|
|
|
| 1 | 2026-08-28T18:56:08.146Z | job assigned to worker 01M14VKSDPG3Q8FM8AF4PC0VXS [factory aws, i-0d41f802c5f7d1a82] (queued for 57 s) |
| |
| 2 | 2026-08-28T18:56:14.707Z | starting task 0: "setup" |
| 3 | 2026-08-28T18:56:14.711Z | ++ uname -s |
| 4 | 2026-08-28T18:56:14.716Z | + kern=SunOS |
| 5 | 2026-08-28T18:56:14.716Z | + build_user=build |
| 6 | 2026-08-28T18:56:14.716Z | + build_uid=12345 |
| 7 | 2026-08-28T18:56:14.716Z | + work_dir=/work |
| 8 | 2026-08-28T18:56:14.716Z | + input_dir=/input |
| 9 | 2026-08-28T18:56:14.716Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-28T18:56:14.716Z | + case "$kern" in |
| 11 | 2026-08-28T18:56:14.716Z | + groupadd -g 12345 build |
| 12 | 2026-08-28T18:56:14.716Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-28T18:56:16.721Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-28T18:56:16.807Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-28T18:56:16.813Z | + home_fs=zfs |
| 16 | 2026-08-28T18:56:16.814Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-28T18:56:16.814Z | + mkdir -p /home/build |
| 18 | 2026-08-28T18:56:16.814Z | + chown build:build /home/build /work |
| 19 | 2026-08-28T18:56:18.810Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-28T18:56:18.814Z | process exited: duration 4108 ms, exit code 0 |
| |
| 21 | 2026-08-28T18:56:18.820Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-28T18:56:18.825Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-28T18:56:18.825Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-28T18:56:18.825Z | * rust toolchain profile = "default" |
| 25 | 2026-08-28T18:56:18.825Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-28T18:56:18.825Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-28T18:56:18.825Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-28T18:56:18.831Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-28T18:56:18.831Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-28T18:56:18.908Z | info: downloading installer |
| 31 | 2026-08-28T18:56:20.212Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-28T18:56:20.212Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-28T18:56:20.212Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-28T18:56:20.212Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-28T18:56:20.224Z | info: profile set to default |
| 36 | 2026-08-28T18:56:20.224Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-28T18:56:20.228Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-28T18:56:20.380Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-28T18:56:20.385Z | info: downloading 6 components |
| 40 | 2026-08-28T18:56:33.732Z | |
| 41 | 2026-08-28T18:56:33.732Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-28T18:56:33.765Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-28T18:56:33.765Z | |
| 44 | 2026-08-28T18:56:33.765Z | |
| 45 | 2026-08-28T18:56:33.765Z | Rust is installed now. Great! |
| 46 | 2026-08-28T18:56:33.765Z | |
| 47 | 2026-08-28T18:56:33.765Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-28T18:56:33.765Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-28T18:56:33.765Z | |
| 50 | 2026-08-28T18:56:33.765Z | To configure your current shell, you need to source |
| 51 | 2026-08-28T18:56:33.765Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-28T18:56:33.765Z | |
| 53 | 2026-08-28T18:56:33.765Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-28T18:56:33.765Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-28T18:56:33.765Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-28T18:56:33.765Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-28T18:56:33.765Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-28T18:56:33.765Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-28T18:56:33.765Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-28T18:56:33.769Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-28T18:56:33.769Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-28T18:56:33.866Z | + rustup --version |
| 63 | 2026-08-28T18:56:33.874Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-28T18:56:33.877Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-28T18:56:33.896Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-28T18:56:33.899Z | + cargo --version |
| 67 | 2026-08-28T18:56:33.913Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-28T18:56:33.917Z | + rustc --version |
| 69 | 2026-08-28T18:56:33.935Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-28T18:56:33.939Z | process exited: duration 15116 ms, exit code 0 |
| |
| 71 | 2026-08-28T18:56:33.946Z | starting task 2: "authentication" |
| 72 | 2026-08-28T18:56:33.964Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-28T18:56:33.971Z | starting task 3: "clone repository" |
| 74 | 2026-08-28T18:56:33.975Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-28T18:56:33.978Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-28T18:56:34.021Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-28T18:56:48.013Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-28T18:56:48.013Z | + git fetch origin 774254e8a4037268983f847224912f6574876d80 |
| 79 | 2026-08-28T18:56:48.375Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-28T18:56:48.375Z | * branch 774254e8a4037268983f847224912f6574876d80 -> FETCH_HEAD |
| 81 | 2026-08-28T18:56:48.389Z | + [[ -n support-bundle-data-selection-api ]] |
| 82 | 2026-08-28T18:56:48.392Z | ++ git branch --show-current |
| 83 | 2026-08-28T18:56:48.392Z | + current=main |
| 84 | 2026-08-28T18:56:48.392Z | + [[ main != support-bundle-data-selection-api ]] |
| 85 | 2026-08-28T18:56:48.392Z | + git branch -f support-bundle-data-selection-api 774254e8a4037268983f847224912f6574876d80 |
| 86 | 2026-08-28T18:56:48.395Z | + git checkout -f support-bundle-data-selection-api |
| 87 | 2026-08-28T18:56:48.571Z | Switched to branch 'support-bundle-data-selection-api' |
| 88 | 2026-08-28T18:56:48.575Z | + git reset --hard 774254e8a4037268983f847224912f6574876d80 |
| 89 | 2026-08-28T18:56:48.759Z | HEAD is now at 774254e8a Authorize bundle creation before validating the data selection |
| 90 | 2026-08-28T18:56:48.763Z | process exited: duration 14788 ms, exit code 0 |
| |
| 91 | 2026-08-28T18:56:48.775Z | starting task 4: "build" |
| 92 | 2026-08-28T18:56:48.782Z | + source ./env.sh |
| 93 | 2026-08-28T18:56:48.782Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-08-28T18:56:48.782Z | ++ set -o xtrace |
| 95 | 2026-08-28T18:56:48.782Z | ++++ dirname ./env.sh |
| 96 | 2026-08-28T18:56:48.789Z | +++ readlink -f . |
| 97 | 2026-08-28T18:56:48.789Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-08-28T18:56:48.789Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-08-28T18:56:48.789Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-08-28T18:56:48.789Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-08-28T18:56:48.789Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-08-28T18:56:48.789Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-08-28T18:56:48.789Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-08-28T18:56:48.789Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-08-28T18:56:48.789Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-08-28T18:56:48.789Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-08-28T18:56:48.789Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-08-28T18:56:48.789Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-08-28T18:56:48.789Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-08-28T18:56:48.789Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-08-28T18:56:48.789Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-08-28T18:56:48.789Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-08-28T18:56:48.789Z | +++ uname -s |
| 114 | 2026-08-28T18:56:48.789Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-08-28T18:56:48.789Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-08-28T18:56:48.796Z | + cargo --version |
| 117 | 2026-08-28T18:56:48.802Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 118 | 2026-08-28T18:56:48.802Z | + rustc --version |
| 119 | 2026-08-28T18:56:48.819Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 120 | 2026-08-28T18:56:48.826Z | + banner prerequisites |
| 121 | 2026-08-28T18:56:48.826Z | |
| 122 | 2026-08-28T18:56:48.826Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-08-28T18:56:48.826Z | # # # # # # # # # # # # # # # |
| 124 | 2026-08-28T18:56:48.826Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-08-28T18:56:48.826Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-08-28T18:56:48.826Z | # # # # # # # # # # # # # # # |
| 127 | 2026-08-28T18:56:48.826Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-08-28T18:56:48.826Z | |
| 129 | 2026-08-28T18:56:48.826Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-08-28T18:56:51.283Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-08-28T18:56:51.690Z | Startup: Caching catalogs ... Done |
| 132 | 2026-08-28T18:56:53.939Z | Planning: Solver setup ... Done (2.126s) |
| 133 | 2026-08-28T18:56:54.002Z | Planning: Running solver ... Done (0.063s) |
| 134 | 2026-08-28T18:56:54.055Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-08-28T18:56:54.073Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-08-28T18:56:54.082Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-08-28T18:56:54.096Z | Planning: Package planning ... Done (0.014s) |
| 138 | 2026-08-28T18:56:54.099Z | Planning: Merging actions ... Done (0.002s) |
| 139 | 2026-08-28T18:56:54.327Z | Planning: Checking for conflicting actions ... Done (0.229s) |
| 140 | 2026-08-28T18:56:54.334Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-08-28T18:56:55.124Z | Planning: Evaluating mediators ... Done (0.796s) |
| 142 | 2026-08-28T18:56:55.128Z | Planning: Planning completed in 3.40 seconds |
| 143 | 2026-08-28T18:56:55.135Z | Packages to install: 2 |
| 144 | 2026-08-28T18:56:55.138Z | Estimated space available: 156.00 GB |
| 145 | 2026-08-28T18:56:55.138Z | Estimated space to be consumed: 83.65 MB |
| 146 | 2026-08-28T18:56:55.138Z | Create boot environment: No |
| 147 | 2026-08-28T18:56:55.138Z | Create backup boot environment: No |
| 148 | 2026-08-28T18:56:55.138Z | Rebuild boot archive: No |
| 149 | 2026-08-28T18:56:55.138Z | |
| 150 | 2026-08-28T18:56:55.138Z | Changed packages: |
| 151 | 2026-08-28T18:56:55.138Z | helios |
| 152 | 2026-08-28T18:56:55.138Z | developer/build-essential |
| 153 | 2026-08-28T18:56:55.138Z | None -> 11-3.0 |
| 154 | 2026-08-28T18:56:55.138Z | library/libxmlsec1 |
| 155 | 2026-08-28T18:56:55.139Z | None -> 1.2.35-3.0 |
| 156 | 2026-08-28T18:56:55.158Z | |
| 157 | 2026-08-28T18:56:55.158Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-08-28T18:56:55.228Z | Download: Completed 1.28 MB in 0.07 seconds (18.4M/s) |
| 159 | 2026-08-28T18:56:55.289Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-08-28T18:56:55.326Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-08-28T18:56:55.365Z | Finalize: Updating package state database ... Done (0.037s) |
| 162 | 2026-08-28T18:56:55.370Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-08-28T18:56:55.460Z | Finalize: Updating image state ... Done (0.094s) |
| 164 | 2026-08-28T18:56:58.064Z | Finalize: Creating fast lookup database ... Done (2.551s) |
| 165 | 2026-08-28T18:56:58.132Z | Finalize: Reading search index ... Done (0.013s) |
| 166 | 2026-08-28T18:56:58.135Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-08-28T18:56:58.264Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-08-28T18:56:58.642Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-08-28T18:56:58.746Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-08-28T18:56:58.749Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-08-28T18:56:58.904Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-08-28T18:56:58.908Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-08-28T18:56:58.928Z | Mediators to change: 2 |
| 174 | 2026-08-28T18:56:58.928Z | Create boot environment: No |
| 175 | 2026-08-28T18:56:58.928Z | Create backup boot environment: No |
| 176 | 2026-08-28T18:56:58.982Z | Finalize: Updating package state database ... Done |
| 177 | 2026-08-28T18:56:58.982Z | Finalize: Updating package cache ... Done |
| 178 | 2026-08-28T18:56:59.037Z | Finalize: Updating image state ... Done |
| 179 | 2026-08-28T18:57:00.994Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-08-28T18:57:01.055Z | Finalize: Reading search index ... Done |
| 181 | 2026-08-28T18:57:01.058Z | Finalize: Updating search index ... Done |
| 182 | 2026-08-28T18:57:01.196Z | Finalize: Updating package cache ... Done |
| 183 | 2026-08-28T18:57:01.481Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-08-28T18:57:01.586Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-08-28T18:57:01.590Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-08-28T18:57:01.743Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-08-28T18:57:01.746Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-08-28T18:57:01.766Z | Mediators to change: 1 |
| 189 | 2026-08-28T18:57:01.766Z | Create boot environment: No |
| 190 | 2026-08-28T18:57:01.766Z | Create backup boot environment: No |
| 191 | 2026-08-28T18:57:01.823Z | Finalize: Updating package state database ... Done |
| 192 | 2026-08-28T18:57:01.823Z | Finalize: Updating package cache ... Done |
| 193 | 2026-08-28T18:57:01.876Z | Finalize: Updating image state ... Done |
| 194 | 2026-08-28T18:57:03.824Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-08-28T18:57:03.889Z | Finalize: Reading search index ... Done |
| 196 | 2026-08-28T18:57:03.892Z | Finalize: Updating search index ... Done |
| 197 | 2026-08-28T18:57:04.023Z | Finalize: Updating package cache ... Done |
| 198 | 2026-08-28T18:57:04.336Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-08-28T18:57:04.336Z | apache system 2.4 system |
| 200 | 2026-08-28T18:57:04.336Z | clang system 15 system |
| 201 | 2026-08-28T18:57:04.336Z | csh system system illumos |
| 202 | 2026-08-28T18:57:04.336Z | ctags system system illumos |
| 203 | 2026-08-28T18:57:04.336Z | file vendor vendor darwinsys |
| 204 | 2026-08-28T18:57:04.336Z | file system system illumos |
| 205 | 2026-08-28T18:57:04.336Z | gcc vendor 14 vendor |
| 206 | 2026-08-28T18:57:04.336Z | gcc system 13 system |
| 207 | 2026-08-28T18:57:04.336Z | gcc system 10 system |
| 208 | 2026-08-28T18:57:04.336Z | go system 1.25 system |
| 209 | 2026-08-28T18:57:04.336Z | llvm system 15 system |
| 210 | 2026-08-28T18:57:04.336Z | mariadb system 11.4 system |
| 211 | 2026-08-28T18:57:04.336Z | mta vendor vendor dma |
| 212 | 2026-08-28T18:57:04.336Z | openjdk system 17 system |
| 213 | 2026-08-28T18:57:04.336Z | openjdk system 11 system |
| 214 | 2026-08-28T18:57:04.336Z | openssl vendor 3 vendor |
| 215 | 2026-08-28T18:57:04.336Z | perl system 5.40 system |
| 216 | 2026-08-28T18:57:04.336Z | postgresql system 18 system |
| 217 | 2026-08-28T18:57:04.336Z | postgresql system 17 system |
| 218 | 2026-08-28T18:57:04.336Z | python vendor 3 vendor |
| 219 | 2026-08-28T18:57:04.337Z | python system 2 system |
| 220 | 2026-08-28T18:57:04.337Z | python3 vendor 3.13 vendor |
| 221 | 2026-08-28T18:57:04.337Z | ruby system 3.4 system |
| 222 | 2026-08-28T18:57:04.337Z | ruby system 3.0 system |
| 223 | 2026-08-28T18:57:04.337Z | words vendor vendor american-english |
| 224 | 2026-08-28T18:57:04.337Z | words system system australian-english |
| 225 | 2026-08-28T18:57:04.337Z | words system system british-english |
| 226 | 2026-08-28T18:57:04.337Z | words system system canadian-english |
| 227 | 2026-08-28T18:57:04.337Z | words system system french |
| 228 | 2026-08-28T18:57:04.337Z | words system system italian |
| 229 | 2026-08-28T18:57:04.337Z | words system system ngerman |
| 230 | 2026-08-28T18:57:04.337Z | words system system ogerman |
| 231 | 2026-08-28T18:57:04.337Z | words system system spanish |
| 232 | 2026-08-28T18:57:04.588Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-08-28T18:57:04.588Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-08-28T18:57:05.097Z | FMRI IFO |
| 235 | 2026-08-28T18:57:05.097Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-08-28T18:57:05.097Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-08-28T18:57:05.097Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-08-28T18:57:05.097Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-08-28T18:57:05.097Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-08-28T18:57:05.097Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-08-28T18:57:05.097Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-08-28T18:57:05.097Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-08-28T18:57:05.098Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-08-28T18:57:05.459Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-08-28T18:57:05.874Z | Updating crates.io index |
| 246 | 2026-08-28T18:57:05.877Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-08-28T18:57:06.172Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-08-28T18:57:06.588Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 249 | 2026-08-28T18:57:06.877Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-08-28T18:57:07.940Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 251 | 2026-08-28T18:57:08.509Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 252 | 2026-08-28T18:57:10.119Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 253 | 2026-08-28T18:57:11.063Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 254 | 2026-08-28T18:57:11.430Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 255 | 2026-08-28T18:57:11.786Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 256 | 2026-08-28T18:57:13.057Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 257 | 2026-08-28T18:57:13.394Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 258 | 2026-08-28T18:57:13.844Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 259 | 2026-08-28T18:57:14.147Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-08-28T18:57:14.471Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-08-28T18:57:14.773Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-08-28T18:57:15.090Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 263 | 2026-08-28T18:57:15.412Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 264 | 2026-08-28T18:57:15.730Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 265 | 2026-08-28T18:57:16.273Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-08-28T18:57:16.646Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 267 | 2026-08-28T18:57:17.221Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 268 | 2026-08-28T18:57:17.534Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 269 | 2026-08-28T18:57:18.102Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 270 | 2026-08-28T18:57:18.428Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 271 | 2026-08-28T18:57:18.716Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 272 | 2026-08-28T18:57:19.152Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 273 | 2026-08-28T18:57:19.493Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 274 | 2026-08-28T18:57:19.916Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 275 | 2026-08-28T18:57:20.621Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 276 | 2026-08-28T18:57:20.943Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 277 | 2026-08-28T18:57:21.493Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-08-28T18:57:21.876Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 279 | 2026-08-28T18:57:22.669Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 280 | 2026-08-28T18:57:23.239Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-08-28T18:57:23.551Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-08-28T18:57:23.860Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 283 | 2026-08-28T18:57:24.989Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 284 | 2026-08-28T18:57:25.289Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 285 | 2026-08-28T18:57:25.571Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 286 | 2026-08-28T18:57:25.908Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 287 | 2026-08-28T18:57:26.198Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 288 | 2026-08-28T18:57:26.490Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 289 | 2026-08-28T18:57:29.391Z | Downloading crates ... |
| 290 | 2026-08-28T18:57:29.453Z | Downloaded autocfg v1.5.0 |
| 291 | 2026-08-28T18:57:29.520Z | Downloaded anstream v1.0.0 |
| 292 | 2026-08-28T18:57:29.520Z | Downloaded dof v0.3.0 |
| 293 | 2026-08-28T18:57:29.520Z | Downloaded camino-tempfile v1.4.1 |
| 294 | 2026-08-28T18:57:29.520Z | Downloaded pest_meta v2.8.6 |
| 295 | 2026-08-28T18:57:29.521Z | Downloaded swrite v0.1.0 |
| 296 | 2026-08-28T18:57:29.521Z | Downloaded anstyle-query v1.1.5 |
| 297 | 2026-08-28T18:57:29.521Z | Downloaded fnv v1.0.7 |
| 298 | 2026-08-28T18:57:29.521Z | Downloaded equivalent v1.0.2 |
| 299 | 2026-08-28T18:57:29.521Z | Downloaded anstyle-parse v1.0.0 |
| 300 | 2026-08-28T18:57:29.521Z | Downloaded cargo-platform v0.3.2 |
| 301 | 2026-08-28T18:57:29.521Z | Downloaded bytecount v0.6.9 |
| 302 | 2026-08-28T18:57:29.521Z | Downloaded proc-macro-error v1.0.4 |
| 303 | 2026-08-28T18:57:29.521Z | Downloaded anstyle v1.0.14 |
| 304 | 2026-08-28T18:57:29.521Z | Downloaded zerocopy v0.7.35 |
| 305 | 2026-08-28T18:57:29.521Z | Downloaded anyhow v1.0.104 |
| 306 | 2026-08-28T18:57:29.521Z | Downloaded zmij v1.0.21 |
| 307 | 2026-08-28T18:57:29.521Z | Downloaded camino v1.2.5 |
| 308 | 2026-08-28T18:57:29.521Z | Downloaded fastrand v2.3.0 |
| 309 | 2026-08-28T18:57:29.521Z | Downloaded heck v0.4.1 |
| 310 | 2026-08-28T18:57:29.522Z | Downloaded clap_lex v1.0.0 |
| 311 | 2026-08-28T18:57:29.522Z | Downloaded bitflags v2.11.0 |
| 312 | 2026-08-28T18:57:29.522Z | Downloaded generic-array v0.14.7 |
| 313 | 2026-08-28T18:57:29.522Z | Downloaded cfg-if v1.0.4 |
| 314 | 2026-08-28T18:57:29.522Z | Downloaded itoa v1.0.17 |
| 315 | 2026-08-28T18:57:29.522Z | Downloaded once_cell v1.21.3 |
| 316 | 2026-08-28T18:57:29.522Z | Downloaded crypto-common v0.1.7 |
| 317 | 2026-08-28T18:57:29.522Z | Downloaded block-buffer v0.10.4 |
| 318 | 2026-08-28T18:57:29.522Z | Downloaded fs-err v3.3.0 |
| 319 | 2026-08-28T18:57:29.522Z | Downloaded cargo_metadata v0.23.1 |
| 320 | 2026-08-28T18:57:29.620Z | Downloaded is_terminal_polyfill v1.70.2 |
| 321 | 2026-08-28T18:57:29.620Z | Downloaded macaddr v1.0.1 |
| 322 | 2026-08-28T18:57:29.621Z | Downloaded dtrace-parser v0.2.0 |
| 323 | 2026-08-28T18:57:29.621Z | Downloaded heck v0.5.0 |
| 324 | 2026-08-28T18:57:29.621Z | Downloaded terminal_size v0.4.3 |
| 325 | 2026-08-28T18:57:29.621Z | Downloaded errno v0.3.14 |
| 326 | 2026-08-28T18:57:29.621Z | Downloaded memmap v0.7.0 |
| 327 | 2026-08-28T18:57:29.621Z | Downloaded unicode-linebreak v0.1.5 |
| 328 | 2026-08-28T18:57:29.621Z | Downloaded usdt-attr-macro v0.5.0 |
| 329 | 2026-08-28T18:57:29.621Z | Downloaded scroll_derive v0.12.1 |
| 330 | 2026-08-28T18:57:29.621Z | Downloaded toml_write v0.1.2 |
| 331 | 2026-08-28T18:57:29.621Z | Downloaded plain v0.2.3 |
| 332 | 2026-08-28T18:57:29.621Z | Downloaded colorchoice v1.0.4 |
| 333 | 2026-08-28T18:57:29.621Z | Downloaded usdt v0.5.0 |
| 334 | 2026-08-28T18:57:29.621Z | Downloaded proc-macro-error-attr v1.0.4 |
| 335 | 2026-08-28T18:57:29.621Z | Downloaded version_check v0.9.5 |
| 336 | 2026-08-28T18:57:29.621Z | Downloaded smawk v0.3.2 |
| 337 | 2026-08-28T18:57:29.621Z | Downloaded usdt-macro v0.5.0 |
| 338 | 2026-08-28T18:57:29.621Z | Downloaded papergrid v0.11.0 |
| 339 | 2026-08-28T18:57:29.621Z | Downloaded tabled_derive v0.7.0 |
| 340 | 2026-08-28T18:57:29.621Z | Downloaded thread-id v4.2.2 |
| 341 | 2026-08-28T18:57:29.621Z | Downloaded utf8parse v0.2.2 |
| 342 | 2026-08-28T18:57:29.621Z | Downloaded pretty-hex v0.4.1 |
| 343 | 2026-08-28T18:57:29.621Z | Downloaded toml_datetime v0.6.11 |
| 344 | 2026-08-28T18:57:29.621Z | Downloaded cpufeatures v0.2.17 |
| 345 | 2026-08-28T18:57:29.621Z | Downloaded sha2 v0.10.9 |
| 346 | 2026-08-28T18:57:29.621Z | Downloaded byteorder v1.5.0 |
| 347 | 2026-08-28T18:57:29.621Z | Downloaded thiserror v2.0.18 |
| 348 | 2026-08-28T18:57:29.621Z | Downloaded serde_spanned v0.6.9 |
| 349 | 2026-08-28T18:57:29.621Z | Downloaded serde_tokenstream v0.2.3 |
| 350 | 2026-08-28T18:57:29.621Z | Downloaded thiserror-impl v1.0.69 |
| 351 | 2026-08-28T18:57:29.621Z | Downloaded digest v0.10.7 |
| 352 | 2026-08-28T18:57:29.622Z | Downloaded pest_generator v2.8.6 |
| 353 | 2026-08-28T18:57:29.665Z | Downloaded clap v4.6.1 |
| 354 | 2026-08-28T18:57:29.665Z | Downloaded strsim v0.11.1 |
| 355 | 2026-08-28T18:57:29.665Z | Downloaded usdt-impl v0.5.0 |
| 356 | 2026-08-28T18:57:29.665Z | Downloaded cargo_toml v0.21.0 |
| 357 | 2026-08-28T18:57:29.666Z | Downloaded scroll v0.12.0 |
| 358 | 2026-08-28T18:57:29.666Z | Downloaded thiserror v1.0.69 |
| 359 | 2026-08-28T18:57:29.666Z | Downloaded log v0.4.33 |
| 360 | 2026-08-28T18:57:29.666Z | Downloaded thiserror-impl v2.0.18 |
| 361 | 2026-08-28T18:57:29.666Z | Downloaded quote v1.0.45 |
| 362 | 2026-08-28T18:57:29.666Z | Downloaded clap_derive v4.6.1 |
| 363 | 2026-08-28T18:57:29.666Z | Downloaded ucd-trie v0.1.7 |
| 364 | 2026-08-28T18:57:29.666Z | Downloaded semver v1.0.28 |
| 365 | 2026-08-28T18:57:29.666Z | Downloaded tempfile v3.27.0 |
| 366 | 2026-08-28T18:57:29.666Z | Downloaded pest_derive v2.8.6 |
| 367 | 2026-08-28T18:57:29.667Z | Downloaded toml v0.8.23 |
| 368 | 2026-08-28T18:57:29.667Z | Downloaded zerocopy-derive v0.7.35 |
| 369 | 2026-08-28T18:57:29.667Z | Downloaded getrandom v0.4.3 |
| 370 | 2026-08-28T18:57:29.667Z | Downloaded memchr v2.8.0 |
| 371 | 2026-08-28T18:57:29.667Z | Downloaded proc-macro2 v1.0.106 |
| 372 | 2026-08-28T18:57:29.667Z | Downloaded textwrap v0.16.2 |
| 373 | 2026-08-28T18:57:29.667Z | Downloaded serde_core v1.0.228 |
| 374 | 2026-08-28T18:57:29.667Z | Downloaded serde_derive v1.0.228 |
| 375 | 2026-08-28T18:57:29.667Z | Downloaded unicode-ident v1.0.24 |
| 376 | 2026-08-28T18:57:29.681Z | Downloaded serde v1.0.228 |
| 377 | 2026-08-28T18:57:29.682Z | Downloaded indexmap v2.14.0 |
| 378 | 2026-08-28T18:57:29.682Z | Downloaded typenum v1.20.1 |
| 379 | 2026-08-28T18:57:29.682Z | Downloaded hashbrown v0.17.0 |
| 380 | 2026-08-28T18:57:29.711Z | Downloaded toml_edit v0.22.27 |
| 381 | 2026-08-28T18:57:29.711Z | Downloaded clap_builder v4.6.0 |
| 382 | 2026-08-28T18:57:29.711Z | Downloaded pest v2.8.6 |
| 383 | 2026-08-28T18:57:29.745Z | Downloaded goblin v0.8.2 |
| 384 | 2026-08-28T18:57:29.761Z | Downloaded winnow v0.7.14 |
| 385 | 2026-08-28T18:57:29.761Z | Downloaded serde_json v1.0.151 |
| 386 | 2026-08-28T18:57:29.761Z | Downloaded tabled v0.15.0 |
| 387 | 2026-08-28T18:57:29.778Z | Downloaded unicode-width v0.2.0 |
| 388 | 2026-08-28T18:57:29.778Z | Downloaded syn v1.0.109 |
| 389 | 2026-08-28T18:57:29.788Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-08-28T18:57:29.788Z | Downloaded syn v2.0.117 |
| 391 | 2026-08-28T18:57:29.788Z | Downloaded rustix v1.1.4 |
| 392 | 2026-08-28T18:57:29.815Z | Downloaded libc v0.2.185 |
| 393 | 2026-08-28T18:57:29.877Z | Compiling proc-macro2 v1.0.106 |
| 394 | 2026-08-28T18:57:29.877Z | Compiling unicode-ident v1.0.24 |
| 395 | 2026-08-28T18:57:29.877Z | Compiling quote v1.0.45 |
| 396 | 2026-08-28T18:57:29.877Z | Compiling serde_core v1.0.228 |
| 397 | 2026-08-28T18:57:29.877Z | Compiling libc v0.2.185 |
| 398 | 2026-08-28T18:57:29.877Z | Compiling version_check v0.9.5 |
| 399 | 2026-08-28T18:57:29.894Z | Compiling memchr v2.8.0 |
| 400 | 2026-08-28T18:57:29.894Z | Compiling serde v1.0.228 |
| 401 | 2026-08-28T18:57:30.196Z | Compiling zmij v1.0.21 |
| 402 | 2026-08-28T18:57:30.520Z | Compiling thiserror v1.0.69 |
| 403 | 2026-08-28T18:57:30.577Z | Compiling ucd-trie v0.1.7 |
| 404 | 2026-08-28T18:57:30.665Z | Compiling itoa v1.0.17 |
| 405 | 2026-08-28T18:57:30.762Z | Compiling pest v2.8.6 |
| 406 | 2026-08-28T18:57:30.844Z | Compiling byteorder v1.5.0 |
| 407 | 2026-08-28T18:57:30.855Z | Compiling rustix v1.1.4 |
| 408 | 2026-08-28T18:57:31.026Z | Compiling errno v0.3.14 |
| 409 | 2026-08-28T18:57:31.066Z | Compiling bitflags v2.11.0 |
| 410 | 2026-08-28T18:57:31.273Z | Compiling serde_json v1.0.151 |
| 411 | 2026-08-28T18:57:31.380Z | Compiling syn v2.0.117 |
| 412 | 2026-08-28T18:57:31.414Z | Compiling thread-id v4.2.2 |
| 413 | 2026-08-28T18:57:31.464Z | Compiling proc-macro-error-attr v1.0.4 |
| 414 | 2026-08-28T18:57:31.498Z | Compiling usdt-impl v0.5.0 |
| 415 | 2026-08-28T18:57:31.516Z | Compiling camino v1.2.5 |
| 416 | 2026-08-28T18:57:31.641Z | Compiling syn v1.0.109 |
| 417 | 2026-08-28T18:57:31.808Z | Compiling pest_meta v2.8.6 |
| 418 | 2026-08-28T18:57:31.927Z | Compiling proc-macro-error v1.0.4 |
| 419 | 2026-08-28T18:57:31.966Z | Compiling utf8parse v0.2.2 |
| 420 | 2026-08-28T18:57:31.991Z | Compiling plain v0.2.3 |
| 421 | 2026-08-28T18:57:32.084Z | Compiling getrandom v0.4.3 |
| 422 | 2026-08-28T18:57:32.104Z | Compiling hashbrown v0.17.0 |
| 423 | 2026-08-28T18:57:32.122Z | Compiling equivalent v1.0.2 |
| 424 | 2026-08-28T18:57:32.213Z | Compiling log v0.4.33 |
| 425 | 2026-08-28T18:57:32.413Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-08-28T18:57:32.635Z | Compiling indexmap v2.14.0 |
| 427 | 2026-08-28T18:57:32.654Z | Compiling anstyle-parse v1.0.0 |
| 428 | 2026-08-28T18:57:33.071Z | Compiling is_terminal_polyfill v1.70.2 |
| 429 | 2026-08-28T18:57:33.174Z | Compiling anstyle-query v1.1.5 |
| 430 | 2026-08-28T18:57:33.252Z | Compiling colorchoice v1.0.4 |
| 431 | 2026-08-28T18:57:33.274Z | Compiling autocfg v1.5.0 |
| 432 | 2026-08-28T18:57:33.285Z | Compiling pretty-hex v0.4.1 |
| 433 | 2026-08-28T18:57:33.352Z | Compiling winnow v0.7.14 |
| 434 | 2026-08-28T18:57:33.417Z | Compiling anstyle v1.0.14 |
| 435 | 2026-08-28T18:57:33.431Z | Compiling thiserror v2.0.18 |
| 436 | 2026-08-28T18:57:33.440Z | Compiling cfg-if v1.0.4 |
| 437 | 2026-08-28T18:57:33.539Z | Compiling toml_write v0.1.2 |
| 438 | 2026-08-28T18:57:33.663Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-28T18:57:33.679Z | Compiling fs-err v3.3.0 |
| 440 | 2026-08-28T18:57:33.718Z | Compiling anstream v1.0.0 |
| 441 | 2026-08-28T18:57:33.986Z | Compiling once_cell v1.21.3 |
| 442 | 2026-08-28T18:57:34.042Z | Compiling heck v0.5.0 |
| 443 | 2026-08-28T18:57:34.094Z | Compiling unicode-width v0.1.14 |
| 444 | 2026-08-28T18:57:34.125Z | Compiling bytecount v0.6.9 |
| 445 | 2026-08-28T18:57:34.205Z | Compiling anyhow v1.0.104 |
| 446 | 2026-08-28T18:57:34.262Z | Compiling fnv v1.0.7 |
| 447 | 2026-08-28T18:57:34.279Z | Compiling clap_lex v1.0.0 |
| 448 | 2026-08-28T18:57:34.368Z | Compiling heck v0.4.1 |
| 449 | 2026-08-28T18:57:34.372Z | Compiling fastrand v2.3.0 |
| 450 | 2026-08-28T18:57:34.401Z | Compiling strsim v0.11.1 |
| 451 | 2026-08-28T18:57:34.509Z | Compiling papergrid v0.11.0 |
| 452 | 2026-08-28T18:57:34.606Z | Compiling clap_builder v4.6.0 |
| 453 | 2026-08-28T18:57:34.635Z | Compiling tempfile v3.27.0 |
| 454 | 2026-08-28T18:57:34.731Z | Compiling tabled_derive v0.7.0 |
| 455 | 2026-08-28T18:57:34.748Z | Compiling cargo-platform v0.3.2 |
| 456 | 2026-08-28T18:57:34.871Z | Compiling semver v1.0.28 |
| 457 | 2026-08-28T18:57:34.905Z | Compiling memmap v0.7.0 |
| 458 | 2026-08-28T18:57:35.015Z | Compiling unicode-linebreak v0.1.5 |
| 459 | 2026-08-28T18:57:35.031Z | Compiling smawk v0.3.2 |
| 460 | 2026-08-28T18:57:35.092Z | Compiling unicode-width v0.2.0 |
| 461 | 2026-08-28T18:57:35.204Z | Compiling camino-tempfile v1.4.1 |
| 462 | 2026-08-28T18:57:35.251Z | Compiling serde_derive v1.0.228 |
| 463 | 2026-08-28T18:57:35.268Z | Compiling thiserror-impl v1.0.69 |
| 464 | 2026-08-28T18:57:35.376Z | Compiling zerocopy-derive v0.7.35 |
| 465 | 2026-08-28T18:57:35.437Z | Compiling pest_derive v2.8.6 |
| 466 | 2026-08-28T18:57:35.462Z | Compiling scroll_derive v0.12.1 |
| 467 | 2026-08-28T18:57:35.655Z | Compiling thiserror-impl v2.0.18 |
| 468 | 2026-08-28T18:57:35.890Z | Compiling clap_derive v4.6.1 |
| 469 | 2026-08-28T18:57:35.975Z | Compiling tabled v0.15.0 |
| 470 | 2026-08-28T18:57:36.137Z | Compiling scroll v0.12.0 |
| 471 | 2026-08-28T18:57:36.256Z | Compiling zerocopy v0.7.35 |
| 472 | 2026-08-28T18:57:36.409Z | Compiling goblin v0.8.2 |
| 473 | 2026-08-28T18:57:36.700Z | Compiling dtrace-parser v0.2.0 |
| 474 | 2026-08-28T18:57:36.816Z | Compiling textwrap v0.16.2 |
| 475 | 2026-08-28T18:57:37.275Z | Compiling swrite v0.1.0 |
| 476 | 2026-08-28T18:57:37.613Z | Compiling clap v4.6.1 |
| 477 | 2026-08-28T18:57:38.375Z | Compiling toml_datetime v0.6.11 |
| 478 | 2026-08-28T18:57:38.375Z | Compiling serde_spanned v0.6.9 |
| 479 | 2026-08-28T18:57:38.380Z | Compiling macaddr v1.0.1 |
| 480 | 2026-08-28T18:57:38.380Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-08-28T18:57:38.380Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-08-28T18:57:38.424Z | Compiling dof v0.3.0 |
| 483 | 2026-08-28T18:57:38.428Z | Compiling serde_tokenstream v0.2.3 |
| 484 | 2026-08-28T18:57:38.600Z | Compiling toml_edit v0.22.27 |
| 485 | 2026-08-28T18:57:39.282Z | Compiling usdt-macro v0.5.0 |
| 486 | 2026-08-28T18:57:39.282Z | Compiling usdt-attr-macro v0.5.0 |
| 487 | 2026-08-28T18:57:39.874Z | Compiling usdt v0.5.0 |
| 488 | 2026-08-28T18:57:39.964Z | Compiling toml v0.8.23 |
| 489 | 2026-08-28T18:57:40.302Z | Compiling cargo_toml v0.21.0 |
| 490 | 2026-08-28T18:57:41.552Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 491 | 2026-08-28T18:57:43.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.30s |
| 492 | 2026-08-28T18:57:43.784Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 493 | 2026-08-28T18:57:44.315Z | Downloading crates ... |
| 494 | 2026-08-28T18:57:44.363Z | Downloaded array-init v0.0.4 |
| 495 | 2026-08-28T18:57:44.368Z | Downloaded async-stream-impl v0.3.6 |
| 496 | 2026-08-28T18:57:44.373Z | Downloaded assert_matches v1.5.0 |
| 497 | 2026-08-28T18:57:44.373Z | Downloaded adler2 v2.0.1 |
| 498 | 2026-08-28T18:57:44.379Z | Downloaded aead v0.6.1 |
| 499 | 2026-08-28T18:57:44.379Z | Downloaded bit-set v0.8.0 |
| 500 | 2026-08-28T18:57:44.379Z | Downloaded addr2line v0.25.1 |
| 501 | 2026-08-28T18:57:44.383Z | Downloaded castaway v0.2.4 |
| 502 | 2026-08-28T18:57:44.388Z | Downloaded bcs v0.1.6 |
| 503 | 2026-08-28T18:57:44.388Z | Downloaded ascii-canvas v3.0.0 |
| 504 | 2026-08-28T18:57:44.392Z | Downloaded bb8 v0.8.6 |
| 505 | 2026-08-28T18:57:44.392Z | Downloaded base16ct v1.0.0 |
| 506 | 2026-08-28T18:57:44.395Z | Downloaded const-oid v0.10.2 |
| 507 | 2026-08-28T18:57:44.396Z | Downloaded futures-io v0.3.32 |
| 508 | 2026-08-28T18:57:44.396Z | Downloaded float-ord v0.3.2 |
| 509 | 2026-08-28T18:57:44.401Z | Downloaded futures-executor v0.3.32 |
| 510 | 2026-08-28T18:57:44.405Z | Downloaded bitfield v0.19.4 |
| 511 | 2026-08-28T18:57:44.405Z | Downloaded camino-tempfile-ext v0.3.3 |
| 512 | 2026-08-28T18:57:44.405Z | Downloaded compression-codecs v0.4.37 |
| 513 | 2026-08-28T18:57:44.405Z | Downloaded atty v0.2.14 |
| 514 | 2026-08-28T18:57:44.405Z | Downloaded erased-serde v0.3.31 |
| 515 | 2026-08-28T18:57:44.410Z | Downloaded fs-err v2.11.0 |
| 516 | 2026-08-28T18:57:44.410Z | Downloaded endian-type v0.1.2 |
| 517 | 2026-08-28T18:57:44.410Z | Downloaded env_filter v2.0.0 |
| 518 | 2026-08-28T18:57:44.410Z | Downloaded env_logger v0.11.11 |
| 519 | 2026-08-28T18:57:44.410Z | Downloaded ff v0.13.1 |
| 520 | 2026-08-28T18:57:44.414Z | Downloaded futures-sink v0.3.32 |
| 521 | 2026-08-28T18:57:44.414Z | Downloaded async-stream v0.3.6 |
| 522 | 2026-08-28T18:57:44.414Z | Downloaded fixedbitset v0.4.2 |
| 523 | 2026-08-28T18:57:44.414Z | Downloaded async-trait v0.1.89 |
| 524 | 2026-08-28T18:57:44.414Z | Downloaded foreign-types-shared v0.1.1 |
| 525 | 2026-08-28T18:57:44.414Z | Downloaded fd-lock v4.0.4 |
| 526 | 2026-08-28T18:57:44.418Z | Downloaded flagset v0.4.7 |
| 527 | 2026-08-28T18:57:44.418Z | Downloaded float-cmp v0.10.0 |
| 528 | 2026-08-28T18:57:44.418Z | Downloaded foreign-types v0.5.0 |
| 529 | 2026-08-28T18:57:44.418Z | Downloaded async-recursion v1.1.1 |
| 530 | 2026-08-28T18:57:44.418Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 531 | 2026-08-28T18:57:44.421Z | Downloaded bzip2 v0.4.4 |
| 532 | 2026-08-28T18:57:44.421Z | Downloaded futures-macro v0.3.32 |
| 533 | 2026-08-28T18:57:44.421Z | Downloaded atomic-waker v1.1.2 |
| 534 | 2026-08-28T18:57:44.421Z | Downloaded fxhash v0.2.1 |
| 535 | 2026-08-28T18:57:44.421Z | Downloaded enum-as-inner v0.6.1 |
| 536 | 2026-08-28T18:57:44.426Z | Downloaded bitfield-struct v0.6.2 |
| 537 | 2026-08-28T18:57:44.426Z | Downloaded form_urlencoded v1.2.2 |
| 538 | 2026-08-28T18:57:44.426Z | Downloaded gethostname v0.5.0 |
| 539 | 2026-08-28T18:57:44.426Z | Downloaded ghash v0.6.0 |
| 540 | 2026-08-28T18:57:44.430Z | Downloaded futures-core v0.3.32 |
| 541 | 2026-08-28T18:57:44.430Z | Downloaded atomicwrites v0.4.4 |
| 542 | 2026-08-28T18:57:44.437Z | Downloaded foreign-types-macros v0.2.3 |
| 543 | 2026-08-28T18:57:44.437Z | Downloaded funty v2.0.0 |
| 544 | 2026-08-28T18:57:44.437Z | Downloaded foreign-types v0.3.2 |
| 545 | 2026-08-28T18:57:44.437Z | Downloaded colored v3.1.1 |
| 546 | 2026-08-28T18:57:44.437Z | Downloaded console v0.16.2 |
| 547 | 2026-08-28T18:57:44.437Z | Downloaded foldhash v0.2.0 |
| 548 | 2026-08-28T18:57:44.437Z | Downloaded backon v1.6.0 |
| 549 | 2026-08-28T18:57:44.437Z | Downloaded fallible-iterator v0.2.0 |
| 550 | 2026-08-28T18:57:44.437Z | Downloaded chacha20 v0.10.0 |
| 551 | 2026-08-28T18:57:44.441Z | Downloaded fs_extra v1.3.0 |
| 552 | 2026-08-28T18:57:44.441Z | Downloaded ff v0.14.0 |
| 553 | 2026-08-28T18:57:44.445Z | Downloaded foldhash v0.1.5 |
| 554 | 2026-08-28T18:57:44.450Z | Downloaded aead v0.5.2 |
| 555 | 2026-08-28T18:57:44.450Z | Downloaded bit-set v0.5.3 |
| 556 | 2026-08-28T18:57:44.450Z | Downloaded globwalk v0.9.1 |
| 557 | 2026-08-28T18:57:44.453Z | Downloaded hostname v0.4.2 |
| 558 | 2026-08-28T18:57:44.453Z | Downloaded httpdate v1.0.3 |
| 559 | 2026-08-28T18:57:44.453Z | Downloaded hubpack_derive v0.1.1 |
| 560 | 2026-08-28T18:57:44.453Z | Downloaded hash32 v0.3.1 |
| 561 | 2026-08-28T18:57:44.453Z | Downloaded hex v0.4.3 |
| 562 | 2026-08-28T18:57:44.457Z | Downloaded base16ct v0.2.0 |
| 563 | 2026-08-28T18:57:44.460Z | Downloaded hostname v0.3.1 |
| 564 | 2026-08-28T18:57:44.463Z | Downloaded ciborium-io v0.2.2 |
| 565 | 2026-08-28T18:57:44.467Z | Downloaded arrayref v0.3.9 |
| 566 | 2026-08-28T18:57:44.467Z | Downloaded ciborium-ll v0.2.2 |
| 567 | 2026-08-28T18:57:44.472Z | Downloaded hex-literal v1.1.0 |
| 568 | 2026-08-28T18:57:44.479Z | Downloaded http-body v1.0.1 |
| 569 | 2026-08-28T18:57:44.479Z | Downloaded block-padding v0.4.2 |
| 570 | 2026-08-28T18:57:44.479Z | Downloaded bitfield-macros v0.19.4 |
| 571 | 2026-08-28T18:57:44.484Z | Downloaded cfg_aliases v0.2.1 |
| 572 | 2026-08-28T18:57:44.484Z | Downloaded home v0.5.12 |
| 573 | 2026-08-28T18:57:44.484Z | Downloaded http-range v0.1.5 |
| 574 | 2026-08-28T18:57:44.484Z | Downloaded foreign-types-shared v0.3.1 |
| 575 | 2026-08-28T18:57:44.484Z | Downloaded backtrace-ext v0.2.1 |
| 576 | 2026-08-28T18:57:44.484Z | Downloaded compression-core v0.4.31 |
| 577 | 2026-08-28T18:57:44.484Z | Downloaded hash32 v0.2.1 |
| 578 | 2026-08-28T18:57:44.487Z | Downloaded cfg_aliases v0.1.1 |
| 579 | 2026-08-28T18:57:44.488Z | Downloaded block-buffer v0.12.1 |
| 580 | 2026-08-28T18:57:44.488Z | Downloaded filetime v0.2.27 |
| 581 | 2026-08-28T18:57:44.491Z | Downloaded find-msvc-tools v0.1.9 |
| 582 | 2026-08-28T18:57:44.491Z | Downloaded futures-task v0.3.32 |
| 583 | 2026-08-28T18:57:44.494Z | Downloaded hubpack v0.1.2 |
| 584 | 2026-08-28T18:57:44.494Z | Downloaded cobs v0.3.0 |
| 585 | 2026-08-28T18:57:44.501Z | Downloaded anstream v0.6.21 |
| 586 | 2026-08-28T18:57:44.504Z | Downloaded packed_struct_codegen v0.10.1 |
| 587 | 2026-08-28T18:57:44.504Z | Downloaded headers-core v0.3.0 |
| 588 | 2026-08-28T18:57:44.504Z | Downloaded nibble_vec v0.1.0 |
| 589 | 2026-08-28T18:57:44.509Z | Downloaded git-stub v1.0.0 |
| 590 | 2026-08-28T18:57:44.513Z | Downloaded nodrop v0.1.14 |
| 591 | 2026-08-28T18:57:44.513Z | Downloaded normalize-line-endings v0.3.0 |
| 592 | 2026-08-28T18:57:44.513Z | Downloaded num_threads v0.1.7 |
| 593 | 2026-08-28T18:57:44.513Z | Downloaded password-hash v0.6.1 |
| 594 | 2026-08-28T18:57:44.516Z | Downloaded arc-swap v1.8.2 |
| 595 | 2026-08-28T18:57:44.520Z | Downloaded anstyle-parse v0.2.7 |
| 596 | 2026-08-28T18:57:44.524Z | Downloaded argon2 v0.5.3 |
| 597 | 2026-08-28T18:57:44.524Z | Downloaded bit-vec v0.8.0 |
| 598 | 2026-08-28T18:57:44.528Z | Downloaded psl-types v2.0.11 |
| 599 | 2026-08-28T18:57:44.528Z | Downloaded openssl-macros v0.1.1 |
| 600 | 2026-08-28T18:57:44.531Z | Downloaded oxide-generation-macros v0.2.0 |
| 601 | 2026-08-28T18:57:44.531Z | Downloaded progenitor-macro v0.14.0 |
| 602 | 2026-08-28T18:57:44.531Z | Downloaded rand_xorshift v0.4.0 |
| 603 | 2026-08-28T18:57:44.536Z | Downloaded rfc6979 v0.4.0 |
| 604 | 2026-08-28T18:57:44.541Z | Downloaded rustc-hash v2.1.1 |
| 605 | 2026-08-28T18:57:44.541Z | Downloaded backoff v0.4.0 |
| 606 | 2026-08-28T18:57:44.544Z | Downloaded cipher v0.5.2 |
| 607 | 2026-08-28T18:57:44.544Z | Downloaded futures-channel v0.3.32 |
| 608 | 2026-08-28T18:57:44.544Z | Downloaded percent-encoding v2.3.2 |
| 609 | 2026-08-28T18:57:44.544Z | Downloaded proc-macro-crate v1.3.1 |
| 610 | 2026-08-28T18:57:44.544Z | Downloaded enum_dispatch v0.3.13 |
| 611 | 2026-08-28T18:57:44.547Z | Downloaded fixedbitset v0.5.7 |
| 612 | 2026-08-28T18:57:44.550Z | Downloaded cbc v0.2.1 |
| 613 | 2026-08-28T18:57:44.554Z | Downloaded glob v0.3.3 |
| 614 | 2026-08-28T18:57:44.557Z | Downloaded group v0.14.0 |
| 615 | 2026-08-28T18:57:44.557Z | Downloaded http-body-util v0.1.3 |
| 616 | 2026-08-28T18:57:44.557Z | Downloaded bit-vec v0.6.3 |
| 617 | 2026-08-28T18:57:44.557Z | Downloaded bs58 v0.5.1 |
| 618 | 2026-08-28T18:57:44.561Z | Downloaded cmake v0.1.57 |
| 619 | 2026-08-28T18:57:44.561Z | Downloaded blowfish v0.10.0 |
| 620 | 2026-08-28T18:57:44.561Z | Downloaded globset v0.4.18 |
| 621 | 2026-08-28T18:57:44.561Z | Downloaded cexpr v0.6.0 |
| 622 | 2026-08-28T18:57:44.564Z | Downloaded buf-list v1.1.2 |
| 623 | 2026-08-28T18:57:44.567Z | Downloaded cassowary v0.3.0 |
| 624 | 2026-08-28T18:57:44.567Z | Downloaded cipher v0.4.4 |
| 625 | 2026-08-28T18:57:44.567Z | Downloaded rfc6979 v0.6.0 |
| 626 | 2026-08-28T18:57:44.570Z | Downloaded secrecy v0.8.0 |
| 627 | 2026-08-28T18:57:44.573Z | Downloaded scroll_derive v0.13.1 |
| 628 | 2026-08-28T18:57:44.576Z | Downloaded signal-hook-tokio v0.3.1 |
| 629 | 2026-08-28T18:57:44.577Z | Downloaded argon2 v0.6.0-rc.8 |
| 630 | 2026-08-28T18:57:44.580Z | Downloaded bitflags v1.3.2 |
| 631 | 2026-08-28T18:57:44.583Z | Downloaded stable_deref_trait v1.2.1 |
| 632 | 2026-08-28T18:57:44.599Z | Downloaded sqlparser_derive v0.5.0 |
| 633 | 2026-08-28T18:57:44.599Z | Downloaded group v0.13.0 |
| 634 | 2026-08-28T18:57:44.599Z | Downloaded subtle v2.6.1 |
| 635 | 2026-08-28T18:57:44.599Z | Downloaded supports-unicode v3.0.0 |
| 636 | 2026-08-28T18:57:44.599Z | Downloaded base64ct v1.8.3 |
| 637 | 2026-08-28T18:57:44.599Z | Downloaded arrayvec v0.7.6 |
| 638 | 2026-08-28T18:57:44.599Z | Downloaded password-hash v0.5.0 |
| 639 | 2026-08-28T18:57:44.599Z | Downloaded ahash v0.8.12 |
| 640 | 2026-08-28T18:57:44.603Z | Downloaded num-complex v0.4.6 |
| 641 | 2026-08-28T18:57:44.603Z | Downloaded pem v3.0.6 |
| 642 | 2026-08-28T18:57:44.603Z | Downloaded predicates-core v1.0.10 |
| 643 | 2026-08-28T18:57:44.603Z | Downloaded git-stub-vcs v0.1.0 |
| 644 | 2026-08-28T18:57:44.603Z | Downloaded tokio-macros v2.7.0 |
| 645 | 2026-08-28T18:57:44.603Z | Downloaded highway v1.3.0 |
| 646 | 2026-08-28T18:57:44.606Z | Downloaded progenitor-extras v0.2.0 |
| 647 | 2026-08-28T18:57:44.610Z | Downloaded bzip2 v0.6.1 |
| 648 | 2026-08-28T18:57:44.610Z | Downloaded phf v0.12.1 |
| 649 | 2026-08-28T18:57:44.613Z | Downloaded async-bb8-diesel v0.2.1 |
| 650 | 2026-08-28T18:57:44.613Z | Downloaded r2d2 v0.8.10 |
| 651 | 2026-08-28T18:57:44.616Z | Downloaded phc v0.6.1 |
| 652 | 2026-08-28T18:57:44.616Z | Downloaded progenitor v0.13.0 |
| 653 | 2026-08-28T18:57:44.616Z | Downloaded serde_derive_internals v0.29.1 |
| 654 | 2026-08-28T18:57:44.619Z | Downloaded take_mut v0.2.2 |
| 655 | 2026-08-28T18:57:44.622Z | Downloaded untrusted v0.7.1 |
| 656 | 2026-08-28T18:57:44.622Z | Downloaded untrusted v0.9.0 |
| 657 | 2026-08-28T18:57:44.622Z | Downloaded allocator-api2 v0.2.21 |
| 658 | 2026-08-28T18:57:44.629Z | Downloaded topological-sort v0.2.2 |
| 659 | 2026-08-28T18:57:44.632Z | Downloaded blake2 v0.10.6 |
| 660 | 2026-08-28T18:57:44.632Z | Downloaded chacha20 v0.9.1 |
| 661 | 2026-08-28T18:57:44.632Z | Downloaded clang-sys v1.8.1 |
| 662 | 2026-08-28T18:57:44.632Z | Downloaded cmov v0.5.4 |
| 663 | 2026-08-28T18:57:44.632Z | Downloaded getrandom v0.2.17 |
| 664 | 2026-08-28T18:57:44.635Z | Downloaded cancel-safe-futures v0.1.5 |
| 665 | 2026-08-28T18:57:44.635Z | Downloaded console v0.15.11 |
| 666 | 2026-08-28T18:57:44.639Z | Downloaded byte-wrapper v0.1.0 |
| 667 | 2026-08-28T18:57:44.639Z | Downloaded half v1.8.3 |
| 668 | 2026-08-28T18:57:44.643Z | Downloaded hmac v0.13.0 |
| 669 | 2026-08-28T18:57:44.643Z | Downloaded httparse v1.10.1 |
| 670 | 2026-08-28T18:57:44.645Z | Downloaded want v0.3.1 |
| 671 | 2026-08-28T18:57:44.645Z | Downloaded xshell-macros v0.2.7 |
| 672 | 2026-08-28T18:57:44.650Z | Downloaded colored v2.2.0 |
| 673 | 2026-08-28T18:57:44.654Z | Downloaded futures v0.3.32 |
| 674 | 2026-08-28T18:57:44.657Z | Downloaded num_enum v0.5.11 |
| 675 | 2026-08-28T18:57:44.660Z | Downloaded ciborium v0.2.2 |
| 676 | 2026-08-28T18:57:44.660Z | Downloaded async-compression v0.4.41 |
| 677 | 2026-08-28T18:57:44.663Z | Downloaded crc-catalog v2.4.0 |
| 678 | 2026-08-28T18:57:44.663Z | Downloaded serde-hex v0.1.0 |
| 679 | 2026-08-28T18:57:44.667Z | Downloaded serde_tokenstream v0.3.0 |
| 680 | 2026-08-28T18:57:44.667Z | Downloaded serde_with_macros v1.5.2 |
| 681 | 2026-08-28T18:57:44.667Z | Downloaded thread_local v1.1.9 |
| 682 | 2026-08-28T18:57:44.667Z | Downloaded slog-scope v4.4.1 |
| 683 | 2026-08-28T18:57:44.670Z | Downloaded slog-stdlog v4.1.1 |
| 684 | 2026-08-28T18:57:44.670Z | Downloaded spki v0.8.0 |
| 685 | 2026-08-28T18:57:44.670Z | Downloaded zerofrom v0.1.6 |
| 686 | 2026-08-28T18:57:44.673Z | Downloaded defmt-parser v1.0.0 |
| 687 | 2026-08-28T18:57:44.679Z | Downloaded signal-hook-registry v1.4.8 |
| 688 | 2026-08-28T18:57:44.682Z | Downloaded slog-async v2.8.0 |
| 689 | 2026-08-28T18:57:44.682Z | Downloaded quinn-udp v0.5.14 |
| 690 | 2026-08-28T18:57:44.686Z | Downloaded humantime v2.3.0 |
| 691 | 2026-08-28T18:57:44.689Z | Downloaded tui-tree-widget v0.23.1 |
| 692 | 2026-08-28T18:57:44.692Z | Downloaded dof v0.4.0 |
| 693 | 2026-08-28T18:57:44.692Z | Downloaded embedded-io v0.6.1 |
| 694 | 2026-08-28T18:57:44.695Z | Downloaded parking_lot_core v0.9.12 |
| 695 | 2026-08-28T18:57:44.698Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 696 | 2026-08-28T18:57:44.698Z | Downloaded pkcs8 v0.10.2 |
| 697 | 2026-08-28T18:57:44.698Z | Downloaded instant v0.1.13 |
| 698 | 2026-08-28T18:57:44.701Z | Downloaded pkcs1 v0.7.5 |
| 699 | 2026-08-28T18:57:44.702Z | Downloaded pkcs8 v0.11.0 |
| 700 | 2026-08-28T18:57:44.705Z | Downloaded structmeta v0.3.0 |
| 701 | 2026-08-28T18:57:44.705Z | Downloaded strum_macros v0.24.3 |
| 702 | 2026-08-28T18:57:44.705Z | Downloaded elliptic-curve v0.14.1 |
| 703 | 2026-08-28T18:57:44.708Z | Downloaded const-oid v0.9.6 |
| 704 | 2026-08-28T18:57:44.711Z | Downloaded digest-io v0.1.0 |
| 705 | 2026-08-28T18:57:44.711Z | Downloaded blake2 v0.11.0-rc.6 |
| 706 | 2026-08-28T18:57:44.711Z | Downloaded dtrace-parser v0.3.0 |
| 707 | 2026-08-28T18:57:44.712Z | Downloaded vergen-lib v0.1.6 |
| 708 | 2026-08-28T18:57:44.712Z | Downloaded whoami v1.6.1 |
| 709 | 2026-08-28T18:57:44.712Z | Downloaded yoke-derive v0.8.1 |
| 710 | 2026-08-28T18:57:44.715Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 711 | 2026-08-28T18:57:44.715Z | Downloaded fatfs v0.3.6 |
| 712 | 2026-08-28T18:57:44.718Z | Downloaded hybrid-array v0.4.13 |
| 713 | 2026-08-28T18:57:44.722Z | Downloaded is-terminal v0.4.17 |
| 714 | 2026-08-28T18:57:44.722Z | Downloaded getrandom v0.3.4 |
| 715 | 2026-08-28T18:57:44.725Z | Downloaded hyper-rustls v0.27.7 |
| 716 | 2026-08-28T18:57:44.728Z | Downloaded generic-array v1.4.3 |
| 717 | 2026-08-28T18:57:44.728Z | Downloaded omicron-zone-package v0.12.3 |
| 718 | 2026-08-28T18:57:44.731Z | Downloaded lru-slab v0.1.2 |
| 719 | 2026-08-28T18:57:44.731Z | Downloaded multimap v0.10.1 |
| 720 | 2026-08-28T18:57:44.734Z | Downloaded hmac v0.12.1 |
| 721 | 2026-08-28T18:57:44.739Z | Downloaded string_cache v0.8.9 |
| 722 | 2026-08-28T18:57:44.739Z | Downloaded const_format_proc_macros v0.2.34 |
| 723 | 2026-08-28T18:57:44.742Z | Downloaded lalrpop-util v0.19.12 |
| 724 | 2026-08-28T18:57:44.742Z | Downloaded md-5 v0.10.6 |
| 725 | 2026-08-28T18:57:44.742Z | Downloaded base64 v0.22.1 |
| 726 | 2026-08-28T18:57:44.742Z | Downloaded oso v0.27.3 |
| 727 | 2026-08-28T18:57:44.745Z | Downloaded salsa20 v0.11.0 |
| 728 | 2026-08-28T18:57:44.745Z | Downloaded wyz v0.5.1 |
| 729 | 2026-08-28T18:57:44.749Z | Downloaded corncobs v0.1.4 |
| 730 | 2026-08-28T18:57:44.752Z | Downloaded der_derive v0.7.3 |
| 731 | 2026-08-28T18:57:44.752Z | Downloaded num-iter v0.1.45 |
| 732 | 2026-08-28T18:57:44.755Z | Downloaded ctr v0.10.1 |
| 733 | 2026-08-28T18:57:44.755Z | Downloaded ctutils v0.4.2 |
| 734 | 2026-08-28T18:57:44.755Z | Downloaded maybe-uninit v2.0.0 |
| 735 | 2026-08-28T18:57:44.758Z | Downloaded num_enum_derive v0.5.11 |
| 736 | 2026-08-28T18:57:44.761Z | Downloaded compact_str v0.8.1 |
| 737 | 2026-08-28T18:57:44.765Z | Downloaded tracing-attributes v0.1.31 |
| 738 | 2026-08-28T18:57:44.768Z | Downloaded base64 v0.21.7 |
| 739 | 2026-08-28T18:57:44.774Z | Downloaded diesel-dtrace v0.5.0 |
| 740 | 2026-08-28T18:57:44.777Z | Downloaded ed25519 v2.2.3 |
| 741 | 2026-08-28T18:57:44.777Z | Downloaded oxide-update-engine-types v0.1.2 |
| 742 | 2026-08-28T18:57:44.782Z | Downloaded pkcs5 v0.8.1 |
| 743 | 2026-08-28T18:57:44.785Z | Downloaded term v1.2.1 |
| 744 | 2026-08-28T18:57:44.788Z | Downloaded deranged v0.5.8 |
| 745 | 2026-08-28T18:57:44.788Z | Downloaded parse-size v1.1.0 |
| 746 | 2026-08-28T18:57:44.788Z | Downloaded precomputed-hash v0.1.1 |
| 747 | 2026-08-28T18:57:44.788Z | Downloaded quick-error v1.2.3 |
| 748 | 2026-08-28T18:57:44.788Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 749 | 2026-08-28T18:57:44.788Z | Downloaded proc-macro-crate v3.4.0 |
| 750 | 2026-08-28T18:57:44.791Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 751 | 2026-08-28T18:57:44.795Z | Downloaded flume v0.11.1 |
| 752 | 2026-08-28T18:57:44.798Z | Downloaded progenitor-macro v0.13.0 |
| 753 | 2026-08-28T18:57:44.798Z | Downloaded rustls-platform-verifier v0.6.2 |
| 754 | 2026-08-28T18:57:44.801Z | Downloaded half v2.7.1 |
| 755 | 2026-08-28T18:57:44.801Z | Downloaded indoc v1.0.9 |
| 756 | 2026-08-28T18:57:44.804Z | Downloaded socket2 v0.5.10 |
| 757 | 2026-08-28T18:57:44.804Z | Downloaded bumpalo v3.20.2 |
| 758 | 2026-08-28T18:57:44.807Z | Downloaded heapless v0.7.17 |
| 759 | 2026-08-28T18:57:44.810Z | Downloaded ar_archive_writer v0.5.1 |
| 760 | 2026-08-28T18:57:44.810Z | Downloaded ipnetwork v0.21.1 |
| 761 | 2026-08-28T18:57:44.813Z | Downloaded russh-cryptovec v0.62.0 |
| 762 | 2026-08-28T18:57:44.816Z | Downloaded expectorate v1.2.0 |
| 763 | 2026-08-28T18:57:44.816Z | Downloaded jobserver v0.1.34 |
| 764 | 2026-08-28T18:57:44.816Z | Downloaded libsw v3.5.0 |
| 765 | 2026-08-28T18:57:44.819Z | Downloaded lock_api v0.4.14 |
| 766 | 2026-08-28T18:57:44.819Z | Downloaded signal-hook-mio v0.2.5 |
| 767 | 2026-08-28T18:57:44.822Z | Downloaded sapling-renderdag v0.1.0 |
| 768 | 2026-08-28T18:57:44.822Z | Downloaded scheduled-thread-pool v0.2.7 |
| 769 | 2026-08-28T18:57:44.825Z | Downloaded backtrace v0.3.76 |
| 770 | 2026-08-28T18:57:44.828Z | Downloaded nanorand v0.7.0 |
| 771 | 2026-08-28T18:57:44.828Z | Downloaded serde_with_macros v3.21.0 |
| 772 | 2026-08-28T18:57:44.831Z | Downloaded slog v2.8.2 |
| 773 | 2026-08-28T18:57:44.831Z | Downloaded num_enum v0.7.6 |
| 774 | 2026-08-28T18:57:44.835Z | Downloaded linear-map v1.2.0 |
| 775 | 2026-08-28T18:57:44.837Z | Downloaded openssl-probe v0.1.6 |
| 776 | 2026-08-28T18:57:44.838Z | Downloaded crossbeam-utils v0.8.21 |
| 777 | 2026-08-28T18:57:44.838Z | Downloaded owo-colors v4.3.0 |
| 778 | 2026-08-28T18:57:44.840Z | Downloaded oxide-update-engine-display v0.1.2 |
| 779 | 2026-08-28T18:57:44.841Z | Downloaded seq-macro v0.3.6 |
| 780 | 2026-08-28T18:57:44.841Z | Downloaded sigpipe v0.1.3 |
| 781 | 2026-08-28T18:57:44.841Z | Downloaded structmeta-derive v0.3.0 |
| 782 | 2026-08-28T18:57:44.844Z | Downloaded supports-hyperlinks v3.2.0 |
| 783 | 2026-08-28T18:57:44.844Z | Downloaded testing_table v0.3.0 |
| 784 | 2026-08-28T18:57:44.846Z | Downloaded tokio-stream v0.1.18 |
| 785 | 2026-08-28T18:57:44.849Z | Downloaded chumsky v0.9.3 |
| 786 | 2026-08-28T18:57:44.855Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 787 | 2026-08-28T18:57:44.858Z | Downloaded unicode-properties v0.1.4 |
| 788 | 2026-08-28T18:57:44.861Z | Downloaded rayon-core v1.13.0 |
| 789 | 2026-08-28T18:57:44.861Z | Downloaded schemars v0.8.22 |
| 790 | 2026-08-28T18:57:44.868Z | Downloaded paste v1.0.15 |
| 791 | 2026-08-28T18:57:44.871Z | Downloaded ecdsa v0.17.0 |
| 792 | 2026-08-28T18:57:44.871Z | Downloaded p384 v0.14.0 |
| 793 | 2026-08-28T18:57:44.873Z | Downloaded pem-rfc7468 v1.0.0 |
| 794 | 2026-08-28T18:57:44.873Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 795 | 2026-08-28T18:57:44.876Z | Downloaded postgres-protocol v0.6.10 |
| 796 | 2026-08-28T18:57:44.876Z | Downloaded prettyplease v0.2.37 |
| 797 | 2026-08-28T18:57:44.879Z | Downloaded predicates v3.1.4 |
| 798 | 2026-08-28T18:57:44.882Z | Downloaded tinyvec_macros v0.1.1 |
| 799 | 2026-08-28T18:57:44.882Z | Downloaded test-strategy v0.4.5 |
| 800 | 2026-08-28T18:57:44.882Z | Downloaded toml v0.7.8 |
| 801 | 2026-08-28T18:57:44.885Z | Downloaded schemars v0.9.0 |
| 802 | 2026-08-28T18:57:44.891Z | Downloaded cc v1.2.56 |
| 803 | 2026-08-28T18:57:44.894Z | Downloaded bytes v1.11.1 |
| 804 | 2026-08-28T18:57:44.897Z | Downloaded chacha20poly1305 v0.10.1 |
| 805 | 2026-08-28T18:57:44.897Z | Downloaded tokio-test v0.4.5 |
| 806 | 2026-08-28T18:57:44.897Z | Downloaded universal-hash v0.5.1 |
| 807 | 2026-08-28T18:57:44.900Z | Downloaded tinyvec v1.10.0 |
| 808 | 2026-08-28T18:57:44.900Z | Downloaded unicode-truncate v1.1.0 |
| 809 | 2026-08-28T18:57:44.900Z | Downloaded waitgroup v0.1.2 |
| 810 | 2026-08-28T18:57:44.901Z | Downloaded vte v0.14.1 |
| 811 | 2026-08-28T18:57:44.903Z | Downloaded ingot-macros v0.2.0 |
| 812 | 2026-08-28T18:57:44.904Z | Downloaded headers v0.4.1 |
| 813 | 2026-08-28T18:57:44.906Z | Downloaded flate2 v1.1.9 |
| 814 | 2026-08-28T18:57:44.911Z | Downloaded heapless v0.8.0 |
| 815 | 2026-08-28T18:57:44.914Z | Downloaded zeroize_derive v1.5.0 |
| 816 | 2026-08-28T18:57:44.914Z | Downloaded rpassword v7.5.4 |
| 817 | 2026-08-28T18:57:44.914Z | Downloaded usdt-macro v0.6.0 |
| 818 | 2026-08-28T18:57:44.914Z | Downloaded wait-timeout v0.2.1 |
| 819 | 2026-08-28T18:57:44.914Z | Downloaded rustc_version v0.4.1 |
| 820 | 2026-08-28T18:57:44.917Z | Downloaded convert_case v0.4.0 |
| 821 | 2026-08-28T18:57:44.917Z | Downloaded mime_guess v2.0.5 |
| 822 | 2026-08-28T18:57:44.917Z | Downloaded scrypt v0.12.0 |
| 823 | 2026-08-28T18:57:44.917Z | Downloaded serde_path_to_error v0.1.20 |
| 824 | 2026-08-28T18:57:44.921Z | Downloaded crc-any v2.5.0 |
| 825 | 2026-08-28T18:57:44.921Z | Downloaded crc8 v0.1.1 |
| 826 | 2026-08-28T18:57:44.921Z | Downloaded debug-ignore v1.0.5 |
| 827 | 2026-08-28T18:57:44.921Z | Downloaded ml-kem v0.3.2 |
| 828 | 2026-08-28T18:57:44.924Z | Downloaded snafu-derive v0.8.9 |
| 829 | 2026-08-28T18:57:44.924Z | Downloaded document-features v0.2.12 |
| 830 | 2026-08-28T18:57:44.924Z | Downloaded slog-term v2.9.2 |
| 831 | 2026-08-28T18:57:44.924Z | Downloaded defmt v0.3.100 |
| 832 | 2026-08-28T18:57:44.924Z | Downloaded dirs-next v2.0.0 |
| 833 | 2026-08-28T18:57:44.928Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 834 | 2026-08-28T18:57:44.928Z | Downloaded icu_provider v2.1.1 |
| 835 | 2026-08-28T18:57:44.928Z | Downloaded ident_case v1.0.1 |
| 836 | 2026-08-28T18:57:44.928Z | Downloaded hickory-resolver v0.24.4 |
| 837 | 2026-08-28T18:57:44.931Z | Downloaded port-file v0.1.0 |
| 838 | 2026-08-28T18:57:44.934Z | Downloaded tls_codec v0.4.2 |
| 839 | 2026-08-28T18:57:44.934Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 840 | 2026-08-28T18:57:44.934Z | Downloaded synstructure v0.13.2 |
| 841 | 2026-08-28T18:57:44.934Z | Downloaded unicase v2.9.0 |
| 842 | 2026-08-28T18:57:44.937Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 843 | 2026-08-28T18:57:44.937Z | Downloaded indent_write v2.2.0 |
| 844 | 2026-08-28T18:57:44.940Z | Downloaded unsafe-libyaml v0.2.11 |
| 845 | 2026-08-28T18:57:44.946Z | Downloaded usdt-impl v0.6.0 |
| 846 | 2026-08-28T18:57:44.951Z | Downloaded kstat-rs v0.2.5 |
| 847 | 2026-08-28T18:57:44.951Z | Downloaded lzss v0.8.2 |
| 848 | 2026-08-28T18:57:44.951Z | Downloaded olpc-cjson v0.1.4 |
| 849 | 2026-08-28T18:57:44.951Z | Downloaded opaque-debug v0.3.1 |
| 850 | 2026-08-28T18:57:44.954Z | Downloaded vergen-gitcl v1.0.8 |
| 851 | 2026-08-28T18:57:44.954Z | Downloaded zerovec-derive v0.11.2 |
| 852 | 2026-08-28T18:57:44.957Z | Downloaded hashbrown v0.12.3 |
| 853 | 2026-08-28T18:57:44.961Z | Downloaded const_format v0.2.35 |
| 854 | 2026-08-28T18:57:44.964Z | Downloaded rustls-pki-types v1.14.0 |
| 855 | 2026-08-28T18:57:44.964Z | Downloaded hashbrown v0.13.2 |
| 856 | 2026-08-28T18:57:44.967Z | Downloaded zstd v0.13.3 |
| 857 | 2026-08-28T18:57:44.970Z | Downloaded tungstenite v0.21.0 |
| 858 | 2026-08-28T18:57:44.970Z | Downloaded nonempty v0.12.0 |
| 859 | 2026-08-28T18:57:44.970Z | Downloaded walkdir v2.5.0 |
| 860 | 2026-08-28T18:57:44.973Z | Downloaded md5 v0.8.0 |
| 861 | 2026-08-28T18:57:44.973Z | Downloaded convert_case v0.10.0 |
| 862 | 2026-08-28T18:57:44.976Z | Downloaded predicates-tree v1.0.13 |
| 863 | 2026-08-28T18:57:44.979Z | Downloaded parse-display v0.10.0 |
| 864 | 2026-08-28T18:57:44.983Z | Downloaded phf_shared v0.12.1 |
| 865 | 2026-08-28T18:57:44.983Z | Downloaded daft-derive v0.1.8 |
| 866 | 2026-08-28T18:57:44.986Z | Downloaded potential_utf v0.1.4 |
| 867 | 2026-08-28T18:57:44.986Z | Downloaded darling_core v0.20.11 |
| 868 | 2026-08-28T18:57:44.989Z | Downloaded darling_core v0.21.3 |
| 869 | 2026-08-28T18:57:44.992Z | Downloaded critical-section v1.2.0 |
| 870 | 2026-08-28T18:57:44.992Z | Downloaded rustls-webpki v0.103.13 |
| 871 | 2026-08-28T18:57:44.992Z | Downloaded slog-json v2.6.1 |
| 872 | 2026-08-28T18:57:44.996Z | Downloaded rtoolbox v0.0.3 |
| 873 | 2026-08-28T18:57:45.002Z | Downloaded strum_macros v0.27.2 |
| 874 | 2026-08-28T18:57:45.009Z | Downloaded darling v0.13.4 |
| 875 | 2026-08-28T18:57:45.009Z | Downloaded siphasher v1.0.2 |
| 876 | 2026-08-28T18:57:45.030Z | Downloaded ena v0.14.4 |
| 877 | 2026-08-28T18:57:45.033Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 878 | 2026-08-28T18:57:45.041Z | Downloaded parking_lot v0.12.5 |
| 879 | 2026-08-28T18:57:45.041Z | Downloaded hickory-resolver v0.25.2 |
| 880 | 2026-08-28T18:57:45.041Z | Downloaded aes v0.9.1 |
| 881 | 2026-08-28T18:57:45.041Z | Downloaded libefi-sys v0.1.0 |
| 882 | 2026-08-28T18:57:45.041Z | Downloaded strum v0.26.3 |
| 883 | 2026-08-28T18:57:45.041Z | Downloaded knus v3.4.0 |
| 884 | 2026-08-28T18:57:45.041Z | Downloaded ryu v1.0.23 |
| 885 | 2026-08-28T18:57:45.041Z | Downloaded multer v3.1.0 |
| 886 | 2026-08-28T18:57:45.041Z | Downloaded libsw-core v0.3.2 |
| 887 | 2026-08-28T18:57:45.041Z | Downloaded oxide-tokio-rt v0.1.4 |
| 888 | 2026-08-28T18:57:45.041Z | Downloaded oxide-update-engine v0.1.2 |
| 889 | 2026-08-28T18:57:45.047Z | Downloaded parking_lot_core v0.8.6 |
| 890 | 2026-08-28T18:57:45.047Z | Downloaded phf_shared v0.11.3 |
| 891 | 2026-08-28T18:57:45.047Z | Downloaded pem-rfc7468 v0.7.0 |
| 892 | 2026-08-28T18:57:45.047Z | Downloaded unarray v0.1.4 |
| 893 | 2026-08-28T18:57:45.047Z | Downloaded unit-prefix v0.5.2 |
| 894 | 2026-08-28T18:57:45.047Z | Downloaded unicode-xid v0.2.6 |
| 895 | 2026-08-28T18:57:45.051Z | Downloaded primeorder v0.14.0 |
| 896 | 2026-08-28T18:57:45.051Z | Downloaded proc-macro-error2 v2.0.1 |
| 897 | 2026-08-28T18:57:45.055Z | Downloaded rand_core v0.6.4 |
| 898 | 2026-08-28T18:57:45.056Z | Downloaded icu_normalizer v2.1.1 |
| 899 | 2026-08-28T18:57:45.061Z | Downloaded miette-derive v7.6.0 |
| 900 | 2026-08-28T18:57:45.061Z | Downloaded darling_core v0.23.0 |
| 901 | 2026-08-28T18:57:45.061Z | Downloaded daft v0.1.8 |
| 902 | 2026-08-28T18:57:45.065Z | Downloaded derive_more v2.1.1 |
| 903 | 2026-08-28T18:57:45.069Z | Downloaded wnaf v0.14.0 |
| 904 | 2026-08-28T18:57:45.069Z | Downloaded unicode_categories v0.1.1 |
| 905 | 2026-08-28T18:57:45.069Z | Downloaded cstr-argument v0.1.2 |
| 906 | 2026-08-28T18:57:45.069Z | Downloaded serde_cbor v0.11.2 |
| 907 | 2026-08-28T18:57:45.072Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 908 | 2026-08-28T18:57:45.072Z | Downloaded darling_macro v0.23.0 |
| 909 | 2026-08-28T18:57:45.072Z | Downloaded socket2 v0.6.3 |
| 910 | 2026-08-28T18:57:45.072Z | Downloaded zip v0.6.6 |
| 911 | 2026-08-28T18:57:45.076Z | Downloaded spin v0.9.8 |
| 912 | 2026-08-28T18:57:45.079Z | Downloaded pin-project v1.1.11 |
| 913 | 2026-08-28T18:57:45.086Z | Downloaded derive_builder v0.20.2 |
| 914 | 2026-08-28T18:57:45.089Z | Downloaded smf v0.2.3 |
| 915 | 2026-08-28T18:57:45.089Z | Downloaded scroll v0.13.0 |
| 916 | 2026-08-28T18:57:45.089Z | Downloaded rusty-fork v0.3.1 |
| 917 | 2026-08-28T18:57:45.093Z | Downloaded sec1 v0.7.3 |
| 918 | 2026-08-28T18:57:45.093Z | Downloaded kem v0.3.0 |
| 919 | 2026-08-28T18:57:45.093Z | Downloaded spki v0.7.3 |
| 920 | 2026-08-28T18:57:45.093Z | Downloaded static_assertions v1.1.0 |
| 921 | 2026-08-28T18:57:45.096Z | Downloaded is_ci v1.2.0 |
| 922 | 2026-08-28T18:57:45.096Z | Downloaded supports-color v3.0.2 |
| 923 | 2026-08-28T18:57:45.099Z | Downloaded support-bundle-viewer v0.1.2 |
| 924 | 2026-08-28T18:57:45.100Z | Downloaded tinystr v0.8.2 |
| 925 | 2026-08-28T18:57:45.103Z | Downloaded newtype-uuid-macros v0.1.0 |
| 926 | 2026-08-28T18:57:45.103Z | Downloaded match_cfg v0.1.0 |
| 927 | 2026-08-28T18:57:45.103Z | Downloaded num v0.4.3 |
| 928 | 2026-08-28T18:57:45.107Z | Downloaded hickory-server v0.25.2 |
| 929 | 2026-08-28T18:57:45.110Z | Downloaded vergen-lib v9.1.0 |
| 930 | 2026-08-28T18:57:45.110Z | Downloaded http v1.4.2 |
| 931 | 2026-08-28T18:57:45.113Z | Downloaded native-tls v0.2.18 |
| 932 | 2026-08-28T18:57:45.113Z | Downloaded polyval v0.7.1 |
| 933 | 2026-08-28T18:57:45.121Z | Downloaded litemap v0.8.1 |
| 934 | 2026-08-28T18:57:45.125Z | Downloaded termios v0.3.3 |
| 935 | 2026-08-28T18:57:45.125Z | Downloaded tokio-native-tls v0.3.1 |
| 936 | 2026-08-28T18:57:45.125Z | Downloaded tokio-tungstenite v0.23.1 |
| 937 | 2026-08-28T18:57:45.129Z | Downloaded utf-8 v0.7.6 |
| 938 | 2026-08-28T18:57:45.129Z | Downloaded yoke v0.8.1 |
| 939 | 2026-08-28T18:57:45.143Z | Downloaded data-encoding v2.10.0 |
| 940 | 2026-08-28T18:57:45.150Z | Downloaded defmt v1.0.1 |
| 941 | 2026-08-28T18:57:45.150Z | Downloaded zstd-safe v7.2.4 |
| 942 | 2026-08-28T18:57:45.150Z | Downloaded sha2 v0.11.0 |
| 943 | 2026-08-28T18:57:45.150Z | Downloaded digest v0.11.3 |
| 944 | 2026-08-28T18:57:45.155Z | Downloaded dropshot_endpoint v0.17.1 |
| 945 | 2026-08-28T18:57:45.160Z | Downloaded downcast-rs v2.0.2 |
| 946 | 2026-08-28T18:57:45.160Z | Downloaded indoc v2.0.7 |
| 947 | 2026-08-28T18:57:45.160Z | Downloaded rsa v0.10.0-rc.18 |
| 948 | 2026-08-28T18:57:45.165Z | Downloaded serde_yaml v0.9.34+deprecated |
| 949 | 2026-08-28T18:57:45.165Z | Downloaded tar v0.4.46 |
| 950 | 2026-08-28T18:57:45.165Z | Downloaded derive-where v1.6.0 |
| 951 | 2026-08-28T18:57:45.169Z | Downloaded signature v3.0.0 |
| 952 | 2026-08-28T18:57:45.169Z | Downloaded slog-envlogger v2.2.0 |
| 953 | 2026-08-28T18:57:45.169Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 954 | 2026-08-28T18:57:45.172Z | Downloaded ingot v0.2.1 |
| 955 | 2026-08-28T18:57:45.172Z | Downloaded libloading v0.8.9 |
| 956 | 2026-08-28T18:57:45.175Z | Downloaded ref-cast-impl v1.0.25 |
| 957 | 2026-08-28T18:57:45.176Z | Downloaded serde_bytes v0.11.19 |
| 958 | 2026-08-28T18:57:45.179Z | Downloaded sync_wrapper v1.0.2 |
| 959 | 2026-08-28T18:57:45.179Z | Downloaded serde_plain v1.0.2 |
| 960 | 2026-08-28T18:57:45.182Z | Downloaded time-core v0.1.8 |
| 961 | 2026-08-28T18:57:45.182Z | Downloaded strsim v0.10.0 |
| 962 | 2026-08-28T18:57:45.182Z | Downloaded try-lock v0.2.5 |
| 963 | 2026-08-28T18:57:45.186Z | Downloaded yasna v0.5.2 |
| 964 | 2026-08-28T18:57:45.186Z | Downloaded num-bigint-dig v0.8.6 |
| 965 | 2026-08-28T18:57:45.190Z | Downloaded utf8_iter v1.0.4 |
| 966 | 2026-08-28T18:57:45.194Z | Downloaded zerocopy v0.6.6 |
| 967 | 2026-08-28T18:57:45.194Z | Downloaded crc32fast v1.5.0 |
| 968 | 2026-08-28T18:57:45.198Z | Downloaded peg v0.8.5 |
| 969 | 2026-08-28T18:57:45.202Z | Downloaded trait-variant v0.1.2 |
| 970 | 2026-08-28T18:57:45.202Z | Downloaded universal-hash v0.6.1 |
| 971 | 2026-08-28T18:57:45.202Z | Downloaded xattr v1.6.1 |
| 972 | 2026-08-28T18:57:45.207Z | Downloaded indexmap v1.9.3 |
| 973 | 2026-08-28T18:57:45.207Z | Downloaded crucible-workspace-hack v0.1.0 |
| 974 | 2026-08-28T18:57:45.207Z | Downloaded cookie_store v0.22.1 |
| 975 | 2026-08-28T18:57:45.207Z | Downloaded term v0.7.0 |
| 976 | 2026-08-28T18:57:45.216Z | Downloaded ppv-lite86 v0.2.21 |
| 977 | 2026-08-28T18:57:45.216Z | Downloaded primefield v0.14.0 |
| 978 | 2026-08-28T18:57:45.216Z | Downloaded rand v0.8.6 |
| 979 | 2026-08-28T18:57:45.217Z | Downloaded num-traits v0.2.19 |
| 980 | 2026-08-28T18:57:45.220Z | Downloaded hashbrown v0.15.5 |
| 981 | 2026-08-28T18:57:45.224Z | Downloaded rand_core v0.10.0 |
| 982 | 2026-08-28T18:57:45.224Z | Downloaded pin-project-lite v0.2.17 |
| 983 | 2026-08-28T18:57:45.228Z | Downloaded rand_core v0.9.5 |
| 984 | 2026-08-28T18:57:45.228Z | Downloaded zone v0.3.1 |
| 985 | 2026-08-28T18:57:45.231Z | Downloaded dsl_auto_type v0.2.0 |
| 986 | 2026-08-28T18:57:45.238Z | Downloaded diesel_derives v2.3.7 |
| 987 | 2026-08-28T18:57:45.242Z | Downloaded hyper-util v0.1.20 |
| 988 | 2026-08-28T18:57:45.242Z | Downloaded sec1 v0.8.1 |
| 989 | 2026-08-28T18:57:45.246Z | Downloaded resolv-conf v0.7.6 |
| 990 | 2026-08-28T18:57:45.246Z | Downloaded rustls-pemfile v2.2.0 |
| 991 | 2026-08-28T18:57:45.246Z | Downloaded instability v0.3.11 |
| 992 | 2026-08-28T18:57:45.246Z | Downloaded libscf-sys v1.2.0 |
| 993 | 2026-08-28T18:57:45.254Z | Downloaded steno v0.4.1 |
| 994 | 2026-08-28T18:57:45.258Z | Downloaded zerocopy-derive v0.8.55 |
| 995 | 2026-08-28T18:57:45.258Z | Downloaded zip v4.6.1 |
| 996 | 2026-08-28T18:57:45.262Z | Downloaded slog-dtrace v0.3.0 |
| 997 | 2026-08-28T18:57:45.262Z | Downloaded signal-hook v0.3.18 |
| 998 | 2026-08-28T18:57:45.266Z | Downloaded similar v2.7.0 |
| 999 | 2026-08-28T18:57:45.266Z | Downloaded hyper-staticfile v0.10.1 |
| 1000 | 2026-08-28T18:57:45.270Z | Downloaded peg-runtime v0.8.5 |
| 1001 | 2026-08-28T18:57:45.271Z | Downloaded yansi v1.0.1 |
| 1002 | 2026-08-28T18:57:45.271Z | Downloaded stacker v0.1.23 |
| 1003 | 2026-08-28T18:57:45.271Z | Downloaded aho-corasick v1.1.4 |
| 1004 | 2026-08-28T18:57:45.275Z | Downloaded nu-ansi-term v0.50.3 |
| 1005 | 2026-08-28T18:57:45.275Z | Downloaded tokio-tungstenite v0.21.0 |
| 1006 | 2026-08-28T18:57:45.275Z | Downloaded csv-core v0.1.13 |
| 1007 | 2026-08-28T18:57:45.283Z | Downloaded hashbrown v0.16.1 |
| 1008 | 2026-08-28T18:57:45.289Z | Downloaded russh-util v0.52.0 |
| 1009 | 2026-08-28T18:57:45.289Z | Downloaded same-file v1.0.6 |
| 1010 | 2026-08-28T18:57:45.289Z | Downloaded aes-gcm v0.11.0 |
| 1011 | 2026-08-28T18:57:45.289Z | Downloaded rand v0.9.2 |
| 1012 | 2026-08-28T18:57:45.303Z | Downloaded xshell v0.2.7 |
| 1013 | 2026-08-28T18:57:45.303Z | Downloaded radium v0.7.0 |
| 1014 | 2026-08-28T18:57:45.303Z | Downloaded p521 v0.14.0 |
| 1015 | 2026-08-28T18:57:45.307Z | Downloaded darling_core v0.13.4 |
| 1016 | 2026-08-28T18:57:45.307Z | Downloaded derive-ex v0.1.8 |
| 1017 | 2026-08-28T18:57:45.307Z | Downloaded serde_spanned v1.1.1 |
| 1018 | 2026-08-28T18:57:45.307Z | Downloaded shell-words v1.1.1 |
| 1019 | 2026-08-28T18:57:45.307Z | Downloaded tagptr v0.2.0 |
| 1020 | 2026-08-28T18:57:45.307Z | Downloaded parking_lot v0.11.2 |
| 1021 | 2026-08-28T18:57:45.307Z | Downloaded reedline v0.40.0 |
| 1022 | 2026-08-28T18:57:45.312Z | Downloaded hashbrown v0.14.5 |
| 1023 | 2026-08-28T18:57:45.317Z | Downloaded hyper v1.10.1 |
| 1024 | 2026-08-28T18:57:45.317Z | Downloaded constant_time_eq v0.4.2 |
| 1025 | 2026-08-28T18:57:45.323Z | Downloaded des v0.9.0 |
| 1026 | 2026-08-28T18:57:45.323Z | Downloaded typed-path v0.9.3 |
| 1027 | 2026-08-28T18:57:45.323Z | Downloaded defmt-macros v1.0.1 |
| 1028 | 2026-08-28T18:57:45.323Z | Downloaded sha1 v0.11.0 |
| 1029 | 2026-08-28T18:57:45.327Z | Downloaded crypto-bigint v0.5.5 |
| 1030 | 2026-08-28T18:57:45.327Z | Downloaded futures-util v0.3.32 |
| 1031 | 2026-08-28T18:57:45.333Z | Downloaded cpufeatures v0.3.0 |
| 1032 | 2026-08-28T18:57:45.338Z | Downloaded either v1.15.0 |
| 1033 | 2026-08-28T18:57:45.338Z | Downloaded sponge-cursor v0.1.0 |
| 1034 | 2026-08-28T18:57:45.338Z | Downloaded zone_cfg_derive v0.3.1 |
| 1035 | 2026-08-28T18:57:45.338Z | Downloaded icu_collections v2.1.1 |
| 1036 | 2026-08-28T18:57:45.343Z | Downloaded rustversion v1.0.22 |
| 1037 | 2026-08-28T18:57:45.343Z | Downloaded scuffle v0.1.0 |
| 1038 | 2026-08-28T18:57:45.347Z | Downloaded drift v0.2.0 |
| 1039 | 2026-08-28T18:57:45.350Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1040 | 2026-08-28T18:57:45.350Z | Downloaded usdt-attr-macro v0.6.0 |
| 1041 | 2026-08-28T18:57:45.350Z | Downloaded darling_macro v0.20.11 |
| 1042 | 2026-08-28T18:57:45.350Z | Downloaded darling_macro v0.21.3 |
| 1043 | 2026-08-28T18:57:45.350Z | Downloaded sqlformat v0.3.5 |
| 1044 | 2026-08-28T18:57:45.357Z | Downloaded module-lattice v0.2.3 |
| 1045 | 2026-08-28T18:57:45.357Z | Downloaded illumos-nvpair v0.3.0 |
| 1046 | 2026-08-28T18:57:45.357Z | Downloaded inout v0.2.2 |
| 1047 | 2026-08-28T18:57:45.357Z | Downloaded num-rational v0.4.2 |
| 1048 | 2026-08-28T18:57:45.357Z | Downloaded parse-display-derive v0.10.0 |
| 1049 | 2026-08-28T18:57:45.358Z | Downloaded tungstenite v0.23.0 |
| 1050 | 2026-08-28T18:57:45.361Z | Downloaded tokio-util v0.7.18 |
| 1051 | 2026-08-28T18:57:45.377Z | Downloaded pin-project-internal v1.1.11 |
| 1052 | 2026-08-28T18:57:45.377Z | Downloaded lru v0.12.5 |
| 1053 | 2026-08-28T18:57:45.377Z | Downloaded lru-cache v0.1.2 |
| 1054 | 2026-08-28T18:57:45.377Z | Downloaded new_debug_unreachable v1.0.6 |
| 1055 | 2026-08-28T18:57:45.377Z | Downloaded num-conv v0.2.0 |
| 1056 | 2026-08-28T18:57:45.377Z | Downloaded vergen-git2 v9.1.0 |
| 1057 | 2026-08-28T18:57:45.378Z | Downloaded oxnet v0.1.6 |
| 1058 | 2026-08-28T18:57:45.384Z | Downloaded rand_chacha v0.3.1 |
| 1059 | 2026-08-28T18:57:45.384Z | Downloaded oso-derive v0.27.3 |
| 1060 | 2026-08-28T18:57:45.384Z | Downloaded progenitor-client v0.13.0 |
| 1061 | 2026-08-28T18:57:45.384Z | Downloaded rand v0.10.1 |
| 1062 | 2026-08-28T18:57:45.384Z | Downloaded rand_chacha v0.9.0 |
| 1063 | 2026-08-28T18:57:45.384Z | Downloaded phf_shared v0.13.1 |
| 1064 | 2026-08-28T18:57:45.384Z | Downloaded num-bigint v0.4.6 |
| 1065 | 2026-08-28T18:57:45.384Z | Downloaded quinn v0.11.11 |
| 1066 | 2026-08-28T18:57:45.384Z | Downloaded cookie v0.18.1 |
| 1067 | 2026-08-28T18:57:45.384Z | Downloaded secrecy v0.10.3 |
| 1068 | 2026-08-28T18:57:45.384Z | Downloaded darling v0.23.0 |
| 1069 | 2026-08-28T18:57:45.388Z | Downloaded ed25519 v3.0.0 |
| 1070 | 2026-08-28T18:57:45.388Z | Downloaded progenitor-impl v0.13.0 |
| 1071 | 2026-08-28T18:57:45.388Z | Downloaded signature v2.2.0 |
| 1072 | 2026-08-28T18:57:45.388Z | Downloaded serde_urlencoded v0.7.1 |
| 1073 | 2026-08-28T18:57:45.388Z | Downloaded publicsuffix v2.3.0 |
| 1074 | 2026-08-28T18:57:45.393Z | Downloaded stringprep v0.1.5 |
| 1075 | 2026-08-28T18:57:45.393Z | Downloaded void v1.0.2 |
| 1076 | 2026-08-28T18:57:45.399Z | Downloaded dunce v1.0.5 |
| 1077 | 2026-08-28T18:57:45.403Z | Downloaded icu_normalizer_data v2.1.1 |
| 1078 | 2026-08-28T18:57:45.403Z | Downloaded keccak v0.2.0 |
| 1079 | 2026-08-28T18:57:45.403Z | Downloaded time-macros v0.2.27 |
| 1080 | 2026-08-28T18:57:45.403Z | Downloaded crossterm v0.28.1 |
| 1081 | 2026-08-28T18:57:45.407Z | Downloaded displaydoc v0.2.5 |
| 1082 | 2026-08-28T18:57:45.407Z | Downloaded ignore v0.4.25 |
| 1083 | 2026-08-28T18:57:45.410Z | Downloaded strum v0.27.2 |
| 1084 | 2026-08-28T18:57:45.410Z | Downloaded termtree v0.5.1 |
| 1085 | 2026-08-28T18:57:45.410Z | Downloaded tap v1.0.1 |
| 1086 | 2026-08-28T18:57:45.410Z | Downloaded zeroize v1.9.0 |
| 1087 | 2026-08-28T18:57:45.419Z | Downloaded uzers v0.12.2 |
| 1088 | 2026-08-28T18:57:45.423Z | Downloaded hyper-tls v0.6.0 |
| 1089 | 2026-08-28T18:57:45.423Z | Downloaded internet-checksum v0.2.1 |
| 1090 | 2026-08-28T18:57:45.426Z | Downloaded keccak v0.1.6 |
| 1091 | 2026-08-28T18:57:45.431Z | Downloaded hkdf v0.13.0 |
| 1092 | 2026-08-28T18:57:45.459Z | Downloaded bitvec v1.0.1 |
| 1093 | 2026-08-28T18:57:45.466Z | Downloaded packed_struct v0.10.1 |
| 1094 | 2026-08-28T18:57:45.466Z | Downloaded rustc_version v0.1.7 |
| 1095 | 2026-08-28T18:57:45.466Z | Downloaded phf v0.13.1 |
| 1096 | 2026-08-28T18:57:45.466Z | Downloaded postcard v1.1.3 |
| 1097 | 2026-08-28T18:57:45.466Z | Downloaded h2 v0.4.15 |
| 1098 | 2026-08-28T18:57:45.466Z | Downloaded openssl-sys v0.9.117 |
| 1099 | 2026-08-28T18:57:45.466Z | Downloaded rand_seeder v0.4.0 |
| 1100 | 2026-08-28T18:57:45.466Z | Downloaded serde_repr v0.1.20 |
| 1101 | 2026-08-28T18:57:45.466Z | Downloaded tower-service v0.3.3 |
| 1102 | 2026-08-28T18:57:45.466Z | Downloaded thiserror-no-std v2.0.2 |
| 1103 | 2026-08-28T18:57:45.466Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1104 | 2026-08-28T18:57:45.466Z | Downloaded schemars_derive v0.8.22 |
| 1105 | 2026-08-28T18:57:45.470Z | Downloaded thread-id v5.1.0 |
| 1106 | 2026-08-28T18:57:45.470Z | Downloaded difflib v0.4.0 |
| 1107 | 2026-08-28T18:57:45.470Z | Downloaded semver v0.1.20 |
| 1108 | 2026-08-28T18:57:45.470Z | Downloaded crc v3.4.0 |
| 1109 | 2026-08-28T18:57:45.473Z | Downloaded progenitor-client v0.14.0 |
| 1110 | 2026-08-28T18:57:45.473Z | Downloaded sync-ptr v0.1.4 |
| 1111 | 2026-08-28T18:57:45.482Z | Downloaded ed25519-dalek v2.2.0 |
| 1112 | 2026-08-28T18:57:45.486Z | Downloaded nom v8.0.0 |
| 1113 | 2026-08-28T18:57:45.490Z | Downloaded smallvec v0.6.14 |
| 1114 | 2026-08-28T18:57:45.490Z | Downloaded zerofrom-derive v0.1.6 |
| 1115 | 2026-08-28T18:57:45.490Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1116 | 2026-08-28T18:57:45.496Z | Downloaded twox-hash v2.1.2 |
| 1117 | 2026-08-28T18:57:45.496Z | Downloaded ssh-cipher v0.3.0 |
| 1118 | 2026-08-28T18:57:45.501Z | Downloaded diff v0.1.13 |
| 1119 | 2026-08-28T18:57:45.501Z | Downloaded ecdsa v0.16.9 |
| 1120 | 2026-08-28T18:57:45.501Z | Downloaded writeable v0.6.2 |
| 1121 | 2026-08-28T18:57:45.501Z | Downloaded sha3 v0.12.0 |
| 1122 | 2026-08-28T18:57:45.505Z | Downloaded newtype-uuid v1.3.2 |
| 1123 | 2026-08-28T18:57:45.505Z | Downloaded num_enum_derive v0.7.6 |
| 1124 | 2026-08-28T18:57:45.505Z | Downloaded tower-layer v0.3.3 |
| 1125 | 2026-08-28T18:57:45.505Z | Downloaded typify-macro v0.6.2 |
| 1126 | 2026-08-28T18:57:45.508Z | Downloaded darling_macro v0.13.4 |
| 1127 | 2026-08-28T18:57:45.508Z | Downloaded derive_builder_macro v0.20.2 |
| 1128 | 2026-08-28T18:57:45.509Z | Downloaded embedded-io v0.4.0 |
| 1129 | 2026-08-28T18:57:45.509Z | Downloaded crossbeam-epoch v0.9.18 |
| 1130 | 2026-08-28T18:57:45.516Z | Downloaded dropshot-api-manager v0.8.0 |
| 1131 | 2026-08-28T18:57:45.517Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1132 | 2026-08-28T18:57:45.517Z | Downloaded newtype_derive v0.1.6 |
| 1133 | 2026-08-28T18:57:45.517Z | Downloaded slog-bunyan v2.5.0 |
| 1134 | 2026-08-28T18:57:45.517Z | Downloaded inout v0.1.4 |
| 1135 | 2026-08-28T18:57:45.517Z | Downloaded miniz_oxide v0.8.9 |
| 1136 | 2026-08-28T18:57:45.520Z | Downloaded iana-time-zone v0.1.65 |
| 1137 | 2026-08-28T18:57:45.520Z | Downloaded oxide-generation v0.1.3 |
| 1138 | 2026-08-28T18:57:45.520Z | Downloaded iri-string v0.7.10 |
| 1139 | 2026-08-28T18:57:45.524Z | Downloaded primeorder v0.13.6 |
| 1140 | 2026-08-28T18:57:45.524Z | Downloaded minimal-lexical v0.2.1 |
| 1141 | 2026-08-28T18:57:45.527Z | Downloaded p256 v0.14.0 |
| 1142 | 2026-08-28T18:57:45.531Z | Downloaded path-slash v0.1.5 |
| 1143 | 2026-08-28T18:57:45.531Z | Downloaded scopeguard v1.2.0 |
| 1144 | 2026-08-28T18:57:45.537Z | Downloaded powerfmt v0.2.0 |
| 1145 | 2026-08-28T18:57:45.544Z | Downloaded simd-adler32 v0.3.8 |
| 1146 | 2026-08-28T18:57:45.549Z | Downloaded whoami v2.1.0 |
| 1147 | 2026-08-28T18:57:45.552Z | Downloaded crunchy v0.2.4 |
| 1148 | 2026-08-28T18:57:45.552Z | Downloaded pbkdf2 v0.13.0 |
| 1149 | 2026-08-28T18:57:45.556Z | Downloaded progenitor v0.14.0 |
| 1150 | 2026-08-28T18:57:45.556Z | Downloaded dyn-clone v1.0.20 |
| 1151 | 2026-08-28T18:57:45.556Z | Downloaded smallvec v1.15.1 |
| 1152 | 2026-08-28T18:57:45.559Z | Downloaded shlex v1.3.0 |
| 1153 | 2026-08-28T18:57:45.559Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1154 | 2026-08-28T18:57:45.559Z | Downloaded tiny-keccak v2.0.2 |
| 1155 | 2026-08-28T18:57:45.562Z | Downloaded indicatif v0.18.4 |
| 1156 | 2026-08-28T18:57:45.565Z | Downloaded subprocess v0.2.15 |
| 1157 | 2026-08-28T18:57:45.568Z | Downloaded rustyline v14.0.0 |
| 1158 | 2026-08-28T18:57:45.571Z | Downloaded darling v0.20.11 |
| 1159 | 2026-08-28T18:57:45.571Z | Downloaded ed25519-dalek v3.0.0 |
| 1160 | 2026-08-28T18:57:45.574Z | Downloaded usdt v0.6.0 |
| 1161 | 2026-08-28T18:57:45.574Z | Downloaded itertools v0.10.5 |
| 1162 | 2026-08-28T18:57:45.578Z | Downloaded jiff-static v0.2.34 |
| 1163 | 2026-08-28T18:57:45.578Z | Downloaded recursive v0.1.1 |
| 1164 | 2026-08-28T18:57:45.581Z | Downloaded blake3 v1.8.5 |
| 1165 | 2026-08-28T18:57:45.584Z | Downloaded typify v0.6.2 |
| 1166 | 2026-08-28T18:57:45.590Z | Downloaded serde-big-array v0.5.1 |
| 1167 | 2026-08-28T18:57:45.590Z | Downloaded uuid v1.23.4 |
| 1168 | 2026-08-28T18:57:45.595Z | Downloaded cpubits v0.1.1 |
| 1169 | 2026-08-28T18:57:45.595Z | Downloaded ingot-types v0.2.0 |
| 1170 | 2026-08-28T18:57:45.595Z | Downloaded num-derive v0.4.2 |
| 1171 | 2026-08-28T18:57:45.595Z | Downloaded tabwriter v1.4.1 |
| 1172 | 2026-08-28T18:57:45.595Z | Downloaded idna_adapter v1.2.1 |
| 1173 | 2026-08-28T18:57:45.595Z | Downloaded slab v0.4.12 |
| 1174 | 2026-08-28T18:57:45.595Z | Downloaded lazy_static v1.5.0 |
| 1175 | 2026-08-28T18:57:45.599Z | Downloaded hkdf v0.12.4 |
| 1176 | 2026-08-28T18:57:45.599Z | Downloaded proptest v1.11.0 |
| 1177 | 2026-08-28T18:57:45.602Z | Downloaded nom v7.1.3 |
| 1178 | 2026-08-28T18:57:45.605Z | Downloaded tough v0.22.0 |
| 1179 | 2026-08-28T18:57:45.609Z | Downloaded crossbeam-deque v0.8.6 |
| 1180 | 2026-08-28T18:57:45.612Z | Downloaded mime v0.3.17 |
| 1181 | 2026-08-28T18:57:45.612Z | Downloaded psm v0.1.30 |
| 1182 | 2026-08-28T18:57:45.612Z | Downloaded crypto-common v0.2.2 |
| 1183 | 2026-08-28T18:57:45.615Z | Downloaded rand_pcg v0.10.2 |
| 1184 | 2026-08-28T18:57:45.615Z | Downloaded linked-hash-map v0.5.6 |
| 1185 | 2026-08-28T18:57:45.620Z | Downloaded litrs v1.0.0 |
| 1186 | 2026-08-28T18:57:45.620Z | Downloaded memmap2 v0.9.10 |
| 1187 | 2026-08-28T18:57:45.620Z | Downloaded poly1305 v0.9.0 |
| 1188 | 2026-08-28T18:57:45.623Z | Downloaded miette v7.6.0 |
| 1189 | 2026-08-28T18:57:45.623Z | Downloaded strum_macros v0.26.4 |
| 1190 | 2026-08-28T18:57:45.629Z | Downloaded serde_with v1.14.0 |
| 1191 | 2026-08-28T18:57:45.632Z | Downloaded progenitor-impl v0.14.0 |
| 1192 | 2026-08-28T18:57:45.636Z | Downloaded aws-lc-rs v1.16.3 |
| 1193 | 2026-08-28T18:57:45.639Z | Downloaded postgres-types v0.2.12 |
| 1194 | 2026-08-28T18:57:45.643Z | Downloaded maplit v1.0.2 |
| 1195 | 2026-08-28T18:57:45.643Z | Downloaded dirs-sys-next v0.1.2 |
| 1196 | 2026-08-28T18:57:45.643Z | Downloaded newline-converter v0.3.0 |
| 1197 | 2026-08-28T18:57:45.643Z | Downloaded display-error-chain v0.2.2 |
| 1198 | 2026-08-28T18:57:45.646Z | Downloaded openssl-probe v0.2.1 |
| 1199 | 2026-08-28T18:57:45.646Z | Downloaded ref-cast v1.0.25 |
| 1200 | 2026-08-28T18:57:45.649Z | Downloaded sha1 v0.10.6 |
| 1201 | 2026-08-28T18:57:45.656Z | Downloaded managed v0.8.0 |
| 1202 | 2026-08-28T18:57:45.656Z | Downloaded memoffset v0.9.1 |
| 1203 | 2026-08-28T18:57:45.659Z | Downloaded tracing-core v0.1.36 |
| 1204 | 2026-08-28T18:57:45.659Z | Downloaded iddqd v0.4.2 |
| 1205 | 2026-08-28T18:57:45.662Z | Downloaded toml_edit v0.19.15 |
| 1206 | 2026-08-28T18:57:45.669Z | Downloaded zopfli v0.8.3 |
| 1207 | 2026-08-28T18:57:45.672Z | Downloaded derive_more v0.99.20 |
| 1208 | 2026-08-28T18:57:45.675Z | Downloaded darling v0.21.3 |
| 1209 | 2026-08-28T18:57:45.679Z | Downloaded pkg-config v0.3.32 |
| 1210 | 2026-08-28T18:57:45.679Z | Downloaded peg-macros v0.8.5 |
| 1211 | 2026-08-28T18:57:45.679Z | Downloaded rustc-demangle v0.1.27 |
| 1212 | 2026-08-28T18:57:45.682Z | Downloaded ssh-encoding v0.3.0 |
| 1213 | 2026-08-28T18:57:45.682Z | Downloaded vsss-rs v3.3.4 |
| 1214 | 2026-08-28T18:57:45.682Z | Downloaded serdect v0.4.3 |
| 1215 | 2026-08-28T18:57:45.682Z | Downloaded tokio-rustls v0.26.4 |
| 1216 | 2026-08-28T18:57:45.685Z | Downloaded rustls-native-certs v0.8.3 |
| 1217 | 2026-08-28T18:57:45.685Z | Downloaded pretty_assertions v1.4.1 |
| 1218 | 2026-08-28T18:57:45.685Z | Downloaded knus-derive v3.4.0 |
| 1219 | 2026-08-28T18:57:45.688Z | Downloaded tower v0.5.3 |
| 1220 | 2026-08-28T18:57:45.692Z | Downloaded derive_more-impl v2.1.1 |
| 1221 | 2026-08-28T18:57:45.695Z | Downloaded crypto-primes v0.7.2 |
| 1222 | 2026-08-28T18:57:45.698Z | Downloaded poly1305 v0.8.0 |
| 1223 | 2026-08-28T18:57:45.701Z | Downloaded bindgen v0.71.1 |
| 1224 | 2026-08-28T18:57:45.704Z | Downloaded delegate v0.13.5 |
| 1225 | 2026-08-28T18:57:45.704Z | Downloaded rcgen v0.12.1 |
| 1226 | 2026-08-28T18:57:45.707Z | Downloaded chrono v0.4.45 |
| 1227 | 2026-08-28T18:57:45.710Z | Downloaded num-integer v0.1.46 |
| 1228 | 2026-08-28T18:57:45.710Z | Downloaded tls_codec_derive v0.4.2 |
| 1229 | 2026-08-28T18:57:45.714Z | Downloaded vergen v9.1.0 |
| 1230 | 2026-08-28T18:57:45.714Z | Downloaded tokio-dtrace v0.1.1 |
| 1231 | 2026-08-28T18:57:45.714Z | Downloaded derive_builder_core v0.20.2 |
| 1232 | 2026-08-28T18:57:45.717Z | Downloaded elliptic-curve v0.13.8 |
| 1233 | 2026-08-28T18:57:45.717Z | Downloaded zerotrie v0.2.3 |
| 1234 | 2026-08-28T18:57:45.720Z | Downloaded mio v1.2.0 |
| 1235 | 2026-08-28T18:57:45.727Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1236 | 2026-08-28T18:57:45.731Z | Downloaded ipnet v2.12.0 |
| 1237 | 2026-08-28T18:57:45.731Z | Downloaded rsa v0.9.10 |
| 1238 | 2026-08-28T18:57:45.735Z | Downloaded quinn-proto v0.11.16 |
| 1239 | 2026-08-28T18:57:45.742Z | Downloaded tokio-postgres v0.7.16 |
| 1240 | 2026-08-28T18:57:45.747Z | Downloaded git2 v0.20.4 |
| 1241 | 2026-08-28T18:57:45.751Z | Downloaded crossterm v0.29.0 |
| 1242 | 2026-08-28T18:57:45.755Z | Downloaded icu_properties_data v2.1.2 |
| 1243 | 2026-08-28T18:57:45.758Z | Downloaded itertools v0.15.0 |
| 1244 | 2026-08-28T18:57:45.762Z | Downloaded prefix-trie v0.7.0 |
| 1245 | 2026-08-28T18:57:45.766Z | Downloaded unicode-bidi v0.3.18 |
| 1246 | 2026-08-28T18:57:45.766Z | Downloaded time v0.3.47 |
| 1247 | 2026-08-28T18:57:45.775Z | Downloaded papergrid v0.18.0 |
| 1248 | 2026-08-28T18:57:45.782Z | Downloaded crossbeam-channel v0.5.15 |
| 1249 | 2026-08-28T18:57:45.786Z | Downloaded jiff-core v0.1.0 |
| 1250 | 2026-08-28T18:57:45.786Z | Downloaded vcpkg v0.2.15 |
| 1251 | 2026-08-28T18:57:45.809Z | Downloaded der v0.7.10 |
| 1252 | 2026-08-28T18:57:45.812Z | Downloaded icu_properties v2.1.2 |
| 1253 | 2026-08-28T18:57:45.816Z | Downloaded samael v0.0.19 |
| 1254 | 2026-08-28T18:57:45.819Z | Downloaded winnow v0.5.40 |
| 1255 | 2026-08-28T18:57:45.823Z | Downloaded url v2.5.8 |
| 1256 | 2026-08-28T18:57:45.823Z | Downloaded itertools v0.13.0 |
| 1257 | 2026-08-28T18:57:45.827Z | Downloaded ron v0.8.1 |
| 1258 | 2026-08-28T18:57:45.830Z | Downloaded qorb v0.4.1 |
| 1259 | 2026-08-28T18:57:45.835Z | Downloaded rawzip v0.4.4 |
| 1260 | 2026-08-28T18:57:45.839Z | Downloaded icu_locale_core v2.1.1 |
| 1261 | 2026-08-28T18:57:45.843Z | Downloaded libxml v0.3.3 |
| 1262 | 2026-08-28T18:57:45.843Z | Downloaded winnow v0.6.26 |
| 1263 | 2026-08-28T18:57:45.848Z | Downloaded reqwest v0.13.2 |
| 1264 | 2026-08-28T18:57:45.868Z | Downloaded serde_with v3.21.0 |
| 1265 | 2026-08-28T18:57:45.872Z | Downloaded unicode-segmentation v1.12.0 |
| 1266 | 2026-08-28T18:57:45.875Z | Downloaded schemars v1.2.1 |
| 1267 | 2026-08-28T18:57:45.884Z | Downloaded quick-xml v0.37.5 |
| 1268 | 2026-08-28T18:57:45.887Z | Downloaded idna v1.1.0 |
| 1269 | 2026-08-28T18:57:45.890Z | Downloaded goblin v0.10.5 |
| 1270 | 2026-08-28T18:57:45.908Z | Downloaded snafu v0.8.9 |
| 1271 | 2026-08-28T18:57:45.912Z | Downloaded bstr v1.12.1 |
| 1272 | 2026-08-28T18:57:45.916Z | Downloaded zerovec v0.11.5 |
| 1273 | 2026-08-28T18:57:45.920Z | Downloaded nix v0.27.1 |
| 1274 | 2026-08-28T18:57:45.925Z | Downloaded libm v0.2.16 |
| 1275 | 2026-08-28T18:57:45.932Z | Downloaded russh v0.62.4 |
| 1276 | 2026-08-28T18:57:45.936Z | Downloaded radix_trie v0.2.1 |
| 1277 | 2026-08-28T18:57:45.939Z | Downloaded gimli v0.32.3 |
| 1278 | 2026-08-28T18:57:45.957Z | Downloaded der v0.8.0 |
| 1279 | 2026-08-28T18:57:45.960Z | Downloaded x509-cert v0.2.5 |
| 1280 | 2026-08-28T18:57:45.964Z | Downloaded tabled v0.21.0 |
| 1281 | 2026-08-28T18:57:45.974Z | Downloaded syn v3.0.3 |
| 1282 | 2026-08-28T18:57:45.980Z | Downloaded reqwest v0.12.28 |
| 1283 | 2026-08-28T18:57:45.983Z | Downloaded zerocopy v0.8.55 |
| 1284 | 2026-08-28T18:57:45.996Z | Downloaded salty v0.3.0 |
| 1285 | 2026-08-28T18:57:46.002Z | Downloaded rustls v0.23.41 |
| 1286 | 2026-08-28T18:57:46.007Z | Downloaded regress v0.11.1 |
| 1287 | 2026-08-28T18:57:46.013Z | Downloaded itertools v0.14.0 |
| 1288 | 2026-08-28T18:57:46.018Z | Downloaded itertools v0.12.1 |
| 1289 | 2026-08-28T18:57:46.021Z | Downloaded regex v1.12.3 |
| 1290 | 2026-08-28T18:57:46.026Z | Downloaded portable-atomic v1.13.1 |
| 1291 | 2026-08-28T18:57:46.030Z | Downloaded unicode-normalization v0.1.25 |
| 1292 | 2026-08-28T18:57:46.038Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1293 | 2026-08-28T18:57:46.044Z | Downloaded polar-core v0.27.3 |
| 1294 | 2026-08-28T18:57:46.048Z | Downloaded regex-syntax v0.6.29 |
| 1295 | 2026-08-28T18:57:46.056Z | Downloaded regress v0.10.5 |
| 1296 | 2026-08-28T18:57:46.060Z | Downloaded moka v0.12.13 |
| 1297 | 2026-08-28T18:57:46.067Z | Downloaded curve25519-dalek v4.1.3 |
| 1298 | 2026-08-28T18:57:46.077Z | Downloaded object v0.37.3 |
| 1299 | 2026-08-28T18:57:46.083Z | Downloaded openssl v0.10.80 |
| 1300 | 2026-08-28T18:57:46.089Z | Downloaded petname v2.0.2 |
| 1301 | 2026-08-28T18:57:46.093Z | Downloaded tower-http v0.6.8 |
| 1302 | 2026-08-28T18:57:46.100Z | Downloaded p384 v0.13.1 |
| 1303 | 2026-08-28T18:57:46.106Z | Downloaded rayon v1.11.0 |
| 1304 | 2026-08-28T18:57:46.118Z | Downloaded nix v0.28.0 |
| 1305 | 2026-08-28T18:57:46.131Z | Downloaded nix v0.31.2 |
| 1306 | 2026-08-28T18:57:46.136Z | Downloaded smoltcp v0.11.0 |
| 1307 | 2026-08-28T18:57:46.145Z | Downloaded sha3 v0.11.0 |
| 1308 | 2026-08-28T18:57:46.154Z | Downloaded zlib-rs v0.6.2 |
| 1309 | 2026-08-28T18:57:46.157Z | Downloaded tracing v0.1.44 |
| 1310 | 2026-08-28T18:57:46.169Z | Downloaded hickory-proto v0.24.4 |
| 1311 | 2026-08-28T18:57:46.178Z | Downloaded crypto-bigint v0.7.5 |
| 1312 | 2026-08-28T18:57:46.186Z | Downloaded winnow v1.0.3 |
| 1313 | 2026-08-28T18:57:46.191Z | Downloaded lalrpop v0.19.12 |
| 1314 | 2026-08-28T18:57:46.197Z | Downloaded diesel v2.3.7 |
| 1315 | 2026-08-28T18:57:46.208Z | Downloaded hickory-proto v0.25.2 |
| 1316 | 2026-08-28T18:57:46.216Z | Downloaded regex-syntax v0.8.10 |
| 1317 | 2026-08-28T18:57:46.221Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1318 | 2026-08-28T18:57:46.228Z | Downloaded zerocopy-derive v0.6.6 |
| 1319 | 2026-08-28T18:57:46.234Z | Downloaded object v0.30.4 |
| 1320 | 2026-08-28T18:57:46.244Z | Downloaded petgraph v0.6.5 |
| 1321 | 2026-08-28T18:57:46.254Z | Downloaded smoltcp v0.9.1 |
| 1322 | 2026-08-28T18:57:46.265Z | Downloaded chrono-tz v0.10.4 |
| 1323 | 2026-08-28T18:57:46.281Z | Downloaded curve25519-dalek v5.0.0 |
| 1324 | 2026-08-28T18:57:46.286Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1325 | 2026-08-28T18:57:46.296Z | Downloaded typify-impl v0.6.2 |
| 1326 | 2026-08-28T18:57:46.314Z | Downloaded dropshot v0.17.1 |
| 1327 | 2026-08-28T18:57:46.333Z | Downloaded sled v0.34.7 |
| 1328 | 2026-08-28T18:57:46.338Z | Downloaded sqlparser v0.61.0 |
| 1329 | 2026-08-28T18:57:46.345Z | Downloaded openapiv3 v2.2.0 |
| 1330 | 2026-08-28T18:57:46.351Z | Downloaded rustix v0.38.44 |
| 1331 | 2026-08-28T18:57:46.390Z | Downloaded ring v0.17.14 |
| 1332 | 2026-08-28T18:57:46.414Z | Downloaded ratatui v0.29.0 |
| 1333 | 2026-08-28T18:57:46.424Z | Downloaded regex-automata v0.4.14 |
| 1334 | 2026-08-28T18:57:46.454Z | Downloaded jiff v0.2.34 |
| 1335 | 2026-08-28T18:57:46.568Z | Downloaded petgraph v0.8.3 |
| 1336 | 2026-08-28T18:57:46.581Z | Downloaded sha3 v0.10.8 |
| 1337 | 2026-08-28T18:57:46.594Z | Downloaded tokio v1.52.1 |
| 1338 | 2026-08-28T18:57:46.620Z | Downloaded libz-sys v1.1.24 |
| 1339 | 2026-08-28T18:57:46.628Z | Downloaded csv v1.4.0 |
| 1340 | 2026-08-28T18:57:46.652Z | Downloaded encoding_rs v0.8.35 |
| 1341 | 2026-08-28T18:57:46.688Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1342 | 2026-08-28T18:57:46.965Z | Downloaded aws-lc-sys v0.40.0 |
| 1343 | 2026-08-28T18:57:47.225Z | Compiling serde_core v1.0.228 |
| 1344 | 2026-08-28T18:57:47.225Z | Compiling libc v0.2.185 |
| 1345 | 2026-08-28T18:57:47.225Z | Compiling serde v1.0.228 |
| 1346 | 2026-08-28T18:57:47.228Z | Compiling log v0.4.33 |
| 1347 | 2026-08-28T18:57:47.228Z | Compiling smallvec v1.15.1 |
| 1348 | 2026-08-28T18:57:47.229Z | Compiling find-msvc-tools v0.1.9 |
| 1349 | 2026-08-28T18:57:47.229Z | Compiling shlex v1.3.0 |
| 1350 | 2026-08-28T18:57:47.366Z | Compiling syn v2.0.117 |
| 1351 | 2026-08-28T18:57:47.575Z | Compiling subtle v2.6.1 |
| 1352 | 2026-08-28T18:57:47.588Z | Compiling scopeguard v1.2.0 |
| 1353 | 2026-08-28T18:57:47.607Z | Compiling typenum v1.20.1 |
| 1354 | 2026-08-28T18:57:47.664Z | Compiling lock_api v0.4.14 |
| 1355 | 2026-08-28T18:57:47.679Z | Compiling stable_deref_trait v1.2.1 |
| 1356 | 2026-08-28T18:57:47.697Z | Compiling zerocopy v0.8.55 |
| 1357 | 2026-08-28T18:57:47.733Z | Compiling portable-atomic v1.13.1 |
| 1358 | 2026-08-28T18:57:47.749Z | Compiling serde_json v1.0.151 |
| 1359 | 2026-08-28T18:57:47.887Z | Compiling critical-section v1.2.0 |
| 1360 | 2026-08-28T18:57:47.949Z | Compiling libm v0.2.16 |
| 1361 | 2026-08-28T18:57:47.993Z | Compiling num-traits v0.2.19 |
| 1362 | 2026-08-28T18:57:48.114Z | Compiling pkg-config v0.3.32 |
| 1363 | 2026-08-28T18:57:48.168Z | Compiling errno v0.3.14 |
| 1364 | 2026-08-28T18:57:48.185Z | Compiling jobserver v0.1.34 |
| 1365 | 2026-08-28T18:57:48.242Z | Compiling getrandom v0.2.17 |
| 1366 | 2026-08-28T18:57:48.464Z | Compiling cc v1.2.56 |
| 1367 | 2026-08-28T18:57:48.549Z | Compiling rand_core v0.6.4 |
| 1368 | 2026-08-28T18:57:48.585Z | Compiling generic-array v0.14.7 |
| 1369 | 2026-08-28T18:57:48.645Z | Compiling parking_lot_core v0.9.12 |
| 1370 | 2026-08-28T18:57:48.792Z | Compiling once_cell v1.21.3 |
| 1371 | 2026-08-28T18:57:48.858Z | Compiling getrandom v0.4.3 |
| 1372 | 2026-08-28T18:57:48.956Z | Compiling pin-project-lite v0.2.17 |
| 1373 | 2026-08-28T18:57:48.981Z | Compiling const-oid v0.9.6 |
| 1374 | 2026-08-28T18:57:49.091Z | Compiling rand_core v0.10.0 |
| 1375 | 2026-08-28T18:57:49.416Z | Compiling signal-hook-registry v1.4.8 |
| 1376 | 2026-08-28T18:57:49.487Z | Compiling writeable v0.6.2 |
| 1377 | 2026-08-28T18:57:49.504Z | Compiling futures-core v0.3.32 |
| 1378 | 2026-08-28T18:57:49.661Z | Compiling bitflags v2.11.0 |
| 1379 | 2026-08-28T18:57:49.691Z | Compiling percent-encoding v2.3.2 |
| 1380 | 2026-08-28T18:57:49.704Z | Compiling litemap v0.8.1 |
| 1381 | 2026-08-28T18:57:49.743Z | Compiling semver v1.0.28 |
| 1382 | 2026-08-28T18:57:49.882Z | Compiling parking_lot v0.12.5 |
| 1383 | 2026-08-28T18:57:49.893Z | Compiling mio v1.2.0 |
| 1384 | 2026-08-28T18:57:49.897Z | Compiling icu_properties_data v2.1.2 |
| 1385 | 2026-08-28T18:57:49.922Z | Compiling icu_normalizer_data v2.1.1 |
| 1386 | 2026-08-28T18:57:50.077Z | Compiling socket2 v0.6.3 |
| 1387 | 2026-08-28T18:57:50.162Z | Compiling getrandom v0.3.4 |
| 1388 | 2026-08-28T18:57:50.255Z | Compiling rustix v1.1.4 |
| 1389 | 2026-08-28T18:57:50.271Z | Compiling futures-sink v0.3.32 |
| 1390 | 2026-08-28T18:57:50.285Z | Compiling indexmap v2.14.0 |
| 1391 | 2026-08-28T18:57:50.372Z | Compiling synstructure v0.13.2 |
| 1392 | 2026-08-28T18:57:50.380Z | Compiling futures-channel v0.3.32 |
| 1393 | 2026-08-28T18:57:50.487Z | Compiling utf8_iter v1.0.4 |
| 1394 | 2026-08-28T18:57:50.614Z | Compiling slab v0.4.12 |
| 1395 | 2026-08-28T18:57:50.639Z | Compiling futures-io v0.3.32 |
| 1396 | 2026-08-28T18:57:50.794Z | Compiling futures-task v0.3.32 |
| 1397 | 2026-08-28T18:57:50.798Z | Compiling form_urlencoded v1.2.2 |
| 1398 | 2026-08-28T18:57:50.854Z | Compiling rustversion v1.0.22 |
| 1399 | 2026-08-28T18:57:50.954Z | Compiling base64ct v1.8.3 |
| 1400 | 2026-08-28T18:57:50.968Z | Compiling iana-time-zone v0.1.65 |
| 1401 | 2026-08-28T18:57:50.972Z | Compiling cmake v0.1.57 |
| 1402 | 2026-08-28T18:57:50.995Z | Compiling flagset v0.4.7 |
| 1403 | 2026-08-28T18:57:51.100Z | Compiling fs_extra v1.3.0 |
| 1404 | 2026-08-28T18:57:51.130Z | Compiling regex-syntax v0.8.10 |
| 1405 | 2026-08-28T18:57:51.170Z | Compiling ident_case v1.0.1 |
| 1406 | 2026-08-28T18:57:51.266Z | Compiling pem-rfc7468 v0.7.0 |
| 1407 | 2026-08-28T18:57:51.298Z | Compiling dunce v1.0.5 |
| 1408 | 2026-08-28T18:57:51.371Z | Compiling rand_core v0.9.5 |
| 1409 | 2026-08-28T18:57:51.387Z | Compiling uuid v1.23.4 |
| 1410 | 2026-08-28T18:57:51.401Z | Compiling aws-lc-sys v0.40.0 |
| 1411 | 2026-08-28T18:57:51.560Z | Compiling base64 v0.22.1 |
| 1412 | 2026-08-28T18:57:51.654Z | Compiling syn v1.0.109 |
| 1413 | 2026-08-28T18:57:51.837Z | Compiling vcpkg v0.2.15 |
| 1414 | 2026-08-28T18:57:51.899Z | Compiling serde_derive_internals v0.29.1 |
| 1415 | 2026-08-28T18:57:52.004Z | Compiling rustc_version v0.4.1 |
| 1416 | 2026-08-28T18:57:52.018Z | Compiling tracing-core v0.1.36 |
| 1417 | 2026-08-28T18:57:52.078Z | Compiling serde_derive v1.0.228 |
| 1418 | 2026-08-28T18:57:52.091Z | Compiling zeroize_derive v1.5.0 |
| 1419 | 2026-08-28T18:57:52.334Z | Compiling zerocopy-derive v0.8.55 |
| 1420 | 2026-08-28T18:57:52.571Z | Compiling zerofrom-derive v0.1.6 |
| 1421 | 2026-08-28T18:57:52.585Z | Compiling yoke-derive v0.8.1 |
| 1422 | 2026-08-28T18:57:52.753Z | Compiling zerovec-derive v0.11.2 |
| 1423 | 2026-08-28T18:57:52.827Z | Compiling displaydoc v0.2.5 |
| 1424 | 2026-08-28T18:57:53.494Z | Compiling tokio-macros v2.7.0 |
| 1425 | 2026-08-28T18:57:53.581Z | Compiling futures-macro v0.3.32 |
| 1426 | 2026-08-28T18:57:53.780Z | Compiling der_derive v0.7.3 |
| 1427 | 2026-08-28T18:57:53.912Z | Compiling thiserror-impl v2.0.18 |
| 1428 | 2026-08-28T18:57:54.018Z | Compiling zerofrom v0.1.6 |
| 1429 | 2026-08-28T18:57:54.146Z | Compiling yoke v0.8.1 |
| 1430 | 2026-08-28T18:57:54.289Z | Compiling openssl-sys v0.9.117 |
| 1431 | 2026-08-28T18:57:54.338Z | Compiling zerovec v0.11.5 |
| 1432 | 2026-08-28T18:57:54.436Z | Compiling zerotrie v0.2.3 |
| 1433 | 2026-08-28T18:57:54.740Z | Compiling futures-util v0.3.32 |
| 1434 | 2026-08-28T18:57:54.787Z | Compiling tracing-attributes v0.1.31 |
| 1435 | 2026-08-28T18:57:54.812Z | Compiling tinystr v0.8.2 |
| 1436 | 2026-08-28T18:57:54.854Z | Compiling potential_utf v0.1.4 |
| 1437 | 2026-08-28T18:57:55.018Z | Compiling icu_locale_core v2.1.1 |
| 1438 | 2026-08-28T18:57:55.021Z | Compiling icu_collections v2.1.1 |
| 1439 | 2026-08-28T18:57:55.242Z | Compiling thiserror v2.0.18 |
| 1440 | 2026-08-28T18:57:55.350Z | Compiling cpufeatures v0.2.17 |
| 1441 | 2026-08-28T18:57:55.427Z | Compiling aws-lc-rs v1.16.3 |
| 1442 | 2026-08-28T18:57:55.499Z | Compiling simd-adler32 v0.3.8 |
| 1443 | 2026-08-28T18:57:55.590Z | Compiling zeroize v1.9.0 |
| 1444 | 2026-08-28T18:57:55.708Z | Compiling bytes v1.11.1 |
| 1445 | 2026-08-28T18:57:55.806Z | Compiling icu_provider v2.1.1 |
| 1446 | 2026-08-28T18:57:55.876Z | Compiling chrono v0.4.45 |
| 1447 | 2026-08-28T18:57:56.093Z | Compiling icu_normalizer v2.1.1 |
| 1448 | 2026-08-28T18:57:56.093Z | Compiling icu_properties v2.1.2 |
| 1449 | 2026-08-28T18:57:56.306Z | Compiling crypto-common v0.1.7 |
| 1450 | 2026-08-28T18:57:56.307Z | Compiling block-buffer v0.10.4 |
| 1451 | 2026-08-28T18:57:56.472Z | Compiling tokio v1.52.1 |
| 1452 | 2026-08-28T18:57:56.488Z | Compiling digest v0.10.7 |
| 1453 | 2026-08-28T18:57:56.618Z | Compiling der v0.7.10 |
| 1454 | 2026-08-28T18:57:56.738Z | Compiling http v1.4.2 |
| 1455 | 2026-08-28T18:57:56.941Z | Compiling idna_adapter v1.2.1 |
| 1456 | 2026-08-28T18:57:57.029Z | Compiling ppv-lite86 v0.2.21 |
| 1457 | 2026-08-28T18:57:57.082Z | Compiling idna v1.1.0 |
| 1458 | 2026-08-28T18:57:57.185Z | Compiling schemars v0.8.22 |
| 1459 | 2026-08-28T18:57:57.234Z | Compiling dyn-clone v1.0.20 |
| 1460 | 2026-08-28T18:57:57.351Z | Compiling rand_chacha v0.9.0 |
| 1461 | 2026-08-28T18:57:57.367Z | Compiling url v2.5.8 |
| 1462 | 2026-08-28T18:57:57.399Z | Compiling http-body v1.0.1 |
| 1463 | 2026-08-28T18:57:57.552Z | Compiling spki v0.7.3 |
| 1464 | 2026-08-28T18:57:57.639Z | Compiling rand v0.9.2 |
| 1465 | 2026-08-28T18:57:57.715Z | Compiling pkcs8 v0.10.2 |
| 1466 | 2026-08-28T18:57:57.756Z | Compiling tracing v0.1.44 |
| 1467 | 2026-08-28T18:57:57.804Z | Compiling rustls-pki-types v1.14.0 |
| 1468 | 2026-08-28T18:57:58.019Z | Compiling schemars_derive v0.8.22 |
| 1469 | 2026-08-28T18:57:58.047Z | Compiling spin v0.9.8 |
| 1470 | 2026-08-28T18:57:58.145Z | Compiling cmov v0.5.4 |
| 1471 | 2026-08-28T18:57:58.248Z | Compiling adler2 v2.0.1 |
| 1472 | 2026-08-28T18:57:58.262Z | Compiling httparse v1.10.1 |
| 1473 | 2026-08-28T18:57:58.349Z | Compiling openssl-probe v0.2.1 |
| 1474 | 2026-08-28T18:57:58.375Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-08-28T18:57:58.379Z | Compiling tinyvec_macros v0.1.1 |
| 1476 | 2026-08-28T18:57:58.458Z | Compiling tinyvec v1.10.0 |
| 1477 | 2026-08-28T18:57:58.519Z | Compiling tempfile v3.27.0 |
| 1478 | 2026-08-28T18:57:58.629Z | Compiling miniz_oxide v0.8.9 |
| 1479 | 2026-08-28T18:57:58.686Z | Compiling ctutils v0.4.2 |
| 1480 | 2026-08-28T18:57:58.864Z | Compiling pest_generator v2.8.6 |
| 1481 | 2026-08-28T18:57:58.899Z | Compiling sha2 v0.10.9 |
| 1482 | 2026-08-28T18:57:58.984Z | Compiling terminal_size v0.4.3 |
| 1483 | 2026-08-28T18:57:59.120Z | Compiling aho-corasick v1.1.4 |
| 1484 | 2026-08-28T18:57:59.272Z | Compiling try-lock v0.2.5 |
| 1485 | 2026-08-28T18:57:59.381Z | Compiling tower-layer v0.3.3 |
| 1486 | 2026-08-28T18:57:59.543Z | Compiling radium v0.7.0 |
| 1487 | 2026-08-28T18:57:59.546Z | Compiling atomic-waker v1.1.2 |
| 1488 | 2026-08-28T18:57:59.668Z | Compiling tower-service v0.3.3 |
| 1489 | 2026-08-28T18:57:59.765Z | Compiling untrusted v0.7.1 |
| 1490 | 2026-08-28T18:57:59.816Z | Compiling pest_derive v2.8.6 |
| 1491 | 2026-08-28T18:57:59.891Z | Compiling want v0.3.1 |
| 1492 | 2026-08-28T18:58:00.054Z | Compiling regex-automata v0.4.14 |
| 1493 | 2026-08-28T18:58:00.204Z | Compiling hybrid-array v0.4.13 |
| 1494 | 2026-08-28T18:58:00.250Z | Compiling tokio-util v0.7.18 |
| 1495 | 2026-08-28T18:58:00.769Z | Compiling ipnet v2.12.0 |
| 1496 | 2026-08-28T18:58:00.958Z | Compiling h2 v0.4.15 |
| 1497 | 2026-08-28T18:58:00.999Z | Compiling scroll_derive v0.13.1 |
| 1498 | 2026-08-28T18:58:01.247Z | Compiling darling_core v0.20.11 |
| 1499 | 2026-08-28T18:58:01.251Z | Compiling untrusted v0.9.0 |
| 1500 | 2026-08-28T18:58:01.386Z | Compiling foreign-types-shared v0.1.1 |
| 1501 | 2026-08-28T18:58:01.474Z | Compiling openssl v0.10.80 |
| 1502 | 2026-08-28T18:58:01.706Z | Compiling httpdate v1.0.3 |
| 1503 | 2026-08-28T18:58:01.772Z | Compiling rustls v0.23.41 |
| 1504 | 2026-08-28T18:58:01.821Z | Compiling tap v1.0.1 |
| 1505 | 2026-08-28T18:58:01.922Z | Compiling maybe-uninit v2.0.0 |
| 1506 | 2026-08-28T18:58:01.936Z | Compiling wyz v0.5.1 |
| 1507 | 2026-08-28T18:58:01.950Z | Compiling scroll v0.13.0 |
| 1508 | 2026-08-28T18:58:02.145Z | Compiling foreign-types v0.3.2 |
| 1509 | 2026-08-28T18:58:02.206Z | Compiling unicode-normalization v0.1.25 |
| 1510 | 2026-08-28T18:58:02.234Z | Compiling rand_chacha v0.3.1 |
| 1511 | 2026-08-28T18:58:02.355Z | Compiling signature v2.2.0 |
| 1512 | 2026-08-28T18:58:02.540Z | Compiling hex v0.4.3 |
| 1513 | 2026-08-28T18:58:02.614Z | Compiling openssl-macros v0.1.1 |
| 1514 | 2026-08-28T18:58:02.653Z | Compiling thiserror-impl v1.0.69 |
| 1515 | 2026-08-28T18:58:02.805Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1516 | 2026-08-28T18:58:02.991Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1517 | 2026-08-28T18:58:03.007Z | Compiling num-integer v0.1.46 |
| 1518 | 2026-08-28T18:58:03.080Z | Compiling wait-timeout v0.2.1 |
| 1519 | 2026-08-28T18:58:03.317Z | Compiling ahash v0.8.12 |
| 1520 | 2026-08-28T18:58:03.338Z | Compiling funty v2.0.0 |
| 1521 | 2026-08-28T18:58:03.366Z | Compiling packed_struct v0.10.1 |
| 1522 | 2026-08-28T18:58:03.475Z | Compiling darling_macro v0.20.11 |
| 1523 | 2026-08-28T18:58:03.513Z | Compiling time-core v0.1.8 |
| 1524 | 2026-08-28T18:58:03.599Z | Compiling powerfmt v0.2.0 |
| 1525 | 2026-08-28T18:58:03.655Z | Compiling num-conv v0.2.0 |
| 1526 | 2026-08-28T18:58:03.807Z | Compiling bit-vec v0.8.0 |
| 1527 | 2026-08-28T18:58:03.845Z | Compiling native-tls v0.2.18 |
| 1528 | 2026-08-28T18:58:03.921Z | Compiling quick-error v1.2.3 |
| 1529 | 2026-08-28T18:58:03.935Z | Compiling num-bigint-dig v0.8.6 |
| 1530 | 2026-08-28T18:58:03.993Z | Compiling darling v0.20.11 |
| 1531 | 2026-08-28T18:58:04.024Z | Compiling rusty-fork v0.3.1 |
| 1532 | 2026-08-28T18:58:04.039Z | Compiling bit-set v0.8.0 |
| 1533 | 2026-08-28T18:58:04.069Z | Compiling thiserror v1.0.69 |
| 1534 | 2026-08-28T18:58:04.083Z | Compiling time-macros v0.2.27 |
| 1535 | 2026-08-28T18:58:04.097Z | Compiling hyper v1.10.1 |
| 1536 | 2026-08-28T18:58:04.130Z | Compiling deranged v0.5.8 |
| 1537 | 2026-08-28T18:58:04.168Z | Compiling bitvec v1.0.1 |
| 1538 | 2026-08-28T18:58:04.194Z | Compiling clap_builder v4.6.0 |
| 1539 | 2026-08-28T18:58:05.112Z | Compiling num-iter v0.1.45 |
| 1540 | 2026-08-28T18:58:05.224Z | Compiling hyper-util v0.1.20 |
| 1541 | 2026-08-28T18:58:05.584Z | Compiling rand v0.8.6 |
| 1542 | 2026-08-28T18:58:05.715Z | Compiling goblin v0.10.5 |
| 1543 | 2026-08-28T18:58:05.889Z | Compiling packed_struct_codegen v0.10.1 |
| 1544 | 2026-08-28T18:58:06.358Z | Compiling lazy_static v1.5.0 |
| 1545 | 2026-08-28T18:58:06.451Z | Compiling hmac v0.12.1 |
| 1546 | 2026-08-28T18:58:06.612Z | Compiling toml_datetime v0.6.11 |
| 1547 | 2026-08-28T18:58:06.868Z | Compiling serde_spanned v0.6.9 |
| 1548 | 2026-08-28T18:58:06.917Z | Compiling bitfield-macros v0.19.4 |
| 1549 | 2026-08-28T18:58:06.932Z | Compiling zerocopy-derive v0.6.6 |
| 1550 | 2026-08-28T18:58:07.006Z | Compiling clap_derive v4.6.1 |
| 1551 | 2026-08-28T18:58:07.135Z | Compiling rand_xorshift v0.4.0 |
| 1552 | 2026-08-28T18:58:07.297Z | Compiling sync_wrapper v1.0.2 |
| 1553 | 2026-08-28T18:58:07.406Z | Compiling indexmap v1.9.3 |
| 1554 | 2026-08-28T18:58:07.598Z | Compiling unarray v0.1.4 |
| 1555 | 2026-08-28T18:58:07.616Z | Compiling unicode-segmentation v1.12.0 |
| 1556 | 2026-08-28T18:58:07.708Z | Compiling nodrop v0.1.14 |
| 1557 | 2026-08-28T18:58:07.750Z | Compiling paste v1.0.15 |
| 1558 | 2026-08-28T18:58:07.804Z | Compiling zlib-rs v0.6.2 |
| 1559 | 2026-08-28T18:58:07.999Z | Compiling crossbeam-utils v0.8.21 |
| 1560 | 2026-08-28T18:58:08.012Z | Compiling crc-catalog v2.4.0 |
| 1561 | 2026-08-28T18:58:08.080Z | Compiling usdt-impl v0.6.0 |
| 1562 | 2026-08-28T18:58:08.106Z | Compiling object v0.37.3 |
| 1563 | 2026-08-28T18:58:08.274Z | Compiling num_threads v0.1.7 |
| 1564 | 2026-08-28T18:58:08.289Z | Compiling siphasher v1.0.2 |
| 1565 | 2026-08-28T18:58:08.375Z | Compiling dof v0.4.0 |
| 1566 | 2026-08-28T18:58:08.408Z | Compiling time v0.3.47 |
| 1567 | 2026-08-28T18:58:08.508Z | Compiling crc v3.4.0 |
| 1568 | 2026-08-28T18:58:08.747Z | Compiling clap v4.6.1 |
| 1569 | 2026-08-28T18:58:08.810Z | Compiling array-init v0.0.4 |
| 1570 | 2026-08-28T18:58:08.877Z | Compiling zerocopy v0.6.6 |
| 1571 | 2026-08-28T18:58:09.148Z | Compiling proptest v1.11.0 |
| 1572 | 2026-08-28T18:58:09.201Z | Compiling bitfield v0.19.4 |
| 1573 | 2026-08-28T18:58:09.514Z | Compiling tower v0.5.3 |
| 1574 | 2026-08-28T18:58:10.006Z | Compiling smallvec v0.6.14 |
| 1575 | 2026-08-28T18:58:10.206Z | Compiling derive_builder_core v0.20.2 |
| 1576 | 2026-08-28T18:58:10.288Z | Compiling dtrace-parser v0.3.0 |
| 1577 | 2026-08-28T18:58:10.888Z | Compiling flate2 v1.1.9 |
| 1578 | 2026-08-28T18:58:11.000Z | Compiling ipnetwork v0.21.1 |
| 1579 | 2026-08-28T18:58:11.020Z | Compiling pkcs1 v0.7.5 |
| 1580 | 2026-08-28T18:58:11.023Z | Compiling http-body-util v0.1.3 |
| 1581 | 2026-08-28T18:58:11.145Z | Compiling heapless v0.7.17 |
| 1582 | 2026-08-28T18:58:11.253Z | Compiling scroll_derive v0.12.1 |
| 1583 | 2026-08-28T18:58:11.278Z | Compiling structmeta-derive v0.3.0 |
| 1584 | 2026-08-28T18:58:11.381Z | Compiling slog v2.8.2 |
| 1585 | 2026-08-28T18:58:11.395Z | Compiling darling_core v0.23.0 |
| 1586 | 2026-08-28T18:58:11.412Z | Compiling thread-id v5.1.0 |
| 1587 | 2026-08-28T18:58:11.498Z | Compiling cookie v0.18.1 |
| 1588 | 2026-08-28T18:58:11.560Z | Compiling env_filter v2.0.0 |
| 1589 | 2026-08-28T18:58:11.678Z | Compiling syn v3.0.3 |
| 1590 | 2026-08-28T18:58:11.854Z | Compiling hashbrown v0.12.3 |
| 1591 | 2026-08-28T18:58:11.918Z | Compiling ryu v1.0.23 |
| 1592 | 2026-08-28T18:58:12.101Z | Compiling anyhow v1.0.104 |
| 1593 | 2026-08-28T18:58:12.334Z | Compiling gimli v0.32.3 |
| 1594 | 2026-08-28T18:58:12.350Z | Compiling winnow v0.5.40 |
| 1595 | 2026-08-28T18:58:12.406Z | Compiling unicode-bidi v0.3.18 |
| 1596 | 2026-08-28T18:58:12.936Z | Compiling iri-string v0.7.10 |
| 1597 | 2026-08-28T18:58:13.806Z | Compiling signal-hook v0.3.18 |
| 1598 | 2026-08-28T18:58:13.912Z | Compiling unicode-properties v0.1.4 |
| 1599 | 2026-08-28T18:58:13.979Z | Compiling base64 v0.21.7 |
| 1600 | 2026-08-28T18:58:14.123Z | Compiling zstd-safe v7.2.4 |
| 1601 | 2026-08-28T18:58:14.261Z | Compiling allocator-api2 v0.2.21 |
| 1602 | 2026-08-28T18:58:14.297Z | Compiling ron v0.8.1 |
| 1603 | 2026-08-28T18:58:14.342Z | Compiling stringprep v0.1.5 |
| 1604 | 2026-08-28T18:58:14.451Z | Compiling tower-http v0.6.8 |
| 1605 | 2026-08-28T18:58:14.598Z | Compiling addr2line v0.25.1 |
| 1606 | 2026-08-28T18:58:14.806Z | Compiling darling_macro v0.23.0 |
| 1607 | 2026-08-28T18:58:14.856Z | Compiling toml_edit v0.19.15 |
| 1608 | 2026-08-28T18:58:15.110Z | Compiling daft-derive v0.1.8 |
| 1609 | 2026-08-28T18:58:15.140Z | Compiling structmeta v0.3.0 |
| 1610 | 2026-08-28T18:58:15.299Z | Compiling serde_urlencoded v0.7.1 |
| 1611 | 2026-08-28T18:58:15.347Z | Compiling scroll v0.12.0 |
| 1612 | 2026-08-28T18:58:15.363Z | Compiling env_logger v0.11.11 |
| 1613 | 2026-08-28T18:58:15.620Z | Compiling newtype-uuid v1.3.2 |
| 1614 | 2026-08-28T18:58:15.679Z | Compiling rsa v0.9.10 |
| 1615 | 2026-08-28T18:58:15.698Z | Compiling oxnet v0.1.6 |
| 1616 | 2026-08-28T18:58:15.806Z | Compiling derive_builder_macro v0.20.2 |
| 1617 | 2026-08-28T18:58:15.943Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1618 | 2026-08-28T18:58:16.170Z | Compiling hashbrown v0.13.2 |
| 1619 | 2026-08-28T18:58:16.255Z | Compiling serde-hex v0.1.0 |
| 1620 | 2026-08-28T18:58:16.273Z | Compiling bzip2 v0.4.4 |
| 1621 | 2026-08-28T18:58:16.474Z | Compiling tokio-native-tls v0.3.1 |
| 1622 | 2026-08-28T18:58:16.642Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1623 | 2026-08-28T18:58:17.151Z | Compiling camino v1.2.5 |
| 1624 | 2026-08-28T18:58:17.498Z | Compiling bstr v1.12.1 |
| 1625 | 2026-08-28T18:58:17.528Z | Compiling block-buffer v0.12.1 |
| 1626 | 2026-08-28T18:58:17.733Z | Compiling crypto-common v0.2.2 |
| 1627 | 2026-08-28T18:58:17.993Z | Compiling block-padding v0.4.2 |
| 1628 | 2026-08-28T18:58:18.133Z | Compiling rustls-native-certs v0.8.3 |
| 1629 | 2026-08-28T18:58:18.167Z | Compiling x509-cert v0.2.5 |
| 1630 | 2026-08-28T18:58:18.429Z | Compiling md-5 v0.10.6 |
| 1631 | 2026-08-28T18:58:18.602Z | Compiling serde_tokenstream v0.2.3 |
| 1632 | 2026-08-28T18:58:18.674Z | Compiling erased-serde v0.3.31 |
| 1633 | 2026-08-28T18:58:18.978Z | Compiling curve25519-dalek v4.1.3 |
| 1634 | 2026-08-28T18:58:19.206Z | Compiling pin-project-internal v1.1.11 |
| 1635 | 2026-08-28T18:58:19.312Z | Compiling async-trait v0.1.89 |
| 1636 | 2026-08-28T18:58:19.505Z | Compiling zerocopy-derive v0.7.35 |
| 1637 | 2026-08-28T18:58:19.800Z | Compiling vergen-lib v9.1.0 |
| 1638 | 2026-08-28T18:58:19.983Z | Compiling hash32 v0.2.1 |
| 1639 | 2026-08-28T18:58:20.154Z | Compiling memoffset v0.9.1 |
| 1640 | 2026-08-28T18:58:20.179Z | Compiling encoding_rs v0.8.35 |
| 1641 | 2026-08-28T18:58:20.182Z | Compiling psl-types v2.0.11 |
| 1642 | 2026-08-28T18:58:20.307Z | Compiling rustix v0.38.44 |
| 1643 | 2026-08-28T18:58:20.323Z | Compiling ref-cast v1.0.25 |
| 1644 | 2026-08-28T18:58:20.336Z | Compiling crc-any v2.5.0 |
| 1645 | 2026-08-28T18:58:20.348Z | Compiling fallible-iterator v0.2.0 |
| 1646 | 2026-08-28T18:58:20.378Z | Compiling rustc-demangle v0.1.27 |
| 1647 | 2026-08-28T18:58:20.552Z | Compiling smoltcp v0.9.1 |
| 1648 | 2026-08-28T18:58:20.569Z | Compiling owo-colors v4.3.0 |
| 1649 | 2026-08-28T18:58:20.602Z | Compiling litrs v1.0.0 |
| 1650 | 2026-08-28T18:58:20.637Z | Compiling cfg_aliases v0.2.1 |
| 1651 | 2026-08-28T18:58:20.652Z | Compiling mime v0.3.17 |
| 1652 | 2026-08-28T18:58:20.711Z | Compiling nix v0.31.2 |
| 1653 | 2026-08-28T18:58:20.844Z | Compiling postgres-protocol v0.6.10 |
| 1654 | 2026-08-28T18:58:20.914Z | Compiling backtrace v0.3.76 |
| 1655 | 2026-08-28T18:58:20.917Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1656 | 2026-08-28T18:58:20.942Z | Compiling zerocopy v0.7.35 |
| 1657 | 2026-08-28T18:58:21.098Z | Compiling document-features v0.2.12 |
| 1658 | 2026-08-28T18:58:21.169Z | Compiling pin-project v1.1.11 |
| 1659 | 2026-08-28T18:58:21.271Z | Compiling publicsuffix v2.3.0 |
| 1660 | 2026-08-28T18:58:21.540Z | Compiling inout v0.2.2 |
| 1661 | 2026-08-28T18:58:21.664Z | Compiling daft v0.1.8 |
| 1662 | 2026-08-28T18:58:21.676Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1663 | 2026-08-28T18:58:21.718Z | Compiling hyper-tls v0.6.0 |
| 1664 | 2026-08-28T18:58:21.836Z | Compiling object v0.30.4 |
| 1665 | 2026-08-28T18:58:21.864Z | Compiling zip v0.6.6 |
| 1666 | 2026-08-28T18:58:21.931Z | Compiling derive_builder v0.20.2 |
| 1667 | 2026-08-28T18:58:21.959Z | Compiling toml v0.7.8 |
| 1668 | 2026-08-28T18:58:22.070Z | Compiling goblin v0.8.2 |
| 1669 | 2026-08-28T18:58:22.147Z | Compiling derive-ex v0.1.8 |
| 1670 | 2026-08-28T18:58:22.419Z | Compiling darling v0.23.0 |
| 1671 | 2026-08-28T18:58:22.568Z | Compiling phf_shared v0.13.1 |
| 1672 | 2026-08-28T18:58:22.805Z | Compiling convert_case v0.10.0 |
| 1673 | 2026-08-28T18:58:22.828Z | Compiling regex v1.12.3 |
| 1674 | 2026-08-28T18:58:22.845Z | Compiling hubpack_derive v0.1.1 |
| 1675 | 2026-08-28T18:58:23.103Z | Compiling futures-executor v0.3.32 |
| 1676 | 2026-08-28T18:58:23.246Z | Compiling ref-cast-impl v1.0.25 |
| 1677 | 2026-08-28T18:58:23.288Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1678 | 2026-08-28T18:58:23.361Z | Compiling strum_macros v0.27.2 |
| 1679 | 2026-08-28T18:58:23.800Z | Compiling snafu-derive v0.8.9 |
| 1680 | 2026-08-28T18:58:23.845Z | Compiling vergen v9.1.0 |
| 1681 | 2026-08-28T18:58:23.935Z | Compiling cargo-platform v0.3.2 |
| 1682 | 2026-08-28T18:58:24.034Z | Compiling ff v0.13.1 |
| 1683 | 2026-08-28T18:58:24.169Z | Compiling fs-err v3.3.0 |
| 1684 | 2026-08-28T18:58:24.207Z | Compiling foldhash v0.1.5 |
| 1685 | 2026-08-28T18:58:24.355Z | Compiling managed v0.8.0 |
| 1686 | 2026-08-28T18:58:24.377Z | Compiling libbz2-rs-sys v0.2.2 |
| 1687 | 2026-08-28T18:58:24.574Z | Compiling foldhash v0.2.0 |
| 1688 | 2026-08-28T18:58:24.749Z | Compiling bumpalo v3.20.2 |
| 1689 | 2026-08-28T18:58:24.807Z | Compiling is_ci v1.2.0 |
| 1690 | 2026-08-28T18:58:24.950Z | Compiling jiff-core v0.1.0 |
| 1691 | 2026-08-28T18:58:25.010Z | Compiling path-slash v0.1.5 |
| 1692 | 2026-08-28T18:58:25.073Z | Compiling base16ct v0.2.0 |
| 1693 | 2026-08-28T18:58:25.143Z | Compiling either v1.15.0 |
| 1694 | 2026-08-28T18:58:25.251Z | Compiling bitflags v1.3.2 |
| 1695 | 2026-08-28T18:58:25.332Z | Compiling same-file v1.0.6 |
| 1696 | 2026-08-28T18:58:25.348Z | Compiling textwrap v0.16.2 |
| 1697 | 2026-08-28T18:58:25.403Z | Compiling strum v0.27.2 |
| 1698 | 2026-08-28T18:58:25.510Z | Compiling walkdir v2.5.0 |
| 1699 | 2026-08-28T18:58:25.562Z | Compiling sec1 v0.7.3 |
| 1700 | 2026-08-28T18:58:25.723Z | Compiling snafu v0.8.9 |
| 1701 | 2026-08-28T18:58:25.801Z | Compiling jiff v0.2.34 |
| 1702 | 2026-08-28T18:58:25.828Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1703 | 2026-08-28T18:58:25.854Z | Compiling zopfli v0.8.3 |
| 1704 | 2026-08-28T18:58:26.021Z | Compiling supports-color v3.0.2 |
| 1705 | 2026-08-28T18:58:26.080Z | Compiling bzip2 v0.6.1 |
| 1706 | 2026-08-28T18:58:26.188Z | Compiling hashbrown v0.16.1 |
| 1707 | 2026-08-28T18:58:26.323Z | Compiling hashbrown v0.15.5 |
| 1708 | 2026-08-28T18:58:26.380Z | Compiling dof v0.3.0 |
| 1709 | 2026-08-28T18:58:26.504Z | Compiling group v0.13.0 |
| 1710 | 2026-08-28T18:58:26.687Z | Compiling cargo_metadata v0.23.1 |
| 1711 | 2026-08-28T18:58:26.971Z | Compiling test-strategy v0.4.5 |
| 1712 | 2026-08-28T18:58:27.093Z | Compiling hubpack v0.1.2 |
| 1713 | 2026-08-28T18:58:27.214Z | Compiling futures v0.3.32 |
| 1714 | 2026-08-28T18:58:27.294Z | Compiling derive_more-impl v2.1.1 |
| 1715 | 2026-08-28T18:58:27.343Z | Compiling phf v0.13.1 |
| 1716 | 2026-08-28T18:58:27.476Z | Compiling signal-hook-mio v0.2.5 |
| 1717 | 2026-08-28T18:58:27.963Z | Compiling serde_with_macros v3.21.0 |
| 1718 | 2026-08-28T18:58:28.026Z | Compiling cookie_store v0.22.1 |
| 1719 | 2026-08-28T18:58:28.443Z | Compiling zstd v0.13.3 |
| 1720 | 2026-08-28T18:58:28.453Z | Compiling reqwest v0.12.28 |
| 1721 | 2026-08-28T18:58:28.689Z | Compiling cipher v0.5.2 |
| 1722 | 2026-08-28T18:58:28.706Z | Compiling backtrace-ext v0.2.1 |
| 1723 | 2026-08-28T18:58:28.912Z | Compiling postgres-types v0.2.12 |
| 1724 | 2026-08-28T18:58:29.368Z | Compiling usdt-macro v0.6.0 |
| 1725 | 2026-08-28T18:58:29.477Z | Compiling usdt-attr-macro v0.6.0 |
| 1726 | 2026-08-28T18:58:29.794Z | Compiling globset v0.4.18 |
| 1727 | 2026-08-28T18:58:29.854Z | Compiling phf_shared v0.11.3 |
| 1728 | 2026-08-28T18:58:30.001Z | Compiling hkdf v0.12.4 |
| 1729 | 2026-08-28T18:58:30.039Z | Compiling dtrace-parser v0.2.0 |
| 1730 | 2026-08-28T18:58:30.135Z | Compiling byte-wrapper v0.1.0 |
| 1731 | 2026-08-28T18:58:30.170Z | Compiling olpc-cjson v0.1.4 |
| 1732 | 2026-08-28T18:58:30.260Z | Compiling ed25519 v2.2.3 |
| 1733 | 2026-08-28T18:58:30.279Z | Compiling crypto-bigint v0.5.5 |
| 1734 | 2026-08-28T18:58:30.326Z | Compiling serde_plain v1.0.2 |
| 1735 | 2026-08-28T18:58:30.460Z | Compiling serde-big-array v0.5.1 |
| 1736 | 2026-08-28T18:58:30.475Z | Compiling async-recursion v1.1.1 |
| 1737 | 2026-08-28T18:58:30.519Z | Compiling strum_macros v0.26.4 |
| 1738 | 2026-08-28T18:58:30.600Z | Compiling miette-derive v7.6.0 |
| 1739 | 2026-08-28T18:58:30.772Z | Compiling serde_repr v0.1.20 |
| 1740 | 2026-08-28T18:58:31.121Z | Compiling enum-as-inner v0.6.1 |
| 1741 | 2026-08-28T18:58:31.153Z | Compiling pem v3.0.6 |
| 1742 | 2026-08-28T18:58:31.307Z | Compiling float-cmp v0.10.0 |
| 1743 | 2026-08-28T18:58:31.457Z | Compiling memmap2 v0.9.10 |
| 1744 | 2026-08-28T18:58:31.477Z | Compiling thread-id v4.2.2 |
| 1745 | 2026-08-28T18:58:31.564Z | Compiling const-oid v0.10.2 |
| 1746 | 2026-08-28T18:58:31.624Z | Compiling new_debug_unreachable v1.0.6 |
| 1747 | 2026-08-28T18:58:31.673Z | Compiling data-encoding v2.10.0 |
| 1748 | 2026-08-28T18:58:31.701Z | Compiling supports-unicode v3.0.0 |
| 1749 | 2026-08-28T18:58:31.751Z | Compiling normalize-line-endings v0.3.0 |
| 1750 | 2026-08-28T18:58:31.774Z | Compiling typed-path v0.9.3 |
| 1751 | 2026-08-28T18:58:31.848Z | Compiling fixedbitset v0.4.2 |
| 1752 | 2026-08-28T18:58:31.864Z | Compiling keccak v0.1.6 |
| 1753 | 2026-08-28T18:58:32.067Z | Compiling whoami v2.1.0 |
| 1754 | 2026-08-28T18:58:32.251Z | Compiling difflib v0.4.0 |
| 1755 | 2026-08-28T18:58:32.268Z | Compiling winnow v1.0.3 |
| 1756 | 2026-08-28T18:58:32.359Z | Compiling supports-hyperlinks v3.2.0 |
| 1757 | 2026-08-28T18:58:32.378Z | Compiling cpufeatures v0.3.0 |
| 1758 | 2026-08-28T18:58:32.441Z | Compiling fixedbitset v0.5.7 |
| 1759 | 2026-08-28T18:58:32.456Z | Compiling static_assertions v1.1.0 |
| 1760 | 2026-08-28T18:58:32.508Z | Compiling precomputed-hash v0.1.1 |
| 1761 | 2026-08-28T18:58:32.529Z | Compiling predicates-core v1.0.10 |
| 1762 | 2026-08-28T18:58:32.592Z | Compiling string_cache v0.8.9 |
| 1763 | 2026-08-28T18:58:32.607Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1764 | 2026-08-28T18:58:32.705Z | Compiling predicates v3.1.4 |
| 1765 | 2026-08-28T18:58:32.740Z | Compiling petgraph v0.8.3 |
| 1766 | 2026-08-28T18:58:32.791Z | Compiling miette v7.6.0 |
| 1767 | 2026-08-28T18:58:32.814Z | Compiling chacha20 v0.10.0 |
| 1768 | 2026-08-28T18:58:32.987Z | Compiling tokio-postgres v0.7.16 |
| 1769 | 2026-08-28T18:58:33.189Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1770 | 2026-08-28T18:58:33.329Z | Compiling strum v0.26.3 |
| 1771 | 2026-08-28T18:58:33.344Z | Compiling sha3 v0.10.8 |
| 1772 | 2026-08-28T18:58:33.456Z | Compiling petgraph v0.6.5 |
| 1773 | 2026-08-28T18:58:33.847Z | Compiling hickory-proto v0.25.2 |
| 1774 | 2026-08-28T18:58:33.861Z | Compiling toml_edit v0.22.27 |
| 1775 | 2026-08-28T18:58:33.928Z | Compiling digest v0.11.3 |
| 1776 | 2026-08-28T18:58:34.159Z | Compiling usdt v0.6.0 |
| 1777 | 2026-08-28T18:58:34.421Z | Compiling usdt-impl v0.5.0 |
| 1778 | 2026-08-28T18:58:34.731Z | Compiling elliptic-curve v0.13.8 |
| 1779 | 2026-08-28T18:58:35.010Z | Compiling ed25519-dalek v2.2.0 |
| 1780 | 2026-08-28T18:58:35.015Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1781 | 2026-08-28T18:58:35.154Z | Compiling crossterm v0.28.1 |
| 1782 | 2026-08-28T18:58:35.476Z | Compiling serde_with v3.21.0 |
| 1783 | 2026-08-28T18:58:35.540Z | Compiling zip v4.6.1 |
| 1784 | 2026-08-28T18:58:36.403Z | Compiling derive_more v2.1.1 |
| 1785 | 2026-08-28T18:58:36.508Z | Compiling iddqd v0.4.2 |
| 1786 | 2026-08-28T18:58:36.582Z | Compiling itertools v0.15.0 |
| 1787 | 2026-08-28T18:58:36.882Z | Compiling itertools v0.13.0 |
| 1788 | 2026-08-28T18:58:36.920Z | Compiling similar v2.7.0 |
| 1789 | 2026-08-28T18:58:36.935Z | Compiling crossbeam-epoch v0.9.18 |
| 1790 | 2026-08-28T18:58:37.265Z | Compiling heck v0.4.1 |
| 1791 | 2026-08-28T18:58:37.281Z | Compiling tokio-stream v0.1.18 |
| 1792 | 2026-08-28T18:58:37.494Z | Compiling buf-list v1.1.2 |
| 1793 | 2026-08-28T18:58:37.732Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1794 | 2026-08-28T18:58:37.749Z | Compiling openapiv3 v2.2.0 |
| 1795 | 2026-08-28T18:58:37.764Z | Compiling peg-runtime v0.8.5 |
| 1796 | 2026-08-28T18:58:37.777Z | Compiling lalrpop-util v0.19.12 |
| 1797 | 2026-08-28T18:58:37.905Z | Compiling thread_local v1.1.9 |
| 1798 | 2026-08-28T18:58:37.965Z | Compiling slog-async v2.8.0 |
| 1799 | 2026-08-28T18:58:38.028Z | Compiling crossbeam-channel v0.5.15 |
| 1800 | 2026-08-28T18:58:38.042Z | Compiling filetime v0.2.27 |
| 1801 | 2026-08-28T18:58:38.124Z | Compiling is-terminal v0.4.17 |
| 1802 | 2026-08-28T18:58:38.157Z | Compiling term v1.2.1 |
| 1803 | 2026-08-28T18:58:38.211Z | Compiling xattr v1.6.1 |
| 1804 | 2026-08-28T18:58:38.226Z | Compiling take_mut v0.2.2 |
| 1805 | 2026-08-28T18:58:38.289Z | Compiling camino-tempfile v1.4.1 |
| 1806 | 2026-08-28T18:58:38.337Z | Compiling tar v0.4.46 |
| 1807 | 2026-08-28T18:58:38.476Z | Compiling slog-term v2.9.2 |
| 1808 | 2026-08-28T18:58:44.588Z | Compiling rustls-webpki v0.103.13 |
| 1809 | 2026-08-28T18:58:47.295Z | Compiling tokio-rustls v0.26.4 |
| 1810 | 2026-08-28T18:58:47.295Z | Compiling rustls-platform-verifier v0.6.2 |
| 1811 | 2026-08-28T18:58:47.295Z | Compiling tough v0.22.0 |
| 1812 | 2026-08-28T18:58:47.512Z | Compiling hyper-rustls v0.27.7 |
| 1813 | 2026-08-28T18:58:47.713Z | Compiling reqwest v0.13.2 |
| 1814 | 2026-08-28T18:58:49.931Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1815 | 2026-08-28T18:58:50.142Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1816 | 2026-08-28T18:58:53.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 1817 | 2026-08-28T18:58:53.237Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1818 | 2026-08-28T18:58:53.297Z | Aug 28 18:58:52.470 INFO Starting download, target: Console |
| 1819 | 2026-08-28T18:58:53.297Z | Aug 28 18:58:52.471 INFO Starting download, target: MaghemiteMgd |
| 1820 | 2026-08-28T18:58:53.297Z | Aug 28 18:58:52.471 INFO Starting download, target: Clickhouse |
| 1821 | 2026-08-28T18:58:53.297Z | Aug 28 18:58:52.471 INFO Starting download, target: Cockroach |
| 1822 | 2026-08-28T18:58:53.297Z | Aug 28 18:58:52.471 INFO Starting download, target: DendriteStub |
| 1823 | 2026-08-28T18:58:53.297Z | Aug 28 18:58:52.471 INFO Starting download, target: MaghemiteDdmd |
| 1824 | 2026-08-28T18:58:53.301Z | Aug 28 18:58:52.471 INFO Starting download, target: TransceiverControl |
| 1825 | 2026-08-28T18:58:53.301Z | Aug 28 18:58:52.471 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1826 | 2026-08-28T18:58:53.301Z | Aug 28 18:58:52.471 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1827 | 2026-08-28T18:58:53.301Z | Aug 28 18:58:52.471 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1828 | 2026-08-28T18:58:53.301Z | Aug 28 18:58:52.471 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1829 | 2026-08-28T18:58:53.301Z | Aug 28 18:58:52.471 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1830 | 2026-08-28T18:58:53.301Z | Aug 28 18:58:52.471 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1831 | 2026-08-28T18:58:53.302Z | Aug 28 18:58:52.471 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1832 | 2026-08-28T18:58:53.905Z | Aug 28 18:58:53.074 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1833 | 2026-08-28T18:58:54.129Z | Aug 28 18:58:53.299 INFO Download complete, target: TransceiverControl |
| 1834 | 2026-08-28T18:58:55.103Z | Aug 28 18:58:54.273 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1835 | 2026-08-28T18:58:55.350Z | Aug 28 18:58:54.521 INFO Download complete, target: Console |
| 1836 | 2026-08-28T18:58:55.802Z | Aug 28 18:58:54.975 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1837 | 2026-08-28T18:58:55.983Z | Aug 28 18:58:55.150 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1838 | 2026-08-28T18:58:56.136Z | Aug 28 18:58:55.299 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1839 | 2026-08-28T18:58:56.170Z | Aug 28 18:58:55.338 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1840 | 2026-08-28T18:58:56.893Z | Aug 28 18:58:56.066 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1841 | 2026-08-28T18:58:56.893Z | Aug 28 18:58:56.066 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1842 | 2026-08-28T18:58:58.044Z | Aug 28 18:58:57.217 INFO Download complete, target: MaghemiteDdmd |
| 1843 | 2026-08-28T18:58:58.326Z | Aug 28 18:58:57.498 INFO Download complete, target: DendriteStub |
| 1844 | 2026-08-28T18:58:58.772Z | Aug 28 18:58:57.946 INFO Download complete, target: MaghemiteMgd |
| 1845 | 2026-08-28T18:59:01.655Z | Aug 28 18:59:00.826 INFO Checking that binary works, target: Cockroach |
| 1846 | 2026-08-28T18:59:01.824Z | Aug 28 18:59:00.997 INFO Download complete, target: Cockroach |
| 1847 | 2026-08-28T18:59:03.040Z | Aug 28 18:59:02.213 INFO Checking that binary works, target: Clickhouse |
| 1848 | 2026-08-28T18:59:03.190Z | Aug 28 18:59:02.361 INFO Download complete, target: Clickhouse |
| 1849 | 2026-08-28T18:59:03.205Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1850 | 2026-08-28T18:59:03.209Z | |
| 1851 | 2026-08-28T18:59:03.209Z | real 2:14.380298562 |
| 1852 | 2026-08-28T18:59:03.209Z | user 7:24.359397215 |
| 1853 | 2026-08-28T18:59:03.209Z | sys 1:27.798848466 |
| 1854 | 2026-08-28T18:59:03.209Z | trap 0.258445821 |
| 1855 | 2026-08-28T18:59:03.209Z | tflt 0.753804667 |
| 1856 | 2026-08-28T18:59:03.209Z | dflt 1.203530722 |
| 1857 | 2026-08-28T18:59:03.209Z | kflt 0.030945822 |
| 1858 | 2026-08-28T18:59:03.209Z | lock 28:06.668707689 |
| 1859 | 2026-08-28T18:59:03.209Z | slp 22:22.457412182 |
| 1860 | 2026-08-28T18:59:03.209Z | lat 50.618528590 |
| 1861 | 2026-08-28T18:59:03.209Z | stop 2:49.153825609 |
| 1862 | 2026-08-28T18:59:03.210Z | + banner clippy |
| 1863 | 2026-08-28T18:59:03.210Z | |
| 1864 | 2026-08-28T18:59:03.210Z | #### # # ##### ##### # # |
| 1865 | 2026-08-28T18:59:03.210Z | # # # # # # # # # # |
| 1866 | 2026-08-28T18:59:03.210Z | # # # # # # # # |
| 1867 | 2026-08-28T18:59:03.210Z | # # # ##### ##### # |
| 1868 | 2026-08-28T18:59:03.210Z | # # # # # # # |
| 1869 | 2026-08-28T18:59:03.210Z | #### ###### # # # # |
| 1870 | 2026-08-28T18:59:03.210Z | |
| 1871 | 2026-08-28T18:59:03.210Z | + export CARGO_INCREMENTAL=0 |
| 1872 | 2026-08-28T18:59:03.210Z | + CARGO_INCREMENTAL=0 |
| 1873 | 2026-08-28T18:59:03.210Z | + ptime -m cargo xtask clippy |
| 1874 | 2026-08-28T18:59:03.688Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1875 | 2026-08-28T18:59:03.970Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1876 | 2026-08-28T18:59:05.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 1877 | 2026-08-28T18:59:05.853Z | Running `target/debug/xtask clippy` |
| 1878 | 2026-08-28T18:59:05.877Z | running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1879 | 2026-08-28T18:59:06.453Z | Downloading crates ... |
| 1880 | 2026-08-28T18:59:06.633Z | Downloaded concurrent-queue v2.5.0 |
| 1881 | 2026-08-28T18:59:06.638Z | Downloaded approx v0.5.1 |
| 1882 | 2026-08-28T18:59:06.638Z | Downloaded async-lock v3.4.2 |
| 1883 | 2026-08-28T18:59:06.638Z | Downloaded assert-json-diff v2.0.2 |
| 1884 | 2026-08-28T18:59:06.639Z | Downloaded constant_time_eq v0.3.1 |
| 1885 | 2026-08-28T18:59:06.639Z | Downloaded async-object-pool v0.2.0 |
| 1886 | 2026-08-28T18:59:06.639Z | Downloaded cast v0.3.0 |
| 1887 | 2026-08-28T18:59:06.642Z | Downloaded criterion-plot v0.6.0 |
| 1888 | 2026-08-28T18:59:06.642Z | Downloaded assert_cmd v2.1.2 |
| 1889 | 2026-08-28T18:59:06.642Z | Downloaded blake2b_simd v1.0.4 |
| 1890 | 2026-08-28T18:59:06.642Z | Downloaded cfg-expr v0.20.6 |
| 1891 | 2026-08-28T18:59:06.642Z | Downloaded anes v0.1.6 |
| 1892 | 2026-08-28T18:59:06.646Z | Downloaded datatest-stable v0.3.3 |
| 1893 | 2026-08-28T18:59:06.647Z | Downloaded criterion v0.7.0 |
| 1894 | 2026-08-28T18:59:06.650Z | Downloaded event-listener-strategy v0.5.4 |
| 1895 | 2026-08-28T18:59:06.650Z | Downloaded event-listener v5.4.1 |
| 1896 | 2026-08-28T18:59:06.655Z | Downloaded escape8259 v0.5.3 |
| 1897 | 2026-08-28T18:59:06.655Z | Downloaded futures-timer v3.0.3 |
| 1898 | 2026-08-28T18:59:06.655Z | Downloaded fancy-regex v0.14.0 |
| 1899 | 2026-08-28T18:59:06.655Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1900 | 2026-08-28T18:59:06.655Z | Downloaded hex-literal v0.4.1 |
| 1901 | 2026-08-28T18:59:06.663Z | Downloaded guppy v0.17.25 |
| 1902 | 2026-08-28T18:59:06.663Z | Downloaded hickory-client v0.25.2 |
| 1903 | 2026-08-28T18:59:06.663Z | Downloaded httptest v0.16.4 |
| 1904 | 2026-08-28T18:59:06.668Z | Downloaded knuffel-derive v3.2.0 |
| 1905 | 2026-08-28T18:59:06.668Z | Downloaded miette-derive v5.10.0 |
| 1906 | 2026-08-28T18:59:06.668Z | Downloaded libtest-mimic v0.8.1 |
| 1907 | 2026-08-28T18:59:06.668Z | Downloaded linkme v0.3.35 |
| 1908 | 2026-08-28T18:59:06.668Z | Downloaded linkme-impl v0.3.35 |
| 1909 | 2026-08-28T18:59:06.669Z | Downloaded knuffel v3.2.0 |
| 1910 | 2026-08-28T18:59:06.672Z | Downloaded nested v0.1.1 |
| 1911 | 2026-08-28T18:59:06.672Z | Downloaded oorandom v11.1.5 |
| 1912 | 2026-08-28T18:59:06.672Z | Downloaded parking v2.2.1 |
| 1913 | 2026-08-28T18:59:06.672Z | Downloaded partial-io v0.5.4 |
| 1914 | 2026-08-28T18:59:06.672Z | Downloaded owo-colors v3.5.0 |
| 1915 | 2026-08-28T18:59:06.672Z | Downloaded pathdiff v0.2.3 |
| 1916 | 2026-08-28T18:59:06.672Z | Downloaded plotters-svg v0.3.7 |
| 1917 | 2026-08-28T18:59:06.672Z | Downloaded plotters-backend v0.3.7 |
| 1918 | 2026-08-28T18:59:06.672Z | Downloaded miette v5.10.0 |
| 1919 | 2026-08-28T18:59:06.675Z | Downloaded path-tree v0.8.3 |
| 1920 | 2026-08-28T18:59:06.675Z | Downloaded relative-path v1.9.3 |
| 1921 | 2026-08-28T18:59:06.675Z | Downloaded plotters v0.3.7 |
| 1922 | 2026-08-28T18:59:06.681Z | Downloaded similar-asserts v1.7.0 |
| 1923 | 2026-08-28T18:59:06.686Z | Downloaded rand_distr v0.5.1 |
| 1924 | 2026-08-28T18:59:06.686Z | Downloaded rstest v0.25.0 |
| 1925 | 2026-08-28T18:59:06.690Z | Downloaded rstest_macros v0.25.0 |
| 1926 | 2026-08-28T18:59:06.690Z | Downloaded rust-argon2 v2.1.0 |
| 1927 | 2026-08-28T18:59:06.690Z | Downloaded serde_regex v1.1.0 |
| 1928 | 2026-08-28T18:59:06.690Z | Downloaded supports-color v2.1.0 |
| 1929 | 2026-08-28T18:59:06.695Z | Downloaded supports-hyperlinks v2.1.0 |
| 1930 | 2026-08-28T18:59:06.695Z | Downloaded stringmetrics v2.2.2 |
| 1931 | 2026-08-28T18:59:06.695Z | Downloaded supports-unicode v2.1.0 |
| 1932 | 2026-08-28T18:59:06.695Z | Downloaded terminal_size v0.1.17 |
| 1933 | 2026-08-28T18:59:06.695Z | Downloaded target-triple v1.0.0 |
| 1934 | 2026-08-28T18:59:06.695Z | Downloaded target-lexicon v0.13.3 |
| 1935 | 2026-08-28T18:59:06.701Z | Downloaded target-spec v3.5.7 |
| 1936 | 2026-08-28T18:59:06.701Z | Downloaded tinytemplate v1.2.1 |
| 1937 | 2026-08-28T18:59:06.701Z | Downloaded termcolor v1.4.1 |
| 1938 | 2026-08-28T18:59:06.701Z | Downloaded textwrap v0.15.2 |
| 1939 | 2026-08-28T18:59:06.701Z | Downloaded trybuild v1.0.116 |
| 1940 | 2026-08-28T18:59:06.708Z | Downloaded httpmock v0.8.3 |
| 1941 | 2026-08-28T18:59:08.555Z | Checking cfg-if v1.0.4 |
| 1942 | 2026-08-28T18:59:08.933Z | Checking serde_core v1.0.228 |
| 1943 | 2026-08-28T18:59:08.933Z | Checking libc v0.2.185 |
| 1944 | 2026-08-28T18:59:09.010Z | Checking memchr v2.8.0 |
| 1945 | 2026-08-28T18:59:09.056Z | Checking smallvec v1.15.1 |
| 1946 | 2026-08-28T18:59:09.104Z | Checking rand_core v0.10.0 |
| 1947 | 2026-08-28T18:59:09.132Z | Checking itoa v1.0.17 |
| 1948 | 2026-08-28T18:59:09.178Z | Checking subtle v2.6.1 |
| 1949 | 2026-08-28T18:59:09.183Z | Checking libm v0.2.16 |
| 1950 | 2026-08-28T18:59:09.262Z | Checking log v0.4.33 |
| 1951 | 2026-08-28T18:59:09.317Z | Checking typenum v1.20.1 |
| 1952 | 2026-08-28T18:59:09.321Z | Checking scopeguard v1.2.0 |
| 1953 | 2026-08-28T18:59:09.395Z | Checking zmij v1.0.21 |
| 1954 | 2026-08-28T18:59:09.430Z | Checking getrandom v0.4.3 |
| 1955 | 2026-08-28T18:59:09.468Z | Checking errno v0.3.14 |
| 1956 | 2026-08-28T18:59:09.473Z | Checking stable_deref_trait v1.2.1 |
| 1957 | 2026-08-28T18:59:09.542Z | Checking lock_api v0.4.14 |
| 1958 | 2026-08-28T18:59:09.610Z | Checking zerofrom v0.1.6 |
| 1959 | 2026-08-28T18:59:09.655Z | Checking percent-encoding v2.3.2 |
| 1960 | 2026-08-28T18:59:09.693Z | Checking litemap v0.8.1 |
| 1961 | 2026-08-28T18:59:09.729Z | Checking writeable v0.6.2 |
| 1962 | 2026-08-28T18:59:09.769Z | Checking yoke v0.8.1 |
| 1963 | 2026-08-28T18:59:09.811Z | Checking icu_normalizer_data v2.1.1 |
| 1964 | 2026-08-28T18:59:09.852Z | Checking icu_properties_data v2.1.2 |
| 1965 | 2026-08-28T18:59:09.891Z | Checking form_urlencoded v1.2.2 |
| 1966 | 2026-08-28T18:59:09.934Z | Checking num-traits v0.2.19 |
| 1967 | 2026-08-28T18:59:09.975Z | Checking utf8_iter v1.0.4 |
| 1968 | 2026-08-28T18:59:09.980Z | Checking zerovec v0.11.5 |
| 1969 | 2026-08-28T18:59:10.012Z | Checking zerotrie v0.2.3 |
| 1970 | 2026-08-28T18:59:10.092Z | Checking zerocopy v0.8.55 |
| 1971 | 2026-08-28T18:59:10.133Z | Checking portable-atomic v1.13.1 |
| 1972 | 2026-08-28T18:59:10.173Z | Checking pin-project-lite v0.2.17 |
| 1973 | 2026-08-28T18:59:10.179Z | Checking critical-section v1.2.0 |
| 1974 | 2026-08-28T18:59:10.300Z | Checking parking_lot_core v0.9.12 |
| 1975 | 2026-08-28T18:59:10.348Z | Checking signal-hook-registry v1.4.8 |
| 1976 | 2026-08-28T18:59:10.393Z | Checking mio v1.2.0 |
| 1977 | 2026-08-28T18:59:10.456Z | Checking serde v1.0.228 |
| 1978 | 2026-08-28T18:59:10.495Z | Checking bitflags v2.11.0 |
| 1979 | 2026-08-28T18:59:10.499Z | Checking serde_json v1.0.151 |
| 1980 | 2026-08-28T18:59:10.570Z | Checking tinystr v0.8.2 |
| 1981 | 2026-08-28T18:59:10.573Z | Checking potential_utf v0.1.4 |
| 1982 | 2026-08-28T18:59:10.573Z | Checking once_cell v1.21.3 |
| 1983 | 2026-08-28T18:59:10.699Z | Checking parking_lot v0.12.5 |
| 1984 | 2026-08-28T18:59:10.737Z | Checking iana-time-zone v0.1.65 |
| 1985 | 2026-08-28T18:59:10.774Z | Checking icu_locale_core v2.1.1 |
| 1986 | 2026-08-28T18:59:10.778Z | Checking icu_collections v2.1.1 |
| 1987 | 2026-08-28T18:59:10.861Z | Checking uuid v1.23.4 |
| 1988 | 2026-08-28T18:59:10.905Z | Checking zeroize v1.9.0 |
| 1989 | 2026-08-28T18:59:10.910Z | Checking bytes v1.11.1 |
| 1990 | 2026-08-28T18:59:10.910Z | Checking chrono v0.4.45 |
| 1991 | 2026-08-28T18:59:11.115Z | Checking socket2 v0.6.3 |
| 1992 | 2026-08-28T18:59:11.170Z | Checking semver v1.0.28 |
| 1993 | 2026-08-28T18:59:11.233Z | Checking thiserror v2.0.18 |
| 1994 | 2026-08-28T18:59:11.237Z | Checking dyn-clone v1.0.20 |
| 1995 | 2026-08-28T18:59:11.334Z | Checking icu_provider v2.1.1 |
| 1996 | 2026-08-28T18:59:11.398Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1997 | 2026-08-28T18:59:11.398Z | Checking rustix v1.1.4 |
| 1998 | 2026-08-28T18:59:11.479Z | Checking futures-core v0.3.32 |
| 1999 | 2026-08-28T18:59:11.483Z | Checking tokio v1.52.1 |
| 2000 | 2026-08-28T18:59:11.517Z | Checking equivalent v1.0.2 |
| 2001 | 2026-08-28T18:59:11.593Z | Checking icu_normalizer v2.1.1 |
| 2002 | 2026-08-28T18:59:11.637Z | Checking icu_properties v2.1.2 |
| 2003 | 2026-08-28T18:59:11.679Z | Checking getrandom v0.2.17 |
| 2004 | 2026-08-28T18:59:11.765Z | Checking cmov v0.5.4 |
| 2005 | 2026-08-28T18:59:11.818Z | Checking getrandom v0.3.4 |
| 2006 | 2026-08-28T18:59:11.895Z | Checking rand_core v0.6.4 |
| 2007 | 2026-08-28T18:59:11.936Z | Checking futures-sink v0.3.32 |
| 2008 | 2026-08-28T18:59:11.989Z | Checking ctutils v0.4.2 |
| 2009 | 2026-08-28T18:59:11.993Z | Checking byteorder v1.5.0 |
| 2010 | 2026-08-28T18:59:12.068Z | Checking futures-channel v0.3.32 |
| 2011 | 2026-08-28T18:59:12.108Z | Checking slab v0.4.12 |
| 2012 | 2026-08-28T18:59:12.232Z | Checking hybrid-array v0.4.13 |
| 2013 | 2026-08-28T18:59:12.271Z | Checking futures-task v0.3.32 |
| 2014 | 2026-08-28T18:59:12.311Z | Checking futures-io v0.3.32 |
| 2015 | 2026-08-28T18:59:12.315Z | Checking regex-syntax v0.8.10 |
| 2016 | 2026-08-28T18:59:12.345Z | Checking fnv v1.0.7 |
| 2017 | 2026-08-28T18:59:12.440Z | Checking hashbrown v0.17.0 |
| 2018 | 2026-08-28T18:59:12.484Z | Checking futures-util v0.3.32 |
| 2019 | 2026-08-28T18:59:12.489Z | Checking idna_adapter v1.2.1 |
| 2020 | 2026-08-28T18:59:12.557Z | Checking generic-array v0.14.7 |
| 2021 | 2026-08-28T18:59:12.667Z | Checking idna v1.1.0 |
| 2022 | 2026-08-28T18:59:12.872Z | Checking ppv-lite86 v0.2.21 |
| 2023 | 2026-08-28T18:59:12.927Z | Checking indexmap v2.14.0 |
| 2024 | 2026-08-28T18:59:12.968Z | Checking url v2.5.8 |
| 2025 | 2026-08-28T18:59:13.007Z | Checking thiserror v1.0.69 |
| 2026 | 2026-08-28T18:59:13.047Z | Checking crypto-common v0.2.2 |
| 2027 | 2026-08-28T18:59:13.137Z | Checking base64ct v1.8.3 |
| 2028 | 2026-08-28T18:59:13.218Z | Checking const-oid v0.9.6 |
| 2029 | 2026-08-28T18:59:13.405Z | Checking crypto-common v0.1.7 |
| 2030 | 2026-08-28T18:59:13.445Z | Checking schemars v0.8.22 |
| 2031 | 2026-08-28T18:59:13.531Z | Checking block-buffer v0.12.1 |
| 2032 | 2026-08-28T18:59:13.570Z | Checking base64 v0.22.1 |
| 2033 | 2026-08-28T18:59:13.666Z | Checking rand_core v0.9.5 |
| 2034 | 2026-08-28T18:59:13.707Z | Checking block-buffer v0.10.4 |
| 2035 | 2026-08-28T18:59:13.746Z | Checking erased-serde v0.3.31 |
| 2036 | 2026-08-28T18:59:13.827Z | Checking utf8parse v0.2.2 |
| 2037 | 2026-08-28T18:59:13.876Z | Checking anstyle v1.0.14 |
| 2038 | 2026-08-28T18:59:13.881Z | Checking rand_chacha v0.9.0 |
| 2039 | 2026-08-28T18:59:13.952Z | Checking digest v0.10.7 |
| 2040 | 2026-08-28T18:59:14.011Z | Checking http v1.4.2 |
| 2041 | 2026-08-28T18:59:14.085Z | Checking tracing-core v0.1.36 |
| 2042 | 2026-08-28T18:59:14.128Z | Checking anstyle-query v1.1.5 |
| 2043 | 2026-08-28T18:59:14.168Z | Checking slog v2.8.2 |
| 2044 | 2026-08-28T18:59:14.173Z | Checking rand v0.9.2 |
| 2045 | 2026-08-28T18:59:14.242Z | Checking colorchoice v1.0.4 |
| 2046 | 2026-08-28T18:59:14.280Z | Checking is_terminal_polyfill v1.70.2 |
| 2047 | 2026-08-28T18:59:14.371Z | Checking terminal_size v0.4.3 |
| 2048 | 2026-08-28T18:59:14.413Z | Checking fastrand v2.3.0 |
| 2049 | 2026-08-28T18:59:14.417Z | Checking tracing v0.1.44 |
| 2050 | 2026-08-28T18:59:14.491Z | Checking const-oid v0.10.2 |
| 2051 | 2026-08-28T18:59:14.495Z | Checking anstyle-parse v1.0.0 |
| 2052 | 2026-08-28T18:59:14.567Z | Checking ipnet v2.12.0 |
| 2053 | 2026-08-28T18:59:14.606Z | Checking aho-corasick v1.1.4 |
| 2054 | 2026-08-28T18:59:14.652Z | Checking ipnetwork v0.21.1 |
| 2055 | 2026-08-28T18:59:14.657Z | Checking tempfile v3.27.0 |
| 2056 | 2026-08-28T18:59:14.729Z | Checking anstream v1.0.0 |
| 2057 | 2026-08-28T18:59:14.734Z | Checking crossbeam-utils v0.8.21 |
| 2058 | 2026-08-28T18:59:14.765Z | Checking clap_lex v1.0.0 |
| 2059 | 2026-08-28T18:59:14.843Z | Checking strsim v0.11.1 |
| 2060 | 2026-08-28T18:59:14.849Z | Checking tokio-util v0.7.18 |
| 2061 | 2026-08-28T18:59:14.922Z | Checking unicode-ident v1.0.24 |
| 2062 | 2026-08-28T18:59:14.928Z | Checking allocator-api2 v0.2.21 |
| 2063 | 2026-08-28T18:59:14.997Z | Checking powerfmt v0.2.0 |
| 2064 | 2026-08-28T18:59:15.007Z | Checking digest v0.11.3 |
| 2065 | 2026-08-28T18:59:15.074Z | Checking proc-macro2 v1.0.106 |
| 2066 | 2026-08-28T18:59:15.079Z | Checking clap_builder v4.6.0 |
| 2067 | 2026-08-28T18:59:15.148Z | Checking time-core v0.1.8 |
| 2068 | 2026-08-28T18:59:15.188Z | Checking deranged v0.5.8 |
| 2069 | 2026-08-28T18:59:15.244Z | Checking cpufeatures v0.3.0 |
| 2070 | 2026-08-28T18:59:15.284Z | Checking num-conv v0.2.0 |
| 2071 | 2026-08-28T18:59:15.289Z | Checking regex-automata v0.4.14 |
| 2072 | 2026-08-28T18:59:15.360Z | Checking num_threads v0.1.7 |
| 2073 | 2026-08-28T18:59:15.365Z | Checking httparse v1.10.1 |
| 2074 | 2026-08-28T18:59:15.436Z | Checking anyhow v1.0.104 |
| 2075 | 2026-08-28T18:59:15.440Z | Checking quote v1.0.45 |
| 2076 | 2026-08-28T18:59:15.513Z | Checking cpufeatures v0.2.17 |
| 2077 | 2026-08-28T18:59:15.519Z | Checking rustls-pki-types v1.14.0 |
| 2078 | 2026-08-28T18:59:15.614Z | Checking aws-lc-sys v0.40.0 |
| 2079 | 2026-08-28T18:59:15.652Z | Checking untrusted v0.7.1 |
| 2080 | 2026-08-28T18:59:15.691Z | Checking syn v2.0.117 |
| 2081 | 2026-08-28T18:59:15.696Z | Checking http-body v1.0.1 |
| 2082 | 2026-08-28T18:59:15.792Z | Checking atomic-waker v1.1.2 |
| 2083 | 2026-08-28T18:59:15.863Z | Checking oxnet v0.1.6 |
| 2084 | 2026-08-28T18:59:15.902Z | Checking httpdate v1.0.3 |
| 2085 | 2026-08-28T18:59:15.940Z | Checking try-lock v0.2.5 |
| 2086 | 2026-08-28T18:59:16.068Z | Checking want v0.3.1 |
| 2087 | 2026-08-28T18:59:16.107Z | Checking h2 v0.4.15 |
| 2088 | 2026-08-28T18:59:16.146Z | Checking aws-lc-rs v1.16.3 |
| 2089 | 2026-08-28T18:59:16.149Z | Checking time v0.3.47 |
| 2090 | 2026-08-28T18:59:16.182Z | Checking hex v0.4.3 |
| 2091 | 2026-08-28T18:59:16.257Z | Checking ryu v1.0.23 |
| 2092 | 2026-08-28T18:59:16.349Z | Checking clap v4.6.1 |
| 2093 | 2026-08-28T18:59:16.418Z | Checking untrusted v0.9.0 |
| 2094 | 2026-08-28T18:59:16.459Z | Checking simd-adler32 v0.3.8 |
| 2095 | 2026-08-28T18:59:16.464Z | Checking tower-service v0.3.3 |
| 2096 | 2026-08-28T18:59:16.559Z | Checking tower-layer v0.3.3 |
| 2097 | 2026-08-28T18:59:16.617Z | Checking spin v0.9.8 |
| 2098 | 2026-08-28T18:59:16.662Z | Checking adler2 v2.0.1 |
| 2099 | 2026-08-28T18:59:16.739Z | Checking unicode-width v0.2.0 |
| 2100 | 2026-08-28T18:59:16.798Z | Checking miniz_oxide v0.8.9 |
| 2101 | 2026-08-28T18:59:16.838Z | Checking pem-rfc7468 v0.7.0 |
| 2102 | 2026-08-28T18:59:16.992Z | Checking rustls-webpki v0.103.13 |
| 2103 | 2026-08-28T18:59:17.058Z | Checking flagset v0.4.7 |
| 2104 | 2026-08-28T18:59:17.063Z | Checking mime v0.3.17 |
| 2105 | 2026-08-28T18:59:17.171Z | Checking block-padding v0.4.2 |
| 2106 | 2026-08-28T18:59:17.213Z | Checking der v0.7.10 |
| 2107 | 2026-08-28T18:59:17.218Z | Checking camino v1.2.5 |
| 2108 | 2026-08-28T18:59:17.291Z | Checking pretty-hex v0.4.1 |
| 2109 | 2026-08-28T18:59:17.342Z | Checking inout v0.2.2 |
| 2110 | 2026-08-28T18:59:17.405Z | Checking http-body-util v0.1.3 |
| 2111 | 2026-08-28T18:59:17.444Z | Checking plain v0.2.3 |
| 2112 | 2026-08-28T18:59:17.485Z | Checking rustls v0.23.41 |
| 2113 | 2026-08-28T18:59:17.527Z | Checking openssl-probe v0.2.1 |
| 2114 | 2026-08-28T18:59:17.567Z | Checking ucd-trie v0.1.7 |
| 2115 | 2026-08-28T18:59:17.606Z | Checking cipher v0.5.2 |
| 2116 | 2026-08-28T18:59:17.649Z | Checking regex v1.12.3 |
| 2117 | 2026-08-28T18:59:17.690Z | Checking serde_urlencoded v0.7.1 |
| 2118 | 2026-08-28T18:59:17.733Z | Checking pest v2.8.6 |
| 2119 | 2026-08-28T18:59:17.878Z | Checking rand_chacha v0.3.1 |
| 2120 | 2026-08-28T18:59:17.928Z | Checking encoding_rs v0.8.35 |
| 2121 | 2026-08-28T18:59:17.969Z | Checking bit-vec v0.8.0 |
| 2122 | 2026-08-28T18:59:17.975Z | Checking futures-executor v0.3.32 |
| 2123 | 2026-08-28T18:59:18.047Z | Checking spki v0.7.3 |
| 2124 | 2026-08-28T18:59:18.134Z | Checking rand v0.8.6 |
| 2125 | 2026-08-28T18:59:18.189Z | Checking wait-timeout v0.2.1 |
| 2126 | 2026-08-28T18:59:18.228Z | Checking bit-set v0.8.0 |
| 2127 | 2026-08-28T18:59:18.265Z | Checking futures v0.3.32 |
| 2128 | 2026-08-28T18:59:18.345Z | Checking crc32fast v1.5.0 |
| 2129 | 2026-08-28T18:59:18.387Z | Checking either v1.15.0 |
| 2130 | 2026-08-28T18:59:18.425Z | Checking quick-error v1.2.3 |
| 2131 | 2026-08-28T18:59:18.520Z | Checking rand_xorshift v0.4.0 |
| 2132 | 2026-08-28T18:59:18.562Z | Checking rusty-fork v0.3.1 |
| 2133 | 2026-08-28T18:59:18.607Z | Checking sync_wrapper v1.0.2 |
| 2134 | 2026-08-28T18:59:18.672Z | Checking unarray v0.1.4 |
| 2135 | 2026-08-28T18:59:18.714Z | Checking pkcs8 v0.10.2 |
| 2136 | 2026-08-28T18:59:18.752Z | Checking tower v0.5.3 |
| 2137 | 2026-08-28T18:59:18.807Z | Checking foldhash v0.2.0 |
| 2138 | 2026-08-28T18:59:18.830Z | Checking proptest v1.11.0 |
| 2139 | 2026-08-28T18:59:18.869Z | Checking iri-string v0.7.10 |
| 2140 | 2026-08-28T18:59:18.909Z | Checking openapiv3 v2.2.0 |
| 2141 | 2026-08-28T18:59:18.915Z | Checking zlib-rs v0.6.2 |
| 2142 | 2026-08-28T18:59:18.985Z | Checking hyper v1.10.1 |
| 2143 | 2026-08-28T18:59:18.993Z | Checking hashbrown v0.16.1 |
| 2144 | 2026-08-28T18:59:19.164Z | Checking static_assertions v1.1.0 |
| 2145 | 2026-08-28T18:59:19.268Z | Checking sha2 v0.10.9 |
| 2146 | 2026-08-28T18:59:19.548Z | Checking rustls-native-certs v0.8.3 |
| 2147 | 2026-08-28T18:59:19.589Z | Checking lazy_static v1.5.0 |
| 2148 | 2026-08-28T18:59:19.713Z | Checking hubpack v0.1.2 |
| 2149 | 2026-08-28T18:59:19.716Z | Checking psl-types v2.0.11 |
| 2150 | 2026-08-28T18:59:19.792Z | Checking tokio-rustls v0.26.4 |
| 2151 | 2026-08-28T18:59:19.850Z | Checking flate2 v1.1.9 |
| 2152 | 2026-08-28T18:59:19.898Z | Checking tinyvec_macros v0.1.1 |
| 2153 | 2026-08-28T18:59:19.938Z | Checking publicsuffix v2.3.0 |
| 2154 | 2026-08-28T18:59:19.945Z | Checking tower-http v0.6.8 |
| 2155 | 2026-08-28T18:59:20.016Z | Checking tinyvec v1.10.0 |
| 2156 | 2026-08-28T18:59:20.024Z | Checking hyper-util v0.1.20 |
| 2157 | 2026-08-28T18:59:20.092Z | Checking cookie v0.18.1 |
| 2158 | 2026-08-28T18:59:20.132Z | Checking rustls-platform-verifier v0.6.2 |
| 2159 | 2026-08-28T18:59:20.170Z | Checking signature v2.2.0 |
| 2160 | 2026-08-28T18:59:20.210Z | Checking num-integer v0.1.46 |
| 2161 | 2026-08-28T18:59:20.275Z | Checking strum v0.26.3 |
| 2162 | 2026-08-28T18:59:20.315Z | Checking scroll v0.13.0 |
| 2163 | 2026-08-28T18:59:20.353Z | Checking ahash v0.8.12 |
| 2164 | 2026-08-28T18:59:20.356Z | Checking cookie_store v0.22.1 |
| 2165 | 2026-08-28T18:59:20.356Z | Checking memmap2 v0.9.10 |
| 2166 | 2026-08-28T18:59:20.468Z | Checking unicode-width v0.1.14 |
| 2167 | 2026-08-28T18:59:20.472Z | Checking dtrace-parser v0.3.0 |
| 2168 | 2026-08-28T18:59:20.566Z | Checking goblin v0.10.5 |
| 2169 | 2026-08-28T18:59:20.607Z | Checking toml_datetime v0.6.11 |
| 2170 | 2026-08-28T18:59:20.648Z | Checking serde_spanned v0.6.9 |
| 2171 | 2026-08-28T18:59:20.652Z | Checking newtype-uuid v1.3.2 |
| 2172 | 2026-08-28T18:59:20.744Z | Checking thread-id v5.1.0 |
| 2173 | 2026-08-28T18:59:20.748Z | Checking data-encoding v2.10.0 |
| 2174 | 2026-08-28T18:59:20.820Z | Checking bstr v1.12.1 |
| 2175 | 2026-08-28T18:59:20.825Z | Checking hmac v0.12.1 |
| 2176 | 2026-08-28T18:59:20.825Z | Checking base64 v0.21.7 |
| 2177 | 2026-08-28T18:59:20.898Z | Checking x509-cert v0.2.5 |
| 2178 | 2026-08-28T18:59:20.975Z | Checking daft v0.1.8 |
| 2179 | 2026-08-28T18:59:21.067Z | Checking crossbeam-epoch v0.9.18 |
| 2180 | 2026-08-28T18:59:21.107Z | Checking memoffset v0.9.1 |
| 2181 | 2026-08-28T18:59:21.145Z | Checking num-iter v0.1.45 |
| 2182 | 2026-08-28T18:59:21.217Z | Checking scroll v0.12.0 |
| 2183 | 2026-08-28T18:59:21.260Z | Checking zerocopy v0.7.35 |
| 2184 | 2026-08-28T18:59:21.263Z | Checking rustix v0.38.44 |
| 2185 | 2026-08-28T18:59:21.335Z | Checking env_filter v2.0.0 |
| 2186 | 2026-08-28T18:59:21.338Z | Checking hyper-rustls v0.27.7 |
| 2187 | 2026-08-28T18:59:21.338Z | Checking smawk v0.3.2 |
| 2188 | 2026-08-28T18:59:21.470Z | Checking goblin v0.8.2 |
| 2189 | 2026-08-28T18:59:21.510Z | Checking tap v1.0.1 |
| 2190 | 2026-08-28T18:59:21.549Z | Checking unicode-segmentation v1.12.0 |
| 2191 | 2026-08-28T18:59:21.603Z | Checking unicode-linebreak v0.1.5 |
| 2192 | 2026-08-28T18:59:21.646Z | Checking wyz v0.5.1 |
| 2193 | 2026-08-28T18:59:21.653Z | Checking reqwest v0.13.2 |
| 2194 | 2026-08-28T18:59:21.769Z | Checking env_logger v0.11.11 |
| 2195 | 2026-08-28T18:59:21.839Z | Checking num-bigint-dig v0.8.6 |
| 2196 | 2026-08-28T18:59:21.879Z | Checking nix v0.31.2 |
| 2197 | 2026-08-28T18:59:21.915Z | Checking pkcs1 v0.7.5 |
| 2198 | 2026-08-28T18:59:21.983Z | Checking dtrace-parser v0.2.0 |
| 2199 | 2026-08-28T18:59:22.111Z | Checking ff v0.13.1 |
| 2200 | 2026-08-28T18:59:22.152Z | Checking radium v0.7.0 |
| 2201 | 2026-08-28T18:59:22.244Z | Checking thread-id v4.2.2 |
| 2202 | 2026-08-28T18:59:22.285Z | Checking winnow v1.0.3 |
| 2203 | 2026-08-28T18:59:22.354Z | Checking funty v2.0.0 |
| 2204 | 2026-08-28T18:59:22.357Z | Checking base16ct v0.2.0 |
| 2205 | 2026-08-28T18:59:22.547Z | Checking same-file v1.0.6 |
| 2206 | 2026-08-28T18:59:22.588Z | Checking crc-catalog v2.4.0 |
| 2207 | 2026-08-28T18:59:22.671Z | Checking rsa v0.9.10 |
| 2208 | 2026-08-28T18:59:22.713Z | Checking bitvec v1.0.1 |
| 2209 | 2026-08-28T18:59:22.717Z | Checking crc v3.4.0 |
| 2210 | 2026-08-28T18:59:22.717Z | Checking walkdir v2.5.0 |
| 2211 | 2026-08-28T18:59:22.908Z | Checking dof v0.4.0 |
| 2212 | 2026-08-28T18:59:22.951Z | Checking sec1 v0.7.3 |
| 2213 | 2026-08-28T18:59:22.991Z | Checking group v0.13.0 |
| 2214 | 2026-08-28T18:59:23.101Z | Checking hkdf v0.12.4 |
| 2215 | 2026-08-28T18:59:23.160Z | Checking unicode-normalization v0.1.25 |
| 2216 | 2026-08-28T18:59:23.202Z | Checking crypto-bigint v0.5.5 |
| 2217 | 2026-08-28T18:59:23.205Z | Checking zerocopy v0.6.6 |
| 2218 | 2026-08-28T18:59:23.205Z | Checking maybe-uninit v2.0.0 |
| 2219 | 2026-08-28T18:59:23.313Z | Checking winnow v0.5.40 |
| 2220 | 2026-08-28T18:59:23.372Z | Checking gimli v0.32.3 |
| 2221 | 2026-08-28T18:59:23.414Z | Checking dof v0.3.0 |
| 2222 | 2026-08-28T18:59:23.573Z | Checking nodrop v0.1.14 |
| 2223 | 2026-08-28T18:59:23.614Z | Checking usdt-impl v0.6.0 |
| 2224 | 2026-08-28T18:59:23.618Z | Checking foldhash v0.1.5 |
| 2225 | 2026-08-28T18:59:23.693Z | Checking is_ci v1.2.0 |
| 2226 | 2026-08-28T18:59:23.732Z | Checking usdt-impl v0.5.0 |
| 2227 | 2026-08-28T18:59:23.812Z | Checking foreign-types-shared v0.1.1 |
| 2228 | 2026-08-28T18:59:23.852Z | Checking hashbrown v0.15.5 |
| 2229 | 2026-08-28T18:59:23.918Z | Checking usdt v0.6.0 |
| 2230 | 2026-08-28T18:59:23.983Z | Checking foreign-types v0.3.2 |
| 2231 | 2026-08-28T18:59:24.040Z | Checking array-init v0.0.4 |
| 2232 | 2026-08-28T18:59:24.083Z | Checking smallvec v0.6.14 |
| 2233 | 2026-08-28T18:59:24.086Z | Checking packed_struct v0.10.1 |
| 2234 | 2026-08-28T18:59:24.158Z | Checking serde_with v3.21.0 |
| 2235 | 2026-08-28T18:59:24.163Z | Checking elliptic-curve v0.13.8 |
| 2236 | 2026-08-28T18:59:24.296Z | Checking bitfield v0.19.4 |
| 2237 | 2026-08-28T18:59:24.340Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2238 | 2026-08-28T18:59:24.384Z | Checking openssl-sys v0.9.117 |
| 2239 | 2026-08-28T18:59:24.456Z | Checking object v0.37.3 |
| 2240 | 2026-08-28T18:59:24.495Z | Checking toml_edit v0.19.15 |
| 2241 | 2026-08-28T18:59:24.534Z | Checking bitflags v1.3.2 |
| 2242 | 2026-08-28T18:59:24.585Z | Checking siphasher v1.0.2 |
| 2243 | 2026-08-28T18:59:24.635Z | Checking hashbrown v0.12.3 |
| 2244 | 2026-08-28T18:59:24.773Z | Checking rustc-demangle v0.1.27 |
| 2245 | 2026-08-28T18:59:24.777Z | Checking keccak v0.1.6 |
| 2246 | 2026-08-28T18:59:24.942Z | Checking addr2line v0.25.1 |
| 2247 | 2026-08-28T18:59:25.003Z | Checking sha3 v0.10.8 |
| 2248 | 2026-08-28T18:59:25.043Z | Checking openssl v0.10.80 |
| 2249 | 2026-08-28T18:59:25.081Z | Checking indexmap v1.9.3 |
| 2250 | 2026-08-28T18:59:25.185Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2251 | 2026-08-28T18:59:25.234Z | Checking bzip2 v0.4.4 |
| 2252 | 2026-08-28T18:59:25.274Z | Checking serde-hex v0.1.0 |
| 2253 | 2026-08-28T18:59:25.421Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2254 | 2026-08-28T18:59:25.426Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2255 | 2026-08-28T18:59:25.545Z | Checking toml v0.7.8 |
| 2256 | 2026-08-28T18:59:25.608Z | Checking ron v0.8.1 |
| 2257 | 2026-08-28T18:59:25.708Z | Checking hashbrown v0.13.2 |
| 2258 | 2026-08-28T18:59:25.822Z | Checking itertools v0.15.0 |
| 2259 | 2026-08-28T18:59:25.888Z | Checking itertools v0.13.0 |
| 2260 | 2026-08-28T18:59:26.154Z | Checking signal-hook v0.3.18 |
| 2261 | 2026-08-28T18:59:26.193Z | Checking managed v0.8.0 |
| 2262 | 2026-08-28T18:59:26.379Z | Checking crc-any v2.5.0 |
| 2263 | 2026-08-28T18:59:26.420Z | Checking object v0.30.4 |
| 2264 | 2026-08-28T18:59:26.582Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2265 | 2026-08-28T18:59:26.760Z | Checking backtrace v0.3.76 |
| 2266 | 2026-08-28T18:59:26.800Z | Checking zip v0.6.6 |
| 2267 | 2026-08-28T18:59:26.803Z | Checking globset v0.4.18 |
| 2268 | 2026-08-28T18:59:26.936Z | Checking chacha20 v0.10.0 |
| 2269 | 2026-08-28T18:59:26.976Z | Checking curve25519-dalek v4.1.3 |
| 2270 | 2026-08-28T18:59:27.072Z | Checking winnow v0.7.14 |
| 2271 | 2026-08-28T18:59:27.123Z | Checking toml_write v0.1.2 |
| 2272 | 2026-08-28T18:59:27.129Z | Checking backtrace-ext v0.2.1 |
| 2273 | 2026-08-28T18:59:27.199Z | Checking path-slash v0.1.5 |
| 2274 | 2026-08-28T18:59:27.237Z | Checking native-tls v0.2.18 |
| 2275 | 2026-08-28T18:59:27.295Z | Checking signal-hook-mio v0.2.5 |
| 2276 | 2026-08-28T18:59:27.335Z | Checking textwrap v0.16.2 |
| 2277 | 2026-08-28T18:59:27.342Z | Checking ed25519 v2.2.3 |
| 2278 | 2026-08-28T18:59:27.431Z | Checking ref-cast v1.0.25 |
| 2279 | 2026-08-28T18:59:27.471Z | Checking pin-project v1.1.11 |
| 2280 | 2026-08-28T18:59:27.564Z | Checking jiff-core v0.1.0 |
| 2281 | 2026-08-28T18:59:27.605Z | Checking tokio-native-tls v0.3.1 |
| 2282 | 2026-08-28T18:59:27.609Z | Checking pem v3.0.6 |
| 2283 | 2026-08-28T18:59:27.609Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2284 | 2026-08-28T18:59:27.772Z | Checking ed25519-dalek v2.2.0 |
| 2285 | 2026-08-28T18:59:27.815Z | Checking owo-colors v4.3.0 |
| 2286 | 2026-08-28T18:59:27.854Z | Checking fixedbitset v0.5.7 |
| 2287 | 2026-08-28T18:59:28.866Z | Checking zstd-safe v7.2.4 |
| 2288 | 2026-08-28T18:59:28.872Z | Checking hyper-tls v0.6.0 |
| 2289 | 2026-08-28T18:59:28.872Z | Checking petgraph v0.8.3 |
| 2290 | 2026-08-28T18:59:28.872Z | Checking snafu v0.8.9 |
| 2291 | 2026-08-28T18:59:28.872Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2292 | 2026-08-28T18:59:28.872Z | Checking crossterm v0.28.1 |
| 2293 | 2026-08-28T18:59:28.872Z | Checking jiff v0.2.34 |
| 2294 | 2026-08-28T18:59:28.872Z | Checking toml_edit v0.22.27 |
| 2295 | 2026-08-28T18:59:28.872Z | Checking supports-color v3.0.2 |
| 2296 | 2026-08-28T18:59:28.872Z | Checking similar v2.7.0 |
| 2297 | 2026-08-28T18:59:28.872Z | Checking fs-err v3.3.0 |
| 2298 | 2026-08-28T18:59:28.872Z | Checking hash32 v0.2.1 |
| 2299 | 2026-08-28T18:59:28.872Z | Checking serde-big-array v0.5.1 |
| 2300 | 2026-08-28T18:59:28.872Z | Checking serde_plain v1.0.2 |
| 2301 | 2026-08-28T18:59:28.879Z | Checking unicode-properties v0.1.4 |
| 2302 | 2026-08-28T18:59:28.928Z | Checking typed-path v0.9.3 |
| 2303 | 2026-08-28T18:59:28.992Z | Checking predicates-core v1.0.10 |
| 2304 | 2026-08-28T18:59:29.032Z | Checking unicode-bidi v0.3.18 |
| 2305 | 2026-08-28T18:59:29.087Z | Checking bumpalo v3.20.2 |
| 2306 | 2026-08-28T18:59:29.145Z | Checking libbz2-rs-sys v0.2.2 |
| 2307 | 2026-08-28T18:59:29.216Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2308 | 2026-08-28T18:59:29.316Z | Checking zopfli v0.8.3 |
| 2309 | 2026-08-28T18:59:29.354Z | Checking stringprep v0.1.5 |
| 2310 | 2026-08-28T18:59:29.455Z | Checking heapless v0.7.17 |
| 2311 | 2026-08-28T18:59:29.539Z | Checking reqwest v0.12.28 |
| 2312 | 2026-08-28T18:59:29.578Z | Checking bzip2 v0.6.1 |
| 2313 | 2026-08-28T18:59:29.581Z | Checking zstd v0.13.3 |
| 2314 | 2026-08-28T18:59:29.672Z | Checking hickory-proto v0.25.2 |
| 2315 | 2026-08-28T18:59:29.713Z | Checking byte-wrapper v0.1.0 |
| 2316 | 2026-08-28T18:59:29.755Z | Checking md-5 v0.10.6 |
| 2317 | 2026-08-28T18:59:29.794Z | Checking float-cmp v0.10.0 |
| 2318 | 2026-08-28T18:59:29.862Z | Checking supports-unicode v3.0.0 |
| 2319 | 2026-08-28T18:59:29.892Z | Checking supports-hyperlinks v3.2.0 |
| 2320 | 2026-08-28T18:59:29.932Z | Checking fallible-iterator v0.2.0 |
| 2321 | 2026-08-28T18:59:29.972Z | Checking normalize-line-endings v0.3.0 |
| 2322 | 2026-08-28T18:59:29.976Z | Checking difflib v0.4.0 |
| 2323 | 2026-08-28T18:59:29.976Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2324 | 2026-08-28T18:59:30.083Z | Checking miette v7.6.0 |
| 2325 | 2026-08-28T18:59:30.122Z | Checking smoltcp v0.9.1 |
| 2326 | 2026-08-28T18:59:30.197Z | Checking zip v4.6.1 |
| 2327 | 2026-08-28T18:59:30.238Z | Checking predicates v3.1.4 |
| 2328 | 2026-08-28T18:59:30.238Z | Checking postgres-protocol v0.6.10 |
| 2329 | 2026-08-28T18:59:30.313Z | Checking iddqd v0.4.2 |
| 2330 | 2026-08-28T18:59:30.584Z | Checking phf_shared v0.11.3 |
| 2331 | 2026-08-28T18:59:30.627Z | Checking phf_shared v0.13.1 |
| 2332 | 2026-08-28T18:59:30.631Z | Checking olpc-cjson v0.1.4 |
| 2333 | 2026-08-28T18:59:30.704Z | Checking tokio-stream v0.1.18 |
| 2334 | 2026-08-28T18:59:30.744Z | Checking derive_more v2.1.1 |
| 2335 | 2026-08-28T18:59:30.784Z | Checking strum v0.27.2 |
| 2336 | 2026-08-28T18:59:30.821Z | Checking lalrpop-util v0.19.12 |
| 2337 | 2026-08-28T18:59:30.863Z | Checking new_debug_unreachable v1.0.6 |
| 2338 | 2026-08-28T18:59:30.867Z | Checking fixedbitset v0.4.2 |
| 2339 | 2026-08-28T18:59:30.943Z | Checking precomputed-hash v0.1.1 |
| 2340 | 2026-08-28T18:59:30.947Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2341 | 2026-08-28T18:59:31.018Z | Checking tough v0.22.0 |
| 2342 | 2026-08-28T18:59:31.022Z | Checking phf v0.13.1 |
| 2343 | 2026-08-28T18:59:31.095Z | Checking petgraph v0.6.5 |
| 2344 | 2026-08-28T18:59:31.100Z | Checking string_cache v0.8.9 |
| 2345 | 2026-08-28T18:59:31.170Z | Checking postgres-types v0.2.12 |
| 2346 | 2026-08-28T18:59:31.233Z | Checking buf-list v1.1.2 |
| 2347 | 2026-08-28T18:59:31.275Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2348 | 2026-08-28T18:59:31.315Z | Checking peg-runtime v0.8.5 |
| 2349 | 2026-08-28T18:59:31.450Z | Checking whoami v2.1.0 |
| 2350 | 2026-08-28T18:59:31.535Z | Checking is-terminal v0.4.17 |
| 2351 | 2026-08-28T18:59:31.574Z | Checking crossbeam-channel v0.5.15 |
| 2352 | 2026-08-28T18:59:31.617Z | Checking thread_local v1.1.9 |
| 2353 | 2026-08-28T18:59:31.660Z | Checking term v1.2.1 |
| 2354 | 2026-08-28T18:59:31.700Z | Checking tokio-postgres v0.7.16 |
| 2355 | 2026-08-28T18:59:31.817Z | Checking take_mut v0.2.2 |
| 2356 | 2026-08-28T18:59:31.915Z | Checking slog-term v2.9.2 |
| 2357 | 2026-08-28T18:59:31.954Z | Compiling newtype-uuid-macros v0.1.0 |
| 2358 | 2026-08-28T18:59:31.958Z | Checking slog-async v2.8.0 |
| 2359 | 2026-08-28T18:59:32.199Z | Checking match_cfg v0.1.0 |
| 2360 | 2026-08-28T18:59:32.240Z | Checking slog-json v2.6.1 |
| 2361 | 2026-08-28T18:59:32.304Z | Checking hostname v0.3.1 |
| 2362 | 2026-08-28T18:59:32.428Z | Compiling multer v3.1.0 |
| 2363 | 2026-08-28T18:59:32.432Z | Checking slog-bunyan v2.5.0 |
| 2364 | 2026-08-28T18:59:32.466Z | Compiling async-stream-impl v0.3.6 |
| 2365 | 2026-08-28T18:59:32.542Z | Compiling dropshot v0.17.1 |
| 2366 | 2026-08-28T18:59:32.614Z | Checking debug-ignore v1.0.5 |
| 2367 | 2026-08-28T18:59:32.736Z | Compiling dropshot_endpoint v0.17.1 |
| 2368 | 2026-08-28T18:59:32.740Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2369 | 2026-08-28T18:59:32.816Z | Checking serde_path_to_error v0.1.20 |
| 2370 | 2026-08-28T18:59:32.936Z | Checking sha1 v0.11.0 |
| 2371 | 2026-08-28T18:59:32.991Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2372 | 2026-08-28T18:59:33.069Z | Checking serde_spanned v1.1.1 |
| 2373 | 2026-08-28T18:59:33.126Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2374 | 2026-08-28T18:59:33.164Z | Checking compression-core v0.4.31 |
| 2375 | 2026-08-28T18:59:33.205Z | Checking async-stream v0.3.6 |
| 2376 | 2026-08-28T18:59:33.242Z | Checking waitgroup v0.1.2 |
| 2377 | 2026-08-28T18:59:33.322Z | Checking compression-codecs v0.4.37 |
| 2378 | 2026-08-28T18:59:33.322Z | Checking rustls-pemfile v2.2.0 |
| 2379 | 2026-08-28T18:59:33.434Z | Checking hostname v0.4.2 |
| 2380 | 2026-08-28T18:59:33.438Z | Checking toml v1.1.2+spec-1.1.0 |
| 2381 | 2026-08-28T18:59:33.438Z | Checking progenitor-client v0.14.0 |
| 2382 | 2026-08-28T18:59:33.550Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2383 | 2026-08-28T18:59:33.553Z | Checking atomicwrites v0.4.4 |
| 2384 | 2026-08-28T18:59:33.631Z | Compiling serde_tokenstream v0.3.0 |
| 2385 | 2026-08-28T18:59:33.670Z | Checking async-compression v0.4.41 |
| 2386 | 2026-08-28T18:59:33.670Z | Compiling parse-display-derive v0.10.0 |
| 2387 | 2026-08-28T18:59:33.745Z | Checking regress v0.10.5 |
| 2388 | 2026-08-28T18:59:33.751Z | Checking macaddr v1.0.1 |
| 2389 | 2026-08-28T18:59:33.943Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2390 | 2026-08-28T18:59:33.985Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2391 | 2026-08-28T18:59:33.989Z | Compiling oxide-generation-macros v0.2.0 |
| 2392 | 2026-08-28T18:59:34.060Z | Checking instant v0.1.13 |
| 2393 | 2026-08-28T18:59:34.110Z | Checking itertools v0.14.0 |
| 2394 | 2026-08-28T18:59:34.149Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2395 | 2026-08-28T18:59:34.188Z | Checking oxide-generation v0.1.3 |
| 2396 | 2026-08-28T18:59:34.383Z | Checking backoff v0.4.0 |
| 2397 | 2026-08-28T18:59:34.426Z | Checking backon v1.6.0 |
| 2398 | 2026-08-28T18:59:34.466Z | Checking humantime v2.3.0 |
| 2399 | 2026-08-28T18:59:34.592Z | Compiling convert_case v0.4.0 |
| 2400 | 2026-08-28T18:59:34.631Z | Checking progenitor-extras v0.2.0 |
| 2401 | 2026-08-28T18:59:34.673Z | Checking half v2.7.1 |
| 2402 | 2026-08-28T18:59:34.792Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2403 | 2026-08-28T18:59:34.890Z | Checking ciborium-io v0.2.2 |
| 2404 | 2026-08-28T18:59:34.963Z | Checking heck v0.5.0 |
| 2405 | 2026-08-28T18:59:35.003Z | Compiling derive_more v0.99.20 |
| 2406 | 2026-08-28T18:59:35.040Z | Checking ciborium-ll v0.2.2 |
| 2407 | 2026-08-28T18:59:35.076Z | Checking secrecy v0.10.3 |
| 2408 | 2026-08-28T18:59:35.117Z | Checking camino-tempfile v1.4.1 |
| 2409 | 2026-08-28T18:59:35.194Z | Checking indent_write v2.2.0 |
| 2410 | 2026-08-28T18:59:35.236Z | Compiling crucible-workspace-hack v0.1.0 |
| 2411 | 2026-08-28T18:59:35.273Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2412 | 2026-08-28T18:59:35.313Z | Checking ciborium v0.2.2 |
| 2413 | 2026-08-28T18:59:35.316Z | Compiling regress v0.11.1 |
| 2414 | 2026-08-28T18:59:35.404Z | Checking inout v0.1.4 |
| 2415 | 2026-08-28T18:59:35.425Z | Checking parse-display v0.10.0 |
| 2416 | 2026-08-28T18:59:35.555Z | Checking cipher v0.4.4 |
| 2417 | 2026-08-28T18:59:35.602Z | Checking universal-hash v0.5.1 |
| 2418 | 2026-08-28T18:59:35.607Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2419 | 2026-08-28T18:59:35.679Z | Checking opaque-debug v0.3.1 |
| 2420 | 2026-08-28T18:59:35.759Z | Checking blake2 v0.10.6 |
| 2421 | 2026-08-28T18:59:35.798Z | Checking aead v0.5.2 |
| 2422 | 2026-08-28T18:59:35.802Z | Checking chacha20 v0.9.1 |
| 2423 | 2026-08-28T18:59:35.803Z | Checking poly1305 v0.8.0 |
| 2424 | 2026-08-28T18:59:36.013Z | Checking password-hash v0.5.0 |
| 2425 | 2026-08-28T18:59:36.053Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2426 | 2026-08-28T18:59:36.057Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2427 | 2026-08-28T18:59:36.160Z | Checking chacha20poly1305 v0.10.1 |
| 2428 | 2026-08-28T18:59:36.267Z | Checking argon2 v0.5.3 |
| 2429 | 2026-08-28T18:59:36.323Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2430 | 2026-08-28T18:59:36.490Z | Compiling unsafe-libyaml v0.2.11 |
| 2431 | 2026-08-28T18:59:36.540Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2432 | 2026-08-28T18:59:36.593Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2433 | 2026-08-28T18:59:36.644Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2434 | 2026-08-28T18:59:36.816Z | Checking thiserror-no-std v2.0.2 |
| 2435 | 2026-08-28T18:59:36.893Z | Checking swrite v0.1.0 |
| 2436 | 2026-08-28T18:59:36.939Z | Checking vsss-rs v3.3.4 |
| 2437 | 2026-08-28T18:59:37.019Z | Compiling typify-impl v0.6.2 |
| 2438 | 2026-08-28T18:59:37.281Z | Compiling serde_yaml v0.9.34+deprecated |
| 2439 | 2026-08-28T18:59:37.593Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2440 | 2026-08-28T18:59:38.130Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2441 | 2026-08-28T18:59:38.362Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2442 | 2026-08-28T18:59:38.404Z | Checking crossbeam-deque v0.8.6 |
| 2443 | 2026-08-28T18:59:38.499Z | Compiling rayon-core v1.13.0 |
| 2444 | 2026-08-28T18:59:38.623Z | Compiling num-derive v0.4.2 |
| 2445 | 2026-08-28T18:59:38.662Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2446 | 2026-08-28T18:59:38.810Z | Compiling proc-macro-error v1.0.4 |
| 2447 | 2026-08-28T18:59:38.942Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2448 | 2026-08-28T18:59:39.141Z | Checking rayon v1.11.0 |
| 2449 | 2026-08-28T18:59:39.180Z | Checking tabwriter v1.4.1 |
| 2450 | 2026-08-28T18:59:39.220Z | Checking glob v0.3.3 |
| 2451 | 2026-08-28T18:59:39.344Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2452 | 2026-08-28T18:59:39.385Z | Compiling heapless v0.8.0 |
| 2453 | 2026-08-28T18:59:39.429Z | Checking hash32 v0.3.1 |
| 2454 | 2026-08-28T18:59:39.556Z | Compiling proc-macro-crate v3.4.0 |
| 2455 | 2026-08-28T18:59:39.595Z | Compiling ingot-macros v0.2.0 |
| 2456 | 2026-08-28T18:59:39.830Z | Checking colored v3.1.1 |
| 2457 | 2026-08-28T18:59:39.923Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2458 | 2026-08-28T18:59:39.964Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2459 | 2026-08-28T18:59:40.004Z | Compiling smoltcp v0.11.0 |
| 2460 | 2026-08-28T18:59:40.118Z | Compiling num_enum_derive v0.7.6 |
| 2461 | 2026-08-28T18:59:40.208Z | Checking illumos-nvpair v0.3.0 |
| 2462 | 2026-08-28T18:59:40.406Z | Checking toml v0.8.23 |
| 2463 | 2026-08-28T18:59:40.454Z | Checking cobs v0.3.0 |
| 2464 | 2026-08-28T18:59:40.496Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2465 | 2026-08-28T18:59:40.647Z | Checking postcard v1.1.3 |
| 2466 | 2026-08-28T18:59:40.757Z | Checking rand v0.10.1 |
| 2467 | 2026-08-28T18:59:40.762Z | Compiling proc-macro-crate v1.3.1 |
| 2468 | 2026-08-28T18:59:40.979Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2469 | 2026-08-28T18:59:41.188Z | Checking num_enum v0.7.6 |
| 2470 | 2026-08-28T18:59:41.229Z | Checking sigpipe v0.1.3 |
| 2471 | 2026-08-28T18:59:41.267Z | Compiling foreign-types-macros v0.2.3 |
| 2472 | 2026-08-28T18:59:41.305Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2473 | 2026-08-28T18:59:41.344Z | Checking foreign-types-shared v0.3.1 |
| 2474 | 2026-08-28T18:59:41.349Z | Compiling num_enum_derive v0.5.11 |
| 2475 | 2026-08-28T18:59:41.626Z | Compiling typify-macro v0.6.2 |
| 2476 | 2026-08-28T18:59:41.699Z | Compiling usdt-macro v0.5.0 |
| 2477 | 2026-08-28T18:59:41.769Z | Compiling usdt-attr-macro v0.5.0 |
| 2478 | 2026-08-28T18:59:41.834Z | Checking cstr-argument v0.1.2 |
| 2479 | 2026-08-28T18:59:41.891Z | Checking foreign-types v0.5.0 |
| 2480 | 2026-08-28T18:59:41.988Z | Checking memmap v0.7.0 |
| 2481 | 2026-08-28T18:59:42.029Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2482 | 2026-08-28T18:59:42.158Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2483 | 2026-08-28T18:59:42.415Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2484 | 2026-08-28T18:59:42.466Z | Checking ingot-types v0.2.0 |
| 2485 | 2026-08-28T18:59:42.503Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2486 | 2026-08-28T18:59:42.508Z | Checking num_enum v0.5.11 |
| 2487 | 2026-08-28T18:59:42.576Z | Checking usdt v0.5.0 |
| 2488 | 2026-08-28T18:59:42.662Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2489 | 2026-08-28T18:59:42.665Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2490 | 2026-08-28T18:59:42.737Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2491 | 2026-08-28T18:59:42.741Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2492 | 2026-08-28T18:59:42.810Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2493 | 2026-08-28T18:59:42.852Z | Checking ingot v0.2.1 |
| 2494 | 2026-08-28T18:59:42.890Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2495 | 2026-08-28T18:59:42.965Z | Compiling zone_cfg_derive v0.3.1 |
| 2496 | 2026-08-28T18:59:43.002Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2497 | 2026-08-28T18:59:43.134Z | Checking itertools v0.12.1 |
| 2498 | 2026-08-28T18:59:43.241Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2499 | 2026-08-28T18:59:43.280Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2500 | 2026-08-28T18:59:43.454Z | Compiling typify v0.6.2 |
| 2501 | 2026-08-28T18:59:43.580Z | Compiling progenitor-impl v0.14.0 |
| 2502 | 2026-08-28T18:59:43.721Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2503 | 2026-08-28T18:59:43.802Z | Checking smf v0.2.3 |
| 2504 | 2026-08-28T18:59:43.840Z | Checking whoami v1.6.1 |
| 2505 | 2026-08-28T18:59:43.978Z | Compiling derive-where v1.6.0 |
| 2506 | 2026-08-28T18:59:44.045Z | Checking tokio-dtrace v0.1.1 |
| 2507 | 2026-08-28T18:59:44.086Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2508 | 2026-08-28T18:59:44.233Z | Checking zone v0.3.1 |
| 2509 | 2026-08-28T18:59:44.279Z | Checking oxide-tokio-rt v0.1.4 |
| 2510 | 2026-08-28T18:59:44.488Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2511 | 2026-08-28T18:59:44.587Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2512 | 2026-08-28T18:59:44.629Z | Checking console v0.15.11 |
| 2513 | 2026-08-28T18:59:44.668Z | Checking newline-converter v0.3.0 |
| 2514 | 2026-08-28T18:59:44.674Z | Checking bytecount v0.6.9 |
| 2515 | 2026-08-28T18:59:44.809Z | Checking num-rational v0.4.2 |
| 2516 | 2026-08-28T18:59:44.851Z | Checking num-complex v0.4.6 |
| 2517 | 2026-08-28T18:59:44.940Z | Checking expectorate v1.2.0 |
| 2518 | 2026-08-28T18:59:45.102Z | Compiling cancel-safe-futures v0.1.5 |
| 2519 | 2026-08-28T18:59:45.144Z | Checking float-ord v0.3.2 |
| 2520 | 2026-08-28T18:59:45.219Z | Checking num v0.4.3 |
| 2521 | 2026-08-28T18:59:45.276Z | Checking linear-map v1.2.0 |
| 2522 | 2026-08-28T18:59:45.324Z | Checking oxide-update-engine-types v0.1.2 |
| 2523 | 2026-08-28T18:59:45.364Z | Checking gethostname v0.5.0 |
| 2524 | 2026-08-28T18:59:45.478Z | Compiling prettyplease v0.2.37 |
| 2525 | 2026-08-28T18:59:45.518Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2526 | 2026-08-28T18:59:45.762Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2527 | 2026-08-28T18:59:45.803Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2528 | 2026-08-28T18:59:45.942Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2529 | 2026-08-28T18:59:45.983Z | Checking resolv-conf v0.7.6 |
| 2530 | 2026-08-28T18:59:46.022Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2531 | 2026-08-28T18:59:46.186Z | Checking papergrid v0.11.0 |
| 2532 | 2026-08-28T18:59:46.225Z | Compiling tabled_derive v0.7.0 |
| 2533 | 2026-08-28T18:59:46.264Z | Checking oxide-update-engine v0.1.2 |
| 2534 | 2026-08-28T18:59:46.268Z | Compiling progenitor-macro v0.14.0 |
| 2535 | 2026-08-28T18:59:46.712Z | Compiling slog-dtrace v0.3.0 |
| 2536 | 2026-08-28T18:59:46.896Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2537 | 2026-08-28T18:59:47.017Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2538 | 2026-08-28T18:59:47.209Z | Checking tabled v0.15.0 |
| 2539 | 2026-08-28T18:59:47.511Z | Checking crossterm v0.29.0 |
| 2540 | 2026-08-28T18:59:47.607Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2541 | 2026-08-28T18:59:47.874Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2542 | 2026-08-28T18:59:48.079Z | Checking linked-hash-map v0.5.6 |
| 2543 | 2026-08-28T18:59:48.306Z | Checking lru-cache v0.1.2 |
| 2544 | 2026-08-28T18:59:48.541Z | Checking hickory-proto v0.24.4 |
| 2545 | 2026-08-28T18:59:48.580Z | Checking fd-lock v4.0.4 |
| 2546 | 2026-08-28T18:59:49.274Z | Checking vte v0.14.1 |
| 2547 | 2026-08-28T18:59:49.587Z | Checking strip-ansi-escapes v0.2.1 |
| 2548 | 2026-08-28T18:59:50.649Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2549 | 2026-08-28T18:59:50.689Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2550 | 2026-08-28T18:59:50.827Z | Checking termtree v0.5.1 |
| 2551 | 2026-08-28T18:59:51.004Z | Checking nu-ansi-term v0.50.3 |
| 2552 | 2026-08-28T18:59:51.248Z | Checking reedline v0.40.0 |
| 2553 | 2026-08-28T18:59:51.285Z | Checking hickory-resolver v0.24.4 |
| 2554 | 2026-08-28T18:59:51.323Z | Checking progenitor v0.14.0 |
| 2555 | 2026-08-28T18:59:51.364Z | Compiling minimal-lexical v0.2.1 |
| 2556 | 2026-08-28T18:59:51.557Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2557 | 2026-08-28T18:59:51.798Z | Compiling nom v7.1.3 |
| 2558 | 2026-08-28T18:59:52.057Z | Checking qorb v0.4.1 |
| 2559 | 2026-08-28T18:59:52.441Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2560 | 2026-08-28T18:59:53.214Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2561 | 2026-08-28T18:59:53.252Z | Checking display-error-chain v0.2.2 |
| 2562 | 2026-08-28T18:59:53.290Z | Compiling unicode-xid v0.2.6 |
| 2563 | 2026-08-28T18:59:53.378Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2564 | 2026-08-28T18:59:53.419Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2565 | 2026-08-28T18:59:53.665Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2566 | 2026-08-28T18:59:53.794Z | Compiling ar_archive_writer v0.5.1 |
| 2567 | 2026-08-28T18:59:53.882Z | Checking csv-core v0.1.13 |
| 2568 | 2026-08-28T18:59:53.947Z | Compiling stacker v0.1.23 |
| 2569 | 2026-08-28T18:59:54.070Z | Checking highway v1.3.0 |
| 2570 | 2026-08-28T18:59:54.110Z | Checking csv v1.4.0 |
| 2571 | 2026-08-28T18:59:54.114Z | Compiling semver v0.1.20 |
| 2572 | 2026-08-28T18:59:54.235Z | Compiling cfg_aliases v0.1.1 |
| 2573 | 2026-08-28T18:59:54.375Z | Compiling nix v0.28.0 |
| 2574 | 2026-08-28T18:59:54.422Z | Compiling rustc_version v0.1.7 |
| 2575 | 2026-08-28T18:59:54.467Z | Checking nibble_vec v0.1.0 |
| 2576 | 2026-08-28T18:59:54.515Z | Checking endian-type v0.1.2 |
| 2577 | 2026-08-28T18:59:54.633Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2578 | 2026-08-28T18:59:54.671Z | Compiling psm v0.1.30 |
| 2579 | 2026-08-28T18:59:54.711Z | Checking radix_trie v0.2.1 |
| 2580 | 2026-08-28T18:59:54.711Z | Compiling newtype_derive v0.1.6 |
| 2581 | 2026-08-28T18:59:54.834Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2582 | 2026-08-28T18:59:54.955Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2583 | 2026-08-28T18:59:54.994Z | Checking phf_shared v0.12.1 |
| 2584 | 2026-08-28T18:59:55.142Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2585 | 2026-08-28T18:59:55.182Z | Compiling chrono-tz v0.10.4 |
| 2586 | 2026-08-28T18:59:55.256Z | Checking phf v0.12.1 |
| 2587 | 2026-08-28T18:59:55.539Z | Compiling const_format_proc_macros v0.2.34 |
| 2588 | 2026-08-28T18:59:55.542Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2589 | 2026-08-28T18:59:55.542Z | Compiling peg-macros v0.8.5 |
| 2590 | 2026-08-28T18:59:55.653Z | Checking winnow v0.6.26 |
| 2591 | 2026-08-28T18:59:55.659Z | Checking recursive v0.1.1 |
| 2592 | 2026-08-28T18:59:55.738Z | Compiling sqlparser_derive v0.5.0 |
| 2593 | 2026-08-28T18:59:55.816Z | Checking home v0.5.12 |
| 2594 | 2026-08-28T18:59:56.102Z | Checking unicode_categories v0.1.1 |
| 2595 | 2026-08-28T18:59:56.389Z | Checking const_format v0.2.35 |
| 2596 | 2026-08-28T18:59:56.477Z | Checking rustyline v14.0.0 |
| 2597 | 2026-08-28T18:59:56.548Z | Checking sqlparser v0.61.0 |
| 2598 | 2026-08-28T18:59:56.857Z | Checking sqlformat v0.3.5 |
| 2599 | 2026-08-28T18:59:56.972Z | Checking peg v0.8.5 |
| 2600 | 2026-08-28T18:59:57.079Z | Checking bcs v0.1.6 |
| 2601 | 2026-08-28T18:59:57.222Z | Checking nom v8.0.0 |
| 2602 | 2026-08-28T18:59:57.325Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2603 | 2026-08-28T18:59:57.361Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2604 | 2026-08-28T18:59:57.365Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2605 | 2026-08-28T18:59:57.583Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2606 | 2026-08-28T18:59:57.691Z | Checking steno v0.4.1 |
| 2607 | 2026-08-28T18:59:57.904Z | Checking sha1 v0.10.6 |
| 2608 | 2026-08-28T18:59:58.010Z | Checking filetime v0.2.27 |
| 2609 | 2026-08-28T18:59:58.133Z | Checking xattr v1.6.1 |
| 2610 | 2026-08-28T18:59:58.182Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2611 | 2026-08-28T18:59:58.299Z | Checking tar v0.4.46 |
| 2612 | 2026-08-28T18:59:58.349Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2613 | 2026-08-28T18:59:58.388Z | Checking subprocess v0.2.15 |
| 2614 | 2026-08-28T18:59:58.608Z | Checking headers-core v0.3.0 |
| 2615 | 2026-08-28T18:59:58.707Z | Checking yasna v0.5.2 |
| 2616 | 2026-08-28T18:59:58.781Z | Checking headers v0.4.1 |
| 2617 | 2026-08-28T18:59:58.819Z | Checking port-file v0.1.0 |
| 2618 | 2026-08-28T18:59:59.110Z | Checking dropshot-api-manager-types v0.8.0 |
| 2619 | 2026-08-28T18:59:59.150Z | Checking rcgen v0.12.1 |
| 2620 | 2026-08-28T18:59:59.266Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2621 | 2026-08-28T18:59:59.306Z | Checking tagptr v0.2.0 |
| 2622 | 2026-08-28T18:59:59.343Z | Checking utf-8 v0.7.6 |
| 2623 | 2026-08-28T18:59:59.480Z | Checking moka v0.12.13 |
| 2624 | 2026-08-28T18:59:59.518Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2625 | 2026-08-28T18:59:59.554Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2626 | 2026-08-28T18:59:59.700Z | Compiling libefi-sys v0.1.0 |
| 2627 | 2026-08-28T18:59:59.849Z | Compiling bitfield-struct v0.6.2 |
| 2628 | 2026-08-28T19:00:00.112Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2629 | 2026-08-28T19:00:00.163Z | Checking hickory-resolver v0.25.2 |
| 2630 | 2026-08-28T19:00:00.220Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2631 | 2026-08-28T19:00:00.223Z | Checking tungstenite v0.21.0 |
| 2632 | 2026-08-28T19:00:00.406Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2633 | 2026-08-28T19:00:00.524Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2634 | 2026-08-28T19:00:00.660Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2635 | 2026-08-28T19:00:00.708Z | Compiling xshell-macros v0.2.7 |
| 2636 | 2026-08-28T19:00:00.746Z | Checking tokio-tungstenite v0.21.0 |
| 2637 | 2026-08-28T19:00:00.796Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2638 | 2026-08-28T19:00:00.920Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2639 | 2026-08-28T19:00:00.959Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2640 | 2026-08-28T19:00:01.051Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2641 | 2026-08-28T19:00:01.088Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2642 | 2026-08-28T19:00:01.125Z | Checking xshell v0.2.7 |
| 2643 | 2026-08-28T19:00:01.350Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2644 | 2026-08-28T19:00:01.570Z | Checking half v1.8.3 |
| 2645 | 2026-08-28T19:00:01.620Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2646 | 2026-08-28T19:00:01.801Z | Checking serde_cbor v0.11.2 |
| 2647 | 2026-08-28T19:00:02.030Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2648 | 2026-08-28T19:00:02.070Z | Checking libscf-sys v1.2.0 |
| 2649 | 2026-08-28T19:00:02.165Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2650 | 2026-08-28T19:00:02.226Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2651 | 2026-08-28T19:00:02.264Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2652 | 2026-08-28T19:00:02.300Z | Checking papergrid v0.18.0 |
| 2653 | 2026-08-28T19:00:02.501Z | Checking maplit v1.0.2 |
| 2654 | 2026-08-28T19:00:02.616Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2655 | 2026-08-28T19:00:02.656Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2656 | 2026-08-28T19:00:02.803Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2657 | 2026-08-28T19:00:02.996Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2658 | 2026-08-28T19:00:03.129Z | Checking tabled v0.21.0 |
| 2659 | 2026-08-28T19:00:03.298Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2660 | 2026-08-28T19:00:03.337Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2661 | 2026-08-28T19:00:03.438Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2662 | 2026-08-28T19:00:03.442Z | Checking crc8 v0.1.1 |
| 2663 | 2026-08-28T19:00:03.608Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2664 | 2026-08-28T19:00:03.758Z | Checking unicase v2.9.0 |
| 2665 | 2026-08-28T19:00:03.843Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2666 | 2026-08-28T19:00:03.896Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2667 | 2026-08-28T19:00:03.945Z | Checking fxhash v0.2.1 |
| 2668 | 2026-08-28T19:00:04.097Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2669 | 2026-08-28T19:00:04.174Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2670 | 2026-08-28T19:00:04.388Z | Checking sha2 v0.11.0 |
| 2671 | 2026-08-28T19:00:04.498Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2672 | 2026-08-28T19:00:04.536Z | Compiling darling_core v0.21.3 |
| 2673 | 2026-08-28T19:00:05.078Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2674 | 2026-08-28T19:00:05.117Z | Compiling vergen-lib v0.1.6 |
| 2675 | 2026-08-28T19:00:05.122Z | Compiling diesel_derives v2.3.7 |
| 2676 | 2026-08-28T19:00:05.420Z | Checking scheduled-thread-pool v0.2.7 |
| 2677 | 2026-08-28T19:00:05.457Z | Compiling vergen-gitcl v1.0.8 |
| 2678 | 2026-08-28T19:00:05.575Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2679 | 2026-08-28T19:00:05.613Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2680 | 2026-08-28T19:00:05.728Z | Checking r2d2 v0.8.10 |
| 2681 | 2026-08-28T19:00:05.941Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2682 | 2026-08-28T19:00:05.979Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2683 | 2026-08-28T19:00:06.249Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2684 | 2026-08-28T19:00:06.377Z | Checking downcast-rs v2.0.2 |
| 2685 | 2026-08-28T19:00:06.585Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2686 | 2026-08-28T19:00:06.632Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2687 | 2026-08-28T19:00:06.976Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2688 | 2026-08-28T19:00:07.057Z | Compiling darling_macro v0.21.3 |
| 2689 | 2026-08-28T19:00:07.127Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2690 | 2026-08-28T19:00:07.183Z | Checking kstat-rs v0.2.5 |
| 2691 | 2026-08-28T19:00:07.272Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2692 | 2026-08-28T19:00:07.412Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2693 | 2026-08-28T19:00:07.596Z | Compiling darling v0.21.3 |
| 2694 | 2026-08-28T19:00:07.690Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2695 | 2026-08-28T19:00:07.727Z | Compiling dsl_auto_type v0.2.0 |
| 2696 | 2026-08-28T19:00:07.731Z | Compiling proc-macro-error2 v2.0.1 |
| 2697 | 2026-08-28T19:00:08.150Z | Compiling knus-derive v3.4.0 |
| 2698 | 2026-08-28T19:00:08.289Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2699 | 2026-08-28T19:00:09.014Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2700 | 2026-08-28T19:00:09.368Z | Compiling dirs-sys-next v0.1.2 |
| 2701 | 2026-08-28T19:00:09.432Z | Compiling parking_lot_core v0.8.6 |
| 2702 | 2026-08-28T19:00:09.636Z | Compiling crunchy v0.2.4 |
| 2703 | 2026-08-28T19:00:09.681Z | Compiling salty v0.3.0 |
| 2704 | 2026-08-28T19:00:09.718Z | Compiling dirs-next v2.0.0 |
| 2705 | 2026-08-28T19:00:09.806Z | Compiling clang-sys v1.8.1 |
| 2706 | 2026-08-28T19:00:09.878Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2707 | 2026-08-28T19:00:10.008Z | Compiling git-stub v1.0.0 |
| 2708 | 2026-08-28T19:00:10.046Z | Compiling tiny-keccak v2.0.2 |
| 2709 | 2026-08-28T19:00:10.252Z | Compiling git-stub-vcs v0.1.0 |
| 2710 | 2026-08-28T19:00:10.324Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2711 | 2026-08-28T19:00:10.442Z | Compiling term v0.7.0 |
| 2712 | 2026-08-28T19:00:10.632Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2713 | 2026-08-28T19:00:10.670Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2714 | 2026-08-28T19:00:10.708Z | Compiling bit-vec v0.6.3 |
| 2715 | 2026-08-28T19:00:10.747Z | Checking parking_lot v0.11.2 |
| 2716 | 2026-08-28T19:00:10.924Z | Compiling bit-set v0.5.3 |
| 2717 | 2026-08-28T19:00:10.963Z | Compiling ascii-canvas v3.0.0 |
| 2718 | 2026-08-28T19:00:11.000Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2719 | 2026-08-28T19:00:11.036Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2720 | 2026-08-28T19:00:11.238Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2721 | 2026-08-28T19:00:11.340Z | Checking rfc6979 v0.4.0 |
| 2722 | 2026-08-28T19:00:11.505Z | Checking prefix-trie v0.7.0 |
| 2723 | 2026-08-28T19:00:11.542Z | Compiling hashbrown v0.14.5 |
| 2724 | 2026-08-28T19:00:11.624Z | Compiling itertools v0.10.5 |
| 2725 | 2026-08-28T19:00:11.751Z | Compiling ena v0.14.4 |
| 2726 | 2026-08-28T19:00:11.875Z | Compiling libloading v0.8.9 |
| 2727 | 2026-08-28T19:00:11.994Z | Compiling bindgen v0.71.1 |
| 2728 | 2026-08-28T19:00:12.121Z | Compiling diff v0.1.13 |
| 2729 | 2026-08-28T19:00:12.159Z | Compiling regex-syntax v0.6.29 |
| 2730 | 2026-08-28T19:00:12.163Z | Compiling chumsky v0.9.3 |
| 2731 | 2026-08-28T19:00:12.486Z | Checking hickory-server v0.25.2 |
| 2732 | 2026-08-28T19:00:12.721Z | Compiling ecdsa v0.16.9 |
| 2733 | 2026-08-28T19:00:13.468Z | Checking sled v0.34.7 |
| 2734 | 2026-08-28T19:00:13.638Z | Compiling lalrpop v0.19.12 |
| 2735 | 2026-08-28T19:00:13.737Z | Checking diesel v2.3.7 |
| 2736 | 2026-08-28T19:00:13.815Z | Compiling cexpr v0.6.0 |
| 2737 | 2026-08-28T19:00:13.853Z | Checking primeorder v0.13.6 |
| 2738 | 2026-08-28T19:00:14.135Z | Checking nanorand v0.7.0 |
| 2739 | 2026-08-28T19:00:14.370Z | Compiling rustc-hash v2.1.1 |
| 2740 | 2026-08-28T19:00:14.552Z | Checking flume v0.11.1 |
| 2741 | 2026-08-28T19:00:14.588Z | Compiling p384 v0.13.1 |
| 2742 | 2026-08-28T19:00:14.836Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2743 | 2026-08-28T19:00:15.176Z | Compiling knus v3.4.0 |
| 2744 | 2026-08-28T19:00:15.214Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2745 | 2026-08-28T19:00:15.484Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2746 | 2026-08-28T19:00:15.677Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2747 | 2026-08-28T19:00:15.946Z | Compiling libxml v0.3.3 |
| 2748 | 2026-08-28T19:00:16.076Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2749 | 2026-08-28T19:00:16.115Z | Checking assert_matches v1.5.0 |
| 2750 | 2026-08-28T19:00:16.175Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2751 | 2026-08-28T19:00:16.371Z | Compiling strum_macros v0.24.3 |
| 2752 | 2026-08-28T19:00:16.408Z | Compiling indoc v1.0.9 |
| 2753 | 2026-08-28T19:00:17.159Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2754 | 2026-08-28T19:00:17.384Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2755 | 2026-08-28T19:00:17.653Z | Checking quick-xml v0.37.5 |
| 2756 | 2026-08-28T19:00:17.746Z | Checking derive_builder v0.20.2 |
| 2757 | 2026-08-28T19:00:17.785Z | Compiling oso-derive v0.27.3 |
| 2758 | 2026-08-28T19:00:17.895Z | Compiling trait-variant v0.1.2 |
| 2759 | 2026-08-28T19:00:18.315Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2760 | 2026-08-28T19:00:18.500Z | Checking openssl-probe v0.1.6 |
| 2761 | 2026-08-28T19:00:18.609Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2762 | 2026-08-28T19:00:18.697Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2763 | 2026-08-28T19:00:19.195Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2764 | 2026-08-28T19:00:19.443Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2765 | 2026-08-28T19:00:19.496Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2766 | 2026-08-28T19:00:19.670Z | Checking corncobs v0.1.4 |
| 2767 | 2026-08-28T19:00:19.779Z | Checking predicates-tree v1.0.13 |
| 2768 | 2026-08-28T19:00:19.836Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2769 | 2026-08-28T19:00:19.881Z | Compiling progenitor-impl v0.13.0 |
| 2770 | 2026-08-28T19:00:19.930Z | Checking secrecy v0.8.0 |
| 2771 | 2026-08-28T19:00:20.092Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2772 | 2026-08-28T19:00:20.672Z | Checking progenitor-client v0.13.0 |
| 2773 | 2026-08-28T19:00:20.909Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2774 | 2026-08-28T19:00:20.959Z | Checking anstyle-parse v0.2.7 |
| 2775 | 2026-08-28T19:00:21.064Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2776 | 2026-08-28T19:00:21.152Z | Checking anstream v0.6.21 |
| 2777 | 2026-08-28T19:00:21.292Z | Checking bb8 v0.8.6 |
| 2778 | 2026-08-28T19:00:21.652Z | Compiling mime_guess v2.0.5 |
| 2779 | 2026-08-28T19:00:21.701Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2780 | 2026-08-28T19:00:21.932Z | Checking ignore v0.4.25 |
| 2781 | 2026-08-28T19:00:22.233Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2782 | 2026-08-28T19:00:22.371Z | Checking http-range v0.1.5 |
| 2783 | 2026-08-28T19:00:22.414Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2784 | 2026-08-28T19:00:22.536Z | Checking globwalk v0.9.1 |
| 2785 | 2026-08-28T19:00:22.575Z | Compiling progenitor-macro v0.13.0 |
| 2786 | 2026-08-28T19:00:22.859Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2787 | 2026-08-28T19:00:23.277Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2788 | 2026-08-28T19:00:23.281Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2789 | 2026-08-28T19:00:24.069Z | Checking digest-io v0.1.0 |
| 2790 | 2026-08-28T19:00:24.183Z | Checking nonempty v0.12.0 |
| 2791 | 2026-08-28T19:00:24.388Z | Checking rawzip v0.4.4 |
| 2792 | 2026-08-28T19:00:24.597Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2793 | 2026-08-28T19:00:24.859Z | Checking camino-tempfile-ext v0.3.3 |
| 2794 | 2026-08-28T19:00:24.896Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2795 | 2026-08-28T19:00:25.098Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2796 | 2026-08-28T19:00:25.358Z | Checking hyper-staticfile v0.10.1 |
| 2797 | 2026-08-28T19:00:25.693Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2798 | 2026-08-28T19:00:26.030Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2799 | 2026-08-28T19:00:26.226Z | Checking signal-hook-tokio v0.3.1 |
| 2800 | 2026-08-28T19:00:26.395Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2801 | 2026-08-28T19:00:26.435Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2802 | 2026-08-28T19:00:26.642Z | Checking scuffle v0.1.0 |
| 2803 | 2026-08-28T19:00:26.857Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2804 | 2026-08-28T19:00:26.861Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2805 | 2026-08-28T19:00:27.237Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2806 | 2026-08-28T19:00:27.335Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2807 | 2026-08-28T19:00:27.376Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2808 | 2026-08-28T19:00:27.573Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2809 | 2026-08-28T19:00:27.648Z | Checking progenitor v0.13.0 |
| 2810 | 2026-08-28T19:00:27.695Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2811 | 2026-08-28T19:00:27.826Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2812 | 2026-08-28T19:00:28.232Z | Checking async-bb8-diesel v0.2.1 |
| 2813 | 2026-08-28T19:00:28.377Z | Checking diesel-dtrace v0.5.0 |
| 2814 | 2026-08-28T19:00:28.639Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2815 | 2026-08-28T19:00:28.679Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2816 | 2026-08-28T19:00:28.827Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2817 | 2026-08-28T19:00:29.036Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2818 | 2026-08-28T19:00:29.147Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2819 | 2026-08-28T19:00:29.297Z | Checking tungstenite v0.23.0 |
| 2820 | 2026-08-28T19:00:29.551Z | Checking rand_seeder v0.4.0 |
| 2821 | 2026-08-28T19:00:29.739Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2822 | 2026-08-28T19:00:29.768Z | Checking tokio-tungstenite v0.23.1 |
| 2823 | 2026-08-28T19:00:29.998Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2824 | 2026-08-28T19:00:30.069Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2825 | 2026-08-28T19:00:30.132Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2826 | 2026-08-28T19:00:31.233Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2827 | 2026-08-28T19:00:31.920Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2828 | 2026-08-28T19:00:31.995Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2829 | 2026-08-28T19:00:32.171Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2830 | 2026-08-28T19:00:32.743Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2831 | 2026-08-28T19:00:32.953Z | Checking void v1.0.2 |
| 2832 | 2026-08-28T19:00:33.043Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2833 | 2026-08-28T19:00:33.108Z | Checking lzss v0.8.2 |
| 2834 | 2026-08-28T19:00:33.255Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2835 | 2026-08-28T19:00:33.338Z | Checking nix v0.27.1 |
| 2836 | 2026-08-28T19:00:33.450Z | Checking serde_bytes v0.11.19 |
| 2837 | 2026-08-28T19:00:33.489Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2838 | 2026-08-28T19:00:33.887Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2839 | 2026-08-28T19:00:34.248Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2840 | 2026-08-28T19:00:34.624Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2841 | 2026-08-28T19:00:35.076Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2842 | 2026-08-28T19:00:35.233Z | Checking yansi v1.0.1 |
| 2843 | 2026-08-28T19:00:35.325Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2844 | 2026-08-28T19:00:35.516Z | Checking cpubits v0.1.1 |
| 2845 | 2026-08-28T19:00:35.576Z | Checking pretty_assertions v1.4.1 |
| 2846 | 2026-08-28T19:00:35.639Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2847 | 2026-08-28T19:00:35.762Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2848 | 2026-08-28T19:00:35.919Z | Checking pem-rfc7468 v1.0.0 |
| 2849 | 2026-08-28T19:00:36.122Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2850 | 2026-08-28T19:00:36.399Z | Checking colored v2.2.0 |
| 2851 | 2026-08-28T19:00:36.533Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2852 | 2026-08-28T19:00:36.639Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2853 | 2026-08-28T19:00:36.765Z | Checking hmac v0.13.0 |
| 2854 | 2026-08-28T19:00:36.971Z | Checking universal-hash v0.6.1 |
| 2855 | 2026-08-28T19:00:37.147Z | Compiling libz-sys v1.1.24 |
| 2856 | 2026-08-28T19:00:37.464Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2857 | 2026-08-28T19:00:37.528Z | Compiling instability v0.3.11 |
| 2858 | 2026-08-28T19:00:37.638Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2859 | 2026-08-28T19:00:37.678Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2860 | 2026-08-28T19:00:37.837Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2861 | 2026-08-28T19:00:37.885Z | Checking castaway v0.2.4 |
| 2862 | 2026-08-28T19:00:38.036Z | Compiling indoc v2.0.7 |
| 2863 | 2026-08-28T19:00:38.130Z | Checking compact_str v0.8.1 |
| 2864 | 2026-08-28T19:00:38.481Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2865 | 2026-08-28T19:00:38.571Z | Checking polyval v0.7.1 |
| 2866 | 2026-08-28T19:00:38.784Z | Checking der v0.8.0 |
| 2867 | 2026-08-28T19:00:39.149Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2868 | 2026-08-28T19:00:39.280Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2869 | 2026-08-28T19:00:39.379Z | Checking unicode-truncate v1.1.0 |
| 2870 | 2026-08-28T19:00:39.449Z | Checking lru v0.12.5 |
| 2871 | 2026-08-28T19:00:39.507Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2872 | 2026-08-28T19:00:39.557Z | Checking arc-swap v1.8.2 |
| 2873 | 2026-08-28T19:00:39.641Z | Checking cassowary v0.3.0 |
| 2874 | 2026-08-28T19:00:39.778Z | Checking ghash v0.6.0 |
| 2875 | 2026-08-28T19:00:39.817Z | Checking slog-scope v4.4.1 |
| 2876 | 2026-08-28T19:00:39.897Z | Checking ratatui v0.29.0 |
| 2877 | 2026-08-28T19:00:40.007Z | Checking pbkdf2 v0.13.0 |
| 2878 | 2026-08-28T19:00:40.076Z | Checking crypto-bigint v0.7.5 |
| 2879 | 2026-08-28T19:00:40.154Z | Checking aes v0.9.1 |
| 2880 | 2026-08-28T19:00:40.586Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2881 | 2026-08-28T19:00:41.232Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2882 | 2026-08-28T19:00:41.487Z | Checking ctr v0.10.1 |
| 2883 | 2026-08-28T19:00:41.706Z | Checking aead v0.6.1 |
| 2884 | 2026-08-28T19:00:41.858Z | Checking cargo-platform v0.3.2 |
| 2885 | 2026-08-28T19:00:41.896Z | Compiling petname v2.0.2 |
| 2886 | 2026-08-28T19:00:42.079Z | Checking cargo_metadata v0.23.1 |
| 2887 | 2026-08-28T19:00:42.346Z | Checking aes-gcm v0.11.0 |
| 2888 | 2026-08-28T19:00:42.544Z | Checking slog-stdlog v4.1.1 |
| 2889 | 2026-08-28T19:00:42.583Z | Checking spki v0.8.0 |
| 2890 | 2026-08-28T19:00:42.706Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2891 | 2026-08-28T19:00:42.792Z | Checking salsa20 v0.11.0 |
| 2892 | 2026-08-28T19:00:42.872Z | Checking console v0.16.2 |
| 2893 | 2026-08-28T19:00:42.971Z | Compiling vergen-git2 v9.1.0 |
| 2894 | 2026-08-28T19:00:43.214Z | Checking plotters-backend v0.3.7 |
| 2895 | 2026-08-28T19:00:43.253Z | Checking unit-prefix v0.5.2 |
| 2896 | 2026-08-28T19:00:43.421Z | Checking indicatif v0.18.4 |
| 2897 | 2026-08-28T19:00:43.460Z | Checking plotters-svg v0.3.7 |
| 2898 | 2026-08-28T19:00:43.686Z | Checking scrypt v0.12.0 |
| 2899 | 2026-08-28T19:00:43.839Z | Checking slog-envlogger v2.2.0 |
| 2900 | 2026-08-28T19:00:44.027Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2901 | 2026-08-28T19:00:44.144Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2902 | 2026-08-28T19:00:44.226Z | Checking cbc v0.2.1 |
| 2903 | 2026-08-28T19:00:44.306Z | Checking libsw-core v0.3.2 |
| 2904 | 2026-08-28T19:00:44.368Z | Checking sapling-renderdag v0.1.0 |
| 2905 | 2026-08-28T19:00:44.407Z | Checking sync-ptr v0.1.4 |
| 2906 | 2026-08-28T19:00:44.492Z | Checking cast v0.3.0 |
| 2907 | 2026-08-28T19:00:44.557Z | Checking libsw v3.5.0 |
| 2908 | 2026-08-28T19:00:44.642Z | Checking pkcs5 v0.8.1 |
| 2909 | 2026-08-28T19:00:44.679Z | Checking criterion-plot v0.6.0 |
| 2910 | 2026-08-28T19:00:44.795Z | Checking plotters v0.3.7 |
| 2911 | 2026-08-28T19:00:44.954Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2912 | 2026-08-28T19:00:44.992Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2913 | 2026-08-28T19:00:45.218Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2914 | 2026-08-28T19:00:45.445Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2915 | 2026-08-28T19:00:45.575Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2916 | 2026-08-28T19:00:45.678Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2917 | 2026-08-28T19:00:45.802Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2918 | 2026-08-28T19:00:45.903Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2919 | 2026-08-28T19:00:45.962Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2920 | 2026-08-28T19:00:46.028Z | Checking tinytemplate v1.2.1 |
| 2921 | 2026-08-28T19:00:46.127Z | Checking shell-words v1.1.1 |
| 2922 | 2026-08-28T19:00:46.282Z | Checking oorandom v11.1.5 |
| 2923 | 2026-08-28T19:00:46.321Z | Checking anes v0.1.6 |
| 2924 | 2026-08-28T19:00:46.531Z | Checking criterion v0.7.0 |
| 2925 | 2026-08-28T19:00:46.536Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2926 | 2026-08-28T19:00:46.887Z | Checking pkcs8 v0.11.0 |
| 2927 | 2026-08-28T19:00:47.128Z | Checking oxide-update-engine-display v0.1.2 |
| 2928 | 2026-08-28T19:00:47.463Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2929 | 2026-08-28T19:00:47.798Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2930 | 2026-08-28T19:00:48.393Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2931 | 2026-08-28T19:00:48.497Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2932 | 2026-08-28T19:00:49.337Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2933 | 2026-08-28T19:00:50.169Z | Checking tokio-test v0.4.5 |
| 2934 | 2026-08-28T19:00:50.407Z | Checking ff v0.14.0 |
| 2935 | 2026-08-28T19:00:50.578Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2936 | 2026-08-28T19:00:50.811Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2937 | 2026-08-28T19:00:51.232Z | Checking twox-hash v2.1.2 |
| 2938 | 2026-08-28T19:00:51.610Z | Checking atty v0.2.14 |
| 2939 | 2026-08-28T19:00:51.710Z | Checking constant_time_eq v0.4.2 |
| 2940 | 2026-08-28T19:00:51.889Z | Checking arrayvec v0.7.6 |
| 2941 | 2026-08-28T19:00:52.040Z | Checking arrayref v0.3.9 |
| 2942 | 2026-08-28T19:00:52.148Z | Checking group v0.14.0 |
| 2943 | 2026-08-28T19:00:52.194Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2944 | 2026-08-28T19:00:52.396Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2945 | 2026-08-28T19:00:53.110Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2946 | 2026-08-28T19:00:53.168Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2947 | 2026-08-28T19:00:53.297Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2948 | 2026-08-28T19:00:53.939Z | Checking fatfs v0.3.6 |
| 2949 | 2026-08-28T19:00:54.199Z | Checking signature v3.0.0 |
| 2950 | 2026-08-28T19:00:54.350Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2951 | 2026-08-28T19:00:54.388Z | Compiling seq-macro v0.3.6 |
| 2952 | 2026-08-28T19:00:54.423Z | Checking base16ct v1.0.0 |
| 2953 | 2026-08-28T19:00:54.586Z | Checking sec1 v0.8.1 |
| 2954 | 2026-08-28T19:00:54.624Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2955 | 2026-08-28T19:00:54.807Z | Compiling samael v0.0.19 |
| 2956 | 2026-08-28T19:00:54.844Z | Checking hkdf v0.13.0 |
| 2957 | 2026-08-28T19:00:54.908Z | Checking concurrent-queue v2.5.0 |
| 2958 | 2026-08-28T19:00:55.015Z | Checking parking v2.2.1 |
| 2959 | 2026-08-28T19:00:55.127Z | Checking elliptic-curve v0.14.1 |
| 2960 | 2026-08-28T19:00:55.168Z | Checking event-listener v5.4.1 |
| 2961 | 2026-08-28T19:00:55.420Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2962 | 2026-08-28T19:00:55.554Z | Checking rtoolbox v0.0.3 |
| 2963 | 2026-08-28T19:00:55.681Z | Checking event-listener-strategy v0.5.4 |
| 2964 | 2026-08-28T19:00:55.727Z | Checking rpassword v7.5.4 |
| 2965 | 2026-08-28T19:00:55.875Z | Checking wnaf v0.14.0 |
| 2966 | 2026-08-28T19:00:55.914Z | Checking primefield v0.14.0 |
| 2967 | 2026-08-28T19:00:56.078Z | Checking rfc6979 v0.6.0 |
| 2968 | 2026-08-28T19:00:56.153Z | Checking tui-tree-widget v0.23.1 |
| 2969 | 2026-08-28T19:00:56.253Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2970 | 2026-08-28T19:00:56.375Z | Compiling blake3 v1.8.5 |
| 2971 | 2026-08-28T19:00:56.762Z | Checking futures-timer v3.0.3 |
| 2972 | 2026-08-28T19:00:57.258Z | Checking ecdsa v0.17.0 |
| 2973 | 2026-08-28T19:00:57.484Z | Checking primeorder v0.14.0 |
| 2974 | 2026-08-28T19:00:57.787Z | Checking async-lock v3.4.2 |
| 2975 | 2026-08-28T19:00:57.884Z | Compiling curve25519-dalek v5.0.0 |
| 2976 | 2026-08-28T19:00:58.126Z | Checking async-object-pool v0.2.0 |
| 2977 | 2026-08-28T19:00:58.435Z | Checking ssh-encoding v0.3.0 |
| 2978 | 2026-08-28T19:00:58.604Z | Checking serde_regex v1.1.0 |
| 2979 | 2026-08-28T19:00:58.643Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2980 | 2026-08-28T19:00:58.695Z | Checking assert-json-diff v2.0.2 |
| 2981 | 2026-08-28T19:00:58.795Z | Checking path-tree v0.8.3 |
| 2982 | 2026-08-28T19:00:58.898Z | Checking keccak v0.2.0 |
| 2983 | 2026-08-28T19:00:59.012Z | Checking stringmetrics v2.2.2 |
| 2984 | 2026-08-28T19:00:59.091Z | Checking topological-sort v0.2.2 |
| 2985 | 2026-08-28T19:00:59.196Z | Compiling strsim v0.10.0 |
| 2986 | 2026-08-28T19:00:59.261Z | Checking omicron-zone-package v0.12.3 |
| 2987 | 2026-08-28T19:00:59.549Z | Compiling darling_core v0.13.4 |
| 2988 | 2026-08-28T19:01:00.127Z | Checking httpmock v0.8.3 |
| 2989 | 2026-08-28T19:01:01.079Z | Checking ed25519 v3.0.0 |
| 2990 | 2026-08-28T19:01:01.324Z | Checking pkcs1 v0.8.0-rc.4 |
| 2991 | 2026-08-28T19:01:01.422Z | Checking crypto-primes v0.7.2 |
| 2992 | 2026-08-28T19:01:01.461Z | Checking poly1305 v0.9.0 |
| 2993 | 2026-08-28T19:01:01.566Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2994 | 2026-08-28T19:01:01.767Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2995 | 2026-08-28T19:01:02.002Z | Checking blowfish v0.10.0 |
| 2996 | 2026-08-28T19:01:02.197Z | Checking blake2 v0.11.0-rc.6 |
| 2997 | 2026-08-28T19:01:02.384Z | Compiling target-lexicon v0.13.3 |
| 2998 | 2026-08-28T19:01:02.421Z | Checking rsa v0.10.0-rc.18 |
| 2999 | 2026-08-28T19:01:02.459Z | Checking bcrypt-pbkdf v0.11.0 |
| 3000 | 2026-08-28T19:01:02.495Z | Checking argon2 v0.6.0-rc.8 |
| 3001 | 2026-08-28T19:01:02.654Z | Checking ssh-cipher v0.3.0 |
| 3002 | 2026-08-28T19:01:02.843Z | Compiling darling_macro v0.13.4 |
| 3003 | 2026-08-28T19:01:02.917Z | Checking ed25519-dalek v3.0.0 |
| 3004 | 2026-08-28T19:01:02.955Z | Checking sha3 v0.11.0 |
| 3005 | 2026-08-28T19:01:02.993Z | Checking p256 v0.14.0 |
| 3006 | 2026-08-28T19:01:03.191Z | Checking p521 v0.14.0 |
| 3007 | 2026-08-28T19:01:03.356Z | Checking p384 v0.14.0 |
| 3008 | 2026-08-28T19:01:03.360Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3009 | 2026-08-28T19:01:03.670Z | Checking kem v0.3.0 |
| 3010 | 2026-08-28T19:01:03.786Z | Checking module-lattice v0.2.3 |
| 3011 | 2026-08-28T19:01:03.826Z | Checking socket2 v0.5.10 |
| 3012 | 2026-08-28T19:01:04.047Z | Compiling guppy-workspace-hack v0.1.0 |
| 3013 | 2026-08-28T19:01:04.110Z | Checking hex-literal v0.4.1 |
| 3014 | 2026-08-28T19:01:04.240Z | Checking sponge-cursor v0.1.0 |
| 3015 | 2026-08-28T19:01:04.327Z | Checking ml-kem v0.3.2 |
| 3016 | 2026-08-28T19:01:04.406Z | Checking sha3 v0.12.0 |
| 3017 | 2026-08-28T19:01:04.650Z | Compiling darling v0.13.4 |
| 3018 | 2026-08-28T19:01:05.034Z | Checking russh-cryptovec v0.62.0 |
| 3019 | 2026-08-28T19:01:05.103Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3020 | 2026-08-28T19:01:05.228Z | Checking internal-russh-num-bigint v0.5.0 |
| 3021 | 2026-08-28T19:01:05.366Z | Checking num-bigint v0.4.6 |
| 3022 | 2026-08-28T19:01:05.839Z | Checking russh-util v0.52.0 |
| 3023 | 2026-08-28T19:01:05.998Z | Checking generic-array v1.4.3 |
| 3024 | 2026-08-28T19:01:06.223Z | Checking ssh-key v0.7.0-rc.11 |
| 3025 | 2026-08-28T19:01:06.323Z | Compiling enum_dispatch v0.3.13 |
| 3026 | 2026-08-28T19:01:06.323Z | Compiling delegate v0.13.5 |
| 3027 | 2026-08-28T19:01:06.435Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3028 | 2026-08-28T19:01:06.880Z | Compiling target-spec v3.5.7 |
| 3029 | 2026-08-28T19:01:07.120Z | Checking hex-literal v1.1.0 |
| 3030 | 2026-08-28T19:01:07.186Z | Checking md5 v0.8.0 |
| 3031 | 2026-08-28T19:01:07.279Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3032 | 2026-08-28T19:01:07.392Z | Checking russh v0.62.4 |
| 3033 | 2026-08-28T19:01:07.539Z | Checking cfg-expr v0.20.6 |
| 3034 | 2026-08-28T19:01:07.627Z | Compiling git2 v0.20.4 |
| 3035 | 2026-08-28T19:01:07.949Z | Compiling serde_with_macros v1.5.2 |
| 3036 | 2026-08-28T19:01:08.130Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3037 | 2026-08-28T19:01:08.569Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3038 | 2026-08-28T19:01:08.788Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3039 | 2026-08-28T19:01:08.861Z | Checking internet-checksum v0.2.1 |
| 3040 | 2026-08-28T19:01:09.021Z | Compiling serde_with v1.14.0 |
| 3041 | 2026-08-28T19:01:09.570Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3042 | 2026-08-28T19:01:10.603Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3043 | 2026-08-28T19:01:10.657Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3044 | 2026-08-28T19:01:10.791Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3045 | 2026-08-28T19:01:10.829Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3046 | 2026-08-28T19:01:11.027Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3047 | 2026-08-28T19:01:11.066Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3048 | 2026-08-28T19:01:11.102Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3049 | 2026-08-28T19:01:11.213Z | Checking httptest v0.16.4 |
| 3050 | 2026-08-28T19:01:11.373Z | Checking pathdiff v0.2.3 |
| 3051 | 2026-08-28T19:01:11.516Z | Checking nested v0.1.1 |
| 3052 | 2026-08-28T19:01:11.630Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3053 | 2026-08-28T19:01:11.705Z | Compiling polar-core v0.27.3 |
| 3054 | 2026-08-28T19:01:11.709Z | Checking guppy v0.17.25 |
| 3055 | 2026-08-28T19:01:11.882Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3056 | 2026-08-28T19:01:11.952Z | Checking similar-asserts v1.7.0 |
| 3057 | 2026-08-28T19:01:12.138Z | Compiling target-triple v1.0.0 |
| 3058 | 2026-08-28T19:01:12.176Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3059 | 2026-08-28T19:01:12.699Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3060 | 2026-08-28T19:01:13.329Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3061 | 2026-08-28T19:01:13.369Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3062 | 2026-08-28T19:01:13.559Z | Checking hickory-client v0.25.2 |
| 3063 | 2026-08-28T19:01:13.882Z | Checking supports-unicode v2.1.0 |
| 3064 | 2026-08-28T19:01:14.014Z | Checking supports-hyperlinks v2.1.0 |
| 3065 | 2026-08-28T19:01:14.018Z | Checking supports-color v2.1.0 |
| 3066 | 2026-08-28T19:01:14.088Z | Checking textwrap v0.15.2 |
| 3067 | 2026-08-28T19:01:14.183Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3068 | 2026-08-28T19:01:14.219Z | Checking terminal_size v0.1.17 |
| 3069 | 2026-08-28T19:01:14.323Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 3070 | 2026-08-28T19:01:14.368Z | Compiling miette-derive v5.10.0 |
| 3071 | 2026-08-28T19:01:14.371Z | Compiling fs-err v2.11.0 |
| 3072 | 2026-08-28T19:01:14.644Z | Checking escape8259 v0.5.3 |
| 3073 | 2026-08-28T19:01:14.772Z | Checking owo-colors v3.5.0 |
| 3074 | 2026-08-28T19:01:14.815Z | Compiling assert_cmd v2.1.2 |
| 3075 | 2026-08-28T19:01:15.153Z | Checking libtest-mimic v0.8.1 |
| 3076 | 2026-08-28T19:01:15.327Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 3077 | 2026-08-28T19:01:15.482Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3078 | 2026-08-28T19:01:15.520Z | Checking miette v5.10.0 |
| 3079 | 2026-08-28T19:01:16.054Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3080 | 2026-08-28T19:01:16.190Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3081 | 2026-08-28T19:01:16.701Z | Checking blake2b_simd v1.0.4 |
| 3082 | 2026-08-28T19:01:16.803Z | Checking oso v0.27.3 |
| 3083 | 2026-08-28T19:01:16.911Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3084 | 2026-08-28T19:01:17.126Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3085 | 2026-08-28T19:01:17.376Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3086 | 2026-08-28T19:01:17.435Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3087 | 2026-08-28T19:01:17.623Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3088 | 2026-08-28T19:01:17.668Z | Compiling knuffel-derive v3.2.0 |
| 3089 | 2026-08-28T19:01:17.743Z | Checking fancy-regex v0.14.0 |
| 3090 | 2026-08-28T19:01:17.839Z | Checking serde_tokenstream v0.2.3 |
| 3091 | 2026-08-28T19:01:18.094Z | Checking approx v0.5.1 |
| 3092 | 2026-08-28T19:01:18.137Z | Compiling rstest_macros v0.25.0 |
| 3093 | 2026-08-28T19:01:18.175Z | Checking uzers v0.12.2 |
| 3094 | 2026-08-28T19:01:18.271Z | Compiling linkme-impl v0.3.35 |
| 3095 | 2026-08-28T19:01:18.426Z | Checking termcolor v1.4.1 |
| 3096 | 2026-08-28T19:01:18.465Z | Checking constant_time_eq v0.3.1 |
| 3097 | 2026-08-28T19:01:18.616Z | Checking rust-argon2 v2.1.0 |
| 3098 | 2026-08-28T19:01:18.702Z | Checking trybuild v1.0.116 |
| 3099 | 2026-08-28T19:01:18.777Z | Checking datatest-stable v0.3.3 |
| 3100 | 2026-08-28T19:01:19.212Z | Checking knuffel v3.2.0 |
| 3101 | 2026-08-28T19:01:19.312Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3102 | 2026-08-28T19:01:19.349Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3103 | 2026-08-28T19:01:19.649Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3104 | 2026-08-28T19:01:19.719Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3105 | 2026-08-28T19:01:19.755Z | Checking support-bundle-viewer v0.1.2 |
| 3106 | 2026-08-28T19:01:19.875Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3107 | 2026-08-28T19:01:19.912Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3108 | 2026-08-28T19:01:20.037Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3109 | 2026-08-28T19:01:20.097Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3110 | 2026-08-28T19:01:20.135Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3111 | 2026-08-28T19:01:20.262Z | Checking drift v0.2.0 |
| 3112 | 2026-08-28T19:01:20.323Z | Checking rand_distr v0.5.1 |
| 3113 | 2026-08-28T19:01:20.521Z | Checking multimap v0.10.1 |
| 3114 | 2026-08-28T19:01:20.565Z | Compiling linkme v0.3.35 |
| 3115 | 2026-08-28T19:01:20.684Z | Checking parse-size v1.1.0 |
| 3116 | 2026-08-28T19:01:20.727Z | Compiling relative-path v1.9.3 |
| 3117 | 2026-08-28T19:01:20.770Z | Checking dropshot-api-manager v0.8.0 |
| 3118 | 2026-08-28T19:01:20.825Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3119 | 2026-08-28T19:01:21.152Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3120 | 2026-08-28T19:01:21.964Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3121 | 2026-08-28T19:01:22.421Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3122 | 2026-08-28T19:01:22.762Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3123 | 2026-08-28T19:01:22.920Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3124 | 2026-08-28T19:01:22.987Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3125 | 2026-08-28T19:01:23.026Z | Checking cargo_toml v0.21.0 |
| 3126 | 2026-08-28T19:01:23.514Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3127 | 2026-08-28T19:01:23.619Z | Checking partial-io v0.5.4 |
| 3128 | 2026-08-28T19:01:23.723Z | Checking termios v0.3.3 |
| 3129 | 2026-08-28T19:01:23.898Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3130 | 2026-08-28T19:01:23.904Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3131 | 2026-08-28T19:01:24.593Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3132 | 2026-08-28T19:01:24.635Z | Checking rstest v0.25.0 |
| 3133 | 2026-08-28T19:01:29.648Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3134 | 2026-08-28T19:01:30.090Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3135 | 2026-08-28T19:01:31.853Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3136 | 2026-08-28T19:01:35.961Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3137 | 2026-08-28T19:01:37.251Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3138 | 2026-08-28T19:01:39.391Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3139 | 2026-08-28T19:01:46.471Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3140 | 2026-08-28T19:01:48.279Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3141 | 2026-08-28T19:01:49.894Z | Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3142 | 2026-08-28T19:01:52.779Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3143 | 2026-08-28T19:01:54.748Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3144 | 2026-08-28T19:01:55.990Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3145 | 2026-08-28T19:01:57.984Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3146 | 2026-08-28T19:02:01.359Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3147 | 2026-08-28T19:02:06.178Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3148 | 2026-08-28T19:02:28.673Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3149 | 2026-08-28T19:03:21.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 15s |
| 3150 | 2026-08-28T19:03:21.239Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3151 | 2026-08-28T19:03:21.239Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3152 | 2026-08-28T19:03:21.914Z | |
| 3153 | 2026-08-28T19:03:21.914Z | real 4:18.702325352 |
| 3154 | 2026-08-28T19:03:21.914Z | user 22:16.841335299 |
| 3155 | 2026-08-28T19:03:21.914Z | sys 5:19.981385437 |
| 3156 | 2026-08-28T19:03:21.914Z | trap 0.539614972 |
| 3157 | 2026-08-28T19:03:21.914Z | tflt 0.496221653 |
| 3158 | 2026-08-28T19:03:21.919Z | dflt 0.650411980 |
| 3159 | 2026-08-28T19:03:21.919Z | kflt 0.005088909 |
| 3160 | 2026-08-28T19:03:21.919Z | lock 1:07:04.697578823 |
| 3161 | 2026-08-28T19:03:21.919Z | slp 1:00:16.394142378 |
| 3162 | 2026-08-28T19:03:21.919Z | lat 1:48.843874152 |
| 3163 | 2026-08-28T19:03:21.919Z | stop 14:52.958620019 |
| 3164 | 2026-08-28T19:03:21.920Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3165 | 2026-08-28T19:03:21.920Z | + ptime -m cargo doc --workspace --no-deps |
| 3166 | 2026-08-28T19:03:22.781Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3167 | 2026-08-28T19:03:22.781Z | | |
| 3168 | 2026-08-28T19:03:22.781Z | = 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)` |
| 3169 | 2026-08-28T19:03:22.781Z | = 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> |
| 3170 | 2026-08-28T19:03:23.884Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3171 | 2026-08-28T19:03:24.128Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3172 | 2026-08-28T19:03:24.168Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3173 | 2026-08-28T19:03:24.201Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3174 | 2026-08-28T19:03:24.316Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3175 | 2026-08-28T19:03:24.419Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3176 | 2026-08-28T19:03:24.448Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3177 | 2026-08-28T19:03:24.472Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3178 | 2026-08-28T19:03:24.477Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3179 | 2026-08-28T19:03:24.520Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3180 | 2026-08-28T19:03:24.640Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3181 | 2026-08-28T19:03:24.755Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3182 | 2026-08-28T19:03:24.781Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3183 | 2026-08-28T19:03:24.806Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3184 | 2026-08-28T19:03:24.857Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3185 | 2026-08-28T19:03:24.914Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3186 | 2026-08-28T19:03:24.939Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3187 | 2026-08-28T19:03:24.961Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3188 | 2026-08-28T19:03:24.965Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3189 | 2026-08-28T19:03:25.007Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3190 | 2026-08-28T19:03:25.073Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3191 | 2026-08-28T19:03:25.119Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3192 | 2026-08-28T19:03:25.377Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3193 | 2026-08-28T19:03:25.429Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3194 | 2026-08-28T19:03:25.528Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3195 | 2026-08-28T19:03:25.555Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3196 | 2026-08-28T19:03:25.715Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3197 | 2026-08-28T19:03:25.795Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3198 | 2026-08-28T19:03:25.867Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3199 | 2026-08-28T19:03:25.974Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3200 | 2026-08-28T19:03:26.031Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3201 | 2026-08-28T19:03:26.115Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3202 | 2026-08-28T19:03:26.140Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3203 | 2026-08-28T19:03:26.305Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3204 | 2026-08-28T19:03:26.505Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3205 | 2026-08-28T19:03:26.556Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3206 | 2026-08-28T19:03:26.587Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3207 | 2026-08-28T19:03:26.620Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3208 | 2026-08-28T19:03:26.728Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3209 | 2026-08-28T19:03:26.789Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3210 | 2026-08-28T19:03:27.024Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3211 | 2026-08-28T19:03:27.054Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3212 | 2026-08-28T19:03:27.266Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3213 | 2026-08-28T19:03:27.290Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3214 | 2026-08-28T19:03:27.347Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3215 | 2026-08-28T19:03:27.399Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3216 | 2026-08-28T19:03:27.520Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3217 | 2026-08-28T19:03:27.556Z | Checking scuffle v0.1.0 |
| 3218 | 2026-08-28T19:03:27.673Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3219 | 2026-08-28T19:03:27.701Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3220 | 2026-08-28T19:03:27.724Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3221 | 2026-08-28T19:03:27.747Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3222 | 2026-08-28T19:03:28.000Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3223 | 2026-08-28T19:03:28.137Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3224 | 2026-08-28T19:03:28.510Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3225 | 2026-08-28T19:03:28.904Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3226 | 2026-08-28T19:03:29.007Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3227 | 2026-08-28T19:03:29.312Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3228 | 2026-08-28T19:03:29.316Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3229 | 2026-08-28T19:03:29.425Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3230 | 2026-08-28T19:03:29.591Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3231 | 2026-08-28T19:03:29.627Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3232 | 2026-08-28T19:03:29.678Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3233 | 2026-08-28T19:03:29.724Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3234 | 2026-08-28T19:03:30.040Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3235 | 2026-08-28T19:03:30.201Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3236 | 2026-08-28T19:03:30.277Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3237 | 2026-08-28T19:03:30.599Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3238 | 2026-08-28T19:03:30.752Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3239 | 2026-08-28T19:03:30.847Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3240 | 2026-08-28T19:03:30.872Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3241 | 2026-08-28T19:03:31.010Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3242 | 2026-08-28T19:03:31.041Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3243 | 2026-08-28T19:03:31.107Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3244 | 2026-08-28T19:03:31.232Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3245 | 2026-08-28T19:03:31.267Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3246 | 2026-08-28T19:03:31.343Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3247 | 2026-08-28T19:03:31.366Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3248 | 2026-08-28T19:03:31.407Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3249 | 2026-08-28T19:03:31.461Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3250 | 2026-08-28T19:03:31.593Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3251 | 2026-08-28T19:03:31.616Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3252 | 2026-08-28T19:03:31.639Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3253 | 2026-08-28T19:03:31.675Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3254 | 2026-08-28T19:03:31.961Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3255 | 2026-08-28T19:03:31.961Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3256 | 2026-08-28T19:03:32.010Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3257 | 2026-08-28T19:03:32.010Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3258 | 2026-08-28T19:03:32.014Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3259 | 2026-08-28T19:03:32.213Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3260 | 2026-08-28T19:03:32.295Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3261 | 2026-08-28T19:03:32.320Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3262 | 2026-08-28T19:03:32.341Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3263 | 2026-08-28T19:03:32.370Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3264 | 2026-08-28T19:03:32.395Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3265 | 2026-08-28T19:03:32.544Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3266 | 2026-08-28T19:03:32.566Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3267 | 2026-08-28T19:03:32.591Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3268 | 2026-08-28T19:03:32.647Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3269 | 2026-08-28T19:03:32.672Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3270 | 2026-08-28T19:03:32.749Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3271 | 2026-08-28T19:03:32.770Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3272 | 2026-08-28T19:03:32.867Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3273 | 2026-08-28T19:03:32.965Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3274 | 2026-08-28T19:03:32.995Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3275 | 2026-08-28T19:03:33.250Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3276 | 2026-08-28T19:03:33.295Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3277 | 2026-08-28T19:03:33.320Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3278 | 2026-08-28T19:03:33.833Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3279 | 2026-08-28T19:03:33.963Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3280 | 2026-08-28T19:03:34.020Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3281 | 2026-08-28T19:03:34.250Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3282 | 2026-08-28T19:03:35.030Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3283 | 2026-08-28T19:03:35.781Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3284 | 2026-08-28T19:03:36.387Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3285 | 2026-08-28T19:03:36.977Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3286 | 2026-08-28T19:03:37.193Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3287 | 2026-08-28T19:03:37.855Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3288 | 2026-08-28T19:03:38.745Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3289 | 2026-08-28T19:03:39.000Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3290 | 2026-08-28T19:03:39.244Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3291 | 2026-08-28T19:03:39.270Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3292 | 2026-08-28T19:03:39.435Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3293 | 2026-08-28T19:03:39.461Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3294 | 2026-08-28T19:03:39.516Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3295 | 2026-08-28T19:03:40.165Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3296 | 2026-08-28T19:03:40.256Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3297 | 2026-08-28T19:03:40.603Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3298 | 2026-08-28T19:03:40.636Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3299 | 2026-08-28T19:03:41.003Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3300 | 2026-08-28T19:03:41.073Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3301 | 2026-08-28T19:03:41.359Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3302 | 2026-08-28T19:03:41.575Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3303 | 2026-08-28T19:03:41.603Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3304 | 2026-08-28T19:03:41.861Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3305 | 2026-08-28T19:03:42.390Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3306 | 2026-08-28T19:03:42.550Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3307 | 2026-08-28T19:03:43.031Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3308 | 2026-08-28T19:03:43.319Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3309 | 2026-08-28T19:03:43.575Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3310 | 2026-08-28T19:03:44.034Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3311 | 2026-08-28T19:03:44.547Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3312 | 2026-08-28T19:03:44.746Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3313 | 2026-08-28T19:03:44.963Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3314 | 2026-08-28T19:03:45.344Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3315 | 2026-08-28T19:03:45.541Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3316 | 2026-08-28T19:03:45.607Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3317 | 2026-08-28T19:03:46.118Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3318 | 2026-08-28T19:03:46.237Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3319 | 2026-08-28T19:03:46.811Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3320 | 2026-08-28T19:03:46.933Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3321 | 2026-08-28T19:03:47.531Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3322 | 2026-08-28T19:03:47.746Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3323 | 2026-08-28T19:03:48.056Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3324 | 2026-08-28T19:03:48.709Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3325 | 2026-08-28T19:03:49.426Z | Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3326 | 2026-08-28T19:03:49.656Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3327 | 2026-08-28T19:03:52.708Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3328 | 2026-08-28T19:03:52.872Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3329 | 2026-08-28T19:03:53.136Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3330 | 2026-08-28T19:03:55.095Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3331 | 2026-08-28T19:03:55.590Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3332 | 2026-08-28T19:03:56.384Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3333 | 2026-08-28T19:03:56.421Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3334 | 2026-08-28T19:03:56.519Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3335 | 2026-08-28T19:03:56.640Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3336 | 2026-08-28T19:03:57.722Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3337 | 2026-08-28T19:03:58.253Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3338 | 2026-08-28T19:03:58.351Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3339 | 2026-08-28T19:03:59.124Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3340 | 2026-08-28T19:03:59.820Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3341 | 2026-08-28T19:03:59.856Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3342 | 2026-08-28T19:04:00.523Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3343 | 2026-08-28T19:04:00.592Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3344 | 2026-08-28T19:04:00.631Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3345 | 2026-08-28T19:04:00.864Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3346 | 2026-08-28T19:04:00.951Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3347 | 2026-08-28T19:04:01.065Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3348 | 2026-08-28T19:04:01.189Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3349 | 2026-08-28T19:04:01.752Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3350 | 2026-08-28T19:04:02.026Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3351 | 2026-08-28T19:04:02.300Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3352 | 2026-08-28T19:04:02.563Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3353 | 2026-08-28T19:04:02.700Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3354 | 2026-08-28T19:04:02.793Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3355 | 2026-08-28T19:04:03.443Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3356 | 2026-08-28T19:04:04.187Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3357 | 2026-08-28T19:04:04.493Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3358 | 2026-08-28T19:04:04.914Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3359 | 2026-08-28T19:04:07.583Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3360 | 2026-08-28T19:04:09.049Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3361 | 2026-08-28T19:04:09.527Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3362 | 2026-08-28T19:04:10.229Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3363 | 2026-08-28T19:04:11.883Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3364 | 2026-08-28T19:04:14.008Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3365 | 2026-08-28T19:04:14.496Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3366 | 2026-08-28T19:04:15.151Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3367 | 2026-08-28T19:04:16.206Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3368 | 2026-08-28T19:04:17.298Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3369 | 2026-08-28T19:04:17.914Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3370 | 2026-08-28T19:04:20.185Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3371 | 2026-08-28T19:04:20.211Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3372 | 2026-08-28T19:04:21.049Z | Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3373 | 2026-08-28T19:04:21.817Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3374 | 2026-08-28T19:04:26.617Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3375 | 2026-08-28T19:04:27.241Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3376 | 2026-08-28T19:04:28.033Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3377 | 2026-08-28T19:04:29.045Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3378 | 2026-08-28T19:04:29.688Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3379 | 2026-08-28T19:04:30.669Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3380 | 2026-08-28T19:04:31.426Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3381 | 2026-08-28T19:04:32.219Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3382 | 2026-08-28T19:04:34.037Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3383 | 2026-08-28T19:04:34.107Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3384 | 2026-08-28T19:04:35.201Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3385 | 2026-08-28T19:04:35.562Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3386 | 2026-08-28T19:04:37.279Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3387 | 2026-08-28T19:04:38.158Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3388 | 2026-08-28T19:04:39.356Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3389 | 2026-08-28T19:04:42.198Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3390 | 2026-08-28T19:04:42.917Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3391 | 2026-08-28T19:04:44.303Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3392 | 2026-08-28T19:04:45.887Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3393 | 2026-08-28T19:04:46.791Z | Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3394 | 2026-08-28T19:04:47.779Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3395 | 2026-08-28T19:04:49.091Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3396 | 2026-08-28T19:04:49.980Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3397 | 2026-08-28T19:04:51.598Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3398 | 2026-08-28T19:04:52.627Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3399 | 2026-08-28T19:04:53.692Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3400 | 2026-08-28T19:04:55.113Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3401 | 2026-08-28T19:04:58.709Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3402 | 2026-08-28T19:04:59.164Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3403 | 2026-08-28T19:04:59.775Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3404 | 2026-08-28T19:05:01.309Z | Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3405 | 2026-08-28T19:05:03.205Z | Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3406 | 2026-08-28T19:05:04.684Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3407 | 2026-08-28T19:05:06.375Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3408 | 2026-08-28T19:05:07.981Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3409 | 2026-08-28T19:05:09.661Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3410 | 2026-08-28T19:05:11.448Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3411 | 2026-08-28T19:05:16.331Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3412 | 2026-08-28T19:05:16.446Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3413 | 2026-08-28T19:05:17.850Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3414 | 2026-08-28T19:05:18.042Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3415 | 2026-08-28T19:05:20.098Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3416 | 2026-08-28T19:05:22.029Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3417 | 2026-08-28T19:05:23.822Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3418 | 2026-08-28T19:05:25.885Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3419 | 2026-08-28T19:05:27.718Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3420 | 2026-08-28T19:05:29.757Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3421 | 2026-08-28T19:05:31.346Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3422 | 2026-08-28T19:05:33.146Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3423 | 2026-08-28T19:05:34.928Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3424 | 2026-08-28T19:05:36.743Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3425 | 2026-08-28T19:05:38.570Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3426 | 2026-08-28T19:05:40.303Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3427 | 2026-08-28T19:05:42.069Z | Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3428 | 2026-08-28T19:05:43.669Z | Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3429 | 2026-08-28T19:05:45.707Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3430 | 2026-08-28T19:05:47.404Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3431 | 2026-08-28T19:05:49.387Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3432 | 2026-08-28T19:05:51.144Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3433 | 2026-08-28T19:05:52.980Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3434 | 2026-08-28T19:05:54.904Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3435 | 2026-08-28T19:05:56.894Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3436 | 2026-08-28T19:06:00.474Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3437 | 2026-08-28T19:06:02.874Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3438 | 2026-08-28T19:06:04.655Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3439 | 2026-08-28T19:06:08.082Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3440 | 2026-08-28T19:06:08.708Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3441 | 2026-08-28T19:06:09.575Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3442 | 2026-08-28T19:06:13.380Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3443 | 2026-08-28T19:06:15.941Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3444 | 2026-08-28T19:06:18.992Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3445 | 2026-08-28T19:06:20.902Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3446 | 2026-08-28T19:06:23.255Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3447 | 2026-08-28T19:06:26.001Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3448 | 2026-08-28T19:06:28.031Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3449 | 2026-08-28T19:06:31.131Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3450 | 2026-08-28T19:06:33.481Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3451 | 2026-08-28T19:06:35.600Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3452 | 2026-08-28T19:06:37.879Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3453 | 2026-08-28T19:06:40.400Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3454 | 2026-08-28T19:06:43.004Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3455 | 2026-08-28T19:06:45.452Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3456 | 2026-08-28T19:06:48.273Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3457 | 2026-08-28T19:06:50.774Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3458 | 2026-08-28T19:06:53.072Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3459 | 2026-08-28T19:06:55.858Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3460 | 2026-08-28T19:06:58.338Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3461 | 2026-08-28T19:07:00.906Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3462 | 2026-08-28T19:07:03.494Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3463 | 2026-08-28T19:07:06.008Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3464 | 2026-08-28T19:07:08.546Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3465 | 2026-08-28T19:07:11.185Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3466 | 2026-08-28T19:07:13.789Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3467 | 2026-08-28T19:07:16.203Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3468 | 2026-08-28T19:07:18.953Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3469 | 2026-08-28T19:07:21.641Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3470 | 2026-08-28T19:07:24.159Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3471 | 2026-08-28T19:07:26.923Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3472 | 2026-08-28T19:07:29.432Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3473 | 2026-08-28T19:07:32.074Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3474 | 2026-08-28T19:07:34.737Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3475 | 2026-08-28T19:07:37.501Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3476 | 2026-08-28T19:07:42.380Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3477 | 2026-08-28T19:07:42.666Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3478 | 2026-08-28T19:07:45.376Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3479 | 2026-08-28T19:07:47.995Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3480 | 2026-08-28T19:07:50.636Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3481 | 2026-08-28T19:07:54.012Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3482 | 2026-08-28T19:07:56.282Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3483 | 2026-08-28T19:07:59.044Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3484 | 2026-08-28T19:08:01.586Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3485 | 2026-08-28T19:08:04.249Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3486 | 2026-08-28T19:08:07.130Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3487 | 2026-08-28T19:08:10.114Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3488 | 2026-08-28T19:08:12.933Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3489 | 2026-08-28T19:08:15.644Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3490 | 2026-08-28T19:08:18.492Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3491 | 2026-08-28T19:08:21.196Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3492 | 2026-08-28T19:08:23.872Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3493 | 2026-08-28T19:08:26.688Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3494 | 2026-08-28T19:08:29.504Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3495 | 2026-08-28T19:08:32.240Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3496 | 2026-08-28T19:08:35.059Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3497 | 2026-08-28T19:08:37.825Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3498 | 2026-08-28T19:08:40.584Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3499 | 2026-08-28T19:08:48.625Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3500 | 2026-08-28T19:08:48.782Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3501 | 2026-08-28T19:08:52.777Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3502 | 2026-08-28T19:08:55.943Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3503 | 2026-08-28T19:08:59.547Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3504 | 2026-08-28T19:09:03.140Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3505 | 2026-08-28T19:09:06.740Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3506 | 2026-08-28T19:09:10.301Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3507 | 2026-08-28T19:09:13.935Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3508 | 2026-08-28T19:09:17.521Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3509 | 2026-08-28T19:09:21.093Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3510 | 2026-08-28T19:09:24.771Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3511 | 2026-08-28T19:09:28.540Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3512 | 2026-08-28T19:09:31.947Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3513 | 2026-08-28T19:09:35.722Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3514 | 2026-08-28T19:09:39.299Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3515 | 2026-08-28T19:09:42.864Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3516 | 2026-08-28T19:09:46.517Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3517 | 2026-08-28T19:09:50.197Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3518 | 2026-08-28T19:09:53.855Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3519 | 2026-08-28T19:09:57.334Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3520 | 2026-08-28T19:10:00.933Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3521 | 2026-08-28T19:10:04.526Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3522 | 2026-08-28T19:10:08.291Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3523 | 2026-08-28T19:10:11.871Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3524 | 2026-08-28T19:10:15.592Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3525 | 2026-08-28T19:10:19.352Z | Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3526 | 2026-08-28T19:10:22.874Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3527 | 2026-08-28T19:10:26.497Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3528 | 2026-08-28T19:10:57.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 35s |
| 3529 | 2026-08-28T19:10:57.170Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3530 | 2026-08-28T19:10:57.170Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3531 | 2026-08-28T19:10:57.341Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files |
| 3532 | 2026-08-28T19:10:57.451Z | |
| 3533 | 2026-08-28T19:10:57.451Z | real 7:35.441893319 |
| 3534 | 2026-08-28T19:10:57.452Z | user 20:39.270644881 |
| 3535 | 2026-08-28T19:10:57.452Z | sys 4:24.960883361 |
| 3536 | 2026-08-28T19:10:57.455Z | trap 0.298745668 |
| 3537 | 2026-08-28T19:10:57.455Z | tflt 0.024401294 |
| 3538 | 2026-08-28T19:10:57.455Z | dflt 0.101573701 |
| 3539 | 2026-08-28T19:10:57.455Z | kflt 0.000035975 |
| 3540 | 2026-08-28T19:10:57.456Z | lock 7:14:45.246126373 |
| 3541 | 2026-08-28T19:10:57.456Z | slp 2:32:55.803738058 |
| 3542 | 2026-08-28T19:10:57.456Z | lat 37.886472918 |
| 3543 | 2026-08-28T19:10:57.456Z | stop 2:15.758587862 |
| 3544 | 2026-08-28T19:10:57.456Z | process exited: duration 848672 ms, exit code 0 |
| |
| 3545 | 2026-08-28T19:10:57.464Z | found 0 output files |