|
|
|
| 1 | 2026-05-12T02:03:57.749Z | job assigned to worker 01KRCYS6TZDGX1ESSVB8H91VAM [factory aws, i-0bdba2fe0c0fb04ef] (queued for 52 s) |
| |
| 2 | 2026-05-12T02:04:04.648Z | starting task 0: "setup" |
| 3 | 2026-05-12T02:04:04.651Z | ++ uname -s |
| 4 | 2026-05-12T02:04:04.655Z | + kern=SunOS |
| 5 | 2026-05-12T02:04:04.655Z | + build_user=build |
| 6 | 2026-05-12T02:04:04.655Z | + build_uid=12345 |
| 7 | 2026-05-12T02:04:04.655Z | + work_dir=/work |
| 8 | 2026-05-12T02:04:04.655Z | + input_dir=/input |
| 9 | 2026-05-12T02:04:04.655Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-12T02:04:04.655Z | + case "$kern" in |
| 11 | 2026-05-12T02:04:04.656Z | + groupadd -g 12345 build |
| 12 | 2026-05-12T02:04:04.656Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-12T02:04:06.660Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-12T02:04:06.743Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-12T02:04:06.745Z | + home_fs=zfs |
| 16 | 2026-05-12T02:04:06.745Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-12T02:04:06.746Z | + mkdir -p /home/build |
| 18 | 2026-05-12T02:04:06.746Z | + chown build:build /home/build /work |
| 19 | 2026-05-12T02:04:08.747Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-12T02:04:08.750Z | process exited: duration 4103 ms, exit code 0 |
| |
| 21 | 2026-05-12T02:04:08.756Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-12T02:04:08.760Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-12T02:04:08.760Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-12T02:04:08.760Z | * rust toolchain profile = "default" |
| 25 | 2026-05-12T02:04:08.760Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-12T02:04:08.760Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-12T02:04:08.760Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-12T02:04:08.763Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-12T02:04:08.763Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-12T02:04:08.866Z | info: downloading installer |
| 31 | 2026-05-12T02:04:10.314Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-12T02:04:10.314Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-12T02:04:10.314Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-12T02:04:10.314Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-12T02:04:10.327Z | info: profile set to default |
| 36 | 2026-05-12T02:04:10.327Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-12T02:04:10.330Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-12T02:04:10.462Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-12T02:04:10.465Z | info: downloading 6 components |
| 40 | 2026-05-12T02:04:25.115Z | |
| 41 | 2026-05-12T02:04:25.115Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-12T02:04:25.152Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-12T02:04:25.153Z | |
| 44 | 2026-05-12T02:04:25.153Z | |
| 45 | 2026-05-12T02:04:25.153Z | Rust is installed now. Great! |
| 46 | 2026-05-12T02:04:25.153Z | |
| 47 | 2026-05-12T02:04:25.153Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-12T02:04:25.153Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-12T02:04:25.153Z | |
| 50 | 2026-05-12T02:04:25.153Z | To configure your current shell, you need to source |
| 51 | 2026-05-12T02:04:25.153Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-12T02:04:25.153Z | |
| 53 | 2026-05-12T02:04:25.153Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-12T02:04:25.159Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-12T02:04:25.159Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-12T02:04:25.159Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-12T02:04:25.159Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-12T02:04:25.160Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-12T02:04:25.160Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-12T02:04:25.160Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-12T02:04:25.160Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-12T02:04:25.242Z | + rustup --version |
| 63 | 2026-05-12T02:04:25.251Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-12T02:04:25.255Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-12T02:04:25.275Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-12T02:04:25.278Z | + cargo --version |
| 67 | 2026-05-12T02:04:25.290Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-12T02:04:25.293Z | + rustc --version |
| 69 | 2026-05-12T02:04:25.313Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-12T02:04:25.316Z | process exited: duration 16559 ms, exit code 0 |
| |
| 71 | 2026-05-12T02:04:25.324Z | starting task 2: "authentication" |
| 72 | 2026-05-12T02:04:25.339Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-12T02:04:25.345Z | starting task 3: "clone repository" |
| 74 | 2026-05-12T02:04:25.348Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-12T02:04:25.351Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-12T02:04:25.381Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-12T02:04:34.898Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-12T02:04:34.898Z | + git fetch origin 055f331cd4bac333d074c1656de8142cc81bc876 |
| 79 | 2026-05-12T02:04:35.178Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-12T02:04:35.178Z | * branch 055f331cd4bac333d074c1656de8142cc81bc876 -> FETCH_HEAD |
| 81 | 2026-05-12T02:04:35.188Z | + [[ -n ry/opte-985 ]] |
| 82 | 2026-05-12T02:04:35.191Z | ++ git branch --show-current |
| 83 | 2026-05-12T02:04:35.191Z | + current=main |
| 84 | 2026-05-12T02:04:35.191Z | + [[ main != ry/opte-985 ]] |
| 85 | 2026-05-12T02:04:35.191Z | + git branch -f ry/opte-985 055f331cd4bac333d074c1656de8142cc81bc876 |
| 86 | 2026-05-12T02:04:35.194Z | + git checkout -f ry/opte-985 |
| 87 | 2026-05-12T02:04:35.427Z | Switched to branch 'ry/opte-985' |
| 88 | 2026-05-12T02:04:35.430Z | + git reset --hard 055f331cd4bac333d074c1656de8142cc81bc876 |
| 89 | 2026-05-12T02:04:35.444Z | HEAD is now at 055f331cd bump opte to version 0.40.479 |
| 90 | 2026-05-12T02:04:35.447Z | process exited: duration 10099 ms, exit code 0 |
| |
| 91 | 2026-05-12T02:04:35.453Z | starting task 4: "build" |
| 92 | 2026-05-12T02:04:35.457Z | + source ./env.sh |
| 93 | 2026-05-12T02:04:35.460Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-12T02:04:35.460Z | ++ set -o xtrace |
| 95 | 2026-05-12T02:04:35.460Z | ++++ dirname ./env.sh |
| 96 | 2026-05-12T02:04:35.464Z | +++ readlink -f . |
| 97 | 2026-05-12T02:04:35.467Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-12T02:04:35.467Z | ++ 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-05-12T02:04:35.467Z | ++ 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-05-12T02:04:35.467Z | ++ 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-05-12T02:04:35.467Z | ++ 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-05-12T02:04:35.467Z | ++ 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-05-12T02:04:35.467Z | ++ 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-05-12T02:04:35.467Z | ++ 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-05-12T02:04:35.467Z | ++ 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-05-12T02:04:35.467Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-12T02:04:35.467Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-12T02:04:35.467Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-12T02:04:35.467Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-12T02:04:35.467Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-12T02:04:35.467Z | + cargo --version |
| 112 | 2026-05-12T02:04:35.472Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-12T02:04:35.475Z | + rustc --version |
| 114 | 2026-05-12T02:04:35.495Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-12T02:04:35.500Z | + banner prerequisites |
| 116 | 2026-05-12T02:04:35.503Z | |
| 117 | 2026-05-12T02:04:35.503Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-12T02:04:35.503Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-12T02:04:35.503Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-12T02:04:35.503Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-12T02:04:35.503Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-12T02:04:35.503Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-12T02:04:35.503Z | |
| 124 | 2026-05-12T02:04:35.503Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-12T02:04:36.922Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-12T02:04:36.967Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-12T02:04:37.118Z | Planning: Solver setup ... Done (0.122s) |
| 128 | 2026-05-12T02:04:37.127Z | Planning: Running solver ... Done (0.009s) |
| 129 | 2026-05-12T02:04:37.132Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-05-12T02:04:37.144Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-12T02:04:37.163Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-12T02:04:37.177Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-12T02:04:37.180Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-12T02:04:37.369Z | Planning: Checking for conflicting actions ... Done (0.190s) |
| 135 | 2026-05-12T02:04:37.374Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-12T02:04:38.147Z | Planning: Evaluating mediators ... Done (0.778s) |
| 137 | 2026-05-12T02:04:38.150Z | Planning: Planning completed in 1.16 seconds |
| 138 | 2026-05-12T02:04:38.157Z | Packages to install: 2 |
| 139 | 2026-05-12T02:04:38.157Z | Estimated space available: 156.10 GB |
| 140 | 2026-05-12T02:04:38.160Z | Estimated space to be consumed: 16.95 MB |
| 141 | 2026-05-12T02:04:38.160Z | Create boot environment: No |
| 142 | 2026-05-12T02:04:38.160Z | Create backup boot environment: No |
| 143 | 2026-05-12T02:04:38.160Z | Rebuild boot archive: No |
| 144 | 2026-05-12T02:04:38.160Z | |
| 145 | 2026-05-12T02:04:38.160Z | Changed packages: |
| 146 | 2026-05-12T02:04:38.160Z | helios |
| 147 | 2026-05-12T02:04:38.160Z | developer/build-essential |
| 148 | 2026-05-12T02:04:38.160Z | None -> 11-3.0 |
| 149 | 2026-05-12T02:04:38.160Z | library/libxmlsec1 |
| 150 | 2026-05-12T02:04:38.160Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-12T02:04:38.182Z | |
| 152 | 2026-05-12T02:04:38.182Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-12T02:04:38.742Z | Download: Completed 1.28 MB in 0.56 seconds (2.3M/s) |
| 154 | 2026-05-12T02:04:38.800Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-12T02:04:38.838Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-05-12T02:04:38.843Z | Finalize: Updating package state database ... Done (0.004s) |
| 157 | 2026-05-12T02:04:38.843Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-12T02:04:38.855Z | Finalize: Updating image state ... Done (0.012s) |
| 159 | 2026-05-12T02:04:41.268Z | Finalize: Creating fast lookup database ... Done (2.392s) |
| 160 | 2026-05-12T02:04:41.339Z | Finalize: Reading search index ... Done (0.012s) |
| 161 | 2026-05-12T02:04:41.342Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-12T02:04:41.439Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-12T02:04:41.737Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-12T02:04:41.843Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-12T02:04:41.846Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-12T02:04:42.006Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-12T02:04:42.012Z | Planning: Planning completed in 0.27 seconds |
| 168 | 2026-05-12T02:04:42.031Z | Mediators to change: 2 |
| 169 | 2026-05-12T02:04:42.031Z | Create boot environment: No |
| 170 | 2026-05-12T02:04:42.036Z | Create backup boot environment: No |
| 171 | 2026-05-12T02:04:42.076Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-12T02:04:42.076Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-12T02:04:42.088Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-12T02:04:44.090Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-12T02:04:44.161Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-12T02:04:44.164Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-12T02:04:44.232Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-12T02:04:44.528Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-12T02:04:44.641Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-12T02:04:44.651Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-12T02:04:44.799Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-12T02:04:44.814Z | Planning: Planning completed in 0.27 seconds |
| 183 | 2026-05-12T02:04:44.825Z | Mediators to change: 1 |
| 184 | 2026-05-12T02:04:44.825Z | Create boot environment: No |
| 185 | 2026-05-12T02:04:44.826Z | Create backup boot environment: No |
| 186 | 2026-05-12T02:04:44.856Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-12T02:04:44.856Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-12T02:04:44.863Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-12T02:04:46.840Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-12T02:04:46.923Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-12T02:04:46.941Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-12T02:04:46.977Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-12T02:04:47.296Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-12T02:04:47.296Z | apache system 2.4 system |
| 195 | 2026-05-12T02:04:47.296Z | clang system 15 system |
| 196 | 2026-05-12T02:04:47.296Z | csh system system illumos |
| 197 | 2026-05-12T02:04:47.296Z | ctags system system illumos |
| 198 | 2026-05-12T02:04:47.297Z | file vendor vendor darwinsys |
| 199 | 2026-05-12T02:04:47.297Z | file system system illumos |
| 200 | 2026-05-12T02:04:47.297Z | gcc vendor 14 vendor |
| 201 | 2026-05-12T02:04:47.297Z | gcc system 13 system |
| 202 | 2026-05-12T02:04:47.297Z | gcc system 10 system |
| 203 | 2026-05-12T02:04:47.297Z | go system 1.25 system |
| 204 | 2026-05-12T02:04:47.297Z | llvm system 15 system |
| 205 | 2026-05-12T02:04:47.297Z | mariadb system 11.4 system |
| 206 | 2026-05-12T02:04:47.297Z | mta vendor vendor dma |
| 207 | 2026-05-12T02:04:47.297Z | openjdk system 17 system |
| 208 | 2026-05-12T02:04:47.297Z | openjdk system 11 system |
| 209 | 2026-05-12T02:04:47.297Z | openssl vendor 3 vendor |
| 210 | 2026-05-12T02:04:47.297Z | perl system 5.40 system |
| 211 | 2026-05-12T02:04:47.298Z | postgresql system 18 system |
| 212 | 2026-05-12T02:04:47.298Z | postgresql system 17 system |
| 213 | 2026-05-12T02:04:47.298Z | python vendor 3 vendor |
| 214 | 2026-05-12T02:04:47.298Z | python system 2 system |
| 215 | 2026-05-12T02:04:47.298Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-12T02:04:47.298Z | ruby system 3.4 system |
| 217 | 2026-05-12T02:04:47.298Z | ruby system 3.0 system |
| 218 | 2026-05-12T02:04:47.298Z | words vendor vendor american-english |
| 219 | 2026-05-12T02:04:47.298Z | words system system australian-english |
| 220 | 2026-05-12T02:04:47.298Z | words system system british-english |
| 221 | 2026-05-12T02:04:47.298Z | words system system canadian-english |
| 222 | 2026-05-12T02:04:47.298Z | words system system french |
| 223 | 2026-05-12T02:04:47.298Z | words system system italian |
| 224 | 2026-05-12T02:04:47.299Z | words system system ngerman |
| 225 | 2026-05-12T02:04:47.299Z | words system system ogerman |
| 226 | 2026-05-12T02:04:47.299Z | words system system spanish |
| 227 | 2026-05-12T02:04:47.554Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-12T02:04:47.554Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-12T02:04:47.817Z | FMRI IFO |
| 230 | 2026-05-12T02:04:47.817Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-12T02:04:47.817Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-12T02:04:47.817Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-12T02:04:47.817Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-12T02:04:47.817Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-12T02:04:47.817Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-12T02:04:47.817Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-12T02:04:47.817Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-12T02:04:47.817Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-12T02:04:48.054Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-12T02:04:48.313Z | Updating crates.io index |
| 241 | 2026-05-12T02:04:48.351Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-12T02:04:49.212Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-12T02:04:49.704Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-12T02:04:50.373Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-12T02:04:51.139Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-12T02:04:51.700Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-12T02:04:53.019Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-12T02:04:53.903Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-12T02:04:54.168Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-12T02:04:54.989Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-12T02:04:55.332Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-12T02:04:55.646Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-12T02:04:55.944Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-12T02:04:56.957Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-12T02:04:57.507Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-05-12T02:04:57.810Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 257 | 2026-05-12T02:04:58.114Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 258 | 2026-05-12T02:04:58.489Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-05-12T02:04:58.713Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-05-12T02:04:58.907Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-05-12T02:04:59.168Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 262 | 2026-05-12T02:04:59.572Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 263 | 2026-05-12T02:05:00.099Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 264 | 2026-05-12T02:05:00.541Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 265 | 2026-05-12T02:05:00.805Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 266 | 2026-05-12T02:05:01.092Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 267 | 2026-05-12T02:05:01.376Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2026-05-12T02:05:03.068Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 269 | 2026-05-12T02:05:03.576Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 270 | 2026-05-12T02:05:04.003Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 271 | 2026-05-12T02:05:04.244Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 272 | 2026-05-12T02:05:04.625Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2026-05-12T02:05:04.882Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 274 | 2026-05-12T02:05:05.556Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 275 | 2026-05-12T02:05:05.818Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 276 | 2026-05-12T02:05:06.063Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 277 | 2026-05-12T02:05:06.283Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 278 | 2026-05-12T02:05:06.692Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 279 | 2026-05-12T02:05:18.278Z | Downloading crates ... |
| 280 | 2026-05-12T02:05:18.327Z | Downloaded block-buffer v0.10.4 |
| 281 | 2026-05-12T02:05:18.334Z | Downloaded anstyle-parse v0.2.7 |
| 282 | 2026-05-12T02:05:18.337Z | Downloaded anstream v0.6.21 |
| 283 | 2026-05-12T02:05:18.338Z | Downloaded quote v1.0.45 |
| 284 | 2026-05-12T02:05:18.341Z | Downloaded anstyle v1.0.13 |
| 285 | 2026-05-12T02:05:18.344Z | Downloaded sha2 v0.10.9 |
| 286 | 2026-05-12T02:05:18.344Z | Downloaded usdt v0.5.0 |
| 287 | 2026-05-12T02:05:18.347Z | Downloaded num-traits v0.2.19 |
| 288 | 2026-05-12T02:05:18.347Z | Downloaded cargo_toml v0.21.0 |
| 289 | 2026-05-12T02:05:18.350Z | Downloaded colorchoice v1.0.4 |
| 290 | 2026-05-12T02:05:18.350Z | Downloaded cargo-util-schemas v0.8.2 |
| 291 | 2026-05-12T02:05:18.350Z | Downloaded cpufeatures v0.2.17 |
| 292 | 2026-05-12T02:05:18.353Z | Downloaded unicode-xid v0.2.6 |
| 293 | 2026-05-12T02:05:18.353Z | Downloaded zerovec-derive v0.11.2 |
| 294 | 2026-05-12T02:05:18.353Z | Downloaded toml_datetime v0.6.11 |
| 295 | 2026-05-12T02:05:18.357Z | Downloaded yoke v0.8.1 |
| 296 | 2026-05-12T02:05:18.357Z | Downloaded getrandom v0.4.1 |
| 297 | 2026-05-12T02:05:18.360Z | Downloaded memmap v0.7.0 |
| 298 | 2026-05-12T02:05:18.360Z | Downloaded serde_spanned v0.6.9 |
| 299 | 2026-05-12T02:05:18.360Z | Downloaded fastrand v2.3.0 |
| 300 | 2026-05-12T02:05:18.360Z | Downloaded usdt-attr-macro v0.5.0 |
| 301 | 2026-05-12T02:05:18.360Z | Downloaded semver v1.0.28 |
| 302 | 2026-05-12T02:05:18.364Z | Downloaded thiserror-impl v2.0.18 |
| 303 | 2026-05-12T02:05:18.364Z | Downloaded serde-untagged v0.1.9 |
| 304 | 2026-05-12T02:05:18.364Z | Downloaded log v0.4.29 |
| 305 | 2026-05-12T02:05:18.367Z | Downloaded zerofrom-derive v0.1.6 |
| 306 | 2026-05-12T02:05:18.367Z | Downloaded utf8_iter v1.0.4 |
| 307 | 2026-05-12T02:05:18.367Z | Downloaded usdt-macro v0.5.0 |
| 308 | 2026-05-12T02:05:18.367Z | Downloaded toml_write v0.1.2 |
| 309 | 2026-05-12T02:05:18.370Z | Downloaded stable_deref_trait v1.2.1 |
| 310 | 2026-05-12T02:05:18.370Z | Downloaded crypto-common v0.1.7 |
| 311 | 2026-05-12T02:05:18.370Z | Downloaded yoke-derive v0.8.1 |
| 312 | 2026-05-12T02:05:18.373Z | Downloaded thread-id v4.2.2 |
| 313 | 2026-05-12T02:05:18.373Z | Downloaded zerofrom v0.1.6 |
| 314 | 2026-05-12T02:05:18.373Z | Downloaded thiserror v2.0.18 |
| 315 | 2026-05-12T02:05:18.399Z | Downloaded cargo_metadata v0.21.0 |
| 316 | 2026-05-12T02:05:18.399Z | Downloaded unicode-linebreak v0.1.5 |
| 317 | 2026-05-12T02:05:18.407Z | Downloaded writeable v0.6.2 |
| 318 | 2026-05-12T02:05:18.407Z | Downloaded tinystr v0.8.2 |
| 319 | 2026-05-12T02:05:18.407Z | Downloaded toml v0.8.23 |
| 320 | 2026-05-12T02:05:18.407Z | Downloaded utf8parse v0.2.2 |
| 321 | 2026-05-12T02:05:18.407Z | Downloaded tabled_derive v0.7.0 |
| 322 | 2026-05-12T02:05:18.407Z | Downloaded clap_lex v1.0.0 |
| 323 | 2026-05-12T02:05:18.407Z | Downloaded cargo-platform v0.2.0 |
| 324 | 2026-05-12T02:05:18.407Z | Downloaded proc-macro-error-attr v1.0.4 |
| 325 | 2026-05-12T02:05:18.407Z | Downloaded heck v0.5.0 |
| 326 | 2026-05-12T02:05:18.407Z | Downloaded errno v0.3.14 |
| 327 | 2026-05-12T02:05:18.407Z | Downloaded idna_adapter v1.2.1 |
| 328 | 2026-05-12T02:05:18.407Z | Downloaded swrite v0.1.0 |
| 329 | 2026-05-12T02:05:18.407Z | Downloaded serde_derive v1.0.228 |
| 330 | 2026-05-12T02:05:18.407Z | Downloaded zerocopy-derive v0.7.35 |
| 331 | 2026-05-12T02:05:18.407Z | Downloaded form_urlencoded v1.2.2 |
| 332 | 2026-05-12T02:05:18.407Z | Downloaded zmij v1.0.21 |
| 333 | 2026-05-12T02:05:18.407Z | Downloaded thiserror-impl v1.0.69 |
| 334 | 2026-05-12T02:05:18.407Z | Downloaded serde-value v0.7.0 |
| 335 | 2026-05-12T02:05:18.407Z | Downloaded heck v0.4.1 |
| 336 | 2026-05-12T02:05:18.411Z | Downloaded ucd-trie v0.1.7 |
| 337 | 2026-05-12T02:05:18.411Z | Downloaded bytecount v0.6.9 |
| 338 | 2026-05-12T02:05:18.411Z | Downloaded percent-encoding v2.3.2 |
| 339 | 2026-05-12T02:05:18.411Z | Downloaded dtrace-parser v0.2.0 |
| 340 | 2026-05-12T02:05:18.414Z | Downloaded scroll_derive v0.12.1 |
| 341 | 2026-05-12T02:05:18.418Z | Downloaded potential_utf v0.1.4 |
| 342 | 2026-05-12T02:05:18.418Z | Downloaded fnv v1.0.7 |
| 343 | 2026-05-12T02:05:18.418Z | Downloaded itoa v1.0.17 |
| 344 | 2026-05-12T02:05:18.418Z | Downloaded url v2.5.8 |
| 345 | 2026-05-12T02:05:18.421Z | Downloaded plain v0.2.3 |
| 346 | 2026-05-12T02:05:18.424Z | Downloaded serde_tokenstream v0.2.3 |
| 347 | 2026-05-12T02:05:18.424Z | Downloaded scroll v0.12.0 |
| 348 | 2026-05-12T02:05:18.425Z | Downloaded digest v0.10.7 |
| 349 | 2026-05-12T02:05:18.428Z | Downloaded zerotrie v0.2.3 |
| 350 | 2026-05-12T02:05:18.428Z | Downloaded textwrap v0.16.2 |
| 351 | 2026-05-12T02:05:18.431Z | Downloaded typenum v1.19.0 |
| 352 | 2026-05-12T02:05:18.431Z | Downloaded thiserror v1.0.69 |
| 353 | 2026-05-12T02:05:18.434Z | Downloaded toml_edit v0.22.27 |
| 354 | 2026-05-12T02:05:18.437Z | Downloaded cfg-if v1.0.4 |
| 355 | 2026-05-12T02:05:18.437Z | Downloaded version_check v0.9.5 |
| 356 | 2026-05-12T02:05:18.440Z | Downloaded macaddr v1.0.1 |
| 357 | 2026-05-12T02:05:18.440Z | Downloaded generic-array v0.14.7 |
| 358 | 2026-05-12T02:05:18.440Z | Downloaded equivalent v1.0.2 |
| 359 | 2026-05-12T02:05:18.440Z | Downloaded strsim v0.11.1 |
| 360 | 2026-05-12T02:05:18.443Z | Downloaded smawk v0.3.2 |
| 361 | 2026-05-12T02:05:18.443Z | Downloaded zerovec v0.11.5 |
| 362 | 2026-05-12T02:05:18.446Z | Downloaded unicode-ident v1.0.24 |
| 363 | 2026-05-12T02:05:18.449Z | Downloaded pretty-hex v0.4.1 |
| 364 | 2026-05-12T02:05:18.450Z | Downloaded dof v0.3.0 |
| 365 | 2026-05-12T02:05:18.453Z | Downloaded terminal_size v0.4.3 |
| 366 | 2026-05-12T02:05:18.453Z | Downloaded anstyle-query v1.1.5 |
| 367 | 2026-05-12T02:05:18.463Z | Downloaded winnow v0.7.14 |
| 368 | 2026-05-12T02:05:18.467Z | Downloaded usdt-impl v0.5.0 |
| 369 | 2026-05-12T02:05:18.470Z | Downloaded unicode-width v0.1.14 |
| 370 | 2026-05-12T02:05:18.474Z | Downloaded displaydoc v0.2.5 |
| 371 | 2026-05-12T02:05:18.474Z | Downloaded zerocopy v0.7.35 |
| 372 | 2026-05-12T02:05:18.480Z | Downloaded unicode-width v0.2.0 |
| 373 | 2026-05-12T02:05:18.483Z | Downloaded tempfile v3.25.0 |
| 374 | 2026-05-12T02:05:18.486Z | Downloaded byteorder v1.5.0 |
| 375 | 2026-05-12T02:05:18.486Z | Downloaded autocfg v1.5.0 |
| 376 | 2026-05-12T02:05:18.486Z | Downloaded ordered-float v2.10.1 |
| 377 | 2026-05-12T02:05:18.490Z | Downloaded typeid v1.0.3 |
| 378 | 2026-05-12T02:05:18.490Z | Downloaded serde v1.0.228 |
| 379 | 2026-05-12T02:05:18.490Z | Downloaded erased-serde v0.4.9 |
| 380 | 2026-05-12T02:05:18.493Z | Downloaded memchr v2.8.0 |
| 381 | 2026-05-12T02:05:18.496Z | Downloaded fs-err v3.3.0 |
| 382 | 2026-05-12T02:05:18.496Z | Downloaded anyhow v1.0.102 |
| 383 | 2026-05-12T02:05:18.496Z | Downloaded icu_locale_core v2.1.1 |
| 384 | 2026-05-12T02:05:18.502Z | Downloaded clap v4.5.60 |
| 385 | 2026-05-12T02:05:18.505Z | Downloaded pest_derive v2.8.6 |
| 386 | 2026-05-12T02:05:18.508Z | Downloaded camino-tempfile v1.4.1 |
| 387 | 2026-05-12T02:05:18.508Z | Downloaded synstructure v0.13.2 |
| 388 | 2026-05-12T02:05:18.508Z | Downloaded clap_derive v4.5.55 |
| 389 | 2026-05-12T02:05:18.511Z | Downloaded smallvec v1.15.1 |
| 390 | 2026-05-12T02:05:18.514Z | Downloaded pest_generator v2.8.6 |
| 391 | 2026-05-12T02:05:18.514Z | Downloaded litemap v0.8.1 |
| 392 | 2026-05-12T02:05:18.514Z | Downloaded camino v1.2.2 |
| 393 | 2026-05-12T02:05:18.518Z | Downloaded icu_provider v2.1.1 |
| 394 | 2026-05-12T02:05:18.520Z | Downloaded bitflags v2.11.0 |
| 395 | 2026-05-12T02:05:18.523Z | Downloaded papergrid v0.11.0 |
| 396 | 2026-05-12T02:05:18.523Z | Downloaded is_terminal_polyfill v1.70.2 |
| 397 | 2026-05-12T02:05:18.527Z | Downloaded proc-macro-error v1.0.4 |
| 398 | 2026-05-12T02:05:18.533Z | Downloaded icu_properties v2.1.2 |
| 399 | 2026-05-12T02:05:18.537Z | Downloaded proc-macro2 v1.0.106 |
| 400 | 2026-05-12T02:05:18.542Z | Downloaded once_cell v1.21.3 |
| 401 | 2026-05-12T02:05:18.545Z | Downloaded icu_normalizer v2.1.1 |
| 402 | 2026-05-12T02:05:18.550Z | Downloaded serde_core v1.0.228 |
| 403 | 2026-05-12T02:05:18.554Z | Downloaded pest_meta v2.8.6 |
| 404 | 2026-05-12T02:05:18.558Z | Downloaded icu_normalizer_data v2.1.1 |
| 405 | 2026-05-12T02:05:18.558Z | Downloaded icu_collections v2.1.1 |
| 406 | 2026-05-12T02:05:18.571Z | Downloaded indexmap v2.14.0 |
| 407 | 2026-05-12T02:05:18.580Z | Downloaded idna v1.1.0 |
| 408 | 2026-05-12T02:05:18.583Z | Downloaded pest v2.8.6 |
| 409 | 2026-05-12T02:05:18.587Z | Downloaded hashbrown v0.17.0 |
| 410 | 2026-05-12T02:05:18.606Z | Downloaded icu_properties_data v2.1.2 |
| 411 | 2026-05-12T02:05:18.613Z | Downloaded serde_json v1.0.149 |
| 412 | 2026-05-12T02:05:18.616Z | Downloaded syn v1.0.109 |
| 413 | 2026-05-12T02:05:18.622Z | Downloaded tabled v0.15.0 |
| 414 | 2026-05-12T02:05:18.630Z | Downloaded clap_builder v4.5.60 |
| 415 | 2026-05-12T02:05:18.643Z | Downloaded syn v2.0.117 |
| 416 | 2026-05-12T02:05:18.660Z | Downloaded rustix v1.1.3 |
| 417 | 2026-05-12T02:05:18.687Z | Downloaded libc v0.2.185 |
| 418 | 2026-05-12T02:05:18.706Z | Downloaded goblin v0.8.2 |
| 419 | 2026-05-12T02:05:18.761Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-05-12T02:05:18.761Z | Compiling unicode-ident v1.0.24 |
| 421 | 2026-05-12T02:05:18.766Z | Compiling quote v1.0.45 |
| 422 | 2026-05-12T02:05:18.766Z | Compiling serde_core v1.0.228 |
| 423 | 2026-05-12T02:05:18.766Z | Compiling libc v0.2.185 |
| 424 | 2026-05-12T02:05:18.766Z | Compiling version_check v0.9.5 |
| 425 | 2026-05-12T02:05:18.766Z | Compiling memchr v2.8.0 |
| 426 | 2026-05-12T02:05:18.766Z | Compiling stable_deref_trait v1.2.1 |
| 427 | 2026-05-12T02:05:19.084Z | Compiling serde v1.0.228 |
| 428 | 2026-05-12T02:05:19.101Z | Compiling zmij v1.0.21 |
| 429 | 2026-05-12T02:05:19.308Z | Compiling itoa v1.0.17 |
| 430 | 2026-05-12T02:05:19.441Z | Compiling autocfg v1.5.0 |
| 431 | 2026-05-12T02:05:19.488Z | Compiling ucd-trie v0.1.7 |
| 432 | 2026-05-12T02:05:19.615Z | Compiling thiserror v1.0.69 |
| 433 | 2026-05-12T02:05:19.691Z | Compiling pest v2.8.6 |
| 434 | 2026-05-12T02:05:19.707Z | Compiling writeable v0.6.2 |
| 435 | 2026-05-12T02:05:19.775Z | Compiling litemap v0.8.1 |
| 436 | 2026-05-12T02:05:19.918Z | Compiling icu_properties_data v2.1.2 |
| 437 | 2026-05-12T02:05:19.973Z | Compiling byteorder v1.5.0 |
| 438 | 2026-05-12T02:05:20.121Z | Compiling icu_normalizer_data v2.1.1 |
| 439 | 2026-05-12T02:05:20.181Z | Compiling rustix v1.1.3 |
| 440 | 2026-05-12T02:05:20.282Z | Compiling syn v2.0.117 |
| 441 | 2026-05-12T02:05:20.301Z | Compiling errno v0.3.14 |
| 442 | 2026-05-12T02:05:20.336Z | Compiling serde_json v1.0.149 |
| 443 | 2026-05-12T02:05:20.386Z | Compiling bitflags v2.11.0 |
| 444 | 2026-05-12T02:05:20.592Z | Compiling num-traits v0.2.19 |
| 445 | 2026-05-12T02:05:20.619Z | Compiling equivalent v1.0.2 |
| 446 | 2026-05-12T02:05:20.697Z | Compiling hashbrown v0.17.0 |
| 447 | 2026-05-12T02:05:20.780Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-05-12T02:05:20.913Z | Compiling typeid v1.0.3 |
| 449 | 2026-05-12T02:05:20.991Z | Compiling smallvec v1.15.1 |
| 450 | 2026-05-12T02:05:21.218Z | Compiling indexmap v2.14.0 |
| 451 | 2026-05-12T02:05:21.276Z | Compiling thread-id v4.2.2 |
| 452 | 2026-05-12T02:05:21.293Z | Compiling proc-macro-error-attr v1.0.4 |
| 453 | 2026-05-12T02:05:21.363Z | Compiling usdt-impl v0.5.0 |
| 454 | 2026-05-12T02:05:21.433Z | Compiling winnow v0.7.14 |
| 455 | 2026-05-12T02:05:21.477Z | Compiling toml_write v0.1.2 |
| 456 | 2026-05-12T02:05:21.688Z | Compiling syn v1.0.109 |
| 457 | 2026-05-12T02:05:21.706Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-12T02:05:22.093Z | Compiling proc-macro-error v1.0.4 |
| 459 | 2026-05-12T02:05:22.199Z | Compiling utf8_iter v1.0.4 |
| 460 | 2026-05-12T02:05:22.288Z | Compiling percent-encoding v2.3.2 |
| 461 | 2026-05-12T02:05:22.364Z | Compiling log v0.4.29 |
| 462 | 2026-05-12T02:05:22.499Z | Compiling camino v1.2.2 |
| 463 | 2026-05-12T02:05:22.518Z | Compiling utf8parse v0.2.2 |
| 464 | 2026-05-12T02:05:22.561Z | Compiling thiserror v2.0.18 |
| 465 | 2026-05-12T02:05:22.643Z | Compiling getrandom v0.4.1 |
| 466 | 2026-05-12T02:05:22.678Z | Compiling plain v0.2.3 |
| 467 | 2026-05-12T02:05:22.738Z | Compiling anstyle-parse v0.2.7 |
| 468 | 2026-05-12T02:05:22.810Z | Compiling ordered-float v2.10.1 |
| 469 | 2026-05-12T02:05:22.900Z | Compiling form_urlencoded v1.2.2 |
| 470 | 2026-05-12T02:05:23.041Z | Compiling synstructure v0.13.2 |
| 471 | 2026-05-12T02:05:23.058Z | Compiling pest_generator v2.8.6 |
| 472 | 2026-05-12T02:05:23.135Z | Compiling terminal_size v0.4.3 |
| 473 | 2026-05-12T02:05:23.281Z | Compiling colorchoice v1.0.4 |
| 474 | 2026-05-12T02:05:23.369Z | Compiling anstyle v1.0.13 |
| 475 | 2026-05-12T02:05:23.409Z | Compiling is_terminal_polyfill v1.70.2 |
| 476 | 2026-05-12T02:05:23.502Z | Compiling pretty-hex v0.4.1 |
| 477 | 2026-05-12T02:05:23.519Z | Compiling cfg-if v1.0.4 |
| 478 | 2026-05-12T02:05:23.545Z | Compiling anstyle-query v1.1.5 |
| 479 | 2026-05-12T02:05:23.615Z | Compiling serde-untagged v0.1.9 |
| 480 | 2026-05-12T02:05:23.646Z | Compiling anstream v0.6.21 |
| 481 | 2026-05-12T02:05:23.790Z | Compiling semver v1.0.28 |
| 482 | 2026-05-12T02:05:23.808Z | Compiling fs-err v3.3.0 |
| 483 | 2026-05-12T02:05:23.867Z | Compiling fnv v1.0.7 |
| 484 | 2026-05-12T02:05:23.965Z | Compiling fastrand v2.3.0 |
| 485 | 2026-05-12T02:05:23.981Z | Compiling anyhow v1.0.102 |
| 486 | 2026-05-12T02:05:23.994Z | Compiling heck v0.5.0 |
| 487 | 2026-05-12T02:05:24.073Z | Compiling unicode-width v0.1.14 |
| 488 | 2026-05-12T02:05:24.134Z | Compiling clap_lex v1.0.0 |
| 489 | 2026-05-12T02:05:24.263Z | Compiling unicode-xid v0.2.6 |
| 490 | 2026-05-12T02:05:24.304Z | Compiling strsim v0.11.1 |
| 491 | 2026-05-12T02:05:24.350Z | Compiling bytecount v0.6.9 |
| 492 | 2026-05-12T02:05:24.402Z | Compiling once_cell v1.21.3 |
| 493 | 2026-05-12T02:05:24.402Z | Compiling heck v0.4.1 |
| 494 | 2026-05-12T02:05:24.483Z | Compiling papergrid v0.11.0 |
| 495 | 2026-05-12T02:05:24.552Z | Compiling clap_builder v4.5.60 |
| 496 | 2026-05-12T02:05:24.572Z | Compiling tempfile v3.25.0 |
| 497 | 2026-05-12T02:05:24.751Z | Compiling memmap v0.7.0 |
| 498 | 2026-05-12T02:05:24.793Z | Compiling serde_derive v1.0.228 |
| 499 | 2026-05-12T02:05:24.828Z | Compiling zerofrom-derive v0.1.6 |
| 500 | 2026-05-12T02:05:24.934Z | Compiling yoke-derive v0.8.1 |
| 501 | 2026-05-12T02:05:24.951Z | Compiling zerovec-derive v0.11.2 |
| 502 | 2026-05-12T02:05:25.137Z | Compiling displaydoc v0.2.5 |
| 503 | 2026-05-12T02:05:25.892Z | Compiling thiserror-impl v1.0.69 |
| 504 | 2026-05-12T02:05:25.910Z | Compiling zerocopy-derive v0.7.35 |
| 505 | 2026-05-12T02:05:26.080Z | Compiling pest_derive v2.8.6 |
| 506 | 2026-05-12T02:05:26.102Z | Compiling scroll_derive v0.12.1 |
| 507 | 2026-05-12T02:05:26.229Z | Compiling zerofrom v0.1.6 |
| 508 | 2026-05-12T02:05:26.369Z | Compiling yoke v0.8.1 |
| 509 | 2026-05-12T02:05:26.526Z | Compiling thiserror-impl v2.0.18 |
| 510 | 2026-05-12T02:05:26.573Z | Compiling zerovec v0.11.5 |
| 511 | 2026-05-12T02:05:26.782Z | Compiling zerotrie v0.2.3 |
| 512 | 2026-05-12T02:05:26.814Z | Compiling zerocopy v0.7.35 |
| 513 | 2026-05-12T02:05:27.118Z | Compiling tinystr v0.8.2 |
| 514 | 2026-05-12T02:05:27.153Z | Compiling potential_utf v0.1.4 |
| 515 | 2026-05-12T02:05:27.332Z | Compiling icu_locale_core v2.1.1 |
| 516 | 2026-05-12T02:05:27.336Z | Compiling icu_collections v2.1.1 |
| 517 | 2026-05-12T02:05:27.367Z | Compiling dtrace-parser v0.2.0 |
| 518 | 2026-05-12T02:05:27.447Z | Compiling scroll v0.12.0 |
| 519 | 2026-05-12T02:05:27.666Z | Compiling tabled_derive v0.7.0 |
| 520 | 2026-05-12T02:05:27.735Z | Compiling goblin v0.8.2 |
| 521 | 2026-05-12T02:05:27.776Z | Compiling clap_derive v4.5.55 |
| 522 | 2026-05-12T02:05:28.102Z | Compiling icu_provider v2.1.1 |
| 523 | 2026-05-12T02:05:28.145Z | Compiling unicode-linebreak v0.1.5 |
| 524 | 2026-05-12T02:05:28.276Z | Compiling unicode-width v0.2.0 |
| 525 | 2026-05-12T02:05:28.394Z | Compiling icu_normalizer v2.1.1 |
| 526 | 2026-05-12T02:05:28.411Z | Compiling icu_properties v2.1.2 |
| 527 | 2026-05-12T02:05:28.414Z | Compiling toml_datetime v0.6.11 |
| 528 | 2026-05-12T02:05:28.444Z | Compiling serde_spanned v0.6.9 |
| 529 | 2026-05-12T02:05:28.571Z | Compiling dof v0.3.0 |
| 530 | 2026-05-12T02:05:28.605Z | Compiling serde_tokenstream v0.2.3 |
| 531 | 2026-05-12T02:05:28.628Z | Compiling toml_edit v0.22.27 |
| 532 | 2026-05-12T02:05:28.700Z | Compiling serde-value v0.7.0 |
| 533 | 2026-05-12T02:05:28.959Z | Compiling cargo-platform v0.2.0 |
| 534 | 2026-05-12T02:05:28.980Z | Compiling smawk v0.3.2 |
| 535 | 2026-05-12T02:05:29.103Z | Compiling textwrap v0.16.2 |
| 536 | 2026-05-12T02:05:29.131Z | Compiling tabled v0.15.0 |
| 537 | 2026-05-12T02:05:29.247Z | Compiling macaddr v1.0.1 |
| 538 | 2026-05-12T02:05:29.490Z | Compiling idna_adapter v1.2.1 |
| 539 | 2026-05-12T02:05:29.573Z | Compiling usdt-attr-macro v0.5.0 |
| 540 | 2026-05-12T02:05:29.588Z | Compiling usdt-macro v0.5.0 |
| 541 | 2026-05-12T02:05:29.631Z | Compiling idna v1.1.0 |
| 542 | 2026-05-12T02:05:29.662Z | Compiling clap v4.5.60 |
| 543 | 2026-05-12T02:05:29.740Z | Compiling camino-tempfile v1.4.1 |
| 544 | 2026-05-12T02:05:29.932Z | Compiling url v2.5.8 |
| 545 | 2026-05-12T02:05:30.255Z | Compiling toml v0.8.23 |
| 546 | 2026-05-12T02:05:30.289Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 547 | 2026-05-12T02:05:30.322Z | Compiling swrite v0.1.0 |
| 548 | 2026-05-12T02:05:30.720Z | Compiling cargo-util-schemas v0.8.2 |
| 549 | 2026-05-12T02:05:30.762Z | Compiling cargo_toml v0.21.0 |
| 550 | 2026-05-12T02:05:31.020Z | Compiling usdt v0.5.0 |
| 551 | 2026-05-12T02:05:31.650Z | Compiling cargo_metadata v0.21.0 |
| 552 | 2026-05-12T02:05:32.642Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 553 | 2026-05-12T02:05:34.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.88s |
| 554 | 2026-05-12T02:05:35.016Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 555 | 2026-05-12T02:05:35.591Z | Downloading crates ... |
| 556 | 2026-05-12T02:05:35.684Z | Downloaded array-init v0.0.4 |
| 557 | 2026-05-12T02:05:35.687Z | Downloaded adler2 v2.0.1 |
| 558 | 2026-05-12T02:05:35.698Z | Downloaded ciborium-ll v0.2.2 |
| 559 | 2026-05-12T02:05:35.701Z | Downloaded atomicwrites v0.4.4 |
| 560 | 2026-05-12T02:05:35.701Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 561 | 2026-05-12T02:05:35.706Z | Downloaded bb8 v0.8.6 |
| 562 | 2026-05-12T02:05:35.709Z | Downloaded async-stream-impl v0.3.6 |
| 563 | 2026-05-12T02:05:35.709Z | Downloaded fd-lock v4.0.4 |
| 564 | 2026-05-12T02:05:35.709Z | Downloaded critical-section v1.2.0 |
| 565 | 2026-05-12T02:05:35.712Z | Downloaded bit-vec v0.6.3 |
| 566 | 2026-05-12T02:05:35.715Z | Downloaded corncobs v0.1.4 |
| 567 | 2026-05-12T02:05:35.722Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 568 | 2026-05-12T02:05:35.725Z | Downloaded blowfish v0.9.1 |
| 569 | 2026-05-12T02:05:35.725Z | Downloaded atomic-waker v1.1.2 |
| 570 | 2026-05-12T02:05:35.728Z | Downloaded base16ct v0.2.0 |
| 571 | 2026-05-12T02:05:35.731Z | Downloaded document-features v0.2.12 |
| 572 | 2026-05-12T02:05:35.734Z | Downloaded derive_more-impl v2.1.1 |
| 573 | 2026-05-12T02:05:35.737Z | Downloaded derive-ex v0.1.8 |
| 574 | 2026-05-12T02:05:35.737Z | Downloaded cfg_aliases v0.2.1 |
| 575 | 2026-05-12T02:05:35.737Z | Downloaded async-trait v0.1.89 |
| 576 | 2026-05-12T02:05:35.740Z | Downloaded base64 v0.21.7 |
| 577 | 2026-05-12T02:05:35.743Z | Downloaded dirs-next v2.0.0 |
| 578 | 2026-05-12T02:05:35.743Z | Downloaded derive_builder_core v0.20.2 |
| 579 | 2026-05-12T02:05:35.746Z | Downloaded derive_more v0.99.20 |
| 580 | 2026-05-12T02:05:35.749Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 581 | 2026-05-12T02:05:35.749Z | Downloaded ascii-canvas v3.0.0 |
| 582 | 2026-05-12T02:05:35.752Z | Downloaded aead v0.5.2 |
| 583 | 2026-05-12T02:05:35.752Z | Downloaded bit-set v0.5.3 |
| 584 | 2026-05-12T02:05:35.752Z | Downloaded der_derive v0.7.3 |
| 585 | 2026-05-12T02:05:35.752Z | Downloaded des v0.8.1 |
| 586 | 2026-05-12T02:05:35.756Z | Downloaded crc-any v2.5.0 |
| 587 | 2026-05-12T02:05:35.756Z | Downloaded block-padding v0.3.3 |
| 588 | 2026-05-12T02:05:35.760Z | Downloaded atty v0.2.14 |
| 589 | 2026-05-12T02:05:35.760Z | Downloaded async-recursion v1.1.1 |
| 590 | 2026-05-12T02:05:35.760Z | Downloaded crc8 v0.1.1 |
| 591 | 2026-05-12T02:05:35.763Z | Downloaded derive_builder v0.20.2 |
| 592 | 2026-05-12T02:05:35.763Z | Downloaded diff v0.1.13 |
| 593 | 2026-05-12T02:05:35.766Z | Downloaded cargo-platform v0.1.9 |
| 594 | 2026-05-12T02:05:35.766Z | Downloaded async-stream v0.3.6 |
| 595 | 2026-05-12T02:05:35.769Z | Downloaded foldhash v0.1.5 |
| 596 | 2026-05-12T02:05:35.769Z | Downloaded assert_matches v1.5.0 |
| 597 | 2026-05-12T02:05:35.769Z | Downloaded der v0.7.10 |
| 598 | 2026-05-12T02:05:35.772Z | Downloaded byte-wrapper v0.1.0 |
| 599 | 2026-05-12T02:05:35.775Z | Downloaded float-ord v0.3.2 |
| 600 | 2026-05-12T02:05:35.775Z | Downloaded dof v0.4.0 |
| 601 | 2026-05-12T02:05:35.775Z | Downloaded downcast-rs v2.0.2 |
| 602 | 2026-05-12T02:05:35.778Z | Downloaded display-error-chain v0.2.2 |
| 603 | 2026-05-12T02:05:35.779Z | Downloaded bit-set v0.8.0 |
| 604 | 2026-05-12T02:05:35.779Z | Downloaded endian-type v0.1.2 |
| 605 | 2026-05-12T02:05:35.779Z | Downloaded ciborium-io v0.2.2 |
| 606 | 2026-05-12T02:05:35.782Z | Downloaded debug-ignore v1.0.5 |
| 607 | 2026-05-12T02:05:35.782Z | Downloaded crunchy v0.2.4 |
| 608 | 2026-05-12T02:05:35.782Z | Downloaded cfg_aliases v0.1.1 |
| 609 | 2026-05-12T02:05:35.782Z | Downloaded embedded-io v0.4.0 |
| 610 | 2026-05-12T02:05:35.786Z | Downloaded arrayref v0.3.9 |
| 611 | 2026-05-12T02:05:35.786Z | Downloaded convert_case v0.4.0 |
| 612 | 2026-05-12T02:05:35.786Z | Downloaded compression-core v0.4.31 |
| 613 | 2026-05-12T02:05:35.786Z | Downloaded bitfield-macros v0.19.4 |
| 614 | 2026-05-12T02:05:35.790Z | Downloaded difflib v0.4.0 |
| 615 | 2026-05-12T02:05:35.790Z | Downloaded bitflags v1.3.2 |
| 616 | 2026-05-12T02:05:35.790Z | Downloaded defmt-macros v1.0.1 |
| 617 | 2026-05-12T02:05:35.793Z | Downloaded darling_macro v0.21.3 |
| 618 | 2026-05-12T02:05:35.793Z | Downloaded cobs v0.3.0 |
| 619 | 2026-05-12T02:05:35.793Z | Downloaded float-cmp v0.10.0 |
| 620 | 2026-05-12T02:05:35.798Z | Downloaded arrayvec v0.7.6 |
| 621 | 2026-05-12T02:05:35.804Z | Downloaded dyn-clone v1.0.20 |
| 622 | 2026-05-12T02:05:35.804Z | Downloaded ena v0.14.4 |
| 623 | 2026-05-12T02:05:35.807Z | Downloaded dunce v1.0.5 |
| 624 | 2026-05-12T02:05:35.807Z | Downloaded darling_macro v0.20.11 |
| 625 | 2026-05-12T02:05:35.807Z | Downloaded cstr-argument v0.1.2 |
| 626 | 2026-05-12T02:05:35.807Z | Downloaded castaway v0.2.4 |
| 627 | 2026-05-12T02:05:35.807Z | Downloaded cassowary v0.3.0 |
| 628 | 2026-05-12T02:05:35.807Z | Downloaded argon2 v0.5.3 |
| 629 | 2026-05-12T02:05:35.813Z | Downloaded foreign-types v0.5.0 |
| 630 | 2026-05-12T02:05:35.818Z | Downloaded dirs-sys-next v0.1.2 |
| 631 | 2026-05-12T02:05:35.818Z | Downloaded defmt-parser v1.0.0 |
| 632 | 2026-05-12T02:05:35.818Z | Downloaded crc v3.4.0 |
| 633 | 2026-05-12T02:05:35.818Z | Downloaded foreign-types-shared v0.3.1 |
| 634 | 2026-05-12T02:05:35.821Z | Downloaded fixedbitset v0.4.2 |
| 635 | 2026-05-12T02:05:35.821Z | Downloaded enum-as-inner v0.6.1 |
| 636 | 2026-05-12T02:05:35.821Z | Downloaded flagset v0.4.7 |
| 637 | 2026-05-12T02:05:35.821Z | Downloaded foreign-types-macros v0.2.3 |
| 638 | 2026-05-12T02:05:35.824Z | Downloaded derive_builder_macro v0.20.2 |
| 639 | 2026-05-12T02:05:35.824Z | Downloaded darling_macro v0.23.0 |
| 640 | 2026-05-12T02:05:35.824Z | Downloaded cpufeatures v0.3.0 |
| 641 | 2026-05-12T02:05:35.825Z | Downloaded futures-core v0.3.32 |
| 642 | 2026-05-12T02:05:35.827Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 643 | 2026-05-12T02:05:35.827Z | Downloaded bitfield-struct v0.6.2 |
| 644 | 2026-05-12T02:05:35.827Z | Downloaded bitfield v0.19.4 |
| 645 | 2026-05-12T02:05:35.832Z | Downloaded fxhash v0.2.1 |
| 646 | 2026-05-12T02:05:35.835Z | Downloaded futures-task v0.3.32 |
| 647 | 2026-05-12T02:05:35.835Z | Downloaded foreign-types-shared v0.1.1 |
| 648 | 2026-05-12T02:05:35.835Z | Downloaded dtrace-parser v0.3.0 |
| 649 | 2026-05-12T02:05:35.835Z | Downloaded chacha20 v0.9.1 |
| 650 | 2026-05-12T02:05:35.838Z | Downloaded aes-gcm v0.10.3 |
| 651 | 2026-05-12T02:05:35.838Z | Downloaded defmt v0.3.100 |
| 652 | 2026-05-12T02:05:35.841Z | Downloaded daft v0.1.5 |
| 653 | 2026-05-12T02:05:35.841Z | Downloaded find-msvc-tools v0.1.9 |
| 654 | 2026-05-12T02:05:35.841Z | Downloaded futures-sink v0.3.32 |
| 655 | 2026-05-12T02:05:35.844Z | Downloaded futures-io v0.3.32 |
| 656 | 2026-05-12T02:05:35.844Z | Downloaded compact_str v0.8.1 |
| 657 | 2026-05-12T02:05:35.847Z | Downloaded gethostname v0.5.0 |
| 658 | 2026-05-12T02:05:35.848Z | Downloaded ff v0.13.1 |
| 659 | 2026-05-12T02:05:35.848Z | Downloaded csv-core v0.1.13 |
| 660 | 2026-05-12T02:05:35.851Z | Downloaded funty v2.0.0 |
| 661 | 2026-05-12T02:05:35.851Z | Downloaded buf-list v1.1.2 |
| 662 | 2026-05-12T02:05:35.851Z | Downloaded cargo_metadata v0.19.2 |
| 663 | 2026-05-12T02:05:35.854Z | Downloaded backoff v0.4.0 |
| 664 | 2026-05-12T02:05:35.854Z | Downloaded env_filter v1.0.0 |
| 665 | 2026-05-12T02:05:35.854Z | Downloaded embedded-io v0.6.1 |
| 666 | 2026-05-12T02:05:35.857Z | Downloaded erased-serde v0.3.31 |
| 667 | 2026-05-12T02:05:35.857Z | Downloaded either v1.15.0 |
| 668 | 2026-05-12T02:05:35.860Z | Downloaded cipher v0.4.4 |
| 669 | 2026-05-12T02:05:35.860Z | Downloaded constant_time_eq v0.4.2 |
| 670 | 2026-05-12T02:05:35.860Z | Downloaded cbc v0.1.2 |
| 671 | 2026-05-12T02:05:35.863Z | Downloaded hash32 v0.3.1 |
| 672 | 2026-05-12T02:05:35.863Z | Downloaded globwalk v0.9.1 |
| 673 | 2026-05-12T02:05:35.863Z | Downloaded git-stub v1.0.0 |
| 674 | 2026-05-12T02:05:35.866Z | Downloaded ed25519 v2.2.3 |
| 675 | 2026-05-12T02:05:35.866Z | Downloaded darling v0.20.11 |
| 676 | 2026-05-12T02:05:35.869Z | Downloaded hex v0.4.3 |
| 677 | 2026-05-12T02:05:35.869Z | Downloaded home v0.5.12 |
| 678 | 2026-05-12T02:05:35.872Z | Downloaded headers-core v0.3.0 |
| 679 | 2026-05-12T02:05:35.872Z | Downloaded hash32 v0.2.1 |
| 680 | 2026-05-12T02:05:35.872Z | Downloaded bzip2 v0.6.1 |
| 681 | 2026-05-12T02:05:35.872Z | Downloaded crossbeam-deque v0.8.6 |
| 682 | 2026-05-12T02:05:35.875Z | Downloaded httpdate v1.0.3 |
| 683 | 2026-05-12T02:05:35.875Z | Downloaded console v0.16.2 |
| 684 | 2026-05-12T02:05:35.875Z | Downloaded bcs v0.1.6 |
| 685 | 2026-05-12T02:05:35.878Z | Downloaded http-body v1.0.1 |
| 686 | 2026-05-12T02:05:35.878Z | Downloaded ctr v0.9.2 |
| 687 | 2026-05-12T02:05:35.882Z | Downloaded foreign-types v0.3.2 |
| 688 | 2026-05-12T02:05:35.882Z | Downloaded const_format_proc_macros v0.2.34 |
| 689 | 2026-05-12T02:05:35.882Z | Downloaded convert_case v0.10.0 |
| 690 | 2026-05-12T02:05:35.885Z | Downloaded diesel-dtrace v0.5.0 |
| 691 | 2026-05-12T02:05:35.885Z | Downloaded deranged v0.5.8 |
| 692 | 2026-05-12T02:05:35.885Z | Downloaded defmt v1.0.1 |
| 693 | 2026-05-12T02:05:35.888Z | Downloaded hostname v0.4.2 |
| 694 | 2026-05-12T02:05:35.891Z | Downloaded http-range v0.1.5 |
| 695 | 2026-05-12T02:05:35.891Z | Downloaded futures-executor v0.3.32 |
| 696 | 2026-05-12T02:05:35.891Z | Downloaded hostname v0.3.1 |
| 697 | 2026-05-12T02:05:35.891Z | Downloaded foldhash v0.2.0 |
| 698 | 2026-05-12T02:05:35.894Z | Downloaded fallible-iterator v0.2.0 |
| 699 | 2026-05-12T02:05:35.894Z | Downloaded cmake v0.1.57 |
| 700 | 2026-05-12T02:05:35.894Z | Downloaded cexpr v0.6.0 |
| 701 | 2026-05-12T02:05:35.898Z | Downloaded hubpack_derive v0.1.1 |
| 702 | 2026-05-12T02:05:35.898Z | Downloaded compression-codecs v0.4.37 |
| 703 | 2026-05-12T02:05:35.901Z | Downloaded darling v0.23.0 |
| 704 | 2026-05-12T02:05:35.901Z | Downloaded hex-literal v0.4.1 |
| 705 | 2026-05-12T02:05:35.904Z | Downloaded crossbeam-epoch v0.9.18 |
| 706 | 2026-05-12T02:05:35.904Z | Downloaded drift v0.1.4 |
| 707 | 2026-05-12T02:05:35.909Z | Downloaded ghash v0.5.1 |
| 708 | 2026-05-12T02:05:35.913Z | Downloaded ident_case v1.0.1 |
| 709 | 2026-05-12T02:05:35.913Z | Downloaded git-stub-vcs v0.1.0 |
| 710 | 2026-05-12T02:05:35.913Z | Downloaded hyper-tls v0.6.0 |
| 711 | 2026-05-12T02:05:35.913Z | Downloaded instant v0.1.13 |
| 712 | 2026-05-12T02:05:35.917Z | Downloaded indent_write v2.2.0 |
| 713 | 2026-05-12T02:05:35.917Z | Downloaded ahash v0.8.12 |
| 714 | 2026-05-12T02:05:35.917Z | Downloaded indoc v1.0.9 |
| 715 | 2026-05-12T02:05:35.920Z | Downloaded diesel_derives v2.3.7 |
| 716 | 2026-05-12T02:05:35.923Z | Downloaded cookie v0.18.1 |
| 717 | 2026-05-12T02:05:35.923Z | Downloaded group v0.13.0 |
| 718 | 2026-05-12T02:05:35.927Z | Downloaded colored v2.2.0 |
| 719 | 2026-05-12T02:05:35.927Z | Downloaded inout v0.1.4 |
| 720 | 2026-05-12T02:05:35.927Z | Downloaded ciborium v0.2.2 |
| 721 | 2026-05-12T02:05:35.930Z | Downloaded is_ci v1.2.0 |
| 722 | 2026-05-12T02:05:35.931Z | Downloaded internet-checksum v0.2.1 |
| 723 | 2026-05-12T02:05:35.931Z | Downloaded chacha20 v0.10.0 |
| 724 | 2026-05-12T02:05:35.934Z | Downloaded instability v0.3.11 |
| 725 | 2026-05-12T02:05:35.934Z | Downloaded blake2 v0.10.6 |
| 726 | 2026-05-12T02:05:35.934Z | Downloaded console v0.15.11 |
| 727 | 2026-05-12T02:05:35.937Z | Downloaded keccak v0.1.6 |
| 728 | 2026-05-12T02:05:35.937Z | Downloaded bzip2 v0.4.4 |
| 729 | 2026-05-12T02:05:35.939Z | Downloaded hubpack v0.1.2 |
| 730 | 2026-05-12T02:05:35.940Z | Downloaded cookie_store v0.22.1 |
| 731 | 2026-05-12T02:05:35.940Z | Downloaded glob v0.3.3 |
| 732 | 2026-05-12T02:05:35.943Z | Downloaded fs-err v2.11.0 |
| 733 | 2026-05-12T02:05:35.943Z | Downloaded fixedbitset v0.5.7 |
| 734 | 2026-05-12T02:05:35.943Z | Downloaded colored v3.1.1 |
| 735 | 2026-05-12T02:05:35.946Z | Downloaded darling v0.21.3 |
| 736 | 2026-05-12T02:05:35.949Z | Downloaded lazy_static v1.5.0 |
| 737 | 2026-05-12T02:05:35.949Z | Downloaded env_logger v0.11.9 |
| 738 | 2026-05-12T02:05:35.952Z | Downloaded http-body-util v0.1.3 |
| 739 | 2026-05-12T02:05:35.952Z | Downloaded crossbeam-utils v0.8.21 |
| 740 | 2026-05-12T02:05:35.955Z | Downloaded const-oid v0.9.6 |
| 741 | 2026-05-12T02:05:35.955Z | Downloaded highway v1.3.0 |
| 742 | 2026-05-12T02:05:35.959Z | Downloaded cancel-safe-futures v0.1.5 |
| 743 | 2026-05-12T02:05:35.959Z | Downloaded kstat-rs v0.2.4 |
| 744 | 2026-05-12T02:05:35.961Z | Downloaded clang-sys v1.8.1 |
| 745 | 2026-05-12T02:05:35.962Z | Downloaded backon v1.6.0 |
| 746 | 2026-05-12T02:05:35.964Z | Downloaded lru-cache v0.1.2 |
| 747 | 2026-05-12T02:05:35.964Z | Downloaded futures-channel v0.3.32 |
| 748 | 2026-05-12T02:05:35.964Z | Downloaded match_cfg v0.1.0 |
| 749 | 2026-05-12T02:05:35.964Z | Downloaded lzss v0.8.2 |
| 750 | 2026-05-12T02:05:35.968Z | Downloaded md-5 v0.10.6 |
| 751 | 2026-05-12T02:05:35.968Z | Downloaded maplit v1.0.2 |
| 752 | 2026-05-12T02:05:35.968Z | Downloaded managed v0.8.0 |
| 753 | 2026-05-12T02:05:35.971Z | Downloaded maybe-uninit v2.0.0 |
| 754 | 2026-05-12T02:05:35.971Z | Downloaded crc32fast v1.5.0 |
| 755 | 2026-05-12T02:05:35.971Z | Downloaded mime v0.3.17 |
| 756 | 2026-05-12T02:05:35.974Z | Downloaded daft-derive v0.1.5 |
| 757 | 2026-05-12T02:05:35.974Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 758 | 2026-05-12T02:05:35.977Z | Downloaded linked-hash-map v0.5.6 |
| 759 | 2026-05-12T02:05:35.977Z | Downloaded md5 v0.7.0 |
| 760 | 2026-05-12T02:05:35.980Z | Downloaded globset v0.4.18 |
| 761 | 2026-05-12T02:05:35.980Z | Downloaded async-bb8-diesel v0.2.1 |
| 762 | 2026-05-12T02:05:35.980Z | Downloaded half v1.8.3 |
| 763 | 2026-05-12T02:05:35.985Z | Downloaded hyper-staticfile v0.10.1 |
| 764 | 2026-05-12T02:05:35.985Z | Downloaded camino-tempfile-ext v0.3.3 |
| 765 | 2026-05-12T02:05:35.985Z | Downloaded fs_extra v1.3.0 |
| 766 | 2026-05-12T02:05:35.989Z | Downloaded indoc v2.0.7 |
| 767 | 2026-05-12T02:05:35.989Z | Downloaded multimap v0.10.1 |
| 768 | 2026-05-12T02:05:35.989Z | Downloaded memoffset v0.9.1 |
| 769 | 2026-05-12T02:05:35.989Z | Downloaded nibble_vec v0.1.0 |
| 770 | 2026-05-12T02:05:35.992Z | Downloaded ipnetwork v0.21.1 |
| 771 | 2026-05-12T02:05:35.992Z | Downloaded ingot-types v0.1.2 |
| 772 | 2026-05-12T02:05:35.992Z | Downloaded newline-converter v0.3.0 |
| 773 | 2026-05-12T02:05:35.992Z | Downloaded new_debug_unreachable v1.0.6 |
| 774 | 2026-05-12T02:05:35.996Z | Downloaded ecdsa v0.16.9 |
| 775 | 2026-05-12T02:05:35.996Z | Downloaded getrandom v0.2.17 |
| 776 | 2026-05-12T02:05:35.999Z | Downloaded filetime v0.2.27 |
| 777 | 2026-05-12T02:05:36.000Z | Downloaded data-encoding v2.10.0 |
| 778 | 2026-05-12T02:05:36.000Z | Downloaded base64ct v1.8.3 |
| 779 | 2026-05-12T02:05:36.003Z | Downloaded bit-vec v0.8.0 |
| 780 | 2026-05-12T02:05:36.003Z | Downloaded futures-macro v0.3.32 |
| 781 | 2026-05-12T02:05:36.003Z | Downloaded allocator-api2 v0.2.21 |
| 782 | 2026-05-12T02:05:36.006Z | Downloaded nonempty v0.12.0 |
| 783 | 2026-05-12T02:05:36.006Z | Downloaded ingot v0.1.1 |
| 784 | 2026-05-12T02:05:36.006Z | Downloaded is-terminal v0.4.17 |
| 785 | 2026-05-12T02:05:36.007Z | Downloaded ipnet v2.11.0 |
| 786 | 2026-05-12T02:05:36.011Z | Downloaded num-iter v0.1.45 |
| 787 | 2026-05-12T02:05:36.011Z | Downloaded base64 v0.22.1 |
| 788 | 2026-05-12T02:05:36.014Z | Downloaded normalize-line-endings v0.3.0 |
| 789 | 2026-05-12T02:05:36.014Z | Downloaded nodrop v0.1.14 |
| 790 | 2026-05-12T02:05:36.014Z | Downloaded num v0.4.3 |
| 791 | 2026-05-12T02:05:36.014Z | Downloaded num-conv v0.2.0 |
| 792 | 2026-05-12T02:05:36.014Z | Downloaded newtype_derive v0.1.6 |
| 793 | 2026-05-12T02:05:36.017Z | Downloaded fatfs v0.3.6 |
| 794 | 2026-05-12T02:05:36.017Z | Downloaded lalrpop-util v0.19.12 |
| 795 | 2026-05-12T02:05:36.017Z | Downloaded elliptic-curve v0.13.8 |
| 796 | 2026-05-12T02:05:36.020Z | Downloaded num-derive v0.4.2 |
| 797 | 2026-05-12T02:05:36.020Z | Downloaded num-derive v0.3.3 |
| 798 | 2026-05-12T02:05:36.024Z | Downloaded lru-slab v0.1.2 |
| 799 | 2026-05-12T02:05:36.024Z | Downloaded libefi-sys v0.1.0 |
| 800 | 2026-05-12T02:05:36.024Z | Downloaded cc v1.2.56 |
| 801 | 2026-05-12T02:05:36.028Z | Downloaded bumpalo v3.20.2 |
| 802 | 2026-05-12T02:05:36.028Z | Downloaded linear-map v1.2.0 |
| 803 | 2026-05-12T02:05:36.028Z | Downloaded openssl-macros v0.1.1 |
| 804 | 2026-05-12T02:05:36.031Z | Downloaded opaque-debug v0.3.1 |
| 805 | 2026-05-12T02:05:36.031Z | Downloaded olpc-cjson v0.1.4 |
| 806 | 2026-05-12T02:05:36.031Z | Downloaded oso-derive v0.27.3 |
| 807 | 2026-05-12T02:05:36.031Z | Downloaded openssl-probe v0.2.1 |
| 808 | 2026-05-12T02:05:36.034Z | Downloaded openssl-probe v0.1.6 |
| 809 | 2026-05-12T02:05:36.034Z | Downloaded jobserver v0.1.34 |
| 810 | 2026-05-12T02:05:36.034Z | Downloaded num_threads v0.1.7 |
| 811 | 2026-05-12T02:05:36.034Z | Downloaded dropshot_endpoint v0.16.7 |
| 812 | 2026-05-12T02:05:36.037Z | Downloaded num_enum_derive v0.5.11 |
| 813 | 2026-05-12T02:05:36.038Z | Downloaded humantime v2.3.0 |
| 814 | 2026-05-12T02:05:36.040Z | Downloaded derive-where v1.6.0 |
| 815 | 2026-05-12T02:05:36.041Z | Downloaded hmac v0.12.1 |
| 816 | 2026-05-12T02:05:36.044Z | Downloaded iana-time-zone v0.1.65 |
| 817 | 2026-05-12T02:05:36.044Z | Downloaded multer v3.1.0 |
| 818 | 2026-05-12T02:05:36.046Z | Downloaded ingot-macros v0.1.1 |
| 819 | 2026-05-12T02:05:36.047Z | Downloaded darling_core v0.21.3 |
| 820 | 2026-05-12T02:05:36.050Z | Downloaded newtype-uuid-macros v0.1.0 |
| 821 | 2026-05-12T02:05:36.050Z | Downloaded lru v0.12.5 |
| 822 | 2026-05-12T02:05:36.053Z | Downloaded newtype-uuid v1.3.2 |
| 823 | 2026-05-12T02:05:36.053Z | Downloaded native-tls v0.2.18 |
| 824 | 2026-05-12T02:05:36.053Z | Downloaded nanorand v0.7.0 |
| 825 | 2026-05-12T02:05:36.058Z | Downloaded libsw v3.5.0 |
| 826 | 2026-05-12T02:05:36.058Z | Downloaded hyper-rustls v0.27.7 |
| 827 | 2026-05-12T02:05:36.061Z | Downloaded lock_api v0.4.14 |
| 828 | 2026-05-12T02:05:36.061Z | Downloaded half v2.7.1 |
| 829 | 2026-05-12T02:05:36.061Z | Downloaded mime_guess v2.0.5 |
| 830 | 2026-05-12T02:05:36.061Z | Downloaded chacha20poly1305 v0.10.1 |
| 831 | 2026-05-12T02:05:36.064Z | Downloaded bytes v1.11.1 |
| 832 | 2026-05-12T02:05:36.064Z | Downloaded packed_struct_codegen v0.10.1 |
| 833 | 2026-05-12T02:05:36.067Z | Downloaded libscf-sys v1.1.0 |
| 834 | 2026-05-12T02:05:36.067Z | Downloaded getrandom v0.3.4 |
| 835 | 2026-05-12T02:05:36.070Z | Downloaded futures v0.3.32 |
| 836 | 2026-05-12T02:05:36.073Z | Downloaded parse-display v0.10.0 |
| 837 | 2026-05-12T02:05:36.073Z | Downloaded dropshot_endpoint v0.17.0 |
| 838 | 2026-05-12T02:05:36.076Z | Downloaded dsl_auto_type v0.2.0 |
| 839 | 2026-05-12T02:05:36.076Z | Downloaded crucible-workspace-hack v0.1.0 |
| 840 | 2026-05-12T02:05:36.076Z | Downloaded httparse v1.10.1 |
| 841 | 2026-05-12T02:05:36.079Z | Downloaded async-compression v0.4.41 |
| 842 | 2026-05-12T02:05:36.082Z | Downloaded const_format v0.2.35 |
| 843 | 2026-05-12T02:05:36.085Z | Downloaded path-slash v0.1.5 |
| 844 | 2026-05-12T02:05:36.085Z | Downloaded parse-size v1.1.0 |
| 845 | 2026-05-12T02:05:36.085Z | Downloaded pbkdf2 v0.12.2 |
| 846 | 2026-05-12T02:05:36.102Z | Downloaded phf_shared v0.11.3 |
| 847 | 2026-05-12T02:05:36.105Z | Downloaded owo-colors v4.3.0 |
| 848 | 2026-05-12T02:05:36.105Z | Downloaded peg-runtime v0.8.5 |
| 849 | 2026-05-12T02:05:36.105Z | Downloaded num_enum_derive v0.7.5 |
| 850 | 2026-05-12T02:05:36.108Z | Downloaded num_enum v0.7.5 |
| 851 | 2026-05-12T02:05:36.108Z | Downloaded num_enum v0.5.11 |
| 852 | 2026-05-12T02:05:36.111Z | Downloaded libloading v0.8.9 |
| 853 | 2026-05-12T02:05:36.114Z | Downloaded darling_core v0.20.11 |
| 854 | 2026-05-12T02:05:36.117Z | Downloaded arc-swap v1.8.2 |
| 855 | 2026-05-12T02:05:36.118Z | Downloaded predicates-core v1.0.10 |
| 856 | 2026-05-12T02:05:36.120Z | Downloaded precomputed-hash v0.1.1 |
| 857 | 2026-05-12T02:05:36.121Z | Downloaded pin-utils v0.1.0 |
| 858 | 2026-05-12T02:05:36.121Z | Downloaded phf_shared v0.13.1 |
| 859 | 2026-05-12T02:05:36.121Z | Downloaded crypto-bigint v0.5.5 |
| 860 | 2026-05-12T02:05:36.124Z | Downloaded progenitor-client v0.10.0 |
| 861 | 2026-05-12T02:05:36.127Z | Downloaded proc-macro-crate v3.4.0 |
| 862 | 2026-05-12T02:05:36.127Z | Downloaded parking_lot_core v0.8.6 |
| 863 | 2026-05-12T02:05:36.127Z | Downloaded packed_struct v0.10.1 |
| 864 | 2026-05-12T02:05:36.130Z | Downloaded oxnet v0.1.4 |
| 865 | 2026-05-12T02:05:36.131Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 866 | 2026-05-12T02:05:36.131Z | Downloaded predicates-tree v1.0.13 |
| 867 | 2026-05-12T02:05:36.134Z | Downloaded powerfmt v0.2.0 |
| 868 | 2026-05-12T02:05:36.134Z | Downloaded heapless v0.7.17 |
| 869 | 2026-05-12T02:05:36.137Z | Downloaded ar_archive_writer v0.5.1 |
| 870 | 2026-05-12T02:05:36.137Z | Downloaded password-hash v0.4.2 |
| 871 | 2026-05-12T02:05:36.140Z | Downloaded heapless v0.8.0 |
| 872 | 2026-05-12T02:05:36.140Z | Downloaded parse-display-derive v0.10.0 |
| 873 | 2026-05-12T02:05:36.143Z | Downloaded headers v0.4.1 |
| 874 | 2026-05-12T02:05:36.146Z | Downloaded oxide-tokio-rt v0.1.4 |
| 875 | 2026-05-12T02:05:36.146Z | Downloaded libbz2-rs-sys v0.2.2 |
| 876 | 2026-05-12T02:05:36.152Z | Downloaded memmap2 v0.9.10 |
| 877 | 2026-05-12T02:05:36.152Z | Downloaded litrs v1.0.0 |
| 878 | 2026-05-12T02:05:36.155Z | Downloaded progenitor-client v0.11.2 |
| 879 | 2026-05-12T02:05:36.155Z | Downloaded progenitor-client v0.14.0 |
| 880 | 2026-05-12T02:05:36.155Z | Downloaded nu-ansi-term v0.50.3 |
| 881 | 2026-05-12T02:05:36.155Z | Downloaded progenitor-macro v0.10.0 |
| 882 | 2026-05-12T02:05:36.155Z | Downloaded pem-rfc7468 v0.7.0 |
| 883 | 2026-05-12T02:05:36.155Z | Downloaded progenitor-macro v0.13.0 |
| 884 | 2026-05-12T02:05:36.158Z | Downloaded indexmap v1.9.3 |
| 885 | 2026-05-12T02:05:36.158Z | Downloaded peg v0.8.5 |
| 886 | 2026-05-12T02:05:36.161Z | Downloaded progenitor-macro v0.11.2 |
| 887 | 2026-05-12T02:05:36.161Z | Downloaded flate2 v1.1.9 |
| 888 | 2026-05-12T02:05:36.164Z | Downloaded psl-types v2.0.11 |
| 889 | 2026-05-12T02:05:36.164Z | Downloaded progenitor-macro v0.14.0 |
| 890 | 2026-05-12T02:05:36.167Z | Downloaded phf v0.13.1 |
| 891 | 2026-05-12T02:05:36.167Z | Downloaded num-integer v0.1.46 |
| 892 | 2026-05-12T02:05:36.167Z | Downloaded radium v0.7.0 |
| 893 | 2026-05-12T02:05:36.168Z | Downloaded phf v0.12.1 |
| 894 | 2026-05-12T02:05:36.172Z | Downloaded pem v3.0.6 |
| 895 | 2026-05-12T02:05:36.172Z | Downloaded peg-macros v0.8.5 |
| 896 | 2026-05-12T02:05:36.172Z | Downloaded libsw-core v0.3.2 |
| 897 | 2026-05-12T02:05:36.175Z | Downloaded ignore v0.4.25 |
| 898 | 2026-05-12T02:05:36.175Z | Downloaded num-complex v0.4.6 |
| 899 | 2026-05-12T02:05:36.175Z | Downloaded flume v0.11.1 |
| 900 | 2026-05-12T02:05:36.178Z | Downloaded darling_core v0.23.0 |
| 901 | 2026-05-12T02:05:36.181Z | Downloaded pbkdf2 v0.11.0 |
| 902 | 2026-05-12T02:05:36.181Z | Downloaded crc-catalog v2.4.0 |
| 903 | 2026-05-12T02:05:36.185Z | Downloaded poly1305 v0.8.0 |
| 904 | 2026-05-12T02:05:36.188Z | Downloaded pkcs8 v0.10.2 |
| 905 | 2026-05-12T02:05:36.192Z | Downloaded postgres-protocol v0.6.10 |
| 906 | 2026-05-12T02:05:36.195Z | Downloaded proc-macro-crate v1.3.1 |
| 907 | 2026-05-12T02:05:36.195Z | Downloaded predicates v3.1.4 |
| 908 | 2026-05-12T02:05:36.198Z | Downloaded polyval v0.6.2 |
| 909 | 2026-05-12T02:05:36.198Z | Downloaded pin-project-lite v0.2.17 |
| 910 | 2026-05-12T02:05:36.201Z | Downloaded ref-cast v1.0.25 |
| 911 | 2026-05-12T02:05:36.204Z | Downloaded ref-cast-impl v1.0.25 |
| 912 | 2026-05-12T02:05:36.204Z | Downloaded indicatif v0.18.4 |
| 913 | 2026-05-12T02:05:36.204Z | Downloaded parking_lot v0.11.2 |
| 914 | 2026-05-12T02:05:36.207Z | Downloaded parking_lot v0.12.5 |
| 915 | 2026-05-12T02:05:36.211Z | Downloaded recursive v0.1.1 |
| 916 | 2026-05-12T02:05:36.211Z | Downloaded progenitor v0.11.2 |
| 917 | 2026-05-12T02:05:36.211Z | Downloaded progenitor v0.10.0 |
| 918 | 2026-05-12T02:05:36.214Z | Downloaded proc-macro-error2 v2.0.1 |
| 919 | 2026-05-12T02:05:36.214Z | Downloaded password-hash v0.5.0 |
| 920 | 2026-05-12T02:05:36.214Z | Downloaded progenitor v0.14.0 |
| 921 | 2026-05-12T02:05:36.218Z | Downloaded parking_lot_core v0.9.12 |
| 922 | 2026-05-12T02:05:36.218Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 923 | 2026-05-12T02:05:36.221Z | Downloaded pin-project-internal v1.1.11 |
| 924 | 2026-05-12T02:05:36.221Z | Downloaded num-rational v0.4.2 |
| 925 | 2026-05-12T02:05:36.226Z | Downloaded expectorate v1.2.0 |
| 926 | 2026-05-12T02:05:36.229Z | Downloaded quick-error v1.2.3 |
| 927 | 2026-05-12T02:05:36.229Z | Downloaded progenitor-extras v0.2.0 |
| 928 | 2026-05-12T02:05:36.232Z | Downloaded psm v0.1.30 |
| 929 | 2026-05-12T02:05:36.232Z | Downloaded omicron-zone-package v0.12.2 |
| 930 | 2026-05-12T02:05:36.235Z | Downloaded dropshot-api-manager v0.7.1 |
| 931 | 2026-05-12T02:05:36.238Z | Downloaded rustc_version v0.4.1 |
| 932 | 2026-05-12T02:05:36.238Z | Downloaded rfc6979 v0.4.0 |
| 933 | 2026-05-12T02:05:36.238Z | Downloaded ed25519-dalek v2.2.0 |
| 934 | 2026-05-12T02:05:36.241Z | Downloaded rustc_version v0.1.7 |
| 935 | 2026-05-12T02:05:36.241Z | Downloaded oso v0.27.3 |
| 936 | 2026-05-12T02:05:36.244Z | Downloaded r2d2 v0.8.10 |
| 937 | 2026-05-12T02:05:36.247Z | Downloaded p256 v0.13.2 |
| 938 | 2026-05-12T02:05:36.247Z | Downloaded crossbeam-channel v0.5.15 |
| 939 | 2026-05-12T02:05:36.250Z | Downloaded rand_xorshift v0.4.0 |
| 940 | 2026-05-12T02:05:36.250Z | Downloaded rand_chacha v0.3.1 |
| 941 | 2026-05-12T02:05:36.250Z | Downloaded ppv-lite86 v0.2.21 |
| 942 | 2026-05-12T02:05:36.253Z | Downloaded rustc-hash v2.1.1 |
| 943 | 2026-05-12T02:05:36.253Z | Downloaded pkcs5 v0.7.1 |
| 944 | 2026-05-12T02:05:36.257Z | Downloaded russh-cryptovec v0.7.3 |
| 945 | 2026-05-12T02:05:36.257Z | Downloaded papergrid v0.17.0 |
| 946 | 2026-05-12T02:05:36.260Z | Downloaded rand_core v0.9.5 |
| 947 | 2026-05-12T02:05:36.260Z | Downloaded postgres-types v0.2.12 |
| 948 | 2026-05-12T02:05:36.263Z | Downloaded rand_seeder v0.4.0 |
| 949 | 2026-05-12T02:05:36.263Z | Downloaded postcard v1.1.3 |
| 950 | 2026-05-12T02:05:36.267Z | Downloaded miniz_oxide v0.8.9 |
| 951 | 2026-05-12T02:05:36.267Z | Downloaded salsa20 v0.10.2 |
| 952 | 2026-05-12T02:05:36.267Z | Downloaded rand_core v0.6.4 |
| 953 | 2026-05-12T02:05:36.270Z | Downloaded scopeguard v1.2.0 |
| 954 | 2026-05-12T02:05:36.270Z | Downloaded rand_chacha v0.9.0 |
| 955 | 2026-05-12T02:05:36.270Z | Downloaded rtoolbox v0.0.3 |
| 956 | 2026-05-12T02:05:36.273Z | Downloaded rand_core v0.10.0 |
| 957 | 2026-05-12T02:05:36.273Z | Downloaded aes v0.8.4 |
| 958 | 2026-05-12T02:05:36.276Z | Downloaded primeorder v0.13.6 |
| 959 | 2026-05-12T02:05:36.276Z | Downloaded hashbrown v0.13.2 |
| 960 | 2026-05-12T02:05:36.279Z | Downloaded same-file v1.0.6 |
| 961 | 2026-05-12T02:05:36.279Z | Downloaded progenitor-client v0.13.0 |
| 962 | 2026-05-12T02:05:36.279Z | Downloaded paste v1.0.15 |
| 963 | 2026-05-12T02:05:36.282Z | Downloaded hickory-resolver v0.25.2 |
| 964 | 2026-05-12T02:05:36.285Z | Downloaded hickory-resolver v0.24.4 |
| 965 | 2026-05-12T02:05:36.288Z | Downloaded pkg-config v0.3.32 |
| 966 | 2026-05-12T02:05:36.288Z | Downloaded pkcs1 v0.7.5 |
| 967 | 2026-05-12T02:05:36.291Z | Downloaded scheduled-thread-pool v0.2.7 |
| 968 | 2026-05-12T02:05:36.291Z | Downloaded scroll_derive v0.13.1 |
| 969 | 2026-05-12T02:05:36.295Z | Downloaded scrypt v0.11.0 |
| 970 | 2026-05-12T02:05:36.298Z | Downloaded resolv-conf v0.7.6 |
| 971 | 2026-05-12T02:05:36.298Z | Downloaded jiff-static v0.2.21 |
| 972 | 2026-05-12T02:05:36.301Z | Downloaded pin-project v1.1.11 |
| 973 | 2026-05-12T02:05:36.305Z | Downloaded serde-big-array v0.5.1 |
| 974 | 2026-05-12T02:05:36.308Z | Downloaded seq-macro v0.3.6 |
| 975 | 2026-05-12T02:05:36.308Z | Downloaded semver v0.1.20 |
| 976 | 2026-05-12T02:05:36.308Z | Downloaded rustls-pemfile v2.2.0 |
| 977 | 2026-05-12T02:05:36.311Z | Downloaded secrecy v0.10.3 |
| 978 | 2026-05-12T02:05:36.311Z | Downloaded secrecy v0.8.0 |
| 979 | 2026-05-12T02:05:36.311Z | Downloaded derive_more v2.1.1 |
| 980 | 2026-05-12T02:05:36.317Z | Downloaded rustversion v1.0.22 |
| 981 | 2026-05-12T02:05:36.320Z | Downloaded rustls-native-certs v0.8.3 |
| 982 | 2026-05-12T02:05:36.325Z | Downloaded shell-words v1.1.1 |
| 983 | 2026-05-12T02:05:36.325Z | Downloaded serde_bytes v0.11.19 |
| 984 | 2026-05-12T02:05:36.329Z | Downloaded serde_plain v1.0.2 |
| 985 | 2026-05-12T02:05:36.333Z | Downloaded progenitor v0.13.0 |
| 986 | 2026-05-12T02:05:36.335Z | Downloaded signature v2.2.0 |
| 987 | 2026-05-12T02:05:36.339Z | Downloaded sapling-renderdag v0.1.0 |
| 988 | 2026-05-12T02:05:36.339Z | Downloaded sigpipe v0.1.3 |
| 989 | 2026-05-12T02:05:36.342Z | Downloaded serde_spanned v1.0.4 |
| 990 | 2026-05-12T02:05:36.345Z | Downloaded rusty-fork v0.3.1 |
| 991 | 2026-05-12T02:05:36.345Z | Downloaded scroll v0.13.0 |
| 992 | 2026-05-12T02:05:36.345Z | Downloaded hickory-server v0.25.2 |
| 993 | 2026-05-12T02:05:36.348Z | Downloaded signal-hook-mio v0.2.5 |
| 994 | 2026-05-12T02:05:36.348Z | Downloaded blake3 v1.8.3 |
| 995 | 2026-05-12T02:05:36.353Z | Downloaded quinn-udp v0.5.14 |
| 996 | 2026-05-12T02:05:36.356Z | Downloaded progenitor-impl v0.13.0 |
| 997 | 2026-05-12T02:05:36.356Z | Downloaded progenitor-impl v0.11.2 |
| 998 | 2026-05-12T02:05:36.359Z | Downloaded siphasher v1.0.2 |
| 999 | 2026-05-12T02:05:36.359Z | Downloaded sec1 v0.7.3 |
| 1000 | 2026-05-12T02:05:36.362Z | Downloaded schemars_derive v0.8.22 |
| 1001 | 2026-05-12T02:05:36.362Z | Downloaded phf_shared v0.12.1 |
| 1002 | 2026-05-12T02:05:36.362Z | Downloaded crossterm v0.28.1 |
| 1003 | 2026-05-12T02:05:36.365Z | Downloaded slog-envlogger v2.2.0 |
| 1004 | 2026-05-12T02:05:36.368Z | Downloaded sha1 v0.10.6 |
| 1005 | 2026-05-12T02:05:36.368Z | Downloaded slog-bunyan v2.5.0 |
| 1006 | 2026-05-12T02:05:36.368Z | Downloaded signal-hook-tokio v0.3.1 |
| 1007 | 2026-05-12T02:05:36.371Z | Downloaded serde_urlencoded v0.7.1 |
| 1008 | 2026-05-12T02:05:36.378Z | Downloaded rustls-pemfile v1.0.4 |
| 1009 | 2026-05-12T02:05:36.391Z | Downloaded serde-hex v0.1.0 |
| 1010 | 2026-05-12T02:05:36.391Z | Downloaded ssh-encoding v0.2.0 |
| 1011 | 2026-05-12T02:05:36.391Z | Downloaded hyper-util v0.1.20 |
| 1012 | 2026-05-12T02:05:36.394Z | Downloaded sqlparser_derive v0.5.0 |
| 1013 | 2026-05-12T02:05:36.397Z | Downloaded serde_path_to_error v0.1.20 |
| 1014 | 2026-05-12T02:05:36.397Z | Downloaded prefix-trie v0.7.0 |
| 1015 | 2026-05-12T02:05:36.400Z | Downloaded ssh-cipher v0.2.0 |
| 1016 | 2026-05-12T02:05:36.400Z | Downloaded sct v0.7.1 |
| 1017 | 2026-05-12T02:05:36.404Z | Downloaded itertools v0.10.5 |
| 1018 | 2026-05-12T02:05:36.408Z | Downloaded strum v0.26.3 |
| 1019 | 2026-05-12T02:05:36.411Z | Downloaded shlex v1.3.0 |
| 1020 | 2026-05-12T02:05:36.411Z | Downloaded serde_repr v0.1.20 |
| 1021 | 2026-05-12T02:05:36.411Z | Downloaded supports-color v3.0.2 |
| 1022 | 2026-05-12T02:05:36.414Z | Downloaded serde_derive_internals v0.29.1 |
| 1023 | 2026-05-12T02:05:36.420Z | Downloaded hashbrown v0.12.3 |
| 1024 | 2026-05-12T02:05:36.423Z | Downloaded simd-adler32 v0.3.8 |
| 1025 | 2026-05-12T02:05:36.423Z | Downloaded signal-hook-registry v1.4.8 |
| 1026 | 2026-05-12T02:05:36.426Z | Downloaded progenitor-impl v0.10.0 |
| 1027 | 2026-05-12T02:05:36.429Z | Downloaded strum v0.27.2 |
| 1028 | 2026-05-12T02:05:36.434Z | Downloaded sync-ptr v0.1.4 |
| 1029 | 2026-05-12T02:05:36.434Z | Downloaded subtle v2.6.1 |
| 1030 | 2026-05-12T02:05:36.437Z | Downloaded slab v0.4.12 |
| 1031 | 2026-05-12T02:05:36.437Z | Downloaded structmeta v0.3.0 |
| 1032 | 2026-05-12T02:05:36.440Z | Downloaded http v1.4.0 |
| 1033 | 2026-05-12T02:05:36.443Z | Downloaded sync_wrapper v1.0.2 |
| 1034 | 2026-05-12T02:05:36.443Z | Downloaded structmeta-derive v0.3.0 |
| 1035 | 2026-05-12T02:05:36.444Z | Downloaded slog-scope v4.4.1 |
| 1036 | 2026-05-12T02:05:36.447Z | Downloaded tabwriter v1.4.1 |
| 1037 | 2026-05-12T02:05:36.447Z | Downloaded tabled_derive v0.11.0 |
| 1038 | 2026-05-12T02:05:36.447Z | Downloaded slog-term v2.9.2 |
| 1039 | 2026-05-12T02:05:36.447Z | Downloaded tap v1.0.1 |
| 1040 | 2026-05-12T02:05:36.450Z | Downloaded mio v1.2.0 |
| 1041 | 2026-05-12T02:05:36.453Z | Downloaded snafu-derive v0.8.9 |
| 1042 | 2026-05-12T02:05:36.453Z | Downloaded smf v0.2.3 |
| 1043 | 2026-05-12T02:05:36.453Z | Downloaded slog-json v2.6.1 |
| 1044 | 2026-05-12T02:05:36.456Z | Downloaded ron v0.8.1 |
| 1045 | 2026-05-12T02:05:36.459Z | Downloaded serde_cbor v0.11.2 |
| 1046 | 2026-05-12T02:05:36.459Z | Downloaded rustls-pki-types v1.14.0 |
| 1047 | 2026-05-12T02:05:36.462Z | Downloaded slog-stdlog v4.1.1 |
| 1048 | 2026-05-12T02:05:36.462Z | Downloaded termtree v0.5.1 |
| 1049 | 2026-05-12T02:05:36.463Z | Downloaded sqlformat v0.3.5 |
| 1050 | 2026-05-12T02:05:36.466Z | Downloaded openssl-sys v0.9.114 |
| 1051 | 2026-05-12T02:05:36.469Z | Downloaded pretty_assertions v1.4.1 |
| 1052 | 2026-05-12T02:05:36.469Z | Downloaded hashbrown v0.16.1 |
| 1053 | 2026-05-12T02:05:36.471Z | Downloaded ryu v1.0.23 |
| 1054 | 2026-05-12T02:05:36.475Z | Downloaded testing_table v0.3.0 |
| 1055 | 2026-05-12T02:05:36.475Z | Downloaded take_mut v0.2.2 |
| 1056 | 2026-05-12T02:05:36.475Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1057 | 2026-05-12T02:05:36.478Z | Downloaded string_cache v0.8.9 |
| 1058 | 2026-05-12T02:05:36.478Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1059 | 2026-05-12T02:05:36.481Z | Downloaded rayon-core v1.13.0 |
| 1060 | 2026-05-12T02:05:36.481Z | Downloaded stacker v0.1.23 |
| 1061 | 2026-05-12T02:05:36.484Z | Downloaded serde_with_macros v3.17.0 |
| 1062 | 2026-05-12T02:05:36.484Z | Downloaded support-bundle-viewer v0.1.2 |
| 1063 | 2026-05-12T02:05:36.487Z | Downloaded strum_macros v0.24.3 |
| 1064 | 2026-05-12T02:05:36.487Z | Downloaded nom v7.1.3 |
| 1065 | 2026-05-12T02:05:36.490Z | Downloaded tinyvec_macros v0.1.1 |
| 1066 | 2026-05-12T02:05:36.490Z | Downloaded quinn v0.11.9 |
| 1067 | 2026-05-12T02:05:36.493Z | Downloaded tokio-macros v2.7.0 |
| 1068 | 2026-05-12T02:05:36.493Z | Downloaded strum_macros v0.27.2 |
| 1069 | 2026-05-12T02:05:36.498Z | Downloaded progenitor-impl v0.14.0 |
| 1070 | 2026-05-12T02:05:36.498Z | Downloaded num-bigint v0.4.6 |
| 1071 | 2026-05-12T02:05:36.501Z | Downloaded minimal-lexical v0.2.1 |
| 1072 | 2026-05-12T02:05:36.504Z | Downloaded crossterm v0.29.0 |
| 1073 | 2026-05-12T02:05:36.506Z | Downloaded thread-id v5.1.0 |
| 1074 | 2026-05-12T02:05:36.507Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1075 | 2026-05-12T02:05:36.510Z | Downloaded static_assertions v1.1.0 |
| 1076 | 2026-05-12T02:05:36.510Z | Downloaded rcgen v0.12.1 |
| 1077 | 2026-05-12T02:05:36.510Z | Downloaded aho-corasick v1.1.4 |
| 1078 | 2026-05-12T02:05:36.513Z | Downloaded schemars v0.8.22 |
| 1079 | 2026-05-12T02:05:36.519Z | Downloaded rand v0.8.6 |
| 1080 | 2026-05-12T02:05:36.524Z | Downloaded libxml v0.3.3 |
| 1081 | 2026-05-12T02:05:36.527Z | Downloaded iddqd v0.3.18 |
| 1082 | 2026-05-12T02:05:36.530Z | Downloaded thread_local v1.1.9 |
| 1083 | 2026-05-12T02:05:36.533Z | Downloaded tagptr v0.2.0 |
| 1084 | 2026-05-12T02:05:36.533Z | Downloaded strum_macros v0.26.4 |
| 1085 | 2026-05-12T02:05:36.533Z | Downloaded publicsuffix v2.3.0 |
| 1086 | 2026-05-12T02:05:36.536Z | Downloaded tiny-keccak v2.0.2 |
| 1087 | 2026-05-12T02:05:36.536Z | Downloaded signal-hook v0.3.18 |
| 1088 | 2026-05-12T02:05:36.539Z | Downloaded stringprep v0.1.5 |
| 1089 | 2026-05-12T02:05:36.539Z | Downloaded time-macros v0.2.27 |
| 1090 | 2026-05-12T02:05:36.542Z | Downloaded hashbrown v0.15.5 |
| 1091 | 2026-05-12T02:05:36.545Z | Downloaded itertools v0.13.0 |
| 1092 | 2026-05-12T02:05:36.548Z | Downloaded tower-layer v0.3.3 |
| 1093 | 2026-05-12T02:05:36.551Z | Downloaded thiserror-no-std v2.0.2 |
| 1094 | 2026-05-12T02:05:36.551Z | Downloaded trait-variant v0.1.2 |
| 1095 | 2026-05-12T02:05:36.552Z | Downloaded termios v0.3.3 |
| 1096 | 2026-05-12T02:05:36.555Z | Downloaded schemars v0.9.0 |
| 1097 | 2026-05-12T02:05:36.559Z | Downloaded rsa v0.9.10 |
| 1098 | 2026-05-12T02:05:36.562Z | Downloaded time-core v0.1.8 |
| 1099 | 2026-05-12T02:05:36.565Z | Downloaded typify-macro v0.6.2 |
| 1100 | 2026-05-12T02:05:36.565Z | Downloaded tokio-dtrace v0.1.1 |
| 1101 | 2026-05-12T02:05:36.565Z | Downloaded typify-macro v0.4.3 |
| 1102 | 2026-05-12T02:05:36.568Z | Downloaded itertools v0.12.1 |
| 1103 | 2026-05-12T02:05:36.571Z | Downloaded try-lock v0.2.5 |
| 1104 | 2026-05-12T02:05:36.571Z | Downloaded tls_codec_derive v0.4.2 |
| 1105 | 2026-05-12T02:05:36.571Z | Downloaded qorb v0.4.1 |
| 1106 | 2026-05-12T02:05:36.574Z | Downloaded term v0.7.0 |
| 1107 | 2026-05-12T02:05:36.578Z | Downloaded dropshot v0.16.7 |
| 1108 | 2026-05-12T02:05:36.589Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1109 | 2026-05-12T02:05:36.592Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1110 | 2026-05-12T02:05:36.592Z | Downloaded rand v0.10.0 |
| 1111 | 2026-05-12T02:05:36.595Z | Downloaded rand v0.9.2 |
| 1112 | 2026-05-12T02:05:36.599Z | Downloaded unarray v0.1.4 |
| 1113 | 2026-05-12T02:05:36.599Z | Downloaded topological-sort v0.2.2 |
| 1114 | 2026-05-12T02:05:36.599Z | Downloaded tokio-tungstenite v0.21.0 |
| 1115 | 2026-05-12T02:05:36.602Z | Downloaded tokio-rustls v0.25.0 |
| 1116 | 2026-05-12T02:05:36.602Z | Downloaded tokio-native-tls v0.3.1 |
| 1117 | 2026-05-12T02:05:36.602Z | Downloaded futures-util v0.3.32 |
| 1118 | 2026-05-12T02:05:36.609Z | Downloaded usdt-attr-macro v0.6.0 |
| 1119 | 2026-05-12T02:05:36.612Z | Downloaded subprocess v0.2.15 |
| 1120 | 2026-05-12T02:05:36.612Z | Downloaded untrusted v0.9.0 |
| 1121 | 2026-05-12T02:05:36.613Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1122 | 2026-05-12T02:05:36.615Z | Downloaded tower-service v0.3.3 |
| 1123 | 2026-05-12T02:05:36.615Z | Downloaded similar v2.7.0 |
| 1124 | 2026-05-12T02:05:36.619Z | Downloaded iri-string v0.7.10 |
| 1125 | 2026-05-12T02:05:36.622Z | Downloaded utf-8 v0.7.6 |
| 1126 | 2026-05-12T02:05:36.622Z | Downloaded universal-hash v0.5.1 |
| 1127 | 2026-05-12T02:05:36.624Z | Downloaded slog v2.8.2 |
| 1128 | 2026-05-12T02:05:36.625Z | Downloaded usdt-macro v0.6.0 |
| 1129 | 2026-05-12T02:05:36.628Z | Downloaded socket2 v0.5.10 |
| 1130 | 2026-05-12T02:05:36.628Z | Downloaded term v1.2.1 |
| 1131 | 2026-05-12T02:05:36.631Z | Downloaded hyper v1.8.1 |
| 1132 | 2026-05-12T02:05:36.634Z | Downloaded tokio-rustls v0.24.1 |
| 1133 | 2026-05-12T02:05:36.634Z | Downloaded samael v0.0.19 |
| 1134 | 2026-05-12T02:05:36.637Z | Downloaded rustls-webpki v0.103.9 |
| 1135 | 2026-05-12T02:05:36.640Z | Downloaded xshell-macros v0.2.7 |
| 1136 | 2026-05-12T02:05:36.640Z | Downloaded usdt v0.6.0 |
| 1137 | 2026-05-12T02:05:36.640Z | Downloaded tokio-tungstenite v0.23.1 |
| 1138 | 2026-05-12T02:05:36.643Z | Downloaded wait-timeout v0.2.1 |
| 1139 | 2026-05-12T02:05:36.643Z | Downloaded socket2 v0.6.3 |
| 1140 | 2026-05-12T02:05:36.646Z | Downloaded hkdf v0.12.4 |
| 1141 | 2026-05-12T02:05:36.646Z | Downloaded want v0.3.1 |
| 1142 | 2026-05-12T02:05:36.647Z | Downloaded tokio-rustls v0.26.4 |
| 1143 | 2026-05-12T02:05:36.650Z | Downloaded test-strategy v0.4.5 |
| 1144 | 2026-05-12T02:05:36.650Z | Downloaded unit-prefix v0.5.2 |
| 1145 | 2026-05-12T02:05:36.650Z | Downloaded unicode-truncate v1.1.0 |
| 1146 | 2026-05-12T02:05:36.653Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1147 | 2026-05-12T02:05:36.653Z | Downloaded zone v0.3.1 |
| 1148 | 2026-05-12T02:05:36.653Z | Downloaded vergen-lib v0.1.6 |
| 1149 | 2026-05-12T02:05:36.659Z | Downloaded snafu v0.8.9 |
| 1150 | 2026-05-12T02:05:36.664Z | Downloaded tui-tree-widget v0.23.1 |
| 1151 | 2026-05-12T02:05:36.664Z | Downloaded tinyvec v1.10.0 |
| 1152 | 2026-05-12T02:05:36.664Z | Downloaded num-bigint-dig v0.8.6 |
| 1153 | 2026-05-12T02:05:36.664Z | Downloaded h2 v0.4.13 |
| 1154 | 2026-05-12T02:05:36.667Z | Downloaded spin v0.9.8 |
| 1155 | 2026-05-12T02:05:36.670Z | Downloaded tls_codec v0.4.2 |
| 1156 | 2026-05-12T02:05:36.670Z | Downloaded prettyplease v0.2.37 |
| 1157 | 2026-05-12T02:05:36.671Z | Downloaded libm v0.2.16 |
| 1158 | 2026-05-12T02:05:36.676Z | Downloaded twox-hash v2.1.2 |
| 1159 | 2026-05-12T02:05:36.680Z | Downloaded spki v0.7.3 |
| 1160 | 2026-05-12T02:05:36.680Z | Downloaded smallvec v0.6.14 |
| 1161 | 2026-05-12T02:05:36.685Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1162 | 2026-05-12T02:05:36.685Z | Downloaded russh-keys v0.45.0 |
| 1163 | 2026-05-12T02:05:36.685Z | Downloaded bindgen v0.71.1 |
| 1164 | 2026-05-12T02:05:36.689Z | Downloaded xattr v1.6.1 |
| 1165 | 2026-05-12T02:05:36.689Z | Downloaded vsss-rs v3.3.4 |
| 1166 | 2026-05-12T02:05:36.695Z | Downloaded untrusted v0.7.1 |
| 1167 | 2026-05-12T02:05:36.695Z | Downloaded slog-dtrace v0.3.0 |
| 1168 | 2026-05-12T02:05:36.695Z | Downloaded slog-async v2.8.0 |
| 1169 | 2026-05-12T02:05:36.695Z | Downloaded tokio-stream v0.1.18 |
| 1170 | 2026-05-12T02:05:36.701Z | Downloaded rustyline v14.0.0 |
| 1171 | 2026-05-12T02:05:36.701Z | Downloaded zeroize v1.8.2 |
| 1172 | 2026-05-12T02:05:36.706Z | Downloaded tracing-attributes v0.1.31 |
| 1173 | 2026-05-12T02:05:36.706Z | Downloaded schemars v1.2.1 |
| 1174 | 2026-05-12T02:05:36.713Z | Downloaded zone_cfg_derive v0.3.1 |
| 1175 | 2026-05-12T02:05:36.718Z | Downloaded wyz v0.5.1 |
| 1176 | 2026-05-12T02:05:36.718Z | Downloaded whoami v2.1.0 |
| 1177 | 2026-05-12T02:05:36.718Z | Downloaded vergen v9.0.6 |
| 1178 | 2026-05-12T02:05:36.718Z | Downloaded unicode-properties v0.1.4 |
| 1179 | 2026-05-12T02:05:36.725Z | Downloaded whoami v1.6.1 |
| 1180 | 2026-05-12T02:05:36.725Z | Downloaded vergen-git2 v1.0.7 |
| 1181 | 2026-05-12T02:05:36.725Z | Downloaded unicode-bidi v0.3.18 |
| 1182 | 2026-05-12T02:05:36.725Z | Downloaded void v1.0.2 |
| 1183 | 2026-05-12T02:05:36.725Z | Downloaded tungstenite v0.23.0 |
| 1184 | 2026-05-12T02:05:36.730Z | Downloaded tungstenite v0.21.0 |
| 1185 | 2026-05-12T02:05:36.734Z | Downloaded unicase v2.9.0 |
| 1186 | 2026-05-12T02:05:36.735Z | Downloaded tar v0.4.45 |
| 1187 | 2026-05-12T02:05:36.735Z | Downloaded xshell v0.2.7 |
| 1188 | 2026-05-12T02:05:36.740Z | Downloaded itertools v0.14.0 |
| 1189 | 2026-05-12T02:05:36.745Z | Downloaded waitgroup v0.1.2 |
| 1190 | 2026-05-12T02:05:36.745Z | Downloaded toml v0.7.8 |
| 1191 | 2026-05-12T02:05:36.745Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1192 | 2026-05-12T02:05:36.749Z | Downloaded vergen-gitcl v1.0.8 |
| 1193 | 2026-05-12T02:05:36.749Z | Downloaded bitvec v1.0.1 |
| 1194 | 2026-05-12T02:05:36.752Z | Downloaded zeroize_derive v1.4.3 |
| 1195 | 2026-05-12T02:05:36.758Z | Downloaded usdt-impl v0.6.0 |
| 1196 | 2026-05-12T02:05:36.758Z | Downloaded steno v0.4.1 |
| 1197 | 2026-05-12T02:05:36.761Z | Downloaded unsafe-libyaml v0.2.11 |
| 1198 | 2026-05-12T02:05:36.761Z | Downloaded tracing-core v0.1.36 |
| 1199 | 2026-05-12T02:05:36.764Z | Downloaded typify v0.6.2 |
| 1200 | 2026-05-12T02:05:36.771Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1201 | 2026-05-12T02:05:36.771Z | Downloaded uzers v0.12.2 |
| 1202 | 2026-05-12T02:05:36.774Z | Downloaded walkdir v2.5.0 |
| 1203 | 2026-05-12T02:05:36.779Z | Downloaded rpassword v7.4.0 |
| 1204 | 2026-05-12T02:05:36.779Z | Downloaded zstd-safe v7.2.4 |
| 1205 | 2026-05-12T02:05:36.783Z | Downloaded curve25519-dalek v4.1.3 |
| 1206 | 2026-05-12T02:05:36.787Z | Downloaded yasna v0.5.2 |
| 1207 | 2026-05-12T02:05:36.791Z | Downloaded p521 v0.13.3 |
| 1208 | 2026-05-12T02:05:36.797Z | Downloaded zstd v0.13.3 |
| 1209 | 2026-05-12T02:05:36.797Z | Downloaded aws-lc-rs v1.16.3 |
| 1210 | 2026-05-12T02:05:36.801Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1211 | 2026-05-12T02:05:36.807Z | Downloaded regex v1.12.3 |
| 1212 | 2026-05-12T02:05:36.811Z | Downloaded zerocopy v0.6.6 |
| 1213 | 2026-05-12T02:05:36.822Z | Downloaded typify v0.4.3 |
| 1214 | 2026-05-12T02:05:36.825Z | Downloaded reqwest v0.13.2 |
| 1215 | 2026-05-12T02:05:36.825Z | Downloaded uuid v1.23.0 |
| 1216 | 2026-05-12T02:05:36.825Z | Downloaded tokio-postgres v0.7.16 |
| 1217 | 2026-05-12T02:05:36.825Z | Downloaded p384 v0.13.1 |
| 1218 | 2026-05-12T02:05:36.830Z | Downloaded git2 v0.20.4 |
| 1219 | 2026-05-12T02:05:36.837Z | Downloaded ssh-key v0.6.7 |
| 1220 | 2026-05-12T02:05:36.844Z | Downloaded chrono v0.4.44 |
| 1221 | 2026-05-12T02:05:36.844Z | Downloaded russh v0.45.0 |
| 1222 | 2026-05-12T02:05:36.849Z | Downloaded toml_edit v0.19.15 |
| 1223 | 2026-05-12T02:05:36.854Z | Downloaded zopfli v0.8.3 |
| 1224 | 2026-05-12T02:05:36.858Z | Downloaded unicode-segmentation v1.12.0 |
| 1225 | 2026-05-12T02:05:36.858Z | Downloaded reqwest v0.12.28 |
| 1226 | 2026-05-12T02:05:36.865Z | Downloaded reedline v0.40.0 |
| 1227 | 2026-05-12T02:05:36.869Z | Downloaded vte v0.14.1 |
| 1228 | 2026-05-12T02:05:36.872Z | Downloaded portable-atomic v1.13.1 |
| 1229 | 2026-05-12T02:05:36.876Z | Downloaded unicode_categories v0.1.1 |
| 1230 | 2026-05-12T02:05:36.876Z | Downloaded salty v0.3.0 |
| 1231 | 2026-05-12T02:05:36.879Z | Downloaded zip v0.6.6 |
| 1232 | 2026-05-12T02:05:36.884Z | Downloaded lalrpop v0.19.12 |
| 1233 | 2026-05-12T02:05:36.888Z | Downloaded rayon v1.11.0 |
| 1234 | 2026-05-12T02:05:36.896Z | Downloaded rustls-webpki v0.101.7 |
| 1235 | 2026-05-12T02:05:36.904Z | Downloaded quick-xml v0.37.5 |
| 1236 | 2026-05-12T02:05:36.915Z | Downloaded zerocopy-derive v0.8.40 |
| 1237 | 2026-05-12T02:05:36.919Z | Downloaded moka v0.12.13 |
| 1238 | 2026-05-12T02:05:36.919Z | Downloaded tower v0.5.3 |
| 1239 | 2026-05-12T02:05:36.923Z | Downloaded yansi v1.0.1 |
| 1240 | 2026-05-12T02:05:36.928Z | Downloaded goblin v0.10.5 |
| 1241 | 2026-05-12T02:05:36.951Z | Downloaded unicode-normalization v0.1.25 |
| 1242 | 2026-05-12T02:05:36.951Z | Downloaded typed-path v0.9.3 |
| 1243 | 2026-05-12T02:05:36.960Z | Downloaded proptest v1.10.0 |
| 1244 | 2026-05-12T02:05:36.967Z | Downloaded rustls-webpki v0.102.8 |
| 1245 | 2026-05-12T02:05:36.978Z | Downloaded radix_trie v0.2.1 |
| 1246 | 2026-05-12T02:05:36.981Z | Downloaded quinn-proto v0.11.13 |
| 1247 | 2026-05-12T02:05:36.984Z | Downloaded petname v2.0.2 |
| 1248 | 2026-05-12T02:05:36.988Z | Downloaded openssl v0.10.78 |
| 1249 | 2026-05-12T02:05:36.994Z | Downloaded x509-cert v0.2.5 |
| 1250 | 2026-05-12T02:05:36.999Z | Downloaded tower-http v0.6.8 |
| 1251 | 2026-05-12T02:05:37.003Z | Downloaded tough v0.22.0 |
| 1252 | 2026-05-12T02:05:37.010Z | Downloaded tokio-util v0.7.18 |
| 1253 | 2026-05-12T02:05:37.015Z | Downloaded object v0.30.4 |
| 1254 | 2026-05-12T02:05:37.018Z | Downloaded nix v0.29.0 |
| 1255 | 2026-05-12T02:05:37.023Z | Downloaded nix v0.27.1 |
| 1256 | 2026-05-12T02:05:37.028Z | Downloaded zip v4.6.1 |
| 1257 | 2026-05-12T02:05:37.032Z | Downloaded serde_with v3.17.0 |
| 1258 | 2026-05-12T02:05:37.039Z | Downloaded tabled v0.20.0 |
| 1259 | 2026-05-12T02:05:37.047Z | Downloaded dropshot v0.17.0 |
| 1260 | 2026-05-12T02:05:37.060Z | Downloaded smoltcp v0.9.1 |
| 1261 | 2026-05-12T02:05:37.065Z | Downloaded rustls v0.21.12 |
| 1262 | 2026-05-12T02:05:37.071Z | Downloaded winnow v0.5.40 |
| 1263 | 2026-05-12T02:05:37.076Z | Downloaded hickory-proto v0.24.4 |
| 1264 | 2026-05-12T02:05:37.102Z | Downloaded vcpkg v0.2.15 |
| 1265 | 2026-05-12T02:05:37.106Z | Downloaded zerocopy v0.8.40 |
| 1266 | 2026-05-12T02:05:37.110Z | Downloaded hickory-proto v0.25.2 |
| 1267 | 2026-05-12T02:05:37.119Z | Downloaded nix v0.28.0 |
| 1268 | 2026-05-12T02:05:37.124Z | Downloaded regress v0.10.5 |
| 1269 | 2026-05-12T02:05:37.129Z | Downloaded winnow v0.6.26 |
| 1270 | 2026-05-12T02:05:37.137Z | Downloaded rustix v0.38.44 |
| 1271 | 2026-05-12T02:05:37.147Z | Downloaded bstr v1.12.1 |
| 1272 | 2026-05-12T02:05:37.153Z | Downloaded regex-syntax v0.8.10 |
| 1273 | 2026-05-12T02:05:37.157Z | Downloaded diesel v2.3.7 |
| 1274 | 2026-05-12T02:05:37.168Z | Downloaded time v0.3.47 |
| 1275 | 2026-05-12T02:05:37.176Z | Downloaded polar-core v0.27.3 |
| 1276 | 2026-05-12T02:05:37.179Z | Downloaded nix v0.31.2 |
| 1277 | 2026-05-12T02:05:37.185Z | Downloaded regex-syntax v0.6.29 |
| 1278 | 2026-05-12T02:05:37.189Z | Downloaded object v0.37.3 |
| 1279 | 2026-05-12T02:05:37.195Z | Downloaded zlib-rs v0.6.2 |
| 1280 | 2026-05-12T02:05:37.201Z | Downloaded typify-impl v0.4.3 |
| 1281 | 2026-05-12T02:05:37.211Z | Downloaded openapiv3 v2.2.0 |
| 1282 | 2026-05-12T02:05:37.216Z | Downloaded zerocopy-derive v0.6.6 |
| 1283 | 2026-05-12T02:05:37.219Z | Downloaded webpki-roots v1.0.6 |
| 1284 | 2026-05-12T02:05:37.222Z | Downloaded regex-automata v0.4.14 |
| 1285 | 2026-05-12T02:05:37.236Z | Downloaded rustls v0.22.4 |
| 1286 | 2026-05-12T02:05:37.242Z | Downloaded csv v1.4.0 |
| 1287 | 2026-05-12T02:05:37.254Z | Downloaded smoltcp v0.11.0 |
| 1288 | 2026-05-12T02:05:37.260Z | Downloaded regress v0.11.1 |
| 1289 | 2026-05-12T02:05:37.269Z | Downloaded rustls v0.23.37 |
| 1290 | 2026-05-12T02:05:37.281Z | Downloaded encoding_rs v0.8.35 |
| 1291 | 2026-05-12T02:05:37.363Z | Downloaded sqlparser v0.61.0 |
| 1292 | 2026-05-12T02:05:37.387Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1293 | 2026-05-12T02:05:37.395Z | Downloaded sled v0.34.7 |
| 1294 | 2026-05-12T02:05:37.402Z | Downloaded ratatui v0.29.0 |
| 1295 | 2026-05-12T02:05:37.412Z | Downloaded tracing v0.1.44 |
| 1296 | 2026-05-12T02:05:37.423Z | Downloaded typify-impl v0.6.2 |
| 1297 | 2026-05-12T02:05:37.516Z | Downloaded jiff v0.2.21 |
| 1298 | 2026-05-12T02:05:37.525Z | Downloaded petgraph v0.6.5 |
| 1299 | 2026-05-12T02:05:37.535Z | Downloaded chrono-tz v0.10.4 |
| 1300 | 2026-05-12T02:05:37.575Z | Downloaded petgraph v0.8.3 |
| 1301 | 2026-05-12T02:05:37.586Z | Downloaded libz-sys v1.1.24 |
| 1302 | 2026-05-12T02:05:37.610Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1303 | 2026-05-12T02:05:37.619Z | Downloaded sha3 v0.10.8 |
| 1304 | 2026-05-12T02:05:37.636Z | Downloaded tokio v1.52.1 |
| 1305 | 2026-05-12T02:05:37.730Z | Downloaded ring v0.17.14 |
| 1306 | 2026-05-12T02:05:37.780Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1307 | 2026-05-12T02:05:38.295Z | Downloaded aws-lc-sys v0.40.0 |
| 1308 | 2026-05-12T02:05:38.560Z | Compiling libc v0.2.185 |
| 1309 | 2026-05-12T02:05:38.560Z | Compiling serde v1.0.228 |
| 1310 | 2026-05-12T02:05:38.563Z | Compiling log v0.4.29 |
| 1311 | 2026-05-12T02:05:38.563Z | Compiling shlex v1.3.0 |
| 1312 | 2026-05-12T02:05:38.713Z | Compiling find-msvc-tools v0.1.9 |
| 1313 | 2026-05-12T02:05:38.734Z | Compiling syn v2.0.117 |
| 1314 | 2026-05-12T02:05:38.743Z | Compiling smallvec v1.15.1 |
| 1315 | 2026-05-12T02:05:38.746Z | Compiling typenum v1.19.0 |
| 1316 | 2026-05-12T02:05:38.908Z | Compiling generic-array v0.14.7 |
| 1317 | 2026-05-12T02:05:38.924Z | Compiling subtle v2.6.1 |
| 1318 | 2026-05-12T02:05:39.011Z | Compiling scopeguard v1.2.0 |
| 1319 | 2026-05-12T02:05:39.025Z | Compiling portable-atomic v1.13.1 |
| 1320 | 2026-05-12T02:05:39.045Z | Compiling const-oid v0.9.6 |
| 1321 | 2026-05-12T02:05:39.104Z | Compiling lock_api v0.4.14 |
| 1322 | 2026-05-12T02:05:39.132Z | Compiling serde_json v1.0.149 |
| 1323 | 2026-05-12T02:05:39.193Z | Compiling zerocopy v0.8.40 |
| 1324 | 2026-05-12T02:05:39.355Z | Compiling critical-section v1.2.0 |
| 1325 | 2026-05-12T02:05:39.463Z | Compiling parking_lot_core v0.9.12 |
| 1326 | 2026-05-12T02:05:39.651Z | Compiling getrandom v0.2.17 |
| 1327 | 2026-05-12T02:05:39.685Z | Compiling jobserver v0.1.34 |
| 1328 | 2026-05-12T02:05:39.705Z | Compiling errno v0.3.14 |
| 1329 | 2026-05-12T02:05:39.760Z | Compiling pin-project-lite v0.2.17 |
| 1330 | 2026-05-12T02:05:39.815Z | Compiling rand_core v0.6.4 |
| 1331 | 2026-05-12T02:05:39.857Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-05-12T02:05:39.872Z | Compiling signal-hook-registry v1.4.8 |
| 1333 | 2026-05-12T02:05:40.062Z | Compiling cc v1.2.56 |
| 1334 | 2026-05-12T02:05:40.074Z | Compiling once_cell v1.21.3 |
| 1335 | 2026-05-12T02:05:40.096Z | Compiling bitflags v2.11.0 |
| 1336 | 2026-05-12T02:05:40.152Z | Compiling libm v0.2.16 |
| 1337 | 2026-05-12T02:05:40.187Z | Compiling futures-core v0.3.32 |
| 1338 | 2026-05-12T02:05:40.284Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-05-12T02:05:40.329Z | Compiling mio v1.2.0 |
| 1340 | 2026-05-12T02:05:40.342Z | Compiling num-traits v0.2.19 |
| 1341 | 2026-05-12T02:05:40.424Z | Compiling percent-encoding v2.3.2 |
| 1342 | 2026-05-12T02:05:40.519Z | Compiling socket2 v0.6.3 |
| 1343 | 2026-05-12T02:05:40.618Z | Compiling futures-sink v0.3.32 |
| 1344 | 2026-05-12T02:05:40.665Z | Compiling futures-io v0.3.32 |
| 1345 | 2026-05-12T02:05:40.698Z | Compiling slab v0.4.12 |
| 1346 | 2026-05-12T02:05:40.722Z | Compiling futures-channel v0.3.32 |
| 1347 | 2026-05-12T02:05:40.804Z | Compiling cpufeatures v0.2.17 |
| 1348 | 2026-05-12T02:05:40.819Z | Compiling getrandom v0.4.1 |
| 1349 | 2026-05-12T02:05:40.887Z | Compiling futures-task v0.3.32 |
| 1350 | 2026-05-12T02:05:40.903Z | Compiling rand_core v0.10.0 |
| 1351 | 2026-05-12T02:05:40.923Z | Compiling indexmap v2.14.0 |
| 1352 | 2026-05-12T02:05:40.964Z | Compiling rustversion v1.0.22 |
| 1353 | 2026-05-12T02:05:41.060Z | Compiling getrandom v0.3.4 |
| 1354 | 2026-05-12T02:05:41.074Z | Compiling cmake v0.1.57 |
| 1355 | 2026-05-12T02:05:41.467Z | Compiling form_urlencoded v1.2.2 |
| 1356 | 2026-05-12T02:05:41.480Z | Compiling fs_extra v1.3.0 |
| 1357 | 2026-05-12T02:05:41.571Z | Compiling synstructure v0.13.2 |
| 1358 | 2026-05-12T02:05:41.611Z | Compiling dunce v1.0.5 |
| 1359 | 2026-05-12T02:05:41.658Z | Compiling ident_case v1.0.1 |
| 1360 | 2026-05-12T02:05:41.708Z | Compiling base64ct v1.8.3 |
| 1361 | 2026-05-12T02:05:41.749Z | Compiling aws-lc-sys v0.40.0 |
| 1362 | 2026-05-12T02:05:41.780Z | Compiling iana-time-zone v0.1.65 |
| 1363 | 2026-05-12T02:05:41.956Z | Compiling regex-syntax v0.8.10 |
| 1364 | 2026-05-12T02:05:42.021Z | Compiling pem-rfc7468 v0.7.0 |
| 1365 | 2026-05-12T02:05:42.078Z | Compiling rustix v1.1.3 |
| 1366 | 2026-05-12T02:05:42.113Z | Compiling flagset v0.4.7 |
| 1367 | 2026-05-12T02:05:42.254Z | Compiling rand_core v0.9.5 |
| 1368 | 2026-05-12T02:05:42.268Z | Compiling ring v0.17.14 |
| 1369 | 2026-05-12T02:05:42.293Z | Compiling aws-lc-rs v1.16.3 |
| 1370 | 2026-05-12T02:05:42.350Z | Compiling vcpkg v0.2.15 |
| 1371 | 2026-05-12T02:05:42.536Z | Compiling uuid v1.23.0 |
| 1372 | 2026-05-12T02:05:42.591Z | Compiling rustc_version v0.4.1 |
| 1373 | 2026-05-12T02:05:42.939Z | Compiling tracing-core v0.1.36 |
| 1374 | 2026-05-12T02:05:43.127Z | Compiling openssl-sys v0.9.114 |
| 1375 | 2026-05-12T02:05:43.269Z | Compiling base64 v0.22.1 |
| 1376 | 2026-05-12T02:05:43.427Z | Compiling serde_derive v1.0.228 |
| 1377 | 2026-05-12T02:05:43.508Z | Compiling zeroize_derive v1.4.3 |
| 1378 | 2026-05-12T02:05:43.607Z | Compiling zerofrom-derive v0.1.6 |
| 1379 | 2026-05-12T02:05:43.678Z | Compiling yoke-derive v0.8.1 |
| 1380 | 2026-05-12T02:05:43.877Z | Compiling zerovec-derive v0.11.2 |
| 1381 | 2026-05-12T02:05:44.179Z | Compiling zeroize v1.8.2 |
| 1382 | 2026-05-12T02:05:44.483Z | Compiling zerocopy-derive v0.8.40 |
| 1383 | 2026-05-12T02:05:44.900Z | Compiling displaydoc v0.2.5 |
| 1384 | 2026-05-12T02:05:44.991Z | Compiling crypto-common v0.1.7 |
| 1385 | 2026-05-12T02:05:45.060Z | Compiling block-buffer v0.10.4 |
| 1386 | 2026-05-12T02:05:45.074Z | Compiling zerofrom v0.1.6 |
| 1387 | 2026-05-12T02:05:45.144Z | Compiling tokio-macros v2.7.0 |
| 1388 | 2026-05-12T02:05:45.197Z | Compiling yoke v0.8.1 |
| 1389 | 2026-05-12T02:05:45.231Z | Compiling digest v0.10.7 |
| 1390 | 2026-05-12T02:05:45.396Z | Compiling zerovec v0.11.5 |
| 1391 | 2026-05-12T02:05:45.491Z | Compiling futures-macro v0.3.32 |
| 1392 | 2026-05-12T02:05:45.659Z | Compiling zerotrie v0.2.3 |
| 1393 | 2026-05-12T02:05:45.879Z | Compiling tinystr v0.8.2 |
| 1394 | 2026-05-12T02:05:45.913Z | Compiling potential_utf v0.1.4 |
| 1395 | 2026-05-12T02:05:45.963Z | Compiling hmac v0.12.1 |
| 1396 | 2026-05-12T02:05:46.078Z | Compiling icu_locale_core v2.1.1 |
| 1397 | 2026-05-12T02:05:46.081Z | Compiling icu_collections v2.1.1 |
| 1398 | 2026-05-12T02:05:46.120Z | Compiling block-padding v0.3.3 |
| 1399 | 2026-05-12T02:05:46.279Z | Compiling inout v0.1.4 |
| 1400 | 2026-05-12T02:05:46.293Z | Compiling futures-util v0.3.32 |
| 1401 | 2026-05-12T02:05:46.447Z | Compiling cipher v0.4.4 |
| 1402 | 2026-05-12T02:05:46.552Z | Compiling sha2 v0.10.9 |
| 1403 | 2026-05-12T02:05:46.708Z | Compiling icu_provider v2.1.1 |
| 1404 | 2026-05-12T02:05:46.947Z | Compiling bytes v1.11.1 |
| 1405 | 2026-05-12T02:05:47.016Z | Compiling icu_properties v2.1.2 |
| 1406 | 2026-05-12T02:05:47.033Z | Compiling icu_normalizer v2.1.1 |
| 1407 | 2026-05-12T02:05:47.073Z | Compiling der_derive v0.7.3 |
| 1408 | 2026-05-12T02:05:47.599Z | Compiling tokio v1.52.1 |
| 1409 | 2026-05-12T02:05:47.625Z | Compiling http v1.4.0 |
| 1410 | 2026-05-12T02:05:48.009Z | Compiling idna_adapter v1.2.1 |
| 1411 | 2026-05-12T02:05:48.056Z | Compiling der v0.7.10 |
| 1412 | 2026-05-12T02:05:48.147Z | Compiling idna v1.1.0 |
| 1413 | 2026-05-12T02:05:48.162Z | Compiling chrono v0.4.44 |
| 1414 | 2026-05-12T02:05:48.543Z | Compiling url v2.5.8 |
| 1415 | 2026-05-12T02:05:48.669Z | Compiling salsa20 v0.10.2 |
| 1416 | 2026-05-12T02:05:48.798Z | Compiling pbkdf2 v0.12.2 |
| 1417 | 2026-05-12T02:05:48.812Z | Compiling rustls-pki-types v1.14.0 |
| 1418 | 2026-05-12T02:05:48.915Z | Compiling ppv-lite86 v0.2.21 |
| 1419 | 2026-05-12T02:05:49.061Z | Compiling spki v0.7.3 |
| 1420 | 2026-05-12T02:05:49.238Z | Compiling thiserror-impl v2.0.18 |
| 1421 | 2026-05-12T02:05:49.242Z | Compiling tracing-attributes v0.1.31 |
| 1422 | 2026-05-12T02:05:49.267Z | Compiling rand_chacha v0.9.0 |
| 1423 | 2026-05-12T02:05:49.271Z | Compiling scrypt v0.11.0 |
| 1424 | 2026-05-12T02:05:49.337Z | Compiling http-body v1.0.1 |
| 1425 | 2026-05-12T02:05:49.491Z | Compiling cbc v0.1.2 |
| 1426 | 2026-05-12T02:05:49.531Z | Compiling aes v0.8.4 |
| 1427 | 2026-05-12T02:05:49.610Z | Compiling untrusted v0.7.1 |
| 1428 | 2026-05-12T02:05:49.642Z | Compiling untrusted v0.9.0 |
| 1429 | 2026-05-12T02:05:49.735Z | Compiling httparse v1.10.1 |
| 1430 | 2026-05-12T02:05:49.767Z | Compiling openssl-probe v0.2.1 |
| 1431 | 2026-05-12T02:05:49.950Z | Compiling tinyvec_macros v0.1.1 |
| 1432 | 2026-05-12T02:05:49.969Z | Compiling pkcs5 v0.7.1 |
| 1433 | 2026-05-12T02:05:50.024Z | Compiling tinyvec v1.10.0 |
| 1434 | 2026-05-12T02:05:50.374Z | Compiling pest_generator v2.8.6 |
| 1435 | 2026-05-12T02:05:50.447Z | Compiling rand v0.9.2 |
| 1436 | 2026-05-12T02:05:50.582Z | Compiling tracing v0.1.44 |
| 1437 | 2026-05-12T02:05:50.585Z | Compiling thiserror v2.0.18 |
| 1438 | 2026-05-12T02:05:50.585Z | Compiling serde_derive_internals v0.29.1 |
| 1439 | 2026-05-12T02:05:50.694Z | Compiling aho-corasick v1.1.4 |
| 1440 | 2026-05-12T02:05:50.883Z | Compiling rustls v0.23.37 |
| 1441 | 2026-05-12T02:05:51.051Z | Compiling tower-layer v0.3.3 |
| 1442 | 2026-05-12T02:05:51.080Z | Compiling atomic-waker v1.1.2 |
| 1443 | 2026-05-12T02:05:51.208Z | Compiling tower-service v0.3.3 |
| 1444 | 2026-05-12T02:05:51.223Z | Compiling dyn-clone v1.0.20 |
| 1445 | 2026-05-12T02:05:51.243Z | Compiling schemars v0.8.22 |
| 1446 | 2026-05-12T02:05:51.306Z | Compiling try-lock v0.2.5 |
| 1447 | 2026-05-12T02:05:51.356Z | Compiling tokio-util v0.7.18 |
| 1448 | 2026-05-12T02:05:51.416Z | Compiling want v0.3.1 |
| 1449 | 2026-05-12T02:05:51.463Z | Compiling pest_derive v2.8.6 |
| 1450 | 2026-05-12T02:05:51.506Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-05-12T02:05:51.582Z | Compiling regex-automata v0.4.14 |
| 1452 | 2026-05-12T02:05:51.891Z | Compiling pkcs8 v0.10.2 |
| 1453 | 2026-05-12T02:05:52.263Z | Compiling h2 v0.4.13 |
| 1454 | 2026-05-12T02:05:52.277Z | Compiling ipnet v2.11.0 |
| 1455 | 2026-05-12T02:05:52.428Z | Compiling scroll_derive v0.13.1 |
| 1456 | 2026-05-12T02:05:52.453Z | Compiling darling_core v0.20.11 |
| 1457 | 2026-05-12T02:05:52.780Z | Compiling openssl v0.10.78 |
| 1458 | 2026-05-12T02:05:52.794Z | Compiling foreign-types-shared v0.1.1 |
| 1459 | 2026-05-12T02:05:52.884Z | Compiling httpdate v1.0.3 |
| 1460 | 2026-05-12T02:05:53.022Z | Compiling pin-utils v0.1.0 |
| 1461 | 2026-05-12T02:05:53.121Z | Compiling foreign-types v0.3.2 |
| 1462 | 2026-05-12T02:05:53.137Z | Compiling tempfile v3.25.0 |
| 1463 | 2026-05-12T02:05:53.258Z | Compiling scroll v0.13.0 |
| 1464 | 2026-05-12T02:05:53.407Z | Compiling unicode-normalization v0.1.25 |
| 1465 | 2026-05-12T02:05:53.534Z | Compiling openssl-macros v0.1.1 |
| 1466 | 2026-05-12T02:05:53.879Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1467 | 2026-05-12T02:05:53.937Z | Compiling spin v0.9.8 |
| 1468 | 2026-05-12T02:05:54.084Z | Compiling num-conv v0.2.0 |
| 1469 | 2026-05-12T02:05:54.151Z | Compiling crc32fast v1.5.0 |
| 1470 | 2026-05-12T02:05:54.221Z | Compiling time-core v0.1.8 |
| 1471 | 2026-05-12T02:05:54.274Z | Compiling powerfmt v0.2.0 |
| 1472 | 2026-05-12T02:05:54.376Z | Compiling native-tls v0.2.18 |
| 1473 | 2026-05-12T02:05:54.476Z | Compiling deranged v0.5.8 |
| 1474 | 2026-05-12T02:05:54.491Z | Compiling time-macros v0.2.27 |
| 1475 | 2026-05-12T02:05:54.802Z | Compiling darling_macro v0.20.11 |
| 1476 | 2026-05-12T02:05:55.279Z | Compiling darling v0.20.11 |
| 1477 | 2026-05-12T02:05:55.367Z | Compiling hyper v1.8.1 |
| 1478 | 2026-05-12T02:05:55.478Z | Compiling goblin v0.10.5 |
| 1479 | 2026-05-12T02:05:55.572Z | Compiling rustls-native-certs v0.8.3 |
| 1480 | 2026-05-12T02:05:55.832Z | Compiling sync_wrapper v1.0.2 |
| 1481 | 2026-05-12T02:05:55.865Z | Compiling wait-timeout v0.2.1 |
| 1482 | 2026-05-12T02:05:55.943Z | Compiling syn v1.0.109 |
| 1483 | 2026-05-12T02:05:56.142Z | Compiling usdt-impl v0.6.0 |
| 1484 | 2026-05-12T02:05:56.259Z | Compiling crossbeam-utils v0.8.21 |
| 1485 | 2026-05-12T02:05:56.324Z | Compiling bit-vec v0.8.0 |
| 1486 | 2026-05-12T02:05:56.351Z | Compiling simd-adler32 v0.3.8 |
| 1487 | 2026-05-12T02:05:56.542Z | Compiling hyper-util v0.1.20 |
| 1488 | 2026-05-12T02:05:56.556Z | Compiling siphasher v1.0.2 |
| 1489 | 2026-05-12T02:05:56.595Z | Compiling num_threads v0.1.7 |
| 1490 | 2026-05-12T02:05:56.696Z | Compiling quick-error v1.2.3 |
| 1491 | 2026-05-12T02:05:56.749Z | Compiling time v0.3.47 |
| 1492 | 2026-05-12T02:05:56.806Z | Compiling rusty-fork v0.3.1 |
| 1493 | 2026-05-12T02:05:57.197Z | Compiling bit-set v0.8.0 |
| 1494 | 2026-05-12T02:05:57.365Z | Compiling tower v0.5.3 |
| 1495 | 2026-05-12T02:05:57.381Z | Compiling derive_builder_core v0.20.2 |
| 1496 | 2026-05-12T02:05:57.844Z | Compiling dtrace-parser v0.3.0 |
| 1497 | 2026-05-12T02:05:57.902Z | Compiling http-body-util v0.1.3 |
| 1498 | 2026-05-12T02:05:58.159Z | Compiling webpki-roots v1.0.6 |
| 1499 | 2026-05-12T02:05:58.276Z | Compiling dof v0.4.0 |
| 1500 | 2026-05-12T02:05:58.299Z | Compiling signature v2.2.0 |
| 1501 | 2026-05-12T02:05:58.356Z | Compiling scroll_derive v0.12.1 |
| 1502 | 2026-05-12T02:05:58.427Z | Compiling thiserror-impl v1.0.69 |
| 1503 | 2026-05-12T02:05:58.471Z | Compiling heapless v0.7.17 |
| 1504 | 2026-05-12T02:05:58.625Z | Compiling rand_xorshift v0.4.0 |
| 1505 | 2026-05-12T02:05:58.717Z | Compiling slog v2.8.2 |
| 1506 | 2026-05-12T02:05:58.795Z | Compiling darling_core v0.21.3 |
| 1507 | 2026-05-12T02:05:58.903Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1508 | 2026-05-12T02:05:59.026Z | Compiling thread-id v5.1.0 |
| 1509 | 2026-05-12T02:05:59.114Z | Compiling cookie v0.18.1 |
| 1510 | 2026-05-12T02:05:59.193Z | Compiling iri-string v0.7.10 |
| 1511 | 2026-05-12T02:05:59.301Z | Compiling unicode-bidi v0.3.18 |
| 1512 | 2026-05-12T02:05:59.454Z | Compiling unarray v0.1.4 |
| 1513 | 2026-05-12T02:05:59.571Z | Compiling zstd-safe v7.2.4 |
| 1514 | 2026-05-12T02:05:59.706Z | Compiling signal-hook v0.3.18 |
| 1515 | 2026-05-12T02:05:59.776Z | Compiling ryu v1.0.23 |
| 1516 | 2026-05-12T02:05:59.837Z | Compiling unicode-properties v0.1.4 |
| 1517 | 2026-05-12T02:05:59.852Z | Compiling anyhow v1.0.102 |
| 1518 | 2026-05-12T02:05:59.883Z | Compiling allocator-api2 v0.2.21 |
| 1519 | 2026-05-12T02:05:59.960Z | Compiling paste v1.0.15 |
| 1520 | 2026-05-12T02:06:00.055Z | Compiling adler2 v2.0.1 |
| 1521 | 2026-05-12T02:06:00.190Z | Compiling miniz_oxide v0.8.9 |
| 1522 | 2026-05-12T02:06:00.219Z | Compiling stringprep v0.1.5 |
| 1523 | 2026-05-12T02:06:00.280Z | Compiling serde_urlencoded v0.7.1 |
| 1524 | 2026-05-12T02:06:00.377Z | Compiling tower-http v0.6.8 |
| 1525 | 2026-05-12T02:06:00.548Z | Compiling thiserror v1.0.69 |
| 1526 | 2026-05-12T02:06:00.656Z | Compiling proptest v1.10.0 |
| 1527 | 2026-05-12T02:06:00.792Z | Compiling scroll v0.12.0 |
| 1528 | 2026-05-12T02:06:00.864Z | Compiling derive_builder_macro v0.20.2 |
| 1529 | 2026-05-12T02:06:01.343Z | Compiling tokio-native-tls v0.3.1 |
| 1530 | 2026-05-12T02:06:01.359Z | Compiling darling_macro v0.21.3 |
| 1531 | 2026-05-12T02:06:01.487Z | Compiling ipnetwork v0.21.1 |
| 1532 | 2026-05-12T02:06:01.513Z | Compiling bstr v1.12.1 |
| 1533 | 2026-05-12T02:06:01.549Z | Compiling rand_chacha v0.3.1 |
| 1534 | 2026-05-12T02:06:01.823Z | Compiling serde_tokenstream v0.2.3 |
| 1535 | 2026-05-12T02:06:01.855Z | Compiling erased-serde v0.3.31 |
| 1536 | 2026-05-12T02:06:01.898Z | Compiling serde_spanned v0.6.9 |
| 1537 | 2026-05-12T02:06:02.102Z | Compiling toml_datetime v0.6.11 |
| 1538 | 2026-05-12T02:06:02.182Z | Compiling md-5 v0.10.6 |
| 1539 | 2026-05-12T02:06:02.210Z | Compiling pin-project-internal v1.1.11 |
| 1540 | 2026-05-12T02:06:02.357Z | Compiling zerocopy-derive v0.7.35 |
| 1541 | 2026-05-12T02:06:02.373Z | Compiling async-trait v0.1.89 |
| 1542 | 2026-05-12T02:06:02.376Z | Compiling curve25519-dalek v4.1.3 |
| 1543 | 2026-05-12T02:06:02.432Z | Compiling vergen-lib v0.1.6 |
| 1544 | 2026-05-12T02:06:02.620Z | Compiling num-integer v0.1.46 |
| 1545 | 2026-05-12T02:06:02.733Z | Compiling hash32 v0.2.1 |
| 1546 | 2026-05-12T02:06:02.944Z | Compiling ff v0.13.1 |
| 1547 | 2026-05-12T02:06:02.961Z | Compiling memoffset v0.9.1 |
| 1548 | 2026-05-12T02:06:03.089Z | Compiling base16ct v0.2.0 |
| 1549 | 2026-05-12T02:06:03.162Z | Compiling cfg_aliases v0.2.1 |
| 1550 | 2026-05-12T02:06:03.241Z | Compiling smoltcp v0.9.1 |
| 1551 | 2026-05-12T02:06:03.261Z | Compiling ref-cast v1.0.25 |
| 1552 | 2026-05-12T02:06:03.277Z | Compiling rustix v0.38.44 |
| 1553 | 2026-05-12T02:06:03.366Z | Compiling zlib-rs v0.6.2 |
| 1554 | 2026-05-12T02:06:03.436Z | Compiling fallible-iterator v0.2.0 |
| 1555 | 2026-05-12T02:06:03.564Z | Compiling psl-types v2.0.11 |
| 1556 | 2026-05-12T02:06:03.586Z | Compiling num-bigint-dig v0.8.6 |
| 1557 | 2026-05-12T02:06:03.622Z | Compiling litrs v1.0.0 |
| 1558 | 2026-05-12T02:06:03.689Z | Compiling publicsuffix v2.3.0 |
| 1559 | 2026-05-12T02:06:03.757Z | Compiling postgres-protocol v0.6.10 |
| 1560 | 2026-05-12T02:06:03.883Z | Compiling pin-project v1.1.11 |
| 1561 | 2026-05-12T02:06:03.935Z | Compiling zerocopy v0.7.35 |
| 1562 | 2026-05-12T02:06:04.001Z | Compiling nix v0.31.2 |
| 1563 | 2026-05-12T02:06:04.135Z | Compiling document-features v0.2.12 |
| 1564 | 2026-05-12T02:06:04.317Z | Compiling sec1 v0.7.3 |
| 1565 | 2026-05-12T02:06:04.485Z | Compiling newtype-uuid v1.3.2 |
| 1566 | 2026-05-12T02:06:04.499Z | Compiling group v0.13.0 |
| 1567 | 2026-05-12T02:06:04.676Z | Compiling num-iter v0.1.45 |
| 1568 | 2026-05-12T02:06:04.812Z | Compiling darling v0.21.3 |
| 1569 | 2026-05-12T02:06:04.839Z | Compiling rand v0.8.6 |
| 1570 | 2026-05-12T02:06:04.909Z | Compiling oxnet v0.1.4 |
| 1571 | 2026-05-12T02:06:05.063Z | Compiling hubpack_derive v0.1.1 |
| 1572 | 2026-05-12T02:06:05.207Z | Compiling hyper-tls v0.6.0 |
| 1573 | 2026-05-12T02:06:05.303Z | Compiling derive_builder v0.20.2 |
| 1574 | 2026-05-12T02:06:05.380Z | Compiling goblin v0.8.2 |
| 1575 | 2026-05-12T02:06:05.752Z | Compiling phf_shared v0.13.1 |
| 1576 | 2026-05-12T02:06:05.901Z | Compiling lazy_static v1.5.0 |
| 1577 | 2026-05-12T02:06:05.975Z | Compiling regex v1.12.3 |
| 1578 | 2026-05-12T02:06:05.996Z | Compiling futures-executor v0.3.32 |
| 1579 | 2026-05-12T02:06:05.999Z | Compiling hex v0.4.3 |
| 1580 | 2026-05-12T02:06:06.203Z | Compiling flate2 v1.1.9 |
| 1581 | 2026-05-12T02:06:06.273Z | Compiling cargo-platform v0.1.9 |
| 1582 | 2026-05-12T02:06:06.288Z | Compiling hkdf v0.12.4 |
| 1583 | 2026-05-12T02:06:06.425Z | Compiling crypto-bigint v0.5.5 |
| 1584 | 2026-05-12T02:06:06.459Z | Compiling terminal_size v0.4.3 |
| 1585 | 2026-05-12T02:06:06.535Z | Compiling strum_macros v0.27.2 |
| 1586 | 2026-05-12T02:06:06.592Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1587 | 2026-05-12T02:06:06.626Z | Compiling ref-cast-impl v1.0.25 |
| 1588 | 2026-05-12T02:06:06.643Z | Compiling snafu-derive v0.8.9 |
| 1589 | 2026-05-12T02:06:07.225Z | Compiling daft-derive v0.1.5 |
| 1590 | 2026-05-12T02:06:07.290Z | Compiling vergen v9.0.6 |
| 1591 | 2026-05-12T02:06:07.485Z | Compiling fs-err v3.3.0 |
| 1592 | 2026-05-12T02:06:07.690Z | Compiling ahash v0.8.12 |
| 1593 | 2026-05-12T02:06:07.901Z | Compiling encoding_rs v0.8.35 |
| 1594 | 2026-05-12T02:06:07.973Z | Compiling mime v0.3.17 |
| 1595 | 2026-05-12T02:06:08.242Z | Compiling object v0.37.3 |
| 1596 | 2026-05-12T02:06:08.519Z | Compiling bumpalo v3.20.2 |
| 1597 | 2026-05-12T02:06:08.597Z | Compiling bitflags v1.3.2 |
| 1598 | 2026-05-12T02:06:08.612Z | Compiling foldhash v0.1.5 |
| 1599 | 2026-05-12T02:06:08.650Z | Compiling same-file v1.0.6 |
| 1600 | 2026-05-12T02:06:08.679Z | Compiling libbz2-rs-sys v0.2.2 |
| 1601 | 2026-05-12T02:06:08.778Z | Compiling foldhash v0.2.0 |
| 1602 | 2026-05-12T02:06:08.794Z | Compiling unicode-segmentation v1.12.0 |
| 1603 | 2026-05-12T02:06:08.820Z | Compiling managed v0.8.0 |
| 1604 | 2026-05-12T02:06:09.010Z | Compiling winnow v0.5.40 |
| 1605 | 2026-05-12T02:06:09.059Z | Compiling hashbrown v0.16.1 |
| 1606 | 2026-05-12T02:06:09.190Z | Compiling bzip2 v0.6.1 |
| 1607 | 2026-05-12T02:06:09.407Z | Compiling walkdir v2.5.0 |
| 1608 | 2026-05-12T02:06:09.422Z | Compiling hashbrown v0.15.5 |
| 1609 | 2026-05-12T02:06:09.504Z | Compiling zopfli v0.8.3 |
| 1610 | 2026-05-12T02:06:09.686Z | Compiling snafu v0.8.9 |
| 1611 | 2026-05-12T02:06:09.735Z | Compiling strum v0.27.2 |
| 1612 | 2026-05-12T02:06:09.890Z | Compiling clap_builder v4.5.60 |
| 1613 | 2026-05-12T02:06:09.926Z | Compiling daft v0.1.5 |
| 1614 | 2026-05-12T02:06:10.040Z | Compiling dof v0.3.0 |
| 1615 | 2026-05-12T02:06:10.189Z | Compiling elliptic-curve v0.13.8 |
| 1616 | 2026-05-12T02:06:10.334Z | Compiling cargo_metadata v0.19.2 |
| 1617 | 2026-05-12T02:06:10.512Z | Compiling toml_edit v0.19.15 |
| 1618 | 2026-05-12T02:06:10.622Z | Compiling futures v0.3.32 |
| 1619 | 2026-05-12T02:06:10.838Z | Compiling phf v0.13.1 |
| 1620 | 2026-05-12T02:06:11.370Z | Compiling cookie_store v0.22.1 |
| 1621 | 2026-05-12T02:06:11.769Z | Compiling signal-hook-mio v0.2.5 |
| 1622 | 2026-05-12T02:06:11.899Z | Compiling hubpack v0.1.2 |
| 1623 | 2026-05-12T02:06:11.990Z | Compiling bzip2 v0.4.4 |
| 1624 | 2026-05-12T02:06:12.120Z | Compiling zstd v0.13.3 |
| 1625 | 2026-05-12T02:06:12.168Z | Compiling serde_with_macros v3.17.0 |
| 1626 | 2026-05-12T02:06:12.340Z | Compiling postgres-types v0.2.12 |
| 1627 | 2026-05-12T02:06:13.000Z | Compiling usdt-attr-macro v0.6.0 |
| 1628 | 2026-05-12T02:06:13.198Z | Compiling usdt-macro v0.6.0 |
| 1629 | 2026-05-12T02:06:13.359Z | Compiling globset v0.4.18 |
| 1630 | 2026-05-12T02:06:13.376Z | Compiling dtrace-parser v0.2.0 |
| 1631 | 2026-05-12T02:06:13.393Z | Compiling ed25519 v2.2.3 |
| 1632 | 2026-05-12T02:06:13.599Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-05-12T02:06:13.782Z | Compiling olpc-cjson v0.1.4 |
| 1634 | 2026-05-12T02:06:13.799Z | Compiling pkcs1 v0.7.5 |
| 1635 | 2026-05-12T02:06:13.953Z | Compiling serde-big-array v0.5.1 |
| 1636 | 2026-05-12T02:06:13.984Z | Compiling serde_plain v1.0.2 |
| 1637 | 2026-05-12T02:06:14.077Z | Compiling rfc6979 v0.4.0 |
| 1638 | 2026-05-12T02:06:14.105Z | Compiling pem v3.0.6 |
| 1639 | 2026-05-12T02:06:14.154Z | Compiling async-recursion v1.1.1 |
| 1640 | 2026-05-12T02:06:14.191Z | Compiling clap_derive v4.5.55 |
| 1641 | 2026-05-12T02:06:14.207Z | Compiling strum_macros v0.26.4 |
| 1642 | 2026-05-12T02:06:14.222Z | Compiling enum-as-inner v0.6.1 |
| 1643 | 2026-05-12T02:06:14.326Z | Compiling serde_repr v0.1.20 |
| 1644 | 2026-05-12T02:06:14.453Z | Compiling float-cmp v0.10.0 |
| 1645 | 2026-05-12T02:06:14.610Z | Compiling memmap2 v0.9.10 |
| 1646 | 2026-05-12T02:06:14.749Z | Compiling thread-id v4.2.2 |
| 1647 | 2026-05-12T02:06:14.838Z | Compiling env_filter v1.0.0 |
| 1648 | 2026-05-12T02:06:14.841Z | Compiling predicates-core v1.0.10 |
| 1649 | 2026-05-12T02:06:14.841Z | Compiling whoami v2.1.0 |
| 1650 | 2026-05-12T02:06:14.884Z | Compiling normalize-line-endings v0.3.0 |
| 1651 | 2026-05-12T02:06:14.998Z | Compiling static_assertions v1.1.0 |
| 1652 | 2026-05-12T02:06:15.056Z | Compiling data-encoding v2.10.0 |
| 1653 | 2026-05-12T02:06:15.074Z | Compiling difflib v0.4.0 |
| 1654 | 2026-05-12T02:06:15.162Z | Compiling rustc-hash v2.1.1 |
| 1655 | 2026-05-12T02:06:15.249Z | Compiling new_debug_unreachable v1.0.6 |
| 1656 | 2026-05-12T02:06:15.290Z | Compiling typed-path v0.9.3 |
| 1657 | 2026-05-12T02:06:15.328Z | Compiling fixedbitset v0.4.2 |
| 1658 | 2026-05-12T02:06:15.564Z | Compiling fixedbitset v0.5.7 |
| 1659 | 2026-05-12T02:06:15.649Z | Compiling keccak v0.1.6 |
| 1660 | 2026-05-12T02:06:15.766Z | Compiling jiff v0.2.21 |
| 1661 | 2026-05-12T02:06:15.867Z | Compiling either v1.15.0 |
| 1662 | 2026-05-12T02:06:16.032Z | Compiling precomputed-hash v0.1.1 |
| 1663 | 2026-05-12T02:06:16.042Z | Compiling clap v4.5.60 |
| 1664 | 2026-05-12T02:06:16.083Z | Compiling itertools v0.13.0 |
| 1665 | 2026-05-12T02:06:16.120Z | Compiling string_cache v0.8.9 |
| 1666 | 2026-05-12T02:06:16.137Z | Compiling strum v0.26.3 |
| 1667 | 2026-05-12T02:06:16.282Z | Compiling sha3 v0.10.8 |
| 1668 | 2026-05-12T02:06:16.379Z | Compiling petgraph v0.8.3 |
| 1669 | 2026-05-12T02:06:16.467Z | Compiling petgraph v0.6.5 |
| 1670 | 2026-05-12T02:06:16.558Z | Compiling hickory-proto v0.25.2 |
| 1671 | 2026-05-12T02:06:16.561Z | Compiling predicates v3.1.4 |
| 1672 | 2026-05-12T02:06:16.744Z | Compiling iddqd v0.3.18 |
| 1673 | 2026-05-12T02:06:17.301Z | Compiling toml_edit v0.22.27 |
| 1674 | 2026-05-12T02:06:17.417Z | Compiling tokio-postgres v0.7.16 |
| 1675 | 2026-05-12T02:06:18.020Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1676 | 2026-05-12T02:06:18.099Z | Compiling env_logger v0.11.9 |
| 1677 | 2026-05-12T02:06:18.411Z | Compiling usdt-impl v0.5.0 |
| 1678 | 2026-05-12T02:06:18.451Z | Compiling usdt v0.6.0 |
| 1679 | 2026-05-12T02:06:18.727Z | Compiling zip v4.6.1 |
| 1680 | 2026-05-12T02:06:19.025Z | Compiling ecdsa v0.16.9 |
| 1681 | 2026-05-12T02:06:19.451Z | Compiling rsa v0.9.10 |
| 1682 | 2026-05-12T02:06:19.730Z | Compiling ed25519-dalek v2.2.0 |
| 1683 | 2026-05-12T02:06:19.736Z | Compiling serde_with v3.17.0 |
| 1684 | 2026-05-12T02:06:20.610Z | Compiling crossterm v0.28.1 |
| 1685 | 2026-05-12T02:06:21.056Z | Compiling zip v0.6.6 |
| 1686 | 2026-05-12T02:06:21.071Z | Compiling toml v0.7.8 |
| 1687 | 2026-05-12T02:06:21.602Z | Compiling similar v2.7.0 |
| 1688 | 2026-05-12T02:06:21.663Z | Compiling heck v0.4.1 |
| 1689 | 2026-05-12T02:06:21.729Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1690 | 2026-05-12T02:06:21.808Z | Compiling crossbeam-epoch v0.9.18 |
| 1691 | 2026-05-12T02:06:21.907Z | Compiling tokio-stream v0.1.18 |
| 1692 | 2026-05-12T02:06:21.940Z | Compiling buf-list v1.1.2 |
| 1693 | 2026-05-12T02:06:22.194Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-05-12T02:06:22.224Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1695 | 2026-05-12T02:06:22.425Z | Compiling openapiv3 v2.2.0 |
| 1696 | 2026-05-12T02:06:22.446Z | Compiling sha1 v0.10.6 |
| 1697 | 2026-05-12T02:06:22.538Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1698 | 2026-05-12T02:06:22.560Z | Compiling lalrpop-util v0.19.12 |
| 1699 | 2026-05-12T02:06:22.679Z | Compiling peg-runtime v0.8.5 |
| 1700 | 2026-05-12T02:06:22.765Z | Compiling thread_local v1.1.9 |
| 1701 | 2026-05-12T02:06:22.875Z | Compiling slog-async v2.8.0 |
| 1702 | 2026-05-12T02:06:23.036Z | Compiling crossbeam-channel v0.5.15 |
| 1703 | 2026-05-12T02:06:23.050Z | Compiling filetime v0.2.27 |
| 1704 | 2026-05-12T02:06:23.050Z | Compiling is-terminal v0.4.17 |
| 1705 | 2026-05-12T02:06:23.140Z | Compiling xattr v1.6.1 |
| 1706 | 2026-05-12T02:06:24.049Z | Compiling term v1.2.1 |
| 1707 | 2026-05-12T02:06:24.049Z | Compiling take_mut v0.2.2 |
| 1708 | 2026-05-12T02:06:24.049Z | Compiling tar v0.4.45 |
| 1709 | 2026-05-12T02:06:24.049Z | Compiling slog-term v2.9.2 |
| 1710 | 2026-05-12T02:06:33.588Z | Compiling rustls-webpki v0.103.9 |
| 1711 | 2026-05-12T02:06:36.417Z | Compiling tokio-rustls v0.26.4 |
| 1712 | 2026-05-12T02:06:36.417Z | Compiling rustls-platform-verifier v0.6.2 |
| 1713 | 2026-05-12T02:06:36.626Z | Compiling hyper-rustls v0.27.7 |
| 1714 | 2026-05-12T02:06:36.842Z | Compiling reqwest v0.12.28 |
| 1715 | 2026-05-12T02:06:36.842Z | Compiling reqwest v0.13.2 |
| 1716 | 2026-05-12T02:06:38.156Z | Compiling tough v0.22.0 |
| 1717 | 2026-05-12T02:06:40.751Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1718 | 2026-05-12T02:06:40.969Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1719 | 2026-05-12T02:06:43.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1720 | 2026-05-12T02:06:44.073Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1721 | 2026-05-12T02:06:44.132Z | May 12 02:06:43.005 INFO Starting download, target: Clickhouse |
| 1722 | 2026-05-12T02:06:44.132Z | May 12 02:06:43.006 INFO Starting download, target: Console |
| 1723 | 2026-05-12T02:06:44.132Z | May 12 02:06:43.006 INFO Starting download, target: Cockroach |
| 1724 | 2026-05-12T02:06:44.132Z | May 12 02:06:43.006 INFO Starting download, target: DendriteStub |
| 1725 | 2026-05-12T02:06:44.132Z | May 12 02:06:43.006 INFO Starting download, target: MaghemiteMgd |
| 1726 | 2026-05-12T02:06:44.132Z | May 12 02:06:43.006 INFO Starting download, target: TransceiverControl |
| 1727 | 2026-05-12T02:06:44.132Z | May 12 02:06:43.006 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1728 | 2026-05-12T02:06:44.137Z | May 12 02:06:43.006 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1729 | 2026-05-12T02:06:44.137Z | May 12 02:06:43.006 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1730 | 2026-05-12T02:06:44.137Z | May 12 02:06:43.006 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1731 | 2026-05-12T02:06:44.137Z | May 12 02:06:43.006 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1732 | 2026-05-12T02:06:44.137Z | May 12 02:06:43.006 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1733 | 2026-05-12T02:06:44.567Z | May 12 02:06:43.439 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1734 | 2026-05-12T02:06:44.813Z | May 12 02:06:43.661 INFO Download complete, target: TransceiverControl |
| 1735 | 2026-05-12T02:06:45.187Z | May 12 02:06:44.016 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1736 | 2026-05-12T02:06:45.387Z | May 12 02:06:44.248 INFO Download complete, target: Console |
| 1737 | 2026-05-12T02:06:45.806Z | May 12 02:06:44.673 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1738 | 2026-05-12T02:06:45.930Z | May 12 02:06:44.788 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1739 | 2026-05-12T02:06:46.009Z | May 12 02:06:44.881 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1740 | 2026-05-12T02:06:46.369Z | May 12 02:06:45.231 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1741 | 2026-05-12T02:06:46.369Z | May 12 02:06:45.231 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1742 | 2026-05-12T02:06:48.174Z | May 12 02:06:47.045 INFO Download complete, target: DendriteStub |
| 1743 | 2026-05-12T02:06:48.275Z | May 12 02:06:47.143 INFO Download complete, target: MaghemiteMgd |
| 1744 | 2026-05-12T02:06:51.009Z | May 12 02:06:49.882 INFO Checking that binary works, target: Cockroach |
| 1745 | 2026-05-12T02:06:51.130Z | May 12 02:06:50.003 INFO Download complete, target: Cockroach |
| 1746 | 2026-05-12T02:06:52.814Z | May 12 02:06:51.688 INFO Checking that binary works, target: Clickhouse |
| 1747 | 2026-05-12T02:06:52.901Z | May 12 02:06:51.775 INFO Download complete, target: Clickhouse |
| 1748 | 2026-05-12T02:06:52.917Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1749 | 2026-05-12T02:06:52.920Z | |
| 1750 | 2026-05-12T02:06:52.920Z | real 2:17.413173683 |
| 1751 | 2026-05-12T02:06:52.920Z | user 7:11.148133233 |
| 1752 | 2026-05-12T02:06:52.920Z | sys 1:25.415989014 |
| 1753 | 2026-05-12T02:06:52.920Z | trap 0.221611254 |
| 1754 | 2026-05-12T02:06:52.920Z | tflt 0.663705717 |
| 1755 | 2026-05-12T02:06:52.920Z | dflt 0.586096622 |
| 1756 | 2026-05-12T02:06:52.920Z | kflt 0.021962403 |
| 1757 | 2026-05-12T02:06:52.920Z | lock 22:20.110732790 |
| 1758 | 2026-05-12T02:06:52.920Z | slp 21:54.690465268 |
| 1759 | 2026-05-12T02:06:52.920Z | lat 43.804359273 |
| 1760 | 2026-05-12T02:06:52.920Z | stop 2:03.429832897 |
| 1761 | 2026-05-12T02:06:52.920Z | + banner clippy |
| 1762 | 2026-05-12T02:06:52.920Z | |
| 1763 | 2026-05-12T02:06:52.920Z | #### # # ##### ##### # # |
| 1764 | 2026-05-12T02:06:52.920Z | # # # # # # # # # # |
| 1765 | 2026-05-12T02:06:52.920Z | # # # # # # # # |
| 1766 | 2026-05-12T02:06:52.920Z | # # # ##### ##### # |
| 1767 | 2026-05-12T02:06:52.920Z | # # # # # # # |
| 1768 | 2026-05-12T02:06:52.920Z | #### ###### # # # # |
| 1769 | 2026-05-12T02:06:52.920Z | |
| 1770 | 2026-05-12T02:06:52.920Z | + export CARGO_INCREMENTAL=0 |
| 1771 | 2026-05-12T02:06:52.920Z | + CARGO_INCREMENTAL=0 |
| 1772 | 2026-05-12T02:06:52.920Z | + ptime -m cargo xtask clippy |
| 1773 | 2026-05-12T02:06:53.486Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1774 | 2026-05-12T02:06:53.710Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1775 | 2026-05-12T02:06:55.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s |
| 1776 | 2026-05-12T02:06:55.724Z | Running `target/debug/xtask clippy` |
| 1777 | 2026-05-12T02:06:55.753Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1778 | 2026-05-12T02:06:56.384Z | Downloading crates ... |
| 1779 | 2026-05-12T02:06:56.585Z | Downloaded addr2line v0.25.1 |
| 1780 | 2026-05-12T02:06:56.598Z | Downloaded rust-argon2 v2.1.0 |
| 1781 | 2026-05-12T02:06:56.606Z | Downloaded supports-color v2.1.0 |
| 1782 | 2026-05-12T02:06:56.609Z | Downloaded constant_time_eq v0.3.1 |
| 1783 | 2026-05-12T02:06:56.609Z | Downloaded blake2b_simd v1.0.4 |
| 1784 | 2026-05-12T02:06:56.609Z | Downloaded similar-asserts v1.7.0 |
| 1785 | 2026-05-12T02:06:56.612Z | Downloaded event-listener-strategy v0.5.4 |
| 1786 | 2026-05-12T02:06:56.612Z | Downloaded supports-unicode v2.1.0 |
| 1787 | 2026-05-12T02:06:56.613Z | Downloaded nested v0.1.1 |
| 1788 | 2026-05-12T02:06:56.615Z | Downloaded rstest v0.25.0 |
| 1789 | 2026-05-12T02:06:56.622Z | Downloaded criterion v0.7.0 |
| 1790 | 2026-05-12T02:06:56.629Z | Downloaded pathdiff v0.2.3 |
| 1791 | 2026-05-12T02:06:56.632Z | Downloaded linkme-impl v0.3.35 |
| 1792 | 2026-05-12T02:06:56.632Z | Downloaded parking v2.2.1 |
| 1793 | 2026-05-12T02:06:56.632Z | Downloaded plotters-svg v0.3.7 |
| 1794 | 2026-05-12T02:06:56.632Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1795 | 2026-05-12T02:06:56.635Z | Downloaded cast v0.3.0 |
| 1796 | 2026-05-12T02:06:56.638Z | Downloaded partial-io v0.5.4 |
| 1797 | 2026-05-12T02:06:56.638Z | Downloaded rand_distr v0.5.1 |
| 1798 | 2026-05-12T02:06:56.641Z | Downloaded tokio-test v0.4.5 |
| 1799 | 2026-05-12T02:06:56.641Z | Downloaded supports-hyperlinks v2.1.0 |
| 1800 | 2026-05-12T02:06:56.644Z | Downloaded backtrace-ext v0.2.1 |
| 1801 | 2026-05-12T02:06:56.644Z | Downloaded escape8259 v0.5.3 |
| 1802 | 2026-05-12T02:06:56.647Z | Downloaded plotters-backend v0.3.7 |
| 1803 | 2026-05-12T02:06:56.647Z | Downloaded async-object-pool v0.2.0 |
| 1804 | 2026-05-12T02:06:56.650Z | Downloaded approx v0.5.1 |
| 1805 | 2026-05-12T02:06:56.653Z | Downloaded cargo_metadata v0.23.1 |
| 1806 | 2026-05-12T02:06:56.656Z | Downloaded concurrent-queue v2.5.0 |
| 1807 | 2026-05-12T02:06:56.656Z | Downloaded termcolor v1.4.1 |
| 1808 | 2026-05-12T02:06:56.662Z | Downloaded target-triple v1.0.0 |
| 1809 | 2026-05-12T02:06:56.668Z | Downloaded miette-derive v5.10.0 |
| 1810 | 2026-05-12T02:06:56.672Z | Downloaded cargo-platform v0.3.2 |
| 1811 | 2026-05-12T02:06:56.675Z | Downloaded target-spec v3.5.7 |
| 1812 | 2026-05-12T02:06:56.678Z | Downloaded relative-path v1.9.3 |
| 1813 | 2026-05-12T02:06:56.678Z | Downloaded libtest-mimic v0.8.1 |
| 1814 | 2026-05-12T02:06:56.682Z | Downloaded chumsky v0.9.3 |
| 1815 | 2026-05-12T02:06:56.685Z | Downloaded serde_regex v1.1.0 |
| 1816 | 2026-05-12T02:06:56.690Z | Downloaded assert-json-diff v2.0.2 |
| 1817 | 2026-05-12T02:06:56.694Z | Downloaded terminal_size v0.1.17 |
| 1818 | 2026-05-12T02:06:56.694Z | Downloaded stringmetrics v2.2.2 |
| 1819 | 2026-05-12T02:06:56.694Z | Downloaded linkme v0.3.35 |
| 1820 | 2026-05-12T02:06:56.698Z | Downloaded criterion-plot v0.6.0 |
| 1821 | 2026-05-12T02:06:56.698Z | Downloaded target-lexicon v0.13.3 |
| 1822 | 2026-05-12T02:06:56.698Z | Downloaded owo-colors v3.5.0 |
| 1823 | 2026-05-12T02:06:56.701Z | Downloaded path-tree v0.8.3 |
| 1824 | 2026-05-12T02:06:56.701Z | Downloaded anes v0.1.6 |
| 1825 | 2026-05-12T02:06:56.704Z | Downloaded oorandom v11.1.5 |
| 1826 | 2026-05-12T02:06:56.704Z | Downloaded trybuild v1.0.116 |
| 1827 | 2026-05-12T02:06:56.706Z | Downloaded event-listener v5.4.1 |
| 1828 | 2026-05-12T02:06:56.706Z | Downloaded httptest v0.16.4 |
| 1829 | 2026-05-12T02:06:56.710Z | Downloaded knuffel-derive v3.2.0 |
| 1830 | 2026-05-12T02:06:56.710Z | Downloaded assert_cmd v2.1.2 |
| 1831 | 2026-05-12T02:06:56.716Z | Downloaded rustc-demangle v0.1.27 |
| 1832 | 2026-05-12T02:06:56.721Z | Downloaded futures-timer v3.0.3 |
| 1833 | 2026-05-12T02:06:56.721Z | Downloaded async-lock v3.4.2 |
| 1834 | 2026-05-12T02:06:56.721Z | Downloaded tinytemplate v1.2.1 |
| 1835 | 2026-05-12T02:06:56.730Z | Downloaded hickory-client v0.25.2 |
| 1836 | 2026-05-12T02:06:56.734Z | Downloaded datatest-stable v0.3.3 |
| 1837 | 2026-05-12T02:06:56.734Z | Downloaded cfg-expr v0.20.6 |
| 1838 | 2026-05-12T02:06:56.734Z | Downloaded textwrap v0.15.2 |
| 1839 | 2026-05-12T02:06:56.737Z | Downloaded rstest_macros v0.25.0 |
| 1840 | 2026-05-12T02:06:56.737Z | Downloaded knuffel v3.2.0 |
| 1841 | 2026-05-12T02:06:56.741Z | Downloaded backtrace v0.3.76 |
| 1842 | 2026-05-12T02:06:56.741Z | Downloaded miette v5.10.0 |
| 1843 | 2026-05-12T02:06:56.748Z | Downloaded fancy-regex v0.14.0 |
| 1844 | 2026-05-12T02:06:56.761Z | Downloaded guppy v0.17.25 |
| 1845 | 2026-05-12T02:06:56.765Z | Downloaded hashbrown v0.14.5 |
| 1846 | 2026-05-12T02:06:56.768Z | Downloaded plotters v0.3.7 |
| 1847 | 2026-05-12T02:06:56.793Z | Downloaded gimli v0.32.3 |
| 1848 | 2026-05-12T02:06:56.896Z | Downloaded httpmock v0.8.3 |
| 1849 | 2026-05-12T02:06:58.500Z | Checking cfg-if v1.0.4 |
| 1850 | 2026-05-12T02:06:58.849Z | Checking libc v0.2.185 |
| 1851 | 2026-05-12T02:06:58.857Z | Checking serde_core v1.0.228 |
| 1852 | 2026-05-12T02:06:58.926Z | Checking memchr v2.8.0 |
| 1853 | 2026-05-12T02:06:58.966Z | Checking smallvec v1.15.1 |
| 1854 | 2026-05-12T02:06:59.007Z | Checking itoa v1.0.17 |
| 1855 | 2026-05-12T02:06:59.007Z | Checking log v0.4.29 |
| 1856 | 2026-05-12T02:06:59.087Z | Checking zeroize v1.8.2 |
| 1857 | 2026-05-12T02:06:59.130Z | Checking libm v0.2.16 |
| 1858 | 2026-05-12T02:06:59.197Z | Checking scopeguard v1.2.0 |
| 1859 | 2026-05-12T02:06:59.218Z | Checking stable_deref_trait v1.2.1 |
| 1860 | 2026-05-12T02:06:59.260Z | Checking zmij v1.0.21 |
| 1861 | 2026-05-12T02:06:59.300Z | Checking errno v0.3.14 |
| 1862 | 2026-05-12T02:06:59.303Z | Checking getrandom v0.2.17 |
| 1863 | 2026-05-12T02:06:59.370Z | Checking lock_api v0.4.14 |
| 1864 | 2026-05-12T02:06:59.375Z | Checking zerofrom v0.1.6 |
| 1865 | 2026-05-12T02:06:59.444Z | Checking percent-encoding v2.3.2 |
| 1866 | 2026-05-12T02:06:59.483Z | Checking writeable v0.6.2 |
| 1867 | 2026-05-12T02:06:59.522Z | Checking litemap v0.8.1 |
| 1868 | 2026-05-12T02:06:59.558Z | Checking yoke v0.8.1 |
| 1869 | 2026-05-12T02:06:59.563Z | Checking icu_normalizer_data v2.1.1 |
| 1870 | 2026-05-12T02:06:59.627Z | Checking icu_properties_data v2.1.2 |
| 1871 | 2026-05-12T02:06:59.664Z | Checking subtle v2.6.1 |
| 1872 | 2026-05-12T02:06:59.703Z | Checking form_urlencoded v1.2.2 |
| 1873 | 2026-05-12T02:06:59.739Z | Checking utf8_iter v1.0.4 |
| 1874 | 2026-05-12T02:06:59.741Z | Checking pin-project-lite v0.2.17 |
| 1875 | 2026-05-12T02:06:59.808Z | Checking zerovec v0.11.5 |
| 1876 | 2026-05-12T02:06:59.811Z | Checking zerotrie v0.2.3 |
| 1877 | 2026-05-12T02:06:59.879Z | Checking num-traits v0.2.19 |
| 1878 | 2026-05-12T02:06:59.918Z | Checking parking_lot_core v0.9.12 |
| 1879 | 2026-05-12T02:06:59.918Z | Checking portable-atomic v1.13.1 |
| 1880 | 2026-05-12T02:06:59.990Z | Checking rand_core v0.6.4 |
| 1881 | 2026-05-12T02:07:00.023Z | Checking critical-section v1.2.0 |
| 1882 | 2026-05-12T02:07:00.106Z | Checking rand_core v0.10.0 |
| 1883 | 2026-05-12T02:07:00.146Z | Checking parking_lot v0.12.5 |
| 1884 | 2026-05-12T02:07:00.187Z | Checking zerocopy v0.8.40 |
| 1885 | 2026-05-12T02:07:00.218Z | Checking signal-hook-registry v1.4.8 |
| 1886 | 2026-05-12T02:07:00.277Z | Checking getrandom v0.4.1 |
| 1887 | 2026-05-12T02:07:00.282Z | Checking tinystr v0.8.2 |
| 1888 | 2026-05-12T02:07:00.364Z | Checking potential_utf v0.1.4 |
| 1889 | 2026-05-12T02:07:00.403Z | Checking serde v1.0.228 |
| 1890 | 2026-05-12T02:07:00.408Z | Checking serde_json v1.0.149 |
| 1891 | 2026-05-12T02:07:00.478Z | Checking bitflags v2.11.0 |
| 1892 | 2026-05-12T02:07:00.487Z | Checking once_cell v1.21.3 |
| 1893 | 2026-05-12T02:07:00.544Z | Checking icu_locale_core v2.1.1 |
| 1894 | 2026-05-12T02:07:00.544Z | Checking icu_collections v2.1.1 |
| 1895 | 2026-05-12T02:07:00.614Z | Checking mio v1.2.0 |
| 1896 | 2026-05-12T02:07:00.678Z | Checking socket2 v0.6.3 |
| 1897 | 2026-05-12T02:07:00.716Z | Checking typenum v1.19.0 |
| 1898 | 2026-05-12T02:07:00.829Z | Checking bytes v1.11.1 |
| 1899 | 2026-05-12T02:07:00.922Z | Checking iana-time-zone v0.1.65 |
| 1900 | 2026-05-12T02:07:00.966Z | Checking thiserror v2.0.18 |
| 1901 | 2026-05-12T02:07:01.015Z | Checking uuid v1.23.0 |
| 1902 | 2026-05-12T02:07:01.063Z | Checking chrono v0.4.44 |
| 1903 | 2026-05-12T02:07:01.103Z | Checking semver v1.0.28 |
| 1904 | 2026-05-12T02:07:01.139Z | Checking icu_provider v2.1.1 |
| 1905 | 2026-05-12T02:07:01.182Z | Checking futures-core v0.3.32 |
| 1906 | 2026-05-12T02:07:01.288Z | Checking generic-array v0.14.7 |
| 1907 | 2026-05-12T02:07:01.327Z | Checking tokio v1.52.1 |
| 1908 | 2026-05-12T02:07:01.373Z | Checking equivalent v1.0.2 |
| 1909 | 2026-05-12T02:07:01.414Z | Checking icu_normalizer v2.1.1 |
| 1910 | 2026-05-12T02:07:01.414Z | Checking icu_properties v2.1.2 |
| 1911 | 2026-05-12T02:07:01.769Z | Checking dyn-clone v1.0.20 |
| 1912 | 2026-05-12T02:07:01.776Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1913 | 2026-05-12T02:07:01.776Z | Checking const-oid v0.9.6 |
| 1914 | 2026-05-12T02:07:01.777Z | Checking futures-sink v0.3.32 |
| 1915 | 2026-05-12T02:07:01.788Z | Checking crypto-common v0.1.7 |
| 1916 | 2026-05-12T02:07:01.876Z | Checking block-buffer v0.10.4 |
| 1917 | 2026-05-12T02:07:01.930Z | Checking futures-channel v0.3.32 |
| 1918 | 2026-05-12T02:07:01.949Z | Checking futures-io v0.3.32 |
| 1919 | 2026-05-12T02:07:01.956Z | Checking slab v0.4.12 |
| 1920 | 2026-05-12T02:07:02.047Z | Checking futures-task v0.3.32 |
| 1921 | 2026-05-12T02:07:02.097Z | Checking hashbrown v0.17.0 |
| 1922 | 2026-05-12T02:07:02.138Z | Checking byteorder v1.5.0 |
| 1923 | 2026-05-12T02:07:02.176Z | Checking rustix v1.1.3 |
| 1924 | 2026-05-12T02:07:02.221Z | Checking futures-util v0.3.32 |
| 1925 | 2026-05-12T02:07:02.318Z | Checking idna_adapter v1.2.1 |
| 1926 | 2026-05-12T02:07:02.363Z | Checking digest v0.10.7 |
| 1927 | 2026-05-12T02:07:02.402Z | Checking cpufeatures v0.2.17 |
| 1928 | 2026-05-12T02:07:02.470Z | Checking idna v1.1.0 |
| 1929 | 2026-05-12T02:07:02.509Z | Checking thiserror v1.0.69 |
| 1930 | 2026-05-12T02:07:02.594Z | Checking getrandom v0.3.4 |
| 1931 | 2026-05-12T02:07:02.634Z | Checking indexmap v2.14.0 |
| 1932 | 2026-05-12T02:07:02.671Z | Checking fnv v1.0.7 |
| 1933 | 2026-05-12T02:07:02.750Z | Checking url v2.5.8 |
| 1934 | 2026-05-12T02:07:02.788Z | Checking regex-syntax v0.8.10 |
| 1935 | 2026-05-12T02:07:02.826Z | Checking http v1.4.0 |
| 1936 | 2026-05-12T02:07:03.007Z | Checking ppv-lite86 v0.2.21 |
| 1937 | 2026-05-12T02:07:03.075Z | Checking tracing-core v0.1.36 |
| 1938 | 2026-05-12T02:07:03.248Z | Checking schemars v0.8.22 |
| 1939 | 2026-05-12T02:07:03.286Z | Checking base64 v0.22.1 |
| 1940 | 2026-05-12T02:07:03.354Z | Checking ipnet v2.11.0 |
| 1941 | 2026-05-12T02:07:03.428Z | Checking tracing v0.1.44 |
| 1942 | 2026-05-12T02:07:03.466Z | Checking unicode-ident v1.0.24 |
| 1943 | 2026-05-12T02:07:03.566Z | Checking untrusted v0.9.0 |
| 1944 | 2026-05-12T02:07:03.611Z | Checking proc-macro2 v1.0.106 |
| 1945 | 2026-05-12T02:07:03.656Z | Checking aho-corasick v1.1.4 |
| 1946 | 2026-05-12T02:07:03.693Z | Checking anstyle v1.0.13 |
| 1947 | 2026-05-12T02:07:03.733Z | Checking ring v0.17.14 |
| 1948 | 2026-05-12T02:07:03.912Z | Checking utf8parse v0.2.2 |
| 1949 | 2026-05-12T02:07:03.953Z | Checking rustls-pki-types v1.14.0 |
| 1950 | 2026-05-12T02:07:03.991Z | Checking quote v1.0.45 |
| 1951 | 2026-05-12T02:07:04.049Z | Checking httparse v1.10.1 |
| 1952 | 2026-05-12T02:07:04.189Z | Checking base64ct v1.8.3 |
| 1953 | 2026-05-12T02:07:04.226Z | Checking syn v2.0.117 |
| 1954 | 2026-05-12T02:07:04.262Z | Checking anstyle-parse v0.2.7 |
| 1955 | 2026-05-12T02:07:04.301Z | Checking block-padding v0.3.3 |
| 1956 | 2026-05-12T02:07:04.333Z | Checking is_terminal_polyfill v1.70.2 |
| 1957 | 2026-05-12T02:07:04.376Z | Checking regex-automata v0.4.14 |
| 1958 | 2026-05-12T02:07:04.442Z | Checking anstyle-query v1.1.5 |
| 1959 | 2026-05-12T02:07:04.478Z | Checking colorchoice v1.0.4 |
| 1960 | 2026-05-12T02:07:04.482Z | Checking inout v0.1.4 |
| 1961 | 2026-05-12T02:07:04.482Z | Checking crossbeam-utils v0.8.21 |
| 1962 | 2026-05-12T02:07:04.580Z | Checking allocator-api2 v0.2.21 |
| 1963 | 2026-05-12T02:07:04.618Z | Checking anstream v0.6.21 |
| 1964 | 2026-05-12T02:07:04.662Z | Checking tokio-util v0.7.18 |
| 1965 | 2026-05-12T02:07:04.714Z | Checking cipher v0.4.4 |
| 1966 | 2026-05-12T02:07:04.772Z | Checking http-body v1.0.1 |
| 1967 | 2026-05-12T02:07:04.850Z | Checking terminal_size v0.4.3 |
| 1968 | 2026-05-12T02:07:04.886Z | Checking atomic-waker v1.1.2 |
| 1969 | 2026-05-12T02:07:04.921Z | Checking try-lock v0.2.5 |
| 1970 | 2026-05-12T02:07:04.957Z | Checking httpdate v1.0.3 |
| 1971 | 2026-05-12T02:07:04.960Z | Checking clap_lex v1.0.0 |
| 1972 | 2026-05-12T02:07:04.995Z | Checking strsim v0.11.1 |
| 1973 | 2026-05-12T02:07:05.030Z | Checking pem-rfc7468 v0.7.0 |
| 1974 | 2026-05-12T02:07:05.094Z | Checking want v0.3.1 |
| 1975 | 2026-05-12T02:07:05.136Z | Checking sha2 v0.10.9 |
| 1976 | 2026-05-12T02:07:05.175Z | Checking tower-layer v0.3.3 |
| 1977 | 2026-05-12T02:07:05.222Z | Checking clap_builder v4.5.60 |
| 1978 | 2026-05-12T02:07:05.259Z | Checking tower-service v0.3.3 |
| 1979 | 2026-05-12T02:07:05.262Z | Checking pin-utils v0.1.0 |
| 1980 | 2026-05-12T02:07:05.330Z | Checking h2 v0.4.13 |
| 1981 | 2026-05-12T02:07:05.367Z | Checking ryu v1.0.23 |
| 1982 | 2026-05-12T02:07:05.403Z | Checking rand_core v0.9.5 |
| 1983 | 2026-05-12T02:07:05.438Z | Checking hmac v0.12.1 |
| 1984 | 2026-05-12T02:07:05.482Z | Checking powerfmt v0.2.0 |
| 1985 | 2026-05-12T02:07:05.535Z | Checking flagset v0.4.7 |
| 1986 | 2026-05-12T02:07:05.603Z | Checking num-conv v0.2.0 |
| 1987 | 2026-05-12T02:07:05.643Z | Checking time-core v0.1.8 |
| 1988 | 2026-05-12T02:07:05.676Z | Checking deranged v0.5.8 |
| 1989 | 2026-05-12T02:07:05.713Z | Checking num_threads v0.1.7 |
| 1990 | 2026-05-12T02:07:05.755Z | Checking der v0.7.10 |
| 1991 | 2026-05-12T02:07:05.817Z | Checking erased-serde v0.3.31 |
| 1992 | 2026-05-12T02:07:05.855Z | Checking rand_chacha v0.9.0 |
| 1993 | 2026-05-12T02:07:06.101Z | Checking http-body-util v0.1.3 |
| 1994 | 2026-05-12T02:07:06.246Z | Checking spin v0.9.8 |
| 1995 | 2026-05-12T02:07:06.284Z | Checking slog v2.8.2 |
| 1996 | 2026-05-12T02:07:06.354Z | Checking rand v0.9.2 |
| 1997 | 2026-05-12T02:07:06.466Z | Checking aws-lc-sys v0.40.0 |
| 1998 | 2026-05-12T02:07:06.516Z | Checking clap v4.5.60 |
| 1999 | 2026-05-12T02:07:06.563Z | Checking anyhow v1.0.102 |
| 2000 | 2026-05-12T02:07:06.602Z | Checking untrusted v0.7.1 |
| 2001 | 2026-05-12T02:07:06.605Z | Checking serde_urlencoded v0.7.1 |
| 2002 | 2026-05-12T02:07:06.681Z | Checking time v0.3.47 |
| 2003 | 2026-05-12T02:07:06.685Z | Checking openssl-probe v0.2.1 |
| 2004 | 2026-05-12T02:07:06.788Z | Checking regex v1.12.3 |
| 2005 | 2026-05-12T02:07:06.826Z | Checking fastrand v2.3.0 |
| 2006 | 2026-05-12T02:07:06.865Z | Checking spki v0.7.3 |
| 2007 | 2026-05-12T02:07:06.878Z | Checking pbkdf2 v0.12.2 |
| 2008 | 2026-05-12T02:07:06.898Z | Checking aes v0.8.4 |
| 2009 | 2026-05-12T02:07:07.024Z | Checking aws-lc-rs v1.16.3 |
| 2010 | 2026-05-12T02:07:07.061Z | Checking pretty-hex v0.4.1 |
| 2011 | 2026-05-12T02:07:07.066Z | Checking cbc v0.1.2 |
| 2012 | 2026-05-12T02:07:07.133Z | Checking salsa20 v0.10.2 |
| 2013 | 2026-05-12T02:07:07.136Z | Checking rand_chacha v0.3.1 |
| 2014 | 2026-05-12T02:07:07.215Z | Checking hex v0.4.3 |
| 2015 | 2026-05-12T02:07:07.259Z | Checking plain v0.2.3 |
| 2016 | 2026-05-12T02:07:07.336Z | Checking scrypt v0.11.0 |
| 2017 | 2026-05-12T02:07:07.375Z | Checking tempfile v3.25.0 |
| 2018 | 2026-05-12T02:07:07.414Z | Checking rand v0.8.6 |
| 2019 | 2026-05-12T02:07:07.422Z | Checking rustls-native-certs v0.8.3 |
| 2020 | 2026-05-12T02:07:07.485Z | Checking ipnetwork v0.21.1 |
| 2021 | 2026-05-12T02:07:07.522Z | Checking sync_wrapper v1.0.2 |
| 2022 | 2026-05-12T02:07:07.873Z | Checking ucd-trie v0.1.7 |
| 2023 | 2026-05-12T02:07:07.914Z | Checking simd-adler32 v0.3.8 |
| 2024 | 2026-05-12T02:07:07.914Z | Checking foldhash v0.2.0 |
| 2025 | 2026-05-12T02:07:07.914Z | Checking tower v0.5.3 |
| 2026 | 2026-05-12T02:07:07.914Z | Checking pest v2.8.6 |
| 2027 | 2026-05-12T02:07:07.914Z | Checking pkcs5 v0.7.1 |
| 2028 | 2026-05-12T02:07:07.922Z | Checking webpki-roots v1.0.6 |
| 2029 | 2026-05-12T02:07:07.958Z | Checking hashbrown v0.16.1 |
| 2030 | 2026-05-12T02:07:07.961Z | Checking rustls-webpki v0.103.9 |
| 2031 | 2026-05-12T02:07:08.033Z | Checking camino v1.2.2 |
| 2032 | 2026-05-12T02:07:08.084Z | Checking iri-string v0.7.10 |
| 2033 | 2026-05-12T02:07:08.147Z | Checking hyper v1.8.1 |
| 2034 | 2026-05-12T02:07:08.188Z | Checking adler2 v2.0.1 |
| 2035 | 2026-05-12T02:07:08.227Z | Checking pkcs8 v0.10.2 |
| 2036 | 2026-05-12T02:07:08.326Z | Checking openapiv3 v2.2.0 |
| 2037 | 2026-05-12T02:07:08.367Z | Checking miniz_oxide v0.8.9 |
| 2038 | 2026-05-12T02:07:08.447Z | Checking futures-executor v0.3.32 |
| 2039 | 2026-05-12T02:07:08.486Z | Checking rustls v0.23.37 |
| 2040 | 2026-05-12T02:07:08.541Z | Checking mime v0.3.17 |
| 2041 | 2026-05-12T02:07:08.632Z | Checking futures v0.3.32 |
| 2042 | 2026-05-12T02:07:08.746Z | Checking either v1.15.0 |
| 2043 | 2026-05-12T02:07:08.787Z | Checking winnow v0.7.14 |
| 2044 | 2026-05-12T02:07:08.789Z | Checking crc32fast v1.5.0 |
| 2045 | 2026-05-12T02:07:08.969Z | Checking static_assertions v1.1.0 |
| 2046 | 2026-05-12T02:07:09.008Z | Checking oxnet v0.1.4 |
| 2047 | 2026-05-12T02:07:09.011Z | Checking lazy_static v1.5.0 |
| 2048 | 2026-05-12T02:07:09.089Z | Checking signature v2.2.0 |
| 2049 | 2026-05-12T02:07:09.136Z | Checking hyper-util v0.1.20 |
| 2050 | 2026-05-12T02:07:09.175Z | Checking hubpack v0.1.2 |
| 2051 | 2026-05-12T02:07:09.213Z | Checking tower-http v0.6.8 |
| 2052 | 2026-05-12T02:07:09.259Z | Checking encoding_rs v0.8.35 |
| 2053 | 2026-05-12T02:07:09.297Z | Checking strum v0.26.3 |
| 2054 | 2026-05-12T02:07:09.382Z | Checking zlib-rs v0.6.2 |
| 2055 | 2026-05-12T02:07:09.450Z | Checking foreign-types-shared v0.1.1 |
| 2056 | 2026-05-12T02:07:09.537Z | Checking sha1 v0.10.6 |
| 2057 | 2026-05-12T02:07:09.578Z | Checking foreign-types v0.3.2 |
| 2058 | 2026-05-12T02:07:09.687Z | Checking scroll v0.13.0 |
| 2059 | 2026-05-12T02:07:09.730Z | Checking openssl-sys v0.9.114 |
| 2060 | 2026-05-12T02:07:09.771Z | Checking tinyvec_macros v0.1.1 |
| 2061 | 2026-05-12T02:07:09.876Z | Checking tinyvec v1.10.0 |
| 2062 | 2026-05-12T02:07:09.967Z | Checking goblin v0.10.5 |
| 2063 | 2026-05-12T02:07:10.091Z | Checking toml_datetime v0.6.11 |
| 2064 | 2026-05-12T02:07:10.252Z | Checking serde_spanned v0.6.9 |
| 2065 | 2026-05-12T02:07:10.318Z | Checking openssl v0.10.78 |
| 2066 | 2026-05-12T02:07:10.360Z | Checking num-integer v0.1.46 |
| 2067 | 2026-05-12T02:07:10.364Z | Checking memmap2 v0.9.10 |
| 2068 | 2026-05-12T02:07:10.436Z | Checking flate2 v1.1.9 |
| 2069 | 2026-05-12T02:07:10.441Z | Checking data-encoding v2.10.0 |
| 2070 | 2026-05-12T02:07:10.552Z | Checking dtrace-parser v0.3.0 |
| 2071 | 2026-05-12T02:07:10.601Z | Checking thread-id v5.1.0 |
| 2072 | 2026-05-12T02:07:10.641Z | Checking base16ct v0.2.0 |
| 2073 | 2026-05-12T02:07:10.721Z | Checking bit-vec v0.8.0 |
| 2074 | 2026-05-12T02:07:10.784Z | Checking psl-types v2.0.11 |
| 2075 | 2026-05-12T02:07:10.824Z | Checking sec1 v0.7.3 |
| 2076 | 2026-05-12T02:07:10.827Z | Checking cookie v0.18.1 |
| 2077 | 2026-05-12T02:07:10.827Z | Checking ff v0.13.1 |
| 2078 | 2026-05-12T02:07:10.945Z | Checking publicsuffix v2.3.0 |
| 2079 | 2026-05-12T02:07:10.982Z | Checking bit-set v0.8.0 |
| 2080 | 2026-05-12T02:07:11.034Z | Checking tokio-rustls v0.26.4 |
| 2081 | 2026-05-12T02:07:11.074Z | Checking wait-timeout v0.2.1 |
| 2082 | 2026-05-12T02:07:11.117Z | Checking group v0.13.0 |
| 2083 | 2026-05-12T02:07:11.154Z | Checking rustls-platform-verifier v0.6.2 |
| 2084 | 2026-05-12T02:07:11.158Z | Checking cookie_store v0.22.1 |
| 2085 | 2026-05-12T02:07:11.228Z | Checking num-iter v0.1.45 |
| 2086 | 2026-05-12T02:07:11.265Z | Checking bstr v1.12.1 |
| 2087 | 2026-05-12T02:07:11.307Z | Checking hkdf v0.12.4 |
| 2088 | 2026-05-12T02:07:11.310Z | Checking hyper-rustls v0.27.7 |
| 2089 | 2026-05-12T02:07:11.378Z | Checking crossbeam-epoch v0.9.18 |
| 2090 | 2026-05-12T02:07:11.381Z | Checking ahash v0.8.12 |
| 2091 | 2026-05-12T02:07:11.476Z | Checking crypto-bigint v0.5.5 |
| 2092 | 2026-05-12T02:07:11.563Z | Checking quick-error v1.2.3 |
| 2093 | 2026-05-12T02:07:11.603Z | Checking reqwest v0.13.2 |
| 2094 | 2026-05-12T02:07:11.651Z | Checking rand_xorshift v0.4.0 |
| 2095 | 2026-05-12T02:07:11.683Z | Checking scroll v0.12.0 |
| 2096 | 2026-05-12T02:07:11.722Z | Checking rusty-fork v0.3.1 |
| 2097 | 2026-05-12T02:07:11.728Z | Checking unarray v0.1.4 |
| 2098 | 2026-05-12T02:07:11.799Z | Checking num-bigint-dig v0.8.6 |
| 2099 | 2026-05-12T02:07:11.901Z | Checking pkcs1 v0.7.5 |
| 2100 | 2026-05-12T02:07:11.939Z | Checking proptest v1.10.0 |
| 2101 | 2026-05-12T02:07:11.975Z | Checking goblin v0.8.2 |
| 2102 | 2026-05-12T02:07:12.151Z | Checking x509-cert v0.2.5 |
| 2103 | 2026-05-12T02:07:12.427Z | Checking elliptic-curve v0.13.8 |
| 2104 | 2026-05-12T02:07:12.466Z | Checking native-tls v0.2.18 |
| 2105 | 2026-05-12T02:07:12.502Z | Checking dof v0.4.0 |
| 2106 | 2026-05-12T02:07:12.541Z | Checking zerocopy v0.7.35 |
| 2107 | 2026-05-12T02:07:12.684Z | Checking tokio-native-tls v0.3.1 |
| 2108 | 2026-05-12T02:07:12.690Z | Checking unicode-segmentation v1.12.0 |
| 2109 | 2026-05-12T02:07:12.772Z | Checking rsa v0.9.10 |
| 2110 | 2026-05-12T02:07:12.880Z | Checking dtrace-parser v0.2.0 |
| 2111 | 2026-05-12T02:07:12.905Z | Checking hyper-tls v0.6.0 |
| 2112 | 2026-05-12T02:07:13.069Z | Checking rfc6979 v0.4.0 |
| 2113 | 2026-05-12T02:07:13.109Z | Checking thread-id v4.2.2 |
| 2114 | 2026-05-12T02:07:13.147Z | Checking reqwest v0.12.28 |
| 2115 | 2026-05-12T02:07:13.183Z | Checking toml_write v0.1.2 |
| 2116 | 2026-05-12T02:07:13.187Z | Checking usdt-impl v0.6.0 |
| 2117 | 2026-05-12T02:07:13.256Z | Checking ecdsa v0.16.9 |
| 2118 | 2026-05-12T02:07:13.260Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2119 | 2026-05-12T02:07:13.329Z | Checking curve25519-dalek v4.1.3 |
| 2120 | 2026-05-12T02:07:13.389Z | Checking toml_edit v0.22.27 |
| 2121 | 2026-05-12T02:07:13.545Z | Checking usdt v0.6.0 |
| 2122 | 2026-05-12T02:07:13.633Z | Checking memoffset v0.9.1 |
| 2123 | 2026-05-12T02:07:13.668Z | Checking rustix v0.38.44 |
| 2124 | 2026-05-12T02:07:13.744Z | Checking env_filter v1.0.0 |
| 2125 | 2026-05-12T02:07:13.748Z | Checking keccak v0.1.6 |
| 2126 | 2026-05-12T02:07:13.847Z | Checking newtype-uuid v1.3.2 |
| 2127 | 2026-05-12T02:07:14.233Z | Checking same-file v1.0.6 |
| 2128 | 2026-05-12T02:07:14.265Z | Checking sha3 v0.10.8 |
| 2129 | 2026-05-12T02:07:14.265Z | Checking dof v0.3.0 |
| 2130 | 2026-05-12T02:07:14.266Z | Checking env_logger v0.11.9 |
| 2131 | 2026-05-12T02:07:14.266Z | Checking walkdir v2.5.0 |
| 2132 | 2026-05-12T02:07:14.266Z | Checking daft v0.1.5 |
| 2133 | 2026-05-12T02:07:14.266Z | Checking ed25519 v2.2.3 |
| 2134 | 2026-05-12T02:07:14.266Z | Checking itertools v0.13.0 |
| 2135 | 2026-05-12T02:07:14.284Z | Checking serde_with v3.17.0 |
| 2136 | 2026-05-12T02:07:14.322Z | Checking siphasher v1.0.2 |
| 2137 | 2026-05-12T02:07:14.357Z | Checking usdt-impl v0.5.0 |
| 2138 | 2026-05-12T02:07:14.393Z | Checking bitflags v1.3.2 |
| 2139 | 2026-05-12T02:07:14.429Z | Checking ed25519-dalek v2.2.0 |
| 2140 | 2026-05-12T02:07:14.497Z | Checking unicode-normalization v0.1.25 |
| 2141 | 2026-05-12T02:07:14.534Z | Checking signal-hook v0.3.18 |
| 2142 | 2026-05-12T02:07:14.538Z | Checking winnow v0.5.40 |
| 2143 | 2026-05-12T02:07:14.538Z | Checking managed v0.8.0 |
| 2144 | 2026-05-12T02:07:14.667Z | Checking nix v0.31.2 |
| 2145 | 2026-05-12T02:07:14.705Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2146 | 2026-05-12T02:07:14.763Z | Checking object v0.37.3 |
| 2147 | 2026-05-12T02:07:14.821Z | Checking foldhash v0.1.5 |
| 2148 | 2026-05-12T02:07:14.824Z | Checking bzip2 v0.4.4 |
| 2149 | 2026-05-12T02:07:14.938Z | Checking signal-hook-mio v0.2.5 |
| 2150 | 2026-05-12T02:07:15.019Z | Checking hashbrown v0.15.5 |
| 2151 | 2026-05-12T02:07:15.023Z | Checking globset v0.4.18 |
| 2152 | 2026-05-12T02:07:15.093Z | Checking ref-cast v1.0.25 |
| 2153 | 2026-05-12T02:07:15.229Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2154 | 2026-05-12T02:07:15.315Z | Checking zip v0.6.6 |
| 2155 | 2026-05-12T02:07:15.355Z | Checking pin-project v1.1.11 |
| 2156 | 2026-05-12T02:07:15.389Z | Checking zstd-safe v7.2.4 |
| 2157 | 2026-05-12T02:07:15.481Z | Checking bumpalo v3.20.2 |
| 2158 | 2026-05-12T02:07:15.534Z | Checking libbz2-rs-sys v0.2.2 |
| 2159 | 2026-05-12T02:07:15.591Z | Checking zstd v0.13.3 |
| 2160 | 2026-05-12T02:07:15.687Z | Checking crossterm v0.28.1 |
| 2161 | 2026-05-12T02:07:15.725Z | Checking zopfli v0.8.3 |
| 2162 | 2026-05-12T02:07:15.762Z | Checking similar v2.7.0 |
| 2163 | 2026-05-12T02:07:15.800Z | Checking toml_edit v0.19.15 |
| 2164 | 2026-05-12T02:07:15.807Z | Checking tokio-stream v0.1.18 |
| 2165 | 2026-05-12T02:07:15.872Z | Checking fs-err v3.3.0 |
| 2166 | 2026-05-12T02:07:15.978Z | Checking bzip2 v0.6.1 |
| 2167 | 2026-05-12T02:07:16.096Z | Checking pem v3.0.6 |
| 2168 | 2026-05-12T02:07:16.180Z | Checking hash32 v0.2.1 |
| 2169 | 2026-05-12T02:07:16.218Z | Checking serde-big-array v0.5.1 |
| 2170 | 2026-05-12T02:07:16.221Z | Checking jiff v0.2.21 |
| 2171 | 2026-05-12T02:07:16.291Z | Checking predicates-core v1.0.10 |
| 2172 | 2026-05-12T02:07:16.295Z | Checking unicode-properties v0.1.4 |
| 2173 | 2026-05-12T02:07:16.372Z | Checking unicode-bidi v0.3.18 |
| 2174 | 2026-05-12T02:07:16.411Z | Checking heapless v0.7.17 |
| 2175 | 2026-05-12T02:07:16.448Z | Checking snafu v0.8.9 |
| 2176 | 2026-05-12T02:07:16.485Z | Checking olpc-cjson v0.1.4 |
| 2177 | 2026-05-12T02:07:16.550Z | Checking hickory-proto v0.25.2 |
| 2178 | 2026-05-12T02:07:16.653Z | Checking md-5 v0.10.6 |
| 2179 | 2026-05-12T02:07:16.717Z | Checking stringprep v0.1.5 |
| 2180 | 2026-05-12T02:07:16.722Z | Checking serde_plain v1.0.2 |
| 2181 | 2026-05-12T02:07:16.822Z | Checking float-cmp v0.10.0 |
| 2182 | 2026-05-12T02:07:16.862Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2183 | 2026-05-12T02:07:16.896Z | Checking toml v0.7.8 |
| 2184 | 2026-05-12T02:07:16.933Z | Checking fallible-iterator v0.2.0 |
| 2185 | 2026-05-12T02:07:16.936Z | Checking normalize-line-endings v0.3.0 |
| 2186 | 2026-05-12T02:07:17.002Z | Checking difflib v0.4.0 |
| 2187 | 2026-05-12T02:07:17.088Z | Checking typed-path v0.9.3 |
| 2188 | 2026-05-12T02:07:17.091Z | Checking rustc-hash v2.1.1 |
| 2189 | 2026-05-12T02:07:17.165Z | Checking smoltcp v0.9.1 |
| 2190 | 2026-05-12T02:07:17.209Z | Checking predicates v3.1.4 |
| 2191 | 2026-05-12T02:07:17.250Z | Checking phf_shared v0.13.1 |
| 2192 | 2026-05-12T02:07:17.255Z | Checking postgres-protocol v0.6.10 |
| 2193 | 2026-05-12T02:07:17.319Z | Checking iddqd v0.3.18 |
| 2194 | 2026-05-12T02:07:17.482Z | Checking phf_shared v0.11.3 |
| 2195 | 2026-05-12T02:07:17.542Z | Checking buf-list v1.1.2 |
| 2196 | 2026-05-12T02:07:17.641Z | Checking strum v0.27.2 |
| 2197 | 2026-05-12T02:07:17.680Z | Checking fixedbitset v0.5.7 |
| 2198 | 2026-05-12T02:07:17.764Z | Checking lalrpop-util v0.19.12 |
| 2199 | 2026-05-12T02:07:17.810Z | Checking precomputed-hash v0.1.1 |
| 2200 | 2026-05-12T02:07:17.844Z | Checking fixedbitset v0.4.2 |
| 2201 | 2026-05-12T02:07:17.918Z | Checking new_debug_unreachable v1.0.6 |
| 2202 | 2026-05-12T02:07:17.922Z | Checking tough v0.22.0 |
| 2203 | 2026-05-12T02:07:17.989Z | Checking petgraph v0.8.3 |
| 2204 | 2026-05-12T02:07:17.995Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2205 | 2026-05-12T02:07:18.063Z | Checking petgraph v0.6.5 |
| 2206 | 2026-05-12T02:07:18.067Z | Checking string_cache v0.8.9 |
| 2207 | 2026-05-12T02:07:18.258Z | Checking postgres-types v0.2.12 |
| 2208 | 2026-05-12T02:07:18.296Z | Checking phf v0.13.1 |
| 2209 | 2026-05-12T02:07:18.483Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2210 | 2026-05-12T02:07:18.605Z | Checking zip v4.6.1 |
| 2211 | 2026-05-12T02:07:18.629Z | Checking whoami v2.1.0 |
| 2212 | 2026-05-12T02:07:18.874Z | Checking peg-runtime v0.8.5 |
| 2213 | 2026-05-12T02:07:18.878Z | Checking tokio-postgres v0.7.16 |
| 2214 | 2026-05-12T02:07:19.085Z | Checking is-terminal v0.4.17 |
| 2215 | 2026-05-12T02:07:19.202Z | Checking crossbeam-channel v0.5.15 |
| 2216 | 2026-05-12T02:07:19.241Z | Compiling structmeta-derive v0.3.0 |
| 2217 | 2026-05-12T02:07:19.410Z | Checking thread_local v1.1.9 |
| 2218 | 2026-05-12T02:07:19.481Z | Checking term v1.2.1 |
| 2219 | 2026-05-12T02:07:19.579Z | Checking take_mut v0.2.2 |
| 2220 | 2026-05-12T02:07:19.619Z | Compiling newtype-uuid-macros v0.1.0 |
| 2221 | 2026-05-12T02:07:19.659Z | Compiling rustls v0.22.4 |
| 2222 | 2026-05-12T02:07:19.724Z | Checking slog-async v2.8.0 |
| 2223 | 2026-05-12T02:07:19.761Z | Checking slog-term v2.9.2 |
| 2224 | 2026-05-12T02:07:19.927Z | Compiling multer v3.1.0 |
| 2225 | 2026-05-12T02:07:19.984Z | Compiling async-stream-impl v0.3.6 |
| 2226 | 2026-05-12T02:07:20.056Z | Compiling dropshot v0.17.0 |
| 2227 | 2026-05-12T02:07:20.059Z | Compiling dropshot_endpoint v0.17.0 |
| 2228 | 2026-05-12T02:07:20.432Z | Checking match_cfg v0.1.0 |
| 2229 | 2026-05-12T02:07:20.454Z | Checking slog-json v2.6.1 |
| 2230 | 2026-05-12T02:07:20.454Z | Checking hostname v0.3.1 |
| 2231 | 2026-05-12T02:07:20.454Z | Compiling structmeta v0.3.0 |
| 2232 | 2026-05-12T02:07:20.454Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2233 | 2026-05-12T02:07:20.461Z | Checking debug-ignore v1.0.5 |
| 2234 | 2026-05-12T02:07:20.495Z | Checking slog-bunyan v2.5.0 |
| 2235 | 2026-05-12T02:07:20.499Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2236 | 2026-05-12T02:07:20.601Z | Checking serde_spanned v1.0.4 |
| 2237 | 2026-05-12T02:07:20.638Z | Compiling derive-ex v0.1.8 |
| 2238 | 2026-05-12T02:07:20.641Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2239 | 2026-05-12T02:07:20.672Z | Checking rustls-webpki v0.102.8 |
| 2240 | 2026-05-12T02:07:20.767Z | Checking serde_path_to_error v0.1.20 |
| 2241 | 2026-05-12T02:07:20.792Z | Checking async-stream v0.3.6 |
| 2242 | 2026-05-12T02:07:20.894Z | Checking waitgroup v0.1.2 |
| 2243 | 2026-05-12T02:07:20.965Z | Checking rustls-pemfile v2.2.0 |
| 2244 | 2026-05-12T02:07:21.002Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2245 | 2026-05-12T02:07:21.039Z | Checking hostname v0.4.2 |
| 2246 | 2026-05-12T02:07:21.076Z | Checking compression-core v0.4.31 |
| 2247 | 2026-05-12T02:07:21.117Z | Checking progenitor-client v0.14.0 |
| 2248 | 2026-05-12T02:07:21.192Z | Checking regress v0.10.5 |
| 2249 | 2026-05-12T02:07:21.195Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2250 | 2026-05-12T02:07:21.267Z | Checking toml v1.0.6+spec-1.1.0 |
| 2251 | 2026-05-12T02:07:21.270Z | Checking compression-codecs v0.4.37 |
| 2252 | 2026-05-12T02:07:21.375Z | Compiling parse-display-derive v0.10.0 |
| 2253 | 2026-05-12T02:07:21.427Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2254 | 2026-05-12T02:07:21.484Z | Checking async-compression v0.4.41 |
| 2255 | 2026-05-12T02:07:21.611Z | Checking itertools v0.14.0 |
| 2256 | 2026-05-12T02:07:21.778Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2257 | 2026-05-12T02:07:21.939Z | Checking macaddr v1.0.1 |
| 2258 | 2026-05-12T02:07:21.984Z | Checking instant v0.1.13 |
| 2259 | 2026-05-12T02:07:22.113Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2260 | 2026-05-12T02:07:22.170Z | Checking progenitor-client v0.10.0 |
| 2261 | 2026-05-12T02:07:22.246Z | Checking backoff v0.4.0 |
| 2262 | 2026-05-12T02:07:22.411Z | Checking backon v1.6.0 |
| 2263 | 2026-05-12T02:07:22.456Z | Compiling test-strategy v0.4.5 |
| 2264 | 2026-05-12T02:07:22.456Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2265 | 2026-05-12T02:07:22.531Z | Checking unicode-width v0.2.0 |
| 2266 | 2026-05-12T02:07:22.621Z | Checking progenitor-extras v0.2.0 |
| 2267 | 2026-05-12T02:07:22.737Z | Checking tokio-rustls v0.25.0 |
| 2268 | 2026-05-12T02:07:22.791Z | Checking heck v0.5.0 |
| 2269 | 2026-05-12T02:07:22.795Z | Compiling convert_case v0.4.0 |
| 2270 | 2026-05-12T02:07:22.862Z | Checking half v2.7.1 |
| 2271 | 2026-05-12T02:07:22.903Z | Checking ciborium-io v0.2.2 |
| 2272 | 2026-05-12T02:07:22.954Z | Checking secrecy v0.10.3 |
| 2273 | 2026-05-12T02:07:23.044Z | Compiling regress v0.11.1 |
| 2274 | 2026-05-12T02:07:23.068Z | Checking indent_write v2.2.0 |
| 2275 | 2026-05-12T02:07:23.170Z | Compiling unsafe-libyaml v0.2.11 |
| 2276 | 2026-05-12T02:07:23.217Z | Checking ciborium-ll v0.2.2 |
| 2277 | 2026-05-12T02:07:23.254Z | Compiling derive_more v0.99.20 |
| 2278 | 2026-05-12T02:07:23.258Z | Checking parse-display v0.10.0 |
| 2279 | 2026-05-12T02:07:23.327Z | Checking camino-tempfile v1.4.1 |
| 2280 | 2026-05-12T02:07:23.441Z | Checking ciborium v0.2.2 |
| 2281 | 2026-05-12T02:07:23.484Z | Checking universal-hash v0.5.1 |
| 2282 | 2026-05-12T02:07:23.533Z | Checking opaque-debug v0.3.1 |
| 2283 | 2026-05-12T02:07:23.644Z | Compiling crucible-workspace-hack v0.1.0 |
| 2284 | 2026-05-12T02:07:23.682Z | Checking aead v0.5.2 |
| 2285 | 2026-05-12T02:07:23.867Z | Compiling serde_yaml v0.9.34+deprecated |
| 2286 | 2026-05-12T02:07:23.941Z | Checking poly1305 v0.8.0 |
| 2287 | 2026-05-12T02:07:24.100Z | Checking chacha20 v0.9.1 |
| 2288 | 2026-05-12T02:07:24.172Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2289 | 2026-05-12T02:07:24.293Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2290 | 2026-05-12T02:07:24.339Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2291 | 2026-05-12T02:07:24.610Z | Checking password-hash v0.5.0 |
| 2292 | 2026-05-12T02:07:24.651Z | Checking blake2 v0.10.6 |
| 2293 | 2026-05-12T02:07:24.888Z | Compiling typify-impl v0.6.2 |
| 2294 | 2026-05-12T02:07:24.940Z | Checking argon2 v0.5.3 |
| 2295 | 2026-05-12T02:07:25.134Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2296 | 2026-05-12T02:07:25.356Z | Checking chacha20poly1305 v0.10.1 |
| 2297 | 2026-05-12T02:07:25.438Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2298 | 2026-05-12T02:07:25.526Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2299 | 2026-05-12T02:07:25.621Z | Checking thiserror-no-std v2.0.2 |
| 2300 | 2026-05-12T02:07:25.745Z | Checking vsss-rs v3.3.4 |
| 2301 | 2026-05-12T02:07:25.784Z | Checking byte-wrapper v0.1.0 |
| 2302 | 2026-05-12T02:07:25.857Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2303 | 2026-05-12T02:07:26.017Z | Checking swrite v0.1.0 |
| 2304 | 2026-05-12T02:07:26.052Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2305 | 2026-05-12T02:07:26.134Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2306 | 2026-05-12T02:07:26.173Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2307 | 2026-05-12T02:07:26.654Z | Checking crossbeam-deque v0.8.6 |
| 2308 | 2026-05-12T02:07:26.789Z | Compiling rayon-core v1.13.0 |
| 2309 | 2026-05-12T02:07:26.828Z | Checking toml v0.8.23 |
| 2310 | 2026-05-12T02:07:26.871Z | Compiling proc-macro-error v1.0.4 |
| 2311 | 2026-05-12T02:07:26.911Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2312 | 2026-05-12T02:07:27.183Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2313 | 2026-05-12T02:07:27.220Z | Checking unicode-width v0.1.14 |
| 2314 | 2026-05-12T02:07:27.424Z | Checking rayon v1.11.0 |
| 2315 | 2026-05-12T02:07:27.507Z | Checking glob v0.3.3 |
| 2316 | 2026-05-12T02:07:27.646Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2317 | 2026-05-12T02:07:27.728Z | Checking tabwriter v1.4.1 |
| 2318 | 2026-05-12T02:07:27.768Z | Compiling proc-macro-crate v3.4.0 |
| 2319 | 2026-05-12T02:07:27.811Z | Compiling heapless v0.8.0 |
| 2320 | 2026-05-12T02:07:27.914Z | Compiling ingot-macros v0.1.1 |
| 2321 | 2026-05-12T02:07:28.141Z | Checking hash32 v0.3.1 |
| 2322 | 2026-05-12T02:07:28.312Z | Compiling smoltcp v0.11.0 |
| 2323 | 2026-05-12T02:07:28.353Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2324 | 2026-05-12T02:07:28.429Z | Checking cobs v0.3.0 |
| 2325 | 2026-05-12T02:07:28.633Z | Compiling usdt-macro v0.5.0 |
| 2326 | 2026-05-12T02:07:28.677Z | Compiling usdt-attr-macro v0.5.0 |
| 2327 | 2026-05-12T02:07:28.762Z | Checking memmap v0.7.0 |
| 2328 | 2026-05-12T02:07:28.827Z | Checking colored v3.1.1 |
| 2329 | 2026-05-12T02:07:28.934Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2330 | 2026-05-12T02:07:29.070Z | Checking postcard v1.1.3 |
| 2331 | 2026-05-12T02:07:29.202Z | Compiling num_enum_derive v0.7.5 |
| 2332 | 2026-05-12T02:07:29.408Z | Compiling proc-macro-crate v1.3.1 |
| 2333 | 2026-05-12T02:07:29.446Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2334 | 2026-05-12T02:07:29.512Z | Checking usdt v0.5.0 |
| 2335 | 2026-05-12T02:07:29.558Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2336 | 2026-05-12T02:07:29.657Z | Compiling typify-macro v0.6.2 |
| 2337 | 2026-05-12T02:07:29.695Z | Checking sigpipe v0.1.3 |
| 2338 | 2026-05-12T02:07:29.731Z | Compiling foreign-types-macros v0.2.3 |
| 2339 | 2026-05-12T02:07:29.807Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2340 | 2026-05-12T02:07:29.865Z | Checking foreign-types-shared v0.3.1 |
| 2341 | 2026-05-12T02:07:29.990Z | Checking cpufeatures v0.3.0 |
| 2342 | 2026-05-12T02:07:30.097Z | Checking chacha20 v0.10.0 |
| 2343 | 2026-05-12T02:07:30.133Z | Compiling num_enum_derive v0.5.11 |
| 2344 | 2026-05-12T02:07:30.311Z | Checking num_enum v0.7.5 |
| 2345 | 2026-05-12T02:07:30.386Z | Checking foreign-types v0.5.0 |
| 2346 | 2026-05-12T02:07:30.389Z | Checking cstr-argument v0.1.2 |
| 2347 | 2026-05-12T02:07:30.457Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2348 | 2026-05-12T02:07:30.493Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2349 | 2026-05-12T02:07:30.496Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2350 | 2026-05-12T02:07:30.570Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2351 | 2026-05-12T02:07:30.783Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2352 | 2026-05-12T02:07:30.824Z | Checking rand v0.10.0 |
| 2353 | 2026-05-12T02:07:30.864Z | Checking ingot-types v0.1.2 |
| 2354 | 2026-05-12T02:07:30.911Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2355 | 2026-05-12T02:07:30.971Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2356 | 2026-05-12T02:07:31.009Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2357 | 2026-05-12T02:07:31.050Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2358 | 2026-05-12T02:07:31.158Z | Compiling zone_cfg_derive v0.3.1 |
| 2359 | 2026-05-12T02:07:31.196Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2360 | 2026-05-12T02:07:31.232Z | Checking num_enum v0.5.11 |
| 2361 | 2026-05-12T02:07:31.267Z | Checking ingot v0.1.1 |
| 2362 | 2026-05-12T02:07:31.410Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2363 | 2026-05-12T02:07:31.434Z | Checking itertools v0.12.1 |
| 2364 | 2026-05-12T02:07:31.438Z | Compiling num-derive v0.4.2 |
| 2365 | 2026-05-12T02:07:31.500Z | Compiling typify v0.6.2 |
| 2366 | 2026-05-12T02:07:31.645Z | Compiling progenitor-impl v0.14.0 |
| 2367 | 2026-05-12T02:07:31.843Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2368 | 2026-05-12T02:07:32.217Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2369 | 2026-05-12T02:07:32.306Z | Checking smf v0.2.3 |
| 2370 | 2026-05-12T02:07:32.409Z | Checking whoami v1.6.1 |
| 2371 | 2026-05-12T02:07:33.069Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2372 | 2026-05-12T02:07:33.089Z | Checking zone v0.3.1 |
| 2373 | 2026-05-12T02:07:33.089Z | Checking tokio-dtrace v0.1.1 |
| 2374 | 2026-05-12T02:07:33.089Z | Compiling derive-where v1.6.0 |
| 2375 | 2026-05-12T02:07:33.089Z | Checking console v0.15.11 |
| 2376 | 2026-05-12T02:07:33.090Z | Checking atomicwrites v0.4.4 |
| 2377 | 2026-05-12T02:07:33.090Z | Checking oxide-tokio-rt v0.1.4 |
| 2378 | 2026-05-12T02:07:33.090Z | Checking newline-converter v0.3.0 |
| 2379 | 2026-05-12T02:07:33.090Z | Checking num-rational v0.4.2 |
| 2380 | 2026-05-12T02:07:33.090Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2381 | 2026-05-12T02:07:33.090Z | Checking num-complex v0.4.6 |
| 2382 | 2026-05-12T02:07:33.090Z | Checking float-ord v0.3.2 |
| 2383 | 2026-05-12T02:07:33.090Z | Checking expectorate v1.2.0 |
| 2384 | 2026-05-12T02:07:33.192Z | Checking bytecount v0.6.9 |
| 2385 | 2026-05-12T02:07:33.253Z | Compiling progenitor-impl v0.13.0 |
| 2386 | 2026-05-12T02:07:33.331Z | Compiling owo-colors v4.3.0 |
| 2387 | 2026-05-12T02:07:33.456Z | Checking num v0.4.3 |
| 2388 | 2026-05-12T02:07:33.777Z | Checking progenitor-client v0.13.0 |
| 2389 | 2026-05-12T02:07:34.054Z | Compiling cancel-safe-futures v0.1.5 |
| 2390 | 2026-05-12T02:07:34.250Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2391 | 2026-05-12T02:07:34.362Z | Checking libsw-core v0.3.2 |
| 2392 | 2026-05-12T02:07:34.441Z | Compiling progenitor-macro v0.14.0 |
| 2393 | 2026-05-12T02:07:34.551Z | Compiling prettyplease v0.2.37 |
| 2394 | 2026-05-12T02:07:34.553Z | Checking libsw v3.5.0 |
| 2395 | 2026-05-12T02:07:34.775Z | Checking linear-map v1.2.0 |
| 2396 | 2026-05-12T02:07:34.860Z | Checking gethostname v0.5.0 |
| 2397 | 2026-05-12T02:07:34.986Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2398 | 2026-05-12T02:07:34.986Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2399 | 2026-05-12T02:07:35.060Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2400 | 2026-05-12T02:07:35.378Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2401 | 2026-05-12T02:07:35.635Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2402 | 2026-05-12T02:07:36.043Z | Compiling progenitor-macro v0.13.0 |
| 2403 | 2026-05-12T02:07:37.344Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2404 | 2026-05-12T02:07:38.283Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2405 | 2026-05-12T02:07:39.004Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2406 | 2026-05-12T02:07:39.609Z | Checking progenitor v0.14.0 |
| 2407 | 2026-05-12T02:07:40.082Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2408 | 2026-05-12T02:07:40.732Z | Checking smawk v0.3.2 |
| 2409 | 2026-05-12T02:07:40.908Z | Checking unicode-linebreak v0.1.5 |
| 2410 | 2026-05-12T02:07:40.972Z | Checking resolv-conf v0.7.6 |
| 2411 | 2026-05-12T02:07:41.157Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2412 | 2026-05-12T02:07:41.199Z | Checking papergrid v0.11.0 |
| 2413 | 2026-05-12T02:07:41.204Z | Checking progenitor v0.13.0 |
| 2414 | 2026-05-12T02:07:41.270Z | Compiling tabled_derive v0.7.0 |
| 2415 | 2026-05-12T02:07:41.381Z | Compiling convert_case v0.10.0 |
| 2416 | 2026-05-12T02:07:41.419Z | Compiling slog-dtrace v0.3.0 |
| 2417 | 2026-05-12T02:07:41.456Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2418 | 2026-05-12T02:07:41.618Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2419 | 2026-05-12T02:07:41.737Z | Compiling derive_more-impl v2.1.1 |
| 2420 | 2026-05-12T02:07:41.779Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2421 | 2026-05-12T02:07:42.057Z | Checking fd-lock v4.0.4 |
| 2422 | 2026-05-12T02:07:42.321Z | Checking tabled v0.15.0 |
| 2423 | 2026-05-12T02:07:42.362Z | Checking vte v0.14.1 |
| 2424 | 2026-05-12T02:07:42.506Z | Checking display-error-chain v0.2.2 |
| 2425 | 2026-05-12T02:07:42.558Z | Checking strip-ansi-escapes v0.2.1 |
| 2426 | 2026-05-12T02:07:42.614Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2427 | 2026-05-12T02:07:42.633Z | Checking derive_more v2.1.1 |
| 2428 | 2026-05-12T02:07:42.669Z | Checking linked-hash-map v0.5.6 |
| 2429 | 2026-05-12T02:07:42.704Z | Checking nu-ansi-term v0.50.3 |
| 2430 | 2026-05-12T02:07:42.745Z | Checking crossterm v0.29.0 |
| 2431 | 2026-05-12T02:07:42.784Z | Checking termtree v0.5.1 |
| 2432 | 2026-05-12T02:07:42.823Z | Checking textwrap v0.16.2 |
| 2433 | 2026-05-12T02:07:42.883Z | Checking lru-cache v0.1.2 |
| 2434 | 2026-05-12T02:07:42.952Z | Checking reedline v0.40.0 |
| 2435 | 2026-05-12T02:07:42.989Z | Checking hickory-proto v0.24.4 |
| 2436 | 2026-05-12T02:07:43.041Z | Compiling minimal-lexical v0.2.1 |
| 2437 | 2026-05-12T02:07:43.094Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2438 | 2026-05-12T02:07:43.374Z | Compiling nom v7.1.3 |
| 2439 | 2026-05-12T02:07:43.417Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2440 | 2026-05-12T02:07:43.633Z | Compiling ar_archive_writer v0.5.1 |
| 2441 | 2026-05-12T02:07:43.702Z | Checking humantime v2.3.0 |
| 2442 | 2026-05-12T02:07:43.945Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2443 | 2026-05-12T02:07:44.080Z | Checking csv-core v0.1.13 |
| 2444 | 2026-05-12T02:07:44.224Z | Compiling stacker v0.1.23 |
| 2445 | 2026-05-12T02:07:44.305Z | Checking csv v1.4.0 |
| 2446 | 2026-05-12T02:07:44.445Z | Checking highway v1.3.0 |
| 2447 | 2026-05-12T02:07:44.530Z | Compiling semver v0.1.20 |
| 2448 | 2026-05-12T02:07:44.573Z | Compiling psm v0.1.30 |
| 2449 | 2026-05-12T02:07:44.941Z | Compiling cfg_aliases v0.1.1 |
| 2450 | 2026-05-12T02:07:44.941Z | Compiling rustc_version v0.1.7 |
| 2451 | 2026-05-12T02:07:44.941Z | Compiling nix v0.28.0 |
| 2452 | 2026-05-12T02:07:44.941Z | Checking nibble_vec v0.1.0 |
| 2453 | 2026-05-12T02:07:44.945Z | Checking endian-type v0.1.2 |
| 2454 | 2026-05-12T02:07:44.945Z | Checking home v0.5.12 |
| 2455 | 2026-05-12T02:07:45.004Z | Checking hickory-resolver v0.24.4 |
| 2456 | 2026-05-12T02:07:45.038Z | Compiling newtype_derive v0.1.6 |
| 2457 | 2026-05-12T02:07:45.073Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2458 | 2026-05-12T02:07:45.109Z | Checking radix_trie v0.2.1 |
| 2459 | 2026-05-12T02:07:45.112Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2460 | 2026-05-12T02:07:45.327Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2461 | 2026-05-12T02:07:45.362Z | Checking phf_shared v0.12.1 |
| 2462 | 2026-05-12T02:07:45.365Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2463 | 2026-05-12T02:07:45.536Z | Compiling chrono-tz v0.10.4 |
| 2464 | 2026-05-12T02:07:45.594Z | Checking phf v0.12.1 |
| 2465 | 2026-05-12T02:07:45.795Z | Checking qorb v0.4.1 |
| 2466 | 2026-05-12T02:07:45.863Z | Checking recursive v0.1.1 |
| 2467 | 2026-05-12T02:07:45.866Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2468 | 2026-05-12T02:07:45.866Z | Compiling const_format_proc_macros v0.2.34 |
| 2469 | 2026-05-12T02:07:45.932Z | Compiling peg-macros v0.8.5 |
| 2470 | 2026-05-12T02:07:46.003Z | Checking winnow v0.6.26 |
| 2471 | 2026-05-12T02:07:46.035Z | Compiling sqlparser_derive v0.5.0 |
| 2472 | 2026-05-12T02:07:46.611Z | Checking unicode_categories v0.1.1 |
| 2473 | 2026-05-12T02:07:46.805Z | Checking rustyline v14.0.0 |
| 2474 | 2026-05-12T02:07:46.808Z | Checking const_format v0.2.35 |
| 2475 | 2026-05-12T02:07:46.875Z | Checking sqlparser v0.61.0 |
| 2476 | 2026-05-12T02:07:47.198Z | Checking sqlformat v0.3.5 |
| 2477 | 2026-05-12T02:07:47.404Z | Checking peg v0.8.5 |
| 2478 | 2026-05-12T02:07:47.512Z | Checking bcs v0.1.6 |
| 2479 | 2026-05-12T02:07:47.549Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2480 | 2026-05-12T02:07:47.668Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2481 | 2026-05-12T02:07:47.771Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2482 | 2026-05-12T02:07:47.807Z | Checking steno v0.4.1 |
| 2483 | 2026-05-12T02:07:47.842Z | Checking filetime v0.2.27 |
| 2484 | 2026-05-12T02:07:48.026Z | Checking xattr v1.6.1 |
| 2485 | 2026-05-12T02:07:48.084Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2486 | 2026-05-12T02:07:48.210Z | Checking tar v0.4.45 |
| 2487 | 2026-05-12T02:07:48.650Z | Checking subprocess v0.2.15 |
| 2488 | 2026-05-12T02:07:48.715Z | Checking base64 v0.21.7 |
| 2489 | 2026-05-12T02:07:48.966Z | Checking headers-core v0.3.0 |
| 2490 | 2026-05-12T02:07:48.970Z | Checking yasna v0.5.2 |
| 2491 | 2026-05-12T02:07:49.036Z | Checking dropshot-api-manager-types v0.7.1 |
| 2492 | 2026-05-12T02:07:49.039Z | Checking tagptr v0.2.0 |
| 2493 | 2026-05-12T02:07:49.111Z | Checking headers v0.4.1 |
| 2494 | 2026-05-12T02:07:49.278Z | Checking moka v0.12.13 |
| 2495 | 2026-05-12T02:07:49.428Z | Checking rcgen v0.12.1 |
| 2496 | 2026-05-12T02:07:49.617Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2497 | 2026-05-12T02:07:49.798Z | Checking utf-8 v0.7.6 |
| 2498 | 2026-05-12T02:07:49.837Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2499 | 2026-05-12T02:07:49.974Z | Checking hickory-resolver v0.25.2 |
| 2500 | 2026-05-12T02:07:49.991Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2501 | 2026-05-12T02:07:50.053Z | Compiling libefi-sys v0.1.0 |
| 2502 | 2026-05-12T02:07:50.322Z | Compiling bitfield-struct v0.6.2 |
| 2503 | 2026-05-12T02:07:50.503Z | Compiling radium v0.7.0 |
| 2504 | 2026-05-12T02:07:50.597Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2505 | 2026-05-12T02:07:50.693Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2506 | 2026-05-12T02:07:50.762Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2507 | 2026-05-12T02:07:50.863Z | Checking tungstenite v0.21.0 |
| 2508 | 2026-05-12T02:07:51.063Z | Compiling maybe-uninit v2.0.0 |
| 2509 | 2026-05-12T02:07:51.063Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2510 | 2026-05-12T02:07:51.158Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2511 | 2026-05-12T02:07:51.198Z | Checking tap v1.0.1 |
| 2512 | 2026-05-12T02:07:51.307Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2513 | 2026-05-12T02:07:51.343Z | Checking tokio-tungstenite v0.21.0 |
| 2514 | 2026-05-12T02:07:51.349Z | Checking wyz v0.5.1 |
| 2515 | 2026-05-12T02:07:51.586Z | Compiling zerocopy-derive v0.6.6 |
| 2516 | 2026-05-12T02:07:51.621Z | Checking funty v2.0.0 |
| 2517 | 2026-05-12T02:07:51.657Z | Checking crc-catalog v2.4.0 |
| 2518 | 2026-05-12T02:07:51.693Z | Compiling packed_struct v0.10.1 |
| 2519 | 2026-05-12T02:07:51.787Z | Checking crc v3.4.0 |
| 2520 | 2026-05-12T02:07:51.886Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2521 | 2026-05-12T02:07:51.923Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2522 | 2026-05-12T02:07:51.977Z | Checking bitvec v1.0.1 |
| 2523 | 2026-05-12T02:07:52.088Z | Compiling packed_struct_codegen v0.10.1 |
| 2524 | 2026-05-12T02:07:52.146Z | Compiling bitfield-macros v0.19.4 |
| 2525 | 2026-05-12T02:07:52.487Z | Checking zerocopy v0.6.6 |
| 2526 | 2026-05-12T02:07:52.825Z | Compiling indexmap v1.9.3 |
| 2527 | 2026-05-12T02:07:52.903Z | Checking nodrop v0.1.14 |
| 2528 | 2026-05-12T02:07:52.940Z | Checking bitfield v0.19.4 |
| 2529 | 2026-05-12T02:07:53.033Z | Checking array-init v0.0.4 |
| 2530 | 2026-05-12T02:07:53.137Z | Checking smallvec v0.6.14 |
| 2531 | 2026-05-12T02:07:53.267Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2532 | 2026-05-12T02:07:53.307Z | Checking hashbrown v0.12.3 |
| 2533 | 2026-05-12T02:07:53.380Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2534 | 2026-05-12T02:07:53.416Z | Checking serde-hex v0.1.0 |
| 2535 | 2026-05-12T02:07:53.583Z | Checking ron v0.8.1 |
| 2536 | 2026-05-12T02:07:54.170Z | Checking hashbrown v0.13.2 |
| 2537 | 2026-05-12T02:07:54.207Z | Checking crc-any v2.5.0 |
| 2538 | 2026-05-12T02:07:54.421Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2539 | 2026-05-12T02:07:54.460Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2540 | 2026-05-12T02:07:54.630Z | Checking path-slash v0.1.5 |
| 2541 | 2026-05-12T02:07:54.633Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2542 | 2026-05-12T02:07:54.700Z | Checking object v0.30.4 |
| 2543 | 2026-05-12T02:07:54.751Z | Compiling xshell-macros v0.2.7 |
| 2544 | 2026-05-12T02:07:54.788Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2545 | 2026-05-12T02:07:54.933Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2546 | 2026-05-12T02:07:55.015Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2547 | 2026-05-12T02:07:55.175Z | Checking xshell v0.2.7 |
| 2548 | 2026-05-12T02:07:55.218Z | Checking half v1.8.3 |
| 2549 | 2026-05-12T02:07:55.413Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2550 | 2026-05-12T02:07:55.462Z | Checking serde_cbor v0.11.2 |
| 2551 | 2026-05-12T02:07:55.741Z | Compiling num-derive v0.3.3 |
| 2552 | 2026-05-12T02:07:55.913Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2553 | 2026-05-12T02:07:56.285Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2554 | 2026-05-12T02:07:56.381Z | Compiling proc-macro-error2 v2.0.1 |
| 2555 | 2026-05-12T02:07:56.564Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2556 | 2026-05-12T02:07:56.753Z | Checking libscf-sys v1.1.0 |
| 2557 | 2026-05-12T02:07:56.756Z | Compiling tabled_derive v0.11.0 |
| 2558 | 2026-05-12T02:07:56.969Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2559 | 2026-05-12T02:07:57.011Z | Checking papergrid v0.17.0 |
| 2560 | 2026-05-12T02:07:57.046Z | Checking testing_table v0.3.0 |
| 2561 | 2026-05-12T02:07:57.208Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2562 | 2026-05-12T02:07:57.246Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2563 | 2026-05-12T02:07:57.679Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2564 | 2026-05-12T02:07:57.788Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2565 | 2026-05-12T02:07:57.893Z | Checking maplit v1.0.2 |
| 2566 | 2026-05-12T02:07:58.020Z | Checking crc8 v0.1.1 |
| 2567 | 2026-05-12T02:07:58.062Z | Checking tabled v0.20.0 |
| 2568 | 2026-05-12T02:07:58.147Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2569 | 2026-05-12T02:07:58.204Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2570 | 2026-05-12T02:07:58.226Z | Checking fxhash v0.2.1 |
| 2571 | 2026-05-12T02:07:58.395Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2572 | 2026-05-12T02:07:58.614Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2573 | 2026-05-12T02:07:59.039Z | Checking unicase v2.9.0 |
| 2574 | 2026-05-12T02:07:59.086Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2575 | 2026-05-12T02:07:59.225Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2576 | 2026-05-12T02:07:59.261Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2577 | 2026-05-12T02:07:59.461Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2578 | 2026-05-12T02:07:59.554Z | Compiling typify-impl v0.4.3 |
| 2579 | 2026-05-12T02:07:59.631Z | Checking kstat-rs v0.2.4 |
| 2580 | 2026-05-12T02:07:59.770Z | Compiling diesel_derives v2.3.7 |
| 2581 | 2026-05-12T02:07:59.835Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2582 | 2026-05-12T02:07:59.873Z | Checking scheduled-thread-pool v0.2.7 |
| 2583 | 2026-05-12T02:08:00.048Z | Compiling dsl_auto_type v0.2.0 |
| 2584 | 2026-05-12T02:08:00.083Z | Checking arc-swap v1.8.2 |
| 2585 | 2026-05-12T02:08:00.356Z | Compiling vergen-gitcl v1.0.8 |
| 2586 | 2026-05-12T02:08:00.457Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2587 | 2026-05-12T02:08:00.600Z | Compiling parking_lot_core v0.8.6 |
| 2588 | 2026-05-12T02:08:00.706Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2589 | 2026-05-12T02:08:00.829Z | Checking slog-scope v4.4.1 |
| 2590 | 2026-05-12T02:08:00.948Z | Checking r2d2 v0.8.10 |
| 2591 | 2026-05-12T02:08:01.012Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2592 | 2026-05-12T02:08:01.182Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2593 | 2026-05-12T02:08:01.567Z | Compiling git-stub v1.0.0 |
| 2594 | 2026-05-12T02:08:01.604Z | Checking downcast-rs v2.0.2 |
| 2595 | 2026-05-12T02:08:01.744Z | Checking slog-stdlog v4.1.1 |
| 2596 | 2026-05-12T02:08:01.887Z | Compiling git-stub-vcs v0.1.0 |
| 2597 | 2026-05-12T02:08:02.021Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2598 | 2026-05-12T02:08:02.096Z | Checking slog-envlogger v2.2.0 |
| 2599 | 2026-05-12T02:08:02.161Z | Checking parking_lot v0.11.2 |
| 2600 | 2026-05-12T02:08:02.287Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2601 | 2026-05-12T02:08:02.324Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2602 | 2026-05-12T02:08:02.361Z | Checking prefix-trie v0.7.0 |
| 2603 | 2026-05-12T02:08:02.397Z | Checking sled v0.34.7 |
| 2604 | 2026-05-12T02:08:02.612Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2605 | 2026-05-12T02:08:02.740Z | Checking hickory-server v0.25.2 |
| 2606 | 2026-05-12T02:08:02.817Z | Checking nanorand v0.7.0 |
| 2607 | 2026-05-12T02:08:02.912Z | Compiling dirs-sys-next v0.1.2 |
| 2608 | 2026-05-12T02:08:03.073Z | Compiling salty v0.3.0 |
| 2609 | 2026-05-12T02:08:03.257Z | Compiling crunchy v0.2.4 |
| 2610 | 2026-05-12T02:08:03.414Z | Compiling dirs-next v2.0.0 |
| 2611 | 2026-05-12T02:08:03.604Z | Checking flume v0.11.1 |
| 2612 | 2026-05-12T02:08:03.644Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2613 | 2026-05-12T02:08:03.678Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2614 | 2026-05-12T02:08:03.781Z | Compiling clang-sys v1.8.1 |
| 2615 | 2026-05-12T02:08:03.866Z | Checking primeorder v0.13.6 |
| 2616 | 2026-05-12T02:08:03.901Z | Compiling tiny-keccak v2.0.2 |
| 2617 | 2026-05-12T02:08:04.235Z | Compiling term v0.7.0 |
| 2618 | 2026-05-12T02:08:04.338Z | Compiling typify-macro v0.4.3 |
| 2619 | 2026-05-12T02:08:04.347Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2620 | 2026-05-12T02:08:04.406Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2621 | 2026-05-12T02:08:04.569Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2622 | 2026-05-12T02:08:04.842Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2623 | 2026-05-12T02:08:04.894Z | Compiling bit-vec v0.6.3 |
| 2624 | 2026-05-12T02:08:04.897Z | Compiling ascii-canvas v3.0.0 |
| 2625 | 2026-05-12T02:08:05.111Z | Compiling bit-set v0.5.3 |
| 2626 | 2026-05-12T02:08:05.220Z | Compiling itertools v0.10.5 |
| 2627 | 2026-05-12T02:08:05.312Z | Compiling ena v0.14.4 |
| 2628 | 2026-05-12T02:08:05.538Z | Compiling libloading v0.8.9 |
| 2629 | 2026-05-12T02:08:05.583Z | Compiling fs-err v2.11.0 |
| 2630 | 2026-05-12T02:08:05.619Z | Compiling regex-syntax v0.6.29 |
| 2631 | 2026-05-12T02:08:05.800Z | Compiling diff v0.1.13 |
| 2632 | 2026-05-12T02:08:05.837Z | Compiling bindgen v0.71.1 |
| 2633 | 2026-05-12T02:08:06.116Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2634 | 2026-05-12T02:08:06.158Z | Compiling typify v0.4.3 |
| 2635 | 2026-05-12T02:08:06.389Z | Checking p384 v0.13.1 |
| 2636 | 2026-05-12T02:08:06.426Z | Checking diesel v2.3.7 |
| 2637 | 2026-05-12T02:08:06.461Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2638 | 2026-05-12T02:08:06.497Z | Compiling cexpr v0.6.0 |
| 2639 | 2026-05-12T02:08:06.535Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2640 | 2026-05-12T02:08:06.921Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2641 | 2026-05-12T02:08:07.095Z | Compiling lalrpop v0.19.12 |
| 2642 | 2026-05-12T02:08:07.252Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2643 | 2026-05-12T02:08:07.331Z | Compiling libxml v0.3.3 |
| 2644 | 2026-05-12T02:08:07.499Z | Checking parse-size v1.1.0 |
| 2645 | 2026-05-12T02:08:07.710Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2646 | 2026-05-12T02:08:07.999Z | Compiling progenitor-impl v0.11.2 |
| 2647 | 2026-05-12T02:08:08.746Z | Compiling strum_macros v0.24.3 |
| 2648 | 2026-05-12T02:08:09.208Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2649 | 2026-05-12T02:08:09.896Z | Checking assert_matches v1.5.0 |
| 2650 | 2026-05-12T02:08:10.014Z | Compiling indoc v1.0.9 |
| 2651 | 2026-05-12T02:08:10.505Z | Compiling progenitor-impl v0.10.0 |
| 2652 | 2026-05-12T02:08:10.760Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2653 | 2026-05-12T02:08:10.983Z | Compiling progenitor-macro v0.11.2 |
| 2654 | 2026-05-12T02:08:11.230Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2655 | 2026-05-12T02:08:11.472Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2656 | 2026-05-12T02:08:11.851Z | Checking predicates-tree v1.0.13 |
| 2657 | 2026-05-12T02:08:12.013Z | Checking progenitor-client v0.11.2 |
| 2658 | 2026-05-12T02:08:12.095Z | Checking derive_builder v0.20.2 |
| 2659 | 2026-05-12T02:08:12.255Z | Checking quick-xml v0.37.5 |
| 2660 | 2026-05-12T02:08:12.311Z | Compiling oso-derive v0.27.3 |
| 2661 | 2026-05-12T02:08:12.871Z | Compiling trait-variant v0.1.2 |
| 2662 | 2026-05-12T02:08:13.262Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2663 | 2026-05-12T02:08:13.306Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2664 | 2026-05-12T02:08:13.426Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2665 | 2026-05-12T02:08:13.518Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2666 | 2026-05-12T02:08:13.555Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2667 | 2026-05-12T02:08:14.962Z | Checking openssl-probe v0.1.6 |
| 2668 | 2026-05-12T02:08:15.170Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2669 | 2026-05-12T02:08:15.469Z | Compiling progenitor-macro v0.10.0 |
| 2670 | 2026-05-12T02:08:15.509Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2671 | 2026-05-12T02:08:15.676Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2672 | 2026-05-12T02:08:16.080Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2673 | 2026-05-12T02:08:16.224Z | Checking progenitor v0.11.2 |
| 2674 | 2026-05-12T02:08:16.416Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2675 | 2026-05-12T02:08:16.847Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2676 | 2026-05-12T02:08:17.947Z | Compiling mime_guess v2.0.5 |
| 2677 | 2026-05-12T02:08:18.602Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2678 | 2026-05-12T02:08:19.022Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2679 | 2026-05-12T02:08:19.467Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2680 | 2026-05-12T02:08:19.545Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2681 | 2026-05-12T02:08:19.782Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2682 | 2026-05-12T02:08:19.817Z | Checking corncobs v0.1.4 |
| 2683 | 2026-05-12T02:08:19.982Z | Checking http-range v0.1.5 |
| 2684 | 2026-05-12T02:08:20.073Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2685 | 2026-05-12T02:08:20.187Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2686 | 2026-05-12T02:08:20.381Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2687 | 2026-05-12T02:08:20.700Z | Checking progenitor v0.10.0 |
| 2688 | 2026-05-12T02:08:20.770Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2689 | 2026-05-12T02:08:20.815Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2690 | 2026-05-12T02:08:20.878Z | Checking ignore v0.4.25 |
| 2691 | 2026-05-12T02:08:21.342Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2692 | 2026-05-12T02:08:21.473Z | Checking secrecy v0.8.0 |
| 2693 | 2026-05-12T02:08:21.641Z | Checking atty v0.2.14 |
| 2694 | 2026-05-12T02:08:21.938Z | Checking globwalk v0.9.1 |
| 2695 | 2026-05-12T02:08:22.169Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2696 | 2026-05-12T02:08:22.805Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2697 | 2026-05-12T02:08:22.876Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2698 | 2026-05-12T02:08:23.204Z | Checking bb8 v0.8.6 |
| 2699 | 2026-05-12T02:08:23.411Z | Checking hyper-staticfile v0.10.1 |
| 2700 | 2026-05-12T02:08:23.457Z | Checking camino-tempfile-ext v0.3.3 |
| 2701 | 2026-05-12T02:08:23.543Z | Checking async-bb8-diesel v0.2.1 |
| 2702 | 2026-05-12T02:08:23.543Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2703 | 2026-05-12T02:08:23.753Z | Checking diesel-dtrace v0.5.0 |
| 2704 | 2026-05-12T02:08:23.786Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2705 | 2026-05-12T02:08:23.837Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2706 | 2026-05-12T02:08:23.990Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2707 | 2026-05-12T02:08:24.051Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2708 | 2026-05-12T02:08:24.125Z | Checking signal-hook-tokio v0.3.1 |
| 2709 | 2026-05-12T02:08:24.229Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2710 | 2026-05-12T02:08:24.342Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2711 | 2026-05-12T02:08:24.515Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2712 | 2026-05-12T02:08:24.842Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2713 | 2026-05-12T02:08:25.366Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2714 | 2026-05-12T02:08:25.439Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2715 | 2026-05-12T02:08:25.677Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2716 | 2026-05-12T02:08:25.815Z | Checking nonempty v0.12.0 |
| 2717 | 2026-05-12T02:08:26.015Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2718 | 2026-05-12T02:08:26.053Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2719 | 2026-05-12T02:08:26.062Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2720 | 2026-05-12T02:08:26.487Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2721 | 2026-05-12T02:08:26.525Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2722 | 2026-05-12T02:08:26.942Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2723 | 2026-05-12T02:08:26.984Z | Checking tungstenite v0.23.0 |
| 2724 | 2026-05-12T02:08:27.273Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2725 | 2026-05-12T02:08:27.492Z | Checking tokio-tungstenite v0.23.1 |
| 2726 | 2026-05-12T02:08:27.827Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2727 | 2026-05-12T02:08:28.164Z | Checking rand_seeder v0.4.0 |
| 2728 | 2026-05-12T02:08:28.246Z | Checking void v1.0.2 |
| 2729 | 2026-05-12T02:08:28.373Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2730 | 2026-05-12T02:08:28.409Z | Checking lzss v0.8.2 |
| 2731 | 2026-05-12T02:08:28.447Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2732 | 2026-05-12T02:08:28.600Z | Checking nix v0.27.1 |
| 2733 | 2026-05-12T02:08:28.650Z | Checking serde_bytes v0.11.19 |
| 2734 | 2026-05-12T02:08:28.653Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2735 | 2026-05-12T02:08:28.837Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2736 | 2026-05-12T02:08:28.883Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2737 | 2026-05-12T02:08:28.922Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2738 | 2026-05-12T02:08:29.219Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2739 | 2026-05-12T02:08:29.635Z | Checking is_ci v1.2.0 |
| 2740 | 2026-05-12T02:08:29.761Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2741 | 2026-05-12T02:08:29.959Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2742 | 2026-05-12T02:08:29.999Z | Checking yansi v1.0.1 |
| 2743 | 2026-05-12T02:08:30.093Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2744 | 2026-05-12T02:08:30.316Z | Checking pretty_assertions v1.4.1 |
| 2745 | 2026-05-12T02:08:30.404Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2746 | 2026-05-12T02:08:30.504Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2747 | 2026-05-12T02:08:30.798Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2748 | 2026-05-12T02:08:30.832Z | Compiling darling_core v0.23.0 |
| 2749 | 2026-05-12T02:08:31.455Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2750 | 2026-05-12T02:08:32.156Z | Compiling indoc v2.0.7 |
| 2751 | 2026-05-12T02:08:32.216Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2752 | 2026-05-12T02:08:32.468Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-05-12T02:08:32.682Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-05-12T02:08:32.937Z | Compiling instability v0.3.11 |
| 2755 | 2026-05-12T02:08:33.177Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2756 | 2026-05-12T02:08:33.385Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-05-12T02:08:33.422Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2758 | 2026-05-12T02:08:33.456Z | Compiling libz-sys v1.1.24 |
| 2759 | 2026-05-12T02:08:33.639Z | Compiling darling_macro v0.23.0 |
| 2760 | 2026-05-12T02:08:33.890Z | Checking castaway v0.2.4 |
| 2761 | 2026-05-12T02:08:34.050Z | Checking compact_str v0.8.1 |
| 2762 | 2026-05-12T02:08:34.233Z | Compiling darling v0.23.0 |
| 2763 | 2026-05-12T02:08:34.498Z | Checking supports-color v3.0.2 |
| 2764 | 2026-05-12T02:08:34.671Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2765 | 2026-05-12T02:08:34.913Z | Checking unicode-truncate v1.1.0 |
| 2766 | 2026-05-12T02:08:35.079Z | Checking console v0.16.2 |
| 2767 | 2026-05-12T02:08:35.113Z | Checking lru v0.12.5 |
| 2768 | 2026-05-12T02:08:35.149Z | Checking cassowary v0.3.0 |
| 2769 | 2026-05-12T02:08:35.273Z | Checking unit-prefix v0.5.2 |
| 2770 | 2026-05-12T02:08:35.357Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2771 | 2026-05-12T02:08:35.400Z | Checking ratatui v0.29.0 |
| 2772 | 2026-05-12T02:08:35.434Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2773 | 2026-05-12T02:08:35.468Z | Checking indicatif v0.18.4 |
| 2774 | 2026-05-12T02:08:35.614Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2775 | 2026-05-12T02:08:36.083Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2776 | 2026-05-12T02:08:36.814Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2777 | 2026-05-12T02:08:37.067Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2778 | 2026-05-12T02:08:37.396Z | Compiling vergen-git2 v1.0.7 |
| 2779 | 2026-05-12T02:08:37.433Z | Checking plotters-backend v0.3.7 |
| 2780 | 2026-05-12T02:08:37.468Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2781 | 2026-05-12T02:08:37.678Z | Checking plotters-svg v0.3.7 |
| 2782 | 2026-05-12T02:08:37.714Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2783 | 2026-05-12T02:08:37.749Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2784 | 2026-05-12T02:08:37.861Z | Checking colored v2.2.0 |
| 2785 | 2026-05-12T02:08:37.958Z | Compiling rustls v0.21.12 |
| 2786 | 2026-05-12T02:08:38.146Z | Checking cast v0.3.0 |
| 2787 | 2026-05-12T02:08:38.205Z | Checking shell-words v1.1.1 |
| 2788 | 2026-05-12T02:08:38.410Z | Checking criterion-plot v0.6.0 |
| 2789 | 2026-05-12T02:08:38.492Z | Checking plotters v0.3.7 |
| 2790 | 2026-05-12T02:08:38.588Z | Checking typeid v1.0.3 |
| 2791 | 2026-05-12T02:08:38.706Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2792 | 2026-05-12T02:08:38.741Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2793 | 2026-05-12T02:08:38.986Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2794 | 2026-05-12T02:08:39.226Z | Checking sct v0.7.1 |
| 2795 | 2026-05-12T02:08:39.310Z | Checking rustls-webpki v0.101.7 |
| 2796 | 2026-05-12T02:08:39.401Z | Checking tinytemplate v1.2.1 |
| 2797 | 2026-05-12T02:08:39.663Z | Compiling nix v0.29.0 |
| 2798 | 2026-05-12T02:08:39.700Z | Compiling dropshot v0.16.7 |
| 2799 | 2026-05-12T02:08:39.733Z | Checking hex-literal v0.4.1 |
| 2800 | 2026-05-12T02:08:39.870Z | Checking oorandom v11.1.5 |
| 2801 | 2026-05-12T02:08:39.937Z | Checking anes v0.1.6 |
| 2802 | 2026-05-12T02:08:40.134Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2803 | 2026-05-12T02:08:40.169Z | Checking criterion v0.7.0 |
| 2804 | 2026-05-12T02:08:41.558Z | Checking erased-serde v0.4.9 |
| 2805 | 2026-05-12T02:08:41.600Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2806 | 2026-05-12T02:08:41.975Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2807 | 2026-05-12T02:08:42.833Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2808 | 2026-05-12T02:08:43.720Z | Checking toml v0.9.12+spec-1.1.0 |
| 2809 | 2026-05-12T02:08:44.373Z | Checking ordered-float v2.10.1 |
| 2810 | 2026-05-12T02:08:44.667Z | Compiling dropshot_endpoint v0.16.7 |
| 2811 | 2026-05-12T02:08:44.881Z | Checking serde-value v0.7.0 |
| 2812 | 2026-05-12T02:08:45.140Z | Checking serde-untagged v0.1.9 |
| 2813 | 2026-05-12T02:08:45.388Z | Checking tokio-rustls v0.24.1 |
| 2814 | 2026-05-12T02:08:45.925Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2815 | 2026-05-12T02:08:46.821Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2816 | 2026-05-12T02:08:46.857Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2817 | 2026-05-12T02:08:47.013Z | Checking rustls-pemfile v1.0.4 |
| 2818 | 2026-05-12T02:08:47.099Z | Checking twox-hash v2.1.2 |
| 2819 | 2026-05-12T02:08:47.194Z | Checking unicode-xid v0.2.6 |
| 2820 | 2026-05-12T02:08:47.346Z | Checking cargo-util-schemas v0.8.2 |
| 2821 | 2026-05-12T02:08:47.503Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2822 | 2026-05-12T02:08:48.267Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2823 | 2026-05-12T02:08:48.306Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2824 | 2026-05-12T02:08:48.653Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2825 | 2026-05-12T02:08:48.864Z | Checking fatfs v0.3.6 |
| 2826 | 2026-05-12T02:08:48.948Z | Checking cargo-platform v0.2.0 |
| 2827 | 2026-05-12T02:08:49.096Z | Compiling petname v2.0.2 |
| 2828 | 2026-05-12T02:08:49.182Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2829 | 2026-05-12T02:08:49.393Z | Compiling seq-macro v0.3.6 |
| 2830 | 2026-05-12T02:08:49.825Z | Checking cargo_metadata v0.21.0 |
| 2831 | 2026-05-12T02:08:49.973Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2832 | 2026-05-12T02:08:50.646Z | Checking concurrent-queue v2.5.0 |
| 2833 | 2026-05-12T02:08:50.650Z | Checking rtoolbox v0.0.3 |
| 2834 | 2026-05-12T02:08:50.857Z | Checking parking v2.2.1 |
| 2835 | 2026-05-12T02:08:50.893Z | Checking rpassword v7.4.0 |
| 2836 | 2026-05-12T02:08:51.021Z | Checking event-listener v5.4.1 |
| 2837 | 2026-05-12T02:08:51.286Z | Checking tui-tree-widget v0.23.1 |
| 2838 | 2026-05-12T02:08:51.505Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2839 | 2026-05-12T02:08:51.540Z | Checking polyval v0.6.2 |
| 2840 | 2026-05-12T02:08:51.716Z | Checking sapling-renderdag v0.1.0 |
| 2841 | 2026-05-12T02:08:51.755Z | Checking sync-ptr v0.1.4 |
| 2842 | 2026-05-12T02:08:51.843Z | Compiling samael v0.0.19 |
| 2843 | 2026-05-12T02:08:51.917Z | Checking ghash v0.5.1 |
| 2844 | 2026-05-12T02:08:52.017Z | Checking event-listener-strategy v0.5.4 |
| 2845 | 2026-05-12T02:08:52.079Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2846 | 2026-05-12T02:08:52.194Z | Checking ctr v0.9.2 |
| 2847 | 2026-05-12T02:08:52.321Z | Checking arrayref v0.3.9 |
| 2848 | 2026-05-12T02:08:52.413Z | Checking arrayvec v0.7.6 |
| 2849 | 2026-05-12T02:08:52.437Z | Checking constant_time_eq v0.4.2 |
| 2850 | 2026-05-12T02:08:52.617Z | Checking futures-timer v3.0.3 |
| 2851 | 2026-05-12T02:08:52.655Z | Checking aes-gcm v0.10.3 |
| 2852 | 2026-05-12T02:08:52.728Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2853 | 2026-05-12T02:08:52.880Z | Checking async-lock v3.4.2 |
| 2854 | 2026-05-12T02:08:52.951Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2855 | 2026-05-12T02:08:53.359Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2856 | 2026-05-12T02:08:54.043Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2857 | 2026-05-12T02:08:54.121Z | Checking ssh-encoding v0.2.0 |
| 2858 | 2026-05-12T02:08:54.356Z | Checking blowfish v0.9.1 |
| 2859 | 2026-05-12T02:08:54.558Z | Checking bcrypt-pbkdf v0.10.0 |
| 2860 | 2026-05-12T02:08:54.767Z | Checking ssh-cipher v0.2.0 |
| 2861 | 2026-05-12T02:08:54.994Z | Checking async-object-pool v0.2.0 |
| 2862 | 2026-05-12T02:08:55.153Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2863 | 2026-05-12T02:08:55.340Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2864 | 2026-05-12T02:08:55.558Z | Checking serde_regex v1.1.0 |
| 2865 | 2026-05-12T02:08:55.670Z | Checking password-hash v0.4.2 |
| 2866 | 2026-05-12T02:08:55.761Z | Checking assert-json-diff v2.0.2 |
| 2867 | 2026-05-12T02:08:55.941Z | Checking path-tree v0.8.3 |
| 2868 | 2026-05-12T02:08:55.979Z | Compiling target-lexicon v0.13.3 |
| 2869 | 2026-05-12T02:08:56.041Z | Checking stringmetrics v2.2.2 |
| 2870 | 2026-05-12T02:08:56.176Z | Checking gimli v0.32.3 |
| 2871 | 2026-05-12T02:08:56.235Z | Checking httpmock v0.8.3 |
| 2872 | 2026-05-12T02:08:56.593Z | Checking pbkdf2 v0.11.0 |
| 2873 | 2026-05-12T02:08:56.808Z | Checking ssh-key v0.6.7 |
| 2874 | 2026-05-12T02:08:57.568Z | Checking p521 v0.13.3 |
| 2875 | 2026-05-12T02:08:57.845Z | Checking addr2line v0.25.1 |
| 2876 | 2026-05-12T02:08:58.164Z | Checking p256 v0.13.2 |
| 2877 | 2026-05-12T02:08:58.241Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2878 | 2026-05-12T02:08:58.477Z | Checking russh-cryptovec v0.7.3 |
| 2879 | 2026-05-12T02:08:58.511Z | Checking md5 v0.7.0 |
| 2880 | 2026-05-12T02:08:58.558Z | Compiling guppy-workspace-hack v0.1.0 |
| 2881 | 2026-05-12T02:08:58.652Z | Checking rustc-demangle v0.1.27 |
| 2882 | 2026-05-12T02:08:58.728Z | Checking russh-keys v0.45.0 |
| 2883 | 2026-05-12T02:08:58.926Z | Checking backtrace v0.3.76 |
| 2884 | 2026-05-12T02:08:59.108Z | Checking num-bigint v0.4.6 |
| 2885 | 2026-05-12T02:08:59.265Z | Checking des v0.8.1 |
| 2886 | 2026-05-12T02:08:59.443Z | Compiling blake3 v1.8.3 |
| 2887 | 2026-05-12T02:08:59.481Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2888 | 2026-05-12T02:08:59.481Z | Compiling target-spec v3.5.7 |
| 2889 | 2026-05-12T02:08:59.951Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2890 | 2026-05-12T02:09:00.054Z | Checking backtrace-ext v0.2.1 |
| 2891 | 2026-05-12T02:09:00.160Z | Checking russh v0.45.0 |
| 2892 | 2026-05-12T02:09:00.202Z | Checking cfg-expr v0.20.6 |
| 2893 | 2026-05-12T02:09:00.495Z | Checking supports-color v2.1.0 |
| 2894 | 2026-05-12T02:09:00.636Z | Checking textwrap v0.15.2 |
| 2895 | 2026-05-12T02:09:00.641Z | Checking supports-unicode v2.1.0 |
| 2896 | 2026-05-12T02:09:00.707Z | Checking supports-hyperlinks v2.1.0 |
| 2897 | 2026-05-12T02:09:00.830Z | Checking hashbrown v0.14.5 |
| 2898 | 2026-05-12T02:09:00.866Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2899 | 2026-05-12T02:09:00.903Z | Checking cargo-platform v0.3.2 |
| 2900 | 2026-05-12T02:09:01.121Z | Checking socket2 v0.5.10 |
| 2901 | 2026-05-12T02:09:01.157Z | Checking terminal_size v0.1.17 |
| 2902 | 2026-05-12T02:09:01.305Z | Compiling miette-derive v5.10.0 |
| 2903 | 2026-05-12T02:09:01.392Z | Checking owo-colors v3.5.0 |
| 2904 | 2026-05-12T02:09:01.428Z | Checking internet-checksum v0.2.1 |
| 2905 | 2026-05-12T02:09:01.591Z | Checking chumsky v0.9.3 |
| 2906 | 2026-05-12T02:09:02.001Z | Checking cargo_metadata v0.23.1 |
| 2907 | 2026-05-12T02:09:02.579Z | Checking miette v5.10.0 |
| 2908 | 2026-05-12T02:09:02.831Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2909 | 2026-05-12T02:09:02.835Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2910 | 2026-05-12T02:09:03.005Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2911 | 2026-05-12T02:09:03.129Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2912 | 2026-05-12T02:09:03.375Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2913 | 2026-05-12T02:09:03.399Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2914 | 2026-05-12T02:09:03.664Z | Compiling knuffel-derive v3.2.0 |
| 2915 | 2026-05-12T02:09:03.753Z | Checking httptest v0.16.4 |
| 2916 | 2026-05-12T02:09:03.928Z | Checking pathdiff v0.2.3 |
| 2917 | 2026-05-12T02:09:04.080Z | Checking topological-sort v0.2.2 |
| 2918 | 2026-05-12T02:09:04.183Z | Checking nested v0.1.1 |
| 2919 | 2026-05-12T02:09:04.269Z | Checking omicron-zone-package v0.12.2 |
| 2920 | 2026-05-12T02:09:04.327Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2921 | 2026-05-12T02:09:04.370Z | Checking guppy v0.17.25 |
| 2922 | 2026-05-12T02:09:04.597Z | Checking similar-asserts v1.7.0 |
| 2923 | 2026-05-12T02:09:04.802Z | Compiling target-triple v1.0.0 |
| 2924 | 2026-05-12T02:09:05.159Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2925 | 2026-05-12T02:09:05.339Z | Compiling git2 v0.20.4 |
| 2926 | 2026-05-12T02:09:05.343Z | Checking knuffel v3.2.0 |
| 2927 | 2026-05-12T02:09:05.410Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2928 | 2026-05-12T02:09:05.447Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2929 | 2026-05-12T02:09:05.484Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2930 | 2026-05-12T02:09:05.742Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2931 | 2026-05-12T02:09:06.075Z | Checking hickory-client v0.25.2 |
| 2932 | 2026-05-12T02:09:06.434Z | Checking tokio-test v0.4.5 |
| 2933 | 2026-05-12T02:09:06.473Z | Checking escape8259 v0.5.3 |
| 2934 | 2026-05-12T02:09:06.656Z | Compiling assert_cmd v2.1.2 |
| 2935 | 2026-05-12T02:09:06.702Z | Checking libtest-mimic v0.8.1 |
| 2936 | 2026-05-12T02:09:07.084Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2937 | 2026-05-12T02:09:07.177Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2938 | 2026-05-12T02:09:07.239Z | Checking blake2b_simd v1.0.4 |
| 2939 | 2026-05-12T02:09:07.456Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2940 | 2026-05-12T02:09:07.908Z | Compiling polar-core v0.27.3 |
| 2941 | 2026-05-12T02:09:07.947Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2942 | 2026-05-12T02:09:07.984Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2943 | 2026-05-12T02:09:08.398Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2944 | 2026-05-12T02:09:08.436Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2945 | 2026-05-12T02:09:08.624Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2946 | 2026-05-12T02:09:08.736Z | Checking fancy-regex v0.14.0 |
| 2947 | 2026-05-12T02:09:08.883Z | Checking serde_tokenstream v0.2.3 |
| 2948 | 2026-05-12T02:09:09.009Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2949 | 2026-05-12T02:09:09.060Z | Checking approx v0.5.1 |
| 2950 | 2026-05-12T02:09:09.142Z | Compiling rstest_macros v0.25.0 |
| 2951 | 2026-05-12T02:09:09.180Z | Checking uzers v0.12.2 |
| 2952 | 2026-05-12T02:09:09.232Z | Compiling linkme-impl v0.3.35 |
| 2953 | 2026-05-12T02:09:09.448Z | Checking termcolor v1.4.1 |
| 2954 | 2026-05-12T02:09:09.483Z | Checking constant_time_eq v0.3.1 |
| 2955 | 2026-05-12T02:09:09.635Z | Checking rust-argon2 v2.1.0 |
| 2956 | 2026-05-12T02:09:09.723Z | Checking trybuild v1.0.116 |
| 2957 | 2026-05-12T02:09:09.796Z | Checking datatest-stable v0.3.3 |
| 2958 | 2026-05-12T02:09:10.248Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2959 | 2026-05-12T02:09:10.388Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2960 | 2026-05-12T02:09:10.600Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2961 | 2026-05-12T02:09:10.634Z | Checking support-bundle-viewer v0.1.2 |
| 2962 | 2026-05-12T02:09:10.926Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2963 | 2026-05-12T02:09:11.182Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2964 | 2026-05-12T02:09:11.309Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2965 | 2026-05-12T02:09:11.414Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2966 | 2026-05-12T02:09:11.556Z | Checking drift v0.1.4 |
| 2967 | 2026-05-12T02:09:11.665Z | Checking rand_distr v0.5.1 |
| 2968 | 2026-05-12T02:09:11.917Z | Checking multimap v0.10.1 |
| 2969 | 2026-05-12T02:09:12.152Z | Compiling linkme v0.3.35 |
| 2970 | 2026-05-12T02:09:12.187Z | Compiling relative-path v1.9.3 |
| 2971 | 2026-05-12T02:09:12.532Z | Checking dropshot-api-manager v0.7.1 |
| 2972 | 2026-05-12T02:09:13.389Z | Checking oso v0.27.3 |
| 2973 | 2026-05-12T02:09:13.947Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2974 | 2026-05-12T02:09:14.381Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2975 | 2026-05-12T02:09:14.416Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2976 | 2026-05-12T02:09:14.557Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2977 | 2026-05-12T02:09:14.824Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2978 | 2026-05-12T02:09:14.861Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2979 | 2026-05-12T02:09:14.895Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2980 | 2026-05-12T02:09:15.089Z | Checking cargo_toml v0.21.0 |
| 2981 | 2026-05-12T02:09:15.228Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2982 | 2026-05-12T02:09:15.414Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2983 | 2026-05-12T02:09:15.623Z | Checking partial-io v0.5.4 |
| 2984 | 2026-05-12T02:09:15.883Z | Checking termios v0.3.3 |
| 2985 | 2026-05-12T02:09:15.917Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2986 | 2026-05-12T02:09:16.053Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2987 | 2026-05-12T02:09:16.094Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2988 | 2026-05-12T02:09:16.132Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2989 | 2026-05-12T02:09:16.607Z | Checking rstest v0.25.0 |
| 2990 | 2026-05-12T02:09:21.597Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2991 | 2026-05-12T02:09:25.400Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2992 | 2026-05-12T02:09:26.221Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2993 | 2026-05-12T02:09:29.540Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2994 | 2026-05-12T02:09:33.624Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2995 | 2026-05-12T02:09:39.521Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2996 | 2026-05-12T02:09:43.187Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2997 | 2026-05-12T02:09:43.967Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2998 | 2026-05-12T02:09:44.027Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2999 | 2026-05-12T02:09:45.403Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3000 | 2026-05-12T02:09:55.011Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3001 | 2026-05-12T02:11:13.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 17s |
| 3002 | 2026-05-12T02:11:14.388Z | |
| 3003 | 2026-05-12T02:11:14.388Z | real 4:21.463360296 |
| 3004 | 2026-05-12T02:11:14.388Z | user 22:13.076515997 |
| 3005 | 2026-05-12T02:11:14.388Z | sys 5:10.205316153 |
| 3006 | 2026-05-12T02:11:14.388Z | trap 0.533613598 |
| 3007 | 2026-05-12T02:11:14.388Z | tflt 0.473297949 |
| 3008 | 2026-05-12T02:11:14.388Z | dflt 0.473565822 |
| 3009 | 2026-05-12T02:11:14.388Z | kflt 0.004472522 |
| 3010 | 2026-05-12T02:11:14.388Z | lock 1:01:26.683814695 |
| 3011 | 2026-05-12T02:11:14.388Z | slp 1:01:07.899386762 |
| 3012 | 2026-05-12T02:11:14.389Z | lat 1:50.899194917 |
| 3013 | 2026-05-12T02:11:14.389Z | stop 11:32.615124824 |
| 3014 | 2026-05-12T02:11:14.406Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3015 | 2026-05-12T02:11:14.406Z | + ptime -m cargo doc --workspace --no-deps |
| 3016 | 2026-05-12T02:11:16.019Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3017 | 2026-05-12T02:11:16.019Z | | |
| 3018 | 2026-05-12T02:11:16.019Z | = 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)` |
| 3019 | 2026-05-12T02:11:16.019Z | = 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> |
| 3020 | 2026-05-12T02:11:16.265Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3021 | 2026-05-12T02:11:16.496Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3022 | 2026-05-12T02:11:16.541Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3023 | 2026-05-12T02:11:16.608Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3024 | 2026-05-12T02:11:16.723Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3025 | 2026-05-12T02:11:16.778Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3026 | 2026-05-12T02:11:16.808Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3027 | 2026-05-12T02:11:16.855Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3028 | 2026-05-12T02:11:16.880Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3029 | 2026-05-12T02:11:19.866Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3030 | 2026-05-12T02:11:19.866Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3031 | 2026-05-12T02:11:19.866Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3032 | 2026-05-12T02:11:19.866Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3033 | 2026-05-12T02:11:19.866Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3034 | 2026-05-12T02:11:19.866Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3035 | 2026-05-12T02:11:19.866Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3036 | 2026-05-12T02:11:19.866Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3037 | 2026-05-12T02:11:19.866Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3038 | 2026-05-12T02:11:19.866Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3039 | 2026-05-12T02:11:19.866Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3040 | 2026-05-12T02:11:19.866Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3041 | 2026-05-12T02:11:19.866Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3042 | 2026-05-12T02:11:19.866Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3043 | 2026-05-12T02:11:19.866Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3044 | 2026-05-12T02:11:19.866Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3045 | 2026-05-12T02:11:19.866Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3046 | 2026-05-12T02:11:19.866Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3047 | 2026-05-12T02:11:19.867Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3048 | 2026-05-12T02:11:19.867Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3049 | 2026-05-12T02:11:19.867Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3050 | 2026-05-12T02:11:19.867Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3051 | 2026-05-12T02:11:19.867Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3052 | 2026-05-12T02:11:19.867Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3053 | 2026-05-12T02:11:19.867Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3054 | 2026-05-12T02:11:19.867Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3055 | 2026-05-12T02:11:19.867Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3056 | 2026-05-12T02:11:19.867Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3057 | 2026-05-12T02:11:19.867Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3058 | 2026-05-12T02:11:19.867Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3059 | 2026-05-12T02:11:19.867Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3060 | 2026-05-12T02:11:19.867Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3061 | 2026-05-12T02:11:19.898Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3062 | 2026-05-12T02:11:19.898Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3063 | 2026-05-12T02:11:19.911Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3064 | 2026-05-12T02:11:19.957Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3065 | 2026-05-12T02:11:20.114Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3066 | 2026-05-12T02:11:20.197Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3067 | 2026-05-12T02:11:20.197Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3068 | 2026-05-12T02:11:20.247Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3069 | 2026-05-12T02:11:20.361Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3070 | 2026-05-12T02:11:20.439Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3071 | 2026-05-12T02:11:20.464Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3072 | 2026-05-12T02:11:20.486Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3073 | 2026-05-12T02:11:20.652Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3074 | 2026-05-12T02:11:20.749Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3075 | 2026-05-12T02:11:20.772Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3076 | 2026-05-12T02:11:20.794Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3077 | 2026-05-12T02:11:20.899Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3078 | 2026-05-12T02:11:20.927Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3079 | 2026-05-12T02:11:20.976Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3080 | 2026-05-12T02:11:21.021Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3081 | 2026-05-12T02:11:21.144Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3082 | 2026-05-12T02:11:21.350Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3083 | 2026-05-12T02:11:21.776Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3084 | 2026-05-12T02:11:22.251Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3085 | 2026-05-12T02:11:22.366Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3086 | 2026-05-12T02:11:22.630Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3087 | 2026-05-12T02:11:22.678Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3088 | 2026-05-12T02:11:22.757Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3089 | 2026-05-12T02:11:22.926Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3090 | 2026-05-12T02:11:22.987Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3091 | 2026-05-12T02:11:23.072Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3092 | 2026-05-12T02:11:23.448Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3093 | 2026-05-12T02:11:23.507Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3094 | 2026-05-12T02:11:23.834Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3095 | 2026-05-12T02:11:24.037Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3096 | 2026-05-12T02:11:24.882Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3097 | 2026-05-12T02:11:25.041Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3098 | 2026-05-12T02:11:25.208Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3099 | 2026-05-12T02:11:25.528Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3100 | 2026-05-12T02:11:25.578Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3101 | 2026-05-12T02:11:26.158Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3102 | 2026-05-12T02:11:26.284Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3103 | 2026-05-12T02:11:26.673Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3104 | 2026-05-12T02:11:26.823Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3105 | 2026-05-12T02:11:26.891Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3106 | 2026-05-12T02:11:27.157Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3107 | 2026-05-12T02:11:27.185Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3108 | 2026-05-12T02:11:27.406Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3109 | 2026-05-12T02:11:27.456Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3110 | 2026-05-12T02:11:27.641Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3111 | 2026-05-12T02:11:27.699Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3112 | 2026-05-12T02:11:27.805Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3113 | 2026-05-12T02:11:27.831Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3114 | 2026-05-12T02:11:27.971Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3115 | 2026-05-12T02:11:28.005Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3116 | 2026-05-12T02:11:28.069Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3117 | 2026-05-12T02:11:28.099Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3118 | 2026-05-12T02:11:28.203Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3119 | 2026-05-12T02:11:28.319Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3120 | 2026-05-12T02:11:28.398Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3121 | 2026-05-12T02:11:28.435Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3122 | 2026-05-12T02:11:28.472Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3123 | 2026-05-12T02:11:28.530Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3124 | 2026-05-12T02:11:28.611Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3125 | 2026-05-12T02:11:28.780Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3126 | 2026-05-12T02:11:28.806Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3127 | 2026-05-12T02:11:29.013Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3128 | 2026-05-12T02:11:29.038Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3129 | 2026-05-12T02:11:29.641Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3130 | 2026-05-12T02:11:30.290Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3131 | 2026-05-12T02:11:30.450Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3132 | 2026-05-12T02:11:31.671Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3133 | 2026-05-12T02:11:31.679Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3134 | 2026-05-12T02:11:31.679Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3135 | 2026-05-12T02:11:31.679Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3136 | 2026-05-12T02:11:31.861Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3137 | 2026-05-12T02:11:32.263Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3138 | 2026-05-12T02:11:32.314Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3139 | 2026-05-12T02:11:32.552Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3140 | 2026-05-12T02:11:32.628Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3141 | 2026-05-12T02:11:32.834Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3142 | 2026-05-12T02:11:32.966Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3143 | 2026-05-12T02:11:33.032Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3144 | 2026-05-12T02:11:33.151Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3145 | 2026-05-12T02:11:33.537Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3146 | 2026-05-12T02:11:34.267Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3147 | 2026-05-12T02:11:34.312Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3148 | 2026-05-12T02:11:34.385Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3149 | 2026-05-12T02:11:35.105Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3150 | 2026-05-12T02:11:35.380Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3151 | 2026-05-12T02:11:35.806Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3152 | 2026-05-12T02:11:36.470Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3153 | 2026-05-12T02:11:36.825Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3154 | 2026-05-12T02:11:37.346Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3155 | 2026-05-12T02:11:37.593Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3156 | 2026-05-12T02:11:37.947Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3157 | 2026-05-12T02:11:38.163Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3158 | 2026-05-12T02:11:38.225Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3159 | 2026-05-12T02:11:38.354Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3160 | 2026-05-12T02:11:38.462Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3161 | 2026-05-12T02:11:38.801Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3162 | 2026-05-12T02:11:39.460Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3163 | 2026-05-12T02:11:39.684Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3164 | 2026-05-12T02:11:39.977Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3165 | 2026-05-12T02:11:40.259Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3166 | 2026-05-12T02:11:40.487Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3167 | 2026-05-12T02:11:40.665Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3168 | 2026-05-12T02:11:40.789Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3169 | 2026-05-12T02:11:40.814Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3170 | 2026-05-12T02:11:42.264Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3171 | 2026-05-12T02:11:42.595Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3172 | 2026-05-12T02:11:42.801Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3173 | 2026-05-12T02:11:44.914Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3174 | 2026-05-12T02:11:45.047Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3175 | 2026-05-12T02:11:45.698Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3176 | 2026-05-12T02:11:46.337Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3177 | 2026-05-12T02:11:46.899Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3178 | 2026-05-12T02:11:47.139Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3179 | 2026-05-12T02:11:47.629Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3180 | 2026-05-12T02:11:47.846Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3181 | 2026-05-12T02:11:48.103Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3182 | 2026-05-12T02:11:48.543Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3183 | 2026-05-12T02:11:48.750Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3184 | 2026-05-12T02:11:48.828Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3185 | 2026-05-12T02:11:49.314Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3186 | 2026-05-12T02:11:49.430Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3187 | 2026-05-12T02:11:49.494Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3188 | 2026-05-12T02:11:50.298Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3189 | 2026-05-12T02:11:50.859Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3190 | 2026-05-12T02:11:50.889Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3191 | 2026-05-12T02:11:51.212Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3192 | 2026-05-12T02:11:51.326Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3193 | 2026-05-12T02:11:51.676Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3194 | 2026-05-12T02:11:51.800Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3195 | 2026-05-12T02:11:51.861Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3196 | 2026-05-12T02:11:52.578Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3197 | 2026-05-12T02:11:52.625Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3198 | 2026-05-12T02:11:53.882Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3199 | 2026-05-12T02:11:53.963Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3200 | 2026-05-12T02:11:54.021Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3201 | 2026-05-12T02:11:54.491Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3202 | 2026-05-12T02:11:55.538Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3203 | 2026-05-12T02:11:56.812Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3204 | 2026-05-12T02:11:58.190Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3205 | 2026-05-12T02:11:59.099Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3206 | 2026-05-12T02:11:59.486Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3207 | 2026-05-12T02:12:00.486Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3208 | 2026-05-12T02:12:02.444Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3209 | 2026-05-12T02:12:03.283Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3210 | 2026-05-12T02:12:04.672Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3211 | 2026-05-12T02:12:05.238Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3212 | 2026-05-12T02:12:06.078Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3213 | 2026-05-12T02:12:07.114Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3214 | 2026-05-12T02:12:09.141Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3215 | 2026-05-12T02:12:09.527Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3216 | 2026-05-12T02:12:09.775Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3217 | 2026-05-12T02:12:09.854Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3218 | 2026-05-12T02:12:10.864Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3219 | 2026-05-12T02:12:11.109Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3220 | 2026-05-12T02:12:14.265Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3221 | 2026-05-12T02:12:14.907Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3222 | 2026-05-12T02:12:17.480Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3223 | 2026-05-12T02:12:18.992Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3224 | 2026-05-12T02:12:19.678Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3225 | 2026-05-12T02:12:20.431Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3226 | 2026-05-12T02:12:21.121Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3227 | 2026-05-12T02:12:21.856Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3228 | 2026-05-12T02:12:22.537Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3229 | 2026-05-12T02:12:24.093Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3230 | 2026-05-12T02:12:24.810Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3231 | 2026-05-12T02:12:25.555Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3232 | 2026-05-12T02:12:26.117Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3233 | 2026-05-12T02:12:26.936Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3234 | 2026-05-12T02:12:27.645Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3235 | 2026-05-12T02:12:28.809Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3236 | 2026-05-12T02:12:31.481Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3237 | 2026-05-12T02:12:32.710Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3238 | 2026-05-12T02:12:33.336Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3239 | 2026-05-12T02:12:34.201Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3240 | 2026-05-12T02:12:35.119Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3241 | 2026-05-12T02:12:36.195Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3242 | 2026-05-12T02:12:38.740Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3243 | 2026-05-12T02:12:39.079Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3244 | 2026-05-12T02:12:39.944Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3245 | 2026-05-12T02:12:41.444Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3246 | 2026-05-12T02:12:42.590Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3247 | 2026-05-12T02:12:43.911Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3248 | 2026-05-12T02:12:45.219Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3249 | 2026-05-12T02:12:47.636Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3250 | 2026-05-12T02:12:48.224Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3251 | 2026-05-12T02:12:49.964Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3252 | 2026-05-12T02:12:51.352Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3253 | 2026-05-12T02:12:53.141Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3254 | 2026-05-12T02:12:54.624Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3255 | 2026-05-12T02:12:57.819Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3256 | 2026-05-12T02:12:59.468Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3257 | 2026-05-12T02:13:03.234Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3258 | 2026-05-12T02:13:04.375Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3259 | 2026-05-12T02:13:05.115Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3260 | 2026-05-12T02:13:05.905Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3261 | 2026-05-12T02:13:07.678Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3262 | 2026-05-12T02:13:09.587Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3263 | 2026-05-12T02:13:11.480Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3264 | 2026-05-12T02:13:13.591Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3265 | 2026-05-12T02:13:15.238Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3266 | 2026-05-12T02:13:17.347Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3267 | 2026-05-12T02:13:18.805Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3268 | 2026-05-12T02:13:20.547Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3269 | 2026-05-12T02:13:22.346Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3270 | 2026-05-12T02:13:24.131Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3271 | 2026-05-12T02:13:25.542Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3272 | 2026-05-12T02:13:27.684Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3273 | 2026-05-12T02:13:29.425Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3274 | 2026-05-12T02:13:31.263Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3275 | 2026-05-12T02:13:33.052Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3276 | 2026-05-12T02:13:35.049Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3277 | 2026-05-12T02:13:36.782Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3278 | 2026-05-12T02:13:38.691Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3279 | 2026-05-12T02:13:40.436Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3280 | 2026-05-12T02:13:42.777Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3281 | 2026-05-12T02:13:44.628Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3282 | 2026-05-12T02:13:46.463Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3283 | 2026-05-12T02:13:48.517Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3284 | 2026-05-12T02:13:50.734Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3285 | 2026-05-12T02:13:54.216Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3286 | 2026-05-12T02:13:55.220Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3287 | 2026-05-12T02:13:57.773Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3288 | 2026-05-12T02:13:59.872Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3289 | 2026-05-12T02:14:02.101Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3290 | 2026-05-12T02:14:04.445Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3291 | 2026-05-12T02:14:06.678Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3292 | 2026-05-12T02:14:08.916Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3293 | 2026-05-12T02:14:11.195Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3294 | 2026-05-12T02:14:13.463Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3295 | 2026-05-12T02:14:15.933Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3296 | 2026-05-12T02:14:17.938Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3297 | 2026-05-12T02:14:20.684Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3298 | 2026-05-12T02:14:22.443Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3299 | 2026-05-12T02:14:24.795Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3300 | 2026-05-12T02:14:27.018Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3301 | 2026-05-12T02:14:29.299Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3302 | 2026-05-12T02:14:31.577Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3303 | 2026-05-12T02:14:34.023Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3304 | 2026-05-12T02:14:36.389Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3305 | 2026-05-12T02:14:38.696Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3306 | 2026-05-12T02:14:40.964Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3307 | 2026-05-12T02:14:43.377Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3308 | 2026-05-12T02:14:45.694Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3309 | 2026-05-12T02:14:47.981Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3310 | 2026-05-12T02:14:50.299Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3311 | 2026-05-12T02:14:52.592Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3312 | 2026-05-12T02:14:54.917Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3313 | 2026-05-12T02:14:57.209Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3314 | 2026-05-12T02:14:59.609Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3315 | 2026-05-12T02:15:01.944Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3316 | 2026-05-12T02:15:04.334Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3317 | 2026-05-12T02:15:06.881Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3318 | 2026-05-12T02:15:09.240Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3319 | 2026-05-12T02:15:11.721Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3320 | 2026-05-12T02:15:13.912Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3321 | 2026-05-12T02:15:16.203Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3322 | 2026-05-12T02:15:18.736Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3323 | 2026-05-12T02:15:21.710Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3324 | 2026-05-12T02:15:23.909Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3325 | 2026-05-12T02:15:26.459Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3326 | 2026-05-12T02:15:29.218Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3327 | 2026-05-12T02:15:31.614Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3328 | 2026-05-12T02:15:34.356Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3329 | 2026-05-12T02:15:37.166Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3330 | 2026-05-12T02:15:39.679Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3331 | 2026-05-12T02:15:42.298Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3332 | 2026-05-12T02:15:44.819Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3333 | 2026-05-12T02:15:47.623Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3334 | 2026-05-12T02:15:50.683Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3335 | 2026-05-12T02:15:53.189Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3336 | 2026-05-12T02:15:55.917Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3337 | 2026-05-12T02:15:58.587Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3338 | 2026-05-12T02:16:06.296Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3339 | 2026-05-12T02:16:06.591Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3340 | 2026-05-12T02:16:09.963Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3341 | 2026-05-12T02:16:14.818Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3342 | 2026-05-12T02:16:17.954Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3343 | 2026-05-12T02:16:21.627Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3344 | 2026-05-12T02:16:25.295Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3345 | 2026-05-12T02:16:29.017Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3346 | 2026-05-12T02:16:32.790Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3347 | 2026-05-12T02:16:36.700Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3348 | 2026-05-12T02:16:40.345Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3349 | 2026-05-12T02:16:44.348Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3350 | 2026-05-12T02:16:47.952Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3351 | 2026-05-12T02:16:51.799Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3352 | 2026-05-12T02:16:55.629Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3353 | 2026-05-12T02:16:59.391Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3354 | 2026-05-12T02:17:03.266Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3355 | 2026-05-12T02:17:07.202Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3356 | 2026-05-12T02:17:10.942Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3357 | 2026-05-12T02:17:14.716Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3358 | 2026-05-12T02:17:18.625Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3359 | 2026-05-12T02:17:22.306Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3360 | 2026-05-12T02:17:26.047Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3361 | 2026-05-12T02:17:29.795Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3362 | 2026-05-12T02:17:33.610Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3363 | 2026-05-12T02:17:37.513Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3364 | 2026-05-12T02:18:07.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 53s |
| 3365 | 2026-05-12T02:18:07.984Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 194 other files |
| 3366 | 2026-05-12T02:18:08.097Z | |
| 3367 | 2026-05-12T02:18:08.105Z | real 6:53.612613713 |
| 3368 | 2026-05-12T02:18:08.105Z | user 18:42.207092259 |
| 3369 | 2026-05-12T02:18:08.106Z | sys 3:54.910327683 |
| 3370 | 2026-05-12T02:18:08.106Z | trap 0.276578308 |
| 3371 | 2026-05-12T02:18:08.106Z | tflt 0.022791392 |
| 3372 | 2026-05-12T02:18:08.106Z | dflt 0.061319561 |
| 3373 | 2026-05-12T02:18:08.106Z | kflt 0.000051010 |
| 3374 | 2026-05-12T02:18:08.106Z | lock 6:20:35.193241467 |
| 3375 | 2026-05-12T02:18:08.106Z | slp 2:18:43.070907692 |
| 3376 | 2026-05-12T02:18:08.106Z | lat 36.006970527 |
| 3377 | 2026-05-12T02:18:08.106Z | stop 1:42.980405965 |
| 3378 | 2026-05-12T02:18:08.106Z | process exited: duration 812634 ms, exit code 0 |
| |
| 3379 | 2026-05-12T02:18:08.116Z | found 0 output files |