|
|
|
| 1 | 2026-03-24T17:00:32.163Z | job assigned to worker 01KMGCJDHNZ9QP5705QBHM5ARW [factory aws, i-017b17a78615c8ea4] (queued for 1 m 32 s) |
| |
| 2 | 2026-03-24T17:00:39.399Z | starting task 0: "setup" |
| 3 | 2026-03-24T17:00:39.403Z | ++ uname -s |
| 4 | 2026-03-24T17:00:39.406Z | + kern=SunOS |
| 5 | 2026-03-24T17:00:39.406Z | + build_user=build |
| 6 | 2026-03-24T17:00:39.406Z | + build_uid=12345 |
| 7 | 2026-03-24T17:00:39.406Z | + work_dir=/work |
| 8 | 2026-03-24T17:00:39.406Z | + input_dir=/input |
| 9 | 2026-03-24T17:00:39.406Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-24T17:00:39.406Z | + case "$kern" in |
| 11 | 2026-03-24T17:00:39.406Z | + groupadd -g 12345 build |
| 12 | 2026-03-24T17:00:39.411Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-24T17:00:41.419Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-24T17:00:41.489Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-24T17:00:41.492Z | + home_fs=zfs |
| 16 | 2026-03-24T17:00:41.492Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-24T17:00:41.492Z | + mkdir -p /home/build |
| 18 | 2026-03-24T17:00:41.492Z | + chown build:build /home/build /work |
| 19 | 2026-03-24T17:00:43.503Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-24T17:00:43.517Z | process exited: duration 4099 ms, exit code 0 |
| |
| 21 | 2026-03-24T17:00:43.555Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-24T17:00:43.560Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-24T17:00:43.560Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-24T17:00:43.561Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-24T17:00:43.561Z | * rust toolchain profile = "default" |
| 26 | 2026-03-24T17:00:43.561Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-24T17:00:43.561Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-24T17:00:43.561Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-24T17:00:43.561Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-24T17:00:43.692Z | info: downloading installer |
| 31 | 2026-03-24T17:00:45.432Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-24T17:00:45.432Z | warn: /opt/ooce/bin |
| 33 | 2026-03-24T17:00:45.432Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-24T17:00:45.432Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-24T17:00:45.433Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-24T17:00:45.433Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-24T17:00:45.433Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-24T17:00:45.433Z | error: cannot install while Rust is installed |
| 39 | 2026-03-24T17:00:45.433Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-24T17:00:45.433Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-24T17:00:45.433Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-24T17:00:45.433Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-24T17:00:45.433Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-24T17:00:45.478Z | info: profile set to default |
| 45 | 2026-03-24T17:00:45.478Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-24T17:00:45.481Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-24T17:00:45.634Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-24T17:00:45.639Z | info: downloading 6 components |
| 49 | 2026-03-24T17:01:00.916Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-24T17:01:00.916Z | |
| 51 | 2026-03-24T17:01:00.953Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-24T17:01:00.953Z | |
| 53 | 2026-03-24T17:01:00.958Z | |
| 54 | 2026-03-24T17:01:00.958Z | Rust is installed now. Great! |
| 55 | 2026-03-24T17:01:00.959Z | |
| 56 | 2026-03-24T17:01:00.959Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-24T17:01:00.959Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-24T17:01:00.959Z | |
| 59 | 2026-03-24T17:01:00.959Z | To configure your current shell, you need to source |
| 60 | 2026-03-24T17:01:00.959Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-24T17:01:00.959Z | |
| 62 | 2026-03-24T17:01:00.959Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-24T17:01:00.959Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-24T17:01:00.959Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-24T17:01:00.959Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-24T17:01:00.959Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-24T17:01:00.959Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-24T17:01:00.959Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-24T17:01:00.959Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-24T17:01:00.959Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-24T17:01:01.065Z | + rustup --version |
| 72 | 2026-03-24T17:01:01.078Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-24T17:01:01.114Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-24T17:01:01.114Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-24T17:01:01.114Z | + cargo --version |
| 76 | 2026-03-24T17:01:01.123Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-24T17:01:01.129Z | + rustc --version |
| 78 | 2026-03-24T17:01:01.154Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-24T17:01:01.158Z | process exited: duration 17601 ms, exit code 0 |
| |
| 80 | 2026-03-24T17:01:01.164Z | starting task 2: "authentication" |
| 81 | 2026-03-24T17:01:01.187Z | process exited: duration 22 ms, exit code 0 |
| |
| 82 | 2026-03-24T17:01:01.195Z | starting task 3: "clone repository" |
| 83 | 2026-03-24T17:01:01.199Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-24T17:01:01.206Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-24T17:01:01.231Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-24T17:01:12.928Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-24T17:01:12.929Z | + git fetch origin c7b1ad95429789b480f9e55349bd2e4fb7f30379 |
| 88 | 2026-03-24T17:01:13.276Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-24T17:01:13.276Z | * branch c7b1ad95429789b480f9e55349bd2e4fb7f30379 -> FETCH_HEAD |
| 90 | 2026-03-24T17:01:13.288Z | + [[ -n dap/type-safety-review ]] |
| 91 | 2026-03-24T17:01:13.291Z | ++ git branch --show-current |
| 92 | 2026-03-24T17:01:13.291Z | + current=main |
| 93 | 2026-03-24T17:01:13.291Z | + [[ main != dap/type-safety-review ]] |
| 94 | 2026-03-24T17:01:13.291Z | + git branch -f dap/type-safety-review c7b1ad95429789b480f9e55349bd2e4fb7f30379 |
| 95 | 2026-03-24T17:01:13.294Z | + git checkout -f dap/type-safety-review |
| 96 | 2026-03-24T17:01:13.510Z | Switched to branch 'dap/type-safety-review' |
| 97 | 2026-03-24T17:01:13.514Z | + git reset --hard c7b1ad95429789b480f9e55349bd2e4fb7f30379 |
| 98 | 2026-03-24T17:01:13.740Z | HEAD is now at c7b1ad954 update Set skill |
| 99 | 2026-03-24T17:01:13.743Z | process exited: duration 12545 ms, exit code 0 |
| |
| 100 | 2026-03-24T17:01:13.752Z | starting task 4: "build" |
| 101 | 2026-03-24T17:01:13.756Z | + source ./env.sh |
| 102 | 2026-03-24T17:01:13.757Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-03-24T17:01:13.757Z | ++ set -o xtrace |
| 104 | 2026-03-24T17:01:13.760Z | ++++ dirname ./env.sh |
| 105 | 2026-03-24T17:01:13.760Z | +++ readlink -f . |
| 106 | 2026-03-24T17:01:13.763Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-03-24T17:01:13.763Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-03-24T17:01:13.764Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-03-24T17:01:13.764Z | ++ 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 |
| 110 | 2026-03-24T17:01:13.764Z | ++ 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 |
| 111 | 2026-03-24T17:01:13.764Z | ++ 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 |
| 112 | 2026-03-24T17:01:13.764Z | ++ 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 |
| 113 | 2026-03-24T17:01:13.764Z | ++ 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 |
| 114 | 2026-03-24T17:01:13.764Z | ++ 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 |
| 115 | 2026-03-24T17:01:13.764Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-03-24T17:01:13.764Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-03-24T17:01:13.764Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-03-24T17:01:13.764Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-03-24T17:01:13.764Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-03-24T17:01:13.764Z | + cargo --version |
| 121 | 2026-03-24T17:01:13.774Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 122 | 2026-03-24T17:01:13.778Z | + rustc --version |
| 123 | 2026-03-24T17:01:13.804Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 124 | 2026-03-24T17:01:13.809Z | + banner prerequisites |
| 125 | 2026-03-24T17:01:13.813Z | |
| 126 | 2026-03-24T17:01:13.813Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 127 | 2026-03-24T17:01:13.813Z | # # # # # # # # # # # # # # # |
| 128 | 2026-03-24T17:01:13.813Z | # # # # ##### # # ##### # # # # # #### # |
| 129 | 2026-03-24T17:01:13.813Z | ##### ##### # ##### # # # # # # # # # |
| 130 | 2026-03-24T17:01:13.813Z | # # # # # # # # # # # # # # # |
| 131 | 2026-03-24T17:01:13.813Z | # # # ###### # # ###### ### # #### # #### # |
| 132 | 2026-03-24T17:01:13.813Z | |
| 133 | 2026-03-24T17:01:13.813Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 134 | 2026-03-24T17:01:24.078Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 135 | 2026-03-24T17:01:34.131Z | Startup: Caching catalogs ... Done |
| 136 | 2026-03-24T17:01:56.690Z | Planning: Solver setup ... Done (21.124s) |
| 137 | 2026-03-24T17:01:56.852Z | Planning: Running solver ... Done (0.161s) |
| 138 | 2026-03-24T17:01:57.037Z | Planning: Finding local manifests ... Done (0.002s) |
| 139 | 2026-03-24T17:01:57.053Z | Planning: Fetching manifests: 0/4 0% complete |
| 140 | 2026-03-24T17:01:57.172Z | Planning: Fetching manifests: 4/4 100% complete |
| 141 | 2026-03-24T17:01:57.216Z | Planning: Package planning ... Done (0.043s) |
| 142 | 2026-03-24T17:01:57.259Z | Planning: Merging actions ... Done (0.043s) |
| 143 | 2026-03-24T17:01:57.496Z | Planning: Checking for conflicting actions ... Done (0.237s) |
| 144 | 2026-03-24T17:01:57.507Z | Planning: Consolidating action changes ... Done (0.010s) |
| 145 | 2026-03-24T17:01:58.226Z | Planning: Evaluating mediators ... Done (0.719s) |
| 146 | 2026-03-24T17:01:58.234Z | Planning: Planning completed in 23.97 seconds |
| 147 | 2026-03-24T17:01:58.248Z | Packages to install: 4 |
| 148 | 2026-03-24T17:01:58.254Z | Mediators to change: 2 |
| 149 | 2026-03-24T17:01:58.254Z | Services to change: 1 |
| 150 | 2026-03-24T17:01:58.254Z | Estimated space available: 155.42 GB |
| 151 | 2026-03-24T17:01:58.254Z | Estimated space to be consumed: 1.83 GB |
| 152 | 2026-03-24T17:01:58.254Z | Create boot environment: No |
| 153 | 2026-03-24T17:01:58.254Z | Create backup boot environment: No |
| 154 | 2026-03-24T17:01:58.254Z | Rebuild boot archive: No |
| 155 | 2026-03-24T17:01:58.254Z | |
| 156 | 2026-03-24T17:01:58.254Z | Changed mediators: |
| 157 | 2026-03-24T17:01:58.254Z | mediator clang: |
| 158 | 2026-03-24T17:01:58.254Z | version: None -> 15 (system default) |
| 159 | 2026-03-24T17:01:58.254Z | |
| 160 | 2026-03-24T17:01:58.254Z | mediator llvm: |
| 161 | 2026-03-24T17:01:58.254Z | version: 14 (system default) -> 15 (system default) |
| 162 | 2026-03-24T17:01:58.254Z | |
| 163 | 2026-03-24T17:01:58.254Z | Changed packages: |
| 164 | 2026-03-24T17:01:58.254Z | helios-dev |
| 165 | 2026-03-24T17:01:58.254Z | developer/build-essential |
| 166 | 2026-03-24T17:01:58.254Z | None -> 11-2.0 |
| 167 | 2026-03-24T17:01:58.254Z | library/libxmlsec1 |
| 168 | 2026-03-24T17:01:58.254Z | None -> 1.2.35-2.0 |
| 169 | 2026-03-24T17:01:58.254Z | ooce/developer/clang-15 |
| 170 | 2026-03-24T17:01:58.254Z | None -> 15.0.7-2.0 |
| 171 | 2026-03-24T17:01:58.254Z | ooce/developer/llvm-15 |
| 172 | 2026-03-24T17:01:58.254Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-24T17:01:58.254Z | |
| 174 | 2026-03-24T17:01:58.254Z | Services: |
| 175 | 2026-03-24T17:01:58.254Z | restart_fmri: |
| 176 | 2026-03-24T17:01:58.254Z | svc:/system/update-man-index:default |
| 177 | 2026-03-24T17:01:58.297Z | |
| 178 | 2026-03-24T17:01:58.297Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 179 | 2026-03-24T17:02:03.300Z | Download: 1435/3290 items 116.4/212.6MB 54% complete (23.6M/s) |
| 180 | 2026-03-24T17:02:08.405Z | Download: 2463/3290 items 119.9/212.6MB 56% complete (12.2M/s) |
| 181 | 2026-03-24T17:02:13.519Z | Download: 3281/3290 items 209.2/212.6MB 98% complete (9.2M/s) |
| 182 | 2026-03-24T17:02:16.032Z | Download: Completed 212.60 MB in 17.70 seconds (12.0M/s) |
| 183 | 2026-03-24T17:02:16.211Z | Actions: 1/3689 actions (Installing new actions) |
| 184 | 2026-03-24T17:02:20.342Z | Actions: Completed 3689 actions in 4.14 seconds. |
| 185 | 2026-03-24T17:02:21.107Z | Done (0.759s) |
| 186 | 2026-03-24T17:02:21.107Z | Done (0.000s) |
| 187 | 2026-03-24T17:02:22.096Z | Done (0.989s) |
| 188 | 2026-03-24T17:02:25.812Z | Done (3.356s) |
| 189 | 2026-03-24T17:02:25.896Z | Done (0.017s) |
| 190 | 2026-03-24T17:02:25.900Z | Done (0.000s) |
| 191 | 2026-03-24T17:02:26.049Z | Done (0.000s) |
| 192 | 2026-03-24T17:02:27.044Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2026-03-24T17:02:27.185Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2026-03-24T17:02:27.188Z | Planning: Consolidating action changes ... Done |
| 195 | 2026-03-24T17:02:27.412Z | Planning: Evaluating mediators ... Done |
| 196 | 2026-03-24T17:02:27.414Z | Planning: Planning completed in 0.37 seconds |
| 197 | 2026-03-24T17:02:27.442Z | Mediators to change: 2 |
| 198 | 2026-03-24T17:02:27.442Z | Create boot environment: No |
| 199 | 2026-03-24T17:02:27.445Z | Create backup boot environment: No |
| 200 | 2026-03-24T17:02:27.508Z | Done |
| 201 | 2026-03-24T17:02:27.508Z | Done |
| 202 | 2026-03-24T17:02:28.249Z | Done |
| 203 | 2026-03-24T17:02:31.644Z | Done |
| 204 | 2026-03-24T17:02:31.702Z | Done |
| 205 | 2026-03-24T17:02:31.705Z | Done |
| 206 | 2026-03-24T17:02:31.870Z | Done |
| 207 | 2026-03-24T17:02:32.414Z | Planning: Evaluating mediator changes ... Done |
| 208 | 2026-03-24T17:02:32.417Z | Planning: Merging actions ... Done |
| 209 | 2026-03-24T17:02:32.582Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2026-03-24T17:02:32.585Z | Planning: Consolidating action changes ... Done |
| 211 | 2026-03-24T17:02:32.806Z | Planning: Evaluating mediators ... Done |
| 212 | 2026-03-24T17:02:32.849Z | Planning: Planning completed in 0.64 seconds |
| 213 | 2026-03-24T17:02:32.879Z | Packages to change: 1 |
| 214 | 2026-03-24T17:02:32.879Z | Mediators to change: 1 |
| 215 | 2026-03-24T17:02:32.882Z | Services to change: 1 |
| 216 | 2026-03-24T17:02:32.882Z | Create boot environment: No |
| 217 | 2026-03-24T17:02:32.883Z | Create backup boot environment: Yes |
| 218 | 2026-03-24T17:02:35.437Z | Actions: 1/6 actions (Updating modified actions) |
| 219 | 2026-03-24T17:02:35.442Z | Actions: Completed 6 actions in 0.00 seconds. |
| 220 | 2026-03-24T17:02:35.442Z | Done |
| 221 | 2026-03-24T17:02:35.442Z | Done |
| 222 | 2026-03-24T17:02:35.622Z | Done |
| 223 | 2026-03-24T17:02:38.939Z | Done |
| 224 | 2026-03-24T17:02:39.023Z | Done |
| 225 | 2026-03-24T17:02:39.026Z | Done |
| 226 | 2026-03-24T17:02:39.179Z | Done |
| 227 | 2026-03-24T17:02:39.560Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 228 | 2026-03-24T17:02:39.560Z | clang system 15 system |
| 229 | 2026-03-24T17:02:39.560Z | csh system system illumos |
| 230 | 2026-03-24T17:02:39.560Z | ctags system system illumos |
| 231 | 2026-03-24T17:02:39.560Z | file system system illumos |
| 232 | 2026-03-24T17:02:39.560Z | gcc vendor 12 vendor |
| 233 | 2026-03-24T17:02:39.561Z | gcc system 10 system |
| 234 | 2026-03-24T17:02:39.561Z | gcc system 7 system |
| 235 | 2026-03-24T17:02:39.561Z | go system 1.20 system |
| 236 | 2026-03-24T17:02:39.561Z | go system 1.19 system |
| 237 | 2026-03-24T17:02:39.561Z | llvm system 15 system |
| 238 | 2026-03-24T17:02:39.561Z | llvm system 14 system |
| 239 | 2026-03-24T17:02:39.561Z | mariadb system 10.6 system |
| 240 | 2026-03-24T17:02:39.561Z | mta vendor vendor dma |
| 241 | 2026-03-24T17:02:39.561Z | openjdk system 17 system |
| 242 | 2026-03-24T17:02:39.561Z | openjdk system 11 system |
| 243 | 2026-03-24T17:02:39.561Z | openjdk system 1.8 system |
| 244 | 2026-03-24T17:02:39.561Z | openssl vendor 3 vendor |
| 245 | 2026-03-24T17:02:39.561Z | perl system 5.36 system |
| 246 | 2026-03-24T17:02:39.561Z | postgresql system 15 system |
| 247 | 2026-03-24T17:02:39.561Z | postgresql system 13 system |
| 248 | 2026-03-24T17:02:39.561Z | python vendor 3 vendor |
| 249 | 2026-03-24T17:02:39.561Z | python system 2 system |
| 250 | 2026-03-24T17:02:39.562Z | python3 system 3.11 system |
| 251 | 2026-03-24T17:02:39.562Z | ruby system 3.0 system |
| 252 | 2026-03-24T17:02:39.562Z | words vendor vendor american-english |
| 253 | 2026-03-24T17:02:39.562Z | words system system australian-english |
| 254 | 2026-03-24T17:02:39.562Z | words system system british-english |
| 255 | 2026-03-24T17:02:39.562Z | words system system canadian-english |
| 256 | 2026-03-24T17:02:39.562Z | words system system french |
| 257 | 2026-03-24T17:02:39.562Z | words system system italian |
| 258 | 2026-03-24T17:02:39.562Z | words system system ngerman |
| 259 | 2026-03-24T17:02:39.562Z | words system system ogerman |
| 260 | 2026-03-24T17:02:39.562Z | words system system spanish |
| 261 | 2026-03-24T17:02:39.865Z | PUBLISHER TYPE STATUS P LOCATION |
| 262 | 2026-03-24T17:02:39.865Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 263 | 2026-03-24T17:02:46.062Z | FMRI IFO |
| 264 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 265 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 266 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 267 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 268 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 269 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 270 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 271 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 272 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 273 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 274 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 275 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 276 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 277 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 278 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 279 | 2026-03-24T17:02:46.062Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 280 | 2026-03-24T17:02:47.336Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 281 | 2026-03-24T17:02:47.637Z | Updating crates.io index |
| 282 | 2026-03-24T17:02:47.680Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 283 | 2026-03-24T17:02:47.931Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 284 | 2026-03-24T17:02:49.089Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 285 | 2026-03-24T17:02:49.423Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 286 | 2026-03-24T17:02:50.581Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 287 | 2026-03-24T17:02:51.074Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 288 | 2026-03-24T17:02:52.436Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 289 | 2026-03-24T17:02:54.046Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 290 | 2026-03-24T17:02:54.760Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 291 | 2026-03-24T17:02:55.128Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 292 | 2026-03-24T17:02:55.967Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 293 | 2026-03-24T17:02:56.218Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 294 | 2026-03-24T17:02:56.841Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 295 | 2026-03-24T17:02:57.193Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 296 | 2026-03-24T17:02:58.077Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 297 | 2026-03-24T17:02:58.579Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 298 | 2026-03-24T17:02:58.943Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 299 | 2026-03-24T17:02:59.200Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 300 | 2026-03-24T17:02:59.567Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 301 | 2026-03-24T17:02:59.928Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 302 | 2026-03-24T17:03:00.162Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 303 | 2026-03-24T17:03:00.407Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 304 | 2026-03-24T17:03:00.822Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 305 | 2026-03-24T17:03:01.502Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 306 | 2026-03-24T17:03:01.931Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 307 | 2026-03-24T17:03:02.260Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 308 | 2026-03-24T17:03:02.564Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 309 | 2026-03-24T17:03:03.725Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 310 | 2026-03-24T17:03:04.328Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2026-03-24T17:03:04.716Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 312 | 2026-03-24T17:03:05.372Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2026-03-24T17:03:05.663Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2026-03-24T17:03:06.029Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 315 | 2026-03-24T17:03:06.387Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 316 | 2026-03-24T17:03:07.067Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 317 | 2026-03-24T17:03:07.310Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 318 | 2026-03-24T17:03:07.604Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 319 | 2026-03-24T17:03:07.929Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2026-03-24T17:03:08.443Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 321 | 2026-03-24T17:03:22.580Z | Downloading crates ... |
| 322 | 2026-03-24T17:03:22.639Z | Downloaded block-buffer v0.10.4 |
| 323 | 2026-03-24T17:03:22.642Z | Downloaded memmap v0.7.0 |
| 324 | 2026-03-24T17:03:22.672Z | Downloaded percent-encoding v2.3.2 |
| 325 | 2026-03-24T17:03:22.681Z | Downloaded errno v0.3.14 |
| 326 | 2026-03-24T17:03:22.681Z | Downloaded cargo-util-schemas v0.8.2 |
| 327 | 2026-03-24T17:03:22.681Z | Downloaded generic-array v0.14.7 |
| 328 | 2026-03-24T17:03:22.681Z | Downloaded thiserror-impl v1.0.69 |
| 329 | 2026-03-24T17:03:22.681Z | Downloaded zerofrom v0.1.6 |
| 330 | 2026-03-24T17:03:22.681Z | Downloaded clap_lex v1.0.0 |
| 331 | 2026-03-24T17:03:22.681Z | Downloaded tinystr v0.8.2 |
| 332 | 2026-03-24T17:03:22.681Z | Downloaded writeable v0.6.2 |
| 333 | 2026-03-24T17:03:22.681Z | Downloaded toml_datetime v0.6.11 |
| 334 | 2026-03-24T17:03:22.681Z | Downloaded usdt-macro v0.5.0 |
| 335 | 2026-03-24T17:03:22.681Z | Downloaded ucd-trie v0.1.7 |
| 336 | 2026-03-24T17:03:22.681Z | Downloaded heck v0.4.1 |
| 337 | 2026-03-24T17:03:22.681Z | Downloaded stable_deref_trait v1.2.1 |
| 338 | 2026-03-24T17:03:22.682Z | Downloaded zerofrom-derive v0.1.6 |
| 339 | 2026-03-24T17:03:22.682Z | Downloaded textwrap v0.16.2 |
| 340 | 2026-03-24T17:03:22.682Z | Downloaded sha2 v0.10.9 |
| 341 | 2026-03-24T17:03:22.690Z | Downloaded anstyle-parse v0.2.7 |
| 342 | 2026-03-24T17:03:22.690Z | Downloaded unicode-xid v0.2.6 |
| 343 | 2026-03-24T17:03:22.690Z | Downloaded synstructure v0.13.2 |
| 344 | 2026-03-24T17:03:22.690Z | Downloaded scroll_derive v0.12.1 |
| 345 | 2026-03-24T17:03:22.690Z | Downloaded yoke-derive v0.8.1 |
| 346 | 2026-03-24T17:03:22.690Z | Downloaded version_check v0.9.5 |
| 347 | 2026-03-24T17:03:22.690Z | Downloaded usdt-attr-macro v0.5.0 |
| 348 | 2026-03-24T17:03:22.693Z | Downloaded quote v1.0.44 |
| 349 | 2026-03-24T17:03:22.693Z | Downloaded usdt v0.5.0 |
| 350 | 2026-03-24T17:03:22.693Z | Downloaded unicode-linebreak v0.1.5 |
| 351 | 2026-03-24T17:03:22.694Z | Downloaded thread-id v4.2.2 |
| 352 | 2026-03-24T17:03:22.694Z | Downloaded cargo_metadata v0.21.0 |
| 353 | 2026-03-24T17:03:22.694Z | Downloaded pretty-hex v0.4.1 |
| 354 | 2026-03-24T17:03:22.694Z | Downloaded typeid v1.0.3 |
| 355 | 2026-03-24T17:03:22.694Z | Downloaded thiserror-impl v2.0.18 |
| 356 | 2026-03-24T17:03:22.698Z | Downloaded fastrand v2.3.0 |
| 357 | 2026-03-24T17:03:22.698Z | Downloaded colorchoice v1.0.4 |
| 358 | 2026-03-24T17:03:22.698Z | Downloaded cargo_toml v0.21.0 |
| 359 | 2026-03-24T17:03:22.701Z | Downloaded icu_normalizer v2.1.1 |
| 360 | 2026-03-24T17:03:22.701Z | Downloaded toml_write v0.1.2 |
| 361 | 2026-03-24T17:03:22.701Z | Downloaded utf8parse v0.2.2 |
| 362 | 2026-03-24T17:03:22.702Z | Downloaded serde_spanned v0.6.9 |
| 363 | 2026-03-24T17:03:22.706Z | Downloaded utf8_iter v1.0.4 |
| 364 | 2026-03-24T17:03:22.706Z | Downloaded camino v1.2.2 |
| 365 | 2026-03-24T17:03:22.706Z | Downloaded bitflags v2.11.0 |
| 366 | 2026-03-24T17:03:22.709Z | Downloaded crypto-common v0.1.7 |
| 367 | 2026-03-24T17:03:22.709Z | Downloaded cargo-platform v0.2.0 |
| 368 | 2026-03-24T17:03:22.712Z | Downloaded tabled_derive v0.7.0 |
| 369 | 2026-03-24T17:03:22.712Z | Downloaded is_terminal_polyfill v1.70.2 |
| 370 | 2026-03-24T17:03:22.715Z | Downloaded proc-macro2 v1.0.106 |
| 371 | 2026-03-24T17:03:22.715Z | Downloaded serde_derive v1.0.228 |
| 372 | 2026-03-24T17:03:22.719Z | Downloaded thiserror v2.0.18 |
| 373 | 2026-03-24T17:03:22.722Z | Downloaded zerovec-derive v0.11.2 |
| 374 | 2026-03-24T17:03:22.725Z | Downloaded terminal_size v0.4.3 |
| 375 | 2026-03-24T17:03:22.725Z | Downloaded pest_generator v2.8.6 |
| 376 | 2026-03-24T17:03:22.725Z | Downloaded zerocopy-derive v0.7.35 |
| 377 | 2026-03-24T17:03:22.729Z | Downloaded fnv v1.0.7 |
| 378 | 2026-03-24T17:03:22.732Z | Downloaded idna_adapter v1.2.1 |
| 379 | 2026-03-24T17:03:22.735Z | Downloaded strsim v0.11.1 |
| 380 | 2026-03-24T17:03:22.735Z | Downloaded zmij v1.0.21 |
| 381 | 2026-03-24T17:03:22.739Z | Downloaded cpufeatures v0.2.17 |
| 382 | 2026-03-24T17:03:22.739Z | Downloaded heck v0.5.0 |
| 383 | 2026-03-24T17:03:22.742Z | Downloaded potential_utf v0.1.4 |
| 384 | 2026-03-24T17:03:22.742Z | Downloaded form_urlencoded v1.2.2 |
| 385 | 2026-03-24T17:03:22.742Z | Downloaded dtrace-parser v0.2.0 |
| 386 | 2026-03-24T17:03:22.742Z | Downloaded usdt-impl v0.5.0 |
| 387 | 2026-03-24T17:03:22.758Z | Downloaded yoke v0.8.1 |
| 388 | 2026-03-24T17:03:22.763Z | Downloaded toml v0.8.23 |
| 389 | 2026-03-24T17:03:22.763Z | Downloaded ordered-float v2.10.1 |
| 390 | 2026-03-24T17:03:22.763Z | Downloaded unicode-ident v1.0.24 |
| 391 | 2026-03-24T17:03:22.763Z | Downloaded macaddr v1.0.1 |
| 392 | 2026-03-24T17:03:22.764Z | Downloaded toml_edit v0.22.27 |
| 393 | 2026-03-24T17:03:22.768Z | Downloaded zerotrie v0.2.3 |
| 394 | 2026-03-24T17:03:22.768Z | Downloaded smawk v0.3.2 |
| 395 | 2026-03-24T17:03:22.768Z | Downloaded serde-value v0.7.0 |
| 396 | 2026-03-24T17:03:22.785Z | Downloaded url v2.5.8 |
| 397 | 2026-03-24T17:03:22.785Z | Downloaded proc-macro-error-attr v1.0.4 |
| 398 | 2026-03-24T17:03:22.789Z | Downloaded typenum v1.19.0 |
| 399 | 2026-03-24T17:03:22.789Z | Downloaded plain v0.2.3 |
| 400 | 2026-03-24T17:03:22.789Z | Downloaded cfg-if v1.0.4 |
| 401 | 2026-03-24T17:03:22.789Z | Downloaded swrite v0.1.0 |
| 402 | 2026-03-24T17:03:22.789Z | Downloaded dof v0.3.0 |
| 403 | 2026-03-24T17:03:22.818Z | Downloaded equivalent v1.0.2 |
| 404 | 2026-03-24T17:03:22.822Z | Downloaded itoa v1.0.17 |
| 405 | 2026-03-24T17:03:22.822Z | Downloaded zerovec v0.11.5 |
| 406 | 2026-03-24T17:03:22.822Z | Downloaded serde-untagged v0.1.9 |
| 407 | 2026-03-24T17:03:22.822Z | Downloaded proc-macro-error v1.0.4 |
| 408 | 2026-03-24T17:03:22.822Z | Downloaded winnow v0.7.14 |
| 409 | 2026-03-24T17:03:22.822Z | Downloaded scroll v0.12.0 |
| 410 | 2026-03-24T17:03:22.822Z | Downloaded zerocopy v0.7.35 |
| 411 | 2026-03-24T17:03:22.825Z | Downloaded semver v1.0.27 |
| 412 | 2026-03-24T17:03:22.825Z | Downloaded clap_derive v4.5.55 |
| 413 | 2026-03-24T17:03:22.829Z | Downloaded byteorder v1.5.0 |
| 414 | 2026-03-24T17:03:22.829Z | Downloaded unicode-width v0.1.14 |
| 415 | 2026-03-24T17:03:22.832Z | Downloaded unicode-width v0.2.0 |
| 416 | 2026-03-24T17:03:22.836Z | Downloaded serde_tokenstream v0.2.3 |
| 417 | 2026-03-24T17:03:22.836Z | Downloaded fs-err v3.3.0 |
| 418 | 2026-03-24T17:03:22.839Z | Downloaded bytecount v0.6.9 |
| 419 | 2026-03-24T17:03:22.839Z | Downloaded anstyle-query v1.1.5 |
| 420 | 2026-03-24T17:03:22.839Z | Downloaded thiserror v1.0.69 |
| 421 | 2026-03-24T17:03:22.845Z | Downloaded digest v0.10.7 |
| 422 | 2026-03-24T17:03:22.848Z | Downloaded displaydoc v0.2.5 |
| 423 | 2026-03-24T17:03:22.848Z | Downloaded camino-tempfile v1.4.1 |
| 424 | 2026-03-24T17:03:22.848Z | Downloaded anstream v0.6.21 |
| 425 | 2026-03-24T17:03:22.853Z | Downloaded anstyle v1.0.13 |
| 426 | 2026-03-24T17:03:22.853Z | Downloaded smallvec v1.15.1 |
| 427 | 2026-03-24T17:03:22.853Z | Downloaded serde_core v1.0.228 |
| 428 | 2026-03-24T17:03:22.856Z | Downloaded anyhow v1.0.102 |
| 429 | 2026-03-24T17:03:22.856Z | Downloaded erased-serde v0.4.9 |
| 430 | 2026-03-24T17:03:22.859Z | Downloaded autocfg v1.5.0 |
| 431 | 2026-03-24T17:03:22.859Z | Downloaded log v0.4.29 |
| 432 | 2026-03-24T17:03:22.869Z | Downloaded pest_derive v2.8.6 |
| 433 | 2026-03-24T17:03:22.872Z | Downloaded litemap v0.8.1 |
| 434 | 2026-03-24T17:03:22.875Z | Downloaded once_cell v1.21.3 |
| 435 | 2026-03-24T17:03:22.883Z | Downloaded papergrid v0.11.0 |
| 436 | 2026-03-24T17:03:22.887Z | Downloaded icu_properties v2.1.2 |
| 437 | 2026-03-24T17:03:22.897Z | Downloaded icu_provider v2.1.1 |
| 438 | 2026-03-24T17:03:22.905Z | Downloaded tempfile v3.25.0 |
| 439 | 2026-03-24T17:03:22.908Z | Downloaded num-traits v0.2.19 |
| 440 | 2026-03-24T17:03:22.911Z | Downloaded clap v4.5.60 |
| 441 | 2026-03-24T17:03:22.925Z | Downloaded icu_locale_core v2.1.1 |
| 442 | 2026-03-24T17:03:22.929Z | Downloaded icu_normalizer_data v2.1.1 |
| 443 | 2026-03-24T17:03:22.932Z | Downloaded getrandom v0.4.1 |
| 444 | 2026-03-24T17:03:22.935Z | Downloaded pest_meta v2.8.6 |
| 445 | 2026-03-24T17:03:22.935Z | Downloaded indexmap v2.13.0 |
| 446 | 2026-03-24T17:03:22.941Z | Downloaded serde v1.0.228 |
| 447 | 2026-03-24T17:03:22.944Z | Downloaded idna v1.1.0 |
| 448 | 2026-03-24T17:03:22.948Z | Downloaded icu_collections v2.1.1 |
| 449 | 2026-03-24T17:03:22.952Z | Downloaded memchr v2.8.0 |
| 450 | 2026-03-24T17:03:22.960Z | Downloaded serde_json v1.0.149 |
| 451 | 2026-03-24T17:03:22.980Z | Downloaded pest v2.8.6 |
| 452 | 2026-03-24T17:03:22.986Z | Downloaded icu_properties_data v2.1.2 |
| 453 | 2026-03-24T17:03:22.993Z | Downloaded hashbrown v0.16.1 |
| 454 | 2026-03-24T17:03:22.996Z | Downloaded clap_builder v4.5.60 |
| 455 | 2026-03-24T17:03:23.012Z | Downloaded goblin v0.8.2 |
| 456 | 2026-03-24T17:03:23.026Z | Downloaded tabled v0.15.0 |
| 457 | 2026-03-24T17:03:23.036Z | Downloaded syn v1.0.109 |
| 458 | 2026-03-24T17:03:23.045Z | Downloaded syn v2.0.117 |
| 459 | 2026-03-24T17:03:23.070Z | Downloaded rustix v1.1.3 |
| 460 | 2026-03-24T17:03:23.099Z | Downloaded libc v0.2.180 |
| 461 | 2026-03-24T17:03:23.189Z | Compiling proc-macro2 v1.0.106 |
| 462 | 2026-03-24T17:03:23.194Z | Compiling quote v1.0.44 |
| 463 | 2026-03-24T17:03:23.194Z | Compiling unicode-ident v1.0.24 |
| 464 | 2026-03-24T17:03:23.194Z | Compiling serde_core v1.0.228 |
| 465 | 2026-03-24T17:03:23.194Z | Compiling libc v0.2.180 |
| 466 | 2026-03-24T17:03:23.195Z | Compiling version_check v0.9.5 |
| 467 | 2026-03-24T17:03:23.195Z | Compiling serde v1.0.228 |
| 468 | 2026-03-24T17:03:23.195Z | Compiling memchr v2.8.0 |
| 469 | 2026-03-24T17:03:23.612Z | Compiling stable_deref_trait v1.2.1 |
| 470 | 2026-03-24T17:03:23.713Z | Compiling zmij v1.0.21 |
| 471 | 2026-03-24T17:03:23.967Z | Compiling autocfg v1.5.0 |
| 472 | 2026-03-24T17:03:24.078Z | Compiling itoa v1.0.17 |
| 473 | 2026-03-24T17:03:24.362Z | Compiling ucd-trie v0.1.7 |
| 474 | 2026-03-24T17:03:24.405Z | Compiling thiserror v1.0.69 |
| 475 | 2026-03-24T17:03:24.494Z | Compiling litemap v0.8.1 |
| 476 | 2026-03-24T17:03:24.587Z | Compiling pest v2.8.6 |
| 477 | 2026-03-24T17:03:24.614Z | Compiling writeable v0.6.2 |
| 478 | 2026-03-24T17:03:24.756Z | Compiling icu_properties_data v2.1.2 |
| 479 | 2026-03-24T17:03:24.987Z | Compiling icu_normalizer_data v2.1.1 |
| 480 | 2026-03-24T17:03:25.041Z | Compiling rustix v1.1.3 |
| 481 | 2026-03-24T17:03:25.123Z | Compiling byteorder v1.5.0 |
| 482 | 2026-03-24T17:03:25.241Z | Compiling syn v2.0.117 |
| 483 | 2026-03-24T17:03:25.350Z | Compiling errno v0.3.14 |
| 484 | 2026-03-24T17:03:25.372Z | Compiling bitflags v2.11.0 |
| 485 | 2026-03-24T17:03:25.448Z | Compiling serde_json v1.0.149 |
| 486 | 2026-03-24T17:03:25.725Z | Compiling num-traits v0.2.19 |
| 487 | 2026-03-24T17:03:25.749Z | Compiling smallvec v1.15.1 |
| 488 | 2026-03-24T17:03:25.773Z | Compiling hashbrown v0.16.1 |
| 489 | 2026-03-24T17:03:25.953Z | Compiling equivalent v1.0.2 |
| 490 | 2026-03-24T17:03:26.070Z | Compiling typeid v1.0.3 |
| 491 | 2026-03-24T17:03:26.270Z | Compiling pest_meta v2.8.6 |
| 492 | 2026-03-24T17:03:26.478Z | Compiling indexmap v2.13.0 |
| 493 | 2026-03-24T17:03:26.503Z | Compiling thread-id v4.2.2 |
| 494 | 2026-03-24T17:03:26.591Z | Compiling usdt-impl v0.5.0 |
| 495 | 2026-03-24T17:03:26.614Z | Compiling proc-macro-error-attr v1.0.4 |
| 496 | 2026-03-24T17:03:26.776Z | Compiling syn v1.0.109 |
| 497 | 2026-03-24T17:03:26.844Z | Compiling winnow v0.7.14 |
| 498 | 2026-03-24T17:03:26.868Z | Compiling erased-serde v0.4.9 |
| 499 | 2026-03-24T17:03:27.220Z | Compiling toml_write v0.1.2 |
| 500 | 2026-03-24T17:03:27.513Z | Compiling proc-macro-error v1.0.4 |
| 501 | 2026-03-24T17:03:27.630Z | Compiling utf8_iter v1.0.4 |
| 502 | 2026-03-24T17:03:27.747Z | Compiling log v0.4.29 |
| 503 | 2026-03-24T17:03:27.823Z | Compiling getrandom v0.4.1 |
| 504 | 2026-03-24T17:03:27.989Z | Compiling plain v0.2.3 |
| 505 | 2026-03-24T17:03:28.135Z | Compiling camino v1.2.2 |
| 506 | 2026-03-24T17:03:28.251Z | Compiling thiserror v2.0.18 |
| 507 | 2026-03-24T17:03:28.381Z | Compiling utf8parse v0.2.2 |
| 508 | 2026-03-24T17:03:28.527Z | Compiling percent-encoding v2.3.2 |
| 509 | 2026-03-24T17:03:28.592Z | Compiling anstyle-parse v0.2.7 |
| 510 | 2026-03-24T17:03:28.595Z | Compiling ordered-float v2.10.1 |
| 511 | 2026-03-24T17:03:28.781Z | Compiling form_urlencoded v1.2.2 |
| 512 | 2026-03-24T17:03:28.931Z | Compiling terminal_size v0.4.3 |
| 513 | 2026-03-24T17:03:28.960Z | Compiling synstructure v0.13.2 |
| 514 | 2026-03-24T17:03:28.963Z | Compiling pest_generator v2.8.6 |
| 515 | 2026-03-24T17:03:29.152Z | Compiling cfg-if v1.0.4 |
| 516 | 2026-03-24T17:03:29.250Z | Compiling anstyle-query v1.1.5 |
| 517 | 2026-03-24T17:03:29.310Z | Compiling colorchoice v1.0.4 |
| 518 | 2026-03-24T17:03:29.366Z | Compiling is_terminal_polyfill v1.70.2 |
| 519 | 2026-03-24T17:03:29.393Z | Compiling pretty-hex v0.4.1 |
| 520 | 2026-03-24T17:03:29.461Z | Compiling anstyle v1.0.13 |
| 521 | 2026-03-24T17:03:29.491Z | Compiling serde-untagged v0.1.9 |
| 522 | 2026-03-24T17:03:29.768Z | Compiling anstream v0.6.21 |
| 523 | 2026-03-24T17:03:29.795Z | Compiling semver v1.0.27 |
| 524 | 2026-03-24T17:03:29.864Z | Compiling fs-err v3.3.0 |
| 525 | 2026-03-24T17:03:30.012Z | Compiling fastrand v2.3.0 |
| 526 | 2026-03-24T17:03:30.142Z | Compiling strsim v0.11.1 |
| 527 | 2026-03-24T17:03:30.268Z | Compiling unicode-xid v0.2.6 |
| 528 | 2026-03-24T17:03:30.278Z | Compiling clap_lex v1.0.0 |
| 529 | 2026-03-24T17:03:30.278Z | Compiling heck v0.5.0 |
| 530 | 2026-03-24T17:03:30.361Z | Compiling heck v0.4.1 |
| 531 | 2026-03-24T17:03:30.365Z | Compiling anyhow v1.0.102 |
| 532 | 2026-03-24T17:03:30.583Z | Compiling bytecount v0.6.9 |
| 533 | 2026-03-24T17:03:30.607Z | Compiling unicode-width v0.1.14 |
| 534 | 2026-03-24T17:03:30.658Z | Compiling fnv v1.0.7 |
| 535 | 2026-03-24T17:03:30.760Z | Compiling once_cell v1.21.3 |
| 536 | 2026-03-24T17:03:30.792Z | Compiling clap_builder v4.5.60 |
| 537 | 2026-03-24T17:03:30.941Z | Compiling papergrid v0.11.0 |
| 538 | 2026-03-24T17:03:31.036Z | Compiling tempfile v3.25.0 |
| 539 | 2026-03-24T17:03:31.095Z | Compiling memmap v0.7.0 |
| 540 | 2026-03-24T17:03:31.118Z | Compiling smawk v0.3.2 |
| 541 | 2026-03-24T17:03:31.294Z | Compiling unicode-linebreak v0.1.5 |
| 542 | 2026-03-24T17:03:31.329Z | Compiling unicode-width v0.2.0 |
| 543 | 2026-03-24T17:03:31.534Z | Compiling camino-tempfile v1.4.1 |
| 544 | 2026-03-24T17:03:31.583Z | Compiling serde_derive v1.0.228 |
| 545 | 2026-03-24T17:03:31.608Z | Compiling zerofrom-derive v0.1.6 |
| 546 | 2026-03-24T17:03:31.686Z | Compiling yoke-derive v0.8.1 |
| 547 | 2026-03-24T17:03:31.836Z | Compiling zerovec-derive v0.11.2 |
| 548 | 2026-03-24T17:03:31.917Z | Compiling displaydoc v0.2.5 |
| 549 | 2026-03-24T17:03:32.904Z | Compiling thiserror-impl v1.0.69 |
| 550 | 2026-03-24T17:03:32.924Z | Compiling zerocopy-derive v0.7.35 |
| 551 | 2026-03-24T17:03:33.244Z | Compiling pest_derive v2.8.6 |
| 552 | 2026-03-24T17:03:33.291Z | Compiling scroll_derive v0.12.1 |
| 553 | 2026-03-24T17:03:33.497Z | Compiling zerofrom v0.1.6 |
| 554 | 2026-03-24T17:03:33.669Z | Compiling yoke v0.8.1 |
| 555 | 2026-03-24T17:03:33.776Z | Compiling thiserror-impl v2.0.18 |
| 556 | 2026-03-24T17:03:33.923Z | Compiling zerovec v0.11.5 |
| 557 | 2026-03-24T17:03:34.069Z | Compiling zerotrie v0.2.3 |
| 558 | 2026-03-24T17:03:34.186Z | Compiling zerocopy v0.7.35 |
| 559 | 2026-03-24T17:03:34.529Z | Compiling scroll v0.12.0 |
| 560 | 2026-03-24T17:03:34.619Z | Compiling tinystr v0.8.2 |
| 561 | 2026-03-24T17:03:34.809Z | Compiling potential_utf v0.1.4 |
| 562 | 2026-03-24T17:03:34.895Z | Compiling icu_locale_core v2.1.1 |
| 563 | 2026-03-24T17:03:34.919Z | Compiling dtrace-parser v0.2.0 |
| 564 | 2026-03-24T17:03:34.994Z | Compiling icu_collections v2.1.1 |
| 565 | 2026-03-24T17:03:35.028Z | Compiling goblin v0.8.2 |
| 566 | 2026-03-24T17:03:35.082Z | Compiling tabled_derive v0.7.0 |
| 567 | 2026-03-24T17:03:35.571Z | Compiling clap_derive v4.5.55 |
| 568 | 2026-03-24T17:03:35.817Z | Compiling icu_provider v2.1.1 |
| 569 | 2026-03-24T17:03:35.960Z | Compiling textwrap v0.16.2 |
| 570 | 2026-03-24T17:03:36.155Z | Compiling icu_normalizer v2.1.1 |
| 571 | 2026-03-24T17:03:36.212Z | Compiling icu_properties v2.1.2 |
| 572 | 2026-03-24T17:03:36.309Z | Compiling serde_spanned v0.6.9 |
| 573 | 2026-03-24T17:03:36.365Z | Compiling toml_datetime v0.6.11 |
| 574 | 2026-03-24T17:03:36.445Z | Compiling dof v0.3.0 |
| 575 | 2026-03-24T17:03:36.500Z | Compiling serde_tokenstream v0.2.3 |
| 576 | 2026-03-24T17:03:36.580Z | Compiling serde-value v0.7.0 |
| 577 | 2026-03-24T17:03:36.721Z | Compiling toml_edit v0.22.27 |
| 578 | 2026-03-24T17:03:36.915Z | Compiling cargo-platform v0.2.0 |
| 579 | 2026-03-24T17:03:36.974Z | Compiling tabled v0.15.0 |
| 580 | 2026-03-24T17:03:37.072Z | Compiling macaddr v1.0.1 |
| 581 | 2026-03-24T17:03:37.656Z | Compiling idna_adapter v1.2.1 |
| 582 | 2026-03-24T17:03:37.693Z | Compiling usdt-macro v0.5.0 |
| 583 | 2026-03-24T17:03:37.751Z | Compiling usdt-attr-macro v0.5.0 |
| 584 | 2026-03-24T17:03:37.840Z | Compiling idna v1.1.0 |
| 585 | 2026-03-24T17:03:37.865Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 586 | 2026-03-24T17:03:37.938Z | Compiling clap v4.5.60 |
| 587 | 2026-03-24T17:03:38.048Z | Compiling swrite v0.1.0 |
| 588 | 2026-03-24T17:03:38.506Z | Compiling url v2.5.8 |
| 589 | 2026-03-24T17:03:38.679Z | Compiling toml v0.8.23 |
| 590 | 2026-03-24T17:03:39.123Z | Compiling usdt v0.5.0 |
| 591 | 2026-03-24T17:03:39.264Z | Compiling cargo-util-schemas v0.8.2 |
| 592 | 2026-03-24T17:03:39.399Z | Compiling cargo_toml v0.21.0 |
| 593 | 2026-03-24T17:03:40.489Z | Compiling cargo_metadata v0.21.0 |
| 594 | 2026-03-24T17:03:41.777Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 595 | 2026-03-24T17:03:44.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.49s |
| 596 | 2026-03-24T17:03:44.888Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 597 | 2026-03-24T17:03:45.651Z | Downloading crates ... |
| 598 | 2026-03-24T17:03:45.765Z | Downloaded adler2 v2.0.1 |
| 599 | 2026-03-24T17:03:45.774Z | Downloaded ahash v0.8.12 |
| 600 | 2026-03-24T17:03:45.778Z | Downloaded cargo-platform v0.1.9 |
| 601 | 2026-03-24T17:03:45.781Z | Downloaded atomicwrites v0.4.4 |
| 602 | 2026-03-24T17:03:45.790Z | Downloaded arrayvec v0.7.6 |
| 603 | 2026-03-24T17:03:45.798Z | Downloaded cbc v0.1.2 |
| 604 | 2026-03-24T17:03:45.801Z | Downloaded defmt v0.3.100 |
| 605 | 2026-03-24T17:03:45.802Z | Downloaded bit-vec v0.8.0 |
| 606 | 2026-03-24T17:03:45.804Z | Downloaded crossbeam-channel v0.5.15 |
| 607 | 2026-03-24T17:03:45.807Z | Downloaded darling_macro v0.21.3 |
| 608 | 2026-03-24T17:03:45.810Z | Downloaded des v0.8.1 |
| 609 | 2026-03-24T17:03:45.810Z | Downloaded async-stream-impl v0.3.6 |
| 610 | 2026-03-24T17:03:45.810Z | Downloaded critical-section v1.2.0 |
| 611 | 2026-03-24T17:03:45.813Z | Downloaded darling_macro v0.20.11 |
| 612 | 2026-03-24T17:03:45.813Z | Downloaded async-stream v0.3.6 |
| 613 | 2026-03-24T17:03:45.816Z | Downloaded chacha20 v0.9.1 |
| 614 | 2026-03-24T17:03:45.819Z | Downloaded cstr-argument v0.1.2 |
| 615 | 2026-03-24T17:03:45.819Z | Downloaded colored v3.1.1 |
| 616 | 2026-03-24T17:03:45.823Z | Downloaded bzip2 v0.4.4 |
| 617 | 2026-03-24T17:03:45.823Z | Downloaded bitfield-struct v0.6.2 |
| 618 | 2026-03-24T17:03:45.827Z | Downloaded crunchy v0.2.4 |
| 619 | 2026-03-24T17:03:45.827Z | Downloaded crucible-workspace-hack v0.1.0 |
| 620 | 2026-03-24T17:03:45.827Z | Downloaded crc8 v0.1.1 |
| 621 | 2026-03-24T17:03:45.827Z | Downloaded ciborium-io v0.2.2 |
| 622 | 2026-03-24T17:03:45.830Z | Downloaded base16ct v1.0.0 |
| 623 | 2026-03-24T17:03:45.830Z | Downloaded embedded-io v0.4.0 |
| 624 | 2026-03-24T17:03:45.831Z | Downloaded async-recursion v1.1.1 |
| 625 | 2026-03-24T17:03:45.834Z | Downloaded block-padding v0.3.3 |
| 626 | 2026-03-24T17:03:45.837Z | Downloaded bcs v0.1.6 |
| 627 | 2026-03-24T17:03:45.837Z | Downloaded daft v0.1.5 |
| 628 | 2026-03-24T17:03:45.840Z | Downloaded defmt v1.0.1 |
| 629 | 2026-03-24T17:03:45.843Z | Downloaded cookie v0.18.1 |
| 630 | 2026-03-24T17:03:45.846Z | Downloaded cfg_aliases v0.2.1 |
| 631 | 2026-03-24T17:03:45.846Z | Downloaded backoff v0.4.0 |
| 632 | 2026-03-24T17:03:45.849Z | Downloaded debug-ignore v1.0.5 |
| 633 | 2026-03-24T17:03:45.849Z | Downloaded bit-set v0.5.3 |
| 634 | 2026-03-24T17:03:45.852Z | Downloaded data-encoding v2.10.0 |
| 635 | 2026-03-24T17:03:45.852Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 636 | 2026-03-24T17:03:45.855Z | Downloaded dirs-next v2.0.0 |
| 637 | 2026-03-24T17:03:45.855Z | Downloaded dunce v1.0.5 |
| 638 | 2026-03-24T17:03:45.859Z | Downloaded filetime v0.2.27 |
| 639 | 2026-03-24T17:03:45.862Z | Downloaded bitfield v0.19.4 |
| 640 | 2026-03-24T17:03:45.862Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 641 | 2026-03-24T17:03:45.865Z | Downloaded async-trait v0.1.89 |
| 642 | 2026-03-24T17:03:45.868Z | Downloaded env_logger v0.11.9 |
| 643 | 2026-03-24T17:03:45.871Z | Downloaded bit-set v0.8.0 |
| 644 | 2026-03-24T17:03:45.871Z | Downloaded atomic-waker v1.1.2 |
| 645 | 2026-03-24T17:03:45.874Z | Downloaded float-ord v0.3.2 |
| 646 | 2026-03-24T17:03:45.874Z | Downloaded darling_macro v0.23.0 |
| 647 | 2026-03-24T17:03:45.874Z | Downloaded assert_matches v1.5.0 |
| 648 | 2026-03-24T17:03:45.878Z | Downloaded darling v0.20.11 |
| 649 | 2026-03-24T17:03:45.881Z | Downloaded foreign-types v0.3.2 |
| 650 | 2026-03-24T17:03:45.881Z | Downloaded display-error-chain v0.2.2 |
| 651 | 2026-03-24T17:03:45.881Z | Downloaded castaway v0.2.4 |
| 652 | 2026-03-24T17:03:45.884Z | Downloaded csv-core v0.1.13 |
| 653 | 2026-03-24T17:03:45.884Z | Downloaded daft-derive v0.1.5 |
| 654 | 2026-03-24T17:03:45.887Z | Downloaded fallible-iterator v0.2.0 |
| 655 | 2026-03-24T17:03:45.926Z | Downloaded aead v0.5.2 |
| 656 | 2026-03-24T17:03:45.926Z | Downloaded cobs v0.3.0 |
| 657 | 2026-03-24T17:03:45.926Z | Downloaded dtrace-parser v0.3.0 |
| 658 | 2026-03-24T17:03:45.926Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 659 | 2026-03-24T17:03:45.926Z | Downloaded defmt-parser v1.0.0 |
| 660 | 2026-03-24T17:03:45.926Z | Downloaded flagset v0.4.7 |
| 661 | 2026-03-24T17:03:45.927Z | Downloaded dof v0.4.0 |
| 662 | 2026-03-24T17:03:45.927Z | Downloaded ascii-canvas v3.0.0 |
| 663 | 2026-03-24T17:03:45.927Z | Downloaded crc v3.4.0 |
| 664 | 2026-03-24T17:03:45.927Z | Downloaded env_filter v1.0.0 |
| 665 | 2026-03-24T17:03:45.927Z | Downloaded ciborium-ll v0.2.2 |
| 666 | 2026-03-24T17:03:45.927Z | Downloaded atty v0.2.14 |
| 667 | 2026-03-24T17:03:45.927Z | Downloaded fd-lock v4.0.4 |
| 668 | 2026-03-24T17:03:45.927Z | Downloaded crc-catalog v2.4.0 |
| 669 | 2026-03-24T17:03:45.927Z | Downloaded bitfield-macros v0.19.4 |
| 670 | 2026-03-24T17:03:45.927Z | Downloaded enum-as-inner v0.6.1 |
| 671 | 2026-03-24T17:03:45.927Z | Downloaded fixedbitset v0.4.2 |
| 672 | 2026-03-24T17:03:45.927Z | Downloaded dirs-sys-next v0.1.2 |
| 673 | 2026-03-24T17:03:45.927Z | Downloaded deranged v0.5.8 |
| 674 | 2026-03-24T17:03:45.927Z | Downloaded endian-type v0.1.2 |
| 675 | 2026-03-24T17:03:45.927Z | Downloaded foreign-types v0.5.0 |
| 676 | 2026-03-24T17:03:45.927Z | Downloaded darling_core v0.20.11 |
| 677 | 2026-03-24T17:03:45.931Z | Downloaded dsl_auto_type v0.2.0 |
| 678 | 2026-03-24T17:03:45.931Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 679 | 2026-03-24T17:03:45.931Z | Downloaded funty v2.0.0 |
| 680 | 2026-03-24T17:03:45.931Z | Downloaded document-features v0.2.12 |
| 681 | 2026-03-24T17:03:45.931Z | Downloaded foreign-types-shared v0.1.1 |
| 682 | 2026-03-24T17:03:45.931Z | Downloaded derive_builder_macro v0.20.2 |
| 683 | 2026-03-24T17:03:45.931Z | Downloaded futures-core v0.3.32 |
| 684 | 2026-03-24T17:03:45.931Z | Downloaded foreign-types-macros v0.2.3 |
| 685 | 2026-03-24T17:03:45.931Z | Downloaded dyn-clone v1.0.20 |
| 686 | 2026-03-24T17:03:45.934Z | Downloaded float-cmp v0.10.0 |
| 687 | 2026-03-24T17:03:45.934Z | Downloaded array-init v0.0.4 |
| 688 | 2026-03-24T17:03:45.934Z | Downloaded embedded-io v0.6.1 |
| 689 | 2026-03-24T17:03:45.939Z | Downloaded cancel-safe-futures v0.1.5 |
| 690 | 2026-03-24T17:03:45.942Z | Downloaded foreign-types-shared v0.3.1 |
| 691 | 2026-03-24T17:03:45.942Z | Downloaded cargo_metadata v0.19.2 |
| 692 | 2026-03-24T17:03:45.942Z | Downloaded bit-vec v0.6.3 |
| 693 | 2026-03-24T17:03:45.942Z | Downloaded camino-tempfile-ext v0.3.3 |
| 694 | 2026-03-24T17:03:45.945Z | Downloaded darling v0.21.3 |
| 695 | 2026-03-24T17:03:45.948Z | Downloaded git-stub v1.0.0 |
| 696 | 2026-03-24T17:03:45.951Z | Downloaded ghash v0.5.1 |
| 697 | 2026-03-24T17:03:45.951Z | Downloaded futures-macro v0.3.32 |
| 698 | 2026-03-24T17:03:45.954Z | Downloaded ff v0.13.1 |
| 699 | 2026-03-24T17:03:45.954Z | Downloaded fxhash v0.2.1 |
| 700 | 2026-03-24T17:03:45.954Z | Downloaded futures-sink v0.3.32 |
| 701 | 2026-03-24T17:03:45.957Z | Downloaded globwalk v0.9.1 |
| 702 | 2026-03-24T17:03:45.957Z | Downloaded futures-io v0.3.32 |
| 703 | 2026-03-24T17:03:45.960Z | Downloaded byte-wrapper v0.1.0 |
| 704 | 2026-03-24T17:03:45.960Z | Downloaded arrayref v0.3.9 |
| 705 | 2026-03-24T17:03:45.963Z | Downloaded crossbeam-deque v0.8.6 |
| 706 | 2026-03-24T17:03:45.979Z | Downloaded hostname v0.4.2 |
| 707 | 2026-03-24T17:03:45.982Z | Downloaded headers-core v0.3.0 |
| 708 | 2026-03-24T17:03:45.982Z | Downloaded ed25519 v2.2.3 |
| 709 | 2026-03-24T17:03:45.985Z | Downloaded derive-ex v0.1.8 |
| 710 | 2026-03-24T17:03:45.985Z | Downloaded fatfs v0.3.6 |
| 711 | 2026-03-24T17:03:45.987Z | Downloaded home v0.5.12 |
| 712 | 2026-03-24T17:03:45.990Z | Downloaded either v1.15.0 |
| 713 | 2026-03-24T17:03:45.990Z | Downloaded argon2 v0.5.3 |
| 714 | 2026-03-24T17:03:45.994Z | Downloaded derive_builder_core v0.20.2 |
| 715 | 2026-03-24T17:03:45.994Z | Downloaded foldhash v0.1.5 |
| 716 | 2026-03-24T17:03:45.998Z | Downloaded ecdsa v0.16.9 |
| 717 | 2026-03-24T17:03:45.998Z | Downloaded http-body v1.0.1 |
| 718 | 2026-03-24T17:03:46.001Z | Downloaded foldhash v0.2.0 |
| 719 | 2026-03-24T17:03:46.001Z | Downloaded hostname v0.3.1 |
| 720 | 2026-03-24T17:03:46.001Z | Downloaded find-msvc-tools v0.1.9 |
| 721 | 2026-03-24T17:03:46.004Z | Downloaded diesel-dtrace v0.5.0 |
| 722 | 2026-03-24T17:03:46.004Z | Downloaded drift v0.1.3 |
| 723 | 2026-03-24T17:03:46.009Z | Downloaded hubpack_derive v0.1.1 |
| 724 | 2026-03-24T17:03:46.012Z | Downloaded fs-err v2.11.0 |
| 725 | 2026-03-24T17:03:46.012Z | Downloaded futures-executor v0.3.32 |
| 726 | 2026-03-24T17:03:46.015Z | Downloaded httpdate v1.0.3 |
| 727 | 2026-03-24T17:03:46.018Z | Downloaded hubpack v0.1.2 |
| 728 | 2026-03-24T17:03:46.018Z | Downloaded crc32fast v1.5.0 |
| 729 | 2026-03-24T17:03:46.018Z | Downloaded colored v2.2.0 |
| 730 | 2026-03-24T17:03:46.021Z | Downloaded hyper-tls v0.6.0 |
| 731 | 2026-03-24T17:03:46.024Z | Downloaded ident_case v1.0.1 |
| 732 | 2026-03-24T17:03:46.024Z | Downloaded gethostname v0.5.0 |
| 733 | 2026-03-24T17:03:46.024Z | Downloaded indoc v1.0.9 |
| 734 | 2026-03-24T17:03:46.028Z | Downloaded instability v0.3.11 |
| 735 | 2026-03-24T17:03:46.031Z | Downloaded indent_write v2.2.0 |
| 736 | 2026-03-24T17:03:46.031Z | Downloaded internet-checksum v0.2.1 |
| 737 | 2026-03-24T17:03:46.031Z | Downloaded chacha20 v0.10.0 |
| 738 | 2026-03-24T17:03:46.035Z | Downloaded is_ci v1.2.0 |
| 739 | 2026-03-24T17:03:46.035Z | Downloaded is-terminal v0.4.17 |
| 740 | 2026-03-24T17:03:46.038Z | Downloaded defmt-macros v1.0.1 |
| 741 | 2026-03-24T17:03:46.038Z | Downloaded git-stub-vcs v0.1.0 |
| 742 | 2026-03-24T17:03:46.041Z | Downloaded globset v0.4.18 |
| 743 | 2026-03-24T17:03:46.044Z | Downloaded const-oid v0.9.6 |
| 744 | 2026-03-24T17:03:46.044Z | Downloaded glob v0.3.3 |
| 745 | 2026-03-24T17:03:46.044Z | Downloaded console v0.16.2 |
| 746 | 2026-03-24T17:03:46.048Z | Downloaded console v0.15.11 |
| 747 | 2026-03-24T17:03:46.050Z | Downloaded inout v0.1.4 |
| 748 | 2026-03-24T17:03:46.050Z | Downloaded clang-sys v1.8.1 |
| 749 | 2026-03-24T17:03:46.053Z | Downloaded backon v1.6.0 |
| 750 | 2026-03-24T17:03:46.056Z | Downloaded kstat-rs v0.2.4 |
| 751 | 2026-03-24T17:03:46.056Z | Downloaded ciborium v0.2.2 |
| 752 | 2026-03-24T17:03:46.059Z | Downloaded lazy_static v1.5.0 |
| 753 | 2026-03-24T17:03:46.062Z | Downloaded fixedbitset v0.5.7 |
| 754 | 2026-03-24T17:03:46.062Z | Downloaded lalrpop-util v0.19.12 |
| 755 | 2026-03-24T17:03:46.065Z | Downloaded keccak v0.1.6 |
| 756 | 2026-03-24T17:03:46.065Z | Downloaded ar_archive_writer v0.5.1 |
| 757 | 2026-03-24T17:03:46.068Z | Downloaded libscf-sys v1.1.0 |
| 758 | 2026-03-24T17:03:46.071Z | Downloaded async-bb8-diesel v0.2.1 |
| 759 | 2026-03-24T17:03:46.071Z | Downloaded highway v1.3.0 |
| 760 | 2026-03-24T17:03:46.074Z | Downloaded instant v0.1.13 |
| 761 | 2026-03-24T17:03:46.074Z | Downloaded crossbeam-utils v0.8.21 |
| 762 | 2026-03-24T17:03:46.077Z | Downloaded constant_time_eq v0.4.2 |
| 763 | 2026-03-24T17:03:46.082Z | Downloaded linked-hash-map v0.5.6 |
| 764 | 2026-03-24T17:03:46.082Z | Downloaded lru v0.12.5 |
| 765 | 2026-03-24T17:03:46.084Z | Downloaded fs_extra v1.3.0 |
| 766 | 2026-03-24T17:03:46.085Z | Downloaded cargo_toml v0.22.3 |
| 767 | 2026-03-24T17:03:46.085Z | Downloaded dropshot_endpoint v0.16.7 |
| 768 | 2026-03-24T17:03:46.087Z | Downloaded lzss v0.8.2 |
| 769 | 2026-03-24T17:03:46.090Z | Downloaded lru-slab v0.1.2 |
| 770 | 2026-03-24T17:03:46.090Z | Downloaded crypto-bigint v0.5.5 |
| 771 | 2026-03-24T17:03:46.095Z | Downloaded memoffset v0.9.1 |
| 772 | 2026-03-24T17:03:46.098Z | Downloaded match_cfg v0.1.0 |
| 773 | 2026-03-24T17:03:46.098Z | Downloaded ingot v0.1.1 |
| 774 | 2026-03-24T17:03:46.101Z | Downloaded newline-converter v0.3.0 |
| 775 | 2026-03-24T17:03:46.101Z | Downloaded indoc v2.0.7 |
| 776 | 2026-03-24T17:03:46.104Z | Downloaded multimap v0.10.1 |
| 777 | 2026-03-24T17:03:46.104Z | Downloaded newtype-uuid-macros v0.1.0 |
| 778 | 2026-03-24T17:03:46.109Z | Downloaded new_debug_unreachable v1.0.6 |
| 779 | 2026-03-24T17:03:46.109Z | Downloaded mime v0.3.17 |
| 780 | 2026-03-24T17:03:46.111Z | Downloaded newtype_derive v0.1.6 |
| 781 | 2026-03-24T17:03:46.111Z | Downloaded nibble_vec v0.1.0 |
| 782 | 2026-03-24T17:03:46.112Z | Downloaded md5 v0.7.0 |
| 783 | 2026-03-24T17:03:46.112Z | Downloaded maplit v1.0.2 |
| 784 | 2026-03-24T17:03:46.114Z | Downloaded maybe-uninit v2.0.0 |
| 785 | 2026-03-24T17:03:46.114Z | Downloaded md-5 v0.10.6 |
| 786 | 2026-03-24T17:03:46.117Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 787 | 2026-03-24T17:03:46.123Z | Downloaded ipnetwork v0.21.1 |
| 788 | 2026-03-24T17:03:46.123Z | Downloaded ingot-types v0.1.2 |
| 789 | 2026-03-24T17:03:46.123Z | Downloaded getrandom v0.2.17 |
| 790 | 2026-03-24T17:03:46.128Z | Downloaded darling_core v0.23.0 |
| 791 | 2026-03-24T17:03:46.131Z | Downloaded ipnet v2.11.0 |
| 792 | 2026-03-24T17:03:46.131Z | Downloaded half v1.8.3 |
| 793 | 2026-03-24T17:03:46.133Z | Downloaded hickory-client v0.25.2 |
| 794 | 2026-03-24T17:03:46.136Z | Downloaded nodrop v0.1.14 |
| 795 | 2026-03-24T17:03:46.136Z | Downloaded libloading v0.8.9 |
| 796 | 2026-03-24T17:03:46.139Z | Downloaded nonempty v0.12.0 |
| 797 | 2026-03-24T17:03:46.139Z | Downloaded num v0.4.3 |
| 798 | 2026-03-24T17:03:46.141Z | Downloaded num-iter v0.1.45 |
| 799 | 2026-03-24T17:03:46.141Z | Downloaded num-derive v0.3.3 |
| 800 | 2026-03-24T17:03:46.144Z | Downloaded olpc-cjson v0.1.4 |
| 801 | 2026-03-24T17:03:46.144Z | Downloaded num_threads v0.1.7 |
| 802 | 2026-03-24T17:03:46.147Z | Downloaded bzip2 v0.6.1 |
| 803 | 2026-03-24T17:03:46.147Z | Downloaded num-conv v0.2.0 |
| 804 | 2026-03-24T17:03:46.150Z | Downloaded normalize-line-endings v0.3.0 |
| 805 | 2026-03-24T17:03:46.150Z | Downloaded libsw-core v0.3.2 |
| 806 | 2026-03-24T17:03:46.153Z | Downloaded derive_builder v0.20.2 |
| 807 | 2026-03-24T17:03:46.156Z | Downloaded libefi-sys v0.1.0 |
| 808 | 2026-03-24T17:03:46.156Z | Downloaded http-body-util v0.1.3 |
| 809 | 2026-03-24T17:03:46.159Z | Downloaded num_enum_derive v0.5.11 |
| 810 | 2026-03-24T17:03:46.159Z | Downloaded openssl-probe v0.1.6 |
| 811 | 2026-03-24T17:03:46.162Z | Downloaded allocator-api2 v0.2.21 |
| 812 | 2026-03-24T17:03:46.165Z | Downloaded hmac v0.12.1 |
| 813 | 2026-03-24T17:03:46.165Z | Downloaded cookie_store v0.22.1 |
| 814 | 2026-03-24T17:03:46.169Z | Downloaded lock_api v0.4.14 |
| 815 | 2026-03-24T17:03:46.169Z | Downloaded opaque-debug v0.3.1 |
| 816 | 2026-03-24T17:03:46.171Z | Downloaded derive_more v0.99.20 |
| 817 | 2026-03-24T17:03:46.174Z | Downloaded openssl-macros v0.1.1 |
| 818 | 2026-03-24T17:03:46.174Z | Downloaded derive-where v1.6.0 |
| 819 | 2026-03-24T17:03:46.177Z | Downloaded packed_struct_codegen v0.10.1 |
| 820 | 2026-03-24T17:03:46.180Z | Downloaded oso-derive v0.27.3 |
| 821 | 2026-03-24T17:03:46.180Z | Downloaded iana-time-zone v0.1.65 |
| 822 | 2026-03-24T17:03:46.182Z | Downloaded httparse v1.10.1 |
| 823 | 2026-03-24T17:03:46.185Z | Downloaded openssl-probe v0.2.1 |
| 824 | 2026-03-24T17:03:46.188Z | Downloaded multer v3.1.0 |
| 825 | 2026-03-24T17:03:46.189Z | Downloaded newtype-uuid v1.3.2 |
| 826 | 2026-03-24T17:03:46.192Z | Downloaded hyper-rustls v0.27.7 |
| 827 | 2026-03-24T17:03:46.192Z | Downloaded mime_guess v2.0.5 |
| 828 | 2026-03-24T17:03:46.195Z | Downloaded native-tls v0.2.18 |
| 829 | 2026-03-24T17:03:46.195Z | Downloaded getrandom v0.3.4 |
| 830 | 2026-03-24T17:03:46.199Z | Downloaded path-slash v0.1.5 |
| 831 | 2026-03-24T17:03:46.202Z | Downloaded peg-runtime v0.8.5 |
| 832 | 2026-03-24T17:03:46.202Z | Downloaded parse-size v1.1.0 |
| 833 | 2026-03-24T17:03:46.202Z | Downloaded ed25519-dalek v2.2.0 |
| 834 | 2026-03-24T17:03:46.205Z | Downloaded darling_core v0.21.3 |
| 835 | 2026-03-24T17:03:46.208Z | Downloaded ingot-macros v0.1.1 |
| 836 | 2026-03-24T17:03:46.213Z | Downloaded half v2.7.1 |
| 837 | 2026-03-24T17:03:46.216Z | Downloaded jobserver v0.1.34 |
| 838 | 2026-03-24T17:03:46.216Z | Downloaded nu-ansi-term v0.50.3 |
| 839 | 2026-03-24T17:03:46.219Z | Downloaded aes v0.8.4 |
| 840 | 2026-03-24T17:03:46.222Z | Downloaded pbkdf2 v0.11.0 |
| 841 | 2026-03-24T17:03:46.222Z | Downloaded compact_str v0.8.1 |
| 842 | 2026-03-24T17:03:46.225Z | Downloaded num-derive v0.4.2 |
| 843 | 2026-03-24T17:03:46.228Z | Downloaded phf_shared v0.13.1 |
| 844 | 2026-03-24T17:03:46.228Z | Downloaded pbkdf2 v0.12.2 |
| 845 | 2026-03-24T17:03:46.231Z | Downloaded phf_shared v0.11.3 |
| 846 | 2026-03-24T17:03:46.232Z | Downloaded num_enum v0.7.5 |
| 847 | 2026-03-24T17:03:46.241Z | Downloaded parse-display v0.10.0 |
| 848 | 2026-03-24T17:03:46.244Z | Downloaded futures v0.3.32 |
| 849 | 2026-03-24T17:03:46.244Z | Downloaded cc v1.2.56 |
| 850 | 2026-03-24T17:03:46.244Z | Downloaded num_enum v0.5.11 |
| 851 | 2026-03-24T17:03:46.247Z | Downloaded pin-utils v0.1.0 |
| 852 | 2026-03-24T17:03:46.250Z | Downloaded powerfmt v0.2.0 |
| 853 | 2026-03-24T17:03:46.250Z | Downloaded num_enum_derive v0.7.5 |
| 854 | 2026-03-24T17:03:46.253Z | Downloaded num-integer v0.1.46 |
| 855 | 2026-03-24T17:03:46.253Z | Downloaded linear-map v1.2.0 |
| 856 | 2026-03-24T17:03:46.256Z | Downloaded phf_shared v0.12.1 |
| 857 | 2026-03-24T17:03:46.256Z | Downloaded chacha20poly1305 v0.10.1 |
| 858 | 2026-03-24T17:03:46.258Z | Downloaded litrs v1.0.0 |
| 859 | 2026-03-24T17:03:46.262Z | Downloaded oxide-tokio-rt v0.1.3 |
| 860 | 2026-03-24T17:03:46.262Z | Downloaded oxnet v0.1.4 |
| 861 | 2026-03-24T17:03:46.264Z | Downloaded precomputed-hash v0.1.1 |
| 862 | 2026-03-24T17:03:46.264Z | Downloaded arc-swap v1.8.2 |
| 863 | 2026-03-24T17:03:46.267Z | Downloaded predicates-tree v1.0.13 |
| 864 | 2026-03-24T17:03:46.270Z | Downloaded predicates-core v1.0.10 |
| 865 | 2026-03-24T17:03:46.270Z | Downloaded base64 v0.22.1 |
| 866 | 2026-03-24T17:03:46.273Z | Downloaded owo-colors v4.3.0 |
| 867 | 2026-03-24T17:03:46.275Z | Downloaded memmap2 v0.9.10 |
| 868 | 2026-03-24T17:03:46.276Z | Downloaded ignore v0.4.25 |
| 869 | 2026-03-24T17:03:46.279Z | Downloaded libsw v3.5.0 |
| 870 | 2026-03-24T17:03:46.281Z | Downloaded hash32 v0.2.1 |
| 871 | 2026-03-24T17:03:46.281Z | Downloaded nanorand v0.7.0 |
| 872 | 2026-03-24T17:03:46.284Z | Downloaded progenitor-client v0.10.0 |
| 873 | 2026-03-24T17:03:46.284Z | Downloaded parking_lot_core v0.8.6 |
| 874 | 2026-03-24T17:03:46.287Z | Downloaded progenitor-client v0.11.2 |
| 875 | 2026-03-24T17:03:46.287Z | Downloaded proc-macro-crate v3.4.0 |
| 876 | 2026-03-24T17:03:46.290Z | Downloaded progenitor-macro v0.13.0 |
| 877 | 2026-03-24T17:03:46.290Z | Downloaded psl-types v2.0.11 |
| 878 | 2026-03-24T17:03:46.293Z | Downloaded quick-error v1.2.3 |
| 879 | 2026-03-24T17:03:46.293Z | Downloaded progenitor-macro v0.11.2 |
| 880 | 2026-03-24T17:03:46.296Z | Downloaded proc-macro-crate v1.3.1 |
| 881 | 2026-03-24T17:03:46.296Z | Downloaded password-hash v0.4.2 |
| 882 | 2026-03-24T17:03:46.296Z | Downloaded progenitor-macro v0.10.0 |
| 883 | 2026-03-24T17:03:46.299Z | Downloaded group v0.13.0 |
| 884 | 2026-03-24T17:03:46.299Z | Downloaded hyper-staticfile v0.10.1 |
| 885 | 2026-03-24T17:03:46.305Z | Downloaded headers v0.4.1 |
| 886 | 2026-03-24T17:03:46.308Z | Downloaded base64 v0.21.7 |
| 887 | 2026-03-24T17:03:46.312Z | Downloaded humantime v2.3.0 |
| 888 | 2026-03-24T17:03:46.312Z | Downloaded num-rational v0.4.2 |
| 889 | 2026-03-24T17:03:46.315Z | Downloaded futures-channel v0.3.32 |
| 890 | 2026-03-24T17:03:46.315Z | Downloaded managed v0.8.0 |
| 891 | 2026-03-24T17:03:46.318Z | Downloaded elliptic-curve v0.13.8 |
| 892 | 2026-03-24T17:03:46.321Z | Downloaded poly1305 v0.8.0 |
| 893 | 2026-03-24T17:03:46.321Z | Downloaded radium v0.7.0 |
| 894 | 2026-03-24T17:03:46.325Z | Downloaded pin-project-internal v1.1.11 |
| 895 | 2026-03-24T17:03:46.325Z | Downloaded peg v0.8.5 |
| 896 | 2026-03-24T17:03:46.328Z | Downloaded pkg-config v0.3.32 |
| 897 | 2026-03-24T17:03:46.330Z | Downloaded bumpalo v3.20.2 |
| 898 | 2026-03-24T17:03:46.331Z | Downloaded rand_chacha v0.3.1 |
| 899 | 2026-03-24T17:03:46.334Z | Downloaded pkcs8 v0.10.2 |
| 900 | 2026-03-24T17:03:46.338Z | Downloaded flume v0.11.1 |
| 901 | 2026-03-24T17:03:46.340Z | Downloaded rand_xorshift v0.4.0 |
| 902 | 2026-03-24T17:03:46.340Z | Downloaded polyval v0.6.2 |
| 903 | 2026-03-24T17:03:46.341Z | Downloaded phf v0.12.1 |
| 904 | 2026-03-24T17:03:46.344Z | Downloaded libbz2-rs-sys v0.2.2 |
| 905 | 2026-03-24T17:03:46.344Z | Downloaded phf v0.13.1 |
| 906 | 2026-03-24T17:03:46.346Z | Downloaded pem-rfc7468 v0.7.0 |
| 907 | 2026-03-24T17:03:46.349Z | Downloaded pem v3.0.6 |
| 908 | 2026-03-24T17:03:46.349Z | Downloaded ref-cast v1.0.25 |
| 909 | 2026-03-24T17:03:46.352Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 910 | 2026-03-24T17:03:46.352Z | Downloaded der v0.7.10 |
| 911 | 2026-03-24T17:03:46.357Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 912 | 2026-03-24T17:03:46.361Z | Downloaded crossterm v0.28.1 |
| 913 | 2026-03-24T17:03:46.364Z | Downloaded proc-macro-error2 v2.0.1 |
| 914 | 2026-03-24T17:03:46.367Z | Downloaded parking_lot v0.12.5 |
| 915 | 2026-03-24T17:03:46.370Z | Downloaded progenitor-extras v0.1.1 |
| 916 | 2026-03-24T17:03:46.374Z | Downloaded progenitor-client v0.13.0 |
| 917 | 2026-03-24T17:03:46.374Z | Downloaded indexmap v1.9.3 |
| 918 | 2026-03-24T17:03:46.377Z | Downloaded rfc6979 v0.4.0 |
| 919 | 2026-03-24T17:03:46.377Z | Downloaded indicatif v0.18.4 |
| 920 | 2026-03-24T17:03:46.379Z | Downloaded recursive v0.1.1 |
| 921 | 2026-03-24T17:03:46.382Z | Downloaded primeorder v0.13.6 |
| 922 | 2026-03-24T17:03:46.382Z | Downloaded rustc-hash v2.1.1 |
| 923 | 2026-03-24T17:03:46.385Z | Downloaded parking_lot_core v0.9.12 |
| 924 | 2026-03-24T17:03:46.385Z | Downloaded progenitor v0.11.2 |
| 925 | 2026-03-24T17:03:46.388Z | Downloaded progenitor v0.10.0 |
| 926 | 2026-03-24T17:03:46.388Z | Downloaded parse-display-derive v0.10.0 |
| 927 | 2026-03-24T17:03:46.391Z | Downloaded psm v0.1.30 |
| 928 | 2026-03-24T17:03:46.394Z | Downloaded rtoolbox v0.0.3 |
| 929 | 2026-03-24T17:03:46.394Z | Downloaded heapless v0.8.0 |
| 930 | 2026-03-24T17:03:46.396Z | Downloaded rustc_version v0.4.1 |
| 931 | 2026-03-24T17:03:46.399Z | Downloaded russh-cryptovec v0.7.3 |
| 932 | 2026-03-24T17:03:46.399Z | Downloaded hickory-resolver v0.24.4 |
| 933 | 2026-03-24T17:03:46.403Z | Downloaded heapless v0.7.17 |
| 934 | 2026-03-24T17:03:46.406Z | Downloaded dropshot-api-manager v0.6.0 |
| 935 | 2026-03-24T17:03:46.409Z | Downloaded r2d2 v0.8.10 |
| 936 | 2026-03-24T17:03:46.412Z | Downloaded rustc_version v0.1.7 |
| 937 | 2026-03-24T17:03:46.412Z | Downloaded flate2 v1.1.9 |
| 938 | 2026-03-24T17:03:46.416Z | Downloaded rand_core v0.6.4 |
| 939 | 2026-03-24T17:03:46.419Z | Downloaded pkcs1 v0.7.5 |
| 940 | 2026-03-24T17:03:46.422Z | Downloaded expectorate v1.2.0 |
| 941 | 2026-03-24T17:03:46.425Z | Downloaded derive_more v2.1.1 |
| 942 | 2026-03-24T17:03:46.431Z | Downloaded rand_chacha v0.9.0 |
| 943 | 2026-03-24T17:03:46.435Z | Downloaded salsa20 v0.10.2 |
| 944 | 2026-03-24T17:03:46.435Z | Downloaded rand_core v0.10.0 |
| 945 | 2026-03-24T17:03:46.437Z | Downloaded diesel_derives v2.3.7 |
| 946 | 2026-03-24T17:03:46.441Z | Downloaded scopeguard v1.2.0 |
| 947 | 2026-03-24T17:03:46.444Z | Downloaded ref-cast-impl v1.0.25 |
| 948 | 2026-03-24T17:03:46.444Z | Downloaded rand_seeder v0.4.0 |
| 949 | 2026-03-24T17:03:46.447Z | Downloaded rand_core v0.9.5 |
| 950 | 2026-03-24T17:03:46.447Z | Downloaded progenitor v0.13.0 |
| 951 | 2026-03-24T17:03:46.451Z | Downloaded scrypt v0.11.0 |
| 952 | 2026-03-24T17:03:46.452Z | Downloaded scroll_derive v0.13.1 |
| 953 | 2026-03-24T17:03:46.454Z | Downloaded scheduled-thread-pool v0.2.7 |
| 954 | 2026-03-24T17:03:46.454Z | Downloaded secrecy v0.8.0 |
| 955 | 2026-03-24T17:03:46.454Z | Downloaded same-file v1.0.6 |
| 956 | 2026-03-24T17:03:46.457Z | Downloaded postgres-types v0.2.12 |
| 957 | 2026-03-24T17:03:46.457Z | Downloaded resolv-conf v0.7.6 |
| 958 | 2026-03-24T17:03:46.460Z | Downloaded parking_lot v0.11.2 |
| 959 | 2026-03-24T17:03:46.463Z | Downloaded miniz_oxide v0.8.9 |
| 960 | 2026-03-24T17:03:46.463Z | Downloaded p256 v0.13.2 |
| 961 | 2026-03-24T17:03:46.466Z | Downloaded predicates v3.1.4 |
| 962 | 2026-03-24T17:03:46.469Z | Downloaded ppv-lite86 v0.2.21 |
| 963 | 2026-03-24T17:03:46.472Z | Downloaded postgres-protocol v0.6.10 |
| 964 | 2026-03-24T17:03:46.472Z | Downloaded packed_struct v0.10.1 |
| 965 | 2026-03-24T17:03:46.475Z | Downloaded secrecy v0.10.3 |
| 966 | 2026-03-24T17:03:46.475Z | Downloaded sapling-renderdag v0.1.0 |
| 967 | 2026-03-24T17:03:46.478Z | Downloaded serde-big-array v0.5.1 |
| 968 | 2026-03-24T17:03:46.478Z | Downloaded semver v0.1.20 |
| 969 | 2026-03-24T17:03:46.480Z | Downloaded omicron-zone-package v0.12.2 |
| 970 | 2026-03-24T17:03:46.483Z | Downloaded serde_repr v0.1.20 |
| 971 | 2026-03-24T17:03:46.483Z | Downloaded serde_bytes v0.11.19 |
| 972 | 2026-03-24T17:03:46.486Z | Downloaded peg-macros v0.8.5 |
| 973 | 2026-03-24T17:03:46.489Z | Downloaded paste v1.0.15 |
| 974 | 2026-03-24T17:03:46.492Z | Downloaded jiff-static v0.2.21 |
| 975 | 2026-03-24T17:03:46.492Z | Downloaded password-hash v0.5.0 |
| 976 | 2026-03-24T17:03:46.495Z | Downloaded num-complex v0.4.6 |
| 977 | 2026-03-24T17:03:46.497Z | Downloaded crossbeam-epoch v0.9.18 |
| 978 | 2026-03-24T17:03:46.497Z | Downloaded serde_spanned v1.0.4 |
| 979 | 2026-03-24T17:03:46.500Z | Downloaded sha1 v0.10.6 |
| 980 | 2026-03-24T17:03:46.500Z | Downloaded pin-project-lite v0.2.17 |
| 981 | 2026-03-24T17:03:46.504Z | Downloaded serde_urlencoded v0.7.1 |
| 982 | 2026-03-24T17:03:46.507Z | Downloaded quinn-udp v0.5.14 |
| 983 | 2026-03-24T17:03:46.510Z | Downloaded pin-project v1.1.11 |
| 984 | 2026-03-24T17:03:46.517Z | Downloaded sigpipe v0.1.3 |
| 985 | 2026-03-24T17:03:46.521Z | Downloaded pkcs5 v0.7.1 |
| 986 | 2026-03-24T17:03:46.524Z | Downloaded rustversion v1.0.22 |
| 987 | 2026-03-24T17:03:46.527Z | Downloaded signal-hook-tokio v0.3.1 |
| 988 | 2026-03-24T17:03:46.527Z | Downloaded shell-words v1.1.1 |
| 989 | 2026-03-24T17:03:46.527Z | Downloaded signature v2.2.0 |
| 990 | 2026-03-24T17:03:46.530Z | Downloaded siphasher v1.0.2 |
| 991 | 2026-03-24T17:03:46.530Z | Downloaded rusty-fork v0.3.1 |
| 992 | 2026-03-24T17:03:46.533Z | Downloaded rustls-pemfile v2.2.0 |
| 993 | 2026-03-24T17:03:46.533Z | Downloaded rustls-pemfile v1.0.4 |
| 994 | 2026-03-24T17:03:46.537Z | Downloaded slog-envlogger v2.2.0 |
| 995 | 2026-03-24T17:03:46.540Z | Downloaded slog-bunyan v2.5.0 |
| 996 | 2026-03-24T17:03:46.540Z | Downloaded prefix-trie v0.7.0 |
| 997 | 2026-03-24T17:03:46.543Z | Downloaded rustls-native-certs v0.8.3 |
| 998 | 2026-03-24T17:03:46.543Z | Downloaded schemars_derive v0.8.22 |
| 999 | 2026-03-24T17:03:46.546Z | Downloaded derive_more-impl v2.1.1 |
| 1000 | 2026-03-24T17:03:46.549Z | Downloaded serde_plain v1.0.2 |
| 1001 | 2026-03-24T17:03:46.552Z | Downloaded lru-cache v0.1.2 |
| 1002 | 2026-03-24T17:03:46.552Z | Downloaded http-range v0.1.5 |
| 1003 | 2026-03-24T17:03:46.555Z | Downloaded diff v0.1.13 |
| 1004 | 2026-03-24T17:03:46.558Z | Downloaded blake2 v0.10.6 |
| 1005 | 2026-03-24T17:03:46.558Z | Downloaded ena v0.14.4 |
| 1006 | 2026-03-24T17:03:46.561Z | Downloaded progenitor-impl v0.11.2 |
| 1007 | 2026-03-24T17:03:46.563Z | Downloaded progenitor-impl v0.10.0 |
| 1008 | 2026-03-24T17:03:46.564Z | Downloaded sec1 v0.7.3 |
| 1009 | 2026-03-24T17:03:46.566Z | Downloaded scroll v0.13.0 |
| 1010 | 2026-03-24T17:03:46.566Z | Downloaded serde-hex v0.1.0 |
| 1011 | 2026-03-24T17:03:46.570Z | Downloaded seq-macro v0.3.6 |
| 1012 | 2026-03-24T17:03:46.572Z | Downloaded bytes v1.11.1 |
| 1013 | 2026-03-24T17:03:46.575Z | Downloaded buf-list v1.1.2 |
| 1014 | 2026-03-24T17:03:46.578Z | Downloaded hashbrown v0.13.2 |
| 1015 | 2026-03-24T17:03:46.581Z | Downloaded papergrid v0.17.0 |
| 1016 | 2026-03-24T17:03:46.585Z | Downloaded hickory-resolver v0.25.2 |
| 1017 | 2026-03-24T17:03:46.588Z | Downloaded ssh-encoding v0.2.0 |
| 1018 | 2026-03-24T17:03:46.591Z | Downloaded ssh-cipher v0.2.0 |
| 1019 | 2026-03-24T17:03:46.591Z | Downloaded sqlparser_derive v0.5.0 |
| 1020 | 2026-03-24T17:03:46.594Z | Downloaded signal-hook-registry v1.4.8 |
| 1021 | 2026-03-24T17:03:46.594Z | Downloaded hashbrown v0.12.3 |
| 1022 | 2026-03-24T17:03:46.598Z | Downloaded postcard v1.1.3 |
| 1023 | 2026-03-24T17:03:46.601Z | Downloaded hex-literal v0.4.1 |
| 1024 | 2026-03-24T17:03:46.601Z | Downloaded hex v0.4.3 |
| 1025 | 2026-03-24T17:03:46.601Z | Downloaded signal-hook-mio v0.2.5 |
| 1026 | 2026-03-24T17:03:46.604Z | Downloaded structmeta v0.3.0 |
| 1027 | 2026-03-24T17:03:46.604Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1028 | 2026-03-24T17:03:46.607Z | Downloaded hickory-server v0.25.2 |
| 1029 | 2026-03-24T17:03:46.610Z | Downloaded strum v0.26.3 |
| 1030 | 2026-03-24T17:03:46.610Z | Downloaded simd-adler32 v0.3.8 |
| 1031 | 2026-03-24T17:03:46.613Z | Downloaded serde_path_to_error v0.1.20 |
| 1032 | 2026-03-24T17:03:46.613Z | Downloaded serde_derive_internals v0.29.1 |
| 1033 | 2026-03-24T17:03:46.616Z | Downloaded hash32 v0.3.1 |
| 1034 | 2026-03-24T17:03:46.616Z | Downloaded futures-task v0.3.32 |
| 1035 | 2026-03-24T17:03:46.619Z | Downloaded corncobs v0.1.4 |
| 1036 | 2026-03-24T17:03:46.619Z | Downloaded convert_case v0.10.0 |
| 1037 | 2026-03-24T17:03:46.622Z | Downloaded slab v0.4.12 |
| 1038 | 2026-03-24T17:03:46.622Z | Downloaded strum v0.27.2 |
| 1039 | 2026-03-24T17:03:46.625Z | Downloaded slog-json v2.6.1 |
| 1040 | 2026-03-24T17:03:46.625Z | Downloaded supports-color v3.0.2 |
| 1041 | 2026-03-24T17:03:46.628Z | Downloaded structmeta-derive v0.3.0 |
| 1042 | 2026-03-24T17:03:46.628Z | Downloaded slog-dtrace v0.3.0 |
| 1043 | 2026-03-24T17:03:46.628Z | Downloaded sync_wrapper v1.0.2 |
| 1044 | 2026-03-24T17:03:46.632Z | Downloaded slog-async v2.8.0 |
| 1045 | 2026-03-24T17:03:46.632Z | Downloaded shlex v1.3.0 |
| 1046 | 2026-03-24T17:03:46.636Z | Downloaded slog-stdlog v4.1.1 |
| 1047 | 2026-03-24T17:03:46.636Z | Downloaded oso v0.27.3 |
| 1048 | 2026-03-24T17:03:46.640Z | Downloaded openssl-sys v0.9.111 |
| 1049 | 2026-03-24T17:03:46.643Z | Downloaded prettyplease v0.2.37 |
| 1050 | 2026-03-24T17:03:46.645Z | Downloaded tap v1.0.1 |
| 1051 | 2026-03-24T17:03:46.645Z | Downloaded sync-ptr v0.1.4 |
| 1052 | 2026-03-24T17:03:46.645Z | Downloaded slog-term v2.9.2 |
| 1053 | 2026-03-24T17:03:46.648Z | Downloaded subtle v2.6.1 |
| 1054 | 2026-03-24T17:03:46.653Z | Downloaded minimal-lexical v0.2.1 |
| 1055 | 2026-03-24T17:03:46.657Z | Downloaded take_mut v0.2.2 |
| 1056 | 2026-03-24T17:03:46.657Z | Downloaded tagptr v0.2.0 |
| 1057 | 2026-03-24T17:03:46.657Z | Downloaded tabwriter v1.4.1 |
| 1058 | 2026-03-24T17:03:46.657Z | Downloaded http v1.4.0 |
| 1059 | 2026-03-24T17:03:46.660Z | Downloaded serde_cbor v0.11.2 |
| 1060 | 2026-03-24T17:03:46.663Z | Downloaded slog-scope v4.4.1 |
| 1061 | 2026-03-24T17:03:46.663Z | Downloaded cmake v0.1.57 |
| 1062 | 2026-03-24T17:03:46.666Z | Downloaded cipher v0.4.4 |
| 1063 | 2026-03-24T17:03:46.666Z | Downloaded smf v0.2.3 |
| 1064 | 2026-03-24T17:03:46.666Z | Downloaded smallvec v0.6.14 |
| 1065 | 2026-03-24T17:03:46.669Z | Downloaded snafu-derive v0.8.9 |
| 1066 | 2026-03-24T17:03:46.670Z | Downloaded spki v0.7.3 |
| 1067 | 2026-03-24T17:03:46.672Z | Downloaded serde_with_macros v3.17.0 |
| 1068 | 2026-03-24T17:03:46.672Z | Downloaded russh-keys v0.45.0 |
| 1069 | 2026-03-24T17:03:46.676Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1070 | 2026-03-24T17:03:46.679Z | Downloaded testing_table v0.3.0 |
| 1071 | 2026-03-24T17:03:46.679Z | Downloaded termtree v0.5.1 |
| 1072 | 2026-03-24T17:03:46.679Z | Downloaded thread-id v5.1.0 |
| 1073 | 2026-03-24T17:03:46.682Z | Downloaded aes-gcm v0.10.3 |
| 1074 | 2026-03-24T17:03:46.682Z | Downloaded num-bigint v0.4.6 |
| 1075 | 2026-03-24T17:03:46.687Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1076 | 2026-03-24T17:03:46.690Z | Downloaded stringprep v0.1.5 |
| 1077 | 2026-03-24T17:03:46.693Z | Downloaded string_cache v0.8.9 |
| 1078 | 2026-03-24T17:03:46.693Z | Downloaded stacker v0.1.23 |
| 1079 | 2026-03-24T17:03:46.696Z | Downloaded sct v0.7.1 |
| 1080 | 2026-03-24T17:03:46.699Z | Downloaded strum_macros v0.27.2 |
| 1081 | 2026-03-24T17:03:46.699Z | Downloaded cfg_aliases v0.1.1 |
| 1082 | 2026-03-24T17:03:46.702Z | Downloaded cexpr v0.6.0 |
| 1083 | 2026-03-24T17:03:46.702Z | Downloaded cassowary v0.3.0 |
| 1084 | 2026-03-24T17:03:46.705Z | Downloaded blowfish v0.9.1 |
| 1085 | 2026-03-24T17:03:46.705Z | Downloaded bitflags v1.3.2 |
| 1086 | 2026-03-24T17:03:46.708Z | Downloaded strum_macros v0.26.4 |
| 1087 | 2026-03-24T17:03:46.710Z | Downloaded tinyvec_macros v0.1.1 |
| 1088 | 2026-03-24T17:03:46.710Z | Downloaded schemars v0.8.22 |
| 1089 | 2026-03-24T17:03:46.718Z | Downloaded rustls-pki-types v1.14.0 |
| 1090 | 2026-03-24T17:03:46.721Z | Downloaded hyper-util v0.1.20 |
| 1091 | 2026-03-24T17:03:46.726Z | Downloaded nom v7.1.3 |
| 1092 | 2026-03-24T17:03:46.729Z | Downloaded ryu v1.0.23 |
| 1093 | 2026-03-24T17:03:46.732Z | Downloaded strum_macros v0.24.3 |
| 1094 | 2026-03-24T17:03:46.735Z | Downloaded tabled_derive v0.11.0 |
| 1095 | 2026-03-24T17:03:46.738Z | Downloaded support-bundle-viewer v0.1.2 |
| 1096 | 2026-03-24T17:03:46.738Z | Downloaded ron v0.8.1 |
| 1097 | 2026-03-24T17:03:46.741Z | Downloaded rcgen v0.12.1 |
| 1098 | 2026-03-24T17:03:46.744Z | Downloaded rayon-core v1.13.0 |
| 1099 | 2026-03-24T17:03:46.747Z | Downloaded progenitor-impl v0.13.0 |
| 1100 | 2026-03-24T17:03:46.750Z | Downloaded publicsuffix v2.3.0 |
| 1101 | 2026-03-24T17:03:46.750Z | Downloaded qorb v0.4.1 |
| 1102 | 2026-03-24T17:03:46.754Z | Downloaded itertools v0.10.5 |
| 1103 | 2026-03-24T17:03:46.759Z | Downloaded sqlformat v0.3.5 |
| 1104 | 2026-03-24T17:03:46.762Z | Downloaded try-lock v0.2.5 |
| 1105 | 2026-03-24T17:03:46.762Z | Downloaded trait-variant v0.1.2 |
| 1106 | 2026-03-24T17:03:46.765Z | Downloaded spin v0.9.8 |
| 1107 | 2026-03-24T17:03:46.765Z | Downloaded thiserror-no-std v2.0.2 |
| 1108 | 2026-03-24T17:03:46.768Z | Downloaded tower-service v0.3.3 |
| 1109 | 2026-03-24T17:03:46.771Z | Downloaded tower-layer v0.3.3 |
| 1110 | 2026-03-24T17:03:46.771Z | Downloaded topological-sort v0.2.2 |
| 1111 | 2026-03-24T17:03:46.774Z | Downloaded thread_local v1.1.9 |
| 1112 | 2026-03-24T17:03:46.774Z | Downloaded termios v0.3.3 |
| 1113 | 2026-03-24T17:03:46.774Z | Downloaded static_assertions v1.1.0 |
| 1114 | 2026-03-24T17:03:46.777Z | Downloaded hashbrown v0.15.5 |
| 1115 | 2026-03-24T17:03:46.780Z | Downloaded time-core v0.1.8 |
| 1116 | 2026-03-24T17:03:46.782Z | Downloaded pretty_assertions v1.4.1 |
| 1117 | 2026-03-24T17:03:46.782Z | Downloaded crossterm v0.29.0 |
| 1118 | 2026-03-24T17:03:46.787Z | Downloaded typify-macro v0.4.3 |
| 1119 | 2026-03-24T17:03:46.790Z | Downloaded base64ct v1.8.3 |
| 1120 | 2026-03-24T17:03:46.793Z | Downloaded base16ct v0.2.0 |
| 1121 | 2026-03-24T17:03:46.793Z | Downloaded cpufeatures v0.3.0 |
| 1122 | 2026-03-24T17:03:46.798Z | Downloaded erased-serde v0.3.31 |
| 1123 | 2026-03-24T17:03:46.798Z | Downloaded const_format v0.2.35 |
| 1124 | 2026-03-24T17:03:46.801Z | Downloaded tls_codec_derive v0.4.2 |
| 1125 | 2026-03-24T17:03:46.801Z | Downloaded tokio-macros v2.6.0 |
| 1126 | 2026-03-24T17:03:46.804Z | Downloaded time-macros v0.2.27 |
| 1127 | 2026-03-24T17:03:46.804Z | Downloaded tokio-rustls v0.25.0 |
| 1128 | 2026-03-24T17:03:46.807Z | Downloaded tokio-native-tls v0.3.1 |
| 1129 | 2026-03-24T17:03:46.807Z | Downloaded signal-hook v0.3.18 |
| 1130 | 2026-03-24T17:03:46.810Z | Downloaded universal-hash v0.5.1 |
| 1131 | 2026-03-24T17:03:46.814Z | Downloaded unarray v0.1.4 |
| 1132 | 2026-03-24T17:03:46.814Z | Downloaded typify-macro v0.6.1 |
| 1133 | 2026-03-24T17:03:46.814Z | Downloaded tls_codec v0.4.2 |
| 1134 | 2026-03-24T17:03:46.846Z | Downloaded mio v1.1.1 |
| 1135 | 2026-03-24T17:03:46.846Z | Downloaded untrusted v0.7.1 |
| 1136 | 2026-03-24T17:03:46.846Z | Downloaded unit-prefix v0.5.2 |
| 1137 | 2026-03-24T17:03:46.846Z | Downloaded unicode-truncate v1.1.0 |
| 1138 | 2026-03-24T17:03:46.846Z | Downloaded tokio-dtrace v0.1.1 |
| 1139 | 2026-03-24T17:03:46.846Z | Downloaded tiny-keccak v2.0.2 |
| 1140 | 2026-03-24T17:03:46.846Z | Downloaded usdt v0.6.0 |
| 1141 | 2026-03-24T17:03:46.846Z | Downloaded untrusted v0.9.0 |
| 1142 | 2026-03-24T17:03:46.846Z | Downloaded tokio-tungstenite v0.21.0 |
| 1143 | 2026-03-24T17:03:46.846Z | Downloaded usdt-attr-macro v0.6.0 |
| 1144 | 2026-03-24T17:03:46.846Z | Downloaded tokio-tungstenite v0.23.1 |
| 1145 | 2026-03-24T17:03:46.846Z | Downloaded utf-8 v0.7.6 |
| 1146 | 2026-03-24T17:03:46.846Z | Downloaded usdt-macro v0.6.0 |
| 1147 | 2026-03-24T17:03:46.846Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1148 | 2026-03-24T17:03:46.846Z | Downloaded similar v2.7.0 |
| 1149 | 2026-03-24T17:03:46.846Z | Downloaded term v1.2.1 |
| 1150 | 2026-03-24T17:03:46.849Z | Downloaded socket2 v0.6.2 |
| 1151 | 2026-03-24T17:03:46.849Z | Downloaded socket2 v0.5.10 |
| 1152 | 2026-03-24T17:03:46.849Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1153 | 2026-03-24T17:03:46.849Z | Downloaded itertools v0.12.1 |
| 1154 | 2026-03-24T17:03:46.854Z | Downloaded wait-timeout v0.2.1 |
| 1155 | 2026-03-24T17:03:46.857Z | Downloaded term v0.7.0 |
| 1156 | 2026-03-24T17:03:46.860Z | Downloaded rand v0.9.2 |
| 1157 | 2026-03-24T17:03:46.863Z | Downloaded rsa v0.9.10 |
| 1158 | 2026-03-24T17:03:46.866Z | Downloaded void v1.0.2 |
| 1159 | 2026-03-24T17:03:46.866Z | Downloaded tui-tree-widget v0.23.1 |
| 1160 | 2026-03-24T17:03:46.869Z | Downloaded iddqd v0.3.17 |
| 1161 | 2026-03-24T17:03:46.872Z | Downloaded want v0.3.1 |
| 1162 | 2026-03-24T17:03:46.877Z | Downloaded num-bigint-dig v0.8.6 |
| 1163 | 2026-03-24T17:03:46.881Z | Downloaded itertools v0.13.0 |
| 1164 | 2026-03-24T17:03:46.887Z | Downloaded tokio-rustls v0.24.1 |
| 1165 | 2026-03-24T17:03:46.887Z | Downloaded subprocess v0.2.15 |
| 1166 | 2026-03-24T17:03:46.890Z | Downloaded rand v0.8.5 |
| 1167 | 2026-03-24T17:03:46.890Z | Downloaded slog v2.8.2 |
| 1168 | 2026-03-24T17:03:46.893Z | Downloaded waitgroup v0.1.2 |
| 1169 | 2026-03-24T17:03:46.893Z | Downloaded hyper v1.8.1 |
| 1170 | 2026-03-24T17:03:46.899Z | Downloaded schemars v1.2.1 |
| 1171 | 2026-03-24T17:03:46.909Z | Downloaded usdt-impl v0.6.0 |
| 1172 | 2026-03-24T17:03:46.914Z | Downloaded schemars v0.9.0 |
| 1173 | 2026-03-24T17:03:46.919Z | Downloaded xattr v1.6.1 |
| 1174 | 2026-03-24T17:03:46.922Z | Downloaded iri-string v0.7.10 |
| 1175 | 2026-03-24T17:03:46.926Z | Downloaded xshell-macros v0.2.7 |
| 1176 | 2026-03-24T17:03:46.929Z | Downloaded ctr v0.9.2 |
| 1177 | 2026-03-24T17:03:46.929Z | Downloaded crc-any v2.5.0 |
| 1178 | 2026-03-24T17:03:46.933Z | Downloaded uzers v0.12.2 |
| 1179 | 2026-03-24T17:03:46.933Z | Downloaded tokio-stream v0.1.18 |
| 1180 | 2026-03-24T17:03:46.938Z | Downloaded zone v0.3.1 |
| 1181 | 2026-03-24T17:03:46.941Z | Downloaded tokio-rustls v0.26.4 |
| 1182 | 2026-03-24T17:03:46.941Z | Downloaded test-strategy v0.4.5 |
| 1183 | 2026-03-24T17:03:46.944Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1184 | 2026-03-24T17:03:46.944Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1185 | 2026-03-24T17:03:46.947Z | Downloaded rand v0.10.0 |
| 1186 | 2026-03-24T17:03:46.949Z | Downloaded tracing-attributes v0.1.31 |
| 1187 | 2026-03-24T17:03:46.952Z | Downloaded twox-hash v2.1.2 |
| 1188 | 2026-03-24T17:03:46.952Z | Downloaded zone_cfg_derive v0.3.1 |
| 1189 | 2026-03-24T17:03:46.952Z | Downloaded tar v0.4.44 |
| 1190 | 2026-03-24T17:03:46.955Z | Downloaded snafu v0.8.9 |
| 1191 | 2026-03-24T17:03:46.959Z | Downloaded vergen-lib v0.1.6 |
| 1192 | 2026-03-24T17:03:46.962Z | Downloaded vergen-git2 v1.0.7 |
| 1193 | 2026-03-24T17:03:46.962Z | Downloaded samael v0.0.19 |
| 1194 | 2026-03-24T17:03:46.966Z | Downloaded libxml v0.3.3 |
| 1195 | 2026-03-24T17:03:46.971Z | Downloaded quinn v0.11.9 |
| 1196 | 2026-03-24T17:03:46.976Z | Downloaded libm v0.2.16 |
| 1197 | 2026-03-24T17:03:46.980Z | Downloaded whoami v2.1.0 |
| 1198 | 2026-03-24T17:03:46.983Z | Downloaded vsss-rs v3.3.4 |
| 1199 | 2026-03-24T17:03:46.986Z | Downloaded vergen-gitcl v1.0.8 |
| 1200 | 2026-03-24T17:03:46.986Z | Downloaded rustls-webpki v0.103.9 |
| 1201 | 2026-03-24T17:03:46.989Z | Downloaded futures-util v0.3.32 |
| 1202 | 2026-03-24T17:03:46.997Z | Downloaded wyz v0.5.1 |
| 1203 | 2026-03-24T17:03:46.999Z | Downloaded unicase v2.9.0 |
| 1204 | 2026-03-24T17:03:46.999Z | Downloaded tinyvec v1.10.0 |
| 1205 | 2026-03-24T17:03:47.002Z | Downloaded aho-corasick v1.1.4 |
| 1206 | 2026-03-24T17:03:47.005Z | Downloaded xshell v0.2.7 |
| 1207 | 2026-03-24T17:03:47.012Z | Downloaded xz2 v0.1.7 |
| 1208 | 2026-03-24T17:03:47.016Z | Downloaded zeroize v1.8.2 |
| 1209 | 2026-03-24T17:03:47.016Z | Downloaded bitvec v1.0.1 |
| 1210 | 2026-03-24T17:03:47.020Z | Downloaded zeroize_derive v1.4.3 |
| 1211 | 2026-03-24T17:03:47.023Z | Downloaded vergen v9.0.6 |
| 1212 | 2026-03-24T17:03:47.023Z | Downloaded p521 v0.13.3 |
| 1213 | 2026-03-24T17:03:47.028Z | Downloaded unicode-properties v0.1.4 |
| 1214 | 2026-03-24T17:03:47.031Z | Downloaded toml v0.7.8 |
| 1215 | 2026-03-24T17:03:47.031Z | Downloaded walkdir v2.5.0 |
| 1216 | 2026-03-24T17:03:47.035Z | Downloaded typify v0.4.3 |
| 1217 | 2026-03-24T17:03:47.038Z | Downloaded zstd-safe v7.2.4 |
| 1218 | 2026-03-24T17:03:47.038Z | Downloaded zstd v0.13.3 |
| 1219 | 2026-03-24T17:03:47.038Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1220 | 2026-03-24T17:03:47.041Z | Downloaded h2 v0.4.13 |
| 1221 | 2026-03-24T17:03:47.046Z | Downloaded hkdf v0.12.4 |
| 1222 | 2026-03-24T17:03:47.049Z | Downloaded typify v0.6.1 |
| 1223 | 2026-03-24T17:03:47.051Z | Downloaded itertools v0.14.0 |
| 1224 | 2026-03-24T17:03:47.056Z | Downloaded yasna v0.5.2 |
| 1225 | 2026-03-24T17:03:47.059Z | Downloaded blake3 v1.8.3 |
| 1226 | 2026-03-24T17:03:47.064Z | Downloaded whoami v1.6.1 |
| 1227 | 2026-03-24T17:03:47.067Z | Downloaded zerocopy v0.6.6 |
| 1228 | 2026-03-24T17:03:47.070Z | Downloaded tungstenite v0.23.0 |
| 1229 | 2026-03-24T17:03:47.072Z | Downloaded unicode-bidi v0.3.18 |
| 1230 | 2026-03-24T17:03:47.072Z | Downloaded tungstenite v0.21.0 |
| 1231 | 2026-03-24T17:03:47.075Z | Downloaded steno v0.4.1 |
| 1232 | 2026-03-24T17:03:47.078Z | Downloaded const_format_proc_macros v0.2.34 |
| 1233 | 2026-03-24T17:03:47.081Z | Downloaded downcast-rs v2.0.2 |
| 1234 | 2026-03-24T17:03:47.081Z | Downloaded difflib v0.4.0 |
| 1235 | 2026-03-24T17:03:47.081Z | Downloaded convert_case v0.4.0 |
| 1236 | 2026-03-24T17:03:47.084Z | Downloaded darling v0.23.0 |
| 1237 | 2026-03-24T17:03:47.087Z | Downloaded uuid v1.21.0 |
| 1238 | 2026-03-24T17:03:47.091Z | Downloaded russh v0.45.0 |
| 1239 | 2026-03-24T17:03:47.094Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1240 | 2026-03-24T17:03:47.097Z | Downloaded tracing-core v0.1.36 |
| 1241 | 2026-03-24T17:03:47.101Z | Downloaded rpassword v7.4.0 |
| 1242 | 2026-03-24T17:03:47.101Z | Downloaded vte v0.14.1 |
| 1243 | 2026-03-24T17:03:47.104Z | Downloaded ron v0.12.0 |
| 1244 | 2026-03-24T17:03:47.107Z | Downloaded tokio-postgres v0.7.16 |
| 1245 | 2026-03-24T17:03:47.111Z | Downloaded rustyline v14.0.0 |
| 1246 | 2026-03-24T17:03:47.115Z | Downloaded reedline v0.40.0 |
| 1247 | 2026-03-24T17:03:47.121Z | Downloaded toml_edit v0.19.15 |
| 1248 | 2026-03-24T17:03:47.133Z | Downloaded unsafe-libyaml v0.2.11 |
| 1249 | 2026-03-24T17:03:47.137Z | Downloaded bb8 v0.8.6 |
| 1250 | 2026-03-24T17:03:47.140Z | Downloaded der_derive v0.7.3 |
| 1251 | 2026-03-24T17:03:47.145Z | Downloaded zopfli v0.8.3 |
| 1252 | 2026-03-24T17:03:47.178Z | Downloaded yansi v1.0.1 |
| 1253 | 2026-03-24T17:03:47.190Z | Downloaded zip v0.6.6 |
| 1254 | 2026-03-24T17:03:47.193Z | Downloaded ssh-key v0.6.7 |
| 1255 | 2026-03-24T17:03:47.200Z | Downloaded regex v1.12.3 |
| 1256 | 2026-03-24T17:03:47.206Z | Downloaded reqwest v0.13.2 |
| 1257 | 2026-03-24T17:03:47.209Z | Downloaded git2 v0.20.4 |
| 1258 | 2026-03-24T17:03:47.215Z | Downloaded p384 v0.13.1 |
| 1259 | 2026-03-24T17:03:47.218Z | Downloaded aws-lc-rs v1.16.0 |
| 1260 | 2026-03-24T17:03:47.236Z | Downloaded tower v0.5.3 |
| 1261 | 2026-03-24T17:03:47.249Z | Downloaded unicode_categories v0.1.1 |
| 1262 | 2026-03-24T17:03:47.252Z | Downloaded rayon v1.11.0 |
| 1263 | 2026-03-24T17:03:47.260Z | Downloaded bindgen v0.71.1 |
| 1264 | 2026-03-24T17:03:47.265Z | Downloaded typed-path v0.9.3 |
| 1265 | 2026-03-24T17:03:47.270Z | Downloaded x509-cert v0.2.5 |
| 1266 | 2026-03-24T17:03:47.274Z | Downloaded rustls-webpki v0.101.7 |
| 1267 | 2026-03-24T17:03:47.285Z | Downloaded unicode-segmentation v1.12.0 |
| 1268 | 2026-03-24T17:03:47.288Z | Downloaded salty v0.3.0 |
| 1269 | 2026-03-24T17:03:47.292Z | Downloaded portable-atomic v1.13.1 |
| 1270 | 2026-03-24T17:03:47.298Z | Downloaded chrono v0.4.44 |
| 1271 | 2026-03-24T17:03:47.304Z | Downloaded goblin v0.10.5 |
| 1272 | 2026-03-24T17:03:47.310Z | Downloaded tokio-util v0.7.18 |
| 1273 | 2026-03-24T17:03:47.315Z | Downloaded zerocopy-derive v0.8.40 |
| 1274 | 2026-03-24T17:03:47.322Z | Downloaded tough v0.20.0 |
| 1275 | 2026-03-24T17:03:47.330Z | Downloaded serde_with v3.17.0 |
| 1276 | 2026-03-24T17:03:47.337Z | Downloaded unicode-normalization v0.1.25 |
| 1277 | 2026-03-24T17:03:47.340Z | Downloaded reqwest v0.12.28 |
| 1278 | 2026-03-24T17:03:47.345Z | Downloaded rustls-webpki v0.102.8 |
| 1279 | 2026-03-24T17:03:47.359Z | Downloaded tower-http v0.6.8 |
| 1280 | 2026-03-24T17:03:47.365Z | Downloaded zip v4.6.1 |
| 1281 | 2026-03-24T17:03:47.368Z | Downloaded petname v2.0.2 |
| 1282 | 2026-03-24T17:03:47.372Z | Downloaded curve25519-dalek v4.1.3 |
| 1283 | 2026-03-24T17:03:47.379Z | Downloaded quick-xml v0.37.5 |
| 1284 | 2026-03-24T17:03:47.384Z | Downloaded nix v0.27.1 |
| 1285 | 2026-03-24T17:03:47.392Z | Downloaded quinn-proto v0.11.13 |
| 1286 | 2026-03-24T17:03:47.397Z | Downloaded object v0.30.4 |
| 1287 | 2026-03-24T17:03:47.404Z | Downloaded bstr v1.12.1 |
| 1288 | 2026-03-24T17:03:47.412Z | Downloaded winnow v0.5.40 |
| 1289 | 2026-03-24T17:03:47.418Z | Downloaded proptest v1.10.0 |
| 1290 | 2026-03-24T17:03:47.425Z | Downloaded polar-core v0.27.3 |
| 1291 | 2026-03-24T17:03:47.431Z | Downloaded openssl v0.10.75 |
| 1292 | 2026-03-24T17:03:47.438Z | Downloaded winnow v0.6.26 |
| 1293 | 2026-03-24T17:03:47.445Z | Downloaded moka v0.12.13 |
| 1294 | 2026-03-24T17:03:47.451Z | Downloaded lalrpop v0.19.12 |
| 1295 | 2026-03-24T17:03:47.460Z | Downloaded radix_trie v0.2.1 |
| 1296 | 2026-03-24T17:03:47.469Z | Downloaded nix v0.28.0 |
| 1297 | 2026-03-24T17:03:47.477Z | Downloaded regex-syntax v0.6.29 |
| 1298 | 2026-03-24T17:03:47.482Z | Downloaded rustls v0.21.12 |
| 1299 | 2026-03-24T17:03:47.491Z | Downloaded time v0.3.47 |
| 1300 | 2026-03-24T17:03:47.500Z | Downloaded tabled v0.20.0 |
| 1301 | 2026-03-24T17:03:47.513Z | Downloaded smoltcp v0.9.1 |
| 1302 | 2026-03-24T17:03:47.520Z | Downloaded zlib-rs v0.6.2 |
| 1303 | 2026-03-24T17:03:47.526Z | Downloaded dropshot v0.16.7 |
| 1304 | 2026-03-24T17:03:47.541Z | Downloaded nix v0.29.0 |
| 1305 | 2026-03-24T17:03:47.549Z | Downloaded smoltcp v0.11.0 |
| 1306 | 2026-03-24T17:03:47.559Z | Downloaded webpki-roots v1.0.6 |
| 1307 | 2026-03-24T17:03:47.562Z | Downloaded vcpkg v0.2.15 |
| 1308 | 2026-03-24T17:03:47.591Z | Downloaded zerocopy v0.8.40 |
| 1309 | 2026-03-24T17:03:47.598Z | Downloaded regress v0.10.5 |
| 1310 | 2026-03-24T17:03:47.605Z | Downloaded rustls v0.22.4 |
| 1311 | 2026-03-24T17:03:47.615Z | Downloaded openapiv3 v2.2.0 |
| 1312 | 2026-03-24T17:03:47.623Z | Downloaded diesel v2.3.7 |
| 1313 | 2026-03-24T17:03:47.640Z | Downloaded regex-syntax v0.8.10 |
| 1314 | 2026-03-24T17:03:47.646Z | Downloaded hickory-proto v0.24.4 |
| 1315 | 2026-03-24T17:03:47.656Z | Downloaded rustls v0.23.37 |
| 1316 | 2026-03-24T17:03:47.666Z | Downloaded hickory-proto v0.25.2 |
| 1317 | 2026-03-24T17:03:47.677Z | Downloaded rustix v0.38.44 |
| 1318 | 2026-03-24T17:03:47.695Z | Downloaded object v0.37.3 |
| 1319 | 2026-03-24T17:03:47.704Z | Downloaded nix v0.31.1 |
| 1320 | 2026-03-24T17:03:47.723Z | Downloaded sqlparser v0.61.0 |
| 1321 | 2026-03-24T17:03:47.739Z | Downloaded tracing v0.1.44 |
| 1322 | 2026-03-24T17:03:47.758Z | Downloaded typify-impl v0.6.1 |
| 1323 | 2026-03-24T17:03:47.768Z | Downloaded typify-impl v0.4.3 |
| 1324 | 2026-03-24T17:03:47.780Z | Downloaded ratatui v0.29.0 |
| 1325 | 2026-03-24T17:03:47.794Z | Downloaded sled v0.34.7 |
| 1326 | 2026-03-24T17:03:47.802Z | Downloaded zerocopy-derive v0.6.6 |
| 1327 | 2026-03-24T17:03:47.815Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1328 | 2026-03-24T17:03:47.852Z | Downloaded regex-automata v0.4.14 |
| 1329 | 2026-03-24T17:03:47.862Z | Downloaded jiff v0.2.21 |
| 1330 | 2026-03-24T17:03:47.885Z | Downloaded chrono-tz v0.10.4 |
| 1331 | 2026-03-24T17:03:47.899Z | Downloaded libz-sys v1.1.24 |
| 1332 | 2026-03-24T17:03:47.915Z | Downloaded petgraph v0.6.5 |
| 1333 | 2026-03-24T17:03:47.929Z | Downloaded csv v1.4.0 |
| 1334 | 2026-03-24T17:03:47.953Z | Downloaded petgraph v0.8.3 |
| 1335 | 2026-03-24T17:03:47.970Z | Downloaded lzma-sys v0.1.20 |
| 1336 | 2026-03-24T17:03:47.991Z | Downloaded tokio v1.49.0 |
| 1337 | 2026-03-24T17:03:48.030Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1338 | 2026-03-24T17:03:48.044Z | Downloaded sha3 v0.10.8 |
| 1339 | 2026-03-24T17:03:48.064Z | Downloaded encoding_rs v0.8.35 |
| 1340 | 2026-03-24T17:03:48.083Z | Downloaded ring v0.17.14 |
| 1341 | 2026-03-24T17:03:48.183Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1342 | 2026-03-24T17:03:48.816Z | Downloaded aws-lc-sys v0.37.1 |
| 1343 | 2026-03-24T17:03:49.173Z | Compiling libc v0.2.180 |
| 1344 | 2026-03-24T17:03:49.173Z | Compiling serde v1.0.228 |
| 1345 | 2026-03-24T17:03:49.173Z | Compiling log v0.4.29 |
| 1346 | 2026-03-24T17:03:49.173Z | Compiling find-msvc-tools v0.1.9 |
| 1347 | 2026-03-24T17:03:49.173Z | Compiling shlex v1.3.0 |
| 1348 | 2026-03-24T17:03:49.173Z | Compiling smallvec v1.15.1 |
| 1349 | 2026-03-24T17:03:49.173Z | Compiling syn v2.0.117 |
| 1350 | 2026-03-24T17:03:49.173Z | Compiling typenum v1.19.0 |
| 1351 | 2026-03-24T17:03:49.653Z | Compiling generic-array v0.14.7 |
| 1352 | 2026-03-24T17:03:49.707Z | Compiling subtle v2.6.1 |
| 1353 | 2026-03-24T17:03:49.707Z | Compiling scopeguard v1.2.0 |
| 1354 | 2026-03-24T17:03:49.747Z | Compiling portable-atomic v1.13.1 |
| 1355 | 2026-03-24T17:03:49.844Z | Compiling lock_api v0.4.14 |
| 1356 | 2026-03-24T17:03:49.880Z | Compiling const-oid v0.9.6 |
| 1357 | 2026-03-24T17:03:49.947Z | Compiling critical-section v1.2.0 |
| 1358 | 2026-03-24T17:03:49.967Z | Compiling zerocopy v0.8.40 |
| 1359 | 2026-03-24T17:03:50.085Z | Compiling parking_lot_core v0.9.12 |
| 1360 | 2026-03-24T17:03:50.153Z | Compiling serde_json v1.0.149 |
| 1361 | 2026-03-24T17:03:50.387Z | Compiling pin-project-lite v0.2.17 |
| 1362 | 2026-03-24T17:03:50.514Z | Compiling pkg-config v0.3.32 |
| 1363 | 2026-03-24T17:03:50.555Z | Compiling getrandom v0.2.17 |
| 1364 | 2026-03-24T17:03:50.642Z | Compiling jobserver v0.1.34 |
| 1365 | 2026-03-24T17:03:50.667Z | Compiling errno v0.3.14 |
| 1366 | 2026-03-24T17:03:50.840Z | Compiling rand_core v0.6.4 |
| 1367 | 2026-03-24T17:03:50.860Z | Compiling signal-hook-registry v1.4.8 |
| 1368 | 2026-03-24T17:03:51.011Z | Compiling cc v1.2.56 |
| 1369 | 2026-03-24T17:03:51.198Z | Compiling once_cell v1.21.3 |
| 1370 | 2026-03-24T17:03:51.209Z | Compiling mio v1.1.1 |
| 1371 | 2026-03-24T17:03:51.281Z | Compiling bitflags v2.11.0 |
| 1372 | 2026-03-24T17:03:51.293Z | Compiling libm v0.2.16 |
| 1373 | 2026-03-24T17:03:51.430Z | Compiling parking_lot v0.12.5 |
| 1374 | 2026-03-24T17:03:51.560Z | Compiling num-traits v0.2.19 |
| 1375 | 2026-03-24T17:03:51.581Z | Compiling futures-core v0.3.32 |
| 1376 | 2026-03-24T17:03:51.774Z | Compiling socket2 v0.6.2 |
| 1377 | 2026-03-24T17:03:51.864Z | Compiling percent-encoding v2.3.2 |
| 1378 | 2026-03-24T17:03:51.950Z | Compiling allocator-api2 v0.2.21 |
| 1379 | 2026-03-24T17:03:52.001Z | Compiling cpufeatures v0.2.17 |
| 1380 | 2026-03-24T17:03:52.097Z | Compiling foldhash v0.2.0 |
| 1381 | 2026-03-24T17:03:52.119Z | Compiling futures-sink v0.3.32 |
| 1382 | 2026-03-24T17:03:52.136Z | Compiling futures-io v0.3.32 |
| 1383 | 2026-03-24T17:03:52.250Z | Compiling futures-channel v0.3.32 |
| 1384 | 2026-03-24T17:03:52.337Z | Compiling futures-task v0.3.32 |
| 1385 | 2026-03-24T17:03:52.357Z | Compiling hashbrown v0.16.1 |
| 1386 | 2026-03-24T17:03:52.380Z | Compiling slab v0.4.12 |
| 1387 | 2026-03-24T17:03:52.406Z | Compiling getrandom v0.4.1 |
| 1388 | 2026-03-24T17:03:52.552Z | Compiling rand_core v0.10.0 |
| 1389 | 2026-03-24T17:03:52.572Z | Compiling rustversion v1.0.22 |
| 1390 | 2026-03-24T17:03:52.610Z | Compiling getrandom v0.3.4 |
| 1391 | 2026-03-24T17:03:52.772Z | Compiling form_urlencoded v1.2.2 |
| 1392 | 2026-03-24T17:03:53.185Z | Compiling indexmap v2.13.0 |
| 1393 | 2026-03-24T17:03:53.257Z | Compiling cmake v0.1.57 |
| 1394 | 2026-03-24T17:03:53.332Z | Compiling fs_extra v1.3.0 |
| 1395 | 2026-03-24T17:03:53.363Z | Compiling ident_case v1.0.1 |
| 1396 | 2026-03-24T17:03:53.514Z | Compiling base64ct v1.8.3 |
| 1397 | 2026-03-24T17:03:53.557Z | Compiling synstructure v0.13.2 |
| 1398 | 2026-03-24T17:03:53.987Z | Compiling dunce v1.0.5 |
| 1399 | 2026-03-24T17:03:54.006Z | Compiling flagset v0.4.7 |
| 1400 | 2026-03-24T17:03:54.006Z | Compiling pem-rfc7468 v0.7.0 |
| 1401 | 2026-03-24T17:03:54.006Z | Compiling rand_core v0.9.5 |
| 1402 | 2026-03-24T17:03:54.007Z | Compiling aws-lc-sys v0.37.1 |
| 1403 | 2026-03-24T17:03:54.007Z | Compiling rustix v1.1.3 |
| 1404 | 2026-03-24T17:03:54.007Z | Compiling iana-time-zone v0.1.65 |
| 1405 | 2026-03-24T17:03:54.089Z | Compiling ring v0.17.14 |
| 1406 | 2026-03-24T17:03:54.253Z | Compiling uuid v1.21.0 |
| 1407 | 2026-03-24T17:03:54.260Z | Compiling rustc_version v0.4.1 |
| 1408 | 2026-03-24T17:03:54.274Z | Compiling vcpkg v0.2.15 |
| 1409 | 2026-03-24T17:03:54.454Z | Compiling aws-lc-rs v1.16.0 |
| 1410 | 2026-03-24T17:03:54.686Z | Compiling regex-syntax v0.8.10 |
| 1411 | 2026-03-24T17:03:54.823Z | Compiling tracing-core v0.1.36 |
| 1412 | 2026-03-24T17:03:55.153Z | Compiling crossbeam-utils v0.8.21 |
| 1413 | 2026-03-24T17:03:55.277Z | Compiling openssl-sys v0.9.111 |
| 1414 | 2026-03-24T17:03:55.541Z | Compiling pest_generator v2.8.6 |
| 1415 | 2026-03-24T17:03:55.575Z | Compiling serde_derive_internals v0.29.1 |
| 1416 | 2026-03-24T17:03:56.028Z | Compiling base64 v0.22.1 |
| 1417 | 2026-03-24T17:03:56.124Z | Compiling serde_derive v1.0.228 |
| 1418 | 2026-03-24T17:03:56.357Z | Compiling zeroize_derive v1.4.3 |
| 1419 | 2026-03-24T17:03:56.432Z | Compiling zerofrom-derive v0.1.6 |
| 1420 | 2026-03-24T17:03:56.481Z | Compiling yoke-derive v0.8.1 |
| 1421 | 2026-03-24T17:03:56.827Z | Compiling zerocopy-derive v0.8.40 |
| 1422 | 2026-03-24T17:03:57.206Z | Compiling zeroize v1.8.2 |
| 1423 | 2026-03-24T17:03:57.946Z | Compiling zerovec-derive v0.11.2 |
| 1424 | 2026-03-24T17:03:58.050Z | Compiling displaydoc v0.2.5 |
| 1425 | 2026-03-24T17:03:58.259Z | Compiling crypto-common v0.1.7 |
| 1426 | 2026-03-24T17:03:58.348Z | Compiling zerofrom v0.1.6 |
| 1427 | 2026-03-24T17:03:58.433Z | Compiling block-buffer v0.10.4 |
| 1428 | 2026-03-24T17:03:58.505Z | Compiling yoke v0.8.1 |
| 1429 | 2026-03-24T17:03:58.643Z | Compiling digest v0.10.7 |
| 1430 | 2026-03-24T17:03:58.750Z | Compiling tokio-macros v2.6.0 |
| 1431 | 2026-03-24T17:03:58.975Z | Compiling hmac v0.12.1 |
| 1432 | 2026-03-24T17:03:58.998Z | Compiling futures-macro v0.3.32 |
| 1433 | 2026-03-24T17:03:59.014Z | Compiling zerotrie v0.2.3 |
| 1434 | 2026-03-24T17:03:59.206Z | Compiling block-padding v0.3.3 |
| 1435 | 2026-03-24T17:03:59.420Z | Compiling inout v0.1.4 |
| 1436 | 2026-03-24T17:03:59.469Z | Compiling sha2 v0.10.9 |
| 1437 | 2026-03-24T17:03:59.488Z | Compiling zerovec v0.11.5 |
| 1438 | 2026-03-24T17:03:59.648Z | Compiling cipher v0.4.4 |
| 1439 | 2026-03-24T17:03:59.774Z | Compiling der_derive v0.7.3 |
| 1440 | 2026-03-24T17:03:59.995Z | Compiling salsa20 v0.10.2 |
| 1441 | 2026-03-24T17:04:00.139Z | Compiling tinystr v0.8.2 |
| 1442 | 2026-03-24T17:04:00.177Z | Compiling potential_utf v0.1.4 |
| 1443 | 2026-03-24T17:04:00.207Z | Compiling futures-util v0.3.32 |
| 1444 | 2026-03-24T17:04:00.386Z | Compiling icu_locale_core v2.1.1 |
| 1445 | 2026-03-24T17:04:00.405Z | Compiling icu_collections v2.1.1 |
| 1446 | 2026-03-24T17:04:00.943Z | Compiling bytes v1.11.1 |
| 1447 | 2026-03-24T17:04:01.031Z | Compiling chrono v0.4.44 |
| 1448 | 2026-03-24T17:04:01.068Z | Compiling der v0.7.10 |
| 1449 | 2026-03-24T17:04:01.352Z | Compiling icu_provider v2.1.1 |
| 1450 | 2026-03-24T17:04:01.626Z | Compiling tokio v1.49.0 |
| 1451 | 2026-03-24T17:04:01.722Z | Compiling icu_normalizer v2.1.1 |
| 1452 | 2026-03-24T17:04:01.776Z | Compiling icu_properties v2.1.2 |
| 1453 | 2026-03-24T17:04:02.449Z | Compiling spki v0.7.3 |
| 1454 | 2026-03-24T17:04:02.696Z | Compiling http v1.4.0 |
| 1455 | 2026-03-24T17:04:02.730Z | Compiling pbkdf2 v0.12.2 |
| 1456 | 2026-03-24T17:04:02.873Z | Compiling thiserror-impl v2.0.18 |
| 1457 | 2026-03-24T17:04:02.902Z | Compiling scrypt v0.11.0 |
| 1458 | 2026-03-24T17:04:03.147Z | Compiling idna_adapter v1.2.1 |
| 1459 | 2026-03-24T17:04:03.224Z | Compiling ppv-lite86 v0.2.21 |
| 1460 | 2026-03-24T17:04:03.316Z | Compiling idna v1.1.0 |
| 1461 | 2026-03-24T17:04:03.317Z | Compiling cbc v0.1.2 |
| 1462 | 2026-03-24T17:04:03.371Z | Compiling aes v0.8.4 |
| 1463 | 2026-03-24T17:04:03.516Z | Compiling rustls-pki-types v1.14.0 |
| 1464 | 2026-03-24T17:04:03.683Z | Compiling rand_chacha v0.9.0 |
| 1465 | 2026-03-24T17:04:03.923Z | Compiling url v2.5.8 |
| 1466 | 2026-03-24T17:04:04.160Z | Compiling tracing-attributes v0.1.31 |
| 1467 | 2026-03-24T17:04:04.250Z | Compiling rand v0.9.2 |
| 1468 | 2026-03-24T17:04:04.568Z | Compiling pkcs5 v0.7.1 |
| 1469 | 2026-03-24T17:04:04.675Z | Compiling thiserror v2.0.18 |
| 1470 | 2026-03-24T17:04:04.794Z | Compiling http-body v1.0.1 |
| 1471 | 2026-03-24T17:04:04.810Z | Compiling syn v1.0.109 |
| 1472 | 2026-03-24T17:04:04.997Z | Compiling untrusted v0.7.1 |
| 1473 | 2026-03-24T17:04:05.019Z | Compiling untrusted v0.9.0 |
| 1474 | 2026-03-24T17:04:05.143Z | Compiling openssl-probe v0.2.1 |
| 1475 | 2026-03-24T17:04:05.161Z | Compiling httparse v1.10.1 |
| 1476 | 2026-03-24T17:04:05.195Z | Compiling schemars v0.8.22 |
| 1477 | 2026-03-24T17:04:05.306Z | Compiling pkcs8 v0.10.2 |
| 1478 | 2026-03-24T17:04:05.361Z | Compiling schemars_derive v0.8.22 |
| 1479 | 2026-03-24T17:04:05.492Z | Compiling pest_derive v2.8.6 |
| 1480 | 2026-03-24T17:04:05.662Z | Compiling scroll_derive v0.13.1 |
| 1481 | 2026-03-24T17:04:05.981Z | Compiling tracing v0.1.44 |
| 1482 | 2026-03-24T17:04:06.009Z | Compiling darling_core v0.20.11 |
| 1483 | 2026-03-24T17:04:06.350Z | Compiling dyn-clone v1.0.20 |
| 1484 | 2026-03-24T17:04:06.360Z | Compiling tinyvec_macros v0.1.1 |
| 1485 | 2026-03-24T17:04:06.450Z | Compiling tower-layer v0.3.3 |
| 1486 | 2026-03-24T17:04:06.513Z | Compiling atomic-waker v1.1.2 |
| 1487 | 2026-03-24T17:04:06.684Z | Compiling try-lock v0.2.5 |
| 1488 | 2026-03-24T17:04:06.735Z | Compiling rustls v0.23.37 |
| 1489 | 2026-03-24T17:04:06.735Z | Compiling tokio-util v0.7.18 |
| 1490 | 2026-03-24T17:04:06.783Z | Compiling tower-service v0.3.3 |
| 1491 | 2026-03-24T17:04:06.870Z | Compiling want v0.3.1 |
| 1492 | 2026-03-24T17:04:06.892Z | Compiling scroll v0.13.0 |
| 1493 | 2026-03-24T17:04:07.095Z | Compiling tinyvec v1.10.0 |
| 1494 | 2026-03-24T17:04:07.632Z | Compiling h2 v0.4.13 |
| 1495 | 2026-03-24T17:04:07.708Z | Compiling ipnet v2.11.0 |
| 1496 | 2026-03-24T17:04:08.104Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1497 | 2026-03-24T17:04:08.397Z | Compiling spin v0.9.8 |
| 1498 | 2026-03-24T17:04:08.665Z | Compiling aho-corasick v1.1.4 |
| 1499 | 2026-03-24T17:04:08.709Z | Compiling pin-utils v0.1.0 |
| 1500 | 2026-03-24T17:04:08.760Z | Compiling powerfmt v0.2.0 |
| 1501 | 2026-03-24T17:04:08.910Z | Compiling num-conv v0.2.0 |
| 1502 | 2026-03-24T17:04:09.010Z | Compiling crc32fast v1.5.0 |
| 1503 | 2026-03-24T17:04:09.027Z | Compiling foreign-types-shared v0.1.1 |
| 1504 | 2026-03-24T17:04:09.210Z | Compiling openssl v0.10.75 |
| 1505 | 2026-03-24T17:04:09.294Z | Compiling darling_macro v0.20.11 |
| 1506 | 2026-03-24T17:04:09.361Z | Compiling httpdate v1.0.3 |
| 1507 | 2026-03-24T17:04:09.471Z | Compiling time-core v0.1.8 |
| 1508 | 2026-03-24T17:04:09.681Z | Compiling time-macros v0.2.27 |
| 1509 | 2026-03-24T17:04:09.693Z | Compiling foreign-types v0.3.2 |
| 1510 | 2026-03-24T17:04:09.714Z | Compiling tempfile v3.25.0 |
| 1511 | 2026-03-24T17:04:09.781Z | Compiling regex-automata v0.4.14 |
| 1512 | 2026-03-24T17:04:09.887Z | Compiling darling v0.20.11 |
| 1513 | 2026-03-24T17:04:09.979Z | Compiling deranged v0.5.8 |
| 1514 | 2026-03-24T17:04:11.018Z | Compiling goblin v0.10.5 |
| 1515 | 2026-03-24T17:04:11.124Z | Compiling thiserror-impl v1.0.69 |
| 1516 | 2026-03-24T17:04:11.355Z | Compiling openssl-macros v0.1.1 |
| 1517 | 2026-03-24T17:04:11.835Z | Compiling hyper v1.8.1 |
| 1518 | 2026-03-24T17:04:13.031Z | Compiling wait-timeout v0.2.1 |
| 1519 | 2026-03-24T17:04:13.217Z | Compiling usdt-impl v0.6.0 |
| 1520 | 2026-03-24T17:04:13.384Z | Compiling native-tls v0.2.18 |
| 1521 | 2026-03-24T17:04:13.465Z | Compiling either v1.15.0 |
| 1522 | 2026-03-24T17:04:13.501Z | Compiling num_threads v0.1.7 |
| 1523 | 2026-03-24T17:04:13.606Z | Compiling quick-error v1.2.3 |
| 1524 | 2026-03-24T17:04:13.643Z | Compiling siphasher v1.0.2 |
| 1525 | 2026-03-24T17:04:13.754Z | Compiling bit-vec v0.8.0 |
| 1526 | 2026-03-24T17:04:13.789Z | Compiling simd-adler32 v0.3.8 |
| 1527 | 2026-03-24T17:04:13.880Z | Compiling rusty-fork v0.3.1 |
| 1528 | 2026-03-24T17:04:14.011Z | Compiling time v0.3.47 |
| 1529 | 2026-03-24T17:04:14.058Z | Compiling bit-set v0.8.0 |
| 1530 | 2026-03-24T17:04:14.307Z | Compiling hyper-util v0.1.20 |
| 1531 | 2026-03-24T17:04:14.325Z | Compiling thiserror v1.0.69 |
| 1532 | 2026-03-24T17:04:14.482Z | Compiling derive_builder_core v0.20.2 |
| 1533 | 2026-03-24T17:04:15.562Z | Compiling dof v0.4.0 |
| 1534 | 2026-03-24T17:04:15.876Z | Compiling unicode-normalization v0.1.25 |
| 1535 | 2026-03-24T17:04:16.221Z | Compiling crossbeam-epoch v0.9.18 |
| 1536 | 2026-03-24T17:04:16.480Z | Compiling dtrace-parser v0.3.0 |
| 1537 | 2026-03-24T17:04:16.635Z | Compiling rustls-native-certs v0.8.3 |
| 1538 | 2026-03-24T17:04:16.650Z | Compiling signature v2.2.0 |
| 1539 | 2026-03-24T17:04:16.870Z | Compiling scroll_derive v0.12.1 |
| 1540 | 2026-03-24T17:04:17.043Z | Compiling heapless v0.7.17 |
| 1541 | 2026-03-24T17:04:17.110Z | Compiling rand_xorshift v0.4.0 |
| 1542 | 2026-03-24T17:04:17.215Z | Compiling slog v2.8.2 |
| 1543 | 2026-03-24T17:04:17.296Z | Compiling darling_core v0.21.3 |
| 1544 | 2026-03-24T17:04:17.336Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1545 | 2026-03-24T17:04:17.427Z | Compiling sync_wrapper v1.0.2 |
| 1546 | 2026-03-24T17:04:17.519Z | Compiling thread-id v5.1.0 |
| 1547 | 2026-03-24T17:04:17.564Z | Compiling cookie v0.18.1 |
| 1548 | 2026-03-24T17:04:17.650Z | Compiling signal-hook v0.3.18 |
| 1549 | 2026-03-24T17:04:17.669Z | Compiling zstd-safe v7.2.4 |
| 1550 | 2026-03-24T17:04:17.731Z | Compiling paste v1.0.15 |
| 1551 | 2026-03-24T17:04:17.782Z | Compiling anyhow v1.0.102 |
| 1552 | 2026-03-24T17:04:17.882Z | Compiling unicode-properties v0.1.4 |
| 1553 | 2026-03-24T17:04:17.906Z | Compiling adler2 v2.0.1 |
| 1554 | 2026-03-24T17:04:18.048Z | Compiling unarray v0.1.4 |
| 1555 | 2026-03-24T17:04:18.097Z | Compiling rayon-core v1.13.0 |
| 1556 | 2026-03-24T17:04:18.126Z | Compiling unicode-segmentation v1.12.0 |
| 1557 | 2026-03-24T17:04:18.172Z | Compiling unicode-bidi v0.3.18 |
| 1558 | 2026-03-24T17:04:18.181Z | Compiling proptest v1.10.0 |
| 1559 | 2026-03-24T17:04:18.518Z | Compiling miniz_oxide v0.8.9 |
| 1560 | 2026-03-24T17:04:18.637Z | Compiling stringprep v0.1.5 |
| 1561 | 2026-03-24T17:04:18.755Z | Compiling scroll v0.12.0 |
| 1562 | 2026-03-24T17:04:18.958Z | Compiling tower v0.5.3 |
| 1563 | 2026-03-24T17:04:19.331Z | Compiling crossbeam-deque v0.8.6 |
| 1564 | 2026-03-24T17:04:19.506Z | Compiling derive_builder_macro v0.20.2 |
| 1565 | 2026-03-24T17:04:19.554Z | Compiling ipnetwork v0.21.1 |
| 1566 | 2026-03-24T17:04:19.603Z | Compiling http-body-util v0.1.3 |
| 1567 | 2026-03-24T17:04:19.669Z | Compiling webpki-roots v1.0.6 |
| 1568 | 2026-03-24T17:04:19.708Z | Compiling rand_chacha v0.3.1 |
| 1569 | 2026-03-24T17:04:19.863Z | Compiling toml_datetime v0.6.11 |
| 1570 | 2026-03-24T17:04:19.925Z | Compiling serde_tokenstream v0.2.3 |
| 1571 | 2026-03-24T17:04:20.081Z | Compiling serde_spanned v0.6.9 |
| 1572 | 2026-03-24T17:04:20.100Z | Compiling erased-serde v0.3.31 |
| 1573 | 2026-03-24T17:04:20.280Z | Compiling md-5 v0.10.6 |
| 1574 | 2026-03-24T17:04:20.334Z | Compiling zerocopy-derive v0.7.35 |
| 1575 | 2026-03-24T17:04:20.569Z | Compiling curve25519-dalek v4.1.3 |
| 1576 | 2026-03-24T17:04:20.569Z | Compiling vergen-lib v0.1.6 |
| 1577 | 2026-03-24T17:04:20.858Z | Compiling num-integer v0.1.46 |
| 1578 | 2026-03-24T17:04:21.002Z | Compiling hash32 v0.2.1 |
| 1579 | 2026-03-24T17:04:21.002Z | Compiling ff v0.13.1 |
| 1580 | 2026-03-24T17:04:21.002Z | Compiling memoffset v0.9.1 |
| 1581 | 2026-03-24T17:04:21.097Z | Compiling darling_macro v0.21.3 |
| 1582 | 2026-03-24T17:04:21.097Z | Compiling rustix v0.38.44 |
| 1583 | 2026-03-24T17:04:21.097Z | Compiling iri-string v0.7.10 |
| 1584 | 2026-03-24T17:04:21.134Z | Compiling base16ct v0.2.0 |
| 1585 | 2026-03-24T17:04:21.134Z | Compiling litrs v1.0.0 |
| 1586 | 2026-03-24T17:04:21.275Z | Compiling ref-cast v1.0.25 |
| 1587 | 2026-03-24T17:04:21.380Z | Compiling ryu v1.0.23 |
| 1588 | 2026-03-24T17:04:21.404Z | Compiling fallible-iterator v0.2.0 |
| 1589 | 2026-03-24T17:04:21.526Z | Compiling num-bigint-dig v0.8.6 |
| 1590 | 2026-03-24T17:04:21.622Z | Compiling cfg_aliases v0.2.1 |
| 1591 | 2026-03-24T17:04:21.654Z | Compiling psl-types v2.0.11 |
| 1592 | 2026-03-24T17:04:21.714Z | Compiling zlib-rs v0.6.2 |
| 1593 | 2026-03-24T17:04:21.749Z | Compiling smoltcp v0.9.1 |
| 1594 | 2026-03-24T17:04:21.786Z | Compiling document-features v0.2.12 |
| 1595 | 2026-03-24T17:04:21.817Z | Compiling publicsuffix v2.3.0 |
| 1596 | 2026-03-24T17:04:21.846Z | Compiling postgres-protocol v0.6.10 |
| 1597 | 2026-03-24T17:04:22.055Z | Compiling nix v0.31.1 |
| 1598 | 2026-03-24T17:04:22.397Z | Compiling serde_urlencoded v0.7.1 |
| 1599 | 2026-03-24T17:04:22.547Z | Compiling darling v0.21.3 |
| 1600 | 2026-03-24T17:04:22.635Z | Compiling newtype-uuid v1.3.2 |
| 1601 | 2026-03-24T17:04:22.695Z | Compiling zerocopy v0.7.35 |
| 1602 | 2026-03-24T17:04:22.695Z | Compiling tower-http v0.6.8 |
| 1603 | 2026-03-24T17:04:22.776Z | Compiling sec1 v0.7.3 |
| 1604 | 2026-03-24T17:04:23.106Z | Compiling num-iter v0.1.45 |
| 1605 | 2026-03-24T17:04:23.162Z | Compiling group v0.13.0 |
| 1606 | 2026-03-24T17:04:23.293Z | Compiling derive_builder v0.20.2 |
| 1607 | 2026-03-24T17:04:23.364Z | Compiling rand v0.8.5 |
| 1608 | 2026-03-24T17:04:23.438Z | Compiling oxnet v0.1.4 |
| 1609 | 2026-03-24T17:04:23.459Z | Compiling proc-macro-error v1.0.4 |
| 1610 | 2026-03-24T17:04:23.670Z | Compiling tokio-native-tls v0.3.1 |
| 1611 | 2026-03-24T17:04:24.141Z | Compiling goblin v0.8.2 |
| 1612 | 2026-03-24T17:04:24.637Z | Compiling heck v0.4.1 |
| 1613 | 2026-03-24T17:04:24.766Z | Compiling phf_shared v0.13.1 |
| 1614 | 2026-03-24T17:04:24.851Z | Compiling hubpack_derive v0.1.1 |
| 1615 | 2026-03-24T17:04:24.918Z | Compiling regex v1.12.3 |
| 1616 | 2026-03-24T17:04:25.102Z | Compiling lazy_static v1.5.0 |
| 1617 | 2026-03-24T17:04:25.211Z | Compiling cargo-platform v0.1.9 |
| 1618 | 2026-03-24T17:04:25.336Z | Compiling hkdf v0.12.4 |
| 1619 | 2026-03-24T17:04:25.413Z | Compiling crypto-bigint v0.5.5 |
| 1620 | 2026-03-24T17:04:25.540Z | Compiling daft-derive v0.1.5 |
| 1621 | 2026-03-24T17:04:28.566Z | Compiling strum_macros v0.27.2 |
| 1622 | 2026-03-24T17:04:28.566Z | Compiling async-trait v0.1.89 |
| 1623 | 2026-03-24T17:04:28.566Z | Compiling flate2 v1.1.9 |
| 1624 | 2026-03-24T17:04:28.566Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1625 | 2026-03-24T17:04:28.566Z | Compiling ref-cast-impl v1.0.25 |
| 1626 | 2026-03-24T17:04:28.566Z | Compiling terminal_size v0.4.3 |
| 1627 | 2026-03-24T17:04:28.566Z | Compiling vergen v9.0.6 |
| 1628 | 2026-03-24T17:04:28.566Z | Compiling fs-err v3.3.0 |
| 1629 | 2026-03-24T17:04:28.566Z | Compiling ahash v0.8.12 |
| 1630 | 2026-03-24T17:04:28.566Z | Compiling libbz2-rs-sys v0.2.2 |
| 1631 | 2026-03-24T17:04:28.566Z | Compiling bitflags v1.3.2 |
| 1632 | 2026-03-24T17:04:28.566Z | Compiling object v0.37.3 |
| 1633 | 2026-03-24T17:04:28.566Z | Compiling bumpalo v3.20.2 |
| 1634 | 2026-03-24T17:04:28.566Z | Compiling managed v0.8.0 |
| 1635 | 2026-03-24T17:04:28.567Z | Compiling foldhash v0.1.5 |
| 1636 | 2026-03-24T17:04:28.567Z | Compiling winnow v0.5.40 |
| 1637 | 2026-03-24T17:04:28.567Z | Compiling strum v0.27.2 |
| 1638 | 2026-03-24T17:04:28.567Z | Compiling hashbrown v0.15.5 |
| 1639 | 2026-03-24T17:04:28.668Z | Compiling bzip2 v0.6.1 |
| 1640 | 2026-03-24T17:04:28.668Z | Compiling clap_builder v4.5.60 |
| 1641 | 2026-03-24T17:04:28.716Z | Compiling console v0.16.2 |
| 1642 | 2026-03-24T17:04:28.933Z | Compiling zopfli v0.8.3 |
| 1643 | 2026-03-24T17:04:29.436Z | Compiling dof v0.3.0 |
| 1644 | 2026-03-24T17:04:29.480Z | Compiling elliptic-curve v0.13.8 |
| 1645 | 2026-03-24T17:04:29.941Z | Compiling daft v0.1.5 |
| 1646 | 2026-03-24T17:04:29.994Z | Compiling cargo_metadata v0.19.2 |
| 1647 | 2026-03-24T17:04:30.241Z | Compiling toml_edit v0.19.15 |
| 1648 | 2026-03-24T17:04:30.249Z | Compiling hubpack v0.1.2 |
| 1649 | 2026-03-24T17:04:30.561Z | Compiling phf v0.13.1 |
| 1650 | 2026-03-24T17:04:30.747Z | Compiling zone_cfg_derive v0.3.1 |
| 1651 | 2026-03-24T17:04:31.576Z | Compiling signal-hook-mio v0.2.5 |
| 1652 | 2026-03-24T17:04:31.722Z | Compiling zstd v0.13.3 |
| 1653 | 2026-03-24T17:04:31.912Z | Compiling rayon v1.11.0 |
| 1654 | 2026-03-24T17:04:32.146Z | Compiling cookie_store v0.22.1 |
| 1655 | 2026-03-24T17:04:32.847Z | Compiling bzip2 v0.4.4 |
| 1656 | 2026-03-24T17:04:32.858Z | Compiling hyper-tls v0.6.0 |
| 1657 | 2026-03-24T17:04:33.090Z | Compiling serde_with_macros v3.17.0 |
| 1658 | 2026-03-24T17:04:33.150Z | Compiling postgres-types v0.2.12 |
| 1659 | 2026-03-24T17:04:34.723Z | Compiling usdt-macro v0.6.0 |
| 1660 | 2026-03-24T17:04:34.793Z | Compiling usdt-attr-macro v0.6.0 |
| 1661 | 2026-03-24T17:04:34.793Z | Compiling ed25519 v2.2.3 |
| 1662 | 2026-03-24T17:04:34.793Z | Compiling dtrace-parser v0.2.0 |
| 1663 | 2026-03-24T17:04:34.793Z | Compiling phf_shared v0.11.3 |
| 1664 | 2026-03-24T17:04:34.821Z | Compiling itertools v0.12.1 |
| 1665 | 2026-03-24T17:04:34.821Z | Compiling bstr v1.12.1 |
| 1666 | 2026-03-24T17:04:34.822Z | Compiling pkcs1 v0.7.5 |
| 1667 | 2026-03-24T17:04:34.996Z | Compiling serde-big-array v0.5.1 |
| 1668 | 2026-03-24T17:04:35.169Z | Compiling hex v0.4.3 |
| 1669 | 2026-03-24T17:04:35.188Z | Compiling rfc6979 v0.4.0 |
| 1670 | 2026-03-24T17:04:35.276Z | Compiling strum_macros v0.26.4 |
| 1671 | 2026-03-24T17:04:35.359Z | Compiling enum-as-inner v0.6.1 |
| 1672 | 2026-03-24T17:04:35.387Z | Compiling serde_repr v0.1.20 |
| 1673 | 2026-03-24T17:04:35.532Z | Compiling clap_derive v4.5.55 |
| 1674 | 2026-03-24T17:04:35.562Z | Compiling float-cmp v0.10.0 |
| 1675 | 2026-03-24T17:04:35.746Z | Compiling thread-id v4.2.2 |
| 1676 | 2026-03-24T17:04:35.863Z | Compiling memmap2 v0.9.10 |
| 1677 | 2026-03-24T17:04:36.018Z | Compiling env_filter v1.0.0 |
| 1678 | 2026-03-24T17:04:36.114Z | Compiling encoding_rs v0.8.35 |
| 1679 | 2026-03-24T17:04:36.145Z | Compiling precomputed-hash v0.1.1 |
| 1680 | 2026-03-24T17:04:36.261Z | Compiling mime v0.3.17 |
| 1681 | 2026-03-24T17:04:36.304Z | Compiling rustc-hash v2.1.1 |
| 1682 | 2026-03-24T17:04:36.433Z | Compiling fixedbitset v0.4.2 |
| 1683 | 2026-03-24T17:04:36.461Z | Compiling jiff v0.2.21 |
| 1684 | 2026-03-24T17:04:36.610Z | Compiling difflib v0.4.0 |
| 1685 | 2026-03-24T17:04:36.677Z | Compiling data-encoding v2.10.0 |
| 1686 | 2026-03-24T17:04:37.371Z | Compiling predicates-core v1.0.10 |
| 1687 | 2026-03-24T17:04:37.644Z | Compiling new_debug_unreachable v1.0.6 |
| 1688 | 2026-03-24T17:04:37.684Z | Compiling whoami v2.1.0 |
| 1689 | 2026-03-24T17:04:37.723Z | Compiling static_assertions v1.1.0 |
| 1690 | 2026-03-24T17:04:37.723Z | Compiling keccak v0.1.6 |
| 1691 | 2026-03-24T17:04:37.799Z | Compiling unit-prefix v0.5.2 |
| 1692 | 2026-03-24T17:04:37.854Z | Compiling normalize-line-endings v0.3.0 |
| 1693 | 2026-03-24T17:04:37.953Z | Compiling fixedbitset v0.5.7 |
| 1694 | 2026-03-24T17:04:38.050Z | Compiling predicates v3.1.4 |
| 1695 | 2026-03-24T17:04:38.082Z | Compiling clap v4.5.60 |
| 1696 | 2026-03-24T17:04:38.101Z | Compiling tokio-postgres v0.7.16 |
| 1697 | 2026-03-24T17:04:38.219Z | Compiling sha3 v0.10.8 |
| 1698 | 2026-03-24T17:04:38.256Z | Compiling indicatif v0.18.4 |
| 1699 | 2026-03-24T17:04:38.355Z | Compiling petgraph v0.8.3 |
| 1700 | 2026-03-24T17:04:38.768Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1701 | 2026-03-24T17:04:38.813Z | Compiling strum v0.26.3 |
| 1702 | 2026-03-24T17:04:38.845Z | Compiling string_cache v0.8.9 |
| 1703 | 2026-03-24T17:04:38.984Z | Compiling hickory-proto v0.25.2 |
| 1704 | 2026-03-24T17:04:39.188Z | Compiling toml_edit v0.22.27 |
| 1705 | 2026-03-24T17:04:39.415Z | Compiling petgraph v0.6.5 |
| 1706 | 2026-03-24T17:04:41.069Z | Compiling zip v4.6.1 |
| 1707 | 2026-03-24T17:04:41.172Z | Compiling iddqd v0.3.17 |
| 1708 | 2026-03-24T17:04:41.456Z | Compiling env_logger v0.11.9 |
| 1709 | 2026-03-24T17:04:41.937Z | Compiling zone v0.3.1 |
| 1710 | 2026-03-24T17:04:42.400Z | Compiling usdt v0.6.0 |
| 1711 | 2026-03-24T17:04:42.521Z | Compiling usdt-impl v0.5.0 |
| 1712 | 2026-03-24T17:04:42.650Z | Compiling serde_with v3.17.0 |
| 1713 | 2026-03-24T17:04:42.681Z | Compiling ecdsa v0.16.9 |
| 1714 | 2026-03-24T17:04:42.743Z | Compiling similar v2.7.0 |
| 1715 | 2026-03-24T17:04:42.837Z | Compiling rsa v0.9.10 |
| 1716 | 2026-03-24T17:04:43.039Z | Compiling crossterm v0.28.1 |
| 1717 | 2026-03-24T17:04:43.150Z | Compiling ed25519-dalek v2.2.0 |
| 1718 | 2026-03-24T17:04:44.069Z | Compiling zip v0.6.6 |
| 1719 | 2026-03-24T17:04:45.253Z | Compiling toml v0.7.8 |
| 1720 | 2026-03-24T17:04:45.308Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1721 | 2026-03-24T17:04:45.308Z | Compiling itertools v0.13.0 |
| 1722 | 2026-03-24T17:04:45.309Z | Compiling tokio-stream v0.1.18 |
| 1723 | 2026-03-24T17:04:45.415Z | Compiling buf-list v1.1.2 |
| 1724 | 2026-03-24T17:04:45.502Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1725 | 2026-03-24T17:04:45.769Z | Compiling x509-cert v0.2.5 |
| 1726 | 2026-03-24T17:04:45.899Z | Compiling openapiv3 v2.2.0 |
| 1727 | 2026-03-24T17:04:45.933Z | Compiling sha1 v0.10.6 |
| 1728 | 2026-03-24T17:04:46.112Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1729 | 2026-03-24T17:04:46.200Z | Compiling lalrpop-util v0.19.12 |
| 1730 | 2026-03-24T17:04:46.446Z | Compiling peg-runtime v0.8.5 |
| 1731 | 2026-03-24T17:04:46.493Z | Compiling thread_local v1.1.9 |
| 1732 | 2026-03-24T17:04:46.839Z | Compiling slog-async v2.8.0 |
| 1733 | 2026-03-24T17:04:46.872Z | Compiling crossbeam-channel v0.5.15 |
| 1734 | 2026-03-24T17:04:47.166Z | Compiling futures-executor v0.3.32 |
| 1735 | 2026-03-24T17:04:47.246Z | Compiling filetime v0.2.27 |
| 1736 | 2026-03-24T17:04:47.354Z | Compiling is-terminal v0.4.17 |
| 1737 | 2026-03-24T17:04:47.431Z | Compiling take_mut v0.2.2 |
| 1738 | 2026-03-24T17:04:47.431Z | Compiling term v1.2.1 |
| 1739 | 2026-03-24T17:04:47.431Z | Compiling xattr v1.6.1 |
| 1740 | 2026-03-24T17:04:47.592Z | Compiling futures v0.3.32 |
| 1741 | 2026-03-24T17:04:47.719Z | Compiling tar v0.4.44 |
| 1742 | 2026-03-24T17:04:48.065Z | Compiling slog-term v2.9.2 |
| 1743 | 2026-03-24T17:04:54.606Z | Compiling rustls-webpki v0.103.9 |
| 1744 | 2026-03-24T17:04:58.729Z | Compiling tokio-rustls v0.26.4 |
| 1745 | 2026-03-24T17:04:58.729Z | Compiling rustls-platform-verifier v0.6.2 |
| 1746 | 2026-03-24T17:04:58.996Z | Compiling hyper-rustls v0.27.7 |
| 1747 | 2026-03-24T17:04:59.261Z | Compiling reqwest v0.12.28 |
| 1748 | 2026-03-24T17:04:59.261Z | Compiling reqwest v0.13.2 |
| 1749 | 2026-03-24T17:05:02.844Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1750 | 2026-03-24T17:05:02.859Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1751 | 2026-03-24T17:05:06.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 1752 | 2026-03-24T17:05:06.530Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1753 | 2026-03-24T17:05:06.594Z | Mar 24 17:05:04.849 INFO Starting download, target: Clickhouse |
| 1754 | 2026-03-24T17:05:06.594Z | Mar 24 17:05:04.849 INFO Starting download, target: DendriteStub |
| 1755 | 2026-03-24T17:05:06.594Z | Mar 24 17:05:04.849 INFO Starting download, target: Console |
| 1756 | 2026-03-24T17:05:06.595Z | Mar 24 17:05:04.849 INFO Starting download, target: TransceiverControl |
| 1757 | 2026-03-24T17:05:06.595Z | Mar 24 17:05:04.849 INFO Starting download, target: Cockroach |
| 1758 | 2026-03-24T17:05:06.630Z | Mar 24 17:05:04.849 INFO Starting download, target: MaghemiteMgd |
| 1759 | 2026-03-24T17:05:06.630Z | Mar 24 17:05:04.849 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1760 | 2026-03-24T17:05:06.630Z | Mar 24 17:05:04.849 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1761 | 2026-03-24T17:05:06.630Z | Mar 24 17:05:04.849 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1762 | 2026-03-24T17:05:06.630Z | Mar 24 17:05:04.849 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1763 | 2026-03-24T17:05:06.630Z | Mar 24 17:05:04.849 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1764 | 2026-03-24T17:05:06.630Z | Mar 24 17:05:04.849 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1765 | 2026-03-24T17:05:07.701Z | Mar 24 17:05:05.930 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1766 | 2026-03-24T17:05:08.293Z | Mar 24 17:05:06.305 INFO Download complete, target: Console |
| 1767 | 2026-03-24T17:05:08.698Z | Mar 24 17:05:06.389 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1768 | 2026-03-24T17:05:08.756Z | Mar 24 17:05:06.732 INFO Download complete, target: TransceiverControl |
| 1769 | 2026-03-24T17:05:08.970Z | Mar 24 17:05:07.215 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1770 | 2026-03-24T17:05:20.220Z | Mar 24 17:05:18.453 INFO Checking that binary works, target: Clickhouse |
| 1771 | 2026-03-24T17:05:20.385Z | Mar 24 17:05:18.560 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1772 | 2026-03-24T17:05:20.484Z | Mar 24 17:05:18.623 INFO Download complete, target: Clickhouse |
| 1773 | 2026-03-24T17:05:20.931Z | Mar 24 17:05:19.144 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1774 | 2026-03-24T17:05:25.774Z | Mar 24 17:05:22.086 INFO Download complete, target: MaghemiteMgd |
| 1775 | 2026-03-24T17:05:26.075Z | Mar 24 17:05:22.694 INFO Download complete, target: DendriteStub |
| 1776 | 2026-03-24T17:05:35.628Z | Mar 24 17:05:33.843 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1777 | 2026-03-24T17:05:35.628Z | Mar 24 17:05:33.843 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1778 | 2026-03-24T17:05:43.233Z | Mar 24 17:05:41.446 INFO Checking that binary works, target: Cockroach |
| 1779 | 2026-03-24T17:05:43.317Z | Mar 24 17:05:41.564 INFO Download complete, target: Cockroach |
| 1780 | 2026-03-24T17:05:43.331Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1781 | 2026-03-24T17:05:43.331Z | |
| 1782 | 2026-03-24T17:05:43.331Z | real 4:29.474077690 |
| 1783 | 2026-03-24T17:05:43.331Z | user 10:26.652036948 |
| 1784 | 2026-03-24T17:05:43.332Z | sys 1:48.601220244 |
| 1785 | 2026-03-24T17:05:43.332Z | trap 0.308702344 |
| 1786 | 2026-03-24T17:05:43.332Z | tflt 0.596861145 |
| 1787 | 2026-03-24T17:05:43.332Z | dflt 0.730570194 |
| 1788 | 2026-03-24T17:05:43.332Z | kflt 0.073789795 |
| 1789 | 2026-03-24T17:05:43.332Z | lock 36:59.756382264 |
| 1790 | 2026-03-24T17:05:43.332Z | slp 30:10.613513514 |
| 1791 | 2026-03-24T17:05:43.332Z | lat 55.163607161 |
| 1792 | 2026-03-24T17:05:43.332Z | stop 2:44.517759552 |
| 1793 | 2026-03-24T17:05:43.332Z | + banner clippy |
| 1794 | 2026-03-24T17:05:43.332Z | |
| 1795 | 2026-03-24T17:05:43.332Z | #### # # ##### ##### # # |
| 1796 | 2026-03-24T17:05:43.332Z | # # # # # # # # # # |
| 1797 | 2026-03-24T17:05:43.332Z | # # # # # # # # |
| 1798 | 2026-03-24T17:05:43.332Z | # # # ##### ##### # |
| 1799 | 2026-03-24T17:05:43.332Z | # # # # # # # |
| 1800 | 2026-03-24T17:05:43.333Z | #### ###### # # # # |
| 1801 | 2026-03-24T17:05:43.333Z | |
| 1802 | 2026-03-24T17:05:43.333Z | + export CARGO_INCREMENTAL=0 |
| 1803 | 2026-03-24T17:05:43.333Z | + CARGO_INCREMENTAL=0 |
| 1804 | 2026-03-24T17:05:43.333Z | + ptime -m cargo xtask clippy |
| 1805 | 2026-03-24T17:05:44.181Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1806 | 2026-03-24T17:05:44.309Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1807 | 2026-03-24T17:05:46.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
| 1808 | 2026-03-24T17:05:46.981Z | Running `target/debug/xtask clippy` |
| 1809 | 2026-03-24T17:05:47.004Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1810 | 2026-03-24T17:05:47.820Z | Downloading crates ... |
| 1811 | 2026-03-24T17:05:48.081Z | Downloaded addr2line v0.25.1 |
| 1812 | 2026-03-24T17:05:48.091Z | Downloaded anes v0.1.6 |
| 1813 | 2026-03-24T17:05:48.098Z | Downloaded approx v0.5.1 |
| 1814 | 2026-03-24T17:05:48.103Z | Downloaded constant_time_eq v0.3.1 |
| 1815 | 2026-03-24T17:05:48.103Z | Downloaded async-object-pool v0.2.0 |
| 1816 | 2026-03-24T17:05:48.103Z | Downloaded async-lock v3.4.2 |
| 1817 | 2026-03-24T17:05:48.109Z | Downloaded textwrap v0.15.2 |
| 1818 | 2026-03-24T17:05:48.114Z | Downloaded linkme v0.3.35 |
| 1819 | 2026-03-24T17:05:48.114Z | Downloaded backtrace-ext v0.2.1 |
| 1820 | 2026-03-24T17:05:48.114Z | Downloaded linkme-impl v0.3.35 |
| 1821 | 2026-03-24T17:05:48.123Z | Downloaded blake2b_simd v1.0.4 |
| 1822 | 2026-03-24T17:05:48.123Z | Downloaded parking v2.2.1 |
| 1823 | 2026-03-24T17:05:48.123Z | Downloaded backtrace v0.3.76 |
| 1824 | 2026-03-24T17:05:48.123Z | Downloaded supports-unicode v2.1.0 |
| 1825 | 2026-03-24T17:05:48.128Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1826 | 2026-03-24T17:05:48.128Z | Downloaded assert-json-diff v2.0.2 |
| 1827 | 2026-03-24T17:05:48.128Z | Downloaded cargo-platform v0.3.2 |
| 1828 | 2026-03-24T17:05:48.134Z | Downloaded miette-derive v5.10.0 |
| 1829 | 2026-03-24T17:05:48.134Z | Downloaded libtest-mimic v0.8.1 |
| 1830 | 2026-03-24T17:05:48.137Z | Downloaded event-listener v5.4.1 |
| 1831 | 2026-03-24T17:05:48.142Z | Downloaded rust-argon2 v2.1.0 |
| 1832 | 2026-03-24T17:05:48.151Z | Downloaded knuffel-derive v3.2.0 |
| 1833 | 2026-03-24T17:05:48.155Z | Downloaded pathdiff v0.2.3 |
| 1834 | 2026-03-24T17:05:48.156Z | Downloaded target-triple v1.0.0 |
| 1835 | 2026-03-24T17:05:48.160Z | Downloaded owo-colors v3.5.0 |
| 1836 | 2026-03-24T17:05:48.168Z | Downloaded supports-hyperlinks v2.1.0 |
| 1837 | 2026-03-24T17:05:48.175Z | Downloaded plotters-backend v0.3.7 |
| 1838 | 2026-03-24T17:05:48.175Z | Downloaded serde_regex v1.1.0 |
| 1839 | 2026-03-24T17:05:48.180Z | Downloaded escape8259 v0.5.3 |
| 1840 | 2026-03-24T17:05:48.180Z | Downloaded similar-asserts v1.7.0 |
| 1841 | 2026-03-24T17:05:48.184Z | Downloaded supports-color v2.1.0 |
| 1842 | 2026-03-24T17:05:48.189Z | Downloaded terminal_size v0.1.17 |
| 1843 | 2026-03-24T17:05:48.189Z | Downloaded rustc-demangle v0.1.27 |
| 1844 | 2026-03-24T17:05:48.193Z | Downloaded tinytemplate v1.2.1 |
| 1845 | 2026-03-24T17:05:48.198Z | Downloaded cargo_metadata v0.23.1 |
| 1846 | 2026-03-24T17:05:48.202Z | Downloaded event-listener-strategy v0.5.4 |
| 1847 | 2026-03-24T17:05:48.202Z | Downloaded partial-io v0.5.4 |
| 1848 | 2026-03-24T17:05:48.207Z | Downloaded criterion-plot v0.6.0 |
| 1849 | 2026-03-24T17:05:48.207Z | Downloaded nested v0.1.1 |
| 1850 | 2026-03-24T17:05:48.219Z | Downloaded target-spec v3.5.7 |
| 1851 | 2026-03-24T17:05:48.219Z | Downloaded knuffel v3.2.0 |
| 1852 | 2026-03-24T17:05:48.219Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1853 | 2026-03-24T17:05:48.225Z | Downloaded cast v0.3.0 |
| 1854 | 2026-03-24T17:05:48.225Z | Downloaded target-lexicon v0.13.3 |
| 1855 | 2026-03-24T17:05:48.225Z | Downloaded stringmetrics v2.2.2 |
| 1856 | 2026-03-24T17:05:48.225Z | Downloaded rand_distr v0.5.1 |
| 1857 | 2026-03-24T17:05:48.225Z | Downloaded termcolor v1.4.1 |
| 1858 | 2026-03-24T17:05:48.225Z | Downloaded path-tree v0.8.3 |
| 1859 | 2026-03-24T17:05:48.225Z | Downloaded relative-path v1.9.3 |
| 1860 | 2026-03-24T17:05:48.225Z | Downloaded httptest v0.16.4 |
| 1861 | 2026-03-24T17:05:48.225Z | Downloaded plotters-svg v0.3.7 |
| 1862 | 2026-03-24T17:05:48.225Z | Downloaded futures-timer v3.0.3 |
| 1863 | 2026-03-24T17:05:48.225Z | Downloaded assert_cmd v2.1.2 |
| 1864 | 2026-03-24T17:05:48.230Z | Downloaded trybuild v1.0.116 |
| 1865 | 2026-03-24T17:05:48.230Z | Downloaded concurrent-queue v2.5.0 |
| 1866 | 2026-03-24T17:05:48.234Z | Downloaded oorandom v11.1.5 |
| 1867 | 2026-03-24T17:05:48.234Z | Downloaded datatest-stable v0.3.3 |
| 1868 | 2026-03-24T17:05:48.247Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1869 | 2026-03-24T17:05:48.255Z | Downloaded rstest v0.25.0 |
| 1870 | 2026-03-24T17:05:48.263Z | Downloaded cfg-expr v0.20.6 |
| 1871 | 2026-03-24T17:05:48.264Z | Downloaded rstest_macros v0.25.0 |
| 1872 | 2026-03-24T17:05:48.269Z | Downloaded chumsky v0.9.3 |
| 1873 | 2026-03-24T17:05:48.269Z | Downloaded miette v5.10.0 |
| 1874 | 2026-03-24T17:05:48.283Z | Downloaded hashbrown v0.14.5 |
| 1875 | 2026-03-24T17:05:48.283Z | Downloaded fancy-regex v0.14.0 |
| 1876 | 2026-03-24T17:05:48.300Z | Downloaded criterion v0.7.0 |
| 1877 | 2026-03-24T17:05:48.300Z | Downloaded guppy v0.17.25 |
| 1878 | 2026-03-24T17:05:48.326Z | Downloaded plotters v0.3.7 |
| 1879 | 2026-03-24T17:05:48.332Z | Downloaded gimli v0.32.3 |
| 1880 | 2026-03-24T17:05:48.475Z | Downloaded httpmock v0.8.3 |
| 1881 | 2026-03-24T17:05:50.799Z | Checking cfg-if v1.0.4 |
| 1882 | 2026-03-24T17:05:51.064Z | Checking libc v0.2.180 |
| 1883 | 2026-03-24T17:05:51.070Z | Checking serde_core v1.0.228 |
| 1884 | 2026-03-24T17:05:51.153Z | Checking memchr v2.8.0 |
| 1885 | 2026-03-24T17:05:51.203Z | Checking smallvec v1.15.1 |
| 1886 | 2026-03-24T17:05:51.250Z | Checking itoa v1.0.17 |
| 1887 | 2026-03-24T17:05:51.299Z | Checking log v0.4.29 |
| 1888 | 2026-03-24T17:05:51.356Z | Checking zeroize v1.8.2 |
| 1889 | 2026-03-24T17:05:51.360Z | Checking libm v0.2.16 |
| 1890 | 2026-03-24T17:05:51.478Z | Checking stable_deref_trait v1.2.1 |
| 1891 | 2026-03-24T17:05:51.482Z | Checking scopeguard v1.2.0 |
| 1892 | 2026-03-24T17:05:51.580Z | Checking zmij v1.0.21 |
| 1893 | 2026-03-24T17:05:51.633Z | Checking zerofrom v0.1.6 |
| 1894 | 2026-03-24T17:05:51.708Z | Checking errno v0.3.14 |
| 1895 | 2026-03-24T17:05:51.708Z | Checking getrandom v0.2.17 |
| 1896 | 2026-03-24T17:05:51.782Z | Checking lock_api v0.4.14 |
| 1897 | 2026-03-24T17:05:51.831Z | Checking yoke v0.8.1 |
| 1898 | 2026-03-24T17:05:51.890Z | Checking percent-encoding v2.3.2 |
| 1899 | 2026-03-24T17:05:51.928Z | Checking litemap v0.8.1 |
| 1900 | 2026-03-24T17:05:51.974Z | Checking writeable v0.6.2 |
| 1901 | 2026-03-24T17:05:52.031Z | Checking icu_normalizer_data v2.1.1 |
| 1902 | 2026-03-24T17:05:52.080Z | Checking zerovec v0.11.5 |
| 1903 | 2026-03-24T17:05:52.086Z | Checking zerotrie v0.2.3 |
| 1904 | 2026-03-24T17:05:52.120Z | Checking icu_properties_data v2.1.2 |
| 1905 | 2026-03-24T17:05:52.226Z | Checking form_urlencoded v1.2.2 |
| 1906 | 2026-03-24T17:05:52.360Z | Checking utf8_iter v1.0.4 |
| 1907 | 2026-03-24T17:05:52.502Z | Checking subtle v2.6.1 |
| 1908 | 2026-03-24T17:05:52.502Z | Checking rand_core v0.10.0 |
| 1909 | 2026-03-24T17:05:52.503Z | Checking num-traits v0.2.19 |
| 1910 | 2026-03-24T17:05:52.503Z | Checking rand_core v0.6.4 |
| 1911 | 2026-03-24T17:05:52.507Z | Checking portable-atomic v1.13.1 |
| 1912 | 2026-03-24T17:05:52.577Z | Checking pin-project-lite v0.2.17 |
| 1913 | 2026-03-24T17:05:52.587Z | Checking zerocopy v0.8.40 |
| 1914 | 2026-03-24T17:05:52.671Z | Checking getrandom v0.4.1 |
| 1915 | 2026-03-24T17:05:52.712Z | Checking tinystr v0.8.2 |
| 1916 | 2026-03-24T17:05:52.806Z | Checking potential_utf v0.1.4 |
| 1917 | 2026-03-24T17:05:52.828Z | Checking critical-section v1.2.0 |
| 1918 | 2026-03-24T17:05:52.871Z | Checking parking_lot_core v0.9.12 |
| 1919 | 2026-03-24T17:05:53.136Z | Checking icu_collections v2.1.1 |
| 1920 | 2026-03-24T17:05:53.237Z | Checking icu_locale_core v2.1.1 |
| 1921 | 2026-03-24T17:05:53.237Z | Checking signal-hook-registry v1.4.8 |
| 1922 | 2026-03-24T17:05:53.237Z | Checking once_cell v1.21.3 |
| 1923 | 2026-03-24T17:05:53.252Z | Checking parking_lot v0.12.5 |
| 1924 | 2026-03-24T17:05:53.252Z | Checking mio v1.1.1 |
| 1925 | 2026-03-24T17:05:53.318Z | Checking serde v1.0.228 |
| 1926 | 2026-03-24T17:05:53.500Z | Checking serde_json v1.0.149 |
| 1927 | 2026-03-24T17:05:53.541Z | Checking bitflags v2.11.0 |
| 1928 | 2026-03-24T17:05:53.541Z | Checking typenum v1.19.0 |
| 1929 | 2026-03-24T17:05:53.541Z | Checking iana-time-zone v0.1.65 |
| 1930 | 2026-03-24T17:05:53.753Z | Checking socket2 v0.6.2 |
| 1931 | 2026-03-24T17:05:54.021Z | Checking semver v1.0.27 |
| 1932 | 2026-03-24T17:05:54.021Z | Checking uuid v1.21.0 |
| 1933 | 2026-03-24T17:05:54.139Z | Checking icu_provider v2.1.1 |
| 1934 | 2026-03-24T17:05:54.139Z | Checking bytes v1.11.1 |
| 1935 | 2026-03-24T17:05:54.139Z | Checking chrono v0.4.44 |
| 1936 | 2026-03-24T17:05:54.187Z | Checking thiserror v2.0.18 |
| 1937 | 2026-03-24T17:05:54.202Z | Checking icu_properties v2.1.2 |
| 1938 | 2026-03-24T17:05:54.239Z | Checking icu_normalizer v2.1.1 |
| 1939 | 2026-03-24T17:05:54.285Z | Checking generic-array v0.14.7 |
| 1940 | 2026-03-24T17:05:54.331Z | Checking allocator-api2 v0.2.21 |
| 1941 | 2026-03-24T17:05:54.559Z | Checking futures-core v0.3.32 |
| 1942 | 2026-03-24T17:05:54.570Z | Checking tokio v1.49.0 |
| 1943 | 2026-03-24T17:05:54.629Z | Checking dyn-clone v1.0.20 |
| 1944 | 2026-03-24T17:05:54.672Z | Checking equivalent v1.0.2 |
| 1945 | 2026-03-24T17:05:54.791Z | Checking const-oid v0.9.6 |
| 1946 | 2026-03-24T17:05:55.327Z | Checking foldhash v0.2.0 |
| 1947 | 2026-03-24T17:05:55.397Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1948 | 2026-03-24T17:05:55.397Z | Checking crypto-common v0.1.7 |
| 1949 | 2026-03-24T17:05:55.397Z | Checking hashbrown v0.16.1 |
| 1950 | 2026-03-24T17:05:55.397Z | Checking block-buffer v0.10.4 |
| 1951 | 2026-03-24T17:05:55.397Z | Checking futures-sink v0.3.32 |
| 1952 | 2026-03-24T17:05:55.397Z | Checking byteorder v1.5.0 |
| 1953 | 2026-03-24T17:05:55.432Z | Checking rustix v1.1.3 |
| 1954 | 2026-03-24T17:05:55.432Z | Checking idna_adapter v1.2.1 |
| 1955 | 2026-03-24T17:05:55.463Z | Checking futures-channel v0.3.32 |
| 1956 | 2026-03-24T17:05:55.567Z | Checking idna v1.1.0 |
| 1957 | 2026-03-24T17:05:55.618Z | Checking futures-task v0.3.32 |
| 1958 | 2026-03-24T17:05:57.048Z | Checking slab v0.4.12 |
| 1959 | 2026-03-24T17:05:57.048Z | Checking futures-io v0.3.32 |
| 1960 | 2026-03-24T17:05:57.048Z | Checking digest v0.10.7 |
| 1961 | 2026-03-24T17:05:57.049Z | Checking cpufeatures v0.2.17 |
| 1962 | 2026-03-24T17:05:57.049Z | Checking url v2.5.8 |
| 1963 | 2026-03-24T17:05:57.049Z | Checking indexmap v2.13.0 |
| 1964 | 2026-03-24T17:05:57.049Z | Checking futures-util v0.3.32 |
| 1965 | 2026-03-24T17:05:57.049Z | Checking thiserror v1.0.69 |
| 1966 | 2026-03-24T17:05:57.049Z | Checking getrandom v0.3.4 |
| 1967 | 2026-03-24T17:05:57.049Z | Checking fnv v1.0.7 |
| 1968 | 2026-03-24T17:05:57.049Z | Checking regex-syntax v0.8.10 |
| 1969 | 2026-03-24T17:05:57.049Z | Checking base64 v0.22.1 |
| 1970 | 2026-03-24T17:05:57.049Z | Checking schemars v0.8.22 |
| 1971 | 2026-03-24T17:05:57.049Z | Checking ppv-lite86 v0.2.21 |
| 1972 | 2026-03-24T17:05:57.049Z | Checking http v1.4.0 |
| 1973 | 2026-03-24T17:05:57.049Z | Checking tracing-core v0.1.36 |
| 1974 | 2026-03-24T17:05:57.049Z | Checking unicode-ident v1.0.24 |
| 1975 | 2026-03-24T17:05:57.205Z | Checking ipnet v2.11.0 |
| 1976 | 2026-03-24T17:05:57.238Z | Checking proc-macro2 v1.0.106 |
| 1977 | 2026-03-24T17:05:57.269Z | Checking tracing v0.1.44 |
| 1978 | 2026-03-24T17:05:57.399Z | Checking anstyle v1.0.13 |
| 1979 | 2026-03-24T17:05:57.484Z | Checking untrusted v0.9.0 |
| 1980 | 2026-03-24T17:05:57.536Z | Checking utf8parse v0.2.2 |
| 1981 | 2026-03-24T17:05:57.539Z | Checking quote v1.0.44 |
| 1982 | 2026-03-24T17:05:57.579Z | Checking aho-corasick v1.1.4 |
| 1983 | 2026-03-24T17:05:57.678Z | Checking anstyle-query v1.1.5 |
| 1984 | 2026-03-24T17:05:57.681Z | Checking ring v0.17.14 |
| 1985 | 2026-03-24T17:05:57.770Z | Checking anstyle-parse v0.2.7 |
| 1986 | 2026-03-24T17:05:57.874Z | Checking colorchoice v1.0.4 |
| 1987 | 2026-03-24T17:05:57.923Z | Checking syn v2.0.117 |
| 1988 | 2026-03-24T17:05:58.002Z | Checking base64ct v1.8.3 |
| 1989 | 2026-03-24T17:05:58.050Z | Checking is_terminal_polyfill v1.70.2 |
| 1990 | 2026-03-24T17:05:58.200Z | Checking anstream v0.6.21 |
| 1991 | 2026-03-24T17:05:58.269Z | Checking block-padding v0.3.3 |
| 1992 | 2026-03-24T17:05:58.362Z | Checking rustls-pki-types v1.14.0 |
| 1993 | 2026-03-24T17:05:58.465Z | Checking httparse v1.10.1 |
| 1994 | 2026-03-24T17:05:58.515Z | Checking inout v0.1.4 |
| 1995 | 2026-03-24T17:05:58.563Z | Checking regex-automata v0.4.14 |
| 1996 | 2026-03-24T17:05:58.733Z | Checking terminal_size v0.4.3 |
| 1997 | 2026-03-24T17:05:58.784Z | Checking crossbeam-utils v0.8.21 |
| 1998 | 2026-03-24T17:05:58.828Z | Checking cipher v0.4.4 |
| 1999 | 2026-03-24T17:05:58.831Z | Checking clap_lex v1.0.0 |
| 2000 | 2026-03-24T17:05:58.926Z | Checking strsim v0.11.1 |
| 2001 | 2026-03-24T17:05:58.992Z | Checking tokio-util v0.7.18 |
| 2002 | 2026-03-24T17:05:59.101Z | Checking http-body v1.0.1 |
| 2003 | 2026-03-24T17:05:59.155Z | Checking rand_core v0.9.5 |
| 2004 | 2026-03-24T17:05:59.158Z | Checking sha2 v0.10.9 |
| 2005 | 2026-03-24T17:05:59.249Z | Checking clap_builder v4.5.60 |
| 2006 | 2026-03-24T17:05:59.299Z | Checking atomic-waker v1.1.2 |
| 2007 | 2026-03-24T17:05:59.346Z | Checking pem-rfc7468 v0.7.0 |
| 2008 | 2026-03-24T17:05:59.421Z | Checking try-lock v0.2.5 |
| 2009 | 2026-03-24T17:05:59.470Z | Checking httpdate v1.0.3 |
| 2010 | 2026-03-24T17:05:59.588Z | Checking want v0.3.1 |
| 2011 | 2026-03-24T17:05:59.592Z | Checking hmac v0.12.1 |
| 2012 | 2026-03-24T17:05:59.795Z | Checking tower-layer v0.3.3 |
| 2013 | 2026-03-24T17:05:59.801Z | Checking ryu v1.0.23 |
| 2014 | 2026-03-24T17:05:59.802Z | Checking pin-utils v0.1.0 |
| 2015 | 2026-03-24T17:05:59.854Z | Checking tower-service v0.3.3 |
| 2016 | 2026-03-24T17:05:59.908Z | Checking rand_chacha v0.9.0 |
| 2017 | 2026-03-24T17:06:00.040Z | Checking erased-serde v0.3.31 |
| 2018 | 2026-03-24T17:06:00.065Z | Checking h2 v0.4.13 |
| 2019 | 2026-03-24T17:06:00.065Z | Checking flagset v0.4.7 |
| 2020 | 2026-03-24T17:06:00.092Z | Checking powerfmt v0.2.0 |
| 2021 | 2026-03-24T17:06:00.194Z | Checking der v0.7.10 |
| 2022 | 2026-03-24T17:06:00.244Z | Checking rand v0.9.2 |
| 2023 | 2026-03-24T17:06:00.324Z | Checking deranged v0.5.8 |
| 2024 | 2026-03-24T17:06:00.561Z | Checking slog v2.8.2 |
| 2025 | 2026-03-24T17:06:00.919Z | Checking spin v0.9.8 |
| 2026 | 2026-03-24T17:06:01.146Z | Checking anyhow v1.0.102 |
| 2027 | 2026-03-24T17:06:01.169Z | Checking clap v4.5.60 |
| 2028 | 2026-03-24T17:06:01.181Z | Checking num-conv v0.2.0 |
| 2029 | 2026-03-24T17:06:01.207Z | Checking time-core v0.1.8 |
| 2030 | 2026-03-24T17:06:01.213Z | Checking num_threads v0.1.7 |
| 2031 | 2026-03-24T17:06:01.301Z | Checking http-body-util v0.1.3 |
| 2032 | 2026-03-24T17:06:01.310Z | Checking aws-lc-sys v0.37.1 |
| 2033 | 2026-03-24T17:06:01.370Z | Checking untrusted v0.7.1 |
| 2034 | 2026-03-24T17:06:01.402Z | Checking openssl-probe v0.2.1 |
| 2035 | 2026-03-24T17:06:01.487Z | Checking regex v1.12.3 |
| 2036 | 2026-03-24T17:06:01.493Z | Checking serde_urlencoded v0.7.1 |
| 2037 | 2026-03-24T17:06:01.667Z | Checking rand_chacha v0.3.1 |
| 2038 | 2026-03-24T17:06:01.675Z | Checking fastrand v2.3.0 |
| 2039 | 2026-03-24T17:06:01.675Z | Checking spki v0.7.3 |
| 2040 | 2026-03-24T17:06:01.723Z | Checking time v0.3.47 |
| 2041 | 2026-03-24T17:06:01.797Z | Checking pbkdf2 v0.12.2 |
| 2042 | 2026-03-24T17:06:01.886Z | Checking rand v0.8.5 |
| 2043 | 2026-03-24T17:06:01.936Z | Checking aes v0.8.4 |
| 2044 | 2026-03-24T17:06:01.940Z | Checking unicode-width v0.2.0 |
| 2045 | 2026-03-24T17:06:02.035Z | Checking pretty-hex v0.4.1 |
| 2046 | 2026-03-24T17:06:02.035Z | Checking salsa20 v0.10.2 |
| 2047 | 2026-03-24T17:06:02.133Z | Checking aws-lc-rs v1.16.0 |
| 2048 | 2026-03-24T17:06:02.238Z | Checking cbc v0.1.2 |
| 2049 | 2026-03-24T17:06:02.287Z | Checking ipnetwork v0.21.1 |
| 2050 | 2026-03-24T17:06:02.342Z | Checking hex v0.4.3 |
| 2051 | 2026-03-24T17:06:02.440Z | Checking scrypt v0.11.0 |
| 2052 | 2026-03-24T17:06:02.501Z | Checking tempfile v3.25.0 |
| 2053 | 2026-03-24T17:06:02.609Z | Checking rustls-native-certs v0.8.3 |
| 2054 | 2026-03-24T17:06:02.665Z | Checking sync_wrapper v1.0.2 |
| 2055 | 2026-03-24T17:06:02.666Z | Checking plain v0.2.3 |
| 2056 | 2026-03-24T17:06:02.797Z | Checking pkcs5 v0.7.1 |
| 2057 | 2026-03-24T17:06:02.819Z | Checking webpki-roots v1.0.6 |
| 2058 | 2026-03-24T17:06:02.865Z | Checking camino v1.2.2 |
| 2059 | 2026-03-24T17:06:02.900Z | Checking tower v0.5.3 |
| 2060 | 2026-03-24T17:06:02.951Z | Checking iri-string v0.7.10 |
| 2061 | 2026-03-24T17:06:02.990Z | Checking ucd-trie v0.1.7 |
| 2062 | 2026-03-24T17:06:03.126Z | Checking pkcs8 v0.10.2 |
| 2063 | 2026-03-24T17:06:03.205Z | Checking pest v2.8.6 |
| 2064 | 2026-03-24T17:06:03.248Z | Checking openapiv3 v2.2.0 |
| 2065 | 2026-03-24T17:06:03.331Z | Checking rustls-webpki v0.103.9 |
| 2066 | 2026-03-24T17:06:03.449Z | Checking mime v0.3.17 |
| 2067 | 2026-03-24T17:06:03.467Z | Checking either v1.15.0 |
| 2068 | 2026-03-24T17:06:03.491Z | Checking winnow v0.7.14 |
| 2069 | 2026-03-24T17:06:03.641Z | Checking oxnet v0.1.4 |
| 2070 | 2026-03-24T17:06:03.693Z | Checking hyper v1.8.1 |
| 2071 | 2026-03-24T17:06:03.742Z | Checking lazy_static v1.5.0 |
| 2072 | 2026-03-24T17:06:03.893Z | Checking static_assertions v1.1.0 |
| 2073 | 2026-03-24T17:06:03.942Z | Checking rustls v0.23.37 |
| 2074 | 2026-03-24T17:06:03.991Z | Checking signature v2.2.0 |
| 2075 | 2026-03-24T17:06:04.053Z | Checking encoding_rs v0.8.35 |
| 2076 | 2026-03-24T17:06:04.202Z | Checking simd-adler32 v0.3.8 |
| 2077 | 2026-03-24T17:06:04.465Z | Checking tower-http v0.6.8 |
| 2078 | 2026-03-24T17:06:04.513Z | Checking foreign-types-shared v0.1.1 |
| 2079 | 2026-03-24T17:06:04.782Z | Checking foreign-types v0.3.2 |
| 2080 | 2026-03-24T17:06:04.807Z | Checking hubpack v0.1.2 |
| 2081 | 2026-03-24T17:06:04.807Z | Checking openssl-sys v0.9.111 |
| 2082 | 2026-03-24T17:06:04.884Z | Checking adler2 v2.0.1 |
| 2083 | 2026-03-24T17:06:04.991Z | Checking hyper-util v0.1.20 |
| 2084 | 2026-03-24T17:06:05.041Z | Checking sha1 v0.10.6 |
| 2085 | 2026-03-24T17:06:05.129Z | Checking miniz_oxide v0.8.9 |
| 2086 | 2026-03-24T17:06:05.140Z | Checking strum v0.26.3 |
| 2087 | 2026-03-24T17:06:05.314Z | Checking data-encoding v2.10.0 |
| 2088 | 2026-03-24T17:06:05.321Z | Checking tinyvec_macros v0.1.1 |
| 2089 | 2026-03-24T17:06:05.332Z | Checking toml_datetime v0.6.11 |
| 2090 | 2026-03-24T17:06:05.401Z | Checking tinyvec v1.10.0 |
| 2091 | 2026-03-24T17:06:05.452Z | Checking serde_spanned v0.6.9 |
| 2092 | 2026-03-24T17:06:05.500Z | Checking openssl v0.10.75 |
| 2093 | 2026-03-24T17:06:05.589Z | Checking num-integer v0.1.46 |
| 2094 | 2026-03-24T17:06:05.638Z | Checking scroll v0.13.0 |
| 2095 | 2026-03-24T17:06:05.641Z | Checking memmap2 v0.9.10 |
| 2096 | 2026-03-24T17:06:05.729Z | Checking bit-vec v0.8.0 |
| 2097 | 2026-03-24T17:06:05.860Z | Checking base16ct v0.2.0 |
| 2098 | 2026-03-24T17:06:05.907Z | Checking dtrace-parser v0.3.0 |
| 2099 | 2026-03-24T17:06:05.954Z | Checking crossbeam-epoch v0.9.18 |
| 2100 | 2026-03-24T17:06:06.016Z | Checking bit-set v0.8.0 |
| 2101 | 2026-03-24T17:06:06.066Z | Checking goblin v0.10.5 |
| 2102 | 2026-03-24T17:06:06.067Z | Checking sec1 v0.7.3 |
| 2103 | 2026-03-24T17:06:06.247Z | Checking crc32fast v1.5.0 |
| 2104 | 2026-03-24T17:06:06.299Z | Checking ff v0.13.1 |
| 2105 | 2026-03-24T17:06:06.304Z | Checking wait-timeout v0.2.1 |
| 2106 | 2026-03-24T17:06:06.430Z | Checking thread-id v5.1.0 |
| 2107 | 2026-03-24T17:06:06.473Z | Checking num-iter v0.1.45 |
| 2108 | 2026-03-24T17:06:06.520Z | Checking bstr v1.12.1 |
| 2109 | 2026-03-24T17:06:06.569Z | Checking hkdf v0.12.4 |
| 2110 | 2026-03-24T17:06:06.574Z | Checking group v0.13.0 |
| 2111 | 2026-03-24T17:06:06.666Z | Checking ahash v0.8.12 |
| 2112 | 2026-03-24T17:06:06.715Z | Checking crypto-bigint v0.5.5 |
| 2113 | 2026-03-24T17:06:06.837Z | Checking psl-types v2.0.11 |
| 2114 | 2026-03-24T17:06:06.843Z | Checking quick-error v1.2.3 |
| 2115 | 2026-03-24T17:06:06.966Z | Checking cookie v0.18.1 |
| 2116 | 2026-03-24T17:06:07.015Z | Checking rusty-fork v0.3.1 |
| 2117 | 2026-03-24T17:06:07.020Z | Checking publicsuffix v2.3.0 |
| 2118 | 2026-03-24T17:06:07.111Z | Checking rand_xorshift v0.4.0 |
| 2119 | 2026-03-24T17:06:07.252Z | Checking tokio-rustls v0.26.4 |
| 2120 | 2026-03-24T17:06:07.307Z | Checking scroll v0.12.0 |
| 2121 | 2026-03-24T17:06:07.312Z | Checking unarray v0.1.4 |
| 2122 | 2026-03-24T17:06:07.312Z | Checking cookie_store v0.22.1 |
| 2123 | 2026-03-24T17:06:07.312Z | Checking rustls-platform-verifier v0.6.2 |
| 2124 | 2026-03-24T17:06:07.515Z | Checking proptest v1.10.0 |
| 2125 | 2026-03-24T17:06:07.591Z | Checking hyper-rustls v0.27.7 |
| 2126 | 2026-03-24T17:06:07.642Z | Checking goblin v0.8.2 |
| 2127 | 2026-03-24T17:06:07.689Z | Checking num-bigint-dig v0.8.6 |
| 2128 | 2026-03-24T17:06:07.860Z | Checking pkcs1 v0.7.5 |
| 2129 | 2026-03-24T17:06:07.910Z | Checking x509-cert v0.2.5 |
| 2130 | 2026-03-24T17:06:08.078Z | Checking elliptic-curve v0.13.8 |
| 2131 | 2026-03-24T17:06:08.177Z | Checking zerocopy v0.7.35 |
| 2132 | 2026-03-24T17:06:08.336Z | Checking native-tls v0.2.18 |
| 2133 | 2026-03-24T17:06:08.522Z | Checking zlib-rs v0.6.2 |
| 2134 | 2026-03-24T17:06:08.601Z | Checking tokio-native-tls v0.3.1 |
| 2135 | 2026-03-24T17:06:08.840Z | Checking hyper-tls v0.6.0 |
| 2136 | 2026-03-24T17:06:08.891Z | Checking unicode-segmentation v1.12.0 |
| 2137 | 2026-03-24T17:06:08.895Z | Checking rsa v0.9.10 |
| 2138 | 2026-03-24T17:06:08.984Z | Checking reqwest v0.13.2 |
| 2139 | 2026-03-24T17:06:09.090Z | Checking reqwest v0.12.28 |
| 2140 | 2026-03-24T17:06:09.408Z | Checking crossbeam-deque v0.8.6 |
| 2141 | 2026-03-24T17:06:09.465Z | Checking dof v0.4.0 |
| 2142 | 2026-03-24T17:06:09.581Z | Checking dtrace-parser v0.2.0 |
| 2143 | 2026-03-24T17:06:09.718Z | Checking rfc6979 v0.4.0 |
| 2144 | 2026-03-24T17:06:09.807Z | Checking flate2 v1.1.9 |
| 2145 | 2026-03-24T17:06:09.874Z | Checking thread-id v4.2.2 |
| 2146 | 2026-03-24T17:06:09.937Z | Checking toml_write v0.1.2 |
| 2147 | 2026-03-24T17:06:10.014Z | Checking ecdsa v0.16.9 |
| 2148 | 2026-03-24T17:06:10.066Z | Checking newtype-uuid v1.3.2 |
| 2149 | 2026-03-24T17:06:10.183Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2150 | 2026-03-24T17:06:10.228Z | Checking toml_edit v0.22.27 |
| 2151 | 2026-03-24T17:06:10.270Z | Checking curve25519-dalek v4.1.3 |
| 2152 | 2026-03-24T17:06:10.326Z | Checking memoffset v0.9.1 |
| 2153 | 2026-03-24T17:06:10.372Z | Checking usdt-impl v0.6.0 |
| 2154 | 2026-03-24T17:06:10.375Z | Checking dof v0.3.0 |
| 2155 | 2026-03-24T17:06:10.376Z | Checking rustix v0.38.44 |
| 2156 | 2026-03-24T17:06:10.513Z | Checking env_filter v1.0.0 |
| 2157 | 2026-03-24T17:06:10.516Z | Checking keccak v0.1.6 |
| 2158 | 2026-03-24T17:06:10.651Z | Checking daft v0.1.5 |
| 2159 | 2026-03-24T17:06:10.734Z | Checking env_logger v0.11.9 |
| 2160 | 2026-03-24T17:06:10.787Z | Checking usdt v0.6.0 |
| 2161 | 2026-03-24T17:06:10.836Z | Checking usdt-impl v0.5.0 |
| 2162 | 2026-03-24T17:06:10.840Z | Checking sha3 v0.10.8 |
| 2163 | 2026-03-24T17:06:11.000Z | Checking ed25519 v2.2.3 |
| 2164 | 2026-03-24T17:06:11.048Z | Checking itertools v0.13.0 |
| 2165 | 2026-03-24T17:06:11.052Z | Checking serde_with v3.17.0 |
| 2166 | 2026-03-24T17:06:11.187Z | Checking bitflags v1.3.2 |
| 2167 | 2026-03-24T17:06:11.236Z | Checking siphasher v1.0.2 |
| 2168 | 2026-03-24T17:06:11.285Z | Checking unicode-normalization v0.1.25 |
| 2169 | 2026-03-24T17:06:11.337Z | Checking signal-hook v0.3.18 |
| 2170 | 2026-03-24T17:06:11.392Z | Checking ed25519-dalek v2.2.0 |
| 2171 | 2026-03-24T17:06:11.485Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2172 | 2026-03-24T17:06:11.619Z | Checking winnow v0.5.40 |
| 2173 | 2026-03-24T17:06:11.671Z | Checking managed v0.8.0 |
| 2174 | 2026-03-24T17:06:11.724Z | Checking nix v0.31.1 |
| 2175 | 2026-03-24T17:06:11.787Z | Checking rayon-core v1.13.0 |
| 2176 | 2026-03-24T17:06:11.791Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2177 | 2026-03-24T17:06:11.882Z | Checking object v0.37.3 |
| 2178 | 2026-03-24T17:06:11.953Z | Checking foldhash v0.1.5 |
| 2179 | 2026-03-24T17:06:12.005Z | Checking bzip2 v0.4.4 |
| 2180 | 2026-03-24T17:06:12.170Z | Checking hashbrown v0.15.5 |
| 2181 | 2026-03-24T17:06:12.246Z | Checking signal-hook-mio v0.2.5 |
| 2182 | 2026-03-24T17:06:12.296Z | Checking ref-cast v1.0.25 |
| 2183 | 2026-03-24T17:06:12.414Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2184 | 2026-03-24T17:06:12.465Z | Checking zip v0.6.6 |
| 2185 | 2026-03-24T17:06:12.539Z | Checking libbz2-rs-sys v0.2.2 |
| 2186 | 2026-03-24T17:06:12.596Z | Checking zstd-safe v7.2.4 |
| 2187 | 2026-03-24T17:06:12.845Z | Checking bumpalo v3.20.2 |
| 2188 | 2026-03-24T17:06:12.850Z | Checking zstd v0.13.3 |
| 2189 | 2026-03-24T17:06:12.938Z | Checking crossterm v0.28.1 |
| 2190 | 2026-03-24T17:06:13.078Z | Checking bzip2 v0.6.1 |
| 2191 | 2026-03-24T17:06:13.146Z | Checking zopfli v0.8.3 |
| 2192 | 2026-03-24T17:06:13.195Z | Checking rayon v1.11.0 |
| 2193 | 2026-03-24T17:06:13.203Z | Checking similar v2.7.0 |
| 2194 | 2026-03-24T17:06:13.203Z | Checking fs-err v3.3.0 |
| 2195 | 2026-03-24T17:06:13.335Z | Checking toml_edit v0.19.15 |
| 2196 | 2026-03-24T17:06:13.338Z | Checking hash32 v0.2.1 |
| 2197 | 2026-03-24T17:06:13.610Z | Checking serde-big-array v0.5.1 |
| 2198 | 2026-03-24T17:06:13.659Z | Checking predicates-core v1.0.10 |
| 2199 | 2026-03-24T17:06:13.713Z | Checking unicode-properties v0.1.4 |
| 2200 | 2026-03-24T17:06:13.795Z | Checking unicode-bidi v0.3.18 |
| 2201 | 2026-03-24T17:06:13.844Z | Checking jiff v0.2.21 |
| 2202 | 2026-03-24T17:06:13.890Z | Checking heapless v0.7.17 |
| 2203 | 2026-03-24T17:06:13.951Z | Checking hickory-proto v0.25.2 |
| 2204 | 2026-03-24T17:06:14.004Z | Checking tokio-stream v0.1.18 |
| 2205 | 2026-03-24T17:06:14.241Z | Checking stringprep v0.1.5 |
| 2206 | 2026-03-24T17:06:14.483Z | Checking md-5 v0.10.6 |
| 2207 | 2026-03-24T17:06:14.531Z | Checking float-cmp v0.10.0 |
| 2208 | 2026-03-24T17:06:14.581Z | Checking rustc-hash v2.1.1 |
| 2209 | 2026-03-24T17:06:14.697Z | Checking normalize-line-endings v0.3.0 |
| 2210 | 2026-03-24T17:06:14.747Z | Checking difflib v0.4.0 |
| 2211 | 2026-03-24T17:06:14.794Z | Checking fallible-iterator v0.2.0 |
| 2212 | 2026-03-24T17:06:14.848Z | Checking toml v0.7.8 |
| 2213 | 2026-03-24T17:06:14.892Z | Checking iddqd v0.3.17 |
| 2214 | 2026-03-24T17:06:15.014Z | Checking predicates v3.1.4 |
| 2215 | 2026-03-24T17:06:15.171Z | Checking smoltcp v0.9.1 |
| 2216 | 2026-03-24T17:06:15.221Z | Checking postgres-protocol v0.6.10 |
| 2217 | 2026-03-24T17:06:15.323Z | Checking phf_shared v0.11.3 |
| 2218 | 2026-03-24T17:06:15.369Z | Checking phf_shared v0.13.1 |
| 2219 | 2026-03-24T17:06:15.457Z | Checking itertools v0.12.1 |
| 2220 | 2026-03-24T17:06:15.544Z | Checking console v0.16.2 |
| 2221 | 2026-03-24T17:06:15.673Z | Checking buf-list v1.1.2 |
| 2222 | 2026-03-24T17:06:15.678Z | Checking strum v0.27.2 |
| 2223 | 2026-03-24T17:06:15.899Z | Checking fixedbitset v0.5.7 |
| 2224 | 2026-03-24T17:06:15.955Z | Checking lalrpop-util v0.19.12 |
| 2225 | 2026-03-24T17:06:16.000Z | Checking new_debug_unreachable v1.0.6 |
| 2226 | 2026-03-24T17:06:16.049Z | Checking precomputed-hash v0.1.1 |
| 2227 | 2026-03-24T17:06:16.104Z | Checking unit-prefix v0.5.2 |
| 2228 | 2026-03-24T17:06:16.155Z | Checking fixedbitset v0.4.2 |
| 2229 | 2026-03-24T17:06:16.237Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2230 | 2026-03-24T17:06:16.237Z | Checking petgraph v0.8.3 |
| 2231 | 2026-03-24T17:06:16.237Z | Checking string_cache v0.8.9 |
| 2232 | 2026-03-24T17:06:16.342Z | Checking indicatif v0.18.4 |
| 2233 | 2026-03-24T17:06:16.383Z | Checking petgraph v0.6.5 |
| 2234 | 2026-03-24T17:06:16.495Z | Checking postgres-types v0.2.12 |
| 2235 | 2026-03-24T17:06:16.883Z | Checking phf v0.13.1 |
| 2236 | 2026-03-24T17:06:16.927Z | Checking zone v0.3.1 |
| 2237 | 2026-03-24T17:06:16.983Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2238 | 2026-03-24T17:06:17.045Z | Checking zip v4.6.1 |
| 2239 | 2026-03-24T17:06:17.114Z | Checking whoami v2.1.0 |
| 2240 | 2026-03-24T17:06:17.379Z | Checking peg-runtime v0.8.5 |
| 2241 | 2026-03-24T17:06:17.418Z | Checking tokio-postgres v0.7.16 |
| 2242 | 2026-03-24T17:06:17.594Z | Checking futures-executor v0.3.32 |
| 2243 | 2026-03-24T17:06:17.648Z | Checking is-terminal v0.4.17 |
| 2244 | 2026-03-24T17:06:17.802Z | Checking crossbeam-channel v0.5.15 |
| 2245 | 2026-03-24T17:06:17.808Z | Compiling structmeta-derive v0.3.0 |
| 2246 | 2026-03-24T17:06:17.896Z | Checking futures v0.3.32 |
| 2247 | 2026-03-24T17:06:17.904Z | Checking thread_local v1.1.9 |
| 2248 | 2026-03-24T17:06:18.033Z | Checking term v1.2.1 |
| 2249 | 2026-03-24T17:06:18.184Z | Checking take_mut v0.2.2 |
| 2250 | 2026-03-24T17:06:18.221Z | Compiling newtype-uuid-macros v0.1.0 |
| 2251 | 2026-03-24T17:06:18.292Z | Checking regress v0.10.5 |
| 2252 | 2026-03-24T17:06:18.347Z | Checking slog-async v2.8.0 |
| 2253 | 2026-03-24T17:06:18.395Z | Checking slog-term v2.9.2 |
| 2254 | 2026-03-24T17:06:18.552Z | Compiling rustls v0.22.4 |
| 2255 | 2026-03-24T17:06:18.615Z | Compiling multer v3.1.0 |
| 2256 | 2026-03-24T17:06:18.785Z | Compiling async-stream-impl v0.3.6 |
| 2257 | 2026-03-24T17:06:18.956Z | Compiling dropshot v0.16.7 |
| 2258 | 2026-03-24T17:06:19.007Z | Compiling dropshot_endpoint v0.16.7 |
| 2259 | 2026-03-24T17:06:19.128Z | Checking match_cfg v0.1.0 |
| 2260 | 2026-03-24T17:06:19.298Z | Checking slog-json v2.6.1 |
| 2261 | 2026-03-24T17:06:19.306Z | Checking hostname v0.3.1 |
| 2262 | 2026-03-24T17:06:19.395Z | Compiling structmeta v0.3.0 |
| 2263 | 2026-03-24T17:06:19.430Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2264 | 2026-03-24T17:06:19.523Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2265 | 2026-03-24T17:06:19.573Z | Checking slog-bunyan v2.5.0 |
| 2266 | 2026-03-24T17:06:19.625Z | Checking debug-ignore v1.0.5 |
| 2267 | 2026-03-24T17:06:19.677Z | Checking serde_spanned v1.0.4 |
| 2268 | 2026-03-24T17:06:19.727Z | Compiling derive-ex v0.1.8 |
| 2269 | 2026-03-24T17:06:19.833Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2270 | 2026-03-24T17:06:19.840Z | Checking progenitor-client v0.13.0 |
| 2271 | 2026-03-24T17:06:19.886Z | Checking rustls-webpki v0.102.8 |
| 2272 | 2026-03-24T17:06:19.971Z | Checking serde_path_to_error v0.1.20 |
| 2273 | 2026-03-24T17:06:20.053Z | Checking toml v0.9.12+spec-1.1.0 |
| 2274 | 2026-03-24T17:06:20.102Z | Checking async-stream v0.3.6 |
| 2275 | 2026-03-24T17:06:20.309Z | Checking waitgroup v0.1.2 |
| 2276 | 2026-03-24T17:06:20.372Z | Checking rustls-pemfile v2.2.0 |
| 2277 | 2026-03-24T17:06:20.405Z | Checking hostname v0.4.2 |
| 2278 | 2026-03-24T17:06:20.511Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2279 | 2026-03-24T17:06:20.516Z | Compiling parse-display-derive v0.10.0 |
| 2280 | 2026-03-24T17:06:20.599Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2281 | 2026-03-24T17:06:20.602Z | Checking itertools v0.14.0 |
| 2282 | 2026-03-24T17:06:20.688Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2283 | 2026-03-24T17:06:20.814Z | Checking macaddr v1.0.1 |
| 2284 | 2026-03-24T17:06:20.922Z | Checking progenitor-client v0.10.0 |
| 2285 | 2026-03-24T17:06:21.089Z | Checking instant v0.1.13 |
| 2286 | 2026-03-24T17:06:21.239Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2287 | 2026-03-24T17:06:21.251Z | Checking backoff v0.4.0 |
| 2288 | 2026-03-24T17:06:21.332Z | Checking backon v1.6.0 |
| 2289 | 2026-03-24T17:06:21.482Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2290 | 2026-03-24T17:06:21.591Z | Checking progenitor-extras v0.1.1 |
| 2291 | 2026-03-24T17:06:21.643Z | Checking heck v0.5.0 |
| 2292 | 2026-03-24T17:06:21.841Z | Checking camino-tempfile v1.4.1 |
| 2293 | 2026-03-24T17:06:21.918Z | Checking toml v0.8.23 |
| 2294 | 2026-03-24T17:06:22.079Z | Compiling test-strategy v0.4.5 |
| 2295 | 2026-03-24T17:06:22.176Z | Compiling unsafe-libyaml v0.2.11 |
| 2296 | 2026-03-24T17:06:22.181Z | Compiling convert_case v0.4.0 |
| 2297 | 2026-03-24T17:06:22.407Z | Checking secrecy v0.10.3 |
| 2298 | 2026-03-24T17:06:22.504Z | Checking tokio-rustls v0.25.0 |
| 2299 | 2026-03-24T17:06:22.604Z | Compiling crucible-workspace-hack v0.1.0 |
| 2300 | 2026-03-24T17:06:22.793Z | Compiling derive_more v0.99.20 |
| 2301 | 2026-03-24T17:06:22.918Z | Checking parse-display v0.10.0 |
| 2302 | 2026-03-24T17:06:22.977Z | Compiling serde_yaml v0.9.34+deprecated |
| 2303 | 2026-03-24T17:06:23.209Z | Checking typify-impl v0.6.1 |
| 2304 | 2026-03-24T17:06:23.268Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2305 | 2026-03-24T17:06:24.146Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2306 | 2026-03-24T17:06:24.689Z | Compiling proc-macro-crate v3.4.0 |
| 2307 | 2026-03-24T17:06:24.836Z | Checking half v2.7.1 |
| 2308 | 2026-03-24T17:06:24.884Z | Checking ciborium-io v0.2.2 |
| 2309 | 2026-03-24T17:06:25.042Z | Checking glob v0.3.3 |
| 2310 | 2026-03-24T17:06:25.150Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2311 | 2026-03-24T17:06:25.243Z | Checking ciborium-ll v0.2.2 |
| 2312 | 2026-03-24T17:06:25.333Z | Compiling heapless v0.8.0 |
| 2313 | 2026-03-24T17:06:25.568Z | Compiling ingot-macros v0.1.1 |
| 2314 | 2026-03-24T17:06:25.587Z | Checking ciborium v0.2.2 |
| 2315 | 2026-03-24T17:06:25.609Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2316 | 2026-03-24T17:06:25.654Z | Checking tabwriter v1.4.1 |
| 2317 | 2026-03-24T17:06:25.869Z | Checking hash32 v0.3.1 |
| 2318 | 2026-03-24T17:06:25.973Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2319 | 2026-03-24T17:06:26.032Z | Compiling smoltcp v0.11.0 |
| 2320 | 2026-03-24T17:06:26.167Z | Compiling num_enum_derive v0.7.5 |
| 2321 | 2026-03-24T17:06:26.317Z | Checking cobs v0.3.0 |
| 2322 | 2026-03-24T17:06:26.452Z | Compiling foreign-types-macros v0.2.3 |
| 2323 | 2026-03-24T17:06:26.549Z | Checking cpufeatures v0.3.0 |
| 2324 | 2026-03-24T17:06:26.616Z | Checking foreign-types-shared v0.3.1 |
| 2325 | 2026-03-24T17:06:26.718Z | Checking chacha20 v0.10.0 |
| 2326 | 2026-03-24T17:06:26.772Z | Checking postcard v1.1.3 |
| 2327 | 2026-03-24T17:06:27.220Z | Compiling proc-macro-crate v1.3.1 |
| 2328 | 2026-03-24T17:06:27.309Z | Checking foreign-types v0.5.0 |
| 2329 | 2026-03-24T17:06:27.392Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2330 | 2026-03-24T17:06:27.457Z | Checking cstr-argument v0.1.2 |
| 2331 | 2026-03-24T17:06:27.615Z | Checking num_enum v0.7.5 |
| 2332 | 2026-03-24T17:06:27.796Z | Checking sigpipe v0.1.3 |
| 2333 | 2026-03-24T17:06:27.796Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2334 | 2026-03-24T17:06:27.834Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2335 | 2026-03-24T17:06:27.834Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2336 | 2026-03-24T17:06:27.898Z | Checking colored v3.1.1 |
| 2337 | 2026-03-24T17:06:28.206Z | Compiling num_enum_derive v0.5.11 |
| 2338 | 2026-03-24T17:06:28.265Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2339 | 2026-03-24T17:06:28.271Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2340 | 2026-03-24T17:06:28.330Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2341 | 2026-03-24T17:06:28.383Z | Checking rand v0.10.0 |
| 2342 | 2026-03-24T17:06:28.484Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2343 | 2026-03-24T17:06:28.544Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2344 | 2026-03-24T17:06:28.586Z | Checking indent_write v2.2.0 |
| 2345 | 2026-03-24T17:06:28.794Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2346 | 2026-03-24T17:06:28.932Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2347 | 2026-03-24T17:06:29.061Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2348 | 2026-03-24T17:06:29.197Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2349 | 2026-03-24T17:06:29.208Z | Checking smf v0.2.3 |
| 2350 | 2026-03-24T17:06:29.427Z | Checking ingot-types v0.1.2 |
| 2351 | 2026-03-24T17:06:29.523Z | Compiling num-derive v0.4.2 |
| 2352 | 2026-03-24T17:06:29.574Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2353 | 2026-03-24T17:06:29.634Z | Checking num_enum v0.5.11 |
| 2354 | 2026-03-24T17:06:29.640Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2355 | 2026-03-24T17:06:29.815Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2356 | 2026-03-24T17:06:29.912Z | Checking whoami v1.6.1 |
| 2357 | 2026-03-24T17:06:30.040Z | Checking universal-hash v0.5.1 |
| 2358 | 2026-03-24T17:06:30.115Z | Checking ingot v0.1.1 |
| 2359 | 2026-03-24T17:06:30.185Z | Checking opaque-debug v0.3.1 |
| 2360 | 2026-03-24T17:06:30.201Z | Checking aead v0.5.2 |
| 2361 | 2026-03-24T17:06:30.294Z | Checking swrite v0.1.0 |
| 2362 | 2026-03-24T17:06:30.341Z | Checking poly1305 v0.8.0 |
| 2363 | 2026-03-24T17:06:30.360Z | Checking chacha20 v0.9.1 |
| 2364 | 2026-03-24T17:06:30.454Z | Checking unicode-width v0.1.14 |
| 2365 | 2026-03-24T17:06:30.495Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2366 | 2026-03-24T17:06:30.503Z | Compiling typify-macro v0.6.1 |
| 2367 | 2026-03-24T17:06:30.680Z | Checking password-hash v0.5.0 |
| 2368 | 2026-03-24T17:06:30.730Z | Checking blake2 v0.10.6 |
| 2369 | 2026-03-24T17:06:30.801Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2370 | 2026-03-24T17:06:30.843Z | Checking chacha20poly1305 v0.10.1 |
| 2371 | 2026-03-24T17:06:31.019Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2372 | 2026-03-24T17:06:31.067Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2373 | 2026-03-24T17:06:31.114Z | Checking argon2 v0.5.3 |
| 2374 | 2026-03-24T17:06:31.162Z | Checking byte-wrapper v0.1.0 |
| 2375 | 2026-03-24T17:06:31.433Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2376 | 2026-03-24T17:06:31.485Z | Compiling usdt-attr-macro v0.5.0 |
| 2377 | 2026-03-24T17:06:31.502Z | Compiling usdt-macro v0.5.0 |
| 2378 | 2026-03-24T17:06:31.596Z | Checking memmap v0.7.0 |
| 2379 | 2026-03-24T17:06:31.784Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2380 | 2026-03-24T17:06:31.828Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2381 | 2026-03-24T17:06:32.116Z | Checking thiserror-no-std v2.0.2 |
| 2382 | 2026-03-24T17:06:32.216Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2383 | 2026-03-24T17:06:32.265Z | Checking vsss-rs v3.3.4 |
| 2384 | 2026-03-24T17:06:32.371Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2385 | 2026-03-24T17:06:32.516Z | Compiling derive-where v1.6.0 |
| 2386 | 2026-03-24T17:06:32.576Z | Checking usdt v0.5.0 |
| 2387 | 2026-03-24T17:06:32.620Z | Checking atomicwrites v0.4.4 |
| 2388 | 2026-03-24T17:06:32.814Z | Checking tokio-dtrace v0.1.1 |
| 2389 | 2026-03-24T17:06:32.821Z | Checking console v0.15.11 |
| 2390 | 2026-03-24T17:06:32.922Z | Compiling typify v0.6.1 |
| 2391 | 2026-03-24T17:06:33.078Z | Compiling progenitor-impl v0.13.0 |
| 2392 | 2026-03-24T17:06:33.178Z | Checking oxide-tokio-rt v0.1.3 |
| 2393 | 2026-03-24T17:06:33.277Z | Checking newline-converter v0.3.0 |
| 2394 | 2026-03-24T17:06:33.425Z | Checking bytecount v0.6.9 |
| 2395 | 2026-03-24T17:06:33.475Z | Checking expectorate v1.2.0 |
| 2396 | 2026-03-24T17:06:33.595Z | Compiling prettyplease v0.2.37 |
| 2397 | 2026-03-24T17:06:33.688Z | Compiling owo-colors v4.3.0 |
| 2398 | 2026-03-24T17:06:33.865Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2399 | 2026-03-24T17:06:33.958Z | Compiling cancel-safe-futures v0.1.5 |
| 2400 | 2026-03-24T17:06:34.010Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2401 | 2026-03-24T17:06:34.028Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2402 | 2026-03-24T17:06:34.028Z | Checking libsw-core v0.3.2 |
| 2403 | 2026-03-24T17:06:34.442Z | Checking libsw v3.5.0 |
| 2404 | 2026-03-24T17:06:34.446Z | Checking linear-map v1.2.0 |
| 2405 | 2026-03-24T17:06:34.564Z | Checking same-file v1.0.6 |
| 2406 | 2026-03-24T17:06:34.611Z | Checking num-rational v0.4.2 |
| 2407 | 2026-03-24T17:06:34.681Z | Checking num-complex v0.4.6 |
| 2408 | 2026-03-24T17:06:34.753Z | Checking walkdir v2.5.0 |
| 2409 | 2026-03-24T17:06:34.841Z | Checking float-ord v0.3.2 |
| 2410 | 2026-03-24T17:06:35.012Z | Checking gethostname v0.5.0 |
| 2411 | 2026-03-24T17:06:35.159Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2412 | 2026-03-24T17:06:35.203Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2413 | 2026-03-24T17:06:35.251Z | Checking num v0.4.3 |
| 2414 | 2026-03-24T17:06:35.299Z | Compiling async-recursion v1.1.1 |
| 2415 | 2026-03-24T17:06:35.398Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2416 | 2026-03-24T17:06:35.530Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2417 | 2026-03-24T17:06:36.823Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2418 | 2026-03-24T17:06:36.856Z | Compiling progenitor-macro v0.13.0 |
| 2419 | 2026-03-24T17:06:37.732Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2420 | 2026-03-24T17:06:38.777Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2421 | 2026-03-24T17:06:39.469Z | Checking unicode-linebreak v0.1.5 |
| 2422 | 2026-03-24T17:06:39.759Z | Checking smawk v0.3.2 |
| 2423 | 2026-03-24T17:06:39.816Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2424 | 2026-03-24T17:06:39.857Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2425 | 2026-03-24T17:06:39.968Z | Checking globset v0.4.18 |
| 2426 | 2026-03-24T17:06:40.557Z | Compiling convert_case v0.10.0 |
| 2427 | 2026-03-24T17:06:41.038Z | Compiling slog-dtrace v0.3.0 |
| 2428 | 2026-03-24T17:06:41.248Z | Checking resolv-conf v0.7.6 |
| 2429 | 2026-03-24T17:06:41.479Z | Compiling derive_more-impl v2.1.1 |
| 2430 | 2026-03-24T17:06:41.794Z | Compiling pin-project-internal v1.1.11 |
| 2431 | 2026-03-24T17:06:41.976Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2432 | 2026-03-24T17:06:42.028Z | Checking pem v3.0.6 |
| 2433 | 2026-03-24T17:06:42.342Z | Checking fd-lock v4.0.4 |
| 2434 | 2026-03-24T17:06:42.421Z | Checking vte v0.14.1 |
| 2435 | 2026-03-24T17:06:42.486Z | Checking display-error-chain v0.2.2 |
| 2436 | 2026-03-24T17:06:42.582Z | Checking derive_more v2.1.1 |
| 2437 | 2026-03-24T17:06:42.622Z | Checking strip-ansi-escapes v0.2.1 |
| 2438 | 2026-03-24T17:06:42.868Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2439 | 2026-03-24T17:06:42.927Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2440 | 2026-03-24T17:06:42.927Z | Checking crossterm v0.29.0 |
| 2441 | 2026-03-24T17:06:42.927Z | Compiling snafu-derive v0.8.9 |
| 2442 | 2026-03-24T17:06:42.927Z | Checking termtree v0.5.1 |
| 2443 | 2026-03-24T17:06:46.583Z | Checking pin-project v1.1.11 |
| 2444 | 2026-03-24T17:06:46.655Z | Checking nu-ansi-term v0.50.3 |
| 2445 | 2026-03-24T17:06:46.655Z | Checking linked-hash-map v0.5.6 |
| 2446 | 2026-03-24T17:06:46.655Z | Checking textwrap v0.16.2 |
| 2447 | 2026-03-24T17:06:46.655Z | Checking lru-cache v0.1.2 |
| 2448 | 2026-03-24T17:06:46.655Z | Checking reedline v0.40.0 |
| 2449 | 2026-03-24T17:06:46.655Z | Checking olpc-cjson v0.1.4 |
| 2450 | 2026-03-24T17:06:46.656Z | Checking progenitor v0.13.0 |
| 2451 | 2026-03-24T17:06:46.656Z | Checking hickory-proto v0.24.4 |
| 2452 | 2026-03-24T17:06:46.656Z | Checking serde_plain v1.0.2 |
| 2453 | 2026-03-24T17:06:46.656Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2454 | 2026-03-24T17:06:46.657Z | Checking typed-path v0.9.3 |
| 2455 | 2026-03-24T17:06:46.657Z | Compiling minimal-lexical v0.2.1 |
| 2456 | 2026-03-24T17:06:46.657Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2457 | 2026-03-24T17:06:46.657Z | Checking snafu v0.8.9 |
| 2458 | 2026-03-24T17:06:46.657Z | Compiling nom v7.1.3 |
| 2459 | 2026-03-24T17:06:46.657Z | Checking tough v0.20.0 |
| 2460 | 2026-03-24T17:06:46.657Z | Checking nibble_vec v0.1.0 |
| 2461 | 2026-03-24T17:06:46.657Z | Checking endian-type v0.1.2 |
| 2462 | 2026-03-24T17:06:46.657Z | Checking hickory-resolver v0.24.4 |
| 2463 | 2026-03-24T17:06:46.709Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2464 | 2026-03-24T17:06:46.745Z | Checking radix_trie v0.2.1 |
| 2465 | 2026-03-24T17:06:47.031Z | Compiling ar_archive_writer v0.5.1 |
| 2466 | 2026-03-24T17:06:47.436Z | Checking humantime v2.3.0 |
| 2467 | 2026-03-24T17:06:47.551Z | Checking base64 v0.21.7 |
| 2468 | 2026-03-24T17:06:47.723Z | Checking qorb v0.4.1 |
| 2469 | 2026-03-24T17:06:47.781Z | Checking csv-core v0.1.13 |
| 2470 | 2026-03-24T17:06:47.850Z | Compiling stacker v0.1.23 |
| 2471 | 2026-03-24T17:06:47.893Z | Checking highway v1.3.0 |
| 2472 | 2026-03-24T17:06:48.083Z | Checking csv v1.4.0 |
| 2473 | 2026-03-24T17:06:48.245Z | Compiling cfg_aliases v0.1.1 |
| 2474 | 2026-03-24T17:06:48.269Z | Compiling psm v0.1.30 |
| 2475 | 2026-03-24T17:06:48.364Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2476 | 2026-03-24T17:06:48.374Z | Compiling nix v0.28.0 |
| 2477 | 2026-03-24T17:06:48.439Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2478 | 2026-03-24T17:06:49.007Z | Checking papergrid v0.11.0 |
| 2479 | 2026-03-24T17:06:49.038Z | Compiling tabled_derive v0.7.0 |
| 2480 | 2026-03-24T17:06:49.038Z | Checking home v0.5.12 |
| 2481 | 2026-03-24T17:06:49.117Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2482 | 2026-03-24T17:06:49.218Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2483 | 2026-03-24T17:06:49.333Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2484 | 2026-03-24T17:06:49.493Z | Checking phf_shared v0.12.1 |
| 2485 | 2026-03-24T17:06:49.522Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2486 | 2026-03-24T17:06:49.711Z | Compiling chrono-tz v0.10.4 |
| 2487 | 2026-03-24T17:06:49.821Z | Compiling semver v0.1.20 |
| 2488 | 2026-03-24T17:06:49.897Z | Checking phf v0.12.1 |
| 2489 | 2026-03-24T17:06:50.022Z | Compiling rustc_version v0.1.7 |
| 2490 | 2026-03-24T17:06:51.416Z | Checking tabled v0.15.0 |
| 2491 | 2026-03-24T17:06:51.416Z | Checking recursive v0.1.1 |
| 2492 | 2026-03-24T17:06:51.416Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2493 | 2026-03-24T17:06:51.416Z | Compiling const_format_proc_macros v0.2.34 |
| 2494 | 2026-03-24T17:06:51.416Z | Compiling peg-macros v0.8.5 |
| 2495 | 2026-03-24T17:06:51.417Z | Checking winnow v0.6.26 |
| 2496 | 2026-03-24T17:06:51.417Z | Compiling sqlparser_derive v0.5.0 |
| 2497 | 2026-03-24T17:06:51.536Z | Checking unicode_categories v0.1.1 |
| 2498 | 2026-03-24T17:06:51.604Z | Checking sqlparser v0.61.0 |
| 2499 | 2026-03-24T17:06:51.834Z | Checking rustyline v14.0.0 |
| 2500 | 2026-03-24T17:06:51.880Z | Checking const_format v0.2.35 |
| 2501 | 2026-03-24T17:06:52.000Z | Checking sqlformat v0.3.5 |
| 2502 | 2026-03-24T17:06:52.244Z | Checking peg v0.8.5 |
| 2503 | 2026-03-24T17:06:52.320Z | Compiling newtype_derive v0.1.6 |
| 2504 | 2026-03-24T17:06:52.588Z | Checking bcs v0.1.6 |
| 2505 | 2026-03-24T17:06:52.792Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2506 | 2026-03-24T17:06:52.879Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2507 | 2026-03-24T17:06:52.969Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2508 | 2026-03-24T17:06:53.078Z | Checking steno v0.4.1 |
| 2509 | 2026-03-24T17:06:53.328Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2510 | 2026-03-24T17:06:53.372Z | Checking utf-8 v0.7.6 |
| 2511 | 2026-03-24T17:06:53.533Z | Checking filetime v0.2.27 |
| 2512 | 2026-03-24T17:06:53.654Z | Checking arc-swap v1.8.2 |
| 2513 | 2026-03-24T17:06:53.767Z | Checking xattr v1.6.1 |
| 2514 | 2026-03-24T17:06:53.966Z | Checking slog-scope v4.4.1 |
| 2515 | 2026-03-24T17:06:54.081Z | Checking tar v0.4.44 |
| 2516 | 2026-03-24T17:06:54.167Z | Checking slog-stdlog v4.1.1 |
| 2517 | 2026-03-24T17:06:54.359Z | Checking slog-envlogger v2.2.0 |
| 2518 | 2026-03-24T17:06:54.499Z | Checking tungstenite v0.21.0 |
| 2519 | 2026-03-24T17:06:54.584Z | Compiling typify-impl v0.4.3 |
| 2520 | 2026-03-24T17:06:54.631Z | Checking typeid v1.0.3 |
| 2521 | 2026-03-24T17:06:55.134Z | Checking tokio-tungstenite v0.21.0 |
| 2522 | 2026-03-24T17:06:55.536Z | Checking subprocess v0.2.15 |
| 2523 | 2026-03-24T17:06:55.723Z | Checking headers-core v0.3.0 |
| 2524 | 2026-03-24T17:06:55.902Z | Checking headers v0.4.1 |
| 2525 | 2026-03-24T17:06:55.946Z | Compiling lzma-sys v0.1.20 |
| 2526 | 2026-03-24T17:06:56.395Z | Compiling cargo_toml v0.22.3 |
| 2527 | 2026-03-24T17:06:56.490Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2528 | 2026-03-24T17:06:56.588Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2529 | 2026-03-24T17:06:56.639Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2530 | 2026-03-24T17:06:57.022Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2531 | 2026-03-24T17:06:57.151Z | Checking yasna v0.5.2 |
| 2532 | 2026-03-24T17:06:57.718Z | Checking rcgen v0.12.1 |
| 2533 | 2026-03-24T17:06:58.187Z | Checking xz2 v0.1.7 |
| 2534 | 2026-03-24T17:06:58.374Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2535 | 2026-03-24T17:06:58.445Z | Checking ron v0.12.0 |
| 2536 | 2026-03-24T17:06:58.507Z | Checking base16ct v1.0.0 |
| 2537 | 2026-03-24T17:06:58.713Z | Checking dropshot-api-manager-types v0.6.0 |
| 2538 | 2026-03-24T17:06:58.789Z | Checking tagptr v0.2.0 |
| 2539 | 2026-03-24T17:06:58.981Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2540 | 2026-03-24T17:06:59.028Z | Checking moka v0.12.13 |
| 2541 | 2026-03-24T17:06:59.254Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2542 | 2026-03-24T17:06:59.491Z | Compiling libefi-sys v0.1.0 |
| 2543 | 2026-03-24T17:06:59.538Z | Compiling radium v0.7.0 |
| 2544 | 2026-03-24T17:06:59.846Z | Compiling bitfield-struct v0.6.2 |
| 2545 | 2026-03-24T17:07:00.018Z | Checking hickory-resolver v0.25.2 |
| 2546 | 2026-03-24T17:07:00.098Z | Checking tap v1.0.1 |
| 2547 | 2026-03-24T17:07:00.264Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2548 | 2026-03-24T17:07:00.405Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2549 | 2026-03-24T17:07:00.477Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2550 | 2026-03-24T17:07:00.724Z | Compiling maybe-uninit v2.0.0 |
| 2551 | 2026-03-24T17:07:00.848Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2552 | 2026-03-24T17:07:00.912Z | Checking wyz v0.5.1 |
| 2553 | 2026-03-24T17:07:01.010Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2554 | 2026-03-24T17:07:01.059Z | Compiling typify-macro v0.4.3 |
| 2555 | 2026-03-24T17:07:01.249Z | Compiling zerocopy-derive v0.6.6 |
| 2556 | 2026-03-24T17:07:01.497Z | Compiling packed_struct v0.10.1 |
| 2557 | 2026-03-24T17:07:01.552Z | Checking crc-catalog v2.4.0 |
| 2558 | 2026-03-24T17:07:01.646Z | Checking funty v2.0.0 |
| 2559 | 2026-03-24T17:07:01.715Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2560 | 2026-03-24T17:07:01.756Z | Checking crc v3.4.0 |
| 2561 | 2026-03-24T17:07:01.844Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2562 | 2026-03-24T17:07:01.959Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2563 | 2026-03-24T17:07:02.150Z | Checking bitvec v1.0.1 |
| 2564 | 2026-03-24T17:07:02.200Z | Compiling packed_struct_codegen v0.10.1 |
| 2565 | 2026-03-24T17:07:02.208Z | Compiling bitfield-macros v0.19.4 |
| 2566 | 2026-03-24T17:07:02.208Z | Compiling indexmap v1.9.3 |
| 2567 | 2026-03-24T17:07:02.464Z | Checking zerocopy v0.6.6 |
| 2568 | 2026-03-24T17:07:02.577Z | Checking nodrop v0.1.14 |
| 2569 | 2026-03-24T17:07:02.736Z | Checking array-init v0.0.4 |
| 2570 | 2026-03-24T17:07:02.989Z | Checking smallvec v0.6.14 |
| 2571 | 2026-03-24T17:07:03.235Z | Checking bitfield v0.19.4 |
| 2572 | 2026-03-24T17:07:03.284Z | Checking hashbrown v0.12.3 |
| 2573 | 2026-03-24T17:07:03.323Z | Checking serde-hex v0.1.0 |
| 2574 | 2026-03-24T17:07:03.390Z | Compiling typify v0.4.3 |
| 2575 | 2026-03-24T17:07:03.640Z | Compiling progenitor-impl v0.10.0 |
| 2576 | 2026-03-24T17:07:03.685Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2577 | 2026-03-24T17:07:03.994Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2578 | 2026-03-24T17:07:04.478Z | Checking ron v0.8.1 |
| 2579 | 2026-03-24T17:07:05.027Z | Checking hashbrown v0.13.2 |
| 2580 | 2026-03-24T17:07:05.259Z | Checking crc-any v2.5.0 |
| 2581 | 2026-03-24T17:07:05.316Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2582 | 2026-03-24T17:07:05.498Z | Checking path-slash v0.1.5 |
| 2583 | 2026-03-24T17:07:05.551Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2584 | 2026-03-24T17:07:05.604Z | Compiling xshell-macros v0.2.7 |
| 2585 | 2026-03-24T17:07:05.661Z | Checking object v0.30.4 |
| 2586 | 2026-03-24T17:07:05.708Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2587 | 2026-03-24T17:07:05.712Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2588 | 2026-03-24T17:07:06.155Z | Checking xshell v0.2.7 |
| 2589 | 2026-03-24T17:07:06.295Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2590 | 2026-03-24T17:07:06.434Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2591 | 2026-03-24T17:07:07.209Z | Checking half v1.8.3 |
| 2592 | 2026-03-24T17:07:07.502Z | Compiling progenitor-macro v0.10.0 |
| 2593 | 2026-03-24T17:07:07.559Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2594 | 2026-03-24T17:07:07.559Z | Checking serde_cbor v0.11.2 |
| 2595 | 2026-03-24T17:07:07.716Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2596 | 2026-03-24T17:07:07.763Z | Compiling num-derive v0.3.3 |
| 2597 | 2026-03-24T17:07:08.058Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2598 | 2026-03-24T17:07:08.613Z | Compiling proc-macro-error2 v2.0.1 |
| 2599 | 2026-03-24T17:07:08.676Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2600 | 2026-03-24T17:07:08.960Z | Checking libscf-sys v1.1.0 |
| 2601 | 2026-03-24T17:07:09.079Z | Compiling tabled_derive v0.11.0 |
| 2602 | 2026-03-24T17:07:09.180Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2603 | 2026-03-24T17:07:09.271Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2604 | 2026-03-24T17:07:09.509Z | Checking papergrid v0.17.0 |
| 2605 | 2026-03-24T17:07:09.951Z | Checking testing_table v0.3.0 |
| 2606 | 2026-03-24T17:07:10.039Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2607 | 2026-03-24T17:07:10.109Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2608 | 2026-03-24T17:07:10.527Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2609 | 2026-03-24T17:07:10.616Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2610 | 2026-03-24T17:07:10.664Z | Checking maplit v1.0.2 |
| 2611 | 2026-03-24T17:07:10.716Z | Checking tabled v0.20.0 |
| 2612 | 2026-03-24T17:07:10.811Z | Checking crc8 v0.1.1 |
| 2613 | 2026-03-24T17:07:11.014Z | Checking fxhash v0.2.1 |
| 2614 | 2026-03-24T17:07:11.021Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2615 | 2026-03-24T17:07:11.171Z | Checking unicase v2.9.0 |
| 2616 | 2026-03-24T17:07:11.394Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2617 | 2026-03-24T17:07:11.438Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2618 | 2026-03-24T17:07:11.596Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2619 | 2026-03-24T17:07:11.887Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2620 | 2026-03-24T17:07:11.977Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2621 | 2026-03-24T17:07:12.284Z | Checking kstat-rs v0.2.4 |
| 2622 | 2026-03-24T17:07:12.588Z | Compiling diesel_derives v2.3.7 |
| 2623 | 2026-03-24T17:07:12.616Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2624 | 2026-03-24T17:07:12.648Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2625 | 2026-03-24T17:07:12.815Z | Compiling parking_lot_core v0.8.6 |
| 2626 | 2026-03-24T17:07:12.911Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2627 | 2026-03-24T17:07:13.225Z | Compiling git-stub v1.0.0 |
| 2628 | 2026-03-24T17:07:13.378Z | Checking scheduled-thread-pool v0.2.7 |
| 2629 | 2026-03-24T17:07:13.610Z | Compiling dsl_auto_type v0.2.0 |
| 2630 | 2026-03-24T17:07:13.643Z | Compiling vergen-gitcl v1.0.8 |
| 2631 | 2026-03-24T17:07:13.685Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2632 | 2026-03-24T17:07:13.823Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2633 | 2026-03-24T17:07:13.982Z | Checking r2d2 v0.8.10 |
| 2634 | 2026-03-24T17:07:14.071Z | Compiling git-stub-vcs v0.1.0 |
| 2635 | 2026-03-24T17:07:14.288Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2636 | 2026-03-24T17:07:14.408Z | Checking progenitor v0.10.0 |
| 2637 | 2026-03-24T17:07:14.486Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2638 | 2026-03-24T17:07:14.603Z | Checking downcast-rs v2.0.2 |
| 2639 | 2026-03-24T17:07:14.638Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2640 | 2026-03-24T17:07:14.698Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2641 | 2026-03-24T17:07:14.767Z | Checking parking_lot v0.11.2 |
| 2642 | 2026-03-24T17:07:14.929Z | Checking prefix-trie v0.7.0 |
| 2643 | 2026-03-24T17:07:15.035Z | Checking nanorand v0.7.0 |
| 2644 | 2026-03-24T17:07:15.299Z | Compiling dirs-sys-next v0.1.2 |
| 2645 | 2026-03-24T17:07:15.357Z | Compiling crunchy v0.2.4 |
| 2646 | 2026-03-24T17:07:15.410Z | Checking hickory-server v0.25.2 |
| 2647 | 2026-03-24T17:07:15.665Z | Compiling dirs-next v2.0.0 |
| 2648 | 2026-03-24T17:07:15.728Z | Checking flume v0.11.1 |
| 2649 | 2026-03-24T17:07:15.893Z | Checking sled v0.34.7 |
| 2650 | 2026-03-24T17:07:15.912Z | Compiling clang-sys v1.8.1 |
| 2651 | 2026-03-24T17:07:16.070Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2652 | 2026-03-24T17:07:16.355Z | Checking hickory-client v0.25.2 |
| 2653 | 2026-03-24T17:07:16.403Z | Compiling tiny-keccak v2.0.2 |
| 2654 | 2026-03-24T17:07:16.896Z | Compiling term v0.7.0 |
| 2655 | 2026-03-24T17:07:17.006Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2656 | 2026-03-24T17:07:17.062Z | Compiling salty v0.3.0 |
| 2657 | 2026-03-24T17:07:17.089Z | Compiling bit-vec v0.6.3 |
| 2658 | 2026-03-24T17:07:17.430Z | Compiling bit-set v0.5.3 |
| 2659 | 2026-03-24T17:07:17.492Z | Compiling ascii-canvas v3.0.0 |
| 2660 | 2026-03-24T17:07:17.686Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2661 | 2026-03-24T17:07:17.875Z | Checking primeorder v0.13.6 |
| 2662 | 2026-03-24T17:07:17.938Z | Compiling itertools v0.10.5 |
| 2663 | 2026-03-24T17:07:17.938Z | Compiling ena v0.14.4 |
| 2664 | 2026-03-24T17:07:18.113Z | Compiling libloading v0.8.9 |
| 2665 | 2026-03-24T17:07:18.240Z | Compiling fs-err v2.11.0 |
| 2666 | 2026-03-24T17:07:18.629Z | Compiling bindgen v0.71.1 |
| 2667 | 2026-03-24T17:07:18.690Z | Compiling diff v0.1.13 |
| 2668 | 2026-03-24T17:07:18.691Z | Compiling regex-syntax v0.6.29 |
| 2669 | 2026-03-24T17:07:18.843Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2670 | 2026-03-24T17:07:18.997Z | Compiling cexpr v0.6.0 |
| 2671 | 2026-03-24T17:07:19.228Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2672 | 2026-03-24T17:07:19.359Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2673 | 2026-03-24T17:07:19.738Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2674 | 2026-03-24T17:07:20.004Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2675 | 2026-03-24T17:07:20.255Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2676 | 2026-03-24T17:07:20.389Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2677 | 2026-03-24T17:07:20.671Z | Compiling lalrpop v0.19.12 |
| 2678 | 2026-03-24T17:07:20.739Z | Compiling libxml v0.3.3 |
| 2679 | 2026-03-24T17:07:20.784Z | Checking parse-size v1.1.0 |
| 2680 | 2026-03-24T17:07:20.991Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2681 | 2026-03-24T17:07:21.198Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2682 | 2026-03-24T17:07:21.492Z | Checking p384 v0.13.1 |
| 2683 | 2026-03-24T17:07:21.623Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2684 | 2026-03-24T17:07:21.966Z | Checking diesel v2.3.7 |
| 2685 | 2026-03-24T17:07:22.099Z | Compiling strum_macros v0.24.3 |
| 2686 | 2026-03-24T17:07:22.236Z | Compiling indoc v1.0.9 |
| 2687 | 2026-03-24T17:07:26.016Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2688 | 2026-03-24T17:07:28.637Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2689 | 2026-03-24T17:07:28.637Z | Checking predicates-tree v1.0.13 |
| 2690 | 2026-03-24T17:07:28.637Z | Checking derive_builder v0.20.2 |
| 2691 | 2026-03-24T17:07:28.637Z | Checking quick-xml v0.37.5 |
| 2692 | 2026-03-24T17:07:28.637Z | Compiling oso-derive v0.27.3 |
| 2693 | 2026-03-24T17:07:28.637Z | Compiling trait-variant v0.1.2 |
| 2694 | 2026-03-24T17:07:28.637Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2695 | 2026-03-24T17:07:28.637Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2696 | 2026-03-24T17:07:28.637Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2697 | 2026-03-24T17:07:28.637Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2698 | 2026-03-24T17:07:28.637Z | Checking openssl-probe v0.1.6 |
| 2699 | 2026-03-24T17:07:28.637Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2700 | 2026-03-24T17:07:28.798Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2701 | 2026-03-24T17:07:28.798Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2702 | 2026-03-24T17:07:28.798Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2703 | 2026-03-24T17:07:28.798Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2704 | 2026-03-24T17:07:28.798Z | Compiling progenitor-impl v0.11.2 |
| 2705 | 2026-03-24T17:07:28.798Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2706 | 2026-03-24T17:07:29.149Z | Checking assert_matches v1.5.0 |
| 2707 | 2026-03-24T17:07:29.288Z | Compiling mime_guess v2.0.5 |
| 2708 | 2026-03-24T17:07:29.449Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2709 | 2026-03-24T17:07:29.861Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2710 | 2026-03-24T17:07:30.043Z | Checking progenitor-client v0.11.2 |
| 2711 | 2026-03-24T17:07:30.410Z | Checking http-range v0.1.5 |
| 2712 | 2026-03-24T17:07:30.634Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2713 | 2026-03-24T17:07:30.660Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2714 | 2026-03-24T17:07:30.774Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2715 | 2026-03-24T17:07:31.009Z | Checking ignore v0.4.25 |
| 2716 | 2026-03-24T17:07:31.558Z | Compiling progenitor-macro v0.11.2 |
| 2717 | 2026-03-24T17:07:31.657Z | Checking atty v0.2.14 |
| 2718 | 2026-03-24T17:07:31.837Z | Checking globwalk v0.9.1 |
| 2719 | 2026-03-24T17:07:32.814Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2720 | 2026-03-24T17:07:34.056Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2721 | 2026-03-24T17:07:34.209Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2722 | 2026-03-24T17:07:34.613Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2723 | 2026-03-24T17:07:34.858Z | Checking bb8 v0.8.6 |
| 2724 | 2026-03-24T17:07:34.902Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2725 | 2026-03-24T17:07:34.945Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2726 | 2026-03-24T17:07:35.197Z | Checking corncobs v0.1.4 |
| 2727 | 2026-03-24T17:07:35.408Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2728 | 2026-03-24T17:07:35.457Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2729 | 2026-03-24T17:07:35.472Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2730 | 2026-03-24T17:07:35.868Z | Checking hyper-staticfile v0.10.1 |
| 2731 | 2026-03-24T17:07:35.914Z | Checking camino-tempfile-ext v0.3.3 |
| 2732 | 2026-03-24T17:07:36.220Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2733 | 2026-03-24T17:07:36.317Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2734 | 2026-03-24T17:07:36.526Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2735 | 2026-03-24T17:07:36.621Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2736 | 2026-03-24T17:07:36.840Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2737 | 2026-03-24T17:07:37.666Z | Checking signal-hook-tokio v0.3.1 |
| 2738 | 2026-03-24T17:07:37.851Z | Checking secrecy v0.8.0 |
| 2739 | 2026-03-24T17:07:38.027Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2740 | 2026-03-24T17:07:38.420Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2741 | 2026-03-24T17:07:38.688Z | Checking progenitor v0.11.2 |
| 2742 | 2026-03-24T17:07:38.901Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2743 | 2026-03-24T17:07:38.939Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2744 | 2026-03-24T17:07:39.157Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2745 | 2026-03-24T17:07:39.422Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2746 | 2026-03-24T17:07:40.161Z | Checking nonempty v0.12.0 |
| 2747 | 2026-03-24T17:07:40.161Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2748 | 2026-03-24T17:07:40.161Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2749 | 2026-03-24T17:07:40.161Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2750 | 2026-03-24T17:07:40.161Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2751 | 2026-03-24T17:07:40.442Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2752 | 2026-03-24T17:07:40.509Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2753 | 2026-03-24T17:07:40.948Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2754 | 2026-03-24T17:07:40.997Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2755 | 2026-03-24T17:07:41.499Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2756 | 2026-03-24T17:07:41.608Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2757 | 2026-03-24T17:07:41.867Z | Checking tungstenite v0.23.0 |
| 2758 | 2026-03-24T17:07:42.502Z | Checking async-bb8-diesel v0.2.1 |
| 2759 | 2026-03-24T17:07:42.534Z | Checking diesel-dtrace v0.5.0 |
| 2760 | 2026-03-24T17:07:42.881Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2761 | 2026-03-24T17:07:42.979Z | Checking tokio-tungstenite v0.23.1 |
| 2762 | 2026-03-24T17:07:43.108Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2763 | 2026-03-24T17:07:43.359Z | Checking rand_seeder v0.4.0 |
| 2764 | 2026-03-24T17:07:43.594Z | Checking void v1.0.2 |
| 2765 | 2026-03-24T17:07:43.644Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2766 | 2026-03-24T17:07:43.774Z | Checking lzss v0.8.2 |
| 2767 | 2026-03-24T17:07:44.083Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2768 | 2026-03-24T17:07:44.173Z | Checking nix v0.27.1 |
| 2769 | 2026-03-24T17:07:44.329Z | Checking serde_bytes v0.11.19 |
| 2770 | 2026-03-24T17:07:44.495Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2771 | 2026-03-24T17:07:44.648Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2772 | 2026-03-24T17:07:44.752Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2773 | 2026-03-24T17:07:44.951Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2774 | 2026-03-24T17:07:45.658Z | Checking is_ci v1.2.0 |
| 2775 | 2026-03-24T17:07:45.831Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2776 | 2026-03-24T17:07:45.918Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2777 | 2026-03-24T17:07:46.027Z | Checking yansi v1.0.1 |
| 2778 | 2026-03-24T17:07:46.358Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2779 | 2026-03-24T17:07:46.463Z | Checking pretty_assertions v1.4.1 |
| 2780 | 2026-03-24T17:07:46.649Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2781 | 2026-03-24T17:07:46.696Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2782 | 2026-03-24T17:07:46.820Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2783 | 2026-03-24T17:07:47.006Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2784 | 2026-03-24T17:07:47.344Z | Compiling darling_core v0.23.0 |
| 2785 | 2026-03-24T17:07:48.597Z | Compiling indoc v2.0.7 |
| 2786 | 2026-03-24T17:07:48.754Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2787 | 2026-03-24T17:07:49.006Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2788 | 2026-03-24T17:07:49.130Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2789 | 2026-03-24T17:07:49.272Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2790 | 2026-03-24T17:07:49.568Z | Compiling instability v0.3.11 |
| 2791 | 2026-03-24T17:07:51.072Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2792 | 2026-03-24T17:07:51.124Z | Compiling libz-sys v1.1.24 |
| 2793 | 2026-03-24T17:07:51.124Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2794 | 2026-03-24T17:07:51.124Z | Checking castaway v0.2.4 |
| 2795 | 2026-03-24T17:07:51.124Z | Checking compact_str v0.8.1 |
| 2796 | 2026-03-24T17:07:51.151Z | Compiling darling_macro v0.23.0 |
| 2797 | 2026-03-24T17:07:51.408Z | Checking supports-color v3.0.2 |
| 2798 | 2026-03-24T17:07:51.739Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2799 | 2026-03-24T17:07:51.787Z | Compiling darling v0.23.0 |
| 2800 | 2026-03-24T17:07:51.856Z | Checking unicode-truncate v1.1.0 |
| 2801 | 2026-03-24T17:07:51.907Z | Checking lru v0.12.5 |
| 2802 | 2026-03-24T17:07:52.095Z | Checking cassowary v0.3.0 |
| 2803 | 2026-03-24T17:07:52.218Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2804 | 2026-03-24T17:07:52.652Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2805 | 2026-03-24T17:07:52.674Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2806 | 2026-03-24T17:07:52.940Z | Checking ratatui v0.29.0 |
| 2807 | 2026-03-24T17:07:54.234Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2808 | 2026-03-24T17:07:54.552Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2809 | 2026-03-24T17:07:54.681Z | Compiling vergen-git2 v1.0.7 |
| 2810 | 2026-03-24T17:07:54.867Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2811 | 2026-03-24T17:07:54.937Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2812 | 2026-03-24T17:07:55.039Z | Checking colored v2.2.0 |
| 2813 | 2026-03-24T17:07:55.159Z | Compiling rustls v0.21.12 |
| 2814 | 2026-03-24T17:07:55.247Z | Checking shell-words v1.1.1 |
| 2815 | 2026-03-24T17:07:55.348Z | Checking plotters-backend v0.3.7 |
| 2816 | 2026-03-24T17:07:55.604Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-03-24T17:07:55.629Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2818 | 2026-03-24T17:07:55.705Z | Checking plotters-svg v0.3.7 |
| 2819 | 2026-03-24T17:07:55.925Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2820 | 2026-03-24T17:07:55.962Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2821 | 2026-03-24T17:07:56.201Z | Checking sct v0.7.1 |
| 2822 | 2026-03-24T17:07:56.415Z | Checking rustls-webpki v0.101.7 |
| 2823 | 2026-03-24T17:07:56.574Z | Compiling nix v0.29.0 |
| 2824 | 2026-03-24T17:07:56.905Z | Checking hex-literal v0.4.1 |
| 2825 | 2026-03-24T17:07:56.938Z | Checking cast v0.3.0 |
| 2826 | 2026-03-24T17:07:57.208Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2827 | 2026-03-24T17:07:57.229Z | Checking criterion-plot v0.6.0 |
| 2828 | 2026-03-24T17:07:57.740Z | Checking plotters v0.3.7 |
| 2829 | 2026-03-24T17:07:59.593Z | Checking erased-serde v0.4.9 |
| 2830 | 2026-03-24T17:07:59.977Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2831 | 2026-03-24T17:07:59.977Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2832 | 2026-03-24T17:08:02.317Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2833 | 2026-03-24T17:08:02.401Z | Checking tinytemplate v1.2.1 |
| 2834 | 2026-03-24T17:08:02.401Z | Checking ordered-float v2.10.1 |
| 2835 | 2026-03-24T17:08:02.401Z | Checking oorandom v11.1.5 |
| 2836 | 2026-03-24T17:08:02.401Z | Checking anes v0.1.6 |
| 2837 | 2026-03-24T17:08:02.575Z | Checking criterion v0.7.0 |
| 2838 | 2026-03-24T17:08:02.650Z | Checking serde-value v0.7.0 |
| 2839 | 2026-03-24T17:08:02.968Z | Checking serde-untagged v0.1.9 |
| 2840 | 2026-03-24T17:08:03.282Z | Checking tokio-rustls v0.24.1 |
| 2841 | 2026-03-24T17:08:03.921Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2842 | 2026-03-24T17:08:04.266Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2843 | 2026-03-24T17:08:04.637Z | Checking rustls-pemfile v1.0.4 |
| 2844 | 2026-03-24T17:08:04.800Z | Checking twox-hash v2.1.2 |
| 2845 | 2026-03-24T17:08:04.998Z | Checking unicode-xid v0.2.6 |
| 2846 | 2026-03-24T17:08:05.189Z | Checking cargo-util-schemas v0.8.2 |
| 2847 | 2026-03-24T17:08:05.314Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2848 | 2026-03-24T17:08:05.787Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2849 | 2026-03-24T17:08:06.018Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2850 | 2026-03-24T17:08:06.450Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2851 | 2026-03-24T17:08:06.803Z | Checking fatfs v0.3.6 |
| 2852 | 2026-03-24T17:08:07.359Z | Checking cargo-platform v0.2.0 |
| 2853 | 2026-03-24T17:08:07.741Z | Compiling petname v2.0.2 |
| 2854 | 2026-03-24T17:08:07.864Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2855 | 2026-03-24T17:08:08.335Z | Compiling seq-macro v0.3.6 |
| 2856 | 2026-03-24T17:08:10.880Z | Checking cargo_metadata v0.21.0 |
| 2857 | 2026-03-24T17:08:10.927Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2858 | 2026-03-24T17:08:10.927Z | Checking concurrent-queue v2.5.0 |
| 2859 | 2026-03-24T17:08:10.927Z | Checking rtoolbox v0.0.3 |
| 2860 | 2026-03-24T17:08:10.927Z | Checking futures-timer v3.0.3 |
| 2861 | 2026-03-24T17:08:10.927Z | Checking parking v2.2.1 |
| 2862 | 2026-03-24T17:08:10.927Z | Checking event-listener v5.4.1 |
| 2863 | 2026-03-24T17:08:10.927Z | Checking rpassword v7.4.0 |
| 2864 | 2026-03-24T17:08:11.094Z | Checking tui-tree-widget v0.23.1 |
| 2865 | 2026-03-24T17:08:11.145Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2866 | 2026-03-24T17:08:11.382Z | Checking polyval v0.6.2 |
| 2867 | 2026-03-24T17:08:11.435Z | Checking sapling-renderdag v0.1.0 |
| 2868 | 2026-03-24T17:08:11.553Z | Checking sync-ptr v0.1.4 |
| 2869 | 2026-03-24T17:08:11.640Z | Checking ghash v0.5.1 |
| 2870 | 2026-03-24T17:08:11.749Z | Checking event-listener-strategy v0.5.4 |
| 2871 | 2026-03-24T17:08:11.797Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2872 | 2026-03-24T17:08:11.856Z | Checking ctr v0.9.2 |
| 2873 | 2026-03-24T17:08:11.970Z | Checking constant_time_eq v0.4.2 |
| 2874 | 2026-03-24T17:08:12.073Z | Checking arrayref v0.3.9 |
| 2875 | 2026-03-24T17:08:12.119Z | Checking arrayvec v0.7.6 |
| 2876 | 2026-03-24T17:08:12.216Z | Checking aes-gcm v0.10.3 |
| 2877 | 2026-03-24T17:08:12.330Z | Checking async-lock v3.4.2 |
| 2878 | 2026-03-24T17:08:12.410Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2879 | 2026-03-24T17:08:12.459Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2880 | 2026-03-24T17:08:12.910Z | Checking ssh-encoding v0.2.0 |
| 2881 | 2026-03-24T17:08:13.220Z | Checking blowfish v0.9.1 |
| 2882 | 2026-03-24T17:08:13.442Z | Checking bcrypt-pbkdf v0.10.0 |
| 2883 | 2026-03-24T17:08:13.739Z | Checking ssh-cipher v0.2.0 |
| 2884 | 2026-03-24T17:08:13.746Z | Checking async-object-pool v0.2.0 |
| 2885 | 2026-03-24T17:08:13.908Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2886 | 2026-03-24T17:08:13.955Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2887 | 2026-03-24T17:08:14.408Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2888 | 2026-03-24T17:08:14.688Z | Compiling samael v0.0.19 |
| 2889 | 2026-03-24T17:08:14.844Z | Checking serde_regex v1.1.0 |
| 2890 | 2026-03-24T17:08:15.091Z | Checking password-hash v0.4.2 |
| 2891 | 2026-03-24T17:08:15.348Z | Checking assert-json-diff v2.0.2 |
| 2892 | 2026-03-24T17:08:15.447Z | Checking path-tree v0.8.3 |
| 2893 | 2026-03-24T17:08:15.902Z | Checking gimli v0.32.3 |
| 2894 | 2026-03-24T17:08:15.924Z | Compiling target-lexicon v0.13.3 |
| 2895 | 2026-03-24T17:08:16.287Z | Checking stringmetrics v2.2.2 |
| 2896 | 2026-03-24T17:08:18.259Z | Checking pbkdf2 v0.11.0 |
| 2897 | 2026-03-24T17:08:18.315Z | Checking httpmock v0.8.3 |
| 2898 | 2026-03-24T17:08:18.315Z | Checking ssh-key v0.6.7 |
| 2899 | 2026-03-24T17:08:18.315Z | Checking addr2line v0.25.1 |
| 2900 | 2026-03-24T17:08:18.315Z | Checking p521 v0.13.3 |
| 2901 | 2026-03-24T17:08:19.071Z | Checking p256 v0.13.2 |
| 2902 | 2026-03-24T17:08:19.464Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2903 | 2026-03-24T17:08:19.543Z | Checking russh-cryptovec v0.7.3 |
| 2904 | 2026-03-24T17:08:19.758Z | Compiling guppy-workspace-hack v0.1.0 |
| 2905 | 2026-03-24T17:08:19.802Z | Checking rustc-demangle v0.1.27 |
| 2906 | 2026-03-24T17:08:20.046Z | Checking md5 v0.7.0 |
| 2907 | 2026-03-24T17:08:20.152Z | Checking backtrace v0.3.76 |
| 2908 | 2026-03-24T17:08:20.288Z | Checking russh-keys v0.45.0 |
| 2909 | 2026-03-24T17:08:20.598Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2910 | 2026-03-24T17:08:20.766Z | Checking num-bigint v0.4.6 |
| 2911 | 2026-03-24T17:08:21.005Z | Checking des v0.8.1 |
| 2912 | 2026-03-24T17:08:21.256Z | Compiling blake3 v1.8.3 |
| 2913 | 2026-03-24T17:08:21.513Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2914 | 2026-03-24T17:08:21.774Z | Compiling target-spec v3.5.7 |
| 2915 | 2026-03-24T17:08:22.129Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2916 | 2026-03-24T17:08:22.198Z | Checking russh v0.45.0 |
| 2917 | 2026-03-24T17:08:22.736Z | Checking cfg-expr v0.20.6 |
| 2918 | 2026-03-24T17:08:22.809Z | Checking backtrace-ext v0.2.1 |
| 2919 | 2026-03-24T17:08:23.010Z | Checking supports-color v2.1.0 |
| 2920 | 2026-03-24T17:08:23.089Z | Checking textwrap v0.15.2 |
| 2921 | 2026-03-24T17:08:23.196Z | Checking supports-unicode v2.1.0 |
| 2922 | 2026-03-24T17:08:23.286Z | Checking supports-hyperlinks v2.1.0 |
| 2923 | 2026-03-24T17:08:23.342Z | Checking hashbrown v0.14.5 |
| 2924 | 2026-03-24T17:08:23.388Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2925 | 2026-03-24T17:08:23.474Z | Checking cargo-platform v0.3.2 |
| 2926 | 2026-03-24T17:08:23.695Z | Checking terminal_size v0.1.17 |
| 2927 | 2026-03-24T17:08:23.742Z | Checking socket2 v0.5.10 |
| 2928 | 2026-03-24T17:08:23.874Z | Compiling miette-derive v5.10.0 |
| 2929 | 2026-03-24T17:08:24.028Z | Checking owo-colors v3.5.0 |
| 2930 | 2026-03-24T17:08:24.124Z | Checking internet-checksum v0.2.1 |
| 2931 | 2026-03-24T17:08:24.319Z | Checking chumsky v0.9.3 |
| 2932 | 2026-03-24T17:08:24.871Z | Checking cargo_metadata v0.23.1 |
| 2933 | 2026-03-24T17:08:25.434Z | Checking miette v5.10.0 |
| 2934 | 2026-03-24T17:08:25.850Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2935 | 2026-03-24T17:08:25.932Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2936 | 2026-03-24T17:08:25.980Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2937 | 2026-03-24T17:08:26.125Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2938 | 2026-03-24T17:08:26.398Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2939 | 2026-03-24T17:08:26.587Z | Checking httptest v0.16.4 |
| 2940 | 2026-03-24T17:08:26.737Z | Compiling git2 v0.20.4 |
| 2941 | 2026-03-24T17:08:26.956Z | Checking pathdiff v0.2.3 |
| 2942 | 2026-03-24T17:08:27.015Z | Compiling knuffel-derive v3.2.0 |
| 2943 | 2026-03-24T17:08:27.114Z | Checking nested v0.1.1 |
| 2944 | 2026-03-24T17:08:27.279Z | Checking topological-sort v0.2.2 |
| 2945 | 2026-03-24T17:08:27.305Z | Checking guppy v0.17.25 |
| 2946 | 2026-03-24T17:08:27.357Z | Checking omicron-zone-package v0.12.2 |
| 2947 | 2026-03-24T17:08:27.571Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2948 | 2026-03-24T17:08:28.183Z | Checking similar-asserts v1.7.0 |
| 2949 | 2026-03-24T17:08:28.293Z | Compiling rstest_macros v0.25.0 |
| 2950 | 2026-03-24T17:08:29.982Z | Compiling target-triple v1.0.0 |
| 2951 | 2026-03-24T17:08:30.040Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2952 | 2026-03-24T17:08:30.041Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2953 | 2026-03-24T17:08:30.041Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2954 | 2026-03-24T17:08:30.041Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2955 | 2026-03-24T17:08:30.041Z | Checking knuffel v3.2.0 |
| 2956 | 2026-03-24T17:08:30.041Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2957 | 2026-03-24T17:08:30.041Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2958 | 2026-03-24T17:08:30.600Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2959 | 2026-03-24T17:08:30.853Z | Compiling relative-path v1.9.3 |
| 2960 | 2026-03-24T17:08:30.957Z | Checking escape8259 v0.5.3 |
| 2961 | 2026-03-24T17:08:31.154Z | Compiling assert_cmd v2.1.2 |
| 2962 | 2026-03-24T17:08:31.204Z | Checking libtest-mimic v0.8.1 |
| 2963 | 2026-03-24T17:08:31.573Z | Checking toml v1.0.3+spec-1.1.0 |
| 2964 | 2026-03-24T17:08:31.686Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2965 | 2026-03-24T17:08:31.923Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2966 | 2026-03-24T17:08:32.090Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2967 | 2026-03-24T17:08:32.456Z | Checking blake2b_simd v1.0.4 |
| 2968 | 2026-03-24T17:08:33.005Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2969 | 2026-03-24T17:08:33.072Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2970 | 2026-03-24T17:08:33.526Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2971 | 2026-03-24T17:08:33.658Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2972 | 2026-03-24T17:08:33.959Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2973 | 2026-03-24T17:08:34.034Z | Compiling polar-core v0.27.3 |
| 2974 | 2026-03-24T17:08:34.264Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2975 | 2026-03-24T17:08:34.559Z | Checking fancy-regex v0.14.0 |
| 2976 | 2026-03-24T17:08:34.842Z | Checking serde_tokenstream v0.2.3 |
| 2977 | 2026-03-24T17:08:35.111Z | Checking uzers v0.12.2 |
| 2978 | 2026-03-24T17:08:35.179Z | Checking constant_time_eq v0.3.1 |
| 2979 | 2026-03-24T17:08:35.391Z | Compiling linkme-impl v0.3.35 |
| 2980 | 2026-03-24T17:08:35.480Z | Checking termcolor v1.4.1 |
| 2981 | 2026-03-24T17:08:35.814Z | Checking trybuild v1.0.116 |
| 2982 | 2026-03-24T17:08:35.932Z | Checking rust-argon2 v2.1.0 |
| 2983 | 2026-03-24T17:08:36.311Z | Checking datatest-stable v0.3.3 |
| 2984 | 2026-03-24T17:08:36.650Z | Checking rstest v0.25.0 |
| 2985 | 2026-03-24T17:08:36.947Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2986 | 2026-03-24T17:08:37.031Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2987 | 2026-03-24T17:08:37.343Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2988 | 2026-03-24T17:08:37.422Z | Checking support-bundle-viewer v0.1.2 |
| 2989 | 2026-03-24T17:08:37.794Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2990 | 2026-03-24T17:08:38.245Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2991 | 2026-03-24T17:08:38.310Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2992 | 2026-03-24T17:08:38.540Z | Checking drift v0.1.3 |
| 2993 | 2026-03-24T17:08:38.599Z | Checking rand_distr v0.5.1 |
| 2994 | 2026-03-24T17:08:38.996Z | Checking multimap v0.10.1 |
| 2995 | 2026-03-24T17:08:39.270Z | Checking approx v0.5.1 |
| 2996 | 2026-03-24T17:08:39.322Z | Compiling linkme v0.3.35 |
| 2997 | 2026-03-24T17:08:39.539Z | Checking dropshot-api-manager v0.6.0 |
| 2998 | 2026-03-24T17:08:41.007Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2999 | 2026-03-24T17:08:41.150Z | Checking oso v0.27.3 |
| 3000 | 2026-03-24T17:08:41.192Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3001 | 2026-03-24T17:08:41.412Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3002 | 2026-03-24T17:08:41.815Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3003 | 2026-03-24T17:08:42.111Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3004 | 2026-03-24T17:08:42.364Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3005 | 2026-03-24T17:08:43.919Z | Checking partial-io v0.5.4 |
| 3006 | 2026-03-24T17:08:43.993Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3007 | 2026-03-24T17:08:43.993Z | Checking cargo_toml v0.21.0 |
| 3008 | 2026-03-24T17:08:43.993Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3009 | 2026-03-24T17:08:43.993Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3010 | 2026-03-24T17:08:43.993Z | Checking termios v0.3.3 |
| 3011 | 2026-03-24T17:08:43.993Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3012 | 2026-03-24T17:08:43.993Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3013 | 2026-03-24T17:08:43.993Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3014 | 2026-03-24T17:08:43.993Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3015 | 2026-03-24T17:08:48.119Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3016 | 2026-03-24T17:08:53.071Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3017 | 2026-03-24T17:08:55.845Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3018 | 2026-03-24T17:09:00.933Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3019 | 2026-03-24T17:09:04.136Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3020 | 2026-03-24T17:09:10.676Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3021 | 2026-03-24T17:09:15.475Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3022 | 2026-03-24T17:09:16.320Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3023 | 2026-03-24T17:09:17.470Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3024 | 2026-03-24T17:09:29.704Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3025 | 2026-03-24T17:11:28.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 41s |
| 3026 | 2026-03-24T17:11:29.243Z | |
| 3027 | 2026-03-24T17:11:29.247Z | real 5:45.865766859 |
| 3028 | 2026-03-24T17:11:29.247Z | user 28:43.672661793 |
| 3029 | 2026-03-24T17:11:29.247Z | sys 6:03.710198942 |
| 3030 | 2026-03-24T17:11:29.247Z | trap 0.718961233 |
| 3031 | 2026-03-24T17:11:29.247Z | tflt 0.081457247 |
| 3032 | 2026-03-24T17:11:29.247Z | dflt 0.161096042 |
| 3033 | 2026-03-24T17:11:29.247Z | kflt 0.000858740 |
| 3034 | 2026-03-24T17:11:29.247Z | lock 1:20:55.258895655 |
| 3035 | 2026-03-24T17:11:29.247Z | slp 1:17:41.283410964 |
| 3036 | 2026-03-24T17:11:29.247Z | lat 1:57.901999314 |
| 3037 | 2026-03-24T17:11:29.247Z | stop 14:28.216300299 |
| 3038 | 2026-03-24T17:11:29.247Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3039 | 2026-03-24T17:11:29.247Z | + ptime -m cargo doc --workspace --no-deps |
| 3040 | 2026-03-24T17:11:30.466Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3041 | 2026-03-24T17:11:30.467Z | | |
| 3042 | 2026-03-24T17:11:30.467Z | = note: 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)` |
| 3043 | 2026-03-24T17:11:30.467Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3044 | 2026-03-24T17:11:31.787Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3045 | 2026-03-24T17:11:32.058Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3046 | 2026-03-24T17:11:32.108Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3047 | 2026-03-24T17:11:32.195Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3048 | 2026-03-24T17:11:32.371Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3049 | 2026-03-24T17:11:32.371Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3050 | 2026-03-24T17:11:32.429Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3051 | 2026-03-24T17:11:32.466Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3052 | 2026-03-24T17:11:32.541Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3053 | 2026-03-24T17:11:32.587Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3054 | 2026-03-24T17:11:32.630Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3055 | 2026-03-24T17:11:32.689Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3056 | 2026-03-24T17:11:32.744Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3057 | 2026-03-24T17:11:32.798Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3058 | 2026-03-24T17:11:32.829Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3059 | 2026-03-24T17:11:32.859Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3060 | 2026-03-24T17:11:32.971Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3061 | 2026-03-24T17:11:33.020Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3062 | 2026-03-24T17:11:33.069Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3063 | 2026-03-24T17:11:33.111Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3064 | 2026-03-24T17:11:33.326Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3065 | 2026-03-24T17:11:33.719Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3066 | 2026-03-24T17:11:33.906Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3067 | 2026-03-24T17:11:33.934Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3068 | 2026-03-24T17:11:34.008Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3069 | 2026-03-24T17:11:34.160Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3070 | 2026-03-24T17:11:34.167Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3071 | 2026-03-24T17:11:34.618Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3072 | 2026-03-24T17:11:34.677Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3073 | 2026-03-24T17:11:34.684Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3074 | 2026-03-24T17:11:34.722Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3075 | 2026-03-24T17:11:34.885Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3076 | 2026-03-24T17:11:34.950Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3077 | 2026-03-24T17:11:35.128Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3078 | 2026-03-24T17:11:35.164Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3079 | 2026-03-24T17:11:35.314Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3080 | 2026-03-24T17:11:36.801Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3081 | 2026-03-24T17:11:36.916Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3082 | 2026-03-24T17:11:36.916Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3083 | 2026-03-24T17:11:36.916Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3084 | 2026-03-24T17:11:36.916Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3085 | 2026-03-24T17:11:36.916Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3086 | 2026-03-24T17:11:36.916Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3087 | 2026-03-24T17:11:36.916Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3088 | 2026-03-24T17:11:36.916Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3089 | 2026-03-24T17:11:36.917Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3090 | 2026-03-24T17:11:36.917Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3091 | 2026-03-24T17:11:36.917Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3092 | 2026-03-24T17:11:37.022Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3093 | 2026-03-24T17:11:37.088Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3094 | 2026-03-24T17:11:37.142Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3095 | 2026-03-24T17:11:37.159Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3096 | 2026-03-24T17:11:37.165Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3097 | 2026-03-24T17:11:37.457Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3098 | 2026-03-24T17:11:37.457Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3099 | 2026-03-24T17:11:37.514Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3100 | 2026-03-24T17:11:37.518Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3101 | 2026-03-24T17:11:37.788Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3102 | 2026-03-24T17:11:37.806Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3103 | 2026-03-24T17:11:37.834Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3104 | 2026-03-24T17:11:38.033Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3105 | 2026-03-24T17:11:38.123Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3106 | 2026-03-24T17:11:38.162Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3107 | 2026-03-24T17:11:38.203Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3108 | 2026-03-24T17:11:38.375Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3109 | 2026-03-24T17:11:38.414Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3110 | 2026-03-24T17:11:38.472Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3111 | 2026-03-24T17:11:38.731Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3112 | 2026-03-24T17:11:38.759Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3113 | 2026-03-24T17:11:38.790Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3114 | 2026-03-24T17:11:38.855Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3115 | 2026-03-24T17:11:39.009Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3116 | 2026-03-24T17:11:39.569Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3117 | 2026-03-24T17:11:39.625Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3118 | 2026-03-24T17:11:40.578Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3119 | 2026-03-24T17:11:41.109Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3120 | 2026-03-24T17:11:41.341Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3121 | 2026-03-24T17:11:41.401Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3122 | 2026-03-24T17:11:41.516Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3123 | 2026-03-24T17:11:41.548Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3124 | 2026-03-24T17:11:41.910Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3125 | 2026-03-24T17:11:41.914Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3126 | 2026-03-24T17:11:42.264Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3127 | 2026-03-24T17:11:42.558Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3128 | 2026-03-24T17:11:42.879Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3129 | 2026-03-24T17:11:42.986Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3130 | 2026-03-24T17:11:43.018Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3131 | 2026-03-24T17:11:43.243Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3132 | 2026-03-24T17:11:43.439Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3133 | 2026-03-24T17:11:43.836Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3134 | 2026-03-24T17:11:44.340Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3135 | 2026-03-24T17:11:44.486Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3136 | 2026-03-24T17:11:44.581Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3137 | 2026-03-24T17:11:44.940Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3138 | 2026-03-24T17:11:45.042Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3139 | 2026-03-24T17:11:45.656Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3140 | 2026-03-24T17:11:45.840Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3141 | 2026-03-24T17:11:46.793Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3142 | 2026-03-24T17:11:47.040Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3143 | 2026-03-24T17:11:47.434Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3144 | 2026-03-24T17:11:48.644Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3145 | 2026-03-24T17:11:48.704Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3146 | 2026-03-24T17:11:48.705Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3147 | 2026-03-24T17:11:48.721Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3148 | 2026-03-24T17:11:48.858Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3149 | 2026-03-24T17:11:48.941Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3150 | 2026-03-24T17:11:49.007Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3151 | 2026-03-24T17:11:49.064Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3152 | 2026-03-24T17:11:49.451Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3153 | 2026-03-24T17:11:49.484Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3154 | 2026-03-24T17:11:49.637Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3155 | 2026-03-24T17:11:49.672Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3156 | 2026-03-24T17:11:49.723Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3157 | 2026-03-24T17:11:50.172Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3158 | 2026-03-24T17:11:50.180Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3159 | 2026-03-24T17:11:50.837Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3160 | 2026-03-24T17:11:51.237Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3161 | 2026-03-24T17:11:52.092Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3162 | 2026-03-24T17:11:52.674Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3163 | 2026-03-24T17:11:52.860Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3164 | 2026-03-24T17:11:53.128Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3165 | 2026-03-24T17:11:53.212Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3166 | 2026-03-24T17:11:53.661Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3167 | 2026-03-24T17:11:53.691Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3168 | 2026-03-24T17:11:54.250Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3169 | 2026-03-24T17:11:54.410Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3170 | 2026-03-24T17:11:54.489Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3171 | 2026-03-24T17:11:54.655Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3172 | 2026-03-24T17:11:54.891Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3173 | 2026-03-24T17:11:56.408Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3174 | 2026-03-24T17:11:56.560Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3175 | 2026-03-24T17:11:56.623Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3176 | 2026-03-24T17:11:57.293Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3177 | 2026-03-24T17:11:57.924Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3178 | 2026-03-24T17:11:59.457Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3179 | 2026-03-24T17:12:00.085Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3180 | 2026-03-24T17:12:00.582Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3181 | 2026-03-24T17:12:01.078Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3182 | 2026-03-24T17:12:01.389Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3183 | 2026-03-24T17:12:01.485Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3184 | 2026-03-24T17:12:01.517Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3185 | 2026-03-24T17:12:01.822Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3186 | 2026-03-24T17:12:02.574Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3187 | 2026-03-24T17:12:02.779Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3188 | 2026-03-24T17:12:03.717Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3189 | 2026-03-24T17:12:04.657Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3190 | 2026-03-24T17:12:04.688Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3191 | 2026-03-24T17:12:05.524Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3192 | 2026-03-24T17:12:08.221Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3193 | 2026-03-24T17:12:08.912Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3194 | 2026-03-24T17:12:10.144Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3195 | 2026-03-24T17:12:11.525Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3196 | 2026-03-24T17:12:12.260Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3197 | 2026-03-24T17:12:12.627Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3198 | 2026-03-24T17:12:12.841Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3199 | 2026-03-24T17:12:14.155Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3200 | 2026-03-24T17:12:14.417Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3201 | 2026-03-24T17:12:14.531Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3202 | 2026-03-24T17:12:15.563Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3203 | 2026-03-24T17:12:16.479Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3204 | 2026-03-24T17:12:16.674Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3205 | 2026-03-24T17:12:16.950Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3206 | 2026-03-24T17:12:16.976Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3207 | 2026-03-24T17:12:17.562Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3208 | 2026-03-24T17:12:17.766Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3209 | 2026-03-24T17:12:17.977Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3210 | 2026-03-24T17:12:18.053Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3211 | 2026-03-24T17:12:18.334Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3212 | 2026-03-24T17:12:19.089Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3213 | 2026-03-24T17:12:19.237Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3214 | 2026-03-24T17:12:19.270Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3215 | 2026-03-24T17:12:19.886Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3216 | 2026-03-24T17:12:19.936Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3217 | 2026-03-24T17:12:20.017Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3218 | 2026-03-24T17:12:20.717Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3219 | 2026-03-24T17:12:20.879Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3220 | 2026-03-24T17:12:21.589Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3221 | 2026-03-24T17:12:22.662Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3222 | 2026-03-24T17:12:23.200Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3223 | 2026-03-24T17:12:25.413Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3224 | 2026-03-24T17:12:25.667Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3225 | 2026-03-24T17:12:29.642Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3226 | 2026-03-24T17:12:30.156Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3227 | 2026-03-24T17:12:31.854Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3228 | 2026-03-24T17:12:32.764Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3229 | 2026-03-24T17:12:33.843Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3230 | 2026-03-24T17:12:35.648Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3231 | 2026-03-24T17:12:37.465Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3232 | 2026-03-24T17:12:38.338Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3233 | 2026-03-24T17:12:39.699Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3234 | 2026-03-24T17:12:40.185Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3235 | 2026-03-24T17:12:40.878Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3236 | 2026-03-24T17:12:42.679Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3237 | 2026-03-24T17:12:43.874Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3238 | 2026-03-24T17:12:45.108Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3239 | 2026-03-24T17:12:45.250Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3240 | 2026-03-24T17:12:46.188Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3241 | 2026-03-24T17:12:48.837Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3242 | 2026-03-24T17:12:49.865Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3243 | 2026-03-24T17:12:51.205Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3244 | 2026-03-24T17:12:51.621Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3245 | 2026-03-24T17:12:56.762Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3246 | 2026-03-24T17:12:57.601Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3247 | 2026-03-24T17:12:58.670Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3248 | 2026-03-24T17:12:59.737Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3249 | 2026-03-24T17:13:00.800Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3250 | 2026-03-24T17:13:01.857Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3251 | 2026-03-24T17:13:02.883Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3252 | 2026-03-24T17:13:04.069Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3253 | 2026-03-24T17:13:05.148Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3254 | 2026-03-24T17:13:05.921Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3255 | 2026-03-24T17:13:06.381Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3256 | 2026-03-24T17:13:07.385Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3257 | 2026-03-24T17:13:11.919Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3258 | 2026-03-24T17:13:13.270Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3259 | 2026-03-24T17:13:14.956Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3260 | 2026-03-24T17:13:15.820Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3261 | 2026-03-24T17:13:16.735Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3262 | 2026-03-24T17:13:18.300Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3263 | 2026-03-24T17:13:19.834Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3264 | 2026-03-24T17:13:20.651Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3265 | 2026-03-24T17:13:24.341Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3266 | 2026-03-24T17:13:25.048Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3267 | 2026-03-24T17:13:26.019Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3268 | 2026-03-24T17:13:27.726Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3269 | 2026-03-24T17:13:30.927Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3270 | 2026-03-24T17:13:33.190Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3271 | 2026-03-24T17:13:34.543Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3272 | 2026-03-24T17:13:36.503Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3273 | 2026-03-24T17:13:38.865Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3274 | 2026-03-24T17:13:40.928Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3275 | 2026-03-24T17:13:43.242Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3276 | 2026-03-24T17:13:45.419Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3277 | 2026-03-24T17:13:48.013Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3278 | 2026-03-24T17:13:50.455Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3279 | 2026-03-24T17:13:55.174Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3280 | 2026-03-24T17:13:57.605Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3281 | 2026-03-24T17:13:57.686Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3282 | 2026-03-24T17:13:59.976Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3283 | 2026-03-24T17:14:02.461Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3284 | 2026-03-24T17:14:04.984Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3285 | 2026-03-24T17:14:07.558Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3286 | 2026-03-24T17:14:10.343Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3287 | 2026-03-24T17:14:12.767Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3288 | 2026-03-24T17:14:15.709Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3289 | 2026-03-24T17:14:17.755Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3290 | 2026-03-24T17:14:20.247Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3291 | 2026-03-24T17:14:22.692Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3292 | 2026-03-24T17:14:25.178Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3293 | 2026-03-24T17:14:27.570Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3294 | 2026-03-24T17:14:29.654Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3295 | 2026-03-24T17:14:32.562Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3296 | 2026-03-24T17:14:34.806Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3297 | 2026-03-24T17:14:37.283Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3298 | 2026-03-24T17:14:39.871Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3299 | 2026-03-24T17:14:42.447Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3300 | 2026-03-24T17:14:45.043Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3301 | 2026-03-24T17:14:48.061Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3302 | 2026-03-24T17:14:50.314Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3303 | 2026-03-24T17:14:52.953Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3304 | 2026-03-24T17:14:55.633Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3305 | 2026-03-24T17:14:58.179Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3306 | 2026-03-24T17:15:00.991Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3307 | 2026-03-24T17:15:06.217Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3308 | 2026-03-24T17:15:10.749Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3309 | 2026-03-24T17:15:11.966Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3310 | 2026-03-24T17:15:14.835Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3311 | 2026-03-24T17:15:17.722Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3312 | 2026-03-24T17:15:20.567Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3313 | 2026-03-24T17:15:23.334Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3314 | 2026-03-24T17:15:26.290Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3315 | 2026-03-24T17:15:29.281Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3316 | 2026-03-24T17:15:32.047Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3317 | 2026-03-24T17:15:34.905Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3318 | 2026-03-24T17:15:38.079Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3319 | 2026-03-24T17:15:40.607Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3320 | 2026-03-24T17:15:44.036Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3321 | 2026-03-24T17:15:46.637Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3322 | 2026-03-24T17:15:49.547Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3323 | 2026-03-24T17:15:52.556Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3324 | 2026-03-24T17:15:55.548Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3325 | 2026-03-24T17:15:58.566Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3326 | 2026-03-24T17:16:01.594Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3327 | 2026-03-24T17:16:04.727Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3328 | 2026-03-24T17:16:07.717Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3329 | 2026-03-24T17:16:10.703Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3330 | 2026-03-24T17:16:13.821Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3331 | 2026-03-24T17:16:16.784Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3332 | 2026-03-24T17:16:19.765Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3333 | 2026-03-24T17:16:23.033Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3334 | 2026-03-24T17:16:25.827Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3335 | 2026-03-24T17:16:28.866Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3336 | 2026-03-24T17:16:31.887Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3337 | 2026-03-24T17:16:34.942Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3338 | 2026-03-24T17:16:38.076Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3339 | 2026-03-24T17:16:41.240Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3340 | 2026-03-24T17:16:44.302Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3341 | 2026-03-24T17:16:47.457Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3342 | 2026-03-24T17:16:50.735Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3343 | 2026-03-24T17:16:53.878Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3344 | 2026-03-24T17:16:57.032Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3345 | 2026-03-24T17:17:00.183Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3346 | 2026-03-24T17:17:03.373Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3347 | 2026-03-24T17:17:06.640Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3348 | 2026-03-24T17:17:09.862Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3349 | 2026-03-24T17:17:13.574Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3350 | 2026-03-24T17:17:16.373Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3351 | 2026-03-24T17:17:25.759Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3352 | 2026-03-24T17:17:25.838Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3353 | 2026-03-24T17:17:31.653Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3354 | 2026-03-24T17:17:35.369Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3355 | 2026-03-24T17:17:39.866Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3356 | 2026-03-24T17:17:44.605Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3357 | 2026-03-24T17:17:49.263Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3358 | 2026-03-24T17:17:53.746Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3359 | 2026-03-24T17:17:58.336Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3360 | 2026-03-24T17:18:02.933Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3361 | 2026-03-24T17:18:07.668Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3362 | 2026-03-24T17:18:12.177Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3363 | 2026-03-24T17:18:16.771Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3364 | 2026-03-24T17:18:21.519Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3365 | 2026-03-24T17:18:26.051Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3366 | 2026-03-24T17:18:30.706Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3367 | 2026-03-24T17:18:35.337Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3368 | 2026-03-24T17:18:39.974Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3369 | 2026-03-24T17:18:44.730Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3370 | 2026-03-24T17:18:49.251Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3371 | 2026-03-24T17:18:53.905Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3372 | 2026-03-24T17:18:58.483Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3373 | 2026-03-24T17:19:03.109Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3374 | 2026-03-24T17:19:40.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 10s |
| 3375 | 2026-03-24T17:19:40.502Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files |
| 3376 | 2026-03-24T17:19:40.618Z | |
| 3377 | 2026-03-24T17:19:40.621Z | real 8:11.222315589 |
| 3378 | 2026-03-24T17:19:40.621Z | user 23:54.924981943 |
| 3379 | 2026-03-24T17:19:40.621Z | sys 4:30.657496753 |
| 3380 | 2026-03-24T17:19:40.621Z | trap 0.416523443 |
| 3381 | 2026-03-24T17:19:40.621Z | tflt 0.038291767 |
| 3382 | 2026-03-24T17:19:40.621Z | dflt 0.039136203 |
| 3383 | 2026-03-24T17:19:40.621Z | kflt 0.000027184 |
| 3384 | 2026-03-24T17:19:40.621Z | lock 7:23:38.136497720 |
| 3385 | 2026-03-24T17:19:40.621Z | slp 2:43:07.165723948 |
| 3386 | 2026-03-24T17:19:40.621Z | lat 37.855351320 |
| 3387 | 2026-03-24T17:19:40.621Z | stop 1:58.339772598 |
| 3388 | 2026-03-24T17:19:40.622Z | process exited: duration 1106720 ms, exit code 0 |
| |
| 3389 | 2026-03-24T17:19:40.629Z | found 0 output files |