|
|
|
| 1 | 2026-07-22T16:42:51.472Z | job assigned to worker 01KY5B9GKZ2BAN7FPNNS6CK2YS [factory aws, i-0a75a445abd82eab9] (queued for 53 s) |
| |
| 2 | 2026-07-22T16:42:57.997Z | starting task 0: "setup" |
| 3 | 2026-07-22T16:42:58.008Z | ++ uname -s |
| 4 | 2026-07-22T16:42:58.008Z | + kern=SunOS |
| 5 | 2026-07-22T16:42:58.008Z | + build_user=build |
| 6 | 2026-07-22T16:42:58.008Z | + build_uid=12345 |
| 7 | 2026-07-22T16:42:58.008Z | + work_dir=/work |
| 8 | 2026-07-22T16:42:58.008Z | + input_dir=/input |
| 9 | 2026-07-22T16:42:58.008Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-22T16:42:58.008Z | + case "$kern" in |
| 11 | 2026-07-22T16:42:58.008Z | + groupadd -g 12345 build |
| 12 | 2026-07-22T16:42:58.008Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-22T16:43:00.005Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-22T16:43:00.081Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-22T16:43:00.087Z | + home_fs=zfs |
| 16 | 2026-07-22T16:43:00.087Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-22T16:43:00.088Z | + mkdir -p /home/build |
| 18 | 2026-07-22T16:43:00.088Z | + chown build:build /home/build /work |
| 19 | 2026-07-22T16:43:02.099Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-22T16:43:02.104Z | process exited: duration 4095 ms, exit code 0 |
| |
| 21 | 2026-07-22T16:43:02.131Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-22T16:43:02.145Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-22T16:43:02.146Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-22T16:43:02.146Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-22T16:43:02.146Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-22T16:43:02.146Z | * rust toolchain channel = "1.96.1" |
| 27 | 2026-07-22T16:43:02.146Z | * rust toolchain profile = "default" |
| 28 | 2026-07-22T16:43:02.146Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-22T16:43:02.146Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-22T16:43:02.241Z | info: downloading installer |
| 31 | 2026-07-22T16:43:03.680Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-22T16:43:03.680Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-22T16:43:03.680Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-22T16:43:03.680Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-22T16:43:03.703Z | info: profile set to default |
| 36 | 2026-07-22T16:43:03.703Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-22T16:43:03.703Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-22T16:43:03.858Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-22T16:43:03.864Z | info: downloading 6 components |
| 40 | 2026-07-22T16:43:19.604Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-22T16:43:19.604Z | |
| 42 | 2026-07-22T16:43:19.614Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-22T16:43:19.614Z | |
| 44 | 2026-07-22T16:43:19.620Z | |
| 45 | 2026-07-22T16:43:19.620Z | Rust is installed now. Great! |
| 46 | 2026-07-22T16:43:19.620Z | |
| 47 | 2026-07-22T16:43:19.620Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-22T16:43:19.620Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-22T16:43:19.620Z | |
| 50 | 2026-07-22T16:43:19.620Z | To configure your current shell, you need to source |
| 51 | 2026-07-22T16:43:19.620Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-22T16:43:19.620Z | |
| 53 | 2026-07-22T16:43:19.620Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-22T16:43:19.620Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-22T16:43:19.620Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-22T16:43:19.620Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-22T16:43:19.620Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-22T16:43:19.621Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-22T16:43:19.621Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-22T16:43:19.621Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-22T16:43:19.621Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-22T16:43:19.701Z | + rustup --version |
| 63 | 2026-07-22T16:43:19.729Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-22T16:43:19.743Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-22T16:43:19.743Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-22T16:43:19.743Z | + cargo --version |
| 67 | 2026-07-22T16:43:19.763Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-22T16:43:19.763Z | + rustc --version |
| 69 | 2026-07-22T16:43:19.770Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-22T16:43:19.776Z | process exited: duration 17642 ms, exit code 0 |
| |
| 71 | 2026-07-22T16:43:19.792Z | starting task 2: "authentication" |
| 72 | 2026-07-22T16:43:19.803Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-07-22T16:43:19.818Z | starting task 3: "clone repository" |
| 74 | 2026-07-22T16:43:19.824Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-22T16:43:19.824Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-22T16:43:19.856Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-22T16:43:29.195Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-22T16:43:29.195Z | + git fetch origin 672743c7c4a128edf1433f17e1367e73ea55b82c |
| 79 | 2026-07-22T16:43:29.486Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-22T16:43:29.486Z | * branch 672743c7c4a128edf1433f17e1367e73ea55b82c -> FETCH_HEAD |
| 81 | 2026-07-22T16:43:29.500Z | + [[ -n john/sim-sa-cleanup-4 ]] |
| 82 | 2026-07-22T16:43:29.507Z | ++ git branch --show-current |
| 83 | 2026-07-22T16:43:29.507Z | + current=main |
| 84 | 2026-07-22T16:43:29.507Z | + [[ main != john/sim-sa-cleanup-4 ]] |
| 85 | 2026-07-22T16:43:29.507Z | + git branch -f john/sim-sa-cleanup-4 672743c7c4a128edf1433f17e1367e73ea55b82c |
| 86 | 2026-07-22T16:43:29.507Z | + git checkout -f john/sim-sa-cleanup-4 |
| 87 | 2026-07-22T16:43:29.743Z | Switched to branch 'john/sim-sa-cleanup-4' |
| 88 | 2026-07-22T16:43:29.746Z | + git reset --hard 672743c7c4a128edf1433f17e1367e73ea55b82c |
| 89 | 2026-07-22T16:43:29.759Z | HEAD is now at 672743c7c sim-sled-agent: remove legacy disks and datasets config fns/types |
| 90 | 2026-07-22T16:43:29.823Z | process exited: duration 9948 ms, exit code 0 |
| |
| 91 | 2026-07-22T16:43:29.835Z | starting task 4: "build" |
| 92 | 2026-07-22T16:43:29.840Z | + source ./env.sh |
| 93 | 2026-07-22T16:43:29.840Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-07-22T16:43:29.840Z | ++ set -o xtrace |
| 95 | 2026-07-22T16:43:29.847Z | ++++ dirname ./env.sh |
| 96 | 2026-07-22T16:43:29.847Z | +++ readlink -f . |
| 97 | 2026-07-22T16:43:29.847Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-07-22T16:43:29.847Z | ++ 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-22T16:43:29.847Z | ++ 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-22T16:43:29.847Z | ++ 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-22T16:43:29.847Z | ++ 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-22T16:43:29.847Z | ++ 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-22T16:43:29.847Z | ++ 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-22T16:43:29.847Z | ++ 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-22T16:43:29.847Z | ++ 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-22T16:43:29.847Z | ++ 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-22T16:43:29.848Z | ++ 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-22T16:43:29.848Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-07-22T16:43:29.848Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-07-22T16:43:29.848Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-07-22T16:43:29.848Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-07-22T16:43:29.848Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-07-22T16:43:29.856Z | +++ uname -s |
| 114 | 2026-07-22T16:43:29.857Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-07-22T16:43:29.857Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-07-22T16:43:29.857Z | + cargo --version |
| 117 | 2026-07-22T16:43:29.860Z | cargo 1.96.1 (356927216 2026-06-26) |
| 118 | 2026-07-22T16:43:29.860Z | + rustc --version |
| 119 | 2026-07-22T16:43:29.877Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 120 | 2026-07-22T16:43:29.880Z | + banner prerequisites |
| 121 | 2026-07-22T16:43:29.885Z | |
| 122 | 2026-07-22T16:43:29.885Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-07-22T16:43:29.885Z | # # # # # # # # # # # # # # # |
| 124 | 2026-07-22T16:43:29.886Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-07-22T16:43:29.886Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-07-22T16:43:29.886Z | # # # # # # # # # # # # # # # |
| 127 | 2026-07-22T16:43:29.886Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-07-22T16:43:29.886Z | |
| 129 | 2026-07-22T16:43:29.886Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-07-22T16:43:31.575Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-07-22T16:43:31.777Z | Startup: Caching catalogs ... Done |
| 132 | 2026-07-22T16:43:32.739Z | Planning: Solver setup ... Done (0.884s) |
| 133 | 2026-07-22T16:43:32.776Z | Planning: Running solver ... Done (0.039s) |
| 134 | 2026-07-22T16:43:32.814Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-07-22T16:43:32.820Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-07-22T16:43:32.831Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-07-22T16:43:32.848Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-07-22T16:43:32.851Z | Planning: Merging actions ... Done (0.001s) |
| 139 | 2026-07-22T16:43:33.057Z | Planning: Checking for conflicting actions ... Done (0.200s) |
| 140 | 2026-07-22T16:43:33.066Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-07-22T16:43:33.847Z | Planning: Evaluating mediators ... Done (0.799s) |
| 142 | 2026-07-22T16:43:33.851Z | Planning: Planning completed in 2.04 seconds |
| 143 | 2026-07-22T16:43:33.858Z | Packages to install: 2 |
| 144 | 2026-07-22T16:43:33.858Z | Estimated space available: 156.06 GB |
| 145 | 2026-07-22T16:43:33.862Z | Estimated space to be consumed: 48.03 MB |
| 146 | 2026-07-22T16:43:33.862Z | Create boot environment: No |
| 147 | 2026-07-22T16:43:33.862Z | Create backup boot environment: No |
| 148 | 2026-07-22T16:43:33.862Z | Rebuild boot archive: No |
| 149 | 2026-07-22T16:43:33.862Z | |
| 150 | 2026-07-22T16:43:33.862Z | Changed packages: |
| 151 | 2026-07-22T16:43:33.862Z | helios |
| 152 | 2026-07-22T16:43:33.862Z | developer/build-essential |
| 153 | 2026-07-22T16:43:33.862Z | None -> 11-3.0 |
| 154 | 2026-07-22T16:43:33.862Z | library/libxmlsec1 |
| 155 | 2026-07-22T16:43:33.862Z | None -> 1.2.35-3.0 |
| 156 | 2026-07-22T16:43:33.883Z | |
| 157 | 2026-07-22T16:43:33.883Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-07-22T16:43:33.960Z | Download: Completed 1.28 MB in 0.08 seconds (16.5M/s) |
| 159 | 2026-07-22T16:43:34.033Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-07-22T16:43:34.073Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-07-22T16:43:34.104Z | Finalize: Updating package state database ... Done (0.019s) |
| 162 | 2026-07-22T16:43:34.111Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-07-22T16:43:34.143Z | Finalize: Updating image state ... Done (0.051s) |
| 164 | 2026-07-22T16:43:36.547Z | Finalize: Creating fast lookup database ... Done (2.367s) |
| 165 | 2026-07-22T16:43:36.613Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-07-22T16:43:36.616Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-07-22T16:43:36.712Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-07-22T16:43:37.043Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-07-22T16:43:37.148Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-07-22T16:43:37.151Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-07-22T16:43:37.308Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-07-22T16:43:37.313Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-07-22T16:43:37.328Z | Mediators to change: 2 |
| 174 | 2026-07-22T16:43:37.328Z | Create boot environment: No |
| 175 | 2026-07-22T16:43:37.332Z | Create backup boot environment: No |
| 176 | 2026-07-22T16:43:37.374Z | Finalize: Updating package state database ... Done |
| 177 | 2026-07-22T16:43:37.374Z | Finalize: Updating package cache ... Done |
| 178 | 2026-07-22T16:43:37.402Z | Finalize: Updating image state ... Done |
| 179 | 2026-07-22T16:43:39.348Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-07-22T16:43:39.416Z | Finalize: Reading search index ... Done |
| 181 | 2026-07-22T16:43:39.419Z | Finalize: Updating search index ... Done |
| 182 | 2026-07-22T16:43:39.488Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-22T16:43:39.771Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-07-22T16:43:39.877Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-07-22T16:43:39.880Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-07-22T16:43:40.033Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-07-22T16:43:40.037Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-07-22T16:43:40.056Z | Mediators to change: 1 |
| 189 | 2026-07-22T16:43:40.059Z | Create boot environment: No |
| 190 | 2026-07-22T16:43:40.059Z | Create backup boot environment: No |
| 191 | 2026-07-22T16:43:40.098Z | Finalize: Updating package state database ... Done |
| 192 | 2026-07-22T16:43:40.098Z | Finalize: Updating package cache ... Done |
| 193 | 2026-07-22T16:43:40.127Z | Finalize: Updating image state ... Done |
| 194 | 2026-07-22T16:43:42.061Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-07-22T16:43:42.122Z | Finalize: Reading search index ... Done |
| 196 | 2026-07-22T16:43:42.124Z | Finalize: Updating search index ... Done |
| 197 | 2026-07-22T16:43:42.196Z | Finalize: Updating package cache ... Done |
| 198 | 2026-07-22T16:43:42.504Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-07-22T16:43:42.504Z | apache system 2.4 system |
| 200 | 2026-07-22T16:43:42.504Z | clang system 15 system |
| 201 | 2026-07-22T16:43:42.504Z | csh system system illumos |
| 202 | 2026-07-22T16:43:42.504Z | ctags system system illumos |
| 203 | 2026-07-22T16:43:42.504Z | file vendor vendor darwinsys |
| 204 | 2026-07-22T16:43:42.504Z | file system system illumos |
| 205 | 2026-07-22T16:43:42.504Z | gcc vendor 14 vendor |
| 206 | 2026-07-22T16:43:42.504Z | gcc system 13 system |
| 207 | 2026-07-22T16:43:42.504Z | gcc system 10 system |
| 208 | 2026-07-22T16:43:42.504Z | go system 1.25 system |
| 209 | 2026-07-22T16:43:42.504Z | llvm system 15 system |
| 210 | 2026-07-22T16:43:42.504Z | mariadb system 11.4 system |
| 211 | 2026-07-22T16:43:42.504Z | mta vendor vendor dma |
| 212 | 2026-07-22T16:43:42.504Z | openjdk system 17 system |
| 213 | 2026-07-22T16:43:42.505Z | openjdk system 11 system |
| 214 | 2026-07-22T16:43:42.505Z | openssl vendor 3 vendor |
| 215 | 2026-07-22T16:43:42.505Z | perl system 5.40 system |
| 216 | 2026-07-22T16:43:42.506Z | postgresql system 18 system |
| 217 | 2026-07-22T16:43:42.506Z | postgresql system 17 system |
| 218 | 2026-07-22T16:43:42.506Z | python vendor 3 vendor |
| 219 | 2026-07-22T16:43:42.506Z | python system 2 system |
| 220 | 2026-07-22T16:43:42.506Z | python3 vendor 3.13 vendor |
| 221 | 2026-07-22T16:43:42.506Z | ruby system 3.4 system |
| 222 | 2026-07-22T16:43:42.506Z | ruby system 3.0 system |
| 223 | 2026-07-22T16:43:42.506Z | words vendor vendor american-english |
| 224 | 2026-07-22T16:43:42.506Z | words system system australian-english |
| 225 | 2026-07-22T16:43:42.506Z | words system system british-english |
| 226 | 2026-07-22T16:43:42.506Z | words system system canadian-english |
| 227 | 2026-07-22T16:43:42.506Z | words system system french |
| 228 | 2026-07-22T16:43:42.506Z | words system system italian |
| 229 | 2026-07-22T16:43:42.506Z | words system system ngerman |
| 230 | 2026-07-22T16:43:42.506Z | words system system ogerman |
| 231 | 2026-07-22T16:43:42.506Z | words system system spanish |
| 232 | 2026-07-22T16:43:42.754Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-07-22T16:43:42.754Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-07-22T16:43:43.119Z | FMRI IFO |
| 235 | 2026-07-22T16:43:43.119Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-07-22T16:43:43.119Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-07-22T16:43:43.119Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-07-22T16:43:43.119Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-07-22T16:43:43.119Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-07-22T16:43:43.119Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-07-22T16:43:43.119Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-07-22T16:43:43.119Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-07-22T16:43:43.119Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-07-22T16:43:43.401Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-07-22T16:43:43.639Z | Updating crates.io index |
| 246 | 2026-07-22T16:43:43.641Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-07-22T16:43:43.879Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-07-22T16:43:44.193Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-22T16:43:45.098Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-07-22T16:43:45.626Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-07-22T16:43:47.334Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-07-22T16:43:48.071Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-07-22T16:43:48.322Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-07-22T16:43:48.627Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-07-22T16:43:49.709Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-07-22T16:43:49.927Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-07-22T16:43:50.217Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2026-07-22T16:43:50.455Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 259 | 2026-07-22T16:43:50.882Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-07-22T16:43:51.369Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-07-22T16:43:51.589Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-07-22T16:43:51.805Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-07-22T16:43:52.064Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 264 | 2026-07-22T16:43:52.376Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 265 | 2026-07-22T16:43:52.577Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 266 | 2026-07-22T16:43:52.800Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 267 | 2026-07-22T16:43:53.045Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-07-22T16:43:53.407Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 269 | 2026-07-22T16:43:53.756Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-07-22T16:43:53.976Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-07-22T16:43:54.380Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-07-22T16:43:54.613Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-07-22T16:43:54.974Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 274 | 2026-07-22T16:43:55.254Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 275 | 2026-07-22T16:43:55.459Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 276 | 2026-07-22T16:43:55.682Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 277 | 2026-07-22T16:43:56.009Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-07-22T16:43:56.349Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 279 | 2026-07-22T16:43:56.610Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 280 | 2026-07-22T16:43:56.914Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-07-22T16:43:57.149Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-07-22T16:43:57.409Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 283 | 2026-07-22T16:43:57.692Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2026-07-22T16:43:57.932Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2026-07-22T16:43:58.177Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2026-07-22T16:43:58.390Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 287 | 2026-07-22T16:44:01.261Z | Downloading crates ... |
| 288 | 2026-07-22T16:44:01.314Z | Downloaded anstream v1.0.0 |
| 289 | 2026-07-22T16:44:01.360Z | Downloaded crypto-common v0.1.7 |
| 290 | 2026-07-22T16:44:01.360Z | Downloaded colorchoice v1.0.4 |
| 291 | 2026-07-22T16:44:01.369Z | Downloaded once_cell v1.21.3 |
| 292 | 2026-07-22T16:44:01.369Z | Downloaded camino-tempfile v1.4.1 |
| 293 | 2026-07-22T16:44:01.369Z | Downloaded anyhow v1.0.102 |
| 294 | 2026-07-22T16:44:01.369Z | Downloaded plain v0.2.3 |
| 295 | 2026-07-22T16:44:01.369Z | Downloaded zmij v1.0.21 |
| 296 | 2026-07-22T16:44:01.369Z | Downloaded errno v0.3.14 |
| 297 | 2026-07-22T16:44:01.370Z | Downloaded cfg-if v1.0.4 |
| 298 | 2026-07-22T16:44:01.370Z | Downloaded thiserror v1.0.69 |
| 299 | 2026-07-22T16:44:01.370Z | Downloaded is_terminal_polyfill v1.70.2 |
| 300 | 2026-07-22T16:44:01.370Z | Downloaded fnv v1.0.7 |
| 301 | 2026-07-22T16:44:01.370Z | Downloaded dof v0.3.0 |
| 302 | 2026-07-22T16:44:01.370Z | Downloaded zerocopy v0.7.35 |
| 303 | 2026-07-22T16:44:01.370Z | Downloaded digest v0.10.7 |
| 304 | 2026-07-22T16:44:01.370Z | Downloaded heck v0.5.0 |
| 305 | 2026-07-22T16:44:01.370Z | Downloaded cpufeatures v0.2.17 |
| 306 | 2026-07-22T16:44:01.370Z | Downloaded dtrace-parser v0.2.0 |
| 307 | 2026-07-22T16:44:01.370Z | Downloaded fastrand v2.3.0 |
| 308 | 2026-07-22T16:44:01.370Z | Downloaded anstyle-parse v1.0.0 |
| 309 | 2026-07-22T16:44:01.374Z | Downloaded block-buffer v0.10.4 |
| 310 | 2026-07-22T16:44:01.382Z | Downloaded anstyle-query v1.1.5 |
| 311 | 2026-07-22T16:44:01.404Z | Downloaded itoa v1.0.17 |
| 312 | 2026-07-22T16:44:01.404Z | Downloaded macaddr v1.0.1 |
| 313 | 2026-07-22T16:44:01.418Z | Downloaded generic-array v0.14.7 |
| 314 | 2026-07-22T16:44:01.418Z | Downloaded strsim v0.11.1 |
| 315 | 2026-07-22T16:44:01.418Z | Downloaded equivalent v1.0.2 |
| 316 | 2026-07-22T16:44:01.418Z | Downloaded heck v0.4.1 |
| 317 | 2026-07-22T16:44:01.418Z | Downloaded toml_datetime v0.6.11 |
| 318 | 2026-07-22T16:44:01.418Z | Downloaded memmap v0.7.0 |
| 319 | 2026-07-22T16:44:01.418Z | Downloaded scroll_derive v0.12.1 |
| 320 | 2026-07-22T16:44:01.418Z | Downloaded cargo-platform v0.3.2 |
| 321 | 2026-07-22T16:44:01.418Z | Downloaded clap_lex v1.0.0 |
| 322 | 2026-07-22T16:44:01.425Z | Downloaded utf8parse v0.2.2 |
| 323 | 2026-07-22T16:44:01.425Z | Downloaded tabled_derive v0.7.0 |
| 324 | 2026-07-22T16:44:01.425Z | Downloaded version_check v0.9.5 |
| 325 | 2026-07-22T16:44:01.425Z | Downloaded usdt-macro v0.5.0 |
| 326 | 2026-07-22T16:44:01.425Z | Downloaded toml_write v0.1.2 |
| 327 | 2026-07-22T16:44:01.425Z | Downloaded terminal_size v0.4.3 |
| 328 | 2026-07-22T16:44:01.425Z | Downloaded smawk v0.3.2 |
| 329 | 2026-07-22T16:44:01.425Z | Downloaded serde_spanned v0.6.9 |
| 330 | 2026-07-22T16:44:01.435Z | Downloaded papergrid v0.11.0 |
| 331 | 2026-07-22T16:44:01.435Z | Downloaded pretty-hex v0.4.1 |
| 332 | 2026-07-22T16:44:01.435Z | Downloaded getrandom v0.4.1 |
| 333 | 2026-07-22T16:44:01.451Z | Downloaded thread-id v4.2.2 |
| 334 | 2026-07-22T16:44:01.451Z | Downloaded proc-macro-error-attr v1.0.4 |
| 335 | 2026-07-22T16:44:01.469Z | Downloaded swrite v0.1.0 |
| 336 | 2026-07-22T16:44:01.469Z | Downloaded unicode-linebreak v0.1.5 |
| 337 | 2026-07-22T16:44:01.469Z | Downloaded usdt-attr-macro v0.5.0 |
| 338 | 2026-07-22T16:44:01.493Z | Downloaded usdt v0.5.0 |
| 339 | 2026-07-22T16:44:01.493Z | Downloaded indexmap v2.14.0 |
| 340 | 2026-07-22T16:44:01.501Z | Downloaded clap_derive v4.6.1 |
| 341 | 2026-07-22T16:44:01.501Z | Downloaded autocfg v1.5.0 |
| 342 | 2026-07-22T16:44:01.501Z | Downloaded cargo_metadata v0.23.1 |
| 343 | 2026-07-22T16:44:01.501Z | Downloaded anstyle v1.0.14 |
| 344 | 2026-07-22T16:44:01.501Z | Downloaded bytecount v0.6.9 |
| 345 | 2026-07-22T16:44:01.501Z | Downloaded thiserror v2.0.18 |
| 346 | 2026-07-22T16:44:01.529Z | Downloaded thiserror-impl v2.0.18 |
| 347 | 2026-07-22T16:44:01.529Z | Downloaded fs-err v3.3.0 |
| 348 | 2026-07-22T16:44:01.529Z | Downloaded semver v1.0.28 |
| 349 | 2026-07-22T16:44:01.529Z | Downloaded sha2 v0.10.9 |
| 350 | 2026-07-22T16:44:01.529Z | Downloaded usdt-impl v0.5.0 |
| 351 | 2026-07-22T16:44:01.529Z | Downloaded quote v1.0.45 |
| 352 | 2026-07-22T16:44:01.529Z | Downloaded byteorder v1.5.0 |
| 353 | 2026-07-22T16:44:01.529Z | Downloaded proc-macro-error v1.0.4 |
| 354 | 2026-07-22T16:44:01.529Z | Downloaded cargo_toml v0.21.0 |
| 355 | 2026-07-22T16:44:01.529Z | Downloaded thiserror-impl v1.0.69 |
| 356 | 2026-07-22T16:44:01.529Z | Downloaded pest_derive v2.8.6 |
| 357 | 2026-07-22T16:44:01.529Z | Downloaded ucd-trie v0.1.7 |
| 358 | 2026-07-22T16:44:01.538Z | Downloaded camino v1.2.2 |
| 359 | 2026-07-22T16:44:01.538Z | Downloaded tempfile v3.25.0 |
| 360 | 2026-07-22T16:44:01.538Z | Downloaded toml v0.8.23 |
| 361 | 2026-07-22T16:44:01.538Z | Downloaded clap v4.6.1 |
| 362 | 2026-07-22T16:44:01.543Z | Downloaded serde_tokenstream v0.2.3 |
| 363 | 2026-07-22T16:44:01.543Z | Downloaded scroll v0.12.0 |
| 364 | 2026-07-22T16:44:01.544Z | Downloaded textwrap v0.16.2 |
| 365 | 2026-07-22T16:44:01.554Z | Downloaded pest_meta v2.8.6 |
| 366 | 2026-07-22T16:44:01.554Z | Downloaded log v0.4.29 |
| 367 | 2026-07-22T16:44:01.554Z | Downloaded bitflags v2.11.0 |
| 368 | 2026-07-22T16:44:01.566Z | Downloaded zerocopy-derive v0.7.35 |
| 369 | 2026-07-22T16:44:01.566Z | Downloaded pest_generator v2.8.6 |
| 370 | 2026-07-22T16:44:01.566Z | Downloaded unicode-ident v1.0.24 |
| 371 | 2026-07-22T16:44:01.566Z | Downloaded serde_derive v1.0.228 |
| 372 | 2026-07-22T16:44:01.571Z | Downloaded proc-macro2 v1.0.106 |
| 373 | 2026-07-22T16:44:01.599Z | Downloaded toml_edit v0.22.27 |
| 374 | 2026-07-22T16:44:01.611Z | Downloaded serde_core v1.0.228 |
| 375 | 2026-07-22T16:44:01.611Z | Downloaded clap_builder v4.6.0 |
| 376 | 2026-07-22T16:44:01.611Z | Downloaded memchr v2.8.0 |
| 377 | 2026-07-22T16:44:01.611Z | Downloaded serde v1.0.228 |
| 378 | 2026-07-22T16:44:01.611Z | Downloaded typenum v1.20.1 |
| 379 | 2026-07-22T16:44:01.619Z | Downloaded pest v2.8.6 |
| 380 | 2026-07-22T16:44:01.630Z | Downloaded hashbrown v0.17.0 |
| 381 | 2026-07-22T16:44:01.642Z | Downloaded serde_json v1.0.150 |
| 382 | 2026-07-22T16:44:01.654Z | Downloaded goblin v0.8.2 |
| 383 | 2026-07-22T16:44:01.664Z | Downloaded winnow v0.7.14 |
| 384 | 2026-07-22T16:44:01.674Z | Downloaded tabled v0.15.0 |
| 385 | 2026-07-22T16:44:01.687Z | Downloaded unicode-width v0.2.0 |
| 386 | 2026-07-22T16:44:01.694Z | Downloaded syn v1.0.109 |
| 387 | 2026-07-22T16:44:01.708Z | Downloaded syn v2.0.117 |
| 388 | 2026-07-22T16:44:01.708Z | Downloaded unicode-width v0.1.14 |
| 389 | 2026-07-22T16:44:01.725Z | Downloaded rustix v1.1.3 |
| 390 | 2026-07-22T16:44:01.738Z | Downloaded libc v0.2.185 |
| 391 | 2026-07-22T16:44:01.812Z | Compiling proc-macro2 v1.0.106 |
| 392 | 2026-07-22T16:44:01.812Z | Compiling quote v1.0.45 |
| 393 | 2026-07-22T16:44:01.812Z | Compiling unicode-ident v1.0.24 |
| 394 | 2026-07-22T16:44:01.819Z | Compiling serde_core v1.0.228 |
| 395 | 2026-07-22T16:44:01.819Z | Compiling libc v0.2.185 |
| 396 | 2026-07-22T16:44:01.819Z | Compiling version_check v0.9.5 |
| 397 | 2026-07-22T16:44:01.819Z | Compiling memchr v2.8.0 |
| 398 | 2026-07-22T16:44:01.819Z | Compiling serde v1.0.228 |
| 399 | 2026-07-22T16:44:02.116Z | Compiling zmij v1.0.21 |
| 400 | 2026-07-22T16:44:02.431Z | Compiling itoa v1.0.17 |
| 401 | 2026-07-22T16:44:02.459Z | Compiling thiserror v1.0.69 |
| 402 | 2026-07-22T16:44:02.642Z | Compiling ucd-trie v0.1.7 |
| 403 | 2026-07-22T16:44:02.706Z | Compiling byteorder v1.5.0 |
| 404 | 2026-07-22T16:44:02.784Z | Compiling pest v2.8.6 |
| 405 | 2026-07-22T16:44:02.862Z | Compiling rustix v1.1.3 |
| 406 | 2026-07-22T16:44:02.930Z | Compiling errno v0.3.14 |
| 407 | 2026-07-22T16:44:02.941Z | Compiling serde_json v1.0.150 |
| 408 | 2026-07-22T16:44:03.137Z | Compiling bitflags v2.11.0 |
| 409 | 2026-07-22T16:44:03.310Z | Compiling syn v2.0.117 |
| 410 | 2026-07-22T16:44:03.376Z | Compiling thread-id v4.2.2 |
| 411 | 2026-07-22T16:44:03.398Z | Compiling usdt-impl v0.5.0 |
| 412 | 2026-07-22T16:44:03.465Z | Compiling proc-macro-error-attr v1.0.4 |
| 413 | 2026-07-22T16:44:03.586Z | Compiling camino v1.2.2 |
| 414 | 2026-07-22T16:44:03.613Z | Compiling syn v1.0.109 |
| 415 | 2026-07-22T16:44:03.812Z | Compiling pest_meta v2.8.6 |
| 416 | 2026-07-22T16:44:04.005Z | Compiling proc-macro-error v1.0.4 |
| 417 | 2026-07-22T16:44:04.018Z | Compiling hashbrown v0.17.0 |
| 418 | 2026-07-22T16:44:04.018Z | Compiling plain v0.2.3 |
| 419 | 2026-07-22T16:44:04.181Z | Compiling log v0.4.29 |
| 420 | 2026-07-22T16:44:04.241Z | Compiling getrandom v0.4.1 |
| 421 | 2026-07-22T16:44:04.383Z | Compiling equivalent v1.0.2 |
| 422 | 2026-07-22T16:44:04.517Z | Compiling utf8parse v0.2.2 |
| 423 | 2026-07-22T16:44:04.532Z | Compiling indexmap v2.14.0 |
| 424 | 2026-07-22T16:44:04.537Z | Compiling terminal_size v0.4.3 |
| 425 | 2026-07-22T16:44:04.643Z | Compiling anstyle-parse v1.0.0 |
| 426 | 2026-07-22T16:44:05.125Z | Compiling autocfg v1.5.0 |
| 427 | 2026-07-22T16:44:05.130Z | Compiling colorchoice v1.0.4 |
| 428 | 2026-07-22T16:44:05.220Z | Compiling thiserror v2.0.18 |
| 429 | 2026-07-22T16:44:05.263Z | Compiling anstyle v1.0.14 |
| 430 | 2026-07-22T16:44:05.283Z | Compiling anstyle-query v1.1.5 |
| 431 | 2026-07-22T16:44:05.392Z | Compiling toml_write v0.1.2 |
| 432 | 2026-07-22T16:44:05.409Z | Compiling cfg-if v1.0.4 |
| 433 | 2026-07-22T16:44:05.483Z | Compiling pest_generator v2.8.6 |
| 434 | 2026-07-22T16:44:05.500Z | Compiling pretty-hex v0.4.1 |
| 435 | 2026-07-22T16:44:05.505Z | Compiling is_terminal_polyfill v1.70.2 |
| 436 | 2026-07-22T16:44:05.553Z | Compiling winnow v0.7.14 |
| 437 | 2026-07-22T16:44:05.619Z | Compiling anstream v1.0.0 |
| 438 | 2026-07-22T16:44:05.630Z | Compiling fs-err v3.3.0 |
| 439 | 2026-07-22T16:44:05.833Z | Compiling once_cell v1.21.3 |
| 440 | 2026-07-22T16:44:07.487Z | Compiling heck v0.5.0 |
| 441 | 2026-07-22T16:44:07.745Z | Compiling unicode-width v0.1.14 |
| 442 | 2026-07-22T16:44:07.745Z | Compiling clap_lex v1.0.0 |
| 443 | 2026-07-22T16:44:07.745Z | Compiling fnv v1.0.7 |
| 444 | 2026-07-22T16:44:07.746Z | Compiling heck v0.4.1 |
| 445 | 2026-07-22T16:44:07.746Z | Compiling fastrand v2.3.0 |
| 446 | 2026-07-22T16:44:07.746Z | Compiling strsim v0.11.1 |
| 447 | 2026-07-22T16:44:07.746Z | Compiling anyhow v1.0.102 |
| 448 | 2026-07-22T16:44:07.746Z | Compiling bytecount v0.6.9 |
| 449 | 2026-07-22T16:44:07.746Z | Compiling papergrid v0.11.0 |
| 450 | 2026-07-22T16:44:07.746Z | Compiling clap_builder v4.6.0 |
| 451 | 2026-07-22T16:44:07.746Z | Compiling tempfile v3.25.0 |
| 452 | 2026-07-22T16:44:07.746Z | Compiling cargo-platform v0.3.2 |
| 453 | 2026-07-22T16:44:07.746Z | Compiling tabled_derive v0.7.0 |
| 454 | 2026-07-22T16:44:07.746Z | Compiling semver v1.0.28 |
| 455 | 2026-07-22T16:44:07.746Z | Compiling memmap v0.7.0 |
| 456 | 2026-07-22T16:44:07.746Z | Compiling unicode-width v0.2.0 |
| 457 | 2026-07-22T16:44:07.746Z | Compiling smawk v0.3.2 |
| 458 | 2026-07-22T16:44:07.746Z | Compiling unicode-linebreak v0.1.5 |
| 459 | 2026-07-22T16:44:07.746Z | Compiling serde_derive v1.0.228 |
| 460 | 2026-07-22T16:44:07.747Z | Compiling thiserror-impl v1.0.69 |
| 461 | 2026-07-22T16:44:07.747Z | Compiling zerocopy-derive v0.7.35 |
| 462 | 2026-07-22T16:44:07.747Z | Compiling pest_derive v2.8.6 |
| 463 | 2026-07-22T16:44:07.747Z | Compiling scroll_derive v0.12.1 |
| 464 | 2026-07-22T16:44:07.861Z | Compiling thiserror-impl v2.0.18 |
| 465 | 2026-07-22T16:44:07.967Z | Compiling clap_derive v4.6.1 |
| 466 | 2026-07-22T16:44:07.967Z | Compiling tabled v0.15.0 |
| 467 | 2026-07-22T16:44:08.219Z | Compiling zerocopy v0.7.35 |
| 468 | 2026-07-22T16:44:08.317Z | Compiling scroll v0.12.0 |
| 469 | 2026-07-22T16:44:08.527Z | Compiling goblin v0.8.2 |
| 470 | 2026-07-22T16:44:08.654Z | Compiling dtrace-parser v0.2.0 |
| 471 | 2026-07-22T16:44:09.071Z | Compiling textwrap v0.16.2 |
| 472 | 2026-07-22T16:44:09.196Z | Compiling camino-tempfile v1.4.1 |
| 473 | 2026-07-22T16:44:09.425Z | Compiling swrite v0.1.0 |
| 474 | 2026-07-22T16:44:09.615Z | Compiling clap v4.6.1 |
| 475 | 2026-07-22T16:44:10.305Z | Compiling dof v0.3.0 |
| 476 | 2026-07-22T16:44:10.305Z | Compiling serde_tokenstream v0.2.3 |
| 477 | 2026-07-22T16:44:10.314Z | Compiling toml_datetime v0.6.11 |
| 478 | 2026-07-22T16:44:10.337Z | Compiling serde_spanned v0.6.9 |
| 479 | 2026-07-22T16:44:10.341Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-07-22T16:44:10.389Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-07-22T16:44:10.400Z | Compiling macaddr v1.0.1 |
| 482 | 2026-07-22T16:44:10.482Z | Compiling toml_edit v0.22.27 |
| 483 | 2026-07-22T16:44:11.056Z | Compiling usdt-macro v0.5.0 |
| 484 | 2026-07-22T16:44:11.081Z | Compiling usdt-attr-macro v0.5.0 |
| 485 | 2026-07-22T16:44:11.668Z | Compiling usdt v0.5.0 |
| 486 | 2026-07-22T16:44:11.798Z | Compiling toml v0.8.23 |
| 487 | 2026-07-22T16:44:12.120Z | Compiling cargo_toml v0.21.0 |
| 488 | 2026-07-22T16:44:13.426Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 489 | 2026-07-22T16:44:15.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.13s |
| 490 | 2026-07-22T16:44:15.579Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 491 | 2026-07-22T16:44:16.128Z | Downloading crates ... |
| 492 | 2026-07-22T16:44:16.175Z | Downloaded adler2 v2.0.1 |
| 493 | 2026-07-22T16:44:16.194Z | Downloaded anstyle-parse v0.2.7 |
| 494 | 2026-07-22T16:44:16.194Z | Downloaded bitfield v0.19.4 |
| 495 | 2026-07-22T16:44:16.194Z | Downloaded cfg_aliases v0.1.1 |
| 496 | 2026-07-22T16:44:16.194Z | Downloaded bs58 v0.5.1 |
| 497 | 2026-07-22T16:44:16.194Z | Downloaded bytes v1.11.1 |
| 498 | 2026-07-22T16:44:16.226Z | Downloaded arrayref v0.3.9 |
| 499 | 2026-07-22T16:44:16.226Z | Downloaded aead v0.5.2 |
| 500 | 2026-07-22T16:44:16.226Z | Downloaded cookie_store v0.22.1 |
| 501 | 2026-07-22T16:44:16.227Z | Downloaded convert_case v0.4.0 |
| 502 | 2026-07-22T16:44:16.227Z | Downloaded bb8 v0.8.6 |
| 503 | 2026-07-22T16:44:16.227Z | Downloaded atomicwrites v0.4.4 |
| 504 | 2026-07-22T16:44:16.227Z | Downloaded crc8 v0.1.1 |
| 505 | 2026-07-22T16:44:16.227Z | Downloaded crc-catalog v2.4.0 |
| 506 | 2026-07-22T16:44:16.227Z | Downloaded crc32fast v1.5.0 |
| 507 | 2026-07-22T16:44:16.227Z | Downloaded async-stream-impl v0.3.6 |
| 508 | 2026-07-22T16:44:16.228Z | Downloaded allocator-api2 v0.2.21 |
| 509 | 2026-07-22T16:44:16.228Z | Downloaded darling_macro v0.13.4 |
| 510 | 2026-07-22T16:44:16.228Z | Downloaded bitfield-macros v0.19.4 |
| 511 | 2026-07-22T16:44:16.228Z | Downloaded crypto-common v0.2.2 |
| 512 | 2026-07-22T16:44:16.228Z | Downloaded crossbeam-channel v0.5.15 |
| 513 | 2026-07-22T16:44:16.250Z | Downloaded anstream v0.6.21 |
| 514 | 2026-07-22T16:44:16.250Z | Downloaded crossbeam-epoch v0.9.18 |
| 515 | 2026-07-22T16:44:16.250Z | Downloaded darling_macro v0.20.11 |
| 516 | 2026-07-22T16:44:16.250Z | Downloaded darling v0.21.3 |
| 517 | 2026-07-22T16:44:16.250Z | Downloaded crossbeam-deque v0.8.6 |
| 518 | 2026-07-22T16:44:16.250Z | Downloaded atty v0.2.14 |
| 519 | 2026-07-22T16:44:16.250Z | Downloaded critical-section v1.2.0 |
| 520 | 2026-07-22T16:44:16.250Z | Downloaded argon2 v0.6.0-rc.8 |
| 521 | 2026-07-22T16:44:16.250Z | Downloaded csv-core v0.1.13 |
| 522 | 2026-07-22T16:44:16.250Z | Downloaded crc v3.4.0 |
| 523 | 2026-07-22T16:44:16.250Z | Downloaded array-init v0.0.4 |
| 524 | 2026-07-22T16:44:16.250Z | Downloaded bit-set v0.8.0 |
| 525 | 2026-07-22T16:44:16.251Z | Downloaded ciborium-io v0.2.2 |
| 526 | 2026-07-22T16:44:16.251Z | Downloaded cpufeatures v0.3.0 |
| 527 | 2026-07-22T16:44:16.251Z | Downloaded ctutils v0.4.2 |
| 528 | 2026-07-22T16:44:16.251Z | Downloaded darling_core v0.13.4 |
| 529 | 2026-07-22T16:44:16.251Z | Downloaded cookie v0.18.1 |
| 530 | 2026-07-22T16:44:16.251Z | Downloaded bit-set v0.5.3 |
| 531 | 2026-07-22T16:44:16.251Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 532 | 2026-07-22T16:44:16.251Z | Downloaded atomic-waker v1.1.2 |
| 533 | 2026-07-22T16:44:16.261Z | Downloaded aead v0.6.1 |
| 534 | 2026-07-22T16:44:16.261Z | Downloaded base16ct v0.2.0 |
| 535 | 2026-07-22T16:44:16.261Z | Downloaded crossterm v0.28.1 |
| 536 | 2026-07-22T16:44:16.261Z | Downloaded crucible-workspace-hack v0.1.0 |
| 537 | 2026-07-22T16:44:16.261Z | Downloaded bitfield-struct v0.6.2 |
| 538 | 2026-07-22T16:44:16.261Z | Downloaded ascii-canvas v3.0.0 |
| 539 | 2026-07-22T16:44:16.261Z | Downloaded darling_macro v0.23.0 |
| 540 | 2026-07-22T16:44:16.261Z | Downloaded darling_macro v0.21.3 |
| 541 | 2026-07-22T16:44:16.261Z | Downloaded block-padding v0.4.2 |
| 542 | 2026-07-22T16:44:16.261Z | Downloaded base16ct v1.0.0 |
| 543 | 2026-07-22T16:44:16.272Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 544 | 2026-07-22T16:44:16.273Z | Downloaded block-buffer v0.12.1 |
| 545 | 2026-07-22T16:44:16.273Z | Downloaded castaway v0.2.4 |
| 546 | 2026-07-22T16:44:16.273Z | Downloaded dtrace-parser v0.3.0 |
| 547 | 2026-07-22T16:44:16.273Z | Downloaded display-error-chain v0.2.2 |
| 548 | 2026-07-22T16:44:16.273Z | Downloaded cobs v0.3.0 |
| 549 | 2026-07-22T16:44:16.282Z | Downloaded cfg_aliases v0.2.1 |
| 550 | 2026-07-22T16:44:16.282Z | Downloaded crunchy v0.2.4 |
| 551 | 2026-07-22T16:44:16.282Z | Downloaded endian-type v0.1.2 |
| 552 | 2026-07-22T16:44:16.282Z | Downloaded embedded-io v0.6.1 |
| 553 | 2026-07-22T16:44:16.282Z | Downloaded darling v0.13.4 |
| 554 | 2026-07-22T16:44:16.282Z | Downloaded compression-core v0.4.31 |
| 555 | 2026-07-22T16:44:16.282Z | Downloaded cpubits v0.1.1 |
| 556 | 2026-07-22T16:44:16.287Z | Downloaded dunce v1.0.5 |
| 557 | 2026-07-22T16:44:16.287Z | Downloaded dirs-next v2.0.0 |
| 558 | 2026-07-22T16:44:16.287Z | Downloaded async-stream v0.3.6 |
| 559 | 2026-07-22T16:44:16.287Z | Downloaded downcast-rs v2.0.2 |
| 560 | 2026-07-22T16:44:16.287Z | Downloaded difflib v0.4.0 |
| 561 | 2026-07-22T16:44:16.287Z | Downloaded ciborium-ll v0.2.2 |
| 562 | 2026-07-22T16:44:16.287Z | Downloaded enum-as-inner v0.6.1 |
| 563 | 2026-07-22T16:44:16.292Z | Downloaded embedded-io v0.4.0 |
| 564 | 2026-07-22T16:44:16.310Z | Downloaded cassowary v0.3.0 |
| 565 | 2026-07-22T16:44:16.310Z | Downloaded assert_matches v1.5.0 |
| 566 | 2026-07-22T16:44:16.310Z | Downloaded defmt v0.3.100 |
| 567 | 2026-07-22T16:44:16.310Z | Downloaded daft-derive v0.1.7 |
| 568 | 2026-07-22T16:44:16.310Z | Downloaded corncobs v0.1.4 |
| 569 | 2026-07-22T16:44:16.310Z | Downloaded bit-vec v0.8.0 |
| 570 | 2026-07-22T16:44:16.310Z | Downloaded arrayvec v0.7.6 |
| 571 | 2026-07-22T16:44:16.317Z | Downloaded env_filter v1.0.0 |
| 572 | 2026-07-22T16:44:16.317Z | Downloaded derive_builder_macro v0.20.2 |
| 573 | 2026-07-22T16:44:16.327Z | Downloaded bitflags v1.3.2 |
| 574 | 2026-07-22T16:44:16.327Z | Downloaded dof v0.4.0 |
| 575 | 2026-07-22T16:44:16.327Z | Downloaded defmt-parser v1.0.0 |
| 576 | 2026-07-22T16:44:16.327Z | Downloaded backoff v0.4.0 |
| 577 | 2026-07-22T16:44:16.327Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 578 | 2026-07-22T16:44:16.328Z | Downloaded dirs-sys-next v0.1.2 |
| 579 | 2026-07-22T16:44:16.328Z | Downloaded cstr-argument v0.1.2 |
| 580 | 2026-07-22T16:44:16.328Z | Downloaded digest-io v0.1.0 |
| 581 | 2026-07-22T16:44:16.341Z | Downloaded base64 v0.22.1 |
| 582 | 2026-07-22T16:44:16.341Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 583 | 2026-07-22T16:44:16.341Z | Downloaded fd-lock v4.0.4 |
| 584 | 2026-07-22T16:44:16.341Z | Downloaded flagset v0.4.7 |
| 585 | 2026-07-22T16:44:16.341Z | Downloaded foreign-types-macros v0.2.3 |
| 586 | 2026-07-22T16:44:16.341Z | Downloaded document-features v0.2.12 |
| 587 | 2026-07-22T16:44:16.341Z | Downloaded dsl_auto_type v0.2.0 |
| 588 | 2026-07-22T16:44:16.341Z | Downloaded digest v0.11.3 |
| 589 | 2026-07-22T16:44:16.347Z | Downloaded foreign-types-shared v0.1.1 |
| 590 | 2026-07-22T16:44:16.347Z | Downloaded derive_builder_core v0.20.2 |
| 591 | 2026-07-22T16:44:16.347Z | Downloaded futures-macro v0.3.32 |
| 592 | 2026-07-22T16:44:16.347Z | Downloaded bcs v0.1.6 |
| 593 | 2026-07-22T16:44:16.347Z | Downloaded futures-core v0.3.32 |
| 594 | 2026-07-22T16:44:16.348Z | Downloaded defmt v1.0.1 |
| 595 | 2026-07-22T16:44:16.348Z | Downloaded data-encoding v2.10.0 |
| 596 | 2026-07-22T16:44:16.348Z | Downloaded daft v0.1.7 |
| 597 | 2026-07-22T16:44:16.348Z | Downloaded async-recursion v1.1.1 |
| 598 | 2026-07-22T16:44:16.348Z | Downloaded cipher v0.5.2 |
| 599 | 2026-07-22T16:44:16.366Z | Downloaded cmov v0.5.4 |
| 600 | 2026-07-22T16:44:16.366Z | Downloaded camino-tempfile-ext v0.3.3 |
| 601 | 2026-07-22T16:44:16.366Z | Downloaded cipher v0.4.4 |
| 602 | 2026-07-22T16:44:16.366Z | Downloaded blowfish v0.10.0 |
| 603 | 2026-07-22T16:44:16.366Z | Downloaded async-trait v0.1.89 |
| 604 | 2026-07-22T16:44:16.386Z | Downloaded float-cmp v0.10.0 |
| 605 | 2026-07-22T16:44:16.387Z | Downloaded convert_case v0.10.0 |
| 606 | 2026-07-22T16:44:16.387Z | Downloaded cmake v0.1.57 |
| 607 | 2026-07-22T16:44:16.387Z | Downloaded fixedbitset v0.4.2 |
| 608 | 2026-07-22T16:44:16.387Z | Downloaded funty v2.0.0 |
| 609 | 2026-07-22T16:44:16.387Z | Downloaded form_urlencoded v1.2.2 |
| 610 | 2026-07-22T16:44:16.387Z | Downloaded foreign-types v0.5.0 |
| 611 | 2026-07-22T16:44:16.387Z | Downloaded enum_dispatch v0.3.13 |
| 612 | 2026-07-22T16:44:16.387Z | Downloaded debug-ignore v1.0.5 |
| 613 | 2026-07-22T16:44:16.387Z | Downloaded ecdsa v0.16.9 |
| 614 | 2026-07-22T16:44:16.387Z | Downloaded byte-wrapper v0.1.0 |
| 615 | 2026-07-22T16:44:16.387Z | Downloaded displaydoc v0.2.5 |
| 616 | 2026-07-22T16:44:16.387Z | Downloaded base64ct v1.8.3 |
| 617 | 2026-07-22T16:44:16.387Z | Downloaded fxhash v0.2.1 |
| 618 | 2026-07-22T16:44:16.398Z | Downloaded foreign-types-shared v0.3.1 |
| 619 | 2026-07-22T16:44:16.398Z | Downloaded der_derive v0.7.3 |
| 620 | 2026-07-22T16:44:16.398Z | Downloaded ciborium v0.2.2 |
| 621 | 2026-07-22T16:44:16.398Z | Downloaded futures-task v0.3.32 |
| 622 | 2026-07-22T16:44:16.398Z | Downloaded futures-sink v0.3.32 |
| 623 | 2026-07-22T16:44:16.398Z | Downloaded cexpr v0.6.0 |
| 624 | 2026-07-22T16:44:16.398Z | Downloaded float-ord v0.3.2 |
| 625 | 2026-07-22T16:44:16.398Z | Downloaded git-stub v1.0.0 |
| 626 | 2026-07-22T16:44:16.398Z | Downloaded console v0.15.11 |
| 627 | 2026-07-22T16:44:16.399Z | Downloaded constant_time_eq v0.4.2 |
| 628 | 2026-07-22T16:44:16.399Z | Downloaded defmt-macros v1.0.1 |
| 629 | 2026-07-22T16:44:16.399Z | Downloaded globwalk v0.9.1 |
| 630 | 2026-07-22T16:44:16.399Z | Downloaded derive-ex v0.1.8 |
| 631 | 2026-07-22T16:44:16.399Z | Downloaded ghash v0.6.0 |
| 632 | 2026-07-22T16:44:16.399Z | Downloaded compression-codecs v0.4.37 |
| 633 | 2026-07-22T16:44:16.399Z | Downloaded crossbeam-utils v0.8.21 |
| 634 | 2026-07-22T16:44:16.399Z | Downloaded colored v2.2.0 |
| 635 | 2026-07-22T16:44:16.399Z | Downloaded ed25519 v2.2.3 |
| 636 | 2026-07-22T16:44:16.413Z | Downloaded base64 v0.21.7 |
| 637 | 2026-07-22T16:44:16.413Z | Downloaded dyn-clone v1.0.20 |
| 638 | 2026-07-22T16:44:16.413Z | Downloaded ed25519 v3.0.0 |
| 639 | 2026-07-22T16:44:16.413Z | Downloaded deranged v0.5.8 |
| 640 | 2026-07-22T16:44:16.413Z | Downloaded fallible-iterator v0.2.0 |
| 641 | 2026-07-22T16:44:16.413Z | Downloaded blake2 v0.10.6 |
| 642 | 2026-07-22T16:44:16.413Z | Downloaded futures-io v0.3.32 |
| 643 | 2026-07-22T16:44:16.413Z | Downloaded hash32 v0.2.1 |
| 644 | 2026-07-22T16:44:16.424Z | Downloaded fs_extra v1.3.0 |
| 645 | 2026-07-22T16:44:16.424Z | Downloaded futures-executor v0.3.32 |
| 646 | 2026-07-22T16:44:16.424Z | Downloaded fs-err v2.11.0 |
| 647 | 2026-07-22T16:44:16.424Z | Downloaded ff v0.14.0 |
| 648 | 2026-07-22T16:44:16.424Z | Downloaded diesel-dtrace v0.5.0 |
| 649 | 2026-07-22T16:44:16.424Z | Downloaded headers-core v0.3.0 |
| 650 | 2026-07-22T16:44:16.424Z | Downloaded hash32 v0.3.1 |
| 651 | 2026-07-22T16:44:16.424Z | Downloaded hex v0.4.3 |
| 652 | 2026-07-22T16:44:16.424Z | Downloaded foldhash v0.2.0 |
| 653 | 2026-07-22T16:44:16.424Z | Downloaded find-msvc-tools v0.1.9 |
| 654 | 2026-07-22T16:44:16.424Z | Downloaded ahash v0.8.12 |
| 655 | 2026-07-22T16:44:16.424Z | Downloaded cbc v0.2.1 |
| 656 | 2026-07-22T16:44:16.424Z | Downloaded bit-vec v0.6.3 |
| 657 | 2026-07-22T16:44:16.438Z | Downloaded chacha20 v0.9.1 |
| 658 | 2026-07-22T16:44:16.438Z | Downloaded argon2 v0.5.3 |
| 659 | 2026-07-22T16:44:16.438Z | Downloaded filetime v0.2.27 |
| 660 | 2026-07-22T16:44:16.438Z | Downloaded ff v0.13.1 |
| 661 | 2026-07-22T16:44:16.438Z | Downloaded hex-literal v1.1.0 |
| 662 | 2026-07-22T16:44:16.438Z | Downloaded ctr v0.10.1 |
| 663 | 2026-07-22T16:44:16.438Z | Downloaded bzip2 v0.6.1 |
| 664 | 2026-07-22T16:44:16.438Z | Downloaded backon v1.6.0 |
| 665 | 2026-07-22T16:44:16.438Z | Downloaded hostname v0.4.2 |
| 666 | 2026-07-22T16:44:16.456Z | Downloaded httpdate v1.0.3 |
| 667 | 2026-07-22T16:44:16.456Z | Downloaded clang-sys v1.8.1 |
| 668 | 2026-07-22T16:44:16.456Z | Downloaded foldhash v0.1.5 |
| 669 | 2026-07-22T16:44:16.456Z | Downloaded darling v0.20.11 |
| 670 | 2026-07-22T16:44:16.456Z | Downloaded darling v0.23.0 |
| 671 | 2026-07-22T16:44:16.457Z | Downloaded chacha20 v0.10.0 |
| 672 | 2026-07-22T16:44:16.457Z | Downloaded cancel-safe-futures v0.1.5 |
| 673 | 2026-07-22T16:44:16.472Z | Downloaded async-bb8-diesel v0.2.1 |
| 674 | 2026-07-22T16:44:16.472Z | Downloaded hubpack v0.1.2 |
| 675 | 2026-07-22T16:44:16.472Z | Downloaded hyper-tls v0.6.0 |
| 676 | 2026-07-22T16:44:16.472Z | Downloaded http-range v0.1.5 |
| 677 | 2026-07-22T16:44:16.472Z | Downloaded gethostname v0.5.0 |
| 678 | 2026-07-22T16:44:16.472Z | Downloaded async-compression v0.4.41 |
| 679 | 2026-07-22T16:44:16.472Z | Downloaded http-body v1.0.1 |
| 680 | 2026-07-22T16:44:16.472Z | Downloaded hubpack_derive v0.1.1 |
| 681 | 2026-07-22T16:44:16.472Z | Downloaded git-stub-vcs v0.1.0 |
| 682 | 2026-07-22T16:44:16.472Z | Downloaded group v0.14.0 |
| 683 | 2026-07-22T16:44:16.472Z | Downloaded group v0.13.0 |
| 684 | 2026-07-22T16:44:16.472Z | Downloaded derive_builder v0.20.2 |
| 685 | 2026-07-22T16:44:16.472Z | Downloaded hostname v0.3.1 |
| 686 | 2026-07-22T16:44:16.473Z | Downloaded des v0.9.0 |
| 687 | 2026-07-22T16:44:16.478Z | Downloaded illumos-nvpair v0.3.0 |
| 688 | 2026-07-22T16:44:16.478Z | Downloaded env_logger v0.11.9 |
| 689 | 2026-07-22T16:44:16.478Z | Downloaded ident_case v1.0.1 |
| 690 | 2026-07-22T16:44:16.478Z | Downloaded idna_adapter v1.2.1 |
| 691 | 2026-07-22T16:44:16.478Z | Downloaded delegate v0.13.5 |
| 692 | 2026-07-22T16:44:16.478Z | Downloaded globset v0.4.18 |
| 693 | 2026-07-22T16:44:16.478Z | Downloaded inout v0.2.2 |
| 694 | 2026-07-22T16:44:16.479Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 695 | 2026-07-22T16:44:16.479Z | Downloaded console v0.16.2 |
| 696 | 2026-07-22T16:44:16.479Z | Downloaded glob v0.3.3 |
| 697 | 2026-07-22T16:44:16.479Z | Downloaded home v0.5.12 |
| 698 | 2026-07-22T16:44:16.479Z | Downloaded either v1.15.0 |
| 699 | 2026-07-22T16:44:16.479Z | Downloaded const-oid v0.9.6 |
| 700 | 2026-07-22T16:44:16.479Z | Downloaded highway v1.3.0 |
| 701 | 2026-07-22T16:44:16.479Z | Downloaded blake2 v0.11.0-rc.6 |
| 702 | 2026-07-22T16:44:16.479Z | Downloaded internet-checksum v0.2.1 |
| 703 | 2026-07-22T16:44:16.479Z | Downloaded instant v0.1.13 |
| 704 | 2026-07-22T16:44:16.497Z | Downloaded indent_write v2.2.0 |
| 705 | 2026-07-22T16:44:16.497Z | Downloaded foreign-types v0.3.2 |
| 706 | 2026-07-22T16:44:16.497Z | Downloaded inout v0.1.4 |
| 707 | 2026-07-22T16:44:16.497Z | Downloaded is-terminal v0.4.17 |
| 708 | 2026-07-22T16:44:16.497Z | Downloaded instability v0.3.11 |
| 709 | 2026-07-22T16:44:16.505Z | Downloaded indoc v1.0.9 |
| 710 | 2026-07-22T16:44:16.505Z | Downloaded ena v0.14.4 |
| 711 | 2026-07-22T16:44:16.505Z | Downloaded const_format_proc_macros v0.2.34 |
| 712 | 2026-07-22T16:44:16.505Z | Downloaded buf-list v1.1.2 |
| 713 | 2026-07-22T16:44:16.505Z | Downloaded lazy_static v1.5.0 |
| 714 | 2026-07-22T16:44:16.506Z | Downloaded const-oid v0.10.2 |
| 715 | 2026-07-22T16:44:16.506Z | Downloaded fixedbitset v0.5.7 |
| 716 | 2026-07-22T16:44:16.506Z | Downloaded is_ci v1.2.0 |
| 717 | 2026-07-22T16:44:16.506Z | Downloaded bzip2 v0.4.4 |
| 718 | 2026-07-22T16:44:16.506Z | Downloaded colored v3.1.1 |
| 719 | 2026-07-22T16:44:16.506Z | Downloaded getrandom v0.2.17 |
| 720 | 2026-07-22T16:44:16.518Z | Downloaded lalrpop-util v0.19.12 |
| 721 | 2026-07-22T16:44:16.518Z | Downloaded derive-where v1.6.0 |
| 722 | 2026-07-22T16:44:16.518Z | Downloaded kstat-rs v0.2.4 |
| 723 | 2026-07-22T16:44:16.518Z | Downloaded kem v0.3.0 |
| 724 | 2026-07-22T16:44:16.518Z | Downloaded dropshot_endpoint v0.17.1 |
| 725 | 2026-07-22T16:44:16.518Z | Downloaded futures-channel v0.3.32 |
| 726 | 2026-07-22T16:44:16.518Z | Downloaded diff v0.1.13 |
| 727 | 2026-07-22T16:44:16.535Z | Downloaded humantime v2.3.0 |
| 728 | 2026-07-22T16:44:16.535Z | Downloaded keccak v0.1.6 |
| 729 | 2026-07-22T16:44:16.535Z | Downloaded erased-serde v0.3.31 |
| 730 | 2026-07-22T16:44:16.535Z | Downloaded hyper-staticfile v0.10.1 |
| 731 | 2026-07-22T16:44:16.535Z | Downloaded libscf-sys v1.1.0 |
| 732 | 2026-07-22T16:44:16.549Z | Downloaded md5 v0.8.0 |
| 733 | 2026-07-22T16:44:16.549Z | Downloaded md-5 v0.10.6 |
| 734 | 2026-07-22T16:44:16.549Z | Downloaded derive_more v0.99.20 |
| 735 | 2026-07-22T16:44:16.549Z | Downloaded fatfs v0.3.6 |
| 736 | 2026-07-22T16:44:16.549Z | Downloaded linked-hash-map v0.5.6 |
| 737 | 2026-07-22T16:44:16.549Z | Downloaded lru-slab v0.1.2 |
| 738 | 2026-07-22T16:44:16.549Z | Downloaded lru v0.12.5 |
| 739 | 2026-07-22T16:44:16.549Z | Downloaded half v1.8.3 |
| 740 | 2026-07-22T16:44:16.549Z | Downloaded maybe-uninit v2.0.0 |
| 741 | 2026-07-22T16:44:16.549Z | Downloaded match_cfg v0.1.0 |
| 742 | 2026-07-22T16:44:16.549Z | Downloaded crc-any v2.5.0 |
| 743 | 2026-07-22T16:44:16.549Z | Downloaded arc-swap v1.8.2 |
| 744 | 2026-07-22T16:44:16.557Z | Downloaded managed v0.8.0 |
| 745 | 2026-07-22T16:44:16.557Z | Downloaded lru-cache v0.1.2 |
| 746 | 2026-07-22T16:44:16.558Z | Downloaded mime v0.3.17 |
| 747 | 2026-07-22T16:44:16.558Z | Downloaded memoffset v0.9.1 |
| 748 | 2026-07-22T16:44:16.558Z | Downloaded maplit v1.0.2 |
| 749 | 2026-07-22T16:44:16.558Z | Downloaded ingot-types v0.1.2 |
| 750 | 2026-07-22T16:44:16.558Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 751 | 2026-07-22T16:44:16.565Z | Downloaded ingot v0.1.1 |
| 752 | 2026-07-22T16:44:16.565Z | Downloaded newtype-uuid-macros v0.1.0 |
| 753 | 2026-07-22T16:44:16.565Z | Downloaded multimap v0.10.1 |
| 754 | 2026-07-22T16:44:16.565Z | Downloaded ipnetwork v0.21.1 |
| 755 | 2026-07-22T16:44:16.565Z | Downloaded http-body-util v0.1.3 |
| 756 | 2026-07-22T16:44:16.565Z | Downloaded ecdsa v0.17.0-rc.18 |
| 757 | 2026-07-22T16:44:16.573Z | Downloaded hmac v0.13.0 |
| 758 | 2026-07-22T16:44:16.573Z | Downloaded newline-converter v0.3.0 |
| 759 | 2026-07-22T16:44:16.573Z | Downloaded compact_str v0.8.1 |
| 760 | 2026-07-22T16:44:16.574Z | Downloaded new_debug_unreachable v1.0.6 |
| 761 | 2026-07-22T16:44:16.582Z | Downloaded newtype_derive v0.1.6 |
| 762 | 2026-07-22T16:44:16.582Z | Downloaded nonempty v0.12.0 |
| 763 | 2026-07-22T16:44:16.582Z | Downloaded nodrop v0.1.14 |
| 764 | 2026-07-22T16:44:16.582Z | Downloaded nibble_vec v0.1.0 |
| 765 | 2026-07-22T16:44:16.595Z | Downloaded num v0.4.3 |
| 766 | 2026-07-22T16:44:16.595Z | Downloaded libefi-sys v0.1.0 |
| 767 | 2026-07-22T16:44:16.595Z | Downloaded keccak v0.2.0 |
| 768 | 2026-07-22T16:44:16.595Z | Downloaded jobserver v0.1.34 |
| 769 | 2026-07-22T16:44:16.595Z | Downloaded generic-array v1.4.3 |
| 770 | 2026-07-22T16:44:16.613Z | Downloaded normalize-line-endings v0.3.0 |
| 771 | 2026-07-22T16:44:16.613Z | Downloaded futures v0.3.32 |
| 772 | 2026-07-22T16:44:16.613Z | Downloaded libloading v0.8.9 |
| 773 | 2026-07-22T16:44:16.613Z | Downloaded hyper-rustls v0.27.7 |
| 774 | 2026-07-22T16:44:16.613Z | Downloaded hybrid-array v0.4.13 |
| 775 | 2026-07-22T16:44:16.613Z | Downloaded num-iter v0.1.45 |
| 776 | 2026-07-22T16:44:16.613Z | Downloaded const_format v0.2.35 |
| 777 | 2026-07-22T16:44:16.613Z | Downloaded httparse v1.10.1 |
| 778 | 2026-07-22T16:44:16.622Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 779 | 2026-07-22T16:44:16.622Z | Downloaded darling_core v0.23.0 |
| 780 | 2026-07-22T16:44:16.622Z | Downloaded linear-map v1.2.0 |
| 781 | 2026-07-22T16:44:16.622Z | Downloaded num-derive v0.3.3 |
| 782 | 2026-07-22T16:44:16.623Z | Downloaded openssl-macros v0.1.1 |
| 783 | 2026-07-22T16:44:16.623Z | Downloaded num-derive v0.4.2 |
| 784 | 2026-07-22T16:44:16.623Z | Downloaded olpc-cjson v0.1.4 |
| 785 | 2026-07-22T16:44:16.623Z | Downloaded num-conv v0.2.0 |
| 786 | 2026-07-22T16:44:16.623Z | Downloaded libsw-core v0.3.2 |
| 787 | 2026-07-22T16:44:16.625Z | Downloaded num_enum_derive v0.5.11 |
| 788 | 2026-07-22T16:44:16.625Z | Downloaded libsw v3.5.0 |
| 789 | 2026-07-22T16:44:16.625Z | Downloaded crypto-bigint v0.5.5 |
| 790 | 2026-07-22T16:44:16.630Z | Downloaded opaque-debug v0.3.1 |
| 791 | 2026-07-22T16:44:16.630Z | Downloaded iana-time-zone v0.1.65 |
| 792 | 2026-07-22T16:44:16.630Z | Downloaded ingot-macros v0.1.1 |
| 793 | 2026-07-22T16:44:16.630Z | Downloaded mime_guess v2.0.5 |
| 794 | 2026-07-22T16:44:16.630Z | Downloaded hmac v0.12.1 |
| 795 | 2026-07-22T16:44:16.630Z | Downloaded openssl-probe v0.1.6 |
| 796 | 2026-07-22T16:44:16.630Z | Downloaded multer v3.1.0 |
| 797 | 2026-07-22T16:44:16.638Z | Downloaded lzss v0.8.2 |
| 798 | 2026-07-22T16:44:16.638Z | Downloaded indoc v2.0.7 |
| 799 | 2026-07-22T16:44:16.638Z | Downloaded oso-derive v0.27.3 |
| 800 | 2026-07-22T16:44:16.638Z | Downloaded num_threads v0.1.7 |
| 801 | 2026-07-22T16:44:16.638Z | Downloaded openssl-probe v0.2.1 |
| 802 | 2026-07-22T16:44:16.657Z | Downloaded nanorand v0.7.0 |
| 803 | 2026-07-22T16:44:16.661Z | Downloaded native-tls v0.2.18 |
| 804 | 2026-07-22T16:44:16.661Z | Downloaded chacha20poly1305 v0.10.1 |
| 805 | 2026-07-22T16:44:16.661Z | Downloaded module-lattice v0.2.3 |
| 806 | 2026-07-22T16:44:16.661Z | Downloaded ipnet v2.11.0 |
| 807 | 2026-07-22T16:44:16.661Z | Downloaded drift v0.2.0 |
| 808 | 2026-07-22T16:44:16.666Z | Downloaded nu-ansi-term v0.50.3 |
| 809 | 2026-07-22T16:44:16.666Z | Downloaded packed_struct_codegen v0.10.1 |
| 810 | 2026-07-22T16:44:16.666Z | Downloaded darling_core v0.21.3 |
| 811 | 2026-07-22T16:44:16.671Z | Downloaded newtype-uuid v1.3.2 |
| 812 | 2026-07-22T16:44:16.672Z | Downloaded elliptic-curve v0.13.8 |
| 813 | 2026-07-22T16:44:16.680Z | Downloaded ed25519-dalek v2.2.0 |
| 814 | 2026-07-22T16:44:16.680Z | Downloaded derive_more v2.1.1 |
| 815 | 2026-07-22T16:44:16.684Z | Downloaded peg-runtime v0.8.5 |
| 816 | 2026-07-22T16:44:16.684Z | Downloaded ar_archive_writer v0.5.1 |
| 817 | 2026-07-22T16:44:16.684Z | Downloaded getrandom v0.3.4 |
| 818 | 2026-07-22T16:44:16.689Z | Downloaded path-slash v0.1.5 |
| 819 | 2026-07-22T16:44:16.689Z | Downloaded parse-size v1.1.0 |
| 820 | 2026-07-22T16:44:16.689Z | Downloaded num-integer v0.1.46 |
| 821 | 2026-07-22T16:44:16.696Z | Downloaded num_enum_derive v0.7.6 |
| 822 | 2026-07-22T16:44:16.696Z | Downloaded num_enum v0.7.6 |
| 823 | 2026-07-22T16:44:16.696Z | Downloaded num_enum v0.5.11 |
| 824 | 2026-07-22T16:44:16.701Z | Downloaded num-complex v0.4.6 |
| 825 | 2026-07-22T16:44:16.701Z | Downloaded memmap2 v0.9.10 |
| 826 | 2026-07-22T16:44:16.701Z | Downloaded litemap v0.8.1 |
| 827 | 2026-07-22T16:44:16.701Z | Downloaded parse-display v0.10.0 |
| 828 | 2026-07-22T16:44:16.701Z | Downloaded num-rational v0.4.2 |
| 829 | 2026-07-22T16:44:16.709Z | Downloaded lock_api v0.4.14 |
| 830 | 2026-07-22T16:44:16.709Z | Downloaded ignore v0.4.25 |
| 831 | 2026-07-22T16:44:16.709Z | Downloaded indexmap v1.9.3 |
| 832 | 2026-07-22T16:44:16.717Z | Downloaded icu_provider v2.1.1 |
| 833 | 2026-07-22T16:44:16.717Z | Downloaded icu_properties v2.1.2 |
| 834 | 2026-07-22T16:44:16.717Z | Downloaded bumpalo v3.20.2 |
| 835 | 2026-07-22T16:44:16.717Z | Downloaded owo-colors v4.3.0 |
| 836 | 2026-07-22T16:44:16.717Z | Downloaded phf_shared v0.13.1 |
| 837 | 2026-07-22T16:44:16.717Z | Downloaded darling_core v0.20.11 |
| 838 | 2026-07-22T16:44:16.723Z | Downloaded oxide-update-engine v0.1.2 |
| 839 | 2026-07-22T16:44:16.723Z | Downloaded phf_shared v0.12.1 |
| 840 | 2026-07-22T16:44:16.723Z | Downloaded phf_shared v0.11.3 |
| 841 | 2026-07-22T16:44:16.723Z | Downloaded oxide-tokio-rt v0.1.4 |
| 842 | 2026-07-22T16:44:16.723Z | Downloaded heapless v0.8.0 |
| 843 | 2026-07-22T16:44:16.723Z | Downloaded flate2 v1.1.9 |
| 844 | 2026-07-22T16:44:16.730Z | Downloaded oxide-update-engine-display v0.1.2 |
| 845 | 2026-07-22T16:44:16.730Z | Downloaded ml-kem v0.3.2 |
| 846 | 2026-07-22T16:44:16.747Z | Downloaded der v0.7.10 |
| 847 | 2026-07-22T16:44:16.747Z | Downloaded predicates-core v1.0.10 |
| 848 | 2026-07-22T16:44:16.747Z | Downloaded precomputed-hash v0.1.1 |
| 849 | 2026-07-22T16:44:16.756Z | Downloaded parking_lot_core v0.8.6 |
| 850 | 2026-07-22T16:44:16.756Z | Downloaded cc v1.2.56 |
| 851 | 2026-07-22T16:44:16.756Z | Downloaded potential_utf v0.1.4 |
| 852 | 2026-07-22T16:44:16.756Z | Downloaded powerfmt v0.2.0 |
| 853 | 2026-07-22T16:44:16.756Z | Downloaded flume v0.11.1 |
| 854 | 2026-07-22T16:44:16.761Z | Downloaded packed_struct v0.10.1 |
| 855 | 2026-07-22T16:44:16.761Z | Downloaded paste v1.0.15 |
| 856 | 2026-07-22T16:44:16.761Z | Downloaded proc-macro-crate v1.3.1 |
| 857 | 2026-07-22T16:44:16.761Z | Downloaded pem v3.0.6 |
| 858 | 2026-07-22T16:44:16.761Z | Downloaded libbz2-rs-sys v0.2.2 |
| 859 | 2026-07-22T16:44:16.762Z | Downloaded predicates-tree v1.0.13 |
| 860 | 2026-07-22T16:44:16.762Z | Downloaded password-hash v0.6.1 |
| 861 | 2026-07-22T16:44:16.767Z | Downloaded litrs v1.0.0 |
| 862 | 2026-07-22T16:44:16.767Z | Downloaded percent-encoding v2.3.2 |
| 863 | 2026-07-22T16:44:16.767Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 864 | 2026-07-22T16:44:16.767Z | Downloaded proc-macro-crate v3.4.0 |
| 865 | 2026-07-22T16:44:16.767Z | Downloaded pem-rfc7468 v1.0.0 |
| 866 | 2026-07-22T16:44:16.779Z | Downloaded peg-macros v0.8.5 |
| 867 | 2026-07-22T16:44:16.779Z | Downloaded peg v0.8.5 |
| 868 | 2026-07-22T16:44:16.779Z | Downloaded phf v0.12.1 |
| 869 | 2026-07-22T16:44:16.779Z | Downloaded icu_locale_core v2.1.1 |
| 870 | 2026-07-22T16:44:16.791Z | Downloaded progenitor-macro v0.14.0 |
| 871 | 2026-07-22T16:44:16.791Z | Downloaded psl-types v2.0.11 |
| 872 | 2026-07-22T16:44:16.791Z | Downloaded diesel_derives v2.3.7 |
| 873 | 2026-07-22T16:44:16.791Z | Downloaded icu_normalizer_data v2.1.1 |
| 874 | 2026-07-22T16:44:16.791Z | Downloaded icu_normalizer v2.1.1 |
| 875 | 2026-07-22T16:44:16.797Z | Downloaded pin-project-lite v0.2.17 |
| 876 | 2026-07-22T16:44:16.797Z | Downloaded radium v0.7.0 |
| 877 | 2026-07-22T16:44:16.798Z | Downloaded headers v0.4.1 |
| 878 | 2026-07-22T16:44:16.798Z | Downloaded phf v0.13.1 |
| 879 | 2026-07-22T16:44:16.798Z | Downloaded pkcs8 v0.10.2 |
| 880 | 2026-07-22T16:44:16.798Z | Downloaded hickory-resolver v0.25.2 |
| 881 | 2026-07-22T16:44:16.807Z | Downloaded oxnet v0.1.6 |
| 882 | 2026-07-22T16:44:16.807Z | Downloaded pin-project-internal v1.1.11 |
| 883 | 2026-07-22T16:44:16.807Z | Downloaded heapless v0.7.17 |
| 884 | 2026-07-22T16:44:16.807Z | Downloaded ppv-lite86 v0.2.21 |
| 885 | 2026-07-22T16:44:16.807Z | Downloaded postgres-protocol v0.6.10 |
| 886 | 2026-07-22T16:44:16.820Z | Downloaded port-file v0.1.0 |
| 887 | 2026-07-22T16:44:16.820Z | Downloaded quick-error v1.2.3 |
| 888 | 2026-07-22T16:44:16.820Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 889 | 2026-07-22T16:44:16.821Z | Downloaded rand_chacha v0.3.1 |
| 890 | 2026-07-22T16:44:16.821Z | Downloaded derive_more-impl v2.1.1 |
| 891 | 2026-07-22T16:44:16.821Z | Downloaded pkg-config v0.3.32 |
| 892 | 2026-07-22T16:44:16.836Z | Downloaded predicates v3.1.4 |
| 893 | 2026-07-22T16:44:16.836Z | Downloaded indicatif v0.18.4 |
| 894 | 2026-07-22T16:44:16.836Z | Downloaded parking_lot v0.11.2 |
| 895 | 2026-07-22T16:44:16.836Z | Downloaded half v2.7.1 |
| 896 | 2026-07-22T16:44:16.836Z | Downloaded polyval v0.7.1 |
| 897 | 2026-07-22T16:44:16.836Z | Downloaded poly1305 v0.8.0 |
| 898 | 2026-07-22T16:44:16.836Z | Downloaded progenitor-macro v0.13.0 |
| 899 | 2026-07-22T16:44:16.836Z | Downloaded progenitor-client v0.14.0 |
| 900 | 2026-07-22T16:44:16.849Z | Downloaded pem-rfc7468 v0.7.0 |
| 901 | 2026-07-22T16:44:16.850Z | Downloaded primeorder v0.13.6 |
| 902 | 2026-07-22T16:44:16.850Z | Downloaded parking_lot_core v0.9.12 |
| 903 | 2026-07-22T16:44:16.850Z | Downloaded parking_lot v0.12.5 |
| 904 | 2026-07-22T16:44:16.850Z | Downloaded ref-cast v1.0.25 |
| 905 | 2026-07-22T16:44:16.850Z | Downloaded rand_xorshift v0.4.0 |
| 906 | 2026-07-22T16:44:16.850Z | Downloaded primefield v0.14.0 |
| 907 | 2026-07-22T16:44:16.850Z | Downloaded num-traits v0.2.19 |
| 908 | 2026-07-22T16:44:16.850Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 909 | 2026-07-22T16:44:16.850Z | Downloaded recursive v0.1.1 |
| 910 | 2026-07-22T16:44:16.850Z | Downloaded primeorder v0.14.0-rc.10 |
| 911 | 2026-07-22T16:44:16.850Z | Downloaded pbkdf2 v0.13.0 |
| 912 | 2026-07-22T16:44:16.850Z | Downloaded ref-cast-impl v1.0.25 |
| 913 | 2026-07-22T16:44:16.850Z | Downloaded proc-macro-error2 v2.0.1 |
| 914 | 2026-07-22T16:44:16.850Z | Downloaded omicron-zone-package v0.12.3 |
| 915 | 2026-07-22T16:44:16.850Z | Downloaded phc v0.6.1 |
| 916 | 2026-07-22T16:44:16.927Z | Downloaded password-hash v0.5.0 |
| 917 | 2026-07-22T16:44:16.927Z | Downloaded parse-display-derive v0.10.0 |
| 918 | 2026-07-22T16:44:16.927Z | Downloaded progenitor-extras v0.2.0 |
| 919 | 2026-07-22T16:44:16.927Z | Downloaded progenitor v0.14.0 |
| 920 | 2026-07-22T16:44:16.927Z | Downloaded miniz_oxide v0.8.9 |
| 921 | 2026-07-22T16:44:16.927Z | Downloaded oso v0.27.3 |
| 922 | 2026-07-22T16:44:16.927Z | Downloaded hickory-resolver v0.24.4 |
| 923 | 2026-07-22T16:44:16.927Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 924 | 2026-07-22T16:44:16.927Z | Downloaded expectorate v1.2.0 |
| 925 | 2026-07-22T16:44:16.927Z | Downloaded rand_chacha v0.9.0 |
| 926 | 2026-07-22T16:44:16.927Z | Downloaded oxide-update-engine-types v0.1.2 |
| 927 | 2026-07-22T16:44:16.927Z | Downloaded rfc6979 v0.4.0 |
| 928 | 2026-07-22T16:44:16.929Z | Downloaded r2d2 v0.8.10 |
| 929 | 2026-07-22T16:44:16.929Z | Downloaded rustc_version v0.4.1 |
| 930 | 2026-07-22T16:44:16.929Z | Downloaded rfc6979 v0.5.0 |
| 931 | 2026-07-22T16:44:16.929Z | Downloaded der v0.8.0 |
| 932 | 2026-07-22T16:44:16.929Z | Downloaded rustc_version v0.1.7 |
| 933 | 2026-07-22T16:44:16.929Z | Downloaded rustc-hash v2.1.1 |
| 934 | 2026-07-22T16:44:16.929Z | Downloaded russh-util v0.52.0 |
| 935 | 2026-07-22T16:44:16.929Z | Downloaded russh-cryptovec v0.61.0 |
| 936 | 2026-07-22T16:44:16.929Z | Downloaded jiff-static v0.2.21 |
| 937 | 2026-07-22T16:44:16.929Z | Downloaded rand_core v0.6.4 |
| 938 | 2026-07-22T16:44:16.929Z | Downloaded postgres-types v0.2.12 |
| 939 | 2026-07-22T16:44:16.929Z | Downloaded poly1305 v0.9.0 |
| 940 | 2026-07-22T16:44:16.929Z | Downloaded pkcs8 v0.11.0 |
| 941 | 2026-07-22T16:44:16.929Z | Downloaded aes v0.9.1 |
| 942 | 2026-07-22T16:44:16.929Z | Downloaded postcard v1.1.3 |
| 943 | 2026-07-22T16:44:16.929Z | Downloaded rand_core v0.10.0 |
| 944 | 2026-07-22T16:44:16.929Z | Downloaded papergrid v0.17.0 |
| 945 | 2026-07-22T16:44:16.929Z | Downloaded rand_seeder v0.4.0 |
| 946 | 2026-07-22T16:44:16.929Z | Downloaded scheduled-thread-pool v0.2.7 |
| 947 | 2026-07-22T16:44:16.946Z | Downloaded same-file v1.0.6 |
| 948 | 2026-07-22T16:44:16.946Z | Downloaded sapling-renderdag v0.1.0 |
| 949 | 2026-07-22T16:44:16.946Z | Downloaded scopeguard v1.2.0 |
| 950 | 2026-07-22T16:44:16.946Z | Downloaded crossterm v0.29.0 |
| 951 | 2026-07-22T16:44:16.946Z | Downloaded serde-big-array v0.5.1 |
| 952 | 2026-07-22T16:44:16.946Z | Downloaded icu_collections v2.1.1 |
| 953 | 2026-07-22T16:44:16.946Z | Downloaded progenitor v0.13.0 |
| 954 | 2026-07-22T16:44:16.946Z | Downloaded hashbrown v0.12.3 |
| 955 | 2026-07-22T16:44:16.946Z | Downloaded semver v0.1.20 |
| 956 | 2026-07-22T16:44:16.946Z | Downloaded openssl-sys v0.9.115 |
| 957 | 2026-07-22T16:44:16.951Z | Downloaded serde_plain v1.0.2 |
| 958 | 2026-07-22T16:44:16.951Z | Downloaded secrecy v0.8.0 |
| 959 | 2026-07-22T16:44:16.951Z | Downloaded scroll_derive v0.13.1 |
| 960 | 2026-07-22T16:44:16.951Z | Downloaded minimal-lexical v0.2.1 |
| 961 | 2026-07-22T16:44:16.951Z | Downloaded serde_spanned v1.1.1 |
| 962 | 2026-07-22T16:44:16.951Z | Downloaded serde_repr v0.1.20 |
| 963 | 2026-07-22T16:44:16.951Z | Downloaded rpassword v7.5.4 |
| 964 | 2026-07-22T16:44:16.951Z | Downloaded psm v0.1.30 |
| 965 | 2026-07-22T16:44:16.951Z | Downloaded pkcs1 v0.7.5 |
| 966 | 2026-07-22T16:44:16.951Z | Downloaded pin-project v1.1.11 |
| 967 | 2026-07-22T16:44:16.967Z | Downloaded rtoolbox v0.0.3 |
| 968 | 2026-07-22T16:44:16.979Z | Downloaded serde_bytes v0.11.19 |
| 969 | 2026-07-22T16:44:16.979Z | Downloaded resolv-conf v0.7.6 |
| 970 | 2026-07-22T16:44:16.979Z | Downloaded hashbrown v0.13.2 |
| 971 | 2026-07-22T16:44:16.979Z | Downloaded sha1 v0.11.0 |
| 972 | 2026-07-22T16:44:16.979Z | Downloaded pkcs5 v0.8.1 |
| 973 | 2026-07-22T16:44:16.979Z | Downloaded serde_urlencoded v0.7.1 |
| 974 | 2026-07-22T16:44:16.979Z | Downloaded progenitor-client v0.13.0 |
| 975 | 2026-07-22T16:44:16.984Z | Downloaded rustls-pemfile v2.2.0 |
| 976 | 2026-07-22T16:44:16.985Z | Downloaded sha1 v0.10.6 |
| 977 | 2026-07-22T16:44:16.985Z | Downloaded http v1.4.2 |
| 978 | 2026-07-22T16:44:16.997Z | Downloaded prefix-trie v0.7.0 |
| 979 | 2026-07-22T16:44:16.997Z | Downloaded rusty-fork v0.3.1 |
| 980 | 2026-07-22T16:44:17.003Z | Downloaded rustversion v1.0.22 |
| 981 | 2026-07-22T16:44:17.003Z | Downloaded rand_core v0.9.5 |
| 982 | 2026-07-22T16:44:17.003Z | Downloaded signal-hook-mio v0.2.5 |
| 983 | 2026-07-22T16:44:17.003Z | Downloaded shell-words v1.1.1 |
| 984 | 2026-07-22T16:44:17.003Z | Downloaded hyper-util v0.1.20 |
| 985 | 2026-07-22T16:44:17.003Z | Downloaded seq-macro v0.3.6 |
| 986 | 2026-07-22T16:44:17.017Z | Downloaded sigpipe v0.1.3 |
| 987 | 2026-07-22T16:44:17.017Z | Downloaded sec1 v0.8.1 |
| 988 | 2026-07-22T16:44:17.017Z | Downloaded sec1 v0.7.3 |
| 989 | 2026-07-22T16:44:17.017Z | Downloaded slog-bunyan v2.5.0 |
| 990 | 2026-07-22T16:44:17.017Z | Downloaded signature v3.0.0 |
| 991 | 2026-07-22T16:44:17.017Z | Downloaded signal-hook-tokio v0.3.1 |
| 992 | 2026-07-22T16:44:17.017Z | Downloaded progenitor-impl v0.14.0 |
| 993 | 2026-07-22T16:44:17.026Z | Downloaded serde-hex v0.1.0 |
| 994 | 2026-07-22T16:44:17.026Z | Downloaded slog-envlogger v2.2.0 |
| 995 | 2026-07-22T16:44:17.026Z | Downloaded siphasher v1.0.2 |
| 996 | 2026-07-22T16:44:17.026Z | Downloaded secrecy v0.10.3 |
| 997 | 2026-07-22T16:44:17.026Z | Downloaded scroll v0.13.0 |
| 998 | 2026-07-22T16:44:17.026Z | Downloaded schemars_derive v0.8.22 |
| 999 | 2026-07-22T16:44:17.026Z | Downloaded dropshot-api-manager v0.7.2 |
| 1000 | 2026-07-22T16:44:17.026Z | Downloaded progenitor-impl v0.13.0 |
| 1001 | 2026-07-22T16:44:17.026Z | Downloaded mio v1.2.0 |
| 1002 | 2026-07-22T16:44:17.031Z | Downloaded hashbrown v0.15.5 |
| 1003 | 2026-07-22T16:44:17.032Z | Downloaded quinn-udp v0.5.14 |
| 1004 | 2026-07-22T16:44:17.039Z | Downloaded serde_path_to_error v0.1.20 |
| 1005 | 2026-07-22T16:44:17.046Z | Downloaded serde_with_macros v1.5.2 |
| 1006 | 2026-07-22T16:44:17.046Z | Downloaded serdect v0.4.3 |
| 1007 | 2026-07-22T16:44:17.047Z | Downloaded serde_derive_internals v0.29.1 |
| 1008 | 2026-07-22T16:44:17.047Z | Downloaded hickory-server v0.25.2 |
| 1009 | 2026-07-22T16:44:17.050Z | Downloaded rustls-pki-types v1.14.0 |
| 1010 | 2026-07-22T16:44:17.059Z | Downloaded p384 v0.14.0-rc.10 |
| 1011 | 2026-07-22T16:44:17.059Z | Downloaded p256 v0.14.0-rc.10 |
| 1012 | 2026-07-22T16:44:17.069Z | Downloaded salsa20 v0.11.0 |
| 1013 | 2026-07-22T16:44:17.069Z | Downloaded signal-hook-registry v1.4.8 |
| 1014 | 2026-07-22T16:44:17.069Z | Downloaded stable_deref_trait v1.2.1 |
| 1015 | 2026-07-22T16:44:17.069Z | Downloaded sqlparser_derive v0.5.0 |
| 1016 | 2026-07-22T16:44:17.069Z | Downloaded prettyplease v0.2.37 |
| 1017 | 2026-07-22T16:44:17.078Z | Downloaded signature v2.2.0 |
| 1018 | 2026-07-22T16:44:17.078Z | Downloaded aes-gcm v0.11.0 |
| 1019 | 2026-07-22T16:44:17.078Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1020 | 2026-07-22T16:44:17.078Z | Downloaded strum v0.27.2 |
| 1021 | 2026-07-22T16:44:17.082Z | Downloaded strsim v0.10.0 |
| 1022 | 2026-07-22T16:44:17.082Z | Downloaded pretty_assertions v1.4.1 |
| 1023 | 2026-07-22T16:44:17.082Z | Downloaded simd-adler32 v0.3.8 |
| 1024 | 2026-07-22T16:44:17.082Z | Downloaded strum v0.26.3 |
| 1025 | 2026-07-22T16:44:17.082Z | Downloaded slab v0.4.12 |
| 1026 | 2026-07-22T16:44:17.083Z | Downloaded curve25519-dalek v4.1.3 |
| 1027 | 2026-07-22T16:44:17.086Z | Downloaded serde_cbor v0.11.2 |
| 1028 | 2026-07-22T16:44:17.094Z | Downloaded structmeta-derive v0.3.0 |
| 1029 | 2026-07-22T16:44:17.094Z | Downloaded smallvec v0.6.14 |
| 1030 | 2026-07-22T16:44:17.094Z | Downloaded scrypt v0.12.0 |
| 1031 | 2026-07-22T16:44:17.094Z | Downloaded slog-stdlog v4.1.1 |
| 1032 | 2026-07-22T16:44:17.094Z | Downloaded slog-scope v4.4.1 |
| 1033 | 2026-07-22T16:44:17.100Z | Downloaded structmeta v0.3.0 |
| 1034 | 2026-07-22T16:44:17.100Z | Downloaded slog-dtrace v0.3.0 |
| 1035 | 2026-07-22T16:44:17.100Z | Downloaded take_mut v0.2.2 |
| 1036 | 2026-07-22T16:44:17.100Z | Downloaded hashbrown v0.16.1 |
| 1037 | 2026-07-22T16:44:17.100Z | Downloaded slog-json v2.6.1 |
| 1038 | 2026-07-22T16:44:17.105Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1039 | 2026-07-22T16:44:17.105Z | Downloaded tagptr v0.2.0 |
| 1040 | 2026-07-22T16:44:17.113Z | Downloaded smf v0.2.3 |
| 1041 | 2026-07-22T16:44:17.113Z | Downloaded tabwriter v1.4.1 |
| 1042 | 2026-07-22T16:44:17.113Z | Downloaded tabled_derive v0.11.0 |
| 1043 | 2026-07-22T16:44:17.118Z | Downloaded spki v0.8.0 |
| 1044 | 2026-07-22T16:44:17.118Z | Downloaded spki v0.7.3 |
| 1045 | 2026-07-22T16:44:17.118Z | Downloaded snafu-derive v0.8.9 |
| 1046 | 2026-07-22T16:44:17.122Z | Downloaded supports-color v3.0.2 |
| 1047 | 2026-07-22T16:44:17.122Z | Downloaded subtle v2.6.1 |
| 1048 | 2026-07-22T16:44:17.125Z | Downloaded itertools v0.10.5 |
| 1049 | 2026-07-22T16:44:17.141Z | Downloaded ron v0.8.1 |
| 1050 | 2026-07-22T16:44:17.141Z | Downloaded rustls-native-certs v0.8.3 |
| 1051 | 2026-07-22T16:44:17.141Z | Downloaded num-bigint v0.4.6 |
| 1052 | 2026-07-22T16:44:17.141Z | Downloaded testing_table v0.3.0 |
| 1053 | 2026-07-22T16:44:17.141Z | Downloaded time-core v0.1.8 |
| 1054 | 2026-07-22T16:44:17.141Z | Downloaded thread-id v5.1.0 |
| 1055 | 2026-07-22T16:44:17.149Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1056 | 2026-07-22T16:44:17.149Z | Downloaded termtree v0.5.1 |
| 1057 | 2026-07-22T16:44:17.149Z | Downloaded ryu v1.0.23 |
| 1058 | 2026-07-22T16:44:17.149Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1059 | 2026-07-22T16:44:17.149Z | Downloaded string_cache v0.8.9 |
| 1060 | 2026-07-22T16:44:17.149Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1061 | 2026-07-22T16:44:17.166Z | Downloaded libxml v0.3.3 |
| 1062 | 2026-07-22T16:44:17.176Z | Downloaded tinyvec_macros v0.1.1 |
| 1063 | 2026-07-22T16:44:17.176Z | Downloaded slog-async v2.8.0 |
| 1064 | 2026-07-22T16:44:17.176Z | Downloaded stringprep v0.1.5 |
| 1065 | 2026-07-22T16:44:17.176Z | Downloaded schemars v0.8.22 |
| 1066 | 2026-07-22T16:44:17.177Z | Downloaded tokio-macros v2.7.0 |
| 1067 | 2026-07-22T16:44:17.177Z | Downloaded strum_macros v0.27.2 |
| 1068 | 2026-07-22T16:44:17.177Z | Downloaded strum_macros v0.26.4 |
| 1069 | 2026-07-22T16:44:17.185Z | Downloaded publicsuffix v2.3.0 |
| 1070 | 2026-07-22T16:44:17.185Z | Downloaded qorb v0.4.1 |
| 1071 | 2026-07-22T16:44:17.185Z | Downloaded quinn v0.11.9 |
| 1072 | 2026-07-22T16:44:17.185Z | Downloaded rand v0.8.6 |
| 1073 | 2026-07-22T16:44:17.185Z | Downloaded spin v0.9.8 |
| 1074 | 2026-07-22T16:44:17.186Z | Downloaded strum_macros v0.24.3 |
| 1075 | 2026-07-22T16:44:17.196Z | Downloaded smallvec v1.15.1 |
| 1076 | 2026-07-22T16:44:17.196Z | Downloaded serde_with_macros v3.21.0 |
| 1077 | 2026-07-22T16:44:17.196Z | Downloaded termios v0.3.3 |
| 1078 | 2026-07-22T16:44:17.196Z | Downloaded slog-term v2.9.2 |
| 1079 | 2026-07-22T16:44:17.196Z | Downloaded rcgen v0.12.1 |
| 1080 | 2026-07-22T16:44:17.196Z | Downloaded tokio-test v0.4.5 |
| 1081 | 2026-07-22T16:44:17.200Z | Downloaded tower-service v0.3.3 |
| 1082 | 2026-07-22T16:44:17.200Z | Downloaded synstructure v0.13.2 |
| 1083 | 2026-07-22T16:44:17.200Z | Downloaded crypto-primes v0.7.2 |
| 1084 | 2026-07-22T16:44:17.200Z | Downloaded itertools v0.12.1 |
| 1085 | 2026-07-22T16:44:17.203Z | Downloaded thread_local v1.1.9 |
| 1086 | 2026-07-22T16:44:17.203Z | Downloaded support-bundle-viewer v0.1.2 |
| 1087 | 2026-07-22T16:44:17.210Z | Downloaded tower-layer v0.3.3 |
| 1088 | 2026-07-22T16:44:17.210Z | Downloaded topological-sort v0.2.2 |
| 1089 | 2026-07-22T16:44:17.210Z | Downloaded thiserror-no-std v2.0.2 |
| 1090 | 2026-07-22T16:44:17.218Z | Downloaded futures-util v0.3.32 |
| 1091 | 2026-07-22T16:44:17.227Z | Downloaded trait-variant v0.1.2 |
| 1092 | 2026-07-22T16:44:17.227Z | Downloaded time-macros v0.2.27 |
| 1093 | 2026-07-22T16:44:17.227Z | Downloaded try-lock v0.2.5 |
| 1094 | 2026-07-22T16:44:17.228Z | Downloaded signal-hook v0.3.18 |
| 1095 | 2026-07-22T16:44:17.228Z | Downloaded tinystr v0.8.2 |
| 1096 | 2026-07-22T16:44:17.235Z | Downloaded slog v2.8.2 |
| 1097 | 2026-07-22T16:44:17.235Z | Downloaded similar v2.7.0 |
| 1098 | 2026-07-22T16:44:17.235Z | Downloaded schemars v0.9.0 |
| 1099 | 2026-07-22T16:44:17.239Z | Downloaded untrusted v0.9.0 |
| 1100 | 2026-07-22T16:44:17.239Z | Downloaded idna v1.1.0 |
| 1101 | 2026-07-22T16:44:17.239Z | Downloaded tokio-native-tls v0.3.1 |
| 1102 | 2026-07-22T16:44:17.252Z | Downloaded usdt-attr-macro v0.6.0 |
| 1103 | 2026-07-22T16:44:17.252Z | Downloaded rand v0.9.2 |
| 1104 | 2026-07-22T16:44:17.252Z | Downloaded tls_codec v0.4.2 |
| 1105 | 2026-07-22T16:44:17.257Z | Downloaded iri-string v0.7.10 |
| 1106 | 2026-07-22T16:44:17.257Z | Downloaded rsa v0.9.10 |
| 1107 | 2026-07-22T16:44:17.257Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1108 | 2026-07-22T16:44:17.257Z | Downloaded tokio-tungstenite v0.23.1 |
| 1109 | 2026-07-22T16:44:17.257Z | Downloaded universal-hash v0.6.1 |
| 1110 | 2026-07-22T16:44:17.257Z | Downloaded unit-prefix v0.5.2 |
| 1111 | 2026-07-22T16:44:17.257Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1112 | 2026-07-22T16:44:17.257Z | Downloaded universal-hash v0.5.1 |
| 1113 | 2026-07-22T16:44:17.264Z | Downloaded unicode-xid v0.2.6 |
| 1114 | 2026-07-22T16:44:17.264Z | Downloaded unicode-truncate v1.1.0 |
| 1115 | 2026-07-22T16:44:17.264Z | Downloaded utf8_iter v1.0.4 |
| 1116 | 2026-07-22T16:44:17.264Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1117 | 2026-07-22T16:44:17.264Z | Downloaded usdt v0.6.0 |
| 1118 | 2026-07-22T16:44:17.265Z | Downloaded utf-8 v0.7.6 |
| 1119 | 2026-07-22T16:44:17.275Z | Downloaded usdt-macro v0.6.0 |
| 1120 | 2026-07-22T16:44:17.275Z | Downloaded term v0.7.0 |
| 1121 | 2026-07-22T16:44:17.275Z | Downloaded term v1.2.1 |
| 1122 | 2026-07-22T16:44:17.275Z | Downloaded h2 v0.4.15 |
| 1123 | 2026-07-22T16:44:17.283Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1124 | 2026-07-22T16:44:17.283Z | Downloaded nom v7.1.3 |
| 1125 | 2026-07-22T16:44:17.283Z | Downloaded nom v8.0.0 |
| 1126 | 2026-07-22T16:44:17.283Z | Downloaded void v1.0.2 |
| 1127 | 2026-07-22T16:44:17.283Z | Downloaded socket2 v0.5.10 |
| 1128 | 2026-07-22T16:44:17.292Z | Downloaded itertools v0.14.0 |
| 1129 | 2026-07-22T16:44:17.292Z | Downloaded rustls-webpki v0.103.13 |
| 1130 | 2026-07-22T16:44:17.292Z | Downloaded libm v0.2.16 |
| 1131 | 2026-07-22T16:44:17.300Z | Downloaded tui-tree-widget v0.23.1 |
| 1132 | 2026-07-22T16:44:17.300Z | Downloaded tokio-tungstenite v0.21.0 |
| 1133 | 2026-07-22T16:44:17.300Z | Downloaded samael v0.0.19 |
| 1134 | 2026-07-22T16:44:17.306Z | Downloaded hyper v1.10.1 |
| 1135 | 2026-07-22T16:44:17.306Z | Downloaded waitgroup v0.1.2 |
| 1136 | 2026-07-22T16:44:17.306Z | Downloaded wait-timeout v0.2.1 |
| 1137 | 2026-07-22T16:44:17.306Z | Downloaded num-bigint-dig v0.8.6 |
| 1138 | 2026-07-22T16:44:17.314Z | Downloaded bitvec v1.0.1 |
| 1139 | 2026-07-22T16:44:17.320Z | Downloaded yoke-derive v0.8.1 |
| 1140 | 2026-07-22T16:44:17.320Z | Downloaded xshell-macros v0.2.7 |
| 1141 | 2026-07-22T16:44:17.320Z | Downloaded xattr v1.6.1 |
| 1142 | 2026-07-22T16:44:17.320Z | Downloaded untrusted v0.7.1 |
| 1143 | 2026-07-22T16:44:17.320Z | Downloaded icu_properties_data v2.1.2 |
| 1144 | 2026-07-22T16:44:17.330Z | Downloaded tokio-rustls v0.26.4 |
| 1145 | 2026-07-22T16:44:17.330Z | Downloaded hkdf v0.12.4 |
| 1146 | 2026-07-22T16:44:17.337Z | Downloaded tokio-dtrace v0.1.1 |
| 1147 | 2026-07-22T16:44:17.338Z | Downloaded tls_codec_derive v0.4.2 |
| 1148 | 2026-07-22T16:44:17.338Z | Downloaded unarray v0.1.4 |
| 1149 | 2026-07-22T16:44:17.338Z | Downloaded typify-macro v0.6.2 |
| 1150 | 2026-07-22T16:44:17.338Z | Downloaded tiny-keccak v2.0.2 |
| 1151 | 2026-07-22T16:44:17.338Z | Downloaded p521 v0.14.0-rc.10 |
| 1152 | 2026-07-22T16:44:17.338Z | Downloaded unicase v2.9.0 |
| 1153 | 2026-07-22T16:44:17.338Z | Downloaded rand v0.10.1 |
| 1154 | 2026-07-22T16:44:17.343Z | Downloaded itertools v0.13.0 |
| 1155 | 2026-07-22T16:44:17.343Z | Downloaded zeroize_derive v1.4.3 |
| 1156 | 2026-07-22T16:44:17.344Z | Downloaded usdt-impl v0.6.0 |
| 1157 | 2026-07-22T16:44:17.344Z | Downloaded zerofrom-derive v0.1.6 |
| 1158 | 2026-07-22T16:44:17.353Z | Downloaded zerofrom v0.1.6 |
| 1159 | 2026-07-22T16:44:17.354Z | Downloaded vergen-git2 v9.1.0 |
| 1160 | 2026-07-22T16:44:17.354Z | Downloaded vergen-gitcl v1.0.8 |
| 1161 | 2026-07-22T16:44:17.354Z | Downloaded test-strategy v0.4.5 |
| 1162 | 2026-07-22T16:44:17.361Z | Downloaded uzers v0.12.2 |
| 1163 | 2026-07-22T16:44:17.361Z | Downloaded zone v0.3.1 |
| 1164 | 2026-07-22T16:44:17.361Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1165 | 2026-07-22T16:44:17.361Z | Downloaded zone_cfg_derive v0.3.1 |
| 1166 | 2026-07-22T16:44:17.361Z | Downloaded hkdf v0.13.0 |
| 1167 | 2026-07-22T16:44:17.362Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1168 | 2026-07-22T16:44:17.363Z | Downloaded want v0.3.1 |
| 1169 | 2026-07-22T16:44:17.363Z | Downloaded sha2 v0.11.0 |
| 1170 | 2026-07-22T16:44:17.363Z | Downloaded rayon-core v1.13.0 |
| 1171 | 2026-07-22T16:44:17.368Z | Downloaded vergen-lib v9.1.0 |
| 1172 | 2026-07-22T16:44:17.368Z | Downloaded vsss-rs v3.3.4 |
| 1173 | 2026-07-22T16:44:17.368Z | Downloaded aho-corasick v1.1.4 |
| 1174 | 2026-07-22T16:44:17.368Z | Downloaded whoami v1.6.1 |
| 1175 | 2026-07-22T16:44:17.368Z | Downloaded schemars v1.2.1 |
| 1176 | 2026-07-22T16:44:17.374Z | Downloaded tinyvec v1.10.0 |
| 1177 | 2026-07-22T16:44:17.380Z | Downloaded wyz v0.5.1 |
| 1178 | 2026-07-22T16:44:17.381Z | Downloaded writeable v0.6.2 |
| 1179 | 2026-07-22T16:44:17.381Z | Downloaded subprocess v0.2.15 |
| 1180 | 2026-07-22T16:44:17.393Z | Downloaded iddqd v0.4.2 |
| 1181 | 2026-07-22T16:44:17.402Z | Downloaded unicode-properties v0.1.4 |
| 1182 | 2026-07-22T16:44:17.402Z | Downloaded xshell v0.2.7 |
| 1183 | 2026-07-22T16:44:17.402Z | Downloaded rsa v0.10.0-rc.18 |
| 1184 | 2026-07-22T16:44:17.402Z | Downloaded walkdir v2.5.0 |
| 1185 | 2026-07-22T16:44:17.402Z | Downloaded tap v1.0.1 |
| 1186 | 2026-07-22T16:44:17.402Z | Downloaded sync_wrapper v1.0.2 |
| 1187 | 2026-07-22T16:44:17.402Z | Downloaded sync-ptr v0.1.4 |
| 1188 | 2026-07-22T16:44:17.402Z | Downloaded static_assertions v1.1.0 |
| 1189 | 2026-07-22T16:44:17.402Z | Downloaded stacker v0.1.23 |
| 1190 | 2026-07-22T16:44:17.402Z | Downloaded tokio-stream v0.1.18 |
| 1191 | 2026-07-22T16:44:17.416Z | Downloaded socket2 v0.6.3 |
| 1192 | 2026-07-22T16:44:17.416Z | Downloaded snafu v0.8.9 |
| 1193 | 2026-07-22T16:44:17.416Z | Downloaded sqlformat v0.3.5 |
| 1194 | 2026-07-22T16:44:17.416Z | Downloaded zeroize v1.8.2 |
| 1195 | 2026-07-22T16:44:17.416Z | Downloaded zerovec-derive v0.11.2 |
| 1196 | 2026-07-22T16:44:17.416Z | Downloaded toml v0.7.8 |
| 1197 | 2026-07-22T16:44:17.416Z | Downloaded vergen v9.1.0 |
| 1198 | 2026-07-22T16:44:17.422Z | Downloaded tracing-attributes v0.1.31 |
| 1199 | 2026-07-22T16:44:17.422Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1200 | 2026-07-22T16:44:17.422Z | Downloaded tar v0.4.46 |
| 1201 | 2026-07-22T16:44:17.422Z | Downloaded rustyline v14.0.0 |
| 1202 | 2026-07-22T16:44:17.422Z | Downloaded steno v0.4.1 |
| 1203 | 2026-07-22T16:44:17.422Z | Downloaded tracing-core v0.1.36 |
| 1204 | 2026-07-22T16:44:17.433Z | Downloaded blake3 v1.8.5 |
| 1205 | 2026-07-22T16:44:17.433Z | Downloaded tungstenite v0.21.0 |
| 1206 | 2026-07-22T16:44:17.438Z | Downloaded whoami v2.1.0 |
| 1207 | 2026-07-22T16:44:17.438Z | Downloaded tungstenite v0.23.0 |
| 1208 | 2026-07-22T16:44:17.438Z | Downloaded shlex v1.3.0 |
| 1209 | 2026-07-22T16:44:17.438Z | Downloaded yoke v0.8.1 |
| 1210 | 2026-07-22T16:44:17.439Z | Downloaded unicode-bidi v0.3.18 |
| 1211 | 2026-07-22T16:44:17.440Z | Downloaded zstd v0.13.3 |
| 1212 | 2026-07-22T16:44:17.453Z | Downloaded zerocopy v0.6.6 |
| 1213 | 2026-07-22T16:44:17.453Z | Downloaded zstd-safe v7.2.4 |
| 1214 | 2026-07-22T16:44:17.453Z | Downloaded unsafe-libyaml v0.2.11 |
| 1215 | 2026-07-22T16:44:17.464Z | Downloaded yasna v0.5.2 |
| 1216 | 2026-07-22T16:44:17.473Z | Downloaded vergen-lib v0.1.6 |
| 1217 | 2026-07-22T16:44:17.473Z | Downloaded serde_with v1.14.0 |
| 1218 | 2026-07-22T16:44:17.473Z | Downloaded bindgen v0.71.1 |
| 1219 | 2026-07-22T16:44:17.490Z | Downloaded aws-lc-rs v1.16.3 |
| 1220 | 2026-07-22T16:44:17.490Z | Downloaded vte v0.14.1 |
| 1221 | 2026-07-22T16:44:17.490Z | Downloaded git2 v0.20.4 |
| 1222 | 2026-07-22T16:44:17.501Z | Downloaded reedline v0.40.0 |
| 1223 | 2026-07-22T16:44:17.501Z | Downloaded twox-hash v2.1.2 |
| 1224 | 2026-07-22T16:44:17.512Z | Downloaded tokio-postgres v0.7.16 |
| 1225 | 2026-07-22T16:44:17.519Z | Downloaded p384 v0.13.1 |
| 1226 | 2026-07-22T16:44:17.526Z | Downloaded uuid v1.23.4 |
| 1227 | 2026-07-22T16:44:17.526Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1228 | 2026-07-22T16:44:17.582Z | Downloaded typify v0.6.2 |
| 1229 | 2026-07-22T16:44:17.582Z | Downloaded regex v1.12.3 |
| 1230 | 2026-07-22T16:44:17.582Z | Downloaded url v2.5.8 |
| 1231 | 2026-07-22T16:44:17.582Z | Downloaded reqwest v0.12.28 |
| 1232 | 2026-07-22T16:44:17.582Z | Downloaded reqwest v0.13.2 |
| 1233 | 2026-07-22T16:44:17.582Z | Downloaded zopfli v0.8.3 |
| 1234 | 2026-07-22T16:44:17.582Z | Downloaded yansi v1.0.1 |
| 1235 | 2026-07-22T16:44:17.582Z | Downloaded toml_edit v0.19.15 |
| 1236 | 2026-07-22T16:44:17.589Z | Downloaded zerotrie v0.2.3 |
| 1237 | 2026-07-22T16:44:17.589Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1238 | 2026-07-22T16:44:17.590Z | Downloaded unicode_categories v0.1.1 |
| 1239 | 2026-07-22T16:44:17.590Z | Downloaded rayon v1.11.0 |
| 1240 | 2026-07-22T16:44:17.602Z | Downloaded chrono v0.4.45 |
| 1241 | 2026-07-22T16:44:17.618Z | Downloaded tower v0.5.3 |
| 1242 | 2026-07-22T16:44:17.627Z | Downloaded portable-atomic v1.13.1 |
| 1243 | 2026-07-22T16:44:17.627Z | Downloaded zip v0.6.6 |
| 1244 | 2026-07-22T16:44:17.627Z | Downloaded quick-xml v0.37.5 |
| 1245 | 2026-07-22T16:44:17.627Z | Downloaded lalrpop v0.19.12 |
| 1246 | 2026-07-22T16:44:17.639Z | Downloaded x509-cert v0.2.5 |
| 1247 | 2026-07-22T16:44:17.639Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1248 | 2026-07-22T16:44:17.643Z | Downloaded goblin v0.10.5 |
| 1249 | 2026-07-22T16:44:17.643Z | Downloaded proptest v1.10.0 |
| 1250 | 2026-07-22T16:44:17.643Z | Downloaded zerocopy-derive v0.8.40 |
| 1251 | 2026-07-22T16:44:17.647Z | Downloaded unicode-segmentation v1.12.0 |
| 1252 | 2026-07-22T16:44:17.659Z | Downloaded unicode-normalization v0.1.25 |
| 1253 | 2026-07-22T16:44:17.659Z | Downloaded petname v2.0.2 |
| 1254 | 2026-07-22T16:44:17.665Z | Downloaded tough v0.22.0 |
| 1255 | 2026-07-22T16:44:17.665Z | Downloaded tokio-util v0.7.18 |
| 1256 | 2026-07-22T16:44:17.671Z | Downloaded salty v0.3.0 |
| 1257 | 2026-07-22T16:44:17.671Z | Downloaded crypto-bigint v0.7.5 |
| 1258 | 2026-07-22T16:44:17.683Z | Downloaded typed-path v0.9.3 |
| 1259 | 2026-07-22T16:44:17.683Z | Downloaded rawzip v0.4.4 |
| 1260 | 2026-07-22T16:44:17.690Z | Downloaded moka v0.12.13 |
| 1261 | 2026-07-22T16:44:17.690Z | Downloaded tower-http v0.6.8 |
| 1262 | 2026-07-22T16:44:17.698Z | Downloaded zip v4.6.1 |
| 1263 | 2026-07-22T16:44:17.714Z | Downloaded russh v0.61.2 |
| 1264 | 2026-07-22T16:44:17.719Z | Downloaded zerovec v0.11.5 |
| 1265 | 2026-07-22T16:44:17.729Z | Downloaded serde_with v3.21.0 |
| 1266 | 2026-07-22T16:44:17.737Z | Downloaded object v0.30.4 |
| 1267 | 2026-07-22T16:44:17.742Z | Downloaded quinn-proto v0.11.13 |
| 1268 | 2026-07-22T16:44:17.754Z | Downloaded nix v0.27.1 |
| 1269 | 2026-07-22T16:44:17.765Z | Downloaded winnow v0.5.40 |
| 1270 | 2026-07-22T16:44:17.765Z | Downloaded dropshot v0.17.1 |
| 1271 | 2026-07-22T16:44:17.774Z | Downloaded winnow v0.6.26 |
| 1272 | 2026-07-22T16:44:17.779Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1273 | 2026-07-22T16:44:17.787Z | Downloaded radix_trie v0.2.1 |
| 1274 | 2026-07-22T16:44:17.795Z | Downloaded time v0.3.47 |
| 1275 | 2026-07-22T16:44:17.799Z | Downloaded nix v0.28.0 |
| 1276 | 2026-07-22T16:44:17.805Z | Downloaded smoltcp v0.9.1 |
| 1277 | 2026-07-22T16:44:17.809Z | Downloaded openssl v0.10.79 |
| 1278 | 2026-07-22T16:44:17.818Z | Downloaded tabled v0.20.0 |
| 1279 | 2026-07-22T16:44:17.822Z | Downloaded zlib-rs v0.6.2 |
| 1280 | 2026-07-22T16:44:17.826Z | Downloaded openapiv3 v2.2.0 |
| 1281 | 2026-07-22T16:44:17.832Z | Downloaded object v0.37.3 |
| 1282 | 2026-07-22T16:44:17.838Z | Downloaded regex-syntax v0.6.29 |
| 1283 | 2026-07-22T16:44:17.847Z | Downloaded winnow v1.0.3 |
| 1284 | 2026-07-22T16:44:17.852Z | Downloaded nix v0.31.2 |
| 1285 | 2026-07-22T16:44:17.860Z | Downloaded zerocopy v0.8.40 |
| 1286 | 2026-07-22T16:44:17.868Z | Downloaded diesel v2.3.7 |
| 1287 | 2026-07-22T16:44:17.873Z | Downloaded regress v0.11.1 |
| 1288 | 2026-07-22T16:44:17.881Z | Downloaded rustls v0.23.41 |
| 1289 | 2026-07-22T16:44:17.890Z | Downloaded rustix v0.38.44 |
| 1290 | 2026-07-22T16:44:17.901Z | Downloaded hickory-proto v0.25.2 |
| 1291 | 2026-07-22T16:44:17.909Z | Downloaded smoltcp v0.11.0 |
| 1292 | 2026-07-22T16:44:17.914Z | Downloaded regress v0.10.5 |
| 1293 | 2026-07-22T16:44:17.922Z | Downloaded regex-syntax v0.8.10 |
| 1294 | 2026-07-22T16:44:17.931Z | Downloaded vcpkg v0.2.15 |
| 1295 | 2026-07-22T16:44:17.951Z | Downloaded hickory-proto v0.24.4 |
| 1296 | 2026-07-22T16:44:17.959Z | Downloaded bstr v1.12.1 |
| 1297 | 2026-07-22T16:44:17.966Z | Downloaded polar-core v0.27.3 |
| 1298 | 2026-07-22T16:44:18.051Z | Downloaded typify-impl v0.6.2 |
| 1299 | 2026-07-22T16:44:18.051Z | Downloaded ratatui v0.29.0 |
| 1300 | 2026-07-22T16:44:18.052Z | Downloaded sled v0.34.7 |
| 1301 | 2026-07-22T16:44:18.052Z | Downloaded sqlparser v0.61.0 |
| 1302 | 2026-07-22T16:44:18.052Z | Downloaded sha3 v0.11.0 |
| 1303 | 2026-07-22T16:44:18.052Z | Downloaded fiat-crypto v0.3.0 |
| 1304 | 2026-07-22T16:44:18.052Z | Downloaded zerocopy-derive v0.6.6 |
| 1305 | 2026-07-22T16:44:18.064Z | Downloaded petgraph v0.8.3 |
| 1306 | 2026-07-22T16:44:18.085Z | Downloaded tracing v0.1.44 |
| 1307 | 2026-07-22T16:44:18.094Z | Downloaded csv v1.4.0 |
| 1308 | 2026-07-22T16:44:18.129Z | Downloaded regex-automata v0.4.14 |
| 1309 | 2026-07-22T16:44:18.156Z | Downloaded petgraph v0.6.5 |
| 1310 | 2026-07-22T16:44:18.167Z | Downloaded chrono-tz v0.10.4 |
| 1311 | 2026-07-22T16:44:18.194Z | Downloaded jiff v0.2.21 |
| 1312 | 2026-07-22T16:44:18.214Z | Downloaded ring v0.17.14 |
| 1313 | 2026-07-22T16:44:18.233Z | Downloaded libz-sys v1.1.24 |
| 1314 | 2026-07-22T16:44:18.264Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1315 | 2026-07-22T16:44:18.283Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1316 | 2026-07-22T16:44:18.302Z | Downloaded sha3 v0.10.8 |
| 1317 | 2026-07-22T16:44:18.311Z | Downloaded tokio v1.52.1 |
| 1318 | 2026-07-22T16:44:18.364Z | Downloaded encoding_rs v0.8.35 |
| 1319 | 2026-07-22T16:44:18.927Z | Downloaded aws-lc-sys v0.40.0 |
| 1320 | 2026-07-22T16:44:19.199Z | Compiling libc v0.2.185 |
| 1321 | 2026-07-22T16:44:19.199Z | Compiling serde_core v1.0.228 |
| 1322 | 2026-07-22T16:44:19.199Z | Compiling serde v1.0.228 |
| 1323 | 2026-07-22T16:44:19.219Z | Compiling log v0.4.29 |
| 1324 | 2026-07-22T16:44:19.219Z | Compiling smallvec v1.15.1 |
| 1325 | 2026-07-22T16:44:19.219Z | Compiling shlex v1.3.0 |
| 1326 | 2026-07-22T16:44:19.219Z | Compiling find-msvc-tools v0.1.9 |
| 1327 | 2026-07-22T16:44:19.320Z | Compiling syn v2.0.117 |
| 1328 | 2026-07-22T16:44:19.514Z | Compiling subtle v2.6.1 |
| 1329 | 2026-07-22T16:44:19.554Z | Compiling scopeguard v1.2.0 |
| 1330 | 2026-07-22T16:44:19.577Z | Compiling stable_deref_trait v1.2.1 |
| 1331 | 2026-07-22T16:44:19.586Z | Compiling typenum v1.20.1 |
| 1332 | 2026-07-22T16:44:19.639Z | Compiling lock_api v0.4.14 |
| 1333 | 2026-07-22T16:44:19.656Z | Compiling serde_json v1.0.150 |
| 1334 | 2026-07-22T16:44:19.690Z | Compiling zerocopy v0.8.40 |
| 1335 | 2026-07-22T16:44:19.697Z | Compiling portable-atomic v1.13.1 |
| 1336 | 2026-07-22T16:44:19.903Z | Compiling parking_lot_core v0.9.12 |
| 1337 | 2026-07-22T16:44:19.936Z | Compiling pin-project-lite v0.2.17 |
| 1338 | 2026-07-22T16:44:19.997Z | Compiling pkg-config v0.3.32 |
| 1339 | 2026-07-22T16:44:20.166Z | Compiling libm v0.2.16 |
| 1340 | 2026-07-22T16:44:20.189Z | Compiling jobserver v0.1.34 |
| 1341 | 2026-07-22T16:44:20.212Z | Compiling errno v0.3.14 |
| 1342 | 2026-07-22T16:44:20.365Z | Compiling getrandom v0.2.17 |
| 1343 | 2026-07-22T16:44:20.400Z | Compiling cc v1.2.56 |
| 1344 | 2026-07-22T16:44:20.584Z | Compiling getrandom v0.4.1 |
| 1345 | 2026-07-22T16:44:20.612Z | Compiling critical-section v1.2.0 |
| 1346 | 2026-07-22T16:44:20.612Z | Compiling rand_core v0.6.4 |
| 1347 | 2026-07-22T16:44:20.612Z | Compiling signal-hook-registry v1.4.8 |
| 1348 | 2026-07-22T16:44:20.776Z | Compiling once_cell v1.21.3 |
| 1349 | 2026-07-22T16:44:20.818Z | Compiling num-traits v0.2.19 |
| 1350 | 2026-07-22T16:44:20.851Z | Compiling futures-core v0.3.32 |
| 1351 | 2026-07-22T16:44:20.912Z | Compiling rand_core v0.10.0 |
| 1352 | 2026-07-22T16:44:20.952Z | Compiling parking_lot v0.12.5 |
| 1353 | 2026-07-22T16:44:21.014Z | Compiling mio v1.2.0 |
| 1354 | 2026-07-22T16:44:21.170Z | Compiling generic-array v0.14.7 |
| 1355 | 2026-07-22T16:44:21.183Z | Compiling const-oid v0.9.6 |
| 1356 | 2026-07-22T16:44:21.268Z | Compiling litemap v0.8.1 |
| 1357 | 2026-07-22T16:44:21.464Z | Compiling bitflags v2.11.0 |
| 1358 | 2026-07-22T16:44:21.473Z | Compiling writeable v0.6.2 |
| 1359 | 2026-07-22T16:44:21.509Z | Compiling percent-encoding v2.3.2 |
| 1360 | 2026-07-22T16:44:21.728Z | Compiling semver v1.0.28 |
| 1361 | 2026-07-22T16:44:21.742Z | Compiling icu_normalizer_data v2.1.1 |
| 1362 | 2026-07-22T16:44:21.903Z | Compiling icu_properties_data v2.1.2 |
| 1363 | 2026-07-22T16:44:21.911Z | Compiling socket2 v0.6.3 |
| 1364 | 2026-07-22T16:44:22.008Z | Compiling futures-sink v0.3.32 |
| 1365 | 2026-07-22T16:44:22.042Z | Compiling futures-io v0.3.32 |
| 1366 | 2026-07-22T16:44:22.042Z | Compiling futures-task v0.3.32 |
| 1367 | 2026-07-22T16:44:22.070Z | Compiling synstructure v0.13.2 |
| 1368 | 2026-07-22T16:44:22.487Z | Compiling futures-channel v0.3.32 |
| 1369 | 2026-07-22T16:44:22.538Z | Compiling slab v0.4.12 |
| 1370 | 2026-07-22T16:44:22.538Z | Compiling utf8_iter v1.0.4 |
| 1371 | 2026-07-22T16:44:22.538Z | Compiling indexmap v2.14.0 |
| 1372 | 2026-07-22T16:44:22.538Z | Compiling form_urlencoded v1.2.2 |
| 1373 | 2026-07-22T16:44:22.538Z | Compiling rustversion v1.0.22 |
| 1374 | 2026-07-22T16:44:22.538Z | Compiling getrandom v0.3.4 |
| 1375 | 2026-07-22T16:44:22.563Z | Compiling cmake v0.1.57 |
| 1376 | 2026-07-22T16:44:22.563Z | Compiling dunce v1.0.5 |
| 1377 | 2026-07-22T16:44:22.593Z | Compiling fs_extra v1.3.0 |
| 1378 | 2026-07-22T16:44:22.646Z | Compiling rustix v1.1.3 |
| 1379 | 2026-07-22T16:44:22.777Z | Compiling ident_case v1.0.1 |
| 1380 | 2026-07-22T16:44:22.916Z | Compiling iana-time-zone v0.1.65 |
| 1381 | 2026-07-22T16:44:22.916Z | Compiling regex-syntax v0.8.10 |
| 1382 | 2026-07-22T16:44:22.942Z | Compiling aws-lc-sys v0.40.0 |
| 1383 | 2026-07-22T16:44:23.065Z | Compiling uuid v1.23.4 |
| 1384 | 2026-07-22T16:44:23.077Z | Compiling vcpkg v0.2.15 |
| 1385 | 2026-07-22T16:44:23.397Z | Compiling rand_core v0.9.5 |
| 1386 | 2026-07-22T16:44:23.463Z | Compiling base64ct v1.8.3 |
| 1387 | 2026-07-22T16:44:23.784Z | Compiling base64 v0.22.1 |
| 1388 | 2026-07-22T16:44:23.895Z | Compiling pem-rfc7468 v0.7.0 |
| 1389 | 2026-07-22T16:44:23.895Z | Compiling rustc_version v0.4.1 |
| 1390 | 2026-07-22T16:44:25.024Z | Compiling openssl-sys v0.9.115 |
| 1391 | 2026-07-22T16:44:25.024Z | Compiling serde_derive v1.0.228 |
| 1392 | 2026-07-22T16:44:25.061Z | Compiling zeroize_derive v1.4.3 |
| 1393 | 2026-07-22T16:44:25.061Z | Compiling zerofrom-derive v0.1.6 |
| 1394 | 2026-07-22T16:44:25.061Z | Compiling yoke-derive v0.8.1 |
| 1395 | 2026-07-22T16:44:25.061Z | Compiling zerovec-derive v0.11.2 |
| 1396 | 2026-07-22T16:44:25.061Z | Compiling zerocopy-derive v0.8.40 |
| 1397 | 2026-07-22T16:44:25.061Z | Compiling zeroize v1.8.2 |
| 1398 | 2026-07-22T16:44:25.061Z | Compiling displaydoc v0.2.5 |
| 1399 | 2026-07-22T16:44:25.334Z | Compiling tokio-macros v2.7.0 |
| 1400 | 2026-07-22T16:44:25.502Z | Compiling zerofrom v0.1.6 |
| 1401 | 2026-07-22T16:44:25.532Z | Compiling futures-macro v0.3.32 |
| 1402 | 2026-07-22T16:44:25.634Z | Compiling yoke v0.8.1 |
| 1403 | 2026-07-22T16:44:25.691Z | Compiling der_derive v0.7.3 |
| 1404 | 2026-07-22T16:44:25.831Z | Compiling zerovec v0.11.5 |
| 1405 | 2026-07-22T16:44:25.888Z | Compiling zerotrie v0.2.3 |
| 1406 | 2026-07-22T16:44:26.101Z | Compiling crypto-common v0.1.7 |
| 1407 | 2026-07-22T16:44:26.173Z | Compiling block-buffer v0.10.4 |
| 1408 | 2026-07-22T16:44:26.215Z | Compiling thiserror-impl v2.0.18 |
| 1409 | 2026-07-22T16:44:26.348Z | Compiling tinystr v0.8.2 |
| 1410 | 2026-07-22T16:44:26.360Z | Compiling potential_utf v0.1.4 |
| 1411 | 2026-07-22T16:44:26.371Z | Compiling futures-util v0.3.32 |
| 1412 | 2026-07-22T16:44:26.536Z | Compiling icu_locale_core v2.1.1 |
| 1413 | 2026-07-22T16:44:26.548Z | Compiling icu_collections v2.1.1 |
| 1414 | 2026-07-22T16:44:26.666Z | Compiling digest v0.10.7 |
| 1415 | 2026-07-22T16:44:26.924Z | Compiling tracing-attributes v0.1.31 |
| 1416 | 2026-07-22T16:44:27.018Z | Compiling tracing-core v0.1.36 |
| 1417 | 2026-07-22T16:44:27.452Z | Compiling bytes v1.11.1 |
| 1418 | 2026-07-22T16:44:27.480Z | Compiling icu_provider v2.1.1 |
| 1419 | 2026-07-22T16:44:27.567Z | Compiling chrono v0.4.45 |
| 1420 | 2026-07-22T16:44:27.624Z | Compiling aws-lc-rs v1.16.3 |
| 1421 | 2026-07-22T16:44:27.778Z | Compiling icu_properties v2.1.2 |
| 1422 | 2026-07-22T16:44:27.933Z | Compiling tokio v1.52.1 |
| 1423 | 2026-07-22T16:44:28.109Z | Compiling icu_normalizer v2.1.1 |
| 1424 | 2026-07-22T16:44:28.338Z | Compiling http v1.4.2 |
| 1425 | 2026-07-22T16:44:28.629Z | Compiling flagset v0.4.7 |
| 1426 | 2026-07-22T16:44:28.731Z | Compiling idna_adapter v1.2.1 |
| 1427 | 2026-07-22T16:44:28.761Z | Compiling der v0.7.10 |
| 1428 | 2026-07-22T16:44:28.877Z | Compiling idna v1.1.0 |
| 1429 | 2026-07-22T16:44:28.892Z | Compiling ppv-lite86 v0.2.21 |
| 1430 | 2026-07-22T16:44:28.969Z | Compiling http-body v1.0.1 |
| 1431 | 2026-07-22T16:44:29.009Z | Compiling tracing v0.1.44 |
| 1432 | 2026-07-22T16:44:29.121Z | Compiling thiserror v2.0.18 |
| 1433 | 2026-07-22T16:44:29.206Z | Compiling url v2.5.8 |
| 1434 | 2026-07-22T16:44:29.228Z | Compiling rand_chacha v0.9.0 |
| 1435 | 2026-07-22T16:44:29.238Z | Compiling rustls-pki-types v1.14.0 |
| 1436 | 2026-07-22T16:44:29.333Z | Compiling serde_derive_internals v0.29.1 |
| 1437 | 2026-07-22T16:44:29.525Z | Compiling schemars v0.8.22 |
| 1438 | 2026-07-22T16:44:29.672Z | Compiling dyn-clone v1.0.20 |
| 1439 | 2026-07-22T16:44:29.745Z | Compiling openssl-probe v0.2.1 |
| 1440 | 2026-07-22T16:44:29.844Z | Compiling tinyvec_macros v0.1.1 |
| 1441 | 2026-07-22T16:44:29.913Z | Compiling httparse v1.10.1 |
| 1442 | 2026-07-22T16:44:29.947Z | Compiling cmov v0.5.4 |
| 1443 | 2026-07-22T16:44:29.947Z | Compiling tinyvec v1.10.0 |
| 1444 | 2026-07-22T16:44:29.961Z | Compiling spki v0.7.3 |
| 1445 | 2026-07-22T16:44:29.986Z | Compiling rand v0.9.2 |
| 1446 | 2026-07-22T16:44:30.099Z | Compiling ctutils v0.4.2 |
| 1447 | 2026-07-22T16:44:30.157Z | Compiling pest_generator v2.8.6 |
| 1448 | 2026-07-22T16:44:30.193Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-07-22T16:44:30.244Z | Compiling aho-corasick v1.1.4 |
| 1450 | 2026-07-22T16:44:30.257Z | Compiling untrusted v0.7.1 |
| 1451 | 2026-07-22T16:44:30.330Z | Compiling try-lock v0.2.5 |
| 1452 | 2026-07-22T16:44:30.375Z | Compiling tower-layer v0.3.3 |
| 1453 | 2026-07-22T16:44:30.429Z | Compiling tower-service v0.3.3 |
| 1454 | 2026-07-22T16:44:30.522Z | Compiling atomic-waker v1.1.2 |
| 1455 | 2026-07-22T16:44:30.528Z | Compiling want v0.3.1 |
| 1456 | 2026-07-22T16:44:30.648Z | Compiling tempfile v3.25.0 |
| 1457 | 2026-07-22T16:44:30.701Z | Compiling hybrid-array v0.4.13 |
| 1458 | 2026-07-22T16:44:30.843Z | Compiling pest_derive v2.8.6 |
| 1459 | 2026-07-22T16:44:31.771Z | Compiling ipnet v2.11.0 |
| 1460 | 2026-07-22T16:44:31.788Z | Compiling regex-automata v0.4.14 |
| 1461 | 2026-07-22T16:44:31.788Z | Compiling scroll_derive v0.13.1 |
| 1462 | 2026-07-22T16:44:31.788Z | Compiling darling_core v0.20.11 |
| 1463 | 2026-07-22T16:44:31.788Z | Compiling untrusted v0.9.0 |
| 1464 | 2026-07-22T16:44:31.788Z | Compiling foreign-types-shared v0.1.1 |
| 1465 | 2026-07-22T16:44:31.788Z | Compiling tokio-util v0.7.18 |
| 1466 | 2026-07-22T16:44:31.878Z | Compiling rustls v0.23.41 |
| 1467 | 2026-07-22T16:44:32.064Z | Compiling cpufeatures v0.2.17 |
| 1468 | 2026-07-22T16:44:32.078Z | Compiling openssl v0.10.79 |
| 1469 | 2026-07-22T16:44:32.138Z | Compiling httpdate v1.0.3 |
| 1470 | 2026-07-22T16:44:32.358Z | Compiling scroll v0.13.0 |
| 1471 | 2026-07-22T16:44:32.410Z | Compiling h2 v0.4.15 |
| 1472 | 2026-07-22T16:44:32.626Z | Compiling foreign-types v0.3.2 |
| 1473 | 2026-07-22T16:44:32.697Z | Compiling unicode-normalization v0.1.25 |
| 1474 | 2026-07-22T16:44:32.700Z | Compiling pkcs8 v0.10.2 |
| 1475 | 2026-07-22T16:44:32.972Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-07-22T16:44:33.161Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1477 | 2026-07-22T16:44:33.177Z | Compiling spin v0.9.8 |
| 1478 | 2026-07-22T16:44:33.367Z | Compiling crc32fast v1.5.0 |
| 1479 | 2026-07-22T16:44:33.388Z | Compiling powerfmt v0.2.0 |
| 1480 | 2026-07-22T16:44:33.568Z | Compiling native-tls v0.2.18 |
| 1481 | 2026-07-22T16:44:33.593Z | Compiling time-core v0.1.8 |
| 1482 | 2026-07-22T16:44:33.607Z | Compiling num-conv v0.2.0 |
| 1483 | 2026-07-22T16:44:33.720Z | Compiling darling_macro v0.20.11 |
| 1484 | 2026-07-22T16:44:33.733Z | Compiling deranged v0.5.8 |
| 1485 | 2026-07-22T16:44:33.737Z | Compiling time-macros v0.2.27 |
| 1486 | 2026-07-22T16:44:34.187Z | Compiling darling v0.20.11 |
| 1487 | 2026-07-22T16:44:34.268Z | Compiling goblin v0.10.5 |
| 1488 | 2026-07-22T16:44:34.683Z | Compiling sha2 v0.10.9 |
| 1489 | 2026-07-22T16:44:34.797Z | Compiling hmac v0.12.1 |
| 1490 | 2026-07-22T16:44:34.959Z | Compiling sync_wrapper v1.0.2 |
| 1491 | 2026-07-22T16:44:35.060Z | Compiling wait-timeout v0.2.1 |
| 1492 | 2026-07-22T16:44:35.124Z | Compiling num_threads v0.1.7 |
| 1493 | 2026-07-22T16:44:35.223Z | Compiling syn v1.0.109 |
| 1494 | 2026-07-22T16:44:35.319Z | Compiling simd-adler32 v0.3.8 |
| 1495 | 2026-07-22T16:44:35.536Z | Compiling hyper v1.10.1 |
| 1496 | 2026-07-22T16:44:35.556Z | Compiling usdt-impl v0.6.0 |
| 1497 | 2026-07-22T16:44:35.779Z | Compiling siphasher v1.0.2 |
| 1498 | 2026-07-22T16:44:35.961Z | Compiling crossbeam-utils v0.8.21 |
| 1499 | 2026-07-22T16:44:36.050Z | Compiling quick-error v1.2.3 |
| 1500 | 2026-07-22T16:44:36.156Z | Compiling bit-vec v0.8.0 |
| 1501 | 2026-07-22T16:44:36.281Z | Compiling rusty-fork v0.3.1 |
| 1502 | 2026-07-22T16:44:36.382Z | Compiling bit-set v0.8.0 |
| 1503 | 2026-07-22T16:44:36.591Z | Compiling hyper-util v0.1.20 |
| 1504 | 2026-07-22T16:44:36.607Z | Compiling time v0.3.47 |
| 1505 | 2026-07-22T16:44:36.695Z | Compiling tower v0.5.3 |
| 1506 | 2026-07-22T16:44:36.796Z | Compiling derive_builder_core v0.20.2 |
| 1507 | 2026-07-22T16:44:37.097Z | Compiling dof v0.4.0 |
| 1508 | 2026-07-22T16:44:37.403Z | Compiling dtrace-parser v0.3.0 |
| 1509 | 2026-07-22T16:44:37.714Z | Compiling http-body-util v0.1.3 |
| 1510 | 2026-07-22T16:44:37.955Z | Compiling heapless v0.7.17 |
| 1511 | 2026-07-22T16:44:38.140Z | Compiling scroll_derive v0.12.1 |
| 1512 | 2026-07-22T16:44:38.175Z | Compiling thiserror-impl v1.0.69 |
| 1513 | 2026-07-22T16:44:38.210Z | Compiling rand_xorshift v0.4.0 |
| 1514 | 2026-07-22T16:44:38.262Z | Compiling slog v2.8.2 |
| 1515 | 2026-07-22T16:44:38.351Z | Compiling darling_core v0.23.0 |
| 1516 | 2026-07-22T16:44:38.372Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1517 | 2026-07-22T16:44:38.448Z | Compiling thread-id v5.1.0 |
| 1518 | 2026-07-22T16:44:38.461Z | Compiling cookie v0.18.1 |
| 1519 | 2026-07-22T16:44:38.527Z | Compiling ryu v1.0.23 |
| 1520 | 2026-07-22T16:44:38.652Z | Compiling zstd-safe v7.2.4 |
| 1521 | 2026-07-22T16:44:38.666Z | Compiling allocator-api2 v0.2.21 |
| 1522 | 2026-07-22T16:44:38.702Z | Compiling unarray v0.1.4 |
| 1523 | 2026-07-22T16:44:38.799Z | Compiling signal-hook v0.3.18 |
| 1524 | 2026-07-22T16:44:38.814Z | Compiling unicode-bidi v0.3.18 |
| 1525 | 2026-07-22T16:44:38.858Z | Compiling unicode-properties v0.1.4 |
| 1526 | 2026-07-22T16:44:38.983Z | Compiling paste v1.0.15 |
| 1527 | 2026-07-22T16:44:38.998Z | Compiling iri-string v0.7.10 |
| 1528 | 2026-07-22T16:44:39.063Z | Compiling adler2 v2.0.1 |
| 1529 | 2026-07-22T16:44:39.194Z | Compiling anyhow v1.0.102 |
| 1530 | 2026-07-22T16:44:39.304Z | Compiling miniz_oxide v0.8.9 |
| 1531 | 2026-07-22T16:44:39.362Z | Compiling stringprep v0.1.5 |
| 1532 | 2026-07-22T16:44:39.436Z | Compiling thiserror v1.0.69 |
| 1533 | 2026-07-22T16:44:39.557Z | Compiling scroll v0.12.0 |
| 1534 | 2026-07-22T16:44:39.706Z | Compiling proptest v1.10.0 |
| 1535 | 2026-07-22T16:44:39.891Z | Compiling serde_urlencoded v0.7.1 |
| 1536 | 2026-07-22T16:44:40.105Z | Compiling tower-http v0.6.8 |
| 1537 | 2026-07-22T16:44:40.388Z | Compiling derive_builder_macro v0.20.2 |
| 1538 | 2026-07-22T16:44:40.451Z | Compiling tokio-native-tls v0.3.1 |
| 1539 | 2026-07-22T16:44:40.521Z | Compiling camino v1.2.2 |
| 1540 | 2026-07-22T16:44:40.618Z | Compiling bstr v1.12.1 |
| 1541 | 2026-07-22T16:44:40.850Z | Compiling darling_macro v0.23.0 |
| 1542 | 2026-07-22T16:44:40.860Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-07-22T16:44:40.880Z | Compiling block-padding v0.4.2 |
| 1544 | 2026-07-22T16:44:40.986Z | Compiling crypto-common v0.2.2 |
| 1545 | 2026-07-22T16:44:41.161Z | Compiling block-buffer v0.12.1 |
| 1546 | 2026-07-22T16:44:41.227Z | Compiling rustls-native-certs v0.8.3 |
| 1547 | 2026-07-22T16:44:41.272Z | Compiling rand_chacha v0.3.1 |
| 1548 | 2026-07-22T16:44:41.272Z | Compiling toml_datetime v0.6.11 |
| 1549 | 2026-07-22T16:44:41.309Z | Compiling erased-serde v0.3.31 |
| 1550 | 2026-07-22T16:44:41.487Z | Compiling hex v0.4.3 |
| 1551 | 2026-07-22T16:44:41.503Z | Compiling serde_spanned v0.6.9 |
| 1552 | 2026-07-22T16:44:41.637Z | Compiling serde_tokenstream v0.2.3 |
| 1553 | 2026-07-22T16:44:41.744Z | Compiling signature v2.2.0 |
| 1554 | 2026-07-22T16:44:41.773Z | Compiling md-5 v0.10.6 |
| 1555 | 2026-07-22T16:44:41.925Z | Compiling curve25519-dalek v4.1.3 |
| 1556 | 2026-07-22T16:44:41.939Z | Compiling zerocopy-derive v0.7.35 |
| 1557 | 2026-07-22T16:44:41.943Z | Compiling pin-project-internal v1.1.11 |
| 1558 | 2026-07-22T16:44:42.013Z | Compiling async-trait v0.1.89 |
| 1559 | 2026-07-22T16:44:42.324Z | Compiling vergen-lib v9.1.0 |
| 1560 | 2026-07-22T16:44:42.519Z | Compiling hash32 v0.2.1 |
| 1561 | 2026-07-22T16:44:42.711Z | Compiling num-integer v0.1.46 |
| 1562 | 2026-07-22T16:44:42.715Z | Compiling memoffset v0.9.1 |
| 1563 | 2026-07-22T16:44:42.841Z | Compiling encoding_rs v0.8.35 |
| 1564 | 2026-07-22T16:44:42.933Z | Compiling mime v0.3.17 |
| 1565 | 2026-07-22T16:44:43.037Z | Compiling zlib-rs v0.6.2 |
| 1566 | 2026-07-22T16:44:43.062Z | Compiling ref-cast v1.0.25 |
| 1567 | 2026-07-22T16:44:43.076Z | Compiling fallible-iterator v0.2.0 |
| 1568 | 2026-07-22T16:44:43.192Z | Compiling rustix v0.38.44 |
| 1569 | 2026-07-22T16:44:43.392Z | Compiling num-bigint-dig v0.8.6 |
| 1570 | 2026-07-22T16:44:43.399Z | Compiling cfg_aliases v0.2.1 |
| 1571 | 2026-07-22T16:44:43.466Z | Compiling smoltcp v0.9.1 |
| 1572 | 2026-07-22T16:44:43.596Z | Compiling psl-types v2.0.11 |
| 1573 | 2026-07-22T16:44:43.605Z | Compiling litrs v1.0.0 |
| 1574 | 2026-07-22T16:44:43.674Z | Compiling publicsuffix v2.3.0 |
| 1575 | 2026-07-22T16:44:43.859Z | Compiling nix v0.31.2 |
| 1576 | 2026-07-22T16:44:43.974Z | Compiling postgres-protocol v0.6.10 |
| 1577 | 2026-07-22T16:44:44.083Z | Compiling document-features v0.2.12 |
| 1578 | 2026-07-22T16:44:44.232Z | Compiling pin-project v1.1.11 |
| 1579 | 2026-07-22T16:44:44.320Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-07-22T16:44:44.335Z | Compiling num-iter v0.1.45 |
| 1581 | 2026-07-22T16:44:44.454Z | Compiling zerocopy v0.7.35 |
| 1582 | 2026-07-22T16:44:44.620Z | Compiling newtype-uuid v1.3.2 |
| 1583 | 2026-07-22T16:44:44.763Z | Compiling rand v0.8.6 |
| 1584 | 2026-07-22T16:44:44.918Z | Compiling darling v0.23.0 |
| 1585 | 2026-07-22T16:44:44.933Z | Compiling oxnet v0.1.6 |
| 1586 | 2026-07-22T16:44:44.976Z | Compiling inout v0.2.2 |
| 1587 | 2026-07-22T16:44:44.999Z | Compiling derive_builder v0.20.2 |
| 1588 | 2026-07-22T16:44:45.050Z | Compiling hyper-tls v0.6.0 |
| 1589 | 2026-07-22T16:44:45.267Z | Compiling goblin v0.8.2 |
| 1590 | 2026-07-22T16:44:45.628Z | Compiling phf_shared v0.13.1 |
| 1591 | 2026-07-22T16:44:45.750Z | Compiling lazy_static v1.5.0 |
| 1592 | 2026-07-22T16:44:45.821Z | Compiling regex v1.12.3 |
| 1593 | 2026-07-22T16:44:45.828Z | Compiling anstyle-parse v0.2.7 |
| 1594 | 2026-07-22T16:44:45.857Z | Compiling futures-executor v0.3.32 |
| 1595 | 2026-07-22T16:44:46.007Z | Compiling flate2 v1.1.9 |
| 1596 | 2026-07-22T16:44:46.112Z | Compiling terminal_size v0.4.3 |
| 1597 | 2026-07-22T16:44:46.127Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1598 | 2026-07-22T16:44:46.163Z | Compiling strum_macros v0.27.2 |
| 1599 | 2026-07-22T16:44:46.251Z | Compiling ref-cast-impl v1.0.25 |
| 1600 | 2026-07-22T16:44:46.281Z | Compiling snafu-derive v0.8.9 |
| 1601 | 2026-07-22T16:44:46.408Z | Compiling daft-derive v0.1.7 |
| 1602 | 2026-07-22T16:44:46.783Z | Compiling vergen v9.1.0 |
| 1603 | 2026-07-22T16:44:46.802Z | Compiling cargo-platform v0.3.2 |
| 1604 | 2026-07-22T16:44:47.009Z | Compiling ff v0.13.1 |
| 1605 | 2026-07-22T16:44:47.081Z | Compiling fs-err v3.3.0 |
| 1606 | 2026-07-22T16:44:47.113Z | Compiling ahash v0.8.12 |
| 1607 | 2026-07-22T16:44:47.133Z | Compiling foldhash v0.1.5 |
| 1608 | 2026-07-22T16:44:47.327Z | Compiling foldhash v0.2.0 |
| 1609 | 2026-07-22T16:44:47.343Z | Compiling managed v0.8.0 |
| 1610 | 2026-07-22T16:44:47.367Z | Compiling winnow v0.5.40 |
| 1611 | 2026-07-22T16:44:47.554Z | Compiling bitflags v1.3.2 |
| 1612 | 2026-07-22T16:44:47.582Z | Compiling bumpalo v3.20.2 |
| 1613 | 2026-07-22T16:44:47.654Z | Compiling unicode-segmentation v1.12.0 |
| 1614 | 2026-07-22T16:44:47.823Z | Compiling object v0.37.3 |
| 1615 | 2026-07-22T16:44:48.009Z | Compiling same-file v1.0.6 |
| 1616 | 2026-07-22T16:44:48.120Z | Compiling base16ct v0.2.0 |
| 1617 | 2026-07-22T16:44:48.181Z | Compiling libbz2-rs-sys v0.2.2 |
| 1618 | 2026-07-22T16:44:48.195Z | Compiling strum v0.27.2 |
| 1619 | 2026-07-22T16:44:48.230Z | Compiling snafu v0.8.9 |
| 1620 | 2026-07-22T16:44:48.312Z | Compiling sec1 v0.7.3 |
| 1621 | 2026-07-22T16:44:48.345Z | Compiling walkdir v2.5.0 |
| 1622 | 2026-07-22T16:44:48.571Z | Compiling clap_builder v4.6.0 |
| 1623 | 2026-07-22T16:44:48.592Z | Compiling bzip2 v0.6.1 |
| 1624 | 2026-07-22T16:44:48.696Z | Compiling toml_edit v0.19.15 |
| 1625 | 2026-07-22T16:44:48.756Z | Compiling zopfli v0.8.3 |
| 1626 | 2026-07-22T16:44:48.794Z | Compiling dof v0.3.0 |
| 1627 | 2026-07-22T16:44:48.848Z | Compiling hashbrown v0.16.1 |
| 1628 | 2026-07-22T16:44:49.447Z | Compiling hashbrown v0.15.5 |
| 1629 | 2026-07-22T16:44:49.482Z | Compiling daft v0.1.7 |
| 1630 | 2026-07-22T16:44:49.527Z | Compiling group v0.13.0 |
| 1631 | 2026-07-22T16:44:49.615Z | Compiling cargo_metadata v0.23.1 |
| 1632 | 2026-07-22T16:44:49.806Z | Compiling futures v0.3.32 |
| 1633 | 2026-07-22T16:44:49.893Z | Compiling anstream v0.6.21 |
| 1634 | 2026-07-22T16:44:49.984Z | Compiling phf v0.13.1 |
| 1635 | 2026-07-22T16:44:50.562Z | Compiling signal-hook-mio v0.2.5 |
| 1636 | 2026-07-22T16:44:50.586Z | Compiling cookie_store v0.22.1 |
| 1637 | 2026-07-22T16:44:50.687Z | Compiling zstd v0.13.3 |
| 1638 | 2026-07-22T16:44:50.965Z | Compiling reqwest v0.12.28 |
| 1639 | 2026-07-22T16:44:50.990Z | Compiling bzip2 v0.4.4 |
| 1640 | 2026-07-22T16:44:51.156Z | Compiling cipher v0.5.2 |
| 1641 | 2026-07-22T16:44:51.288Z | Compiling serde_with_macros v3.21.0 |
| 1642 | 2026-07-22T16:44:51.306Z | Compiling hubpack v0.1.2 |
| 1643 | 2026-07-22T16:44:51.477Z | Compiling postgres-types v0.2.12 |
| 1644 | 2026-07-22T16:44:51.532Z | Compiling usdt-macro v0.6.0 |
| 1645 | 2026-07-22T16:44:52.028Z | Compiling usdt-attr-macro v0.6.0 |
| 1646 | 2026-07-22T16:44:52.299Z | Compiling ed25519 v2.2.3 |
| 1647 | 2026-07-22T16:44:52.363Z | Compiling globset v0.4.18 |
| 1648 | 2026-07-22T16:44:52.635Z | Compiling dtrace-parser v0.2.0 |
| 1649 | 2026-07-22T16:44:52.755Z | Compiling phf_shared v0.11.3 |
| 1650 | 2026-07-22T16:44:52.891Z | Compiling hkdf v0.12.4 |
| 1651 | 2026-07-22T16:44:52.960Z | Compiling olpc-cjson v0.1.4 |
| 1652 | 2026-07-22T16:44:53.054Z | Compiling pkcs1 v0.7.5 |
| 1653 | 2026-07-22T16:44:53.057Z | Compiling serde-big-array v0.5.1 |
| 1654 | 2026-07-22T16:44:53.122Z | Compiling serde_plain v1.0.2 |
| 1655 | 2026-07-22T16:44:53.197Z | Compiling crypto-bigint v0.5.5 |
| 1656 | 2026-07-22T16:44:53.256Z | Compiling pem v3.0.6 |
| 1657 | 2026-07-22T16:44:53.311Z | Compiling enum-as-inner v0.6.1 |
| 1658 | 2026-07-22T16:44:53.386Z | Compiling strum_macros v0.26.4 |
| 1659 | 2026-07-22T16:44:53.453Z | Compiling async-recursion v1.1.1 |
| 1660 | 2026-07-22T16:44:53.584Z | Compiling clap_derive v4.6.1 |
| 1661 | 2026-07-22T16:44:53.824Z | Compiling serde_repr v0.1.20 |
| 1662 | 2026-07-22T16:44:54.125Z | Compiling float-cmp v0.10.0 |
| 1663 | 2026-07-22T16:44:54.276Z | Compiling memmap2 v0.9.10 |
| 1664 | 2026-07-22T16:44:54.360Z | Compiling thread-id v4.2.2 |
| 1665 | 2026-07-22T16:44:54.445Z | Compiling env_filter v1.0.0 |
| 1666 | 2026-07-22T16:44:54.486Z | Compiling static_assertions v1.1.0 |
| 1667 | 2026-07-22T16:44:54.562Z | Compiling new_debug_unreachable v1.0.6 |
| 1668 | 2026-07-22T16:44:54.637Z | Compiling cpufeatures v0.3.0 |
| 1669 | 2026-07-22T16:44:54.675Z | Compiling const-oid v0.10.2 |
| 1670 | 2026-07-22T16:44:54.720Z | Compiling data-encoding v2.10.0 |
| 1671 | 2026-07-22T16:44:54.752Z | Compiling predicates-core v1.0.10 |
| 1672 | 2026-07-22T16:44:54.889Z | Compiling jiff v0.2.21 |
| 1673 | 2026-07-22T16:44:54.912Z | Compiling typed-path v0.9.3 |
| 1674 | 2026-07-22T16:44:55.125Z | Compiling either v1.15.0 |
| 1675 | 2026-07-22T16:44:55.260Z | Compiling whoami v2.1.0 |
| 1676 | 2026-07-22T16:44:55.329Z | Compiling precomputed-hash v0.1.1 |
| 1677 | 2026-07-22T16:44:55.343Z | Compiling fixedbitset v0.4.2 |
| 1678 | 2026-07-22T16:44:55.404Z | Compiling winnow v1.0.3 |
| 1679 | 2026-07-22T16:44:55.419Z | Compiling difflib v0.4.0 |
| 1680 | 2026-07-22T16:44:55.550Z | Compiling fixedbitset v0.5.7 |
| 1681 | 2026-07-22T16:44:55.629Z | Compiling normalize-line-endings v0.3.0 |
| 1682 | 2026-07-22T16:44:55.724Z | Compiling keccak v0.1.6 |
| 1683 | 2026-07-22T16:44:55.748Z | Compiling petgraph v0.8.3 |
| 1684 | 2026-07-22T16:44:55.786Z | Compiling predicates v3.1.4 |
| 1685 | 2026-07-22T16:44:55.853Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1686 | 2026-07-22T16:44:55.964Z | Compiling sha3 v0.10.8 |
| 1687 | 2026-07-22T16:44:56.131Z | Compiling petgraph v0.6.5 |
| 1688 | 2026-07-22T16:44:56.417Z | Compiling tokio-postgres v0.7.16 |
| 1689 | 2026-07-22T16:44:56.435Z | Compiling string_cache v0.8.9 |
| 1690 | 2026-07-22T16:44:56.447Z | Compiling clap v4.6.1 |
| 1691 | 2026-07-22T16:44:56.479Z | Compiling itertools v0.13.0 |
| 1692 | 2026-07-22T16:44:56.533Z | Compiling toml_edit v0.22.27 |
| 1693 | 2026-07-22T16:44:56.654Z | Compiling strum v0.26.3 |
| 1694 | 2026-07-22T16:44:56.787Z | Compiling hickory-proto v0.25.2 |
| 1695 | 2026-07-22T16:44:57.647Z | Compiling zip v4.6.1 |
| 1696 | 2026-07-22T16:44:57.707Z | Compiling digest v0.11.3 |
| 1697 | 2026-07-22T16:44:57.747Z | Compiling chacha20 v0.10.0 |
| 1698 | 2026-07-22T16:44:57.935Z | Compiling env_logger v0.11.9 |
| 1699 | 2026-07-22T16:44:58.117Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1700 | 2026-07-22T16:44:58.291Z | Compiling usdt-impl v0.5.0 |
| 1701 | 2026-07-22T16:44:58.618Z | Compiling usdt v0.6.0 |
| 1702 | 2026-07-22T16:44:58.654Z | Compiling elliptic-curve v0.13.8 |
| 1703 | 2026-07-22T16:44:58.876Z | Compiling rsa v0.9.10 |
| 1704 | 2026-07-22T16:44:58.892Z | Compiling ed25519-dalek v2.2.0 |
| 1705 | 2026-07-22T16:44:59.028Z | Compiling crossterm v0.28.1 |
| 1706 | 2026-07-22T16:44:59.050Z | Compiling serde_with v3.21.0 |
| 1707 | 2026-07-22T16:44:59.555Z | Compiling zip v0.6.6 |
| 1708 | 2026-07-22T16:45:00.350Z | Compiling toml v0.7.8 |
| 1709 | 2026-07-22T16:45:00.568Z | Compiling iddqd v0.4.2 |
| 1710 | 2026-07-22T16:45:00.978Z | Compiling heck v0.4.1 |
| 1711 | 2026-07-22T16:45:01.183Z | Compiling similar v2.7.0 |
| 1712 | 2026-07-22T16:45:01.213Z | Compiling byte-wrapper v0.1.0 |
| 1713 | 2026-07-22T16:45:01.338Z | Compiling crossbeam-epoch v0.9.18 |
| 1714 | 2026-07-22T16:45:01.513Z | Compiling tokio-stream v0.1.18 |
| 1715 | 2026-07-22T16:45:01.534Z | Compiling buf-list v1.1.2 |
| 1716 | 2026-07-22T16:45:01.612Z | Compiling x509-cert v0.2.5 |
| 1717 | 2026-07-22T16:45:01.863Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1718 | 2026-07-22T16:45:01.983Z | Compiling openapiv3 v2.2.0 |
| 1719 | 2026-07-22T16:45:02.053Z | Compiling peg-runtime v0.8.5 |
| 1720 | 2026-07-22T16:45:02.053Z | Compiling lalrpop-util v0.19.12 |
| 1721 | 2026-07-22T16:45:02.114Z | Compiling thread_local v1.1.9 |
| 1722 | 2026-07-22T16:45:02.189Z | Compiling slog-async v2.8.0 |
| 1723 | 2026-07-22T16:45:02.242Z | Compiling crossbeam-channel v0.5.15 |
| 1724 | 2026-07-22T16:45:02.242Z | Compiling filetime v0.2.27 |
| 1725 | 2026-07-22T16:45:02.403Z | Compiling is-terminal v0.4.17 |
| 1726 | 2026-07-22T16:45:02.453Z | Compiling term v1.2.1 |
| 1727 | 2026-07-22T16:45:02.497Z | Compiling xattr v1.6.1 |
| 1728 | 2026-07-22T16:45:02.545Z | Compiling take_mut v0.2.2 |
| 1729 | 2026-07-22T16:45:02.660Z | Compiling tar v0.4.46 |
| 1730 | 2026-07-22T16:45:02.703Z | Compiling slog-term v2.9.2 |
| 1731 | 2026-07-22T16:45:03.006Z | Compiling camino-tempfile v1.4.1 |
| 1732 | 2026-07-22T16:45:12.729Z | Compiling rustls-webpki v0.103.13 |
| 1733 | 2026-07-22T16:45:15.487Z | Compiling tokio-rustls v0.26.4 |
| 1734 | 2026-07-22T16:45:15.487Z | Compiling rustls-platform-verifier v0.6.2 |
| 1735 | 2026-07-22T16:45:15.551Z | Compiling tough v0.22.0 |
| 1736 | 2026-07-22T16:45:15.687Z | Compiling hyper-rustls v0.27.7 |
| 1737 | 2026-07-22T16:45:16.900Z | Compiling reqwest v0.13.2 |
| 1738 | 2026-07-22T16:45:18.224Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1739 | 2026-07-22T16:45:18.253Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1740 | 2026-07-22T16:45:26.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1741 | 2026-07-22T16:45:27.806Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1742 | 2026-07-22T16:45:27.806Z | Jul 22 16:45:19.533 INFO Starting download, target: Cockroach |
| 1743 | 2026-07-22T16:45:27.806Z | Jul 22 16:45:19.533 INFO Starting download, target: DendriteStub |
| 1744 | 2026-07-22T16:45:27.806Z | Jul 22 16:45:19.533 INFO Starting download, target: Console |
| 1745 | 2026-07-22T16:45:27.806Z | Jul 22 16:45:19.533 INFO Starting download, target: Clickhouse |
| 1746 | 2026-07-22T16:45:27.806Z | Jul 22 16:45:19.533 INFO Starting download, target: MaghemiteMgd |
| 1747 | 2026-07-22T16:45:27.806Z | Jul 22 16:45:19.533 INFO Starting download, target: MaghemiteDdmd |
| 1748 | 2026-07-22T16:45:27.806Z | Jul 22 16:45:19.533 INFO Starting download, target: TransceiverControl |
| 1749 | 2026-07-22T16:45:27.806Z | Jul 22 16:45:19.533 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1750 | 2026-07-22T16:45:27.806Z | Jul 22 16:45:19.533 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1751 | 2026-07-22T16:45:27.806Z | Jul 22 16:45:19.533 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1752 | 2026-07-22T16:45:27.806Z | Jul 22 16:45:19.533 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1753 | 2026-07-22T16:45:27.806Z | Jul 22 16:45:19.533 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1754 | 2026-07-22T16:45:27.806Z | Jul 22 16:45:19.533 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1755 | 2026-07-22T16:45:27.807Z | Jul 22 16:45:19.534 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1756 | 2026-07-22T16:45:28.286Z | Jul 22 16:45:21.336 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1757 | 2026-07-22T16:45:28.286Z | Jul 22 16:45:21.586 INFO Download complete, target: Console |
| 1758 | 2026-07-22T16:45:28.286Z | Jul 22 16:45:21.595 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1759 | 2026-07-22T16:45:30.683Z | Jul 22 16:45:28.265 INFO Checking that binary works, target: Clickhouse |
| 1760 | 2026-07-22T16:45:30.952Z | Jul 22 16:45:28.352 INFO Download complete, target: Clickhouse |
| 1761 | 2026-07-22T16:45:32.334Z | Jul 22 16:45:30.507 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1762 | 2026-07-22T16:45:32.478Z | Jul 22 16:45:30.719 INFO Download complete, target: TransceiverControl |
| 1763 | 2026-07-22T16:45:40.143Z | Jul 22 16:45:38.358 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1764 | 2026-07-22T16:45:40.294Z | Jul 22 16:45:38.530 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1765 | 2026-07-22T16:45:42.208Z | Jul 22 16:45:40.446 INFO Download complete, target: MaghemiteDdmd |
| 1766 | 2026-07-22T16:45:42.485Z | Jul 22 16:45:40.697 INFO Download complete, target: DendriteStub |
| 1767 | 2026-07-22T16:45:42.607Z | Jul 22 16:45:40.838 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1768 | 2026-07-22T16:45:43.367Z | Jul 22 16:45:41.631 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1769 | 2026-07-22T16:45:43.367Z | Jul 22 16:45:41.631 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1770 | 2026-07-22T16:45:45.201Z | Jul 22 16:45:43.474 INFO Download complete, target: MaghemiteMgd |
| 1771 | 2026-07-22T16:45:47.931Z | Jul 22 16:45:46.206 INFO Checking that binary works, target: Cockroach |
| 1772 | 2026-07-22T16:45:48.062Z | Jul 22 16:45:46.315 INFO Download complete, target: Cockroach |
| 1773 | 2026-07-22T16:45:48.095Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1774 | 2026-07-22T16:45:48.095Z | |
| 1775 | 2026-07-22T16:45:48.095Z | real 2:18.163297564 |
| 1776 | 2026-07-22T16:45:48.096Z | user 6:36.856232795 |
| 1777 | 2026-07-22T16:45:48.096Z | sys 1:20.641778601 |
| 1778 | 2026-07-22T16:45:48.096Z | trap 0.202730767 |
| 1779 | 2026-07-22T16:45:48.096Z | tflt 0.497324454 |
| 1780 | 2026-07-22T16:45:48.096Z | dflt 0.842596665 |
| 1781 | 2026-07-22T16:45:48.096Z | kflt 0.026516947 |
| 1782 | 2026-07-22T16:45:48.096Z | lock 26:37.346981557 |
| 1783 | 2026-07-22T16:45:48.096Z | slp 20:32.655683093 |
| 1784 | 2026-07-22T16:45:48.096Z | lat 43.118997929 |
| 1785 | 2026-07-22T16:45:48.096Z | stop 1:58.945550114 |
| 1786 | 2026-07-22T16:45:48.096Z | + banner clippy |
| 1787 | 2026-07-22T16:45:48.096Z | |
| 1788 | 2026-07-22T16:45:48.096Z | #### # # ##### ##### # # |
| 1789 | 2026-07-22T16:45:48.096Z | # # # # # # # # # # |
| 1790 | 2026-07-22T16:45:48.096Z | # # # # # # # # |
| 1791 | 2026-07-22T16:45:48.096Z | # # # ##### ##### # |
| 1792 | 2026-07-22T16:45:48.096Z | # # # # # # # |
| 1793 | 2026-07-22T16:45:48.096Z | #### ###### # # # # |
| 1794 | 2026-07-22T16:45:48.096Z | |
| 1795 | 2026-07-22T16:45:48.096Z | + export CARGO_INCREMENTAL=0 |
| 1796 | 2026-07-22T16:45:48.096Z | + CARGO_INCREMENTAL=0 |
| 1797 | 2026-07-22T16:45:48.096Z | + ptime -m cargo xtask clippy |
| 1798 | 2026-07-22T16:45:48.499Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1799 | 2026-07-22T16:45:48.783Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1800 | 2026-07-22T16:45:50.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
| 1801 | 2026-07-22T16:45:50.632Z | Running `target/debug/xtask clippy` |
| 1802 | 2026-07-22T16:45:50.656Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1803 | 2026-07-22T16:45:51.201Z | Downloading crates ... |
| 1804 | 2026-07-22T16:45:52.791Z | Downloaded addr2line v0.25.1 |
| 1805 | 2026-07-22T16:45:52.885Z | Downloaded owo-colors v3.5.0 |
| 1806 | 2026-07-22T16:45:52.885Z | Downloaded knuffel-derive v3.2.0 |
| 1807 | 2026-07-22T16:45:52.885Z | Downloaded serde_regex v1.1.0 |
| 1808 | 2026-07-22T16:45:52.885Z | Downloaded criterion v0.7.0 |
| 1809 | 2026-07-22T16:45:52.885Z | Downloaded nested v0.1.1 |
| 1810 | 2026-07-22T16:45:52.885Z | Downloaded criterion-plot v0.6.0 |
| 1811 | 2026-07-22T16:45:52.885Z | Downloaded concurrent-queue v2.5.0 |
| 1812 | 2026-07-22T16:45:52.886Z | Downloaded anes v0.1.6 |
| 1813 | 2026-07-22T16:45:52.886Z | Downloaded target-triple v1.0.0 |
| 1814 | 2026-07-22T16:45:52.886Z | Downloaded approx v0.5.1 |
| 1815 | 2026-07-22T16:45:52.886Z | Downloaded hex-literal v0.4.1 |
| 1816 | 2026-07-22T16:45:52.886Z | Downloaded backtrace-ext v0.2.1 |
| 1817 | 2026-07-22T16:45:52.886Z | Downloaded constant_time_eq v0.3.1 |
| 1818 | 2026-07-22T16:45:52.886Z | Downloaded chumsky v0.9.3 |
| 1819 | 2026-07-22T16:45:52.886Z | Downloaded async-object-pool v0.2.0 |
| 1820 | 2026-07-22T16:45:52.886Z | Downloaded parking v2.2.1 |
| 1821 | 2026-07-22T16:45:52.886Z | Downloaded cast v0.3.0 |
| 1822 | 2026-07-22T16:45:52.886Z | Downloaded plotters-svg v0.3.7 |
| 1823 | 2026-07-22T16:45:52.886Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1824 | 2026-07-22T16:45:52.886Z | Downloaded supports-color v2.1.0 |
| 1825 | 2026-07-22T16:45:52.886Z | Downloaded escape8259 v0.5.3 |
| 1826 | 2026-07-22T16:45:52.886Z | Downloaded supports-unicode v2.1.0 |
| 1827 | 2026-07-22T16:45:52.886Z | Downloaded plotters-backend v0.3.7 |
| 1828 | 2026-07-22T16:45:52.886Z | Downloaded event-listener-strategy v0.5.4 |
| 1829 | 2026-07-22T16:45:52.886Z | Downloaded oorandom v11.1.5 |
| 1830 | 2026-07-22T16:45:52.886Z | Downloaded path-tree v0.8.3 |
| 1831 | 2026-07-22T16:45:52.886Z | Downloaded linkme v0.3.35 |
| 1832 | 2026-07-22T16:45:52.886Z | Downloaded futures-timer v3.0.3 |
| 1833 | 2026-07-22T16:45:52.886Z | Downloaded hickory-client v0.25.2 |
| 1834 | 2026-07-22T16:45:52.886Z | Downloaded terminal_size v0.1.17 |
| 1835 | 2026-07-22T16:45:52.886Z | Downloaded assert-json-diff v2.0.2 |
| 1836 | 2026-07-22T16:45:52.886Z | Downloaded pathdiff v0.2.3 |
| 1837 | 2026-07-22T16:45:52.886Z | Downloaded similar-asserts v1.7.0 |
| 1838 | 2026-07-22T16:45:52.886Z | Downloaded miette-derive v5.10.0 |
| 1839 | 2026-07-22T16:45:52.887Z | Downloaded relative-path v1.9.3 |
| 1840 | 2026-07-22T16:45:52.887Z | Downloaded stringmetrics v2.2.2 |
| 1841 | 2026-07-22T16:45:52.887Z | Downloaded partial-io v0.5.4 |
| 1842 | 2026-07-22T16:45:52.887Z | Downloaded rust-argon2 v2.1.0 |
| 1843 | 2026-07-22T16:45:52.887Z | Downloaded target-spec v3.5.7 |
| 1844 | 2026-07-22T16:45:52.887Z | Downloaded rstest v0.25.0 |
| 1845 | 2026-07-22T16:45:52.887Z | Downloaded linkme-impl v0.3.35 |
| 1846 | 2026-07-22T16:45:52.887Z | Downloaded rustc-demangle v0.1.27 |
| 1847 | 2026-07-22T16:45:52.887Z | Downloaded supports-hyperlinks v2.1.0 |
| 1848 | 2026-07-22T16:45:52.887Z | Downloaded tinytemplate v1.2.1 |
| 1849 | 2026-07-22T16:45:52.887Z | Downloaded assert_cmd v2.1.2 |
| 1850 | 2026-07-22T16:45:52.887Z | Downloaded termcolor v1.4.1 |
| 1851 | 2026-07-22T16:45:52.887Z | Downloaded target-lexicon v0.13.3 |
| 1852 | 2026-07-22T16:45:52.887Z | Downloaded libtest-mimic v0.8.1 |
| 1853 | 2026-07-22T16:45:52.887Z | Downloaded blake2b_simd v1.0.4 |
| 1854 | 2026-07-22T16:45:52.887Z | Downloaded event-listener v5.4.1 |
| 1855 | 2026-07-22T16:45:52.887Z | Downloaded datatest-stable v0.3.3 |
| 1856 | 2026-07-22T16:45:52.887Z | Downloaded cfg-expr v0.20.6 |
| 1857 | 2026-07-22T16:45:52.887Z | Downloaded async-lock v3.4.2 |
| 1858 | 2026-07-22T16:45:52.887Z | Downloaded trybuild v1.0.116 |
| 1859 | 2026-07-22T16:45:52.887Z | Downloaded httptest v0.16.4 |
| 1860 | 2026-07-22T16:45:52.887Z | Downloaded fancy-regex v0.14.0 |
| 1861 | 2026-07-22T16:45:52.888Z | Downloaded textwrap v0.15.2 |
| 1862 | 2026-07-22T16:45:52.888Z | Downloaded knuffel v3.2.0 |
| 1863 | 2026-07-22T16:45:52.888Z | Downloaded rstest_macros v0.25.0 |
| 1864 | 2026-07-22T16:45:52.888Z | Downloaded miette v5.10.0 |
| 1865 | 2026-07-22T16:45:52.888Z | Downloaded backtrace v0.3.76 |
| 1866 | 2026-07-22T16:45:52.888Z | Downloaded rand_distr v0.5.1 |
| 1867 | 2026-07-22T16:45:52.888Z | Downloaded plotters v0.3.7 |
| 1868 | 2026-07-22T16:45:52.888Z | Downloaded guppy v0.17.25 |
| 1869 | 2026-07-22T16:45:52.888Z | Downloaded hashbrown v0.14.5 |
| 1870 | 2026-07-22T16:45:52.888Z | Downloaded gimli v0.32.3 |
| 1871 | 2026-07-22T16:45:52.888Z | Downloaded httpmock v0.8.3 |
| 1872 | 2026-07-22T16:45:53.379Z | Checking cfg-if v1.0.4 |
| 1873 | 2026-07-22T16:45:53.721Z | Checking libc v0.2.185 |
| 1874 | 2026-07-22T16:45:53.730Z | Checking serde_core v1.0.228 |
| 1875 | 2026-07-22T16:45:53.794Z | Checking memchr v2.8.0 |
| 1876 | 2026-07-22T16:45:53.840Z | Checking smallvec v1.15.1 |
| 1877 | 2026-07-22T16:45:53.874Z | Checking zeroize v1.8.2 |
| 1878 | 2026-07-22T16:45:53.912Z | Checking rand_core v0.10.0 |
| 1879 | 2026-07-22T16:45:53.957Z | Checking itoa v1.0.17 |
| 1880 | 2026-07-22T16:45:53.999Z | Checking subtle v2.6.1 |
| 1881 | 2026-07-22T16:45:54.055Z | Checking log v0.4.29 |
| 1882 | 2026-07-22T16:45:54.100Z | Checking libm v0.2.16 |
| 1883 | 2026-07-22T16:45:54.158Z | Checking getrandom v0.4.1 |
| 1884 | 2026-07-22T16:45:54.158Z | Checking errno v0.3.14 |
| 1885 | 2026-07-22T16:45:54.213Z | Checking typenum v1.20.1 |
| 1886 | 2026-07-22T16:45:54.267Z | Checking scopeguard v1.2.0 |
| 1887 | 2026-07-22T16:45:54.304Z | Checking stable_deref_trait v1.2.1 |
| 1888 | 2026-07-22T16:45:54.363Z | Checking zmij v1.0.21 |
| 1889 | 2026-07-22T16:45:54.383Z | Checking lock_api v0.4.14 |
| 1890 | 2026-07-22T16:45:54.383Z | Checking zerofrom v0.1.6 |
| 1891 | 2026-07-22T16:45:54.483Z | Checking percent-encoding v2.3.2 |
| 1892 | 2026-07-22T16:45:54.501Z | Checking litemap v0.8.1 |
| 1893 | 2026-07-22T16:45:54.560Z | Checking yoke v0.8.1 |
| 1894 | 2026-07-22T16:45:54.613Z | Checking writeable v0.6.2 |
| 1895 | 2026-07-22T16:45:54.639Z | Checking icu_normalizer_data v2.1.1 |
| 1896 | 2026-07-22T16:45:54.639Z | Checking icu_properties_data v2.1.2 |
| 1897 | 2026-07-22T16:45:54.720Z | Checking form_urlencoded v1.2.2 |
| 1898 | 2026-07-22T16:45:54.773Z | Checking zerovec v0.11.5 |
| 1899 | 2026-07-22T16:45:54.789Z | Checking zerotrie v0.2.3 |
| 1900 | 2026-07-22T16:45:54.794Z | Checking num-traits v0.2.19 |
| 1901 | 2026-07-22T16:45:54.863Z | Checking utf8_iter v1.0.4 |
| 1902 | 2026-07-22T16:45:54.913Z | Checking pin-project-lite v0.2.17 |
| 1903 | 2026-07-22T16:45:54.955Z | Checking zerocopy v0.8.40 |
| 1904 | 2026-07-22T16:45:54.984Z | Checking parking_lot_core v0.9.12 |
| 1905 | 2026-07-22T16:45:55.032Z | Checking portable-atomic v1.13.1 |
| 1906 | 2026-07-22T16:45:55.063Z | Checking critical-section v1.2.0 |
| 1907 | 2026-07-22T16:45:55.120Z | Checking signal-hook-registry v1.4.8 |
| 1908 | 2026-07-22T16:45:55.191Z | Checking parking_lot v0.12.5 |
| 1909 | 2026-07-22T16:45:55.246Z | Checking mio v1.2.0 |
| 1910 | 2026-07-22T16:45:55.261Z | Checking tinystr v0.8.2 |
| 1911 | 2026-07-22T16:45:55.307Z | Checking serde v1.0.228 |
| 1912 | 2026-07-22T16:45:55.308Z | Checking bitflags v2.11.0 |
| 1913 | 2026-07-22T16:45:55.388Z | Checking serde_json v1.0.150 |
| 1914 | 2026-07-22T16:45:55.425Z | Checking potential_utf v0.1.4 |
| 1915 | 2026-07-22T16:45:55.479Z | Checking once_cell v1.21.3 |
| 1916 | 2026-07-22T16:45:55.500Z | Checking icu_locale_core v2.1.1 |
| 1917 | 2026-07-22T16:45:55.559Z | Checking iana-time-zone v0.1.65 |
| 1918 | 2026-07-22T16:45:55.590Z | Checking icu_collections v2.1.1 |
| 1919 | 2026-07-22T16:45:55.635Z | Checking socket2 v0.6.3 |
| 1920 | 2026-07-22T16:45:55.677Z | Checking uuid v1.23.4 |
| 1921 | 2026-07-22T16:45:55.729Z | Checking semver v1.0.28 |
| 1922 | 2026-07-22T16:45:55.789Z | Checking bytes v1.11.1 |
| 1923 | 2026-07-22T16:45:55.901Z | Checking chrono v0.4.45 |
| 1924 | 2026-07-22T16:45:55.959Z | Checking thiserror v2.0.18 |
| 1925 | 2026-07-22T16:45:56.010Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1926 | 2026-07-22T16:45:56.047Z | Checking dyn-clone v1.0.20 |
| 1927 | 2026-07-22T16:45:56.113Z | Checking futures-core v0.3.32 |
| 1928 | 2026-07-22T16:45:56.169Z | Checking getrandom v0.2.17 |
| 1929 | 2026-07-22T16:45:56.193Z | Checking icu_provider v2.1.1 |
| 1930 | 2026-07-22T16:45:56.212Z | Checking equivalent v1.0.2 |
| 1931 | 2026-07-22T16:45:56.297Z | Checking rustix v1.1.3 |
| 1932 | 2026-07-22T16:45:56.354Z | Checking tokio v1.52.1 |
| 1933 | 2026-07-22T16:45:56.379Z | Checking rand_core v0.6.4 |
| 1934 | 2026-07-22T16:45:56.379Z | Checking cmov v0.5.4 |
| 1935 | 2026-07-22T16:45:56.423Z | Checking icu_properties v2.1.2 |
| 1936 | 2026-07-22T16:45:56.478Z | Checking icu_normalizer v2.1.1 |
| 1937 | 2026-07-22T16:45:56.566Z | Checking byteorder v1.5.0 |
| 1938 | 2026-07-22T16:45:56.601Z | Checking ctutils v0.4.2 |
| 1939 | 2026-07-22T16:45:56.790Z | Checking futures-sink v0.3.32 |
| 1940 | 2026-07-22T16:45:56.809Z | Checking generic-array v0.14.7 |
| 1941 | 2026-07-22T16:45:56.824Z | Checking futures-io v0.3.32 |
| 1942 | 2026-07-22T16:45:56.906Z | Checking hybrid-array v0.4.13 |
| 1943 | 2026-07-22T16:45:56.936Z | Checking futures-channel v0.3.32 |
| 1944 | 2026-07-22T16:45:56.995Z | Checking futures-task v0.3.32 |
| 1945 | 2026-07-22T16:45:57.091Z | Checking slab v0.4.12 |
| 1946 | 2026-07-22T16:45:57.148Z | Checking getrandom v0.3.4 |
| 1947 | 2026-07-22T16:45:57.195Z | Checking hashbrown v0.17.0 |
| 1948 | 2026-07-22T16:45:57.256Z | Checking idna_adapter v1.2.1 |
| 1949 | 2026-07-22T16:45:57.293Z | Checking futures-util v0.3.32 |
| 1950 | 2026-07-22T16:45:57.336Z | Checking thiserror v1.0.69 |
| 1951 | 2026-07-22T16:45:57.345Z | Checking base64ct v1.8.3 |
| 1952 | 2026-07-22T16:45:57.404Z | Checking idna v1.1.0 |
| 1953 | 2026-07-22T16:45:57.458Z | Checking const-oid v0.9.6 |
| 1954 | 2026-07-22T16:45:57.624Z | Checking fnv v1.0.7 |
| 1955 | 2026-07-22T16:45:57.674Z | Checking crypto-common v0.2.2 |
| 1956 | 2026-07-22T16:45:57.689Z | Checking url v2.5.8 |
| 1957 | 2026-07-22T16:45:57.689Z | Checking indexmap v2.14.0 |
| 1958 | 2026-07-22T16:45:57.782Z | Checking crypto-common v0.1.7 |
| 1959 | 2026-07-22T16:45:57.794Z | Checking ppv-lite86 v0.2.21 |
| 1960 | 2026-07-22T16:45:57.968Z | Checking regex-syntax v0.8.10 |
| 1961 | 2026-07-22T16:45:58.137Z | Checking block-buffer v0.12.1 |
| 1962 | 2026-07-22T16:45:58.163Z | Checking block-buffer v0.10.4 |
| 1963 | 2026-07-22T16:45:58.170Z | Checking schemars v0.8.22 |
| 1964 | 2026-07-22T16:45:58.339Z | Checking base64 v0.22.1 |
| 1965 | 2026-07-22T16:45:58.369Z | Checking digest v0.10.7 |
| 1966 | 2026-07-22T16:45:58.369Z | Checking utf8parse v0.2.2 |
| 1967 | 2026-07-22T16:45:58.369Z | Checking anstyle v1.0.14 |
| 1968 | 2026-07-22T16:45:58.528Z | Checking http v1.4.2 |
| 1969 | 2026-07-22T16:45:58.587Z | Checking tracing-core v0.1.36 |
| 1970 | 2026-07-22T16:45:58.600Z | Checking colorchoice v1.0.4 |
| 1971 | 2026-07-22T16:45:58.637Z | Checking is_terminal_polyfill v1.70.2 |
| 1972 | 2026-07-22T16:45:58.730Z | Checking anstyle-query v1.1.5 |
| 1973 | 2026-07-22T16:45:58.778Z | Checking anstyle-parse v1.0.0 |
| 1974 | 2026-07-22T16:45:58.860Z | Checking rand_core v0.9.5 |
| 1975 | 2026-07-22T16:45:58.878Z | Checking terminal_size v0.4.3 |
| 1976 | 2026-07-22T16:45:58.931Z | Checking tracing v0.1.44 |
| 1977 | 2026-07-22T16:45:58.974Z | Checking ipnet v2.11.0 |
| 1978 | 2026-07-22T16:45:59.036Z | Checking const-oid v0.10.2 |
| 1979 | 2026-07-22T16:45:59.065Z | Checking anstream v1.0.0 |
| 1980 | 2026-07-22T16:45:59.119Z | Checking clap_lex v1.0.0 |
| 1981 | 2026-07-22T16:45:59.157Z | Checking strsim v0.11.1 |
| 1982 | 2026-07-22T16:45:59.209Z | Checking aho-corasick v1.1.4 |
| 1983 | 2026-07-22T16:45:59.251Z | Checking rand_chacha v0.9.0 |
| 1984 | 2026-07-22T16:45:59.285Z | Checking crossbeam-utils v0.8.21 |
| 1985 | 2026-07-22T16:45:59.296Z | Checking unicode-ident v1.0.24 |
| 1986 | 2026-07-22T16:45:59.362Z | Checking erased-serde v0.3.31 |
| 1987 | 2026-07-22T16:45:59.392Z | Checking clap_builder v4.6.0 |
| 1988 | 2026-07-22T16:45:59.392Z | Checking httparse v1.10.1 |
| 1989 | 2026-07-22T16:45:59.463Z | Checking proc-macro2 v1.0.106 |
| 1990 | 2026-07-22T16:45:59.492Z | Checking rand v0.9.2 |
| 1991 | 2026-07-22T16:45:59.504Z | Checking tokio-util v0.7.18 |
| 1992 | 2026-07-22T16:45:59.608Z | Checking cpufeatures v0.3.0 |
| 1993 | 2026-07-22T16:45:59.642Z | Checking powerfmt v0.2.0 |
| 1994 | 2026-07-22T16:45:59.704Z | Checking digest v0.11.3 |
| 1995 | 2026-07-22T16:45:59.745Z | Checking slog v2.8.2 |
| 1996 | 2026-07-22T16:45:59.795Z | Checking quote v1.0.45 |
| 1997 | 2026-07-22T16:45:59.820Z | Checking deranged v0.5.8 |
| 1998 | 2026-07-22T16:45:59.891Z | Checking regex-automata v0.4.14 |
| 1999 | 2026-07-22T16:45:59.932Z | Checking allocator-api2 v0.2.21 |
| 2000 | 2026-07-22T16:45:59.978Z | Checking num_threads v0.1.7 |
| 2001 | 2026-07-22T16:46:00.034Z | Checking cpufeatures v0.2.17 |
| 2002 | 2026-07-22T16:46:00.069Z | Checking fastrand v2.3.0 |
| 2003 | 2026-07-22T16:46:00.109Z | Checking time-core v0.1.8 |
| 2004 | 2026-07-22T16:46:00.146Z | Checking num-conv v0.2.0 |
| 2005 | 2026-07-22T16:46:00.175Z | Checking syn v2.0.117 |
| 2006 | 2026-07-22T16:46:00.249Z | Checking anyhow v1.0.102 |
| 2007 | 2026-07-22T16:46:00.269Z | Checking http-body v1.0.1 |
| 2008 | 2026-07-22T16:46:00.291Z | Checking atomic-waker v1.1.2 |
| 2009 | 2026-07-22T16:46:00.291Z | Checking tempfile v3.25.0 |
| 2010 | 2026-07-22T16:46:00.427Z | Checking aws-lc-sys v0.40.0 |
| 2011 | 2026-07-22T16:46:00.433Z | Checking rustls-pki-types v1.14.0 |
| 2012 | 2026-07-22T16:46:00.520Z | Checking untrusted v0.7.1 |
| 2013 | 2026-07-22T16:46:00.554Z | Checking httpdate v1.0.3 |
| 2014 | 2026-07-22T16:46:00.645Z | Checking try-lock v0.2.5 |
| 2015 | 2026-07-22T16:46:00.688Z | Checking clap v4.6.1 |
| 2016 | 2026-07-22T16:46:00.741Z | Checking h2 v0.4.15 |
| 2017 | 2026-07-22T16:46:00.771Z | Checking time v0.3.47 |
| 2018 | 2026-07-22T16:46:00.780Z | Checking want v0.3.1 |
| 2019 | 2026-07-22T16:46:00.841Z | Checking ipnetwork v0.21.1 |
| 2020 | 2026-07-22T16:46:00.851Z | Checking hex v0.4.3 |
| 2021 | 2026-07-22T16:46:00.922Z | Checking tower-layer v0.3.3 |
| 2022 | 2026-07-22T16:46:00.959Z | Checking aws-lc-rs v1.16.3 |
| 2023 | 2026-07-22T16:46:01.085Z | Checking tower-service v0.3.3 |
| 2024 | 2026-07-22T16:46:01.136Z | Checking ryu v1.0.23 |
| 2025 | 2026-07-22T16:46:01.141Z | Checking pem-rfc7468 v0.7.0 |
| 2026 | 2026-07-22T16:46:01.220Z | Checking spin v0.9.8 |
| 2027 | 2026-07-22T16:46:01.297Z | Checking flagset v0.4.7 |
| 2028 | 2026-07-22T16:46:01.354Z | Checking mime v0.3.17 |
| 2029 | 2026-07-22T16:46:01.427Z | Checking untrusted v0.9.0 |
| 2030 | 2026-07-22T16:46:01.453Z | Checking der v0.7.10 |
| 2031 | 2026-07-22T16:46:01.576Z | Checking simd-adler32 v0.3.8 |
| 2032 | 2026-07-22T16:46:01.628Z | Checking adler2 v2.0.1 |
| 2033 | 2026-07-22T16:46:01.746Z | Checking http-body-util v0.1.3 |
| 2034 | 2026-07-22T16:46:01.761Z | Checking miniz_oxide v0.8.9 |
| 2035 | 2026-07-22T16:46:01.779Z | Checking block-padding v0.4.2 |
| 2036 | 2026-07-22T16:46:01.853Z | Checking rustls-webpki v0.103.13 |
| 2037 | 2026-07-22T16:46:01.936Z | Checking inout v0.2.2 |
| 2038 | 2026-07-22T16:46:01.980Z | Checking camino v1.2.2 |
| 2039 | 2026-07-22T16:46:02.009Z | Checking openssl-probe v0.2.1 |
| 2040 | 2026-07-22T16:46:02.098Z | Checking pretty-hex v0.4.1 |
| 2041 | 2026-07-22T16:46:02.138Z | Checking serde_urlencoded v0.7.1 |
| 2042 | 2026-07-22T16:46:02.184Z | Checking rand_chacha v0.3.1 |
| 2043 | 2026-07-22T16:46:02.229Z | Checking encoding_rs v0.8.35 |
| 2044 | 2026-07-22T16:46:02.251Z | Checking plain v0.2.3 |
| 2045 | 2026-07-22T16:46:02.285Z | Checking spki v0.7.3 |
| 2046 | 2026-07-22T16:46:02.327Z | Checking rustls v0.23.41 |
| 2047 | 2026-07-22T16:46:02.387Z | Checking cipher v0.5.2 |
| 2048 | 2026-07-22T16:46:02.412Z | Checking regex v1.12.3 |
| 2049 | 2026-07-22T16:46:02.412Z | Checking rand v0.8.6 |
| 2050 | 2026-07-22T16:46:02.543Z | Checking oxnet v0.1.6 |
| 2051 | 2026-07-22T16:46:02.558Z | Checking ucd-trie v0.1.7 |
| 2052 | 2026-07-22T16:46:02.628Z | Checking crc32fast v1.5.0 |
| 2053 | 2026-07-22T16:46:02.758Z | Checking pest v2.8.6 |
| 2054 | 2026-07-22T16:46:02.782Z | Checking futures-executor v0.3.32 |
| 2055 | 2026-07-22T16:46:02.896Z | Checking sync_wrapper v1.0.2 |
| 2056 | 2026-07-22T16:46:02.977Z | Checking pkcs8 v0.10.2 |
| 2057 | 2026-07-22T16:46:03.170Z | Checking tower v0.5.3 |
| 2058 | 2026-07-22T16:46:03.170Z | Checking futures v0.3.32 |
| 2059 | 2026-07-22T16:46:03.291Z | Checking either v1.15.0 |
| 2060 | 2026-07-22T16:46:03.291Z | Checking iri-string v0.7.10 |
| 2061 | 2026-07-22T16:46:03.291Z | Checking zlib-rs v0.6.2 |
| 2062 | 2026-07-22T16:46:03.291Z | Checking sha2 v0.10.9 |
| 2063 | 2026-07-22T16:46:03.347Z | Checking bit-vec v0.8.0 |
| 2064 | 2026-07-22T16:46:03.438Z | Checking foldhash v0.2.0 |
| 2065 | 2026-07-22T16:46:03.531Z | Checking static_assertions v1.1.0 |
| 2066 | 2026-07-22T16:46:03.555Z | Checking bit-set v0.8.0 |
| 2067 | 2026-07-22T16:46:03.609Z | Checking hashbrown v0.16.1 |
| 2068 | 2026-07-22T16:46:03.643Z | Checking lazy_static v1.5.0 |
| 2069 | 2026-07-22T16:46:03.643Z | Checking hyper v1.10.1 |
| 2070 | 2026-07-22T16:46:03.777Z | Checking openapiv3 v2.2.0 |
| 2071 | 2026-07-22T16:46:03.808Z | Checking wait-timeout v0.2.1 |
| 2072 | 2026-07-22T16:46:03.826Z | Checking hubpack v0.1.2 |
| 2073 | 2026-07-22T16:46:03.890Z | Checking strum v0.26.3 |
| 2074 | 2026-07-22T16:46:04.071Z | Checking quick-error v1.2.3 |
| 2075 | 2026-07-22T16:46:04.183Z | Checking rustls-native-certs v0.8.3 |
| 2076 | 2026-07-22T16:46:04.183Z | Checking flate2 v1.1.9 |
| 2077 | 2026-07-22T16:46:05.790Z | Checking tower-http v0.6.8 |
| 2078 | 2026-07-22T16:46:05.790Z | Checking rand_xorshift v0.4.0 |
| 2079 | 2026-07-22T16:46:05.791Z | Checking rusty-fork v0.3.1 |
| 2080 | 2026-07-22T16:46:05.848Z | Checking signature v2.2.0 |
| 2081 | 2026-07-22T16:46:05.848Z | Checking num-integer v0.1.46 |
| 2082 | 2026-07-22T16:46:05.848Z | Checking psl-types v2.0.11 |
| 2083 | 2026-07-22T16:46:05.848Z | Checking unarray v0.1.4 |
| 2084 | 2026-07-22T16:46:05.848Z | Checking tinyvec_macros v0.1.1 |
| 2085 | 2026-07-22T16:46:05.848Z | Checking cookie v0.18.1 |
| 2086 | 2026-07-22T16:46:05.849Z | Checking publicsuffix v2.3.0 |
| 2087 | 2026-07-22T16:46:05.849Z | Checking tinyvec v1.10.0 |
| 2088 | 2026-07-22T16:46:05.849Z | Checking hyper-util v0.1.20 |
| 2089 | 2026-07-22T16:46:05.849Z | Checking tokio-rustls v0.26.4 |
| 2090 | 2026-07-22T16:46:05.849Z | Checking proptest v1.10.0 |
| 2091 | 2026-07-22T16:46:05.849Z | Checking rustls-platform-verifier v0.6.2 |
| 2092 | 2026-07-22T16:46:05.849Z | Checking anstyle-parse v0.2.7 |
| 2093 | 2026-07-22T16:46:05.849Z | Checking cookie_store v0.22.1 |
| 2094 | 2026-07-22T16:46:05.849Z | Checking ahash v0.8.12 |
| 2095 | 2026-07-22T16:46:05.849Z | Checking toml_datetime v0.6.11 |
| 2096 | 2026-07-22T16:46:05.849Z | Checking serde_spanned v0.6.9 |
| 2097 | 2026-07-22T16:46:05.849Z | Checking scroll v0.13.0 |
| 2098 | 2026-07-22T16:46:05.849Z | Checking anstream v0.6.21 |
| 2099 | 2026-07-22T16:46:05.849Z | Checking memmap2 v0.9.10 |
| 2100 | 2026-07-22T16:46:05.849Z | Checking data-encoding v2.10.0 |
| 2101 | 2026-07-22T16:46:05.849Z | Checking dtrace-parser v0.3.0 |
| 2102 | 2026-07-22T16:46:05.849Z | Checking x509-cert v0.2.5 |
| 2103 | 2026-07-22T16:46:05.849Z | Checking goblin v0.10.5 |
| 2104 | 2026-07-22T16:46:05.849Z | Checking bstr v1.12.1 |
| 2105 | 2026-07-22T16:46:05.849Z | Checking hmac v0.12.1 |
| 2106 | 2026-07-22T16:46:05.849Z | Checking thread-id v5.1.0 |
| 2107 | 2026-07-22T16:46:05.849Z | Checking num-iter v0.1.45 |
| 2108 | 2026-07-22T16:46:05.849Z | Checking crossbeam-epoch v0.9.18 |
| 2109 | 2026-07-22T16:46:05.849Z | Checking memoffset v0.9.1 |
| 2110 | 2026-07-22T16:46:05.849Z | Checking scroll v0.12.0 |
| 2111 | 2026-07-22T16:46:05.849Z | Checking env_filter v1.0.0 |
| 2112 | 2026-07-22T16:46:05.849Z | Checking num-bigint-dig v0.8.6 |
| 2113 | 2026-07-22T16:46:05.849Z | Checking pkcs1 v0.7.5 |
| 2114 | 2026-07-22T16:46:05.849Z | Checking env_logger v0.11.9 |
| 2115 | 2026-07-22T16:46:05.883Z | Checking goblin v0.8.2 |
| 2116 | 2026-07-22T16:46:05.883Z | Checking zerocopy v0.7.35 |
| 2117 | 2026-07-22T16:46:05.935Z | Checking hyper-rustls v0.27.7 |
| 2118 | 2026-07-22T16:46:05.991Z | Checking rustix v0.38.44 |
| 2119 | 2026-07-22T16:46:06.125Z | Checking unicode-segmentation v1.12.0 |
| 2120 | 2026-07-22T16:46:06.216Z | Checking reqwest v0.13.2 |
| 2121 | 2026-07-22T16:46:06.348Z | Checking foreign-types-shared v0.1.1 |
| 2122 | 2026-07-22T16:46:06.389Z | Checking dtrace-parser v0.2.0 |
| 2123 | 2026-07-22T16:46:06.459Z | Checking foreign-types v0.3.2 |
| 2124 | 2026-07-22T16:46:06.501Z | Checking rsa v0.9.10 |
| 2125 | 2026-07-22T16:46:06.567Z | Checking newtype-uuid v1.3.2 |
| 2126 | 2026-07-22T16:46:06.578Z | Checking ff v0.13.1 |
| 2127 | 2026-07-22T16:46:06.629Z | Checking openssl-sys v0.9.115 |
| 2128 | 2026-07-22T16:46:06.758Z | Checking thread-id v4.2.2 |
| 2129 | 2026-07-22T16:46:06.789Z | Checking daft v0.1.7 |
| 2130 | 2026-07-22T16:46:06.891Z | Checking winnow v0.5.40 |
| 2131 | 2026-07-22T16:46:06.915Z | Checking base16ct v0.2.0 |
| 2132 | 2026-07-22T16:46:07.002Z | Checking same-file v1.0.6 |
| 2133 | 2026-07-22T16:46:07.051Z | Checking sec1 v0.7.3 |
| 2134 | 2026-07-22T16:46:07.066Z | Checking openssl v0.10.79 |
| 2135 | 2026-07-22T16:46:07.090Z | Checking group v0.13.0 |
| 2136 | 2026-07-22T16:46:07.091Z | Checking nix v0.31.2 |
| 2137 | 2026-07-22T16:46:07.185Z | Checking walkdir v2.5.0 |
| 2138 | 2026-07-22T16:46:07.269Z | Checking hkdf v0.12.4 |
| 2139 | 2026-07-22T16:46:07.318Z | Checking serde_with v3.21.0 |
| 2140 | 2026-07-22T16:46:07.370Z | Checking crypto-bigint v0.5.5 |
| 2141 | 2026-07-22T16:46:07.419Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2142 | 2026-07-22T16:46:07.541Z | Checking foldhash v0.1.5 |
| 2143 | 2026-07-22T16:46:07.582Z | Checking dof v0.4.0 |
| 2144 | 2026-07-22T16:46:07.700Z | Checking keccak v0.1.6 |
| 2145 | 2026-07-22T16:46:07.738Z | Checking dof v0.3.0 |
| 2146 | 2026-07-22T16:46:07.908Z | Checking winnow v0.7.14 |
| 2147 | 2026-07-22T16:46:07.964Z | Checking toml_edit v0.19.15 |
| 2148 | 2026-07-22T16:46:08.050Z | Checking usdt-impl v0.5.0 |
| 2149 | 2026-07-22T16:46:08.232Z | Checking usdt-impl v0.6.0 |
| 2150 | 2026-07-22T16:46:08.280Z | Checking elliptic-curve v0.13.8 |
| 2151 | 2026-07-22T16:46:08.331Z | Checking sha3 v0.10.8 |
| 2152 | 2026-07-22T16:46:08.356Z | Checking hashbrown v0.15.5 |
| 2153 | 2026-07-22T16:46:08.556Z | Checking usdt v0.6.0 |
| 2154 | 2026-07-22T16:46:08.580Z | Checking bzip2 v0.4.4 |
| 2155 | 2026-07-22T16:46:08.620Z | Checking unicode-normalization v0.1.25 |
| 2156 | 2026-07-22T16:46:08.744Z | Checking itertools v0.13.0 |
| 2157 | 2026-07-22T16:46:08.783Z | Checking siphasher v1.0.2 |
| 2158 | 2026-07-22T16:46:08.819Z | Checking winnow v1.0.3 |
| 2159 | 2026-07-22T16:46:08.853Z | Checking bitflags v1.3.2 |
| 2160 | 2026-07-22T16:46:08.962Z | Checking zip v0.6.6 |
| 2161 | 2026-07-22T16:46:08.976Z | Checking signal-hook v0.3.18 |
| 2162 | 2026-07-22T16:46:09.024Z | Checking toml v0.7.8 |
| 2163 | 2026-07-22T16:46:09.068Z | Checking toml_write v0.1.2 |
| 2164 | 2026-07-22T16:46:09.102Z | Checking managed v0.8.0 |
| 2165 | 2026-07-22T16:46:09.166Z | Checking native-tls v0.2.18 |
| 2166 | 2026-07-22T16:46:09.172Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2167 | 2026-07-22T16:46:09.220Z | Checking globset v0.4.18 |
| 2168 | 2026-07-22T16:46:09.252Z | Checking toml_edit v0.22.27 |
| 2169 | 2026-07-22T16:46:09.295Z | Checking chacha20 v0.10.0 |
| 2170 | 2026-07-22T16:46:09.345Z | Checking curve25519-dalek v4.1.3 |
| 2171 | 2026-07-22T16:46:09.372Z | Checking object v0.37.3 |
| 2172 | 2026-07-22T16:46:09.377Z | Checking tokio-native-tls v0.3.1 |
| 2173 | 2026-07-22T16:46:09.492Z | Checking signal-hook-mio v0.2.5 |
| 2174 | 2026-07-22T16:46:09.540Z | Checking ed25519 v2.2.3 |
| 2175 | 2026-07-22T16:46:09.580Z | Checking ref-cast v1.0.25 |
| 2176 | 2026-07-22T16:46:09.613Z | Checking hyper-tls v0.6.0 |
| 2177 | 2026-07-22T16:46:09.650Z | Checking pin-project v1.1.11 |
| 2178 | 2026-07-22T16:46:09.698Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2179 | 2026-07-22T16:46:09.745Z | Checking pem v3.0.6 |
| 2180 | 2026-07-22T16:46:09.779Z | Checking bumpalo v3.20.2 |
| 2181 | 2026-07-22T16:46:09.813Z | Checking libbz2-rs-sys v0.2.2 |
| 2182 | 2026-07-22T16:46:09.819Z | Checking reqwest v0.12.28 |
| 2183 | 2026-07-22T16:46:09.896Z | Checking zstd-safe v7.2.4 |
| 2184 | 2026-07-22T16:46:09.924Z | Checking fixedbitset v0.5.7 |
| 2185 | 2026-07-22T16:46:10.014Z | Checking zopfli v0.8.3 |
| 2186 | 2026-07-22T16:46:10.099Z | Checking zstd v0.13.3 |
| 2187 | 2026-07-22T16:46:10.150Z | Checking ed25519-dalek v2.2.0 |
| 2188 | 2026-07-22T16:46:10.166Z | Checking petgraph v0.8.3 |
| 2189 | 2026-07-22T16:46:10.266Z | Checking bzip2 v0.6.1 |
| 2190 | 2026-07-22T16:46:10.306Z | Checking snafu v0.8.9 |
| 2191 | 2026-07-22T16:46:10.478Z | Checking crossterm v0.28.1 |
| 2192 | 2026-07-22T16:46:10.489Z | Checking olpc-cjson v0.1.4 |
| 2193 | 2026-07-22T16:46:10.489Z | Checking similar v2.7.0 |
| 2194 | 2026-07-22T16:46:10.489Z | Checking fs-err v3.3.0 |
| 2195 | 2026-07-22T16:46:10.567Z | Checking hash32 v0.2.1 |
| 2196 | 2026-07-22T16:46:10.593Z | Checking serde-big-array v0.5.1 |
| 2197 | 2026-07-22T16:46:10.609Z | Checking serde_plain v1.0.2 |
| 2198 | 2026-07-22T16:46:10.756Z | Checking typed-path v0.9.3 |
| 2199 | 2026-07-22T16:46:10.774Z | Checking unicode-bidi v0.3.18 |
| 2200 | 2026-07-22T16:46:10.816Z | Checking jiff v0.2.21 |
| 2201 | 2026-07-22T16:46:10.834Z | Checking unicode-properties v0.1.4 |
| 2202 | 2026-07-22T16:46:10.960Z | Checking predicates-core v1.0.10 |
| 2203 | 2026-07-22T16:46:11.047Z | Checking heapless v0.7.17 |
| 2204 | 2026-07-22T16:46:11.088Z | Checking hickory-proto v0.25.2 |
| 2205 | 2026-07-22T16:46:11.118Z | Checking stringprep v0.1.5 |
| 2206 | 2026-07-22T16:46:11.125Z | Checking byte-wrapper v0.1.0 |
| 2207 | 2026-07-22T16:46:11.302Z | Checking md-5 v0.10.6 |
| 2208 | 2026-07-22T16:46:11.390Z | Checking float-cmp v0.10.0 |
| 2209 | 2026-07-22T16:46:11.468Z | Checking difflib v0.4.0 |
| 2210 | 2026-07-22T16:46:11.506Z | Checking normalize-line-endings v0.3.0 |
| 2211 | 2026-07-22T16:46:11.543Z | Checking fallible-iterator v0.2.0 |
| 2212 | 2026-07-22T16:46:11.549Z | Checking tough v0.22.0 |
| 2213 | 2026-07-22T16:46:11.627Z | Checking smoltcp v0.9.1 |
| 2214 | 2026-07-22T16:46:11.679Z | Checking predicates v3.1.4 |
| 2215 | 2026-07-22T16:46:11.733Z | Checking iddqd v0.4.2 |
| 2216 | 2026-07-22T16:46:11.776Z | Checking phf_shared v0.11.3 |
| 2217 | 2026-07-22T16:46:11.945Z | Checking postgres-protocol v0.6.10 |
| 2218 | 2026-07-22T16:46:11.982Z | Checking phf_shared v0.13.1 |
| 2219 | 2026-07-22T16:46:12.017Z | Checking tokio-stream v0.1.18 |
| 2220 | 2026-07-22T16:46:12.164Z | Checking buf-list v1.1.2 |
| 2221 | 2026-07-22T16:46:12.220Z | Checking strum v0.27.2 |
| 2222 | 2026-07-22T16:46:12.268Z | Checking new_debug_unreachable v1.0.6 |
| 2223 | 2026-07-22T16:46:12.352Z | Checking fixedbitset v0.4.2 |
| 2224 | 2026-07-22T16:46:12.362Z | Checking lalrpop-util v0.19.12 |
| 2225 | 2026-07-22T16:46:12.427Z | Checking precomputed-hash v0.1.1 |
| 2226 | 2026-07-22T16:46:12.438Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2227 | 2026-07-22T16:46:12.515Z | Checking petgraph v0.6.5 |
| 2228 | 2026-07-22T16:46:12.551Z | Checking string_cache v0.8.9 |
| 2229 | 2026-07-22T16:46:12.589Z | Checking postgres-types v0.2.12 |
| 2230 | 2026-07-22T16:46:12.661Z | Checking phf v0.13.1 |
| 2231 | 2026-07-22T16:46:12.766Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2232 | 2026-07-22T16:46:12.852Z | Checking peg-runtime v0.8.5 |
| 2233 | 2026-07-22T16:46:12.942Z | Checking whoami v2.1.0 |
| 2234 | 2026-07-22T16:46:13.053Z | Checking is-terminal v0.4.17 |
| 2235 | 2026-07-22T16:46:13.096Z | Checking zip v4.6.1 |
| 2236 | 2026-07-22T16:46:13.135Z | Checking crossbeam-channel v0.5.15 |
| 2237 | 2026-07-22T16:46:13.176Z | Checking thread_local v1.1.9 |
| 2238 | 2026-07-22T16:46:13.231Z | Checking tokio-postgres v0.7.16 |
| 2239 | 2026-07-22T16:46:13.373Z | Compiling structmeta-derive v0.3.0 |
| 2240 | 2026-07-22T16:46:13.495Z | Checking term v1.2.1 |
| 2241 | 2026-07-22T16:46:13.627Z | Checking take_mut v0.2.2 |
| 2242 | 2026-07-22T16:46:13.675Z | Compiling newtype-uuid-macros v0.1.0 |
| 2243 | 2026-07-22T16:46:13.844Z | Checking slog-term v2.9.2 |
| 2244 | 2026-07-22T16:46:13.861Z | Checking slog-async v2.8.0 |
| 2245 | 2026-07-22T16:46:13.861Z | Compiling multer v3.1.0 |
| 2246 | 2026-07-22T16:46:13.897Z | Compiling async-stream-impl v0.3.6 |
| 2247 | 2026-07-22T16:46:13.989Z | Checking match_cfg v0.1.0 |
| 2248 | 2026-07-22T16:46:14.036Z | Checking slog-json v2.6.1 |
| 2249 | 2026-07-22T16:46:14.104Z | Checking hostname v0.3.1 |
| 2250 | 2026-07-22T16:46:14.152Z | Compiling dropshot v0.17.1 |
| 2251 | 2026-07-22T16:46:14.222Z | Compiling dropshot_endpoint v0.17.1 |
| 2252 | 2026-07-22T16:46:14.278Z | Checking slog-bunyan v2.5.0 |
| 2253 | 2026-07-22T16:46:14.421Z | Checking debug-ignore v1.0.5 |
| 2254 | 2026-07-22T16:46:14.476Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2255 | 2026-07-22T16:46:14.509Z | Compiling structmeta v0.3.0 |
| 2256 | 2026-07-22T16:46:14.517Z | Checking sha1 v0.11.0 |
| 2257 | 2026-07-22T16:46:14.543Z | Checking serde_path_to_error v0.1.20 |
| 2258 | 2026-07-22T16:46:14.622Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2259 | 2026-07-22T16:46:14.632Z | Checking serde_spanned v1.1.1 |
| 2260 | 2026-07-22T16:46:14.746Z | Compiling derive-ex v0.1.8 |
| 2261 | 2026-07-22T16:46:14.781Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2262 | 2026-07-22T16:46:14.798Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2263 | 2026-07-22T16:46:14.870Z | Checking compression-core v0.4.31 |
| 2264 | 2026-07-22T16:46:14.897Z | Checking progenitor-client v0.14.0 |
| 2265 | 2026-07-22T16:46:14.911Z | Checking async-stream v0.3.6 |
| 2266 | 2026-07-22T16:46:15.027Z | Checking toml v1.1.2+spec-1.1.0 |
| 2267 | 2026-07-22T16:46:15.037Z | Checking compression-codecs v0.4.37 |
| 2268 | 2026-07-22T16:46:15.088Z | Checking rustls-pemfile v2.2.0 |
| 2269 | 2026-07-22T16:46:15.159Z | Checking waitgroup v0.1.2 |
| 2270 | 2026-07-22T16:46:15.209Z | Checking hostname v0.4.2 |
| 2271 | 2026-07-22T16:46:15.263Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2272 | 2026-07-22T16:46:15.264Z | Checking async-compression v0.4.41 |
| 2273 | 2026-07-22T16:46:15.357Z | Checking atomicwrites v0.4.4 |
| 2274 | 2026-07-22T16:46:15.487Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2275 | 2026-07-22T16:46:15.487Z | Checking itertools v0.14.0 |
| 2276 | 2026-07-22T16:46:15.487Z | Compiling parse-display-derive v0.10.0 |
| 2277 | 2026-07-22T16:46:15.517Z | Checking macaddr v1.0.1 |
| 2278 | 2026-07-22T16:46:15.527Z | Checking regress v0.10.5 |
| 2279 | 2026-07-22T16:46:15.580Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2280 | 2026-07-22T16:46:15.613Z | Checking instant v0.1.13 |
| 2281 | 2026-07-22T16:46:15.733Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2282 | 2026-07-22T16:46:15.741Z | Checking backoff v0.4.0 |
| 2283 | 2026-07-22T16:46:16.001Z | Checking backon v1.6.0 |
| 2284 | 2026-07-22T16:46:16.074Z | Checking humantime v2.3.0 |
| 2285 | 2026-07-22T16:46:16.091Z | Checking unicode-width v0.2.0 |
| 2286 | 2026-07-22T16:46:16.142Z | Checking progenitor-extras v0.2.0 |
| 2287 | 2026-07-22T16:46:16.191Z | Compiling convert_case v0.4.0 |
| 2288 | 2026-07-22T16:46:16.305Z | Checking half v2.7.1 |
| 2289 | 2026-07-22T16:46:16.396Z | Checking ciborium-io v0.2.2 |
| 2290 | 2026-07-22T16:46:16.455Z | Compiling test-strategy v0.4.5 |
| 2291 | 2026-07-22T16:46:16.507Z | Checking heck v0.5.0 |
| 2292 | 2026-07-22T16:46:16.676Z | Checking secrecy v0.10.3 |
| 2293 | 2026-07-22T16:46:16.676Z | Compiling derive_more v0.99.20 |
| 2294 | 2026-07-22T16:46:16.676Z | Checking ciborium-ll v0.2.2 |
| 2295 | 2026-07-22T16:46:16.684Z | Checking indent_write v2.2.0 |
| 2296 | 2026-07-22T16:46:16.710Z | Checking camino-tempfile v1.4.1 |
| 2297 | 2026-07-22T16:46:16.870Z | Compiling regress v0.11.1 |
| 2298 | 2026-07-22T16:46:16.875Z | Checking ciborium v0.2.2 |
| 2299 | 2026-07-22T16:46:16.904Z | Compiling crucible-workspace-hack v0.1.0 |
| 2300 | 2026-07-22T16:46:16.997Z | Checking inout v0.1.4 |
| 2301 | 2026-07-22T16:46:17.275Z | Checking cipher v0.4.4 |
| 2302 | 2026-07-22T16:46:17.302Z | Checking parse-display v0.10.0 |
| 2303 | 2026-07-22T16:46:17.343Z | Checking universal-hash v0.5.1 |
| 2304 | 2026-07-22T16:46:17.350Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2305 | 2026-07-22T16:46:17.377Z | Checking opaque-debug v0.3.1 |
| 2306 | 2026-07-22T16:46:17.380Z | Checking chacha20 v0.9.1 |
| 2307 | 2026-07-22T16:46:17.519Z | Checking poly1305 v0.8.0 |
| 2308 | 2026-07-22T16:46:17.630Z | Checking blake2 v0.10.6 |
| 2309 | 2026-07-22T16:46:17.785Z | Checking aead v0.5.2 |
| 2310 | 2026-07-22T16:46:19.172Z | Checking password-hash v0.5.0 |
| 2311 | 2026-07-22T16:46:19.235Z | Checking chacha20poly1305 v0.10.1 |
| 2312 | 2026-07-22T16:46:19.235Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2313 | 2026-07-22T16:46:19.262Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2314 | 2026-07-22T16:46:19.262Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2315 | 2026-07-22T16:46:19.262Z | Checking argon2 v0.5.3 |
| 2316 | 2026-07-22T16:46:19.262Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2317 | 2026-07-22T16:46:19.262Z | Compiling typify-impl v0.6.2 |
| 2318 | 2026-07-22T16:46:19.262Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2319 | 2026-07-22T16:46:19.262Z | Checking thiserror-no-std v2.0.2 |
| 2320 | 2026-07-22T16:46:19.262Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2321 | 2026-07-22T16:46:19.262Z | Checking vsss-rs v3.3.4 |
| 2322 | 2026-07-22T16:46:19.262Z | Compiling unsafe-libyaml v0.2.11 |
| 2323 | 2026-07-22T16:46:19.262Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2324 | 2026-07-22T16:46:19.262Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2325 | 2026-07-22T16:46:19.615Z | Compiling serde_yaml v0.9.34+deprecated |
| 2326 | 2026-07-22T16:46:19.830Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2327 | 2026-07-22T16:46:19.937Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2328 | 2026-07-22T16:46:20.700Z | Checking swrite v0.1.0 |
| 2329 | 2026-07-22T16:46:20.823Z | Checking crossbeam-deque v0.8.6 |
| 2330 | 2026-07-22T16:46:20.823Z | Compiling rayon-core v1.13.0 |
| 2331 | 2026-07-22T16:46:20.823Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2332 | 2026-07-22T16:46:20.823Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2333 | 2026-07-22T16:46:20.823Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2334 | 2026-07-22T16:46:20.823Z | Compiling darling_core v0.21.3 |
| 2335 | 2026-07-22T16:46:20.969Z | Compiling proc-macro-error v1.0.4 |
| 2336 | 2026-07-22T16:46:21.038Z | Compiling proc-macro-crate v3.4.0 |
| 2337 | 2026-07-22T16:46:21.101Z | Checking rayon v1.11.0 |
| 2338 | 2026-07-22T16:46:21.310Z | Checking toml v0.8.23 |
| 2339 | 2026-07-22T16:46:21.509Z | Checking tabwriter v1.4.1 |
| 2340 | 2026-07-22T16:46:22.041Z | Compiling num_enum_derive v0.7.6 |
| 2341 | 2026-07-22T16:46:22.120Z | Checking glob v0.3.3 |
| 2342 | 2026-07-22T16:46:22.120Z | Compiling heapless v0.8.0 |
| 2343 | 2026-07-22T16:46:22.120Z | Checking colored v3.1.1 |
| 2344 | 2026-07-22T16:46:22.120Z | Checking hash32 v0.3.1 |
| 2345 | 2026-07-22T16:46:22.120Z | Compiling smoltcp v0.11.0 |
| 2346 | 2026-07-22T16:46:22.120Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2347 | 2026-07-22T16:46:22.196Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2348 | 2026-07-22T16:46:22.380Z | Checking cobs v0.3.0 |
| 2349 | 2026-07-22T16:46:22.455Z | Compiling usdt-macro v0.5.0 |
| 2350 | 2026-07-22T16:46:22.544Z | Compiling usdt-attr-macro v0.5.0 |
| 2351 | 2026-07-22T16:46:22.584Z | Checking memmap v0.7.0 |
| 2352 | 2026-07-22T16:46:22.653Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2353 | 2026-07-22T16:46:22.698Z | Checking num_enum v0.7.6 |
| 2354 | 2026-07-22T16:46:22.886Z | Checking postcard v1.1.3 |
| 2355 | 2026-07-22T16:46:22.922Z | Checking rand v0.10.1 |
| 2356 | 2026-07-22T16:46:23.197Z | Compiling typify-macro v0.6.2 |
| 2357 | 2026-07-22T16:46:23.621Z | Compiling darling_macro v0.21.3 |
| 2358 | 2026-07-22T16:46:23.621Z | Compiling proc-macro-crate v1.3.1 |
| 2359 | 2026-07-22T16:46:23.704Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2360 | 2026-07-22T16:46:23.704Z | Checking usdt v0.5.0 |
| 2361 | 2026-07-22T16:46:23.704Z | Checking sigpipe v0.1.3 |
| 2362 | 2026-07-22T16:46:23.704Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2363 | 2026-07-22T16:46:23.704Z | Compiling foreign-types-macros v0.2.3 |
| 2364 | 2026-07-22T16:46:23.704Z | Checking foreign-types-shared v0.3.1 |
| 2365 | 2026-07-22T16:46:23.704Z | Compiling num_enum_derive v0.5.11 |
| 2366 | 2026-07-22T16:46:23.748Z | Compiling darling v0.21.3 |
| 2367 | 2026-07-22T16:46:23.768Z | Compiling ingot-macros v0.1.1 |
| 2368 | 2026-07-22T16:46:23.848Z | Checking cstr-argument v0.1.2 |
| 2369 | 2026-07-22T16:46:23.948Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2370 | 2026-07-22T16:46:23.981Z | Compiling num-derive v0.4.2 |
| 2371 | 2026-07-22T16:46:24.011Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2372 | 2026-07-22T16:46:24.168Z | Checking foreign-types v0.5.0 |
| 2373 | 2026-07-22T16:46:24.269Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2374 | 2026-07-22T16:46:24.408Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2375 | 2026-07-22T16:46:24.499Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2376 | 2026-07-22T16:46:24.570Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2377 | 2026-07-22T16:46:24.614Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2378 | 2026-07-22T16:46:24.686Z | Checking num_enum v0.5.11 |
| 2379 | 2026-07-22T16:46:25.261Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2380 | 2026-07-22T16:46:25.261Z | Compiling typify v0.6.2 |
| 2381 | 2026-07-22T16:46:25.261Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2382 | 2026-07-22T16:46:25.261Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2383 | 2026-07-22T16:46:25.261Z | Compiling progenitor-impl v0.14.0 |
| 2384 | 2026-07-22T16:46:25.261Z | Compiling zone_cfg_derive v0.3.1 |
| 2385 | 2026-07-22T16:46:25.261Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2386 | 2026-07-22T16:46:25.366Z | Checking itertools v0.12.1 |
| 2387 | 2026-07-22T16:46:25.366Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2388 | 2026-07-22T16:46:25.516Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2389 | 2026-07-22T16:46:25.710Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2390 | 2026-07-22T16:46:25.785Z | Checking smf v0.2.3 |
| 2391 | 2026-07-22T16:46:25.893Z | Checking whoami v1.6.1 |
| 2392 | 2026-07-22T16:46:25.949Z | Compiling derive-where v1.6.0 |
| 2393 | 2026-07-22T16:46:26.007Z | Checking tokio-dtrace v0.1.1 |
| 2394 | 2026-07-22T16:46:26.085Z | Checking console v0.15.11 |
| 2395 | 2026-07-22T16:46:26.134Z | Checking newline-converter v0.3.0 |
| 2396 | 2026-07-22T16:46:26.216Z | Checking oxide-tokio-rt v0.1.4 |
| 2397 | 2026-07-22T16:46:26.263Z | Checking bytecount v0.6.9 |
| 2398 | 2026-07-22T16:46:26.307Z | Checking zone v0.3.1 |
| 2399 | 2026-07-22T16:46:26.761Z | Checking unicode-width v0.1.14 |
| 2400 | 2026-07-22T16:46:26.807Z | Checking expectorate v1.2.0 |
| 2401 | 2026-07-22T16:46:26.807Z | Checking num-rational v0.4.2 |
| 2402 | 2026-07-22T16:46:26.807Z | Checking num-complex v0.4.6 |
| 2403 | 2026-07-22T16:46:26.807Z | Checking ingot-types v0.1.2 |
| 2404 | 2026-07-22T16:46:26.807Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2405 | 2026-07-22T16:46:26.807Z | Checking float-ord v0.3.2 |
| 2406 | 2026-07-22T16:46:26.843Z | Compiling cancel-safe-futures v0.1.5 |
| 2407 | 2026-07-22T16:46:27.520Z | Checking linear-map v1.2.0 |
| 2408 | 2026-07-22T16:46:27.564Z | Checking num v0.4.3 |
| 2409 | 2026-07-22T16:46:27.564Z | Checking gethostname v0.5.0 |
| 2410 | 2026-07-22T16:46:27.564Z | Checking ingot v0.1.1 |
| 2411 | 2026-07-22T16:46:27.564Z | Compiling prettyplease v0.2.37 |
| 2412 | 2026-07-22T16:46:27.564Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2413 | 2026-07-22T16:46:27.564Z | Checking oxide-update-engine-types v0.1.2 |
| 2414 | 2026-07-22T16:46:27.564Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2415 | 2026-07-22T16:46:27.614Z | Compiling progenitor-macro v0.14.0 |
| 2416 | 2026-07-22T16:46:27.624Z | Compiling owo-colors v4.3.0 |
| 2417 | 2026-07-22T16:46:27.684Z | Checking resolv-conf v0.7.6 |
| 2418 | 2026-07-22T16:46:27.895Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2419 | 2026-07-22T16:46:28.208Z | Checking oxide-update-engine v0.1.2 |
| 2420 | 2026-07-22T16:46:28.556Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2421 | 2026-07-22T16:46:28.627Z | Checking smawk v0.3.2 |
| 2422 | 2026-07-22T16:46:28.663Z | Checking unicode-linebreak v0.1.5 |
| 2423 | 2026-07-22T16:46:28.731Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2424 | 2026-07-22T16:46:28.776Z | Checking papergrid v0.11.0 |
| 2425 | 2026-07-22T16:46:28.806Z | Compiling tabled_derive v0.7.0 |
| 2426 | 2026-07-22T16:46:28.898Z | Compiling convert_case v0.10.0 |
| 2427 | 2026-07-22T16:46:29.240Z | Compiling slog-dtrace v0.3.0 |
| 2428 | 2026-07-22T16:46:29.599Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2429 | 2026-07-22T16:46:29.679Z | Compiling derive_more-impl v2.1.1 |
| 2430 | 2026-07-22T16:46:29.694Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2431 | 2026-07-22T16:46:29.694Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2432 | 2026-07-22T16:46:29.791Z | Checking tabled v0.15.0 |
| 2433 | 2026-07-22T16:46:29.875Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2434 | 2026-07-22T16:46:30.249Z | Checking derive_more v2.1.1 |
| 2435 | 2026-07-22T16:46:30.383Z | Checking crossterm v0.29.0 |
| 2436 | 2026-07-22T16:46:30.697Z | Checking linked-hash-map v0.5.6 |
| 2437 | 2026-07-22T16:46:30.897Z | Checking lru-cache v0.1.2 |
| 2438 | 2026-07-22T16:46:30.968Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2439 | 2026-07-22T16:46:31.076Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2440 | 2026-07-22T16:46:31.232Z | Checking hickory-proto v0.24.4 |
| 2441 | 2026-07-22T16:46:31.236Z | Checking fd-lock v4.0.4 |
| 2442 | 2026-07-22T16:46:31.851Z | Checking vte v0.14.1 |
| 2443 | 2026-07-22T16:46:31.963Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2444 | 2026-07-22T16:46:32.293Z | Checking display-error-chain v0.2.2 |
| 2445 | 2026-07-22T16:46:32.396Z | Checking strip-ansi-escapes v0.2.1 |
| 2446 | 2026-07-22T16:46:32.426Z | Checking progenitor v0.14.0 |
| 2447 | 2026-07-22T16:46:32.622Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2448 | 2026-07-22T16:46:32.658Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2449 | 2026-07-22T16:46:33.458Z | Checking nu-ansi-term v0.50.3 |
| 2450 | 2026-07-22T16:46:33.525Z | Checking termtree v0.5.1 |
| 2451 | 2026-07-22T16:46:33.597Z | Checking reedline v0.40.0 |
| 2452 | 2026-07-22T16:46:33.649Z | Checking hickory-resolver v0.24.4 |
| 2453 | 2026-07-22T16:46:33.694Z | Checking textwrap v0.16.2 |
| 2454 | 2026-07-22T16:46:33.759Z | Compiling minimal-lexical v0.2.1 |
| 2455 | 2026-07-22T16:46:34.040Z | Compiling nom v7.1.3 |
| 2456 | 2026-07-22T16:46:34.079Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2457 | 2026-07-22T16:46:34.124Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2458 | 2026-07-22T16:46:34.422Z | Checking qorb v0.4.1 |
| 2459 | 2026-07-22T16:46:34.543Z | Compiling unicode-xid v0.2.6 |
| 2460 | 2026-07-22T16:46:34.698Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2461 | 2026-07-22T16:46:34.790Z | Compiling ar_archive_writer v0.5.1 |
| 2462 | 2026-07-22T16:46:34.947Z | Checking csv-core v0.1.13 |
| 2463 | 2026-07-22T16:46:35.156Z | Checking csv v1.4.0 |
| 2464 | 2026-07-22T16:46:35.302Z | Compiling stacker v0.1.23 |
| 2465 | 2026-07-22T16:46:35.382Z | Compiling semver v0.1.20 |
| 2466 | 2026-07-22T16:46:35.683Z | Compiling cfg_aliases v0.1.1 |
| 2467 | 2026-07-22T16:46:35.714Z | Checking highway v1.3.0 |
| 2468 | 2026-07-22T16:46:35.715Z | Compiling nix v0.28.0 |
| 2469 | 2026-07-22T16:46:35.715Z | Compiling psm v0.1.30 |
| 2470 | 2026-07-22T16:46:35.755Z | Compiling rustc_version v0.1.7 |
| 2471 | 2026-07-22T16:46:35.778Z | Checking nibble_vec v0.1.0 |
| 2472 | 2026-07-22T16:46:35.899Z | Checking endian-type v0.1.2 |
| 2473 | 2026-07-22T16:46:35.954Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2474 | 2026-07-22T16:46:36.052Z | Compiling newtype_derive v0.1.6 |
| 2475 | 2026-07-22T16:46:36.087Z | Checking radix_trie v0.2.1 |
| 2476 | 2026-07-22T16:46:36.157Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2477 | 2026-07-22T16:46:36.200Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2478 | 2026-07-22T16:46:36.273Z | Checking phf_shared v0.12.1 |
| 2479 | 2026-07-22T16:46:36.349Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2480 | 2026-07-22T16:46:36.463Z | Compiling chrono-tz v0.10.4 |
| 2481 | 2026-07-22T16:46:36.675Z | Checking phf v0.12.1 |
| 2482 | 2026-07-22T16:46:36.814Z | Checking recursive v0.1.1 |
| 2483 | 2026-07-22T16:46:36.819Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2484 | 2026-07-22T16:46:36.883Z | Compiling const_format_proc_macros v0.2.34 |
| 2485 | 2026-07-22T16:46:36.886Z | Compiling peg-macros v0.8.5 |
| 2486 | 2026-07-22T16:46:36.887Z | Checking winnow v0.6.26 |
| 2487 | 2026-07-22T16:46:36.985Z | Checking nom v8.0.0 |
| 2488 | 2026-07-22T16:46:37.402Z | Compiling sqlparser_derive v0.5.0 |
| 2489 | 2026-07-22T16:46:37.720Z | Checking unicode_categories v0.1.1 |
| 2490 | 2026-07-22T16:46:37.907Z | Checking home v0.5.12 |
| 2491 | 2026-07-22T16:46:38.036Z | Checking const_format v0.2.35 |
| 2492 | 2026-07-22T16:46:38.069Z | Checking rustyline v14.0.0 |
| 2493 | 2026-07-22T16:46:38.226Z | Checking sqlformat v0.3.5 |
| 2494 | 2026-07-22T16:46:38.268Z | Checking sqlparser v0.61.0 |
| 2495 | 2026-07-22T16:46:38.322Z | Checking peg v0.8.5 |
| 2496 | 2026-07-22T16:46:38.524Z | Checking bcs v0.1.6 |
| 2497 | 2026-07-22T16:46:38.579Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2498 | 2026-07-22T16:46:38.668Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2499 | 2026-07-22T16:46:38.778Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2500 | 2026-07-22T16:46:38.796Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2501 | 2026-07-22T16:46:38.877Z | Checking steno v0.4.1 |
| 2502 | 2026-07-22T16:46:38.972Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2503 | 2026-07-22T16:46:39.076Z | Checking sha1 v0.10.6 |
| 2504 | 2026-07-22T16:46:39.432Z | Checking filetime v0.2.27 |
| 2505 | 2026-07-22T16:46:39.459Z | Checking xattr v1.6.1 |
| 2506 | 2026-07-22T16:46:39.491Z | Checking tar v0.4.46 |
| 2507 | 2026-07-22T16:46:39.813Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2508 | 2026-07-22T16:46:39.902Z | Checking base64 v0.21.7 |
| 2509 | 2026-07-22T16:46:39.928Z | Checking subprocess v0.2.15 |
| 2510 | 2026-07-22T16:46:40.014Z | Checking headers-core v0.3.0 |
| 2511 | 2026-07-22T16:46:40.149Z | Checking headers v0.4.1 |
| 2512 | 2026-07-22T16:46:40.193Z | Checking yasna v0.5.2 |
| 2513 | 2026-07-22T16:46:40.253Z | Checking port-file v0.1.0 |
| 2514 | 2026-07-22T16:46:40.464Z | Checking dropshot-api-manager-types v0.7.2 |
| 2515 | 2026-07-22T16:46:40.601Z | Checking rcgen v0.12.1 |
| 2516 | 2026-07-22T16:46:40.635Z | Checking tagptr v0.2.0 |
| 2517 | 2026-07-22T16:46:40.671Z | Checking utf-8 v0.7.6 |
| 2518 | 2026-07-22T16:46:40.880Z | Checking moka v0.12.13 |
| 2519 | 2026-07-22T16:46:40.891Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2520 | 2026-07-22T16:46:40.978Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2521 | 2026-07-22T16:46:41.027Z | Checking tungstenite v0.21.0 |
| 2522 | 2026-07-22T16:46:41.063Z | Compiling radium v0.7.0 |
| 2523 | 2026-07-22T16:46:41.444Z | Compiling maybe-uninit v2.0.0 |
| 2524 | 2026-07-22T16:46:41.515Z | Checking tokio-tungstenite v0.21.0 |
| 2525 | 2026-07-22T16:46:41.534Z | Checking hickory-resolver v0.25.2 |
| 2526 | 2026-07-22T16:46:41.805Z | Compiling libefi-sys v0.1.0 |
| 2527 | 2026-07-22T16:46:41.842Z | Checking tap v1.0.1 |
| 2528 | 2026-07-22T16:46:41.973Z | Checking wyz v0.5.1 |
| 2529 | 2026-07-22T16:46:42.189Z | Compiling zerocopy-derive v0.6.6 |
| 2530 | 2026-07-22T16:46:42.297Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2531 | 2026-07-22T16:46:42.358Z | Compiling bitfield-struct v0.6.2 |
| 2532 | 2026-07-22T16:46:42.585Z | Checking crc-catalog v2.4.0 |
| 2533 | 2026-07-22T16:46:42.703Z | Checking funty v2.0.0 |
| 2534 | 2026-07-22T16:46:42.788Z | Compiling packed_struct v0.10.1 |
| 2535 | 2026-07-22T16:46:42.829Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2536 | 2026-07-22T16:46:42.992Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2537 | 2026-07-22T16:46:43.028Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2538 | 2026-07-22T16:46:43.063Z | Checking bitvec v1.0.1 |
| 2539 | 2026-07-22T16:46:43.143Z | Checking zerocopy v0.6.6 |
| 2540 | 2026-07-22T16:46:43.202Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2541 | 2026-07-22T16:46:43.207Z | Checking crc v3.4.0 |
| 2542 | 2026-07-22T16:46:43.306Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2543 | 2026-07-22T16:46:43.441Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2544 | 2026-07-22T16:46:43.581Z | Compiling packed_struct_codegen v0.10.1 |
| 2545 | 2026-07-22T16:46:43.672Z | Compiling bitfield-macros v0.19.4 |
| 2546 | 2026-07-22T16:46:43.672Z | Compiling indexmap v1.9.3 |
| 2547 | 2026-07-22T16:46:43.792Z | Checking nodrop v0.1.14 |
| 2548 | 2026-07-22T16:46:43.913Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2549 | 2026-07-22T16:46:44.019Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2550 | 2026-07-22T16:46:44.240Z | Checking bitfield v0.19.4 |
| 2551 | 2026-07-22T16:46:44.287Z | Checking array-init v0.0.4 |
| 2552 | 2026-07-22T16:46:44.434Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2553 | 2026-07-22T16:46:44.528Z | Checking smallvec v0.6.14 |
| 2554 | 2026-07-22T16:46:44.619Z | Checking hashbrown v0.12.3 |
| 2555 | 2026-07-22T16:46:44.623Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2556 | 2026-07-22T16:46:44.750Z | Checking serde-hex v0.1.0 |
| 2557 | 2026-07-22T16:46:44.835Z | Checking ron v0.8.1 |
| 2558 | 2026-07-22T16:46:45.180Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2559 | 2026-07-22T16:46:45.385Z | Checking hashbrown v0.13.2 |
| 2560 | 2026-07-22T16:46:45.420Z | Checking crc-any v2.5.0 |
| 2561 | 2026-07-22T16:46:45.627Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2562 | 2026-07-22T16:46:45.668Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2563 | 2026-07-22T16:46:45.870Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2564 | 2026-07-22T16:46:45.905Z | Checking object v0.30.4 |
| 2565 | 2026-07-22T16:46:48.583Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2566 | 2026-07-22T16:46:48.653Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2567 | 2026-07-22T16:46:48.653Z | Checking path-slash v0.1.5 |
| 2568 | 2026-07-22T16:46:48.653Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2569 | 2026-07-22T16:46:48.653Z | Compiling xshell-macros v0.2.7 |
| 2570 | 2026-07-22T16:46:48.653Z | Checking xshell v0.2.7 |
| 2571 | 2026-07-22T16:46:48.653Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2572 | 2026-07-22T16:46:48.653Z | Checking half v1.8.3 |
| 2573 | 2026-07-22T16:46:48.653Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2574 | 2026-07-22T16:46:48.653Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2575 | 2026-07-22T16:46:48.653Z | Checking serde_cbor v0.11.2 |
| 2576 | 2026-07-22T16:46:48.653Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2577 | 2026-07-22T16:46:48.654Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2578 | 2026-07-22T16:46:48.654Z | Compiling proc-macro-error2 v2.0.1 |
| 2579 | 2026-07-22T16:46:48.682Z | Compiling num-derive v0.3.3 |
| 2580 | 2026-07-22T16:46:48.682Z | Checking maplit v1.0.2 |
| 2581 | 2026-07-22T16:46:48.682Z | Checking papergrid v0.17.0 |
| 2582 | 2026-07-22T16:46:48.682Z | Checking testing_table v0.3.0 |
| 2583 | 2026-07-22T16:46:48.682Z | Compiling tabled_derive v0.11.0 |
| 2584 | 2026-07-22T16:46:48.682Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2585 | 2026-07-22T16:46:48.851Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2586 | 2026-07-22T16:46:48.890Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2587 | 2026-07-22T16:46:48.957Z | Compiling progenitor-impl v0.13.0 |
| 2588 | 2026-07-22T16:46:48.993Z | Checking libscf-sys v1.1.0 |
| 2589 | 2026-07-22T16:46:49.150Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2590 | 2026-07-22T16:46:49.293Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2591 | 2026-07-22T16:46:49.390Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2592 | 2026-07-22T16:46:49.470Z | Checking tabled v0.20.0 |
| 2593 | 2026-07-22T16:46:49.708Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2594 | 2026-07-22T16:46:49.854Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2595 | 2026-07-22T16:46:50.086Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2596 | 2026-07-22T16:46:50.322Z | Checking progenitor-client v0.13.0 |
| 2597 | 2026-07-22T16:46:50.591Z | Checking crc8 v0.1.1 |
| 2598 | 2026-07-22T16:46:50.721Z | Checking unicase v2.9.0 |
| 2599 | 2026-07-22T16:46:50.757Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2600 | 2026-07-22T16:46:50.924Z | Checking fxhash v0.2.1 |
| 2601 | 2026-07-22T16:46:51.079Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2602 | 2026-07-22T16:46:51.158Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2603 | 2026-07-22T16:46:51.535Z | Compiling vergen-lib v0.1.6 |
| 2604 | 2026-07-22T16:46:51.591Z | Compiling progenitor-macro v0.13.0 |
| 2605 | 2026-07-22T16:46:51.626Z | Compiling diesel_derives v2.3.7 |
| 2606 | 2026-07-22T16:46:51.818Z | Compiling dsl_auto_type v0.2.0 |
| 2607 | 2026-07-22T16:46:51.854Z | Checking scheduled-thread-pool v0.2.7 |
| 2608 | 2026-07-22T16:46:51.923Z | Compiling vergen-gitcl v1.0.8 |
| 2609 | 2026-07-22T16:46:51.957Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2610 | 2026-07-22T16:46:52.047Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2611 | 2026-07-22T16:46:52.082Z | Checking r2d2 v0.8.10 |
| 2612 | 2026-07-22T16:46:52.186Z | Checking downcast-rs v2.0.2 |
| 2613 | 2026-07-22T16:46:52.286Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2614 | 2026-07-22T16:46:52.321Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2615 | 2026-07-22T16:46:52.410Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2616 | 2026-07-22T16:46:52.596Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2617 | 2026-07-22T16:46:52.682Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2618 | 2026-07-22T16:46:52.778Z | Checking kstat-rs v0.2.4 |
| 2619 | 2026-07-22T16:46:52.814Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2620 | 2026-07-22T16:46:52.819Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2621 | 2026-07-22T16:46:52.849Z | Checking arc-swap v1.8.2 |
| 2622 | 2026-07-22T16:46:52.975Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2623 | 2026-07-22T16:46:53.011Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2624 | 2026-07-22T16:46:53.146Z | Checking slog-scope v4.4.1 |
| 2625 | 2026-07-22T16:46:53.299Z | Compiling dirs-sys-next v0.1.2 |
| 2626 | 2026-07-22T16:46:53.335Z | Compiling parking_lot_core v0.8.6 |
| 2627 | 2026-07-22T16:46:53.613Z | Compiling crunchy v0.2.4 |
| 2628 | 2026-07-22T16:46:53.683Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2629 | 2026-07-22T16:46:53.686Z | Compiling dirs-next v2.0.0 |
| 2630 | 2026-07-22T16:46:53.752Z | Checking slog-stdlog v4.1.1 |
| 2631 | 2026-07-22T16:46:53.869Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2632 | 2026-07-22T16:46:53.904Z | Compiling clang-sys v1.8.1 |
| 2633 | 2026-07-22T16:46:53.985Z | Compiling git-stub v1.0.0 |
| 2634 | 2026-07-22T16:46:54.270Z | Compiling tiny-keccak v2.0.2 |
| 2635 | 2026-07-22T16:46:54.353Z | Compiling git-stub-vcs v0.1.0 |
| 2636 | 2026-07-22T16:46:54.496Z | Checking slog-envlogger v2.2.0 |
| 2637 | 2026-07-22T16:46:54.568Z | Compiling term v0.7.0 |
| 2638 | 2026-07-22T16:46:54.681Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2639 | 2026-07-22T16:46:54.732Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2640 | 2026-07-22T16:46:54.839Z | Compiling bit-vec v0.6.3 |
| 2641 | 2026-07-22T16:46:54.990Z | Compiling ascii-canvas v3.0.0 |
| 2642 | 2026-07-22T16:46:54.993Z | Checking parking_lot v0.11.2 |
| 2643 | 2026-07-22T16:46:55.089Z | Compiling bit-set v0.5.3 |
| 2644 | 2026-07-22T16:46:55.134Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2645 | 2026-07-22T16:46:55.171Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2646 | 2026-07-22T16:46:55.276Z | Checking prefix-trie v0.7.0 |
| 2647 | 2026-07-22T16:46:55.277Z | Compiling itertools v0.10.5 |
| 2648 | 2026-07-22T16:46:55.447Z | Compiling ena v0.14.4 |
| 2649 | 2026-07-22T16:46:55.640Z | Compiling libloading v0.8.9 |
| 2650 | 2026-07-22T16:46:55.674Z | Compiling diff v0.1.13 |
| 2651 | 2026-07-22T16:46:55.709Z | Compiling bindgen v0.71.1 |
| 2652 | 2026-07-22T16:46:55.713Z | Compiling regex-syntax v0.6.29 |
| 2653 | 2026-07-22T16:46:56.029Z | Checking hickory-server v0.25.2 |
| 2654 | 2026-07-22T16:46:56.248Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2655 | 2026-07-22T16:46:56.422Z | Checking sled v0.34.7 |
| 2656 | 2026-07-22T16:46:56.492Z | Checking progenitor v0.13.0 |
| 2657 | 2026-07-22T16:46:56.650Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2658 | 2026-07-22T16:46:56.865Z | Compiling cexpr v0.6.0 |
| 2659 | 2026-07-22T16:46:57.290Z | Compiling lalrpop v0.19.12 |
| 2660 | 2026-07-22T16:46:57.553Z | Checking nanorand v0.7.0 |
| 2661 | 2026-07-22T16:46:57.678Z | Compiling rustc-hash v2.1.1 |
| 2662 | 2026-07-22T16:46:57.723Z | Checking diesel v2.3.7 |
| 2663 | 2026-07-22T16:46:57.789Z | Compiling salty v0.3.0 |
| 2664 | 2026-07-22T16:46:57.904Z | Checking flume v0.11.1 |
| 2665 | 2026-07-22T16:46:58.118Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2666 | 2026-07-22T16:46:58.169Z | Compiling libxml v0.3.3 |
| 2667 | 2026-07-22T16:46:58.271Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2668 | 2026-07-22T16:46:58.690Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2669 | 2026-07-22T16:46:59.112Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2670 | 2026-07-22T16:46:59.248Z | Compiling strum_macros v0.24.3 |
| 2671 | 2026-07-22T16:46:59.588Z | Compiling fs-err v2.11.0 |
| 2672 | 2026-07-22T16:46:59.775Z | Compiling indoc v1.0.9 |
| 2673 | 2026-07-22T16:47:00.251Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2674 | 2026-07-22T16:47:00.497Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2675 | 2026-07-22T16:47:00.566Z | Checking quick-xml v0.37.5 |
| 2676 | 2026-07-22T16:47:00.638Z | Checking derive_builder v0.20.2 |
| 2677 | 2026-07-22T16:47:00.777Z | Compiling oso-derive v0.27.3 |
| 2678 | 2026-07-22T16:47:00.939Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2679 | 2026-07-22T16:47:01.351Z | Compiling trait-variant v0.1.2 |
| 2680 | 2026-07-22T16:47:01.506Z | Checking openssl-probe v0.1.6 |
| 2681 | 2026-07-22T16:47:01.940Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2682 | 2026-07-22T16:47:01.958Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2683 | 2026-07-22T16:47:02.501Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2684 | 2026-07-22T16:47:02.780Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2685 | 2026-07-22T16:47:03.114Z | Checking rfc6979 v0.4.0 |
| 2686 | 2026-07-22T16:47:03.241Z | Checking parse-size v1.1.0 |
| 2687 | 2026-07-22T16:47:03.273Z | Checking assert_matches v1.5.0 |
| 2688 | 2026-07-22T16:47:03.280Z | Checking ecdsa v0.16.9 |
| 2689 | 2026-07-22T16:47:03.399Z | Checking primeorder v0.13.6 |
| 2690 | 2026-07-22T16:47:03.413Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2691 | 2026-07-22T16:47:03.653Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2692 | 2026-07-22T16:47:03.688Z | Checking p384 v0.13.1 |
| 2693 | 2026-07-22T16:47:03.892Z | Checking predicates-tree v1.0.13 |
| 2694 | 2026-07-22T16:47:04.039Z | Checking bb8 v0.8.6 |
| 2695 | 2026-07-22T16:47:04.278Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2696 | 2026-07-22T16:47:04.388Z | Compiling mime_guess v2.0.5 |
| 2697 | 2026-07-22T16:47:04.425Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2698 | 2026-07-22T16:47:04.461Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2699 | 2026-07-22T16:47:04.558Z | Checking http-range v0.1.5 |
| 2700 | 2026-07-22T16:47:04.776Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2701 | 2026-07-22T16:47:04.936Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2702 | 2026-07-22T16:47:05.044Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2703 | 2026-07-22T16:47:05.090Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2704 | 2026-07-22T16:47:05.223Z | Checking atty v0.2.14 |
| 2705 | 2026-07-22T16:47:05.258Z | Checking corncobs v0.1.4 |
| 2706 | 2026-07-22T16:47:05.271Z | Checking nonempty v0.12.0 |
| 2707 | 2026-07-22T16:47:05.306Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2708 | 2026-07-22T16:47:05.384Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2709 | 2026-07-22T16:47:05.471Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2710 | 2026-07-22T16:47:05.670Z | Checking ignore v0.4.25 |
| 2711 | 2026-07-22T16:47:05.673Z | Checking secrecy v0.8.0 |
| 2712 | 2026-07-22T16:47:05.785Z | Checking hyper-staticfile v0.10.1 |
| 2713 | 2026-07-22T16:47:06.075Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2714 | 2026-07-22T16:47:06.135Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2715 | 2026-07-22T16:47:06.171Z | Checking globwalk v0.9.1 |
| 2716 | 2026-07-22T16:47:06.386Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2717 | 2026-07-22T16:47:06.459Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2718 | 2026-07-22T16:47:06.505Z | Checking camino-tempfile-ext v0.3.3 |
| 2719 | 2026-07-22T16:47:06.594Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2720 | 2026-07-22T16:47:06.730Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2721 | 2026-07-22T16:47:06.775Z | Checking signal-hook-tokio v0.3.1 |
| 2722 | 2026-07-22T16:47:06.999Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2723 | 2026-07-22T16:47:07.127Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2724 | 2026-07-22T16:47:07.227Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2725 | 2026-07-22T16:47:07.381Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2726 | 2026-07-22T16:47:07.621Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2727 | 2026-07-22T16:47:07.905Z | Checking illumos-nvpair v0.3.0 |
| 2728 | 2026-07-22T16:47:07.940Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2729 | 2026-07-22T16:47:07.978Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2730 | 2026-07-22T16:47:08.016Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2731 | 2026-07-22T16:47:08.092Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2732 | 2026-07-22T16:47:08.360Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2733 | 2026-07-22T16:47:08.397Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2734 | 2026-07-22T16:47:08.824Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2735 | 2026-07-22T16:47:09.118Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2736 | 2026-07-22T16:47:09.493Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2737 | 2026-07-22T16:47:09.699Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2738 | 2026-07-22T16:47:09.825Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2739 | 2026-07-22T16:47:09.958Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2740 | 2026-07-22T16:47:10.067Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2741 | 2026-07-22T16:47:10.525Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2742 | 2026-07-22T16:47:10.776Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2743 | 2026-07-22T16:47:10.976Z | Checking tungstenite v0.23.0 |
| 2744 | 2026-07-22T16:47:11.074Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2745 | 2026-07-22T16:47:11.372Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2746 | 2026-07-22T16:47:11.456Z | Checking tokio-tungstenite v0.23.1 |
| 2747 | 2026-07-22T16:47:11.756Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2748 | 2026-07-22T16:47:11.759Z | Checking rand_seeder v0.4.0 |
| 2749 | 2026-07-22T16:47:11.830Z | Checking void v1.0.2 |
| 2750 | 2026-07-22T16:47:11.968Z | Checking async-bb8-diesel v0.2.1 |
| 2751 | 2026-07-22T16:47:11.971Z | Checking diesel-dtrace v0.5.0 |
| 2752 | 2026-07-22T16:47:12.123Z | Checking lzss v0.8.2 |
| 2753 | 2026-07-22T16:47:12.249Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2754 | 2026-07-22T16:47:12.285Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2755 | 2026-07-22T16:47:12.340Z | Checking nix v0.27.1 |
| 2756 | 2026-07-22T16:47:12.375Z | Checking serde_bytes v0.11.19 |
| 2757 | 2026-07-22T16:47:12.440Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2758 | 2026-07-22T16:47:12.591Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2759 | 2026-07-22T16:47:12.591Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2760 | 2026-07-22T16:47:12.897Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2761 | 2026-07-22T16:47:13.300Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2762 | 2026-07-22T16:47:13.544Z | Checking yansi v1.0.1 |
| 2763 | 2026-07-22T16:47:13.579Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2764 | 2026-07-22T16:47:13.617Z | Checking is_ci v1.2.0 |
| 2765 | 2026-07-22T16:47:13.748Z | Checking cpubits v0.1.1 |
| 2766 | 2026-07-22T16:47:13.826Z | Checking pretty_assertions v1.4.1 |
| 2767 | 2026-07-22T16:47:13.861Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2768 | 2026-07-22T16:47:13.989Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2769 | 2026-07-22T16:47:14.144Z | Checking pem-rfc7468 v1.0.0 |
| 2770 | 2026-07-22T16:47:14.306Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2771 | 2026-07-22T16:47:14.346Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2772 | 2026-07-22T16:47:14.609Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2773 | 2026-07-22T16:47:14.854Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2774 | 2026-07-22T16:47:15.106Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2775 | 2026-07-22T16:47:15.545Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2776 | 2026-07-22T16:47:15.613Z | Checking hmac v0.13.0 |
| 2777 | 2026-07-22T16:47:15.650Z | Checking sha2 v0.11.0 |
| 2778 | 2026-07-22T16:47:15.803Z | Checking universal-hash v0.6.1 |
| 2779 | 2026-07-22T16:47:15.967Z | Compiling libz-sys v1.1.24 |
| 2780 | 2026-07-22T16:47:16.391Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2781 | 2026-07-22T16:47:16.394Z | Compiling instability v0.3.11 |
| 2782 | 2026-07-22T16:47:16.460Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2783 | 2026-07-22T16:47:16.702Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2784 | 2026-07-22T16:47:16.817Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2785 | 2026-07-22T16:47:16.853Z | Checking castaway v0.2.4 |
| 2786 | 2026-07-22T16:47:16.994Z | Compiling indoc v2.0.7 |
| 2787 | 2026-07-22T16:47:17.103Z | Checking compact_str v0.8.1 |
| 2788 | 2026-07-22T16:47:17.527Z | Checking polyval v0.7.1 |
| 2789 | 2026-07-22T16:47:17.730Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2790 | 2026-07-22T16:47:17.999Z | Checking der v0.8.0 |
| 2791 | 2026-07-22T16:47:18.154Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2792 | 2026-07-22T16:47:18.217Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2793 | 2026-07-22T16:47:18.252Z | Checking unicode-truncate v1.1.0 |
| 2794 | 2026-07-22T16:47:18.395Z | Checking lru v0.12.5 |
| 2795 | 2026-07-22T16:47:18.431Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2796 | 2026-07-22T16:47:18.467Z | Checking cassowary v0.3.0 |
| 2797 | 2026-07-22T16:47:18.680Z | Checking ghash v0.6.0 |
| 2798 | 2026-07-22T16:47:18.717Z | Checking ratatui v0.29.0 |
| 2799 | 2026-07-22T16:47:18.846Z | Checking pbkdf2 v0.13.0 |
| 2800 | 2026-07-22T16:47:18.996Z | Checking aes v0.9.1 |
| 2801 | 2026-07-22T16:47:19.031Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2802 | 2026-07-22T16:47:19.441Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2803 | 2026-07-22T16:47:19.695Z | Checking ctr v0.10.1 |
| 2804 | 2026-07-22T16:47:19.908Z | Checking aead v0.6.1 |
| 2805 | 2026-07-22T16:47:20.049Z | Checking cargo-platform v0.3.2 |
| 2806 | 2026-07-22T16:47:20.084Z | Checking aes-gcm v0.11.0 |
| 2807 | 2026-07-22T16:47:20.247Z | Checking spki v0.8.0 |
| 2808 | 2026-07-22T16:47:20.283Z | Checking cargo_metadata v0.23.1 |
| 2809 | 2026-07-22T16:47:20.286Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2810 | 2026-07-22T16:47:20.449Z | Checking crypto-bigint v0.7.5 |
| 2811 | 2026-07-22T16:47:21.089Z | Checking supports-color v3.0.2 |
| 2812 | 2026-07-22T16:47:21.256Z | Checking console v0.16.2 |
| 2813 | 2026-07-22T16:47:21.598Z | Checking cbc v0.2.1 |
| 2814 | 2026-07-22T16:47:21.771Z | Checking salsa20 v0.11.0 |
| 2815 | 2026-07-22T16:47:21.797Z | Compiling vergen-git2 v9.1.0 |
| 2816 | 2026-07-22T16:47:21.937Z | Checking plotters-backend v0.3.7 |
| 2817 | 2026-07-22T16:47:22.029Z | Checking unit-prefix v0.5.2 |
| 2818 | 2026-07-22T16:47:22.171Z | Checking plotters-svg v0.3.7 |
| 2819 | 2026-07-22T16:47:22.206Z | Checking indicatif v0.18.4 |
| 2820 | 2026-07-22T16:47:22.392Z | Checking scrypt v0.12.0 |
| 2821 | 2026-07-22T16:47:22.593Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2822 | 2026-07-22T16:47:22.627Z | Checking libsw-core v0.3.2 |
| 2823 | 2026-07-22T16:47:22.734Z | Checking cast v0.3.0 |
| 2824 | 2026-07-22T16:47:22.805Z | Checking libsw v3.5.0 |
| 2825 | 2026-07-22T16:47:22.886Z | Checking pkcs5 v0.8.1 |
| 2826 | 2026-07-22T16:47:22.920Z | Checking criterion-plot v0.6.0 |
| 2827 | 2026-07-22T16:47:22.987Z | Checking plotters v0.3.7 |
| 2828 | 2026-07-22T16:47:23.191Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2829 | 2026-07-22T16:47:23.227Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2830 | 2026-07-22T16:47:23.464Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2831 | 2026-07-22T16:47:23.705Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2832 | 2026-07-22T16:47:23.750Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2833 | 2026-07-22T16:47:23.943Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2834 | 2026-07-22T16:47:23.986Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2835 | 2026-07-22T16:47:24.179Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2836 | 2026-07-22T16:47:24.218Z | Checking colored v2.2.0 |
| 2837 | 2026-07-22T16:47:24.251Z | Checking tinytemplate v1.2.1 |
| 2838 | 2026-07-22T16:47:24.449Z | Checking anes v0.1.6 |
| 2839 | 2026-07-22T16:47:24.494Z | Checking shell-words v1.1.1 |
| 2840 | 2026-07-22T16:47:24.648Z | Checking oorandom v11.1.5 |
| 2841 | 2026-07-22T16:47:24.788Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2842 | 2026-07-22T16:47:24.796Z | Checking criterion v0.7.0 |
| 2843 | 2026-07-22T16:47:25.073Z | Checking pkcs8 v0.11.0 |
| 2844 | 2026-07-22T16:47:25.304Z | Checking oxide-update-engine-display v0.1.2 |
| 2845 | 2026-07-22T16:47:25.635Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2846 | 2026-07-22T16:47:26.018Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2847 | 2026-07-22T16:47:26.409Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2848 | 2026-07-22T16:47:26.936Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2849 | 2026-07-22T16:47:27.734Z | Checking tokio-test v0.4.5 |
| 2850 | 2026-07-22T16:47:27.970Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2851 | 2026-07-22T16:47:28.209Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2852 | 2026-07-22T16:47:28.623Z | Checking twox-hash v2.1.2 |
| 2853 | 2026-07-22T16:47:28.962Z | Checking ff v0.14.0 |
| 2854 | 2026-07-22T16:47:29.131Z | Checking constant_time_eq v0.4.2 |
| 2855 | 2026-07-22T16:47:29.301Z | Checking arrayref v0.3.9 |
| 2856 | 2026-07-22T16:47:29.406Z | Checking arrayvec v0.7.6 |
| 2857 | 2026-07-22T16:47:29.509Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2858 | 2026-07-22T16:47:29.625Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2859 | 2026-07-22T16:47:29.707Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2860 | 2026-07-22T16:47:30.303Z | Checking fatfs v0.3.6 |
| 2861 | 2026-07-22T16:47:30.474Z | Checking signature v3.0.0 |
| 2862 | 2026-07-22T16:47:30.657Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2863 | 2026-07-22T16:47:30.711Z | Compiling seq-macro v0.3.6 |
| 2864 | 2026-07-22T16:47:30.784Z | Checking base16ct v1.0.0 |
| 2865 | 2026-07-22T16:47:30.953Z | Checking sec1 v0.8.1 |
| 2866 | 2026-07-22T16:47:31.186Z | Checking group v0.14.0 |
| 2867 | 2026-07-22T16:47:31.190Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2868 | 2026-07-22T16:47:31.265Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2869 | 2026-07-22T16:47:31.367Z | Checking hkdf v0.13.0 |
| 2870 | 2026-07-22T16:47:31.402Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2871 | 2026-07-22T16:47:31.528Z | Compiling petname v2.0.2 |
| 2872 | 2026-07-22T16:47:31.996Z | Checking elliptic-curve v0.14.0-rc.33 |
| 2873 | 2026-07-22T16:47:32.208Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2874 | 2026-07-22T16:47:32.497Z | Checking concurrent-queue v2.5.0 |
| 2875 | 2026-07-22T16:47:32.712Z | Checking rtoolbox v0.0.3 |
| 2876 | 2026-07-22T16:47:32.717Z | Checking parking v2.2.1 |
| 2877 | 2026-07-22T16:47:32.867Z | Checking event-listener v5.4.1 |
| 2878 | 2026-07-22T16:47:32.908Z | Checking rpassword v7.5.4 |
| 2879 | 2026-07-22T16:47:33.138Z | Checking tui-tree-widget v0.23.1 |
| 2880 | 2026-07-22T16:47:33.357Z | Checking rfc6979 v0.5.0 |
| 2881 | 2026-07-22T16:47:33.525Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2882 | 2026-07-22T16:47:33.546Z | Checking sapling-renderdag v0.1.0 |
| 2883 | 2026-07-22T16:47:33.701Z | Compiling blake3 v1.8.5 |
| 2884 | 2026-07-22T16:47:33.812Z | Checking sync-ptr v0.1.4 |
| 2885 | 2026-07-22T16:47:33.959Z | Checking ecdsa v0.17.0-rc.18 |
| 2886 | 2026-07-22T16:47:34.353Z | Checking event-listener-strategy v0.5.4 |
| 2887 | 2026-07-22T16:47:34.515Z | Checking primeorder v0.14.0-rc.10 |
| 2888 | 2026-07-22T16:47:34.610Z | Checking primefield v0.14.0 |
| 2889 | 2026-07-22T16:47:34.843Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2890 | 2026-07-22T16:47:34.879Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 2891 | 2026-07-22T16:47:35.084Z | Checking futures-timer v3.0.3 |
| 2892 | 2026-07-22T16:47:35.388Z | Checking async-lock v3.4.2 |
| 2893 | 2026-07-22T16:47:35.564Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2894 | 2026-07-22T16:47:35.670Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2895 | 2026-07-22T16:47:35.804Z | Checking ssh-encoding v0.3.0-rc.9 |
| 2896 | 2026-07-22T16:47:36.071Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2897 | 2026-07-22T16:47:36.660Z | Checking topological-sort v0.2.2 |
| 2898 | 2026-07-22T16:47:36.830Z | Compiling strsim v0.10.0 |
| 2899 | 2026-07-22T16:47:37.153Z | Compiling darling_core v0.13.4 |
| 2900 | 2026-07-22T16:47:37.188Z | Checking omicron-zone-package v0.12.3 |
| 2901 | 2026-07-22T16:47:38.098Z | Checking async-object-pool v0.2.0 |
| 2902 | 2026-07-22T16:47:38.361Z | Checking ed25519 v3.0.0 |
| 2903 | 2026-07-22T16:47:38.428Z | Compiling samael v0.0.19 |
| 2904 | 2026-07-22T16:47:38.569Z | Checking crypto-primes v0.7.2 |
| 2905 | 2026-07-22T16:47:39.013Z | Checking pkcs1 v0.8.0-rc.4 |
| 2906 | 2026-07-22T16:47:39.085Z | Checking poly1305 v0.9.0 |
| 2907 | 2026-07-22T16:47:39.246Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2908 | 2026-07-22T16:47:39.380Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2909 | 2026-07-22T16:47:39.557Z | Checking serde_regex v1.1.0 |
| 2910 | 2026-07-22T16:47:39.636Z | Checking blowfish v0.10.0 |
| 2911 | 2026-07-22T16:47:39.738Z | Checking blake2 v0.11.0-rc.6 |
| 2912 | 2026-07-22T16:47:39.814Z | Checking assert-json-diff v2.0.2 |
| 2913 | 2026-07-22T16:47:40.010Z | Checking path-tree v0.8.3 |
| 2914 | 2026-07-22T16:47:40.047Z | Checking keccak v0.2.0 |
| 2915 | 2026-07-22T16:47:40.051Z | Compiling target-lexicon v0.13.3 |
| 2916 | 2026-07-22T16:47:40.226Z | Checking fiat-crypto v0.3.0 |
| 2917 | 2026-07-22T16:47:40.260Z | Checking stringmetrics v2.2.2 |
| 2918 | 2026-07-22T16:47:40.439Z | Checking gimli v0.32.3 |
| 2919 | 2026-07-22T16:47:40.661Z | Checking httpmock v0.8.3 |
| 2920 | 2026-07-22T16:47:42.017Z | Checking addr2line v0.25.1 |
| 2921 | 2026-07-22T16:47:42.315Z | Checking sha3 v0.11.0 |
| 2922 | 2026-07-22T16:47:42.690Z | Checking argon2 v0.6.0-rc.8 |
| 2923 | 2026-07-22T16:47:42.895Z | Checking bcrypt-pbkdf v0.11.0 |
| 2924 | 2026-07-22T16:47:43.034Z | Checking rsa v0.10.0-rc.18 |
| 2925 | 2026-07-22T16:47:43.079Z | Checking ssh-cipher v0.3.0-rc.9 |
| 2926 | 2026-07-22T16:47:43.320Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 2927 | 2026-07-22T16:47:43.552Z | Compiling darling_macro v0.13.4 |
| 2928 | 2026-07-22T16:47:43.641Z | Checking p256 v0.14.0-rc.10 |
| 2929 | 2026-07-22T16:47:44.071Z | Checking p521 v0.14.0-rc.10 |
| 2930 | 2026-07-22T16:47:44.419Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2931 | 2026-07-22T16:47:44.691Z | Checking kem v0.3.0 |
| 2932 | 2026-07-22T16:47:44.840Z | Checking module-lattice v0.2.3 |
| 2933 | 2026-07-22T16:47:45.094Z | Checking hex-literal v0.4.1 |
| 2934 | 2026-07-22T16:47:45.225Z | Compiling guppy-workspace-hack v0.1.0 |
| 2935 | 2026-07-22T16:47:45.388Z | Checking p384 v0.14.0-rc.10 |
| 2936 | 2026-07-22T16:47:45.440Z | Checking rustc-demangle v0.1.27 |
| 2937 | 2026-07-22T16:47:45.524Z | Checking ml-kem v0.3.2 |
| 2938 | 2026-07-22T16:47:45.693Z | Checking backtrace v0.3.76 |
| 2939 | 2026-07-22T16:47:46.052Z | Compiling darling v0.13.4 |
| 2940 | 2026-07-22T16:47:46.128Z | Compiling git2 v0.20.4 |
| 2941 | 2026-07-22T16:47:46.350Z | Checking russh-cryptovec v0.61.0 |
| 2942 | 2026-07-22T16:47:46.434Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2943 | 2026-07-22T16:47:46.541Z | Checking internal-russh-num-bigint v0.5.0 |
| 2944 | 2026-07-22T16:47:46.674Z | Checking num-bigint v0.4.6 |
| 2945 | 2026-07-22T16:47:47.119Z | Checking russh-util v0.52.0 |
| 2946 | 2026-07-22T16:47:47.276Z | Checking generic-array v1.4.3 |
| 2947 | 2026-07-22T16:47:47.407Z | Compiling enum_dispatch v0.3.13 |
| 2948 | 2026-07-22T16:47:47.453Z | Checking ssh-key v0.7.0-rc.10 |
| 2949 | 2026-07-22T16:47:47.708Z | Compiling delegate v0.13.5 |
| 2950 | 2026-07-22T16:47:47.771Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2951 | 2026-07-22T16:47:48.233Z | Checking hex-literal v1.1.0 |
| 2952 | 2026-07-22T16:47:48.402Z | Checking md5 v0.8.0 |
| 2953 | 2026-07-22T16:47:48.437Z | Compiling target-spec v3.5.7 |
| 2954 | 2026-07-22T16:47:48.605Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2955 | 2026-07-22T16:47:48.697Z | Checking russh v0.61.2 |
| 2956 | 2026-07-22T16:47:48.987Z | Checking cfg-expr v0.20.6 |
| 2957 | 2026-07-22T16:47:49.026Z | Compiling serde_with_macros v1.5.2 |
| 2958 | 2026-07-22T16:47:49.280Z | Checking backtrace-ext v0.2.1 |
| 2959 | 2026-07-22T16:47:49.433Z | Checking supports-color v2.1.0 |
| 2960 | 2026-07-22T16:47:49.470Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2961 | 2026-07-22T16:47:49.504Z | Checking textwrap v0.15.2 |
| 2962 | 2026-07-22T16:47:49.598Z | Checking supports-unicode v2.1.0 |
| 2963 | 2026-07-22T16:47:49.739Z | Checking supports-hyperlinks v2.1.0 |
| 2964 | 2026-07-22T16:47:49.774Z | Checking hashbrown v0.14.5 |
| 2965 | 2026-07-22T16:47:49.888Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2966 | 2026-07-22T16:47:49.921Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2967 | 2026-07-22T16:47:50.102Z | Checking terminal_size v0.1.17 |
| 2968 | 2026-07-22T16:47:50.153Z | Checking socket2 v0.5.10 |
| 2969 | 2026-07-22T16:47:50.247Z | Compiling miette-derive v5.10.0 |
| 2970 | 2026-07-22T16:47:50.311Z | Checking owo-colors v3.5.0 |
| 2971 | 2026-07-22T16:47:50.432Z | Checking internet-checksum v0.2.1 |
| 2972 | 2026-07-22T16:47:50.871Z | Checking chumsky v0.9.3 |
| 2973 | 2026-07-22T16:47:51.458Z | Checking miette v5.10.0 |
| 2974 | 2026-07-22T16:47:51.973Z | Compiling serde_with v1.14.0 |
| 2975 | 2026-07-22T16:47:52.083Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2976 | 2026-07-22T16:47:52.246Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2977 | 2026-07-22T16:47:52.310Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2978 | 2026-07-22T16:47:52.662Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2979 | 2026-07-22T16:47:52.880Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2980 | 2026-07-22T16:47:53.061Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2981 | 2026-07-22T16:47:53.099Z | Compiling knuffel-derive v3.2.0 |
| 2982 | 2026-07-22T16:47:53.133Z | Checking httptest v0.16.4 |
| 2983 | 2026-07-22T16:47:53.170Z | Checking pathdiff v0.2.3 |
| 2984 | 2026-07-22T16:47:53.309Z | Checking nested v0.1.1 |
| 2985 | 2026-07-22T16:47:53.476Z | Checking guppy v0.17.25 |
| 2986 | 2026-07-22T16:47:53.528Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2987 | 2026-07-22T16:47:53.892Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2988 | 2026-07-22T16:47:54.155Z | Checking similar-asserts v1.7.0 |
| 2989 | 2026-07-22T16:47:54.351Z | Compiling target-triple v1.0.0 |
| 2990 | 2026-07-22T16:47:54.455Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2991 | 2026-07-22T16:47:54.654Z | Checking knuffel v3.2.0 |
| 2992 | 2026-07-22T16:47:54.735Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2993 | 2026-07-22T16:47:54.828Z | Compiling polar-core v0.27.3 |
| 2994 | 2026-07-22T16:47:55.204Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2995 | 2026-07-22T16:47:55.300Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2996 | 2026-07-22T16:47:55.335Z | Checking hickory-client v0.25.2 |
| 2997 | 2026-07-22T16:47:55.632Z | Checking escape8259 v0.5.3 |
| 2998 | 2026-07-22T16:47:55.813Z | Compiling assert_cmd v2.1.2 |
| 2999 | 2026-07-22T16:47:55.952Z | Checking libtest-mimic v0.8.1 |
| 3000 | 2026-07-22T16:47:56.301Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3001 | 2026-07-22T16:47:56.337Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3002 | 2026-07-22T16:47:56.340Z | Checking blake2b_simd v1.0.4 |
| 3003 | 2026-07-22T16:47:56.430Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3004 | 2026-07-22T16:47:56.800Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3005 | 2026-07-22T16:47:56.840Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3006 | 2026-07-22T16:47:57.011Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3007 | 2026-07-22T16:47:57.212Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3008 | 2026-07-22T16:47:57.259Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3009 | 2026-07-22T16:47:57.391Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3010 | 2026-07-22T16:47:57.538Z | Checking fancy-regex v0.14.0 |
| 3011 | 2026-07-22T16:47:57.622Z | Checking serde_tokenstream v0.2.3 |
| 3012 | 2026-07-22T16:47:57.853Z | Checking approx v0.5.1 |
| 3013 | 2026-07-22T16:47:57.893Z | Compiling rstest_macros v0.25.0 |
| 3014 | 2026-07-22T16:47:57.923Z | Checking uzers v0.12.2 |
| 3015 | 2026-07-22T16:47:58.019Z | Compiling linkme-impl v0.3.35 |
| 3016 | 2026-07-22T16:47:58.167Z | Checking constant_time_eq v0.3.1 |
| 3017 | 2026-07-22T16:47:58.218Z | Checking termcolor v1.4.1 |
| 3018 | 2026-07-22T16:47:58.294Z | Checking rust-argon2 v2.1.0 |
| 3019 | 2026-07-22T16:47:58.454Z | Checking trybuild v1.0.116 |
| 3020 | 2026-07-22T16:47:58.529Z | Checking datatest-stable v0.3.3 |
| 3021 | 2026-07-22T16:47:58.870Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3022 | 2026-07-22T16:47:58.951Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3023 | 2026-07-22T16:47:59.142Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3024 | 2026-07-22T16:47:59.302Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3025 | 2026-07-22T16:47:59.338Z | Checking support-bundle-viewer v0.1.2 |
| 3026 | 2026-07-22T16:47:59.612Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3027 | 2026-07-22T16:47:59.809Z | Checking oso v0.27.3 |
| 3028 | 2026-07-22T16:47:59.851Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3029 | 2026-07-22T16:48:00.092Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3030 | 2026-07-22T16:48:00.155Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3031 | 2026-07-22T16:48:00.327Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3032 | 2026-07-22T16:48:00.417Z | Checking drift v0.2.0 |
| 3033 | 2026-07-22T16:48:00.726Z | Checking rand_distr v0.5.1 |
| 3034 | 2026-07-22T16:48:00.948Z | Checking digest-io v0.1.0 |
| 3035 | 2026-07-22T16:48:00.985Z | Checking multimap v0.10.1 |
| 3036 | 2026-07-22T16:48:01.133Z | Compiling relative-path v1.9.3 |
| 3037 | 2026-07-22T16:48:01.145Z | Checking rawzip v0.4.4 |
| 3038 | 2026-07-22T16:48:01.179Z | Compiling linkme v0.3.35 |
| 3039 | 2026-07-22T16:48:01.534Z | Checking dropshot-api-manager v0.7.2 |
| 3040 | 2026-07-22T16:48:01.623Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3041 | 2026-07-22T16:48:02.584Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3042 | 2026-07-22T16:48:02.871Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3043 | 2026-07-22T16:48:02.934Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3044 | 2026-07-22T16:48:02.974Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3045 | 2026-07-22T16:48:03.156Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3046 | 2026-07-22T16:48:03.215Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3047 | 2026-07-22T16:48:03.516Z | Checking cargo_toml v0.21.0 |
| 3048 | 2026-07-22T16:48:03.608Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3049 | 2026-07-22T16:48:03.656Z | Checking partial-io v0.5.4 |
| 3050 | 2026-07-22T16:48:03.875Z | Checking termios v0.3.3 |
| 3051 | 2026-07-22T16:48:03.911Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3052 | 2026-07-22T16:48:04.103Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3053 | 2026-07-22T16:48:04.349Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3054 | 2026-07-22T16:48:04.901Z | Checking rstest v0.25.0 |
| 3055 | 2026-07-22T16:48:07.362Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3056 | 2026-07-22T16:48:08.952Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3057 | 2026-07-22T16:48:13.295Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3058 | 2026-07-22T16:48:16.265Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3059 | 2026-07-22T16:48:16.463Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3060 | 2026-07-22T16:48:18.933Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3061 | 2026-07-22T16:48:22.564Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3062 | 2026-07-22T16:48:26.602Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3063 | 2026-07-22T16:48:34.244Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3064 | 2026-07-22T16:48:34.372Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3065 | 2026-07-22T16:48:34.372Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3066 | 2026-07-22T16:48:39.245Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3067 | 2026-07-22T16:48:43.419Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3068 | 2026-07-22T16:49:00.993Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3069 | 2026-07-22T16:49:56.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s |
| 3070 | 2026-07-22T16:49:57.495Z | |
| 3071 | 2026-07-22T16:49:57.495Z | real 4:09.442541524 |
| 3072 | 2026-07-22T16:49:57.495Z | user 21:24.703050396 |
| 3073 | 2026-07-22T16:49:57.495Z | sys 4:58.834630612 |
| 3074 | 2026-07-22T16:49:57.495Z | trap 0.518285118 |
| 3075 | 2026-07-22T16:49:57.495Z | tflt 0.485393511 |
| 3076 | 2026-07-22T16:49:57.495Z | dflt 0.539439414 |
| 3077 | 2026-07-22T16:49:57.495Z | kflt 0.005492903 |
| 3078 | 2026-07-22T16:49:57.495Z | lock 58:29.654674425 |
| 3079 | 2026-07-22T16:49:57.495Z | slp 57:53.817753329 |
| 3080 | 2026-07-22T16:49:57.495Z | lat 1:47.753261280 |
| 3081 | 2026-07-22T16:49:57.495Z | stop 11:44.663276915 |
| 3082 | 2026-07-22T16:49:57.498Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3083 | 2026-07-22T16:49:57.498Z | + ptime -m cargo doc --workspace --no-deps |
| 3084 | 2026-07-22T16:49:58.312Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3085 | 2026-07-22T16:49:58.312Z | | |
| 3086 | 2026-07-22T16:49:58.312Z | = 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-22T16:49:58.312Z | = 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-22T16:49:59.334Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3089 | 2026-07-22T16:49:59.569Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3090 | 2026-07-22T16:49:59.614Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3091 | 2026-07-22T16:49:59.677Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3092 | 2026-07-22T16:49:59.709Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3093 | 2026-07-22T16:49:59.774Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3094 | 2026-07-22T16:49:59.891Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3095 | 2026-07-22T16:49:59.925Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3096 | 2026-07-22T16:49:59.928Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3097 | 2026-07-22T16:49:59.975Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3098 | 2026-07-22T16:50:00.065Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3099 | 2026-07-22T16:50:00.151Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3100 | 2026-07-22T16:50:00.176Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3101 | 2026-07-22T16:50:00.218Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3102 | 2026-07-22T16:50:00.242Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3103 | 2026-07-22T16:50:00.265Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3104 | 2026-07-22T16:50:00.289Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3105 | 2026-07-22T16:50:00.366Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3106 | 2026-07-22T16:50:00.378Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3107 | 2026-07-22T16:50:00.407Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3108 | 2026-07-22T16:50:00.430Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3109 | 2026-07-22T16:50:00.669Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3110 | 2026-07-22T16:50:00.818Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3111 | 2026-07-22T16:50:00.869Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3112 | 2026-07-22T16:50:00.933Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3113 | 2026-07-22T16:50:00.983Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3114 | 2026-07-22T16:50:01.127Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3115 | 2026-07-22T16:50:01.155Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3116 | 2026-07-22T16:50:01.290Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3117 | 2026-07-22T16:50:01.412Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3118 | 2026-07-22T16:50:01.458Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3119 | 2026-07-22T16:50:01.604Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3120 | 2026-07-22T16:50:01.698Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3121 | 2026-07-22T16:50:01.734Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3122 | 2026-07-22T16:50:01.793Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3123 | 2026-07-22T16:50:01.924Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3124 | 2026-07-22T16:50:01.969Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3125 | 2026-07-22T16:50:02.040Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3126 | 2026-07-22T16:50:02.063Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3127 | 2026-07-22T16:50:02.304Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3128 | 2026-07-22T16:50:02.364Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3129 | 2026-07-22T16:50:02.533Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3130 | 2026-07-22T16:50:02.577Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3131 | 2026-07-22T16:50:02.624Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3132 | 2026-07-22T16:50:02.708Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3133 | 2026-07-22T16:50:02.776Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3134 | 2026-07-22T16:50:02.902Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3135 | 2026-07-22T16:50:02.913Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3136 | 2026-07-22T16:50:02.964Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3137 | 2026-07-22T16:50:03.026Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3138 | 2026-07-22T16:50:03.090Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3139 | 2026-07-22T16:50:03.157Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3140 | 2026-07-22T16:50:03.210Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3141 | 2026-07-22T16:50:03.249Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3142 | 2026-07-22T16:50:03.302Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3143 | 2026-07-22T16:50:03.370Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3144 | 2026-07-22T16:50:03.421Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3145 | 2026-07-22T16:50:03.447Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3146 | 2026-07-22T16:50:03.472Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3147 | 2026-07-22T16:50:03.515Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3148 | 2026-07-22T16:50:03.575Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3149 | 2026-07-22T16:50:03.633Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3150 | 2026-07-22T16:50:04.014Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3151 | 2026-07-22T16:50:04.192Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3152 | 2026-07-22T16:50:04.339Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3153 | 2026-07-22T16:50:04.619Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3154 | 2026-07-22T16:50:04.647Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3155 | 2026-07-22T16:50:05.090Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3156 | 2026-07-22T16:50:05.094Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3157 | 2026-07-22T16:50:05.141Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3158 | 2026-07-22T16:50:05.164Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3159 | 2026-07-22T16:50:05.359Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3160 | 2026-07-22T16:50:05.369Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3161 | 2026-07-22T16:50:05.384Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3162 | 2026-07-22T16:50:05.446Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3163 | 2026-07-22T16:50:05.652Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3164 | 2026-07-22T16:50:06.175Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3165 | 2026-07-22T16:50:06.430Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3166 | 2026-07-22T16:50:06.531Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3167 | 2026-07-22T16:50:06.667Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3168 | 2026-07-22T16:50:06.777Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3169 | 2026-07-22T16:50:06.876Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3170 | 2026-07-22T16:50:06.912Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3171 | 2026-07-22T16:50:06.936Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3172 | 2026-07-22T16:50:07.114Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3173 | 2026-07-22T16:50:07.307Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3174 | 2026-07-22T16:50:07.329Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3175 | 2026-07-22T16:50:07.353Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3176 | 2026-07-22T16:50:07.473Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3177 | 2026-07-22T16:50:07.498Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3178 | 2026-07-22T16:50:07.550Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3179 | 2026-07-22T16:50:07.596Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3180 | 2026-07-22T16:50:07.619Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3181 | 2026-07-22T16:50:07.664Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3182 | 2026-07-22T16:50:07.686Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3183 | 2026-07-22T16:50:07.835Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3184 | 2026-07-22T16:50:07.862Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3185 | 2026-07-22T16:50:07.939Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3186 | 2026-07-22T16:50:07.962Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3187 | 2026-07-22T16:50:07.966Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3188 | 2026-07-22T16:50:08.032Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3189 | 2026-07-22T16:50:08.109Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3190 | 2026-07-22T16:50:08.201Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3191 | 2026-07-22T16:50:08.243Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3192 | 2026-07-22T16:50:08.267Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3193 | 2026-07-22T16:50:08.561Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3194 | 2026-07-22T16:50:08.565Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3195 | 2026-07-22T16:50:08.608Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3196 | 2026-07-22T16:50:09.085Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3197 | 2026-07-22T16:50:09.338Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3198 | 2026-07-22T16:50:09.592Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3199 | 2026-07-22T16:50:10.230Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3200 | 2026-07-22T16:50:10.354Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3201 | 2026-07-22T16:50:10.549Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3202 | 2026-07-22T16:50:10.854Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3203 | 2026-07-22T16:50:11.331Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3204 | 2026-07-22T16:50:12.333Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3205 | 2026-07-22T16:50:12.720Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3206 | 2026-07-22T16:50:12.947Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3207 | 2026-07-22T16:50:13.076Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3208 | 2026-07-22T16:50:13.492Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3209 | 2026-07-22T16:50:13.569Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3210 | 2026-07-22T16:50:13.620Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3211 | 2026-07-22T16:50:13.743Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3212 | 2026-07-22T16:50:13.996Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3213 | 2026-07-22T16:50:14.301Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3214 | 2026-07-22T16:50:14.326Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3215 | 2026-07-22T16:50:14.468Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3216 | 2026-07-22T16:50:14.612Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3217 | 2026-07-22T16:50:14.641Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3218 | 2026-07-22T16:50:15.184Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3219 | 2026-07-22T16:50:15.260Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3220 | 2026-07-22T16:50:15.574Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3221 | 2026-07-22T16:50:15.641Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3222 | 2026-07-22T16:50:15.666Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3223 | 2026-07-22T16:50:15.844Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3224 | 2026-07-22T16:50:16.398Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3225 | 2026-07-22T16:50:16.518Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3226 | 2026-07-22T16:50:16.559Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3227 | 2026-07-22T16:50:17.195Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3228 | 2026-07-22T16:50:17.270Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3229 | 2026-07-22T16:50:17.666Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3230 | 2026-07-22T16:50:18.275Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3231 | 2026-07-22T16:50:18.642Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3232 | 2026-07-22T16:50:19.351Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3233 | 2026-07-22T16:50:19.583Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3234 | 2026-07-22T16:50:19.919Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3235 | 2026-07-22T16:50:20.094Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3236 | 2026-07-22T16:50:20.397Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3237 | 2026-07-22T16:50:21.298Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3238 | 2026-07-22T16:50:21.342Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3239 | 2026-07-22T16:50:21.577Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3240 | 2026-07-22T16:50:21.966Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3241 | 2026-07-22T16:50:22.991Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3242 | 2026-07-22T16:50:24.331Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3243 | 2026-07-22T16:50:24.869Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3244 | 2026-07-22T16:50:26.942Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3245 | 2026-07-22T16:50:27.102Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3246 | 2026-07-22T16:50:27.643Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3247 | 2026-07-22T16:50:28.177Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3248 | 2026-07-22T16:50:28.827Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3249 | 2026-07-22T16:50:29.551Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3250 | 2026-07-22T16:50:30.529Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3251 | 2026-07-22T16:50:30.671Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3252 | 2026-07-22T16:50:30.976Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3253 | 2026-07-22T16:50:31.088Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3254 | 2026-07-22T16:50:31.289Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3255 | 2026-07-22T16:50:31.980Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3256 | 2026-07-22T16:50:32.312Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3257 | 2026-07-22T16:50:32.315Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3258 | 2026-07-22T16:50:32.572Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3259 | 2026-07-22T16:50:32.600Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3260 | 2026-07-22T16:50:32.838Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3261 | 2026-07-22T16:50:32.998Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3262 | 2026-07-22T16:50:33.126Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3263 | 2026-07-22T16:50:33.545Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3264 | 2026-07-22T16:50:33.669Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3265 | 2026-07-22T16:50:33.883Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3266 | 2026-07-22T16:50:34.137Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3267 | 2026-07-22T16:50:34.313Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3268 | 2026-07-22T16:50:34.570Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3269 | 2026-07-22T16:50:35.333Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3270 | 2026-07-22T16:50:36.033Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3271 | 2026-07-22T16:50:36.711Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3272 | 2026-07-22T16:50:36.783Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3273 | 2026-07-22T16:50:36.852Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3274 | 2026-07-22T16:50:38.669Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3275 | 2026-07-22T16:50:41.112Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3276 | 2026-07-22T16:50:41.507Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3277 | 2026-07-22T16:50:42.111Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3278 | 2026-07-22T16:50:42.938Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3279 | 2026-07-22T16:50:43.959Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3280 | 2026-07-22T16:50:46.050Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3281 | 2026-07-22T16:50:46.569Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3282 | 2026-07-22T16:50:47.278Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3283 | 2026-07-22T16:50:48.657Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3284 | 2026-07-22T16:50:49.567Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3285 | 2026-07-22T16:50:51.041Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3286 | 2026-07-22T16:50:51.556Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3287 | 2026-07-22T16:50:51.722Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3288 | 2026-07-22T16:50:52.538Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3289 | 2026-07-22T16:50:54.432Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3290 | 2026-07-22T16:50:57.834Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3291 | 2026-07-22T16:50:58.593Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3292 | 2026-07-22T16:50:59.759Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3293 | 2026-07-22T16:51:00.284Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3294 | 2026-07-22T16:51:01.029Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3295 | 2026-07-22T16:51:01.796Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3296 | 2026-07-22T16:51:02.566Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3297 | 2026-07-22T16:51:04.176Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3298 | 2026-07-22T16:51:04.820Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3299 | 2026-07-22T16:51:07.116Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3300 | 2026-07-22T16:51:07.258Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3301 | 2026-07-22T16:51:07.930Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3302 | 2026-07-22T16:51:08.231Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3303 | 2026-07-22T16:51:08.829Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3304 | 2026-07-22T16:51:09.744Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3305 | 2026-07-22T16:51:10.729Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3306 | 2026-07-22T16:51:14.517Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3307 | 2026-07-22T16:51:15.314Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3308 | 2026-07-22T16:51:16.662Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3309 | 2026-07-22T16:51:17.360Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3310 | 2026-07-22T16:51:18.286Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3311 | 2026-07-22T16:51:19.441Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3312 | 2026-07-22T16:51:20.212Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3313 | 2026-07-22T16:51:21.868Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3314 | 2026-07-22T16:51:22.837Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3315 | 2026-07-22T16:51:23.819Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3316 | 2026-07-22T16:51:26.622Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3317 | 2026-07-22T16:51:27.076Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3318 | 2026-07-22T16:51:28.109Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3319 | 2026-07-22T16:51:29.285Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3320 | 2026-07-22T16:51:31.880Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3321 | 2026-07-22T16:51:32.425Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3322 | 2026-07-22T16:51:34.155Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3323 | 2026-07-22T16:51:35.724Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3324 | 2026-07-22T16:51:37.458Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3325 | 2026-07-22T16:51:38.866Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3326 | 2026-07-22T16:51:40.676Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3327 | 2026-07-22T16:51:42.386Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3328 | 2026-07-22T16:51:46.787Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3329 | 2026-07-22T16:51:47.186Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3330 | 2026-07-22T16:51:48.258Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3331 | 2026-07-22T16:51:48.933Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3332 | 2026-07-22T16:51:50.553Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3333 | 2026-07-22T16:51:52.651Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3334 | 2026-07-22T16:51:54.158Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3335 | 2026-07-22T16:51:56.325Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3336 | 2026-07-22T16:51:58.101Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3337 | 2026-07-22T16:51:59.838Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3338 | 2026-07-22T16:52:01.912Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3339 | 2026-07-22T16:52:03.376Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3340 | 2026-07-22T16:52:05.154Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3341 | 2026-07-22T16:52:06.924Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3342 | 2026-07-22T16:52:08.722Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3343 | 2026-07-22T16:52:10.487Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3344 | 2026-07-22T16:52:13.758Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3345 | 2026-07-22T16:52:15.779Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3346 | 2026-07-22T16:52:17.286Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3347 | 2026-07-22T16:52:19.334Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3348 | 2026-07-22T16:52:21.019Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3349 | 2026-07-22T16:52:22.716Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3350 | 2026-07-22T16:52:25.082Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3351 | 2026-07-22T16:52:26.875Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3352 | 2026-07-22T16:52:28.623Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3353 | 2026-07-22T16:52:32.102Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3354 | 2026-07-22T16:52:33.013Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3355 | 2026-07-22T16:52:35.728Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3356 | 2026-07-22T16:52:37.679Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3357 | 2026-07-22T16:52:39.917Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3358 | 2026-07-22T16:52:42.067Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3359 | 2026-07-22T16:52:44.457Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3360 | 2026-07-22T16:52:47.038Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3361 | 2026-07-22T16:52:49.246Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3362 | 2026-07-22T16:52:51.549Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3363 | 2026-07-22T16:52:54.105Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3364 | 2026-07-22T16:52:56.060Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3365 | 2026-07-22T16:52:58.384Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3366 | 2026-07-22T16:53:01.127Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3367 | 2026-07-22T16:53:02.933Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3368 | 2026-07-22T16:53:05.344Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3369 | 2026-07-22T16:53:07.655Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3370 | 2026-07-22T16:53:09.973Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3371 | 2026-07-22T16:53:12.318Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3372 | 2026-07-22T16:53:14.664Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3373 | 2026-07-22T16:53:17.039Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3374 | 2026-07-22T16:53:19.348Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3375 | 2026-07-22T16:53:21.689Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3376 | 2026-07-22T16:53:24.116Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3377 | 2026-07-22T16:53:26.370Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3378 | 2026-07-22T16:53:28.727Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3379 | 2026-07-22T16:53:31.141Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3380 | 2026-07-22T16:53:33.519Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3381 | 2026-07-22T16:53:35.871Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3382 | 2026-07-22T16:53:38.283Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3383 | 2026-07-22T16:53:40.665Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3384 | 2026-07-22T16:53:42.957Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3385 | 2026-07-22T16:53:45.444Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3386 | 2026-07-22T16:53:47.795Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3387 | 2026-07-22T16:53:50.266Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3388 | 2026-07-22T16:53:52.623Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3389 | 2026-07-22T16:53:55.127Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3390 | 2026-07-22T16:53:57.460Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3391 | 2026-07-22T16:53:59.944Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3392 | 2026-07-22T16:54:02.301Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3393 | 2026-07-22T16:54:04.677Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3394 | 2026-07-22T16:54:07.577Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3395 | 2026-07-22T16:54:09.784Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3396 | 2026-07-22T16:54:12.260Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3397 | 2026-07-22T16:54:14.778Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3398 | 2026-07-22T16:54:17.538Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3399 | 2026-07-22T16:54:20.093Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3400 | 2026-07-22T16:54:24.804Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3401 | 2026-07-22T16:54:25.157Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3402 | 2026-07-22T16:54:27.740Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3403 | 2026-07-22T16:54:30.324Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3404 | 2026-07-22T16:54:32.798Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3405 | 2026-07-22T16:54:35.435Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3406 | 2026-07-22T16:54:38.007Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3407 | 2026-07-22T16:54:40.955Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3408 | 2026-07-22T16:54:43.304Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3409 | 2026-07-22T16:54:46.009Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3410 | 2026-07-22T16:54:54.146Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3411 | 2026-07-22T16:54:54.315Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3412 | 2026-07-22T16:54:57.538Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3413 | 2026-07-22T16:55:00.806Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3414 | 2026-07-22T16:55:04.294Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3415 | 2026-07-22T16:55:07.618Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3416 | 2026-07-22T16:55:10.987Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3417 | 2026-07-22T16:55:15.687Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3418 | 2026-07-22T16:55:18.482Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3419 | 2026-07-22T16:55:22.122Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3420 | 2026-07-22T16:55:25.823Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3421 | 2026-07-22T16:55:29.577Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3422 | 2026-07-22T16:55:33.231Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3423 | 2026-07-22T16:55:36.937Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3424 | 2026-07-22T16:55:40.632Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3425 | 2026-07-22T16:55:44.342Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3426 | 2026-07-22T16:55:48.054Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3427 | 2026-07-22T16:55:51.820Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3428 | 2026-07-22T16:55:55.402Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3429 | 2026-07-22T16:55:59.138Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3430 | 2026-07-22T16:56:02.812Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3431 | 2026-07-22T16:56:06.576Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3432 | 2026-07-22T16:56:10.203Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3433 | 2026-07-22T16:56:13.881Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3434 | 2026-07-22T16:56:17.604Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3435 | 2026-07-22T16:56:21.294Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3436 | 2026-07-22T16:56:26.130Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3437 | 2026-07-22T16:56:54.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 57s |
| 3438 | 2026-07-22T16:56:54.866Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files |
| 3439 | 2026-07-22T16:56:54.971Z | |
| 3440 | 2026-07-22T16:56:54.971Z | real 6:57.388714290 |
| 3441 | 2026-07-22T16:56:54.971Z | user 18:32.368450280 |
| 3442 | 2026-07-22T16:56:54.971Z | sys 3:55.417046781 |
| 3443 | 2026-07-22T16:56:54.971Z | trap 0.268291707 |
| 3444 | 2026-07-22T16:56:54.971Z | tflt 0.053330264 |
| 3445 | 2026-07-22T16:56:54.971Z | dflt 0.044659734 |
| 3446 | 2026-07-22T16:56:54.971Z | kflt 0.000055120 |
| 3447 | 2026-07-22T16:56:54.971Z | lock 6:27:46.287733863 |
| 3448 | 2026-07-22T16:56:54.971Z | slp 2:20:30.874001212 |
| 3449 | 2026-07-22T16:56:54.971Z | lat 31.779053001 |
| 3450 | 2026-07-22T16:56:54.971Z | stop 1:39.568485947 |
| 3451 | 2026-07-22T16:56:54.975Z | process exited: duration 805135 ms, exit code 0 |
| |
| 3452 | 2026-07-22T16:56:54.981Z | found 0 output files |