|
|
|
| 1 | 2026-06-25T02:05:24.804Z | job assigned to worker 01KVY8BEWE3B2T20RQS8DFFRA9 [factory aws, i-0fb71e411b7810b4d] (queued for 47 s) |
| |
| 2 | 2026-06-25T02:05:30.958Z | starting task 0: "setup" |
| 3 | 2026-06-25T02:05:30.963Z | ++ uname -s |
| 4 | 2026-06-25T02:05:30.965Z | + kern=SunOS |
| 5 | 2026-06-25T02:05:30.965Z | + build_user=build |
| 6 | 2026-06-25T02:05:30.965Z | + build_uid=12345 |
| 7 | 2026-06-25T02:05:30.965Z | + work_dir=/work |
| 8 | 2026-06-25T02:05:30.965Z | + input_dir=/input |
| 9 | 2026-06-25T02:05:30.966Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T02:05:30.966Z | + case "$kern" in |
| 11 | 2026-06-25T02:05:30.966Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T02:05:30.968Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T02:05:32.972Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T02:05:33.031Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T02:05:33.034Z | + home_fs=zfs |
| 16 | 2026-06-25T02:05:33.034Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T02:05:33.034Z | + mkdir -p /home/build |
| 18 | 2026-06-25T02:05:33.034Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T02:05:35.035Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T02:05:35.038Z | process exited: duration 4081 ms, exit code 0 |
| |
| 21 | 2026-06-25T02:05:35.043Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T02:05:35.048Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-25T02:05:35.048Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-25T02:05:35.048Z | * rust toolchain profile = "default" |
| 25 | 2026-06-25T02:05:35.048Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-25T02:05:35.048Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-25T02:05:35.048Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-25T02:05:35.051Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T02:05:35.051Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-25T02:05:35.109Z | info: downloading installer |
| 31 | 2026-06-25T02:05:36.748Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T02:05:36.748Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T02:05:36.748Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T02:05:36.748Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T02:05:36.761Z | info: profile set to default |
| 36 | 2026-06-25T02:05:36.761Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T02:05:36.764Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-25T02:05:36.916Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T02:05:36.919Z | info: downloading 6 components |
| 40 | 2026-06-25T02:05:51.624Z | |
| 41 | 2026-06-25T02:05:51.624Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 42 | 2026-06-25T02:05:51.661Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T02:05:51.661Z | |
| 44 | 2026-06-25T02:05:51.661Z | |
| 45 | 2026-06-25T02:05:51.661Z | Rust is installed now. Great! |
| 46 | 2026-06-25T02:05:51.661Z | |
| 47 | 2026-06-25T02:05:51.661Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T02:05:51.661Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T02:05:51.661Z | |
| 50 | 2026-06-25T02:05:51.661Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T02:05:51.661Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T02:05:51.661Z | |
| 53 | 2026-06-25T02:05:51.661Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T02:05:51.661Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T02:05:51.664Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T02:05:51.665Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T02:05:51.665Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T02:05:51.665Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T02:05:51.665Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T02:05:51.665Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T02:05:51.665Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T02:05:51.752Z | + rustup --version |
| 63 | 2026-06-25T02:05:51.761Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T02:05:51.764Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T02:05:51.782Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T02:05:51.785Z | + cargo --version |
| 67 | 2026-06-25T02:05:51.798Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T02:05:51.801Z | + rustc --version |
| 69 | 2026-06-25T02:05:51.821Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T02:05:51.825Z | process exited: duration 16779 ms, exit code 0 |
| |
| 71 | 2026-06-25T02:05:51.831Z | starting task 2: "authentication" |
| 72 | 2026-06-25T02:05:51.847Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-25T02:05:51.854Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T02:05:51.857Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-25T02:05:51.860Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-25T02:05:51.889Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-25T02:06:01.647Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-25T02:06:01.647Z | + git fetch origin a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf |
| 79 | 2026-06-25T02:06:01.912Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-25T02:06:01.912Z | * branch a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf -> FETCH_HEAD |
| 81 | 2026-06-25T02:06:01.919Z | + [[ -n maghemite-integration ]] |
| 82 | 2026-06-25T02:06:01.922Z | ++ git branch --show-current |
| 83 | 2026-06-25T02:06:01.922Z | + current=main |
| 84 | 2026-06-25T02:06:01.922Z | + [[ main != maghemite-integration ]] |
| 85 | 2026-06-25T02:06:01.925Z | + git branch -f maghemite-integration a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf |
| 86 | 2026-06-25T02:06:01.926Z | + git checkout -f maghemite-integration |
| 87 | 2026-06-25T02:06:02.163Z | Switched to branch 'maghemite-integration' |
| 88 | 2026-06-25T02:06:02.166Z | + git reset --hard a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf |
| 89 | 2026-06-25T02:06:02.404Z | HEAD is now at a61bf9c36 Update with latest version |
| 90 | 2026-06-25T02:06:02.407Z | process exited: duration 10552 ms, exit code 0 |
| |
| 91 | 2026-06-25T02:06:02.413Z | starting task 4: "build" |
| 92 | 2026-06-25T02:06:02.418Z | + source ./env.sh |
| 93 | 2026-06-25T02:06:02.419Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-25T02:06:02.419Z | ++ set -o xtrace |
| 95 | 2026-06-25T02:06:02.422Z | ++++ dirname ./env.sh |
| 96 | 2026-06-25T02:06:02.422Z | +++ readlink -f . |
| 97 | 2026-06-25T02:06:02.425Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-25T02:06:02.425Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-06-25T02:06:02.425Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-06-25T02:06:02.425Z | ++ 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 |
| 101 | 2026-06-25T02:06:02.425Z | ++ 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 |
| 102 | 2026-06-25T02:06:02.425Z | ++ 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 |
| 103 | 2026-06-25T02:06:02.425Z | ++ 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 |
| 104 | 2026-06-25T02:06:02.425Z | ++ 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 |
| 105 | 2026-06-25T02:06:02.425Z | ++ 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 |
| 106 | 2026-06-25T02:06:02.425Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 107 | 2026-06-25T02:06:02.425Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 108 | 2026-06-25T02:06:02.426Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-06-25T02:06:02.426Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-06-25T02:06:02.426Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-06-25T02:06:02.426Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-06-25T02:06:02.426Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-06-25T02:06:02.426Z | + cargo --version |
| 114 | 2026-06-25T02:06:02.433Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 115 | 2026-06-25T02:06:02.436Z | + rustc --version |
| 116 | 2026-06-25T02:06:02.457Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 117 | 2026-06-25T02:06:02.460Z | + banner prerequisites |
| 118 | 2026-06-25T02:06:02.463Z | |
| 119 | 2026-06-25T02:06:02.463Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-06-25T02:06:02.463Z | # # # # # # # # # # # # # # # |
| 121 | 2026-06-25T02:06:02.463Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-06-25T02:06:02.463Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-06-25T02:06:02.464Z | # # # # # # # # # # # # # # # |
| 124 | 2026-06-25T02:06:02.464Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-06-25T02:06:02.464Z | |
| 126 | 2026-06-25T02:06:02.464Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-06-25T02:06:03.946Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-25T02:06:04.050Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-25T02:06:04.513Z | Planning: Solver setup ... Done (0.419s) |
| 130 | 2026-06-25T02:06:04.538Z | Planning: Running solver ... Done (0.024s) |
| 131 | 2026-06-25T02:06:04.547Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-06-25T02:06:04.558Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-06-25T02:06:04.576Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-06-25T02:06:04.590Z | Planning: Package planning ... Done (0.014s) |
| 135 | 2026-06-25T02:06:04.593Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-06-25T02:06:04.773Z | Planning: Checking for conflicting actions ... Done (0.181s) |
| 137 | 2026-06-25T02:06:04.776Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-06-25T02:06:05.559Z | Planning: Evaluating mediators ... Done (0.785s) |
| 139 | 2026-06-25T02:06:05.561Z | Planning: Planning completed in 1.49 seconds |
| 140 | 2026-06-25T02:06:05.568Z | Packages to install: 2 |
| 141 | 2026-06-25T02:06:05.568Z | Estimated space available: 156.06 GB |
| 142 | 2026-06-25T02:06:05.568Z | Estimated space to be consumed: 29.57 MB |
| 143 | 2026-06-25T02:06:05.571Z | Create boot environment: No |
| 144 | 2026-06-25T02:06:05.571Z | Create backup boot environment: No |
| 145 | 2026-06-25T02:06:05.571Z | Rebuild boot archive: No |
| 146 | 2026-06-25T02:06:05.571Z | |
| 147 | 2026-06-25T02:06:05.572Z | Changed packages: |
| 148 | 2026-06-25T02:06:05.572Z | helios |
| 149 | 2026-06-25T02:06:05.572Z | developer/build-essential |
| 150 | 2026-06-25T02:06:05.572Z | None -> 11-3.0 |
| 151 | 2026-06-25T02:06:05.572Z | library/libxmlsec1 |
| 152 | 2026-06-25T02:06:05.572Z | None -> 1.2.35-3.0 |
| 153 | 2026-06-25T02:06:05.595Z | |
| 154 | 2026-06-25T02:06:05.595Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-06-25T02:06:06.061Z | Download: Completed 1.28 MB in 0.47 seconds (2.7M/s) |
| 156 | 2026-06-25T02:06:06.127Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-06-25T02:06:06.165Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-06-25T02:06:06.174Z | Finalize: Updating package state database ... Done (0.009s) |
| 159 | 2026-06-25T02:06:06.174Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-06-25T02:06:06.202Z | Finalize: Updating image state ... Done (0.028s) |
| 161 | 2026-06-25T02:06:08.609Z | Finalize: Creating fast lookup database ... Done (2.382s) |
| 162 | 2026-06-25T02:06:08.676Z | Finalize: Reading search index ... Done (0.013s) |
| 163 | 2026-06-25T02:06:08.678Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-06-25T02:06:08.776Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-06-25T02:06:09.088Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-06-25T02:06:09.194Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-06-25T02:06:09.197Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-06-25T02:06:09.352Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-06-25T02:06:09.355Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-06-25T02:06:09.375Z | Mediators to change: 2 |
| 171 | 2026-06-25T02:06:09.378Z | Create boot environment: No |
| 172 | 2026-06-25T02:06:09.378Z | Create backup boot environment: No |
| 173 | 2026-06-25T02:06:09.415Z | Finalize: Updating package state database ... Done |
| 174 | 2026-06-25T02:06:09.415Z | Finalize: Updating package cache ... Done |
| 175 | 2026-06-25T02:06:09.430Z | Finalize: Updating image state ... Done |
| 176 | 2026-06-25T02:06:11.391Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-06-25T02:06:11.456Z | Finalize: Reading search index ... Done |
| 178 | 2026-06-25T02:06:11.460Z | Finalize: Updating search index ... Done |
| 179 | 2026-06-25T02:06:11.519Z | Finalize: Updating package cache ... Done |
| 180 | 2026-06-25T02:06:11.805Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-25T02:06:11.910Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-25T02:06:11.915Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-25T02:06:12.065Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-25T02:06:12.068Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-06-25T02:06:12.088Z | Mediators to change: 1 |
| 186 | 2026-06-25T02:06:12.088Z | Create boot environment: No |
| 187 | 2026-06-25T02:06:12.088Z | Create backup boot environment: No |
| 188 | 2026-06-25T02:06:12.125Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-25T02:06:12.125Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-25T02:06:12.144Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-25T02:06:14.088Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-25T02:06:14.156Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-25T02:06:14.156Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-25T02:06:14.212Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-25T02:06:14.529Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-06-25T02:06:14.530Z | apache system 2.4 system |
| 197 | 2026-06-25T02:06:14.530Z | clang system 15 system |
| 198 | 2026-06-25T02:06:14.530Z | csh system system illumos |
| 199 | 2026-06-25T02:06:14.530Z | ctags system system illumos |
| 200 | 2026-06-25T02:06:14.530Z | file vendor vendor darwinsys |
| 201 | 2026-06-25T02:06:14.530Z | file system system illumos |
| 202 | 2026-06-25T02:06:14.530Z | gcc vendor 14 vendor |
| 203 | 2026-06-25T02:06:14.530Z | gcc system 13 system |
| 204 | 2026-06-25T02:06:14.530Z | gcc system 10 system |
| 205 | 2026-06-25T02:06:14.530Z | go system 1.25 system |
| 206 | 2026-06-25T02:06:14.530Z | llvm system 15 system |
| 207 | 2026-06-25T02:06:14.530Z | mariadb system 11.4 system |
| 208 | 2026-06-25T02:06:14.530Z | mta vendor vendor dma |
| 209 | 2026-06-25T02:06:14.530Z | openjdk system 17 system |
| 210 | 2026-06-25T02:06:14.530Z | openjdk system 11 system |
| 211 | 2026-06-25T02:06:14.530Z | openssl vendor 3 vendor |
| 212 | 2026-06-25T02:06:14.530Z | perl system 5.40 system |
| 213 | 2026-06-25T02:06:14.530Z | postgresql system 18 system |
| 214 | 2026-06-25T02:06:14.530Z | postgresql system 17 system |
| 215 | 2026-06-25T02:06:14.530Z | python vendor 3 vendor |
| 216 | 2026-06-25T02:06:14.530Z | python system 2 system |
| 217 | 2026-06-25T02:06:14.530Z | python3 vendor 3.13 vendor |
| 218 | 2026-06-25T02:06:14.530Z | ruby system 3.4 system |
| 219 | 2026-06-25T02:06:14.530Z | ruby system 3.0 system |
| 220 | 2026-06-25T02:06:14.531Z | words vendor vendor american-english |
| 221 | 2026-06-25T02:06:14.531Z | words system system australian-english |
| 222 | 2026-06-25T02:06:14.531Z | words system system british-english |
| 223 | 2026-06-25T02:06:14.531Z | words system system canadian-english |
| 224 | 2026-06-25T02:06:14.531Z | words system system french |
| 225 | 2026-06-25T02:06:14.531Z | words system system italian |
| 226 | 2026-06-25T02:06:14.531Z | words system system ngerman |
| 227 | 2026-06-25T02:06:14.531Z | words system system ogerman |
| 228 | 2026-06-25T02:06:14.531Z | words system system spanish |
| 229 | 2026-06-25T02:06:14.782Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-06-25T02:06:14.783Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-06-25T02:06:15.084Z | FMRI IFO |
| 232 | 2026-06-25T02:06:15.084Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-06-25T02:06:15.084Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-06-25T02:06:15.084Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-06-25T02:06:15.084Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-06-25T02:06:15.084Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-06-25T02:06:15.084Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-06-25T02:06:15.084Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-06-25T02:06:15.084Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-06-25T02:06:15.084Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-06-25T02:06:15.349Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-06-25T02:06:15.600Z | Updating crates.io index |
| 243 | 2026-06-25T02:06:15.603Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-25T02:06:15.840Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-06-25T02:06:16.123Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-06-25T02:06:16.482Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-06-25T02:06:17.445Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-06-25T02:06:17.884Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-06-25T02:06:19.386Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-06-25T02:06:20.111Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-06-25T02:06:20.357Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-06-25T02:06:21.660Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-25T02:06:21.881Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-06-25T02:06:22.176Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-06-25T02:06:22.424Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-06-25T02:06:22.827Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-06-25T02:06:23.310Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-06-25T02:06:23.795Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-06-25T02:06:24.003Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-06-25T02:06:24.246Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-06-25T02:06:24.509Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-06-25T02:06:24.888Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-06-25T02:06:25.108Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-06-25T02:06:25.335Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-06-25T02:06:25.692Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-06-25T02:06:25.979Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-06-25T02:06:26.229Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-06-25T02:06:26.633Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-06-25T02:06:26.886Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-06-25T02:06:27.159Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-06-25T02:06:27.393Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-06-25T02:06:27.632Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-06-25T02:06:27.947Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-06-25T02:06:28.290Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-06-25T02:06:28.512Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-06-25T02:06:28.746Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-06-25T02:06:28.990Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-06-25T02:06:29.251Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-06-25T02:06:29.689Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-06-25T02:06:29.918Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-06-25T02:06:30.174Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-06-25T02:06:30.396Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-06-25T02:06:33.127Z | Locking 7 packages to latest Rust 1.96.0 compatible versions |
| 284 | 2026-06-25T02:06:33.127Z | Adding client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a) |
| 285 | 2026-06-25T02:06:33.127Z | Adding ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a) |
| 286 | 2026-06-25T02:06:33.127Z | Adding ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a) |
| 287 | 2026-06-25T02:06:33.127Z | Adding ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a) |
| 288 | 2026-06-25T02:06:33.127Z | Adding mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a) |
| 289 | 2026-06-25T02:06:33.127Z | Adding mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a) |
| 290 | 2026-06-25T02:06:33.127Z | Adding mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a) |
| 291 | 2026-06-25T02:06:33.165Z | Downloading crates ... |
| 292 | 2026-06-25T02:06:33.223Z | Downloaded anstream v1.0.0 |
| 293 | 2026-06-25T02:06:33.231Z | Downloaded anyhow v1.0.102 |
| 294 | 2026-06-25T02:06:33.233Z | Downloaded byteorder v1.5.0 |
| 295 | 2026-06-25T02:06:33.237Z | Downloaded camino-tempfile v1.4.1 |
| 296 | 2026-06-25T02:06:33.239Z | Downloaded bitflags v2.11.0 |
| 297 | 2026-06-25T02:06:33.242Z | Downloaded camino v1.2.2 |
| 298 | 2026-06-25T02:06:33.242Z | Downloaded version_check v0.9.5 |
| 299 | 2026-06-25T02:06:33.245Z | Downloaded form_urlencoded v1.2.2 |
| 300 | 2026-06-25T02:06:33.248Z | Downloaded errno v0.3.14 |
| 301 | 2026-06-25T02:06:33.248Z | Downloaded dtrace-parser v0.2.0 |
| 302 | 2026-06-25T02:06:33.248Z | Downloaded digest v0.10.7 |
| 303 | 2026-06-25T02:06:33.250Z | Downloaded autocfg v1.5.0 |
| 304 | 2026-06-25T02:06:33.250Z | Downloaded fastrand v2.3.0 |
| 305 | 2026-06-25T02:06:33.253Z | Downloaded zerotrie v0.2.3 |
| 306 | 2026-06-25T02:06:33.253Z | Downloaded tinystr v0.8.2 |
| 307 | 2026-06-25T02:06:33.256Z | Downloaded crypto-common v0.1.7 |
| 308 | 2026-06-25T02:06:33.259Z | Downloaded typenum v1.19.0 |
| 309 | 2026-06-25T02:06:33.260Z | Downloaded zerofrom-derive v0.1.6 |
| 310 | 2026-06-25T02:06:33.263Z | Downloaded yoke-derive v0.8.1 |
| 311 | 2026-06-25T02:06:33.263Z | Downloaded thread-id v4.2.2 |
| 312 | 2026-06-25T02:06:33.270Z | Downloaded clap_builder v4.6.0 |
| 313 | 2026-06-25T02:06:33.270Z | Downloaded zerofrom v0.1.6 |
| 314 | 2026-06-25T02:06:33.273Z | Downloaded utf8parse v0.2.2 |
| 315 | 2026-06-25T02:06:33.273Z | Downloaded utf8_iter v1.0.4 |
| 316 | 2026-06-25T02:06:33.273Z | Downloaded usdt-macro v0.5.0 |
| 317 | 2026-06-25T02:06:33.273Z | Downloaded usdt-attr-macro v0.5.0 |
| 318 | 2026-06-25T02:06:33.273Z | Downloaded toml_datetime v0.6.11 |
| 319 | 2026-06-25T02:06:33.274Z | Downloaded displaydoc v0.2.5 |
| 320 | 2026-06-25T02:06:33.274Z | Downloaded bytecount v0.6.9 |
| 321 | 2026-06-25T02:06:33.276Z | Downloaded usdt v0.5.0 |
| 322 | 2026-06-25T02:06:33.276Z | Downloaded serde_spanned v0.6.9 |
| 323 | 2026-06-25T02:06:33.276Z | Downloaded typeid v1.0.3 |
| 324 | 2026-06-25T02:06:33.276Z | Downloaded toml_write v0.1.2 |
| 325 | 2026-06-25T02:06:33.279Z | Downloaded serde-value v0.7.0 |
| 326 | 2026-06-25T02:06:33.279Z | Downloaded plain v0.2.3 |
| 327 | 2026-06-25T02:06:33.280Z | Downloaded is_terminal_polyfill v1.70.2 |
| 328 | 2026-06-25T02:06:33.280Z | Downloaded anstyle-query v1.1.5 |
| 329 | 2026-06-25T02:06:33.283Z | Downloaded icu_properties v2.1.2 |
| 330 | 2026-06-25T02:06:33.290Z | Downloaded yoke v0.8.1 |
| 331 | 2026-06-25T02:06:33.290Z | Downloaded zmij v1.0.21 |
| 332 | 2026-06-25T02:06:33.290Z | Downloaded writeable v0.6.2 |
| 333 | 2026-06-25T02:06:33.294Z | Downloaded strsim v0.11.1 |
| 334 | 2026-06-25T02:06:33.294Z | Downloaded clap_lex v1.0.0 |
| 335 | 2026-06-25T02:06:33.294Z | Downloaded cfg-if v1.0.4 |
| 336 | 2026-06-25T02:06:33.294Z | Downloaded toml v0.8.23 |
| 337 | 2026-06-25T02:06:33.297Z | Downloaded icu_provider v2.1.1 |
| 338 | 2026-06-25T02:06:33.297Z | Downloaded erased-serde v0.4.9 |
| 339 | 2026-06-25T02:06:33.300Z | Downloaded unicode-ident v1.0.24 |
| 340 | 2026-06-25T02:06:33.303Z | Downloaded unicode-xid v0.2.6 |
| 341 | 2026-06-25T02:06:33.303Z | Downloaded textwrap v0.16.2 |
| 342 | 2026-06-25T02:06:33.306Z | Downloaded generic-array v0.14.7 |
| 343 | 2026-06-25T02:06:33.308Z | Downloaded unicode-linebreak v0.1.5 |
| 344 | 2026-06-25T02:06:33.308Z | Downloaded potential_utf v0.1.4 |
| 345 | 2026-06-25T02:06:33.308Z | Downloaded heck v0.4.1 |
| 346 | 2026-06-25T02:06:33.311Z | Downloaded toml_edit v0.22.27 |
| 347 | 2026-06-25T02:06:33.311Z | Downloaded stable_deref_trait v1.2.1 |
| 348 | 2026-06-25T02:06:33.314Z | Downloaded fnv v1.0.7 |
| 349 | 2026-06-25T02:06:33.314Z | Downloaded cpufeatures v0.2.17 |
| 350 | 2026-06-25T02:06:33.314Z | Downloaded thiserror-impl v2.0.18 |
| 351 | 2026-06-25T02:06:33.314Z | Downloaded thiserror-impl v1.0.69 |
| 352 | 2026-06-25T02:06:33.318Z | Downloaded zerovec-derive v0.11.2 |
| 353 | 2026-06-25T02:06:33.318Z | Downloaded thiserror v1.0.69 |
| 354 | 2026-06-25T02:06:33.320Z | Downloaded litemap v0.8.1 |
| 355 | 2026-06-25T02:06:33.320Z | Downloaded zerocopy-derive v0.7.35 |
| 356 | 2026-06-25T02:06:33.323Z | Downloaded usdt-impl v0.5.0 |
| 357 | 2026-06-25T02:06:33.326Z | Downloaded colorchoice v1.0.4 |
| 358 | 2026-06-25T02:06:33.326Z | Downloaded ucd-trie v0.1.7 |
| 359 | 2026-06-25T02:06:33.327Z | Downloaded thiserror v2.0.18 |
| 360 | 2026-06-25T02:06:33.330Z | Downloaded percent-encoding v2.3.2 |
| 361 | 2026-06-25T02:06:33.330Z | Downloaded url v2.5.8 |
| 362 | 2026-06-25T02:06:33.332Z | Downloaded memmap v0.7.0 |
| 363 | 2026-06-25T02:06:33.333Z | Downloaded equivalent v1.0.2 |
| 364 | 2026-06-25T02:06:33.335Z | Downloaded scroll_derive v0.12.1 |
| 365 | 2026-06-25T02:06:33.335Z | Downloaded pretty-hex v0.4.1 |
| 366 | 2026-06-25T02:06:33.335Z | Downloaded idna_adapter v1.2.1 |
| 367 | 2026-06-25T02:06:33.338Z | Downloaded zerocopy v0.7.35 |
| 368 | 2026-06-25T02:06:33.346Z | Downloaded zerovec v0.11.5 |
| 369 | 2026-06-25T02:06:33.349Z | Downloaded cargo-platform v0.2.0 |
| 370 | 2026-06-25T02:06:33.352Z | Downloaded block-buffer v0.10.4 |
| 371 | 2026-06-25T02:06:33.352Z | Downloaded smawk v0.3.2 |
| 372 | 2026-06-25T02:06:33.352Z | Downloaded terminal_size v0.4.3 |
| 373 | 2026-06-25T02:06:33.354Z | Downloaded dof v0.3.0 |
| 374 | 2026-06-25T02:06:33.354Z | Downloaded heck v0.5.0 |
| 375 | 2026-06-25T02:06:33.354Z | Downloaded proc-macro-error-attr v1.0.4 |
| 376 | 2026-06-25T02:06:33.358Z | Downloaded winnow v0.7.14 |
| 377 | 2026-06-25T02:06:33.364Z | Downloaded indexmap v2.14.0 |
| 378 | 2026-06-25T02:06:33.366Z | Downloaded cargo-util-schemas v0.8.2 |
| 379 | 2026-06-25T02:06:33.369Z | Downloaded tabled_derive v0.7.0 |
| 380 | 2026-06-25T02:06:33.369Z | Downloaded swrite v0.1.0 |
| 381 | 2026-06-25T02:06:33.369Z | Downloaded unicode-width v0.1.14 |
| 382 | 2026-06-25T02:06:33.373Z | Downloaded ordered-float v2.10.1 |
| 383 | 2026-06-25T02:06:33.373Z | Downloaded itoa v1.0.17 |
| 384 | 2026-06-25T02:06:33.375Z | Downloaded unicode-width v0.2.0 |
| 385 | 2026-06-25T02:06:33.378Z | Downloaded macaddr v1.0.1 |
| 386 | 2026-06-25T02:06:33.387Z | Downloaded anstyle-parse v1.0.0 |
| 387 | 2026-06-25T02:06:33.389Z | Downloaded proc-macro-error v1.0.4 |
| 388 | 2026-06-25T02:06:33.392Z | Downloaded fs-err v3.3.0 |
| 389 | 2026-06-25T02:06:33.394Z | Downloaded cargo_metadata v0.21.0 |
| 390 | 2026-06-25T02:06:33.398Z | Downloaded scroll v0.12.0 |
| 391 | 2026-06-25T02:06:33.398Z | Downloaded quote v1.0.45 |
| 392 | 2026-06-25T02:06:33.401Z | Downloaded synstructure v0.13.2 |
| 393 | 2026-06-25T02:06:33.405Z | Downloaded pest_generator v2.8.6 |
| 394 | 2026-06-25T02:06:33.408Z | Downloaded cargo_toml v0.21.0 |
| 395 | 2026-06-25T02:06:33.408Z | Downloaded icu_normalizer v2.1.1 |
| 396 | 2026-06-25T02:06:33.435Z | Downloaded icu_normalizer_data v2.1.1 |
| 397 | 2026-06-25T02:06:33.435Z | Downloaded serde_tokenstream v0.2.3 |
| 398 | 2026-06-25T02:06:33.435Z | Downloaded serde-untagged v0.1.9 |
| 399 | 2026-06-25T02:06:33.435Z | Downloaded tempfile v3.25.0 |
| 400 | 2026-06-25T02:06:33.435Z | Downloaded semver v1.0.28 |
| 401 | 2026-06-25T02:06:33.435Z | Downloaded clap_derive v4.6.1 |
| 402 | 2026-06-25T02:06:33.438Z | Downloaded sha2 v0.10.9 |
| 403 | 2026-06-25T02:06:33.443Z | Downloaded smallvec v1.15.1 |
| 404 | 2026-06-25T02:06:33.449Z | Downloaded proc-macro2 v1.0.106 |
| 405 | 2026-06-25T02:06:33.453Z | Downloaded once_cell v1.21.3 |
| 406 | 2026-06-25T02:06:33.453Z | Downloaded getrandom v0.4.1 |
| 407 | 2026-06-25T02:06:33.455Z | Downloaded num-traits v0.2.19 |
| 408 | 2026-06-25T02:06:33.458Z | Downloaded icu_locale_core v2.1.1 |
| 409 | 2026-06-25T02:06:33.461Z | Downloaded pest_derive v2.8.6 |
| 410 | 2026-06-25T02:06:33.461Z | Downloaded log v0.4.29 |
| 411 | 2026-06-25T02:06:33.471Z | Downloaded serde_derive v1.0.228 |
| 412 | 2026-06-25T02:06:33.474Z | Downloaded serde_core v1.0.228 |
| 413 | 2026-06-25T02:06:33.482Z | Downloaded clap v4.6.1 |
| 414 | 2026-06-25T02:06:33.483Z | Downloaded papergrid v0.11.0 |
| 415 | 2026-06-25T02:06:33.492Z | Downloaded anstyle v1.0.14 |
| 416 | 2026-06-25T02:06:33.492Z | Downloaded pest_meta v2.8.6 |
| 417 | 2026-06-25T02:06:33.495Z | Downloaded memchr v2.8.0 |
| 418 | 2026-06-25T02:06:33.515Z | Downloaded icu_collections v2.1.1 |
| 419 | 2026-06-25T02:06:33.518Z | Downloaded serde v1.0.228 |
| 420 | 2026-06-25T02:06:33.518Z | Downloaded idna v1.1.0 |
| 421 | 2026-06-25T02:06:33.521Z | Downloaded hashbrown v0.17.0 |
| 422 | 2026-06-25T02:06:33.524Z | Downloaded serde_json v1.0.149 |
| 423 | 2026-06-25T02:06:33.532Z | Downloaded pest v2.8.6 |
| 424 | 2026-06-25T02:06:33.540Z | Downloaded goblin v0.8.2 |
| 425 | 2026-06-25T02:06:33.544Z | Downloaded icu_properties_data v2.1.2 |
| 426 | 2026-06-25T02:06:33.558Z | Downloaded tabled v0.15.0 |
| 427 | 2026-06-25T02:06:33.576Z | Downloaded syn v1.0.109 |
| 428 | 2026-06-25T02:06:33.584Z | Downloaded syn v2.0.117 |
| 429 | 2026-06-25T02:06:33.598Z | Downloaded rustix v1.1.3 |
| 430 | 2026-06-25T02:06:33.626Z | Downloaded libc v0.2.185 |
| 431 | 2026-06-25T02:06:33.695Z | Compiling proc-macro2 v1.0.106 |
| 432 | 2026-06-25T02:06:33.695Z | Compiling unicode-ident v1.0.24 |
| 433 | 2026-06-25T02:06:33.695Z | Compiling quote v1.0.45 |
| 434 | 2026-06-25T02:06:33.695Z | Compiling serde_core v1.0.228 |
| 435 | 2026-06-25T02:06:33.695Z | Compiling libc v0.2.185 |
| 436 | 2026-06-25T02:06:33.695Z | Compiling version_check v0.9.5 |
| 437 | 2026-06-25T02:06:33.698Z | Compiling serde v1.0.228 |
| 438 | 2026-06-25T02:06:33.699Z | Compiling stable_deref_trait v1.2.1 |
| 439 | 2026-06-25T02:06:33.980Z | Compiling memchr v2.8.0 |
| 440 | 2026-06-25T02:06:34.001Z | Compiling zmij v1.0.21 |
| 441 | 2026-06-25T02:06:34.245Z | Compiling ucd-trie v0.1.7 |
| 442 | 2026-06-25T02:06:34.319Z | Compiling itoa v1.0.17 |
| 443 | 2026-06-25T02:06:34.521Z | Compiling autocfg v1.5.0 |
| 444 | 2026-06-25T02:06:34.559Z | Compiling thiserror v1.0.69 |
| 445 | 2026-06-25T02:06:34.637Z | Compiling pest v2.8.6 |
| 446 | 2026-06-25T02:06:34.640Z | Compiling writeable v0.6.2 |
| 447 | 2026-06-25T02:06:34.667Z | Compiling litemap v0.8.1 |
| 448 | 2026-06-25T02:06:34.862Z | Compiling icu_normalizer_data v2.1.1 |
| 449 | 2026-06-25T02:06:34.865Z | Compiling byteorder v1.5.0 |
| 450 | 2026-06-25T02:06:35.028Z | Compiling rustix v1.1.3 |
| 451 | 2026-06-25T02:06:35.105Z | Compiling icu_properties_data v2.1.2 |
| 452 | 2026-06-25T02:06:35.188Z | Compiling syn v2.0.117 |
| 453 | 2026-06-25T02:06:35.242Z | Compiling errno v0.3.14 |
| 454 | 2026-06-25T02:06:35.304Z | Compiling serde_json v1.0.149 |
| 455 | 2026-06-25T02:06:35.378Z | Compiling bitflags v2.11.0 |
| 456 | 2026-06-25T02:06:35.529Z | Compiling num-traits v0.2.19 |
| 457 | 2026-06-25T02:06:35.589Z | Compiling hashbrown v0.17.0 |
| 458 | 2026-06-25T02:06:35.606Z | Compiling equivalent v1.0.2 |
| 459 | 2026-06-25T02:06:35.723Z | Compiling pest_meta v2.8.6 |
| 460 | 2026-06-25T02:06:35.896Z | Compiling typeid v1.0.3 |
| 461 | 2026-06-25T02:06:35.929Z | Compiling smallvec v1.15.1 |
| 462 | 2026-06-25T02:06:36.138Z | Compiling indexmap v2.14.0 |
| 463 | 2026-06-25T02:06:36.220Z | Compiling thread-id v4.2.2 |
| 464 | 2026-06-25T02:06:36.226Z | Compiling proc-macro-error-attr v1.0.4 |
| 465 | 2026-06-25T02:06:36.320Z | Compiling usdt-impl v0.5.0 |
| 466 | 2026-06-25T02:06:36.353Z | Compiling syn v1.0.109 |
| 467 | 2026-06-25T02:06:36.396Z | Compiling toml_write v0.1.2 |
| 468 | 2026-06-25T02:06:36.596Z | Compiling winnow v0.7.14 |
| 469 | 2026-06-25T02:06:36.614Z | Compiling erased-serde v0.4.9 |
| 470 | 2026-06-25T02:06:36.867Z | Compiling proc-macro-error v1.0.4 |
| 471 | 2026-06-25T02:06:36.929Z | Compiling utf8parse v0.2.2 |
| 472 | 2026-06-25T02:06:37.053Z | Compiling log v0.4.29 |
| 473 | 2026-06-25T02:06:37.084Z | Compiling thiserror v2.0.18 |
| 474 | 2026-06-25T02:06:37.235Z | Compiling camino v1.2.2 |
| 475 | 2026-06-25T02:06:37.326Z | Compiling plain v0.2.3 |
| 476 | 2026-06-25T02:06:37.362Z | Compiling percent-encoding v2.3.2 |
| 477 | 2026-06-25T02:06:37.399Z | Compiling utf8_iter v1.0.4 |
| 478 | 2026-06-25T02:06:37.429Z | Compiling getrandom v0.4.1 |
| 479 | 2026-06-25T02:06:37.526Z | Compiling form_urlencoded v1.2.2 |
| 480 | 2026-06-25T02:06:37.546Z | Compiling ordered-float v2.10.1 |
| 481 | 2026-06-25T02:06:37.703Z | Compiling anstyle-parse v1.0.0 |
| 482 | 2026-06-25T02:06:37.786Z | Compiling synstructure v0.13.2 |
| 483 | 2026-06-25T02:06:37.807Z | Compiling pest_generator v2.8.6 |
| 484 | 2026-06-25T02:06:37.882Z | Compiling terminal_size v0.4.3 |
| 485 | 2026-06-25T02:06:38.085Z | Compiling is_terminal_polyfill v1.70.2 |
| 486 | 2026-06-25T02:06:38.140Z | Compiling anstyle-query v1.1.5 |
| 487 | 2026-06-25T02:06:38.181Z | Compiling colorchoice v1.0.4 |
| 488 | 2026-06-25T02:06:38.197Z | Compiling anstyle v1.0.14 |
| 489 | 2026-06-25T02:06:38.239Z | Compiling pretty-hex v0.4.1 |
| 490 | 2026-06-25T02:06:38.254Z | Compiling cfg-if v1.0.4 |
| 491 | 2026-06-25T02:06:38.376Z | Compiling anstream v1.0.0 |
| 492 | 2026-06-25T02:06:38.397Z | Compiling serde-untagged v0.1.9 |
| 493 | 2026-06-25T02:06:38.429Z | Compiling semver v1.0.28 |
| 494 | 2026-06-25T02:06:38.526Z | Compiling fs-err v3.3.0 |
| 495 | 2026-06-25T02:06:38.644Z | Compiling heck v0.4.1 |
| 496 | 2026-06-25T02:06:38.687Z | Compiling unicode-width v0.1.14 |
| 497 | 2026-06-25T02:06:38.717Z | Compiling heck v0.5.0 |
| 498 | 2026-06-25T02:06:38.751Z | Compiling unicode-xid v0.2.6 |
| 499 | 2026-06-25T02:06:38.791Z | Compiling fastrand v2.3.0 |
| 500 | 2026-06-25T02:06:38.892Z | Compiling strsim v0.11.1 |
| 501 | 2026-06-25T02:06:38.918Z | Compiling bytecount v0.6.9 |
| 502 | 2026-06-25T02:06:38.977Z | Compiling clap_lex v1.0.0 |
| 503 | 2026-06-25T02:06:39.018Z | Compiling anyhow v1.0.102 |
| 504 | 2026-06-25T02:06:39.059Z | Compiling once_cell v1.21.3 |
| 505 | 2026-06-25T02:06:39.206Z | Compiling fnv v1.0.7 |
| 506 | 2026-06-25T02:06:39.253Z | Compiling clap_builder v4.6.0 |
| 507 | 2026-06-25T02:06:39.319Z | Compiling papergrid v0.11.0 |
| 508 | 2026-06-25T02:06:39.345Z | Compiling tempfile v3.25.0 |
| 509 | 2026-06-25T02:06:39.455Z | Compiling memmap v0.7.0 |
| 510 | 2026-06-25T02:06:39.476Z | Compiling serde_derive v1.0.228 |
| 511 | 2026-06-25T02:06:39.589Z | Compiling zerofrom-derive v0.1.6 |
| 512 | 2026-06-25T02:06:39.643Z | Compiling yoke-derive v0.8.1 |
| 513 | 2026-06-25T02:06:39.714Z | Compiling zerovec-derive v0.11.2 |
| 514 | 2026-06-25T02:06:39.899Z | Compiling displaydoc v0.2.5 |
| 515 | 2026-06-25T02:06:41.951Z | Compiling thiserror-impl v1.0.69 |
| 516 | 2026-06-25T02:06:41.967Z | Compiling zerocopy-derive v0.7.35 |
| 517 | 2026-06-25T02:06:41.967Z | Compiling pest_derive v2.8.6 |
| 518 | 2026-06-25T02:06:41.967Z | Compiling scroll_derive v0.12.1 |
| 519 | 2026-06-25T02:06:41.975Z | Compiling zerofrom v0.1.6 |
| 520 | 2026-06-25T02:06:41.975Z | Compiling yoke v0.8.1 |
| 521 | 2026-06-25T02:06:41.976Z | Compiling thiserror-impl v2.0.18 |
| 522 | 2026-06-25T02:06:41.976Z | Compiling zerovec v0.11.5 |
| 523 | 2026-06-25T02:06:41.976Z | Compiling zerotrie v0.2.3 |
| 524 | 2026-06-25T02:06:41.976Z | Compiling zerocopy v0.7.35 |
| 525 | 2026-06-25T02:06:41.976Z | Compiling tinystr v0.8.2 |
| 526 | 2026-06-25T02:06:41.976Z | Compiling potential_utf v0.1.4 |
| 527 | 2026-06-25T02:06:41.996Z | Compiling icu_locale_core v2.1.1 |
| 528 | 2026-06-25T02:06:42.013Z | Compiling icu_collections v2.1.1 |
| 529 | 2026-06-25T02:06:42.027Z | Compiling dtrace-parser v0.2.0 |
| 530 | 2026-06-25T02:06:42.203Z | Compiling scroll v0.12.0 |
| 531 | 2026-06-25T02:06:42.286Z | Compiling tabled_derive v0.7.0 |
| 532 | 2026-06-25T02:06:42.485Z | Compiling goblin v0.8.2 |
| 533 | 2026-06-25T02:06:42.521Z | Compiling clap_derive v4.6.1 |
| 534 | 2026-06-25T02:06:42.719Z | Compiling icu_provider v2.1.1 |
| 535 | 2026-06-25T02:06:42.777Z | Compiling smawk v0.3.2 |
| 536 | 2026-06-25T02:06:42.886Z | Compiling toml_datetime v0.6.11 |
| 537 | 2026-06-25T02:06:42.925Z | Compiling serde_spanned v0.6.9 |
| 538 | 2026-06-25T02:06:43.364Z | Compiling dof v0.3.0 |
| 539 | 2026-06-25T02:06:43.415Z | Compiling serde_tokenstream v0.2.3 |
| 540 | 2026-06-25T02:06:43.415Z | Compiling icu_normalizer v2.1.1 |
| 541 | 2026-06-25T02:06:43.415Z | Compiling icu_properties v2.1.2 |
| 542 | 2026-06-25T02:06:43.415Z | Compiling toml_edit v0.22.27 |
| 543 | 2026-06-25T02:06:43.415Z | Compiling serde-value v0.7.0 |
| 544 | 2026-06-25T02:06:43.415Z | Compiling cargo-platform v0.2.0 |
| 545 | 2026-06-25T02:06:43.556Z | Compiling unicode-width v0.2.0 |
| 546 | 2026-06-25T02:06:43.581Z | Compiling unicode-linebreak v0.1.5 |
| 547 | 2026-06-25T02:06:43.614Z | Compiling tabled v0.15.0 |
| 548 | 2026-06-25T02:06:43.785Z | Compiling usdt-attr-macro v0.5.0 |
| 549 | 2026-06-25T02:06:43.829Z | Compiling usdt-macro v0.5.0 |
| 550 | 2026-06-25T02:06:43.834Z | Compiling textwrap v0.16.2 |
| 551 | 2026-06-25T02:06:44.132Z | Compiling idna_adapter v1.2.1 |
| 552 | 2026-06-25T02:06:44.272Z | Compiling idna v1.1.0 |
| 553 | 2026-06-25T02:06:44.305Z | Compiling clap v4.6.1 |
| 554 | 2026-06-25T02:06:44.353Z | Compiling macaddr v1.0.1 |
| 555 | 2026-06-25T02:06:44.504Z | Compiling camino-tempfile v1.4.1 |
| 556 | 2026-06-25T02:06:44.589Z | Compiling url v2.5.8 |
| 557 | 2026-06-25T02:06:44.740Z | Compiling toml v0.8.23 |
| 558 | 2026-06-25T02:06:44.829Z | Compiling swrite v0.1.0 |
| 559 | 2026-06-25T02:06:44.941Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 560 | 2026-06-25T02:06:45.192Z | Compiling cargo-util-schemas v0.8.2 |
| 561 | 2026-06-25T02:06:45.338Z | Compiling cargo_toml v0.21.0 |
| 562 | 2026-06-25T02:06:45.457Z | Compiling usdt v0.5.0 |
| 563 | 2026-06-25T02:06:46.177Z | Compiling cargo_metadata v0.21.0 |
| 564 | 2026-06-25T02:06:47.052Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 565 | 2026-06-25T02:06:49.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.95s |
| 566 | 2026-06-25T02:06:49.400Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 567 | 2026-06-25T02:06:49.843Z | Downloading crates ... |
| 568 | 2026-06-25T02:06:49.959Z | Downloaded anstream v0.6.21 |
| 569 | 2026-06-25T02:06:49.965Z | Downloaded bitflags v1.3.2 |
| 570 | 2026-06-25T02:06:49.965Z | Downloaded backoff v0.4.0 |
| 571 | 2026-06-25T02:06:49.965Z | Downloaded array-init v0.0.4 |
| 572 | 2026-06-25T02:06:49.965Z | Downloaded cookie v0.18.1 |
| 573 | 2026-06-25T02:06:49.968Z | Downloaded aead v0.5.2 |
| 574 | 2026-06-25T02:06:49.968Z | Downloaded adler2 v2.0.1 |
| 575 | 2026-06-25T02:06:49.972Z | Downloaded console v0.15.11 |
| 576 | 2026-06-25T02:06:49.975Z | Downloaded byte-wrapper v0.1.0 |
| 577 | 2026-06-25T02:06:50.001Z | Downloaded async-stream v0.3.6 |
| 578 | 2026-06-25T02:06:50.001Z | Downloaded argon2 v0.5.3 |
| 579 | 2026-06-25T02:06:50.001Z | Downloaded defmt-macros v1.0.1 |
| 580 | 2026-06-25T02:06:50.002Z | Downloaded dirs-sys-next v0.1.2 |
| 581 | 2026-06-25T02:06:50.002Z | Downloaded critical-section v1.2.0 |
| 582 | 2026-06-25T02:06:50.002Z | Downloaded darling v0.20.11 |
| 583 | 2026-06-25T02:06:50.002Z | Downloaded ahash v0.8.12 |
| 584 | 2026-06-25T02:06:50.002Z | Downloaded compact_str v0.8.1 |
| 585 | 2026-06-25T02:06:50.002Z | Downloaded embedded-io v0.4.0 |
| 586 | 2026-06-25T02:06:50.002Z | Downloaded anstyle-parse v0.2.7 |
| 587 | 2026-06-25T02:06:50.002Z | Downloaded backon v1.6.0 |
| 588 | 2026-06-25T02:06:50.002Z | Downloaded bit-set v0.8.0 |
| 589 | 2026-06-25T02:06:50.010Z | Downloaded bb8 v0.8.6 |
| 590 | 2026-06-25T02:06:50.010Z | Downloaded darling_macro v0.23.0 |
| 591 | 2026-06-25T02:06:50.010Z | Downloaded atomicwrites v0.4.4 |
| 592 | 2026-06-25T02:06:50.010Z | Downloaded async-stream-impl v0.3.6 |
| 593 | 2026-06-25T02:06:50.010Z | Downloaded block-padding v0.3.3 |
| 594 | 2026-06-25T02:06:50.010Z | Downloaded assert_matches v1.5.0 |
| 595 | 2026-06-25T02:06:50.015Z | Downloaded derive_more v2.1.1 |
| 596 | 2026-06-25T02:06:50.018Z | Downloaded blowfish v0.9.1 |
| 597 | 2026-06-25T02:06:50.022Z | Downloaded darling v0.13.4 |
| 598 | 2026-06-25T02:06:50.022Z | Downloaded ascii-canvas v3.0.0 |
| 599 | 2026-06-25T02:06:50.022Z | Downloaded base64 v0.22.1 |
| 600 | 2026-06-25T02:06:50.025Z | Downloaded bit-set v0.5.3 |
| 601 | 2026-06-25T02:06:50.025Z | Downloaded atomic-waker v1.1.2 |
| 602 | 2026-06-25T02:06:50.035Z | Downloaded atty v0.2.14 |
| 603 | 2026-06-25T02:06:50.035Z | Downloaded cstr-argument v0.1.2 |
| 604 | 2026-06-25T02:06:50.035Z | Downloaded bitfield-struct v0.6.2 |
| 605 | 2026-06-25T02:06:50.035Z | Downloaded async-bb8-diesel v0.2.1 |
| 606 | 2026-06-25T02:06:50.035Z | Downloaded crossbeam-deque v0.8.6 |
| 607 | 2026-06-25T02:06:50.041Z | Downloaded bit-vec v0.8.0 |
| 608 | 2026-06-25T02:06:50.041Z | Downloaded base16ct v0.2.0 |
| 609 | 2026-06-25T02:06:50.045Z | Downloaded crc v3.4.0 |
| 610 | 2026-06-25T02:06:50.050Z | Downloaded ciborium-ll v0.2.2 |
| 611 | 2026-06-25T02:06:50.054Z | Downloaded cobs v0.3.0 |
| 612 | 2026-06-25T02:06:50.054Z | Downloaded derive_builder_macro v0.20.2 |
| 613 | 2026-06-25T02:06:50.054Z | Downloaded crc8 v0.1.1 |
| 614 | 2026-06-25T02:06:50.073Z | Downloaded defmt-parser v1.0.0 |
| 615 | 2026-06-25T02:06:50.077Z | Downloaded arrayref v0.3.9 |
| 616 | 2026-06-25T02:06:50.077Z | Downloaded darling_macro v0.21.3 |
| 617 | 2026-06-25T02:06:50.077Z | Downloaded defmt v0.3.100 |
| 618 | 2026-06-25T02:06:50.077Z | Downloaded crc-catalog v2.4.0 |
| 619 | 2026-06-25T02:06:50.077Z | Downloaded difflib v0.4.0 |
| 620 | 2026-06-25T02:06:50.077Z | Downloaded dsl_auto_type v0.2.0 |
| 621 | 2026-06-25T02:06:50.077Z | Downloaded display-error-chain v0.2.2 |
| 622 | 2026-06-25T02:06:50.077Z | Downloaded crunchy v0.2.4 |
| 623 | 2026-06-25T02:06:50.077Z | Downloaded cfg_aliases v0.1.1 |
| 624 | 2026-06-25T02:06:50.084Z | Downloaded darling_macro v0.20.11 |
| 625 | 2026-06-25T02:06:50.085Z | Downloaded convert_case v0.10.0 |
| 626 | 2026-06-25T02:06:50.085Z | Downloaded foreign-types v0.3.2 |
| 627 | 2026-06-25T02:06:50.085Z | Downloaded foreign-types-shared v0.3.1 |
| 628 | 2026-06-25T02:06:50.085Z | Downloaded async-recursion v1.1.1 |
| 629 | 2026-06-25T02:06:50.085Z | Downloaded curve25519-dalek v4.1.3 |
| 630 | 2026-06-25T02:06:50.100Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 631 | 2026-06-25T02:06:50.101Z | Downloaded foreign-types v0.5.0 |
| 632 | 2026-06-25T02:06:50.101Z | Downloaded foreign-types-shared v0.1.1 |
| 633 | 2026-06-25T02:06:50.101Z | Downloaded der_derive v0.7.3 |
| 634 | 2026-06-25T02:06:50.101Z | Downloaded fd-lock v4.0.4 |
| 635 | 2026-06-25T02:06:50.101Z | Downloaded flagset v0.4.7 |
| 636 | 2026-06-25T02:06:50.101Z | Downloaded ciborium-io v0.2.2 |
| 637 | 2026-06-25T02:06:50.101Z | Downloaded futures-macro v0.3.32 |
| 638 | 2026-06-25T02:06:50.101Z | Downloaded cargo-platform v0.3.2 |
| 639 | 2026-06-25T02:06:50.101Z | Downloaded dunce v1.0.5 |
| 640 | 2026-06-25T02:06:50.101Z | Downloaded crucible-workspace-hack v0.1.0 |
| 641 | 2026-06-25T02:06:50.109Z | Downloaded convert_case v0.4.0 |
| 642 | 2026-06-25T02:06:50.109Z | Downloaded compression-core v0.4.31 |
| 643 | 2026-06-25T02:06:50.109Z | Downloaded castaway v0.2.4 |
| 644 | 2026-06-25T02:06:50.109Z | Downloaded fixedbitset v0.4.2 |
| 645 | 2026-06-25T02:06:50.109Z | Downloaded const_format_proc_macros v0.2.34 |
| 646 | 2026-06-25T02:06:50.109Z | Downloaded downcast-rs v2.0.2 |
| 647 | 2026-06-25T02:06:50.109Z | Downloaded cexpr v0.6.0 |
| 648 | 2026-06-25T02:06:50.109Z | Downloaded bitfield-macros v0.19.4 |
| 649 | 2026-06-25T02:06:50.113Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 650 | 2026-06-25T02:06:50.113Z | Downloaded cbc v0.1.2 |
| 651 | 2026-06-25T02:06:50.113Z | Downloaded cpufeatures v0.3.0 |
| 652 | 2026-06-25T02:06:50.113Z | Downloaded dtrace-parser v0.3.0 |
| 653 | 2026-06-25T02:06:50.117Z | Downloaded cfg_aliases v0.2.1 |
| 654 | 2026-06-25T02:06:50.117Z | Downloaded futures-core v0.3.32 |
| 655 | 2026-06-25T02:06:50.125Z | Downloaded env_filter v1.0.0 |
| 656 | 2026-06-25T02:06:50.129Z | Downloaded enum-as-inner v0.6.1 |
| 657 | 2026-06-25T02:06:50.129Z | Downloaded gethostname v0.5.0 |
| 658 | 2026-06-25T02:06:50.129Z | Downloaded dirs-next v2.0.0 |
| 659 | 2026-06-25T02:06:50.129Z | Downloaded float-ord v0.3.2 |
| 660 | 2026-06-25T02:06:50.129Z | Downloaded endian-type v0.1.2 |
| 661 | 2026-06-25T02:06:50.129Z | Downloaded futures-sink v0.3.32 |
| 662 | 2026-06-25T02:06:50.133Z | Downloaded cmake v0.1.57 |
| 663 | 2026-06-25T02:06:50.133Z | Downloaded cipher v0.4.4 |
| 664 | 2026-06-25T02:06:50.133Z | Downloaded cassowary v0.3.0 |
| 665 | 2026-06-25T02:06:50.133Z | Downloaded camino-tempfile-ext v0.3.3 |
| 666 | 2026-06-25T02:06:50.160Z | Downloaded futures-io v0.3.32 |
| 667 | 2026-06-25T02:06:50.161Z | Downloaded blake2 v0.10.6 |
| 668 | 2026-06-25T02:06:50.161Z | Downloaded embedded-io v0.6.1 |
| 669 | 2026-06-25T02:06:50.161Z | Downloaded darling_core v0.23.0 |
| 670 | 2026-06-25T02:06:50.219Z | Downloaded git-stub v1.0.0 |
| 671 | 2026-06-25T02:06:50.219Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 672 | 2026-06-25T02:06:50.219Z | Downloaded arrayvec v0.7.6 |
| 673 | 2026-06-25T02:06:50.219Z | Downloaded daft-derive v0.1.7 |
| 674 | 2026-06-25T02:06:50.219Z | Downloaded foreign-types-macros v0.2.3 |
| 675 | 2026-06-25T02:06:50.219Z | Downloaded globwalk v0.9.1 |
| 676 | 2026-06-25T02:06:50.219Z | Downloaded futures-task v0.3.32 |
| 677 | 2026-06-25T02:06:50.219Z | Downloaded env_logger v0.11.9 |
| 678 | 2026-06-25T02:06:50.219Z | Downloaded hash32 v0.2.1 |
| 679 | 2026-06-25T02:06:50.219Z | Downloaded crc32fast v1.5.0 |
| 680 | 2026-06-25T02:06:50.219Z | Downloaded derive-ex v0.1.8 |
| 681 | 2026-06-25T02:06:50.219Z | Downloaded darling v0.21.3 |
| 682 | 2026-06-25T02:06:50.219Z | Downloaded dof v0.4.0 |
| 683 | 2026-06-25T02:06:50.219Z | Downloaded constant_time_eq v0.4.2 |
| 684 | 2026-06-25T02:06:50.219Z | Downloaded deranged v0.5.8 |
| 685 | 2026-06-25T02:06:50.219Z | Downloaded csv-core v0.1.13 |
| 686 | 2026-06-25T02:06:50.219Z | Downloaded daft v0.1.7 |
| 687 | 2026-06-25T02:06:50.219Z | Downloaded corncobs v0.1.4 |
| 688 | 2026-06-25T02:06:50.257Z | Downloaded async-trait v0.1.89 |
| 689 | 2026-06-25T02:06:50.257Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 690 | 2026-06-25T02:06:50.257Z | Downloaded buf-list v1.1.2 |
| 691 | 2026-06-25T02:06:50.257Z | Downloaded funty v2.0.0 |
| 692 | 2026-06-25T02:06:50.257Z | Downloaded debug-ignore v1.0.5 |
| 693 | 2026-06-25T02:06:50.257Z | Downloaded foldhash v0.2.0 |
| 694 | 2026-06-25T02:06:50.257Z | Downloaded chacha20 v0.9.1 |
| 695 | 2026-06-25T02:06:50.257Z | Downloaded document-features v0.2.12 |
| 696 | 2026-06-25T02:06:50.257Z | Downloaded bitfield v0.19.4 |
| 697 | 2026-06-25T02:06:50.257Z | Downloaded cargo_metadata v0.23.1 |
| 698 | 2026-06-25T02:06:50.258Z | Downloaded hex-literal v0.4.1 |
| 699 | 2026-06-25T02:06:50.258Z | Downloaded cookie_store v0.22.1 |
| 700 | 2026-06-25T02:06:50.258Z | Downloaded console v0.16.2 |
| 701 | 2026-06-25T02:06:50.258Z | Downloaded bzip2 v0.4.4 |
| 702 | 2026-06-25T02:06:50.258Z | Downloaded bit-vec v0.6.3 |
| 703 | 2026-06-25T02:06:50.421Z | Downloaded headers-core v0.3.0 |
| 704 | 2026-06-25T02:06:50.421Z | Downloaded hash32 v0.3.1 |
| 705 | 2026-06-25T02:06:50.422Z | Downloaded ed25519 v2.2.3 |
| 706 | 2026-06-25T02:06:50.422Z | Downloaded fs-err v2.11.0 |
| 707 | 2026-06-25T02:06:50.422Z | Downloaded either v1.15.0 |
| 708 | 2026-06-25T02:06:50.422Z | Downloaded derive_builder_core v0.20.2 |
| 709 | 2026-06-25T02:06:50.422Z | Downloaded compression-codecs v0.4.37 |
| 710 | 2026-06-25T02:06:50.422Z | Downloaded hostname v0.4.2 |
| 711 | 2026-06-25T02:06:50.422Z | Downloaded hostname v0.3.1 |
| 712 | 2026-06-25T02:06:50.422Z | Downloaded filetime v0.2.27 |
| 713 | 2026-06-25T02:06:50.422Z | Downloaded ctr v0.9.2 |
| 714 | 2026-06-25T02:06:50.422Z | Downloaded fs_extra v1.3.0 |
| 715 | 2026-06-25T02:06:50.422Z | Downloaded find-msvc-tools v0.1.9 |
| 716 | 2026-06-25T02:06:50.422Z | Downloaded const-oid v0.9.6 |
| 717 | 2026-06-25T02:06:50.422Z | Downloaded colored v2.2.0 |
| 718 | 2026-06-25T02:06:50.422Z | Downloaded hubpack v0.1.2 |
| 719 | 2026-06-25T02:06:50.422Z | Downloaded hex v0.4.3 |
| 720 | 2026-06-25T02:06:50.422Z | Downloaded ident_case v1.0.1 |
| 721 | 2026-06-25T02:06:50.422Z | Downloaded hubpack_derive v0.1.1 |
| 722 | 2026-06-25T02:06:50.422Z | Downloaded float-cmp v0.10.0 |
| 723 | 2026-06-25T02:06:50.422Z | Downloaded home v0.5.12 |
| 724 | 2026-06-25T02:06:50.422Z | Downloaded aes-gcm v0.10.3 |
| 725 | 2026-06-25T02:06:50.422Z | Downloaded globset v0.4.18 |
| 726 | 2026-06-25T02:06:50.422Z | Downloaded futures-executor v0.3.32 |
| 727 | 2026-06-25T02:06:50.422Z | Downloaded ff v0.13.1 |
| 728 | 2026-06-25T02:06:50.423Z | Downloaded defmt v1.0.1 |
| 729 | 2026-06-25T02:06:50.423Z | Downloaded derive_builder v0.20.2 |
| 730 | 2026-06-25T02:06:50.423Z | Downloaded hyper-tls v0.6.0 |
| 731 | 2026-06-25T02:06:50.423Z | Downloaded indent_write v2.2.0 |
| 732 | 2026-06-25T02:06:50.423Z | Downloaded httpdate v1.0.3 |
| 733 | 2026-06-25T02:06:50.423Z | Downloaded http-range v0.1.5 |
| 734 | 2026-06-25T02:06:50.423Z | Downloaded crc-any v2.5.0 |
| 735 | 2026-06-25T02:06:50.423Z | Downloaded crossbeam-utils v0.8.21 |
| 736 | 2026-06-25T02:06:52.008Z | Downloaded glob v0.3.3 |
| 737 | 2026-06-25T02:06:52.008Z | Downloaded base64ct v1.8.3 |
| 738 | 2026-06-25T02:06:52.008Z | Downloaded bcs v0.1.6 |
| 739 | 2026-06-25T02:06:52.008Z | Downloaded erased-serde v0.3.31 |
| 740 | 2026-06-25T02:06:52.008Z | Downloaded colored v3.1.1 |
| 741 | 2026-06-25T02:06:52.008Z | Downloaded git-stub-vcs v0.1.0 |
| 742 | 2026-06-25T02:06:52.008Z | Downloaded instant v0.1.13 |
| 743 | 2026-06-25T02:06:52.009Z | Downloaded crossbeam-channel v0.5.15 |
| 744 | 2026-06-25T02:06:52.009Z | Downloaded ciborium v0.2.2 |
| 745 | 2026-06-25T02:06:52.009Z | Downloaded group v0.13.0 |
| 746 | 2026-06-25T02:06:52.009Z | Downloaded ena v0.14.4 |
| 747 | 2026-06-25T02:06:52.009Z | Downloaded des v0.8.1 |
| 748 | 2026-06-25T02:06:52.009Z | Downloaded clang-sys v1.8.1 |
| 749 | 2026-06-25T02:06:52.009Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 750 | 2026-06-25T02:06:52.009Z | Downloaded http-body v1.0.1 |
| 751 | 2026-06-25T02:06:52.009Z | Downloaded is_ci v1.2.0 |
| 752 | 2026-06-25T02:06:52.009Z | Downloaded illumos-nvpair v0.3.0 |
| 753 | 2026-06-25T02:06:52.009Z | Downloaded lazy_static v1.5.0 |
| 754 | 2026-06-25T02:06:52.009Z | Downloaded darling v0.23.0 |
| 755 | 2026-06-25T02:06:52.009Z | Downloaded lalrpop-util v0.19.12 |
| 756 | 2026-06-25T02:06:52.009Z | Downloaded getrandom v0.2.17 |
| 757 | 2026-06-25T02:06:52.009Z | Downloaded is-terminal v0.4.17 |
| 758 | 2026-06-25T02:06:52.009Z | Downloaded internet-checksum v0.2.1 |
| 759 | 2026-06-25T02:06:52.009Z | Downloaded instability v0.3.11 |
| 760 | 2026-06-25T02:06:52.009Z | Downloaded inout v0.1.4 |
| 761 | 2026-06-25T02:06:52.009Z | Downloaded fallible-iterator v0.2.0 |
| 762 | 2026-06-25T02:06:52.009Z | Downloaded cancel-safe-futures v0.1.5 |
| 763 | 2026-06-25T02:06:52.009Z | Downloaded bzip2 v0.6.1 |
| 764 | 2026-06-25T02:06:52.009Z | Downloaded diesel-dtrace v0.5.0 |
| 765 | 2026-06-25T02:06:52.009Z | Downloaded fixedbitset v0.5.7 |
| 766 | 2026-06-25T02:06:52.009Z | Downloaded keccak v0.1.6 |
| 767 | 2026-06-25T02:06:52.009Z | Downloaded diff v0.1.13 |
| 768 | 2026-06-25T02:06:52.009Z | Downloaded chacha20 v0.10.0 |
| 769 | 2026-06-25T02:06:52.009Z | Downloaded managed v0.8.0 |
| 770 | 2026-06-25T02:06:52.009Z | Downloaded crossbeam-epoch v0.9.18 |
| 771 | 2026-06-25T02:06:52.009Z | Downloaded ghash v0.5.1 |
| 772 | 2026-06-25T02:06:52.010Z | Downloaded fxhash v0.2.1 |
| 773 | 2026-06-25T02:06:52.010Z | Downloaded match_cfg v0.1.0 |
| 774 | 2026-06-25T02:06:52.010Z | Downloaded data-encoding v2.10.0 |
| 775 | 2026-06-25T02:06:52.010Z | Downloaded arc-swap v1.8.2 |
| 776 | 2026-06-25T02:06:52.010Z | Downloaded darling_macro v0.13.4 |
| 777 | 2026-06-25T02:06:52.010Z | Downloaded dyn-clone v1.0.20 |
| 778 | 2026-06-25T02:06:52.010Z | Downloaded ecdsa v0.16.9 |
| 779 | 2026-06-25T02:06:52.010Z | Downloaded hyper-staticfile v0.10.1 |
| 780 | 2026-06-25T02:06:52.010Z | Downloaded indoc v1.0.9 |
| 781 | 2026-06-25T02:06:52.010Z | Downloaded linked-hash-map v0.5.6 |
| 782 | 2026-06-25T02:06:52.010Z | Downloaded highway v1.3.0 |
| 783 | 2026-06-25T02:06:52.010Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 784 | 2026-06-25T02:06:52.010Z | Downloaded md5 v0.7.0 |
| 785 | 2026-06-25T02:06:52.010Z | Downloaded lru v0.12.5 |
| 786 | 2026-06-25T02:06:52.010Z | Downloaded half v1.8.3 |
| 787 | 2026-06-25T02:06:52.010Z | Downloaded futures v0.3.32 |
| 788 | 2026-06-25T02:06:52.010Z | Downloaded ingot v0.1.1 |
| 789 | 2026-06-25T02:06:52.010Z | Downloaded foldhash v0.1.5 |
| 790 | 2026-06-25T02:06:52.010Z | Downloaded http-body-util v0.1.3 |
| 791 | 2026-06-25T02:06:52.010Z | Downloaded md-5 v0.10.6 |
| 792 | 2026-06-25T02:06:52.010Z | Downloaded mime v0.3.17 |
| 793 | 2026-06-25T02:06:52.010Z | Downloaded memoffset v0.9.1 |
| 794 | 2026-06-25T02:06:52.010Z | Downloaded libscf-sys v1.1.0 |
| 795 | 2026-06-25T02:06:52.010Z | Downloaded maplit v1.0.2 |
| 796 | 2026-06-25T02:06:52.010Z | Downloaded lru-slab v0.1.2 |
| 797 | 2026-06-25T02:06:52.011Z | Downloaded new_debug_unreachable v1.0.6 |
| 798 | 2026-06-25T02:06:52.011Z | Downloaded lzss v0.8.2 |
| 799 | 2026-06-25T02:06:52.011Z | Downloaded allocator-api2 v0.2.21 |
| 800 | 2026-06-25T02:06:52.011Z | Downloaded lru-cache v0.1.2 |
| 801 | 2026-06-25T02:06:52.011Z | Downloaded chacha20poly1305 v0.10.1 |
| 802 | 2026-06-25T02:06:52.011Z | Downloaded kstat-rs v0.2.4 |
| 803 | 2026-06-25T02:06:52.011Z | Downloaded humantime v2.3.0 |
| 804 | 2026-06-25T02:06:52.011Z | Downloaded newline-converter v0.3.0 |
| 805 | 2026-06-25T02:06:52.011Z | Downloaded darling_core v0.13.4 |
| 806 | 2026-06-25T02:06:52.011Z | Downloaded normalize-line-endings v0.3.0 |
| 807 | 2026-06-25T02:06:52.011Z | Downloaded nibble_vec v0.1.0 |
| 808 | 2026-06-25T02:06:52.011Z | Downloaded num-iter v0.1.45 |
| 809 | 2026-06-25T02:06:52.011Z | Downloaded indoc v2.0.7 |
| 810 | 2026-06-25T02:06:52.011Z | Downloaded jobserver v0.1.34 |
| 811 | 2026-06-25T02:06:52.011Z | Downloaded newtype_derive v0.1.6 |
| 812 | 2026-06-25T02:06:52.011Z | Downloaded nodrop v0.1.14 |
| 813 | 2026-06-25T02:06:52.011Z | Downloaded newtype-uuid-macros v0.1.0 |
| 814 | 2026-06-25T02:06:52.011Z | Downloaded nonempty v0.12.0 |
| 815 | 2026-06-25T02:06:52.011Z | Downloaded multimap v0.10.1 |
| 816 | 2026-06-25T02:06:52.011Z | Downloaded num-derive v0.4.2 |
| 817 | 2026-06-25T02:06:52.011Z | Downloaded num v0.4.3 |
| 818 | 2026-06-25T02:06:52.011Z | Downloaded libefi-sys v0.1.0 |
| 819 | 2026-06-25T02:06:52.011Z | Downloaded num-derive v0.3.3 |
| 820 | 2026-06-25T02:06:52.012Z | Downloaded openssl-probe v0.2.1 |
| 821 | 2026-06-25T02:06:52.012Z | Downloaded olpc-cjson v0.1.4 |
| 822 | 2026-06-25T02:06:52.012Z | Downloaded ingot-types v0.1.2 |
| 823 | 2026-06-25T02:06:52.012Z | Downloaded iana-time-zone v0.1.65 |
| 824 | 2026-06-25T02:06:52.012Z | Downloaded derive_more v0.99.20 |
| 825 | 2026-06-25T02:06:52.012Z | Downloaded httparse v1.10.1 |
| 826 | 2026-06-25T02:06:52.013Z | Downloaded drift v0.2.0 |
| 827 | 2026-06-25T02:06:52.013Z | Downloaded openssl-macros v0.1.1 |
| 828 | 2026-06-25T02:06:52.013Z | Downloaded num_enum_derive v0.5.11 |
| 829 | 2026-06-25T02:06:52.013Z | Downloaded opaque-debug v0.3.1 |
| 830 | 2026-06-25T02:06:52.013Z | Downloaded hmac v0.12.1 |
| 831 | 2026-06-25T02:06:52.013Z | Downloaded darling_core v0.21.3 |
| 832 | 2026-06-25T02:06:52.013Z | Downloaded futures-channel v0.3.32 |
| 833 | 2026-06-25T02:06:52.013Z | Downloaded num-conv v0.2.0 |
| 834 | 2026-06-25T02:06:52.013Z | Downloaded lock_api v0.4.14 |
| 835 | 2026-06-25T02:06:52.013Z | Downloaded oso-derive v0.27.3 |
| 836 | 2026-06-25T02:06:52.094Z | Downloaded openssl-probe v0.1.6 |
| 837 | 2026-06-25T02:06:52.094Z | Downloaded num_threads v0.1.7 |
| 838 | 2026-06-25T02:06:52.094Z | Downloaded derive-where v1.6.0 |
| 839 | 2026-06-25T02:06:52.094Z | Downloaded multer v3.1.0 |
| 840 | 2026-06-25T02:06:52.094Z | Downloaded libloading v0.8.9 |
| 841 | 2026-06-25T02:06:52.094Z | Downloaded getrandom v0.3.4 |
| 842 | 2026-06-25T02:06:52.094Z | Downloaded maybe-uninit v2.0.0 |
| 843 | 2026-06-25T02:06:52.094Z | Downloaded linear-map v1.2.0 |
| 844 | 2026-06-25T02:06:52.095Z | Downloaded mime_guess v2.0.5 |
| 845 | 2026-06-25T02:06:52.095Z | Downloaded hyper-rustls v0.27.7 |
| 846 | 2026-06-25T02:06:52.095Z | Downloaded cc v1.2.56 |
| 847 | 2026-06-25T02:06:52.095Z | Downloaded bytes v1.11.1 |
| 848 | 2026-06-25T02:06:52.095Z | Downloaded native-tls v0.2.18 |
| 849 | 2026-06-25T02:06:52.095Z | Downloaded parse-display v0.10.0 |
| 850 | 2026-06-25T02:06:52.095Z | Downloaded pbkdf2 v0.12.2 |
| 851 | 2026-06-25T02:06:52.095Z | Downloaded path-slash v0.1.5 |
| 852 | 2026-06-25T02:06:52.095Z | Downloaded peg-runtime v0.8.5 |
| 853 | 2026-06-25T02:06:52.095Z | Downloaded fatfs v0.3.6 |
| 854 | 2026-06-25T02:06:52.095Z | Downloaded async-compression v0.4.41 |
| 855 | 2026-06-25T02:06:52.095Z | Downloaded nanorand v0.7.0 |
| 856 | 2026-06-25T02:06:52.095Z | Downloaded pin-utils v0.1.0 |
| 857 | 2026-06-25T02:06:52.095Z | Downloaded phf_shared v0.12.1 |
| 858 | 2026-06-25T02:06:52.095Z | Downloaded num-integer v0.1.46 |
| 859 | 2026-06-25T02:06:52.095Z | Downloaded libsw-core v0.3.2 |
| 860 | 2026-06-25T02:06:52.095Z | Downloaded pbkdf2 v0.11.0 |
| 861 | 2026-06-25T02:06:52.095Z | Downloaded libsw v3.5.0 |
| 862 | 2026-06-25T02:06:52.095Z | Downloaded ipnet v2.11.0 |
| 863 | 2026-06-25T02:06:52.095Z | Downloaded phf_shared v0.11.3 |
| 864 | 2026-06-25T02:06:52.095Z | Downloaded ingot-macros v0.1.1 |
| 865 | 2026-06-25T02:06:52.095Z | Downloaded flume v0.11.1 |
| 866 | 2026-06-25T02:06:52.095Z | Downloaded num_enum_derive v0.7.6 |
| 867 | 2026-06-25T02:06:52.095Z | Downloaded ipnetwork v0.21.1 |
| 868 | 2026-06-25T02:06:52.095Z | Downloaded ar_archive_writer v0.5.1 |
| 869 | 2026-06-25T02:06:52.095Z | Downloaded litrs v1.0.0 |
| 870 | 2026-06-25T02:06:52.095Z | Downloaded oxnet v0.1.6 |
| 871 | 2026-06-25T02:06:52.096Z | Downloaded indexmap v1.9.3 |
| 872 | 2026-06-25T02:06:52.096Z | Downloaded elliptic-curve v0.13.8 |
| 873 | 2026-06-25T02:06:52.096Z | Downloaded packed_struct v0.10.1 |
| 874 | 2026-06-25T02:06:52.096Z | Downloaded num_enum v0.5.11 |
| 875 | 2026-06-25T02:06:52.096Z | Downloaded phf_shared v0.13.1 |
| 876 | 2026-06-25T02:06:52.096Z | Downloaded num-rational v0.4.2 |
| 877 | 2026-06-25T02:06:52.096Z | Downloaded darling_core v0.20.11 |
| 878 | 2026-06-25T02:06:52.096Z | Downloaded precomputed-hash v0.1.1 |
| 879 | 2026-06-25T02:06:52.096Z | Downloaded powerfmt v0.2.0 |
| 880 | 2026-06-25T02:06:52.096Z | Downloaded newtype-uuid v1.3.2 |
| 881 | 2026-06-25T02:06:52.096Z | Downloaded ignore v0.4.25 |
| 882 | 2026-06-25T02:06:52.096Z | Downloaded headers v0.4.1 |
| 883 | 2026-06-25T02:06:52.096Z | Downloaded packed_struct_codegen v0.10.1 |
| 884 | 2026-06-25T02:06:52.096Z | Downloaded half v2.7.1 |
| 885 | 2026-06-25T02:06:52.096Z | Downloaded predicates-tree v1.0.13 |
| 886 | 2026-06-25T02:06:52.096Z | Downloaded predicates-core v1.0.10 |
| 887 | 2026-06-25T02:06:52.096Z | Downloaded parse-size v1.1.0 |
| 888 | 2026-06-25T02:06:52.096Z | Downloaded password-hash v0.5.0 |
| 889 | 2026-06-25T02:06:52.096Z | Downloaded crypto-bigint v0.5.5 |
| 890 | 2026-06-25T02:06:52.096Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 891 | 2026-06-25T02:06:52.096Z | Downloaded progenitor-client v0.14.0 |
| 892 | 2026-06-25T02:06:52.096Z | Downloaded proc-macro-crate v3.4.0 |
| 893 | 2026-06-25T02:06:52.096Z | Downloaded parking_lot_core v0.8.6 |
| 894 | 2026-06-25T02:06:52.096Z | Downloaded bumpalo v3.20.2 |
| 895 | 2026-06-25T02:06:52.096Z | Downloaded oxide-tokio-rt v0.1.4 |
| 896 | 2026-06-25T02:06:52.096Z | Downloaded paste v1.0.15 |
| 897 | 2026-06-25T02:06:52.096Z | Downloaded peg-macros v0.8.5 |
| 898 | 2026-06-25T02:06:52.097Z | Downloaded nu-ansi-term v0.50.3 |
| 899 | 2026-06-25T02:06:52.097Z | Downloaded parse-display-derive v0.10.0 |
| 900 | 2026-06-25T02:06:52.097Z | Downloaded proc-macro-crate v1.3.1 |
| 901 | 2026-06-25T02:06:52.097Z | Downloaded memmap2 v0.9.10 |
| 902 | 2026-06-25T02:06:52.097Z | Downloaded num-complex v0.4.6 |
| 903 | 2026-06-25T02:06:52.097Z | Downloaded der v0.7.10 |
| 904 | 2026-06-25T02:06:52.097Z | Downloaded heapless v0.7.17 |
| 905 | 2026-06-25T02:06:52.097Z | Downloaded pin-project-lite v0.2.17 |
| 906 | 2026-06-25T02:06:52.097Z | Downloaded progenitor-macro v0.13.0 |
| 907 | 2026-06-25T02:06:52.097Z | Downloaded base64 v0.21.7 |
| 908 | 2026-06-25T02:06:52.098Z | Downloaded phf v0.13.1 |
| 909 | 2026-06-25T02:06:52.098Z | Downloaded pin-project-internal v1.1.11 |
| 910 | 2026-06-25T02:06:52.098Z | Downloaded pem v3.0.6 |
| 911 | 2026-06-25T02:06:52.098Z | Downloaded peg v0.8.5 |
| 912 | 2026-06-25T02:06:52.098Z | Downloaded psl-types v2.0.11 |
| 913 | 2026-06-25T02:06:52.098Z | Downloaded progenitor-macro v0.14.0 |
| 914 | 2026-06-25T02:06:52.098Z | Downloaded polyval v0.6.2 |
| 915 | 2026-06-25T02:06:52.099Z | Downloaded poly1305 v0.8.0 |
| 916 | 2026-06-25T02:06:52.099Z | Downloaded recursive v0.1.1 |
| 917 | 2026-06-25T02:06:52.099Z | Downloaded rand_xorshift v0.4.0 |
| 918 | 2026-06-25T02:06:52.099Z | Downloaded pem-rfc7468 v0.7.0 |
| 919 | 2026-06-25T02:06:52.099Z | Downloaded const_format v0.2.35 |
| 920 | 2026-06-25T02:06:52.099Z | Downloaded dropshot_endpoint v0.17.0 |
| 921 | 2026-06-25T02:06:52.099Z | Downloaded ppv-lite86 v0.2.21 |
| 922 | 2026-06-25T02:06:52.099Z | Downloaded ed25519-dalek v2.2.0 |
| 923 | 2026-06-25T02:06:52.099Z | Downloaded ref-cast-impl v1.0.25 |
| 924 | 2026-06-25T02:06:52.099Z | Downloaded radium v0.7.0 |
| 925 | 2026-06-25T02:06:52.099Z | Downloaded pkg-config v0.3.32 |
| 926 | 2026-06-25T02:06:52.099Z | Downloaded progenitor v0.13.0 |
| 927 | 2026-06-25T02:06:52.099Z | Downloaded proc-macro-error2 v2.0.1 |
| 928 | 2026-06-25T02:06:52.099Z | Downloaded ref-cast v1.0.25 |
| 929 | 2026-06-25T02:06:52.100Z | Downloaded rfc6979 v0.4.0 |
| 930 | 2026-06-25T02:06:52.100Z | Downloaded postgres-protocol v0.6.10 |
| 931 | 2026-06-25T02:06:52.100Z | Downloaded omicron-zone-package v0.12.2 |
| 932 | 2026-06-25T02:06:52.100Z | Downloaded russh-cryptovec v0.7.3 |
| 933 | 2026-06-25T02:06:52.100Z | Downloaded predicates v3.1.4 |
| 934 | 2026-06-25T02:06:52.101Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 935 | 2026-06-25T02:06:52.101Z | Downloaded libbz2-rs-sys v0.2.2 |
| 936 | 2026-06-25T02:06:52.136Z | Downloaded num_enum v0.7.6 |
| 937 | 2026-06-25T02:06:52.136Z | Downloaded phf v0.12.1 |
| 938 | 2026-06-25T02:06:52.136Z | Downloaded password-hash v0.4.2 |
| 939 | 2026-06-25T02:06:52.136Z | Downloaded parking_lot_core v0.9.12 |
| 940 | 2026-06-25T02:06:52.137Z | Downloaded pkcs1 v0.7.5 |
| 941 | 2026-06-25T02:06:52.137Z | Downloaded r2d2 v0.8.10 |
| 942 | 2026-06-25T02:06:52.137Z | Downloaded quick-error v1.2.3 |
| 943 | 2026-06-25T02:06:52.137Z | Downloaded owo-colors v4.3.0 |
| 944 | 2026-06-25T02:06:52.137Z | Downloaded rustc_version v0.4.1 |
| 945 | 2026-06-25T02:06:52.137Z | Downloaded primeorder v0.13.6 |
| 946 | 2026-06-25T02:06:52.137Z | Downloaded parking_lot v0.12.5 |
| 947 | 2026-06-25T02:06:52.137Z | Downloaded rustc_version v0.1.7 |
| 948 | 2026-06-25T02:06:52.137Z | Downloaded rustc-hash v2.1.1 |
| 949 | 2026-06-25T02:06:52.137Z | Downloaded rtoolbox v0.0.3 |
| 950 | 2026-06-25T02:06:52.137Z | Downloaded oso v0.27.3 |
| 951 | 2026-06-25T02:06:52.137Z | Downloaded heapless v0.8.0 |
| 952 | 2026-06-25T02:06:52.137Z | Downloaded indicatif v0.18.4 |
| 953 | 2026-06-25T02:06:52.137Z | Downloaded rand_seeder v0.4.0 |
| 954 | 2026-06-25T02:06:52.137Z | Downloaded rand_core v0.9.5 |
| 955 | 2026-06-25T02:06:52.137Z | Downloaded miniz_oxide v0.8.9 |
| 956 | 2026-06-25T02:06:52.137Z | Downloaded postgres-types v0.2.12 |
| 957 | 2026-06-25T02:06:52.137Z | Downloaded psm v0.1.30 |
| 958 | 2026-06-25T02:06:52.137Z | Downloaded sapling-renderdag v0.1.0 |
| 959 | 2026-06-25T02:06:52.137Z | Downloaded progenitor-extras v0.2.0 |
| 960 | 2026-06-25T02:06:52.137Z | Downloaded derive_more-impl v2.1.1 |
| 961 | 2026-06-25T02:06:52.137Z | Downloaded papergrid v0.17.0 |
| 962 | 2026-06-25T02:06:52.137Z | Downloaded hickory-resolver v0.25.2 |
| 963 | 2026-06-25T02:06:52.137Z | Downloaded pkcs5 v0.7.1 |
| 964 | 2026-06-25T02:06:52.137Z | Downloaded hickory-resolver v0.24.4 |
| 965 | 2026-06-25T02:06:52.137Z | Downloaded rand_chacha v0.3.1 |
| 966 | 2026-06-25T02:06:52.138Z | Downloaded rand_core v0.6.4 |
| 967 | 2026-06-25T02:06:52.138Z | Downloaded scopeguard v1.2.0 |
| 968 | 2026-06-25T02:06:52.138Z | Downloaded rand_chacha v0.9.0 |
| 969 | 2026-06-25T02:06:52.138Z | Downloaded secrecy v0.10.3 |
| 970 | 2026-06-25T02:06:52.138Z | Downloaded seq-macro v0.3.6 |
| 971 | 2026-06-25T02:06:52.138Z | Downloaded aho-corasick v1.1.4 |
| 972 | 2026-06-25T02:06:52.138Z | Downloaded same-file v1.0.6 |
| 973 | 2026-06-25T02:06:52.138Z | Downloaded salsa20 v0.10.2 |
| 974 | 2026-06-25T02:06:52.138Z | Downloaded semver v0.1.20 |
| 975 | 2026-06-25T02:06:52.138Z | Downloaded p256 v0.13.2 |
| 976 | 2026-06-25T02:06:52.138Z | Downloaded scheduled-thread-pool v0.2.7 |
| 977 | 2026-06-25T02:06:52.138Z | Downloaded aes v0.8.4 |
| 978 | 2026-06-25T02:06:52.138Z | Downloaded secrecy v0.8.0 |
| 979 | 2026-06-25T02:06:52.138Z | Downloaded rustls-pemfile v2.2.0 |
| 980 | 2026-06-25T02:06:52.138Z | Downloaded progenitor-client v0.13.0 |
| 981 | 2026-06-25T02:06:52.138Z | Downloaded openssl-sys v0.9.115 |
| 982 | 2026-06-25T02:06:52.138Z | Downloaded scrypt v0.11.0 |
| 983 | 2026-06-25T02:06:52.138Z | Downloaded scroll_derive v0.13.1 |
| 984 | 2026-06-25T02:06:52.138Z | Downloaded resolv-conf v0.7.6 |
| 985 | 2026-06-25T02:06:52.138Z | Downloaded hashbrown v0.13.2 |
| 986 | 2026-06-25T02:06:52.138Z | Downloaded serde_plain v1.0.2 |
| 987 | 2026-06-25T02:06:52.138Z | Downloaded diesel_derives v2.3.7 |
| 988 | 2026-06-25T02:06:52.139Z | Downloaded hashbrown v0.12.3 |
| 989 | 2026-06-25T02:06:52.139Z | Downloaded sha1 v0.10.6 |
| 990 | 2026-06-25T02:06:52.139Z | Downloaded jiff-static v0.2.21 |
| 991 | 2026-06-25T02:06:52.139Z | Downloaded expectorate v1.2.0 |
| 992 | 2026-06-25T02:06:52.139Z | Downloaded serde_bytes v0.11.19 |
| 993 | 2026-06-25T02:06:52.139Z | Downloaded minimal-lexical v0.2.1 |
| 994 | 2026-06-25T02:06:52.139Z | Downloaded slog-bunyan v2.5.0 |
| 995 | 2026-06-25T02:06:52.139Z | Downloaded siphasher v1.0.2 |
| 996 | 2026-06-25T02:06:52.139Z | Downloaded signature v2.2.0 |
| 997 | 2026-06-25T02:06:52.139Z | Downloaded pkcs8 v0.10.2 |
| 998 | 2026-06-25T02:06:52.139Z | Downloaded rusty-fork v0.3.1 |
| 999 | 2026-06-25T02:06:52.139Z | Downloaded serde_repr v0.1.20 |
| 1000 | 2026-06-25T02:06:52.139Z | Downloaded serde-big-array v0.5.1 |
| 1001 | 2026-06-25T02:06:52.139Z | Downloaded rustls-native-certs v0.8.3 |
| 1002 | 2026-06-25T02:06:52.139Z | Downloaded serde_spanned v1.0.4 |
| 1003 | 2026-06-25T02:06:52.139Z | Downloaded progenitor-impl v0.13.0 |
| 1004 | 2026-06-25T02:06:52.139Z | Downloaded progenitor v0.14.0 |
| 1005 | 2026-06-25T02:06:52.140Z | Downloaded serde_urlencoded v0.7.1 |
| 1006 | 2026-06-25T02:06:52.140Z | Downloaded flate2 v1.1.9 |
| 1007 | 2026-06-25T02:06:52.140Z | Downloaded scroll v0.13.0 |
| 1008 | 2026-06-25T02:06:52.140Z | Downloaded quinn-udp v0.5.14 |
| 1009 | 2026-06-25T02:06:52.140Z | Downloaded shell-words v1.1.1 |
| 1010 | 2026-06-25T02:06:52.140Z | Downloaded http v1.4.0 |
| 1011 | 2026-06-25T02:06:52.140Z | Downloaded rustls-pemfile v1.0.4 |
| 1012 | 2026-06-25T02:06:52.140Z | Downloaded postcard v1.1.3 |
| 1013 | 2026-06-25T02:06:52.140Z | Downloaded pin-project v1.1.11 |
| 1014 | 2026-06-25T02:06:52.140Z | Downloaded sigpipe v0.1.3 |
| 1015 | 2026-06-25T02:06:52.140Z | Downloaded signal-hook-tokio v0.3.1 |
| 1016 | 2026-06-25T02:06:52.140Z | Downloaded serde_path_to_error v0.1.20 |
| 1017 | 2026-06-25T02:06:52.140Z | Downloaded rand_core v0.10.0 |
| 1018 | 2026-06-25T02:06:52.140Z | Downloaded prefix-trie v0.7.0 |
| 1019 | 2026-06-25T02:06:52.140Z | Downloaded signal-hook-mio v0.2.5 |
| 1020 | 2026-06-25T02:06:52.140Z | Downloaded serde-hex v0.1.0 |
| 1021 | 2026-06-25T02:06:52.140Z | Downloaded parking_lot v0.11.2 |
| 1022 | 2026-06-25T02:06:52.140Z | Downloaded hyper-util v0.1.20 |
| 1023 | 2026-06-25T02:06:52.140Z | Downloaded sec1 v0.7.3 |
| 1024 | 2026-06-25T02:06:52.140Z | Downloaded slog-envlogger v2.2.0 |
| 1025 | 2026-06-25T02:06:52.140Z | Downloaded rcgen v0.12.1 |
| 1026 | 2026-06-25T02:06:52.140Z | Downloaded sct v0.7.1 |
| 1027 | 2026-06-25T02:06:52.140Z | Downloaded simd-adler32 v0.3.8 |
| 1028 | 2026-06-25T02:06:52.140Z | Downloaded serde_with_macros v1.5.2 |
| 1029 | 2026-06-25T02:06:52.140Z | Downloaded serde_derive_internals v0.29.1 |
| 1030 | 2026-06-25T02:06:52.140Z | Downloaded ssh-encoding v0.2.0 |
| 1031 | 2026-06-25T02:06:52.141Z | Downloaded sqlparser_derive v0.5.0 |
| 1032 | 2026-06-25T02:06:52.141Z | Downloaded ssh-cipher v0.2.0 |
| 1033 | 2026-06-25T02:06:52.141Z | Downloaded strum v0.26.3 |
| 1034 | 2026-06-25T02:06:52.141Z | Downloaded progenitor-impl v0.14.0 |
| 1035 | 2026-06-25T02:06:52.141Z | Downloaded hickory-server v0.25.2 |
| 1036 | 2026-06-25T02:06:52.190Z | Downloaded itertools v0.10.5 |
| 1037 | 2026-06-25T02:06:52.190Z | Downloaded shlex v1.3.0 |
| 1038 | 2026-06-25T02:06:52.190Z | Downloaded ron v0.8.1 |
| 1039 | 2026-06-25T02:06:52.190Z | Downloaded rustversion v1.0.22 |
| 1040 | 2026-06-25T02:06:52.190Z | Downloaded slog-stdlog v4.1.1 |
| 1041 | 2026-06-25T02:06:52.190Z | Downloaded slog-scope v4.4.1 |
| 1042 | 2026-06-25T02:06:52.191Z | Downloaded slog-json v2.6.1 |
| 1043 | 2026-06-25T02:06:52.191Z | Downloaded structmeta-derive v0.3.0 |
| 1044 | 2026-06-25T02:06:52.191Z | Downloaded schemars_derive v0.8.22 |
| 1045 | 2026-06-25T02:06:52.191Z | Downloaded rustls-pki-types v1.14.0 |
| 1046 | 2026-06-25T02:06:52.191Z | Downloaded crossterm v0.28.1 |
| 1047 | 2026-06-25T02:06:52.191Z | Downloaded slog-term v2.9.2 |
| 1048 | 2026-06-25T02:06:52.191Z | Downloaded libxml v0.3.3 |
| 1049 | 2026-06-25T02:06:52.191Z | Downloaded signal-hook-registry v1.4.8 |
| 1050 | 2026-06-25T02:06:52.192Z | Downloaded dropshot-api-manager v0.7.2 |
| 1051 | 2026-06-25T02:06:52.192Z | Downloaded serde_cbor v0.11.2 |
| 1052 | 2026-06-25T02:06:52.192Z | Downloaded sync_wrapper v1.0.2 |
| 1053 | 2026-06-25T02:06:52.192Z | Downloaded sync-ptr v0.1.4 |
| 1054 | 2026-06-25T02:06:52.192Z | Downloaded structmeta v0.3.0 |
| 1055 | 2026-06-25T02:06:52.192Z | Downloaded slog-async v2.8.0 |
| 1056 | 2026-06-25T02:06:52.192Z | Downloaded slab v0.4.12 |
| 1057 | 2026-06-25T02:06:52.192Z | Downloaded pretty_assertions v1.4.1 |
| 1058 | 2026-06-25T02:06:52.192Z | Downloaded tabwriter v1.4.1 |
| 1059 | 2026-06-25T02:06:52.192Z | Downloaded termtree v0.5.1 |
| 1060 | 2026-06-25T02:06:52.192Z | Downloaded take_mut v0.2.2 |
| 1061 | 2026-06-25T02:06:52.192Z | Downloaded tagptr v0.2.0 |
| 1062 | 2026-06-25T02:06:52.192Z | Downloaded tabled_derive v0.11.0 |
| 1063 | 2026-06-25T02:06:52.192Z | Downloaded tap v1.0.1 |
| 1064 | 2026-06-25T02:06:52.192Z | Downloaded prettyplease v0.2.37 |
| 1065 | 2026-06-25T02:06:52.192Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1066 | 2026-06-25T02:06:52.193Z | Downloaded sqlformat v0.3.5 |
| 1067 | 2026-06-25T02:06:52.193Z | Downloaded smf v0.2.3 |
| 1068 | 2026-06-25T02:06:52.193Z | Downloaded hashbrown v0.16.1 |
| 1069 | 2026-06-25T02:06:52.193Z | Downloaded hashbrown v0.15.5 |
| 1070 | 2026-06-25T02:06:52.193Z | Downloaded subtle v2.6.1 |
| 1071 | 2026-06-25T02:06:52.193Z | Downloaded strsim v0.10.0 |
| 1072 | 2026-06-25T02:06:52.193Z | Downloaded stringprep v0.1.5 |
| 1073 | 2026-06-25T02:06:52.193Z | Downloaded static_assertions v1.1.0 |
| 1074 | 2026-06-25T02:06:52.193Z | Downloaded strum v0.27.2 |
| 1075 | 2026-06-25T02:06:52.193Z | Downloaded smallvec v0.6.14 |
| 1076 | 2026-06-25T02:06:52.193Z | Downloaded slog-dtrace v0.3.0 |
| 1077 | 2026-06-25T02:06:52.193Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1078 | 2026-06-25T02:06:52.193Z | Downloaded thread-id v5.1.0 |
| 1079 | 2026-06-25T02:06:52.193Z | Downloaded serde_with_macros v3.17.0 |
| 1080 | 2026-06-25T02:06:52.193Z | Downloaded time-core v0.1.8 |
| 1081 | 2026-06-25T02:06:52.193Z | Downloaded testing_table v0.3.0 |
| 1082 | 2026-06-25T02:06:52.193Z | Downloaded string_cache v0.8.9 |
| 1083 | 2026-06-25T02:06:52.193Z | Downloaded snafu-derive v0.8.9 |
| 1084 | 2026-06-25T02:06:52.193Z | Downloaded supports-color v3.0.2 |
| 1085 | 2026-06-25T02:06:52.193Z | Downloaded crossterm v0.29.0 |
| 1086 | 2026-06-25T02:06:52.193Z | Downloaded rayon-core v1.13.0 |
| 1087 | 2026-06-25T02:06:52.193Z | Downloaded tinyvec_macros v0.1.1 |
| 1088 | 2026-06-25T02:06:52.193Z | Downloaded rand v0.8.6 |
| 1089 | 2026-06-25T02:06:52.193Z | Downloaded tokio-macros v2.7.0 |
| 1090 | 2026-06-25T02:06:52.193Z | Downloaded strum_macros v0.24.3 |
| 1091 | 2026-06-25T02:06:52.193Z | Downloaded spki v0.7.3 |
| 1092 | 2026-06-25T02:06:52.195Z | Downloaded schemars v0.8.22 |
| 1093 | 2026-06-25T02:06:52.195Z | Downloaded tower-service v0.3.3 |
| 1094 | 2026-06-25T02:06:52.195Z | Downloaded tower-layer v0.3.3 |
| 1095 | 2026-06-25T02:06:52.195Z | Downloaded stacker v0.1.23 |
| 1096 | 2026-06-25T02:06:52.195Z | Downloaded similar v2.7.0 |
| 1097 | 2026-06-25T02:06:52.195Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1098 | 2026-06-25T02:06:52.196Z | Downloaded thread_local v1.1.9 |
| 1099 | 2026-06-25T02:06:52.196Z | Downloaded trait-variant v0.1.2 |
| 1100 | 2026-06-25T02:06:52.196Z | Downloaded strum_macros v0.26.4 |
| 1101 | 2026-06-25T02:06:52.196Z | Downloaded topological-sort v0.2.2 |
| 1102 | 2026-06-25T02:06:52.196Z | Downloaded try-lock v0.2.5 |
| 1103 | 2026-06-25T02:06:52.196Z | Downloaded russh-keys v0.45.0 |
| 1104 | 2026-06-25T02:06:52.196Z | Downloaded tiny-keccak v2.0.2 |
| 1105 | 2026-06-25T02:06:52.196Z | Downloaded termios v0.3.3 |
| 1106 | 2026-06-25T02:06:52.196Z | Downloaded mio v1.2.0 |
| 1107 | 2026-06-25T02:06:52.196Z | Downloaded publicsuffix v2.3.0 |
| 1108 | 2026-06-25T02:06:52.196Z | Downloaded nom v7.1.3 |
| 1109 | 2026-06-25T02:06:52.196Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1110 | 2026-06-25T02:06:52.196Z | Downloaded qorb v0.4.1 |
| 1111 | 2026-06-25T02:06:52.196Z | Downloaded schemars v0.9.0 |
| 1112 | 2026-06-25T02:06:52.196Z | Downloaded unit-prefix v0.5.2 |
| 1113 | 2026-06-25T02:06:52.196Z | Downloaded universal-hash v0.5.1 |
| 1114 | 2026-06-25T02:06:52.196Z | Downloaded support-bundle-viewer v0.1.2 |
| 1115 | 2026-06-25T02:06:52.196Z | Downloaded rsa v0.9.10 |
| 1116 | 2026-06-25T02:06:52.196Z | Downloaded futures-util v0.3.32 |
| 1117 | 2026-06-25T02:06:52.196Z | Downloaded ryu v1.0.23 |
| 1118 | 2026-06-25T02:06:52.199Z | Downloaded num-bigint-dig v0.8.6 |
| 1119 | 2026-06-25T02:06:52.199Z | Downloaded unicode-truncate v1.1.0 |
| 1120 | 2026-06-25T02:06:52.199Z | Downloaded utf-8 v0.7.6 |
| 1121 | 2026-06-25T02:06:52.199Z | Downloaded typify-macro v0.6.2 |
| 1122 | 2026-06-25T02:06:52.199Z | Downloaded usdt-macro v0.6.0 |
| 1123 | 2026-06-25T02:06:52.199Z | Downloaded untrusted v0.7.1 |
| 1124 | 2026-06-25T02:06:52.199Z | Downloaded usdt-attr-macro v0.6.0 |
| 1125 | 2026-06-25T02:06:52.199Z | Downloaded usdt v0.6.0 |
| 1126 | 2026-06-25T02:06:52.199Z | Downloaded unarray v0.1.4 |
| 1127 | 2026-06-25T02:06:52.199Z | Downloaded untrusted v0.9.0 |
| 1128 | 2026-06-25T02:06:52.199Z | Downloaded slog v2.8.2 |
| 1129 | 2026-06-25T02:06:52.199Z | Downloaded tokio-dtrace v0.1.1 |
| 1130 | 2026-06-25T02:06:52.199Z | Downloaded thiserror-no-std v2.0.2 |
| 1131 | 2026-06-25T02:06:52.199Z | Downloaded rand v0.9.2 |
| 1132 | 2026-06-25T02:06:52.199Z | Downloaded strum_macros v0.27.2 |
| 1133 | 2026-06-25T02:06:52.199Z | Downloaded tokio-tungstenite v0.21.0 |
| 1134 | 2026-06-25T02:06:52.199Z | Downloaded tls_codec_derive v0.4.2 |
| 1135 | 2026-06-25T02:06:52.199Z | Downloaded tokio-tungstenite v0.23.1 |
| 1136 | 2026-06-25T02:06:52.212Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1137 | 2026-06-25T02:06:52.212Z | Downloaded tokio-native-tls v0.3.1 |
| 1138 | 2026-06-25T02:06:52.212Z | Downloaded tls_codec v0.4.2 |
| 1139 | 2026-06-25T02:06:52.212Z | Downloaded quinn v0.11.9 |
| 1140 | 2026-06-25T02:06:52.212Z | Downloaded num-bigint v0.4.6 |
| 1141 | 2026-06-25T02:06:52.212Z | Downloaded itertools v0.13.0 |
| 1142 | 2026-06-25T02:06:52.212Z | Downloaded signal-hook v0.3.18 |
| 1143 | 2026-06-25T02:06:52.212Z | Downloaded term v1.2.1 |
| 1144 | 2026-06-25T02:06:52.212Z | Downloaded samael v0.0.19 |
| 1145 | 2026-06-25T02:06:52.212Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1146 | 2026-06-25T02:06:52.212Z | Downloaded rustls-webpki v0.103.9 |
| 1147 | 2026-06-25T02:06:52.213Z | Downloaded term v0.7.0 |
| 1148 | 2026-06-25T02:06:52.213Z | Downloaded void v1.0.2 |
| 1149 | 2026-06-25T02:06:52.213Z | Downloaded wait-timeout v0.2.1 |
| 1150 | 2026-06-25T02:06:52.213Z | Downloaded itertools v0.12.1 |
| 1151 | 2026-06-25T02:06:52.213Z | Downloaded schemars v1.2.1 |
| 1152 | 2026-06-25T02:06:52.213Z | Downloaded tui-tree-widget v0.23.1 |
| 1153 | 2026-06-25T02:06:52.213Z | Downloaded aws-lc-rs v1.16.3 |
| 1154 | 2026-06-25T02:06:52.213Z | Downloaded want v0.3.1 |
| 1155 | 2026-06-25T02:06:52.213Z | Downloaded waitgroup v0.1.2 |
| 1156 | 2026-06-25T02:06:52.213Z | Downloaded socket2 v0.6.3 |
| 1157 | 2026-06-25T02:06:52.213Z | Downloaded unicase v2.9.0 |
| 1158 | 2026-06-25T02:06:52.213Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1159 | 2026-06-25T02:06:52.213Z | Downloaded tokio-rustls v0.26.4 |
| 1160 | 2026-06-25T02:06:52.213Z | Downloaded tokio-rustls v0.24.1 |
| 1161 | 2026-06-25T02:06:52.213Z | Downloaded h2 v0.4.13 |
| 1162 | 2026-06-25T02:06:52.213Z | Downloaded xattr v1.6.1 |
| 1163 | 2026-06-25T02:06:52.213Z | Downloaded test-strategy v0.4.5 |
| 1164 | 2026-06-25T02:06:52.213Z | Downloaded xshell-macros v0.2.7 |
| 1165 | 2026-06-25T02:06:52.213Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1166 | 2026-06-25T02:06:52.213Z | Downloaded snafu v0.8.9 |
| 1167 | 2026-06-25T02:06:52.213Z | Downloaded spin v0.9.8 |
| 1168 | 2026-06-25T02:06:52.213Z | Downloaded p521 v0.13.3 |
| 1169 | 2026-06-25T02:06:52.213Z | Downloaded tokio-rustls v0.25.0 |
| 1170 | 2026-06-25T02:06:52.213Z | Downloaded uzers v0.12.2 |
| 1171 | 2026-06-25T02:06:52.213Z | Downloaded tokio-stream v0.1.18 |
| 1172 | 2026-06-25T02:06:52.213Z | Downloaded time-macros v0.2.27 |
| 1173 | 2026-06-25T02:06:52.213Z | Downloaded zone_cfg_derive v0.3.1 |
| 1174 | 2026-06-25T02:06:52.214Z | Downloaded zone v0.3.1 |
| 1175 | 2026-06-25T02:06:52.214Z | Downloaded zeroize_derive v1.4.3 |
| 1176 | 2026-06-25T02:06:52.214Z | Downloaded walkdir v2.5.0 |
| 1177 | 2026-06-25T02:06:52.214Z | Downloaded vergen-git2 v9.1.0 |
| 1178 | 2026-06-25T02:06:52.214Z | Downloaded itertools v0.14.0 |
| 1179 | 2026-06-25T02:06:52.214Z | Downloaded tracing-attributes v0.1.31 |
| 1180 | 2026-06-25T02:06:52.214Z | Downloaded vergen-lib v0.1.6 |
| 1181 | 2026-06-25T02:06:52.214Z | Downloaded vergen-gitcl v1.0.8 |
| 1182 | 2026-06-25T02:06:52.214Z | Downloaded tinyvec v1.10.0 |
| 1183 | 2026-06-25T02:06:52.214Z | Downloaded vergen-lib v9.1.0 |
| 1184 | 2026-06-25T02:06:52.214Z | Downloaded iri-string v0.7.10 |
| 1185 | 2026-06-25T02:06:52.214Z | Downloaded hyper v1.8.1 |
| 1186 | 2026-06-25T02:06:52.214Z | Downloaded usdt-impl v0.6.0 |
| 1187 | 2026-06-25T02:06:52.214Z | Downloaded vsss-rs v3.3.4 |
| 1188 | 2026-06-25T02:06:52.214Z | Downloaded subprocess v0.2.15 |
| 1189 | 2026-06-25T02:06:52.214Z | Downloaded xshell v0.2.7 |
| 1190 | 2026-06-25T02:06:52.214Z | Downloaded wyz v0.5.1 |
| 1191 | 2026-06-25T02:06:52.214Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1192 | 2026-06-25T02:06:52.215Z | Downloaded zeroize v1.8.2 |
| 1193 | 2026-06-25T02:06:52.215Z | Downloaded rand v0.10.0 |
| 1194 | 2026-06-25T02:06:52.215Z | Downloaded toml v0.7.8 |
| 1195 | 2026-06-25T02:06:52.215Z | Downloaded whoami v1.6.1 |
| 1196 | 2026-06-25T02:06:52.215Z | Downloaded blake3 v1.8.5 |
| 1197 | 2026-06-25T02:06:52.215Z | Downloaded whoami v2.1.0 |
| 1198 | 2026-06-25T02:06:52.215Z | Downloaded zstd v0.13.3 |
| 1199 | 2026-06-25T02:06:52.215Z | Downloaded zstd-safe v7.2.4 |
| 1200 | 2026-06-25T02:06:52.215Z | Downloaded tungstenite v0.23.0 |
| 1201 | 2026-06-25T02:06:52.215Z | Downloaded twox-hash v2.1.2 |
| 1202 | 2026-06-25T02:06:52.215Z | Downloaded tungstenite v0.21.0 |
| 1203 | 2026-06-25T02:06:52.215Z | Downloaded vergen v9.1.0 |
| 1204 | 2026-06-25T02:06:52.215Z | Downloaded bitvec v1.0.1 |
| 1205 | 2026-06-25T02:06:52.215Z | Downloaded reedline v0.40.0 |
| 1206 | 2026-06-25T02:06:52.215Z | Downloaded unicode-properties v0.1.4 |
| 1207 | 2026-06-25T02:06:52.215Z | Downloaded nom v8.0.0 |
| 1208 | 2026-06-25T02:06:52.215Z | Downloaded rpassword v7.4.0 |
| 1209 | 2026-06-25T02:06:52.215Z | Downloaded iddqd v0.4.2 |
| 1210 | 2026-06-25T02:06:52.215Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1211 | 2026-06-25T02:06:52.215Z | Downloaded unsafe-libyaml v0.2.11 |
| 1212 | 2026-06-25T02:06:52.215Z | Downloaded socket2 v0.5.10 |
| 1213 | 2026-06-25T02:06:52.215Z | Downloaded yasna v0.5.2 |
| 1214 | 2026-06-25T02:06:52.215Z | Downloaded russh v0.45.0 |
| 1215 | 2026-06-25T02:06:52.215Z | Downloaded typify v0.6.2 |
| 1216 | 2026-06-25T02:06:52.216Z | Downloaded tar v0.4.45 |
| 1217 | 2026-06-25T02:06:52.216Z | Downloaded serde_with v1.14.0 |
| 1218 | 2026-06-25T02:06:52.216Z | Downloaded zerocopy v0.6.6 |
| 1219 | 2026-06-25T02:06:52.216Z | Downloaded chrono v0.4.44 |
| 1220 | 2026-06-25T02:06:52.216Z | Downloaded uuid v1.23.0 |
| 1221 | 2026-06-25T02:06:52.216Z | Downloaded steno v0.4.1 |
| 1222 | 2026-06-25T02:06:52.216Z | Downloaded unicode-bidi v0.3.18 |
| 1223 | 2026-06-25T02:06:52.216Z | Downloaded hkdf v0.12.4 |
| 1224 | 2026-06-25T02:06:52.216Z | Downloaded bindgen v0.71.1 |
| 1225 | 2026-06-25T02:06:52.216Z | Downloaded libm v0.2.16 |
| 1226 | 2026-06-25T02:06:52.216Z | Downloaded bstr v1.12.1 |
| 1227 | 2026-06-25T02:06:52.216Z | Downloaded vte v0.14.1 |
| 1228 | 2026-06-25T02:06:52.216Z | Downloaded tracing-core v0.1.36 |
| 1229 | 2026-06-25T02:06:52.216Z | Downloaded ssh-key v0.6.7 |
| 1230 | 2026-06-25T02:06:52.216Z | Downloaded zopfli v0.8.3 |
| 1231 | 2026-06-25T02:06:52.216Z | Downloaded regex v1.12.3 |
| 1232 | 2026-06-25T02:06:52.216Z | Downloaded unicode_categories v0.1.1 |
| 1233 | 2026-06-25T02:06:52.216Z | Downloaded tokio-postgres v0.7.16 |
| 1234 | 2026-06-25T02:06:52.216Z | Downloaded rustyline v14.0.0 |
| 1235 | 2026-06-25T02:06:52.216Z | Downloaded portable-atomic v1.13.1 |
| 1236 | 2026-06-25T02:06:52.228Z | Downloaded reqwest v0.12.28 |
| 1237 | 2026-06-25T02:06:52.228Z | Downloaded lalrpop v0.19.12 |
| 1238 | 2026-06-25T02:06:52.228Z | Downloaded yansi v1.0.1 |
| 1239 | 2026-06-25T02:06:52.228Z | Downloaded goblin v0.10.5 |
| 1240 | 2026-06-25T02:06:52.228Z | Downloaded unicode-segmentation v1.12.0 |
| 1241 | 2026-06-25T02:06:52.228Z | Downloaded rayon v1.11.0 |
| 1242 | 2026-06-25T02:06:52.228Z | Downloaded tower v0.5.3 |
| 1243 | 2026-06-25T02:06:52.228Z | Downloaded zip v0.6.6 |
| 1244 | 2026-06-25T02:06:52.228Z | Downloaded git2 v0.20.4 |
| 1245 | 2026-06-25T02:06:52.228Z | Downloaded zerocopy-derive v0.8.40 |
| 1246 | 2026-06-25T02:06:52.228Z | Downloaded toml_edit v0.19.15 |
| 1247 | 2026-06-25T02:06:52.228Z | Downloaded salty v0.3.0 |
| 1248 | 2026-06-25T02:06:52.228Z | Downloaded reqwest v0.13.2 |
| 1249 | 2026-06-25T02:06:52.228Z | Downloaded moka v0.12.13 |
| 1250 | 2026-06-25T02:06:52.228Z | Downloaded rustls-webpki v0.101.7 |
| 1251 | 2026-06-25T02:06:52.229Z | Downloaded p384 v0.13.1 |
| 1252 | 2026-06-25T02:06:52.229Z | Downloaded tough v0.22.0 |
| 1253 | 2026-06-25T02:06:52.229Z | Downloaded rustls-webpki v0.102.8 |
| 1254 | 2026-06-25T02:06:52.229Z | Downloaded x509-cert v0.2.5 |
| 1255 | 2026-06-25T02:06:52.229Z | Downloaded tower-http v0.6.8 |
| 1256 | 2026-06-25T02:06:52.229Z | Downloaded typed-path v0.9.3 |
| 1257 | 2026-06-25T02:06:52.229Z | Downloaded petname v2.0.2 |
| 1258 | 2026-06-25T02:06:52.229Z | Downloaded serde_with v3.17.0 |
| 1259 | 2026-06-25T02:06:52.229Z | Downloaded quick-xml v0.37.5 |
| 1260 | 2026-06-25T02:06:52.229Z | Downloaded winnow v0.5.40 |
| 1261 | 2026-06-25T02:06:52.229Z | Downloaded winnow v0.6.26 |
| 1262 | 2026-06-25T02:06:52.230Z | Downloaded nix v0.27.1 |
| 1263 | 2026-06-25T02:06:52.230Z | Downloaded zip v4.6.1 |
| 1264 | 2026-06-25T02:06:52.230Z | Downloaded unicode-normalization v0.1.25 |
| 1265 | 2026-06-25T02:06:52.230Z | Downloaded nix v0.28.0 |
| 1266 | 2026-06-25T02:06:52.230Z | Downloaded openssl v0.10.79 |
| 1267 | 2026-06-25T02:06:52.230Z | Downloaded tokio-util v0.7.18 |
| 1268 | 2026-06-25T02:06:52.230Z | Downloaded time v0.3.47 |
| 1269 | 2026-06-25T02:06:52.245Z | Downloaded object v0.37.3 |
| 1270 | 2026-06-25T02:06:52.245Z | Downloaded proptest v1.10.0 |
| 1271 | 2026-06-25T02:06:52.245Z | Downloaded rustls v0.21.12 |
| 1272 | 2026-06-25T02:06:52.245Z | Downloaded vcpkg v0.2.15 |
| 1273 | 2026-06-25T02:06:52.245Z | Downloaded radix_trie v0.2.1 |
| 1274 | 2026-06-25T02:06:52.245Z | Downloaded object v0.30.4 |
| 1275 | 2026-06-25T02:06:52.245Z | Downloaded smoltcp v0.9.1 |
| 1276 | 2026-06-25T02:06:52.245Z | Downloaded regress v0.10.5 |
| 1277 | 2026-06-25T02:06:52.245Z | Downloaded rustls v0.22.4 |
| 1278 | 2026-06-25T02:06:52.245Z | Downloaded polar-core v0.27.3 |
| 1279 | 2026-06-25T02:06:52.245Z | Downloaded quinn-proto v0.11.13 |
| 1280 | 2026-06-25T02:06:52.245Z | Downloaded rustix v0.38.44 |
| 1281 | 2026-06-25T02:06:52.245Z | Downloaded regex-syntax v0.6.29 |
| 1282 | 2026-06-25T02:06:52.246Z | Downloaded tabled v0.20.0 |
| 1283 | 2026-06-25T02:06:52.246Z | Downloaded dropshot v0.17.0 |
| 1284 | 2026-06-25T02:06:52.246Z | Downloaded zlib-rs v0.6.2 |
| 1285 | 2026-06-25T02:06:52.246Z | Downloaded nix v0.31.2 |
| 1286 | 2026-06-25T02:06:52.246Z | Downloaded webpki-roots v1.0.6 |
| 1287 | 2026-06-25T02:06:52.246Z | Downloaded hickory-proto v0.24.4 |
| 1288 | 2026-06-25T02:06:52.246Z | Downloaded tracing v0.1.44 |
| 1289 | 2026-06-25T02:06:52.246Z | Downloaded ratatui v0.29.0 |
| 1290 | 2026-06-25T02:06:52.246Z | Downloaded openapiv3 v2.2.0 |
| 1291 | 2026-06-25T02:06:52.246Z | Downloaded regex-syntax v0.8.10 |
| 1292 | 2026-06-25T02:06:52.246Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1293 | 2026-06-25T02:06:52.246Z | Downloaded regex-automata v0.4.14 |
| 1294 | 2026-06-25T02:06:52.246Z | Downloaded zerocopy-derive v0.6.6 |
| 1295 | 2026-06-25T02:06:52.246Z | Downloaded zerocopy v0.8.40 |
| 1296 | 2026-06-25T02:06:52.247Z | Downloaded rustls v0.23.37 |
| 1297 | 2026-06-25T02:06:52.247Z | Downloaded petgraph v0.6.5 |
| 1298 | 2026-06-25T02:06:52.247Z | Downloaded hickory-proto v0.25.2 |
| 1299 | 2026-06-25T02:06:52.247Z | Downloaded diesel v2.3.7 |
| 1300 | 2026-06-25T02:06:52.247Z | Downloaded petgraph v0.8.3 |
| 1301 | 2026-06-25T02:06:52.247Z | Downloaded chrono-tz v0.10.4 |
| 1302 | 2026-06-25T02:06:52.247Z | Downloaded smoltcp v0.11.0 |
| 1303 | 2026-06-25T02:06:52.247Z | Downloaded regress v0.11.1 |
| 1304 | 2026-06-25T02:06:52.247Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1305 | 2026-06-25T02:06:52.247Z | Downloaded sqlparser v0.61.0 |
| 1306 | 2026-06-25T02:06:52.247Z | Downloaded sled v0.34.7 |
| 1307 | 2026-06-25T02:06:52.247Z | Downloaded typify-impl v0.6.2 |
| 1308 | 2026-06-25T02:06:52.247Z | Downloaded ring v0.17.14 |
| 1309 | 2026-06-25T02:06:52.247Z | Downloaded csv v1.4.0 |
| 1310 | 2026-06-25T02:06:52.247Z | Downloaded jiff v0.2.21 |
| 1311 | 2026-06-25T02:06:52.247Z | Downloaded libz-sys v1.1.24 |
| 1312 | 2026-06-25T02:06:52.247Z | Downloaded sha3 v0.10.8 |
| 1313 | 2026-06-25T02:06:52.247Z | Downloaded tokio v1.52.1 |
| 1314 | 2026-06-25T02:06:52.247Z | Downloaded encoding_rs v0.8.35 |
| 1315 | 2026-06-25T02:06:52.247Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1316 | 2026-06-25T02:06:52.561Z | Downloaded aws-lc-sys v0.40.0 |
| 1317 | 2026-06-25T02:06:52.812Z | Compiling libc v0.2.185 |
| 1318 | 2026-06-25T02:06:52.812Z | Compiling serde v1.0.228 |
| 1319 | 2026-06-25T02:06:52.817Z | Compiling log v0.4.29 |
| 1320 | 2026-06-25T02:06:52.817Z | Compiling shlex v1.3.0 |
| 1321 | 2026-06-25T02:06:52.953Z | Compiling find-msvc-tools v0.1.9 |
| 1322 | 2026-06-25T02:06:52.957Z | Compiling smallvec v1.15.1 |
| 1323 | 2026-06-25T02:06:52.964Z | Compiling syn v2.0.117 |
| 1324 | 2026-06-25T02:06:52.985Z | Compiling typenum v1.19.0 |
| 1325 | 2026-06-25T02:06:53.132Z | Compiling generic-array v0.14.7 |
| 1326 | 2026-06-25T02:06:53.143Z | Compiling subtle v2.6.1 |
| 1327 | 2026-06-25T02:06:53.168Z | Compiling scopeguard v1.2.0 |
| 1328 | 2026-06-25T02:06:53.212Z | Compiling const-oid v0.9.6 |
| 1329 | 2026-06-25T02:06:53.258Z | Compiling lock_api v0.4.14 |
| 1330 | 2026-06-25T02:06:53.268Z | Compiling serde_json v1.0.149 |
| 1331 | 2026-06-25T02:06:53.302Z | Compiling zerocopy v0.8.40 |
| 1332 | 2026-06-25T02:06:53.369Z | Compiling pin-project-lite v0.2.17 |
| 1333 | 2026-06-25T02:06:53.461Z | Compiling portable-atomic v1.13.1 |
| 1334 | 2026-06-25T02:06:53.502Z | Compiling parking_lot_core v0.9.12 |
| 1335 | 2026-06-25T02:06:53.741Z | Compiling pkg-config v0.3.32 |
| 1336 | 2026-06-25T02:06:53.762Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-06-25T02:06:53.823Z | Compiling jobserver v0.1.34 |
| 1338 | 2026-06-25T02:06:53.926Z | Compiling rand_core v0.6.4 |
| 1339 | 2026-06-25T02:06:53.935Z | Compiling errno v0.3.14 |
| 1340 | 2026-06-25T02:06:54.076Z | Compiling cc v1.2.56 |
| 1341 | 2026-06-25T02:06:54.198Z | Compiling signal-hook-registry v1.4.8 |
| 1342 | 2026-06-25T02:06:54.233Z | Compiling bitflags v2.11.0 |
| 1343 | 2026-06-25T02:06:54.331Z | Compiling libm v0.2.16 |
| 1344 | 2026-06-25T02:06:54.370Z | Compiling critical-section v1.2.0 |
| 1345 | 2026-06-25T02:06:54.481Z | Compiling futures-core v0.3.32 |
| 1346 | 2026-06-25T02:06:54.539Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-06-25T02:06:54.551Z | Compiling parking_lot v0.12.5 |
| 1348 | 2026-06-25T02:06:54.600Z | Compiling mio v1.2.0 |
| 1349 | 2026-06-25T02:06:54.623Z | Compiling num-traits v0.2.19 |
| 1350 | 2026-06-25T02:06:54.721Z | Compiling percent-encoding v2.3.2 |
| 1351 | 2026-06-25T02:06:54.761Z | Compiling socket2 v0.6.3 |
| 1352 | 2026-06-25T02:06:54.915Z | Compiling futures-sink v0.3.32 |
| 1353 | 2026-06-25T02:06:54.935Z | Compiling cpufeatures v0.2.17 |
| 1354 | 2026-06-25T02:06:54.984Z | Compiling futures-task v0.3.32 |
| 1355 | 2026-06-25T02:06:55.010Z | Compiling futures-channel v0.3.32 |
| 1356 | 2026-06-25T02:06:55.038Z | Compiling futures-io v0.3.32 |
| 1357 | 2026-06-25T02:06:55.082Z | Compiling getrandom v0.4.1 |
| 1358 | 2026-06-25T02:06:55.165Z | Compiling slab v0.4.12 |
| 1359 | 2026-06-25T02:06:55.189Z | Compiling rand_core v0.10.0 |
| 1360 | 2026-06-25T02:06:55.219Z | Compiling indexmap v2.14.0 |
| 1361 | 2026-06-25T02:06:55.251Z | Compiling getrandom v0.3.4 |
| 1362 | 2026-06-25T02:06:55.349Z | Compiling rustversion v1.0.22 |
| 1363 | 2026-06-25T02:06:55.364Z | Compiling cmake v0.1.57 |
| 1364 | 2026-06-25T02:06:55.825Z | Compiling form_urlencoded v1.2.2 |
| 1365 | 2026-06-25T02:06:55.831Z | Compiling dunce v1.0.5 |
| 1366 | 2026-06-25T02:06:55.832Z | Compiling fs_extra v1.3.0 |
| 1367 | 2026-06-25T02:06:55.896Z | Compiling synstructure v0.13.2 |
| 1368 | 2026-06-25T02:06:55.925Z | Compiling ident_case v1.0.1 |
| 1369 | 2026-06-25T02:06:55.983Z | Compiling base64ct v1.8.3 |
| 1370 | 2026-06-25T02:06:56.051Z | Compiling flagset v0.4.7 |
| 1371 | 2026-06-25T02:06:56.091Z | Compiling regex-syntax v0.8.10 |
| 1372 | 2026-06-25T02:06:56.115Z | Compiling aws-lc-sys v0.40.0 |
| 1373 | 2026-06-25T02:06:56.193Z | Compiling iana-time-zone v0.1.65 |
| 1374 | 2026-06-25T02:06:56.201Z | Compiling rustix v1.1.3 |
| 1375 | 2026-06-25T02:06:56.269Z | Compiling pem-rfc7468 v0.7.0 |
| 1376 | 2026-06-25T02:06:56.430Z | Compiling rand_core v0.9.5 |
| 1377 | 2026-06-25T02:06:56.498Z | Compiling ring v0.17.14 |
| 1378 | 2026-06-25T02:06:56.501Z | Compiling aws-lc-rs v1.16.3 |
| 1379 | 2026-06-25T02:06:56.586Z | Compiling vcpkg v0.2.15 |
| 1380 | 2026-06-25T02:06:56.692Z | Compiling uuid v1.23.0 |
| 1381 | 2026-06-25T02:06:56.796Z | Compiling rustc_version v0.4.1 |
| 1382 | 2026-06-25T02:06:57.136Z | Compiling tracing-core v0.1.36 |
| 1383 | 2026-06-25T02:06:57.346Z | Compiling openssl-sys v0.9.115 |
| 1384 | 2026-06-25T02:06:57.412Z | Compiling base64 v0.22.1 |
| 1385 | 2026-06-25T02:06:57.634Z | Compiling serde_derive v1.0.228 |
| 1386 | 2026-06-25T02:06:57.709Z | Compiling zeroize_derive v1.4.3 |
| 1387 | 2026-06-25T02:06:57.743Z | Compiling zerofrom-derive v0.1.6 |
| 1388 | 2026-06-25T02:06:57.869Z | Compiling yoke-derive v0.8.1 |
| 1389 | 2026-06-25T02:06:57.933Z | Compiling zerovec-derive v0.11.2 |
| 1390 | 2026-06-25T02:06:59.049Z | Compiling zeroize v1.8.2 |
| 1391 | 2026-06-25T02:06:59.066Z | Compiling zerocopy-derive v0.8.40 |
| 1392 | 2026-06-25T02:06:59.072Z | Compiling displaydoc v0.2.5 |
| 1393 | 2026-06-25T02:06:59.100Z | Compiling tokio-macros v2.7.0 |
| 1394 | 2026-06-25T02:06:59.165Z | Compiling crypto-common v0.1.7 |
| 1395 | 2026-06-25T02:06:59.183Z | Compiling zerofrom v0.1.6 |
| 1396 | 2026-06-25T02:06:59.312Z | Compiling block-buffer v0.10.4 |
| 1397 | 2026-06-25T02:06:59.344Z | Compiling yoke v0.8.1 |
| 1398 | 2026-06-25T02:06:59.485Z | Compiling digest v0.10.7 |
| 1399 | 2026-06-25T02:06:59.529Z | Compiling zerovec v0.11.5 |
| 1400 | 2026-06-25T02:06:59.737Z | Compiling futures-macro v0.3.32 |
| 1401 | 2026-06-25T02:06:59.854Z | Compiling zerotrie v0.2.3 |
| 1402 | 2026-06-25T02:06:59.879Z | Compiling hmac v0.12.1 |
| 1403 | 2026-06-25T02:07:00.038Z | Compiling tinystr v0.8.2 |
| 1404 | 2026-06-25T02:07:00.043Z | Compiling potential_utf v0.1.4 |
| 1405 | 2026-06-25T02:07:00.155Z | Compiling block-padding v0.3.3 |
| 1406 | 2026-06-25T02:07:00.217Z | Compiling icu_locale_core v2.1.1 |
| 1407 | 2026-06-25T02:07:00.240Z | Compiling icu_collections v2.1.1 |
| 1408 | 2026-06-25T02:07:00.309Z | Compiling inout v0.1.4 |
| 1409 | 2026-06-25T02:07:00.483Z | Compiling cipher v0.4.4 |
| 1410 | 2026-06-25T02:07:00.542Z | Compiling futures-util v0.3.32 |
| 1411 | 2026-06-25T02:07:00.745Z | Compiling sha2 v0.10.9 |
| 1412 | 2026-06-25T02:07:00.782Z | Compiling der_derive v0.7.3 |
| 1413 | 2026-06-25T02:07:01.118Z | Compiling icu_provider v2.1.1 |
| 1414 | 2026-06-25T02:07:01.176Z | Compiling bytes v1.11.1 |
| 1415 | 2026-06-25T02:07:01.240Z | Compiling chrono v0.4.44 |
| 1416 | 2026-06-25T02:07:01.376Z | Compiling icu_normalizer v2.1.1 |
| 1417 | 2026-06-25T02:07:01.702Z | Compiling tokio v1.52.1 |
| 1418 | 2026-06-25T02:07:01.822Z | Compiling icu_properties v2.1.2 |
| 1419 | 2026-06-25T02:07:01.948Z | Compiling der v0.7.10 |
| 1420 | 2026-06-25T02:07:02.122Z | Compiling http v1.4.0 |
| 1421 | 2026-06-25T02:07:02.578Z | Compiling salsa20 v0.10.2 |
| 1422 | 2026-06-25T02:07:02.727Z | Compiling idna_adapter v1.2.1 |
| 1423 | 2026-06-25T02:07:02.844Z | Compiling ppv-lite86 v0.2.21 |
| 1424 | 2026-06-25T02:07:02.857Z | Compiling idna v1.1.0 |
| 1425 | 2026-06-25T02:07:02.874Z | Compiling spki v0.7.3 |
| 1426 | 2026-06-25T02:07:02.993Z | Compiling pbkdf2 v0.12.2 |
| 1427 | 2026-06-25T02:07:03.008Z | Compiling rustls-pki-types v1.14.0 |
| 1428 | 2026-06-25T02:07:03.069Z | Compiling thiserror-impl v2.0.18 |
| 1429 | 2026-06-25T02:07:03.106Z | Compiling tracing-attributes v0.1.31 |
| 1430 | 2026-06-25T02:07:03.111Z | Compiling scrypt v0.11.0 |
| 1431 | 2026-06-25T02:07:03.153Z | Compiling url v2.5.8 |
| 1432 | 2026-06-25T02:07:03.360Z | Compiling rand_chacha v0.9.0 |
| 1433 | 2026-06-25T02:07:03.449Z | Compiling http-body v1.0.1 |
| 1434 | 2026-06-25T02:07:03.490Z | Compiling cbc v0.1.2 |
| 1435 | 2026-06-25T02:07:03.599Z | Compiling aes v0.8.4 |
| 1436 | 2026-06-25T02:07:03.698Z | Compiling openssl-probe v0.2.1 |
| 1437 | 2026-06-25T02:07:03.875Z | Compiling httparse v1.10.1 |
| 1438 | 2026-06-25T02:07:03.950Z | Compiling tinyvec_macros v0.1.1 |
| 1439 | 2026-06-25T02:07:04.017Z | Compiling untrusted v0.9.0 |
| 1440 | 2026-06-25T02:07:04.054Z | Compiling untrusted v0.7.1 |
| 1441 | 2026-06-25T02:07:04.161Z | Compiling tinyvec v1.10.0 |
| 1442 | 2026-06-25T02:07:04.285Z | Compiling pkcs5 v0.7.1 |
| 1443 | 2026-06-25T02:07:04.369Z | Compiling thiserror v2.0.18 |
| 1444 | 2026-06-25T02:07:04.444Z | Compiling tracing v0.1.44 |
| 1445 | 2026-06-25T02:07:04.475Z | Compiling pest_generator v2.8.6 |
| 1446 | 2026-06-25T02:07:04.539Z | Compiling rand v0.9.2 |
| 1447 | 2026-06-25T02:07:04.675Z | Compiling serde_derive_internals v0.29.1 |
| 1448 | 2026-06-25T02:07:04.714Z | Compiling aho-corasick v1.1.4 |
| 1449 | 2026-06-25T02:07:04.771Z | Compiling rustls v0.23.37 |
| 1450 | 2026-06-25T02:07:04.963Z | Compiling tower-service v0.3.3 |
| 1451 | 2026-06-25T02:07:05.045Z | Compiling dyn-clone v1.0.20 |
| 1452 | 2026-06-25T02:07:05.175Z | Compiling tower-layer v0.3.3 |
| 1453 | 2026-06-25T02:07:05.190Z | Compiling atomic-waker v1.1.2 |
| 1454 | 2026-06-25T02:07:05.316Z | Compiling schemars v0.8.22 |
| 1455 | 2026-06-25T02:07:05.337Z | Compiling try-lock v0.2.5 |
| 1456 | 2026-06-25T02:07:05.352Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-06-25T02:07:05.444Z | Compiling want v0.3.1 |
| 1458 | 2026-06-25T02:07:05.512Z | Compiling tokio-util v0.7.18 |
| 1459 | 2026-06-25T02:07:05.558Z | Compiling schemars_derive v0.8.22 |
| 1460 | 2026-06-25T02:07:05.608Z | Compiling regex-automata v0.4.14 |
| 1461 | 2026-06-25T02:07:05.793Z | Compiling pkcs8 v0.10.2 |
| 1462 | 2026-06-25T02:07:06.095Z | Compiling ipnet v2.11.0 |
| 1463 | 2026-06-25T02:07:06.231Z | Compiling h2 v0.4.13 |
| 1464 | 2026-06-25T02:07:06.383Z | Compiling scroll_derive v0.13.1 |
| 1465 | 2026-06-25T02:07:06.517Z | Compiling darling_core v0.20.11 |
| 1466 | 2026-06-25T02:07:06.581Z | Compiling httpdate v1.0.3 |
| 1467 | 2026-06-25T02:07:08.780Z | Compiling foreign-types-shared v0.1.1 |
| 1468 | 2026-06-25T02:07:08.802Z | Compiling pin-utils v0.1.0 |
| 1469 | 2026-06-25T02:07:08.802Z | Compiling openssl v0.10.79 |
| 1470 | 2026-06-25T02:07:08.802Z | Compiling foreign-types v0.3.2 |
| 1471 | 2026-06-25T02:07:08.802Z | Compiling tempfile v3.25.0 |
| 1472 | 2026-06-25T02:07:08.802Z | Compiling scroll v0.13.0 |
| 1473 | 2026-06-25T02:07:08.802Z | Compiling unicode-normalization v0.1.25 |
| 1474 | 2026-06-25T02:07:08.803Z | Compiling openssl-macros v0.1.1 |
| 1475 | 2026-06-25T02:07:08.803Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1476 | 2026-06-25T02:07:08.803Z | Compiling socket2 v0.5.10 |
| 1477 | 2026-06-25T02:07:08.803Z | Compiling spin v0.9.8 |
| 1478 | 2026-06-25T02:07:08.803Z | Compiling native-tls v0.2.18 |
| 1479 | 2026-06-25T02:07:08.803Z | Compiling powerfmt v0.2.0 |
| 1480 | 2026-06-25T02:07:08.803Z | Compiling time-core v0.1.8 |
| 1481 | 2026-06-25T02:07:08.803Z | Compiling crc32fast v1.5.0 |
| 1482 | 2026-06-25T02:07:08.803Z | Compiling num-conv v0.2.0 |
| 1483 | 2026-06-25T02:07:08.803Z | Compiling deranged v0.5.8 |
| 1484 | 2026-06-25T02:07:08.804Z | Compiling time-macros v0.2.27 |
| 1485 | 2026-06-25T02:07:08.804Z | Compiling darling_macro v0.20.11 |
| 1486 | 2026-06-25T02:07:09.270Z | Compiling hyper v1.8.1 |
| 1487 | 2026-06-25T02:07:09.365Z | Compiling darling v0.20.11 |
| 1488 | 2026-06-25T02:07:09.447Z | Compiling goblin v0.10.5 |
| 1489 | 2026-06-25T02:07:09.541Z | Compiling rustls-native-certs v0.8.3 |
| 1490 | 2026-06-25T02:07:09.656Z | Compiling sync_wrapper v1.0.2 |
| 1491 | 2026-06-25T02:07:09.766Z | Compiling wait-timeout v0.2.1 |
| 1492 | 2026-06-25T02:07:09.831Z | Compiling unicode-segmentation v1.12.0 |
| 1493 | 2026-06-25T02:07:10.035Z | Compiling bit-vec v0.8.0 |
| 1494 | 2026-06-25T02:07:10.213Z | Compiling quick-error v1.2.3 |
| 1495 | 2026-06-25T02:07:10.219Z | Compiling crossbeam-utils v0.8.21 |
| 1496 | 2026-06-25T02:07:10.265Z | Compiling siphasher v1.0.2 |
| 1497 | 2026-06-25T02:07:10.320Z | Compiling hyper-util v0.1.20 |
| 1498 | 2026-06-25T02:07:10.453Z | Compiling num_threads v0.1.7 |
| 1499 | 2026-06-25T02:07:10.509Z | Compiling simd-adler32 v0.3.8 |
| 1500 | 2026-06-25T02:07:10.558Z | Compiling usdt-impl v0.6.0 |
| 1501 | 2026-06-25T02:07:10.754Z | Compiling syn v1.0.109 |
| 1502 | 2026-06-25T02:07:10.827Z | Compiling time v0.3.47 |
| 1503 | 2026-06-25T02:07:11.099Z | Compiling rusty-fork v0.3.1 |
| 1504 | 2026-06-25T02:07:11.130Z | Compiling bit-set v0.8.0 |
| 1505 | 2026-06-25T02:07:11.293Z | Compiling tower v0.5.3 |
| 1506 | 2026-06-25T02:07:11.414Z | Compiling derive_builder_core v0.20.2 |
| 1507 | 2026-06-25T02:07:11.732Z | Compiling dtrace-parser v0.3.0 |
| 1508 | 2026-06-25T02:07:11.768Z | Compiling http-body-util v0.1.3 |
| 1509 | 2026-06-25T02:07:12.013Z | Compiling webpki-roots v1.0.6 |
| 1510 | 2026-06-25T02:07:12.058Z | Compiling signature v2.2.0 |
| 1511 | 2026-06-25T02:07:12.135Z | Compiling dof v0.4.0 |
| 1512 | 2026-06-25T02:07:12.237Z | Compiling thiserror-impl v1.0.69 |
| 1513 | 2026-06-25T02:07:12.273Z | Compiling scroll_derive v0.12.1 |
| 1514 | 2026-06-25T02:07:12.389Z | Compiling heapless v0.7.17 |
| 1515 | 2026-06-25T02:07:12.456Z | Compiling rand_xorshift v0.4.0 |
| 1516 | 2026-06-25T02:07:12.638Z | Compiling slog v2.8.2 |
| 1517 | 2026-06-25T02:07:12.655Z | Compiling darling_core v0.21.3 |
| 1518 | 2026-06-25T02:07:12.824Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-06-25T02:07:12.940Z | Compiling thread-id v5.1.0 |
| 1520 | 2026-06-25T02:07:13.038Z | Compiling cookie v0.18.1 |
| 1521 | 2026-06-25T02:07:13.098Z | Compiling adler2 v2.0.1 |
| 1522 | 2026-06-25T02:07:13.285Z | Compiling allocator-api2 v0.2.21 |
| 1523 | 2026-06-25T02:07:13.422Z | Compiling unarray v0.1.4 |
| 1524 | 2026-06-25T02:07:13.433Z | Compiling paste v1.0.15 |
| 1525 | 2026-06-25T02:07:13.433Z | Compiling ryu v1.0.23 |
| 1526 | 2026-06-25T02:07:13.572Z | Compiling anyhow v1.0.102 |
| 1527 | 2026-06-25T02:07:13.620Z | Compiling unicode-bidi v0.3.18 |
| 1528 | 2026-06-25T02:07:13.620Z | Compiling zstd-safe v7.2.4 |
| 1529 | 2026-06-25T02:07:13.624Z | Compiling signal-hook v0.3.18 |
| 1530 | 2026-06-25T02:07:13.662Z | Compiling unicode-properties v0.1.4 |
| 1531 | 2026-06-25T02:07:13.798Z | Compiling iri-string v0.7.10 |
| 1532 | 2026-06-25T02:07:13.802Z | Compiling thiserror v1.0.69 |
| 1533 | 2026-06-25T02:07:13.865Z | Compiling stringprep v0.1.5 |
| 1534 | 2026-06-25T02:07:13.890Z | Compiling serde_urlencoded v0.7.1 |
| 1535 | 2026-06-25T02:07:13.982Z | Compiling proptest v1.10.0 |
| 1536 | 2026-06-25T02:07:14.082Z | Compiling miniz_oxide v0.8.9 |
| 1537 | 2026-06-25T02:07:14.731Z | Compiling scroll v0.12.0 |
| 1538 | 2026-06-25T02:07:14.911Z | Compiling tower-http v0.6.8 |
| 1539 | 2026-06-25T02:07:15.063Z | Compiling derive_builder_macro v0.20.2 |
| 1540 | 2026-06-25T02:07:15.196Z | Compiling darling_macro v0.21.3 |
| 1541 | 2026-06-25T02:07:15.366Z | Compiling tokio-native-tls v0.3.1 |
| 1542 | 2026-06-25T02:07:15.485Z | Compiling heck v0.4.1 |
| 1543 | 2026-06-25T02:07:15.521Z | Compiling ipnetwork v0.21.1 |
| 1544 | 2026-06-25T02:07:15.543Z | Compiling bstr v1.12.1 |
| 1545 | 2026-06-25T02:07:15.574Z | Compiling rand_chacha v0.3.1 |
| 1546 | 2026-06-25T02:07:15.655Z | Compiling serde_spanned v0.6.9 |
| 1547 | 2026-06-25T02:07:15.705Z | Compiling serde_tokenstream v0.2.3 |
| 1548 | 2026-06-25T02:07:15.799Z | Compiling toml_datetime v0.6.11 |
| 1549 | 2026-06-25T02:07:15.908Z | Compiling erased-serde v0.3.31 |
| 1550 | 2026-06-25T02:07:16.019Z | Compiling md-5 v0.10.6 |
| 1551 | 2026-06-25T02:07:16.063Z | Compiling zerocopy-derive v0.7.35 |
| 1552 | 2026-06-25T02:07:16.176Z | Compiling async-trait v0.1.89 |
| 1553 | 2026-06-25T02:07:16.190Z | Compiling pin-project-internal v1.1.11 |
| 1554 | 2026-06-25T02:07:16.361Z | Compiling curve25519-dalek v4.1.3 |
| 1555 | 2026-06-25T02:07:16.391Z | Compiling vergen-lib v9.1.0 |
| 1556 | 2026-06-25T02:07:16.569Z | Compiling num-integer v0.1.46 |
| 1557 | 2026-06-25T02:07:16.688Z | Compiling hash32 v0.2.1 |
| 1558 | 2026-06-25T02:07:16.883Z | Compiling ff v0.13.1 |
| 1559 | 2026-06-25T02:07:16.896Z | Compiling memoffset v0.9.1 |
| 1560 | 2026-06-25T02:07:16.917Z | Compiling encoding_rs v0.8.35 |
| 1561 | 2026-06-25T02:07:17.020Z | Compiling ref-cast v1.0.25 |
| 1562 | 2026-06-25T02:07:17.088Z | Compiling psl-types v2.0.11 |
| 1563 | 2026-06-25T02:07:17.188Z | Compiling rustix v0.38.44 |
| 1564 | 2026-06-25T02:07:17.213Z | Compiling zlib-rs v0.6.2 |
| 1565 | 2026-06-25T02:07:17.295Z | Compiling smoltcp v0.9.1 |
| 1566 | 2026-06-25T02:07:17.322Z | Compiling litrs v1.0.0 |
| 1567 | 2026-06-25T02:07:17.528Z | Compiling num-bigint-dig v0.8.6 |
| 1568 | 2026-06-25T02:07:17.627Z | Compiling fallible-iterator v0.2.0 |
| 1569 | 2026-06-25T02:07:17.716Z | Compiling base16ct v0.2.0 |
| 1570 | 2026-06-25T02:07:17.822Z | Compiling cfg_aliases v0.2.1 |
| 1571 | 2026-06-25T02:07:17.895Z | Compiling mime v0.3.17 |
| 1572 | 2026-06-25T02:07:17.895Z | Compiling nix v0.31.2 |
| 1573 | 2026-06-25T02:07:17.947Z | Compiling postgres-protocol v0.6.10 |
| 1574 | 2026-06-25T02:07:18.151Z | Compiling sec1 v0.7.3 |
| 1575 | 2026-06-25T02:07:18.264Z | Compiling document-features v0.2.12 |
| 1576 | 2026-06-25T02:07:18.493Z | Compiling pin-project v1.1.11 |
| 1577 | 2026-06-25T02:07:18.506Z | Compiling publicsuffix v2.3.0 |
| 1578 | 2026-06-25T02:07:18.587Z | Compiling group v0.13.0 |
| 1579 | 2026-06-25T02:07:18.611Z | Compiling zerocopy v0.7.35 |
| 1580 | 2026-06-25T02:07:18.763Z | Compiling num-iter v0.1.45 |
| 1581 | 2026-06-25T02:07:18.900Z | Compiling newtype-uuid v1.3.2 |
| 1582 | 2026-06-25T02:07:18.996Z | Compiling hubpack_derive v0.1.1 |
| 1583 | 2026-06-25T02:07:19.127Z | Compiling rand v0.8.6 |
| 1584 | 2026-06-25T02:07:19.141Z | Compiling oxnet v0.1.6 |
| 1585 | 2026-06-25T02:07:19.254Z | Compiling snafu-derive v0.8.9 |
| 1586 | 2026-06-25T02:07:19.343Z | Compiling darling v0.21.3 |
| 1587 | 2026-06-25T02:07:19.428Z | Compiling derive_builder v0.20.2 |
| 1588 | 2026-06-25T02:07:19.555Z | Compiling hyper-tls v0.6.0 |
| 1589 | 2026-06-25T02:07:19.697Z | Compiling goblin v0.8.2 |
| 1590 | 2026-06-25T02:07:20.267Z | Compiling flate2 v1.1.9 |
| 1591 | 2026-06-25T02:07:20.443Z | Compiling phf_shared v0.13.1 |
| 1592 | 2026-06-25T02:07:20.527Z | Compiling lazy_static v1.5.0 |
| 1593 | 2026-06-25T02:07:20.541Z | Compiling regex v1.12.3 |
| 1594 | 2026-06-25T02:07:20.621Z | Compiling anstyle-parse v0.2.7 |
| 1595 | 2026-06-25T02:07:20.681Z | Compiling strum_macros v0.27.2 |
| 1596 | 2026-06-25T02:07:20.694Z | Compiling futures-executor v0.3.32 |
| 1597 | 2026-06-25T02:07:20.801Z | Compiling hex v0.4.3 |
| 1598 | 2026-06-25T02:07:20.946Z | Compiling hkdf v0.12.4 |
| 1599 | 2026-06-25T02:07:20.962Z | Compiling crypto-bigint v0.5.5 |
| 1600 | 2026-06-25T02:07:21.070Z | Compiling terminal_size v0.4.3 |
| 1601 | 2026-06-25T02:07:21.109Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1602 | 2026-06-25T02:07:21.163Z | Compiling ref-cast-impl v1.0.25 |
| 1603 | 2026-06-25T02:07:21.209Z | Compiling daft-derive v0.1.7 |
| 1604 | 2026-06-25T02:07:21.707Z | Compiling vergen v9.1.0 |
| 1605 | 2026-06-25T02:07:21.752Z | Compiling fs-err v3.3.0 |
| 1606 | 2026-06-25T02:07:21.888Z | Compiling cargo-platform v0.3.2 |
| 1607 | 2026-06-25T02:07:21.936Z | Compiling ahash v0.8.12 |
| 1608 | 2026-06-25T02:07:21.940Z | Compiling foldhash v0.1.5 |
| 1609 | 2026-06-25T02:07:22.117Z | Compiling object v0.37.3 |
| 1610 | 2026-06-25T02:07:22.141Z | Compiling same-file v1.0.6 |
| 1611 | 2026-06-25T02:07:22.158Z | Compiling bumpalo v3.20.2 |
| 1612 | 2026-06-25T02:07:22.307Z | Compiling winnow v0.5.40 |
| 1613 | 2026-06-25T02:07:22.385Z | Compiling foldhash v0.2.0 |
| 1614 | 2026-06-25T02:07:22.411Z | Compiling libbz2-rs-sys v0.2.2 |
| 1615 | 2026-06-25T02:07:22.612Z | Compiling bitflags v1.3.2 |
| 1616 | 2026-06-25T02:07:22.626Z | Compiling managed v0.8.0 |
| 1617 | 2026-06-25T02:07:22.688Z | Compiling strum v0.27.2 |
| 1618 | 2026-06-25T02:07:22.820Z | Compiling bzip2 v0.6.1 |
| 1619 | 2026-06-25T02:07:23.029Z | Compiling clap_builder v4.6.0 |
| 1620 | 2026-06-25T02:07:23.044Z | Compiling hashbrown v0.16.1 |
| 1621 | 2026-06-25T02:07:23.139Z | Compiling zopfli v0.8.3 |
| 1622 | 2026-06-25T02:07:23.167Z | Compiling walkdir v2.5.0 |
| 1623 | 2026-06-25T02:07:23.522Z | Compiling hashbrown v0.15.5 |
| 1624 | 2026-06-25T02:07:23.616Z | Compiling toml_edit v0.19.15 |
| 1625 | 2026-06-25T02:07:23.632Z | Compiling cargo_metadata v0.23.1 |
| 1626 | 2026-06-25T02:07:23.739Z | Compiling daft v0.1.7 |
| 1627 | 2026-06-25T02:07:23.892Z | Compiling elliptic-curve v0.13.8 |
| 1628 | 2026-06-25T02:07:24.012Z | Compiling dof v0.3.0 |
| 1629 | 2026-06-25T02:07:24.446Z | Compiling snafu v0.8.9 |
| 1630 | 2026-06-25T02:07:24.756Z | Compiling futures v0.3.32 |
| 1631 | 2026-06-25T02:07:24.802Z | Compiling anstream v0.6.21 |
| 1632 | 2026-06-25T02:07:24.837Z | Compiling phf v0.13.1 |
| 1633 | 2026-06-25T02:07:25.008Z | Compiling signal-hook-mio v0.2.5 |
| 1634 | 2026-06-25T02:07:25.034Z | Compiling cookie_store v0.22.1 |
| 1635 | 2026-06-25T02:07:25.122Z | Compiling bzip2 v0.4.4 |
| 1636 | 2026-06-25T02:07:25.329Z | Compiling zstd v0.13.3 |
| 1637 | 2026-06-25T02:07:25.465Z | Compiling hubpack v0.1.2 |
| 1638 | 2026-06-25T02:07:25.590Z | Compiling serde_with_macros v3.17.0 |
| 1639 | 2026-06-25T02:07:25.767Z | Compiling postgres-types v0.2.12 |
| 1640 | 2026-06-25T02:07:26.123Z | Compiling usdt-attr-macro v0.6.0 |
| 1641 | 2026-06-25T02:07:26.258Z | Compiling usdt-macro v0.6.0 |
| 1642 | 2026-06-25T02:07:26.315Z | Compiling globset v0.4.18 |
| 1643 | 2026-06-25T02:07:26.709Z | Compiling dtrace-parser v0.2.0 |
| 1644 | 2026-06-25T02:07:26.780Z | Compiling ed25519 v2.2.3 |
| 1645 | 2026-06-25T02:07:26.914Z | Compiling phf_shared v0.11.3 |
| 1646 | 2026-06-25T02:07:26.989Z | Compiling olpc-cjson v0.1.4 |
| 1647 | 2026-06-25T02:07:26.993Z | Compiling pkcs1 v0.7.5 |
| 1648 | 2026-06-25T02:07:27.097Z | Compiling clap_derive v4.6.1 |
| 1649 | 2026-06-25T02:07:27.111Z | Compiling strum_macros v0.26.4 |
| 1650 | 2026-06-25T02:07:27.149Z | Compiling enum-as-inner v0.6.1 |
| 1651 | 2026-06-25T02:07:27.398Z | Compiling serde_plain v1.0.2 |
| 1652 | 2026-06-25T02:07:27.447Z | Compiling serde-big-array v0.5.1 |
| 1653 | 2026-06-25T02:07:27.594Z | Compiling rfc6979 v0.4.0 |
| 1654 | 2026-06-25T02:07:27.594Z | Compiling pem v3.0.6 |
| 1655 | 2026-06-25T02:07:27.651Z | Compiling async-recursion v1.1.1 |
| 1656 | 2026-06-25T02:07:27.692Z | Compiling serde_repr v0.1.20 |
| 1657 | 2026-06-25T02:07:27.726Z | Compiling float-cmp v0.10.0 |
| 1658 | 2026-06-25T02:07:27.877Z | Compiling thread-id v4.2.2 |
| 1659 | 2026-06-25T02:07:27.929Z | Compiling memmap2 v0.9.10 |
| 1660 | 2026-06-25T02:07:27.962Z | Compiling env_filter v1.0.0 |
| 1661 | 2026-06-25T02:07:28.140Z | Compiling jiff v0.2.21 |
| 1662 | 2026-06-25T02:07:28.221Z | Compiling static_assertions v1.1.0 |
| 1663 | 2026-06-25T02:07:28.258Z | Compiling precomputed-hash v0.1.1 |
| 1664 | 2026-06-25T02:07:28.293Z | Compiling either v1.15.0 |
| 1665 | 2026-06-25T02:07:28.307Z | Compiling normalize-line-endings v0.3.0 |
| 1666 | 2026-06-25T02:07:28.345Z | Compiling fixedbitset v0.4.2 |
| 1667 | 2026-06-25T02:07:28.401Z | Compiling whoami v2.1.0 |
| 1668 | 2026-06-25T02:07:28.505Z | Compiling predicates-core v1.0.10 |
| 1669 | 2026-06-25T02:07:28.552Z | Compiling typed-path v0.9.3 |
| 1670 | 2026-06-25T02:07:28.675Z | Compiling fixedbitset v0.5.7 |
| 1671 | 2026-06-25T02:07:28.774Z | Compiling new_debug_unreachable v1.0.6 |
| 1672 | 2026-06-25T02:07:28.847Z | Compiling data-encoding v2.10.0 |
| 1673 | 2026-06-25T02:07:28.861Z | Compiling keccak v0.1.6 |
| 1674 | 2026-06-25T02:07:28.881Z | Compiling difflib v0.4.0 |
| 1675 | 2026-06-25T02:07:28.976Z | Compiling toml_edit v0.22.27 |
| 1676 | 2026-06-25T02:07:29.482Z | Compiling hickory-proto v0.25.2 |
| 1677 | 2026-06-25T02:07:29.583Z | Compiling predicates v3.1.4 |
| 1678 | 2026-06-25T02:07:29.657Z | Compiling sha3 v0.10.8 |
| 1679 | 2026-06-25T02:07:29.815Z | Compiling clap v4.6.1 |
| 1680 | 2026-06-25T02:07:29.901Z | Compiling petgraph v0.8.3 |
| 1681 | 2026-06-25T02:07:30.116Z | Compiling strum v0.26.3 |
| 1682 | 2026-06-25T02:07:30.246Z | Compiling string_cache v0.8.9 |
| 1683 | 2026-06-25T02:07:30.250Z | Compiling tokio-postgres v0.7.16 |
| 1684 | 2026-06-25T02:07:30.484Z | Compiling petgraph v0.6.5 |
| 1685 | 2026-06-25T02:07:30.671Z | Compiling itertools v0.13.0 |
| 1686 | 2026-06-25T02:07:31.752Z | Compiling zip v4.6.1 |
| 1687 | 2026-06-25T02:07:31.854Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1688 | 2026-06-25T02:07:31.908Z | Compiling env_logger v0.11.9 |
| 1689 | 2026-06-25T02:07:31.954Z | Compiling usdt v0.6.0 |
| 1690 | 2026-06-25T02:07:32.218Z | Compiling usdt-impl v0.5.0 |
| 1691 | 2026-06-25T02:07:32.262Z | Compiling ecdsa v0.16.9 |
| 1692 | 2026-06-25T02:07:32.365Z | Compiling rsa v0.9.10 |
| 1693 | 2026-06-25T02:07:32.497Z | Compiling ed25519-dalek v2.2.0 |
| 1694 | 2026-06-25T02:07:32.661Z | Compiling serde_with v3.17.0 |
| 1695 | 2026-06-25T02:07:32.729Z | Compiling crossterm v0.28.1 |
| 1696 | 2026-06-25T02:07:33.561Z | Compiling zip v0.6.6 |
| 1697 | 2026-06-25T02:07:34.021Z | Compiling toml v0.7.8 |
| 1698 | 2026-06-25T02:07:34.134Z | Compiling iddqd v0.4.2 |
| 1699 | 2026-06-25T02:07:34.529Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1700 | 2026-06-25T02:07:34.583Z | Compiling similar v2.7.0 |
| 1701 | 2026-06-25T02:07:34.664Z | Compiling crossbeam-epoch v0.9.18 |
| 1702 | 2026-06-25T02:07:34.735Z | Compiling tokio-stream v0.1.18 |
| 1703 | 2026-06-25T02:07:34.994Z | Compiling buf-list v1.1.2 |
| 1704 | 2026-06-25T02:07:35.261Z | Compiling x509-cert v0.2.5 |
| 1705 | 2026-06-25T02:07:35.272Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1706 | 2026-06-25T02:07:35.329Z | Compiling openapiv3 v2.2.0 |
| 1707 | 2026-06-25T02:07:35.459Z | Compiling sha1 v0.10.6 |
| 1708 | 2026-06-25T02:07:35.473Z | Compiling peg-runtime v0.8.5 |
| 1709 | 2026-06-25T02:07:35.510Z | Compiling lalrpop-util v0.19.12 |
| 1710 | 2026-06-25T02:07:35.677Z | Compiling thread_local v1.1.9 |
| 1711 | 2026-06-25T02:07:35.696Z | Compiling slog-async v2.8.0 |
| 1712 | 2026-06-25T02:07:35.701Z | Compiling crossbeam-channel v0.5.15 |
| 1713 | 2026-06-25T02:07:35.744Z | Compiling is-terminal v0.4.17 |
| 1714 | 2026-06-25T02:07:35.841Z | Compiling filetime v0.2.27 |
| 1715 | 2026-06-25T02:07:35.923Z | Compiling take_mut v0.2.2 |
| 1716 | 2026-06-25T02:07:36.003Z | Compiling term v1.2.1 |
| 1717 | 2026-06-25T02:07:36.016Z | Compiling xattr v1.6.1 |
| 1718 | 2026-06-25T02:07:36.158Z | Compiling tar v0.4.45 |
| 1719 | 2026-06-25T02:07:36.579Z | Compiling slog-term v2.9.2 |
| 1720 | 2026-06-25T02:07:46.349Z | Compiling rustls-webpki v0.103.9 |
| 1721 | 2026-06-25T02:07:49.133Z | Compiling tokio-rustls v0.26.4 |
| 1722 | 2026-06-25T02:07:49.134Z | Compiling rustls-platform-verifier v0.6.2 |
| 1723 | 2026-06-25T02:07:49.340Z | Compiling hyper-rustls v0.27.7 |
| 1724 | 2026-06-25T02:07:49.546Z | Compiling reqwest v0.12.28 |
| 1725 | 2026-06-25T02:07:49.552Z | Compiling reqwest v0.13.2 |
| 1726 | 2026-06-25T02:07:50.869Z | Compiling tough v0.22.0 |
| 1727 | 2026-06-25T02:07:53.406Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1728 | 2026-06-25T02:07:53.643Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1729 | 2026-06-25T02:07:56.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1730 | 2026-06-25T02:07:56.678Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1731 | 2026-06-25T02:07:56.734Z | Jun 25 02:07:55.393 INFO Starting download, target: Clickhouse |
| 1732 | 2026-06-25T02:07:56.734Z | Jun 25 02:07:55.394 INFO Starting download, target: Cockroach |
| 1733 | 2026-06-25T02:07:56.734Z | Jun 25 02:07:55.394 INFO Starting download, target: Console |
| 1734 | 2026-06-25T02:07:56.738Z | Jun 25 02:07:55.394 INFO Starting download, target: DendriteStub |
| 1735 | 2026-06-25T02:07:56.738Z | Jun 25 02:07:55.394 INFO Starting download, target: MaghemiteMgd |
| 1736 | 2026-06-25T02:07:56.739Z | Jun 25 02:07:55.394 INFO Starting download, target: MaghemiteDdmd |
| 1737 | 2026-06-25T02:07:56.739Z | Jun 25 02:07:55.394 INFO Starting download, target: TransceiverControl |
| 1738 | 2026-06-25T02:07:56.739Z | Jun 25 02:07:55.394 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1739 | 2026-06-25T02:07:56.739Z | Jun 25 02:07:55.394 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1740 | 2026-06-25T02:07:56.739Z | Jun 25 02:07:55.394 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1741 | 2026-06-25T02:07:56.739Z | Jun 25 02:07:55.394 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1742 | 2026-06-25T02:07:56.739Z | Jun 25 02:07:55.394 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1743 | 2026-06-25T02:07:56.739Z | Jun 25 02:07:55.394 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1744 | 2026-06-25T02:07:56.739Z | Jun 25 02:07:55.394 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1745 | 2026-06-25T02:07:57.468Z | Jun 25 02:07:56.100 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1746 | 2026-06-25T02:07:57.668Z | Jun 25 02:07:56.322 INFO Download complete, target: TransceiverControl |
| 1747 | 2026-06-25T02:07:58.632Z | Jun 25 02:07:57.291 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1748 | 2026-06-25T02:07:58.838Z | Jun 25 02:07:57.485 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1749 | 2026-06-25T02:07:59.055Z | Jun 25 02:07:57.705 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1750 | 2026-06-25T02:07:59.091Z | Jun 25 02:07:57.735 INFO Download complete, target: Console |
| 1751 | 2026-06-25T02:07:59.171Z | Jun 25 02:07:57.825 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1752 | 2026-06-25T02:07:59.716Z | Jun 25 02:07:58.376 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1753 | 2026-06-25T02:07:59.887Z | Jun 25 02:07:58.548 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1754 | 2026-06-25T02:07:59.887Z | Jun 25 02:07:58.549 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1755 | 2026-06-25T02:08:01.141Z | Jun 25 02:07:59.803 INFO Download complete, target: DendriteStub |
| 1756 | 2026-06-25T02:08:01.216Z | Jun 25 02:07:59.878 INFO Download complete, target: MaghemiteDdmd |
| 1757 | 2026-06-25T02:08:02.142Z | Jun 25 02:08:00.804 INFO Download complete, target: MaghemiteMgd |
| 1758 | 2026-06-25T02:08:04.634Z | Jun 25 02:08:03.295 INFO Checking that binary works, target: Cockroach |
| 1759 | 2026-06-25T02:08:04.829Z | Jun 25 02:08:03.491 INFO Download complete, target: Cockroach |
| 1760 | 2026-06-25T02:08:06.003Z | Jun 25 02:08:04.664 INFO Checking that binary works, target: Clickhouse |
| 1761 | 2026-06-25T02:08:06.143Z | Jun 25 02:08:04.805 INFO Download complete, target: Clickhouse |
| 1762 | 2026-06-25T02:08:06.160Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1763 | 2026-06-25T02:08:06.164Z | |
| 1764 | 2026-06-25T02:08:06.164Z | real 2:03.695810737 |
| 1765 | 2026-06-25T02:08:06.164Z | user 6:53.005771922 |
| 1766 | 2026-06-25T02:08:06.164Z | sys 1:24.101227144 |
| 1767 | 2026-06-25T02:08:06.164Z | trap 0.238204425 |
| 1768 | 2026-06-25T02:08:06.164Z | tflt 0.652496501 |
| 1769 | 2026-06-25T02:08:06.164Z | dflt 0.487792378 |
| 1770 | 2026-06-25T02:08:06.164Z | kflt 0.023029811 |
| 1771 | 2026-06-25T02:08:06.164Z | lock 23:18.908322883 |
| 1772 | 2026-06-25T02:08:06.164Z | slp 21:10.770685461 |
| 1773 | 2026-06-25T02:08:06.164Z | lat 45.859835218 |
| 1774 | 2026-06-25T02:08:06.164Z | stop 1:59.172722027 |
| 1775 | 2026-06-25T02:08:06.165Z | + banner clippy |
| 1776 | 2026-06-25T02:08:06.165Z | |
| 1777 | 2026-06-25T02:08:06.165Z | #### # # ##### ##### # # |
| 1778 | 2026-06-25T02:08:06.165Z | # # # # # # # # # # |
| 1779 | 2026-06-25T02:08:06.165Z | # # # # # # # # |
| 1780 | 2026-06-25T02:08:06.165Z | # # # ##### ##### # |
| 1781 | 2026-06-25T02:08:06.165Z | # # # # # # # |
| 1782 | 2026-06-25T02:08:06.165Z | #### ###### # # # # |
| 1783 | 2026-06-25T02:08:06.165Z | |
| 1784 | 2026-06-25T02:08:06.165Z | + export CARGO_INCREMENTAL=0 |
| 1785 | 2026-06-25T02:08:06.165Z | + CARGO_INCREMENTAL=0 |
| 1786 | 2026-06-25T02:08:06.165Z | + ptime -m cargo xtask clippy |
| 1787 | 2026-06-25T02:08:06.639Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1788 | 2026-06-25T02:08:06.845Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1789 | 2026-06-25T02:08:08.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
| 1790 | 2026-06-25T02:08:08.771Z | Running `target/debug/xtask clippy` |
| 1791 | 2026-06-25T02:08:08.798Z | running: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1792 | 2026-06-25T02:08:09.339Z | Downloading crates ... |
| 1793 | 2026-06-25T02:08:09.552Z | Downloaded addr2line v0.25.1 |
| 1794 | 2026-06-25T02:08:09.562Z | Downloaded backtrace v0.3.76 |
| 1795 | 2026-06-25T02:08:09.570Z | Downloaded backtrace-ext v0.2.1 |
| 1796 | 2026-06-25T02:08:09.573Z | Downloaded approx v0.5.1 |
| 1797 | 2026-06-25T02:08:09.573Z | Downloaded escape8259 v0.5.3 |
| 1798 | 2026-06-25T02:08:09.573Z | Downloaded cast v0.3.0 |
| 1799 | 2026-06-25T02:08:09.573Z | Downloaded linkme-impl v0.3.35 |
| 1800 | 2026-06-25T02:08:09.573Z | Downloaded futures-timer v3.0.3 |
| 1801 | 2026-06-25T02:08:09.573Z | Downloaded async-object-pool v0.2.0 |
| 1802 | 2026-06-25T02:08:09.576Z | Downloaded relative-path v1.9.3 |
| 1803 | 2026-06-25T02:08:09.576Z | Downloaded assert-json-diff v2.0.2 |
| 1804 | 2026-06-25T02:08:09.576Z | Downloaded constant_time_eq v0.3.1 |
| 1805 | 2026-06-25T02:08:09.579Z | Downloaded tokio-test v0.4.5 |
| 1806 | 2026-06-25T02:08:09.579Z | Downloaded plotters-svg v0.3.7 |
| 1807 | 2026-06-25T02:08:09.588Z | Downloaded nested v0.1.1 |
| 1808 | 2026-06-25T02:08:09.590Z | Downloaded serde_regex v1.1.0 |
| 1809 | 2026-06-25T02:08:09.594Z | Downloaded plotters-backend v0.3.7 |
| 1810 | 2026-06-25T02:08:09.594Z | Downloaded path-tree v0.8.3 |
| 1811 | 2026-06-25T02:08:09.597Z | Downloaded event-listener-strategy v0.5.4 |
| 1812 | 2026-06-25T02:08:09.597Z | Downloaded parking v2.2.1 |
| 1813 | 2026-06-25T02:08:09.606Z | Downloaded similar-asserts v1.7.0 |
| 1814 | 2026-06-25T02:08:09.606Z | Downloaded supports-unicode v2.1.0 |
| 1815 | 2026-06-25T02:08:09.606Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1816 | 2026-06-25T02:08:09.609Z | Downloaded miette-derive v5.10.0 |
| 1817 | 2026-06-25T02:08:09.616Z | Downloaded concurrent-queue v2.5.0 |
| 1818 | 2026-06-25T02:08:09.620Z | Downloaded anes v0.1.6 |
| 1819 | 2026-06-25T02:08:09.624Z | Downloaded assert_cmd v2.1.2 |
| 1820 | 2026-06-25T02:08:09.631Z | Downloaded terminal_size v0.1.17 |
| 1821 | 2026-06-25T02:08:09.643Z | Downloaded pathdiff v0.2.3 |
| 1822 | 2026-06-25T02:08:09.658Z | Downloaded target-triple v1.0.0 |
| 1823 | 2026-06-25T02:08:09.658Z | Downloaded libtest-mimic v0.8.1 |
| 1824 | 2026-06-25T02:08:09.658Z | Downloaded rustc-demangle v0.1.27 |
| 1825 | 2026-06-25T02:08:09.658Z | Downloaded knuffel-derive v3.2.0 |
| 1826 | 2026-06-25T02:08:09.658Z | Downloaded termcolor v1.4.1 |
| 1827 | 2026-06-25T02:08:09.658Z | Downloaded supports-hyperlinks v2.1.0 |
| 1828 | 2026-06-25T02:08:09.658Z | Downloaded owo-colors v3.5.0 |
| 1829 | 2026-06-25T02:08:09.664Z | Downloaded oorandom v11.1.5 |
| 1830 | 2026-06-25T02:08:09.664Z | Downloaded hickory-client v0.25.2 |
| 1831 | 2026-06-25T02:08:09.664Z | Downloaded event-listener v5.4.1 |
| 1832 | 2026-06-25T02:08:09.664Z | Downloaded target-spec v3.5.7 |
| 1833 | 2026-06-25T02:08:09.664Z | Downloaded supports-color v2.1.0 |
| 1834 | 2026-06-25T02:08:09.670Z | Downloaded stringmetrics v2.2.2 |
| 1835 | 2026-06-25T02:08:09.670Z | Downloaded linkme v0.3.35 |
| 1836 | 2026-06-25T02:08:09.670Z | Downloaded datatest-stable v0.3.3 |
| 1837 | 2026-06-25T02:08:09.677Z | Downloaded target-lexicon v0.13.3 |
| 1838 | 2026-06-25T02:08:09.677Z | Downloaded rust-argon2 v2.1.0 |
| 1839 | 2026-06-25T02:08:09.677Z | Downloaded blake2b_simd v1.0.4 |
| 1840 | 2026-06-25T02:08:09.677Z | Downloaded partial-io v0.5.4 |
| 1841 | 2026-06-25T02:08:09.677Z | Downloaded criterion-plot v0.6.0 |
| 1842 | 2026-06-25T02:08:09.682Z | Downloaded httptest v0.16.4 |
| 1843 | 2026-06-25T02:08:09.682Z | Downloaded rand_distr v0.5.1 |
| 1844 | 2026-06-25T02:08:09.689Z | Downloaded tinytemplate v1.2.1 |
| 1845 | 2026-06-25T02:08:09.692Z | Downloaded async-lock v3.4.2 |
| 1846 | 2026-06-25T02:08:09.697Z | Downloaded cfg-expr v0.20.6 |
| 1847 | 2026-06-25T02:08:09.702Z | Downloaded trybuild v1.0.116 |
| 1848 | 2026-06-25T02:08:09.705Z | Downloaded rstest_macros v0.25.0 |
| 1849 | 2026-06-25T02:08:09.705Z | Downloaded knuffel v3.2.0 |
| 1850 | 2026-06-25T02:08:09.709Z | Downloaded rstest v0.25.0 |
| 1851 | 2026-06-25T02:08:09.715Z | Downloaded miette v5.10.0 |
| 1852 | 2026-06-25T02:08:09.715Z | Downloaded textwrap v0.15.2 |
| 1853 | 2026-06-25T02:08:09.715Z | Downloaded fancy-regex v0.14.0 |
| 1854 | 2026-06-25T02:08:09.715Z | Downloaded chumsky v0.9.3 |
| 1855 | 2026-06-25T02:08:09.721Z | Downloaded hashbrown v0.14.5 |
| 1856 | 2026-06-25T02:08:09.728Z | Downloaded guppy v0.17.25 |
| 1857 | 2026-06-25T02:08:09.732Z | Downloaded plotters v0.3.7 |
| 1858 | 2026-06-25T02:08:09.740Z | Downloaded criterion v0.7.0 |
| 1859 | 2026-06-25T02:08:09.759Z | Downloaded gimli v0.32.3 |
| 1860 | 2026-06-25T02:08:09.860Z | Downloaded httpmock v0.8.3 |
| 1861 | 2026-06-25T02:08:11.546Z | Checking cfg-if v1.0.4 |
| 1862 | 2026-06-25T02:08:11.894Z | Checking libc v0.2.185 |
| 1863 | 2026-06-25T02:08:11.897Z | Checking serde_core v1.0.228 |
| 1864 | 2026-06-25T02:08:11.967Z | Checking memchr v2.8.0 |
| 1865 | 2026-06-25T02:08:12.006Z | Checking smallvec v1.15.1 |
| 1866 | 2026-06-25T02:08:12.042Z | Checking itoa v1.0.17 |
| 1867 | 2026-06-25T02:08:12.078Z | Checking log v0.4.29 |
| 1868 | 2026-06-25T02:08:12.117Z | Checking zeroize v1.8.2 |
| 1869 | 2026-06-25T02:08:12.117Z | Checking libm v0.2.16 |
| 1870 | 2026-06-25T02:08:12.203Z | Checking scopeguard v1.2.0 |
| 1871 | 2026-06-25T02:08:12.240Z | Checking stable_deref_trait v1.2.1 |
| 1872 | 2026-06-25T02:08:12.279Z | Checking zmij v1.0.21 |
| 1873 | 2026-06-25T02:08:12.316Z | Checking errno v0.3.14 |
| 1874 | 2026-06-25T02:08:12.316Z | Checking getrandom v0.2.17 |
| 1875 | 2026-06-25T02:08:12.383Z | Checking lock_api v0.4.14 |
| 1876 | 2026-06-25T02:08:12.415Z | Checking zerofrom v0.1.6 |
| 1877 | 2026-06-25T02:08:12.450Z | Checking percent-encoding v2.3.2 |
| 1878 | 2026-06-25T02:08:12.490Z | Checking writeable v0.6.2 |
| 1879 | 2026-06-25T02:08:12.522Z | Checking litemap v0.8.1 |
| 1880 | 2026-06-25T02:08:12.555Z | Checking yoke v0.8.1 |
| 1881 | 2026-06-25T02:08:12.590Z | Checking icu_properties_data v2.1.2 |
| 1882 | 2026-06-25T02:08:12.626Z | Checking icu_normalizer_data v2.1.1 |
| 1883 | 2026-06-25T02:08:12.663Z | Checking subtle v2.6.1 |
| 1884 | 2026-06-25T02:08:12.692Z | Checking form_urlencoded v1.2.2 |
| 1885 | 2026-06-25T02:08:12.744Z | Checking utf8_iter v1.0.4 |
| 1886 | 2026-06-25T02:08:12.761Z | Checking zerovec v0.11.5 |
| 1887 | 2026-06-25T02:08:12.761Z | Checking zerotrie v0.2.3 |
| 1888 | 2026-06-25T02:08:12.765Z | Checking rand_core v0.6.4 |
| 1889 | 2026-06-25T02:08:12.856Z | Checking num-traits v0.2.19 |
| 1890 | 2026-06-25T02:08:12.861Z | Checking pin-project-lite v0.2.17 |
| 1891 | 2026-06-25T02:08:12.917Z | Checking zerocopy v0.8.40 |
| 1892 | 2026-06-25T02:08:12.922Z | Checking rand_core v0.10.0 |
| 1893 | 2026-06-25T02:08:13.002Z | Checking parking_lot_core v0.9.12 |
| 1894 | 2026-06-25T02:08:13.046Z | Checking portable-atomic v1.13.1 |
| 1895 | 2026-06-25T02:08:13.084Z | Checking signal-hook-registry v1.4.8 |
| 1896 | 2026-06-25T02:08:13.118Z | Checking getrandom v0.4.1 |
| 1897 | 2026-06-25T02:08:13.206Z | Checking tinystr v0.8.2 |
| 1898 | 2026-06-25T02:08:13.210Z | Checking potential_utf v0.1.4 |
| 1899 | 2026-06-25T02:08:13.269Z | Checking parking_lot v0.12.5 |
| 1900 | 2026-06-25T02:08:13.303Z | Checking critical-section v1.2.0 |
| 1901 | 2026-06-25T02:08:13.390Z | Checking icu_collections v2.1.1 |
| 1902 | 2026-06-25T02:08:13.427Z | Checking icu_locale_core v2.1.1 |
| 1903 | 2026-06-25T02:08:13.461Z | Checking serde v1.0.228 |
| 1904 | 2026-06-25T02:08:13.461Z | Checking serde_json v1.0.149 |
| 1905 | 2026-06-25T02:08:13.461Z | Checking bitflags v2.11.0 |
| 1906 | 2026-06-25T02:08:13.554Z | Checking once_cell v1.21.3 |
| 1907 | 2026-06-25T02:08:13.591Z | Checking mio v1.2.0 |
| 1908 | 2026-06-25T02:08:13.713Z | Checking typenum v1.19.0 |
| 1909 | 2026-06-25T02:08:13.755Z | Checking socket2 v0.6.3 |
| 1910 | 2026-06-25T02:08:13.798Z | Checking iana-time-zone v0.1.65 |
| 1911 | 2026-06-25T02:08:13.877Z | Checking bytes v1.11.1 |
| 1912 | 2026-06-25T02:08:13.920Z | Checking uuid v1.23.0 |
| 1913 | 2026-06-25T02:08:13.957Z | Checking chrono v0.4.44 |
| 1914 | 2026-06-25T02:08:13.991Z | Checking icu_provider v2.1.1 |
| 1915 | 2026-06-25T02:08:14.026Z | Checking thiserror v2.0.18 |
| 1916 | 2026-06-25T02:08:14.158Z | Checking semver v1.0.28 |
| 1917 | 2026-06-25T02:08:14.201Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1918 | 2026-06-25T02:08:14.242Z | Checking icu_normalizer v2.1.1 |
| 1919 | 2026-06-25T02:08:14.278Z | Checking icu_properties v2.1.2 |
| 1920 | 2026-06-25T02:08:14.287Z | Checking generic-array v0.14.7 |
| 1921 | 2026-06-25T02:08:14.340Z | Checking tokio v1.52.1 |
| 1922 | 2026-06-25T02:08:14.383Z | Checking futures-core v0.3.32 |
| 1923 | 2026-06-25T02:08:14.467Z | Checking dyn-clone v1.0.20 |
| 1924 | 2026-06-25T02:08:14.534Z | Checking const-oid v0.9.6 |
| 1925 | 2026-06-25T02:08:14.565Z | Checking equivalent v1.0.2 |
| 1926 | 2026-06-25T02:08:14.596Z | Checking rustix v1.1.3 |
| 1927 | 2026-06-25T02:08:14.673Z | Checking futures-sink v0.3.32 |
| 1928 | 2026-06-25T02:08:14.783Z | Checking crypto-common v0.1.7 |
| 1929 | 2026-06-25T02:08:14.818Z | Checking block-buffer v0.10.4 |
| 1930 | 2026-06-25T02:08:14.825Z | Checking byteorder v1.5.0 |
| 1931 | 2026-06-25T02:08:14.929Z | Checking futures-channel v0.3.32 |
| 1932 | 2026-06-25T02:08:14.981Z | Checking futures-io v0.3.32 |
| 1933 | 2026-06-25T02:08:15.068Z | Checking futures-task v0.3.32 |
| 1934 | 2026-06-25T02:08:15.111Z | Checking idna_adapter v1.2.1 |
| 1935 | 2026-06-25T02:08:15.145Z | Checking slab v0.4.12 |
| 1936 | 2026-06-25T02:08:15.177Z | Checking cpufeatures v0.2.17 |
| 1937 | 2026-06-25T02:08:15.227Z | Checking digest v0.10.7 |
| 1938 | 2026-06-25T02:08:15.260Z | Checking idna v1.1.0 |
| 1939 | 2026-06-25T02:08:15.263Z | Checking thiserror v1.0.69 |
| 1940 | 2026-06-25T02:08:15.322Z | Checking hashbrown v0.17.0 |
| 1941 | 2026-06-25T02:08:15.356Z | Checking futures-util v0.3.32 |
| 1942 | 2026-06-25T02:08:15.414Z | Checking getrandom v0.3.4 |
| 1943 | 2026-06-25T02:08:15.453Z | Checking fnv v1.0.7 |
| 1944 | 2026-06-25T02:08:15.481Z | Checking regex-syntax v0.8.10 |
| 1945 | 2026-06-25T02:08:15.537Z | Checking url v2.5.8 |
| 1946 | 2026-06-25T02:08:15.569Z | Checking http v1.4.0 |
| 1947 | 2026-06-25T02:08:15.603Z | Checking tracing-core v0.1.36 |
| 1948 | 2026-06-25T02:08:15.712Z | Checking ppv-lite86 v0.2.21 |
| 1949 | 2026-06-25T02:08:15.822Z | Checking indexmap v2.14.0 |
| 1950 | 2026-06-25T02:08:15.934Z | Checking utf8parse v0.2.2 |
| 1951 | 2026-06-25T02:08:16.003Z | Checking schemars v0.8.22 |
| 1952 | 2026-06-25T02:08:16.036Z | Checking base64 v0.22.1 |
| 1953 | 2026-06-25T02:08:16.069Z | Checking tracing v0.1.44 |
| 1954 | 2026-06-25T02:08:16.151Z | Checking anstyle v1.0.14 |
| 1955 | 2026-06-25T02:08:16.297Z | Checking base64ct v1.8.3 |
| 1956 | 2026-06-25T02:08:16.301Z | Checking is_terminal_polyfill v1.70.2 |
| 1957 | 2026-06-25T02:08:16.362Z | Checking colorchoice v1.0.4 |
| 1958 | 2026-06-25T02:08:16.405Z | Checking anstyle-query v1.1.5 |
| 1959 | 2026-06-25T02:08:16.442Z | Checking block-padding v0.3.3 |
| 1960 | 2026-06-25T02:08:16.488Z | Checking ipnet v2.11.0 |
| 1961 | 2026-06-25T02:08:16.523Z | Checking untrusted v0.9.0 |
| 1962 | 2026-06-25T02:08:16.555Z | Checking anstyle-parse v1.0.0 |
| 1963 | 2026-06-25T02:08:16.596Z | Checking inout v0.1.4 |
| 1964 | 2026-06-25T02:08:16.652Z | Checking ring v0.17.14 |
| 1965 | 2026-06-25T02:08:16.687Z | Checking terminal_size v0.4.3 |
| 1966 | 2026-06-25T02:08:16.729Z | Checking aho-corasick v1.1.4 |
| 1967 | 2026-06-25T02:08:16.761Z | Checking cipher v0.4.4 |
| 1968 | 2026-06-25T02:08:16.792Z | Checking crossbeam-utils v0.8.21 |
| 1969 | 2026-06-25T02:08:16.823Z | Checking unicode-ident v1.0.24 |
| 1970 | 2026-06-25T02:08:16.854Z | Checking anstream v1.0.0 |
| 1971 | 2026-06-25T02:08:16.953Z | Checking proc-macro2 v1.0.106 |
| 1972 | 2026-06-25T02:08:16.988Z | Checking clap_lex v1.0.0 |
| 1973 | 2026-06-25T02:08:17.070Z | Checking strsim v0.11.1 |
| 1974 | 2026-06-25T02:08:17.147Z | Checking pem-rfc7468 v0.7.0 |
| 1975 | 2026-06-25T02:08:17.181Z | Checking sha2 v0.10.9 |
| 1976 | 2026-06-25T02:08:17.255Z | Checking clap_builder v4.6.0 |
| 1977 | 2026-06-25T02:08:17.290Z | Checking quote v1.0.45 |
| 1978 | 2026-06-25T02:08:17.294Z | Checking rustls-pki-types v1.14.0 |
| 1979 | 2026-06-25T02:08:17.354Z | Checking httparse v1.10.1 |
| 1980 | 2026-06-25T02:08:17.418Z | Checking regex-automata v0.4.14 |
| 1981 | 2026-06-25T02:08:17.483Z | Checking powerfmt v0.2.0 |
| 1982 | 2026-06-25T02:08:17.486Z | Checking syn v2.0.117 |
| 1983 | 2026-06-25T02:08:17.581Z | Checking tokio-util v0.7.18 |
| 1984 | 2026-06-25T02:08:17.615Z | Checking rand_core v0.9.5 |
| 1985 | 2026-06-25T02:08:17.646Z | Checking hmac v0.12.1 |
| 1986 | 2026-06-25T02:08:17.680Z | Checking deranged v0.5.8 |
| 1987 | 2026-06-25T02:08:17.684Z | Checking num_threads v0.1.7 |
| 1988 | 2026-06-25T02:08:17.803Z | Checking num-conv v0.2.0 |
| 1989 | 2026-06-25T02:08:17.863Z | Checking time-core v0.1.8 |
| 1990 | 2026-06-25T02:08:17.882Z | Checking erased-serde v0.3.31 |
| 1991 | 2026-06-25T02:08:17.985Z | Checking flagset v0.4.7 |
| 1992 | 2026-06-25T02:08:18.004Z | Checking http-body v1.0.1 |
| 1993 | 2026-06-25T02:08:18.091Z | Checking der v0.7.10 |
| 1994 | 2026-06-25T02:08:18.155Z | Checking allocator-api2 v0.2.21 |
| 1995 | 2026-06-25T02:08:18.202Z | Checking atomic-waker v1.1.2 |
| 1996 | 2026-06-25T02:08:18.273Z | Checking slog v2.8.2 |
| 1997 | 2026-06-25T02:08:18.328Z | Checking rand_chacha v0.9.0 |
| 1998 | 2026-06-25T02:08:18.455Z | Checking anyhow v1.0.102 |
| 1999 | 2026-06-25T02:08:18.498Z | Checking clap v4.6.1 |
| 2000 | 2026-06-25T02:08:18.552Z | Checking try-lock v0.2.5 |
| 2001 | 2026-06-25T02:08:18.587Z | Checking httpdate v1.0.3 |
| 2002 | 2026-06-25T02:08:18.622Z | Checking time v0.3.47 |
| 2003 | 2026-06-25T02:08:18.626Z | Checking rand v0.9.2 |
| 2004 | 2026-06-25T02:08:18.685Z | Checking want v0.3.1 |
| 2005 | 2026-06-25T02:08:18.688Z | Checking h2 v0.4.13 |
| 2006 | 2026-06-25T02:08:18.753Z | Checking spin v0.9.8 |
| 2007 | 2026-06-25T02:08:18.834Z | Checking tower-service v0.3.3 |
| 2008 | 2026-06-25T02:08:18.867Z | Checking ryu v1.0.23 |
| 2009 | 2026-06-25T02:08:18.947Z | Checking pin-utils v0.1.0 |
| 2010 | 2026-06-25T02:08:18.979Z | Checking tower-layer v0.3.3 |
| 2011 | 2026-06-25T02:08:19.023Z | Checking ipnetwork v0.21.1 |
| 2012 | 2026-06-25T02:08:19.057Z | Checking socket2 v0.5.10 |
| 2013 | 2026-06-25T02:08:19.142Z | Checking fastrand v2.3.0 |
| 2014 | 2026-06-25T02:08:19.175Z | Checking mime v0.3.17 |
| 2015 | 2026-06-25T02:08:19.258Z | Checking spki v0.7.3 |
| 2016 | 2026-06-25T02:08:19.262Z | Checking pbkdf2 v0.12.2 |
| 2017 | 2026-06-25T02:08:19.322Z | Checking aes v0.8.4 |
| 2018 | 2026-06-25T02:08:19.358Z | Checking http-body-util v0.1.3 |
| 2019 | 2026-06-25T02:08:19.384Z | Checking salsa20 v0.10.2 |
| 2020 | 2026-06-25T02:08:19.423Z | Checking cbc v0.1.2 |
| 2021 | 2026-06-25T02:08:19.453Z | Checking rand_chacha v0.3.1 |
| 2022 | 2026-06-25T02:08:19.537Z | Checking hex v0.4.3 |
| 2023 | 2026-06-25T02:08:19.572Z | Checking aws-lc-sys v0.40.0 |
| 2024 | 2026-06-25T02:08:19.605Z | Checking pretty-hex v0.4.1 |
| 2025 | 2026-06-25T02:08:19.682Z | Checking untrusted v0.7.1 |
| 2026 | 2026-06-25T02:08:19.727Z | Checking simd-adler32 v0.3.8 |
| 2027 | 2026-06-25T02:08:19.759Z | Checking rand v0.8.6 |
| 2028 | 2026-06-25T02:08:19.793Z | Checking scrypt v0.11.0 |
| 2029 | 2026-06-25T02:08:19.796Z | Checking tempfile v3.25.0 |
| 2030 | 2026-06-25T02:08:19.796Z | Checking plain v0.2.3 |
| 2031 | 2026-06-25T02:08:19.885Z | Checking openssl-probe v0.2.1 |
| 2032 | 2026-06-25T02:08:19.917Z | Checking adler2 v2.0.1 |
| 2033 | 2026-06-25T02:08:19.949Z | Checking regex v1.12.3 |
| 2034 | 2026-06-25T02:08:19.954Z | Checking pkcs5 v0.7.1 |
| 2035 | 2026-06-25T02:08:20.013Z | Checking serde_urlencoded v0.7.1 |
| 2036 | 2026-06-25T02:08:20.047Z | Checking miniz_oxide v0.8.9 |
| 2037 | 2026-06-25T02:08:20.083Z | Checking encoding_rs v0.8.35 |
| 2038 | 2026-06-25T02:08:20.113Z | Checking aws-lc-rs v1.16.3 |
| 2039 | 2026-06-25T02:08:20.242Z | Checking ucd-trie v0.1.7 |
| 2040 | 2026-06-25T02:08:20.279Z | Checking pkcs8 v0.10.2 |
| 2041 | 2026-06-25T02:08:20.308Z | Checking camino v1.2.2 |
| 2042 | 2026-06-25T02:08:20.343Z | Checking rustls-native-certs v0.8.3 |
| 2043 | 2026-06-25T02:08:20.401Z | Checking pest v2.8.6 |
| 2044 | 2026-06-25T02:08:20.445Z | Checking oxnet v0.1.6 |
| 2045 | 2026-06-25T02:08:20.484Z | Checking futures-executor v0.3.32 |
| 2046 | 2026-06-25T02:08:20.517Z | Checking sync_wrapper v1.0.2 |
| 2047 | 2026-06-25T02:08:20.593Z | Checking either v1.15.0 |
| 2048 | 2026-06-25T02:08:20.644Z | Checking tower v0.5.3 |
| 2049 | 2026-06-25T02:08:20.678Z | Checking futures v0.3.32 |
| 2050 | 2026-06-25T02:08:20.742Z | Checking webpki-roots v1.0.6 |
| 2051 | 2026-06-25T02:08:20.780Z | Checking crc32fast v1.5.0 |
| 2052 | 2026-06-25T02:08:20.814Z | Checking iri-string v0.7.10 |
| 2053 | 2026-06-25T02:08:20.886Z | Checking static_assertions v1.1.0 |
| 2054 | 2026-06-25T02:08:20.946Z | Checking foldhash v0.2.0 |
| 2055 | 2026-06-25T02:08:20.979Z | Checking lazy_static v1.5.0 |
| 2056 | 2026-06-25T02:08:21.014Z | Checking rustls-webpki v0.103.9 |
| 2057 | 2026-06-25T02:08:21.059Z | Checking openapiv3 v2.2.0 |
| 2058 | 2026-06-25T02:08:21.093Z | Checking signature v2.2.0 |
| 2059 | 2026-06-25T02:08:21.097Z | Checking winnow v0.7.14 |
| 2060 | 2026-06-25T02:08:21.157Z | Checking hashbrown v0.16.1 |
| 2061 | 2026-06-25T02:08:21.285Z | Checking hubpack v0.1.2 |
| 2062 | 2026-06-25T02:08:21.461Z | Checking rustls v0.23.37 |
| 2063 | 2026-06-25T02:08:21.494Z | Checking zlib-rs v0.6.2 |
| 2064 | 2026-06-25T02:08:21.532Z | Checking strum v0.26.3 |
| 2065 | 2026-06-25T02:08:21.537Z | Checking hyper v1.8.1 |
| 2066 | 2026-06-25T02:08:21.664Z | Checking psl-types v2.0.11 |
| 2067 | 2026-06-25T02:08:21.735Z | Checking tinyvec_macros v0.1.1 |
| 2068 | 2026-06-25T02:08:21.791Z | Checking tinyvec v1.10.0 |
| 2069 | 2026-06-25T02:08:21.814Z | Checking publicsuffix v2.3.0 |
| 2070 | 2026-06-25T02:08:21.918Z | Checking tower-http v0.6.8 |
| 2071 | 2026-06-25T02:08:22.066Z | Checking cookie v0.18.1 |
| 2072 | 2026-06-25T02:08:22.190Z | Checking sha1 v0.10.6 |
| 2073 | 2026-06-25T02:08:22.232Z | Checking num-integer v0.1.46 |
| 2074 | 2026-06-25T02:08:22.305Z | Checking scroll v0.13.0 |
| 2075 | 2026-06-25T02:08:22.332Z | Checking data-encoding v2.10.0 |
| 2076 | 2026-06-25T02:08:22.376Z | Checking cookie_store v0.22.1 |
| 2077 | 2026-06-25T02:08:22.379Z | Checking toml_datetime v0.6.11 |
| 2078 | 2026-06-25T02:08:22.440Z | Checking flate2 v1.1.9 |
| 2079 | 2026-06-25T02:08:22.479Z | Checking serde_spanned v0.6.9 |
| 2080 | 2026-06-25T02:08:22.483Z | Checking hyper-util v0.1.20 |
| 2081 | 2026-06-25T02:08:22.546Z | Checking goblin v0.10.5 |
| 2082 | 2026-06-25T02:08:22.610Z | Checking memmap2 v0.9.10 |
| 2083 | 2026-06-25T02:08:22.645Z | Checking bit-vec v0.8.0 |
| 2084 | 2026-06-25T02:08:22.649Z | Checking base16ct v0.2.0 |
| 2085 | 2026-06-25T02:08:22.726Z | Checking dtrace-parser v0.3.0 |
| 2086 | 2026-06-25T02:08:22.761Z | Checking ff v0.13.1 |
| 2087 | 2026-06-25T02:08:22.793Z | Checking wait-timeout v0.2.1 |
| 2088 | 2026-06-25T02:08:22.796Z | Checking sec1 v0.7.3 |
| 2089 | 2026-06-25T02:08:22.891Z | Checking bit-set v0.8.0 |
| 2090 | 2026-06-25T02:08:22.926Z | Checking thread-id v5.1.0 |
| 2091 | 2026-06-25T02:08:22.957Z | Checking group v0.13.0 |
| 2092 | 2026-06-25T02:08:22.989Z | Checking num-iter v0.1.45 |
| 2093 | 2026-06-25T02:08:23.026Z | Checking bstr v1.12.1 |
| 2094 | 2026-06-25T02:08:23.060Z | Checking hkdf v0.12.4 |
| 2095 | 2026-06-25T02:08:23.063Z | Checking crossbeam-epoch v0.9.18 |
| 2096 | 2026-06-25T02:08:23.124Z | Checking anstyle-parse v0.2.7 |
| 2097 | 2026-06-25T02:08:23.127Z | Checking ahash v0.8.12 |
| 2098 | 2026-06-25T02:08:23.216Z | Checking crypto-bigint v0.5.5 |
| 2099 | 2026-06-25T02:08:23.296Z | Checking quick-error v1.2.3 |
| 2100 | 2026-06-25T02:08:23.337Z | Checking anstream v0.6.21 |
| 2101 | 2026-06-25T02:08:23.371Z | Checking rand_xorshift v0.4.0 |
| 2102 | 2026-06-25T02:08:23.421Z | Checking rusty-fork v0.3.1 |
| 2103 | 2026-06-25T02:08:23.455Z | Checking scroll v0.12.0 |
| 2104 | 2026-06-25T02:08:23.511Z | Checking unarray v0.1.4 |
| 2105 | 2026-06-25T02:08:23.558Z | Checking num-bigint-dig v0.8.6 |
| 2106 | 2026-06-25T02:08:23.617Z | Checking pkcs1 v0.7.5 |
| 2107 | 2026-06-25T02:08:23.649Z | Checking proptest v1.10.0 |
| 2108 | 2026-06-25T02:08:23.705Z | Checking goblin v0.8.2 |
| 2109 | 2026-06-25T02:08:23.803Z | Checking x509-cert v0.2.5 |
| 2110 | 2026-06-25T02:08:23.839Z | Checking tokio-rustls v0.26.4 |
| 2111 | 2026-06-25T02:08:23.873Z | Checking rustls-platform-verifier v0.6.2 |
| 2112 | 2026-06-25T02:08:24.041Z | Checking zerocopy v0.7.35 |
| 2113 | 2026-06-25T02:08:24.088Z | Checking hyper-rustls v0.27.7 |
| 2114 | 2026-06-25T02:08:24.124Z | Checking elliptic-curve v0.13.8 |
| 2115 | 2026-06-25T02:08:24.320Z | Checking reqwest v0.13.2 |
| 2116 | 2026-06-25T02:08:24.393Z | Checking unicode-segmentation v1.12.0 |
| 2117 | 2026-06-25T02:08:24.453Z | Checking foreign-types-shared v0.1.1 |
| 2118 | 2026-06-25T02:08:24.486Z | Checking rsa v0.9.10 |
| 2119 | 2026-06-25T02:08:24.540Z | Checking dtrace-parser v0.2.0 |
| 2120 | 2026-06-25T02:08:24.573Z | Checking foreign-types v0.3.2 |
| 2121 | 2026-06-25T02:08:24.666Z | Checking rfc6979 v0.4.0 |
| 2122 | 2026-06-25T02:08:24.724Z | Checking memoffset v0.9.1 |
| 2123 | 2026-06-25T02:08:24.797Z | Checking openssl-sys v0.9.115 |
| 2124 | 2026-06-25T02:08:24.832Z | Checking thread-id v4.2.2 |
| 2125 | 2026-06-25T02:08:24.835Z | Checking ecdsa v0.16.9 |
| 2126 | 2026-06-25T02:08:24.894Z | Checking dof v0.4.0 |
| 2127 | 2026-06-25T02:08:24.936Z | Checking curve25519-dalek v4.1.3 |
| 2128 | 2026-06-25T02:08:24.975Z | Checking rustix v0.38.44 |
| 2129 | 2026-06-25T02:08:25.209Z | Checking openssl v0.10.79 |
| 2130 | 2026-06-25T02:08:25.214Z | Checking env_filter v1.0.0 |
| 2131 | 2026-06-25T02:08:25.264Z | Checking same-file v1.0.6 |
| 2132 | 2026-06-25T02:08:25.402Z | Checking keccak v0.1.6 |
| 2133 | 2026-06-25T02:08:25.437Z | Checking toml_write v0.1.2 |
| 2134 | 2026-06-25T02:08:25.494Z | Checking newtype-uuid v1.3.2 |
| 2135 | 2026-06-25T02:08:25.554Z | Checking usdt-impl v0.6.0 |
| 2136 | 2026-06-25T02:08:25.597Z | Checking sha3 v0.10.8 |
| 2137 | 2026-06-25T02:08:25.629Z | Checking toml_edit v0.22.27 |
| 2138 | 2026-06-25T02:08:25.661Z | Checking dof v0.3.0 |
| 2139 | 2026-06-25T02:08:25.721Z | Checking daft v0.1.7 |
| 2140 | 2026-06-25T02:08:25.756Z | Checking walkdir v2.5.0 |
| 2141 | 2026-06-25T02:08:25.815Z | Checking env_logger v0.11.9 |
| 2142 | 2026-06-25T02:08:25.850Z | Checking ed25519 v2.2.3 |
| 2143 | 2026-06-25T02:08:25.882Z | Checking usdt v0.6.0 |
| 2144 | 2026-06-25T02:08:25.936Z | Checking itertools v0.13.0 |
| 2145 | 2026-06-25T02:08:25.969Z | Checking usdt-impl v0.5.0 |
| 2146 | 2026-06-25T02:08:26.003Z | Checking serde_with v3.17.0 |
| 2147 | 2026-06-25T02:08:26.036Z | Checking bitflags v1.3.2 |
| 2148 | 2026-06-25T02:08:26.068Z | Checking siphasher v1.0.2 |
| 2149 | 2026-06-25T02:08:26.073Z | Checking ed25519-dalek v2.2.0 |
| 2150 | 2026-06-25T02:08:26.132Z | Checking nix v0.31.2 |
| 2151 | 2026-06-25T02:08:26.246Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2152 | 2026-06-25T02:08:26.281Z | Checking unicode-normalization v0.1.25 |
| 2153 | 2026-06-25T02:08:26.350Z | Checking signal-hook v0.3.18 |
| 2154 | 2026-06-25T02:08:26.569Z | Checking winnow v0.5.40 |
| 2155 | 2026-06-25T02:08:26.601Z | Checking managed v0.8.0 |
| 2156 | 2026-06-25T02:08:26.702Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2157 | 2026-06-25T02:08:26.745Z | Checking object v0.37.3 |
| 2158 | 2026-06-25T02:08:26.859Z | Checking foldhash v0.1.5 |
| 2159 | 2026-06-25T02:08:26.864Z | Checking bzip2 v0.4.4 |
| 2160 | 2026-06-25T02:08:26.966Z | Checking hashbrown v0.15.5 |
| 2161 | 2026-06-25T02:08:27.000Z | Checking signal-hook-mio v0.2.5 |
| 2162 | 2026-06-25T02:08:27.033Z | Checking globset v0.4.18 |
| 2163 | 2026-06-25T02:08:27.130Z | Checking ref-cast v1.0.25 |
| 2164 | 2026-06-25T02:08:27.203Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2165 | 2026-06-25T02:08:27.238Z | Checking native-tls v0.2.18 |
| 2166 | 2026-06-25T02:08:27.271Z | Checking zip v0.6.6 |
| 2167 | 2026-06-25T02:08:27.314Z | Checking pin-project v1.1.11 |
| 2168 | 2026-06-25T02:08:27.347Z | Checking zstd-safe v7.2.4 |
| 2169 | 2026-06-25T02:08:27.431Z | Checking bumpalo v3.20.2 |
| 2170 | 2026-06-25T02:08:27.468Z | Checking libbz2-rs-sys v0.2.2 |
| 2171 | 2026-06-25T02:08:27.471Z | Checking tokio-native-tls v0.3.1 |
| 2172 | 2026-06-25T02:08:27.496Z | Checking crossterm v0.28.1 |
| 2173 | 2026-06-25T02:08:27.559Z | Checking zstd v0.13.3 |
| 2174 | 2026-06-25T02:08:27.613Z | Checking similar v2.7.0 |
| 2175 | 2026-06-25T02:08:27.657Z | Checking zopfli v0.8.3 |
| 2176 | 2026-06-25T02:08:27.691Z | Checking hyper-tls v0.6.0 |
| 2177 | 2026-06-25T02:08:27.727Z | Checking toml_edit v0.19.15 |
| 2178 | 2026-06-25T02:08:27.769Z | Checking tokio-stream v0.1.18 |
| 2179 | 2026-06-25T02:08:27.886Z | Checking reqwest v0.12.28 |
| 2180 | 2026-06-25T02:08:27.889Z | Checking bzip2 v0.6.1 |
| 2181 | 2026-06-25T02:08:28.014Z | Checking fs-err v3.3.0 |
| 2182 | 2026-06-25T02:08:28.048Z | Checking pem v3.0.6 |
| 2183 | 2026-06-25T02:08:28.101Z | Checking hash32 v0.2.1 |
| 2184 | 2026-06-25T02:08:28.180Z | Checking serde-big-array v0.5.1 |
| 2185 | 2026-06-25T02:08:28.228Z | Checking unicode-properties v0.1.4 |
| 2186 | 2026-06-25T02:08:28.262Z | Checking unicode-bidi v0.3.18 |
| 2187 | 2026-06-25T02:08:28.295Z | Checking predicates-core v1.0.10 |
| 2188 | 2026-06-25T02:08:28.334Z | Checking jiff v0.2.21 |
| 2189 | 2026-06-25T02:08:28.337Z | Checking heapless v0.7.17 |
| 2190 | 2026-06-25T02:08:28.437Z | Checking snafu v0.8.9 |
| 2191 | 2026-06-25T02:08:28.472Z | Checking olpc-cjson v0.1.4 |
| 2192 | 2026-06-25T02:08:28.577Z | Checking stringprep v0.1.5 |
| 2193 | 2026-06-25T02:08:28.630Z | Checking hickory-proto v0.25.2 |
| 2194 | 2026-06-25T02:08:28.702Z | Checking md-5 v0.10.6 |
| 2195 | 2026-06-25T02:08:28.755Z | Checking serde_plain v1.0.2 |
| 2196 | 2026-06-25T02:08:28.791Z | Checking float-cmp v0.10.0 |
| 2197 | 2026-06-25T02:08:28.794Z | Checking toml v0.7.8 |
| 2198 | 2026-06-25T02:08:28.794Z | Checking difflib v0.4.0 |
| 2199 | 2026-06-25T02:08:28.882Z | Checking typed-path v0.9.3 |
| 2200 | 2026-06-25T02:08:28.920Z | Checking normalize-line-endings v0.3.0 |
| 2201 | 2026-06-25T02:08:28.953Z | Checking fallible-iterator v0.2.0 |
| 2202 | 2026-06-25T02:08:29.025Z | Checking smoltcp v0.9.1 |
| 2203 | 2026-06-25T02:08:29.059Z | Checking predicates v3.1.4 |
| 2204 | 2026-06-25T02:08:29.062Z | Checking iddqd v0.4.2 |
| 2205 | 2026-06-25T02:08:29.178Z | Checking phf_shared v0.11.3 |
| 2206 | 2026-06-25T02:08:29.242Z | Checking postgres-protocol v0.6.10 |
| 2207 | 2026-06-25T02:08:29.344Z | Checking phf_shared v0.13.1 |
| 2208 | 2026-06-25T02:08:29.383Z | Checking buf-list v1.1.2 |
| 2209 | 2026-06-25T02:08:29.561Z | Checking strum v0.27.2 |
| 2210 | 2026-06-25T02:08:29.595Z | Checking precomputed-hash v0.1.1 |
| 2211 | 2026-06-25T02:08:29.598Z | Checking fixedbitset v0.5.7 |
| 2212 | 2026-06-25T02:08:29.659Z | Checking tough v0.22.0 |
| 2213 | 2026-06-25T02:08:29.662Z | Checking fixedbitset v0.4.2 |
| 2214 | 2026-06-25T02:08:29.723Z | Checking lalrpop-util v0.19.12 |
| 2215 | 2026-06-25T02:08:29.757Z | Checking new_debug_unreachable v1.0.6 |
| 2216 | 2026-06-25T02:08:29.808Z | Checking petgraph v0.8.3 |
| 2217 | 2026-06-25T02:08:29.850Z | Checking string_cache v0.8.9 |
| 2218 | 2026-06-25T02:08:29.883Z | Checking petgraph v0.6.5 |
| 2219 | 2026-06-25T02:08:29.915Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2220 | 2026-06-25T02:08:30.021Z | Checking postgres-types v0.2.12 |
| 2221 | 2026-06-25T02:08:30.055Z | Checking phf v0.13.1 |
| 2222 | 2026-06-25T02:08:30.241Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2223 | 2026-06-25T02:08:30.383Z | Checking peg-runtime v0.8.5 |
| 2224 | 2026-06-25T02:08:30.559Z | Checking whoami v2.1.0 |
| 2225 | 2026-06-25T02:08:30.680Z | Checking zip v4.6.1 |
| 2226 | 2026-06-25T02:08:30.718Z | Checking is-terminal v0.4.17 |
| 2227 | 2026-06-25T02:08:30.781Z | Checking tokio-postgres v0.7.16 |
| 2228 | 2026-06-25T02:08:30.834Z | Checking crossbeam-channel v0.5.15 |
| 2229 | 2026-06-25T02:08:31.170Z | Checking thread_local v1.1.9 |
| 2230 | 2026-06-25T02:08:31.204Z | Compiling structmeta-derive v0.3.0 |
| 2231 | 2026-06-25T02:08:31.291Z | Checking term v1.2.1 |
| 2232 | 2026-06-25T02:08:31.366Z | Checking take_mut v0.2.2 |
| 2233 | 2026-06-25T02:08:31.440Z | Compiling newtype-uuid-macros v0.1.0 |
| 2234 | 2026-06-25T02:08:31.478Z | Compiling rustls v0.22.4 |
| 2235 | 2026-06-25T02:08:31.512Z | Checking slog-async v2.8.0 |
| 2236 | 2026-06-25T02:08:31.544Z | Checking slog-term v2.9.2 |
| 2237 | 2026-06-25T02:08:31.711Z | Compiling multer v3.1.0 |
| 2238 | 2026-06-25T02:08:31.752Z | Compiling async-stream-impl v0.3.6 |
| 2239 | 2026-06-25T02:08:31.786Z | Checking match_cfg v0.1.0 |
| 2240 | 2026-06-25T02:08:31.827Z | Checking slog-json v2.6.1 |
| 2241 | 2026-06-25T02:08:31.883Z | Checking hostname v0.3.1 |
| 2242 | 2026-06-25T02:08:31.999Z | Compiling dropshot v0.17.0 |
| 2243 | 2026-06-25T02:08:32.037Z | Compiling dropshot_endpoint v0.17.0 |
| 2244 | 2026-06-25T02:08:32.040Z | Checking slog-bunyan v2.5.0 |
| 2245 | 2026-06-25T02:08:32.097Z | Checking debug-ignore v1.0.5 |
| 2246 | 2026-06-25T02:08:32.203Z | Checking progenitor-client v0.14.0 |
| 2247 | 2026-06-25T02:08:32.238Z | Checking rustls-webpki v0.102.8 |
| 2248 | 2026-06-25T02:08:32.241Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2249 | 2026-06-25T02:08:32.330Z | Compiling structmeta v0.3.0 |
| 2250 | 2026-06-25T02:08:32.394Z | Checking serde_path_to_error v0.1.20 |
| 2251 | 2026-06-25T02:08:32.397Z | Checking serde_spanned v1.0.4 |
| 2252 | 2026-06-25T02:08:32.459Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2253 | 2026-06-25T02:08:32.497Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2254 | 2026-06-25T02:08:32.566Z | Compiling derive-ex v0.1.8 |
| 2255 | 2026-06-25T02:08:32.600Z | Checking compression-core v0.4.31 |
| 2256 | 2026-06-25T02:08:32.632Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2257 | 2026-06-25T02:08:32.680Z | Checking async-stream v0.3.6 |
| 2258 | 2026-06-25T02:08:32.821Z | Checking compression-codecs v0.4.37 |
| 2259 | 2026-06-25T02:08:32.831Z | Checking toml v1.0.6+spec-1.1.0 |
| 2260 | 2026-06-25T02:08:32.864Z | Checking waitgroup v0.1.2 |
| 2261 | 2026-06-25T02:08:32.909Z | Checking rustls-pemfile v2.2.0 |
| 2262 | 2026-06-25T02:08:32.960Z | Checking async-compression v0.4.41 |
| 2263 | 2026-06-25T02:08:32.993Z | Checking hostname v0.4.2 |
| 2264 | 2026-06-25T02:08:32.996Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2265 | 2026-06-25T02:08:33.073Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2266 | 2026-06-25T02:08:33.115Z | Checking atomicwrites v0.4.4 |
| 2267 | 2026-06-25T02:08:33.153Z | Compiling parse-display-derive v0.10.0 |
| 2268 | 2026-06-25T02:08:33.222Z | Checking itertools v0.14.0 |
| 2269 | 2026-06-25T02:08:33.256Z | Checking macaddr v1.0.1 |
| 2270 | 2026-06-25T02:08:33.287Z | Checking regress v0.10.5 |
| 2271 | 2026-06-25T02:08:33.437Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2272 | 2026-06-25T02:08:33.469Z | Checking instant v0.1.13 |
| 2273 | 2026-06-25T02:08:33.577Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2274 | 2026-06-25T02:08:33.774Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2275 | 2026-06-25T02:08:33.832Z | Checking backoff v0.4.0 |
| 2276 | 2026-06-25T02:08:33.873Z | Checking backon v1.6.0 |
| 2277 | 2026-06-25T02:08:34.036Z | Checking humantime v2.3.0 |
| 2278 | 2026-06-25T02:08:34.069Z | Checking progenitor-extras v0.2.0 |
| 2279 | 2026-06-25T02:08:34.155Z | Checking tokio-rustls v0.25.0 |
| 2280 | 2026-06-25T02:08:34.238Z | Checking unicode-width v0.2.0 |
| 2281 | 2026-06-25T02:08:34.242Z | Compiling test-strategy v0.4.5 |
| 2282 | 2026-06-25T02:08:34.303Z | Compiling convert_case v0.4.0 |
| 2283 | 2026-06-25T02:08:34.307Z | Checking heck v0.5.0 |
| 2284 | 2026-06-25T02:08:34.365Z | Checking half v2.7.1 |
| 2285 | 2026-06-25T02:08:34.475Z | Checking ciborium-io v0.2.2 |
| 2286 | 2026-06-25T02:08:34.510Z | Checking secrecy v0.10.3 |
| 2287 | 2026-06-25T02:08:34.590Z | Compiling regress v0.11.1 |
| 2288 | 2026-06-25T02:08:34.644Z | Checking ciborium-ll v0.2.2 |
| 2289 | 2026-06-25T02:08:34.677Z | Checking indent_write v2.2.0 |
| 2290 | 2026-06-25T02:08:34.707Z | Compiling derive_more v0.99.20 |
| 2291 | 2026-06-25T02:08:34.739Z | Checking universal-hash v0.5.1 |
| 2292 | 2026-06-25T02:08:34.824Z | Checking opaque-debug v0.3.1 |
| 2293 | 2026-06-25T02:08:34.857Z | Checking ciborium v0.2.2 |
| 2294 | 2026-06-25T02:08:34.860Z | Checking parse-display v0.10.0 |
| 2295 | 2026-06-25T02:08:34.918Z | Checking camino-tempfile v1.4.1 |
| 2296 | 2026-06-25T02:08:35.053Z | Compiling crucible-workspace-hack v0.1.0 |
| 2297 | 2026-06-25T02:08:35.137Z | Checking aead v0.5.2 |
| 2298 | 2026-06-25T02:08:35.316Z | Compiling unsafe-libyaml v0.2.11 |
| 2299 | 2026-06-25T02:08:35.352Z | Checking poly1305 v0.8.0 |
| 2300 | 2026-06-25T02:08:35.447Z | Checking chacha20 v0.9.1 |
| 2301 | 2026-06-25T02:08:35.667Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2302 | 2026-06-25T02:08:35.700Z | Checking swrite v0.1.0 |
| 2303 | 2026-06-25T02:08:35.796Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2304 | 2026-06-25T02:08:35.829Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2305 | 2026-06-25T02:08:36.085Z | Compiling serde_yaml v0.9.34+deprecated |
| 2306 | 2026-06-25T02:08:36.171Z | Checking password-hash v0.5.0 |
| 2307 | 2026-06-25T02:08:36.212Z | Compiling typify-impl v0.6.2 |
| 2308 | 2026-06-25T02:08:36.390Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2309 | 2026-06-25T02:08:36.432Z | Checking blake2 v0.10.6 |
| 2310 | 2026-06-25T02:08:36.697Z | Checking argon2 v0.5.3 |
| 2311 | 2026-06-25T02:08:36.868Z | Checking thiserror-no-std v2.0.2 |
| 2312 | 2026-06-25T02:08:36.985Z | Checking vsss-rs v3.3.4 |
| 2313 | 2026-06-25T02:08:37.069Z | Checking chacha20poly1305 v0.10.1 |
| 2314 | 2026-06-25T02:08:37.223Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2315 | 2026-06-25T02:08:37.335Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2316 | 2026-06-25T02:08:37.555Z | Checking byte-wrapper v0.1.0 |
| 2317 | 2026-06-25T02:08:37.653Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2318 | 2026-06-25T02:08:37.656Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2319 | 2026-06-25T02:08:37.717Z | Checking crossbeam-deque v0.8.6 |
| 2320 | 2026-06-25T02:08:37.785Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2321 | 2026-06-25T02:08:37.884Z | Compiling rayon-core v1.13.0 |
| 2322 | 2026-06-25T02:08:37.918Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2323 | 2026-06-25T02:08:37.921Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2324 | 2026-06-25T02:08:38.119Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2325 | 2026-06-25T02:08:38.192Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2326 | 2026-06-25T02:08:38.510Z | Compiling proc-macro-error v1.0.4 |
| 2327 | 2026-06-25T02:08:38.510Z | Checking rayon v1.11.0 |
| 2328 | 2026-06-25T02:08:38.873Z | Compiling proc-macro-crate v3.4.0 |
| 2329 | 2026-06-25T02:08:39.251Z | Checking toml v0.8.23 |
| 2330 | 2026-06-25T02:08:39.284Z | Checking tabwriter v1.4.1 |
| 2331 | 2026-06-25T02:08:39.318Z | Checking cpufeatures v0.3.0 |
| 2332 | 2026-06-25T02:08:39.411Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2333 | 2026-06-25T02:08:39.445Z | Compiling num_enum_derive v0.7.6 |
| 2334 | 2026-06-25T02:08:39.448Z | Checking glob v0.3.3 |
| 2335 | 2026-06-25T02:08:39.505Z | Compiling heapless v0.8.0 |
| 2336 | 2026-06-25T02:08:39.535Z | Checking colored v3.1.1 |
| 2337 | 2026-06-25T02:08:39.595Z | Compiling ingot-macros v0.1.1 |
| 2338 | 2026-06-25T02:08:39.674Z | Checking hash32 v0.3.1 |
| 2339 | 2026-06-25T02:08:39.756Z | Compiling smoltcp v0.11.0 |
| 2340 | 2026-06-25T02:08:39.837Z | Checking unicode-width v0.1.14 |
| 2341 | 2026-06-25T02:08:39.994Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2342 | 2026-06-25T02:08:40.109Z | Checking cobs v0.3.0 |
| 2343 | 2026-06-25T02:08:40.189Z | Compiling usdt-macro v0.5.0 |
| 2344 | 2026-06-25T02:08:40.285Z | Compiling usdt-attr-macro v0.5.0 |
| 2345 | 2026-06-25T02:08:40.326Z | Checking memmap v0.7.0 |
| 2346 | 2026-06-25T02:08:40.369Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2347 | 2026-06-25T02:08:40.461Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2348 | 2026-06-25T02:08:40.531Z | Checking num_enum v0.7.6 |
| 2349 | 2026-06-25T02:08:40.669Z | Checking postcard v1.1.3 |
| 2350 | 2026-06-25T02:08:40.732Z | Compiling typify-macro v0.6.2 |
| 2351 | 2026-06-25T02:08:40.762Z | Compiling proc-macro-crate v1.3.1 |
| 2352 | 2026-06-25T02:08:40.952Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2353 | 2026-06-25T02:08:41.020Z | Checking sigpipe v0.1.3 |
| 2354 | 2026-06-25T02:08:41.092Z | Checking usdt v0.5.0 |
| 2355 | 2026-06-25T02:08:41.125Z | Compiling foreign-types-macros v0.2.3 |
| 2356 | 2026-06-25T02:08:41.180Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2357 | 2026-06-25T02:08:41.212Z | Checking foreign-types-shared v0.3.1 |
| 2358 | 2026-06-25T02:08:41.283Z | Compiling num_enum_derive v0.5.11 |
| 2359 | 2026-06-25T02:08:41.488Z | Checking chacha20 v0.10.0 |
| 2360 | 2026-06-25T02:08:41.590Z | Checking cstr-argument v0.1.2 |
| 2361 | 2026-06-25T02:08:41.713Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2362 | 2026-06-25T02:08:41.777Z | Compiling num-derive v0.4.2 |
| 2363 | 2026-06-25T02:08:41.777Z | Checking foreign-types v0.5.0 |
| 2364 | 2026-06-25T02:08:41.777Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2365 | 2026-06-25T02:08:41.904Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2366 | 2026-06-25T02:08:42.155Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2367 | 2026-06-25T02:08:42.197Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2368 | 2026-06-25T02:08:42.249Z | Checking rand v0.10.0 |
| 2369 | 2026-06-25T02:08:42.289Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2370 | 2026-06-25T02:08:42.322Z | Checking num_enum v0.5.11 |
| 2371 | 2026-06-25T02:08:42.393Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2372 | 2026-06-25T02:08:42.450Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2373 | 2026-06-25T02:08:42.482Z | Compiling typify v0.6.2 |
| 2374 | 2026-06-25T02:08:42.486Z | Checking ingot-types v0.1.2 |
| 2375 | 2026-06-25T02:08:42.586Z | Checking itertools v0.12.1 |
| 2376 | 2026-06-25T02:08:42.620Z | Compiling progenitor-impl v0.14.0 |
| 2377 | 2026-06-25T02:08:42.649Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2378 | 2026-06-25T02:08:42.709Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2379 | 2026-06-25T02:08:42.902Z | Compiling zone_cfg_derive v0.3.1 |
| 2380 | 2026-06-25T02:08:42.935Z | Checking ingot v0.1.1 |
| 2381 | 2026-06-25T02:08:43.029Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2382 | 2026-06-25T02:08:43.226Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2383 | 2026-06-25T02:08:43.488Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2384 | 2026-06-25T02:08:43.586Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2385 | 2026-06-25T02:08:43.620Z | Checking zone v0.3.1 |
| 2386 | 2026-06-25T02:08:43.623Z | Checking smf v0.2.3 |
| 2387 | 2026-06-25T02:08:43.681Z | Checking whoami v1.6.1 |
| 2388 | 2026-06-25T02:08:43.728Z | Checking tokio-dtrace v0.1.1 |
| 2389 | 2026-06-25T02:08:43.824Z | Compiling derive-where v1.6.0 |
| 2390 | 2026-06-25T02:08:43.878Z | Checking console v0.15.11 |
| 2391 | 2026-06-25T02:08:43.911Z | Checking newline-converter v0.3.0 |
| 2392 | 2026-06-25T02:08:43.950Z | Checking oxide-tokio-rt v0.1.4 |
| 2393 | 2026-06-25T02:08:43.992Z | Checking bytecount v0.6.9 |
| 2394 | 2026-06-25T02:08:44.043Z | Compiling owo-colors v4.3.0 |
| 2395 | 2026-06-25T02:08:44.118Z | Compiling cancel-safe-futures v0.1.5 |
| 2396 | 2026-06-25T02:08:44.151Z | Checking libsw-core v0.3.2 |
| 2397 | 2026-06-25T02:08:44.186Z | Checking expectorate v1.2.0 |
| 2398 | 2026-06-25T02:08:44.318Z | Checking libsw v3.5.0 |
| 2399 | 2026-06-25T02:08:44.352Z | Checking num-rational v0.4.2 |
| 2400 | 2026-06-25T02:08:44.567Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2401 | 2026-06-25T02:08:44.681Z | Checking num-complex v0.4.6 |
| 2402 | 2026-06-25T02:08:44.714Z | Checking linear-map v1.2.0 |
| 2403 | 2026-06-25T02:08:44.744Z | Checking float-ord v0.3.2 |
| 2404 | 2026-06-25T02:08:44.871Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2405 | 2026-06-25T02:08:44.907Z | Checking gethostname v0.5.0 |
| 2406 | 2026-06-25T02:08:45.020Z | Compiling prettyplease v0.2.37 |
| 2407 | 2026-06-25T02:08:45.052Z | Checking num v0.4.3 |
| 2408 | 2026-06-25T02:08:45.082Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2409 | 2026-06-25T02:08:45.138Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2410 | 2026-06-25T02:08:45.241Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2411 | 2026-06-25T02:08:45.273Z | Compiling progenitor-macro v0.14.0 |
| 2412 | 2026-06-25T02:08:45.372Z | Checking resolv-conf v0.7.6 |
| 2413 | 2026-06-25T02:08:45.520Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2414 | 2026-06-25T02:08:45.582Z | Checking smawk v0.3.2 |
| 2415 | 2026-06-25T02:08:45.739Z | Checking unicode-linebreak v0.1.5 |
| 2416 | 2026-06-25T02:08:45.774Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2417 | 2026-06-25T02:08:45.989Z | Checking papergrid v0.11.0 |
| 2418 | 2026-06-25T02:08:46.613Z | Compiling tabled_derive v0.7.0 |
| 2419 | 2026-06-25T02:08:46.699Z | Compiling convert_case v0.10.0 |
| 2420 | 2026-06-25T02:08:46.783Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2421 | 2026-06-25T02:08:46.837Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2422 | 2026-06-25T02:08:46.995Z | Compiling slog-dtrace v0.3.0 |
| 2423 | 2026-06-25T02:08:47.038Z | Compiling derive_more-impl v2.1.1 |
| 2424 | 2026-06-25T02:08:47.108Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2425 | 2026-06-25T02:08:47.285Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2426 | 2026-06-25T02:08:47.319Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2427 | 2026-06-25T02:08:47.603Z | Checking tabled v0.15.0 |
| 2428 | 2026-06-25T02:08:47.884Z | Checking derive_more v2.1.1 |
| 2429 | 2026-06-25T02:08:47.983Z | Checking crossterm v0.29.0 |
| 2430 | 2026-06-25T02:08:48.322Z | Checking linked-hash-map v0.5.6 |
| 2431 | 2026-06-25T02:08:48.530Z | Checking lru-cache v0.1.2 |
| 2432 | 2026-06-25T02:08:48.885Z | Checking hickory-proto v0.24.4 |
| 2433 | 2026-06-25T02:08:48.953Z | Checking fd-lock v4.0.4 |
| 2434 | 2026-06-25T02:08:49.135Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2435 | 2026-06-25T02:08:49.737Z | Checking vte v0.14.1 |
| 2436 | 2026-06-25T02:08:49.982Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2437 | 2026-06-25T02:08:50.045Z | Checking display-error-chain v0.2.2 |
| 2438 | 2026-06-25T02:08:50.147Z | Checking progenitor v0.14.0 |
| 2439 | 2026-06-25T02:08:50.224Z | Checking strip-ansi-escapes v0.2.1 |
| 2440 | 2026-06-25T02:08:50.336Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2441 | 2026-06-25T02:08:50.726Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2442 | 2026-06-25T02:08:51.619Z | Checking termtree v0.5.1 |
| 2443 | 2026-06-25T02:08:51.786Z | Checking nu-ansi-term v0.50.3 |
| 2444 | 2026-06-25T02:08:51.937Z | Checking hickory-resolver v0.24.4 |
| 2445 | 2026-06-25T02:08:52.009Z | Checking textwrap v0.16.2 |
| 2446 | 2026-06-25T02:08:52.047Z | Checking reedline v0.40.0 |
| 2447 | 2026-06-25T02:08:52.189Z | Compiling minimal-lexical v0.2.1 |
| 2448 | 2026-06-25T02:08:52.236Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2449 | 2026-06-25T02:08:52.269Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2450 | 2026-06-25T02:08:52.465Z | Compiling nom v7.1.3 |
| 2451 | 2026-06-25T02:08:52.717Z | Checking qorb v0.4.1 |
| 2452 | 2026-06-25T02:08:52.753Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2453 | 2026-06-25T02:08:52.826Z | Compiling ar_archive_writer v0.5.1 |
| 2454 | 2026-06-25T02:08:53.375Z | Checking csv-core v0.1.13 |
| 2455 | 2026-06-25T02:08:53.427Z | Compiling stacker v0.1.23 |
| 2456 | 2026-06-25T02:08:53.579Z | Checking csv v1.4.0 |
| 2457 | 2026-06-25T02:08:53.692Z | Compiling psm v0.1.30 |
| 2458 | 2026-06-25T02:08:53.724Z | Compiling semver v0.1.20 |
| 2459 | 2026-06-25T02:08:53.833Z | Compiling cfg_aliases v0.1.1 |
| 2460 | 2026-06-25T02:08:53.937Z | Checking highway v1.3.0 |
| 2461 | 2026-06-25T02:08:53.970Z | Compiling rustc_version v0.1.7 |
| 2462 | 2026-06-25T02:08:54.001Z | Compiling nix v0.28.0 |
| 2463 | 2026-06-25T02:08:54.083Z | Checking nibble_vec v0.1.0 |
| 2464 | 2026-06-25T02:08:54.190Z | Checking home v0.5.12 |
| 2465 | 2026-06-25T02:08:54.222Z | Checking endian-type v0.1.2 |
| 2466 | 2026-06-25T02:08:54.281Z | Compiling newtype_derive v0.1.6 |
| 2467 | 2026-06-25T02:08:54.284Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2468 | 2026-06-25T02:08:54.341Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2469 | 2026-06-25T02:08:54.372Z | Checking radix_trie v0.2.1 |
| 2470 | 2026-06-25T02:08:54.474Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2471 | 2026-06-25T02:08:54.506Z | Checking phf_shared v0.12.1 |
| 2472 | 2026-06-25T02:08:54.605Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2473 | 2026-06-25T02:08:54.666Z | Compiling chrono-tz v0.10.4 |
| 2474 | 2026-06-25T02:08:54.698Z | Checking phf v0.12.1 |
| 2475 | 2026-06-25T02:08:54.944Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2476 | 2026-06-25T02:08:54.947Z | Compiling const_format_proc_macros v0.2.34 |
| 2477 | 2026-06-25T02:08:55.006Z | Compiling peg-macros v0.8.5 |
| 2478 | 2026-06-25T02:08:55.037Z | Checking recursive v0.1.1 |
| 2479 | 2026-06-25T02:08:55.177Z | Checking winnow v0.6.26 |
| 2480 | 2026-06-25T02:08:55.224Z | Checking nom v8.0.0 |
| 2481 | 2026-06-25T02:08:55.470Z | Compiling sqlparser_derive v0.5.0 |
| 2482 | 2026-06-25T02:08:55.705Z | Checking unicode_categories v0.1.1 |
| 2483 | 2026-06-25T02:08:55.894Z | Checking const_format v0.2.35 |
| 2484 | 2026-06-25T02:08:55.924Z | Checking rustyline v14.0.0 |
| 2485 | 2026-06-25T02:08:56.267Z | Checking sqlparser v0.61.0 |
| 2486 | 2026-06-25T02:08:56.370Z | Checking sqlformat v0.3.5 |
| 2487 | 2026-06-25T02:08:56.445Z | Checking peg v0.8.5 |
| 2488 | 2026-06-25T02:08:56.543Z | Checking bcs v0.1.6 |
| 2489 | 2026-06-25T02:08:56.630Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a) |
| 2490 | 2026-06-25T02:08:56.725Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2491 | 2026-06-25T02:08:56.792Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2492 | 2026-06-25T02:08:56.826Z | Checking steno v0.4.1 |
| 2493 | 2026-06-25T02:08:56.938Z | Checking filetime v0.2.27 |
| 2494 | 2026-06-25T02:08:57.101Z | Checking xattr v1.6.1 |
| 2495 | 2026-06-25T02:08:57.173Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2496 | 2026-06-25T02:08:57.206Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a) |
| 2497 | 2026-06-25T02:08:57.253Z | Checking tar v0.4.45 |
| 2498 | 2026-06-25T02:08:57.367Z | Checking subprocess v0.2.15 |
| 2499 | 2026-06-25T02:08:57.691Z | Checking base64 v0.21.7 |
| 2500 | 2026-06-25T02:08:57.760Z | Checking headers-core v0.3.0 |
| 2501 | 2026-06-25T02:08:57.841Z | Checking yasna v0.5.2 |
| 2502 | 2026-06-25T02:08:57.895Z | Checking headers v0.4.1 |
| 2503 | 2026-06-25T02:08:57.949Z | Checking dropshot-api-manager-types v0.7.2 |
| 2504 | 2026-06-25T02:08:58.143Z | Checking tagptr v0.2.0 |
| 2505 | 2026-06-25T02:08:58.259Z | Checking rcgen v0.12.1 |
| 2506 | 2026-06-25T02:08:58.314Z | Checking moka v0.12.13 |
| 2507 | 2026-06-25T02:08:58.381Z | Checking utf-8 v0.7.6 |
| 2508 | 2026-06-25T02:08:58.542Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2509 | 2026-06-25T02:08:58.599Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2510 | 2026-06-25T02:08:58.713Z | Compiling libefi-sys v0.1.0 |
| 2511 | 2026-06-25T02:08:58.960Z | Checking tungstenite v0.21.0 |
| 2512 | 2026-06-25T02:08:58.994Z | Checking hickory-resolver v0.25.2 |
| 2513 | 2026-06-25T02:08:59.063Z | Compiling bitfield-struct v0.6.2 |
| 2514 | 2026-06-25T02:08:59.406Z | Checking tokio-tungstenite v0.21.0 |
| 2515 | 2026-06-25T02:08:59.439Z | Compiling radium v0.7.0 |
| 2516 | 2026-06-25T02:08:59.743Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2517 | 2026-06-25T02:08:59.746Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2518 | 2026-06-25T02:08:59.804Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2519 | 2026-06-25T02:08:59.916Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2520 | 2026-06-25T02:09:00.046Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2521 | 2026-06-25T02:09:00.091Z | Compiling maybe-uninit v2.0.0 |
| 2522 | 2026-06-25T02:09:00.331Z | Checking tap v1.0.1 |
| 2523 | 2026-06-25T02:09:00.361Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2524 | 2026-06-25T02:09:00.470Z | Checking wyz v0.5.1 |
| 2525 | 2026-06-25T02:09:00.619Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2526 | 2026-06-25T02:09:00.673Z | Compiling zerocopy-derive v0.6.6 |
| 2527 | 2026-06-25T02:09:00.704Z | Checking funty v2.0.0 |
| 2528 | 2026-06-25T02:09:00.746Z | Checking crc-catalog v2.4.0 |
| 2529 | 2026-06-25T02:09:00.814Z | Compiling packed_struct v0.10.1 |
| 2530 | 2026-06-25T02:09:00.863Z | Checking crc v3.4.0 |
| 2531 | 2026-06-25T02:09:01.051Z | Checking bitvec v1.0.1 |
| 2532 | 2026-06-25T02:09:01.153Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2533 | 2026-06-25T02:09:01.183Z | Compiling packed_struct_codegen v0.10.1 |
| 2534 | 2026-06-25T02:09:01.254Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a) |
| 2535 | 2026-06-25T02:09:01.381Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a) |
| 2536 | 2026-06-25T02:09:01.535Z | Checking zerocopy v0.6.6 |
| 2537 | 2026-06-25T02:09:01.630Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2538 | 2026-06-25T02:09:01.897Z | Compiling bitfield-macros v0.19.4 |
| 2539 | 2026-06-25T02:09:02.170Z | Compiling indexmap v1.9.3 |
| 2540 | 2026-06-25T02:09:02.260Z | Checking nodrop v0.1.14 |
| 2541 | 2026-06-25T02:09:02.356Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2542 | 2026-06-25T02:09:02.385Z | Checking array-init v0.0.4 |
| 2543 | 2026-06-25T02:09:02.487Z | Checking smallvec v0.6.14 |
| 2544 | 2026-06-25T02:09:02.593Z | Checking bitfield v0.19.4 |
| 2545 | 2026-06-25T02:09:02.700Z | Checking hashbrown v0.12.3 |
| 2546 | 2026-06-25T02:09:02.703Z | Checking serde-hex v0.1.0 |
| 2547 | 2026-06-25T02:09:02.886Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2548 | 2026-06-25T02:09:03.071Z | Checking ron v0.8.1 |
| 2549 | 2026-06-25T02:09:03.489Z | Checking hashbrown v0.13.2 |
| 2550 | 2026-06-25T02:09:03.520Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2551 | 2026-06-25T02:09:03.616Z | Checking crc-any v2.5.0 |
| 2552 | 2026-06-25T02:09:03.821Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2553 | 2026-06-25T02:09:03.946Z | Checking object v0.30.4 |
| 2554 | 2026-06-25T02:09:04.013Z | Checking path-slash v0.1.5 |
| 2555 | 2026-06-25T02:09:04.143Z | Compiling xshell-macros v0.2.7 |
| 2556 | 2026-06-25T02:09:04.242Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2557 | 2026-06-25T02:09:04.550Z | Checking xshell v0.2.7 |
| 2558 | 2026-06-25T02:09:04.581Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2559 | 2026-06-25T02:09:04.613Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2560 | 2026-06-25T02:09:04.764Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2561 | 2026-06-25T02:09:04.912Z | Checking half v1.8.3 |
| 2562 | 2026-06-25T02:09:05.134Z | Checking serde_cbor v0.11.2 |
| 2563 | 2026-06-25T02:09:05.223Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2564 | 2026-06-25T02:09:05.254Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2565 | 2026-06-25T02:09:05.499Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2566 | 2026-06-25T02:09:05.606Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2567 | 2026-06-25T02:09:05.829Z | Compiling num-derive v0.3.3 |
| 2568 | 2026-06-25T02:09:05.922Z | Compiling proc-macro-error2 v2.0.1 |
| 2569 | 2026-06-25T02:09:06.039Z | Checking papergrid v0.17.0 |
| 2570 | 2026-06-25T02:09:06.103Z | Checking testing_table v0.3.0 |
| 2571 | 2026-06-25T02:09:06.223Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2572 | 2026-06-25T02:09:06.263Z | Compiling tabled_derive v0.11.0 |
| 2573 | 2026-06-25T02:09:06.695Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2574 | 2026-06-25T02:09:06.751Z | Compiling progenitor-impl v0.13.0 |
| 2575 | 2026-06-25T02:09:06.783Z | Checking libscf-sys v1.1.0 |
| 2576 | 2026-06-25T02:09:06.858Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2577 | 2026-06-25T02:09:06.936Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2578 | 2026-06-25T02:09:07.162Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2579 | 2026-06-25T02:09:07.386Z | Checking maplit v1.0.2 |
| 2580 | 2026-06-25T02:09:07.441Z | Checking tabled v0.20.0 |
| 2581 | 2026-06-25T02:09:07.642Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2582 | 2026-06-25T02:09:07.692Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2583 | 2026-06-25T02:09:08.067Z | Checking progenitor-client v0.13.0 |
| 2584 | 2026-06-25T02:09:08.341Z | Compiling git-stub v1.0.0 |
| 2585 | 2026-06-25T02:09:08.490Z | Checking crc8 v0.1.1 |
| 2586 | 2026-06-25T02:09:08.524Z | Compiling git-stub-vcs v0.1.0 |
| 2587 | 2026-06-25T02:09:08.614Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2588 | 2026-06-25T02:09:08.645Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2589 | 2026-06-25T02:09:08.957Z | Checking fxhash v0.2.1 |
| 2590 | 2026-06-25T02:09:09.034Z | Checking unicase v2.9.0 |
| 2591 | 2026-06-25T02:09:09.066Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2592 | 2026-06-25T02:09:09.223Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2593 | 2026-06-25T02:09:09.264Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2594 | 2026-06-25T02:09:09.356Z | Compiling progenitor-macro v0.13.0 |
| 2595 | 2026-06-25T02:09:09.411Z | Compiling vergen-lib v0.1.6 |
| 2596 | 2026-06-25T02:09:09.535Z | Compiling diesel_derives v2.3.7 |
| 2597 | 2026-06-25T02:09:09.652Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2598 | 2026-06-25T02:09:09.685Z | Checking scheduled-thread-pool v0.2.7 |
| 2599 | 2026-06-25T02:09:09.716Z | Compiling dsl_auto_type v0.2.0 |
| 2600 | 2026-06-25T02:09:09.786Z | Compiling vergen-gitcl v1.0.8 |
| 2601 | 2026-06-25T02:09:09.856Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2602 | 2026-06-25T02:09:09.988Z | Checking r2d2 v0.8.10 |
| 2603 | 2026-06-25T02:09:10.093Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2604 | 2026-06-25T02:09:10.097Z | Checking downcast-rs v2.0.2 |
| 2605 | 2026-06-25T02:09:10.197Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2606 | 2026-06-25T02:09:10.228Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2607 | 2026-06-25T02:09:10.273Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2608 | 2026-06-25T02:09:10.481Z | Checking kstat-rs v0.2.4 |
| 2609 | 2026-06-25T02:09:10.484Z | Checking arc-swap v1.8.2 |
| 2610 | 2026-06-25T02:09:10.748Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2611 | 2026-06-25T02:09:10.781Z | Checking slog-scope v4.4.1 |
| 2612 | 2026-06-25T02:09:10.945Z | Compiling parking_lot_core v0.8.6 |
| 2613 | 2026-06-25T02:09:10.977Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2614 | 2026-06-25T02:09:10.980Z | Checking slog-stdlog v4.1.1 |
| 2615 | 2026-06-25T02:09:11.040Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2616 | 2026-06-25T02:09:11.070Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2617 | 2026-06-25T02:09:11.152Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2618 | 2026-06-25T02:09:11.408Z | Checking slog-envlogger v2.2.0 |
| 2619 | 2026-06-25T02:09:11.483Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2620 | 2026-06-25T02:09:11.585Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2621 | 2026-06-25T02:09:11.870Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2622 | 2026-06-25T02:09:11.909Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a) |
| 2623 | 2026-06-25T02:09:11.942Z | Compiling dirs-sys-next v0.1.2 |
| 2624 | 2026-06-25T02:09:12.117Z | Compiling crunchy v0.2.4 |
| 2625 | 2026-06-25T02:09:12.167Z | Compiling dirs-next v2.0.0 |
| 2626 | 2026-06-25T02:09:12.245Z | Checking parking_lot v0.11.2 |
| 2627 | 2026-06-25T02:09:12.317Z | Compiling clang-sys v1.8.1 |
| 2628 | 2026-06-25T02:09:12.349Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a) |
| 2629 | 2026-06-25T02:09:12.452Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2630 | 2026-06-25T02:09:12.482Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2631 | 2026-06-25T02:09:12.670Z | Checking prefix-trie v0.7.0 |
| 2632 | 2026-06-25T02:09:12.701Z | Compiling tiny-keccak v2.0.2 |
| 2633 | 2026-06-25T02:09:12.981Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a) |
| 2634 | 2026-06-25T02:09:13.040Z | Checking sled v0.34.7 |
| 2635 | 2026-06-25T02:09:13.070Z | Checking hickory-server v0.25.2 |
| 2636 | 2026-06-25T02:09:13.101Z | Compiling term v0.7.0 |
| 2637 | 2026-06-25T02:09:13.173Z | Checking nanorand v0.7.0 |
| 2638 | 2026-06-25T02:09:13.395Z | Compiling salty v0.3.0 |
| 2639 | 2026-06-25T02:09:13.609Z | Compiling bit-vec v0.6.3 |
| 2640 | 2026-06-25T02:09:13.700Z | Compiling ascii-canvas v3.0.0 |
| 2641 | 2026-06-25T02:09:13.730Z | Checking flume v0.11.1 |
| 2642 | 2026-06-25T02:09:13.854Z | Compiling bit-set v0.5.3 |
| 2643 | 2026-06-25T02:09:14.006Z | Checking primeorder v0.13.6 |
| 2644 | 2026-06-25T02:09:14.038Z | Compiling itertools v0.10.5 |
| 2645 | 2026-06-25T02:09:14.273Z | Compiling ena v0.14.4 |
| 2646 | 2026-06-25T02:09:14.276Z | Checking progenitor v0.13.0 |
| 2647 | 2026-06-25T02:09:14.276Z | Compiling libloading v0.8.9 |
| 2648 | 2026-06-25T02:09:14.394Z | Compiling regex-syntax v0.6.29 |
| 2649 | 2026-06-25T02:09:14.520Z | Compiling bindgen v0.71.1 |
| 2650 | 2026-06-25T02:09:14.525Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2651 | 2026-06-25T02:09:14.525Z | Compiling diff v0.1.13 |
| 2652 | 2026-06-25T02:09:15.114Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2653 | 2026-06-25T02:09:15.590Z | Compiling cexpr v0.6.0 |
| 2654 | 2026-06-25T02:09:15.623Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2655 | 2026-06-25T02:09:15.625Z | Compiling fs-err v2.11.0 |
| 2656 | 2026-06-25T02:09:15.696Z | Checking diesel v2.3.7 |
| 2657 | 2026-06-25T02:09:15.843Z | Compiling lalrpop v0.19.12 |
| 2658 | 2026-06-25T02:09:16.249Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2659 | 2026-06-25T02:09:16.292Z | Compiling rustc-hash v2.1.1 |
| 2660 | 2026-06-25T02:09:16.478Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2661 | 2026-06-25T02:09:16.527Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2662 | 2026-06-25T02:09:16.688Z | Compiling libxml v0.3.3 |
| 2663 | 2026-06-25T02:09:17.003Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2664 | 2026-06-25T02:09:17.165Z | Checking p384 v0.13.1 |
| 2665 | 2026-06-25T02:09:17.614Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2666 | 2026-06-25T02:09:17.989Z | Compiling strum_macros v0.24.3 |
| 2667 | 2026-06-25T02:09:18.256Z | Checking assert_matches v1.5.0 |
| 2668 | 2026-06-25T02:09:18.358Z | Compiling indoc v1.0.9 |
| 2669 | 2026-06-25T02:09:18.820Z | Checking parse-size v1.1.0 |
| 2670 | 2026-06-25T02:09:18.968Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2671 | 2026-06-25T02:09:19.540Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2672 | 2026-06-25T02:09:19.757Z | Checking quick-xml v0.37.5 |
| 2673 | 2026-06-25T02:09:19.843Z | Checking derive_builder v0.20.2 |
| 2674 | 2026-06-25T02:09:19.942Z | Compiling oso-derive v0.27.3 |
| 2675 | 2026-06-25T02:09:19.984Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2676 | 2026-06-25T02:09:20.467Z | Compiling trait-variant v0.1.2 |
| 2677 | 2026-06-25T02:09:20.672Z | Checking openssl-probe v0.1.6 |
| 2678 | 2026-06-25T02:09:20.855Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2679 | 2026-06-25T02:09:21.035Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2680 | 2026-06-25T02:09:21.066Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2681 | 2026-06-25T02:09:21.485Z | Checking predicates-tree v1.0.13 |
| 2682 | 2026-06-25T02:09:21.628Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2683 | 2026-06-25T02:09:21.813Z | Compiling mime_guess v2.0.5 |
| 2684 | 2026-06-25T02:09:21.845Z | Checking http-range v0.1.5 |
| 2685 | 2026-06-25T02:09:21.906Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2686 | 2026-06-25T02:09:22.000Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2687 | 2026-06-25T02:09:22.108Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2688 | 2026-06-25T02:09:22.325Z | Checking bb8 v0.8.6 |
| 2689 | 2026-06-25T02:09:22.328Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2690 | 2026-06-25T02:09:22.328Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2691 | 2026-06-25T02:09:22.469Z | Checking atty v0.2.14 |
| 2692 | 2026-06-25T02:09:22.585Z | Checking corncobs v0.1.4 |
| 2693 | 2026-06-25T02:09:22.716Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2694 | 2026-06-25T02:09:22.749Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2695 | 2026-06-25T02:09:22.753Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2696 | 2026-06-25T02:09:22.967Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2697 | 2026-06-25T02:09:22.999Z | Checking ignore v0.4.25 |
| 2698 | 2026-06-25T02:09:23.065Z | Checking secrecy v0.8.0 |
| 2699 | 2026-06-25T02:09:23.095Z | Checking hyper-staticfile v0.10.1 |
| 2700 | 2026-06-25T02:09:23.445Z | Checking globwalk v0.9.1 |
| 2701 | 2026-06-25T02:09:23.484Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2702 | 2026-06-25T02:09:23.585Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2703 | 2026-06-25T02:09:23.652Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2704 | 2026-06-25T02:09:23.798Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2705 | 2026-06-25T02:09:23.831Z | Checking nonempty v0.12.0 |
| 2706 | 2026-06-25T02:09:24.042Z | Checking camino-tempfile-ext v0.3.3 |
| 2707 | 2026-06-25T02:09:24.083Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2708 | 2026-06-25T02:09:24.115Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2709 | 2026-06-25T02:09:24.244Z | Checking signal-hook-tokio v0.3.1 |
| 2710 | 2026-06-25T02:09:24.275Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2711 | 2026-06-25T02:09:24.405Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2712 | 2026-06-25T02:09:24.691Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2713 | 2026-06-25T02:09:24.881Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2714 | 2026-06-25T02:09:25.093Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2715 | 2026-06-25T02:09:25.233Z | Checking illumos-nvpair v0.3.0 |
| 2716 | 2026-06-25T02:09:25.422Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2717 | 2026-06-25T02:09:25.453Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2718 | 2026-06-25T02:09:25.538Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2719 | 2026-06-25T02:09:25.656Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2720 | 2026-06-25T02:09:25.796Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2721 | 2026-06-25T02:09:25.831Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2722 | 2026-06-25T02:09:25.863Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2723 | 2026-06-25T02:09:25.895Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2724 | 2026-06-25T02:09:25.898Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2725 | 2026-06-25T02:09:27.700Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2726 | 2026-06-25T02:09:27.785Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2727 | 2026-06-25T02:09:27.839Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2728 | 2026-06-25T02:09:27.894Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2729 | 2026-06-25T02:09:28.069Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2730 | 2026-06-25T02:09:28.510Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2731 | 2026-06-25T02:09:28.545Z | Checking tungstenite v0.23.0 |
| 2732 | 2026-06-25T02:09:28.606Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2733 | 2026-06-25T02:09:28.799Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2734 | 2026-06-25T02:09:29.005Z | Checking tokio-tungstenite v0.23.1 |
| 2735 | 2026-06-25T02:09:29.069Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2736 | 2026-06-25T02:09:29.212Z | Checking rand_seeder v0.4.0 |
| 2737 | 2026-06-25T02:09:29.307Z | Checking void v1.0.2 |
| 2738 | 2026-06-25T02:09:29.387Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2739 | 2026-06-25T02:09:29.437Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2740 | 2026-06-25T02:09:29.469Z | Checking lzss v0.8.2 |
| 2741 | 2026-06-25T02:09:29.577Z | Checking nix v0.27.1 |
| 2742 | 2026-06-25T02:09:29.658Z | Checking serde_bytes v0.11.19 |
| 2743 | 2026-06-25T02:09:29.734Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2744 | 2026-06-25T02:09:29.788Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2745 | 2026-06-25T02:09:29.866Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2746 | 2026-06-25T02:09:29.948Z | Checking diesel-dtrace v0.5.0 |
| 2747 | 2026-06-25T02:09:30.141Z | Checking async-bb8-diesel v0.2.1 |
| 2748 | 2026-06-25T02:09:30.237Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2749 | 2026-06-25T02:09:30.531Z | Checking is_ci v1.2.0 |
| 2750 | 2026-06-25T02:09:30.657Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2751 | 2026-06-25T02:09:30.689Z | Checking yansi v1.0.1 |
| 2752 | 2026-06-25T02:09:30.987Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2753 | 2026-06-25T02:09:31.121Z | Checking pretty_assertions v1.4.1 |
| 2754 | 2026-06-25T02:09:31.258Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2755 | 2026-06-25T02:09:31.300Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2756 | 2026-06-25T02:09:31.423Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2757 | 2026-06-25T02:09:31.551Z | Compiling darling_core v0.23.0 |
| 2758 | 2026-06-25T02:09:31.684Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2759 | 2026-06-25T02:09:32.687Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2760 | 2026-06-25T02:09:32.853Z | Compiling indoc v2.0.7 |
| 2761 | 2026-06-25T02:09:33.338Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2762 | 2026-06-25T02:09:33.397Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-06-25T02:09:33.559Z | Compiling libz-sys v1.1.24 |
| 2764 | 2026-06-25T02:09:33.967Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2765 | 2026-06-25T02:09:34.042Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2766 | 2026-06-25T02:09:34.120Z | Compiling darling_macro v0.23.0 |
| 2767 | 2026-06-25T02:09:34.182Z | Compiling instability v0.3.11 |
| 2768 | 2026-06-25T02:09:34.221Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2769 | 2026-06-25T02:09:34.648Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2770 | 2026-06-25T02:09:34.678Z | Compiling darling v0.23.0 |
| 2771 | 2026-06-25T02:09:34.710Z | Checking castaway v0.2.4 |
| 2772 | 2026-06-25T02:09:34.866Z | Checking compact_str v0.8.1 |
| 2773 | 2026-06-25T02:09:35.272Z | Checking supports-color v3.0.2 |
| 2774 | 2026-06-25T02:09:35.432Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2775 | 2026-06-25T02:09:35.545Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2776 | 2026-06-25T02:09:35.653Z | Checking unicode-truncate v1.1.0 |
| 2777 | 2026-06-25T02:09:35.703Z | Checking console v0.16.2 |
| 2778 | 2026-06-25T02:09:35.764Z | Checking lru v0.12.5 |
| 2779 | 2026-06-25T02:09:35.832Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2780 | 2026-06-25T02:09:35.947Z | Checking unit-prefix v0.5.2 |
| 2781 | 2026-06-25T02:09:36.013Z | Checking cassowary v0.3.0 |
| 2782 | 2026-06-25T02:09:36.116Z | Checking indicatif v0.18.4 |
| 2783 | 2026-06-25T02:09:36.246Z | Checking ratatui v0.29.0 |
| 2784 | 2026-06-25T02:09:36.306Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2785 | 2026-06-25T02:09:36.525Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2786 | 2026-06-25T02:09:36.771Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2787 | 2026-06-25T02:09:37.571Z | Compiling vergen-git2 v9.1.0 |
| 2788 | 2026-06-25T02:09:37.610Z | Checking plotters-backend v0.3.7 |
| 2789 | 2026-06-25T02:09:37.833Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2790 | 2026-06-25T02:09:37.864Z | Checking plotters-svg v0.3.7 |
| 2791 | 2026-06-25T02:09:38.034Z | Compiling rustls v0.21.12 |
| 2792 | 2026-06-25T02:09:38.066Z | Checking cast v0.3.0 |
| 2793 | 2026-06-25T02:09:38.240Z | Checking criterion-plot v0.6.0 |
| 2794 | 2026-06-25T02:09:38.360Z | Checking plotters v0.3.7 |
| 2795 | 2026-06-25T02:09:38.505Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2796 | 2026-06-25T02:09:38.539Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2797 | 2026-06-25T02:09:38.763Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2798 | 2026-06-25T02:09:38.985Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2799 | 2026-06-25T02:09:39.136Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2800 | 2026-06-25T02:09:39.208Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2801 | 2026-06-25T02:09:39.358Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2802 | 2026-06-25T02:09:39.428Z | Checking colored v2.2.0 |
| 2803 | 2026-06-25T02:09:39.519Z | Checking rustls-webpki v0.101.7 |
| 2804 | 2026-06-25T02:09:39.660Z | Checking sct v0.7.1 |
| 2805 | 2026-06-25T02:09:39.825Z | Checking tinytemplate v1.2.1 |
| 2806 | 2026-06-25T02:09:39.885Z | Checking anes v0.1.6 |
| 2807 | 2026-06-25T02:09:40.033Z | Checking shell-words v1.1.1 |
| 2808 | 2026-06-25T02:09:40.065Z | Checking oorandom v11.1.5 |
| 2809 | 2026-06-25T02:09:40.218Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2810 | 2026-06-25T02:09:40.250Z | Checking criterion v0.7.0 |
| 2811 | 2026-06-25T02:09:41.638Z | Checking typeid v1.0.3 |
| 2812 | 2026-06-25T02:09:41.669Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2813 | 2026-06-25T02:09:41.769Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2814 | 2026-06-25T02:09:42.437Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2815 | 2026-06-25T02:09:43.253Z | Checking hex-literal v0.4.1 |
| 2816 | 2026-06-25T02:09:43.384Z | Checking erased-serde v0.4.9 |
| 2817 | 2026-06-25T02:09:43.777Z | Checking tokio-rustls v0.24.1 |
| 2818 | 2026-06-25T02:09:44.015Z | Checking rustls-pemfile v1.0.4 |
| 2819 | 2026-06-25T02:09:44.181Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2820 | 2026-06-25T02:09:44.400Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2821 | 2026-06-25T02:09:44.813Z | Checking twox-hash v2.1.2 |
| 2822 | 2026-06-25T02:09:45.097Z | Checking ordered-float v2.10.1 |
| 2823 | 2026-06-25T02:09:45.204Z | Checking serde-untagged v0.1.9 |
| 2824 | 2026-06-25T02:09:45.371Z | Checking serde-value v0.7.0 |
| 2825 | 2026-06-25T02:09:45.431Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2826 | 2026-06-25T02:09:45.605Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2827 | 2026-06-25T02:09:45.792Z | Checking fatfs v0.3.6 |
| 2828 | 2026-06-25T02:09:46.282Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2829 | 2026-06-25T02:09:46.428Z | Checking unicode-xid v0.2.6 |
| 2830 | 2026-06-25T02:09:46.565Z | Compiling seq-macro v0.3.6 |
| 2831 | 2026-06-25T02:09:46.730Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2832 | 2026-06-25T02:09:46.910Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2833 | 2026-06-25T02:09:47.131Z | Checking cargo-util-schemas v0.8.2 |
| 2834 | 2026-06-25T02:09:47.625Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2835 | 2026-06-25T02:09:48.049Z | Checking cargo-platform v0.2.0 |
| 2836 | 2026-06-25T02:09:48.236Z | Compiling petname v2.0.2 |
| 2837 | 2026-06-25T02:09:48.267Z | Checking cargo_metadata v0.21.0 |
| 2838 | 2026-06-25T02:09:48.835Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2839 | 2026-06-25T02:09:48.906Z | Checking concurrent-queue v2.5.0 |
| 2840 | 2026-06-25T02:09:49.069Z | Checking rtoolbox v0.0.3 |
| 2841 | 2026-06-25T02:09:49.119Z | Checking parking v2.2.1 |
| 2842 | 2026-06-25T02:09:49.227Z | Checking rpassword v7.4.0 |
| 2843 | 2026-06-25T02:09:49.263Z | Checking event-listener v5.4.1 |
| 2844 | 2026-06-25T02:09:49.507Z | Checking tui-tree-widget v0.23.1 |
| 2845 | 2026-06-25T02:09:49.723Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2846 | 2026-06-25T02:09:49.777Z | Checking polyval v0.6.2 |
| 2847 | 2026-06-25T02:09:49.911Z | Checking sapling-renderdag v0.1.0 |
| 2848 | 2026-06-25T02:09:49.968Z | Checking sync-ptr v0.1.4 |
| 2849 | 2026-06-25T02:09:50.111Z | Checking ghash v0.5.1 |
| 2850 | 2026-06-25T02:09:50.174Z | Checking event-listener-strategy v0.5.4 |
| 2851 | 2026-06-25T02:09:50.257Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2852 | 2026-06-25T02:09:50.341Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2853 | 2026-06-25T02:09:50.560Z | Checking ctr v0.9.2 |
| 2854 | 2026-06-25T02:09:50.757Z | Checking futures-timer v3.0.3 |
| 2855 | 2026-06-25T02:09:50.939Z | Checking arrayvec v0.7.6 |
| 2856 | 2026-06-25T02:09:50.970Z | Checking arrayref v0.3.9 |
| 2857 | 2026-06-25T02:09:51.070Z | Checking constant_time_eq v0.4.2 |
| 2858 | 2026-06-25T02:09:51.153Z | Checking aes-gcm v0.10.3 |
| 2859 | 2026-06-25T02:09:51.274Z | Checking async-lock v3.4.2 |
| 2860 | 2026-06-25T02:09:51.337Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2861 | 2026-06-25T02:09:51.696Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2862 | 2026-06-25T02:09:52.064Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2863 | 2026-06-25T02:09:52.299Z | Checking ssh-encoding v0.2.0 |
| 2864 | 2026-06-25T02:09:52.520Z | Checking blowfish v0.9.1 |
| 2865 | 2026-06-25T02:09:52.700Z | Compiling strsim v0.10.0 |
| 2866 | 2026-06-25T02:09:52.923Z | Compiling darling_core v0.13.4 |
| 2867 | 2026-06-25T02:09:53.053Z | Checking bcrypt-pbkdf v0.10.0 |
| 2868 | 2026-06-25T02:09:53.246Z | Checking ssh-cipher v0.2.0 |
| 2869 | 2026-06-25T02:09:53.447Z | Checking async-object-pool v0.2.0 |
| 2870 | 2026-06-25T02:09:53.586Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2871 | 2026-06-25T02:09:53.993Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2872 | 2026-06-25T02:09:54.667Z | Checking serde_regex v1.1.0 |
| 2873 | 2026-06-25T02:09:54.814Z | Checking password-hash v0.4.2 |
| 2874 | 2026-06-25T02:09:54.845Z | Checking assert-json-diff v2.0.2 |
| 2875 | 2026-06-25T02:09:54.874Z | Checking path-tree v0.8.3 |
| 2876 | 2026-06-25T02:09:55.036Z | Checking stringmetrics v2.2.2 |
| 2877 | 2026-06-25T02:09:55.065Z | Checking gimli v0.32.3 |
| 2878 | 2026-06-25T02:09:55.096Z | Compiling target-lexicon v0.13.3 |
| 2879 | 2026-06-25T02:09:55.238Z | Checking httpmock v0.8.3 |
| 2880 | 2026-06-25T02:09:55.694Z | Checking pbkdf2 v0.11.0 |
| 2881 | 2026-06-25T02:09:55.890Z | Compiling darling_macro v0.13.4 |
| 2882 | 2026-06-25T02:09:56.391Z | Checking ssh-key v0.6.7 |
| 2883 | 2026-06-25T02:09:56.673Z | Checking addr2line v0.25.1 |
| 2884 | 2026-06-25T02:09:57.005Z | Compiling samael v0.0.19 |
| 2885 | 2026-06-25T02:09:57.119Z | Checking p256 v0.13.2 |
| 2886 | 2026-06-25T02:09:57.399Z | Checking p521 v0.13.3 |
| 2887 | 2026-06-25T02:09:57.513Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2888 | 2026-06-25T02:09:57.780Z | Checking russh-cryptovec v0.7.3 |
| 2889 | 2026-06-25T02:09:57.947Z | Compiling guppy-workspace-hack v0.1.0 |
| 2890 | 2026-06-25T02:09:58.035Z | Checking md5 v0.7.0 |
| 2891 | 2026-06-25T02:09:58.155Z | Checking rustc-demangle v0.1.27 |
| 2892 | 2026-06-25T02:09:58.236Z | Checking russh-keys v0.45.0 |
| 2893 | 2026-06-25T02:09:58.412Z | Checking backtrace v0.3.76 |
| 2894 | 2026-06-25T02:09:58.794Z | Compiling darling v0.13.4 |
| 2895 | 2026-06-25T02:09:58.905Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2896 | 2026-06-25T02:09:58.937Z | Checking num-bigint v0.4.6 |
| 2897 | 2026-06-25T02:09:59.113Z | Checking des v0.8.1 |
| 2898 | 2026-06-25T02:09:59.295Z | Compiling blake3 v1.8.5 |
| 2899 | 2026-06-25T02:09:59.298Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2900 | 2026-06-25T02:09:59.685Z | Compiling target-spec v3.5.7 |
| 2901 | 2026-06-25T02:09:59.760Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2902 | 2026-06-25T02:09:59.918Z | Checking russh v0.45.0 |
| 2903 | 2026-06-25T02:10:00.592Z | Checking cfg-expr v0.20.6 |
| 2904 | 2026-06-25T02:10:00.634Z | Compiling serde_with_macros v1.5.2 |
| 2905 | 2026-06-25T02:10:01.126Z | Checking backtrace-ext v0.2.1 |
| 2906 | 2026-06-25T02:10:01.268Z | Checking supports-color v2.1.0 |
| 2907 | 2026-06-25T02:10:01.430Z | Checking textwrap v0.15.2 |
| 2908 | 2026-06-25T02:10:01.496Z | Checking supports-unicode v2.1.0 |
| 2909 | 2026-06-25T02:10:01.640Z | Checking supports-hyperlinks v2.1.0 |
| 2910 | 2026-06-25T02:10:01.671Z | Checking hashbrown v0.14.5 |
| 2911 | 2026-06-25T02:10:01.785Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2912 | 2026-06-25T02:10:01.906Z | Checking cargo-platform v0.3.2 |
| 2913 | 2026-06-25T02:10:02.008Z | Checking terminal_size v0.1.17 |
| 2914 | 2026-06-25T02:10:02.115Z | Compiling miette-derive v5.10.0 |
| 2915 | 2026-06-25T02:10:02.144Z | Checking internet-checksum v0.2.1 |
| 2916 | 2026-06-25T02:10:02.175Z | Checking owo-colors v3.5.0 |
| 2917 | 2026-06-25T02:10:02.289Z | Checking chumsky v0.9.3 |
| 2918 | 2026-06-25T02:10:02.725Z | Checking cargo_metadata v0.23.1 |
| 2919 | 2026-06-25T02:10:03.257Z | Checking miette v5.10.0 |
| 2920 | 2026-06-25T02:10:03.370Z | Compiling serde_with v1.14.0 |
| 2921 | 2026-06-25T02:10:03.765Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2922 | 2026-06-25T02:10:03.841Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2923 | 2026-06-25T02:10:03.976Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2924 | 2026-06-25T02:10:04.325Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2925 | 2026-06-25T02:10:04.498Z | Compiling git2 v0.20.4 |
| 2926 | 2026-06-25T02:10:04.528Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2927 | 2026-06-25T02:10:04.562Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2928 | 2026-06-25T02:10:04.648Z | Compiling knuffel-derive v3.2.0 |
| 2929 | 2026-06-25T02:10:04.760Z | Checking httptest v0.16.4 |
| 2930 | 2026-06-25T02:10:04.793Z | Checking pathdiff v0.2.3 |
| 2931 | 2026-06-25T02:10:04.928Z | Checking topological-sort v0.2.2 |
| 2932 | 2026-06-25T02:10:05.098Z | Checking nested v0.1.1 |
| 2933 | 2026-06-25T02:10:05.192Z | Checking omicron-zone-package v0.12.2 |
| 2934 | 2026-06-25T02:10:05.279Z | Checking guppy v0.17.25 |
| 2935 | 2026-06-25T02:10:05.434Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2936 | 2026-06-25T02:10:06.152Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2937 | 2026-06-25T02:10:06.189Z | Checking knuffel v3.2.0 |
| 2938 | 2026-06-25T02:10:06.267Z | Checking similar-asserts v1.7.0 |
| 2939 | 2026-06-25T02:10:06.414Z | Compiling target-triple v1.0.0 |
| 2940 | 2026-06-25T02:10:06.450Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2941 | 2026-06-25T02:10:06.615Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2942 | 2026-06-25T02:10:06.898Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2943 | 2026-06-25T02:10:07.109Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2944 | 2026-06-25T02:10:07.356Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2945 | 2026-06-25T02:10:07.506Z | Checking hickory-client v0.25.2 |
| 2946 | 2026-06-25T02:10:07.769Z | Checking tokio-test v0.4.5 |
| 2947 | 2026-06-25T02:10:07.827Z | Compiling assert_cmd v2.1.2 |
| 2948 | 2026-06-25T02:10:07.912Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2949 | 2026-06-25T02:10:08.005Z | Checking escape8259 v0.5.3 |
| 2950 | 2026-06-25T02:10:08.175Z | Checking libtest-mimic v0.8.1 |
| 2951 | 2026-06-25T02:10:08.483Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2952 | 2026-06-25T02:10:08.560Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2953 | 2026-06-25T02:10:08.612Z | Checking blake2b_simd v1.0.4 |
| 2954 | 2026-06-25T02:10:09.031Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2955 | 2026-06-25T02:10:09.254Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2956 | 2026-06-25T02:10:09.437Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2957 | 2026-06-25T02:10:09.663Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2958 | 2026-06-25T02:10:09.696Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2959 | 2026-06-25T02:10:09.956Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2960 | 2026-06-25T02:10:10.094Z | Checking fancy-regex v0.14.0 |
| 2961 | 2026-06-25T02:10:10.363Z | Checking serde_tokenstream v0.2.3 |
| 2962 | 2026-06-25T02:10:10.514Z | Checking approx v0.5.1 |
| 2963 | 2026-06-25T02:10:10.609Z | Checking uzers v0.12.2 |
| 2964 | 2026-06-25T02:10:10.676Z | Compiling rstest_macros v0.25.0 |
| 2965 | 2026-06-25T02:10:10.870Z | Compiling linkme-impl v0.3.35 |
| 2966 | 2026-06-25T02:10:10.981Z | Checking constant_time_eq v0.3.1 |
| 2967 | 2026-06-25T02:10:11.111Z | Checking termcolor v1.4.1 |
| 2968 | 2026-06-25T02:10:11.251Z | Checking rust-argon2 v2.1.0 |
| 2969 | 2026-06-25T02:10:11.372Z | Checking trybuild v1.0.116 |
| 2970 | 2026-06-25T02:10:11.636Z | Checking datatest-stable v0.3.3 |
| 2971 | 2026-06-25T02:10:12.188Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2972 | 2026-06-25T02:10:12.501Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2973 | 2026-06-25T02:10:12.537Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2974 | 2026-06-25T02:10:13.188Z | Checking support-bundle-viewer v0.1.2 |
| 2975 | 2026-06-25T02:10:13.274Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2976 | 2026-06-25T02:10:13.482Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2977 | 2026-06-25T02:10:13.512Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2978 | 2026-06-25T02:10:13.633Z | Compiling polar-core v0.27.3 |
| 2979 | 2026-06-25T02:10:13.706Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2980 | 2026-06-25T02:10:13.738Z | Checking drift v0.2.0 |
| 2981 | 2026-06-25T02:10:13.771Z | Checking rand_distr v0.5.1 |
| 2982 | 2026-06-25T02:10:13.930Z | Checking multimap v0.10.1 |
| 2983 | 2026-06-25T02:10:14.118Z | Compiling linkme v0.3.35 |
| 2984 | 2026-06-25T02:10:14.148Z | Compiling relative-path v1.9.3 |
| 2985 | 2026-06-25T02:10:14.198Z | Checking dropshot-api-manager v0.7.2 |
| 2986 | 2026-06-25T02:10:15.381Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2987 | 2026-06-25T02:10:15.943Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2988 | 2026-06-25T02:10:16.147Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2989 | 2026-06-25T02:10:16.267Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2990 | 2026-06-25T02:10:16.501Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2991 | 2026-06-25T02:10:16.710Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2992 | 2026-06-25T02:10:16.755Z | Checking cargo_toml v0.21.0 |
| 2993 | 2026-06-25T02:10:17.036Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2994 | 2026-06-25T02:10:17.408Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2995 | 2026-06-25T02:10:17.581Z | Checking partial-io v0.5.4 |
| 2996 | 2026-06-25T02:10:17.690Z | Checking termios v0.3.3 |
| 2997 | 2026-06-25T02:10:17.814Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2998 | 2026-06-25T02:10:17.876Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2999 | 2026-06-25T02:10:17.972Z | Checking rstest v0.25.0 |
| 3000 | 2026-06-25T02:10:18.608Z | Checking oso v0.27.3 |
| 3001 | 2026-06-25T02:10:19.847Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3002 | 2026-06-25T02:10:20.217Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3003 | 2026-06-25T02:10:22.959Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3004 | 2026-06-25T02:10:28.071Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3005 | 2026-06-25T02:10:31.082Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3006 | 2026-06-25T02:10:31.829Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3007 | 2026-06-25T02:10:33.104Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3008 | 2026-06-25T02:10:38.713Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3009 | 2026-06-25T02:10:43.504Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3010 | 2026-06-25T02:10:47.032Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3011 | 2026-06-25T02:10:47.570Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3012 | 2026-06-25T02:10:50.544Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3013 | 2026-06-25T02:10:53.868Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3014 | 2026-06-25T02:10:58.723Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3015 | 2026-06-25T02:12:15.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s |
| 3016 | 2026-06-25T02:12:16.211Z | |
| 3017 | 2026-06-25T02:12:16.211Z | real 4:10.045509951 |
| 3018 | 2026-06-25T02:12:16.211Z | user 21:18.169053887 |
| 3019 | 2026-06-25T02:12:16.211Z | sys 4:46.787173292 |
| 3020 | 2026-06-25T02:12:16.211Z | trap 0.511408478 |
| 3021 | 2026-06-25T02:12:16.211Z | tflt 0.468759966 |
| 3022 | 2026-06-25T02:12:16.212Z | dflt 0.593811035 |
| 3023 | 2026-06-25T02:12:16.212Z | kflt 0.004621293 |
| 3024 | 2026-06-25T02:12:16.212Z | lock 58:39.747845556 |
| 3025 | 2026-06-25T02:12:16.212Z | slp 58:42.645942017 |
| 3026 | 2026-06-25T02:12:16.212Z | lat 1:46.993805771 |
| 3027 | 2026-06-25T02:12:16.212Z | stop 10:07.711778311 |
| 3028 | 2026-06-25T02:12:16.215Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3029 | 2026-06-25T02:12:16.215Z | + ptime -m cargo doc --workspace --no-deps |
| 3030 | 2026-06-25T02:12:17.032Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3031 | 2026-06-25T02:12:17.032Z | | |
| 3032 | 2026-06-25T02:12:17.032Z | = 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)` |
| 3033 | 2026-06-25T02:12:17.032Z | = 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> |
| 3034 | 2026-06-25T02:12:18.048Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3035 | 2026-06-25T02:12:18.275Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3036 | 2026-06-25T02:12:18.321Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3037 | 2026-06-25T02:12:18.384Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3038 | 2026-06-25T02:12:18.443Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3039 | 2026-06-25T02:12:18.535Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3040 | 2026-06-25T02:12:18.560Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3041 | 2026-06-25T02:12:18.590Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3042 | 2026-06-25T02:12:18.617Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3043 | 2026-06-25T02:12:18.649Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3044 | 2026-06-25T02:12:18.731Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3045 | 2026-06-25T02:12:18.837Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3046 | 2026-06-25T02:12:18.860Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3047 | 2026-06-25T02:12:18.937Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3048 | 2026-06-25T02:12:18.958Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3049 | 2026-06-25T02:12:18.992Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3050 | 2026-06-25T02:12:18.996Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3051 | 2026-06-25T02:12:19.037Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3052 | 2026-06-25T02:12:19.037Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3053 | 2026-06-25T02:12:19.083Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3054 | 2026-06-25T02:12:19.128Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3055 | 2026-06-25T02:12:19.423Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3056 | 2026-06-25T02:12:19.718Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3057 | 2026-06-25T02:12:19.741Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3058 | 2026-06-25T02:12:19.863Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3059 | 2026-06-25T02:12:19.887Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3060 | 2026-06-25T02:12:19.911Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3061 | 2026-06-25T02:12:20.134Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3062 | 2026-06-25T02:12:20.154Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3063 | 2026-06-25T02:12:20.297Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3064 | 2026-06-25T02:12:20.375Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3065 | 2026-06-25T02:12:20.405Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3066 | 2026-06-25T02:12:20.461Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3067 | 2026-06-25T02:12:20.528Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3068 | 2026-06-25T02:12:20.557Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3069 | 2026-06-25T02:12:20.631Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3070 | 2026-06-25T02:12:20.721Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3071 | 2026-06-25T02:12:20.786Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3072 | 2026-06-25T02:12:21.018Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3073 | 2026-06-25T02:12:21.021Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3074 | 2026-06-25T02:12:21.375Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3075 | 2026-06-25T02:12:21.401Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3076 | 2026-06-25T02:12:21.571Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3077 | 2026-06-25T02:12:21.669Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3078 | 2026-06-25T02:12:21.708Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3079 | 2026-06-25T02:12:21.743Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3080 | 2026-06-25T02:12:21.887Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3081 | 2026-06-25T02:12:21.942Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3082 | 2026-06-25T02:12:21.967Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3083 | 2026-06-25T02:12:22.032Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3084 | 2026-06-25T02:12:22.118Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3085 | 2026-06-25T02:12:22.189Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3086 | 2026-06-25T02:12:22.218Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3087 | 2026-06-25T02:12:22.271Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3088 | 2026-06-25T02:12:22.348Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3089 | 2026-06-25T02:12:22.407Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3090 | 2026-06-25T02:12:22.429Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3091 | 2026-06-25T02:12:22.453Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3092 | 2026-06-25T02:12:22.477Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3093 | 2026-06-25T02:12:22.541Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3094 | 2026-06-25T02:12:22.604Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3095 | 2026-06-25T02:12:22.626Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3096 | 2026-06-25T02:12:22.905Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3097 | 2026-06-25T02:12:22.996Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3098 | 2026-06-25T02:12:23.166Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3099 | 2026-06-25T02:12:23.276Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3100 | 2026-06-25T02:12:23.602Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3101 | 2026-06-25T02:12:23.764Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3102 | 2026-06-25T02:12:24.027Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3103 | 2026-06-25T02:12:24.113Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3104 | 2026-06-25T02:12:24.138Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3105 | 2026-06-25T02:12:24.161Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3106 | 2026-06-25T02:12:24.318Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3107 | 2026-06-25T02:12:24.383Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3108 | 2026-06-25T02:12:24.407Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3109 | 2026-06-25T02:12:24.522Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3110 | 2026-06-25T02:12:24.909Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3111 | 2026-06-25T02:12:25.538Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3112 | 2026-06-25T02:12:25.585Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3113 | 2026-06-25T02:12:25.608Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3114 | 2026-06-25T02:12:25.645Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3115 | 2026-06-25T02:12:25.860Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3116 | 2026-06-25T02:12:25.939Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3117 | 2026-06-25T02:12:25.988Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3118 | 2026-06-25T02:12:26.139Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3119 | 2026-06-25T02:12:26.192Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3120 | 2026-06-25T02:12:26.345Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3121 | 2026-06-25T02:12:26.390Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3122 | 2026-06-25T02:12:26.413Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3123 | 2026-06-25T02:12:26.540Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3124 | 2026-06-25T02:12:26.589Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3125 | 2026-06-25T02:12:26.658Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3126 | 2026-06-25T02:12:26.679Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3127 | 2026-06-25T02:12:26.700Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3128 | 2026-06-25T02:12:26.750Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3129 | 2026-06-25T02:12:26.901Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3130 | 2026-06-25T02:12:26.923Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3131 | 2026-06-25T02:12:26.962Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3132 | 2026-06-25T02:12:26.981Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3133 | 2026-06-25T02:12:26.986Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3134 | 2026-06-25T02:12:27.031Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3135 | 2026-06-25T02:12:27.109Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3136 | 2026-06-25T02:12:27.201Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3137 | 2026-06-25T02:12:27.229Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3138 | 2026-06-25T02:12:27.285Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3139 | 2026-06-25T02:12:27.397Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3140 | 2026-06-25T02:12:27.542Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3141 | 2026-06-25T02:12:27.584Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3142 | 2026-06-25T02:12:27.587Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3143 | 2026-06-25T02:12:28.066Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3144 | 2026-06-25T02:12:28.230Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3145 | 2026-06-25T02:12:28.317Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3146 | 2026-06-25T02:12:28.981Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3147 | 2026-06-25T02:12:29.125Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3148 | 2026-06-25T02:12:29.207Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3149 | 2026-06-25T02:12:29.847Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3150 | 2026-06-25T02:12:29.872Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3151 | 2026-06-25T02:12:30.492Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3152 | 2026-06-25T02:12:31.290Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3153 | 2026-06-25T02:12:31.944Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3154 | 2026-06-25T02:12:31.968Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3155 | 2026-06-25T02:12:32.261Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3156 | 2026-06-25T02:12:32.533Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3157 | 2026-06-25T02:12:32.561Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3158 | 2026-06-25T02:12:32.806Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3159 | 2026-06-25T02:12:33.265Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3160 | 2026-06-25T02:12:33.344Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3161 | 2026-06-25T02:12:33.468Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3162 | 2026-06-25T02:12:33.580Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3163 | 2026-06-25T02:12:33.852Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3164 | 2026-06-25T02:12:34.206Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3165 | 2026-06-25T02:12:34.281Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3166 | 2026-06-25T02:12:34.655Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3167 | 2026-06-25T02:12:34.690Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3168 | 2026-06-25T02:12:34.722Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3169 | 2026-06-25T02:12:35.381Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3170 | 2026-06-25T02:12:35.498Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3171 | 2026-06-25T02:12:35.759Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3172 | 2026-06-25T02:12:36.286Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3173 | 2026-06-25T02:12:36.754Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3174 | 2026-06-25T02:12:37.167Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3175 | 2026-06-25T02:12:37.905Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3176 | 2026-06-25T02:12:37.935Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3177 | 2026-06-25T02:12:38.513Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3178 | 2026-06-25T02:12:38.537Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3179 | 2026-06-25T02:12:39.098Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3180 | 2026-06-25T02:12:39.206Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3181 | 2026-06-25T02:12:39.374Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3182 | 2026-06-25T02:12:39.600Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3183 | 2026-06-25T02:12:40.248Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3184 | 2026-06-25T02:12:40.789Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3185 | 2026-06-25T02:12:41.488Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3186 | 2026-06-25T02:12:41.641Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3187 | 2026-06-25T02:12:41.716Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3188 | 2026-06-25T02:12:42.307Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3189 | 2026-06-25T02:12:43.922Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3190 | 2026-06-25T02:12:46.313Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3191 | 2026-06-25T02:12:46.917Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3192 | 2026-06-25T02:12:47.029Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3193 | 2026-06-25T02:12:47.950Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3194 | 2026-06-25T02:12:48.205Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3195 | 2026-06-25T02:12:48.309Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3196 | 2026-06-25T02:12:48.334Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3197 | 2026-06-25T02:12:49.577Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3198 | 2026-06-25T02:12:50.178Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3199 | 2026-06-25T02:12:50.482Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3200 | 2026-06-25T02:12:51.200Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3201 | 2026-06-25T02:12:51.401Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3202 | 2026-06-25T02:12:51.515Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3203 | 2026-06-25T02:12:51.998Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3204 | 2026-06-25T02:12:52.084Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3205 | 2026-06-25T02:12:52.161Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3206 | 2026-06-25T02:12:52.185Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3207 | 2026-06-25T02:12:52.291Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3208 | 2026-06-25T02:12:52.907Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3209 | 2026-06-25T02:12:53.171Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3210 | 2026-06-25T02:12:53.202Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3211 | 2026-06-25T02:12:53.635Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3212 | 2026-06-25T02:12:53.899Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3213 | 2026-06-25T02:12:54.084Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3214 | 2026-06-25T02:12:54.247Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3215 | 2026-06-25T02:12:54.378Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3216 | 2026-06-25T02:12:54.977Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3217 | 2026-06-25T02:12:56.046Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3218 | 2026-06-25T02:12:56.589Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3219 | 2026-06-25T02:12:57.154Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3220 | 2026-06-25T02:12:58.718Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3221 | 2026-06-25T02:13:00.064Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3222 | 2026-06-25T02:13:00.473Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3223 | 2026-06-25T02:13:01.756Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3224 | 2026-06-25T02:13:02.516Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3225 | 2026-06-25T02:13:03.162Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3226 | 2026-06-25T02:13:05.020Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3227 | 2026-06-25T02:13:05.537Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3228 | 2026-06-25T02:13:07.491Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3229 | 2026-06-25T02:13:07.970Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3230 | 2026-06-25T02:13:08.780Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3231 | 2026-06-25T02:13:11.191Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3232 | 2026-06-25T02:13:11.419Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3233 | 2026-06-25T02:13:12.273Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3234 | 2026-06-25T02:13:12.759Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3235 | 2026-06-25T02:13:12.948Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3236 | 2026-06-25T02:13:13.809Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3237 | 2026-06-25T02:13:18.938Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3238 | 2026-06-25T02:13:19.618Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3239 | 2026-06-25T02:13:20.362Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3240 | 2026-06-25T02:13:21.547Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3241 | 2026-06-25T02:13:22.319Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3242 | 2026-06-25T02:13:23.093Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3243 | 2026-06-25T02:13:23.880Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3244 | 2026-06-25T02:13:25.520Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3245 | 2026-06-25T02:13:25.557Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3246 | 2026-06-25T02:13:26.331Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3247 | 2026-06-25T02:13:27.144Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3248 | 2026-06-25T02:13:27.175Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3249 | 2026-06-25T02:13:28.499Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3250 | 2026-06-25T02:13:30.131Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3251 | 2026-06-25T02:13:32.248Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3252 | 2026-06-25T02:13:33.120Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3253 | 2026-06-25T02:13:34.404Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3254 | 2026-06-25T02:13:35.084Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3255 | 2026-06-25T02:13:36.466Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3256 | 2026-06-25T02:13:37.409Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3257 | 2026-06-25T02:13:38.525Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3258 | 2026-06-25T02:13:41.288Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3259 | 2026-06-25T02:13:41.699Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3260 | 2026-06-25T02:13:42.380Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3261 | 2026-06-25T02:13:44.050Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3262 | 2026-06-25T02:13:45.098Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3263 | 2026-06-25T02:13:46.642Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3264 | 2026-06-25T02:13:49.040Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3265 | 2026-06-25T02:13:49.579Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3266 | 2026-06-25T02:13:51.310Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3267 | 2026-06-25T02:13:52.738Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3268 | 2026-06-25T02:13:54.537Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3269 | 2026-06-25T02:13:56.168Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3270 | 2026-06-25T02:13:57.780Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3271 | 2026-06-25T02:13:59.356Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3272 | 2026-06-25T02:14:00.972Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3273 | 2026-06-25T02:14:05.478Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3274 | 2026-06-25T02:14:06.081Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3275 | 2026-06-25T02:14:07.187Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3276 | 2026-06-25T02:14:07.735Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3277 | 2026-06-25T02:14:09.775Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3278 | 2026-06-25T02:14:11.535Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3279 | 2026-06-25T02:14:13.257Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3280 | 2026-06-25T02:14:15.433Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3281 | 2026-06-25T02:14:17.265Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3282 | 2026-06-25T02:14:19.005Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3283 | 2026-06-25T02:14:21.162Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3284 | 2026-06-25T02:14:22.692Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3285 | 2026-06-25T02:14:24.571Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3286 | 2026-06-25T02:14:28.144Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3287 | 2026-06-25T02:14:29.558Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3288 | 2026-06-25T02:14:31.767Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3289 | 2026-06-25T02:14:33.301Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3290 | 2026-06-25T02:14:35.507Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3291 | 2026-06-25T02:14:39.284Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3292 | 2026-06-25T02:14:41.079Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3293 | 2026-06-25T02:14:43.217Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3294 | 2026-06-25T02:14:44.966Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3295 | 2026-06-25T02:14:46.957Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3296 | 2026-06-25T02:14:49.854Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3297 | 2026-06-25T02:14:51.240Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3298 | 2026-06-25T02:14:53.394Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3299 | 2026-06-25T02:14:57.176Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3300 | 2026-06-25T02:14:58.251Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3301 | 2026-06-25T02:15:00.435Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3302 | 2026-06-25T02:15:02.748Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3303 | 2026-06-25T02:15:04.989Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3304 | 2026-06-25T02:15:07.174Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3305 | 2026-06-25T02:15:09.504Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3306 | 2026-06-25T02:15:11.755Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3307 | 2026-06-25T02:15:13.916Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3308 | 2026-06-25T02:15:16.539Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3309 | 2026-06-25T02:15:18.452Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3310 | 2026-06-25T02:15:21.171Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3311 | 2026-06-25T02:15:22.900Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3312 | 2026-06-25T02:15:25.206Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3313 | 2026-06-25T02:15:27.452Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3314 | 2026-06-25T02:15:29.782Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3315 | 2026-06-25T02:15:32.234Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3316 | 2026-06-25T02:15:34.530Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3317 | 2026-06-25T02:15:36.882Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3318 | 2026-06-25T02:15:39.286Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3319 | 2026-06-25T02:15:41.652Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3320 | 2026-06-25T02:15:44.007Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3321 | 2026-06-25T02:15:46.355Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3322 | 2026-06-25T02:15:48.748Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3323 | 2026-06-25T02:15:51.135Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3324 | 2026-06-25T02:15:53.685Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3325 | 2026-06-25T02:15:55.967Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3326 | 2026-06-25T02:15:58.308Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3327 | 2026-06-25T02:16:00.639Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3328 | 2026-06-25T02:16:03.053Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3329 | 2026-06-25T02:16:05.535Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3330 | 2026-06-25T02:16:07.821Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3331 | 2026-06-25T02:16:10.801Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3332 | 2026-06-25T02:16:12.874Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3333 | 2026-06-25T02:16:15.297Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3334 | 2026-06-25T02:16:17.899Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3335 | 2026-06-25T02:16:20.219Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3336 | 2026-06-25T02:16:22.816Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3337 | 2026-06-25T02:16:25.300Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3338 | 2026-06-25T02:16:27.860Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3339 | 2026-06-25T02:16:30.209Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3340 | 2026-06-25T02:16:32.701Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3341 | 2026-06-25T02:16:35.324Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3342 | 2026-06-25T02:16:37.858Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3343 | 2026-06-25T02:16:40.504Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3344 | 2026-06-25T02:16:43.162Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3345 | 2026-06-25T02:16:45.750Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3346 | 2026-06-25T02:16:48.348Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3347 | 2026-06-25T02:16:50.886Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3348 | 2026-06-25T02:16:53.517Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3349 | 2026-06-25T02:16:56.144Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3350 | 2026-06-25T02:16:58.773Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3351 | 2026-06-25T02:17:01.734Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3352 | 2026-06-25T02:17:04.120Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3353 | 2026-06-25T02:17:12.253Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3354 | 2026-06-25T02:17:12.272Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3355 | 2026-06-25T02:17:15.719Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3356 | 2026-06-25T02:17:20.368Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3357 | 2026-06-25T02:17:23.355Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3358 | 2026-06-25T02:17:27.015Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3359 | 2026-06-25T02:17:30.623Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3360 | 2026-06-25T02:17:34.306Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3361 | 2026-06-25T02:17:38.013Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3362 | 2026-06-25T02:17:41.747Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3363 | 2026-06-25T02:17:45.475Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3364 | 2026-06-25T02:17:49.157Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3365 | 2026-06-25T02:17:52.887Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3366 | 2026-06-25T02:17:56.568Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3367 | 2026-06-25T02:18:00.275Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3368 | 2026-06-25T02:18:04.022Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3369 | 2026-06-25T02:18:07.726Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3370 | 2026-06-25T02:18:11.483Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3371 | 2026-06-25T02:18:15.164Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3372 | 2026-06-25T02:18:18.969Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3373 | 2026-06-25T02:18:22.591Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3374 | 2026-06-25T02:18:26.347Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3375 | 2026-06-25T02:18:30.094Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3376 | 2026-06-25T02:18:33.815Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3377 | 2026-06-25T02:18:37.606Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3378 | 2026-06-25T02:19:07.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 51s |
| 3379 | 2026-06-25T02:19:07.518Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files |
| 3380 | 2026-06-25T02:19:07.623Z | |
| 3381 | 2026-06-25T02:19:07.623Z | real 6:51.325265282 |
| 3382 | 2026-06-25T02:19:07.623Z | user 18:23.411338581 |
| 3383 | 2026-06-25T02:19:07.623Z | sys 3:56.844688087 |
| 3384 | 2026-06-25T02:19:07.623Z | trap 0.275007580 |
| 3385 | 2026-06-25T02:19:07.623Z | tflt 0.037864147 |
| 3386 | 2026-06-25T02:19:07.623Z | dflt 0.070892132 |
| 3387 | 2026-06-25T02:19:07.623Z | kflt 0.000028240 |
| 3388 | 2026-06-25T02:19:07.623Z | lock 6:20:31.210230090 |
| 3389 | 2026-06-25T02:19:07.623Z | slp 2:18:03.170734774 |
| 3390 | 2026-06-25T02:19:07.623Z | lat 33.534334359 |
| 3391 | 2026-06-25T02:19:07.623Z | stop 1:37.172311894 |
| 3392 | 2026-06-25T02:19:07.626Z | process exited: duration 785207 ms, exit code 0 |
| |
| 3393 | 2026-06-25T02:19:07.632Z | found 0 output files |