|
|
|
| 1 | 2026-03-04T17:21:17.086Z | job assigned to worker 01KJWXV3FXGZ8CC0J1QBJPT6AF [factory aws, i-0d0042caf76a6aeaf] (queued for 56 s) |
| |
| 2 | 2026-03-04T17:21:25.442Z | starting task 0: "setup" |
| 3 | 2026-03-04T17:21:25.446Z | ++ uname -s |
| 4 | 2026-03-04T17:21:25.449Z | + kern=SunOS |
| 5 | 2026-03-04T17:21:25.449Z | + build_user=build |
| 6 | 2026-03-04T17:21:25.449Z | + build_uid=12345 |
| 7 | 2026-03-04T17:21:25.449Z | + work_dir=/work |
| 8 | 2026-03-04T17:21:25.449Z | + input_dir=/input |
| 9 | 2026-03-04T17:21:25.449Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-04T17:21:25.449Z | + case "$kern" in |
| 11 | 2026-03-04T17:21:25.449Z | + groupadd -g 12345 build |
| 12 | 2026-03-04T17:21:25.452Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-04T17:21:27.459Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-04T17:21:27.578Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-04T17:21:27.581Z | + home_fs=zfs |
| 16 | 2026-03-04T17:21:27.581Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-04T17:21:27.581Z | + mkdir -p /home/build |
| 18 | 2026-03-04T17:21:27.585Z | + chown build:build /home/build /work |
| 19 | 2026-03-04T17:21:29.585Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-04T17:21:29.589Z | process exited: duration 4148 ms, exit code 0 |
| |
| 21 | 2026-03-04T17:21:29.597Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-04T17:21:29.604Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-04T17:21:29.604Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-04T17:21:29.604Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-03-04T17:21:29.604Z | * rust toolchain profile = "default" |
| 26 | 2026-03-04T17:21:29.604Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-04T17:21:29.604Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-04T17:21:29.609Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-04T17:21:29.609Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-04T17:21:29.743Z | info: downloading installer |
| 31 | 2026-03-04T17:21:31.765Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-04T17:21:31.765Z | warn: /opt/ooce/bin |
| 33 | 2026-03-04T17:21:31.765Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-04T17:21:31.765Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-04T17:21:31.765Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-04T17:21:31.765Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-04T17:21:31.765Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-04T17:21:31.765Z | error: cannot install while Rust is installed |
| 39 | 2026-03-04T17:21:31.765Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-04T17:21:31.780Z | info: profile set to 'default' |
| 41 | 2026-03-04T17:21:31.780Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-04T17:21:31.782Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-04T17:21:31.977Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-04T17:21:31.977Z | info: downloading component 'cargo' |
| 45 | 2026-03-04T17:21:33.208Z | info: downloading component 'clippy' |
| 46 | 2026-03-04T17:21:33.806Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-04T17:21:35.424Z | info: downloading component 'rust-std' |
| 48 | 2026-03-04T17:21:38.251Z | info: downloading component 'rustc' |
| 49 | 2026-03-04T17:21:47.998Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-04T17:21:48.337Z | info: installing component 'cargo' |
| 51 | 2026-03-04T17:21:49.245Z | info: installing component 'clippy' |
| 52 | 2026-03-04T17:21:49.638Z | info: installing component 'rust-docs' |
| 53 | 2026-03-04T17:21:51.598Z | info: installing component 'rust-std' |
| 54 | 2026-03-04T17:21:53.421Z | info: installing component 'rustc' |
| 55 | 2026-03-04T17:22:00.190Z | info: installing component 'rustfmt' |
| 56 | 2026-03-04T17:22:00.536Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-04T17:22:00.536Z | |
| 58 | 2026-03-04T17:22:01.041Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-04T17:22:01.041Z | |
| 60 | 2026-03-04T17:22:01.044Z | |
| 61 | 2026-03-04T17:22:01.044Z | Rust is installed now. Great! |
| 62 | 2026-03-04T17:22:01.044Z | |
| 63 | 2026-03-04T17:22:01.044Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-04T17:22:01.044Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-04T17:22:01.044Z | |
| 66 | 2026-03-04T17:22:01.044Z | To configure your current shell, you need to source |
| 67 | 2026-03-04T17:22:01.044Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-04T17:22:01.044Z | |
| 69 | 2026-03-04T17:22:01.044Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-04T17:22:01.044Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-04T17:22:01.044Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-04T17:22:01.044Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-04T17:22:01.146Z | + rustup --version |
| 74 | 2026-03-04T17:22:01.157Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-04T17:22:01.160Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-04T17:22:01.248Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-04T17:22:01.252Z | + cargo --version |
| 78 | 2026-03-04T17:22:01.328Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-04T17:22:01.331Z | + rustc --version |
| 80 | 2026-03-04T17:22:01.409Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-04T17:22:01.413Z | process exited: duration 31810 ms, exit code 0 |
| |
| 82 | 2026-03-04T17:22:01.419Z | starting task 2: "authentication" |
| 83 | 2026-03-04T17:22:01.442Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-03-04T17:22:01.451Z | starting task 3: "clone repository" |
| 85 | 2026-03-04T17:22:01.455Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-04T17:22:01.457Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-04T17:22:01.496Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-04T17:23:09.844Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-04T17:23:09.847Z | + git fetch origin 1f5d8cd303a7e152ad832c95655d17cd972470a3 |
| 90 | 2026-03-04T17:23:10.542Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-04T17:23:10.542Z | * branch 1f5d8cd303a7e152ad832c95655d17cd972470a3 -> FETCH_HEAD |
| 92 | 2026-03-04T17:23:10.554Z | + [[ -n andy/pgsql18 ]] |
| 93 | 2026-03-04T17:23:10.557Z | ++ git branch --show-current |
| 94 | 2026-03-04T17:23:10.560Z | + current=main |
| 95 | 2026-03-04T17:23:10.560Z | + [[ main != andy/pgsql18 ]] |
| 96 | 2026-03-04T17:23:10.560Z | + git branch -f andy/pgsql18 1f5d8cd303a7e152ad832c95655d17cd972470a3 |
| 97 | 2026-03-04T17:23:10.563Z | + git checkout -f andy/pgsql18 |
| 98 | 2026-03-04T17:23:10.978Z | Switched to branch 'andy/pgsql18' |
| 99 | 2026-03-04T17:23:10.984Z | + git reset --hard 1f5d8cd303a7e152ad832c95655d17cd972470a3 |
| 100 | 2026-03-04T17:23:10.984Z | HEAD is now at 1f5d8cd30 Use PostgreSQL v18 client libraries |
| 101 | 2026-03-04T17:23:10.984Z | process exited: duration 69497 ms, exit code 0 |
| |
| 102 | 2026-03-04T17:23:10.995Z | starting task 4: "build" |
| 103 | 2026-03-04T17:23:11.002Z | + source ./env.sh |
| 104 | 2026-03-04T17:23:11.002Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-03-04T17:23:11.002Z | ++ set -o xtrace |
| 106 | 2026-03-04T17:23:11.006Z | ++++ dirname ./env.sh |
| 107 | 2026-03-04T17:23:11.007Z | +++ readlink -f . |
| 108 | 2026-03-04T17:23:11.007Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-03-04T17:23:11.007Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-03-04T17:23:11.007Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-03-04T17:23:11.007Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-03-04T17:23:11.007Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-03-04T17:23:11.007Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-03-04T17:23:11.007Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-03-04T17:23:11.007Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-03-04T17:23:11.012Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-03-04T17:23:11.012Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-03-04T17:23:11.012Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-03-04T17:23:11.012Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-03-04T17:23:11.012Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-03-04T17:23:11.012Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-03-04T17:23:11.012Z | + cargo --version |
| 123 | 2026-03-04T17:23:11.071Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 124 | 2026-03-04T17:23:11.074Z | + rustc --version |
| 125 | 2026-03-04T17:23:11.153Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 126 | 2026-03-04T17:23:11.156Z | + banner prerequisites |
| 127 | 2026-03-04T17:23:11.160Z | |
| 128 | 2026-03-04T17:23:11.160Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-03-04T17:23:11.160Z | # # # # # # # # # # # # # # # |
| 130 | 2026-03-04T17:23:11.160Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-03-04T17:23:11.160Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-03-04T17:23:11.160Z | # # # # # # # # # # # # # # # |
| 133 | 2026-03-04T17:23:11.160Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-03-04T17:23:11.160Z | |
| 135 | 2026-03-04T17:23:11.160Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-03-04T17:23:22.093Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-04T17:23:32.508Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-04T17:23:56.882Z | Planning: Solver setup ... Done (22.592s) |
| 139 | 2026-03-04T17:23:57.052Z | Planning: Running solver ... Done (0.170s) |
| 140 | 2026-03-04T17:23:57.224Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2026-03-04T17:23:57.237Z | Planning: Fetching manifests: 0/5 0% complete |
| 142 | 2026-03-04T17:23:57.416Z | Planning: Fetching manifests: 5/5 100% complete |
| 143 | 2026-03-04T17:23:57.475Z | Planning: Package planning ... Done (0.058s) |
| 144 | 2026-03-04T17:23:57.541Z | Planning: Merging actions ... Done (0.065s) |
| 145 | 2026-03-04T17:23:58.115Z | Planning: Checking for conflicting actions ... Done (0.575s) |
| 146 | 2026-03-04T17:23:58.131Z | Planning: Consolidating action changes ... Done (0.015s) |
| 147 | 2026-03-04T17:23:59.207Z | Planning: Evaluating mediators ... Done (1.076s) |
| 148 | 2026-03-04T17:23:59.219Z | Planning: Planning completed in 26.56 seconds |
| 149 | 2026-03-04T17:23:59.236Z | Packages to install: 5 |
| 150 | 2026-03-04T17:23:59.236Z | Mediators to change: 3 |
| 151 | 2026-03-04T17:23:59.240Z | Services to change: 1 |
| 152 | 2026-03-04T17:23:59.240Z | Estimated space available: 155.43 GB |
| 153 | 2026-03-04T17:23:59.240Z | Estimated space to be consumed: 1.85 GB |
| 154 | 2026-03-04T17:23:59.240Z | Create boot environment: No |
| 155 | 2026-03-04T17:23:59.240Z | Create backup boot environment: No |
| 156 | 2026-03-04T17:23:59.240Z | Rebuild boot archive: No |
| 157 | 2026-03-04T17:23:59.240Z | |
| 158 | 2026-03-04T17:23:59.240Z | Changed mediators: |
| 159 | 2026-03-04T17:23:59.240Z | mediator clang: |
| 160 | 2026-03-04T17:23:59.240Z | version: None -> 15 (system default) |
| 161 | 2026-03-04T17:23:59.240Z | |
| 162 | 2026-03-04T17:23:59.240Z | mediator llvm: |
| 163 | 2026-03-04T17:23:59.240Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-03-04T17:23:59.241Z | |
| 165 | 2026-03-04T17:23:59.241Z | mediator postgresql: |
| 166 | 2026-03-04T17:23:59.241Z | version: 15 (system default) -> 18 (system default) |
| 167 | 2026-03-04T17:23:59.241Z | |
| 168 | 2026-03-04T17:23:59.241Z | Changed packages: |
| 169 | 2026-03-04T17:23:59.241Z | helios-dev |
| 170 | 2026-03-04T17:23:59.241Z | developer/build-essential |
| 171 | 2026-03-04T17:23:59.241Z | None -> 11-2.0 |
| 172 | 2026-03-04T17:23:59.241Z | library/libxmlsec1 |
| 173 | 2026-03-04T17:23:59.241Z | None -> 1.2.35-2.0 |
| 174 | 2026-03-04T17:23:59.241Z | ooce/developer/clang-15 |
| 175 | 2026-03-04T17:23:59.241Z | None -> 15.0.7-2.0 |
| 176 | 2026-03-04T17:23:59.241Z | ooce/developer/llvm-15 |
| 177 | 2026-03-04T17:23:59.241Z | None -> 15.0.7-2.0 |
| 178 | 2026-03-04T17:23:59.241Z | ooce/library/postgresql-18 |
| 179 | 2026-03-04T17:23:59.241Z | None -> 18.1-2.0 |
| 180 | 2026-03-04T17:23:59.241Z | |
| 181 | 2026-03-04T17:23:59.241Z | Services: |
| 182 | 2026-03-04T17:23:59.242Z | restart_fmri: |
| 183 | 2026-03-04T17:23:59.242Z | svc:/system/update-man-index:default |
| 184 | 2026-03-04T17:23:59.296Z | |
| 185 | 2026-03-04T17:23:59.296Z | Download: 0/4272 items 0.0/219.0MB 0% complete |
| 186 | 2026-03-04T17:24:04.296Z | Download: 700/4272 items 17.8/219.0MB 8% complete (3.6M/s) |
| 187 | 2026-03-04T17:24:10.177Z | Download: 2222/4272 items 119.2/219.0MB 54% complete (13.7M/s) |
| 188 | 2026-03-04T17:24:15.503Z | Download: 3282/4272 items 211.7/219.0MB 96% complete (13.8M/s) |
| 189 | 2026-03-04T17:24:18.745Z | Download: Completed 218.99 MB in 19.45 seconds (11.3M/s) |
| 190 | 2026-03-04T17:24:19.024Z | Actions: 1/4789 actions (Installing new actions) |
| 191 | 2026-03-04T17:24:23.874Z | Actions: Completed 4789 actions in 4.85 seconds. |
| 192 | 2026-03-04T17:24:24.302Z | Done (0.422s) |
| 193 | 2026-03-04T17:24:24.302Z | Done (0.000s) |
| 194 | 2026-03-04T17:24:25.403Z | Done (1.101s) |
| 195 | 2026-03-04T17:24:29.977Z | Done (4.210s) |
| 196 | 2026-03-04T17:24:30.064Z | Done (0.021s) |
| 197 | 2026-03-04T17:24:30.067Z | Done (0.000s) |
| 198 | 2026-03-04T17:24:30.250Z | Done (0.000s) |
| 199 | 2026-03-04T17:24:31.239Z | Planning: Evaluating mediator changes ... Done |
| 200 | 2026-03-04T17:24:31.405Z | Planning: Checking for conflicting actions ... Done |
| 201 | 2026-03-04T17:24:31.408Z | Planning: Consolidating action changes ... Done |
| 202 | 2026-03-04T17:24:31.683Z | Planning: Evaluating mediators ... Done |
| 203 | 2026-03-04T17:24:31.686Z | Planning: Planning completed in 0.44 seconds |
| 204 | 2026-03-04T17:24:31.717Z | Mediators to change: 2 |
| 205 | 2026-03-04T17:24:31.717Z | Create boot environment: No |
| 206 | 2026-03-04T17:24:31.720Z | Create backup boot environment: No |
| 207 | 2026-03-04T17:24:31.795Z | Done |
| 208 | 2026-03-04T17:24:31.795Z | Done |
| 209 | 2026-03-04T17:24:32.574Z | Done |
| 210 | 2026-03-04T17:24:36.405Z | Done |
| 211 | 2026-03-04T17:24:36.494Z | Done |
| 212 | 2026-03-04T17:24:36.496Z | Done |
| 213 | 2026-03-04T17:24:36.656Z | Done |
| 214 | 2026-03-04T17:24:37.036Z | Planning: Evaluating mediator changes ... Done |
| 215 | 2026-03-04T17:24:37.200Z | Planning: Checking for conflicting actions ... Done |
| 216 | 2026-03-04T17:24:37.203Z | Planning: Consolidating action changes ... Done |
| 217 | 2026-03-04T17:24:37.472Z | Planning: Evaluating mediators ... Done |
| 218 | 2026-03-04T17:24:37.475Z | Planning: Planning completed in 0.44 seconds |
| 219 | 2026-03-04T17:24:37.507Z | Mediators to change: 1 |
| 220 | 2026-03-04T17:24:37.507Z | Create boot environment: No |
| 221 | 2026-03-04T17:24:37.510Z | Create backup boot environment: No |
| 222 | 2026-03-04T17:24:37.575Z | Done |
| 223 | 2026-03-04T17:24:37.575Z | Done |
| 224 | 2026-03-04T17:24:38.350Z | Done |
| 225 | 2026-03-04T17:24:42.070Z | Done |
| 226 | 2026-03-04T17:24:42.154Z | Done |
| 227 | 2026-03-04T17:24:42.157Z | Done |
| 228 | 2026-03-04T17:24:42.336Z | Done |
| 229 | 2026-03-04T17:24:42.779Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 230 | 2026-03-04T17:24:42.779Z | clang system 15 system |
| 231 | 2026-03-04T17:24:42.779Z | csh system system illumos |
| 232 | 2026-03-04T17:24:42.779Z | ctags system system illumos |
| 233 | 2026-03-04T17:24:42.779Z | file system system illumos |
| 234 | 2026-03-04T17:24:42.779Z | gcc vendor 12 vendor |
| 235 | 2026-03-04T17:24:42.779Z | gcc system 10 system |
| 236 | 2026-03-04T17:24:42.779Z | gcc system 7 system |
| 237 | 2026-03-04T17:24:42.779Z | go system 1.20 system |
| 238 | 2026-03-04T17:24:42.779Z | go system 1.19 system |
| 239 | 2026-03-04T17:24:42.779Z | llvm system 15 system |
| 240 | 2026-03-04T17:24:42.779Z | llvm system 14 system |
| 241 | 2026-03-04T17:24:42.779Z | mariadb system 10.6 system |
| 242 | 2026-03-04T17:24:42.779Z | mta vendor vendor dma |
| 243 | 2026-03-04T17:24:42.779Z | openjdk system 17 system |
| 244 | 2026-03-04T17:24:42.779Z | openjdk system 11 system |
| 245 | 2026-03-04T17:24:42.779Z | openjdk system 1.8 system |
| 246 | 2026-03-04T17:24:42.779Z | openssl vendor 3 vendor |
| 247 | 2026-03-04T17:24:42.779Z | perl system 5.36 system |
| 248 | 2026-03-04T17:24:42.779Z | postgresql system 18 system |
| 249 | 2026-03-04T17:24:42.779Z | postgresql system 15 system |
| 250 | 2026-03-04T17:24:42.779Z | postgresql system 13 system |
| 251 | 2026-03-04T17:24:42.779Z | python vendor 3 vendor |
| 252 | 2026-03-04T17:24:42.779Z | python system 2 system |
| 253 | 2026-03-04T17:24:42.779Z | python3 system 3.11 system |
| 254 | 2026-03-04T17:24:42.779Z | ruby system 3.0 system |
| 255 | 2026-03-04T17:24:42.780Z | words vendor vendor american-english |
| 256 | 2026-03-04T17:24:42.780Z | words system system australian-english |
| 257 | 2026-03-04T17:24:42.780Z | words system system british-english |
| 258 | 2026-03-04T17:24:42.780Z | words system system canadian-english |
| 259 | 2026-03-04T17:24:42.780Z | words system system french |
| 260 | 2026-03-04T17:24:42.780Z | words system system italian |
| 261 | 2026-03-04T17:24:42.780Z | words system system ngerman |
| 262 | 2026-03-04T17:24:42.780Z | words system system ogerman |
| 263 | 2026-03-04T17:24:42.780Z | words system system spanish |
| 264 | 2026-03-04T17:24:43.113Z | PUBLISHER TYPE STATUS P LOCATION |
| 265 | 2026-03-04T17:24:43.113Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 266 | 2026-03-04T17:24:49.768Z | FMRI IFO |
| 267 | 2026-03-04T17:24:49.768Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 268 | 2026-03-04T17:24:49.768Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 269 | 2026-03-04T17:24:49.768Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 270 | 2026-03-04T17:24:49.768Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 271 | 2026-03-04T17:24:49.768Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 272 | 2026-03-04T17:24:49.768Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 273 | 2026-03-04T17:24:49.768Z | pkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im- |
| 274 | 2026-03-04T17:24:49.768Z | pkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z --- |
| 275 | 2026-03-04T17:24:49.768Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 276 | 2026-03-04T17:24:49.768Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 277 | 2026-03-04T17:24:49.768Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 278 | 2026-03-04T17:24:49.768Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 279 | 2026-03-04T17:24:49.769Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 280 | 2026-03-04T17:24:49.769Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 281 | 2026-03-04T17:24:49.769Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 282 | 2026-03-04T17:24:49.769Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 283 | 2026-03-04T17:24:49.769Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 284 | 2026-03-04T17:24:50.971Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 285 | 2026-03-04T17:24:51.608Z | Updating crates.io index |
| 286 | 2026-03-04T17:24:51.649Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 287 | 2026-03-04T17:24:52.597Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 288 | 2026-03-04T17:24:53.398Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 289 | 2026-03-04T17:24:54.321Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 290 | 2026-03-04T17:24:55.067Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 291 | 2026-03-04T17:24:59.201Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 292 | 2026-03-04T17:25:05.530Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 293 | 2026-03-04T17:25:08.381Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 294 | 2026-03-04T17:25:09.206Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 295 | 2026-03-04T17:25:13.755Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 296 | 2026-03-04T17:25:15.002Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 297 | 2026-03-04T17:25:17.581Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 298 | 2026-03-04T17:25:18.544Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 299 | 2026-03-04T17:25:19.605Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 300 | 2026-03-04T17:25:20.324Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 301 | 2026-03-04T17:25:22.483Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 302 | 2026-03-04T17:25:23.777Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 303 | 2026-03-04T17:25:24.571Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 304 | 2026-03-04T17:25:25.242Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 305 | 2026-03-04T17:25:26.151Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 306 | 2026-03-04T17:25:26.699Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 307 | 2026-03-04T17:25:27.250Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 308 | 2026-03-04T17:25:27.898Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 309 | 2026-03-04T17:25:28.858Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 310 | 2026-03-04T17:25:29.662Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 311 | 2026-03-04T17:25:31.068Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 312 | 2026-03-04T17:25:31.794Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 313 | 2026-03-04T17:25:32.589Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 314 | 2026-03-04T17:25:33.205Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 315 | 2026-03-04T17:25:35.901Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 316 | 2026-03-04T17:25:36.480Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 317 | 2026-03-04T17:25:37.256Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 318 | 2026-03-04T17:25:37.912Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 319 | 2026-03-04T17:25:38.643Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 320 | 2026-03-04T17:25:39.525Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 321 | 2026-03-04T17:25:40.291Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 322 | 2026-03-04T17:25:40.911Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 323 | 2026-03-04T17:25:41.558Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 324 | 2026-03-04T17:26:36.241Z | Downloading crates ... |
| 325 | 2026-03-04T17:26:36.295Z | Downloaded autocfg v1.5.0 |
| 326 | 2026-03-04T17:26:36.298Z | Downloaded smawk v0.3.2 |
| 327 | 2026-03-04T17:26:36.302Z | Downloaded anstream v0.6.21 |
| 328 | 2026-03-04T17:26:36.306Z | Downloaded clap_derive v4.5.55 |
| 329 | 2026-03-04T17:26:36.309Z | Downloaded digest v0.10.7 |
| 330 | 2026-03-04T17:26:36.312Z | Downloaded fastrand v2.3.0 |
| 331 | 2026-03-04T17:26:36.312Z | Downloaded anstyle-parse v0.2.7 |
| 332 | 2026-03-04T17:26:36.315Z | Downloaded generic-array v0.14.7 |
| 333 | 2026-03-04T17:26:36.315Z | Downloaded fnv v1.0.7 |
| 334 | 2026-03-04T17:26:36.315Z | Downloaded crypto-common v0.1.7 |
| 335 | 2026-03-04T17:26:36.317Z | Downloaded anstyle v1.0.13 |
| 336 | 2026-03-04T17:26:36.317Z | Downloaded dtrace-parser v0.2.0 |
| 337 | 2026-03-04T17:26:36.320Z | Downloaded block-buffer v0.10.4 |
| 338 | 2026-03-04T17:26:36.320Z | Downloaded bitflags v2.11.0 |
| 339 | 2026-03-04T17:26:36.323Z | Downloaded fs-err v3.3.0 |
| 340 | 2026-03-04T17:26:36.326Z | Downloaded unicode-linebreak v0.1.5 |
| 341 | 2026-03-04T17:26:36.326Z | Downloaded toml_datetime v0.6.11 |
| 342 | 2026-03-04T17:26:36.328Z | Downloaded thread-id v4.2.2 |
| 343 | 2026-03-04T17:26:36.329Z | Downloaded anyhow v1.0.102 |
| 344 | 2026-03-04T17:26:36.332Z | Downloaded zerofrom-derive v0.1.6 |
| 345 | 2026-03-04T17:26:36.334Z | Downloaded yoke-derive v0.8.1 |
| 346 | 2026-03-04T17:26:36.334Z | Downloaded thiserror-impl v2.0.18 |
| 347 | 2026-03-04T17:26:36.337Z | Downloaded dof v0.3.0 |
| 348 | 2026-03-04T17:26:36.337Z | Downloaded serde-value v0.7.0 |
| 349 | 2026-03-04T17:26:36.340Z | Downloaded getrandom v0.4.1 |
| 350 | 2026-03-04T17:26:36.343Z | Downloaded zerofrom v0.1.6 |
| 351 | 2026-03-04T17:26:36.343Z | Downloaded version_check v0.9.5 |
| 352 | 2026-03-04T17:26:36.350Z | Downloaded toml_write v0.1.2 |
| 353 | 2026-03-04T17:26:36.350Z | Downloaded unicode-xid v0.2.6 |
| 354 | 2026-03-04T17:26:36.350Z | Downloaded utf8_iter v1.0.4 |
| 355 | 2026-03-04T17:26:36.353Z | Downloaded usdt-attr-macro v0.5.0 |
| 356 | 2026-03-04T17:26:36.353Z | Downloaded erased-serde v0.4.9 |
| 357 | 2026-03-04T17:26:36.353Z | Downloaded cfg-if v1.0.4 |
| 358 | 2026-03-04T17:26:36.353Z | Downloaded is_terminal_polyfill v1.70.2 |
| 359 | 2026-03-04T17:26:36.353Z | Downloaded usdt v0.5.0 |
| 360 | 2026-03-04T17:26:36.353Z | Downloaded serde-untagged v0.1.9 |
| 361 | 2026-03-04T17:26:36.356Z | Downloaded cargo-util-schemas v0.8.2 |
| 362 | 2026-03-04T17:26:36.359Z | Downloaded displaydoc v0.2.5 |
| 363 | 2026-03-04T17:26:36.359Z | Downloaded strsim v0.11.1 |
| 364 | 2026-03-04T17:26:36.362Z | Downloaded usdt-macro v0.5.0 |
| 365 | 2026-03-04T17:26:36.362Z | Downloaded idna_adapter v1.2.1 |
| 366 | 2026-03-04T17:26:36.364Z | Downloaded cargo-platform v0.2.0 |
| 367 | 2026-03-04T17:26:36.364Z | Downloaded cpufeatures v0.2.17 |
| 368 | 2026-03-04T17:26:36.364Z | Downloaded zmij v1.0.21 |
| 369 | 2026-03-04T17:26:36.367Z | Downloaded utf8parse v0.2.2 |
| 370 | 2026-03-04T17:26:36.367Z | Downloaded cargo_toml v0.21.0 |
| 371 | 2026-03-04T17:26:36.370Z | Downloaded toml v0.8.23 |
| 372 | 2026-03-04T17:26:36.370Z | Downloaded quote v1.0.44 |
| 373 | 2026-03-04T17:26:36.373Z | Downloaded writeable v0.6.2 |
| 374 | 2026-03-04T17:26:36.376Z | Downloaded usdt-impl v0.5.0 |
| 375 | 2026-03-04T17:26:36.376Z | Downloaded thiserror-impl v1.0.69 |
| 376 | 2026-03-04T17:26:36.379Z | Downloaded zerovec-derive v0.11.2 |
| 377 | 2026-03-04T17:26:36.379Z | Downloaded plain v0.2.3 |
| 378 | 2026-03-04T17:26:36.381Z | Downloaded ordered-float v2.10.1 |
| 379 | 2026-03-04T17:26:36.381Z | Downloaded equivalent v1.0.2 |
| 380 | 2026-03-04T17:26:36.384Z | Downloaded tinystr v0.8.2 |
| 381 | 2026-03-04T17:26:36.384Z | Downloaded zerocopy-derive v0.7.35 |
| 382 | 2026-03-04T17:26:36.387Z | Downloaded yoke v0.8.1 |
| 383 | 2026-03-04T17:26:36.390Z | Downloaded ucd-trie v0.1.7 |
| 384 | 2026-03-04T17:26:36.392Z | Downloaded stable_deref_trait v1.2.1 |
| 385 | 2026-03-04T17:26:36.392Z | Downloaded potential_utf v0.1.4 |
| 386 | 2026-03-04T17:26:36.392Z | Downloaded unicode-ident v1.0.24 |
| 387 | 2026-03-04T17:26:36.395Z | Downloaded swrite v0.1.0 |
| 388 | 2026-03-04T17:26:36.398Z | Downloaded scroll_derive v0.12.1 |
| 389 | 2026-03-04T17:26:36.398Z | Downloaded form_urlencoded v1.2.2 |
| 390 | 2026-03-04T17:26:36.398Z | Downloaded serde_spanned v0.6.9 |
| 391 | 2026-03-04T17:26:36.400Z | Downloaded heck v0.5.0 |
| 392 | 2026-03-04T17:26:36.400Z | Downloaded clap_lex v1.0.0 |
| 393 | 2026-03-04T17:26:36.400Z | Downloaded toml_edit v0.22.27 |
| 394 | 2026-03-04T17:26:36.404Z | Downloaded url v2.5.8 |
| 395 | 2026-03-04T17:26:36.407Z | Downloaded bytecount v0.6.9 |
| 396 | 2026-03-04T17:26:36.409Z | Downloaded typenum v1.19.0 |
| 397 | 2026-03-04T17:26:36.412Z | Downloaded sha2 v0.10.9 |
| 398 | 2026-03-04T17:26:36.415Z | Downloaded zerotrie v0.2.3 |
| 399 | 2026-03-04T17:26:36.418Z | Downloaded anstyle-query v1.1.5 |
| 400 | 2026-03-04T17:26:36.418Z | Downloaded itoa v1.0.17 |
| 401 | 2026-03-04T17:26:36.420Z | Downloaded percent-encoding v2.3.2 |
| 402 | 2026-03-04T17:26:36.420Z | Downloaded colorchoice v1.0.4 |
| 403 | 2026-03-04T17:26:36.420Z | Downloaded zerovec v0.11.5 |
| 404 | 2026-03-04T17:26:36.424Z | Downloaded terminal_size v0.4.3 |
| 405 | 2026-03-04T17:26:36.427Z | Downloaded tabled_derive v0.7.0 |
| 406 | 2026-03-04T17:26:36.427Z | Downloaded pretty-hex v0.4.1 |
| 407 | 2026-03-04T17:26:36.429Z | Downloaded proc-macro-error-attr v1.0.4 |
| 408 | 2026-03-04T17:26:36.429Z | Downloaded memmap v0.7.0 |
| 409 | 2026-03-04T17:26:36.429Z | Downloaded zerocopy v0.7.35 |
| 410 | 2026-03-04T17:26:36.443Z | Downloaded semver v1.0.27 |
| 411 | 2026-03-04T17:26:36.446Z | Downloaded winnow v0.7.14 |
| 412 | 2026-03-04T17:26:36.452Z | Downloaded thiserror v1.0.69 |
| 413 | 2026-03-04T17:26:36.457Z | Downloaded pest_meta v2.8.6 |
| 414 | 2026-03-04T17:26:36.460Z | Downloaded pest_derive v2.8.6 |
| 415 | 2026-03-04T17:26:36.463Z | Downloaded unicode-width v0.2.0 |
| 416 | 2026-03-04T17:26:36.465Z | Downloaded unicode-width v0.1.14 |
| 417 | 2026-03-04T17:26:36.469Z | Downloaded camino-tempfile v1.4.1 |
| 418 | 2026-03-04T17:26:36.473Z | Downloaded camino v1.2.2 |
| 419 | 2026-03-04T17:26:36.473Z | Downloaded synstructure v0.13.2 |
| 420 | 2026-03-04T17:26:36.476Z | Downloaded smallvec v1.15.1 |
| 421 | 2026-03-04T17:26:36.476Z | Downloaded once_cell v1.21.3 |
| 422 | 2026-03-04T17:26:36.479Z | Downloaded cargo_metadata v0.21.0 |
| 423 | 2026-03-04T17:26:36.479Z | Downloaded byteorder v1.5.0 |
| 424 | 2026-03-04T17:26:36.481Z | Downloaded thiserror v2.0.18 |
| 425 | 2026-03-04T17:26:36.485Z | Downloaded pest_generator v2.8.6 |
| 426 | 2026-03-04T17:26:36.487Z | Downloaded proc-macro-error v1.0.4 |
| 427 | 2026-03-04T17:26:36.490Z | Downloaded macaddr v1.0.1 |
| 428 | 2026-03-04T17:26:36.490Z | Downloaded heck v0.4.1 |
| 429 | 2026-03-04T17:26:36.493Z | Downloaded typeid v1.0.3 |
| 430 | 2026-03-04T17:26:36.493Z | Downloaded textwrap v0.16.2 |
| 431 | 2026-03-04T17:26:36.495Z | Downloaded errno v0.3.14 |
| 432 | 2026-03-04T17:26:36.498Z | Downloaded litemap v0.8.1 |
| 433 | 2026-03-04T17:26:36.501Z | Downloaded serde_tokenstream v0.2.3 |
| 434 | 2026-03-04T17:26:36.501Z | Downloaded num-traits v0.2.19 |
| 435 | 2026-03-04T17:26:36.503Z | Downloaded scroll v0.12.0 |
| 436 | 2026-03-04T17:26:36.506Z | Downloaded icu_properties v2.1.2 |
| 437 | 2026-03-04T17:26:36.509Z | Downloaded serde_core v1.0.228 |
| 438 | 2026-03-04T17:26:36.512Z | Downloaded icu_provider v2.1.1 |
| 439 | 2026-03-04T17:26:36.512Z | Downloaded tempfile v3.25.0 |
| 440 | 2026-03-04T17:26:36.514Z | Downloaded log v0.4.29 |
| 441 | 2026-03-04T17:26:36.518Z | Downloaded papergrid v0.11.0 |
| 442 | 2026-03-04T17:26:36.523Z | Downloaded clap v4.5.60 |
| 443 | 2026-03-04T17:26:36.530Z | Downloaded serde_derive v1.0.228 |
| 444 | 2026-03-04T17:26:36.533Z | Downloaded proc-macro2 v1.0.106 |
| 445 | 2026-03-04T17:26:36.539Z | Downloaded icu_normalizer v2.1.1 |
| 446 | 2026-03-04T17:26:36.542Z | Downloaded icu_normalizer_data v2.1.1 |
| 447 | 2026-03-04T17:26:36.545Z | Downloaded icu_locale_core v2.1.1 |
| 448 | 2026-03-04T17:26:36.557Z | Downloaded icu_collections v2.1.1 |
| 449 | 2026-03-04T17:26:36.562Z | Downloaded memchr v2.8.0 |
| 450 | 2026-03-04T17:26:36.566Z | Downloaded serde v1.0.228 |
| 451 | 2026-03-04T17:26:36.571Z | Downloaded indexmap v2.13.0 |
| 452 | 2026-03-04T17:26:36.574Z | Downloaded clap_builder v4.5.60 |
| 453 | 2026-03-04T17:26:36.586Z | Downloaded pest v2.8.6 |
| 454 | 2026-03-04T17:26:36.590Z | Downloaded idna v1.1.0 |
| 455 | 2026-03-04T17:26:36.610Z | Downloaded serde_json v1.0.149 |
| 456 | 2026-03-04T17:26:36.616Z | Downloaded icu_properties_data v2.1.2 |
| 457 | 2026-03-04T17:26:36.624Z | Downloaded hashbrown v0.16.1 |
| 458 | 2026-03-04T17:26:36.630Z | Downloaded goblin v0.8.2 |
| 459 | 2026-03-04T17:26:36.638Z | Downloaded tabled v0.15.0 |
| 460 | 2026-03-04T17:26:36.651Z | Downloaded syn v1.0.109 |
| 461 | 2026-03-04T17:26:36.660Z | Downloaded syn v2.0.117 |
| 462 | 2026-03-04T17:26:36.673Z | Downloaded rustix v1.1.3 |
| 463 | 2026-03-04T17:26:36.708Z | Downloaded libc v0.2.180 |
| 464 | 2026-03-04T17:26:36.796Z | Compiling proc-macro2 v1.0.106 |
| 465 | 2026-03-04T17:26:36.800Z | Compiling unicode-ident v1.0.24 |
| 466 | 2026-03-04T17:26:36.800Z | Compiling quote v1.0.44 |
| 467 | 2026-03-04T17:26:36.800Z | Compiling serde_core v1.0.228 |
| 468 | 2026-03-04T17:26:36.800Z | Compiling libc v0.2.180 |
| 469 | 2026-03-04T17:26:36.800Z | Compiling version_check v0.9.5 |
| 470 | 2026-03-04T17:26:36.800Z | Compiling stable_deref_trait v1.2.1 |
| 471 | 2026-03-04T17:26:36.800Z | Compiling serde v1.0.228 |
| 472 | 2026-03-04T17:26:37.279Z | Compiling memchr v2.8.0 |
| 473 | 2026-03-04T17:26:37.308Z | Compiling zmij v1.0.21 |
| 474 | 2026-03-04T17:26:37.843Z | Compiling ucd-trie v0.1.7 |
| 475 | 2026-03-04T17:26:37.869Z | Compiling itoa v1.0.17 |
| 476 | 2026-03-04T17:26:38.221Z | Compiling thiserror v1.0.69 |
| 477 | 2026-03-04T17:26:38.357Z | Compiling autocfg v1.5.0 |
| 478 | 2026-03-04T17:26:38.618Z | Compiling pest v2.8.6 |
| 479 | 2026-03-04T17:26:38.644Z | Compiling litemap v0.8.1 |
| 480 | 2026-03-04T17:26:38.790Z | Compiling writeable v0.6.2 |
| 481 | 2026-03-04T17:26:39.040Z | Compiling byteorder v1.5.0 |
| 482 | 2026-03-04T17:26:39.149Z | Compiling icu_properties_data v2.1.2 |
| 483 | 2026-03-04T17:26:39.239Z | Compiling rustix v1.1.3 |
| 484 | 2026-03-04T17:26:39.499Z | Compiling icu_normalizer_data v2.1.1 |
| 485 | 2026-03-04T17:26:39.799Z | Compiling syn v2.0.117 |
| 486 | 2026-03-04T17:26:39.905Z | Compiling errno v0.3.14 |
| 487 | 2026-03-04T17:26:39.928Z | Compiling serde_json v1.0.149 |
| 488 | 2026-03-04T17:26:40.166Z | Compiling bitflags v2.11.0 |
| 489 | 2026-03-04T17:26:40.331Z | Compiling num-traits v0.2.19 |
| 490 | 2026-03-04T17:26:40.456Z | Compiling typeid v1.0.3 |
| 491 | 2026-03-04T17:26:40.700Z | Compiling hashbrown v0.16.1 |
| 492 | 2026-03-04T17:26:40.824Z | Compiling equivalent v1.0.2 |
| 493 | 2026-03-04T17:26:40.970Z | Compiling smallvec v1.15.1 |
| 494 | 2026-03-04T17:26:41.116Z | Compiling pest_meta v2.8.6 |
| 495 | 2026-03-04T17:26:41.571Z | Compiling thread-id v4.2.2 |
| 496 | 2026-03-04T17:26:41.667Z | Compiling proc-macro-error-attr v1.0.4 |
| 497 | 2026-03-04T17:26:41.713Z | Compiling usdt-impl v0.5.0 |
| 498 | 2026-03-04T17:26:41.963Z | Compiling indexmap v2.13.0 |
| 499 | 2026-03-04T17:26:42.020Z | Compiling winnow v0.7.14 |
| 500 | 2026-03-04T17:26:42.109Z | Compiling syn v1.0.109 |
| 501 | 2026-03-04T17:26:42.642Z | Compiling erased-serde v0.4.9 |
| 502 | 2026-03-04T17:26:42.762Z | Compiling toml_write v0.1.2 |
| 503 | 2026-03-04T17:26:43.706Z | Compiling proc-macro-error v1.0.4 |
| 504 | 2026-03-04T17:26:43.776Z | Compiling camino v1.2.2 |
| 505 | 2026-03-04T17:26:44.059Z | Compiling utf8parse v0.2.2 |
| 506 | 2026-03-04T17:26:44.255Z | Compiling getrandom v0.4.1 |
| 507 | 2026-03-04T17:26:44.425Z | Compiling utf8_iter v1.0.4 |
| 508 | 2026-03-04T17:26:44.712Z | Compiling percent-encoding v2.3.2 |
| 509 | 2026-03-04T17:26:45.033Z | Compiling plain v0.2.3 |
| 510 | 2026-03-04T17:26:45.075Z | Compiling log v0.4.29 |
| 511 | 2026-03-04T17:26:45.217Z | Compiling thiserror v2.0.18 |
| 512 | 2026-03-04T17:26:45.245Z | Compiling ordered-float v2.10.1 |
| 513 | 2026-03-04T17:26:45.483Z | Compiling form_urlencoded v1.2.2 |
| 514 | 2026-03-04T17:26:45.596Z | Compiling anstyle-parse v0.2.7 |
| 515 | 2026-03-04T17:26:45.870Z | Compiling terminal_size v0.4.3 |
| 516 | 2026-03-04T17:26:45.950Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-03-04T17:26:46.070Z | Compiling colorchoice v1.0.4 |
| 518 | 2026-03-04T17:26:46.095Z | Compiling is_terminal_polyfill v1.70.2 |
| 519 | 2026-03-04T17:26:46.237Z | Compiling pretty-hex v0.4.1 |
| 520 | 2026-03-04T17:26:46.267Z | Compiling anstyle-query v1.1.5 |
| 521 | 2026-03-04T17:26:46.297Z | Compiling anstyle v1.0.13 |
| 522 | 2026-03-04T17:26:46.495Z | Compiling synstructure v0.13.2 |
| 523 | 2026-03-04T17:26:46.525Z | Compiling pest_generator v2.8.6 |
| 524 | 2026-03-04T17:26:46.761Z | Compiling serde-untagged v0.1.9 |
| 525 | 2026-03-04T17:26:46.764Z | Compiling anstream v0.6.21 |
| 526 | 2026-03-04T17:26:46.912Z | Compiling semver v1.0.27 |
| 527 | 2026-03-04T17:26:47.462Z | Compiling fs-err v3.3.0 |
| 528 | 2026-03-04T17:26:47.492Z | Compiling fastrand v2.3.0 |
| 529 | 2026-03-04T17:26:47.643Z | Compiling strsim v0.11.1 |
| 530 | 2026-03-04T17:26:47.829Z | Compiling heck v0.5.0 |
| 531 | 2026-03-04T17:26:47.957Z | Compiling fnv v1.0.7 |
| 532 | 2026-03-04T17:26:48.001Z | Compiling once_cell v1.21.3 |
| 533 | 2026-03-04T17:26:48.126Z | Compiling clap_lex v1.0.0 |
| 534 | 2026-03-04T17:26:48.300Z | Compiling bytecount v0.6.9 |
| 535 | 2026-03-04T17:26:48.328Z | Compiling unicode-xid v0.2.6 |
| 536 | 2026-03-04T17:26:48.396Z | Compiling anyhow v1.0.102 |
| 537 | 2026-03-04T17:26:48.532Z | Compiling heck v0.4.1 |
| 538 | 2026-03-04T17:26:48.536Z | Compiling unicode-width v0.1.14 |
| 539 | 2026-03-04T17:26:48.586Z | Compiling clap_builder v4.5.60 |
| 540 | 2026-03-04T17:26:48.972Z | Compiling tempfile v3.25.0 |
| 541 | 2026-03-04T17:26:49.015Z | Compiling papergrid v0.11.0 |
| 542 | 2026-03-04T17:26:49.251Z | Compiling memmap v0.7.0 |
| 543 | 2026-03-04T17:26:49.440Z | Compiling smawk v0.3.2 |
| 544 | 2026-03-04T17:26:49.589Z | Compiling unicode-width v0.2.0 |
| 545 | 2026-03-04T17:26:49.694Z | Compiling unicode-linebreak v0.1.5 |
| 546 | 2026-03-04T17:26:50.144Z | Compiling textwrap v0.16.2 |
| 547 | 2026-03-04T17:26:50.213Z | Compiling camino-tempfile v1.4.1 |
| 548 | 2026-03-04T17:26:50.674Z | Compiling swrite v0.1.0 |
| 549 | 2026-03-04T17:26:50.834Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 550 | 2026-03-04T17:26:50.996Z | Compiling tabled_derive v0.7.0 |
| 551 | 2026-03-04T17:26:51.355Z | Compiling serde_derive v1.0.228 |
| 552 | 2026-03-04T17:26:51.379Z | Compiling zerofrom-derive v0.1.6 |
| 553 | 2026-03-04T17:26:51.384Z | Compiling yoke-derive v0.8.1 |
| 554 | 2026-03-04T17:26:51.508Z | Compiling zerovec-derive v0.11.2 |
| 555 | 2026-03-04T17:26:51.948Z | Compiling displaydoc v0.2.5 |
| 556 | 2026-03-04T17:26:53.139Z | Compiling thiserror-impl v1.0.69 |
| 557 | 2026-03-04T17:26:53.579Z | Compiling zerocopy-derive v0.7.35 |
| 558 | 2026-03-04T17:26:54.138Z | Compiling pest_derive v2.8.6 |
| 559 | 2026-03-04T17:26:54.178Z | Compiling scroll_derive v0.12.1 |
| 560 | 2026-03-04T17:26:54.765Z | Compiling zerofrom v0.1.6 |
| 561 | 2026-03-04T17:26:54.942Z | Compiling thiserror-impl v2.0.18 |
| 562 | 2026-03-04T17:26:55.017Z | Compiling yoke v0.8.1 |
| 563 | 2026-03-04T17:26:55.379Z | Compiling zerovec v0.11.5 |
| 564 | 2026-03-04T17:26:55.501Z | Compiling zerotrie v0.2.3 |
| 565 | 2026-03-04T17:26:55.654Z | Compiling zerocopy v0.7.35 |
| 566 | 2026-03-04T17:26:56.118Z | Compiling scroll v0.12.0 |
| 567 | 2026-03-04T17:26:56.194Z | Compiling clap_derive v4.5.55 |
| 568 | 2026-03-04T17:26:56.259Z | Compiling dtrace-parser v0.2.0 |
| 569 | 2026-03-04T17:26:56.497Z | Compiling tinystr v0.8.2 |
| 570 | 2026-03-04T17:26:56.670Z | Compiling potential_utf v0.1.4 |
| 571 | 2026-03-04T17:26:56.909Z | Compiling icu_locale_core v2.1.1 |
| 572 | 2026-03-04T17:26:56.962Z | Compiling icu_collections v2.1.1 |
| 573 | 2026-03-04T17:26:57.074Z | Compiling goblin v0.8.2 |
| 574 | 2026-03-04T17:26:57.940Z | Compiling tabled v0.15.0 |
| 575 | 2026-03-04T17:26:58.427Z | Compiling icu_provider v2.1.1 |
| 576 | 2026-03-04T17:26:58.948Z | Compiling icu_normalizer v2.1.1 |
| 577 | 2026-03-04T17:26:58.981Z | Compiling icu_properties v2.1.2 |
| 578 | 2026-03-04T17:26:59.627Z | Compiling clap v4.5.60 |
| 579 | 2026-03-04T17:26:59.653Z | Compiling toml_datetime v0.6.11 |
| 580 | 2026-03-04T17:26:59.755Z | Compiling serde_spanned v0.6.9 |
| 581 | 2026-03-04T17:26:59.796Z | Compiling serde-value v0.7.0 |
| 582 | 2026-03-04T17:27:00.026Z | Compiling toml_edit v0.22.27 |
| 583 | 2026-03-04T17:27:00.055Z | Compiling dof v0.3.0 |
| 584 | 2026-03-04T17:27:00.157Z | Compiling serde_tokenstream v0.2.3 |
| 585 | 2026-03-04T17:27:00.186Z | Compiling cargo-platform v0.2.0 |
| 586 | 2026-03-04T17:27:00.724Z | Compiling macaddr v1.0.1 |
| 587 | 2026-03-04T17:27:01.061Z | Compiling idna_adapter v1.2.1 |
| 588 | 2026-03-04T17:27:01.312Z | Compiling idna v1.1.0 |
| 589 | 2026-03-04T17:27:01.718Z | Compiling usdt-macro v0.5.0 |
| 590 | 2026-03-04T17:27:01.778Z | Compiling usdt-attr-macro v0.5.0 |
| 591 | 2026-03-04T17:27:01.878Z | Compiling url v2.5.8 |
| 592 | 2026-03-04T17:27:03.334Z | Compiling toml v0.8.23 |
| 593 | 2026-03-04T17:27:04.075Z | Compiling usdt v0.5.0 |
| 594 | 2026-03-04T17:27:04.222Z | Compiling cargo-util-schemas v0.8.2 |
| 595 | 2026-03-04T17:27:04.302Z | Compiling cargo_toml v0.21.0 |
| 596 | 2026-03-04T17:27:05.754Z | Compiling cargo_metadata v0.21.0 |
| 597 | 2026-03-04T17:27:07.546Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 598 | 2026-03-04T17:27:10.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
| 599 | 2026-03-04T17:27:11.289Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 600 | 2026-03-04T17:27:12.087Z | Downloading crates ... |
| 601 | 2026-03-04T17:27:12.219Z | Downloaded async-stream-impl v0.3.6 |
| 602 | 2026-03-04T17:27:12.223Z | Downloaded adler2 v2.0.1 |
| 603 | 2026-03-04T17:27:12.229Z | Downloaded cfg_aliases v0.2.1 |
| 604 | 2026-03-04T17:27:12.233Z | Downloaded castaway v0.2.4 |
| 605 | 2026-03-04T17:27:12.239Z | Downloaded async-stream v0.3.6 |
| 606 | 2026-03-04T17:27:12.245Z | Downloaded cargo-platform v0.1.9 |
| 607 | 2026-03-04T17:27:12.249Z | Downloaded atomic-waker v1.1.2 |
| 608 | 2026-03-04T17:27:12.253Z | Downloaded dof v0.4.0 |
| 609 | 2026-03-04T17:27:12.258Z | Downloaded darling v0.21.3 |
| 610 | 2026-03-04T17:27:12.266Z | Downloaded crucible-workspace-hack v0.1.0 |
| 611 | 2026-03-04T17:27:12.269Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 612 | 2026-03-04T17:27:12.273Z | Downloaded foreign-types-shared v0.3.1 |
| 613 | 2026-03-04T17:27:12.277Z | Downloaded darling v0.20.11 |
| 614 | 2026-03-04T17:27:12.287Z | Downloaded darling_core v0.20.11 |
| 615 | 2026-03-04T17:27:12.293Z | Downloaded foreign-types v0.3.2 |
| 616 | 2026-03-04T17:27:12.296Z | Downloaded derive_builder_core v0.20.2 |
| 617 | 2026-03-04T17:27:12.302Z | Downloaded dsl_auto_type v0.1.3 |
| 618 | 2026-03-04T17:27:12.305Z | Downloaded fd-lock v4.0.4 |
| 619 | 2026-03-04T17:27:12.312Z | Downloaded data-encoding v2.10.0 |
| 620 | 2026-03-04T17:27:12.315Z | Downloaded funty v2.0.0 |
| 621 | 2026-03-04T17:27:12.319Z | Downloaded diesel-dtrace v0.4.2 |
| 622 | 2026-03-04T17:27:12.323Z | Downloaded float-cmp v0.10.0 |
| 623 | 2026-03-04T17:27:12.327Z | Downloaded darling_macro v0.23.0 |
| 624 | 2026-03-04T17:27:12.330Z | Downloaded dunce v1.0.5 |
| 625 | 2026-03-04T17:27:12.334Z | Downloaded dirs-next v2.0.0 |
| 626 | 2026-03-04T17:27:12.337Z | Downloaded float-ord v0.3.2 |
| 627 | 2026-03-04T17:27:12.340Z | Downloaded flagset v0.4.7 |
| 628 | 2026-03-04T17:27:12.346Z | Downloaded env_logger v0.11.9 |
| 629 | 2026-03-04T17:27:12.349Z | Downloaded cipher v0.4.4 |
| 630 | 2026-03-04T17:27:12.355Z | Downloaded endian-type v0.1.2 |
| 631 | 2026-03-04T17:27:12.359Z | Downloaded debug-ignore v1.0.5 |
| 632 | 2026-03-04T17:27:12.361Z | Downloaded gethostname v0.5.0 |
| 633 | 2026-03-04T17:27:12.378Z | Downloaded globwalk v0.9.1 |
| 634 | 2026-03-04T17:27:12.381Z | Downloaded futures-sink v0.3.32 |
| 635 | 2026-03-04T17:27:12.384Z | Downloaded git-stub v1.0.0 |
| 636 | 2026-03-04T17:27:12.388Z | Downloaded document-features v0.2.12 |
| 637 | 2026-03-04T17:27:12.391Z | Downloaded fixedbitset v0.5.7 |
| 638 | 2026-03-04T17:27:12.396Z | Downloaded hex v0.4.3 |
| 639 | 2026-03-04T17:27:12.399Z | Downloaded hex-literal v0.4.1 |
| 640 | 2026-03-04T17:27:12.403Z | Downloaded blake2 v0.10.6 |
| 641 | 2026-03-04T17:27:12.408Z | Downloaded fs-err v2.11.0 |
| 642 | 2026-03-04T17:27:12.412Z | Downloaded ena v0.14.4 |
| 643 | 2026-03-04T17:27:12.416Z | Downloaded http-range v0.1.5 |
| 644 | 2026-03-04T17:27:12.420Z | Downloaded httpdate v1.0.3 |
| 645 | 2026-03-04T17:27:12.424Z | Downloaded console v0.16.2 |
| 646 | 2026-03-04T17:27:12.430Z | Downloaded ident_case v1.0.1 |
| 647 | 2026-03-04T17:27:12.433Z | Downloaded chacha20 v0.10.0 |
| 648 | 2026-03-04T17:27:12.436Z | Downloaded is_ci v1.2.0 |
| 649 | 2026-03-04T17:27:12.440Z | Downloaded home v0.5.12 |
| 650 | 2026-03-04T17:27:12.443Z | Downloaded globset v0.4.18 |
| 651 | 2026-03-04T17:27:12.447Z | Downloaded deranged v0.5.8 |
| 652 | 2026-03-04T17:27:12.452Z | Downloaded futures-executor v0.3.32 |
| 653 | 2026-03-04T17:27:12.455Z | Downloaded dropshot_endpoint v0.16.7 |
| 654 | 2026-03-04T17:27:12.461Z | Downloaded hubpack_derive v0.1.1 |
| 655 | 2026-03-04T17:27:12.463Z | Downloaded kstat-rs v0.2.4 |
| 656 | 2026-03-04T17:27:12.467Z | Downloaded keccak v0.1.6 |
| 657 | 2026-03-04T17:27:12.470Z | Downloaded libscf-sys v1.1.0 |
| 658 | 2026-03-04T17:27:12.473Z | Downloaded colored v3.1.1 |
| 659 | 2026-03-04T17:27:12.479Z | Downloaded inout v0.1.4 |
| 660 | 2026-03-04T17:27:12.481Z | Downloaded internet-checksum v0.2.1 |
| 661 | 2026-03-04T17:27:12.485Z | Downloaded linked-hash-map v0.5.6 |
| 662 | 2026-03-04T17:27:12.488Z | Downloaded lru-slab v0.1.2 |
| 663 | 2026-03-04T17:27:12.493Z | Downloaded elliptic-curve v0.13.8 |
| 664 | 2026-03-04T17:27:12.497Z | Downloaded git-stub-vcs v0.1.0 |
| 665 | 2026-03-04T17:27:12.502Z | Downloaded ingot v0.1.1 |
| 666 | 2026-03-04T17:27:12.506Z | Downloaded maybe-uninit v2.0.0 |
| 667 | 2026-03-04T17:27:12.511Z | Downloaded mime v0.3.17 |
| 668 | 2026-03-04T17:27:12.511Z | Downloaded lalrpop-util v0.19.12 |
| 669 | 2026-03-04T17:27:12.513Z | Downloaded fatfs v0.3.6 |
| 670 | 2026-03-04T17:27:12.516Z | Downloaded hmac v0.12.1 |
| 671 | 2026-03-04T17:27:12.520Z | Downloaded maplit v1.0.2 |
| 672 | 2026-03-04T17:27:12.523Z | Downloaded new_debug_unreachable v1.0.6 |
| 673 | 2026-03-04T17:27:12.526Z | Downloaded cookie_store v0.22.1 |
| 674 | 2026-03-04T17:27:12.531Z | Downloaded humantime v2.3.0 |
| 675 | 2026-03-04T17:27:12.534Z | Downloaded jobserver v0.1.34 |
| 676 | 2026-03-04T17:27:12.538Z | Downloaded newline-converter v0.3.0 |
| 677 | 2026-03-04T17:27:12.541Z | Downloaded newtype_derive v0.1.6 |
| 678 | 2026-03-04T17:27:12.545Z | Downloaded nodrop v0.1.14 |
| 679 | 2026-03-04T17:27:12.549Z | Downloaded num-conv v0.2.0 |
| 680 | 2026-03-04T17:27:12.553Z | Downloaded libloading v0.8.9 |
| 681 | 2026-03-04T17:27:12.557Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 682 | 2026-03-04T17:27:12.561Z | Downloaded normalize-line-endings v0.3.0 |
| 683 | 2026-03-04T17:27:12.563Z | Downloaded num v0.4.3 |
| 684 | 2026-03-04T17:27:12.566Z | Downloaded num-iter v0.1.45 |
| 685 | 2026-03-04T17:27:12.571Z | Downloaded iana-time-zone v0.1.65 |
| 686 | 2026-03-04T17:27:12.574Z | Downloaded allocator-api2 v0.2.21 |
| 687 | 2026-03-04T17:27:12.577Z | Downloaded openssl-macros v0.1.1 |
| 688 | 2026-03-04T17:27:12.580Z | Downloaded openssl-probe v0.2.1 |
| 689 | 2026-03-04T17:27:12.583Z | Downloaded opaque-debug v0.3.1 |
| 690 | 2026-03-04T17:27:12.586Z | Downloaded num_threads v0.1.7 |
| 691 | 2026-03-04T17:27:12.591Z | Downloaded num_enum_derive v0.5.11 |
| 692 | 2026-03-04T17:27:12.596Z | Downloaded oso-derive v0.27.3 |
| 693 | 2026-03-04T17:27:12.596Z | Downloaded mime_guess v2.0.5 |
| 694 | 2026-03-04T17:27:12.599Z | Downloaded nanorand v0.7.0 |
| 695 | 2026-03-04T17:27:12.603Z | Downloaded openssl-probe v0.1.6 |
| 696 | 2026-03-04T17:27:12.606Z | Downloaded native-tls v0.2.18 |
| 697 | 2026-03-04T17:27:12.609Z | Downloaded newtype-uuid v1.3.2 |
| 698 | 2026-03-04T17:27:12.612Z | Downloaded nibble_vec v0.1.0 |
| 699 | 2026-03-04T17:27:12.616Z | Downloaded multer v3.1.0 |
| 700 | 2026-03-04T17:27:12.621Z | Downloaded parse-size v1.1.0 |
| 701 | 2026-03-04T17:27:12.623Z | Downloaded pbkdf2 v0.11.0 |
| 702 | 2026-03-04T17:27:12.626Z | Downloaded path-slash v0.1.5 |
| 703 | 2026-03-04T17:27:12.630Z | Downloaded httparse v1.10.1 |
| 704 | 2026-03-04T17:27:12.633Z | Downloaded litrs v1.0.0 |
| 705 | 2026-03-04T17:27:12.636Z | Downloaded pbkdf2 v0.12.2 |
| 706 | 2026-03-04T17:27:12.638Z | Downloaded peg-runtime v0.8.5 |
| 707 | 2026-03-04T17:27:12.641Z | Downloaded phf_shared v0.12.1 |
| 708 | 2026-03-04T17:27:12.645Z | Downloaded phf_shared v0.11.3 |
| 709 | 2026-03-04T17:27:12.648Z | Downloaded const_format v0.2.35 |
| 710 | 2026-03-04T17:27:12.654Z | Downloaded heapless v0.8.0 |
| 711 | 2026-03-04T17:27:12.658Z | Downloaded oxide-tokio-rt v0.1.2 |
| 712 | 2026-03-04T17:27:12.662Z | Downloaded pin-utils v0.1.0 |
| 713 | 2026-03-04T17:27:12.666Z | Downloaded precomputed-hash v0.1.1 |
| 714 | 2026-03-04T17:27:12.669Z | Downloaded powerfmt v0.2.0 |
| 715 | 2026-03-04T17:27:12.673Z | Downloaded proc-macro-crate v3.4.0 |
| 716 | 2026-03-04T17:27:12.673Z | Downloaded num_enum_derive v0.7.5 |
| 717 | 2026-03-04T17:27:12.676Z | Downloaded num_enum v0.7.5 |
| 718 | 2026-03-04T17:27:12.681Z | Downloaded olpc-cjson v0.1.4 |
| 719 | 2026-03-04T17:27:12.684Z | Downloaded proc-macro-crate v1.3.1 |
| 720 | 2026-03-04T17:27:12.686Z | Downloaded predicates-core v1.0.10 |
| 721 | 2026-03-04T17:27:12.689Z | Downloaded paste v1.0.15 |
| 722 | 2026-03-04T17:27:12.694Z | Downloaded progenitor-client v0.11.2 |
| 723 | 2026-03-04T17:27:12.703Z | Downloaded pem v3.0.6 |
| 724 | 2026-03-04T17:27:12.708Z | Downloaded parse-display-derive v0.10.0 |
| 725 | 2026-03-04T17:27:12.708Z | Downloaded nu-ansi-term v0.50.3 |
| 726 | 2026-03-04T17:27:12.708Z | Downloaded phf v0.12.1 |
| 727 | 2026-03-04T17:27:12.708Z | Downloaded pem-rfc7468 v0.7.0 |
| 728 | 2026-03-04T17:27:12.711Z | Downloaded progenitor-macro v0.10.0 |
| 729 | 2026-03-04T17:27:12.715Z | Downloaded psl-types v2.0.11 |
| 730 | 2026-03-04T17:27:12.716Z | Downloaded indicatif v0.18.4 |
| 731 | 2026-03-04T17:27:12.721Z | Downloaded phf_shared v0.13.1 |
| 732 | 2026-03-04T17:27:12.724Z | Downloaded peg-macros v0.8.5 |
| 733 | 2026-03-04T17:27:12.724Z | Downloaded password-hash v0.4.2 |
| 734 | 2026-03-04T17:27:12.727Z | Downloaded progenitor-macro v0.11.2 |
| 735 | 2026-03-04T17:27:12.730Z | Downloaded progenitor-macro v0.13.0 |
| 736 | 2026-03-04T17:27:12.733Z | Downloaded poly1305 v0.8.0 |
| 737 | 2026-03-04T17:27:12.736Z | Downloaded bytes v1.11.1 |
| 738 | 2026-03-04T17:27:12.742Z | Downloaded rand_chacha v0.3.1 |
| 739 | 2026-03-04T17:27:12.747Z | Downloaded pkg-config v0.3.32 |
| 740 | 2026-03-04T17:27:12.747Z | Downloaded ref-cast-impl v1.0.25 |
| 741 | 2026-03-04T17:27:12.750Z | Downloaded quick-error v1.2.3 |
| 742 | 2026-03-04T17:27:12.750Z | Downloaded predicates v3.1.4 |
| 743 | 2026-03-04T17:27:12.754Z | Downloaded dropshot-api-manager v0.5.2 |
| 744 | 2026-03-04T17:27:12.758Z | Downloaded recursive v0.1.1 |
| 745 | 2026-03-04T17:27:12.761Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 746 | 2026-03-04T17:27:12.764Z | Downloaded libbz2-rs-sys v0.2.2 |
| 747 | 2026-03-04T17:27:12.767Z | Downloaded progenitor v0.13.0 |
| 748 | 2026-03-04T17:27:12.770Z | Downloaded progenitor v0.10.0 |
| 749 | 2026-03-04T17:27:12.773Z | Downloaded expectorate v1.2.0 |
| 750 | 2026-03-04T17:27:12.807Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 751 | 2026-03-04T17:27:12.808Z | Downloaded progenitor-extras v0.1.0 |
| 752 | 2026-03-04T17:27:12.808Z | Downloaded predicates-tree v1.0.13 |
| 753 | 2026-03-04T17:27:12.808Z | Downloaded psm v0.1.30 |
| 754 | 2026-03-04T17:27:12.808Z | Downloaded cc v1.2.56 |
| 755 | 2026-03-04T17:27:12.808Z | Downloaded progenitor-client v0.13.0 |
| 756 | 2026-03-04T17:27:12.808Z | Downloaded postgres-protocol v0.6.10 |
| 757 | 2026-03-04T17:27:12.808Z | Downloaded radium v0.7.0 |
| 758 | 2026-03-04T17:27:12.808Z | Downloaded pkcs8 v0.10.2 |
| 759 | 2026-03-04T17:27:12.808Z | Downloaded russh-cryptovec v0.7.3 |
| 760 | 2026-03-04T17:27:12.809Z | Downloaded rfc6979 v0.4.0 |
| 761 | 2026-03-04T17:27:12.809Z | Downloaded rtoolbox v0.0.3 |
| 762 | 2026-03-04T17:27:12.815Z | Downloaded rand_core v0.10.0 |
| 763 | 2026-03-04T17:27:12.815Z | Downloaded rand_core v0.9.5 |
| 764 | 2026-03-04T17:27:12.815Z | Downloaded pkcs5 v0.7.1 |
| 765 | 2026-03-04T17:27:12.818Z | Downloaded progenitor v0.11.2 |
| 766 | 2026-03-04T17:27:12.818Z | Downloaded rustc-hash v2.1.1 |
| 767 | 2026-03-04T17:27:12.823Z | Downloaded salsa20 v0.10.2 |
| 768 | 2026-03-04T17:27:12.823Z | Downloaded p256 v0.13.2 |
| 769 | 2026-03-04T17:27:12.826Z | Downloaded postgres-types v0.2.12 |
| 770 | 2026-03-04T17:27:12.830Z | Downloaded jiff-static v0.2.21 |
| 771 | 2026-03-04T17:27:12.835Z | Downloaded derive_more-impl v2.1.1 |
| 772 | 2026-03-04T17:27:12.839Z | Downloaded r2d2 v0.8.10 |
| 773 | 2026-03-04T17:27:12.843Z | Downloaded scheduled-thread-pool v0.2.7 |
| 774 | 2026-03-04T17:27:12.847Z | Downloaded scrypt v0.11.0 |
| 775 | 2026-03-04T17:27:12.847Z | Downloaded rustc_version v0.4.1 |
| 776 | 2026-03-04T17:27:12.850Z | Downloaded sapling-renderdag v0.1.0 |
| 777 | 2026-03-04T17:27:12.858Z | Downloaded rand_chacha v0.9.0 |
| 778 | 2026-03-04T17:27:12.858Z | Downloaded pkcs1 v0.7.5 |
| 779 | 2026-03-04T17:27:12.861Z | Downloaded resolv-conf v0.7.6 |
| 780 | 2026-03-04T17:27:12.861Z | Downloaded secrecy v0.8.0 |
| 781 | 2026-03-04T17:27:12.861Z | Downloaded hickory-resolver v0.24.4 |
| 782 | 2026-03-04T17:27:12.865Z | Downloaded ref-cast v1.0.25 |
| 783 | 2026-03-04T17:27:12.869Z | Downloaded scopeguard v1.2.0 |
| 784 | 2026-03-04T17:27:12.872Z | Downloaded serde-big-array v0.5.1 |
| 785 | 2026-03-04T17:27:12.875Z | Downloaded seq-macro v0.3.6 |
| 786 | 2026-03-04T17:27:12.878Z | Downloaded serde_repr v0.1.20 |
| 787 | 2026-03-04T17:27:12.881Z | Downloaded shell-words v1.1.1 |
| 788 | 2026-03-04T17:27:12.881Z | Downloaded rustls-native-certs v0.8.3 |
| 789 | 2026-03-04T17:27:12.885Z | Downloaded proc-macro-error2 v2.0.1 |
| 790 | 2026-03-04T17:27:12.888Z | Downloaded ppv-lite86 v0.2.21 |
| 791 | 2026-03-04T17:27:12.890Z | Downloaded hickory-server v0.25.2 |
| 792 | 2026-03-04T17:27:12.895Z | Downloaded sigpipe v0.1.3 |
| 793 | 2026-03-04T17:27:12.897Z | Downloaded sha1 v0.10.6 |
| 794 | 2026-03-04T17:27:12.900Z | Downloaded rusty-fork v0.3.1 |
| 795 | 2026-03-04T17:27:12.903Z | Downloaded serde_bytes v0.11.19 |
| 796 | 2026-03-04T17:27:12.908Z | Downloaded semver v0.1.20 |
| 797 | 2026-03-04T17:27:12.908Z | Downloaded serde_urlencoded v0.7.1 |
| 798 | 2026-03-04T17:27:12.911Z | Downloaded rustversion v1.0.22 |
| 799 | 2026-03-04T17:27:12.915Z | Downloaded signature v2.2.0 |
| 800 | 2026-03-04T17:27:12.915Z | Downloaded signal-hook-tokio v0.3.1 |
| 801 | 2026-03-04T17:27:12.918Z | Downloaded signal-hook-mio v0.2.5 |
| 802 | 2026-03-04T17:27:12.918Z | Downloaded serde_spanned v1.0.4 |
| 803 | 2026-03-04T17:27:12.921Z | Downloaded quinn-udp v0.5.14 |
| 804 | 2026-03-04T17:27:12.924Z | Downloaded pin-project v1.1.11 |
| 805 | 2026-03-04T17:27:12.933Z | Downloaded slog-envlogger v2.2.0 |
| 806 | 2026-03-04T17:27:12.936Z | Downloaded schemars_derive v0.8.22 |
| 807 | 2026-03-04T17:27:12.939Z | Downloaded slog-bunyan v2.5.0 |
| 808 | 2026-03-04T17:27:12.942Z | Downloaded siphasher v1.0.2 |
| 809 | 2026-03-04T17:27:12.942Z | Downloaded hyper-util v0.1.20 |
| 810 | 2026-03-04T17:27:12.948Z | Downloaded rustls-pemfile v2.2.0 |
| 811 | 2026-03-04T17:27:12.951Z | Downloaded serde_path_to_error v0.1.20 |
| 812 | 2026-03-04T17:27:12.955Z | Downloaded serde_derive_internals v0.29.1 |
| 813 | 2026-03-04T17:27:12.959Z | Downloaded sec1 v0.7.3 |
| 814 | 2026-03-04T17:27:12.964Z | Downloaded openssl-sys v0.9.111 |
| 815 | 2026-03-04T17:27:12.968Z | Downloaded shlex v1.3.0 |
| 816 | 2026-03-04T17:27:12.968Z | Downloaded minimal-lexical v0.2.1 |
| 817 | 2026-03-04T17:27:12.973Z | Downloaded serde-hex v0.1.0 |
| 818 | 2026-03-04T17:27:12.975Z | Downloaded rustls-pki-types v1.14.0 |
| 819 | 2026-03-04T17:27:12.976Z | Downloaded ssh-cipher v0.2.0 |
| 820 | 2026-03-04T17:27:12.978Z | Downloaded sqlparser_derive v0.5.0 |
| 821 | 2026-03-04T17:27:12.978Z | Downloaded rcgen v0.12.1 |
| 822 | 2026-03-04T17:27:12.981Z | Downloaded sct v0.7.1 |
| 823 | 2026-03-04T17:27:12.987Z | Downloaded papergrid v0.17.0 |
| 824 | 2026-03-04T17:27:12.992Z | Downloaded sync_wrapper v1.0.2 |
| 825 | 2026-03-04T17:27:12.995Z | Downloaded signal-hook-registry v1.4.8 |
| 826 | 2026-03-04T17:27:12.995Z | Downloaded tabwriter v1.4.1 |
| 827 | 2026-03-04T17:27:12.998Z | Downloaded sync-ptr v0.1.4 |
| 828 | 2026-03-04T17:27:12.998Z | Downloaded structmeta-derive v0.3.0 |
| 829 | 2026-03-04T17:27:13.002Z | Downloaded aes-gcm v0.10.3 |
| 830 | 2026-03-04T17:27:13.005Z | Downloaded ron v0.8.1 |
| 831 | 2026-03-04T17:27:13.009Z | Downloaded tabled_derive v0.11.0 |
| 832 | 2026-03-04T17:27:13.012Z | Downloaded slog-scope v4.4.1 |
| 833 | 2026-03-04T17:27:13.016Z | Downloaded termtree v0.5.1 |
| 834 | 2026-03-04T17:27:13.016Z | Downloaded slog-json v2.6.1 |
| 835 | 2026-03-04T17:27:13.018Z | Downloaded slog-async v2.8.0 |
| 836 | 2026-03-04T17:27:13.019Z | Downloaded progenitor-impl v0.13.0 |
| 837 | 2026-03-04T17:27:13.021Z | Downloaded slog-dtrace v0.3.0 |
| 838 | 2026-03-04T17:27:13.024Z | Downloaded progenitor-impl v0.10.0 |
| 839 | 2026-03-04T17:27:13.028Z | Downloaded take_mut v0.2.2 |
| 840 | 2026-03-04T17:27:13.031Z | Downloaded serde_with_macros v3.17.0 |
| 841 | 2026-03-04T17:27:13.031Z | Downloaded smallvec v0.6.14 |
| 842 | 2026-03-04T17:27:13.034Z | Downloaded snafu-derive v0.8.9 |
| 843 | 2026-03-04T17:27:13.034Z | Downloaded hashbrown v0.13.2 |
| 844 | 2026-03-04T17:27:13.038Z | Downloaded rayon-core v1.13.0 |
| 845 | 2026-03-04T17:27:13.041Z | Downloaded tagptr v0.2.0 |
| 846 | 2026-03-04T17:27:13.044Z | Downloaded smf v0.2.3 |
| 847 | 2026-03-04T17:27:13.047Z | Downloaded thread-id v5.1.0 |
| 848 | 2026-03-04T17:27:13.047Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 849 | 2026-03-04T17:27:13.050Z | Downloaded testing_table v0.3.0 |
| 850 | 2026-03-04T17:27:13.050Z | Downloaded spki v0.7.3 |
| 851 | 2026-03-04T17:27:13.053Z | Downloaded schemars v0.8.22 |
| 852 | 2026-03-04T17:27:13.064Z | Downloaded stringprep v0.1.5 |
| 853 | 2026-03-04T17:27:13.067Z | Downloaded time-core v0.1.8 |
| 854 | 2026-03-04T17:27:13.070Z | Downloaded static_assertions v1.1.0 |
| 855 | 2026-03-04T17:27:13.070Z | Downloaded tinyvec_macros v0.1.1 |
| 856 | 2026-03-04T17:27:13.073Z | Downloaded publicsuffix v2.3.0 |
| 857 | 2026-03-04T17:27:13.079Z | Downloaded num-bigint v0.4.6 |
| 858 | 2026-03-04T17:27:13.082Z | Downloaded tap v1.0.1 |
| 859 | 2026-03-04T17:27:13.082Z | Downloaded string_cache v0.8.9 |
| 860 | 2026-03-04T17:27:13.082Z | Downloaded subtle v2.6.1 |
| 861 | 2026-03-04T17:27:13.085Z | Downloaded strum_macros v0.24.3 |
| 862 | 2026-03-04T17:27:13.087Z | Downloaded termios v0.3.3 |
| 863 | 2026-03-04T17:27:13.087Z | Downloaded libxml v0.3.3 |
| 864 | 2026-03-04T17:27:13.093Z | Downloaded quinn v0.11.9 |
| 865 | 2026-03-04T17:27:13.097Z | Downloaded stacker v0.1.23 |
| 866 | 2026-03-04T17:27:13.100Z | Downloaded rustls-platform-verifier v0.6.2 |
| 867 | 2026-03-04T17:27:13.104Z | Downloaded ryu v1.0.23 |
| 868 | 2026-03-04T17:27:13.107Z | Downloaded strum_macros v0.27.2 |
| 869 | 2026-03-04T17:27:13.110Z | Downloaded strum_macros v0.26.4 |
| 870 | 2026-03-04T17:27:13.113Z | Downloaded mio v1.1.1 |
| 871 | 2026-03-04T17:27:13.116Z | Downloaded tiny-keccak v2.0.2 |
| 872 | 2026-03-04T17:27:13.119Z | Downloaded try-lock v0.2.5 |
| 873 | 2026-03-04T17:27:13.122Z | Downloaded trait-variant v0.1.2 |
| 874 | 2026-03-04T17:27:13.123Z | Downloaded signal-hook v0.3.18 |
| 875 | 2026-03-04T17:27:13.125Z | Downloaded iri-string v0.7.10 |
| 876 | 2026-03-04T17:27:13.133Z | Downloaded tower-layer v0.3.3 |
| 877 | 2026-03-04T17:27:13.136Z | Downloaded thread_local v1.1.9 |
| 878 | 2026-03-04T17:27:13.136Z | Downloaded thiserror-no-std v2.0.2 |
| 879 | 2026-03-04T17:27:13.140Z | Downloaded tokio-macros v2.6.0 |
| 880 | 2026-03-04T17:27:13.144Z | Downloaded typify-macro v0.6.1 |
| 881 | 2026-03-04T17:27:13.144Z | Downloaded tokio-dtrace v0.1.1 |
| 882 | 2026-03-04T17:27:13.148Z | Downloaded support-bundle-viewer v0.1.2 |
| 883 | 2026-03-04T17:27:13.149Z | Downloaded tower-service v0.3.3 |
| 884 | 2026-03-04T17:27:13.149Z | Downloaded spin v0.9.8 |
| 885 | 2026-03-04T17:27:13.153Z | Downloaded time-macros v0.2.27 |
| 886 | 2026-03-04T17:27:13.153Z | Downloaded term v0.7.0 |
| 887 | 2026-03-04T17:27:13.156Z | Downloaded rsa v0.9.10 |
| 888 | 2026-03-04T17:27:13.159Z | Downloaded universal-hash v0.5.1 |
| 889 | 2026-03-04T17:27:13.162Z | Downloaded term v1.2.1 |
| 890 | 2026-03-04T17:27:13.165Z | Downloaded typify-macro v0.4.3 |
| 891 | 2026-03-04T17:27:13.168Z | Downloaded tls_codec v0.4.2 |
| 892 | 2026-03-04T17:27:13.168Z | Downloaded serde_yaml v0.9.34+deprecated |
| 893 | 2026-03-04T17:27:13.172Z | Downloaded unarray v0.1.4 |
| 894 | 2026-03-04T17:27:13.175Z | Downloaded tokio-tungstenite v0.23.1 |
| 895 | 2026-03-04T17:27:13.175Z | Downloaded tokio-native-tls v0.3.1 |
| 896 | 2026-03-04T17:27:13.178Z | Downloaded tls_codec_derive v0.4.2 |
| 897 | 2026-03-04T17:27:13.183Z | Downloaded socket2 v0.5.10 |
| 898 | 2026-03-04T17:27:13.183Z | Downloaded iddqd v0.3.17 |
| 899 | 2026-03-04T17:27:13.187Z | Downloaded slog v2.8.2 |
| 900 | 2026-03-04T17:27:13.190Z | Downloaded tokio-rustls v0.25.0 |
| 901 | 2026-03-04T17:27:13.193Z | Downloaded void v1.0.2 |
| 902 | 2026-03-04T17:27:13.196Z | Downloaded want v0.3.1 |
| 903 | 2026-03-04T17:27:13.197Z | Downloaded untrusted v0.7.1 |
| 904 | 2026-03-04T17:27:13.199Z | Downloaded usdt-attr-macro v0.6.0 |
| 905 | 2026-03-04T17:27:13.199Z | Downloaded unit-prefix v0.5.2 |
| 906 | 2026-03-04T17:27:13.199Z | Downloaded usdt v0.6.0 |
| 907 | 2026-03-04T17:27:13.199Z | Downloaded wait-timeout v0.2.1 |
| 908 | 2026-03-04T17:27:13.204Z | Downloaded similar v2.7.0 |
| 909 | 2026-03-04T17:27:13.208Z | Downloaded utf-8 v0.7.6 |
| 910 | 2026-03-04T17:27:13.208Z | Downloaded samael v0.0.19 |
| 911 | 2026-03-04T17:27:13.213Z | Downloaded tui-tree-widget v0.23.1 |
| 912 | 2026-03-04T17:27:13.216Z | Downloaded schemars v0.9.0 |
| 913 | 2026-03-04T17:27:13.225Z | Downloaded xattr v1.6.1 |
| 914 | 2026-03-04T17:27:13.231Z | Downloaded xshell-macros v0.2.7 |
| 915 | 2026-03-04T17:27:13.231Z | Downloaded unicase v2.9.0 |
| 916 | 2026-03-04T17:27:13.233Z | Downloaded usdt-macro v0.6.0 |
| 917 | 2026-03-04T17:27:13.233Z | Downloaded untrusted v0.9.0 |
| 918 | 2026-03-04T17:27:13.234Z | Downloaded topological-sort v0.2.2 |
| 919 | 2026-03-04T17:27:13.234Z | Downloaded tokio-rustls v0.26.4 |
| 920 | 2026-03-04T17:27:13.236Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 921 | 2026-03-04T17:27:13.239Z | Downloaded socket2 v0.6.2 |
| 922 | 2026-03-04T17:27:13.239Z | Downloaded waitgroup v0.1.2 |
| 923 | 2026-03-04T17:27:13.242Z | Downloaded snafu v0.8.9 |
| 924 | 2026-03-04T17:27:13.246Z | Downloaded zeroize_derive v1.4.3 |
| 925 | 2026-03-04T17:27:13.249Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 926 | 2026-03-04T17:27:13.249Z | Downloaded p521 v0.13.3 |
| 927 | 2026-03-04T17:27:13.252Z | Downloaded tokio-rustls v0.24.1 |
| 928 | 2026-03-04T17:27:13.255Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 929 | 2026-03-04T17:27:13.258Z | Downloaded tar v0.4.44 |
| 930 | 2026-03-04T17:27:13.260Z | Downloaded libm v0.2.16 |
| 931 | 2026-03-04T17:27:13.267Z | Downloaded zone_cfg_derive v0.3.1 |
| 932 | 2026-03-04T17:27:13.270Z | Downloaded zone v0.3.1 |
| 933 | 2026-03-04T17:27:13.270Z | Downloaded vsss-rs v3.3.4 |
| 934 | 2026-03-04T17:27:13.273Z | Downloaded vergen-lib v0.1.6 |
| 935 | 2026-03-04T17:27:13.277Z | Downloaded uzers v0.12.2 |
| 936 | 2026-03-04T17:27:13.277Z | Downloaded rand v0.9.2 |
| 937 | 2026-03-04T17:27:13.280Z | Downloaded twox-hash v2.1.2 |
| 938 | 2026-03-04T17:27:13.283Z | Downloaded subprocess v0.2.15 |
| 939 | 2026-03-04T17:27:13.286Z | Downloaded rustls-webpki v0.103.9 |
| 940 | 2026-03-04T17:27:13.288Z | Downloaded tokio-stream v0.1.18 |
| 941 | 2026-03-04T17:27:13.295Z | Downloaded rand v0.10.0 |
| 942 | 2026-03-04T17:27:13.299Z | Downloaded xz2 v0.1.7 |
| 943 | 2026-03-04T17:27:13.300Z | Downloaded wyz v0.5.1 |
| 944 | 2026-03-04T17:27:13.300Z | Downloaded rand v0.8.5 |
| 945 | 2026-03-04T17:27:13.302Z | Downloaded itertools v0.13.0 |
| 946 | 2026-03-04T17:27:13.308Z | Downloaded vergen-git2 v1.0.7 |
| 947 | 2026-03-04T17:27:13.311Z | Downloaded usdt-impl v0.6.0 |
| 948 | 2026-03-04T17:27:13.311Z | Downloaded zeroize v1.8.2 |
| 949 | 2026-03-04T17:27:13.314Z | Downloaded tinyvec v1.10.0 |
| 950 | 2026-03-04T17:27:13.317Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 951 | 2026-03-04T17:27:13.319Z | Downloaded tracing-attributes v0.1.31 |
| 952 | 2026-03-04T17:27:13.322Z | Downloaded vergen v9.0.6 |
| 953 | 2026-03-04T17:27:13.325Z | Downloaded walkdir v2.5.0 |
| 954 | 2026-03-04T17:27:13.325Z | Downloaded tungstenite v0.23.0 |
| 955 | 2026-03-04T17:27:13.328Z | Downloaded tungstenite v0.21.0 |
| 956 | 2026-03-04T17:27:13.331Z | Downloaded aho-corasick v1.1.4 |
| 957 | 2026-03-04T17:27:13.337Z | Downloaded zstd-safe v7.2.4 |
| 958 | 2026-03-04T17:27:13.340Z | Downloaded tracing-core v0.1.36 |
| 959 | 2026-03-04T17:27:13.340Z | Downloaded whoami v2.1.0 |
| 960 | 2026-03-04T17:27:13.343Z | Downloaded hyper v1.8.1 |
| 961 | 2026-03-04T17:27:13.348Z | Downloaded unicode-properties v0.1.4 |
| 962 | 2026-03-04T17:27:13.350Z | Downloaded h2 v0.4.13 |
| 963 | 2026-03-04T17:27:13.356Z | Downloaded rustyline v14.0.0 |
| 964 | 2026-03-04T17:27:13.360Z | Downloaded test-strategy v0.4.5 |
| 965 | 2026-03-04T17:27:13.363Z | Downloaded russh v0.45.0 |
| 966 | 2026-03-04T17:27:13.368Z | Downloaded hashbrown v0.15.5 |
| 967 | 2026-03-04T17:27:13.373Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 968 | 2026-03-04T17:27:13.377Z | Downloaded schemars v1.2.1 |
| 969 | 2026-03-04T17:27:13.391Z | Downloaded zstd v0.13.3 |
| 970 | 2026-03-04T17:27:13.395Z | Downloaded whoami v1.6.1 |
| 971 | 2026-03-04T17:27:13.398Z | Downloaded typify v0.4.3 |
| 972 | 2026-03-04T17:27:13.401Z | Downloaded tokio-postgres v0.7.16 |
| 973 | 2026-03-04T17:27:13.405Z | Downloaded futures-util v0.3.32 |
| 974 | 2026-03-04T17:27:13.414Z | Downloaded xshell v0.2.7 |
| 975 | 2026-03-04T17:27:13.417Z | Downloaded blake3 v1.8.3 |
| 976 | 2026-03-04T17:27:13.423Z | Downloaded toml_edit v0.19.15 |
| 977 | 2026-03-04T17:27:13.438Z | Downloaded zerocopy v0.6.6 |
| 978 | 2026-03-04T17:27:13.441Z | Downloaded uuid v1.21.0 |
| 979 | 2026-03-04T17:27:13.444Z | Downloaded vte v0.14.1 |
| 980 | 2026-03-04T17:27:13.447Z | Downloaded reedline v0.40.0 |
| 981 | 2026-03-04T17:27:13.452Z | Downloaded reqwest v0.12.28 |
| 982 | 2026-03-04T17:27:13.458Z | Downloaded rpassword v7.4.0 |
| 983 | 2026-03-04T17:27:13.460Z | Downloaded ron v0.12.0 |
| 984 | 2026-03-04T17:27:13.468Z | Downloaded rayon v1.11.0 |
| 985 | 2026-03-04T17:27:13.476Z | Downloaded zopfli v0.8.3 |
| 986 | 2026-03-04T17:27:13.480Z | Downloaded zip v0.6.6 |
| 987 | 2026-03-04T17:27:13.483Z | Downloaded yasna v0.5.2 |
| 988 | 2026-03-04T17:27:13.486Z | Downloaded unsafe-libyaml v0.2.11 |
| 989 | 2026-03-04T17:27:13.491Z | Downloaded bitvec v1.0.1 |
| 990 | 2026-03-04T17:27:13.502Z | Downloaded reqwest v0.13.2 |
| 991 | 2026-03-04T17:27:13.507Z | Downloaded ssh-key v0.6.7 |
| 992 | 2026-03-04T17:27:13.514Z | Downloaded tower v0.5.3 |
| 993 | 2026-03-04T17:27:13.522Z | Downloaded chrono v0.4.44 |
| 994 | 2026-03-04T17:27:13.550Z | Downloaded unicode_categories v0.1.1 |
| 995 | 2026-03-04T17:27:13.550Z | Downloaded yansi v1.0.1 |
| 996 | 2026-03-04T17:27:13.550Z | Downloaded x509-cert v0.2.5 |
| 997 | 2026-03-04T17:27:13.550Z | Downloaded git2 v0.20.4 |
| 998 | 2026-03-04T17:27:13.550Z | Downloaded zerocopy-derive v0.8.40 |
| 999 | 2026-03-04T17:27:13.556Z | Downloaded curve25519-dalek v4.1.3 |
| 1000 | 2026-03-04T17:27:13.565Z | Downloaded typed-path v0.9.3 |
| 1001 | 2026-03-04T17:27:13.572Z | Downloaded regex v1.12.3 |
| 1002 | 2026-03-04T17:27:13.576Z | Downloaded tower-http v0.6.8 |
| 1003 | 2026-03-04T17:27:13.584Z | Downloaded tough v0.20.0 |
| 1004 | 2026-03-04T17:27:13.592Z | Downloaded unicode-segmentation v1.12.0 |
| 1005 | 2026-03-04T17:27:13.596Z | Downloaded petname v2.0.2 |
| 1006 | 2026-03-04T17:27:13.601Z | Downloaded bindgen v0.71.1 |
| 1007 | 2026-03-04T17:27:13.608Z | Downloaded aws-lc-rs v1.16.0 |
| 1008 | 2026-03-04T17:27:13.619Z | Downloaded moka v0.12.13 |
| 1009 | 2026-03-04T17:27:13.625Z | Downloaded lalrpop v0.19.12 |
| 1010 | 2026-03-04T17:27:13.636Z | Downloaded unicode-normalization v0.1.25 |
| 1011 | 2026-03-04T17:27:13.640Z | Downloaded rustls-webpki v0.101.7 |
| 1012 | 2026-03-04T17:27:13.654Z | Downloaded radix_trie v0.2.1 |
| 1013 | 2026-03-04T17:27:13.659Z | Downloaded openssl v0.10.75 |
| 1014 | 2026-03-04T17:27:13.668Z | Downloaded goblin v0.10.5 |
| 1015 | 2026-03-04T17:27:13.676Z | Downloaded salty v0.3.0 |
| 1016 | 2026-03-04T17:27:13.681Z | Downloaded zip v4.6.1 |
| 1017 | 2026-03-04T17:27:13.687Z | Downloaded nix v0.28.0 |
| 1018 | 2026-03-04T17:27:13.698Z | Downloaded serde_with v3.17.0 |
| 1019 | 2026-03-04T17:27:13.709Z | Downloaded tokio-util v0.7.18 |
| 1020 | 2026-03-04T17:27:13.716Z | Downloaded diesel v2.2.12 |
| 1021 | 2026-03-04T17:27:13.735Z | Downloaded winnow v0.6.26 |
| 1022 | 2026-03-04T17:27:13.743Z | Downloaded regex-syntax v0.6.29 |
| 1023 | 2026-03-04T17:27:13.749Z | Downloaded rustls v0.21.12 |
| 1024 | 2026-03-04T17:27:13.761Z | Downloaded vcpkg v0.2.15 |
| 1025 | 2026-03-04T17:27:13.798Z | Downloaded smoltcp v0.9.1 |
| 1026 | 2026-03-04T17:27:13.808Z | Downloaded webpki-roots v1.0.6 |
| 1027 | 2026-03-04T17:27:13.811Z | Downloaded hickory-proto v0.24.4 |
| 1028 | 2026-03-04T17:27:13.827Z | Downloaded tabled v0.20.0 |
| 1029 | 2026-03-04T17:27:13.842Z | Downloaded smoltcp v0.11.0 |
| 1030 | 2026-03-04T17:27:13.854Z | Downloaded zlib-rs v0.6.2 |
| 1031 | 2026-03-04T17:27:13.859Z | Downloaded quinn-proto v0.11.13 |
| 1032 | 2026-03-04T17:27:13.866Z | Downloaded time v0.3.47 |
| 1033 | 2026-03-04T17:27:13.878Z | Downloaded rustix v0.38.44 |
| 1034 | 2026-03-04T17:27:13.900Z | Downloaded nix v0.31.1 |
| 1035 | 2026-03-04T17:27:13.911Z | Downloaded zerocopy v0.8.40 |
| 1036 | 2026-03-04T17:27:13.920Z | Downloaded polar-core v0.27.3 |
| 1037 | 2026-03-04T17:27:13.928Z | Downloaded openapiv3 v2.2.0 |
| 1038 | 2026-03-04T17:27:13.940Z | Downloaded hickory-proto v0.25.2 |
| 1039 | 2026-03-04T17:27:13.954Z | Downloaded regex-syntax v0.8.10 |
| 1040 | 2026-03-04T17:27:13.961Z | Downloaded rustls v0.22.4 |
| 1041 | 2026-03-04T17:27:13.975Z | Downloaded regress v0.10.5 |
| 1042 | 2026-03-04T17:27:13.982Z | Downloaded sled v0.34.7 |
| 1043 | 2026-03-04T17:27:13.991Z | Downloaded sqlparser v0.61.0 |
| 1044 | 2026-03-04T17:27:14.001Z | Downloaded tracing v0.1.44 |
| 1045 | 2026-03-04T17:27:14.021Z | Downloaded ratatui v0.29.0 |
| 1046 | 2026-03-04T17:27:14.039Z | Downloaded rustls v0.23.37 |
| 1047 | 2026-03-04T17:27:14.049Z | Downloaded typify-impl v0.4.3 |
| 1048 | 2026-03-04T17:27:14.063Z | Downloaded bstr v1.12.1 |
| 1049 | 2026-03-04T17:27:14.071Z | Downloaded nix v0.27.1 |
| 1050 | 2026-03-04T17:27:14.081Z | Downloaded typify-impl v0.6.1 |
| 1051 | 2026-03-04T17:27:14.093Z | Downloaded zerocopy-derive v0.6.6 |
| 1052 | 2026-03-04T17:27:14.102Z | Downloaded object v0.37.3 |
| 1053 | 2026-03-04T17:27:14.113Z | Downloaded dropshot v0.16.7 |
| 1054 | 2026-03-04T17:27:14.133Z | Downloaded nix v0.30.1 |
| 1055 | 2026-03-04T17:27:14.144Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1056 | 2026-03-04T17:27:14.154Z | Downloaded petgraph v0.6.5 |
| 1057 | 2026-03-04T17:27:14.171Z | Downloaded regex-automata v0.4.14 |
| 1058 | 2026-03-04T17:27:14.184Z | Downloaded winnow v0.5.40 |
| 1059 | 2026-03-04T17:27:14.192Z | Downloaded lzma-sys v0.1.20 |
| 1060 | 2026-03-04T17:27:14.218Z | Downloaded jiff v0.2.21 |
| 1061 | 2026-03-04T17:27:14.235Z | Downloaded rustls-webpki v0.102.8 |
| 1062 | 2026-03-04T17:27:14.251Z | Downloaded csv v1.4.0 |
| 1063 | 2026-03-04T17:27:14.268Z | Downloaded chrono-tz v0.10.4 |
| 1064 | 2026-03-04T17:27:14.283Z | Downloaded proptest v1.10.0 |
| 1065 | 2026-03-04T17:27:14.292Z | Downloaded object v0.30.4 |
| 1066 | 2026-03-04T17:27:14.299Z | Downloaded sha3 v0.10.8 |
| 1067 | 2026-03-04T17:27:14.304Z | Downloaded nix v0.29.0 |
| 1068 | 2026-03-04T17:27:14.314Z | Downloaded petgraph v0.8.3 |
| 1069 | 2026-03-04T17:27:14.333Z | Downloaded quick-xml v0.37.5 |
| 1070 | 2026-03-04T17:27:14.338Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1071 | 2026-03-04T17:27:14.354Z | Downloaded libz-sys v1.1.24 |
| 1072 | 2026-03-04T17:27:14.372Z | Downloaded portable-atomic v1.13.1 |
| 1073 | 2026-03-04T17:27:14.378Z | Downloaded hkdf v0.12.4 |
| 1074 | 2026-03-04T17:27:14.381Z | Downloaded unicode-bidi v0.3.18 |
| 1075 | 2026-03-04T17:27:14.384Z | Downloaded typify v0.6.1 |
| 1076 | 2026-03-04T17:27:14.387Z | Downloaded p384 v0.13.1 |
| 1077 | 2026-03-04T17:27:14.390Z | Downloaded vergen-gitcl v1.0.8 |
| 1078 | 2026-03-04T17:27:14.394Z | Downloaded toml v0.7.8 |
| 1079 | 2026-03-04T17:27:14.396Z | Downloaded tokio v1.49.0 |
| 1080 | 2026-03-04T17:27:14.432Z | Downloaded steno v0.4.1 |
| 1081 | 2026-03-04T17:27:14.435Z | Downloaded itertools v0.14.0 |
| 1082 | 2026-03-04T17:27:14.442Z | Downloaded http v1.4.0 |
| 1083 | 2026-03-04T17:27:14.445Z | Downloaded unicode-truncate v1.1.0 |
| 1084 | 2026-03-04T17:27:14.448Z | Downloaded tokio-tungstenite v0.21.0 |
| 1085 | 2026-03-04T17:27:14.448Z | Downloaded qorb v0.4.1 |
| 1086 | 2026-03-04T17:27:14.451Z | Downloaded compact_str v0.8.1 |
| 1087 | 2026-03-04T17:27:14.454Z | Downloaded num-bigint-dig v0.8.6 |
| 1088 | 2026-03-04T17:27:14.458Z | Downloaded itertools v0.12.1 |
| 1089 | 2026-03-04T17:27:14.464Z | Downloaded ssh-encoding v0.2.0 |
| 1090 | 2026-03-04T17:27:14.467Z | Downloaded sqlformat v0.3.5 |
| 1091 | 2026-03-04T17:27:14.470Z | Downloaded serde_cbor v0.11.2 |
| 1092 | 2026-03-04T17:27:14.472Z | Downloaded prettyplease v0.2.37 |
| 1093 | 2026-03-04T17:27:14.475Z | Downloaded pretty_assertions v1.4.1 |
| 1094 | 2026-03-04T17:27:14.476Z | Downloaded prefix-trie v0.7.0 |
| 1095 | 2026-03-04T17:27:14.479Z | Downloaded nom v7.1.3 |
| 1096 | 2026-03-04T17:27:14.483Z | Downloaded encoding_rs v0.8.35 |
| 1097 | 2026-03-04T17:27:14.506Z | Downloaded itertools v0.10.5 |
| 1098 | 2026-03-04T17:27:14.510Z | Downloaded slog-term v2.9.2 |
| 1099 | 2026-03-04T17:27:14.513Z | Downloaded slog-stdlog v4.1.1 |
| 1100 | 2026-03-04T17:27:14.513Z | Downloaded hashbrown v0.12.3 |
| 1101 | 2026-03-04T17:27:14.516Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1102 | 2026-03-04T17:27:14.516Z | Downloaded progenitor-impl v0.11.2 |
| 1103 | 2026-03-04T17:27:14.519Z | Downloaded supports-color v3.0.2 |
| 1104 | 2026-03-04T17:27:14.520Z | Downloaded structmeta v0.3.0 |
| 1105 | 2026-03-04T17:27:14.522Z | Downloaded strum v0.27.2 |
| 1106 | 2026-03-04T17:27:14.523Z | Downloaded strum v0.26.3 |
| 1107 | 2026-03-04T17:27:14.523Z | Downloaded slab v0.4.12 |
| 1108 | 2026-03-04T17:27:14.523Z | Downloaded simd-adler32 v0.3.8 |
| 1109 | 2026-03-04T17:27:14.526Z | Downloaded russh-keys v0.45.0 |
| 1110 | 2026-03-04T17:27:14.526Z | Downloaded scroll v0.13.0 |
| 1111 | 2026-03-04T17:27:14.526Z | Downloaded rustls-pemfile v1.0.4 |
| 1112 | 2026-03-04T17:27:14.530Z | Downloaded serde_plain v1.0.2 |
| 1113 | 2026-03-04T17:27:14.530Z | Downloaded secrecy v0.10.3 |
| 1114 | 2026-03-04T17:27:14.533Z | Downloaded scroll_derive v0.13.1 |
| 1115 | 2026-03-04T17:27:14.533Z | Downloaded primeorder v0.13.6 |
| 1116 | 2026-03-04T17:27:14.533Z | Downloaded oso v0.27.3 |
| 1117 | 2026-03-04T17:27:14.536Z | Downloaded crossbeam-channel v0.5.15 |
| 1118 | 2026-03-04T17:27:14.539Z | Downloaded same-file v1.0.6 |
| 1119 | 2026-03-04T17:27:14.542Z | Downloaded rand_seeder v0.4.0 |
| 1120 | 2026-03-04T17:27:14.542Z | Downloaded rand_core v0.6.4 |
| 1121 | 2026-03-04T17:27:14.546Z | Downloaded postcard v1.1.3 |
| 1122 | 2026-03-04T17:27:14.549Z | Downloaded headers v0.4.1 |
| 1123 | 2026-03-04T17:27:14.552Z | Downloaded rustc_version v0.1.7 |
| 1124 | 2026-03-04T17:27:14.552Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1125 | 2026-03-04T17:27:14.600Z | Downloaded peg v0.8.5 |
| 1126 | 2026-03-04T17:27:14.604Z | Downloaded ring v0.17.14 |
| 1127 | 2026-03-04T17:27:14.641Z | Downloaded ignore v0.4.25 |
| 1128 | 2026-03-04T17:27:14.646Z | Downloaded miniz_oxide v0.8.9 |
| 1129 | 2026-03-04T17:27:14.646Z | Downloaded omicron-zone-package v0.12.2 |
| 1130 | 2026-03-04T17:27:14.649Z | Downloaded parking_lot_core v0.9.12 |
| 1131 | 2026-03-04T17:27:14.649Z | Downloaded parking_lot v0.11.2 |
| 1132 | 2026-03-04T17:27:14.652Z | Downloaded rand_xorshift v0.4.0 |
| 1133 | 2026-03-04T17:27:14.652Z | Downloaded parking_lot v0.12.5 |
| 1134 | 2026-03-04T17:27:14.657Z | Downloaded pin-project-lite v0.2.17 |
| 1135 | 2026-03-04T17:27:14.660Z | Downloaded polyval v0.6.2 |
| 1136 | 2026-03-04T17:27:14.660Z | Downloaded pin-project-internal v1.1.11 |
| 1137 | 2026-03-04T17:27:14.664Z | Downloaded phf v0.13.1 |
| 1138 | 2026-03-04T17:27:14.664Z | Downloaded ar_archive_writer v0.5.1 |
| 1139 | 2026-03-04T17:27:14.672Z | Downloaded hickory-resolver v0.25.2 |
| 1140 | 2026-03-04T17:27:14.675Z | Downloaded base64 v0.21.7 |
| 1141 | 2026-03-04T17:27:14.675Z | Downloaded parking_lot_core v0.8.6 |
| 1142 | 2026-03-04T17:27:14.675Z | Downloaded packed_struct v0.10.1 |
| 1143 | 2026-03-04T17:27:14.675Z | Downloaded indexmap v1.9.3 |
| 1144 | 2026-03-04T17:27:14.680Z | Downloaded crossterm v0.29.0 |
| 1145 | 2026-03-04T17:27:14.685Z | Downloaded derive_more v2.1.1 |
| 1146 | 2026-03-04T17:27:14.694Z | Downloaded progenitor-client v0.10.0 |
| 1147 | 2026-03-04T17:27:14.697Z | Downloaded oxnet v0.1.4 |
| 1148 | 2026-03-04T17:27:14.697Z | Downloaded owo-colors v4.3.0 |
| 1149 | 2026-03-04T17:27:14.701Z | Downloaded memmap2 v0.9.10 |
| 1150 | 2026-03-04T17:27:14.701Z | Downloaded flate2 v1.1.9 |
| 1151 | 2026-03-04T17:27:14.706Z | Downloaded arc-swap v1.8.2 |
| 1152 | 2026-03-04T17:27:14.710Z | Downloaded password-hash v0.5.0 |
| 1153 | 2026-03-04T17:27:14.710Z | Downloaded num-complex v0.4.6 |
| 1154 | 2026-03-04T17:27:14.714Z | Downloaded chacha20poly1305 v0.10.1 |
| 1155 | 2026-03-04T17:27:14.714Z | Downloaded num-integer v0.1.46 |
| 1156 | 2026-03-04T17:27:14.714Z | Downloaded num-derive v0.3.3 |
| 1157 | 2026-03-04T17:27:14.714Z | Downloaded heapless v0.7.17 |
| 1158 | 2026-03-04T17:27:14.719Z | Downloaded half v2.7.1 |
| 1159 | 2026-03-04T17:27:14.723Z | Downloaded ciborium v0.2.2 |
| 1160 | 2026-03-04T17:27:14.723Z | Downloaded num-rational v0.4.2 |
| 1161 | 2026-03-04T17:27:14.723Z | Downloaded ed25519-dalek v2.2.0 |
| 1162 | 2026-03-04T17:27:14.729Z | Downloaded parse-display v0.10.0 |
| 1163 | 2026-03-04T17:27:14.729Z | Downloaded num_enum v0.5.11 |
| 1164 | 2026-03-04T17:27:14.760Z | Downloaded libsw v3.5.0 |
| 1165 | 2026-03-04T17:27:14.760Z | Downloaded getrandom v0.3.4 |
| 1166 | 2026-03-04T17:27:14.769Z | Downloaded diesel_derives v2.2.7 |
| 1167 | 2026-03-04T17:27:14.769Z | Downloaded aes v0.8.4 |
| 1168 | 2026-03-04T17:27:14.769Z | Downloaded packed_struct_codegen v0.10.1 |
| 1169 | 2026-03-04T17:27:14.769Z | Downloaded bumpalo v3.20.2 |
| 1170 | 2026-03-04T17:27:14.769Z | Downloaded hyper-rustls v0.27.7 |
| 1171 | 2026-03-04T17:27:14.769Z | Downloaded libsw-core v0.3.2 |
| 1172 | 2026-03-04T17:27:14.769Z | Downloaded futures v0.3.32 |
| 1173 | 2026-03-04T17:27:14.769Z | Downloaded crc-any v2.5.0 |
| 1174 | 2026-03-04T17:27:14.769Z | Downloaded backon v1.6.0 |
| 1175 | 2026-03-04T17:27:14.769Z | Downloaded darling_core v0.23.0 |
| 1176 | 2026-03-04T17:27:14.769Z | Downloaded half v1.8.3 |
| 1177 | 2026-03-04T17:27:14.769Z | Downloaded flume v0.11.1 |
| 1178 | 2026-03-04T17:27:14.776Z | Downloaded num-derive v0.4.2 |
| 1179 | 2026-03-04T17:27:14.776Z | Downloaded lock_api v0.4.14 |
| 1180 | 2026-03-04T17:27:14.776Z | Downloaded linear-map v1.2.0 |
| 1181 | 2026-03-04T17:27:14.776Z | Downloaded ipnetwork v0.21.1 |
| 1182 | 2026-03-04T17:27:14.776Z | Downloaded ingot-macros v0.1.1 |
| 1183 | 2026-03-04T17:27:14.780Z | Downloaded getrandom v0.2.17 |
| 1184 | 2026-03-04T17:27:14.780Z | Downloaded libefi-sys v0.1.0 |
| 1185 | 2026-03-04T17:27:14.781Z | Downloaded ipnet v2.11.0 |
| 1186 | 2026-03-04T17:27:14.781Z | Downloaded ingot-types v0.1.2 |
| 1187 | 2026-03-04T17:27:14.781Z | Downloaded indoc v2.0.7 |
| 1188 | 2026-03-04T17:27:14.786Z | Downloaded indoc v1.0.9 |
| 1189 | 2026-03-04T17:27:14.786Z | Downloaded hyper-staticfile v0.10.1 |
| 1190 | 2026-03-04T17:27:14.789Z | Downloaded crypto-bigint v0.5.5 |
| 1191 | 2026-03-04T17:27:14.793Z | Downloaded nonempty v0.12.0 |
| 1192 | 2026-03-04T17:27:14.794Z | Downloaded crossterm v0.28.1 |
| 1193 | 2026-03-04T17:27:14.799Z | Downloaded crc32fast v1.5.0 |
| 1194 | 2026-03-04T17:27:14.803Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1195 | 2026-03-04T17:27:14.803Z | Downloaded multimap v0.10.1 |
| 1196 | 2026-03-04T17:27:14.803Z | Downloaded memoffset v0.9.1 |
| 1197 | 2026-03-04T17:27:14.803Z | Downloaded md5 v0.7.0 |
| 1198 | 2026-03-04T17:27:14.807Z | Downloaded futures-channel v0.3.32 |
| 1199 | 2026-03-04T17:27:14.807Z | Downloaded bit-vec v0.8.0 |
| 1200 | 2026-03-04T17:27:14.807Z | Downloaded base64ct v1.8.3 |
| 1201 | 2026-03-04T17:27:14.813Z | Downloaded managed v0.8.0 |
| 1202 | 2026-03-04T17:27:14.813Z | Downloaded lru-cache v0.1.2 |
| 1203 | 2026-03-04T17:27:14.813Z | Downloaded highway v1.3.0 |
| 1204 | 2026-03-04T17:27:14.813Z | Downloaded hickory-client v0.25.2 |
| 1205 | 2026-03-04T17:27:14.817Z | Downloaded derive_more v0.99.20 |
| 1206 | 2026-03-04T17:27:14.822Z | Downloaded derive-where v1.6.0 |
| 1207 | 2026-03-04T17:27:14.826Z | Downloaded arrayvec v0.7.6 |
| 1208 | 2026-03-04T17:27:14.826Z | Downloaded colored v2.2.0 |
| 1209 | 2026-03-04T17:27:14.829Z | Downloaded bzip2 v0.6.1 |
| 1210 | 2026-03-04T17:27:14.829Z | Downloaded md-5 v0.10.6 |
| 1211 | 2026-03-04T17:27:14.829Z | Downloaded match_cfg v0.1.0 |
| 1212 | 2026-03-04T17:27:14.829Z | Downloaded lzss v0.8.2 |
| 1213 | 2026-03-04T17:27:14.833Z | Downloaded lazy_static v1.5.0 |
| 1214 | 2026-03-04T17:27:14.833Z | Downloaded lru v0.12.5 |
| 1215 | 2026-03-04T17:27:14.833Z | Downloaded group v0.13.0 |
| 1216 | 2026-03-04T17:27:14.838Z | Downloaded crossbeam-epoch v0.9.18 |
| 1217 | 2026-03-04T17:27:14.838Z | Downloaded der v0.7.10 |
| 1218 | 2026-03-04T17:27:14.844Z | Downloaded cookie v0.18.1 |
| 1219 | 2026-03-04T17:27:14.844Z | Downloaded const-oid v0.9.6 |
| 1220 | 2026-03-04T17:27:14.850Z | Downloaded cargo_toml v0.22.3 |
| 1221 | 2026-03-04T17:27:14.850Z | Downloaded fs_extra v1.3.0 |
| 1222 | 2026-03-04T17:27:14.850Z | Downloaded cancel-safe-futures v0.1.5 |
| 1223 | 2026-03-04T17:27:14.855Z | Downloaded console v0.15.11 |
| 1224 | 2026-03-04T17:27:14.855Z | Downloaded hubpack v0.1.2 |
| 1225 | 2026-03-04T17:27:14.855Z | Downloaded http-body-util v0.1.3 |
| 1226 | 2026-03-04T17:27:14.858Z | Downloaded futures-task v0.3.32 |
| 1227 | 2026-03-04T17:27:14.858Z | Downloaded bcs v0.1.6 |
| 1228 | 2026-03-04T17:27:14.858Z | Downloaded crossbeam-deque v0.8.6 |
| 1229 | 2026-03-04T17:27:14.858Z | Downloaded async-trait v0.1.89 |
| 1230 | 2026-03-04T17:27:14.862Z | Downloaded futures-core v0.3.32 |
| 1231 | 2026-03-04T17:27:14.866Z | Downloaded corncobs v0.1.4 |
| 1232 | 2026-03-04T17:27:14.866Z | Downloaded ecdsa v0.16.9 |
| 1233 | 2026-03-04T17:27:14.869Z | Downloaded constant_time_eq v0.4.2 |
| 1234 | 2026-03-04T17:27:14.869Z | Downloaded bit-vec v0.6.3 |
| 1235 | 2026-03-04T17:27:14.869Z | Downloaded is-terminal v0.4.17 |
| 1236 | 2026-03-04T17:27:14.870Z | Downloaded instant v0.1.13 |
| 1237 | 2026-03-04T17:27:14.875Z | Downloaded instability v0.3.11 |
| 1238 | 2026-03-04T17:27:14.875Z | Downloaded indent_write v2.2.0 |
| 1239 | 2026-03-04T17:27:14.875Z | Downloaded hyper-tls v0.6.0 |
| 1240 | 2026-03-04T17:27:14.879Z | Downloaded glob v0.3.3 |
| 1241 | 2026-03-04T17:27:14.879Z | Downloaded base64 v0.22.1 |
| 1242 | 2026-03-04T17:27:14.879Z | Downloaded hash32 v0.3.1 |
| 1243 | 2026-03-04T17:27:14.883Z | Downloaded hash32 v0.2.1 |
| 1244 | 2026-03-04T17:27:14.883Z | Downloaded foldhash v0.1.5 |
| 1245 | 2026-03-04T17:27:14.883Z | Downloaded daft-derive v0.1.5 |
| 1246 | 2026-03-04T17:27:14.886Z | Downloaded http-body v1.0.1 |
| 1247 | 2026-03-04T17:27:14.886Z | Downloaded hostname v0.4.2 |
| 1248 | 2026-03-04T17:27:14.891Z | Downloaded hostname v0.3.1 |
| 1249 | 2026-03-04T17:27:14.891Z | Downloaded foldhash v0.2.0 |
| 1250 | 2026-03-04T17:27:14.891Z | Downloaded daft v0.1.5 |
| 1251 | 2026-03-04T17:27:14.894Z | Downloaded convert_case v0.10.0 |
| 1252 | 2026-03-04T17:27:14.894Z | Downloaded cmake v0.1.57 |
| 1253 | 2026-03-04T17:27:14.894Z | Downloaded blowfish v0.9.1 |
| 1254 | 2026-03-04T17:27:14.898Z | Downloaded filetime v0.2.27 |
| 1255 | 2026-03-04T17:27:14.898Z | Downloaded ff v0.13.1 |
| 1256 | 2026-03-04T17:27:14.898Z | Downloaded drift v0.1.3 |
| 1257 | 2026-03-04T17:27:14.902Z | Downloaded diff v0.1.13 |
| 1258 | 2026-03-04T17:27:14.906Z | Downloaded ciborium-io v0.2.2 |
| 1259 | 2026-03-04T17:27:14.909Z | Downloaded bitflags v1.3.2 |
| 1260 | 2026-03-04T17:27:14.909Z | Downloaded headers-core v0.3.0 |
| 1261 | 2026-03-04T17:27:14.909Z | Downloaded futures-macro v0.3.32 |
| 1262 | 2026-03-04T17:27:14.912Z | Downloaded cexpr v0.6.0 |
| 1263 | 2026-03-04T17:27:14.912Z | Downloaded find-msvc-tools v0.1.9 |
| 1264 | 2026-03-04T17:27:14.912Z | Downloaded defmt v1.0.1 |
| 1265 | 2026-03-04T17:27:14.915Z | Downloaded cargo_metadata v0.19.2 |
| 1266 | 2026-03-04T17:27:14.920Z | Downloaded fixedbitset v0.4.2 |
| 1267 | 2026-03-04T17:27:14.920Z | Downloaded derive-ex v0.1.8 |
| 1268 | 2026-03-04T17:27:14.924Z | Downloaded darling_core v0.21.3 |
| 1269 | 2026-03-04T17:27:14.928Z | Downloaded ghash v0.5.1 |
| 1270 | 2026-03-04T17:27:14.929Z | Downloaded fxhash v0.2.1 |
| 1271 | 2026-03-04T17:27:14.929Z | Downloaded futures-io v0.3.32 |
| 1272 | 2026-03-04T17:27:14.929Z | Downloaded foreign-types-shared v0.1.1 |
| 1273 | 2026-03-04T17:27:14.929Z | Downloaded foreign-types v0.5.0 |
| 1274 | 2026-03-04T17:27:14.929Z | Downloaded enum-as-inner v0.6.1 |
| 1275 | 2026-03-04T17:27:14.931Z | Downloaded embedded-io v0.4.0 |
| 1276 | 2026-03-04T17:27:14.931Z | Downloaded des v0.8.1 |
| 1277 | 2026-03-04T17:27:14.932Z | Downloaded der_derive v0.7.3 |
| 1278 | 2026-03-04T17:27:14.935Z | Downloaded bit-set v0.8.0 |
| 1279 | 2026-03-04T17:27:14.935Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1280 | 2026-03-04T17:27:14.935Z | Downloaded erased-serde v0.3.31 |
| 1281 | 2026-03-04T17:27:14.938Z | Downloaded embedded-io v0.6.1 |
| 1282 | 2026-03-04T17:27:14.938Z | Downloaded dyn-clone v1.0.20 |
| 1283 | 2026-03-04T17:27:14.942Z | Downloaded difflib v0.4.0 |
| 1284 | 2026-03-04T17:27:14.947Z | Downloaded defmt-macros v1.0.1 |
| 1285 | 2026-03-04T17:27:14.947Z | Downloaded bb8 v0.8.6 |
| 1286 | 2026-03-04T17:27:14.947Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1287 | 2026-03-04T17:27:14.950Z | Downloaded dtrace-parser v0.3.0 |
| 1288 | 2026-03-04T17:27:14.950Z | Downloaded display-error-chain v0.2.2 |
| 1289 | 2026-03-04T17:27:14.950Z | Downloaded defmt v0.3.100 |
| 1290 | 2026-03-04T17:27:14.950Z | Downloaded cassowary v0.3.0 |
| 1291 | 2026-03-04T17:27:14.950Z | Downloaded ed25519 v2.2.3 |
| 1292 | 2026-03-04T17:27:14.953Z | Downloaded atty v0.2.14 |
| 1293 | 2026-03-04T17:27:14.953Z | Downloaded atomicwrites v0.4.4 |
| 1294 | 2026-03-04T17:27:14.955Z | Downloaded defmt-parser v1.0.0 |
| 1295 | 2026-03-04T17:27:14.955Z | Downloaded crc8 v0.1.1 |
| 1296 | 2026-03-04T17:27:14.955Z | Downloaded crc v3.4.0 |
| 1297 | 2026-03-04T17:27:14.956Z | Downloaded convert_case v0.4.0 |
| 1298 | 2026-03-04T17:27:14.958Z | Downloaded cfg_aliases v0.1.1 |
| 1299 | 2026-03-04T17:27:14.959Z | Downloaded assert_matches v1.5.0 |
| 1300 | 2026-03-04T17:27:14.959Z | Downloaded darling_macro v0.21.3 |
| 1301 | 2026-03-04T17:27:14.959Z | Downloaded cstr-argument v0.1.2 |
| 1302 | 2026-03-04T17:27:14.962Z | Downloaded crunchy v0.2.4 |
| 1303 | 2026-03-04T17:27:14.962Z | Downloaded clang-sys v1.8.1 |
| 1304 | 2026-03-04T17:27:14.962Z | Downloaded chacha20 v0.9.1 |
| 1305 | 2026-03-04T17:27:14.965Z | Downloaded bzip2 v0.4.4 |
| 1306 | 2026-03-04T17:27:14.965Z | Downloaded buf-list v1.1.2 |
| 1307 | 2026-03-04T17:27:14.968Z | Downloaded bitfield-struct v0.6.2 |
| 1308 | 2026-03-04T17:27:14.971Z | Downloaded foreign-types-macros v0.2.3 |
| 1309 | 2026-03-04T17:27:14.971Z | Downloaded fallible-iterator v0.2.0 |
| 1310 | 2026-03-04T17:27:14.971Z | Downloaded derive_builder v0.20.2 |
| 1311 | 2026-03-04T17:27:14.974Z | Downloaded crc-catalog v2.4.0 |
| 1312 | 2026-03-04T17:27:14.977Z | Downloaded ctr v0.9.2 |
| 1313 | 2026-03-04T17:27:14.977Z | Downloaded bit-set v0.5.3 |
| 1314 | 2026-03-04T17:27:14.980Z | Downloaded bitfield-macros v0.19.4 |
| 1315 | 2026-03-04T17:27:14.980Z | Downloaded arrayref v0.3.9 |
| 1316 | 2026-03-04T17:27:14.980Z | Downloaded derive_builder_macro v0.20.2 |
| 1317 | 2026-03-04T17:27:14.980Z | Downloaded ciborium-ll v0.2.2 |
| 1318 | 2026-03-04T17:27:14.983Z | Downloaded base16ct v1.0.0 |
| 1319 | 2026-03-04T17:27:14.983Z | Downloaded darling v0.23.0 |
| 1320 | 2026-03-04T17:27:14.986Z | Downloaded env_filter v1.0.0 |
| 1321 | 2026-03-04T17:27:14.989Z | Downloaded either v1.15.0 |
| 1322 | 2026-03-04T17:27:14.989Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 1323 | 2026-03-04T17:27:14.992Z | Downloaded csv-core v0.1.13 |
| 1324 | 2026-03-04T17:27:14.992Z | Downloaded const_format_proc_macros v0.2.34 |
| 1325 | 2026-03-04T17:27:14.995Z | Downloaded cbc v0.1.2 |
| 1326 | 2026-03-04T17:27:14.995Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1327 | 2026-03-04T17:27:14.997Z | Downloaded backoff v0.4.0 |
| 1328 | 2026-03-04T17:27:15.000Z | Downloaded async-bb8-diesel v0.2.1 |
| 1329 | 2026-03-04T17:27:15.000Z | Downloaded ahash v0.8.12 |
| 1330 | 2026-03-04T17:27:15.003Z | Downloaded critical-section v1.2.0 |
| 1331 | 2026-03-04T17:27:15.007Z | Downloaded cobs v0.3.0 |
| 1332 | 2026-03-04T17:27:15.007Z | Downloaded base16ct v0.2.0 |
| 1333 | 2026-03-04T17:27:15.008Z | Downloaded ascii-canvas v3.0.0 |
| 1334 | 2026-03-04T17:27:15.010Z | Downloaded crossbeam-utils v0.8.21 |
| 1335 | 2026-03-04T17:27:15.011Z | Downloaded dirs-sys-next v0.1.2 |
| 1336 | 2026-03-04T17:27:15.011Z | Downloaded darling_macro v0.20.11 |
| 1337 | 2026-03-04T17:27:15.011Z | Downloaded cpufeatures v0.3.0 |
| 1338 | 2026-03-04T17:27:15.014Z | Downloaded block-padding v0.3.3 |
| 1339 | 2026-03-04T17:27:15.014Z | Downloaded bitfield v0.19.4 |
| 1340 | 2026-03-04T17:27:15.014Z | Downloaded argon2 v0.5.3 |
| 1341 | 2026-03-04T17:27:15.017Z | Downloaded async-recursion v1.1.1 |
| 1342 | 2026-03-04T17:27:15.020Z | Downloaded array-init v0.0.4 |
| 1343 | 2026-03-04T17:27:15.020Z | Downloaded aead v0.5.2 |
| 1344 | 2026-03-04T17:27:15.413Z | Downloaded aws-lc-sys v0.37.1 |
| 1345 | 2026-03-04T17:27:15.770Z | Compiling libc v0.2.180 |
| 1346 | 2026-03-04T17:27:15.770Z | Compiling serde v1.0.228 |
| 1347 | 2026-03-04T17:27:15.776Z | Compiling log v0.4.29 |
| 1348 | 2026-03-04T17:27:15.776Z | Compiling find-msvc-tools v0.1.9 |
| 1349 | 2026-03-04T17:27:15.776Z | Compiling shlex v1.3.0 |
| 1350 | 2026-03-04T17:27:15.776Z | Compiling smallvec v1.15.1 |
| 1351 | 2026-03-04T17:27:15.960Z | Compiling syn v2.0.117 |
| 1352 | 2026-03-04T17:27:15.973Z | Compiling typenum v1.19.0 |
| 1353 | 2026-03-04T17:27:16.276Z | Compiling generic-array v0.14.7 |
| 1354 | 2026-03-04T17:27:16.343Z | Compiling subtle v2.6.1 |
| 1355 | 2026-03-04T17:27:16.381Z | Compiling scopeguard v1.2.0 |
| 1356 | 2026-03-04T17:27:16.514Z | Compiling portable-atomic v1.13.1 |
| 1357 | 2026-03-04T17:27:16.586Z | Compiling lock_api v0.4.14 |
| 1358 | 2026-03-04T17:27:16.633Z | Compiling const-oid v0.9.6 |
| 1359 | 2026-03-04T17:27:16.694Z | Compiling critical-section v1.2.0 |
| 1360 | 2026-03-04T17:27:16.737Z | Compiling zerocopy v0.8.40 |
| 1361 | 2026-03-04T17:27:16.852Z | Compiling parking_lot_core v0.9.12 |
| 1362 | 2026-03-04T17:27:17.037Z | Compiling serde_json v1.0.149 |
| 1363 | 2026-03-04T17:27:17.454Z | Compiling pin-project-lite v0.2.17 |
| 1364 | 2026-03-04T17:27:17.695Z | Compiling pkg-config v0.3.32 |
| 1365 | 2026-03-04T17:27:17.732Z | Compiling libm v0.2.16 |
| 1366 | 2026-03-04T17:27:18.228Z | Compiling num-traits v0.2.19 |
| 1367 | 2026-03-04T17:27:18.368Z | Compiling getrandom v0.2.17 |
| 1368 | 2026-03-04T17:27:18.371Z | Compiling jobserver v0.1.34 |
| 1369 | 2026-03-04T17:27:18.561Z | Compiling errno v0.3.14 |
| 1370 | 2026-03-04T17:27:18.803Z | Compiling cc v1.2.56 |
| 1371 | 2026-03-04T17:27:18.832Z | Compiling rand_core v0.6.4 |
| 1372 | 2026-03-04T17:27:18.855Z | Compiling once_cell v1.21.3 |
| 1373 | 2026-03-04T17:27:18.998Z | Compiling signal-hook-registry v1.4.8 |
| 1374 | 2026-03-04T17:27:19.218Z | Compiling mio v1.1.1 |
| 1375 | 2026-03-04T17:27:19.299Z | Compiling bitflags v2.11.0 |
| 1376 | 2026-03-04T17:27:19.392Z | Compiling futures-core v0.3.32 |
| 1377 | 2026-03-04T17:27:19.595Z | Compiling parking_lot v0.12.5 |
| 1378 | 2026-03-04T17:27:19.750Z | Compiling socket2 v0.6.2 |
| 1379 | 2026-03-04T17:27:19.922Z | Compiling percent-encoding v2.3.2 |
| 1380 | 2026-03-04T17:27:20.300Z | Compiling allocator-api2 v0.2.21 |
| 1381 | 2026-03-04T17:27:20.372Z | Compiling cpufeatures v0.2.17 |
| 1382 | 2026-03-04T17:27:20.442Z | Compiling foldhash v0.2.0 |
| 1383 | 2026-03-04T17:27:20.501Z | Compiling futures-sink v0.3.32 |
| 1384 | 2026-03-04T17:27:20.520Z | Compiling futures-task v0.3.32 |
| 1385 | 2026-03-04T17:27:20.661Z | Compiling futures-channel v0.3.32 |
| 1386 | 2026-03-04T17:27:20.691Z | Compiling futures-io v0.3.32 |
| 1387 | 2026-03-04T17:27:20.850Z | Compiling slab v0.4.12 |
| 1388 | 2026-03-04T17:27:20.872Z | Compiling getrandom v0.4.1 |
| 1389 | 2026-03-04T17:27:20.979Z | Compiling getrandom v0.3.4 |
| 1390 | 2026-03-04T17:27:21.052Z | Compiling hashbrown v0.16.1 |
| 1391 | 2026-03-04T17:27:21.115Z | Compiling rand_core v0.10.0 |
| 1392 | 2026-03-04T17:27:21.198Z | Compiling rustversion v1.0.22 |
| 1393 | 2026-03-04T17:27:21.460Z | Compiling cmake v0.1.57 |
| 1394 | 2026-03-04T17:27:22.347Z | Compiling indexmap v2.13.0 |
| 1395 | 2026-03-04T17:27:22.409Z | Compiling form_urlencoded v1.2.2 |
| 1396 | 2026-03-04T17:27:22.596Z | Compiling dunce v1.0.5 |
| 1397 | 2026-03-04T17:27:22.733Z | Compiling base64ct v1.8.3 |
| 1398 | 2026-03-04T17:27:22.751Z | Compiling ident_case v1.0.1 |
| 1399 | 2026-03-04T17:27:22.754Z | Compiling fs_extra v1.3.0 |
| 1400 | 2026-03-04T17:27:22.849Z | Compiling flagset v0.4.7 |
| 1401 | 2026-03-04T17:27:22.942Z | Compiling rand_core v0.9.5 |
| 1402 | 2026-03-04T17:27:23.084Z | Compiling iana-time-zone v0.1.65 |
| 1403 | 2026-03-04T17:27:23.289Z | Compiling aws-lc-sys v0.37.1 |
| 1404 | 2026-03-04T17:27:23.324Z | Compiling pem-rfc7468 v0.7.0 |
| 1405 | 2026-03-04T17:27:23.388Z | Compiling synstructure v0.13.2 |
| 1406 | 2026-03-04T17:27:23.478Z | Compiling rustix v1.1.3 |
| 1407 | 2026-03-04T17:27:23.526Z | Compiling ring v0.17.14 |
| 1408 | 2026-03-04T17:27:23.720Z | Compiling uuid v1.21.0 |
| 1409 | 2026-03-04T17:27:23.828Z | Compiling rustc_version v0.4.1 |
| 1410 | 2026-03-04T17:27:23.964Z | Compiling vcpkg v0.2.15 |
| 1411 | 2026-03-04T17:27:24.495Z | Compiling aws-lc-rs v1.16.0 |
| 1412 | 2026-03-04T17:27:24.527Z | Compiling regex-syntax v0.8.10 |
| 1413 | 2026-03-04T17:27:25.047Z | Compiling tracing-core v0.1.36 |
| 1414 | 2026-03-04T17:27:25.211Z | Compiling crossbeam-utils v0.8.21 |
| 1415 | 2026-03-04T17:27:25.588Z | Compiling openssl-sys v0.9.111 |
| 1416 | 2026-03-04T17:27:25.807Z | Compiling pest_generator v2.8.6 |
| 1417 | 2026-03-04T17:27:26.217Z | Compiling serde_derive_internals v0.29.1 |
| 1418 | 2026-03-04T17:27:26.740Z | Compiling untrusted v0.9.0 |
| 1419 | 2026-03-04T17:27:26.937Z | Compiling openssl-probe v0.2.1 |
| 1420 | 2026-03-04T17:27:27.287Z | Compiling base64 v0.22.1 |
| 1421 | 2026-03-04T17:27:27.467Z | Compiling syn v1.0.109 |
| 1422 | 2026-03-04T17:27:27.732Z | Compiling httparse v1.10.1 |
| 1423 | 2026-03-04T17:27:27.974Z | Compiling untrusted v0.7.1 |
| 1424 | 2026-03-04T17:27:28.071Z | Compiling schemars v0.8.22 |
| 1425 | 2026-03-04T17:27:28.246Z | Compiling serde_derive v1.0.228 |
| 1426 | 2026-03-04T17:27:28.266Z | Compiling zeroize_derive v1.4.3 |
| 1427 | 2026-03-04T17:27:28.357Z | Compiling zerofrom-derive v0.1.6 |
| 1428 | 2026-03-04T17:27:28.387Z | Compiling yoke-derive v0.8.1 |
| 1429 | 2026-03-04T17:27:28.431Z | Compiling zerocopy-derive v0.8.40 |
| 1430 | 2026-03-04T17:27:29.596Z | Compiling zeroize v1.8.2 |
| 1431 | 2026-03-04T17:27:30.072Z | Compiling zerovec-derive v0.11.2 |
| 1432 | 2026-03-04T17:27:30.204Z | Compiling displaydoc v0.2.5 |
| 1433 | 2026-03-04T17:27:31.090Z | Compiling tokio-macros v2.6.0 |
| 1434 | 2026-03-04T17:27:31.354Z | Compiling crypto-common v0.1.7 |
| 1435 | 2026-03-04T17:27:31.607Z | Compiling block-buffer v0.10.4 |
| 1436 | 2026-03-04T17:27:31.716Z | Compiling zerofrom v0.1.6 |
| 1437 | 2026-03-04T17:27:31.784Z | Compiling futures-macro v0.3.32 |
| 1438 | 2026-03-04T17:27:31.887Z | Compiling digest v0.10.7 |
| 1439 | 2026-03-04T17:27:31.963Z | Compiling yoke v0.8.1 |
| 1440 | 2026-03-04T17:27:32.373Z | Compiling zerotrie v0.2.3 |
| 1441 | 2026-03-04T17:27:32.395Z | Compiling hmac v0.12.1 |
| 1442 | 2026-03-04T17:27:32.648Z | Compiling zerovec v0.11.5 |
| 1443 | 2026-03-04T17:27:32.682Z | Compiling block-padding v0.3.3 |
| 1444 | 2026-03-04T17:27:32.685Z | Compiling sha2 v0.10.9 |
| 1445 | 2026-03-04T17:27:32.963Z | Compiling inout v0.1.4 |
| 1446 | 2026-03-04T17:27:33.018Z | Compiling der_derive v0.7.3 |
| 1447 | 2026-03-04T17:27:33.262Z | Compiling cipher v0.4.4 |
| 1448 | 2026-03-04T17:27:33.609Z | Compiling futures-util v0.3.32 |
| 1449 | 2026-03-04T17:27:33.826Z | Compiling tinystr v0.8.2 |
| 1450 | 2026-03-04T17:27:33.847Z | Compiling potential_utf v0.1.4 |
| 1451 | 2026-03-04T17:27:34.148Z | Compiling icu_collections v2.1.1 |
| 1452 | 2026-03-04T17:27:34.225Z | Compiling icu_locale_core v2.1.1 |
| 1453 | 2026-03-04T17:27:35.130Z | Compiling salsa20 v0.10.2 |
| 1454 | 2026-03-04T17:27:35.184Z | Compiling der v0.7.10 |
| 1455 | 2026-03-04T17:27:35.360Z | Compiling pbkdf2 v0.12.2 |
| 1456 | 2026-03-04T17:27:35.551Z | Compiling thiserror-impl v2.0.18 |
| 1457 | 2026-03-04T17:27:36.135Z | Compiling icu_provider v2.1.1 |
| 1458 | 2026-03-04T17:27:36.368Z | Compiling scrypt v0.11.0 |
| 1459 | 2026-03-04T17:27:36.596Z | Compiling bytes v1.11.1 |
| 1460 | 2026-03-04T17:27:36.751Z | Compiling icu_normalizer v2.1.1 |
| 1461 | 2026-03-04T17:27:36.848Z | Compiling icu_properties v2.1.2 |
| 1462 | 2026-03-04T17:27:37.912Z | Compiling tokio v1.49.0 |
| 1463 | 2026-03-04T17:27:38.028Z | Compiling http v1.4.0 |
| 1464 | 2026-03-04T17:27:38.050Z | Compiling spki v0.7.3 |
| 1465 | 2026-03-04T17:27:38.427Z | Compiling chrono v0.4.44 |
| 1466 | 2026-03-04T17:27:38.640Z | Compiling thiserror v2.0.18 |
| 1467 | 2026-03-04T17:27:38.814Z | Compiling aes v0.8.4 |
| 1468 | 2026-03-04T17:27:39.021Z | Compiling cbc v0.1.2 |
| 1469 | 2026-03-04T17:27:39.282Z | Compiling idna_adapter v1.2.1 |
| 1470 | 2026-03-04T17:27:39.481Z | Compiling idna v1.1.0 |
| 1471 | 2026-03-04T17:27:39.606Z | Compiling ppv-lite86 v0.2.21 |
| 1472 | 2026-03-04T17:27:39.807Z | Compiling rustls-pki-types v1.14.0 |
| 1473 | 2026-03-04T17:27:40.116Z | Compiling url v2.5.8 |
| 1474 | 2026-03-04T17:27:40.352Z | Compiling rand_chacha v0.9.0 |
| 1475 | 2026-03-04T17:27:40.781Z | Compiling tracing-attributes v0.1.31 |
| 1476 | 2026-03-04T17:27:40.938Z | Compiling rand v0.9.2 |
| 1477 | 2026-03-04T17:27:41.336Z | Compiling pkcs5 v0.7.1 |
| 1478 | 2026-03-04T17:27:41.686Z | Compiling http-body v1.0.1 |
| 1479 | 2026-03-04T17:27:41.999Z | Compiling pkcs8 v0.10.2 |
| 1480 | 2026-03-04T17:27:42.055Z | Compiling schemars_derive v0.8.22 |
| 1481 | 2026-03-04T17:27:42.464Z | Compiling scroll_derive v0.13.1 |
| 1482 | 2026-03-04T17:27:42.684Z | Compiling pest_derive v2.8.6 |
| 1483 | 2026-03-04T17:27:43.428Z | Compiling darling_core v0.20.11 |
| 1484 | 2026-03-04T17:27:43.891Z | Compiling tinyvec_macros v0.1.1 |
| 1485 | 2026-03-04T17:27:43.913Z | Compiling tracing v0.1.44 |
| 1486 | 2026-03-04T17:27:44.003Z | Compiling tower-layer v0.3.3 |
| 1487 | 2026-03-04T17:27:44.290Z | Compiling tower-service v0.3.3 |
| 1488 | 2026-03-04T17:27:44.322Z | Compiling atomic-waker v1.1.2 |
| 1489 | 2026-03-04T17:27:44.404Z | Compiling try-lock v0.2.5 |
| 1490 | 2026-03-04T17:27:44.437Z | Compiling rustls v0.23.37 |
| 1491 | 2026-03-04T17:27:44.525Z | Compiling dyn-clone v1.0.20 |
| 1492 | 2026-03-04T17:27:44.575Z | Compiling want v0.3.1 |
| 1493 | 2026-03-04T17:27:44.749Z | Compiling scroll v0.13.0 |
| 1494 | 2026-03-04T17:27:44.772Z | Compiling tinyvec v1.10.0 |
| 1495 | 2026-03-04T17:27:45.263Z | Compiling ipnet v2.11.0 |
| 1496 | 2026-03-04T17:27:45.579Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1497 | 2026-03-04T17:27:46.123Z | Compiling spin v0.9.8 |
| 1498 | 2026-03-04T17:27:46.290Z | Compiling aho-corasick v1.1.4 |
| 1499 | 2026-03-04T17:27:46.438Z | Compiling tokio-util v0.7.18 |
| 1500 | 2026-03-04T17:27:46.510Z | Compiling openssl v0.10.75 |
| 1501 | 2026-03-04T17:27:46.962Z | Compiling httpdate v1.0.3 |
| 1502 | 2026-03-04T17:27:47.433Z | Compiling foreign-types-shared v0.1.1 |
| 1503 | 2026-03-04T17:27:47.586Z | Compiling num-conv v0.2.0 |
| 1504 | 2026-03-04T17:27:47.868Z | Compiling time-core v0.1.8 |
| 1505 | 2026-03-04T17:27:48.170Z | Compiling h2 v0.4.13 |
| 1506 | 2026-03-04T17:27:48.215Z | Compiling pin-utils v0.1.0 |
| 1507 | 2026-03-04T17:27:48.331Z | Compiling crc32fast v1.5.0 |
| 1508 | 2026-03-04T17:27:48.823Z | Compiling powerfmt v0.2.0 |
| 1509 | 2026-03-04T17:27:48.919Z | Compiling tempfile v3.25.0 |
| 1510 | 2026-03-04T17:27:49.205Z | Compiling deranged v0.5.8 |
| 1511 | 2026-03-04T17:27:49.311Z | Compiling darling_macro v0.20.11 |
| 1512 | 2026-03-04T17:27:49.691Z | Compiling regex-automata v0.4.14 |
| 1513 | 2026-03-04T17:27:50.192Z | Compiling darling v0.20.11 |
| 1514 | 2026-03-04T17:27:50.329Z | Compiling time-macros v0.2.27 |
| 1515 | 2026-03-04T17:27:50.520Z | Compiling foreign-types v0.3.2 |
| 1516 | 2026-03-04T17:27:51.367Z | Compiling goblin v0.10.5 |
| 1517 | 2026-03-04T17:27:51.657Z | Compiling thiserror-impl v1.0.69 |
| 1518 | 2026-03-04T17:27:52.740Z | Compiling openssl-macros v0.1.1 |
| 1519 | 2026-03-04T17:27:54.603Z | Compiling wait-timeout v0.2.1 |
| 1520 | 2026-03-04T17:27:54.777Z | Compiling native-tls v0.2.18 |
| 1521 | 2026-03-04T17:27:55.103Z | Compiling hyper v1.8.1 |
| 1522 | 2026-03-04T17:27:55.136Z | Compiling either v1.15.0 |
| 1523 | 2026-03-04T17:27:55.547Z | Compiling num_threads v0.1.7 |
| 1524 | 2026-03-04T17:27:55.696Z | Compiling usdt-impl v0.6.0 |
| 1525 | 2026-03-04T17:27:55.812Z | Compiling simd-adler32 v0.3.8 |
| 1526 | 2026-03-04T17:27:56.087Z | Compiling bit-vec v0.8.0 |
| 1527 | 2026-03-04T17:27:56.348Z | Compiling siphasher v1.0.2 |
| 1528 | 2026-03-04T17:27:56.560Z | Compiling quick-error v1.2.3 |
| 1529 | 2026-03-04T17:27:56.735Z | Compiling bit-set v0.8.0 |
| 1530 | 2026-03-04T17:27:56.758Z | Compiling rusty-fork v0.3.1 |
| 1531 | 2026-03-04T17:27:57.086Z | Compiling time v0.3.47 |
| 1532 | 2026-03-04T17:27:57.445Z | Compiling hyper-util v0.1.20 |
| 1533 | 2026-03-04T17:27:58.606Z | Compiling dof v0.4.0 |
| 1534 | 2026-03-04T17:27:59.776Z | Compiling thiserror v1.0.69 |
| 1535 | 2026-03-04T17:27:59.952Z | Compiling derive_builder_core v0.20.2 |
| 1536 | 2026-03-04T17:28:01.073Z | Compiling unicode-normalization v0.1.25 |
| 1537 | 2026-03-04T17:28:01.224Z | Compiling crossbeam-epoch v0.9.18 |
| 1538 | 2026-03-04T17:28:01.824Z | Compiling dtrace-parser v0.3.0 |
| 1539 | 2026-03-04T17:28:01.895Z | Compiling rustls-native-certs v0.8.3 |
| 1540 | 2026-03-04T17:28:01.984Z | Compiling signature v2.2.0 |
| 1541 | 2026-03-04T17:28:02.054Z | Compiling scroll_derive v0.12.1 |
| 1542 | 2026-03-04T17:28:02.093Z | Compiling heapless v0.7.17 |
| 1543 | 2026-03-04T17:28:02.319Z | Compiling slog v2.8.2 |
| 1544 | 2026-03-04T17:28:02.466Z | Compiling darling_core v0.21.3 |
| 1545 | 2026-03-04T17:28:02.540Z | Compiling rand_xorshift v0.4.0 |
| 1546 | 2026-03-04T17:28:02.625Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1547 | 2026-03-04T17:28:02.817Z | Compiling sync_wrapper v1.0.2 |
| 1548 | 2026-03-04T17:28:02.991Z | Compiling thread-id v5.1.0 |
| 1549 | 2026-03-04T17:28:03.119Z | Compiling cookie v0.18.1 |
| 1550 | 2026-03-04T17:28:03.138Z | Compiling unarray v0.1.4 |
| 1551 | 2026-03-04T17:28:03.306Z | Compiling unicode-segmentation v1.12.0 |
| 1552 | 2026-03-04T17:28:03.371Z | Compiling adler2 v2.0.1 |
| 1553 | 2026-03-04T17:28:03.429Z | Compiling zstd-safe v7.2.4 |
| 1554 | 2026-03-04T17:28:03.592Z | Compiling anyhow v1.0.102 |
| 1555 | 2026-03-04T17:28:03.614Z | Compiling paste v1.0.15 |
| 1556 | 2026-03-04T17:28:03.782Z | Compiling rayon-core v1.13.0 |
| 1557 | 2026-03-04T17:28:04.100Z | Compiling unicode-bidi v0.3.18 |
| 1558 | 2026-03-04T17:28:04.103Z | Compiling signal-hook v0.3.18 |
| 1559 | 2026-03-04T17:28:04.134Z | Compiling unicode-properties v0.1.4 |
| 1560 | 2026-03-04T17:28:04.536Z | Compiling miniz_oxide v0.8.9 |
| 1561 | 2026-03-04T17:28:04.580Z | Compiling scroll v0.12.0 |
| 1562 | 2026-03-04T17:28:04.602Z | Compiling proptest v1.10.0 |
| 1563 | 2026-03-04T17:28:04.730Z | Compiling stringprep v0.1.5 |
| 1564 | 2026-03-04T17:28:05.189Z | Compiling tower v0.5.3 |
| 1565 | 2026-03-04T17:28:05.992Z | Compiling derive_builder_macro v0.20.2 |
| 1566 | 2026-03-04T17:28:06.200Z | Compiling crossbeam-deque v0.8.6 |
| 1567 | 2026-03-04T17:28:06.222Z | Compiling ipnetwork v0.21.1 |
| 1568 | 2026-03-04T17:28:06.249Z | Compiling http-body-util v0.1.3 |
| 1569 | 2026-03-04T17:28:06.271Z | Compiling webpki-roots v1.0.6 |
| 1570 | 2026-03-04T17:28:06.494Z | Compiling rand_chacha v0.3.1 |
| 1571 | 2026-03-04T17:28:06.541Z | Compiling erased-serde v0.3.31 |
| 1572 | 2026-03-04T17:28:06.717Z | Compiling serde_tokenstream v0.2.3 |
| 1573 | 2026-03-04T17:28:06.849Z | Compiling toml_datetime v0.6.11 |
| 1574 | 2026-03-04T17:28:07.008Z | Compiling serde_spanned v0.6.9 |
| 1575 | 2026-03-04T17:28:07.261Z | Compiling md-5 v0.10.6 |
| 1576 | 2026-03-04T17:28:07.394Z | Compiling zerocopy-derive v0.7.35 |
| 1577 | 2026-03-04T17:28:07.423Z | Compiling curve25519-dalek v4.1.3 |
| 1578 | 2026-03-04T17:28:07.565Z | Compiling num-integer v0.1.46 |
| 1579 | 2026-03-04T17:28:07.899Z | Compiling vergen-lib v0.1.6 |
| 1580 | 2026-03-04T17:28:08.125Z | Compiling hash32 v0.2.1 |
| 1581 | 2026-03-04T17:28:08.262Z | Compiling ff v0.13.1 |
| 1582 | 2026-03-04T17:28:08.291Z | Compiling iri-string v0.7.10 |
| 1583 | 2026-03-04T17:28:08.496Z | Compiling zlib-rs v0.6.2 |
| 1584 | 2026-03-04T17:28:08.497Z | Compiling ryu v1.0.23 |
| 1585 | 2026-03-04T17:28:08.540Z | Compiling base16ct v0.2.0 |
| 1586 | 2026-03-04T17:28:08.649Z | Compiling darling_macro v0.21.3 |
| 1587 | 2026-03-04T17:28:08.835Z | Compiling litrs v1.0.0 |
| 1588 | 2026-03-04T17:28:08.853Z | Compiling fallible-iterator v0.2.0 |
| 1589 | 2026-03-04T17:28:09.323Z | Compiling rustix v0.38.44 |
| 1590 | 2026-03-04T17:28:09.524Z | Compiling psl-types v2.0.11 |
| 1591 | 2026-03-04T17:28:09.548Z | Compiling smoltcp v0.9.1 |
| 1592 | 2026-03-04T17:28:09.755Z | Compiling ref-cast v1.0.25 |
| 1593 | 2026-03-04T17:28:09.886Z | Compiling num-bigint-dig v0.8.6 |
| 1594 | 2026-03-04T17:28:10.134Z | Compiling document-features v0.2.12 |
| 1595 | 2026-03-04T17:28:10.235Z | Compiling newtype-uuid v1.3.2 |
| 1596 | 2026-03-04T17:28:10.258Z | Compiling publicsuffix v2.3.0 |
| 1597 | 2026-03-04T17:28:10.378Z | Compiling darling v0.21.3 |
| 1598 | 2026-03-04T17:28:10.513Z | Compiling postgres-protocol v0.6.10 |
| 1599 | 2026-03-04T17:28:10.550Z | Compiling zerocopy v0.7.35 |
| 1600 | 2026-03-04T17:28:10.879Z | Compiling sec1 v0.7.3 |
| 1601 | 2026-03-04T17:28:11.355Z | Compiling tower-http v0.6.8 |
| 1602 | 2026-03-04T17:28:11.375Z | Compiling serde_urlencoded v0.7.1 |
| 1603 | 2026-03-04T17:28:11.709Z | Compiling group v0.13.0 |
| 1604 | 2026-03-04T17:28:11.944Z | Compiling num-iter v0.1.45 |
| 1605 | 2026-03-04T17:28:12.035Z | Compiling rand v0.8.5 |
| 1606 | 2026-03-04T17:28:12.126Z | Compiling derive_builder v0.20.2 |
| 1607 | 2026-03-04T17:28:12.158Z | Compiling oxnet v0.1.4 |
| 1608 | 2026-03-04T17:28:12.886Z | Compiling proc-macro-error v1.0.4 |
| 1609 | 2026-03-04T17:28:13.018Z | Compiling tokio-native-tls v0.3.1 |
| 1610 | 2026-03-04T17:28:13.050Z | Compiling goblin v0.8.2 |
| 1611 | 2026-03-04T17:28:14.374Z | Compiling heck v0.4.1 |
| 1612 | 2026-03-04T17:28:14.542Z | Compiling phf_shared v0.13.1 |
| 1613 | 2026-03-04T17:28:14.581Z | Compiling hubpack_derive v0.1.1 |
| 1614 | 2026-03-04T17:28:14.796Z | Compiling regex v1.12.3 |
| 1615 | 2026-03-04T17:28:14.897Z | Compiling flate2 v1.1.9 |
| 1616 | 2026-03-04T17:28:15.100Z | Compiling lazy_static v1.5.0 |
| 1617 | 2026-03-04T17:28:15.260Z | Compiling cargo-platform v0.1.9 |
| 1618 | 2026-03-04T17:28:15.431Z | Compiling hkdf v0.12.4 |
| 1619 | 2026-03-04T17:28:15.719Z | Compiling crypto-bigint v0.5.5 |
| 1620 | 2026-03-04T17:28:15.742Z | Compiling daft-derive v0.1.5 |
| 1621 | 2026-03-04T17:28:15.762Z | Compiling async-trait v0.1.89 |
| 1622 | 2026-03-04T17:28:15.768Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1623 | 2026-03-04T17:28:15.768Z | Compiling strum_macros v0.27.2 |
| 1624 | 2026-03-04T17:28:17.149Z | Compiling ref-cast-impl v1.0.25 |
| 1625 | 2026-03-04T17:28:17.347Z | Compiling terminal_size v0.4.3 |
| 1626 | 2026-03-04T17:28:17.596Z | Compiling vergen v9.0.6 |
| 1627 | 2026-03-04T17:28:17.945Z | Compiling fs-err v3.3.0 |
| 1628 | 2026-03-04T17:28:18.159Z | Compiling ahash v0.8.12 |
| 1629 | 2026-03-04T17:28:18.311Z | Compiling managed v0.8.0 |
| 1630 | 2026-03-04T17:28:18.333Z | Compiling object v0.37.3 |
| 1631 | 2026-03-04T17:28:18.542Z | Compiling bitflags v1.3.2 |
| 1632 | 2026-03-04T17:28:18.671Z | Compiling libbz2-rs-sys v0.2.2 |
| 1633 | 2026-03-04T17:28:18.738Z | Compiling winnow v0.5.40 |
| 1634 | 2026-03-04T17:28:18.827Z | Compiling bumpalo v3.20.2 |
| 1635 | 2026-03-04T17:28:19.370Z | Compiling foldhash v0.1.5 |
| 1636 | 2026-03-04T17:28:19.697Z | Compiling bzip2 v0.6.1 |
| 1637 | 2026-03-04T17:28:20.114Z | Compiling hashbrown v0.15.5 |
| 1638 | 2026-03-04T17:28:20.284Z | Compiling zopfli v0.8.3 |
| 1639 | 2026-03-04T17:28:20.531Z | Compiling strum v0.27.2 |
| 1640 | 2026-03-04T17:28:20.741Z | Compiling clap_builder v4.5.60 |
| 1641 | 2026-03-04T17:28:21.553Z | Compiling dof v0.3.0 |
| 1642 | 2026-03-04T17:28:21.845Z | Compiling console v0.16.2 |
| 1643 | 2026-03-04T17:28:22.065Z | Compiling toml_edit v0.19.15 |
| 1644 | 2026-03-04T17:28:22.383Z | Compiling elliptic-curve v0.13.8 |
| 1645 | 2026-03-04T17:28:23.366Z | Compiling daft v0.1.5 |
| 1646 | 2026-03-04T17:28:23.448Z | Compiling cargo_metadata v0.19.2 |
| 1647 | 2026-03-04T17:28:23.467Z | Compiling hubpack v0.1.2 |
| 1648 | 2026-03-04T17:28:23.917Z | Compiling phf v0.13.1 |
| 1649 | 2026-03-04T17:28:24.216Z | Compiling zone_cfg_derive v0.3.1 |
| 1650 | 2026-03-04T17:28:25.602Z | Compiling signal-hook-mio v0.2.5 |
| 1651 | 2026-03-04T17:28:26.585Z | Compiling cookie_store v0.22.1 |
| 1652 | 2026-03-04T17:28:26.785Z | Compiling zstd v0.13.3 |
| 1653 | 2026-03-04T17:28:27.365Z | Compiling hyper-tls v0.6.0 |
| 1654 | 2026-03-04T17:28:27.789Z | Compiling rayon v1.11.0 |
| 1655 | 2026-03-04T17:28:28.088Z | Compiling bzip2 v0.4.4 |
| 1656 | 2026-03-04T17:28:28.479Z | Compiling postgres-types v0.2.12 |
| 1657 | 2026-03-04T17:28:28.520Z | Compiling serde_with_macros v3.17.0 |
| 1658 | 2026-03-04T17:28:29.754Z | Compiling usdt-attr-macro v0.6.0 |
| 1659 | 2026-03-04T17:28:30.842Z | Compiling usdt-macro v0.6.0 |
| 1660 | 2026-03-04T17:28:31.157Z | Compiling ed25519 v2.2.3 |
| 1661 | 2026-03-04T17:28:31.402Z | Compiling dtrace-parser v0.2.0 |
| 1662 | 2026-03-04T17:28:31.442Z | Compiling phf_shared v0.11.3 |
| 1663 | 2026-03-04T17:28:31.723Z | Compiling itertools v0.12.1 |
| 1664 | 2026-03-04T17:28:31.828Z | Compiling bstr v1.12.1 |
| 1665 | 2026-03-04T17:28:31.956Z | Compiling pkcs1 v0.7.5 |
| 1666 | 2026-03-04T17:28:32.370Z | Compiling hex v0.4.3 |
| 1667 | 2026-03-04T17:28:32.890Z | Compiling serde-big-array v0.5.1 |
| 1668 | 2026-03-04T17:28:32.980Z | Compiling rfc6979 v0.4.0 |
| 1669 | 2026-03-04T17:28:33.147Z | Compiling clap_derive v4.5.55 |
| 1670 | 2026-03-04T17:28:33.199Z | Compiling strum_macros v0.26.4 |
| 1671 | 2026-03-04T17:28:33.224Z | Compiling enum-as-inner v0.6.1 |
| 1672 | 2026-03-04T17:28:33.328Z | Compiling serde_repr v0.1.20 |
| 1673 | 2026-03-04T17:28:33.389Z | Compiling float-cmp v0.10.0 |
| 1674 | 2026-03-04T17:28:33.644Z | Compiling thread-id v4.2.2 |
| 1675 | 2026-03-04T17:28:33.784Z | Compiling memmap2 v0.9.10 |
| 1676 | 2026-03-04T17:28:34.219Z | Compiling env_filter v1.0.0 |
| 1677 | 2026-03-04T17:28:34.273Z | Compiling encoding_rs v0.8.35 |
| 1678 | 2026-03-04T17:28:34.402Z | Compiling mime v0.3.17 |
| 1679 | 2026-03-04T17:28:34.632Z | Compiling data-encoding v2.10.0 |
| 1680 | 2026-03-04T17:28:34.827Z | Compiling unit-prefix v0.5.2 |
| 1681 | 2026-03-04T17:28:34.909Z | Compiling fixedbitset v0.4.2 |
| 1682 | 2026-03-04T17:28:35.077Z | Compiling whoami v2.1.0 |
| 1683 | 2026-03-04T17:28:35.345Z | Compiling predicates-core v1.0.10 |
| 1684 | 2026-03-04T17:28:35.687Z | Compiling new_debug_unreachable v1.0.6 |
| 1685 | 2026-03-04T17:28:35.805Z | Compiling precomputed-hash v0.1.1 |
| 1686 | 2026-03-04T17:28:35.902Z | Compiling fixedbitset v0.5.7 |
| 1687 | 2026-03-04T17:28:35.951Z | Compiling jiff v0.2.21 |
| 1688 | 2026-03-04T17:28:36.379Z | Compiling normalize-line-endings v0.3.0 |
| 1689 | 2026-03-04T17:28:36.536Z | Compiling keccak v0.1.6 |
| 1690 | 2026-03-04T17:28:36.559Z | Compiling difflib v0.4.0 |
| 1691 | 2026-03-04T17:28:37.178Z | Compiling rustc-hash v2.1.1 |
| 1692 | 2026-03-04T17:28:37.387Z | Compiling static_assertions v1.1.0 |
| 1693 | 2026-03-04T17:28:37.459Z | Compiling strum v0.26.3 |
| 1694 | 2026-03-04T17:28:37.487Z | Compiling clap v4.5.60 |
| 1695 | 2026-03-04T17:28:37.512Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1696 | 2026-03-04T17:28:37.625Z | Compiling iddqd v0.3.17 |
| 1697 | 2026-03-04T17:28:37.673Z | Compiling predicates v3.1.4 |
| 1698 | 2026-03-04T17:28:37.860Z | Compiling sha3 v0.10.8 |
| 1699 | 2026-03-04T17:28:37.959Z | Compiling petgraph v0.8.3 |
| 1700 | 2026-03-04T17:28:38.922Z | Compiling string_cache v0.8.9 |
| 1701 | 2026-03-04T17:28:38.955Z | Compiling toml_edit v0.22.27 |
| 1702 | 2026-03-04T17:28:39.127Z | Compiling tokio-postgres v0.7.16 |
| 1703 | 2026-03-04T17:28:39.344Z | Compiling hickory-proto v0.25.2 |
| 1704 | 2026-03-04T17:28:40.320Z | Compiling petgraph v0.6.5 |
| 1705 | 2026-03-04T17:28:42.693Z | Compiling zip v4.6.1 |
| 1706 | 2026-03-04T17:28:43.819Z | Compiling indicatif v0.18.4 |
| 1707 | 2026-03-04T17:28:44.272Z | Compiling env_logger v0.11.9 |
| 1708 | 2026-03-04T17:28:44.533Z | Compiling zone v0.3.1 |
| 1709 | 2026-03-04T17:28:44.926Z | Compiling usdt v0.6.0 |
| 1710 | 2026-03-04T17:28:45.028Z | Compiling usdt-impl v0.5.0 |
| 1711 | 2026-03-04T17:28:45.425Z | Compiling ecdsa v0.16.9 |
| 1712 | 2026-03-04T17:28:45.779Z | Compiling serde_with v3.17.0 |
| 1713 | 2026-03-04T17:28:45.983Z | Compiling similar v2.7.0 |
| 1714 | 2026-03-04T17:28:46.111Z | Compiling rsa v0.9.10 |
| 1715 | 2026-03-04T17:28:46.274Z | Compiling ed25519-dalek v2.2.0 |
| 1716 | 2026-03-04T17:28:46.333Z | Compiling crossterm v0.28.1 |
| 1717 | 2026-03-04T17:28:46.557Z | Compiling zip v0.6.6 |
| 1718 | 2026-03-04T17:28:47.885Z | Compiling toml v0.7.8 |
| 1719 | 2026-03-04T17:28:49.206Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1720 | 2026-03-04T17:28:49.336Z | Compiling itertools v0.13.0 |
| 1721 | 2026-03-04T17:28:49.490Z | Compiling tokio-stream v0.1.18 |
| 1722 | 2026-03-04T17:28:50.152Z | Compiling buf-list v1.1.2 |
| 1723 | 2026-03-04T17:28:50.400Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1724 | 2026-03-04T17:28:50.709Z | Compiling x509-cert v0.2.5 |
| 1725 | 2026-03-04T17:28:50.731Z | Compiling openapiv3 v2.2.0 |
| 1726 | 2026-03-04T17:28:51.056Z | Compiling sha1 v0.10.6 |
| 1727 | 2026-03-04T17:28:51.093Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1728 | 2026-03-04T17:28:51.496Z | Compiling peg-runtime v0.8.5 |
| 1729 | 2026-03-04T17:28:51.685Z | Compiling lalrpop-util v0.19.12 |
| 1730 | 2026-03-04T17:28:52.043Z | Compiling thread_local v1.1.9 |
| 1731 | 2026-03-04T17:28:52.059Z | Compiling slog-async v2.8.0 |
| 1732 | 2026-03-04T17:28:52.287Z | Compiling crossbeam-channel v0.5.15 |
| 1733 | 2026-03-04T17:28:52.569Z | Compiling futures-executor v0.3.32 |
| 1734 | 2026-03-04T17:28:52.720Z | Compiling is-terminal v0.4.17 |
| 1735 | 2026-03-04T17:28:52.874Z | Compiling filetime v0.2.27 |
| 1736 | 2026-03-04T17:28:53.038Z | Compiling xattr v1.6.1 |
| 1737 | 2026-03-04T17:28:53.196Z | Compiling term v1.2.1 |
| 1738 | 2026-03-04T17:28:53.325Z | Compiling take_mut v0.2.2 |
| 1739 | 2026-03-04T17:28:53.364Z | Compiling tar v0.4.44 |
| 1740 | 2026-03-04T17:28:53.967Z | Compiling slog-term v2.9.2 |
| 1741 | 2026-03-04T17:28:54.483Z | Compiling futures v0.3.32 |
| 1742 | 2026-03-04T17:29:03.353Z | Compiling rustls-webpki v0.103.9 |
| 1743 | 2026-03-04T17:29:08.357Z | Compiling tokio-rustls v0.26.4 |
| 1744 | 2026-03-04T17:29:08.357Z | Compiling rustls-platform-verifier v0.6.2 |
| 1745 | 2026-03-04T17:29:08.728Z | Compiling hyper-rustls v0.27.7 |
| 1746 | 2026-03-04T17:29:09.105Z | Compiling reqwest v0.12.28 |
| 1747 | 2026-03-04T17:29:09.248Z | Compiling reqwest v0.13.2 |
| 1748 | 2026-03-04T17:29:13.334Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1749 | 2026-03-04T17:29:13.641Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1750 | 2026-03-04T17:29:18.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
| 1751 | 2026-03-04T17:29:18.298Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1752 | 2026-03-04T17:29:18.354Z | Mar 04 17:29:16.957 INFO Starting download, target: Clickhouse |
| 1753 | 2026-03-04T17:29:18.354Z | Mar 04 17:29:16.958 INFO Starting download, target: Cockroach |
| 1754 | 2026-03-04T17:29:18.354Z | Mar 04 17:29:16.958 INFO Starting download, target: Console |
| 1755 | 2026-03-04T17:29:18.354Z | Mar 04 17:29:16.958 INFO Starting download, target: DendriteStub |
| 1756 | 2026-03-04T17:29:18.357Z | Mar 04 17:29:16.958 INFO Starting download, target: MaghemiteMgd |
| 1757 | 2026-03-04T17:29:18.357Z | Mar 04 17:29:16.958 INFO Starting download, target: TransceiverControl |
| 1758 | 2026-03-04T17:29:18.357Z | Mar 04 17:29:16.958 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1759 | 2026-03-04T17:29:18.357Z | Mar 04 17:29:16.958 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1760 | 2026-03-04T17:29:18.357Z | Mar 04 17:29:16.958 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1761 | 2026-03-04T17:29:18.357Z | Mar 04 17:29:16.958 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1762 | 2026-03-04T17:29:18.357Z | Mar 04 17:29:16.958 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1763 | 2026-03-04T17:29:18.358Z | Mar 04 17:29:16.958 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1764 | 2026-03-04T17:29:18.885Z | Mar 04 17:29:17.483 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1765 | 2026-03-04T17:29:19.432Z | Mar 04 17:29:18.028 INFO Download complete, target: TransceiverControl |
| 1766 | 2026-03-04T17:29:19.445Z | Mar 04 17:29:18.041 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1767 | 2026-03-04T17:29:19.745Z | Mar 04 17:29:18.345 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1768 | 2026-03-04T17:29:20.138Z | Mar 04 17:29:18.740 INFO Download complete, target: Console |
| 1769 | 2026-03-04T17:29:20.446Z | Mar 04 17:29:19.048 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1770 | 2026-03-04T17:29:20.492Z | Mar 04 17:29:19.095 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1771 | 2026-03-04T17:29:20.699Z | Mar 04 17:29:19.301 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1772 | 2026-03-04T17:29:20.699Z | Mar 04 17:29:19.302 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1773 | 2026-03-04T17:29:24.709Z | Mar 04 17:29:23.311 INFO Download complete, target: DendriteStub |
| 1774 | 2026-03-04T17:29:25.443Z | Mar 04 17:29:24.046 INFO Download complete, target: MaghemiteMgd |
| 1775 | 2026-03-04T17:29:30.817Z | Mar 04 17:29:29.419 INFO Checking that binary works, target: Cockroach |
| 1776 | 2026-03-04T17:29:30.953Z | Mar 04 17:29:29.554 INFO Download complete, target: Cockroach |
| 1777 | 2026-03-04T17:29:35.076Z | Mar 04 17:29:33.677 INFO Checking that binary works, target: Clickhouse |
| 1778 | 2026-03-04T17:29:35.244Z | Mar 04 17:29:33.845 INFO Download complete, target: Clickhouse |
| 1779 | 2026-03-04T17:29:35.262Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1780 | 2026-03-04T17:29:35.265Z | |
| 1781 | 2026-03-04T17:29:35.265Z | real 6:24.038342452 |
| 1782 | 2026-03-04T17:29:35.265Z | user 17:12.148906261 |
| 1783 | 2026-03-04T17:29:35.265Z | sys 2:26.980150522 |
| 1784 | 2026-03-04T17:29:35.265Z | trap 0.638177207 |
| 1785 | 2026-03-04T17:29:35.265Z | tflt 0.787345852 |
| 1786 | 2026-03-04T17:29:35.265Z | dflt 0.733108300 |
| 1787 | 2026-03-04T17:29:35.265Z | kflt 0.024045148 |
| 1788 | 2026-03-04T17:29:35.265Z | lock 39:34.434554292 |
| 1789 | 2026-03-04T17:29:35.265Z | slp 1:05:12.567397565 |
| 1790 | 2026-03-04T17:29:35.265Z | lat 1:10.627777627 |
| 1791 | 2026-03-04T17:29:35.265Z | stop 3:09.136853299 |
| 1792 | 2026-03-04T17:29:35.265Z | + banner clippy |
| 1793 | 2026-03-04T17:29:35.270Z | |
| 1794 | 2026-03-04T17:29:35.270Z | #### # # ##### ##### # # |
| 1795 | 2026-03-04T17:29:35.270Z | # # # # # # # # # # |
| 1796 | 2026-03-04T17:29:35.270Z | # # # # # # # # |
| 1797 | 2026-03-04T17:29:35.270Z | # # # ##### ##### # |
| 1798 | 2026-03-04T17:29:35.270Z | # # # # # # # |
| 1799 | 2026-03-04T17:29:35.270Z | #### ###### # # # # |
| 1800 | 2026-03-04T17:29:35.270Z | |
| 1801 | 2026-03-04T17:29:35.270Z | + export CARGO_INCREMENTAL=0 |
| 1802 | 2026-03-04T17:29:35.270Z | + CARGO_INCREMENTAL=0 |
| 1803 | 2026-03-04T17:29:35.270Z | + ptime -m cargo xtask clippy |
| 1804 | 2026-03-04T17:29:36.049Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1805 | 2026-03-04T17:29:36.338Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1806 | 2026-03-04T17:29:39.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
| 1807 | 2026-03-04T17:29:39.422Z | Running `target/debug/xtask clippy` |
| 1808 | 2026-03-04T17:29:39.447Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1809 | 2026-03-04T17:29:40.335Z | Downloading crates ... |
| 1810 | 2026-03-04T17:29:40.637Z | Downloaded assert-json-diff v2.0.2 |
| 1811 | 2026-03-04T17:29:40.642Z | Downloaded addr2line v0.25.1 |
| 1812 | 2026-03-04T17:29:40.646Z | Downloaded anes v0.1.6 |
| 1813 | 2026-03-04T17:29:40.649Z | Downloaded approx v0.5.1 |
| 1814 | 2026-03-04T17:29:40.652Z | Downloaded async-lock v3.4.2 |
| 1815 | 2026-03-04T17:29:40.654Z | Downloaded assert_cmd v2.1.2 |
| 1816 | 2026-03-04T17:29:40.654Z | Downloaded httptest v0.16.4 |
| 1817 | 2026-03-04T17:29:40.657Z | Downloaded target-spec v3.5.7 |
| 1818 | 2026-03-04T17:29:40.661Z | Downloaded rstest v0.25.0 |
| 1819 | 2026-03-04T17:29:40.664Z | Downloaded parking v2.2.1 |
| 1820 | 2026-03-04T17:29:40.676Z | Downloaded linkme v0.3.35 |
| 1821 | 2026-03-04T17:29:40.679Z | Downloaded supports-unicode v2.1.0 |
| 1822 | 2026-03-04T17:29:40.682Z | Downloaded textwrap v0.15.2 |
| 1823 | 2026-03-04T17:29:40.682Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1824 | 2026-03-04T17:29:40.685Z | Downloaded escape8259 v0.5.3 |
| 1825 | 2026-03-04T17:29:40.685Z | Downloaded cast v0.3.0 |
| 1826 | 2026-03-04T17:29:40.685Z | Downloaded criterion-plot v0.6.0 |
| 1827 | 2026-03-04T17:29:40.689Z | Downloaded terminal_size v0.1.17 |
| 1828 | 2026-03-04T17:29:40.692Z | Downloaded supports-hyperlinks v2.1.0 |
| 1829 | 2026-03-04T17:29:40.695Z | Downloaded supports-color v2.1.0 |
| 1830 | 2026-03-04T17:29:40.695Z | Downloaded nested v0.1.1 |
| 1831 | 2026-03-04T17:29:40.698Z | Downloaded target-triple v1.0.0 |
| 1832 | 2026-03-04T17:29:40.698Z | Downloaded linkme-impl v0.3.35 |
| 1833 | 2026-03-04T17:29:40.701Z | Downloaded pathdiff v0.2.3 |
| 1834 | 2026-03-04T17:29:40.704Z | Downloaded libtest-mimic v0.8.1 |
| 1835 | 2026-03-04T17:29:40.707Z | Downloaded serde_regex v1.1.0 |
| 1836 | 2026-03-04T17:29:40.707Z | Downloaded relative-path v1.9.3 |
| 1837 | 2026-03-04T17:29:40.707Z | Downloaded path-tree v0.8.3 |
| 1838 | 2026-03-04T17:29:40.710Z | Downloaded plotters-backend v0.3.7 |
| 1839 | 2026-03-04T17:29:40.715Z | Downloaded event-listener-strategy v0.5.4 |
| 1840 | 2026-03-04T17:29:40.715Z | Downloaded cargo-platform v0.3.2 |
| 1841 | 2026-03-04T17:29:40.718Z | Downloaded constant_time_eq v0.3.1 |
| 1842 | 2026-03-04T17:29:40.721Z | Downloaded miette-derive v5.10.0 |
| 1843 | 2026-03-04T17:29:40.723Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1844 | 2026-03-04T17:29:40.726Z | Downloaded termcolor v1.4.1 |
| 1845 | 2026-03-04T17:29:40.738Z | Downloaded backtrace-ext v0.2.1 |
| 1846 | 2026-03-04T17:29:40.742Z | Downloaded similar-asserts v1.7.0 |
| 1847 | 2026-03-04T17:29:40.745Z | Downloaded plotters-svg v0.3.7 |
| 1848 | 2026-03-04T17:29:40.745Z | Downloaded async-object-pool v0.2.0 |
| 1849 | 2026-03-04T17:29:40.752Z | Downloaded rand_distr v0.5.1 |
| 1850 | 2026-03-04T17:29:40.757Z | Downloaded partial-io v0.5.4 |
| 1851 | 2026-03-04T17:29:40.760Z | Downloaded owo-colors v3.5.0 |
| 1852 | 2026-03-04T17:29:40.763Z | Downloaded futures-timer v3.0.3 |
| 1853 | 2026-03-04T17:29:40.767Z | Downloaded target-lexicon v0.13.3 |
| 1854 | 2026-03-04T17:29:40.767Z | Downloaded rust-argon2 v2.1.0 |
| 1855 | 2026-03-04T17:29:40.772Z | Downloaded cargo_metadata v0.23.1 |
| 1856 | 2026-03-04T17:29:40.772Z | Downloaded tinytemplate v1.2.1 |
| 1857 | 2026-03-04T17:29:40.776Z | Downloaded stringmetrics v2.2.2 |
| 1858 | 2026-03-04T17:29:40.776Z | Downloaded rustc-demangle v0.1.27 |
| 1859 | 2026-03-04T17:29:40.780Z | Downloaded concurrent-queue v2.5.0 |
| 1860 | 2026-03-04T17:29:40.786Z | Downloaded trybuild v1.0.116 |
| 1861 | 2026-03-04T17:29:40.790Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1862 | 2026-03-04T17:29:40.794Z | Downloaded miette v5.10.0 |
| 1863 | 2026-03-04T17:29:40.797Z | Downloaded rstest_macros v0.25.0 |
| 1864 | 2026-03-04T17:29:40.802Z | Downloaded blake2b_simd v1.0.4 |
| 1865 | 2026-03-04T17:29:40.802Z | Downloaded oorandom v11.1.5 |
| 1866 | 2026-03-04T17:29:40.805Z | Downloaded knuffel-derive v3.2.0 |
| 1867 | 2026-03-04T17:29:40.805Z | Downloaded cfg-expr v0.20.6 |
| 1868 | 2026-03-04T17:29:40.808Z | Downloaded backtrace v0.3.76 |
| 1869 | 2026-03-04T17:29:40.812Z | Downloaded event-listener v5.4.1 |
| 1870 | 2026-03-04T17:29:40.815Z | Downloaded datatest-stable v0.3.3 |
| 1871 | 2026-03-04T17:29:40.818Z | Downloaded chumsky v0.9.3 |
| 1872 | 2026-03-04T17:29:40.821Z | Downloaded knuffel v3.2.0 |
| 1873 | 2026-03-04T17:29:40.826Z | Downloaded fancy-regex v0.14.0 |
| 1874 | 2026-03-04T17:29:40.840Z | Downloaded hashbrown v0.14.5 |
| 1875 | 2026-03-04T17:29:40.844Z | Downloaded guppy v0.17.25 |
| 1876 | 2026-03-04T17:29:40.849Z | Downloaded criterion v0.7.0 |
| 1877 | 2026-03-04T17:29:40.855Z | Downloaded plotters v0.3.7 |
| 1878 | 2026-03-04T17:29:40.863Z | Downloaded gimli v0.32.3 |
| 1879 | 2026-03-04T17:29:40.981Z | Downloaded httpmock v0.8.3 |
| 1880 | 2026-03-04T17:29:43.176Z | Checking cfg-if v1.0.4 |
| 1881 | 2026-03-04T17:29:43.590Z | Checking libc v0.2.180 |
| 1882 | 2026-03-04T17:29:43.593Z | Checking serde_core v1.0.228 |
| 1883 | 2026-03-04T17:29:43.674Z | Checking memchr v2.8.0 |
| 1884 | 2026-03-04T17:29:43.718Z | Checking smallvec v1.15.1 |
| 1885 | 2026-03-04T17:29:43.763Z | Checking log v0.4.29 |
| 1886 | 2026-03-04T17:29:43.763Z | Checking itoa v1.0.17 |
| 1887 | 2026-03-04T17:29:43.874Z | Checking zeroize v1.8.2 |
| 1888 | 2026-03-04T17:29:43.939Z | Checking libm v0.2.16 |
| 1889 | 2026-03-04T17:29:44.062Z | Checking scopeguard v1.2.0 |
| 1890 | 2026-03-04T17:29:44.123Z | Checking stable_deref_trait v1.2.1 |
| 1891 | 2026-03-04T17:29:44.180Z | Checking zmij v1.0.21 |
| 1892 | 2026-03-04T17:29:44.234Z | Checking zerofrom v0.1.6 |
| 1893 | 2026-03-04T17:29:44.286Z | Checking lock_api v0.4.14 |
| 1894 | 2026-03-04T17:29:44.348Z | Checking percent-encoding v2.3.2 |
| 1895 | 2026-03-04T17:29:44.466Z | Checking litemap v0.8.1 |
| 1896 | 2026-03-04T17:29:44.518Z | Checking yoke v0.8.1 |
| 1897 | 2026-03-04T17:29:44.610Z | Checking errno v0.3.14 |
| 1898 | 2026-03-04T17:29:44.666Z | Checking getrandom v0.2.17 |
| 1899 | 2026-03-04T17:29:44.669Z | Checking writeable v0.6.2 |
| 1900 | 2026-03-04T17:29:44.773Z | Checking subtle v2.6.1 |
| 1901 | 2026-03-04T17:29:44.827Z | Checking icu_properties_data v2.1.2 |
| 1902 | 2026-03-04T17:29:44.921Z | Checking icu_normalizer_data v2.1.1 |
| 1903 | 2026-03-04T17:29:44.939Z | Checking zerovec v0.11.5 |
| 1904 | 2026-03-04T17:29:44.990Z | Checking zerotrie v0.2.3 |
| 1905 | 2026-03-04T17:29:45.046Z | Checking rand_core v0.6.4 |
| 1906 | 2026-03-04T17:29:45.050Z | Checking form_urlencoded v1.2.2 |
| 1907 | 2026-03-04T17:29:45.144Z | Checking portable-atomic v1.13.1 |
| 1908 | 2026-03-04T17:29:45.147Z | Checking pin-project-lite v0.2.17 |
| 1909 | 2026-03-04T17:29:45.326Z | Checking utf8_iter v1.0.4 |
| 1910 | 2026-03-04T17:29:45.391Z | Checking critical-section v1.2.0 |
| 1911 | 2026-03-04T17:29:45.433Z | Checking zerocopy v0.8.40 |
| 1912 | 2026-03-04T17:29:45.492Z | Checking parking_lot_core v0.9.12 |
| 1913 | 2026-03-04T17:29:45.565Z | Checking rand_core v0.10.0 |
| 1914 | 2026-03-04T17:29:45.628Z | Checking signal-hook-registry v1.4.8 |
| 1915 | 2026-03-04T17:29:45.737Z | Checking num-traits v0.2.19 |
| 1916 | 2026-03-04T17:29:45.867Z | Checking getrandom v0.4.1 |
| 1917 | 2026-03-04T17:29:45.927Z | Checking parking_lot v0.12.5 |
| 1918 | 2026-03-04T17:29:46.017Z | Checking mio v1.1.1 |
| 1919 | 2026-03-04T17:29:46.063Z | Checking tinystr v0.8.2 |
| 1920 | 2026-03-04T17:29:46.217Z | Checking potential_utf v0.1.4 |
| 1921 | 2026-03-04T17:29:46.268Z | Checking once_cell v1.21.3 |
| 1922 | 2026-03-04T17:29:46.336Z | Checking typenum v1.19.0 |
| 1923 | 2026-03-04T17:29:46.429Z | Checking icu_locale_core v2.1.1 |
| 1924 | 2026-03-04T17:29:46.495Z | Checking icu_collections v2.1.1 |
| 1925 | 2026-03-04T17:29:46.616Z | Checking socket2 v0.6.2 |
| 1926 | 2026-03-04T17:29:46.683Z | Checking iana-time-zone v0.1.65 |
| 1927 | 2026-03-04T17:29:46.925Z | Checking thiserror v2.0.18 |
| 1928 | 2026-03-04T17:29:47.153Z | Checking allocator-api2 v0.2.21 |
| 1929 | 2026-03-04T17:29:47.219Z | Checking futures-core v0.3.32 |
| 1930 | 2026-03-04T17:29:47.268Z | Checking equivalent v1.0.2 |
| 1931 | 2026-03-04T17:29:47.346Z | Checking const-oid v0.9.6 |
| 1932 | 2026-03-04T17:29:47.449Z | Checking dyn-clone v1.0.20 |
| 1933 | 2026-03-04T17:29:47.528Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1934 | 2026-03-04T17:29:47.587Z | Checking generic-array v0.14.7 |
| 1935 | 2026-03-04T17:29:47.595Z | Checking serde v1.0.228 |
| 1936 | 2026-03-04T17:29:47.704Z | Checking bitflags v2.11.0 |
| 1937 | 2026-03-04T17:29:47.760Z | Checking serde_json v1.0.149 |
| 1938 | 2026-03-04T17:29:47.821Z | Checking icu_provider v2.1.1 |
| 1939 | 2026-03-04T17:29:47.926Z | Checking semver v1.0.27 |
| 1940 | 2026-03-04T17:29:48.050Z | Checking uuid v1.21.0 |
| 1941 | 2026-03-04T17:29:48.358Z | Checking foldhash v0.2.0 |
| 1942 | 2026-03-04T17:29:48.363Z | Checking icu_normalizer v2.1.1 |
| 1943 | 2026-03-04T17:29:48.681Z | Checking bytes v1.11.1 |
| 1944 | 2026-03-04T17:29:48.729Z | Checking icu_properties v2.1.2 |
| 1945 | 2026-03-04T17:29:48.783Z | Checking crypto-common v0.1.7 |
| 1946 | 2026-03-04T17:29:48.836Z | Checking chrono v0.4.44 |
| 1947 | 2026-03-04T17:29:49.053Z | Checking hashbrown v0.16.1 |
| 1948 | 2026-03-04T17:29:49.196Z | Checking block-buffer v0.10.4 |
| 1949 | 2026-03-04T17:29:49.302Z | Checking futures-sink v0.3.32 |
| 1950 | 2026-03-04T17:29:49.439Z | Checking rustix v1.1.3 |
| 1951 | 2026-03-04T17:29:49.503Z | Checking digest v0.10.7 |
| 1952 | 2026-03-04T17:29:49.553Z | Checking byteorder v1.5.0 |
| 1953 | 2026-03-04T17:29:49.729Z | Checking tokio v1.49.0 |
| 1954 | 2026-03-04T17:29:49.930Z | Checking futures-channel v0.3.32 |
| 1955 | 2026-03-04T17:29:50.047Z | Checking futures-task v0.3.32 |
| 1956 | 2026-03-04T17:29:50.191Z | Checking futures-io v0.3.32 |
| 1957 | 2026-03-04T17:29:50.342Z | Checking slab v0.4.12 |
| 1958 | 2026-03-04T17:29:50.398Z | Checking cpufeatures v0.2.17 |
| 1959 | 2026-03-04T17:29:50.459Z | Checking indexmap v2.13.0 |
| 1960 | 2026-03-04T17:29:50.558Z | Checking thiserror v1.0.69 |
| 1961 | 2026-03-04T17:29:50.689Z | Checking futures-util v0.3.32 |
| 1962 | 2026-03-04T17:29:50.751Z | Checking idna_adapter v1.2.1 |
| 1963 | 2026-03-04T17:29:50.808Z | Checking getrandom v0.3.4 |
| 1964 | 2026-03-04T17:29:50.931Z | Checking fnv v1.0.7 |
| 1965 | 2026-03-04T17:29:51.009Z | Checking idna v1.1.0 |
| 1966 | 2026-03-04T17:29:51.120Z | Checking regex-syntax v0.8.10 |
| 1967 | 2026-03-04T17:29:51.181Z | Checking http v1.4.0 |
| 1968 | 2026-03-04T17:29:51.564Z | Checking tracing-core v0.1.36 |
| 1969 | 2026-03-04T17:29:51.613Z | Checking url v2.5.8 |
| 1970 | 2026-03-04T17:29:51.725Z | Checking base64 v0.22.1 |
| 1971 | 2026-03-04T17:29:52.292Z | Checking tracing v0.1.44 |
| 1972 | 2026-03-04T17:29:52.296Z | Checking unicode-ident v1.0.24 |
| 1973 | 2026-03-04T17:29:52.545Z | Checking ipnet v2.11.0 |
| 1974 | 2026-03-04T17:29:52.600Z | Checking utf8parse v0.2.2 |
| 1975 | 2026-03-04T17:29:52.649Z | Checking schemars v0.8.22 |
| 1976 | 2026-03-04T17:29:52.719Z | Checking anstyle v1.0.13 |
| 1977 | 2026-03-04T17:29:52.798Z | Checking proc-macro2 v1.0.106 |
| 1978 | 2026-03-04T17:29:53.113Z | Checking untrusted v0.9.0 |
| 1979 | 2026-03-04T17:29:53.117Z | Checking ppv-lite86 v0.2.21 |
| 1980 | 2026-03-04T17:29:53.225Z | Checking anstyle-parse v0.2.7 |
| 1981 | 2026-03-04T17:29:53.352Z | Checking ring v0.17.14 |
| 1982 | 2026-03-04T17:29:53.527Z | Checking quote v1.0.44 |
| 1983 | 2026-03-04T17:29:53.588Z | Checking aho-corasick v1.1.4 |
| 1984 | 2026-03-04T17:29:53.935Z | Checking colorchoice v1.0.4 |
| 1985 | 2026-03-04T17:29:53.995Z | Checking is_terminal_polyfill v1.70.2 |
| 1986 | 2026-03-04T17:29:54.155Z | Checking anstyle-query v1.1.5 |
| 1987 | 2026-03-04T17:29:54.217Z | Checking base64ct v1.8.3 |
| 1988 | 2026-03-04T17:29:54.265Z | Checking syn v2.0.117 |
| 1989 | 2026-03-04T17:29:54.354Z | Checking anstream v0.6.21 |
| 1990 | 2026-03-04T17:29:54.415Z | Checking block-padding v0.3.3 |
| 1991 | 2026-03-04T17:29:54.704Z | Checking inout v0.1.4 |
| 1992 | 2026-03-04T17:29:54.763Z | Checking terminal_size v0.4.3 |
| 1993 | 2026-03-04T17:29:54.821Z | Checking rustls-pki-types v1.14.0 |
| 1994 | 2026-03-04T17:29:54.984Z | Checking crossbeam-utils v0.8.21 |
| 1995 | 2026-03-04T17:29:55.042Z | Checking httparse v1.10.1 |
| 1996 | 2026-03-04T17:29:55.188Z | Checking regex-automata v0.4.14 |
| 1997 | 2026-03-04T17:29:55.261Z | Checking cipher v0.4.4 |
| 1998 | 2026-03-04T17:29:55.452Z | Checking strsim v0.11.1 |
| 1999 | 2026-03-04T17:29:55.513Z | Checking clap_lex v1.0.0 |
| 2000 | 2026-03-04T17:29:55.657Z | Checking sha2 v0.10.9 |
| 2001 | 2026-03-04T17:29:55.732Z | Checking pem-rfc7468 v0.7.0 |
| 2002 | 2026-03-04T17:29:55.790Z | Checking http-body v1.0.1 |
| 2003 | 2026-03-04T17:29:55.849Z | Checking rand_core v0.9.5 |
| 2004 | 2026-03-04T17:29:55.852Z | Checking clap_builder v4.5.60 |
| 2005 | 2026-03-04T17:29:56.043Z | Checking atomic-waker v1.1.2 |
| 2006 | 2026-03-04T17:29:56.102Z | Checking hmac v0.12.1 |
| 2007 | 2026-03-04T17:29:56.218Z | Checking try-lock v0.2.5 |
| 2008 | 2026-03-04T17:29:56.280Z | Checking httpdate v1.0.3 |
| 2009 | 2026-03-04T17:29:56.283Z | Checking flagset v0.4.7 |
| 2010 | 2026-03-04T17:29:56.389Z | Checking ryu v1.0.23 |
| 2011 | 2026-03-04T17:29:56.444Z | Checking want v0.3.1 |
| 2012 | 2026-03-04T17:29:56.590Z | Checking pin-utils v0.1.0 |
| 2013 | 2026-03-04T17:29:56.650Z | Checking tower-service v0.3.3 |
| 2014 | 2026-03-04T17:29:56.703Z | Checking tower-layer v0.3.3 |
| 2015 | 2026-03-04T17:29:56.761Z | Checking der v0.7.10 |
| 2016 | 2026-03-04T17:29:56.766Z | Checking rand_chacha v0.9.0 |
| 2017 | 2026-03-04T17:29:56.881Z | Checking erased-serde v0.3.31 |
| 2018 | 2026-03-04T17:29:56.885Z | Checking tokio-util v0.7.18 |
| 2019 | 2026-03-04T17:29:57.078Z | Checking spin v0.9.8 |
| 2020 | 2026-03-04T17:29:57.231Z | Checking rand v0.9.2 |
| 2021 | 2026-03-04T17:29:57.483Z | Checking anyhow v1.0.102 |
| 2022 | 2026-03-04T17:29:57.940Z | Checking http-body-util v0.1.3 |
| 2023 | 2026-03-04T17:29:58.044Z | Checking slog v2.8.2 |
| 2024 | 2026-03-04T17:29:58.358Z | Checking aws-lc-sys v0.37.1 |
| 2025 | 2026-03-04T17:29:58.422Z | Checking h2 v0.4.13 |
| 2026 | 2026-03-04T17:29:58.481Z | Checking untrusted v0.7.1 |
| 2027 | 2026-03-04T17:29:58.576Z | Checking powerfmt v0.2.0 |
| 2028 | 2026-03-04T17:29:58.646Z | Checking time-core v0.1.8 |
| 2029 | 2026-03-04T17:29:58.714Z | Checking num_threads v0.1.7 |
| 2030 | 2026-03-04T17:29:58.792Z | Checking clap v4.5.60 |
| 2031 | 2026-03-04T17:29:58.904Z | Checking fastrand v2.3.0 |
| 2032 | 2026-03-04T17:29:58.955Z | Checking deranged v0.5.8 |
| 2033 | 2026-03-04T17:29:59.010Z | Checking openssl-probe v0.2.1 |
| 2034 | 2026-03-04T17:29:59.013Z | Checking num-conv v0.2.0 |
| 2035 | 2026-03-04T17:29:59.238Z | Checking spki v0.7.3 |
| 2036 | 2026-03-04T17:29:59.241Z | Checking serde_urlencoded v0.7.1 |
| 2037 | 2026-03-04T17:29:59.354Z | Checking pbkdf2 v0.12.2 |
| 2038 | 2026-03-04T17:29:59.590Z | Checking aes v0.8.4 |
| 2039 | 2026-03-04T17:29:59.593Z | Checking regex v1.12.3 |
| 2040 | 2026-03-04T17:29:59.704Z | Checking rand_chacha v0.3.1 |
| 2041 | 2026-03-04T17:29:59.771Z | Checking pretty-hex v0.4.1 |
| 2042 | 2026-03-04T17:30:00.002Z | Checking aws-lc-rs v1.16.0 |
| 2043 | 2026-03-04T17:30:00.062Z | Checking unicode-width v0.2.0 |
| 2044 | 2026-03-04T17:30:00.215Z | Checking rand v0.8.5 |
| 2045 | 2026-03-04T17:30:00.279Z | Checking cbc v0.1.2 |
| 2046 | 2026-03-04T17:30:00.338Z | Checking salsa20 v0.10.2 |
| 2047 | 2026-03-04T17:30:00.476Z | Checking ipnetwork v0.21.1 |
| 2048 | 2026-03-04T17:30:00.553Z | Checking tempfile v3.25.0 |
| 2049 | 2026-03-04T17:30:00.556Z | Checking hex v0.4.3 |
| 2050 | 2026-03-04T17:30:00.667Z | Checking scrypt v0.11.0 |
| 2051 | 2026-03-04T17:30:00.899Z | Checking plain v0.2.3 |
| 2052 | 2026-03-04T17:30:00.977Z | Checking pkcs5 v0.7.1 |
| 2053 | 2026-03-04T17:30:01.038Z | Checking rustls-native-certs v0.8.3 |
| 2054 | 2026-03-04T17:30:01.130Z | Checking camino v1.2.2 |
| 2055 | 2026-03-04T17:30:01.133Z | Checking sync_wrapper v1.0.2 |
| 2056 | 2026-03-04T17:30:01.294Z | Checking mime v0.3.17 |
| 2057 | 2026-03-04T17:30:01.355Z | Checking time v0.3.47 |
| 2058 | 2026-03-04T17:30:01.413Z | Checking ucd-trie v0.1.7 |
| 2059 | 2026-03-04T17:30:01.499Z | Checking tower v0.5.3 |
| 2060 | 2026-03-04T17:30:01.556Z | Checking pkcs8 v0.10.2 |
| 2061 | 2026-03-04T17:30:01.679Z | Checking pest v2.8.6 |
| 2062 | 2026-03-04T17:30:01.734Z | Checking webpki-roots v1.0.6 |
| 2063 | 2026-03-04T17:30:01.786Z | Checking iri-string v0.7.10 |
| 2064 | 2026-03-04T17:30:01.923Z | Checking rustls-webpki v0.103.9 |
| 2065 | 2026-03-04T17:30:01.985Z | Checking either v1.15.0 |
| 2066 | 2026-03-04T17:30:02.045Z | Checking openapiv3 v2.2.0 |
| 2067 | 2026-03-04T17:30:02.400Z | Checking foreign-types-shared v0.1.1 |
| 2068 | 2026-03-04T17:30:02.458Z | Checking openssl-sys v0.9.111 |
| 2069 | 2026-03-04T17:30:02.588Z | Checking foreign-types v0.3.2 |
| 2070 | 2026-03-04T17:30:02.756Z | Checking encoding_rs v0.8.35 |
| 2071 | 2026-03-04T17:30:02.847Z | Checking rustls v0.23.37 |
| 2072 | 2026-03-04T17:30:03.790Z | Checking winnow v0.7.14 |
| 2073 | 2026-03-04T17:30:04.185Z | Checking openssl v0.10.75 |
| 2074 | 2026-03-04T17:30:04.312Z | Checking oxnet v0.1.4 |
| 2075 | 2026-03-04T17:30:04.374Z | Checking tower-http v0.6.8 |
| 2076 | 2026-03-04T17:30:04.550Z | Checking hyper v1.8.1 |
| 2077 | 2026-03-04T17:30:04.834Z | Checking lazy_static v1.5.0 |
| 2078 | 2026-03-04T17:30:05.013Z | Checking static_assertions v1.1.0 |
| 2079 | 2026-03-04T17:30:05.076Z | Checking signature v2.2.0 |
| 2080 | 2026-03-04T17:30:05.079Z | Checking simd-adler32 v0.3.8 |
| 2081 | 2026-03-04T17:30:05.190Z | Checking hubpack v0.1.2 |
| 2082 | 2026-03-04T17:30:05.391Z | Checking adler2 v2.0.1 |
| 2083 | 2026-03-04T17:30:05.449Z | Checking strum v0.26.3 |
| 2084 | 2026-03-04T17:30:05.507Z | Checking sha1 v0.10.6 |
| 2085 | 2026-03-04T17:30:05.567Z | Checking tinyvec_macros v0.1.1 |
| 2086 | 2026-03-04T17:30:05.619Z | Checking miniz_oxide v0.8.9 |
| 2087 | 2026-03-04T17:30:05.680Z | Checking data-encoding v2.10.0 |
| 2088 | 2026-03-04T17:30:05.735Z | Checking tinyvec v1.10.0 |
| 2089 | 2026-03-04T17:30:05.849Z | Checking toml_datetime v0.6.11 |
| 2090 | 2026-03-04T17:30:06.269Z | Checking serde_spanned v0.6.9 |
| 2091 | 2026-03-04T17:30:06.337Z | Checking num-integer v0.1.46 |
| 2092 | 2026-03-04T17:30:06.483Z | Checking scroll v0.13.0 |
| 2093 | 2026-03-04T17:30:06.543Z | Checking bit-vec v0.8.0 |
| 2094 | 2026-03-04T17:30:06.546Z | Checking base16ct v0.2.0 |
| 2095 | 2026-03-04T17:30:06.656Z | Checking crossbeam-epoch v0.9.18 |
| 2096 | 2026-03-04T17:30:06.659Z | Checking hyper-util v0.1.20 |
| 2097 | 2026-03-04T17:30:06.811Z | Checking crc32fast v1.5.0 |
| 2098 | 2026-03-04T17:30:06.876Z | Checking sec1 v0.7.3 |
| 2099 | 2026-03-04T17:30:06.973Z | Checking bit-set v0.8.0 |
| 2100 | 2026-03-04T17:30:07.032Z | Checking goblin v0.10.5 |
| 2101 | 2026-03-04T17:30:07.107Z | Checking ff v0.13.1 |
| 2102 | 2026-03-04T17:30:07.171Z | Checking memmap2 v0.9.10 |
| 2103 | 2026-03-04T17:30:07.303Z | Checking wait-timeout v0.2.1 |
| 2104 | 2026-03-04T17:30:07.365Z | Checking num-iter v0.1.45 |
| 2105 | 2026-03-04T17:30:07.417Z | Checking group v0.13.0 |
| 2106 | 2026-03-04T17:30:07.533Z | Checking dtrace-parser v0.3.0 |
| 2107 | 2026-03-04T17:30:07.594Z | Checking bstr v1.12.1 |
| 2108 | 2026-03-04T17:30:07.649Z | Checking hkdf v0.12.4 |
| 2109 | 2026-03-04T17:30:07.738Z | Checking ahash v0.8.12 |
| 2110 | 2026-03-04T17:30:07.929Z | Checking crypto-bigint v0.5.5 |
| 2111 | 2026-03-04T17:30:08.062Z | Checking scroll v0.12.0 |
| 2112 | 2026-03-04T17:30:08.167Z | Checking thread-id v5.1.0 |
| 2113 | 2026-03-04T17:30:08.229Z | Checking tokio-rustls v0.26.4 |
| 2114 | 2026-03-04T17:30:08.352Z | Checking quick-error v1.2.3 |
| 2115 | 2026-03-04T17:30:08.476Z | Checking rand_xorshift v0.4.0 |
| 2116 | 2026-03-04T17:30:08.559Z | Checking goblin v0.8.2 |
| 2117 | 2026-03-04T17:30:08.562Z | Checking rusty-fork v0.3.1 |
| 2118 | 2026-03-04T17:30:08.718Z | Checking zerocopy v0.7.35 |
| 2119 | 2026-03-04T17:30:08.774Z | Checking unarray v0.1.4 |
| 2120 | 2026-03-04T17:30:08.976Z | Checking num-bigint-dig v0.8.6 |
| 2121 | 2026-03-04T17:30:09.034Z | Checking proptest v1.10.0 |
| 2122 | 2026-03-04T17:30:09.160Z | Checking native-tls v0.2.18 |
| 2123 | 2026-03-04T17:30:09.508Z | Checking hyper-rustls v0.27.7 |
| 2124 | 2026-03-04T17:30:09.569Z | Checking tokio-native-tls v0.3.1 |
| 2125 | 2026-03-04T17:30:09.902Z | Checking hyper-tls v0.6.0 |
| 2126 | 2026-03-04T17:30:09.984Z | Checking dtrace-parser v0.2.0 |
| 2127 | 2026-03-04T17:30:10.044Z | Checking pkcs1 v0.7.5 |
| 2128 | 2026-03-04T17:30:10.269Z | Checking reqwest v0.12.28 |
| 2129 | 2026-03-04T17:30:10.535Z | Checking x509-cert v0.2.5 |
| 2130 | 2026-03-04T17:30:10.591Z | Checking thread-id v4.2.2 |
| 2131 | 2026-03-04T17:30:10.647Z | Checking elliptic-curve v0.13.8 |
| 2132 | 2026-03-04T17:30:10.754Z | Checking zlib-rs v0.6.2 |
| 2133 | 2026-03-04T17:30:11.078Z | Checking unicode-segmentation v1.12.0 |
| 2134 | 2026-03-04T17:30:11.333Z | Checking rsa v0.9.10 |
| 2135 | 2026-03-04T17:30:11.841Z | Checking crossbeam-deque v0.8.6 |
| 2136 | 2026-03-04T17:30:12.146Z | Checking rfc6979 v0.4.0 |
| 2137 | 2026-03-04T17:30:12.206Z | Checking toml_write v0.1.2 |
| 2138 | 2026-03-04T17:30:12.262Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2139 | 2026-03-04T17:30:12.362Z | Checking curve25519-dalek v4.1.3 |
| 2140 | 2026-03-04T17:30:12.423Z | Checking ecdsa v0.16.9 |
| 2141 | 2026-03-04T17:30:12.592Z | Checking toml_edit v0.22.27 |
| 2142 | 2026-03-04T17:30:12.845Z | Checking flate2 v1.1.9 |
| 2143 | 2026-03-04T17:30:13.031Z | Checking dof v0.4.0 |
| 2144 | 2026-03-04T17:30:13.091Z | Checking rustix v0.38.44 |
| 2145 | 2026-03-04T17:30:13.236Z | Checking env_filter v1.0.0 |
| 2146 | 2026-03-04T17:30:13.352Z | Checking dof v0.3.0 |
| 2147 | 2026-03-04T17:30:13.528Z | Checking keccak v0.1.6 |
| 2148 | 2026-03-04T17:30:13.589Z | Checking psl-types v2.0.11 |
| 2149 | 2026-03-04T17:30:13.592Z | Checking newtype-uuid v1.3.2 |
| 2150 | 2026-03-04T17:30:13.852Z | Checking publicsuffix v2.3.0 |
| 2151 | 2026-03-04T17:30:13.943Z | Checking sha3 v0.10.8 |
| 2152 | 2026-03-04T17:30:13.996Z | Checking usdt-impl v0.5.0 |
| 2153 | 2026-03-04T17:30:14.074Z | Checking daft v0.1.5 |
| 2154 | 2026-03-04T17:30:14.178Z | Checking env_logger v0.11.9 |
| 2155 | 2026-03-04T17:30:14.182Z | Checking ed25519 v2.2.3 |
| 2156 | 2026-03-04T17:30:14.390Z | Checking cookie v0.18.1 |
| 2157 | 2026-03-04T17:30:14.579Z | Checking itertools v0.13.0 |
| 2158 | 2026-03-04T17:30:14.582Z | Checking serde_with v3.17.0 |
| 2159 | 2026-03-04T17:30:14.680Z | Checking bitflags v1.3.2 |
| 2160 | 2026-03-04T17:30:14.736Z | Checking siphasher v1.0.2 |
| 2161 | 2026-03-04T17:30:14.782Z | Checking usdt-impl v0.6.0 |
| 2162 | 2026-03-04T17:30:14.846Z | Checking ed25519-dalek v2.2.0 |
| 2163 | 2026-03-04T17:30:14.905Z | Checking cookie_store v0.22.1 |
| 2164 | 2026-03-04T17:30:15.059Z | Checking rustls-platform-verifier v0.6.2 |
| 2165 | 2026-03-04T17:30:15.177Z | Checking unicode-normalization v0.1.25 |
| 2166 | 2026-03-04T17:30:15.181Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2167 | 2026-03-04T17:30:15.335Z | Checking signal-hook v0.3.18 |
| 2168 | 2026-03-04T17:30:15.389Z | Checking winnow v0.5.40 |
| 2169 | 2026-03-04T17:30:15.392Z | Checking usdt v0.6.0 |
| 2170 | 2026-03-04T17:30:15.570Z | Checking managed v0.8.0 |
| 2171 | 2026-03-04T17:30:15.680Z | Checking reqwest v0.13.2 |
| 2172 | 2026-03-04T17:30:15.738Z | Checking rayon-core v1.13.0 |
| 2173 | 2026-03-04T17:30:15.742Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2174 | 2026-03-04T17:30:15.970Z | Checking object v0.37.3 |
| 2175 | 2026-03-04T17:30:16.028Z | Checking foldhash v0.1.5 |
| 2176 | 2026-03-04T17:30:16.156Z | Checking bzip2 v0.4.4 |
| 2177 | 2026-03-04T17:30:16.333Z | Checking hashbrown v0.15.5 |
| 2178 | 2026-03-04T17:30:16.446Z | Checking signal-hook-mio v0.2.5 |
| 2179 | 2026-03-04T17:30:16.506Z | Checking ref-cast v1.0.25 |
| 2180 | 2026-03-04T17:30:16.663Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2181 | 2026-03-04T17:30:16.723Z | Checking zip v0.6.6 |
| 2182 | 2026-03-04T17:30:16.939Z | Checking zstd-safe v7.2.4 |
| 2183 | 2026-03-04T17:30:17.036Z | Checking libbz2-rs-sys v0.2.2 |
| 2184 | 2026-03-04T17:30:17.326Z | Checking bumpalo v3.20.2 |
| 2185 | 2026-03-04T17:30:17.441Z | Checking zstd v0.13.3 |
| 2186 | 2026-03-04T17:30:17.503Z | Checking crossterm v0.28.1 |
| 2187 | 2026-03-04T17:30:17.629Z | Checking rayon v1.11.0 |
| 2188 | 2026-03-04T17:30:17.760Z | Checking zopfli v0.8.3 |
| 2189 | 2026-03-04T17:30:17.875Z | Checking similar v2.7.0 |
| 2190 | 2026-03-04T17:30:17.936Z | Checking bzip2 v0.6.1 |
| 2191 | 2026-03-04T17:30:18.268Z | Checking toml_edit v0.19.15 |
| 2192 | 2026-03-04T17:30:18.329Z | Checking fs-err v3.3.0 |
| 2193 | 2026-03-04T17:30:18.332Z | Checking hash32 v0.2.1 |
| 2194 | 2026-03-04T17:30:18.496Z | Checking serde-big-array v0.5.1 |
| 2195 | 2026-03-04T17:30:18.757Z | Checking jiff v0.2.21 |
| 2196 | 2026-03-04T17:30:18.819Z | Checking predicates-core v1.0.10 |
| 2197 | 2026-03-04T17:30:18.822Z | Checking unicode-properties v0.1.4 |
| 2198 | 2026-03-04T17:30:18.965Z | Checking unicode-bidi v0.3.18 |
| 2199 | 2026-03-04T17:30:19.063Z | Checking heapless v0.7.17 |
| 2200 | 2026-03-04T17:30:19.188Z | Checking hickory-proto v0.25.2 |
| 2201 | 2026-03-04T17:30:19.320Z | Checking tokio-stream v0.1.18 |
| 2202 | 2026-03-04T17:30:19.662Z | Checking stringprep v0.1.5 |
| 2203 | 2026-03-04T17:30:20.005Z | Checking md-5 v0.10.6 |
| 2204 | 2026-03-04T17:30:20.108Z | Checking float-cmp v0.10.0 |
| 2205 | 2026-03-04T17:30:20.185Z | Checking fallible-iterator v0.2.0 |
| 2206 | 2026-03-04T17:30:20.297Z | Checking difflib v0.4.0 |
| 2207 | 2026-03-04T17:30:20.378Z | Checking rustc-hash v2.1.1 |
| 2208 | 2026-03-04T17:30:20.633Z | Checking normalize-line-endings v0.3.0 |
| 2209 | 2026-03-04T17:30:20.693Z | Checking iddqd v0.3.17 |
| 2210 | 2026-03-04T17:30:20.761Z | Checking toml v0.7.8 |
| 2211 | 2026-03-04T17:30:20.832Z | Checking predicates v3.1.4 |
| 2212 | 2026-03-04T17:30:20.894Z | Checking postgres-protocol v0.6.10 |
| 2213 | 2026-03-04T17:30:21.252Z | Checking smoltcp v0.9.1 |
| 2214 | 2026-03-04T17:30:21.518Z | Checking phf_shared v0.13.1 |
| 2215 | 2026-03-04T17:30:21.584Z | Checking phf_shared v0.11.3 |
| 2216 | 2026-03-04T17:30:21.644Z | Checking itertools v0.12.1 |
| 2217 | 2026-03-04T17:30:21.937Z | Checking console v0.16.2 |
| 2218 | 2026-03-04T17:30:22.067Z | Checking buf-list v1.1.2 |
| 2219 | 2026-03-04T17:30:22.135Z | Checking strum v0.27.2 |
| 2220 | 2026-03-04T17:30:22.377Z | Checking unit-prefix v0.5.2 |
| 2221 | 2026-03-04T17:30:22.467Z | Checking lalrpop-util v0.19.12 |
| 2222 | 2026-03-04T17:30:22.585Z | Checking fixedbitset v0.4.2 |
| 2223 | 2026-03-04T17:30:22.648Z | Checking precomputed-hash v0.1.1 |
| 2224 | 2026-03-04T17:30:22.729Z | Checking fixedbitset v0.5.7 |
| 2225 | 2026-03-04T17:30:22.789Z | Checking new_debug_unreachable v1.0.6 |
| 2226 | 2026-03-04T17:30:22.844Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2227 | 2026-03-04T17:30:22.897Z | Checking indicatif v0.18.4 |
| 2228 | 2026-03-04T17:30:23.000Z | Checking petgraph v0.6.5 |
| 2229 | 2026-03-04T17:30:23.009Z | Checking string_cache v0.8.9 |
| 2230 | 2026-03-04T17:30:23.132Z | Checking petgraph v0.8.3 |
| 2231 | 2026-03-04T17:30:23.344Z | Checking phf v0.13.1 |
| 2232 | 2026-03-04T17:30:23.680Z | Checking postgres-types v0.2.12 |
| 2233 | 2026-03-04T17:30:23.787Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2234 | 2026-03-04T17:30:24.111Z | Checking zone v0.3.1 |
| 2235 | 2026-03-04T17:30:24.220Z | Checking zip v4.6.1 |
| 2236 | 2026-03-04T17:30:24.421Z | Checking peg-runtime v0.8.5 |
| 2237 | 2026-03-04T17:30:24.469Z | Checking whoami v2.1.0 |
| 2238 | 2026-03-04T17:30:24.891Z | Checking tokio-postgres v0.7.16 |
| 2239 | 2026-03-04T17:30:24.951Z | Checking futures-executor v0.3.32 |
| 2240 | 2026-03-04T17:30:25.009Z | Checking is-terminal v0.4.17 |
| 2241 | 2026-03-04T17:30:25.210Z | Checking crossbeam-channel v0.5.15 |
| 2242 | 2026-03-04T17:30:25.272Z | Checking futures v0.3.32 |
| 2243 | 2026-03-04T17:30:25.459Z | Checking thread_local v1.1.9 |
| 2244 | 2026-03-04T17:30:25.548Z | Checking term v1.2.1 |
| 2245 | 2026-03-04T17:30:25.782Z | Checking take_mut v0.2.2 |
| 2246 | 2026-03-04T17:30:25.843Z | Checking regress v0.10.5 |
| 2247 | 2026-03-04T17:30:25.990Z | Compiling rustls v0.22.4 |
| 2248 | 2026-03-04T17:30:26.040Z | Checking slog-term v2.9.2 |
| 2249 | 2026-03-04T17:30:26.043Z | Checking slog-async v2.8.0 |
| 2250 | 2026-03-04T17:30:26.043Z | Compiling newtype-uuid-macros v0.1.0 |
| 2251 | 2026-03-04T17:30:26.420Z | Compiling structmeta-derive v0.3.0 |
| 2252 | 2026-03-04T17:30:26.475Z | Compiling multer v3.1.0 |
| 2253 | 2026-03-04T17:30:26.611Z | Compiling async-stream-impl v0.3.6 |
| 2254 | 2026-03-04T17:30:26.948Z | Compiling dropshot v0.16.7 |
| 2255 | 2026-03-04T17:30:27.022Z | Compiling dropshot_endpoint v0.16.7 |
| 2256 | 2026-03-04T17:30:27.480Z | Checking match_cfg v0.1.0 |
| 2257 | 2026-03-04T17:30:27.642Z | Checking hostname v0.3.1 |
| 2258 | 2026-03-04T17:30:27.803Z | Checking slog-json v2.6.1 |
| 2259 | 2026-03-04T17:30:27.866Z | Checking debug-ignore v1.0.5 |
| 2260 | 2026-03-04T17:30:27.870Z | Checking serde_spanned v1.0.4 |
| 2261 | 2026-03-04T17:30:27.976Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2262 | 2026-03-04T17:30:28.083Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2263 | 2026-03-04T17:30:28.143Z | Checking slog-bunyan v2.5.0 |
| 2264 | 2026-03-04T17:30:28.196Z | Checking rustls-webpki v0.102.8 |
| 2265 | 2026-03-04T17:30:28.384Z | Checking serde_path_to_error v0.1.20 |
| 2266 | 2026-03-04T17:30:28.442Z | Checking toml v0.9.12+spec-1.1.0 |
| 2267 | 2026-03-04T17:30:28.508Z | Checking async-stream v0.3.6 |
| 2268 | 2026-03-04T17:30:29.011Z | Compiling structmeta v0.3.0 |
| 2269 | 2026-03-04T17:30:29.063Z | Checking progenitor-client v0.13.0 |
| 2270 | 2026-03-04T17:30:29.115Z | Checking waitgroup v0.1.2 |
| 2271 | 2026-03-04T17:30:29.177Z | Checking rustls-pemfile v2.2.0 |
| 2272 | 2026-03-04T17:30:29.237Z | Checking hostname v0.4.2 |
| 2273 | 2026-03-04T17:30:29.338Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2274 | 2026-03-04T17:30:29.426Z | Compiling derive-ex v0.1.8 |
| 2275 | 2026-03-04T17:30:29.487Z | Compiling parse-display-derive v0.10.0 |
| 2276 | 2026-03-04T17:30:29.491Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2277 | 2026-03-04T17:30:29.602Z | Checking itertools v0.14.0 |
| 2278 | 2026-03-04T17:30:29.845Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2279 | 2026-03-04T17:30:29.906Z | Checking macaddr v1.0.1 |
| 2280 | 2026-03-04T17:30:30.111Z | Checking progenitor-client v0.10.0 |
| 2281 | 2026-03-04T17:30:30.299Z | Checking instant v0.1.13 |
| 2282 | 2026-03-04T17:30:30.493Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2283 | 2026-03-04T17:30:30.587Z | Checking backoff v0.4.0 |
| 2284 | 2026-03-04T17:30:30.671Z | Checking backon v1.6.0 |
| 2285 | 2026-03-04T17:30:30.731Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2286 | 2026-03-04T17:30:31.030Z | Checking heck v0.5.0 |
| 2287 | 2026-03-04T17:30:31.146Z | Checking camino-tempfile v1.4.1 |
| 2288 | 2026-03-04T17:30:31.482Z | Checking toml v0.8.23 |
| 2289 | 2026-03-04T17:30:31.906Z | Compiling cfg_aliases v0.2.1 |
| 2290 | 2026-03-04T17:30:32.087Z | Compiling memoffset v0.9.1 |
| 2291 | 2026-03-04T17:30:32.305Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2292 | 2026-03-04T17:30:32.365Z | Checking tokio-rustls v0.25.0 |
| 2293 | 2026-03-04T17:30:32.368Z | Compiling crucible-workspace-hack v0.1.0 |
| 2294 | 2026-03-04T17:30:32.918Z | Checking secrecy v0.10.3 |
| 2295 | 2026-03-04T17:30:33.147Z | Checking glob v0.3.3 |
| 2296 | 2026-03-04T17:30:33.205Z | Compiling heapless v0.8.0 |
| 2297 | 2026-03-04T17:30:33.368Z | Compiling test-strategy v0.4.5 |
| 2298 | 2026-03-04T17:30:33.430Z | Checking parse-display v0.10.0 |
| 2299 | 2026-03-04T17:30:33.570Z | Compiling proc-macro-crate v3.4.0 |
| 2300 | 2026-03-04T17:30:33.734Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2301 | 2026-03-04T17:30:34.228Z | Checking tabwriter v1.4.1 |
| 2302 | 2026-03-04T17:30:34.299Z | Compiling ingot-macros v0.1.1 |
| 2303 | 2026-03-04T17:30:34.358Z | Checking hash32 v0.3.1 |
| 2304 | 2026-03-04T17:30:34.548Z | Compiling smoltcp v0.11.0 |
| 2305 | 2026-03-04T17:30:34.629Z | Compiling unsafe-libyaml v0.2.11 |
| 2306 | 2026-03-04T17:30:34.772Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2307 | 2026-03-04T17:30:34.855Z | Compiling convert_case v0.4.0 |
| 2308 | 2026-03-04T17:30:35.255Z | Compiling num_enum_derive v0.7.5 |
| 2309 | 2026-03-04T17:30:35.722Z | Compiling derive_more v0.99.20 |
| 2310 | 2026-03-04T17:30:36.321Z | Compiling serde_yaml v0.9.34+deprecated |
| 2311 | 2026-03-04T17:30:36.416Z | Checking cobs v0.3.0 |
| 2312 | 2026-03-04T17:30:36.758Z | Compiling foreign-types-macros v0.2.3 |
| 2313 | 2026-03-04T17:30:36.920Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2314 | 2026-03-04T17:30:37.263Z | Checking foreign-types-shared v0.3.1 |
| 2315 | 2026-03-04T17:30:37.455Z | Checking cpufeatures v0.3.0 |
| 2316 | 2026-03-04T17:30:37.629Z | Checking chacha20 v0.10.0 |
| 2317 | 2026-03-04T17:30:37.688Z | Checking num_enum v0.7.5 |
| 2318 | 2026-03-04T17:30:37.759Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2319 | 2026-03-04T17:30:37.931Z | Checking postcard v1.1.3 |
| 2320 | 2026-03-04T17:30:38.026Z | Checking foreign-types v0.5.0 |
| 2321 | 2026-03-04T17:30:38.615Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2322 | 2026-03-04T17:30:38.683Z | Compiling proc-macro-crate v1.3.1 |
| 2323 | 2026-03-04T17:30:38.730Z | Checking sigpipe v0.1.3 |
| 2324 | 2026-03-04T17:30:38.903Z | Checking cstr-argument v0.1.2 |
| 2325 | 2026-03-04T17:30:39.129Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2326 | 2026-03-04T17:30:39.191Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2327 | 2026-03-04T17:30:39.601Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2328 | 2026-03-04T17:30:39.658Z | Checking colored v3.1.1 |
| 2329 | 2026-03-04T17:30:39.971Z | Compiling num_enum_derive v0.5.11 |
| 2330 | 2026-03-04T17:30:40.068Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2331 | 2026-03-04T17:30:40.124Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2332 | 2026-03-04T17:30:40.243Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2333 | 2026-03-04T17:30:40.300Z | Checking rand v0.10.0 |
| 2334 | 2026-03-04T17:30:40.588Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2335 | 2026-03-04T17:30:40.596Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2336 | 2026-03-04T17:30:40.998Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2337 | 2026-03-04T17:30:41.061Z | Compiling nix v0.30.1 |
| 2338 | 2026-03-04T17:30:41.145Z | Checking ingot-types v0.1.2 |
| 2339 | 2026-03-04T17:30:41.243Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2340 | 2026-03-04T17:30:41.474Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2341 | 2026-03-04T17:30:41.915Z | Checking smf v0.2.3 |
| 2342 | 2026-03-04T17:30:41.978Z | Compiling num-derive v0.4.2 |
| 2343 | 2026-03-04T17:30:42.090Z | Checking ingot v0.1.1 |
| 2344 | 2026-03-04T17:30:42.136Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2345 | 2026-03-04T17:30:42.244Z | Checking num_enum v0.5.11 |
| 2346 | 2026-03-04T17:30:42.382Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2347 | 2026-03-04T17:30:42.476Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2348 | 2026-03-04T17:30:42.645Z | Checking whoami v1.6.1 |
| 2349 | 2026-03-04T17:30:42.721Z | Compiling typify-impl v0.6.1 |
| 2350 | 2026-03-04T17:30:43.007Z | Checking half v2.7.1 |
| 2351 | 2026-03-04T17:30:43.183Z | Checking ciborium-io v0.2.2 |
| 2352 | 2026-03-04T17:30:43.387Z | Checking indent_write v2.2.0 |
| 2353 | 2026-03-04T17:30:43.675Z | Checking universal-hash v0.5.1 |
| 2354 | 2026-03-04T17:30:43.678Z | Checking ciborium-ll v0.2.2 |
| 2355 | 2026-03-04T17:30:43.996Z | Checking opaque-debug v0.3.1 |
| 2356 | 2026-03-04T17:30:44.057Z | Checking ciborium v0.2.2 |
| 2357 | 2026-03-04T17:30:44.162Z | Checking aead v0.5.2 |
| 2358 | 2026-03-04T17:30:44.286Z | Checking swrite v0.1.0 |
| 2359 | 2026-03-04T17:30:44.344Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2360 | 2026-03-04T17:30:44.471Z | Checking poly1305 v0.8.0 |
| 2361 | 2026-03-04T17:30:44.531Z | Checking chacha20 v0.9.1 |
| 2362 | 2026-03-04T17:30:44.860Z | Checking unicode-width v0.1.14 |
| 2363 | 2026-03-04T17:30:44.974Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2364 | 2026-03-04T17:30:45.025Z | Checking password-hash v0.5.0 |
| 2365 | 2026-03-04T17:30:45.077Z | Checking blake2 v0.10.6 |
| 2366 | 2026-03-04T17:30:45.488Z | Compiling usdt-attr-macro v0.5.0 |
| 2367 | 2026-03-04T17:30:45.562Z | Compiling usdt-macro v0.5.0 |
| 2368 | 2026-03-04T17:30:45.622Z | Checking memmap v0.7.0 |
| 2369 | 2026-03-04T17:30:45.894Z | Checking argon2 v0.5.3 |
| 2370 | 2026-03-04T17:30:45.953Z | Checking chacha20poly1305 v0.10.1 |
| 2371 | 2026-03-04T17:30:46.214Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2372 | 2026-03-04T17:30:46.465Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2373 | 2026-03-04T17:30:46.678Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2374 | 2026-03-04T17:30:46.856Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2375 | 2026-03-04T17:30:47.090Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2376 | 2026-03-04T17:30:47.094Z | Checking usdt v0.5.0 |
| 2377 | 2026-03-04T17:30:47.337Z | Compiling derive-where v1.6.0 |
| 2378 | 2026-03-04T17:30:47.397Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2379 | 2026-03-04T17:30:47.444Z | Checking tokio-dtrace v0.1.1 |
| 2380 | 2026-03-04T17:30:47.587Z | Checking atomicwrites v0.4.4 |
| 2381 | 2026-03-04T17:30:47.702Z | Checking thiserror-no-std v2.0.2 |
| 2382 | 2026-03-04T17:30:47.798Z | Checking oxide-tokio-rt v0.1.2 |
| 2383 | 2026-03-04T17:30:47.855Z | Checking console v0.15.11 |
| 2384 | 2026-03-04T17:30:47.910Z | Checking vsss-rs v3.3.4 |
| 2385 | 2026-03-04T17:30:48.094Z | Checking newline-converter v0.3.0 |
| 2386 | 2026-03-04T17:30:48.330Z | Compiling prettyplease v0.2.37 |
| 2387 | 2026-03-04T17:30:48.486Z | Checking expectorate v1.2.0 |
| 2388 | 2026-03-04T17:30:48.745Z | Checking bytecount v0.6.9 |
| 2389 | 2026-03-04T17:30:48.885Z | Compiling owo-colors v4.3.0 |
| 2390 | 2026-03-04T17:30:48.987Z | Compiling cancel-safe-futures v0.1.5 |
| 2391 | 2026-03-04T17:30:49.076Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2392 | 2026-03-04T17:30:49.523Z | Checking libsw-core v0.3.2 |
| 2393 | 2026-03-04T17:30:49.801Z | Checking libsw v3.5.0 |
| 2394 | 2026-03-04T17:30:50.124Z | Checking same-file v1.0.6 |
| 2395 | 2026-03-04T17:30:50.257Z | Checking linear-map v1.2.0 |
| 2396 | 2026-03-04T17:30:50.365Z | Checking walkdir v2.5.0 |
| 2397 | 2026-03-04T17:30:50.425Z | Checking num-rational v0.4.2 |
| 2398 | 2026-03-04T17:30:50.428Z | Checking num-complex v0.4.6 |
| 2399 | 2026-03-04T17:30:50.634Z | Checking float-ord v0.3.2 |
| 2400 | 2026-03-04T17:30:50.721Z | Compiling typify-impl v0.4.3 |
| 2401 | 2026-03-04T17:30:50.864Z | Checking gethostname v0.5.0 |
| 2402 | 2026-03-04T17:30:51.116Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2403 | 2026-03-04T17:30:51.350Z | Compiling async-recursion v1.1.1 |
| 2404 | 2026-03-04T17:30:51.405Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2405 | 2026-03-04T17:30:51.408Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2406 | 2026-03-04T17:30:51.446Z | Checking num v0.4.3 |
| 2407 | 2026-03-04T17:30:51.653Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2408 | 2026-03-04T17:30:53.357Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2409 | 2026-03-04T17:30:54.370Z | Compiling typify-macro v0.6.1 |
| 2410 | 2026-03-04T17:30:55.436Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2411 | 2026-03-04T17:30:56.524Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2412 | 2026-03-04T17:30:57.584Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2413 | 2026-03-04T17:30:57.686Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2414 | 2026-03-04T17:30:58.328Z | Compiling typify v0.6.1 |
| 2415 | 2026-03-04T17:30:58.567Z | Compiling progenitor-impl v0.13.0 |
| 2416 | 2026-03-04T17:31:00.632Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2417 | 2026-03-04T17:31:01.261Z | Checking unicode-linebreak v0.1.5 |
| 2418 | 2026-03-04T17:31:01.431Z | Checking smawk v0.3.2 |
| 2419 | 2026-03-04T17:31:01.702Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2420 | 2026-03-04T17:31:01.762Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2421 | 2026-03-04T17:31:02.419Z | Compiling typify-macro v0.4.3 |
| 2422 | 2026-03-04T17:31:02.520Z | Checking globset v0.4.18 |
| 2423 | 2026-03-04T17:31:03.098Z | Compiling convert_case v0.10.0 |
| 2424 | 2026-03-04T17:31:04.519Z | Compiling slog-dtrace v0.3.0 |
| 2425 | 2026-03-04T17:31:04.790Z | Checking resolv-conf v0.7.6 |
| 2426 | 2026-03-04T17:31:05.027Z | Compiling derive_more-impl v2.1.1 |
| 2427 | 2026-03-04T17:31:05.282Z | Compiling progenitor-macro v0.13.0 |
| 2428 | 2026-03-04T17:31:05.676Z | Compiling pin-project-internal v1.1.11 |
| 2429 | 2026-03-04T17:31:06.226Z | Compiling typify v0.4.3 |
| 2430 | 2026-03-04T17:31:06.711Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2431 | 2026-03-04T17:31:06.815Z | Checking derive_more v2.1.1 |
| 2432 | 2026-03-04T17:31:06.874Z | Checking pem v3.0.6 |
| 2433 | 2026-03-04T17:31:07.004Z | Checking crossterm v0.29.0 |
| 2434 | 2026-03-04T17:31:07.184Z | Checking fd-lock v4.0.4 |
| 2435 | 2026-03-04T17:31:07.241Z | Checking vte v0.14.1 |
| 2436 | 2026-03-04T17:31:07.447Z | Checking display-error-chain v0.2.2 |
| 2437 | 2026-03-04T17:31:07.597Z | Checking strip-ansi-escapes v0.2.1 |
| 2438 | 2026-03-04T17:31:07.699Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2439 | 2026-03-04T17:31:07.847Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2440 | 2026-03-04T17:31:08.148Z | Compiling snafu-derive v0.8.9 |
| 2441 | 2026-03-04T17:31:08.452Z | Checking linked-hash-map v0.5.6 |
| 2442 | 2026-03-04T17:31:08.508Z | Checking pin-project v1.1.11 |
| 2443 | 2026-03-04T17:31:08.710Z | Checking termtree v0.5.1 |
| 2444 | 2026-03-04T17:31:08.843Z | Checking nu-ansi-term v0.50.3 |
| 2445 | 2026-03-04T17:31:09.018Z | Checking lru-cache v0.1.2 |
| 2446 | 2026-03-04T17:31:09.098Z | Compiling progenitor-impl v0.11.2 |
| 2447 | 2026-03-04T17:31:09.281Z | Checking textwrap v0.16.2 |
| 2448 | 2026-03-04T17:31:09.332Z | Checking reedline v0.40.0 |
| 2449 | 2026-03-04T17:31:09.743Z | Checking olpc-cjson v0.1.4 |
| 2450 | 2026-03-04T17:31:10.169Z | Checking hickory-proto v0.24.4 |
| 2451 | 2026-03-04T17:31:12.233Z | Checking serde_plain v1.0.2 |
| 2452 | 2026-03-04T17:31:12.319Z | Checking typed-path v0.9.3 |
| 2453 | 2026-03-04T17:31:12.545Z | Compiling minimal-lexical v0.2.1 |
| 2454 | 2026-03-04T17:31:12.994Z | Checking snafu v0.8.9 |
| 2455 | 2026-03-04T17:31:13.141Z | Compiling nom v7.1.3 |
| 2456 | 2026-03-04T17:31:14.275Z | Checking tough v0.20.0 |
| 2457 | 2026-03-04T17:31:14.366Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2458 | 2026-03-04T17:31:15.543Z | Checking progenitor-client v0.11.2 |
| 2459 | 2026-03-04T17:31:15.752Z | Checking nibble_vec v0.1.0 |
| 2460 | 2026-03-04T17:31:16.042Z | Checking endian-type v0.1.2 |
| 2461 | 2026-03-04T17:31:16.042Z | Checking hickory-resolver v0.24.4 |
| 2462 | 2026-03-04T17:31:16.158Z | Compiling progenitor-macro v0.11.2 |
| 2463 | 2026-03-04T17:31:16.340Z | Checking radix_trie v0.2.1 |
| 2464 | 2026-03-04T17:31:16.548Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2465 | 2026-03-04T17:31:16.698Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2466 | 2026-03-04T17:31:16.852Z | Compiling ar_archive_writer v0.5.1 |
| 2467 | 2026-03-04T17:31:17.758Z | Checking humantime v2.3.0 |
| 2468 | 2026-03-04T17:31:17.836Z | Checking qorb v0.4.1 |
| 2469 | 2026-03-04T17:31:17.894Z | Checking progenitor v0.13.0 |
| 2470 | 2026-03-04T17:31:18.159Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2471 | 2026-03-04T17:31:18.162Z | Checking csv-core v0.1.13 |
| 2472 | 2026-03-04T17:31:18.608Z | Checking base64 v0.21.7 |
| 2473 | 2026-03-04T17:31:18.688Z | Checking csv v1.4.0 |
| 2474 | 2026-03-04T17:31:19.011Z | Compiling stacker v0.1.23 |
| 2475 | 2026-03-04T17:31:19.068Z | Compiling psm v0.1.30 |
| 2476 | 2026-03-04T17:31:19.537Z | Checking highway v1.3.0 |
| 2477 | 2026-03-04T17:31:19.594Z | Compiling cfg_aliases v0.1.1 |
| 2478 | 2026-03-04T17:31:19.772Z | Compiling nix v0.28.0 |
| 2479 | 2026-03-04T17:31:20.316Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2480 | 2026-03-04T17:31:20.372Z | Checking papergrid v0.11.0 |
| 2481 | 2026-03-04T17:31:20.540Z | Compiling tabled_derive v0.7.0 |
| 2482 | 2026-03-04T17:31:20.601Z | Checking home v0.5.12 |
| 2483 | 2026-03-04T17:31:21.186Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2484 | 2026-03-04T17:31:21.244Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2485 | 2026-03-04T17:31:21.980Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2486 | 2026-03-04T17:31:22.416Z | Checking phf_shared v0.12.1 |
| 2487 | 2026-03-04T17:31:22.769Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2488 | 2026-03-04T17:31:22.827Z | Checking tabled v0.15.0 |
| 2489 | 2026-03-04T17:31:23.174Z | Compiling chrono-tz v0.10.4 |
| 2490 | 2026-03-04T17:31:23.177Z | Compiling semver v0.1.20 |
| 2491 | 2026-03-04T17:31:23.605Z | Checking recursive v0.1.1 |
| 2492 | 2026-03-04T17:31:23.664Z | Compiling rustc_version v0.1.7 |
| 2493 | 2026-03-04T17:31:23.775Z | Checking phf v0.12.1 |
| 2494 | 2026-03-04T17:31:24.095Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2495 | 2026-03-04T17:31:24.151Z | Compiling const_format_proc_macros v0.2.34 |
| 2496 | 2026-03-04T17:31:24.761Z | Compiling peg-macros v0.8.5 |
| 2497 | 2026-03-04T17:31:25.220Z | Checking winnow v0.6.26 |
| 2498 | 2026-03-04T17:31:25.711Z | Compiling sqlparser_derive v0.5.0 |
| 2499 | 2026-03-04T17:31:26.449Z | Checking unicode_categories v0.1.1 |
| 2500 | 2026-03-04T17:31:26.837Z | Checking rustyline v14.0.0 |
| 2501 | 2026-03-04T17:31:27.245Z | Checking const_format v0.2.35 |
| 2502 | 2026-03-04T17:31:27.483Z | Checking sqlparser v0.61.0 |
| 2503 | 2026-03-04T17:31:27.863Z | Compiling newtype_derive v0.1.6 |
| 2504 | 2026-03-04T17:31:28.076Z | Checking peg v0.8.5 |
| 2505 | 2026-03-04T17:31:28.184Z | Checking sqlformat v0.3.5 |
| 2506 | 2026-03-04T17:31:28.307Z | Checking bcs v0.1.6 |
| 2507 | 2026-03-04T17:31:28.311Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2508 | 2026-03-04T17:31:28.502Z | Checking progenitor v0.11.2 |
| 2509 | 2026-03-04T17:31:28.764Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2510 | 2026-03-04T17:31:28.823Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2511 | 2026-03-04T17:31:28.826Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2512 | 2026-03-04T17:31:29.098Z | Checking steno v0.4.1 |
| 2513 | 2026-03-04T17:31:29.155Z | Checking utf-8 v0.7.6 |
| 2514 | 2026-03-04T17:31:29.377Z | Checking filetime v0.2.27 |
| 2515 | 2026-03-04T17:31:29.432Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2516 | 2026-03-04T17:31:29.482Z | Checking arc-swap v1.8.2 |
| 2517 | 2026-03-04T17:31:29.632Z | Checking xattr v1.6.1 |
| 2518 | 2026-03-04T17:31:29.916Z | Checking tar v0.4.44 |
| 2519 | 2026-03-04T17:31:29.975Z | Checking slog-scope v4.4.1 |
| 2520 | 2026-03-04T17:31:30.273Z | Compiling progenitor-impl v0.10.0 |
| 2521 | 2026-03-04T17:31:30.771Z | Checking slog-stdlog v4.1.1 |
| 2522 | 2026-03-04T17:31:31.212Z | Checking slog-envlogger v2.2.0 |
| 2523 | 2026-03-04T17:31:31.274Z | Checking tungstenite v0.21.0 |
| 2524 | 2026-03-04T17:31:31.513Z | Checking typeid v1.0.3 |
| 2525 | 2026-03-04T17:31:31.772Z | Checking subprocess v0.2.15 |
| 2526 | 2026-03-04T17:31:32.249Z | Checking tokio-tungstenite v0.21.0 |
| 2527 | 2026-03-04T17:31:32.397Z | Checking headers-core v0.3.0 |
| 2528 | 2026-03-04T17:31:32.639Z | Checking headers v0.4.1 |
| 2529 | 2026-03-04T17:31:32.844Z | Compiling lzma-sys v0.1.20 |
| 2530 | 2026-03-04T17:31:33.039Z | Compiling cargo_toml v0.22.3 |
| 2531 | 2026-03-04T17:31:33.727Z | Checking yasna v0.5.2 |
| 2532 | 2026-03-04T17:31:33.781Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2533 | 2026-03-04T17:31:34.056Z | Checking xz2 v0.1.7 |
| 2534 | 2026-03-04T17:31:34.204Z | Checking ron v0.12.0 |
| 2535 | 2026-03-04T17:31:34.434Z | Checking base16ct v1.0.0 |
| 2536 | 2026-03-04T17:31:34.622Z | Checking rcgen v0.12.1 |
| 2537 | 2026-03-04T17:31:34.713Z | Checking dropshot-api-manager-types v0.5.2 |
| 2538 | 2026-03-04T17:31:35.126Z | Checking tagptr v0.2.0 |
| 2539 | 2026-03-04T17:31:35.357Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2540 | 2026-03-04T17:31:35.430Z | Checking moka v0.12.13 |
| 2541 | 2026-03-04T17:31:35.724Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2542 | 2026-03-04T17:31:36.007Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2543 | 2026-03-04T17:31:36.064Z | Compiling radium v0.7.0 |
| 2544 | 2026-03-04T17:31:36.608Z | Compiling libefi-sys v0.1.0 |
| 2545 | 2026-03-04T17:31:37.088Z | Compiling progenitor-macro v0.10.0 |
| 2546 | 2026-03-04T17:31:37.139Z | Checking hickory-resolver v0.25.2 |
| 2547 | 2026-03-04T17:31:37.189Z | Compiling bitfield-struct v0.6.2 |
| 2548 | 2026-03-04T17:31:37.241Z | Compiling maybe-uninit v2.0.0 |
| 2549 | 2026-03-04T17:31:37.832Z | Checking tap v1.0.1 |
| 2550 | 2026-03-04T17:31:38.021Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2551 | 2026-03-04T17:31:38.074Z | Checking wyz v0.5.1 |
| 2552 | 2026-03-04T17:31:38.621Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2553 | 2026-03-04T17:31:38.728Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2554 | 2026-03-04T17:31:39.237Z | Compiling zerocopy-derive v0.6.6 |
| 2555 | 2026-03-04T17:31:39.578Z | Compiling packed_struct v0.10.1 |
| 2556 | 2026-03-04T17:31:39.649Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2557 | 2026-03-04T17:31:39.652Z | Checking crc-catalog v2.4.0 |
| 2558 | 2026-03-04T17:31:39.820Z | Checking funty v2.0.0 |
| 2559 | 2026-03-04T17:31:39.915Z | Checking crc v3.4.0 |
| 2560 | 2026-03-04T17:31:40.192Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2561 | 2026-03-04T17:31:40.330Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2562 | 2026-03-04T17:31:40.389Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2563 | 2026-03-04T17:31:40.716Z | Checking bitvec v1.0.1 |
| 2564 | 2026-03-04T17:31:40.720Z | Compiling packed_struct_codegen v0.10.1 |
| 2565 | 2026-03-04T17:31:40.840Z | Compiling bitfield-macros v0.19.4 |
| 2566 | 2026-03-04T17:32:23.310Z | Checking zerocopy v0.6.6 |
| 2567 | 2026-03-04T17:32:23.447Z | Compiling indexmap v1.9.3 |
| 2568 | 2026-03-04T17:32:23.447Z | Checking nodrop v0.1.14 |
| 2569 | 2026-03-04T17:32:23.447Z | Checking array-init v0.0.4 |
| 2570 | 2026-03-04T17:32:23.447Z | Checking bitfield v0.19.4 |
| 2571 | 2026-03-04T17:32:23.447Z | Checking smallvec v0.6.14 |
| 2572 | 2026-03-04T17:32:23.447Z | Checking hashbrown v0.12.3 |
| 2573 | 2026-03-04T17:32:23.447Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2574 | 2026-03-04T17:32:23.447Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2575 | 2026-03-04T17:32:23.447Z | Checking serde-hex v0.1.0 |
| 2576 | 2026-03-04T17:32:23.447Z | Checking ron v0.8.1 |
| 2577 | 2026-03-04T17:32:23.447Z | Checking hashbrown v0.13.2 |
| 2578 | 2026-03-04T17:32:23.448Z | Checking crc-any v2.5.0 |
| 2579 | 2026-03-04T17:32:23.448Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2580 | 2026-03-04T17:32:23.448Z | Checking path-slash v0.1.5 |
| 2581 | 2026-03-04T17:32:23.567Z | Compiling xshell-macros v0.2.7 |
| 2582 | 2026-03-04T17:32:23.567Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2583 | 2026-03-04T17:32:23.568Z | Checking object v0.30.4 |
| 2584 | 2026-03-04T17:32:23.568Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2585 | 2026-03-04T17:32:23.568Z | Checking xshell v0.2.7 |
| 2586 | 2026-03-04T17:32:23.568Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2587 | 2026-03-04T17:32:23.568Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2588 | 2026-03-04T17:32:23.568Z | Checking half v1.8.3 |
| 2589 | 2026-03-04T17:32:23.568Z | Compiling num-derive v0.3.3 |
| 2590 | 2026-03-04T17:32:23.568Z | Checking serde_cbor v0.11.2 |
| 2591 | 2026-03-04T17:32:23.568Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2592 | 2026-03-04T17:32:23.568Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2593 | 2026-03-04T17:32:23.568Z | Compiling proc-macro-error2 v2.0.1 |
| 2594 | 2026-03-04T17:32:23.568Z | Compiling nix v0.31.1 |
| 2595 | 2026-03-04T17:32:23.568Z | Checking progenitor v0.10.0 |
| 2596 | 2026-03-04T17:32:23.568Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2597 | 2026-03-04T17:32:23.568Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2598 | 2026-03-04T17:32:23.568Z | Checking libscf-sys v1.1.0 |
| 2599 | 2026-03-04T17:32:23.568Z | Compiling tabled_derive v0.11.0 |
| 2600 | 2026-03-04T17:32:23.568Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2601 | 2026-03-04T17:32:23.568Z | Checking papergrid v0.17.0 |
| 2602 | 2026-03-04T17:32:23.568Z | Checking testing_table v0.3.0 |
| 2603 | 2026-03-04T17:32:23.568Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2604 | 2026-03-04T17:32:23.568Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2605 | 2026-03-04T17:32:23.568Z | Checking maplit v1.0.2 |
| 2606 | 2026-03-04T17:32:23.568Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2607 | 2026-03-04T17:32:23.568Z | Checking tabled v0.20.0 |
| 2608 | 2026-03-04T17:32:23.568Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2609 | 2026-03-04T17:32:23.568Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2610 | 2026-03-04T17:32:23.569Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2611 | 2026-03-04T17:32:23.569Z | Checking crc8 v0.1.1 |
| 2612 | 2026-03-04T17:32:23.569Z | Checking fxhash v0.2.1 |
| 2613 | 2026-03-04T17:32:23.569Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2614 | 2026-03-04T17:32:23.569Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2615 | 2026-03-04T17:32:23.569Z | Checking unicase v2.9.0 |
| 2616 | 2026-03-04T17:32:23.569Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2617 | 2026-03-04T17:32:23.570Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2618 | 2026-03-04T17:32:23.570Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2619 | 2026-03-04T17:32:23.570Z | Checking kstat-rs v0.2.4 |
| 2620 | 2026-03-04T17:32:23.570Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2621 | 2026-03-04T17:32:23.570Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2622 | 2026-03-04T17:32:23.570Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2623 | 2026-03-04T17:32:23.570Z | Compiling parking_lot_core v0.8.6 |
| 2624 | 2026-03-04T17:32:23.570Z | Compiling git-stub v1.0.0 |
| 2625 | 2026-03-04T17:32:23.570Z | Compiling dsl_auto_type v0.1.3 |
| 2626 | 2026-03-04T17:32:23.570Z | Checking scheduled-thread-pool v0.2.7 |
| 2627 | 2026-03-04T17:32:23.570Z | Compiling vergen-gitcl v1.0.8 |
| 2628 | 2026-03-04T17:32:23.570Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2629 | 2026-03-04T17:32:23.570Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2630 | 2026-03-04T17:32:23.570Z | Checking r2d2 v0.8.10 |
| 2631 | 2026-03-04T17:32:23.570Z | Compiling git-stub-vcs v0.1.0 |
| 2632 | 2026-03-04T17:32:23.571Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2633 | 2026-03-04T17:32:23.571Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2634 | 2026-03-04T17:32:23.571Z | Compiling diesel_derives v2.2.7 |
| 2635 | 2026-03-04T17:32:23.571Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2636 | 2026-03-04T17:32:23.571Z | Checking parking_lot v0.11.2 |
| 2637 | 2026-03-04T17:32:23.571Z | Checking prefix-trie v0.7.0 |
| 2638 | 2026-03-04T17:32:23.571Z | Checking nanorand v0.7.0 |
| 2639 | 2026-03-04T17:32:23.571Z | Compiling dirs-sys-next v0.1.2 |
| 2640 | 2026-03-04T17:32:23.571Z | Compiling crunchy v0.2.4 |
| 2641 | 2026-03-04T17:32:23.571Z | Checking flume v0.11.1 |
| 2642 | 2026-03-04T17:32:23.571Z | Compiling dirs-next v2.0.0 |
| 2643 | 2026-03-04T17:32:23.571Z | Checking hickory-server v0.25.2 |
| 2644 | 2026-03-04T17:32:23.571Z | Checking sled v0.34.7 |
| 2645 | 2026-03-04T17:32:23.571Z | Compiling clang-sys v1.8.1 |
| 2646 | 2026-03-04T17:32:23.571Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2647 | 2026-03-04T17:32:23.571Z | Checking hickory-client v0.25.2 |
| 2648 | 2026-03-04T17:32:23.572Z | Compiling tiny-keccak v2.0.2 |
| 2649 | 2026-03-04T17:32:23.572Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2650 | 2026-03-04T17:32:23.572Z | Compiling term v0.7.0 |
| 2651 | 2026-03-04T17:32:23.572Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2652 | 2026-03-04T17:32:23.572Z | Compiling bit-vec v0.6.3 |
| 2653 | 2026-03-04T17:32:23.574Z | Compiling salty v0.3.0 |
| 2654 | 2026-03-04T17:32:23.574Z | Compiling ascii-canvas v3.0.0 |
| 2655 | 2026-03-04T17:32:23.574Z | Compiling bit-set v0.5.3 |
| 2656 | 2026-03-04T17:32:23.574Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2657 | 2026-03-04T17:32:23.574Z | Checking primeorder v0.13.6 |
| 2658 | 2026-03-04T17:32:23.574Z | Compiling itertools v0.10.5 |
| 2659 | 2026-03-04T17:32:23.574Z | Compiling ena v0.14.4 |
| 2660 | 2026-03-04T17:32:23.574Z | Compiling libloading v0.8.9 |
| 2661 | 2026-03-04T17:32:23.574Z | Compiling bindgen v0.71.1 |
| 2662 | 2026-03-04T17:32:23.574Z | Compiling diff v0.1.13 |
| 2663 | 2026-03-04T17:32:23.574Z | Compiling regex-syntax v0.6.29 |
| 2664 | 2026-03-04T17:32:23.574Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2665 | 2026-03-04T17:32:23.574Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2666 | 2026-03-04T17:32:23.575Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2667 | 2026-03-04T17:32:23.575Z | Compiling cexpr v0.6.0 |
| 2668 | 2026-03-04T17:32:23.575Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2669 | 2026-03-04T17:32:23.575Z | Compiling lalrpop v0.19.12 |
| 2670 | 2026-03-04T17:32:23.575Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2671 | 2026-03-04T17:32:23.575Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2672 | 2026-03-04T17:32:23.575Z | Compiling libxml v0.3.3 |
| 2673 | 2026-03-04T17:32:23.575Z | Compiling fs-err v2.11.0 |
| 2674 | 2026-03-04T17:32:23.575Z | Checking diesel v2.2.12 |
| 2675 | 2026-03-04T17:32:23.575Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2676 | 2026-03-04T17:32:23.575Z | Checking p384 v0.13.1 |
| 2677 | 2026-03-04T17:32:23.575Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2678 | 2026-03-04T17:32:23.575Z | Compiling strum_macros v0.24.3 |
| 2679 | 2026-03-04T17:32:23.575Z | Compiling indoc v1.0.9 |
| 2680 | 2026-03-04T17:32:23.575Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2681 | 2026-03-04T17:32:23.641Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2682 | 2026-03-04T17:32:23.641Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2683 | 2026-03-04T17:32:23.641Z | Checking quick-xml v0.37.5 |
| 2684 | 2026-03-04T17:32:23.641Z | Checking derive_builder v0.20.2 |
| 2685 | 2026-03-04T17:32:23.641Z | Compiling oso-derive v0.27.3 |
| 2686 | 2026-03-04T17:32:23.641Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2687 | 2026-03-04T17:32:23.641Z | Compiling trait-variant v0.1.2 |
| 2688 | 2026-03-04T17:32:23.641Z | Checking parse-size v1.1.0 |
| 2689 | 2026-03-04T17:32:23.641Z | Checking openssl-probe v0.1.6 |
| 2690 | 2026-03-04T17:32:23.641Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2691 | 2026-03-04T17:32:23.641Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2692 | 2026-03-04T17:32:23.642Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2693 | 2026-03-04T17:32:23.642Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2694 | 2026-03-04T17:32:23.642Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2695 | 2026-03-04T17:32:23.642Z | Checking assert_matches v1.5.0 |
| 2696 | 2026-03-04T17:32:23.642Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2697 | 2026-03-04T17:32:23.642Z | Compiling mime_guess v2.0.5 |
| 2698 | 2026-03-04T17:32:23.642Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2699 | 2026-03-04T17:32:23.642Z | Checking predicates-tree v1.0.13 |
| 2700 | 2026-03-04T17:32:23.642Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2701 | 2026-03-04T17:32:23.642Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2702 | 2026-03-04T17:32:23.642Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2703 | 2026-03-04T17:32:23.642Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2704 | 2026-03-04T17:32:23.642Z | Checking http-range v0.1.5 |
| 2705 | 2026-03-04T17:32:23.642Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2706 | 2026-03-04T17:32:25.928Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2707 | 2026-03-04T17:32:26.070Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2708 | 2026-03-04T17:32:26.315Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2709 | 2026-03-04T17:32:27.848Z | Checking atty v0.2.14 |
| 2710 | 2026-03-04T17:32:28.063Z | Compiling diesel-dtrace v0.4.2 |
| 2711 | 2026-03-04T17:32:28.455Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2712 | 2026-03-04T17:32:29.631Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2713 | 2026-03-04T17:32:29.719Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2714 | 2026-03-04T17:32:30.468Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2715 | 2026-03-04T17:32:30.891Z | Checking bb8 v0.8.6 |
| 2716 | 2026-03-04T17:32:30.893Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2717 | 2026-03-04T17:32:31.331Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2718 | 2026-03-04T17:32:31.383Z | Checking corncobs v0.1.4 |
| 2719 | 2026-03-04T17:32:31.676Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2720 | 2026-03-04T17:32:31.934Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2721 | 2026-03-04T17:32:32.008Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2722 | 2026-03-04T17:32:32.253Z | Checking hyper-staticfile v0.10.1 |
| 2723 | 2026-03-04T17:32:32.557Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2724 | 2026-03-04T17:32:32.697Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2725 | 2026-03-04T17:32:32.754Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2726 | 2026-03-04T17:32:32.828Z | Checking ignore v0.4.25 |
| 2727 | 2026-03-04T17:32:33.101Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2728 | 2026-03-04T17:32:33.167Z | Checking signal-hook-tokio v0.3.1 |
| 2729 | 2026-03-04T17:32:33.436Z | Checking secrecy v0.8.0 |
| 2730 | 2026-03-04T17:32:33.717Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2731 | 2026-03-04T17:32:33.771Z | Checking globwalk v0.9.1 |
| 2732 | 2026-03-04T17:32:34.294Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2733 | 2026-03-04T17:32:34.374Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2734 | 2026-03-04T17:32:35.246Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2735 | 2026-03-04T17:32:35.303Z | Checking nonempty v0.12.0 |
| 2736 | 2026-03-04T17:32:35.637Z | Checking camino-tempfile-ext v0.3.3 |
| 2737 | 2026-03-04T17:32:35.692Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2738 | 2026-03-04T17:32:35.814Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2739 | 2026-03-04T17:32:36.073Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2740 | 2026-03-04T17:32:36.512Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2741 | 2026-03-04T17:32:37.200Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2742 | 2026-03-04T17:32:37.297Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2743 | 2026-03-04T17:32:37.661Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2744 | 2026-03-04T17:32:38.246Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2745 | 2026-03-04T17:32:38.546Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2746 | 2026-03-04T17:32:39.294Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2747 | 2026-03-04T17:32:39.732Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2748 | 2026-03-04T17:32:39.800Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2749 | 2026-03-04T17:32:39.858Z | Checking tungstenite v0.23.0 |
| 2750 | 2026-03-04T17:32:40.621Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2751 | 2026-03-04T17:32:40.844Z | Checking tokio-tungstenite v0.23.1 |
| 2752 | 2026-03-04T17:32:41.315Z | Checking async-bb8-diesel v0.2.1 |
| 2753 | 2026-03-04T17:32:41.467Z | Checking void v1.0.2 |
| 2754 | 2026-03-04T17:32:41.702Z | Checking lzss v0.8.2 |
| 2755 | 2026-03-04T17:32:41.928Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2756 | 2026-03-04T17:32:42.075Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2757 | 2026-03-04T17:32:42.131Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2758 | 2026-03-04T17:32:42.399Z | Checking nix v0.27.1 |
| 2759 | 2026-03-04T17:32:43.231Z | Checking serde_bytes v0.11.19 |
| 2760 | 2026-03-04T17:32:43.656Z | Checking rand_seeder v0.4.0 |
| 2761 | 2026-03-04T17:32:43.713Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2762 | 2026-03-04T17:32:43.997Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2763 | 2026-03-04T17:32:44.768Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2764 | 2026-03-04T17:32:44.825Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2765 | 2026-03-04T17:32:45.125Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2766 | 2026-03-04T17:32:46.417Z | Checking is_ci v1.2.0 |
| 2767 | 2026-03-04T17:32:46.664Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2768 | 2026-03-04T17:32:46.749Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2769 | 2026-03-04T17:32:46.878Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2770 | 2026-03-04T17:32:47.190Z | Checking yansi v1.0.1 |
| 2771 | 2026-03-04T17:32:48.112Z | Checking pretty_assertions v1.4.1 |
| 2772 | 2026-03-04T17:32:48.415Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2773 | 2026-03-04T17:32:48.715Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2774 | 2026-03-04T17:32:48.858Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2775 | 2026-03-04T17:32:49.246Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2776 | 2026-03-04T17:32:49.687Z | Compiling darling_core v0.23.0 |
| 2777 | 2026-03-04T17:32:50.816Z | Compiling indoc v2.0.7 |
| 2778 | 2026-03-04T17:32:51.400Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2779 | 2026-03-04T17:32:51.846Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2780 | 2026-03-04T17:32:51.916Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2781 | 2026-03-04T17:32:52.259Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2782 | 2026-03-04T17:32:52.646Z | Compiling instability v0.3.11 |
| 2783 | 2026-03-04T17:32:52.923Z | Compiling libz-sys v1.1.24 |
| 2784 | 2026-03-04T17:32:53.140Z | Checking castaway v0.2.4 |
| 2785 | 2026-03-04T17:32:53.366Z | Checking compact_str v0.8.1 |
| 2786 | 2026-03-04T17:32:53.668Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2787 | 2026-03-04T17:32:53.795Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2788 | 2026-03-04T17:32:54.212Z | Checking supports-color v3.0.2 |
| 2789 | 2026-03-04T17:32:54.492Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2790 | 2026-03-04T17:32:54.914Z | Checking unicode-truncate v1.1.0 |
| 2791 | 2026-03-04T17:32:55.242Z | Checking lru v0.12.5 |
| 2792 | 2026-03-04T17:32:55.312Z | Checking cassowary v0.3.0 |
| 2793 | 2026-03-04T17:32:55.689Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2794 | 2026-03-04T17:32:56.025Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2795 | 2026-03-04T17:32:56.168Z | Compiling darling_macro v0.23.0 |
| 2796 | 2026-03-04T17:32:57.147Z | Compiling darling v0.23.0 |
| 2797 | 2026-03-04T17:32:57.645Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2798 | 2026-03-04T17:32:58.494Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2799 | 2026-03-04T17:32:58.870Z | Checking ratatui v0.29.0 |
| 2800 | 2026-03-04T17:32:58.927Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2801 | 2026-03-04T17:32:59.528Z | Compiling vergen-git2 v1.0.7 |
| 2802 | 2026-03-04T17:33:00.033Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2803 | 2026-03-04T17:33:00.466Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2804 | 2026-03-04T17:33:00.840Z | Checking colored v2.2.0 |
| 2805 | 2026-03-04T17:33:00.900Z | Checking plotters-backend v0.3.7 |
| 2806 | 2026-03-04T17:33:01.317Z | Checking shell-words v1.1.1 |
| 2807 | 2026-03-04T17:33:01.374Z | Compiling rustls v0.21.12 |
| 2808 | 2026-03-04T17:33:01.587Z | Checking plotters-svg v0.3.7 |
| 2809 | 2026-03-04T17:33:01.976Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2810 | 2026-03-04T17:33:02.021Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2811 | 2026-03-04T17:33:02.069Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2812 | 2026-03-04T17:33:02.408Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2813 | 2026-03-04T17:33:02.456Z | Compiling nix v0.29.0 |
| 2814 | 2026-03-04T17:33:03.322Z | Checking rustls-webpki v0.101.7 |
| 2815 | 2026-03-04T17:33:03.418Z | Checking sct v0.7.1 |
| 2816 | 2026-03-04T17:33:03.674Z | Checking hex-literal v0.4.1 |
| 2817 | 2026-03-04T17:33:03.891Z | Checking cast v0.3.0 |
| 2818 | 2026-03-04T17:33:04.207Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2819 | 2026-03-04T17:33:04.279Z | Checking criterion-plot v0.6.0 |
| 2820 | 2026-03-04T17:33:05.015Z | Checking plotters v0.3.7 |
| 2821 | 2026-03-04T17:33:06.669Z | Checking erased-serde v0.4.9 |
| 2822 | 2026-03-04T17:33:07.077Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2823 | 2026-03-04T17:33:07.583Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2824 | 2026-03-04T17:33:09.134Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2825 | 2026-03-04T17:33:10.633Z | Checking tinytemplate v1.2.1 |
| 2826 | 2026-03-04T17:33:11.112Z | Checking ordered-float v2.10.1 |
| 2827 | 2026-03-04T17:33:11.730Z | Checking anes v0.1.6 |
| 2828 | 2026-03-04T17:33:12.138Z | Checking oorandom v11.1.5 |
| 2829 | 2026-03-04T17:33:12.398Z | Checking criterion v0.7.0 |
| 2830 | 2026-03-04T17:33:12.847Z | Checking serde-value v0.7.0 |
| 2831 | 2026-03-04T17:33:13.422Z | Checking serde-untagged v0.1.9 |
| 2832 | 2026-03-04T17:33:13.897Z | Checking tokio-rustls v0.24.1 |
| 2833 | 2026-03-04T17:33:14.905Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2834 | 2026-03-04T17:33:15.208Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2835 | 2026-03-04T17:33:15.645Z | Checking rustls-pemfile v1.0.4 |
| 2836 | 2026-03-04T17:33:15.941Z | Checking twox-hash v2.1.2 |
| 2837 | 2026-03-04T17:33:16.556Z | Checking unicode-xid v0.2.6 |
| 2838 | 2026-03-04T17:33:16.793Z | Checking cargo-util-schemas v0.8.2 |
| 2839 | 2026-03-04T17:33:16.847Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2840 | 2026-03-04T17:33:18.638Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2841 | 2026-03-04T17:33:18.920Z | Checking progenitor-extras v0.1.0 |
| 2842 | 2026-03-04T17:33:18.979Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2843 | 2026-03-04T17:33:19.329Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2844 | 2026-03-04T17:33:19.660Z | Checking fatfs v0.3.6 |
| 2845 | 2026-03-04T17:33:20.754Z | Checking cargo-platform v0.2.0 |
| 2846 | 2026-03-04T17:33:21.170Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2847 | 2026-03-04T17:33:21.912Z | Compiling petname v2.0.2 |
| 2848 | 2026-03-04T17:33:22.978Z | Compiling seq-macro v0.3.6 |
| 2849 | 2026-03-04T17:33:24.337Z | Checking cargo_metadata v0.21.0 |
| 2850 | 2026-03-04T17:33:24.748Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2851 | 2026-03-04T17:33:26.086Z | Checking concurrent-queue v2.5.0 |
| 2852 | 2026-03-04T17:33:26.482Z | Checking rtoolbox v0.0.3 |
| 2853 | 2026-03-04T17:33:26.556Z | Checking parking v2.2.1 |
| 2854 | 2026-03-04T17:33:26.749Z | Checking futures-timer v3.0.3 |
| 2855 | 2026-03-04T17:33:26.834Z | Checking event-listener v5.4.1 |
| 2856 | 2026-03-04T17:33:27.130Z | Checking rpassword v7.4.0 |
| 2857 | 2026-03-04T17:33:27.384Z | Checking tui-tree-widget v0.23.1 |
| 2858 | 2026-03-04T17:33:27.471Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2859 | 2026-03-04T17:33:27.760Z | Checking polyval v0.6.2 |
| 2860 | 2026-03-04T17:33:27.818Z | Checking sapling-renderdag v0.1.0 |
| 2861 | 2026-03-04T17:33:28.104Z | Checking sync-ptr v0.1.4 |
| 2862 | 2026-03-04T17:33:28.180Z | Checking ghash v0.5.1 |
| 2863 | 2026-03-04T17:33:28.324Z | Checking event-listener-strategy v0.5.4 |
| 2864 | 2026-03-04T17:33:28.376Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2865 | 2026-03-04T17:33:28.427Z | Checking ctr v0.9.2 |
| 2866 | 2026-03-04T17:33:28.595Z | Checking arrayref v0.3.9 |
| 2867 | 2026-03-04T17:33:28.767Z | Checking constant_time_eq v0.4.2 |
| 2868 | 2026-03-04T17:33:28.827Z | Checking arrayvec v0.7.6 |
| 2869 | 2026-03-04T17:33:28.968Z | Checking aes-gcm v0.10.3 |
| 2870 | 2026-03-04T17:33:29.022Z | Checking async-lock v3.4.2 |
| 2871 | 2026-03-04T17:33:29.278Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2872 | 2026-03-04T17:33:29.281Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2873 | 2026-03-04T17:33:29.956Z | Checking ssh-encoding v0.2.0 |
| 2874 | 2026-03-04T17:33:30.379Z | Checking blowfish v0.9.1 |
| 2875 | 2026-03-04T17:33:30.722Z | Checking bcrypt-pbkdf v0.10.0 |
| 2876 | 2026-03-04T17:33:31.056Z | Checking ssh-cipher v0.2.0 |
| 2877 | 2026-03-04T17:33:31.168Z | Checking async-object-pool v0.2.0 |
| 2878 | 2026-03-04T17:33:31.403Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2879 | 2026-03-04T17:33:31.459Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2880 | 2026-03-04T17:33:32.014Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2881 | 2026-03-04T17:33:32.652Z | Checking serde_regex v1.1.0 |
| 2882 | 2026-03-04T17:33:32.974Z | Checking password-hash v0.4.2 |
| 2883 | 2026-03-04T17:33:33.338Z | Checking assert-json-diff v2.0.2 |
| 2884 | 2026-03-04T17:33:33.428Z | Checking path-tree v0.8.3 |
| 2885 | 2026-03-04T17:33:33.681Z | Checking stringmetrics v2.2.2 |
| 2886 | 2026-03-04T17:33:33.859Z | Checking gimli v0.32.3 |
| 2887 | 2026-03-04T17:33:34.005Z | Compiling target-lexicon v0.13.3 |
| 2888 | 2026-03-04T17:33:35.260Z | Checking httpmock v0.8.3 |
| 2889 | 2026-03-04T17:33:35.354Z | Checking pbkdf2 v0.11.0 |
| 2890 | 2026-03-04T17:33:35.707Z | Checking ssh-key v0.6.7 |
| 2891 | 2026-03-04T17:33:37.690Z | Checking addr2line v0.25.1 |
| 2892 | 2026-03-04T17:33:38.294Z | Checking p521 v0.13.3 |
| 2893 | 2026-03-04T17:33:39.754Z | Checking p256 v0.13.2 |
| 2894 | 2026-03-04T17:33:40.323Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2895 | 2026-03-04T17:33:40.446Z | Checking russh-cryptovec v0.7.3 |
| 2896 | 2026-03-04T17:33:40.751Z | Compiling guppy-workspace-hack v0.1.0 |
| 2897 | 2026-03-04T17:33:40.797Z | Checking rustc-demangle v0.1.27 |
| 2898 | 2026-03-04T17:33:41.104Z | Checking md5 v0.7.0 |
| 2899 | 2026-03-04T17:33:41.286Z | Checking backtrace v0.3.76 |
| 2900 | 2026-03-04T17:33:41.488Z | Checking russh-keys v0.45.0 |
| 2901 | 2026-03-04T17:33:41.951Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2902 | 2026-03-04T17:33:42.080Z | Compiling samael v0.0.19 |
| 2903 | 2026-03-04T17:33:42.296Z | Checking num-bigint v0.4.6 |
| 2904 | 2026-03-04T17:33:42.916Z | Checking des v0.8.1 |
| 2905 | 2026-03-04T17:33:43.552Z | Compiling blake3 v1.8.3 |
| 2906 | 2026-03-04T17:33:44.306Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2907 | 2026-03-04T17:33:44.665Z | Compiling target-spec v3.5.7 |
| 2908 | 2026-03-04T17:33:45.088Z | Checking russh v0.45.0 |
| 2909 | 2026-03-04T17:33:45.170Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2910 | 2026-03-04T17:33:46.187Z | Checking cfg-expr v0.20.6 |
| 2911 | 2026-03-04T17:33:46.576Z | Checking backtrace-ext v0.2.1 |
| 2912 | 2026-03-04T17:33:47.000Z | Checking supports-color v2.1.0 |
| 2913 | 2026-03-04T17:33:47.079Z | Checking textwrap v0.15.2 |
| 2914 | 2026-03-04T17:33:47.277Z | Checking supports-unicode v2.1.0 |
| 2915 | 2026-03-04T17:33:47.503Z | Checking supports-hyperlinks v2.1.0 |
| 2916 | 2026-03-04T17:33:47.559Z | Checking hashbrown v0.14.5 |
| 2917 | 2026-03-04T17:33:47.733Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2918 | 2026-03-04T17:33:48.193Z | Checking cargo-platform v0.3.2 |
| 2919 | 2026-03-04T17:33:48.585Z | Checking socket2 v0.5.10 |
| 2920 | 2026-03-04T17:33:48.716Z | Checking terminal_size v0.1.17 |
| 2921 | 2026-03-04T17:33:48.936Z | Compiling miette-derive v5.10.0 |
| 2922 | 2026-03-04T17:33:49.175Z | Checking internet-checksum v0.2.1 |
| 2923 | 2026-03-04T17:33:49.402Z | Checking owo-colors v3.5.0 |
| 2924 | 2026-03-04T17:33:49.458Z | Checking chumsky v0.9.3 |
| 2925 | 2026-03-04T17:33:51.094Z | Checking cargo_metadata v0.23.1 |
| 2926 | 2026-03-04T17:33:51.311Z | Compiling git2 v0.20.4 |
| 2927 | 2026-03-04T17:33:51.714Z | Checking miette v5.10.0 |
| 2928 | 2026-03-04T17:33:52.868Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2929 | 2026-03-04T17:33:52.972Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2930 | 2026-03-04T17:33:53.027Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2931 | 2026-03-04T17:33:53.216Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2932 | 2026-03-04T17:33:53.577Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2933 | 2026-03-04T17:33:53.707Z | Checking httptest v0.16.4 |
| 2934 | 2026-03-04T17:33:54.505Z | Checking pathdiff v0.2.3 |
| 2935 | 2026-03-04T17:33:54.601Z | Compiling knuffel-derive v3.2.0 |
| 2936 | 2026-03-04T17:33:54.660Z | Checking nested v0.1.1 |
| 2937 | 2026-03-04T17:33:54.749Z | Checking topological-sort v0.2.2 |
| 2938 | 2026-03-04T17:33:54.962Z | Checking guppy v0.17.25 |
| 2939 | 2026-03-04T17:33:55.052Z | Checking omicron-zone-package v0.12.2 |
| 2940 | 2026-03-04T17:33:55.428Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2941 | 2026-03-04T17:33:55.861Z | Checking similar-asserts v1.7.0 |
| 2942 | 2026-03-04T17:33:56.190Z | Compiling rstest_macros v0.25.0 |
| 2943 | 2026-03-04T17:33:56.797Z | Compiling target-triple v1.0.0 |
| 2944 | 2026-03-04T17:33:57.168Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2945 | 2026-03-04T17:33:57.531Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2946 | 2026-03-04T17:33:57.632Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2947 | 2026-03-04T17:33:58.368Z | Checking knuffel v3.2.0 |
| 2948 | 2026-03-04T17:33:58.432Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2949 | 2026-03-04T17:33:58.835Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2950 | 2026-03-04T17:33:59.823Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2951 | 2026-03-04T17:34:00.058Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2952 | 2026-03-04T17:34:00.304Z | Compiling relative-path v1.9.3 |
| 2953 | 2026-03-04T17:34:00.485Z | Checking escape8259 v0.5.3 |
| 2954 | 2026-03-04T17:34:00.766Z | Compiling assert_cmd v2.1.2 |
| 2955 | 2026-03-04T17:34:01.374Z | Checking libtest-mimic v0.8.1 |
| 2956 | 2026-03-04T17:34:01.529Z | Checking toml v1.0.3+spec-1.1.0 |
| 2957 | 2026-03-04T17:34:02.205Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2958 | 2026-03-04T17:34:02.444Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2959 | 2026-03-04T17:34:03.032Z | Checking blake2b_simd v1.0.4 |
| 2960 | 2026-03-04T17:34:03.776Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2961 | 2026-03-04T17:34:03.965Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2962 | 2026-03-04T17:34:04.473Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2963 | 2026-03-04T17:34:04.782Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2964 | 2026-03-04T17:34:05.226Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2965 | 2026-03-04T17:34:05.541Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2966 | 2026-03-04T17:34:05.973Z | Checking fancy-regex v0.14.0 |
| 2967 | 2026-03-04T17:34:06.387Z | Checking serde_tokenstream v0.2.3 |
| 2968 | 2026-03-04T17:34:06.963Z | Checking uzers v0.12.2 |
| 2969 | 2026-03-04T17:34:07.019Z | Checking termcolor v1.4.1 |
| 2970 | 2026-03-04T17:34:07.514Z | Checking constant_time_eq v0.3.1 |
| 2971 | 2026-03-04T17:34:07.570Z | Compiling linkme-impl v0.3.35 |
| 2972 | 2026-03-04T17:34:07.761Z | Checking rust-argon2 v2.1.0 |
| 2973 | 2026-03-04T17:34:08.323Z | Checking trybuild v1.0.116 |
| 2974 | 2026-03-04T17:34:08.379Z | Checking datatest-stable v0.3.3 |
| 2975 | 2026-03-04T17:34:09.684Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2976 | 2026-03-04T17:34:10.374Z | Checking rstest v0.25.0 |
| 2977 | 2026-03-04T17:34:10.475Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2978 | 2026-03-04T17:34:10.531Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2979 | 2026-03-04T17:34:10.679Z | Checking support-bundle-viewer v0.1.2 |
| 2980 | 2026-03-04T17:34:11.180Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2981 | 2026-03-04T17:34:11.593Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2982 | 2026-03-04T17:34:12.029Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2983 | 2026-03-04T17:34:12.032Z | Checking drift v0.1.3 |
| 2984 | 2026-03-04T17:34:12.455Z | Checking rand_distr v0.5.1 |
| 2985 | 2026-03-04T17:34:12.811Z | Checking multimap v0.10.1 |
| 2986 | 2026-03-04T17:34:13.197Z | Checking approx v0.5.1 |
| 2987 | 2026-03-04T17:34:13.472Z | Compiling linkme v0.3.35 |
| 2988 | 2026-03-04T17:34:13.528Z | Checking dropshot-api-manager v0.5.2 |
| 2989 | 2026-03-04T17:34:14.424Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2990 | 2026-03-04T17:34:15.907Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2991 | 2026-03-04T17:34:16.016Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2992 | 2026-03-04T17:34:16.303Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2993 | 2026-03-04T17:34:16.738Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2994 | 2026-03-04T17:34:17.296Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2995 | 2026-03-04T17:34:17.662Z | Checking partial-io v0.5.4 |
| 2996 | 2026-03-04T17:34:17.727Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2997 | 2026-03-04T17:34:18.018Z | Checking cargo_toml v0.21.0 |
| 2998 | 2026-03-04T17:34:18.103Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2999 | 2026-03-04T17:34:18.344Z | Checking termios v0.3.3 |
| 3000 | 2026-03-04T17:34:18.623Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3001 | 2026-03-04T17:34:19.167Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3002 | 2026-03-04T17:34:19.919Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3003 | 2026-03-04T17:34:20.316Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3004 | 2026-03-04T17:34:21.923Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3005 | 2026-03-04T17:34:22.533Z | Compiling polar-core v0.27.3 |
| 3006 | 2026-03-04T17:34:26.653Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3007 | 2026-03-04T17:34:33.300Z | Checking oso v0.27.3 |
| 3008 | 2026-03-04T17:34:35.223Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3009 | 2026-03-04T17:34:40.248Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3010 | 2026-03-04T17:34:40.843Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3011 | 2026-03-04T17:34:47.388Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3012 | 2026-03-04T17:34:57.559Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3013 | 2026-03-04T17:35:08.129Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3014 | 2026-03-04T17:35:54.282Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3015 | 2026-03-04T17:35:54.557Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3016 | 2026-03-04T17:35:54.743Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3017 | 2026-03-04T17:37:49.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 10s |
| 3018 | 2026-03-04T17:37:50.726Z | |
| 3019 | 2026-03-04T17:37:50.729Z | real 8:15.378740286 |
| 3020 | 2026-03-04T17:37:50.729Z | user 45:49.875961542 |
| 3021 | 2026-03-04T17:37:50.730Z | sys 8:04.815078605 |
| 3022 | 2026-03-04T17:37:50.730Z | trap 1.341374463 |
| 3023 | 2026-03-04T17:37:50.730Z | tflt 0.583254384 |
| 3024 | 2026-03-04T17:37:50.730Z | dflt 0.172844919 |
| 3025 | 2026-03-04T17:37:50.730Z | kflt 0.001918979 |
| 3026 | 2026-03-04T17:37:50.730Z | lock 1:51:21.561044118 |
| 3027 | 2026-03-04T17:37:50.730Z | slp 2:27:48.347249825 |
| 3028 | 2026-03-04T17:37:50.730Z | lat 2:35.536029765 |
| 3029 | 2026-03-04T17:37:50.730Z | stop 17:04.581312523 |
| 3030 | 2026-03-04T17:37:50.730Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3031 | 2026-03-04T17:37:50.730Z | + ptime -m cargo doc --workspace --no-deps |
| 3032 | 2026-03-04T17:37:52.087Z | warning: output filename collision. |
| 3033 | 2026-03-04T17:37:52.087Z | 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)`. |
| 3034 | 2026-03-04T17:37:52.087Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3035 | 2026-03-04T17:37:52.087Z | The targets should have unique names. |
| 3036 | 2026-03-04T17:37:52.087Z | This is a known bug where multiple crates with the same name use |
| 3037 | 2026-03-04T17:37:52.087Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3038 | 2026-03-04T17:37:53.376Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3039 | 2026-03-04T17:37:53.614Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3040 | 2026-03-04T17:37:53.645Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3041 | 2026-03-04T17:37:53.708Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3042 | 2026-03-04T17:37:53.744Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3043 | 2026-03-04T17:37:53.782Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3044 | 2026-03-04T17:37:53.786Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3045 | 2026-03-04T17:37:54.067Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3046 | 2026-03-04T17:37:54.107Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3047 | 2026-03-04T17:37:54.170Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3048 | 2026-03-04T17:37:54.304Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3049 | 2026-03-04T17:37:54.310Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3050 | 2026-03-04T17:37:54.530Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3051 | 2026-03-04T17:37:54.613Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3052 | 2026-03-04T17:37:54.684Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3053 | 2026-03-04T17:37:54.895Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3054 | 2026-03-04T17:37:54.927Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3055 | 2026-03-04T17:37:54.981Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3056 | 2026-03-04T17:37:55.612Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3057 | 2026-03-04T17:37:56.128Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3058 | 2026-03-04T17:37:56.174Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3059 | 2026-03-04T17:37:56.417Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3060 | 2026-03-04T17:37:56.451Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3061 | 2026-03-04T17:37:56.487Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3062 | 2026-03-04T17:37:56.596Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3063 | 2026-03-04T17:37:56.784Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3064 | 2026-03-04T17:37:56.879Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3065 | 2026-03-04T17:37:57.179Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3066 | 2026-03-04T17:37:57.539Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3067 | 2026-03-04T17:37:57.689Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3068 | 2026-03-04T17:37:57.891Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3069 | 2026-03-04T17:37:58.149Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3070 | 2026-03-04T17:37:58.217Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3071 | 2026-03-04T17:37:58.311Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3072 | 2026-03-04T17:37:58.563Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3073 | 2026-03-04T17:37:58.613Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3074 | 2026-03-04T17:37:58.745Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3075 | 2026-03-04T17:37:59.023Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3076 | 2026-03-04T17:37:59.240Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3077 | 2026-03-04T17:37:59.622Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3078 | 2026-03-04T17:37:59.943Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3079 | 2026-03-04T17:38:00.075Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3080 | 2026-03-04T17:38:00.254Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3081 | 2026-03-04T17:38:00.316Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3082 | 2026-03-04T17:38:00.393Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3083 | 2026-03-04T17:38:00.589Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3084 | 2026-03-04T17:38:00.695Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3085 | 2026-03-04T17:38:00.804Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3086 | 2026-03-04T17:38:00.851Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3087 | 2026-03-04T17:38:00.925Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3088 | 2026-03-04T17:38:01.103Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3089 | 2026-03-04T17:38:01.290Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3090 | 2026-03-04T17:38:01.355Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3091 | 2026-03-04T17:38:01.403Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3092 | 2026-03-04T17:38:01.544Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3093 | 2026-03-04T17:38:01.741Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3094 | 2026-03-04T17:38:01.790Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3095 | 2026-03-04T17:38:01.825Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3096 | 2026-03-04T17:38:02.075Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3097 | 2026-03-04T17:38:02.193Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3098 | 2026-03-04T17:38:02.228Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3099 | 2026-03-04T17:38:02.262Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3100 | 2026-03-04T17:38:02.570Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3101 | 2026-03-04T17:38:02.607Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3102 | 2026-03-04T17:38:03.041Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3103 | 2026-03-04T17:38:03.069Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3104 | 2026-03-04T17:38:03.100Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3105 | 2026-03-04T17:38:03.410Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3106 | 2026-03-04T17:38:03.802Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3107 | 2026-03-04T17:38:04.329Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3108 | 2026-03-04T17:38:04.699Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3109 | 2026-03-04T17:38:05.337Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3110 | 2026-03-04T17:38:05.661Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3111 | 2026-03-04T17:38:05.741Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3112 | 2026-03-04T17:38:06.162Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3113 | 2026-03-04T17:38:08.249Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3114 | 2026-03-04T17:38:08.654Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3115 | 2026-03-04T17:38:09.072Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3116 | 2026-03-04T17:38:09.406Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3117 | 2026-03-04T17:38:09.461Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3118 | 2026-03-04T17:38:10.031Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3119 | 2026-03-04T17:38:10.215Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3120 | 2026-03-04T17:38:10.472Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3121 | 2026-03-04T17:38:11.139Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3122 | 2026-03-04T17:38:11.305Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3123 | 2026-03-04T17:38:11.729Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3124 | 2026-03-04T17:38:12.117Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3125 | 2026-03-04T17:38:12.155Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3126 | 2026-03-04T17:38:12.640Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3127 | 2026-03-04T17:38:12.691Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3128 | 2026-03-04T17:38:12.826Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3129 | 2026-03-04T17:38:13.084Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3130 | 2026-03-04T17:38:13.545Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3131 | 2026-03-04T17:38:13.884Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3132 | 2026-03-04T17:38:14.120Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3133 | 2026-03-04T17:38:14.480Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3134 | 2026-03-04T17:38:14.960Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3135 | 2026-03-04T17:38:14.999Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3136 | 2026-03-04T17:38:15.451Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3137 | 2026-03-04T17:38:15.591Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3138 | 2026-03-04T17:38:16.386Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3139 | 2026-03-04T17:38:17.805Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3140 | 2026-03-04T17:38:18.265Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3141 | 2026-03-04T17:38:18.486Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3142 | 2026-03-04T17:38:19.443Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3143 | 2026-03-04T17:38:20.235Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3144 | 2026-03-04T17:38:20.844Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3145 | 2026-03-04T17:38:20.885Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3146 | 2026-03-04T17:38:21.284Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3147 | 2026-03-04T17:38:21.325Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3148 | 2026-03-04T17:38:21.608Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3149 | 2026-03-04T17:38:21.757Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3150 | 2026-03-04T17:38:22.107Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3151 | 2026-03-04T17:38:22.644Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3152 | 2026-03-04T17:38:23.024Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3153 | 2026-03-04T17:38:23.133Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3154 | 2026-03-04T17:38:23.264Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3155 | 2026-03-04T17:38:23.386Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3156 | 2026-03-04T17:38:24.608Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3157 | 2026-03-04T17:38:26.247Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3158 | 2026-03-04T17:38:27.922Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3159 | 2026-03-04T17:38:27.969Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3160 | 2026-03-04T17:38:28.003Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3161 | 2026-03-04T17:38:28.348Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3162 | 2026-03-04T17:38:28.412Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3163 | 2026-03-04T17:38:28.474Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3164 | 2026-03-04T17:38:29.612Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3165 | 2026-03-04T17:38:29.870Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3166 | 2026-03-04T17:38:29.933Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3167 | 2026-03-04T17:38:30.051Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3168 | 2026-03-04T17:38:30.164Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3169 | 2026-03-04T17:38:30.703Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3170 | 2026-03-04T17:38:30.739Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3171 | 2026-03-04T17:38:31.373Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3172 | 2026-03-04T17:38:31.437Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3173 | 2026-03-04T17:38:32.172Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3174 | 2026-03-04T17:38:34.172Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3175 | 2026-03-04T17:38:34.396Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3176 | 2026-03-04T17:38:34.540Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3177 | 2026-03-04T17:38:35.515Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3178 | 2026-03-04T17:38:35.976Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3179 | 2026-03-04T17:38:36.340Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3180 | 2026-03-04T17:38:38.563Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3181 | 2026-03-04T17:38:40.112Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3182 | 2026-03-04T17:38:41.836Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3183 | 2026-03-04T17:38:42.763Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3184 | 2026-03-04T17:38:43.046Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3185 | 2026-03-04T17:38:43.124Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3186 | 2026-03-04T17:38:46.308Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3187 | 2026-03-04T17:38:48.234Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3188 | 2026-03-04T17:38:48.696Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3189 | 2026-03-04T17:38:48.898Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3190 | 2026-03-04T17:38:49.367Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3191 | 2026-03-04T17:38:49.867Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3192 | 2026-03-04T17:38:53.849Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3193 | 2026-03-04T17:38:54.457Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3194 | 2026-03-04T17:38:54.502Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3195 | 2026-03-04T17:38:54.919Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3196 | 2026-03-04T17:38:55.773Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3197 | 2026-03-04T17:39:00.508Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3198 | 2026-03-04T17:39:00.986Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3199 | 2026-03-04T17:39:01.229Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3200 | 2026-03-04T17:39:02.893Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3201 | 2026-03-04T17:39:04.645Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3202 | 2026-03-04T17:39:05.065Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3203 | 2026-03-04T17:39:05.068Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3204 | 2026-03-04T17:39:07.086Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3205 | 2026-03-04T17:39:08.086Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3206 | 2026-03-04T17:39:08.511Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3207 | 2026-03-04T17:39:09.011Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3208 | 2026-03-04T17:39:09.180Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3209 | 2026-03-04T17:39:09.230Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3210 | 2026-03-04T17:39:10.437Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3211 | 2026-03-04T17:39:10.481Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3212 | 2026-03-04T17:39:10.571Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3213 | 2026-03-04T17:39:10.610Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3214 | 2026-03-04T17:39:10.692Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3215 | 2026-03-04T17:39:11.192Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3216 | 2026-03-04T17:39:12.586Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3217 | 2026-03-04T17:39:12.639Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3218 | 2026-03-04T17:39:13.329Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3219 | 2026-03-04T17:39:13.906Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3220 | 2026-03-04T17:39:13.955Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3221 | 2026-03-04T17:39:14.605Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3222 | 2026-03-04T17:39:15.037Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3223 | 2026-03-04T17:39:15.792Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3224 | 2026-03-04T17:39:16.083Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3225 | 2026-03-04T17:39:19.058Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3226 | 2026-03-04T17:39:23.114Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3227 | 2026-03-04T17:39:23.156Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3228 | 2026-03-04T17:39:26.026Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3229 | 2026-03-04T17:39:28.351Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3230 | 2026-03-04T17:40:11.412Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3231 | 2026-03-04T17:40:12.397Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3232 | 2026-03-04T17:40:12.398Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3233 | 2026-03-04T17:40:12.398Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3234 | 2026-03-04T17:40:12.398Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3235 | 2026-03-04T17:40:12.398Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3236 | 2026-03-04T17:40:12.398Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3237 | 2026-03-04T17:40:12.398Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3238 | 2026-03-04T17:40:12.398Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3239 | 2026-03-04T17:40:12.399Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3240 | 2026-03-04T17:40:12.399Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3241 | 2026-03-04T17:40:12.399Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3242 | 2026-03-04T17:40:12.399Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3243 | 2026-03-04T17:40:12.399Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3244 | 2026-03-04T17:40:12.399Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3245 | 2026-03-04T17:40:12.399Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3246 | 2026-03-04T17:40:12.399Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3247 | 2026-03-04T17:40:12.399Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3248 | 2026-03-04T17:40:12.399Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3249 | 2026-03-04T17:40:12.399Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3250 | 2026-03-04T17:40:12.399Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3251 | 2026-03-04T17:40:12.399Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3252 | 2026-03-04T17:40:15.903Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3253 | 2026-03-04T17:40:17.453Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3254 | 2026-03-04T17:40:19.320Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3255 | 2026-03-04T17:40:22.134Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3256 | 2026-03-04T17:40:23.547Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3257 | 2026-03-04T17:40:25.120Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3258 | 2026-03-04T17:40:26.920Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3259 | 2026-03-04T17:40:31.324Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3260 | 2026-03-04T17:40:34.190Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3261 | 2026-03-04T17:40:34.778Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3262 | 2026-03-04T17:40:35.898Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3263 | 2026-03-04T17:40:38.026Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3264 | 2026-03-04T17:40:40.314Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3265 | 2026-03-04T17:40:44.130Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3266 | 2026-03-04T17:40:49.388Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3267 | 2026-03-04T17:40:51.600Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3268 | 2026-03-04T17:40:53.250Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3269 | 2026-03-04T17:40:55.095Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3270 | 2026-03-04T17:40:56.942Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3271 | 2026-03-04T17:40:58.842Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3272 | 2026-03-04T17:41:04.162Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3273 | 2026-03-04T17:41:04.977Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3274 | 2026-03-04T17:41:07.157Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3275 | 2026-03-04T17:41:08.131Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3276 | 2026-03-04T17:41:10.704Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3277 | 2026-03-04T17:41:13.915Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3278 | 2026-03-04T17:41:16.492Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3279 | 2026-03-04T17:41:20.080Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3280 | 2026-03-04T17:41:22.997Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3281 | 2026-03-04T17:41:25.871Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3282 | 2026-03-04T17:41:28.709Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3283 | 2026-03-04T17:41:31.628Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3284 | 2026-03-04T17:41:34.388Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3285 | 2026-03-04T17:41:36.583Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3286 | 2026-03-04T17:41:38.430Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3287 | 2026-03-04T17:41:40.808Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3288 | 2026-03-04T17:41:43.235Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3289 | 2026-03-04T17:41:45.314Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3290 | 2026-03-04T17:41:47.858Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3291 | 2026-03-04T17:41:49.858Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3292 | 2026-03-04T17:41:53.008Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3293 | 2026-03-04T17:41:54.616Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3294 | 2026-03-04T17:41:56.982Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3295 | 2026-03-04T17:41:59.060Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3296 | 2026-03-04T17:42:01.658Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3297 | 2026-03-04T17:42:04.313Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3298 | 2026-03-04T17:42:06.495Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3299 | 2026-03-04T17:42:08.898Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3300 | 2026-03-04T17:42:11.642Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3301 | 2026-03-04T17:42:13.845Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3302 | 2026-03-04T17:42:16.084Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3303 | 2026-03-04T17:42:18.218Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3304 | 2026-03-04T17:42:20.418Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3305 | 2026-03-04T17:42:22.657Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3306 | 2026-03-04T17:42:26.774Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3307 | 2026-03-04T17:42:31.676Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3308 | 2026-03-04T17:42:31.805Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3309 | 2026-03-04T17:42:32.263Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3310 | 2026-03-04T17:42:34.698Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3311 | 2026-03-04T17:42:37.068Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3312 | 2026-03-04T17:42:39.888Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3313 | 2026-03-04T17:42:44.111Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3314 | 2026-03-04T17:42:46.654Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3315 | 2026-03-04T17:42:49.077Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3316 | 2026-03-04T17:42:51.596Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3317 | 2026-03-04T17:42:53.836Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3318 | 2026-03-04T17:42:56.069Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3319 | 2026-03-04T17:42:58.554Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3320 | 2026-03-04T17:43:01.435Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3321 | 2026-03-04T17:43:03.541Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3322 | 2026-03-04T17:43:05.612Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3323 | 2026-03-04T17:43:07.947Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3324 | 2026-03-04T17:43:10.238Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3325 | 2026-03-04T17:43:12.612Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3326 | 2026-03-04T17:43:15.224Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3327 | 2026-03-04T17:43:17.449Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3328 | 2026-03-04T17:43:19.737Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3329 | 2026-03-04T17:43:22.249Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3330 | 2026-03-04T17:43:24.530Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3331 | 2026-03-04T17:43:27.040Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3332 | 2026-03-04T17:43:29.504Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3333 | 2026-03-04T17:43:32.255Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3334 | 2026-03-04T17:43:34.457Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3335 | 2026-03-04T17:43:37.108Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3336 | 2026-03-04T17:43:39.673Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3337 | 2026-03-04T17:43:42.229Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3338 | 2026-03-04T17:43:44.623Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3339 | 2026-03-04T17:43:47.126Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3340 | 2026-03-04T17:43:50.498Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3341 | 2026-03-04T17:43:52.899Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3342 | 2026-03-04T17:43:55.455Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3343 | 2026-03-04T17:43:58.216Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3344 | 2026-03-04T17:44:00.788Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3345 | 2026-03-04T17:44:03.379Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3346 | 2026-03-04T17:44:05.901Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3347 | 2026-03-04T17:44:08.537Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3348 | 2026-03-04T17:44:11.178Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3349 | 2026-03-04T17:44:20.403Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3350 | 2026-03-04T17:44:20.489Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3351 | 2026-03-04T17:44:22.718Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3352 | 2026-03-04T17:44:26.204Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3353 | 2026-03-04T17:44:29.636Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3354 | 2026-03-04T17:44:33.133Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3355 | 2026-03-04T17:44:36.640Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3356 | 2026-03-04T17:44:40.100Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3357 | 2026-03-04T17:44:43.810Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3358 | 2026-03-04T17:44:47.591Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3359 | 2026-03-04T17:44:50.911Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3360 | 2026-03-04T17:44:54.508Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3361 | 2026-03-04T17:44:58.084Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3362 | 2026-03-04T17:45:01.622Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3363 | 2026-03-04T17:45:05.196Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3364 | 2026-03-04T17:45:08.664Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3365 | 2026-03-04T17:45:36.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 45s |
| 3366 | 2026-03-04T17:45:36.852Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 188 other files |
| 3367 | 2026-03-04T17:45:36.947Z | |
| 3368 | 2026-03-04T17:45:36.951Z | real 7:46.073903522 |
| 3369 | 2026-03-04T17:45:36.951Z | user 30:44.444425595 |
| 3370 | 2026-03-04T17:45:36.951Z | sys 4:46.726404690 |
| 3371 | 2026-03-04T17:45:36.951Z | trap 0.768847280 |
| 3372 | 2026-03-04T17:45:36.951Z | tflt 0.069019133 |
| 3373 | 2026-03-04T17:45:36.951Z | dflt 0.068799958 |
| 3374 | 2026-03-04T17:45:36.951Z | kflt 0.000009657 |
| 3375 | 2026-03-04T17:45:36.951Z | lock 5:51:05.149007148 |
| 3376 | 2026-03-04T17:45:36.951Z | slp 2:39:03.258182413 |
| 3377 | 2026-03-04T17:45:36.952Z | lat 46.157215509 |
| 3378 | 2026-03-04T17:45:36.952Z | stop 2:10.067658650 |
| 3379 | 2026-03-04T17:45:36.952Z | process exited: duration 1345740 ms, exit code 0 |
| |
| 3380 | 2026-03-04T17:45:36.958Z | found 0 output files |