|
|
|
| 1 | 2026-08-20T17:10:49.255Z | job assigned to worker 01M0G2DFE0246SJA07WSHKCK1G [factory aws, i-0fb639241a8ef9058] (queued for 53 s) |
| |
| 2 | 2026-08-20T17:10:55.955Z | starting task 0: "setup" |
| 3 | 2026-08-20T17:10:55.960Z | ++ uname -s |
| 4 | 2026-08-20T17:10:55.963Z | + kern=SunOS |
| 5 | 2026-08-20T17:10:55.963Z | + build_user=build |
| 6 | 2026-08-20T17:10:55.963Z | + build_uid=12345 |
| 7 | 2026-08-20T17:10:55.963Z | + work_dir=/work |
| 8 | 2026-08-20T17:10:55.963Z | + input_dir=/input |
| 9 | 2026-08-20T17:10:55.963Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-20T17:10:55.963Z | + case "$kern" in |
| 11 | 2026-08-20T17:10:55.963Z | + groupadd -g 12345 build |
| 12 | 2026-08-20T17:10:55.963Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-20T17:10:57.970Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-20T17:10:58.051Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-20T17:10:58.055Z | + home_fs=zfs |
| 16 | 2026-08-20T17:10:58.056Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-20T17:10:58.056Z | + mkdir -p /home/build |
| 18 | 2026-08-20T17:10:58.056Z | + chown build:build /home/build /work |
| 19 | 2026-08-20T17:11:00.055Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-20T17:11:00.061Z | process exited: duration 4100 ms, exit code 0 |
| |
| 21 | 2026-08-20T17:11:00.068Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-20T17:11:00.072Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-20T17:11:00.072Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-20T17:11:00.072Z | * rust toolchain profile = "default" |
| 25 | 2026-08-20T17:11:00.072Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-20T17:11:00.072Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-20T17:11:00.072Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-20T17:11:00.075Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-20T17:11:00.075Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-20T17:11:00.178Z | info: downloading installer |
| 31 | 2026-08-20T17:11:01.492Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-20T17:11:01.492Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-20T17:11:01.492Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-20T17:11:01.492Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-20T17:11:01.505Z | info: profile set to default |
| 36 | 2026-08-20T17:11:01.505Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-20T17:11:01.508Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-20T17:11:01.633Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-20T17:11:01.637Z | info: downloading 6 components |
| 40 | 2026-08-20T17:11:16.168Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-20T17:11:16.169Z | |
| 42 | 2026-08-20T17:11:16.195Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-20T17:11:16.196Z | |
| 44 | 2026-08-20T17:11:16.196Z | |
| 45 | 2026-08-20T17:11:16.196Z | Rust is installed now. Great! |
| 46 | 2026-08-20T17:11:16.196Z | |
| 47 | 2026-08-20T17:11:16.196Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-20T17:11:16.196Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-20T17:11:16.196Z | |
| 50 | 2026-08-20T17:11:16.196Z | To configure your current shell, you need to source |
| 51 | 2026-08-20T17:11:16.196Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-20T17:11:16.196Z | |
| 53 | 2026-08-20T17:11:16.196Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-20T17:11:16.196Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-20T17:11:16.200Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-20T17:11:16.200Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-20T17:11:16.200Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-20T17:11:16.200Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-20T17:11:16.200Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-20T17:11:16.200Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-20T17:11:16.200Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-20T17:11:16.290Z | + rustup --version |
| 63 | 2026-08-20T17:11:16.301Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-20T17:11:16.305Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-20T17:11:16.318Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-20T17:11:16.324Z | + cargo --version |
| 67 | 2026-08-20T17:11:16.335Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-20T17:11:16.341Z | + rustc --version |
| 69 | 2026-08-20T17:11:16.360Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-20T17:11:16.363Z | process exited: duration 16290 ms, exit code 0 |
| |
| 71 | 2026-08-20T17:11:16.374Z | starting task 2: "authentication" |
| 72 | 2026-08-20T17:11:16.395Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-20T17:11:16.402Z | starting task 3: "clone repository" |
| 74 | 2026-08-20T17:11:16.407Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-20T17:11:16.410Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-20T17:11:16.443Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-20T17:11:27.963Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-20T17:11:27.963Z | + git fetch origin fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08 |
| 79 | 2026-08-20T17:11:28.330Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-20T17:11:28.330Z | * branch fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08 -> FETCH_HEAD |
| 81 | 2026-08-20T17:11:28.344Z | + [[ -n multirack-join-service-part-3.5 ]] |
| 82 | 2026-08-20T17:11:28.347Z | ++ git branch --show-current |
| 83 | 2026-08-20T17:11:28.347Z | + current=main |
| 84 | 2026-08-20T17:11:28.347Z | + [[ main != multirack-join-service-part-3.5 ]] |
| 85 | 2026-08-20T17:11:28.347Z | + git branch -f multirack-join-service-part-3.5 fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08 |
| 86 | 2026-08-20T17:11:28.348Z | + git checkout -f multirack-join-service-part-3.5 |
| 87 | 2026-08-20T17:11:28.596Z | Switched to branch 'multirack-join-service-part-3.5' |
| 88 | 2026-08-20T17:11:28.601Z | + git reset --hard fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08 |
| 89 | 2026-08-20T17:11:28.618Z | HEAD is now at fbcc5cee9 fix migration |
| 90 | 2026-08-20T17:11:29.123Z | process exited: duration 12214 ms, exit code 0 |
| |
| 91 | 2026-08-20T17:11:29.169Z | starting task 4: "build" |
| 92 | 2026-08-20T17:11:29.173Z | + source ./env.sh |
| 93 | 2026-08-20T17:11:29.173Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-08-20T17:11:29.173Z | ++ set -o xtrace |
| 95 | 2026-08-20T17:11:29.177Z | ++++ dirname ./env.sh |
| 96 | 2026-08-20T17:11:29.178Z | +++ readlink -f . |
| 97 | 2026-08-20T17:11:29.190Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-08-20T17:11:29.190Z | ++ 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-08-20T17:11:29.190Z | ++ 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-08-20T17:11:29.190Z | ++ 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-08-20T17:11:29.190Z | ++ 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-08-20T17:11:29.190Z | ++ 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-08-20T17:11:29.190Z | ++ 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-08-20T17:11:29.190Z | ++ 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-08-20T17:11:29.190Z | ++ 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-08-20T17:11:29.190Z | ++ 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-08-20T17:11:29.190Z | ++ 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-08-20T17:11:29.190Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-08-20T17:11:29.191Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-08-20T17:11:29.191Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-08-20T17:11:29.191Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-08-20T17:11:29.191Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-08-20T17:11:29.191Z | +++ uname -s |
| 114 | 2026-08-20T17:11:29.191Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-08-20T17:11:29.191Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-08-20T17:11:29.191Z | + cargo --version |
| 117 | 2026-08-20T17:11:29.200Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 118 | 2026-08-20T17:11:29.200Z | + rustc --version |
| 119 | 2026-08-20T17:11:29.292Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 120 | 2026-08-20T17:11:29.312Z | + banner prerequisites |
| 121 | 2026-08-20T17:11:29.312Z | |
| 122 | 2026-08-20T17:11:29.312Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-08-20T17:11:29.312Z | # # # # # # # # # # # # # # # |
| 124 | 2026-08-20T17:11:29.312Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-08-20T17:11:29.313Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-08-20T17:11:29.313Z | # # # # # # # # # # # # # # # |
| 127 | 2026-08-20T17:11:29.313Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-08-20T17:11:29.313Z | |
| 129 | 2026-08-20T17:11:29.313Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-08-20T17:11:31.060Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-08-20T17:11:31.395Z | Startup: Caching catalogs ... Done |
| 132 | 2026-08-20T17:11:33.376Z | Planning: Solver setup ... Done (1.754s) |
| 133 | 2026-08-20T17:11:33.432Z | Planning: Running solver ... Done (0.056s) |
| 134 | 2026-08-20T17:11:33.432Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-08-20T17:11:33.432Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-08-20T17:11:33.432Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-08-20T17:11:33.491Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-08-20T17:11:33.491Z | Planning: Merging actions ... Done (0.002s) |
| 139 | 2026-08-20T17:11:33.577Z | Planning: Checking for conflicting actions ... Done (0.160s) |
| 140 | 2026-08-20T17:11:33.611Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-08-20T17:11:34.347Z | Planning: Evaluating mediators ... Done (0.782s) |
| 142 | 2026-08-20T17:11:34.357Z | Planning: Planning completed in 2.91 seconds |
| 143 | 2026-08-20T17:11:34.385Z | Packages to install: 2 |
| 144 | 2026-08-20T17:11:34.385Z | Estimated space available: 156.01 GB |
| 145 | 2026-08-20T17:11:34.394Z | Estimated space to be consumed: 72.16 MB |
| 146 | 2026-08-20T17:11:34.394Z | Create boot environment: No |
| 147 | 2026-08-20T17:11:34.394Z | Create backup boot environment: No |
| 148 | 2026-08-20T17:11:34.394Z | Rebuild boot archive: No |
| 149 | 2026-08-20T17:11:34.394Z | |
| 150 | 2026-08-20T17:11:34.394Z | Changed packages: |
| 151 | 2026-08-20T17:11:34.394Z | helios |
| 152 | 2026-08-20T17:11:34.394Z | developer/build-essential |
| 153 | 2026-08-20T17:11:34.394Z | None -> 11-3.0 |
| 154 | 2026-08-20T17:11:34.394Z | library/libxmlsec1 |
| 155 | 2026-08-20T17:11:34.394Z | None -> 1.2.35-3.0 |
| 156 | 2026-08-20T17:11:34.427Z | |
| 157 | 2026-08-20T17:11:34.427Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-08-20T17:11:34.512Z | Download: Completed 1.28 MB in 0.08 seconds (16.1M/s) |
| 159 | 2026-08-20T17:11:34.576Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-08-20T17:11:34.606Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-08-20T17:11:34.642Z | Finalize: Updating package state database ... Done (0.030s) |
| 162 | 2026-08-20T17:11:34.642Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-08-20T17:11:34.694Z | Finalize: Updating image state ... Done (0.077s) |
| 164 | 2026-08-20T17:11:37.235Z | Finalize: Creating fast lookup database ... Done (2.426s) |
| 165 | 2026-08-20T17:11:37.273Z | Finalize: Reading search index ... Done (0.014s) |
| 166 | 2026-08-20T17:11:37.273Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-08-20T17:11:37.332Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-08-20T17:11:37.699Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-08-20T17:11:37.798Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-08-20T17:11:37.816Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-08-20T17:11:41.682Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-08-20T17:11:41.683Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-08-20T17:11:41.683Z | Mediators to change: 2 |
| 174 | 2026-08-20T17:11:41.683Z | Create boot environment: No |
| 175 | 2026-08-20T17:11:41.683Z | Create backup boot environment: No |
| 176 | 2026-08-20T17:11:41.683Z | Finalize: Updating package state database ... Done |
| 177 | 2026-08-20T17:11:41.683Z | Finalize: Updating package cache ... Done |
| 178 | 2026-08-20T17:11:41.683Z | Finalize: Updating image state ... Done |
| 179 | 2026-08-20T17:11:41.683Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-08-20T17:11:41.683Z | Finalize: Reading search index ... Done |
| 181 | 2026-08-20T17:11:41.683Z | Finalize: Updating search index ... Done |
| 182 | 2026-08-20T17:11:41.683Z | Finalize: Updating package cache ... Done |
| 183 | 2026-08-20T17:11:41.683Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-08-20T17:11:41.683Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-08-20T17:11:41.683Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-08-20T17:11:41.684Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-08-20T17:11:41.684Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-08-20T17:11:41.684Z | Mediators to change: 1 |
| 189 | 2026-08-20T17:11:41.684Z | Create boot environment: No |
| 190 | 2026-08-20T17:11:41.684Z | Create backup boot environment: No |
| 191 | 2026-08-20T17:11:41.684Z | Finalize: Updating package state database ... Done |
| 192 | 2026-08-20T17:11:41.684Z | Finalize: Updating package cache ... Done |
| 193 | 2026-08-20T17:11:41.684Z | Finalize: Updating image state ... Done |
| 194 | 2026-08-20T17:11:42.765Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-08-20T17:11:42.827Z | Finalize: Reading search index ... Done |
| 196 | 2026-08-20T17:11:42.831Z | Finalize: Updating search index ... Done |
| 197 | 2026-08-20T17:11:42.907Z | Finalize: Updating package cache ... Done |
| 198 | 2026-08-20T17:11:43.220Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-08-20T17:11:43.220Z | apache system 2.4 system |
| 200 | 2026-08-20T17:11:43.220Z | clang system 15 system |
| 201 | 2026-08-20T17:11:43.220Z | csh system system illumos |
| 202 | 2026-08-20T17:11:43.220Z | ctags system system illumos |
| 203 | 2026-08-20T17:11:43.220Z | file vendor vendor darwinsys |
| 204 | 2026-08-20T17:11:43.220Z | file system system illumos |
| 205 | 2026-08-20T17:11:43.220Z | gcc vendor 14 vendor |
| 206 | 2026-08-20T17:11:43.220Z | gcc system 13 system |
| 207 | 2026-08-20T17:11:43.220Z | gcc system 10 system |
| 208 | 2026-08-20T17:11:43.220Z | go system 1.25 system |
| 209 | 2026-08-20T17:11:43.220Z | llvm system 15 system |
| 210 | 2026-08-20T17:11:43.220Z | mariadb system 11.4 system |
| 211 | 2026-08-20T17:11:43.220Z | mta vendor vendor dma |
| 212 | 2026-08-20T17:11:43.220Z | openjdk system 17 system |
| 213 | 2026-08-20T17:11:43.220Z | openjdk system 11 system |
| 214 | 2026-08-20T17:11:43.220Z | openssl vendor 3 vendor |
| 215 | 2026-08-20T17:11:43.220Z | perl system 5.40 system |
| 216 | 2026-08-20T17:11:43.220Z | postgresql system 18 system |
| 217 | 2026-08-20T17:11:43.220Z | postgresql system 17 system |
| 218 | 2026-08-20T17:11:43.220Z | python vendor 3 vendor |
| 219 | 2026-08-20T17:11:43.220Z | python system 2 system |
| 220 | 2026-08-20T17:11:43.220Z | python3 vendor 3.13 vendor |
| 221 | 2026-08-20T17:11:43.220Z | ruby system 3.4 system |
| 222 | 2026-08-20T17:11:43.220Z | ruby system 3.0 system |
| 223 | 2026-08-20T17:11:43.220Z | words vendor vendor american-english |
| 224 | 2026-08-20T17:11:43.220Z | words system system australian-english |
| 225 | 2026-08-20T17:11:43.220Z | words system system british-english |
| 226 | 2026-08-20T17:11:43.220Z | words system system canadian-english |
| 227 | 2026-08-20T17:11:43.220Z | words system system french |
| 228 | 2026-08-20T17:11:43.221Z | words system system italian |
| 229 | 2026-08-20T17:11:43.221Z | words system system ngerman |
| 230 | 2026-08-20T17:11:43.221Z | words system system ogerman |
| 231 | 2026-08-20T17:11:43.221Z | words system system spanish |
| 232 | 2026-08-20T17:11:43.473Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-08-20T17:11:43.474Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-08-20T17:11:43.929Z | FMRI IFO |
| 235 | 2026-08-20T17:11:43.929Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-08-20T17:11:43.929Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-08-20T17:11:43.929Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-08-20T17:11:43.929Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-08-20T17:11:43.929Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-08-20T17:11:43.929Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-08-20T17:11:43.929Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-08-20T17:11:43.929Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-08-20T17:11:43.929Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-08-20T17:11:44.255Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-08-20T17:11:44.623Z | Updating crates.io index |
| 246 | 2026-08-20T17:11:44.627Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-08-20T17:11:44.962Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-08-20T17:11:45.420Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-08-20T17:11:46.749Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-08-20T17:11:47.426Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-08-20T17:11:49.369Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-08-20T17:11:50.456Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-08-20T17:11:50.779Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-08-20T17:11:51.175Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-08-20T17:11:52.580Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-08-20T17:11:52.876Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-08-20T17:11:53.362Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-08-20T17:11:53.639Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-08-20T17:11:53.922Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-08-20T17:11:54.212Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-08-20T17:11:54.531Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-08-20T17:11:54.848Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-08-20T17:11:55.170Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 264 | 2026-08-20T17:11:55.726Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 265 | 2026-08-20T17:11:56.130Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 266 | 2026-08-20T17:11:56.529Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 267 | 2026-08-20T17:11:56.860Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 268 | 2026-08-20T17:11:57.488Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 269 | 2026-08-20T17:11:57.887Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-08-20T17:11:58.168Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-08-20T17:11:58.737Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-08-20T17:11:59.023Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-08-20T17:11:59.343Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 274 | 2026-08-20T17:11:59.694Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 275 | 2026-08-20T17:12:00.059Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-08-20T17:12:00.410Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 277 | 2026-08-20T17:12:00.863Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 278 | 2026-08-20T17:12:01.675Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 279 | 2026-08-20T17:12:01.967Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 280 | 2026-08-20T17:12:02.252Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 281 | 2026-08-20T17:12:02.605Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 282 | 2026-08-20T17:12:02.909Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 283 | 2026-08-20T17:12:03.164Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2026-08-20T17:12:03.430Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2026-08-20T17:12:03.741Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2026-08-20T17:12:04.031Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 287 | 2026-08-20T17:12:04.313Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 288 | 2026-08-20T17:12:06.992Z | Downloading crates ... |
| 289 | 2026-08-20T17:12:07.055Z | Downloaded block-buffer v0.10.4 |
| 290 | 2026-08-20T17:12:07.060Z | Downloaded heck v0.4.1 |
| 291 | 2026-08-20T17:12:07.063Z | Downloaded zerocopy-derive v0.7.35 |
| 292 | 2026-08-20T17:12:07.063Z | Downloaded cargo_metadata v0.23.1 |
| 293 | 2026-08-20T17:12:07.071Z | Downloaded sha2 v0.10.9 |
| 294 | 2026-08-20T17:12:07.074Z | Downloaded zmij v1.0.21 |
| 295 | 2026-08-20T17:12:07.074Z | Downloaded pest v2.8.6 |
| 296 | 2026-08-20T17:12:07.079Z | Downloaded zerocopy v0.7.35 |
| 297 | 2026-08-20T17:12:07.083Z | Downloaded pest_derive v2.8.6 |
| 298 | 2026-08-20T17:12:07.087Z | Downloaded anyhow v1.0.104 |
| 299 | 2026-08-20T17:12:07.093Z | Downloaded byteorder v1.5.0 |
| 300 | 2026-08-20T17:12:07.096Z | Downloaded clap_derive v4.6.1 |
| 301 | 2026-08-20T17:12:07.102Z | Downloaded cfg-if v1.0.4 |
| 302 | 2026-08-20T17:12:07.106Z | Downloaded cargo_toml v0.21.0 |
| 303 | 2026-08-20T17:12:07.111Z | Downloaded fnv v1.0.7 |
| 304 | 2026-08-20T17:12:07.111Z | Downloaded heck v0.5.0 |
| 305 | 2026-08-20T17:12:07.112Z | Downloaded itoa v1.0.17 |
| 306 | 2026-08-20T17:12:07.119Z | Downloaded memmap v0.7.0 |
| 307 | 2026-08-20T17:12:07.123Z | Downloaded is_terminal_polyfill v1.70.2 |
| 308 | 2026-08-20T17:12:07.123Z | Downloaded bitflags v2.11.0 |
| 309 | 2026-08-20T17:12:07.123Z | Downloaded camino-tempfile v1.4.1 |
| 310 | 2026-08-20T17:12:07.128Z | Downloaded bytecount v0.6.9 |
| 311 | 2026-08-20T17:12:07.131Z | Downloaded macaddr v1.0.1 |
| 312 | 2026-08-20T17:12:07.135Z | Downloaded scroll_derive v0.12.1 |
| 313 | 2026-08-20T17:12:07.142Z | Downloaded version_check v0.9.5 |
| 314 | 2026-08-20T17:12:07.147Z | Downloaded proc-macro-error-attr v1.0.4 |
| 315 | 2026-08-20T17:12:07.147Z | Downloaded equivalent v1.0.2 |
| 316 | 2026-08-20T17:12:07.150Z | Downloaded crypto-common v0.1.7 |
| 317 | 2026-08-20T17:12:07.154Z | Downloaded plain v0.2.3 |
| 318 | 2026-08-20T17:12:07.154Z | Downloaded dtrace-parser v0.2.0 |
| 319 | 2026-08-20T17:12:07.157Z | Downloaded dof v0.3.0 |
| 320 | 2026-08-20T17:12:07.157Z | Downloaded serde_spanned v0.6.9 |
| 321 | 2026-08-20T17:12:07.161Z | Downloaded colorchoice v1.0.4 |
| 322 | 2026-08-20T17:12:07.165Z | Downloaded errno v0.3.14 |
| 323 | 2026-08-20T17:12:07.168Z | Downloaded once_cell v1.21.3 |
| 324 | 2026-08-20T17:12:07.173Z | Downloaded clap v4.6.1 |
| 325 | 2026-08-20T17:12:07.178Z | Downloaded goblin v0.8.2 |
| 326 | 2026-08-20T17:12:07.178Z | Downloaded cpufeatures v0.2.17 |
| 327 | 2026-08-20T17:12:07.182Z | Downloaded fastrand v2.3.0 |
| 328 | 2026-08-20T17:12:07.182Z | Downloaded utf8parse v0.2.2 |
| 329 | 2026-08-20T17:12:07.182Z | Downloaded pretty-hex v0.4.1 |
| 330 | 2026-08-20T17:12:07.183Z | Downloaded generic-array v0.14.7 |
| 331 | 2026-08-20T17:12:07.186Z | Downloaded anstyle-query v1.1.5 |
| 332 | 2026-08-20T17:12:07.186Z | Downloaded terminal_size v0.4.3 |
| 333 | 2026-08-20T17:12:07.186Z | Downloaded usdt v0.5.0 |
| 334 | 2026-08-20T17:12:07.190Z | Downloaded swrite v0.1.0 |
| 335 | 2026-08-20T17:12:07.190Z | Downloaded usdt-macro v0.5.0 |
| 336 | 2026-08-20T17:12:07.195Z | Downloaded unicode-linebreak v0.1.5 |
| 337 | 2026-08-20T17:12:07.195Z | Downloaded toml_write v0.1.2 |
| 338 | 2026-08-20T17:12:07.199Z | Downloaded smawk v0.3.2 |
| 339 | 2026-08-20T17:12:07.205Z | Downloaded tabled_derive v0.7.0 |
| 340 | 2026-08-20T17:12:07.211Z | Downloaded usdt-attr-macro v0.5.0 |
| 341 | 2026-08-20T17:12:07.215Z | Downloaded thread-id v4.2.2 |
| 342 | 2026-08-20T17:12:07.218Z | Downloaded cargo-platform v0.3.2 |
| 343 | 2026-08-20T17:12:07.221Z | Downloaded digest v0.10.7 |
| 344 | 2026-08-20T17:12:07.221Z | Downloaded fs-err v3.3.0 |
| 345 | 2026-08-20T17:12:07.225Z | Downloaded clap_lex v1.0.0 |
| 346 | 2026-08-20T17:12:07.225Z | Downloaded serde_tokenstream v0.2.3 |
| 347 | 2026-08-20T17:12:07.228Z | Downloaded quote v1.0.45 |
| 348 | 2026-08-20T17:12:07.228Z | Downloaded camino v1.2.5 |
| 349 | 2026-08-20T17:12:07.232Z | Downloaded log v0.4.33 |
| 350 | 2026-08-20T17:12:07.232Z | Downloaded pest_generator v2.8.6 |
| 351 | 2026-08-20T17:12:07.236Z | Downloaded autocfg v1.5.0 |
| 352 | 2026-08-20T17:12:07.240Z | Downloaded scroll v0.12.0 |
| 353 | 2026-08-20T17:12:07.240Z | Downloaded strsim v0.11.1 |
| 354 | 2026-08-20T17:12:07.244Z | Downloaded anstyle-parse v1.0.0 |
| 355 | 2026-08-20T17:12:07.244Z | Downloaded thiserror v1.0.69 |
| 356 | 2026-08-20T17:12:07.247Z | Downloaded thiserror-impl v2.0.18 |
| 357 | 2026-08-20T17:12:07.247Z | Downloaded proc-macro-error v1.0.4 |
| 358 | 2026-08-20T17:12:07.248Z | Downloaded usdt-impl v0.5.0 |
| 359 | 2026-08-20T17:12:07.261Z | Downloaded thiserror-impl v1.0.69 |
| 360 | 2026-08-20T17:12:07.264Z | Downloaded anstyle v1.0.14 |
| 361 | 2026-08-20T17:12:07.268Z | Downloaded ucd-trie v0.1.7 |
| 362 | 2026-08-20T17:12:07.268Z | Downloaded thiserror v2.0.18 |
| 363 | 2026-08-20T17:12:07.272Z | Downloaded papergrid v0.11.0 |
| 364 | 2026-08-20T17:12:07.278Z | Downloaded semver v1.0.28 |
| 365 | 2026-08-20T17:12:07.278Z | Downloaded tempfile v3.27.0 |
| 366 | 2026-08-20T17:12:07.281Z | Downloaded toml_datetime v0.6.11 |
| 367 | 2026-08-20T17:12:07.285Z | Downloaded anstream v1.0.0 |
| 368 | 2026-08-20T17:12:07.294Z | Downloaded getrandom v0.3.4 |
| 369 | 2026-08-20T17:12:07.298Z | Downloaded serde_derive v1.0.228 |
| 370 | 2026-08-20T17:12:07.298Z | Downloaded toml v0.8.23 |
| 371 | 2026-08-20T17:12:07.302Z | Downloaded serde_core v1.0.228 |
| 372 | 2026-08-20T17:12:07.307Z | Downloaded unicode-ident v1.0.24 |
| 373 | 2026-08-20T17:12:07.319Z | Downloaded proc-macro2 v1.0.106 |
| 374 | 2026-08-20T17:12:07.324Z | Downloaded textwrap v0.16.2 |
| 375 | 2026-08-20T17:12:07.331Z | Downloaded pest_meta v2.8.6 |
| 376 | 2026-08-20T17:12:07.348Z | Downloaded serde v1.0.228 |
| 377 | 2026-08-20T17:12:07.356Z | Downloaded indexmap v2.14.0 |
| 378 | 2026-08-20T17:12:07.359Z | Downloaded toml_edit v0.22.27 |
| 379 | 2026-08-20T17:12:07.364Z | Downloaded memchr v2.8.0 |
| 380 | 2026-08-20T17:12:07.372Z | Downloaded typenum v1.20.1 |
| 381 | 2026-08-20T17:12:07.376Z | Downloaded hashbrown v0.17.0 |
| 382 | 2026-08-20T17:12:07.417Z | Downloaded serde_json v1.0.151 |
| 383 | 2026-08-20T17:12:07.428Z | Downloaded clap_builder v4.6.0 |
| 384 | 2026-08-20T17:12:07.442Z | Downloaded winnow v0.7.14 |
| 385 | 2026-08-20T17:12:07.470Z | Downloaded tabled v0.15.0 |
| 386 | 2026-08-20T17:12:07.478Z | Downloaded unicode-width v0.1.14 |
| 387 | 2026-08-20T17:12:07.482Z | Downloaded syn v1.0.109 |
| 388 | 2026-08-20T17:12:07.487Z | Downloaded unicode-width v0.2.0 |
| 389 | 2026-08-20T17:12:07.490Z | Downloaded syn v2.0.117 |
| 390 | 2026-08-20T17:12:07.507Z | Downloaded rustix v1.1.4 |
| 391 | 2026-08-20T17:12:07.540Z | Downloaded libc v0.2.185 |
| 392 | 2026-08-20T17:12:07.603Z | Compiling proc-macro2 v1.0.106 |
| 393 | 2026-08-20T17:12:07.603Z | Compiling quote v1.0.45 |
| 394 | 2026-08-20T17:12:07.603Z | Compiling unicode-ident v1.0.24 |
| 395 | 2026-08-20T17:12:07.603Z | Compiling serde_core v1.0.228 |
| 396 | 2026-08-20T17:12:07.607Z | Compiling libc v0.2.185 |
| 397 | 2026-08-20T17:12:07.607Z | Compiling version_check v0.9.5 |
| 398 | 2026-08-20T17:12:07.607Z | Compiling memchr v2.8.0 |
| 399 | 2026-08-20T17:12:07.607Z | Compiling serde v1.0.228 |
| 400 | 2026-08-20T17:12:07.972Z | Compiling zmij v1.0.21 |
| 401 | 2026-08-20T17:12:08.213Z | Compiling thiserror v1.0.69 |
| 402 | 2026-08-20T17:12:08.216Z | Compiling itoa v1.0.17 |
| 403 | 2026-08-20T17:12:08.415Z | Compiling ucd-trie v0.1.7 |
| 404 | 2026-08-20T17:12:08.478Z | Compiling rustix v1.1.4 |
| 405 | 2026-08-20T17:12:08.604Z | Compiling pest v2.8.6 |
| 406 | 2026-08-20T17:12:08.674Z | Compiling byteorder v1.5.0 |
| 407 | 2026-08-20T17:12:08.706Z | Compiling errno v0.3.14 |
| 408 | 2026-08-20T17:12:08.842Z | Compiling bitflags v2.11.0 |
| 409 | 2026-08-20T17:12:08.988Z | Compiling serde_json v1.0.151 |
| 410 | 2026-08-20T17:12:09.115Z | Compiling syn v2.0.117 |
| 411 | 2026-08-20T17:12:09.160Z | Compiling thread-id v4.2.2 |
| 412 | 2026-08-20T17:12:09.197Z | Compiling proc-macro-error-attr v1.0.4 |
| 413 | 2026-08-20T17:12:09.249Z | Compiling usdt-impl v0.5.0 |
| 414 | 2026-08-20T17:12:09.286Z | Compiling camino v1.2.5 |
| 415 | 2026-08-20T17:12:09.378Z | Compiling syn v1.0.109 |
| 416 | 2026-08-20T17:12:09.608Z | Compiling pest_meta v2.8.6 |
| 417 | 2026-08-20T17:12:09.640Z | Compiling proc-macro-error v1.0.4 |
| 418 | 2026-08-20T17:12:09.725Z | Compiling getrandom v0.3.4 |
| 419 | 2026-08-20T17:12:09.820Z | Compiling utf8parse v0.2.2 |
| 420 | 2026-08-20T17:12:09.825Z | Compiling hashbrown v0.17.0 |
| 421 | 2026-08-20T17:12:09.937Z | Compiling equivalent v1.0.2 |
| 422 | 2026-08-20T17:12:10.098Z | Compiling log v0.4.33 |
| 423 | 2026-08-20T17:12:10.116Z | Compiling plain v0.2.3 |
| 424 | 2026-08-20T17:12:10.288Z | Compiling anstyle-parse v1.0.0 |
| 425 | 2026-08-20T17:12:10.414Z | Compiling indexmap v2.14.0 |
| 426 | 2026-08-20T17:12:10.451Z | Compiling terminal_size v0.4.3 |
| 427 | 2026-08-20T17:12:10.821Z | Compiling pretty-hex v0.4.1 |
| 428 | 2026-08-20T17:12:10.963Z | Compiling anstyle-query v1.1.5 |
| 429 | 2026-08-20T17:12:10.996Z | Compiling cfg-if v1.0.4 |
| 430 | 2026-08-20T17:12:11.023Z | Compiling toml_write v0.1.2 |
| 431 | 2026-08-20T17:12:11.045Z | Compiling autocfg v1.5.0 |
| 432 | 2026-08-20T17:12:11.070Z | Compiling thiserror v2.0.18 |
| 433 | 2026-08-20T17:12:11.085Z | Compiling winnow v0.7.14 |
| 434 | 2026-08-20T17:12:11.211Z | Compiling is_terminal_polyfill v1.70.2 |
| 435 | 2026-08-20T17:12:11.236Z | Compiling anstyle v1.0.14 |
| 436 | 2026-08-20T17:12:11.314Z | Compiling pest_generator v2.8.6 |
| 437 | 2026-08-20T17:12:11.357Z | Compiling colorchoice v1.0.4 |
| 438 | 2026-08-20T17:12:11.464Z | Compiling anstream v1.0.0 |
| 439 | 2026-08-20T17:12:11.474Z | Compiling fs-err v3.3.0 |
| 440 | 2026-08-20T17:12:11.652Z | Compiling bytecount v0.6.9 |
| 441 | 2026-08-20T17:12:11.698Z | Compiling once_cell v1.21.3 |
| 442 | 2026-08-20T17:12:11.754Z | Compiling fnv v1.0.7 |
| 443 | 2026-08-20T17:12:11.794Z | Compiling heck v0.4.1 |
| 444 | 2026-08-20T17:12:11.864Z | Compiling unicode-width v0.1.14 |
| 445 | 2026-08-20T17:12:11.957Z | Compiling fastrand v2.3.0 |
| 446 | 2026-08-20T17:12:12.041Z | Compiling heck v0.5.0 |
| 447 | 2026-08-20T17:12:12.041Z | Compiling clap_lex v1.0.0 |
| 448 | 2026-08-20T17:12:12.117Z | Compiling strsim v0.11.1 |
| 449 | 2026-08-20T17:12:12.208Z | Compiling anyhow v1.0.104 |
| 450 | 2026-08-20T17:12:12.290Z | Compiling tempfile v3.27.0 |
| 451 | 2026-08-20T17:12:12.290Z | Compiling clap_builder v4.6.0 |
| 452 | 2026-08-20T17:12:12.291Z | Compiling papergrid v0.11.0 |
| 453 | 2026-08-20T17:12:12.868Z | Compiling cargo-platform v0.3.2 |
| 454 | 2026-08-20T17:12:12.894Z | Compiling semver v1.0.28 |
| 455 | 2026-08-20T17:12:12.894Z | Compiling memmap v0.7.0 |
| 456 | 2026-08-20T17:12:12.894Z | Compiling tabled_derive v0.7.0 |
| 457 | 2026-08-20T17:12:12.894Z | Compiling smawk v0.3.2 |
| 458 | 2026-08-20T17:12:12.894Z | Compiling unicode-linebreak v0.1.5 |
| 459 | 2026-08-20T17:12:12.894Z | Compiling unicode-width v0.2.0 |
| 460 | 2026-08-20T17:12:13.416Z | Compiling textwrap v0.16.2 |
| 461 | 2026-08-20T17:12:13.420Z | Compiling serde_derive v1.0.228 |
| 462 | 2026-08-20T17:12:13.420Z | Compiling thiserror-impl v1.0.69 |
| 463 | 2026-08-20T17:12:13.420Z | Compiling zerocopy-derive v0.7.35 |
| 464 | 2026-08-20T17:12:13.420Z | Compiling pest_derive v2.8.6 |
| 465 | 2026-08-20T17:12:13.456Z | Compiling scroll_derive v0.12.1 |
| 466 | 2026-08-20T17:12:13.519Z | Compiling thiserror-impl v2.0.18 |
| 467 | 2026-08-20T17:12:13.645Z | Compiling clap_derive v4.6.1 |
| 468 | 2026-08-20T17:12:13.687Z | Compiling tabled v0.15.0 |
| 469 | 2026-08-20T17:12:14.060Z | Compiling zerocopy v0.7.35 |
| 470 | 2026-08-20T17:12:14.135Z | Compiling scroll v0.12.0 |
| 471 | 2026-08-20T17:12:14.401Z | Compiling dtrace-parser v0.2.0 |
| 472 | 2026-08-20T17:12:14.418Z | Compiling goblin v0.8.2 |
| 473 | 2026-08-20T17:12:14.620Z | Compiling camino-tempfile v1.4.1 |
| 474 | 2026-08-20T17:12:14.861Z | Compiling swrite v0.1.0 |
| 475 | 2026-08-20T17:12:15.349Z | Compiling clap v4.6.1 |
| 476 | 2026-08-20T17:12:15.991Z | Compiling dof v0.3.0 |
| 477 | 2026-08-20T17:12:15.991Z | Compiling serde_tokenstream v0.2.3 |
| 478 | 2026-08-20T17:12:16.011Z | Compiling toml_datetime v0.6.11 |
| 479 | 2026-08-20T17:12:16.038Z | Compiling serde_spanned v0.6.9 |
| 480 | 2026-08-20T17:12:16.039Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-08-20T17:12:16.068Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-08-20T17:12:16.068Z | Compiling macaddr v1.0.1 |
| 483 | 2026-08-20T17:12:16.204Z | Compiling toml_edit v0.22.27 |
| 484 | 2026-08-20T17:12:16.759Z | Compiling usdt-attr-macro v0.5.0 |
| 485 | 2026-08-20T17:12:16.759Z | Compiling usdt-macro v0.5.0 |
| 486 | 2026-08-20T17:12:17.371Z | Compiling usdt v0.5.0 |
| 487 | 2026-08-20T17:12:17.521Z | Compiling toml v0.8.23 |
| 488 | 2026-08-20T17:12:17.841Z | Compiling cargo_toml v0.21.0 |
| 489 | 2026-08-20T17:12:19.136Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 490 | 2026-08-20T17:12:21.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.05s |
| 491 | 2026-08-20T17:12:21.344Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 492 | 2026-08-20T17:12:21.856Z | Downloading crates ... |
| 493 | 2026-08-20T17:12:21.901Z | Downloaded bitfield-macros v0.19.4 |
| 494 | 2026-08-20T17:12:21.913Z | Downloaded base16ct v1.0.0 |
| 495 | 2026-08-20T17:12:21.917Z | Downloaded ciborium-io v0.2.2 |
| 496 | 2026-08-20T17:12:21.917Z | Downloaded base64ct v1.8.3 |
| 497 | 2026-08-20T17:12:21.923Z | Downloaded enum-as-inner v0.6.1 |
| 498 | 2026-08-20T17:12:21.926Z | Downloaded aho-corasick v1.1.4 |
| 499 | 2026-08-20T17:12:21.930Z | Downloaded addr2line v0.25.1 |
| 500 | 2026-08-20T17:12:21.934Z | Downloaded clang-sys v1.8.1 |
| 501 | 2026-08-20T17:12:21.934Z | Downloaded console v0.15.11 |
| 502 | 2026-08-20T17:12:21.938Z | Downloaded erased-serde v0.3.31 |
| 503 | 2026-08-20T17:12:21.938Z | Downloaded allocator-api2 v0.2.21 |
| 504 | 2026-08-20T17:12:21.938Z | Downloaded adler2 v2.0.1 |
| 505 | 2026-08-20T17:12:21.938Z | Downloaded bit-vec v0.6.3 |
| 506 | 2026-08-20T17:12:21.942Z | Downloaded filetime v0.2.27 |
| 507 | 2026-08-20T17:12:21.942Z | Downloaded fixedbitset v0.4.2 |
| 508 | 2026-08-20T17:12:21.942Z | Downloaded foreign-types-shared v0.1.1 |
| 509 | 2026-08-20T17:12:21.942Z | Downloaded anstyle-parse v0.2.7 |
| 510 | 2026-08-20T17:12:21.942Z | Downloaded funty v2.0.0 |
| 511 | 2026-08-20T17:12:21.946Z | Downloaded flagset v0.4.7 |
| 512 | 2026-08-20T17:12:21.952Z | Downloaded async-trait v0.1.89 |
| 513 | 2026-08-20T17:12:21.952Z | Downloaded fs_extra v1.3.0 |
| 514 | 2026-08-20T17:12:21.952Z | Downloaded foldhash v0.1.5 |
| 515 | 2026-08-20T17:12:21.956Z | Downloaded foreign-types v0.5.0 |
| 516 | 2026-08-20T17:12:21.956Z | Downloaded getrandom v0.2.17 |
| 517 | 2026-08-20T17:12:21.956Z | Downloaded enum_dispatch v0.3.13 |
| 518 | 2026-08-20T17:12:21.958Z | Downloaded fallible-iterator v0.2.0 |
| 519 | 2026-08-20T17:12:21.958Z | Downloaded fd-lock v4.0.4 |
| 520 | 2026-08-20T17:12:21.958Z | Downloaded arrayref v0.3.9 |
| 521 | 2026-08-20T17:12:21.958Z | Downloaded base16ct v0.2.0 |
| 522 | 2026-08-20T17:12:21.961Z | Downloaded endian-type v0.1.2 |
| 523 | 2026-08-20T17:12:21.961Z | Downloaded float-cmp v0.10.0 |
| 524 | 2026-08-20T17:12:21.962Z | Downloaded futures-io v0.3.32 |
| 525 | 2026-08-20T17:12:21.962Z | Downloaded futures-task v0.3.32 |
| 526 | 2026-08-20T17:12:21.962Z | Downloaded fxhash v0.2.1 |
| 527 | 2026-08-20T17:12:21.962Z | Downloaded array-init v0.0.4 |
| 528 | 2026-08-20T17:12:21.967Z | Downloaded nibble_vec v0.1.0 |
| 529 | 2026-08-20T17:12:21.971Z | Downloaded ascii-canvas v3.0.0 |
| 530 | 2026-08-20T17:12:21.971Z | Downloaded futures-macro v0.3.32 |
| 531 | 2026-08-20T17:12:21.971Z | Downloaded git-stub v1.0.0 |
| 532 | 2026-08-20T17:12:21.971Z | Downloaded form_urlencoded v1.2.2 |
| 533 | 2026-08-20T17:12:21.971Z | Downloaded futures-sink v0.3.32 |
| 534 | 2026-08-20T17:12:21.971Z | Downloaded atomicwrites v0.4.4 |
| 535 | 2026-08-20T17:12:21.971Z | Downloaded foreign-types-shared v0.3.1 |
| 536 | 2026-08-20T17:12:21.971Z | Downloaded hash32 v0.3.1 |
| 537 | 2026-08-20T17:12:21.976Z | Downloaded backtrace-ext v0.2.1 |
| 538 | 2026-08-20T17:12:21.976Z | Downloaded fixedbitset v0.5.7 |
| 539 | 2026-08-20T17:12:21.979Z | Downloaded fs-err v2.11.0 |
| 540 | 2026-08-20T17:12:21.979Z | Downloaded ciborium-ll v0.2.2 |
| 541 | 2026-08-20T17:12:21.979Z | Downloaded bitfield v0.19.4 |
| 542 | 2026-08-20T17:12:21.979Z | Downloaded gethostname v0.5.0 |
| 543 | 2026-08-20T17:12:21.983Z | Downloaded assert_matches v1.5.0 |
| 544 | 2026-08-20T17:12:21.983Z | Downloaded headers-core v0.3.0 |
| 545 | 2026-08-20T17:12:21.983Z | Downloaded hex v0.4.3 |
| 546 | 2026-08-20T17:12:21.987Z | Downloaded http-body v1.0.1 |
| 547 | 2026-08-20T17:12:21.987Z | Downloaded bitfield-struct v0.6.2 |
| 548 | 2026-08-20T17:12:21.987Z | Downloaded aead v0.5.2 |
| 549 | 2026-08-20T17:12:21.992Z | Downloaded async-recursion v1.1.1 |
| 550 | 2026-08-20T17:12:21.992Z | Downloaded cfg_aliases v0.2.1 |
| 551 | 2026-08-20T17:12:21.992Z | Downloaded env_filter v2.0.0 |
| 552 | 2026-08-20T17:12:21.995Z | Downloaded async-stream-impl v0.3.6 |
| 553 | 2026-08-20T17:12:21.996Z | Downloaded float-ord v0.3.2 |
| 554 | 2026-08-20T17:12:21.996Z | Downloaded hubpack_derive v0.1.1 |
| 555 | 2026-08-20T17:12:21.996Z | Downloaded foreign-types-macros v0.2.3 |
| 556 | 2026-08-20T17:12:21.996Z | Downloaded atty v0.2.14 |
| 557 | 2026-08-20T17:12:21.996Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 558 | 2026-08-20T17:12:21.996Z | Downloaded block-padding v0.4.2 |
| 559 | 2026-08-20T17:12:21.996Z | Downloaded castaway v0.2.4 |
| 560 | 2026-08-20T17:12:22.000Z | Downloaded futures-executor v0.3.32 |
| 561 | 2026-08-20T17:12:22.000Z | Downloaded const-oid v0.10.2 |
| 562 | 2026-08-20T17:12:22.004Z | Downloaded foreign-types v0.3.2 |
| 563 | 2026-08-20T17:12:22.004Z | Downloaded globwalk v0.9.1 |
| 564 | 2026-08-20T17:12:22.007Z | Downloaded http-range v0.1.5 |
| 565 | 2026-08-20T17:12:22.011Z | Downloaded nonempty v0.12.0 |
| 566 | 2026-08-20T17:12:22.011Z | Downloaded hash32 v0.2.1 |
| 567 | 2026-08-20T17:12:22.015Z | Downloaded hex-literal v1.1.0 |
| 568 | 2026-08-20T17:12:22.018Z | Downloaded cobs v0.3.0 |
| 569 | 2026-08-20T17:12:22.018Z | Downloaded hostname v0.3.1 |
| 570 | 2026-08-20T17:12:22.018Z | Downloaded block-buffer v0.12.1 |
| 571 | 2026-08-20T17:12:22.018Z | Downloaded compression-core v0.4.31 |
| 572 | 2026-08-20T17:12:22.018Z | Downloaded nodrop v0.1.14 |
| 573 | 2026-08-20T17:12:22.021Z | Downloaded bit-set v0.8.0 |
| 574 | 2026-08-20T17:12:22.022Z | Downloaded hubpack v0.1.2 |
| 575 | 2026-08-20T17:12:22.025Z | Downloaded async-stream v0.3.6 |
| 576 | 2026-08-20T17:12:22.025Z | Downloaded backtrace v0.3.76 |
| 577 | 2026-08-20T17:12:22.029Z | Downloaded camino-tempfile-ext v0.3.3 |
| 578 | 2026-08-20T17:12:22.029Z | Downloaded argon2 v0.5.3 |
| 579 | 2026-08-20T17:12:22.029Z | Downloaded bit-vec v0.8.0 |
| 580 | 2026-08-20T17:12:22.029Z | Downloaded globset v0.4.18 |
| 581 | 2026-08-20T17:12:22.032Z | Downloaded ff v0.13.1 |
| 582 | 2026-08-20T17:12:22.032Z | Downloaded ff v0.14.0 |
| 583 | 2026-08-20T17:12:22.033Z | Downloaded bitflags v1.3.2 |
| 584 | 2026-08-20T17:12:22.033Z | Downloaded argon2 v0.6.0-rc.8 |
| 585 | 2026-08-20T17:12:22.036Z | Downloaded async-bb8-diesel v0.2.1 |
| 586 | 2026-08-20T17:12:22.036Z | Downloaded highway v1.3.0 |
| 587 | 2026-08-20T17:12:22.041Z | Downloaded bb8 v0.8.6 |
| 588 | 2026-08-20T17:12:22.041Z | Downloaded atomic-waker v1.1.2 |
| 589 | 2026-08-20T17:12:22.044Z | Downloaded num_threads v0.1.7 |
| 590 | 2026-08-20T17:12:22.049Z | Downloaded hostname v0.4.2 |
| 591 | 2026-08-20T17:12:22.051Z | Downloaded httpdate v1.0.3 |
| 592 | 2026-08-20T17:12:22.051Z | Downloaded ghash v0.6.0 |
| 593 | 2026-08-20T17:12:22.054Z | Downloaded cfg_aliases v0.1.1 |
| 594 | 2026-08-20T17:12:22.054Z | Downloaded openssl-macros v0.1.1 |
| 595 | 2026-08-20T17:12:22.055Z | Downloaded env_logger v0.11.11 |
| 596 | 2026-08-20T17:12:22.055Z | Downloaded futures-channel v0.3.32 |
| 597 | 2026-08-20T17:12:22.055Z | Downloaded password-hash v0.6.1 |
| 598 | 2026-08-20T17:12:22.058Z | Downloaded fatfs v0.3.6 |
| 599 | 2026-08-20T17:12:22.062Z | Downloaded phf_shared v0.11.3 |
| 600 | 2026-08-20T17:12:22.065Z | Downloaded bcs v0.1.6 |
| 601 | 2026-08-20T17:12:22.065Z | Downloaded proc-macro-crate v1.3.1 |
| 602 | 2026-08-20T17:12:22.065Z | Downloaded proc-macro-crate v3.4.0 |
| 603 | 2026-08-20T17:12:22.069Z | Downloaded cmake v0.1.57 |
| 604 | 2026-08-20T17:12:22.069Z | Downloaded precomputed-hash v0.1.1 |
| 605 | 2026-08-20T17:12:22.069Z | Downloaded progenitor-macro v0.14.0 |
| 606 | 2026-08-20T17:12:22.069Z | Downloaded anstream v0.6.21 |
| 607 | 2026-08-20T17:12:22.069Z | Downloaded progenitor-macro v0.13.0 |
| 608 | 2026-08-20T17:12:22.072Z | Downloaded rand_pcg v0.10.2 |
| 609 | 2026-08-20T17:12:22.073Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 610 | 2026-08-20T17:12:22.076Z | Downloaded arrayvec v0.7.6 |
| 611 | 2026-08-20T17:12:22.076Z | Downloaded cbc v0.2.1 |
| 612 | 2026-08-20T17:12:22.076Z | Downloaded home v0.5.12 |
| 613 | 2026-08-20T17:12:22.076Z | Downloaded humantime v2.3.0 |
| 614 | 2026-08-20T17:12:22.080Z | Downloaded foldhash v0.2.0 |
| 615 | 2026-08-20T17:12:22.080Z | Downloaded git-stub-vcs v0.1.0 |
| 616 | 2026-08-20T17:12:22.080Z | Downloaded http-body-util v0.1.3 |
| 617 | 2026-08-20T17:12:22.085Z | Downloaded aead v0.6.1 |
| 618 | 2026-08-20T17:12:22.089Z | Downloaded group v0.13.0 |
| 619 | 2026-08-20T17:12:22.089Z | Downloaded find-msvc-tools v0.1.9 |
| 620 | 2026-08-20T17:12:22.094Z | Downloaded cipher v0.4.4 |
| 621 | 2026-08-20T17:12:22.094Z | Downloaded colored v2.2.0 |
| 622 | 2026-08-20T17:12:22.094Z | Downloaded russh-util v0.52.0 |
| 623 | 2026-08-20T17:12:22.094Z | Downloaded scopeguard v1.2.0 |
| 624 | 2026-08-20T17:12:22.097Z | Downloaded serde_spanned v1.1.1 |
| 625 | 2026-08-20T17:12:22.097Z | Downloaded blowfish v0.10.0 |
| 626 | 2026-08-20T17:12:22.097Z | Downloaded signature v3.0.0 |
| 627 | 2026-08-20T17:12:22.097Z | Downloaded cassowary v0.3.0 |
| 628 | 2026-08-20T17:12:22.102Z | Downloaded glob v0.3.3 |
| 629 | 2026-08-20T17:12:22.102Z | Downloaded group v0.14.0 |
| 630 | 2026-08-20T17:12:22.102Z | Downloaded hyper-rustls v0.27.7 |
| 631 | 2026-08-20T17:12:22.106Z | Downloaded serde_repr v0.1.20 |
| 632 | 2026-08-20T17:12:22.106Z | Downloaded strsim v0.10.0 |
| 633 | 2026-08-20T17:12:22.110Z | Downloaded supports-hyperlinks v3.2.0 |
| 634 | 2026-08-20T17:12:22.110Z | Downloaded cexpr v0.6.0 |
| 635 | 2026-08-20T17:12:22.110Z | Downloaded compression-codecs v0.4.37 |
| 636 | 2026-08-20T17:12:22.110Z | Downloaded backoff v0.4.0 |
| 637 | 2026-08-20T17:12:22.114Z | Downloaded buf-list v1.1.2 |
| 638 | 2026-08-20T17:12:22.114Z | Downloaded num_enum v0.5.11 |
| 639 | 2026-08-20T17:12:22.118Z | Downloaded byte-wrapper v0.1.0 |
| 640 | 2026-08-20T17:12:22.118Z | Downloaded bs58 v0.5.1 |
| 641 | 2026-08-20T17:12:22.118Z | Downloaded futures-core v0.3.32 |
| 642 | 2026-08-20T17:12:22.118Z | Downloaded futures v0.3.32 |
| 643 | 2026-08-20T17:12:22.123Z | Downloaded packed_struct v0.10.1 |
| 644 | 2026-08-20T17:12:22.123Z | Downloaded num-integer v0.1.46 |
| 645 | 2026-08-20T17:12:22.123Z | Downloaded oxide-update-engine v0.1.2 |
| 646 | 2026-08-20T17:12:22.123Z | Downloaded half v1.8.3 |
| 647 | 2026-08-20T17:12:22.126Z | Downloaded sqlparser_derive v0.5.0 |
| 648 | 2026-08-20T17:12:22.126Z | Downloaded rand_chacha v0.9.0 |
| 649 | 2026-08-20T17:12:22.126Z | Downloaded tap v1.0.1 |
| 650 | 2026-08-20T17:12:22.126Z | Downloaded strum v0.26.3 |
| 651 | 2026-08-20T17:12:22.126Z | Downloaded take_mut v0.2.2 |
| 652 | 2026-08-20T17:12:22.126Z | Downloaded sync_wrapper v1.0.2 |
| 653 | 2026-08-20T17:12:22.126Z | Downloaded tokio-macros v2.7.0 |
| 654 | 2026-08-20T17:12:22.131Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 655 | 2026-08-20T17:12:22.131Z | Downloaded try-lock v0.2.5 |
| 656 | 2026-08-20T17:12:22.135Z | Downloaded typify-macro v0.6.2 |
| 657 | 2026-08-20T17:12:22.135Z | Downloaded parse-display-derive v0.10.0 |
| 658 | 2026-08-20T17:12:22.135Z | Downloaded paste v1.0.15 |
| 659 | 2026-08-20T17:12:22.135Z | Downloaded pem-rfc7468 v1.0.0 |
| 660 | 2026-08-20T17:12:22.135Z | Downloaded poly1305 v0.8.0 |
| 661 | 2026-08-20T17:12:22.135Z | Downloaded oxide-update-engine-display v0.1.2 |
| 662 | 2026-08-20T17:12:22.138Z | Downloaded pin-project-internal v1.1.11 |
| 663 | 2026-08-20T17:12:22.138Z | Downloaded pin-project-lite v0.2.17 |
| 664 | 2026-08-20T17:12:22.143Z | Downloaded recursive v0.1.1 |
| 665 | 2026-08-20T17:12:22.143Z | Downloaded rand_seeder v0.4.0 |
| 666 | 2026-08-20T17:12:22.143Z | Downloaded ahash v0.8.12 |
| 667 | 2026-08-20T17:12:22.143Z | Downloaded backon v1.6.0 |
| 668 | 2026-08-20T17:12:22.148Z | Downloaded blake2 v0.10.6 |
| 669 | 2026-08-20T17:12:22.148Z | Downloaded blake2 v0.11.0-rc.6 |
| 670 | 2026-08-20T17:12:22.148Z | Downloaded utf-8 v0.7.6 |
| 671 | 2026-08-20T17:12:22.148Z | Downloaded utf8_iter v1.0.4 |
| 672 | 2026-08-20T17:12:22.148Z | Downloaded chacha20 v0.10.0 |
| 673 | 2026-08-20T17:12:22.152Z | Downloaded want v0.3.1 |
| 674 | 2026-08-20T17:12:22.152Z | Downloaded httparse v1.10.1 |
| 675 | 2026-08-20T17:12:22.152Z | Downloaded bit-set v0.5.3 |
| 676 | 2026-08-20T17:12:22.152Z | Downloaded console v0.16.2 |
| 677 | 2026-08-20T17:12:22.152Z | Downloaded const-oid v0.9.6 |
| 678 | 2026-08-20T17:12:22.152Z | Downloaded rustc-demangle v0.1.27 |
| 679 | 2026-08-20T17:12:22.156Z | Downloaded bzip2 v0.4.4 |
| 680 | 2026-08-20T17:12:22.156Z | Downloaded cancel-safe-futures v0.1.5 |
| 681 | 2026-08-20T17:12:22.156Z | Downloaded hmac v0.12.1 |
| 682 | 2026-08-20T17:12:22.156Z | Downloaded hybrid-array v0.4.13 |
| 683 | 2026-08-20T17:12:22.160Z | Downloaded untrusted v0.7.1 |
| 684 | 2026-08-20T17:12:22.160Z | Downloaded xshell-macros v0.2.7 |
| 685 | 2026-08-20T17:12:22.160Z | Downloaded rustversion v1.0.22 |
| 686 | 2026-08-20T17:12:22.160Z | Downloaded sapling-renderdag v0.1.0 |
| 687 | 2026-08-20T17:12:22.160Z | Downloaded resolv-conf v0.7.6 |
| 688 | 2026-08-20T17:12:22.160Z | Downloaded rustls-pemfile v2.2.0 |
| 689 | 2026-08-20T17:12:22.164Z | Downloaded secrecy v0.8.0 |
| 690 | 2026-08-20T17:12:22.164Z | Downloaded schemars_derive v0.8.22 |
| 691 | 2026-08-20T17:12:22.164Z | Downloaded serdect v0.4.3 |
| 692 | 2026-08-20T17:12:22.165Z | Downloaded shlex v1.3.0 |
| 693 | 2026-08-20T17:12:22.165Z | Downloaded snafu-derive v0.8.9 |
| 694 | 2026-08-20T17:12:22.165Z | Downloaded bytes v1.11.1 |
| 695 | 2026-08-20T17:12:22.170Z | Downloaded yoke-derive v0.8.1 |
| 696 | 2026-08-20T17:12:22.170Z | Downloaded slab v0.4.12 |
| 697 | 2026-08-20T17:12:22.170Z | Downloaded slog-async v2.8.0 |
| 698 | 2026-08-20T17:12:22.170Z | Downloaded convert_case v0.4.0 |
| 699 | 2026-08-20T17:12:22.170Z | Downloaded zeroize_derive v1.5.0 |
| 700 | 2026-08-20T17:12:22.173Z | Downloaded cstr-argument v0.1.2 |
| 701 | 2026-08-20T17:12:22.174Z | Downloaded hmac v0.13.0 |
| 702 | 2026-08-20T17:12:22.174Z | Downloaded cipher v0.5.2 |
| 703 | 2026-08-20T17:12:22.174Z | Downloaded cmov v0.5.4 |
| 704 | 2026-08-20T17:12:22.177Z | Downloaded chacha20 v0.9.1 |
| 705 | 2026-08-20T17:12:22.181Z | Downloaded quinn-udp v0.5.14 |
| 706 | 2026-08-20T17:12:22.185Z | Downloaded tls_codec v0.4.2 |
| 707 | 2026-08-20T17:12:22.189Z | Downloaded defmt-parser v1.0.0 |
| 708 | 2026-08-20T17:12:22.192Z | Downloaded dof v0.4.0 |
| 709 | 2026-08-20T17:12:22.192Z | Downloaded dtrace-parser v0.3.0 |
| 710 | 2026-08-20T17:12:22.192Z | Downloaded tiny-keccak v2.0.2 |
| 711 | 2026-08-20T17:12:22.196Z | Downloaded idna_adapter v1.2.1 |
| 712 | 2026-08-20T17:12:22.196Z | Downloaded tokio-tungstenite v0.21.0 |
| 713 | 2026-08-20T17:12:22.199Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 714 | 2026-08-20T17:12:22.199Z | Downloaded debug-ignore v1.0.5 |
| 715 | 2026-08-20T17:12:22.202Z | Downloaded colored v3.1.1 |
| 716 | 2026-08-20T17:12:22.203Z | Downloaded dirs-sys-next v0.1.2 |
| 717 | 2026-08-20T17:12:22.203Z | Downloaded parking_lot v0.12.5 |
| 718 | 2026-08-20T17:12:22.206Z | Downloaded pkcs1 v0.7.5 |
| 719 | 2026-08-20T17:12:22.206Z | Downloaded ciborium v0.2.2 |
| 720 | 2026-08-20T17:12:22.207Z | Downloaded poly1305 v0.9.0 |
| 721 | 2026-08-20T17:12:22.210Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 722 | 2026-08-20T17:12:22.210Z | Downloaded heapless v0.8.0 |
| 723 | 2026-08-20T17:12:22.210Z | Downloaded vergen-lib v0.1.6 |
| 724 | 2026-08-20T17:12:22.210Z | Downloaded difflib v0.4.0 |
| 725 | 2026-08-20T17:12:22.214Z | Downloaded inout v0.1.4 |
| 726 | 2026-08-20T17:12:22.214Z | Downloaded dunce v1.0.5 |
| 727 | 2026-08-20T17:12:22.220Z | Downloaded getrandom v0.4.3 |
| 728 | 2026-08-20T17:12:22.223Z | Downloaded illumos-nvpair v0.3.0 |
| 729 | 2026-08-20T17:12:22.223Z | Downloaded lzss v0.8.2 |
| 730 | 2026-08-20T17:12:22.227Z | Downloaded managed v0.8.0 |
| 731 | 2026-08-20T17:12:22.231Z | Downloaded serde_cbor v0.11.2 |
| 732 | 2026-08-20T17:12:22.231Z | Downloaded sha2 v0.11.0 |
| 733 | 2026-08-20T17:12:22.231Z | Downloaded salsa20 v0.11.0 |
| 734 | 2026-08-20T17:12:22.235Z | Downloaded zone_cfg_derive v0.3.1 |
| 735 | 2026-08-20T17:12:22.235Z | Downloaded newline-converter v0.3.0 |
| 736 | 2026-08-20T17:12:22.235Z | Downloaded openssl-probe v0.1.6 |
| 737 | 2026-08-20T17:12:22.238Z | Downloaded multimap v0.10.1 |
| 738 | 2026-08-20T17:12:22.238Z | Downloaded memoffset v0.9.1 |
| 739 | 2026-08-20T17:12:22.242Z | Downloaded path-slash v0.1.5 |
| 740 | 2026-08-20T17:12:22.252Z | Downloaded elliptic-curve v0.14.1 |
| 741 | 2026-08-20T17:12:22.255Z | Downloaded oso v0.27.3 |
| 742 | 2026-08-20T17:12:22.255Z | Downloaded tokio-native-tls v0.3.1 |
| 743 | 2026-08-20T17:12:22.258Z | Downloaded tokio-tungstenite v0.23.1 |
| 744 | 2026-08-20T17:12:22.258Z | Downloaded generic-array v1.4.3 |
| 745 | 2026-08-20T17:12:22.258Z | Downloaded convert_case v0.10.0 |
| 746 | 2026-08-20T17:12:22.262Z | Downloaded num_enum_derive v0.5.11 |
| 747 | 2026-08-20T17:12:22.262Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 748 | 2026-08-20T17:12:22.265Z | Downloaded predicates-core v1.0.10 |
| 749 | 2026-08-20T17:12:22.269Z | Downloaded spin v0.9.8 |
| 750 | 2026-08-20T17:12:22.269Z | Downloaded rand_xorshift v0.4.0 |
| 751 | 2026-08-20T17:12:22.272Z | Downloaded prefix-trie v0.7.0 |
| 752 | 2026-08-20T17:12:22.276Z | Downloaded daft v0.1.7 |
| 753 | 2026-08-20T17:12:22.280Z | Downloaded critical-section v1.2.0 |
| 754 | 2026-08-20T17:12:22.281Z | Downloaded chumsky v0.9.3 |
| 755 | 2026-08-20T17:12:22.281Z | Downloaded der_derive v0.7.3 |
| 756 | 2026-08-20T17:12:22.286Z | Downloaded potential_utf v0.1.4 |
| 757 | 2026-08-20T17:12:22.286Z | Downloaded rand_chacha v0.3.1 |
| 758 | 2026-08-20T17:12:22.286Z | Downloaded half v2.7.1 |
| 759 | 2026-08-20T17:12:22.289Z | Downloaded progenitor-impl v0.14.0 |
| 760 | 2026-08-20T17:12:22.289Z | Downloaded serde_urlencoded v0.7.1 |
| 761 | 2026-08-20T17:12:22.289Z | Downloaded unicode-properties v0.1.4 |
| 762 | 2026-08-20T17:12:22.289Z | Downloaded serde_plain v1.0.2 |
| 763 | 2026-08-20T17:12:22.289Z | Downloaded shell-words v1.1.1 |
| 764 | 2026-08-20T17:12:22.293Z | Downloaded either v1.15.0 |
| 765 | 2026-08-20T17:12:22.293Z | Downloaded jobserver v0.1.34 |
| 766 | 2026-08-20T17:12:22.293Z | Downloaded sha1 v0.11.0 |
| 767 | 2026-08-20T17:12:22.293Z | Downloaded base64 v0.21.7 |
| 768 | 2026-08-20T17:12:22.297Z | Downloaded ingot-types v0.2.0 |
| 769 | 2026-08-20T17:12:22.301Z | Downloaded ipnetwork v0.21.1 |
| 770 | 2026-08-20T17:12:22.301Z | Downloaded headers v0.4.1 |
| 771 | 2026-08-20T17:12:22.304Z | Downloaded libloading v0.8.9 |
| 772 | 2026-08-20T17:12:22.304Z | Downloaded heapless v0.7.17 |
| 773 | 2026-08-20T17:12:22.309Z | Downloaded strip-ansi-escapes v0.2.1 |
| 774 | 2026-08-20T17:12:22.309Z | Downloaded signal-hook v0.3.18 |
| 775 | 2026-08-20T17:12:22.312Z | Downloaded strum v0.27.2 |
| 776 | 2026-08-20T17:12:22.313Z | Downloaded tagptr v0.2.0 |
| 777 | 2026-08-20T17:12:22.313Z | Downloaded slog v2.8.2 |
| 778 | 2026-08-20T17:12:22.317Z | Downloaded cc v1.2.56 |
| 779 | 2026-08-20T17:12:22.317Z | Downloaded lock_api v0.4.14 |
| 780 | 2026-08-20T17:12:22.323Z | Downloaded thread-id v5.1.0 |
| 781 | 2026-08-20T17:12:22.323Z | Downloaded pbkdf2 v0.13.0 |
| 782 | 2026-08-20T17:12:22.323Z | Downloaded peg v0.8.5 |
| 783 | 2026-08-20T17:12:22.323Z | Downloaded phf v0.13.1 |
| 784 | 2026-08-20T17:12:22.324Z | Downloaded newtype-uuid v1.3.2 |
| 785 | 2026-08-20T17:12:22.324Z | Downloaded tokio-test v0.4.5 |
| 786 | 2026-08-20T17:12:22.343Z | Downloaded universal-hash v0.5.1 |
| 787 | 2026-08-20T17:12:22.343Z | Downloaded tower-layer v0.3.3 |
| 788 | 2026-08-20T17:12:22.343Z | Downloaded num_enum_derive v0.7.6 |
| 789 | 2026-08-20T17:12:22.344Z | Downloaded primeorder v0.14.0 |
| 790 | 2026-08-20T17:12:22.344Z | Downloaded flume v0.11.1 |
| 791 | 2026-08-20T17:12:22.344Z | Downloaded primeorder v0.13.6 |
| 792 | 2026-08-20T17:12:22.344Z | Downloaded num-complex v0.4.6 |
| 793 | 2026-08-20T17:12:22.344Z | Downloaded rustc-hash v2.1.1 |
| 794 | 2026-08-20T17:12:22.348Z | Downloaded oxide-tokio-rt v0.1.4 |
| 795 | 2026-08-20T17:12:22.348Z | Downloaded owo-colors v4.3.0 |
| 796 | 2026-08-20T17:12:22.348Z | Downloaded unarray v0.1.4 |
| 797 | 2026-08-20T17:12:22.349Z | Downloaded usdt v0.6.0 |
| 798 | 2026-08-20T17:12:22.352Z | Downloaded crc-catalog v2.4.0 |
| 799 | 2026-08-20T17:12:22.352Z | Downloaded unsafe-libyaml v0.2.11 |
| 800 | 2026-08-20T17:12:22.356Z | Downloaded compact_str v0.8.1 |
| 801 | 2026-08-20T17:12:22.356Z | Downloaded flate2 v1.1.9 |
| 802 | 2026-08-20T17:12:22.359Z | Downloaded psm v0.1.30 |
| 803 | 2026-08-20T17:12:22.359Z | Downloaded subprocess v0.2.15 |
| 804 | 2026-08-20T17:12:22.362Z | Downloaded crossbeam-utils v0.8.21 |
| 805 | 2026-08-20T17:12:22.362Z | Downloaded bzip2 v0.6.1 |
| 806 | 2026-08-20T17:12:22.363Z | Downloaded ar_archive_writer v0.5.1 |
| 807 | 2026-08-20T17:12:22.366Z | Downloaded base64 v0.22.1 |
| 808 | 2026-08-20T17:12:22.366Z | Downloaded signature v2.2.0 |
| 809 | 2026-08-20T17:12:22.366Z | Downloaded slog-json v2.6.1 |
| 810 | 2026-08-20T17:12:22.369Z | Downloaded slog-scope v4.4.1 |
| 811 | 2026-08-20T17:12:22.369Z | Downloaded bumpalo v3.20.2 |
| 812 | 2026-08-20T17:12:22.369Z | Downloaded tracing-attributes v0.1.31 |
| 813 | 2026-08-20T17:12:22.370Z | Downloaded async-compression v0.4.41 |
| 814 | 2026-08-20T17:12:22.373Z | Downloaded rusty-fork v0.3.1 |
| 815 | 2026-08-20T17:12:22.376Z | Downloaded serde-hex v0.1.0 |
| 816 | 2026-08-20T17:12:22.377Z | Downloaded darling_macro v0.23.0 |
| 817 | 2026-08-20T17:12:22.377Z | Downloaded derive_builder_macro v0.20.2 |
| 818 | 2026-08-20T17:12:22.377Z | Downloaded mime_guess v2.0.5 |
| 819 | 2026-08-20T17:12:22.380Z | Downloaded spki v0.7.3 |
| 820 | 2026-08-20T17:12:22.380Z | Downloaded ssh-cipher v0.3.0 |
| 821 | 2026-08-20T17:12:22.380Z | Downloaded stacker v0.1.23 |
| 822 | 2026-08-20T17:12:22.384Z | Downloaded dyn-clone v1.0.20 |
| 823 | 2026-08-20T17:12:22.387Z | Downloaded synstructure v0.13.2 |
| 824 | 2026-08-20T17:12:22.390Z | Downloaded crc-any v2.5.0 |
| 825 | 2026-08-20T17:12:22.393Z | Downloaded tinystr v0.8.2 |
| 826 | 2026-08-20T17:12:22.393Z | Downloaded ml-kem v0.3.2 |
| 827 | 2026-08-20T17:12:22.397Z | Downloaded instant v0.1.13 |
| 828 | 2026-08-20T17:12:22.397Z | Downloaded support-bundle-viewer v0.1.2 |
| 829 | 2026-08-20T17:12:22.424Z | Downloaded tui-tree-widget v0.23.1 |
| 830 | 2026-08-20T17:12:22.430Z | Downloaded chacha20poly1305 v0.10.1 |
| 831 | 2026-08-20T17:12:22.430Z | Downloaded pretty_assertions v1.4.1 |
| 832 | 2026-08-20T17:12:22.430Z | Downloaded rand v0.8.6 |
| 833 | 2026-08-20T17:12:22.430Z | Downloaded jiff-static v0.2.34 |
| 834 | 2026-08-20T17:12:22.430Z | Downloaded tar v0.4.46 |
| 835 | 2026-08-20T17:12:22.431Z | Downloaded lru-cache v0.1.2 |
| 836 | 2026-08-20T17:12:22.431Z | Downloaded expectorate v1.2.0 |
| 837 | 2026-08-20T17:12:22.431Z | Downloaded hickory-resolver v0.24.4 |
| 838 | 2026-08-20T17:12:22.431Z | Downloaded vergen-git2 v9.1.0 |
| 839 | 2026-08-20T17:12:22.431Z | Downloaded vsss-rs v3.3.4 |
| 840 | 2026-08-20T17:12:22.431Z | Downloaded whoami v1.6.1 |
| 841 | 2026-08-20T17:12:22.431Z | Downloaded hickory-resolver v0.25.2 |
| 842 | 2026-08-20T17:12:22.431Z | Downloaded maybe-uninit v2.0.0 |
| 843 | 2026-08-20T17:12:22.431Z | Downloaded whoami v2.1.0 |
| 844 | 2026-08-20T17:12:22.435Z | Downloaded newtype_derive v0.1.6 |
| 845 | 2026-08-20T17:12:22.435Z | Downloaded num v0.4.3 |
| 846 | 2026-08-20T17:12:22.435Z | Downloaded num-conv v0.2.0 |
| 847 | 2026-08-20T17:12:22.435Z | Downloaded parking_lot_core v0.9.12 |
| 848 | 2026-08-20T17:12:22.435Z | Downloaded unicase v2.9.0 |
| 849 | 2026-08-20T17:12:22.435Z | Downloaded zerofrom-derive v0.1.6 |
| 850 | 2026-08-20T17:12:22.435Z | Downloaded arc-swap v1.8.2 |
| 851 | 2026-08-20T17:12:22.438Z | Downloaded icu_provider v2.1.1 |
| 852 | 2026-08-20T17:12:22.439Z | Downloaded zerovec-derive v0.11.2 |
| 853 | 2026-08-20T17:12:22.439Z | Downloaded const_format_proc_macros v0.2.34 |
| 854 | 2026-08-20T17:12:22.442Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 855 | 2026-08-20T17:12:22.442Z | Downloaded newtype-uuid-macros v0.1.0 |
| 856 | 2026-08-20T17:12:22.442Z | Downloaded derive_builder v0.20.2 |
| 857 | 2026-08-20T17:12:22.446Z | Downloaded olpc-cjson v0.1.4 |
| 858 | 2026-08-20T17:12:22.446Z | Downloaded percent-encoding v2.3.2 |
| 859 | 2026-08-20T17:12:22.446Z | Downloaded predicates-tree v1.0.13 |
| 860 | 2026-08-20T17:12:22.446Z | Downloaded vte v0.14.1 |
| 861 | 2026-08-20T17:12:22.449Z | Downloaded ignore v0.4.25 |
| 862 | 2026-08-20T17:12:22.449Z | Downloaded crossbeam-deque v0.8.6 |
| 863 | 2026-08-20T17:12:22.449Z | Downloaded corncobs v0.1.4 |
| 864 | 2026-08-20T17:12:22.453Z | Downloaded csv-core v0.1.13 |
| 865 | 2026-08-20T17:12:22.453Z | Downloaded defmt-macros v1.0.1 |
| 866 | 2026-08-20T17:12:22.457Z | Downloaded deranged v0.5.8 |
| 867 | 2026-08-20T17:12:22.457Z | Downloaded digest v0.11.3 |
| 868 | 2026-08-20T17:12:22.460Z | Downloaded progenitor-client v0.14.0 |
| 869 | 2026-08-20T17:12:22.464Z | Downloaded semver v0.1.20 |
| 870 | 2026-08-20T17:12:22.464Z | Downloaded serde_bytes v0.11.19 |
| 871 | 2026-08-20T17:12:22.467Z | Downloaded signal-hook-mio v0.2.5 |
| 872 | 2026-08-20T17:12:22.470Z | Downloaded http v1.4.2 |
| 873 | 2026-08-20T17:12:22.473Z | Downloaded schemars v1.2.1 |
| 874 | 2026-08-20T17:12:22.480Z | Downloaded unicode_categories v0.1.1 |
| 875 | 2026-08-20T17:12:22.483Z | Downloaded tokio-stream v0.1.18 |
| 876 | 2026-08-20T17:12:22.486Z | Downloaded ecdsa v0.16.9 |
| 877 | 2026-08-20T17:12:22.486Z | Downloaded tabwriter v1.4.1 |
| 878 | 2026-08-20T17:12:22.490Z | Downloaded ena v0.14.4 |
| 879 | 2026-08-20T17:12:22.490Z | Downloaded ingot v0.2.1 |
| 880 | 2026-08-20T17:12:22.490Z | Downloaded displaydoc v0.2.5 |
| 881 | 2026-08-20T17:12:22.493Z | Downloaded rustc_version v0.4.1 |
| 882 | 2026-08-20T17:12:22.493Z | Downloaded topological-sort v0.2.2 |
| 883 | 2026-08-20T17:12:22.497Z | Downloaded oxnet v0.1.6 |
| 884 | 2026-08-20T17:12:22.502Z | Downloaded phf v0.12.1 |
| 885 | 2026-08-20T17:12:22.506Z | Downloaded void v1.0.2 |
| 886 | 2026-08-20T17:12:22.506Z | Downloaded zip v0.6.6 |
| 887 | 2026-08-20T17:12:22.506Z | Downloaded progenitor v0.13.0 |
| 888 | 2026-08-20T17:12:22.518Z | Downloaded cpubits v0.1.1 |
| 889 | 2026-08-20T17:12:22.521Z | Downloaded darling_core v0.20.11 |
| 890 | 2026-08-20T17:12:22.522Z | Downloaded pkcs5 v0.8.1 |
| 891 | 2026-08-20T17:12:22.522Z | Downloaded crc8 v0.1.1 |
| 892 | 2026-08-20T17:12:22.522Z | Downloaded defmt v0.3.100 |
| 893 | 2026-08-20T17:12:22.527Z | Downloaded multer v3.1.0 |
| 894 | 2026-08-20T17:12:22.527Z | Downloaded usdt-attr-macro v0.6.0 |
| 895 | 2026-08-20T17:12:22.527Z | Downloaded unit-prefix v0.5.2 |
| 896 | 2026-08-20T17:12:22.527Z | Downloaded xattr v1.6.1 |
| 897 | 2026-08-20T17:12:22.527Z | Downloaded elliptic-curve v0.13.8 |
| 898 | 2026-08-20T17:12:22.531Z | Downloaded ryu v1.0.23 |
| 899 | 2026-08-20T17:12:22.531Z | Downloaded serde_with_macros v1.5.2 |
| 900 | 2026-08-20T17:12:22.534Z | Downloaded libsw-core v0.3.2 |
| 901 | 2026-08-20T17:12:22.534Z | Downloaded pkcs8 v0.10.2 |
| 902 | 2026-08-20T17:12:22.534Z | Downloaded polyval v0.7.1 |
| 903 | 2026-08-20T17:12:22.538Z | Downloaded r2d2 v0.8.10 |
| 904 | 2026-08-20T17:12:22.538Z | Downloaded embedded-io v0.4.0 |
| 905 | 2026-08-20T17:12:22.538Z | Downloaded rand_core v0.10.0 |
| 906 | 2026-08-20T17:12:22.541Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 907 | 2026-08-20T17:12:22.541Z | Downloaded linked-hash-map v0.5.6 |
| 908 | 2026-08-20T17:12:22.541Z | Downloaded keccak v0.1.6 |
| 909 | 2026-08-20T17:12:22.545Z | Downloaded md5 v0.8.0 |
| 910 | 2026-08-20T17:12:22.545Z | Downloaded derive_more v2.1.1 |
| 911 | 2026-08-20T17:12:22.552Z | Downloaded hashbrown v0.13.2 |
| 912 | 2026-08-20T17:12:22.557Z | Downloaded hickory-server v0.25.2 |
| 913 | 2026-08-20T17:12:22.557Z | Downloaded icu_normalizer v2.1.1 |
| 914 | 2026-08-20T17:12:22.560Z | Downloaded knus v3.4.0 |
| 915 | 2026-08-20T17:12:22.560Z | Downloaded rayon-core v1.13.0 |
| 916 | 2026-08-20T17:12:22.565Z | Downloaded iana-time-zone v0.1.65 |
| 917 | 2026-08-20T17:12:22.565Z | Downloaded knus-derive v3.4.0 |
| 918 | 2026-08-20T17:12:22.565Z | Downloaded tinyvec_macros v0.1.1 |
| 919 | 2026-08-20T17:12:22.565Z | Downloaded lru-slab v0.1.2 |
| 920 | 2026-08-20T17:12:22.571Z | Downloaded smf v0.2.3 |
| 921 | 2026-08-20T17:12:22.571Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 922 | 2026-08-20T17:12:22.571Z | Downloaded internet-checksum v0.2.1 |
| 923 | 2026-08-20T17:12:22.571Z | Downloaded rsa v0.10.0-rc.18 |
| 924 | 2026-08-20T17:12:22.576Z | Downloaded hashbrown v0.12.3 |
| 925 | 2026-08-20T17:12:22.576Z | Downloaded oxide-update-engine-types v0.1.2 |
| 926 | 2026-08-20T17:12:22.576Z | Downloaded opaque-debug v0.3.1 |
| 927 | 2026-08-20T17:12:22.577Z | Downloaded oso-derive v0.27.3 |
| 928 | 2026-08-20T17:12:22.577Z | Downloaded ssh-encoding v0.3.0 |
| 929 | 2026-08-20T17:12:22.583Z | Downloaded strum_macros v0.24.3 |
| 930 | 2026-08-20T17:12:22.584Z | Downloaded strum_macros v0.26.4 |
| 931 | 2026-08-20T17:12:22.584Z | Downloaded aes v0.9.1 |
| 932 | 2026-08-20T17:12:22.584Z | Downloaded steno v0.4.1 |
| 933 | 2026-08-20T17:12:22.587Z | Downloaded darling_core v0.21.3 |
| 934 | 2026-08-20T17:12:22.587Z | Downloaded crossbeam-epoch v0.9.18 |
| 935 | 2026-08-20T17:12:22.588Z | Downloaded walkdir v2.5.0 |
| 936 | 2026-08-20T17:12:22.593Z | Downloaded defmt v1.0.1 |
| 937 | 2026-08-20T17:12:22.593Z | Downloaded zeroize v1.9.0 |
| 938 | 2026-08-20T17:12:22.593Z | Downloaded phf_shared v0.12.1 |
| 939 | 2026-08-20T17:12:22.593Z | Downloaded ref-cast v1.0.25 |
| 940 | 2026-08-20T17:12:22.597Z | Downloaded quick-error v1.2.3 |
| 941 | 2026-08-20T17:12:22.597Z | Downloaded rtoolbox v0.0.3 |
| 942 | 2026-08-20T17:12:22.597Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 943 | 2026-08-20T17:12:22.602Z | Downloaded indexmap v1.9.3 |
| 944 | 2026-08-20T17:12:22.602Z | Downloaded libbz2-rs-sys v0.2.2 |
| 945 | 2026-08-20T17:12:22.602Z | Downloaded similar v2.7.0 |
| 946 | 2026-08-20T17:12:22.607Z | Downloaded ctr v0.10.1 |
| 947 | 2026-08-20T17:12:22.607Z | Downloaded darling v0.20.11 |
| 948 | 2026-08-20T17:12:22.613Z | Downloaded daft-derive v0.1.7 |
| 949 | 2026-08-20T17:12:22.613Z | Downloaded darling v0.13.4 |
| 950 | 2026-08-20T17:12:22.614Z | Downloaded data-encoding v2.10.0 |
| 951 | 2026-08-20T17:12:22.618Z | Downloaded diesel-dtrace v0.5.0 |
| 952 | 2026-08-20T17:12:22.619Z | Downloaded indoc v2.0.7 |
| 953 | 2026-08-20T17:12:22.619Z | Downloaded libscf-sys v1.2.0 |
| 954 | 2026-08-20T17:12:22.619Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 955 | 2026-08-20T17:12:22.619Z | Downloaded test-strategy v0.4.5 |
| 956 | 2026-08-20T17:12:22.623Z | Downloaded typed-path v0.9.3 |
| 957 | 2026-08-20T17:12:22.623Z | Downloaded derive_more-impl v2.1.1 |
| 958 | 2026-08-20T17:12:22.628Z | Downloaded quinn v0.11.11 |
| 959 | 2026-08-20T17:12:22.628Z | Downloaded term v0.7.0 |
| 960 | 2026-08-20T17:12:22.634Z | Downloaded term v1.2.1 |
| 961 | 2026-08-20T17:12:22.634Z | Downloaded tokio-rustls v0.26.4 |
| 962 | 2026-08-20T17:12:22.635Z | Downloaded secrecy v0.10.3 |
| 963 | 2026-08-20T17:12:22.635Z | Downloaded sigpipe v0.1.3 |
| 964 | 2026-08-20T17:12:22.639Z | Downloaded stable_deref_trait v1.2.1 |
| 965 | 2026-08-20T17:12:22.639Z | Downloaded supports-color v3.0.2 |
| 966 | 2026-08-20T17:12:22.639Z | Downloaded icu_properties v2.1.2 |
| 967 | 2026-08-20T17:12:22.644Z | Downloaded nu-ansi-term v0.50.3 |
| 968 | 2026-08-20T17:12:22.644Z | Downloaded hashbrown v0.15.5 |
| 969 | 2026-08-20T17:12:22.650Z | Downloaded uuid v1.23.4 |
| 970 | 2026-08-20T17:12:22.650Z | Downloaded postgres-types v0.2.12 |
| 971 | 2026-08-20T17:12:22.655Z | Downloaded yansi v1.0.1 |
| 972 | 2026-08-20T17:12:22.655Z | Downloaded aes-gcm v0.11.0 |
| 973 | 2026-08-20T17:12:22.655Z | Downloaded pem-rfc7468 v0.7.0 |
| 974 | 2026-08-20T17:12:22.655Z | Downloaded zerocopy v0.6.6 |
| 975 | 2026-08-20T17:12:22.660Z | Downloaded unicode-truncate v1.1.0 |
| 976 | 2026-08-20T17:12:22.660Z | Downloaded waitgroup v0.1.2 |
| 977 | 2026-08-20T17:12:22.660Z | Downloaded cpufeatures v0.3.0 |
| 978 | 2026-08-20T17:12:22.666Z | Downloaded downcast-rs v2.0.2 |
| 979 | 2026-08-20T17:12:22.666Z | Downloaded bindgen v0.71.1 |
| 980 | 2026-08-20T17:12:22.671Z | Downloaded postgres-protocol v0.6.10 |
| 981 | 2026-08-20T17:12:22.671Z | Downloaded zone v0.3.1 |
| 982 | 2026-08-20T17:12:22.671Z | Downloaded crucible-workspace-hack v0.1.0 |
| 983 | 2026-08-20T17:12:22.671Z | Downloaded darling_macro v0.20.11 |
| 984 | 2026-08-20T17:12:22.671Z | Downloaded rsa v0.9.10 |
| 985 | 2026-08-20T17:12:22.676Z | Downloaded progenitor-client v0.13.0 |
| 986 | 2026-08-20T17:12:22.676Z | Downloaded rand_core v0.9.5 |
| 987 | 2026-08-20T17:12:22.676Z | Downloaded tower v0.5.3 |
| 988 | 2026-08-20T17:12:22.683Z | Downloaded num-bigint-dig v0.8.6 |
| 989 | 2026-08-20T17:12:22.683Z | Downloaded darling_core v0.23.0 |
| 990 | 2026-08-20T17:12:22.688Z | Downloaded socket2 v0.6.3 |
| 991 | 2026-08-20T17:12:22.688Z | Downloaded progenitor-extras v0.2.0 |
| 992 | 2026-08-20T17:12:22.688Z | Downloaded inout v0.2.2 |
| 993 | 2026-08-20T17:12:22.688Z | Downloaded rustls-native-certs v0.8.3 |
| 994 | 2026-08-20T17:12:22.688Z | Downloaded digest-io v0.1.0 |
| 995 | 2026-08-20T17:12:22.688Z | Downloaded instability v0.3.11 |
| 996 | 2026-08-20T17:12:22.688Z | Downloaded maplit v1.0.2 |
| 997 | 2026-08-20T17:12:22.693Z | Downloaded num-derive v0.4.2 |
| 998 | 2026-08-20T17:12:22.693Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 999 | 2026-08-20T17:12:22.693Z | Downloaded phf_shared v0.13.1 |
| 1000 | 2026-08-20T17:12:22.693Z | Downloaded scrypt v0.12.0 |
| 1001 | 2026-08-20T17:12:22.693Z | Downloaded hashbrown v0.14.5 |
| 1002 | 2026-08-20T17:12:22.699Z | Downloaded zerocopy-derive v0.8.55 |
| 1003 | 2026-08-20T17:12:22.705Z | Downloaded parse-display v0.10.0 |
| 1004 | 2026-08-20T17:12:22.705Z | Downloaded parse-size v1.1.0 |
| 1005 | 2026-08-20T17:12:22.705Z | Downloaded p256 v0.14.0 |
| 1006 | 2026-08-20T17:12:22.705Z | Downloaded schemars v0.8.22 |
| 1007 | 2026-08-20T17:12:22.708Z | Downloaded tracing-core v0.1.36 |
| 1008 | 2026-08-20T17:12:22.709Z | Downloaded serde_path_to_error v0.1.20 |
| 1009 | 2026-08-20T17:12:22.709Z | Downloaded smallvec v0.6.14 |
| 1010 | 2026-08-20T17:12:22.709Z | Downloaded static_assertions v1.1.0 |
| 1011 | 2026-08-20T17:12:22.712Z | Downloaded parking_lot v0.11.2 |
| 1012 | 2026-08-20T17:12:22.712Z | Downloaded thread_local v1.1.9 |
| 1013 | 2026-08-20T17:12:22.712Z | Downloaded termios v0.3.3 |
| 1014 | 2026-08-20T17:12:22.712Z | Downloaded rustc_version v0.1.7 |
| 1015 | 2026-08-20T17:12:22.716Z | Downloaded rustls-webpki v0.103.13 |
| 1016 | 2026-08-20T17:12:22.720Z | Downloaded password-hash v0.5.0 |
| 1017 | 2026-08-20T17:12:22.724Z | Downloaded hyper v1.10.1 |
| 1018 | 2026-08-20T17:12:22.728Z | Downloaded crypto-common v0.2.2 |
| 1019 | 2026-08-20T17:12:22.732Z | Downloaded pkg-config v0.3.32 |
| 1020 | 2026-08-20T17:12:22.733Z | Downloaded sha1 v0.10.6 |
| 1021 | 2026-08-20T17:12:22.733Z | Downloaded termtree v0.5.1 |
| 1022 | 2026-08-20T17:12:22.733Z | Downloaded ecdsa v0.17.0 |
| 1023 | 2026-08-20T17:12:22.738Z | Downloaded usdt-impl v0.6.0 |
| 1024 | 2026-08-20T17:12:22.742Z | Downloaded usdt-macro v0.6.0 |
| 1025 | 2026-08-20T17:12:22.742Z | Downloaded ron v0.8.1 |
| 1026 | 2026-08-20T17:12:22.746Z | Downloaded drift v0.2.0 |
| 1027 | 2026-08-20T17:12:22.751Z | Downloaded hyper-staticfile v0.10.1 |
| 1028 | 2026-08-20T17:12:22.751Z | Downloaded lazy_static v1.5.0 |
| 1029 | 2026-08-20T17:12:22.751Z | Downloaded libefi-sys v0.1.0 |
| 1030 | 2026-08-20T17:12:22.754Z | Downloaded keccak v0.2.0 |
| 1031 | 2026-08-20T17:12:22.754Z | Downloaded miette-derive v7.6.0 |
| 1032 | 2026-08-20T17:12:22.754Z | Downloaded time-core v0.1.8 |
| 1033 | 2026-08-20T17:12:22.755Z | Downloaded crunchy v0.2.4 |
| 1034 | 2026-08-20T17:12:22.760Z | Downloaded document-features v0.2.12 |
| 1035 | 2026-08-20T17:12:22.760Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1036 | 2026-08-20T17:12:22.760Z | Downloaded miniz_oxide v0.8.9 |
| 1037 | 2026-08-20T17:12:22.765Z | Downloaded darling_macro v0.13.4 |
| 1038 | 2026-08-20T17:12:22.769Z | Downloaded simd-adler32 v0.3.8 |
| 1039 | 2026-08-20T17:12:22.774Z | Downloaded port-file v0.1.0 |
| 1040 | 2026-08-20T17:12:22.774Z | Downloaded predicates v3.1.4 |
| 1041 | 2026-08-20T17:12:22.774Z | Downloaded primefield v0.14.0 |
| 1042 | 2026-08-20T17:12:22.779Z | Downloaded nanorand v0.7.0 |
| 1043 | 2026-08-20T17:12:22.779Z | Downloaded p384 v0.14.0 |
| 1044 | 2026-08-20T17:12:22.779Z | Downloaded normalize-line-endings v0.3.0 |
| 1045 | 2026-08-20T17:12:22.785Z | Downloaded indent_write v2.2.0 |
| 1046 | 2026-08-20T17:12:22.789Z | Downloaded hkdf v0.12.4 |
| 1047 | 2026-08-20T17:12:22.789Z | Downloaded num-bigint v0.4.6 |
| 1048 | 2026-08-20T17:12:22.794Z | Downloaded rand_core v0.6.4 |
| 1049 | 2026-08-20T17:12:22.794Z | Downloaded russh-cryptovec v0.62.0 |
| 1050 | 2026-08-20T17:12:22.794Z | Downloaded num-traits v0.2.19 |
| 1051 | 2026-08-20T17:12:22.799Z | Downloaded publicsuffix v2.3.0 |
| 1052 | 2026-08-20T17:12:22.799Z | Downloaded serde_derive_internals v0.29.1 |
| 1053 | 2026-08-20T17:12:22.799Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1054 | 2026-08-20T17:12:22.800Z | Downloaded slog-term v2.9.2 |
| 1055 | 2026-08-20T17:12:22.804Z | Downloaded spki v0.8.0 |
| 1056 | 2026-08-20T17:12:22.805Z | Downloaded num-iter v0.1.45 |
| 1057 | 2026-08-20T17:12:22.805Z | Downloaded siphasher v1.0.2 |
| 1058 | 2026-08-20T17:12:22.805Z | Downloaded signal-hook-registry v1.4.8 |
| 1059 | 2026-08-20T17:12:22.810Z | Downloaded structmeta v0.3.0 |
| 1060 | 2026-08-20T17:12:22.810Z | Downloaded testing_table v0.3.0 |
| 1061 | 2026-08-20T17:12:22.810Z | Downloaded crossterm v0.28.1 |
| 1062 | 2026-08-20T17:12:22.815Z | Downloaded tungstenite v0.23.0 |
| 1063 | 2026-08-20T17:12:22.815Z | Downloaded subtle v2.6.1 |
| 1064 | 2026-08-20T17:12:22.819Z | Downloaded rustyline v14.0.0 |
| 1065 | 2026-08-20T17:12:22.819Z | Downloaded ed25519 v2.2.3 |
| 1066 | 2026-08-20T17:12:22.823Z | Downloaded ed25519-dalek v3.0.0 |
| 1067 | 2026-08-20T17:12:22.828Z | Downloaded darling v0.21.3 |
| 1068 | 2026-08-20T17:12:22.828Z | Downloaded universal-hash v0.6.1 |
| 1069 | 2026-08-20T17:12:22.828Z | Downloaded wyz v0.5.1 |
| 1070 | 2026-08-20T17:12:22.828Z | Downloaded zstd v0.13.3 |
| 1071 | 2026-08-20T17:12:22.833Z | Downloaded zstd-safe v7.2.4 |
| 1072 | 2026-08-20T17:12:22.833Z | Downloaded wait-timeout v0.2.1 |
| 1073 | 2026-08-20T17:12:22.833Z | Downloaded wnaf v0.14.0 |
| 1074 | 2026-08-20T17:12:22.833Z | Downloaded derive-ex v0.1.8 |
| 1075 | 2026-08-20T17:12:22.833Z | Downloaded crc v3.4.0 |
| 1076 | 2026-08-20T17:12:22.836Z | Downloaded dsl_auto_type v0.2.0 |
| 1077 | 2026-08-20T17:12:22.836Z | Downloaded hyper-tls v0.6.0 |
| 1078 | 2026-08-20T17:12:22.837Z | Downloaded futures-util v0.3.32 |
| 1079 | 2026-08-20T17:12:22.842Z | Downloaded hashbrown v0.16.1 |
| 1080 | 2026-08-20T17:12:22.846Z | Downloaded openssl-probe v0.2.1 |
| 1081 | 2026-08-20T17:12:22.846Z | Downloaded samael v0.0.19 |
| 1082 | 2026-08-20T17:12:22.850Z | Downloaded socket2 v0.5.10 |
| 1083 | 2026-08-20T17:12:22.863Z | Downloaded lalrpop-util v0.19.12 |
| 1084 | 2026-08-20T17:12:22.870Z | Downloaded libsw v3.5.0 |
| 1085 | 2026-08-20T17:12:22.874Z | Downloaded module-lattice v0.2.3 |
| 1086 | 2026-08-20T17:12:22.874Z | Downloaded num-rational v0.4.2 |
| 1087 | 2026-08-20T17:12:22.875Z | Downloaded powerfmt v0.2.0 |
| 1088 | 2026-08-20T17:12:22.875Z | Downloaded ref-cast-impl v1.0.25 |
| 1089 | 2026-08-20T17:12:22.875Z | Downloaded zip v4.6.1 |
| 1090 | 2026-08-20T17:12:22.880Z | Downloaded rustls-pki-types v1.14.0 |
| 1091 | 2026-08-20T17:12:22.880Z | Downloaded is_ci v1.2.0 |
| 1092 | 2026-08-20T17:12:22.880Z | Downloaded h2 v0.4.15 |
| 1093 | 2026-08-20T17:12:22.884Z | Downloaded slog-envlogger v2.2.0 |
| 1094 | 2026-08-20T17:12:22.884Z | Downloaded stringprep v0.1.5 |
| 1095 | 2026-08-20T17:12:22.884Z | Downloaded progenitor v0.14.0 |
| 1096 | 2026-08-20T17:12:22.892Z | Downloaded sqlformat v0.3.5 |
| 1097 | 2026-08-20T17:12:22.892Z | Downloaded iri-string v0.7.10 |
| 1098 | 2026-08-20T17:12:22.892Z | Downloaded sec1 v0.8.1 |
| 1099 | 2026-08-20T17:12:22.897Z | Downloaded aws-lc-rs v1.16.3 |
| 1100 | 2026-08-20T17:12:22.897Z | Downloaded prettyplease v0.2.37 |
| 1101 | 2026-08-20T17:12:22.901Z | Downloaded vergen-lib v9.1.0 |
| 1102 | 2026-08-20T17:12:22.901Z | Downloaded display-error-chain v0.2.2 |
| 1103 | 2026-08-20T17:12:22.902Z | Downloaded derive_more v0.99.20 |
| 1104 | 2026-08-20T17:12:22.902Z | Downloaded proc-macro-error2 v2.0.1 |
| 1105 | 2026-08-20T17:12:22.906Z | Downloaded supports-unicode v3.0.0 |
| 1106 | 2026-08-20T17:12:22.906Z | Downloaded unicode-xid v0.2.6 |
| 1107 | 2026-08-20T17:12:22.906Z | Downloaded const_format v0.2.35 |
| 1108 | 2026-08-20T17:12:22.909Z | Downloaded schemars v0.9.0 |
| 1109 | 2026-08-20T17:12:22.913Z | Downloaded uzers v0.12.2 |
| 1110 | 2026-08-20T17:12:22.919Z | Downloaded kem v0.3.0 |
| 1111 | 2026-08-20T17:12:22.919Z | Downloaded nom v8.0.0 |
| 1112 | 2026-08-20T17:12:22.924Z | Downloaded thiserror-no-std v2.0.2 |
| 1113 | 2026-08-20T17:12:22.924Z | Downloaded twox-hash v2.1.2 |
| 1114 | 2026-08-20T17:12:22.924Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1115 | 2026-08-20T17:12:22.928Z | Downloaded match_cfg v0.1.0 |
| 1116 | 2026-08-20T17:12:22.928Z | Downloaded icu_collections v2.1.1 |
| 1117 | 2026-08-20T17:12:22.932Z | Downloaded reqwest v0.13.2 |
| 1118 | 2026-08-20T17:12:22.936Z | Downloaded embedded-io v0.6.1 |
| 1119 | 2026-08-20T17:12:22.936Z | Downloaded scroll_derive v0.13.1 |
| 1120 | 2026-08-20T17:12:22.936Z | Downloaded dropshot-api-manager v0.8.0 |
| 1121 | 2026-08-20T17:12:22.936Z | Downloaded ppv-lite86 v0.2.21 |
| 1122 | 2026-08-20T17:12:22.941Z | Downloaded tower-service v0.3.3 |
| 1123 | 2026-08-20T17:12:22.942Z | Downloaded omicron-zone-package v0.12.3 |
| 1124 | 2026-08-20T17:12:22.942Z | Downloaded md-5 v0.10.6 |
| 1125 | 2026-08-20T17:12:22.948Z | Downloaded mime v0.3.17 |
| 1126 | 2026-08-20T17:12:22.948Z | Downloaded serde-big-array v0.5.1 |
| 1127 | 2026-08-20T17:12:22.948Z | Downloaded radium v0.7.0 |
| 1128 | 2026-08-20T17:12:22.948Z | Downloaded miette v7.6.0 |
| 1129 | 2026-08-20T17:12:22.952Z | Downloaded tinyvec v1.10.0 |
| 1130 | 2026-08-20T17:12:22.953Z | Downloaded typify v0.6.2 |
| 1131 | 2026-08-20T17:12:22.953Z | Downloaded ingot-macros v0.2.0 |
| 1132 | 2026-08-20T17:12:22.953Z | Downloaded parking_lot_core v0.8.6 |
| 1133 | 2026-08-20T17:12:22.957Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1134 | 2026-08-20T17:12:22.958Z | Downloaded sec1 v0.7.3 |
| 1135 | 2026-08-20T17:12:22.958Z | Downloaded serde_with_macros v3.21.0 |
| 1136 | 2026-08-20T17:12:22.996Z | Downloaded time-macros v0.2.27 |
| 1137 | 2026-08-20T17:12:22.997Z | Downloaded itertools v0.15.0 |
| 1138 | 2026-08-20T17:12:22.997Z | Downloaded trait-variant v0.1.2 |
| 1139 | 2026-08-20T17:12:22.997Z | Downloaded rand v0.10.1 |
| 1140 | 2026-08-20T17:12:22.997Z | Downloaded darling v0.23.0 |
| 1141 | 2026-08-20T17:12:22.997Z | Downloaded smallvec v1.15.1 |
| 1142 | 2026-08-20T17:12:22.997Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1143 | 2026-08-20T17:12:22.997Z | Downloaded zerofrom v0.1.6 |
| 1144 | 2026-08-20T17:12:22.997Z | Downloaded winnow v0.6.26 |
| 1145 | 2026-08-20T17:12:23.004Z | Downloaded hkdf v0.13.0 |
| 1146 | 2026-08-20T17:12:23.004Z | Downloaded libm v0.2.16 |
| 1147 | 2026-08-20T17:12:23.004Z | Downloaded toml v0.7.8 |
| 1148 | 2026-08-20T17:12:23.004Z | Downloaded tungstenite v0.21.0 |
| 1149 | 2026-08-20T17:12:23.005Z | Downloaded rpassword v7.5.4 |
| 1150 | 2026-08-20T17:12:23.005Z | Downloaded psl-types v2.0.11 |
| 1151 | 2026-08-20T17:12:23.005Z | Downloaded signal-hook-tokio v0.3.1 |
| 1152 | 2026-08-20T17:12:23.005Z | Downloaded darling_macro v0.21.3 |
| 1153 | 2026-08-20T17:12:23.005Z | Downloaded structmeta-derive v0.3.0 |
| 1154 | 2026-08-20T17:12:23.005Z | Downloaded cookie_store v0.22.1 |
| 1155 | 2026-08-20T17:12:23.005Z | Downloaded blake3 v1.8.5 |
| 1156 | 2026-08-20T17:12:23.009Z | Downloaded slog-bunyan v2.5.0 |
| 1157 | 2026-08-20T17:12:23.010Z | Downloaded xshell v0.2.7 |
| 1158 | 2026-08-20T17:12:23.010Z | Downloaded diff v0.1.13 |
| 1159 | 2026-08-20T17:12:23.010Z | Downloaded ident_case v1.0.1 |
| 1160 | 2026-08-20T17:12:23.010Z | Downloaded kstat-rs v0.2.5 |
| 1161 | 2026-08-20T17:12:23.034Z | Downloaded rcgen v0.12.1 |
| 1162 | 2026-08-20T17:12:23.034Z | Downloaded rfc6979 v0.4.0 |
| 1163 | 2026-08-20T17:12:23.034Z | Downloaded tokio-postgres v0.7.16 |
| 1164 | 2026-08-20T17:12:23.040Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1165 | 2026-08-20T17:12:23.040Z | Downloaded sponge-cursor v0.1.0 |
| 1166 | 2026-08-20T17:12:23.040Z | Downloaded minimal-lexical v0.2.1 |
| 1167 | 2026-08-20T17:12:23.040Z | Downloaded slog-stdlog v4.1.1 |
| 1168 | 2026-08-20T17:12:23.040Z | Downloaded seq-macro v0.3.6 |
| 1169 | 2026-08-20T17:12:23.040Z | Downloaded ed25519 v3.0.0 |
| 1170 | 2026-08-20T17:12:23.040Z | Downloaded delegate v0.13.5 |
| 1171 | 2026-08-20T17:12:23.040Z | Downloaded packed_struct_codegen v0.10.1 |
| 1172 | 2026-08-20T17:12:23.040Z | Downloaded toml_edit v0.19.15 |
| 1173 | 2026-08-20T17:12:23.040Z | Downloaded is-terminal v0.4.17 |
| 1174 | 2026-08-20T17:12:23.040Z | Downloaded postcard v1.1.3 |
| 1175 | 2026-08-20T17:12:23.040Z | Downloaded crossbeam-channel v0.5.15 |
| 1176 | 2026-08-20T17:12:23.044Z | Downloaded indoc v1.0.9 |
| 1177 | 2026-08-20T17:12:23.044Z | Downloaded new_debug_unreachable v1.0.6 |
| 1178 | 2026-08-20T17:12:23.044Z | Downloaded tls_codec_derive v0.4.2 |
| 1179 | 2026-08-20T17:12:23.044Z | Downloaded diesel_derives v2.3.7 |
| 1180 | 2026-08-20T17:12:23.048Z | Downloaded phc v0.6.1 |
| 1181 | 2026-08-20T17:12:23.048Z | Downloaded pkcs8 v0.11.0 |
| 1182 | 2026-08-20T17:12:23.052Z | Downloaded constant_time_eq v0.4.2 |
| 1183 | 2026-08-20T17:12:23.052Z | Downloaded yoke v0.8.1 |
| 1184 | 2026-08-20T17:12:23.052Z | Downloaded libxml v0.3.3 |
| 1185 | 2026-08-20T17:12:23.056Z | Downloaded rfc6979 v0.6.0 |
| 1186 | 2026-08-20T17:12:23.056Z | Downloaded dirs-next v2.0.0 |
| 1187 | 2026-08-20T17:12:23.056Z | Downloaded hyper-util v0.1.20 |
| 1188 | 2026-08-20T17:12:23.060Z | Downloaded sync-ptr v0.1.4 |
| 1189 | 2026-08-20T17:12:23.060Z | Downloaded winnow v1.0.3 |
| 1190 | 2026-08-20T17:12:23.064Z | Downloaded yasna v0.5.2 |
| 1191 | 2026-08-20T17:12:23.068Z | Downloaded string_cache v0.8.9 |
| 1192 | 2026-08-20T17:12:23.068Z | Downloaded tower-http v0.6.8 |
| 1193 | 2026-08-20T17:12:23.071Z | Downloaded peg-macros v0.8.5 |
| 1194 | 2026-08-20T17:12:23.071Z | Downloaded ctutils v0.4.2 |
| 1195 | 2026-08-20T17:12:23.071Z | Downloaded idna v1.1.0 |
| 1196 | 2026-08-20T17:12:23.075Z | Downloaded same-file v1.0.6 |
| 1197 | 2026-08-20T17:12:23.075Z | Downloaded peg-runtime v0.8.5 |
| 1198 | 2026-08-20T17:12:23.076Z | Downloaded itertools v0.10.5 |
| 1199 | 2026-08-20T17:12:23.079Z | Downloaded untrusted v0.9.0 |
| 1200 | 2026-08-20T17:12:23.079Z | Downloaded slog-dtrace v0.3.0 |
| 1201 | 2026-08-20T17:12:23.079Z | Downloaded vergen v9.1.0 |
| 1202 | 2026-08-20T17:12:23.079Z | Downloaded lru v0.12.5 |
| 1203 | 2026-08-20T17:12:23.083Z | Downloaded icu_locale_core v2.1.1 |
| 1204 | 2026-08-20T17:12:23.087Z | Downloaded winnow v0.5.40 |
| 1205 | 2026-08-20T17:12:23.092Z | Downloaded memmap2 v0.9.10 |
| 1206 | 2026-08-20T17:12:23.099Z | Downloaded pem v3.0.6 |
| 1207 | 2026-08-20T17:12:23.099Z | Downloaded scroll v0.13.0 |
| 1208 | 2026-08-20T17:12:23.099Z | Downloaded qorb v0.4.1 |
| 1209 | 2026-08-20T17:12:23.110Z | Downloaded x509-cert v0.2.5 |
| 1210 | 2026-08-20T17:12:23.110Z | Downloaded unicode-normalization v0.1.25 |
| 1211 | 2026-08-20T17:12:23.110Z | Downloaded salty v0.3.0 |
| 1212 | 2026-08-20T17:12:23.117Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1213 | 2026-08-20T17:12:23.117Z | Downloaded url v2.5.8 |
| 1214 | 2026-08-20T17:12:23.118Z | Downloaded unicode-bidi v0.3.18 |
| 1215 | 2026-08-20T17:12:23.118Z | Downloaded vergen-gitcl v1.0.8 |
| 1216 | 2026-08-20T17:12:23.118Z | Downloaded cookie v0.18.1 |
| 1217 | 2026-08-20T17:12:23.124Z | Downloaded crc32fast v1.5.0 |
| 1218 | 2026-08-20T17:12:23.134Z | Downloaded linear-map v1.2.0 |
| 1219 | 2026-08-20T17:12:23.134Z | Downloaded serde_with v1.14.0 |
| 1220 | 2026-08-20T17:12:23.134Z | Downloaded itertools v0.13.0 |
| 1221 | 2026-08-20T17:12:23.140Z | Downloaded derive-where v1.6.0 |
| 1222 | 2026-08-20T17:12:23.140Z | Downloaded num_enum v0.7.6 |
| 1223 | 2026-08-20T17:12:23.140Z | Downloaded derive_builder_core v0.20.2 |
| 1224 | 2026-08-20T17:12:23.141Z | Downloaded ipnet v2.12.0 |
| 1225 | 2026-08-20T17:12:23.142Z | Downloaded litrs v1.0.0 |
| 1226 | 2026-08-20T17:12:23.142Z | Downloaded tokio-dtrace v0.1.1 |
| 1227 | 2026-08-20T17:12:23.142Z | Downloaded writeable v0.6.2 |
| 1228 | 2026-08-20T17:12:23.146Z | Downloaded git2 v0.20.4 |
| 1229 | 2026-08-20T17:12:23.146Z | Downloaded quick-xml v0.37.5 |
| 1230 | 2026-08-20T17:12:23.153Z | Downloaded rayon v1.11.0 |
| 1231 | 2026-08-20T17:12:23.159Z | Downloaded indicatif v0.18.4 |
| 1232 | 2026-08-20T17:12:23.159Z | Downloaded litemap v0.8.1 |
| 1233 | 2026-08-20T17:12:23.159Z | Downloaded bitvec v1.0.1 |
| 1234 | 2026-08-20T17:12:23.163Z | Downloaded chrono v0.4.45 |
| 1235 | 2026-08-20T17:12:23.167Z | Downloaded dropshot_endpoint v0.17.1 |
| 1236 | 2026-08-20T17:12:23.171Z | Downloaded snafu v0.8.9 |
| 1237 | 2026-08-20T17:12:23.176Z | Downloaded zopfli v0.8.3 |
| 1238 | 2026-08-20T17:12:23.176Z | Downloaded strum_macros v0.27.2 |
| 1239 | 2026-08-20T17:12:23.176Z | Downloaded crypto-primes v0.7.2 |
| 1240 | 2026-08-20T17:12:23.180Z | Downloaded pin-project v1.1.11 |
| 1241 | 2026-08-20T17:12:23.186Z | Downloaded der v0.8.0 |
| 1242 | 2026-08-20T17:12:23.186Z | Downloaded portable-atomic v1.13.1 |
| 1243 | 2026-08-20T17:12:23.190Z | Downloaded jiff-core v0.1.0 |
| 1244 | 2026-08-20T17:12:23.195Z | Downloaded der v0.7.10 |
| 1245 | 2026-08-20T17:12:23.195Z | Downloaded native-tls v0.2.18 |
| 1246 | 2026-08-20T17:12:23.195Z | Downloaded des v0.9.0 |
| 1247 | 2026-08-20T17:12:23.204Z | Downloaded scuffle v0.1.0 |
| 1248 | 2026-08-20T17:12:23.204Z | Downloaded rand v0.9.2 |
| 1249 | 2026-08-20T17:12:23.204Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1250 | 2026-08-20T17:12:23.212Z | Downloaded icu_normalizer_data v2.1.1 |
| 1251 | 2026-08-20T17:12:23.229Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1252 | 2026-08-20T17:12:23.229Z | Downloaded zerotrie v0.2.3 |
| 1253 | 2026-08-20T17:12:23.237Z | Downloaded p521 v0.14.0 |
| 1254 | 2026-08-20T17:12:23.237Z | Downloaded object v0.30.4 |
| 1255 | 2026-08-20T17:12:23.238Z | Downloaded darling_core v0.13.4 |
| 1256 | 2026-08-20T17:12:23.238Z | Downloaded openssl-sys v0.9.117 |
| 1257 | 2026-08-20T17:12:23.238Z | Downloaded nom v7.1.3 |
| 1258 | 2026-08-20T17:12:23.256Z | Downloaded progenitor-impl v0.13.0 |
| 1259 | 2026-08-20T17:12:23.256Z | Downloaded p384 v0.13.1 |
| 1260 | 2026-08-20T17:12:23.256Z | Downloaded zerovec v0.11.5 |
| 1261 | 2026-08-20T17:12:23.262Z | Downloaded papergrid v0.18.0 |
| 1262 | 2026-08-20T17:12:23.262Z | Downloaded reqwest v0.12.28 |
| 1263 | 2026-08-20T17:12:23.262Z | Downloaded crypto-bigint v0.5.5 |
| 1264 | 2026-08-20T17:12:23.268Z | Downloaded goblin v0.10.5 |
| 1265 | 2026-08-20T17:12:23.268Z | Downloaded ed25519-dalek v2.2.0 |
| 1266 | 2026-08-20T17:12:23.274Z | Downloaded icu_properties_data v2.1.2 |
| 1267 | 2026-08-20T17:12:23.290Z | Downloaded sha3 v0.12.0 |
| 1268 | 2026-08-20T17:12:23.294Z | Downloaded gimli v0.32.3 |
| 1269 | 2026-08-20T17:12:23.294Z | Downloaded unicode-segmentation v1.12.0 |
| 1270 | 2026-08-20T17:12:23.298Z | Downloaded mio v1.2.0 |
| 1271 | 2026-08-20T17:12:23.303Z | Downloaded lalrpop v0.19.12 |
| 1272 | 2026-08-20T17:12:23.310Z | Downloaded rawzip v0.4.4 |
| 1273 | 2026-08-20T17:12:23.322Z | Downloaded tokio-util v0.7.18 |
| 1274 | 2026-08-20T17:12:23.337Z | Downloaded itertools v0.12.1 |
| 1275 | 2026-08-20T17:12:23.344Z | Downloaded itertools v0.14.0 |
| 1276 | 2026-08-20T17:12:23.349Z | Downloaded regex v1.12.3 |
| 1277 | 2026-08-20T17:12:23.353Z | Downloaded crossterm v0.29.0 |
| 1278 | 2026-08-20T17:12:23.356Z | Downloaded tough v0.22.0 |
| 1279 | 2026-08-20T17:12:23.359Z | Downloaded zlib-rs v0.6.2 |
| 1280 | 2026-08-20T17:12:23.362Z | Downloaded reedline v0.40.0 |
| 1281 | 2026-08-20T17:12:23.367Z | Downloaded vcpkg v0.2.15 |
| 1282 | 2026-08-20T17:12:23.406Z | Downloaded bstr v1.12.1 |
| 1283 | 2026-08-20T17:12:23.411Z | Downloaded iddqd v0.4.2 |
| 1284 | 2026-08-20T17:12:23.415Z | Downloaded moka v0.12.13 |
| 1285 | 2026-08-20T17:12:23.445Z | Downloaded regex-syntax v0.8.10 |
| 1286 | 2026-08-20T17:12:23.449Z | Downloaded smoltcp v0.11.0 |
| 1287 | 2026-08-20T17:12:23.463Z | Downloaded openssl v0.10.80 |
| 1288 | 2026-08-20T17:12:23.469Z | Downloaded serde_with v3.21.0 |
| 1289 | 2026-08-20T17:12:23.476Z | Downloaded petname v2.0.2 |
| 1290 | 2026-08-20T17:12:23.480Z | Downloaded hickory-proto v0.25.2 |
| 1291 | 2026-08-20T17:12:23.487Z | Downloaded hickory-proto v0.24.4 |
| 1292 | 2026-08-20T17:12:23.495Z | Downloaded nix v0.28.0 |
| 1293 | 2026-08-20T17:12:23.501Z | Downloaded time v0.3.47 |
| 1294 | 2026-08-20T17:12:23.508Z | Downloaded russh v0.62.4 |
| 1295 | 2026-08-20T17:12:23.513Z | Downloaded proptest v1.11.0 |
| 1296 | 2026-08-20T17:12:23.519Z | Downloaded radix_trie v0.2.1 |
| 1297 | 2026-08-20T17:12:23.522Z | Downloaded regex-syntax v0.6.29 |
| 1298 | 2026-08-20T17:12:23.526Z | Downloaded curve25519-dalek v4.1.3 |
| 1299 | 2026-08-20T17:12:23.529Z | Downloaded regress v0.10.5 |
| 1300 | 2026-08-20T17:12:23.534Z | Downloaded regress v0.11.1 |
| 1301 | 2026-08-20T17:12:23.539Z | Downloaded smoltcp v0.9.1 |
| 1302 | 2026-08-20T17:12:23.544Z | Downloaded nix v0.27.1 |
| 1303 | 2026-08-20T17:12:23.549Z | Downloaded sqlparser v0.61.0 |
| 1304 | 2026-08-20T17:12:23.555Z | Downloaded dropshot v0.17.1 |
| 1305 | 2026-08-20T17:12:23.569Z | Downloaded polar-core v0.27.3 |
| 1306 | 2026-08-20T17:12:23.572Z | Downloaded rustls v0.23.41 |
| 1307 | 2026-08-20T17:12:23.579Z | Downloaded zerocopy v0.8.55 |
| 1308 | 2026-08-20T17:12:23.591Z | Downloaded tabled v0.21.0 |
| 1309 | 2026-08-20T17:12:23.600Z | Downloaded crypto-bigint v0.7.5 |
| 1310 | 2026-08-20T17:12:23.608Z | Downloaded nix v0.31.2 |
| 1311 | 2026-08-20T17:12:23.614Z | Downloaded quinn-proto v0.11.16 |
| 1312 | 2026-08-20T17:12:23.618Z | Downloaded curve25519-dalek v5.0.0 |
| 1313 | 2026-08-20T17:12:23.623Z | Downloaded object v0.37.3 |
| 1314 | 2026-08-20T17:12:23.630Z | Downloaded openapiv3 v2.2.0 |
| 1315 | 2026-08-20T17:12:23.636Z | Downloaded ratatui v0.29.0 |
| 1316 | 2026-08-20T17:12:23.648Z | Downloaded typify-impl v0.6.2 |
| 1317 | 2026-08-20T17:12:23.657Z | Downloaded sled v0.34.7 |
| 1318 | 2026-08-20T17:12:23.662Z | Downloaded rustix v0.38.44 |
| 1319 | 2026-08-20T17:12:23.675Z | Downloaded petgraph v0.6.5 |
| 1320 | 2026-08-20T17:12:23.691Z | Downloaded tokio v1.52.1 |
| 1321 | 2026-08-20T17:12:23.714Z | Downloaded libz-sys v1.1.24 |
| 1322 | 2026-08-20T17:12:23.726Z | Downloaded diesel v2.3.7 |
| 1323 | 2026-08-20T17:12:23.739Z | Downloaded encoding_rs v0.8.35 |
| 1324 | 2026-08-20T17:12:23.751Z | Downloaded sha3 v0.11.0 |
| 1325 | 2026-08-20T17:12:23.761Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1326 | 2026-08-20T17:12:23.774Z | Downloaded tracing v0.1.44 |
| 1327 | 2026-08-20T17:12:23.788Z | Downloaded zerocopy-derive v0.6.6 |
| 1328 | 2026-08-20T17:12:23.846Z | Downloaded chrono-tz v0.10.4 |
| 1329 | 2026-08-20T17:12:23.857Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1330 | 2026-08-20T17:12:23.867Z | Downloaded regex-automata v0.4.14 |
| 1331 | 2026-08-20T17:12:23.877Z | Downloaded petgraph v0.8.3 |
| 1332 | 2026-08-20T17:12:23.890Z | Downloaded jiff v0.2.34 |
| 1333 | 2026-08-20T17:12:23.918Z | Downloaded sha3 v0.10.8 |
| 1334 | 2026-08-20T17:12:23.928Z | Downloaded csv v1.4.0 |
| 1335 | 2026-08-20T17:12:24.051Z | Downloaded ring v0.17.14 |
| 1336 | 2026-08-20T17:12:24.093Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1337 | 2026-08-20T17:12:24.560Z | Downloaded aws-lc-sys v0.40.0 |
| 1338 | 2026-08-20T17:12:24.818Z | Compiling serde_core v1.0.228 |
| 1339 | 2026-08-20T17:12:24.818Z | Compiling libc v0.2.185 |
| 1340 | 2026-08-20T17:12:24.821Z | Compiling serde v1.0.228 |
| 1341 | 2026-08-20T17:12:24.822Z | Compiling log v0.4.33 |
| 1342 | 2026-08-20T17:12:24.822Z | Compiling smallvec v1.15.1 |
| 1343 | 2026-08-20T17:12:24.822Z | Compiling shlex v1.3.0 |
| 1344 | 2026-08-20T17:12:24.822Z | Compiling find-msvc-tools v0.1.9 |
| 1345 | 2026-08-20T17:12:24.958Z | Compiling syn v2.0.117 |
| 1346 | 2026-08-20T17:12:25.159Z | Compiling subtle v2.6.1 |
| 1347 | 2026-08-20T17:12:25.159Z | Compiling scopeguard v1.2.0 |
| 1348 | 2026-08-20T17:12:25.208Z | Compiling stable_deref_trait v1.2.1 |
| 1349 | 2026-08-20T17:12:25.280Z | Compiling typenum v1.20.1 |
| 1350 | 2026-08-20T17:12:25.285Z | Compiling lock_api v0.4.14 |
| 1351 | 2026-08-20T17:12:25.285Z | Compiling zerocopy v0.8.55 |
| 1352 | 2026-08-20T17:12:25.285Z | Compiling portable-atomic v1.13.1 |
| 1353 | 2026-08-20T17:12:25.336Z | Compiling serde_json v1.0.151 |
| 1354 | 2026-08-20T17:12:25.489Z | Compiling critical-section v1.2.0 |
| 1355 | 2026-08-20T17:12:25.533Z | Compiling libm v0.2.16 |
| 1356 | 2026-08-20T17:12:25.589Z | Compiling num-traits v0.2.19 |
| 1357 | 2026-08-20T17:12:25.689Z | Compiling pkg-config v0.3.32 |
| 1358 | 2026-08-20T17:12:25.763Z | Compiling errno v0.3.14 |
| 1359 | 2026-08-20T17:12:25.780Z | Compiling jobserver v0.1.34 |
| 1360 | 2026-08-20T17:12:25.825Z | Compiling getrandom v0.2.17 |
| 1361 | 2026-08-20T17:12:26.024Z | Compiling cc v1.2.56 |
| 1362 | 2026-08-20T17:12:26.043Z | Compiling rand_core v0.6.4 |
| 1363 | 2026-08-20T17:12:26.202Z | Compiling generic-array v0.14.7 |
| 1364 | 2026-08-20T17:12:26.282Z | Compiling once_cell v1.21.3 |
| 1365 | 2026-08-20T17:12:26.302Z | Compiling pin-project-lite v0.2.17 |
| 1366 | 2026-08-20T17:12:26.320Z | Compiling parking_lot_core v0.9.12 |
| 1367 | 2026-08-20T17:12:26.387Z | Compiling const-oid v0.9.6 |
| 1368 | 2026-08-20T17:12:26.447Z | Compiling getrandom v0.3.4 |
| 1369 | 2026-08-20T17:12:26.488Z | Compiling signal-hook-registry v1.4.8 |
| 1370 | 2026-08-20T17:12:26.838Z | Compiling writeable v0.6.2 |
| 1371 | 2026-08-20T17:12:26.975Z | Compiling bitflags v2.11.0 |
| 1372 | 2026-08-20T17:12:27.075Z | Compiling litemap v0.8.1 |
| 1373 | 2026-08-20T17:12:27.097Z | Compiling futures-core v0.3.32 |
| 1374 | 2026-08-20T17:12:27.114Z | Compiling percent-encoding v2.3.2 |
| 1375 | 2026-08-20T17:12:27.244Z | Compiling semver v1.0.28 |
| 1376 | 2026-08-20T17:12:27.262Z | Compiling parking_lot v0.12.5 |
| 1377 | 2026-08-20T17:12:27.295Z | Compiling mio v1.2.0 |
| 1378 | 2026-08-20T17:12:27.382Z | Compiling icu_properties_data v2.1.2 |
| 1379 | 2026-08-20T17:12:27.411Z | Compiling icu_normalizer_data v2.1.1 |
| 1380 | 2026-08-20T17:12:27.516Z | Compiling socket2 v0.6.3 |
| 1381 | 2026-08-20T17:12:27.551Z | Compiling rustix v1.1.4 |
| 1382 | 2026-08-20T17:12:27.620Z | Compiling synstructure v0.13.2 |
| 1383 | 2026-08-20T17:12:27.681Z | Compiling getrandom v0.4.3 |
| 1384 | 2026-08-20T17:12:27.695Z | Compiling futures-sink v0.3.32 |
| 1385 | 2026-08-20T17:12:27.741Z | Compiling rand_core v0.10.0 |
| 1386 | 2026-08-20T17:12:27.795Z | Compiling futures-channel v0.3.32 |
| 1387 | 2026-08-20T17:12:27.968Z | Compiling indexmap v2.14.0 |
| 1388 | 2026-08-20T17:12:27.997Z | Compiling utf8_iter v1.0.4 |
| 1389 | 2026-08-20T17:12:28.056Z | Compiling futures-task v0.3.32 |
| 1390 | 2026-08-20T17:12:28.149Z | Compiling slab v0.4.12 |
| 1391 | 2026-08-20T17:12:28.200Z | Compiling futures-io v0.3.32 |
| 1392 | 2026-08-20T17:12:28.229Z | Compiling form_urlencoded v1.2.2 |
| 1393 | 2026-08-20T17:12:28.316Z | Compiling rustversion v1.0.22 |
| 1394 | 2026-08-20T17:12:28.342Z | Compiling iana-time-zone v0.1.65 |
| 1395 | 2026-08-20T17:12:28.348Z | Compiling base64ct v1.8.3 |
| 1396 | 2026-08-20T17:12:28.379Z | Compiling cmake v0.1.57 |
| 1397 | 2026-08-20T17:12:28.406Z | Compiling ident_case v1.0.1 |
| 1398 | 2026-08-20T17:12:28.522Z | Compiling fs_extra v1.3.0 |
| 1399 | 2026-08-20T17:12:28.537Z | Compiling dunce v1.0.5 |
| 1400 | 2026-08-20T17:12:28.622Z | Compiling pem-rfc7468 v0.7.0 |
| 1401 | 2026-08-20T17:12:28.637Z | Compiling regex-syntax v0.8.10 |
| 1402 | 2026-08-20T17:12:28.641Z | Compiling flagset v0.4.7 |
| 1403 | 2026-08-20T17:12:28.773Z | Compiling uuid v1.23.4 |
| 1404 | 2026-08-20T17:12:28.788Z | Compiling rand_core v0.9.5 |
| 1405 | 2026-08-20T17:12:28.799Z | Compiling aws-lc-sys v0.40.0 |
| 1406 | 2026-08-20T17:12:28.924Z | Compiling base64 v0.22.1 |
| 1407 | 2026-08-20T17:12:29.071Z | Compiling syn v1.0.109 |
| 1408 | 2026-08-20T17:12:29.247Z | Compiling vcpkg v0.2.15 |
| 1409 | 2026-08-20T17:12:29.286Z | Compiling serde_derive_internals v0.29.1 |
| 1410 | 2026-08-20T17:12:29.330Z | Compiling rustc_version v0.4.1 |
| 1411 | 2026-08-20T17:12:29.405Z | Compiling tracing-core v0.1.36 |
| 1412 | 2026-08-20T17:12:29.424Z | Compiling serde_derive v1.0.228 |
| 1413 | 2026-08-20T17:12:29.478Z | Compiling zeroize_derive v1.5.0 |
| 1414 | 2026-08-20T17:12:29.659Z | Compiling zerofrom-derive v0.1.6 |
| 1415 | 2026-08-20T17:12:29.980Z | Compiling zerocopy-derive v0.8.55 |
| 1416 | 2026-08-20T17:12:29.996Z | Compiling yoke-derive v0.8.1 |
| 1417 | 2026-08-20T17:12:30.133Z | Compiling zerovec-derive v0.11.2 |
| 1418 | 2026-08-20T17:12:30.186Z | Compiling displaydoc v0.2.5 |
| 1419 | 2026-08-20T17:12:30.961Z | Compiling tokio-macros v2.7.0 |
| 1420 | 2026-08-20T17:12:31.008Z | Compiling futures-macro v0.3.32 |
| 1421 | 2026-08-20T17:12:31.078Z | Compiling zerofrom v0.1.6 |
| 1422 | 2026-08-20T17:12:31.161Z | Compiling thiserror-impl v2.0.18 |
| 1423 | 2026-08-20T17:12:31.204Z | Compiling yoke v0.8.1 |
| 1424 | 2026-08-20T17:12:31.830Z | Compiling der_derive v0.7.3 |
| 1425 | 2026-08-20T17:12:31.847Z | Compiling zerovec v0.11.5 |
| 1426 | 2026-08-20T17:12:31.848Z | Compiling zerotrie v0.2.3 |
| 1427 | 2026-08-20T17:12:31.848Z | Compiling futures-util v0.3.32 |
| 1428 | 2026-08-20T17:12:31.909Z | Compiling tinystr v0.8.2 |
| 1429 | 2026-08-20T17:12:31.988Z | Compiling potential_utf v0.1.4 |
| 1430 | 2026-08-20T17:12:32.110Z | Compiling icu_locale_core v2.1.1 |
| 1431 | 2026-08-20T17:12:32.149Z | Compiling icu_collections v2.1.1 |
| 1432 | 2026-08-20T17:12:32.211Z | Compiling openssl-sys v0.9.117 |
| 1433 | 2026-08-20T17:12:32.492Z | Compiling thiserror v2.0.18 |
| 1434 | 2026-08-20T17:12:32.600Z | Compiling tracing-attributes v0.1.31 |
| 1435 | 2026-08-20T17:12:32.614Z | Compiling schemars v0.8.22 |
| 1436 | 2026-08-20T17:12:32.736Z | Compiling icu_provider v2.1.1 |
| 1437 | 2026-08-20T17:12:32.809Z | Compiling cpufeatures v0.2.17 |
| 1438 | 2026-08-20T17:12:32.946Z | Compiling zeroize v1.9.0 |
| 1439 | 2026-08-20T17:12:32.976Z | Compiling bytes v1.11.1 |
| 1440 | 2026-08-20T17:12:32.997Z | Compiling chrono v0.4.45 |
| 1441 | 2026-08-20T17:12:33.174Z | Compiling icu_properties v2.1.2 |
| 1442 | 2026-08-20T17:12:33.586Z | Compiling tokio v1.52.1 |
| 1443 | 2026-08-20T17:12:33.659Z | Compiling crypto-common v0.1.7 |
| 1444 | 2026-08-20T17:12:33.822Z | Compiling block-buffer v0.10.4 |
| 1445 | 2026-08-20T17:12:33.962Z | Compiling icu_normalizer v2.1.1 |
| 1446 | 2026-08-20T17:12:34.012Z | Compiling digest v0.10.7 |
| 1447 | 2026-08-20T17:12:34.101Z | Compiling der v0.7.10 |
| 1448 | 2026-08-20T17:12:34.243Z | Compiling http v1.4.2 |
| 1449 | 2026-08-20T17:12:34.256Z | Compiling aws-lc-rs v1.16.3 |
| 1450 | 2026-08-20T17:12:34.362Z | Compiling idna_adapter v1.2.1 |
| 1451 | 2026-08-20T17:12:34.504Z | Compiling ppv-lite86 v0.2.21 |
| 1452 | 2026-08-20T17:12:34.509Z | Compiling idna v1.1.0 |
| 1453 | 2026-08-20T17:12:34.546Z | Compiling simd-adler32 v0.3.8 |
| 1454 | 2026-08-20T17:12:34.567Z | Compiling dyn-clone v1.0.20 |
| 1455 | 2026-08-20T17:12:34.694Z | Compiling tracing v0.1.44 |
| 1456 | 2026-08-20T17:12:34.781Z | Compiling url v2.5.8 |
| 1457 | 2026-08-20T17:12:34.823Z | Compiling rand_chacha v0.9.0 |
| 1458 | 2026-08-20T17:12:34.946Z | Compiling spki v0.7.3 |
| 1459 | 2026-08-20T17:12:35.145Z | Compiling pkcs8 v0.10.2 |
| 1460 | 2026-08-20T17:12:35.158Z | Compiling rand v0.9.2 |
| 1461 | 2026-08-20T17:12:35.158Z | Compiling http-body v1.0.1 |
| 1462 | 2026-08-20T17:12:35.278Z | Compiling rustls-pki-types v1.14.0 |
| 1463 | 2026-08-20T17:12:35.387Z | Compiling schemars_derive v0.8.22 |
| 1464 | 2026-08-20T17:12:35.498Z | Compiling spin v0.9.8 |
| 1465 | 2026-08-20T17:12:35.549Z | Compiling tinyvec_macros v0.1.1 |
| 1466 | 2026-08-20T17:12:35.612Z | Compiling crc32fast v1.5.0 |
| 1467 | 2026-08-20T17:12:35.698Z | Compiling adler2 v2.0.1 |
| 1468 | 2026-08-20T17:12:35.713Z | Compiling cmov v0.5.4 |
| 1469 | 2026-08-20T17:12:35.825Z | Compiling httparse v1.10.1 |
| 1470 | 2026-08-20T17:12:35.870Z | Compiling openssl-probe v0.2.1 |
| 1471 | 2026-08-20T17:12:35.914Z | Compiling ctutils v0.4.2 |
| 1472 | 2026-08-20T17:12:35.934Z | Compiling miniz_oxide v0.8.9 |
| 1473 | 2026-08-20T17:12:36.029Z | Compiling tinyvec v1.10.0 |
| 1474 | 2026-08-20T17:12:36.137Z | Compiling tempfile v3.27.0 |
| 1475 | 2026-08-20T17:12:36.195Z | Compiling pest_generator v2.8.6 |
| 1476 | 2026-08-20T17:12:36.364Z | Compiling sha2 v0.10.9 |
| 1477 | 2026-08-20T17:12:36.493Z | Compiling terminal_size v0.4.3 |
| 1478 | 2026-08-20T17:12:36.507Z | Compiling aho-corasick v1.1.4 |
| 1479 | 2026-08-20T17:12:36.623Z | Compiling tower-service v0.3.3 |
| 1480 | 2026-08-20T17:12:36.716Z | Compiling radium v0.7.0 |
| 1481 | 2026-08-20T17:12:36.857Z | Compiling untrusted v0.7.1 |
| 1482 | 2026-08-20T17:12:36.954Z | Compiling tower-layer v0.3.3 |
| 1483 | 2026-08-20T17:12:36.976Z | Compiling atomic-waker v1.1.2 |
| 1484 | 2026-08-20T17:12:37.097Z | Compiling try-lock v0.2.5 |
| 1485 | 2026-08-20T17:12:37.129Z | Compiling pest_derive v2.8.6 |
| 1486 | 2026-08-20T17:12:37.203Z | Compiling want v0.3.1 |
| 1487 | 2026-08-20T17:12:37.359Z | Compiling tokio-util v0.7.18 |
| 1488 | 2026-08-20T17:12:37.558Z | Compiling regex-automata v0.4.14 |
| 1489 | 2026-08-20T17:12:37.814Z | Compiling hybrid-array v0.4.13 |
| 1490 | 2026-08-20T17:12:38.128Z | Compiling h2 v0.4.15 |
| 1491 | 2026-08-20T17:12:38.157Z | Compiling ipnet v2.12.0 |
| 1492 | 2026-08-20T17:12:38.410Z | Compiling scroll_derive v0.13.1 |
| 1493 | 2026-08-20T17:12:38.588Z | Compiling darling_core v0.20.11 |
| 1494 | 2026-08-20T17:12:38.645Z | Compiling rustls v0.23.41 |
| 1495 | 2026-08-20T17:12:38.813Z | Compiling untrusted v0.9.0 |
| 1496 | 2026-08-20T17:12:38.933Z | Compiling openssl v0.10.80 |
| 1497 | 2026-08-20T17:12:39.144Z | Compiling maybe-uninit v2.0.0 |
| 1498 | 2026-08-20T17:12:39.161Z | Compiling httpdate v1.0.3 |
| 1499 | 2026-08-20T17:12:39.189Z | Compiling foreign-types-shared v0.1.1 |
| 1500 | 2026-08-20T17:12:39.234Z | Compiling tap v1.0.1 |
| 1501 | 2026-08-20T17:12:39.272Z | Compiling foreign-types v0.3.2 |
| 1502 | 2026-08-20T17:12:39.339Z | Compiling wyz v0.5.1 |
| 1503 | 2026-08-20T17:12:39.354Z | Compiling scroll v0.13.0 |
| 1504 | 2026-08-20T17:12:39.435Z | Compiling unicode-normalization v0.1.25 |
| 1505 | 2026-08-20T17:12:39.596Z | Compiling rand_chacha v0.3.1 |
| 1506 | 2026-08-20T17:12:39.610Z | Compiling signature v2.2.0 |
| 1507 | 2026-08-20T17:12:39.789Z | Compiling hex v0.4.3 |
| 1508 | 2026-08-20T17:12:39.877Z | Compiling thiserror-impl v1.0.69 |
| 1509 | 2026-08-20T17:12:39.908Z | Compiling openssl-macros v0.1.1 |
| 1510 | 2026-08-20T17:12:40.050Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1511 | 2026-08-20T17:12:40.297Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1512 | 2026-08-20T17:12:40.342Z | Compiling num-integer v0.1.46 |
| 1513 | 2026-08-20T17:12:40.428Z | Compiling wait-timeout v0.2.1 |
| 1514 | 2026-08-20T17:12:40.567Z | Compiling ahash v0.8.12 |
| 1515 | 2026-08-20T17:12:40.650Z | Compiling bit-vec v0.8.0 |
| 1516 | 2026-08-20T17:12:40.679Z | Compiling num-bigint-dig v0.8.6 |
| 1517 | 2026-08-20T17:12:40.768Z | Compiling funty v2.0.0 |
| 1518 | 2026-08-20T17:12:40.801Z | Compiling darling_macro v0.20.11 |
| 1519 | 2026-08-20T17:12:40.856Z | Compiling packed_struct v0.10.1 |
| 1520 | 2026-08-20T17:12:40.875Z | Compiling time-core v0.1.8 |
| 1521 | 2026-08-20T17:12:41.019Z | Compiling quick-error v1.2.3 |
| 1522 | 2026-08-20T17:12:41.087Z | Compiling num-conv v0.2.0 |
| 1523 | 2026-08-20T17:12:41.091Z | Compiling native-tls v0.2.18 |
| 1524 | 2026-08-20T17:12:41.122Z | Compiling powerfmt v0.2.0 |
| 1525 | 2026-08-20T17:12:41.215Z | Compiling hyper v1.10.1 |
| 1526 | 2026-08-20T17:12:41.273Z | Compiling darling v0.20.11 |
| 1527 | 2026-08-20T17:12:41.315Z | Compiling deranged v0.5.8 |
| 1528 | 2026-08-20T17:12:41.329Z | Compiling time-macros v0.2.27 |
| 1529 | 2026-08-20T17:12:41.329Z | Compiling clap_builder v4.6.0 |
| 1530 | 2026-08-20T17:12:41.356Z | Compiling rusty-fork v0.3.1 |
| 1531 | 2026-08-20T17:12:41.612Z | Compiling thiserror v1.0.69 |
| 1532 | 2026-08-20T17:12:41.663Z | Compiling bitvec v1.0.1 |
| 1533 | 2026-08-20T17:12:41.737Z | Compiling bit-set v0.8.0 |
| 1534 | 2026-08-20T17:12:42.155Z | Compiling num-iter v0.1.45 |
| 1535 | 2026-08-20T17:12:42.276Z | Compiling hyper-util v0.1.20 |
| 1536 | 2026-08-20T17:12:42.701Z | Compiling rand v0.8.6 |
| 1537 | 2026-08-20T17:12:42.763Z | Compiling goblin v0.10.5 |
| 1538 | 2026-08-20T17:12:43.188Z | Compiling packed_struct_codegen v0.10.1 |
| 1539 | 2026-08-20T17:12:43.558Z | Compiling lazy_static v1.5.0 |
| 1540 | 2026-08-20T17:12:43.653Z | Compiling hmac v0.12.1 |
| 1541 | 2026-08-20T17:12:43.812Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-08-20T17:12:43.979Z | Compiling serde_spanned v0.6.9 |
| 1543 | 2026-08-20T17:12:44.069Z | Compiling zerocopy-derive v0.6.6 |
| 1544 | 2026-08-20T17:12:44.118Z | Compiling clap_derive v4.6.1 |
| 1545 | 2026-08-20T17:12:44.250Z | Compiling bitfield-macros v0.19.4 |
| 1546 | 2026-08-20T17:12:44.307Z | Compiling rand_xorshift v0.4.0 |
| 1547 | 2026-08-20T17:12:44.468Z | Compiling sync_wrapper v1.0.2 |
| 1548 | 2026-08-20T17:12:44.577Z | Compiling indexmap v1.9.3 |
| 1549 | 2026-08-20T17:12:44.761Z | Compiling crossbeam-utils v0.8.21 |
| 1550 | 2026-08-20T17:12:44.878Z | Compiling siphasher v1.0.2 |
| 1551 | 2026-08-20T17:12:44.938Z | Compiling usdt-impl v0.6.0 |
| 1552 | 2026-08-20T17:12:45.042Z | Compiling unarray v0.1.4 |
| 1553 | 2026-08-20T17:12:45.060Z | Compiling nodrop v0.1.14 |
| 1554 | 2026-08-20T17:12:45.132Z | Compiling object v0.37.3 |
| 1555 | 2026-08-20T17:12:45.146Z | Compiling num_threads v0.1.7 |
| 1556 | 2026-08-20T17:12:45.146Z | Compiling crc-catalog v2.4.0 |
| 1557 | 2026-08-20T17:12:45.241Z | Compiling paste v1.0.15 |
| 1558 | 2026-08-20T17:12:45.256Z | Compiling zlib-rs v0.6.2 |
| 1559 | 2026-08-20T17:12:45.359Z | Compiling crc v3.4.0 |
| 1560 | 2026-08-20T17:12:45.433Z | Compiling time v0.3.47 |
| 1561 | 2026-08-20T17:12:45.544Z | Compiling dof v0.4.0 |
| 1562 | 2026-08-20T17:12:45.576Z | Compiling array-init v0.0.4 |
| 1563 | 2026-08-20T17:12:45.822Z | Compiling clap v4.6.1 |
| 1564 | 2026-08-20T17:12:45.905Z | Compiling proptest v1.11.0 |
| 1565 | 2026-08-20T17:12:45.940Z | Compiling bitfield v0.19.4 |
| 1566 | 2026-08-20T17:12:46.233Z | Compiling zerocopy v0.6.6 |
| 1567 | 2026-08-20T17:12:46.678Z | Compiling tower v0.5.3 |
| 1568 | 2026-08-20T17:12:46.941Z | Compiling smallvec v0.6.14 |
| 1569 | 2026-08-20T17:12:47.211Z | Compiling derive_builder_core v0.20.2 |
| 1570 | 2026-08-20T17:12:47.351Z | Compiling dtrace-parser v0.3.0 |
| 1571 | 2026-08-20T17:12:48.055Z | Compiling ipnetwork v0.21.1 |
| 1572 | 2026-08-20T17:12:48.071Z | Compiling pkcs1 v0.7.5 |
| 1573 | 2026-08-20T17:12:48.142Z | Compiling flate2 v1.1.9 |
| 1574 | 2026-08-20T17:12:48.438Z | Compiling http-body-util v0.1.3 |
| 1575 | 2026-08-20T17:12:48.460Z | Compiling heapless v0.7.17 |
| 1576 | 2026-08-20T17:12:48.474Z | Compiling scroll_derive v0.12.1 |
| 1577 | 2026-08-20T17:12:48.551Z | Compiling structmeta-derive v0.3.0 |
| 1578 | 2026-08-20T17:12:48.681Z | Compiling slog v2.8.2 |
| 1579 | 2026-08-20T17:12:48.696Z | Compiling darling_core v0.23.0 |
| 1580 | 2026-08-20T17:12:48.747Z | Compiling thread-id v5.1.0 |
| 1581 | 2026-08-20T17:12:48.832Z | Compiling cookie v0.18.1 |
| 1582 | 2026-08-20T17:12:48.866Z | Compiling env_filter v2.0.0 |
| 1583 | 2026-08-20T17:12:49.011Z | Compiling winnow v0.5.40 |
| 1584 | 2026-08-20T17:12:49.131Z | Compiling zstd-safe v7.2.4 |
| 1585 | 2026-08-20T17:12:49.152Z | Compiling allocator-api2 v0.2.21 |
| 1586 | 2026-08-20T17:12:49.325Z | Compiling signal-hook v0.3.18 |
| 1587 | 2026-08-20T17:12:49.474Z | Compiling base64 v0.21.7 |
| 1588 | 2026-08-20T17:12:49.490Z | Compiling unicode-bidi v0.3.18 |
| 1589 | 2026-08-20T17:12:49.615Z | Compiling anyhow v1.0.104 |
| 1590 | 2026-08-20T17:12:49.777Z | Compiling unicode-properties v0.1.4 |
| 1591 | 2026-08-20T17:12:49.915Z | Compiling gimli v0.32.3 |
| 1592 | 2026-08-20T17:12:49.986Z | Compiling ryu v1.0.23 |
| 1593 | 2026-08-20T17:12:50.000Z | Compiling iri-string v0.7.10 |
| 1594 | 2026-08-20T17:12:50.168Z | Compiling hashbrown v0.12.3 |
| 1595 | 2026-08-20T17:12:50.425Z | Compiling toml_edit v0.19.15 |
| 1596 | 2026-08-20T17:12:51.004Z | Compiling serde_urlencoded v0.7.1 |
| 1597 | 2026-08-20T17:12:51.165Z | Compiling darling_macro v0.23.0 |
| 1598 | 2026-08-20T17:12:51.244Z | Compiling tower-http v0.6.8 |
| 1599 | 2026-08-20T17:12:51.493Z | Compiling stringprep v0.1.5 |
| 1600 | 2026-08-20T17:12:51.647Z | Compiling addr2line v0.25.1 |
| 1601 | 2026-08-20T17:12:51.828Z | Compiling ron v0.8.1 |
| 1602 | 2026-08-20T17:12:51.876Z | Compiling structmeta v0.3.0 |
| 1603 | 2026-08-20T17:12:51.978Z | Compiling scroll v0.12.0 |
| 1604 | 2026-08-20T17:12:51.994Z | Compiling env_logger v0.11.11 |
| 1605 | 2026-08-20T17:12:52.351Z | Compiling rsa v0.9.10 |
| 1606 | 2026-08-20T17:12:52.365Z | Compiling oxnet v0.1.6 |
| 1607 | 2026-08-20T17:12:52.379Z | Compiling newtype-uuid v1.3.2 |
| 1608 | 2026-08-20T17:12:52.702Z | Compiling derive_builder_macro v0.20.2 |
| 1609 | 2026-08-20T17:12:52.724Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1610 | 2026-08-20T17:12:52.743Z | Compiling hashbrown v0.13.2 |
| 1611 | 2026-08-20T17:12:52.786Z | Compiling bzip2 v0.4.4 |
| 1612 | 2026-08-20T17:12:53.024Z | Compiling serde-hex v0.1.0 |
| 1613 | 2026-08-20T17:12:53.039Z | Compiling tokio-native-tls v0.3.1 |
| 1614 | 2026-08-20T17:12:53.211Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1615 | 2026-08-20T17:12:53.718Z | Compiling camino v1.2.5 |
| 1616 | 2026-08-20T17:12:53.737Z | Compiling bstr v1.12.1 |
| 1617 | 2026-08-20T17:12:54.103Z | Compiling block-buffer v0.12.1 |
| 1618 | 2026-08-20T17:12:54.305Z | Compiling crypto-common v0.2.2 |
| 1619 | 2026-08-20T17:12:54.362Z | Compiling block-padding v0.4.2 |
| 1620 | 2026-08-20T17:12:54.533Z | Compiling rustls-native-certs v0.8.3 |
| 1621 | 2026-08-20T17:12:54.764Z | Compiling x509-cert v0.2.5 |
| 1622 | 2026-08-20T17:12:54.829Z | Compiling md-5 v0.10.6 |
| 1623 | 2026-08-20T17:12:55.010Z | Compiling erased-serde v0.3.31 |
| 1624 | 2026-08-20T17:12:55.398Z | Compiling serde_tokenstream v0.2.3 |
| 1625 | 2026-08-20T17:12:55.494Z | Compiling curve25519-dalek v4.1.3 |
| 1626 | 2026-08-20T17:12:55.707Z | Compiling pin-project-internal v1.1.11 |
| 1627 | 2026-08-20T17:12:55.821Z | Compiling daft-derive v0.1.7 |
| 1628 | 2026-08-20T17:12:56.030Z | Compiling async-trait v0.1.89 |
| 1629 | 2026-08-20T17:12:56.150Z | Compiling zerocopy-derive v0.7.35 |
| 1630 | 2026-08-20T17:12:56.363Z | Compiling vergen-lib v9.1.0 |
| 1631 | 2026-08-20T17:12:56.532Z | Compiling hash32 v0.2.1 |
| 1632 | 2026-08-20T17:12:56.546Z | Compiling memoffset v0.9.1 |
| 1633 | 2026-08-20T17:12:56.722Z | Compiling encoding_rs v0.8.35 |
| 1634 | 2026-08-20T17:12:56.739Z | Compiling rustc-demangle v0.1.27 |
| 1635 | 2026-08-20T17:12:56.806Z | Compiling ref-cast v1.0.25 |
| 1636 | 2026-08-20T17:12:56.841Z | Compiling cfg_aliases v0.2.1 |
| 1637 | 2026-08-20T17:12:56.915Z | Compiling smoltcp v0.9.1 |
| 1638 | 2026-08-20T17:12:57.014Z | Compiling mime v0.3.17 |
| 1639 | 2026-08-20T17:12:57.027Z | Compiling owo-colors v4.3.0 |
| 1640 | 2026-08-20T17:12:57.103Z | Compiling rustix v0.38.44 |
| 1641 | 2026-08-20T17:12:57.119Z | Compiling psl-types v2.0.11 |
| 1642 | 2026-08-20T17:12:57.238Z | Compiling fallible-iterator v0.2.0 |
| 1643 | 2026-08-20T17:12:57.241Z | Compiling crc-any v2.5.0 |
| 1644 | 2026-08-20T17:12:57.265Z | Compiling litrs v1.0.0 |
| 1645 | 2026-08-20T17:12:57.367Z | Compiling publicsuffix v2.3.0 |
| 1646 | 2026-08-20T17:12:57.427Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1647 | 2026-08-20T17:12:57.471Z | Compiling zerocopy v0.7.35 |
| 1648 | 2026-08-20T17:12:57.521Z | Compiling postgres-protocol v0.6.10 |
| 1649 | 2026-08-20T17:12:57.535Z | Compiling backtrace v0.3.76 |
| 1650 | 2026-08-20T17:12:57.549Z | Compiling nix v0.31.2 |
| 1651 | 2026-08-20T17:12:57.752Z | Compiling document-features v0.2.12 |
| 1652 | 2026-08-20T17:12:57.933Z | Compiling pin-project v1.1.11 |
| 1653 | 2026-08-20T17:12:58.109Z | Compiling daft v0.1.7 |
| 1654 | 2026-08-20T17:12:58.216Z | Compiling inout v0.2.2 |
| 1655 | 2026-08-20T17:12:58.337Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1656 | 2026-08-20T17:12:58.391Z | Compiling derive_builder v0.20.2 |
| 1657 | 2026-08-20T17:12:58.407Z | Compiling object v0.30.4 |
| 1658 | 2026-08-20T17:12:58.515Z | Compiling hyper-tls v0.6.0 |
| 1659 | 2026-08-20T17:12:58.518Z | Compiling zip v0.6.6 |
| 1660 | 2026-08-20T17:12:58.616Z | Compiling goblin v0.8.2 |
| 1661 | 2026-08-20T17:12:58.745Z | Compiling derive-ex v0.1.8 |
| 1662 | 2026-08-20T17:12:59.106Z | Compiling toml v0.7.8 |
| 1663 | 2026-08-20T17:12:59.251Z | Compiling darling v0.23.0 |
| 1664 | 2026-08-20T17:12:59.333Z | Compiling phf_shared v0.13.1 |
| 1665 | 2026-08-20T17:12:59.431Z | Compiling regex v1.12.3 |
| 1666 | 2026-08-20T17:12:59.571Z | Compiling hubpack_derive v0.1.1 |
| 1667 | 2026-08-20T17:12:59.684Z | Compiling futures-executor v0.3.32 |
| 1668 | 2026-08-20T17:12:59.842Z | Compiling ref-cast-impl v1.0.25 |
| 1669 | 2026-08-20T17:12:59.935Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1670 | 2026-08-20T17:13:00.009Z | Compiling snafu-derive v0.8.9 |
| 1671 | 2026-08-20T17:13:00.382Z | Compiling strum_macros v0.27.2 |
| 1672 | 2026-08-20T17:13:00.385Z | Compiling vergen v9.1.0 |
| 1673 | 2026-08-20T17:13:00.559Z | Compiling cargo-platform v0.3.2 |
| 1674 | 2026-08-20T17:13:00.563Z | Compiling ff v0.13.1 |
| 1675 | 2026-08-20T17:13:00.709Z | Compiling fs-err v3.3.0 |
| 1676 | 2026-08-20T17:13:00.825Z | Compiling base16ct v0.2.0 |
| 1677 | 2026-08-20T17:13:00.893Z | Compiling path-slash v0.1.5 |
| 1678 | 2026-08-20T17:13:01.003Z | Compiling bitflags v1.3.2 |
| 1679 | 2026-08-20T17:13:01.023Z | Compiling managed v0.8.0 |
| 1680 | 2026-08-20T17:13:01.076Z | Compiling unicode-segmentation v1.12.0 |
| 1681 | 2026-08-20T17:13:01.207Z | Compiling same-file v1.0.6 |
| 1682 | 2026-08-20T17:13:01.238Z | Compiling foldhash v0.1.5 |
| 1683 | 2026-08-20T17:13:01.369Z | Compiling either v1.15.0 |
| 1684 | 2026-08-20T17:13:01.407Z | Compiling jiff-core v0.1.0 |
| 1685 | 2026-08-20T17:13:01.454Z | Compiling bumpalo v3.20.2 |
| 1686 | 2026-08-20T17:13:01.575Z | Compiling libbz2-rs-sys v0.2.2 |
| 1687 | 2026-08-20T17:13:01.704Z | Compiling is_ci v1.2.0 |
| 1688 | 2026-08-20T17:13:01.843Z | Compiling foldhash v0.2.0 |
| 1689 | 2026-08-20T17:13:01.881Z | Compiling textwrap v0.16.2 |
| 1690 | 2026-08-20T17:13:02.018Z | Compiling bzip2 v0.6.1 |
| 1691 | 2026-08-20T17:13:02.065Z | Compiling hashbrown v0.16.1 |
| 1692 | 2026-08-20T17:13:02.232Z | Compiling jiff v0.2.34 |
| 1693 | 2026-08-20T17:13:02.257Z | Compiling snafu v0.8.9 |
| 1694 | 2026-08-20T17:13:02.326Z | Compiling supports-color v3.0.2 |
| 1695 | 2026-08-20T17:13:02.341Z | Compiling strum v0.27.2 |
| 1696 | 2026-08-20T17:13:02.452Z | Compiling zopfli v0.8.3 |
| 1697 | 2026-08-20T17:13:02.467Z | Compiling hashbrown v0.15.5 |
| 1698 | 2026-08-20T17:13:02.493Z | Compiling walkdir v2.5.0 |
| 1699 | 2026-08-20T17:13:02.650Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1700 | 2026-08-20T17:13:02.793Z | Compiling sec1 v0.7.3 |
| 1701 | 2026-08-20T17:13:03.100Z | Compiling dof v0.3.0 |
| 1702 | 2026-08-20T17:13:03.127Z | Compiling cargo_metadata v0.23.1 |
| 1703 | 2026-08-20T17:13:03.141Z | Compiling group v0.13.0 |
| 1704 | 2026-08-20T17:13:03.435Z | Compiling test-strategy v0.4.5 |
| 1705 | 2026-08-20T17:13:03.920Z | Compiling hubpack v0.1.2 |
| 1706 | 2026-08-20T17:13:04.121Z | Compiling futures v0.3.32 |
| 1707 | 2026-08-20T17:13:04.137Z | Compiling phf v0.13.1 |
| 1708 | 2026-08-20T17:13:04.205Z | Compiling serde_with_macros v3.21.0 |
| 1709 | 2026-08-20T17:13:04.476Z | Compiling cookie_store v0.22.1 |
| 1710 | 2026-08-20T17:13:04.657Z | Compiling signal-hook-mio v0.2.5 |
| 1711 | 2026-08-20T17:13:04.778Z | Compiling zstd v0.13.3 |
| 1712 | 2026-08-20T17:13:04.883Z | Compiling reqwest v0.12.28 |
| 1713 | 2026-08-20T17:13:05.036Z | Compiling cipher v0.5.2 |
| 1714 | 2026-08-20T17:13:05.217Z | Compiling backtrace-ext v0.2.1 |
| 1715 | 2026-08-20T17:13:05.344Z | Compiling postgres-types v0.2.12 |
| 1716 | 2026-08-20T17:13:05.816Z | Compiling usdt-macro v0.6.0 |
| 1717 | 2026-08-20T17:13:05.890Z | Compiling usdt-attr-macro v0.6.0 |
| 1718 | 2026-08-20T17:13:06.080Z | Compiling globset v0.4.18 |
| 1719 | 2026-08-20T17:13:06.322Z | Compiling phf_shared v0.11.3 |
| 1720 | 2026-08-20T17:13:06.431Z | Compiling hkdf v0.12.4 |
| 1721 | 2026-08-20T17:13:06.511Z | Compiling dtrace-parser v0.2.0 |
| 1722 | 2026-08-20T17:13:06.582Z | Compiling byte-wrapper v0.1.0 |
| 1723 | 2026-08-20T17:13:06.586Z | Compiling olpc-cjson v0.1.4 |
| 1724 | 2026-08-20T17:13:06.611Z | Compiling ed25519 v2.2.3 |
| 1725 | 2026-08-20T17:13:06.693Z | Compiling crypto-bigint v0.5.5 |
| 1726 | 2026-08-20T17:13:06.744Z | Compiling serde-big-array v0.5.1 |
| 1727 | 2026-08-20T17:13:06.758Z | Compiling serde_plain v1.0.2 |
| 1728 | 2026-08-20T17:13:06.886Z | Compiling serde_repr v0.1.20 |
| 1729 | 2026-08-20T17:13:06.905Z | Compiling enum-as-inner v0.6.1 |
| 1730 | 2026-08-20T17:13:06.946Z | Compiling miette-derive v7.6.0 |
| 1731 | 2026-08-20T17:13:07.233Z | Compiling async-recursion v1.1.1 |
| 1732 | 2026-08-20T17:13:07.410Z | Compiling strum_macros v0.26.4 |
| 1733 | 2026-08-20T17:13:07.413Z | Compiling pem v3.0.6 |
| 1734 | 2026-08-20T17:13:07.501Z | Compiling float-cmp v0.10.0 |
| 1735 | 2026-08-20T17:13:07.645Z | Compiling memmap2 v0.9.10 |
| 1736 | 2026-08-20T17:13:07.741Z | Compiling thread-id v4.2.2 |
| 1737 | 2026-08-20T17:13:07.828Z | Compiling normalize-line-endings v0.3.0 |
| 1738 | 2026-08-20T17:13:07.878Z | Compiling predicates-core v1.0.10 |
| 1739 | 2026-08-20T17:13:07.944Z | Compiling fixedbitset v0.4.2 |
| 1740 | 2026-08-20T17:13:07.974Z | Compiling whoami v2.1.0 |
| 1741 | 2026-08-20T17:13:08.141Z | Compiling supports-hyperlinks v3.2.0 |
| 1742 | 2026-08-20T17:13:08.146Z | Compiling data-encoding v2.10.0 |
| 1743 | 2026-08-20T17:13:08.170Z | Compiling fixedbitset v0.5.7 |
| 1744 | 2026-08-20T17:13:08.252Z | Compiling keccak v0.1.6 |
| 1745 | 2026-08-20T17:13:08.353Z | Compiling supports-unicode v3.0.0 |
| 1746 | 2026-08-20T17:13:08.497Z | Compiling static_assertions v1.1.0 |
| 1747 | 2026-08-20T17:13:08.511Z | Compiling precomputed-hash v0.1.1 |
| 1748 | 2026-08-20T17:13:08.572Z | Compiling winnow v1.0.3 |
| 1749 | 2026-08-20T17:13:08.597Z | Compiling new_debug_unreachable v1.0.6 |
| 1750 | 2026-08-20T17:13:08.613Z | Compiling difflib v0.4.0 |
| 1751 | 2026-08-20T17:13:08.669Z | Compiling cpufeatures v0.3.0 |
| 1752 | 2026-08-20T17:13:08.750Z | Compiling typed-path v0.9.3 |
| 1753 | 2026-08-20T17:13:08.813Z | Compiling const-oid v0.10.2 |
| 1754 | 2026-08-20T17:13:08.839Z | Compiling toml_edit v0.22.27 |
| 1755 | 2026-08-20T17:13:09.006Z | Compiling digest v0.11.3 |
| 1756 | 2026-08-20T17:13:09.019Z | Compiling predicates v3.1.4 |
| 1757 | 2026-08-20T17:13:09.177Z | Compiling chacha20 v0.10.0 |
| 1758 | 2026-08-20T17:13:09.212Z | Compiling strum v0.26.3 |
| 1759 | 2026-08-20T17:13:09.227Z | Compiling string_cache v0.8.9 |
| 1760 | 2026-08-20T17:13:09.335Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1761 | 2026-08-20T17:13:09.446Z | Compiling miette v7.6.0 |
| 1762 | 2026-08-20T17:13:09.545Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1763 | 2026-08-20T17:13:09.625Z | Compiling hickory-proto v0.25.2 |
| 1764 | 2026-08-20T17:13:09.638Z | Compiling sha3 v0.10.8 |
| 1765 | 2026-08-20T17:13:09.974Z | Compiling petgraph v0.8.3 |
| 1766 | 2026-08-20T17:13:10.087Z | Compiling tokio-postgres v0.7.16 |
| 1767 | 2026-08-20T17:13:10.153Z | Compiling petgraph v0.6.5 |
| 1768 | 2026-08-20T17:13:10.584Z | Compiling usdt-impl v0.5.0 |
| 1769 | 2026-08-20T17:13:11.162Z | Compiling usdt v0.6.0 |
| 1770 | 2026-08-20T17:13:11.422Z | Compiling elliptic-curve v0.13.8 |
| 1771 | 2026-08-20T17:13:11.546Z | Compiling ed25519-dalek v2.2.0 |
| 1772 | 2026-08-20T17:13:11.597Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1773 | 2026-08-20T17:13:11.819Z | Compiling crossterm v0.28.1 |
| 1774 | 2026-08-20T17:13:12.069Z | Compiling serde_with v3.21.0 |
| 1775 | 2026-08-20T17:13:12.130Z | Compiling zip v4.6.1 |
| 1776 | 2026-08-20T17:13:12.673Z | Compiling iddqd v0.4.2 |
| 1777 | 2026-08-20T17:13:13.106Z | Compiling itertools v0.15.0 |
| 1778 | 2026-08-20T17:13:13.121Z | Compiling itertools v0.13.0 |
| 1779 | 2026-08-20T17:13:13.498Z | Compiling heck v0.4.1 |
| 1780 | 2026-08-20T17:13:13.594Z | Compiling similar v2.7.0 |
| 1781 | 2026-08-20T17:13:13.725Z | Compiling crossbeam-epoch v0.9.18 |
| 1782 | 2026-08-20T17:13:13.874Z | Compiling tokio-stream v0.1.18 |
| 1783 | 2026-08-20T17:13:13.945Z | Compiling buf-list v1.1.2 |
| 1784 | 2026-08-20T17:13:14.043Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1785 | 2026-08-20T17:13:14.216Z | Compiling openapiv3 v2.2.0 |
| 1786 | 2026-08-20T17:13:14.291Z | Compiling lalrpop-util v0.19.12 |
| 1787 | 2026-08-20T17:13:14.316Z | Compiling peg-runtime v0.8.5 |
| 1788 | 2026-08-20T17:13:14.339Z | Compiling thread_local v1.1.9 |
| 1789 | 2026-08-20T17:13:14.358Z | Compiling slog-async v2.8.0 |
| 1790 | 2026-08-20T17:13:14.411Z | Compiling crossbeam-channel v0.5.15 |
| 1791 | 2026-08-20T17:13:14.432Z | Compiling filetime v0.2.27 |
| 1792 | 2026-08-20T17:13:14.470Z | Compiling is-terminal v0.4.17 |
| 1793 | 2026-08-20T17:13:14.567Z | Compiling xattr v1.6.1 |
| 1794 | 2026-08-20T17:13:14.581Z | Compiling term v1.2.1 |
| 1795 | 2026-08-20T17:13:14.594Z | Compiling take_mut v0.2.2 |
| 1796 | 2026-08-20T17:13:14.607Z | Compiling camino-tempfile v1.4.1 |
| 1797 | 2026-08-20T17:13:14.695Z | Compiling tar v0.4.46 |
| 1798 | 2026-08-20T17:13:14.856Z | Compiling slog-term v2.9.2 |
| 1799 | 2026-08-20T17:13:20.877Z | Compiling rustls-webpki v0.103.13 |
| 1800 | 2026-08-20T17:13:23.556Z | Compiling tokio-rustls v0.26.4 |
| 1801 | 2026-08-20T17:13:23.556Z | Compiling rustls-platform-verifier v0.6.2 |
| 1802 | 2026-08-20T17:13:23.563Z | Compiling tough v0.22.0 |
| 1803 | 2026-08-20T17:13:23.766Z | Compiling hyper-rustls v0.27.7 |
| 1804 | 2026-08-20T17:13:23.967Z | Compiling reqwest v0.13.2 |
| 1805 | 2026-08-20T17:13:26.139Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1806 | 2026-08-20T17:13:26.347Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1807 | 2026-08-20T17:13:29.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1808 | 2026-08-20T17:13:29.398Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1809 | 2026-08-20T17:13:29.451Z | Aug 20 17:13:28.172 INFO Starting download, target: Cockroach |
| 1810 | 2026-08-20T17:13:29.452Z | Aug 20 17:13:28.173 INFO Starting download, target: Console |
| 1811 | 2026-08-20T17:13:29.452Z | Aug 20 17:13:28.173 INFO Starting download, target: Clickhouse |
| 1812 | 2026-08-20T17:13:29.455Z | Aug 20 17:13:28.173 INFO Starting download, target: DendriteStub |
| 1813 | 2026-08-20T17:13:29.455Z | Aug 20 17:13:28.173 INFO Starting download, target: MaghemiteMgd |
| 1814 | 2026-08-20T17:13:29.455Z | Aug 20 17:13:28.173 INFO Starting download, target: MaghemiteDdmd |
| 1815 | 2026-08-20T17:13:29.455Z | Aug 20 17:13:28.173 INFO Starting download, target: TransceiverControl |
| 1816 | 2026-08-20T17:13:29.455Z | Aug 20 17:13:28.173 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1817 | 2026-08-20T17:13:29.455Z | Aug 20 17:13:28.173 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1818 | 2026-08-20T17:13:29.456Z | Aug 20 17:13:28.173 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1819 | 2026-08-20T17:13:29.456Z | Aug 20 17:13:28.173 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1820 | 2026-08-20T17:13:29.456Z | Aug 20 17:13:28.173 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1821 | 2026-08-20T17:13:29.456Z | Aug 20 17:13:28.173 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1822 | 2026-08-20T17:13:29.456Z | Aug 20 17:13:28.173 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1823 | 2026-08-20T17:13:31.255Z | Aug 20 17:13:29.975 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1824 | 2026-08-20T17:13:31.554Z | Aug 20 17:13:30.217 INFO Download complete, target: Console |
| 1825 | 2026-08-20T17:13:31.583Z | Aug 20 17:13:30.293 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1826 | 2026-08-20T17:13:31.805Z | Aug 20 17:13:30.490 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1827 | 2026-08-20T17:13:32.072Z | Aug 20 17:13:30.706 INFO Download complete, target: TransceiverControl |
| 1828 | 2026-08-20T17:13:33.726Z | Aug 20 17:13:32.440 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1829 | 2026-08-20T17:13:34.258Z | Aug 20 17:13:32.979 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1830 | 2026-08-20T17:13:34.320Z | Aug 20 17:13:33.038 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1831 | 2026-08-20T17:13:34.577Z | Aug 20 17:13:33.298 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1832 | 2026-08-20T17:13:34.577Z | Aug 20 17:13:33.298 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1833 | 2026-08-20T17:13:35.655Z | Aug 20 17:13:34.376 INFO Download complete, target: MaghemiteDdmd |
| 1834 | 2026-08-20T17:13:36.852Z | Aug 20 17:13:35.573 INFO Download complete, target: DendriteStub |
| 1835 | 2026-08-20T17:13:36.875Z | Aug 20 17:13:35.596 INFO Download complete, target: MaghemiteMgd |
| 1836 | 2026-08-20T17:13:38.551Z | Aug 20 17:13:37.271 INFO Checking that binary works, target: Clickhouse |
| 1837 | 2026-08-20T17:13:38.671Z | Aug 20 17:13:37.392 INFO Download complete, target: Clickhouse |
| 1838 | 2026-08-20T17:13:39.328Z | Aug 20 17:13:38.049 INFO Checking that binary works, target: Cockroach |
| 1839 | 2026-08-20T17:13:39.442Z | Aug 20 17:13:38.163 INFO Download complete, target: Cockroach |
| 1840 | 2026-08-20T17:13:39.458Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1841 | 2026-08-20T17:13:39.463Z | |
| 1842 | 2026-08-20T17:13:39.463Z | real 2:10.238663782 |
| 1843 | 2026-08-20T17:13:39.463Z | user 7:15.947734263 |
| 1844 | 2026-08-20T17:13:39.463Z | sys 1:25.573519849 |
| 1845 | 2026-08-20T17:13:39.463Z | trap 0.242059615 |
| 1846 | 2026-08-20T17:13:39.463Z | tflt 0.569431479 |
| 1847 | 2026-08-20T17:13:39.463Z | dflt 0.989225689 |
| 1848 | 2026-08-20T17:13:39.463Z | kflt 0.030057250 |
| 1849 | 2026-08-20T17:13:39.463Z | lock 27:12.326938901 |
| 1850 | 2026-08-20T17:13:39.463Z | slp 21:51.513260163 |
| 1851 | 2026-08-20T17:13:39.464Z | lat 48.664113579 |
| 1852 | 2026-08-20T17:13:39.464Z | stop 2:42.957306313 |
| 1853 | 2026-08-20T17:13:39.464Z | + banner clippy |
| 1854 | 2026-08-20T17:13:39.464Z | |
| 1855 | 2026-08-20T17:13:39.464Z | #### # # ##### ##### # # |
| 1856 | 2026-08-20T17:13:39.464Z | # # # # # # # # # # |
| 1857 | 2026-08-20T17:13:39.464Z | # # # # # # # # |
| 1858 | 2026-08-20T17:13:39.464Z | # # # ##### ##### # |
| 1859 | 2026-08-20T17:13:39.464Z | # # # # # # # |
| 1860 | 2026-08-20T17:13:39.464Z | #### ###### # # # # |
| 1861 | 2026-08-20T17:13:39.464Z | |
| 1862 | 2026-08-20T17:13:39.464Z | + export CARGO_INCREMENTAL=0 |
| 1863 | 2026-08-20T17:13:39.464Z | + CARGO_INCREMENTAL=0 |
| 1864 | 2026-08-20T17:13:39.464Z | + ptime -m cargo xtask clippy |
| 1865 | 2026-08-20T17:13:39.930Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1866 | 2026-08-20T17:13:40.214Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1867 | 2026-08-20T17:13:42.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
| 1868 | 2026-08-20T17:13:42.080Z | Running `target/debug/xtask clippy` |
| 1869 | 2026-08-20T17:13:42.106Z | running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1870 | 2026-08-20T17:13:42.673Z | Downloading crates ... |
| 1871 | 2026-08-20T17:13:42.844Z | Downloaded assert_cmd v2.1.2 |
| 1872 | 2026-08-20T17:13:42.847Z | Downloaded assert-json-diff v2.0.2 |
| 1873 | 2026-08-20T17:13:42.847Z | Downloaded approx v0.5.1 |
| 1874 | 2026-08-20T17:13:42.847Z | Downloaded async-object-pool v0.2.0 |
| 1875 | 2026-08-20T17:13:42.850Z | Downloaded anes v0.1.6 |
| 1876 | 2026-08-20T17:13:42.850Z | Downloaded constant_time_eq v0.3.1 |
| 1877 | 2026-08-20T17:13:42.850Z | Downloaded cast v0.3.0 |
| 1878 | 2026-08-20T17:13:42.850Z | Downloaded blake2b_simd v1.0.4 |
| 1879 | 2026-08-20T17:13:42.854Z | Downloaded cfg-expr v0.20.6 |
| 1880 | 2026-08-20T17:13:42.854Z | Downloaded escape8259 v0.5.3 |
| 1881 | 2026-08-20T17:13:42.854Z | Downloaded event-listener-strategy v0.5.4 |
| 1882 | 2026-08-20T17:13:42.854Z | Downloaded criterion-plot v0.6.0 |
| 1883 | 2026-08-20T17:13:42.857Z | Downloaded concurrent-queue v2.5.0 |
| 1884 | 2026-08-20T17:13:42.857Z | Downloaded futures-timer v3.0.3 |
| 1885 | 2026-08-20T17:13:42.857Z | Downloaded async-lock v3.4.2 |
| 1886 | 2026-08-20T17:13:42.857Z | Downloaded datatest-stable v0.3.3 |
| 1887 | 2026-08-20T17:13:42.860Z | Downloaded event-listener v5.4.1 |
| 1888 | 2026-08-20T17:13:42.860Z | Downloaded criterion v0.7.0 |
| 1889 | 2026-08-20T17:13:42.864Z | Downloaded fancy-regex v0.14.0 |
| 1890 | 2026-08-20T17:13:42.867Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1891 | 2026-08-20T17:13:42.867Z | Downloaded hex-literal v0.4.1 |
| 1892 | 2026-08-20T17:13:42.867Z | Downloaded guppy v0.17.25 |
| 1893 | 2026-08-20T17:13:42.870Z | Downloaded hickory-client v0.25.2 |
| 1894 | 2026-08-20T17:13:42.873Z | Downloaded httptest v0.16.4 |
| 1895 | 2026-08-20T17:13:42.874Z | Downloaded linkme-impl v0.3.35 |
| 1896 | 2026-08-20T17:13:42.874Z | Downloaded nested v0.1.1 |
| 1897 | 2026-08-20T17:13:42.874Z | Downloaded knuffel-derive v3.2.0 |
| 1898 | 2026-08-20T17:13:42.877Z | Downloaded miette-derive v5.10.0 |
| 1899 | 2026-08-20T17:13:42.877Z | Downloaded libtest-mimic v0.8.1 |
| 1900 | 2026-08-20T17:13:42.877Z | Downloaded linkme v0.3.35 |
| 1901 | 2026-08-20T17:13:42.880Z | Downloaded pathdiff v0.2.3 |
| 1902 | 2026-08-20T17:13:42.880Z | Downloaded parking v2.2.1 |
| 1903 | 2026-08-20T17:13:42.880Z | Downloaded plotters-backend v0.3.7 |
| 1904 | 2026-08-20T17:13:42.880Z | Downloaded plotters-svg v0.3.7 |
| 1905 | 2026-08-20T17:13:42.880Z | Downloaded oorandom v11.1.5 |
| 1906 | 2026-08-20T17:13:42.880Z | Downloaded owo-colors v3.5.0 |
| 1907 | 2026-08-20T17:13:42.884Z | Downloaded path-tree v0.8.3 |
| 1908 | 2026-08-20T17:13:42.884Z | Downloaded knuffel v3.2.0 |
| 1909 | 2026-08-20T17:13:42.884Z | Downloaded partial-io v0.5.4 |
| 1910 | 2026-08-20T17:13:42.884Z | Downloaded miette v5.10.0 |
| 1911 | 2026-08-20T17:13:42.888Z | Downloaded serde_regex v1.1.0 |
| 1912 | 2026-08-20T17:13:42.888Z | Downloaded relative-path v1.9.3 |
| 1913 | 2026-08-20T17:13:42.888Z | Downloaded rust-argon2 v2.1.0 |
| 1914 | 2026-08-20T17:13:42.891Z | Downloaded similar-asserts v1.7.0 |
| 1915 | 2026-08-20T17:13:42.891Z | Downloaded supports-color v2.1.0 |
| 1916 | 2026-08-20T17:13:42.891Z | Downloaded supports-hyperlinks v2.1.0 |
| 1917 | 2026-08-20T17:13:42.891Z | Downloaded supports-unicode v2.1.0 |
| 1918 | 2026-08-20T17:13:42.891Z | Downloaded target-triple v1.0.0 |
| 1919 | 2026-08-20T17:13:42.891Z | Downloaded rand_distr v0.5.1 |
| 1920 | 2026-08-20T17:13:42.895Z | Downloaded rstest_macros v0.25.0 |
| 1921 | 2026-08-20T17:13:42.900Z | Downloaded stringmetrics v2.2.2 |
| 1922 | 2026-08-20T17:13:42.900Z | Downloaded terminal_size v0.1.17 |
| 1923 | 2026-08-20T17:13:42.900Z | Downloaded rstest v0.25.0 |
| 1924 | 2026-08-20T17:13:42.904Z | Downloaded target-lexicon v0.13.3 |
| 1925 | 2026-08-20T17:13:42.904Z | Downloaded termcolor v1.4.1 |
| 1926 | 2026-08-20T17:13:42.904Z | Downloaded target-spec v3.5.7 |
| 1927 | 2026-08-20T17:13:42.904Z | Downloaded tinytemplate v1.2.1 |
| 1928 | 2026-08-20T17:13:42.904Z | Downloaded plotters v0.3.7 |
| 1929 | 2026-08-20T17:13:42.908Z | Downloaded textwrap v0.15.2 |
| 1930 | 2026-08-20T17:13:42.911Z | Downloaded trybuild v1.0.116 |
| 1931 | 2026-08-20T17:13:42.993Z | Downloaded httpmock v0.8.3 |
| 1932 | 2026-08-20T17:13:44.829Z | Checking cfg-if v1.0.4 |
| 1933 | 2026-08-20T17:13:45.215Z | Checking serde_core v1.0.228 |
| 1934 | 2026-08-20T17:13:45.215Z | Checking libc v0.2.185 |
| 1935 | 2026-08-20T17:13:45.291Z | Checking memchr v2.8.0 |
| 1936 | 2026-08-20T17:13:45.332Z | Checking smallvec v1.15.1 |
| 1937 | 2026-08-20T17:13:45.371Z | Checking itoa v1.0.17 |
| 1938 | 2026-08-20T17:13:45.408Z | Checking subtle v2.6.1 |
| 1939 | 2026-08-20T17:13:45.445Z | Checking rand_core v0.10.0 |
| 1940 | 2026-08-20T17:13:45.484Z | Checking log v0.4.33 |
| 1941 | 2026-08-20T17:13:45.540Z | Checking libm v0.2.16 |
| 1942 | 2026-08-20T17:13:45.590Z | Checking typenum v1.20.1 |
| 1943 | 2026-08-20T17:13:45.595Z | Checking scopeguard v1.2.0 |
| 1944 | 2026-08-20T17:13:45.664Z | Checking zmij v1.0.21 |
| 1945 | 2026-08-20T17:13:45.703Z | Checking stable_deref_trait v1.2.1 |
| 1946 | 2026-08-20T17:13:45.738Z | Checking errno v0.3.14 |
| 1947 | 2026-08-20T17:13:45.738Z | Checking getrandom v0.4.3 |
| 1948 | 2026-08-20T17:13:45.805Z | Checking lock_api v0.4.14 |
| 1949 | 2026-08-20T17:13:45.845Z | Checking zerofrom v0.1.6 |
| 1950 | 2026-08-20T17:13:45.904Z | Checking percent-encoding v2.3.2 |
| 1951 | 2026-08-20T17:13:45.945Z | Checking litemap v0.8.1 |
| 1952 | 2026-08-20T17:13:45.945Z | Checking writeable v0.6.2 |
| 1953 | 2026-08-20T17:13:46.015Z | Checking yoke v0.8.1 |
| 1954 | 2026-08-20T17:13:46.054Z | Checking icu_properties_data v2.1.2 |
| 1955 | 2026-08-20T17:13:46.093Z | Checking icu_normalizer_data v2.1.1 |
| 1956 | 2026-08-20T17:13:46.132Z | Checking form_urlencoded v1.2.2 |
| 1957 | 2026-08-20T17:13:46.176Z | Checking pin-project-lite v0.2.17 |
| 1958 | 2026-08-20T17:13:46.214Z | Checking zerovec v0.11.5 |
| 1959 | 2026-08-20T17:13:46.214Z | Checking zerotrie v0.2.3 |
| 1960 | 2026-08-20T17:13:46.218Z | Checking utf8_iter v1.0.4 |
| 1961 | 2026-08-20T17:13:46.325Z | Checking num-traits v0.2.19 |
| 1962 | 2026-08-20T17:13:46.357Z | Checking zerocopy v0.8.55 |
| 1963 | 2026-08-20T17:13:46.396Z | Checking parking_lot_core v0.9.12 |
| 1964 | 2026-08-20T17:13:46.399Z | Checking portable-atomic v1.13.1 |
| 1965 | 2026-08-20T17:13:46.468Z | Checking critical-section v1.2.0 |
| 1966 | 2026-08-20T17:13:46.512Z | Checking signal-hook-registry v1.4.8 |
| 1967 | 2026-08-20T17:13:46.599Z | Checking mio v1.2.0 |
| 1968 | 2026-08-20T17:13:46.637Z | Checking parking_lot v0.12.5 |
| 1969 | 2026-08-20T17:13:46.672Z | Checking tinystr v0.8.2 |
| 1970 | 2026-08-20T17:13:46.707Z | Checking potential_utf v0.1.4 |
| 1971 | 2026-08-20T17:13:46.742Z | Checking serde v1.0.228 |
| 1972 | 2026-08-20T17:13:46.862Z | Checking bitflags v2.11.0 |
| 1973 | 2026-08-20T17:13:46.887Z | Checking serde_json v1.0.151 |
| 1974 | 2026-08-20T17:13:46.891Z | Checking icu_locale_core v2.1.1 |
| 1975 | 2026-08-20T17:13:46.920Z | Checking icu_collections v2.1.1 |
| 1976 | 2026-08-20T17:13:46.925Z | Checking once_cell v1.21.3 |
| 1977 | 2026-08-20T17:13:47.035Z | Checking socket2 v0.6.3 |
| 1978 | 2026-08-20T17:13:47.077Z | Checking iana-time-zone v0.1.65 |
| 1979 | 2026-08-20T17:13:47.155Z | Checking zeroize v1.9.0 |
| 1980 | 2026-08-20T17:13:47.193Z | Checking bytes v1.11.1 |
| 1981 | 2026-08-20T17:13:47.234Z | Checking chrono v0.4.45 |
| 1982 | 2026-08-20T17:13:47.302Z | Checking uuid v1.23.4 |
| 1983 | 2026-08-20T17:13:47.356Z | Checking semver v1.0.28 |
| 1984 | 2026-08-20T17:13:47.397Z | Checking thiserror v2.0.18 |
| 1985 | 2026-08-20T17:13:47.499Z | Checking icu_provider v2.1.1 |
| 1986 | 2026-08-20T17:13:47.558Z | Checking dyn-clone v1.0.20 |
| 1987 | 2026-08-20T17:13:47.601Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1988 | 2026-08-20T17:13:47.601Z | Checking futures-core v0.3.32 |
| 1989 | 2026-08-20T17:13:47.672Z | Checking tokio v1.52.1 |
| 1990 | 2026-08-20T17:13:47.675Z | Checking getrandom v0.3.4 |
| 1991 | 2026-08-20T17:13:47.710Z | Checking rustix v1.1.4 |
| 1992 | 2026-08-20T17:13:47.780Z | Checking equivalent v1.0.2 |
| 1993 | 2026-08-20T17:13:47.783Z | Checking icu_normalizer v2.1.1 |
| 1994 | 2026-08-20T17:13:47.854Z | Checking icu_properties v2.1.2 |
| 1995 | 2026-08-20T17:13:47.894Z | Checking getrandom v0.2.17 |
| 1996 | 2026-08-20T17:13:47.972Z | Checking cmov v0.5.4 |
| 1997 | 2026-08-20T17:13:48.097Z | Checking byteorder v1.5.0 |
| 1998 | 2026-08-20T17:13:48.136Z | Checking rand_core v0.6.4 |
| 1999 | 2026-08-20T17:13:48.173Z | Checking futures-sink v0.3.32 |
| 2000 | 2026-08-20T17:13:48.207Z | Checking ctutils v0.4.2 |
| 2001 | 2026-08-20T17:13:48.301Z | Checking futures-channel v0.3.32 |
| 2002 | 2026-08-20T17:13:48.339Z | Checking futures-task v0.3.32 |
| 2003 | 2026-08-20T17:13:48.373Z | Checking futures-io v0.3.32 |
| 2004 | 2026-08-20T17:13:48.450Z | Checking hybrid-array v0.4.13 |
| 2005 | 2026-08-20T17:13:48.506Z | Checking slab v0.4.12 |
| 2006 | 2026-08-20T17:13:48.543Z | Checking hashbrown v0.17.0 |
| 2007 | 2026-08-20T17:13:48.547Z | Checking generic-array v0.14.7 |
| 2008 | 2026-08-20T17:13:48.613Z | Checking thiserror v1.0.69 |
| 2009 | 2026-08-20T17:13:48.692Z | Checking futures-util v0.3.32 |
| 2010 | 2026-08-20T17:13:48.729Z | Checking idna_adapter v1.2.1 |
| 2011 | 2026-08-20T17:13:48.764Z | Checking regex-syntax v0.8.10 |
| 2012 | 2026-08-20T17:13:48.876Z | Checking idna v1.1.0 |
| 2013 | 2026-08-20T17:13:49.026Z | Checking indexmap v2.14.0 |
| 2014 | 2026-08-20T17:13:49.063Z | Checking fnv v1.0.7 |
| 2015 | 2026-08-20T17:13:49.146Z | Checking url v2.5.8 |
| 2016 | 2026-08-20T17:13:49.185Z | Checking base64ct v1.8.3 |
| 2017 | 2026-08-20T17:13:49.188Z | Checking ppv-lite86 v0.2.21 |
| 2018 | 2026-08-20T17:13:49.255Z | Checking crypto-common v0.2.2 |
| 2019 | 2026-08-20T17:13:49.445Z | Checking const-oid v0.9.6 |
| 2020 | 2026-08-20T17:13:49.545Z | Checking crypto-common v0.1.7 |
| 2021 | 2026-08-20T17:13:49.606Z | Checking schemars v0.8.22 |
| 2022 | 2026-08-20T17:13:49.609Z | Checking block-buffer v0.12.1 |
| 2023 | 2026-08-20T17:13:49.701Z | Checking base64 v0.22.1 |
| 2024 | 2026-08-20T17:13:49.837Z | Checking block-buffer v0.10.4 |
| 2025 | 2026-08-20T17:13:49.873Z | Checking utf8parse v0.2.2 |
| 2026 | 2026-08-20T17:13:49.964Z | Checking anstyle v1.0.14 |
| 2027 | 2026-08-20T17:13:50.004Z | Checking http v1.4.2 |
| 2028 | 2026-08-20T17:13:50.007Z | Checking tracing-core v0.1.36 |
| 2029 | 2026-08-20T17:13:50.073Z | Checking rand_core v0.9.5 |
| 2030 | 2026-08-20T17:13:50.148Z | Checking digest v0.10.7 |
| 2031 | 2026-08-20T17:13:50.186Z | Checking colorchoice v1.0.4 |
| 2032 | 2026-08-20T17:13:50.270Z | Checking is_terminal_polyfill v1.70.2 |
| 2033 | 2026-08-20T17:13:50.275Z | Checking anstyle-query v1.1.5 |
| 2034 | 2026-08-20T17:13:50.387Z | Checking tracing v0.1.44 |
| 2035 | 2026-08-20T17:13:50.396Z | Checking terminal_size v0.4.3 |
| 2036 | 2026-08-20T17:13:50.414Z | Checking const-oid v0.10.2 |
| 2037 | 2026-08-20T17:13:50.417Z | Checking anstyle-parse v1.0.0 |
| 2038 | 2026-08-20T17:13:50.481Z | Checking erased-serde v0.3.31 |
| 2039 | 2026-08-20T17:13:50.518Z | Checking rand_chacha v0.9.0 |
| 2040 | 2026-08-20T17:13:50.570Z | Checking ipnet v2.12.0 |
| 2041 | 2026-08-20T17:13:50.608Z | Checking aho-corasick v1.1.4 |
| 2042 | 2026-08-20T17:13:50.613Z | Checking crossbeam-utils v0.8.21 |
| 2043 | 2026-08-20T17:13:50.613Z | Checking clap_lex v1.0.0 |
| 2044 | 2026-08-20T17:13:50.711Z | Checking anstream v1.0.0 |
| 2045 | 2026-08-20T17:13:50.747Z | Checking rand v0.9.2 |
| 2046 | 2026-08-20T17:13:50.849Z | Checking unicode-ident v1.0.24 |
| 2047 | 2026-08-20T17:13:50.852Z | Checking strsim v0.11.1 |
| 2048 | 2026-08-20T17:13:50.922Z | Checking slog v2.8.2 |
| 2049 | 2026-08-20T17:13:50.925Z | Checking tokio-util v0.7.18 |
| 2050 | 2026-08-20T17:13:50.995Z | Checking powerfmt v0.2.0 |
| 2051 | 2026-08-20T17:13:50.999Z | Checking proc-macro2 v1.0.106 |
| 2052 | 2026-08-20T17:13:51.064Z | Checking allocator-api2 v0.2.21 |
| 2053 | 2026-08-20T17:13:51.067Z | Checking clap_builder v4.6.0 |
| 2054 | 2026-08-20T17:13:51.170Z | Checking deranged v0.5.8 |
| 2055 | 2026-08-20T17:13:51.211Z | Checking digest v0.11.3 |
| 2056 | 2026-08-20T17:13:51.249Z | Checking cpufeatures v0.3.0 |
| 2057 | 2026-08-20T17:13:51.286Z | Checking regex-automata v0.4.14 |
| 2058 | 2026-08-20T17:13:51.349Z | Checking num-conv v0.2.0 |
| 2059 | 2026-08-20T17:13:51.388Z | Checking time-core v0.1.8 |
| 2060 | 2026-08-20T17:13:51.395Z | Checking quote v1.0.45 |
| 2061 | 2026-08-20T17:13:51.458Z | Checking num_threads v0.1.7 |
| 2062 | 2026-08-20T17:13:51.495Z | Checking fastrand v2.3.0 |
| 2063 | 2026-08-20T17:13:51.561Z | Checking httparse v1.10.1 |
| 2064 | 2026-08-20T17:13:51.599Z | Checking anyhow v1.0.104 |
| 2065 | 2026-08-20T17:13:51.603Z | Checking cpufeatures v0.2.17 |
| 2066 | 2026-08-20T17:13:51.667Z | Checking syn v2.0.117 |
| 2067 | 2026-08-20T17:13:51.705Z | Checking ipnetwork v0.21.1 |
| 2068 | 2026-08-20T17:13:51.710Z | Checking tempfile v3.27.0 |
| 2069 | 2026-08-20T17:13:51.793Z | Checking rustls-pki-types v1.14.0 |
| 2070 | 2026-08-20T17:13:51.849Z | Checking aws-lc-sys v0.40.0 |
| 2071 | 2026-08-20T17:13:51.942Z | Checking untrusted v0.7.1 |
| 2072 | 2026-08-20T17:13:51.979Z | Checking http-body v1.0.1 |
| 2073 | 2026-08-20T17:13:52.086Z | Checking atomic-waker v1.1.2 |
| 2074 | 2026-08-20T17:13:52.124Z | Checking time v0.3.47 |
| 2075 | 2026-08-20T17:13:52.127Z | Checking try-lock v0.2.5 |
| 2076 | 2026-08-20T17:13:52.193Z | Checking httpdate v1.0.3 |
| 2077 | 2026-08-20T17:13:52.229Z | Checking h2 v0.4.15 |
| 2078 | 2026-08-20T17:13:52.266Z | Checking want v0.3.1 |
| 2079 | 2026-08-20T17:13:52.334Z | Checking clap v4.6.1 |
| 2080 | 2026-08-20T17:13:52.373Z | Checking aws-lc-rs v1.16.3 |
| 2081 | 2026-08-20T17:13:52.377Z | Checking hex v0.4.3 |
| 2082 | 2026-08-20T17:13:52.443Z | Checking tower-service v0.3.3 |
| 2083 | 2026-08-20T17:13:52.479Z | Checking ryu v1.0.23 |
| 2084 | 2026-08-20T17:13:52.560Z | Checking untrusted v0.9.0 |
| 2085 | 2026-08-20T17:13:52.643Z | Checking tower-layer v0.3.3 |
| 2086 | 2026-08-20T17:13:52.681Z | Checking simd-adler32 v0.3.8 |
| 2087 | 2026-08-20T17:13:52.718Z | Checking spin v0.9.8 |
| 2088 | 2026-08-20T17:13:52.819Z | Checking unicode-width v0.2.0 |
| 2089 | 2026-08-20T17:13:52.877Z | Checking adler2 v2.0.1 |
| 2090 | 2026-08-20T17:13:52.926Z | Checking pem-rfc7468 v0.7.0 |
| 2091 | 2026-08-20T17:13:53.014Z | Checking miniz_oxide v0.8.9 |
| 2092 | 2026-08-20T17:13:53.102Z | Checking flagset v0.4.7 |
| 2093 | 2026-08-20T17:13:53.105Z | Checking mime v0.3.17 |
| 2094 | 2026-08-20T17:13:53.175Z | Checking block-padding v0.4.2 |
| 2095 | 2026-08-20T17:13:53.212Z | Checking rustls-webpki v0.103.13 |
| 2096 | 2026-08-20T17:13:53.312Z | Checking der v0.7.10 |
| 2097 | 2026-08-20T17:13:53.316Z | Checking pretty-hex v0.4.1 |
| 2098 | 2026-08-20T17:13:53.387Z | Checking http-body-util v0.1.3 |
| 2099 | 2026-08-20T17:13:53.441Z | Checking oxnet v0.1.6 |
| 2100 | 2026-08-20T17:13:53.447Z | Checking inout v0.2.2 |
| 2101 | 2026-08-20T17:13:53.511Z | Checking camino v1.2.5 |
| 2102 | 2026-08-20T17:13:53.650Z | Checking plain v0.2.3 |
| 2103 | 2026-08-20T17:13:53.653Z | Checking ucd-trie v0.1.7 |
| 2104 | 2026-08-20T17:13:53.719Z | Checking rustls v0.23.41 |
| 2105 | 2026-08-20T17:13:53.758Z | Checking openssl-probe v0.2.1 |
| 2106 | 2026-08-20T17:13:53.795Z | Checking cipher v0.5.2 |
| 2107 | 2026-08-20T17:13:53.799Z | Checking regex v1.12.3 |
| 2108 | 2026-08-20T17:13:53.865Z | Checking pest v2.8.6 |
| 2109 | 2026-08-20T17:13:53.932Z | Checking serde_urlencoded v0.7.1 |
| 2110 | 2026-08-20T17:13:53.998Z | Checking rand_chacha v0.3.1 |
| 2111 | 2026-08-20T17:13:54.064Z | Checking encoding_rs v0.8.35 |
| 2112 | 2026-08-20T17:13:54.068Z | Checking spki v0.7.3 |
| 2113 | 2026-08-20T17:13:54.136Z | Checking futures-executor v0.3.32 |
| 2114 | 2026-08-20T17:13:54.140Z | Checking crc32fast v1.5.0 |
| 2115 | 2026-08-20T17:13:54.235Z | Checking rand v0.8.6 |
| 2116 | 2026-08-20T17:13:54.294Z | Checking either v1.15.0 |
| 2117 | 2026-08-20T17:13:54.331Z | Checking futures v0.3.32 |
| 2118 | 2026-08-20T17:13:54.370Z | Checking sync_wrapper v1.0.2 |
| 2119 | 2026-08-20T17:13:54.436Z | Checking pkcs8 v0.10.2 |
| 2120 | 2026-08-20T17:13:54.497Z | Checking tower v0.5.3 |
| 2121 | 2026-08-20T17:13:54.534Z | Checking iri-string v0.7.10 |
| 2122 | 2026-08-20T17:13:54.622Z | Checking foldhash v0.2.0 |
| 2123 | 2026-08-20T17:13:54.777Z | Checking openapiv3 v2.2.0 |
| 2124 | 2026-08-20T17:13:54.815Z | Checking hashbrown v0.16.1 |
| 2125 | 2026-08-20T17:13:54.912Z | Checking zlib-rs v0.6.2 |
| 2126 | 2026-08-20T17:13:54.949Z | Checking bit-vec v0.8.0 |
| 2127 | 2026-08-20T17:13:55.022Z | Checking static_assertions v1.1.0 |
| 2128 | 2026-08-20T17:13:55.063Z | Checking hyper v1.10.1 |
| 2129 | 2026-08-20T17:13:55.122Z | Checking sha2 v0.10.9 |
| 2130 | 2026-08-20T17:13:55.170Z | Checking bit-set v0.8.0 |
| 2131 | 2026-08-20T17:13:55.336Z | Checking wait-timeout v0.2.1 |
| 2132 | 2026-08-20T17:13:55.375Z | Checking rustls-native-certs v0.8.3 |
| 2133 | 2026-08-20T17:13:55.419Z | Checking lazy_static v1.5.0 |
| 2134 | 2026-08-20T17:13:55.488Z | Checking hubpack v0.1.2 |
| 2135 | 2026-08-20T17:13:55.535Z | Checking tinyvec_macros v0.1.1 |
| 2136 | 2026-08-20T17:13:55.539Z | Checking psl-types v2.0.11 |
| 2137 | 2026-08-20T17:13:55.606Z | Checking tower-http v0.6.8 |
| 2138 | 2026-08-20T17:13:55.642Z | Checking quick-error v1.2.3 |
| 2139 | 2026-08-20T17:13:55.680Z | Checking tinyvec v1.10.0 |
| 2140 | 2026-08-20T17:13:55.715Z | Checking publicsuffix v2.3.0 |
| 2141 | 2026-08-20T17:13:55.770Z | Checking rusty-fork v0.3.1 |
| 2142 | 2026-08-20T17:13:55.807Z | Checking flate2 v1.1.9 |
| 2143 | 2026-08-20T17:13:55.898Z | Checking cookie v0.18.1 |
| 2144 | 2026-08-20T17:13:55.938Z | Checking rand_xorshift v0.4.0 |
| 2145 | 2026-08-20T17:13:55.973Z | Checking unarray v0.1.4 |
| 2146 | 2026-08-20T17:13:55.976Z | Checking tokio-rustls v0.26.4 |
| 2147 | 2026-08-20T17:13:56.043Z | Checking rustls-platform-verifier v0.6.2 |
| 2148 | 2026-08-20T17:13:56.047Z | Checking hyper-util v0.1.20 |
| 2149 | 2026-08-20T17:13:56.113Z | Checking signature v2.2.0 |
| 2150 | 2026-08-20T17:13:56.116Z | Checking proptest v1.11.0 |
| 2151 | 2026-08-20T17:13:56.143Z | Checking num-integer v0.1.46 |
| 2152 | 2026-08-20T17:13:56.147Z | Checking cookie_store v0.22.1 |
| 2153 | 2026-08-20T17:13:56.247Z | Checking strum v0.26.3 |
| 2154 | 2026-08-20T17:13:56.251Z | Checking scroll v0.13.0 |
| 2155 | 2026-08-20T17:13:56.251Z | Checking ahash v0.8.12 |
| 2156 | 2026-08-20T17:13:56.349Z | Checking memmap2 v0.9.10 |
| 2157 | 2026-08-20T17:13:56.385Z | Checking unicode-width v0.1.14 |
| 2158 | 2026-08-20T17:13:56.422Z | Checking dtrace-parser v0.3.0 |
| 2159 | 2026-08-20T17:13:56.528Z | Checking toml_datetime v0.6.11 |
| 2160 | 2026-08-20T17:13:56.536Z | Checking goblin v0.10.5 |
| 2161 | 2026-08-20T17:13:56.536Z | Checking serde_spanned v0.6.9 |
| 2162 | 2026-08-20T17:13:56.633Z | Checking thread-id v5.1.0 |
| 2163 | 2026-08-20T17:13:56.670Z | Checking data-encoding v2.10.0 |
| 2164 | 2026-08-20T17:13:56.706Z | Checking bstr v1.12.1 |
| 2165 | 2026-08-20T17:13:56.743Z | Checking hmac v0.12.1 |
| 2166 | 2026-08-20T17:13:56.748Z | Checking base64 v0.21.7 |
| 2167 | 2026-08-20T17:13:56.748Z | Checking x509-cert v0.2.5 |
| 2168 | 2026-08-20T17:13:56.907Z | Checking crossbeam-epoch v0.9.18 |
| 2169 | 2026-08-20T17:13:56.959Z | Checking memoffset v0.9.1 |
| 2170 | 2026-08-20T17:13:57.040Z | Checking num-iter v0.1.45 |
| 2171 | 2026-08-20T17:13:57.076Z | Checking scroll v0.12.0 |
| 2172 | 2026-08-20T17:13:57.113Z | Checking zerocopy v0.7.35 |
| 2173 | 2026-08-20T17:13:57.156Z | Checking rustix v0.38.44 |
| 2174 | 2026-08-20T17:13:57.194Z | Checking env_filter v2.0.0 |
| 2175 | 2026-08-20T17:13:57.321Z | Checking hyper-rustls v0.27.7 |
| 2176 | 2026-08-20T17:13:57.359Z | Checking goblin v0.8.2 |
| 2177 | 2026-08-20T17:13:57.396Z | Checking tap v1.0.1 |
| 2178 | 2026-08-20T17:13:57.483Z | Checking smawk v0.3.2 |
| 2179 | 2026-08-20T17:13:57.526Z | Checking unicode-segmentation v1.12.0 |
| 2180 | 2026-08-20T17:13:57.563Z | Checking reqwest v0.13.2 |
| 2181 | 2026-08-20T17:13:57.649Z | Checking unicode-linebreak v0.1.5 |
| 2182 | 2026-08-20T17:13:57.659Z | Checking wyz v0.5.1 |
| 2183 | 2026-08-20T17:13:57.860Z | Checking env_logger v0.11.11 |
| 2184 | 2026-08-20T17:13:57.863Z | Checking num-bigint-dig v0.8.6 |
| 2185 | 2026-08-20T17:13:57.863Z | Checking nix v0.31.2 |
| 2186 | 2026-08-20T17:13:57.964Z | Checking newtype-uuid v1.3.2 |
| 2187 | 2026-08-20T17:13:58.002Z | Checking dtrace-parser v0.2.0 |
| 2188 | 2026-08-20T17:13:58.077Z | Checking pkcs1 v0.7.5 |
| 2189 | 2026-08-20T17:13:58.207Z | Checking daft v0.1.7 |
| 2190 | 2026-08-20T17:13:58.281Z | Checking ff v0.13.1 |
| 2191 | 2026-08-20T17:13:58.321Z | Checking radium v0.7.0 |
| 2192 | 2026-08-20T17:13:58.439Z | Checking thread-id v4.2.2 |
| 2193 | 2026-08-20T17:13:58.478Z | Checking same-file v1.0.6 |
| 2194 | 2026-08-20T17:13:58.515Z | Checking funty v2.0.0 |
| 2195 | 2026-08-20T17:13:58.552Z | Checking winnow v1.0.3 |
| 2196 | 2026-08-20T17:13:58.556Z | Checking crc-catalog v2.4.0 |
| 2197 | 2026-08-20T17:13:58.626Z | Checking base16ct v0.2.0 |
| 2198 | 2026-08-20T17:13:58.704Z | Checking crc v3.4.0 |
| 2199 | 2026-08-20T17:13:58.743Z | Checking rsa v0.9.10 |
| 2200 | 2026-08-20T17:13:58.783Z | Checking sec1 v0.7.3 |
| 2201 | 2026-08-20T17:13:58.857Z | Checking bitvec v1.0.1 |
| 2202 | 2026-08-20T17:13:58.903Z | Checking walkdir v2.5.0 |
| 2203 | 2026-08-20T17:13:58.941Z | Checking dof v0.4.0 |
| 2204 | 2026-08-20T17:13:59.012Z | Checking group v0.13.0 |
| 2205 | 2026-08-20T17:13:59.096Z | Checking hkdf v0.12.4 |
| 2206 | 2026-08-20T17:13:59.158Z | Checking unicode-normalization v0.1.25 |
| 2207 | 2026-08-20T17:13:59.196Z | Checking crypto-bigint v0.5.5 |
| 2208 | 2026-08-20T17:13:59.233Z | Checking zerocopy v0.6.6 |
| 2209 | 2026-08-20T17:13:59.269Z | Checking maybe-uninit v2.0.0 |
| 2210 | 2026-08-20T17:13:59.306Z | Checking dof v0.3.0 |
| 2211 | 2026-08-20T17:13:59.364Z | Checking winnow v0.5.40 |
| 2212 | 2026-08-20T17:13:59.423Z | Checking foldhash v0.1.5 |
| 2213 | 2026-08-20T17:13:59.550Z | Checking is_ci v1.2.0 |
| 2214 | 2026-08-20T17:13:59.588Z | Checking gimli v0.32.3 |
| 2215 | 2026-08-20T17:13:59.591Z | Checking foreign-types-shared v0.1.1 |
| 2216 | 2026-08-20T17:13:59.624Z | Checking usdt-impl v0.6.0 |
| 2217 | 2026-08-20T17:13:59.658Z | Checking usdt-impl v0.5.0 |
| 2218 | 2026-08-20T17:13:59.726Z | Checking nodrop v0.1.14 |
| 2219 | 2026-08-20T17:13:59.760Z | Checking foreign-types v0.3.2 |
| 2220 | 2026-08-20T17:13:59.838Z | Checking array-init v0.0.4 |
| 2221 | 2026-08-20T17:13:59.877Z | Checking hashbrown v0.15.5 |
| 2222 | 2026-08-20T17:13:59.960Z | Checking usdt v0.6.0 |
| 2223 | 2026-08-20T17:13:59.999Z | Checking smallvec v0.6.14 |
| 2224 | 2026-08-20T17:14:00.111Z | Checking elliptic-curve v0.13.8 |
| 2225 | 2026-08-20T17:14:00.158Z | Checking serde_with v3.21.0 |
| 2226 | 2026-08-20T17:14:00.197Z | Checking bitfield v0.19.4 |
| 2227 | 2026-08-20T17:14:00.200Z | Checking packed_struct v0.10.1 |
| 2228 | 2026-08-20T17:14:00.268Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2229 | 2026-08-20T17:14:00.361Z | Checking openssl-sys v0.9.117 |
| 2230 | 2026-08-20T17:14:00.399Z | Checking object v0.37.3 |
| 2231 | 2026-08-20T17:14:00.453Z | Checking siphasher v1.0.2 |
| 2232 | 2026-08-20T17:14:00.490Z | Checking keccak v0.1.6 |
| 2233 | 2026-08-20T17:14:00.527Z | Checking toml_edit v0.19.15 |
| 2234 | 2026-08-20T17:14:00.679Z | Checking bitflags v1.3.2 |
| 2235 | 2026-08-20T17:14:00.685Z | Checking hashbrown v0.12.3 |
| 2236 | 2026-08-20T17:14:00.745Z | Checking rustc-demangle v0.1.27 |
| 2237 | 2026-08-20T17:14:00.782Z | Checking openssl v0.10.80 |
| 2238 | 2026-08-20T17:14:00.989Z | Checking sha3 v0.10.8 |
| 2239 | 2026-08-20T17:14:01.113Z | Checking indexmap v1.9.3 |
| 2240 | 2026-08-20T17:14:01.151Z | Checking addr2line v0.25.1 |
| 2241 | 2026-08-20T17:14:01.224Z | Checking bzip2 v0.4.4 |
| 2242 | 2026-08-20T17:14:01.307Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2243 | 2026-08-20T17:14:01.415Z | Checking serde-hex v0.1.0 |
| 2244 | 2026-08-20T17:14:01.454Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2245 | 2026-08-20T17:14:01.458Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2246 | 2026-08-20T17:14:01.589Z | Checking toml v0.7.8 |
| 2247 | 2026-08-20T17:14:01.636Z | Checking ron v0.8.1 |
| 2248 | 2026-08-20T17:14:01.674Z | Checking hashbrown v0.13.2 |
| 2249 | 2026-08-20T17:14:01.835Z | Checking itertools v0.13.0 |
| 2250 | 2026-08-20T17:14:01.921Z | Checking itertools v0.15.0 |
| 2251 | 2026-08-20T17:14:02.119Z | Checking signal-hook v0.3.18 |
| 2252 | 2026-08-20T17:14:02.168Z | Checking managed v0.8.0 |
| 2253 | 2026-08-20T17:14:02.337Z | Checking crc-any v2.5.0 |
| 2254 | 2026-08-20T17:14:02.381Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2255 | 2026-08-20T17:14:02.541Z | Checking object v0.30.4 |
| 2256 | 2026-08-20T17:14:02.579Z | Checking zip v0.6.6 |
| 2257 | 2026-08-20T17:14:02.717Z | Checking backtrace v0.3.76 |
| 2258 | 2026-08-20T17:14:02.772Z | Checking globset v0.4.18 |
| 2259 | 2026-08-20T17:14:02.880Z | Checking chacha20 v0.10.0 |
| 2260 | 2026-08-20T17:14:02.922Z | Checking curve25519-dalek v4.1.3 |
| 2261 | 2026-08-20T17:14:02.959Z | Checking winnow v0.7.14 |
| 2262 | 2026-08-20T17:14:03.024Z | Checking toml_write v0.1.2 |
| 2263 | 2026-08-20T17:14:03.070Z | Checking path-slash v0.1.5 |
| 2264 | 2026-08-20T17:14:03.070Z | Checking backtrace-ext v0.2.1 |
| 2265 | 2026-08-20T17:14:03.173Z | Checking native-tls v0.2.18 |
| 2266 | 2026-08-20T17:14:03.212Z | Checking signal-hook-mio v0.2.5 |
| 2267 | 2026-08-20T17:14:03.245Z | Checking textwrap v0.16.2 |
| 2268 | 2026-08-20T17:14:03.249Z | Checking ed25519 v2.2.3 |
| 2269 | 2026-08-20T17:14:03.343Z | Checking ref-cast v1.0.25 |
| 2270 | 2026-08-20T17:14:03.382Z | Checking pin-project v1.1.11 |
| 2271 | 2026-08-20T17:14:03.474Z | Checking jiff-core v0.1.0 |
| 2272 | 2026-08-20T17:14:03.516Z | Checking tokio-native-tls v0.3.1 |
| 2273 | 2026-08-20T17:14:03.520Z | Checking pem v3.0.6 |
| 2274 | 2026-08-20T17:14:03.520Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2275 | 2026-08-20T17:14:03.706Z | Checking owo-colors v4.3.0 |
| 2276 | 2026-08-20T17:14:03.745Z | Checking fixedbitset v0.5.7 |
| 2277 | 2026-08-20T17:14:03.749Z | Checking ed25519-dalek v2.2.0 |
| 2278 | 2026-08-20T17:14:03.749Z | Checking zstd-safe v7.2.4 |
| 2279 | 2026-08-20T17:14:03.972Z | Checking petgraph v0.8.3 |
| 2280 | 2026-08-20T17:14:04.009Z | Checking hyper-tls v0.6.0 |
| 2281 | 2026-08-20T17:14:04.048Z | Checking snafu v0.8.9 |
| 2282 | 2026-08-20T17:14:04.165Z | Checking toml_edit v0.22.27 |
| 2283 | 2026-08-20T17:14:04.203Z | Checking jiff v0.2.34 |
| 2284 | 2026-08-20T17:14:04.239Z | Checking crossterm v0.28.1 |
| 2285 | 2026-08-20T17:14:04.282Z | Checking supports-color v3.0.2 |
| 2286 | 2026-08-20T17:14:04.319Z | Checking similar v2.7.0 |
| 2287 | 2026-08-20T17:14:04.356Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2288 | 2026-08-20T17:14:04.431Z | Checking fs-err v3.3.0 |
| 2289 | 2026-08-20T17:14:04.680Z | Checking hash32 v0.2.1 |
| 2290 | 2026-08-20T17:14:04.725Z | Checking serde_plain v1.0.2 |
| 2291 | 2026-08-20T17:14:04.764Z | Checking serde-big-array v0.5.1 |
| 2292 | 2026-08-20T17:14:04.867Z | Checking typed-path v0.9.3 |
| 2293 | 2026-08-20T17:14:04.904Z | Checking unicode-bidi v0.3.18 |
| 2294 | 2026-08-20T17:14:04.940Z | Checking predicates-core v1.0.10 |
| 2295 | 2026-08-20T17:14:04.973Z | Checking libbz2-rs-sys v0.2.2 |
| 2296 | 2026-08-20T17:14:05.088Z | Checking bumpalo v3.20.2 |
| 2297 | 2026-08-20T17:14:05.218Z | Checking unicode-properties v0.1.4 |
| 2298 | 2026-08-20T17:14:05.266Z | Checking heapless v0.7.17 |
| 2299 | 2026-08-20T17:14:05.314Z | Checking zopfli v0.8.3 |
| 2300 | 2026-08-20T17:14:05.351Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2301 | 2026-08-20T17:14:05.387Z | Checking bzip2 v0.6.1 |
| 2302 | 2026-08-20T17:14:05.434Z | Checking stringprep v0.1.5 |
| 2303 | 2026-08-20T17:14:05.558Z | Checking reqwest v0.12.28 |
| 2304 | 2026-08-20T17:14:05.595Z | Checking zstd v0.13.3 |
| 2305 | 2026-08-20T17:14:05.629Z | Checking hickory-proto v0.25.2 |
| 2306 | 2026-08-20T17:14:05.664Z | Checking byte-wrapper v0.1.0 |
| 2307 | 2026-08-20T17:14:05.667Z | Checking md-5 v0.10.6 |
| 2308 | 2026-08-20T17:14:05.734Z | Checking float-cmp v0.10.0 |
| 2309 | 2026-08-20T17:14:05.737Z | Checking normalize-line-endings v0.3.0 |
| 2310 | 2026-08-20T17:14:05.835Z | Checking difflib v0.4.0 |
| 2311 | 2026-08-20T17:14:05.842Z | Checking supports-unicode v3.0.0 |
| 2312 | 2026-08-20T17:14:05.885Z | Checking fallible-iterator v0.2.0 |
| 2313 | 2026-08-20T17:14:05.890Z | Checking supports-hyperlinks v3.2.0 |
| 2314 | 2026-08-20T17:14:05.956Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2315 | 2026-08-20T17:14:05.993Z | Checking smoltcp v0.9.1 |
| 2316 | 2026-08-20T17:14:06.027Z | Checking predicates v3.1.4 |
| 2317 | 2026-08-20T17:14:06.063Z | Checking miette v7.6.0 |
| 2318 | 2026-08-20T17:14:06.101Z | Checking zip v4.6.1 |
| 2319 | 2026-08-20T17:14:06.185Z | Checking postgres-protocol v0.6.10 |
| 2320 | 2026-08-20T17:14:06.323Z | Checking iddqd v0.4.2 |
| 2321 | 2026-08-20T17:14:06.360Z | Checking phf_shared v0.11.3 |
| 2322 | 2026-08-20T17:14:06.527Z | Checking phf_shared v0.13.1 |
| 2323 | 2026-08-20T17:14:06.565Z | Checking olpc-cjson v0.1.4 |
| 2324 | 2026-08-20T17:14:06.571Z | Checking tokio-stream v0.1.18 |
| 2325 | 2026-08-20T17:14:06.603Z | Checking strum v0.27.2 |
| 2326 | 2026-08-20T17:14:06.638Z | Checking precomputed-hash v0.1.1 |
| 2327 | 2026-08-20T17:14:06.707Z | Checking lalrpop-util v0.19.12 |
| 2328 | 2026-08-20T17:14:06.743Z | Checking fixedbitset v0.4.2 |
| 2329 | 2026-08-20T17:14:06.778Z | Checking new_debug_unreachable v1.0.6 |
| 2330 | 2026-08-20T17:14:06.782Z | Checking phf v0.13.1 |
| 2331 | 2026-08-20T17:14:06.782Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2332 | 2026-08-20T17:14:06.881Z | Checking string_cache v0.8.9 |
| 2333 | 2026-08-20T17:14:06.916Z | Checking tough v0.22.0 |
| 2334 | 2026-08-20T17:14:06.920Z | Checking petgraph v0.6.5 |
| 2335 | 2026-08-20T17:14:06.985Z | Checking postgres-types v0.2.12 |
| 2336 | 2026-08-20T17:14:07.022Z | Checking buf-list v1.1.2 |
| 2337 | 2026-08-20T17:14:07.074Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2338 | 2026-08-20T17:14:07.234Z | Checking whoami v2.1.0 |
| 2339 | 2026-08-20T17:14:07.272Z | Checking peg-runtime v0.8.5 |
| 2340 | 2026-08-20T17:14:07.366Z | Checking is-terminal v0.4.17 |
| 2341 | 2026-08-20T17:14:07.440Z | Checking crossbeam-channel v0.5.15 |
| 2342 | 2026-08-20T17:14:07.443Z | Checking thread_local v1.1.9 |
| 2343 | 2026-08-20T17:14:07.513Z | Checking tokio-postgres v0.7.16 |
| 2344 | 2026-08-20T17:14:07.517Z | Checking term v1.2.1 |
| 2345 | 2026-08-20T17:14:07.668Z | Checking take_mut v0.2.2 |
| 2346 | 2026-08-20T17:14:07.793Z | Checking slog-term v2.9.2 |
| 2347 | 2026-08-20T17:14:07.797Z | Compiling newtype-uuid-macros v0.1.0 |
| 2348 | 2026-08-20T17:14:07.864Z | Checking slog-async v2.8.0 |
| 2349 | 2026-08-20T17:14:08.078Z | Checking match_cfg v0.1.0 |
| 2350 | 2026-08-20T17:14:08.117Z | Checking slog-json v2.6.1 |
| 2351 | 2026-08-20T17:14:08.179Z | Checking hostname v0.3.1 |
| 2352 | 2026-08-20T17:14:08.218Z | Compiling multer v3.1.0 |
| 2353 | 2026-08-20T17:14:08.305Z | Compiling async-stream-impl v0.3.6 |
| 2354 | 2026-08-20T17:14:08.309Z | Checking slog-bunyan v2.5.0 |
| 2355 | 2026-08-20T17:14:08.406Z | Compiling dropshot v0.17.1 |
| 2356 | 2026-08-20T17:14:08.480Z | Checking debug-ignore v1.0.5 |
| 2357 | 2026-08-20T17:14:08.526Z | Compiling dropshot_endpoint v0.17.1 |
| 2358 | 2026-08-20T17:14:08.606Z | Checking serde_path_to_error v0.1.20 |
| 2359 | 2026-08-20T17:14:08.609Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2360 | 2026-08-20T17:14:08.754Z | Checking progenitor-client v0.14.0 |
| 2361 | 2026-08-20T17:14:08.829Z | Checking sha1 v0.11.0 |
| 2362 | 2026-08-20T17:14:08.908Z | Checking serde_spanned v1.1.1 |
| 2363 | 2026-08-20T17:14:08.952Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2364 | 2026-08-20T17:14:08.990Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2365 | 2026-08-20T17:14:09.026Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2366 | 2026-08-20T17:14:09.060Z | Checking compression-core v0.4.31 |
| 2367 | 2026-08-20T17:14:09.096Z | Checking async-stream v0.3.6 |
| 2368 | 2026-08-20T17:14:09.200Z | Checking waitgroup v0.1.2 |
| 2369 | 2026-08-20T17:14:09.238Z | Checking compression-codecs v0.4.37 |
| 2370 | 2026-08-20T17:14:09.243Z | Checking toml v1.1.2+spec-1.1.0 |
| 2371 | 2026-08-20T17:14:09.308Z | Checking rustls-pemfile v2.2.0 |
| 2372 | 2026-08-20T17:14:09.347Z | Checking hostname v0.4.2 |
| 2373 | 2026-08-20T17:14:09.386Z | Checking atomicwrites v0.4.4 |
| 2374 | 2026-08-20T17:14:09.423Z | Compiling parse-display-derive v0.10.0 |
| 2375 | 2026-08-20T17:14:09.427Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2376 | 2026-08-20T17:14:09.493Z | Checking macaddr v1.0.1 |
| 2377 | 2026-08-20T17:14:09.497Z | Checking async-compression v0.4.41 |
| 2378 | 2026-08-20T17:14:09.497Z | Checking regress v0.10.5 |
| 2379 | 2026-08-20T17:14:09.596Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2380 | 2026-08-20T17:14:09.599Z | Checking instant v0.1.13 |
| 2381 | 2026-08-20T17:14:09.698Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2382 | 2026-08-20T17:14:09.746Z | Checking itertools v0.14.0 |
| 2383 | 2026-08-20T17:14:09.795Z | Checking backoff v0.4.0 |
| 2384 | 2026-08-20T17:14:09.832Z | Checking backon v1.6.0 |
| 2385 | 2026-08-20T17:14:09.958Z | Checking humantime v2.3.0 |
| 2386 | 2026-08-20T17:14:10.006Z | Compiling convert_case v0.4.0 |
| 2387 | 2026-08-20T17:14:10.044Z | Checking progenitor-extras v0.2.0 |
| 2388 | 2026-08-20T17:14:10.049Z | Checking half v2.7.1 |
| 2389 | 2026-08-20T17:14:10.164Z | Checking ciborium-io v0.2.2 |
| 2390 | 2026-08-20T17:14:10.299Z | Checking heck v0.5.0 |
| 2391 | 2026-08-20T17:14:10.302Z | Checking secrecy v0.10.3 |
| 2392 | 2026-08-20T17:14:10.369Z | Checking ciborium-ll v0.2.2 |
| 2393 | 2026-08-20T17:14:10.402Z | Compiling derive_more v0.99.20 |
| 2394 | 2026-08-20T17:14:10.451Z | Checking indent_write v2.2.0 |
| 2395 | 2026-08-20T17:14:10.488Z | Checking camino-tempfile v1.4.1 |
| 2396 | 2026-08-20T17:14:10.568Z | Checking ciborium v0.2.2 |
| 2397 | 2026-08-20T17:14:10.609Z | Compiling crucible-workspace-hack v0.1.0 |
| 2398 | 2026-08-20T17:14:10.670Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2399 | 2026-08-20T17:14:10.844Z | Compiling regress v0.11.1 |
| 2400 | 2026-08-20T17:14:11.024Z | Checking inout v0.1.4 |
| 2401 | 2026-08-20T17:14:11.029Z | Checking universal-hash v0.5.1 |
| 2402 | 2026-08-20T17:14:11.056Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2403 | 2026-08-20T17:14:11.060Z | Checking opaque-debug v0.3.1 |
| 2404 | 2026-08-20T17:14:11.127Z | Checking parse-display v0.10.0 |
| 2405 | 2026-08-20T17:14:11.161Z | Checking cipher v0.4.4 |
| 2406 | 2026-08-20T17:14:11.194Z | Checking blake2 v0.10.6 |
| 2407 | 2026-08-20T17:14:11.197Z | Checking poly1305 v0.8.0 |
| 2408 | 2026-08-20T17:14:11.294Z | Checking aead v0.5.2 |
| 2409 | 2026-08-20T17:14:11.390Z | Checking chacha20 v0.9.1 |
| 2410 | 2026-08-20T17:14:11.470Z | Checking password-hash v0.5.0 |
| 2411 | 2026-08-20T17:14:11.507Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2412 | 2026-08-20T17:14:11.510Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2413 | 2026-08-20T17:14:11.607Z | Checking chacha20poly1305 v0.10.1 |
| 2414 | 2026-08-20T17:14:11.720Z | Checking argon2 v0.5.3 |
| 2415 | 2026-08-20T17:14:11.765Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2416 | 2026-08-20T17:14:11.940Z | Compiling unsafe-libyaml v0.2.11 |
| 2417 | 2026-08-20T17:14:12.029Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2418 | 2026-08-20T17:14:12.092Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2419 | 2026-08-20T17:14:12.231Z | Checking thiserror-no-std v2.0.2 |
| 2420 | 2026-08-20T17:14:12.269Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2421 | 2026-08-20T17:14:12.340Z | Checking swrite v0.1.0 |
| 2422 | 2026-08-20T17:14:12.377Z | Checking vsss-rs v3.3.4 |
| 2423 | 2026-08-20T17:14:12.461Z | Compiling typify-impl v0.6.2 |
| 2424 | 2026-08-20T17:14:12.705Z | Compiling serde_yaml v0.9.34+deprecated |
| 2425 | 2026-08-20T17:14:13.002Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2426 | 2026-08-20T17:14:13.558Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2427 | 2026-08-20T17:14:13.789Z | Checking crossbeam-deque v0.8.6 |
| 2428 | 2026-08-20T17:14:13.825Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2429 | 2026-08-20T17:14:13.953Z | Compiling rayon-core v1.13.0 |
| 2430 | 2026-08-20T17:14:14.004Z | Compiling num-derive v0.4.2 |
| 2431 | 2026-08-20T17:14:14.060Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2432 | 2026-08-20T17:14:14.207Z | Compiling proc-macro-error v1.0.4 |
| 2433 | 2026-08-20T17:14:14.340Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2434 | 2026-08-20T17:14:14.543Z | Checking tabwriter v1.4.1 |
| 2435 | 2026-08-20T17:14:14.579Z | Checking glob v0.3.3 |
| 2436 | 2026-08-20T17:14:14.613Z | Checking rayon v1.11.0 |
| 2437 | 2026-08-20T17:14:14.718Z | Compiling heapless v0.8.0 |
| 2438 | 2026-08-20T17:14:14.760Z | Checking hash32 v0.3.1 |
| 2439 | 2026-08-20T17:14:14.796Z | Compiling ingot-macros v0.2.0 |
| 2440 | 2026-08-20T17:14:14.918Z | Compiling proc-macro-crate v3.4.0 |
| 2441 | 2026-08-20T17:14:14.956Z | Compiling smoltcp v0.11.0 |
| 2442 | 2026-08-20T17:14:15.230Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2443 | 2026-08-20T17:14:15.311Z | Checking colored v3.1.1 |
| 2444 | 2026-08-20T17:14:15.503Z | Compiling num_enum_derive v0.7.6 |
| 2445 | 2026-08-20T17:14:15.538Z | Checking toml v0.8.23 |
| 2446 | 2026-08-20T17:14:15.572Z | Checking cobs v0.3.0 |
| 2447 | 2026-08-20T17:14:15.650Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2448 | 2026-08-20T17:14:15.744Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2449 | 2026-08-20T17:14:15.884Z | Checking postcard v1.1.3 |
| 2450 | 2026-08-20T17:14:16.002Z | Checking rand v0.10.1 |
| 2451 | 2026-08-20T17:14:16.077Z | Compiling proc-macro-crate v1.3.1 |
| 2452 | 2026-08-20T17:14:16.212Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2453 | 2026-08-20T17:14:16.457Z | Checking sigpipe v0.1.3 |
| 2454 | 2026-08-20T17:14:16.562Z | Compiling foreign-types-macros v0.2.3 |
| 2455 | 2026-08-20T17:14:16.567Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2456 | 2026-08-20T17:14:16.587Z | Checking num_enum v0.7.6 |
| 2457 | 2026-08-20T17:14:16.591Z | Checking foreign-types-shared v0.3.1 |
| 2458 | 2026-08-20T17:14:16.733Z | Compiling num_enum_derive v0.5.11 |
| 2459 | 2026-08-20T17:14:16.915Z | Compiling usdt-attr-macro v0.5.0 |
| 2460 | 2026-08-20T17:14:17.002Z | Compiling typify-macro v0.6.2 |
| 2461 | 2026-08-20T17:14:17.039Z | Compiling usdt-macro v0.5.0 |
| 2462 | 2026-08-20T17:14:17.075Z | Checking memmap v0.7.0 |
| 2463 | 2026-08-20T17:14:17.126Z | Checking foreign-types v0.5.0 |
| 2464 | 2026-08-20T17:14:17.231Z | Checking cstr-argument v0.1.2 |
| 2465 | 2026-08-20T17:14:17.265Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2466 | 2026-08-20T17:14:17.389Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2467 | 2026-08-20T17:14:17.605Z | Checking ingot-types v0.2.0 |
| 2468 | 2026-08-20T17:14:17.718Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2469 | 2026-08-20T17:14:17.755Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2470 | 2026-08-20T17:14:17.793Z | Checking num_enum v0.5.11 |
| 2471 | 2026-08-20T17:14:17.794Z | Checking usdt v0.5.0 |
| 2472 | 2026-08-20T17:14:17.875Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2473 | 2026-08-20T17:14:17.912Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2474 | 2026-08-20T17:14:17.946Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2475 | 2026-08-20T17:14:18.015Z | Checking ingot v0.2.1 |
| 2476 | 2026-08-20T17:14:18.049Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2477 | 2026-08-20T17:14:18.053Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2478 | 2026-08-20T17:14:18.086Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2479 | 2026-08-20T17:14:18.244Z | Compiling zone_cfg_derive v0.3.1 |
| 2480 | 2026-08-20T17:14:18.293Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2481 | 2026-08-20T17:14:18.391Z | Checking itertools v0.12.1 |
| 2482 | 2026-08-20T17:14:18.457Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2483 | 2026-08-20T17:14:18.499Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2484 | 2026-08-20T17:14:18.760Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2485 | 2026-08-20T17:14:18.860Z | Compiling typify v0.6.2 |
| 2486 | 2026-08-20T17:14:18.931Z | Checking smf v0.2.3 |
| 2487 | 2026-08-20T17:14:19.004Z | Compiling progenitor-impl v0.14.0 |
| 2488 | 2026-08-20T17:14:19.042Z | Checking whoami v1.6.1 |
| 2489 | 2026-08-20T17:14:19.109Z | Compiling derive-where v1.6.0 |
| 2490 | 2026-08-20T17:14:19.186Z | Checking tokio-dtrace v0.1.1 |
| 2491 | 2026-08-20T17:14:19.242Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2492 | 2026-08-20T17:14:19.411Z | Checking oxide-tokio-rt v0.1.4 |
| 2493 | 2026-08-20T17:14:19.452Z | Checking zone v0.3.1 |
| 2494 | 2026-08-20T17:14:19.617Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2495 | 2026-08-20T17:14:19.677Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2496 | 2026-08-20T17:14:19.791Z | Checking console v0.15.11 |
| 2497 | 2026-08-20T17:14:19.849Z | Checking newline-converter v0.3.0 |
| 2498 | 2026-08-20T17:14:19.990Z | Checking bytecount v0.6.9 |
| 2499 | 2026-08-20T17:14:20.027Z | Checking num-rational v0.4.2 |
| 2500 | 2026-08-20T17:14:20.091Z | Checking expectorate v1.2.0 |
| 2501 | 2026-08-20T17:14:20.128Z | Checking num-complex v0.4.6 |
| 2502 | 2026-08-20T17:14:20.252Z | Compiling cancel-safe-futures v0.1.5 |
| 2503 | 2026-08-20T17:14:20.325Z | Checking float-ord v0.3.2 |
| 2504 | 2026-08-20T17:14:20.429Z | Checking oxide-update-engine-types v0.1.2 |
| 2505 | 2026-08-20T17:14:20.465Z | Checking linear-map v1.2.0 |
| 2506 | 2026-08-20T17:14:20.500Z | Checking num v0.4.3 |
| 2507 | 2026-08-20T17:14:20.602Z | Checking gethostname v0.5.0 |
| 2508 | 2026-08-20T17:14:20.671Z | Compiling prettyplease v0.2.37 |
| 2509 | 2026-08-20T17:14:20.720Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2510 | 2026-08-20T17:14:20.895Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2511 | 2026-08-20T17:14:20.964Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2512 | 2026-08-20T17:14:21.098Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2513 | 2026-08-20T17:14:21.136Z | Checking resolv-conf v0.7.6 |
| 2514 | 2026-08-20T17:14:21.209Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2515 | 2026-08-20T17:14:21.330Z | Checking oxide-update-engine v0.1.2 |
| 2516 | 2026-08-20T17:14:21.369Z | Checking papergrid v0.11.0 |
| 2517 | 2026-08-20T17:14:21.370Z | Compiling tabled_derive v0.7.0 |
| 2518 | 2026-08-20T17:14:21.641Z | Compiling progenitor-macro v0.14.0 |
| 2519 | 2026-08-20T17:14:21.770Z | Compiling convert_case v0.10.0 |
| 2520 | 2026-08-20T17:14:21.998Z | Compiling slog-dtrace v0.3.0 |
| 2521 | 2026-08-20T17:14:22.035Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2522 | 2026-08-20T17:14:22.105Z | Compiling derive_more-impl v2.1.1 |
| 2523 | 2026-08-20T17:14:22.316Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2524 | 2026-08-20T17:14:22.370Z | Checking tabled v0.15.0 |
| 2525 | 2026-08-20T17:14:22.763Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2526 | 2026-08-20T17:14:22.934Z | Checking derive_more v2.1.1 |
| 2527 | 2026-08-20T17:14:23.011Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2528 | 2026-08-20T17:14:23.116Z | Checking crossterm v0.29.0 |
| 2529 | 2026-08-20T17:14:23.392Z | Checking linked-hash-map v0.5.6 |
| 2530 | 2026-08-20T17:14:23.615Z | Checking lru-cache v0.1.2 |
| 2531 | 2026-08-20T17:14:23.871Z | Checking hickory-proto v0.24.4 |
| 2532 | 2026-08-20T17:14:23.911Z | Checking fd-lock v4.0.4 |
| 2533 | 2026-08-20T17:14:24.457Z | Checking vte v0.14.1 |
| 2534 | 2026-08-20T17:14:24.850Z | Checking strip-ansi-escapes v0.2.1 |
| 2535 | 2026-08-20T17:14:25.733Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2536 | 2026-08-20T17:14:25.777Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2537 | 2026-08-20T17:14:26.107Z | Checking nu-ansi-term v0.50.3 |
| 2538 | 2026-08-20T17:14:26.351Z | Checking termtree v0.5.1 |
| 2539 | 2026-08-20T17:14:26.389Z | Checking reedline v0.40.0 |
| 2540 | 2026-08-20T17:14:26.557Z | Checking hickory-resolver v0.24.4 |
| 2541 | 2026-08-20T17:14:26.660Z | Checking progenitor v0.14.0 |
| 2542 | 2026-08-20T17:14:26.769Z | Compiling minimal-lexical v0.2.1 |
| 2543 | 2026-08-20T17:14:26.829Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2544 | 2026-08-20T17:14:27.055Z | Compiling nom v7.1.3 |
| 2545 | 2026-08-20T17:14:27.322Z | Checking qorb v0.4.1 |
| 2546 | 2026-08-20T17:14:27.572Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2547 | 2026-08-20T17:14:28.401Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2548 | 2026-08-20T17:14:28.441Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2549 | 2026-08-20T17:14:28.475Z | Checking display-error-chain v0.2.2 |
| 2550 | 2026-08-20T17:14:28.559Z | Compiling unicode-xid v0.2.6 |
| 2551 | 2026-08-20T17:14:28.622Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2552 | 2026-08-20T17:14:28.679Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2553 | 2026-08-20T17:14:28.885Z | Compiling ar_archive_writer v0.5.1 |
| 2554 | 2026-08-20T17:14:29.026Z | Checking csv-core v0.1.13 |
| 2555 | 2026-08-20T17:14:29.232Z | Checking csv v1.4.0 |
| 2556 | 2026-08-20T17:14:29.272Z | Compiling stacker v0.1.23 |
| 2557 | 2026-08-20T17:14:29.317Z | Compiling cfg_aliases v0.1.1 |
| 2558 | 2026-08-20T17:14:29.355Z | Checking highway v1.3.0 |
| 2559 | 2026-08-20T17:14:29.415Z | Compiling semver v0.1.20 |
| 2560 | 2026-08-20T17:14:29.610Z | Compiling nix v0.28.0 |
| 2561 | 2026-08-20T17:14:29.646Z | Compiling rustc_version v0.1.7 |
| 2562 | 2026-08-20T17:14:29.650Z | Checking nibble_vec v0.1.0 |
| 2563 | 2026-08-20T17:14:29.735Z | Checking endian-type v0.1.2 |
| 2564 | 2026-08-20T17:14:29.769Z | Compiling psm v0.1.30 |
| 2565 | 2026-08-20T17:14:29.836Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2566 | 2026-08-20T17:14:29.894Z | Checking radix_trie v0.2.1 |
| 2567 | 2026-08-20T17:14:29.928Z | Compiling newtype_derive v0.1.6 |
| 2568 | 2026-08-20T17:14:30.028Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2569 | 2026-08-20T17:14:30.134Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2570 | 2026-08-20T17:14:30.169Z | Checking phf_shared v0.12.1 |
| 2571 | 2026-08-20T17:14:30.338Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2572 | 2026-08-20T17:14:30.375Z | Compiling chrono-tz v0.10.4 |
| 2573 | 2026-08-20T17:14:30.448Z | Checking phf v0.12.1 |
| 2574 | 2026-08-20T17:14:30.646Z | Compiling const_format_proc_macros v0.2.34 |
| 2575 | 2026-08-20T17:14:30.646Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2576 | 2026-08-20T17:14:30.714Z | Compiling peg-macros v0.8.5 |
| 2577 | 2026-08-20T17:14:30.722Z | Checking winnow v0.6.26 |
| 2578 | 2026-08-20T17:14:30.781Z | Checking recursive v0.1.1 |
| 2579 | 2026-08-20T17:14:30.937Z | Compiling sqlparser_derive v0.5.0 |
| 2580 | 2026-08-20T17:14:30.941Z | Checking unicode_categories v0.1.1 |
| 2581 | 2026-08-20T17:14:31.168Z | Checking home v0.5.12 |
| 2582 | 2026-08-20T17:14:31.504Z | Checking const_format v0.2.35 |
| 2583 | 2026-08-20T17:14:31.540Z | Checking rustyline v14.0.0 |
| 2584 | 2026-08-20T17:14:31.679Z | Checking sqlparser v0.61.0 |
| 2585 | 2026-08-20T17:14:31.907Z | Checking sqlformat v0.3.5 |
| 2586 | 2026-08-20T17:14:32.074Z | Checking peg v0.8.5 |
| 2587 | 2026-08-20T17:14:32.252Z | Checking bcs v0.1.6 |
| 2588 | 2026-08-20T17:14:32.286Z | Checking nom v8.0.0 |
| 2589 | 2026-08-20T17:14:32.376Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2590 | 2026-08-20T17:14:32.501Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2591 | 2026-08-20T17:14:32.537Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2592 | 2026-08-20T17:14:32.730Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2593 | 2026-08-20T17:14:32.829Z | Checking steno v0.4.1 |
| 2594 | 2026-08-20T17:14:33.040Z | Checking sha1 v0.10.6 |
| 2595 | 2026-08-20T17:14:33.165Z | Checking filetime v0.2.27 |
| 2596 | 2026-08-20T17:14:33.257Z | Checking xattr v1.6.1 |
| 2597 | 2026-08-20T17:14:33.333Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2598 | 2026-08-20T17:14:33.381Z | Checking subprocess v0.2.15 |
| 2599 | 2026-08-20T17:14:33.419Z | Checking tar v0.4.46 |
| 2600 | 2026-08-20T17:14:33.535Z | Checking headers-core v0.3.0 |
| 2601 | 2026-08-20T17:14:33.677Z | Checking headers v0.4.1 |
| 2602 | 2026-08-20T17:14:33.721Z | Checking yasna v0.5.2 |
| 2603 | 2026-08-20T17:14:33.899Z | Checking port-file v0.1.0 |
| 2604 | 2026-08-20T17:14:34.155Z | Checking rcgen v0.12.1 |
| 2605 | 2026-08-20T17:14:34.189Z | Checking dropshot-api-manager-types v0.8.0 |
| 2606 | 2026-08-20T17:14:34.223Z | Checking tagptr v0.2.0 |
| 2607 | 2026-08-20T17:14:34.333Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2608 | 2026-08-20T17:14:34.380Z | Checking utf-8 v0.7.6 |
| 2609 | 2026-08-20T17:14:34.452Z | Checking moka v0.12.13 |
| 2610 | 2026-08-20T17:14:34.496Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2611 | 2026-08-20T17:14:34.546Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2612 | 2026-08-20T17:14:34.671Z | Compiling libefi-sys v0.1.0 |
| 2613 | 2026-08-20T17:14:34.928Z | Compiling bitfield-struct v0.6.2 |
| 2614 | 2026-08-20T17:14:35.041Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2615 | 2026-08-20T17:14:35.082Z | Checking hickory-resolver v0.25.2 |
| 2616 | 2026-08-20T17:14:35.147Z | Checking tungstenite v0.21.0 |
| 2617 | 2026-08-20T17:14:35.202Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2618 | 2026-08-20T17:14:35.383Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2619 | 2026-08-20T17:14:35.591Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2620 | 2026-08-20T17:14:35.627Z | Checking tokio-tungstenite v0.21.0 |
| 2621 | 2026-08-20T17:14:35.702Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2622 | 2026-08-20T17:14:35.743Z | Compiling xshell-macros v0.2.7 |
| 2623 | 2026-08-20T17:14:35.776Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2624 | 2026-08-20T17:14:35.811Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2625 | 2026-08-20T17:14:35.853Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2626 | 2026-08-20T17:14:35.955Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2627 | 2026-08-20T17:14:36.112Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2628 | 2026-08-20T17:14:36.187Z | Checking xshell v0.2.7 |
| 2629 | 2026-08-20T17:14:36.226Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2630 | 2026-08-20T17:14:36.472Z | Checking half v1.8.3 |
| 2631 | 2026-08-20T17:14:36.531Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2632 | 2026-08-20T17:14:36.695Z | Checking serde_cbor v0.11.2 |
| 2633 | 2026-08-20T17:14:36.889Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2634 | 2026-08-20T17:14:36.940Z | Checking libscf-sys v1.2.0 |
| 2635 | 2026-08-20T17:14:37.099Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2636 | 2026-08-20T17:14:37.134Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2637 | 2026-08-20T17:14:37.136Z | Checking papergrid v0.18.0 |
| 2638 | 2026-08-20T17:14:37.204Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2639 | 2026-08-20T17:14:37.367Z | Checking maplit v1.0.2 |
| 2640 | 2026-08-20T17:14:37.480Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2641 | 2026-08-20T17:14:37.662Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2642 | 2026-08-20T17:14:37.708Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2643 | 2026-08-20T17:14:37.973Z | Checking tabled v0.21.0 |
| 2644 | 2026-08-20T17:14:38.122Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2645 | 2026-08-20T17:14:38.271Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2646 | 2026-08-20T17:14:38.305Z | Checking crc8 v0.1.1 |
| 2647 | 2026-08-20T17:14:38.342Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2648 | 2026-08-20T17:14:38.438Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2649 | 2026-08-20T17:14:38.516Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2650 | 2026-08-20T17:14:38.685Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2651 | 2026-08-20T17:14:38.834Z | Checking unicase v2.9.0 |
| 2652 | 2026-08-20T17:14:38.881Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2653 | 2026-08-20T17:14:38.962Z | Checking fxhash v0.2.1 |
| 2654 | 2026-08-20T17:14:39.127Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2655 | 2026-08-20T17:14:39.192Z | Checking sha2 v0.11.0 |
| 2656 | 2026-08-20T17:14:39.394Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2657 | 2026-08-20T17:14:39.410Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2658 | 2026-08-20T17:14:39.694Z | Compiling darling_core v0.21.3 |
| 2659 | 2026-08-20T17:14:39.872Z | Compiling vergen-lib v0.1.6 |
| 2660 | 2026-08-20T17:14:39.963Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2661 | 2026-08-20T17:14:40.107Z | Compiling diesel_derives v2.3.7 |
| 2662 | 2026-08-20T17:14:40.177Z | Checking scheduled-thread-pool v0.2.7 |
| 2663 | 2026-08-20T17:14:40.346Z | Compiling vergen-gitcl v1.0.8 |
| 2664 | 2026-08-20T17:14:40.377Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2665 | 2026-08-20T17:14:40.597Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2666 | 2026-08-20T17:14:40.632Z | Checking r2d2 v0.8.10 |
| 2667 | 2026-08-20T17:14:40.796Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2668 | 2026-08-20T17:14:40.842Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2669 | 2026-08-20T17:14:41.046Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2670 | 2026-08-20T17:14:41.230Z | Checking downcast-rs v2.0.2 |
| 2671 | 2026-08-20T17:14:41.391Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2672 | 2026-08-20T17:14:41.735Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2673 | 2026-08-20T17:14:41.780Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2674 | 2026-08-20T17:14:42.036Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2675 | 2026-08-20T17:14:42.045Z | Checking kstat-rs v0.2.5 |
| 2676 | 2026-08-20T17:14:42.045Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2677 | 2026-08-20T17:14:42.175Z | Compiling darling_macro v0.21.3 |
| 2678 | 2026-08-20T17:14:42.210Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2679 | 2026-08-20T17:14:42.466Z | Compiling proc-macro-error2 v2.0.1 |
| 2680 | 2026-08-20T17:14:42.540Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2681 | 2026-08-20T17:14:42.707Z | Compiling darling v0.21.3 |
| 2682 | 2026-08-20T17:14:42.806Z | Compiling knus-derive v3.4.0 |
| 2683 | 2026-08-20T17:14:42.838Z | Compiling dsl_auto_type v0.2.0 |
| 2684 | 2026-08-20T17:14:42.843Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2685 | 2026-08-20T17:14:43.958Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2686 | 2026-08-20T17:14:44.257Z | Compiling dirs-sys-next v0.1.2 |
| 2687 | 2026-08-20T17:14:44.299Z | Compiling crunchy v0.2.4 |
| 2688 | 2026-08-20T17:14:44.303Z | Compiling parking_lot_core v0.8.6 |
| 2689 | 2026-08-20T17:14:44.372Z | Compiling salty v0.3.0 |
| 2690 | 2026-08-20T17:14:44.574Z | Compiling dirs-next v2.0.0 |
| 2691 | 2026-08-20T17:14:44.713Z | Compiling clang-sys v1.8.1 |
| 2692 | 2026-08-20T17:14:44.744Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2693 | 2026-08-20T17:14:44.748Z | Compiling git-stub v1.0.0 |
| 2694 | 2026-08-20T17:14:44.780Z | Compiling tiny-keccak v2.0.2 |
| 2695 | 2026-08-20T17:14:45.079Z | Compiling git-stub-vcs v0.1.0 |
| 2696 | 2026-08-20T17:14:45.173Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2697 | 2026-08-20T17:14:45.445Z | Compiling term v0.7.0 |
| 2698 | 2026-08-20T17:14:45.517Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2699 | 2026-08-20T17:14:45.523Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2700 | 2026-08-20T17:14:45.580Z | Compiling bit-vec v0.6.3 |
| 2701 | 2026-08-20T17:14:45.820Z | Compiling bit-set v0.5.3 |
| 2702 | 2026-08-20T17:14:45.866Z | Compiling ascii-canvas v3.0.0 |
| 2703 | 2026-08-20T17:14:45.996Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2704 | 2026-08-20T17:14:46.031Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2705 | 2026-08-20T17:14:46.074Z | Checking parking_lot v0.11.2 |
| 2706 | 2026-08-20T17:14:46.121Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2707 | 2026-08-20T17:14:46.190Z | Checking rfc6979 v0.4.0 |
| 2708 | 2026-08-20T17:14:46.290Z | Checking prefix-trie v0.7.0 |
| 2709 | 2026-08-20T17:14:46.347Z | Compiling hashbrown v0.14.5 |
| 2710 | 2026-08-20T17:14:46.611Z | Compiling itertools v0.10.5 |
| 2711 | 2026-08-20T17:14:46.653Z | Compiling ena v0.14.4 |
| 2712 | 2026-08-20T17:14:46.686Z | Compiling libloading v0.8.9 |
| 2713 | 2026-08-20T17:14:46.904Z | Compiling regex-syntax v0.6.29 |
| 2714 | 2026-08-20T17:14:46.936Z | Compiling bindgen v0.71.1 |
| 2715 | 2026-08-20T17:14:46.946Z | Compiling diff v0.1.13 |
| 2716 | 2026-08-20T17:14:47.044Z | Compiling chumsky v0.9.3 |
| 2717 | 2026-08-20T17:14:47.387Z | Checking hickory-server v0.25.2 |
| 2718 | 2026-08-20T17:14:47.708Z | Compiling ecdsa v0.16.9 |
| 2719 | 2026-08-20T17:14:48.320Z | Compiling lalrpop v0.19.12 |
| 2720 | 2026-08-20T17:14:48.614Z | Checking sled v0.34.7 |
| 2721 | 2026-08-20T17:14:48.656Z | Compiling cexpr v0.6.0 |
| 2722 | 2026-08-20T17:14:48.686Z | Checking primeorder v0.13.6 |
| 2723 | 2026-08-20T17:14:48.827Z | Checking diesel v2.3.7 |
| 2724 | 2026-08-20T17:14:48.969Z | Checking nanorand v0.7.0 |
| 2725 | 2026-08-20T17:14:49.199Z | Compiling rustc-hash v2.1.1 |
| 2726 | 2026-08-20T17:14:49.392Z | Compiling p384 v0.13.1 |
| 2727 | 2026-08-20T17:14:49.415Z | Checking flume v0.11.1 |
| 2728 | 2026-08-20T17:14:49.876Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2729 | 2026-08-20T17:14:49.900Z | Compiling knus v3.4.0 |
| 2730 | 2026-08-20T17:14:50.057Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2731 | 2026-08-20T17:14:50.530Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2732 | 2026-08-20T17:14:50.547Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2733 | 2026-08-20T17:14:50.823Z | Compiling libxml v0.3.3 |
| 2734 | 2026-08-20T17:14:50.857Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2735 | 2026-08-20T17:14:50.933Z | Checking assert_matches v1.5.0 |
| 2736 | 2026-08-20T17:14:51.026Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2737 | 2026-08-20T17:14:51.193Z | Compiling strum_macros v0.24.3 |
| 2738 | 2026-08-20T17:14:51.225Z | Compiling indoc v1.0.9 |
| 2739 | 2026-08-20T17:14:52.114Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2740 | 2026-08-20T17:14:52.262Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2741 | 2026-08-20T17:14:52.335Z | Checking quick-xml v0.37.5 |
| 2742 | 2026-08-20T17:14:52.540Z | Checking derive_builder v0.20.2 |
| 2743 | 2026-08-20T17:14:52.716Z | Compiling oso-derive v0.27.3 |
| 2744 | 2026-08-20T17:14:52.724Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2745 | 2026-08-20T17:14:53.200Z | Compiling trait-variant v0.1.2 |
| 2746 | 2026-08-20T17:14:53.310Z | Checking openssl-probe v0.1.6 |
| 2747 | 2026-08-20T17:14:53.453Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2748 | 2026-08-20T17:14:53.734Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2749 | 2026-08-20T17:14:54.016Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2750 | 2026-08-20T17:14:54.226Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2751 | 2026-08-20T17:14:54.265Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2752 | 2026-08-20T17:14:54.452Z | Checking corncobs v0.1.4 |
| 2753 | 2026-08-20T17:14:54.539Z | Checking predicates-tree v1.0.13 |
| 2754 | 2026-08-20T17:14:54.582Z | Compiling progenitor-impl v0.13.0 |
| 2755 | 2026-08-20T17:14:54.622Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2756 | 2026-08-20T17:14:54.686Z | Checking secrecy v0.8.0 |
| 2757 | 2026-08-20T17:14:54.845Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2758 | 2026-08-20T17:14:55.404Z | Checking progenitor-client v0.13.0 |
| 2759 | 2026-08-20T17:14:55.681Z | Checking anstyle-parse v0.2.7 |
| 2760 | 2026-08-20T17:14:55.708Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2761 | 2026-08-20T17:14:55.841Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2762 | 2026-08-20T17:14:55.874Z | Checking anstream v0.6.21 |
| 2763 | 2026-08-20T17:14:56.059Z | Checking bb8 v0.8.6 |
| 2764 | 2026-08-20T17:14:56.345Z | Compiling mime_guess v2.0.5 |
| 2765 | 2026-08-20T17:14:56.425Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2766 | 2026-08-20T17:14:56.668Z | Checking ignore v0.4.25 |
| 2767 | 2026-08-20T17:14:56.912Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2768 | 2026-08-20T17:14:57.100Z | Checking http-range v0.1.5 |
| 2769 | 2026-08-20T17:14:57.110Z | Checking globwalk v0.9.1 |
| 2770 | 2026-08-20T17:14:57.220Z | Compiling progenitor-macro v0.13.0 |
| 2771 | 2026-08-20T17:14:57.252Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2772 | 2026-08-20T17:14:57.479Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2773 | 2026-08-20T17:14:57.847Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2774 | 2026-08-20T17:14:57.991Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2775 | 2026-08-20T17:14:58.555Z | Checking digest-io v0.1.0 |
| 2776 | 2026-08-20T17:14:58.730Z | Checking nonempty v0.12.0 |
| 2777 | 2026-08-20T17:14:58.949Z | Checking rawzip v0.4.4 |
| 2778 | 2026-08-20T17:14:59.344Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2779 | 2026-08-20T17:14:59.411Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2780 | 2026-08-20T17:14:59.651Z | Checking camino-tempfile-ext v0.3.3 |
| 2781 | 2026-08-20T17:14:59.888Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2782 | 2026-08-20T17:15:00.059Z | Checking hyper-staticfile v0.10.1 |
| 2783 | 2026-08-20T17:15:00.398Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2784 | 2026-08-20T17:15:00.728Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2785 | 2026-08-20T17:15:00.754Z | Checking signal-hook-tokio v0.3.1 |
| 2786 | 2026-08-20T17:15:00.919Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2787 | 2026-08-20T17:15:01.196Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2788 | 2026-08-20T17:15:01.331Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2789 | 2026-08-20T17:15:01.385Z | Checking scuffle v0.1.0 |
| 2790 | 2026-08-20T17:15:01.656Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2791 | 2026-08-20T17:15:01.748Z | Checking illumos-nvpair v0.3.0 |
| 2792 | 2026-08-20T17:15:01.961Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2793 | 2026-08-20T17:15:02.026Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2794 | 2026-08-20T17:15:02.096Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2795 | 2026-08-20T17:15:02.225Z | Checking progenitor v0.13.0 |
| 2796 | 2026-08-20T17:15:02.348Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2797 | 2026-08-20T17:15:02.384Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2798 | 2026-08-20T17:15:02.423Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2799 | 2026-08-20T17:15:02.626Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2800 | 2026-08-20T17:15:02.787Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2801 | 2026-08-20T17:15:02.987Z | Checking async-bb8-diesel v0.2.1 |
| 2802 | 2026-08-20T17:15:03.132Z | Checking diesel-dtrace v0.5.0 |
| 2803 | 2026-08-20T17:15:03.405Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2804 | 2026-08-20T17:15:03.447Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2805 | 2026-08-20T17:15:03.646Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2806 | 2026-08-20T17:15:03.925Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2807 | 2026-08-20T17:15:04.151Z | Checking tungstenite v0.23.0 |
| 2808 | 2026-08-20T17:15:04.218Z | Checking rand_seeder v0.4.0 |
| 2809 | 2026-08-20T17:15:04.396Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2810 | 2026-08-20T17:15:04.445Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2811 | 2026-08-20T17:15:04.635Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2812 | 2026-08-20T17:15:04.787Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2813 | 2026-08-20T17:15:06.015Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2814 | 2026-08-20T17:15:06.451Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2815 | 2026-08-20T17:15:06.488Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2816 | 2026-08-20T17:15:06.787Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2817 | 2026-08-20T17:15:07.292Z | Checking tokio-tungstenite v0.23.1 |
| 2818 | 2026-08-20T17:15:07.547Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2819 | 2026-08-20T17:15:07.604Z | Checking void v1.0.2 |
| 2820 | 2026-08-20T17:15:07.746Z | Checking lzss v0.8.2 |
| 2821 | 2026-08-20T17:15:08.127Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2822 | 2026-08-20T17:15:08.159Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2823 | 2026-08-20T17:15:08.159Z | Checking nix v0.27.1 |
| 2824 | 2026-08-20T17:15:08.159Z | Checking serde_bytes v0.11.19 |
| 2825 | 2026-08-20T17:15:08.159Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2826 | 2026-08-20T17:15:08.534Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2827 | 2026-08-20T17:15:08.836Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2828 | 2026-08-20T17:15:09.193Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2829 | 2026-08-20T17:15:09.640Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2830 | 2026-08-20T17:15:09.929Z | Checking yansi v1.0.1 |
| 2831 | 2026-08-20T17:15:09.963Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2832 | 2026-08-20T17:15:10.005Z | Checking cpubits v0.1.1 |
| 2833 | 2026-08-20T17:15:10.216Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2834 | 2026-08-20T17:15:10.279Z | Checking pretty_assertions v1.4.1 |
| 2835 | 2026-08-20T17:15:10.454Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2836 | 2026-08-20T17:15:10.520Z | Checking pem-rfc7468 v1.0.0 |
| 2837 | 2026-08-20T17:15:10.726Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2838 | 2026-08-20T17:15:10.997Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2839 | 2026-08-20T17:15:11.150Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2840 | 2026-08-20T17:15:11.237Z | Checking hmac v0.13.0 |
| 2841 | 2026-08-20T17:15:11.428Z | Checking universal-hash v0.6.1 |
| 2842 | 2026-08-20T17:15:11.592Z | Compiling libz-sys v1.1.24 |
| 2843 | 2026-08-20T17:15:11.952Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2844 | 2026-08-20T17:15:12.007Z | Compiling instability v0.3.11 |
| 2845 | 2026-08-20T17:15:12.643Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2846 | 2026-08-20T17:15:12.704Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2847 | 2026-08-20T17:15:12.704Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2848 | 2026-08-20T17:15:12.704Z | Checking castaway v0.2.4 |
| 2849 | 2026-08-20T17:15:12.704Z | Compiling indoc v2.0.7 |
| 2850 | 2026-08-20T17:15:12.736Z | Checking compact_str v0.8.1 |
| 2851 | 2026-08-20T17:15:13.144Z | Checking polyval v0.7.1 |
| 2852 | 2026-08-20T17:15:13.163Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2853 | 2026-08-20T17:15:13.387Z | Checking der v0.8.0 |
| 2854 | 2026-08-20T17:15:13.828Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2855 | 2026-08-20T17:15:13.867Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2856 | 2026-08-20T17:15:14.037Z | Checking unicode-truncate v1.1.0 |
| 2857 | 2026-08-20T17:15:14.073Z | Checking lru v0.12.5 |
| 2858 | 2026-08-20T17:15:14.110Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2859 | 2026-08-20T17:15:14.223Z | Checking arc-swap v1.8.2 |
| 2860 | 2026-08-20T17:15:14.248Z | Checking cassowary v0.3.0 |
| 2861 | 2026-08-20T17:15:14.375Z | Checking ghash v0.6.0 |
| 2862 | 2026-08-20T17:15:14.469Z | Checking slog-scope v4.4.1 |
| 2863 | 2026-08-20T17:15:14.505Z | Checking ratatui v0.29.0 |
| 2864 | 2026-08-20T17:15:14.641Z | Checking pbkdf2 v0.13.0 |
| 2865 | 2026-08-20T17:15:14.711Z | Checking aes v0.9.1 |
| 2866 | 2026-08-20T17:15:14.789Z | Checking crypto-bigint v0.7.5 |
| 2867 | 2026-08-20T17:15:15.244Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2868 | 2026-08-20T17:15:15.820Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2869 | 2026-08-20T17:15:16.081Z | Checking ctr v0.10.1 |
| 2870 | 2026-08-20T17:15:16.283Z | Checking aead v0.6.1 |
| 2871 | 2026-08-20T17:15:16.387Z | Checking cargo-platform v0.3.2 |
| 2872 | 2026-08-20T17:15:16.451Z | Checking aes-gcm v0.11.0 |
| 2873 | 2026-08-20T17:15:16.595Z | Checking cargo_metadata v0.23.1 |
| 2874 | 2026-08-20T17:15:16.651Z | Checking slog-stdlog v4.1.1 |
| 2875 | 2026-08-20T17:15:16.812Z | Checking spki v0.8.0 |
| 2876 | 2026-08-20T17:15:17.554Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2877 | 2026-08-20T17:15:17.592Z | Checking colored v2.2.0 |
| 2878 | 2026-08-20T17:15:17.592Z | Checking salsa20 v0.11.0 |
| 2879 | 2026-08-20T17:15:17.592Z | Checking console v0.16.2 |
| 2880 | 2026-08-20T17:15:17.592Z | Compiling vergen-git2 v9.1.0 |
| 2881 | 2026-08-20T17:15:17.678Z | Checking unit-prefix v0.5.2 |
| 2882 | 2026-08-20T17:15:17.707Z | Checking plotters-backend v0.3.7 |
| 2883 | 2026-08-20T17:15:17.836Z | Checking indicatif v0.18.4 |
| 2884 | 2026-08-20T17:15:17.936Z | Checking plotters-svg v0.3.7 |
| 2885 | 2026-08-20T17:15:18.176Z | Checking scrypt v0.12.0 |
| 2886 | 2026-08-20T17:15:18.271Z | Checking slog-envlogger v2.2.0 |
| 2887 | 2026-08-20T17:15:18.375Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2888 | 2026-08-20T17:15:18.437Z | Checking cbc v0.2.1 |
| 2889 | 2026-08-20T17:15:18.486Z | Checking libsw-core v0.3.2 |
| 2890 | 2026-08-20T17:15:18.600Z | Checking cast v0.3.0 |
| 2891 | 2026-08-20T17:15:18.636Z | Checking pkcs5 v0.8.1 |
| 2892 | 2026-08-20T17:15:18.670Z | Checking libsw v3.5.0 |
| 2893 | 2026-08-20T17:15:18.782Z | Checking criterion-plot v0.6.0 |
| 2894 | 2026-08-20T17:15:18.897Z | Checking plotters v0.3.7 |
| 2895 | 2026-08-20T17:15:18.976Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2896 | 2026-08-20T17:15:19.055Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2897 | 2026-08-20T17:15:19.282Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2898 | 2026-08-20T17:15:19.505Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2899 | 2026-08-20T17:15:19.667Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2900 | 2026-08-20T17:15:19.723Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2901 | 2026-08-20T17:15:19.885Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2902 | 2026-08-20T17:15:19.944Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2903 | 2026-08-20T17:15:19.979Z | Checking tinytemplate v1.2.1 |
| 2904 | 2026-08-20T17:15:20.102Z | Checking anes v0.1.6 |
| 2905 | 2026-08-20T17:15:20.224Z | Checking shell-words v1.1.1 |
| 2906 | 2026-08-20T17:15:20.310Z | Checking oorandom v11.1.5 |
| 2907 | 2026-08-20T17:15:20.530Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2908 | 2026-08-20T17:15:20.544Z | Checking criterion v0.7.0 |
| 2909 | 2026-08-20T17:15:20.847Z | Checking pkcs8 v0.11.0 |
| 2910 | 2026-08-20T17:15:21.101Z | Checking oxide-update-engine-display v0.1.2 |
| 2911 | 2026-08-20T17:15:21.929Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2912 | 2026-08-20T17:15:22.031Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2913 | 2026-08-20T17:15:22.068Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2914 | 2026-08-20T17:15:22.500Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2915 | 2026-08-20T17:15:23.312Z | Checking tokio-test v0.4.5 |
| 2916 | 2026-08-20T17:15:23.560Z | Checking ff v0.14.0 |
| 2917 | 2026-08-20T17:15:23.729Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2918 | 2026-08-20T17:15:23.945Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2919 | 2026-08-20T17:15:24.355Z | Checking twox-hash v2.1.2 |
| 2920 | 2026-08-20T17:15:24.681Z | Compiling petname v2.0.2 |
| 2921 | 2026-08-20T17:15:25.203Z | Checking atty v0.2.14 |
| 2922 | 2026-08-20T17:15:25.333Z | Checking arrayvec v0.7.6 |
| 2923 | 2026-08-20T17:15:25.554Z | Checking arrayref v0.3.9 |
| 2924 | 2026-08-20T17:15:25.612Z | Checking constant_time_eq v0.4.2 |
| 2925 | 2026-08-20T17:15:25.816Z | Checking group v0.14.0 |
| 2926 | 2026-08-20T17:15:25.861Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2927 | 2026-08-20T17:15:26.004Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2928 | 2026-08-20T17:15:26.059Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2929 | 2026-08-20T17:15:26.758Z | Checking fatfs v0.3.6 |
| 2930 | 2026-08-20T17:15:27.340Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2931 | 2026-08-20T17:15:27.403Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2932 | 2026-08-20T17:15:27.403Z | Checking signature v3.0.0 |
| 2933 | 2026-08-20T17:15:27.403Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2934 | 2026-08-20T17:15:27.403Z | Compiling seq-macro v0.3.6 |
| 2935 | 2026-08-20T17:15:27.793Z | Checking base16ct v1.0.0 |
| 2936 | 2026-08-20T17:15:27.963Z | Checking sec1 v0.8.1 |
| 2937 | 2026-08-20T17:15:28.273Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2938 | 2026-08-20T17:15:28.396Z | Checking hkdf v0.13.0 |
| 2939 | 2026-08-20T17:15:28.554Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2940 | 2026-08-20T17:15:28.588Z | Checking concurrent-queue v2.5.0 |
| 2941 | 2026-08-20T17:15:28.638Z | Checking sapling-renderdag v0.1.0 |
| 2942 | 2026-08-20T17:15:28.746Z | Checking parking v2.2.1 |
| 2943 | 2026-08-20T17:15:28.804Z | Checking sync-ptr v0.1.4 |
| 2944 | 2026-08-20T17:15:28.897Z | Checking elliptic-curve v0.14.1 |
| 2945 | 2026-08-20T17:15:28.905Z | Checking event-listener v5.4.1 |
| 2946 | 2026-08-20T17:15:28.966Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2947 | 2026-08-20T17:15:29.176Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2948 | 2026-08-20T17:15:29.331Z | Checking rtoolbox v0.0.3 |
| 2949 | 2026-08-20T17:15:29.444Z | Checking event-listener-strategy v0.5.4 |
| 2950 | 2026-08-20T17:15:29.570Z | Compiling samael v0.0.19 |
| 2951 | 2026-08-20T17:15:29.577Z | Checking rpassword v7.5.4 |
| 2952 | 2026-08-20T17:15:29.612Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2953 | 2026-08-20T17:15:29.706Z | Checking wnaf v0.14.0 |
| 2954 | 2026-08-20T17:15:29.898Z | Checking primefield v0.14.0 |
| 2955 | 2026-08-20T17:15:30.141Z | Checking rfc6979 v0.6.0 |
| 2956 | 2026-08-20T17:15:30.321Z | Checking tui-tree-widget v0.23.1 |
| 2957 | 2026-08-20T17:15:30.537Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2958 | 2026-08-20T17:15:30.582Z | Compiling blake3 v1.8.5 |
| 2959 | 2026-08-20T17:15:30.955Z | Checking futures-timer v3.0.3 |
| 2960 | 2026-08-20T17:15:31.541Z | Checking ecdsa v0.17.0 |
| 2961 | 2026-08-20T17:15:31.673Z | Checking primeorder v0.14.0 |
| 2962 | 2026-08-20T17:15:31.960Z | Checking async-lock v3.4.2 |
| 2963 | 2026-08-20T17:15:32.060Z | Compiling curve25519-dalek v5.0.0 |
| 2964 | 2026-08-20T17:15:32.279Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2965 | 2026-08-20T17:15:32.370Z | Checking async-object-pool v0.2.0 |
| 2966 | 2026-08-20T17:15:32.829Z | Checking ssh-encoding v0.3.0 |
| 2967 | 2026-08-20T17:15:33.103Z | Checking serde_regex v1.1.0 |
| 2968 | 2026-08-20T17:15:33.293Z | Checking assert-json-diff v2.0.2 |
| 2969 | 2026-08-20T17:15:33.497Z | Checking path-tree v0.8.3 |
| 2970 | 2026-08-20T17:15:34.004Z | Checking keccak v0.2.0 |
| 2971 | 2026-08-20T17:15:34.023Z | Compiling strsim v0.10.0 |
| 2972 | 2026-08-20T17:15:34.260Z | Checking topological-sort v0.2.2 |
| 2973 | 2026-08-20T17:15:34.426Z | Checking stringmetrics v2.2.2 |
| 2974 | 2026-08-20T17:15:34.504Z | Checking omicron-zone-package v0.12.3 |
| 2975 | 2026-08-20T17:15:34.606Z | Checking httpmock v0.8.3 |
| 2976 | 2026-08-20T17:15:34.693Z | Compiling darling_core v0.13.4 |
| 2977 | 2026-08-20T17:15:35.421Z | Checking ed25519 v3.0.0 |
| 2978 | 2026-08-20T17:15:35.645Z | Checking crypto-primes v0.7.2 |
| 2979 | 2026-08-20T17:15:35.818Z | Checking pkcs1 v0.8.0-rc.4 |
| 2980 | 2026-08-20T17:15:36.059Z | Checking poly1305 v0.9.0 |
| 2981 | 2026-08-20T17:15:36.363Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2982 | 2026-08-20T17:15:36.540Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2983 | 2026-08-20T17:15:36.638Z | Checking blowfish v0.10.0 |
| 2984 | 2026-08-20T17:15:36.791Z | Checking blake2 v0.11.0-rc.6 |
| 2985 | 2026-08-20T17:15:36.823Z | Compiling target-lexicon v0.13.3 |
| 2986 | 2026-08-20T17:15:36.835Z | Checking bcrypt-pbkdf v0.11.0 |
| 2987 | 2026-08-20T17:15:37.013Z | Checking rsa v0.10.0-rc.18 |
| 2988 | 2026-08-20T17:15:37.077Z | Checking argon2 v0.6.0-rc.8 |
| 2989 | 2026-08-20T17:15:37.192Z | Compiling darling_macro v0.13.4 |
| 2990 | 2026-08-20T17:15:37.416Z | Checking ssh-cipher v0.3.0 |
| 2991 | 2026-08-20T17:15:37.426Z | Checking ed25519-dalek v3.0.0 |
| 2992 | 2026-08-20T17:15:37.527Z | Checking sha3 v0.11.0 |
| 2993 | 2026-08-20T17:15:37.668Z | Checking p521 v0.14.0 |
| 2994 | 2026-08-20T17:15:37.699Z | Checking p256 v0.14.0 |
| 2995 | 2026-08-20T17:15:37.707Z | Checking p384 v0.14.0 |
| 2996 | 2026-08-20T17:15:37.900Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2997 | 2026-08-20T17:15:38.170Z | Checking kem v0.3.0 |
| 2998 | 2026-08-20T17:15:38.328Z | Checking module-lattice v0.2.3 |
| 2999 | 2026-08-20T17:15:38.490Z | Checking socket2 v0.5.10 |
| 3000 | 2026-08-20T17:15:38.573Z | Compiling guppy-workspace-hack v0.1.0 |
| 3001 | 2026-08-20T17:15:38.766Z | Checking sponge-cursor v0.1.0 |
| 3002 | 2026-08-20T17:15:38.799Z | Checking hex-literal v0.4.1 |
| 3003 | 2026-08-20T17:15:38.926Z | Checking sha3 v0.12.0 |
| 3004 | 2026-08-20T17:15:39.009Z | Checking ml-kem v0.3.2 |
| 3005 | 2026-08-20T17:15:39.160Z | Compiling darling v0.13.4 |
| 3006 | 2026-08-20T17:15:39.531Z | Checking russh-cryptovec v0.62.0 |
| 3007 | 2026-08-20T17:15:39.721Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3008 | 2026-08-20T17:15:39.756Z | Checking internal-russh-num-bigint v0.5.0 |
| 3009 | 2026-08-20T17:15:39.935Z | Checking num-bigint v0.4.6 |
| 3010 | 2026-08-20T17:15:40.289Z | Checking russh-util v0.52.0 |
| 3011 | 2026-08-20T17:15:40.448Z | Checking generic-array v1.4.3 |
| 3012 | 2026-08-20T17:15:40.711Z | Checking ssh-key v0.7.0-rc.11 |
| 3013 | 2026-08-20T17:15:40.767Z | Compiling enum_dispatch v0.3.13 |
| 3014 | 2026-08-20T17:15:40.865Z | Compiling delegate v0.13.5 |
| 3015 | 2026-08-20T17:15:40.898Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3016 | 2026-08-20T17:15:41.329Z | Checking hex-literal v1.1.0 |
| 3017 | 2026-08-20T17:15:41.479Z | Compiling target-spec v3.5.7 |
| 3018 | 2026-08-20T17:15:41.592Z | Checking md5 v0.8.0 |
| 3019 | 2026-08-20T17:15:41.800Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3020 | 2026-08-20T17:15:41.833Z | Checking russh v0.62.4 |
| 3021 | 2026-08-20T17:15:41.972Z | Checking cfg-expr v0.20.6 |
| 3022 | 2026-08-20T17:15:42.379Z | Compiling git2 v0.20.4 |
| 3023 | 2026-08-20T17:15:42.414Z | Compiling serde_with_macros v1.5.2 |
| 3024 | 2026-08-20T17:15:42.554Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3025 | 2026-08-20T17:15:42.940Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3026 | 2026-08-20T17:15:43.184Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3027 | 2026-08-20T17:15:43.321Z | Checking internet-checksum v0.2.1 |
| 3028 | 2026-08-20T17:15:43.420Z | Compiling serde_with v1.14.0 |
| 3029 | 2026-08-20T17:15:44.090Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3030 | 2026-08-20T17:15:45.001Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3031 | 2026-08-20T17:15:45.047Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3032 | 2026-08-20T17:15:45.174Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3033 | 2026-08-20T17:15:45.209Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3034 | 2026-08-20T17:15:45.418Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3035 | 2026-08-20T17:15:45.468Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3036 | 2026-08-20T17:15:45.583Z | Checking httptest v0.16.4 |
| 3037 | 2026-08-20T17:15:45.716Z | Checking pathdiff v0.2.3 |
| 3038 | 2026-08-20T17:15:45.749Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3039 | 2026-08-20T17:15:45.758Z | Checking nested v0.1.1 |
| 3040 | 2026-08-20T17:15:45.786Z | Compiling polar-core v0.27.3 |
| 3041 | 2026-08-20T17:15:45.872Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3042 | 2026-08-20T17:15:45.916Z | Checking guppy v0.17.25 |
| 3043 | 2026-08-20T17:15:45.971Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3044 | 2026-08-20T17:15:46.239Z | Checking similar-asserts v1.7.0 |
| 3045 | 2026-08-20T17:15:46.303Z | Compiling target-triple v1.0.0 |
| 3046 | 2026-08-20T17:15:46.422Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3047 | 2026-08-20T17:15:46.673Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3048 | 2026-08-20T17:15:46.886Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3049 | 2026-08-20T17:15:47.113Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3050 | 2026-08-20T17:15:47.244Z | Checking hickory-client v0.25.2 |
| 3051 | 2026-08-20T17:15:47.540Z | Checking supports-color v2.1.0 |
| 3052 | 2026-08-20T17:15:47.715Z | Checking supports-unicode v2.1.0 |
| 3053 | 2026-08-20T17:15:47.779Z | Checking supports-hyperlinks v2.1.0 |
| 3054 | 2026-08-20T17:15:47.872Z | Checking textwrap v0.15.2 |
| 3055 | 2026-08-20T17:15:47.934Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3056 | 2026-08-20T17:15:48.182Z | Checking terminal_size v0.1.17 |
| 3057 | 2026-08-20T17:15:48.603Z | Compiling miette-derive v5.10.0 |
| 3058 | 2026-08-20T17:15:48.683Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 3059 | 2026-08-20T17:15:48.684Z | Compiling fs-err v2.11.0 |
| 3060 | 2026-08-20T17:15:48.694Z | Compiling assert_cmd v2.1.2 |
| 3061 | 2026-08-20T17:15:48.758Z | Checking escape8259 v0.5.3 |
| 3062 | 2026-08-20T17:15:48.783Z | Checking owo-colors v3.5.0 |
| 3063 | 2026-08-20T17:15:48.843Z | Checking libtest-mimic v0.8.1 |
| 3064 | 2026-08-20T17:15:49.139Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 3065 | 2026-08-20T17:15:49.361Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3066 | 2026-08-20T17:15:49.399Z | Checking miette v5.10.0 |
| 3067 | 2026-08-20T17:15:49.915Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3068 | 2026-08-20T17:15:50.086Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3069 | 2026-08-20T17:15:50.517Z | Checking blake2b_simd v1.0.4 |
| 3070 | 2026-08-20T17:15:50.768Z | Checking oso v0.27.3 |
| 3071 | 2026-08-20T17:15:50.780Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3072 | 2026-08-20T17:15:50.933Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3073 | 2026-08-20T17:15:51.232Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3074 | 2026-08-20T17:15:51.246Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3075 | 2026-08-20T17:15:51.402Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3076 | 2026-08-20T17:15:51.448Z | Compiling knuffel-derive v3.2.0 |
| 3077 | 2026-08-20T17:15:51.705Z | Checking fancy-regex v0.14.0 |
| 3078 | 2026-08-20T17:15:51.787Z | Checking serde_tokenstream v0.2.3 |
| 3079 | 2026-08-20T17:15:52.097Z | Checking approx v0.5.1 |
| 3080 | 2026-08-20T17:15:52.938Z | Checking uzers v0.12.2 |
| 3081 | 2026-08-20T17:15:53.064Z | Compiling rstest_macros v0.25.0 |
| 3082 | 2026-08-20T17:15:53.064Z | Checking constant_time_eq v0.3.1 |
| 3083 | 2026-08-20T17:15:53.064Z | Checking termcolor v1.4.1 |
| 3084 | 2026-08-20T17:15:53.064Z | Compiling linkme-impl v0.3.35 |
| 3085 | 2026-08-20T17:15:53.064Z | Checking rust-argon2 v2.1.0 |
| 3086 | 2026-08-20T17:15:53.064Z | Checking trybuild v1.0.116 |
| 3087 | 2026-08-20T17:15:53.065Z | Checking knuffel v3.2.0 |
| 3088 | 2026-08-20T17:15:53.204Z | Checking datatest-stable v0.3.3 |
| 3089 | 2026-08-20T17:15:53.330Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3090 | 2026-08-20T17:15:53.400Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3091 | 2026-08-20T17:15:53.607Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3092 | 2026-08-20T17:15:53.635Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3093 | 2026-08-20T17:15:53.670Z | Checking support-bundle-viewer v0.1.2 |
| 3094 | 2026-08-20T17:15:53.706Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3095 | 2026-08-20T17:15:53.740Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3096 | 2026-08-20T17:15:53.924Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3097 | 2026-08-20T17:15:53.959Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3098 | 2026-08-20T17:15:53.999Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3099 | 2026-08-20T17:15:54.189Z | Checking drift v0.2.0 |
| 3100 | 2026-08-20T17:15:54.195Z | Checking rand_distr v0.5.1 |
| 3101 | 2026-08-20T17:15:54.380Z | Checking multimap v0.10.1 |
| 3102 | 2026-08-20T17:15:54.464Z | Compiling linkme v0.3.35 |
| 3103 | 2026-08-20T17:15:54.552Z | Checking parse-size v1.1.0 |
| 3104 | 2026-08-20T17:15:54.590Z | Compiling relative-path v1.9.3 |
| 3105 | 2026-08-20T17:15:54.628Z | Checking dropshot-api-manager v0.8.0 |
| 3106 | 2026-08-20T17:15:54.708Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3107 | 2026-08-20T17:15:55.011Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3108 | 2026-08-20T17:15:55.800Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3109 | 2026-08-20T17:15:56.205Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3110 | 2026-08-20T17:15:56.593Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3111 | 2026-08-20T17:15:56.770Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3112 | 2026-08-20T17:15:56.806Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3113 | 2026-08-20T17:15:58.879Z | Checking cargo_toml v0.21.0 |
| 3114 | 2026-08-20T17:15:59.436Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3115 | 2026-08-20T17:15:59.436Z | Checking partial-io v0.5.4 |
| 3116 | 2026-08-20T17:15:59.436Z | Checking termios v0.3.3 |
| 3117 | 2026-08-20T17:15:59.436Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3118 | 2026-08-20T17:15:59.436Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3119 | 2026-08-20T17:15:59.436Z | Checking rstest v0.25.0 |
| 3120 | 2026-08-20T17:16:01.423Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3121 | 2026-08-20T17:16:02.993Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3122 | 2026-08-20T17:16:03.561Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3123 | 2026-08-20T17:16:05.193Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3124 | 2026-08-20T17:16:09.305Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3125 | 2026-08-20T17:16:10.532Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3126 | 2026-08-20T17:16:12.527Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3127 | 2026-08-20T17:16:17.487Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3128 | 2026-08-20T17:16:20.147Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3129 | 2026-08-20T17:16:22.271Z | Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3130 | 2026-08-20T17:16:24.896Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3131 | 2026-08-20T17:16:27.692Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3132 | 2026-08-20T17:16:29.368Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3133 | 2026-08-20T17:16:30.190Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3134 | 2026-08-20T17:16:33.683Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3135 | 2026-08-20T17:16:38.691Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3136 | 2026-08-20T17:17:00.615Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3137 | 2026-08-20T17:17:53.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 10s |
| 3138 | 2026-08-20T17:17:53.097Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3139 | 2026-08-20T17:17:53.097Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3140 | 2026-08-20T17:17:53.754Z | |
| 3141 | 2026-08-20T17:17:53.754Z | real 4:14.289047664 |
| 3142 | 2026-08-20T17:17:53.754Z | user 21:54.227669552 |
| 3143 | 2026-08-20T17:17:53.755Z | sys 5:10.653565482 |
| 3144 | 2026-08-20T17:17:53.755Z | trap 0.523870543 |
| 3145 | 2026-08-20T17:17:53.755Z | tflt 0.522495274 |
| 3146 | 2026-08-20T17:17:53.755Z | dflt 0.591367303 |
| 3147 | 2026-08-20T17:17:53.755Z | kflt 0.004686033 |
| 3148 | 2026-08-20T17:17:53.755Z | lock 1:06:14.919531471 |
| 3149 | 2026-08-20T17:17:53.755Z | slp 59:46.936164130 |
| 3150 | 2026-08-20T17:17:53.755Z | lat 1:51.105661566 |
| 3151 | 2026-08-20T17:17:53.755Z | stop 13:41.208336364 |
| 3152 | 2026-08-20T17:17:53.758Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3153 | 2026-08-20T17:17:53.758Z | + ptime -m cargo doc --workspace --no-deps |
| 3154 | 2026-08-20T17:17:54.602Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3155 | 2026-08-20T17:17:54.602Z | | |
| 3156 | 2026-08-20T17:17:54.603Z | = 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)` |
| 3157 | 2026-08-20T17:17:54.603Z | = 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> |
| 3158 | 2026-08-20T17:17:55.687Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3159 | 2026-08-20T17:17:55.930Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3160 | 2026-08-20T17:17:55.975Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3161 | 2026-08-20T17:17:56.038Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3162 | 2026-08-20T17:17:56.099Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3163 | 2026-08-20T17:17:56.206Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3164 | 2026-08-20T17:17:56.237Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3165 | 2026-08-20T17:17:56.237Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3166 | 2026-08-20T17:17:56.288Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3167 | 2026-08-20T17:17:56.314Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3168 | 2026-08-20T17:17:56.459Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3169 | 2026-08-20T17:17:56.505Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3170 | 2026-08-20T17:17:56.532Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3171 | 2026-08-20T17:17:56.616Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3172 | 2026-08-20T17:17:56.642Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3173 | 2026-08-20T17:17:56.663Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3174 | 2026-08-20T17:17:56.663Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3175 | 2026-08-20T17:17:56.706Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3176 | 2026-08-20T17:17:56.729Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3177 | 2026-08-20T17:17:56.802Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3178 | 2026-08-20T17:17:56.873Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3179 | 2026-08-20T17:17:57.068Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3180 | 2026-08-20T17:17:57.215Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3181 | 2026-08-20T17:17:57.240Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3182 | 2026-08-20T17:17:57.301Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3183 | 2026-08-20T17:17:57.330Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3184 | 2026-08-20T17:17:57.509Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3185 | 2026-08-20T17:17:57.536Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3186 | 2026-08-20T17:17:57.678Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3187 | 2026-08-20T17:17:57.763Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3188 | 2026-08-20T17:17:57.850Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3189 | 2026-08-20T17:17:57.877Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3190 | 2026-08-20T17:17:57.950Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3191 | 2026-08-20T17:17:58.179Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3192 | 2026-08-20T17:17:58.244Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3193 | 2026-08-20T17:17:58.268Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3194 | 2026-08-20T17:17:58.409Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3195 | 2026-08-20T17:17:58.433Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3196 | 2026-08-20T17:17:58.487Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3197 | 2026-08-20T17:17:58.652Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3198 | 2026-08-20T17:17:58.723Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3199 | 2026-08-20T17:17:58.897Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3200 | 2026-08-20T17:17:58.954Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3201 | 2026-08-20T17:17:58.978Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3202 | 2026-08-20T17:17:59.001Z | Checking scuffle v0.1.0 |
| 3203 | 2026-08-20T17:17:59.172Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3204 | 2026-08-20T17:17:59.203Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3205 | 2026-08-20T17:17:59.300Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3206 | 2026-08-20T17:17:59.458Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3207 | 2026-08-20T17:17:59.468Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3208 | 2026-08-20T17:17:59.532Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3209 | 2026-08-20T17:17:59.555Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3210 | 2026-08-20T17:17:59.579Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3211 | 2026-08-20T17:17:59.614Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3212 | 2026-08-20T17:17:59.647Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3213 | 2026-08-20T17:17:59.749Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3214 | 2026-08-20T17:18:00.114Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3215 | 2026-08-20T17:18:00.429Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3216 | 2026-08-20T17:18:00.605Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3217 | 2026-08-20T17:18:00.898Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3218 | 2026-08-20T17:18:01.131Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3219 | 2026-08-20T17:18:01.168Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3220 | 2026-08-20T17:18:01.194Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3221 | 2026-08-20T17:18:01.392Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3222 | 2026-08-20T17:18:01.443Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3223 | 2026-08-20T17:18:01.467Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3224 | 2026-08-20T17:18:01.490Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3225 | 2026-08-20T17:18:01.556Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3226 | 2026-08-20T17:18:01.675Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3227 | 2026-08-20T17:18:02.385Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3228 | 2026-08-20T17:18:02.611Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3229 | 2026-08-20T17:18:02.636Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3230 | 2026-08-20T17:18:02.750Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3231 | 2026-08-20T17:18:03.001Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3232 | 2026-08-20T17:18:03.051Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3233 | 2026-08-20T17:18:03.115Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3234 | 2026-08-20T17:18:03.179Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3235 | 2026-08-20T17:18:03.182Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3236 | 2026-08-20T17:18:03.296Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3237 | 2026-08-20T17:18:03.340Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3238 | 2026-08-20T17:18:03.363Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3239 | 2026-08-20T17:18:03.366Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3240 | 2026-08-20T17:18:03.497Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3241 | 2026-08-20T17:18:03.678Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3242 | 2026-08-20T17:18:03.681Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3243 | 2026-08-20T17:18:03.751Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3244 | 2026-08-20T17:18:03.755Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3245 | 2026-08-20T17:18:03.797Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3246 | 2026-08-20T17:18:03.856Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3247 | 2026-08-20T17:18:03.926Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3248 | 2026-08-20T17:18:04.089Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3249 | 2026-08-20T17:18:04.097Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3250 | 2026-08-20T17:18:04.097Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3251 | 2026-08-20T17:18:04.097Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3252 | 2026-08-20T17:18:04.241Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3253 | 2026-08-20T17:18:04.241Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3254 | 2026-08-20T17:18:04.310Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3255 | 2026-08-20T17:18:04.336Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3256 | 2026-08-20T17:18:04.359Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3257 | 2026-08-20T17:18:04.432Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3258 | 2026-08-20T17:18:04.477Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3259 | 2026-08-20T17:18:04.547Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3260 | 2026-08-20T17:18:04.627Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3261 | 2026-08-20T17:18:04.671Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3262 | 2026-08-20T17:18:04.894Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3263 | 2026-08-20T17:18:04.941Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3264 | 2026-08-20T17:18:04.994Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3265 | 2026-08-20T17:18:05.432Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3266 | 2026-08-20T17:18:05.594Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3267 | 2026-08-20T17:18:05.871Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3268 | 2026-08-20T17:18:06.639Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3269 | 2026-08-20T17:18:06.834Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3270 | 2026-08-20T17:18:07.257Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3271 | 2026-08-20T17:18:07.748Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3272 | 2026-08-20T17:18:07.813Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3273 | 2026-08-20T17:18:08.340Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3274 | 2026-08-20T17:18:08.775Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3275 | 2026-08-20T17:18:09.629Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3276 | 2026-08-20T17:18:09.654Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3277 | 2026-08-20T17:18:10.034Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3278 | 2026-08-20T17:18:10.083Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3279 | 2026-08-20T17:18:10.312Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3280 | 2026-08-20T17:18:10.507Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3281 | 2026-08-20T17:18:10.552Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3282 | 2026-08-20T17:18:10.882Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3283 | 2026-08-20T17:18:11.269Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3284 | 2026-08-20T17:18:11.464Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3285 | 2026-08-20T17:18:11.821Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3286 | 2026-08-20T17:18:12.012Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3287 | 2026-08-20T17:18:12.169Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3288 | 2026-08-20T17:18:12.223Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3289 | 2026-08-20T17:18:12.549Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3290 | 2026-08-20T17:18:12.762Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3291 | 2026-08-20T17:18:12.944Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3292 | 2026-08-20T17:18:13.436Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3293 | 2026-08-20T17:18:13.532Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3294 | 2026-08-20T17:18:13.858Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3295 | 2026-08-20T17:18:14.403Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3296 | 2026-08-20T17:18:14.886Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3297 | 2026-08-20T17:18:15.260Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3298 | 2026-08-20T17:18:15.347Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3299 | 2026-08-20T17:18:15.752Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3300 | 2026-08-20T17:18:15.964Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3301 | 2026-08-20T17:18:16.452Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3302 | 2026-08-20T17:18:16.579Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3303 | 2026-08-20T17:18:16.633Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3304 | 2026-08-20T17:18:17.185Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3305 | 2026-08-20T17:18:17.256Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3306 | 2026-08-20T17:18:17.806Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3307 | 2026-08-20T17:18:17.905Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3308 | 2026-08-20T17:18:18.348Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3309 | 2026-08-20T17:18:18.805Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3310 | 2026-08-20T17:18:19.033Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3311 | 2026-08-20T17:18:19.495Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3312 | 2026-08-20T17:18:19.739Z | Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3313 | 2026-08-20T17:18:20.622Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3314 | 2026-08-20T17:18:21.642Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3315 | 2026-08-20T17:18:23.741Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3316 | 2026-08-20T17:18:24.442Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3317 | 2026-08-20T17:18:25.516Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3318 | 2026-08-20T17:18:26.632Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3319 | 2026-08-20T17:18:26.979Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3320 | 2026-08-20T17:18:27.095Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3321 | 2026-08-20T17:18:27.177Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3322 | 2026-08-20T17:18:27.329Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3323 | 2026-08-20T17:18:28.883Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3324 | 2026-08-20T17:18:28.991Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3325 | 2026-08-20T17:18:29.064Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3326 | 2026-08-20T17:18:29.070Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3327 | 2026-08-20T17:18:29.781Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3328 | 2026-08-20T17:18:30.189Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3329 | 2026-08-20T17:18:30.502Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3330 | 2026-08-20T17:18:30.671Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3331 | 2026-08-20T17:18:30.773Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3332 | 2026-08-20T17:18:31.249Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3333 | 2026-08-20T17:18:31.426Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3334 | 2026-08-20T17:18:31.501Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3335 | 2026-08-20T17:18:31.724Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3336 | 2026-08-20T17:18:32.200Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3337 | 2026-08-20T17:18:32.256Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3338 | 2026-08-20T17:18:32.445Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3339 | 2026-08-20T17:18:32.672Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3340 | 2026-08-20T17:18:32.873Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3341 | 2026-08-20T17:18:33.028Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3342 | 2026-08-20T17:18:33.424Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3343 | 2026-08-20T17:18:35.006Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3344 | 2026-08-20T17:18:35.114Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3345 | 2026-08-20T17:18:35.244Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3346 | 2026-08-20T17:18:37.972Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3347 | 2026-08-20T17:18:39.328Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3348 | 2026-08-20T17:18:39.983Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3349 | 2026-08-20T17:18:40.518Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3350 | 2026-08-20T17:18:42.165Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3351 | 2026-08-20T17:18:44.226Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3352 | 2026-08-20T17:18:44.849Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3353 | 2026-08-20T17:18:45.295Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3354 | 2026-08-20T17:18:46.367Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3355 | 2026-08-20T17:18:48.147Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3356 | 2026-08-20T17:18:49.413Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3357 | 2026-08-20T17:18:49.761Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3358 | 2026-08-20T17:18:51.003Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3359 | 2026-08-20T17:18:51.493Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3360 | 2026-08-20T17:18:51.987Z | Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3361 | 2026-08-20T17:18:54.670Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3362 | 2026-08-20T17:18:57.773Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3363 | 2026-08-20T17:18:58.831Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3364 | 2026-08-20T17:18:59.357Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3365 | 2026-08-20T17:19:00.231Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3366 | 2026-08-20T17:19:00.977Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3367 | 2026-08-20T17:19:01.727Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3368 | 2026-08-20T17:19:02.688Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3369 | 2026-08-20T17:19:04.482Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3370 | 2026-08-20T17:19:05.800Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3371 | 2026-08-20T17:19:05.899Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3372 | 2026-08-20T17:19:06.597Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3373 | 2026-08-20T17:19:07.772Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3374 | 2026-08-20T17:19:08.339Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3375 | 2026-08-20T17:19:09.261Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3376 | 2026-08-20T17:19:13.536Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3377 | 2026-08-20T17:19:14.004Z | Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3378 | 2026-08-20T17:19:15.000Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3379 | 2026-08-20T17:19:15.774Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3380 | 2026-08-20T17:19:16.689Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3381 | 2026-08-20T17:19:17.837Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3382 | 2026-08-20T17:19:19.344Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3383 | 2026-08-20T17:19:21.013Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3384 | 2026-08-20T17:19:21.853Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3385 | 2026-08-20T17:19:22.874Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3386 | 2026-08-20T17:19:23.960Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3387 | 2026-08-20T17:19:26.940Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3388 | 2026-08-20T17:19:27.598Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3389 | 2026-08-20T17:19:29.498Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3390 | 2026-08-20T17:19:30.123Z | Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3391 | 2026-08-20T17:19:31.619Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3392 | 2026-08-20T17:19:33.213Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3393 | 2026-08-20T17:19:35.005Z | Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3394 | 2026-08-20T17:19:36.421Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3395 | 2026-08-20T17:19:38.149Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3396 | 2026-08-20T17:19:39.724Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3397 | 2026-08-20T17:19:41.387Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3398 | 2026-08-20T17:19:45.999Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3399 | 2026-08-20T17:19:46.439Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3400 | 2026-08-20T17:19:47.477Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3401 | 2026-08-20T17:19:48.135Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3402 | 2026-08-20T17:19:49.659Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3403 | 2026-08-20T17:19:51.823Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3404 | 2026-08-20T17:19:53.511Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3405 | 2026-08-20T17:19:55.564Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3406 | 2026-08-20T17:19:57.336Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3407 | 2026-08-20T17:19:59.061Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3408 | 2026-08-20T17:20:01.071Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3409 | 2026-08-20T17:20:02.620Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3410 | 2026-08-20T17:20:04.344Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3411 | 2026-08-20T17:20:06.111Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3412 | 2026-08-20T17:20:07.903Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3413 | 2026-08-20T17:20:09.614Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3414 | 2026-08-20T17:20:11.358Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3415 | 2026-08-20T17:20:12.976Z | Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3416 | 2026-08-20T17:20:14.976Z | Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3417 | 2026-08-20T17:20:16.539Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3418 | 2026-08-20T17:20:18.381Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3419 | 2026-08-20T17:20:20.258Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3420 | 2026-08-20T17:20:22.121Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3421 | 2026-08-20T17:20:23.887Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3422 | 2026-08-20T17:20:25.837Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3423 | 2026-08-20T17:20:31.369Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3424 | 2026-08-20T17:20:34.530Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3425 | 2026-08-20T17:20:35.731Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3426 | 2026-08-20T17:20:37.884Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3427 | 2026-08-20T17:20:39.664Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3428 | 2026-08-20T17:20:41.700Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3429 | 2026-08-20T17:20:44.096Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3430 | 2026-08-20T17:20:46.545Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3431 | 2026-08-20T17:20:49.489Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3432 | 2026-08-20T17:20:51.350Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3433 | 2026-08-20T17:20:53.874Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3434 | 2026-08-20T17:20:56.228Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3435 | 2026-08-20T17:20:58.836Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3436 | 2026-08-20T17:21:00.780Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3437 | 2026-08-20T17:21:03.816Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3438 | 2026-08-20T17:21:05.872Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3439 | 2026-08-20T17:21:08.085Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3440 | 2026-08-20T17:21:10.600Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3441 | 2026-08-20T17:21:13.326Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3442 | 2026-08-20T17:21:15.849Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3443 | 2026-08-20T17:21:18.295Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3444 | 2026-08-20T17:21:24.918Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3445 | 2026-08-20T17:21:24.969Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3446 | 2026-08-20T17:21:25.718Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3447 | 2026-08-20T17:21:28.136Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3448 | 2026-08-20T17:21:30.698Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3449 | 2026-08-20T17:21:33.206Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3450 | 2026-08-20T17:21:35.556Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3451 | 2026-08-20T17:21:38.264Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3452 | 2026-08-20T17:21:40.836Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3453 | 2026-08-20T17:21:43.303Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3454 | 2026-08-20T17:21:45.809Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3455 | 2026-08-20T17:21:48.308Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3456 | 2026-08-20T17:21:51.009Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3457 | 2026-08-20T17:21:53.535Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3458 | 2026-08-20T17:21:56.080Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3459 | 2026-08-20T17:21:58.600Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3460 | 2026-08-20T17:22:01.198Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3461 | 2026-08-20T17:22:03.578Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3462 | 2026-08-20T17:22:06.056Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3463 | 2026-08-20T17:22:08.751Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3464 | 2026-08-20T17:22:11.439Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3465 | 2026-08-20T17:22:13.989Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3466 | 2026-08-20T17:22:16.590Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3467 | 2026-08-20T17:22:18.984Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3468 | 2026-08-20T17:22:21.597Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3469 | 2026-08-20T17:22:24.973Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3470 | 2026-08-20T17:22:27.314Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3471 | 2026-08-20T17:22:29.846Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3472 | 2026-08-20T17:22:32.529Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3473 | 2026-08-20T17:22:35.253Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3474 | 2026-08-20T17:22:37.890Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3475 | 2026-08-20T17:22:40.654Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3476 | 2026-08-20T17:22:43.295Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3477 | 2026-08-20T17:22:46.003Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3478 | 2026-08-20T17:22:48.515Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3479 | 2026-08-20T17:22:51.318Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3480 | 2026-08-20T17:22:53.956Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3481 | 2026-08-20T17:22:57.097Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3482 | 2026-08-20T17:22:59.833Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3483 | 2026-08-20T17:23:02.459Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3484 | 2026-08-20T17:23:05.134Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3485 | 2026-08-20T17:23:07.953Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3486 | 2026-08-20T17:23:10.709Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3487 | 2026-08-20T17:23:13.983Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3488 | 2026-08-20T17:23:16.598Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3489 | 2026-08-20T17:23:24.620Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3490 | 2026-08-20T17:23:24.882Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3491 | 2026-08-20T17:23:28.435Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3492 | 2026-08-20T17:23:31.995Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3493 | 2026-08-20T17:23:35.476Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3494 | 2026-08-20T17:23:39.297Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3495 | 2026-08-20T17:23:42.587Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3496 | 2026-08-20T17:23:47.548Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3497 | 2026-08-20T17:23:50.493Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3498 | 2026-08-20T17:23:54.376Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3499 | 2026-08-20T17:23:58.243Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3500 | 2026-08-20T17:24:02.135Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3501 | 2026-08-20T17:24:06.225Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3502 | 2026-08-20T17:24:09.970Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3503 | 2026-08-20T17:24:13.820Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3504 | 2026-08-20T17:24:17.656Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3505 | 2026-08-20T17:24:21.586Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3506 | 2026-08-20T17:24:25.487Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3507 | 2026-08-20T17:24:29.382Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3508 | 2026-08-20T17:24:33.260Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3509 | 2026-08-20T17:24:37.138Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3510 | 2026-08-20T17:24:41.050Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3511 | 2026-08-20T17:24:45.961Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3512 | 2026-08-20T17:24:48.724Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3513 | 2026-08-20T17:24:52.691Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3514 | 2026-08-20T17:25:35.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 29s |
| 3515 | 2026-08-20T17:25:35.234Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3516 | 2026-08-20T17:25:35.234Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3517 | 2026-08-20T17:25:35.234Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files |
| 3518 | 2026-08-20T17:25:35.234Z | |
| 3519 | 2026-08-20T17:25:35.234Z | real 7:29.863234994 |
| 3520 | 2026-08-20T17:25:35.235Z | user 20:19.663920683 |
| 3521 | 2026-08-20T17:25:35.235Z | sys 4:22.113626164 |
| 3522 | 2026-08-20T17:25:35.235Z | trap 0.302997858 |
| 3523 | 2026-08-20T17:25:35.235Z | tflt 0.005826252 |
| 3524 | 2026-08-20T17:25:35.235Z | dflt 0.082460705 |
| 3525 | 2026-08-20T17:25:35.235Z | kflt 0.000050200 |
| 3526 | 2026-08-20T17:25:35.235Z | lock 7:09:43.143161330 |
| 3527 | 2026-08-20T17:25:35.235Z | slp 2:31:10.748893491 |
| 3528 | 2026-08-20T17:25:35.235Z | lat 34.406056925 |
| 3529 | 2026-08-20T17:25:35.235Z | stop 2:08.097876959 |
| 3530 | 2026-08-20T17:25:35.235Z | process exited: duration 834538 ms, exit code 0 |
| |
| 3531 | 2026-08-20T17:25:35.792Z | found 0 output files |