|
|
|
| 1 | 2026-07-21T19:09:05.149Z | job assigned to worker 01KY318FZ5P2C1A7ATCGDCGX2Q [factory aws, i-04388dca18d38881c] (queued for 51 s) |
| |
| 2 | 2026-07-21T19:09:11.189Z | starting task 0: "setup" |
| 3 | 2026-07-21T19:09:11.193Z | ++ uname -s |
| 4 | 2026-07-21T19:09:11.196Z | + kern=SunOS |
| 5 | 2026-07-21T19:09:11.196Z | + build_user=build |
| 6 | 2026-07-21T19:09:11.196Z | + build_uid=12345 |
| 7 | 2026-07-21T19:09:11.196Z | + work_dir=/work |
| 8 | 2026-07-21T19:09:11.196Z | + input_dir=/input |
| 9 | 2026-07-21T19:09:11.196Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-21T19:09:11.196Z | + case "$kern" in |
| 11 | 2026-07-21T19:09:11.196Z | + groupadd -g 12345 build |
| 12 | 2026-07-21T19:09:11.196Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-21T19:09:13.220Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-21T19:09:13.310Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-21T19:09:13.367Z | + home_fs=zfs |
| 16 | 2026-07-21T19:09:13.367Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-21T19:09:13.367Z | + mkdir -p /home/build |
| 18 | 2026-07-21T19:09:13.367Z | + chown build:build /home/build /work |
| 19 | 2026-07-21T19:09:15.319Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-21T19:09:15.364Z | process exited: duration 4108 ms, exit code 0 |
| |
| 21 | 2026-07-21T19:09:15.430Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-21T19:09:15.447Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-21T19:09:15.447Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-21T19:09:15.447Z | * rust toolchain channel = "1.96.1" |
| 25 | 2026-07-21T19:09:15.447Z | * rust toolchain profile = "default" |
| 26 | 2026-07-21T19:09:15.447Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-21T19:09:15.447Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-21T19:09:15.448Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-21T19:09:15.448Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-21T19:09:15.536Z | info: downloading installer |
| 31 | 2026-07-21T19:09:16.892Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-21T19:09:16.892Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-21T19:09:16.892Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-21T19:09:16.893Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-21T19:09:16.908Z | info: profile set to default |
| 36 | 2026-07-21T19:09:16.908Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-21T19:09:16.920Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-21T19:09:17.046Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-21T19:09:17.052Z | info: downloading 6 components |
| 40 | 2026-07-21T19:09:32.146Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-21T19:09:32.147Z | |
| 42 | 2026-07-21T19:09:32.176Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-21T19:09:32.176Z | |
| 44 | 2026-07-21T19:09:32.176Z | |
| 45 | 2026-07-21T19:09:32.176Z | Rust is installed now. Great! |
| 46 | 2026-07-21T19:09:32.176Z | |
| 47 | 2026-07-21T19:09:32.179Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-21T19:09:32.179Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-21T19:09:32.179Z | |
| 50 | 2026-07-21T19:09:32.180Z | To configure your current shell, you need to source |
| 51 | 2026-07-21T19:09:32.180Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-21T19:09:32.180Z | |
| 53 | 2026-07-21T19:09:32.180Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-21T19:09:32.181Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-21T19:09:32.181Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-21T19:09:32.181Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-21T19:09:32.181Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-21T19:09:32.181Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-21T19:09:32.181Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-21T19:09:32.181Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-21T19:09:32.181Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-21T19:09:32.259Z | + rustup --version |
| 63 | 2026-07-21T19:09:32.267Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-21T19:09:32.275Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-21T19:09:32.288Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-21T19:09:32.292Z | + cargo --version |
| 67 | 2026-07-21T19:09:32.306Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-21T19:09:32.308Z | + rustc --version |
| 69 | 2026-07-21T19:09:32.329Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-21T19:09:32.332Z | process exited: duration 16912 ms, exit code 0 |
| |
| 71 | 2026-07-21T19:09:32.339Z | starting task 2: "authentication" |
| 72 | 2026-07-21T19:09:32.358Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-07-21T19:09:32.363Z | starting task 3: "clone repository" |
| 74 | 2026-07-21T19:09:32.367Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-21T19:09:32.370Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-21T19:09:32.400Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-21T19:09:42.530Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-21T19:09:42.530Z | + git fetch origin 41f7fe0e387486f78610e0f4a0ba43e837c136af |
| 79 | 2026-07-21T19:09:42.854Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-21T19:09:42.854Z | * branch 41f7fe0e387486f78610e0f4a0ba43e837c136af -> FETCH_HEAD |
| 81 | 2026-07-21T19:09:42.868Z | + [[ -n sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy ]] |
| 82 | 2026-07-21T19:09:42.876Z | ++ git branch --show-current |
| 83 | 2026-07-21T19:09:42.876Z | + current=main |
| 84 | 2026-07-21T19:09:42.876Z | + [[ main != sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy ]] |
| 85 | 2026-07-21T19:09:42.876Z | + git branch -f sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy 41f7fe0e387486f78610e0f4a0ba43e837c136af |
| 86 | 2026-07-21T19:09:42.876Z | + git checkout -f sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy |
| 87 | 2026-07-21T19:09:43.118Z | Switched to branch 'sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy' |
| 88 | 2026-07-21T19:09:43.123Z | + git reset --hard 41f7fe0e387486f78610e0f4a0ba43e837c136af |
| 89 | 2026-07-21T19:09:43.142Z | HEAD is now at 41f7fe0e3 rebase |
| 90 | 2026-07-21T19:09:43.146Z | process exited: duration 10778 ms, exit code 0 |
| |
| 91 | 2026-07-21T19:09:43.153Z | starting task 4: "build" |
| 92 | 2026-07-21T19:09:43.157Z | + source ./env.sh |
| 93 | 2026-07-21T19:09:43.160Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-07-21T19:09:43.160Z | ++ set -o xtrace |
| 95 | 2026-07-21T19:09:43.160Z | ++++ dirname ./env.sh |
| 96 | 2026-07-21T19:09:43.168Z | +++ readlink -f . |
| 97 | 2026-07-21T19:09:43.168Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-07-21T19:09:43.169Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-07-21T19:09:43.169Z | ++ 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-21T19:09:43.169Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-07-21T19:09:43.169Z | ++ 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-21T19:09:43.169Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-07-21T19:09:43.169Z | ++ 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-21T19:09:43.169Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-07-21T19:09:43.169Z | ++ 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-21T19:09:43.170Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-07-21T19:09:43.170Z | ++ 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-21T19:09:43.170Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-07-21T19:09:43.170Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-07-21T19:09:43.170Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-07-21T19:09:43.170Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-07-21T19:09:43.170Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-07-21T19:09:43.170Z | +++ uname -s |
| 114 | 2026-07-21T19:09:43.173Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-07-21T19:09:43.173Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-07-21T19:09:43.173Z | + cargo --version |
| 117 | 2026-07-21T19:09:43.176Z | cargo 1.96.1 (356927216 2026-06-26) |
| 118 | 2026-07-21T19:09:43.176Z | + rustc --version |
| 119 | 2026-07-21T19:09:43.198Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 120 | 2026-07-21T19:09:43.202Z | + banner prerequisites |
| 121 | 2026-07-21T19:09:43.202Z | |
| 122 | 2026-07-21T19:09:43.202Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-07-21T19:09:43.202Z | # # # # # # # # # # # # # # # |
| 124 | 2026-07-21T19:09:43.202Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-07-21T19:09:43.202Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-07-21T19:09:43.202Z | # # # # # # # # # # # # # # # |
| 127 | 2026-07-21T19:09:43.202Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-07-21T19:09:43.202Z | |
| 129 | 2026-07-21T19:09:43.202Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-07-21T19:09:44.787Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-07-21T19:09:44.984Z | Startup: Caching catalogs ... Done |
| 132 | 2026-07-21T19:09:45.916Z | Planning: Solver setup ... Done (0.858s) |
| 133 | 2026-07-21T19:09:45.953Z | Planning: Running solver ... Done (0.039s) |
| 134 | 2026-07-21T19:09:45.976Z | Planning: Finding local manifests ... Done (0.002s) |
| 135 | 2026-07-21T19:09:45.986Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-07-21T19:09:46.002Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-07-21T19:09:46.016Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-07-21T19:09:46.019Z | Planning: Merging actions ... Done (0.001s) |
| 139 | 2026-07-21T19:09:46.216Z | Planning: Checking for conflicting actions ... Done (0.197s) |
| 140 | 2026-07-21T19:09:46.219Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-07-21T19:09:46.989Z | Planning: Evaluating mediators ... Done (0.774s) |
| 142 | 2026-07-21T19:09:46.995Z | Planning: Planning completed in 1.98 seconds |
| 143 | 2026-07-21T19:09:47.000Z | Packages to install: 2 |
| 144 | 2026-07-21T19:09:47.000Z | Estimated space available: 156.06 GB |
| 145 | 2026-07-21T19:09:47.000Z | Estimated space to be consumed: 46.64 MB |
| 146 | 2026-07-21T19:09:47.000Z | Create boot environment: No |
| 147 | 2026-07-21T19:09:47.003Z | Create backup boot environment: No |
| 148 | 2026-07-21T19:09:47.003Z | Rebuild boot archive: No |
| 149 | 2026-07-21T19:09:47.003Z | |
| 150 | 2026-07-21T19:09:47.003Z | Changed packages: |
| 151 | 2026-07-21T19:09:47.003Z | helios |
| 152 | 2026-07-21T19:09:47.003Z | developer/build-essential |
| 153 | 2026-07-21T19:09:47.003Z | None -> 11-3.0 |
| 154 | 2026-07-21T19:09:47.003Z | library/libxmlsec1 |
| 155 | 2026-07-21T19:09:47.003Z | None -> 1.2.35-3.0 |
| 156 | 2026-07-21T19:09:47.022Z | |
| 157 | 2026-07-21T19:09:47.022Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-07-21T19:09:47.099Z | Download: Completed 1.28 MB in 0.08 seconds (16.6M/s) |
| 159 | 2026-07-21T19:09:47.168Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-07-21T19:09:47.205Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-07-21T19:09:47.224Z | Finalize: Updating package state database ... Done (0.018s) |
| 162 | 2026-07-21T19:09:47.227Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-07-21T19:09:47.271Z | Finalize: Updating image state ... Done (0.047s) |
| 164 | 2026-07-21T19:09:49.682Z | Finalize: Creating fast lookup database ... Done (2.374s) |
| 165 | 2026-07-21T19:09:49.749Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-07-21T19:09:49.754Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-07-21T19:09:49.843Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-07-21T19:09:50.176Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-07-21T19:09:50.280Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-07-21T19:09:50.285Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-07-21T19:09:50.439Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-07-21T19:09:50.443Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-07-21T19:09:50.466Z | Mediators to change: 2 |
| 174 | 2026-07-21T19:09:50.466Z | Create boot environment: No |
| 175 | 2026-07-21T19:09:50.470Z | Create backup boot environment: No |
| 176 | 2026-07-21T19:09:50.512Z | Finalize: Updating package state database ... Done |
| 177 | 2026-07-21T19:09:50.512Z | Finalize: Updating package cache ... Done |
| 178 | 2026-07-21T19:09:50.539Z | Finalize: Updating image state ... Done |
| 179 | 2026-07-21T19:09:52.507Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-07-21T19:09:52.576Z | Finalize: Reading search index ... Done |
| 181 | 2026-07-21T19:09:52.579Z | Finalize: Updating search index ... Done |
| 182 | 2026-07-21T19:09:52.633Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-21T19:09:52.914Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-07-21T19:09:53.020Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-07-21T19:09:53.025Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-07-21T19:09:53.176Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-07-21T19:09:53.180Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-07-21T19:09:53.199Z | Mediators to change: 1 |
| 189 | 2026-07-21T19:09:53.199Z | Create boot environment: No |
| 190 | 2026-07-21T19:09:53.199Z | Create backup boot environment: No |
| 191 | 2026-07-21T19:09:53.243Z | Finalize: Updating package state database ... Done |
| 192 | 2026-07-21T19:09:53.247Z | Finalize: Updating package cache ... Done |
| 193 | 2026-07-21T19:09:53.272Z | Finalize: Updating image state ... Done |
| 194 | 2026-07-21T19:09:55.245Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-07-21T19:09:55.306Z | Finalize: Reading search index ... Done |
| 196 | 2026-07-21T19:09:55.311Z | Finalize: Updating search index ... Done |
| 197 | 2026-07-21T19:09:55.364Z | Finalize: Updating package cache ... Done |
| 198 | 2026-07-21T19:09:55.683Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-07-21T19:09:55.683Z | apache system 2.4 system |
| 200 | 2026-07-21T19:09:55.683Z | clang system 15 system |
| 201 | 2026-07-21T19:09:55.683Z | csh system system illumos |
| 202 | 2026-07-21T19:09:55.683Z | ctags system system illumos |
| 203 | 2026-07-21T19:09:55.683Z | file vendor vendor darwinsys |
| 204 | 2026-07-21T19:09:55.683Z | file system system illumos |
| 205 | 2026-07-21T19:09:55.683Z | gcc vendor 14 vendor |
| 206 | 2026-07-21T19:09:55.683Z | gcc system 13 system |
| 207 | 2026-07-21T19:09:55.683Z | gcc system 10 system |
| 208 | 2026-07-21T19:09:55.683Z | go system 1.25 system |
| 209 | 2026-07-21T19:09:55.683Z | llvm system 15 system |
| 210 | 2026-07-21T19:09:55.683Z | mariadb system 11.4 system |
| 211 | 2026-07-21T19:09:55.684Z | mta vendor vendor dma |
| 212 | 2026-07-21T19:09:55.684Z | openjdk system 17 system |
| 213 | 2026-07-21T19:09:55.684Z | openjdk system 11 system |
| 214 | 2026-07-21T19:09:55.684Z | openssl vendor 3 vendor |
| 215 | 2026-07-21T19:09:55.684Z | perl system 5.40 system |
| 216 | 2026-07-21T19:09:55.684Z | postgresql system 18 system |
| 217 | 2026-07-21T19:09:55.684Z | postgresql system 17 system |
| 218 | 2026-07-21T19:09:55.684Z | python vendor 3 vendor |
| 219 | 2026-07-21T19:09:55.684Z | python system 2 system |
| 220 | 2026-07-21T19:09:55.684Z | python3 vendor 3.13 vendor |
| 221 | 2026-07-21T19:09:55.684Z | ruby system 3.4 system |
| 222 | 2026-07-21T19:09:55.684Z | ruby system 3.0 system |
| 223 | 2026-07-21T19:09:55.684Z | words vendor vendor american-english |
| 224 | 2026-07-21T19:09:55.684Z | words system system australian-english |
| 225 | 2026-07-21T19:09:55.684Z | words system system british-english |
| 226 | 2026-07-21T19:09:55.684Z | words system system canadian-english |
| 227 | 2026-07-21T19:09:55.684Z | words system system french |
| 228 | 2026-07-21T19:09:55.684Z | words system system italian |
| 229 | 2026-07-21T19:09:55.684Z | words system system ngerman |
| 230 | 2026-07-21T19:09:55.684Z | words system system ogerman |
| 231 | 2026-07-21T19:09:55.684Z | words system system spanish |
| 232 | 2026-07-21T19:09:55.939Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-07-21T19:09:55.939Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-07-21T19:09:56.303Z | FMRI IFO |
| 235 | 2026-07-21T19:09:56.303Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-07-21T19:09:56.303Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-07-21T19:09:56.303Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-07-21T19:09:56.303Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-07-21T19:09:56.303Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-07-21T19:09:56.303Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-07-21T19:09:56.303Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-07-21T19:09:56.303Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-07-21T19:09:56.303Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-07-21T19:09:56.585Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-07-21T19:09:56.874Z | Updating crates.io index |
| 246 | 2026-07-21T19:09:56.877Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-07-21T19:09:57.092Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-07-21T19:09:57.385Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-21T19:09:58.278Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-07-21T19:09:58.775Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-07-21T19:10:00.740Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-07-21T19:10:01.531Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-07-21T19:10:01.804Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-07-21T19:10:02.126Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-07-21T19:10:03.696Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-07-21T19:10:03.973Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-07-21T19:10:04.309Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2026-07-21T19:10:04.577Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 259 | 2026-07-21T19:10:04.979Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-07-21T19:10:05.512Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-07-21T19:10:05.898Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-07-21T19:10:06.159Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-07-21T19:10:06.453Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 264 | 2026-07-21T19:10:06.788Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 265 | 2026-07-21T19:10:07.027Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 266 | 2026-07-21T19:10:07.274Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 267 | 2026-07-21T19:10:07.557Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-07-21T19:10:07.891Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 269 | 2026-07-21T19:10:08.280Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-07-21T19:10:08.697Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-07-21T19:10:09.220Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-07-21T19:10:09.622Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-07-21T19:10:10.013Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 274 | 2026-07-21T19:10:10.303Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 275 | 2026-07-21T19:10:10.609Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 276 | 2026-07-21T19:10:10.989Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 277 | 2026-07-21T19:10:11.366Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-07-21T19:10:11.776Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 279 | 2026-07-21T19:10:12.032Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 280 | 2026-07-21T19:10:12.310Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-07-21T19:10:12.595Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-07-21T19:10:12.897Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 283 | 2026-07-21T19:10:13.189Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2026-07-21T19:10:13.426Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2026-07-21T19:10:13.683Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2026-07-21T19:10:13.901Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 287 | 2026-07-21T19:10:16.615Z | Downloading crates ... |
| 288 | 2026-07-21T19:10:16.670Z | Downloaded heck v0.4.1 |
| 289 | 2026-07-21T19:10:16.678Z | Downloaded clap_lex v1.0.0 |
| 290 | 2026-07-21T19:10:16.683Z | Downloaded anstyle v1.0.14 |
| 291 | 2026-07-21T19:10:16.683Z | Downloaded pest_derive v2.8.6 |
| 292 | 2026-07-21T19:10:16.687Z | Downloaded zmij v1.0.21 |
| 293 | 2026-07-21T19:10:16.690Z | Downloaded camino v1.2.2 |
| 294 | 2026-07-21T19:10:16.693Z | Downloaded zerocopy-derive v0.7.35 |
| 295 | 2026-07-21T19:10:16.695Z | Downloaded usdt-macro v0.5.0 |
| 296 | 2026-07-21T19:10:16.696Z | Downloaded generic-array v0.14.7 |
| 297 | 2026-07-21T19:10:16.698Z | Downloaded itoa v1.0.17 |
| 298 | 2026-07-21T19:10:16.701Z | Downloaded equivalent v1.0.2 |
| 299 | 2026-07-21T19:10:16.701Z | Downloaded zerocopy v0.7.35 |
| 300 | 2026-07-21T19:10:16.708Z | Downloaded scroll v0.12.0 |
| 301 | 2026-07-21T19:10:16.710Z | Downloaded is_terminal_polyfill v1.70.2 |
| 302 | 2026-07-21T19:10:16.710Z | Downloaded dof v0.3.0 |
| 303 | 2026-07-21T19:10:16.710Z | Downloaded heck v0.5.0 |
| 304 | 2026-07-21T19:10:16.710Z | Downloaded colorchoice v1.0.4 |
| 305 | 2026-07-21T19:10:16.714Z | Downloaded cargo_metadata v0.23.1 |
| 306 | 2026-07-21T19:10:16.720Z | Downloaded usdt-attr-macro v0.5.0 |
| 307 | 2026-07-21T19:10:16.723Z | Downloaded cargo-platform v0.3.2 |
| 308 | 2026-07-21T19:10:16.726Z | Downloaded autocfg v1.5.0 |
| 309 | 2026-07-21T19:10:16.736Z | Downloaded crypto-common v0.1.7 |
| 310 | 2026-07-21T19:10:16.743Z | Downloaded macaddr v1.0.1 |
| 311 | 2026-07-21T19:10:16.743Z | Downloaded log v0.4.29 |
| 312 | 2026-07-21T19:10:16.746Z | Downloaded cfg-if v1.0.4 |
| 313 | 2026-07-21T19:10:16.749Z | Downloaded anstyle-query v1.1.5 |
| 314 | 2026-07-21T19:10:16.749Z | Downloaded plain v0.2.3 |
| 315 | 2026-07-21T19:10:16.752Z | Downloaded toml_write v0.1.2 |
| 316 | 2026-07-21T19:10:16.752Z | Downloaded terminal_size v0.4.3 |
| 317 | 2026-07-21T19:10:16.755Z | Downloaded unicode-linebreak v0.1.5 |
| 318 | 2026-07-21T19:10:16.758Z | Downloaded anyhow v1.0.102 |
| 319 | 2026-07-21T19:10:16.758Z | Downloaded digest v0.10.7 |
| 320 | 2026-07-21T19:10:16.761Z | Downloaded cargo_toml v0.21.0 |
| 321 | 2026-07-21T19:10:16.761Z | Downloaded getrandom v0.4.1 |
| 322 | 2026-07-21T19:10:16.764Z | Downloaded camino-tempfile v1.4.1 |
| 323 | 2026-07-21T19:10:16.768Z | Downloaded pest_generator v2.8.6 |
| 324 | 2026-07-21T19:10:16.771Z | Downloaded thread-id v4.2.2 |
| 325 | 2026-07-21T19:10:16.771Z | Downloaded fnv v1.0.7 |
| 326 | 2026-07-21T19:10:16.781Z | Downloaded serde_spanned v0.6.9 |
| 327 | 2026-07-21T19:10:16.784Z | Downloaded pretty-hex v0.4.1 |
| 328 | 2026-07-21T19:10:16.788Z | Downloaded strsim v0.11.1 |
| 329 | 2026-07-21T19:10:16.793Z | Downloaded dtrace-parser v0.2.0 |
| 330 | 2026-07-21T19:10:16.796Z | Downloaded version_check v0.9.5 |
| 331 | 2026-07-21T19:10:16.796Z | Downloaded swrite v0.1.0 |
| 332 | 2026-07-21T19:10:16.802Z | Downloaded proc-macro-error-attr v1.0.4 |
| 333 | 2026-07-21T19:10:16.802Z | Downloaded fastrand v2.3.0 |
| 334 | 2026-07-21T19:10:16.802Z | Downloaded bytecount v0.6.9 |
| 335 | 2026-07-21T19:10:16.806Z | Downloaded anstyle-parse v1.0.0 |
| 336 | 2026-07-21T19:10:16.809Z | Downloaded toml_datetime v0.6.11 |
| 337 | 2026-07-21T19:10:16.809Z | Downloaded errno v0.3.14 |
| 338 | 2026-07-21T19:10:16.812Z | Downloaded cpufeatures v0.2.17 |
| 339 | 2026-07-21T19:10:16.823Z | Downloaded utf8parse v0.2.2 |
| 340 | 2026-07-21T19:10:16.827Z | Downloaded tabled_derive v0.7.0 |
| 341 | 2026-07-21T19:10:16.830Z | Downloaded block-buffer v0.10.4 |
| 342 | 2026-07-21T19:10:16.830Z | Downloaded smawk v0.3.2 |
| 343 | 2026-07-21T19:10:16.833Z | Downloaded scroll_derive v0.12.1 |
| 344 | 2026-07-21T19:10:16.833Z | Downloaded sha2 v0.10.9 |
| 345 | 2026-07-21T19:10:16.836Z | Downloaded proc-macro-error v1.0.4 |
| 346 | 2026-07-21T19:10:16.836Z | Downloaded memmap v0.7.0 |
| 347 | 2026-07-21T19:10:16.839Z | Downloaded byteorder v1.5.0 |
| 348 | 2026-07-21T19:10:16.839Z | Downloaded thiserror v1.0.69 |
| 349 | 2026-07-21T19:10:16.842Z | Downloaded usdt-impl v0.5.0 |
| 350 | 2026-07-21T19:10:16.845Z | Downloaded fs-err v3.3.0 |
| 351 | 2026-07-21T19:10:16.852Z | Downloaded clap_derive v4.6.1 |
| 352 | 2026-07-21T19:10:16.856Z | Downloaded thiserror-impl v2.0.18 |
| 353 | 2026-07-21T19:10:16.856Z | Downloaded anstream v1.0.0 |
| 354 | 2026-07-21T19:10:16.856Z | Downloaded thiserror v2.0.18 |
| 355 | 2026-07-21T19:10:16.860Z | Downloaded papergrid v0.11.0 |
| 356 | 2026-07-21T19:10:16.864Z | Downloaded memchr v2.8.0 |
| 357 | 2026-07-21T19:10:16.869Z | Downloaded typenum v1.20.1 |
| 358 | 2026-07-21T19:10:16.873Z | Downloaded thiserror-impl v1.0.69 |
| 359 | 2026-07-21T19:10:16.877Z | Downloaded quote v1.0.45 |
| 360 | 2026-07-21T19:10:16.881Z | Downloaded once_cell v1.21.3 |
| 361 | 2026-07-21T19:10:16.885Z | Downloaded usdt v0.5.0 |
| 362 | 2026-07-21T19:10:16.885Z | Downloaded ucd-trie v0.1.7 |
| 363 | 2026-07-21T19:10:16.888Z | Downloaded serde_tokenstream v0.2.3 |
| 364 | 2026-07-21T19:10:16.891Z | Downloaded pest_meta v2.8.6 |
| 365 | 2026-07-21T19:10:16.894Z | Downloaded clap v4.6.1 |
| 366 | 2026-07-21T19:10:16.903Z | Downloaded bitflags v2.11.0 |
| 367 | 2026-07-21T19:10:16.906Z | Downloaded proc-macro2 v1.0.106 |
| 368 | 2026-07-21T19:10:16.906Z | Downloaded toml v0.8.23 |
| 369 | 2026-07-21T19:10:16.909Z | Downloaded unicode-ident v1.0.24 |
| 370 | 2026-07-21T19:10:16.909Z | Downloaded serde_derive v1.0.228 |
| 371 | 2026-07-21T19:10:16.912Z | Downloaded tempfile v3.25.0 |
| 372 | 2026-07-21T19:10:16.912Z | Downloaded serde_core v1.0.228 |
| 373 | 2026-07-21T19:10:16.933Z | Downloaded semver v1.0.28 |
| 374 | 2026-07-21T19:10:16.933Z | Downloaded serde v1.0.228 |
| 375 | 2026-07-21T19:10:16.941Z | Downloaded textwrap v0.16.2 |
| 376 | 2026-07-21T19:10:16.941Z | Downloaded toml_edit v0.22.27 |
| 377 | 2026-07-21T19:10:16.946Z | Downloaded serde_json v1.0.150 |
| 378 | 2026-07-21T19:10:16.959Z | Downloaded pest v2.8.6 |
| 379 | 2026-07-21T19:10:16.962Z | Downloaded indexmap v2.14.0 |
| 380 | 2026-07-21T19:10:16.981Z | Downloaded winnow v0.7.14 |
| 381 | 2026-07-21T19:10:16.990Z | Downloaded hashbrown v0.17.0 |
| 382 | 2026-07-21T19:10:16.998Z | Downloaded goblin v0.8.2 |
| 383 | 2026-07-21T19:10:17.004Z | Downloaded clap_builder v4.6.0 |
| 384 | 2026-07-21T19:10:17.031Z | Downloaded syn v2.0.117 |
| 385 | 2026-07-21T19:10:17.038Z | Downloaded tabled v0.15.0 |
| 386 | 2026-07-21T19:10:17.045Z | Downloaded syn v1.0.109 |
| 387 | 2026-07-21T19:10:17.050Z | Downloaded unicode-width v0.2.0 |
| 388 | 2026-07-21T19:10:17.053Z | Downloaded unicode-width v0.1.14 |
| 389 | 2026-07-21T19:10:17.071Z | Downloaded rustix v1.1.3 |
| 390 | 2026-07-21T19:10:17.099Z | Downloaded libc v0.2.185 |
| 391 | 2026-07-21T19:10:17.159Z | Compiling proc-macro2 v1.0.106 |
| 392 | 2026-07-21T19:10:17.159Z | Compiling unicode-ident v1.0.24 |
| 393 | 2026-07-21T19:10:17.159Z | Compiling quote v1.0.45 |
| 394 | 2026-07-21T19:10:17.162Z | Compiling serde_core v1.0.228 |
| 395 | 2026-07-21T19:10:17.162Z | Compiling libc v0.2.185 |
| 396 | 2026-07-21T19:10:17.162Z | Compiling version_check v0.9.5 |
| 397 | 2026-07-21T19:10:17.162Z | Compiling memchr v2.8.0 |
| 398 | 2026-07-21T19:10:17.162Z | Compiling serde v1.0.228 |
| 399 | 2026-07-21T19:10:17.482Z | Compiling zmij v1.0.21 |
| 400 | 2026-07-21T19:10:17.807Z | Compiling ucd-trie v0.1.7 |
| 401 | 2026-07-21T19:10:17.856Z | Compiling itoa v1.0.17 |
| 402 | 2026-07-21T19:10:17.980Z | Compiling thiserror v1.0.69 |
| 403 | 2026-07-21T19:10:18.061Z | Compiling pest v2.8.6 |
| 404 | 2026-07-21T19:10:18.108Z | Compiling rustix v1.1.3 |
| 405 | 2026-07-21T19:10:18.231Z | Compiling byteorder v1.5.0 |
| 406 | 2026-07-21T19:10:18.481Z | Compiling errno v0.3.14 |
| 407 | 2026-07-21T19:10:18.529Z | Compiling serde_json v1.0.150 |
| 408 | 2026-07-21T19:10:18.644Z | Compiling syn v2.0.117 |
| 409 | 2026-07-21T19:10:18.709Z | Compiling bitflags v2.11.0 |
| 410 | 2026-07-21T19:10:18.727Z | Compiling thread-id v4.2.2 |
| 411 | 2026-07-21T19:10:18.776Z | Compiling usdt-impl v0.5.0 |
| 412 | 2026-07-21T19:10:18.840Z | Compiling proc-macro-error-attr v1.0.4 |
| 413 | 2026-07-21T19:10:18.963Z | Compiling camino v1.2.2 |
| 414 | 2026-07-21T19:10:18.998Z | Compiling syn v1.0.109 |
| 415 | 2026-07-21T19:10:19.087Z | Compiling pest_meta v2.8.6 |
| 416 | 2026-07-21T19:10:19.361Z | Compiling proc-macro-error v1.0.4 |
| 417 | 2026-07-21T19:10:19.376Z | Compiling plain v0.2.3 |
| 418 | 2026-07-21T19:10:19.392Z | Compiling hashbrown v0.17.0 |
| 419 | 2026-07-21T19:10:19.482Z | Compiling log v0.4.29 |
| 420 | 2026-07-21T19:10:19.673Z | Compiling utf8parse v0.2.2 |
| 421 | 2026-07-21T19:10:19.692Z | Compiling getrandom v0.4.1 |
| 422 | 2026-07-21T19:10:19.895Z | Compiling equivalent v1.0.2 |
| 423 | 2026-07-21T19:10:19.947Z | Compiling terminal_size v0.4.3 |
| 424 | 2026-07-21T19:10:19.988Z | Compiling indexmap v2.14.0 |
| 425 | 2026-07-21T19:10:20.044Z | Compiling anstyle-parse v1.0.0 |
| 426 | 2026-07-21T19:10:20.629Z | Compiling thiserror v2.0.18 |
| 427 | 2026-07-21T19:10:20.634Z | Compiling winnow v0.7.14 |
| 428 | 2026-07-21T19:10:20.693Z | Compiling cfg-if v1.0.4 |
| 429 | 2026-07-21T19:10:20.738Z | Compiling is_terminal_polyfill v1.70.2 |
| 430 | 2026-07-21T19:10:20.769Z | Compiling pretty-hex v0.4.1 |
| 431 | 2026-07-21T19:10:20.778Z | Compiling autocfg v1.5.0 |
| 432 | 2026-07-21T19:10:20.835Z | Compiling colorchoice v1.0.4 |
| 433 | 2026-07-21T19:10:20.839Z | Compiling anstyle-query v1.1.5 |
| 434 | 2026-07-21T19:10:20.907Z | Compiling toml_write v0.1.2 |
| 435 | 2026-07-21T19:10:20.959Z | Compiling pest_generator v2.8.6 |
| 436 | 2026-07-21T19:10:20.976Z | Compiling anstyle v1.0.14 |
| 437 | 2026-07-21T19:10:21.195Z | Compiling anstream v1.0.0 |
| 438 | 2026-07-21T19:10:21.209Z | Compiling fastrand v2.3.0 |
| 439 | 2026-07-21T19:10:21.240Z | Compiling fs-err v3.3.0 |
| 440 | 2026-07-21T19:10:21.455Z | Compiling once_cell v1.21.3 |
| 441 | 2026-07-21T19:10:21.492Z | Compiling strsim v0.11.1 |
| 442 | 2026-07-21T19:10:21.511Z | Compiling bytecount v0.6.9 |
| 443 | 2026-07-21T19:10:21.651Z | Compiling clap_lex v1.0.0 |
| 444 | 2026-07-21T19:10:21.669Z | Compiling heck v0.5.0 |
| 445 | 2026-07-21T19:10:21.686Z | Compiling heck v0.4.1 |
| 446 | 2026-07-21T19:10:21.704Z | Compiling fnv v1.0.7 |
| 447 | 2026-07-21T19:10:21.813Z | Compiling unicode-width v0.1.14 |
| 448 | 2026-07-21T19:10:21.853Z | Compiling anyhow v1.0.102 |
| 449 | 2026-07-21T19:10:21.889Z | Compiling clap_builder v4.6.0 |
| 450 | 2026-07-21T19:10:21.906Z | Compiling tempfile v3.25.0 |
| 451 | 2026-07-21T19:10:22.020Z | Compiling semver v1.0.28 |
| 452 | 2026-07-21T19:10:22.088Z | Compiling papergrid v0.11.0 |
| 453 | 2026-07-21T19:10:22.144Z | Compiling cargo-platform v0.3.2 |
| 454 | 2026-07-21T19:10:22.274Z | Compiling tabled_derive v0.7.0 |
| 455 | 2026-07-21T19:10:22.294Z | Compiling memmap v0.7.0 |
| 456 | 2026-07-21T19:10:22.347Z | Compiling unicode-linebreak v0.1.5 |
| 457 | 2026-07-21T19:10:22.385Z | Compiling unicode-width v0.2.0 |
| 458 | 2026-07-21T19:10:22.414Z | Compiling smawk v0.3.2 |
| 459 | 2026-07-21T19:10:22.554Z | Compiling camino-tempfile v1.4.1 |
| 460 | 2026-07-21T19:10:22.604Z | Compiling serde_derive v1.0.228 |
| 461 | 2026-07-21T19:10:22.645Z | Compiling thiserror-impl v1.0.69 |
| 462 | 2026-07-21T19:10:22.780Z | Compiling zerocopy-derive v0.7.35 |
| 463 | 2026-07-21T19:10:22.816Z | Compiling pest_derive v2.8.6 |
| 464 | 2026-07-21T19:10:22.874Z | Compiling scroll_derive v0.12.1 |
| 465 | 2026-07-21T19:10:23.188Z | Compiling thiserror-impl v2.0.18 |
| 466 | 2026-07-21T19:10:23.270Z | Compiling clap_derive v4.6.1 |
| 467 | 2026-07-21T19:10:23.500Z | Compiling tabled v0.15.0 |
| 468 | 2026-07-21T19:10:23.553Z | Compiling scroll v0.12.0 |
| 469 | 2026-07-21T19:10:23.648Z | Compiling zerocopy v0.7.35 |
| 470 | 2026-07-21T19:10:23.828Z | Compiling goblin v0.8.2 |
| 471 | 2026-07-21T19:10:24.040Z | Compiling dtrace-parser v0.2.0 |
| 472 | 2026-07-21T19:10:24.214Z | Compiling textwrap v0.16.2 |
| 473 | 2026-07-21T19:10:24.742Z | Compiling swrite v0.1.0 |
| 474 | 2026-07-21T19:10:25.100Z | Compiling clap v4.6.1 |
| 475 | 2026-07-21T19:10:25.733Z | Compiling dof v0.3.0 |
| 476 | 2026-07-21T19:10:25.733Z | Compiling serde_tokenstream v0.2.3 |
| 477 | 2026-07-21T19:10:25.819Z | Compiling serde_spanned v0.6.9 |
| 478 | 2026-07-21T19:10:25.819Z | Compiling toml_datetime v0.6.11 |
| 479 | 2026-07-21T19:10:25.819Z | Compiling cargo_metadata v0.23.1 |
| 480 | 2026-07-21T19:10:25.819Z | Compiling macaddr v1.0.1 |
| 481 | 2026-07-21T19:10:25.819Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-07-21T19:10:25.912Z | Compiling toml_edit v0.22.27 |
| 483 | 2026-07-21T19:10:26.500Z | Compiling usdt-attr-macro v0.5.0 |
| 484 | 2026-07-21T19:10:26.505Z | Compiling usdt-macro v0.5.0 |
| 485 | 2026-07-21T19:10:27.108Z | Compiling usdt v0.5.0 |
| 486 | 2026-07-21T19:10:27.236Z | Compiling toml v0.8.23 |
| 487 | 2026-07-21T19:10:27.560Z | Compiling cargo_toml v0.21.0 |
| 488 | 2026-07-21T19:10:28.820Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 489 | 2026-07-21T19:10:30.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.36s |
| 490 | 2026-07-21T19:10:31.000Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 491 | 2026-07-21T19:10:31.491Z | Downloading crates ... |
| 492 | 2026-07-21T19:10:31.578Z | Downloaded atty v0.2.14 |
| 493 | 2026-07-21T19:10:31.591Z | Downloaded arrayref v0.3.9 |
| 494 | 2026-07-21T19:10:31.599Z | Downloaded base64ct v1.8.3 |
| 495 | 2026-07-21T19:10:31.602Z | Downloaded base16ct v1.0.0 |
| 496 | 2026-07-21T19:10:31.607Z | Downloaded backon v1.6.0 |
| 497 | 2026-07-21T19:10:31.612Z | Downloaded async-stream-impl v0.3.6 |
| 498 | 2026-07-21T19:10:31.612Z | Downloaded async-recursion v1.1.1 |
| 499 | 2026-07-21T19:10:31.616Z | Downloaded arrayvec v0.7.6 |
| 500 | 2026-07-21T19:10:31.616Z | Downloaded argon2 v0.6.0-rc.8 |
| 501 | 2026-07-21T19:10:31.626Z | Downloaded array-init v0.0.4 |
| 502 | 2026-07-21T19:10:31.626Z | Downloaded adler2 v2.0.1 |
| 503 | 2026-07-21T19:10:31.631Z | Downloaded crossbeam-channel v0.5.15 |
| 504 | 2026-07-21T19:10:31.631Z | Downloaded crossbeam-deque v0.8.6 |
| 505 | 2026-07-21T19:10:31.631Z | Downloaded critical-section v1.2.0 |
| 506 | 2026-07-21T19:10:31.631Z | Downloaded darling v0.13.4 |
| 507 | 2026-07-21T19:10:31.631Z | Downloaded bb8 v0.8.6 |
| 508 | 2026-07-21T19:10:31.631Z | Downloaded base16ct v0.2.0 |
| 509 | 2026-07-21T19:10:31.634Z | Downloaded crossbeam-epoch v0.9.18 |
| 510 | 2026-07-21T19:10:31.634Z | Downloaded cpubits v0.1.1 |
| 511 | 2026-07-21T19:10:31.634Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 512 | 2026-07-21T19:10:31.634Z | Downloaded assert_matches v1.5.0 |
| 513 | 2026-07-21T19:10:31.634Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 514 | 2026-07-21T19:10:31.637Z | Downloaded crc32fast v1.5.0 |
| 515 | 2026-07-21T19:10:31.638Z | Downloaded bitvec v1.0.1 |
| 516 | 2026-07-21T19:10:31.646Z | Downloaded darling_macro v0.23.0 |
| 517 | 2026-07-21T19:10:31.651Z | Downloaded bitfield-struct v0.6.2 |
| 518 | 2026-07-21T19:10:31.651Z | Downloaded bit-set v0.8.0 |
| 519 | 2026-07-21T19:10:31.651Z | Downloaded daft-derive v0.1.7 |
| 520 | 2026-07-21T19:10:31.655Z | Downloaded darling_macro v0.21.3 |
| 521 | 2026-07-21T19:10:31.655Z | Downloaded crunchy v0.2.4 |
| 522 | 2026-07-21T19:10:31.655Z | Downloaded ctutils v0.4.2 |
| 523 | 2026-07-21T19:10:31.655Z | Downloaded csv-core v0.1.13 |
| 524 | 2026-07-21T19:10:31.655Z | Downloaded crc v3.4.0 |
| 525 | 2026-07-21T19:10:31.658Z | Downloaded atomic-waker v1.1.2 |
| 526 | 2026-07-21T19:10:31.658Z | Downloaded ahash v0.8.12 |
| 527 | 2026-07-21T19:10:31.658Z | Downloaded darling_macro v0.13.4 |
| 528 | 2026-07-21T19:10:31.662Z | Downloaded darling_core v0.23.0 |
| 529 | 2026-07-21T19:10:31.662Z | Downloaded debug-ignore v1.0.5 |
| 530 | 2026-07-21T19:10:31.665Z | Downloaded crypto-common v0.2.2 |
| 531 | 2026-07-21T19:10:31.665Z | Downloaded castaway v0.2.4 |
| 532 | 2026-07-21T19:10:31.665Z | Downloaded cookie v0.18.1 |
| 533 | 2026-07-21T19:10:31.671Z | Downloaded crucible-workspace-hack v0.1.0 |
| 534 | 2026-07-21T19:10:31.671Z | Downloaded ascii-canvas v3.0.0 |
| 535 | 2026-07-21T19:10:31.671Z | Downloaded cobs v0.3.0 |
| 536 | 2026-07-21T19:10:31.674Z | Downloaded atomicwrites v0.4.4 |
| 537 | 2026-07-21T19:10:31.675Z | Downloaded cpufeatures v0.3.0 |
| 538 | 2026-07-21T19:10:31.675Z | Downloaded aead v0.6.1 |
| 539 | 2026-07-21T19:10:31.675Z | Downloaded compression-core v0.4.31 |
| 540 | 2026-07-21T19:10:31.675Z | Downloaded dyn-clone v1.0.20 |
| 541 | 2026-07-21T19:10:31.675Z | Downloaded defmt v0.3.100 |
| 542 | 2026-07-21T19:10:31.678Z | Downloaded cfg_aliases v0.2.1 |
| 543 | 2026-07-21T19:10:31.678Z | Downloaded cstr-argument v0.1.2 |
| 544 | 2026-07-21T19:10:31.678Z | Downloaded async-stream v0.3.6 |
| 545 | 2026-07-21T19:10:31.678Z | Downloaded crc-catalog v2.4.0 |
| 546 | 2026-07-21T19:10:31.682Z | Downloaded async-trait v0.1.89 |
| 547 | 2026-07-21T19:10:31.682Z | Downloaded byte-wrapper v0.1.0 |
| 548 | 2026-07-21T19:10:31.686Z | Downloaded darling_macro v0.20.11 |
| 549 | 2026-07-21T19:10:31.686Z | Downloaded convert_case v0.4.0 |
| 550 | 2026-07-21T19:10:31.686Z | Downloaded cfg_aliases v0.1.1 |
| 551 | 2026-07-21T19:10:31.686Z | Downloaded crc8 v0.1.1 |
| 552 | 2026-07-21T19:10:31.686Z | Downloaded blowfish v0.10.0 |
| 553 | 2026-07-21T19:10:31.693Z | Downloaded bit-vec v0.8.0 |
| 554 | 2026-07-21T19:10:31.693Z | Downloaded aead v0.5.2 |
| 555 | 2026-07-21T19:10:31.697Z | Downloaded dof v0.4.0 |
| 556 | 2026-07-21T19:10:31.697Z | Downloaded ciborium-io v0.2.2 |
| 557 | 2026-07-21T19:10:31.700Z | Downloaded ciborium-ll v0.2.2 |
| 558 | 2026-07-21T19:10:31.700Z | Downloaded dirs-sys-next v0.1.2 |
| 559 | 2026-07-21T19:10:31.700Z | Downloaded block-buffer v0.12.1 |
| 560 | 2026-07-21T19:10:31.707Z | Downloaded dunce v1.0.5 |
| 561 | 2026-07-21T19:10:31.711Z | Downloaded block-padding v0.4.2 |
| 562 | 2026-07-21T19:10:31.714Z | Downloaded embedded-io v0.6.1 |
| 563 | 2026-07-21T19:10:31.714Z | Downloaded embedded-io v0.4.0 |
| 564 | 2026-07-21T19:10:31.719Z | Downloaded dsl_auto_type v0.2.0 |
| 565 | 2026-07-21T19:10:31.719Z | Downloaded difflib v0.4.0 |
| 566 | 2026-07-21T19:10:31.719Z | Downloaded endian-type v0.1.2 |
| 567 | 2026-07-21T19:10:31.719Z | Downloaded enum-as-inner v0.6.1 |
| 568 | 2026-07-21T19:10:31.731Z | Downloaded display-error-chain v0.2.2 |
| 569 | 2026-07-21T19:10:31.731Z | Downloaded argon2 v0.5.3 |
| 570 | 2026-07-21T19:10:31.731Z | Downloaded derive_builder_macro v0.20.2 |
| 571 | 2026-07-21T19:10:31.731Z | Downloaded defmt-parser v1.0.0 |
| 572 | 2026-07-21T19:10:31.744Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 573 | 2026-07-21T19:10:31.744Z | Downloaded anstyle-parse v0.2.7 |
| 574 | 2026-07-21T19:10:31.744Z | Downloaded bit-set v0.5.3 |
| 575 | 2026-07-21T19:10:31.744Z | Downloaded cipher v0.4.4 |
| 576 | 2026-07-21T19:10:31.744Z | Downloaded camino-tempfile-ext v0.3.3 |
| 577 | 2026-07-21T19:10:31.744Z | Downloaded float-cmp v0.10.0 |
| 578 | 2026-07-21T19:10:31.744Z | Downloaded cmov v0.5.4 |
| 579 | 2026-07-21T19:10:31.748Z | Downloaded ctr v0.10.1 |
| 580 | 2026-07-21T19:10:31.748Z | Downloaded backoff v0.4.0 |
| 581 | 2026-07-21T19:10:31.748Z | Downloaded bcs v0.1.6 |
| 582 | 2026-07-21T19:10:31.748Z | Downloaded ecdsa v0.16.9 |
| 583 | 2026-07-21T19:10:31.748Z | Downloaded bit-vec v0.6.3 |
| 584 | 2026-07-21T19:10:31.748Z | Downloaded chacha20 v0.9.1 |
| 585 | 2026-07-21T19:10:31.748Z | Downloaded anstream v0.6.21 |
| 586 | 2026-07-21T19:10:31.751Z | Downloaded flagset v0.4.7 |
| 587 | 2026-07-21T19:10:31.752Z | Downloaded fixedbitset v0.4.2 |
| 588 | 2026-07-21T19:10:31.755Z | Downloaded dtrace-parser v0.3.0 |
| 589 | 2026-07-21T19:10:31.755Z | Downloaded const_format_proc_macros v0.2.34 |
| 590 | 2026-07-21T19:10:31.755Z | Downloaded cbc v0.2.1 |
| 591 | 2026-07-21T19:10:31.759Z | Downloaded async-bb8-diesel v0.2.1 |
| 592 | 2026-07-21T19:10:31.759Z | Downloaded allocator-api2 v0.2.21 |
| 593 | 2026-07-21T19:10:31.765Z | Downloaded document-features v0.2.12 |
| 594 | 2026-07-21T19:10:31.766Z | Downloaded float-ord v0.3.2 |
| 595 | 2026-07-21T19:10:31.766Z | Downloaded foreign-types-shared v0.1.1 |
| 596 | 2026-07-21T19:10:31.766Z | Downloaded futures-sink v0.3.32 |
| 597 | 2026-07-21T19:10:31.766Z | Downloaded form_urlencoded v1.2.2 |
| 598 | 2026-07-21T19:10:31.774Z | Downloaded foreign-types v0.3.2 |
| 599 | 2026-07-21T19:10:31.775Z | Downloaded dirs-next v2.0.0 |
| 600 | 2026-07-21T19:10:31.775Z | Downloaded foreign-types-shared v0.3.1 |
| 601 | 2026-07-21T19:10:31.775Z | Downloaded digest-io v0.1.0 |
| 602 | 2026-07-21T19:10:31.775Z | Downloaded foreign-types-macros v0.2.3 |
| 603 | 2026-07-21T19:10:31.775Z | Downloaded convert_case v0.10.0 |
| 604 | 2026-07-21T19:10:31.775Z | Downloaded bs58 v0.5.1 |
| 605 | 2026-07-21T19:10:31.783Z | Downloaded futures-io v0.3.32 |
| 606 | 2026-07-21T19:10:31.783Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 607 | 2026-07-21T19:10:31.783Z | Downloaded cmake v0.1.57 |
| 608 | 2026-07-21T19:10:31.783Z | Downloaded cexpr v0.6.0 |
| 609 | 2026-07-21T19:10:31.783Z | Downloaded compression-codecs v0.4.37 |
| 610 | 2026-07-21T19:10:31.783Z | Downloaded env_filter v1.0.0 |
| 611 | 2026-07-21T19:10:31.783Z | Downloaded futures-macro v0.3.32 |
| 612 | 2026-07-21T19:10:31.783Z | Downloaded enum_dispatch v0.3.13 |
| 613 | 2026-07-21T19:10:31.794Z | Downloaded gethostname v0.5.0 |
| 614 | 2026-07-21T19:10:31.794Z | Downloaded fxhash v0.2.1 |
| 615 | 2026-07-21T19:10:31.794Z | Downloaded futures-task v0.3.32 |
| 616 | 2026-07-21T19:10:31.794Z | Downloaded daft v0.1.7 |
| 617 | 2026-07-21T19:10:31.794Z | Downloaded globwalk v0.9.1 |
| 618 | 2026-07-21T19:10:31.794Z | Downloaded futures-core v0.3.32 |
| 619 | 2026-07-21T19:10:31.800Z | Downloaded ed25519 v3.0.0 |
| 620 | 2026-07-21T19:10:31.800Z | Downloaded downcast-rs v2.0.2 |
| 621 | 2026-07-21T19:10:31.800Z | Downloaded digest v0.11.3 |
| 622 | 2026-07-21T19:10:31.800Z | Downloaded delegate v0.13.5 |
| 623 | 2026-07-21T19:10:31.800Z | Downloaded derive_builder_core v0.20.2 |
| 624 | 2026-07-21T19:10:31.800Z | Downloaded bitflags v1.3.2 |
| 625 | 2026-07-21T19:10:31.800Z | Downloaded chacha20 v0.10.0 |
| 626 | 2026-07-21T19:10:31.804Z | Downloaded deranged v0.5.8 |
| 627 | 2026-07-21T19:10:31.804Z | Downloaded displaydoc v0.2.5 |
| 628 | 2026-07-21T19:10:31.804Z | Downloaded git-stub v1.0.0 |
| 629 | 2026-07-21T19:10:31.804Z | Downloaded funty v2.0.0 |
| 630 | 2026-07-21T19:10:31.804Z | Downloaded either v1.15.0 |
| 631 | 2026-07-21T19:10:31.809Z | Downloaded derive-ex v0.1.8 |
| 632 | 2026-07-21T19:10:31.810Z | Downloaded blake2 v0.11.0-rc.6 |
| 633 | 2026-07-21T19:10:31.810Z | Downloaded erased-serde v0.3.31 |
| 634 | 2026-07-21T19:10:31.813Z | Downloaded ghash v0.6.0 |
| 635 | 2026-07-21T19:10:31.813Z | Downloaded console v0.16.2 |
| 636 | 2026-07-21T19:10:31.813Z | Downloaded bzip2 v0.4.4 |
| 637 | 2026-07-21T19:10:31.813Z | Downloaded bitfield v0.19.4 |
| 638 | 2026-07-21T19:10:31.813Z | Downloaded hash32 v0.3.1 |
| 639 | 2026-07-21T19:10:31.817Z | Downloaded arc-swap v1.8.2 |
| 640 | 2026-07-21T19:10:31.817Z | Downloaded cancel-safe-futures v0.1.5 |
| 641 | 2026-07-21T19:10:31.820Z | Downloaded darling v0.23.0 |
| 642 | 2026-07-21T19:10:31.825Z | Downloaded foldhash v0.2.0 |
| 643 | 2026-07-21T19:10:31.825Z | Downloaded der_derive v0.7.3 |
| 644 | 2026-07-21T19:10:31.825Z | Downloaded darling v0.21.3 |
| 645 | 2026-07-21T19:10:31.828Z | Downloaded hex-literal v1.1.0 |
| 646 | 2026-07-21T19:10:31.828Z | Downloaded fs-err v2.11.0 |
| 647 | 2026-07-21T19:10:31.829Z | Downloaded hash32 v0.2.1 |
| 648 | 2026-07-21T19:10:31.832Z | Downloaded find-msvc-tools v0.1.9 |
| 649 | 2026-07-21T19:10:31.832Z | Downloaded filetime v0.2.27 |
| 650 | 2026-07-21T19:10:31.832Z | Downloaded home v0.5.12 |
| 651 | 2026-07-21T19:10:31.835Z | Downloaded hostname v0.3.1 |
| 652 | 2026-07-21T19:10:31.835Z | Downloaded hex v0.4.3 |
| 653 | 2026-07-21T19:10:31.835Z | Downloaded headers-core v0.3.0 |
| 654 | 2026-07-21T19:10:31.838Z | Downloaded ff v0.14.0 |
| 655 | 2026-07-21T19:10:31.838Z | Downloaded colored v2.2.0 |
| 656 | 2026-07-21T19:10:31.838Z | Downloaded const-oid v0.9.6 |
| 657 | 2026-07-21T19:10:31.842Z | Downloaded fixedbitset v0.5.7 |
| 658 | 2026-07-21T19:10:31.842Z | Downloaded ciborium v0.2.2 |
| 659 | 2026-07-21T19:10:31.846Z | Downloaded ed25519 v2.2.3 |
| 660 | 2026-07-21T19:10:31.846Z | Downloaded bitfield-macros v0.19.4 |
| 661 | 2026-07-21T19:10:31.846Z | Downloaded bzip2 v0.6.1 |
| 662 | 2026-07-21T19:10:31.846Z | Downloaded git-stub-vcs v0.1.0 |
| 663 | 2026-07-21T19:10:31.849Z | Downloaded fallible-iterator v0.2.0 |
| 664 | 2026-07-21T19:10:31.849Z | Downloaded futures-executor v0.3.32 |
| 665 | 2026-07-21T19:10:31.849Z | Downloaded fs_extra v1.3.0 |
| 666 | 2026-07-21T19:10:31.852Z | Downloaded fd-lock v4.0.4 |
| 667 | 2026-07-21T19:10:31.852Z | Downloaded diesel-dtrace v0.5.0 |
| 668 | 2026-07-21T19:10:31.852Z | Downloaded defmt-macros v1.0.1 |
| 669 | 2026-07-21T19:10:31.856Z | Downloaded blake2 v0.10.6 |
| 670 | 2026-07-21T19:10:31.856Z | Downloaded colored v3.1.1 |
| 671 | 2026-07-21T19:10:31.859Z | Downloaded http-body v1.0.1 |
| 672 | 2026-07-21T19:10:31.859Z | Downloaded foreign-types v0.5.0 |
| 673 | 2026-07-21T19:10:31.859Z | Downloaded http-range v0.1.5 |
| 674 | 2026-07-21T19:10:31.865Z | Downloaded glob v0.3.3 |
| 675 | 2026-07-21T19:10:31.866Z | Downloaded ff v0.13.1 |
| 676 | 2026-07-21T19:10:31.866Z | Downloaded env_logger v0.11.9 |
| 677 | 2026-07-21T19:10:31.881Z | Downloaded ena v0.14.4 |
| 678 | 2026-07-21T19:10:31.881Z | Downloaded cassowary v0.3.0 |
| 679 | 2026-07-21T19:10:31.881Z | Downloaded crossbeam-utils v0.8.21 |
| 680 | 2026-07-21T19:10:31.881Z | Downloaded ecdsa v0.17.0-rc.18 |
| 681 | 2026-07-21T19:10:31.881Z | Downloaded diff v0.1.13 |
| 682 | 2026-07-21T19:10:31.881Z | Downloaded hyper-tls v0.6.0 |
| 683 | 2026-07-21T19:10:31.881Z | Downloaded console v0.15.11 |
| 684 | 2026-07-21T19:10:31.881Z | Downloaded darling v0.20.11 |
| 685 | 2026-07-21T19:10:31.888Z | Downloaded group v0.13.0 |
| 686 | 2026-07-21T19:10:31.888Z | Downloaded hubpack_derive v0.1.1 |
| 687 | 2026-07-21T19:10:31.888Z | Downloaded hubpack v0.1.2 |
| 688 | 2026-07-21T19:10:31.888Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 689 | 2026-07-21T19:10:31.888Z | Downloaded foldhash v0.1.5 |
| 690 | 2026-07-21T19:10:31.888Z | Downloaded httpdate v1.0.3 |
| 691 | 2026-07-21T19:10:31.889Z | Downloaded globset v0.4.18 |
| 692 | 2026-07-21T19:10:31.889Z | Downloaded constant_time_eq v0.4.2 |
| 693 | 2026-07-21T19:10:31.889Z | Downloaded defmt v1.0.1 |
| 694 | 2026-07-21T19:10:31.893Z | Downloaded drift v0.2.0 |
| 695 | 2026-07-21T19:10:31.893Z | Downloaded illumos-nvpair v0.3.0 |
| 696 | 2026-07-21T19:10:31.893Z | Downloaded indent_write v2.2.0 |
| 697 | 2026-07-21T19:10:31.900Z | Downloaded idna_adapter v1.2.1 |
| 698 | 2026-07-21T19:10:31.900Z | Downloaded ident_case v1.0.1 |
| 699 | 2026-07-21T19:10:31.900Z | Downloaded highway v1.3.0 |
| 700 | 2026-07-21T19:10:31.900Z | Downloaded instant v0.1.13 |
| 701 | 2026-07-21T19:10:31.900Z | Downloaded group v0.14.0 |
| 702 | 2026-07-21T19:10:31.900Z | Downloaded cookie_store v0.22.1 |
| 703 | 2026-07-21T19:10:31.904Z | Downloaded derive_builder v0.20.2 |
| 704 | 2026-07-21T19:10:31.904Z | Downloaded inout v0.2.2 |
| 705 | 2026-07-21T19:10:31.904Z | Downloaded clang-sys v1.8.1 |
| 706 | 2026-07-21T19:10:31.909Z | Downloaded internet-checksum v0.2.1 |
| 707 | 2026-07-21T19:10:31.909Z | Downloaded indoc v1.0.9 |
| 708 | 2026-07-21T19:10:31.909Z | Downloaded instability v0.3.11 |
| 709 | 2026-07-21T19:10:31.913Z | Downloaded is-terminal v0.4.17 |
| 710 | 2026-07-21T19:10:31.913Z | Downloaded buf-list v1.1.2 |
| 711 | 2026-07-21T19:10:31.913Z | Downloaded is_ci v1.2.0 |
| 712 | 2026-07-21T19:10:31.913Z | Downloaded getrandom v0.2.17 |
| 713 | 2026-07-21T19:10:31.918Z | Downloaded cipher v0.5.2 |
| 714 | 2026-07-21T19:10:31.918Z | Downloaded des v0.9.0 |
| 715 | 2026-07-21T19:10:31.918Z | Downloaded http-body-util v0.1.3 |
| 716 | 2026-07-21T19:10:31.921Z | Downloaded hostname v0.4.2 |
| 717 | 2026-07-21T19:10:31.921Z | Downloaded lalrpop-util v0.19.12 |
| 718 | 2026-07-21T19:10:31.921Z | Downloaded hyper-staticfile v0.10.1 |
| 719 | 2026-07-21T19:10:31.924Z | Downloaded humantime v2.3.0 |
| 720 | 2026-07-21T19:10:31.924Z | Downloaded futures-channel v0.3.32 |
| 721 | 2026-07-21T19:10:31.924Z | Downloaded corncobs v0.1.4 |
| 722 | 2026-07-21T19:10:31.929Z | Downloaded kstat-rs v0.2.4 |
| 723 | 2026-07-21T19:10:31.929Z | Downloaded kem v0.3.0 |
| 724 | 2026-07-21T19:10:31.937Z | Downloaded inout v0.1.4 |
| 725 | 2026-07-21T19:10:31.941Z | Downloaded const_format v0.2.35 |
| 726 | 2026-07-21T19:10:31.941Z | Downloaded libscf-sys v1.1.0 |
| 727 | 2026-07-21T19:10:31.941Z | Downloaded lazy_static v1.5.0 |
| 728 | 2026-07-21T19:10:31.941Z | Downloaded base64 v0.22.1 |
| 729 | 2026-07-21T19:10:31.946Z | Downloaded fatfs v0.3.6 |
| 730 | 2026-07-21T19:10:31.946Z | Downloaded linked-hash-map v0.5.6 |
| 731 | 2026-07-21T19:10:31.946Z | Downloaded compact_str v0.8.1 |
| 732 | 2026-07-21T19:10:31.952Z | Downloaded darling_core v0.13.4 |
| 733 | 2026-07-21T19:10:31.952Z | Downloaded match_cfg v0.1.0 |
| 734 | 2026-07-21T19:10:31.952Z | Downloaded maplit v1.0.2 |
| 735 | 2026-07-21T19:10:31.952Z | Downloaded managed v0.8.0 |
| 736 | 2026-07-21T19:10:31.956Z | Downloaded memoffset v0.9.1 |
| 737 | 2026-07-21T19:10:31.956Z | Downloaded md-5 v0.10.6 |
| 738 | 2026-07-21T19:10:31.956Z | Downloaded data-encoding v2.10.0 |
| 739 | 2026-07-21T19:10:31.956Z | Downloaded lru-cache v0.1.2 |
| 740 | 2026-07-21T19:10:31.960Z | Downloaded lru v0.12.5 |
| 741 | 2026-07-21T19:10:31.960Z | Downloaded crc-any v2.5.0 |
| 742 | 2026-07-21T19:10:31.963Z | Downloaded maybe-uninit v2.0.0 |
| 743 | 2026-07-21T19:10:31.966Z | Downloaded elliptic-curve v0.13.8 |
| 744 | 2026-07-21T19:10:31.966Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 745 | 2026-07-21T19:10:31.970Z | Downloaded ingot v0.1.1 |
| 746 | 2026-07-21T19:10:31.970Z | Downloaded hmac v0.13.0 |
| 747 | 2026-07-21T19:10:31.974Z | Downloaded darling_core v0.21.3 |
| 748 | 2026-07-21T19:10:31.974Z | Downloaded mime v0.3.17 |
| 749 | 2026-07-21T19:10:31.979Z | Downloaded md5 v0.8.0 |
| 750 | 2026-07-21T19:10:31.979Z | Downloaded newtype-uuid-macros v0.1.0 |
| 751 | 2026-07-21T19:10:31.979Z | Downloaded lzss v0.8.2 |
| 752 | 2026-07-21T19:10:31.979Z | Downloaded lru-slab v0.1.2 |
| 753 | 2026-07-21T19:10:31.983Z | Downloaded darling_core v0.20.11 |
| 754 | 2026-07-21T19:10:31.983Z | Downloaded keccak v0.2.0 |
| 755 | 2026-07-21T19:10:31.983Z | Downloaded const-oid v0.10.2 |
| 756 | 2026-07-21T19:10:31.987Z | Downloaded ipnetwork v0.21.1 |
| 757 | 2026-07-21T19:10:31.987Z | Downloaded ipnet v2.11.0 |
| 758 | 2026-07-21T19:10:31.990Z | Downloaded hmac v0.12.1 |
| 759 | 2026-07-21T19:10:31.990Z | Downloaded hyper-rustls v0.27.7 |
| 760 | 2026-07-21T19:10:31.990Z | Downloaded keccak v0.1.6 |
| 761 | 2026-07-21T19:10:31.994Z | Downloaded new_debug_unreachable v1.0.6 |
| 762 | 2026-07-21T19:10:31.994Z | Downloaded libsw-core v0.3.2 |
| 763 | 2026-07-21T19:10:31.994Z | Downloaded nibble_vec v0.1.0 |
| 764 | 2026-07-21T19:10:31.997Z | Downloaded normalize-line-endings v0.3.0 |
| 765 | 2026-07-21T19:10:31.997Z | Downloaded nodrop v0.1.14 |
| 766 | 2026-07-21T19:10:31.997Z | Downloaded linear-map v1.2.0 |
| 767 | 2026-07-21T19:10:31.997Z | Downloaded newtype_derive v0.1.6 |
| 768 | 2026-07-21T19:10:32.003Z | Downloaded cc v1.2.56 |
| 769 | 2026-07-21T19:10:32.003Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 770 | 2026-07-21T19:10:32.003Z | Downloaded derive_more v0.99.20 |
| 771 | 2026-07-21T19:10:32.006Z | Downloaded dropshot_endpoint v0.17.1 |
| 772 | 2026-07-21T19:10:32.010Z | Downloaded futures v0.3.32 |
| 773 | 2026-07-21T19:10:32.010Z | Downloaded num-conv v0.2.0 |
| 774 | 2026-07-21T19:10:32.013Z | Downloaded derive-where v1.6.0 |
| 775 | 2026-07-21T19:10:32.013Z | Downloaded lock_api v0.4.14 |
| 776 | 2026-07-21T19:10:32.018Z | Downloaded ar_archive_writer v0.5.1 |
| 777 | 2026-07-21T19:10:32.018Z | Downloaded libsw v3.5.0 |
| 778 | 2026-07-21T19:10:32.021Z | Downloaded num-iter v0.1.45 |
| 779 | 2026-07-21T19:10:32.021Z | Downloaded olpc-cjson v0.1.4 |
| 780 | 2026-07-21T19:10:32.021Z | Downloaded libloading v0.8.9 |
| 781 | 2026-07-21T19:10:32.022Z | Downloaded jobserver v0.1.34 |
| 782 | 2026-07-21T19:10:32.026Z | Downloaded bumpalo v3.20.2 |
| 783 | 2026-07-21T19:10:32.026Z | Downloaded num-derive v0.3.3 |
| 784 | 2026-07-21T19:10:32.026Z | Downloaded num-derive v0.4.2 |
| 785 | 2026-07-21T19:10:32.026Z | Downloaded num v0.4.3 |
| 786 | 2026-07-21T19:10:32.031Z | Downloaded num_enum_derive v0.5.11 |
| 787 | 2026-07-21T19:10:32.031Z | Downloaded flume v0.11.1 |
| 788 | 2026-07-21T19:10:32.031Z | Downloaded nonempty v0.12.0 |
| 789 | 2026-07-21T19:10:32.034Z | Downloaded ingot-macros v0.1.1 |
| 790 | 2026-07-21T19:10:32.035Z | Downloaded native-tls v0.2.18 |
| 791 | 2026-07-21T19:10:32.035Z | Downloaded indoc v2.0.7 |
| 792 | 2026-07-21T19:10:32.038Z | Downloaded openssl-macros v0.1.1 |
| 793 | 2026-07-21T19:10:32.038Z | Downloaded opaque-debug v0.3.1 |
| 794 | 2026-07-21T19:10:32.038Z | Downloaded newtype-uuid v1.3.2 |
| 795 | 2026-07-21T19:10:32.038Z | Downloaded openssl-probe v0.1.6 |
| 796 | 2026-07-21T19:10:32.042Z | Downloaded aes v0.9.1 |
| 797 | 2026-07-21T19:10:32.042Z | Downloaded iana-time-zone v0.1.65 |
| 798 | 2026-07-21T19:10:32.045Z | Downloaded base64 v0.21.7 |
| 799 | 2026-07-21T19:10:32.045Z | Downloaded newline-converter v0.3.0 |
| 800 | 2026-07-21T19:10:32.048Z | Downloaded multimap v0.10.1 |
| 801 | 2026-07-21T19:10:32.049Z | Downloaded libefi-sys v0.1.0 |
| 802 | 2026-07-21T19:10:32.049Z | Downloaded num_threads v0.1.7 |
| 803 | 2026-07-21T19:10:32.049Z | Downloaded hybrid-array v0.4.13 |
| 804 | 2026-07-21T19:10:32.062Z | Downloaded mime_guess v2.0.5 |
| 805 | 2026-07-21T19:10:32.065Z | Downloaded oso-derive v0.27.3 |
| 806 | 2026-07-21T19:10:32.066Z | Downloaded openssl-probe v0.2.1 |
| 807 | 2026-07-21T19:10:32.066Z | Downloaded half v2.7.1 |
| 808 | 2026-07-21T19:10:32.069Z | Downloaded nu-ansi-term v0.50.3 |
| 809 | 2026-07-21T19:10:32.069Z | Downloaded async-compression v0.4.41 |
| 810 | 2026-07-21T19:10:32.073Z | Downloaded parse-display v0.10.0 |
| 811 | 2026-07-21T19:10:32.077Z | Downloaded packed_struct_codegen v0.10.1 |
| 812 | 2026-07-21T19:10:32.077Z | Downloaded multer v3.1.0 |
| 813 | 2026-07-21T19:10:32.077Z | Downloaded nanorand v0.7.0 |
| 814 | 2026-07-21T19:10:32.083Z | Downloaded num_enum_derive v0.7.6 |
| 815 | 2026-07-21T19:10:32.083Z | Downloaded num_enum v0.7.6 |
| 816 | 2026-07-21T19:10:32.088Z | Downloaded memmap2 v0.9.10 |
| 817 | 2026-07-21T19:10:32.088Z | Downloaded litrs v1.0.0 |
| 818 | 2026-07-21T19:10:32.088Z | Downloaded percent-encoding v2.3.2 |
| 819 | 2026-07-21T19:10:32.088Z | Downloaded peg-runtime v0.8.5 |
| 820 | 2026-07-21T19:10:32.088Z | Downloaded ignore v0.4.25 |
| 821 | 2026-07-21T19:10:32.093Z | Downloaded flate2 v1.1.9 |
| 822 | 2026-07-21T19:10:32.093Z | Downloaded parse-size v1.1.0 |
| 823 | 2026-07-21T19:10:32.093Z | Downloaded indexmap v1.9.3 |
| 824 | 2026-07-21T19:10:32.097Z | Downloaded icu_provider v2.1.1 |
| 825 | 2026-07-21T19:10:32.097Z | Downloaded module-lattice v0.2.3 |
| 826 | 2026-07-21T19:10:32.097Z | Downloaded bytes v1.11.1 |
| 827 | 2026-07-21T19:10:32.101Z | Downloaded ml-kem v0.3.2 |
| 828 | 2026-07-21T19:10:32.101Z | Downloaded httparse v1.10.1 |
| 829 | 2026-07-21T19:10:32.105Z | Downloaded half v1.8.3 |
| 830 | 2026-07-21T19:10:32.105Z | Downloaded phf_shared v0.12.1 |
| 831 | 2026-07-21T19:10:32.105Z | Downloaded phf_shared v0.11.3 |
| 832 | 2026-07-21T19:10:32.108Z | Downloaded getrandom v0.3.4 |
| 833 | 2026-07-21T19:10:32.108Z | Downloaded generic-array v1.4.3 |
| 834 | 2026-07-21T19:10:32.112Z | Downloaded ingot-types v0.1.2 |
| 835 | 2026-07-21T19:10:32.112Z | Downloaded chacha20poly1305 v0.10.1 |
| 836 | 2026-07-21T19:10:32.112Z | Downloaded phf_shared v0.13.1 |
| 837 | 2026-07-21T19:10:32.112Z | Downloaded oxide-tokio-rt v0.1.4 |
| 838 | 2026-07-21T19:10:32.117Z | Downloaded path-slash v0.1.5 |
| 839 | 2026-07-21T19:10:32.117Z | Downloaded password-hash v0.6.1 |
| 840 | 2026-07-21T19:10:32.121Z | Downloaded libbz2-rs-sys v0.2.2 |
| 841 | 2026-07-21T19:10:32.121Z | Downloaded icu_normalizer v2.1.1 |
| 842 | 2026-07-21T19:10:32.121Z | Downloaded der v0.7.10 |
| 843 | 2026-07-21T19:10:32.124Z | Downloaded potential_utf v0.1.4 |
| 844 | 2026-07-21T19:10:32.128Z | Downloaded predicates-core v1.0.10 |
| 845 | 2026-07-21T19:10:32.128Z | Downloaded powerfmt v0.2.0 |
| 846 | 2026-07-21T19:10:32.128Z | Downloaded packed_struct v0.10.1 |
| 847 | 2026-07-21T19:10:32.128Z | Downloaded oxide-update-engine v0.1.2 |
| 848 | 2026-07-21T19:10:32.131Z | Downloaded owo-colors v4.3.0 |
| 849 | 2026-07-21T19:10:32.131Z | Downloaded num-integer v0.1.46 |
| 850 | 2026-07-21T19:10:32.135Z | Downloaded expectorate v1.2.0 |
| 851 | 2026-07-21T19:10:32.135Z | Downloaded num_enum v0.5.11 |
| 852 | 2026-07-21T19:10:32.138Z | Downloaded num-rational v0.4.2 |
| 853 | 2026-07-21T19:10:32.138Z | Downloaded litemap v0.8.1 |
| 854 | 2026-07-21T19:10:32.141Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 855 | 2026-07-21T19:10:32.141Z | Downloaded parse-display-derive v0.10.0 |
| 856 | 2026-07-21T19:10:32.141Z | Downloaded crypto-bigint v0.5.5 |
| 857 | 2026-07-21T19:10:32.147Z | Downloaded password-hash v0.5.0 |
| 858 | 2026-07-21T19:10:32.150Z | Downloaded proc-macro-crate v3.4.0 |
| 859 | 2026-07-21T19:10:32.154Z | Downloaded progenitor-client v0.14.0 |
| 860 | 2026-07-21T19:10:32.154Z | Downloaded peg-macros v0.8.5 |
| 861 | 2026-07-21T19:10:32.159Z | Downloaded indicatif v0.18.4 |
| 862 | 2026-07-21T19:10:32.162Z | Downloaded predicates-tree v1.0.13 |
| 863 | 2026-07-21T19:10:32.162Z | Downloaded precomputed-hash v0.1.1 |
| 864 | 2026-07-21T19:10:32.166Z | Downloaded phf v0.12.1 |
| 865 | 2026-07-21T19:10:32.166Z | Downloaded hickory-resolver v0.25.2 |
| 866 | 2026-07-21T19:10:32.170Z | Downloaded phf v0.13.1 |
| 867 | 2026-07-21T19:10:32.170Z | Downloaded pkcs8 v0.10.2 |
| 868 | 2026-07-21T19:10:32.174Z | Downloaded poly1305 v0.8.0 |
| 869 | 2026-07-21T19:10:32.174Z | Downloaded progenitor-macro v0.14.0 |
| 870 | 2026-07-21T19:10:32.178Z | Downloaded quick-error v1.2.3 |
| 871 | 2026-07-21T19:10:32.182Z | Downloaded oxide-update-engine-display v0.1.2 |
| 872 | 2026-07-21T19:10:32.182Z | Downloaded oxnet v0.1.6 |
| 873 | 2026-07-21T19:10:32.187Z | Downloaded icu_locale_core v2.1.1 |
| 874 | 2026-07-21T19:10:32.190Z | Downloaded proc-macro-crate v1.3.1 |
| 875 | 2026-07-21T19:10:32.193Z | Downloaded radium v0.7.0 |
| 876 | 2026-07-21T19:10:32.197Z | Downloaded parking_lot_core v0.8.6 |
| 877 | 2026-07-21T19:10:32.197Z | Downloaded paste v1.0.15 |
| 878 | 2026-07-21T19:10:32.200Z | Downloaded icu_normalizer_data v2.1.1 |
| 879 | 2026-07-21T19:10:32.201Z | Downloaded heapless v0.7.17 |
| 880 | 2026-07-21T19:10:32.204Z | Downloaded derive_more v2.1.1 |
| 881 | 2026-07-21T19:10:32.209Z | Downloaded primefield v0.14.0 |
| 882 | 2026-07-21T19:10:32.215Z | Downloaded phc v0.6.1 |
| 883 | 2026-07-21T19:10:32.215Z | Downloaded pem-rfc7468 v1.0.0 |
| 884 | 2026-07-21T19:10:32.219Z | Downloaded rand_chacha v0.3.1 |
| 885 | 2026-07-21T19:10:32.219Z | Downloaded psl-types v2.0.11 |
| 886 | 2026-07-21T19:10:32.219Z | Downloaded progenitor-macro v0.13.0 |
| 887 | 2026-07-21T19:10:32.219Z | Downloaded pbkdf2 v0.13.0 |
| 888 | 2026-07-21T19:10:32.219Z | Downloaded hashbrown v0.12.3 |
| 889 | 2026-07-21T19:10:32.222Z | Downloaded progenitor-client v0.13.0 |
| 890 | 2026-07-21T19:10:32.222Z | Downloaded progenitor v0.14.0 |
| 891 | 2026-07-21T19:10:32.222Z | Downloaded proc-macro-error2 v2.0.1 |
| 892 | 2026-07-21T19:10:32.226Z | Downloaded rand_xorshift v0.4.0 |
| 893 | 2026-07-21T19:10:32.226Z | Downloaded recursive v0.1.1 |
| 894 | 2026-07-21T19:10:32.226Z | Downloaded peg v0.8.5 |
| 895 | 2026-07-21T19:10:32.230Z | Downloaded pem v3.0.6 |
| 896 | 2026-07-21T19:10:32.230Z | Downloaded headers v0.4.1 |
| 897 | 2026-07-21T19:10:32.236Z | Downloaded derive_more-impl v2.1.1 |
| 898 | 2026-07-21T19:10:32.239Z | Downloaded omicron-zone-package v0.12.3 |
| 899 | 2026-07-21T19:10:32.239Z | Downloaded num-complex v0.4.6 |
| 900 | 2026-07-21T19:10:32.239Z | Downloaded poly1305 v0.9.0 |
| 901 | 2026-07-21T19:10:32.239Z | Downloaded pkg-config v0.3.32 |
| 902 | 2026-07-21T19:10:32.243Z | Downloaded pkcs8 v0.11.0 |
| 903 | 2026-07-21T19:10:32.243Z | Downloaded icu_properties v2.1.2 |
| 904 | 2026-07-21T19:10:32.246Z | Downloaded rfc6979 v0.4.0 |
| 905 | 2026-07-21T19:10:32.246Z | Downloaded ref-cast v1.0.25 |
| 906 | 2026-07-21T19:10:32.250Z | Downloaded pin-project-lite v0.2.17 |
| 907 | 2026-07-21T19:10:32.250Z | Downloaded port-file v0.1.0 |
| 908 | 2026-07-21T19:10:32.253Z | Downloaded ppv-lite86 v0.2.21 |
| 909 | 2026-07-21T19:10:32.256Z | Downloaded ref-cast-impl v1.0.25 |
| 910 | 2026-07-21T19:10:32.260Z | Downloaded predicates v3.1.4 |
| 911 | 2026-07-21T19:10:32.260Z | Downloaded r2d2 v0.8.10 |
| 912 | 2026-07-21T19:10:32.266Z | Downloaded polyval v0.7.1 |
| 913 | 2026-07-21T19:10:32.266Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 914 | 2026-07-21T19:10:32.269Z | Downloaded postgres-protocol v0.6.10 |
| 915 | 2026-07-21T19:10:32.273Z | Downloaded heapless v0.8.0 |
| 916 | 2026-07-21T19:10:32.273Z | Downloaded papergrid v0.17.0 |
| 917 | 2026-07-21T19:10:32.277Z | Downloaded rand_core v0.10.0 |
| 918 | 2026-07-21T19:10:32.280Z | Downloaded rustc_version v0.1.7 |
| 919 | 2026-07-21T19:10:32.280Z | Downloaded rustc-hash v2.1.1 |
| 920 | 2026-07-21T19:10:32.280Z | Downloaded russh-util v0.52.0 |
| 921 | 2026-07-21T19:10:32.284Z | Downloaded progenitor-extras v0.2.0 |
| 922 | 2026-07-21T19:10:32.284Z | Downloaded primeorder v0.14.0-rc.10 |
| 923 | 2026-07-21T19:10:32.284Z | Downloaded progenitor v0.13.0 |
| 924 | 2026-07-21T19:10:32.284Z | Downloaded primeorder v0.13.6 |
| 925 | 2026-07-21T19:10:32.288Z | Downloaded rustc_version v0.4.1 |
| 926 | 2026-07-21T19:10:32.288Z | Downloaded rand_seeder v0.4.0 |
| 927 | 2026-07-21T19:10:32.288Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 928 | 2026-07-21T19:10:32.291Z | Downloaded parking_lot_core v0.9.12 |
| 929 | 2026-07-21T19:10:32.291Z | Downloaded ed25519-dalek v2.2.0 |
| 930 | 2026-07-21T19:10:32.295Z | Downloaded aes-gcm v0.11.0 |
| 931 | 2026-07-21T19:10:32.298Z | Downloaded hickory-resolver v0.24.4 |
| 932 | 2026-07-21T19:10:32.298Z | Downloaded parking_lot v0.11.2 |
| 933 | 2026-07-21T19:10:32.302Z | Downloaded rand_core v0.6.4 |
| 934 | 2026-07-21T19:10:32.302Z | Downloaded pin-project v1.1.11 |
| 935 | 2026-07-21T19:10:32.307Z | Downloaded russh-cryptovec v0.61.0 |
| 936 | 2026-07-21T19:10:32.311Z | Downloaded rfc6979 v0.5.0 |
| 937 | 2026-07-21T19:10:32.311Z | Downloaded psm v0.1.30 |
| 938 | 2026-07-21T19:10:32.314Z | Downloaded icu_collections v2.1.1 |
| 939 | 2026-07-21T19:10:32.314Z | Downloaded scroll_derive v0.13.1 |
| 940 | 2026-07-21T19:10:32.319Z | Downloaded openssl-sys v0.9.115 |
| 941 | 2026-07-21T19:10:32.319Z | Downloaded num-traits v0.2.19 |
| 942 | 2026-07-21T19:10:32.322Z | Downloaded pem-rfc7468 v0.7.0 |
| 943 | 2026-07-21T19:10:32.322Z | Downloaded quinn-udp v0.5.14 |
| 944 | 2026-07-21T19:10:32.327Z | Downloaded rand_chacha v0.9.0 |
| 945 | 2026-07-21T19:10:32.331Z | Downloaded rand_core v0.9.5 |
| 946 | 2026-07-21T19:10:32.331Z | Downloaded secrecy v0.8.0 |
| 947 | 2026-07-21T19:10:32.331Z | Downloaded pin-project-internal v1.1.11 |
| 948 | 2026-07-21T19:10:32.334Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 949 | 2026-07-21T19:10:32.334Z | Downloaded miniz_oxide v0.8.9 |
| 950 | 2026-07-21T19:10:32.338Z | Downloaded seq-macro v0.3.6 |
| 951 | 2026-07-21T19:10:32.338Z | Downloaded prefix-trie v0.7.0 |
| 952 | 2026-07-21T19:10:32.338Z | Downloaded postgres-types v0.2.12 |
| 953 | 2026-07-21T19:10:32.343Z | Downloaded pkcs1 v0.7.5 |
| 954 | 2026-07-21T19:10:32.359Z | Downloaded rtoolbox v0.0.3 |
| 955 | 2026-07-21T19:10:32.359Z | Downloaded rpassword v7.5.4 |
| 956 | 2026-07-21T19:10:32.359Z | Downloaded scheduled-thread-pool v0.2.7 |
| 957 | 2026-07-21T19:10:32.362Z | Downloaded scopeguard v1.2.0 |
| 958 | 2026-07-21T19:10:32.362Z | Downloaded sapling-renderdag v0.1.0 |
| 959 | 2026-07-21T19:10:32.363Z | Downloaded resolv-conf v0.7.6 |
| 960 | 2026-07-21T19:10:32.363Z | Downloaded postcard v1.1.3 |
| 961 | 2026-07-21T19:10:32.363Z | Downloaded serde_bytes v0.11.19 |
| 962 | 2026-07-21T19:10:32.363Z | Downloaded serde-big-array v0.5.1 |
| 963 | 2026-07-21T19:10:32.366Z | Downloaded progenitor-impl v0.14.0 |
| 964 | 2026-07-21T19:10:32.370Z | Downloaded oxide-update-engine-types v0.1.2 |
| 965 | 2026-07-21T19:10:32.370Z | Downloaded serde_repr v0.1.20 |
| 966 | 2026-07-21T19:10:32.373Z | Downloaded serde_plain v1.0.2 |
| 967 | 2026-07-21T19:10:32.377Z | Downloaded itertools v0.10.5 |
| 968 | 2026-07-21T19:10:32.378Z | Downloaded serde_spanned v1.1.1 |
| 969 | 2026-07-21T19:10:32.381Z | Downloaded der v0.8.0 |
| 970 | 2026-07-21T19:10:32.384Z | Downloaded jiff-static v0.2.21 |
| 971 | 2026-07-21T19:10:32.388Z | Downloaded serde_urlencoded v0.7.1 |
| 972 | 2026-07-21T19:10:32.388Z | Downloaded sha1 v0.10.6 |
| 973 | 2026-07-21T19:10:32.391Z | Downloaded sha1 v0.11.0 |
| 974 | 2026-07-21T19:10:32.391Z | Downloaded diesel_derives v2.3.7 |
| 975 | 2026-07-21T19:10:32.395Z | Downloaded shell-words v1.1.1 |
| 976 | 2026-07-21T19:10:32.399Z | Downloaded sigpipe v0.1.3 |
| 977 | 2026-07-21T19:10:32.399Z | Downloaded signature v3.0.0 |
| 978 | 2026-07-21T19:10:32.399Z | Downloaded schemars_derive v0.8.22 |
| 979 | 2026-07-21T19:10:32.402Z | Downloaded rustls-native-certs v0.8.3 |
| 980 | 2026-07-21T19:10:32.405Z | Downloaded p384 v0.14.0-rc.10 |
| 981 | 2026-07-21T19:10:32.405Z | Downloaded rusty-fork v0.3.1 |
| 982 | 2026-07-21T19:10:32.409Z | Downloaded rustls-pemfile v2.2.0 |
| 983 | 2026-07-21T19:10:32.409Z | Downloaded signal-hook-mio v0.2.5 |
| 984 | 2026-07-21T19:10:32.412Z | Downloaded signature v2.2.0 |
| 985 | 2026-07-21T19:10:32.413Z | Downloaded signal-hook-tokio v0.3.1 |
| 986 | 2026-07-21T19:10:32.413Z | Downloaded semver v0.1.20 |
| 987 | 2026-07-21T19:10:32.416Z | Downloaded sec1 v0.8.1 |
| 988 | 2026-07-21T19:10:32.416Z | Downloaded sec1 v0.7.3 |
| 989 | 2026-07-21T19:10:32.416Z | Downloaded p256 v0.14.0-rc.10 |
| 990 | 2026-07-21T19:10:32.422Z | Downloaded minimal-lexical v0.2.1 |
| 991 | 2026-07-21T19:10:32.442Z | Downloaded scrypt v0.12.0 |
| 992 | 2026-07-21T19:10:32.442Z | Downloaded pkcs5 v0.8.1 |
| 993 | 2026-07-21T19:10:32.442Z | Downloaded oso v0.27.3 |
| 994 | 2026-07-21T19:10:32.446Z | Downloaded secrecy v0.10.3 |
| 995 | 2026-07-21T19:10:32.446Z | Downloaded same-file v1.0.6 |
| 996 | 2026-07-21T19:10:32.446Z | Downloaded siphasher v1.0.2 |
| 997 | 2026-07-21T19:10:32.446Z | Downloaded serde_path_to_error v0.1.20 |
| 998 | 2026-07-21T19:10:32.446Z | Downloaded serde-hex v0.1.0 |
| 999 | 2026-07-21T19:10:32.446Z | Downloaded serde_with_macros v1.5.2 |
| 1000 | 2026-07-21T19:10:32.446Z | Downloaded hashbrown v0.13.2 |
| 1001 | 2026-07-21T19:10:32.450Z | Downloaded serde_derive_internals v0.29.1 |
| 1002 | 2026-07-21T19:10:32.450Z | Downloaded rustls-pki-types v1.14.0 |
| 1003 | 2026-07-21T19:10:32.453Z | Downloaded progenitor-impl v0.13.0 |
| 1004 | 2026-07-21T19:10:32.457Z | Downloaded slog-envlogger v2.2.0 |
| 1005 | 2026-07-21T19:10:32.461Z | Downloaded parking_lot v0.12.5 |
| 1006 | 2026-07-21T19:10:32.471Z | Downloaded http v1.4.2 |
| 1007 | 2026-07-21T19:10:32.475Z | Downloaded shlex v1.3.0 |
| 1008 | 2026-07-21T19:10:32.475Z | Downloaded hickory-server v0.25.2 |
| 1009 | 2026-07-21T19:10:32.480Z | Downloaded stable_deref_trait v1.2.1 |
| 1010 | 2026-07-21T19:10:32.484Z | Downloaded scroll v0.13.0 |
| 1011 | 2026-07-21T19:10:32.490Z | Downloaded dropshot-api-manager v0.7.2 |
| 1012 | 2026-07-21T19:10:32.493Z | Downloaded rustversion v1.0.22 |
| 1013 | 2026-07-21T19:10:32.497Z | Downloaded simd-adler32 v0.3.8 |
| 1014 | 2026-07-21T19:10:32.497Z | Downloaded signal-hook-registry v1.4.8 |
| 1015 | 2026-07-21T19:10:32.500Z | Downloaded serdect v0.4.3 |
| 1016 | 2026-07-21T19:10:32.500Z | Downloaded libxml v0.3.3 |
| 1017 | 2026-07-21T19:10:32.504Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1018 | 2026-07-21T19:10:32.504Z | Downloaded slab v0.4.12 |
| 1019 | 2026-07-21T19:10:32.507Z | Downloaded pretty_assertions v1.4.1 |
| 1020 | 2026-07-21T19:10:32.512Z | Downloaded strum v0.26.3 |
| 1021 | 2026-07-21T19:10:32.512Z | Downloaded aho-corasick v1.1.4 |
| 1022 | 2026-07-21T19:10:32.516Z | Downloaded slog-async v2.8.0 |
| 1023 | 2026-07-21T19:10:32.516Z | Downloaded prettyplease v0.2.37 |
| 1024 | 2026-07-21T19:10:32.516Z | Downloaded salsa20 v0.11.0 |
| 1025 | 2026-07-21T19:10:32.519Z | Downloaded rcgen v0.12.1 |
| 1026 | 2026-07-21T19:10:32.519Z | Downloaded smallvec v0.6.14 |
| 1027 | 2026-07-21T19:10:32.522Z | Downloaded slog-scope v4.4.1 |
| 1028 | 2026-07-21T19:10:32.523Z | Downloaded structmeta v0.3.0 |
| 1029 | 2026-07-21T19:10:32.523Z | Downloaded strsim v0.10.0 |
| 1030 | 2026-07-21T19:10:32.526Z | Downloaded sync-ptr v0.1.4 |
| 1031 | 2026-07-21T19:10:32.526Z | Downloaded strum v0.27.2 |
| 1032 | 2026-07-21T19:10:32.526Z | Downloaded structmeta-derive v0.3.0 |
| 1033 | 2026-07-21T19:10:32.526Z | Downloaded snafu-derive v0.8.9 |
| 1034 | 2026-07-21T19:10:32.530Z | Downloaded subtle v2.6.1 |
| 1035 | 2026-07-21T19:10:32.530Z | Downloaded slog-json v2.6.1 |
| 1036 | 2026-07-21T19:10:32.530Z | Downloaded tagptr v0.2.0 |
| 1037 | 2026-07-21T19:10:32.530Z | Downloaded tap v1.0.1 |
| 1038 | 2026-07-21T19:10:32.533Z | Downloaded take_mut v0.2.2 |
| 1039 | 2026-07-21T19:10:32.533Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1040 | 2026-07-21T19:10:32.537Z | Downloaded tabwriter v1.4.1 |
| 1041 | 2026-07-21T19:10:32.537Z | Downloaded hashbrown v0.16.1 |
| 1042 | 2026-07-21T19:10:32.541Z | Downloaded slog-bunyan v2.5.0 |
| 1043 | 2026-07-21T19:10:32.541Z | Downloaded tabled_derive v0.11.0 |
| 1044 | 2026-07-21T19:10:32.544Z | Downloaded sync_wrapper v1.0.2 |
| 1045 | 2026-07-21T19:10:32.544Z | Downloaded itertools v0.12.1 |
| 1046 | 2026-07-21T19:10:32.547Z | Downloaded iri-string v0.7.10 |
| 1047 | 2026-07-21T19:10:32.551Z | Downloaded smf v0.2.3 |
| 1048 | 2026-07-21T19:10:32.551Z | Downloaded slog-term v2.9.2 |
| 1049 | 2026-07-21T19:10:32.555Z | Downloaded schemars v0.8.22 |
| 1050 | 2026-07-21T19:10:32.559Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1051 | 2026-07-21T19:10:32.562Z | Downloaded termtree v0.5.1 |
| 1052 | 2026-07-21T19:10:32.562Z | Downloaded sqlformat v0.3.5 |
| 1053 | 2026-07-21T19:10:32.562Z | Downloaded spki v0.8.0 |
| 1054 | 2026-07-21T19:10:32.562Z | Downloaded spki v0.7.3 |
| 1055 | 2026-07-21T19:10:32.566Z | Downloaded testing_table v0.3.0 |
| 1056 | 2026-07-21T19:10:32.566Z | Downloaded crossterm v0.28.1 |
| 1057 | 2026-07-21T19:10:32.569Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1058 | 2026-07-21T19:10:32.572Z | Downloaded thread-id v5.1.0 |
| 1059 | 2026-07-21T19:10:32.573Z | Downloaded stacker v0.1.23 |
| 1060 | 2026-07-21T19:10:32.573Z | Downloaded ron v0.8.1 |
| 1061 | 2026-07-21T19:10:32.576Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1062 | 2026-07-21T19:10:32.579Z | Downloaded num-bigint v0.4.6 |
| 1063 | 2026-07-21T19:10:32.584Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1064 | 2026-07-21T19:10:32.584Z | Downloaded sqlparser_derive v0.5.0 |
| 1065 | 2026-07-21T19:10:32.587Z | Downloaded p521 v0.14.0-rc.10 |
| 1066 | 2026-07-21T19:10:32.587Z | Downloaded time-core v0.1.8 |
| 1067 | 2026-07-21T19:10:32.587Z | Downloaded stringprep v0.1.5 |
| 1068 | 2026-07-21T19:10:32.593Z | Downloaded string_cache v0.8.9 |
| 1069 | 2026-07-21T19:10:32.593Z | Downloaded static_assertions v1.1.0 |
| 1070 | 2026-07-21T19:10:32.594Z | Downloaded rayon-core v1.13.0 |
| 1071 | 2026-07-21T19:10:32.597Z | Downloaded crossterm v0.29.0 |
| 1072 | 2026-07-21T19:10:32.597Z | Downloaded strum_macros v0.24.3 |
| 1073 | 2026-07-21T19:10:32.597Z | Downloaded slog-stdlog v4.1.1 |
| 1074 | 2026-07-21T19:10:32.601Z | Downloaded supports-color v3.0.2 |
| 1075 | 2026-07-21T19:10:32.601Z | Downloaded strum_macros v0.27.2 |
| 1076 | 2026-07-21T19:10:32.601Z | Downloaded tinyvec_macros v0.1.1 |
| 1077 | 2026-07-21T19:10:32.604Z | Downloaded tokio-macros v2.7.0 |
| 1078 | 2026-07-21T19:10:32.604Z | Downloaded hkdf v0.13.0 |
| 1079 | 2026-07-21T19:10:32.604Z | Downloaded hkdf v0.12.4 |
| 1080 | 2026-07-21T19:10:32.608Z | Downloaded bindgen v0.71.1 |
| 1081 | 2026-07-21T19:10:32.611Z | Downloaded num-bigint-dig v0.8.6 |
| 1082 | 2026-07-21T19:10:32.615Z | Downloaded rand v0.8.6 |
| 1083 | 2026-07-21T19:10:32.615Z | Downloaded synstructure v0.13.2 |
| 1084 | 2026-07-21T19:10:32.619Z | Downloaded support-bundle-viewer v0.1.2 |
| 1085 | 2026-07-21T19:10:32.619Z | Downloaded hyper-util v0.1.20 |
| 1086 | 2026-07-21T19:10:32.622Z | Downloaded tokio-test v0.4.5 |
| 1087 | 2026-07-21T19:10:32.622Z | Downloaded thiserror-no-std v2.0.2 |
| 1088 | 2026-07-21T19:10:32.625Z | Downloaded smallvec v1.15.1 |
| 1089 | 2026-07-21T19:10:32.625Z | Downloaded qorb v0.4.1 |
| 1090 | 2026-07-21T19:10:32.629Z | Downloaded publicsuffix v2.3.0 |
| 1091 | 2026-07-21T19:10:32.632Z | Downloaded signal-hook v0.3.18 |
| 1092 | 2026-07-21T19:10:32.632Z | Downloaded sha2 v0.11.0 |
| 1093 | 2026-07-21T19:10:32.636Z | Downloaded serde_with_macros v3.21.0 |
| 1094 | 2026-07-21T19:10:32.636Z | Downloaded tower-service v0.3.3 |
| 1095 | 2026-07-21T19:10:32.639Z | Downloaded termios v0.3.3 |
| 1096 | 2026-07-21T19:10:32.639Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1097 | 2026-07-21T19:10:32.642Z | Downloaded nom v7.1.3 |
| 1098 | 2026-07-21T19:10:32.646Z | Downloaded slog v2.8.2 |
| 1099 | 2026-07-21T19:10:32.646Z | Downloaded try-lock v0.2.5 |
| 1100 | 2026-07-21T19:10:32.646Z | Downloaded trait-variant v0.1.2 |
| 1101 | 2026-07-21T19:10:32.649Z | Downloaded tower-layer v0.3.3 |
| 1102 | 2026-07-21T19:10:32.649Z | Downloaded topological-sort v0.2.2 |
| 1103 | 2026-07-21T19:10:32.650Z | Downloaded rsa v0.9.10 |
| 1104 | 2026-07-21T19:10:32.653Z | Downloaded spin v0.9.8 |
| 1105 | 2026-07-21T19:10:32.653Z | Downloaded rand v0.9.2 |
| 1106 | 2026-07-21T19:10:32.656Z | Downloaded quinn v0.11.9 |
| 1107 | 2026-07-21T19:10:32.660Z | Downloaded rustls-webpki v0.103.13 |
| 1108 | 2026-07-21T19:10:32.660Z | Downloaded thread_local v1.1.9 |
| 1109 | 2026-07-21T19:10:32.663Z | Downloaded strum_macros v0.26.4 |
| 1110 | 2026-07-21T19:10:32.663Z | Downloaded tls_codec_derive v0.4.2 |
| 1111 | 2026-07-21T19:10:32.663Z | Downloaded socket2 v0.5.10 |
| 1112 | 2026-07-21T19:10:32.667Z | Downloaded unit-prefix v0.5.2 |
| 1113 | 2026-07-21T19:10:32.667Z | Downloaded ryu v1.0.23 |
| 1114 | 2026-07-21T19:10:32.670Z | Downloaded unarray v0.1.4 |
| 1115 | 2026-07-21T19:10:32.670Z | Downloaded serde_cbor v0.11.2 |
| 1116 | 2026-07-21T19:10:32.673Z | Downloaded unicode-xid v0.2.6 |
| 1117 | 2026-07-21T19:10:32.673Z | Downloaded unicode-truncate v1.1.0 |
| 1118 | 2026-07-21T19:10:32.673Z | Downloaded usdt-attr-macro v0.6.0 |
| 1119 | 2026-07-21T19:10:32.673Z | Downloaded usdt v0.6.0 |
| 1120 | 2026-07-21T19:10:32.677Z | Downloaded utf-8 v0.7.6 |
| 1121 | 2026-07-21T19:10:32.677Z | Downloaded crypto-primes v0.7.2 |
| 1122 | 2026-07-21T19:10:32.680Z | Downloaded slog-dtrace v0.3.0 |
| 1123 | 2026-07-21T19:10:32.680Z | Downloaded schemars v0.9.0 |
| 1124 | 2026-07-21T19:10:32.686Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1125 | 2026-07-21T19:10:32.691Z | Downloaded typify-macro v0.6.2 |
| 1126 | 2026-07-21T19:10:32.691Z | Downloaded tinystr v0.8.2 |
| 1127 | 2026-07-21T19:10:32.691Z | Downloaded tiny-keccak v2.0.2 |
| 1128 | 2026-07-21T19:10:32.695Z | Downloaded universal-hash v0.5.1 |
| 1129 | 2026-07-21T19:10:32.695Z | Downloaded idna v1.1.0 |
| 1130 | 2026-07-21T19:10:32.698Z | Downloaded tokio-dtrace v0.1.1 |
| 1131 | 2026-07-21T19:10:32.698Z | Downloaded h2 v0.4.15 |
| 1132 | 2026-07-21T19:10:32.702Z | Downloaded mio v1.2.0 |
| 1133 | 2026-07-21T19:10:32.705Z | Downloaded blake3 v1.8.5 |
| 1134 | 2026-07-21T19:10:32.710Z | Downloaded untrusted v0.7.1 |
| 1135 | 2026-07-21T19:10:32.713Z | Downloaded universal-hash v0.6.1 |
| 1136 | 2026-07-21T19:10:32.713Z | Downloaded tokio-native-tls v0.3.1 |
| 1137 | 2026-07-21T19:10:32.713Z | Downloaded utf8_iter v1.0.4 |
| 1138 | 2026-07-21T19:10:32.713Z | Downloaded tls_codec v0.4.2 |
| 1139 | 2026-07-21T19:10:32.713Z | Downloaded aws-lc-rs v1.16.3 |
| 1140 | 2026-07-21T19:10:32.718Z | Downloaded void v1.0.2 |
| 1141 | 2026-07-21T19:10:32.721Z | Downloaded tui-tree-widget v0.23.1 |
| 1142 | 2026-07-21T19:10:32.721Z | Downloaded want v0.3.1 |
| 1143 | 2026-07-21T19:10:32.721Z | Downloaded waitgroup v0.1.2 |
| 1144 | 2026-07-21T19:10:32.721Z | Downloaded rand v0.10.1 |
| 1145 | 2026-07-21T19:10:32.725Z | Downloaded untrusted v0.9.0 |
| 1146 | 2026-07-21T19:10:32.725Z | Downloaded term v1.2.1 |
| 1147 | 2026-07-21T19:10:32.728Z | Downloaded socket2 v0.6.3 |
| 1148 | 2026-07-21T19:10:32.728Z | Downloaded tokio-tungstenite v0.21.0 |
| 1149 | 2026-07-21T19:10:32.732Z | Downloaded subprocess v0.2.15 |
| 1150 | 2026-07-21T19:10:32.733Z | Downloaded iddqd v0.4.2 |
| 1151 | 2026-07-21T19:10:32.736Z | Downloaded wait-timeout v0.2.1 |
| 1152 | 2026-07-21T19:10:32.740Z | Downloaded usdt-impl v0.6.0 |
| 1153 | 2026-07-21T19:10:32.740Z | Downloaded xattr v1.6.1 |
| 1154 | 2026-07-21T19:10:32.740Z | Downloaded unicase v2.9.0 |
| 1155 | 2026-07-21T19:10:32.744Z | Downloaded tokio-tungstenite v0.23.1 |
| 1156 | 2026-07-21T19:10:32.744Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1157 | 2026-07-21T19:10:32.744Z | Downloaded hyper v1.10.1 |
| 1158 | 2026-07-21T19:10:32.748Z | Downloaded term v0.7.0 |
| 1159 | 2026-07-21T19:10:32.753Z | Downloaded time-macros v0.2.27 |
| 1160 | 2026-07-21T19:10:32.753Z | Downloaded hashbrown v0.15.5 |
| 1161 | 2026-07-21T19:10:32.758Z | Downloaded xshell-macros v0.2.7 |
| 1162 | 2026-07-21T19:10:32.761Z | Downloaded vergen-git2 v9.1.0 |
| 1163 | 2026-07-21T19:10:32.761Z | Downloaded uzers v0.12.2 |
| 1164 | 2026-07-21T19:10:32.761Z | Downloaded zerofrom-derive v0.1.6 |
| 1165 | 2026-07-21T19:10:32.767Z | Downloaded zerofrom v0.1.6 |
| 1166 | 2026-07-21T19:10:32.771Z | Downloaded similar v2.7.0 |
| 1167 | 2026-07-21T19:10:32.771Z | Downloaded vergen-gitcl v1.0.8 |
| 1168 | 2026-07-21T19:10:32.776Z | Downloaded yoke-derive v0.8.1 |
| 1169 | 2026-07-21T19:10:32.776Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1170 | 2026-07-21T19:10:32.780Z | Downloaded zeroize_derive v1.4.3 |
| 1171 | 2026-07-21T19:10:32.780Z | Downloaded schemars v1.2.1 |
| 1172 | 2026-07-21T19:10:32.789Z | Downloaded zone_cfg_derive v0.3.1 |
| 1173 | 2026-07-21T19:10:32.793Z | Downloaded zone v0.3.1 |
| 1174 | 2026-07-21T19:10:32.793Z | Downloaded tokio-rustls v0.26.4 |
| 1175 | 2026-07-21T19:10:32.793Z | Downloaded usdt-macro v0.6.0 |
| 1176 | 2026-07-21T19:10:32.793Z | Downloaded rsa v0.10.0-rc.18 |
| 1177 | 2026-07-21T19:10:32.796Z | Downloaded whoami v2.1.0 |
| 1178 | 2026-07-21T19:10:32.796Z | Downloaded wyz v0.5.1 |
| 1179 | 2026-07-21T19:10:32.796Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1180 | 2026-07-21T19:10:32.800Z | Downloaded libm v0.2.16 |
| 1181 | 2026-07-21T19:10:32.803Z | Downloaded tar v0.4.46 |
| 1182 | 2026-07-21T19:10:32.806Z | Downloaded snafu v0.8.9 |
| 1183 | 2026-07-21T19:10:32.809Z | Downloaded vergen-lib v9.1.0 |
| 1184 | 2026-07-21T19:10:32.810Z | Downloaded whoami v1.6.1 |
| 1185 | 2026-07-21T19:10:32.810Z | Downloaded vsss-rs v3.3.4 |
| 1186 | 2026-07-21T19:10:32.813Z | Downloaded vergen-lib v0.1.6 |
| 1187 | 2026-07-21T19:10:32.813Z | Downloaded nom v8.0.0 |
| 1188 | 2026-07-21T19:10:32.817Z | Downloaded itertools v0.14.0 |
| 1189 | 2026-07-21T19:10:32.820Z | Downloaded futures-util v0.3.32 |
| 1190 | 2026-07-21T19:10:32.826Z | Downloaded writeable v0.6.2 |
| 1191 | 2026-07-21T19:10:32.829Z | Downloaded twox-hash v2.1.2 |
| 1192 | 2026-07-21T19:10:32.829Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1193 | 2026-07-21T19:10:32.832Z | Downloaded samael v0.0.19 |
| 1194 | 2026-07-21T19:10:32.836Z | Downloaded icu_properties_data v2.1.2 |
| 1195 | 2026-07-21T19:10:32.841Z | Downloaded zeroize v1.8.2 |
| 1196 | 2026-07-21T19:10:32.844Z | Downloaded toml v0.7.8 |
| 1197 | 2026-07-21T19:10:32.844Z | Downloaded xshell v0.2.7 |
| 1198 | 2026-07-21T19:10:32.844Z | Downloaded unicode-properties v0.1.4 |
| 1199 | 2026-07-21T19:10:32.848Z | Downloaded tracing-attributes v0.1.31 |
| 1200 | 2026-07-21T19:10:32.848Z | Downloaded tokio-stream v0.1.18 |
| 1201 | 2026-07-21T19:10:32.852Z | Downloaded zerovec-derive v0.11.2 |
| 1202 | 2026-07-21T19:10:32.852Z | Downloaded itertools v0.13.0 |
| 1203 | 2026-07-21T19:10:32.855Z | Downloaded walkdir v2.5.0 |
| 1204 | 2026-07-21T19:10:32.858Z | Downloaded vergen v9.1.0 |
| 1205 | 2026-07-21T19:10:32.858Z | Downloaded tungstenite v0.23.0 |
| 1206 | 2026-07-21T19:10:32.859Z | Downloaded tracing-core v0.1.36 |
| 1207 | 2026-07-21T19:10:32.862Z | Downloaded chrono v0.4.45 |
| 1208 | 2026-07-21T19:10:32.865Z | Downloaded zstd-safe v7.2.4 |
| 1209 | 2026-07-21T19:10:32.865Z | Downloaded zstd v0.13.3 |
| 1210 | 2026-07-21T19:10:32.869Z | Downloaded test-strategy v0.4.5 |
| 1211 | 2026-07-21T19:10:32.869Z | Downloaded serde_with v1.14.0 |
| 1212 | 2026-07-21T19:10:32.874Z | Downloaded unicode-bidi v0.3.18 |
| 1213 | 2026-07-21T19:10:32.877Z | Downloaded steno v0.4.1 |
| 1214 | 2026-07-21T19:10:32.877Z | Downloaded yasna v0.5.2 |
| 1215 | 2026-07-21T19:10:32.877Z | Downloaded rustyline v14.0.0 |
| 1216 | 2026-07-21T19:10:32.885Z | Downloaded tinyvec v1.10.0 |
| 1217 | 2026-07-21T19:10:32.888Z | Downloaded zerocopy v0.6.6 |
| 1218 | 2026-07-21T19:10:32.892Z | Downloaded yoke v0.8.1 |
| 1219 | 2026-07-21T19:10:32.895Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1220 | 2026-07-21T19:10:32.899Z | Downloaded uuid v1.23.4 |
| 1221 | 2026-07-21T19:10:32.919Z | Downloaded vte v0.14.1 |
| 1222 | 2026-07-21T19:10:32.923Z | Downloaded typify v0.6.2 |
| 1223 | 2026-07-21T19:10:32.923Z | Downloaded p384 v0.13.1 |
| 1224 | 2026-07-21T19:10:32.928Z | Downloaded tungstenite v0.21.0 |
| 1225 | 2026-07-21T19:10:32.933Z | Downloaded reedline v0.40.0 |
| 1226 | 2026-07-21T19:10:32.945Z | Downloaded unsafe-libyaml v0.2.11 |
| 1227 | 2026-07-21T19:10:32.952Z | Downloaded reqwest v0.12.28 |
| 1228 | 2026-07-21T19:10:32.955Z | Downloaded regex v1.12.3 |
| 1229 | 2026-07-21T19:10:32.955Z | Downloaded zopfli v0.8.3 |
| 1230 | 2026-07-21T19:10:32.966Z | Downloaded lalrpop v0.19.12 |
| 1231 | 2026-07-21T19:10:32.971Z | Downloaded goblin v0.10.5 |
| 1232 | 2026-07-21T19:10:32.978Z | Downloaded tokio-postgres v0.7.16 |
| 1233 | 2026-07-21T19:10:32.982Z | Downloaded unicode_categories v0.1.1 |
| 1234 | 2026-07-21T19:10:32.985Z | Downloaded curve25519-dalek v4.1.3 |
| 1235 | 2026-07-21T19:10:32.989Z | Downloaded portable-atomic v1.13.1 |
| 1236 | 2026-07-21T19:10:32.993Z | Downloaded zerotrie v0.2.3 |
| 1237 | 2026-07-21T19:10:32.997Z | Downloaded reqwest v0.13.2 |
| 1238 | 2026-07-21T19:10:33.004Z | Downloaded toml_edit v0.19.15 |
| 1239 | 2026-07-21T19:10:33.013Z | Downloaded zip v0.6.6 |
| 1240 | 2026-07-21T19:10:33.017Z | Downloaded typed-path v0.9.3 |
| 1241 | 2026-07-21T19:10:33.027Z | Downloaded git2 v0.20.4 |
| 1242 | 2026-07-21T19:10:33.031Z | Downloaded yansi v1.0.1 |
| 1243 | 2026-07-21T19:10:33.031Z | Downloaded rawzip v0.4.4 |
| 1244 | 2026-07-21T19:10:33.031Z | Downloaded url v2.5.8 |
| 1245 | 2026-07-21T19:10:33.040Z | Downloaded salty v0.3.0 |
| 1246 | 2026-07-21T19:10:33.047Z | Downloaded rayon v1.11.0 |
| 1247 | 2026-07-21T19:10:33.055Z | Downloaded tower v0.5.3 |
| 1248 | 2026-07-21T19:10:33.067Z | Downloaded x509-cert v0.2.5 |
| 1249 | 2026-07-21T19:10:33.071Z | Downloaded petname v2.0.2 |
| 1250 | 2026-07-21T19:10:33.093Z | Downloaded quick-xml v0.37.5 |
| 1251 | 2026-07-21T19:10:33.099Z | Downloaded proptest v1.10.0 |
| 1252 | 2026-07-21T19:10:33.099Z | Downloaded zerocopy-derive v0.8.40 |
| 1253 | 2026-07-21T19:10:33.099Z | Downloaded moka v0.12.13 |
| 1254 | 2026-07-21T19:10:33.103Z | Downloaded unicode-segmentation v1.12.0 |
| 1255 | 2026-07-21T19:10:33.109Z | Downloaded tower-http v0.6.8 |
| 1256 | 2026-07-21T19:10:33.114Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1257 | 2026-07-21T19:10:33.126Z | Downloaded zerovec v0.11.5 |
| 1258 | 2026-07-21T19:10:33.131Z | Downloaded zip v4.6.1 |
| 1259 | 2026-07-21T19:10:33.137Z | Downloaded crypto-bigint v0.7.5 |
| 1260 | 2026-07-21T19:10:33.146Z | Downloaded unicode-normalization v0.1.25 |
| 1261 | 2026-07-21T19:10:33.149Z | Downloaded object v0.30.4 |
| 1262 | 2026-07-21T19:10:33.149Z | Downloaded tough v0.22.0 |
| 1263 | 2026-07-21T19:10:33.154Z | Downloaded radix_trie v0.2.1 |
| 1264 | 2026-07-21T19:10:33.160Z | Downloaded quinn-proto v0.11.13 |
| 1265 | 2026-07-21T19:10:33.165Z | Downloaded bstr v1.12.1 |
| 1266 | 2026-07-21T19:10:33.169Z | Downloaded serde_with v3.21.0 |
| 1267 | 2026-07-21T19:10:33.173Z | Downloaded nix v0.27.1 |
| 1268 | 2026-07-21T19:10:33.178Z | Downloaded tokio-util v0.7.18 |
| 1269 | 2026-07-21T19:10:33.182Z | Downloaded russh v0.61.2 |
| 1270 | 2026-07-21T19:10:33.188Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1271 | 2026-07-21T19:10:33.193Z | Downloaded winnow v0.6.26 |
| 1272 | 2026-07-21T19:10:33.205Z | Downloaded winnow v0.5.40 |
| 1273 | 2026-07-21T19:10:33.211Z | Downloaded winnow v1.0.3 |
| 1274 | 2026-07-21T19:10:33.218Z | Downloaded openssl v0.10.79 |
| 1275 | 2026-07-21T19:10:33.228Z | Downloaded polar-core v0.27.3 |
| 1276 | 2026-07-21T19:10:33.234Z | Downloaded tabled v0.20.0 |
| 1277 | 2026-07-21T19:10:33.241Z | Downloaded dropshot v0.17.1 |
| 1278 | 2026-07-21T19:10:33.255Z | Downloaded regex-syntax v0.6.29 |
| 1279 | 2026-07-21T19:10:33.263Z | Downloaded nix v0.28.0 |
| 1280 | 2026-07-21T19:10:33.267Z | Downloaded zlib-rs v0.6.2 |
| 1281 | 2026-07-21T19:10:33.276Z | Downloaded time v0.3.47 |
| 1282 | 2026-07-21T19:10:33.280Z | Downloaded smoltcp v0.9.1 |
| 1283 | 2026-07-21T19:10:33.284Z | Downloaded vcpkg v0.2.15 |
| 1284 | 2026-07-21T19:10:33.304Z | Downloaded hickory-proto v0.24.4 |
| 1285 | 2026-07-21T19:10:33.312Z | Downloaded openapiv3 v2.2.0 |
| 1286 | 2026-07-21T19:10:33.318Z | Downloaded object v0.37.3 |
| 1287 | 2026-07-21T19:10:33.330Z | Downloaded smoltcp v0.11.0 |
| 1288 | 2026-07-21T19:10:33.343Z | Downloaded nix v0.31.2 |
| 1289 | 2026-07-21T19:10:33.350Z | Downloaded regress v0.11.1 |
| 1290 | 2026-07-21T19:10:33.350Z | Downloaded hickory-proto v0.25.2 |
| 1291 | 2026-07-21T19:10:33.363Z | Downloaded diesel v2.3.7 |
| 1292 | 2026-07-21T19:10:33.372Z | Downloaded zerocopy v0.8.40 |
| 1293 | 2026-07-21T19:10:33.383Z | Downloaded regex-syntax v0.8.10 |
| 1294 | 2026-07-21T19:10:33.388Z | Downloaded sqlparser v0.61.0 |
| 1295 | 2026-07-21T19:10:33.394Z | Downloaded regress v0.10.5 |
| 1296 | 2026-07-21T19:10:33.401Z | Downloaded sled v0.34.7 |
| 1297 | 2026-07-21T19:10:33.407Z | Downloaded rustls v0.23.41 |
| 1298 | 2026-07-21T19:10:33.413Z | Downloaded tracing v0.1.44 |
| 1299 | 2026-07-21T19:10:33.425Z | Downloaded rustix v0.38.44 |
| 1300 | 2026-07-21T19:10:33.463Z | Downloaded csv v1.4.0 |
| 1301 | 2026-07-21T19:10:33.482Z | Downloaded jiff v0.2.21 |
| 1302 | 2026-07-21T19:10:33.486Z | Downloaded libz-sys v1.1.24 |
| 1303 | 2026-07-21T19:10:33.498Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1304 | 2026-07-21T19:10:33.524Z | Downloaded fiat-crypto v0.3.0 |
| 1305 | 2026-07-21T19:10:33.556Z | Downloaded sha3 v0.11.0 |
| 1306 | 2026-07-21T19:10:33.563Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1307 | 2026-07-21T19:10:33.570Z | Downloaded ratatui v0.29.0 |
| 1308 | 2026-07-21T19:10:33.585Z | Downloaded typify-impl v0.6.2 |
| 1309 | 2026-07-21T19:10:33.697Z | Downloaded regex-automata v0.4.14 |
| 1310 | 2026-07-21T19:10:33.701Z | Downloaded zerocopy-derive v0.6.6 |
| 1311 | 2026-07-21T19:10:33.701Z | Downloaded chrono-tz v0.10.4 |
| 1312 | 2026-07-21T19:10:33.701Z | Downloaded petgraph v0.6.5 |
| 1313 | 2026-07-21T19:10:33.701Z | Downloaded petgraph v0.8.3 |
| 1314 | 2026-07-21T19:10:33.722Z | Downloaded sha3 v0.10.8 |
| 1315 | 2026-07-21T19:10:33.743Z | Downloaded tokio v1.52.1 |
| 1316 | 2026-07-21T19:10:33.814Z | Downloaded encoding_rs v0.8.35 |
| 1317 | 2026-07-21T19:10:33.855Z | Downloaded ring v0.17.14 |
| 1318 | 2026-07-21T19:10:33.907Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1319 | 2026-07-21T19:10:34.400Z | Downloaded aws-lc-sys v0.40.0 |
| 1320 | 2026-07-21T19:10:34.671Z | Compiling libc v0.2.185 |
| 1321 | 2026-07-21T19:10:34.671Z | Compiling serde_core v1.0.228 |
| 1322 | 2026-07-21T19:10:34.671Z | Compiling serde v1.0.228 |
| 1323 | 2026-07-21T19:10:34.692Z | Compiling log v0.4.29 |
| 1324 | 2026-07-21T19:10:34.692Z | Compiling smallvec v1.15.1 |
| 1325 | 2026-07-21T19:10:34.813Z | Compiling shlex v1.3.0 |
| 1326 | 2026-07-21T19:10:34.816Z | Compiling find-msvc-tools v0.1.9 |
| 1327 | 2026-07-21T19:10:34.816Z | Compiling syn v2.0.117 |
| 1328 | 2026-07-21T19:10:34.983Z | Compiling subtle v2.6.1 |
| 1329 | 2026-07-21T19:10:34.998Z | Compiling stable_deref_trait v1.2.1 |
| 1330 | 2026-07-21T19:10:35.007Z | Compiling scopeguard v1.2.0 |
| 1331 | 2026-07-21T19:10:35.064Z | Compiling typenum v1.20.1 |
| 1332 | 2026-07-21T19:10:35.078Z | Compiling serde_json v1.0.150 |
| 1333 | 2026-07-21T19:10:35.116Z | Compiling lock_api v0.4.14 |
| 1334 | 2026-07-21T19:10:35.137Z | Compiling portable-atomic v1.13.1 |
| 1335 | 2026-07-21T19:10:35.143Z | Compiling zerocopy v0.8.40 |
| 1336 | 2026-07-21T19:10:35.300Z | Compiling parking_lot_core v0.9.12 |
| 1337 | 2026-07-21T19:10:35.356Z | Compiling pin-project-lite v0.2.17 |
| 1338 | 2026-07-21T19:10:35.529Z | Compiling getrandom v0.4.1 |
| 1339 | 2026-07-21T19:10:35.691Z | Compiling critical-section v1.2.0 |
| 1340 | 2026-07-21T19:10:35.707Z | Compiling jobserver v0.1.34 |
| 1341 | 2026-07-21T19:10:35.741Z | Compiling errno v0.3.14 |
| 1342 | 2026-07-21T19:10:35.797Z | Compiling getrandom v0.2.17 |
| 1343 | 2026-07-21T19:10:35.886Z | Compiling libm v0.2.16 |
| 1344 | 2026-07-21T19:10:35.901Z | Compiling pkg-config v0.3.32 |
| 1345 | 2026-07-21T19:10:35.990Z | Compiling cc v1.2.56 |
| 1346 | 2026-07-21T19:10:36.025Z | Compiling rand_core v0.6.4 |
| 1347 | 2026-07-21T19:10:36.102Z | Compiling signal-hook-registry v1.4.8 |
| 1348 | 2026-07-21T19:10:36.299Z | Compiling once_cell v1.21.3 |
| 1349 | 2026-07-21T19:10:36.327Z | Compiling num-traits v0.2.19 |
| 1350 | 2026-07-21T19:10:36.416Z | Compiling futures-core v0.3.32 |
| 1351 | 2026-07-21T19:10:36.492Z | Compiling rand_core v0.10.0 |
| 1352 | 2026-07-21T19:10:36.528Z | Compiling parking_lot v0.12.5 |
| 1353 | 2026-07-21T19:10:36.575Z | Compiling mio v1.2.0 |
| 1354 | 2026-07-21T19:10:36.725Z | Compiling generic-array v0.14.7 |
| 1355 | 2026-07-21T19:10:36.877Z | Compiling const-oid v0.9.6 |
| 1356 | 2026-07-21T19:10:36.900Z | Compiling writeable v0.6.2 |
| 1357 | 2026-07-21T19:10:36.944Z | Compiling litemap v0.8.1 |
| 1358 | 2026-07-21T19:10:37.094Z | Compiling bitflags v2.11.0 |
| 1359 | 2026-07-21T19:10:37.126Z | Compiling percent-encoding v2.3.2 |
| 1360 | 2026-07-21T19:10:37.193Z | Compiling semver v1.0.28 |
| 1361 | 2026-07-21T19:10:37.380Z | Compiling icu_properties_data v2.1.2 |
| 1362 | 2026-07-21T19:10:37.523Z | Compiling icu_normalizer_data v2.1.1 |
| 1363 | 2026-07-21T19:10:37.592Z | Compiling socket2 v0.6.3 |
| 1364 | 2026-07-21T19:10:37.640Z | Compiling futures-sink v0.3.32 |
| 1365 | 2026-07-21T19:10:37.664Z | Compiling futures-task v0.3.32 |
| 1366 | 2026-07-21T19:10:37.752Z | Compiling synstructure v0.13.2 |
| 1367 | 2026-07-21T19:10:37.759Z | Compiling futures-channel v0.3.32 |
| 1368 | 2026-07-21T19:10:37.835Z | Compiling futures-io v0.3.32 |
| 1369 | 2026-07-21T19:10:37.849Z | Compiling slab v0.4.12 |
| 1370 | 2026-07-21T19:10:37.945Z | Compiling utf8_iter v1.0.4 |
| 1371 | 2026-07-21T19:10:37.984Z | Compiling indexmap v2.14.0 |
| 1372 | 2026-07-21T19:10:37.984Z | Compiling form_urlencoded v1.2.2 |
| 1373 | 2026-07-21T19:10:38.011Z | Compiling getrandom v0.3.4 |
| 1374 | 2026-07-21T19:10:38.025Z | Compiling rustversion v1.0.22 |
| 1375 | 2026-07-21T19:10:38.090Z | Compiling cmake v0.1.57 |
| 1376 | 2026-07-21T19:10:38.174Z | Compiling rustix v1.1.3 |
| 1377 | 2026-07-21T19:10:38.189Z | Compiling ident_case v1.0.1 |
| 1378 | 2026-07-21T19:10:38.317Z | Compiling dunce v1.0.5 |
| 1379 | 2026-07-21T19:10:38.331Z | Compiling fs_extra v1.3.0 |
| 1380 | 2026-07-21T19:10:38.415Z | Compiling iana-time-zone v0.1.65 |
| 1381 | 2026-07-21T19:10:38.496Z | Compiling regex-syntax v0.8.10 |
| 1382 | 2026-07-21T19:10:38.597Z | Compiling aws-lc-sys v0.40.0 |
| 1383 | 2026-07-21T19:10:38.618Z | Compiling uuid v1.23.4 |
| 1384 | 2026-07-21T19:10:38.644Z | Compiling base64 v0.22.1 |
| 1385 | 2026-07-21T19:10:38.945Z | Compiling rand_core v0.9.5 |
| 1386 | 2026-07-21T19:10:38.972Z | Compiling vcpkg v0.2.15 |
| 1387 | 2026-07-21T19:10:39.035Z | Compiling base64ct v1.8.3 |
| 1388 | 2026-07-21T19:10:39.242Z | Compiling rustc_version v0.4.1 |
| 1389 | 2026-07-21T19:10:39.336Z | Compiling pem-rfc7468 v0.7.0 |
| 1390 | 2026-07-21T19:10:39.374Z | Compiling tracing-core v0.1.36 |
| 1391 | 2026-07-21T19:10:39.487Z | Compiling serde_derive v1.0.228 |
| 1392 | 2026-07-21T19:10:39.609Z | Compiling zeroize_derive v1.4.3 |
| 1393 | 2026-07-21T19:10:39.655Z | Compiling zerofrom-derive v0.1.6 |
| 1394 | 2026-07-21T19:10:39.737Z | Compiling yoke-derive v0.8.1 |
| 1395 | 2026-07-21T19:10:39.936Z | Compiling zerovec-derive v0.11.2 |
| 1396 | 2026-07-21T19:10:39.963Z | Compiling displaydoc v0.2.5 |
| 1397 | 2026-07-21T19:10:40.282Z | Compiling zeroize v1.8.2 |
| 1398 | 2026-07-21T19:10:40.489Z | Compiling zerocopy-derive v0.8.40 |
| 1399 | 2026-07-21T19:10:40.911Z | Compiling tokio-macros v2.7.0 |
| 1400 | 2026-07-21T19:10:40.947Z | Compiling futures-macro v0.3.32 |
| 1401 | 2026-07-21T19:10:41.085Z | Compiling zerofrom v0.1.6 |
| 1402 | 2026-07-21T19:10:41.110Z | Compiling openssl-sys v0.9.115 |
| 1403 | 2026-07-21T19:10:41.214Z | Compiling yoke v0.8.1 |
| 1404 | 2026-07-21T19:10:41.321Z | Compiling crypto-common v0.1.7 |
| 1405 | 2026-07-21T19:10:41.401Z | Compiling zerovec v0.11.5 |
| 1406 | 2026-07-21T19:10:41.471Z | Compiling zerotrie v0.2.3 |
| 1407 | 2026-07-21T19:10:41.639Z | Compiling block-buffer v0.10.4 |
| 1408 | 2026-07-21T19:10:41.664Z | Compiling der_derive v0.7.3 |
| 1409 | 2026-07-21T19:10:41.761Z | Compiling futures-util v0.3.32 |
| 1410 | 2026-07-21T19:10:41.773Z | Compiling digest v0.10.7 |
| 1411 | 2026-07-21T19:10:41.805Z | Compiling tracing-attributes v0.1.31 |
| 1412 | 2026-07-21T19:10:41.912Z | Compiling tinystr v0.8.2 |
| 1413 | 2026-07-21T19:10:42.016Z | Compiling potential_utf v0.1.4 |
| 1414 | 2026-07-21T19:10:42.117Z | Compiling icu_locale_core v2.1.1 |
| 1415 | 2026-07-21T19:10:42.178Z | Compiling icu_collections v2.1.1 |
| 1416 | 2026-07-21T19:10:42.628Z | Compiling thiserror-impl v2.0.18 |
| 1417 | 2026-07-21T19:10:42.650Z | Compiling flagset v0.4.7 |
| 1418 | 2026-07-21T19:10:42.782Z | Compiling icu_provider v2.1.1 |
| 1419 | 2026-07-21T19:10:42.976Z | Compiling bytes v1.11.1 |
| 1420 | 2026-07-21T19:10:43.021Z | Compiling chrono v0.4.45 |
| 1421 | 2026-07-21T19:10:43.080Z | Compiling icu_properties v2.1.2 |
| 1422 | 2026-07-21T19:10:43.128Z | Compiling icu_normalizer v2.1.1 |
| 1423 | 2026-07-21T19:10:43.580Z | Compiling tokio v1.52.1 |
| 1424 | 2026-07-21T19:10:43.657Z | Compiling http v1.4.2 |
| 1425 | 2026-07-21T19:10:43.964Z | Compiling idna_adapter v1.2.1 |
| 1426 | 2026-07-21T19:10:44.040Z | Compiling aws-lc-rs v1.16.3 |
| 1427 | 2026-07-21T19:10:44.097Z | Compiling idna v1.1.0 |
| 1428 | 2026-07-21T19:10:44.153Z | Compiling thiserror v2.0.18 |
| 1429 | 2026-07-21T19:10:44.270Z | Compiling tracing v0.1.44 |
| 1430 | 2026-07-21T19:10:44.354Z | Compiling http-body v1.0.1 |
| 1431 | 2026-07-21T19:10:44.407Z | Compiling url v2.5.8 |
| 1432 | 2026-07-21T19:10:44.499Z | Compiling der v0.7.10 |
| 1433 | 2026-07-21T19:10:44.590Z | Compiling rustls-pki-types v1.14.0 |
| 1434 | 2026-07-21T19:10:44.746Z | Compiling serde_derive_internals v0.29.1 |
| 1435 | 2026-07-21T19:10:44.750Z | Compiling schemars v0.8.22 |
| 1436 | 2026-07-21T19:10:44.950Z | Compiling ppv-lite86 v0.2.21 |
| 1437 | 2026-07-21T19:10:44.963Z | Compiling openssl-probe v0.2.1 |
| 1438 | 2026-07-21T19:10:45.024Z | Compiling dyn-clone v1.0.20 |
| 1439 | 2026-07-21T19:10:45.138Z | Compiling cmov v0.5.4 |
| 1440 | 2026-07-21T19:10:45.163Z | Compiling tinyvec_macros v0.1.1 |
| 1441 | 2026-07-21T19:10:45.202Z | Compiling httparse v1.10.1 |
| 1442 | 2026-07-21T19:10:45.227Z | Compiling rand_chacha v0.9.0 |
| 1443 | 2026-07-21T19:10:45.264Z | Compiling tinyvec v1.10.0 |
| 1444 | 2026-07-21T19:10:45.355Z | Compiling ctutils v0.4.2 |
| 1445 | 2026-07-21T19:10:45.623Z | Compiling schemars_derive v0.8.22 |
| 1446 | 2026-07-21T19:10:45.642Z | Compiling rand v0.9.2 |
| 1447 | 2026-07-21T19:10:45.650Z | Compiling spki v0.7.3 |
| 1448 | 2026-07-21T19:10:45.681Z | Compiling pest_generator v2.8.6 |
| 1449 | 2026-07-21T19:10:45.737Z | Compiling aho-corasick v1.1.4 |
| 1450 | 2026-07-21T19:10:45.857Z | Compiling tower-layer v0.3.3 |
| 1451 | 2026-07-21T19:10:45.954Z | Compiling untrusted v0.7.1 |
| 1452 | 2026-07-21T19:10:46.010Z | Compiling try-lock v0.2.5 |
| 1453 | 2026-07-21T19:10:46.082Z | Compiling tower-service v0.3.3 |
| 1454 | 2026-07-21T19:10:46.120Z | Compiling atomic-waker v1.1.2 |
| 1455 | 2026-07-21T19:10:46.167Z | Compiling tempfile v3.25.0 |
| 1456 | 2026-07-21T19:10:46.266Z | Compiling want v0.3.1 |
| 1457 | 2026-07-21T19:10:46.365Z | Compiling pest_derive v2.8.6 |
| 1458 | 2026-07-21T19:10:46.426Z | Compiling hybrid-array v0.4.13 |
| 1459 | 2026-07-21T19:10:46.533Z | Compiling ipnet v2.11.0 |
| 1460 | 2026-07-21T19:10:46.705Z | Compiling regex-automata v0.4.14 |
| 1461 | 2026-07-21T19:10:46.810Z | Compiling scroll_derive v0.13.1 |
| 1462 | 2026-07-21T19:10:47.032Z | Compiling darling_core v0.20.11 |
| 1463 | 2026-07-21T19:10:47.210Z | Compiling openssl v0.10.79 |
| 1464 | 2026-07-21T19:10:47.439Z | Compiling tokio-util v0.7.18 |
| 1465 | 2026-07-21T19:10:47.482Z | Compiling rustls v0.23.41 |
| 1466 | 2026-07-21T19:10:47.620Z | Compiling httpdate v1.0.3 |
| 1467 | 2026-07-21T19:10:47.642Z | Compiling cpufeatures v0.2.17 |
| 1468 | 2026-07-21T19:10:47.711Z | Compiling foreign-types-shared v0.1.1 |
| 1469 | 2026-07-21T19:10:47.784Z | Compiling untrusted v0.9.0 |
| 1470 | 2026-07-21T19:10:47.851Z | Compiling foreign-types v0.3.2 |
| 1471 | 2026-07-21T19:10:47.900Z | Compiling scroll v0.13.0 |
| 1472 | 2026-07-21T19:10:47.930Z | Compiling pkcs8 v0.10.2 |
| 1473 | 2026-07-21T19:10:48.140Z | Compiling h2 v0.4.15 |
| 1474 | 2026-07-21T19:10:48.157Z | Compiling unicode-normalization v0.1.25 |
| 1475 | 2026-07-21T19:10:48.423Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-07-21T19:10:48.578Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1477 | 2026-07-21T19:10:48.612Z | Compiling spin v0.9.8 |
| 1478 | 2026-07-21T19:10:48.812Z | Compiling native-tls v0.2.18 |
| 1479 | 2026-07-21T19:10:48.840Z | Compiling powerfmt v0.2.0 |
| 1480 | 2026-07-21T19:10:48.969Z | Compiling time-core v0.1.8 |
| 1481 | 2026-07-21T19:10:49.024Z | Compiling num-conv v0.2.0 |
| 1482 | 2026-07-21T19:10:49.031Z | Compiling crc32fast v1.5.0 |
| 1483 | 2026-07-21T19:10:49.144Z | Compiling time-macros v0.2.27 |
| 1484 | 2026-07-21T19:10:49.231Z | Compiling darling_macro v0.20.11 |
| 1485 | 2026-07-21T19:10:49.247Z | Compiling deranged v0.5.8 |
| 1486 | 2026-07-21T19:10:49.707Z | Compiling darling v0.20.11 |
| 1487 | 2026-07-21T19:10:49.787Z | Compiling goblin v0.10.5 |
| 1488 | 2026-07-21T19:10:50.193Z | Compiling sha2 v0.10.9 |
| 1489 | 2026-07-21T19:10:50.197Z | Compiling hmac v0.12.1 |
| 1490 | 2026-07-21T19:10:50.357Z | Compiling sync_wrapper v1.0.2 |
| 1491 | 2026-07-21T19:10:50.500Z | Compiling wait-timeout v0.2.1 |
| 1492 | 2026-07-21T19:10:50.720Z | Compiling bit-vec v0.8.0 |
| 1493 | 2026-07-21T19:10:50.769Z | Compiling siphasher v1.0.2 |
| 1494 | 2026-07-21T19:10:50.951Z | Compiling quick-error v1.2.3 |
| 1495 | 2026-07-21T19:10:50.957Z | Compiling syn v1.0.109 |
| 1496 | 2026-07-21T19:10:51.057Z | Compiling crossbeam-utils v0.8.21 |
| 1497 | 2026-07-21T19:10:51.279Z | Compiling hyper v1.10.1 |
| 1498 | 2026-07-21T19:10:51.363Z | Compiling num_threads v0.1.7 |
| 1499 | 2026-07-21T19:10:51.459Z | Compiling usdt-impl v0.6.0 |
| 1500 | 2026-07-21T19:10:51.627Z | Compiling simd-adler32 v0.3.8 |
| 1501 | 2026-07-21T19:10:51.894Z | Compiling time v0.3.47 |
| 1502 | 2026-07-21T19:10:52.073Z | Compiling rusty-fork v0.3.1 |
| 1503 | 2026-07-21T19:10:52.261Z | Compiling bit-set v0.8.0 |
| 1504 | 2026-07-21T19:10:52.344Z | Compiling tower v0.5.3 |
| 1505 | 2026-07-21T19:10:52.385Z | Compiling hyper-util v0.1.20 |
| 1506 | 2026-07-21T19:10:52.421Z | Compiling derive_builder_core v0.20.2 |
| 1507 | 2026-07-21T19:10:52.812Z | Compiling dof v0.4.0 |
| 1508 | 2026-07-21T19:10:53.035Z | Compiling dtrace-parser v0.3.0 |
| 1509 | 2026-07-21T19:10:53.267Z | Compiling http-body-util v0.1.3 |
| 1510 | 2026-07-21T19:10:53.431Z | Compiling heapless v0.7.17 |
| 1511 | 2026-07-21T19:10:53.505Z | Compiling scroll_derive v0.12.1 |
| 1512 | 2026-07-21T19:10:53.681Z | Compiling thiserror-impl v1.0.69 |
| 1513 | 2026-07-21T19:10:53.776Z | Compiling rand_xorshift v0.4.0 |
| 1514 | 2026-07-21T19:10:53.911Z | Compiling slog v2.8.2 |
| 1515 | 2026-07-21T19:10:53.928Z | Compiling darling_core v0.23.0 |
| 1516 | 2026-07-21T19:10:53.977Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1517 | 2026-07-21T19:10:54.082Z | Compiling thread-id v5.1.0 |
| 1518 | 2026-07-21T19:10:54.114Z | Compiling cookie v0.18.1 |
| 1519 | 2026-07-21T19:10:54.160Z | Compiling allocator-api2 v0.2.21 |
| 1520 | 2026-07-21T19:10:54.164Z | Compiling paste v1.0.15 |
| 1521 | 2026-07-21T19:10:54.265Z | Compiling ryu v1.0.23 |
| 1522 | 2026-07-21T19:10:54.300Z | Compiling adler2 v2.0.1 |
| 1523 | 2026-07-21T19:10:54.429Z | Compiling unarray v0.1.4 |
| 1524 | 2026-07-21T19:10:54.437Z | Compiling signal-hook v0.3.18 |
| 1525 | 2026-07-21T19:10:54.478Z | Compiling iri-string v0.7.10 |
| 1526 | 2026-07-21T19:10:54.491Z | Compiling anyhow v1.0.102 |
| 1527 | 2026-07-21T19:10:54.532Z | Compiling unicode-properties v0.1.4 |
| 1528 | 2026-07-21T19:10:54.615Z | Compiling unicode-bidi v0.3.18 |
| 1529 | 2026-07-21T19:10:54.735Z | Compiling zstd-safe v7.2.4 |
| 1530 | 2026-07-21T19:10:54.927Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-07-21T19:10:54.944Z | Compiling stringprep v0.1.5 |
| 1532 | 2026-07-21T19:10:55.014Z | Compiling proptest v1.10.0 |
| 1533 | 2026-07-21T19:10:55.069Z | Compiling miniz_oxide v0.8.9 |
| 1534 | 2026-07-21T19:10:55.139Z | Compiling serde_urlencoded v0.7.1 |
| 1535 | 2026-07-21T19:10:55.430Z | Compiling scroll v0.12.0 |
| 1536 | 2026-07-21T19:10:55.773Z | Compiling tower-http v0.6.8 |
| 1537 | 2026-07-21T19:10:56.026Z | Compiling derive_builder_macro v0.20.2 |
| 1538 | 2026-07-21T19:10:56.163Z | Compiling tokio-native-tls v0.3.1 |
| 1539 | 2026-07-21T19:10:56.280Z | Compiling camino v1.2.2 |
| 1540 | 2026-07-21T19:10:56.350Z | Compiling bstr v1.12.1 |
| 1541 | 2026-07-21T19:10:56.460Z | Compiling darling_macro v0.23.0 |
| 1542 | 2026-07-21T19:10:56.485Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-07-21T19:10:56.582Z | Compiling block-buffer v0.12.1 |
| 1544 | 2026-07-21T19:10:56.653Z | Compiling crypto-common v0.2.2 |
| 1545 | 2026-07-21T19:10:56.762Z | Compiling block-padding v0.4.2 |
| 1546 | 2026-07-21T19:10:56.873Z | Compiling rand_chacha v0.3.1 |
| 1547 | 2026-07-21T19:10:56.927Z | Compiling rustls-native-certs v0.8.3 |
| 1548 | 2026-07-21T19:10:56.953Z | Compiling toml_datetime v0.6.11 |
| 1549 | 2026-07-21T19:10:56.972Z | Compiling serde_spanned v0.6.9 |
| 1550 | 2026-07-21T19:10:57.119Z | Compiling hex v0.4.3 |
| 1551 | 2026-07-21T19:10:57.190Z | Compiling serde_tokenstream v0.2.3 |
| 1552 | 2026-07-21T19:10:57.201Z | Compiling erased-serde v0.3.31 |
| 1553 | 2026-07-21T19:10:57.400Z | Compiling md-5 v0.10.6 |
| 1554 | 2026-07-21T19:10:57.493Z | Compiling signature v2.2.0 |
| 1555 | 2026-07-21T19:10:57.542Z | Compiling curve25519-dalek v4.1.3 |
| 1556 | 2026-07-21T19:10:57.645Z | Compiling pin-project-internal v1.1.11 |
| 1557 | 2026-07-21T19:10:57.678Z | Compiling async-trait v0.1.89 |
| 1558 | 2026-07-21T19:10:57.695Z | Compiling zerocopy-derive v0.7.35 |
| 1559 | 2026-07-21T19:10:57.895Z | Compiling vergen-lib v9.1.0 |
| 1560 | 2026-07-21T19:10:58.078Z | Compiling hash32 v0.2.1 |
| 1561 | 2026-07-21T19:10:58.265Z | Compiling num-integer v0.1.46 |
| 1562 | 2026-07-21T19:10:58.346Z | Compiling memoffset v0.9.1 |
| 1563 | 2026-07-21T19:10:58.538Z | Compiling encoding_rs v0.8.35 |
| 1564 | 2026-07-21T19:10:58.557Z | Compiling fallible-iterator v0.2.0 |
| 1565 | 2026-07-21T19:10:58.580Z | Compiling ref-cast v1.0.25 |
| 1566 | 2026-07-21T19:10:58.673Z | Compiling litrs v1.0.0 |
| 1567 | 2026-07-21T19:10:58.740Z | Compiling num-bigint-dig v0.8.6 |
| 1568 | 2026-07-21T19:10:58.859Z | Compiling smoltcp v0.9.1 |
| 1569 | 2026-07-21T19:10:58.902Z | Compiling rustix v0.38.44 |
| 1570 | 2026-07-21T19:10:58.941Z | Compiling cfg_aliases v0.2.1 |
| 1571 | 2026-07-21T19:10:59.024Z | Compiling zlib-rs v0.6.2 |
| 1572 | 2026-07-21T19:10:59.190Z | Compiling psl-types v2.0.11 |
| 1573 | 2026-07-21T19:10:59.201Z | Compiling mime v0.3.17 |
| 1574 | 2026-07-21T19:10:59.331Z | Compiling publicsuffix v2.3.0 |
| 1575 | 2026-07-21T19:10:59.347Z | Compiling document-features v0.2.12 |
| 1576 | 2026-07-21T19:10:59.463Z | Compiling nix v0.31.2 |
| 1577 | 2026-07-21T19:10:59.628Z | Compiling postgres-protocol v0.6.10 |
| 1578 | 2026-07-21T19:10:59.846Z | Compiling pin-project v1.1.11 |
| 1579 | 2026-07-21T19:10:59.864Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-07-21T19:10:59.947Z | Compiling zerocopy v0.7.35 |
| 1581 | 2026-07-21T19:11:00.020Z | Compiling num-iter v0.1.45 |
| 1582 | 2026-07-21T19:11:00.173Z | Compiling newtype-uuid v1.3.2 |
| 1583 | 2026-07-21T19:11:00.409Z | Compiling rand v0.8.6 |
| 1584 | 2026-07-21T19:11:00.527Z | Compiling darling v0.23.0 |
| 1585 | 2026-07-21T19:11:00.535Z | Compiling inout v0.2.2 |
| 1586 | 2026-07-21T19:11:00.535Z | Compiling oxnet v0.1.6 |
| 1587 | 2026-07-21T19:11:00.566Z | Compiling derive_builder v0.20.2 |
| 1588 | 2026-07-21T19:11:00.635Z | Compiling hyper-tls v0.6.0 |
| 1589 | 2026-07-21T19:11:00.788Z | Compiling goblin v0.8.2 |
| 1590 | 2026-07-21T19:11:01.283Z | Compiling phf_shared v0.13.1 |
| 1591 | 2026-07-21T19:11:01.381Z | Compiling regex v1.12.3 |
| 1592 | 2026-07-21T19:11:01.424Z | Compiling lazy_static v1.5.0 |
| 1593 | 2026-07-21T19:11:01.518Z | Compiling anstyle-parse v0.2.7 |
| 1594 | 2026-07-21T19:11:01.518Z | Compiling futures-executor v0.3.32 |
| 1595 | 2026-07-21T19:11:01.547Z | Compiling terminal_size v0.4.3 |
| 1596 | 2026-07-21T19:11:01.688Z | Compiling snafu-derive v0.8.9 |
| 1597 | 2026-07-21T19:11:01.712Z | Compiling ref-cast-impl v1.0.25 |
| 1598 | 2026-07-21T19:11:01.779Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1599 | 2026-07-21T19:11:01.805Z | Compiling daft-derive v0.1.7 |
| 1600 | 2026-07-21T19:11:02.255Z | Compiling flate2 v1.1.9 |
| 1601 | 2026-07-21T19:11:02.361Z | Compiling strum_macros v0.27.2 |
| 1602 | 2026-07-21T19:11:02.416Z | Compiling vergen v9.1.0 |
| 1603 | 2026-07-21T19:11:02.526Z | Compiling cargo-platform v0.3.2 |
| 1604 | 2026-07-21T19:11:02.606Z | Compiling ff v0.13.1 |
| 1605 | 2026-07-21T19:11:02.657Z | Compiling fs-err v3.3.0 |
| 1606 | 2026-07-21T19:11:02.743Z | Compiling ahash v0.8.12 |
| 1607 | 2026-07-21T19:11:02.796Z | Compiling foldhash v0.2.0 |
| 1608 | 2026-07-21T19:11:02.856Z | Compiling same-file v1.0.6 |
| 1609 | 2026-07-21T19:11:02.973Z | Compiling libbz2-rs-sys v0.2.2 |
| 1610 | 2026-07-21T19:11:03.019Z | Compiling base16ct v0.2.0 |
| 1611 | 2026-07-21T19:11:03.019Z | Compiling managed v0.8.0 |
| 1612 | 2026-07-21T19:11:03.191Z | Compiling unicode-segmentation v1.12.0 |
| 1613 | 2026-07-21T19:11:03.241Z | Compiling bumpalo v3.20.2 |
| 1614 | 2026-07-21T19:11:03.505Z | Compiling winnow v0.5.40 |
| 1615 | 2026-07-21T19:11:03.570Z | Compiling bitflags v1.3.2 |
| 1616 | 2026-07-21T19:11:03.572Z | Compiling foldhash v0.1.5 |
| 1617 | 2026-07-21T19:11:03.649Z | Compiling object v0.37.3 |
| 1618 | 2026-07-21T19:11:03.744Z | Compiling hashbrown v0.15.5 |
| 1619 | 2026-07-21T19:11:03.978Z | Compiling snafu v0.8.9 |
| 1620 | 2026-07-21T19:11:04.218Z | Compiling zopfli v0.8.3 |
| 1621 | 2026-07-21T19:11:04.282Z | Compiling bzip2 v0.6.1 |
| 1622 | 2026-07-21T19:11:04.300Z | Compiling strum v0.27.2 |
| 1623 | 2026-07-21T19:11:04.321Z | Compiling sec1 v0.7.3 |
| 1624 | 2026-07-21T19:11:04.433Z | Compiling dof v0.3.0 |
| 1625 | 2026-07-21T19:11:04.488Z | Compiling walkdir v2.5.0 |
| 1626 | 2026-07-21T19:11:04.503Z | Compiling hashbrown v0.16.1 |
| 1627 | 2026-07-21T19:11:04.599Z | Compiling clap_builder v4.6.0 |
| 1628 | 2026-07-21T19:11:04.786Z | Compiling toml_edit v0.19.15 |
| 1629 | 2026-07-21T19:11:04.920Z | Compiling group v0.13.0 |
| 1630 | 2026-07-21T19:11:04.966Z | Compiling cargo_metadata v0.23.1 |
| 1631 | 2026-07-21T19:11:05.102Z | Compiling daft v0.1.7 |
| 1632 | 2026-07-21T19:11:05.247Z | Compiling anstream v0.6.21 |
| 1633 | 2026-07-21T19:11:05.422Z | Compiling futures v0.3.32 |
| 1634 | 2026-07-21T19:11:05.579Z | Compiling phf v0.13.1 |
| 1635 | 2026-07-21T19:11:05.962Z | Compiling signal-hook-mio v0.2.5 |
| 1636 | 2026-07-21T19:11:06.059Z | Compiling cookie_store v0.22.1 |
| 1637 | 2026-07-21T19:11:06.096Z | Compiling zstd v0.13.3 |
| 1638 | 2026-07-21T19:11:06.357Z | Compiling reqwest v0.12.28 |
| 1639 | 2026-07-21T19:11:06.372Z | Compiling bzip2 v0.4.4 |
| 1640 | 2026-07-21T19:11:06.575Z | Compiling cipher v0.5.2 |
| 1641 | 2026-07-21T19:11:06.707Z | Compiling serde_with_macros v3.21.0 |
| 1642 | 2026-07-21T19:11:06.878Z | Compiling hubpack v0.1.2 |
| 1643 | 2026-07-21T19:11:07.181Z | Compiling postgres-types v0.2.12 |
| 1644 | 2026-07-21T19:11:07.599Z | Compiling ed25519 v2.2.3 |
| 1645 | 2026-07-21T19:11:07.727Z | Compiling usdt-attr-macro v0.6.0 |
| 1646 | 2026-07-21T19:11:07.817Z | Compiling usdt-macro v0.6.0 |
| 1647 | 2026-07-21T19:11:08.128Z | Compiling globset v0.4.18 |
| 1648 | 2026-07-21T19:11:08.490Z | Compiling dtrace-parser v0.2.0 |
| 1649 | 2026-07-21T19:11:08.528Z | Compiling phf_shared v0.11.3 |
| 1650 | 2026-07-21T19:11:08.563Z | Compiling hkdf v0.12.4 |
| 1651 | 2026-07-21T19:11:08.581Z | Compiling olpc-cjson v0.1.4 |
| 1652 | 2026-07-21T19:11:08.706Z | Compiling pkcs1 v0.7.5 |
| 1653 | 2026-07-21T19:11:08.725Z | Compiling serde-big-array v0.5.1 |
| 1654 | 2026-07-21T19:11:08.739Z | Compiling serde_plain v1.0.2 |
| 1655 | 2026-07-21T19:11:08.801Z | Compiling crypto-bigint v0.5.5 |
| 1656 | 2026-07-21T19:11:08.870Z | Compiling strum_macros v0.26.4 |
| 1657 | 2026-07-21T19:11:08.934Z | Compiling async-recursion v1.1.1 |
| 1658 | 2026-07-21T19:11:09.090Z | Compiling enum-as-inner v0.6.1 |
| 1659 | 2026-07-21T19:11:09.220Z | Compiling serde_repr v0.1.20 |
| 1660 | 2026-07-21T19:11:09.578Z | Compiling clap_derive v4.6.1 |
| 1661 | 2026-07-21T19:11:09.601Z | Compiling pem v3.0.6 |
| 1662 | 2026-07-21T19:11:09.769Z | Compiling float-cmp v0.10.0 |
| 1663 | 2026-07-21T19:11:09.941Z | Compiling memmap2 v0.9.10 |
| 1664 | 2026-07-21T19:11:10.000Z | Compiling thread-id v4.2.2 |
| 1665 | 2026-07-21T19:11:10.040Z | Compiling env_filter v1.0.0 |
| 1666 | 2026-07-21T19:11:10.093Z | Compiling typed-path v0.9.3 |
| 1667 | 2026-07-21T19:11:10.120Z | Compiling fixedbitset v0.4.2 |
| 1668 | 2026-07-21T19:11:10.331Z | Compiling data-encoding v2.10.0 |
| 1669 | 2026-07-21T19:11:10.348Z | Compiling either v1.15.0 |
| 1670 | 2026-07-21T19:11:10.592Z | Compiling const-oid v0.10.2 |
| 1671 | 2026-07-21T19:11:10.628Z | Compiling static_assertions v1.1.0 |
| 1672 | 2026-07-21T19:11:10.698Z | Compiling predicates-core v1.0.10 |
| 1673 | 2026-07-21T19:11:10.909Z | Compiling difflib v0.4.0 |
| 1674 | 2026-07-21T19:11:10.981Z | Compiling new_debug_unreachable v1.0.6 |
| 1675 | 2026-07-21T19:11:11.040Z | Compiling fixedbitset v0.5.7 |
| 1676 | 2026-07-21T19:11:11.040Z | Compiling winnow v1.0.3 |
| 1677 | 2026-07-21T19:11:11.110Z | Compiling cpufeatures v0.3.0 |
| 1678 | 2026-07-21T19:11:11.144Z | Compiling normalize-line-endings v0.3.0 |
| 1679 | 2026-07-21T19:11:11.166Z | Compiling precomputed-hash v0.1.1 |
| 1680 | 2026-07-21T19:11:11.181Z | Compiling jiff v0.2.21 |
| 1681 | 2026-07-21T19:11:11.251Z | Compiling keccak v0.1.6 |
| 1682 | 2026-07-21T19:11:11.299Z | Compiling whoami v2.1.0 |
| 1683 | 2026-07-21T19:11:11.328Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1684 | 2026-07-21T19:11:11.370Z | Compiling string_cache v0.8.9 |
| 1685 | 2026-07-21T19:11:11.397Z | Compiling predicates v3.1.4 |
| 1686 | 2026-07-21T19:11:11.397Z | Compiling clap v4.6.1 |
| 1687 | 2026-07-21T19:11:11.442Z | Compiling sha3 v0.10.8 |
| 1688 | 2026-07-21T19:11:11.541Z | Compiling tokio-postgres v0.7.16 |
| 1689 | 2026-07-21T19:11:11.621Z | Compiling petgraph v0.8.3 |
| 1690 | 2026-07-21T19:11:11.923Z | Compiling chacha20 v0.10.0 |
| 1691 | 2026-07-21T19:11:11.987Z | Compiling toml_edit v0.22.27 |
| 1692 | 2026-07-21T19:11:12.051Z | Compiling digest v0.11.3 |
| 1693 | 2026-07-21T19:11:12.051Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1694 | 2026-07-21T19:11:12.184Z | Compiling hickory-proto v0.25.2 |
| 1695 | 2026-07-21T19:11:12.252Z | Compiling strum v0.26.3 |
| 1696 | 2026-07-21T19:11:12.384Z | Compiling itertools v0.13.0 |
| 1697 | 2026-07-21T19:11:13.639Z | Compiling petgraph v0.6.5 |
| 1698 | 2026-07-21T19:11:13.756Z | Compiling env_logger v0.11.9 |
| 1699 | 2026-07-21T19:11:13.834Z | Compiling zip v4.6.1 |
| 1700 | 2026-07-21T19:11:13.957Z | Compiling usdt v0.6.0 |
| 1701 | 2026-07-21T19:11:14.319Z | Compiling usdt-impl v0.5.0 |
| 1702 | 2026-07-21T19:11:14.695Z | Compiling elliptic-curve v0.13.8 |
| 1703 | 2026-07-21T19:11:14.759Z | Compiling rsa v0.9.10 |
| 1704 | 2026-07-21T19:11:14.860Z | Compiling crossterm v0.28.1 |
| 1705 | 2026-07-21T19:11:14.861Z | Compiling serde_with v3.21.0 |
| 1706 | 2026-07-21T19:11:15.060Z | Compiling ed25519-dalek v2.2.0 |
| 1707 | 2026-07-21T19:11:15.366Z | Compiling zip v0.6.6 |
| 1708 | 2026-07-21T19:11:15.796Z | Compiling toml v0.7.8 |
| 1709 | 2026-07-21T19:11:16.131Z | Compiling iddqd v0.4.2 |
| 1710 | 2026-07-21T19:11:16.655Z | Compiling heck v0.4.1 |
| 1711 | 2026-07-21T19:11:16.716Z | Compiling similar v2.7.0 |
| 1712 | 2026-07-21T19:11:16.809Z | Compiling byte-wrapper v0.1.0 |
| 1713 | 2026-07-21T19:11:16.959Z | Compiling crossbeam-epoch v0.9.18 |
| 1714 | 2026-07-21T19:11:17.058Z | Compiling tokio-stream v0.1.18 |
| 1715 | 2026-07-21T19:11:17.178Z | Compiling buf-list v1.1.2 |
| 1716 | 2026-07-21T19:11:17.271Z | Compiling x509-cert v0.2.5 |
| 1717 | 2026-07-21T19:11:17.333Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1718 | 2026-07-21T19:11:17.388Z | Compiling openapiv3 v2.2.0 |
| 1719 | 2026-07-21T19:11:17.442Z | Compiling peg-runtime v0.8.5 |
| 1720 | 2026-07-21T19:11:17.699Z | Compiling lalrpop-util v0.19.12 |
| 1721 | 2026-07-21T19:11:17.802Z | Compiling thread_local v1.1.9 |
| 1722 | 2026-07-21T19:11:17.802Z | Compiling slog-async v2.8.0 |
| 1723 | 2026-07-21T19:11:17.802Z | Compiling crossbeam-channel v0.5.15 |
| 1724 | 2026-07-21T19:11:17.960Z | Compiling filetime v0.2.27 |
| 1725 | 2026-07-21T19:11:18.067Z | Compiling is-terminal v0.4.17 |
| 1726 | 2026-07-21T19:11:18.230Z | Compiling take_mut v0.2.2 |
| 1727 | 2026-07-21T19:11:18.230Z | Compiling term v1.2.1 |
| 1728 | 2026-07-21T19:11:18.231Z | Compiling xattr v1.6.1 |
| 1729 | 2026-07-21T19:11:22.567Z | Compiling tar v0.4.46 |
| 1730 | 2026-07-21T19:11:22.568Z | Compiling camino-tempfile v1.4.1 |
| 1731 | 2026-07-21T19:11:22.782Z | Compiling slog-term v2.9.2 |
| 1732 | 2026-07-21T19:11:28.341Z | Compiling rustls-webpki v0.103.13 |
| 1733 | 2026-07-21T19:11:31.057Z | Compiling tokio-rustls v0.26.4 |
| 1734 | 2026-07-21T19:11:31.057Z | Compiling rustls-platform-verifier v0.6.2 |
| 1735 | 2026-07-21T19:11:31.057Z | Compiling tough v0.22.0 |
| 1736 | 2026-07-21T19:11:31.279Z | Compiling hyper-rustls v0.27.7 |
| 1737 | 2026-07-21T19:11:31.496Z | Compiling reqwest v0.13.2 |
| 1738 | 2026-07-21T19:11:33.673Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1739 | 2026-07-21T19:11:33.899Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1740 | 2026-07-21T19:11:36.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1741 | 2026-07-21T19:11:36.860Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1742 | 2026-07-21T19:11:36.910Z | Jul 21 19:11:35.163 INFO Starting download, target: Cockroach |
| 1743 | 2026-07-21T19:11:36.910Z | Jul 21 19:11:35.164 INFO Starting download, target: Console |
| 1744 | 2026-07-21T19:11:36.911Z | Jul 21 19:11:35.164 INFO Starting download, target: Clickhouse |
| 1745 | 2026-07-21T19:11:36.914Z | Jul 21 19:11:35.164 INFO Starting download, target: DendriteStub |
| 1746 | 2026-07-21T19:11:36.914Z | Jul 21 19:11:35.164 INFO Starting download, target: MaghemiteMgd |
| 1747 | 2026-07-21T19:11:36.914Z | Jul 21 19:11:35.164 INFO Starting download, target: MaghemiteDdmd |
| 1748 | 2026-07-21T19:11:36.914Z | Jul 21 19:11:35.164 INFO Starting download, target: TransceiverControl |
| 1749 | 2026-07-21T19:11:36.914Z | Jul 21 19:11:35.164 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1750 | 2026-07-21T19:11:36.914Z | Jul 21 19:11:35.164 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1751 | 2026-07-21T19:11:36.914Z | Jul 21 19:11:35.164 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1752 | 2026-07-21T19:11:36.914Z | Jul 21 19:11:35.164 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1753 | 2026-07-21T19:11:36.914Z | Jul 21 19:11:35.164 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1754 | 2026-07-21T19:11:36.914Z | Jul 21 19:11:35.164 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1755 | 2026-07-21T19:11:36.914Z | Jul 21 19:11:35.164 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1756 | 2026-07-21T19:11:38.681Z | Jul 21 19:11:36.934 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1757 | 2026-07-21T19:11:38.929Z | Jul 21 19:11:37.183 INFO Download complete, target: Console |
| 1758 | 2026-07-21T19:11:38.980Z | Jul 21 19:11:37.233 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1759 | 2026-07-21T19:11:45.551Z | Jul 21 19:11:43.803 INFO Checking that binary works, target: Clickhouse |
| 1760 | 2026-07-21T19:11:45.655Z | Jul 21 19:11:43.908 INFO Download complete, target: Clickhouse |
| 1761 | 2026-07-21T19:11:57.468Z | Jul 21 19:11:55.720 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1762 | 2026-07-21T19:11:57.686Z | Jul 21 19:11:55.923 INFO Download complete, target: TransceiverControl |
| 1763 | 2026-07-21T19:12:00.132Z | Jul 21 19:11:58.377 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1764 | 2026-07-21T19:12:00.361Z | Jul 21 19:11:58.595 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1765 | 2026-07-21T19:12:00.594Z | Jul 21 19:11:58.846 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1766 | 2026-07-21T19:12:00.985Z | Jul 21 19:11:59.238 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1767 | 2026-07-21T19:12:00.985Z | Jul 21 19:11:59.238 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1768 | 2026-07-21T19:12:02.069Z | Jul 21 19:12:00.321 INFO Download complete, target: MaghemiteDdmd |
| 1769 | 2026-07-21T19:12:02.916Z | Jul 21 19:12:01.168 INFO Download complete, target: DendriteStub |
| 1770 | 2026-07-21T19:12:03.151Z | Jul 21 19:12:01.404 INFO Download complete, target: MaghemiteMgd |
| 1771 | 2026-07-21T19:12:05.672Z | Jul 21 19:12:03.924 INFO Checking that binary works, target: Cockroach |
| 1772 | 2026-07-21T19:12:05.795Z | Jul 21 19:12:04.048 INFO Download complete, target: Cockroach |
| 1773 | 2026-07-21T19:12:05.811Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1774 | 2026-07-21T19:12:05.814Z | |
| 1775 | 2026-07-21T19:12:05.814Z | real 2:22.606134659 |
| 1776 | 2026-07-21T19:12:05.814Z | user 6:37.079467772 |
| 1777 | 2026-07-21T19:12:05.814Z | sys 1:20.420767117 |
| 1778 | 2026-07-21T19:12:05.814Z | trap 0.215494383 |
| 1779 | 2026-07-21T19:12:05.814Z | tflt 0.596816108 |
| 1780 | 2026-07-21T19:12:05.814Z | dflt 0.747384435 |
| 1781 | 2026-07-21T19:12:05.814Z | kflt 0.026127276 |
| 1782 | 2026-07-21T19:12:05.814Z | lock 26:16.379438642 |
| 1783 | 2026-07-21T19:12:05.814Z | slp 20:44.860701417 |
| 1784 | 2026-07-21T19:12:05.814Z | lat 44.903039823 |
| 1785 | 2026-07-21T19:12:05.814Z | stop 1:56.445034049 |
| 1786 | 2026-07-21T19:12:05.814Z | + banner clippy |
| 1787 | 2026-07-21T19:12:05.814Z | |
| 1788 | 2026-07-21T19:12:05.814Z | #### # # ##### ##### # # |
| 1789 | 2026-07-21T19:12:05.814Z | # # # # # # # # # # |
| 1790 | 2026-07-21T19:12:05.814Z | # # # # # # # # |
| 1791 | 2026-07-21T19:12:05.814Z | # # # ##### ##### # |
| 1792 | 2026-07-21T19:12:05.814Z | # # # # # # # |
| 1793 | 2026-07-21T19:12:05.814Z | #### ###### # # # # |
| 1794 | 2026-07-21T19:12:05.814Z | |
| 1795 | 2026-07-21T19:12:05.814Z | + export CARGO_INCREMENTAL=0 |
| 1796 | 2026-07-21T19:12:05.814Z | + CARGO_INCREMENTAL=0 |
| 1797 | 2026-07-21T19:12:05.814Z | + ptime -m cargo xtask clippy |
| 1798 | 2026-07-21T19:12:06.278Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1799 | 2026-07-21T19:12:06.555Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1800 | 2026-07-21T19:12:08.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
| 1801 | 2026-07-21T19:12:08.362Z | Running `target/debug/xtask clippy` |
| 1802 | 2026-07-21T19:12:08.385Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1803 | 2026-07-21T19:12:08.941Z | Downloading crates ... |
| 1804 | 2026-07-21T19:12:09.166Z | Downloaded addr2line v0.25.1 |
| 1805 | 2026-07-21T19:12:09.169Z | Downloaded backtrace-ext v0.2.1 |
| 1806 | 2026-07-21T19:12:09.169Z | Downloaded libtest-mimic v0.8.1 |
| 1807 | 2026-07-21T19:12:09.173Z | Downloaded assert_cmd v2.1.2 |
| 1808 | 2026-07-21T19:12:09.175Z | Downloaded anes v0.1.6 |
| 1809 | 2026-07-21T19:12:09.181Z | Downloaded path-tree v0.8.3 |
| 1810 | 2026-07-21T19:12:09.184Z | Downloaded fancy-regex v0.14.0 |
| 1811 | 2026-07-21T19:12:09.185Z | Downloaded event-listener-strategy v0.5.4 |
| 1812 | 2026-07-21T19:12:09.190Z | Downloaded supports-color v2.1.0 |
| 1813 | 2026-07-21T19:12:09.194Z | Downloaded plotters-backend v0.3.7 |
| 1814 | 2026-07-21T19:12:09.194Z | Downloaded oorandom v11.1.5 |
| 1815 | 2026-07-21T19:12:09.198Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1816 | 2026-07-21T19:12:09.198Z | Downloaded linkme-impl v0.3.35 |
| 1817 | 2026-07-21T19:12:09.208Z | Downloaded linkme v0.3.35 |
| 1818 | 2026-07-21T19:12:09.213Z | Downloaded target-spec v3.5.7 |
| 1819 | 2026-07-21T19:12:09.213Z | Downloaded miette v5.10.0 |
| 1820 | 2026-07-21T19:12:09.213Z | Downloaded target-triple v1.0.0 |
| 1821 | 2026-07-21T19:12:09.216Z | Downloaded miette-derive v5.10.0 |
| 1822 | 2026-07-21T19:12:09.216Z | Downloaded approx v0.5.1 |
| 1823 | 2026-07-21T19:12:09.217Z | Downloaded parking v2.2.1 |
| 1824 | 2026-07-21T19:12:09.221Z | Downloaded hex-literal v0.4.1 |
| 1825 | 2026-07-21T19:12:09.221Z | Downloaded terminal_size v0.1.17 |
| 1826 | 2026-07-21T19:12:09.224Z | Downloaded tinytemplate v1.2.1 |
| 1827 | 2026-07-21T19:12:09.229Z | Downloaded rust-argon2 v2.1.0 |
| 1828 | 2026-07-21T19:12:09.229Z | Downloaded criterion-plot v0.6.0 |
| 1829 | 2026-07-21T19:12:09.229Z | Downloaded hickory-client v0.25.2 |
| 1830 | 2026-07-21T19:12:09.232Z | Downloaded supports-hyperlinks v2.1.0 |
| 1831 | 2026-07-21T19:12:09.232Z | Downloaded escape8259 v0.5.3 |
| 1832 | 2026-07-21T19:12:09.236Z | Downloaded serde_regex v1.1.0 |
| 1833 | 2026-07-21T19:12:09.236Z | Downloaded cast v0.3.0 |
| 1834 | 2026-07-21T19:12:09.239Z | Downloaded partial-io v0.5.4 |
| 1835 | 2026-07-21T19:12:09.243Z | Downloaded rustc-demangle v0.1.27 |
| 1836 | 2026-07-21T19:12:09.243Z | Downloaded concurrent-queue v2.5.0 |
| 1837 | 2026-07-21T19:12:09.246Z | Downloaded event-listener v5.4.1 |
| 1838 | 2026-07-21T19:12:09.246Z | Downloaded async-lock v3.4.2 |
| 1839 | 2026-07-21T19:12:09.250Z | Downloaded async-object-pool v0.2.0 |
| 1840 | 2026-07-21T19:12:09.250Z | Downloaded constant_time_eq v0.3.1 |
| 1841 | 2026-07-21T19:12:09.253Z | Downloaded supports-unicode v2.1.0 |
| 1842 | 2026-07-21T19:12:09.257Z | Downloaded nested v0.1.1 |
| 1843 | 2026-07-21T19:12:09.262Z | Downloaded cfg-expr v0.20.6 |
| 1844 | 2026-07-21T19:12:09.265Z | Downloaded similar-asserts v1.7.0 |
| 1845 | 2026-07-21T19:12:09.265Z | Downloaded plotters-svg v0.3.7 |
| 1846 | 2026-07-21T19:12:09.265Z | Downloaded pathdiff v0.2.3 |
| 1847 | 2026-07-21T19:12:09.265Z | Downloaded stringmetrics v2.2.2 |
| 1848 | 2026-07-21T19:12:09.273Z | Downloaded assert-json-diff v2.0.2 |
| 1849 | 2026-07-21T19:12:09.279Z | Downloaded termcolor v1.4.1 |
| 1850 | 2026-07-21T19:12:09.282Z | Downloaded futures-timer v3.0.3 |
| 1851 | 2026-07-21T19:12:09.286Z | Downloaded owo-colors v3.5.0 |
| 1852 | 2026-07-21T19:12:09.287Z | Downloaded knuffel-derive v3.2.0 |
| 1853 | 2026-07-21T19:12:09.287Z | Downloaded blake2b_simd v1.0.4 |
| 1854 | 2026-07-21T19:12:09.291Z | Downloaded relative-path v1.9.3 |
| 1855 | 2026-07-21T19:12:09.297Z | Downloaded httptest v0.16.4 |
| 1856 | 2026-07-21T19:12:09.297Z | Downloaded rand_distr v0.5.1 |
| 1857 | 2026-07-21T19:12:09.301Z | Downloaded rstest v0.25.0 |
| 1858 | 2026-07-21T19:12:09.304Z | Downloaded trybuild v1.0.116 |
| 1859 | 2026-07-21T19:12:09.308Z | Downloaded backtrace v0.3.76 |
| 1860 | 2026-07-21T19:12:09.308Z | Downloaded knuffel v3.2.0 |
| 1861 | 2026-07-21T19:12:09.311Z | Downloaded target-lexicon v0.13.3 |
| 1862 | 2026-07-21T19:12:09.311Z | Downloaded rstest_macros v0.25.0 |
| 1863 | 2026-07-21T19:12:09.315Z | Downloaded chumsky v0.9.3 |
| 1864 | 2026-07-21T19:12:09.315Z | Downloaded datatest-stable v0.3.3 |
| 1865 | 2026-07-21T19:12:09.321Z | Downloaded textwrap v0.15.2 |
| 1866 | 2026-07-21T19:12:09.325Z | Downloaded plotters v0.3.7 |
| 1867 | 2026-07-21T19:12:09.328Z | Downloaded hashbrown v0.14.5 |
| 1868 | 2026-07-21T19:12:09.335Z | Downloaded criterion v0.7.0 |
| 1869 | 2026-07-21T19:12:09.339Z | Downloaded guppy v0.17.25 |
| 1870 | 2026-07-21T19:12:09.356Z | Downloaded gimli v0.32.3 |
| 1871 | 2026-07-21T19:12:09.449Z | Downloaded httpmock v0.8.3 |
| 1872 | 2026-07-21T19:12:11.153Z | Checking cfg-if v1.0.4 |
| 1873 | 2026-07-21T19:12:11.517Z | Checking libc v0.2.185 |
| 1874 | 2026-07-21T19:12:11.521Z | Checking serde_core v1.0.228 |
| 1875 | 2026-07-21T19:12:11.597Z | Checking memchr v2.8.0 |
| 1876 | 2026-07-21T19:12:11.637Z | Checking smallvec v1.15.1 |
| 1877 | 2026-07-21T19:12:11.670Z | Checking zeroize v1.8.2 |
| 1878 | 2026-07-21T19:12:11.707Z | Checking rand_core v0.10.0 |
| 1879 | 2026-07-21T19:12:11.745Z | Checking itoa v1.0.17 |
| 1880 | 2026-07-21T19:12:11.748Z | Checking subtle v2.6.1 |
| 1881 | 2026-07-21T19:12:11.841Z | Checking log v0.4.29 |
| 1882 | 2026-07-21T19:12:11.879Z | Checking libm v0.2.16 |
| 1883 | 2026-07-21T19:12:11.924Z | Checking typenum v1.20.1 |
| 1884 | 2026-07-21T19:12:11.964Z | Checking getrandom v0.4.1 |
| 1885 | 2026-07-21T19:12:11.964Z | Checking errno v0.3.14 |
| 1886 | 2026-07-21T19:12:12.033Z | Checking scopeguard v1.2.0 |
| 1887 | 2026-07-21T19:12:12.072Z | Checking stable_deref_trait v1.2.1 |
| 1888 | 2026-07-21T19:12:12.110Z | Checking zmij v1.0.21 |
| 1889 | 2026-07-21T19:12:12.151Z | Checking zerofrom v0.1.6 |
| 1890 | 2026-07-21T19:12:12.189Z | Checking lock_api v0.4.14 |
| 1891 | 2026-07-21T19:12:12.225Z | Checking percent-encoding v2.3.2 |
| 1892 | 2026-07-21T19:12:12.272Z | Checking litemap v0.8.1 |
| 1893 | 2026-07-21T19:12:12.298Z | Checking yoke v0.8.1 |
| 1894 | 2026-07-21T19:12:12.336Z | Checking writeable v0.6.2 |
| 1895 | 2026-07-21T19:12:12.389Z | Checking icu_properties_data v2.1.2 |
| 1896 | 2026-07-21T19:12:12.428Z | Checking icu_normalizer_data v2.1.1 |
| 1897 | 2026-07-21T19:12:12.460Z | Checking form_urlencoded v1.2.2 |
| 1898 | 2026-07-21T19:12:12.499Z | Checking zerovec v0.11.5 |
| 1899 | 2026-07-21T19:12:12.544Z | Checking zerotrie v0.2.3 |
| 1900 | 2026-07-21T19:12:12.571Z | Checking num-traits v0.2.19 |
| 1901 | 2026-07-21T19:12:12.606Z | Checking utf8_iter v1.0.4 |
| 1902 | 2026-07-21T19:12:12.642Z | Checking pin-project-lite v0.2.17 |
| 1903 | 2026-07-21T19:12:12.682Z | Checking zerocopy v0.8.40 |
| 1904 | 2026-07-21T19:12:12.719Z | Checking parking_lot_core v0.9.12 |
| 1905 | 2026-07-21T19:12:12.756Z | Checking portable-atomic v1.13.1 |
| 1906 | 2026-07-21T19:12:12.796Z | Checking critical-section v1.2.0 |
| 1907 | 2026-07-21T19:12:12.844Z | Checking signal-hook-registry v1.4.8 |
| 1908 | 2026-07-21T19:12:12.920Z | Checking mio v1.2.0 |
| 1909 | 2026-07-21T19:12:12.956Z | Checking tinystr v0.8.2 |
| 1910 | 2026-07-21T19:12:12.961Z | Checking potential_utf v0.1.4 |
| 1911 | 2026-07-21T19:12:13.026Z | Checking parking_lot v0.12.5 |
| 1912 | 2026-07-21T19:12:13.064Z | Checking serde v1.0.228 |
| 1913 | 2026-07-21T19:12:13.108Z | Checking bitflags v2.11.0 |
| 1914 | 2026-07-21T19:12:13.143Z | Checking serde_json v1.0.150 |
| 1915 | 2026-07-21T19:12:13.178Z | Checking icu_locale_core v2.1.1 |
| 1916 | 2026-07-21T19:12:13.213Z | Checking icu_collections v2.1.1 |
| 1917 | 2026-07-21T19:12:13.248Z | Checking once_cell v1.21.3 |
| 1918 | 2026-07-21T19:12:13.293Z | Checking iana-time-zone v0.1.65 |
| 1919 | 2026-07-21T19:12:13.335Z | Checking socket2 v0.6.3 |
| 1920 | 2026-07-21T19:12:13.432Z | Checking uuid v1.23.4 |
| 1921 | 2026-07-21T19:12:13.477Z | Checking bytes v1.11.1 |
| 1922 | 2026-07-21T19:12:13.477Z | Checking chrono v0.4.45 |
| 1923 | 2026-07-21T19:12:13.552Z | Checking semver v1.0.28 |
| 1924 | 2026-07-21T19:12:13.604Z | Checking thiserror v2.0.18 |
| 1925 | 2026-07-21T19:12:13.732Z | Checking icu_provider v2.1.1 |
| 1926 | 2026-07-21T19:12:13.787Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1927 | 2026-07-21T19:12:13.787Z | Checking dyn-clone v1.0.20 |
| 1928 | 2026-07-21T19:12:13.790Z | Checking futures-core v0.3.32 |
| 1929 | 2026-07-21T19:12:13.894Z | Checking getrandom v0.2.17 |
| 1930 | 2026-07-21T19:12:13.945Z | Checking equivalent v1.0.2 |
| 1931 | 2026-07-21T19:12:13.976Z | Checking rustix v1.1.3 |
| 1932 | 2026-07-21T19:12:13.980Z | Checking tokio v1.52.1 |
| 1933 | 2026-07-21T19:12:14.042Z | Checking icu_normalizer v2.1.1 |
| 1934 | 2026-07-21T19:12:14.077Z | Checking icu_properties v2.1.2 |
| 1935 | 2026-07-21T19:12:14.081Z | Checking rand_core v0.6.4 |
| 1936 | 2026-07-21T19:12:14.198Z | Checking cmov v0.5.4 |
| 1937 | 2026-07-21T19:12:14.311Z | Checking byteorder v1.5.0 |
| 1938 | 2026-07-21T19:12:14.363Z | Checking futures-sink v0.3.32 |
| 1939 | 2026-07-21T19:12:14.363Z | Checking generic-array v0.14.7 |
| 1940 | 2026-07-21T19:12:14.434Z | Checking ctutils v0.4.2 |
| 1941 | 2026-07-21T19:12:14.488Z | Checking futures-channel v0.3.32 |
| 1942 | 2026-07-21T19:12:14.535Z | Checking futures-task v0.3.32 |
| 1943 | 2026-07-21T19:12:14.657Z | Checking hybrid-array v0.4.13 |
| 1944 | 2026-07-21T19:12:14.698Z | Checking slab v0.4.12 |
| 1945 | 2026-07-21T19:12:14.734Z | Checking futures-io v0.3.32 |
| 1946 | 2026-07-21T19:12:14.816Z | Checking getrandom v0.3.4 |
| 1947 | 2026-07-21T19:12:14.884Z | Checking hashbrown v0.17.0 |
| 1948 | 2026-07-21T19:12:14.894Z | Checking thiserror v1.0.69 |
| 1949 | 2026-07-21T19:12:14.945Z | Checking futures-util v0.3.32 |
| 1950 | 2026-07-21T19:12:14.953Z | Checking idna_adapter v1.2.1 |
| 1951 | 2026-07-21T19:12:15.010Z | Checking fnv v1.0.7 |
| 1952 | 2026-07-21T19:12:15.019Z | Checking base64ct v1.8.3 |
| 1953 | 2026-07-21T19:12:15.088Z | Checking idna v1.1.0 |
| 1954 | 2026-07-21T19:12:15.135Z | Checking const-oid v0.9.6 |
| 1955 | 2026-07-21T19:12:15.300Z | Checking crypto-common v0.1.7 |
| 1956 | 2026-07-21T19:12:15.355Z | Checking url v2.5.8 |
| 1957 | 2026-07-21T19:12:15.390Z | Checking indexmap v2.14.0 |
| 1958 | 2026-07-21T19:12:15.429Z | Checking ppv-lite86 v0.2.21 |
| 1959 | 2026-07-21T19:12:15.465Z | Checking crypto-common v0.2.2 |
| 1960 | 2026-07-21T19:12:15.478Z | Checking regex-syntax v0.8.10 |
| 1961 | 2026-07-21T19:12:15.737Z | Checking block-buffer v0.12.1 |
| 1962 | 2026-07-21T19:12:15.810Z | Checking schemars v0.8.22 |
| 1963 | 2026-07-21T19:12:15.844Z | Checking block-buffer v0.10.4 |
| 1964 | 2026-07-21T19:12:15.923Z | Checking utf8parse v0.2.2 |
| 1965 | 2026-07-21T19:12:15.981Z | Checking base64 v0.22.1 |
| 1966 | 2026-07-21T19:12:16.017Z | Checking digest v0.10.7 |
| 1967 | 2026-07-21T19:12:16.059Z | Checking anstyle v1.0.14 |
| 1968 | 2026-07-21T19:12:16.096Z | Checking http v1.4.2 |
| 1969 | 2026-07-21T19:12:16.241Z | Checking tracing-core v0.1.36 |
| 1970 | 2026-07-21T19:12:16.279Z | Checking anstyle-query v1.1.5 |
| 1971 | 2026-07-21T19:12:16.282Z | Checking colorchoice v1.0.4 |
| 1972 | 2026-07-21T19:12:16.403Z | Checking is_terminal_polyfill v1.70.2 |
| 1973 | 2026-07-21T19:12:16.441Z | Checking anstyle-parse v1.0.0 |
| 1974 | 2026-07-21T19:12:16.490Z | Checking rand_core v0.9.5 |
| 1975 | 2026-07-21T19:12:16.527Z | Checking terminal_size v0.4.3 |
| 1976 | 2026-07-21T19:12:16.578Z | Checking tracing v0.1.44 |
| 1977 | 2026-07-21T19:12:16.614Z | Checking ipnet v2.11.0 |
| 1978 | 2026-07-21T19:12:16.663Z | Checking const-oid v0.10.2 |
| 1979 | 2026-07-21T19:12:16.699Z | Checking anstream v1.0.0 |
| 1980 | 2026-07-21T19:12:16.703Z | Checking clap_lex v1.0.0 |
| 1981 | 2026-07-21T19:12:16.808Z | Checking strsim v0.11.1 |
| 1982 | 2026-07-21T19:12:16.845Z | Checking aho-corasick v1.1.4 |
| 1983 | 2026-07-21T19:12:16.881Z | Checking rand_chacha v0.9.0 |
| 1984 | 2026-07-21T19:12:16.917Z | Checking crossbeam-utils v0.8.21 |
| 1985 | 2026-07-21T19:12:16.921Z | Checking unicode-ident v1.0.24 |
| 1986 | 2026-07-21T19:12:16.921Z | Checking erased-serde v0.3.31 |
| 1987 | 2026-07-21T19:12:16.921Z | Checking httparse v1.10.1 |
| 1988 | 2026-07-21T19:12:17.049Z | Checking clap_builder v4.6.0 |
| 1989 | 2026-07-21T19:12:17.102Z | Checking rand v0.9.2 |
| 1990 | 2026-07-21T19:12:17.148Z | Checking proc-macro2 v1.0.106 |
| 1991 | 2026-07-21T19:12:17.216Z | Checking cpufeatures v0.3.0 |
| 1992 | 2026-07-21T19:12:17.253Z | Checking tokio-util v0.7.18 |
| 1993 | 2026-07-21T19:12:17.290Z | Checking powerfmt v0.2.0 |
| 1994 | 2026-07-21T19:12:17.326Z | Checking digest v0.11.3 |
| 1995 | 2026-07-21T19:12:17.361Z | Checking slog v2.8.2 |
| 1996 | 2026-07-21T19:12:17.464Z | Checking deranged v0.5.8 |
| 1997 | 2026-07-21T19:12:17.501Z | Checking quote v1.0.45 |
| 1998 | 2026-07-21T19:12:17.536Z | Checking fastrand v2.3.0 |
| 1999 | 2026-07-21T19:12:17.539Z | Checking regex-automata v0.4.14 |
| 2000 | 2026-07-21T19:12:17.605Z | Checking time-core v0.1.8 |
| 2001 | 2026-07-21T19:12:17.644Z | Checking allocator-api2 v0.2.21 |
| 2002 | 2026-07-21T19:12:17.693Z | Checking num-conv v0.2.0 |
| 2003 | 2026-07-21T19:12:17.741Z | Checking num_threads v0.1.7 |
| 2004 | 2026-07-21T19:12:17.776Z | Checking cpufeatures v0.2.17 |
| 2005 | 2026-07-21T19:12:17.833Z | Checking syn v2.0.117 |
| 2006 | 2026-07-21T19:12:17.869Z | Checking anyhow v1.0.102 |
| 2007 | 2026-07-21T19:12:17.874Z | Checking http-body v1.0.1 |
| 2008 | 2026-07-21T19:12:17.938Z | Checking atomic-waker v1.1.2 |
| 2009 | 2026-07-21T19:12:17.974Z | Checking tempfile v3.25.0 |
| 2010 | 2026-07-21T19:12:18.056Z | Checking aws-lc-sys v0.40.0 |
| 2011 | 2026-07-21T19:12:18.093Z | Checking rustls-pki-types v1.14.0 |
| 2012 | 2026-07-21T19:12:18.097Z | Checking try-lock v0.2.5 |
| 2013 | 2026-07-21T19:12:18.191Z | Checking untrusted v0.7.1 |
| 2014 | 2026-07-21T19:12:18.251Z | Checking httpdate v1.0.3 |
| 2015 | 2026-07-21T19:12:18.318Z | Checking clap v4.6.1 |
| 2016 | 2026-07-21T19:12:18.354Z | Checking want v0.3.1 |
| 2017 | 2026-07-21T19:12:18.399Z | Checking time v0.3.47 |
| 2018 | 2026-07-21T19:12:18.433Z | Checking h2 v0.4.15 |
| 2019 | 2026-07-21T19:12:18.437Z | Checking ipnetwork v0.21.1 |
| 2020 | 2026-07-21T19:12:18.467Z | Checking hex v0.4.3 |
| 2021 | 2026-07-21T19:12:18.535Z | Checking tower-service v0.3.3 |
| 2022 | 2026-07-21T19:12:18.570Z | Checking aws-lc-rs v1.16.3 |
| 2023 | 2026-07-21T19:12:18.645Z | Checking tower-layer v0.3.3 |
| 2024 | 2026-07-21T19:12:18.732Z | Checking ryu v1.0.23 |
| 2025 | 2026-07-21T19:12:18.747Z | Checking pem-rfc7468 v0.7.0 |
| 2026 | 2026-07-21T19:12:18.819Z | Checking spin v0.9.8 |
| 2027 | 2026-07-21T19:12:18.871Z | Checking flagset v0.4.7 |
| 2028 | 2026-07-21T19:12:18.930Z | Checking mime v0.3.17 |
| 2029 | 2026-07-21T19:12:19.023Z | Checking der v0.7.10 |
| 2030 | 2026-07-21T19:12:19.028Z | Checking untrusted v0.9.0 |
| 2031 | 2026-07-21T19:12:19.123Z | Checking simd-adler32 v0.3.8 |
| 2032 | 2026-07-21T19:12:19.194Z | Checking adler2 v2.0.1 |
| 2033 | 2026-07-21T19:12:19.319Z | Checking http-body-util v0.1.3 |
| 2034 | 2026-07-21T19:12:19.356Z | Checking miniz_oxide v0.8.9 |
| 2035 | 2026-07-21T19:12:19.393Z | Checking block-padding v0.4.2 |
| 2036 | 2026-07-21T19:12:19.431Z | Checking rustls-webpki v0.103.13 |
| 2037 | 2026-07-21T19:12:19.538Z | Checking camino v1.2.2 |
| 2038 | 2026-07-21T19:12:19.576Z | Checking inout v0.2.2 |
| 2039 | 2026-07-21T19:12:19.580Z | Checking pretty-hex v0.4.1 |
| 2040 | 2026-07-21T19:12:19.727Z | Checking openssl-probe v0.2.1 |
| 2041 | 2026-07-21T19:12:19.776Z | Checking serde_urlencoded v0.7.1 |
| 2042 | 2026-07-21T19:12:19.817Z | Checking rand_chacha v0.3.1 |
| 2043 | 2026-07-21T19:12:19.820Z | Checking encoding_rs v0.8.35 |
| 2044 | 2026-07-21T19:12:19.820Z | Checking plain v0.2.3 |
| 2045 | 2026-07-21T19:12:19.920Z | Checking rustls v0.23.41 |
| 2046 | 2026-07-21T19:12:19.924Z | Checking cipher v0.5.2 |
| 2047 | 2026-07-21T19:12:19.987Z | Checking spki v0.7.3 |
| 2048 | 2026-07-21T19:12:20.023Z | Checking regex v1.12.3 |
| 2049 | 2026-07-21T19:12:20.057Z | Checking rand v0.8.6 |
| 2050 | 2026-07-21T19:12:20.090Z | Checking oxnet v0.1.6 |
| 2051 | 2026-07-21T19:12:20.177Z | Checking ucd-trie v0.1.7 |
| 2052 | 2026-07-21T19:12:20.214Z | Checking crc32fast v1.5.0 |
| 2053 | 2026-07-21T19:12:20.324Z | Checking futures-executor v0.3.32 |
| 2054 | 2026-07-21T19:12:20.361Z | Checking pest v2.8.6 |
| 2055 | 2026-07-21T19:12:20.396Z | Checking sync_wrapper v1.0.2 |
| 2056 | 2026-07-21T19:12:20.399Z | Checking pkcs8 v0.10.2 |
| 2057 | 2026-07-21T19:12:20.500Z | Checking futures v0.3.32 |
| 2058 | 2026-07-21T19:12:20.536Z | Checking tower v0.5.3 |
| 2059 | 2026-07-21T19:12:20.589Z | Checking either v1.15.0 |
| 2060 | 2026-07-21T19:12:20.627Z | Checking iri-string v0.7.10 |
| 2061 | 2026-07-21T19:12:20.631Z | Checking zlib-rs v0.6.2 |
| 2062 | 2026-07-21T19:12:20.805Z | Checking sha2 v0.10.9 |
| 2063 | 2026-07-21T19:12:20.847Z | Checking bit-vec v0.8.0 |
| 2064 | 2026-07-21T19:12:20.947Z | Checking static_assertions v1.1.0 |
| 2065 | 2026-07-21T19:12:21.047Z | Checking foldhash v0.2.0 |
| 2066 | 2026-07-21T19:12:21.084Z | Checking bit-set v0.8.0 |
| 2067 | 2026-07-21T19:12:21.118Z | Checking lazy_static v1.5.0 |
| 2068 | 2026-07-21T19:12:21.229Z | Checking hashbrown v0.16.1 |
| 2069 | 2026-07-21T19:12:21.268Z | Checking openapiv3 v2.2.0 |
| 2070 | 2026-07-21T19:12:21.272Z | Checking wait-timeout v0.2.1 |
| 2071 | 2026-07-21T19:12:21.333Z | Checking hyper v1.10.1 |
| 2072 | 2026-07-21T19:12:21.446Z | Checking hubpack v0.1.2 |
| 2073 | 2026-07-21T19:12:21.502Z | Checking strum v0.26.3 |
| 2074 | 2026-07-21T19:12:21.578Z | Checking flate2 v1.1.9 |
| 2075 | 2026-07-21T19:12:21.622Z | Checking quick-error v1.2.3 |
| 2076 | 2026-07-21T19:12:21.655Z | Checking rustls-native-certs v0.8.3 |
| 2077 | 2026-07-21T19:12:21.690Z | Checking tower-http v0.6.8 |
| 2078 | 2026-07-21T19:12:21.745Z | Checking rusty-fork v0.3.1 |
| 2079 | 2026-07-21T19:12:21.782Z | Checking rand_xorshift v0.4.0 |
| 2080 | 2026-07-21T19:12:21.817Z | Checking signature v2.2.0 |
| 2081 | 2026-07-21T19:12:21.892Z | Checking num-integer v0.1.46 |
| 2082 | 2026-07-21T19:12:21.928Z | Checking psl-types v2.0.11 |
| 2083 | 2026-07-21T19:12:21.962Z | Checking unarray v0.1.4 |
| 2084 | 2026-07-21T19:12:21.999Z | Checking tinyvec_macros v0.1.1 |
| 2085 | 2026-07-21T19:12:22.003Z | Checking cookie v0.18.1 |
| 2086 | 2026-07-21T19:12:22.067Z | Checking publicsuffix v2.3.0 |
| 2087 | 2026-07-21T19:12:22.106Z | Checking proptest v1.10.0 |
| 2088 | 2026-07-21T19:12:22.137Z | Checking anstyle-parse v0.2.7 |
| 2089 | 2026-07-21T19:12:22.142Z | Checking tinyvec v1.10.0 |
| 2090 | 2026-07-21T19:12:22.211Z | Checking tokio-rustls v0.26.4 |
| 2091 | 2026-07-21T19:12:22.249Z | Checking rustls-platform-verifier v0.6.2 |
| 2092 | 2026-07-21T19:12:22.256Z | Checking cookie_store v0.22.1 |
| 2093 | 2026-07-21T19:12:22.317Z | Checking hyper-util v0.1.20 |
| 2094 | 2026-07-21T19:12:22.320Z | Checking ahash v0.8.12 |
| 2095 | 2026-07-21T19:12:22.447Z | Checking serde_spanned v0.6.9 |
| 2096 | 2026-07-21T19:12:22.479Z | Checking toml_datetime v0.6.11 |
| 2097 | 2026-07-21T19:12:22.515Z | Checking scroll v0.13.0 |
| 2098 | 2026-07-21T19:12:22.566Z | Checking anstream v0.6.21 |
| 2099 | 2026-07-21T19:12:22.569Z | Checking memmap2 v0.9.10 |
| 2100 | 2026-07-21T19:12:22.634Z | Checking data-encoding v2.10.0 |
| 2101 | 2026-07-21T19:12:22.638Z | Checking dtrace-parser v0.3.0 |
| 2102 | 2026-07-21T19:12:22.701Z | Checking x509-cert v0.2.5 |
| 2103 | 2026-07-21T19:12:22.765Z | Checking goblin v0.10.5 |
| 2104 | 2026-07-21T19:12:22.802Z | Checking bstr v1.12.1 |
| 2105 | 2026-07-21T19:12:22.806Z | Checking hmac v0.12.1 |
| 2106 | 2026-07-21T19:12:22.920Z | Checking thread-id v5.1.0 |
| 2107 | 2026-07-21T19:12:22.924Z | Checking num-iter v0.1.45 |
| 2108 | 2026-07-21T19:12:22.989Z | Checking crossbeam-epoch v0.9.18 |
| 2109 | 2026-07-21T19:12:23.057Z | Checking memoffset v0.9.1 |
| 2110 | 2026-07-21T19:12:23.061Z | Checking scroll v0.12.0 |
| 2111 | 2026-07-21T19:12:23.165Z | Checking env_filter v1.0.0 |
| 2112 | 2026-07-21T19:12:23.234Z | Checking num-bigint-dig v0.8.6 |
| 2113 | 2026-07-21T19:12:23.271Z | Checking pkcs1 v0.7.5 |
| 2114 | 2026-07-21T19:12:23.331Z | Checking env_logger v0.11.9 |
| 2115 | 2026-07-21T19:12:23.368Z | Checking goblin v0.8.2 |
| 2116 | 2026-07-21T19:12:23.404Z | Checking zerocopy v0.7.35 |
| 2117 | 2026-07-21T19:12:23.502Z | Checking rustix v0.38.44 |
| 2118 | 2026-07-21T19:12:23.546Z | Checking foreign-types-shared v0.1.1 |
| 2119 | 2026-07-21T19:12:23.585Z | Checking hyper-rustls v0.27.7 |
| 2120 | 2026-07-21T19:12:23.659Z | Checking unicode-segmentation v1.12.0 |
| 2121 | 2026-07-21T19:12:23.822Z | Checking reqwest v0.13.2 |
| 2122 | 2026-07-21T19:12:23.908Z | Checking foreign-types v0.3.2 |
| 2123 | 2026-07-21T19:12:23.914Z | Checking newtype-uuid v1.3.2 |
| 2124 | 2026-07-21T19:12:23.994Z | Checking dtrace-parser v0.2.0 |
| 2125 | 2026-07-21T19:12:24.030Z | Checking ff v0.13.1 |
| 2126 | 2026-07-21T19:12:24.064Z | Checking rsa v0.9.10 |
| 2127 | 2026-07-21T19:12:24.164Z | Checking daft v0.1.7 |
| 2128 | 2026-07-21T19:12:24.202Z | Checking openssl-sys v0.9.115 |
| 2129 | 2026-07-21T19:12:24.252Z | Checking thread-id v4.2.2 |
| 2130 | 2026-07-21T19:12:24.316Z | Checking same-file v1.0.6 |
| 2131 | 2026-07-21T19:12:24.358Z | Checking winnow v0.5.40 |
| 2132 | 2026-07-21T19:12:24.428Z | Checking base16ct v0.2.0 |
| 2133 | 2026-07-21T19:12:24.468Z | Checking walkdir v2.5.0 |
| 2134 | 2026-07-21T19:12:24.556Z | Checking group v0.13.0 |
| 2135 | 2026-07-21T19:12:24.594Z | Checking sec1 v0.7.3 |
| 2136 | 2026-07-21T19:12:24.629Z | Checking openssl v0.10.79 |
| 2137 | 2026-07-21T19:12:24.665Z | Checking nix v0.31.2 |
| 2138 | 2026-07-21T19:12:24.702Z | Checking hkdf v0.12.4 |
| 2139 | 2026-07-21T19:12:24.737Z | Checking serde_with v3.21.0 |
| 2140 | 2026-07-21T19:12:24.817Z | Checking crypto-bigint v0.5.5 |
| 2141 | 2026-07-21T19:12:24.859Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2142 | 2026-07-21T19:12:24.971Z | Checking winnow v0.7.14 |
| 2143 | 2026-07-21T19:12:25.109Z | Checking dof v0.4.0 |
| 2144 | 2026-07-21T19:12:25.279Z | Checking dof v0.3.0 |
| 2145 | 2026-07-21T19:12:25.533Z | Checking toml_edit v0.19.15 |
| 2146 | 2026-07-21T19:12:25.588Z | Checking usdt-impl v0.5.0 |
| 2147 | 2026-07-21T19:12:25.731Z | Checking keccak v0.1.6 |
| 2148 | 2026-07-21T19:12:25.768Z | Checking usdt-impl v0.6.0 |
| 2149 | 2026-07-21T19:12:25.876Z | Checking foldhash v0.1.5 |
| 2150 | 2026-07-21T19:12:25.912Z | Checking elliptic-curve v0.13.8 |
| 2151 | 2026-07-21T19:12:25.947Z | Checking sha3 v0.10.8 |
| 2152 | 2026-07-21T19:12:26.048Z | Checking hashbrown v0.15.5 |
| 2153 | 2026-07-21T19:12:26.086Z | Checking usdt v0.6.0 |
| 2154 | 2026-07-21T19:12:26.183Z | Checking bzip2 v0.4.4 |
| 2155 | 2026-07-21T19:12:26.220Z | Checking unicode-normalization v0.1.25 |
| 2156 | 2026-07-21T19:12:26.257Z | Checking itertools v0.13.0 |
| 2157 | 2026-07-21T19:12:26.267Z | Checking siphasher v1.0.2 |
| 2158 | 2026-07-21T19:12:26.335Z | Checking bitflags v1.3.2 |
| 2159 | 2026-07-21T19:12:26.378Z | Checking winnow v1.0.3 |
| 2160 | 2026-07-21T19:12:26.429Z | Checking zip v0.6.6 |
| 2161 | 2026-07-21T19:12:26.476Z | Checking signal-hook v0.3.18 |
| 2162 | 2026-07-21T19:12:26.562Z | Checking toml_write v0.1.2 |
| 2163 | 2026-07-21T19:12:26.619Z | Checking toml v0.7.8 |
| 2164 | 2026-07-21T19:12:26.664Z | Checking managed v0.8.0 |
| 2165 | 2026-07-21T19:12:26.685Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2166 | 2026-07-21T19:12:26.691Z | Checking native-tls v0.2.18 |
| 2167 | 2026-07-21T19:12:26.763Z | Checking toml_edit v0.22.27 |
| 2168 | 2026-07-21T19:12:26.769Z | Checking globset v0.4.18 |
| 2169 | 2026-07-21T19:12:26.825Z | Checking chacha20 v0.10.0 |
| 2170 | 2026-07-21T19:12:26.878Z | Checking curve25519-dalek v4.1.3 |
| 2171 | 2026-07-21T19:12:26.894Z | Checking tokio-native-tls v0.3.1 |
| 2172 | 2026-07-21T19:12:26.944Z | Checking object v0.37.3 |
| 2173 | 2026-07-21T19:12:27.061Z | Checking signal-hook-mio v0.2.5 |
| 2174 | 2026-07-21T19:12:27.065Z | Checking ed25519 v2.2.3 |
| 2175 | 2026-07-21T19:12:27.131Z | Checking hyper-tls v0.6.0 |
| 2176 | 2026-07-21T19:12:27.135Z | Checking ref-cast v1.0.25 |
| 2177 | 2026-07-21T19:12:27.225Z | Checking pin-project v1.1.11 |
| 2178 | 2026-07-21T19:12:27.359Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2179 | 2026-07-21T19:12:27.363Z | Checking pem v3.0.6 |
| 2180 | 2026-07-21T19:12:27.363Z | Checking bumpalo v3.20.2 |
| 2181 | 2026-07-21T19:12:27.363Z | Checking reqwest v0.12.28 |
| 2182 | 2026-07-21T19:12:27.363Z | Checking fixedbitset v0.5.7 |
| 2183 | 2026-07-21T19:12:27.439Z | Checking zstd-safe v7.2.4 |
| 2184 | 2026-07-21T19:12:27.480Z | Checking libbz2-rs-sys v0.2.2 |
| 2185 | 2026-07-21T19:12:27.565Z | Checking zopfli v0.8.3 |
| 2186 | 2026-07-21T19:12:27.667Z | Checking petgraph v0.8.3 |
| 2187 | 2026-07-21T19:12:27.684Z | Checking zstd v0.13.3 |
| 2188 | 2026-07-21T19:12:27.708Z | Checking ed25519-dalek v2.2.0 |
| 2189 | 2026-07-21T19:12:27.867Z | Checking snafu v0.8.9 |
| 2190 | 2026-07-21T19:12:27.939Z | Checking bzip2 v0.6.1 |
| 2191 | 2026-07-21T19:12:27.950Z | Checking crossterm v0.28.1 |
| 2192 | 2026-07-21T19:12:27.985Z | Checking olpc-cjson v0.1.4 |
| 2193 | 2026-07-21T19:12:27.989Z | Checking similar v2.7.0 |
| 2194 | 2026-07-21T19:12:28.088Z | Checking fs-err v3.3.0 |
| 2195 | 2026-07-21T19:12:28.126Z | Checking hash32 v0.2.1 |
| 2196 | 2026-07-21T19:12:28.166Z | Checking serde_plain v1.0.2 |
| 2197 | 2026-07-21T19:12:28.170Z | Checking serde-big-array v0.5.1 |
| 2198 | 2026-07-21T19:12:28.309Z | Checking typed-path v0.9.3 |
| 2199 | 2026-07-21T19:12:28.353Z | Checking unicode-properties v0.1.4 |
| 2200 | 2026-07-21T19:12:28.381Z | Checking jiff v0.2.21 |
| 2201 | 2026-07-21T19:12:28.419Z | Checking unicode-bidi v0.3.18 |
| 2202 | 2026-07-21T19:12:28.423Z | Checking predicates-core v1.0.10 |
| 2203 | 2026-07-21T19:12:28.553Z | Checking heapless v0.7.17 |
| 2204 | 2026-07-21T19:12:28.597Z | Checking hickory-proto v0.25.2 |
| 2205 | 2026-07-21T19:12:28.653Z | Checking byte-wrapper v0.1.0 |
| 2206 | 2026-07-21T19:12:28.736Z | Checking stringprep v0.1.5 |
| 2207 | 2026-07-21T19:12:28.882Z | Checking md-5 v0.10.6 |
| 2208 | 2026-07-21T19:12:28.918Z | Checking float-cmp v0.10.0 |
| 2209 | 2026-07-21T19:12:28.984Z | Checking difflib v0.4.0 |
| 2210 | 2026-07-21T19:12:29.046Z | Checking fallible-iterator v0.2.0 |
| 2211 | 2026-07-21T19:12:29.082Z | Checking normalize-line-endings v0.3.0 |
| 2212 | 2026-07-21T19:12:29.117Z | Checking tough v0.22.0 |
| 2213 | 2026-07-21T19:12:29.185Z | Checking smoltcp v0.9.1 |
| 2214 | 2026-07-21T19:12:29.222Z | Checking predicates v3.1.4 |
| 2215 | 2026-07-21T19:12:29.226Z | Checking iddqd v0.4.2 |
| 2216 | 2026-07-21T19:12:29.291Z | Checking phf_shared v0.13.1 |
| 2217 | 2026-07-21T19:12:29.344Z | Checking postgres-protocol v0.6.10 |
| 2218 | 2026-07-21T19:12:29.510Z | Checking phf_shared v0.11.3 |
| 2219 | 2026-07-21T19:12:29.561Z | Checking tokio-stream v0.1.18 |
| 2220 | 2026-07-21T19:12:29.682Z | Checking buf-list v1.1.2 |
| 2221 | 2026-07-21T19:12:29.686Z | Checking strum v0.27.2 |
| 2222 | 2026-07-21T19:12:29.805Z | Checking precomputed-hash v0.1.1 |
| 2223 | 2026-07-21T19:12:29.859Z | Checking new_debug_unreachable v1.0.6 |
| 2224 | 2026-07-21T19:12:29.898Z | Checking fixedbitset v0.4.2 |
| 2225 | 2026-07-21T19:12:29.931Z | Checking lalrpop-util v0.19.12 |
| 2226 | 2026-07-21T19:12:29.966Z | Checking string_cache v0.8.9 |
| 2227 | 2026-07-21T19:12:29.970Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2228 | 2026-07-21T19:12:30.068Z | Checking petgraph v0.6.5 |
| 2229 | 2026-07-21T19:12:30.116Z | Checking postgres-types v0.2.12 |
| 2230 | 2026-07-21T19:12:30.164Z | Checking phf v0.13.1 |
| 2231 | 2026-07-21T19:12:30.199Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2232 | 2026-07-21T19:12:30.338Z | Checking peg-runtime v0.8.5 |
| 2233 | 2026-07-21T19:12:30.459Z | Checking whoami v2.1.0 |
| 2234 | 2026-07-21T19:12:30.537Z | Checking is-terminal v0.4.17 |
| 2235 | 2026-07-21T19:12:30.603Z | Checking crossbeam-channel v0.5.15 |
| 2236 | 2026-07-21T19:12:30.639Z | Checking zip v4.6.1 |
| 2237 | 2026-07-21T19:12:30.643Z | Checking thread_local v1.1.9 |
| 2238 | 2026-07-21T19:12:30.709Z | Checking tokio-postgres v0.7.16 |
| 2239 | 2026-07-21T19:12:30.832Z | Compiling structmeta-derive v0.3.0 |
| 2240 | 2026-07-21T19:12:30.971Z | Checking term v1.2.1 |
| 2241 | 2026-07-21T19:12:31.182Z | Checking take_mut v0.2.2 |
| 2242 | 2026-07-21T19:12:31.232Z | Checking slog-term v2.9.2 |
| 2243 | 2026-07-21T19:12:31.290Z | Compiling newtype-uuid-macros v0.1.0 |
| 2244 | 2026-07-21T19:12:31.327Z | Checking slog-async v2.8.0 |
| 2245 | 2026-07-21T19:12:31.364Z | Compiling multer v3.1.0 |
| 2246 | 2026-07-21T19:12:31.439Z | Compiling async-stream-impl v0.3.6 |
| 2247 | 2026-07-21T19:12:31.512Z | Checking match_cfg v0.1.0 |
| 2248 | 2026-07-21T19:12:31.548Z | Checking slog-json v2.6.1 |
| 2249 | 2026-07-21T19:12:31.624Z | Checking hostname v0.3.1 |
| 2250 | 2026-07-21T19:12:31.669Z | Compiling dropshot v0.17.1 |
| 2251 | 2026-07-21T19:12:31.731Z | Compiling dropshot_endpoint v0.17.1 |
| 2252 | 2026-07-21T19:12:31.767Z | Checking slog-bunyan v2.5.0 |
| 2253 | 2026-07-21T19:12:31.937Z | Checking debug-ignore v1.0.5 |
| 2254 | 2026-07-21T19:12:31.974Z | Compiling structmeta v0.3.0 |
| 2255 | 2026-07-21T19:12:32.009Z | Checking sha1 v0.11.0 |
| 2256 | 2026-07-21T19:12:32.043Z | Checking serde_spanned v1.1.1 |
| 2257 | 2026-07-21T19:12:32.078Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2258 | 2026-07-21T19:12:32.078Z | Checking serde_path_to_error v0.1.20 |
| 2259 | 2026-07-21T19:12:32.082Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2260 | 2026-07-21T19:12:32.205Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2261 | 2026-07-21T19:12:32.232Z | Compiling derive-ex v0.1.8 |
| 2262 | 2026-07-21T19:12:32.235Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2263 | 2026-07-21T19:12:32.365Z | Checking compression-core v0.4.31 |
| 2264 | 2026-07-21T19:12:32.368Z | Checking progenitor-client v0.14.0 |
| 2265 | 2026-07-21T19:12:32.437Z | Checking async-stream v0.3.6 |
| 2266 | 2026-07-21T19:12:32.475Z | Checking toml v1.1.2+spec-1.1.0 |
| 2267 | 2026-07-21T19:12:32.517Z | Checking compression-codecs v0.4.37 |
| 2268 | 2026-07-21T19:12:32.597Z | Checking rustls-pemfile v2.2.0 |
| 2269 | 2026-07-21T19:12:32.635Z | Checking waitgroup v0.1.2 |
| 2270 | 2026-07-21T19:12:32.666Z | Checking hostname v0.4.2 |
| 2271 | 2026-07-21T19:12:32.708Z | Checking async-compression v0.4.41 |
| 2272 | 2026-07-21T19:12:32.757Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2273 | 2026-07-21T19:12:32.762Z | Checking atomicwrites v0.4.4 |
| 2274 | 2026-07-21T19:12:32.837Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2275 | 2026-07-21T19:12:32.840Z | Checking itertools v0.14.0 |
| 2276 | 2026-07-21T19:12:32.890Z | Compiling parse-display-derive v0.10.0 |
| 2277 | 2026-07-21T19:12:32.935Z | Checking macaddr v1.0.1 |
| 2278 | 2026-07-21T19:12:32.976Z | Checking regress v0.10.5 |
| 2279 | 2026-07-21T19:12:33.007Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2280 | 2026-07-21T19:12:33.068Z | Checking instant v0.1.13 |
| 2281 | 2026-07-21T19:12:33.135Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2282 | 2026-07-21T19:12:33.180Z | Checking backoff v0.4.0 |
| 2283 | 2026-07-21T19:12:33.380Z | Checking backon v1.6.0 |
| 2284 | 2026-07-21T19:12:33.418Z | Checking humantime v2.3.0 |
| 2285 | 2026-07-21T19:12:33.458Z | Checking unicode-width v0.2.0 |
| 2286 | 2026-07-21T19:12:33.567Z | Checking progenitor-extras v0.2.0 |
| 2287 | 2026-07-21T19:12:33.621Z | Compiling convert_case v0.4.0 |
| 2288 | 2026-07-21T19:12:33.730Z | Checking half v2.7.1 |
| 2289 | 2026-07-21T19:12:33.814Z | Checking ciborium-io v0.2.2 |
| 2290 | 2026-07-21T19:12:33.922Z | Checking heck v0.5.0 |
| 2291 | 2026-07-21T19:12:33.927Z | Compiling test-strategy v0.4.5 |
| 2292 | 2026-07-21T19:12:33.992Z | Checking secrecy v0.10.3 |
| 2293 | 2026-07-21T19:12:34.026Z | Compiling derive_more v0.99.20 |
| 2294 | 2026-07-21T19:12:34.030Z | Checking ciborium-ll v0.2.2 |
| 2295 | 2026-07-21T19:12:34.104Z | Checking indent_write v2.2.0 |
| 2296 | 2026-07-21T19:12:34.137Z | Checking camino-tempfile v1.4.1 |
| 2297 | 2026-07-21T19:12:34.256Z | Compiling regress v0.11.1 |
| 2298 | 2026-07-21T19:12:34.259Z | Checking ciborium v0.2.2 |
| 2299 | 2026-07-21T19:12:34.324Z | Compiling crucible-workspace-hack v0.1.0 |
| 2300 | 2026-07-21T19:12:34.417Z | Checking inout v0.1.4 |
| 2301 | 2026-07-21T19:12:34.582Z | Checking cipher v0.4.4 |
| 2302 | 2026-07-21T19:12:34.599Z | Checking parse-display v0.10.0 |
| 2303 | 2026-07-21T19:12:34.737Z | Checking universal-hash v0.5.1 |
| 2304 | 2026-07-21T19:12:34.775Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2305 | 2026-07-21T19:12:34.806Z | Checking opaque-debug v0.3.1 |
| 2306 | 2026-07-21T19:12:34.840Z | Checking chacha20 v0.9.1 |
| 2307 | 2026-07-21T19:12:34.920Z | Checking poly1305 v0.8.0 |
| 2308 | 2026-07-21T19:12:35.058Z | Checking blake2 v0.10.6 |
| 2309 | 2026-07-21T19:12:35.208Z | Checking aead v0.5.2 |
| 2310 | 2026-07-21T19:12:35.326Z | Checking password-hash v0.5.0 |
| 2311 | 2026-07-21T19:12:35.381Z | Checking chacha20poly1305 v0.10.1 |
| 2312 | 2026-07-21T19:12:35.454Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2313 | 2026-07-21T19:12:35.502Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2314 | 2026-07-21T19:12:35.538Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2315 | 2026-07-21T19:12:35.578Z | Checking argon2 v0.5.3 |
| 2316 | 2026-07-21T19:12:35.844Z | Compiling typify-impl v0.6.2 |
| 2317 | 2026-07-21T19:12:35.882Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2318 | 2026-07-21T19:12:35.962Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2319 | 2026-07-21T19:12:36.018Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2320 | 2026-07-21T19:12:36.051Z | Checking thiserror-no-std v2.0.2 |
| 2321 | 2026-07-21T19:12:36.168Z | Checking vsss-rs v3.3.4 |
| 2322 | 2026-07-21T19:12:36.284Z | Compiling unsafe-libyaml v0.2.11 |
| 2323 | 2026-07-21T19:12:36.318Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2324 | 2026-07-21T19:12:36.628Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2325 | 2026-07-21T19:12:37.054Z | Compiling serde_yaml v0.9.34+deprecated |
| 2326 | 2026-07-21T19:12:37.321Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2327 | 2026-07-21T19:12:37.400Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2328 | 2026-07-21T19:12:37.592Z | Checking swrite v0.1.0 |
| 2329 | 2026-07-21T19:12:37.640Z | Checking crossbeam-deque v0.8.6 |
| 2330 | 2026-07-21T19:12:37.676Z | Compiling rayon-core v1.13.0 |
| 2331 | 2026-07-21T19:12:37.711Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2332 | 2026-07-21T19:12:37.830Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2333 | 2026-07-21T19:12:37.980Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2334 | 2026-07-21T19:12:38.013Z | Compiling darling_core v0.21.3 |
| 2335 | 2026-07-21T19:12:38.302Z | Compiling proc-macro-error v1.0.4 |
| 2336 | 2026-07-21T19:12:38.483Z | Checking rayon v1.11.0 |
| 2337 | 2026-07-21T19:12:38.535Z | Compiling proc-macro-crate v3.4.0 |
| 2338 | 2026-07-21T19:12:38.631Z | Checking toml v0.8.23 |
| 2339 | 2026-07-21T19:12:38.987Z | Checking tabwriter v1.4.1 |
| 2340 | 2026-07-21T19:12:39.039Z | Checking glob v0.3.3 |
| 2341 | 2026-07-21T19:12:39.105Z | Compiling num_enum_derive v0.7.6 |
| 2342 | 2026-07-21T19:12:39.140Z | Checking colored v3.1.1 |
| 2343 | 2026-07-21T19:12:39.173Z | Compiling heapless v0.8.0 |
| 2344 | 2026-07-21T19:12:39.247Z | Checking hash32 v0.3.1 |
| 2345 | 2026-07-21T19:12:39.363Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2346 | 2026-07-21T19:12:39.400Z | Compiling smoltcp v0.11.0 |
| 2347 | 2026-07-21T19:12:39.663Z | Checking cobs v0.3.0 |
| 2348 | 2026-07-21T19:12:39.732Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2349 | 2026-07-21T19:12:39.834Z | Compiling usdt-attr-macro v0.5.0 |
| 2350 | 2026-07-21T19:12:39.875Z | Compiling usdt-macro v0.5.0 |
| 2351 | 2026-07-21T19:12:39.957Z | Checking memmap v0.7.0 |
| 2352 | 2026-07-21T19:12:40.110Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2353 | 2026-07-21T19:12:40.179Z | Checking num_enum v0.7.6 |
| 2354 | 2026-07-21T19:12:40.320Z | Checking postcard v1.1.3 |
| 2355 | 2026-07-21T19:12:40.391Z | Compiling typify-macro v0.6.2 |
| 2356 | 2026-07-21T19:12:40.431Z | Checking rand v0.10.1 |
| 2357 | 2026-07-21T19:12:40.497Z | Compiling darling_macro v0.21.3 |
| 2358 | 2026-07-21T19:12:40.627Z | Compiling proc-macro-crate v1.3.1 |
| 2359 | 2026-07-21T19:12:40.631Z | Checking usdt v0.5.0 |
| 2360 | 2026-07-21T19:12:40.662Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2361 | 2026-07-21T19:12:40.851Z | Checking sigpipe v0.1.3 |
| 2362 | 2026-07-21T19:12:40.926Z | Compiling foreign-types-macros v0.2.3 |
| 2363 | 2026-07-21T19:12:41.011Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2364 | 2026-07-21T19:12:41.015Z | Checking foreign-types-shared v0.3.1 |
| 2365 | 2026-07-21T19:12:41.078Z | Compiling darling v0.21.3 |
| 2366 | 2026-07-21T19:12:41.112Z | Compiling num_enum_derive v0.5.11 |
| 2367 | 2026-07-21T19:12:41.189Z | Compiling ingot-macros v0.1.1 |
| 2368 | 2026-07-21T19:12:41.354Z | Checking cstr-argument v0.1.2 |
| 2369 | 2026-07-21T19:12:41.386Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2370 | 2026-07-21T19:12:41.441Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2371 | 2026-07-21T19:12:41.498Z | Compiling num-derive v0.4.2 |
| 2372 | 2026-07-21T19:12:41.601Z | Checking foreign-types v0.5.0 |
| 2373 | 2026-07-21T19:12:41.711Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2374 | 2026-07-21T19:12:41.858Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2375 | 2026-07-21T19:12:41.931Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2376 | 2026-07-21T19:12:42.006Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2377 | 2026-07-21T19:12:42.047Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2378 | 2026-07-21T19:12:42.130Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2379 | 2026-07-21T19:12:42.177Z | Compiling typify v0.6.2 |
| 2380 | 2026-07-21T19:12:42.213Z | Checking num_enum v0.5.11 |
| 2381 | 2026-07-21T19:12:42.283Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2382 | 2026-07-21T19:12:42.292Z | Compiling progenitor-impl v0.14.0 |
| 2383 | 2026-07-21T19:12:42.415Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2384 | 2026-07-21T19:12:42.472Z | Compiling zone_cfg_derive v0.3.1 |
| 2385 | 2026-07-21T19:12:42.610Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2386 | 2026-07-21T19:12:42.656Z | Checking itertools v0.12.1 |
| 2387 | 2026-07-21T19:12:42.812Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2388 | 2026-07-21T19:12:43.095Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2389 | 2026-07-21T19:12:43.199Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2390 | 2026-07-21T19:12:43.274Z | Checking smf v0.2.3 |
| 2391 | 2026-07-21T19:12:43.315Z | Checking whoami v1.6.1 |
| 2392 | 2026-07-21T19:12:43.351Z | Compiling derive-where v1.6.0 |
| 2393 | 2026-07-21T19:12:43.445Z | Checking tokio-dtrace v0.1.1 |
| 2394 | 2026-07-21T19:12:43.516Z | Checking console v0.15.11 |
| 2395 | 2026-07-21T19:12:43.549Z | Checking newline-converter v0.3.0 |
| 2396 | 2026-07-21T19:12:43.657Z | Checking oxide-tokio-rt v0.1.4 |
| 2397 | 2026-07-21T19:12:43.692Z | Checking bytecount v0.6.9 |
| 2398 | 2026-07-21T19:12:43.696Z | Checking zone v0.3.1 |
| 2399 | 2026-07-21T19:12:43.819Z | Checking expectorate v1.2.0 |
| 2400 | 2026-07-21T19:12:43.855Z | Checking unicode-width v0.1.14 |
| 2401 | 2026-07-21T19:12:43.859Z | Checking num-rational v0.4.2 |
| 2402 | 2026-07-21T19:12:43.974Z | Checking num-complex v0.4.6 |
| 2403 | 2026-07-21T19:12:44.049Z | Checking ingot-types v0.1.2 |
| 2404 | 2026-07-21T19:12:44.099Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2405 | 2026-07-21T19:12:44.134Z | Checking float-ord v0.3.2 |
| 2406 | 2026-07-21T19:12:44.188Z | Compiling cancel-safe-futures v0.1.5 |
| 2407 | 2026-07-21T19:12:44.260Z | Checking linear-map v1.2.0 |
| 2408 | 2026-07-21T19:12:44.338Z | Checking num v0.4.3 |
| 2409 | 2026-07-21T19:12:44.463Z | Checking gethostname v0.5.0 |
| 2410 | 2026-07-21T19:12:44.467Z | Checking ingot v0.1.1 |
| 2411 | 2026-07-21T19:12:44.493Z | Compiling prettyplease v0.2.37 |
| 2412 | 2026-07-21T19:12:44.595Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2413 | 2026-07-21T19:12:44.672Z | Checking oxide-update-engine-types v0.1.2 |
| 2414 | 2026-07-21T19:12:44.783Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2415 | 2026-07-21T19:12:44.911Z | Compiling progenitor-macro v0.14.0 |
| 2416 | 2026-07-21T19:12:45.003Z | Compiling owo-colors v4.3.0 |
| 2417 | 2026-07-21T19:12:45.034Z | Checking resolv-conf v0.7.6 |
| 2418 | 2026-07-21T19:12:45.244Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2419 | 2026-07-21T19:12:45.594Z | Checking oxide-update-engine v0.1.2 |
| 2420 | 2026-07-21T19:12:45.914Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2421 | 2026-07-21T19:12:46.018Z | Checking unicode-linebreak v0.1.5 |
| 2422 | 2026-07-21T19:12:46.100Z | Checking smawk v0.3.2 |
| 2423 | 2026-07-21T19:12:46.130Z | Checking papergrid v0.11.0 |
| 2424 | 2026-07-21T19:12:46.215Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2425 | 2026-07-21T19:12:46.251Z | Compiling tabled_derive v0.7.0 |
| 2426 | 2026-07-21T19:12:46.285Z | Compiling convert_case v0.10.0 |
| 2427 | 2026-07-21T19:12:46.612Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2428 | 2026-07-21T19:12:46.648Z | Compiling slog-dtrace v0.3.0 |
| 2429 | 2026-07-21T19:12:46.786Z | Compiling derive_more-impl v2.1.1 |
| 2430 | 2026-07-21T19:12:51.159Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2431 | 2026-07-21T19:12:51.183Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2432 | 2026-07-21T19:12:51.183Z | Checking tabled v0.15.0 |
| 2433 | 2026-07-21T19:12:51.183Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2434 | 2026-07-21T19:12:51.183Z | Checking derive_more v2.1.1 |
| 2435 | 2026-07-21T19:12:51.183Z | Checking crossterm v0.29.0 |
| 2436 | 2026-07-21T19:12:51.183Z | Checking linked-hash-map v0.5.6 |
| 2437 | 2026-07-21T19:12:51.183Z | Checking lru-cache v0.1.2 |
| 2438 | 2026-07-21T19:12:51.183Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2439 | 2026-07-21T19:12:51.183Z | Checking hickory-proto v0.24.4 |
| 2440 | 2026-07-21T19:12:51.183Z | Checking fd-lock v4.0.4 |
| 2441 | 2026-07-21T19:12:51.183Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2442 | 2026-07-21T19:12:51.183Z | Checking vte v0.14.1 |
| 2443 | 2026-07-21T19:12:51.183Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2444 | 2026-07-21T19:12:51.183Z | Checking display-error-chain v0.2.2 |
| 2445 | 2026-07-21T19:12:51.183Z | Checking strip-ansi-escapes v0.2.1 |
| 2446 | 2026-07-21T19:12:51.183Z | Checking progenitor v0.14.0 |
| 2447 | 2026-07-21T19:12:51.183Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2448 | 2026-07-21T19:12:51.184Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2449 | 2026-07-21T19:12:51.184Z | Checking nu-ansi-term v0.50.3 |
| 2450 | 2026-07-21T19:12:51.184Z | Checking termtree v0.5.1 |
| 2451 | 2026-07-21T19:12:51.184Z | Checking reedline v0.40.0 |
| 2452 | 2026-07-21T19:12:51.184Z | Checking hickory-resolver v0.24.4 |
| 2453 | 2026-07-21T19:12:51.184Z | Checking textwrap v0.16.2 |
| 2454 | 2026-07-21T19:12:51.482Z | Compiling minimal-lexical v0.2.1 |
| 2455 | 2026-07-21T19:12:51.508Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2456 | 2026-07-21T19:12:51.658Z | Compiling nom v7.1.3 |
| 2457 | 2026-07-21T19:12:51.715Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2458 | 2026-07-21T19:12:51.831Z | Checking qorb v0.4.1 |
| 2459 | 2026-07-21T19:12:51.880Z | Compiling unicode-xid v0.2.6 |
| 2460 | 2026-07-21T19:12:52.033Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2461 | 2026-07-21T19:12:52.308Z | Compiling ar_archive_writer v0.5.1 |
| 2462 | 2026-07-21T19:12:52.367Z | Checking csv-core v0.1.13 |
| 2463 | 2026-07-21T19:12:54.050Z | Checking csv v1.4.0 |
| 2464 | 2026-07-21T19:12:54.104Z | Compiling stacker v0.1.23 |
| 2465 | 2026-07-21T19:12:54.104Z | Checking highway v1.3.0 |
| 2466 | 2026-07-21T19:12:54.104Z | Compiling semver v0.1.20 |
| 2467 | 2026-07-21T19:12:54.104Z | Compiling cfg_aliases v0.1.1 |
| 2468 | 2026-07-21T19:12:54.104Z | Checking nibble_vec v0.1.0 |
| 2469 | 2026-07-21T19:12:54.104Z | Compiling nix v0.28.0 |
| 2470 | 2026-07-21T19:12:54.104Z | Compiling psm v0.1.30 |
| 2471 | 2026-07-21T19:12:54.104Z | Compiling rustc_version v0.1.7 |
| 2472 | 2026-07-21T19:12:54.104Z | Checking endian-type v0.1.2 |
| 2473 | 2026-07-21T19:12:54.104Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2474 | 2026-07-21T19:12:54.104Z | Checking radix_trie v0.2.1 |
| 2475 | 2026-07-21T19:12:54.104Z | Compiling newtype_derive v0.1.6 |
| 2476 | 2026-07-21T19:12:54.104Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2477 | 2026-07-21T19:12:54.104Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2478 | 2026-07-21T19:12:54.104Z | Checking phf_shared v0.12.1 |
| 2479 | 2026-07-21T19:12:54.104Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2480 | 2026-07-21T19:12:54.104Z | Compiling chrono-tz v0.10.4 |
| 2481 | 2026-07-21T19:12:54.135Z | Checking phf v0.12.1 |
| 2482 | 2026-07-21T19:12:54.195Z | Checking recursive v0.1.1 |
| 2483 | 2026-07-21T19:12:54.198Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2484 | 2026-07-21T19:12:54.198Z | Compiling const_format_proc_macros v0.2.34 |
| 2485 | 2026-07-21T19:12:54.258Z | Compiling peg-macros v0.8.5 |
| 2486 | 2026-07-21T19:12:54.294Z | Checking winnow v0.6.26 |
| 2487 | 2026-07-21T19:12:54.379Z | Checking nom v8.0.0 |
| 2488 | 2026-07-21T19:12:54.727Z | Compiling sqlparser_derive v0.5.0 |
| 2489 | 2026-07-21T19:12:55.125Z | Checking unicode_categories v0.1.1 |
| 2490 | 2026-07-21T19:12:55.241Z | Checking home v0.5.12 |
| 2491 | 2026-07-21T19:12:55.305Z | Checking const_format v0.2.35 |
| 2492 | 2026-07-21T19:12:55.377Z | Checking rustyline v14.0.0 |
| 2493 | 2026-07-21T19:12:55.475Z | Checking sqlformat v0.3.5 |
| 2494 | 2026-07-21T19:12:55.519Z | Checking sqlparser v0.61.0 |
| 2495 | 2026-07-21T19:12:55.697Z | Checking peg v0.8.5 |
| 2496 | 2026-07-21T19:12:55.898Z | Checking bcs v0.1.6 |
| 2497 | 2026-07-21T19:12:55.968Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2498 | 2026-07-21T19:12:56.068Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2499 | 2026-07-21T19:12:56.109Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2500 | 2026-07-21T19:12:56.186Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2501 | 2026-07-21T19:12:56.284Z | Checking steno v0.4.1 |
| 2502 | 2026-07-21T19:12:56.380Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2503 | 2026-07-21T19:12:56.456Z | Checking sha1 v0.10.6 |
| 2504 | 2026-07-21T19:12:56.630Z | Checking filetime v0.2.27 |
| 2505 | 2026-07-21T19:12:56.665Z | Checking xattr v1.6.1 |
| 2506 | 2026-07-21T19:12:56.798Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2507 | 2026-07-21T19:12:56.834Z | Checking tar v0.4.46 |
| 2508 | 2026-07-21T19:12:57.185Z | Checking base64 v0.21.7 |
| 2509 | 2026-07-21T19:12:57.249Z | Checking subprocess v0.2.15 |
| 2510 | 2026-07-21T19:12:57.338Z | Checking headers-core v0.3.0 |
| 2511 | 2026-07-21T19:12:57.455Z | Checking yasna v0.5.2 |
| 2512 | 2026-07-21T19:12:57.488Z | Checking headers v0.4.1 |
| 2513 | 2026-07-21T19:12:57.564Z | Checking port-file v0.1.0 |
| 2514 | 2026-07-21T19:12:57.776Z | Checking dropshot-api-manager-types v0.7.2 |
| 2515 | 2026-07-21T19:12:57.865Z | Checking rcgen v0.12.1 |
| 2516 | 2026-07-21T19:12:57.970Z | Checking tagptr v0.2.0 |
| 2517 | 2026-07-21T19:12:58.005Z | Checking utf-8 v0.7.6 |
| 2518 | 2026-07-21T19:12:58.136Z | Checking moka v0.12.13 |
| 2519 | 2026-07-21T19:12:58.172Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2520 | 2026-07-21T19:12:58.204Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2521 | 2026-07-21T19:12:58.340Z | Checking tungstenite v0.21.0 |
| 2522 | 2026-07-21T19:12:58.652Z | Compiling radium v0.7.0 |
| 2523 | 2026-07-21T19:12:58.695Z | Compiling maybe-uninit v2.0.0 |
| 2524 | 2026-07-21T19:12:58.781Z | Checking tokio-tungstenite v0.21.0 |
| 2525 | 2026-07-21T19:12:58.816Z | Checking hickory-resolver v0.25.2 |
| 2526 | 2026-07-21T19:12:59.027Z | Compiling libefi-sys v0.1.0 |
| 2527 | 2026-07-21T19:12:59.081Z | Checking tap v1.0.1 |
| 2528 | 2026-07-21T19:12:59.214Z | Checking wyz v0.5.1 |
| 2529 | 2026-07-21T19:12:59.455Z | Compiling zerocopy-derive v0.6.6 |
| 2530 | 2026-07-21T19:12:59.547Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2531 | 2026-07-21T19:12:59.630Z | Compiling bitfield-struct v0.6.2 |
| 2532 | 2026-07-21T19:13:00.011Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2533 | 2026-07-21T19:13:00.051Z | Compiling packed_struct v0.10.1 |
| 2534 | 2026-07-21T19:13:00.054Z | Checking crc-catalog v2.4.0 |
| 2535 | 2026-07-21T19:13:00.202Z | Checking funty v2.0.0 |
| 2536 | 2026-07-21T19:13:00.284Z | Checking crc v3.4.0 |
| 2537 | 2026-07-21T19:13:00.319Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2538 | 2026-07-21T19:13:00.352Z | Checking zerocopy v0.6.6 |
| 2539 | 2026-07-21T19:13:00.419Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2540 | 2026-07-21T19:13:00.461Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2541 | 2026-07-21T19:13:00.543Z | Checking bitvec v1.0.1 |
| 2542 | 2026-07-21T19:13:00.608Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2543 | 2026-07-21T19:13:00.640Z | Compiling packed_struct_codegen v0.10.1 |
| 2544 | 2026-07-21T19:13:00.674Z | Compiling bitfield-macros v0.19.4 |
| 2545 | 2026-07-21T19:13:00.770Z | Compiling indexmap v1.9.3 |
| 2546 | 2026-07-21T19:13:00.806Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2547 | 2026-07-21T19:13:01.020Z | Checking nodrop v0.1.14 |
| 2548 | 2026-07-21T19:13:01.139Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2549 | 2026-07-21T19:13:01.241Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2550 | 2026-07-21T19:13:01.447Z | Checking bitfield v0.19.4 |
| 2551 | 2026-07-21T19:13:01.505Z | Checking array-init v0.0.4 |
| 2552 | 2026-07-21T19:13:01.780Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2553 | 2026-07-21T19:13:01.824Z | Checking smallvec v0.6.14 |
| 2554 | 2026-07-21T19:13:01.857Z | Checking hashbrown v0.12.3 |
| 2555 | 2026-07-21T19:13:01.959Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2556 | 2026-07-21T19:13:02.042Z | Checking serde-hex v0.1.0 |
| 2557 | 2026-07-21T19:13:02.143Z | Checking ron v0.8.1 |
| 2558 | 2026-07-21T19:13:02.376Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2559 | 2026-07-21T19:13:02.633Z | Checking hashbrown v0.13.2 |
| 2560 | 2026-07-21T19:13:02.692Z | Checking crc-any v2.5.0 |
| 2561 | 2026-07-21T19:13:02.903Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2562 | 2026-07-21T19:13:02.981Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2563 | 2026-07-21T19:13:03.091Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2564 | 2026-07-21T19:13:03.126Z | Checking object v0.30.4 |
| 2565 | 2026-07-21T19:13:03.565Z | Checking path-slash v0.1.5 |
| 2566 | 2026-07-21T19:13:03.662Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2567 | 2026-07-21T19:13:03.697Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2568 | 2026-07-21T19:13:03.731Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2569 | 2026-07-21T19:13:03.918Z | Compiling xshell-macros v0.2.7 |
| 2570 | 2026-07-21T19:13:04.134Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2571 | 2026-07-21T19:13:04.350Z | Checking xshell v0.2.7 |
| 2572 | 2026-07-21T19:13:04.528Z | Checking half v1.8.3 |
| 2573 | 2026-07-21T19:13:04.596Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2574 | 2026-07-21T19:13:04.695Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2575 | 2026-07-21T19:13:04.783Z | Checking serde_cbor v0.11.2 |
| 2576 | 2026-07-21T19:13:04.940Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2577 | 2026-07-21T19:13:05.198Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2578 | 2026-07-21T19:13:05.224Z | Compiling num-derive v0.3.3 |
| 2579 | 2026-07-21T19:13:05.396Z | Compiling proc-macro-error2 v2.0.1 |
| 2580 | 2026-07-21T19:13:05.399Z | Checking maplit v1.0.2 |
| 2581 | 2026-07-21T19:13:05.399Z | Checking papergrid v0.17.0 |
| 2582 | 2026-07-21T19:13:05.572Z | Checking testing_table v0.3.0 |
| 2583 | 2026-07-21T19:13:05.693Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2584 | 2026-07-21T19:13:05.741Z | Compiling tabled_derive v0.11.0 |
| 2585 | 2026-07-21T19:13:06.126Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2586 | 2026-07-21T19:13:06.129Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2587 | 2026-07-21T19:13:06.203Z | Checking libscf-sys v1.1.0 |
| 2588 | 2026-07-21T19:13:06.259Z | Compiling progenitor-impl v0.13.0 |
| 2589 | 2026-07-21T19:13:06.352Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2590 | 2026-07-21T19:13:06.587Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2591 | 2026-07-21T19:13:06.667Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2592 | 2026-07-21T19:13:06.988Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2593 | 2026-07-21T19:13:07.021Z | Checking tabled v0.20.0 |
| 2594 | 2026-07-21T19:13:07.144Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2595 | 2026-07-21T19:13:07.395Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2596 | 2026-07-21T19:13:07.608Z | Checking progenitor-client v0.13.0 |
| 2597 | 2026-07-21T19:13:07.874Z | Checking crc8 v0.1.1 |
| 2598 | 2026-07-21T19:13:08.002Z | Checking unicase v2.9.0 |
| 2599 | 2026-07-21T19:13:08.190Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2600 | 2026-07-21T19:13:08.283Z | Checking fxhash v0.2.1 |
| 2601 | 2026-07-21T19:13:08.421Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2602 | 2026-07-21T19:13:08.454Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2603 | 2026-07-21T19:13:08.864Z | Compiling progenitor-macro v0.13.0 |
| 2604 | 2026-07-21T19:13:08.897Z | Compiling vergen-lib v0.1.6 |
| 2605 | 2026-07-21T19:13:08.943Z | Compiling diesel_derives v2.3.7 |
| 2606 | 2026-07-21T19:13:09.102Z | Compiling dsl_auto_type v0.2.0 |
| 2607 | 2026-07-21T19:13:09.137Z | Checking scheduled-thread-pool v0.2.7 |
| 2608 | 2026-07-21T19:13:09.234Z | Compiling vergen-gitcl v1.0.8 |
| 2609 | 2026-07-21T19:13:09.269Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2610 | 2026-07-21T19:13:09.337Z | Checking r2d2 v0.8.10 |
| 2611 | 2026-07-21T19:13:09.400Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2612 | 2026-07-21T19:13:09.502Z | Checking downcast-rs v2.0.2 |
| 2613 | 2026-07-21T19:13:09.569Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2614 | 2026-07-21T19:13:09.621Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2615 | 2026-07-21T19:13:09.727Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2616 | 2026-07-21T19:13:09.892Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2617 | 2026-07-21T19:13:10.030Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2618 | 2026-07-21T19:13:10.077Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2619 | 2026-07-21T19:13:10.112Z | Checking kstat-rs v0.2.4 |
| 2620 | 2026-07-21T19:13:10.112Z | Checking arc-swap v1.8.2 |
| 2621 | 2026-07-21T19:13:10.177Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2622 | 2026-07-21T19:13:10.302Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2623 | 2026-07-21T19:13:10.337Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2624 | 2026-07-21T19:13:10.392Z | Checking slog-scope v4.4.1 |
| 2625 | 2026-07-21T19:13:10.559Z | Compiling dirs-sys-next v0.1.2 |
| 2626 | 2026-07-21T19:13:10.623Z | Compiling parking_lot_core v0.8.6 |
| 2627 | 2026-07-21T19:13:10.872Z | Compiling crunchy v0.2.4 |
| 2628 | 2026-07-21T19:13:10.905Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2629 | 2026-07-21T19:13:11.008Z | Compiling dirs-next v2.0.0 |
| 2630 | 2026-07-21T19:13:11.061Z | Checking slog-stdlog v4.1.1 |
| 2631 | 2026-07-21T19:13:11.157Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2632 | 2026-07-21T19:13:11.229Z | Compiling clang-sys v1.8.1 |
| 2633 | 2026-07-21T19:13:11.273Z | Compiling git-stub v1.0.0 |
| 2634 | 2026-07-21T19:13:11.563Z | Compiling tiny-keccak v2.0.2 |
| 2635 | 2026-07-21T19:13:11.686Z | Compiling git-stub-vcs v0.1.0 |
| 2636 | 2026-07-21T19:13:11.778Z | Checking slog-envlogger v2.2.0 |
| 2637 | 2026-07-21T19:13:11.852Z | Compiling term v0.7.0 |
| 2638 | 2026-07-21T19:13:11.960Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2639 | 2026-07-21T19:13:12.065Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2640 | 2026-07-21T19:13:12.118Z | Compiling bit-vec v0.6.3 |
| 2641 | 2026-07-21T19:13:12.270Z | Compiling ascii-canvas v3.0.0 |
| 2642 | 2026-07-21T19:13:12.308Z | Checking parking_lot v0.11.2 |
| 2643 | 2026-07-21T19:13:12.364Z | Compiling bit-set v0.5.3 |
| 2644 | 2026-07-21T19:13:12.429Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2645 | 2026-07-21T19:13:12.467Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2646 | 2026-07-21T19:13:12.558Z | Checking prefix-trie v0.7.0 |
| 2647 | 2026-07-21T19:13:12.562Z | Compiling itertools v0.10.5 |
| 2648 | 2026-07-21T19:13:12.771Z | Compiling ena v0.14.4 |
| 2649 | 2026-07-21T19:13:12.894Z | Compiling libloading v0.8.9 |
| 2650 | 2026-07-21T19:13:12.927Z | Compiling regex-syntax v0.6.29 |
| 2651 | 2026-07-21T19:13:12.967Z | Compiling diff v0.1.13 |
| 2652 | 2026-07-21T19:13:13.011Z | Compiling bindgen v0.71.1 |
| 2653 | 2026-07-21T19:13:13.250Z | Checking hickory-server v0.25.2 |
| 2654 | 2026-07-21T19:13:13.573Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2655 | 2026-07-21T19:13:13.676Z | Checking sled v0.34.7 |
| 2656 | 2026-07-21T19:13:13.738Z | Checking progenitor v0.13.0 |
| 2657 | 2026-07-21T19:13:14.132Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2658 | 2026-07-21T19:13:14.171Z | Compiling cexpr v0.6.0 |
| 2659 | 2026-07-21T19:13:14.501Z | Compiling lalrpop v0.19.12 |
| 2660 | 2026-07-21T19:13:14.848Z | Checking nanorand v0.7.0 |
| 2661 | 2026-07-21T19:13:14.908Z | Compiling salty v0.3.0 |
| 2662 | 2026-07-21T19:13:14.994Z | Checking diesel v2.3.7 |
| 2663 | 2026-07-21T19:13:15.029Z | Compiling rustc-hash v2.1.1 |
| 2664 | 2026-07-21T19:13:15.069Z | Checking flume v0.11.1 |
| 2665 | 2026-07-21T19:13:15.259Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2666 | 2026-07-21T19:13:15.334Z | Compiling libxml v0.3.3 |
| 2667 | 2026-07-21T19:13:15.764Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2668 | 2026-07-21T19:13:15.828Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2669 | 2026-07-21T19:13:16.290Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2670 | 2026-07-21T19:13:16.482Z | Compiling strum_macros v0.24.3 |
| 2671 | 2026-07-21T19:13:16.828Z | Compiling fs-err v2.11.0 |
| 2672 | 2026-07-21T19:13:16.981Z | Compiling indoc v1.0.9 |
| 2673 | 2026-07-21T19:13:17.463Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2674 | 2026-07-21T19:13:17.699Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2675 | 2026-07-21T19:13:17.805Z | Checking quick-xml v0.37.5 |
| 2676 | 2026-07-21T19:13:17.871Z | Checking derive_builder v0.20.2 |
| 2677 | 2026-07-21T19:13:18.012Z | Compiling oso-derive v0.27.3 |
| 2678 | 2026-07-21T19:13:18.059Z | Compiling trait-variant v0.1.2 |
| 2679 | 2026-07-21T19:13:18.543Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2680 | 2026-07-21T19:13:18.634Z | Checking openssl-probe v0.1.6 |
| 2681 | 2026-07-21T19:13:18.713Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2682 | 2026-07-21T19:13:19.016Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2683 | 2026-07-21T19:13:19.532Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2684 | 2026-07-21T19:13:20.104Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2685 | 2026-07-21T19:13:20.335Z | Checking rfc6979 v0.4.0 |
| 2686 | 2026-07-21T19:13:20.458Z | Checking parse-size v1.1.0 |
| 2687 | 2026-07-21T19:13:20.491Z | Checking assert_matches v1.5.0 |
| 2688 | 2026-07-21T19:13:20.525Z | Checking ecdsa v0.16.9 |
| 2689 | 2026-07-21T19:13:20.591Z | Checking primeorder v0.13.6 |
| 2690 | 2026-07-21T19:13:20.626Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2691 | 2026-07-21T19:13:20.864Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2692 | 2026-07-21T19:13:20.899Z | Checking p384 v0.13.1 |
| 2693 | 2026-07-21T19:13:21.128Z | Checking predicates-tree v1.0.13 |
| 2694 | 2026-07-21T19:13:21.276Z | Checking bb8 v0.8.6 |
| 2695 | 2026-07-21T19:13:21.376Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2696 | 2026-07-21T19:13:21.574Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2697 | 2026-07-21T19:13:21.685Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2698 | 2026-07-21T19:13:21.718Z | Checking http-range v0.1.5 |
| 2699 | 2026-07-21T19:13:21.765Z | Compiling mime_guess v2.0.5 |
| 2700 | 2026-07-21T19:13:21.968Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2701 | 2026-07-21T19:13:22.040Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2702 | 2026-07-21T19:13:22.174Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2703 | 2026-07-21T19:13:22.382Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2704 | 2026-07-21T19:13:22.385Z | Checking atty v0.2.14 |
| 2705 | 2026-07-21T19:13:22.448Z | Checking corncobs v0.1.4 |
| 2706 | 2026-07-21T19:13:22.448Z | Checking nonempty v0.12.0 |
| 2707 | 2026-07-21T19:13:22.660Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2708 | 2026-07-21T19:13:22.663Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2709 | 2026-07-21T19:13:22.725Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2710 | 2026-07-21T19:13:22.891Z | Checking ignore v0.4.25 |
| 2711 | 2026-07-21T19:13:22.974Z | Checking secrecy v0.8.0 |
| 2712 | 2026-07-21T19:13:23.025Z | Checking hyper-staticfile v0.10.1 |
| 2713 | 2026-07-21T19:13:23.317Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2714 | 2026-07-21T19:13:23.354Z | Checking globwalk v0.9.1 |
| 2715 | 2026-07-21T19:13:23.389Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2716 | 2026-07-21T19:13:23.564Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2717 | 2026-07-21T19:13:23.706Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2718 | 2026-07-21T19:13:23.737Z | Checking camino-tempfile-ext v0.3.3 |
| 2719 | 2026-07-21T19:13:23.831Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2720 | 2026-07-21T19:13:23.964Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2721 | 2026-07-21T19:13:24.008Z | Checking signal-hook-tokio v0.3.1 |
| 2722 | 2026-07-21T19:13:24.143Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2723 | 2026-07-21T19:13:24.330Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2724 | 2026-07-21T19:13:24.427Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2725 | 2026-07-21T19:13:24.614Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2726 | 2026-07-21T19:13:24.817Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2727 | 2026-07-21T19:13:25.132Z | Checking illumos-nvpair v0.3.0 |
| 2728 | 2026-07-21T19:13:25.167Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2729 | 2026-07-21T19:13:25.218Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2730 | 2026-07-21T19:13:25.323Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2731 | 2026-07-21T19:13:25.525Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2732 | 2026-07-21T19:13:25.562Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2733 | 2026-07-21T19:13:25.565Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2734 | 2026-07-21T19:13:25.630Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2735 | 2026-07-21T19:13:25.665Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2736 | 2026-07-21T19:13:26.073Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2737 | 2026-07-21T19:13:26.277Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2738 | 2026-07-21T19:13:27.403Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2739 | 2026-07-21T19:13:27.514Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2740 | 2026-07-21T19:13:27.594Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2741 | 2026-07-21T19:13:28.086Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2742 | 2026-07-21T19:13:28.310Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2743 | 2026-07-21T19:13:28.345Z | Checking tungstenite v0.23.0 |
| 2744 | 2026-07-21T19:13:28.516Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2745 | 2026-07-21T19:13:28.599Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2746 | 2026-07-21T19:13:28.800Z | Checking tokio-tungstenite v0.23.1 |
| 2747 | 2026-07-21T19:13:28.882Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2748 | 2026-07-21T19:13:29.009Z | Checking rand_seeder v0.4.0 |
| 2749 | 2026-07-21T19:13:29.093Z | Checking void v1.0.2 |
| 2750 | 2026-07-21T19:13:29.182Z | Checking async-bb8-diesel v0.2.1 |
| 2751 | 2026-07-21T19:13:29.234Z | Checking diesel-dtrace v0.5.0 |
| 2752 | 2026-07-21T19:13:29.265Z | Checking lzss v0.8.2 |
| 2753 | 2026-07-21T19:13:29.478Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2754 | 2026-07-21T19:13:29.511Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2755 | 2026-07-21T19:13:29.559Z | Checking nix v0.27.1 |
| 2756 | 2026-07-21T19:13:29.664Z | Checking serde_bytes v0.11.19 |
| 2757 | 2026-07-21T19:13:29.699Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2758 | 2026-07-21T19:13:29.787Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2759 | 2026-07-21T19:13:29.869Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2760 | 2026-07-21T19:13:30.110Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2761 | 2026-07-21T19:13:30.502Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2762 | 2026-07-21T19:13:30.787Z | Checking is_ci v1.2.0 |
| 2763 | 2026-07-21T19:13:30.821Z | Checking yansi v1.0.1 |
| 2764 | 2026-07-21T19:13:30.855Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2765 | 2026-07-21T19:13:30.919Z | Checking cpubits v0.1.1 |
| 2766 | 2026-07-21T19:13:31.024Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2767 | 2026-07-21T19:13:31.116Z | Checking pretty_assertions v1.4.1 |
| 2768 | 2026-07-21T19:13:31.296Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2769 | 2026-07-21T19:13:31.342Z | Checking pem-rfc7468 v1.0.0 |
| 2770 | 2026-07-21T19:13:31.535Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2771 | 2026-07-21T19:13:31.568Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2772 | 2026-07-21T19:13:31.832Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2773 | 2026-07-21T19:13:32.073Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2774 | 2026-07-21T19:13:32.421Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2775 | 2026-07-21T19:13:32.827Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2776 | 2026-07-21T19:13:32.863Z | Checking hmac v0.13.0 |
| 2777 | 2026-07-21T19:13:32.963Z | Checking sha2 v0.11.0 |
| 2778 | 2026-07-21T19:13:33.052Z | Checking universal-hash v0.6.1 |
| 2779 | 2026-07-21T19:13:33.208Z | Compiling libz-sys v1.1.24 |
| 2780 | 2026-07-21T19:13:33.617Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2781 | 2026-07-21T19:13:33.650Z | Compiling instability v0.3.11 |
| 2782 | 2026-07-21T19:13:33.794Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2783 | 2026-07-21T19:13:33.834Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2784 | 2026-07-21T19:13:33.978Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2785 | 2026-07-21T19:13:34.021Z | Checking castaway v0.2.4 |
| 2786 | 2026-07-21T19:13:34.160Z | Compiling indoc v2.0.7 |
| 2787 | 2026-07-21T19:13:34.265Z | Checking compact_str v0.8.1 |
| 2788 | 2026-07-21T19:13:34.693Z | Checking polyval v0.7.1 |
| 2789 | 2026-07-21T19:13:34.927Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2790 | 2026-07-21T19:13:35.186Z | Checking der v0.8.0 |
| 2791 | 2026-07-21T19:13:35.229Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2792 | 2026-07-21T19:13:35.422Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2793 | 2026-07-21T19:13:35.471Z | Checking unicode-truncate v1.1.0 |
| 2794 | 2026-07-21T19:13:35.536Z | Checking lru v0.12.5 |
| 2795 | 2026-07-21T19:13:35.647Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2796 | 2026-07-21T19:13:35.682Z | Checking cassowary v0.3.0 |
| 2797 | 2026-07-21T19:13:35.813Z | Checking ghash v0.6.0 |
| 2798 | 2026-07-21T19:13:35.921Z | Checking ratatui v0.29.0 |
| 2799 | 2026-07-21T19:13:36.053Z | Checking pbkdf2 v0.13.0 |
| 2800 | 2026-07-21T19:13:36.153Z | Checking aes v0.9.1 |
| 2801 | 2026-07-21T19:13:36.197Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2802 | 2026-07-21T19:13:36.597Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2803 | 2026-07-21T19:13:36.849Z | Checking ctr v0.10.1 |
| 2804 | 2026-07-21T19:13:37.058Z | Checking aead v0.6.1 |
| 2805 | 2026-07-21T19:13:37.229Z | Checking cargo-platform v0.3.2 |
| 2806 | 2026-07-21T19:13:37.301Z | Checking aes-gcm v0.11.0 |
| 2807 | 2026-07-21T19:13:37.413Z | Checking spki v0.8.0 |
| 2808 | 2026-07-21T19:13:37.447Z | Checking cargo_metadata v0.23.1 |
| 2809 | 2026-07-21T19:13:37.493Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2810 | 2026-07-21T19:13:37.616Z | Checking crypto-bigint v0.7.5 |
| 2811 | 2026-07-21T19:13:38.235Z | Checking supports-color v3.0.2 |
| 2812 | 2026-07-21T19:13:38.395Z | Checking console v0.16.2 |
| 2813 | 2026-07-21T19:13:38.734Z | Checking salsa20 v0.11.0 |
| 2814 | 2026-07-21T19:13:38.892Z | Checking cbc v0.2.1 |
| 2815 | 2026-07-21T19:13:38.927Z | Compiling vergen-git2 v9.1.0 |
| 2816 | 2026-07-21T19:13:39.060Z | Checking plotters-backend v0.3.7 |
| 2817 | 2026-07-21T19:13:39.157Z | Checking unit-prefix v0.5.2 |
| 2818 | 2026-07-21T19:13:39.294Z | Checking plotters-svg v0.3.7 |
| 2819 | 2026-07-21T19:13:39.323Z | Checking indicatif v0.18.4 |
| 2820 | 2026-07-21T19:13:39.503Z | Checking scrypt v0.12.0 |
| 2821 | 2026-07-21T19:13:39.701Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2822 | 2026-07-21T19:13:39.734Z | Checking libsw-core v0.3.2 |
| 2823 | 2026-07-21T19:13:39.890Z | Checking cast v0.3.0 |
| 2824 | 2026-07-21T19:13:39.924Z | Checking libsw v3.5.0 |
| 2825 | 2026-07-21T19:13:40.004Z | Checking pkcs5 v0.8.1 |
| 2826 | 2026-07-21T19:13:40.069Z | Checking criterion-plot v0.6.0 |
| 2827 | 2026-07-21T19:13:40.108Z | Checking plotters v0.3.7 |
| 2828 | 2026-07-21T19:13:40.332Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2829 | 2026-07-21T19:13:40.366Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2830 | 2026-07-21T19:13:40.602Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2831 | 2026-07-21T19:13:40.836Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2832 | 2026-07-21T19:13:40.870Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2833 | 2026-07-21T19:13:41.092Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2834 | 2026-07-21T19:13:41.127Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2835 | 2026-07-21T19:13:41.329Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2836 | 2026-07-21T19:13:41.364Z | Checking colored v2.2.0 |
| 2837 | 2026-07-21T19:13:41.367Z | Checking tinytemplate v1.2.1 |
| 2838 | 2026-07-21T19:13:41.604Z | Checking oorandom v11.1.5 |
| 2839 | 2026-07-21T19:13:41.637Z | Checking shell-words v1.1.1 |
| 2840 | 2026-07-21T19:13:41.744Z | Checking anes v0.1.6 |
| 2841 | 2026-07-21T19:13:41.834Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2842 | 2026-07-21T19:13:41.947Z | Checking criterion v0.7.0 |
| 2843 | 2026-07-21T19:13:42.208Z | Checking pkcs8 v0.11.0 |
| 2844 | 2026-07-21T19:13:42.431Z | Checking oxide-update-engine-display v0.1.2 |
| 2845 | 2026-07-21T19:13:42.762Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2846 | 2026-07-21T19:13:43.171Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2847 | 2026-07-21T19:13:43.931Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2848 | 2026-07-21T19:13:44.727Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2849 | 2026-07-21T19:13:45.254Z | Checking tokio-test v0.4.5 |
| 2850 | 2026-07-21T19:13:45.485Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2851 | 2026-07-21T19:13:45.744Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2852 | 2026-07-21T19:13:46.161Z | Checking twox-hash v2.1.2 |
| 2853 | 2026-07-21T19:13:46.197Z | Checking ff v0.14.0 |
| 2854 | 2026-07-21T19:13:46.358Z | Checking arrayvec v0.7.6 |
| 2855 | 2026-07-21T19:13:46.489Z | Checking constant_time_eq v0.4.2 |
| 2856 | 2026-07-21T19:13:46.576Z | Checking arrayref v0.3.9 |
| 2857 | 2026-07-21T19:13:46.686Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2858 | 2026-07-21T19:13:46.730Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2859 | 2026-07-21T19:13:46.883Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2860 | 2026-07-21T19:13:47.400Z | Checking fatfs v0.3.6 |
| 2861 | 2026-07-21T19:13:47.885Z | Checking signature v3.0.0 |
| 2862 | 2026-07-21T19:13:47.919Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2863 | 2026-07-21T19:13:48.039Z | Compiling seq-macro v0.3.6 |
| 2864 | 2026-07-21T19:13:48.079Z | Checking base16ct v1.0.0 |
| 2865 | 2026-07-21T19:13:48.231Z | Checking sec1 v0.8.1 |
| 2866 | 2026-07-21T19:13:48.317Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2867 | 2026-07-21T19:13:48.462Z | Checking group v0.14.0 |
| 2868 | 2026-07-21T19:13:48.495Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2869 | 2026-07-21T19:13:48.589Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2870 | 2026-07-21T19:13:48.642Z | Checking hkdf v0.13.0 |
| 2871 | 2026-07-21T19:13:48.800Z | Compiling petname v2.0.2 |
| 2872 | 2026-07-21T19:13:49.234Z | Checking elliptic-curve v0.14.0-rc.33 |
| 2873 | 2026-07-21T19:13:49.484Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2874 | 2026-07-21T19:13:49.733Z | Checking concurrent-queue v2.5.0 |
| 2875 | 2026-07-21T19:13:49.801Z | Checking rtoolbox v0.0.3 |
| 2876 | 2026-07-21T19:13:49.946Z | Checking parking v2.2.1 |
| 2877 | 2026-07-21T19:13:49.980Z | Checking rpassword v7.5.4 |
| 2878 | 2026-07-21T19:13:50.092Z | Checking event-listener v5.4.1 |
| 2879 | 2026-07-21T19:13:50.336Z | Checking tui-tree-widget v0.23.1 |
| 2880 | 2026-07-21T19:13:50.558Z | Checking rfc6979 v0.5.0 |
| 2881 | 2026-07-21T19:13:50.591Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2882 | 2026-07-21T19:13:50.718Z | Checking sapling-renderdag v0.1.0 |
| 2883 | 2026-07-21T19:13:50.775Z | Compiling blake3 v1.8.5 |
| 2884 | 2026-07-21T19:13:50.994Z | Checking sync-ptr v0.1.4 |
| 2885 | 2026-07-21T19:13:51.140Z | Checking ecdsa v0.17.0-rc.18 |
| 2886 | 2026-07-21T19:13:51.546Z | Checking event-listener-strategy v0.5.4 |
| 2887 | 2026-07-21T19:13:51.695Z | Checking primeorder v0.14.0-rc.10 |
| 2888 | 2026-07-21T19:13:51.729Z | Checking primefield v0.14.0 |
| 2889 | 2026-07-21T19:13:51.958Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2890 | 2026-07-21T19:13:52.017Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 2891 | 2026-07-21T19:13:52.190Z | Checking futures-timer v3.0.3 |
| 2892 | 2026-07-21T19:13:52.477Z | Checking async-lock v3.4.2 |
| 2893 | 2026-07-21T19:13:52.851Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2894 | 2026-07-21T19:13:52.886Z | Checking ssh-encoding v0.3.0-rc.9 |
| 2895 | 2026-07-21T19:13:52.981Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2896 | 2026-07-21T19:13:53.131Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2897 | 2026-07-21T19:13:53.816Z | Compiling strsim v0.10.0 |
| 2898 | 2026-07-21T19:13:54.168Z | Checking topological-sort v0.2.2 |
| 2899 | 2026-07-21T19:13:54.200Z | Compiling darling_core v0.13.4 |
| 2900 | 2026-07-21T19:13:54.346Z | Checking omicron-zone-package v0.12.3 |
| 2901 | 2026-07-21T19:13:55.245Z | Checking async-object-pool v0.2.0 |
| 2902 | 2026-07-21T19:13:55.731Z | Checking ed25519 v3.0.0 |
| 2903 | 2026-07-21T19:13:55.853Z | Compiling samael v0.0.19 |
| 2904 | 2026-07-21T19:13:55.977Z | Checking crypto-primes v0.7.2 |
| 2905 | 2026-07-21T19:13:56.076Z | Checking pkcs1 v0.8.0-rc.4 |
| 2906 | 2026-07-21T19:13:56.272Z | Checking poly1305 v0.9.0 |
| 2907 | 2026-07-21T19:13:56.312Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2908 | 2026-07-21T19:13:56.562Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2909 | 2026-07-21T19:13:56.701Z | Checking serde_regex v1.1.0 |
| 2910 | 2026-07-21T19:13:56.885Z | Checking blowfish v0.10.0 |
| 2911 | 2026-07-21T19:13:56.961Z | Checking blake2 v0.11.0-rc.6 |
| 2912 | 2026-07-21T19:13:57.060Z | Checking assert-json-diff v2.0.2 |
| 2913 | 2026-07-21T19:13:57.226Z | Checking path-tree v0.8.3 |
| 2914 | 2026-07-21T19:13:57.259Z | Checking keccak v0.2.0 |
| 2915 | 2026-07-21T19:13:57.262Z | Checking stringmetrics v2.2.2 |
| 2916 | 2026-07-21T19:13:57.436Z | Compiling target-lexicon v0.13.3 |
| 2917 | 2026-07-21T19:13:57.470Z | Checking fiat-crypto v0.3.0 |
| 2918 | 2026-07-21T19:13:57.474Z | Checking gimli v0.32.3 |
| 2919 | 2026-07-21T19:13:58.021Z | Checking sha3 v0.11.0 |
| 2920 | 2026-07-21T19:13:58.396Z | Checking httpmock v0.8.3 |
| 2921 | 2026-07-21T19:13:59.070Z | Checking addr2line v0.25.1 |
| 2922 | 2026-07-21T19:13:59.365Z | Checking argon2 v0.6.0-rc.8 |
| 2923 | 2026-07-21T19:13:59.708Z | Checking bcrypt-pbkdf v0.11.0 |
| 2924 | 2026-07-21T19:13:59.895Z | Checking rsa v0.10.0-rc.18 |
| 2925 | 2026-07-21T19:14:00.428Z | Checking ssh-cipher v0.3.0-rc.9 |
| 2926 | 2026-07-21T19:14:00.613Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 2927 | 2026-07-21T19:14:00.668Z | Compiling darling_macro v0.13.4 |
| 2928 | 2026-07-21T19:14:00.949Z | Checking p256 v0.14.0-rc.10 |
| 2929 | 2026-07-21T19:14:01.195Z | Checking p521 v0.14.0-rc.10 |
| 2930 | 2026-07-21T19:14:01.739Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2931 | 2026-07-21T19:14:02.005Z | Checking kem v0.3.0 |
| 2932 | 2026-07-21T19:14:02.151Z | Checking module-lattice v0.2.3 |
| 2933 | 2026-07-21T19:14:02.400Z | Checking rustc-demangle v0.1.27 |
| 2934 | 2026-07-21T19:14:02.652Z | Checking hex-literal v0.4.1 |
| 2935 | 2026-07-21T19:14:02.687Z | Checking p384 v0.14.0-rc.10 |
| 2936 | 2026-07-21T19:14:02.769Z | Compiling guppy-workspace-hack v0.1.0 |
| 2937 | 2026-07-21T19:14:02.803Z | Checking backtrace v0.3.76 |
| 2938 | 2026-07-21T19:14:03.042Z | Checking ml-kem v0.3.2 |
| 2939 | 2026-07-21T19:14:03.137Z | Compiling git2 v0.20.4 |
| 2940 | 2026-07-21T19:14:03.140Z | Compiling darling v0.13.4 |
| 2941 | 2026-07-21T19:14:03.506Z | Checking russh-cryptovec v0.61.0 |
| 2942 | 2026-07-21T19:14:03.696Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2943 | 2026-07-21T19:14:03.838Z | Checking internal-russh-num-bigint v0.5.0 |
| 2944 | 2026-07-21T19:14:03.932Z | Checking num-bigint v0.4.6 |
| 2945 | 2026-07-21T19:14:04.222Z | Checking russh-util v0.52.0 |
| 2946 | 2026-07-21T19:14:04.378Z | Checking generic-array v1.4.3 |
| 2947 | 2026-07-21T19:14:04.707Z | Compiling enum_dispatch v0.3.13 |
| 2948 | 2026-07-21T19:14:04.741Z | Checking ssh-key v0.7.0-rc.10 |
| 2949 | 2026-07-21T19:14:04.874Z | Compiling delegate v0.13.5 |
| 2950 | 2026-07-21T19:14:04.960Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2951 | 2026-07-21T19:14:05.650Z | Checking hex-literal v1.1.0 |
| 2952 | 2026-07-21T19:14:05.717Z | Compiling target-spec v3.5.7 |
| 2953 | 2026-07-21T19:14:05.779Z | Checking md5 v0.8.0 |
| 2954 | 2026-07-21T19:14:05.876Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2955 | 2026-07-21T19:14:06.013Z | Checking russh v0.61.2 |
| 2956 | 2026-07-21T19:14:06.174Z | Checking cfg-expr v0.20.6 |
| 2957 | 2026-07-21T19:14:06.212Z | Compiling serde_with_macros v1.5.2 |
| 2958 | 2026-07-21T19:14:06.503Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2959 | 2026-07-21T19:14:06.579Z | Checking backtrace-ext v0.2.1 |
| 2960 | 2026-07-21T19:14:06.716Z | Checking supports-color v2.1.0 |
| 2961 | 2026-07-21T19:14:06.749Z | Checking textwrap v0.15.2 |
| 2962 | 2026-07-21T19:14:06.879Z | Checking supports-unicode v2.1.0 |
| 2963 | 2026-07-21T19:14:06.985Z | Checking supports-hyperlinks v2.1.0 |
| 2964 | 2026-07-21T19:14:07.024Z | Checking hashbrown v0.14.5 |
| 2965 | 2026-07-21T19:14:07.104Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2966 | 2026-07-21T19:14:07.136Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2967 | 2026-07-21T19:14:07.335Z | Checking socket2 v0.5.10 |
| 2968 | 2026-07-21T19:14:07.367Z | Checking terminal_size v0.1.17 |
| 2969 | 2026-07-21T19:14:07.499Z | Compiling miette-derive v5.10.0 |
| 2970 | 2026-07-21T19:14:07.610Z | Checking owo-colors v3.5.0 |
| 2971 | 2026-07-21T19:14:07.887Z | Checking internet-checksum v0.2.1 |
| 2972 | 2026-07-21T19:14:08.165Z | Checking chumsky v0.9.3 |
| 2973 | 2026-07-21T19:14:08.682Z | Checking miette v5.10.0 |
| 2974 | 2026-07-21T19:14:09.016Z | Compiling serde_with v1.14.0 |
| 2975 | 2026-07-21T19:14:09.358Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2976 | 2026-07-21T19:14:09.443Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2977 | 2026-07-21T19:14:09.503Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2978 | 2026-07-21T19:14:09.843Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2979 | 2026-07-21T19:14:10.066Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2980 | 2026-07-21T19:14:10.194Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2981 | 2026-07-21T19:14:10.232Z | Compiling knuffel-derive v3.2.0 |
| 2982 | 2026-07-21T19:14:10.334Z | Checking httptest v0.16.4 |
| 2983 | 2026-07-21T19:14:10.399Z | Checking pathdiff v0.2.3 |
| 2984 | 2026-07-21T19:14:10.542Z | Checking nested v0.1.1 |
| 2985 | 2026-07-21T19:14:10.718Z | Checking guppy v0.17.25 |
| 2986 | 2026-07-21T19:14:10.752Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2987 | 2026-07-21T19:14:11.066Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2988 | 2026-07-21T19:14:11.335Z | Checking similar-asserts v1.7.0 |
| 2989 | 2026-07-21T19:14:11.523Z | Compiling target-triple v1.0.0 |
| 2990 | 2026-07-21T19:14:11.742Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2991 | 2026-07-21T19:14:11.837Z | Checking knuffel v3.2.0 |
| 2992 | 2026-07-21T19:14:11.918Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2993 | 2026-07-21T19:14:12.224Z | Compiling polar-core v0.27.3 |
| 2994 | 2026-07-21T19:14:12.472Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2995 | 2026-07-21T19:14:12.504Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2996 | 2026-07-21T19:14:12.508Z | Checking hickory-client v0.25.2 |
| 2997 | 2026-07-21T19:14:12.832Z | Compiling assert_cmd v2.1.2 |
| 2998 | 2026-07-21T19:14:13.087Z | Checking escape8259 v0.5.3 |
| 2999 | 2026-07-21T19:14:13.246Z | Checking libtest-mimic v0.8.1 |
| 3000 | 2026-07-21T19:14:13.545Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3001 | 2026-07-21T19:14:13.613Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3002 | 2026-07-21T19:14:13.670Z | Checking blake2b_simd v1.0.4 |
| 3003 | 2026-07-21T19:14:13.707Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3004 | 2026-07-21T19:14:14.079Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3005 | 2026-07-21T19:14:14.111Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3006 | 2026-07-21T19:14:14.275Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3007 | 2026-07-21T19:14:14.474Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3008 | 2026-07-21T19:14:14.509Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3009 | 2026-07-21T19:14:14.650Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3010 | 2026-07-21T19:14:14.747Z | Checking fancy-regex v0.14.0 |
| 3011 | 2026-07-21T19:14:14.874Z | Checking serde_tokenstream v0.2.3 |
| 3012 | 2026-07-21T19:14:15.101Z | Checking approx v0.5.1 |
| 3013 | 2026-07-21T19:14:15.135Z | Compiling rstest_macros v0.25.0 |
| 3014 | 2026-07-21T19:14:15.140Z | Checking uzers v0.12.2 |
| 3015 | 2026-07-21T19:14:15.260Z | Compiling linkme-impl v0.3.35 |
| 3016 | 2026-07-21T19:14:15.407Z | Checking constant_time_eq v0.3.1 |
| 3017 | 2026-07-21T19:14:15.455Z | Checking termcolor v1.4.1 |
| 3018 | 2026-07-21T19:14:15.537Z | Checking rust-argon2 v2.1.0 |
| 3019 | 2026-07-21T19:14:15.694Z | Checking trybuild v1.0.116 |
| 3020 | 2026-07-21T19:14:15.768Z | Checking datatest-stable v0.3.3 |
| 3021 | 2026-07-21T19:14:16.164Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3022 | 2026-07-21T19:14:16.246Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3023 | 2026-07-21T19:14:16.454Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3024 | 2026-07-21T19:14:16.601Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3025 | 2026-07-21T19:14:16.605Z | Checking support-bundle-viewer v0.1.2 |
| 3026 | 2026-07-21T19:14:16.920Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3027 | 2026-07-21T19:14:17.162Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3028 | 2026-07-21T19:14:17.237Z | Checking oso v0.27.3 |
| 3029 | 2026-07-21T19:14:17.403Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3030 | 2026-07-21T19:14:17.469Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3031 | 2026-07-21T19:14:17.638Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3032 | 2026-07-21T19:14:17.707Z | Checking drift v0.2.0 |
| 3033 | 2026-07-21T19:14:18.092Z | Checking rand_distr v0.5.1 |
| 3034 | 2026-07-21T19:14:18.142Z | Checking digest-io v0.1.0 |
| 3035 | 2026-07-21T19:14:18.296Z | Checking multimap v0.10.1 |
| 3036 | 2026-07-21T19:14:18.329Z | Compiling linkme v0.3.35 |
| 3037 | 2026-07-21T19:14:18.502Z | Compiling relative-path v1.9.3 |
| 3038 | 2026-07-21T19:14:18.529Z | Checking rawzip v0.4.4 |
| 3039 | 2026-07-21T19:14:18.668Z | Checking dropshot-api-manager v0.7.2 |
| 3040 | 2026-07-21T19:14:19.009Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3041 | 2026-07-21T19:14:19.834Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3042 | 2026-07-21T19:14:20.207Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3043 | 2026-07-21T19:14:20.241Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3044 | 2026-07-21T19:14:20.315Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3045 | 2026-07-21T19:14:20.349Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3046 | 2026-07-21T19:14:20.524Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3047 | 2026-07-21T19:14:20.815Z | Checking cargo_toml v0.21.0 |
| 3048 | 2026-07-21T19:14:20.861Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3049 | 2026-07-21T19:14:20.959Z | Checking partial-io v0.5.4 |
| 3050 | 2026-07-21T19:14:21.204Z | Checking termios v0.3.3 |
| 3051 | 2026-07-21T19:14:21.286Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3052 | 2026-07-21T19:14:21.395Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3053 | 2026-07-21T19:14:21.724Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3054 | 2026-07-21T19:14:22.465Z | Checking rstest v0.25.0 |
| 3055 | 2026-07-21T19:14:24.834Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3056 | 2026-07-21T19:14:26.644Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3057 | 2026-07-21T19:14:30.733Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3058 | 2026-07-21T19:14:33.326Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3059 | 2026-07-21T19:14:33.527Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3060 | 2026-07-21T19:14:36.857Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3061 | 2026-07-21T19:14:40.111Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3062 | 2026-07-21T19:14:43.775Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3063 | 2026-07-21T19:14:48.559Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3064 | 2026-07-21T19:14:49.395Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3065 | 2026-07-21T19:14:52.273Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3066 | 2026-07-21T19:14:56.329Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3067 | 2026-07-21T19:15:00.703Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3068 | 2026-07-21T19:15:18.281Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3069 | 2026-07-21T19:16:14.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s |
| 3070 | 2026-07-21T19:16:15.425Z | |
| 3071 | 2026-07-21T19:16:15.429Z | real 4:09.606041924 |
| 3072 | 2026-07-21T19:16:15.429Z | user 21:28.632079493 |
| 3073 | 2026-07-21T19:16:15.429Z | sys 4:55.493129295 |
| 3074 | 2026-07-21T19:16:15.429Z | trap 0.524945792 |
| 3075 | 2026-07-21T19:16:15.429Z | tflt 0.462986059 |
| 3076 | 2026-07-21T19:16:15.429Z | dflt 0.468650876 |
| 3077 | 2026-07-21T19:16:15.430Z | kflt 0.005160412 |
| 3078 | 2026-07-21T19:16:15.430Z | lock 58:45.806316072 |
| 3079 | 2026-07-21T19:16:15.430Z | slp 58:20.802308730 |
| 3080 | 2026-07-21T19:16:15.430Z | lat 1:51.777481192 |
| 3081 | 2026-07-21T19:16:15.430Z | stop 11:16.938241861 |
| 3082 | 2026-07-21T19:16:15.430Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3083 | 2026-07-21T19:16:15.430Z | + ptime -m cargo doc --workspace --no-deps |
| 3084 | 2026-07-21T19:16:16.249Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3085 | 2026-07-21T19:16:16.249Z | | |
| 3086 | 2026-07-21T19:16:16.249Z | = 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)` |
| 3087 | 2026-07-21T19:16:16.249Z | = 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> |
| 3088 | 2026-07-21T19:16:17.270Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3089 | 2026-07-21T19:16:17.509Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3090 | 2026-07-21T19:16:17.557Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3091 | 2026-07-21T19:16:17.621Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3092 | 2026-07-21T19:16:17.653Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3093 | 2026-07-21T19:16:17.716Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3094 | 2026-07-21T19:16:17.835Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3095 | 2026-07-21T19:16:17.835Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3096 | 2026-07-21T19:16:17.891Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3097 | 2026-07-21T19:16:17.919Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3098 | 2026-07-21T19:16:18.066Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3099 | 2026-07-21T19:16:18.119Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3100 | 2026-07-21T19:16:18.144Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3101 | 2026-07-21T19:16:18.165Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3102 | 2026-07-21T19:16:18.204Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3103 | 2026-07-21T19:16:18.211Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3104 | 2026-07-21T19:16:18.234Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3105 | 2026-07-21T19:16:18.255Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3106 | 2026-07-21T19:16:18.335Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3107 | 2026-07-21T19:16:18.355Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3108 | 2026-07-21T19:16:18.405Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3109 | 2026-07-21T19:16:18.638Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3110 | 2026-07-21T19:16:18.784Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3111 | 2026-07-21T19:16:18.830Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3112 | 2026-07-21T19:16:18.860Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3113 | 2026-07-21T19:16:18.888Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3114 | 2026-07-21T19:16:19.024Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3115 | 2026-07-21T19:16:19.084Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3116 | 2026-07-21T19:16:19.209Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3117 | 2026-07-21T19:16:19.360Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3118 | 2026-07-21T19:16:19.400Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3119 | 2026-07-21T19:16:19.446Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3120 | 2026-07-21T19:16:19.608Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3121 | 2026-07-21T19:16:19.633Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3122 | 2026-07-21T19:16:19.703Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3123 | 2026-07-21T19:16:19.885Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3124 | 2026-07-21T19:16:19.909Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3125 | 2026-07-21T19:16:19.960Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3126 | 2026-07-21T19:16:19.985Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3127 | 2026-07-21T19:16:20.227Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3128 | 2026-07-21T19:16:20.290Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3129 | 2026-07-21T19:16:20.454Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3130 | 2026-07-21T19:16:20.528Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3131 | 2026-07-21T19:16:20.554Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3132 | 2026-07-21T19:16:20.641Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3133 | 2026-07-21T19:16:20.705Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3134 | 2026-07-21T19:16:20.791Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3135 | 2026-07-21T19:16:20.830Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3136 | 2026-07-21T19:16:20.885Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3137 | 2026-07-21T19:16:20.948Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3138 | 2026-07-21T19:16:21.038Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3139 | 2026-07-21T19:16:21.092Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3140 | 2026-07-21T19:16:21.147Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3141 | 2026-07-21T19:16:21.171Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3142 | 2026-07-21T19:16:21.249Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3143 | 2026-07-21T19:16:21.303Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3144 | 2026-07-21T19:16:21.359Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3145 | 2026-07-21T19:16:21.525Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3146 | 2026-07-21T19:16:21.598Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3147 | 2026-07-21T19:16:21.601Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3148 | 2026-07-21T19:16:21.647Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3149 | 2026-07-21T19:16:21.651Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3150 | 2026-07-21T19:16:21.734Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3151 | 2026-07-21T19:16:22.001Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3152 | 2026-07-21T19:16:22.086Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3153 | 2026-07-21T19:16:22.316Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3154 | 2026-07-21T19:16:22.356Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3155 | 2026-07-21T19:16:22.741Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3156 | 2026-07-21T19:16:22.826Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3157 | 2026-07-21T19:16:23.126Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3158 | 2026-07-21T19:16:23.159Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3159 | 2026-07-21T19:16:23.183Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3160 | 2026-07-21T19:16:23.208Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3161 | 2026-07-21T19:16:23.377Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3162 | 2026-07-21T19:16:23.454Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3163 | 2026-07-21T19:16:23.482Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3164 | 2026-07-21T19:16:23.504Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3165 | 2026-07-21T19:16:24.278Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3166 | 2026-07-21T19:16:24.468Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3167 | 2026-07-21T19:16:24.512Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3168 | 2026-07-21T19:16:24.554Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3169 | 2026-07-21T19:16:24.806Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3170 | 2026-07-21T19:16:24.831Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3171 | 2026-07-21T19:16:25.006Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3172 | 2026-07-21T19:16:25.088Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3173 | 2026-07-21T19:16:25.113Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3174 | 2026-07-21T19:16:25.187Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3175 | 2026-07-21T19:16:25.203Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3176 | 2026-07-21T19:16:25.320Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3177 | 2026-07-21T19:16:25.398Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3178 | 2026-07-21T19:16:25.479Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3179 | 2026-07-21T19:16:25.512Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3180 | 2026-07-21T19:16:25.565Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3181 | 2026-07-21T19:16:25.596Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3182 | 2026-07-21T19:16:25.707Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3183 | 2026-07-21T19:16:25.750Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3184 | 2026-07-21T19:16:25.787Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3185 | 2026-07-21T19:16:25.824Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3186 | 2026-07-21T19:16:25.832Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3187 | 2026-07-21T19:16:25.878Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3188 | 2026-07-21T19:16:25.954Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3189 | 2026-07-21T19:16:26.007Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3190 | 2026-07-21T19:16:26.137Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3191 | 2026-07-21T19:16:26.182Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3192 | 2026-07-21T19:16:26.202Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3193 | 2026-07-21T19:16:26.429Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3194 | 2026-07-21T19:16:26.482Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3195 | 2026-07-21T19:16:26.514Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3196 | 2026-07-21T19:16:26.942Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3197 | 2026-07-21T19:16:27.177Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3198 | 2026-07-21T19:16:27.196Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3199 | 2026-07-21T19:16:27.949Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3200 | 2026-07-21T19:16:28.143Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3201 | 2026-07-21T19:16:28.481Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3202 | 2026-07-21T19:16:29.006Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3203 | 2026-07-21T19:16:29.467Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3204 | 2026-07-21T19:16:30.228Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3205 | 2026-07-21T19:16:30.425Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3206 | 2026-07-21T19:16:30.849Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3207 | 2026-07-21T19:16:30.923Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3208 | 2026-07-21T19:16:31.274Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3209 | 2026-07-21T19:16:31.576Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3210 | 2026-07-21T19:16:31.581Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3211 | 2026-07-21T19:16:31.711Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3212 | 2026-07-21T19:16:31.814Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3213 | 2026-07-21T19:16:32.006Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3214 | 2026-07-21T19:16:32.154Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3215 | 2026-07-21T19:16:32.464Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3216 | 2026-07-21T19:16:32.510Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3217 | 2026-07-21T19:16:32.633Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3218 | 2026-07-21T19:16:33.090Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3219 | 2026-07-21T19:16:33.346Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3220 | 2026-07-21T19:16:33.645Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3221 | 2026-07-21T19:16:33.709Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3222 | 2026-07-21T19:16:33.825Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3223 | 2026-07-21T19:16:34.027Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3224 | 2026-07-21T19:16:34.031Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3225 | 2026-07-21T19:16:34.575Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3226 | 2026-07-21T19:16:35.018Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3227 | 2026-07-21T19:16:35.468Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3228 | 2026-07-21T19:16:35.746Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3229 | 2026-07-21T19:16:36.155Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3230 | 2026-07-21T19:16:36.602Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3231 | 2026-07-21T19:16:37.283Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3232 | 2026-07-21T19:16:38.148Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3233 | 2026-07-21T19:16:38.246Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3234 | 2026-07-21T19:16:38.246Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3235 | 2026-07-21T19:16:38.639Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3236 | 2026-07-21T19:16:39.391Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3237 | 2026-07-21T19:16:39.787Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3238 | 2026-07-21T19:16:39.894Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3239 | 2026-07-21T19:16:39.989Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3240 | 2026-07-21T19:16:41.070Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3241 | 2026-07-21T19:16:41.182Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3242 | 2026-07-21T19:16:42.286Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3243 | 2026-07-21T19:16:43.893Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3244 | 2026-07-21T19:16:44.107Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3245 | 2026-07-21T19:16:44.937Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3246 | 2026-07-21T19:16:45.232Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3247 | 2026-07-21T19:16:45.609Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3248 | 2026-07-21T19:16:46.148Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3249 | 2026-07-21T19:16:47.665Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3250 | 2026-07-21T19:16:47.889Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3251 | 2026-07-21T19:16:48.670Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3252 | 2026-07-21T19:16:49.115Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3253 | 2026-07-21T19:16:49.374Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3254 | 2026-07-21T19:16:49.684Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3255 | 2026-07-21T19:16:50.046Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3256 | 2026-07-21T19:16:50.345Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3257 | 2026-07-21T19:16:50.389Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3258 | 2026-07-21T19:16:50.522Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3259 | 2026-07-21T19:16:50.660Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3260 | 2026-07-21T19:16:50.809Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3261 | 2026-07-21T19:16:50.839Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3262 | 2026-07-21T19:16:51.180Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3263 | 2026-07-21T19:16:51.210Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3264 | 2026-07-21T19:16:51.528Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3265 | 2026-07-21T19:16:51.908Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3266 | 2026-07-21T19:16:52.105Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3267 | 2026-07-21T19:16:52.161Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3268 | 2026-07-21T19:16:52.584Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3269 | 2026-07-21T19:16:53.282Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3270 | 2026-07-21T19:16:53.964Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3271 | 2026-07-21T19:16:53.992Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3272 | 2026-07-21T19:16:54.540Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3273 | 2026-07-21T19:16:55.006Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3274 | 2026-07-21T19:16:56.722Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3275 | 2026-07-21T19:16:58.386Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3276 | 2026-07-21T19:16:59.119Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3277 | 2026-07-21T19:16:59.621Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3278 | 2026-07-21T19:17:01.124Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3279 | 2026-07-21T19:17:01.887Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3280 | 2026-07-21T19:17:03.404Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3281 | 2026-07-21T19:17:04.382Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3282 | 2026-07-21T19:17:04.922Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3283 | 2026-07-21T19:17:06.503Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3284 | 2026-07-21T19:17:07.209Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3285 | 2026-07-21T19:17:08.567Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3286 | 2026-07-21T19:17:08.956Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3287 | 2026-07-21T19:17:09.974Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3288 | 2026-07-21T19:17:10.451Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3289 | 2026-07-21T19:17:12.210Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3290 | 2026-07-21T19:17:13.129Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3291 | 2026-07-21T19:17:15.898Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3292 | 2026-07-21T19:17:17.052Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3293 | 2026-07-21T19:17:17.580Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3294 | 2026-07-21T19:17:18.789Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3295 | 2026-07-21T19:17:19.559Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3296 | 2026-07-21T19:17:20.308Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3297 | 2026-07-21T19:17:21.027Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3298 | 2026-07-21T19:17:22.712Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3299 | 2026-07-21T19:17:24.643Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3300 | 2026-07-21T19:17:24.880Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3301 | 2026-07-21T19:17:25.432Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3302 | 2026-07-21T19:17:26.506Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3303 | 2026-07-21T19:17:26.532Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3304 | 2026-07-21T19:17:27.242Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3305 | 2026-07-21T19:17:28.159Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3306 | 2026-07-21T19:17:31.569Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3307 | 2026-07-21T19:17:32.695Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3308 | 2026-07-21T19:17:33.888Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3309 | 2026-07-21T19:17:34.507Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3310 | 2026-07-21T19:17:35.638Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3311 | 2026-07-21T19:17:36.532Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3312 | 2026-07-21T19:17:37.372Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3313 | 2026-07-21T19:17:40.337Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3314 | 2026-07-21T19:17:40.644Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3315 | 2026-07-21T19:17:41.507Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3316 | 2026-07-21T19:17:42.899Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3317 | 2026-07-21T19:17:44.078Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3318 | 2026-07-21T19:17:45.624Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3319 | 2026-07-21T19:17:48.029Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3320 | 2026-07-21T19:17:48.687Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3321 | 2026-07-21T19:17:50.221Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3322 | 2026-07-21T19:17:51.980Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3323 | 2026-07-21T19:17:53.661Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3324 | 2026-07-21T19:17:55.181Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3325 | 2026-07-21T19:17:56.861Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3326 | 2026-07-21T19:17:58.495Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3327 | 2026-07-21T19:18:00.235Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3328 | 2026-07-21T19:18:04.661Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3329 | 2026-07-21T19:18:05.157Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3330 | 2026-07-21T19:18:06.520Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3331 | 2026-07-21T19:18:06.937Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3332 | 2026-07-21T19:18:08.647Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3333 | 2026-07-21T19:18:10.679Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3334 | 2026-07-21T19:18:12.188Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3335 | 2026-07-21T19:18:14.367Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3336 | 2026-07-21T19:18:16.181Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3337 | 2026-07-21T19:18:17.877Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3338 | 2026-07-21T19:18:19.969Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3339 | 2026-07-21T19:18:21.451Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3340 | 2026-07-21T19:18:23.210Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3341 | 2026-07-21T19:18:25.055Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3342 | 2026-07-21T19:18:26.817Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3343 | 2026-07-21T19:18:28.568Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3344 | 2026-07-21T19:18:32.047Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3345 | 2026-07-21T19:18:33.684Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3346 | 2026-07-21T19:18:35.895Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3347 | 2026-07-21T19:18:37.508Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3348 | 2026-07-21T19:18:39.344Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3349 | 2026-07-21T19:18:41.096Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3350 | 2026-07-21T19:18:43.438Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3351 | 2026-07-21T19:18:45.272Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3352 | 2026-07-21T19:18:47.413Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3353 | 2026-07-21T19:18:49.235Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3354 | 2026-07-21T19:18:51.105Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3355 | 2026-07-21T19:18:53.953Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3356 | 2026-07-21T19:18:54.177Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3357 | 2026-07-21T19:18:57.826Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3358 | 2026-07-21T19:19:00.594Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3359 | 2026-07-21T19:19:02.673Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3360 | 2026-07-21T19:19:05.337Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3361 | 2026-07-21T19:19:07.578Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3362 | 2026-07-21T19:19:09.901Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3363 | 2026-07-21T19:19:12.196Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3364 | 2026-07-21T19:19:15.013Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3365 | 2026-07-21T19:19:17.100Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3366 | 2026-07-21T19:19:19.143Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3367 | 2026-07-21T19:19:21.478Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3368 | 2026-07-21T19:19:23.881Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3369 | 2026-07-21T19:19:26.251Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3370 | 2026-07-21T19:19:28.536Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3371 | 2026-07-21T19:19:30.976Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3372 | 2026-07-21T19:19:33.366Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3373 | 2026-07-21T19:19:35.780Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3374 | 2026-07-21T19:19:38.101Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3375 | 2026-07-21T19:19:40.475Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3376 | 2026-07-21T19:19:42.865Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3377 | 2026-07-21T19:19:45.281Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3378 | 2026-07-21T19:19:47.662Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3379 | 2026-07-21T19:19:50.101Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3380 | 2026-07-21T19:19:52.475Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3381 | 2026-07-21T19:19:54.906Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3382 | 2026-07-21T19:19:57.334Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3383 | 2026-07-21T19:19:59.755Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3384 | 2026-07-21T19:20:02.121Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3385 | 2026-07-21T19:20:04.498Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3386 | 2026-07-21T19:20:06.911Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3387 | 2026-07-21T19:20:09.394Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3388 | 2026-07-21T19:20:11.952Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3389 | 2026-07-21T19:20:14.293Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3390 | 2026-07-21T19:20:16.745Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3391 | 2026-07-21T19:20:19.156Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3392 | 2026-07-21T19:20:21.521Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3393 | 2026-07-21T19:20:24.035Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3394 | 2026-07-21T19:20:26.985Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3395 | 2026-07-21T19:20:29.224Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3396 | 2026-07-21T19:20:33.713Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3397 | 2026-07-21T19:20:34.228Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3398 | 2026-07-21T19:20:36.871Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3399 | 2026-07-21T19:20:39.473Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3400 | 2026-07-21T19:20:41.841Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3401 | 2026-07-21T19:20:44.710Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3402 | 2026-07-21T19:20:47.291Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3403 | 2026-07-21T19:20:49.875Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3404 | 2026-07-21T19:20:52.388Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3405 | 2026-07-21T19:20:55.056Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3406 | 2026-07-21T19:20:57.618Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3407 | 2026-07-21T19:21:00.678Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3408 | 2026-07-21T19:21:03.085Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3409 | 2026-07-21T19:21:05.902Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3410 | 2026-07-21T19:21:14.023Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3411 | 2026-07-21T19:21:14.101Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3412 | 2026-07-21T19:21:17.431Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3413 | 2026-07-21T19:21:20.802Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3414 | 2026-07-21T19:21:24.501Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3415 | 2026-07-21T19:21:27.849Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3416 | 2026-07-21T19:21:33.355Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3417 | 2026-07-21T19:21:35.830Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3418 | 2026-07-21T19:21:38.655Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3419 | 2026-07-21T19:21:42.545Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3420 | 2026-07-21T19:21:46.177Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3421 | 2026-07-21T19:21:49.933Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3422 | 2026-07-21T19:21:53.671Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3423 | 2026-07-21T19:21:57.481Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3424 | 2026-07-21T19:22:01.210Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3425 | 2026-07-21T19:22:04.872Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3426 | 2026-07-21T19:22:08.745Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3427 | 2026-07-21T19:22:12.381Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3428 | 2026-07-21T19:22:16.139Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3429 | 2026-07-21T19:22:19.854Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3430 | 2026-07-21T19:22:23.577Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3431 | 2026-07-21T19:22:27.315Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3432 | 2026-07-21T19:22:31.034Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3433 | 2026-07-21T19:22:34.772Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3434 | 2026-07-21T19:22:38.506Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3435 | 2026-07-21T19:22:42.289Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3436 | 2026-07-21T19:22:46.121Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3437 | 2026-07-21T19:23:15.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s |
| 3438 | 2026-07-21T19:23:16.124Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files |
| 3439 | 2026-07-21T19:23:16.223Z | |
| 3440 | 2026-07-21T19:23:16.227Z | real 7:00.713403969 |
| 3441 | 2026-07-21T19:23:16.227Z | user 18:41.523443618 |
| 3442 | 2026-07-21T19:23:16.227Z | sys 3:57.194818086 |
| 3443 | 2026-07-21T19:23:16.227Z | trap 0.270541002 |
| 3444 | 2026-07-21T19:23:16.227Z | tflt 0.025456165 |
| 3445 | 2026-07-21T19:23:16.227Z | dflt 0.089803005 |
| 3446 | 2026-07-21T19:23:16.227Z | kflt 0.000024020 |
| 3447 | 2026-07-21T19:23:16.227Z | lock 6:30:44.265856615 |
| 3448 | 2026-07-21T19:23:16.227Z | slp 2:21:36.502990554 |
| 3449 | 2026-07-21T19:23:16.228Z | lat 31.183365713 |
| 3450 | 2026-07-21T19:23:16.228Z | stop 1:40.892630845 |
| 3451 | 2026-07-21T19:23:16.228Z | process exited: duration 813061 ms, exit code 0 |
| |
| 3452 | 2026-07-21T19:23:16.236Z | found 0 output files |