|
|
|
| 1 | 2026-07-22T04:18:37.611Z | job assigned to worker 01KY40PRF5NFZ6V7VVHYDFY24M [factory aws, i-0378dfd37d9d64be6] (queued for 50 s) |
| |
| 2 | 2026-07-22T04:18:44.577Z | starting task 0: "setup" |
| 3 | 2026-07-22T04:18:44.580Z | ++ uname -s |
| 4 | 2026-07-22T04:18:44.584Z | + kern=SunOS |
| 5 | 2026-07-22T04:18:44.584Z | + build_user=build |
| 6 | 2026-07-22T04:18:44.584Z | + build_uid=12345 |
| 7 | 2026-07-22T04:18:44.584Z | + work_dir=/work |
| 8 | 2026-07-22T04:18:44.584Z | + input_dir=/input |
| 9 | 2026-07-22T04:18:44.584Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-22T04:18:44.584Z | + case "$kern" in |
| 11 | 2026-07-22T04:18:44.584Z | + groupadd -g 12345 build |
| 12 | 2026-07-22T04:18:44.584Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-22T04:18:46.589Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-22T04:18:46.686Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-22T04:18:46.690Z | + home_fs=zfs |
| 16 | 2026-07-22T04:18:46.690Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-22T04:18:46.691Z | + mkdir -p /home/build |
| 18 | 2026-07-22T04:18:46.691Z | + chown build:build /home/build /work |
| 19 | 2026-07-22T04:18:48.693Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-22T04:18:48.698Z | process exited: duration 4117 ms, exit code 0 |
| |
| 21 | 2026-07-22T04:18:48.707Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-22T04:18:48.712Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-22T04:18:48.712Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-22T04:18:48.712Z | * rust toolchain profile = "default" |
| 25 | 2026-07-22T04:18:48.713Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-22T04:18:48.713Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-22T04:18:48.713Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-22T04:18:48.718Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-22T04:18:48.718Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-22T04:18:48.828Z | info: downloading installer |
| 31 | 2026-07-22T04:18:50.417Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-22T04:18:50.417Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-22T04:18:50.417Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-22T04:18:50.417Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-22T04:18:50.429Z | info: profile set to default |
| 36 | 2026-07-22T04:18:50.430Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-22T04:18:50.433Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-22T04:18:50.565Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-22T04:18:50.568Z | info: downloading 6 components |
| 40 | 2026-07-22T04:19:04.604Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-22T04:19:04.605Z | |
| 42 | 2026-07-22T04:19:04.629Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-22T04:19:04.629Z | |
| 44 | 2026-07-22T04:19:04.629Z | |
| 45 | 2026-07-22T04:19:04.629Z | Rust is installed now. Great! |
| 46 | 2026-07-22T04:19:04.629Z | |
| 47 | 2026-07-22T04:19:04.629Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-22T04:19:04.629Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-22T04:19:04.629Z | |
| 50 | 2026-07-22T04:19:04.629Z | To configure your current shell, you need to source |
| 51 | 2026-07-22T04:19:04.629Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-22T04:19:04.629Z | |
| 53 | 2026-07-22T04:19:04.629Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-22T04:19:04.637Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-22T04:19:04.637Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-22T04:19:04.638Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-22T04:19:04.638Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-22T04:19:04.638Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-22T04:19:04.638Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-22T04:19:04.638Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-22T04:19:04.638Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-22T04:19:04.717Z | + rustup --version |
| 63 | 2026-07-22T04:19:04.745Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-22T04:19:04.763Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-22T04:19:04.763Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-22T04:19:04.763Z | + cargo --version |
| 67 | 2026-07-22T04:19:04.776Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-22T04:19:04.776Z | + rustc --version |
| 69 | 2026-07-22T04:19:04.785Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-22T04:19:04.791Z | process exited: duration 16078 ms, exit code 0 |
| |
| 71 | 2026-07-22T04:19:04.799Z | starting task 2: "authentication" |
| 72 | 2026-07-22T04:19:04.814Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-22T04:19:20.904Z | process exited: duration 16101 ms, exit code 0 |
| |
| 74 | 2026-07-22T04:19:20.915Z | starting task 3: "clone repository" |
| 75 | 2026-07-22T04:19:20.919Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-07-22T04:19:20.919Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-07-22T04:19:20.955Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-07-22T04:19:30.585Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-07-22T04:19:30.585Z | + git fetch origin bd2cfbbeb83890064555b4898b4e33e01ba14587 |
| 80 | 2026-07-22T04:19:30.866Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-07-22T04:19:30.866Z | * branch bd2cfbbeb83890064555b4898b4e33e01ba14587 -> FETCH_HEAD |
| 82 | 2026-07-22T04:19:30.876Z | + [[ -n renovate/bhyve_api-digest ]] |
| 83 | 2026-07-22T04:19:30.880Z | ++ git branch --show-current |
| 84 | 2026-07-22T04:19:30.880Z | + current=main |
| 85 | 2026-07-22T04:19:30.880Z | + [[ main != renovate/bhyve_api-digest ]] |
| 86 | 2026-07-22T04:19:30.880Z | + git branch -f renovate/bhyve_api-digest bd2cfbbeb83890064555b4898b4e33e01ba14587 |
| 87 | 2026-07-22T04:19:30.884Z | + git checkout -f renovate/bhyve_api-digest |
| 88 | 2026-07-22T04:19:31.123Z | Switched to branch 'renovate/bhyve_api-digest' |
| 89 | 2026-07-22T04:19:31.126Z | + git reset --hard bd2cfbbeb83890064555b4898b4e33e01ba14587 |
| 90 | 2026-07-22T04:19:31.139Z | HEAD is now at bd2cfbbeb Update bhyve_api digest to bf8c4b2 |
| 91 | 2026-07-22T04:19:31.144Z | process exited: duration 10228 ms, exit code 0 |
| |
| 92 | 2026-07-22T04:19:31.154Z | starting task 4: "build" |
| 93 | 2026-07-22T04:19:31.159Z | + source ./env.sh |
| 94 | 2026-07-22T04:19:31.159Z | ++ OLD_SHELL_OPTS=ehxB |
| 95 | 2026-07-22T04:19:31.159Z | ++ set -o xtrace |
| 96 | 2026-07-22T04:19:31.159Z | ++++ dirname ./env.sh |
| 97 | 2026-07-22T04:19:31.163Z | +++ readlink -f . |
| 98 | 2026-07-22T04:19:31.163Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 99 | 2026-07-22T04:19:31.163Z | ++ export 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-07-22T04:19:31.163Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-07-22T04:19:31.163Z | ++ 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 |
| 102 | 2026-07-22T04:19:31.163Z | ++ 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 |
| 103 | 2026-07-22T04:19:31.164Z | ++ 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 |
| 104 | 2026-07-22T04:19:31.164Z | ++ 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 |
| 105 | 2026-07-22T04:19:31.164Z | ++ 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 |
| 106 | 2026-07-22T04:19:31.164Z | ++ 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 |
| 107 | 2026-07-22T04:19:31.164Z | ++ 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 |
| 108 | 2026-07-22T04:19:31.164Z | ++ 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 |
| 109 | 2026-07-22T04:19:31.164Z | ++ case $OLD_SHELL_OPTS in |
| 110 | 2026-07-22T04:19:31.164Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 111 | 2026-07-22T04:19:31.165Z | + source .github/buildomat/ci-env.sh |
| 112 | 2026-07-22T04:19:31.165Z | ++ export CARGO_TERM_COLOR=always |
| 113 | 2026-07-22T04:19:31.165Z | ++ CARGO_TERM_COLOR=always |
| 114 | 2026-07-22T04:19:31.165Z | +++ uname -s |
| 115 | 2026-07-22T04:19:31.165Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 116 | 2026-07-22T04:19:31.165Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 117 | 2026-07-22T04:19:31.170Z | + cargo --version |
| 118 | 2026-07-22T04:19:31.173Z | cargo 1.96.1 (356927216 2026-06-26) |
| 119 | 2026-07-22T04:19:31.176Z | + rustc --version |
| 120 | 2026-07-22T04:19:31.197Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 121 | 2026-07-22T04:19:31.202Z | + banner prerequisites |
| 122 | 2026-07-22T04:19:31.202Z | |
| 123 | 2026-07-22T04:19:31.202Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 124 | 2026-07-22T04:19:31.202Z | # # # # # # # # # # # # # # # |
| 125 | 2026-07-22T04:19:31.202Z | # # # # ##### # # ##### # # # # # #### # |
| 126 | 2026-07-22T04:19:31.202Z | ##### ##### # ##### # # # # # # # # # |
| 127 | 2026-07-22T04:19:31.202Z | # # # # # # # # # # # # # # # |
| 128 | 2026-07-22T04:19:31.202Z | # # # ###### # # ###### ### # #### # #### # |
| 129 | 2026-07-22T04:19:31.202Z | |
| 130 | 2026-07-22T04:19:31.202Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 131 | 2026-07-22T04:19:32.809Z | Startup: Refreshing catalog 'helios' ... Done |
| 132 | 2026-07-22T04:19:32.995Z | Startup: Caching catalogs ... Done |
| 133 | 2026-07-22T04:19:33.917Z | Planning: Solver setup ... Done (0.856s) |
| 134 | 2026-07-22T04:19:33.956Z | Planning: Running solver ... Done (0.039s) |
| 135 | 2026-07-22T04:19:33.980Z | Planning: Finding local manifests ... Done (0.003s) |
| 136 | 2026-07-22T04:19:33.991Z | Planning: Fetching manifests: 0/2 0% complete |
| 137 | 2026-07-22T04:19:34.012Z | Planning: Fetching manifests: 2/2 100% complete |
| 138 | 2026-07-22T04:19:34.027Z | Planning: Package planning ... Done (0.013s) |
| 139 | 2026-07-22T04:19:34.032Z | Planning: Merging actions ... Done (0.001s) |
| 140 | 2026-07-22T04:19:34.231Z | Planning: Checking for conflicting actions ... Done (0.203s) |
| 141 | 2026-07-22T04:19:34.234Z | Planning: Consolidating action changes ... Done (0.001s) |
| 142 | 2026-07-22T04:19:35.023Z | Planning: Evaluating mediators ... Done (0.783s) |
| 143 | 2026-07-22T04:19:35.027Z | Planning: Planning completed in 2.00 seconds |
| 144 | 2026-07-22T04:19:35.027Z | Packages to install: 2 |
| 145 | 2026-07-22T04:19:35.027Z | Estimated space available: 156.06 GB |
| 146 | 2026-07-22T04:19:35.027Z | Estimated space to be consumed: 46.64 MB |
| 147 | 2026-07-22T04:19:35.027Z | Create boot environment: No |
| 148 | 2026-07-22T04:19:35.027Z | Create backup boot environment: No |
| 149 | 2026-07-22T04:19:35.027Z | Rebuild boot archive: No |
| 150 | 2026-07-22T04:19:35.027Z | |
| 151 | 2026-07-22T04:19:35.027Z | Changed packages: |
| 152 | 2026-07-22T04:19:35.027Z | helios |
| 153 | 2026-07-22T04:19:35.027Z | developer/build-essential |
| 154 | 2026-07-22T04:19:35.027Z | None -> 11-3.0 |
| 155 | 2026-07-22T04:19:35.027Z | library/libxmlsec1 |
| 156 | 2026-07-22T04:19:35.027Z | None -> 1.2.35-3.0 |
| 157 | 2026-07-22T04:19:35.049Z | |
| 158 | 2026-07-22T04:19:35.049Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 159 | 2026-07-22T04:19:35.125Z | Download: Completed 1.28 MB in 0.08 seconds (16.6M/s) |
| 160 | 2026-07-22T04:19:35.193Z | Actions: 1/268 actions (Installing new actions) |
| 161 | 2026-07-22T04:19:35.230Z | Actions: Completed 268 actions in 0.04 seconds. |
| 162 | 2026-07-22T04:19:35.250Z | Finalize: Updating package state database ... Done (0.018s) |
| 163 | 2026-07-22T04:19:35.250Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-07-22T04:19:35.296Z | Finalize: Updating image state ... Done (0.047s) |
| 165 | 2026-07-22T04:19:37.698Z | Finalize: Creating fast lookup database ... Done (2.365s) |
| 166 | 2026-07-22T04:19:37.761Z | Finalize: Reading search index ... Done (0.012s) |
| 167 | 2026-07-22T04:19:37.765Z | Finalize: Updating search index ... Done (0.000s) |
| 168 | 2026-07-22T04:19:37.873Z | Finalize: Updating package cache ... Done (0.000s) |
| 169 | 2026-07-22T04:19:38.201Z | Planning: Evaluating mediator changes ... Done |
| 170 | 2026-07-22T04:19:38.309Z | Planning: Checking for conflicting actions ... Done |
| 171 | 2026-07-22T04:19:38.314Z | Planning: Consolidating action changes ... Done |
| 172 | 2026-07-22T04:19:38.461Z | Planning: Evaluating mediators ... Done |
| 173 | 2026-07-22T04:19:38.464Z | Planning: Planning completed in 0.26 seconds |
| 174 | 2026-07-22T04:19:38.484Z | Mediators to change: 2 |
| 175 | 2026-07-22T04:19:38.484Z | Create boot environment: No |
| 176 | 2026-07-22T04:19:38.487Z | Create backup boot environment: No |
| 177 | 2026-07-22T04:19:38.529Z | Finalize: Updating package state database ... Done |
| 178 | 2026-07-22T04:19:38.529Z | Finalize: Updating package cache ... Done |
| 179 | 2026-07-22T04:19:38.555Z | Finalize: Updating image state ... Done |
| 180 | 2026-07-22T04:19:40.497Z | Finalize: Creating fast lookup database ... Done |
| 181 | 2026-07-22T04:19:40.575Z | Finalize: Reading search index ... Done |
| 182 | 2026-07-22T04:19:40.592Z | Finalize: Updating search index ... Done |
| 183 | 2026-07-22T04:19:40.644Z | Finalize: Updating package cache ... Done |
| 184 | 2026-07-22T04:19:40.915Z | Planning: Evaluating mediator changes ... Done |
| 185 | 2026-07-22T04:19:41.021Z | Planning: Checking for conflicting actions ... Done |
| 186 | 2026-07-22T04:19:41.024Z | Planning: Consolidating action changes ... Done |
| 187 | 2026-07-22T04:19:41.176Z | Planning: Evaluating mediators ... Done |
| 188 | 2026-07-22T04:19:41.179Z | Planning: Planning completed in 0.26 seconds |
| 189 | 2026-07-22T04:19:41.200Z | Mediators to change: 1 |
| 190 | 2026-07-22T04:19:41.200Z | Create boot environment: No |
| 191 | 2026-07-22T04:19:41.206Z | Create backup boot environment: No |
| 192 | 2026-07-22T04:19:41.237Z | Finalize: Updating package state database ... Done |
| 193 | 2026-07-22T04:19:41.237Z | Finalize: Updating package cache ... Done |
| 194 | 2026-07-22T04:19:41.262Z | Finalize: Updating image state ... Done |
| 195 | 2026-07-22T04:19:43.199Z | Finalize: Creating fast lookup database ... Done |
| 196 | 2026-07-22T04:19:43.260Z | Finalize: Reading search index ... Done |
| 197 | 2026-07-22T04:19:43.264Z | Finalize: Updating search index ... Done |
| 198 | 2026-07-22T04:19:43.313Z | Finalize: Updating package cache ... Done |
| 199 | 2026-07-22T04:19:43.622Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 200 | 2026-07-22T04:19:43.622Z | apache system 2.4 system |
| 201 | 2026-07-22T04:19:43.622Z | clang system 15 system |
| 202 | 2026-07-22T04:19:43.622Z | csh system system illumos |
| 203 | 2026-07-22T04:19:43.622Z | ctags system system illumos |
| 204 | 2026-07-22T04:19:43.622Z | file vendor vendor darwinsys |
| 205 | 2026-07-22T04:19:43.623Z | file system system illumos |
| 206 | 2026-07-22T04:19:43.623Z | gcc vendor 14 vendor |
| 207 | 2026-07-22T04:19:43.623Z | gcc system 13 system |
| 208 | 2026-07-22T04:19:43.623Z | gcc system 10 system |
| 209 | 2026-07-22T04:19:43.623Z | go system 1.25 system |
| 210 | 2026-07-22T04:19:43.623Z | llvm system 15 system |
| 211 | 2026-07-22T04:19:43.623Z | mariadb system 11.4 system |
| 212 | 2026-07-22T04:19:43.623Z | mta vendor vendor dma |
| 213 | 2026-07-22T04:19:43.623Z | openjdk system 17 system |
| 214 | 2026-07-22T04:19:43.623Z | openjdk system 11 system |
| 215 | 2026-07-22T04:19:43.623Z | openssl vendor 3 vendor |
| 216 | 2026-07-22T04:19:43.625Z | perl system 5.40 system |
| 217 | 2026-07-22T04:19:43.625Z | postgresql system 18 system |
| 218 | 2026-07-22T04:19:43.625Z | postgresql system 17 system |
| 219 | 2026-07-22T04:19:43.625Z | python vendor 3 vendor |
| 220 | 2026-07-22T04:19:43.625Z | python system 2 system |
| 221 | 2026-07-22T04:19:43.625Z | python3 vendor 3.13 vendor |
| 222 | 2026-07-22T04:19:43.625Z | ruby system 3.4 system |
| 223 | 2026-07-22T04:19:43.625Z | ruby system 3.0 system |
| 224 | 2026-07-22T04:19:43.625Z | words vendor vendor american-english |
| 225 | 2026-07-22T04:19:43.625Z | words system system australian-english |
| 226 | 2026-07-22T04:19:43.625Z | words system system british-english |
| 227 | 2026-07-22T04:19:43.625Z | words system system canadian-english |
| 228 | 2026-07-22T04:19:43.625Z | words system system french |
| 229 | 2026-07-22T04:19:43.625Z | words system system italian |
| 230 | 2026-07-22T04:19:43.625Z | words system system ngerman |
| 231 | 2026-07-22T04:19:43.626Z | words system system ogerman |
| 232 | 2026-07-22T04:19:43.626Z | words system system spanish |
| 233 | 2026-07-22T04:19:43.874Z | PUBLISHER TYPE STATUS P LOCATION |
| 234 | 2026-07-22T04:19:43.874Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 235 | 2026-07-22T04:19:44.233Z | FMRI IFO |
| 236 | 2026-07-22T04:19:44.233Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 237 | 2026-07-22T04:19:44.233Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 238 | 2026-07-22T04:19:44.233Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 239 | 2026-07-22T04:19:44.233Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 240 | 2026-07-22T04:19:44.233Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 241 | 2026-07-22T04:19:44.233Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 242 | 2026-07-22T04:19:44.233Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 243 | 2026-07-22T04:19:44.233Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 244 | 2026-07-22T04:19:44.233Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 245 | 2026-07-22T04:19:44.529Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 246 | 2026-07-22T04:19:44.792Z | Updating crates.io index |
| 247 | 2026-07-22T04:19:44.799Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 248 | 2026-07-22T04:19:45.024Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-07-22T04:19:45.321Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-07-22T04:19:46.229Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 251 | 2026-07-22T04:19:46.714Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 252 | 2026-07-22T04:19:47.173Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-07-22T04:19:48.691Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-07-22T04:19:49.446Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-07-22T04:19:49.680Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-07-22T04:19:50.002Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-07-22T04:19:51.044Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-07-22T04:19:51.287Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-07-22T04:19:51.613Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 260 | 2026-07-22T04:19:51.842Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 261 | 2026-07-22T04:19:52.218Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 262 | 2026-07-22T04:19:52.678Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 263 | 2026-07-22T04:19:52.934Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-07-22T04:19:53.203Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-07-22T04:19:53.454Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 266 | 2026-07-22T04:19:53.728Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 267 | 2026-07-22T04:19:53.961Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 268 | 2026-07-22T04:19:54.264Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 269 | 2026-07-22T04:19:54.588Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 270 | 2026-07-22T04:19:55.066Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 271 | 2026-07-22T04:19:55.535Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-07-22T04:19:56.001Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-07-22T04:19:56.643Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-07-22T04:19:57.502Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 275 | 2026-07-22T04:19:57.771Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 276 | 2026-07-22T04:19:58.475Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2026-07-22T04:19:58.845Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 278 | 2026-07-22T04:19:59.344Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-07-22T04:19:59.982Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 280 | 2026-07-22T04:20:00.658Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 281 | 2026-07-22T04:20:01.151Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 282 | 2026-07-22T04:20:01.782Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-07-22T04:20:02.286Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-07-22T04:20:02.970Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 285 | 2026-07-22T04:20:03.552Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-07-22T04:20:04.107Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-07-22T04:20:04.773Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-07-22T04:20:05.278Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 289 | 2026-07-22T04:20:08.250Z | Downloading crates ... |
| 290 | 2026-07-22T04:20:08.302Z | Downloaded colorchoice v1.0.4 |
| 291 | 2026-07-22T04:20:08.308Z | Downloaded anstream v1.0.0 |
| 292 | 2026-07-22T04:20:08.312Z | Downloaded itoa v1.0.17 |
| 293 | 2026-07-22T04:20:08.312Z | Downloaded crypto-common v0.1.7 |
| 294 | 2026-07-22T04:20:08.317Z | Downloaded fastrand v2.3.0 |
| 295 | 2026-07-22T04:20:08.318Z | Downloaded zmij v1.0.21 |
| 296 | 2026-07-22T04:20:08.318Z | Downloaded heck v0.5.0 |
| 297 | 2026-07-22T04:20:08.318Z | Downloaded unicode-linebreak v0.1.5 |
| 298 | 2026-07-22T04:20:08.318Z | Downloaded serde_spanned v0.6.9 |
| 299 | 2026-07-22T04:20:08.322Z | Downloaded zerocopy-derive v0.7.35 |
| 300 | 2026-07-22T04:20:08.330Z | Downloaded usdt v0.5.0 |
| 301 | 2026-07-22T04:20:08.330Z | Downloaded terminal_size v0.4.3 |
| 302 | 2026-07-22T04:20:08.330Z | Downloaded smawk v0.3.2 |
| 303 | 2026-07-22T04:20:08.330Z | Downloaded bytecount v0.6.9 |
| 304 | 2026-07-22T04:20:08.334Z | Downloaded cargo_metadata v0.23.1 |
| 305 | 2026-07-22T04:20:08.334Z | Downloaded camino-tempfile v1.4.1 |
| 306 | 2026-07-22T04:20:08.334Z | Downloaded byteorder v1.5.0 |
| 307 | 2026-07-22T04:20:08.334Z | Downloaded zerocopy v0.7.35 |
| 308 | 2026-07-22T04:20:08.341Z | Downloaded swrite v0.1.0 |
| 309 | 2026-07-22T04:20:08.341Z | Downloaded anstyle-query v1.1.5 |
| 310 | 2026-07-22T04:20:08.347Z | Downloaded memmap v0.7.0 |
| 311 | 2026-07-22T04:20:08.347Z | Downloaded macaddr v1.0.1 |
| 312 | 2026-07-22T04:20:08.347Z | Downloaded thread-id v4.2.2 |
| 313 | 2026-07-22T04:20:08.347Z | Downloaded dof v0.3.0 |
| 314 | 2026-07-22T04:20:08.348Z | Downloaded block-buffer v0.10.4 |
| 315 | 2026-07-22T04:20:08.348Z | Downloaded cargo_toml v0.21.0 |
| 316 | 2026-07-22T04:20:08.348Z | Downloaded dtrace-parser v0.2.0 |
| 317 | 2026-07-22T04:20:08.348Z | Downloaded cargo-platform v0.3.2 |
| 318 | 2026-07-22T04:20:08.353Z | Downloaded proc-macro-error v1.0.4 |
| 319 | 2026-07-22T04:20:08.353Z | Downloaded thiserror v2.0.18 |
| 320 | 2026-07-22T04:20:08.359Z | Downloaded pest_derive v2.8.6 |
| 321 | 2026-07-22T04:20:08.359Z | Downloaded is_terminal_polyfill v1.70.2 |
| 322 | 2026-07-22T04:20:08.359Z | Downloaded once_cell v1.21.3 |
| 323 | 2026-07-22T04:20:08.368Z | Downloaded toml_write v0.1.2 |
| 324 | 2026-07-22T04:20:08.368Z | Downloaded cfg-if v1.0.4 |
| 325 | 2026-07-22T04:20:08.372Z | Downloaded usdt-attr-macro v0.5.0 |
| 326 | 2026-07-22T04:20:08.372Z | Downloaded cpufeatures v0.2.17 |
| 327 | 2026-07-22T04:20:08.372Z | Downloaded tabled_derive v0.7.0 |
| 328 | 2026-07-22T04:20:08.372Z | Downloaded fnv v1.0.7 |
| 329 | 2026-07-22T04:20:08.372Z | Downloaded errno v0.3.14 |
| 330 | 2026-07-22T04:20:08.372Z | Downloaded pretty-hex v0.4.1 |
| 331 | 2026-07-22T04:20:08.378Z | Downloaded proc-macro-error-attr v1.0.4 |
| 332 | 2026-07-22T04:20:08.378Z | Downloaded toml_datetime v0.6.11 |
| 333 | 2026-07-22T04:20:08.378Z | Downloaded generic-array v0.14.7 |
| 334 | 2026-07-22T04:20:08.382Z | Downloaded scroll_derive v0.12.1 |
| 335 | 2026-07-22T04:20:08.385Z | Downloaded clap_lex v1.0.0 |
| 336 | 2026-07-22T04:20:08.385Z | Downloaded version_check v0.9.5 |
| 337 | 2026-07-22T04:20:08.390Z | Downloaded anstyle v1.0.14 |
| 338 | 2026-07-22T04:20:08.394Z | Downloaded strsim v0.11.1 |
| 339 | 2026-07-22T04:20:08.398Z | Downloaded utf8parse v0.2.2 |
| 340 | 2026-07-22T04:20:08.411Z | Downloaded heck v0.4.1 |
| 341 | 2026-07-22T04:20:08.414Z | Downloaded usdt-macro v0.5.0 |
| 342 | 2026-07-22T04:20:08.414Z | Downloaded plain v0.2.3 |
| 343 | 2026-07-22T04:20:08.414Z | Downloaded equivalent v1.0.2 |
| 344 | 2026-07-22T04:20:08.419Z | Downloaded autocfg v1.5.0 |
| 345 | 2026-07-22T04:20:08.423Z | Downloaded anstyle-parse v1.0.0 |
| 346 | 2026-07-22T04:20:08.434Z | Downloaded digest v0.10.7 |
| 347 | 2026-07-22T04:20:08.438Z | Downloaded quote v1.0.45 |
| 348 | 2026-07-22T04:20:08.438Z | Downloaded bitflags v2.11.0 |
| 349 | 2026-07-22T04:20:08.438Z | Downloaded fs-err v3.3.0 |
| 350 | 2026-07-22T04:20:08.439Z | Downloaded camino v1.2.2 |
| 351 | 2026-07-22T04:20:08.445Z | Downloaded thiserror-impl v2.0.18 |
| 352 | 2026-07-22T04:20:08.451Z | Downloaded thiserror-impl v1.0.69 |
| 353 | 2026-07-22T04:20:08.451Z | Downloaded sha2 v0.10.9 |
| 354 | 2026-07-22T04:20:08.451Z | Downloaded scroll v0.12.0 |
| 355 | 2026-07-22T04:20:08.451Z | Downloaded serde_tokenstream v0.2.3 |
| 356 | 2026-07-22T04:20:08.458Z | Downloaded thiserror v1.0.69 |
| 357 | 2026-07-22T04:20:08.458Z | Downloaded pest_generator v2.8.6 |
| 358 | 2026-07-22T04:20:08.459Z | Downloaded clap_derive v4.6.1 |
| 359 | 2026-07-22T04:20:08.464Z | Downloaded usdt-impl v0.5.0 |
| 360 | 2026-07-22T04:20:08.464Z | Downloaded clap v4.6.1 |
| 361 | 2026-07-22T04:20:08.469Z | Downloaded pest_meta v2.8.6 |
| 362 | 2026-07-22T04:20:08.474Z | Downloaded log v0.4.29 |
| 363 | 2026-07-22T04:20:08.474Z | Downloaded toml_edit v0.22.27 |
| 364 | 2026-07-22T04:20:08.478Z | Downloaded tempfile v3.25.0 |
| 365 | 2026-07-22T04:20:08.478Z | Downloaded getrandom v0.4.1 |
| 366 | 2026-07-22T04:20:08.478Z | Downloaded toml v0.8.23 |
| 367 | 2026-07-22T04:20:08.484Z | Downloaded semver v1.0.28 |
| 368 | 2026-07-22T04:20:08.494Z | Downloaded papergrid v0.11.0 |
| 369 | 2026-07-22T04:20:08.494Z | Downloaded anyhow v1.0.102 |
| 370 | 2026-07-22T04:20:08.501Z | Downloaded serde_core v1.0.228 |
| 371 | 2026-07-22T04:20:08.501Z | Downloaded ucd-trie v0.1.7 |
| 372 | 2026-07-22T04:20:08.508Z | Downloaded proc-macro2 v1.0.106 |
| 373 | 2026-07-22T04:20:08.515Z | Downloaded unicode-ident v1.0.24 |
| 374 | 2026-07-22T04:20:08.521Z | Downloaded textwrap v0.16.2 |
| 375 | 2026-07-22T04:20:08.524Z | Downloaded serde_derive v1.0.228 |
| 376 | 2026-07-22T04:20:08.528Z | Downloaded serde v1.0.228 |
| 377 | 2026-07-22T04:20:08.538Z | Downloaded memchr v2.8.0 |
| 378 | 2026-07-22T04:20:08.541Z | Downloaded typenum v1.20.1 |
| 379 | 2026-07-22T04:20:08.544Z | Downloaded indexmap v2.14.0 |
| 380 | 2026-07-22T04:20:08.556Z | Downloaded pest v2.8.6 |
| 381 | 2026-07-22T04:20:08.591Z | Downloaded clap_builder v4.6.0 |
| 382 | 2026-07-22T04:20:08.591Z | Downloaded hashbrown v0.17.0 |
| 383 | 2026-07-22T04:20:08.596Z | Downloaded serde_json v1.0.150 |
| 384 | 2026-07-22T04:20:08.596Z | Downloaded winnow v0.7.14 |
| 385 | 2026-07-22T04:20:08.607Z | Downloaded goblin v0.8.2 |
| 386 | 2026-07-22T04:20:08.613Z | Downloaded tabled v0.15.0 |
| 387 | 2026-07-22T04:20:08.622Z | Downloaded syn v1.0.109 |
| 388 | 2026-07-22T04:20:08.627Z | Downloaded unicode-width v0.2.0 |
| 389 | 2026-07-22T04:20:08.636Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-07-22T04:20:08.640Z | Downloaded syn v2.0.117 |
| 391 | 2026-07-22T04:20:08.655Z | Downloaded rustix v1.1.3 |
| 392 | 2026-07-22T04:20:08.682Z | Downloaded libc v0.2.185 |
| 393 | 2026-07-22T04:20:08.748Z | Compiling proc-macro2 v1.0.106 |
| 394 | 2026-07-22T04:20:08.748Z | Compiling unicode-ident v1.0.24 |
| 395 | 2026-07-22T04:20:08.748Z | Compiling quote v1.0.45 |
| 396 | 2026-07-22T04:20:08.756Z | Compiling serde_core v1.0.228 |
| 397 | 2026-07-22T04:20:08.757Z | Compiling libc v0.2.185 |
| 398 | 2026-07-22T04:20:08.757Z | Compiling version_check v0.9.5 |
| 399 | 2026-07-22T04:20:08.757Z | Compiling memchr v2.8.0 |
| 400 | 2026-07-22T04:20:08.757Z | Compiling serde v1.0.228 |
| 401 | 2026-07-22T04:20:09.065Z | Compiling zmij v1.0.21 |
| 402 | 2026-07-22T04:20:09.354Z | Compiling itoa v1.0.17 |
| 403 | 2026-07-22T04:20:09.390Z | Compiling thiserror v1.0.69 |
| 404 | 2026-07-22T04:20:09.533Z | Compiling ucd-trie v0.1.7 |
| 405 | 2026-07-22T04:20:09.607Z | Compiling byteorder v1.5.0 |
| 406 | 2026-07-22T04:20:09.686Z | Compiling pest v2.8.6 |
| 407 | 2026-07-22T04:20:09.792Z | Compiling rustix v1.1.3 |
| 408 | 2026-07-22T04:20:09.829Z | Compiling errno v0.3.14 |
| 409 | 2026-07-22T04:20:09.880Z | Compiling serde_json v1.0.150 |
| 410 | 2026-07-22T04:20:10.089Z | Compiling bitflags v2.11.0 |
| 411 | 2026-07-22T04:20:10.235Z | Compiling syn v2.0.117 |
| 412 | 2026-07-22T04:20:10.253Z | Compiling thread-id v4.2.2 |
| 413 | 2026-07-22T04:20:10.307Z | Compiling usdt-impl v0.5.0 |
| 414 | 2026-07-22T04:20:10.331Z | Compiling proc-macro-error-attr v1.0.4 |
| 415 | 2026-07-22T04:20:10.390Z | Compiling camino v1.2.2 |
| 416 | 2026-07-22T04:20:10.542Z | Compiling syn v1.0.109 |
| 417 | 2026-07-22T04:20:10.704Z | Compiling pest_meta v2.8.6 |
| 418 | 2026-07-22T04:20:10.782Z | Compiling proc-macro-error v1.0.4 |
| 419 | 2026-07-22T04:20:10.908Z | Compiling log v0.4.29 |
| 420 | 2026-07-22T04:20:10.923Z | Compiling equivalent v1.0.2 |
| 421 | 2026-07-22T04:20:10.984Z | Compiling utf8parse v0.2.2 |
| 422 | 2026-07-22T04:20:11.028Z | Compiling getrandom v0.4.1 |
| 423 | 2026-07-22T04:20:11.095Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-07-22T04:20:11.238Z | Compiling plain v0.2.3 |
| 425 | 2026-07-22T04:20:11.350Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-07-22T04:20:11.497Z | Compiling anstyle-parse v1.0.0 |
| 427 | 2026-07-22T04:20:11.633Z | Compiling indexmap v2.14.0 |
| 428 | 2026-07-22T04:20:12.084Z | Compiling autocfg v1.5.0 |
| 429 | 2026-07-22T04:20:12.107Z | Compiling anstyle-query v1.1.5 |
| 430 | 2026-07-22T04:20:12.125Z | Compiling is_terminal_polyfill v1.70.2 |
| 431 | 2026-07-22T04:20:12.223Z | Compiling thiserror v2.0.18 |
| 432 | 2026-07-22T04:20:12.228Z | Compiling cfg-if v1.0.4 |
| 433 | 2026-07-22T04:20:12.253Z | Compiling anstyle v1.0.14 |
| 434 | 2026-07-22T04:20:12.296Z | Compiling pretty-hex v0.4.1 |
| 435 | 2026-07-22T04:20:12.314Z | Compiling toml_write v0.1.2 |
| 436 | 2026-07-22T04:20:12.398Z | Compiling winnow v0.7.14 |
| 437 | 2026-07-22T04:20:12.436Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-22T04:20:12.480Z | Compiling colorchoice v1.0.4 |
| 439 | 2026-07-22T04:20:12.508Z | Compiling fs-err v3.3.0 |
| 440 | 2026-07-22T04:20:12.594Z | Compiling anstream v1.0.0 |
| 441 | 2026-07-22T04:20:12.716Z | Compiling fastrand v2.3.0 |
| 442 | 2026-07-22T04:20:12.800Z | Compiling clap_lex v1.0.0 |
| 443 | 2026-07-22T04:20:12.908Z | Compiling heck v0.5.0 |
| 444 | 2026-07-22T04:20:12.975Z | Compiling heck v0.4.1 |
| 445 | 2026-07-22T04:20:13.040Z | Compiling anyhow v1.0.102 |
| 446 | 2026-07-22T04:20:13.081Z | Compiling unicode-width v0.1.14 |
| 447 | 2026-07-22T04:20:13.132Z | Compiling bytecount v0.6.9 |
| 448 | 2026-07-22T04:20:13.154Z | Compiling fnv v1.0.7 |
| 449 | 2026-07-22T04:20:13.210Z | Compiling strsim v0.11.1 |
| 450 | 2026-07-22T04:20:13.250Z | Compiling once_cell v1.21.3 |
| 451 | 2026-07-22T04:20:13.467Z | Compiling clap_builder v4.6.0 |
| 452 | 2026-07-22T04:20:13.508Z | Compiling papergrid v0.11.0 |
| 453 | 2026-07-22T04:20:13.525Z | Compiling tempfile v3.25.0 |
| 454 | 2026-07-22T04:20:13.685Z | Compiling cargo-platform v0.3.2 |
| 455 | 2026-07-22T04:20:13.731Z | Compiling semver v1.0.28 |
| 456 | 2026-07-22T04:20:13.743Z | Compiling tabled_derive v0.7.0 |
| 457 | 2026-07-22T04:20:14.012Z | Compiling memmap v0.7.0 |
| 458 | 2026-07-22T04:20:14.136Z | Compiling unicode-linebreak v0.1.5 |
| 459 | 2026-07-22T04:20:14.136Z | Compiling unicode-width v0.2.0 |
| 460 | 2026-07-22T04:20:14.136Z | Compiling smawk v0.3.2 |
| 461 | 2026-07-22T04:20:14.136Z | Compiling camino-tempfile v1.4.1 |
| 462 | 2026-07-22T04:20:14.157Z | Compiling serde_derive v1.0.228 |
| 463 | 2026-07-22T04:20:14.169Z | Compiling thiserror-impl v1.0.69 |
| 464 | 2026-07-22T04:20:14.224Z | Compiling zerocopy-derive v0.7.35 |
| 465 | 2026-07-22T04:20:14.348Z | Compiling pest_derive v2.8.6 |
| 466 | 2026-07-22T04:20:14.579Z | Compiling scroll_derive v0.12.1 |
| 467 | 2026-07-22T04:20:14.830Z | Compiling thiserror-impl v2.0.18 |
| 468 | 2026-07-22T04:20:14.968Z | Compiling clap_derive v4.6.1 |
| 469 | 2026-07-22T04:20:15.014Z | Compiling tabled v0.15.0 |
| 470 | 2026-07-22T04:20:15.217Z | Compiling zerocopy v0.7.35 |
| 471 | 2026-07-22T04:20:15.226Z | Compiling scroll v0.12.0 |
| 472 | 2026-07-22T04:20:15.458Z | Compiling goblin v0.8.2 |
| 473 | 2026-07-22T04:20:15.740Z | Compiling dtrace-parser v0.2.0 |
| 474 | 2026-07-22T04:20:15.747Z | Compiling textwrap v0.16.2 |
| 475 | 2026-07-22T04:20:16.166Z | Compiling swrite v0.1.0 |
| 476 | 2026-07-22T04:20:16.693Z | Compiling clap v4.6.1 |
| 477 | 2026-07-22T04:20:17.248Z | Compiling dof v0.3.0 |
| 478 | 2026-07-22T04:20:17.248Z | Compiling serde_tokenstream v0.2.3 |
| 479 | 2026-07-22T04:20:17.298Z | Compiling toml_datetime v0.6.11 |
| 480 | 2026-07-22T04:20:17.351Z | Compiling serde_spanned v0.6.9 |
| 481 | 2026-07-22T04:20:17.351Z | Compiling macaddr v1.0.1 |
| 482 | 2026-07-22T04:20:17.351Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-07-22T04:20:17.351Z | Compiling cargo_metadata v0.23.1 |
| 484 | 2026-07-22T04:20:17.519Z | Compiling toml_edit v0.22.27 |
| 485 | 2026-07-22T04:20:18.075Z | Compiling usdt-attr-macro v0.5.0 |
| 486 | 2026-07-22T04:20:18.076Z | Compiling usdt-macro v0.5.0 |
| 487 | 2026-07-22T04:20:18.692Z | Compiling usdt v0.5.0 |
| 488 | 2026-07-22T04:20:18.856Z | Compiling toml v0.8.23 |
| 489 | 2026-07-22T04:20:19.787Z | Compiling cargo_toml v0.21.0 |
| 490 | 2026-07-22T04:20:20.432Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 491 | 2026-07-22T04:20:22.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.03s |
| 492 | 2026-07-22T04:20:22.606Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 493 | 2026-07-22T04:20:23.117Z | Downloading crates ... |
| 494 | 2026-07-22T04:20:23.223Z | Downloaded base16ct v0.2.0 |
| 495 | 2026-07-22T04:20:23.242Z | Downloaded atomicwrites v0.4.4 |
| 496 | 2026-07-22T04:20:23.242Z | Downloaded arrayref v0.3.9 |
| 497 | 2026-07-22T04:20:23.242Z | Downloaded async-stream-impl v0.3.6 |
| 498 | 2026-07-22T04:20:23.242Z | Downloaded bitfield-macros v0.19.4 |
| 499 | 2026-07-22T04:20:23.242Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 500 | 2026-07-22T04:20:23.242Z | Downloaded ciborium-io v0.2.2 |
| 501 | 2026-07-22T04:20:23.242Z | Downloaded cfg_aliases v0.1.1 |
| 502 | 2026-07-22T04:20:23.274Z | Downloaded compression-core v0.4.31 |
| 503 | 2026-07-22T04:20:23.274Z | Downloaded adler2 v2.0.1 |
| 504 | 2026-07-22T04:20:23.274Z | Downloaded bit-vec v0.6.3 |
| 505 | 2026-07-22T04:20:23.274Z | Downloaded argon2 v0.5.3 |
| 506 | 2026-07-22T04:20:23.274Z | Downloaded darling_macro v0.13.4 |
| 507 | 2026-07-22T04:20:23.274Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 508 | 2026-07-22T04:20:23.274Z | Downloaded convert_case v0.4.0 |
| 509 | 2026-07-22T04:20:23.276Z | Downloaded crossbeam-deque v0.8.6 |
| 510 | 2026-07-22T04:20:23.276Z | Downloaded const_format_proc_macros v0.2.34 |
| 511 | 2026-07-22T04:20:23.276Z | Downloaded daft-derive v0.1.7 |
| 512 | 2026-07-22T04:20:23.276Z | Downloaded darling v0.21.3 |
| 513 | 2026-07-22T04:20:23.276Z | Downloaded cbc v0.2.1 |
| 514 | 2026-07-22T04:20:23.276Z | Downloaded byte-wrapper v0.1.0 |
| 515 | 2026-07-22T04:20:23.276Z | Downloaded ed25519 v3.0.0 |
| 516 | 2026-07-22T04:20:23.286Z | Downloaded either v1.15.0 |
| 517 | 2026-07-22T04:20:23.286Z | Downloaded dropshot_endpoint v0.17.1 |
| 518 | 2026-07-22T04:20:23.286Z | Downloaded derive_more v0.99.20 |
| 519 | 2026-07-22T04:20:23.286Z | Downloaded darling v0.13.4 |
| 520 | 2026-07-22T04:20:23.286Z | Downloaded debug-ignore v1.0.5 |
| 521 | 2026-07-22T04:20:23.286Z | Downloaded defmt v0.3.100 |
| 522 | 2026-07-22T04:20:23.286Z | Downloaded data-encoding v2.10.0 |
| 523 | 2026-07-22T04:20:23.286Z | Downloaded corncobs v0.1.4 |
| 524 | 2026-07-22T04:20:23.286Z | Downloaded darling v0.23.0 |
| 525 | 2026-07-22T04:20:23.286Z | Downloaded daft v0.1.7 |
| 526 | 2026-07-22T04:20:23.286Z | Downloaded cpufeatures v0.3.0 |
| 527 | 2026-07-22T04:20:23.287Z | Downloaded ctr v0.10.1 |
| 528 | 2026-07-22T04:20:23.287Z | Downloaded colored v3.1.1 |
| 529 | 2026-07-22T04:20:23.287Z | Downloaded darling_core v0.23.0 |
| 530 | 2026-07-22T04:20:23.302Z | Downloaded base64 v0.22.1 |
| 531 | 2026-07-22T04:20:23.302Z | Downloaded darling_core v0.13.4 |
| 532 | 2026-07-22T04:20:23.302Z | Downloaded crossbeam-epoch v0.9.18 |
| 533 | 2026-07-22T04:20:23.302Z | Downloaded crucible-workspace-hack v0.1.0 |
| 534 | 2026-07-22T04:20:23.302Z | Downloaded crc v3.4.0 |
| 535 | 2026-07-22T04:20:23.302Z | Downloaded async-recursion v1.1.1 |
| 536 | 2026-07-22T04:20:23.316Z | Downloaded csv-core v0.1.13 |
| 537 | 2026-07-22T04:20:23.316Z | Downloaded aead v0.5.2 |
| 538 | 2026-07-22T04:20:23.316Z | Downloaded crypto-common v0.2.2 |
| 539 | 2026-07-22T04:20:23.316Z | Downloaded bit-set v0.5.3 |
| 540 | 2026-07-22T04:20:23.316Z | Downloaded cstr-argument v0.1.2 |
| 541 | 2026-07-22T04:20:23.316Z | Downloaded crypto-bigint v0.5.5 |
| 542 | 2026-07-22T04:20:23.316Z | Downloaded crc8 v0.1.1 |
| 543 | 2026-07-22T04:20:23.316Z | Downloaded convert_case v0.10.0 |
| 544 | 2026-07-22T04:20:23.316Z | Downloaded ciborium-ll v0.2.2 |
| 545 | 2026-07-22T04:20:23.316Z | Downloaded crossbeam-utils v0.8.21 |
| 546 | 2026-07-22T04:20:23.325Z | Downloaded darling_macro v0.21.3 |
| 547 | 2026-07-22T04:20:23.325Z | Downloaded bit-set v0.8.0 |
| 548 | 2026-07-22T04:20:23.325Z | Downloaded array-init v0.0.4 |
| 549 | 2026-07-22T04:20:23.325Z | Downloaded crc-catalog v2.4.0 |
| 550 | 2026-07-22T04:20:23.325Z | Downloaded atomic-waker v1.1.2 |
| 551 | 2026-07-22T04:20:23.325Z | Downloaded ascii-canvas v3.0.0 |
| 552 | 2026-07-22T04:20:23.325Z | Downloaded dirs-next v2.0.0 |
| 553 | 2026-07-22T04:20:23.325Z | Downloaded cfg_aliases v0.2.1 |
| 554 | 2026-07-22T04:20:23.325Z | Downloaded cpubits v0.1.1 |
| 555 | 2026-07-22T04:20:23.326Z | Downloaded cancel-safe-futures v0.1.5 |
| 556 | 2026-07-22T04:20:23.326Z | Downloaded bb8 v0.8.6 |
| 557 | 2026-07-22T04:20:23.326Z | Downloaded defmt-parser v1.0.0 |
| 558 | 2026-07-22T04:20:23.358Z | Downloaded darling_macro v0.23.0 |
| 559 | 2026-07-22T04:20:23.358Z | Downloaded bzip2 v0.6.1 |
| 560 | 2026-07-22T04:20:23.359Z | Downloaded darling_macro v0.20.11 |
| 561 | 2026-07-22T04:20:23.359Z | Downloaded derive_builder v0.20.2 |
| 562 | 2026-07-22T04:20:23.360Z | Downloaded cookie v0.18.1 |
| 563 | 2026-07-22T04:20:23.360Z | Downloaded crossbeam-channel v0.5.15 |
| 564 | 2026-07-22T04:20:23.383Z | Downloaded cobs v0.3.0 |
| 565 | 2026-07-22T04:20:23.383Z | Downloaded digest-io v0.1.0 |
| 566 | 2026-07-22T04:20:23.383Z | Downloaded assert_matches v1.5.0 |
| 567 | 2026-07-22T04:20:23.383Z | Downloaded cmov v0.5.4 |
| 568 | 2026-07-22T04:20:23.384Z | Downloaded dsl_auto_type v0.2.0 |
| 569 | 2026-07-22T04:20:23.384Z | Downloaded castaway v0.2.4 |
| 570 | 2026-07-22T04:20:23.384Z | Downloaded embedded-io v0.6.1 |
| 571 | 2026-07-22T04:20:23.384Z | Downloaded anstyle-parse v0.2.7 |
| 572 | 2026-07-22T04:20:23.384Z | Downloaded blowfish v0.10.0 |
| 573 | 2026-07-22T04:20:23.384Z | Downloaded endian-type v0.1.2 |
| 574 | 2026-07-22T04:20:23.384Z | Downloaded dunce v1.0.5 |
| 575 | 2026-07-22T04:20:23.384Z | Downloaded bitfield-struct v0.6.2 |
| 576 | 2026-07-22T04:20:23.384Z | Downloaded enum-as-inner v0.6.1 |
| 577 | 2026-07-22T04:20:23.384Z | Downloaded base16ct v1.0.0 |
| 578 | 2026-07-22T04:20:23.384Z | Downloaded display-error-chain v0.2.2 |
| 579 | 2026-07-22T04:20:23.384Z | Downloaded document-features v0.2.12 |
| 580 | 2026-07-22T04:20:23.384Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 581 | 2026-07-22T04:20:23.384Z | Downloaded difflib v0.4.0 |
| 582 | 2026-07-22T04:20:23.384Z | Downloaded bitfield v0.19.4 |
| 583 | 2026-07-22T04:20:23.384Z | Downloaded async-stream v0.3.6 |
| 584 | 2026-07-22T04:20:23.384Z | Downloaded dof v0.4.0 |
| 585 | 2026-07-22T04:20:23.384Z | Downloaded ctutils v0.4.2 |
| 586 | 2026-07-22T04:20:23.384Z | Downloaded bit-vec v0.8.0 |
| 587 | 2026-07-22T04:20:23.384Z | Downloaded crunchy v0.2.4 |
| 588 | 2026-07-22T04:20:23.384Z | Downloaded dirs-sys-next v0.1.2 |
| 589 | 2026-07-22T04:20:23.384Z | Downloaded digest v0.11.3 |
| 590 | 2026-07-22T04:20:23.384Z | Downloaded critical-section v1.2.0 |
| 591 | 2026-07-22T04:20:23.384Z | Downloaded foldhash v0.1.5 |
| 592 | 2026-07-22T04:20:23.385Z | Downloaded derive-ex v0.1.8 |
| 593 | 2026-07-22T04:20:23.385Z | Downloaded block-padding v0.4.2 |
| 594 | 2026-07-22T04:20:23.385Z | Downloaded block-buffer v0.12.1 |
| 595 | 2026-07-22T04:20:23.400Z | Downloaded fd-lock v4.0.4 |
| 596 | 2026-07-22T04:20:23.400Z | Downloaded downcast-rs v2.0.2 |
| 597 | 2026-07-22T04:20:23.401Z | Downloaded float-cmp v0.10.0 |
| 598 | 2026-07-22T04:20:23.401Z | Downloaded embedded-io v0.4.0 |
| 599 | 2026-07-22T04:20:23.401Z | Downloaded env_filter v1.0.0 |
| 600 | 2026-07-22T04:20:23.402Z | Downloaded derive_builder_macro v0.20.2 |
| 601 | 2026-07-22T04:20:23.402Z | Downloaded dtrace-parser v0.3.0 |
| 602 | 2026-07-22T04:20:23.402Z | Downloaded atty v0.2.14 |
| 603 | 2026-07-22T04:20:23.402Z | Downloaded flagset v0.4.7 |
| 604 | 2026-07-22T04:20:23.403Z | Downloaded futures-task v0.3.32 |
| 605 | 2026-07-22T04:20:23.403Z | Downloaded futures-macro v0.3.32 |
| 606 | 2026-07-22T04:20:23.403Z | Downloaded float-ord v0.3.2 |
| 607 | 2026-07-22T04:20:23.403Z | Downloaded foreign-types-shared v0.1.1 |
| 608 | 2026-07-22T04:20:23.403Z | Downloaded foreign-types v0.5.0 |
| 609 | 2026-07-22T04:20:23.403Z | Downloaded dyn-clone v1.0.20 |
| 610 | 2026-07-22T04:20:23.403Z | Downloaded foreign-types v0.3.2 |
| 611 | 2026-07-22T04:20:23.403Z | Downloaded fixedbitset v0.4.2 |
| 612 | 2026-07-22T04:20:23.403Z | Downloaded foreign-types-shared v0.3.1 |
| 613 | 2026-07-22T04:20:23.403Z | Downloaded funty v2.0.0 |
| 614 | 2026-07-22T04:20:23.403Z | Downloaded form_urlencoded v1.2.2 |
| 615 | 2026-07-22T04:20:23.404Z | Downloaded env_logger v0.11.9 |
| 616 | 2026-07-22T04:20:23.421Z | Downloaded futures-io v0.3.32 |
| 617 | 2026-07-22T04:20:23.421Z | Downloaded ghash v0.6.0 |
| 618 | 2026-07-22T04:20:23.422Z | Downloaded gethostname v0.5.0 |
| 619 | 2026-07-22T04:20:23.422Z | Downloaded fxhash v0.2.1 |
| 620 | 2026-07-22T04:20:23.422Z | Downloaded futures-sink v0.3.32 |
| 621 | 2026-07-22T04:20:23.422Z | Downloaded fallible-iterator v0.2.0 |
| 622 | 2026-07-22T04:20:23.422Z | Downloaded cmake v0.1.57 |
| 623 | 2026-07-22T04:20:23.422Z | Downloaded base64ct v1.8.3 |
| 624 | 2026-07-22T04:20:23.422Z | Downloaded chacha20 v0.9.1 |
| 625 | 2026-07-22T04:20:23.422Z | Downloaded futures-core v0.3.32 |
| 626 | 2026-07-22T04:20:23.422Z | Downloaded bs58 v0.5.1 |
| 627 | 2026-07-22T04:20:23.422Z | Downloaded async-trait v0.1.89 |
| 628 | 2026-07-22T04:20:23.422Z | Downloaded enum_dispatch v0.3.13 |
| 629 | 2026-07-22T04:20:23.422Z | Downloaded der_derive v0.7.3 |
| 630 | 2026-07-22T04:20:23.422Z | Downloaded aead v0.6.1 |
| 631 | 2026-07-22T04:20:23.427Z | Downloaded delegate v0.13.5 |
| 632 | 2026-07-22T04:20:23.427Z | Downloaded defmt-macros v1.0.1 |
| 633 | 2026-07-22T04:20:23.427Z | Downloaded deranged v0.5.8 |
| 634 | 2026-07-22T04:20:23.427Z | Downloaded ena v0.14.4 |
| 635 | 2026-07-22T04:20:23.428Z | Downloaded constant_time_eq v0.4.2 |
| 636 | 2026-07-22T04:20:23.428Z | Downloaded compression-codecs v0.4.37 |
| 637 | 2026-07-22T04:20:23.428Z | Downloaded backon v1.6.0 |
| 638 | 2026-07-22T04:20:23.428Z | Downloaded hash32 v0.3.1 |
| 639 | 2026-07-22T04:20:23.428Z | Downloaded hash32 v0.2.1 |
| 640 | 2026-07-22T04:20:23.428Z | Downloaded globwalk v0.9.1 |
| 641 | 2026-07-22T04:20:23.428Z | Downloaded anstream v0.6.21 |
| 642 | 2026-07-22T04:20:23.428Z | Downloaded defmt v1.0.1 |
| 643 | 2026-07-22T04:20:23.442Z | Downloaded headers-core v0.3.0 |
| 644 | 2026-07-22T04:20:23.442Z | Downloaded cexpr v0.6.0 |
| 645 | 2026-07-22T04:20:23.442Z | Downloaded camino-tempfile-ext v0.3.3 |
| 646 | 2026-07-22T04:20:23.442Z | Downloaded hex-literal v1.1.0 |
| 647 | 2026-07-22T04:20:23.442Z | Downloaded hex v0.4.3 |
| 648 | 2026-07-22T04:20:23.442Z | Downloaded foreign-types-macros v0.2.3 |
| 649 | 2026-07-22T04:20:23.458Z | Downloaded fixedbitset v0.5.7 |
| 650 | 2026-07-22T04:20:23.458Z | Downloaded hostname v0.4.2 |
| 651 | 2026-07-22T04:20:23.459Z | Downloaded hostname v0.3.1 |
| 652 | 2026-07-22T04:20:23.459Z | Downloaded darling v0.20.11 |
| 653 | 2026-07-22T04:20:23.459Z | Downloaded blake2 v0.10.6 |
| 654 | 2026-07-22T04:20:23.459Z | Downloaded ff v0.14.0 |
| 655 | 2026-07-22T04:20:23.459Z | Downloaded derive_builder_core v0.20.2 |
| 656 | 2026-07-22T04:20:23.459Z | Downloaded http-range v0.1.5 |
| 657 | 2026-07-22T04:20:23.459Z | Downloaded home v0.5.12 |
| 658 | 2026-07-22T04:20:23.459Z | Downloaded cipher v0.4.4 |
| 659 | 2026-07-22T04:20:23.468Z | Downloaded filetime v0.2.27 |
| 660 | 2026-07-22T04:20:23.468Z | Downloaded fs-err v2.11.0 |
| 661 | 2026-07-22T04:20:23.468Z | Downloaded fs_extra v1.3.0 |
| 662 | 2026-07-22T04:20:23.468Z | Downloaded find-msvc-tools v0.1.9 |
| 663 | 2026-07-22T04:20:23.468Z | Downloaded futures-executor v0.3.32 |
| 664 | 2026-07-22T04:20:23.468Z | Downloaded hubpack_derive v0.1.1 |
| 665 | 2026-07-22T04:20:23.468Z | Downloaded http-body v1.0.1 |
| 666 | 2026-07-22T04:20:23.471Z | Downloaded git-stub v1.0.0 |
| 667 | 2026-07-22T04:20:23.471Z | Downloaded console v0.15.11 |
| 668 | 2026-07-22T04:20:23.471Z | Downloaded arrayvec v0.7.6 |
| 669 | 2026-07-22T04:20:23.471Z | Downloaded hubpack v0.1.2 |
| 670 | 2026-07-22T04:20:23.471Z | Downloaded cookie_store v0.22.1 |
| 671 | 2026-07-22T04:20:23.471Z | Downloaded async-bb8-diesel v0.2.1 |
| 672 | 2026-07-22T04:20:23.491Z | Downloaded git-stub-vcs v0.1.0 |
| 673 | 2026-07-22T04:20:23.491Z | Downloaded erased-serde v0.3.31 |
| 674 | 2026-07-22T04:20:23.491Z | Downloaded httpdate v1.0.3 |
| 675 | 2026-07-22T04:20:23.491Z | Downloaded ed25519 v2.2.3 |
| 676 | 2026-07-22T04:20:23.491Z | Downloaded console v0.16.2 |
| 677 | 2026-07-22T04:20:23.491Z | Downloaded colored v2.2.0 |
| 678 | 2026-07-22T04:20:23.492Z | Downloaded globset v0.4.18 |
| 679 | 2026-07-22T04:20:23.492Z | Downloaded des v0.9.0 |
| 680 | 2026-07-22T04:20:23.507Z | Downloaded ident_case v1.0.1 |
| 681 | 2026-07-22T04:20:23.507Z | Downloaded group v0.14.0 |
| 682 | 2026-07-22T04:20:23.507Z | Downloaded group v0.13.0 |
| 683 | 2026-07-22T04:20:23.508Z | Downloaded glob v0.3.3 |
| 684 | 2026-07-22T04:20:23.508Z | Downloaded bzip2 v0.4.4 |
| 685 | 2026-07-22T04:20:23.508Z | Downloaded crc-any v2.5.0 |
| 686 | 2026-07-22T04:20:23.508Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 687 | 2026-07-22T04:20:23.508Z | Downloaded aes v0.9.1 |
| 688 | 2026-07-22T04:20:23.508Z | Downloaded ff v0.13.1 |
| 689 | 2026-07-22T04:20:23.508Z | Downloaded displaydoc v0.2.5 |
| 690 | 2026-07-22T04:20:23.508Z | Downloaded diesel-dtrace v0.5.0 |
| 691 | 2026-07-22T04:20:23.508Z | Downloaded bcs v0.1.6 |
| 692 | 2026-07-22T04:20:23.508Z | Downloaded backoff v0.4.0 |
| 693 | 2026-07-22T04:20:23.508Z | Downloaded cipher v0.5.2 |
| 694 | 2026-07-22T04:20:23.508Z | Downloaded bitflags v1.3.2 |
| 695 | 2026-07-22T04:20:23.509Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 696 | 2026-07-22T04:20:23.509Z | Downloaded inout v0.2.2 |
| 697 | 2026-07-22T04:20:23.509Z | Downloaded indent_write v2.2.0 |
| 698 | 2026-07-22T04:20:23.509Z | Downloaded illumos-nvpair v0.3.0 |
| 699 | 2026-07-22T04:20:23.509Z | Downloaded instant v0.1.13 |
| 700 | 2026-07-22T04:20:23.510Z | Downloaded instability v0.3.11 |
| 701 | 2026-07-22T04:20:23.510Z | Downloaded keccak v0.1.6 |
| 702 | 2026-07-22T04:20:23.524Z | Downloaded inout v0.1.4 |
| 703 | 2026-07-22T04:20:23.524Z | Downloaded highway v1.3.0 |
| 704 | 2026-07-22T04:20:23.524Z | Downloaded ecdsa v0.17.0-rc.18 |
| 705 | 2026-07-22T04:20:23.524Z | Downloaded diff v0.1.13 |
| 706 | 2026-07-22T04:20:23.524Z | Downloaded idna_adapter v1.2.1 |
| 707 | 2026-07-22T04:20:23.524Z | Downloaded foldhash v0.2.0 |
| 708 | 2026-07-22T04:20:23.536Z | Downloaded hyper-tls v0.6.0 |
| 709 | 2026-07-22T04:20:23.536Z | Downloaded http-body-util v0.1.3 |
| 710 | 2026-07-22T04:20:23.536Z | Downloaded lazy_static v1.5.0 |
| 711 | 2026-07-22T04:20:23.536Z | Downloaded chacha20 v0.10.0 |
| 712 | 2026-07-22T04:20:23.536Z | Downloaded clang-sys v1.8.1 |
| 713 | 2026-07-22T04:20:23.536Z | Downloaded ciborium v0.2.2 |
| 714 | 2026-07-22T04:20:23.536Z | Downloaded cassowary v0.3.0 |
| 715 | 2026-07-22T04:20:23.550Z | Downloaded drift v0.2.0 |
| 716 | 2026-07-22T04:20:23.588Z | Downloaded is_ci v1.2.0 |
| 717 | 2026-07-22T04:20:23.588Z | Downloaded internet-checksum v0.2.1 |
| 718 | 2026-07-22T04:20:23.588Z | Downloaded hyper-staticfile v0.10.1 |
| 719 | 2026-07-22T04:20:23.589Z | Downloaded elliptic-curve v0.13.8 |
| 720 | 2026-07-22T04:20:23.589Z | Downloaded kem v0.3.0 |
| 721 | 2026-07-22T04:20:23.589Z | Downloaded is-terminal v0.4.17 |
| 722 | 2026-07-22T04:20:23.589Z | Downloaded half v1.8.3 |
| 723 | 2026-07-22T04:20:23.589Z | Downloaded crc32fast v1.5.0 |
| 724 | 2026-07-22T04:20:23.589Z | Downloaded linked-hash-map v0.5.6 |
| 725 | 2026-07-22T04:20:23.589Z | Downloaded getrandom v0.2.17 |
| 726 | 2026-07-22T04:20:23.589Z | Downloaded match_cfg v0.1.0 |
| 727 | 2026-07-22T04:20:23.606Z | Downloaded maplit v1.0.2 |
| 728 | 2026-07-22T04:20:23.606Z | Downloaded const-oid v0.10.2 |
| 729 | 2026-07-22T04:20:23.606Z | Downloaded managed v0.8.0 |
| 730 | 2026-07-22T04:20:23.606Z | Downloaded lzss v0.8.2 |
| 731 | 2026-07-22T04:20:23.606Z | Downloaded md-5 v0.10.6 |
| 732 | 2026-07-22T04:20:23.606Z | Downloaded ahash v0.8.12 |
| 733 | 2026-07-22T04:20:23.606Z | Downloaded blake2 v0.11.0-rc.6 |
| 734 | 2026-07-22T04:20:23.606Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 735 | 2026-07-22T04:20:23.606Z | Downloaded lalrpop-util v0.19.12 |
| 736 | 2026-07-22T04:20:23.606Z | Downloaded ingot-types v0.1.2 |
| 737 | 2026-07-22T04:20:23.607Z | Downloaded kstat-rs v0.2.4 |
| 738 | 2026-07-22T04:20:23.607Z | Downloaded buf-list v1.1.2 |
| 739 | 2026-07-22T04:20:23.607Z | Downloaded maybe-uninit v2.0.0 |
| 740 | 2026-07-22T04:20:23.607Z | Downloaded argon2 v0.6.0-rc.8 |
| 741 | 2026-07-22T04:20:23.607Z | Downloaded allocator-api2 v0.2.21 |
| 742 | 2026-07-22T04:20:23.607Z | Downloaded multimap v0.10.1 |
| 743 | 2026-07-22T04:20:23.607Z | Downloaded libscf-sys v1.1.0 |
| 744 | 2026-07-22T04:20:23.607Z | Downloaded newtype-uuid-macros v0.1.0 |
| 745 | 2026-07-22T04:20:23.607Z | Downloaded newline-converter v0.3.0 |
| 746 | 2026-07-22T04:20:23.607Z | Downloaded nibble_vec v0.1.0 |
| 747 | 2026-07-22T04:20:23.607Z | Downloaded hmac v0.12.1 |
| 748 | 2026-07-22T04:20:23.607Z | Downloaded ecdsa v0.16.9 |
| 749 | 2026-07-22T04:20:23.608Z | Downloaded derive-where v1.6.0 |
| 750 | 2026-07-22T04:20:23.608Z | Downloaded fatfs v0.3.6 |
| 751 | 2026-07-22T04:20:23.608Z | Downloaded indoc v2.0.7 |
| 752 | 2026-07-22T04:20:23.608Z | Downloaded lru-cache v0.1.2 |
| 753 | 2026-07-22T04:20:23.608Z | Downloaded lru v0.12.5 |
| 754 | 2026-07-22T04:20:23.632Z | Downloaded hybrid-array v0.4.13 |
| 755 | 2026-07-22T04:20:23.632Z | Downloaded httparse v1.10.1 |
| 756 | 2026-07-22T04:20:23.632Z | Downloaded const-oid v0.9.6 |
| 757 | 2026-07-22T04:20:23.632Z | Downloaded nodrop v0.1.14 |
| 758 | 2026-07-22T04:20:23.632Z | Downloaded newtype_derive v0.1.6 |
| 759 | 2026-07-22T04:20:23.632Z | Downloaded libefi-sys v0.1.0 |
| 760 | 2026-07-22T04:20:23.634Z | Downloaded getrandom v0.3.4 |
| 761 | 2026-07-22T04:20:23.634Z | Downloaded darling_core v0.20.11 |
| 762 | 2026-07-22T04:20:23.635Z | Downloaded hmac v0.13.0 |
| 763 | 2026-07-22T04:20:23.635Z | Downloaded ingot v0.1.1 |
| 764 | 2026-07-22T04:20:23.635Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 765 | 2026-07-22T04:20:23.635Z | Downloaded ipnetwork v0.21.1 |
| 766 | 2026-07-22T04:20:23.660Z | Downloaded num v0.4.3 |
| 767 | 2026-07-22T04:20:23.661Z | Downloaded lru-slab v0.1.2 |
| 768 | 2026-07-22T04:20:23.661Z | Downloaded num-conv v0.2.0 |
| 769 | 2026-07-22T04:20:23.661Z | Downloaded normalize-line-endings v0.3.0 |
| 770 | 2026-07-22T04:20:23.661Z | Downloaded num-derive v0.4.2 |
| 771 | 2026-07-22T04:20:23.661Z | Downloaded nonempty v0.12.0 |
| 772 | 2026-07-22T04:20:23.661Z | Downloaded md5 v0.8.0 |
| 773 | 2026-07-22T04:20:23.661Z | Downloaded ipnet v2.11.0 |
| 774 | 2026-07-22T04:20:23.661Z | Downloaded darling_core v0.21.3 |
| 775 | 2026-07-22T04:20:23.661Z | Downloaded libsw-core v0.3.2 |
| 776 | 2026-07-22T04:20:23.661Z | Downloaded keccak v0.2.0 |
| 777 | 2026-07-22T04:20:23.662Z | Downloaded jobserver v0.1.34 |
| 778 | 2026-07-22T04:20:23.662Z | Downloaded compact_str v0.8.1 |
| 779 | 2026-07-22T04:20:23.662Z | Downloaded memoffset v0.9.1 |
| 780 | 2026-07-22T04:20:23.662Z | Downloaded humantime v2.3.0 |
| 781 | 2026-07-22T04:20:23.662Z | Downloaded num-iter v0.1.45 |
| 782 | 2026-07-22T04:20:23.663Z | Downloaded chacha20poly1305 v0.10.1 |
| 783 | 2026-07-22T04:20:23.664Z | Downloaded generic-array v1.4.3 |
| 784 | 2026-07-22T04:20:23.664Z | Downloaded futures-channel v0.3.32 |
| 785 | 2026-07-22T04:20:23.664Z | Downloaded hyper-rustls v0.27.7 |
| 786 | 2026-07-22T04:20:23.664Z | Downloaded indoc v1.0.9 |
| 787 | 2026-07-22T04:20:23.664Z | Downloaded ingot-macros v0.1.1 |
| 788 | 2026-07-22T04:20:23.685Z | Downloaded mime_guess v2.0.5 |
| 789 | 2026-07-22T04:20:23.685Z | Downloaded new_debug_unreachable v1.0.6 |
| 790 | 2026-07-22T04:20:23.685Z | Downloaded libloading v0.8.9 |
| 791 | 2026-07-22T04:20:23.685Z | Downloaded multer v3.1.0 |
| 792 | 2026-07-22T04:20:23.685Z | Downloaded futures v0.3.32 |
| 793 | 2026-07-22T04:20:23.685Z | Downloaded num_enum_derive v0.5.11 |
| 794 | 2026-07-22T04:20:23.685Z | Downloaded iana-time-zone v0.1.65 |
| 795 | 2026-07-22T04:20:23.685Z | Downloaded flume v0.11.1 |
| 796 | 2026-07-22T04:20:23.686Z | Downloaded module-lattice v0.2.3 |
| 797 | 2026-07-22T04:20:23.686Z | Downloaded openssl-probe v0.1.6 |
| 798 | 2026-07-22T04:20:23.686Z | Downloaded num_threads v0.1.7 |
| 799 | 2026-07-22T04:20:23.686Z | Downloaded openssl-probe v0.2.1 |
| 800 | 2026-07-22T04:20:23.686Z | Downloaded olpc-cjson v0.1.4 |
| 801 | 2026-07-22T04:20:23.686Z | Downloaded opaque-debug v0.3.1 |
| 802 | 2026-07-22T04:20:23.686Z | Downloaded mime v0.3.17 |
| 803 | 2026-07-22T04:20:23.686Z | Downloaded half v2.7.1 |
| 804 | 2026-07-22T04:20:23.686Z | Downloaded openssl-macros v0.1.1 |
| 805 | 2026-07-22T04:20:23.686Z | Downloaded num-derive v0.3.3 |
| 806 | 2026-07-22T04:20:23.711Z | Downloaded linear-map v1.2.0 |
| 807 | 2026-07-22T04:20:23.712Z | Downloaded packed_struct_codegen v0.10.1 |
| 808 | 2026-07-22T04:20:23.712Z | Downloaded oso-derive v0.27.3 |
| 809 | 2026-07-22T04:20:23.712Z | Downloaded libsw v3.5.0 |
| 810 | 2026-07-22T04:20:23.712Z | Downloaded ed25519-dalek v2.2.0 |
| 811 | 2026-07-22T04:20:23.712Z | Downloaded derive_more v2.1.1 |
| 812 | 2026-07-22T04:20:23.727Z | Downloaded nu-ansi-term v0.50.3 |
| 813 | 2026-07-22T04:20:23.727Z | Downloaded newtype-uuid v1.3.2 |
| 814 | 2026-07-22T04:20:23.727Z | Downloaded num-complex v0.4.6 |
| 815 | 2026-07-22T04:20:23.727Z | Downloaded parse-size v1.1.0 |
| 816 | 2026-07-22T04:20:23.727Z | Downloaded parse-display v0.10.0 |
| 817 | 2026-07-22T04:20:23.727Z | Downloaded litrs v1.0.0 |
| 818 | 2026-07-22T04:20:23.727Z | Downloaded percent-encoding v2.3.2 |
| 819 | 2026-07-22T04:20:23.727Z | Downloaded password-hash v0.6.1 |
| 820 | 2026-07-22T04:20:23.729Z | Downloaded path-slash v0.1.5 |
| 821 | 2026-07-22T04:20:23.729Z | Downloaded num-integer v0.1.46 |
| 822 | 2026-07-22T04:20:23.729Z | Downloaded indexmap v1.9.3 |
| 823 | 2026-07-22T04:20:23.729Z | Downloaded headers v0.4.1 |
| 824 | 2026-07-22T04:20:23.729Z | Downloaded const_format v0.2.35 |
| 825 | 2026-07-22T04:20:23.729Z | Downloaded phf_shared v0.13.1 |
| 826 | 2026-07-22T04:20:23.729Z | Downloaded phf_shared v0.12.1 |
| 827 | 2026-07-22T04:20:23.729Z | Downloaded peg-runtime v0.8.5 |
| 828 | 2026-07-22T04:20:23.751Z | Downloaded num-rational v0.4.2 |
| 829 | 2026-07-22T04:20:23.751Z | Downloaded litemap v0.8.1 |
| 830 | 2026-07-22T04:20:23.751Z | Downloaded ignore v0.4.25 |
| 831 | 2026-07-22T04:20:23.751Z | Downloaded num_enum v0.5.11 |
| 832 | 2026-07-22T04:20:23.751Z | Downloaded num_enum_derive v0.7.6 |
| 833 | 2026-07-22T04:20:23.751Z | Downloaded libbz2-rs-sys v0.2.2 |
| 834 | 2026-07-22T04:20:23.752Z | Downloaded oxide-update-engine-display v0.1.2 |
| 835 | 2026-07-22T04:20:23.752Z | Downloaded num_enum v0.7.6 |
| 836 | 2026-07-22T04:20:23.752Z | Downloaded nanorand v0.7.0 |
| 837 | 2026-07-22T04:20:23.752Z | Downloaded icu_provider v2.1.1 |
| 838 | 2026-07-22T04:20:23.753Z | Downloaded flate2 v1.1.9 |
| 839 | 2026-07-22T04:20:23.753Z | Downloaded phf_shared v0.11.3 |
| 840 | 2026-07-22T04:20:23.753Z | Downloaded icu_properties v2.1.2 |
| 841 | 2026-07-22T04:20:23.781Z | Downloaded ar_archive_writer v0.5.1 |
| 842 | 2026-07-22T04:20:23.781Z | Downloaded heapless v0.8.0 |
| 843 | 2026-07-22T04:20:23.781Z | Downloaded owo-colors v4.3.0 |
| 844 | 2026-07-22T04:20:23.781Z | Downloaded icu_locale_core v2.1.1 |
| 845 | 2026-07-22T04:20:23.781Z | Downloaded parking_lot_core v0.8.6 |
| 846 | 2026-07-22T04:20:23.781Z | Downloaded icu_normalizer_data v2.1.1 |
| 847 | 2026-07-22T04:20:23.781Z | Downloaded potential_utf v0.1.4 |
| 848 | 2026-07-22T04:20:23.783Z | Downloaded predicates-core v1.0.10 |
| 849 | 2026-07-22T04:20:23.783Z | Downloaded native-tls v0.2.18 |
| 850 | 2026-07-22T04:20:23.783Z | Downloaded memmap2 v0.9.10 |
| 851 | 2026-07-22T04:20:23.783Z | Downloaded precomputed-hash v0.1.1 |
| 852 | 2026-07-22T04:20:23.783Z | Downloaded powerfmt v0.2.0 |
| 853 | 2026-07-22T04:20:23.783Z | Downloaded password-hash v0.5.0 |
| 854 | 2026-07-22T04:20:23.796Z | Downloaded base64 v0.21.7 |
| 855 | 2026-07-22T04:20:23.796Z | Downloaded parse-display-derive v0.10.0 |
| 856 | 2026-07-22T04:20:23.796Z | Downloaded cc v1.2.56 |
| 857 | 2026-07-22T04:20:23.796Z | Downloaded lock_api v0.4.14 |
| 858 | 2026-07-22T04:20:23.796Z | Downloaded proc-macro-crate v1.3.1 |
| 859 | 2026-07-22T04:20:23.796Z | Downloaded async-compression v0.4.41 |
| 860 | 2026-07-22T04:20:23.796Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 861 | 2026-07-22T04:20:23.797Z | Downloaded arc-swap v1.8.2 |
| 862 | 2026-07-22T04:20:23.797Z | Downloaded proc-macro-crate v3.4.0 |
| 863 | 2026-07-22T04:20:23.797Z | Downloaded pem-rfc7468 v1.0.0 |
| 864 | 2026-07-22T04:20:23.797Z | Downloaded progenitor-macro v0.13.0 |
| 865 | 2026-07-22T04:20:23.797Z | Downloaded progenitor-client v0.14.0 |
| 866 | 2026-07-22T04:20:23.797Z | Downloaded ml-kem v0.3.2 |
| 867 | 2026-07-22T04:20:23.797Z | Downloaded phf v0.12.1 |
| 868 | 2026-07-22T04:20:23.797Z | Downloaded peg v0.8.5 |
| 869 | 2026-07-22T04:20:23.797Z | Downloaded phf v0.13.1 |
| 870 | 2026-07-22T04:20:23.797Z | Downloaded phc v0.6.1 |
| 871 | 2026-07-22T04:20:23.797Z | Downloaded icu_normalizer v2.1.1 |
| 872 | 2026-07-22T04:20:23.828Z | Downloaded pbkdf2 v0.13.0 |
| 873 | 2026-07-22T04:20:23.828Z | Downloaded peg-macros v0.8.5 |
| 874 | 2026-07-22T04:20:23.828Z | Downloaded pin-project-lite v0.2.17 |
| 875 | 2026-07-22T04:20:23.828Z | Downloaded port-file v0.1.0 |
| 876 | 2026-07-22T04:20:23.828Z | Downloaded pkg-config v0.3.32 |
| 877 | 2026-07-22T04:20:23.828Z | Downloaded radium v0.7.0 |
| 878 | 2026-07-22T04:20:23.828Z | Downloaded quick-error v1.2.3 |
| 879 | 2026-07-22T04:20:23.828Z | Downloaded polyval v0.7.1 |
| 880 | 2026-07-22T04:20:23.828Z | Downloaded rand_chacha v0.3.1 |
| 881 | 2026-07-22T04:20:23.829Z | Downloaded progenitor-macro v0.14.0 |
| 882 | 2026-07-22T04:20:23.829Z | Downloaded psl-types v2.0.11 |
| 883 | 2026-07-22T04:20:23.829Z | Downloaded pkcs8 v0.10.2 |
| 884 | 2026-07-22T04:20:23.830Z | Downloaded pin-project-internal v1.1.11 |
| 885 | 2026-07-22T04:20:23.830Z | Downloaded postgres-protocol v0.6.10 |
| 886 | 2026-07-22T04:20:23.830Z | Downloaded expectorate v1.2.0 |
| 887 | 2026-07-22T04:20:23.830Z | Downloaded der v0.7.10 |
| 888 | 2026-07-22T04:20:23.859Z | Downloaded poly1305 v0.8.0 |
| 889 | 2026-07-22T04:20:23.860Z | Downloaded parking_lot v0.11.2 |
| 890 | 2026-07-22T04:20:23.865Z | Downloaded oxide-update-engine v0.1.2 |
| 891 | 2026-07-22T04:20:23.865Z | Downloaded diesel_derives v2.3.7 |
| 892 | 2026-07-22T04:20:23.866Z | Downloaded predicates-tree v1.0.13 |
| 893 | 2026-07-22T04:20:23.866Z | Downloaded predicates v3.1.4 |
| 894 | 2026-07-22T04:20:23.866Z | Downloaded ppv-lite86 v0.2.21 |
| 895 | 2026-07-22T04:20:23.866Z | Downloaded rand_xorshift v0.4.0 |
| 896 | 2026-07-22T04:20:23.866Z | Downloaded parking_lot_core v0.9.12 |
| 897 | 2026-07-22T04:20:23.866Z | Downloaded hickory-resolver v0.25.2 |
| 898 | 2026-07-22T04:20:23.866Z | Downloaded crossterm v0.28.1 |
| 899 | 2026-07-22T04:20:23.866Z | Downloaded primeorder v0.13.6 |
| 900 | 2026-07-22T04:20:23.866Z | Downloaded primefield v0.14.0 |
| 901 | 2026-07-22T04:20:23.866Z | Downloaded progenitor v0.13.0 |
| 902 | 2026-07-22T04:20:23.866Z | Downloaded pem-rfc7468 v0.7.0 |
| 903 | 2026-07-22T04:20:23.891Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 904 | 2026-07-22T04:20:23.891Z | Downloaded progenitor v0.14.0 |
| 905 | 2026-07-22T04:20:23.891Z | Downloaded primeorder v0.14.0-rc.10 |
| 906 | 2026-07-22T04:20:23.891Z | Downloaded paste v1.0.15 |
| 907 | 2026-07-22T04:20:23.891Z | Downloaded rtoolbox v0.0.3 |
| 908 | 2026-07-22T04:20:23.891Z | Downloaded recursive v0.1.1 |
| 909 | 2026-07-22T04:20:23.891Z | Downloaded ref-cast v1.0.25 |
| 910 | 2026-07-22T04:20:23.892Z | Downloaded progenitor-extras v0.2.0 |
| 911 | 2026-07-22T04:20:23.892Z | Downloaded progenitor-client v0.13.0 |
| 912 | 2026-07-22T04:20:23.892Z | Downloaded num-traits v0.2.19 |
| 913 | 2026-07-22T04:20:23.893Z | Downloaded icu_collections v2.1.1 |
| 914 | 2026-07-22T04:20:23.893Z | Downloaded pkcs8 v0.11.0 |
| 915 | 2026-07-22T04:20:23.893Z | Downloaded russh-cryptovec v0.61.0 |
| 916 | 2026-07-22T04:20:23.893Z | Downloaded pkcs1 v0.7.5 |
| 917 | 2026-07-22T04:20:23.893Z | Downloaded rfc6979 v0.5.0 |
| 918 | 2026-07-22T04:20:23.893Z | Downloaded psm v0.1.30 |
| 919 | 2026-07-22T04:20:23.893Z | Downloaded rustc-hash v2.1.1 |
| 920 | 2026-07-22T04:20:23.893Z | Downloaded russh-util v0.52.0 |
| 921 | 2026-07-22T04:20:23.893Z | Downloaded rustc_version v0.1.7 |
| 922 | 2026-07-22T04:20:23.893Z | Downloaded rfc6979 v0.4.0 |
| 923 | 2026-07-22T04:20:23.894Z | Downloaded oso v0.27.3 |
| 924 | 2026-07-22T04:20:23.921Z | Downloaded omicron-zone-package v0.12.3 |
| 925 | 2026-07-22T04:20:23.921Z | Downloaded r2d2 v0.8.10 |
| 926 | 2026-07-22T04:20:23.921Z | Downloaded oxide-update-engine-types v0.1.2 |
| 927 | 2026-07-22T04:20:23.921Z | Downloaded miniz_oxide v0.8.9 |
| 928 | 2026-07-22T04:20:23.921Z | Downloaded jiff-static v0.2.21 |
| 929 | 2026-07-22T04:20:23.921Z | Downloaded derive_more-impl v2.1.1 |
| 930 | 2026-07-22T04:20:23.921Z | Downloaded postcard v1.1.3 |
| 931 | 2026-07-22T04:20:23.921Z | Downloaded indicatif v0.18.4 |
| 932 | 2026-07-22T04:20:23.921Z | Downloaded pem v3.0.6 |
| 933 | 2026-07-22T04:20:23.921Z | Downloaded bumpalo v3.20.2 |
| 934 | 2026-07-22T04:20:23.921Z | Downloaded rand_chacha v0.9.0 |
| 935 | 2026-07-22T04:20:23.921Z | Downloaded parking_lot v0.12.5 |
| 936 | 2026-07-22T04:20:23.921Z | Downloaded rand_core v0.10.0 |
| 937 | 2026-07-22T04:20:23.921Z | Downloaded http v1.4.2 |
| 938 | 2026-07-22T04:20:23.921Z | Downloaded der v0.8.0 |
| 939 | 2026-07-22T04:20:23.921Z | Downloaded same-file v1.0.6 |
| 940 | 2026-07-22T04:20:23.921Z | Downloaded rand_seeder v0.4.0 |
| 941 | 2026-07-22T04:20:23.930Z | Downloaded rand_core v0.9.5 |
| 942 | 2026-07-22T04:20:23.930Z | Downloaded rand_core v0.6.4 |
| 943 | 2026-07-22T04:20:23.930Z | Downloaded papergrid v0.17.0 |
| 944 | 2026-07-22T04:20:23.930Z | Downloaded scopeguard v1.2.0 |
| 945 | 2026-07-22T04:20:23.930Z | Downloaded scheduled-thread-pool v0.2.7 |
| 946 | 2026-07-22T04:20:23.930Z | Downloaded sapling-renderdag v0.1.0 |
| 947 | 2026-07-22T04:20:23.930Z | Downloaded pin-project v1.1.11 |
| 948 | 2026-07-22T04:20:23.930Z | Downloaded semver v0.1.20 |
| 949 | 2026-07-22T04:20:23.930Z | Downloaded secrecy v0.8.0 |
| 950 | 2026-07-22T04:20:23.930Z | Downloaded serde_bytes v0.11.19 |
| 951 | 2026-07-22T04:20:23.930Z | Downloaded ref-cast-impl v1.0.25 |
| 952 | 2026-07-22T04:20:23.930Z | Downloaded openssl-sys v0.9.115 |
| 953 | 2026-07-22T04:20:23.930Z | Downloaded scroll_derive v0.13.1 |
| 954 | 2026-07-22T04:20:23.943Z | Downloaded hashbrown v0.12.3 |
| 955 | 2026-07-22T04:20:23.943Z | Downloaded serde_urlencoded v0.7.1 |
| 956 | 2026-07-22T04:20:23.943Z | Downloaded serde_spanned v1.1.1 |
| 957 | 2026-07-22T04:20:23.943Z | Downloaded serde_repr v0.1.20 |
| 958 | 2026-07-22T04:20:23.943Z | Downloaded serde_plain v1.0.2 |
| 959 | 2026-07-22T04:20:23.943Z | Downloaded serde-big-array v0.5.1 |
| 960 | 2026-07-22T04:20:23.954Z | Downloaded sha1 v0.11.0 |
| 961 | 2026-07-22T04:20:23.954Z | Downloaded sha1 v0.10.6 |
| 962 | 2026-07-22T04:20:23.954Z | Downloaded quinn-udp v0.5.14 |
| 963 | 2026-07-22T04:20:23.954Z | Downloaded seq-macro v0.3.6 |
| 964 | 2026-07-22T04:20:23.956Z | Downloaded rustc_version v0.4.1 |
| 965 | 2026-07-22T04:20:23.956Z | Downloaded resolv-conf v0.7.6 |
| 966 | 2026-07-22T04:20:23.956Z | Downloaded hickory-resolver v0.24.4 |
| 967 | 2026-07-22T04:20:23.957Z | Downloaded pkcs5 v0.8.1 |
| 968 | 2026-07-22T04:20:23.969Z | Downloaded poly1305 v0.9.0 |
| 969 | 2026-07-22T04:20:23.969Z | Downloaded prefix-trie v0.7.0 |
| 970 | 2026-07-22T04:20:23.969Z | Downloaded p384 v0.14.0-rc.10 |
| 971 | 2026-07-22T04:20:23.969Z | Downloaded shell-words v1.1.1 |
| 972 | 2026-07-22T04:20:23.969Z | Downloaded proc-macro-error2 v2.0.1 |
| 973 | 2026-07-22T04:20:23.969Z | Downloaded minimal-lexical v0.2.1 |
| 974 | 2026-07-22T04:20:23.970Z | Downloaded hashbrown v0.13.2 |
| 975 | 2026-07-22T04:20:23.984Z | Downloaded signature v2.2.0 |
| 976 | 2026-07-22T04:20:23.984Z | Downloaded siphasher v1.0.2 |
| 977 | 2026-07-22T04:20:23.985Z | Downloaded sigpipe v0.1.3 |
| 978 | 2026-07-22T04:20:23.985Z | Downloaded signal-hook-tokio v0.3.1 |
| 979 | 2026-07-22T04:20:23.985Z | Downloaded packed_struct v0.10.1 |
| 980 | 2026-07-22T04:20:23.985Z | Downloaded oxnet v0.1.6 |
| 981 | 2026-07-22T04:20:23.985Z | Downloaded oxide-tokio-rt v0.1.4 |
| 982 | 2026-07-22T04:20:23.985Z | Downloaded schemars_derive v0.8.22 |
| 983 | 2026-07-22T04:20:23.985Z | Downloaded aes-gcm v0.11.0 |
| 984 | 2026-07-22T04:20:23.985Z | Downloaded hyper-util v0.1.20 |
| 985 | 2026-07-22T04:20:23.998Z | Downloaded slog-envlogger v2.2.0 |
| 986 | 2026-07-22T04:20:23.998Z | Downloaded signal-hook-mio v0.2.5 |
| 987 | 2026-07-22T04:20:23.998Z | Downloaded slog-bunyan v2.5.0 |
| 988 | 2026-07-22T04:20:23.998Z | Downloaded secrecy v0.10.3 |
| 989 | 2026-07-22T04:20:23.998Z | Downloaded sec1 v0.8.1 |
| 990 | 2026-07-22T04:20:23.998Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 991 | 2026-07-22T04:20:23.998Z | Downloaded rustls-native-certs v0.8.3 |
| 992 | 2026-07-22T04:20:23.998Z | Downloaded postgres-types v0.2.12 |
| 993 | 2026-07-22T04:20:23.998Z | Downloaded heapless v0.7.17 |
| 994 | 2026-07-22T04:20:23.998Z | Downloaded rusty-fork v0.3.1 |
| 995 | 2026-07-22T04:20:23.998Z | Downloaded aho-corasick v1.1.4 |
| 996 | 2026-07-22T04:20:24.008Z | Downloaded rustversion v1.0.22 |
| 997 | 2026-07-22T04:20:24.008Z | Downloaded bytes v1.11.1 |
| 998 | 2026-07-22T04:20:24.008Z | Downloaded crossterm v0.29.0 |
| 999 | 2026-07-22T04:20:24.008Z | Downloaded rustls-pemfile v2.2.0 |
| 1000 | 2026-07-22T04:20:24.022Z | Downloaded progenitor-impl v0.13.0 |
| 1001 | 2026-07-22T04:20:24.022Z | Downloaded p256 v0.14.0-rc.10 |
| 1002 | 2026-07-22T04:20:24.022Z | Downloaded hickory-server v0.25.2 |
| 1003 | 2026-07-22T04:20:24.022Z | Downloaded scroll v0.13.0 |
| 1004 | 2026-07-22T04:20:24.022Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1005 | 2026-07-22T04:20:24.033Z | Downloaded serdect v0.4.3 |
| 1006 | 2026-07-22T04:20:24.033Z | Downloaded serde-hex v0.1.0 |
| 1007 | 2026-07-22T04:20:24.033Z | Downloaded mio v1.2.0 |
| 1008 | 2026-07-22T04:20:24.033Z | Downloaded dropshot-api-manager v0.7.2 |
| 1009 | 2026-07-22T04:20:24.033Z | Downloaded scrypt v0.12.0 |
| 1010 | 2026-07-22T04:20:24.033Z | Downloaded stable_deref_trait v1.2.1 |
| 1011 | 2026-07-22T04:20:24.033Z | Downloaded simd-adler32 v0.3.8 |
| 1012 | 2026-07-22T04:20:24.044Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1013 | 2026-07-22T04:20:24.044Z | Downloaded slab v0.4.12 |
| 1014 | 2026-07-22T04:20:24.044Z | Downloaded slog-async v2.8.0 |
| 1015 | 2026-07-22T04:20:24.044Z | Downloaded progenitor-impl v0.14.0 |
| 1016 | 2026-07-22T04:20:24.044Z | Downloaded salsa20 v0.11.0 |
| 1017 | 2026-07-22T04:20:24.044Z | Downloaded pretty_assertions v1.4.1 |
| 1018 | 2026-07-22T04:20:24.073Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1019 | 2026-07-22T04:20:24.073Z | Downloaded itertools v0.10.5 |
| 1020 | 2026-07-22T04:20:24.074Z | Downloaded supports-color v3.0.2 |
| 1021 | 2026-07-22T04:20:24.074Z | Downloaded slog-dtrace v0.3.0 |
| 1022 | 2026-07-22T04:20:24.074Z | Downloaded serde_derive_internals v0.29.1 |
| 1023 | 2026-07-22T04:20:24.074Z | Downloaded subtle v2.6.1 |
| 1024 | 2026-07-22T04:20:24.074Z | Downloaded sqlparser_derive v0.5.0 |
| 1025 | 2026-07-22T04:20:24.074Z | Downloaded bindgen v0.71.1 |
| 1026 | 2026-07-22T04:20:24.085Z | Downloaded slog-scope v4.4.1 |
| 1027 | 2026-07-22T04:20:24.085Z | Downloaded bitvec v1.0.1 |
| 1028 | 2026-07-22T04:20:24.085Z | Downloaded tabwriter v1.4.1 |
| 1029 | 2026-07-22T04:20:24.085Z | Downloaded sync_wrapper v1.0.2 |
| 1030 | 2026-07-22T04:20:24.085Z | Downloaded sync-ptr v0.1.4 |
| 1031 | 2026-07-22T04:20:24.085Z | Downloaded shlex v1.3.0 |
| 1032 | 2026-07-22T04:20:24.085Z | Downloaded strum v0.26.3 |
| 1033 | 2026-07-22T04:20:24.085Z | Downloaded structmeta-derive v0.3.0 |
| 1034 | 2026-07-22T04:20:24.085Z | Downloaded structmeta v0.3.0 |
| 1035 | 2026-07-22T04:20:24.086Z | Downloaded hashbrown v0.15.5 |
| 1036 | 2026-07-22T04:20:24.086Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1037 | 2026-07-22T04:20:24.133Z | Downloaded tap v1.0.1 |
| 1038 | 2026-07-22T04:20:24.133Z | Downloaded tagptr v0.2.0 |
| 1039 | 2026-07-22T04:20:24.133Z | Downloaded tabled_derive v0.11.0 |
| 1040 | 2026-07-22T04:20:24.133Z | Downloaded spki v0.8.0 |
| 1041 | 2026-07-22T04:20:24.133Z | Downloaded spki v0.7.3 |
| 1042 | 2026-07-22T04:20:24.133Z | Downloaded signature v3.0.0 |
| 1043 | 2026-07-22T04:20:24.133Z | Downloaded rcgen v0.12.1 |
| 1044 | 2026-07-22T04:20:24.134Z | Downloaded rayon-core v1.13.0 |
| 1045 | 2026-07-22T04:20:24.134Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1046 | 2026-07-22T04:20:24.134Z | Downloaded signal-hook-registry v1.4.8 |
| 1047 | 2026-07-22T04:20:24.134Z | Downloaded string_cache v0.8.9 |
| 1048 | 2026-07-22T04:20:24.134Z | Downloaded slog-json v2.6.1 |
| 1049 | 2026-07-22T04:20:24.135Z | Downloaded sec1 v0.7.3 |
| 1050 | 2026-07-22T04:20:24.135Z | Downloaded slog-stdlog v4.1.1 |
| 1051 | 2026-07-22T04:20:24.135Z | Downloaded strsim v0.10.0 |
| 1052 | 2026-07-22T04:20:24.135Z | Downloaded snafu-derive v0.8.9 |
| 1053 | 2026-07-22T04:20:24.135Z | Downloaded strum_macros v0.26.4 |
| 1054 | 2026-07-22T04:20:24.135Z | Downloaded strum_macros v0.24.3 |
| 1055 | 2026-07-22T04:20:24.135Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1056 | 2026-07-22T04:20:24.135Z | Downloaded strum v0.27.2 |
| 1057 | 2026-07-22T04:20:24.135Z | Downloaded stringprep v0.1.5 |
| 1058 | 2026-07-22T04:20:24.135Z | Downloaded static_assertions v1.1.0 |
| 1059 | 2026-07-22T04:20:24.135Z | Downloaded smf v0.2.3 |
| 1060 | 2026-07-22T04:20:24.135Z | Downloaded smallvec v0.6.14 |
| 1061 | 2026-07-22T04:20:24.135Z | Downloaded slog-term v2.9.2 |
| 1062 | 2026-07-22T04:20:24.135Z | Downloaded sha2 v0.11.0 |
| 1063 | 2026-07-22T04:20:24.135Z | Downloaded serde_with_macros v1.5.2 |
| 1064 | 2026-07-22T04:20:24.136Z | Downloaded smallvec v1.15.1 |
| 1065 | 2026-07-22T04:20:24.136Z | Downloaded serde_path_to_error v0.1.20 |
| 1066 | 2026-07-22T04:20:24.136Z | Downloaded support-bundle-viewer v0.1.2 |
| 1067 | 2026-07-22T04:20:24.136Z | Downloaded strum_macros v0.27.2 |
| 1068 | 2026-07-22T04:20:24.136Z | Downloaded rustls-pki-types v1.14.0 |
| 1069 | 2026-07-22T04:20:24.136Z | Downloaded serde_cbor v0.11.2 |
| 1070 | 2026-07-22T04:20:24.137Z | Downloaded rpassword v7.5.4 |
| 1071 | 2026-07-22T04:20:24.137Z | Downloaded tokio-macros v2.7.0 |
| 1072 | 2026-07-22T04:20:24.154Z | Downloaded ron v0.8.1 |
| 1073 | 2026-07-22T04:20:24.154Z | Downloaded tokio-test v0.4.5 |
| 1074 | 2026-07-22T04:20:24.154Z | Downloaded sqlformat v0.3.5 |
| 1075 | 2026-07-22T04:20:24.155Z | Downloaded testing_table v0.3.0 |
| 1076 | 2026-07-22T04:20:24.155Z | Downloaded p521 v0.14.0-rc.10 |
| 1077 | 2026-07-22T04:20:24.155Z | Downloaded termtree v0.5.1 |
| 1078 | 2026-07-22T04:20:24.155Z | Downloaded iri-string v0.7.10 |
| 1079 | 2026-07-22T04:20:24.156Z | Downloaded take_mut v0.2.2 |
| 1080 | 2026-07-22T04:20:24.156Z | Downloaded thread-id v5.1.0 |
| 1081 | 2026-07-22T04:20:24.156Z | Downloaded stacker v0.1.23 |
| 1082 | 2026-07-22T04:20:24.178Z | Downloaded time-core v0.1.8 |
| 1083 | 2026-07-22T04:20:24.178Z | Downloaded num-bigint v0.4.6 |
| 1084 | 2026-07-22T04:20:24.178Z | Downloaded tinyvec_macros v0.1.1 |
| 1085 | 2026-07-22T04:20:24.179Z | Downloaded nom v7.1.3 |
| 1086 | 2026-07-22T04:20:24.179Z | Downloaded signal-hook v0.3.18 |
| 1087 | 2026-07-22T04:20:24.179Z | Downloaded prettyplease v0.2.37 |
| 1088 | 2026-07-22T04:20:24.179Z | Downloaded slog v2.8.2 |
| 1089 | 2026-07-22T04:20:24.179Z | Downloaded schemars v0.8.22 |
| 1090 | 2026-07-22T04:20:24.198Z | Downloaded thiserror-no-std v2.0.2 |
| 1091 | 2026-07-22T04:20:24.198Z | Downloaded tower-layer v0.3.3 |
| 1092 | 2026-07-22T04:20:24.198Z | Downloaded hashbrown v0.16.1 |
| 1093 | 2026-07-22T04:20:24.198Z | Downloaded ryu v1.0.23 |
| 1094 | 2026-07-22T04:20:24.198Z | Downloaded topological-sort v0.2.2 |
| 1095 | 2026-07-22T04:20:24.199Z | Downloaded trait-variant v0.1.2 |
| 1096 | 2026-07-22T04:20:24.199Z | Downloaded termios v0.3.3 |
| 1097 | 2026-07-22T04:20:24.199Z | Downloaded tiny-keccak v2.0.2 |
| 1098 | 2026-07-22T04:20:24.199Z | Downloaded time-macros v0.2.27 |
| 1099 | 2026-07-22T04:20:24.199Z | Downloaded tinystr v0.8.2 |
| 1100 | 2026-07-22T04:20:24.206Z | Downloaded tower-service v0.3.3 |
| 1101 | 2026-07-22T04:20:24.206Z | Downloaded hyper v1.10.1 |
| 1102 | 2026-07-22T04:20:24.206Z | Downloaded unarray v0.1.4 |
| 1103 | 2026-07-22T04:20:24.206Z | Downloaded quinn v0.11.9 |
| 1104 | 2026-07-22T04:20:24.206Z | Downloaded unicode-xid v0.2.6 |
| 1105 | 2026-07-22T04:20:24.206Z | Downloaded unicode-truncate v1.1.0 |
| 1106 | 2026-07-22T04:20:24.206Z | Downloaded rand v0.8.6 |
| 1107 | 2026-07-22T04:20:24.206Z | Downloaded untrusted v0.9.0 |
| 1108 | 2026-07-22T04:20:24.206Z | Downloaded untrusted v0.7.1 |
| 1109 | 2026-07-22T04:20:24.206Z | Downloaded qorb v0.4.1 |
| 1110 | 2026-07-22T04:20:24.223Z | Downloaded synstructure v0.13.2 |
| 1111 | 2026-07-22T04:20:24.223Z | Downloaded try-lock v0.2.5 |
| 1112 | 2026-07-22T04:20:24.223Z | Downloaded socket2 v0.5.10 |
| 1113 | 2026-07-22T04:20:24.223Z | Downloaded hkdf v0.13.0 |
| 1114 | 2026-07-22T04:20:24.223Z | Downloaded universal-hash v0.5.1 |
| 1115 | 2026-07-22T04:20:24.223Z | Downloaded itertools v0.13.0 |
| 1116 | 2026-07-22T04:20:24.232Z | Downloaded tokio-tungstenite v0.21.0 |
| 1117 | 2026-07-22T04:20:24.232Z | Downloaded term v0.7.0 |
| 1118 | 2026-07-22T04:20:24.232Z | Downloaded usdt v0.6.0 |
| 1119 | 2026-07-22T04:20:24.232Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1120 | 2026-07-22T04:20:24.232Z | Downloaded unit-prefix v0.5.2 |
| 1121 | 2026-07-22T04:20:24.232Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1122 | 2026-07-22T04:20:24.232Z | Downloaded universal-hash v0.6.1 |
| 1123 | 2026-07-22T04:20:24.232Z | Downloaded utf-8 v0.7.6 |
| 1124 | 2026-07-22T04:20:24.232Z | Downloaded aws-lc-rs v1.16.3 |
| 1125 | 2026-07-22T04:20:24.238Z | Downloaded utf8_iter v1.0.4 |
| 1126 | 2026-07-22T04:20:24.238Z | Downloaded tls_codec_derive v0.4.2 |
| 1127 | 2026-07-22T04:20:24.238Z | Downloaded schemars v0.9.0 |
| 1128 | 2026-07-22T04:20:24.247Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1129 | 2026-07-22T04:20:24.247Z | Downloaded want v0.3.1 |
| 1130 | 2026-07-22T04:20:24.247Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1131 | 2026-07-22T04:20:24.255Z | Downloaded tokio-dtrace v0.1.1 |
| 1132 | 2026-07-22T04:20:24.255Z | Downloaded similar v2.7.0 |
| 1133 | 2026-07-22T04:20:24.255Z | Downloaded h2 v0.4.15 |
| 1134 | 2026-07-22T04:20:24.257Z | Downloaded libm v0.2.16 |
| 1135 | 2026-07-22T04:20:24.261Z | Downloaded waitgroup v0.1.2 |
| 1136 | 2026-07-22T04:20:24.261Z | Downloaded wait-timeout v0.2.1 |
| 1137 | 2026-07-22T04:20:24.261Z | Downloaded void v1.0.2 |
| 1138 | 2026-07-22T04:20:24.261Z | Downloaded schemars v1.2.1 |
| 1139 | 2026-07-22T04:20:24.267Z | Downloaded typify-macro v0.6.2 |
| 1140 | 2026-07-22T04:20:24.271Z | Downloaded tokio-native-tls v0.3.1 |
| 1141 | 2026-07-22T04:20:24.272Z | Downloaded tokio-rustls v0.26.4 |
| 1142 | 2026-07-22T04:20:24.272Z | Downloaded term v1.2.1 |
| 1143 | 2026-07-22T04:20:24.279Z | Downloaded spin v0.9.8 |
| 1144 | 2026-07-22T04:20:24.279Z | Downloaded socket2 v0.6.3 |
| 1145 | 2026-07-22T04:20:24.279Z | Downloaded num-bigint-dig v0.8.6 |
| 1146 | 2026-07-22T04:20:24.292Z | Downloaded usdt-attr-macro v0.6.0 |
| 1147 | 2026-07-22T04:20:24.292Z | Downloaded rand v0.9.2 |
| 1148 | 2026-07-22T04:20:24.292Z | Downloaded blake3 v1.8.5 |
| 1149 | 2026-07-22T04:20:24.308Z | Downloaded xshell-macros v0.2.7 |
| 1150 | 2026-07-22T04:20:24.308Z | Downloaded usdt-macro v0.6.0 |
| 1151 | 2026-07-22T04:20:24.308Z | Downloaded usdt-impl v0.6.0 |
| 1152 | 2026-07-22T04:20:24.308Z | Downloaded unicase v2.9.0 |
| 1153 | 2026-07-22T04:20:24.308Z | Downloaded tui-tree-widget v0.23.1 |
| 1154 | 2026-07-22T04:20:24.308Z | Downloaded serde_with_macros v3.21.0 |
| 1155 | 2026-07-22T04:20:24.308Z | Downloaded xattr v1.6.1 |
| 1156 | 2026-07-22T04:20:24.309Z | Downloaded uzers v0.12.2 |
| 1157 | 2026-07-22T04:20:24.309Z | Downloaded rsa v0.9.10 |
| 1158 | 2026-07-22T04:20:24.309Z | Downloaded tracing-attributes v0.1.31 |
| 1159 | 2026-07-22T04:20:24.309Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1160 | 2026-07-22T04:20:24.326Z | Downloaded vergen-gitcl v1.0.8 |
| 1161 | 2026-07-22T04:20:24.326Z | Downloaded vergen-lib v9.1.0 |
| 1162 | 2026-07-22T04:20:24.326Z | Downloaded zeroize_derive v1.4.3 |
| 1163 | 2026-07-22T04:20:24.327Z | Downloaded nom v8.0.0 |
| 1164 | 2026-07-22T04:20:24.327Z | Downloaded tls_codec v0.4.2 |
| 1165 | 2026-07-22T04:20:24.327Z | Downloaded samael v0.0.19 |
| 1166 | 2026-07-22T04:20:24.327Z | Downloaded zone_cfg_derive v0.3.1 |
| 1167 | 2026-07-22T04:20:24.327Z | Downloaded zerofrom-derive v0.1.6 |
| 1168 | 2026-07-22T04:20:24.327Z | Downloaded zerofrom v0.1.6 |
| 1169 | 2026-07-22T04:20:24.327Z | Downloaded yoke-derive v0.8.1 |
| 1170 | 2026-07-22T04:20:24.327Z | Downloaded subprocess v0.2.15 |
| 1171 | 2026-07-22T04:20:24.327Z | Downloaded iddqd v0.4.2 |
| 1172 | 2026-07-22T04:20:24.340Z | Downloaded itertools v0.14.0 |
| 1173 | 2026-07-22T04:20:24.340Z | Downloaded tokio-stream v0.1.18 |
| 1174 | 2026-07-22T04:20:24.340Z | Downloaded vergen-git2 v9.1.0 |
| 1175 | 2026-07-22T04:20:24.341Z | Downloaded unicode-properties v0.1.4 |
| 1176 | 2026-07-22T04:20:24.341Z | Downloaded vsss-rs v3.3.4 |
| 1177 | 2026-07-22T04:20:24.341Z | Downloaded tinyvec v1.10.0 |
| 1178 | 2026-07-22T04:20:24.341Z | Downloaded zone v0.3.1 |
| 1179 | 2026-07-22T04:20:24.360Z | Downloaded crypto-primes v0.7.2 |
| 1180 | 2026-07-22T04:20:24.360Z | Downloaded test-strategy v0.4.5 |
| 1181 | 2026-07-22T04:20:24.360Z | Downloaded tokio-tungstenite v0.23.1 |
| 1182 | 2026-07-22T04:20:24.361Z | Downloaded thread_local v1.1.9 |
| 1183 | 2026-07-22T04:20:24.361Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1184 | 2026-07-22T04:20:24.361Z | Downloaded hkdf v0.12.4 |
| 1185 | 2026-07-22T04:20:24.361Z | Downloaded futures-util v0.3.32 |
| 1186 | 2026-07-22T04:20:24.361Z | Downloaded wyz v0.5.1 |
| 1187 | 2026-07-22T04:20:24.381Z | Downloaded libxml v0.3.3 |
| 1188 | 2026-07-22T04:20:24.381Z | Downloaded whoami v1.6.1 |
| 1189 | 2026-07-22T04:20:24.381Z | Downloaded twox-hash v2.1.2 |
| 1190 | 2026-07-22T04:20:24.381Z | Downloaded yoke v0.8.1 |
| 1191 | 2026-07-22T04:20:24.381Z | Downloaded steno v0.4.1 |
| 1192 | 2026-07-22T04:20:24.381Z | Downloaded rand v0.10.1 |
| 1193 | 2026-07-22T04:20:24.381Z | Downloaded writeable v0.6.2 |
| 1194 | 2026-07-22T04:20:24.381Z | Downloaded itertools v0.12.1 |
| 1195 | 2026-07-22T04:20:24.381Z | Downloaded rustls-webpki v0.103.13 |
| 1196 | 2026-07-22T04:20:24.405Z | Downloaded idna v1.1.0 |
| 1197 | 2026-07-22T04:20:24.405Z | Downloaded publicsuffix v2.3.0 |
| 1198 | 2026-07-22T04:20:24.405Z | Downloaded zeroize v1.8.2 |
| 1199 | 2026-07-22T04:20:24.405Z | Downloaded icu_properties_data v2.1.2 |
| 1200 | 2026-07-22T04:20:24.406Z | Downloaded xshell v0.2.7 |
| 1201 | 2026-07-22T04:20:24.406Z | Downloaded typify v0.6.2 |
| 1202 | 2026-07-22T04:20:24.406Z | Downloaded whoami v2.1.0 |
| 1203 | 2026-07-22T04:20:24.428Z | Downloaded vergen v9.1.0 |
| 1204 | 2026-07-22T04:20:24.428Z | Downloaded walkdir v2.5.0 |
| 1205 | 2026-07-22T04:20:24.428Z | Downloaded zstd-safe v7.2.4 |
| 1206 | 2026-07-22T04:20:24.428Z | Downloaded snafu v0.8.9 |
| 1207 | 2026-07-22T04:20:24.428Z | Downloaded serde_with v1.14.0 |
| 1208 | 2026-07-22T04:20:24.428Z | Downloaded zstd v0.13.3 |
| 1209 | 2026-07-22T04:20:24.428Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1210 | 2026-07-22T04:20:24.428Z | Downloaded tungstenite v0.23.0 |
| 1211 | 2026-07-22T04:20:24.428Z | Downloaded yasna v0.5.2 |
| 1212 | 2026-07-22T04:20:24.428Z | Downloaded tungstenite v0.21.0 |
| 1213 | 2026-07-22T04:20:24.449Z | Downloaded tracing-core v0.1.36 |
| 1214 | 2026-07-22T04:20:24.449Z | Downloaded zerocopy v0.6.6 |
| 1215 | 2026-07-22T04:20:24.449Z | Downloaded vergen-lib v0.1.6 |
| 1216 | 2026-07-22T04:20:24.449Z | Downloaded zerovec-derive v0.11.2 |
| 1217 | 2026-07-22T04:20:24.449Z | Downloaded toml v0.7.8 |
| 1218 | 2026-07-22T04:20:24.469Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1219 | 2026-07-22T04:20:24.469Z | Downloaded uuid v1.23.4 |
| 1220 | 2026-07-22T04:20:24.469Z | Downloaded vte v0.14.1 |
| 1221 | 2026-07-22T04:20:24.469Z | Downloaded tar v0.4.46 |
| 1222 | 2026-07-22T04:20:24.469Z | Downloaded chrono v0.4.45 |
| 1223 | 2026-07-22T04:20:24.479Z | Downloaded reedline v0.40.0 |
| 1224 | 2026-07-22T04:20:24.479Z | Downloaded unicode-bidi v0.3.18 |
| 1225 | 2026-07-22T04:20:24.479Z | Downloaded rsa v0.10.0-rc.18 |
| 1226 | 2026-07-22T04:20:24.479Z | Downloaded zopfli v0.8.3 |
| 1227 | 2026-07-22T04:20:24.488Z | Downloaded rustyline v14.0.0 |
| 1228 | 2026-07-22T04:20:24.488Z | Downloaded tokio-postgres v0.7.16 |
| 1229 | 2026-07-22T04:20:24.494Z | Downloaded unsafe-libyaml v0.2.11 |
| 1230 | 2026-07-22T04:20:24.494Z | Downloaded unicode_categories v0.1.1 |
| 1231 | 2026-07-22T04:20:24.494Z | Downloaded url v2.5.8 |
| 1232 | 2026-07-22T04:20:24.501Z | Downloaded yansi v1.0.1 |
| 1233 | 2026-07-22T04:20:24.510Z | Downloaded tower v0.5.3 |
| 1234 | 2026-07-22T04:20:24.510Z | Downloaded zerotrie v0.2.3 |
| 1235 | 2026-07-22T04:20:24.519Z | Downloaded zip v0.6.6 |
| 1236 | 2026-07-22T04:20:24.519Z | Downloaded p384 v0.13.1 |
| 1237 | 2026-07-22T04:20:24.519Z | Downloaded lalrpop v0.19.12 |
| 1238 | 2026-07-22T04:20:24.530Z | Downloaded unicode-segmentation v1.12.0 |
| 1239 | 2026-07-22T04:20:24.530Z | Downloaded regex v1.12.3 |
| 1240 | 2026-07-22T04:20:24.530Z | Downloaded git2 v0.20.4 |
| 1241 | 2026-07-22T04:20:24.544Z | Downloaded toml_edit v0.19.15 |
| 1242 | 2026-07-22T04:20:24.556Z | Downloaded typed-path v0.9.3 |
| 1243 | 2026-07-22T04:20:24.556Z | Downloaded goblin v0.10.5 |
| 1244 | 2026-07-22T04:20:24.556Z | Downloaded reqwest v0.13.2 |
| 1245 | 2026-07-22T04:20:24.565Z | Downloaded reqwest v0.12.28 |
| 1246 | 2026-07-22T04:20:24.566Z | Downloaded x509-cert v0.2.5 |
| 1247 | 2026-07-22T04:20:24.566Z | Downloaded proptest v1.10.0 |
| 1248 | 2026-07-22T04:20:24.576Z | Downloaded rawzip v0.4.4 |
| 1249 | 2026-07-22T04:20:24.576Z | Downloaded zerocopy-derive v0.8.40 |
| 1250 | 2026-07-22T04:20:24.576Z | Downloaded moka v0.12.13 |
| 1251 | 2026-07-22T04:20:24.583Z | Downloaded crypto-bigint v0.7.5 |
| 1252 | 2026-07-22T04:20:24.595Z | Downloaded unicode-normalization v0.1.25 |
| 1253 | 2026-07-22T04:20:24.596Z | Downloaded tokio-util v0.7.18 |
| 1254 | 2026-07-22T04:20:24.596Z | Downloaded tower-http v0.6.8 |
| 1255 | 2026-07-22T04:20:24.604Z | Downloaded zerovec v0.11.5 |
| 1256 | 2026-07-22T04:20:24.604Z | Downloaded rayon v1.11.0 |
| 1257 | 2026-07-22T04:20:24.611Z | Downloaded portable-atomic v1.13.1 |
| 1258 | 2026-07-22T04:20:24.611Z | Downloaded salty v0.3.0 |
| 1259 | 2026-07-22T04:20:24.617Z | Downloaded curve25519-dalek v4.1.3 |
| 1260 | 2026-07-22T04:20:24.623Z | Downloaded tough v0.22.0 |
| 1261 | 2026-07-22T04:20:24.628Z | Downloaded object v0.30.4 |
| 1262 | 2026-07-22T04:20:24.628Z | Downloaded russh v0.61.2 |
| 1263 | 2026-07-22T04:20:24.633Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1264 | 2026-07-22T04:20:24.639Z | Downloaded quick-xml v0.37.5 |
| 1265 | 2026-07-22T04:20:24.645Z | Downloaded zip v4.6.1 |
| 1266 | 2026-07-22T04:20:24.654Z | Downloaded bstr v1.12.1 |
| 1267 | 2026-07-22T04:20:24.658Z | Downloaded petname v2.0.2 |
| 1268 | 2026-07-22T04:20:24.665Z | Downloaded polar-core v0.27.3 |
| 1269 | 2026-07-22T04:20:24.675Z | Downloaded winnow v0.6.26 |
| 1270 | 2026-07-22T04:20:24.682Z | Downloaded nix v0.27.1 |
| 1271 | 2026-07-22T04:20:24.698Z | Downloaded tabled v0.20.0 |
| 1272 | 2026-07-22T04:20:24.708Z | Downloaded smoltcp v0.9.1 |
| 1273 | 2026-07-22T04:20:24.719Z | Downloaded winnow v1.0.3 |
| 1274 | 2026-07-22T04:20:24.734Z | Downloaded time v0.3.47 |
| 1275 | 2026-07-22T04:20:24.745Z | Downloaded serde_with v3.21.0 |
| 1276 | 2026-07-22T04:20:24.745Z | Downloaded zlib-rs v0.6.2 |
| 1277 | 2026-07-22T04:20:24.746Z | Downloaded radix_trie v0.2.1 |
| 1278 | 2026-07-22T04:20:24.746Z | Downloaded quinn-proto v0.11.13 |
| 1279 | 2026-07-22T04:20:24.760Z | Downloaded winnow v0.5.40 |
| 1280 | 2026-07-22T04:20:24.760Z | Downloaded hickory-proto v0.24.4 |
| 1281 | 2026-07-22T04:20:24.767Z | Downloaded openssl v0.10.79 |
| 1282 | 2026-07-22T04:20:24.767Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1283 | 2026-07-22T04:20:24.780Z | Downloaded openapiv3 v2.2.0 |
| 1284 | 2026-07-22T04:20:24.807Z | Downloaded rustix v0.38.44 |
| 1285 | 2026-07-22T04:20:24.825Z | Downloaded nix v0.28.0 |
| 1286 | 2026-07-22T04:20:24.825Z | Downloaded nix v0.31.2 |
| 1287 | 2026-07-22T04:20:24.832Z | Downloaded dropshot v0.17.1 |
| 1288 | 2026-07-22T04:20:24.845Z | Downloaded regex-syntax v0.6.29 |
| 1289 | 2026-07-22T04:20:24.860Z | Downloaded vcpkg v0.2.15 |
| 1290 | 2026-07-22T04:20:24.916Z | Downloaded object v0.37.3 |
| 1291 | 2026-07-22T04:20:24.931Z | Downloaded smoltcp v0.11.0 |
| 1292 | 2026-07-22T04:20:24.931Z | Downloaded diesel v2.3.7 |
| 1293 | 2026-07-22T04:20:24.931Z | Downloaded zerocopy v0.8.40 |
| 1294 | 2026-07-22T04:20:24.931Z | Downloaded sled v0.34.7 |
| 1295 | 2026-07-22T04:20:24.931Z | Downloaded regex-syntax v0.8.10 |
| 1296 | 2026-07-22T04:20:24.931Z | Downloaded ratatui v0.29.0 |
| 1297 | 2026-07-22T04:20:24.945Z | Downloaded tracing v0.1.44 |
| 1298 | 2026-07-22T04:20:24.951Z | Downloaded typify-impl v0.6.2 |
| 1299 | 2026-07-22T04:20:24.951Z | Downloaded rustls v0.23.41 |
| 1300 | 2026-07-22T04:20:24.961Z | Downloaded zerocopy-derive v0.6.6 |
| 1301 | 2026-07-22T04:20:24.966Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1302 | 2026-07-22T04:20:24.972Z | Downloaded regress v0.11.1 |
| 1303 | 2026-07-22T04:20:24.980Z | Downloaded chrono-tz v0.10.4 |
| 1304 | 2026-07-22T04:20:24.995Z | Downloaded regress v0.10.5 |
| 1305 | 2026-07-22T04:20:25.002Z | Downloaded sqlparser v0.61.0 |
| 1306 | 2026-07-22T04:20:25.002Z | Downloaded fiat-crypto v0.3.0 |
| 1307 | 2026-07-22T04:20:25.013Z | Downloaded hickory-proto v0.25.2 |
| 1308 | 2026-07-22T04:20:25.022Z | Downloaded sha3 v0.11.0 |
| 1309 | 2026-07-22T04:20:25.028Z | Downloaded libz-sys v1.1.24 |
| 1310 | 2026-07-22T04:20:25.062Z | Downloaded tokio v1.52.1 |
| 1311 | 2026-07-22T04:20:25.086Z | Downloaded regex-automata v0.4.14 |
| 1312 | 2026-07-22T04:20:25.092Z | Downloaded petgraph v0.6.5 |
| 1313 | 2026-07-22T04:20:25.114Z | Downloaded jiff v0.2.21 |
| 1314 | 2026-07-22T04:20:25.137Z | Downloaded csv v1.4.0 |
| 1315 | 2026-07-22T04:20:25.155Z | Downloaded petgraph v0.8.3 |
| 1316 | 2026-07-22T04:20:25.163Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1317 | 2026-07-22T04:20:25.163Z | Downloaded sha3 v0.10.8 |
| 1318 | 2026-07-22T04:20:25.163Z | Downloaded encoding_rs v0.8.35 |
| 1319 | 2026-07-22T04:20:25.210Z | Downloaded ring v0.17.14 |
| 1320 | 2026-07-22T04:20:25.258Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1321 | 2026-07-22T04:20:25.702Z | Downloaded aws-lc-sys v0.40.0 |
| 1322 | 2026-07-22T04:20:25.941Z | Compiling libc v0.2.185 |
| 1323 | 2026-07-22T04:20:25.941Z | Compiling serde_core v1.0.228 |
| 1324 | 2026-07-22T04:20:25.941Z | Compiling serde v1.0.228 |
| 1325 | 2026-07-22T04:20:25.945Z | Compiling log v0.4.29 |
| 1326 | 2026-07-22T04:20:25.945Z | Compiling smallvec v1.15.1 |
| 1327 | 2026-07-22T04:20:25.945Z | Compiling shlex v1.3.0 |
| 1328 | 2026-07-22T04:20:25.945Z | Compiling find-msvc-tools v0.1.9 |
| 1329 | 2026-07-22T04:20:26.080Z | Compiling syn v2.0.117 |
| 1330 | 2026-07-22T04:20:26.303Z | Compiling subtle v2.6.1 |
| 1331 | 2026-07-22T04:20:26.431Z | Compiling stable_deref_trait v1.2.1 |
| 1332 | 2026-07-22T04:20:26.524Z | Compiling scopeguard v1.2.0 |
| 1333 | 2026-07-22T04:20:26.524Z | Compiling typenum v1.20.1 |
| 1334 | 2026-07-22T04:20:26.524Z | Compiling serde_json v1.0.150 |
| 1335 | 2026-07-22T04:20:26.525Z | Compiling lock_api v0.4.14 |
| 1336 | 2026-07-22T04:20:26.526Z | Compiling zerocopy v0.8.40 |
| 1337 | 2026-07-22T04:20:26.526Z | Compiling portable-atomic v1.13.1 |
| 1338 | 2026-07-22T04:20:26.627Z | Compiling pin-project-lite v0.2.17 |
| 1339 | 2026-07-22T04:20:26.648Z | Compiling parking_lot_core v0.9.12 |
| 1340 | 2026-07-22T04:20:26.721Z | Compiling getrandom v0.4.1 |
| 1341 | 2026-07-22T04:20:26.873Z | Compiling pkg-config v0.3.32 |
| 1342 | 2026-07-22T04:20:26.914Z | Compiling jobserver v0.1.34 |
| 1343 | 2026-07-22T04:20:26.947Z | Compiling errno v0.3.14 |
| 1344 | 2026-07-22T04:20:27.039Z | Compiling getrandom v0.2.17 |
| 1345 | 2026-07-22T04:20:27.074Z | Compiling libm v0.2.16 |
| 1346 | 2026-07-22T04:20:27.141Z | Compiling cc v1.2.56 |
| 1347 | 2026-07-22T04:20:27.265Z | Compiling critical-section v1.2.0 |
| 1348 | 2026-07-22T04:20:27.278Z | Compiling rand_core v0.6.4 |
| 1349 | 2026-07-22T04:20:27.392Z | Compiling signal-hook-registry v1.4.8 |
| 1350 | 2026-07-22T04:20:27.445Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-07-22T04:20:27.743Z | Compiling num-traits v0.2.19 |
| 1352 | 2026-07-22T04:20:27.751Z | Compiling rand_core v0.10.0 |
| 1353 | 2026-07-22T04:20:27.751Z | Compiling futures-core v0.3.32 |
| 1354 | 2026-07-22T04:20:27.751Z | Compiling parking_lot v0.12.5 |
| 1355 | 2026-07-22T04:20:27.865Z | Compiling mio v1.2.0 |
| 1356 | 2026-07-22T04:20:28.008Z | Compiling generic-array v0.14.7 |
| 1357 | 2026-07-22T04:20:28.038Z | Compiling const-oid v0.9.6 |
| 1358 | 2026-07-22T04:20:28.103Z | Compiling writeable v0.6.2 |
| 1359 | 2026-07-22T04:20:28.213Z | Compiling percent-encoding v2.3.2 |
| 1360 | 2026-07-22T04:20:28.334Z | Compiling bitflags v2.11.0 |
| 1361 | 2026-07-22T04:20:28.385Z | Compiling litemap v0.8.1 |
| 1362 | 2026-07-22T04:20:28.415Z | Compiling semver v1.0.28 |
| 1363 | 2026-07-22T04:20:28.583Z | Compiling icu_properties_data v2.1.2 |
| 1364 | 2026-07-22T04:20:28.783Z | Compiling icu_normalizer_data v2.1.1 |
| 1365 | 2026-07-22T04:20:28.806Z | Compiling socket2 v0.6.3 |
| 1366 | 2026-07-22T04:20:28.854Z | Compiling futures-sink v0.3.32 |
| 1367 | 2026-07-22T04:20:28.996Z | Compiling synstructure v0.13.2 |
| 1368 | 2026-07-22T04:20:29.018Z | Compiling futures-channel v0.3.32 |
| 1369 | 2026-07-22T04:20:29.019Z | Compiling futures-io v0.3.32 |
| 1370 | 2026-07-22T04:20:29.133Z | Compiling futures-task v0.3.32 |
| 1371 | 2026-07-22T04:20:29.229Z | Compiling slab v0.4.12 |
| 1372 | 2026-07-22T04:20:29.283Z | Compiling utf8_iter v1.0.4 |
| 1373 | 2026-07-22T04:20:29.283Z | Compiling indexmap v2.14.0 |
| 1374 | 2026-07-22T04:20:29.304Z | Compiling form_urlencoded v1.2.2 |
| 1375 | 2026-07-22T04:20:29.304Z | Compiling getrandom v0.3.4 |
| 1376 | 2026-07-22T04:20:29.345Z | Compiling rustversion v1.0.22 |
| 1377 | 2026-07-22T04:20:29.374Z | Compiling cmake v0.1.57 |
| 1378 | 2026-07-22T04:20:29.447Z | Compiling rustix v1.1.3 |
| 1379 | 2026-07-22T04:20:29.491Z | Compiling dunce v1.0.5 |
| 1380 | 2026-07-22T04:20:29.563Z | Compiling ident_case v1.0.1 |
| 1381 | 2026-07-22T04:20:29.591Z | Compiling fs_extra v1.3.0 |
| 1382 | 2026-07-22T04:20:29.695Z | Compiling iana-time-zone v0.1.65 |
| 1383 | 2026-07-22T04:20:29.781Z | Compiling regex-syntax v0.8.10 |
| 1384 | 2026-07-22T04:20:29.858Z | Compiling aws-lc-sys v0.40.0 |
| 1385 | 2026-07-22T04:20:29.893Z | Compiling uuid v1.23.4 |
| 1386 | 2026-07-22T04:20:29.894Z | Compiling base64ct v1.8.3 |
| 1387 | 2026-07-22T04:20:30.190Z | Compiling rand_core v0.9.5 |
| 1388 | 2026-07-22T04:20:30.222Z | Compiling vcpkg v0.2.15 |
| 1389 | 2026-07-22T04:20:30.386Z | Compiling base64 v0.22.1 |
| 1390 | 2026-07-22T04:20:30.522Z | Compiling pem-rfc7468 v0.7.0 |
| 1391 | 2026-07-22T04:20:30.689Z | Compiling rustc_version v0.4.1 |
| 1392 | 2026-07-22T04:20:30.692Z | Compiling serde_derive v1.0.228 |
| 1393 | 2026-07-22T04:20:30.717Z | Compiling zeroize_derive v1.4.3 |
| 1394 | 2026-07-22T04:20:30.807Z | Compiling zerofrom-derive v0.1.6 |
| 1395 | 2026-07-22T04:20:30.992Z | Compiling yoke-derive v0.8.1 |
| 1396 | 2026-07-22T04:20:31.021Z | Compiling zerovec-derive v0.11.2 |
| 1397 | 2026-07-22T04:20:31.217Z | Compiling displaydoc v0.2.5 |
| 1398 | 2026-07-22T04:20:31.405Z | Compiling zeroize v1.8.2 |
| 1399 | 2026-07-22T04:20:31.604Z | Compiling zerocopy-derive v0.8.40 |
| 1400 | 2026-07-22T04:20:32.182Z | Compiling tokio-macros v2.7.0 |
| 1401 | 2026-07-22T04:20:32.208Z | Compiling futures-macro v0.3.32 |
| 1402 | 2026-07-22T04:20:32.253Z | Compiling openssl-sys v0.9.115 |
| 1403 | 2026-07-22T04:20:32.317Z | Compiling zerofrom v0.1.6 |
| 1404 | 2026-07-22T04:20:32.403Z | Compiling yoke v0.8.1 |
| 1405 | 2026-07-22T04:20:32.576Z | Compiling zerovec v0.11.5 |
| 1406 | 2026-07-22T04:20:32.608Z | Compiling zerotrie v0.2.3 |
| 1407 | 2026-07-22T04:20:32.778Z | Compiling block-buffer v0.10.4 |
| 1408 | 2026-07-22T04:20:32.910Z | Compiling crypto-common v0.1.7 |
| 1409 | 2026-07-22T04:20:32.922Z | Compiling thiserror-impl v2.0.18 |
| 1410 | 2026-07-22T04:20:32.948Z | Compiling tracing-attributes v0.1.31 |
| 1411 | 2026-07-22T04:20:33.047Z | Compiling tinystr v0.8.2 |
| 1412 | 2026-07-22T04:20:33.064Z | Compiling potential_utf v0.1.4 |
| 1413 | 2026-07-22T04:20:33.082Z | Compiling futures-util v0.3.32 |
| 1414 | 2026-07-22T04:20:33.212Z | Compiling icu_locale_core v2.1.1 |
| 1415 | 2026-07-22T04:20:33.257Z | Compiling icu_collections v2.1.1 |
| 1416 | 2026-07-22T04:20:33.723Z | Compiling digest v0.10.7 |
| 1417 | 2026-07-22T04:20:33.978Z | Compiling icu_provider v2.1.1 |
| 1418 | 2026-07-22T04:20:34.111Z | Compiling der_derive v0.7.3 |
| 1419 | 2026-07-22T04:20:34.272Z | Compiling bytes v1.11.1 |
| 1420 | 2026-07-22T04:20:34.284Z | Compiling icu_normalizer v2.1.1 |
| 1421 | 2026-07-22T04:20:34.284Z | Compiling icu_properties v2.1.2 |
| 1422 | 2026-07-22T04:20:34.284Z | Compiling chrono v0.4.45 |
| 1423 | 2026-07-22T04:20:34.811Z | Compiling tokio v1.52.1 |
| 1424 | 2026-07-22T04:20:34.875Z | Compiling http v1.4.2 |
| 1425 | 2026-07-22T04:20:35.060Z | Compiling tracing-core v0.1.36 |
| 1426 | 2026-07-22T04:20:35.373Z | Compiling idna_adapter v1.2.1 |
| 1427 | 2026-07-22T04:20:35.386Z | Compiling aws-lc-rs v1.16.3 |
| 1428 | 2026-07-22T04:20:35.512Z | Compiling idna v1.1.0 |
| 1429 | 2026-07-22T04:20:35.615Z | Compiling flagset v0.4.7 |
| 1430 | 2026-07-22T04:20:35.678Z | Compiling http-body v1.0.1 |
| 1431 | 2026-07-22T04:20:35.688Z | Compiling tracing v0.1.44 |
| 1432 | 2026-07-22T04:20:35.738Z | Compiling der v0.7.10 |
| 1433 | 2026-07-22T04:20:35.800Z | Compiling url v2.5.8 |
| 1434 | 2026-07-22T04:20:35.834Z | Compiling thiserror v2.0.18 |
| 1435 | 2026-07-22T04:20:35.976Z | Compiling rustls-pki-types v1.14.0 |
| 1436 | 2026-07-22T04:20:36.037Z | Compiling ppv-lite86 v0.2.21 |
| 1437 | 2026-07-22T04:20:36.161Z | Compiling serde_derive_internals v0.29.1 |
| 1438 | 2026-07-22T04:20:36.175Z | Compiling schemars v0.8.22 |
| 1439 | 2026-07-22T04:20:36.391Z | Compiling rand_chacha v0.9.0 |
| 1440 | 2026-07-22T04:20:36.516Z | Compiling dyn-clone v1.0.20 |
| 1441 | 2026-07-22T04:20:36.516Z | Compiling cmov v0.5.4 |
| 1442 | 2026-07-22T04:20:36.536Z | Compiling httparse v1.10.1 |
| 1443 | 2026-07-22T04:20:36.615Z | Compiling openssl-probe v0.2.1 |
| 1444 | 2026-07-22T04:20:36.622Z | Compiling tinyvec_macros v0.1.1 |
| 1445 | 2026-07-22T04:20:36.690Z | Compiling tinyvec v1.10.0 |
| 1446 | 2026-07-22T04:20:36.758Z | Compiling ctutils v0.4.2 |
| 1447 | 2026-07-22T04:20:36.917Z | Compiling rand v0.9.2 |
| 1448 | 2026-07-22T04:20:36.923Z | Compiling spki v0.7.3 |
| 1449 | 2026-07-22T04:20:37.021Z | Compiling pest_generator v2.8.6 |
| 1450 | 2026-07-22T04:20:37.070Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-07-22T04:20:37.070Z | Compiling aho-corasick v1.1.4 |
| 1452 | 2026-07-22T04:20:37.070Z | Compiling atomic-waker v1.1.2 |
| 1453 | 2026-07-22T04:20:37.121Z | Compiling try-lock v0.2.5 |
| 1454 | 2026-07-22T04:20:37.142Z | Compiling tower-layer v0.3.3 |
| 1455 | 2026-07-22T04:20:37.217Z | Compiling untrusted v0.7.1 |
| 1456 | 2026-07-22T04:20:37.324Z | Compiling tower-service v0.3.3 |
| 1457 | 2026-07-22T04:20:37.344Z | Compiling tempfile v3.25.0 |
| 1458 | 2026-07-22T04:20:37.399Z | Compiling want v0.3.1 |
| 1459 | 2026-07-22T04:20:37.584Z | Compiling hybrid-array v0.4.13 |
| 1460 | 2026-07-22T04:20:37.710Z | Compiling pest_derive v2.8.6 |
| 1461 | 2026-07-22T04:20:37.772Z | Compiling ipnet v2.11.0 |
| 1462 | 2026-07-22T04:20:38.022Z | Compiling regex-automata v0.4.14 |
| 1463 | 2026-07-22T04:20:38.117Z | Compiling scroll_derive v0.13.1 |
| 1464 | 2026-07-22T04:20:38.274Z | Compiling darling_core v0.20.11 |
| 1465 | 2026-07-22T04:20:38.382Z | Compiling cpufeatures v0.2.17 |
| 1466 | 2026-07-22T04:20:38.460Z | Compiling untrusted v0.9.0 |
| 1467 | 2026-07-22T04:20:38.597Z | Compiling tokio-util v0.7.18 |
| 1468 | 2026-07-22T04:20:38.740Z | Compiling openssl v0.10.79 |
| 1469 | 2026-07-22T04:20:38.920Z | Compiling rustls v0.23.41 |
| 1470 | 2026-07-22T04:20:38.983Z | Compiling foreign-types-shared v0.1.1 |
| 1471 | 2026-07-22T04:20:39.070Z | Compiling httpdate v1.0.3 |
| 1472 | 2026-07-22T04:20:39.108Z | Compiling foreign-types v0.3.2 |
| 1473 | 2026-07-22T04:20:39.204Z | Compiling scroll v0.13.0 |
| 1474 | 2026-07-22T04:20:39.296Z | Compiling h2 v0.4.15 |
| 1475 | 2026-07-22T04:20:39.466Z | Compiling pkcs8 v0.10.2 |
| 1476 | 2026-07-22T04:20:39.564Z | Compiling unicode-normalization v0.1.25 |
| 1477 | 2026-07-22T04:20:39.723Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-07-22T04:20:40.006Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1479 | 2026-07-22T04:20:40.022Z | Compiling spin v0.9.8 |
| 1480 | 2026-07-22T04:20:40.139Z | Compiling crc32fast v1.5.0 |
| 1481 | 2026-07-22T04:20:40.232Z | Compiling num-conv v0.2.0 |
| 1482 | 2026-07-22T04:20:40.354Z | Compiling time-core v0.1.8 |
| 1483 | 2026-07-22T04:20:40.399Z | Compiling powerfmt v0.2.0 |
| 1484 | 2026-07-22T04:20:40.399Z | Compiling native-tls v0.2.18 |
| 1485 | 2026-07-22T04:20:40.480Z | Compiling darling_macro v0.20.11 |
| 1486 | 2026-07-22T04:20:40.495Z | Compiling time-macros v0.2.27 |
| 1487 | 2026-07-22T04:20:40.555Z | Compiling deranged v0.5.8 |
| 1488 | 2026-07-22T04:20:40.959Z | Compiling darling v0.20.11 |
| 1489 | 2026-07-22T04:20:41.049Z | Compiling goblin v0.10.5 |
| 1490 | 2026-07-22T04:20:41.515Z | Compiling sha2 v0.10.9 |
| 1491 | 2026-07-22T04:20:41.554Z | Compiling hmac v0.12.1 |
| 1492 | 2026-07-22T04:20:41.707Z | Compiling sync_wrapper v1.0.2 |
| 1493 | 2026-07-22T04:20:41.822Z | Compiling wait-timeout v0.2.1 |
| 1494 | 2026-07-22T04:20:42.034Z | Compiling quick-error v1.2.3 |
| 1495 | 2026-07-22T04:20:42.083Z | Compiling siphasher v1.0.2 |
| 1496 | 2026-07-22T04:20:42.142Z | Compiling syn v1.0.109 |
| 1497 | 2026-07-22T04:20:42.267Z | Compiling num_threads v0.1.7 |
| 1498 | 2026-07-22T04:20:42.372Z | Compiling hyper v1.10.1 |
| 1499 | 2026-07-22T04:20:42.458Z | Compiling crossbeam-utils v0.8.21 |
| 1500 | 2026-07-22T04:20:42.787Z | Compiling simd-adler32 v0.3.8 |
| 1501 | 2026-07-22T04:20:42.941Z | Compiling bit-vec v0.8.0 |
| 1502 | 2026-07-22T04:20:43.033Z | Compiling usdt-impl v0.6.0 |
| 1503 | 2026-07-22T04:20:43.165Z | Compiling bit-set v0.8.0 |
| 1504 | 2026-07-22T04:20:43.379Z | Compiling time v0.3.47 |
| 1505 | 2026-07-22T04:20:43.399Z | Compiling rusty-fork v0.3.1 |
| 1506 | 2026-07-22T04:20:43.586Z | Compiling hyper-util v0.1.20 |
| 1507 | 2026-07-22T04:20:43.602Z | Compiling tower v0.5.3 |
| 1508 | 2026-07-22T04:20:43.725Z | Compiling derive_builder_core v0.20.2 |
| 1509 | 2026-07-22T04:20:44.008Z | Compiling dof v0.4.0 |
| 1510 | 2026-07-22T04:20:44.277Z | Compiling dtrace-parser v0.3.0 |
| 1511 | 2026-07-22T04:20:44.598Z | Compiling http-body-util v0.1.3 |
| 1512 | 2026-07-22T04:20:44.839Z | Compiling heapless v0.7.17 |
| 1513 | 2026-07-22T04:20:44.945Z | Compiling scroll_derive v0.12.1 |
| 1514 | 2026-07-22T04:20:45.000Z | Compiling thiserror-impl v1.0.69 |
| 1515 | 2026-07-22T04:20:45.093Z | Compiling slog v2.8.2 |
| 1516 | 2026-07-22T04:20:45.159Z | Compiling rand_xorshift v0.4.0 |
| 1517 | 2026-07-22T04:20:45.266Z | Compiling darling_core v0.23.0 |
| 1518 | 2026-07-22T04:20:45.285Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-07-22T04:20:45.314Z | Compiling thread-id v5.1.0 |
| 1520 | 2026-07-22T04:20:45.332Z | Compiling cookie v0.18.1 |
| 1521 | 2026-07-22T04:20:45.396Z | Compiling anyhow v1.0.102 |
| 1522 | 2026-07-22T04:20:45.527Z | Compiling adler2 v2.0.1 |
| 1523 | 2026-07-22T04:20:45.586Z | Compiling allocator-api2 v0.2.21 |
| 1524 | 2026-07-22T04:20:45.596Z | Compiling unicode-properties v0.1.4 |
| 1525 | 2026-07-22T04:20:45.656Z | Compiling unarray v0.1.4 |
| 1526 | 2026-07-22T04:20:45.713Z | Compiling paste v1.0.15 |
| 1527 | 2026-07-22T04:20:45.762Z | Compiling ryu v1.0.23 |
| 1528 | 2026-07-22T04:20:45.798Z | Compiling zstd-safe v7.2.4 |
| 1529 | 2026-07-22T04:20:45.894Z | Compiling unicode-bidi v0.3.18 |
| 1530 | 2026-07-22T04:20:45.937Z | Compiling iri-string v0.7.10 |
| 1531 | 2026-07-22T04:20:45.986Z | Compiling signal-hook v0.3.18 |
| 1532 | 2026-07-22T04:20:46.048Z | Compiling serde_urlencoded v0.7.1 |
| 1533 | 2026-07-22T04:20:46.193Z | Compiling proptest v1.10.0 |
| 1534 | 2026-07-22T04:20:46.253Z | Compiling thiserror v1.0.69 |
| 1535 | 2026-07-22T04:20:46.295Z | Compiling stringprep v0.1.5 |
| 1536 | 2026-07-22T04:20:46.427Z | Compiling miniz_oxide v0.8.9 |
| 1537 | 2026-07-22T04:20:46.557Z | Compiling scroll v0.12.0 |
| 1538 | 2026-07-22T04:20:47.074Z | Compiling tower-http v0.6.8 |
| 1539 | 2026-07-22T04:20:47.226Z | Compiling derive_builder_macro v0.20.2 |
| 1540 | 2026-07-22T04:20:47.427Z | Compiling tokio-native-tls v0.3.1 |
| 1541 | 2026-07-22T04:20:47.441Z | Compiling camino v1.2.2 |
| 1542 | 2026-07-22T04:20:47.592Z | Compiling bstr v1.12.1 |
| 1543 | 2026-07-22T04:20:47.688Z | Compiling ipnetwork v0.21.1 |
| 1544 | 2026-07-22T04:20:47.768Z | Compiling darling_macro v0.23.0 |
| 1545 | 2026-07-22T04:20:47.828Z | Compiling crypto-common v0.2.2 |
| 1546 | 2026-07-22T04:20:48.007Z | Compiling block-buffer v0.12.1 |
| 1547 | 2026-07-22T04:20:48.141Z | Compiling block-padding v0.4.2 |
| 1548 | 2026-07-22T04:20:48.205Z | Compiling rustls-native-certs v0.8.3 |
| 1549 | 2026-07-22T04:20:48.242Z | Compiling rand_chacha v0.3.1 |
| 1550 | 2026-07-22T04:20:48.262Z | Compiling erased-serde v0.3.31 |
| 1551 | 2026-07-22T04:20:48.308Z | Compiling hex v0.4.3 |
| 1552 | 2026-07-22T04:20:48.492Z | Compiling serde_tokenstream v0.2.3 |
| 1553 | 2026-07-22T04:20:48.571Z | Compiling toml_datetime v0.6.11 |
| 1554 | 2026-07-22T04:20:48.742Z | Compiling serde_spanned v0.6.9 |
| 1555 | 2026-07-22T04:20:48.805Z | Compiling md-5 v0.10.6 |
| 1556 | 2026-07-22T04:20:48.834Z | Compiling signature v2.2.0 |
| 1557 | 2026-07-22T04:20:48.893Z | Compiling curve25519-dalek v4.1.3 |
| 1558 | 2026-07-22T04:20:48.995Z | Compiling zerocopy-derive v0.7.35 |
| 1559 | 2026-07-22T04:20:49.027Z | Compiling async-trait v0.1.89 |
| 1560 | 2026-07-22T04:20:49.039Z | Compiling pin-project-internal v1.1.11 |
| 1561 | 2026-07-22T04:20:49.241Z | Compiling vergen-lib v9.1.0 |
| 1562 | 2026-07-22T04:20:49.443Z | Compiling hash32 v0.2.1 |
| 1563 | 2026-07-22T04:20:49.549Z | Compiling num-integer v0.1.46 |
| 1564 | 2026-07-22T04:20:49.634Z | Compiling memoffset v0.9.1 |
| 1565 | 2026-07-22T04:20:49.839Z | Compiling encoding_rs v0.8.35 |
| 1566 | 2026-07-22T04:20:49.854Z | Compiling fallible-iterator v0.2.0 |
| 1567 | 2026-07-22T04:20:49.868Z | Compiling smoltcp v0.9.1 |
| 1568 | 2026-07-22T04:20:50.023Z | Compiling zlib-rs v0.6.2 |
| 1569 | 2026-07-22T04:20:50.130Z | Compiling litrs v1.0.0 |
| 1570 | 2026-07-22T04:20:50.161Z | Compiling num-bigint-dig v0.8.6 |
| 1571 | 2026-07-22T04:20:50.214Z | Compiling psl-types v2.0.11 |
| 1572 | 2026-07-22T04:20:50.337Z | Compiling cfg_aliases v0.2.1 |
| 1573 | 2026-07-22T04:20:50.365Z | Compiling rustix v0.38.44 |
| 1574 | 2026-07-22T04:20:50.412Z | Compiling mime v0.3.17 |
| 1575 | 2026-07-22T04:20:50.631Z | Compiling ref-cast v1.0.25 |
| 1576 | 2026-07-22T04:20:50.671Z | Compiling document-features v0.2.12 |
| 1577 | 2026-07-22T04:20:50.809Z | Compiling nix v0.31.2 |
| 1578 | 2026-07-22T04:20:51.014Z | Compiling publicsuffix v2.3.0 |
| 1579 | 2026-07-22T04:20:51.185Z | Compiling pin-project v1.1.11 |
| 1580 | 2026-07-22T04:20:51.221Z | Compiling postgres-protocol v0.6.10 |
| 1581 | 2026-07-22T04:20:51.267Z | Compiling zerocopy v0.7.35 |
| 1582 | 2026-07-22T04:20:51.312Z | Compiling hubpack_derive v0.1.1 |
| 1583 | 2026-07-22T04:20:51.327Z | Compiling num-iter v0.1.45 |
| 1584 | 2026-07-22T04:20:51.756Z | Compiling newtype-uuid v1.3.2 |
| 1585 | 2026-07-22T04:20:51.756Z | Compiling rand v0.8.6 |
| 1586 | 2026-07-22T04:20:51.800Z | Compiling inout v0.2.2 |
| 1587 | 2026-07-22T04:20:51.866Z | Compiling darling v0.23.0 |
| 1588 | 2026-07-22T04:20:51.921Z | Compiling oxnet v0.1.6 |
| 1589 | 2026-07-22T04:20:51.941Z | Compiling derive_builder v0.20.2 |
| 1590 | 2026-07-22T04:20:51.995Z | Compiling hyper-tls v0.6.0 |
| 1591 | 2026-07-22T04:20:52.209Z | Compiling goblin v0.8.2 |
| 1592 | 2026-07-22T04:20:52.628Z | Compiling phf_shared v0.13.1 |
| 1593 | 2026-07-22T04:20:52.645Z | Compiling regex v1.12.3 |
| 1594 | 2026-07-22T04:20:52.694Z | Compiling lazy_static v1.5.0 |
| 1595 | 2026-07-22T04:20:52.846Z | Compiling anstyle-parse v0.2.7 |
| 1596 | 2026-07-22T04:20:52.907Z | Compiling futures-executor v0.3.32 |
| 1597 | 2026-07-22T04:20:53.034Z | Compiling flate2 v1.1.9 |
| 1598 | 2026-07-22T04:20:53.105Z | Compiling terminal_size v0.4.3 |
| 1599 | 2026-07-22T04:20:53.129Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1600 | 2026-07-22T04:20:53.170Z | Compiling snafu-derive v0.8.9 |
| 1601 | 2026-07-22T04:20:53.246Z | Compiling daft-derive v0.1.7 |
| 1602 | 2026-07-22T04:20:53.407Z | Compiling ref-cast-impl v1.0.25 |
| 1603 | 2026-07-22T04:20:53.453Z | Compiling strum_macros v0.27.2 |
| 1604 | 2026-07-22T04:20:53.789Z | Compiling vergen v9.1.0 |
| 1605 | 2026-07-22T04:20:53.975Z | Compiling cargo-platform v0.3.2 |
| 1606 | 2026-07-22T04:20:53.990Z | Compiling ff v0.13.1 |
| 1607 | 2026-07-22T04:20:54.004Z | Compiling fs-err v3.3.0 |
| 1608 | 2026-07-22T04:20:54.126Z | Compiling ahash v0.8.12 |
| 1609 | 2026-07-22T04:20:54.206Z | Compiling managed v0.8.0 |
| 1610 | 2026-07-22T04:20:54.245Z | Compiling foldhash v0.1.5 |
| 1611 | 2026-07-22T04:20:54.351Z | Compiling foldhash v0.2.0 |
| 1612 | 2026-07-22T04:20:54.429Z | Compiling unicode-segmentation v1.12.0 |
| 1613 | 2026-07-22T04:20:54.448Z | Compiling bitflags v1.3.2 |
| 1614 | 2026-07-22T04:20:54.558Z | Compiling same-file v1.0.6 |
| 1615 | 2026-07-22T04:20:54.728Z | Compiling bumpalo v3.20.2 |
| 1616 | 2026-07-22T04:20:54.879Z | Compiling base16ct v0.2.0 |
| 1617 | 2026-07-22T04:20:55.009Z | Compiling object v0.37.3 |
| 1618 | 2026-07-22T04:20:55.009Z | Compiling libbz2-rs-sys v0.2.2 |
| 1619 | 2026-07-22T04:20:55.009Z | Compiling winnow v0.5.40 |
| 1620 | 2026-07-22T04:20:55.163Z | Compiling snafu v0.8.9 |
| 1621 | 2026-07-22T04:20:55.268Z | Compiling clap_builder v4.6.0 |
| 1622 | 2026-07-22T04:20:55.498Z | Compiling strum v0.27.2 |
| 1623 | 2026-07-22T04:20:55.645Z | Compiling bzip2 v0.6.1 |
| 1624 | 2026-07-22T04:20:55.646Z | Compiling sec1 v0.7.3 |
| 1625 | 2026-07-22T04:20:55.646Z | Compiling zopfli v0.8.3 |
| 1626 | 2026-07-22T04:20:55.778Z | Compiling walkdir v2.5.0 |
| 1627 | 2026-07-22T04:20:55.852Z | Compiling hashbrown v0.16.1 |
| 1628 | 2026-07-22T04:20:55.969Z | Compiling dof v0.3.0 |
| 1629 | 2026-07-22T04:20:56.197Z | Compiling toml_edit v0.19.15 |
| 1630 | 2026-07-22T04:20:56.264Z | Compiling hashbrown v0.15.5 |
| 1631 | 2026-07-22T04:20:56.439Z | Compiling cargo_metadata v0.23.1 |
| 1632 | 2026-07-22T04:20:56.544Z | Compiling group v0.13.0 |
| 1633 | 2026-07-22T04:20:56.683Z | Compiling daft v0.1.7 |
| 1634 | 2026-07-22T04:20:56.824Z | Compiling futures v0.3.32 |
| 1635 | 2026-07-22T04:20:56.906Z | Compiling anstream v0.6.21 |
| 1636 | 2026-07-22T04:20:56.965Z | Compiling phf v0.13.1 |
| 1637 | 2026-07-22T04:20:57.115Z | Compiling signal-hook-mio v0.2.5 |
| 1638 | 2026-07-22T04:20:57.235Z | Compiling cookie_store v0.22.1 |
| 1639 | 2026-07-22T04:20:57.556Z | Compiling zstd v0.13.3 |
| 1640 | 2026-07-22T04:20:57.835Z | Compiling reqwest v0.12.28 |
| 1641 | 2026-07-22T04:20:57.863Z | Compiling bzip2 v0.4.4 |
| 1642 | 2026-07-22T04:20:57.891Z | Compiling serde_with_macros v3.21.0 |
| 1643 | 2026-07-22T04:20:58.075Z | Compiling cipher v0.5.2 |
| 1644 | 2026-07-22T04:20:58.079Z | Compiling hubpack v0.1.2 |
| 1645 | 2026-07-22T04:20:58.309Z | Compiling postgres-types v0.2.12 |
| 1646 | 2026-07-22T04:20:58.868Z | Compiling ed25519 v2.2.3 |
| 1647 | 2026-07-22T04:20:58.886Z | Compiling usdt-macro v0.6.0 |
| 1648 | 2026-07-22T04:20:59.046Z | Compiling usdt-attr-macro v0.6.0 |
| 1649 | 2026-07-22T04:20:59.872Z | Compiling globset v0.4.18 |
| 1650 | 2026-07-22T04:20:59.872Z | Compiling dtrace-parser v0.2.0 |
| 1651 | 2026-07-22T04:20:59.872Z | Compiling phf_shared v0.11.3 |
| 1652 | 2026-07-22T04:20:59.953Z | Compiling hkdf v0.12.4 |
| 1653 | 2026-07-22T04:20:59.953Z | Compiling olpc-cjson v0.1.4 |
| 1654 | 2026-07-22T04:20:59.960Z | Compiling pkcs1 v0.7.5 |
| 1655 | 2026-07-22T04:20:59.986Z | Compiling serde-big-array v0.5.1 |
| 1656 | 2026-07-22T04:21:00.015Z | Compiling serde_plain v1.0.2 |
| 1657 | 2026-07-22T04:21:00.137Z | Compiling crypto-bigint v0.5.5 |
| 1658 | 2026-07-22T04:21:00.241Z | Compiling enum-as-inner v0.6.1 |
| 1659 | 2026-07-22T04:21:00.275Z | Compiling async-recursion v1.1.1 |
| 1660 | 2026-07-22T04:21:00.392Z | Compiling strum_macros v0.26.4 |
| 1661 | 2026-07-22T04:21:00.419Z | Compiling serde_repr v0.1.20 |
| 1662 | 2026-07-22T04:21:00.738Z | Compiling clap_derive v4.6.1 |
| 1663 | 2026-07-22T04:21:00.936Z | Compiling pem v3.0.6 |
| 1664 | 2026-07-22T04:21:00.951Z | Compiling float-cmp v0.10.0 |
| 1665 | 2026-07-22T04:21:01.111Z | Compiling memmap2 v0.9.10 |
| 1666 | 2026-07-22T04:21:01.240Z | Compiling thread-id v4.2.2 |
| 1667 | 2026-07-22T04:21:01.290Z | Compiling env_filter v1.0.0 |
| 1668 | 2026-07-22T04:21:01.324Z | Compiling whoami v2.1.0 |
| 1669 | 2026-07-22T04:21:01.523Z | Compiling predicates-core v1.0.10 |
| 1670 | 2026-07-22T04:21:01.593Z | Compiling fixedbitset v0.4.2 |
| 1671 | 2026-07-22T04:21:01.699Z | Compiling jiff v0.2.21 |
| 1672 | 2026-07-22T04:21:01.716Z | Compiling winnow v1.0.3 |
| 1673 | 2026-07-22T04:21:01.803Z | Compiling static_assertions v1.1.0 |
| 1674 | 2026-07-22T04:21:01.883Z | Compiling either v1.15.0 |
| 1675 | 2026-07-22T04:21:02.065Z | Compiling normalize-line-endings v0.3.0 |
| 1676 | 2026-07-22T04:21:02.081Z | Compiling fixedbitset v0.5.7 |
| 1677 | 2026-07-22T04:21:02.092Z | Compiling precomputed-hash v0.1.1 |
| 1678 | 2026-07-22T04:21:02.160Z | Compiling data-encoding v2.10.0 |
| 1679 | 2026-07-22T04:21:02.176Z | Compiling const-oid v0.10.2 |
| 1680 | 2026-07-22T04:21:02.212Z | Compiling typed-path v0.9.3 |
| 1681 | 2026-07-22T04:21:02.377Z | Compiling keccak v0.1.6 |
| 1682 | 2026-07-22T04:21:02.380Z | Compiling cpufeatures v0.3.0 |
| 1683 | 2026-07-22T04:21:02.466Z | Compiling difflib v0.4.0 |
| 1684 | 2026-07-22T04:21:02.469Z | Compiling new_debug_unreachable v1.0.6 |
| 1685 | 2026-07-22T04:21:02.553Z | Compiling string_cache v0.8.9 |
| 1686 | 2026-07-22T04:21:02.656Z | Compiling sha3 v0.10.8 |
| 1687 | 2026-07-22T04:21:02.836Z | Compiling predicates v3.1.4 |
| 1688 | 2026-07-22T04:21:02.900Z | Compiling clap v4.6.1 |
| 1689 | 2026-07-22T04:21:02.988Z | Compiling toml_edit v0.22.27 |
| 1690 | 2026-07-22T04:21:03.035Z | Compiling chacha20 v0.10.0 |
| 1691 | 2026-07-22T04:21:03.118Z | Compiling hickory-proto v0.25.2 |
| 1692 | 2026-07-22T04:21:03.142Z | Compiling digest v0.11.3 |
| 1693 | 2026-07-22T04:21:03.371Z | Compiling petgraph v0.8.3 |
| 1694 | 2026-07-22T04:21:03.404Z | Compiling strum v0.26.3 |
| 1695 | 2026-07-22T04:21:03.489Z | Compiling itertools v0.13.0 |
| 1696 | 2026-07-22T04:21:03.506Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1697 | 2026-07-22T04:21:03.531Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1698 | 2026-07-22T04:21:04.148Z | Compiling petgraph v0.6.5 |
| 1699 | 2026-07-22T04:21:04.736Z | Compiling zip v4.6.1 |
| 1700 | 2026-07-22T04:21:05.317Z | Compiling tokio-postgres v0.7.16 |
| 1701 | 2026-07-22T04:21:05.645Z | Compiling env_logger v0.11.9 |
| 1702 | 2026-07-22T04:21:05.711Z | Compiling usdt-impl v0.5.0 |
| 1703 | 2026-07-22T04:21:05.794Z | Compiling usdt v0.6.0 |
| 1704 | 2026-07-22T04:21:05.905Z | Compiling elliptic-curve v0.13.8 |
| 1705 | 2026-07-22T04:21:05.975Z | Compiling rsa v0.9.10 |
| 1706 | 2026-07-22T04:21:05.996Z | Compiling crossterm v0.28.1 |
| 1707 | 2026-07-22T04:21:06.258Z | Compiling serde_with v3.21.0 |
| 1708 | 2026-07-22T04:21:06.288Z | Compiling ed25519-dalek v2.2.0 |
| 1709 | 2026-07-22T04:21:06.921Z | Compiling zip v0.6.6 |
| 1710 | 2026-07-22T04:21:07.270Z | Compiling toml v0.7.8 |
| 1711 | 2026-07-22T04:21:07.523Z | Compiling iddqd v0.4.2 |
| 1712 | 2026-07-22T04:21:08.067Z | Compiling similar v2.7.0 |
| 1713 | 2026-07-22T04:21:08.075Z | Compiling heck v0.4.1 |
| 1714 | 2026-07-22T04:21:08.134Z | Compiling byte-wrapper v0.1.0 |
| 1715 | 2026-07-22T04:21:08.191Z | Compiling crossbeam-epoch v0.9.18 |
| 1716 | 2026-07-22T04:21:08.321Z | Compiling tokio-stream v0.1.18 |
| 1717 | 2026-07-22T04:21:08.475Z | Compiling buf-list v1.1.2 |
| 1718 | 2026-07-22T04:21:08.518Z | Compiling x509-cert v0.2.5 |
| 1719 | 2026-07-22T04:21:08.753Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1720 | 2026-07-22T04:21:08.771Z | Compiling openapiv3 v2.2.0 |
| 1721 | 2026-07-22T04:21:08.850Z | Compiling peg-runtime v0.8.5 |
| 1722 | 2026-07-22T04:21:08.929Z | Compiling lalrpop-util v0.19.12 |
| 1723 | 2026-07-22T04:21:09.037Z | Compiling thread_local v1.1.9 |
| 1724 | 2026-07-22T04:21:09.116Z | Compiling slog-async v2.8.0 |
| 1725 | 2026-07-22T04:21:09.132Z | Compiling crossbeam-channel v0.5.15 |
| 1726 | 2026-07-22T04:21:09.244Z | Compiling is-terminal v0.4.17 |
| 1727 | 2026-07-22T04:21:09.278Z | Compiling filetime v0.2.27 |
| 1728 | 2026-07-22T04:21:09.345Z | Compiling take_mut v0.2.2 |
| 1729 | 2026-07-22T04:21:09.445Z | Compiling term v1.2.1 |
| 1730 | 2026-07-22T04:21:09.463Z | Compiling xattr v1.6.1 |
| 1731 | 2026-07-22T04:21:09.569Z | Compiling tar v0.4.46 |
| 1732 | 2026-07-22T04:21:09.624Z | Compiling camino-tempfile v1.4.1 |
| 1733 | 2026-07-22T04:21:09.851Z | Compiling slog-term v2.9.2 |
| 1734 | 2026-07-22T04:21:19.990Z | Compiling rustls-webpki v0.103.13 |
| 1735 | 2026-07-22T04:21:22.368Z | Compiling tokio-rustls v0.26.4 |
| 1736 | 2026-07-22T04:21:22.368Z | Compiling rustls-platform-verifier v0.6.2 |
| 1737 | 2026-07-22T04:21:22.373Z | Compiling tough v0.22.0 |
| 1738 | 2026-07-22T04:21:22.585Z | Compiling hyper-rustls v0.27.7 |
| 1739 | 2026-07-22T04:21:22.799Z | Compiling reqwest v0.13.2 |
| 1740 | 2026-07-22T04:21:25.031Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1741 | 2026-07-22T04:21:25.256Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1742 | 2026-07-22T04:21:28.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1743 | 2026-07-22T04:21:28.198Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1744 | 2026-07-22T04:21:28.251Z | Jul 22 04:21:27.348 INFO Starting download, target: MaghemiteMgd |
| 1745 | 2026-07-22T04:21:28.251Z | Jul 22 04:21:27.348 INFO Starting download, target: Console |
| 1746 | 2026-07-22T04:21:28.251Z | Jul 22 04:21:27.348 INFO Starting download, target: MaghemiteDdmd |
| 1747 | 2026-07-22T04:21:28.251Z | Jul 22 04:21:27.348 INFO Starting download, target: Cockroach |
| 1748 | 2026-07-22T04:21:28.251Z | Jul 22 04:21:27.348 INFO Starting download, target: Clickhouse |
| 1749 | 2026-07-22T04:21:28.251Z | Jul 22 04:21:27.348 INFO Starting download, target: DendriteStub |
| 1750 | 2026-07-22T04:21:28.254Z | Jul 22 04:21:27.348 INFO Starting download, target: TransceiverControl |
| 1751 | 2026-07-22T04:21:28.254Z | Jul 22 04:21:27.348 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1752 | 2026-07-22T04:21:28.255Z | Jul 22 04:21:27.348 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1753 | 2026-07-22T04:21:28.255Z | Jul 22 04:21:27.348 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1754 | 2026-07-22T04:21:28.255Z | Jul 22 04:21:27.348 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1755 | 2026-07-22T04:21:28.255Z | Jul 22 04:21:27.348 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1756 | 2026-07-22T04:21:28.255Z | Jul 22 04:21:27.348 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1757 | 2026-07-22T04:21:28.255Z | Jul 22 04:21:27.348 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1758 | 2026-07-22T04:21:28.789Z | Jul 22 04:21:27.868 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1759 | 2026-07-22T04:21:29.003Z | Jul 22 04:21:28.079 INFO Download complete, target: TransceiverControl |
| 1760 | 2026-07-22T04:21:29.728Z | Jul 22 04:21:28.786 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1761 | 2026-07-22T04:21:29.981Z | Jul 22 04:21:29.075 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1762 | 2026-07-22T04:21:30.010Z | Jul 22 04:21:29.103 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1763 | 2026-07-22T04:21:30.170Z | Jul 22 04:21:29.266 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1764 | 2026-07-22T04:21:30.515Z | Jul 22 04:21:29.612 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1765 | 2026-07-22T04:21:30.515Z | Jul 22 04:21:29.612 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1766 | 2026-07-22T04:21:32.093Z | Jul 22 04:21:31.187 INFO Download complete, target: MaghemiteDdmd |
| 1767 | 2026-07-22T04:21:32.235Z | Jul 22 04:21:31.328 INFO Download complete, target: DendriteStub |
| 1768 | 2026-07-22T04:21:32.615Z | Jul 22 04:21:31.708 INFO Download complete, target: MaghemiteMgd |
| 1769 | 2026-07-22T04:21:33.153Z | Jul 22 04:21:32.247 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1770 | 2026-07-22T04:21:33.401Z | Jul 22 04:21:32.495 INFO Download complete, target: Console |
| 1771 | 2026-07-22T04:21:35.212Z | Jul 22 04:21:34.309 INFO Checking that binary works, target: Cockroach |
| 1772 | 2026-07-22T04:21:35.327Z | Jul 22 04:21:34.423 INFO Download complete, target: Cockroach |
| 1773 | 2026-07-22T04:21:36.913Z | Jul 22 04:21:36.009 INFO Checking that binary works, target: Clickhouse |
| 1774 | 2026-07-22T04:21:37.036Z | Jul 22 04:21:36.132 INFO Download complete, target: Clickhouse |
| 1775 | 2026-07-22T04:21:37.051Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1776 | 2026-07-22T04:21:37.054Z | |
| 1777 | 2026-07-22T04:21:37.054Z | real 2:05.848878984 |
| 1778 | 2026-07-22T04:21:37.054Z | user 6:36.786769985 |
| 1779 | 2026-07-22T04:21:37.054Z | sys 1:21.635086856 |
| 1780 | 2026-07-22T04:21:37.054Z | trap 0.229591550 |
| 1781 | 2026-07-22T04:21:37.054Z | tflt 0.530766382 |
| 1782 | 2026-07-22T04:21:37.055Z | dflt 0.828967757 |
| 1783 | 2026-07-22T04:21:37.055Z | kflt 0.026628226 |
| 1784 | 2026-07-22T04:21:37.055Z | lock 22:07.675070416 |
| 1785 | 2026-07-22T04:21:37.055Z | slp 20:06.203137694 |
| 1786 | 2026-07-22T04:21:37.055Z | lat 46.555437707 |
| 1787 | 2026-07-22T04:21:37.055Z | stop 2:00.647769379 |
| 1788 | 2026-07-22T04:21:37.055Z | + banner clippy |
| 1789 | 2026-07-22T04:21:37.055Z | |
| 1790 | 2026-07-22T04:21:37.055Z | #### # # ##### ##### # # |
| 1791 | 2026-07-22T04:21:37.055Z | # # # # # # # # # # |
| 1792 | 2026-07-22T04:21:37.055Z | # # # # # # # # |
| 1793 | 2026-07-22T04:21:37.055Z | # # # ##### ##### # |
| 1794 | 2026-07-22T04:21:37.055Z | # # # # # # # |
| 1795 | 2026-07-22T04:21:37.055Z | #### ###### # # # # |
| 1796 | 2026-07-22T04:21:37.055Z | |
| 1797 | 2026-07-22T04:21:37.055Z | + export CARGO_INCREMENTAL=0 |
| 1798 | 2026-07-22T04:21:37.055Z | + CARGO_INCREMENTAL=0 |
| 1799 | 2026-07-22T04:21:37.055Z | + ptime -m cargo xtask clippy |
| 1800 | 2026-07-22T04:21:37.513Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1801 | 2026-07-22T04:21:37.800Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1802 | 2026-07-22T04:21:39.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
| 1803 | 2026-07-22T04:21:39.625Z | Running `target/debug/xtask clippy` |
| 1804 | 2026-07-22T04:21:39.652Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1805 | 2026-07-22T04:21:40.218Z | Downloading crates ... |
| 1806 | 2026-07-22T04:21:40.421Z | Downloaded async-object-pool v0.2.0 |
| 1807 | 2026-07-22T04:21:40.424Z | Downloaded miette-derive v5.10.0 |
| 1808 | 2026-07-22T04:21:40.428Z | Downloaded linkme v0.3.35 |
| 1809 | 2026-07-22T04:21:40.436Z | Downloaded target-triple v1.0.0 |
| 1810 | 2026-07-22T04:21:40.455Z | Downloaded datatest-stable v0.3.3 |
| 1811 | 2026-07-22T04:21:40.459Z | Downloaded gimli v0.32.3 |
| 1812 | 2026-07-22T04:21:40.490Z | Downloaded parking v2.2.1 |
| 1813 | 2026-07-22T04:21:40.494Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1814 | 2026-07-22T04:21:40.494Z | Downloaded assert-json-diff v2.0.2 |
| 1815 | 2026-07-22T04:21:40.497Z | Downloaded plotters-backend v0.3.7 |
| 1816 | 2026-07-22T04:21:40.497Z | Downloaded event-listener-strategy v0.5.4 |
| 1817 | 2026-07-22T04:21:40.501Z | Downloaded hex-literal v0.4.1 |
| 1818 | 2026-07-22T04:21:40.505Z | Downloaded plotters-svg v0.3.7 |
| 1819 | 2026-07-22T04:21:40.506Z | Downloaded backtrace-ext v0.2.1 |
| 1820 | 2026-07-22T04:21:40.506Z | Downloaded approx v0.5.1 |
| 1821 | 2026-07-22T04:21:40.509Z | Downloaded linkme-impl v0.3.35 |
| 1822 | 2026-07-22T04:21:40.509Z | Downloaded supports-hyperlinks v2.1.0 |
| 1823 | 2026-07-22T04:21:40.509Z | Downloaded serde_regex v1.1.0 |
| 1824 | 2026-07-22T04:21:40.513Z | Downloaded supports-unicode v2.1.0 |
| 1825 | 2026-07-22T04:21:40.513Z | Downloaded constant_time_eq v0.3.1 |
| 1826 | 2026-07-22T04:21:40.513Z | Downloaded cast v0.3.0 |
| 1827 | 2026-07-22T04:21:40.516Z | Downloaded supports-color v2.1.0 |
| 1828 | 2026-07-22T04:21:40.519Z | Downloaded nested v0.1.1 |
| 1829 | 2026-07-22T04:21:40.525Z | Downloaded pathdiff v0.2.3 |
| 1830 | 2026-07-22T04:21:40.528Z | Downloaded escape8259 v0.5.3 |
| 1831 | 2026-07-22T04:21:40.533Z | Downloaded oorandom v11.1.5 |
| 1832 | 2026-07-22T04:21:40.537Z | Downloaded target-lexicon v0.13.3 |
| 1833 | 2026-07-22T04:21:40.537Z | Downloaded path-tree v0.8.3 |
| 1834 | 2026-07-22T04:21:40.540Z | Downloaded knuffel-derive v3.2.0 |
| 1835 | 2026-07-22T04:21:40.543Z | Downloaded terminal_size v0.1.17 |
| 1836 | 2026-07-22T04:21:40.543Z | Downloaded tinytemplate v1.2.1 |
| 1837 | 2026-07-22T04:21:40.543Z | Downloaded concurrent-queue v2.5.0 |
| 1838 | 2026-07-22T04:21:40.546Z | Downloaded rustc-demangle v0.1.27 |
| 1839 | 2026-07-22T04:21:40.551Z | Downloaded relative-path v1.9.3 |
| 1840 | 2026-07-22T04:21:40.555Z | Downloaded criterion-plot v0.6.0 |
| 1841 | 2026-07-22T04:21:40.555Z | Downloaded libtest-mimic v0.8.1 |
| 1842 | 2026-07-22T04:21:40.555Z | Downloaded owo-colors v3.5.0 |
| 1843 | 2026-07-22T04:21:40.558Z | Downloaded stringmetrics v2.2.2 |
| 1844 | 2026-07-22T04:21:40.558Z | Downloaded httptest v0.16.4 |
| 1845 | 2026-07-22T04:21:40.558Z | Downloaded similar-asserts v1.7.0 |
| 1846 | 2026-07-22T04:21:40.562Z | Downloaded termcolor v1.4.1 |
| 1847 | 2026-07-22T04:21:40.562Z | Downloaded rust-argon2 v2.1.0 |
| 1848 | 2026-07-22T04:21:40.562Z | Downloaded partial-io v0.5.4 |
| 1849 | 2026-07-22T04:21:40.562Z | Downloaded assert_cmd v2.1.2 |
| 1850 | 2026-07-22T04:21:40.570Z | Downloaded hickory-client v0.25.2 |
| 1851 | 2026-07-22T04:21:40.570Z | Downloaded async-lock v3.4.2 |
| 1852 | 2026-07-22T04:21:40.570Z | Downloaded target-spec v3.5.7 |
| 1853 | 2026-07-22T04:21:40.580Z | Downloaded addr2line v0.25.1 |
| 1854 | 2026-07-22T04:21:40.580Z | Downloaded anes v0.1.6 |
| 1855 | 2026-07-22T04:21:40.580Z | Downloaded trybuild v1.0.116 |
| 1856 | 2026-07-22T04:21:40.580Z | Downloaded futures-timer v3.0.3 |
| 1857 | 2026-07-22T04:21:40.585Z | Downloaded textwrap v0.15.2 |
| 1858 | 2026-07-22T04:21:40.585Z | Downloaded event-listener v5.4.1 |
| 1859 | 2026-07-22T04:21:40.585Z | Downloaded blake2b_simd v1.0.4 |
| 1860 | 2026-07-22T04:21:40.591Z | Downloaded rstest v0.25.0 |
| 1861 | 2026-07-22T04:21:40.595Z | Downloaded rstest_macros v0.25.0 |
| 1862 | 2026-07-22T04:21:40.599Z | Downloaded chumsky v0.9.3 |
| 1863 | 2026-07-22T04:21:40.599Z | Downloaded knuffel v3.2.0 |
| 1864 | 2026-07-22T04:21:40.602Z | Downloaded cfg-expr v0.20.6 |
| 1865 | 2026-07-22T04:21:40.605Z | Downloaded fancy-regex v0.14.0 |
| 1866 | 2026-07-22T04:21:40.610Z | Downloaded miette v5.10.0 |
| 1867 | 2026-07-22T04:21:40.613Z | Downloaded backtrace v0.3.76 |
| 1868 | 2026-07-22T04:21:40.617Z | Downloaded rand_distr v0.5.1 |
| 1869 | 2026-07-22T04:21:40.626Z | Downloaded guppy v0.17.25 |
| 1870 | 2026-07-22T04:21:40.630Z | Downloaded criterion v0.7.0 |
| 1871 | 2026-07-22T04:21:40.637Z | Downloaded plotters v0.3.7 |
| 1872 | 2026-07-22T04:21:40.637Z | Downloaded hashbrown v0.14.5 |
| 1873 | 2026-07-22T04:21:40.702Z | Downloaded httpmock v0.8.3 |
| 1874 | 2026-07-22T04:21:42.379Z | Checking cfg-if v1.0.4 |
| 1875 | 2026-07-22T04:21:42.738Z | Checking libc v0.2.185 |
| 1876 | 2026-07-22T04:21:42.744Z | Checking serde_core v1.0.228 |
| 1877 | 2026-07-22T04:21:42.797Z | Checking memchr v2.8.0 |
| 1878 | 2026-07-22T04:21:42.832Z | Checking smallvec v1.15.1 |
| 1879 | 2026-07-22T04:21:42.859Z | Checking zeroize v1.8.2 |
| 1880 | 2026-07-22T04:21:42.892Z | Checking rand_core v0.10.0 |
| 1881 | 2026-07-22T04:21:42.924Z | Checking itoa v1.0.17 |
| 1882 | 2026-07-22T04:21:42.954Z | Checking subtle v2.6.1 |
| 1883 | 2026-07-22T04:21:43.035Z | Checking log v0.4.29 |
| 1884 | 2026-07-22T04:21:43.064Z | Checking libm v0.2.16 |
| 1885 | 2026-07-22T04:21:43.104Z | Checking typenum v1.20.1 |
| 1886 | 2026-07-22T04:21:43.142Z | Checking getrandom v0.4.1 |
| 1887 | 2026-07-22T04:21:43.142Z | Checking errno v0.3.14 |
| 1888 | 2026-07-22T04:21:43.200Z | Checking scopeguard v1.2.0 |
| 1889 | 2026-07-22T04:21:43.235Z | Checking stable_deref_trait v1.2.1 |
| 1890 | 2026-07-22T04:21:43.266Z | Checking zmij v1.0.21 |
| 1891 | 2026-07-22T04:21:43.301Z | Checking zerofrom v0.1.6 |
| 1892 | 2026-07-22T04:21:43.333Z | Checking lock_api v0.4.14 |
| 1893 | 2026-07-22T04:21:43.365Z | Checking percent-encoding v2.3.2 |
| 1894 | 2026-07-22T04:21:43.396Z | Checking litemap v0.8.1 |
| 1895 | 2026-07-22T04:21:43.434Z | Checking yoke v0.8.1 |
| 1896 | 2026-07-22T04:21:43.492Z | Checking writeable v0.6.2 |
| 1897 | 2026-07-22T04:21:43.527Z | Checking icu_properties_data v2.1.2 |
| 1898 | 2026-07-22T04:21:43.557Z | Checking icu_normalizer_data v2.1.1 |
| 1899 | 2026-07-22T04:21:43.588Z | Checking form_urlencoded v1.2.2 |
| 1900 | 2026-07-22T04:21:43.619Z | Checking zerovec v0.11.5 |
| 1901 | 2026-07-22T04:21:43.657Z | Checking zerotrie v0.2.3 |
| 1902 | 2026-07-22T04:21:43.690Z | Checking utf8_iter v1.0.4 |
| 1903 | 2026-07-22T04:21:43.725Z | Checking pin-project-lite v0.2.17 |
| 1904 | 2026-07-22T04:21:43.758Z | Checking num-traits v0.2.19 |
| 1905 | 2026-07-22T04:21:43.792Z | Checking zerocopy v0.8.40 |
| 1906 | 2026-07-22T04:21:43.838Z | Checking parking_lot_core v0.9.12 |
| 1907 | 2026-07-22T04:21:43.868Z | Checking portable-atomic v1.13.1 |
| 1908 | 2026-07-22T04:21:43.903Z | Checking critical-section v1.2.0 |
| 1909 | 2026-07-22T04:21:43.944Z | Checking signal-hook-registry v1.4.8 |
| 1910 | 2026-07-22T04:21:44.024Z | Checking mio v1.2.0 |
| 1911 | 2026-07-22T04:21:44.058Z | Checking parking_lot v0.12.5 |
| 1912 | 2026-07-22T04:21:44.086Z | Checking tinystr v0.8.2 |
| 1913 | 2026-07-22T04:21:44.128Z | Checking potential_utf v0.1.4 |
| 1914 | 2026-07-22T04:21:44.260Z | Checking serde v1.0.228 |
| 1915 | 2026-07-22T04:21:44.261Z | Checking bitflags v2.11.0 |
| 1916 | 2026-07-22T04:21:44.322Z | Checking serde_json v1.0.150 |
| 1917 | 2026-07-22T04:21:44.325Z | Checking icu_locale_core v2.1.1 |
| 1918 | 2026-07-22T04:21:44.348Z | Checking icu_collections v2.1.1 |
| 1919 | 2026-07-22T04:21:44.351Z | Checking once_cell v1.21.3 |
| 1920 | 2026-07-22T04:21:44.442Z | Checking iana-time-zone v0.1.65 |
| 1921 | 2026-07-22T04:21:44.479Z | Checking socket2 v0.6.3 |
| 1922 | 2026-07-22T04:21:44.573Z | Checking uuid v1.23.4 |
| 1923 | 2026-07-22T04:21:44.616Z | Checking semver v1.0.28 |
| 1924 | 2026-07-22T04:21:44.681Z | Checking bytes v1.11.1 |
| 1925 | 2026-07-22T04:21:44.713Z | Checking chrono v0.4.45 |
| 1926 | 2026-07-22T04:21:44.749Z | Checking thiserror v2.0.18 |
| 1927 | 2026-07-22T04:21:44.860Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1928 | 2026-07-22T04:21:44.895Z | Checking dyn-clone v1.0.20 |
| 1929 | 2026-07-22T04:21:44.928Z | Checking futures-core v0.3.32 |
| 1930 | 2026-07-22T04:21:44.932Z | Checking icu_provider v2.1.1 |
| 1931 | 2026-07-22T04:21:44.993Z | Checking getrandom v0.2.17 |
| 1932 | 2026-07-22T04:21:45.024Z | Checking equivalent v1.0.2 |
| 1933 | 2026-07-22T04:21:45.073Z | Checking rustix v1.1.3 |
| 1934 | 2026-07-22T04:21:45.138Z | Checking cmov v0.5.4 |
| 1935 | 2026-07-22T04:21:45.143Z | Checking tokio v1.52.1 |
| 1936 | 2026-07-22T04:21:45.197Z | Checking rand_core v0.6.4 |
| 1937 | 2026-07-22T04:21:45.224Z | Checking icu_properties v2.1.2 |
| 1938 | 2026-07-22T04:21:45.227Z | Checking icu_normalizer v2.1.1 |
| 1939 | 2026-07-22T04:21:45.344Z | Checking ctutils v0.4.2 |
| 1940 | 2026-07-22T04:21:45.404Z | Checking byteorder v1.5.0 |
| 1941 | 2026-07-22T04:21:45.551Z | Checking futures-sink v0.3.32 |
| 1942 | 2026-07-22T04:21:45.582Z | Checking hybrid-array v0.4.13 |
| 1943 | 2026-07-22T04:21:45.615Z | Checking generic-array v0.14.7 |
| 1944 | 2026-07-22T04:21:45.642Z | Checking slab v0.4.12 |
| 1945 | 2026-07-22T04:21:45.688Z | Checking futures-channel v0.3.32 |
| 1946 | 2026-07-22T04:21:45.820Z | Checking futures-io v0.3.32 |
| 1947 | 2026-07-22T04:21:45.894Z | Checking futures-task v0.3.32 |
| 1948 | 2026-07-22T04:21:45.925Z | Checking getrandom v0.3.4 |
| 1949 | 2026-07-22T04:21:45.957Z | Checking hashbrown v0.17.0 |
| 1950 | 2026-07-22T04:21:46.054Z | Checking futures-util v0.3.32 |
| 1951 | 2026-07-22T04:21:46.087Z | Checking thiserror v1.0.69 |
| 1952 | 2026-07-22T04:21:46.091Z | Checking idna_adapter v1.2.1 |
| 1953 | 2026-07-22T04:21:46.091Z | Checking const-oid v0.9.6 |
| 1954 | 2026-07-22T04:21:46.203Z | Checking base64ct v1.8.3 |
| 1955 | 2026-07-22T04:21:46.254Z | Checking idna v1.1.0 |
| 1956 | 2026-07-22T04:21:46.342Z | Checking crypto-common v0.2.2 |
| 1957 | 2026-07-22T04:21:46.444Z | Checking indexmap v2.14.0 |
| 1958 | 2026-07-22T04:21:46.475Z | Checking fnv v1.0.7 |
| 1959 | 2026-07-22T04:21:46.517Z | Checking url v2.5.8 |
| 1960 | 2026-07-22T04:21:46.548Z | Checking ppv-lite86 v0.2.21 |
| 1961 | 2026-07-22T04:21:46.588Z | Checking crypto-common v0.1.7 |
| 1962 | 2026-07-22T04:21:46.733Z | Checking regex-syntax v0.8.10 |
| 1963 | 2026-07-22T04:21:46.835Z | Checking block-buffer v0.12.1 |
| 1964 | 2026-07-22T04:21:46.868Z | Checking block-buffer v0.10.4 |
| 1965 | 2026-07-22T04:21:46.954Z | Checking utf8parse v0.2.2 |
| 1966 | 2026-07-22T04:21:46.991Z | Checking schemars v0.8.22 |
| 1967 | 2026-07-22T04:21:47.022Z | Checking base64 v0.22.1 |
| 1968 | 2026-07-22T04:21:47.054Z | Checking digest v0.10.7 |
| 1969 | 2026-07-22T04:21:47.058Z | Checking anstyle v1.0.14 |
| 1970 | 2026-07-22T04:21:47.112Z | Checking http v1.4.2 |
| 1971 | 2026-07-22T04:21:47.274Z | Checking tracing-core v0.1.36 |
| 1972 | 2026-07-22T04:21:47.306Z | Checking is_terminal_polyfill v1.70.2 |
| 1973 | 2026-07-22T04:21:47.309Z | Checking colorchoice v1.0.4 |
| 1974 | 2026-07-22T04:21:47.440Z | Checking anstyle-query v1.1.5 |
| 1975 | 2026-07-22T04:21:47.465Z | Checking anstyle-parse v1.0.0 |
| 1976 | 2026-07-22T04:21:47.534Z | Checking rand_core v0.9.5 |
| 1977 | 2026-07-22T04:21:47.607Z | Checking tracing v0.1.44 |
| 1978 | 2026-07-22T04:21:47.638Z | Checking terminal_size v0.4.3 |
| 1979 | 2026-07-22T04:21:47.667Z | Checking ipnet v2.11.0 |
| 1980 | 2026-07-22T04:21:47.700Z | Checking const-oid v0.10.2 |
| 1981 | 2026-07-22T04:21:47.731Z | Checking anstream v1.0.0 |
| 1982 | 2026-07-22T04:21:47.769Z | Checking clap_lex v1.0.0 |
| 1983 | 2026-07-22T04:21:47.827Z | Checking strsim v0.11.1 |
| 1984 | 2026-07-22T04:21:47.879Z | Checking aho-corasick v1.1.4 |
| 1985 | 2026-07-22T04:21:47.940Z | Checking rand_chacha v0.9.0 |
| 1986 | 2026-07-22T04:21:47.942Z | Checking crossbeam-utils v0.8.21 |
| 1987 | 2026-07-22T04:21:47.999Z | Checking unicode-ident v1.0.24 |
| 1988 | 2026-07-22T04:21:48.031Z | Checking clap_builder v4.6.0 |
| 1989 | 2026-07-22T04:21:48.034Z | Checking erased-serde v0.3.31 |
| 1990 | 2026-07-22T04:21:48.095Z | Checking httparse v1.10.1 |
| 1991 | 2026-07-22T04:21:48.128Z | Checking proc-macro2 v1.0.106 |
| 1992 | 2026-07-22T04:21:48.159Z | Checking rand v0.9.2 |
| 1993 | 2026-07-22T04:21:48.321Z | Checking cpufeatures v0.3.0 |
| 1994 | 2026-07-22T04:21:48.352Z | Checking powerfmt v0.2.0 |
| 1995 | 2026-07-22T04:21:48.385Z | Checking tokio-util v0.7.18 |
| 1996 | 2026-07-22T04:21:48.417Z | Checking digest v0.11.3 |
| 1997 | 2026-07-22T04:21:48.459Z | Checking slog v2.8.2 |
| 1998 | 2026-07-22T04:21:48.463Z | Checking quote v1.0.45 |
| 1999 | 2026-07-22T04:21:48.519Z | Checking deranged v0.5.8 |
| 2000 | 2026-07-22T04:21:48.578Z | Checking regex-automata v0.4.14 |
| 2001 | 2026-07-22T04:21:48.614Z | Checking num-conv v0.2.0 |
| 2002 | 2026-07-22T04:21:48.647Z | Checking cpufeatures v0.2.17 |
| 2003 | 2026-07-22T04:21:48.681Z | Checking time-core v0.1.8 |
| 2004 | 2026-07-22T04:21:48.737Z | Checking fastrand v2.3.0 |
| 2005 | 2026-07-22T04:21:48.770Z | Checking allocator-api2 v0.2.21 |
| 2006 | 2026-07-22T04:21:48.776Z | Checking num_threads v0.1.7 |
| 2007 | 2026-07-22T04:21:48.835Z | Checking syn v2.0.117 |
| 2008 | 2026-07-22T04:21:48.909Z | Checking anyhow v1.0.102 |
| 2009 | 2026-07-22T04:21:48.942Z | Checking http-body v1.0.1 |
| 2010 | 2026-07-22T04:21:49.008Z | Checking atomic-waker v1.1.2 |
| 2011 | 2026-07-22T04:21:49.077Z | Checking tempfile v3.25.0 |
| 2012 | 2026-07-22T04:21:49.113Z | Checking aws-lc-sys v0.40.0 |
| 2013 | 2026-07-22T04:21:49.139Z | Checking rustls-pki-types v1.14.0 |
| 2014 | 2026-07-22T04:21:49.144Z | Checking httpdate v1.0.3 |
| 2015 | 2026-07-22T04:21:49.272Z | Checking clap v4.6.1 |
| 2016 | 2026-07-22T04:21:49.303Z | Checking untrusted v0.7.1 |
| 2017 | 2026-07-22T04:21:49.341Z | Checking try-lock v0.2.5 |
| 2018 | 2026-07-22T04:21:49.371Z | Checking h2 v0.4.15 |
| 2019 | 2026-07-22T04:21:49.435Z | Checking ipnetwork v0.21.1 |
| 2020 | 2026-07-22T04:21:49.465Z | Checking want v0.3.1 |
| 2021 | 2026-07-22T04:21:49.468Z | Checking time v0.3.47 |
| 2022 | 2026-07-22T04:21:49.468Z | Checking hex v0.4.3 |
| 2023 | 2026-07-22T04:21:49.611Z | Checking tower-layer v0.3.3 |
| 2024 | 2026-07-22T04:21:49.640Z | Checking aws-lc-rs v1.16.3 |
| 2025 | 2026-07-22T04:21:49.671Z | Checking tower-service v0.3.3 |
| 2026 | 2026-07-22T04:21:49.739Z | Checking ryu v1.0.23 |
| 2027 | 2026-07-22T04:21:49.782Z | Checking pem-rfc7468 v0.7.0 |
| 2028 | 2026-07-22T04:21:49.789Z | Checking spin v0.9.8 |
| 2029 | 2026-07-22T04:21:49.894Z | Checking flagset v0.4.7 |
| 2030 | 2026-07-22T04:21:49.966Z | Checking simd-adler32 v0.3.8 |
| 2031 | 2026-07-22T04:21:50.011Z | Checking untrusted v0.9.0 |
| 2032 | 2026-07-22T04:21:50.042Z | Checking der v0.7.10 |
| 2033 | 2026-07-22T04:21:50.140Z | Checking mime v0.3.17 |
| 2034 | 2026-07-22T04:21:50.175Z | Checking adler2 v2.0.1 |
| 2035 | 2026-07-22T04:21:50.304Z | Checking miniz_oxide v0.8.9 |
| 2036 | 2026-07-22T04:21:50.349Z | Checking http-body-util v0.1.3 |
| 2037 | 2026-07-22T04:21:50.425Z | Checking block-padding v0.4.2 |
| 2038 | 2026-07-22T04:21:50.508Z | Checking rustls-webpki v0.103.13 |
| 2039 | 2026-07-22T04:21:50.569Z | Checking inout v0.2.2 |
| 2040 | 2026-07-22T04:21:50.595Z | Checking camino v1.2.2 |
| 2041 | 2026-07-22T04:21:50.669Z | Checking openssl-probe v0.2.1 |
| 2042 | 2026-07-22T04:21:50.700Z | Checking pretty-hex v0.4.1 |
| 2043 | 2026-07-22T04:21:50.735Z | Checking serde_urlencoded v0.7.1 |
| 2044 | 2026-07-22T04:21:50.792Z | Checking rand_chacha v0.3.1 |
| 2045 | 2026-07-22T04:21:50.821Z | Checking encoding_rs v0.8.35 |
| 2046 | 2026-07-22T04:21:50.852Z | Checking plain v0.2.3 |
| 2047 | 2026-07-22T04:21:50.878Z | Checking spki v0.7.3 |
| 2048 | 2026-07-22T04:21:50.929Z | Checking rustls v0.23.41 |
| 2049 | 2026-07-22T04:21:50.960Z | Checking cipher v0.5.2 |
| 2050 | 2026-07-22T04:21:50.988Z | Checking regex v1.12.3 |
| 2051 | 2026-07-22T04:21:51.019Z | Checking rand v0.8.6 |
| 2052 | 2026-07-22T04:21:51.063Z | Checking oxnet v0.1.6 |
| 2053 | 2026-07-22T04:21:51.116Z | Checking ucd-trie v0.1.7 |
| 2054 | 2026-07-22T04:21:51.219Z | Checking crc32fast v1.5.0 |
| 2055 | 2026-07-22T04:21:51.268Z | Checking pest v2.8.6 |
| 2056 | 2026-07-22T04:21:51.301Z | Checking futures-executor v0.3.32 |
| 2057 | 2026-07-22T04:21:51.401Z | Checking sync_wrapper v1.0.2 |
| 2058 | 2026-07-22T04:21:51.407Z | Checking pkcs8 v0.10.2 |
| 2059 | 2026-07-22T04:21:51.526Z | Checking tower v0.5.3 |
| 2060 | 2026-07-22T04:21:51.558Z | Checking futures v0.3.32 |
| 2061 | 2026-07-22T04:21:51.975Z | Checking either v1.15.0 |
| 2062 | 2026-07-22T04:21:51.979Z | Checking iri-string v0.7.10 |
| 2063 | 2026-07-22T04:21:51.979Z | Checking zlib-rs v0.6.2 |
| 2064 | 2026-07-22T04:21:51.979Z | Checking sha2 v0.10.9 |
| 2065 | 2026-07-22T04:21:51.979Z | Checking static_assertions v1.1.0 |
| 2066 | 2026-07-22T04:21:51.979Z | Checking bit-vec v0.8.0 |
| 2067 | 2026-07-22T04:21:51.979Z | Checking foldhash v0.2.0 |
| 2068 | 2026-07-22T04:21:52.077Z | Checking lazy_static v1.5.0 |
| 2069 | 2026-07-22T04:21:52.130Z | Checking hashbrown v0.16.1 |
| 2070 | 2026-07-22T04:21:52.143Z | Checking bit-set v0.8.0 |
| 2071 | 2026-07-22T04:21:52.191Z | Checking openapiv3 v2.2.0 |
| 2072 | 2026-07-22T04:21:52.228Z | Checking hyper v1.10.1 |
| 2073 | 2026-07-22T04:21:52.329Z | Checking wait-timeout v0.2.1 |
| 2074 | 2026-07-22T04:21:52.359Z | Checking hubpack v0.1.2 |
| 2075 | 2026-07-22T04:21:52.450Z | Checking strum v0.26.3 |
| 2076 | 2026-07-22T04:21:52.533Z | Checking quick-error v1.2.3 |
| 2077 | 2026-07-22T04:21:52.589Z | Checking rustls-native-certs v0.8.3 |
| 2078 | 2026-07-22T04:21:52.618Z | Checking flate2 v1.1.9 |
| 2079 | 2026-07-22T04:21:52.651Z | Checking rusty-fork v0.3.1 |
| 2080 | 2026-07-22T04:21:52.682Z | Checking tower-http v0.6.8 |
| 2081 | 2026-07-22T04:21:52.690Z | Checking rand_xorshift v0.4.0 |
| 2082 | 2026-07-22T04:21:52.742Z | Checking signature v2.2.0 |
| 2083 | 2026-07-22T04:21:52.827Z | Checking num-integer v0.1.46 |
| 2084 | 2026-07-22T04:21:52.859Z | Checking tinyvec_macros v0.1.1 |
| 2085 | 2026-07-22T04:21:52.892Z | Checking psl-types v2.0.11 |
| 2086 | 2026-07-22T04:21:52.922Z | Checking unarray v0.1.4 |
| 2087 | 2026-07-22T04:21:52.954Z | Checking tinyvec v1.10.0 |
| 2088 | 2026-07-22T04:21:53.013Z | Checking cookie v0.18.1 |
| 2089 | 2026-07-22T04:21:53.038Z | Checking publicsuffix v2.3.0 |
| 2090 | 2026-07-22T04:21:53.070Z | Checking proptest v1.10.0 |
| 2091 | 2026-07-22T04:21:53.074Z | Checking anstyle-parse v0.2.7 |
| 2092 | 2026-07-22T04:21:53.187Z | Checking hyper-util v0.1.20 |
| 2093 | 2026-07-22T04:21:53.219Z | Checking ahash v0.8.12 |
| 2094 | 2026-07-22T04:21:53.249Z | Checking tokio-rustls v0.26.4 |
| 2095 | 2026-07-22T04:21:53.282Z | Checking rustls-platform-verifier v0.6.2 |
| 2096 | 2026-07-22T04:21:53.285Z | Checking cookie_store v0.22.1 |
| 2097 | 2026-07-22T04:21:53.285Z | Checking serde_spanned v0.6.9 |
| 2098 | 2026-07-22T04:21:53.428Z | Checking toml_datetime v0.6.11 |
| 2099 | 2026-07-22T04:21:53.460Z | Checking scroll v0.13.0 |
| 2100 | 2026-07-22T04:21:53.490Z | Checking anstream v0.6.21 |
| 2101 | 2026-07-22T04:21:53.522Z | Checking memmap2 v0.9.10 |
| 2102 | 2026-07-22T04:21:53.526Z | Checking data-encoding v2.10.0 |
| 2103 | 2026-07-22T04:21:53.644Z | Checking dtrace-parser v0.3.0 |
| 2104 | 2026-07-22T04:21:53.664Z | Checking x509-cert v0.2.5 |
| 2105 | 2026-07-22T04:21:53.703Z | Checking bstr v1.12.1 |
| 2106 | 2026-07-22T04:21:53.706Z | Checking goblin v0.10.5 |
| 2107 | 2026-07-22T04:21:53.706Z | Checking hmac v0.12.1 |
| 2108 | 2026-07-22T04:21:53.834Z | Checking thread-id v5.1.0 |
| 2109 | 2026-07-22T04:21:53.885Z | Checking num-iter v0.1.45 |
| 2110 | 2026-07-22T04:21:53.915Z | Checking crossbeam-epoch v0.9.18 |
| 2111 | 2026-07-22T04:21:53.946Z | Checking memoffset v0.9.1 |
| 2112 | 2026-07-22T04:21:54.015Z | Checking scroll v0.12.0 |
| 2113 | 2026-07-22T04:21:54.054Z | Checking env_filter v1.0.0 |
| 2114 | 2026-07-22T04:21:54.116Z | Checking num-bigint-dig v0.8.6 |
| 2115 | 2026-07-22T04:21:54.158Z | Checking pkcs1 v0.7.5 |
| 2116 | 2026-07-22T04:21:54.213Z | Checking env_logger v0.11.9 |
| 2117 | 2026-07-22T04:21:54.265Z | Checking goblin v0.8.2 |
| 2118 | 2026-07-22T04:21:54.335Z | Checking zerocopy v0.7.35 |
| 2119 | 2026-07-22T04:21:54.383Z | Checking rustix v0.38.44 |
| 2120 | 2026-07-22T04:21:54.422Z | Checking unicode-segmentation v1.12.0 |
| 2121 | 2026-07-22T04:21:54.455Z | Checking hyper-rustls v0.27.7 |
| 2122 | 2026-07-22T04:21:54.682Z | Checking reqwest v0.13.2 |
| 2123 | 2026-07-22T04:21:54.752Z | Checking foreign-types-shared v0.1.1 |
| 2124 | 2026-07-22T04:21:54.840Z | Checking dtrace-parser v0.2.0 |
| 2125 | 2026-07-22T04:21:54.872Z | Checking foreign-types v0.3.2 |
| 2126 | 2026-07-22T04:21:54.901Z | Checking newtype-uuid v1.3.2 |
| 2127 | 2026-07-22T04:21:54.934Z | Checking rsa v0.9.10 |
| 2128 | 2026-07-22T04:21:54.963Z | Checking ff v0.13.1 |
| 2129 | 2026-07-22T04:21:55.098Z | Checking openssl-sys v0.9.115 |
| 2130 | 2026-07-22T04:21:55.132Z | Checking thread-id v4.2.2 |
| 2131 | 2026-07-22T04:21:55.138Z | Checking daft v0.1.7 |
| 2132 | 2026-07-22T04:21:55.190Z | Checking winnow v0.5.40 |
| 2133 | 2026-07-22T04:21:55.232Z | Checking base16ct v0.2.0 |
| 2134 | 2026-07-22T04:21:55.390Z | Checking same-file v1.0.6 |
| 2135 | 2026-07-22T04:21:55.419Z | Checking sec1 v0.7.3 |
| 2136 | 2026-07-22T04:21:55.451Z | Checking group v0.13.0 |
| 2137 | 2026-07-22T04:21:55.487Z | Checking openssl v0.10.79 |
| 2138 | 2026-07-22T04:21:55.526Z | Checking walkdir v2.5.0 |
| 2139 | 2026-07-22T04:21:55.574Z | Checking nix v0.31.2 |
| 2140 | 2026-07-22T04:21:55.616Z | Checking hkdf v0.12.4 |
| 2141 | 2026-07-22T04:21:55.647Z | Checking serde_with v3.21.0 |
| 2142 | 2026-07-22T04:21:55.709Z | Checking crypto-bigint v0.5.5 |
| 2143 | 2026-07-22T04:21:55.770Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2144 | 2026-07-22T04:21:55.878Z | Checking foldhash v0.1.5 |
| 2145 | 2026-07-22T04:21:56.036Z | Checking winnow v0.7.14 |
| 2146 | 2026-07-22T04:21:56.069Z | Checking dof v0.4.0 |
| 2147 | 2026-07-22T04:21:56.174Z | Checking dof v0.3.0 |
| 2148 | 2026-07-22T04:21:56.361Z | Checking toml_edit v0.19.15 |
| 2149 | 2026-07-22T04:21:56.479Z | Checking usdt-impl v0.5.0 |
| 2150 | 2026-07-22T04:21:56.623Z | Checking keccak v0.1.6 |
| 2151 | 2026-07-22T04:21:56.722Z | Checking usdt-impl v0.6.0 |
| 2152 | 2026-07-22T04:21:56.788Z | Checking elliptic-curve v0.13.8 |
| 2153 | 2026-07-22T04:21:56.818Z | Checking sha3 v0.10.8 |
| 2154 | 2026-07-22T04:21:56.822Z | Checking hashbrown v0.15.5 |
| 2155 | 2026-07-22T04:21:57.024Z | Checking usdt v0.6.0 |
| 2156 | 2026-07-22T04:21:57.062Z | Checking bzip2 v0.4.4 |
| 2157 | 2026-07-22T04:21:57.128Z | Checking unicode-normalization v0.1.25 |
| 2158 | 2026-07-22T04:21:57.162Z | Checking itertools v0.13.0 |
| 2159 | 2026-07-22T04:21:57.210Z | Checking winnow v1.0.3 |
| 2160 | 2026-07-22T04:21:57.252Z | Checking siphasher v1.0.2 |
| 2161 | 2026-07-22T04:21:57.255Z | Checking bitflags v1.3.2 |
| 2162 | 2026-07-22T04:21:57.353Z | Checking zip v0.6.6 |
| 2163 | 2026-07-22T04:21:57.446Z | Checking signal-hook v0.3.18 |
| 2164 | 2026-07-22T04:21:57.461Z | Checking toml v0.7.8 |
| 2165 | 2026-07-22T04:21:57.472Z | Checking toml_write v0.1.2 |
| 2166 | 2026-07-22T04:21:57.509Z | Checking native-tls v0.2.18 |
| 2167 | 2026-07-22T04:21:57.580Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2168 | 2026-07-22T04:21:57.618Z | Checking managed v0.8.0 |
| 2169 | 2026-07-22T04:21:57.618Z | Checking globset v0.4.18 |
| 2170 | 2026-07-22T04:21:57.686Z | Checking toml_edit v0.22.27 |
| 2171 | 2026-07-22T04:21:57.734Z | Checking chacha20 v0.10.0 |
| 2172 | 2026-07-22T04:21:57.794Z | Checking tokio-native-tls v0.3.1 |
| 2173 | 2026-07-22T04:21:57.820Z | Checking curve25519-dalek v4.1.3 |
| 2174 | 2026-07-22T04:21:57.820Z | Checking object v0.37.3 |
| 2175 | 2026-07-22T04:21:57.870Z | Checking signal-hook-mio v0.2.5 |
| 2176 | 2026-07-22T04:21:57.910Z | Checking ed25519 v2.2.3 |
| 2177 | 2026-07-22T04:21:57.956Z | Checking hyper-tls v0.6.0 |
| 2178 | 2026-07-22T04:21:57.971Z | Checking ref-cast v1.0.25 |
| 2179 | 2026-07-22T04:21:58.017Z | Checking pin-project v1.1.11 |
| 2180 | 2026-07-22T04:21:58.090Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2181 | 2026-07-22T04:21:58.138Z | Checking pem v3.0.6 |
| 2182 | 2026-07-22T04:21:58.164Z | Checking reqwest v0.12.28 |
| 2183 | 2026-07-22T04:21:58.164Z | Checking libbz2-rs-sys v0.2.2 |
| 2184 | 2026-07-22T04:21:58.231Z | Checking bumpalo v3.20.2 |
| 2185 | 2026-07-22T04:21:58.240Z | Checking zstd-safe v7.2.4 |
| 2186 | 2026-07-22T04:21:58.299Z | Checking fixedbitset v0.5.7 |
| 2187 | 2026-07-22T04:21:58.439Z | Checking zstd v0.13.3 |
| 2188 | 2026-07-22T04:21:58.492Z | Checking zopfli v0.8.3 |
| 2189 | 2026-07-22T04:21:58.538Z | Checking petgraph v0.8.3 |
| 2190 | 2026-07-22T04:21:58.598Z | Checking ed25519-dalek v2.2.0 |
| 2191 | 2026-07-22T04:21:58.626Z | Checking bzip2 v0.6.1 |
| 2192 | 2026-07-22T04:21:58.659Z | Checking snafu v0.8.9 |
| 2193 | 2026-07-22T04:21:58.770Z | Checking crossterm v0.28.1 |
| 2194 | 2026-07-22T04:21:58.810Z | Checking olpc-cjson v0.1.4 |
| 2195 | 2026-07-22T04:21:58.833Z | Checking similar v2.7.0 |
| 2196 | 2026-07-22T04:21:58.866Z | Checking fs-err v3.3.0 |
| 2197 | 2026-07-22T04:21:58.961Z | Checking hash32 v0.2.1 |
| 2198 | 2026-07-22T04:21:58.981Z | Checking serde-big-array v0.5.1 |
| 2199 | 2026-07-22T04:21:58.981Z | Checking serde_plain v1.0.2 |
| 2200 | 2026-07-22T04:21:59.107Z | Checking unicode-properties v0.1.4 |
| 2201 | 2026-07-22T04:21:59.124Z | Checking typed-path v0.9.3 |
| 2202 | 2026-07-22T04:21:59.157Z | Checking unicode-bidi v0.3.18 |
| 2203 | 2026-07-22T04:21:59.187Z | Checking jiff v0.2.21 |
| 2204 | 2026-07-22T04:21:59.227Z | Checking predicates-core v1.0.10 |
| 2205 | 2026-07-22T04:21:59.315Z | Checking heapless v0.7.17 |
| 2206 | 2026-07-22T04:21:59.372Z | Checking hickory-proto v0.25.2 |
| 2207 | 2026-07-22T04:21:59.465Z | Checking stringprep v0.1.5 |
| 2208 | 2026-07-22T04:21:59.510Z | Checking byte-wrapper v0.1.0 |
| 2209 | 2026-07-22T04:21:59.648Z | Checking md-5 v0.10.6 |
| 2210 | 2026-07-22T04:21:59.722Z | Checking float-cmp v0.10.0 |
| 2211 | 2026-07-22T04:21:59.725Z | Checking difflib v0.4.0 |
| 2212 | 2026-07-22T04:21:59.869Z | Checking normalize-line-endings v0.3.0 |
| 2213 | 2026-07-22T04:21:59.882Z | Checking fallible-iterator v0.2.0 |
| 2214 | 2026-07-22T04:21:59.905Z | Checking tough v0.22.0 |
| 2215 | 2026-07-22T04:21:59.937Z | Checking smoltcp v0.9.1 |
| 2216 | 2026-07-22T04:21:59.968Z | Checking predicates v3.1.4 |
| 2217 | 2026-07-22T04:22:00.092Z | Checking iddqd v0.4.2 |
| 2218 | 2026-07-22T04:22:00.127Z | Checking phf_shared v0.11.3 |
| 2219 | 2026-07-22T04:22:00.171Z | Checking postgres-protocol v0.6.10 |
| 2220 | 2026-07-22T04:22:00.288Z | Checking phf_shared v0.13.1 |
| 2221 | 2026-07-22T04:22:00.291Z | Checking tokio-stream v0.1.18 |
| 2222 | 2026-07-22T04:22:00.510Z | Checking buf-list v1.1.2 |
| 2223 | 2026-07-22T04:22:00.513Z | Checking strum v0.27.2 |
| 2224 | 2026-07-22T04:22:00.571Z | Checking fixedbitset v0.4.2 |
| 2225 | 2026-07-22T04:22:00.673Z | Checking new_debug_unreachable v1.0.6 |
| 2226 | 2026-07-22T04:22:00.747Z | Checking precomputed-hash v0.1.1 |
| 2227 | 2026-07-22T04:22:00.758Z | Checking lalrpop-util v0.19.12 |
| 2228 | 2026-07-22T04:22:00.781Z | Checking petgraph v0.6.5 |
| 2229 | 2026-07-22T04:22:00.784Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2230 | 2026-07-22T04:22:00.850Z | Checking string_cache v0.8.9 |
| 2231 | 2026-07-22T04:22:00.944Z | Checking phf v0.13.1 |
| 2232 | 2026-07-22T04:22:01.028Z | Checking postgres-types v0.2.12 |
| 2233 | 2026-07-22T04:22:01.072Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2234 | 2026-07-22T04:22:01.110Z | Checking peg-runtime v0.8.5 |
| 2235 | 2026-07-22T04:22:01.275Z | Checking whoami v2.1.0 |
| 2236 | 2026-07-22T04:22:01.367Z | Checking is-terminal v0.4.17 |
| 2237 | 2026-07-22T04:22:01.455Z | Checking zip v4.6.1 |
| 2238 | 2026-07-22T04:22:01.509Z | Checking crossbeam-channel v0.5.15 |
| 2239 | 2026-07-22T04:22:01.542Z | Checking thread_local v1.1.9 |
| 2240 | 2026-07-22T04:22:01.543Z | Checking tokio-postgres v0.7.16 |
| 2241 | 2026-07-22T04:22:01.708Z | Compiling structmeta-derive v0.3.0 |
| 2242 | 2026-07-22T04:22:01.833Z | Checking take_mut v0.2.2 |
| 2243 | 2026-07-22T04:22:01.936Z | Checking term v1.2.1 |
| 2244 | 2026-07-22T04:22:01.981Z | Checking slog-async v2.8.0 |
| 2245 | 2026-07-22T04:22:02.031Z | Compiling newtype-uuid-macros v0.1.0 |
| 2246 | 2026-07-22T04:22:02.077Z | Compiling multer v3.1.0 |
| 2247 | 2026-07-22T04:22:02.173Z | Compiling async-stream-impl v0.3.6 |
| 2248 | 2026-07-22T04:22:02.217Z | Checking slog-term v2.9.2 |
| 2249 | 2026-07-22T04:22:02.247Z | Checking match_cfg v0.1.0 |
| 2250 | 2026-07-22T04:22:02.325Z | Checking hostname v0.3.1 |
| 2251 | 2026-07-22T04:22:02.385Z | Checking slog-json v2.6.1 |
| 2252 | 2026-07-22T04:22:02.452Z | Compiling dropshot v0.17.1 |
| 2253 | 2026-07-22T04:22:02.493Z | Compiling dropshot_endpoint v0.17.1 |
| 2254 | 2026-07-22T04:22:02.603Z | Checking slog-bunyan v2.5.0 |
| 2255 | 2026-07-22T04:22:02.706Z | Checking debug-ignore v1.0.5 |
| 2256 | 2026-07-22T04:22:02.746Z | Checking sha1 v0.11.0 |
| 2257 | 2026-07-22T04:22:02.785Z | Checking serde_spanned v1.1.1 |
| 2258 | 2026-07-22T04:22:02.817Z | Compiling structmeta v0.3.0 |
| 2259 | 2026-07-22T04:22:02.825Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2260 | 2026-07-22T04:22:02.883Z | Checking serde_path_to_error v0.1.20 |
| 2261 | 2026-07-22T04:22:02.888Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2262 | 2026-07-22T04:22:02.936Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2263 | 2026-07-22T04:22:02.968Z | Checking compression-core v0.4.31 |
| 2264 | 2026-07-22T04:22:03.049Z | Compiling derive-ex v0.1.8 |
| 2265 | 2026-07-22T04:22:03.118Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2266 | 2026-07-22T04:22:03.152Z | Checking compression-codecs v0.4.37 |
| 2267 | 2026-07-22T04:22:03.206Z | Checking progenitor-client v0.14.0 |
| 2268 | 2026-07-22T04:22:03.279Z | Checking async-stream v0.3.6 |
| 2269 | 2026-07-22T04:22:03.317Z | Checking toml v1.1.2+spec-1.1.0 |
| 2270 | 2026-07-22T04:22:03.378Z | Checking rustls-pemfile v2.2.0 |
| 2271 | 2026-07-22T04:22:03.388Z | Checking async-compression v0.4.41 |
| 2272 | 2026-07-22T04:22:03.432Z | Checking waitgroup v0.1.2 |
| 2273 | 2026-07-22T04:22:03.464Z | Checking hostname v0.4.2 |
| 2274 | 2026-07-22T04:22:03.538Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2275 | 2026-07-22T04:22:03.567Z | Checking atomicwrites v0.4.4 |
| 2276 | 2026-07-22T04:22:03.597Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2277 | 2026-07-22T04:22:03.600Z | Checking itertools v0.14.0 |
| 2278 | 2026-07-22T04:22:03.668Z | Compiling parse-display-derive v0.10.0 |
| 2279 | 2026-07-22T04:22:03.671Z | Checking macaddr v1.0.1 |
| 2280 | 2026-07-22T04:22:03.730Z | Checking regress v0.10.5 |
| 2281 | 2026-07-22T04:22:03.763Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2282 | 2026-07-22T04:22:03.916Z | Checking instant v0.1.13 |
| 2283 | 2026-07-22T04:22:03.932Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2284 | 2026-07-22T04:22:04.051Z | Checking backoff v0.4.0 |
| 2285 | 2026-07-22T04:22:04.203Z | Checking backon v1.6.0 |
| 2286 | 2026-07-22T04:22:04.249Z | Checking humantime v2.3.0 |
| 2287 | 2026-07-22T04:22:04.268Z | Checking unicode-width v0.2.0 |
| 2288 | 2026-07-22T04:22:04.390Z | Checking progenitor-extras v0.2.0 |
| 2289 | 2026-07-22T04:22:04.477Z | Compiling convert_case v0.4.0 |
| 2290 | 2026-07-22T04:22:04.543Z | Checking half v2.7.1 |
| 2291 | 2026-07-22T04:22:04.648Z | Checking heck v0.5.0 |
| 2292 | 2026-07-22T04:22:04.729Z | Checking ciborium-io v0.2.2 |
| 2293 | 2026-07-22T04:22:04.813Z | Compiling test-strategy v0.4.5 |
| 2294 | 2026-07-22T04:22:04.894Z | Checking secrecy v0.10.3 |
| 2295 | 2026-07-22T04:22:04.894Z | Checking indent_write v2.2.0 |
| 2296 | 2026-07-22T04:22:04.926Z | Checking ciborium-ll v0.2.2 |
| 2297 | 2026-07-22T04:22:04.927Z | Compiling derive_more v0.99.20 |
| 2298 | 2026-07-22T04:22:04.960Z | Checking camino-tempfile v1.4.1 |
| 2299 | 2026-07-22T04:22:04.991Z | Compiling regress v0.11.1 |
| 2300 | 2026-07-22T04:22:05.074Z | Checking ciborium v0.2.2 |
| 2301 | 2026-07-22T04:22:05.133Z | Compiling crucible-workspace-hack v0.1.0 |
| 2302 | 2026-07-22T04:22:05.187Z | Checking inout v0.1.4 |
| 2303 | 2026-07-22T04:22:05.400Z | Checking cipher v0.4.4 |
| 2304 | 2026-07-22T04:22:05.440Z | Checking parse-display v0.10.0 |
| 2305 | 2026-07-22T04:22:05.500Z | Checking universal-hash v0.5.1 |
| 2306 | 2026-07-22T04:22:05.608Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2307 | 2026-07-22T04:22:05.631Z | Checking opaque-debug v0.3.1 |
| 2308 | 2026-07-22T04:22:05.631Z | Checking chacha20 v0.9.1 |
| 2309 | 2026-07-22T04:22:05.656Z | Checking poly1305 v0.8.0 |
| 2310 | 2026-07-22T04:22:05.846Z | Checking blake2 v0.10.6 |
| 2311 | 2026-07-22T04:22:05.946Z | Checking aead v0.5.2 |
| 2312 | 2026-07-22T04:22:06.067Z | Checking password-hash v0.5.0 |
| 2313 | 2026-07-22T04:22:06.123Z | Checking chacha20poly1305 v0.10.1 |
| 2314 | 2026-07-22T04:22:06.306Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2315 | 2026-07-22T04:22:06.582Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2316 | 2026-07-22T04:22:06.582Z | Checking argon2 v0.5.3 |
| 2317 | 2026-07-22T04:22:06.582Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2318 | 2026-07-22T04:22:06.694Z | Compiling typify-impl v0.6.2 |
| 2319 | 2026-07-22T04:22:06.694Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2320 | 2026-07-22T04:22:06.713Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2321 | 2026-07-22T04:22:06.762Z | Checking thiserror-no-std v2.0.2 |
| 2322 | 2026-07-22T04:22:06.825Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2323 | 2026-07-22T04:22:06.862Z | Checking vsss-rs v3.3.4 |
| 2324 | 2026-07-22T04:22:07.076Z | Compiling unsafe-libyaml v0.2.11 |
| 2325 | 2026-07-22T04:22:07.103Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2326 | 2026-07-22T04:22:07.516Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2327 | 2026-07-22T04:22:07.825Z | Compiling serde_yaml v0.9.34+deprecated |
| 2328 | 2026-07-22T04:22:08.082Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2329 | 2026-07-22T04:22:08.238Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2330 | 2026-07-22T04:22:08.298Z | Checking swrite v0.1.0 |
| 2331 | 2026-07-22T04:22:08.356Z | Checking crossbeam-deque v0.8.6 |
| 2332 | 2026-07-22T04:22:08.395Z | Compiling rayon-core v1.13.0 |
| 2333 | 2026-07-22T04:22:08.467Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2334 | 2026-07-22T04:22:08.581Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2335 | 2026-07-22T04:22:08.705Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2336 | 2026-07-22T04:22:08.737Z | Compiling darling_core v0.21.3 |
| 2337 | 2026-07-22T04:22:09.023Z | Compiling proc-macro-error v1.0.4 |
| 2338 | 2026-07-22T04:22:09.237Z | Checking rayon v1.11.0 |
| 2339 | 2026-07-22T04:22:09.291Z | Compiling proc-macro-crate v3.4.0 |
| 2340 | 2026-07-22T04:22:09.326Z | Checking toml v0.8.23 |
| 2341 | 2026-07-22T04:22:09.673Z | Checking tabwriter v1.4.1 |
| 2342 | 2026-07-22T04:22:09.769Z | Checking glob v0.3.3 |
| 2343 | 2026-07-22T04:22:09.802Z | Compiling heapless v0.8.0 |
| 2344 | 2026-07-22T04:22:09.840Z | Checking colored v3.1.1 |
| 2345 | 2026-07-22T04:22:09.872Z | Compiling num_enum_derive v0.7.6 |
| 2346 | 2026-07-22T04:22:09.973Z | Checking hash32 v0.3.1 |
| 2347 | 2026-07-22T04:22:10.066Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2348 | 2026-07-22T04:22:10.123Z | Compiling smoltcp v0.11.0 |
| 2349 | 2026-07-22T04:22:10.384Z | Checking cobs v0.3.0 |
| 2350 | 2026-07-22T04:22:10.417Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2351 | 2026-07-22T04:22:10.545Z | Compiling usdt-attr-macro v0.5.0 |
| 2352 | 2026-07-22T04:22:10.576Z | Compiling usdt-macro v0.5.0 |
| 2353 | 2026-07-22T04:22:10.713Z | Checking memmap v0.7.0 |
| 2354 | 2026-07-22T04:22:10.750Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2355 | 2026-07-22T04:22:10.935Z | Checking num_enum v0.7.6 |
| 2356 | 2026-07-22T04:22:11.022Z | Checking postcard v1.1.3 |
| 2357 | 2026-07-22T04:22:11.075Z | Checking rand v0.10.1 |
| 2358 | 2026-07-22T04:22:11.160Z | Compiling typify-macro v0.6.2 |
| 2359 | 2026-07-22T04:22:11.227Z | Compiling darling_macro v0.21.3 |
| 2360 | 2026-07-22T04:22:11.330Z | Compiling proc-macro-crate v1.3.1 |
| 2361 | 2026-07-22T04:22:11.334Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2362 | 2026-07-22T04:22:11.388Z | Checking usdt v0.5.0 |
| 2363 | 2026-07-22T04:22:11.576Z | Checking sigpipe v0.1.3 |
| 2364 | 2026-07-22T04:22:11.610Z | Compiling foreign-types-macros v0.2.3 |
| 2365 | 2026-07-22T04:22:11.615Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2366 | 2026-07-22T04:22:11.686Z | Checking foreign-types-shared v0.3.1 |
| 2367 | 2026-07-22T04:22:11.747Z | Compiling darling v0.21.3 |
| 2368 | 2026-07-22T04:22:11.778Z | Compiling num_enum_derive v0.5.11 |
| 2369 | 2026-07-22T04:22:11.858Z | Compiling ingot-macros v0.1.1 |
| 2370 | 2026-07-22T04:22:12.074Z | Checking cstr-argument v0.1.2 |
| 2371 | 2026-07-22T04:22:12.098Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2372 | 2026-07-22T04:22:12.100Z | Compiling num-derive v0.4.2 |
| 2373 | 2026-07-22T04:22:12.157Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2374 | 2026-07-22T04:22:12.268Z | Checking foreign-types v0.5.0 |
| 2375 | 2026-07-22T04:22:12.371Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2376 | 2026-07-22T04:22:12.561Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2377 | 2026-07-22T04:22:12.638Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2378 | 2026-07-22T04:22:12.641Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2379 | 2026-07-22T04:22:12.697Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2380 | 2026-07-22T04:22:12.842Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2381 | 2026-07-22T04:22:12.873Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2382 | 2026-07-22T04:22:12.902Z | Checking num_enum v0.5.11 |
| 2383 | 2026-07-22T04:22:12.960Z | Compiling typify v0.6.2 |
| 2384 | 2026-07-22T04:22:13.034Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2385 | 2026-07-22T04:22:13.089Z | Compiling progenitor-impl v0.14.0 |
| 2386 | 2026-07-22T04:22:13.120Z | Compiling zone_cfg_derive v0.3.1 |
| 2387 | 2026-07-22T04:22:13.227Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bf8c4b23210cdb59a04edb16db2221bd93f20e9d#bf8c4b23) |
| 2388 | 2026-07-22T04:22:13.266Z | Checking itertools v0.12.1 |
| 2389 | 2026-07-22T04:22:13.417Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2390 | 2026-07-22T04:22:13.688Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bf8c4b23210cdb59a04edb16db2221bd93f20e9d#bf8c4b23) |
| 2391 | 2026-07-22T04:22:13.796Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2392 | 2026-07-22T04:22:13.866Z | Checking smf v0.2.3 |
| 2393 | 2026-07-22T04:22:13.941Z | Checking whoami v1.6.1 |
| 2394 | 2026-07-22T04:22:14.037Z | Compiling derive-where v1.6.0 |
| 2395 | 2026-07-22T04:22:14.082Z | Checking tokio-dtrace v0.1.1 |
| 2396 | 2026-07-22T04:22:14.120Z | Checking console v0.15.11 |
| 2397 | 2026-07-22T04:22:14.150Z | Checking newline-converter v0.3.0 |
| 2398 | 2026-07-22T04:22:14.280Z | Checking bytecount v0.6.9 |
| 2399 | 2026-07-22T04:22:14.311Z | Checking oxide-tokio-rt v0.1.4 |
| 2400 | 2026-07-22T04:22:14.314Z | Checking zone v0.3.1 |
| 2401 | 2026-07-22T04:22:14.407Z | Checking unicode-width v0.1.14 |
| 2402 | 2026-07-22T04:22:14.412Z | Checking expectorate v1.2.0 |
| 2403 | 2026-07-22T04:22:14.529Z | Checking num-rational v0.4.2 |
| 2404 | 2026-07-22T04:22:14.588Z | Checking num-complex v0.4.6 |
| 2405 | 2026-07-22T04:22:14.682Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2406 | 2026-07-22T04:22:14.712Z | Checking float-ord v0.3.2 |
| 2407 | 2026-07-22T04:22:14.747Z | Checking ingot-types v0.1.2 |
| 2408 | 2026-07-22T04:22:14.826Z | Compiling cancel-safe-futures v0.1.5 |
| 2409 | 2026-07-22T04:22:14.856Z | Checking linear-map v1.2.0 |
| 2410 | 2026-07-22T04:22:14.947Z | Checking num v0.4.3 |
| 2411 | 2026-07-22T04:22:15.045Z | Checking gethostname v0.5.0 |
| 2412 | 2026-07-22T04:22:15.075Z | Compiling prettyplease v0.2.37 |
| 2413 | 2026-07-22T04:22:15.134Z | Checking ingot v0.1.1 |
| 2414 | 2026-07-22T04:22:15.164Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2415 | 2026-07-22T04:22:15.372Z | Checking oxide-update-engine-types v0.1.2 |
| 2416 | 2026-07-22T04:22:15.414Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2417 | 2026-07-22T04:22:15.598Z | Compiling owo-colors v4.3.0 |
| 2418 | 2026-07-22T04:22:15.655Z | Checking resolv-conf v0.7.6 |
| 2419 | 2026-07-22T04:22:15.698Z | Compiling progenitor-macro v0.14.0 |
| 2420 | 2026-07-22T04:22:15.853Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2421 | 2026-07-22T04:22:16.290Z | Checking oxide-update-engine v0.1.2 |
| 2422 | 2026-07-22T04:22:16.495Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2423 | 2026-07-22T04:22:16.596Z | Checking smawk v0.3.2 |
| 2424 | 2026-07-22T04:22:16.702Z | Checking unicode-linebreak v0.1.5 |
| 2425 | 2026-07-22T04:22:16.735Z | Checking papergrid v0.11.0 |
| 2426 | 2026-07-22T04:22:16.764Z | Compiling tabled_derive v0.7.0 |
| 2427 | 2026-07-22T04:22:16.793Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2428 | 2026-07-22T04:22:16.940Z | Compiling convert_case v0.10.0 |
| 2429 | 2026-07-22T04:22:17.279Z | Compiling slog-dtrace v0.3.0 |
| 2430 | 2026-07-22T04:22:17.282Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2431 | 2026-07-22T04:22:17.422Z | Compiling derive_more-impl v2.1.1 |
| 2432 | 2026-07-22T04:22:17.620Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2433 | 2026-07-22T04:22:17.695Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2434 | 2026-07-22T04:22:17.798Z | Checking tabled v0.15.0 |
| 2435 | 2026-07-22T04:22:17.992Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2436 | 2026-07-22T04:22:18.293Z | Checking derive_more v2.1.1 |
| 2437 | 2026-07-22T04:22:18.557Z | Checking crossterm v0.29.0 |
| 2438 | 2026-07-22T04:22:18.618Z | Checking linked-hash-map v0.5.6 |
| 2439 | 2026-07-22T04:22:18.888Z | Checking lru-cache v0.1.2 |
| 2440 | 2026-07-22T04:22:19.100Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2441 | 2026-07-22T04:22:19.239Z | Checking hickory-proto v0.24.4 |
| 2442 | 2026-07-22T04:22:19.326Z | Checking fd-lock v4.0.4 |
| 2443 | 2026-07-22T04:22:19.417Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2444 | 2026-07-22T04:22:19.906Z | Checking vte v0.14.1 |
| 2445 | 2026-07-22T04:22:20.225Z | Checking display-error-chain v0.2.2 |
| 2446 | 2026-07-22T04:22:20.314Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2447 | 2026-07-22T04:22:20.374Z | Checking strip-ansi-escapes v0.2.1 |
| 2448 | 2026-07-22T04:22:20.618Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2449 | 2026-07-22T04:22:20.730Z | Checking progenitor v0.14.0 |
| 2450 | 2026-07-22T04:22:20.842Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2451 | 2026-07-22T04:22:21.363Z | Checking nu-ansi-term v0.50.3 |
| 2452 | 2026-07-22T04:22:21.535Z | Checking termtree v0.5.1 |
| 2453 | 2026-07-22T04:22:21.630Z | Checking reedline v0.40.0 |
| 2454 | 2026-07-22T04:22:21.693Z | Checking hickory-resolver v0.24.4 |
| 2455 | 2026-07-22T04:22:21.693Z | Checking textwrap v0.16.2 |
| 2456 | 2026-07-22T04:22:21.908Z | Compiling minimal-lexical v0.2.1 |
| 2457 | 2026-07-22T04:22:21.987Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2458 | 2026-07-22T04:22:22.217Z | Compiling nom v7.1.3 |
| 2459 | 2026-07-22T04:22:22.376Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2460 | 2026-07-22T04:22:22.453Z | Checking qorb v0.4.1 |
| 2461 | 2026-07-22T04:22:22.553Z | Compiling unicode-xid v0.2.6 |
| 2462 | 2026-07-22T04:22:22.643Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2463 | 2026-07-22T04:22:22.957Z | Compiling ar_archive_writer v0.5.1 |
| 2464 | 2026-07-22T04:22:23.224Z | Checking csv-core v0.1.13 |
| 2465 | 2026-07-22T04:22:23.271Z | Compiling stacker v0.1.23 |
| 2466 | 2026-07-22T04:22:23.489Z | Checking csv v1.4.0 |
| 2467 | 2026-07-22T04:22:23.537Z | Checking highway v1.3.0 |
| 2468 | 2026-07-22T04:22:23.752Z | Compiling cfg_aliases v0.1.1 |
| 2469 | 2026-07-22T04:22:23.765Z | Compiling semver v0.1.20 |
| 2470 | 2026-07-22T04:22:23.765Z | Compiling nix v0.28.0 |
| 2471 | 2026-07-22T04:22:23.840Z | Compiling psm v0.1.30 |
| 2472 | 2026-07-22T04:22:23.848Z | Compiling rustc_version v0.1.7 |
| 2473 | 2026-07-22T04:22:23.884Z | Checking nibble_vec v0.1.0 |
| 2474 | 2026-07-22T04:22:23.940Z | Checking endian-type v0.1.2 |
| 2475 | 2026-07-22T04:22:24.054Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2476 | 2026-07-22T04:22:24.140Z | Checking radix_trie v0.2.1 |
| 2477 | 2026-07-22T04:22:24.162Z | Compiling newtype_derive v0.1.6 |
| 2478 | 2026-07-22T04:22:24.162Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2479 | 2026-07-22T04:22:24.174Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2480 | 2026-07-22T04:22:24.339Z | Checking phf_shared v0.12.1 |
| 2481 | 2026-07-22T04:22:24.350Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2482 | 2026-07-22T04:22:24.496Z | Compiling chrono-tz v0.10.4 |
| 2483 | 2026-07-22T04:22:24.570Z | Checking phf v0.12.1 |
| 2484 | 2026-07-22T04:22:24.775Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2485 | 2026-07-22T04:22:24.778Z | Compiling const_format_proc_macros v0.2.34 |
| 2486 | 2026-07-22T04:22:24.778Z | Checking recursive v0.1.1 |
| 2487 | 2026-07-22T04:22:24.831Z | Compiling peg-macros v0.8.5 |
| 2488 | 2026-07-22T04:22:24.920Z | Checking nom v8.0.0 |
| 2489 | 2026-07-22T04:22:24.996Z | Checking winnow v0.6.26 |
| 2490 | 2026-07-22T04:22:25.312Z | Compiling sqlparser_derive v0.5.0 |
| 2491 | 2026-07-22T04:22:25.707Z | Checking unicode_categories v0.1.1 |
| 2492 | 2026-07-22T04:22:25.846Z | Checking home v0.5.12 |
| 2493 | 2026-07-22T04:22:25.882Z | Checking const_format v0.2.35 |
| 2494 | 2026-07-22T04:22:25.978Z | Checking rustyline v14.0.0 |
| 2495 | 2026-07-22T04:22:26.101Z | Checking sqlparser v0.61.0 |
| 2496 | 2026-07-22T04:22:26.168Z | Checking sqlformat v0.3.5 |
| 2497 | 2026-07-22T04:22:26.244Z | Checking peg v0.8.5 |
| 2498 | 2026-07-22T04:22:26.448Z | Checking bcs v0.1.6 |
| 2499 | 2026-07-22T04:22:26.630Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2500 | 2026-07-22T04:22:26.687Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2501 | 2026-07-22T04:22:26.718Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2502 | 2026-07-22T04:22:26.726Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2503 | 2026-07-22T04:22:26.879Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2504 | 2026-07-22T04:22:26.946Z | Checking steno v0.4.1 |
| 2505 | 2026-07-22T04:22:27.023Z | Checking sha1 v0.10.6 |
| 2506 | 2026-07-22T04:22:27.217Z | Checking filetime v0.2.27 |
| 2507 | 2026-07-22T04:22:27.247Z | Checking xattr v1.6.1 |
| 2508 | 2026-07-22T04:22:27.378Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2509 | 2026-07-22T04:22:27.408Z | Checking tar v0.4.46 |
| 2510 | 2026-07-22T04:22:27.733Z | Checking base64 v0.21.7 |
| 2511 | 2026-07-22T04:22:27.823Z | Checking subprocess v0.2.15 |
| 2512 | 2026-07-22T04:22:27.993Z | Checking headers-core v0.3.0 |
| 2513 | 2026-07-22T04:22:28.022Z | Checking yasna v0.5.2 |
| 2514 | 2026-07-22T04:22:28.125Z | Checking headers v0.4.1 |
| 2515 | 2026-07-22T04:22:28.157Z | Checking port-file v0.1.0 |
| 2516 | 2026-07-22T04:22:28.358Z | Checking dropshot-api-manager-types v0.7.2 |
| 2517 | 2026-07-22T04:22:28.427Z | Checking rcgen v0.12.1 |
| 2518 | 2026-07-22T04:22:28.550Z | Checking tagptr v0.2.0 |
| 2519 | 2026-07-22T04:22:28.608Z | Checking utf-8 v0.7.6 |
| 2520 | 2026-07-22T04:22:28.719Z | Checking moka v0.12.13 |
| 2521 | 2026-07-22T04:22:28.772Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2522 | 2026-07-22T04:22:28.797Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2523 | 2026-07-22T04:22:28.943Z | Checking tungstenite v0.21.0 |
| 2524 | 2026-07-22T04:22:29.184Z | Compiling radium v0.7.0 |
| 2525 | 2026-07-22T04:22:29.273Z | Compiling maybe-uninit v2.0.0 |
| 2526 | 2026-07-22T04:22:29.377Z | Checking tokio-tungstenite v0.21.0 |
| 2527 | 2026-07-22T04:22:29.380Z | Checking hickory-resolver v0.25.2 |
| 2528 | 2026-07-22T04:22:29.523Z | Checking tap v1.0.1 |
| 2529 | 2026-07-22T04:22:29.652Z | Compiling libefi-sys v0.1.0 |
| 2530 | 2026-07-22T04:22:29.681Z | Checking wyz v0.5.1 |
| 2531 | 2026-07-22T04:22:30.011Z | Compiling bitfield-struct v0.6.2 |
| 2532 | 2026-07-22T04:22:30.142Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2533 | 2026-07-22T04:22:30.182Z | Compiling zerocopy-derive v0.6.6 |
| 2534 | 2026-07-22T04:22:30.628Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2535 | 2026-07-22T04:22:30.659Z | Compiling packed_struct v0.10.1 |
| 2536 | 2026-07-22T04:22:30.689Z | Checking funty v2.0.0 |
| 2537 | 2026-07-22T04:22:30.692Z | Checking crc-catalog v2.4.0 |
| 2538 | 2026-07-22T04:22:30.833Z | Checking crc v3.4.0 |
| 2539 | 2026-07-22T04:22:30.904Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2540 | 2026-07-22T04:22:30.986Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2541 | 2026-07-22T04:22:31.016Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2542 | 2026-07-22T04:22:31.046Z | Checking bitvec v1.0.1 |
| 2543 | 2026-07-22T04:22:31.103Z | Checking zerocopy v0.6.6 |
| 2544 | 2026-07-22T04:22:31.162Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2545 | 2026-07-22T04:22:31.191Z | Compiling packed_struct_codegen v0.10.1 |
| 2546 | 2026-07-22T04:22:31.332Z | Compiling bitfield-macros v0.19.4 |
| 2547 | 2026-07-22T04:22:31.412Z | Compiling indexmap v1.9.3 |
| 2548 | 2026-07-22T04:22:31.440Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2549 | 2026-07-22T04:22:31.656Z | Checking nodrop v0.1.14 |
| 2550 | 2026-07-22T04:22:31.761Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2551 | 2026-07-22T04:22:31.864Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2552 | 2026-07-22T04:22:32.093Z | Checking bitfield v0.19.4 |
| 2553 | 2026-07-22T04:22:32.153Z | Checking array-init v0.0.4 |
| 2554 | 2026-07-22T04:22:32.342Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2555 | 2026-07-22T04:22:32.387Z | Checking smallvec v0.6.14 |
| 2556 | 2026-07-22T04:22:32.480Z | Checking hashbrown v0.12.3 |
| 2557 | 2026-07-22T04:22:32.513Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2558 | 2026-07-22T04:22:32.606Z | Checking serde-hex v0.1.0 |
| 2559 | 2026-07-22T04:22:32.695Z | Checking ron v0.8.1 |
| 2560 | 2026-07-22T04:22:32.949Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2561 | 2026-07-22T04:22:33.233Z | Checking hashbrown v0.13.2 |
| 2562 | 2026-07-22T04:22:33.263Z | Checking crc-any v2.5.0 |
| 2563 | 2026-07-22T04:22:33.465Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2564 | 2026-07-22T04:22:33.530Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2565 | 2026-07-22T04:22:33.656Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2566 | 2026-07-22T04:22:33.692Z | Checking object v0.30.4 |
| 2567 | 2026-07-22T04:22:34.115Z | Checking path-slash v0.1.5 |
| 2568 | 2026-07-22T04:22:34.190Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2569 | 2026-07-22T04:22:34.243Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2570 | 2026-07-22T04:22:34.273Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2571 | 2026-07-22T04:22:34.444Z | Compiling xshell-macros v0.2.7 |
| 2572 | 2026-07-22T04:22:34.697Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2573 | 2026-07-22T04:22:34.866Z | Checking xshell v0.2.7 |
| 2574 | 2026-07-22T04:22:35.102Z | Checking half v1.8.3 |
| 2575 | 2026-07-22T04:22:35.105Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2576 | 2026-07-22T04:22:35.234Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2577 | 2026-07-22T04:22:35.324Z | Checking serde_cbor v0.11.2 |
| 2578 | 2026-07-22T04:22:35.470Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2579 | 2026-07-22T04:22:35.728Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2580 | 2026-07-22T04:22:35.799Z | Compiling num-derive v0.3.3 |
| 2581 | 2026-07-22T04:22:35.906Z | Compiling proc-macro-error2 v2.0.1 |
| 2582 | 2026-07-22T04:22:35.938Z | Checking maplit v1.0.2 |
| 2583 | 2026-07-22T04:22:35.941Z | Checking papergrid v0.17.0 |
| 2584 | 2026-07-22T04:22:36.044Z | Checking testing_table v0.3.0 |
| 2585 | 2026-07-22T04:22:36.164Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2586 | 2026-07-22T04:22:36.238Z | Compiling tabled_derive v0.11.0 |
| 2587 | 2026-07-22T04:22:36.561Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2588 | 2026-07-22T04:22:36.626Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2589 | 2026-07-22T04:22:36.726Z | Checking libscf-sys v1.1.0 |
| 2590 | 2026-07-22T04:22:36.794Z | Compiling progenitor-impl v0.13.0 |
| 2591 | 2026-07-22T04:22:36.880Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2592 | 2026-07-22T04:22:37.110Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2593 | 2026-07-22T04:22:37.140Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2594 | 2026-07-22T04:22:37.448Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2595 | 2026-07-22T04:22:37.479Z | Checking tabled v0.20.0 |
| 2596 | 2026-07-22T04:22:37.672Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2597 | 2026-07-22T04:22:37.903Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2598 | 2026-07-22T04:22:38.079Z | Checking progenitor-client v0.13.0 |
| 2599 | 2026-07-22T04:22:38.351Z | Checking crc8 v0.1.1 |
| 2600 | 2026-07-22T04:22:38.474Z | Checking unicase v2.9.0 |
| 2601 | 2026-07-22T04:22:38.658Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2602 | 2026-07-22T04:22:38.760Z | Checking fxhash v0.2.1 |
| 2603 | 2026-07-22T04:22:38.907Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2604 | 2026-07-22T04:22:38.961Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2605 | 2026-07-22T04:22:39.393Z | Compiling vergen-lib v0.1.6 |
| 2606 | 2026-07-22T04:22:39.424Z | Compiling diesel_derives v2.3.7 |
| 2607 | 2026-07-22T04:22:39.460Z | Compiling progenitor-macro v0.13.0 |
| 2608 | 2026-07-22T04:22:39.548Z | Compiling dsl_auto_type v0.2.0 |
| 2609 | 2026-07-22T04:22:39.617Z | Checking scheduled-thread-pool v0.2.7 |
| 2610 | 2026-07-22T04:22:39.703Z | Compiling vergen-gitcl v1.0.8 |
| 2611 | 2026-07-22T04:22:39.742Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2612 | 2026-07-22T04:22:39.813Z | Checking r2d2 v0.8.10 |
| 2613 | 2026-07-22T04:22:39.903Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2614 | 2026-07-22T04:22:39.968Z | Checking downcast-rs v2.0.2 |
| 2615 | 2026-07-22T04:22:40.007Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2616 | 2026-07-22T04:22:40.036Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2617 | 2026-07-22T04:22:40.265Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2618 | 2026-07-22T04:22:40.335Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2619 | 2026-07-22T04:22:40.516Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2620 | 2026-07-22T04:22:40.546Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2621 | 2026-07-22T04:22:40.574Z | Checking kstat-rs v0.2.4 |
| 2622 | 2026-07-22T04:22:40.642Z | Checking arc-swap v1.8.2 |
| 2623 | 2026-07-22T04:22:40.672Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2624 | 2026-07-22T04:22:40.784Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2625 | 2026-07-22T04:22:40.813Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2626 | 2026-07-22T04:22:40.892Z | Checking slog-scope v4.4.1 |
| 2627 | 2026-07-22T04:22:41.054Z | Compiling dirs-sys-next v0.1.2 |
| 2628 | 2026-07-22T04:22:41.098Z | Compiling crunchy v0.2.4 |
| 2629 | 2026-07-22T04:22:41.352Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2630 | 2026-07-22T04:22:41.380Z | Compiling parking_lot_core v0.8.6 |
| 2631 | 2026-07-22T04:22:41.450Z | Compiling dirs-next v2.0.0 |
| 2632 | 2026-07-22T04:22:41.527Z | Checking slog-stdlog v4.1.1 |
| 2633 | 2026-07-22T04:22:41.599Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2634 | 2026-07-22T04:22:41.702Z | Compiling clang-sys v1.8.1 |
| 2635 | 2026-07-22T04:22:41.741Z | Compiling git-stub v1.0.0 |
| 2636 | 2026-07-22T04:22:42.077Z | Compiling tiny-keccak v2.0.2 |
| 2637 | 2026-07-22T04:22:42.171Z | Compiling git-stub-vcs v0.1.0 |
| 2638 | 2026-07-22T04:22:42.232Z | Checking slog-envlogger v2.2.0 |
| 2639 | 2026-07-22T04:22:42.348Z | Compiling term v0.7.0 |
| 2640 | 2026-07-22T04:22:42.438Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2641 | 2026-07-22T04:22:42.514Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2642 | 2026-07-22T04:22:42.557Z | Compiling bit-vec v0.6.3 |
| 2643 | 2026-07-22T04:22:42.751Z | Compiling bit-set v0.5.3 |
| 2644 | 2026-07-22T04:22:42.783Z | Compiling ascii-canvas v3.0.0 |
| 2645 | 2026-07-22T04:22:42.810Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2646 | 2026-07-22T04:22:42.915Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2647 | 2026-07-22T04:22:42.944Z | Checking parking_lot v0.11.2 |
| 2648 | 2026-07-22T04:22:43.049Z | Checking prefix-trie v0.7.0 |
| 2649 | 2026-07-22T04:22:43.191Z | Compiling itertools v0.10.5 |
| 2650 | 2026-07-22T04:22:43.226Z | Compiling ena v0.14.4 |
| 2651 | 2026-07-22T04:22:43.273Z | Compiling libloading v0.8.9 |
| 2652 | 2026-07-22T04:22:43.381Z | Compiling diff v0.1.13 |
| 2653 | 2026-07-22T04:22:43.411Z | Compiling bindgen v0.71.1 |
| 2654 | 2026-07-22T04:22:43.461Z | Compiling regex-syntax v0.6.29 |
| 2655 | 2026-07-22T04:22:43.664Z | Checking hickory-server v0.25.2 |
| 2656 | 2026-07-22T04:22:43.965Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2657 | 2026-07-22T04:22:44.278Z | Checking sled v0.34.7 |
| 2658 | 2026-07-22T04:22:44.343Z | Checking progenitor v0.13.0 |
| 2659 | 2026-07-22T04:22:44.510Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2660 | 2026-07-22T04:22:44.563Z | Compiling cexpr v0.6.0 |
| 2661 | 2026-07-22T04:22:44.927Z | Compiling lalrpop v0.19.12 |
| 2662 | 2026-07-22T04:22:45.257Z | Checking nanorand v0.7.0 |
| 2663 | 2026-07-22T04:22:45.446Z | Checking diesel v2.3.7 |
| 2664 | 2026-07-22T04:22:45.482Z | Compiling rustc-hash v2.1.1 |
| 2665 | 2026-07-22T04:22:45.514Z | Compiling salty v0.3.0 |
| 2666 | 2026-07-22T04:22:45.538Z | Checking flume v0.11.1 |
| 2667 | 2026-07-22T04:22:45.815Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2668 | 2026-07-22T04:22:45.850Z | Compiling libxml v0.3.3 |
| 2669 | 2026-07-22T04:22:46.188Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2670 | 2026-07-22T04:22:46.371Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2671 | 2026-07-22T04:22:46.783Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2672 | 2026-07-22T04:22:46.905Z | Compiling strum_macros v0.24.3 |
| 2673 | 2026-07-22T04:22:47.183Z | Compiling fs-err v2.11.0 |
| 2674 | 2026-07-22T04:22:47.416Z | Compiling indoc v1.0.9 |
| 2675 | 2026-07-22T04:22:47.899Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2676 | 2026-07-22T04:22:48.132Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2677 | 2026-07-22T04:22:48.243Z | Checking quick-xml v0.37.5 |
| 2678 | 2026-07-22T04:22:48.309Z | Checking derive_builder v0.20.2 |
| 2679 | 2026-07-22T04:22:48.446Z | Compiling oso-derive v0.27.3 |
| 2680 | 2026-07-22T04:22:48.487Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2681 | 2026-07-22T04:22:48.970Z | Compiling trait-variant v0.1.2 |
| 2682 | 2026-07-22T04:22:49.123Z | Checking openssl-probe v0.1.6 |
| 2683 | 2026-07-22T04:22:49.501Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2684 | 2026-07-22T04:22:49.539Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2685 | 2026-07-22T04:22:50.027Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2686 | 2026-07-22T04:22:50.353Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2687 | 2026-07-22T04:22:50.723Z | Checking rfc6979 v0.4.0 |
| 2688 | 2026-07-22T04:22:50.801Z | Checking assert_matches v1.5.0 |
| 2689 | 2026-07-22T04:22:50.873Z | Checking parse-size v1.1.0 |
| 2690 | 2026-07-22T04:22:50.901Z | Checking ecdsa v0.16.9 |
| 2691 | 2026-07-22T04:22:51.016Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2692 | 2026-07-22T04:22:51.065Z | Checking primeorder v0.13.6 |
| 2693 | 2026-07-22T04:22:51.260Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2694 | 2026-07-22T04:22:51.336Z | Checking p384 v0.13.1 |
| 2695 | 2026-07-22T04:22:51.492Z | Checking predicates-tree v1.0.13 |
| 2696 | 2026-07-22T04:22:51.635Z | Checking bb8 v0.8.6 |
| 2697 | 2026-07-22T04:22:51.882Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2698 | 2026-07-22T04:22:51.964Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2699 | 2026-07-22T04:22:52.035Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2700 | 2026-07-22T04:22:52.066Z | Compiling mime_guess v2.0.5 |
| 2701 | 2026-07-22T04:22:52.158Z | Checking http-range v0.1.5 |
| 2702 | 2026-07-22T04:22:52.338Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2703 | 2026-07-22T04:22:52.479Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2704 | 2026-07-22T04:22:52.571Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2705 | 2026-07-22T04:22:52.707Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2706 | 2026-07-22T04:22:52.764Z | Checking atty v0.2.14 |
| 2707 | 2026-07-22T04:22:52.794Z | Checking corncobs v0.1.4 |
| 2708 | 2026-07-22T04:22:52.828Z | Checking nonempty v0.12.0 |
| 2709 | 2026-07-22T04:22:52.877Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2710 | 2026-07-22T04:22:52.947Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2711 | 2026-07-22T04:22:53.046Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2712 | 2026-07-22T04:22:53.233Z | Checking ignore v0.4.25 |
| 2713 | 2026-07-22T04:22:53.259Z | Checking secrecy v0.8.0 |
| 2714 | 2026-07-22T04:22:53.361Z | Checking hyper-staticfile v0.10.1 |
| 2715 | 2026-07-22T04:22:53.644Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2716 | 2026-07-22T04:22:53.675Z | Checking globwalk v0.9.1 |
| 2717 | 2026-07-22T04:22:53.703Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2718 | 2026-07-22T04:22:53.885Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2719 | 2026-07-22T04:22:54.005Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2720 | 2026-07-22T04:22:54.035Z | Checking camino-tempfile-ext v0.3.3 |
| 2721 | 2026-07-22T04:22:54.148Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2722 | 2026-07-22T04:22:54.260Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2723 | 2026-07-22T04:22:54.299Z | Checking signal-hook-tokio v0.3.1 |
| 2724 | 2026-07-22T04:22:54.453Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2725 | 2026-07-22T04:22:54.633Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2726 | 2026-07-22T04:22:54.728Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2727 | 2026-07-22T04:22:54.933Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2728 | 2026-07-22T04:22:55.123Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2729 | 2026-07-22T04:22:55.423Z | Checking illumos-nvpair v0.3.0 |
| 2730 | 2026-07-22T04:22:55.454Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2731 | 2026-07-22T04:22:55.521Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2732 | 2026-07-22T04:22:55.610Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2733 | 2026-07-22T04:22:55.875Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2734 | 2026-07-22T04:22:55.875Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2735 | 2026-07-22T04:22:55.934Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2736 | 2026-07-22T04:22:55.966Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2737 | 2026-07-22T04:22:55.969Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2738 | 2026-07-22T04:22:56.066Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2739 | 2026-07-22T04:22:56.647Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2740 | 2026-07-22T04:22:57.818Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2741 | 2026-07-22T04:22:57.958Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2742 | 2026-07-22T04:22:57.992Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2743 | 2026-07-22T04:22:58.091Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2744 | 2026-07-22T04:22:58.188Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2745 | 2026-07-22T04:22:58.373Z | Checking tungstenite v0.23.0 |
| 2746 | 2026-07-22T04:22:58.470Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2747 | 2026-07-22T04:22:58.796Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2748 | 2026-07-22T04:22:58.828Z | Checking tokio-tungstenite v0.23.1 |
| 2749 | 2026-07-22T04:22:59.119Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2750 | 2026-07-22T04:22:59.218Z | Checking rand_seeder v0.4.0 |
| 2751 | 2026-07-22T04:22:59.382Z | Checking void v1.0.2 |
| 2752 | 2026-07-22T04:22:59.414Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2753 | 2026-07-22T04:22:59.483Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2754 | 2026-07-22T04:22:59.516Z | Checking lzss v0.8.2 |
| 2755 | 2026-07-22T04:22:59.598Z | Checking nix v0.27.1 |
| 2756 | 2026-07-22T04:22:59.635Z | Checking serde_bytes v0.11.19 |
| 2757 | 2026-07-22T04:22:59.712Z | Checking diesel-dtrace v0.5.0 |
| 2758 | 2026-07-22T04:22:59.742Z | Checking async-bb8-diesel v0.2.1 |
| 2759 | 2026-07-22T04:22:59.879Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2760 | 2026-07-22T04:22:59.983Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2761 | 2026-07-22T04:23:00.122Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2762 | 2026-07-22T04:23:00.153Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2763 | 2026-07-22T04:23:00.685Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2764 | 2026-07-22T04:23:00.880Z | Checking is_ci v1.2.0 |
| 2765 | 2026-07-22T04:23:01.005Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2766 | 2026-07-22T04:23:01.034Z | Checking yansi v1.0.1 |
| 2767 | 2026-07-22T04:23:01.139Z | Checking cpubits v0.1.1 |
| 2768 | 2026-07-22T04:23:01.246Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2769 | 2026-07-22T04:23:01.316Z | Checking pretty_assertions v1.4.1 |
| 2770 | 2026-07-22T04:23:01.473Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2771 | 2026-07-22T04:23:01.548Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2772 | 2026-07-22T04:23:01.598Z | Checking pem-rfc7468 v1.0.0 |
| 2773 | 2026-07-22T04:23:01.800Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2774 | 2026-07-22T04:23:02.076Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2775 | 2026-07-22T04:23:02.325Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2776 | 2026-07-22T04:23:03.029Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2777 | 2026-07-22T04:23:03.070Z | Checking hmac v0.13.0 |
| 2778 | 2026-07-22T04:23:04.175Z | Checking sha2 v0.11.0 |
| 2779 | 2026-07-22T04:23:04.183Z | Checking universal-hash v0.6.1 |
| 2780 | 2026-07-22T04:23:04.183Z | Compiling libz-sys v1.1.24 |
| 2781 | 2026-07-22T04:23:04.183Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2782 | 2026-07-22T04:23:04.183Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2783 | 2026-07-22T04:23:04.183Z | Compiling instability v0.3.11 |
| 2784 | 2026-07-22T04:23:04.184Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2785 | 2026-07-22T04:23:04.184Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2786 | 2026-07-22T04:23:04.216Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2787 | 2026-07-22T04:23:04.245Z | Checking castaway v0.2.4 |
| 2788 | 2026-07-22T04:23:04.384Z | Compiling indoc v2.0.7 |
| 2789 | 2026-07-22T04:23:04.496Z | Checking compact_str v0.8.1 |
| 2790 | 2026-07-22T04:23:04.906Z | Checking polyval v0.7.1 |
| 2791 | 2026-07-22T04:23:05.135Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2792 | 2026-07-22T04:23:05.308Z | Checking der v0.8.0 |
| 2793 | 2026-07-22T04:23:05.387Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2794 | 2026-07-22T04:23:05.627Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2795 | 2026-07-22T04:23:05.657Z | Checking unicode-truncate v1.1.0 |
| 2796 | 2026-07-22T04:23:05.693Z | Checking lru v0.12.5 |
| 2797 | 2026-07-22T04:23:05.828Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2798 | 2026-07-22T04:23:05.862Z | Checking cassowary v0.3.0 |
| 2799 | 2026-07-22T04:23:05.976Z | Checking ghash v0.6.0 |
| 2800 | 2026-07-22T04:23:06.100Z | Checking ratatui v0.29.0 |
| 2801 | 2026-07-22T04:23:06.159Z | Checking pbkdf2 v0.13.0 |
| 2802 | 2026-07-22T04:23:06.265Z | Checking aes v0.9.1 |
| 2803 | 2026-07-22T04:23:06.325Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2804 | 2026-07-22T04:23:06.723Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2805 | 2026-07-22T04:23:07.003Z | Checking ctr v0.10.1 |
| 2806 | 2026-07-22T04:23:07.218Z | Checking aead v0.6.1 |
| 2807 | 2026-07-22T04:23:07.387Z | Checking cargo-platform v0.3.2 |
| 2808 | 2026-07-22T04:23:07.478Z | Checking aes-gcm v0.11.0 |
| 2809 | 2026-07-22T04:23:07.571Z | Checking spki v0.8.0 |
| 2810 | 2026-07-22T04:23:07.601Z | Checking cargo_metadata v0.23.1 |
| 2811 | 2026-07-22T04:23:07.664Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2812 | 2026-07-22T04:23:07.770Z | Checking crypto-bigint v0.7.5 |
| 2813 | 2026-07-22T04:23:08.382Z | Checking supports-color v3.0.2 |
| 2814 | 2026-07-22T04:23:08.542Z | Checking console v0.16.2 |
| 2815 | 2026-07-22T04:23:08.880Z | Checking cbc v0.2.1 |
| 2816 | 2026-07-22T04:23:09.047Z | Checking salsa20 v0.11.0 |
| 2817 | 2026-07-22T04:23:09.090Z | Compiling vergen-git2 v9.1.0 |
| 2818 | 2026-07-22T04:23:09.217Z | Checking unit-prefix v0.5.2 |
| 2819 | 2026-07-22T04:23:09.321Z | Checking plotters-backend v0.3.7 |
| 2820 | 2026-07-22T04:23:09.374Z | Checking indicatif v0.18.4 |
| 2821 | 2026-07-22T04:23:09.556Z | Checking plotters-svg v0.3.7 |
| 2822 | 2026-07-22T04:23:09.765Z | Checking scrypt v0.12.0 |
| 2823 | 2026-07-22T04:23:09.794Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2824 | 2026-07-22T04:23:09.958Z | Checking libsw-core v0.3.2 |
| 2825 | 2026-07-22T04:23:10.036Z | Checking cast v0.3.0 |
| 2826 | 2026-07-22T04:23:10.110Z | Checking pkcs5 v0.8.1 |
| 2827 | 2026-07-22T04:23:10.138Z | Checking libsw v3.5.0 |
| 2828 | 2026-07-22T04:23:10.212Z | Checking criterion-plot v0.6.0 |
| 2829 | 2026-07-22T04:23:10.320Z | Checking plotters v0.3.7 |
| 2830 | 2026-07-22T04:23:10.430Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2831 | 2026-07-22T04:23:10.487Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2832 | 2026-07-22T04:23:10.725Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2833 | 2026-07-22T04:23:10.968Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2834 | 2026-07-22T04:23:11.087Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2835 | 2026-07-22T04:23:11.205Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2836 | 2026-07-22T04:23:11.323Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2837 | 2026-07-22T04:23:11.432Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2838 | 2026-07-22T04:23:11.462Z | Checking colored v2.2.0 |
| 2839 | 2026-07-22T04:23:11.558Z | Checking tinytemplate v1.2.1 |
| 2840 | 2026-07-22T04:23:11.688Z | Checking anes v0.1.6 |
| 2841 | 2026-07-22T04:23:11.805Z | Checking oorandom v11.1.5 |
| 2842 | 2026-07-22T04:23:11.895Z | Checking shell-words v1.1.1 |
| 2843 | 2026-07-22T04:23:11.949Z | Checking criterion v0.7.0 |
| 2844 | 2026-07-22T04:23:12.132Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2845 | 2026-07-22T04:23:12.333Z | Checking pkcs8 v0.11.0 |
| 2846 | 2026-07-22T04:23:12.559Z | Checking oxide-update-engine-display v0.1.2 |
| 2847 | 2026-07-22T04:23:12.887Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2848 | 2026-07-22T04:23:13.187Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2849 | 2026-07-22T04:23:13.714Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2850 | 2026-07-22T04:23:14.511Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2851 | 2026-07-22T04:23:15.284Z | Checking tokio-test v0.4.5 |
| 2852 | 2026-07-22T04:23:15.517Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2853 | 2026-07-22T04:23:15.754Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2854 | 2026-07-22T04:23:16.200Z | Checking twox-hash v2.1.2 |
| 2855 | 2026-07-22T04:23:16.319Z | Checking ff v0.14.0 |
| 2856 | 2026-07-22T04:23:16.560Z | Checking constant_time_eq v0.4.2 |
| 2857 | 2026-07-22T04:23:16.585Z | Checking arrayref v0.3.9 |
| 2858 | 2026-07-22T04:23:16.631Z | Checking arrayvec v0.7.6 |
| 2859 | 2026-07-22T04:23:16.708Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2860 | 2026-07-22T04:23:16.846Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2861 | 2026-07-22T04:23:16.892Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2862 | 2026-07-22T04:23:17.539Z | Checking fatfs v0.3.6 |
| 2863 | 2026-07-22T04:23:17.946Z | Checking signature v3.0.0 |
| 2864 | 2026-07-22T04:23:18.042Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2865 | 2026-07-22T04:23:18.081Z | Compiling seq-macro v0.3.6 |
| 2866 | 2026-07-22T04:23:18.558Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2867 | 2026-07-22T04:23:18.618Z | Checking base16ct v1.0.0 |
| 2868 | 2026-07-22T04:23:18.738Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2869 | 2026-07-22T04:23:18.773Z | Checking sec1 v0.8.1 |
| 2870 | 2026-07-22T04:23:18.998Z | Checking group v0.14.0 |
| 2871 | 2026-07-22T04:23:19.028Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2872 | 2026-07-22T04:23:19.181Z | Checking hkdf v0.13.0 |
| 2873 | 2026-07-22T04:23:19.339Z | Compiling petname v2.0.2 |
| 2874 | 2026-07-22T04:23:19.370Z | Checking elliptic-curve v0.14.0-rc.33 |
| 2875 | 2026-07-22T04:23:19.862Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2876 | 2026-07-22T04:23:20.047Z | Checking concurrent-queue v2.5.0 |
| 2877 | 2026-07-22T04:23:20.083Z | Checking rtoolbox v0.0.3 |
| 2878 | 2026-07-22T04:23:20.232Z | Checking parking v2.2.1 |
| 2879 | 2026-07-22T04:23:20.263Z | Checking rpassword v7.5.4 |
| 2880 | 2026-07-22T04:23:20.379Z | Checking event-listener v5.4.1 |
| 2881 | 2026-07-22T04:23:20.624Z | Checking tui-tree-widget v0.23.1 |
| 2882 | 2026-07-22T04:23:20.838Z | Checking rfc6979 v0.5.0 |
| 2883 | 2026-07-22T04:23:20.870Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2884 | 2026-07-22T04:23:21.002Z | Checking sapling-renderdag v0.1.0 |
| 2885 | 2026-07-22T04:23:21.056Z | Compiling blake3 v1.8.5 |
| 2886 | 2026-07-22T04:23:21.281Z | Checking sync-ptr v0.1.4 |
| 2887 | 2026-07-22T04:23:21.417Z | Checking ecdsa v0.17.0-rc.18 |
| 2888 | 2026-07-22T04:23:21.808Z | Checking event-listener-strategy v0.5.4 |
| 2889 | 2026-07-22T04:23:21.967Z | Checking primeorder v0.14.0-rc.10 |
| 2890 | 2026-07-22T04:23:21.990Z | Checking primefield v0.14.0 |
| 2891 | 2026-07-22T04:23:22.230Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2892 | 2026-07-22T04:23:23.506Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 2893 | 2026-07-22T04:23:23.550Z | Checking futures-timer v3.0.3 |
| 2894 | 2026-07-22T04:23:23.550Z | Checking async-lock v3.4.2 |
| 2895 | 2026-07-22T04:23:23.551Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2896 | 2026-07-22T04:23:23.551Z | Checking ssh-encoding v0.3.0-rc.9 |
| 2897 | 2026-07-22T04:23:23.551Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2898 | 2026-07-22T04:23:23.551Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2899 | 2026-07-22T04:23:24.112Z | Checking topological-sort v0.2.2 |
| 2900 | 2026-07-22T04:23:24.289Z | Compiling strsim v0.10.0 |
| 2901 | 2026-07-22T04:23:24.488Z | Compiling darling_core v0.13.4 |
| 2902 | 2026-07-22T04:23:24.634Z | Checking omicron-zone-package v0.12.3 |
| 2903 | 2026-07-22T04:23:25.555Z | Checking async-object-pool v0.2.0 |
| 2904 | 2026-07-22T04:23:26.178Z | Compiling samael v0.0.19 |
| 2905 | 2026-07-22T04:23:26.247Z | Checking ed25519 v3.0.0 |
| 2906 | 2026-07-22T04:23:26.363Z | Checking crypto-primes v0.7.2 |
| 2907 | 2026-07-22T04:23:26.465Z | Checking pkcs1 v0.8.0-rc.4 |
| 2908 | 2026-07-22T04:23:26.552Z | Checking poly1305 v0.9.0 |
| 2909 | 2026-07-22T04:23:26.700Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2910 | 2026-07-22T04:23:26.847Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2911 | 2026-07-22T04:23:27.120Z | Checking serde_regex v1.1.0 |
| 2912 | 2026-07-22T04:23:27.314Z | Checking blowfish v0.10.0 |
| 2913 | 2026-07-22T04:23:27.355Z | Checking blake2 v0.11.0-rc.6 |
| 2914 | 2026-07-22T04:23:27.476Z | Checking assert-json-diff v2.0.2 |
| 2915 | 2026-07-22T04:23:27.530Z | Checking path-tree v0.8.3 |
| 2916 | 2026-07-22T04:23:27.634Z | Checking keccak v0.2.0 |
| 2917 | 2026-07-22T04:23:27.667Z | Compiling target-lexicon v0.13.3 |
| 2918 | 2026-07-22T04:23:27.737Z | Checking gimli v0.32.3 |
| 2919 | 2026-07-22T04:23:27.820Z | Checking fiat-crypto v0.3.0 |
| 2920 | 2026-07-22T04:23:28.183Z | Checking stringmetrics v2.2.2 |
| 2921 | 2026-07-22T04:23:28.346Z | Checking httpmock v0.8.3 |
| 2922 | 2026-07-22T04:23:29.298Z | Checking addr2line v0.25.1 |
| 2923 | 2026-07-22T04:23:29.668Z | Checking sha3 v0.11.0 |
| 2924 | 2026-07-22T04:23:31.167Z | Checking argon2 v0.6.0-rc.8 |
| 2925 | 2026-07-22T04:23:31.210Z | Checking bcrypt-pbkdf v0.11.0 |
| 2926 | 2026-07-22T04:23:31.210Z | Checking rsa v0.10.0-rc.18 |
| 2927 | 2026-07-22T04:23:31.210Z | Checking ssh-cipher v0.3.0-rc.9 |
| 2928 | 2026-07-22T04:23:31.210Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 2929 | 2026-07-22T04:23:31.210Z | Compiling darling_macro v0.13.4 |
| 2930 | 2026-07-22T04:23:31.307Z | Checking p521 v0.14.0-rc.10 |
| 2931 | 2026-07-22T04:23:31.616Z | Checking p256 v0.14.0-rc.10 |
| 2932 | 2026-07-22T04:23:32.418Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2933 | 2026-07-22T04:23:32.683Z | Checking kem v0.3.0 |
| 2934 | 2026-07-22T04:23:32.828Z | Checking module-lattice v0.2.3 |
| 2935 | 2026-07-22T04:23:33.018Z | Checking p384 v0.14.0-rc.10 |
| 2936 | 2026-07-22T04:23:33.044Z | Checking rustc-demangle v0.1.27 |
| 2937 | 2026-07-22T04:23:33.077Z | Checking hex-literal v0.4.1 |
| 2938 | 2026-07-22T04:23:33.210Z | Compiling guppy-workspace-hack v0.1.0 |
| 2939 | 2026-07-22T04:23:33.319Z | Checking backtrace v0.3.76 |
| 2940 | 2026-07-22T04:23:33.456Z | Compiling git2 v0.20.4 |
| 2941 | 2026-07-22T04:23:33.531Z | Checking ml-kem v0.3.2 |
| 2942 | 2026-07-22T04:23:33.640Z | Compiling darling v0.13.4 |
| 2943 | 2026-07-22T04:23:34.006Z | Checking russh-cryptovec v0.61.0 |
| 2944 | 2026-07-22T04:23:34.192Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2945 | 2026-07-22T04:23:34.307Z | Checking internal-russh-num-bigint v0.5.0 |
| 2946 | 2026-07-22T04:23:34.381Z | Checking num-bigint v0.4.6 |
| 2947 | 2026-07-22T04:23:34.431Z | Checking russh-util v0.52.0 |
| 2948 | 2026-07-22T04:23:34.576Z | Checking generic-array v1.4.3 |
| 2949 | 2026-07-22T04:23:34.994Z | Compiling enum_dispatch v0.3.13 |
| 2950 | 2026-07-22T04:23:35.053Z | Checking ssh-key v0.7.0-rc.10 |
| 2951 | 2026-07-22T04:23:35.315Z | Compiling delegate v0.13.5 |
| 2952 | 2026-07-22T04:23:35.345Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2953 | 2026-07-22T04:23:35.955Z | Compiling target-spec v3.5.7 |
| 2954 | 2026-07-22T04:23:35.986Z | Checking hex-literal v1.1.0 |
| 2955 | 2026-07-22T04:23:36.108Z | Checking md5 v0.8.0 |
| 2956 | 2026-07-22T04:23:36.313Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2957 | 2026-07-22T04:23:36.323Z | Checking russh v0.61.2 |
| 2958 | 2026-07-22T04:23:36.456Z | Checking cfg-expr v0.20.6 |
| 2959 | 2026-07-22T04:23:36.495Z | Compiling serde_with_macros v1.5.2 |
| 2960 | 2026-07-22T04:23:36.740Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2961 | 2026-07-22T04:23:36.866Z | Checking backtrace-ext v0.2.1 |
| 2962 | 2026-07-22T04:23:37.082Z | Checking supports-color v2.1.0 |
| 2963 | 2026-07-22T04:23:37.112Z | Checking textwrap v0.15.2 |
| 2964 | 2026-07-22T04:23:37.222Z | Checking supports-unicode v2.1.0 |
| 2965 | 2026-07-22T04:23:37.343Z | Checking supports-hyperlinks v2.1.0 |
| 2966 | 2026-07-22T04:23:37.369Z | Checking hashbrown v0.14.5 |
| 2967 | 2026-07-22T04:23:37.401Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2968 | 2026-07-22T04:23:37.486Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2969 | 2026-07-22T04:23:37.614Z | Checking socket2 v0.5.10 |
| 2970 | 2026-07-22T04:23:37.738Z | Checking terminal_size v0.1.17 |
| 2971 | 2026-07-22T04:23:37.847Z | Compiling miette-derive v5.10.0 |
| 2972 | 2026-07-22T04:23:37.891Z | Checking owo-colors v3.5.0 |
| 2973 | 2026-07-22T04:23:37.933Z | Checking internet-checksum v0.2.1 |
| 2974 | 2026-07-22T04:23:38.457Z | Checking chumsky v0.9.3 |
| 2975 | 2026-07-22T04:23:40.578Z | Checking miette v5.10.0 |
| 2976 | 2026-07-22T04:23:40.658Z | Compiling serde_with v1.14.0 |
| 2977 | 2026-07-22T04:23:40.659Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2978 | 2026-07-22T04:23:40.659Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2979 | 2026-07-22T04:23:40.659Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2980 | 2026-07-22T04:23:40.659Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2981 | 2026-07-22T04:23:40.659Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2982 | 2026-07-22T04:23:40.659Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2983 | 2026-07-22T04:23:40.659Z | Compiling knuffel-derive v3.2.0 |
| 2984 | 2026-07-22T04:23:40.710Z | Checking httptest v0.16.4 |
| 2985 | 2026-07-22T04:23:40.738Z | Checking pathdiff v0.2.3 |
| 2986 | 2026-07-22T04:23:40.846Z | Checking nested v0.1.1 |
| 2987 | 2026-07-22T04:23:41.015Z | Checking guppy v0.17.25 |
| 2988 | 2026-07-22T04:23:41.052Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2989 | 2026-07-22T04:23:41.394Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2990 | 2026-07-22T04:23:41.657Z | Checking similar-asserts v1.7.0 |
| 2991 | 2026-07-22T04:23:41.863Z | Compiling target-triple v1.0.0 |
| 2992 | 2026-07-22T04:23:41.995Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2993 | 2026-07-22T04:23:42.116Z | Checking knuffel v3.2.0 |
| 2994 | 2026-07-22T04:23:42.226Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2995 | 2026-07-22T04:23:42.821Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2996 | 2026-07-22T04:23:42.835Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2997 | 2026-07-22T04:23:42.843Z | Checking hickory-client v0.25.2 |
| 2998 | 2026-07-22T04:23:42.886Z | Compiling polar-core v0.27.3 |
| 2999 | 2026-07-22T04:23:43.148Z | Compiling assert_cmd v2.1.2 |
| 3000 | 2026-07-22T04:23:43.512Z | Checking escape8259 v0.5.3 |
| 3001 | 2026-07-22T04:23:43.681Z | Checking libtest-mimic v0.8.1 |
| 3002 | 2026-07-22T04:23:43.828Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3003 | 2026-07-22T04:23:43.902Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3004 | 2026-07-22T04:23:43.953Z | Checking blake2b_simd v1.0.4 |
| 3005 | 2026-07-22T04:23:44.171Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3006 | 2026-07-22T04:23:44.368Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3007 | 2026-07-22T04:23:44.564Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3008 | 2026-07-22T04:23:44.602Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3009 | 2026-07-22T04:23:44.758Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3010 | 2026-07-22T04:23:44.819Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3011 | 2026-07-22T04:23:45.003Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3012 | 2026-07-22T04:23:45.089Z | Checking fancy-regex v0.14.0 |
| 3013 | 2026-07-22T04:23:45.217Z | Checking serde_tokenstream v0.2.3 |
| 3014 | 2026-07-22T04:23:45.429Z | Checking approx v0.5.1 |
| 3015 | 2026-07-22T04:23:45.456Z | Compiling rstest_macros v0.25.0 |
| 3016 | 2026-07-22T04:23:45.485Z | Checking uzers v0.12.2 |
| 3017 | 2026-07-22T04:23:45.587Z | Compiling linkme-impl v0.3.35 |
| 3018 | 2026-07-22T04:23:45.724Z | Checking constant_time_eq v0.3.1 |
| 3019 | 2026-07-22T04:23:45.780Z | Checking termcolor v1.4.1 |
| 3020 | 2026-07-22T04:23:45.846Z | Checking rust-argon2 v2.1.0 |
| 3021 | 2026-07-22T04:23:46.017Z | Checking trybuild v1.0.116 |
| 3022 | 2026-07-22T04:23:46.093Z | Checking datatest-stable v0.3.3 |
| 3023 | 2026-07-22T04:23:46.334Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3024 | 2026-07-22T04:23:46.493Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3025 | 2026-07-22T04:23:46.633Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3026 | 2026-07-22T04:23:46.844Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3027 | 2026-07-22T04:23:46.866Z | Checking support-bundle-viewer v0.1.2 |
| 3028 | 2026-07-22T04:23:47.174Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3029 | 2026-07-22T04:23:47.410Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3030 | 2026-07-22T04:23:47.650Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3031 | 2026-07-22T04:23:47.736Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3032 | 2026-07-22T04:23:47.846Z | Checking oso v0.27.3 |
| 3033 | 2026-07-22T04:23:47.885Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3034 | 2026-07-22T04:23:47.978Z | Checking drift v0.2.0 |
| 3035 | 2026-07-22T04:23:48.353Z | Checking rand_distr v0.5.1 |
| 3036 | 2026-07-22T04:23:48.545Z | Checking digest-io v0.1.0 |
| 3037 | 2026-07-22T04:23:48.698Z | Checking multimap v0.10.1 |
| 3038 | 2026-07-22T04:23:48.748Z | Compiling linkme v0.3.35 |
| 3039 | 2026-07-22T04:23:48.817Z | Checking rawzip v0.4.4 |
| 3040 | 2026-07-22T04:23:48.889Z | Compiling relative-path v1.9.3 |
| 3041 | 2026-07-22T04:23:49.101Z | Checking dropshot-api-manager v0.7.2 |
| 3042 | 2026-07-22T04:23:49.247Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3043 | 2026-07-22T04:23:50.121Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3044 | 2026-07-22T04:23:51.384Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3045 | 2026-07-22T04:23:51.429Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3046 | 2026-07-22T04:23:51.430Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3047 | 2026-07-22T04:23:51.430Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3048 | 2026-07-22T04:23:51.430Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3049 | 2026-07-22T04:23:51.430Z | Checking cargo_toml v0.21.0 |
| 3050 | 2026-07-22T04:23:51.430Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3051 | 2026-07-22T04:23:51.430Z | Checking partial-io v0.5.4 |
| 3052 | 2026-07-22T04:23:51.515Z | Checking termios v0.3.3 |
| 3053 | 2026-07-22T04:23:51.536Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3054 | 2026-07-22T04:23:51.693Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3055 | 2026-07-22T04:23:52.062Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3056 | 2026-07-22T04:23:52.787Z | Checking rstest v0.25.0 |
| 3057 | 2026-07-22T04:23:55.346Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3058 | 2026-07-22T04:23:56.468Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3059 | 2026-07-22T04:24:01.397Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3060 | 2026-07-22T04:24:03.779Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3061 | 2026-07-22T04:24:03.801Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3062 | 2026-07-22T04:24:06.814Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3063 | 2026-07-22T04:24:10.693Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3064 | 2026-07-22T04:24:14.926Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3065 | 2026-07-22T04:24:18.794Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3066 | 2026-07-22T04:24:21.169Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3067 | 2026-07-22T04:24:21.205Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3068 | 2026-07-22T04:24:25.713Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3069 | 2026-07-22T04:24:31.627Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3070 | 2026-07-22T04:24:48.037Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3071 | 2026-07-22T04:25:46.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s |
| 3072 | 2026-07-22T04:25:47.536Z | |
| 3073 | 2026-07-22T04:25:47.536Z | real 4:10.477488524 |
| 3074 | 2026-07-22T04:25:47.536Z | user 21:29.176353752 |
| 3075 | 2026-07-22T04:25:47.536Z | sys 4:49.474175784 |
| 3076 | 2026-07-22T04:25:47.536Z | trap 0.537498103 |
| 3077 | 2026-07-22T04:25:47.536Z | tflt 0.440716678 |
| 3078 | 2026-07-22T04:25:47.536Z | dflt 0.509349701 |
| 3079 | 2026-07-22T04:25:47.536Z | kflt 0.005277912 |
| 3080 | 2026-07-22T04:25:47.536Z | lock 59:00.970020847 |
| 3081 | 2026-07-22T04:25:47.536Z | slp 59:04.716239333 |
| 3082 | 2026-07-22T04:25:47.536Z | lat 2:00.982454155 |
| 3083 | 2026-07-22T04:25:47.540Z | stop 10:08.483474457 |
| 3084 | 2026-07-22T04:25:47.540Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3085 | 2026-07-22T04:25:47.540Z | + ptime -m cargo doc --workspace --no-deps |
| 3086 | 2026-07-22T04:25:48.366Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3087 | 2026-07-22T04:25:48.366Z | | |
| 3088 | 2026-07-22T04:25:48.366Z | = 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)` |
| 3089 | 2026-07-22T04:25:48.366Z | = 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> |
| 3090 | 2026-07-22T04:25:49.386Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3091 | 2026-07-22T04:25:49.627Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3092 | 2026-07-22T04:25:49.673Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3093 | 2026-07-22T04:25:49.738Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3094 | 2026-07-22T04:25:49.771Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3095 | 2026-07-22T04:25:49.838Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3096 | 2026-07-22T04:25:49.949Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3097 | 2026-07-22T04:25:49.981Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3098 | 2026-07-22T04:25:50.011Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3099 | 2026-07-22T04:25:50.125Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3100 | 2026-07-22T04:25:50.236Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3101 | 2026-07-22T04:25:50.263Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3102 | 2026-07-22T04:25:50.286Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3103 | 2026-07-22T04:25:50.308Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3104 | 2026-07-22T04:25:50.311Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3105 | 2026-07-22T04:25:50.353Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3106 | 2026-07-22T04:25:50.398Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3107 | 2026-07-22T04:25:50.401Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3108 | 2026-07-22T04:25:50.473Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3109 | 2026-07-22T04:25:50.476Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3110 | 2026-07-22T04:25:50.529Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3111 | 2026-07-22T04:25:50.739Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3112 | 2026-07-22T04:25:50.885Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3113 | 2026-07-22T04:25:50.923Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3114 | 2026-07-22T04:25:51.026Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3115 | 2026-07-22T04:25:51.164Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3116 | 2026-07-22T04:25:51.192Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3117 | 2026-07-22T04:25:51.273Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3118 | 2026-07-22T04:25:51.350Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3119 | 2026-07-22T04:25:51.507Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3120 | 2026-07-22T04:25:51.555Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3121 | 2026-07-22T04:25:51.700Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3122 | 2026-07-22T04:25:51.798Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3123 | 2026-07-22T04:25:51.832Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3124 | 2026-07-22T04:25:51.887Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3125 | 2026-07-22T04:25:52.021Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3126 | 2026-07-22T04:25:52.050Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3127 | 2026-07-22T04:25:52.132Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3128 | 2026-07-22T04:25:52.156Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3129 | 2026-07-22T04:25:52.399Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3130 | 2026-07-22T04:25:52.460Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3131 | 2026-07-22T04:25:52.625Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3132 | 2026-07-22T04:25:52.632Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3133 | 2026-07-22T04:25:52.725Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3134 | 2026-07-22T04:25:52.797Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3135 | 2026-07-22T04:25:52.873Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3136 | 2026-07-22T04:25:52.914Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3137 | 2026-07-22T04:25:53.007Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3138 | 2026-07-22T04:25:53.060Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3139 | 2026-07-22T04:25:53.121Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3140 | 2026-07-22T04:25:53.174Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3141 | 2026-07-22T04:25:53.297Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3142 | 2026-07-22T04:25:53.325Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3143 | 2026-07-22T04:25:53.350Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3144 | 2026-07-22T04:25:53.386Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3145 | 2026-07-22T04:25:53.507Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3146 | 2026-07-22T04:25:53.533Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3147 | 2026-07-22T04:25:53.558Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3148 | 2026-07-22T04:25:53.580Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3149 | 2026-07-22T04:25:53.603Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3150 | 2026-07-22T04:25:53.719Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3151 | 2026-07-22T04:25:54.148Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3152 | 2026-07-22T04:25:54.175Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3153 | 2026-07-22T04:25:54.490Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3154 | 2026-07-22T04:25:54.584Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3155 | 2026-07-22T04:25:54.793Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3156 | 2026-07-22T04:25:55.087Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3157 | 2026-07-22T04:25:55.138Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3158 | 2026-07-22T04:25:55.179Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3159 | 2026-07-22T04:25:55.291Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3160 | 2026-07-22T04:25:55.358Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3161 | 2026-07-22T04:25:55.384Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3162 | 2026-07-22T04:25:55.451Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3163 | 2026-07-22T04:25:55.555Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3164 | 2026-07-22T04:25:55.642Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3165 | 2026-07-22T04:25:56.310Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3166 | 2026-07-22T04:25:56.452Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3167 | 2026-07-22T04:25:56.482Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3168 | 2026-07-22T04:25:56.664Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3169 | 2026-07-22T04:25:56.797Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3170 | 2026-07-22T04:25:57.008Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3171 | 2026-07-22T04:25:57.034Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3172 | 2026-07-22T04:25:57.042Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3173 | 2026-07-22T04:25:57.084Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3174 | 2026-07-22T04:25:57.159Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3175 | 2026-07-22T04:25:57.434Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3176 | 2026-07-22T04:25:57.460Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3177 | 2026-07-22T04:25:57.484Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3178 | 2026-07-22T04:25:57.518Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3179 | 2026-07-22T04:25:57.611Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3180 | 2026-07-22T04:25:57.679Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3181 | 2026-07-22T04:25:57.727Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3182 | 2026-07-22T04:25:57.771Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3183 | 2026-07-22T04:25:57.796Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3184 | 2026-07-22T04:25:57.799Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3185 | 2026-07-22T04:25:57.925Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3186 | 2026-07-22T04:25:57.966Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3187 | 2026-07-22T04:25:58.037Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3188 | 2026-07-22T04:25:58.061Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3189 | 2026-07-22T04:25:58.084Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3190 | 2026-07-22T04:25:58.136Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3191 | 2026-07-22T04:25:58.206Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3192 | 2026-07-22T04:25:58.298Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3193 | 2026-07-22T04:25:58.352Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3194 | 2026-07-22T04:25:58.355Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3195 | 2026-07-22T04:25:58.659Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3196 | 2026-07-22T04:25:58.663Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3197 | 2026-07-22T04:25:58.682Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3198 | 2026-07-22T04:25:59.161Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3199 | 2026-07-22T04:25:59.384Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3200 | 2026-07-22T04:25:59.644Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3201 | 2026-07-22T04:26:00.429Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3202 | 2026-07-22T04:26:00.453Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3203 | 2026-07-22T04:26:00.619Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3204 | 2026-07-22T04:26:01.013Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3205 | 2026-07-22T04:26:01.471Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3206 | 2026-07-22T04:26:02.514Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3207 | 2026-07-22T04:26:02.817Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3208 | 2026-07-22T04:26:03.139Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3209 | 2026-07-22T04:26:03.164Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3210 | 2026-07-22T04:26:03.666Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3211 | 2026-07-22T04:26:03.707Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3212 | 2026-07-22T04:26:03.805Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3213 | 2026-07-22T04:26:03.936Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3214 | 2026-07-22T04:26:03.961Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3215 | 2026-07-22T04:26:04.205Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3216 | 2026-07-22T04:26:04.500Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3217 | 2026-07-22T04:26:04.526Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3218 | 2026-07-22T04:26:04.667Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3219 | 2026-07-22T04:26:04.942Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3220 | 2026-07-22T04:26:05.204Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3221 | 2026-07-22T04:26:05.395Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3222 | 2026-07-22T04:26:05.777Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3223 | 2026-07-22T04:26:05.897Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3224 | 2026-07-22T04:26:06.162Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3225 | 2026-07-22T04:26:06.189Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3226 | 2026-07-22T04:26:06.193Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3227 | 2026-07-22T04:26:06.625Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3228 | 2026-07-22T04:26:07.109Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3229 | 2026-07-22T04:26:07.430Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3230 | 2026-07-22T04:26:07.838Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3231 | 2026-07-22T04:26:08.244Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3232 | 2026-07-22T04:26:08.962Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3233 | 2026-07-22T04:26:09.585Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3234 | 2026-07-22T04:26:09.637Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3235 | 2026-07-22T04:26:09.976Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3236 | 2026-07-22T04:26:10.189Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3237 | 2026-07-22T04:26:10.291Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3238 | 2026-07-22T04:26:10.679Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3239 | 2026-07-22T04:26:11.399Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3240 | 2026-07-22T04:26:11.849Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3241 | 2026-07-22T04:26:12.377Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3242 | 2026-07-22T04:26:13.203Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3243 | 2026-07-22T04:26:13.409Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3244 | 2026-07-22T04:26:13.433Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3245 | 2026-07-22T04:26:13.870Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3246 | 2026-07-22T04:26:17.941Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3247 | 2026-07-22T04:26:17.964Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3248 | 2026-07-22T04:26:18.077Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3249 | 2026-07-22T04:26:18.950Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3250 | 2026-07-22T04:26:19.050Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3251 | 2026-07-22T04:26:19.590Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3252 | 2026-07-22T04:26:21.031Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3253 | 2026-07-22T04:26:21.337Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3254 | 2026-07-22T04:26:21.679Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3255 | 2026-07-22T04:26:21.852Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3256 | 2026-07-22T04:26:22.593Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3257 | 2026-07-22T04:26:22.671Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3258 | 2026-07-22T04:26:22.805Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3259 | 2026-07-22T04:26:23.168Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3260 | 2026-07-22T04:26:23.240Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3261 | 2026-07-22T04:26:23.321Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3262 | 2026-07-22T04:26:23.495Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3263 | 2026-07-22T04:26:23.836Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3264 | 2026-07-22T04:26:23.867Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3265 | 2026-07-22T04:26:24.026Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3266 | 2026-07-22T04:26:24.157Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3267 | 2026-07-22T04:26:24.567Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3268 | 2026-07-22T04:26:24.965Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3269 | 2026-07-22T04:26:25.296Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3270 | 2026-07-22T04:26:25.387Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3271 | 2026-07-22T04:26:26.314Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3272 | 2026-07-22T04:26:26.341Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3273 | 2026-07-22T04:26:27.043Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3274 | 2026-07-22T04:26:27.457Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3275 | 2026-07-22T04:26:27.728Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3276 | 2026-07-22T04:26:29.254Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3277 | 2026-07-22T04:26:31.347Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3278 | 2026-07-22T04:26:32.172Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3279 | 2026-07-22T04:26:32.673Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3280 | 2026-07-22T04:26:33.130Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3281 | 2026-07-22T04:26:35.642Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3282 | 2026-07-22T04:26:36.218Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3283 | 2026-07-22T04:26:37.469Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3284 | 2026-07-22T04:26:38.012Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3285 | 2026-07-22T04:26:38.907Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3286 | 2026-07-22T04:26:40.967Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3287 | 2026-07-22T04:26:41.876Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3288 | 2026-07-22T04:26:42.286Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3289 | 2026-07-22T04:26:42.566Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3290 | 2026-07-22T04:26:43.181Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3291 | 2026-07-22T04:26:45.519Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3292 | 2026-07-22T04:26:49.125Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3293 | 2026-07-22T04:26:49.747Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3294 | 2026-07-22T04:26:50.462Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3295 | 2026-07-22T04:26:51.423Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3296 | 2026-07-22T04:26:52.178Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3297 | 2026-07-22T04:26:52.946Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3298 | 2026-07-22T04:26:53.720Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3299 | 2026-07-22T04:26:55.029Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3300 | 2026-07-22T04:26:57.325Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3301 | 2026-07-22T04:26:57.555Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3302 | 2026-07-22T04:26:58.179Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3303 | 2026-07-22T04:26:58.248Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3304 | 2026-07-22T04:26:59.013Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3305 | 2026-07-22T04:27:00.100Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3306 | 2026-07-22T04:27:00.857Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3307 | 2026-07-22T04:27:04.288Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3308 | 2026-07-22T04:27:05.176Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3309 | 2026-07-22T04:27:06.448Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3310 | 2026-07-22T04:27:07.214Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3311 | 2026-07-22T04:27:08.097Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-07-22T04:27:09.161Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3313 | 2026-07-22T04:27:10.693Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3314 | 2026-07-22T04:27:11.562Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3315 | 2026-07-22T04:27:12.670Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3316 | 2026-07-22T04:27:13.575Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3317 | 2026-07-22T04:27:14.782Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3318 | 2026-07-22T04:27:17.402Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3319 | 2026-07-22T04:27:17.924Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3320 | 2026-07-22T04:27:18.950Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3321 | 2026-07-22T04:27:21.402Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3322 | 2026-07-22T04:27:22.043Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3323 | 2026-07-22T04:27:23.636Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3324 | 2026-07-22T04:27:25.101Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3325 | 2026-07-22T04:27:26.834Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3326 | 2026-07-22T04:27:28.565Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3327 | 2026-07-22T04:27:30.159Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3328 | 2026-07-22T04:27:31.742Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3329 | 2026-07-22T04:27:33.399Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3330 | 2026-07-22T04:27:37.616Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3331 | 2026-07-22T04:27:38.331Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3332 | 2026-07-22T04:27:39.316Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3333 | 2026-07-22T04:27:40.088Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3334 | 2026-07-22T04:27:41.749Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3335 | 2026-07-22T04:27:43.562Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3336 | 2026-07-22T04:27:45.549Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3337 | 2026-07-22T04:27:47.400Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3338 | 2026-07-22T04:27:49.172Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3339 | 2026-07-22T04:27:50.894Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3340 | 2026-07-22T04:27:52.968Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3341 | 2026-07-22T04:27:54.429Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3342 | 2026-07-22T04:27:56.251Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3343 | 2026-07-22T04:27:57.979Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3344 | 2026-07-22T04:27:59.731Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3345 | 2026-07-22T04:28:01.529Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3346 | 2026-07-22T04:28:05.093Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3347 | 2026-07-22T04:28:06.520Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3348 | 2026-07-22T04:28:08.666Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3349 | 2026-07-22T04:28:10.196Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3350 | 2026-07-22T04:28:11.815Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3351 | 2026-07-22T04:28:14.103Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3352 | 2026-07-22T04:28:15.899Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3353 | 2026-07-22T04:28:18.000Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3354 | 2026-07-22T04:28:19.586Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3355 | 2026-07-22T04:28:21.921Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3356 | 2026-07-22T04:28:25.118Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3357 | 2026-07-22T04:28:26.703Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3358 | 2026-07-22T04:28:27.687Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3359 | 2026-07-22T04:28:30.897Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3360 | 2026-07-22T04:28:33.061Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3361 | 2026-07-22T04:28:35.440Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3362 | 2026-07-22T04:28:38.062Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3363 | 2026-07-22T04:28:40.269Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3364 | 2026-07-22T04:28:42.604Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3365 | 2026-07-22T04:28:44.862Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3366 | 2026-07-22T04:28:47.464Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3367 | 2026-07-22T04:28:49.871Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3368 | 2026-07-22T04:28:51.692Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3369 | 2026-07-22T04:28:53.998Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3370 | 2026-07-22T04:28:56.364Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3371 | 2026-07-22T04:28:58.725Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3372 | 2026-07-22T04:29:01.025Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3373 | 2026-07-22T04:29:03.317Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3374 | 2026-07-22T04:29:05.768Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3375 | 2026-07-22T04:29:08.075Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3376 | 2026-07-22T04:29:10.513Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3377 | 2026-07-22T04:29:12.804Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3378 | 2026-07-22T04:29:15.161Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3379 | 2026-07-22T04:29:17.595Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3380 | 2026-07-22T04:29:19.980Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3381 | 2026-07-22T04:29:22.389Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3382 | 2026-07-22T04:29:24.754Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3383 | 2026-07-22T04:29:27.152Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3384 | 2026-07-22T04:29:29.543Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3385 | 2026-07-22T04:29:31.932Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3386 | 2026-07-22T04:29:34.410Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3387 | 2026-07-22T04:29:36.725Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3388 | 2026-07-22T04:29:39.119Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3389 | 2026-07-22T04:29:41.684Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3390 | 2026-07-22T04:29:43.924Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3391 | 2026-07-22T04:29:46.887Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3392 | 2026-07-22T04:29:49.113Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3393 | 2026-07-22T04:29:51.543Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3394 | 2026-07-22T04:29:54.027Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3395 | 2026-07-22T04:29:56.608Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3396 | 2026-07-22T04:29:59.176Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3397 | 2026-07-22T04:30:01.708Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3398 | 2026-07-22T04:30:04.149Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3399 | 2026-07-22T04:30:06.736Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3400 | 2026-07-22T04:30:09.351Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3401 | 2026-07-22T04:30:11.877Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3402 | 2026-07-22T04:30:14.322Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3403 | 2026-07-22T04:30:17.099Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3404 | 2026-07-22T04:30:19.667Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3405 | 2026-07-22T04:30:22.263Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3406 | 2026-07-22T04:30:24.763Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3407 | 2026-07-22T04:30:27.435Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3408 | 2026-07-22T04:30:29.970Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3409 | 2026-07-22T04:30:32.629Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3410 | 2026-07-22T04:30:35.580Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3411 | 2026-07-22T04:30:38.016Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3412 | 2026-07-22T04:30:46.027Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3413 | 2026-07-22T04:30:46.104Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3414 | 2026-07-22T04:30:49.539Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3415 | 2026-07-22T04:30:52.849Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3416 | 2026-07-22T04:30:56.272Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3417 | 2026-07-22T04:30:59.804Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3418 | 2026-07-22T04:31:03.119Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3419 | 2026-07-22T04:31:06.545Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3420 | 2026-07-22T04:31:09.890Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3421 | 2026-07-22T04:31:13.291Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3422 | 2026-07-22T04:31:16.615Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3423 | 2026-07-22T04:31:21.305Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3424 | 2026-07-22T04:31:24.221Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3425 | 2026-07-22T04:31:27.936Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3426 | 2026-07-22T04:31:31.617Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3427 | 2026-07-22T04:31:35.314Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3428 | 2026-07-22T04:31:39.178Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3429 | 2026-07-22T04:31:42.929Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3430 | 2026-07-22T04:31:46.486Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3431 | 2026-07-22T04:31:50.179Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3432 | 2026-07-22T04:31:53.920Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3433 | 2026-07-22T04:31:57.648Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3434 | 2026-07-22T04:32:01.367Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3435 | 2026-07-22T04:32:05.035Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3436 | 2026-07-22T04:32:08.982Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3437 | 2026-07-22T04:32:12.595Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3438 | 2026-07-22T04:32:16.231Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3439 | 2026-07-22T04:32:45.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 58s |
| 3440 | 2026-07-22T04:32:46.098Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files |
| 3441 | 2026-07-22T04:32:46.205Z | |
| 3442 | 2026-07-22T04:32:46.205Z | real 6:58.579369806 |
| 3443 | 2026-07-22T04:32:46.205Z | user 18:41.149517269 |
| 3444 | 2026-07-22T04:32:46.205Z | sys 3:57.385777800 |
| 3445 | 2026-07-22T04:32:46.205Z | trap 0.270162266 |
| 3446 | 2026-07-22T04:32:46.206Z | tflt 0.008554481 |
| 3447 | 2026-07-22T04:32:46.206Z | dflt 0.065636686 |
| 3448 | 2026-07-22T04:32:46.206Z | kflt 0.000012820 |
| 3449 | 2026-07-22T04:32:46.206Z | lock 6:28:30.150346122 |
| 3450 | 2026-07-22T04:32:46.206Z | slp 2:20:45.390695339 |
| 3451 | 2026-07-22T04:32:46.206Z | lat 30.868666105 |
| 3452 | 2026-07-22T04:32:46.206Z | stop 1:41.224937899 |
| 3453 | 2026-07-22T04:32:46.209Z | process exited: duration 795049 ms, exit code 0 |
| |
| 3454 | 2026-07-22T04:32:46.217Z | found 0 output files |