|
|
|
| 1 | 2026-03-14T20:19:45.415Z | job assigned to worker 01KKPZZV6TE8PZKPPN9VVBE1CD [factory aws, i-08468bb6059709ddf] (queued for 1 m 35 s) |
| |
| 2 | 2026-03-14T20:19:53.101Z | starting task 0: "setup" |
| 3 | 2026-03-14T20:19:53.106Z | ++ uname -s |
| 4 | 2026-03-14T20:19:53.109Z | + kern=SunOS |
| 5 | 2026-03-14T20:19:53.109Z | + build_user=build |
| 6 | 2026-03-14T20:19:53.109Z | + build_uid=12345 |
| 7 | 2026-03-14T20:19:53.109Z | + work_dir=/work |
| 8 | 2026-03-14T20:19:53.109Z | + input_dir=/input |
| 9 | 2026-03-14T20:19:53.109Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-14T20:19:53.109Z | + case "$kern" in |
| 11 | 2026-03-14T20:19:53.109Z | + groupadd -g 12345 build |
| 12 | 2026-03-14T20:19:53.113Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-14T20:19:55.117Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-14T20:19:55.232Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-14T20:19:55.236Z | + home_fs=zfs |
| 16 | 2026-03-14T20:19:55.236Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-14T20:19:55.236Z | + mkdir -p /home/build |
| 18 | 2026-03-14T20:19:55.239Z | + chown build:build /home/build /work |
| 19 | 2026-03-14T20:19:57.238Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-14T20:19:57.241Z | process exited: duration 4140 ms, exit code 0 |
| |
| 21 | 2026-03-14T20:19:57.247Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-14T20:19:57.251Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-14T20:19:57.251Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-14T20:19:57.251Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-14T20:19:57.251Z | * rust toolchain profile = "default" |
| 26 | 2026-03-14T20:19:57.251Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-14T20:19:57.253Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-14T20:19:57.253Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-14T20:19:57.253Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-14T20:19:57.393Z | info: downloading installer |
| 31 | 2026-03-14T20:19:59.032Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-14T20:19:59.032Z | warn: /opt/ooce/bin |
| 33 | 2026-03-14T20:19:59.032Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-14T20:19:59.032Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-14T20:19:59.033Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-14T20:19:59.033Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-14T20:19:59.033Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-14T20:19:59.033Z | error: cannot install while Rust is installed |
| 39 | 2026-03-14T20:19:59.033Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-14T20:19:59.033Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-14T20:19:59.033Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-14T20:19:59.033Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-14T20:19:59.033Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-14T20:19:59.045Z | info: profile set to default |
| 45 | 2026-03-14T20:19:59.045Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-14T20:19:59.047Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-14T20:19:59.195Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-14T20:19:59.200Z | info: downloading 6 components |
| 49 | 2026-03-14T20:20:15.610Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-14T20:20:15.610Z | |
| 51 | 2026-03-14T20:20:15.644Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-14T20:20:15.644Z | |
| 53 | 2026-03-14T20:20:15.647Z | |
| 54 | 2026-03-14T20:20:15.647Z | Rust is installed now. Great! |
| 55 | 2026-03-14T20:20:15.647Z | |
| 56 | 2026-03-14T20:20:15.647Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-14T20:20:15.647Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-14T20:20:15.647Z | |
| 59 | 2026-03-14T20:20:15.647Z | To configure your current shell, you need to source |
| 60 | 2026-03-14T20:20:15.647Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-14T20:20:15.647Z | |
| 62 | 2026-03-14T20:20:15.647Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-14T20:20:15.647Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-14T20:20:15.647Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-14T20:20:15.647Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-14T20:20:15.647Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-14T20:20:15.648Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-14T20:20:15.648Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-14T20:20:15.648Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-14T20:20:15.648Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-14T20:20:15.748Z | + rustup --version |
| 72 | 2026-03-14T20:20:15.758Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-14T20:20:15.761Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-14T20:20:15.785Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-14T20:20:15.788Z | + cargo --version |
| 76 | 2026-03-14T20:20:15.805Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-14T20:20:15.808Z | + rustc --version |
| 78 | 2026-03-14T20:20:15.832Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-14T20:20:15.836Z | process exited: duration 18588 ms, exit code 0 |
| |
| 80 | 2026-03-14T20:20:15.841Z | starting task 2: "authentication" |
| 81 | 2026-03-14T20:20:15.860Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-14T20:20:15.866Z | starting task 3: "clone repository" |
| 83 | 2026-03-14T20:20:15.870Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-14T20:20:15.872Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-14T20:20:15.904Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-14T20:20:25.556Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-14T20:20:25.557Z | + git fetch origin 465f67065b886fb154c8bc8e12d5e772579ca28f |
| 88 | 2026-03-14T20:20:25.829Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-14T20:20:25.829Z | * branch 465f67065b886fb154c8bc8e12d5e772579ca28f -> FETCH_HEAD |
| 90 | 2026-03-14T20:20:25.840Z | + [[ -n mergeconflict/rust-toolchain-1.94.0 ]] |
| 91 | 2026-03-14T20:20:25.842Z | ++ git branch --show-current |
| 92 | 2026-03-14T20:20:25.845Z | + current=main |
| 93 | 2026-03-14T20:20:25.845Z | + [[ main != mergeconflict/rust-toolchain-1.94.0 ]] |
| 94 | 2026-03-14T20:20:25.845Z | + git branch -f mergeconflict/rust-toolchain-1.94.0 465f67065b886fb154c8bc8e12d5e772579ca28f |
| 95 | 2026-03-14T20:20:25.848Z | + git checkout -f mergeconflict/rust-toolchain-1.94.0 |
| 96 | 2026-03-14T20:20:25.938Z | Switched to branch 'mergeconflict/rust-toolchain-1.94.0' |
| 97 | 2026-03-14T20:20:25.941Z | + git reset --hard 465f67065b886fb154c8bc8e12d5e772579ca28f |
| 98 | 2026-03-14T20:20:26.040Z | HEAD is now at 465f67065 Switch CI build timings from --timings to -Zbuild-analysis |
| 99 | 2026-03-14T20:20:26.043Z | process exited: duration 10175 ms, exit code 0 |
| |
| 100 | 2026-03-14T20:20:26.048Z | starting task 4: "build" |
| 101 | 2026-03-14T20:20:26.053Z | + source ./env.sh |
| 102 | 2026-03-14T20:20:26.055Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-03-14T20:20:26.055Z | ++ set -o xtrace |
| 104 | 2026-03-14T20:20:26.055Z | ++++ dirname ./env.sh |
| 105 | 2026-03-14T20:20:26.058Z | +++ readlink -f . |
| 106 | 2026-03-14T20:20:26.061Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-03-14T20:20:26.061Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-03-14T20:20:26.061Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-03-14T20:20:26.061Z | ++ 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 |
| 110 | 2026-03-14T20:20:26.061Z | ++ 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 |
| 111 | 2026-03-14T20:20:26.061Z | ++ 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 |
| 112 | 2026-03-14T20:20:26.061Z | ++ 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 |
| 113 | 2026-03-14T20:20:26.061Z | ++ 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 |
| 114 | 2026-03-14T20:20:26.061Z | ++ 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 |
| 115 | 2026-03-14T20:20:26.061Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-03-14T20:20:26.061Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-03-14T20:20:26.061Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-03-14T20:20:26.061Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-03-14T20:20:26.061Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-03-14T20:20:26.061Z | + cargo --version |
| 121 | 2026-03-14T20:20:26.071Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 122 | 2026-03-14T20:20:26.073Z | + rustc --version |
| 123 | 2026-03-14T20:20:26.098Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 124 | 2026-03-14T20:20:26.101Z | + banner prerequisites |
| 125 | 2026-03-14T20:20:26.103Z | |
| 126 | 2026-03-14T20:20:26.103Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 127 | 2026-03-14T20:20:26.103Z | # # # # # # # # # # # # # # # |
| 128 | 2026-03-14T20:20:26.103Z | # # # # ##### # # ##### # # # # # #### # |
| 129 | 2026-03-14T20:20:26.104Z | ##### ##### # ##### # # # # # # # # # |
| 130 | 2026-03-14T20:20:26.104Z | # # # # # # # # # # # # # # # |
| 131 | 2026-03-14T20:20:26.104Z | # # # ###### # # ###### ### # #### # #### # |
| 132 | 2026-03-14T20:20:26.104Z | |
| 133 | 2026-03-14T20:20:26.106Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 134 | 2026-03-14T20:20:36.031Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 135 | 2026-03-14T20:20:45.680Z | Startup: Caching catalogs ... Done |
| 136 | 2026-03-14T20:21:07.799Z | Planning: Solver setup ... Done (20.497s) |
| 137 | 2026-03-14T20:21:07.950Z | Planning: Running solver ... Done (0.151s) |
| 138 | 2026-03-14T20:21:08.132Z | Planning: Finding local manifests ... Done (0.002s) |
| 139 | 2026-03-14T20:21:08.157Z | Planning: Fetching manifests: 0/4 0% complete |
| 140 | 2026-03-14T20:21:09.414Z | Planning: Fetching manifests: 4/4 100% complete |
| 141 | 2026-03-14T20:21:09.456Z | Planning: Package planning ... Done (0.042s) |
| 142 | 2026-03-14T20:21:09.500Z | Planning: Merging actions ... Done (0.044s) |
| 143 | 2026-03-14T20:21:09.740Z | Planning: Checking for conflicting actions ... Done (0.239s) |
| 144 | 2026-03-14T20:21:09.750Z | Planning: Consolidating action changes ... Done (0.010s) |
| 145 | 2026-03-14T20:21:10.608Z | Planning: Evaluating mediators ... Done (0.858s) |
| 146 | 2026-03-14T20:21:10.617Z | Planning: Planning completed in 24.79 seconds |
| 147 | 2026-03-14T20:21:10.630Z | Packages to install: 4 |
| 148 | 2026-03-14T20:21:10.633Z | Mediators to change: 2 |
| 149 | 2026-03-14T20:21:10.633Z | Services to change: 1 |
| 150 | 2026-03-14T20:21:10.633Z | Estimated space available: 155.43 GB |
| 151 | 2026-03-14T20:21:10.633Z | Estimated space to be consumed: 1.83 GB |
| 152 | 2026-03-14T20:21:10.633Z | Create boot environment: No |
| 153 | 2026-03-14T20:21:10.633Z | Create backup boot environment: No |
| 154 | 2026-03-14T20:21:10.633Z | Rebuild boot archive: No |
| 155 | 2026-03-14T20:21:10.633Z | |
| 156 | 2026-03-14T20:21:10.633Z | Changed mediators: |
| 157 | 2026-03-14T20:21:10.633Z | mediator clang: |
| 158 | 2026-03-14T20:21:10.633Z | version: None -> 15 (system default) |
| 159 | 2026-03-14T20:21:10.633Z | |
| 160 | 2026-03-14T20:21:10.633Z | mediator llvm: |
| 161 | 2026-03-14T20:21:10.633Z | version: 14 (system default) -> 15 (system default) |
| 162 | 2026-03-14T20:21:10.633Z | |
| 163 | 2026-03-14T20:21:10.633Z | Changed packages: |
| 164 | 2026-03-14T20:21:10.633Z | helios-dev |
| 165 | 2026-03-14T20:21:10.634Z | developer/build-essential |
| 166 | 2026-03-14T20:21:10.634Z | None -> 11-2.0 |
| 167 | 2026-03-14T20:21:10.634Z | library/libxmlsec1 |
| 168 | 2026-03-14T20:21:10.634Z | None -> 1.2.35-2.0 |
| 169 | 2026-03-14T20:21:10.634Z | ooce/developer/clang-15 |
| 170 | 2026-03-14T20:21:10.634Z | None -> 15.0.7-2.0 |
| 171 | 2026-03-14T20:21:10.634Z | ooce/developer/llvm-15 |
| 172 | 2026-03-14T20:21:10.634Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-14T20:21:10.634Z | |
| 174 | 2026-03-14T20:21:10.634Z | Services: |
| 175 | 2026-03-14T20:21:10.634Z | restart_fmri: |
| 176 | 2026-03-14T20:21:10.634Z | svc:/system/update-man-index:default |
| 177 | 2026-03-14T20:21:10.678Z | |
| 178 | 2026-03-14T20:21:10.678Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 179 | 2026-03-14T20:21:15.679Z | Download: 1127/3290 items 54.4/212.6MB 25% complete (10.7M/s) |
| 180 | 2026-03-14T20:21:20.680Z | Download: 2316/3290 items 119.6/212.6MB 56% complete (12.1M/s) |
| 181 | 2026-03-14T20:21:27.494Z | Download: 3288/3290 items 212.6/212.6MB 99% complete (19.7M/s) |
| 182 | 2026-03-14T20:21:27.518Z | Download: Completed 212.60 MB in 16.84 seconds (12.6M/s) |
| 183 | 2026-03-14T20:21:28.326Z | Actions: 1/3689 actions (Installing new actions) |
| 184 | 2026-03-14T20:21:32.488Z | Actions: Completed 3689 actions in 4.16 seconds. |
| 185 | 2026-03-14T20:21:32.864Z | Done (0.371s) |
| 186 | 2026-03-14T20:21:32.864Z | Done (0.000s) |
| 187 | 2026-03-14T20:21:33.860Z | Done (0.996s) |
| 188 | 2026-03-14T20:21:37.863Z | Done (3.655s) |
| 189 | 2026-03-14T20:21:37.948Z | Done (0.018s) |
| 190 | 2026-03-14T20:21:37.951Z | Done (0.000s) |
| 191 | 2026-03-14T20:21:38.124Z | Done (0.000s) |
| 192 | 2026-03-14T20:21:39.090Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2026-03-14T20:21:39.241Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2026-03-14T20:21:39.244Z | Planning: Consolidating action changes ... Done |
| 195 | 2026-03-14T20:21:39.468Z | Planning: Evaluating mediators ... Done |
| 196 | 2026-03-14T20:21:39.471Z | Planning: Planning completed in 0.38 seconds |
| 197 | 2026-03-14T20:21:39.498Z | Mediators to change: 2 |
| 198 | 2026-03-14T20:21:39.498Z | Create boot environment: No |
| 199 | 2026-03-14T20:21:39.500Z | Create backup boot environment: No |
| 200 | 2026-03-14T20:21:39.574Z | Done |
| 201 | 2026-03-14T20:21:39.574Z | Done |
| 202 | 2026-03-14T20:21:40.324Z | Done |
| 203 | 2026-03-14T20:21:43.644Z | Done |
| 204 | 2026-03-14T20:21:43.730Z | Done |
| 205 | 2026-03-14T20:21:43.733Z | Done |
| 206 | 2026-03-14T20:21:43.950Z | Done |
| 207 | 2026-03-14T20:21:44.488Z | Planning: Evaluating mediator changes ... Done |
| 208 | 2026-03-14T20:21:44.491Z | Planning: Merging actions ... Done |
| 209 | 2026-03-14T20:21:44.660Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2026-03-14T20:21:44.668Z | Planning: Consolidating action changes ... Done |
| 211 | 2026-03-14T20:21:44.876Z | Planning: Evaluating mediators ... Done |
| 212 | 2026-03-14T20:21:44.917Z | Planning: Planning completed in 0.63 seconds |
| 213 | 2026-03-14T20:21:44.947Z | Packages to change: 1 |
| 214 | 2026-03-14T20:21:44.947Z | Mediators to change: 1 |
| 215 | 2026-03-14T20:21:44.950Z | Services to change: 1 |
| 216 | 2026-03-14T20:21:44.950Z | Create boot environment: No |
| 217 | 2026-03-14T20:21:44.950Z | Create backup boot environment: Yes |
| 218 | 2026-03-14T20:21:47.540Z | Actions: 1/6 actions (Updating modified actions) |
| 219 | 2026-03-14T20:21:47.543Z | Actions: Completed 6 actions in 0.00 seconds. |
| 220 | 2026-03-14T20:21:47.543Z | Done |
| 221 | 2026-03-14T20:21:47.543Z | Done |
| 222 | 2026-03-14T20:21:47.732Z | Done |
| 223 | 2026-03-14T20:21:51.002Z | Done |
| 224 | 2026-03-14T20:21:51.091Z | Done |
| 225 | 2026-03-14T20:21:51.093Z | Done |
| 226 | 2026-03-14T20:21:51.244Z | Done |
| 227 | 2026-03-14T20:21:51.622Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 228 | 2026-03-14T20:21:51.622Z | clang system 15 system |
| 229 | 2026-03-14T20:21:51.622Z | csh system system illumos |
| 230 | 2026-03-14T20:21:51.622Z | ctags system system illumos |
| 231 | 2026-03-14T20:21:51.622Z | file system system illumos |
| 232 | 2026-03-14T20:21:51.623Z | gcc vendor 12 vendor |
| 233 | 2026-03-14T20:21:51.623Z | gcc system 10 system |
| 234 | 2026-03-14T20:21:51.623Z | gcc system 7 system |
| 235 | 2026-03-14T20:21:51.623Z | go system 1.20 system |
| 236 | 2026-03-14T20:21:51.623Z | go system 1.19 system |
| 237 | 2026-03-14T20:21:51.623Z | llvm system 15 system |
| 238 | 2026-03-14T20:21:51.623Z | llvm system 14 system |
| 239 | 2026-03-14T20:21:51.623Z | mariadb system 10.6 system |
| 240 | 2026-03-14T20:21:51.623Z | mta vendor vendor dma |
| 241 | 2026-03-14T20:21:51.623Z | openjdk system 17 system |
| 242 | 2026-03-14T20:21:51.623Z | openjdk system 11 system |
| 243 | 2026-03-14T20:21:51.623Z | openjdk system 1.8 system |
| 244 | 2026-03-14T20:21:51.623Z | openssl vendor 3 vendor |
| 245 | 2026-03-14T20:21:51.624Z | perl system 5.36 system |
| 246 | 2026-03-14T20:21:51.624Z | postgresql system 15 system |
| 247 | 2026-03-14T20:21:51.624Z | postgresql system 13 system |
| 248 | 2026-03-14T20:21:51.624Z | python vendor 3 vendor |
| 249 | 2026-03-14T20:21:51.624Z | python system 2 system |
| 250 | 2026-03-14T20:21:51.624Z | python3 system 3.11 system |
| 251 | 2026-03-14T20:21:51.624Z | ruby system 3.0 system |
| 252 | 2026-03-14T20:21:51.624Z | words vendor vendor american-english |
| 253 | 2026-03-14T20:21:51.624Z | words system system australian-english |
| 254 | 2026-03-14T20:21:51.624Z | words system system british-english |
| 255 | 2026-03-14T20:21:51.624Z | words system system canadian-english |
| 256 | 2026-03-14T20:21:51.624Z | words system system french |
| 257 | 2026-03-14T20:21:51.625Z | words system system italian |
| 258 | 2026-03-14T20:21:51.625Z | words system system ngerman |
| 259 | 2026-03-14T20:21:51.625Z | words system system ogerman |
| 260 | 2026-03-14T20:21:51.625Z | words system system spanish |
| 261 | 2026-03-14T20:21:51.925Z | PUBLISHER TYPE STATUS P LOCATION |
| 262 | 2026-03-14T20:21:51.925Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 263 | 2026-03-14T20:21:57.856Z | FMRI IFO |
| 264 | 2026-03-14T20:21:57.856Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 265 | 2026-03-14T20:21:57.856Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 266 | 2026-03-14T20:21:57.856Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 267 | 2026-03-14T20:21:57.856Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 268 | 2026-03-14T20:21:57.856Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 269 | 2026-03-14T20:21:57.856Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 270 | 2026-03-14T20:21:57.856Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 271 | 2026-03-14T20:21:57.856Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 272 | 2026-03-14T20:21:57.856Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 273 | 2026-03-14T20:21:57.856Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 274 | 2026-03-14T20:21:57.856Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 275 | 2026-03-14T20:21:57.856Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 276 | 2026-03-14T20:21:57.857Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 277 | 2026-03-14T20:21:57.857Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 278 | 2026-03-14T20:21:57.857Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 279 | 2026-03-14T20:21:57.857Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 280 | 2026-03-14T20:21:59.091Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 281 | 2026-03-14T20:21:59.353Z | Updating crates.io index |
| 282 | 2026-03-14T20:21:59.356Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 283 | 2026-03-14T20:21:59.632Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 284 | 2026-03-14T20:22:00.396Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-03-14T20:22:00.786Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 286 | 2026-03-14T20:22:01.066Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 287 | 2026-03-14T20:22:02.027Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 288 | 2026-03-14T20:22:02.686Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 289 | 2026-03-14T20:22:04.009Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 290 | 2026-03-14T20:22:05.649Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 291 | 2026-03-14T20:22:06.422Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 292 | 2026-03-14T20:22:06.782Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 293 | 2026-03-14T20:22:07.945Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 294 | 2026-03-14T20:22:08.185Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 295 | 2026-03-14T20:22:08.649Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 296 | 2026-03-14T20:22:08.920Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 297 | 2026-03-14T20:22:09.903Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 298 | 2026-03-14T20:22:10.555Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 299 | 2026-03-14T20:22:10.807Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 300 | 2026-03-14T20:22:11.072Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 301 | 2026-03-14T20:22:11.569Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 302 | 2026-03-14T20:22:11.965Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 303 | 2026-03-14T20:22:12.208Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 304 | 2026-03-14T20:22:12.451Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 305 | 2026-03-14T20:22:12.867Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 306 | 2026-03-14T20:22:13.187Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 307 | 2026-03-14T20:22:13.764Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 308 | 2026-03-14T20:22:14.057Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2026-03-14T20:22:14.338Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2026-03-14T20:22:15.367Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2026-03-14T20:22:15.806Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 312 | 2026-03-14T20:22:16.091Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 313 | 2026-03-14T20:22:16.440Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 314 | 2026-03-14T20:22:16.746Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 315 | 2026-03-14T20:22:17.099Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 316 | 2026-03-14T20:22:17.564Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 317 | 2026-03-14T20:22:17.974Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 318 | 2026-03-14T20:22:18.239Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 319 | 2026-03-14T20:22:18.556Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 320 | 2026-03-14T20:22:32.556Z | Downloading crates ... |
| 321 | 2026-03-14T20:22:32.614Z | Downloaded cargo-util-schemas v0.8.2 |
| 322 | 2026-03-14T20:22:32.623Z | Downloaded thread-id v4.2.2 |
| 323 | 2026-03-14T20:22:32.626Z | Downloaded utf8parse v0.2.2 |
| 324 | 2026-03-14T20:22:32.626Z | Downloaded yoke-derive v0.8.1 |
| 325 | 2026-03-14T20:22:32.628Z | Downloaded sha2 v0.10.9 |
| 326 | 2026-03-14T20:22:32.631Z | Downloaded fastrand v2.3.0 |
| 327 | 2026-03-14T20:22:32.631Z | Downloaded anstream v0.6.21 |
| 328 | 2026-03-14T20:22:32.633Z | Downloaded toml v0.8.23 |
| 329 | 2026-03-14T20:22:32.636Z | Downloaded serde_core v1.0.228 |
| 330 | 2026-03-14T20:22:32.640Z | Downloaded swrite v0.1.0 |
| 331 | 2026-03-14T20:22:32.640Z | Downloaded unicode-ident v1.0.24 |
| 332 | 2026-03-14T20:22:32.644Z | Downloaded clap_builder v4.5.60 |
| 333 | 2026-03-14T20:22:32.647Z | Downloaded zerofrom-derive v0.1.6 |
| 334 | 2026-03-14T20:22:32.647Z | Downloaded toml_write v0.1.2 |
| 335 | 2026-03-14T20:22:32.649Z | Downloaded toml_datetime v0.6.11 |
| 336 | 2026-03-14T20:22:32.649Z | Downloaded fs-err v3.3.0 |
| 337 | 2026-03-14T20:22:32.652Z | Downloaded cargo_toml v0.21.0 |
| 338 | 2026-03-14T20:22:32.652Z | Downloaded unicode-linebreak v0.1.5 |
| 339 | 2026-03-14T20:22:32.654Z | Downloaded displaydoc v0.2.5 |
| 340 | 2026-03-14T20:22:32.657Z | Downloaded utf8_iter v1.0.4 |
| 341 | 2026-03-14T20:22:32.657Z | Downloaded thiserror v2.0.18 |
| 342 | 2026-03-14T20:22:32.660Z | Downloaded zerofrom v0.1.6 |
| 343 | 2026-03-14T20:22:32.663Z | Downloaded usdt v0.5.0 |
| 344 | 2026-03-14T20:22:32.663Z | Downloaded usdt-attr-macro v0.5.0 |
| 345 | 2026-03-14T20:22:32.666Z | Downloaded heck v0.4.1 |
| 346 | 2026-03-14T20:22:32.668Z | Downloaded unicode-xid v0.2.6 |
| 347 | 2026-03-14T20:22:32.668Z | Downloaded thiserror-impl v1.0.69 |
| 348 | 2026-03-14T20:22:32.671Z | Downloaded tinystr v0.8.2 |
| 349 | 2026-03-14T20:22:32.671Z | Downloaded typeid v1.0.3 |
| 350 | 2026-03-14T20:22:32.673Z | Downloaded form_urlencoded v1.2.2 |
| 351 | 2026-03-14T20:22:32.673Z | Downloaded errno v0.3.14 |
| 352 | 2026-03-14T20:22:32.676Z | Downloaded camino v1.2.2 |
| 353 | 2026-03-14T20:22:32.676Z | Downloaded version_check v0.9.5 |
| 354 | 2026-03-14T20:22:32.679Z | Downloaded usdt-macro v0.5.0 |
| 355 | 2026-03-14T20:22:32.679Z | Downloaded thiserror-impl v2.0.18 |
| 356 | 2026-03-14T20:22:32.679Z | Downloaded generic-array v0.14.7 |
| 357 | 2026-03-14T20:22:32.681Z | Downloaded crypto-common v0.1.7 |
| 358 | 2026-03-14T20:22:32.681Z | Downloaded bytecount v0.6.9 |
| 359 | 2026-03-14T20:22:32.681Z | Downloaded serde_spanned v0.6.9 |
| 360 | 2026-03-14T20:22:32.684Z | Downloaded dof v0.3.0 |
| 361 | 2026-03-14T20:22:32.684Z | Downloaded toml_edit v0.22.27 |
| 362 | 2026-03-14T20:22:32.687Z | Downloaded byteorder v1.5.0 |
| 363 | 2026-03-14T20:22:32.689Z | Downloaded thiserror v1.0.69 |
| 364 | 2026-03-14T20:22:32.692Z | Downloaded clap_derive v4.5.55 |
| 365 | 2026-03-14T20:22:32.694Z | Downloaded zmij v1.0.21 |
| 366 | 2026-03-14T20:22:32.694Z | Downloaded zerovec-derive v0.11.2 |
| 367 | 2026-03-14T20:22:32.698Z | Downloaded usdt-impl v0.5.0 |
| 368 | 2026-03-14T20:22:32.698Z | Downloaded erased-serde v0.4.9 |
| 369 | 2026-03-14T20:22:32.700Z | Downloaded zerocopy-derive v0.7.35 |
| 370 | 2026-03-14T20:22:32.703Z | Downloaded terminal_size v0.4.3 |
| 371 | 2026-03-14T20:22:32.703Z | Downloaded zerotrie v0.2.3 |
| 372 | 2026-03-14T20:22:32.706Z | Downloaded serde-value v0.7.0 |
| 373 | 2026-03-14T20:22:32.706Z | Downloaded proc-macro-error-attr v1.0.4 |
| 374 | 2026-03-14T20:22:32.709Z | Downloaded yoke v0.8.1 |
| 375 | 2026-03-14T20:22:32.709Z | Downloaded ucd-trie v0.1.7 |
| 376 | 2026-03-14T20:22:32.709Z | Downloaded colorchoice v1.0.4 |
| 377 | 2026-03-14T20:22:32.711Z | Downloaded macaddr v1.0.1 |
| 378 | 2026-03-14T20:22:32.711Z | Downloaded is_terminal_polyfill v1.70.2 |
| 379 | 2026-03-14T20:22:32.714Z | Downloaded equivalent v1.0.2 |
| 380 | 2026-03-14T20:22:32.714Z | Downloaded clap_lex v1.0.0 |
| 381 | 2026-03-14T20:22:32.714Z | Downloaded potential_utf v0.1.4 |
| 382 | 2026-03-14T20:22:32.714Z | Downloaded textwrap v0.16.2 |
| 383 | 2026-03-14T20:22:32.717Z | Downloaded writeable v0.6.2 |
| 384 | 2026-03-14T20:22:32.720Z | Downloaded scroll_derive v0.12.1 |
| 385 | 2026-03-14T20:22:32.720Z | Downloaded heck v0.5.0 |
| 386 | 2026-03-14T20:22:32.720Z | Downloaded percent-encoding v2.3.2 |
| 387 | 2026-03-14T20:22:32.720Z | Downloaded ordered-float v2.10.1 |
| 388 | 2026-03-14T20:22:32.722Z | Downloaded cargo_metadata v0.21.0 |
| 389 | 2026-03-14T20:22:32.722Z | Downloaded url v2.5.8 |
| 390 | 2026-03-14T20:22:32.725Z | Downloaded typenum v1.19.0 |
| 391 | 2026-03-14T20:22:32.728Z | Downloaded pretty-hex v0.4.1 |
| 392 | 2026-03-14T20:22:32.728Z | Downloaded cargo-platform v0.2.0 |
| 393 | 2026-03-14T20:22:32.730Z | Downloaded zerovec v0.11.5 |
| 394 | 2026-03-14T20:22:32.733Z | Downloaded icu_normalizer_data v2.1.1 |
| 395 | 2026-03-14T20:22:32.736Z | Downloaded anstyle-query v1.1.5 |
| 396 | 2026-03-14T20:22:32.736Z | Downloaded dtrace-parser v0.2.0 |
| 397 | 2026-03-14T20:22:32.743Z | Downloaded zerocopy v0.7.35 |
| 398 | 2026-03-14T20:22:32.755Z | Downloaded winnow v0.7.14 |
| 399 | 2026-03-14T20:22:32.761Z | Downloaded tabled_derive v0.7.0 |
| 400 | 2026-03-14T20:22:32.764Z | Downloaded unicode-width v0.1.14 |
| 401 | 2026-03-14T20:22:32.766Z | Downloaded block-buffer v0.10.4 |
| 402 | 2026-03-14T20:22:32.769Z | Downloaded stable_deref_trait v1.2.1 |
| 403 | 2026-03-14T20:22:32.769Z | Downloaded idna_adapter v1.2.1 |
| 404 | 2026-03-14T20:22:32.769Z | Downloaded plain v0.2.3 |
| 405 | 2026-03-14T20:22:32.769Z | Downloaded unicode-width v0.2.0 |
| 406 | 2026-03-14T20:22:32.773Z | Downloaded memmap v0.7.0 |
| 407 | 2026-03-14T20:22:32.775Z | Downloaded itoa v1.0.17 |
| 408 | 2026-03-14T20:22:32.775Z | Downloaded fnv v1.0.7 |
| 409 | 2026-03-14T20:22:32.775Z | Downloaded cfg-if v1.0.4 |
| 410 | 2026-03-14T20:22:32.778Z | Downloaded strsim v0.11.1 |
| 411 | 2026-03-14T20:22:32.781Z | Downloaded anstyle v1.0.13 |
| 412 | 2026-03-14T20:22:32.781Z | Downloaded scroll v0.12.0 |
| 413 | 2026-03-14T20:22:32.783Z | Downloaded digest v0.10.7 |
| 414 | 2026-03-14T20:22:32.787Z | Downloaded clap v4.5.60 |
| 415 | 2026-03-14T20:22:32.793Z | Downloaded cpufeatures v0.2.17 |
| 416 | 2026-03-14T20:22:32.796Z | Downloaded synstructure v0.13.2 |
| 417 | 2026-03-14T20:22:32.796Z | Downloaded bitflags v2.11.0 |
| 418 | 2026-03-14T20:22:32.799Z | Downloaded quote v1.0.44 |
| 419 | 2026-03-14T20:22:32.803Z | Downloaded smawk v0.3.2 |
| 420 | 2026-03-14T20:22:32.803Z | Downloaded serde-untagged v0.1.9 |
| 421 | 2026-03-14T20:22:32.805Z | Downloaded autocfg v1.5.0 |
| 422 | 2026-03-14T20:22:32.808Z | Downloaded camino-tempfile v1.4.1 |
| 423 | 2026-03-14T20:22:32.814Z | Downloaded proc-macro-error v1.0.4 |
| 424 | 2026-03-14T20:22:32.819Z | Downloaded icu_properties v2.1.2 |
| 425 | 2026-03-14T20:22:32.822Z | Downloaded serde_tokenstream v0.2.3 |
| 426 | 2026-03-14T20:22:32.825Z | Downloaded anstyle-parse v0.2.7 |
| 427 | 2026-03-14T20:22:32.828Z | Downloaded anyhow v1.0.102 |
| 428 | 2026-03-14T20:22:32.830Z | Downloaded smallvec v1.15.1 |
| 429 | 2026-03-14T20:22:32.836Z | Downloaded litemap v0.8.1 |
| 430 | 2026-03-14T20:22:32.838Z | Downloaded icu_normalizer v2.1.1 |
| 431 | 2026-03-14T20:22:32.841Z | Downloaded icu_collections v2.1.1 |
| 432 | 2026-03-14T20:22:32.844Z | Downloaded semver v1.0.27 |
| 433 | 2026-03-14T20:22:32.849Z | Downloaded tempfile v3.25.0 |
| 434 | 2026-03-14T20:22:32.852Z | Downloaded once_cell v1.21.3 |
| 435 | 2026-03-14T20:22:32.866Z | Downloaded pest_derive v2.8.6 |
| 436 | 2026-03-14T20:22:32.870Z | Downloaded serde_derive v1.0.228 |
| 437 | 2026-03-14T20:22:32.873Z | Downloaded getrandom v0.4.1 |
| 438 | 2026-03-14T20:22:32.873Z | Downloaded pest_generator v2.8.6 |
| 439 | 2026-03-14T20:22:32.876Z | Downloaded papergrid v0.11.0 |
| 440 | 2026-03-14T20:22:32.878Z | Downloaded proc-macro2 v1.0.106 |
| 441 | 2026-03-14T20:22:32.881Z | Downloaded num-traits v0.2.19 |
| 442 | 2026-03-14T20:22:32.881Z | Downloaded icu_locale_core v2.1.1 |
| 443 | 2026-03-14T20:22:32.884Z | Downloaded icu_provider v2.1.1 |
| 444 | 2026-03-14T20:22:32.887Z | Downloaded log v0.4.29 |
| 445 | 2026-03-14T20:22:32.890Z | Downloaded pest_meta v2.8.6 |
| 446 | 2026-03-14T20:22:32.900Z | Downloaded hashbrown v0.16.1 |
| 447 | 2026-03-14T20:22:32.911Z | Downloaded memchr v2.8.0 |
| 448 | 2026-03-14T20:22:32.920Z | Downloaded serde v1.0.228 |
| 449 | 2026-03-14T20:22:32.923Z | Downloaded indexmap v2.13.0 |
| 450 | 2026-03-14T20:22:32.938Z | Downloaded pest v2.8.6 |
| 451 | 2026-03-14T20:22:32.951Z | Downloaded idna v1.1.0 |
| 452 | 2026-03-14T20:22:32.954Z | Downloaded icu_properties_data v2.1.2 |
| 453 | 2026-03-14T20:22:32.960Z | Downloaded serde_json v1.0.149 |
| 454 | 2026-03-14T20:22:32.973Z | Downloaded goblin v0.8.2 |
| 455 | 2026-03-14T20:22:32.984Z | Downloaded tabled v0.15.0 |
| 456 | 2026-03-14T20:22:32.996Z | Downloaded syn v1.0.109 |
| 457 | 2026-03-14T20:22:33.009Z | Downloaded syn v2.0.117 |
| 458 | 2026-03-14T20:22:33.029Z | Downloaded rustix v1.1.3 |
| 459 | 2026-03-14T20:22:33.058Z | Downloaded libc v0.2.180 |
| 460 | 2026-03-14T20:22:33.146Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-03-14T20:22:33.149Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-03-14T20:22:33.149Z | Compiling quote v1.0.44 |
| 463 | 2026-03-14T20:22:33.149Z | Compiling serde_core v1.0.228 |
| 464 | 2026-03-14T20:22:33.149Z | Compiling libc v0.2.180 |
| 465 | 2026-03-14T20:22:33.149Z | Compiling version_check v0.9.5 |
| 466 | 2026-03-14T20:22:33.149Z | Compiling memchr v2.8.0 |
| 467 | 2026-03-14T20:22:33.149Z | Compiling stable_deref_trait v1.2.1 |
| 468 | 2026-03-14T20:22:33.548Z | Compiling serde v1.0.228 |
| 469 | 2026-03-14T20:22:33.588Z | Compiling zmij v1.0.21 |
| 470 | 2026-03-14T20:22:33.854Z | Compiling itoa v1.0.17 |
| 471 | 2026-03-14T20:22:33.915Z | Compiling ucd-trie v0.1.7 |
| 472 | 2026-03-14T20:22:34.057Z | Compiling autocfg v1.5.0 |
| 473 | 2026-03-14T20:22:34.255Z | Compiling thiserror v1.0.69 |
| 474 | 2026-03-14T20:22:34.326Z | Compiling pest v2.8.6 |
| 475 | 2026-03-14T20:22:34.391Z | Compiling litemap v0.8.1 |
| 476 | 2026-03-14T20:22:34.491Z | Compiling writeable v0.6.2 |
| 477 | 2026-03-14T20:22:34.621Z | Compiling icu_properties_data v2.1.2 |
| 478 | 2026-03-14T20:22:34.848Z | Compiling rustix v1.1.3 |
| 479 | 2026-03-14T20:22:34.878Z | Compiling icu_normalizer_data v2.1.1 |
| 480 | 2026-03-14T20:22:35.057Z | Compiling syn v2.0.117 |
| 481 | 2026-03-14T20:22:35.102Z | Compiling byteorder v1.5.0 |
| 482 | 2026-03-14T20:22:35.206Z | Compiling errno v0.3.14 |
| 483 | 2026-03-14T20:22:35.229Z | Compiling bitflags v2.11.0 |
| 484 | 2026-03-14T20:22:35.394Z | Compiling serde_json v1.0.149 |
| 485 | 2026-03-14T20:22:35.594Z | Compiling num-traits v0.2.19 |
| 486 | 2026-03-14T20:22:35.618Z | Compiling hashbrown v0.16.1 |
| 487 | 2026-03-14T20:22:35.822Z | Compiling pest_meta v2.8.6 |
| 488 | 2026-03-14T20:22:35.906Z | Compiling smallvec v1.15.1 |
| 489 | 2026-03-14T20:22:36.032Z | Compiling equivalent v1.0.2 |
| 490 | 2026-03-14T20:22:36.199Z | Compiling typeid v1.0.3 |
| 491 | 2026-03-14T20:22:36.366Z | Compiling indexmap v2.13.0 |
| 492 | 2026-03-14T20:22:36.469Z | Compiling thread-id v4.2.2 |
| 493 | 2026-03-14T20:22:36.505Z | Compiling proc-macro-error-attr v1.0.4 |
| 494 | 2026-03-14T20:22:36.581Z | Compiling usdt-impl v0.5.0 |
| 495 | 2026-03-14T20:22:36.610Z | Compiling erased-serde v0.4.9 |
| 496 | 2026-03-14T20:22:36.739Z | Compiling winnow v0.7.14 |
| 497 | 2026-03-14T20:22:36.851Z | Compiling toml_write v0.1.2 |
| 498 | 2026-03-14T20:22:36.969Z | Compiling syn v1.0.109 |
| 499 | 2026-03-14T20:22:37.423Z | Compiling proc-macro-error v1.0.4 |
| 500 | 2026-03-14T20:22:37.452Z | Compiling utf8parse v0.2.2 |
| 501 | 2026-03-14T20:22:37.595Z | Compiling camino v1.2.2 |
| 502 | 2026-03-14T20:22:37.651Z | Compiling getrandom v0.4.1 |
| 503 | 2026-03-14T20:22:37.987Z | Compiling percent-encoding v2.3.2 |
| 504 | 2026-03-14T20:22:38.074Z | Compiling plain v0.2.3 |
| 505 | 2026-03-14T20:22:38.217Z | Compiling utf8_iter v1.0.4 |
| 506 | 2026-03-14T20:22:38.241Z | Compiling log v0.4.29 |
| 507 | 2026-03-14T20:22:38.244Z | Compiling thiserror v2.0.18 |
| 508 | 2026-03-14T20:22:38.288Z | Compiling form_urlencoded v1.2.2 |
| 509 | 2026-03-14T20:22:38.408Z | Compiling ordered-float v2.10.1 |
| 510 | 2026-03-14T20:22:38.566Z | Compiling anstyle-parse v0.2.7 |
| 511 | 2026-03-14T20:22:38.789Z | Compiling terminal_size v0.4.3 |
| 512 | 2026-03-14T20:22:38.835Z | Compiling synstructure v0.13.2 |
| 513 | 2026-03-14T20:22:38.961Z | Compiling pest_generator v2.8.6 |
| 514 | 2026-03-14T20:22:38.986Z | Compiling cfg-if v1.0.4 |
| 515 | 2026-03-14T20:22:39.070Z | Compiling pretty-hex v0.4.1 |
| 516 | 2026-03-14T20:22:39.094Z | Compiling anstyle v1.0.13 |
| 517 | 2026-03-14T20:22:39.247Z | Compiling is_terminal_polyfill v1.70.2 |
| 518 | 2026-03-14T20:22:39.271Z | Compiling colorchoice v1.0.4 |
| 519 | 2026-03-14T20:22:39.311Z | Compiling anstyle-query v1.1.5 |
| 520 | 2026-03-14T20:22:39.368Z | Compiling serde-untagged v0.1.9 |
| 521 | 2026-03-14T20:22:39.419Z | Compiling anstream v0.6.21 |
| 522 | 2026-03-14T20:22:39.658Z | Compiling semver v1.0.27 |
| 523 | 2026-03-14T20:22:39.704Z | Compiling fs-err v3.3.0 |
| 524 | 2026-03-14T20:22:39.823Z | Compiling once_cell v1.21.3 |
| 525 | 2026-03-14T20:22:39.918Z | Compiling fastrand v2.3.0 |
| 526 | 2026-03-14T20:22:39.953Z | Compiling strsim v0.11.1 |
| 527 | 2026-03-14T20:22:40.061Z | Compiling unicode-xid v0.2.6 |
| 528 | 2026-03-14T20:22:40.099Z | Compiling bytecount v0.6.9 |
| 529 | 2026-03-14T20:22:40.216Z | Compiling fnv v1.0.7 |
| 530 | 2026-03-14T20:22:40.262Z | Compiling unicode-width v0.1.14 |
| 531 | 2026-03-14T20:22:40.285Z | Compiling clap_lex v1.0.0 |
| 532 | 2026-03-14T20:22:40.346Z | Compiling anyhow v1.0.102 |
| 533 | 2026-03-14T20:22:40.420Z | Compiling heck v0.5.0 |
| 534 | 2026-03-14T20:22:40.521Z | Compiling heck v0.4.1 |
| 535 | 2026-03-14T20:22:40.587Z | Compiling papergrid v0.11.0 |
| 536 | 2026-03-14T20:22:40.623Z | Compiling clap_builder v4.5.60 |
| 537 | 2026-03-14T20:22:40.736Z | Compiling tempfile v3.25.0 |
| 538 | 2026-03-14T20:22:40.935Z | Compiling memmap v0.7.0 |
| 539 | 2026-03-14T20:22:41.041Z | Compiling smawk v0.3.2 |
| 540 | 2026-03-14T20:22:41.204Z | Compiling unicode-linebreak v0.1.5 |
| 541 | 2026-03-14T20:22:41.270Z | Compiling unicode-width v0.2.0 |
| 542 | 2026-03-14T20:22:41.445Z | Compiling serde_derive v1.0.228 |
| 543 | 2026-03-14T20:22:41.522Z | Compiling zerofrom-derive v0.1.6 |
| 544 | 2026-03-14T20:22:41.559Z | Compiling yoke-derive v0.8.1 |
| 545 | 2026-03-14T20:22:41.628Z | Compiling zerovec-derive v0.11.2 |
| 546 | 2026-03-14T20:22:41.771Z | Compiling displaydoc v0.2.5 |
| 547 | 2026-03-14T20:22:42.618Z | Compiling thiserror-impl v1.0.69 |
| 548 | 2026-03-14T20:22:42.750Z | Compiling zerocopy-derive v0.7.35 |
| 549 | 2026-03-14T20:22:43.101Z | Compiling pest_derive v2.8.6 |
| 550 | 2026-03-14T20:22:43.180Z | Compiling scroll_derive v0.12.1 |
| 551 | 2026-03-14T20:22:43.445Z | Compiling zerofrom v0.1.6 |
| 552 | 2026-03-14T20:22:43.618Z | Compiling yoke v0.8.1 |
| 553 | 2026-03-14T20:22:43.642Z | Compiling thiserror-impl v2.0.18 |
| 554 | 2026-03-14T20:22:43.868Z | Compiling zerovec v0.11.5 |
| 555 | 2026-03-14T20:22:43.900Z | Compiling zerotrie v0.2.3 |
| 556 | 2026-03-14T20:22:44.064Z | Compiling zerocopy v0.7.35 |
| 557 | 2026-03-14T20:22:44.305Z | Compiling scroll v0.12.0 |
| 558 | 2026-03-14T20:22:44.442Z | Compiling dtrace-parser v0.2.0 |
| 559 | 2026-03-14T20:22:44.567Z | Compiling tinystr v0.8.2 |
| 560 | 2026-03-14T20:22:44.692Z | Compiling potential_utf v0.1.4 |
| 561 | 2026-03-14T20:22:44.836Z | Compiling icu_locale_core v2.1.1 |
| 562 | 2026-03-14T20:22:44.860Z | Compiling goblin v0.8.2 |
| 563 | 2026-03-14T20:22:44.906Z | Compiling icu_collections v2.1.1 |
| 564 | 2026-03-14T20:22:44.980Z | Compiling tabled_derive v0.7.0 |
| 565 | 2026-03-14T20:22:45.433Z | Compiling clap_derive v4.5.55 |
| 566 | 2026-03-14T20:22:45.542Z | Compiling textwrap v0.16.2 |
| 567 | 2026-03-14T20:22:45.593Z | Compiling camino-tempfile v1.4.1 |
| 568 | 2026-03-14T20:22:45.890Z | Compiling icu_provider v2.1.1 |
| 569 | 2026-03-14T20:22:46.168Z | Compiling serde_spanned v0.6.9 |
| 570 | 2026-03-14T20:22:46.249Z | Compiling icu_normalizer v2.1.1 |
| 571 | 2026-03-14T20:22:46.288Z | Compiling icu_properties v2.1.2 |
| 572 | 2026-03-14T20:22:46.312Z | Compiling toml_datetime v0.6.11 |
| 573 | 2026-03-14T20:22:46.336Z | Compiling dof v0.3.0 |
| 574 | 2026-03-14T20:22:46.380Z | Compiling serde_tokenstream v0.2.3 |
| 575 | 2026-03-14T20:22:46.504Z | Compiling serde-value v0.7.0 |
| 576 | 2026-03-14T20:22:46.655Z | Compiling toml_edit v0.22.27 |
| 577 | 2026-03-14T20:22:46.883Z | Compiling cargo-platform v0.2.0 |
| 578 | 2026-03-14T20:22:46.993Z | Compiling tabled v0.15.0 |
| 579 | 2026-03-14T20:22:47.015Z | Compiling macaddr v1.0.1 |
| 580 | 2026-03-14T20:22:47.243Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 581 | 2026-03-14T20:22:47.313Z | Compiling swrite v0.1.0 |
| 582 | 2026-03-14T20:22:48.516Z | Compiling idna_adapter v1.2.1 |
| 583 | 2026-03-14T20:22:48.519Z | Compiling usdt-macro v0.5.0 |
| 584 | 2026-03-14T20:22:48.519Z | Compiling idna v1.1.0 |
| 585 | 2026-03-14T20:22:48.519Z | Compiling usdt-attr-macro v0.5.0 |
| 586 | 2026-03-14T20:22:48.519Z | Compiling clap v4.5.60 |
| 587 | 2026-03-14T20:22:48.519Z | Compiling url v2.5.8 |
| 588 | 2026-03-14T20:22:48.752Z | Compiling toml v0.8.23 |
| 589 | 2026-03-14T20:22:49.007Z | Compiling usdt v0.5.0 |
| 590 | 2026-03-14T20:22:49.259Z | Compiling cargo-util-schemas v0.8.2 |
| 591 | 2026-03-14T20:22:49.300Z | Compiling cargo_toml v0.21.0 |
| 592 | 2026-03-14T20:22:50.423Z | Compiling cargo_metadata v0.21.0 |
| 593 | 2026-03-14T20:22:51.718Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 594 | 2026-03-14T20:22:54.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.67s |
| 595 | 2026-03-14T20:22:54.851Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 596 | 2026-03-14T20:22:55.589Z | Downloading crates ... |
| 597 | 2026-03-14T20:22:55.707Z | Downloaded adler2 v2.0.1 |
| 598 | 2026-03-14T20:22:55.712Z | Downloaded bitfield-struct v0.6.2 |
| 599 | 2026-03-14T20:22:55.715Z | Downloaded ciborium-ll v0.2.2 |
| 600 | 2026-03-14T20:22:55.717Z | Downloaded cobs v0.3.0 |
| 601 | 2026-03-14T20:22:55.722Z | Downloaded cstr-argument v0.1.2 |
| 602 | 2026-03-14T20:22:55.725Z | Downloaded cancel-safe-futures v0.1.5 |
| 603 | 2026-03-14T20:22:55.730Z | Downloaded console v0.16.2 |
| 604 | 2026-03-14T20:22:55.733Z | Downloaded either v1.15.0 |
| 605 | 2026-03-14T20:22:55.735Z | Downloaded defmt-parser v1.0.0 |
| 606 | 2026-03-14T20:22:55.735Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 607 | 2026-03-14T20:22:55.738Z | Downloaded dirs-next v2.0.0 |
| 608 | 2026-03-14T20:22:55.741Z | Downloaded aws-lc-rs v1.16.0 |
| 609 | 2026-03-14T20:22:55.747Z | Downloaded foldhash v0.2.0 |
| 610 | 2026-03-14T20:22:55.751Z | Downloaded critical-section v1.2.0 |
| 611 | 2026-03-14T20:22:55.753Z | Downloaded crypto-bigint v0.5.5 |
| 612 | 2026-03-14T20:22:55.756Z | Downloaded embedded-io v0.6.1 |
| 613 | 2026-03-14T20:22:55.759Z | Downloaded daft-derive v0.1.5 |
| 614 | 2026-03-14T20:22:55.761Z | Downloaded darling_macro v0.23.0 |
| 615 | 2026-03-14T20:22:55.764Z | Downloaded assert_matches v1.5.0 |
| 616 | 2026-03-14T20:22:55.764Z | Downloaded document-features v0.2.12 |
| 617 | 2026-03-14T20:22:55.766Z | Downloaded cfg_aliases v0.2.1 |
| 618 | 2026-03-14T20:22:55.766Z | Downloaded embedded-io v0.4.0 |
| 619 | 2026-03-14T20:22:55.769Z | Downloaded bb8 v0.8.6 |
| 620 | 2026-03-14T20:22:55.772Z | Downloaded cbc v0.1.2 |
| 621 | 2026-03-14T20:22:55.772Z | Downloaded crucible-workspace-hack v0.1.0 |
| 622 | 2026-03-14T20:22:55.775Z | Downloaded crossbeam-channel v0.5.15 |
| 623 | 2026-03-14T20:22:55.777Z | Downloaded bitfield-macros v0.19.4 |
| 624 | 2026-03-14T20:22:55.777Z | Downloaded crossterm v0.29.0 |
| 625 | 2026-03-14T20:22:55.782Z | Downloaded castaway v0.2.4 |
| 626 | 2026-03-14T20:22:55.785Z | Downloaded debug-ignore v1.0.5 |
| 627 | 2026-03-14T20:22:55.788Z | Downloaded async-trait v0.1.89 |
| 628 | 2026-03-14T20:22:55.791Z | Downloaded foreign-types-macros v0.2.3 |
| 629 | 2026-03-14T20:22:55.793Z | Downloaded base64ct v1.8.3 |
| 630 | 2026-03-14T20:22:55.796Z | Downloaded endian-type v0.1.2 |
| 631 | 2026-03-14T20:22:55.796Z | Downloaded fallible-iterator v0.2.0 |
| 632 | 2026-03-14T20:22:55.796Z | Downloaded filetime v0.2.27 |
| 633 | 2026-03-14T20:22:55.799Z | Downloaded block-padding v0.3.3 |
| 634 | 2026-03-14T20:22:55.801Z | Downloaded ciborium-io v0.2.2 |
| 635 | 2026-03-14T20:22:55.801Z | Downloaded difflib v0.4.0 |
| 636 | 2026-03-14T20:22:55.801Z | Downloaded async-stream-impl v0.3.6 |
| 637 | 2026-03-14T20:22:55.804Z | Downloaded enum-as-inner v0.6.1 |
| 638 | 2026-03-14T20:22:55.804Z | Downloaded bit-set v0.5.3 |
| 639 | 2026-03-14T20:22:55.807Z | Downloaded cargo-platform v0.1.9 |
| 640 | 2026-03-14T20:22:55.807Z | Downloaded defmt v0.3.100 |
| 641 | 2026-03-14T20:22:55.809Z | Downloaded base16ct v1.0.0 |
| 642 | 2026-03-14T20:22:55.809Z | Downloaded foreign-types v0.3.2 |
| 643 | 2026-03-14T20:22:55.812Z | Downloaded bit-set v0.8.0 |
| 644 | 2026-03-14T20:22:55.812Z | Downloaded float-cmp v0.10.0 |
| 645 | 2026-03-14T20:22:55.815Z | Downloaded ena v0.14.4 |
| 646 | 2026-03-14T20:22:55.815Z | Downloaded crc-catalog v2.4.0 |
| 647 | 2026-03-14T20:22:55.818Z | Downloaded convert_case v0.10.0 |
| 648 | 2026-03-14T20:22:55.818Z | Downloaded base16ct v0.2.0 |
| 649 | 2026-03-14T20:22:55.820Z | Downloaded fd-lock v4.0.4 |
| 650 | 2026-03-14T20:22:55.823Z | Downloaded dsl_auto_type v0.2.0 |
| 651 | 2026-03-14T20:22:55.825Z | Downloaded float-ord v0.3.2 |
| 652 | 2026-03-14T20:22:55.826Z | Downloaded crc8 v0.1.1 |
| 653 | 2026-03-14T20:22:55.826Z | Downloaded dunce v1.0.5 |
| 654 | 2026-03-14T20:22:55.828Z | Downloaded convert_case v0.4.0 |
| 655 | 2026-03-14T20:22:55.828Z | Downloaded fixedbitset v0.4.2 |
| 656 | 2026-03-14T20:22:55.831Z | Downloaded display-error-chain v0.2.2 |
| 657 | 2026-03-14T20:22:55.831Z | Downloaded cpufeatures v0.3.0 |
| 658 | 2026-03-14T20:22:55.833Z | Downloaded dof v0.4.0 |
| 659 | 2026-03-14T20:22:55.836Z | Downloaded cfg_aliases v0.1.1 |
| 660 | 2026-03-14T20:22:55.836Z | Downloaded dyn-clone v1.0.20 |
| 661 | 2026-03-14T20:22:55.839Z | Downloaded dirs-sys-next v0.1.2 |
| 662 | 2026-03-14T20:22:55.839Z | Downloaded async-recursion v1.1.1 |
| 663 | 2026-03-14T20:22:55.841Z | Downloaded env_filter v1.0.0 |
| 664 | 2026-03-14T20:22:55.844Z | Downloaded async-stream v0.3.6 |
| 665 | 2026-03-14T20:22:55.844Z | Downloaded backon v1.6.0 |
| 666 | 2026-03-14T20:22:55.847Z | Downloaded foreign-types v0.5.0 |
| 667 | 2026-03-14T20:22:55.849Z | Downloaded ctr v0.9.2 |
| 668 | 2026-03-14T20:22:55.852Z | Downloaded darling_macro v0.20.11 |
| 669 | 2026-03-14T20:22:55.852Z | Downloaded crunchy v0.2.4 |
| 670 | 2026-03-14T20:22:55.852Z | Downloaded find-msvc-tools v0.1.9 |
| 671 | 2026-03-14T20:22:55.855Z | Downloaded futures-core v0.3.32 |
| 672 | 2026-03-14T20:22:55.858Z | Downloaded drift v0.1.3 |
| 673 | 2026-03-14T20:22:55.860Z | Downloaded bytes v1.11.1 |
| 674 | 2026-03-14T20:22:55.864Z | Downloaded funty v2.0.0 |
| 675 | 2026-03-14T20:22:55.867Z | Downloaded foreign-types-shared v0.3.1 |
| 676 | 2026-03-14T20:22:55.867Z | Downloaded flagset v0.4.7 |
| 677 | 2026-03-14T20:22:55.869Z | Downloaded downcast-rs v2.0.2 |
| 678 | 2026-03-14T20:22:55.869Z | Downloaded globwalk v0.9.1 |
| 679 | 2026-03-14T20:22:55.872Z | Downloaded cargo_metadata v0.19.2 |
| 680 | 2026-03-14T20:22:55.872Z | Downloaded hex-literal v0.4.1 |
| 681 | 2026-03-14T20:22:55.874Z | Downloaded fxhash v0.2.1 |
| 682 | 2026-03-14T20:22:55.875Z | Downloaded foreign-types-shared v0.1.1 |
| 683 | 2026-03-14T20:22:55.877Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 684 | 2026-03-14T20:22:55.877Z | Downloaded futures-macro v0.3.32 |
| 685 | 2026-03-14T20:22:55.880Z | Downloaded darling_core v0.23.0 |
| 686 | 2026-03-14T20:22:55.882Z | Downloaded futures-sink v0.3.32 |
| 687 | 2026-03-14T20:22:55.885Z | Downloaded bcs v0.1.6 |
| 688 | 2026-03-14T20:22:55.885Z | Downloaded buf-list v1.1.2 |
| 689 | 2026-03-14T20:22:55.888Z | Downloaded headers-core v0.3.0 |
| 690 | 2026-03-14T20:22:55.890Z | Downloaded hash32 v0.3.1 |
| 691 | 2026-03-14T20:22:55.890Z | Downloaded futures-io v0.3.32 |
| 692 | 2026-03-14T20:22:55.893Z | Downloaded bit-vec v0.6.3 |
| 693 | 2026-03-14T20:22:55.893Z | Downloaded gethostname v0.5.0 |
| 694 | 2026-03-14T20:22:55.896Z | Downloaded constant_time_eq v0.4.2 |
| 695 | 2026-03-14T20:22:55.898Z | Downloaded git-stub v1.0.0 |
| 696 | 2026-03-14T20:22:55.898Z | Downloaded hostname v0.3.1 |
| 697 | 2026-03-14T20:22:55.901Z | Downloaded allocator-api2 v0.2.21 |
| 698 | 2026-03-14T20:22:55.904Z | Downloaded ed25519 v2.2.3 |
| 699 | 2026-03-14T20:22:55.904Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 700 | 2026-03-14T20:22:55.906Z | Downloaded derive_builder_core v0.20.2 |
| 701 | 2026-03-14T20:22:55.909Z | Downloaded const_format_proc_macros v0.2.34 |
| 702 | 2026-03-14T20:22:55.909Z | Downloaded hex v0.4.3 |
| 703 | 2026-03-14T20:22:55.912Z | Downloaded der_derive v0.7.3 |
| 704 | 2026-03-14T20:22:55.915Z | Downloaded fs_extra v1.3.0 |
| 705 | 2026-03-14T20:22:55.915Z | Downloaded dtrace-parser v0.3.0 |
| 706 | 2026-03-14T20:22:55.918Z | Downloaded httpdate v1.0.3 |
| 707 | 2026-03-14T20:22:55.918Z | Downloaded http-range v0.1.5 |
| 708 | 2026-03-14T20:22:55.920Z | Downloaded hostname v0.4.2 |
| 709 | 2026-03-14T20:22:55.920Z | Downloaded diesel-dtrace v0.5.0 |
| 710 | 2026-03-14T20:22:55.923Z | Downloaded derive-ex v0.1.8 |
| 711 | 2026-03-14T20:22:55.926Z | Downloaded const-oid v0.9.6 |
| 712 | 2026-03-14T20:22:55.926Z | Downloaded http-body v1.0.1 |
| 713 | 2026-03-14T20:22:55.941Z | Downloaded internet-checksum v0.2.1 |
| 714 | 2026-03-14T20:22:55.944Z | Downloaded instability v0.3.11 |
| 715 | 2026-03-14T20:22:55.944Z | Downloaded instant v0.1.13 |
| 716 | 2026-03-14T20:22:55.948Z | Downloaded indoc v1.0.9 |
| 717 | 2026-03-14T20:22:55.950Z | Downloaded inout v0.1.4 |
| 718 | 2026-03-14T20:22:55.950Z | Downloaded cookie v0.18.1 |
| 719 | 2026-03-14T20:22:55.953Z | Downloaded futures-executor v0.3.32 |
| 720 | 2026-03-14T20:22:55.956Z | Downloaded data-encoding v2.10.0 |
| 721 | 2026-03-14T20:22:55.956Z | Downloaded crc32fast v1.5.0 |
| 722 | 2026-03-14T20:22:55.958Z | Downloaded corncobs v0.1.4 |
| 723 | 2026-03-14T20:22:55.958Z | Downloaded cassowary v0.3.0 |
| 724 | 2026-03-14T20:22:55.961Z | Downloaded colored v2.2.0 |
| 725 | 2026-03-14T20:22:55.963Z | Downloaded fixedbitset v0.5.7 |
| 726 | 2026-03-14T20:22:55.966Z | Downloaded env_logger v0.11.9 |
| 727 | 2026-03-14T20:22:55.969Z | Downloaded defmt-macros v1.0.1 |
| 728 | 2026-03-14T20:22:55.972Z | Downloaded libscf-sys v1.1.0 |
| 729 | 2026-03-14T20:22:55.972Z | Downloaded group v0.13.0 |
| 730 | 2026-03-14T20:22:55.974Z | Downloaded lazy_static v1.5.0 |
| 731 | 2026-03-14T20:22:55.974Z | Downloaded lalrpop-util v0.19.12 |
| 732 | 2026-03-14T20:22:55.977Z | Downloaded is_ci v1.2.0 |
| 733 | 2026-03-14T20:22:55.977Z | Downloaded linked-hash-map v0.5.6 |
| 734 | 2026-03-14T20:22:55.980Z | Downloaded kstat-rs v0.2.4 |
| 735 | 2026-03-14T20:22:55.980Z | Downloaded hubpack v0.1.2 |
| 736 | 2026-03-14T20:22:55.982Z | Downloaded futures-channel v0.3.32 |
| 737 | 2026-03-14T20:22:55.982Z | Downloaded is-terminal v0.4.17 |
| 738 | 2026-03-14T20:22:55.985Z | Downloaded ff v0.13.1 |
| 739 | 2026-03-14T20:22:55.988Z | Downloaded getrandom v0.2.17 |
| 740 | 2026-03-14T20:22:55.991Z | Downloaded cargo_toml v0.22.3 |
| 741 | 2026-03-14T20:22:55.991Z | Downloaded diff v0.1.13 |
| 742 | 2026-03-14T20:22:55.993Z | Downloaded md5 v0.7.0 |
| 743 | 2026-03-14T20:22:55.996Z | Downloaded md-5 v0.10.6 |
| 744 | 2026-03-14T20:22:55.996Z | Downloaded maplit v1.0.2 |
| 745 | 2026-03-14T20:22:55.999Z | Downloaded lru-cache v0.1.2 |
| 746 | 2026-03-14T20:22:55.999Z | Downloaded maybe-uninit v2.0.0 |
| 747 | 2026-03-14T20:22:56.002Z | Downloaded multimap v0.10.1 |
| 748 | 2026-03-14T20:22:56.002Z | Downloaded blake2 v0.10.6 |
| 749 | 2026-03-14T20:22:56.004Z | Downloaded lru-slab v0.1.2 |
| 750 | 2026-03-14T20:22:56.004Z | Downloaded lru v0.12.5 |
| 751 | 2026-03-14T20:22:56.007Z | Downloaded http-body-util v0.1.3 |
| 752 | 2026-03-14T20:22:56.007Z | Downloaded cookie_store v0.22.1 |
| 753 | 2026-03-14T20:22:56.010Z | Downloaded humantime v2.3.0 |
| 754 | 2026-03-14T20:22:56.012Z | Downloaded const_format v0.2.35 |
| 755 | 2026-03-14T20:22:56.015Z | Downloaded ipnet v2.11.0 |
| 756 | 2026-03-14T20:22:56.017Z | Downloaded ingot v0.1.1 |
| 757 | 2026-03-14T20:22:56.020Z | Downloaded memoffset v0.9.1 |
| 758 | 2026-03-14T20:22:56.020Z | Downloaded base64 v0.22.1 |
| 759 | 2026-03-14T20:22:56.023Z | Downloaded newtype_derive v0.1.6 |
| 760 | 2026-03-14T20:22:56.026Z | Downloaded nibble_vec v0.1.0 |
| 761 | 2026-03-14T20:22:56.028Z | Downloaded normalize-line-endings v0.3.0 |
| 762 | 2026-03-14T20:22:56.029Z | Downloaded libefi-sys v0.1.0 |
| 763 | 2026-03-14T20:22:56.031Z | Downloaded httparse v1.10.1 |
| 764 | 2026-03-14T20:22:56.031Z | Downloaded indoc v2.0.7 |
| 765 | 2026-03-14T20:22:56.034Z | Downloaded num_enum_derive v0.5.11 |
| 766 | 2026-03-14T20:22:56.037Z | Downloaded derive_builder v0.20.2 |
| 767 | 2026-03-14T20:22:56.039Z | Downloaded num-derive v0.4.2 |
| 768 | 2026-03-14T20:22:56.042Z | Downloaded num-derive v0.3.3 |
| 769 | 2026-03-14T20:22:56.045Z | Downloaded num_threads v0.1.7 |
| 770 | 2026-03-14T20:22:56.045Z | Downloaded home v0.5.12 |
| 771 | 2026-03-14T20:22:56.048Z | Downloaded libsw v3.5.0 |
| 772 | 2026-03-14T20:22:56.048Z | Downloaded num-conv v0.2.0 |
| 773 | 2026-03-14T20:22:56.051Z | Downloaded num v0.4.3 |
| 774 | 2026-03-14T20:22:56.051Z | Downloaded crossbeam-epoch v0.9.18 |
| 775 | 2026-03-14T20:22:56.054Z | Downloaded keccak v0.1.6 |
| 776 | 2026-03-14T20:22:56.054Z | Downloaded mime_guess v2.0.5 |
| 777 | 2026-03-14T20:22:56.056Z | Downloaded nonempty v0.12.0 |
| 778 | 2026-03-14T20:22:56.059Z | Downloaded openssl-macros v0.1.1 |
| 779 | 2026-03-14T20:22:56.059Z | Downloaded derive_more v0.99.20 |
| 780 | 2026-03-14T20:22:56.062Z | Downloaded openssl-probe v0.2.1 |
| 781 | 2026-03-14T20:22:56.065Z | Downloaded nanorand v0.7.0 |
| 782 | 2026-03-14T20:22:56.067Z | Downloaded half v1.8.3 |
| 783 | 2026-03-14T20:22:56.070Z | Downloaded elliptic-curve v0.13.8 |
| 784 | 2026-03-14T20:22:56.073Z | Downloaded jobserver v0.1.34 |
| 785 | 2026-03-14T20:22:56.075Z | Downloaded oso-derive v0.27.3 |
| 786 | 2026-03-14T20:22:56.076Z | Downloaded chacha20poly1305 v0.10.1 |
| 787 | 2026-03-14T20:22:56.078Z | Downloaded opaque-debug v0.3.1 |
| 788 | 2026-03-14T20:22:56.078Z | Downloaded num-iter v0.1.45 |
| 789 | 2026-03-14T20:22:56.081Z | Downloaded libsw-core v0.3.2 |
| 790 | 2026-03-14T20:22:56.081Z | Downloaded native-tls v0.2.18 |
| 791 | 2026-03-14T20:22:56.084Z | Downloaded darling_core v0.21.3 |
| 792 | 2026-03-14T20:22:56.087Z | Downloaded packed_struct_codegen v0.10.1 |
| 793 | 2026-03-14T20:22:56.089Z | Downloaded libloading v0.8.9 |
| 794 | 2026-03-14T20:22:56.092Z | Downloaded linear-map v1.2.0 |
| 795 | 2026-03-14T20:22:56.092Z | Downloaded ingot-types v0.1.2 |
| 796 | 2026-03-14T20:22:56.095Z | Downloaded des v0.8.1 |
| 797 | 2026-03-14T20:22:56.095Z | Downloaded lock_api v0.4.14 |
| 798 | 2026-03-14T20:22:56.098Z | Downloaded num-complex v0.4.6 |
| 799 | 2026-03-14T20:22:56.101Z | Downloaded managed v0.8.0 |
| 800 | 2026-03-14T20:22:56.101Z | Downloaded ipnetwork v0.21.1 |
| 801 | 2026-03-14T20:22:56.104Z | Downloaded ingot-macros v0.1.1 |
| 802 | 2026-03-14T20:22:56.104Z | Downloaded multer v3.1.0 |
| 803 | 2026-03-14T20:22:56.106Z | Downloaded peg-runtime v0.8.5 |
| 804 | 2026-03-14T20:22:56.107Z | Downloaded iana-time-zone v0.1.65 |
| 805 | 2026-03-14T20:22:56.109Z | Downloaded parse-display v0.10.0 |
| 806 | 2026-03-14T20:22:56.112Z | Downloaded pbkdf2 v0.11.0 |
| 807 | 2026-03-14T20:22:56.112Z | Downloaded path-slash v0.1.5 |
| 808 | 2026-03-14T20:22:56.115Z | Downloaded futures v0.3.32 |
| 809 | 2026-03-14T20:22:56.118Z | Downloaded openssl-probe v0.1.6 |
| 810 | 2026-03-14T20:22:56.126Z | Downloaded num_enum_derive v0.7.5 |
| 811 | 2026-03-14T20:22:56.126Z | Downloaded nu-ansi-term v0.50.3 |
| 812 | 2026-03-14T20:22:56.130Z | Downloaded indexmap v1.9.3 |
| 813 | 2026-03-14T20:22:56.132Z | Downloaded pin-utils v0.1.0 |
| 814 | 2026-03-14T20:22:56.133Z | Downloaded phf_shared v0.12.1 |
| 815 | 2026-03-14T20:22:56.135Z | Downloaded pbkdf2 v0.12.2 |
| 816 | 2026-03-14T20:22:56.136Z | Downloaded heapless v0.7.17 |
| 817 | 2026-03-14T20:22:56.139Z | Downloaded derive-where v1.6.0 |
| 818 | 2026-03-14T20:22:56.142Z | Downloaded parse-size v1.1.0 |
| 819 | 2026-03-14T20:22:56.145Z | Downloaded crossterm v0.28.1 |
| 820 | 2026-03-14T20:22:56.148Z | Downloaded packed_struct v0.10.1 |
| 821 | 2026-03-14T20:22:56.151Z | Downloaded oxnet v0.1.4 |
| 822 | 2026-03-14T20:22:56.154Z | Downloaded oxide-tokio-rt v0.1.3 |
| 823 | 2026-03-14T20:22:56.154Z | Downloaded olpc-cjson v0.1.4 |
| 824 | 2026-03-14T20:22:56.154Z | Downloaded proc-macro-crate v1.3.1 |
| 825 | 2026-03-14T20:22:56.157Z | Downloaded num-rational v0.4.2 |
| 826 | 2026-03-14T20:22:56.157Z | Downloaded num-integer v0.1.46 |
| 827 | 2026-03-14T20:22:56.160Z | Downloaded flume v0.11.1 |
| 828 | 2026-03-14T20:22:56.164Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 829 | 2026-03-14T20:22:56.164Z | Downloaded proc-macro-crate v3.4.0 |
| 830 | 2026-03-14T20:22:56.167Z | Downloaded password-hash v0.5.0 |
| 831 | 2026-03-14T20:22:56.167Z | Downloaded progenitor-client v0.11.2 |
| 832 | 2026-03-14T20:22:56.167Z | Downloaded parking_lot_core v0.8.6 |
| 833 | 2026-03-14T20:22:56.170Z | Downloaded libbz2-rs-sys v0.2.2 |
| 834 | 2026-03-14T20:22:56.173Z | Downloaded owo-colors v4.3.0 |
| 835 | 2026-03-14T20:22:56.173Z | Downloaded num_enum v0.7.5 |
| 836 | 2026-03-14T20:22:56.176Z | Downloaded litrs v1.0.0 |
| 837 | 2026-03-14T20:22:56.180Z | Downloaded progenitor-macro v0.10.0 |
| 838 | 2026-03-14T20:22:56.183Z | Downloaded progenitor-client v0.10.0 |
| 839 | 2026-03-14T20:22:56.183Z | Downloaded memmap2 v0.9.10 |
| 840 | 2026-03-14T20:22:56.183Z | Downloaded newtype-uuid v1.3.2 |
| 841 | 2026-03-14T20:22:56.187Z | Downloaded peg-macros v0.8.5 |
| 842 | 2026-03-14T20:22:56.187Z | Downloaded quick-error v1.2.3 |
| 843 | 2026-03-14T20:22:56.189Z | Downloaded progenitor-macro v0.13.0 |
| 844 | 2026-03-14T20:22:56.189Z | Downloaded pem-rfc7468 v0.7.0 |
| 845 | 2026-03-14T20:22:56.189Z | Downloaded peg v0.8.5 |
| 846 | 2026-03-14T20:22:56.192Z | Downloaded radium v0.7.0 |
| 847 | 2026-03-14T20:22:56.196Z | Downloaded psl-types v2.0.11 |
| 848 | 2026-03-14T20:22:56.196Z | Downloaded progenitor-macro v0.11.2 |
| 849 | 2026-03-14T20:22:56.196Z | Downloaded indicatif v0.18.4 |
| 850 | 2026-03-14T20:22:56.199Z | Downloaded phf v0.13.1 |
| 851 | 2026-03-14T20:22:56.202Z | Downloaded password-hash v0.4.2 |
| 852 | 2026-03-14T20:22:56.202Z | Downloaded cc v1.2.56 |
| 853 | 2026-03-14T20:22:56.205Z | Downloaded pem v3.0.6 |
| 854 | 2026-03-14T20:22:56.209Z | Downloaded powerfmt v0.2.0 |
| 855 | 2026-03-14T20:22:56.209Z | Downloaded phf v0.12.1 |
| 856 | 2026-03-14T20:22:56.209Z | Downloaded bumpalo v3.20.2 |
| 857 | 2026-03-14T20:22:56.212Z | Downloaded heapless v0.8.0 |
| 858 | 2026-03-14T20:22:56.215Z | Downloaded postgres-protocol v0.6.10 |
| 859 | 2026-03-14T20:22:56.218Z | Downloaded parse-display-derive v0.10.0 |
| 860 | 2026-03-14T20:22:56.218Z | Downloaded pin-project-internal v1.1.11 |
| 861 | 2026-03-14T20:22:56.223Z | Downloaded headers v0.4.1 |
| 862 | 2026-03-14T20:22:56.223Z | Downloaded rand_chacha v0.3.1 |
| 863 | 2026-03-14T20:22:56.226Z | Downloaded derive_more v2.1.1 |
| 864 | 2026-03-14T20:22:56.233Z | Downloaded rand_xorshift v0.4.0 |
| 865 | 2026-03-14T20:22:56.237Z | Downloaded progenitor v0.11.2 |
| 866 | 2026-03-14T20:22:56.237Z | Downloaded pin-project-lite v0.2.17 |
| 867 | 2026-03-14T20:22:56.241Z | Downloaded proc-macro-error2 v2.0.1 |
| 868 | 2026-03-14T20:22:56.244Z | Downloaded ppv-lite86 v0.2.21 |
| 869 | 2026-03-14T20:22:56.244Z | Downloaded progenitor-client v0.13.0 |
| 870 | 2026-03-14T20:22:56.247Z | Downloaded progenitor v0.13.0 |
| 871 | 2026-03-14T20:22:56.247Z | Downloaded recursive v0.1.1 |
| 872 | 2026-03-14T20:22:56.250Z | Downloaded ref-cast v1.0.25 |
| 873 | 2026-03-14T20:22:56.253Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 874 | 2026-03-14T20:22:56.253Z | Downloaded predicates v3.1.4 |
| 875 | 2026-03-14T20:22:56.256Z | Downloaded polyval v0.6.2 |
| 876 | 2026-03-14T20:22:56.259Z | Downloaded progenitor v0.10.0 |
| 877 | 2026-03-14T20:22:56.259Z | Downloaded psm v0.1.30 |
| 878 | 2026-03-14T20:22:56.261Z | Downloaded pkg-config v0.3.32 |
| 879 | 2026-03-14T20:22:56.264Z | Downloaded pkcs8 v0.10.2 |
| 880 | 2026-03-14T20:22:56.266Z | Downloaded rustc_version v0.4.1 |
| 881 | 2026-03-14T20:22:56.266Z | Downloaded rustc_version v0.1.7 |
| 882 | 2026-03-14T20:22:56.269Z | Downloaded rustc-hash v2.1.1 |
| 883 | 2026-03-14T20:22:56.269Z | Downloaded rtoolbox v0.0.3 |
| 884 | 2026-03-14T20:22:56.269Z | Downloaded rfc6979 v0.4.0 |
| 885 | 2026-03-14T20:22:56.272Z | Downloaded miniz_oxide v0.8.9 |
| 886 | 2026-03-14T20:22:56.275Z | Downloaded phf_shared v0.13.1 |
| 887 | 2026-03-14T20:22:56.275Z | Downloaded postgres-types v0.2.12 |
| 888 | 2026-03-14T20:22:56.277Z | Downloaded pkcs5 v0.7.1 |
| 889 | 2026-03-14T20:22:56.280Z | Downloaded russh-cryptovec v0.7.3 |
| 890 | 2026-03-14T20:22:56.280Z | Downloaded phf_shared v0.11.3 |
| 891 | 2026-03-14T20:22:56.282Z | Downloaded parking_lot v0.12.5 |
| 892 | 2026-03-14T20:22:56.285Z | Downloaded parking_lot v0.11.2 |
| 893 | 2026-03-14T20:22:56.285Z | Downloaded num_enum v0.5.11 |
| 894 | 2026-03-14T20:22:56.289Z | Downloaded flate2 v1.1.9 |
| 895 | 2026-03-14T20:22:56.293Z | Downloaded darling_core v0.20.11 |
| 896 | 2026-03-14T20:22:56.296Z | Downloaded half v2.7.1 |
| 897 | 2026-03-14T20:22:56.300Z | Downloaded same-file v1.0.6 |
| 898 | 2026-03-14T20:22:56.303Z | Downloaded aho-corasick v1.1.4 |
| 899 | 2026-03-14T20:22:56.306Z | Downloaded scheduled-thread-pool v0.2.7 |
| 900 | 2026-03-14T20:22:56.308Z | Downloaded scopeguard v1.2.0 |
| 901 | 2026-03-14T20:22:56.308Z | Downloaded pkcs1 v0.7.5 |
| 902 | 2026-03-14T20:22:56.311Z | Downloaded sapling-renderdag v0.1.0 |
| 903 | 2026-03-14T20:22:56.311Z | Downloaded expectorate v1.2.0 |
| 904 | 2026-03-14T20:22:56.315Z | Downloaded paste v1.0.15 |
| 905 | 2026-03-14T20:22:56.318Z | Downloaded dropshot-api-manager v0.6.0 |
| 906 | 2026-03-14T20:22:56.318Z | Downloaded ref-cast-impl v1.0.25 |
| 907 | 2026-03-14T20:22:56.321Z | Downloaded rand_seeder v0.4.0 |
| 908 | 2026-03-14T20:22:56.321Z | Downloaded scroll_derive v0.13.1 |
| 909 | 2026-03-14T20:22:56.324Z | Downloaded salsa20 v0.10.2 |
| 910 | 2026-03-14T20:22:56.324Z | Downloaded rand_core v0.10.0 |
| 911 | 2026-03-14T20:22:56.328Z | Downloaded rand_core v0.9.5 |
| 912 | 2026-03-14T20:22:56.328Z | Downloaded progenitor-extras v0.1.1 |
| 913 | 2026-03-14T20:22:56.328Z | Downloaded rand_chacha v0.9.0 |
| 914 | 2026-03-14T20:22:56.331Z | Downloaded omicron-zone-package v0.12.2 |
| 915 | 2026-03-14T20:22:56.334Z | Downloaded poly1305 v0.8.0 |
| 916 | 2026-03-14T20:22:56.334Z | Downloaded aes v0.8.4 |
| 917 | 2026-03-14T20:22:56.337Z | Downloaded serde-big-array v0.5.1 |
| 918 | 2026-03-14T20:22:56.339Z | Downloaded secrecy v0.10.3 |
| 919 | 2026-03-14T20:22:56.339Z | Downloaded seq-macro v0.3.6 |
| 920 | 2026-03-14T20:22:56.342Z | Downloaded oso v0.27.3 |
| 921 | 2026-03-14T20:22:56.345Z | Downloaded pin-project v1.1.11 |
| 922 | 2026-03-14T20:22:56.353Z | Downloaded rustls-pemfile v1.0.4 |
| 923 | 2026-03-14T20:22:56.357Z | Downloaded serde_plain v1.0.2 |
| 924 | 2026-03-14T20:22:56.357Z | Downloaded r2d2 v0.8.10 |
| 925 | 2026-03-14T20:22:56.360Z | Downloaded parking_lot_core v0.9.12 |
| 926 | 2026-03-14T20:22:56.360Z | Downloaded resolv-conf v0.7.6 |
| 927 | 2026-03-14T20:22:56.363Z | Downloaded serde_spanned v1.0.4 |
| 928 | 2026-03-14T20:22:56.363Z | Downloaded serde_repr v0.1.20 |
| 929 | 2026-03-14T20:22:56.366Z | Downloaded serde_bytes v0.11.19 |
| 930 | 2026-03-14T20:22:56.369Z | Downloaded openssl-sys v0.9.111 |
| 931 | 2026-03-14T20:22:56.371Z | Downloaded shell-words v1.1.1 |
| 932 | 2026-03-14T20:22:56.375Z | Downloaded sha1 v0.10.6 |
| 933 | 2026-03-14T20:22:56.375Z | Downloaded signal-hook-mio v0.2.5 |
| 934 | 2026-03-14T20:22:56.378Z | Downloaded rusty-fork v0.3.1 |
| 935 | 2026-03-14T20:22:56.378Z | Downloaded prefix-trie v0.7.0 |
| 936 | 2026-03-14T20:22:56.381Z | Downloaded rustls-native-certs v0.8.3 |
| 937 | 2026-03-14T20:22:56.383Z | Downloaded slog-bunyan v2.5.0 |
| 938 | 2026-03-14T20:22:56.383Z | Downloaded rustversion v1.0.22 |
| 939 | 2026-03-14T20:22:56.386Z | Downloaded derive_more-impl v2.1.1 |
| 940 | 2026-03-14T20:22:56.390Z | Downloaded hashbrown v0.12.3 |
| 941 | 2026-03-14T20:22:56.394Z | Downloaded hickory-server v0.25.2 |
| 942 | 2026-03-14T20:22:56.397Z | Downloaded progenitor-impl v0.13.0 |
| 943 | 2026-03-14T20:22:56.400Z | Downloaded siphasher v1.0.2 |
| 944 | 2026-03-14T20:22:56.403Z | Downloaded signature v2.2.0 |
| 945 | 2026-03-14T20:22:56.403Z | Downloaded sigpipe v0.1.3 |
| 946 | 2026-03-14T20:22:56.406Z | Downloaded signal-hook-tokio v0.3.1 |
| 947 | 2026-03-14T20:22:56.406Z | Downloaded slog-envlogger v2.2.0 |
| 948 | 2026-03-14T20:22:56.408Z | Downloaded minimal-lexical v0.2.1 |
| 949 | 2026-03-14T20:22:56.411Z | Downloaded secrecy v0.8.0 |
| 950 | 2026-03-14T20:22:56.411Z | Downloaded schemars_derive v0.8.22 |
| 951 | 2026-03-14T20:22:56.414Z | Downloaded primeorder v0.13.6 |
| 952 | 2026-03-14T20:22:56.414Z | Downloaded sec1 v0.7.3 |
| 953 | 2026-03-14T20:22:56.417Z | Downloaded sct v0.7.1 |
| 954 | 2026-03-14T20:22:56.419Z | Downloaded scroll v0.13.0 |
| 955 | 2026-03-14T20:22:56.422Z | Downloaded quinn-udp v0.5.14 |
| 956 | 2026-03-14T20:22:56.422Z | Downloaded serde-hex v0.1.0 |
| 957 | 2026-03-14T20:22:56.424Z | Downloaded semver v0.1.20 |
| 958 | 2026-03-14T20:22:56.424Z | Downloaded papergrid v0.17.0 |
| 959 | 2026-03-14T20:22:56.429Z | Downloaded serde_path_to_error v0.1.20 |
| 960 | 2026-03-14T20:22:56.431Z | Downloaded serde_derive_internals v0.29.1 |
| 961 | 2026-03-14T20:22:56.434Z | Downloaded rustls-pki-types v1.14.0 |
| 962 | 2026-03-14T20:22:56.437Z | Downloaded itertools v0.10.5 |
| 963 | 2026-03-14T20:22:56.439Z | Downloaded aes-gcm v0.10.3 |
| 964 | 2026-03-14T20:22:56.442Z | Downloaded progenitor-impl v0.11.2 |
| 965 | 2026-03-14T20:22:56.445Z | Downloaded progenitor-impl v0.10.0 |
| 966 | 2026-03-14T20:22:56.448Z | Downloaded rustls-pemfile v2.2.0 |
| 967 | 2026-03-14T20:22:56.450Z | Downloaded structmeta v0.3.0 |
| 968 | 2026-03-14T20:22:56.450Z | Downloaded serde_urlencoded v0.7.1 |
| 969 | 2026-03-14T20:22:56.453Z | Downloaded strip-ansi-escapes v0.2.1 |
| 970 | 2026-03-14T20:22:56.453Z | Downloaded sqlparser_derive v0.5.0 |
| 971 | 2026-03-14T20:22:56.453Z | Downloaded ssh-cipher v0.2.0 |
| 972 | 2026-03-14T20:22:56.458Z | Downloaded rcgen v0.12.1 |
| 973 | 2026-03-14T20:22:56.461Z | Downloaded slog-async v2.8.0 |
| 974 | 2026-03-14T20:22:56.461Z | Downloaded structmeta-derive v0.3.0 |
| 975 | 2026-03-14T20:22:56.461Z | Downloaded strum v0.27.2 |
| 976 | 2026-03-14T20:22:56.461Z | Downloaded strum v0.26.3 |
| 977 | 2026-03-14T20:22:56.461Z | Downloaded simd-adler32 v0.3.8 |
| 978 | 2026-03-14T20:22:56.464Z | Downloaded postcard v1.1.3 |
| 979 | 2026-03-14T20:22:56.466Z | Downloaded p256 v0.13.2 |
| 980 | 2026-03-14T20:22:56.469Z | Downloaded rand_core v0.6.4 |
| 981 | 2026-03-14T20:22:56.469Z | Downloaded slab v0.4.12 |
| 982 | 2026-03-14T20:22:56.472Z | Downloaded sync_wrapper v1.0.2 |
| 983 | 2026-03-14T20:22:56.472Z | Downloaded jiff-static v0.2.21 |
| 984 | 2026-03-14T20:22:56.475Z | Downloaded hickory-resolver v0.25.2 |
| 985 | 2026-03-14T20:22:56.477Z | Downloaded slog-json v2.6.1 |
| 986 | 2026-03-14T20:22:56.480Z | Downloaded slog-dtrace v0.3.0 |
| 987 | 2026-03-14T20:22:56.482Z | Downloaded hickory-resolver v0.24.4 |
| 988 | 2026-03-14T20:22:56.485Z | Downloaded tap v1.0.1 |
| 989 | 2026-03-14T20:22:56.485Z | Downloaded take_mut v0.2.2 |
| 990 | 2026-03-14T20:22:56.488Z | Downloaded tagptr v0.2.0 |
| 991 | 2026-03-14T20:22:56.488Z | Downloaded signal-hook-registry v1.4.8 |
| 992 | 2026-03-14T20:22:56.490Z | Downloaded scrypt v0.11.0 |
| 993 | 2026-03-14T20:22:56.491Z | Downloaded hashbrown v0.13.2 |
| 994 | 2026-03-14T20:22:56.493Z | Downloaded tabled_derive v0.11.0 |
| 995 | 2026-03-14T20:22:56.496Z | Downloaded sync-ptr v0.1.4 |
| 996 | 2026-03-14T20:22:56.496Z | Downloaded subtle v2.6.1 |
| 997 | 2026-03-14T20:22:56.496Z | Downloaded predicates-tree v1.0.13 |
| 998 | 2026-03-14T20:22:56.499Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 999 | 2026-03-14T20:22:56.499Z | Downloaded prettyplease v0.2.37 |
| 1000 | 2026-03-14T20:22:56.502Z | Downloaded time-core v0.1.8 |
| 1001 | 2026-03-14T20:22:56.504Z | Downloaded predicates-core v1.0.10 |
| 1002 | 2026-03-14T20:22:56.504Z | Downloaded precomputed-hash v0.1.1 |
| 1003 | 2026-03-14T20:22:56.504Z | Downloaded ignore v0.4.25 |
| 1004 | 2026-03-14T20:22:56.507Z | Downloaded slog-stdlog v4.1.1 |
| 1005 | 2026-03-14T20:22:56.510Z | Downloaded supports-color v3.0.2 |
| 1006 | 2026-03-14T20:22:56.510Z | Downloaded pretty_assertions v1.4.1 |
| 1007 | 2026-03-14T20:22:56.512Z | Downloaded hashbrown v0.15.5 |
| 1008 | 2026-03-14T20:22:56.515Z | Downloaded thread-id v5.1.0 |
| 1009 | 2026-03-14T20:22:56.518Z | Downloaded snafu-derive v0.8.9 |
| 1010 | 2026-03-14T20:22:56.518Z | Downloaded tinyvec_macros v0.1.1 |
| 1011 | 2026-03-14T20:22:56.520Z | Downloaded stacker v0.1.23 |
| 1012 | 2026-03-14T20:22:56.520Z | Downloaded smf v0.2.3 |
| 1013 | 2026-03-14T20:22:56.523Z | Downloaded hyper-util v0.1.20 |
| 1014 | 2026-03-14T20:22:56.527Z | Downloaded strum_macros v0.24.3 |
| 1015 | 2026-03-14T20:22:56.529Z | Downloaded stringprep v0.1.5 |
| 1016 | 2026-03-14T20:22:56.532Z | Downloaded string_cache v0.8.9 |
| 1017 | 2026-03-14T20:22:56.532Z | Downloaded num-bigint v0.4.6 |
| 1018 | 2026-03-14T20:22:56.536Z | Downloaded ssh-encoding v0.2.0 |
| 1019 | 2026-03-14T20:22:56.538Z | Downloaded sqlformat v0.3.5 |
| 1020 | 2026-03-14T20:22:56.541Z | Downloaded spki v0.7.3 |
| 1021 | 2026-03-14T20:22:56.544Z | Downloaded static_assertions v1.1.0 |
| 1022 | 2026-03-14T20:22:56.544Z | Downloaded bindgen v0.71.1 |
| 1023 | 2026-03-14T20:22:56.548Z | Downloaded support-bundle-viewer v0.1.2 |
| 1024 | 2026-03-14T20:22:56.551Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1025 | 2026-03-14T20:22:56.554Z | Downloaded ron v0.8.1 |
| 1026 | 2026-03-14T20:22:56.557Z | Downloaded publicsuffix v2.3.0 |
| 1027 | 2026-03-14T20:22:56.560Z | Downloaded diesel_derives v2.3.7 |
| 1028 | 2026-03-14T20:22:56.565Z | Downloaded termios v0.3.3 |
| 1029 | 2026-03-14T20:22:56.568Z | Downloaded shlex v1.3.0 |
| 1030 | 2026-03-14T20:22:56.571Z | Downloaded serde_with_macros v3.17.0 |
| 1031 | 2026-03-14T20:22:56.573Z | Downloaded tower-layer v0.3.3 |
| 1032 | 2026-03-14T20:22:56.573Z | Downloaded topological-sort v0.2.2 |
| 1033 | 2026-03-14T20:22:56.573Z | Downloaded thiserror-no-std v2.0.2 |
| 1034 | 2026-03-14T20:22:56.576Z | Downloaded tiny-keccak v2.0.2 |
| 1035 | 2026-03-14T20:22:56.579Z | Downloaded signal-hook v0.3.18 |
| 1036 | 2026-03-14T20:22:56.581Z | Downloaded strum_macros v0.26.4 |
| 1037 | 2026-03-14T20:22:56.584Z | Downloaded tokio-macros v2.6.0 |
| 1038 | 2026-03-14T20:22:56.587Z | Downloaded trait-variant v0.1.2 |
| 1039 | 2026-03-14T20:22:56.587Z | Downloaded time-macros v0.2.27 |
| 1040 | 2026-03-14T20:22:56.589Z | Downloaded tokio-dtrace v0.1.1 |
| 1041 | 2026-03-14T20:22:56.589Z | Downloaded spin v0.9.8 |
| 1042 | 2026-03-14T20:22:56.592Z | Downloaded similar v2.7.0 |
| 1043 | 2026-03-14T20:22:56.595Z | Downloaded tower-service v0.3.3 |
| 1044 | 2026-03-14T20:22:56.598Z | Downloaded blake3 v1.8.3 |
| 1045 | 2026-03-14T20:22:56.603Z | Downloaded thread_local v1.1.9 |
| 1046 | 2026-03-14T20:22:56.605Z | Downloaded unarray v0.1.4 |
| 1047 | 2026-03-14T20:22:56.608Z | Downloaded typify-macro v0.4.3 |
| 1048 | 2026-03-14T20:22:56.608Z | Downloaded futures-util v0.3.32 |
| 1049 | 2026-03-14T20:22:56.616Z | Downloaded try-lock v0.2.5 |
| 1050 | 2026-03-14T20:22:56.618Z | Downloaded tokio-tungstenite v0.23.1 |
| 1051 | 2026-03-14T20:22:56.621Z | Downloaded unit-prefix v0.5.2 |
| 1052 | 2026-03-14T20:22:56.621Z | Downloaded unicode-truncate v1.1.0 |
| 1053 | 2026-03-14T20:22:56.621Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1054 | 2026-03-14T20:22:56.624Z | Downloaded usdt v0.6.0 |
| 1055 | 2026-03-14T20:22:56.624Z | Downloaded tokio-tungstenite v0.21.0 |
| 1056 | 2026-03-14T20:22:56.626Z | Downloaded rand v0.8.5 |
| 1057 | 2026-03-14T20:22:56.629Z | Downloaded strum_macros v0.27.2 |
| 1058 | 2026-03-14T20:22:56.632Z | Downloaded quinn v0.11.9 |
| 1059 | 2026-03-14T20:22:56.635Z | Downloaded untrusted v0.9.0 |
| 1060 | 2026-03-14T20:22:56.635Z | Downloaded qorb v0.4.1 |
| 1061 | 2026-03-14T20:22:56.638Z | Downloaded num-bigint-dig v0.8.6 |
| 1062 | 2026-03-14T20:22:56.641Z | Downloaded tls_codec_derive v0.4.2 |
| 1063 | 2026-03-14T20:22:56.644Z | Downloaded tokio-rustls v0.25.0 |
| 1064 | 2026-03-14T20:22:56.647Z | Downloaded tokio-native-tls v0.3.1 |
| 1065 | 2026-03-14T20:22:56.647Z | Downloaded tabwriter v1.4.1 |
| 1066 | 2026-03-14T20:22:56.649Z | Downloaded nom v7.1.3 |
| 1067 | 2026-03-14T20:22:56.652Z | Downloaded typify-macro v0.6.1 |
| 1068 | 2026-03-14T20:22:56.654Z | Downloaded socket2 v0.5.10 |
| 1069 | 2026-03-14T20:22:56.654Z | Downloaded itertools v0.12.1 |
| 1070 | 2026-03-14T20:22:56.659Z | Downloaded http v1.4.0 |
| 1071 | 2026-03-14T20:22:56.662Z | Downloaded schemars v0.8.22 |
| 1072 | 2026-03-14T20:22:56.670Z | Downloaded universal-hash v0.5.1 |
| 1073 | 2026-03-14T20:22:56.673Z | Downloaded term v0.7.0 |
| 1074 | 2026-03-14T20:22:56.676Z | Downloaded slog v2.8.2 |
| 1075 | 2026-03-14T20:22:56.678Z | Downloaded utf-8 v0.7.6 |
| 1076 | 2026-03-14T20:22:56.678Z | Downloaded untrusted v0.7.1 |
| 1077 | 2026-03-14T20:22:56.681Z | Downloaded usdt-macro v0.6.0 |
| 1078 | 2026-03-14T20:22:56.681Z | Downloaded socket2 v0.6.2 |
| 1079 | 2026-03-14T20:22:56.681Z | Downloaded xshell-macros v0.2.7 |
| 1080 | 2026-03-14T20:22:56.684Z | Downloaded xattr v1.6.1 |
| 1081 | 2026-03-14T20:22:56.684Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1082 | 2026-03-14T20:22:56.686Z | Downloaded schemars v0.9.0 |
| 1083 | 2026-03-14T20:22:56.694Z | Downloaded usdt-attr-macro v0.6.0 |
| 1084 | 2026-03-14T20:22:56.697Z | Downloaded unicase v2.9.0 |
| 1085 | 2026-03-14T20:22:56.697Z | Downloaded zeroize_derive v1.4.3 |
| 1086 | 2026-03-14T20:22:56.699Z | Downloaded rand v0.9.2 |
| 1087 | 2026-03-14T20:22:56.702Z | Downloaded want v0.3.1 |
| 1088 | 2026-03-14T20:22:56.702Z | Downloaded waitgroup v0.1.2 |
| 1089 | 2026-03-14T20:22:56.702Z | Downloaded wait-timeout v0.2.1 |
| 1090 | 2026-03-14T20:22:56.705Z | Downloaded void v1.0.2 |
| 1091 | 2026-03-14T20:22:56.705Z | Downloaded tar v0.4.44 |
| 1092 | 2026-03-14T20:22:56.707Z | Downloaded itertools v0.13.0 |
| 1093 | 2026-03-14T20:22:56.711Z | Downloaded uzers v0.12.2 |
| 1094 | 2026-03-14T20:22:56.714Z | Downloaded zone v0.3.1 |
| 1095 | 2026-03-14T20:22:56.714Z | Downloaded vergen-lib v0.1.6 |
| 1096 | 2026-03-14T20:22:56.717Z | Downloaded iri-string v0.7.10 |
| 1097 | 2026-03-14T20:22:56.721Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1098 | 2026-03-14T20:22:56.723Z | Downloaded snafu v0.8.9 |
| 1099 | 2026-03-14T20:22:56.727Z | Downloaded tui-tree-widget v0.23.1 |
| 1100 | 2026-03-14T20:22:56.730Z | Downloaded whoami v2.1.0 |
| 1101 | 2026-03-14T20:22:56.733Z | Downloaded zone_cfg_derive v0.3.1 |
| 1102 | 2026-03-14T20:22:56.733Z | Downloaded rustls-webpki v0.103.9 |
| 1103 | 2026-03-14T20:22:56.736Z | Downloaded whoami v1.6.1 |
| 1104 | 2026-03-14T20:22:56.736Z | Downloaded tokio-rustls v0.24.1 |
| 1105 | 2026-03-14T20:22:56.738Z | Downloaded p521 v0.13.3 |
| 1106 | 2026-03-14T20:22:56.741Z | Downloaded xshell v0.2.7 |
| 1107 | 2026-03-14T20:22:56.744Z | Downloaded wyz v0.5.1 |
| 1108 | 2026-03-14T20:22:56.744Z | Downloaded twox-hash v2.1.2 |
| 1109 | 2026-03-14T20:22:56.746Z | Downloaded toml v0.7.8 |
| 1110 | 2026-03-14T20:22:56.750Z | Downloaded term v1.2.1 |
| 1111 | 2026-03-14T20:22:56.753Z | Downloaded schemars v1.2.1 |
| 1112 | 2026-03-14T20:22:56.761Z | Downloaded zeroize v1.8.2 |
| 1113 | 2026-03-14T20:22:56.765Z | Downloaded usdt-impl v0.6.0 |
| 1114 | 2026-03-14T20:22:56.765Z | Downloaded tokio-rustls v0.26.4 |
| 1115 | 2026-03-14T20:22:56.768Z | Downloaded test-strategy v0.4.5 |
| 1116 | 2026-03-14T20:22:56.770Z | Downloaded vergen v9.0.6 |
| 1117 | 2026-03-14T20:22:56.770Z | Downloaded samael v0.0.19 |
| 1118 | 2026-03-14T20:22:56.775Z | Downloaded tracing-core v0.1.36 |
| 1119 | 2026-03-14T20:22:56.778Z | Downloaded tracing-attributes v0.1.31 |
| 1120 | 2026-03-14T20:22:56.780Z | Downloaded vsss-rs v3.3.4 |
| 1121 | 2026-03-14T20:22:56.783Z | Downloaded tungstenite v0.21.0 |
| 1122 | 2026-03-14T20:22:56.785Z | Downloaded walkdir v2.5.0 |
| 1123 | 2026-03-14T20:22:56.788Z | Downloaded russh v0.45.0 |
| 1124 | 2026-03-14T20:22:56.790Z | Downloaded itertools v0.14.0 |
| 1125 | 2026-03-14T20:22:56.796Z | Downloaded tungstenite v0.23.0 |
| 1126 | 2026-03-14T20:22:56.799Z | Downloaded rand v0.10.0 |
| 1127 | 2026-03-14T20:22:56.802Z | Downloaded yasna v0.5.2 |
| 1128 | 2026-03-14T20:22:56.804Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1129 | 2026-03-14T20:22:56.807Z | Downloaded zerocopy v0.6.6 |
| 1130 | 2026-03-14T20:22:56.809Z | Downloaded h2 v0.4.13 |
| 1131 | 2026-03-14T20:22:56.812Z | Downloaded rustyline v14.0.0 |
| 1132 | 2026-03-14T20:22:56.816Z | Downloaded xz2 v0.1.7 |
| 1133 | 2026-03-14T20:22:56.819Z | Downloaded vergen-gitcl v1.0.8 |
| 1134 | 2026-03-14T20:22:56.822Z | Downloaded uuid v1.21.0 |
| 1135 | 2026-03-14T20:22:56.824Z | Downloaded bitvec v1.0.1 |
| 1136 | 2026-03-14T20:22:56.834Z | Downloaded zstd v0.13.3 |
| 1137 | 2026-03-14T20:22:56.837Z | Downloaded reqwest v0.12.28 |
| 1138 | 2026-03-14T20:22:56.842Z | Downloaded vergen-git2 v1.0.7 |
| 1139 | 2026-03-14T20:22:56.844Z | Downloaded unicode-properties v0.1.4 |
| 1140 | 2026-03-14T20:22:56.847Z | Downloaded typify v0.4.3 |
| 1141 | 2026-03-14T20:22:56.849Z | Downloaded steno v0.4.1 |
| 1142 | 2026-03-14T20:22:56.852Z | Downloaded tinyvec v1.10.0 |
| 1143 | 2026-03-14T20:22:56.855Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1144 | 2026-03-14T20:22:56.857Z | Downloaded tls_codec v0.4.2 |
| 1145 | 2026-03-14T20:22:56.860Z | Downloaded tokio-stream v0.1.18 |
| 1146 | 2026-03-14T20:22:56.863Z | Downloaded subprocess v0.2.15 |
| 1147 | 2026-03-14T20:22:56.867Z | Downloaded rsa v0.9.10 |
| 1148 | 2026-03-14T20:22:56.870Z | Downloaded typify v0.6.1 |
| 1149 | 2026-03-14T20:22:56.873Z | Downloaded p384 v0.13.1 |
| 1150 | 2026-03-14T20:22:56.878Z | Downloaded ssh-key v0.6.7 |
| 1151 | 2026-03-14T20:22:56.883Z | Downloaded unicode_categories v0.1.1 |
| 1152 | 2026-03-14T20:22:56.885Z | Downloaded reqwest v0.13.2 |
| 1153 | 2026-03-14T20:22:56.889Z | Downloaded regex v1.12.3 |
| 1154 | 2026-03-14T20:22:56.894Z | Downloaded zstd-safe v7.2.4 |
| 1155 | 2026-03-14T20:22:56.897Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1156 | 2026-03-14T20:22:56.899Z | Downloaded hkdf v0.12.4 |
| 1157 | 2026-03-14T20:22:56.902Z | Downloaded zopfli v0.8.3 |
| 1158 | 2026-03-14T20:22:56.905Z | Downloaded zip v0.6.6 |
| 1159 | 2026-03-14T20:22:56.907Z | Downloaded rpassword v7.4.0 |
| 1160 | 2026-03-14T20:22:56.910Z | Downloaded rayon v1.11.0 |
| 1161 | 2026-03-14T20:22:56.915Z | Downloaded chrono v0.4.44 |
| 1162 | 2026-03-14T20:22:56.921Z | Downloaded unsafe-libyaml v0.2.11 |
| 1163 | 2026-03-14T20:22:56.923Z | Downloaded zerocopy-derive v0.8.40 |
| 1164 | 2026-03-14T20:22:56.930Z | Downloaded tokio-postgres v0.7.16 |
| 1165 | 2026-03-14T20:22:56.934Z | Downloaded quick-xml v0.37.5 |
| 1166 | 2026-03-14T20:22:56.939Z | Downloaded portable-atomic v1.13.1 |
| 1167 | 2026-03-14T20:22:56.945Z | Downloaded x509-cert v0.2.5 |
| 1168 | 2026-03-14T20:22:56.949Z | Downloaded unicode-bidi v0.3.18 |
| 1169 | 2026-03-14T20:22:56.952Z | Downloaded goblin v0.10.5 |
| 1170 | 2026-03-14T20:22:56.958Z | Downloaded typed-path v0.9.3 |
| 1171 | 2026-03-14T20:22:56.963Z | Downloaded vte v0.14.1 |
| 1172 | 2026-03-14T20:22:56.965Z | Downloaded ron v0.12.0 |
| 1173 | 2026-03-14T20:22:56.971Z | Downloaded reedline v0.40.0 |
| 1174 | 2026-03-14T20:22:56.977Z | Downloaded tokio-util v0.7.18 |
| 1175 | 2026-03-14T20:22:56.983Z | Downloaded libm v0.2.16 |
| 1176 | 2026-03-14T20:22:56.991Z | Downloaded tower-http v0.6.8 |
| 1177 | 2026-03-14T20:22:56.998Z | Downloaded yansi v1.0.1 |
| 1178 | 2026-03-14T20:22:57.001Z | Downloaded zip v4.6.1 |
| 1179 | 2026-03-14T20:22:57.003Z | Downloaded toml_edit v0.19.15 |
| 1180 | 2026-03-14T20:22:57.017Z | Downloaded rustls-webpki v0.102.8 |
| 1181 | 2026-03-14T20:22:57.032Z | Downloaded petname v2.0.2 |
| 1182 | 2026-03-14T20:22:57.036Z | Downloaded git2 v0.20.4 |
| 1183 | 2026-03-14T20:22:57.043Z | Downloaded openssl v0.10.75 |
| 1184 | 2026-03-14T20:22:57.051Z | Downloaded bstr v1.12.1 |
| 1185 | 2026-03-14T20:22:57.057Z | Downloaded nix v0.27.1 |
| 1186 | 2026-03-14T20:22:57.066Z | Downloaded tower v0.5.3 |
| 1187 | 2026-03-14T20:22:57.073Z | Downloaded iddqd v0.3.17 |
| 1188 | 2026-03-14T20:22:57.079Z | Downloaded hyper v1.8.1 |
| 1189 | 2026-03-14T20:22:57.084Z | Downloaded salty v0.3.0 |
| 1190 | 2026-03-14T20:22:57.090Z | Downloaded time v0.3.47 |
| 1191 | 2026-03-14T20:22:57.101Z | Downloaded moka v0.12.13 |
| 1192 | 2026-03-14T20:22:57.107Z | Downloaded hickory-proto v0.24.4 |
| 1193 | 2026-03-14T20:22:57.119Z | Downloaded regex-syntax v0.6.29 |
| 1194 | 2026-03-14T20:22:57.124Z | Downloaded vcpkg v0.2.15 |
| 1195 | 2026-03-14T20:22:57.155Z | Downloaded webpki-roots v1.0.6 |
| 1196 | 2026-03-14T20:22:57.158Z | Downloaded smoltcp v0.9.1 |
| 1197 | 2026-03-14T20:22:57.166Z | Downloaded zerocopy v0.8.40 |
| 1198 | 2026-03-14T20:22:57.174Z | Downloaded lalrpop v0.19.12 |
| 1199 | 2026-03-14T20:22:57.182Z | Downloaded serde_with v3.17.0 |
| 1200 | 2026-03-14T20:22:57.192Z | Downloaded unicode-segmentation v1.12.0 |
| 1201 | 2026-03-14T20:22:57.195Z | Downloaded smoltcp v0.11.0 |
| 1202 | 2026-03-14T20:22:57.205Z | Downloaded rustix v0.38.44 |
| 1203 | 2026-03-14T20:22:57.223Z | Downloaded object v0.30.4 |
| 1204 | 2026-03-14T20:22:57.230Z | Downloaded curve25519-dalek v4.1.3 |
| 1205 | 2026-03-14T20:22:57.237Z | Downloaded winnow v0.5.40 |
| 1206 | 2026-03-14T20:22:57.244Z | Downloaded unicode-normalization v0.1.25 |
| 1207 | 2026-03-14T20:22:57.247Z | Downloaded tough v0.20.0 |
| 1208 | 2026-03-14T20:22:57.254Z | Downloaded proptest v1.10.0 |
| 1209 | 2026-03-14T20:22:57.261Z | Downloaded hickory-proto v0.25.2 |
| 1210 | 2026-03-14T20:22:57.275Z | Downloaded winnow v0.6.26 |
| 1211 | 2026-03-14T20:22:57.282Z | Downloaded sled v0.34.7 |
| 1212 | 2026-03-14T20:22:57.290Z | Downloaded quinn-proto v0.11.13 |
| 1213 | 2026-03-14T20:22:57.296Z | Downloaded radix_trie v0.2.1 |
| 1214 | 2026-03-14T20:22:57.301Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1215 | 2026-03-14T20:22:57.310Z | Downloaded polar-core v0.27.3 |
| 1216 | 2026-03-14T20:22:57.317Z | Downloaded zerocopy-derive v0.6.6 |
| 1217 | 2026-03-14T20:22:57.325Z | Downloaded nix v0.31.1 |
| 1218 | 2026-03-14T20:22:57.335Z | Downloaded rustls-webpki v0.101.7 |
| 1219 | 2026-03-14T20:22:57.346Z | Downloaded tabled v0.20.0 |
| 1220 | 2026-03-14T20:22:57.359Z | Downloaded rustls v0.21.12 |
| 1221 | 2026-03-14T20:22:57.368Z | Downloaded nix v0.29.0 |
| 1222 | 2026-03-14T20:22:57.377Z | Downloaded dropshot v0.16.7 |
| 1223 | 2026-03-14T20:22:57.393Z | Downloaded object v0.37.3 |
| 1224 | 2026-03-14T20:22:57.402Z | Downloaded nix v0.28.0 |
| 1225 | 2026-03-14T20:22:57.410Z | Downloaded chrono-tz v0.10.4 |
| 1226 | 2026-03-14T20:22:57.425Z | Downloaded zlib-rs v0.6.2 |
| 1227 | 2026-03-14T20:22:57.429Z | Downloaded rustls v0.22.4 |
| 1228 | 2026-03-14T20:22:57.439Z | Downloaded regex-automata v0.4.14 |
| 1229 | 2026-03-14T20:22:57.451Z | Downloaded petgraph v0.8.3 |
| 1230 | 2026-03-14T20:22:57.468Z | Downloaded regress v0.10.5 |
| 1231 | 2026-03-14T20:22:57.475Z | Downloaded rustls v0.23.37 |
| 1232 | 2026-03-14T20:22:57.484Z | Downloaded diesel v2.3.7 |
| 1233 | 2026-03-14T20:22:57.500Z | Downloaded regex-syntax v0.8.10 |
| 1234 | 2026-03-14T20:22:57.507Z | Downloaded openapiv3 v2.2.0 |
| 1235 | 2026-03-14T20:22:57.515Z | Downloaded russh-keys v0.45.0 |
| 1236 | 2026-03-14T20:22:57.518Z | Downloaded libxml v0.3.3 |
| 1237 | 2026-03-14T20:22:57.521Z | Downloaded ryu v1.0.23 |
| 1238 | 2026-03-14T20:22:57.524Z | Downloaded mio v1.1.1 |
| 1239 | 2026-03-14T20:22:57.528Z | Downloaded slog-term v2.9.2 |
| 1240 | 2026-03-14T20:22:57.531Z | Downloaded testing_table v0.3.0 |
| 1241 | 2026-03-14T20:22:57.533Z | Downloaded termtree v0.5.1 |
| 1242 | 2026-03-14T20:22:57.533Z | Downloaded smallvec v0.6.14 |
| 1243 | 2026-03-14T20:22:57.533Z | Downloaded slog-scope v4.4.1 |
| 1244 | 2026-03-14T20:22:57.536Z | Downloaded serde_cbor v0.11.2 |
| 1245 | 2026-03-14T20:22:57.536Z | Downloaded rayon-core v1.13.0 |
| 1246 | 2026-03-14T20:22:57.539Z | Downloaded foldhash v0.1.5 |
| 1247 | 2026-03-14T20:22:57.541Z | Downloaded dropshot_endpoint v0.16.7 |
| 1248 | 2026-03-14T20:22:57.544Z | Downloaded compact_str v0.8.1 |
| 1249 | 2026-03-14T20:22:57.547Z | Downloaded base64 v0.21.7 |
| 1250 | 2026-03-14T20:22:57.549Z | Downloaded hyper-staticfile v0.10.1 |
| 1251 | 2026-03-14T20:22:57.552Z | Downloaded hyper-rustls v0.27.7 |
| 1252 | 2026-03-14T20:22:57.552Z | Downloaded hmac v0.12.1 |
| 1253 | 2026-03-14T20:22:57.555Z | Downloaded nodrop v0.1.14 |
| 1254 | 2026-03-14T20:22:57.555Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1255 | 2026-03-14T20:22:57.555Z | Downloaded newline-converter v0.3.0 |
| 1256 | 2026-03-14T20:22:57.561Z | Downloaded new_debug_unreachable v1.0.6 |
| 1257 | 2026-03-14T20:22:57.561Z | Downloaded mime v0.3.17 |
| 1258 | 2026-03-14T20:22:57.561Z | Downloaded hickory-client v0.25.2 |
| 1259 | 2026-03-14T20:22:57.561Z | Downloaded match_cfg v0.1.0 |
| 1260 | 2026-03-14T20:22:57.561Z | Downloaded lzss v0.8.2 |
| 1261 | 2026-03-14T20:22:57.561Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1262 | 2026-03-14T20:22:57.565Z | Downloaded getrandom v0.3.4 |
| 1263 | 2026-03-14T20:22:57.565Z | Downloaded crc-any v2.5.0 |
| 1264 | 2026-03-14T20:22:57.568Z | Downloaded clang-sys v1.8.1 |
| 1265 | 2026-03-14T20:22:57.571Z | Downloaded ciborium v0.2.2 |
| 1266 | 2026-03-14T20:22:57.571Z | Downloaded hyper-tls v0.6.0 |
| 1267 | 2026-03-14T20:22:57.573Z | Downloaded darling v0.21.3 |
| 1268 | 2026-03-14T20:22:57.576Z | Downloaded sqlparser v0.61.0 |
| 1269 | 2026-03-14T20:22:57.583Z | Downloaded darling v0.23.0 |
| 1270 | 2026-03-14T20:22:57.587Z | Downloaded ed25519-dalek v2.2.0 |
| 1271 | 2026-03-14T20:22:57.590Z | Downloaded ecdsa v0.16.9 |
| 1272 | 2026-03-14T20:22:57.592Z | Downloaded deranged v0.5.8 |
| 1273 | 2026-03-14T20:22:57.592Z | Downloaded highway v1.3.0 |
| 1274 | 2026-03-14T20:22:57.595Z | Downloaded futures-task v0.3.32 |
| 1275 | 2026-03-14T20:22:57.595Z | Downloaded colored v3.1.1 |
| 1276 | 2026-03-14T20:22:57.597Z | Downloaded der v0.7.10 |
| 1277 | 2026-03-14T20:22:57.600Z | Downloaded defmt v1.0.1 |
| 1278 | 2026-03-14T20:22:57.603Z | Downloaded darling_macro v0.21.3 |
| 1279 | 2026-03-14T20:22:57.606Z | Downloaded daft v0.1.5 |
| 1280 | 2026-03-14T20:22:57.606Z | Downloaded console v0.15.11 |
| 1281 | 2026-03-14T20:22:57.608Z | Downloaded async-bb8-diesel v0.2.1 |
| 1282 | 2026-03-14T20:22:57.611Z | Downloaded ahash v0.8.12 |
| 1283 | 2026-03-14T20:22:57.611Z | Downloaded indent_write v2.2.0 |
| 1284 | 2026-03-14T20:22:57.614Z | Downloaded ident_case v1.0.1 |
| 1285 | 2026-03-14T20:22:57.614Z | Downloaded hubpack_derive v0.1.1 |
| 1286 | 2026-03-14T20:22:57.614Z | Downloaded hash32 v0.2.1 |
| 1287 | 2026-03-14T20:22:57.617Z | Downloaded typify-impl v0.6.1 |
| 1288 | 2026-03-14T20:22:57.625Z | Downloaded tracing v0.1.44 |
| 1289 | 2026-03-14T20:22:57.643Z | Downloaded typify-impl v0.4.3 |
| 1290 | 2026-03-14T20:22:57.654Z | Downloaded ratatui v0.29.0 |
| 1291 | 2026-03-14T20:22:57.669Z | Downloaded ring v0.17.14 |
| 1292 | 2026-03-14T20:22:57.701Z | Downloaded globset v0.4.18 |
| 1293 | 2026-03-14T20:22:57.703Z | Downloaded glob v0.3.3 |
| 1294 | 2026-03-14T20:22:57.703Z | Downloaded git-stub-vcs v0.1.0 |
| 1295 | 2026-03-14T20:22:57.706Z | Downloaded fatfs v0.3.6 |
| 1296 | 2026-03-14T20:22:57.706Z | Downloaded bzip2 v0.4.4 |
| 1297 | 2026-03-14T20:22:57.709Z | Downloaded bitflags v1.3.2 |
| 1298 | 2026-03-14T20:22:57.712Z | Downloaded csv-core v0.1.13 |
| 1299 | 2026-03-14T20:22:57.712Z | Downloaded crossbeam-deque v0.8.6 |
| 1300 | 2026-03-14T20:22:57.712Z | Downloaded fs-err v2.11.0 |
| 1301 | 2026-03-14T20:22:57.715Z | Downloaded backoff v0.4.0 |
| 1302 | 2026-03-14T20:22:57.715Z | Downloaded ghash v0.5.1 |
| 1303 | 2026-03-14T20:22:57.717Z | Downloaded cmake v0.1.57 |
| 1304 | 2026-03-14T20:22:57.717Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1305 | 2026-03-14T20:22:57.717Z | Downloaded cipher v0.4.4 |
| 1306 | 2026-03-14T20:22:57.720Z | Downloaded cexpr v0.6.0 |
| 1307 | 2026-03-14T20:22:57.720Z | Downloaded bitfield v0.19.4 |
| 1308 | 2026-03-14T20:22:57.723Z | Downloaded chacha20 v0.10.0 |
| 1309 | 2026-03-14T20:22:57.723Z | Downloaded bit-vec v0.8.0 |
| 1310 | 2026-03-14T20:22:57.725Z | Downloaded atomic-waker v1.1.2 |
| 1311 | 2026-03-14T20:22:57.725Z | Downloaded darling v0.20.11 |
| 1312 | 2026-03-14T20:22:57.728Z | Downloaded erased-serde v0.3.31 |
| 1313 | 2026-03-14T20:22:57.731Z | Downloaded derive_builder_macro v0.20.2 |
| 1314 | 2026-03-14T20:22:57.731Z | Downloaded argon2 v0.5.3 |
| 1315 | 2026-03-14T20:22:57.733Z | Downloaded crossbeam-utils v0.8.21 |
| 1316 | 2026-03-14T20:22:57.734Z | Downloaded crc v3.4.0 |
| 1317 | 2026-03-14T20:22:57.736Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1318 | 2026-03-14T20:22:57.778Z | Downloaded aead v0.5.2 |
| 1319 | 2026-03-14T20:22:57.780Z | Downloaded atomicwrites v0.4.4 |
| 1320 | 2026-03-14T20:22:57.780Z | Downloaded array-init v0.0.4 |
| 1321 | 2026-03-14T20:22:57.780Z | Downloaded ascii-canvas v3.0.0 |
| 1322 | 2026-03-14T20:22:57.783Z | Downloaded bzip2 v0.6.1 |
| 1323 | 2026-03-14T20:22:57.783Z | Downloaded blowfish v0.9.1 |
| 1324 | 2026-03-14T20:22:57.783Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1325 | 2026-03-14T20:22:57.785Z | Downloaded atty v0.2.14 |
| 1326 | 2026-03-14T20:22:57.786Z | Downloaded arrayref v0.3.9 |
| 1327 | 2026-03-14T20:22:57.786Z | Downloaded chacha20 v0.9.1 |
| 1328 | 2026-03-14T20:22:57.788Z | Downloaded ar_archive_writer v0.5.1 |
| 1329 | 2026-03-14T20:22:57.791Z | Downloaded petgraph v0.6.5 |
| 1330 | 2026-03-14T20:22:57.804Z | Downloaded arrayvec v0.7.6 |
| 1331 | 2026-03-14T20:22:57.807Z | Downloaded lzma-sys v0.1.20 |
| 1332 | 2026-03-14T20:22:57.828Z | Downloaded arc-swap v1.8.2 |
| 1333 | 2026-03-14T20:22:57.831Z | Downloaded jiff v0.2.21 |
| 1334 | 2026-03-14T20:22:57.878Z | Downloaded libz-sys v1.1.24 |
| 1335 | 2026-03-14T20:22:57.894Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1336 | 2026-03-14T20:22:57.908Z | Downloaded csv v1.4.0 |
| 1337 | 2026-03-14T20:22:57.923Z | Downloaded sha3 v0.10.8 |
| 1338 | 2026-03-14T20:22:57.927Z | Downloaded tokio v1.49.0 |
| 1339 | 2026-03-14T20:22:57.974Z | Downloaded encoding_rs v0.8.35 |
| 1340 | 2026-03-14T20:22:58.355Z | Downloaded aws-lc-sys v0.37.1 |
| 1341 | 2026-03-14T20:22:58.682Z | Compiling libc v0.2.180 |
| 1342 | 2026-03-14T20:22:58.685Z | Compiling serde v1.0.228 |
| 1343 | 2026-03-14T20:22:58.685Z | Compiling log v0.4.29 |
| 1344 | 2026-03-14T20:22:58.685Z | Compiling shlex v1.3.0 |
| 1345 | 2026-03-14T20:22:58.859Z | Compiling find-msvc-tools v0.1.9 |
| 1346 | 2026-03-14T20:22:58.861Z | Compiling smallvec v1.15.1 |
| 1347 | 2026-03-14T20:22:58.901Z | Compiling syn v2.0.117 |
| 1348 | 2026-03-14T20:22:58.918Z | Compiling typenum v1.19.0 |
| 1349 | 2026-03-14T20:22:59.101Z | Compiling generic-array v0.14.7 |
| 1350 | 2026-03-14T20:22:59.120Z | Compiling subtle v2.6.1 |
| 1351 | 2026-03-14T20:22:59.168Z | Compiling scopeguard v1.2.0 |
| 1352 | 2026-03-14T20:22:59.230Z | Compiling portable-atomic v1.13.1 |
| 1353 | 2026-03-14T20:22:59.267Z | Compiling const-oid v0.9.6 |
| 1354 | 2026-03-14T20:22:59.313Z | Compiling lock_api v0.4.14 |
| 1355 | 2026-03-14T20:22:59.333Z | Compiling critical-section v1.2.0 |
| 1356 | 2026-03-14T20:22:59.411Z | Compiling zerocopy v0.8.40 |
| 1357 | 2026-03-14T20:22:59.458Z | Compiling pin-project-lite v0.2.17 |
| 1358 | 2026-03-14T20:22:59.586Z | Compiling serde_json v1.0.149 |
| 1359 | 2026-03-14T20:22:59.617Z | Compiling parking_lot_core v0.9.12 |
| 1360 | 2026-03-14T20:22:59.944Z | Compiling pkg-config v0.3.32 |
| 1361 | 2026-03-14T20:22:59.980Z | Compiling getrandom v0.2.17 |
| 1362 | 2026-03-14T20:23:00.044Z | Compiling jobserver v0.1.34 |
| 1363 | 2026-03-14T20:23:00.200Z | Compiling rand_core v0.6.4 |
| 1364 | 2026-03-14T20:23:00.248Z | Compiling errno v0.3.14 |
| 1365 | 2026-03-14T20:23:00.358Z | Compiling cc v1.2.56 |
| 1366 | 2026-03-14T20:23:00.435Z | Compiling signal-hook-registry v1.4.8 |
| 1367 | 2026-03-14T20:23:00.529Z | Compiling once_cell v1.21.3 |
| 1368 | 2026-03-14T20:23:00.577Z | Compiling mio v1.1.1 |
| 1369 | 2026-03-14T20:23:00.669Z | Compiling bitflags v2.11.0 |
| 1370 | 2026-03-14T20:23:00.780Z | Compiling libm v0.2.16 |
| 1371 | 2026-03-14T20:23:00.799Z | Compiling parking_lot v0.12.5 |
| 1372 | 2026-03-14T20:23:00.910Z | Compiling num-traits v0.2.19 |
| 1373 | 2026-03-14T20:23:00.967Z | Compiling futures-core v0.3.32 |
| 1374 | 2026-03-14T20:23:01.351Z | Compiling socket2 v0.6.2 |
| 1375 | 2026-03-14T20:23:01.354Z | Compiling percent-encoding v2.3.2 |
| 1376 | 2026-03-14T20:23:01.365Z | Compiling allocator-api2 v0.2.21 |
| 1377 | 2026-03-14T20:23:01.402Z | Compiling futures-sink v0.3.32 |
| 1378 | 2026-03-14T20:23:01.524Z | Compiling foldhash v0.2.0 |
| 1379 | 2026-03-14T20:23:01.542Z | Compiling cpufeatures v0.2.17 |
| 1380 | 2026-03-14T20:23:01.590Z | Compiling futures-channel v0.3.32 |
| 1381 | 2026-03-14T20:23:01.638Z | Compiling slab v0.4.12 |
| 1382 | 2026-03-14T20:23:01.812Z | Compiling hashbrown v0.16.1 |
| 1383 | 2026-03-14T20:23:01.839Z | Compiling futures-task v0.3.32 |
| 1384 | 2026-03-14T20:23:01.869Z | Compiling getrandom v0.4.1 |
| 1385 | 2026-03-14T20:23:01.889Z | Compiling futures-io v0.3.32 |
| 1386 | 2026-03-14T20:23:01.909Z | Compiling rustversion v1.0.22 |
| 1387 | 2026-03-14T20:23:02.066Z | Compiling rand_core v0.10.0 |
| 1388 | 2026-03-14T20:23:02.086Z | Compiling getrandom v0.3.4 |
| 1389 | 2026-03-14T20:23:02.284Z | Compiling form_urlencoded v1.2.2 |
| 1390 | 2026-03-14T20:23:02.653Z | Compiling indexmap v2.13.0 |
| 1391 | 2026-03-14T20:23:02.674Z | Compiling cmake v0.1.57 |
| 1392 | 2026-03-14T20:23:02.677Z | Compiling dunce v1.0.5 |
| 1393 | 2026-03-14T20:23:02.796Z | Compiling ident_case v1.0.1 |
| 1394 | 2026-03-14T20:23:02.958Z | Compiling base64ct v1.8.3 |
| 1395 | 2026-03-14T20:23:03.046Z | Compiling fs_extra v1.3.0 |
| 1396 | 2026-03-14T20:23:03.232Z | Compiling synstructure v0.13.2 |
| 1397 | 2026-03-14T20:23:03.235Z | Compiling flagset v0.4.7 |
| 1398 | 2026-03-14T20:23:03.336Z | Compiling pem-rfc7468 v0.7.0 |
| 1399 | 2026-03-14T20:23:03.339Z | Compiling rand_core v0.9.5 |
| 1400 | 2026-03-14T20:23:03.391Z | Compiling aws-lc-sys v0.37.1 |
| 1401 | 2026-03-14T20:23:03.414Z | Compiling iana-time-zone v0.1.65 |
| 1402 | 2026-03-14T20:23:03.504Z | Compiling rustix v1.1.3 |
| 1403 | 2026-03-14T20:23:03.567Z | Compiling ring v0.17.14 |
| 1404 | 2026-03-14T20:23:03.672Z | Compiling uuid v1.21.0 |
| 1405 | 2026-03-14T20:23:03.705Z | Compiling rustc_version v0.4.1 |
| 1406 | 2026-03-14T20:23:03.764Z | Compiling regex-syntax v0.8.10 |
| 1407 | 2026-03-14T20:23:04.091Z | Compiling aws-lc-rs v1.16.0 |
| 1408 | 2026-03-14T20:23:04.151Z | Compiling vcpkg v0.2.15 |
| 1409 | 2026-03-14T20:23:04.467Z | Compiling tracing-core v0.1.36 |
| 1410 | 2026-03-14T20:23:04.605Z | Compiling crossbeam-utils v0.8.21 |
| 1411 | 2026-03-14T20:23:05.008Z | Compiling pest_generator v2.8.6 |
| 1412 | 2026-03-14T20:23:05.178Z | Compiling openssl-sys v0.9.111 |
| 1413 | 2026-03-14T20:23:05.247Z | Compiling serde_derive_internals v0.29.1 |
| 1414 | 2026-03-14T20:23:05.796Z | Compiling serde_derive v1.0.228 |
| 1415 | 2026-03-14T20:23:05.850Z | Compiling zeroize_derive v1.4.3 |
| 1416 | 2026-03-14T20:23:05.952Z | Compiling zerofrom-derive v0.1.6 |
| 1417 | 2026-03-14T20:23:05.971Z | Compiling yoke-derive v0.8.1 |
| 1418 | 2026-03-14T20:23:06.553Z | Compiling zerocopy-derive v0.8.40 |
| 1419 | 2026-03-14T20:23:06.724Z | Compiling zeroize v1.8.2 |
| 1420 | 2026-03-14T20:23:07.152Z | Compiling zerovec-derive v0.11.2 |
| 1421 | 2026-03-14T20:23:07.587Z | Compiling displaydoc v0.2.5 |
| 1422 | 2026-03-14T20:23:07.767Z | Compiling crypto-common v0.1.7 |
| 1423 | 2026-03-14T20:23:07.914Z | Compiling zerofrom v0.1.6 |
| 1424 | 2026-03-14T20:23:07.949Z | Compiling block-buffer v0.10.4 |
| 1425 | 2026-03-14T20:23:08.069Z | Compiling yoke v0.8.1 |
| 1426 | 2026-03-14T20:23:08.157Z | Compiling digest v0.10.7 |
| 1427 | 2026-03-14T20:23:08.301Z | Compiling tokio-macros v2.6.0 |
| 1428 | 2026-03-14T20:23:08.442Z | Compiling hmac v0.12.1 |
| 1429 | 2026-03-14T20:23:08.477Z | Compiling futures-macro v0.3.32 |
| 1430 | 2026-03-14T20:23:08.564Z | Compiling zerotrie v0.2.3 |
| 1431 | 2026-03-14T20:23:08.602Z | Compiling zerovec v0.11.5 |
| 1432 | 2026-03-14T20:23:08.640Z | Compiling block-padding v0.3.3 |
| 1433 | 2026-03-14T20:23:08.845Z | Compiling inout v0.1.4 |
| 1434 | 2026-03-14T20:23:08.954Z | Compiling sha2 v0.10.9 |
| 1435 | 2026-03-14T20:23:09.060Z | Compiling cipher v0.4.4 |
| 1436 | 2026-03-14T20:23:09.279Z | Compiling tinystr v0.8.2 |
| 1437 | 2026-03-14T20:23:09.298Z | Compiling potential_utf v0.1.4 |
| 1438 | 2026-03-14T20:23:09.415Z | Compiling der_derive v0.7.3 |
| 1439 | 2026-03-14T20:23:09.508Z | Compiling icu_locale_core v2.1.1 |
| 1440 | 2026-03-14T20:23:09.537Z | Compiling icu_collections v2.1.1 |
| 1441 | 2026-03-14T20:23:09.540Z | Compiling futures-util v0.3.32 |
| 1442 | 2026-03-14T20:23:10.191Z | Compiling salsa20 v0.10.2 |
| 1443 | 2026-03-14T20:23:10.361Z | Compiling icu_provider v2.1.1 |
| 1444 | 2026-03-14T20:23:10.542Z | Compiling bytes v1.11.1 |
| 1445 | 2026-03-14T20:23:10.672Z | Compiling icu_normalizer v2.1.1 |
| 1446 | 2026-03-14T20:23:10.734Z | Compiling icu_properties v2.1.2 |
| 1447 | 2026-03-14T20:23:10.755Z | Compiling der v0.7.10 |
| 1448 | 2026-03-14T20:23:10.814Z | Compiling chrono v0.4.44 |
| 1449 | 2026-03-14T20:23:11.412Z | Compiling tokio v1.49.0 |
| 1450 | 2026-03-14T20:23:11.432Z | Compiling http v1.4.0 |
| 1451 | 2026-03-14T20:23:12.338Z | Compiling idna_adapter v1.2.1 |
| 1452 | 2026-03-14T20:23:12.432Z | Compiling spki v0.7.3 |
| 1453 | 2026-03-14T20:23:12.506Z | Compiling idna v1.1.0 |
| 1454 | 2026-03-14T20:23:12.648Z | Compiling pbkdf2 v0.12.2 |
| 1455 | 2026-03-14T20:23:12.690Z | Compiling ppv-lite86 v0.2.21 |
| 1456 | 2026-03-14T20:23:12.713Z | Compiling thiserror-impl v2.0.18 |
| 1457 | 2026-03-14T20:23:12.755Z | Compiling scrypt v0.11.0 |
| 1458 | 2026-03-14T20:23:12.783Z | Compiling cbc v0.1.2 |
| 1459 | 2026-03-14T20:23:12.911Z | Compiling url v2.5.8 |
| 1460 | 2026-03-14T20:23:12.961Z | Compiling aes v0.8.4 |
| 1461 | 2026-03-14T20:23:13.076Z | Compiling rand_chacha v0.9.0 |
| 1462 | 2026-03-14T20:23:13.125Z | Compiling rustls-pki-types v1.14.0 |
| 1463 | 2026-03-14T20:23:13.380Z | Compiling tracing-attributes v0.1.31 |
| 1464 | 2026-03-14T20:23:13.717Z | Compiling pkcs5 v0.7.1 |
| 1465 | 2026-03-14T20:23:13.945Z | Compiling rand v0.9.2 |
| 1466 | 2026-03-14T20:23:13.950Z | Compiling http-body v1.0.1 |
| 1467 | 2026-03-14T20:23:14.225Z | Compiling syn v1.0.109 |
| 1468 | 2026-03-14T20:23:14.357Z | Compiling untrusted v0.7.1 |
| 1469 | 2026-03-14T20:23:14.376Z | Compiling schemars v0.8.22 |
| 1470 | 2026-03-14T20:23:14.478Z | Compiling thiserror v2.0.18 |
| 1471 | 2026-03-14T20:23:14.509Z | Compiling base64 v0.22.1 |
| 1472 | 2026-03-14T20:23:14.606Z | Compiling openssl-probe v0.2.1 |
| 1473 | 2026-03-14T20:23:14.608Z | Compiling untrusted v0.9.0 |
| 1474 | 2026-03-14T20:23:14.643Z | Compiling httparse v1.10.1 |
| 1475 | 2026-03-14T20:23:14.908Z | Compiling pkcs8 v0.10.2 |
| 1476 | 2026-03-14T20:23:14.927Z | Compiling schemars_derive v0.8.22 |
| 1477 | 2026-03-14T20:23:14.982Z | Compiling pest_derive v2.8.6 |
| 1478 | 2026-03-14T20:23:15.128Z | Compiling scroll_derive v0.13.1 |
| 1479 | 2026-03-14T20:23:15.184Z | Compiling tracing v0.1.44 |
| 1480 | 2026-03-14T20:23:15.507Z | Compiling darling_core v0.20.11 |
| 1481 | 2026-03-14T20:23:15.527Z | Compiling try-lock v0.2.5 |
| 1482 | 2026-03-14T20:23:15.654Z | Compiling tower-layer v0.3.3 |
| 1483 | 2026-03-14T20:23:15.858Z | Compiling rustls v0.23.37 |
| 1484 | 2026-03-14T20:23:15.965Z | Compiling tower-service v0.3.3 |
| 1485 | 2026-03-14T20:23:16.079Z | Compiling tinyvec_macros v0.1.1 |
| 1486 | 2026-03-14T20:23:16.097Z | Compiling atomic-waker v1.1.2 |
| 1487 | 2026-03-14T20:23:16.208Z | Compiling dyn-clone v1.0.20 |
| 1488 | 2026-03-14T20:23:16.235Z | Compiling scroll v0.13.0 |
| 1489 | 2026-03-14T20:23:16.276Z | Compiling tinyvec v1.10.0 |
| 1490 | 2026-03-14T20:23:16.379Z | Compiling want v0.3.1 |
| 1491 | 2026-03-14T20:23:16.582Z | Compiling tokio-util v0.7.18 |
| 1492 | 2026-03-14T20:23:16.989Z | Compiling ipnet v2.11.0 |
| 1493 | 2026-03-14T20:23:17.277Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1494 | 2026-03-14T20:23:17.660Z | Compiling h2 v0.4.13 |
| 1495 | 2026-03-14T20:23:17.771Z | Compiling spin v0.9.8 |
| 1496 | 2026-03-14T20:23:17.996Z | Compiling aho-corasick v1.1.4 |
| 1497 | 2026-03-14T20:23:18.034Z | Compiling pin-utils v0.1.0 |
| 1498 | 2026-03-14T20:23:18.127Z | Compiling openssl v0.10.75 |
| 1499 | 2026-03-14T20:23:18.410Z | Compiling num-conv v0.2.0 |
| 1500 | 2026-03-14T20:23:18.459Z | Compiling crc32fast v1.5.0 |
| 1501 | 2026-03-14T20:23:18.578Z | Compiling powerfmt v0.2.0 |
| 1502 | 2026-03-14T20:23:18.795Z | Compiling time-core v0.1.8 |
| 1503 | 2026-03-14T20:23:18.815Z | Compiling darling_macro v0.20.11 |
| 1504 | 2026-03-14T20:23:18.840Z | Compiling httpdate v1.0.3 |
| 1505 | 2026-03-14T20:23:18.978Z | Compiling foreign-types-shared v0.1.1 |
| 1506 | 2026-03-14T20:23:19.086Z | Compiling foreign-types v0.3.2 |
| 1507 | 2026-03-14T20:23:19.121Z | Compiling regex-automata v0.4.14 |
| 1508 | 2026-03-14T20:23:19.176Z | Compiling time-macros v0.2.27 |
| 1509 | 2026-03-14T20:23:19.330Z | Compiling deranged v0.5.8 |
| 1510 | 2026-03-14T20:23:19.407Z | Compiling darling v0.20.11 |
| 1511 | 2026-03-14T20:23:19.533Z | Compiling tempfile v3.25.0 |
| 1512 | 2026-03-14T20:23:20.398Z | Compiling goblin v0.10.5 |
| 1513 | 2026-03-14T20:23:20.656Z | Compiling thiserror-impl v1.0.69 |
| 1514 | 2026-03-14T20:23:21.330Z | Compiling openssl-macros v0.1.1 |
| 1515 | 2026-03-14T20:23:21.819Z | Compiling hyper v1.8.1 |
| 1516 | 2026-03-14T20:23:22.388Z | Compiling wait-timeout v0.2.1 |
| 1517 | 2026-03-14T20:23:22.441Z | Compiling native-tls v0.2.18 |
| 1518 | 2026-03-14T20:23:22.687Z | Compiling either v1.15.0 |
| 1519 | 2026-03-14T20:23:22.722Z | Compiling quick-error v1.2.3 |
| 1520 | 2026-03-14T20:23:22.854Z | Compiling siphasher v1.0.2 |
| 1521 | 2026-03-14T20:23:22.953Z | Compiling bit-vec v0.8.0 |
| 1522 | 2026-03-14T20:23:23.001Z | Compiling num_threads v0.1.7 |
| 1523 | 2026-03-14T20:23:23.097Z | Compiling usdt-impl v0.6.0 |
| 1524 | 2026-03-14T20:23:23.116Z | Compiling simd-adler32 v0.3.8 |
| 1525 | 2026-03-14T20:23:23.248Z | Compiling hyper-util v0.1.20 |
| 1526 | 2026-03-14T20:23:23.378Z | Compiling bit-set v0.8.0 |
| 1527 | 2026-03-14T20:23:23.441Z | Compiling time v0.3.47 |
| 1528 | 2026-03-14T20:23:23.583Z | Compiling rusty-fork v0.3.1 |
| 1529 | 2026-03-14T20:23:23.981Z | Compiling thiserror v1.0.69 |
| 1530 | 2026-03-14T20:23:24.110Z | Compiling derive_builder_core v0.20.2 |
| 1531 | 2026-03-14T20:23:24.941Z | Compiling dof v0.4.0 |
| 1532 | 2026-03-14T20:23:25.545Z | Compiling unicode-normalization v0.1.25 |
| 1533 | 2026-03-14T20:23:25.567Z | Compiling crossbeam-epoch v0.9.18 |
| 1534 | 2026-03-14T20:23:25.590Z | Compiling dtrace-parser v0.3.0 |
| 1535 | 2026-03-14T20:23:25.993Z | Compiling rustls-native-certs v0.8.3 |
| 1536 | 2026-03-14T20:23:26.184Z | Compiling signature v2.2.0 |
| 1537 | 2026-03-14T20:23:26.403Z | Compiling scroll_derive v0.12.1 |
| 1538 | 2026-03-14T20:23:26.406Z | Compiling heapless v0.7.17 |
| 1539 | 2026-03-14T20:23:26.439Z | Compiling rand_xorshift v0.4.0 |
| 1540 | 2026-03-14T20:23:26.620Z | Compiling slog v2.8.2 |
| 1541 | 2026-03-14T20:23:26.639Z | Compiling darling_core v0.21.3 |
| 1542 | 2026-03-14T20:23:26.642Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1543 | 2026-03-14T20:23:26.703Z | Compiling sync_wrapper v1.0.2 |
| 1544 | 2026-03-14T20:23:26.835Z | Compiling thread-id v5.1.0 |
| 1545 | 2026-03-14T20:23:26.854Z | Compiling cookie v0.18.1 |
| 1546 | 2026-03-14T20:23:26.937Z | Compiling unarray v0.1.4 |
| 1547 | 2026-03-14T20:23:27.006Z | Compiling adler2 v2.0.1 |
| 1548 | 2026-03-14T20:23:27.070Z | Compiling unicode-segmentation v1.12.0 |
| 1549 | 2026-03-14T20:23:27.089Z | Compiling unicode-properties v0.1.4 |
| 1550 | 2026-03-14T20:23:27.169Z | Compiling unicode-bidi v0.3.18 |
| 1551 | 2026-03-14T20:23:27.304Z | Compiling rayon-core v1.13.0 |
| 1552 | 2026-03-14T20:23:27.355Z | Compiling zstd-safe v7.2.4 |
| 1553 | 2026-03-14T20:23:27.513Z | Compiling paste v1.0.15 |
| 1554 | 2026-03-14T20:23:27.568Z | Compiling signal-hook v0.3.18 |
| 1555 | 2026-03-14T20:23:27.588Z | Compiling anyhow v1.0.102 |
| 1556 | 2026-03-14T20:23:27.807Z | Compiling stringprep v0.1.5 |
| 1557 | 2026-03-14T20:23:27.898Z | Compiling scroll v0.12.0 |
| 1558 | 2026-03-14T20:23:27.915Z | Compiling miniz_oxide v0.8.9 |
| 1559 | 2026-03-14T20:23:28.261Z | Compiling proptest v1.10.0 |
| 1560 | 2026-03-14T20:23:28.670Z | Compiling tower v0.5.3 |
| 1561 | 2026-03-14T20:23:28.799Z | Compiling crossbeam-deque v0.8.6 |
| 1562 | 2026-03-14T20:23:28.903Z | Compiling derive_builder_macro v0.20.2 |
| 1563 | 2026-03-14T20:23:29.034Z | Compiling ipnetwork v0.21.1 |
| 1564 | 2026-03-14T20:23:29.053Z | Compiling http-body-util v0.1.3 |
| 1565 | 2026-03-14T20:23:29.169Z | Compiling webpki-roots v1.0.6 |
| 1566 | 2026-03-14T20:23:29.282Z | Compiling rand_chacha v0.3.1 |
| 1567 | 2026-03-14T20:23:29.320Z | Compiling serde_spanned v0.6.9 |
| 1568 | 2026-03-14T20:23:29.361Z | Compiling serde_tokenstream v0.2.3 |
| 1569 | 2026-03-14T20:23:29.477Z | Compiling erased-serde v0.3.31 |
| 1570 | 2026-03-14T20:23:29.500Z | Compiling toml_datetime v0.6.11 |
| 1571 | 2026-03-14T20:23:29.548Z | Compiling md-5 v0.10.6 |
| 1572 | 2026-03-14T20:23:29.752Z | Compiling zerocopy-derive v0.7.35 |
| 1573 | 2026-03-14T20:23:29.775Z | Compiling curve25519-dalek v4.1.3 |
| 1574 | 2026-03-14T20:23:29.832Z | Compiling num-integer v0.1.46 |
| 1575 | 2026-03-14T20:23:30.177Z | Compiling vergen-lib v0.1.6 |
| 1576 | 2026-03-14T20:23:30.196Z | Compiling hash32 v0.2.1 |
| 1577 | 2026-03-14T20:23:30.214Z | Compiling darling_macro v0.21.3 |
| 1578 | 2026-03-14T20:23:30.256Z | Compiling ff v0.13.1 |
| 1579 | 2026-03-14T20:23:30.316Z | Compiling memoffset v0.9.1 |
| 1580 | 2026-03-14T20:23:30.396Z | Compiling ref-cast v1.0.25 |
| 1581 | 2026-03-14T20:23:30.426Z | Compiling smoltcp v0.9.1 |
| 1582 | 2026-03-14T20:23:30.444Z | Compiling psl-types v2.0.11 |
| 1583 | 2026-03-14T20:23:30.555Z | Compiling base16ct v0.2.0 |
| 1584 | 2026-03-14T20:23:30.601Z | Compiling num-bigint-dig v0.8.6 |
| 1585 | 2026-03-14T20:23:30.776Z | Compiling litrs v1.0.0 |
| 1586 | 2026-03-14T20:23:30.779Z | Compiling fallible-iterator v0.2.0 |
| 1587 | 2026-03-14T20:23:30.815Z | Compiling rustix v0.38.44 |
| 1588 | 2026-03-14T20:23:30.833Z | Compiling iri-string v0.7.10 |
| 1589 | 2026-03-14T20:23:30.856Z | Compiling cfg_aliases v0.2.1 |
| 1590 | 2026-03-14T20:23:30.889Z | Compiling zlib-rs v0.6.2 |
| 1591 | 2026-03-14T20:23:30.945Z | Compiling ryu v1.0.23 |
| 1592 | 2026-03-14T20:23:31.236Z | Compiling postgres-protocol v0.6.10 |
| 1593 | 2026-03-14T20:23:31.239Z | Compiling serde_urlencoded v0.7.1 |
| 1594 | 2026-03-14T20:23:31.383Z | Compiling nix v0.31.1 |
| 1595 | 2026-03-14T20:23:31.506Z | Compiling document-features v0.2.12 |
| 1596 | 2026-03-14T20:23:31.573Z | Compiling newtype-uuid v1.3.2 |
| 1597 | 2026-03-14T20:23:31.871Z | Compiling zerocopy v0.7.35 |
| 1598 | 2026-03-14T20:23:32.016Z | Compiling darling v0.21.3 |
| 1599 | 2026-03-14T20:23:32.100Z | Compiling sec1 v0.7.3 |
| 1600 | 2026-03-14T20:23:32.119Z | Compiling publicsuffix v2.3.0 |
| 1601 | 2026-03-14T20:23:32.360Z | Compiling group v0.13.0 |
| 1602 | 2026-03-14T20:23:32.550Z | Compiling tower-http v0.6.8 |
| 1603 | 2026-03-14T20:23:32.585Z | Compiling num-iter v0.1.45 |
| 1604 | 2026-03-14T20:23:32.731Z | Compiling rand v0.8.5 |
| 1605 | 2026-03-14T20:23:33.024Z | Compiling derive_builder v0.20.2 |
| 1606 | 2026-03-14T20:23:33.043Z | Compiling oxnet v0.1.4 |
| 1607 | 2026-03-14T20:23:33.174Z | Compiling proc-macro-error v1.0.4 |
| 1608 | 2026-03-14T20:23:33.482Z | Compiling tokio-native-tls v0.3.1 |
| 1609 | 2026-03-14T20:23:33.686Z | Compiling goblin v0.8.2 |
| 1610 | 2026-03-14T20:23:34.051Z | Compiling heck v0.4.1 |
| 1611 | 2026-03-14T20:23:34.307Z | Compiling phf_shared v0.13.1 |
| 1612 | 2026-03-14T20:23:34.347Z | Compiling hubpack_derive v0.1.1 |
| 1613 | 2026-03-14T20:23:34.391Z | Compiling regex v1.12.3 |
| 1614 | 2026-03-14T20:23:34.478Z | Compiling lazy_static v1.5.0 |
| 1615 | 2026-03-14T20:23:34.590Z | Compiling cargo-platform v0.1.9 |
| 1616 | 2026-03-14T20:23:34.638Z | Compiling hkdf v0.12.4 |
| 1617 | 2026-03-14T20:23:34.839Z | Compiling crypto-bigint v0.5.5 |
| 1618 | 2026-03-14T20:23:34.904Z | Compiling async-trait v0.1.89 |
| 1619 | 2026-03-14T20:23:34.923Z | Compiling ref-cast-impl v1.0.25 |
| 1620 | 2026-03-14T20:23:34.964Z | Compiling strum_macros v0.27.2 |
| 1621 | 2026-03-14T20:23:35.615Z | Compiling flate2 v1.1.9 |
| 1622 | 2026-03-14T20:23:35.786Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1623 | 2026-03-14T20:23:36.155Z | Compiling daft-derive v0.1.5 |
| 1624 | 2026-03-14T20:23:36.342Z | Compiling terminal_size v0.4.3 |
| 1625 | 2026-03-14T20:23:36.516Z | Compiling vergen v9.0.6 |
| 1626 | 2026-03-14T20:23:36.659Z | Compiling fs-err v3.3.0 |
| 1627 | 2026-03-14T20:23:36.743Z | Compiling ahash v0.8.12 |
| 1628 | 2026-03-14T20:23:36.893Z | Compiling bitflags v1.3.2 |
| 1629 | 2026-03-14T20:23:36.988Z | Compiling object v0.37.3 |
| 1630 | 2026-03-14T20:23:37.007Z | Compiling bumpalo v3.20.2 |
| 1631 | 2026-03-14T20:23:37.130Z | Compiling libbz2-rs-sys v0.2.2 |
| 1632 | 2026-03-14T20:23:37.327Z | Compiling winnow v0.5.40 |
| 1633 | 2026-03-14T20:23:37.327Z | Compiling foldhash v0.1.5 |
| 1634 | 2026-03-14T20:23:37.562Z | Compiling managed v0.8.0 |
| 1635 | 2026-03-14T20:23:37.737Z | Compiling bzip2 v0.6.1 |
| 1636 | 2026-03-14T20:23:37.756Z | Compiling strum v0.27.2 |
| 1637 | 2026-03-14T20:23:37.908Z | Compiling console v0.16.2 |
| 1638 | 2026-03-14T20:23:37.996Z | Compiling hashbrown v0.15.5 |
| 1639 | 2026-03-14T20:23:38.116Z | Compiling zopfli v0.8.3 |
| 1640 | 2026-03-14T20:23:38.616Z | Compiling clap_builder v4.5.60 |
| 1641 | 2026-03-14T20:23:38.658Z | Compiling daft v0.1.5 |
| 1642 | 2026-03-14T20:23:38.921Z | Compiling dof v0.3.0 |
| 1643 | 2026-03-14T20:23:38.991Z | Compiling elliptic-curve v0.13.8 |
| 1644 | 2026-03-14T20:23:39.136Z | Compiling toml_edit v0.19.15 |
| 1645 | 2026-03-14T20:23:39.282Z | Compiling hubpack v0.1.2 |
| 1646 | 2026-03-14T20:23:39.519Z | Compiling cargo_metadata v0.19.2 |
| 1647 | 2026-03-14T20:23:39.563Z | Compiling phf v0.13.1 |
| 1648 | 2026-03-14T20:23:39.903Z | Compiling zone_cfg_derive v0.3.1 |
| 1649 | 2026-03-14T20:23:40.742Z | Compiling signal-hook-mio v0.2.5 |
| 1650 | 2026-03-14T20:23:40.890Z | Compiling cookie_store v0.22.1 |
| 1651 | 2026-03-14T20:23:41.825Z | Compiling rayon v1.11.0 |
| 1652 | 2026-03-14T20:23:41.927Z | Compiling hyper-tls v0.6.0 |
| 1653 | 2026-03-14T20:23:42.221Z | Compiling zstd v0.13.3 |
| 1654 | 2026-03-14T20:23:42.557Z | Compiling bzip2 v0.4.4 |
| 1655 | 2026-03-14T20:23:42.682Z | Compiling serde_with_macros v3.17.0 |
| 1656 | 2026-03-14T20:23:42.859Z | Compiling postgres-types v0.2.12 |
| 1657 | 2026-03-14T20:23:42.979Z | Compiling usdt-attr-macro v0.6.0 |
| 1658 | 2026-03-14T20:23:43.013Z | Compiling usdt-macro v0.6.0 |
| 1659 | 2026-03-14T20:23:43.618Z | Compiling ed25519 v2.2.3 |
| 1660 | 2026-03-14T20:23:43.974Z | Compiling dtrace-parser v0.2.0 |
| 1661 | 2026-03-14T20:23:44.010Z | Compiling phf_shared v0.11.3 |
| 1662 | 2026-03-14T20:23:44.212Z | Compiling itertools v0.12.1 |
| 1663 | 2026-03-14T20:23:44.253Z | Compiling bstr v1.12.1 |
| 1664 | 2026-03-14T20:23:44.279Z | Compiling pkcs1 v0.7.5 |
| 1665 | 2026-03-14T20:23:44.494Z | Compiling hex v0.4.3 |
| 1666 | 2026-03-14T20:23:44.783Z | Compiling serde-big-array v0.5.1 |
| 1667 | 2026-03-14T20:23:44.825Z | Compiling rfc6979 v0.4.0 |
| 1668 | 2026-03-14T20:23:44.847Z | Compiling enum-as-inner v0.6.1 |
| 1669 | 2026-03-14T20:23:44.961Z | Compiling serde_repr v0.1.20 |
| 1670 | 2026-03-14T20:23:44.983Z | Compiling clap_derive v4.5.55 |
| 1671 | 2026-03-14T20:23:45.041Z | Compiling strum_macros v0.26.4 |
| 1672 | 2026-03-14T20:23:45.157Z | Compiling float-cmp v0.10.0 |
| 1673 | 2026-03-14T20:23:45.342Z | Compiling memmap2 v0.9.10 |
| 1674 | 2026-03-14T20:23:45.497Z | Compiling thread-id v4.2.2 |
| 1675 | 2026-03-14T20:23:45.603Z | Compiling env_filter v1.0.0 |
| 1676 | 2026-03-14T20:23:45.624Z | Compiling encoding_rs v0.8.35 |
| 1677 | 2026-03-14T20:23:45.650Z | Compiling predicates-core v1.0.10 |
| 1678 | 2026-03-14T20:23:45.874Z | Compiling keccak v0.1.6 |
| 1679 | 2026-03-14T20:23:45.893Z | Compiling jiff v0.2.21 |
| 1680 | 2026-03-14T20:23:46.000Z | Compiling fixedbitset v0.5.7 |
| 1681 | 2026-03-14T20:23:46.468Z | Compiling unit-prefix v0.5.2 |
| 1682 | 2026-03-14T20:23:46.660Z | Compiling normalize-line-endings v0.3.0 |
| 1683 | 2026-03-14T20:23:46.784Z | Compiling mime v0.3.17 |
| 1684 | 2026-03-14T20:23:47.044Z | Compiling whoami v2.1.0 |
| 1685 | 2026-03-14T20:23:47.129Z | Compiling difflib v0.4.0 |
| 1686 | 2026-03-14T20:23:47.227Z | Compiling precomputed-hash v0.1.1 |
| 1687 | 2026-03-14T20:23:47.339Z | Compiling new_debug_unreachable v1.0.6 |
| 1688 | 2026-03-14T20:23:47.433Z | Compiling rustc-hash v2.1.1 |
| 1689 | 2026-03-14T20:23:47.464Z | Compiling fixedbitset v0.4.2 |
| 1690 | 2026-03-14T20:23:47.492Z | Compiling static_assertions v1.1.0 |
| 1691 | 2026-03-14T20:23:47.543Z | Compiling data-encoding v2.10.0 |
| 1692 | 2026-03-14T20:23:47.585Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1693 | 2026-03-14T20:23:47.609Z | Compiling iddqd v0.3.17 |
| 1694 | 2026-03-14T20:23:47.735Z | Compiling petgraph v0.6.5 |
| 1695 | 2026-03-14T20:23:47.755Z | Compiling strum v0.26.3 |
| 1696 | 2026-03-14T20:23:47.907Z | Compiling clap v4.5.60 |
| 1697 | 2026-03-14T20:23:47.926Z | Compiling hickory-proto v0.25.2 |
| 1698 | 2026-03-14T20:23:48.009Z | Compiling string_cache v0.8.9 |
| 1699 | 2026-03-14T20:23:48.297Z | Compiling predicates v3.1.4 |
| 1700 | 2026-03-14T20:23:48.512Z | Compiling tokio-postgres v0.7.16 |
| 1701 | 2026-03-14T20:23:49.166Z | Compiling toml_edit v0.22.27 |
| 1702 | 2026-03-14T20:23:49.185Z | Compiling indicatif v0.18.4 |
| 1703 | 2026-03-14T20:23:49.783Z | Compiling zip v4.6.1 |
| 1704 | 2026-03-14T20:23:50.344Z | Compiling petgraph v0.8.3 |
| 1705 | 2026-03-14T20:23:51.072Z | Compiling sha3 v0.10.8 |
| 1706 | 2026-03-14T20:23:51.334Z | Compiling env_logger v0.11.9 |
| 1707 | 2026-03-14T20:23:51.487Z | Compiling zone v0.3.1 |
| 1708 | 2026-03-14T20:23:51.706Z | Compiling usdt-impl v0.5.0 |
| 1709 | 2026-03-14T20:23:51.829Z | Compiling usdt v0.6.0 |
| 1710 | 2026-03-14T20:23:51.908Z | Compiling ecdsa v0.16.9 |
| 1711 | 2026-03-14T20:23:52.159Z | Compiling similar v2.7.0 |
| 1712 | 2026-03-14T20:23:52.416Z | Compiling serde_with v3.17.0 |
| 1713 | 2026-03-14T20:23:52.434Z | Compiling rsa v0.9.10 |
| 1714 | 2026-03-14T20:23:52.490Z | Compiling crossterm v0.28.1 |
| 1715 | 2026-03-14T20:23:53.104Z | Compiling ed25519-dalek v2.2.0 |
| 1716 | 2026-03-14T20:23:53.322Z | Compiling zip v0.6.6 |
| 1717 | 2026-03-14T20:23:54.093Z | Compiling toml v0.7.8 |
| 1718 | 2026-03-14T20:23:54.755Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1719 | 2026-03-14T20:23:54.802Z | Compiling itertools v0.13.0 |
| 1720 | 2026-03-14T20:23:54.836Z | Compiling tokio-stream v0.1.18 |
| 1721 | 2026-03-14T20:23:54.938Z | Compiling buf-list v1.1.2 |
| 1722 | 2026-03-14T20:23:55.156Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1723 | 2026-03-14T20:23:55.299Z | Compiling x509-cert v0.2.5 |
| 1724 | 2026-03-14T20:23:55.456Z | Compiling openapiv3 v2.2.0 |
| 1725 | 2026-03-14T20:23:55.558Z | Compiling sha1 v0.10.6 |
| 1726 | 2026-03-14T20:23:55.594Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1727 | 2026-03-14T20:23:55.840Z | Compiling peg-runtime v0.8.5 |
| 1728 | 2026-03-14T20:23:55.972Z | Compiling lalrpop-util v0.19.12 |
| 1729 | 2026-03-14T20:23:56.211Z | Compiling thread_local v1.1.9 |
| 1730 | 2026-03-14T20:23:56.247Z | Compiling slog-async v2.8.0 |
| 1731 | 2026-03-14T20:23:56.543Z | Compiling crossbeam-channel v0.5.15 |
| 1732 | 2026-03-14T20:23:56.545Z | Compiling futures-executor v0.3.32 |
| 1733 | 2026-03-14T20:23:56.592Z | Compiling filetime v0.2.27 |
| 1734 | 2026-03-14T20:23:56.671Z | Compiling is-terminal v0.4.17 |
| 1735 | 2026-03-14T20:23:56.790Z | Compiling xattr v1.6.1 |
| 1736 | 2026-03-14T20:23:56.819Z | Compiling term v1.2.1 |
| 1737 | 2026-03-14T20:23:56.900Z | Compiling take_mut v0.2.2 |
| 1738 | 2026-03-14T20:23:57.004Z | Compiling tar v0.4.44 |
| 1739 | 2026-03-14T20:23:57.152Z | Compiling futures v0.3.32 |
| 1740 | 2026-03-14T20:23:57.251Z | Compiling slog-term v2.9.2 |
| 1741 | 2026-03-14T20:24:03.972Z | Compiling rustls-webpki v0.103.9 |
| 1742 | 2026-03-14T20:24:08.028Z | Compiling tokio-rustls v0.26.4 |
| 1743 | 2026-03-14T20:24:08.028Z | Compiling rustls-platform-verifier v0.6.2 |
| 1744 | 2026-03-14T20:24:08.284Z | Compiling hyper-rustls v0.27.7 |
| 1745 | 2026-03-14T20:24:08.545Z | Compiling reqwest v0.13.2 |
| 1746 | 2026-03-14T20:24:08.545Z | Compiling reqwest v0.12.28 |
| 1747 | 2026-03-14T20:24:11.512Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1748 | 2026-03-14T20:24:11.783Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1749 | 2026-03-14T20:24:15.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 1750 | 2026-03-14T20:24:15.776Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1751 | 2026-03-14T20:24:15.839Z | Mar 14 20:24:14.361 INFO Starting download, target: TransceiverControl |
| 1752 | 2026-03-14T20:24:15.839Z | Mar 14 20:24:14.362 INFO Starting download, target: Clickhouse |
| 1753 | 2026-03-14T20:24:15.839Z | Mar 14 20:24:14.362 INFO Starting download, target: MaghemiteMgd |
| 1754 | 2026-03-14T20:24:15.839Z | Mar 14 20:24:14.362 INFO Starting download, target: Console |
| 1755 | 2026-03-14T20:24:15.842Z | Mar 14 20:24:14.362 INFO Starting download, target: Cockroach |
| 1756 | 2026-03-14T20:24:15.842Z | Mar 14 20:24:14.362 INFO Starting download, target: DendriteStub |
| 1757 | 2026-03-14T20:24:15.842Z | Mar 14 20:24:14.362 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1758 | 2026-03-14T20:24:15.842Z | Mar 14 20:24:14.362 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1759 | 2026-03-14T20:24:15.842Z | Mar 14 20:24:14.362 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1760 | 2026-03-14T20:24:15.842Z | Mar 14 20:24:14.362 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1761 | 2026-03-14T20:24:15.842Z | Mar 14 20:24:14.362 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1762 | 2026-03-14T20:24:15.842Z | Mar 14 20:24:14.362 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1763 | 2026-03-14T20:24:16.212Z | Mar 14 20:24:14.726 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1764 | 2026-03-14T20:24:16.536Z | Mar 14 20:24:15.058 INFO Download complete, target: TransceiverControl |
| 1765 | 2026-03-14T20:24:16.895Z | Mar 14 20:24:15.418 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1766 | 2026-03-14T20:24:17.272Z | Mar 14 20:24:15.794 INFO Download complete, target: Console |
| 1767 | 2026-03-14T20:24:17.551Z | Mar 14 20:24:16.070 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1768 | 2026-03-14T20:24:17.656Z | Mar 14 20:24:16.177 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1769 | 2026-03-14T20:24:17.685Z | Mar 14 20:24:16.208 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1770 | 2026-03-14T20:24:18.191Z | Mar 14 20:24:16.713 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1771 | 2026-03-14T20:24:18.191Z | Mar 14 20:24:16.713 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1772 | 2026-03-14T20:24:21.193Z | Mar 14 20:24:19.716 INFO Download complete, target: DendriteStub |
| 1773 | 2026-03-14T20:24:21.265Z | Mar 14 20:24:19.787 INFO Download complete, target: MaghemiteMgd |
| 1774 | 2026-03-14T20:24:25.901Z | Mar 14 20:24:24.424 INFO Checking that binary works, target: Cockroach |
| 1775 | 2026-03-14T20:24:26.017Z | Mar 14 20:24:24.539 INFO Download complete, target: Cockroach |
| 1776 | 2026-03-14T20:24:28.857Z | Mar 14 20:24:27.379 INFO Checking that binary works, target: Clickhouse |
| 1777 | 2026-03-14T20:24:29.033Z | Mar 14 20:24:27.553 INFO Download complete, target: Clickhouse |
| 1778 | 2026-03-14T20:24:29.050Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1779 | 2026-03-14T20:24:29.052Z | |
| 1780 | 2026-03-14T20:24:29.052Z | real 4:02.930176210 |
| 1781 | 2026-03-14T20:24:29.052Z | user 10:24.165042832 |
| 1782 | 2026-03-14T20:24:29.052Z | sys 1:48.388837416 |
| 1783 | 2026-03-14T20:24:29.053Z | trap 0.330671646 |
| 1784 | 2026-03-14T20:24:29.053Z | tflt 0.717779329 |
| 1785 | 2026-03-14T20:24:29.053Z | dflt 0.577688390 |
| 1786 | 2026-03-14T20:24:29.053Z | kflt 0.021567665 |
| 1787 | 2026-03-14T20:24:29.053Z | lock 32:48.192100028 |
| 1788 | 2026-03-14T20:24:29.053Z | slp 29:24.471252425 |
| 1789 | 2026-03-14T20:24:29.053Z | lat 57.271329316 |
| 1790 | 2026-03-14T20:24:29.053Z | stop 2:40.278842681 |
| 1791 | 2026-03-14T20:24:29.053Z | + banner clippy |
| 1792 | 2026-03-14T20:24:29.056Z | |
| 1793 | 2026-03-14T20:24:29.056Z | #### # # ##### ##### # # |
| 1794 | 2026-03-14T20:24:29.056Z | # # # # # # # # # # |
| 1795 | 2026-03-14T20:24:29.056Z | # # # # # # # # |
| 1796 | 2026-03-14T20:24:29.056Z | # # # ##### ##### # |
| 1797 | 2026-03-14T20:24:29.056Z | # # # # # # # |
| 1798 | 2026-03-14T20:24:29.056Z | #### ###### # # # # |
| 1799 | 2026-03-14T20:24:29.056Z | |
| 1800 | 2026-03-14T20:24:29.056Z | + export CARGO_INCREMENTAL=0 |
| 1801 | 2026-03-14T20:24:29.056Z | + CARGO_INCREMENTAL=0 |
| 1802 | 2026-03-14T20:24:29.056Z | + ptime -m cargo xtask clippy |
| 1803 | 2026-03-14T20:24:29.753Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1804 | 2026-03-14T20:24:30.039Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1805 | 2026-03-14T20:24:32.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s |
| 1806 | 2026-03-14T20:24:32.638Z | Running `target/debug/xtask clippy` |
| 1807 | 2026-03-14T20:24:32.672Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1808 | 2026-03-14T20:24:33.465Z | Downloading crates ... |
| 1809 | 2026-03-14T20:24:33.729Z | Downloaded async-lock v3.4.2 |
| 1810 | 2026-03-14T20:24:33.747Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1811 | 2026-03-14T20:24:33.750Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1812 | 2026-03-14T20:24:33.750Z | Downloaded cargo-platform v0.3.2 |
| 1813 | 2026-03-14T20:24:33.753Z | Downloaded cast v0.3.0 |
| 1814 | 2026-03-14T20:24:33.753Z | Downloaded nested v0.1.1 |
| 1815 | 2026-03-14T20:24:33.753Z | Downloaded backtrace-ext v0.2.1 |
| 1816 | 2026-03-14T20:24:33.753Z | Downloaded assert_cmd v2.1.2 |
| 1817 | 2026-03-14T20:24:33.756Z | Downloaded assert-json-diff v2.0.2 |
| 1818 | 2026-03-14T20:24:33.756Z | Downloaded approx v0.5.1 |
| 1819 | 2026-03-14T20:24:33.759Z | Downloaded plotters-svg v0.3.7 |
| 1820 | 2026-03-14T20:24:33.759Z | Downloaded addr2line v0.25.1 |
| 1821 | 2026-03-14T20:24:33.762Z | Downloaded event-listener-strategy v0.5.4 |
| 1822 | 2026-03-14T20:24:33.762Z | Downloaded async-object-pool v0.2.0 |
| 1823 | 2026-03-14T20:24:33.762Z | Downloaded anes v0.1.6 |
| 1824 | 2026-03-14T20:24:33.765Z | Downloaded linkme-impl v0.3.35 |
| 1825 | 2026-03-14T20:24:33.767Z | Downloaded supports-color v2.1.0 |
| 1826 | 2026-03-14T20:24:33.767Z | Downloaded similar-asserts v1.7.0 |
| 1827 | 2026-03-14T20:24:33.772Z | Downloaded serde_regex v1.1.0 |
| 1828 | 2026-03-14T20:24:33.775Z | Downloaded miette-derive v5.10.0 |
| 1829 | 2026-03-14T20:24:33.775Z | Downloaded escape8259 v0.5.3 |
| 1830 | 2026-03-14T20:24:33.782Z | Downloaded constant_time_eq v0.3.1 |
| 1831 | 2026-03-14T20:24:33.785Z | Downloaded target-triple v1.0.0 |
| 1832 | 2026-03-14T20:24:33.785Z | Downloaded pathdiff v0.2.3 |
| 1833 | 2026-03-14T20:24:33.785Z | Downloaded parking v2.2.1 |
| 1834 | 2026-03-14T20:24:33.790Z | Downloaded plotters-backend v0.3.7 |
| 1835 | 2026-03-14T20:24:33.800Z | Downloaded supports-hyperlinks v2.1.0 |
| 1836 | 2026-03-14T20:24:33.802Z | Downloaded terminal_size v0.1.17 |
| 1837 | 2026-03-14T20:24:33.807Z | Downloaded rustc-demangle v0.1.27 |
| 1838 | 2026-03-14T20:24:33.810Z | Downloaded tinytemplate v1.2.1 |
| 1839 | 2026-03-14T20:24:33.810Z | Downloaded path-tree v0.8.3 |
| 1840 | 2026-03-14T20:24:33.813Z | Downloaded futures-timer v3.0.3 |
| 1841 | 2026-03-14T20:24:33.813Z | Downloaded termcolor v1.4.1 |
| 1842 | 2026-03-14T20:24:33.813Z | Downloaded criterion-plot v0.6.0 |
| 1843 | 2026-03-14T20:24:33.816Z | Downloaded cargo_metadata v0.23.1 |
| 1844 | 2026-03-14T20:24:33.816Z | Downloaded supports-unicode v2.1.0 |
| 1845 | 2026-03-14T20:24:33.820Z | Downloaded relative-path v1.9.3 |
| 1846 | 2026-03-14T20:24:33.820Z | Downloaded owo-colors v3.5.0 |
| 1847 | 2026-03-14T20:24:33.820Z | Downloaded linkme v0.3.35 |
| 1848 | 2026-03-14T20:24:33.823Z | Downloaded concurrent-queue v2.5.0 |
| 1849 | 2026-03-14T20:24:33.826Z | Downloaded stringmetrics v2.2.2 |
| 1850 | 2026-03-14T20:24:33.828Z | Downloaded partial-io v0.5.4 |
| 1851 | 2026-03-14T20:24:33.832Z | Downloaded target-spec v3.5.7 |
| 1852 | 2026-03-14T20:24:33.839Z | Downloaded knuffel-derive v3.2.0 |
| 1853 | 2026-03-14T20:24:33.842Z | Downloaded libtest-mimic v0.8.1 |
| 1854 | 2026-03-14T20:24:33.844Z | Downloaded target-lexicon v0.13.3 |
| 1855 | 2026-03-14T20:24:33.844Z | Downloaded oorandom v11.1.5 |
| 1856 | 2026-03-14T20:24:33.844Z | Downloaded event-listener v5.4.1 |
| 1857 | 2026-03-14T20:24:33.848Z | Downloaded rust-argon2 v2.1.0 |
| 1858 | 2026-03-14T20:24:33.852Z | Downloaded datatest-stable v0.3.3 |
| 1859 | 2026-03-14T20:24:33.855Z | Downloaded blake2b_simd v1.0.4 |
| 1860 | 2026-03-14T20:24:33.862Z | Downloaded httptest v0.16.4 |
| 1861 | 2026-03-14T20:24:33.865Z | Downloaded chumsky v0.9.3 |
| 1862 | 2026-03-14T20:24:33.871Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1863 | 2026-03-14T20:24:33.877Z | Downloaded trybuild v1.0.116 |
| 1864 | 2026-03-14T20:24:33.880Z | Downloaded cfg-expr v0.20.6 |
| 1865 | 2026-03-14T20:24:33.883Z | Downloaded textwrap v0.15.2 |
| 1866 | 2026-03-14T20:24:33.886Z | Downloaded rstest v0.25.0 |
| 1867 | 2026-03-14T20:24:33.890Z | Downloaded rand_distr v0.5.1 |
| 1868 | 2026-03-14T20:24:33.892Z | Downloaded rstest_macros v0.25.0 |
| 1869 | 2026-03-14T20:24:33.895Z | Downloaded knuffel v3.2.0 |
| 1870 | 2026-03-14T20:24:33.898Z | Downloaded backtrace v0.3.76 |
| 1871 | 2026-03-14T20:24:33.902Z | Downloaded miette v5.10.0 |
| 1872 | 2026-03-14T20:24:33.905Z | Downloaded fancy-regex v0.14.0 |
| 1873 | 2026-03-14T20:24:33.923Z | Downloaded hashbrown v0.14.5 |
| 1874 | 2026-03-14T20:24:33.926Z | Downloaded guppy v0.17.25 |
| 1875 | 2026-03-14T20:24:33.931Z | Downloaded plotters v0.3.7 |
| 1876 | 2026-03-14T20:24:33.936Z | Downloaded criterion v0.7.0 |
| 1877 | 2026-03-14T20:24:33.954Z | Downloaded gimli v0.32.3 |
| 1878 | 2026-03-14T20:24:34.052Z | Downloaded httpmock v0.8.3 |
| 1879 | 2026-03-14T20:24:36.216Z | Checking cfg-if v1.0.4 |
| 1880 | 2026-03-14T20:24:36.623Z | Checking libc v0.2.180 |
| 1881 | 2026-03-14T20:24:36.626Z | Checking serde_core v1.0.228 |
| 1882 | 2026-03-14T20:24:36.717Z | Checking memchr v2.8.0 |
| 1883 | 2026-03-14T20:24:36.766Z | Checking smallvec v1.15.1 |
| 1884 | 2026-03-14T20:24:36.818Z | Checking log v0.4.29 |
| 1885 | 2026-03-14T20:24:36.818Z | Checking itoa v1.0.17 |
| 1886 | 2026-03-14T20:24:36.920Z | Checking zeroize v1.8.2 |
| 1887 | 2026-03-14T20:24:36.974Z | Checking libm v0.2.16 |
| 1888 | 2026-03-14T20:24:37.040Z | Checking scopeguard v1.2.0 |
| 1889 | 2026-03-14T20:24:37.096Z | Checking stable_deref_trait v1.2.1 |
| 1890 | 2026-03-14T20:24:37.151Z | Checking zmij v1.0.21 |
| 1891 | 2026-03-14T20:24:37.203Z | Checking zerofrom v0.1.6 |
| 1892 | 2026-03-14T20:24:37.252Z | Checking lock_api v0.4.14 |
| 1893 | 2026-03-14T20:24:37.294Z | Checking errno v0.3.14 |
| 1894 | 2026-03-14T20:24:37.296Z | Checking getrandom v0.2.17 |
| 1895 | 2026-03-14T20:24:37.387Z | Checking yoke v0.8.1 |
| 1896 | 2026-03-14T20:24:37.438Z | Checking percent-encoding v2.3.2 |
| 1897 | 2026-03-14T20:24:37.485Z | Checking litemap v0.8.1 |
| 1898 | 2026-03-14T20:24:37.534Z | Checking writeable v0.6.2 |
| 1899 | 2026-03-14T20:24:37.577Z | Checking subtle v2.6.1 |
| 1900 | 2026-03-14T20:24:37.627Z | Checking icu_properties_data v2.1.2 |
| 1901 | 2026-03-14T20:24:37.674Z | Checking icu_normalizer_data v2.1.1 |
| 1902 | 2026-03-14T20:24:37.678Z | Checking zerovec v0.11.5 |
| 1903 | 2026-03-14T20:24:37.765Z | Checking zerotrie v0.2.3 |
| 1904 | 2026-03-14T20:24:37.815Z | Checking form_urlencoded v1.2.2 |
| 1905 | 2026-03-14T20:24:37.818Z | Checking rand_core v0.6.4 |
| 1906 | 2026-03-14T20:24:37.818Z | Checking portable-atomic v1.13.1 |
| 1907 | 2026-03-14T20:24:37.953Z | Checking utf8_iter v1.0.4 |
| 1908 | 2026-03-14T20:24:38.016Z | Checking num-traits v0.2.19 |
| 1909 | 2026-03-14T20:24:38.016Z | Checking pin-project-lite v0.2.17 |
| 1910 | 2026-03-14T20:24:38.120Z | Checking zerocopy v0.8.40 |
| 1911 | 2026-03-14T20:24:38.167Z | Checking critical-section v1.2.0 |
| 1912 | 2026-03-14T20:24:38.219Z | Checking parking_lot_core v0.9.12 |
| 1913 | 2026-03-14T20:24:38.269Z | Checking rand_core v0.10.0 |
| 1914 | 2026-03-14T20:24:38.340Z | Checking signal-hook-registry v1.4.8 |
| 1915 | 2026-03-14T20:24:38.390Z | Checking tinystr v0.8.2 |
| 1916 | 2026-03-14T20:24:38.482Z | Checking potential_utf v0.1.4 |
| 1917 | 2026-03-14T20:24:38.532Z | Checking parking_lot v0.12.5 |
| 1918 | 2026-03-14T20:24:38.535Z | Checking once_cell v1.21.3 |
| 1919 | 2026-03-14T20:24:38.623Z | Checking getrandom v0.4.1 |
| 1920 | 2026-03-14T20:24:38.670Z | Checking icu_locale_core v2.1.1 |
| 1921 | 2026-03-14T20:24:38.722Z | Checking icu_collections v2.1.1 |
| 1922 | 2026-03-14T20:24:38.815Z | Checking mio v1.1.1 |
| 1923 | 2026-03-14T20:24:38.867Z | Checking serde v1.0.228 |
| 1924 | 2026-03-14T20:24:38.867Z | Checking bitflags v2.11.0 |
| 1925 | 2026-03-14T20:24:38.870Z | Checking serde_json v1.0.149 |
| 1926 | 2026-03-14T20:24:39.008Z | Checking typenum v1.19.0 |
| 1927 | 2026-03-14T20:24:39.122Z | Checking socket2 v0.6.2 |
| 1928 | 2026-03-14T20:24:39.186Z | Checking thiserror v2.0.18 |
| 1929 | 2026-03-14T20:24:39.240Z | Checking iana-time-zone v0.1.65 |
| 1930 | 2026-03-14T20:24:39.361Z | Checking allocator-api2 v0.2.21 |
| 1931 | 2026-03-14T20:24:39.414Z | Checking semver v1.0.27 |
| 1932 | 2026-03-14T20:24:39.462Z | Checking icu_provider v2.1.1 |
| 1933 | 2026-03-14T20:24:39.509Z | Checking uuid v1.21.0 |
| 1934 | 2026-03-14T20:24:39.556Z | Checking bytes v1.11.1 |
| 1935 | 2026-03-14T20:24:39.717Z | Checking chrono v0.4.44 |
| 1936 | 2026-03-14T20:24:39.764Z | Checking generic-array v0.14.7 |
| 1937 | 2026-03-14T20:24:39.812Z | Checking icu_normalizer v2.1.1 |
| 1938 | 2026-03-14T20:24:39.812Z | Checking icu_properties v2.1.2 |
| 1939 | 2026-03-14T20:24:39.932Z | Checking futures-core v0.3.32 |
| 1940 | 2026-03-14T20:24:39.995Z | Checking equivalent v1.0.2 |
| 1941 | 2026-03-14T20:24:40.150Z | Checking const-oid v0.9.6 |
| 1942 | 2026-03-14T20:24:40.152Z | Checking dyn-clone v1.0.20 |
| 1943 | 2026-03-14T20:24:40.245Z | Checking tokio v1.49.0 |
| 1944 | 2026-03-14T20:24:40.293Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1945 | 2026-03-14T20:24:40.339Z | Checking foldhash v0.2.0 |
| 1946 | 2026-03-14T20:24:40.429Z | Checking crypto-common v0.1.7 |
| 1947 | 2026-03-14T20:24:40.569Z | Checking hashbrown v0.16.1 |
| 1948 | 2026-03-14T20:24:40.620Z | Checking block-buffer v0.10.4 |
| 1949 | 2026-03-14T20:24:40.722Z | Checking futures-sink v0.3.32 |
| 1950 | 2026-03-14T20:24:40.872Z | Checking rustix v1.1.3 |
| 1951 | 2026-03-14T20:24:40.922Z | Checking byteorder v1.5.0 |
| 1952 | 2026-03-14T20:24:40.925Z | Checking futures-channel v0.3.32 |
| 1953 | 2026-03-14T20:24:41.016Z | Checking idna_adapter v1.2.1 |
| 1954 | 2026-03-14T20:24:41.205Z | Checking idna v1.1.0 |
| 1955 | 2026-03-14T20:24:41.255Z | Checking futures-io v0.3.32 |
| 1956 | 2026-03-14T20:24:41.258Z | Checking digest v0.10.7 |
| 1957 | 2026-03-14T20:24:41.345Z | Checking slab v0.4.12 |
| 1958 | 2026-03-14T20:24:41.347Z | Checking futures-task v0.3.32 |
| 1959 | 2026-03-14T20:24:41.435Z | Checking cpufeatures v0.2.17 |
| 1960 | 2026-03-14T20:24:41.548Z | Checking url v2.5.8 |
| 1961 | 2026-03-14T20:24:41.597Z | Checking indexmap v2.13.0 |
| 1962 | 2026-03-14T20:24:41.600Z | Checking futures-util v0.3.32 |
| 1963 | 2026-03-14T20:24:41.637Z | Checking thiserror v1.0.69 |
| 1964 | 2026-03-14T20:24:41.640Z | Checking getrandom v0.3.4 |
| 1965 | 2026-03-14T20:24:41.796Z | Checking fnv v1.0.7 |
| 1966 | 2026-03-14T20:24:41.944Z | Checking regex-syntax v0.8.10 |
| 1967 | 2026-03-14T20:24:41.948Z | Checking http v1.4.0 |
| 1968 | 2026-03-14T20:24:42.075Z | Checking tracing-core v0.1.36 |
| 1969 | 2026-03-14T20:24:42.161Z | Checking schemars v0.8.22 |
| 1970 | 2026-03-14T20:24:42.164Z | Checking ppv-lite86 v0.2.21 |
| 1971 | 2026-03-14T20:24:42.402Z | Checking base64 v0.22.1 |
| 1972 | 2026-03-14T20:24:42.527Z | Checking tracing v0.1.44 |
| 1973 | 2026-03-14T20:24:42.667Z | Checking unicode-ident v1.0.24 |
| 1974 | 2026-03-14T20:24:42.771Z | Checking ipnet v2.11.0 |
| 1975 | 2026-03-14T20:24:42.823Z | Checking anstyle v1.0.13 |
| 1976 | 2026-03-14T20:24:42.871Z | Checking utf8parse v0.2.2 |
| 1977 | 2026-03-14T20:24:42.874Z | Checking proc-macro2 v1.0.106 |
| 1978 | 2026-03-14T20:24:43.037Z | Checking untrusted v0.9.0 |
| 1979 | 2026-03-14T20:24:43.099Z | Checking anstyle-parse v0.2.7 |
| 1980 | 2026-03-14T20:24:43.150Z | Checking aho-corasick v1.1.4 |
| 1981 | 2026-03-14T20:24:43.197Z | Checking is_terminal_polyfill v1.70.2 |
| 1982 | 2026-03-14T20:24:43.243Z | Checking ring v0.17.14 |
| 1983 | 2026-03-14T20:24:43.328Z | Checking colorchoice v1.0.4 |
| 1984 | 2026-03-14T20:24:43.377Z | Checking anstyle-query v1.1.5 |
| 1985 | 2026-03-14T20:24:43.380Z | Checking quote v1.0.44 |
| 1986 | 2026-03-14T20:24:43.491Z | Checking base64ct v1.8.3 |
| 1987 | 2026-03-14T20:24:43.539Z | Checking anstream v0.6.21 |
| 1988 | 2026-03-14T20:24:43.686Z | Checking syn v2.0.117 |
| 1989 | 2026-03-14T20:24:43.797Z | Checking block-padding v0.3.3 |
| 1990 | 2026-03-14T20:24:43.847Z | Checking terminal_size v0.4.3 |
| 1991 | 2026-03-14T20:24:43.850Z | Checking rustls-pki-types v1.14.0 |
| 1992 | 2026-03-14T20:24:44.005Z | Checking inout v0.1.4 |
| 1993 | 2026-03-14T20:24:44.052Z | Checking crossbeam-utils v0.8.21 |
| 1994 | 2026-03-14T20:24:44.121Z | Checking regex-automata v0.4.14 |
| 1995 | 2026-03-14T20:24:44.221Z | Checking httparse v1.10.1 |
| 1996 | 2026-03-14T20:24:44.312Z | Checking cipher v0.4.4 |
| 1997 | 2026-03-14T20:24:44.398Z | Checking strsim v0.11.1 |
| 1998 | 2026-03-14T20:24:44.533Z | Checking clap_lex v1.0.0 |
| 1999 | 2026-03-14T20:24:44.584Z | Checking sha2 v0.10.9 |
| 2000 | 2026-03-14T20:24:44.636Z | Checking pem-rfc7468 v0.7.0 |
| 2001 | 2026-03-14T20:24:44.639Z | Checking http-body v1.0.1 |
| 2002 | 2026-03-14T20:24:44.726Z | Checking tokio-util v0.7.18 |
| 2003 | 2026-03-14T20:24:44.776Z | Checking rand_core v0.9.5 |
| 2004 | 2026-03-14T20:24:44.776Z | Checking clap_builder v4.5.60 |
| 2005 | 2026-03-14T20:24:44.873Z | Checking atomic-waker v1.1.2 |
| 2006 | 2026-03-14T20:24:44.921Z | Checking hmac v0.12.1 |
| 2007 | 2026-03-14T20:24:44.972Z | Checking httpdate v1.0.3 |
| 2008 | 2026-03-14T20:24:45.089Z | Checking try-lock v0.2.5 |
| 2009 | 2026-03-14T20:24:45.141Z | Checking ryu v1.0.23 |
| 2010 | 2026-03-14T20:24:45.144Z | Checking flagset v0.4.7 |
| 2011 | 2026-03-14T20:24:45.248Z | Checking want v0.3.1 |
| 2012 | 2026-03-14T20:24:45.299Z | Checking tower-layer v0.3.3 |
| 2013 | 2026-03-14T20:24:45.351Z | Checking pin-utils v0.1.0 |
| 2014 | 2026-03-14T20:24:45.398Z | Checking tower-service v0.3.3 |
| 2015 | 2026-03-14T20:24:45.445Z | Checking der v0.7.10 |
| 2016 | 2026-03-14T20:24:45.491Z | Checking rand_chacha v0.9.0 |
| 2017 | 2026-03-14T20:24:45.539Z | Checking erased-serde v0.3.31 |
| 2018 | 2026-03-14T20:24:45.587Z | Checking spin v0.9.8 |
| 2019 | 2026-03-14T20:24:45.590Z | Checking h2 v0.4.13 |
| 2020 | 2026-03-14T20:24:45.786Z | Checking rand v0.9.2 |
| 2021 | 2026-03-14T20:24:45.857Z | Checking anyhow v1.0.102 |
| 2022 | 2026-03-14T20:24:46.151Z | Checking powerfmt v0.2.0 |
| 2023 | 2026-03-14T20:24:46.197Z | Checking slog v2.8.2 |
| 2024 | 2026-03-14T20:24:46.390Z | Checking deranged v0.5.8 |
| 2025 | 2026-03-14T20:24:46.449Z | Checking num-conv v0.2.0 |
| 2026 | 2026-03-14T20:24:46.499Z | Checking num_threads v0.1.7 |
| 2027 | 2026-03-14T20:24:46.502Z | Checking clap v4.5.60 |
| 2028 | 2026-03-14T20:24:46.594Z | Checking time-core v0.1.8 |
| 2029 | 2026-03-14T20:24:46.643Z | Checking http-body-util v0.1.3 |
| 2030 | 2026-03-14T20:24:46.646Z | Checking aws-lc-sys v0.37.1 |
| 2031 | 2026-03-14T20:24:46.735Z | Checking untrusted v0.7.1 |
| 2032 | 2026-03-14T20:24:46.738Z | Checking openssl-probe v0.2.1 |
| 2033 | 2026-03-14T20:24:46.828Z | Checking fastrand v2.3.0 |
| 2034 | 2026-03-14T20:24:46.913Z | Checking regex v1.12.3 |
| 2035 | 2026-03-14T20:24:46.967Z | Checking spki v0.7.3 |
| 2036 | 2026-03-14T20:24:46.970Z | Checking serde_urlencoded v0.7.1 |
| 2037 | 2026-03-14T20:24:47.059Z | Checking pbkdf2 v0.12.2 |
| 2038 | 2026-03-14T20:24:47.106Z | Checking aes v0.8.4 |
| 2039 | 2026-03-14T20:24:47.213Z | Checking rand_chacha v0.3.1 |
| 2040 | 2026-03-14T20:24:47.262Z | Checking pretty-hex v0.4.1 |
| 2041 | 2026-03-14T20:24:47.318Z | Checking unicode-width v0.2.0 |
| 2042 | 2026-03-14T20:24:47.368Z | Checking cbc v0.1.2 |
| 2043 | 2026-03-14T20:24:47.434Z | Checking aws-lc-rs v1.16.0 |
| 2044 | 2026-03-14T20:24:47.482Z | Checking salsa20 v0.10.2 |
| 2045 | 2026-03-14T20:24:47.530Z | Checking rand v0.8.5 |
| 2046 | 2026-03-14T20:24:47.581Z | Checking ipnetwork v0.21.1 |
| 2047 | 2026-03-14T20:24:47.683Z | Checking tempfile v3.25.0 |
| 2048 | 2026-03-14T20:24:47.732Z | Checking hex v0.4.3 |
| 2049 | 2026-03-14T20:24:47.735Z | Checking time v0.3.47 |
| 2050 | 2026-03-14T20:24:47.735Z | Checking scrypt v0.11.0 |
| 2051 | 2026-03-14T20:24:47.896Z | Checking plain v0.2.3 |
| 2052 | 2026-03-14T20:24:47.978Z | Checking rustls-native-certs v0.8.3 |
| 2053 | 2026-03-14T20:24:48.027Z | Checking pkcs5 v0.7.1 |
| 2054 | 2026-03-14T20:24:48.075Z | Checking sync_wrapper v1.0.2 |
| 2055 | 2026-03-14T20:24:48.078Z | Checking camino v1.2.2 |
| 2056 | 2026-03-14T20:24:48.178Z | Checking ucd-trie v0.1.7 |
| 2057 | 2026-03-14T20:24:48.240Z | Checking tower v0.5.3 |
| 2058 | 2026-03-14T20:24:48.291Z | Checking webpki-roots v1.0.6 |
| 2059 | 2026-03-14T20:24:48.382Z | Checking pest v2.8.6 |
| 2060 | 2026-03-14T20:24:48.431Z | Checking pkcs8 v0.10.2 |
| 2061 | 2026-03-14T20:24:48.479Z | Checking iri-string v0.7.10 |
| 2062 | 2026-03-14T20:24:48.529Z | Checking mime v0.3.17 |
| 2063 | 2026-03-14T20:24:48.642Z | Checking rustls-webpki v0.103.9 |
| 2064 | 2026-03-14T20:24:48.698Z | Checking either v1.15.0 |
| 2065 | 2026-03-14T20:24:48.792Z | Checking openapiv3 v2.2.0 |
| 2066 | 2026-03-14T20:24:48.795Z | Checking winnow v0.7.14 |
| 2067 | 2026-03-14T20:24:48.985Z | Checking oxnet v0.1.4 |
| 2068 | 2026-03-14T20:24:49.246Z | Checking rustls v0.23.37 |
| 2069 | 2026-03-14T20:24:49.249Z | Checking hyper v1.8.1 |
| 2070 | 2026-03-14T20:24:49.341Z | Checking lazy_static v1.5.0 |
| 2071 | 2026-03-14T20:24:49.439Z | Checking foreign-types-shared v0.1.1 |
| 2072 | 2026-03-14T20:24:49.493Z | Checking static_assertions v1.1.0 |
| 2073 | 2026-03-14T20:24:49.582Z | Checking foreign-types v0.3.2 |
| 2074 | 2026-03-14T20:24:49.631Z | Checking signature v2.2.0 |
| 2075 | 2026-03-14T20:24:49.708Z | Checking openssl-sys v0.9.111 |
| 2076 | 2026-03-14T20:24:49.831Z | Checking encoding_rs v0.8.35 |
| 2077 | 2026-03-14T20:24:49.880Z | Checking simd-adler32 v0.3.8 |
| 2078 | 2026-03-14T20:24:49.993Z | Checking tower-http v0.6.8 |
| 2079 | 2026-03-14T20:24:50.145Z | Checking hubpack v0.1.2 |
| 2080 | 2026-03-14T20:24:50.386Z | Checking openssl v0.10.75 |
| 2081 | 2026-03-14T20:24:50.435Z | Checking adler2 v2.0.1 |
| 2082 | 2026-03-14T20:24:50.438Z | Checking strum v0.26.3 |
| 2083 | 2026-03-14T20:24:50.529Z | Checking sha1 v0.10.6 |
| 2084 | 2026-03-14T20:24:50.577Z | Checking hyper-util v0.1.20 |
| 2085 | 2026-03-14T20:24:50.626Z | Checking data-encoding v2.10.0 |
| 2086 | 2026-03-14T20:24:50.629Z | Checking tinyvec_macros v0.1.1 |
| 2087 | 2026-03-14T20:24:50.718Z | Checking miniz_oxide v0.8.9 |
| 2088 | 2026-03-14T20:24:50.768Z | Checking serde_spanned v0.6.9 |
| 2089 | 2026-03-14T20:24:50.816Z | Checking tinyvec v1.10.0 |
| 2090 | 2026-03-14T20:24:50.964Z | Checking toml_datetime v0.6.11 |
| 2091 | 2026-03-14T20:24:51.023Z | Checking num-integer v0.1.46 |
| 2092 | 2026-03-14T20:24:51.175Z | Checking scroll v0.13.0 |
| 2093 | 2026-03-14T20:24:51.223Z | Checking memmap2 v0.9.10 |
| 2094 | 2026-03-14T20:24:51.271Z | Checking base16ct v0.2.0 |
| 2095 | 2026-03-14T20:24:51.274Z | Checking bit-vec v0.8.0 |
| 2096 | 2026-03-14T20:24:51.364Z | Checking dtrace-parser v0.3.0 |
| 2097 | 2026-03-14T20:24:51.465Z | Checking crossbeam-epoch v0.9.18 |
| 2098 | 2026-03-14T20:24:51.468Z | Checking sec1 v0.7.3 |
| 2099 | 2026-03-14T20:24:51.558Z | Checking goblin v0.10.5 |
| 2100 | 2026-03-14T20:24:51.610Z | Checking bit-set v0.8.0 |
| 2101 | 2026-03-14T20:24:51.714Z | Checking crc32fast v1.5.0 |
| 2102 | 2026-03-14T20:24:51.795Z | Checking ff v0.13.1 |
| 2103 | 2026-03-14T20:24:51.845Z | Checking thread-id v5.1.0 |
| 2104 | 2026-03-14T20:24:51.848Z | Checking wait-timeout v0.2.1 |
| 2105 | 2026-03-14T20:24:51.936Z | Checking num-iter v0.1.45 |
| 2106 | 2026-03-14T20:24:51.983Z | Checking bstr v1.12.1 |
| 2107 | 2026-03-14T20:24:52.032Z | Checking group v0.13.0 |
| 2108 | 2026-03-14T20:24:52.080Z | Checking hkdf v0.12.4 |
| 2109 | 2026-03-14T20:24:52.128Z | Checking ahash v0.8.12 |
| 2110 | 2026-03-14T20:24:52.254Z | Checking crypto-bigint v0.5.5 |
| 2111 | 2026-03-14T20:24:52.257Z | Checking quick-error v1.2.3 |
| 2112 | 2026-03-14T20:24:52.349Z | Checking rand_xorshift v0.4.0 |
| 2113 | 2026-03-14T20:24:52.420Z | Checking rusty-fork v0.3.1 |
| 2114 | 2026-03-14T20:24:52.423Z | Checking scroll v0.12.0 |
| 2115 | 2026-03-14T20:24:52.527Z | Checking tokio-rustls v0.26.4 |
| 2116 | 2026-03-14T20:24:52.577Z | Checking unarray v0.1.4 |
| 2117 | 2026-03-14T20:24:52.580Z | Checking num-bigint-dig v0.8.6 |
| 2118 | 2026-03-14T20:24:52.690Z | Checking pkcs1 v0.7.5 |
| 2119 | 2026-03-14T20:24:52.744Z | Checking proptest v1.10.0 |
| 2120 | 2026-03-14T20:24:52.822Z | Checking goblin v0.8.2 |
| 2121 | 2026-03-14T20:24:52.877Z | Checking hyper-rustls v0.27.7 |
| 2122 | 2026-03-14T20:24:53.008Z | Checking x509-cert v0.2.5 |
| 2123 | 2026-03-14T20:24:53.179Z | Checking zerocopy v0.7.35 |
| 2124 | 2026-03-14T20:24:53.281Z | Checking native-tls v0.2.18 |
| 2125 | 2026-03-14T20:24:53.549Z | Checking tokio-native-tls v0.3.1 |
| 2126 | 2026-03-14T20:24:53.682Z | Checking elliptic-curve v0.13.8 |
| 2127 | 2026-03-14T20:24:53.785Z | Checking hyper-tls v0.6.0 |
| 2128 | 2026-03-14T20:24:53.834Z | Checking unicode-segmentation v1.12.0 |
| 2129 | 2026-03-14T20:24:53.908Z | Checking zlib-rs v0.6.2 |
| 2130 | 2026-03-14T20:24:53.955Z | Checking psl-types v2.0.11 |
| 2131 | 2026-03-14T20:24:54.038Z | Checking reqwest v0.12.28 |
| 2132 | 2026-03-14T20:24:54.134Z | Checking rsa v0.9.10 |
| 2133 | 2026-03-14T20:24:54.182Z | Checking publicsuffix v2.3.0 |
| 2134 | 2026-03-14T20:24:54.289Z | Checking crossbeam-deque v0.8.6 |
| 2135 | 2026-03-14T20:24:54.420Z | Checking dtrace-parser v0.2.0 |
| 2136 | 2026-03-14T20:24:54.548Z | Checking cookie v0.18.1 |
| 2137 | 2026-03-14T20:24:54.762Z | Checking rfc6979 v0.4.0 |
| 2138 | 2026-03-14T20:24:54.813Z | Checking thread-id v4.2.2 |
| 2139 | 2026-03-14T20:24:54.862Z | Checking dof v0.4.0 |
| 2140 | 2026-03-14T20:24:54.909Z | Checking toml_write v0.1.2 |
| 2141 | 2026-03-14T20:24:54.958Z | Checking ecdsa v0.16.9 |
| 2142 | 2026-03-14T20:24:54.961Z | Checking cookie_store v0.22.1 |
| 2143 | 2026-03-14T20:24:55.168Z | Checking toml_edit v0.22.27 |
| 2144 | 2026-03-14T20:24:55.219Z | Checking flate2 v1.1.9 |
| 2145 | 2026-03-14T20:24:55.222Z | Checking rustls-platform-verifier v0.6.2 |
| 2146 | 2026-03-14T20:24:55.318Z | Checking newtype-uuid v1.3.2 |
| 2147 | 2026-03-14T20:24:55.444Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2148 | 2026-03-14T20:24:55.495Z | Checking curve25519-dalek v4.1.3 |
| 2149 | 2026-03-14T20:24:55.497Z | Checking memoffset v0.9.1 |
| 2150 | 2026-03-14T20:24:55.585Z | Checking dof v0.3.0 |
| 2151 | 2026-03-14T20:24:55.633Z | Checking rustix v0.38.44 |
| 2152 | 2026-03-14T20:24:55.681Z | Checking env_filter v1.0.0 |
| 2153 | 2026-03-14T20:24:55.684Z | Checking keccak v0.1.6 |
| 2154 | 2026-03-14T20:24:55.773Z | Checking usdt-impl v0.6.0 |
| 2155 | 2026-03-14T20:24:55.917Z | Checking daft v0.1.5 |
| 2156 | 2026-03-14T20:24:55.966Z | Checking sha3 v0.10.8 |
| 2157 | 2026-03-14T20:24:55.968Z | Checking env_logger v0.11.9 |
| 2158 | 2026-03-14T20:24:56.057Z | Checking usdt-impl v0.5.0 |
| 2159 | 2026-03-14T20:24:56.164Z | Checking usdt v0.6.0 |
| 2160 | 2026-03-14T20:24:56.260Z | Checking reqwest v0.13.2 |
| 2161 | 2026-03-14T20:24:56.308Z | Checking ed25519 v2.2.3 |
| 2162 | 2026-03-14T20:24:56.311Z | Checking itertools v0.13.0 |
| 2163 | 2026-03-14T20:24:56.405Z | Checking serde_with v3.17.0 |
| 2164 | 2026-03-14T20:24:56.453Z | Checking siphasher v1.0.2 |
| 2165 | 2026-03-14T20:24:56.570Z | Checking bitflags v1.3.2 |
| 2166 | 2026-03-14T20:24:56.624Z | Checking ed25519-dalek v2.2.0 |
| 2167 | 2026-03-14T20:24:56.698Z | Checking unicode-normalization v0.1.25 |
| 2168 | 2026-03-14T20:24:56.701Z | Checking signal-hook v0.3.18 |
| 2169 | 2026-03-14T20:24:56.791Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2170 | 2026-03-14T20:24:56.839Z | Checking winnow v0.5.40 |
| 2171 | 2026-03-14T20:24:56.958Z | Checking managed v0.8.0 |
| 2172 | 2026-03-14T20:24:57.024Z | Checking nix v0.31.1 |
| 2173 | 2026-03-14T20:24:57.088Z | Checking rayon-core v1.13.0 |
| 2174 | 2026-03-14T20:24:57.247Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2175 | 2026-03-14T20:24:57.294Z | Checking object v0.37.3 |
| 2176 | 2026-03-14T20:24:57.390Z | Checking foldhash v0.1.5 |
| 2177 | 2026-03-14T20:24:57.440Z | Checking bzip2 v0.4.4 |
| 2178 | 2026-03-14T20:24:57.555Z | Checking signal-hook-mio v0.2.5 |
| 2179 | 2026-03-14T20:24:57.607Z | Checking hashbrown v0.15.5 |
| 2180 | 2026-03-14T20:24:57.705Z | Checking ref-cast v1.0.25 |
| 2181 | 2026-03-14T20:24:57.753Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2182 | 2026-03-14T20:24:57.803Z | Checking zip v0.6.6 |
| 2183 | 2026-03-14T20:24:57.868Z | Checking libbz2-rs-sys v0.2.2 |
| 2184 | 2026-03-14T20:24:57.936Z | Checking zstd-safe v7.2.4 |
| 2185 | 2026-03-14T20:24:58.190Z | Checking bumpalo v3.20.2 |
| 2186 | 2026-03-14T20:24:58.266Z | Checking zstd v0.13.3 |
| 2187 | 2026-03-14T20:24:58.314Z | Checking crossterm v0.28.1 |
| 2188 | 2026-03-14T20:24:58.418Z | Checking bzip2 v0.6.1 |
| 2189 | 2026-03-14T20:24:58.469Z | Checking rayon v1.11.0 |
| 2190 | 2026-03-14T20:24:58.516Z | Checking zopfli v0.8.3 |
| 2191 | 2026-03-14T20:24:58.520Z | Checking toml_edit v0.19.15 |
| 2192 | 2026-03-14T20:24:58.520Z | Checking similar v2.7.0 |
| 2193 | 2026-03-14T20:24:58.653Z | Checking fs-err v3.3.0 |
| 2194 | 2026-03-14T20:24:58.701Z | Checking hash32 v0.2.1 |
| 2195 | 2026-03-14T20:24:58.943Z | Checking serde-big-array v0.5.1 |
| 2196 | 2026-03-14T20:24:58.991Z | Checking jiff v0.2.21 |
| 2197 | 2026-03-14T20:24:59.071Z | Checking unicode-properties v0.1.4 |
| 2198 | 2026-03-14T20:24:59.147Z | Checking predicates-core v1.0.10 |
| 2199 | 2026-03-14T20:24:59.150Z | Checking unicode-bidi v0.3.18 |
| 2200 | 2026-03-14T20:24:59.310Z | Checking heapless v0.7.17 |
| 2201 | 2026-03-14T20:24:59.361Z | Checking hickory-proto v0.25.2 |
| 2202 | 2026-03-14T20:24:59.361Z | Checking tokio-stream v0.1.18 |
| 2203 | 2026-03-14T20:24:59.617Z | Checking stringprep v0.1.5 |
| 2204 | 2026-03-14T20:24:59.854Z | Checking md-5 v0.10.6 |
| 2205 | 2026-03-14T20:24:59.911Z | Checking float-cmp v0.10.0 |
| 2206 | 2026-03-14T20:24:59.959Z | Checking normalize-line-endings v0.3.0 |
| 2207 | 2026-03-14T20:25:00.025Z | Checking toml v0.7.8 |
| 2208 | 2026-03-14T20:25:00.074Z | Checking rustc-hash v2.1.1 |
| 2209 | 2026-03-14T20:25:00.122Z | Checking difflib v0.4.0 |
| 2210 | 2026-03-14T20:25:00.125Z | Checking fallible-iterator v0.2.0 |
| 2211 | 2026-03-14T20:25:00.255Z | Checking iddqd v0.3.17 |
| 2212 | 2026-03-14T20:25:00.386Z | Checking predicates v3.1.4 |
| 2213 | 2026-03-14T20:25:00.487Z | Checking smoltcp v0.9.1 |
| 2214 | 2026-03-14T20:25:00.552Z | Checking phf_shared v0.13.1 |
| 2215 | 2026-03-14T20:25:00.600Z | Checking postgres-protocol v0.6.10 |
| 2216 | 2026-03-14T20:25:00.603Z | Checking phf_shared v0.11.3 |
| 2217 | 2026-03-14T20:25:00.820Z | Checking itertools v0.12.1 |
| 2218 | 2026-03-14T20:25:00.869Z | Checking console v0.16.2 |
| 2219 | 2026-03-14T20:25:00.872Z | Checking buf-list v1.1.2 |
| 2220 | 2026-03-14T20:25:01.041Z | Checking strum v0.27.2 |
| 2221 | 2026-03-14T20:25:01.189Z | Checking fixedbitset v0.4.2 |
| 2222 | 2026-03-14T20:25:01.237Z | Checking precomputed-hash v0.1.1 |
| 2223 | 2026-03-14T20:25:01.303Z | Checking unit-prefix v0.5.2 |
| 2224 | 2026-03-14T20:25:01.351Z | Checking fixedbitset v0.5.7 |
| 2225 | 2026-03-14T20:25:01.399Z | Checking lalrpop-util v0.19.12 |
| 2226 | 2026-03-14T20:25:01.448Z | Checking new_debug_unreachable v1.0.6 |
| 2227 | 2026-03-14T20:25:01.451Z | Checking petgraph v0.6.5 |
| 2228 | 2026-03-14T20:25:01.537Z | Checking indicatif v0.18.4 |
| 2229 | 2026-03-14T20:25:01.587Z | Checking string_cache v0.8.9 |
| 2230 | 2026-03-14T20:25:01.638Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2231 | 2026-03-14T20:25:01.642Z | Checking petgraph v0.8.3 |
| 2232 | 2026-03-14T20:25:01.838Z | Checking postgres-types v0.2.12 |
| 2233 | 2026-03-14T20:25:02.074Z | Checking phf v0.13.1 |
| 2234 | 2026-03-14T20:25:02.146Z | Checking zip v4.6.1 |
| 2235 | 2026-03-14T20:25:02.243Z | Checking zone v0.3.1 |
| 2236 | 2026-03-14T20:25:02.298Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2237 | 2026-03-14T20:25:02.345Z | Checking whoami v2.1.0 |
| 2238 | 2026-03-14T20:25:02.637Z | Checking peg-runtime v0.8.5 |
| 2239 | 2026-03-14T20:25:02.695Z | Checking tokio-postgres v0.7.16 |
| 2240 | 2026-03-14T20:25:02.862Z | Checking futures-executor v0.3.32 |
| 2241 | 2026-03-14T20:25:02.914Z | Checking is-terminal v0.4.17 |
| 2242 | 2026-03-14T20:25:02.963Z | Checking crossbeam-channel v0.5.15 |
| 2243 | 2026-03-14T20:25:03.065Z | Compiling structmeta-derive v0.3.0 |
| 2244 | 2026-03-14T20:25:03.112Z | Checking futures v0.3.32 |
| 2245 | 2026-03-14T20:25:03.223Z | Checking thread_local v1.1.9 |
| 2246 | 2026-03-14T20:25:03.275Z | Checking take_mut v0.2.2 |
| 2247 | 2026-03-14T20:25:03.321Z | Checking term v1.2.1 |
| 2248 | 2026-03-14T20:25:03.440Z | Compiling newtype-uuid-macros v0.1.0 |
| 2249 | 2026-03-14T20:25:03.487Z | Compiling rustls v0.22.4 |
| 2250 | 2026-03-14T20:25:03.490Z | Checking slog-async v2.8.0 |
| 2251 | 2026-03-14T20:25:03.647Z | Checking slog-term v2.9.2 |
| 2252 | 2026-03-14T20:25:03.791Z | Checking regress v0.10.5 |
| 2253 | 2026-03-14T20:25:03.852Z | Compiling multer v3.1.0 |
| 2254 | 2026-03-14T20:25:03.937Z | Compiling async-stream-impl v0.3.6 |
| 2255 | 2026-03-14T20:25:04.027Z | Compiling dropshot v0.16.7 |
| 2256 | 2026-03-14T20:25:04.225Z | Compiling dropshot_endpoint v0.16.7 |
| 2257 | 2026-03-14T20:25:04.393Z | Checking match_cfg v0.1.0 |
| 2258 | 2026-03-14T20:25:04.442Z | Checking slog-json v2.6.1 |
| 2259 | 2026-03-14T20:25:04.493Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2260 | 2026-03-14T20:25:04.540Z | Checking hostname v0.3.1 |
| 2261 | 2026-03-14T20:25:04.587Z | Compiling structmeta v0.3.0 |
| 2262 | 2026-03-14T20:25:04.678Z | Checking debug-ignore v1.0.5 |
| 2263 | 2026-03-14T20:25:04.726Z | Checking slog-bunyan v2.5.0 |
| 2264 | 2026-03-14T20:25:04.775Z | Checking serde_spanned v1.0.4 |
| 2265 | 2026-03-14T20:25:04.868Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2266 | 2026-03-14T20:25:04.916Z | Checking rustls-webpki v0.102.8 |
| 2267 | 2026-03-14T20:25:04.919Z | Compiling derive-ex v0.1.8 |
| 2268 | 2026-03-14T20:25:05.013Z | Checking serde_path_to_error v0.1.20 |
| 2269 | 2026-03-14T20:25:05.066Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2270 | 2026-03-14T20:25:05.113Z | Checking progenitor-client v0.13.0 |
| 2271 | 2026-03-14T20:25:05.162Z | Checking toml v0.9.12+spec-1.1.0 |
| 2272 | 2026-03-14T20:25:05.422Z | Checking async-stream v0.3.6 |
| 2273 | 2026-03-14T20:25:05.605Z | Checking waitgroup v0.1.2 |
| 2274 | 2026-03-14T20:25:05.652Z | Checking rustls-pemfile v2.2.0 |
| 2275 | 2026-03-14T20:25:05.761Z | Checking hostname v0.4.2 |
| 2276 | 2026-03-14T20:25:05.810Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2277 | 2026-03-14T20:25:05.818Z | Compiling parse-display-derive v0.10.0 |
| 2278 | 2026-03-14T20:25:05.903Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2279 | 2026-03-14T20:25:05.950Z | Checking itertools v0.14.0 |
| 2280 | 2026-03-14T20:25:06.012Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2281 | 2026-03-14T20:25:06.061Z | Checking macaddr v1.0.1 |
| 2282 | 2026-03-14T20:25:06.108Z | Checking progenitor-client v0.10.0 |
| 2283 | 2026-03-14T20:25:06.331Z | Checking instant v0.1.13 |
| 2284 | 2026-03-14T20:25:06.429Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2285 | 2026-03-14T20:25:06.480Z | Checking backoff v0.4.0 |
| 2286 | 2026-03-14T20:25:06.562Z | Checking backon v1.6.0 |
| 2287 | 2026-03-14T20:25:06.653Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2288 | 2026-03-14T20:25:06.792Z | Checking heck v0.5.0 |
| 2289 | 2026-03-14T20:25:06.838Z | Checking progenitor-extras v0.1.1 |
| 2290 | 2026-03-14T20:25:06.989Z | Checking camino-tempfile v1.4.1 |
| 2291 | 2026-03-14T20:25:07.154Z | Checking toml v0.8.23 |
| 2292 | 2026-03-14T20:25:07.312Z | Compiling convert_case v0.4.0 |
| 2293 | 2026-03-14T20:25:07.364Z | Compiling test-strategy v0.4.5 |
| 2294 | 2026-03-14T20:25:07.443Z | Compiling unsafe-libyaml v0.2.11 |
| 2295 | 2026-03-14T20:25:07.525Z | Checking tokio-rustls v0.25.0 |
| 2296 | 2026-03-14T20:25:07.666Z | Checking secrecy v0.10.3 |
| 2297 | 2026-03-14T20:25:07.896Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2298 | 2026-03-14T20:25:07.942Z | Compiling derive_more v0.99.20 |
| 2299 | 2026-03-14T20:25:08.199Z | Checking parse-display v0.10.0 |
| 2300 | 2026-03-14T20:25:08.426Z | Compiling serde_yaml v0.9.34+deprecated |
| 2301 | 2026-03-14T20:25:08.541Z | Compiling crucible-workspace-hack v0.1.0 |
| 2302 | 2026-03-14T20:25:08.806Z | Compiling proc-macro-crate v3.4.0 |
| 2303 | 2026-03-14T20:25:09.062Z | Compiling typify-impl v0.6.1 |
| 2304 | 2026-03-14T20:25:09.500Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2305 | 2026-03-14T20:25:09.737Z | Checking half v2.7.1 |
| 2306 | 2026-03-14T20:25:10.029Z | Checking ciborium-io v0.2.2 |
| 2307 | 2026-03-14T20:25:10.125Z | Checking glob v0.3.3 |
| 2308 | 2026-03-14T20:25:10.183Z | Checking ciborium-ll v0.2.2 |
| 2309 | 2026-03-14T20:25:10.402Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2310 | 2026-03-14T20:25:10.455Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2311 | 2026-03-14T20:25:10.458Z | Compiling heapless v0.8.0 |
| 2312 | 2026-03-14T20:25:10.548Z | Checking ciborium v0.2.2 |
| 2313 | 2026-03-14T20:25:10.771Z | Compiling ingot-macros v0.1.1 |
| 2314 | 2026-03-14T20:25:11.111Z | Checking tabwriter v1.4.1 |
| 2315 | 2026-03-14T20:25:11.159Z | Checking hash32 v0.3.1 |
| 2316 | 2026-03-14T20:25:11.162Z | Compiling smoltcp v0.11.0 |
| 2317 | 2026-03-14T20:25:11.251Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2318 | 2026-03-14T20:25:11.332Z | Compiling num_enum_derive v0.7.5 |
| 2319 | 2026-03-14T20:25:11.580Z | Checking cobs v0.3.0 |
| 2320 | 2026-03-14T20:25:11.629Z | Compiling foreign-types-macros v0.2.3 |
| 2321 | 2026-03-14T20:25:11.740Z | Checking foreign-types-shared v0.3.1 |
| 2322 | 2026-03-14T20:25:11.805Z | Checking cpufeatures v0.3.0 |
| 2323 | 2026-03-14T20:25:11.891Z | Checking postcard v1.1.3 |
| 2324 | 2026-03-14T20:25:11.937Z | Checking chacha20 v0.10.0 |
| 2325 | 2026-03-14T20:25:12.423Z | Compiling proc-macro-crate v1.3.1 |
| 2326 | 2026-03-14T20:25:12.469Z | Checking foreign-types v0.5.0 |
| 2327 | 2026-03-14T20:25:12.560Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2328 | 2026-03-14T20:25:12.636Z | Checking cstr-argument v0.1.2 |
| 2329 | 2026-03-14T20:25:12.809Z | Checking num_enum v0.7.5 |
| 2330 | 2026-03-14T20:25:12.856Z | Checking sigpipe v0.1.3 |
| 2331 | 2026-03-14T20:25:12.904Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2332 | 2026-03-14T20:25:12.993Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2333 | 2026-03-14T20:25:12.997Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2334 | 2026-03-14T20:25:13.086Z | Checking colored v3.1.1 |
| 2335 | 2026-03-14T20:25:13.391Z | Compiling num_enum_derive v0.5.11 |
| 2336 | 2026-03-14T20:25:13.437Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2337 | 2026-03-14T20:25:13.450Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2338 | 2026-03-14T20:25:13.526Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2339 | 2026-03-14T20:25:13.676Z | Checking rand v0.10.0 |
| 2340 | 2026-03-14T20:25:13.680Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2341 | 2026-03-14T20:25:13.767Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2342 | 2026-03-14T20:25:13.771Z | Checking indent_write v2.2.0 |
| 2343 | 2026-03-14T20:25:13.971Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2344 | 2026-03-14T20:25:14.153Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2345 | 2026-03-14T20:25:14.236Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2346 | 2026-03-14T20:25:14.348Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2347 | 2026-03-14T20:25:14.446Z | Checking smf v0.2.3 |
| 2348 | 2026-03-14T20:25:14.677Z | Compiling num-derive v0.4.2 |
| 2349 | 2026-03-14T20:25:14.718Z | Checking ingot-types v0.1.2 |
| 2350 | 2026-03-14T20:25:14.724Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2351 | 2026-03-14T20:25:14.814Z | Checking num_enum v0.5.11 |
| 2352 | 2026-03-14T20:25:14.820Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2353 | 2026-03-14T20:25:14.981Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2354 | 2026-03-14T20:25:15.086Z | Checking whoami v1.6.1 |
| 2355 | 2026-03-14T20:25:15.147Z | Checking universal-hash v0.5.1 |
| 2356 | 2026-03-14T20:25:15.238Z | Checking ingot v0.1.1 |
| 2357 | 2026-03-14T20:25:15.342Z | Checking opaque-debug v0.3.1 |
| 2358 | 2026-03-14T20:25:15.392Z | Checking aead v0.5.2 |
| 2359 | 2026-03-14T20:25:15.469Z | Checking swrite v0.1.0 |
| 2360 | 2026-03-14T20:25:15.518Z | Checking poly1305 v0.8.0 |
| 2361 | 2026-03-14T20:25:15.521Z | Checking chacha20 v0.9.1 |
| 2362 | 2026-03-14T20:25:15.614Z | Checking unicode-width v0.1.14 |
| 2363 | 2026-03-14T20:25:15.656Z | Compiling typify-macro v0.6.1 |
| 2364 | 2026-03-14T20:25:15.704Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2365 | 2026-03-14T20:25:15.851Z | Checking password-hash v0.5.0 |
| 2366 | 2026-03-14T20:25:15.901Z | Checking blake2 v0.10.6 |
| 2367 | 2026-03-14T20:25:15.904Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2368 | 2026-03-14T20:25:15.992Z | Checking chacha20poly1305 v0.10.1 |
| 2369 | 2026-03-14T20:25:16.187Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2370 | 2026-03-14T20:25:16.190Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2371 | 2026-03-14T20:25:16.280Z | Checking argon2 v0.5.3 |
| 2372 | 2026-03-14T20:25:16.283Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2373 | 2026-03-14T20:25:16.595Z | Compiling usdt-macro v0.5.0 |
| 2374 | 2026-03-14T20:25:16.644Z | Compiling usdt-attr-macro v0.5.0 |
| 2375 | 2026-03-14T20:25:16.689Z | Checking memmap v0.7.0 |
| 2376 | 2026-03-14T20:25:16.754Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2377 | 2026-03-14T20:25:16.899Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2378 | 2026-03-14T20:25:17.222Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2379 | 2026-03-14T20:25:17.319Z | Checking thiserror-no-std v2.0.2 |
| 2380 | 2026-03-14T20:25:17.371Z | Compiling derive-where v1.6.0 |
| 2381 | 2026-03-14T20:25:17.469Z | Checking vsss-rs v3.3.4 |
| 2382 | 2026-03-14T20:25:17.553Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2383 | 2026-03-14T20:25:17.626Z | Checking atomicwrites v0.4.4 |
| 2384 | 2026-03-14T20:25:17.754Z | Checking usdt v0.5.0 |
| 2385 | 2026-03-14T20:25:17.827Z | Checking console v0.15.11 |
| 2386 | 2026-03-14T20:25:18.006Z | Checking tokio-dtrace v0.1.1 |
| 2387 | 2026-03-14T20:25:18.104Z | Compiling typify v0.6.1 |
| 2388 | 2026-03-14T20:25:18.291Z | Compiling progenitor-impl v0.13.0 |
| 2389 | 2026-03-14T20:25:18.332Z | Checking oxide-tokio-rt v0.1.3 |
| 2390 | 2026-03-14T20:25:18.332Z | Checking newline-converter v0.3.0 |
| 2391 | 2026-03-14T20:25:18.511Z | Checking expectorate v1.2.0 |
| 2392 | 2026-03-14T20:25:18.558Z | Compiling prettyplease v0.2.37 |
| 2393 | 2026-03-14T20:25:18.633Z | Checking bytecount v0.6.9 |
| 2394 | 2026-03-14T20:25:18.730Z | Compiling owo-colors v4.3.0 |
| 2395 | 2026-03-14T20:25:18.801Z | Compiling cancel-safe-futures v0.1.5 |
| 2396 | 2026-03-14T20:25:18.921Z | Checking libsw-core v0.3.2 |
| 2397 | 2026-03-14T20:25:19.153Z | Checking libsw v3.5.0 |
| 2398 | 2026-03-14T20:25:19.156Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2399 | 2026-03-14T20:25:19.248Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2400 | 2026-03-14T20:25:19.385Z | Checking same-file v1.0.6 |
| 2401 | 2026-03-14T20:25:19.388Z | Checking linear-map v1.2.0 |
| 2402 | 2026-03-14T20:25:19.570Z | Checking walkdir v2.5.0 |
| 2403 | 2026-03-14T20:25:19.618Z | Checking num-rational v0.4.2 |
| 2404 | 2026-03-14T20:25:19.665Z | Checking num-complex v0.4.6 |
| 2405 | 2026-03-14T20:25:19.712Z | Checking float-ord v0.3.2 |
| 2406 | 2026-03-14T20:25:19.816Z | Checking gethostname v0.5.0 |
| 2407 | 2026-03-14T20:25:20.035Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2408 | 2026-03-14T20:25:20.109Z | Compiling async-recursion v1.1.1 |
| 2409 | 2026-03-14T20:25:20.185Z | Checking num v0.4.3 |
| 2410 | 2026-03-14T20:25:20.332Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2411 | 2026-03-14T20:25:20.334Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2412 | 2026-03-14T20:25:20.565Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2413 | 2026-03-14T20:25:21.292Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2414 | 2026-03-14T20:25:22.013Z | Compiling progenitor-macro v0.13.0 |
| 2415 | 2026-03-14T20:25:22.450Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2416 | 2026-03-14T20:25:23.801Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2417 | 2026-03-14T20:25:24.129Z | Checking smawk v0.3.2 |
| 2418 | 2026-03-14T20:25:24.176Z | Checking unicode-linebreak v0.1.5 |
| 2419 | 2026-03-14T20:25:24.331Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2420 | 2026-03-14T20:25:24.379Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2421 | 2026-03-14T20:25:24.536Z | Checking globset v0.4.18 |
| 2422 | 2026-03-14T20:25:25.085Z | Compiling convert_case v0.10.0 |
| 2423 | 2026-03-14T20:25:25.783Z | Compiling slog-dtrace v0.3.0 |
| 2424 | 2026-03-14T20:25:26.060Z | Checking resolv-conf v0.7.6 |
| 2425 | 2026-03-14T20:25:26.251Z | Compiling derive_more-impl v2.1.1 |
| 2426 | 2026-03-14T20:25:26.530Z | Compiling pin-project-internal v1.1.11 |
| 2427 | 2026-03-14T20:25:26.667Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2428 | 2026-03-14T20:25:26.715Z | Checking pem v3.0.6 |
| 2429 | 2026-03-14T20:25:26.955Z | Checking fd-lock v4.0.4 |
| 2430 | 2026-03-14T20:25:27.003Z | Checking vte v0.14.1 |
| 2431 | 2026-03-14T20:25:27.148Z | Checking display-error-chain v0.2.2 |
| 2432 | 2026-03-14T20:25:27.238Z | Checking strip-ansi-escapes v0.2.1 |
| 2433 | 2026-03-14T20:25:27.341Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2434 | 2026-03-14T20:25:27.389Z | Checking derive_more v2.1.1 |
| 2435 | 2026-03-14T20:25:27.392Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2436 | 2026-03-14T20:25:27.479Z | Compiling snafu-derive v0.8.9 |
| 2437 | 2026-03-14T20:25:27.542Z | Checking crossterm v0.29.0 |
| 2438 | 2026-03-14T20:25:27.589Z | Checking nu-ansi-term v0.50.3 |
| 2439 | 2026-03-14T20:25:27.913Z | Checking linked-hash-map v0.5.6 |
| 2440 | 2026-03-14T20:25:28.087Z | Checking pin-project v1.1.11 |
| 2441 | 2026-03-14T20:25:28.180Z | Checking termtree v0.5.1 |
| 2442 | 2026-03-14T20:25:28.247Z | Checking lru-cache v0.1.2 |
| 2443 | 2026-03-14T20:25:28.296Z | Checking reedline v0.40.0 |
| 2444 | 2026-03-14T20:25:28.371Z | Checking textwrap v0.16.2 |
| 2445 | 2026-03-14T20:25:28.418Z | Checking olpc-cjson v0.1.4 |
| 2446 | 2026-03-14T20:25:28.465Z | Checking hickory-proto v0.24.4 |
| 2447 | 2026-03-14T20:25:28.693Z | Checking serde_plain v1.0.2 |
| 2448 | 2026-03-14T20:25:28.920Z | Compiling minimal-lexical v0.2.1 |
| 2449 | 2026-03-14T20:25:29.178Z | Checking progenitor v0.13.0 |
| 2450 | 2026-03-14T20:25:29.296Z | Checking typed-path v0.9.3 |
| 2451 | 2026-03-14T20:25:29.388Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2452 | 2026-03-14T20:25:29.896Z | Compiling nom v7.1.3 |
| 2453 | 2026-03-14T20:25:30.210Z | Checking snafu v0.8.9 |
| 2454 | 2026-03-14T20:25:30.426Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2455 | 2026-03-14T20:25:30.566Z | Checking tough v0.20.0 |
| 2456 | 2026-03-14T20:25:30.958Z | Checking nibble_vec v0.1.0 |
| 2457 | 2026-03-14T20:25:31.163Z | Checking endian-type v0.1.2 |
| 2458 | 2026-03-14T20:25:31.210Z | Checking hickory-resolver v0.24.4 |
| 2459 | 2026-03-14T20:25:31.372Z | Checking radix_trie v0.2.1 |
| 2460 | 2026-03-14T20:25:31.689Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2461 | 2026-03-14T20:25:31.768Z | Compiling ar_archive_writer v0.5.1 |
| 2462 | 2026-03-14T20:25:32.212Z | Checking humantime v2.3.0 |
| 2463 | 2026-03-14T20:25:32.329Z | Checking qorb v0.4.1 |
| 2464 | 2026-03-14T20:25:32.485Z | Checking csv-core v0.1.13 |
| 2465 | 2026-03-14T20:25:32.488Z | Checking base64 v0.21.7 |
| 2466 | 2026-03-14T20:25:32.795Z | Checking csv v1.4.0 |
| 2467 | 2026-03-14T20:25:32.884Z | Compiling stacker v0.1.23 |
| 2468 | 2026-03-14T20:25:32.999Z | Compiling psm v0.1.30 |
| 2469 | 2026-03-14T20:25:33.068Z | Checking highway v1.3.0 |
| 2470 | 2026-03-14T20:25:33.119Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2471 | 2026-03-14T20:25:33.247Z | Compiling cfg_aliases v0.1.1 |
| 2472 | 2026-03-14T20:25:33.386Z | Compiling nix v0.28.0 |
| 2473 | 2026-03-14T20:25:33.433Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2474 | 2026-03-14T20:25:33.436Z | Checking papergrid v0.11.0 |
| 2475 | 2026-03-14T20:25:33.524Z | Compiling tabled_derive v0.7.0 |
| 2476 | 2026-03-14T20:25:33.894Z | Checking home v0.5.12 |
| 2477 | 2026-03-14T20:25:34.059Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2478 | 2026-03-14T20:25:34.104Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2479 | 2026-03-14T20:25:34.150Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2480 | 2026-03-14T20:25:34.196Z | Checking phf_shared v0.12.1 |
| 2481 | 2026-03-14T20:25:34.357Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2482 | 2026-03-14T20:25:34.407Z | Compiling semver v0.1.20 |
| 2483 | 2026-03-14T20:25:34.453Z | Compiling chrono-tz v0.10.4 |
| 2484 | 2026-03-14T20:25:34.780Z | Compiling rustc_version v0.1.7 |
| 2485 | 2026-03-14T20:25:34.830Z | Checking phf v0.12.1 |
| 2486 | 2026-03-14T20:25:34.920Z | Checking tabled v0.15.0 |
| 2487 | 2026-03-14T20:25:34.923Z | Checking recursive v0.1.1 |
| 2488 | 2026-03-14T20:25:34.923Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2489 | 2026-03-14T20:25:35.056Z | Compiling const_format_proc_macros v0.2.34 |
| 2490 | 2026-03-14T20:25:35.104Z | Compiling peg-macros v0.8.5 |
| 2491 | 2026-03-14T20:25:35.151Z | Checking winnow v0.6.26 |
| 2492 | 2026-03-14T20:25:35.199Z | Compiling sqlparser_derive v0.5.0 |
| 2493 | 2026-03-14T20:25:35.690Z | Checking unicode_categories v0.1.1 |
| 2494 | 2026-03-14T20:25:36.236Z | Checking rustyline v14.0.0 |
| 2495 | 2026-03-14T20:25:36.281Z | Checking sqlparser v0.61.0 |
| 2496 | 2026-03-14T20:25:36.532Z | Checking const_format v0.2.35 |
| 2497 | 2026-03-14T20:25:36.768Z | Checking sqlformat v0.3.5 |
| 2498 | 2026-03-14T20:25:36.965Z | Checking peg v0.8.5 |
| 2499 | 2026-03-14T20:25:37.078Z | Compiling newtype_derive v0.1.6 |
| 2500 | 2026-03-14T20:25:37.214Z | Checking bcs v0.1.6 |
| 2501 | 2026-03-14T20:25:37.398Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2502 | 2026-03-14T20:25:37.611Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2503 | 2026-03-14T20:25:37.657Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2504 | 2026-03-14T20:25:37.709Z | Checking steno v0.4.1 |
| 2505 | 2026-03-14T20:25:37.874Z | Compiling typify-impl v0.4.3 |
| 2506 | 2026-03-14T20:25:38.035Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2507 | 2026-03-14T20:25:39.074Z | Checking utf-8 v0.7.6 |
| 2508 | 2026-03-14T20:25:39.122Z | Checking filetime v0.2.27 |
| 2509 | 2026-03-14T20:25:39.287Z | Checking arc-swap v1.8.2 |
| 2510 | 2026-03-14T20:25:39.338Z | Checking xattr v1.6.1 |
| 2511 | 2026-03-14T20:25:39.622Z | Checking slog-scope v4.4.1 |
| 2512 | 2026-03-14T20:25:39.833Z | Checking tar v0.4.44 |
| 2513 | 2026-03-14T20:25:40.396Z | Checking slog-stdlog v4.1.1 |
| 2514 | 2026-03-14T20:25:40.504Z | Checking tungstenite v0.21.0 |
| 2515 | 2026-03-14T20:25:40.590Z | Checking slog-envlogger v2.2.0 |
| 2516 | 2026-03-14T20:25:40.816Z | Checking typeid v1.0.3 |
| 2517 | 2026-03-14T20:25:40.929Z | Checking subprocess v0.2.15 |
| 2518 | 2026-03-14T20:25:40.987Z | Checking headers-core v0.3.0 |
| 2519 | 2026-03-14T20:25:41.109Z | Checking tokio-tungstenite v0.21.0 |
| 2520 | 2026-03-14T20:25:41.162Z | Checking headers v0.4.1 |
| 2521 | 2026-03-14T20:25:41.345Z | Compiling lzma-sys v0.1.20 |
| 2522 | 2026-03-14T20:25:41.507Z | Compiling cargo_toml v0.22.3 |
| 2523 | 2026-03-14T20:25:41.741Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2524 | 2026-03-14T20:25:41.836Z | Checking yasna v0.5.2 |
| 2525 | 2026-03-14T20:25:42.126Z | Checking xz2 v0.1.7 |
| 2526 | 2026-03-14T20:25:42.382Z | Checking ron v0.12.0 |
| 2527 | 2026-03-14T20:25:42.384Z | Checking rcgen v0.12.1 |
| 2528 | 2026-03-14T20:25:42.906Z | Checking base16ct v1.0.0 |
| 2529 | 2026-03-14T20:25:42.954Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2530 | 2026-03-14T20:25:43.112Z | Checking dropshot-api-manager-types v0.6.0 |
| 2531 | 2026-03-14T20:25:43.271Z | Checking tagptr v0.2.0 |
| 2532 | 2026-03-14T20:25:43.375Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2533 | 2026-03-14T20:25:43.438Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2534 | 2026-03-14T20:25:43.495Z | Checking moka v0.12.13 |
| 2535 | 2026-03-14T20:25:43.637Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2536 | 2026-03-14T20:25:43.683Z | Compiling radium v0.7.0 |
| 2537 | 2026-03-14T20:25:44.053Z | Compiling libefi-sys v0.1.0 |
| 2538 | 2026-03-14T20:25:44.313Z | Compiling bitfield-struct v0.6.2 |
| 2539 | 2026-03-14T20:25:44.405Z | Compiling typify-macro v0.4.3 |
| 2540 | 2026-03-14T20:25:44.454Z | Checking hickory-resolver v0.25.2 |
| 2541 | 2026-03-14T20:25:44.500Z | Checking tap v1.0.1 |
| 2542 | 2026-03-14T20:25:44.681Z | Compiling maybe-uninit v2.0.0 |
| 2543 | 2026-03-14T20:25:45.189Z | Checking wyz v0.5.1 |
| 2544 | 2026-03-14T20:25:45.236Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2545 | 2026-03-14T20:25:45.442Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2546 | 2026-03-14T20:25:45.541Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2547 | 2026-03-14T20:25:45.687Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2548 | 2026-03-14T20:25:45.763Z | Compiling zerocopy-derive v0.6.6 |
| 2549 | 2026-03-14T20:25:45.893Z | Checking crc-catalog v2.4.0 |
| 2550 | 2026-03-14T20:25:46.042Z | Compiling packed_struct v0.10.1 |
| 2551 | 2026-03-14T20:25:46.090Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2552 | 2026-03-14T20:25:46.093Z | Checking funty v2.0.0 |
| 2553 | 2026-03-14T20:25:46.224Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2554 | 2026-03-14T20:25:46.464Z | Checking crc v3.4.0 |
| 2555 | 2026-03-14T20:25:46.574Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2556 | 2026-03-14T20:25:46.635Z | Checking bitvec v1.0.1 |
| 2557 | 2026-03-14T20:25:46.826Z | Compiling packed_struct_codegen v0.10.1 |
| 2558 | 2026-03-14T20:25:46.829Z | Compiling typify v0.4.3 |
| 2559 | 2026-03-14T20:25:46.921Z | Compiling bitfield-macros v0.19.4 |
| 2560 | 2026-03-14T20:25:46.967Z | Checking zerocopy v0.6.6 |
| 2561 | 2026-03-14T20:25:47.060Z | Compiling progenitor-impl v0.10.0 |
| 2562 | 2026-03-14T20:25:47.461Z | Compiling indexmap v1.9.3 |
| 2563 | 2026-03-14T20:25:47.800Z | Checking nodrop v0.1.14 |
| 2564 | 2026-03-14T20:25:47.961Z | Checking array-init v0.0.4 |
| 2565 | 2026-03-14T20:25:48.031Z | Checking bitfield v0.19.4 |
| 2566 | 2026-03-14T20:25:48.438Z | Checking smallvec v0.6.14 |
| 2567 | 2026-03-14T20:25:48.485Z | Checking hashbrown v0.12.3 |
| 2568 | 2026-03-14T20:25:48.531Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2569 | 2026-03-14T20:25:48.534Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2570 | 2026-03-14T20:25:48.735Z | Checking serde-hex v0.1.0 |
| 2571 | 2026-03-14T20:25:48.782Z | Checking ron v0.8.1 |
| 2572 | 2026-03-14T20:25:49.563Z | Checking hashbrown v0.13.2 |
| 2573 | 2026-03-14T20:25:49.609Z | Checking crc-any v2.5.0 |
| 2574 | 2026-03-14T20:25:49.886Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2575 | 2026-03-14T20:25:49.889Z | Checking path-slash v0.1.5 |
| 2576 | 2026-03-14T20:25:50.098Z | Compiling xshell-macros v0.2.7 |
| 2577 | 2026-03-14T20:25:50.147Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2578 | 2026-03-14T20:25:50.150Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2579 | 2026-03-14T20:25:50.237Z | Checking object v0.30.4 |
| 2580 | 2026-03-14T20:25:50.621Z | Checking xshell v0.2.7 |
| 2581 | 2026-03-14T20:25:50.698Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2582 | 2026-03-14T20:25:50.835Z | Compiling progenitor-macro v0.10.0 |
| 2583 | 2026-03-14T20:25:50.888Z | Checking half v1.8.3 |
| 2584 | 2026-03-14T20:25:50.932Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2585 | 2026-03-14T20:25:51.194Z | Checking serde_cbor v0.11.2 |
| 2586 | 2026-03-14T20:25:51.573Z | Compiling num-derive v0.3.3 |
| 2587 | 2026-03-14T20:25:51.755Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2588 | 2026-03-14T20:25:51.907Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2589 | 2026-03-14T20:25:52.224Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2590 | 2026-03-14T20:25:52.302Z | Compiling proc-macro-error2 v2.0.1 |
| 2591 | 2026-03-14T20:25:52.733Z | Checking papergrid v0.17.0 |
| 2592 | 2026-03-14T20:25:52.778Z | Compiling tabled_derive v0.11.0 |
| 2593 | 2026-03-14T20:25:52.824Z | Checking libscf-sys v1.1.0 |
| 2594 | 2026-03-14T20:25:53.037Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2595 | 2026-03-14T20:25:53.274Z | Checking testing_table v0.3.0 |
| 2596 | 2026-03-14T20:25:53.347Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2597 | 2026-03-14T20:25:53.434Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2598 | 2026-03-14T20:25:53.721Z | Checking maplit v1.0.2 |
| 2599 | 2026-03-14T20:25:53.904Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2600 | 2026-03-14T20:25:53.966Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2601 | 2026-03-14T20:25:54.422Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2602 | 2026-03-14T20:25:54.425Z | Checking tabled v0.20.0 |
| 2603 | 2026-03-14T20:25:54.515Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2604 | 2026-03-14T20:25:54.518Z | Checking crc8 v0.1.1 |
| 2605 | 2026-03-14T20:25:54.608Z | Checking fxhash v0.2.1 |
| 2606 | 2026-03-14T20:25:54.673Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2607 | 2026-03-14T20:25:54.805Z | Checking unicase v2.9.0 |
| 2608 | 2026-03-14T20:25:55.007Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2609 | 2026-03-14T20:25:55.053Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2610 | 2026-03-14T20:25:55.589Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2611 | 2026-03-14T20:25:55.633Z | Checking kstat-rs v0.2.4 |
| 2612 | 2026-03-14T20:25:55.796Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2613 | 2026-03-14T20:25:55.799Z | Compiling parking_lot_core v0.8.6 |
| 2614 | 2026-03-14T20:25:55.909Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2615 | 2026-03-14T20:25:56.147Z | Compiling diesel_derives v2.3.7 |
| 2616 | 2026-03-14T20:25:56.224Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2617 | 2026-03-14T20:25:56.455Z | Compiling git-stub v1.0.0 |
| 2618 | 2026-03-14T20:25:56.518Z | Checking scheduled-thread-pool v0.2.7 |
| 2619 | 2026-03-14T20:25:56.641Z | Compiling dsl_auto_type v0.2.0 |
| 2620 | 2026-03-14T20:25:56.742Z | Compiling vergen-gitcl v1.0.8 |
| 2621 | 2026-03-14T20:25:56.833Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2622 | 2026-03-14T20:25:57.083Z | Checking r2d2 v0.8.10 |
| 2623 | 2026-03-14T20:25:57.133Z | Compiling git-stub-vcs v0.1.0 |
| 2624 | 2026-03-14T20:25:57.229Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2625 | 2026-03-14T20:25:57.282Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2626 | 2026-03-14T20:25:57.336Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2627 | 2026-03-14T20:25:57.382Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2628 | 2026-03-14T20:25:57.475Z | Checking downcast-rs v2.0.2 |
| 2629 | 2026-03-14T20:25:57.651Z | Checking parking_lot v0.11.2 |
| 2630 | 2026-03-14T20:25:57.698Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2631 | 2026-03-14T20:25:57.824Z | Checking progenitor v0.10.0 |
| 2632 | 2026-03-14T20:25:57.873Z | Checking prefix-trie v0.7.0 |
| 2633 | 2026-03-14T20:25:57.939Z | Checking nanorand v0.7.0 |
| 2634 | 2026-03-14T20:25:58.037Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2635 | 2026-03-14T20:25:58.243Z | Compiling dirs-sys-next v0.1.2 |
| 2636 | 2026-03-14T20:25:58.290Z | Compiling crunchy v0.2.4 |
| 2637 | 2026-03-14T20:25:58.384Z | Checking hickory-server v0.25.2 |
| 2638 | 2026-03-14T20:25:58.444Z | Checking flume v0.11.1 |
| 2639 | 2026-03-14T20:25:58.592Z | Compiling dirs-next v2.0.0 |
| 2640 | 2026-03-14T20:25:58.653Z | Checking sled v0.34.7 |
| 2641 | 2026-03-14T20:25:58.769Z | Compiling clang-sys v1.8.1 |
| 2642 | 2026-03-14T20:25:58.815Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2643 | 2026-03-14T20:25:58.818Z | Checking hickory-client v0.25.2 |
| 2644 | 2026-03-14T20:25:59.087Z | Compiling tiny-keccak v2.0.2 |
| 2645 | 2026-03-14T20:25:59.385Z | Compiling term v0.7.0 |
| 2646 | 2026-03-14T20:25:59.479Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2647 | 2026-03-14T20:25:59.538Z | Compiling salty v0.3.0 |
| 2648 | 2026-03-14T20:25:59.718Z | Compiling bit-vec v0.6.3 |
| 2649 | 2026-03-14T20:25:59.949Z | Compiling ascii-canvas v3.0.0 |
| 2650 | 2026-03-14T20:26:00.038Z | Compiling bit-set v0.5.3 |
| 2651 | 2026-03-14T20:26:00.178Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2652 | 2026-03-14T20:26:00.278Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2653 | 2026-03-14T20:26:00.325Z | Checking primeorder v0.13.6 |
| 2654 | 2026-03-14T20:26:00.661Z | Compiling itertools v0.10.5 |
| 2655 | 2026-03-14T20:26:00.706Z | Compiling ena v0.14.4 |
| 2656 | 2026-03-14T20:26:00.964Z | Compiling libloading v0.8.9 |
| 2657 | 2026-03-14T20:26:01.020Z | Compiling diff v0.1.13 |
| 2658 | 2026-03-14T20:26:01.284Z | Compiling regex-syntax v0.6.29 |
| 2659 | 2026-03-14T20:26:01.408Z | Compiling bindgen v0.71.1 |
| 2660 | 2026-03-14T20:26:02.096Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2661 | 2026-03-14T20:26:02.141Z | Compiling cexpr v0.6.0 |
| 2662 | 2026-03-14T20:26:02.423Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2663 | 2026-03-14T20:26:03.139Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2664 | 2026-03-14T20:26:03.330Z | Compiling lalrpop v0.19.12 |
| 2665 | 2026-03-14T20:26:03.613Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2666 | 2026-03-14T20:26:04.002Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2667 | 2026-03-14T20:26:04.254Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2668 | 2026-03-14T20:26:04.535Z | Compiling libxml v0.3.3 |
| 2669 | 2026-03-14T20:26:04.856Z | Compiling fs-err v2.11.0 |
| 2670 | 2026-03-14T20:26:05.017Z | Checking diesel v2.3.7 |
| 2671 | 2026-03-14T20:26:05.077Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2672 | 2026-03-14T20:26:05.303Z | Checking p384 v0.13.1 |
| 2673 | 2026-03-14T20:26:05.493Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2674 | 2026-03-14T20:26:05.898Z | Compiling strum_macros v0.24.3 |
| 2675 | 2026-03-14T20:26:07.021Z | Compiling indoc v1.0.9 |
| 2676 | 2026-03-14T20:26:07.902Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2677 | 2026-03-14T20:26:08.396Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2678 | 2026-03-14T20:26:08.603Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2679 | 2026-03-14T20:26:08.682Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2680 | 2026-03-14T20:26:08.811Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2681 | 2026-03-14T20:26:08.882Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2682 | 2026-03-14T20:26:09.266Z | Checking quick-xml v0.37.5 |
| 2683 | 2026-03-14T20:26:09.706Z | Checking derive_builder v0.20.2 |
| 2684 | 2026-03-14T20:26:09.887Z | Compiling oso-derive v0.27.3 |
| 2685 | 2026-03-14T20:26:10.519Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2686 | 2026-03-14T20:26:10.608Z | Compiling trait-variant v0.1.2 |
| 2687 | 2026-03-14T20:26:11.136Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2688 | 2026-03-14T20:26:11.139Z | Checking openssl-probe v0.1.6 |
| 2689 | 2026-03-14T20:26:11.312Z | Checking parse-size v1.1.0 |
| 2690 | 2026-03-14T20:26:11.315Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2691 | 2026-03-14T20:26:11.501Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2692 | 2026-03-14T20:26:11.559Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2693 | 2026-03-14T20:26:12.411Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2694 | 2026-03-14T20:26:12.656Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2695 | 2026-03-14T20:26:12.704Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2696 | 2026-03-14T20:26:12.750Z | Compiling progenitor-impl v0.11.2 |
| 2697 | 2026-03-14T20:26:12.813Z | Checking assert_matches v1.5.0 |
| 2698 | 2026-03-14T20:26:13.264Z | Compiling mime_guess v2.0.5 |
| 2699 | 2026-03-14T20:26:13.759Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2700 | 2026-03-14T20:26:14.022Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2701 | 2026-03-14T20:26:14.165Z | Checking predicates-tree v1.0.13 |
| 2702 | 2026-03-14T20:26:14.348Z | Checking progenitor-client v0.11.2 |
| 2703 | 2026-03-14T20:26:14.683Z | Checking http-range v0.1.5 |
| 2704 | 2026-03-14T20:26:14.727Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2705 | 2026-03-14T20:26:14.774Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2706 | 2026-03-14T20:26:14.954Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2707 | 2026-03-14T20:26:15.635Z | Checking atty v0.2.14 |
| 2708 | 2026-03-14T20:26:16.489Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2709 | 2026-03-14T20:26:16.546Z | Compiling progenitor-macro v0.11.2 |
| 2710 | 2026-03-14T20:26:17.026Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2711 | 2026-03-14T20:26:17.654Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2712 | 2026-03-14T20:26:18.382Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2713 | 2026-03-14T20:26:18.426Z | Checking bb8 v0.8.6 |
| 2714 | 2026-03-14T20:26:18.663Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2715 | 2026-03-14T20:26:18.821Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2716 | 2026-03-14T20:26:18.965Z | Checking corncobs v0.1.4 |
| 2717 | 2026-03-14T20:26:19.098Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2718 | 2026-03-14T20:26:19.188Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2719 | 2026-03-14T20:26:19.562Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2720 | 2026-03-14T20:26:20.042Z | Checking hyper-staticfile v0.10.1 |
| 2721 | 2026-03-14T20:26:20.045Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2722 | 2026-03-14T20:26:20.465Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2723 | 2026-03-14T20:26:20.513Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2724 | 2026-03-14T20:26:20.782Z | Checking ignore v0.4.25 |
| 2725 | 2026-03-14T20:26:21.121Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2726 | 2026-03-14T20:26:21.349Z | Checking signal-hook-tokio v0.3.1 |
| 2727 | 2026-03-14T20:26:21.552Z | Checking secrecy v0.8.0 |
| 2728 | 2026-03-14T20:26:21.754Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2729 | 2026-03-14T20:26:22.100Z | Checking globwalk v0.9.1 |
| 2730 | 2026-03-14T20:26:22.435Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2731 | 2026-03-14T20:26:22.714Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2732 | 2026-03-14T20:26:22.991Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2733 | 2026-03-14T20:26:23.126Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2734 | 2026-03-14T20:26:23.322Z | Checking nonempty v0.12.0 |
| 2735 | 2026-03-14T20:26:23.372Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2736 | 2026-03-14T20:26:23.545Z | Checking camino-tempfile-ext v0.3.3 |
| 2737 | 2026-03-14T20:26:23.719Z | Checking progenitor v0.11.2 |
| 2738 | 2026-03-14T20:26:23.822Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2739 | 2026-03-14T20:26:23.867Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2740 | 2026-03-14T20:26:23.958Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2741 | 2026-03-14T20:26:24.360Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2742 | 2026-03-14T20:26:24.638Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2743 | 2026-03-14T20:26:24.850Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2744 | 2026-03-14T20:26:25.290Z | Checking async-bb8-diesel v0.2.1 |
| 2745 | 2026-03-14T20:26:25.587Z | Checking diesel-dtrace v0.5.0 |
| 2746 | 2026-03-14T20:26:25.784Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2747 | 2026-03-14T20:26:25.938Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2748 | 2026-03-14T20:26:26.469Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2749 | 2026-03-14T20:26:26.793Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2750 | 2026-03-14T20:26:26.840Z | Checking tungstenite v0.23.0 |
| 2751 | 2026-03-14T20:26:27.347Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2752 | 2026-03-14T20:26:27.402Z | Checking void v1.0.2 |
| 2753 | 2026-03-14T20:26:27.457Z | Checking tokio-tungstenite v0.23.1 |
| 2754 | 2026-03-14T20:26:27.604Z | Checking lzss v0.8.2 |
| 2755 | 2026-03-14T20:26:27.854Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2756 | 2026-03-14T20:26:27.902Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2757 | 2026-03-14T20:26:27.905Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2758 | 2026-03-14T20:26:28.199Z | Checking nix v0.27.1 |
| 2759 | 2026-03-14T20:26:28.756Z | Checking serde_bytes v0.11.19 |
| 2760 | 2026-03-14T20:26:28.962Z | Checking rand_seeder v0.4.0 |
| 2761 | 2026-03-14T20:26:29.032Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2762 | 2026-03-14T20:26:29.196Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2763 | 2026-03-14T20:26:29.481Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2764 | 2026-03-14T20:26:29.704Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2765 | 2026-03-14T20:26:29.751Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2766 | 2026-03-14T20:26:30.132Z | Checking is_ci v1.2.0 |
| 2767 | 2026-03-14T20:26:30.304Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2768 | 2026-03-14T20:26:30.728Z | Checking yansi v1.0.1 |
| 2769 | 2026-03-14T20:26:30.860Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2770 | 2026-03-14T20:26:30.905Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2771 | 2026-03-14T20:26:30.954Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2772 | 2026-03-14T20:26:31.109Z | Checking pretty_assertions v1.4.1 |
| 2773 | 2026-03-14T20:26:31.223Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2774 | 2026-03-14T20:26:31.316Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2775 | 2026-03-14T20:26:31.579Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2776 | 2026-03-14T20:26:31.903Z | Compiling darling_core v0.23.0 |
| 2777 | 2026-03-14T20:26:32.644Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2778 | 2026-03-14T20:26:33.296Z | Compiling indoc v2.0.7 |
| 2779 | 2026-03-14T20:26:33.507Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2780 | 2026-03-14T20:26:33.800Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2781 | 2026-03-14T20:26:33.855Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2782 | 2026-03-14T20:26:33.938Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2783 | 2026-03-14T20:26:34.223Z | Compiling instability v0.3.11 |
| 2784 | 2026-03-14T20:26:34.721Z | Compiling libz-sys v1.1.24 |
| 2785 | 2026-03-14T20:26:34.783Z | Checking castaway v0.2.4 |
| 2786 | 2026-03-14T20:26:34.890Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2787 | 2026-03-14T20:26:34.968Z | Checking compact_str v0.8.1 |
| 2788 | 2026-03-14T20:26:35.518Z | Checking supports-color v3.0.2 |
| 2789 | 2026-03-14T20:26:35.661Z | Compiling darling_macro v0.23.0 |
| 2790 | 2026-03-14T20:26:35.724Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2791 | 2026-03-14T20:26:36.006Z | Checking unicode-truncate v1.1.0 |
| 2792 | 2026-03-14T20:26:36.230Z | Checking lru v0.12.5 |
| 2793 | 2026-03-14T20:26:36.277Z | Checking cassowary v0.3.0 |
| 2794 | 2026-03-14T20:26:36.333Z | Compiling darling v0.23.0 |
| 2795 | 2026-03-14T20:26:36.582Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2796 | 2026-03-14T20:26:36.824Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2797 | 2026-03-14T20:26:37.254Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2798 | 2026-03-14T20:26:37.491Z | Checking ratatui v0.29.0 |
| 2799 | 2026-03-14T20:26:38.501Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2800 | 2026-03-14T20:26:38.792Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2801 | 2026-03-14T20:26:39.211Z | Compiling vergen-git2 v1.0.7 |
| 2802 | 2026-03-14T20:26:39.288Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2803 | 2026-03-14T20:26:39.337Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2804 | 2026-03-14T20:26:39.560Z | Checking colored v2.2.0 |
| 2805 | 2026-03-14T20:26:39.606Z | Checking shell-words v1.1.1 |
| 2806 | 2026-03-14T20:26:39.652Z | Checking plotters-backend v0.3.7 |
| 2807 | 2026-03-14T20:26:39.801Z | Compiling rustls v0.21.12 |
| 2808 | 2026-03-14T20:26:39.980Z | Checking plotters-svg v0.3.7 |
| 2809 | 2026-03-14T20:26:40.043Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2810 | 2026-03-14T20:26:40.151Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2811 | 2026-03-14T20:26:40.198Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2812 | 2026-03-14T20:26:40.432Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2813 | 2026-03-14T20:26:40.478Z | Checking sct v0.7.1 |
| 2814 | 2026-03-14T20:26:40.689Z | Checking rustls-webpki v0.101.7 |
| 2815 | 2026-03-14T20:26:41.017Z | Compiling nix v0.29.0 |
| 2816 | 2026-03-14T20:26:41.185Z | Checking hex-literal v0.4.1 |
| 2817 | 2026-03-14T20:26:41.339Z | Checking cast v0.3.0 |
| 2818 | 2026-03-14T20:26:41.383Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2819 | 2026-03-14T20:26:41.607Z | Checking criterion-plot v0.6.0 |
| 2820 | 2026-03-14T20:26:42.087Z | Checking plotters v0.3.7 |
| 2821 | 2026-03-14T20:26:43.171Z | Checking erased-serde v0.4.9 |
| 2822 | 2026-03-14T20:26:43.481Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2823 | 2026-03-14T20:26:43.741Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2824 | 2026-03-14T20:26:44.726Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2825 | 2026-03-14T20:26:45.718Z | Checking tinytemplate v1.2.1 |
| 2826 | 2026-03-14T20:26:46.032Z | Checking ordered-float v2.10.1 |
| 2827 | 2026-03-14T20:26:46.407Z | Checking oorandom v11.1.5 |
| 2828 | 2026-03-14T20:26:46.592Z | Checking anes v0.1.6 |
| 2829 | 2026-03-14T20:26:46.870Z | Checking criterion v0.7.0 |
| 2830 | 2026-03-14T20:26:47.111Z | Checking serde-value v0.7.0 |
| 2831 | 2026-03-14T20:26:47.433Z | Checking serde-untagged v0.1.9 |
| 2832 | 2026-03-14T20:26:47.737Z | Checking tokio-rustls v0.24.1 |
| 2833 | 2026-03-14T20:26:48.368Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2834 | 2026-03-14T20:26:48.540Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2835 | 2026-03-14T20:26:48.823Z | Checking rustls-pemfile v1.0.4 |
| 2836 | 2026-03-14T20:26:49.038Z | Checking twox-hash v2.1.2 |
| 2837 | 2026-03-14T20:26:49.435Z | Checking unicode-xid v0.2.6 |
| 2838 | 2026-03-14T20:26:49.550Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2839 | 2026-03-14T20:26:49.614Z | Checking cargo-util-schemas v0.8.2 |
| 2840 | 2026-03-14T20:26:49.859Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2841 | 2026-03-14T20:26:50.084Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2842 | 2026-03-14T20:26:50.842Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2843 | 2026-03-14T20:26:51.084Z | Checking fatfs v0.3.6 |
| 2844 | 2026-03-14T20:26:51.747Z | Checking cargo-platform v0.2.0 |
| 2845 | 2026-03-14T20:26:51.908Z | Compiling petname v2.0.2 |
| 2846 | 2026-03-14T20:26:52.032Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2847 | 2026-03-14T20:26:52.599Z | Compiling seq-macro v0.3.6 |
| 2848 | 2026-03-14T20:26:53.534Z | Checking cargo_metadata v0.21.0 |
| 2849 | 2026-03-14T20:26:54.024Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2850 | 2026-03-14T20:26:54.452Z | Checking concurrent-queue v2.5.0 |
| 2851 | 2026-03-14T20:26:54.604Z | Checking rtoolbox v0.0.3 |
| 2852 | 2026-03-14T20:26:54.736Z | Checking parking v2.2.1 |
| 2853 | 2026-03-14T20:26:54.813Z | Checking futures-timer v3.0.3 |
| 2854 | 2026-03-14T20:26:54.925Z | Checking event-listener v5.4.1 |
| 2855 | 2026-03-14T20:26:55.080Z | Checking rpassword v7.4.0 |
| 2856 | 2026-03-14T20:26:55.292Z | Checking tui-tree-widget v0.23.1 |
| 2857 | 2026-03-14T20:26:55.406Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2858 | 2026-03-14T20:26:55.564Z | Checking polyval v0.6.2 |
| 2859 | 2026-03-14T20:26:55.644Z | Checking sapling-renderdag v0.1.0 |
| 2860 | 2026-03-14T20:26:55.795Z | Checking sync-ptr v0.1.4 |
| 2861 | 2026-03-14T20:26:55.839Z | Checking ghash v0.5.1 |
| 2862 | 2026-03-14T20:26:55.983Z | Checking event-listener-strategy v0.5.4 |
| 2863 | 2026-03-14T20:26:56.029Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2864 | 2026-03-14T20:26:56.031Z | Checking ctr v0.9.2 |
| 2865 | 2026-03-14T20:26:56.187Z | Checking arrayref v0.3.9 |
| 2866 | 2026-03-14T20:26:56.303Z | Checking constant_time_eq v0.4.2 |
| 2867 | 2026-03-14T20:26:56.347Z | Checking arrayvec v0.7.6 |
| 2868 | 2026-03-14T20:26:56.350Z | Checking aes-gcm v0.10.3 |
| 2869 | 2026-03-14T20:26:56.576Z | Checking async-lock v3.4.2 |
| 2870 | 2026-03-14T20:26:56.630Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2871 | 2026-03-14T20:26:56.632Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2872 | 2026-03-14T20:26:57.141Z | Checking ssh-encoding v0.2.0 |
| 2873 | 2026-03-14T20:26:57.427Z | Checking blowfish v0.9.1 |
| 2874 | 2026-03-14T20:26:57.674Z | Checking bcrypt-pbkdf v0.10.0 |
| 2875 | 2026-03-14T20:26:57.932Z | Checking ssh-cipher v0.2.0 |
| 2876 | 2026-03-14T20:26:57.982Z | Checking async-object-pool v0.2.0 |
| 2877 | 2026-03-14T20:26:58.166Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2878 | 2026-03-14T20:26:58.212Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2879 | 2026-03-14T20:26:58.625Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2880 | 2026-03-14T20:26:59.004Z | Checking serde_regex v1.1.0 |
| 2881 | 2026-03-14T20:26:59.052Z | Compiling samael v0.0.19 |
| 2882 | 2026-03-14T20:26:59.244Z | Checking password-hash v0.4.2 |
| 2883 | 2026-03-14T20:26:59.510Z | Checking assert-json-diff v2.0.2 |
| 2884 | 2026-03-14T20:26:59.577Z | Checking path-tree v0.8.3 |
| 2885 | 2026-03-14T20:26:59.762Z | Compiling target-lexicon v0.13.3 |
| 2886 | 2026-03-14T20:26:59.858Z | Checking gimli v0.32.3 |
| 2887 | 2026-03-14T20:27:00.273Z | Checking stringmetrics v2.2.2 |
| 2888 | 2026-03-14T20:27:00.501Z | Checking httpmock v0.8.3 |
| 2889 | 2026-03-14T20:27:00.546Z | Checking pbkdf2 v0.11.0 |
| 2890 | 2026-03-14T20:27:00.799Z | Checking ssh-key v0.6.7 |
| 2891 | 2026-03-14T20:27:02.122Z | Checking addr2line v0.25.1 |
| 2892 | 2026-03-14T20:27:02.510Z | Checking p521 v0.13.3 |
| 2893 | 2026-03-14T20:27:03.395Z | Checking p256 v0.13.2 |
| 2894 | 2026-03-14T20:27:03.539Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2895 | 2026-03-14T20:27:03.767Z | Checking russh-cryptovec v0.7.3 |
| 2896 | 2026-03-14T20:27:03.824Z | Checking rustc-demangle v0.1.27 |
| 2897 | 2026-03-14T20:27:03.980Z | Compiling guppy-workspace-hack v0.1.0 |
| 2898 | 2026-03-14T20:27:04.162Z | Checking md5 v0.7.0 |
| 2899 | 2026-03-14T20:27:04.311Z | Checking backtrace v0.3.76 |
| 2900 | 2026-03-14T20:27:04.414Z | Checking russh-keys v0.45.0 |
| 2901 | 2026-03-14T20:27:04.710Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2902 | 2026-03-14T20:27:04.756Z | Checking num-bigint v0.4.6 |
| 2903 | 2026-03-14T20:27:05.172Z | Checking des v0.8.1 |
| 2904 | 2026-03-14T20:27:05.409Z | Compiling blake3 v1.8.3 |
| 2905 | 2026-03-14T20:27:05.503Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2906 | 2026-03-14T20:27:05.909Z | Compiling target-spec v3.5.7 |
| 2907 | 2026-03-14T20:27:06.081Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2908 | 2026-03-14T20:27:06.162Z | Checking russh v0.45.0 |
| 2909 | 2026-03-14T20:27:06.838Z | Checking backtrace-ext v0.2.1 |
| 2910 | 2026-03-14T20:27:06.897Z | Checking cfg-expr v0.20.6 |
| 2911 | 2026-03-14T20:27:07.023Z | Checking supports-color v2.1.0 |
| 2912 | 2026-03-14T20:27:07.109Z | Checking textwrap v0.15.2 |
| 2913 | 2026-03-14T20:27:07.233Z | Checking supports-unicode v2.1.0 |
| 2914 | 2026-03-14T20:27:07.415Z | Checking supports-hyperlinks v2.1.0 |
| 2915 | 2026-03-14T20:27:07.461Z | Checking hashbrown v0.14.5 |
| 2916 | 2026-03-14T20:27:07.506Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2917 | 2026-03-14T20:27:07.616Z | Checking cargo-platform v0.3.2 |
| 2918 | 2026-03-14T20:27:07.808Z | Checking socket2 v0.5.10 |
| 2919 | 2026-03-14T20:27:07.899Z | Checking terminal_size v0.1.17 |
| 2920 | 2026-03-14T20:27:08.076Z | Compiling miette-derive v5.10.0 |
| 2921 | 2026-03-14T20:27:08.159Z | Checking internet-checksum v0.2.1 |
| 2922 | 2026-03-14T20:27:08.203Z | Checking owo-colors v3.5.0 |
| 2923 | 2026-03-14T20:27:08.348Z | Checking chumsky v0.9.3 |
| 2924 | 2026-03-14T20:27:08.783Z | Checking cargo_metadata v0.23.1 |
| 2925 | 2026-03-14T20:27:09.631Z | Checking miette v5.10.0 |
| 2926 | 2026-03-14T20:27:09.841Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2927 | 2026-03-14T20:27:09.885Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2928 | 2026-03-14T20:27:10.077Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2929 | 2026-03-14T20:27:10.319Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2930 | 2026-03-14T20:27:10.496Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2931 | 2026-03-14T20:27:10.658Z | Checking httptest v0.16.4 |
| 2932 | 2026-03-14T20:27:10.833Z | Compiling git2 v0.20.4 |
| 2933 | 2026-03-14T20:27:10.914Z | Checking pathdiff v0.2.3 |
| 2934 | 2026-03-14T20:27:11.008Z | Compiling knuffel-derive v3.2.0 |
| 2935 | 2026-03-14T20:27:11.089Z | Checking nested v0.1.1 |
| 2936 | 2026-03-14T20:27:11.181Z | Checking topological-sort v0.2.2 |
| 2937 | 2026-03-14T20:27:11.304Z | Checking guppy v0.17.25 |
| 2938 | 2026-03-14T20:27:11.395Z | Checking omicron-zone-package v0.12.2 |
| 2939 | 2026-03-14T20:27:11.669Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2940 | 2026-03-14T20:27:11.974Z | Checking similar-asserts v1.7.0 |
| 2941 | 2026-03-14T20:27:12.208Z | Compiling rstest_macros v0.25.0 |
| 2942 | 2026-03-14T20:27:12.626Z | Compiling target-triple v1.0.0 |
| 2943 | 2026-03-14T20:27:12.670Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2944 | 2026-03-14T20:27:12.866Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2945 | 2026-03-14T20:27:12.915Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2946 | 2026-03-14T20:27:13.107Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2947 | 2026-03-14T20:27:13.153Z | Checking knuffel v3.2.0 |
| 2948 | 2026-03-14T20:27:13.395Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2949 | 2026-03-14T20:27:14.232Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2950 | 2026-03-14T20:27:14.557Z | Compiling assert_cmd v2.1.2 |
| 2951 | 2026-03-14T20:27:14.911Z | Compiling relative-path v1.9.3 |
| 2952 | 2026-03-14T20:27:14.914Z | Checking escape8259 v0.5.3 |
| 2953 | 2026-03-14T20:27:15.166Z | Checking libtest-mimic v0.8.1 |
| 2954 | 2026-03-14T20:27:15.331Z | Checking toml v1.0.3+spec-1.1.0 |
| 2955 | 2026-03-14T20:27:15.735Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2956 | 2026-03-14T20:27:15.835Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2957 | 2026-03-14T20:27:15.907Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2958 | 2026-03-14T20:27:16.196Z | Checking blake2b_simd v1.0.4 |
| 2959 | 2026-03-14T20:27:16.787Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2960 | 2026-03-14T20:27:16.879Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2961 | 2026-03-14T20:27:17.295Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2962 | 2026-03-14T20:27:17.407Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2963 | 2026-03-14T20:27:17.734Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2964 | 2026-03-14T20:27:18.025Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2965 | 2026-03-14T20:27:18.294Z | Checking fancy-regex v0.14.0 |
| 2966 | 2026-03-14T20:27:18.404Z | Compiling polar-core v0.27.3 |
| 2967 | 2026-03-14T20:27:18.599Z | Checking serde_tokenstream v0.2.3 |
| 2968 | 2026-03-14T20:27:18.830Z | Checking uzers v0.12.2 |
| 2969 | 2026-03-14T20:27:18.935Z | Checking constant_time_eq v0.3.1 |
| 2970 | 2026-03-14T20:27:19.110Z | Checking termcolor v1.4.1 |
| 2971 | 2026-03-14T20:27:19.161Z | Compiling linkme-impl v0.3.35 |
| 2972 | 2026-03-14T20:27:19.467Z | Checking trybuild v1.0.116 |
| 2973 | 2026-03-14T20:27:19.676Z | Checking rust-argon2 v2.1.0 |
| 2974 | 2026-03-14T20:27:20.033Z | Checking datatest-stable v0.3.3 |
| 2975 | 2026-03-14T20:27:20.633Z | Checking rstest v0.25.0 |
| 2976 | 2026-03-14T20:27:20.725Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2977 | 2026-03-14T20:27:20.909Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2978 | 2026-03-14T20:27:21.175Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2979 | 2026-03-14T20:27:21.246Z | Checking support-bundle-viewer v0.1.2 |
| 2980 | 2026-03-14T20:27:21.706Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2981 | 2026-03-14T20:27:22.009Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2982 | 2026-03-14T20:27:22.251Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2983 | 2026-03-14T20:27:22.316Z | Checking drift v0.1.3 |
| 2984 | 2026-03-14T20:27:22.550Z | Checking rand_distr v0.5.1 |
| 2985 | 2026-03-14T20:27:22.783Z | Checking multimap v0.10.1 |
| 2986 | 2026-03-14T20:27:23.062Z | Checking approx v0.5.1 |
| 2987 | 2026-03-14T20:27:23.187Z | Compiling linkme v0.3.35 |
| 2988 | 2026-03-14T20:27:23.283Z | Checking dropshot-api-manager v0.6.0 |
| 2989 | 2026-03-14T20:27:24.702Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2990 | 2026-03-14T20:27:24.972Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2991 | 2026-03-14T20:27:25.173Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2992 | 2026-03-14T20:27:25.329Z | Checking oso v0.27.3 |
| 2993 | 2026-03-14T20:27:25.414Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2994 | 2026-03-14T20:27:25.779Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2995 | 2026-03-14T20:27:25.914Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2996 | 2026-03-14T20:27:26.141Z | Checking partial-io v0.5.4 |
| 2997 | 2026-03-14T20:27:26.202Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2998 | 2026-03-14T20:27:26.457Z | Checking cargo_toml v0.21.0 |
| 2999 | 2026-03-14T20:27:26.504Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3000 | 2026-03-14T20:27:26.582Z | Checking termios v0.3.3 |
| 3001 | 2026-03-14T20:27:26.713Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3002 | 2026-03-14T20:27:27.065Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3003 | 2026-03-14T20:27:27.207Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3004 | 2026-03-14T20:27:27.657Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3005 | 2026-03-14T20:27:29.432Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3006 | 2026-03-14T20:27:31.921Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3007 | 2026-03-14T20:27:37.080Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3008 | 2026-03-14T20:27:39.931Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3009 | 2026-03-14T20:27:45.397Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3010 | 2026-03-14T20:27:45.569Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3011 | 2026-03-14T20:27:53.464Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3012 | 2026-03-14T20:27:58.345Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3013 | 2026-03-14T20:28:00.120Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3014 | 2026-03-14T20:28:03.908Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3015 | 2026-03-14T20:28:12.096Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3016 | 2026-03-14T20:30:11.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 38s |
| 3017 | 2026-03-14T20:30:12.188Z | |
| 3018 | 2026-03-14T20:30:12.188Z | real 5:43.113027632 |
| 3019 | 2026-03-14T20:30:12.188Z | user 28:28.757216998 |
| 3020 | 2026-03-14T20:30:12.191Z | sys 6:01.564336274 |
| 3021 | 2026-03-14T20:30:12.191Z | trap 0.720304534 |
| 3022 | 2026-03-14T20:30:12.191Z | tflt 0.141484272 |
| 3023 | 2026-03-14T20:30:12.191Z | dflt 0.135611760 |
| 3024 | 2026-03-14T20:30:12.191Z | kflt 0.001363544 |
| 3025 | 2026-03-14T20:30:12.191Z | lock 1:20:36.666162890 |
| 3026 | 2026-03-14T20:30:12.191Z | slp 1:17:24.466449500 |
| 3027 | 2026-03-14T20:30:12.191Z | lat 1:57.488653047 |
| 3028 | 2026-03-14T20:30:12.191Z | stop 13:59.917031129 |
| 3029 | 2026-03-14T20:30:12.191Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3030 | 2026-03-14T20:30:12.191Z | + ptime -m cargo doc --workspace --no-deps |
| 3031 | 2026-03-14T20:30:13.393Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3032 | 2026-03-14T20:30:13.393Z | | |
| 3033 | 2026-03-14T20:30:13.393Z | = 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)` |
| 3034 | 2026-03-14T20:30:13.393Z | = 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> |
| 3035 | 2026-03-14T20:30:14.720Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3036 | 2026-03-14T20:30:14.990Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3037 | 2026-03-14T20:30:15.041Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3038 | 2026-03-14T20:30:15.123Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3039 | 2026-03-14T20:30:15.218Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3040 | 2026-03-14T20:30:15.339Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3041 | 2026-03-14T20:30:15.376Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3042 | 2026-03-14T20:30:15.408Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3043 | 2026-03-14T20:30:15.479Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3044 | 2026-03-14T20:30:15.639Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3045 | 2026-03-14T20:30:15.681Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3046 | 2026-03-14T20:30:15.749Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3047 | 2026-03-14T20:30:15.780Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3048 | 2026-03-14T20:30:15.861Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3049 | 2026-03-14T20:30:15.893Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3050 | 2026-03-14T20:30:15.933Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3051 | 2026-03-14T20:30:16.058Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3052 | 2026-03-14T20:30:16.060Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3053 | 2026-03-14T20:30:16.138Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3054 | 2026-03-14T20:30:16.168Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3055 | 2026-03-14T20:30:16.582Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3056 | 2026-03-14T20:30:16.704Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3057 | 2026-03-14T20:30:16.808Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3058 | 2026-03-14T20:30:16.942Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3059 | 2026-03-14T20:30:16.991Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3060 | 2026-03-14T20:30:17.022Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3061 | 2026-03-14T20:30:17.206Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3062 | 2026-03-14T20:30:17.283Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3063 | 2026-03-14T20:30:17.413Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3064 | 2026-03-14T20:30:17.540Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3065 | 2026-03-14T20:30:17.655Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3066 | 2026-03-14T20:30:17.730Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3067 | 2026-03-14T20:30:17.968Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3068 | 2026-03-14T20:30:18.096Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3069 | 2026-03-14T20:30:18.126Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3070 | 2026-03-14T20:30:18.206Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3071 | 2026-03-14T20:30:18.420Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3072 | 2026-03-14T20:30:18.450Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3073 | 2026-03-14T20:30:18.477Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3074 | 2026-03-14T20:30:18.777Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3075 | 2026-03-14T20:30:18.856Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3076 | 2026-03-14T20:30:19.189Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3077 | 2026-03-14T20:30:19.221Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3078 | 2026-03-14T20:30:19.297Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3079 | 2026-03-14T20:30:19.410Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3080 | 2026-03-14T20:30:19.444Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3081 | 2026-03-14T20:30:19.658Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3082 | 2026-03-14T20:30:19.756Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3083 | 2026-03-14T20:30:19.789Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3084 | 2026-03-14T20:30:19.894Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3085 | 2026-03-14T20:30:19.966Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3086 | 2026-03-14T20:30:20.002Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3087 | 2026-03-14T20:30:20.041Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3088 | 2026-03-14T20:30:20.291Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3089 | 2026-03-14T20:30:20.294Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3090 | 2026-03-14T20:30:20.346Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3091 | 2026-03-14T20:30:20.415Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3092 | 2026-03-14T20:30:20.591Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3093 | 2026-03-14T20:30:20.664Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3094 | 2026-03-14T20:30:20.692Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3095 | 2026-03-14T20:30:20.884Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3096 | 2026-03-14T20:30:20.917Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3097 | 2026-03-14T20:30:20.982Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3098 | 2026-03-14T20:30:21.030Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3099 | 2026-03-14T20:30:21.192Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3100 | 2026-03-14T20:30:21.235Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3101 | 2026-03-14T20:30:21.444Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3102 | 2026-03-14T20:30:21.623Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3103 | 2026-03-14T20:30:21.626Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3104 | 2026-03-14T20:30:21.681Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3105 | 2026-03-14T20:30:21.713Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3106 | 2026-03-14T20:30:21.892Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3107 | 2026-03-14T20:30:22.426Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3108 | 2026-03-14T20:30:22.456Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3109 | 2026-03-14T20:30:23.402Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3110 | 2026-03-14T20:30:23.973Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3111 | 2026-03-14T20:30:24.146Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3112 | 2026-03-14T20:30:24.258Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3113 | 2026-03-14T20:30:24.293Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3114 | 2026-03-14T20:30:24.326Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3115 | 2026-03-14T20:30:24.693Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3116 | 2026-03-14T20:30:24.725Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3117 | 2026-03-14T20:30:25.032Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3118 | 2026-03-14T20:30:25.315Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3119 | 2026-03-14T20:30:25.513Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3120 | 2026-03-14T20:30:25.756Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3121 | 2026-03-14T20:30:25.784Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3122 | 2026-03-14T20:30:25.871Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3123 | 2026-03-14T20:30:26.226Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3124 | 2026-03-14T20:30:26.593Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3125 | 2026-03-14T20:30:27.110Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3126 | 2026-03-14T20:30:27.140Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3127 | 2026-03-14T20:30:27.331Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3128 | 2026-03-14T20:30:27.689Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3129 | 2026-03-14T20:30:27.778Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3130 | 2026-03-14T20:30:28.457Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3131 | 2026-03-14T20:30:28.533Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3132 | 2026-03-14T20:30:29.454Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3133 | 2026-03-14T20:30:29.577Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3134 | 2026-03-14T20:30:29.828Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3135 | 2026-03-14T20:30:30.569Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3136 | 2026-03-14T20:30:31.018Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3137 | 2026-03-14T20:30:31.314Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3138 | 2026-03-14T20:30:31.345Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3139 | 2026-03-14T20:30:31.470Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3140 | 2026-03-14T20:30:31.629Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3141 | 2026-03-14T20:30:31.692Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3142 | 2026-03-14T20:30:31.747Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3143 | 2026-03-14T20:30:32.023Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3144 | 2026-03-14T20:30:32.133Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3145 | 2026-03-14T20:30:32.288Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3146 | 2026-03-14T20:30:32.342Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3147 | 2026-03-14T20:30:32.391Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3148 | 2026-03-14T20:30:32.777Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3149 | 2026-03-14T20:30:33.237Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3150 | 2026-03-14T20:30:33.479Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3151 | 2026-03-14T20:30:33.828Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3152 | 2026-03-14T20:30:34.611Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3153 | 2026-03-14T20:30:35.262Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3154 | 2026-03-14T20:30:35.632Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3155 | 2026-03-14T20:30:35.994Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3156 | 2026-03-14T20:30:36.212Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3157 | 2026-03-14T20:30:36.250Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3158 | 2026-03-14T20:30:36.551Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3159 | 2026-03-14T20:30:37.123Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3160 | 2026-03-14T20:30:37.157Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3161 | 2026-03-14T20:30:37.505Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3162 | 2026-03-14T20:30:37.537Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3163 | 2026-03-14T20:30:37.654Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3164 | 2026-03-14T20:30:39.146Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3165 | 2026-03-14T20:30:39.271Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3166 | 2026-03-14T20:30:39.368Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3167 | 2026-03-14T20:30:39.846Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3168 | 2026-03-14T20:30:40.457Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3169 | 2026-03-14T20:30:41.947Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3170 | 2026-03-14T20:30:42.819Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3171 | 2026-03-14T20:30:43.026Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3172 | 2026-03-14T20:30:43.656Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3173 | 2026-03-14T20:30:43.806Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3174 | 2026-03-14T20:30:43.838Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3175 | 2026-03-14T20:30:44.369Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3176 | 2026-03-14T20:30:44.565Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3177 | 2026-03-14T20:30:44.859Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3178 | 2026-03-14T20:30:45.522Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3179 | 2026-03-14T20:30:45.742Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3180 | 2026-03-14T20:30:47.532Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3181 | 2026-03-14T20:30:48.205Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3182 | 2026-03-14T20:30:48.583Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3183 | 2026-03-14T20:30:50.721Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3184 | 2026-03-14T20:30:50.893Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3185 | 2026-03-14T20:30:51.720Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3186 | 2026-03-14T20:30:53.208Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3187 | 2026-03-14T20:30:53.835Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3188 | 2026-03-14T20:30:55.092Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3189 | 2026-03-14T20:30:55.491Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3190 | 2026-03-14T20:30:56.023Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3191 | 2026-03-14T20:30:56.285Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3192 | 2026-03-14T20:30:57.687Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3193 | 2026-03-14T20:30:57.883Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3194 | 2026-03-14T20:30:58.172Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3195 | 2026-03-14T20:30:58.765Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3196 | 2026-03-14T20:30:59.004Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3197 | 2026-03-14T20:30:59.189Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3198 | 2026-03-14T20:30:59.252Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3199 | 2026-03-14T20:30:59.812Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3200 | 2026-03-14T20:30:59.849Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3201 | 2026-03-14T20:31:00.107Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3202 | 2026-03-14T20:31:00.171Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3203 | 2026-03-14T20:31:00.751Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3204 | 2026-03-14T20:31:01.067Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3205 | 2026-03-14T20:31:01.098Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3206 | 2026-03-14T20:31:01.128Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3207 | 2026-03-14T20:31:02.001Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3208 | 2026-03-14T20:31:02.107Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3209 | 2026-03-14T20:31:02.554Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3210 | 2026-03-14T20:31:03.429Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3211 | 2026-03-14T20:31:04.200Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3212 | 2026-03-14T20:31:05.385Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3213 | 2026-03-14T20:31:06.435Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3214 | 2026-03-14T20:31:06.744Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3215 | 2026-03-14T20:31:11.236Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3216 | 2026-03-14T20:31:12.012Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3217 | 2026-03-14T20:31:13.155Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3218 | 2026-03-14T20:31:13.482Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3219 | 2026-03-14T20:31:14.863Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3220 | 2026-03-14T20:31:17.604Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3221 | 2026-03-14T20:31:19.129Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3222 | 2026-03-14T20:31:19.622Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3223 | 2026-03-14T20:31:20.441Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3224 | 2026-03-14T20:31:20.897Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3225 | 2026-03-14T20:31:25.068Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3226 | 2026-03-14T20:31:25.303Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3227 | 2026-03-14T20:31:25.994Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3228 | 2026-03-14T20:31:26.603Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3229 | 2026-03-14T20:31:27.004Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3230 | 2026-03-14T20:31:28.063Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3231 | 2026-03-14T20:31:30.562Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3232 | 2026-03-14T20:31:31.474Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3233 | 2026-03-14T20:31:32.367Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3234 | 2026-03-14T20:31:36.673Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3235 | 2026-03-14T20:31:38.422Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3236 | 2026-03-14T20:31:39.333Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3237 | 2026-03-14T20:31:40.222Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3238 | 2026-03-14T20:31:41.585Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3239 | 2026-03-14T20:31:42.299Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3240 | 2026-03-14T20:31:43.270Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3241 | 2026-03-14T20:31:44.945Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3242 | 2026-03-14T20:31:46.268Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3243 | 2026-03-14T20:31:46.396Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3244 | 2026-03-14T20:31:47.111Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3245 | 2026-03-14T20:31:48.240Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3246 | 2026-03-14T20:31:49.520Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3247 | 2026-03-14T20:31:52.607Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3248 | 2026-03-14T20:31:56.347Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3249 | 2026-03-14T20:31:57.607Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3250 | 2026-03-14T20:31:58.498Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3251 | 2026-03-14T20:32:00.176Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3252 | 2026-03-14T20:32:00.801Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3253 | 2026-03-14T20:32:02.230Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3254 | 2026-03-14T20:32:05.807Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3255 | 2026-03-14T20:32:06.547Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3256 | 2026-03-14T20:32:07.939Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3257 | 2026-03-14T20:32:09.588Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3258 | 2026-03-14T20:32:11.185Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3259 | 2026-03-14T20:32:14.426Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3260 | 2026-03-14T20:32:16.198Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3261 | 2026-03-14T20:32:17.741Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3262 | 2026-03-14T20:32:20.025Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3263 | 2026-03-14T20:32:22.062Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3264 | 2026-03-14T20:32:24.267Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3265 | 2026-03-14T20:32:26.491Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3266 | 2026-03-14T20:32:29.008Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3267 | 2026-03-14T20:32:31.106Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3268 | 2026-03-14T20:32:35.970Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3269 | 2026-03-14T20:32:38.289Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3270 | 2026-03-14T20:32:38.333Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3271 | 2026-03-14T20:32:40.705Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3272 | 2026-03-14T20:32:43.097Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3273 | 2026-03-14T20:32:45.529Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3274 | 2026-03-14T20:32:48.045Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3275 | 2026-03-14T20:32:50.796Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3276 | 2026-03-14T20:32:53.202Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3277 | 2026-03-14T20:32:56.017Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3278 | 2026-03-14T20:32:58.105Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3279 | 2026-03-14T20:33:00.503Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3280 | 2026-03-14T20:33:02.974Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3281 | 2026-03-14T20:33:05.397Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3282 | 2026-03-14T20:33:07.768Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3283 | 2026-03-14T20:33:09.973Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3284 | 2026-03-14T20:33:12.356Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3285 | 2026-03-14T20:33:15.201Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3286 | 2026-03-14T20:33:17.364Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3287 | 2026-03-14T20:33:19.799Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3288 | 2026-03-14T20:33:22.374Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3289 | 2026-03-14T20:33:24.846Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3290 | 2026-03-14T20:33:27.360Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3291 | 2026-03-14T20:33:29.901Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3292 | 2026-03-14T20:33:32.380Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3293 | 2026-03-14T20:33:34.869Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3294 | 2026-03-14T20:33:37.872Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3295 | 2026-03-14T20:33:40.144Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3296 | 2026-03-14T20:33:42.635Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3297 | 2026-03-14T20:33:48.434Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3298 | 2026-03-14T20:33:51.276Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3299 | 2026-03-14T20:33:54.066Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3300 | 2026-03-14T20:33:56.813Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3301 | 2026-03-14T20:33:57.432Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3302 | 2026-03-14T20:34:02.439Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3303 | 2026-03-14T20:34:05.196Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3304 | 2026-03-14T20:34:08.104Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3305 | 2026-03-14T20:34:11.032Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3306 | 2026-03-14T20:34:13.648Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3307 | 2026-03-14T20:34:16.683Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3308 | 2026-03-14T20:34:19.425Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3309 | 2026-03-14T20:34:22.836Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3310 | 2026-03-14T20:34:25.515Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3311 | 2026-03-14T20:34:27.903Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3312 | 2026-03-14T20:34:30.834Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3313 | 2026-03-14T20:34:33.685Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3314 | 2026-03-14T20:34:36.539Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3315 | 2026-03-14T20:34:39.470Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3316 | 2026-03-14T20:34:42.246Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3317 | 2026-03-14T20:34:45.179Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3318 | 2026-03-14T20:34:48.004Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3319 | 2026-03-14T20:34:50.799Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3320 | 2026-03-14T20:34:53.730Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3321 | 2026-03-14T20:34:56.841Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3322 | 2026-03-14T20:34:59.715Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3323 | 2026-03-14T20:35:02.643Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3324 | 2026-03-14T20:35:05.893Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3325 | 2026-03-14T20:35:08.774Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3326 | 2026-03-14T20:35:11.655Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3327 | 2026-03-14T20:35:14.718Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3328 | 2026-03-14T20:35:17.772Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3329 | 2026-03-14T20:35:20.882Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3330 | 2026-03-14T20:35:24.162Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3331 | 2026-03-14T20:35:27.231Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3332 | 2026-03-14T20:35:30.280Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3333 | 2026-03-14T20:35:33.397Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3334 | 2026-03-14T20:35:36.484Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3335 | 2026-03-14T20:35:39.648Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3336 | 2026-03-14T20:35:42.853Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3337 | 2026-03-14T20:35:46.495Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3338 | 2026-03-14T20:35:49.255Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3339 | 2026-03-14T20:35:59.147Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3340 | 2026-03-14T20:35:59.208Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3341 | 2026-03-14T20:36:03.288Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3342 | 2026-03-14T20:36:09.220Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3343 | 2026-03-14T20:36:12.821Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3344 | 2026-03-14T20:36:17.224Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3345 | 2026-03-14T20:36:21.747Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3346 | 2026-03-14T20:36:26.355Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3347 | 2026-03-14T20:36:30.878Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3348 | 2026-03-14T20:36:35.459Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3349 | 2026-03-14T20:36:39.934Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3350 | 2026-03-14T20:36:44.456Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3351 | 2026-03-14T20:36:48.998Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3352 | 2026-03-14T20:36:53.687Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3353 | 2026-03-14T20:36:58.162Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3354 | 2026-03-14T20:37:02.794Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3355 | 2026-03-14T20:37:07.333Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3356 | 2026-03-14T20:37:11.817Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3357 | 2026-03-14T20:37:16.435Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3358 | 2026-03-14T20:37:21.016Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3359 | 2026-03-14T20:37:25.597Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3360 | 2026-03-14T20:37:30.265Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3361 | 2026-03-14T20:37:34.704Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3362 | 2026-03-14T20:37:39.289Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3363 | 2026-03-14T20:37:43.798Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3364 | 2026-03-14T20:38:20.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 08s |
| 3365 | 2026-03-14T20:38:20.762Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files |
| 3366 | 2026-03-14T20:38:20.881Z | |
| 3367 | 2026-03-14T20:38:20.884Z | real 8:08.571159148 |
| 3368 | 2026-03-14T20:38:20.884Z | user 23:32.418043454 |
| 3369 | 2026-03-14T20:38:20.884Z | sys 4:30.417629320 |
| 3370 | 2026-03-14T20:38:20.884Z | trap 0.399361810 |
| 3371 | 2026-03-14T20:38:20.884Z | tflt 0.027831965 |
| 3372 | 2026-03-14T20:38:20.884Z | dflt 0.025681387 |
| 3373 | 2026-03-14T20:38:20.884Z | kflt 0.000019817 |
| 3374 | 2026-03-14T20:38:20.884Z | lock 7:23:20.292101279 |
| 3375 | 2026-03-14T20:38:20.884Z | slp 2:42:41.578159813 |
| 3376 | 2026-03-14T20:38:20.884Z | lat 36.183774635 |
| 3377 | 2026-03-14T20:38:20.884Z | stop 1:57.253384980 |
| 3378 | 2026-03-14T20:38:20.884Z | process exited: duration 1074774 ms, exit code 0 |
| |
| 3379 | 2026-03-14T20:38:20.890Z | found 0 output files |