|
|
|
| 1 | 2026-07-20T19:12:13.257Z | job assigned to worker 01KY0F1HFJEECCAKQN5AM73M26 [factory aws, i-0fd59582303a2ca4a] (queued for 47 s) |
| |
| 2 | 2026-07-20T19:12:19.213Z | starting task 0: "setup" |
| 3 | 2026-07-20T19:12:19.231Z | ++ uname -s |
| 4 | 2026-07-20T19:12:19.231Z | + kern=SunOS |
| 5 | 2026-07-20T19:12:19.231Z | + build_user=build |
| 6 | 2026-07-20T19:12:19.231Z | + build_uid=12345 |
| 7 | 2026-07-20T19:12:19.231Z | + work_dir=/work |
| 8 | 2026-07-20T19:12:19.231Z | + input_dir=/input |
| 9 | 2026-07-20T19:12:19.231Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T19:12:19.232Z | + case "$kern" in |
| 11 | 2026-07-20T19:12:19.232Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T19:12:19.232Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T19:12:21.221Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T19:12:21.277Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T19:12:21.280Z | + home_fs=zfs |
| 16 | 2026-07-20T19:12:21.280Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T19:12:21.280Z | + mkdir -p /home/build |
| 18 | 2026-07-20T19:12:21.280Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T19:12:23.287Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T19:12:23.297Z | process exited: duration 4076 ms, exit code 0 |
| |
| 21 | 2026-07-20T19:12:23.308Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T19:12:23.315Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-20T19:12:23.315Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-20T19:12:23.315Z | * rust toolchain channel = "1.96.1" |
| 25 | 2026-07-20T19:12:23.315Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-20T19:12:23.315Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-20T19:12:23.315Z | * rust toolchain profile = "default" |
| 28 | 2026-07-20T19:12:23.315Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T19:12:23.315Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-20T19:12:23.432Z | info: downloading installer |
| 31 | 2026-07-20T19:12:24.786Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T19:12:24.786Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T19:12:24.787Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T19:12:24.787Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T19:12:24.833Z | info: profile set to default |
| 36 | 2026-07-20T19:12:24.834Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T19:12:24.834Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T19:12:24.954Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-20T19:12:24.988Z | info: downloading 6 components |
| 40 | 2026-07-20T19:12:40.654Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-20T19:12:40.654Z | |
| 42 | 2026-07-20T19:12:40.682Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-20T19:12:40.682Z | |
| 44 | 2026-07-20T19:12:40.682Z | |
| 45 | 2026-07-20T19:12:40.682Z | Rust is installed now. Great! |
| 46 | 2026-07-20T19:12:40.682Z | |
| 47 | 2026-07-20T19:12:40.686Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T19:12:40.686Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T19:12:40.686Z | |
| 50 | 2026-07-20T19:12:40.686Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T19:12:40.686Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T19:12:40.686Z | |
| 53 | 2026-07-20T19:12:40.686Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T19:12:40.686Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T19:12:40.686Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T19:12:40.686Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T19:12:40.686Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T19:12:40.686Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T19:12:40.686Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T19:12:40.687Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T19:12:40.687Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T19:12:40.766Z | + rustup --version |
| 63 | 2026-07-20T19:12:40.778Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T19:12:40.781Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T19:12:40.797Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-20T19:12:40.800Z | + cargo --version |
| 67 | 2026-07-20T19:12:40.814Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-20T19:12:40.818Z | + rustc --version |
| 69 | 2026-07-20T19:12:40.837Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-20T19:12:40.840Z | process exited: duration 17532 ms, exit code 0 |
| |
| 71 | 2026-07-20T19:12:40.849Z | starting task 2: "authentication" |
| 72 | 2026-07-20T19:12:40.866Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-20T19:12:40.875Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T19:12:40.880Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-20T19:12:40.884Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-20T19:12:40.916Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-20T19:12:53.313Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-20T19:12:53.313Z | + git fetch origin dd92511ce63f878098e834564e729260d7eb8fd6 |
| 79 | 2026-07-20T19:12:53.618Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-20T19:12:53.618Z | * branch dd92511ce63f878098e834564e729260d7eb8fd6 -> FETCH_HEAD |
| 81 | 2026-07-20T19:12:53.632Z | + [[ -n john/sim-sa-cleanup-1 ]] |
| 82 | 2026-07-20T19:12:53.638Z | ++ git branch --show-current |
| 83 | 2026-07-20T19:12:53.638Z | + current=main |
| 84 | 2026-07-20T19:12:53.638Z | + [[ main != john/sim-sa-cleanup-1 ]] |
| 85 | 2026-07-20T19:12:53.638Z | + git branch -f john/sim-sa-cleanup-1 dd92511ce63f878098e834564e729260d7eb8fd6 |
| 86 | 2026-07-20T19:12:53.638Z | + git checkout -f john/sim-sa-cleanup-1 |
| 87 | 2026-07-20T19:12:53.880Z | Switched to branch 'john/sim-sa-cleanup-1' |
| 88 | 2026-07-20T19:12:53.884Z | + git reset --hard dd92511ce63f878098e834564e729260d7eb8fd6 |
| 89 | 2026-07-20T19:12:53.896Z | HEAD is now at dd92511ce sim-sled-agent: internally store a unified `OmicronSledConfig` |
| 90 | 2026-07-20T19:12:53.899Z | process exited: duration 13023 ms, exit code 0 |
| |
| 91 | 2026-07-20T19:12:53.909Z | starting task 4: "build" |
| 92 | 2026-07-20T19:12:53.912Z | + source ./env.sh |
| 93 | 2026-07-20T19:12:53.912Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-07-20T19:12:53.913Z | ++ set -o xtrace |
| 95 | 2026-07-20T19:12:53.913Z | ++++ dirname ./env.sh |
| 96 | 2026-07-20T19:12:53.919Z | +++ readlink -f . |
| 97 | 2026-07-20T19:12:53.922Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-07-20T19:12:53.922Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-07-20T19:12:53.922Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-07-20T19:12:53.922Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-07-20T19:12:53.922Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-07-20T19:12:53.922Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-07-20T19:12:53.922Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-07-20T19:12:53.922Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-07-20T19:12:53.922Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-07-20T19:12:53.922Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-07-20T19:12:53.922Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-07-20T19:12:53.922Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-07-20T19:12:53.923Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-07-20T19:12:53.923Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-07-20T19:12:53.923Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-07-20T19:12:53.923Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-07-20T19:12:53.923Z | +++ uname -s |
| 114 | 2026-07-20T19:12:53.923Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-07-20T19:12:53.923Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-07-20T19:12:53.923Z | + cargo --version |
| 117 | 2026-07-20T19:12:53.931Z | cargo 1.96.1 (356927216 2026-06-26) |
| 118 | 2026-07-20T19:12:53.935Z | + rustc --version |
| 119 | 2026-07-20T19:12:53.953Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 120 | 2026-07-20T19:12:53.956Z | + banner prerequisites |
| 121 | 2026-07-20T19:12:53.956Z | |
| 122 | 2026-07-20T19:12:53.956Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-07-20T19:12:53.956Z | # # # # # # # # # # # # # # # |
| 124 | 2026-07-20T19:12:53.956Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-07-20T19:12:53.956Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-07-20T19:12:53.956Z | # # # # # # # # # # # # # # # |
| 127 | 2026-07-20T19:12:53.956Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-07-20T19:12:53.956Z | |
| 129 | 2026-07-20T19:12:53.956Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-07-20T19:12:55.526Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-07-20T19:12:55.707Z | Startup: Caching catalogs ... Done |
| 132 | 2026-07-20T19:12:56.577Z | Planning: Solver setup ... Done (0.803s) |
| 133 | 2026-07-20T19:12:56.615Z | Planning: Running solver ... Done (0.040s) |
| 134 | 2026-07-20T19:12:56.638Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-07-20T19:12:56.648Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-07-20T19:12:56.668Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-07-20T19:12:56.679Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-07-20T19:12:56.682Z | Planning: Merging actions ... Done (0.002s) |
| 139 | 2026-07-20T19:12:56.886Z | Planning: Checking for conflicting actions ... Done (0.205s) |
| 140 | 2026-07-20T19:12:56.890Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-07-20T19:12:57.677Z | Planning: Evaluating mediators ... Done (0.790s) |
| 142 | 2026-07-20T19:12:57.680Z | Planning: Planning completed in 1.95 seconds |
| 143 | 2026-07-20T19:12:57.687Z | Packages to install: 2 |
| 144 | 2026-07-20T19:12:57.690Z | Estimated space available: 156.08 GB |
| 145 | 2026-07-20T19:12:57.690Z | Estimated space to be consumed: 45.23 MB |
| 146 | 2026-07-20T19:12:57.690Z | Create boot environment: No |
| 147 | 2026-07-20T19:12:57.690Z | Create backup boot environment: No |
| 148 | 2026-07-20T19:12:57.690Z | Rebuild boot archive: No |
| 149 | 2026-07-20T19:12:57.690Z | |
| 150 | 2026-07-20T19:12:57.690Z | Changed packages: |
| 151 | 2026-07-20T19:12:57.690Z | helios |
| 152 | 2026-07-20T19:12:57.690Z | developer/build-essential |
| 153 | 2026-07-20T19:12:57.690Z | None -> 11-3.0 |
| 154 | 2026-07-20T19:12:57.690Z | library/libxmlsec1 |
| 155 | 2026-07-20T19:12:57.690Z | None -> 1.2.35-3.0 |
| 156 | 2026-07-20T19:12:57.710Z | |
| 157 | 2026-07-20T19:12:57.714Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-07-20T19:12:57.777Z | Download: Completed 1.28 MB in 0.07 seconds (19.1M/s) |
| 159 | 2026-07-20T19:12:57.976Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-07-20T19:12:58.013Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-07-20T19:12:58.033Z | Finalize: Updating package state database ... Done (0.018s) |
| 162 | 2026-07-20T19:12:58.036Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-07-20T19:12:58.079Z | Finalize: Updating image state ... Done (0.049s) |
| 164 | 2026-07-20T19:13:00.488Z | Finalize: Creating fast lookup database ... Done (2.370s) |
| 165 | 2026-07-20T19:13:00.557Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-07-20T19:13:00.561Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-07-20T19:13:00.687Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-07-20T19:13:01.018Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-07-20T19:13:01.123Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-07-20T19:13:01.126Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-07-20T19:13:01.281Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-07-20T19:13:01.287Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-07-20T19:13:01.303Z | Mediators to change: 2 |
| 174 | 2026-07-20T19:13:01.303Z | Create boot environment: No |
| 175 | 2026-07-20T19:13:01.305Z | Create backup boot environment: No |
| 176 | 2026-07-20T19:13:01.350Z | Finalize: Updating package state database ... Done |
| 177 | 2026-07-20T19:13:01.350Z | Finalize: Updating package cache ... Done |
| 178 | 2026-07-20T19:13:01.415Z | Finalize: Updating image state ... Done |
| 179 | 2026-07-20T19:13:03.392Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-07-20T19:13:03.406Z | Finalize: Reading search index ... Done |
| 181 | 2026-07-20T19:13:03.406Z | Finalize: Updating search index ... Done |
| 182 | 2026-07-20T19:13:03.502Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-20T19:13:03.791Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-07-20T19:13:03.894Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-07-20T19:13:03.913Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-07-20T19:13:04.054Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-07-20T19:13:04.061Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-07-20T19:13:04.070Z | Mediators to change: 1 |
| 189 | 2026-07-20T19:13:04.070Z | Create boot environment: No |
| 190 | 2026-07-20T19:13:04.081Z | Create backup boot environment: No |
| 191 | 2026-07-20T19:13:04.122Z | Finalize: Updating package state database ... Done |
| 192 | 2026-07-20T19:13:04.122Z | Finalize: Updating package cache ... Done |
| 193 | 2026-07-20T19:13:04.143Z | Finalize: Updating image state ... Done |
| 194 | 2026-07-20T19:13:06.068Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-07-20T19:13:06.152Z | Finalize: Reading search index ... Done |
| 196 | 2026-07-20T19:13:06.176Z | Finalize: Updating search index ... Done |
| 197 | 2026-07-20T19:13:06.213Z | Finalize: Updating package cache ... Done |
| 198 | 2026-07-20T19:13:06.520Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-07-20T19:13:06.520Z | apache system 2.4 system |
| 200 | 2026-07-20T19:13:06.520Z | clang system 15 system |
| 201 | 2026-07-20T19:13:06.520Z | csh system system illumos |
| 202 | 2026-07-20T19:13:06.520Z | ctags system system illumos |
| 203 | 2026-07-20T19:13:06.520Z | file vendor vendor darwinsys |
| 204 | 2026-07-20T19:13:06.521Z | file system system illumos |
| 205 | 2026-07-20T19:13:06.521Z | gcc vendor 14 vendor |
| 206 | 2026-07-20T19:13:06.521Z | gcc system 13 system |
| 207 | 2026-07-20T19:13:06.521Z | gcc system 10 system |
| 208 | 2026-07-20T19:13:06.521Z | go system 1.25 system |
| 209 | 2026-07-20T19:13:06.521Z | llvm system 15 system |
| 210 | 2026-07-20T19:13:06.521Z | mariadb system 11.4 system |
| 211 | 2026-07-20T19:13:06.521Z | mta vendor vendor dma |
| 212 | 2026-07-20T19:13:06.521Z | openjdk system 17 system |
| 213 | 2026-07-20T19:13:06.521Z | openjdk system 11 system |
| 214 | 2026-07-20T19:13:06.521Z | openssl vendor 3 vendor |
| 215 | 2026-07-20T19:13:06.521Z | perl system 5.40 system |
| 216 | 2026-07-20T19:13:06.521Z | postgresql system 18 system |
| 217 | 2026-07-20T19:13:06.522Z | postgresql system 17 system |
| 218 | 2026-07-20T19:13:06.522Z | python vendor 3 vendor |
| 219 | 2026-07-20T19:13:06.522Z | python system 2 system |
| 220 | 2026-07-20T19:13:06.522Z | python3 vendor 3.13 vendor |
| 221 | 2026-07-20T19:13:06.522Z | ruby system 3.4 system |
| 222 | 2026-07-20T19:13:06.522Z | ruby system 3.0 system |
| 223 | 2026-07-20T19:13:06.522Z | words vendor vendor american-english |
| 224 | 2026-07-20T19:13:06.522Z | words system system australian-english |
| 225 | 2026-07-20T19:13:06.522Z | words system system british-english |
| 226 | 2026-07-20T19:13:06.522Z | words system system canadian-english |
| 227 | 2026-07-20T19:13:06.522Z | words system system french |
| 228 | 2026-07-20T19:13:06.522Z | words system system italian |
| 229 | 2026-07-20T19:13:06.522Z | words system system ngerman |
| 230 | 2026-07-20T19:13:06.522Z | words system system ogerman |
| 231 | 2026-07-20T19:13:06.522Z | words system system spanish |
| 232 | 2026-07-20T19:13:06.778Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-07-20T19:13:06.778Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-07-20T19:13:07.130Z | FMRI IFO |
| 235 | 2026-07-20T19:13:07.130Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-07-20T19:13:07.130Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-07-20T19:13:07.130Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-07-20T19:13:07.130Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-07-20T19:13:07.130Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-07-20T19:13:07.130Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-07-20T19:13:07.130Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-07-20T19:13:07.130Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-07-20T19:13:07.130Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-07-20T19:13:07.406Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-07-20T19:13:07.742Z | Updating crates.io index |
| 246 | 2026-07-20T19:13:07.747Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-07-20T19:13:07.951Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-07-20T19:13:08.275Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-20T19:13:09.338Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-07-20T19:13:09.876Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-07-20T19:13:11.784Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-07-20T19:13:12.801Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-07-20T19:13:13.044Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-07-20T19:13:13.370Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-07-20T19:13:14.732Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-07-20T19:13:15.039Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-07-20T19:13:15.373Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2026-07-20T19:13:15.609Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 259 | 2026-07-20T19:13:16.115Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-07-20T19:13:16.623Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-07-20T19:13:16.839Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-07-20T19:13:17.056Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-07-20T19:13:17.301Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 264 | 2026-07-20T19:13:17.618Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 265 | 2026-07-20T19:13:17.835Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 266 | 2026-07-20T19:13:18.084Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 267 | 2026-07-20T19:13:18.333Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-07-20T19:13:18.633Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 269 | 2026-07-20T19:13:18.980Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-07-20T19:13:19.210Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-07-20T19:13:19.619Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-07-20T19:13:19.870Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-07-20T19:13:20.217Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 274 | 2026-07-20T19:13:20.568Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 275 | 2026-07-20T19:13:20.782Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 276 | 2026-07-20T19:13:21.005Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 277 | 2026-07-20T19:13:21.328Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-07-20T19:13:21.671Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 279 | 2026-07-20T19:13:21.896Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 280 | 2026-07-20T19:13:22.195Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-07-20T19:13:22.444Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-07-20T19:13:22.718Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 283 | 2026-07-20T19:13:23.002Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2026-07-20T19:13:23.245Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2026-07-20T19:13:23.507Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2026-07-20T19:13:23.740Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 287 | 2026-07-20T19:13:26.374Z | Downloading crates ... |
| 288 | 2026-07-20T19:13:26.413Z | Downloaded anstream v1.0.0 |
| 289 | 2026-07-20T19:13:26.422Z | Downloaded anstyle-query v1.1.5 |
| 290 | 2026-07-20T19:13:26.425Z | Downloaded cfg-if v1.0.4 |
| 291 | 2026-07-20T19:13:26.425Z | Downloaded cargo-platform v0.3.2 |
| 292 | 2026-07-20T19:13:26.428Z | Downloaded camino-tempfile v1.4.1 |
| 293 | 2026-07-20T19:13:26.431Z | Downloaded zmij v1.0.21 |
| 294 | 2026-07-20T19:13:26.434Z | Downloaded utf8parse v0.2.2 |
| 295 | 2026-07-20T19:13:26.434Z | Downloaded strsim v0.11.1 |
| 296 | 2026-07-20T19:13:26.434Z | Downloaded macaddr v1.0.1 |
| 297 | 2026-07-20T19:13:26.443Z | Downloaded zerocopy v0.7.35 |
| 298 | 2026-07-20T19:13:26.452Z | Downloaded is_terminal_polyfill v1.70.2 |
| 299 | 2026-07-20T19:13:26.454Z | Downloaded toml_write v0.1.2 |
| 300 | 2026-07-20T19:13:26.454Z | Downloaded anstyle v1.0.14 |
| 301 | 2026-07-20T19:13:26.454Z | Downloaded serde_tokenstream v0.2.3 |
| 302 | 2026-07-20T19:13:26.457Z | Downloaded heck v0.4.1 |
| 303 | 2026-07-20T19:13:26.457Z | Downloaded equivalent v1.0.2 |
| 304 | 2026-07-20T19:13:26.457Z | Downloaded bytecount v0.6.9 |
| 305 | 2026-07-20T19:13:26.457Z | Downloaded block-buffer v0.10.4 |
| 306 | 2026-07-20T19:13:26.460Z | Downloaded bitflags v2.11.0 |
| 307 | 2026-07-20T19:13:26.466Z | Downloaded fnv v1.0.7 |
| 308 | 2026-07-20T19:13:26.471Z | Downloaded errno v0.3.14 |
| 309 | 2026-07-20T19:13:26.473Z | Downloaded colorchoice v1.0.4 |
| 310 | 2026-07-20T19:13:26.473Z | Downloaded clap_derive v4.6.1 |
| 311 | 2026-07-20T19:13:26.473Z | Downloaded semver v1.0.28 |
| 312 | 2026-07-20T19:13:26.476Z | Downloaded cargo_metadata v0.23.1 |
| 313 | 2026-07-20T19:13:26.476Z | Downloaded anstyle-parse v1.0.0 |
| 314 | 2026-07-20T19:13:26.478Z | Downloaded pest_derive v2.8.6 |
| 315 | 2026-07-20T19:13:26.482Z | Downloaded generic-array v0.14.7 |
| 316 | 2026-07-20T19:13:26.482Z | Downloaded dtrace-parser v0.2.0 |
| 317 | 2026-07-20T19:13:26.482Z | Downloaded clap_lex v1.0.0 |
| 318 | 2026-07-20T19:13:26.484Z | Downloaded heck v0.5.0 |
| 319 | 2026-07-20T19:13:26.487Z | Downloaded itoa v1.0.17 |
| 320 | 2026-07-20T19:13:26.490Z | Downloaded fastrand v2.3.0 |
| 321 | 2026-07-20T19:13:26.495Z | Downloaded dof v0.3.0 |
| 322 | 2026-07-20T19:13:26.498Z | Downloaded cpufeatures v0.2.17 |
| 323 | 2026-07-20T19:13:26.500Z | Downloaded tabled_derive v0.7.0 |
| 324 | 2026-07-20T19:13:26.500Z | Downloaded proc-macro-error-attr v1.0.4 |
| 325 | 2026-07-20T19:13:26.500Z | Downloaded thread-id v4.2.2 |
| 326 | 2026-07-20T19:13:26.500Z | Downloaded swrite v0.1.0 |
| 327 | 2026-07-20T19:13:26.506Z | Downloaded usdt v0.5.0 |
| 328 | 2026-07-20T19:13:26.511Z | Downloaded byteorder v1.5.0 |
| 329 | 2026-07-20T19:13:26.514Z | Downloaded unicode-ident v1.0.24 |
| 330 | 2026-07-20T19:13:26.516Z | Downloaded serde_derive v1.0.228 |
| 331 | 2026-07-20T19:13:26.525Z | Downloaded scroll_derive v0.12.1 |
| 332 | 2026-07-20T19:13:26.527Z | Downloaded unicode-linebreak v0.1.5 |
| 333 | 2026-07-20T19:13:26.527Z | Downloaded toml_datetime v0.6.11 |
| 334 | 2026-07-20T19:13:26.531Z | Downloaded usdt-attr-macro v0.5.0 |
| 335 | 2026-07-20T19:13:26.534Z | Downloaded pretty-hex v0.4.1 |
| 336 | 2026-07-20T19:13:26.538Z | Downloaded version_check v0.9.5 |
| 337 | 2026-07-20T19:13:26.538Z | Downloaded terminal_size v0.4.3 |
| 338 | 2026-07-20T19:13:26.538Z | Downloaded plain v0.2.3 |
| 339 | 2026-07-20T19:13:26.540Z | Downloaded serde_spanned v0.6.9 |
| 340 | 2026-07-20T19:13:26.551Z | Downloaded digest v0.10.7 |
| 341 | 2026-07-20T19:13:26.554Z | Downloaded crypto-common v0.1.7 |
| 342 | 2026-07-20T19:13:26.554Z | Downloaded thiserror v2.0.18 |
| 343 | 2026-07-20T19:13:26.557Z | Downloaded fs-err v3.3.0 |
| 344 | 2026-07-20T19:13:26.560Z | Downloaded proc-macro-error v1.0.4 |
| 345 | 2026-07-20T19:13:26.560Z | Downloaded sha2 v0.10.9 |
| 346 | 2026-07-20T19:13:26.563Z | Downloaded quote v1.0.45 |
| 347 | 2026-07-20T19:13:26.563Z | Downloaded clap v4.6.1 |
| 348 | 2026-07-20T19:13:26.567Z | Downloaded cargo_toml v0.21.0 |
| 349 | 2026-07-20T19:13:26.569Z | Downloaded autocfg v1.5.0 |
| 350 | 2026-07-20T19:13:26.569Z | Downloaded pest_meta v2.8.6 |
| 351 | 2026-07-20T19:13:26.572Z | Downloaded anyhow v1.0.102 |
| 352 | 2026-07-20T19:13:26.589Z | Downloaded usdt-macro v0.5.0 |
| 353 | 2026-07-20T19:13:26.589Z | Downloaded thiserror-impl v2.0.18 |
| 354 | 2026-07-20T19:13:26.589Z | Downloaded smawk v0.3.2 |
| 355 | 2026-07-20T19:13:26.595Z | Downloaded usdt-impl v0.5.0 |
| 356 | 2026-07-20T19:13:26.595Z | Downloaded memchr v2.8.0 |
| 357 | 2026-07-20T19:13:26.595Z | Downloaded thiserror-impl v1.0.69 |
| 358 | 2026-07-20T19:13:26.595Z | Downloaded thiserror v1.0.69 |
| 359 | 2026-07-20T19:13:26.595Z | Downloaded once_cell v1.21.3 |
| 360 | 2026-07-20T19:13:26.595Z | Downloaded memmap v0.7.0 |
| 361 | 2026-07-20T19:13:26.595Z | Downloaded camino v1.2.2 |
| 362 | 2026-07-20T19:13:26.595Z | Downloaded scroll v0.12.0 |
| 363 | 2026-07-20T19:13:26.599Z | Downloaded ucd-trie v0.1.7 |
| 364 | 2026-07-20T19:13:26.604Z | Downloaded zerocopy-derive v0.7.35 |
| 365 | 2026-07-20T19:13:26.607Z | Downloaded toml v0.8.23 |
| 366 | 2026-07-20T19:13:26.613Z | Downloaded log v0.4.29 |
| 367 | 2026-07-20T19:13:26.618Z | Downloaded getrandom v0.4.1 |
| 368 | 2026-07-20T19:13:26.621Z | Downloaded pest_generator v2.8.6 |
| 369 | 2026-07-20T19:13:26.621Z | Downloaded tempfile v3.25.0 |
| 370 | 2026-07-20T19:13:26.621Z | Downloaded proc-macro2 v1.0.106 |
| 371 | 2026-07-20T19:13:26.624Z | Downloaded papergrid v0.11.0 |
| 372 | 2026-07-20T19:13:26.627Z | Downloaded serde_core v1.0.228 |
| 373 | 2026-07-20T19:13:26.630Z | Downloaded textwrap v0.16.2 |
| 374 | 2026-07-20T19:13:26.659Z | Downloaded serde v1.0.228 |
| 375 | 2026-07-20T19:13:26.663Z | Downloaded toml_edit v0.22.27 |
| 376 | 2026-07-20T19:13:26.668Z | Downloaded clap_builder v4.6.0 |
| 377 | 2026-07-20T19:13:26.672Z | Downloaded typenum v1.20.1 |
| 378 | 2026-07-20T19:13:26.676Z | Downloaded indexmap v2.14.0 |
| 379 | 2026-07-20T19:13:26.679Z | Downloaded pest v2.8.6 |
| 380 | 2026-07-20T19:13:26.683Z | Downloaded hashbrown v0.17.0 |
| 381 | 2026-07-20T19:13:26.714Z | Downloaded serde_json v1.0.150 |
| 382 | 2026-07-20T19:13:26.728Z | Downloaded goblin v0.8.2 |
| 383 | 2026-07-20T19:13:26.741Z | Downloaded winnow v0.7.14 |
| 384 | 2026-07-20T19:13:26.756Z | Downloaded tabled v0.15.0 |
| 385 | 2026-07-20T19:13:26.762Z | Downloaded syn v1.0.109 |
| 386 | 2026-07-20T19:13:26.774Z | Downloaded unicode-width v0.2.0 |
| 387 | 2026-07-20T19:13:26.799Z | Downloaded syn v2.0.117 |
| 388 | 2026-07-20T19:13:26.800Z | Downloaded unicode-width v0.1.14 |
| 389 | 2026-07-20T19:13:26.804Z | Downloaded rustix v1.1.3 |
| 390 | 2026-07-20T19:13:26.852Z | Downloaded libc v0.2.185 |
| 391 | 2026-07-20T19:13:26.876Z | Compiling proc-macro2 v1.0.106 |
| 392 | 2026-07-20T19:13:26.876Z | Compiling unicode-ident v1.0.24 |
| 393 | 2026-07-20T19:13:26.876Z | Compiling quote v1.0.45 |
| 394 | 2026-07-20T19:13:26.888Z | Compiling serde_core v1.0.228 |
| 395 | 2026-07-20T19:13:26.888Z | Compiling libc v0.2.185 |
| 396 | 2026-07-20T19:13:26.888Z | Compiling version_check v0.9.5 |
| 397 | 2026-07-20T19:13:26.888Z | Compiling memchr v2.8.0 |
| 398 | 2026-07-20T19:13:26.888Z | Compiling serde v1.0.228 |
| 399 | 2026-07-20T19:13:27.201Z | Compiling zmij v1.0.21 |
| 400 | 2026-07-20T19:13:27.450Z | Compiling thiserror v1.0.69 |
| 401 | 2026-07-20T19:13:27.487Z | Compiling itoa v1.0.17 |
| 402 | 2026-07-20T19:13:27.670Z | Compiling ucd-trie v0.1.7 |
| 403 | 2026-07-20T19:13:27.683Z | Compiling byteorder v1.5.0 |
| 404 | 2026-07-20T19:13:27.833Z | Compiling pest v2.8.6 |
| 405 | 2026-07-20T19:13:27.933Z | Compiling rustix v1.1.3 |
| 406 | 2026-07-20T19:13:27.987Z | Compiling errno v0.3.14 |
| 407 | 2026-07-20T19:13:27.987Z | Compiling serde_json v1.0.150 |
| 408 | 2026-07-20T19:13:28.168Z | Compiling bitflags v2.11.0 |
| 409 | 2026-07-20T19:13:28.292Z | Compiling syn v2.0.117 |
| 410 | 2026-07-20T19:13:28.375Z | Compiling thread-id v4.2.2 |
| 411 | 2026-07-20T19:13:28.407Z | Compiling proc-macro-error-attr v1.0.4 |
| 412 | 2026-07-20T19:13:28.471Z | Compiling usdt-impl v0.5.0 |
| 413 | 2026-07-20T19:13:28.600Z | Compiling syn v1.0.109 |
| 414 | 2026-07-20T19:13:28.618Z | Compiling camino v1.2.2 |
| 415 | 2026-07-20T19:13:28.845Z | Compiling proc-macro-error v1.0.4 |
| 416 | 2026-07-20T19:13:28.930Z | Compiling pest_meta v2.8.6 |
| 417 | 2026-07-20T19:13:29.049Z | Compiling getrandom v0.4.1 |
| 418 | 2026-07-20T19:13:29.064Z | Compiling hashbrown v0.17.0 |
| 419 | 2026-07-20T19:13:29.095Z | Compiling log v0.4.29 |
| 420 | 2026-07-20T19:13:29.401Z | Compiling plain v0.2.3 |
| 421 | 2026-07-20T19:13:29.422Z | Compiling equivalent v1.0.2 |
| 422 | 2026-07-20T19:13:29.516Z | Compiling utf8parse v0.2.2 |
| 423 | 2026-07-20T19:13:29.557Z | Compiling indexmap v2.14.0 |
| 424 | 2026-07-20T19:13:29.633Z | Compiling anstyle-parse v1.0.0 |
| 425 | 2026-07-20T19:13:29.654Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-07-20T19:13:30.184Z | Compiling winnow v0.7.14 |
| 427 | 2026-07-20T19:13:30.307Z | Compiling anstyle-query v1.1.5 |
| 428 | 2026-07-20T19:13:30.326Z | Compiling colorchoice v1.0.4 |
| 429 | 2026-07-20T19:13:30.344Z | Compiling thiserror v2.0.18 |
| 430 | 2026-07-20T19:13:30.423Z | Compiling pretty-hex v0.4.1 |
| 431 | 2026-07-20T19:13:30.445Z | Compiling is_terminal_polyfill v1.70.2 |
| 432 | 2026-07-20T19:13:30.544Z | Compiling pest_generator v2.8.6 |
| 433 | 2026-07-20T19:13:30.547Z | Compiling autocfg v1.5.0 |
| 434 | 2026-07-20T19:13:30.578Z | Compiling toml_write v0.1.2 |
| 435 | 2026-07-20T19:13:30.624Z | Compiling cfg-if v1.0.4 |
| 436 | 2026-07-20T19:13:30.693Z | Compiling anstyle v1.0.14 |
| 437 | 2026-07-20T19:13:30.914Z | Compiling anstream v1.0.0 |
| 438 | 2026-07-20T19:13:30.992Z | Compiling fs-err v3.3.0 |
| 439 | 2026-07-20T19:13:31.067Z | Compiling unicode-width v0.1.14 |
| 440 | 2026-07-20T19:13:31.235Z | Compiling anyhow v1.0.102 |
| 441 | 2026-07-20T19:13:31.273Z | Compiling strsim v0.11.1 |
| 442 | 2026-07-20T19:13:31.290Z | Compiling heck v0.4.1 |
| 443 | 2026-07-20T19:13:31.294Z | Compiling clap_lex v1.0.0 |
| 444 | 2026-07-20T19:13:31.419Z | Compiling fnv v1.0.7 |
| 445 | 2026-07-20T19:13:31.537Z | Compiling fastrand v2.3.0 |
| 446 | 2026-07-20T19:13:31.559Z | Compiling bytecount v0.6.9 |
| 447 | 2026-07-20T19:13:31.583Z | Compiling once_cell v1.21.3 |
| 448 | 2026-07-20T19:13:31.593Z | Compiling heck v0.5.0 |
| 449 | 2026-07-20T19:13:31.699Z | Compiling papergrid v0.11.0 |
| 450 | 2026-07-20T19:13:31.762Z | Compiling tempfile v3.25.0 |
| 451 | 2026-07-20T19:13:31.799Z | Compiling clap_builder v4.6.0 |
| 452 | 2026-07-20T19:13:31.833Z | Compiling cargo-platform v0.3.2 |
| 453 | 2026-07-20T19:13:31.854Z | Compiling semver v1.0.28 |
| 454 | 2026-07-20T19:13:31.889Z | Compiling tabled_derive v0.7.0 |
| 455 | 2026-07-20T19:13:31.914Z | Compiling memmap v0.7.0 |
| 456 | 2026-07-20T19:13:32.107Z | Compiling unicode-width v0.2.0 |
| 457 | 2026-07-20T19:13:32.125Z | Compiling unicode-linebreak v0.1.5 |
| 458 | 2026-07-20T19:13:32.145Z | Compiling smawk v0.3.2 |
| 459 | 2026-07-20T19:13:32.175Z | Compiling camino-tempfile v1.4.1 |
| 460 | 2026-07-20T19:13:32.262Z | Compiling serde_derive v1.0.228 |
| 461 | 2026-07-20T19:13:32.291Z | Compiling thiserror-impl v1.0.69 |
| 462 | 2026-07-20T19:13:32.370Z | Compiling zerocopy-derive v0.7.35 |
| 463 | 2026-07-20T19:13:32.388Z | Compiling pest_derive v2.8.6 |
| 464 | 2026-07-20T19:13:32.409Z | Compiling scroll_derive v0.12.1 |
| 465 | 2026-07-20T19:13:32.826Z | Compiling thiserror-impl v2.0.18 |
| 466 | 2026-07-20T19:13:32.851Z | Compiling clap_derive v4.6.1 |
| 467 | 2026-07-20T19:13:33.103Z | Compiling scroll v0.12.0 |
| 468 | 2026-07-20T19:13:33.141Z | Compiling tabled v0.15.0 |
| 469 | 2026-07-20T19:13:33.269Z | Compiling zerocopy v0.7.35 |
| 470 | 2026-07-20T19:13:33.370Z | Compiling goblin v0.8.2 |
| 471 | 2026-07-20T19:13:33.688Z | Compiling dtrace-parser v0.2.0 |
| 472 | 2026-07-20T19:13:33.832Z | Compiling textwrap v0.16.2 |
| 473 | 2026-07-20T19:13:34.439Z | Compiling swrite v0.1.0 |
| 474 | 2026-07-20T19:13:34.649Z | Compiling clap v4.6.1 |
| 475 | 2026-07-20T19:13:35.503Z | Compiling dof v0.3.0 |
| 476 | 2026-07-20T19:13:35.503Z | Compiling serde_tokenstream v0.2.3 |
| 477 | 2026-07-20T19:13:35.545Z | Compiling toml_datetime v0.6.11 |
| 478 | 2026-07-20T19:13:35.546Z | Compiling serde_spanned v0.6.9 |
| 479 | 2026-07-20T19:13:35.546Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-07-20T19:13:35.629Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-07-20T19:13:35.689Z | Compiling macaddr v1.0.1 |
| 482 | 2026-07-20T19:13:35.830Z | Compiling toml_edit v0.22.27 |
| 483 | 2026-07-20T19:13:36.303Z | Compiling usdt-macro v0.5.0 |
| 484 | 2026-07-20T19:13:36.323Z | Compiling usdt-attr-macro v0.5.0 |
| 485 | 2026-07-20T19:13:36.907Z | Compiling usdt v0.5.0 |
| 486 | 2026-07-20T19:13:37.153Z | Compiling toml v0.8.23 |
| 487 | 2026-07-20T19:13:37.488Z | Compiling cargo_toml v0.21.0 |
| 488 | 2026-07-20T19:13:38.745Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 489 | 2026-07-20T19:13:40.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.47s |
| 490 | 2026-07-20T19:13:40.945Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 491 | 2026-07-20T19:13:41.452Z | Downloading crates ... |
| 492 | 2026-07-20T19:13:41.540Z | Downloaded adler2 v2.0.1 |
| 493 | 2026-07-20T19:13:41.548Z | Downloaded bitfield-macros v0.19.4 |
| 494 | 2026-07-20T19:13:41.551Z | Downloaded bitfield v0.19.4 |
| 495 | 2026-07-20T19:13:41.553Z | Downloaded bit-set v0.5.3 |
| 496 | 2026-07-20T19:13:41.557Z | Downloaded anstream v0.6.21 |
| 497 | 2026-07-20T19:13:41.559Z | Downloaded async-stream-impl v0.3.6 |
| 498 | 2026-07-20T19:13:41.564Z | Downloaded async-stream v0.3.6 |
| 499 | 2026-07-20T19:13:41.572Z | Downloaded async-recursion v1.1.1 |
| 500 | 2026-07-20T19:13:41.572Z | Downloaded base16ct v1.0.0 |
| 501 | 2026-07-20T19:13:41.576Z | Downloaded arrayref v0.3.9 |
| 502 | 2026-07-20T19:13:41.577Z | Downloaded ascii-canvas v3.0.0 |
| 503 | 2026-07-20T19:13:41.577Z | Downloaded atomicwrites v0.4.4 |
| 504 | 2026-07-20T19:13:41.577Z | Downloaded array-init v0.0.4 |
| 505 | 2026-07-20T19:13:41.577Z | Downloaded assert_matches v1.5.0 |
| 506 | 2026-07-20T19:13:41.577Z | Downloaded crucible-workspace-hack v0.1.0 |
| 507 | 2026-07-20T19:13:41.577Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 508 | 2026-07-20T19:13:41.583Z | Downloaded cookie_store v0.22.1 |
| 509 | 2026-07-20T19:13:41.583Z | Downloaded base16ct v0.2.0 |
| 510 | 2026-07-20T19:13:41.583Z | Downloaded arrayvec v0.7.6 |
| 511 | 2026-07-20T19:13:41.587Z | Downloaded crossbeam-deque v0.8.6 |
| 512 | 2026-07-20T19:13:41.587Z | Downloaded allocator-api2 v0.2.21 |
| 513 | 2026-07-20T19:13:41.587Z | Downloaded darling_core v0.13.4 |
| 514 | 2026-07-20T19:13:41.592Z | Downloaded darling_macro v0.13.4 |
| 515 | 2026-07-20T19:13:41.592Z | Downloaded data-encoding v2.10.0 |
| 516 | 2026-07-20T19:13:41.595Z | Downloaded bitfield-struct v0.6.2 |
| 517 | 2026-07-20T19:13:41.595Z | Downloaded atty v0.2.14 |
| 518 | 2026-07-20T19:13:41.596Z | Downloaded digest v0.11.3 |
| 519 | 2026-07-20T19:13:41.601Z | Downloaded backoff v0.4.0 |
| 520 | 2026-07-20T19:13:41.601Z | Downloaded bitflags v1.3.2 |
| 521 | 2026-07-20T19:13:41.605Z | Downloaded ahash v0.8.12 |
| 522 | 2026-07-20T19:13:41.605Z | Downloaded convert_case v0.4.0 |
| 523 | 2026-07-20T19:13:41.605Z | Downloaded crc8 v0.1.1 |
| 524 | 2026-07-20T19:13:41.612Z | Downloaded atomic-waker v1.1.2 |
| 525 | 2026-07-20T19:13:41.612Z | Downloaded async-trait v0.1.89 |
| 526 | 2026-07-20T19:13:41.612Z | Downloaded castaway v0.2.4 |
| 527 | 2026-07-20T19:13:41.662Z | Downloaded cstr-argument v0.1.2 |
| 528 | 2026-07-20T19:13:41.662Z | Downloaded crypto-common v0.2.2 |
| 529 | 2026-07-20T19:13:41.662Z | Downloaded bit-set v0.8.0 |
| 530 | 2026-07-20T19:13:41.662Z | Downloaded bcs v0.1.6 |
| 531 | 2026-07-20T19:13:41.690Z | Downloaded debug-ignore v1.0.5 |
| 532 | 2026-07-20T19:13:41.690Z | Downloaded corncobs v0.1.4 |
| 533 | 2026-07-20T19:13:41.690Z | Downloaded cpubits v0.1.1 |
| 534 | 2026-07-20T19:13:41.690Z | Downloaded darling_macro v0.20.11 |
| 535 | 2026-07-20T19:13:41.691Z | Downloaded bit-vec v0.6.3 |
| 536 | 2026-07-20T19:13:41.691Z | Downloaded anstyle-parse v0.2.7 |
| 537 | 2026-07-20T19:13:41.691Z | Downloaded compression-core v0.4.31 |
| 538 | 2026-07-20T19:13:41.691Z | Downloaded aead v0.6.1 |
| 539 | 2026-07-20T19:13:41.691Z | Downloaded darling v0.13.4 |
| 540 | 2026-07-20T19:13:41.691Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 541 | 2026-07-20T19:13:41.691Z | Downloaded ciborium-io v0.2.2 |
| 542 | 2026-07-20T19:13:41.691Z | Downloaded bb8 v0.8.6 |
| 543 | 2026-07-20T19:13:41.691Z | Downloaded aead v0.5.2 |
| 544 | 2026-07-20T19:13:41.691Z | Downloaded cfg_aliases v0.2.1 |
| 545 | 2026-07-20T19:13:41.691Z | Downloaded argon2 v0.6.0-rc.8 |
| 546 | 2026-07-20T19:13:41.691Z | Downloaded defmt v0.3.100 |
| 547 | 2026-07-20T19:13:41.691Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 548 | 2026-07-20T19:13:41.691Z | Downloaded crc-catalog v2.4.0 |
| 549 | 2026-07-20T19:13:41.691Z | Downloaded backon v1.6.0 |
| 550 | 2026-07-20T19:13:41.691Z | Downloaded darling_macro v0.21.3 |
| 551 | 2026-07-20T19:13:41.691Z | Downloaded crc32fast v1.5.0 |
| 552 | 2026-07-20T19:13:41.691Z | Downloaded crossterm v0.28.1 |
| 553 | 2026-07-20T19:13:41.691Z | Downloaded darling v0.21.3 |
| 554 | 2026-07-20T19:13:41.691Z | Downloaded darling_core v0.20.11 |
| 555 | 2026-07-20T19:13:41.691Z | Downloaded block-padding v0.4.2 |
| 556 | 2026-07-20T19:13:41.691Z | Downloaded critical-section v1.2.0 |
| 557 | 2026-07-20T19:13:41.691Z | Downloaded cexpr v0.6.0 |
| 558 | 2026-07-20T19:13:41.691Z | Downloaded document-features v0.2.12 |
| 559 | 2026-07-20T19:13:41.691Z | Downloaded darling_macro v0.23.0 |
| 560 | 2026-07-20T19:13:41.691Z | Downloaded derive_builder_macro v0.20.2 |
| 561 | 2026-07-20T19:13:41.691Z | Downloaded argon2 v0.5.3 |
| 562 | 2026-07-20T19:13:41.691Z | Downloaded cfg_aliases v0.1.1 |
| 563 | 2026-07-20T19:13:41.691Z | Downloaded cobs v0.3.0 |
| 564 | 2026-07-20T19:13:41.711Z | Downloaded enum-as-inner v0.6.1 |
| 565 | 2026-07-20T19:13:41.711Z | Downloaded difflib v0.4.0 |
| 566 | 2026-07-20T19:13:41.711Z | Downloaded dirs-sys-next v0.1.2 |
| 567 | 2026-07-20T19:13:41.711Z | Downloaded defmt-parser v1.0.0 |
| 568 | 2026-07-20T19:13:41.711Z | Downloaded downcast-rs v2.0.2 |
| 569 | 2026-07-20T19:13:41.711Z | Downloaded endian-type v0.1.2 |
| 570 | 2026-07-20T19:13:41.711Z | Downloaded cpufeatures v0.3.0 |
| 571 | 2026-07-20T19:13:41.711Z | Downloaded crunchy v0.2.4 |
| 572 | 2026-07-20T19:13:41.711Z | Downloaded env_filter v1.0.0 |
| 573 | 2026-07-20T19:13:41.711Z | Downloaded block-buffer v0.12.1 |
| 574 | 2026-07-20T19:13:41.711Z | Downloaded dunce v1.0.5 |
| 575 | 2026-07-20T19:13:41.711Z | Downloaded digest-io v0.1.0 |
| 576 | 2026-07-20T19:13:41.711Z | Downloaded ciborium-ll v0.2.2 |
| 577 | 2026-07-20T19:13:41.712Z | Downloaded fd-lock v4.0.4 |
| 578 | 2026-07-20T19:13:41.712Z | Downloaded fixedbitset v0.4.2 |
| 579 | 2026-07-20T19:13:41.712Z | Downloaded dirs-next v2.0.0 |
| 580 | 2026-07-20T19:13:41.712Z | Downloaded byte-wrapper v0.1.0 |
| 581 | 2026-07-20T19:13:41.712Z | Downloaded ctutils v0.4.2 |
| 582 | 2026-07-20T19:13:41.712Z | Downloaded crc v3.4.0 |
| 583 | 2026-07-20T19:13:41.713Z | Downloaded csv-core v0.1.13 |
| 584 | 2026-07-20T19:13:41.713Z | Downloaded cmov v0.5.4 |
| 585 | 2026-07-20T19:13:41.713Z | Downloaded chacha20 v0.9.1 |
| 586 | 2026-07-20T19:13:41.713Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 587 | 2026-07-20T19:13:41.713Z | Downloaded dsl_auto_type v0.2.0 |
| 588 | 2026-07-20T19:13:41.713Z | Downloaded cassowary v0.3.0 |
| 589 | 2026-07-20T19:13:41.713Z | Downloaded camino-tempfile-ext v0.3.3 |
| 590 | 2026-07-20T19:13:41.722Z | Downloaded dyn-clone v1.0.20 |
| 591 | 2026-07-20T19:13:41.722Z | Downloaded compression-codecs v0.4.37 |
| 592 | 2026-07-20T19:13:41.722Z | Downloaded bit-vec v0.8.0 |
| 593 | 2026-07-20T19:13:41.722Z | Downloaded blake2 v0.10.6 |
| 594 | 2026-07-20T19:13:41.722Z | Downloaded float-cmp v0.10.0 |
| 595 | 2026-07-20T19:13:41.723Z | Downloaded foreign-types-macros v0.2.3 |
| 596 | 2026-07-20T19:13:41.723Z | Downloaded foreign-types v0.5.0 |
| 597 | 2026-07-20T19:13:41.723Z | Downloaded foreign-types v0.3.2 |
| 598 | 2026-07-20T19:13:41.723Z | Downloaded float-ord v0.3.2 |
| 599 | 2026-07-20T19:13:41.723Z | Downloaded foreign-types-shared v0.1.1 |
| 600 | 2026-07-20T19:13:41.723Z | Downloaded cookie v0.18.1 |
| 601 | 2026-07-20T19:13:41.723Z | Downloaded daft-derive v0.1.7 |
| 602 | 2026-07-20T19:13:41.723Z | Downloaded darling v0.20.11 |
| 603 | 2026-07-20T19:13:41.723Z | Downloaded flagset v0.4.7 |
| 604 | 2026-07-20T19:13:41.731Z | Downloaded embedded-io v0.6.1 |
| 605 | 2026-07-20T19:13:41.731Z | Downloaded convert_case v0.10.0 |
| 606 | 2026-07-20T19:13:41.731Z | Downloaded defmt-macros v1.0.1 |
| 607 | 2026-07-20T19:13:41.731Z | Downloaded funty v2.0.0 |
| 608 | 2026-07-20T19:13:41.731Z | Downloaded darling v0.23.0 |
| 609 | 2026-07-20T19:13:41.731Z | Downloaded ghash v0.6.0 |
| 610 | 2026-07-20T19:13:41.735Z | Downloaded futures-task v0.3.32 |
| 611 | 2026-07-20T19:13:41.736Z | Downloaded base64ct v1.8.3 |
| 612 | 2026-07-20T19:13:41.736Z | Downloaded futures-sink v0.3.32 |
| 613 | 2026-07-20T19:13:41.736Z | Downloaded futures-macro v0.3.32 |
| 614 | 2026-07-20T19:13:41.736Z | Downloaded form_urlencoded v1.2.2 |
| 615 | 2026-07-20T19:13:41.736Z | Downloaded cmake v0.1.57 |
| 616 | 2026-07-20T19:13:41.736Z | Downloaded diesel-dtrace v0.5.0 |
| 617 | 2026-07-20T19:13:41.742Z | Downloaded dof v0.4.0 |
| 618 | 2026-07-20T19:13:41.742Z | Downloaded defmt v1.0.1 |
| 619 | 2026-07-20T19:13:41.742Z | Downloaded delegate v0.13.5 |
| 620 | 2026-07-20T19:13:41.749Z | Downloaded daft v0.1.7 |
| 621 | 2026-07-20T19:13:41.749Z | Downloaded constant_time_eq v0.4.2 |
| 622 | 2026-07-20T19:13:41.749Z | Downloaded ecdsa v0.16.9 |
| 623 | 2026-07-20T19:13:41.749Z | Downloaded derive_builder_core v0.20.2 |
| 624 | 2026-07-20T19:13:41.760Z | Downloaded deranged v0.5.8 |
| 625 | 2026-07-20T19:13:41.760Z | Downloaded env_logger v0.11.9 |
| 626 | 2026-07-20T19:13:41.760Z | Downloaded git-stub v1.0.0 |
| 627 | 2026-07-20T19:13:41.760Z | Downloaded enum_dispatch v0.3.13 |
| 628 | 2026-07-20T19:13:41.768Z | Downloaded cbc v0.2.1 |
| 629 | 2026-07-20T19:13:41.769Z | Downloaded async-bb8-diesel v0.2.1 |
| 630 | 2026-07-20T19:13:41.769Z | Downloaded filetime v0.2.27 |
| 631 | 2026-07-20T19:13:41.769Z | Downloaded ff v0.14.0 |
| 632 | 2026-07-20T19:13:41.769Z | Downloaded embedded-io v0.4.0 |
| 633 | 2026-07-20T19:13:41.769Z | Downloaded fallible-iterator v0.2.0 |
| 634 | 2026-07-20T19:13:41.769Z | Downloaded ed25519 v3.0.0 |
| 635 | 2026-07-20T19:13:41.769Z | Downloaded chacha20 v0.10.0 |
| 636 | 2026-07-20T19:13:41.772Z | Downloaded arc-swap v1.8.2 |
| 637 | 2026-07-20T19:13:41.772Z | Downloaded headers-core v0.3.0 |
| 638 | 2026-07-20T19:13:41.772Z | Downloaded hash32 v0.3.1 |
| 639 | 2026-07-20T19:13:41.772Z | Downloaded hash32 v0.2.1 |
| 640 | 2026-07-20T19:13:41.772Z | Downloaded home v0.5.12 |
| 641 | 2026-07-20T19:13:41.772Z | Downloaded hex-literal v1.1.0 |
| 642 | 2026-07-20T19:13:41.772Z | Downloaded base64 v0.21.7 |
| 643 | 2026-07-20T19:13:41.778Z | Downloaded foldhash v0.2.0 |
| 644 | 2026-07-20T19:13:41.784Z | Downloaded futures-executor v0.3.32 |
| 645 | 2026-07-20T19:13:41.784Z | Downloaded console v0.16.2 |
| 646 | 2026-07-20T19:13:41.784Z | Downloaded clang-sys v1.8.1 |
| 647 | 2026-07-20T19:13:41.784Z | Downloaded ff v0.13.1 |
| 648 | 2026-07-20T19:13:41.789Z | Downloaded either v1.15.0 |
| 649 | 2026-07-20T19:13:41.789Z | Downloaded hubpack_derive v0.1.1 |
| 650 | 2026-07-20T19:13:41.789Z | Downloaded http-range v0.1.5 |
| 651 | 2026-07-20T19:13:41.789Z | Downloaded http-body v1.0.1 |
| 652 | 2026-07-20T19:13:41.789Z | Downloaded hubpack v0.1.2 |
| 653 | 2026-07-20T19:13:41.789Z | Downloaded httpdate v1.0.3 |
| 654 | 2026-07-20T19:13:41.797Z | Downloaded hex v0.4.3 |
| 655 | 2026-07-20T19:13:41.797Z | Downloaded fixedbitset v0.5.7 |
| 656 | 2026-07-20T19:13:41.797Z | Downloaded dtrace-parser v0.3.0 |
| 657 | 2026-07-20T19:13:41.797Z | Downloaded hostname v0.4.2 |
| 658 | 2026-07-20T19:13:41.803Z | Downloaded hostname v0.3.1 |
| 659 | 2026-07-20T19:13:41.803Z | Downloaded console v0.15.11 |
| 660 | 2026-07-20T19:13:41.803Z | Downloaded colored v2.2.0 |
| 661 | 2026-07-20T19:13:41.803Z | Downloaded foldhash v0.1.5 |
| 662 | 2026-07-20T19:13:41.803Z | Downloaded displaydoc v0.2.5 |
| 663 | 2026-07-20T19:13:41.812Z | Downloaded gethostname v0.5.0 |
| 664 | 2026-07-20T19:13:41.812Z | Downloaded fs_extra v1.3.0 |
| 665 | 2026-07-20T19:13:41.812Z | Downloaded ena v0.14.4 |
| 666 | 2026-07-20T19:13:41.812Z | Downloaded git-stub-vcs v0.1.0 |
| 667 | 2026-07-20T19:13:41.812Z | Downloaded erased-serde v0.3.31 |
| 668 | 2026-07-20T19:13:41.823Z | Downloaded der_derive v0.7.3 |
| 669 | 2026-07-20T19:13:41.823Z | Downloaded hyper-tls v0.6.0 |
| 670 | 2026-07-20T19:13:41.823Z | Downloaded const_format_proc_macros v0.2.34 |
| 671 | 2026-07-20T19:13:41.824Z | Downloaded colored v3.1.1 |
| 672 | 2026-07-20T19:13:41.824Z | Downloaded const-oid v0.9.6 |
| 673 | 2026-07-20T19:13:41.824Z | Downloaded ciborium v0.2.2 |
| 674 | 2026-07-20T19:13:41.827Z | Downloaded ed25519 v2.2.3 |
| 675 | 2026-07-20T19:13:41.827Z | Downloaded crossbeam-epoch v0.9.18 |
| 676 | 2026-07-20T19:13:41.828Z | Downloaded indent_write v2.2.0 |
| 677 | 2026-07-20T19:13:41.828Z | Downloaded idna_adapter v1.2.1 |
| 678 | 2026-07-20T19:13:41.828Z | Downloaded ident_case v1.0.1 |
| 679 | 2026-07-20T19:13:41.828Z | Downloaded bzip2 v0.6.1 |
| 680 | 2026-07-20T19:13:41.828Z | Downloaded bzip2 v0.4.4 |
| 681 | 2026-07-20T19:13:41.828Z | Downloaded glob v0.3.3 |
| 682 | 2026-07-20T19:13:41.828Z | Downloaded blowfish v0.10.0 |
| 683 | 2026-07-20T19:13:41.828Z | Downloaded find-msvc-tools v0.1.9 |
| 684 | 2026-07-20T19:13:41.842Z | Downloaded cancel-safe-futures v0.1.5 |
| 685 | 2026-07-20T19:13:41.842Z | Downloaded derive-ex v0.1.8 |
| 686 | 2026-07-20T19:13:41.842Z | Downloaded cipher v0.4.4 |
| 687 | 2026-07-20T19:13:41.847Z | Downloaded group v0.14.0 |
| 688 | 2026-07-20T19:13:41.847Z | Downloaded group v0.13.0 |
| 689 | 2026-07-20T19:13:41.847Z | Downloaded keccak v0.1.6 |
| 690 | 2026-07-20T19:13:41.847Z | Downloaded diff v0.1.13 |
| 691 | 2026-07-20T19:13:41.847Z | Downloaded const-oid v0.10.2 |
| 692 | 2026-07-20T19:13:41.848Z | Downloaded is-terminal v0.4.17 |
| 693 | 2026-07-20T19:13:41.848Z | Downloaded internet-checksum v0.2.1 |
| 694 | 2026-07-20T19:13:41.848Z | Downloaded http-body-util v0.1.3 |
| 695 | 2026-07-20T19:13:41.848Z | Downloaded indoc v1.0.9 |
| 696 | 2026-07-20T19:13:41.848Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 697 | 2026-07-20T19:13:41.848Z | Downloaded illumos-nvpair v0.3.0 |
| 698 | 2026-07-20T19:13:41.848Z | Downloaded hyper-staticfile v0.10.1 |
| 699 | 2026-07-20T19:13:41.856Z | Downloaded fs-err v2.11.0 |
| 700 | 2026-07-20T19:13:41.856Z | Downloaded kstat-rs v0.2.4 |
| 701 | 2026-07-20T19:13:41.856Z | Downloaded highway v1.3.0 |
| 702 | 2026-07-20T19:13:41.856Z | Downloaded crc-any v2.5.0 |
| 703 | 2026-07-20T19:13:41.856Z | Downloaded kem v0.3.0 |
| 704 | 2026-07-20T19:13:41.868Z | Downloaded derive_builder v0.20.2 |
| 705 | 2026-07-20T19:13:41.868Z | Downloaded des v0.9.0 |
| 706 | 2026-07-20T19:13:41.868Z | Downloaded foreign-types-shared v0.3.1 |
| 707 | 2026-07-20T19:13:41.868Z | Downloaded fxhash v0.2.1 |
| 708 | 2026-07-20T19:13:41.868Z | Downloaded futures-io v0.3.32 |
| 709 | 2026-07-20T19:13:41.868Z | Downloaded futures-core v0.3.32 |
| 710 | 2026-07-20T19:13:41.880Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 711 | 2026-07-20T19:13:41.880Z | Downloaded fatfs v0.3.6 |
| 712 | 2026-07-20T19:13:41.880Z | Downloaded globwalk v0.9.1 |
| 713 | 2026-07-20T19:13:41.880Z | Downloaded display-error-chain v0.2.2 |
| 714 | 2026-07-20T19:13:41.880Z | Downloaded inout v0.2.2 |
| 715 | 2026-07-20T19:13:41.880Z | Downloaded ctr v0.10.1 |
| 716 | 2026-07-20T19:13:41.880Z | Downloaded instability v0.3.11 |
| 717 | 2026-07-20T19:13:41.880Z | Downloaded cipher v0.5.2 |
| 718 | 2026-07-20T19:13:41.880Z | Downloaded darling_core v0.21.3 |
| 719 | 2026-07-20T19:13:41.884Z | Downloaded base64 v0.22.1 |
| 720 | 2026-07-20T19:13:41.884Z | Downloaded futures-channel v0.3.32 |
| 721 | 2026-07-20T19:13:41.884Z | Downloaded blake2 v0.11.0-rc.6 |
| 722 | 2026-07-20T19:13:41.884Z | Downloaded humantime v2.3.0 |
| 723 | 2026-07-20T19:13:41.884Z | Downloaded buf-list v1.1.2 |
| 724 | 2026-07-20T19:13:41.884Z | Downloaded linked-hash-map v0.5.6 |
| 725 | 2026-07-20T19:13:41.884Z | Downloaded libscf-sys v1.1.0 |
| 726 | 2026-07-20T19:13:41.884Z | Downloaded bs58 v0.5.1 |
| 727 | 2026-07-20T19:13:41.895Z | Downloaded managed v0.8.0 |
| 728 | 2026-07-20T19:13:41.895Z | Downloaded md5 v0.8.0 |
| 729 | 2026-07-20T19:13:41.895Z | Downloaded inout v0.1.4 |
| 730 | 2026-07-20T19:13:41.895Z | Downloaded lzss v0.8.2 |
| 731 | 2026-07-20T19:13:41.895Z | Downloaded instant v0.1.13 |
| 732 | 2026-07-20T19:13:41.902Z | Downloaded lru-cache v0.1.2 |
| 733 | 2026-07-20T19:13:41.902Z | Downloaded memoffset v0.9.1 |
| 734 | 2026-07-20T19:13:41.902Z | Downloaded drift v0.2.0 |
| 735 | 2026-07-20T19:13:41.902Z | Downloaded mime v0.3.17 |
| 736 | 2026-07-20T19:13:41.909Z | Downloaded globset v0.4.18 |
| 737 | 2026-07-20T19:13:41.909Z | Downloaded md-5 v0.10.6 |
| 738 | 2026-07-20T19:13:41.909Z | Downloaded is_ci v1.2.0 |
| 739 | 2026-07-20T19:13:41.909Z | Downloaded lru-slab v0.1.2 |
| 740 | 2026-07-20T19:13:41.919Z | Downloaded indoc v2.0.7 |
| 741 | 2026-07-20T19:13:41.919Z | Downloaded lalrpop-util v0.19.12 |
| 742 | 2026-07-20T19:13:41.919Z | Downloaded darling_core v0.23.0 |
| 743 | 2026-07-20T19:13:41.924Z | Downloaded multimap v0.10.1 |
| 744 | 2026-07-20T19:13:41.924Z | Downloaded getrandom v0.3.4 |
| 745 | 2026-07-20T19:13:41.925Z | Downloaded getrandom v0.2.17 |
| 746 | 2026-07-20T19:13:41.925Z | Downloaded maybe-uninit v2.0.0 |
| 747 | 2026-07-20T19:13:41.925Z | Downloaded match_cfg v0.1.0 |
| 748 | 2026-07-20T19:13:41.925Z | Downloaded maplit v1.0.2 |
| 749 | 2026-07-20T19:13:41.925Z | Downloaded jobserver v0.1.34 |
| 750 | 2026-07-20T19:13:41.925Z | Downloaded newtype_derive v0.1.6 |
| 751 | 2026-07-20T19:13:41.933Z | Downloaded keccak v0.2.0 |
| 752 | 2026-07-20T19:13:41.933Z | Downloaded compact_str v0.8.1 |
| 753 | 2026-07-20T19:13:41.933Z | Downloaded crypto-bigint v0.5.5 |
| 754 | 2026-07-20T19:13:41.942Z | Downloaded chacha20poly1305 v0.10.1 |
| 755 | 2026-07-20T19:13:41.943Z | Downloaded ar_archive_writer v0.5.1 |
| 756 | 2026-07-20T19:13:41.943Z | Downloaded dropshot_endpoint v0.17.1 |
| 757 | 2026-07-20T19:13:41.943Z | Downloaded bytes v1.11.1 |
| 758 | 2026-07-20T19:13:41.948Z | Downloaded lazy_static v1.5.0 |
| 759 | 2026-07-20T19:13:41.948Z | Downloaded ingot v0.1.1 |
| 760 | 2026-07-20T19:13:41.948Z | Downloaded hmac v0.13.0 |
| 761 | 2026-07-20T19:13:41.948Z | Downloaded hmac v0.12.1 |
| 762 | 2026-07-20T19:13:41.948Z | Downloaded num-derive v0.3.3 |
| 763 | 2026-07-20T19:13:41.948Z | Downloaded nibble_vec v0.1.0 |
| 764 | 2026-07-20T19:13:41.948Z | Downloaded num-iter v0.1.45 |
| 765 | 2026-07-20T19:13:41.948Z | Downloaded newline-converter v0.3.0 |
| 766 | 2026-07-20T19:13:41.959Z | Downloaded generic-array v1.4.3 |
| 767 | 2026-07-20T19:13:41.960Z | Downloaded new_debug_unreachable v1.0.6 |
| 768 | 2026-07-20T19:13:41.960Z | Downloaded num-conv v0.2.0 |
| 769 | 2026-07-20T19:13:41.960Z | Downloaded newtype-uuid-macros v0.1.0 |
| 770 | 2026-07-20T19:13:41.960Z | Downloaded hybrid-array v0.4.13 |
| 771 | 2026-07-20T19:13:41.968Z | Downloaded ipnetwork v0.21.1 |
| 772 | 2026-07-20T19:13:41.968Z | Downloaded bumpalo v3.20.2 |
| 773 | 2026-07-20T19:13:41.968Z | Downloaded linear-map v1.2.0 |
| 774 | 2026-07-20T19:13:41.968Z | Downloaded httparse v1.10.1 |
| 775 | 2026-07-20T19:13:41.968Z | Downloaded lru v0.12.5 |
| 776 | 2026-07-20T19:13:41.968Z | Downloaded lock_api v0.4.14 |
| 777 | 2026-07-20T19:13:41.968Z | Downloaded num_enum_derive v0.5.11 |
| 778 | 2026-07-20T19:13:41.968Z | Downloaded hyper-rustls v0.27.7 |
| 779 | 2026-07-20T19:13:41.969Z | Downloaded elliptic-curve v0.13.8 |
| 780 | 2026-07-20T19:13:41.974Z | Downloaded half v1.8.3 |
| 781 | 2026-07-20T19:13:41.975Z | Downloaded ecdsa v0.17.0-rc.18 |
| 782 | 2026-07-20T19:13:41.975Z | Downloaded half v2.7.1 |
| 783 | 2026-07-20T19:13:41.975Z | Downloaded num v0.4.3 |
| 784 | 2026-07-20T19:13:41.975Z | Downloaded libefi-sys v0.1.0 |
| 785 | 2026-07-20T19:13:41.975Z | Downloaded ingot-types v0.1.2 |
| 786 | 2026-07-20T19:13:41.983Z | Downloaded derive-where v1.6.0 |
| 787 | 2026-07-20T19:13:41.983Z | Downloaded num-derive v0.4.2 |
| 788 | 2026-07-20T19:13:41.983Z | Downloaded normalize-line-endings v0.3.0 |
| 789 | 2026-07-20T19:13:41.983Z | Downloaded libsw-core v0.3.2 |
| 790 | 2026-07-20T19:13:41.983Z | Downloaded libsw v3.5.0 |
| 791 | 2026-07-20T19:13:41.988Z | Downloaded derive_more v0.99.20 |
| 792 | 2026-07-20T19:13:41.988Z | Downloaded olpc-cjson v0.1.4 |
| 793 | 2026-07-20T19:13:41.988Z | Downloaded futures v0.3.32 |
| 794 | 2026-07-20T19:13:41.988Z | Downloaded num_threads v0.1.7 |
| 795 | 2026-07-20T19:13:41.990Z | Downloaded native-tls v0.2.18 |
| 796 | 2026-07-20T19:13:41.991Z | Downloaded openssl-probe v0.1.6 |
| 797 | 2026-07-20T19:13:41.991Z | Downloaded mime_guess v2.0.5 |
| 798 | 2026-07-20T19:13:41.991Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 799 | 2026-07-20T19:13:41.994Z | Downloaded const_format v0.2.35 |
| 800 | 2026-07-20T19:13:41.998Z | Downloaded oso-derive v0.27.3 |
| 801 | 2026-07-20T19:13:41.998Z | Downloaded multer v3.1.0 |
| 802 | 2026-07-20T19:13:42.001Z | Downloaded module-lattice v0.2.3 |
| 803 | 2026-07-20T19:13:42.001Z | Downloaded iana-time-zone v0.1.65 |
| 804 | 2026-07-20T19:13:42.001Z | Downloaded nanorand v0.7.0 |
| 805 | 2026-07-20T19:13:42.007Z | Downloaded opaque-debug v0.3.1 |
| 806 | 2026-07-20T19:13:42.008Z | Downloaded icu_properties v2.1.2 |
| 807 | 2026-07-20T19:13:42.008Z | Downloaded crossbeam-utils v0.8.21 |
| 808 | 2026-07-20T19:13:42.012Z | Downloaded openssl-macros v0.1.1 |
| 809 | 2026-07-20T19:13:42.012Z | Downloaded num-complex v0.4.6 |
| 810 | 2026-07-20T19:13:42.022Z | Downloaded password-hash v0.6.1 |
| 811 | 2026-07-20T19:13:42.025Z | Downloaded libloading v0.8.9 |
| 812 | 2026-07-20T19:13:42.025Z | Downloaded ed25519-dalek v2.2.0 |
| 813 | 2026-07-20T19:13:42.033Z | Downloaded dropshot-api-manager v0.7.2 |
| 814 | 2026-07-20T19:13:42.037Z | Downloaded path-slash v0.1.5 |
| 815 | 2026-07-20T19:13:42.037Z | Downloaded num_enum v0.7.6 |
| 816 | 2026-07-20T19:13:42.038Z | Downloaded percent-encoding v2.3.2 |
| 817 | 2026-07-20T19:13:42.038Z | Downloaded nu-ansi-term v0.50.3 |
| 818 | 2026-07-20T19:13:42.043Z | Downloaded phf_shared v0.13.1 |
| 819 | 2026-07-20T19:13:42.043Z | Downloaded nonempty v0.12.0 |
| 820 | 2026-07-20T19:13:42.043Z | Downloaded ipnet v2.11.0 |
| 821 | 2026-07-20T19:13:42.043Z | Downloaded parse-display v0.10.0 |
| 822 | 2026-07-20T19:13:42.043Z | Downloaded flate2 v1.1.9 |
| 823 | 2026-07-20T19:13:42.049Z | Downloaded peg-runtime v0.8.5 |
| 824 | 2026-07-20T19:13:42.050Z | Downloaded heapless v0.8.0 |
| 825 | 2026-07-20T19:13:42.050Z | Downloaded indexmap v1.9.3 |
| 826 | 2026-07-20T19:13:42.054Z | Downloaded num_enum_derive v0.7.6 |
| 827 | 2026-07-20T19:13:42.054Z | Downloaded num_enum v0.5.11 |
| 828 | 2026-07-20T19:13:42.055Z | Downloaded phf_shared v0.11.3 |
| 829 | 2026-07-20T19:13:42.059Z | Downloaded ignore v0.4.25 |
| 830 | 2026-07-20T19:13:42.059Z | Downloaded headers v0.4.1 |
| 831 | 2026-07-20T19:13:42.064Z | Downloaded phf_shared v0.12.1 |
| 832 | 2026-07-20T19:13:42.064Z | Downloaded heapless v0.7.17 |
| 833 | 2026-07-20T19:13:42.064Z | Downloaded num-rational v0.4.2 |
| 834 | 2026-07-20T19:13:42.064Z | Downloaded memmap2 v0.9.10 |
| 835 | 2026-07-20T19:13:42.069Z | Downloaded litemap v0.8.1 |
| 836 | 2026-07-20T19:13:42.069Z | Downloaded derive_more v2.1.1 |
| 837 | 2026-07-20T19:13:42.073Z | Downloaded oxnet v0.1.6 |
| 838 | 2026-07-20T19:13:42.073Z | Downloaded packed_struct v0.10.1 |
| 839 | 2026-07-20T19:13:42.079Z | Downloaded openssl-probe v0.2.1 |
| 840 | 2026-07-20T19:13:42.079Z | Downloaded icu_normalizer v2.1.1 |
| 841 | 2026-07-20T19:13:42.082Z | Downloaded icu_locale_core v2.1.1 |
| 842 | 2026-07-20T19:13:42.082Z | Downloaded expectorate v1.2.0 |
| 843 | 2026-07-20T19:13:42.086Z | Downloaded oxide-tokio-rt v0.1.4 |
| 844 | 2026-07-20T19:13:42.086Z | Downloaded cc v1.2.56 |
| 845 | 2026-07-20T19:13:42.086Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 846 | 2026-07-20T19:13:42.091Z | Downloaded paste v1.0.15 |
| 847 | 2026-07-20T19:13:42.091Z | Downloaded owo-colors v4.3.0 |
| 848 | 2026-07-20T19:13:42.091Z | Downloaded icu_provider v2.1.1 |
| 849 | 2026-07-20T19:13:42.095Z | Downloaded password-hash v0.5.0 |
| 850 | 2026-07-20T19:13:42.095Z | Downloaded litrs v1.0.0 |
| 851 | 2026-07-20T19:13:42.100Z | Downloaded powerfmt v0.2.0 |
| 852 | 2026-07-20T19:13:42.100Z | Downloaded predicates-tree v1.0.13 |
| 853 | 2026-07-20T19:13:42.100Z | Downloaded precomputed-hash v0.1.1 |
| 854 | 2026-07-20T19:13:42.100Z | Downloaded phc v0.6.1 |
| 855 | 2026-07-20T19:13:42.100Z | Downloaded async-compression v0.4.41 |
| 856 | 2026-07-20T19:13:42.107Z | Downloaded parse-size v1.1.0 |
| 857 | 2026-07-20T19:13:42.107Z | Downloaded packed_struct_codegen v0.10.1 |
| 858 | 2026-07-20T19:13:42.112Z | Downloaded der v0.7.10 |
| 859 | 2026-07-20T19:13:42.112Z | Downloaded num-integer v0.1.46 |
| 860 | 2026-07-20T19:13:42.112Z | Downloaded aes v0.9.1 |
| 861 | 2026-07-20T19:13:42.112Z | Downloaded parse-display-derive v0.10.0 |
| 862 | 2026-07-20T19:13:42.115Z | Downloaded ml-kem v0.3.2 |
| 863 | 2026-07-20T19:13:42.115Z | Downloaded predicates-core v1.0.10 |
| 864 | 2026-07-20T19:13:42.115Z | Downloaded pbkdf2 v0.13.0 |
| 865 | 2026-07-20T19:13:42.115Z | Downloaded pkg-config v0.3.32 |
| 866 | 2026-07-20T19:13:42.119Z | Downloaded progenitor-macro v0.14.0 |
| 867 | 2026-07-20T19:13:42.119Z | Downloaded phf v0.13.1 |
| 868 | 2026-07-20T19:13:42.119Z | Downloaded libbz2-rs-sys v0.2.2 |
| 869 | 2026-07-20T19:13:42.125Z | Downloaded indicatif v0.18.4 |
| 870 | 2026-07-20T19:13:42.125Z | Downloaded newtype-uuid v1.3.2 |
| 871 | 2026-07-20T19:13:42.125Z | Downloaded ingot-macros v0.1.1 |
| 872 | 2026-07-20T19:13:42.183Z | Downloaded flume v0.11.1 |
| 873 | 2026-07-20T19:13:42.183Z | Downloaded proc-macro-crate v3.4.0 |
| 874 | 2026-07-20T19:13:42.183Z | Downloaded progenitor-client v0.14.0 |
| 875 | 2026-07-20T19:13:42.183Z | Downloaded polyval v0.7.1 |
| 876 | 2026-07-20T19:13:42.204Z | Downloaded phf v0.12.1 |
| 877 | 2026-07-20T19:13:42.205Z | Downloaded proc-macro-crate v1.3.1 |
| 878 | 2026-07-20T19:13:42.205Z | Downloaded postgres-protocol v0.6.10 |
| 879 | 2026-07-20T19:13:42.205Z | Downloaded pem v3.0.6 |
| 880 | 2026-07-20T19:13:42.205Z | Downloaded nodrop v0.1.14 |
| 881 | 2026-07-20T19:13:42.205Z | Downloaded psl-types v2.0.11 |
| 882 | 2026-07-20T19:13:42.205Z | Downloaded derive_more-impl v2.1.1 |
| 883 | 2026-07-20T19:13:42.205Z | Downloaded rand_chacha v0.3.1 |
| 884 | 2026-07-20T19:13:42.205Z | Downloaded hickory-resolver v0.25.2 |
| 885 | 2026-07-20T19:13:42.205Z | Downloaded icu_collections v2.1.1 |
| 886 | 2026-07-20T19:13:42.205Z | Downloaded pin-project-lite v0.2.17 |
| 887 | 2026-07-20T19:13:42.205Z | Downloaded pin-project-internal v1.1.11 |
| 888 | 2026-07-20T19:13:42.205Z | Downloaded progenitor-macro v0.13.0 |
| 889 | 2026-07-20T19:13:42.205Z | Downloaded primeorder v0.13.6 |
| 890 | 2026-07-20T19:13:42.205Z | Downloaded ppv-lite86 v0.2.21 |
| 891 | 2026-07-20T19:13:42.205Z | Downloaded radium v0.7.0 |
| 892 | 2026-07-20T19:13:42.205Z | Downloaded parking_lot_core v0.8.6 |
| 893 | 2026-07-20T19:13:42.205Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 894 | 2026-07-20T19:13:42.205Z | Downloaded hickory-resolver v0.24.4 |
| 895 | 2026-07-20T19:13:42.205Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 896 | 2026-07-20T19:13:42.205Z | Downloaded poly1305 v0.8.0 |
| 897 | 2026-07-20T19:13:42.205Z | Downloaded parking_lot v0.11.2 |
| 898 | 2026-07-20T19:13:42.205Z | Downloaded potential_utf v0.1.4 |
| 899 | 2026-07-20T19:13:42.205Z | Downloaded port-file v0.1.0 |
| 900 | 2026-07-20T19:13:42.205Z | Downloaded peg v0.8.5 |
| 901 | 2026-07-20T19:13:42.205Z | Downloaded proc-macro-error2 v2.0.1 |
| 902 | 2026-07-20T19:13:42.205Z | Downloaded progenitor v0.14.0 |
| 903 | 2026-07-20T19:13:42.205Z | Downloaded rand_xorshift v0.4.0 |
| 904 | 2026-07-20T19:13:42.205Z | Downloaded progenitor-extras v0.2.0 |
| 905 | 2026-07-20T19:13:42.205Z | Downloaded progenitor v0.13.0 |
| 906 | 2026-07-20T19:13:42.205Z | Downloaded parking_lot_core v0.9.12 |
| 907 | 2026-07-20T19:13:42.205Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 908 | 2026-07-20T19:13:42.205Z | Downloaded pkcs1 v0.7.5 |
| 909 | 2026-07-20T19:13:42.212Z | Downloaded rfc6979 v0.4.0 |
| 910 | 2026-07-20T19:13:42.212Z | Downloaded icu_normalizer_data v2.1.1 |
| 911 | 2026-07-20T19:13:42.212Z | Downloaded parking_lot v0.12.5 |
| 912 | 2026-07-20T19:13:42.212Z | Downloaded predicates v3.1.4 |
| 913 | 2026-07-20T19:13:42.212Z | Downloaded pem-rfc7468 v1.0.0 |
| 914 | 2026-07-20T19:13:42.212Z | Downloaded der v0.8.0 |
| 915 | 2026-07-20T19:13:42.212Z | Downloaded peg-macros v0.8.5 |
| 916 | 2026-07-20T19:13:42.212Z | Downloaded jiff-static v0.2.21 |
| 917 | 2026-07-20T19:13:42.212Z | Downloaded postcard v1.1.3 |
| 918 | 2026-07-20T19:13:42.212Z | Downloaded recursive v0.1.1 |
| 919 | 2026-07-20T19:13:42.212Z | Downloaded psm v0.1.30 |
| 920 | 2026-07-20T19:13:42.212Z | Downloaded ref-cast-impl v1.0.25 |
| 921 | 2026-07-20T19:13:42.212Z | Downloaded ref-cast v1.0.25 |
| 922 | 2026-07-20T19:13:42.221Z | Downloaded r2d2 v0.8.10 |
| 923 | 2026-07-20T19:13:42.221Z | Downloaded russh-util v0.52.0 |
| 924 | 2026-07-20T19:13:42.221Z | Downloaded progenitor-client v0.13.0 |
| 925 | 2026-07-20T19:13:42.221Z | Downloaded primeorder v0.14.0-rc.10 |
| 926 | 2026-07-20T19:13:42.221Z | Downloaded num-traits v0.2.19 |
| 927 | 2026-07-20T19:13:42.221Z | Downloaded rand_core v0.6.4 |
| 928 | 2026-07-20T19:13:42.226Z | Downloaded crossbeam-channel v0.5.15 |
| 929 | 2026-07-20T19:13:42.226Z | Downloaded oso v0.27.3 |
| 930 | 2026-07-20T19:13:42.226Z | Downloaded pkcs8 v0.10.2 |
| 931 | 2026-07-20T19:13:42.226Z | Downloaded rfc6979 v0.5.0 |
| 932 | 2026-07-20T19:13:42.226Z | Downloaded papergrid v0.17.0 |
| 933 | 2026-07-20T19:13:42.228Z | Downloaded omicron-zone-package v0.12.3 |
| 934 | 2026-07-20T19:13:42.228Z | Downloaded poly1305 v0.9.0 |
| 935 | 2026-07-20T19:13:42.234Z | Downloaded rustc_version v0.1.7 |
| 936 | 2026-07-20T19:13:42.234Z | Downloaded quick-error v1.2.3 |
| 937 | 2026-07-20T19:13:42.234Z | Downloaded miniz_oxide v0.8.9 |
| 938 | 2026-07-20T19:13:42.238Z | Downloaded rustc_version v0.4.1 |
| 939 | 2026-07-20T19:13:42.238Z | Downloaded pem-rfc7468 v0.7.0 |
| 940 | 2026-07-20T19:13:42.243Z | Downloaded russh-cryptovec v0.61.0 |
| 941 | 2026-07-20T19:13:42.243Z | Downloaded rtoolbox v0.0.3 |
| 942 | 2026-07-20T19:13:42.243Z | Downloaded rustc-hash v2.1.1 |
| 943 | 2026-07-20T19:13:42.248Z | Downloaded rand_seeder v0.4.0 |
| 944 | 2026-07-20T19:13:42.252Z | Downloaded same-file v1.0.6 |
| 945 | 2026-07-20T19:13:42.252Z | Downloaded sapling-renderdag v0.1.0 |
| 946 | 2026-07-20T19:13:42.257Z | Downloaded hashbrown v0.12.3 |
| 947 | 2026-07-20T19:13:42.261Z | Downloaded primefield v0.14.0 |
| 948 | 2026-07-20T19:13:42.265Z | Downloaded scroll_derive v0.13.1 |
| 949 | 2026-07-20T19:13:42.265Z | Downloaded resolv-conf v0.7.6 |
| 950 | 2026-07-20T19:13:42.272Z | Downloaded openssl-sys v0.9.115 |
| 951 | 2026-07-20T19:13:42.276Z | Downloaded quinn-udp v0.5.14 |
| 952 | 2026-07-20T19:13:42.276Z | Downloaded postgres-types v0.2.12 |
| 953 | 2026-07-20T19:13:42.276Z | Downloaded scheduled-thread-pool v0.2.7 |
| 954 | 2026-07-20T19:13:42.281Z | Downloaded semver v0.1.20 |
| 955 | 2026-07-20T19:13:42.281Z | Downloaded pkcs5 v0.8.1 |
| 956 | 2026-07-20T19:13:42.281Z | Downloaded serde_plain v1.0.2 |
| 957 | 2026-07-20T19:13:42.286Z | Downloaded minimal-lexical v0.2.1 |
| 958 | 2026-07-20T19:13:42.286Z | Downloaded serde_spanned v1.1.1 |
| 959 | 2026-07-20T19:13:42.286Z | Downloaded pkcs8 v0.11.0 |
| 960 | 2026-07-20T19:13:42.293Z | Downloaded diesel_derives v2.3.7 |
| 961 | 2026-07-20T19:13:42.293Z | Downloaded secrecy v0.10.3 |
| 962 | 2026-07-20T19:13:42.298Z | Downloaded serde_repr v0.1.20 |
| 963 | 2026-07-20T19:13:42.298Z | Downloaded serde-big-array v0.5.1 |
| 964 | 2026-07-20T19:13:42.298Z | Downloaded seq-macro v0.3.6 |
| 965 | 2026-07-20T19:13:42.298Z | Downloaded p384 v0.14.0-rc.10 |
| 966 | 2026-07-20T19:13:42.298Z | Downloaded rpassword v7.5.4 |
| 967 | 2026-07-20T19:13:42.301Z | Downloaded rand_core v0.9.5 |
| 968 | 2026-07-20T19:13:42.301Z | Downloaded p256 v0.14.0-rc.10 |
| 969 | 2026-07-20T19:13:42.301Z | Downloaded rand_chacha v0.9.0 |
| 970 | 2026-07-20T19:13:42.305Z | Downloaded secrecy v0.8.0 |
| 971 | 2026-07-20T19:13:42.305Z | Downloaded scopeguard v1.2.0 |
| 972 | 2026-07-20T19:13:42.305Z | Downloaded pin-project v1.1.11 |
| 973 | 2026-07-20T19:13:42.312Z | Downloaded serde_urlencoded v0.7.1 |
| 974 | 2026-07-20T19:13:42.316Z | Downloaded aes-gcm v0.11.0 |
| 975 | 2026-07-20T19:13:42.316Z | Downloaded prefix-trie v0.7.0 |
| 976 | 2026-07-20T19:13:42.320Z | Downloaded serde_bytes v0.11.19 |
| 977 | 2026-07-20T19:13:42.320Z | Downloaded crossterm v0.29.0 |
| 978 | 2026-07-20T19:13:42.323Z | Downloaded signature v3.0.0 |
| 979 | 2026-07-20T19:13:42.323Z | Downloaded siphasher v1.0.2 |
| 980 | 2026-07-20T19:13:42.323Z | Downloaded signature v2.2.0 |
| 981 | 2026-07-20T19:13:42.323Z | Downloaded shell-words v1.1.1 |
| 982 | 2026-07-20T19:13:42.327Z | Downloaded rustls-native-certs v0.8.3 |
| 983 | 2026-07-20T19:13:42.327Z | Downloaded hyper-util v0.1.20 |
| 984 | 2026-07-20T19:13:42.333Z | Downloaded sha1 v0.10.6 |
| 985 | 2026-07-20T19:13:42.334Z | Downloaded rustversion v1.0.22 |
| 986 | 2026-07-20T19:13:42.338Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 987 | 2026-07-20T19:13:42.338Z | Downloaded sha1 v0.11.0 |
| 988 | 2026-07-20T19:13:42.338Z | Downloaded hickory-server v0.25.2 |
| 989 | 2026-07-20T19:13:42.347Z | Downloaded slog-bunyan v2.5.0 |
| 990 | 2026-07-20T19:13:42.347Z | Downloaded sec1 v0.7.3 |
| 991 | 2026-07-20T19:13:42.347Z | Downloaded scrypt v0.12.0 |
| 992 | 2026-07-20T19:13:42.352Z | Downloaded http v1.4.2 |
| 993 | 2026-07-20T19:13:42.352Z | Downloaded rusty-fork v0.3.1 |
| 994 | 2026-07-20T19:13:42.357Z | Downloaded serde_path_to_error v0.1.20 |
| 995 | 2026-07-20T19:13:42.357Z | Downloaded signal-hook-mio v0.2.5 |
| 996 | 2026-07-20T19:13:42.357Z | Downloaded serde_derive_internals v0.29.1 |
| 997 | 2026-07-20T19:13:42.357Z | Downloaded sigpipe v0.1.3 |
| 998 | 2026-07-20T19:13:42.361Z | Downloaded schemars_derive v0.8.22 |
| 999 | 2026-07-20T19:13:42.361Z | Downloaded serde_with_macros v1.5.2 |
| 1000 | 2026-07-20T19:13:42.361Z | Downloaded progenitor-impl v0.13.0 |
| 1001 | 2026-07-20T19:13:42.368Z | Downloaded progenitor-impl v0.14.0 |
| 1002 | 2026-07-20T19:13:42.368Z | Downloaded scroll v0.13.0 |
| 1003 | 2026-07-20T19:13:42.372Z | Downloaded rcgen v0.12.1 |
| 1004 | 2026-07-20T19:13:42.377Z | Downloaded itertools v0.10.5 |
| 1005 | 2026-07-20T19:13:42.382Z | Downloaded rustls-pki-types v1.14.0 |
| 1006 | 2026-07-20T19:13:42.382Z | Downloaded num-bigint v0.4.6 |
| 1007 | 2026-07-20T19:13:42.386Z | Downloaded serde-hex v0.1.0 |
| 1008 | 2026-07-20T19:13:42.386Z | Downloaded aho-corasick v1.1.4 |
| 1009 | 2026-07-20T19:13:42.390Z | Downloaded slog-envlogger v2.2.0 |
| 1010 | 2026-07-20T19:13:42.390Z | Downloaded shlex v1.3.0 |
| 1011 | 2026-07-20T19:13:42.395Z | Downloaded pretty_assertions v1.4.1 |
| 1012 | 2026-07-20T19:13:42.399Z | Downloaded strum v0.27.2 |
| 1013 | 2026-07-20T19:13:42.399Z | Downloaded rustls-pemfile v2.2.0 |
| 1014 | 2026-07-20T19:13:42.399Z | Downloaded rand_core v0.10.0 |
| 1015 | 2026-07-20T19:13:42.410Z | Downloaded serdect v0.4.3 |
| 1016 | 2026-07-20T19:13:42.414Z | Downloaded sqlparser_derive v0.5.0 |
| 1017 | 2026-07-20T19:13:42.414Z | Downloaded hashbrown v0.13.2 |
| 1018 | 2026-07-20T19:13:42.414Z | Downloaded slog-stdlog v4.1.1 |
| 1019 | 2026-07-20T19:13:42.426Z | Downloaded slog-json v2.6.1 |
| 1020 | 2026-07-20T19:13:42.426Z | Downloaded hashbrown v0.15.5 |
| 1021 | 2026-07-20T19:13:42.429Z | Downloaded prettyplease v0.2.37 |
| 1022 | 2026-07-20T19:13:42.430Z | Downloaded ron v0.8.1 |
| 1023 | 2026-07-20T19:13:42.430Z | Downloaded stable_deref_trait v1.2.1 |
| 1024 | 2026-07-20T19:13:42.430Z | Downloaded simd-adler32 v0.3.8 |
| 1025 | 2026-07-20T19:13:42.430Z | Downloaded serde_cbor v0.11.2 |
| 1026 | 2026-07-20T19:13:42.430Z | Downloaded supports-color v3.0.2 |
| 1027 | 2026-07-20T19:13:42.430Z | Downloaded structmeta v0.3.0 |
| 1028 | 2026-07-20T19:13:42.434Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1029 | 2026-07-20T19:13:42.434Z | Downloaded tagptr v0.2.0 |
| 1030 | 2026-07-20T19:13:42.434Z | Downloaded tabwriter v1.4.1 |
| 1031 | 2026-07-20T19:13:42.434Z | Downloaded sec1 v0.8.1 |
| 1032 | 2026-07-20T19:13:42.434Z | Downloaded signal-hook-tokio v0.3.1 |
| 1033 | 2026-07-20T19:13:42.438Z | Downloaded signal-hook-registry v1.4.8 |
| 1034 | 2026-07-20T19:13:42.439Z | Downloaded strsim v0.10.0 |
| 1035 | 2026-07-20T19:13:42.439Z | Downloaded slab v0.4.12 |
| 1036 | 2026-07-20T19:13:42.442Z | Downloaded nom v7.1.3 |
| 1037 | 2026-07-20T19:13:42.446Z | Downloaded sync_wrapper v1.0.2 |
| 1038 | 2026-07-20T19:13:42.446Z | Downloaded crypto-primes v0.7.2 |
| 1039 | 2026-07-20T19:13:42.455Z | Downloaded slog-dtrace v0.3.0 |
| 1040 | 2026-07-20T19:13:42.455Z | Downloaded rayon-core v1.13.0 |
| 1041 | 2026-07-20T19:13:42.458Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1042 | 2026-07-20T19:13:42.458Z | Downloaded slog-async v2.8.0 |
| 1043 | 2026-07-20T19:13:42.458Z | Downloaded subtle v2.6.1 |
| 1044 | 2026-07-20T19:13:42.458Z | Downloaded termtree v0.5.1 |
| 1045 | 2026-07-20T19:13:42.462Z | Downloaded libxml v0.3.3 |
| 1046 | 2026-07-20T19:13:42.470Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1047 | 2026-07-20T19:13:42.475Z | Downloaded tap v1.0.1 |
| 1048 | 2026-07-20T19:13:42.475Z | Downloaded take_mut v0.2.2 |
| 1049 | 2026-07-20T19:13:42.475Z | Downloaded sync-ptr v0.1.4 |
| 1050 | 2026-07-20T19:13:42.475Z | Downloaded strum v0.26.3 |
| 1051 | 2026-07-20T19:13:42.475Z | Downloaded stacker v0.1.23 |
| 1052 | 2026-07-20T19:13:42.475Z | Downloaded spki v0.8.0 |
| 1053 | 2026-07-20T19:13:42.475Z | Downloaded snafu-derive v0.8.9 |
| 1054 | 2026-07-20T19:13:42.476Z | Downloaded idna v1.1.0 |
| 1055 | 2026-07-20T19:13:42.480Z | Downloaded mio v1.2.0 |
| 1056 | 2026-07-20T19:13:42.480Z | Downloaded testing_table v0.3.0 |
| 1057 | 2026-07-20T19:13:42.487Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1058 | 2026-07-20T19:13:42.488Z | Downloaded sha2 v0.11.0 |
| 1059 | 2026-07-20T19:13:42.494Z | Downloaded schemars v0.8.22 |
| 1060 | 2026-07-20T19:13:42.495Z | Downloaded time-core v0.1.8 |
| 1061 | 2026-07-20T19:13:42.499Z | Downloaded strum_macros v0.26.4 |
| 1062 | 2026-07-20T19:13:42.499Z | Downloaded static_assertions v1.1.0 |
| 1063 | 2026-07-20T19:13:42.499Z | Downloaded thread-id v5.1.0 |
| 1064 | 2026-07-20T19:13:42.499Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1065 | 2026-07-20T19:13:42.499Z | Downloaded sqlformat v0.3.5 |
| 1066 | 2026-07-20T19:13:42.499Z | Downloaded publicsuffix v2.3.0 |
| 1067 | 2026-07-20T19:13:42.519Z | Downloaded ryu v1.0.23 |
| 1068 | 2026-07-20T19:13:42.519Z | Downloaded serde_with_macros v3.21.0 |
| 1069 | 2026-07-20T19:13:42.524Z | Downloaded tinyvec_macros v0.1.1 |
| 1070 | 2026-07-20T19:13:42.524Z | Downloaded support-bundle-viewer v0.1.2 |
| 1071 | 2026-07-20T19:13:42.524Z | Downloaded strum_macros v0.27.2 |
| 1072 | 2026-07-20T19:13:42.524Z | Downloaded strum_macros v0.24.3 |
| 1073 | 2026-07-20T19:13:42.524Z | Downloaded synstructure v0.13.2 |
| 1074 | 2026-07-20T19:13:42.524Z | Downloaded structmeta-derive v0.3.0 |
| 1075 | 2026-07-20T19:13:42.524Z | Downloaded stringprep v0.1.5 |
| 1076 | 2026-07-20T19:13:42.524Z | Downloaded tokio-test v0.4.5 |
| 1077 | 2026-07-20T19:13:42.524Z | Downloaded futures-util v0.3.32 |
| 1078 | 2026-07-20T19:13:42.524Z | Downloaded rand v0.8.6 |
| 1079 | 2026-07-20T19:13:42.524Z | Downloaded quinn v0.11.9 |
| 1080 | 2026-07-20T19:13:42.528Z | Downloaded termios v0.3.3 |
| 1081 | 2026-07-20T19:13:42.528Z | Downloaded tabled_derive v0.11.0 |
| 1082 | 2026-07-20T19:13:42.528Z | Downloaded smf v0.2.3 |
| 1083 | 2026-07-20T19:13:42.528Z | Downloaded smallvec v1.15.1 |
| 1084 | 2026-07-20T19:13:42.528Z | Downloaded p521 v0.14.0-rc.10 |
| 1085 | 2026-07-20T19:13:42.536Z | Downloaded qorb v0.4.1 |
| 1086 | 2026-07-20T19:13:42.540Z | Downloaded iri-string v0.7.10 |
| 1087 | 2026-07-20T19:13:42.541Z | Downloaded spin v0.9.8 |
| 1088 | 2026-07-20T19:13:42.541Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1089 | 2026-07-20T19:13:42.544Z | Downloaded string_cache v0.8.9 |
| 1090 | 2026-07-20T19:13:42.544Z | Downloaded salsa20 v0.11.0 |
| 1091 | 2026-07-20T19:13:42.544Z | Downloaded try-lock v0.2.5 |
| 1092 | 2026-07-20T19:13:42.544Z | Downloaded tower-service v0.3.3 |
| 1093 | 2026-07-20T19:13:42.547Z | Downloaded spki v0.7.3 |
| 1094 | 2026-07-20T19:13:42.547Z | Downloaded thiserror-no-std v2.0.2 |
| 1095 | 2026-07-20T19:13:42.551Z | Downloaded h2 v0.4.15 |
| 1096 | 2026-07-20T19:13:42.557Z | Downloaded similar v2.7.0 |
| 1097 | 2026-07-20T19:13:42.561Z | Downloaded hashbrown v0.16.1 |
| 1098 | 2026-07-20T19:13:42.562Z | Downloaded tls_codec v0.4.2 |
| 1099 | 2026-07-20T19:13:42.562Z | Downloaded signal-hook v0.3.18 |
| 1100 | 2026-07-20T19:13:42.567Z | Downloaded typify-macro v0.6.2 |
| 1101 | 2026-07-20T19:13:42.567Z | Downloaded tower-layer v0.3.3 |
| 1102 | 2026-07-20T19:13:42.567Z | Downloaded tiny-keccak v2.0.2 |
| 1103 | 2026-07-20T19:13:42.567Z | Downloaded time-macros v0.2.27 |
| 1104 | 2026-07-20T19:13:42.572Z | Downloaded itertools v0.12.1 |
| 1105 | 2026-07-20T19:13:42.574Z | Downloaded trait-variant v0.1.2 |
| 1106 | 2026-07-20T19:13:42.574Z | Downloaded tinystr v0.8.2 |
| 1107 | 2026-07-20T19:13:42.574Z | Downloaded schemars v0.9.0 |
| 1108 | 2026-07-20T19:13:42.580Z | Downloaded unarray v0.1.4 |
| 1109 | 2026-07-20T19:13:42.583Z | Downloaded tokio-native-tls v0.3.1 |
| 1110 | 2026-07-20T19:13:42.583Z | Downloaded untrusted v0.9.0 |
| 1111 | 2026-07-20T19:13:42.583Z | Downloaded tokio-macros v2.7.0 |
| 1112 | 2026-07-20T19:13:42.586Z | Downloaded slog v2.8.2 |
| 1113 | 2026-07-20T19:13:42.586Z | Downloaded socket2 v0.6.3 |
| 1114 | 2026-07-20T19:13:42.589Z | Downloaded num-bigint-dig v0.8.6 |
| 1115 | 2026-07-20T19:13:42.592Z | Downloaded rand v0.9.2 |
| 1116 | 2026-07-20T19:13:42.592Z | Downloaded untrusted v0.7.1 |
| 1117 | 2026-07-20T19:13:42.595Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1118 | 2026-07-20T19:13:42.595Z | Downloaded utf8_iter v1.0.4 |
| 1119 | 2026-07-20T19:13:42.595Z | Downloaded universal-hash v0.6.1 |
| 1120 | 2026-07-20T19:13:42.599Z | Downloaded unit-prefix v0.5.2 |
| 1121 | 2026-07-20T19:13:42.599Z | Downloaded unicode-xid v0.2.6 |
| 1122 | 2026-07-20T19:13:42.599Z | Downloaded term v1.2.1 |
| 1123 | 2026-07-20T19:13:42.601Z | Downloaded universal-hash v0.5.1 |
| 1124 | 2026-07-20T19:13:42.601Z | Downloaded samael v0.0.19 |
| 1125 | 2026-07-20T19:13:42.604Z | Downloaded itertools v0.14.0 |
| 1126 | 2026-07-20T19:13:42.607Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1127 | 2026-07-20T19:13:42.610Z | Downloaded want v0.3.1 |
| 1128 | 2026-07-20T19:13:42.610Z | Downloaded term v0.7.0 |
| 1129 | 2026-07-20T19:13:42.613Z | Downloaded tokio-tungstenite v0.21.0 |
| 1130 | 2026-07-20T19:13:42.613Z | Downloaded rustls-webpki v0.103.13 |
| 1131 | 2026-07-20T19:13:42.616Z | Downloaded tokio-tungstenite v0.23.1 |
| 1132 | 2026-07-20T19:13:42.619Z | Downloaded usdt-macro v0.6.0 |
| 1133 | 2026-07-20T19:13:42.619Z | Downloaded usdt-attr-macro v0.6.0 |
| 1134 | 2026-07-20T19:13:42.619Z | Downloaded usdt v0.6.0 |
| 1135 | 2026-07-20T19:13:42.619Z | Downloaded itertools v0.13.0 |
| 1136 | 2026-07-20T19:13:42.624Z | Downloaded tls_codec_derive v0.4.2 |
| 1137 | 2026-07-20T19:13:42.628Z | Downloaded hkdf v0.13.0 |
| 1138 | 2026-07-20T19:13:42.628Z | Downloaded hkdf v0.12.4 |
| 1139 | 2026-07-20T19:13:42.633Z | Downloaded schemars v1.2.1 |
| 1140 | 2026-07-20T19:13:42.636Z | Downloaded topological-sort v0.2.2 |
| 1141 | 2026-07-20T19:13:42.636Z | Downloaded subprocess v0.2.15 |
| 1142 | 2026-07-20T19:13:42.639Z | Downloaded unicase v2.9.0 |
| 1143 | 2026-07-20T19:13:42.639Z | Downloaded icu_properties_data v2.1.2 |
| 1144 | 2026-07-20T19:13:42.645Z | Downloaded yoke-derive v0.8.1 |
| 1145 | 2026-07-20T19:13:42.649Z | Downloaded rsa v0.9.10 |
| 1146 | 2026-07-20T19:13:42.649Z | Downloaded bitvec v1.0.1 |
| 1147 | 2026-07-20T19:13:42.656Z | Downloaded zerofrom v0.1.6 |
| 1148 | 2026-07-20T19:13:42.659Z | Downloaded tokio-stream v0.1.18 |
| 1149 | 2026-07-20T19:13:42.664Z | Downloaded waitgroup v0.1.2 |
| 1150 | 2026-07-20T19:13:42.664Z | Downloaded wait-timeout v0.2.1 |
| 1151 | 2026-07-20T19:13:42.664Z | Downloaded void v1.0.2 |
| 1152 | 2026-07-20T19:13:42.665Z | Downloaded snafu v0.8.9 |
| 1153 | 2026-07-20T19:13:42.668Z | Downloaded test-strategy v0.4.5 |
| 1154 | 2026-07-20T19:13:42.668Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1155 | 2026-07-20T19:13:42.673Z | Downloaded zeroize_derive v1.4.3 |
| 1156 | 2026-07-20T19:13:42.673Z | Downloaded tui-tree-widget v0.23.1 |
| 1157 | 2026-07-20T19:13:42.673Z | Downloaded rand v0.10.1 |
| 1158 | 2026-07-20T19:13:42.679Z | Downloaded xshell-macros v0.2.7 |
| 1159 | 2026-07-20T19:13:42.679Z | Downloaded xattr v1.6.1 |
| 1160 | 2026-07-20T19:13:42.680Z | Downloaded unicode-truncate v1.1.0 |
| 1161 | 2026-07-20T19:13:42.680Z | Downloaded utf-8 v0.7.6 |
| 1162 | 2026-07-20T19:13:42.680Z | Downloaded blake3 v1.8.5 |
| 1163 | 2026-07-20T19:13:42.690Z | Downloaded tokio-dtrace v0.1.1 |
| 1164 | 2026-07-20T19:13:42.690Z | Downloaded tinyvec v1.10.0 |
| 1165 | 2026-07-20T19:13:42.696Z | Downloaded iddqd v0.4.2 |
| 1166 | 2026-07-20T19:13:42.696Z | Downloaded zerofrom-derive v0.1.6 |
| 1167 | 2026-07-20T19:13:42.696Z | Downloaded wyz v0.5.1 |
| 1168 | 2026-07-20T19:13:42.696Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1169 | 2026-07-20T19:13:42.696Z | Downloaded socket2 v0.5.10 |
| 1170 | 2026-07-20T19:13:42.696Z | Downloaded nom v8.0.0 |
| 1171 | 2026-07-20T19:13:42.746Z | Downloaded thread_local v1.1.9 |
| 1172 | 2026-07-20T19:13:42.746Z | Downloaded hyper v1.10.1 |
| 1173 | 2026-07-20T19:13:42.746Z | Downloaded yoke v0.8.1 |
| 1174 | 2026-07-20T19:13:42.746Z | Downloaded aws-lc-rs v1.16.3 |
| 1175 | 2026-07-20T19:13:42.746Z | Downloaded tracing-attributes v0.1.31 |
| 1176 | 2026-07-20T19:13:42.746Z | Downloaded unicode-properties v0.1.4 |
| 1177 | 2026-07-20T19:13:42.746Z | Downloaded vergen-git2 v9.1.0 |
| 1178 | 2026-07-20T19:13:42.746Z | Downloaded vergen-gitcl v1.0.8 |
| 1179 | 2026-07-20T19:13:42.746Z | Downloaded uzers v0.12.2 |
| 1180 | 2026-07-20T19:13:42.746Z | Downloaded tar v0.4.46 |
| 1181 | 2026-07-20T19:13:42.746Z | Downloaded zone v0.3.1 |
| 1182 | 2026-07-20T19:13:42.746Z | Downloaded tokio-rustls v0.26.4 |
| 1183 | 2026-07-20T19:13:42.746Z | Downloaded smallvec v0.6.14 |
| 1184 | 2026-07-20T19:13:42.746Z | Downloaded slog-term v2.9.2 |
| 1185 | 2026-07-20T19:13:42.746Z | Downloaded slog-scope v4.4.1 |
| 1186 | 2026-07-20T19:13:42.746Z | Downloaded walkdir v2.5.0 |
| 1187 | 2026-07-20T19:13:42.747Z | Downloaded zeroize v1.8.2 |
| 1188 | 2026-07-20T19:13:42.747Z | Downloaded zone_cfg_derive v0.3.1 |
| 1189 | 2026-07-20T19:13:42.747Z | Downloaded whoami v1.6.1 |
| 1190 | 2026-07-20T19:13:42.747Z | Downloaded vergen-lib v0.1.6 |
| 1191 | 2026-07-20T19:13:42.747Z | Downloaded vsss-rs v3.3.4 |
| 1192 | 2026-07-20T19:13:42.747Z | Downloaded vergen-lib v9.1.0 |
| 1193 | 2026-07-20T19:13:42.747Z | Downloaded zstd v0.13.3 |
| 1194 | 2026-07-20T19:13:42.747Z | Downloaded whoami v2.1.0 |
| 1195 | 2026-07-20T19:13:42.747Z | Downloaded twox-hash v2.1.2 |
| 1196 | 2026-07-20T19:13:42.747Z | Downloaded typify v0.6.2 |
| 1197 | 2026-07-20T19:13:42.764Z | Downloaded writeable v0.6.2 |
| 1198 | 2026-07-20T19:13:42.764Z | Downloaded rsa v0.10.0-rc.18 |
| 1199 | 2026-07-20T19:13:42.764Z | Downloaded unicode-bidi v0.3.18 |
| 1200 | 2026-07-20T19:13:42.764Z | Downloaded serde_with v1.14.0 |
| 1201 | 2026-07-20T19:13:42.773Z | Downloaded chrono v0.4.45 |
| 1202 | 2026-07-20T19:13:42.773Z | Downloaded toml v0.7.8 |
| 1203 | 2026-07-20T19:13:42.773Z | Downloaded uuid v1.23.4 |
| 1204 | 2026-07-20T19:13:42.773Z | Downloaded libm v0.2.16 |
| 1205 | 2026-07-20T19:13:42.773Z | Downloaded usdt-impl v0.6.0 |
| 1206 | 2026-07-20T19:13:42.781Z | Downloaded rustyline v14.0.0 |
| 1207 | 2026-07-20T19:13:42.781Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1208 | 2026-07-20T19:13:42.781Z | Downloaded bindgen v0.71.1 |
| 1209 | 2026-07-20T19:13:42.788Z | Downloaded vergen v9.1.0 |
| 1210 | 2026-07-20T19:13:42.788Z | Downloaded zerovec-derive v0.11.2 |
| 1211 | 2026-07-20T19:13:42.791Z | Downloaded tracing-core v0.1.36 |
| 1212 | 2026-07-20T19:13:42.795Z | Downloaded zerocopy v0.6.6 |
| 1213 | 2026-07-20T19:13:42.799Z | Downloaded zstd-safe v7.2.4 |
| 1214 | 2026-07-20T19:13:42.804Z | Downloaded tungstenite v0.23.0 |
| 1215 | 2026-07-20T19:13:42.807Z | Downloaded tungstenite v0.21.0 |
| 1216 | 2026-07-20T19:13:42.813Z | Downloaded regex v1.12.3 |
| 1217 | 2026-07-20T19:13:42.815Z | Downloaded yasna v0.5.2 |
| 1218 | 2026-07-20T19:13:42.815Z | Downloaded xshell v0.2.7 |
| 1219 | 2026-07-20T19:13:42.815Z | Downloaded unsafe-libyaml v0.2.11 |
| 1220 | 2026-07-20T19:13:42.823Z | Downloaded reqwest v0.13.2 |
| 1221 | 2026-07-20T19:13:42.829Z | Downloaded reqwest v0.12.28 |
| 1222 | 2026-07-20T19:13:42.840Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1223 | 2026-07-20T19:13:42.850Z | Downloaded steno v0.4.1 |
| 1224 | 2026-07-20T19:13:42.850Z | Downloaded reedline v0.40.0 |
| 1225 | 2026-07-20T19:13:42.851Z | Downloaded yansi v1.0.1 |
| 1226 | 2026-07-20T19:13:42.851Z | Downloaded portable-atomic v1.13.1 |
| 1227 | 2026-07-20T19:13:42.863Z | Downloaded rawzip v0.4.4 |
| 1228 | 2026-07-20T19:13:42.863Z | Downloaded vte v0.14.1 |
| 1229 | 2026-07-20T19:13:42.863Z | Downloaded p384 v0.13.1 |
| 1230 | 2026-07-20T19:13:42.863Z | Downloaded lalrpop v0.19.12 |
| 1231 | 2026-07-20T19:13:42.870Z | Downloaded git2 v0.20.4 |
| 1232 | 2026-07-20T19:13:42.870Z | Downloaded zopfli v0.8.3 |
| 1233 | 2026-07-20T19:13:42.877Z | Downloaded zerocopy-derive v0.8.40 |
| 1234 | 2026-07-20T19:13:42.882Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1235 | 2026-07-20T19:13:42.887Z | Downloaded moka v0.12.13 |
| 1236 | 2026-07-20T19:13:42.892Z | Downloaded x509-cert v0.2.5 |
| 1237 | 2026-07-20T19:13:42.896Z | Downloaded tower v0.5.3 |
| 1238 | 2026-07-20T19:13:42.905Z | Downloaded unicode-segmentation v1.12.0 |
| 1239 | 2026-07-20T19:13:42.908Z | Downloaded unicode_categories v0.1.1 |
| 1240 | 2026-07-20T19:13:42.912Z | Downloaded toml_edit v0.19.15 |
| 1241 | 2026-07-20T19:13:42.921Z | Downloaded url v2.5.8 |
| 1242 | 2026-07-20T19:13:42.925Z | Downloaded crypto-bigint v0.7.5 |
| 1243 | 2026-07-20T19:13:42.929Z | Downloaded zerotrie v0.2.3 |
| 1244 | 2026-07-20T19:13:42.933Z | Downloaded proptest v1.10.0 |
| 1245 | 2026-07-20T19:13:42.938Z | Downloaded goblin v0.10.5 |
| 1246 | 2026-07-20T19:13:42.943Z | Downloaded tokio-postgres v0.7.16 |
| 1247 | 2026-07-20T19:13:42.946Z | Downloaded zip v4.6.1 |
| 1248 | 2026-07-20T19:13:42.946Z | Downloaded petname v2.0.2 |
| 1249 | 2026-07-20T19:13:42.949Z | Downloaded unicode-normalization v0.1.25 |
| 1250 | 2026-07-20T19:13:42.952Z | Downloaded quick-xml v0.37.5 |
| 1251 | 2026-07-20T19:13:42.959Z | Downloaded salty v0.3.0 |
| 1252 | 2026-07-20T19:13:42.967Z | Downloaded zip v0.6.6 |
| 1253 | 2026-07-20T19:13:42.971Z | Downloaded nix v0.27.1 |
| 1254 | 2026-07-20T19:13:42.974Z | Downloaded serde_with v3.21.0 |
| 1255 | 2026-07-20T19:13:42.981Z | Downloaded typed-path v0.9.3 |
| 1256 | 2026-07-20T19:13:42.985Z | Downloaded curve25519-dalek v4.1.3 |
| 1257 | 2026-07-20T19:13:42.989Z | Downloaded rayon v1.11.0 |
| 1258 | 2026-07-20T19:13:43.021Z | Downloaded openssl v0.10.79 |
| 1259 | 2026-07-20T19:13:43.026Z | Downloaded tower-http v0.6.8 |
| 1260 | 2026-07-20T19:13:43.031Z | Downloaded bstr v1.12.1 |
| 1261 | 2026-07-20T19:13:43.045Z | Downloaded tokio-util v0.7.18 |
| 1262 | 2026-07-20T19:13:43.049Z | Downloaded object v0.30.4 |
| 1263 | 2026-07-20T19:13:43.054Z | Downloaded tough v0.22.0 |
| 1264 | 2026-07-20T19:13:43.062Z | Downloaded zerovec v0.11.5 |
| 1265 | 2026-07-20T19:13:43.065Z | Downloaded tabled v0.20.0 |
| 1266 | 2026-07-20T19:13:43.071Z | Downloaded russh v0.61.2 |
| 1267 | 2026-07-20T19:13:43.081Z | Downloaded radix_trie v0.2.1 |
| 1268 | 2026-07-20T19:13:43.085Z | Downloaded quinn-proto v0.11.13 |
| 1269 | 2026-07-20T19:13:43.089Z | Downloaded smoltcp v0.9.1 |
| 1270 | 2026-07-20T19:13:43.099Z | Downloaded winnow v0.5.40 |
| 1271 | 2026-07-20T19:13:43.107Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1272 | 2026-07-20T19:13:43.119Z | Downloaded object v0.37.3 |
| 1273 | 2026-07-20T19:13:43.126Z | Downloaded polar-core v0.27.3 |
| 1274 | 2026-07-20T19:13:43.135Z | Downloaded nix v0.28.0 |
| 1275 | 2026-07-20T19:13:43.138Z | Downloaded smoltcp v0.11.0 |
| 1276 | 2026-07-20T19:13:43.149Z | Downloaded regress v0.10.5 |
| 1277 | 2026-07-20T19:13:43.157Z | Downloaded winnow v1.0.3 |
| 1278 | 2026-07-20T19:13:43.161Z | Downloaded zerocopy v0.8.40 |
| 1279 | 2026-07-20T19:13:43.170Z | Downloaded regress v0.11.1 |
| 1280 | 2026-07-20T19:13:43.173Z | Downloaded winnow v0.6.26 |
| 1281 | 2026-07-20T19:13:43.178Z | Downloaded time v0.3.47 |
| 1282 | 2026-07-20T19:13:43.189Z | Downloaded regex-syntax v0.8.10 |
| 1283 | 2026-07-20T19:13:43.194Z | Downloaded dropshot v0.17.1 |
| 1284 | 2026-07-20T19:13:43.206Z | Downloaded rustls v0.23.41 |
| 1285 | 2026-07-20T19:13:43.212Z | Downloaded zlib-rs v0.6.2 |
| 1286 | 2026-07-20T19:13:43.217Z | Downloaded vcpkg v0.2.15 |
| 1287 | 2026-07-20T19:13:43.240Z | Downloaded openapiv3 v2.2.0 |
| 1288 | 2026-07-20T19:13:43.247Z | Downloaded hickory-proto v0.25.2 |
| 1289 | 2026-07-20T19:13:43.256Z | Downloaded diesel v2.3.7 |
| 1290 | 2026-07-20T19:13:43.270Z | Downloaded hickory-proto v0.24.4 |
| 1291 | 2026-07-20T19:13:43.277Z | Downloaded nix v0.31.2 |
| 1292 | 2026-07-20T19:13:43.287Z | Downloaded regex-syntax v0.6.29 |
| 1293 | 2026-07-20T19:13:43.289Z | Downloaded sqlparser v0.61.0 |
| 1294 | 2026-07-20T19:13:43.296Z | Downloaded rustix v0.38.44 |
| 1295 | 2026-07-20T19:13:43.319Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1296 | 2026-07-20T19:13:43.326Z | Downloaded typify-impl v0.6.2 |
| 1297 | 2026-07-20T19:13:43.336Z | Downloaded tracing v0.1.44 |
| 1298 | 2026-07-20T19:13:43.349Z | Downloaded fiat-crypto v0.3.0 |
| 1299 | 2026-07-20T19:13:43.358Z | Downloaded sled v0.34.7 |
| 1300 | 2026-07-20T19:13:43.364Z | Downloaded sha3 v0.11.0 |
| 1301 | 2026-07-20T19:13:43.367Z | Downloaded ratatui v0.29.0 |
| 1302 | 2026-07-20T19:13:43.379Z | Downloaded zerocopy-derive v0.6.6 |
| 1303 | 2026-07-20T19:13:43.389Z | Downloaded regex-automata v0.4.14 |
| 1304 | 2026-07-20T19:13:43.404Z | Downloaded jiff v0.2.21 |
| 1305 | 2026-07-20T19:13:43.424Z | Downloaded petgraph v0.6.5 |
| 1306 | 2026-07-20T19:13:43.436Z | Downloaded chrono-tz v0.10.4 |
| 1307 | 2026-07-20T19:13:43.448Z | Downloaded csv v1.4.0 |
| 1308 | 2026-07-20T19:13:43.460Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-07-20T19:13:43.471Z | Downloaded tokio v1.52.1 |
| 1310 | 2026-07-20T19:13:43.494Z | Downloaded petgraph v0.8.3 |
| 1311 | 2026-07-20T19:13:43.514Z | Downloaded libz-sys v1.1.24 |
| 1312 | 2026-07-20T19:13:43.540Z | Downloaded sha3 v0.10.8 |
| 1313 | 2026-07-20T19:13:43.628Z | Downloaded encoding_rs v0.8.35 |
| 1314 | 2026-07-20T19:13:43.669Z | Downloaded ring v0.17.14 |
| 1315 | 2026-07-20T19:13:43.707Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1316 | 2026-07-20T19:13:44.186Z | Downloaded aws-lc-sys v0.40.0 |
| 1317 | 2026-07-20T19:13:44.435Z | Compiling libc v0.2.185 |
| 1318 | 2026-07-20T19:13:44.435Z | Compiling serde_core v1.0.228 |
| 1319 | 2026-07-20T19:13:44.435Z | Compiling serde v1.0.228 |
| 1320 | 2026-07-20T19:13:44.438Z | Compiling log v0.4.29 |
| 1321 | 2026-07-20T19:13:44.438Z | Compiling smallvec v1.15.1 |
| 1322 | 2026-07-20T19:13:44.438Z | Compiling find-msvc-tools v0.1.9 |
| 1323 | 2026-07-20T19:13:44.438Z | Compiling shlex v1.3.0 |
| 1324 | 2026-07-20T19:13:44.568Z | Compiling syn v2.0.117 |
| 1325 | 2026-07-20T19:13:44.770Z | Compiling subtle v2.6.1 |
| 1326 | 2026-07-20T19:13:44.786Z | Compiling stable_deref_trait v1.2.1 |
| 1327 | 2026-07-20T19:13:44.796Z | Compiling scopeguard v1.2.0 |
| 1328 | 2026-07-20T19:13:44.854Z | Compiling typenum v1.20.1 |
| 1329 | 2026-07-20T19:13:44.879Z | Compiling lock_api v0.4.14 |
| 1330 | 2026-07-20T19:13:44.904Z | Compiling serde_json v1.0.150 |
| 1331 | 2026-07-20T19:13:44.916Z | Compiling portable-atomic v1.13.1 |
| 1332 | 2026-07-20T19:13:44.943Z | Compiling zerocopy v0.8.40 |
| 1333 | 2026-07-20T19:13:45.115Z | Compiling parking_lot_core v0.9.12 |
| 1334 | 2026-07-20T19:13:45.127Z | Compiling pin-project-lite v0.2.17 |
| 1335 | 2026-07-20T19:13:45.220Z | Compiling getrandom v0.4.1 |
| 1336 | 2026-07-20T19:13:45.403Z | Compiling jobserver v0.1.34 |
| 1337 | 2026-07-20T19:13:45.416Z | Compiling errno v0.3.14 |
| 1338 | 2026-07-20T19:13:45.460Z | Compiling getrandom v0.2.17 |
| 1339 | 2026-07-20T19:13:45.561Z | Compiling pkg-config v0.3.32 |
| 1340 | 2026-07-20T19:13:45.574Z | Compiling libm v0.2.16 |
| 1341 | 2026-07-20T19:13:45.649Z | Compiling cc v1.2.56 |
| 1342 | 2026-07-20T19:13:45.687Z | Compiling critical-section v1.2.0 |
| 1343 | 2026-07-20T19:13:45.762Z | Compiling rand_core v0.6.4 |
| 1344 | 2026-07-20T19:13:45.811Z | Compiling signal-hook-registry v1.4.8 |
| 1345 | 2026-07-20T19:13:45.900Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-07-20T19:13:46.033Z | Compiling num-traits v0.2.19 |
| 1347 | 2026-07-20T19:13:46.079Z | Compiling rand_core v0.10.0 |
| 1348 | 2026-07-20T19:13:46.102Z | Compiling futures-core v0.3.32 |
| 1349 | 2026-07-20T19:13:46.117Z | Compiling parking_lot v0.12.5 |
| 1350 | 2026-07-20T19:13:46.381Z | Compiling mio v1.2.0 |
| 1351 | 2026-07-20T19:13:46.479Z | Compiling generic-array v0.14.7 |
| 1352 | 2026-07-20T19:13:46.570Z | Compiling litemap v0.8.1 |
| 1353 | 2026-07-20T19:13:46.612Z | Compiling writeable v0.6.2 |
| 1354 | 2026-07-20T19:13:46.694Z | Compiling percent-encoding v2.3.2 |
| 1355 | 2026-07-20T19:13:46.817Z | Compiling bitflags v2.11.0 |
| 1356 | 2026-07-20T19:13:46.858Z | Compiling const-oid v0.9.6 |
| 1357 | 2026-07-20T19:13:46.878Z | Compiling semver v1.0.28 |
| 1358 | 2026-07-20T19:13:46.939Z | Compiling icu_normalizer_data v2.1.1 |
| 1359 | 2026-07-20T19:13:47.058Z | Compiling icu_properties_data v2.1.2 |
| 1360 | 2026-07-20T19:13:47.240Z | Compiling socket2 v0.6.3 |
| 1361 | 2026-07-20T19:13:47.408Z | Compiling futures-sink v0.3.32 |
| 1362 | 2026-07-20T19:13:47.454Z | Compiling synstructure v0.13.2 |
| 1363 | 2026-07-20T19:13:47.514Z | Compiling futures-channel v0.3.32 |
| 1364 | 2026-07-20T19:13:47.527Z | Compiling futures-task v0.3.32 |
| 1365 | 2026-07-20T19:13:47.629Z | Compiling futures-io v0.3.32 |
| 1366 | 2026-07-20T19:13:47.644Z | Compiling slab v0.4.12 |
| 1367 | 2026-07-20T19:13:47.702Z | Compiling utf8_iter v1.0.4 |
| 1368 | 2026-07-20T19:13:47.763Z | Compiling indexmap v2.14.0 |
| 1369 | 2026-07-20T19:13:47.790Z | Compiling form_urlencoded v1.2.2 |
| 1370 | 2026-07-20T19:13:47.805Z | Compiling getrandom v0.3.4 |
| 1371 | 2026-07-20T19:13:47.826Z | Compiling rustversion v1.0.22 |
| 1372 | 2026-07-20T19:13:47.852Z | Compiling cmake v0.1.57 |
| 1373 | 2026-07-20T19:13:47.949Z | Compiling dunce v1.0.5 |
| 1374 | 2026-07-20T19:13:47.968Z | Compiling fs_extra v1.3.0 |
| 1375 | 2026-07-20T19:13:48.049Z | Compiling rustix v1.1.3 |
| 1376 | 2026-07-20T19:13:48.089Z | Compiling ident_case v1.0.1 |
| 1377 | 2026-07-20T19:13:48.215Z | Compiling iana-time-zone v0.1.65 |
| 1378 | 2026-07-20T19:13:48.281Z | Compiling regex-syntax v0.8.10 |
| 1379 | 2026-07-20T19:13:48.281Z | Compiling aws-lc-sys v0.40.0 |
| 1380 | 2026-07-20T19:13:48.414Z | Compiling uuid v1.23.4 |
| 1381 | 2026-07-20T19:13:48.447Z | Compiling base64 v0.22.1 |
| 1382 | 2026-07-20T19:13:48.750Z | Compiling rand_core v0.9.5 |
| 1383 | 2026-07-20T19:13:48.773Z | Compiling base64ct v1.8.3 |
| 1384 | 2026-07-20T19:13:48.838Z | Compiling vcpkg v0.2.15 |
| 1385 | 2026-07-20T19:13:49.041Z | Compiling pem-rfc7468 v0.7.0 |
| 1386 | 2026-07-20T19:13:49.069Z | Compiling rustc_version v0.4.1 |
| 1387 | 2026-07-20T19:13:49.156Z | Compiling tracing-core v0.1.36 |
| 1388 | 2026-07-20T19:13:49.189Z | Compiling serde_derive v1.0.228 |
| 1389 | 2026-07-20T19:13:49.425Z | Compiling zeroize_derive v1.4.3 |
| 1390 | 2026-07-20T19:13:49.459Z | Compiling zerofrom-derive v0.1.6 |
| 1391 | 2026-07-20T19:13:49.683Z | Compiling yoke-derive v0.8.1 |
| 1392 | 2026-07-20T19:13:49.759Z | Compiling zerovec-derive v0.11.2 |
| 1393 | 2026-07-20T19:13:49.845Z | Compiling displaydoc v0.2.5 |
| 1394 | 2026-07-20T19:13:50.110Z | Compiling zeroize v1.8.2 |
| 1395 | 2026-07-20T19:13:50.324Z | Compiling zerocopy-derive v0.8.40 |
| 1396 | 2026-07-20T19:13:50.676Z | Compiling tokio-macros v2.7.0 |
| 1397 | 2026-07-20T19:13:50.880Z | Compiling futures-macro v0.3.32 |
| 1398 | 2026-07-20T19:13:50.894Z | Compiling zerofrom v0.1.6 |
| 1399 | 2026-07-20T19:13:50.927Z | Compiling openssl-sys v0.9.115 |
| 1400 | 2026-07-20T19:13:51.021Z | Compiling yoke v0.8.1 |
| 1401 | 2026-07-20T19:13:51.247Z | Compiling zerovec v0.11.5 |
| 1402 | 2026-07-20T19:13:51.262Z | Compiling zerotrie v0.2.3 |
| 1403 | 2026-07-20T19:13:51.480Z | Compiling crypto-common v0.1.7 |
| 1404 | 2026-07-20T19:13:51.538Z | Compiling block-buffer v0.10.4 |
| 1405 | 2026-07-20T19:13:51.569Z | Compiling thiserror-impl v2.0.18 |
| 1406 | 2026-07-20T19:13:51.632Z | Compiling tracing-attributes v0.1.31 |
| 1407 | 2026-07-20T19:13:51.712Z | Compiling tinystr v0.8.2 |
| 1408 | 2026-07-20T19:13:51.771Z | Compiling potential_utf v0.1.4 |
| 1409 | 2026-07-20T19:13:51.775Z | Compiling futures-util v0.3.32 |
| 1410 | 2026-07-20T19:13:51.912Z | Compiling icu_locale_core v2.1.1 |
| 1411 | 2026-07-20T19:13:51.936Z | Compiling icu_collections v2.1.1 |
| 1412 | 2026-07-20T19:13:52.426Z | Compiling digest v0.10.7 |
| 1413 | 2026-07-20T19:13:52.686Z | Compiling icu_provider v2.1.1 |
| 1414 | 2026-07-20T19:13:52.791Z | Compiling bytes v1.11.1 |
| 1415 | 2026-07-20T19:13:52.794Z | Compiling chrono v0.4.45 |
| 1416 | 2026-07-20T19:13:52.928Z | Compiling icu_properties v2.1.2 |
| 1417 | 2026-07-20T19:13:52.984Z | Compiling icu_normalizer v2.1.1 |
| 1418 | 2026-07-20T19:13:52.987Z | Compiling der_derive v0.7.3 |
| 1419 | 2026-07-20T19:13:53.413Z | Compiling tokio v1.52.1 |
| 1420 | 2026-07-20T19:13:53.521Z | Compiling http v1.4.2 |
| 1421 | 2026-07-20T19:13:53.953Z | Compiling idna_adapter v1.2.1 |
| 1422 | 2026-07-20T19:13:54.007Z | Compiling flagset v0.4.7 |
| 1423 | 2026-07-20T19:13:54.086Z | Compiling idna v1.1.0 |
| 1424 | 2026-07-20T19:13:54.107Z | Compiling aws-lc-rs v1.16.3 |
| 1425 | 2026-07-20T19:13:54.137Z | Compiling der v0.7.10 |
| 1426 | 2026-07-20T19:13:54.197Z | Compiling http-body v1.0.1 |
| 1427 | 2026-07-20T19:13:54.348Z | Compiling tracing v0.1.44 |
| 1428 | 2026-07-20T19:13:54.402Z | Compiling url v2.5.8 |
| 1429 | 2026-07-20T19:13:54.462Z | Compiling thiserror v2.0.18 |
| 1430 | 2026-07-20T19:13:54.616Z | Compiling rustls-pki-types v1.14.0 |
| 1431 | 2026-07-20T19:13:54.632Z | Compiling serde_derive_internals v0.29.1 |
| 1432 | 2026-07-20T19:13:54.731Z | Compiling ppv-lite86 v0.2.21 |
| 1433 | 2026-07-20T19:13:54.874Z | Compiling dyn-clone v1.0.20 |
| 1434 | 2026-07-20T19:13:55.012Z | Compiling rand_chacha v0.9.0 |
| 1435 | 2026-07-20T19:13:55.042Z | Compiling httparse v1.10.1 |
| 1436 | 2026-07-20T19:13:55.056Z | Compiling cmov v0.5.4 |
| 1437 | 2026-07-20T19:13:55.194Z | Compiling schemars v0.8.22 |
| 1438 | 2026-07-20T19:13:55.258Z | Compiling tinyvec_macros v0.1.1 |
| 1439 | 2026-07-20T19:13:55.324Z | Compiling openssl-probe v0.2.1 |
| 1440 | 2026-07-20T19:13:55.338Z | Compiling tinyvec v1.10.0 |
| 1441 | 2026-07-20T19:13:55.423Z | Compiling ctutils v0.4.2 |
| 1442 | 2026-07-20T19:13:55.438Z | Compiling rand v0.9.2 |
| 1443 | 2026-07-20T19:13:55.498Z | Compiling spki v0.7.3 |
| 1444 | 2026-07-20T19:13:55.503Z | Compiling schemars_derive v0.8.22 |
| 1445 | 2026-07-20T19:13:55.655Z | Compiling pest_generator v2.8.6 |
| 1446 | 2026-07-20T19:13:55.679Z | Compiling aho-corasick v1.1.4 |
| 1447 | 2026-07-20T19:13:55.682Z | Compiling atomic-waker v1.1.2 |
| 1448 | 2026-07-20T19:13:55.705Z | Compiling untrusted v0.7.1 |
| 1449 | 2026-07-20T19:13:55.799Z | Compiling tower-layer v0.3.3 |
| 1450 | 2026-07-20T19:13:55.821Z | Compiling tower-service v0.3.3 |
| 1451 | 2026-07-20T19:13:55.915Z | Compiling try-lock v0.2.5 |
| 1452 | 2026-07-20T19:13:55.952Z | Compiling tempfile v3.25.0 |
| 1453 | 2026-07-20T19:13:56.021Z | Compiling want v0.3.1 |
| 1454 | 2026-07-20T19:13:56.234Z | Compiling hybrid-array v0.4.13 |
| 1455 | 2026-07-20T19:13:56.343Z | Compiling ipnet v2.11.0 |
| 1456 | 2026-07-20T19:13:56.394Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-07-20T19:13:56.540Z | Compiling regex-automata v0.4.14 |
| 1458 | 2026-07-20T19:13:56.839Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-07-20T19:13:56.842Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-07-20T19:13:57.020Z | Compiling cpufeatures v0.2.17 |
| 1461 | 2026-07-20T19:13:57.096Z | Compiling openssl v0.10.79 |
| 1462 | 2026-07-20T19:13:57.342Z | Compiling tokio-util v0.7.18 |
| 1463 | 2026-07-20T19:13:57.405Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-07-20T19:13:57.494Z | Compiling untrusted v0.9.0 |
| 1465 | 2026-07-20T19:13:57.617Z | Compiling httpdate v1.0.3 |
| 1466 | 2026-07-20T19:13:57.659Z | Compiling rustls v0.23.41 |
| 1467 | 2026-07-20T19:13:57.874Z | Compiling scroll v0.13.0 |
| 1468 | 2026-07-20T19:13:57.890Z | Compiling foreign-types v0.3.2 |
| 1469 | 2026-07-20T19:13:57.943Z | Compiling pkcs8 v0.10.2 |
| 1470 | 2026-07-20T19:13:58.065Z | Compiling h2 v0.4.15 |
| 1471 | 2026-07-20T19:13:58.103Z | Compiling unicode-normalization v0.1.25 |
| 1472 | 2026-07-20T19:13:58.359Z | Compiling openssl-macros v0.1.1 |
| 1473 | 2026-07-20T19:13:58.561Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1474 | 2026-07-20T19:13:58.595Z | Compiling spin v0.9.8 |
| 1475 | 2026-07-20T19:13:58.764Z | Compiling powerfmt v0.2.0 |
| 1476 | 2026-07-20T19:13:58.806Z | Compiling time-core v0.1.8 |
| 1477 | 2026-07-20T19:13:58.952Z | Compiling crc32fast v1.5.0 |
| 1478 | 2026-07-20T19:13:58.965Z | Compiling num-conv v0.2.0 |
| 1479 | 2026-07-20T19:13:58.970Z | Compiling native-tls v0.2.18 |
| 1480 | 2026-07-20T19:13:59.099Z | Compiling time-macros v0.2.27 |
| 1481 | 2026-07-20T19:13:59.102Z | Compiling darling_macro v0.20.11 |
| 1482 | 2026-07-20T19:13:59.196Z | Compiling deranged v0.5.8 |
| 1483 | 2026-07-20T19:13:59.596Z | Compiling darling v0.20.11 |
| 1484 | 2026-07-20T19:13:59.697Z | Compiling goblin v0.10.5 |
| 1485 | 2026-07-20T19:14:00.165Z | Compiling sha2 v0.10.9 |
| 1486 | 2026-07-20T19:14:00.165Z | Compiling hmac v0.12.1 |
| 1487 | 2026-07-20T19:14:00.322Z | Compiling sync_wrapper v1.0.2 |
| 1488 | 2026-07-20T19:14:00.429Z | Compiling wait-timeout v0.2.1 |
| 1489 | 2026-07-20T19:14:00.613Z | Compiling usdt-impl v0.6.0 |
| 1490 | 2026-07-20T19:14:00.690Z | Compiling quick-error v1.2.3 |
| 1491 | 2026-07-20T19:14:00.796Z | Compiling simd-adler32 v0.3.8 |
| 1492 | 2026-07-20T19:14:00.826Z | Compiling crossbeam-utils v0.8.21 |
| 1493 | 2026-07-20T19:14:01.032Z | Compiling syn v1.0.109 |
| 1494 | 2026-07-20T19:14:01.128Z | Compiling hyper v1.10.1 |
| 1495 | 2026-07-20T19:14:01.365Z | Compiling num_threads v0.1.7 |
| 1496 | 2026-07-20T19:14:01.467Z | Compiling siphasher v1.0.2 |
| 1497 | 2026-07-20T19:14:01.578Z | Compiling bit-vec v0.8.0 |
| 1498 | 2026-07-20T19:14:01.817Z | Compiling bit-set v0.8.0 |
| 1499 | 2026-07-20T19:14:01.969Z | Compiling time v0.3.47 |
| 1500 | 2026-07-20T19:14:02.069Z | Compiling rusty-fork v0.3.1 |
| 1501 | 2026-07-20T19:14:02.213Z | Compiling tower v0.5.3 |
| 1502 | 2026-07-20T19:14:02.263Z | Compiling derive_builder_core v0.20.2 |
| 1503 | 2026-07-20T19:14:02.388Z | Compiling hyper-util v0.1.20 |
| 1504 | 2026-07-20T19:14:02.698Z | Compiling dof v0.4.0 |
| 1505 | 2026-07-20T19:14:03.000Z | Compiling dtrace-parser v0.3.0 |
| 1506 | 2026-07-20T19:14:03.138Z | Compiling http-body-util v0.1.3 |
| 1507 | 2026-07-20T19:14:03.380Z | Compiling heapless v0.7.17 |
| 1508 | 2026-07-20T19:14:03.560Z | Compiling scroll_derive v0.12.1 |
| 1509 | 2026-07-20T19:14:03.633Z | Compiling thiserror-impl v1.0.69 |
| 1510 | 2026-07-20T19:14:03.721Z | Compiling rand_xorshift v0.4.0 |
| 1511 | 2026-07-20T19:14:03.856Z | Compiling slog v2.8.2 |
| 1512 | 2026-07-20T19:14:03.882Z | Compiling darling_core v0.23.0 |
| 1513 | 2026-07-20T19:14:03.954Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-07-20T19:14:04.053Z | Compiling thread-id v5.1.0 |
| 1515 | 2026-07-20T19:14:04.135Z | Compiling cookie v0.18.1 |
| 1516 | 2026-07-20T19:14:04.149Z | Compiling anyhow v1.0.102 |
| 1517 | 2026-07-20T19:14:04.232Z | Compiling unicode-bidi v0.3.18 |
| 1518 | 2026-07-20T19:14:04.245Z | Compiling signal-hook v0.3.18 |
| 1519 | 2026-07-20T19:14:04.329Z | Compiling adler2 v2.0.1 |
| 1520 | 2026-07-20T19:14:04.429Z | Compiling ryu v1.0.23 |
| 1521 | 2026-07-20T19:14:04.458Z | Compiling iri-string v0.7.10 |
| 1522 | 2026-07-20T19:14:04.473Z | Compiling allocator-api2 v0.2.21 |
| 1523 | 2026-07-20T19:14:04.605Z | Compiling paste v1.0.15 |
| 1524 | 2026-07-20T19:14:04.763Z | Compiling zstd-safe v7.2.4 |
| 1525 | 2026-07-20T19:14:04.788Z | Compiling unicode-properties v0.1.4 |
| 1526 | 2026-07-20T19:14:04.885Z | Compiling unarray v0.1.4 |
| 1527 | 2026-07-20T19:14:04.906Z | Compiling thiserror v1.0.69 |
| 1528 | 2026-07-20T19:14:04.973Z | Compiling proptest v1.10.0 |
| 1529 | 2026-07-20T19:14:04.991Z | Compiling stringprep v0.1.5 |
| 1530 | 2026-07-20T19:14:05.017Z | Compiling serde_urlencoded v0.7.1 |
| 1531 | 2026-07-20T19:14:05.250Z | Compiling miniz_oxide v0.8.9 |
| 1532 | 2026-07-20T19:14:05.430Z | Compiling scroll v0.12.0 |
| 1533 | 2026-07-20T19:14:05.690Z | Compiling tower-http v0.6.8 |
| 1534 | 2026-07-20T19:14:05.970Z | Compiling derive_builder_macro v0.20.2 |
| 1535 | 2026-07-20T19:14:05.999Z | Compiling camino v1.2.2 |
| 1536 | 2026-07-20T19:14:06.352Z | Compiling darling_macro v0.23.0 |
| 1537 | 2026-07-20T19:14:06.406Z | Compiling tokio-native-tls v0.3.1 |
| 1538 | 2026-07-20T19:14:06.451Z | Compiling bstr v1.12.1 |
| 1539 | 2026-07-20T19:14:06.476Z | Compiling ipnetwork v0.21.1 |
| 1540 | 2026-07-20T19:14:06.575Z | Compiling block-buffer v0.12.1 |
| 1541 | 2026-07-20T19:14:06.606Z | Compiling crypto-common v0.2.2 |
| 1542 | 2026-07-20T19:14:06.771Z | Compiling block-padding v0.4.2 |
| 1543 | 2026-07-20T19:14:06.845Z | Compiling rustls-native-certs v0.8.3 |
| 1544 | 2026-07-20T19:14:06.867Z | Compiling rand_chacha v0.3.1 |
| 1545 | 2026-07-20T19:14:06.935Z | Compiling toml_datetime v0.6.11 |
| 1546 | 2026-07-20T19:14:07.097Z | Compiling serde_spanned v0.6.9 |
| 1547 | 2026-07-20T19:14:07.134Z | Compiling hex v0.4.3 |
| 1548 | 2026-07-20T19:14:07.199Z | Compiling serde_tokenstream v0.2.3 |
| 1549 | 2026-07-20T19:14:07.241Z | Compiling erased-serde v0.3.31 |
| 1550 | 2026-07-20T19:14:07.407Z | Compiling signature v2.2.0 |
| 1551 | 2026-07-20T19:14:07.520Z | Compiling md-5 v0.10.6 |
| 1552 | 2026-07-20T19:14:07.589Z | Compiling curve25519-dalek v4.1.3 |
| 1553 | 2026-07-20T19:14:07.667Z | Compiling async-trait v0.1.89 |
| 1554 | 2026-07-20T19:14:07.683Z | Compiling zerocopy-derive v0.7.35 |
| 1555 | 2026-07-20T19:14:07.730Z | Compiling pin-project-internal v1.1.11 |
| 1556 | 2026-07-20T19:14:07.932Z | Compiling vergen-lib v9.1.0 |
| 1557 | 2026-07-20T19:14:08.128Z | Compiling hash32 v0.2.1 |
| 1558 | 2026-07-20T19:14:08.321Z | Compiling num-integer v0.1.46 |
| 1559 | 2026-07-20T19:14:08.335Z | Compiling memoffset v0.9.1 |
| 1560 | 2026-07-20T19:14:08.537Z | Compiling encoding_rs v0.8.35 |
| 1561 | 2026-07-20T19:14:08.553Z | Compiling mime v0.3.17 |
| 1562 | 2026-07-20T19:14:08.642Z | Compiling rustix v0.38.44 |
| 1563 | 2026-07-20T19:14:08.686Z | Compiling num-bigint-dig v0.8.6 |
| 1564 | 2026-07-20T19:14:08.809Z | Compiling smoltcp v0.9.1 |
| 1565 | 2026-07-20T19:14:08.845Z | Compiling ref-cast v1.0.25 |
| 1566 | 2026-07-20T19:14:08.880Z | Compiling psl-types v2.0.11 |
| 1567 | 2026-07-20T19:14:09.000Z | Compiling fallible-iterator v0.2.0 |
| 1568 | 2026-07-20T19:14:09.014Z | Compiling cfg_aliases v0.2.1 |
| 1569 | 2026-07-20T19:14:09.088Z | Compiling litrs v1.0.0 |
| 1570 | 2026-07-20T19:14:09.154Z | Compiling zlib-rs v0.6.2 |
| 1571 | 2026-07-20T19:14:09.232Z | Compiling nix v0.31.2 |
| 1572 | 2026-07-20T19:14:09.317Z | Compiling postgres-protocol v0.6.10 |
| 1573 | 2026-07-20T19:14:09.598Z | Compiling document-features v0.2.12 |
| 1574 | 2026-07-20T19:14:09.729Z | Compiling publicsuffix v2.3.0 |
| 1575 | 2026-07-20T19:14:09.880Z | Compiling pin-project v1.1.11 |
| 1576 | 2026-07-20T19:14:09.897Z | Compiling zerocopy v0.7.35 |
| 1577 | 2026-07-20T19:14:09.977Z | Compiling hubpack_derive v0.1.1 |
| 1578 | 2026-07-20T19:14:10.038Z | Compiling num-iter v0.1.45 |
| 1579 | 2026-07-20T19:14:10.246Z | Compiling newtype-uuid v1.3.2 |
| 1580 | 2026-07-20T19:14:10.434Z | Compiling rand v0.8.6 |
| 1581 | 2026-07-20T19:14:10.449Z | Compiling inout v0.2.2 |
| 1582 | 2026-07-20T19:14:10.555Z | Compiling darling v0.23.0 |
| 1583 | 2026-07-20T19:14:10.572Z | Compiling oxnet v0.1.6 |
| 1584 | 2026-07-20T19:14:10.585Z | Compiling hyper-tls v0.6.0 |
| 1585 | 2026-07-20T19:14:10.618Z | Compiling derive_builder v0.20.2 |
| 1586 | 2026-07-20T19:14:10.741Z | Compiling goblin v0.8.2 |
| 1587 | 2026-07-20T19:14:11.341Z | Compiling phf_shared v0.13.1 |
| 1588 | 2026-07-20T19:14:11.363Z | Compiling regex v1.12.3 |
| 1589 | 2026-07-20T19:14:11.395Z | Compiling lazy_static v1.5.0 |
| 1590 | 2026-07-20T19:14:11.491Z | Compiling anstyle-parse v0.2.7 |
| 1591 | 2026-07-20T19:14:11.613Z | Compiling futures-executor v0.3.32 |
| 1592 | 2026-07-20T19:14:11.674Z | Compiling terminal_size v0.4.3 |
| 1593 | 2026-07-20T19:14:11.789Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-07-20T19:14:11.804Z | Compiling snafu-derive v0.8.9 |
| 1595 | 2026-07-20T19:14:11.818Z | Compiling strum_macros v0.27.2 |
| 1596 | 2026-07-20T19:14:11.834Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1597 | 2026-07-20T19:14:12.346Z | Compiling flate2 v1.1.9 |
| 1598 | 2026-07-20T19:14:12.501Z | Compiling daft-derive v0.1.7 |
| 1599 | 2026-07-20T19:14:12.517Z | Compiling vergen v9.1.0 |
| 1600 | 2026-07-20T19:14:12.710Z | Compiling cargo-platform v0.3.2 |
| 1601 | 2026-07-20T19:14:12.758Z | Compiling ff v0.13.1 |
| 1602 | 2026-07-20T19:14:12.957Z | Compiling fs-err v3.3.0 |
| 1603 | 2026-07-20T19:14:12.986Z | Compiling ahash v0.8.12 |
| 1604 | 2026-07-20T19:14:13.099Z | Compiling managed v0.8.0 |
| 1605 | 2026-07-20T19:14:13.201Z | Compiling bitflags v1.3.2 |
| 1606 | 2026-07-20T19:14:13.228Z | Compiling object v0.37.3 |
| 1607 | 2026-07-20T19:14:13.288Z | Compiling winnow v0.5.40 |
| 1608 | 2026-07-20T19:14:13.323Z | Compiling same-file v1.0.6 |
| 1609 | 2026-07-20T19:14:13.489Z | Compiling libbz2-rs-sys v0.2.2 |
| 1610 | 2026-07-20T19:14:13.547Z | Compiling base16ct v0.2.0 |
| 1611 | 2026-07-20T19:14:13.695Z | Compiling unicode-segmentation v1.12.0 |
| 1612 | 2026-07-20T19:14:13.738Z | Compiling foldhash v0.1.5 |
| 1613 | 2026-07-20T19:14:13.821Z | Compiling bumpalo v3.20.2 |
| 1614 | 2026-07-20T19:14:13.921Z | Compiling foldhash v0.2.0 |
| 1615 | 2026-07-20T19:14:14.070Z | Compiling hashbrown v0.16.1 |
| 1616 | 2026-07-20T19:14:14.093Z | Compiling zopfli v0.8.3 |
| 1617 | 2026-07-20T19:14:14.132Z | Compiling bzip2 v0.6.1 |
| 1618 | 2026-07-20T19:14:14.222Z | Compiling hashbrown v0.15.5 |
| 1619 | 2026-07-20T19:14:14.300Z | Compiling strum v0.27.2 |
| 1620 | 2026-07-20T19:14:14.315Z | Compiling snafu v0.8.9 |
| 1621 | 2026-07-20T19:14:14.396Z | Compiling sec1 v0.7.3 |
| 1622 | 2026-07-20T19:14:14.636Z | Compiling toml_edit v0.19.15 |
| 1623 | 2026-07-20T19:14:14.666Z | Compiling walkdir v2.5.0 |
| 1624 | 2026-07-20T19:14:14.706Z | Compiling daft v0.1.7 |
| 1625 | 2026-07-20T19:14:14.737Z | Compiling clap_builder v4.6.0 |
| 1626 | 2026-07-20T19:14:14.865Z | Compiling dof v0.3.0 |
| 1627 | 2026-07-20T19:14:14.964Z | Compiling cargo_metadata v0.23.1 |
| 1628 | 2026-07-20T19:14:15.029Z | Compiling group v0.13.0 |
| 1629 | 2026-07-20T19:14:15.558Z | Compiling futures v0.3.32 |
| 1630 | 2026-07-20T19:14:15.572Z | Compiling anstream v0.6.21 |
| 1631 | 2026-07-20T19:14:15.637Z | Compiling phf v0.13.1 |
| 1632 | 2026-07-20T19:14:15.955Z | Compiling signal-hook-mio v0.2.5 |
| 1633 | 2026-07-20T19:14:16.092Z | Compiling cookie_store v0.22.1 |
| 1634 | 2026-07-20T19:14:16.258Z | Compiling zstd v0.13.3 |
| 1635 | 2026-07-20T19:14:16.344Z | Compiling reqwest v0.12.28 |
| 1636 | 2026-07-20T19:14:16.519Z | Compiling bzip2 v0.4.4 |
| 1637 | 2026-07-20T19:14:16.756Z | Compiling serde_with_macros v3.21.0 |
| 1638 | 2026-07-20T19:14:16.777Z | Compiling cipher v0.5.2 |
| 1639 | 2026-07-20T19:14:17.066Z | Compiling hubpack v0.1.2 |
| 1640 | 2026-07-20T19:14:17.373Z | Compiling postgres-types v0.2.12 |
| 1641 | 2026-07-20T19:14:17.802Z | Compiling usdt-macro v0.6.0 |
| 1642 | 2026-07-20T19:14:17.874Z | Compiling usdt-attr-macro v0.6.0 |
| 1643 | 2026-07-20T19:14:17.927Z | Compiling ed25519 v2.2.3 |
| 1644 | 2026-07-20T19:14:18.226Z | Compiling globset v0.4.18 |
| 1645 | 2026-07-20T19:14:18.414Z | Compiling dtrace-parser v0.2.0 |
| 1646 | 2026-07-20T19:14:18.559Z | Compiling phf_shared v0.11.3 |
| 1647 | 2026-07-20T19:14:18.702Z | Compiling hkdf v0.12.4 |
| 1648 | 2026-07-20T19:14:18.744Z | Compiling olpc-cjson v0.1.4 |
| 1649 | 2026-07-20T19:14:18.824Z | Compiling pkcs1 v0.7.5 |
| 1650 | 2026-07-20T19:14:18.843Z | Compiling serde_plain v1.0.2 |
| 1651 | 2026-07-20T19:14:18.896Z | Compiling serde-big-array v0.5.1 |
| 1652 | 2026-07-20T19:14:18.910Z | Compiling crypto-bigint v0.5.5 |
| 1653 | 2026-07-20T19:14:19.030Z | Compiling serde_repr v0.1.20 |
| 1654 | 2026-07-20T19:14:19.044Z | Compiling async-recursion v1.1.1 |
| 1655 | 2026-07-20T19:14:19.154Z | Compiling enum-as-inner v0.6.1 |
| 1656 | 2026-07-20T19:14:19.204Z | Compiling strum_macros v0.26.4 |
| 1657 | 2026-07-20T19:14:19.584Z | Compiling clap_derive v4.6.1 |
| 1658 | 2026-07-20T19:14:19.722Z | Compiling pem v3.0.6 |
| 1659 | 2026-07-20T19:14:19.731Z | Compiling float-cmp v0.10.0 |
| 1660 | 2026-07-20T19:14:19.849Z | Compiling memmap2 v0.9.10 |
| 1661 | 2026-07-20T19:14:19.998Z | Compiling thread-id v4.2.2 |
| 1662 | 2026-07-20T19:14:20.065Z | Compiling env_filter v1.0.0 |
| 1663 | 2026-07-20T19:14:20.080Z | Compiling new_debug_unreachable v1.0.6 |
| 1664 | 2026-07-20T19:14:20.096Z | Compiling data-encoding v2.10.0 |
| 1665 | 2026-07-20T19:14:20.150Z | Compiling keccak v0.1.6 |
| 1666 | 2026-07-20T19:14:20.372Z | Compiling fixedbitset v0.5.7 |
| 1667 | 2026-07-20T19:14:20.671Z | Compiling static_assertions v1.1.0 |
| 1668 | 2026-07-20T19:14:20.745Z | Compiling difflib v0.4.0 |
| 1669 | 2026-07-20T19:14:20.791Z | Compiling normalize-line-endings v0.3.0 |
| 1670 | 2026-07-20T19:14:20.887Z | Compiling whoami v2.1.0 |
| 1671 | 2026-07-20T19:14:20.895Z | Compiling cpufeatures v0.3.0 |
| 1672 | 2026-07-20T19:14:20.956Z | Compiling const-oid v0.10.2 |
| 1673 | 2026-07-20T19:14:20.973Z | Compiling fixedbitset v0.4.2 |
| 1674 | 2026-07-20T19:14:20.999Z | Compiling predicates-core v1.0.10 |
| 1675 | 2026-07-20T19:14:21.159Z | Compiling winnow v1.0.3 |
| 1676 | 2026-07-20T19:14:21.223Z | Compiling either v1.15.0 |
| 1677 | 2026-07-20T19:14:21.236Z | Compiling jiff v0.2.21 |
| 1678 | 2026-07-20T19:14:21.292Z | Compiling precomputed-hash v0.1.1 |
| 1679 | 2026-07-20T19:14:21.324Z | Compiling typed-path v0.9.3 |
| 1680 | 2026-07-20T19:14:21.383Z | Compiling string_cache v0.8.9 |
| 1681 | 2026-07-20T19:14:21.389Z | Compiling clap v4.6.1 |
| 1682 | 2026-07-20T19:14:21.429Z | Compiling itertools v0.13.0 |
| 1683 | 2026-07-20T19:14:21.482Z | Compiling predicates v3.1.4 |
| 1684 | 2026-07-20T19:14:21.490Z | Compiling petgraph v0.6.5 |
| 1685 | 2026-07-20T19:14:21.558Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1686 | 2026-07-20T19:14:21.609Z | Compiling digest v0.11.3 |
| 1687 | 2026-07-20T19:14:21.830Z | Compiling tokio-postgres v0.7.16 |
| 1688 | 2026-07-20T19:14:22.133Z | Compiling strum v0.26.3 |
| 1689 | 2026-07-20T19:14:22.197Z | Compiling chacha20 v0.10.0 |
| 1690 | 2026-07-20T19:14:22.261Z | Compiling toml_edit v0.22.27 |
| 1691 | 2026-07-20T19:14:22.568Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1692 | 2026-07-20T19:14:22.587Z | Compiling petgraph v0.8.3 |
| 1693 | 2026-07-20T19:14:22.724Z | Compiling hickory-proto v0.25.2 |
| 1694 | 2026-07-20T19:14:23.012Z | Compiling sha3 v0.10.8 |
| 1695 | 2026-07-20T19:14:23.473Z | Compiling env_logger v0.11.9 |
| 1696 | 2026-07-20T19:14:23.842Z | Compiling zip v4.6.1 |
| 1697 | 2026-07-20T19:14:24.063Z | Compiling usdt-impl v0.5.0 |
| 1698 | 2026-07-20T19:14:24.559Z | Compiling usdt v0.6.0 |
| 1699 | 2026-07-20T19:14:24.636Z | Compiling elliptic-curve v0.13.8 |
| 1700 | 2026-07-20T19:14:24.789Z | Compiling rsa v0.9.10 |
| 1701 | 2026-07-20T19:14:24.822Z | Compiling crossterm v0.28.1 |
| 1702 | 2026-07-20T19:14:25.032Z | Compiling ed25519-dalek v2.2.0 |
| 1703 | 2026-07-20T19:14:25.041Z | Compiling serde_with v3.21.0 |
| 1704 | 2026-07-20T19:14:25.429Z | Compiling zip v0.6.6 |
| 1705 | 2026-07-20T19:14:26.005Z | Compiling toml v0.7.8 |
| 1706 | 2026-07-20T19:14:26.035Z | Compiling iddqd v0.4.2 |
| 1707 | 2026-07-20T19:14:26.826Z | Compiling similar v2.7.0 |
| 1708 | 2026-07-20T19:14:26.890Z | Compiling heck v0.4.1 |
| 1709 | 2026-07-20T19:14:27.115Z | Compiling byte-wrapper v0.1.0 |
| 1710 | 2026-07-20T19:14:27.140Z | Compiling crossbeam-epoch v0.9.18 |
| 1711 | 2026-07-20T19:14:27.381Z | Compiling tokio-stream v0.1.18 |
| 1712 | 2026-07-20T19:14:27.441Z | Compiling buf-list v1.1.2 |
| 1713 | 2026-07-20T19:14:27.450Z | Compiling x509-cert v0.2.5 |
| 1714 | 2026-07-20T19:14:27.470Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1715 | 2026-07-20T19:14:27.719Z | Compiling openapiv3 v2.2.0 |
| 1716 | 2026-07-20T19:14:27.733Z | Compiling lalrpop-util v0.19.12 |
| 1717 | 2026-07-20T19:14:27.769Z | Compiling peg-runtime v0.8.5 |
| 1718 | 2026-07-20T19:14:27.827Z | Compiling thread_local v1.1.9 |
| 1719 | 2026-07-20T19:14:27.897Z | Compiling slog-async v2.8.0 |
| 1720 | 2026-07-20T19:14:28.050Z | Compiling crossbeam-channel v0.5.15 |
| 1721 | 2026-07-20T19:14:28.076Z | Compiling is-terminal v0.4.17 |
| 1722 | 2026-07-20T19:14:28.129Z | Compiling filetime v0.2.27 |
| 1723 | 2026-07-20T19:14:28.171Z | Compiling term v1.2.1 |
| 1724 | 2026-07-20T19:14:28.231Z | Compiling xattr v1.6.1 |
| 1725 | 2026-07-20T19:14:28.295Z | Compiling take_mut v0.2.2 |
| 1726 | 2026-07-20T19:14:28.414Z | Compiling tar v0.4.46 |
| 1727 | 2026-07-20T19:14:28.502Z | Compiling slog-term v2.9.2 |
| 1728 | 2026-07-20T19:14:28.759Z | Compiling camino-tempfile v1.4.1 |
| 1729 | 2026-07-20T19:14:39.052Z | Compiling rustls-webpki v0.103.13 |
| 1730 | 2026-07-20T19:14:41.774Z | Compiling tokio-rustls v0.26.4 |
| 1731 | 2026-07-20T19:14:41.774Z | Compiling rustls-platform-verifier v0.6.2 |
| 1732 | 2026-07-20T19:14:41.778Z | Compiling tough v0.22.0 |
| 1733 | 2026-07-20T19:14:41.989Z | Compiling hyper-rustls v0.27.7 |
| 1734 | 2026-07-20T19:14:42.187Z | Compiling reqwest v0.13.2 |
| 1735 | 2026-07-20T19:14:44.472Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1736 | 2026-07-20T19:14:44.680Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1737 | 2026-07-20T19:14:47.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1738 | 2026-07-20T19:14:47.659Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1739 | 2026-07-20T19:14:47.713Z | Jul 20 19:14:46.160 INFO Starting download, target: Cockroach |
| 1740 | 2026-07-20T19:14:47.713Z | Jul 20 19:14:46.161 INFO Starting download, target: Console |
| 1741 | 2026-07-20T19:14:47.717Z | Jul 20 19:14:46.161 INFO Starting download, target: MaghemiteMgd |
| 1742 | 2026-07-20T19:14:47.717Z | Jul 20 19:14:46.161 INFO Starting download, target: DendriteStub |
| 1743 | 2026-07-20T19:14:47.717Z | Jul 20 19:14:46.161 INFO Starting download, target: Clickhouse |
| 1744 | 2026-07-20T19:14:47.717Z | Jul 20 19:14:46.161 INFO Starting download, target: MaghemiteDdmd |
| 1745 | 2026-07-20T19:14:47.717Z | Jul 20 19:14:46.161 INFO Starting download, target: TransceiverControl |
| 1746 | 2026-07-20T19:14:47.717Z | Jul 20 19:14:46.161 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1747 | 2026-07-20T19:14:47.717Z | Jul 20 19:14:46.161 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1748 | 2026-07-20T19:14:47.717Z | Jul 20 19:14:46.161 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1749 | 2026-07-20T19:14:47.717Z | Jul 20 19:14:46.161 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1750 | 2026-07-20T19:14:47.717Z | Jul 20 19:14:46.161 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1751 | 2026-07-20T19:14:47.717Z | Jul 20 19:14:46.161 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1752 | 2026-07-20T19:14:47.718Z | Jul 20 19:14:46.161 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1753 | 2026-07-20T19:14:48.085Z | Jul 20 19:14:46.509 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1754 | 2026-07-20T19:14:48.291Z | Jul 20 19:14:46.719 INFO Download complete, target: TransceiverControl |
| 1755 | 2026-07-20T19:14:48.695Z | Jul 20 19:14:47.111 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1756 | 2026-07-20T19:14:49.450Z | Jul 20 19:14:47.883 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1757 | 2026-07-20T19:14:49.465Z | Jul 20 19:14:47.904 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1758 | 2026-07-20T19:14:49.512Z | Jul 20 19:14:47.952 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1759 | 2026-07-20T19:14:49.633Z | Jul 20 19:14:48.068 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1760 | 2026-07-20T19:14:49.830Z | Jul 20 19:14:48.265 INFO Download complete, target: Console |
| 1761 | 2026-07-20T19:14:50.026Z | Jul 20 19:14:48.473 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1762 | 2026-07-20T19:14:50.026Z | Jul 20 19:14:48.473 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1763 | 2026-07-20T19:14:51.113Z | Jul 20 19:14:49.549 INFO Download complete, target: DendriteStub |
| 1764 | 2026-07-20T19:14:51.478Z | Jul 20 19:14:49.926 INFO Download complete, target: MaghemiteDdmd |
| 1765 | 2026-07-20T19:14:52.257Z | Jul 20 19:14:50.702 INFO Download complete, target: MaghemiteMgd |
| 1766 | 2026-07-20T19:14:54.651Z | Jul 20 19:14:53.100 INFO Checking that binary works, target: Cockroach |
| 1767 | 2026-07-20T19:14:54.766Z | Jul 20 19:14:53.213 INFO Download complete, target: Cockroach |
| 1768 | 2026-07-20T19:14:56.247Z | Jul 20 19:14:54.694 INFO Checking that binary works, target: Clickhouse |
| 1769 | 2026-07-20T19:14:56.391Z | Jul 20 19:14:54.839 INFO Download complete, target: Clickhouse |
| 1770 | 2026-07-20T19:14:56.407Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1771 | 2026-07-20T19:14:56.410Z | |
| 1772 | 2026-07-20T19:14:56.410Z | real 2:02.449880703 |
| 1773 | 2026-07-20T19:14:56.410Z | user 6:40.832321276 |
| 1774 | 2026-07-20T19:14:56.410Z | sys 1:21.867025374 |
| 1775 | 2026-07-20T19:14:56.410Z | trap 0.248643691 |
| 1776 | 2026-07-20T19:14:56.410Z | tflt 0.458567405 |
| 1777 | 2026-07-20T19:14:56.410Z | dflt 0.906891938 |
| 1778 | 2026-07-20T19:14:56.410Z | kflt 0.024475466 |
| 1779 | 2026-07-20T19:14:56.410Z | lock 22:36.622550567 |
| 1780 | 2026-07-20T19:14:56.410Z | slp 20:25.291242518 |
| 1781 | 2026-07-20T19:14:56.410Z | lat 43.261369372 |
| 1782 | 2026-07-20T19:14:56.410Z | stop 1:52.967698683 |
| 1783 | 2026-07-20T19:14:56.410Z | + banner clippy |
| 1784 | 2026-07-20T19:14:56.410Z | |
| 1785 | 2026-07-20T19:14:56.410Z | #### # # ##### ##### # # |
| 1786 | 2026-07-20T19:14:56.410Z | # # # # # # # # # # |
| 1787 | 2026-07-20T19:14:56.410Z | # # # # # # # # |
| 1788 | 2026-07-20T19:14:56.411Z | # # # ##### ##### # |
| 1789 | 2026-07-20T19:14:56.411Z | # # # # # # # |
| 1790 | 2026-07-20T19:14:56.411Z | #### ###### # # # # |
| 1791 | 2026-07-20T19:14:56.411Z | |
| 1792 | 2026-07-20T19:14:56.411Z | + export CARGO_INCREMENTAL=0 |
| 1793 | 2026-07-20T19:14:56.411Z | + CARGO_INCREMENTAL=0 |
| 1794 | 2026-07-20T19:14:56.411Z | + ptime -m cargo xtask clippy |
| 1795 | 2026-07-20T19:14:56.872Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1796 | 2026-07-20T19:14:57.156Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1797 | 2026-07-20T19:14:58.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
| 1798 | 2026-07-20T19:14:58.992Z | Running `target/debug/xtask clippy` |
| 1799 | 2026-07-20T19:14:59.011Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1800 | 2026-07-20T19:14:59.629Z | Downloading crates ... |
| 1801 | 2026-07-20T19:14:59.785Z | Downloaded async-lock v3.4.2 |
| 1802 | 2026-07-20T19:14:59.788Z | Downloaded relative-path v1.9.3 |
| 1803 | 2026-07-20T19:14:59.791Z | Downloaded backtrace v0.3.76 |
| 1804 | 2026-07-20T19:14:59.794Z | Downloaded terminal_size v0.1.17 |
| 1805 | 2026-07-20T19:14:59.797Z | Downloaded cast v0.3.0 |
| 1806 | 2026-07-20T19:14:59.801Z | Downloaded event-listener-strategy v0.5.4 |
| 1807 | 2026-07-20T19:14:59.804Z | Downloaded miette-derive v5.10.0 |
| 1808 | 2026-07-20T19:14:59.804Z | Downloaded assert-json-diff v2.0.2 |
| 1809 | 2026-07-20T19:14:59.807Z | Downloaded pathdiff v0.2.3 |
| 1810 | 2026-07-20T19:14:59.807Z | Downloaded hex-literal v0.4.1 |
| 1811 | 2026-07-20T19:14:59.810Z | Downloaded escape8259 v0.5.3 |
| 1812 | 2026-07-20T19:14:59.810Z | Downloaded plotters-backend v0.3.7 |
| 1813 | 2026-07-20T19:14:59.813Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1814 | 2026-07-20T19:14:59.813Z | Downloaded constant_time_eq v0.3.1 |
| 1815 | 2026-07-20T19:14:59.817Z | Downloaded async-object-pool v0.2.0 |
| 1816 | 2026-07-20T19:14:59.817Z | Downloaded backtrace-ext v0.2.1 |
| 1817 | 2026-07-20T19:14:59.821Z | Downloaded similar-asserts v1.7.0 |
| 1818 | 2026-07-20T19:14:59.823Z | Downloaded plotters-svg v0.3.7 |
| 1819 | 2026-07-20T19:14:59.824Z | Downloaded parking v2.2.1 |
| 1820 | 2026-07-20T19:14:59.829Z | Downloaded supports-unicode v2.1.0 |
| 1821 | 2026-07-20T19:14:59.833Z | Downloaded libtest-mimic v0.8.1 |
| 1822 | 2026-07-20T19:14:59.833Z | Downloaded concurrent-queue v2.5.0 |
| 1823 | 2026-07-20T19:14:59.836Z | Downloaded rust-argon2 v2.1.0 |
| 1824 | 2026-07-20T19:14:59.839Z | Downloaded supports-color v2.1.0 |
| 1825 | 2026-07-20T19:14:59.839Z | Downloaded nested v0.1.1 |
| 1826 | 2026-07-20T19:14:59.846Z | Downloaded target-triple v1.0.0 |
| 1827 | 2026-07-20T19:14:59.850Z | Downloaded serde_regex v1.1.0 |
| 1828 | 2026-07-20T19:14:59.850Z | Downloaded approx v0.5.1 |
| 1829 | 2026-07-20T19:14:59.850Z | Downloaded supports-hyperlinks v2.1.0 |
| 1830 | 2026-07-20T19:14:59.862Z | Downloaded linkme-impl v0.3.35 |
| 1831 | 2026-07-20T19:14:59.881Z | Downloaded oorandom v11.1.5 |
| 1832 | 2026-07-20T19:14:59.881Z | Downloaded assert_cmd v2.1.2 |
| 1833 | 2026-07-20T19:14:59.881Z | Downloaded criterion-plot v0.6.0 |
| 1834 | 2026-07-20T19:14:59.881Z | Downloaded target-spec v3.5.7 |
| 1835 | 2026-07-20T19:14:59.881Z | Downloaded anes v0.1.6 |
| 1836 | 2026-07-20T19:14:59.881Z | Downloaded futures-timer v3.0.3 |
| 1837 | 2026-07-20T19:14:59.888Z | Downloaded target-lexicon v0.13.3 |
| 1838 | 2026-07-20T19:14:59.888Z | Downloaded partial-io v0.5.4 |
| 1839 | 2026-07-20T19:14:59.888Z | Downloaded tinytemplate v1.2.1 |
| 1840 | 2026-07-20T19:14:59.888Z | Downloaded stringmetrics v2.2.2 |
| 1841 | 2026-07-20T19:14:59.888Z | Downloaded addr2line v0.25.1 |
| 1842 | 2026-07-20T19:14:59.888Z | Downloaded termcolor v1.4.1 |
| 1843 | 2026-07-20T19:14:59.888Z | Downloaded rustc-demangle v0.1.27 |
| 1844 | 2026-07-20T19:14:59.888Z | Downloaded knuffel-derive v3.2.0 |
| 1845 | 2026-07-20T19:14:59.888Z | Downloaded path-tree v0.8.3 |
| 1846 | 2026-07-20T19:14:59.888Z | Downloaded owo-colors v3.5.0 |
| 1847 | 2026-07-20T19:14:59.892Z | Downloaded blake2b_simd v1.0.4 |
| 1848 | 2026-07-20T19:14:59.895Z | Downloaded datatest-stable v0.3.3 |
| 1849 | 2026-07-20T19:14:59.895Z | Downloaded linkme v0.3.35 |
| 1850 | 2026-07-20T19:14:59.899Z | Downloaded cfg-expr v0.20.6 |
| 1851 | 2026-07-20T19:14:59.903Z | Downloaded trybuild v1.0.116 |
| 1852 | 2026-07-20T19:14:59.907Z | Downloaded httptest v0.16.4 |
| 1853 | 2026-07-20T19:14:59.913Z | Downloaded event-listener v5.4.1 |
| 1854 | 2026-07-20T19:14:59.918Z | Downloaded hickory-client v0.25.2 |
| 1855 | 2026-07-20T19:14:59.918Z | Downloaded rstest v0.25.0 |
| 1856 | 2026-07-20T19:14:59.921Z | Downloaded textwrap v0.15.2 |
| 1857 | 2026-07-20T19:14:59.923Z | Downloaded rand_distr v0.5.1 |
| 1858 | 2026-07-20T19:14:59.928Z | Downloaded rstest_macros v0.25.0 |
| 1859 | 2026-07-20T19:14:59.930Z | Downloaded fancy-regex v0.14.0 |
| 1860 | 2026-07-20T19:14:59.930Z | Downloaded knuffel v3.2.0 |
| 1861 | 2026-07-20T19:14:59.930Z | Downloaded chumsky v0.9.3 |
| 1862 | 2026-07-20T19:14:59.933Z | Downloaded miette v5.10.0 |
| 1863 | 2026-07-20T19:14:59.951Z | Downloaded hashbrown v0.14.5 |
| 1864 | 2026-07-20T19:14:59.954Z | Downloaded guppy v0.17.25 |
| 1865 | 2026-07-20T19:14:59.957Z | Downloaded criterion v0.7.0 |
| 1866 | 2026-07-20T19:14:59.966Z | Downloaded plotters v0.3.7 |
| 1867 | 2026-07-20T19:14:59.978Z | Downloaded gimli v0.32.3 |
| 1868 | 2026-07-20T19:15:00.093Z | Downloaded httpmock v0.8.3 |
| 1869 | 2026-07-20T19:15:01.854Z | Checking cfg-if v1.0.4 |
| 1870 | 2026-07-20T19:15:02.170Z | Checking libc v0.2.185 |
| 1871 | 2026-07-20T19:15:02.174Z | Checking serde_core v1.0.228 |
| 1872 | 2026-07-20T19:15:02.237Z | Checking memchr v2.8.0 |
| 1873 | 2026-07-20T19:15:02.277Z | Checking zeroize v1.8.2 |
| 1874 | 2026-07-20T19:15:02.314Z | Checking smallvec v1.15.1 |
| 1875 | 2026-07-20T19:15:02.351Z | Checking rand_core v0.10.0 |
| 1876 | 2026-07-20T19:15:02.397Z | Checking subtle v2.6.1 |
| 1877 | 2026-07-20T19:15:02.401Z | Checking itoa v1.0.17 |
| 1878 | 2026-07-20T19:15:02.471Z | Checking log v0.4.29 |
| 1879 | 2026-07-20T19:15:02.523Z | Checking libm v0.2.16 |
| 1880 | 2026-07-20T19:15:02.571Z | Checking typenum v1.20.1 |
| 1881 | 2026-07-20T19:15:02.612Z | Checking getrandom v0.4.1 |
| 1882 | 2026-07-20T19:15:02.612Z | Checking errno v0.3.14 |
| 1883 | 2026-07-20T19:15:02.687Z | Checking scopeguard v1.2.0 |
| 1884 | 2026-07-20T19:15:02.731Z | Checking stable_deref_trait v1.2.1 |
| 1885 | 2026-07-20T19:15:02.734Z | Checking zmij v1.0.21 |
| 1886 | 2026-07-20T19:15:02.804Z | Checking zerofrom v0.1.6 |
| 1887 | 2026-07-20T19:15:02.845Z | Checking lock_api v0.4.14 |
| 1888 | 2026-07-20T19:15:02.888Z | Checking percent-encoding v2.3.2 |
| 1889 | 2026-07-20T19:15:02.924Z | Checking litemap v0.8.1 |
| 1890 | 2026-07-20T19:15:02.961Z | Checking yoke v0.8.1 |
| 1891 | 2026-07-20T19:15:02.997Z | Checking writeable v0.6.2 |
| 1892 | 2026-07-20T19:15:03.056Z | Checking icu_normalizer_data v2.1.1 |
| 1893 | 2026-07-20T19:15:03.092Z | Checking icu_properties_data v2.1.2 |
| 1894 | 2026-07-20T19:15:03.177Z | Checking form_urlencoded v1.2.2 |
| 1895 | 2026-07-20T19:15:03.182Z | Checking zerovec v0.11.5 |
| 1896 | 2026-07-20T19:15:03.205Z | Checking zerotrie v0.2.3 |
| 1897 | 2026-07-20T19:15:03.240Z | Checking utf8_iter v1.0.4 |
| 1898 | 2026-07-20T19:15:03.278Z | Checking num-traits v0.2.19 |
| 1899 | 2026-07-20T19:15:03.315Z | Checking pin-project-lite v0.2.17 |
| 1900 | 2026-07-20T19:15:03.357Z | Checking zerocopy v0.8.40 |
| 1901 | 2026-07-20T19:15:03.399Z | Checking parking_lot_core v0.9.12 |
| 1902 | 2026-07-20T19:15:03.444Z | Checking portable-atomic v1.13.1 |
| 1903 | 2026-07-20T19:15:03.485Z | Checking critical-section v1.2.0 |
| 1904 | 2026-07-20T19:15:03.528Z | Checking signal-hook-registry v1.4.8 |
| 1905 | 2026-07-20T19:15:03.611Z | Checking parking_lot v0.12.5 |
| 1906 | 2026-07-20T19:15:03.651Z | Checking tinystr v0.8.2 |
| 1907 | 2026-07-20T19:15:03.651Z | Checking potential_utf v0.1.4 |
| 1908 | 2026-07-20T19:15:03.720Z | Checking serde v1.0.228 |
| 1909 | 2026-07-20T19:15:03.723Z | Checking bitflags v2.11.0 |
| 1910 | 2026-07-20T19:15:03.803Z | Checking serde_json v1.0.150 |
| 1911 | 2026-07-20T19:15:03.840Z | Checking icu_collections v2.1.1 |
| 1912 | 2026-07-20T19:15:03.880Z | Checking icu_locale_core v2.1.1 |
| 1913 | 2026-07-20T19:15:03.880Z | Checking once_cell v1.21.3 |
| 1914 | 2026-07-20T19:15:03.953Z | Checking mio v1.2.0 |
| 1915 | 2026-07-20T19:15:04.007Z | Checking iana-time-zone v0.1.65 |
| 1916 | 2026-07-20T19:15:04.124Z | Checking socket2 v0.6.3 |
| 1917 | 2026-07-20T19:15:04.169Z | Checking uuid v1.23.4 |
| 1918 | 2026-07-20T19:15:04.223Z | Checking bytes v1.11.1 |
| 1919 | 2026-07-20T19:15:04.223Z | Checking chrono v0.4.45 |
| 1920 | 2026-07-20T19:15:04.289Z | Checking thiserror v2.0.18 |
| 1921 | 2026-07-20T19:15:04.451Z | Checking semver v1.0.28 |
| 1922 | 2026-07-20T19:15:04.465Z | Checking icu_provider v2.1.1 |
| 1923 | 2026-07-20T19:15:04.488Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1924 | 2026-07-20T19:15:04.488Z | Checking futures-core v0.3.32 |
| 1925 | 2026-07-20T19:15:04.562Z | Checking dyn-clone v1.0.20 |
| 1926 | 2026-07-20T19:15:04.638Z | Checking getrandom v0.2.17 |
| 1927 | 2026-07-20T19:15:04.642Z | Checking equivalent v1.0.2 |
| 1928 | 2026-07-20T19:15:04.709Z | Checking tokio v1.52.1 |
| 1929 | 2026-07-20T19:15:04.712Z | Checking icu_properties v2.1.2 |
| 1930 | 2026-07-20T19:15:04.712Z | Checking icu_normalizer v2.1.1 |
| 1931 | 2026-07-20T19:15:04.815Z | Checking rustix v1.1.3 |
| 1932 | 2026-07-20T19:15:04.818Z | Checking rand_core v0.6.4 |
| 1933 | 2026-07-20T19:15:04.935Z | Checking cmov v0.5.4 |
| 1934 | 2026-07-20T19:15:05.026Z | Checking byteorder v1.5.0 |
| 1935 | 2026-07-20T19:15:05.071Z | Checking futures-sink v0.3.32 |
| 1936 | 2026-07-20T19:15:05.074Z | Checking generic-array v0.14.7 |
| 1937 | 2026-07-20T19:15:05.149Z | Checking ctutils v0.4.2 |
| 1938 | 2026-07-20T19:15:05.201Z | Checking futures-channel v0.3.32 |
| 1939 | 2026-07-20T19:15:05.255Z | Checking futures-task v0.3.32 |
| 1940 | 2026-07-20T19:15:05.386Z | Checking hybrid-array v0.4.13 |
| 1941 | 2026-07-20T19:15:05.433Z | Checking slab v0.4.12 |
| 1942 | 2026-07-20T19:15:05.437Z | Checking futures-io v0.3.32 |
| 1943 | 2026-07-20T19:15:05.580Z | Checking thiserror v1.0.69 |
| 1944 | 2026-07-20T19:15:05.617Z | Checking getrandom v0.3.4 |
| 1945 | 2026-07-20T19:15:05.655Z | Checking futures-util v0.3.32 |
| 1946 | 2026-07-20T19:15:05.659Z | Checking idna_adapter v1.2.1 |
| 1947 | 2026-07-20T19:15:05.736Z | Checking hashbrown v0.17.0 |
| 1948 | 2026-07-20T19:15:05.741Z | Checking const-oid v0.9.6 |
| 1949 | 2026-07-20T19:15:05.799Z | Checking base64ct v1.8.3 |
| 1950 | 2026-07-20T19:15:05.843Z | Checking idna v1.1.0 |
| 1951 | 2026-07-20T19:15:06.055Z | Checking crypto-common v0.1.7 |
| 1952 | 2026-07-20T19:15:06.117Z | Checking url v2.5.8 |
| 1953 | 2026-07-20T19:15:06.160Z | Checking ppv-lite86 v0.2.21 |
| 1954 | 2026-07-20T19:15:06.201Z | Checking crypto-common v0.2.2 |
| 1955 | 2026-07-20T19:15:06.224Z | Checking fnv v1.0.7 |
| 1956 | 2026-07-20T19:15:06.259Z | Checking indexmap v2.14.0 |
| 1957 | 2026-07-20T19:15:06.346Z | Checking regex-syntax v0.8.10 |
| 1958 | 2026-07-20T19:15:06.461Z | Checking block-buffer v0.12.1 |
| 1959 | 2026-07-20T19:15:06.499Z | Checking block-buffer v0.10.4 |
| 1960 | 2026-07-20T19:15:06.559Z | Checking schemars v0.8.22 |
| 1961 | 2026-07-20T19:15:06.650Z | Checking utf8parse v0.2.2 |
| 1962 | 2026-07-20T19:15:06.738Z | Checking digest v0.10.7 |
| 1963 | 2026-07-20T19:15:06.799Z | Checking base64 v0.22.1 |
| 1964 | 2026-07-20T19:15:06.852Z | Checking anstyle v1.0.14 |
| 1965 | 2026-07-20T19:15:06.862Z | Checking http v1.4.2 |
| 1966 | 2026-07-20T19:15:06.907Z | Checking tracing-core v0.1.36 |
| 1967 | 2026-07-20T19:15:07.033Z | Checking is_terminal_polyfill v1.70.2 |
| 1968 | 2026-07-20T19:15:07.160Z | Checking colorchoice v1.0.4 |
| 1969 | 2026-07-20T19:15:07.267Z | Checking anstyle-query v1.1.5 |
| 1970 | 2026-07-20T19:15:07.302Z | Checking anstyle-parse v1.0.0 |
| 1971 | 2026-07-20T19:15:07.302Z | Checking terminal_size v0.4.3 |
| 1972 | 2026-07-20T19:15:07.302Z | Checking tracing v0.1.44 |
| 1973 | 2026-07-20T19:15:07.302Z | Checking ipnet v2.11.0 |
| 1974 | 2026-07-20T19:15:07.377Z | Checking const-oid v0.10.2 |
| 1975 | 2026-07-20T19:15:07.392Z | Checking anstream v1.0.0 |
| 1976 | 2026-07-20T19:15:07.463Z | Checking clap_lex v1.0.0 |
| 1977 | 2026-07-20T19:15:07.497Z | Checking strsim v0.11.1 |
| 1978 | 2026-07-20T19:15:07.557Z | Checking aho-corasick v1.1.4 |
| 1979 | 2026-07-20T19:15:07.595Z | Checking rand_core v0.9.5 |
| 1980 | 2026-07-20T19:15:07.627Z | Checking crossbeam-utils v0.8.21 |
| 1981 | 2026-07-20T19:15:07.644Z | Checking unicode-ident v1.0.24 |
| 1982 | 2026-07-20T19:15:07.644Z | Checking httparse v1.10.1 |
| 1983 | 2026-07-20T19:15:07.700Z | Checking clap_builder v4.6.0 |
| 1984 | 2026-07-20T19:15:07.735Z | Checking powerfmt v0.2.0 |
| 1985 | 2026-07-20T19:15:07.819Z | Checking cpufeatures v0.3.0 |
| 1986 | 2026-07-20T19:15:07.844Z | Checking proc-macro2 v1.0.106 |
| 1987 | 2026-07-20T19:15:07.911Z | Checking digest v0.11.3 |
| 1988 | 2026-07-20T19:15:07.946Z | Checking num_threads v0.1.7 |
| 1989 | 2026-07-20T19:15:07.952Z | Checking deranged v0.5.8 |
| 1990 | 2026-07-20T19:15:08.018Z | Checking cpufeatures v0.2.17 |
| 1991 | 2026-07-20T19:15:08.037Z | Checking tokio-util v0.7.18 |
| 1992 | 2026-07-20T19:15:08.087Z | Checking num-conv v0.2.0 |
| 1993 | 2026-07-20T19:15:08.126Z | Checking time-core v0.1.8 |
| 1994 | 2026-07-20T19:15:08.134Z | Checking rand_chacha v0.9.0 |
| 1995 | 2026-07-20T19:15:08.281Z | Checking quote v1.0.45 |
| 1996 | 2026-07-20T19:15:08.304Z | Checking erased-serde v0.3.31 |
| 1997 | 2026-07-20T19:15:08.304Z | Checking regex-automata v0.4.14 |
| 1998 | 2026-07-20T19:15:08.329Z | Checking http-body v1.0.1 |
| 1999 | 2026-07-20T19:15:08.385Z | Checking rand v0.9.2 |
| 2000 | 2026-07-20T19:15:08.423Z | Checking syn v2.0.117 |
| 2001 | 2026-07-20T19:15:08.485Z | Checking atomic-waker v1.1.2 |
| 2002 | 2026-07-20T19:15:08.611Z | Checking aws-lc-sys v0.40.0 |
| 2003 | 2026-07-20T19:15:08.651Z | Checking slog v2.8.2 |
| 2004 | 2026-07-20T19:15:08.685Z | Checking rustls-pki-types v1.14.0 |
| 2005 | 2026-07-20T19:15:08.875Z | Checking httpdate v1.0.3 |
| 2006 | 2026-07-20T19:15:08.928Z | Checking time v0.3.47 |
| 2007 | 2026-07-20T19:15:08.982Z | Checking try-lock v0.2.5 |
| 2008 | 2026-07-20T19:15:09.004Z | Checking allocator-api2 v0.2.21 |
| 2009 | 2026-07-20T19:15:09.004Z | Checking clap v4.6.1 |
| 2010 | 2026-07-20T19:15:09.075Z | Checking fastrand v2.3.0 |
| 2011 | 2026-07-20T19:15:09.111Z | Checking untrusted v0.7.1 |
| 2012 | 2026-07-20T19:15:09.149Z | Checking want v0.3.1 |
| 2013 | 2026-07-20T19:15:09.153Z | Checking h2 v0.4.15 |
| 2014 | 2026-07-20T19:15:09.249Z | Checking aws-lc-rs v1.16.3 |
| 2015 | 2026-07-20T19:15:09.286Z | Checking ipnetwork v0.21.1 |
| 2016 | 2026-07-20T19:15:09.328Z | Checking hex v0.4.3 |
| 2017 | 2026-07-20T19:15:09.335Z | Checking anyhow v1.0.102 |
| 2018 | 2026-07-20T19:15:09.535Z | Checking tower-service v0.3.3 |
| 2019 | 2026-07-20T19:15:09.575Z | Checking ryu v1.0.23 |
| 2020 | 2026-07-20T19:15:09.614Z | Checking tower-layer v0.3.3 |
| 2021 | 2026-07-20T19:15:09.651Z | Checking pem-rfc7468 v0.7.0 |
| 2022 | 2026-07-20T19:15:09.736Z | Checking spin v0.9.8 |
| 2023 | 2026-07-20T19:15:09.837Z | Checking flagset v0.4.7 |
| 2024 | 2026-07-20T19:15:09.861Z | Checking tempfile v3.25.0 |
| 2025 | 2026-07-20T19:15:09.942Z | Checking der v0.7.10 |
| 2026 | 2026-07-20T19:15:09.945Z | Checking mime v0.3.17 |
| 2027 | 2026-07-20T19:15:10.066Z | Checking untrusted v0.9.0 |
| 2028 | 2026-07-20T19:15:10.069Z | Checking simd-adler32 v0.3.8 |
| 2029 | 2026-07-20T19:15:10.140Z | Checking adler2 v2.0.1 |
| 2030 | 2026-07-20T19:15:10.144Z | Checking http-body-util v0.1.3 |
| 2031 | 2026-07-20T19:15:10.180Z | Checking block-padding v0.4.2 |
| 2032 | 2026-07-20T19:15:10.243Z | Checking rustls-webpki v0.103.13 |
| 2033 | 2026-07-20T19:15:10.281Z | Checking camino v1.2.2 |
| 2034 | 2026-07-20T19:15:10.319Z | Checking miniz_oxide v0.8.9 |
| 2035 | 2026-07-20T19:15:10.367Z | Checking inout v0.2.2 |
| 2036 | 2026-07-20T19:15:10.431Z | Checking openssl-probe v0.2.1 |
| 2037 | 2026-07-20T19:15:10.548Z | Checking pretty-hex v0.4.1 |
| 2038 | 2026-07-20T19:15:10.593Z | Checking serde_urlencoded v0.7.1 |
| 2039 | 2026-07-20T19:15:10.636Z | Checking rand_chacha v0.3.1 |
| 2040 | 2026-07-20T19:15:10.703Z | Checking encoding_rs v0.8.35 |
| 2041 | 2026-07-20T19:15:10.706Z | Checking rustls v0.23.41 |
| 2042 | 2026-07-20T19:15:10.776Z | Checking plain v0.2.3 |
| 2043 | 2026-07-20T19:15:10.779Z | Checking spki v0.7.3 |
| 2044 | 2026-07-20T19:15:10.809Z | Checking cipher v0.5.2 |
| 2045 | 2026-07-20T19:15:10.879Z | Checking regex v1.12.3 |
| 2046 | 2026-07-20T19:15:10.883Z | Checking rand v0.8.6 |
| 2047 | 2026-07-20T19:15:10.949Z | Checking oxnet v0.1.6 |
| 2048 | 2026-07-20T19:15:11.035Z | Checking ucd-trie v0.1.7 |
| 2049 | 2026-07-20T19:15:11.078Z | Checking crc32fast v1.5.0 |
| 2050 | 2026-07-20T19:15:11.207Z | Checking pest v2.8.6 |
| 2051 | 2026-07-20T19:15:11.212Z | Checking sync_wrapper v1.0.2 |
| 2052 | 2026-07-20T19:15:11.319Z | Checking pkcs8 v0.10.2 |
| 2053 | 2026-07-20T19:15:11.326Z | Checking futures-executor v0.3.32 |
| 2054 | 2026-07-20T19:15:11.366Z | Checking tower v0.5.3 |
| 2055 | 2026-07-20T19:15:11.456Z | Checking either v1.15.0 |
| 2056 | 2026-07-20T19:15:11.496Z | Checking iri-string v0.7.10 |
| 2057 | 2026-07-20T19:15:11.499Z | Checking futures v0.3.32 |
| 2058 | 2026-07-20T19:15:11.635Z | Checking zlib-rs v0.6.2 |
| 2059 | 2026-07-20T19:15:11.684Z | Checking sha2 v0.10.9 |
| 2060 | 2026-07-20T19:15:11.688Z | Checking static_assertions v1.1.0 |
| 2061 | 2026-07-20T19:15:11.785Z | Checking foldhash v0.2.0 |
| 2062 | 2026-07-20T19:15:11.824Z | Checking lazy_static v1.5.0 |
| 2063 | 2026-07-20T19:15:11.941Z | Checking openapiv3 v2.2.0 |
| 2064 | 2026-07-20T19:15:11.980Z | Checking hashbrown v0.16.1 |
| 2065 | 2026-07-20T19:15:11.984Z | Checking hubpack v0.1.2 |
| 2066 | 2026-07-20T19:15:12.068Z | Checking hyper v1.10.1 |
| 2067 | 2026-07-20T19:15:12.205Z | Checking strum v0.26.3 |
| 2068 | 2026-07-20T19:15:12.298Z | Checking rustls-native-certs v0.8.3 |
| 2069 | 2026-07-20T19:15:12.348Z | Checking signature v2.2.0 |
| 2070 | 2026-07-20T19:15:12.460Z | Checking num-integer v0.1.46 |
| 2071 | 2026-07-20T19:15:12.502Z | Checking psl-types v2.0.11 |
| 2072 | 2026-07-20T19:15:12.539Z | Checking tinyvec_macros v0.1.1 |
| 2073 | 2026-07-20T19:15:12.578Z | Checking flate2 v1.1.9 |
| 2074 | 2026-07-20T19:15:12.581Z | Checking tower-http v0.6.8 |
| 2075 | 2026-07-20T19:15:12.649Z | Checking bit-vec v0.8.0 |
| 2076 | 2026-07-20T19:15:12.653Z | Checking tinyvec v1.10.0 |
| 2077 | 2026-07-20T19:15:12.718Z | Checking publicsuffix v2.3.0 |
| 2078 | 2026-07-20T19:15:12.871Z | Checking bit-set v0.8.0 |
| 2079 | 2026-07-20T19:15:12.911Z | Checking cookie v0.18.1 |
| 2080 | 2026-07-20T19:15:12.914Z | Checking wait-timeout v0.2.1 |
| 2081 | 2026-07-20T19:15:12.944Z | Checking anstyle-parse v0.2.7 |
| 2082 | 2026-07-20T19:15:13.016Z | Checking ahash v0.8.12 |
| 2083 | 2026-07-20T19:15:13.057Z | Checking serde_spanned v0.6.9 |
| 2084 | 2026-07-20T19:15:13.091Z | Checking hyper-util v0.1.20 |
| 2085 | 2026-07-20T19:15:13.091Z | Checking tokio-rustls v0.26.4 |
| 2086 | 2026-07-20T19:15:13.095Z | Checking rustls-platform-verifier v0.6.2 |
| 2087 | 2026-07-20T19:15:13.197Z | Checking cookie_store v0.22.1 |
| 2088 | 2026-07-20T19:15:13.200Z | Checking toml_datetime v0.6.11 |
| 2089 | 2026-07-20T19:15:13.267Z | Checking scroll v0.13.0 |
| 2090 | 2026-07-20T19:15:13.271Z | Checking quick-error v1.2.3 |
| 2091 | 2026-07-20T19:15:13.300Z | Checking anstream v0.6.21 |
| 2092 | 2026-07-20T19:15:13.370Z | Checking rand_xorshift v0.4.0 |
| 2093 | 2026-07-20T19:15:13.373Z | Checking memmap2 v0.9.10 |
| 2094 | 2026-07-20T19:15:13.444Z | Checking rusty-fork v0.3.1 |
| 2095 | 2026-07-20T19:15:13.447Z | Checking data-encoding v2.10.0 |
| 2096 | 2026-07-20T19:15:13.517Z | Checking goblin v0.10.5 |
| 2097 | 2026-07-20T19:15:13.558Z | Checking unarray v0.1.4 |
| 2098 | 2026-07-20T19:15:13.563Z | Checking dtrace-parser v0.3.0 |
| 2099 | 2026-07-20T19:15:13.563Z | Checking x509-cert v0.2.5 |
| 2100 | 2026-07-20T19:15:13.563Z | Checking bstr v1.12.1 |
| 2101 | 2026-07-20T19:15:13.693Z | Checking hmac v0.12.1 |
| 2102 | 2026-07-20T19:15:13.697Z | Checking proptest v1.10.0 |
| 2103 | 2026-07-20T19:15:13.764Z | Checking thread-id v5.1.0 |
| 2104 | 2026-07-20T19:15:13.852Z | Checking num-iter v0.1.45 |
| 2105 | 2026-07-20T19:15:13.891Z | Checking crossbeam-epoch v0.9.18 |
| 2106 | 2026-07-20T19:15:13.894Z | Checking memoffset v0.9.1 |
| 2107 | 2026-07-20T19:15:13.992Z | Checking scroll v0.12.0 |
| 2108 | 2026-07-20T19:15:14.030Z | Checking env_filter v1.0.0 |
| 2109 | 2026-07-20T19:15:14.033Z | Checking num-bigint-dig v0.8.6 |
| 2110 | 2026-07-20T19:15:14.140Z | Checking pkcs1 v0.7.5 |
| 2111 | 2026-07-20T19:15:14.233Z | Checking env_logger v0.11.9 |
| 2112 | 2026-07-20T19:15:14.275Z | Checking goblin v0.8.2 |
| 2113 | 2026-07-20T19:15:14.343Z | Checking zerocopy v0.7.35 |
| 2114 | 2026-07-20T19:15:14.382Z | Checking rustix v0.38.44 |
| 2115 | 2026-07-20T19:15:14.386Z | Checking hyper-rustls v0.27.7 |
| 2116 | 2026-07-20T19:15:14.453Z | Checking foreign-types-shared v0.1.1 |
| 2117 | 2026-07-20T19:15:14.564Z | Checking unicode-segmentation v1.12.0 |
| 2118 | 2026-07-20T19:15:14.617Z | Checking reqwest v0.13.2 |
| 2119 | 2026-07-20T19:15:14.856Z | Checking foreign-types v0.3.2 |
| 2120 | 2026-07-20T19:15:14.898Z | Checking rsa v0.9.10 |
| 2121 | 2026-07-20T19:15:14.932Z | Checking dtrace-parser v0.2.0 |
| 2122 | 2026-07-20T19:15:14.972Z | Checking ff v0.13.1 |
| 2123 | 2026-07-20T19:15:15.128Z | Checking openssl-sys v0.9.115 |
| 2124 | 2026-07-20T19:15:15.192Z | Checking thread-id v4.2.2 |
| 2125 | 2026-07-20T19:15:15.237Z | Checking winnow v0.5.40 |
| 2126 | 2026-07-20T19:15:15.300Z | Checking same-file v1.0.6 |
| 2127 | 2026-07-20T19:15:15.397Z | Checking base16ct v0.2.0 |
| 2128 | 2026-07-20T19:15:15.458Z | Checking walkdir v2.5.0 |
| 2129 | 2026-07-20T19:15:15.520Z | Checking group v0.13.0 |
| 2130 | 2026-07-20T19:15:15.560Z | Checking sec1 v0.7.3 |
| 2131 | 2026-07-20T19:15:15.564Z | Checking newtype-uuid v1.3.2 |
| 2132 | 2026-07-20T19:15:15.564Z | Checking openssl v0.10.79 |
| 2133 | 2026-07-20T19:15:15.667Z | Checking nix v0.31.2 |
| 2134 | 2026-07-20T19:15:15.703Z | Checking hkdf v0.12.4 |
| 2135 | 2026-07-20T19:15:15.796Z | Checking serde_with v3.21.0 |
| 2136 | 2026-07-20T19:15:15.856Z | Checking daft v0.1.7 |
| 2137 | 2026-07-20T19:15:15.936Z | Checking crypto-bigint v0.5.5 |
| 2138 | 2026-07-20T19:15:15.963Z | Checking dof v0.4.0 |
| 2139 | 2026-07-20T19:15:16.124Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2140 | 2026-07-20T19:15:16.228Z | Checking dof v0.3.0 |
| 2141 | 2026-07-20T19:15:16.295Z | Checking keccak v0.1.6 |
| 2142 | 2026-07-20T19:15:16.445Z | Checking toml_edit v0.19.15 |
| 2143 | 2026-07-20T19:15:16.486Z | Checking winnow v0.7.14 |
| 2144 | 2026-07-20T19:15:16.551Z | Checking usdt-impl v0.5.0 |
| 2145 | 2026-07-20T19:15:16.587Z | Checking usdt-impl v0.6.0 |
| 2146 | 2026-07-20T19:15:16.858Z | Checking elliptic-curve v0.13.8 |
| 2147 | 2026-07-20T19:15:16.909Z | Checking sha3 v0.10.8 |
| 2148 | 2026-07-20T19:15:16.925Z | Checking bzip2 v0.4.4 |
| 2149 | 2026-07-20T19:15:16.926Z | Checking usdt v0.6.0 |
| 2150 | 2026-07-20T19:15:17.106Z | Checking unicode-normalization v0.1.25 |
| 2151 | 2026-07-20T19:15:17.131Z | Checking itertools v0.13.0 |
| 2152 | 2026-07-20T19:15:17.209Z | Checking bitflags v1.3.2 |
| 2153 | 2026-07-20T19:15:17.253Z | Checking winnow v1.0.3 |
| 2154 | 2026-07-20T19:15:17.297Z | Checking siphasher v1.0.2 |
| 2155 | 2026-07-20T19:15:17.338Z | Checking zip v0.6.6 |
| 2156 | 2026-07-20T19:15:17.486Z | Checking signal-hook v0.3.18 |
| 2157 | 2026-07-20T19:15:17.523Z | Checking toml v0.7.8 |
| 2158 | 2026-07-20T19:15:17.554Z | Checking toml_write v0.1.2 |
| 2159 | 2026-07-20T19:15:17.565Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2160 | 2026-07-20T19:15:17.650Z | Checking native-tls v0.2.18 |
| 2161 | 2026-07-20T19:15:17.782Z | Checking managed v0.8.0 |
| 2162 | 2026-07-20T19:15:17.810Z | Checking globset v0.4.18 |
| 2163 | 2026-07-20T19:15:17.810Z | Checking chacha20 v0.10.0 |
| 2164 | 2026-07-20T19:15:17.832Z | Checking toml_edit v0.22.27 |
| 2165 | 2026-07-20T19:15:17.844Z | Checking curve25519-dalek v4.1.3 |
| 2166 | 2026-07-20T19:15:17.888Z | Checking tokio-native-tls v0.3.1 |
| 2167 | 2026-07-20T19:15:17.921Z | Checking object v0.37.3 |
| 2168 | 2026-07-20T19:15:17.954Z | Checking foldhash v0.1.5 |
| 2169 | 2026-07-20T19:15:18.008Z | Checking signal-hook-mio v0.2.5 |
| 2170 | 2026-07-20T19:15:18.042Z | Checking ed25519 v2.2.3 |
| 2171 | 2026-07-20T19:15:18.086Z | Checking hyper-tls v0.6.0 |
| 2172 | 2026-07-20T19:15:18.125Z | Checking hashbrown v0.15.5 |
| 2173 | 2026-07-20T19:15:18.157Z | Checking ref-cast v1.0.25 |
| 2174 | 2026-07-20T19:15:18.223Z | Checking pin-project v1.1.11 |
| 2175 | 2026-07-20T19:15:18.265Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2176 | 2026-07-20T19:15:18.305Z | Checking pem v3.0.6 |
| 2177 | 2026-07-20T19:15:18.315Z | Checking reqwest v0.12.28 |
| 2178 | 2026-07-20T19:15:18.368Z | Checking bumpalo v3.20.2 |
| 2179 | 2026-07-20T19:15:18.407Z | Checking zstd-safe v7.2.4 |
| 2180 | 2026-07-20T19:15:18.478Z | Checking libbz2-rs-sys v0.2.2 |
| 2181 | 2026-07-20T19:15:18.590Z | Checking zopfli v0.8.3 |
| 2182 | 2026-07-20T19:15:18.629Z | Checking zstd v0.13.3 |
| 2183 | 2026-07-20T19:15:18.633Z | Checking snafu v0.8.9 |
| 2184 | 2026-07-20T19:15:18.700Z | Checking ed25519-dalek v2.2.0 |
| 2185 | 2026-07-20T19:15:18.847Z | Checking crossterm v0.28.1 |
| 2186 | 2026-07-20T19:15:18.893Z | Checking bzip2 v0.6.1 |
| 2187 | 2026-07-20T19:15:18.934Z | Checking olpc-cjson v0.1.4 |
| 2188 | 2026-07-20T19:15:18.938Z | Checking similar v2.7.0 |
| 2189 | 2026-07-20T19:15:19.004Z | Checking fs-err v3.3.0 |
| 2190 | 2026-07-20T19:15:19.010Z | Checking hash32 v0.2.1 |
| 2191 | 2026-07-20T19:15:19.080Z | Checking serde_plain v1.0.2 |
| 2192 | 2026-07-20T19:15:19.119Z | Checking serde-big-array v0.5.1 |
| 2193 | 2026-07-20T19:15:19.123Z | Checking predicates-core v1.0.10 |
| 2194 | 2026-07-20T19:15:19.221Z | Checking unicode-bidi v0.3.18 |
| 2195 | 2026-07-20T19:15:19.261Z | Checking typed-path v0.9.3 |
| 2196 | 2026-07-20T19:15:19.297Z | Checking unicode-properties v0.1.4 |
| 2197 | 2026-07-20T19:15:19.336Z | Checking jiff v0.2.21 |
| 2198 | 2026-07-20T19:15:19.341Z | Checking heapless v0.7.17 |
| 2199 | 2026-07-20T19:15:19.465Z | Checking hickory-proto v0.25.2 |
| 2200 | 2026-07-20T19:15:19.510Z | Checking byte-wrapper v0.1.0 |
| 2201 | 2026-07-20T19:15:19.548Z | Checking stringprep v0.1.5 |
| 2202 | 2026-07-20T19:15:19.584Z | Checking md-5 v0.10.6 |
| 2203 | 2026-07-20T19:15:19.728Z | Checking float-cmp v0.10.0 |
| 2204 | 2026-07-20T19:15:19.769Z | Checking difflib v0.4.0 |
| 2205 | 2026-07-20T19:15:19.773Z | Checking normalize-line-endings v0.3.0 |
| 2206 | 2026-07-20T19:15:19.838Z | Checking fallible-iterator v0.2.0 |
| 2207 | 2026-07-20T19:15:19.885Z | Checking smoltcp v0.9.1 |
| 2208 | 2026-07-20T19:15:19.921Z | Checking iddqd v0.4.2 |
| 2209 | 2026-07-20T19:15:19.977Z | Checking predicates v3.1.4 |
| 2210 | 2026-07-20T19:15:20.062Z | Checking tough v0.22.0 |
| 2211 | 2026-07-20T19:15:20.144Z | Checking postgres-protocol v0.6.10 |
| 2212 | 2026-07-20T19:15:20.259Z | Checking phf_shared v0.11.3 |
| 2213 | 2026-07-20T19:15:20.302Z | Checking phf_shared v0.13.1 |
| 2214 | 2026-07-20T19:15:20.449Z | Checking tokio-stream v0.1.18 |
| 2215 | 2026-07-20T19:15:20.500Z | Checking buf-list v1.1.2 |
| 2216 | 2026-07-20T19:15:20.540Z | Checking strum v0.27.2 |
| 2217 | 2026-07-20T19:15:20.544Z | Checking lalrpop-util v0.19.12 |
| 2218 | 2026-07-20T19:15:20.713Z | Checking new_debug_unreachable v1.0.6 |
| 2219 | 2026-07-20T19:15:20.754Z | Checking fixedbitset v0.4.2 |
| 2220 | 2026-07-20T19:15:20.757Z | Checking fixedbitset v0.5.7 |
| 2221 | 2026-07-20T19:15:20.834Z | Checking precomputed-hash v0.1.1 |
| 2222 | 2026-07-20T19:15:20.874Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2223 | 2026-07-20T19:15:20.878Z | Checking phf v0.13.1 |
| 2224 | 2026-07-20T19:15:20.947Z | Checking petgraph v0.6.5 |
| 2225 | 2026-07-20T19:15:20.982Z | Checking string_cache v0.8.9 |
| 2226 | 2026-07-20T19:15:21.019Z | Checking petgraph v0.8.3 |
| 2227 | 2026-07-20T19:15:21.087Z | Checking postgres-types v0.2.12 |
| 2228 | 2026-07-20T19:15:21.183Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2229 | 2026-07-20T19:15:21.427Z | Checking peg-runtime v0.8.5 |
| 2230 | 2026-07-20T19:15:21.478Z | Checking whoami v2.1.0 |
| 2231 | 2026-07-20T19:15:21.640Z | Checking zip v4.6.1 |
| 2232 | 2026-07-20T19:15:21.702Z | Checking tokio-postgres v0.7.16 |
| 2233 | 2026-07-20T19:15:21.743Z | Checking is-terminal v0.4.17 |
| 2234 | 2026-07-20T19:15:21.866Z | Checking crossbeam-channel v0.5.15 |
| 2235 | 2026-07-20T19:15:22.150Z | Checking thread_local v1.1.9 |
| 2236 | 2026-07-20T19:15:22.239Z | Compiling structmeta-derive v0.3.0 |
| 2237 | 2026-07-20T19:15:22.278Z | Checking term v1.2.1 |
| 2238 | 2026-07-20T19:15:22.282Z | Checking take_mut v0.2.2 |
| 2239 | 2026-07-20T19:15:22.313Z | Compiling newtype-uuid-macros v0.1.0 |
| 2240 | 2026-07-20T19:15:22.384Z | Compiling multer v3.1.0 |
| 2241 | 2026-07-20T19:15:22.446Z | Checking slog-async v2.8.0 |
| 2242 | 2026-07-20T19:15:22.529Z | Checking slog-term v2.9.2 |
| 2243 | 2026-07-20T19:15:22.650Z | Compiling async-stream-impl v0.3.6 |
| 2244 | 2026-07-20T19:15:22.654Z | Checking match_cfg v0.1.0 |
| 2245 | 2026-07-20T19:15:22.731Z | Checking slog-json v2.6.1 |
| 2246 | 2026-07-20T19:15:22.784Z | Checking hostname v0.3.1 |
| 2247 | 2026-07-20T19:15:22.821Z | Compiling dropshot v0.17.1 |
| 2248 | 2026-07-20T19:15:22.911Z | Compiling dropshot_endpoint v0.17.1 |
| 2249 | 2026-07-20T19:15:22.948Z | Checking slog-bunyan v2.5.0 |
| 2250 | 2026-07-20T19:15:23.047Z | Checking debug-ignore v1.0.5 |
| 2251 | 2026-07-20T19:15:23.122Z | Checking sha1 v0.11.0 |
| 2252 | 2026-07-20T19:15:23.156Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2253 | 2026-07-20T19:15:23.191Z | Checking serde_spanned v1.1.1 |
| 2254 | 2026-07-20T19:15:23.194Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2255 | 2026-07-20T19:15:23.302Z | Checking serde_path_to_error v0.1.20 |
| 2256 | 2026-07-20T19:15:23.338Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2257 | 2026-07-20T19:15:23.378Z | Compiling structmeta v0.3.0 |
| 2258 | 2026-07-20T19:15:23.380Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2259 | 2026-07-20T19:15:23.453Z | Checking compression-core v0.4.31 |
| 2260 | 2026-07-20T19:15:23.546Z | Checking progenitor-client v0.14.0 |
| 2261 | 2026-07-20T19:15:23.590Z | Checking async-stream v0.3.6 |
| 2262 | 2026-07-20T19:15:23.629Z | Compiling derive-ex v0.1.8 |
| 2263 | 2026-07-20T19:15:23.663Z | Checking compression-codecs v0.4.37 |
| 2264 | 2026-07-20T19:15:23.666Z | Checking toml v1.1.2+spec-1.1.0 |
| 2265 | 2026-07-20T19:15:23.768Z | Checking rustls-pemfile v2.2.0 |
| 2266 | 2026-07-20T19:15:23.774Z | Checking waitgroup v0.1.2 |
| 2267 | 2026-07-20T19:15:23.800Z | Checking hostname v0.4.2 |
| 2268 | 2026-07-20T19:15:23.885Z | Checking async-compression v0.4.41 |
| 2269 | 2026-07-20T19:15:23.937Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2270 | 2026-07-20T19:15:23.991Z | Checking atomicwrites v0.4.4 |
| 2271 | 2026-07-20T19:15:24.009Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2272 | 2026-07-20T19:15:24.009Z | Checking itertools v0.14.0 |
| 2273 | 2026-07-20T19:15:24.072Z | Compiling parse-display-derive v0.10.0 |
| 2274 | 2026-07-20T19:15:24.137Z | Checking macaddr v1.0.1 |
| 2275 | 2026-07-20T19:15:24.165Z | Checking regress v0.10.5 |
| 2276 | 2026-07-20T19:15:24.204Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2277 | 2026-07-20T19:15:24.354Z | Checking instant v0.1.13 |
| 2278 | 2026-07-20T19:15:24.360Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2279 | 2026-07-20T19:15:24.455Z | Checking backoff v0.4.0 |
| 2280 | 2026-07-20T19:15:24.657Z | Checking backon v1.6.0 |
| 2281 | 2026-07-20T19:15:24.682Z | Checking humantime v2.3.0 |
| 2282 | 2026-07-20T19:15:24.688Z | Checking unicode-width v0.2.0 |
| 2283 | 2026-07-20T19:15:24.845Z | Checking progenitor-extras v0.2.0 |
| 2284 | 2026-07-20T19:15:24.895Z | Compiling convert_case v0.4.0 |
| 2285 | 2026-07-20T19:15:25.002Z | Checking half v2.7.1 |
| 2286 | 2026-07-20T19:15:25.092Z | Checking heck v0.5.0 |
| 2287 | 2026-07-20T19:15:25.138Z | Checking ciborium-io v0.2.2 |
| 2288 | 2026-07-20T19:15:25.253Z | Checking secrecy v0.10.3 |
| 2289 | 2026-07-20T19:15:25.289Z | Checking camino-tempfile v1.4.1 |
| 2290 | 2026-07-20T19:15:25.324Z | Compiling derive_more v0.99.20 |
| 2291 | 2026-07-20T19:15:25.329Z | Checking ciborium-ll v0.2.2 |
| 2292 | 2026-07-20T19:15:25.391Z | Compiling test-strategy v0.4.5 |
| 2293 | 2026-07-20T19:15:25.396Z | Checking indent_write v2.2.0 |
| 2294 | 2026-07-20T19:15:25.487Z | Compiling regress v0.11.1 |
| 2295 | 2026-07-20T19:15:25.597Z | Compiling crucible-workspace-hack v0.1.0 |
| 2296 | 2026-07-20T19:15:25.630Z | Checking ciborium v0.2.2 |
| 2297 | 2026-07-20T19:15:25.734Z | Checking inout v0.1.4 |
| 2298 | 2026-07-20T19:15:25.858Z | Checking cipher v0.4.4 |
| 2299 | 2026-07-20T19:15:25.867Z | Checking parse-display v0.10.0 |
| 2300 | 2026-07-20T19:15:26.027Z | Checking universal-hash v0.5.1 |
| 2301 | 2026-07-20T19:15:26.071Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2302 | 2026-07-20T19:15:26.110Z | Checking opaque-debug v0.3.1 |
| 2303 | 2026-07-20T19:15:26.113Z | Checking chacha20 v0.9.1 |
| 2304 | 2026-07-20T19:15:26.219Z | Checking poly1305 v0.8.0 |
| 2305 | 2026-07-20T19:15:26.369Z | Checking blake2 v0.10.6 |
| 2306 | 2026-07-20T19:15:26.523Z | Checking aead v0.5.2 |
| 2307 | 2026-07-20T19:15:26.654Z | Checking password-hash v0.5.0 |
| 2308 | 2026-07-20T19:15:26.702Z | Checking chacha20poly1305 v0.10.1 |
| 2309 | 2026-07-20T19:15:26.861Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2310 | 2026-07-20T19:15:26.899Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2311 | 2026-07-20T19:15:26.936Z | Checking argon2 v0.5.3 |
| 2312 | 2026-07-20T19:15:26.994Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2313 | 2026-07-20T19:15:27.225Z | Compiling typify-impl v0.6.2 |
| 2314 | 2026-07-20T19:15:27.303Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2315 | 2026-07-20T19:15:27.306Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2316 | 2026-07-20T19:15:27.376Z | Checking thiserror-no-std v2.0.2 |
| 2317 | 2026-07-20T19:15:27.412Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2318 | 2026-07-20T19:15:27.489Z | Checking vsss-rs v3.3.4 |
| 2319 | 2026-07-20T19:15:27.600Z | Compiling unsafe-libyaml v0.2.11 |
| 2320 | 2026-07-20T19:15:27.643Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2321 | 2026-07-20T19:15:27.990Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2322 | 2026-07-20T19:15:28.373Z | Compiling serde_yaml v0.9.34+deprecated |
| 2323 | 2026-07-20T19:15:28.642Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2324 | 2026-07-20T19:15:28.753Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2325 | 2026-07-20T19:15:28.834Z | Checking swrite v0.1.0 |
| 2326 | 2026-07-20T19:15:28.935Z | Checking crossbeam-deque v0.8.6 |
| 2327 | 2026-07-20T19:15:28.972Z | Compiling rayon-core v1.13.0 |
| 2328 | 2026-07-20T19:15:29.008Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2329 | 2026-07-20T19:15:29.142Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2330 | 2026-07-20T19:15:29.303Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2331 | 2026-07-20T19:15:29.306Z | Compiling darling_core v0.21.3 |
| 2332 | 2026-07-20T19:15:29.631Z | Compiling proc-macro-error v1.0.4 |
| 2333 | 2026-07-20T19:15:29.850Z | Checking rayon v1.11.0 |
| 2334 | 2026-07-20T19:15:29.888Z | Compiling proc-macro-crate v3.4.0 |
| 2335 | 2026-07-20T19:15:29.968Z | Checking toml v0.8.23 |
| 2336 | 2026-07-20T19:15:30.332Z | Checking tabwriter v1.4.1 |
| 2337 | 2026-07-20T19:15:30.391Z | Checking glob v0.3.3 |
| 2338 | 2026-07-20T19:15:30.466Z | Compiling num_enum_derive v0.7.6 |
| 2339 | 2026-07-20T19:15:30.524Z | Checking colored v3.1.1 |
| 2340 | 2026-07-20T19:15:30.560Z | Compiling heapless v0.8.0 |
| 2341 | 2026-07-20T19:15:30.651Z | Checking hash32 v0.3.1 |
| 2342 | 2026-07-20T19:15:30.773Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2343 | 2026-07-20T19:15:30.820Z | Compiling smoltcp v0.11.0 |
| 2344 | 2026-07-20T19:15:31.031Z | Checking unicode-width v0.1.14 |
| 2345 | 2026-07-20T19:15:31.297Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2346 | 2026-07-20T19:15:31.332Z | Checking cobs v0.3.0 |
| 2347 | 2026-07-20T19:15:31.365Z | Compiling usdt-attr-macro v0.5.0 |
| 2348 | 2026-07-20T19:15:31.410Z | Compiling usdt-macro v0.5.0 |
| 2349 | 2026-07-20T19:15:31.507Z | Checking memmap v0.7.0 |
| 2350 | 2026-07-20T19:15:31.544Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2351 | 2026-07-20T19:15:31.602Z | Checking num_enum v0.7.6 |
| 2352 | 2026-07-20T19:15:31.747Z | Checking postcard v1.1.3 |
| 2353 | 2026-07-20T19:15:31.818Z | Compiling typify-macro v0.6.2 |
| 2354 | 2026-07-20T19:15:31.865Z | Checking rand v0.10.1 |
| 2355 | 2026-07-20T19:15:31.927Z | Compiling darling_macro v0.21.3 |
| 2356 | 2026-07-20T19:15:32.063Z | Compiling proc-macro-crate v1.3.1 |
| 2357 | 2026-07-20T19:15:32.192Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2358 | 2026-07-20T19:15:32.196Z | Checking usdt v0.5.0 |
| 2359 | 2026-07-20T19:15:32.377Z | Checking sigpipe v0.1.3 |
| 2360 | 2026-07-20T19:15:32.420Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2361 | 2026-07-20T19:15:32.456Z | Compiling foreign-types-macros v0.2.3 |
| 2362 | 2026-07-20T19:15:32.494Z | Checking foreign-types-shared v0.3.1 |
| 2363 | 2026-07-20T19:15:32.498Z | Compiling darling v0.21.3 |
| 2364 | 2026-07-20T19:15:32.559Z | Compiling num_enum_derive v0.5.11 |
| 2365 | 2026-07-20T19:15:32.647Z | Compiling ingot-macros v0.1.1 |
| 2366 | 2026-07-20T19:15:32.780Z | Checking cstr-argument v0.1.2 |
| 2367 | 2026-07-20T19:15:32.879Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2368 | 2026-07-20T19:15:32.882Z | Compiling num-derive v0.4.2 |
| 2369 | 2026-07-20T19:15:32.949Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2370 | 2026-07-20T19:15:33.088Z | Checking foreign-types v0.5.0 |
| 2371 | 2026-07-20T19:15:33.196Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2372 | 2026-07-20T19:15:33.352Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2373 | 2026-07-20T19:15:33.464Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2374 | 2026-07-20T19:15:33.502Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2375 | 2026-07-20T19:15:33.536Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2376 | 2026-07-20T19:15:33.611Z | Compiling typify v0.6.2 |
| 2377 | 2026-07-20T19:15:33.687Z | Checking num_enum v0.5.11 |
| 2378 | 2026-07-20T19:15:33.742Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2379 | 2026-07-20T19:15:33.768Z | Compiling progenitor-impl v0.14.0 |
| 2380 | 2026-07-20T19:15:33.792Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2381 | 2026-07-20T19:15:33.834Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2382 | 2026-07-20T19:15:33.901Z | Compiling zone_cfg_derive v0.3.1 |
| 2383 | 2026-07-20T19:15:34.038Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2384 | 2026-07-20T19:15:34.221Z | Checking itertools v0.12.1 |
| 2385 | 2026-07-20T19:15:34.263Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2386 | 2026-07-20T19:15:34.525Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2387 | 2026-07-20T19:15:34.714Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2388 | 2026-07-20T19:15:34.767Z | Checking smf v0.2.3 |
| 2389 | 2026-07-20T19:15:34.815Z | Checking whoami v1.6.1 |
| 2390 | 2026-07-20T19:15:34.851Z | Checking tokio-dtrace v0.1.1 |
| 2391 | 2026-07-20T19:15:34.952Z | Compiling derive-where v1.6.0 |
| 2392 | 2026-07-20T19:15:35.014Z | Checking console v0.15.11 |
| 2393 | 2026-07-20T19:15:35.046Z | Checking newline-converter v0.3.0 |
| 2394 | 2026-07-20T19:15:35.085Z | Checking oxide-tokio-rt v0.1.4 |
| 2395 | 2026-07-20T19:15:35.185Z | Checking bytecount v0.6.9 |
| 2396 | 2026-07-20T19:15:35.232Z | Checking zone v0.3.1 |
| 2397 | 2026-07-20T19:15:35.278Z | Compiling owo-colors v4.3.0 |
| 2398 | 2026-07-20T19:15:35.316Z | Compiling cancel-safe-futures v0.1.5 |
| 2399 | 2026-07-20T19:15:35.319Z | Checking expectorate v1.2.0 |
| 2400 | 2026-07-20T19:15:35.569Z | Checking ingot-types v0.1.2 |
| 2401 | 2026-07-20T19:15:35.606Z | Checking libsw-core v0.3.2 |
| 2402 | 2026-07-20T19:15:35.733Z | Checking num-rational v0.4.2 |
| 2403 | 2026-07-20T19:15:35.797Z | Checking libsw v3.5.0 |
| 2404 | 2026-07-20T19:15:35.970Z | Checking num-complex v0.4.6 |
| 2405 | 2026-07-20T19:15:36.010Z | Checking ingot v0.1.1 |
| 2406 | 2026-07-20T19:15:36.027Z | Checking linear-map v1.2.0 |
| 2407 | 2026-07-20T19:15:36.123Z | Checking float-ord v0.3.2 |
| 2408 | 2026-07-20T19:15:36.236Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2409 | 2026-07-20T19:15:36.253Z | Checking gethostname v0.5.0 |
| 2410 | 2026-07-20T19:15:36.343Z | Checking num v0.4.3 |
| 2411 | 2026-07-20T19:15:36.381Z | Compiling prettyplease v0.2.37 |
| 2412 | 2026-07-20T19:15:36.412Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2413 | 2026-07-20T19:15:36.442Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2414 | 2026-07-20T19:15:36.442Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2415 | 2026-07-20T19:15:36.511Z | Compiling progenitor-macro v0.14.0 |
| 2416 | 2026-07-20T19:15:36.820Z | Checking resolv-conf v0.7.6 |
| 2417 | 2026-07-20T19:15:36.878Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2418 | 2026-07-20T19:15:37.041Z | Checking smawk v0.3.2 |
| 2419 | 2026-07-20T19:15:37.201Z | Checking unicode-linebreak v0.1.5 |
| 2420 | 2026-07-20T19:15:37.491Z | Checking papergrid v0.11.0 |
| 2421 | 2026-07-20T19:15:37.733Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2422 | 2026-07-20T19:15:38.008Z | Compiling tabled_derive v0.7.0 |
| 2423 | 2026-07-20T19:15:38.065Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2424 | 2026-07-20T19:15:38.103Z | Compiling convert_case v0.10.0 |
| 2425 | 2026-07-20T19:15:38.273Z | Compiling slog-dtrace v0.3.0 |
| 2426 | 2026-07-20T19:15:38.315Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2427 | 2026-07-20T19:15:38.440Z | Compiling derive_more-impl v2.1.1 |
| 2428 | 2026-07-20T19:15:38.636Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2429 | 2026-07-20T19:15:38.695Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2430 | 2026-07-20T19:15:38.913Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2431 | 2026-07-20T19:15:39.009Z | Checking tabled v0.15.0 |
| 2432 | 2026-07-20T19:15:39.291Z | Checking derive_more v2.1.1 |
| 2433 | 2026-07-20T19:15:39.401Z | Checking crossterm v0.29.0 |
| 2434 | 2026-07-20T19:15:39.691Z | Checking linked-hash-map v0.5.6 |
| 2435 | 2026-07-20T19:15:39.914Z | Checking lru-cache v0.1.2 |
| 2436 | 2026-07-20T19:15:39.979Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2437 | 2026-07-20T19:15:40.221Z | Checking hickory-proto v0.24.4 |
| 2438 | 2026-07-20T19:15:40.339Z | Checking fd-lock v4.0.4 |
| 2439 | 2026-07-20T19:15:40.376Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2440 | 2026-07-20T19:15:41.001Z | Checking vte v0.14.1 |
| 2441 | 2026-07-20T19:15:41.267Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2442 | 2026-07-20T19:15:41.336Z | Checking display-error-chain v0.2.2 |
| 2443 | 2026-07-20T19:15:41.439Z | Checking strip-ansi-escapes v0.2.1 |
| 2444 | 2026-07-20T19:15:41.476Z | Checking progenitor v0.14.0 |
| 2445 | 2026-07-20T19:15:41.671Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2446 | 2026-07-20T19:15:41.860Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2447 | 2026-07-20T19:15:42.516Z | Checking termtree v0.5.1 |
| 2448 | 2026-07-20T19:15:42.600Z | Checking nu-ansi-term v0.50.3 |
| 2449 | 2026-07-20T19:15:42.722Z | Checking hickory-resolver v0.24.4 |
| 2450 | 2026-07-20T19:15:42.795Z | Checking textwrap v0.16.2 |
| 2451 | 2026-07-20T19:15:42.844Z | Checking reedline v0.40.0 |
| 2452 | 2026-07-20T19:15:43.038Z | Compiling minimal-lexical v0.2.1 |
| 2453 | 2026-07-20T19:15:43.074Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2454 | 2026-07-20T19:15:43.320Z | Compiling nom v7.1.3 |
| 2455 | 2026-07-20T19:15:43.500Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2456 | 2026-07-20T19:15:43.503Z | Checking qorb v0.4.1 |
| 2457 | 2026-07-20T19:15:43.573Z | Compiling unicode-xid v0.2.6 |
| 2458 | 2026-07-20T19:15:43.730Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2459 | 2026-07-20T19:15:44.067Z | Compiling ar_archive_writer v0.5.1 |
| 2460 | 2026-07-20T19:15:44.105Z | Checking csv-core v0.1.13 |
| 2461 | 2026-07-20T19:15:44.313Z | Checking csv v1.4.0 |
| 2462 | 2026-07-20T19:15:44.351Z | Compiling stacker v0.1.23 |
| 2463 | 2026-07-20T19:15:44.702Z | Checking highway v1.3.0 |
| 2464 | 2026-07-20T19:15:44.707Z | Compiling cfg_aliases v0.1.1 |
| 2465 | 2026-07-20T19:15:44.773Z | Compiling semver v0.1.20 |
| 2466 | 2026-07-20T19:15:44.842Z | Compiling nix v0.28.0 |
| 2467 | 2026-07-20T19:15:44.885Z | Checking nibble_vec v0.1.0 |
| 2468 | 2026-07-20T19:15:44.945Z | Compiling psm v0.1.30 |
| 2469 | 2026-07-20T19:15:44.991Z | Compiling rustc_version v0.1.7 |
| 2470 | 2026-07-20T19:15:45.041Z | Checking endian-type v0.1.2 |
| 2471 | 2026-07-20T19:15:45.095Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2472 | 2026-07-20T19:15:45.200Z | Checking radix_trie v0.2.1 |
| 2473 | 2026-07-20T19:15:45.275Z | Compiling newtype_derive v0.1.6 |
| 2474 | 2026-07-20T19:15:45.316Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2475 | 2026-07-20T19:15:45.354Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2476 | 2026-07-20T19:15:45.436Z | Checking phf_shared v0.12.1 |
| 2477 | 2026-07-20T19:15:45.534Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2478 | 2026-07-20T19:15:45.621Z | Compiling chrono-tz v0.10.4 |
| 2479 | 2026-07-20T19:15:45.889Z | Checking phf v0.12.1 |
| 2480 | 2026-07-20T19:15:45.962Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2481 | 2026-07-20T19:15:46.029Z | Compiling const_format_proc_macros v0.2.34 |
| 2482 | 2026-07-20T19:15:46.032Z | Checking recursive v0.1.1 |
| 2483 | 2026-07-20T19:15:46.032Z | Compiling peg-macros v0.8.5 |
| 2484 | 2026-07-20T19:15:46.132Z | Checking nom v8.0.0 |
| 2485 | 2026-07-20T19:15:46.189Z | Checking winnow v0.6.26 |
| 2486 | 2026-07-20T19:15:46.549Z | Compiling sqlparser_derive v0.5.0 |
| 2487 | 2026-07-20T19:15:46.910Z | Checking unicode_categories v0.1.1 |
| 2488 | 2026-07-20T19:15:47.092Z | Checking home v0.5.12 |
| 2489 | 2026-07-20T19:15:47.106Z | Checking const_format v0.2.35 |
| 2490 | 2026-07-20T19:15:47.213Z | Checking rustyline v14.0.0 |
| 2491 | 2026-07-20T19:15:47.348Z | Checking sqlparser v0.61.0 |
| 2492 | 2026-07-20T19:15:47.418Z | Checking sqlformat v0.3.5 |
| 2493 | 2026-07-20T19:15:47.526Z | Checking peg v0.8.5 |
| 2494 | 2026-07-20T19:15:47.732Z | Checking bcs v0.1.6 |
| 2495 | 2026-07-20T19:15:47.873Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2496 | 2026-07-20T19:15:47.921Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2497 | 2026-07-20T19:15:47.971Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2498 | 2026-07-20T19:15:48.007Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2499 | 2026-07-20T19:15:48.127Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2500 | 2026-07-20T19:15:48.167Z | Checking steno v0.4.1 |
| 2501 | 2026-07-20T19:15:48.272Z | Checking sha1 v0.10.6 |
| 2502 | 2026-07-20T19:15:48.467Z | Checking filetime v0.2.27 |
| 2503 | 2026-07-20T19:15:48.503Z | Checking xattr v1.6.1 |
| 2504 | 2026-07-20T19:15:48.634Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2505 | 2026-07-20T19:15:48.668Z | Checking tar v0.4.46 |
| 2506 | 2026-07-20T19:15:49.013Z | Checking subprocess v0.2.15 |
| 2507 | 2026-07-20T19:15:49.098Z | Checking base64 v0.21.7 |
| 2508 | 2026-07-20T19:15:49.240Z | Checking headers-core v0.3.0 |
| 2509 | 2026-07-20T19:15:49.324Z | Checking yasna v0.5.2 |
| 2510 | 2026-07-20T19:15:49.371Z | Checking port-file v0.1.0 |
| 2511 | 2026-07-20T19:15:49.406Z | Checking headers v0.4.1 |
| 2512 | 2026-07-20T19:15:49.583Z | Checking dropshot-api-manager-types v0.7.2 |
| 2513 | 2026-07-20T19:15:49.741Z | Checking rcgen v0.12.1 |
| 2514 | 2026-07-20T19:15:49.780Z | Checking tagptr v0.2.0 |
| 2515 | 2026-07-20T19:15:49.890Z | Checking utf-8 v0.7.6 |
| 2516 | 2026-07-20T19:15:49.951Z | Checking moka v0.12.13 |
| 2517 | 2026-07-20T19:15:50.062Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2518 | 2026-07-20T19:15:50.093Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2519 | 2026-07-20T19:15:50.233Z | Checking tungstenite v0.21.0 |
| 2520 | 2026-07-20T19:15:50.487Z | Compiling radium v0.7.0 |
| 2521 | 2026-07-20T19:15:50.615Z | Compiling maybe-uninit v2.0.0 |
| 2522 | 2026-07-20T19:15:50.652Z | Checking hickory-resolver v0.25.2 |
| 2523 | 2026-07-20T19:15:50.728Z | Checking tokio-tungstenite v0.21.0 |
| 2524 | 2026-07-20T19:15:50.840Z | Compiling libefi-sys v0.1.0 |
| 2525 | 2026-07-20T19:15:51.042Z | Checking tap v1.0.1 |
| 2526 | 2026-07-20T19:15:51.184Z | Checking wyz v0.5.1 |
| 2527 | 2026-07-20T19:15:51.388Z | Compiling zerocopy-derive v0.6.6 |
| 2528 | 2026-07-20T19:15:51.424Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2529 | 2026-07-20T19:15:51.486Z | Compiling bitfield-struct v0.6.2 |
| 2530 | 2026-07-20T19:15:51.919Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2531 | 2026-07-20T19:15:51.982Z | Compiling packed_struct v0.10.1 |
| 2532 | 2026-07-20T19:15:52.021Z | Checking crc-catalog v2.4.0 |
| 2533 | 2026-07-20T19:15:52.142Z | Checking funty v2.0.0 |
| 2534 | 2026-07-20T19:15:52.176Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2535 | 2026-07-20T19:15:52.247Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2536 | 2026-07-20T19:15:52.275Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2537 | 2026-07-20T19:15:52.349Z | Checking zerocopy v0.6.6 |
| 2538 | 2026-07-20T19:15:52.391Z | Checking crc v3.4.0 |
| 2539 | 2026-07-20T19:15:52.500Z | Checking bitvec v1.0.1 |
| 2540 | 2026-07-20T19:15:52.538Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2541 | 2026-07-20T19:15:52.595Z | Compiling packed_struct_codegen v0.10.1 |
| 2542 | 2026-07-20T19:15:52.666Z | Compiling bitfield-macros v0.19.4 |
| 2543 | 2026-07-20T19:15:52.696Z | Compiling indexmap v1.9.3 |
| 2544 | 2026-07-20T19:15:52.773Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2545 | 2026-07-20T19:15:52.988Z | Checking nodrop v0.1.14 |
| 2546 | 2026-07-20T19:15:53.059Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2547 | 2026-07-20T19:15:53.156Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2548 | 2026-07-20T19:15:53.419Z | Checking array-init v0.0.4 |
| 2549 | 2026-07-20T19:15:53.431Z | Checking bitfield v0.19.4 |
| 2550 | 2026-07-20T19:15:53.746Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2551 | 2026-07-20T19:15:53.779Z | Checking smallvec v0.6.14 |
| 2552 | 2026-07-20T19:15:53.812Z | Checking hashbrown v0.12.3 |
| 2553 | 2026-07-20T19:15:53.926Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2554 | 2026-07-20T19:15:54.003Z | Checking serde-hex v0.1.0 |
| 2555 | 2026-07-20T19:15:54.115Z | Checking ron v0.8.1 |
| 2556 | 2026-07-20T19:15:54.294Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2557 | 2026-07-20T19:15:54.609Z | Checking hashbrown v0.13.2 |
| 2558 | 2026-07-20T19:15:54.667Z | Checking crc-any v2.5.0 |
| 2559 | 2026-07-20T19:15:54.875Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2560 | 2026-07-20T19:15:54.934Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2561 | 2026-07-20T19:15:55.061Z | Checking object v0.30.4 |
| 2562 | 2026-07-20T19:15:55.096Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2563 | 2026-07-20T19:15:55.487Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2564 | 2026-07-20T19:15:55.563Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2565 | 2026-07-20T19:15:55.599Z | Checking path-slash v0.1.5 |
| 2566 | 2026-07-20T19:15:55.735Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2567 | 2026-07-20T19:15:55.828Z | Compiling xshell-macros v0.2.7 |
| 2568 | 2026-07-20T19:15:56.219Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2569 | 2026-07-20T19:15:56.264Z | Checking xshell v0.2.7 |
| 2570 | 2026-07-20T19:15:56.588Z | Checking half v1.8.3 |
| 2571 | 2026-07-20T19:15:56.627Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2572 | 2026-07-20T19:15:56.662Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2573 | 2026-07-20T19:15:56.812Z | Checking serde_cbor v0.11.2 |
| 2574 | 2026-07-20T19:15:56.910Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2575 | 2026-07-20T19:15:57.248Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2576 | 2026-07-20T19:15:57.288Z | Compiling num-derive v0.3.3 |
| 2577 | 2026-07-20T19:15:57.398Z | Compiling proc-macro-error2 v2.0.1 |
| 2578 | 2026-07-20T19:15:57.443Z | Checking maplit v1.0.2 |
| 2579 | 2026-07-20T19:15:57.489Z | Checking papergrid v0.17.0 |
| 2580 | 2026-07-20T19:15:57.556Z | Checking testing_table v0.3.0 |
| 2581 | 2026-07-20T19:15:57.689Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2582 | 2026-07-20T19:15:57.742Z | Compiling tabled_derive v0.11.0 |
| 2583 | 2026-07-20T19:15:58.100Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2584 | 2026-07-20T19:15:58.177Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2585 | 2026-07-20T19:15:58.275Z | Checking libscf-sys v1.1.0 |
| 2586 | 2026-07-20T19:15:58.317Z | Compiling progenitor-impl v0.13.0 |
| 2587 | 2026-07-20T19:15:58.407Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2588 | 2026-07-20T19:15:58.616Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2589 | 2026-07-20T19:15:58.653Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2590 | 2026-07-20T19:15:58.956Z | Checking tabled v0.20.0 |
| 2591 | 2026-07-20T19:15:58.991Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2592 | 2026-07-20T19:15:59.195Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2593 | 2026-07-20T19:15:59.417Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2594 | 2026-07-20T19:15:59.611Z | Checking progenitor-client v0.13.0 |
| 2595 | 2026-07-20T19:15:59.892Z | Checking crc8 v0.1.1 |
| 2596 | 2026-07-20T19:16:00.022Z | Checking unicase v2.9.0 |
| 2597 | 2026-07-20T19:16:00.216Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2598 | 2026-07-20T19:16:00.250Z | Checking fxhash v0.2.1 |
| 2599 | 2026-07-20T19:16:00.396Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2600 | 2026-07-20T19:16:00.547Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2601 | 2026-07-20T19:16:00.952Z | Compiling progenitor-macro v0.13.0 |
| 2602 | 2026-07-20T19:16:01.009Z | Compiling vergen-lib v0.1.6 |
| 2603 | 2026-07-20T19:16:01.046Z | Compiling diesel_derives v2.3.7 |
| 2604 | 2026-07-20T19:16:01.121Z | Compiling dsl_auto_type v0.2.0 |
| 2605 | 2026-07-20T19:16:01.173Z | Checking scheduled-thread-pool v0.2.7 |
| 2606 | 2026-07-20T19:16:01.323Z | Compiling vergen-gitcl v1.0.8 |
| 2607 | 2026-07-20T19:16:01.326Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2608 | 2026-07-20T19:16:01.427Z | Checking r2d2 v0.8.10 |
| 2609 | 2026-07-20T19:16:01.460Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2610 | 2026-07-20T19:16:01.600Z | Checking downcast-rs v2.0.2 |
| 2611 | 2026-07-20T19:16:01.638Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2612 | 2026-07-20T19:16:01.749Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2613 | 2026-07-20T19:16:01.825Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2614 | 2026-07-20T19:16:02.001Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2615 | 2026-07-20T19:16:02.105Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2616 | 2026-07-20T19:16:02.158Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2617 | 2026-07-20T19:16:02.194Z | Checking kstat-rs v0.2.4 |
| 2618 | 2026-07-20T19:16:02.227Z | Checking arc-swap v1.8.2 |
| 2619 | 2026-07-20T19:16:02.261Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2620 | 2026-07-20T19:16:02.384Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2621 | 2026-07-20T19:16:02.419Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2622 | 2026-07-20T19:16:02.483Z | Checking slog-scope v4.4.1 |
| 2623 | 2026-07-20T19:16:02.658Z | Compiling dirs-sys-next v0.1.2 |
| 2624 | 2026-07-20T19:16:02.720Z | Compiling parking_lot_core v0.8.6 |
| 2625 | 2026-07-20T19:16:02.983Z | Compiling crunchy v0.2.4 |
| 2626 | 2026-07-20T19:16:03.018Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2627 | 2026-07-20T19:16:03.102Z | Compiling dirs-next v2.0.0 |
| 2628 | 2026-07-20T19:16:03.149Z | Checking slog-stdlog v4.1.1 |
| 2629 | 2026-07-20T19:16:03.254Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2630 | 2026-07-20T19:16:03.328Z | Compiling clang-sys v1.8.1 |
| 2631 | 2026-07-20T19:16:03.370Z | Compiling git-stub v1.0.0 |
| 2632 | 2026-07-20T19:16:03.661Z | Compiling tiny-keccak v2.0.2 |
| 2633 | 2026-07-20T19:16:03.822Z | Compiling git-stub-vcs v0.1.0 |
| 2634 | 2026-07-20T19:16:03.885Z | Checking slog-envlogger v2.2.0 |
| 2635 | 2026-07-20T19:16:03.955Z | Compiling term v0.7.0 |
| 2636 | 2026-07-20T19:16:04.070Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2637 | 2026-07-20T19:16:04.166Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2638 | 2026-07-20T19:16:04.225Z | Compiling bit-vec v0.6.3 |
| 2639 | 2026-07-20T19:16:04.390Z | Compiling ascii-canvas v3.0.0 |
| 2640 | 2026-07-20T19:16:04.428Z | Compiling bit-set v0.5.3 |
| 2641 | 2026-07-20T19:16:04.473Z | Checking parking_lot v0.11.2 |
| 2642 | 2026-07-20T19:16:04.537Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2643 | 2026-07-20T19:16:04.573Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2644 | 2026-07-20T19:16:04.663Z | Checking prefix-trie v0.7.0 |
| 2645 | 2026-07-20T19:16:04.698Z | Compiling itertools v0.10.5 |
| 2646 | 2026-07-20T19:16:04.886Z | Compiling ena v0.14.4 |
| 2647 | 2026-07-20T19:16:05.015Z | Compiling libloading v0.8.9 |
| 2648 | 2026-07-20T19:16:05.018Z | Compiling bindgen v0.71.1 |
| 2649 | 2026-07-20T19:16:05.086Z | Compiling regex-syntax v0.6.29 |
| 2650 | 2026-07-20T19:16:05.121Z | Compiling diff v0.1.13 |
| 2651 | 2026-07-20T19:16:05.529Z | Checking hickory-server v0.25.2 |
| 2652 | 2026-07-20T19:16:05.579Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2653 | 2026-07-20T19:16:05.837Z | Checking sled v0.34.7 |
| 2654 | 2026-07-20T19:16:06.056Z | Checking progenitor v0.13.0 |
| 2655 | 2026-07-20T19:16:06.206Z | Compiling cexpr v0.6.0 |
| 2656 | 2026-07-20T19:16:06.242Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2657 | 2026-07-20T19:16:06.834Z | Compiling lalrpop v0.19.12 |
| 2658 | 2026-07-20T19:16:06.909Z | Checking nanorand v0.7.0 |
| 2659 | 2026-07-20T19:16:07.103Z | Compiling salty v0.3.0 |
| 2660 | 2026-07-20T19:16:07.137Z | Compiling rustc-hash v2.1.1 |
| 2661 | 2026-07-20T19:16:07.171Z | Checking diesel v2.3.7 |
| 2662 | 2026-07-20T19:16:07.239Z | Checking flume v0.11.1 |
| 2663 | 2026-07-20T19:16:07.433Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2664 | 2026-07-20T19:16:07.512Z | Compiling libxml v0.3.3 |
| 2665 | 2026-07-20T19:16:07.810Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2666 | 2026-07-20T19:16:08.012Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2667 | 2026-07-20T19:16:08.434Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2668 | 2026-07-20T19:16:08.626Z | Compiling strum_macros v0.24.3 |
| 2669 | 2026-07-20T19:16:08.992Z | Compiling fs-err v2.11.0 |
| 2670 | 2026-07-20T19:16:09.119Z | Compiling indoc v1.0.9 |
| 2671 | 2026-07-20T19:16:09.626Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2672 | 2026-07-20T19:16:09.871Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2673 | 2026-07-20T19:16:09.997Z | Checking quick-xml v0.37.5 |
| 2674 | 2026-07-20T19:16:10.054Z | Checking derive_builder v0.20.2 |
| 2675 | 2026-07-20T19:16:10.203Z | Compiling oso-derive v0.27.3 |
| 2676 | 2026-07-20T19:16:10.254Z | Compiling trait-variant v0.1.2 |
| 2677 | 2026-07-20T19:16:10.757Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2678 | 2026-07-20T19:16:10.848Z | Checking openssl-probe v0.1.6 |
| 2679 | 2026-07-20T19:16:10.957Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2680 | 2026-07-20T19:16:11.249Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2681 | 2026-07-20T19:16:11.804Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2682 | 2026-07-20T19:16:12.357Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2683 | 2026-07-20T19:16:12.613Z | Checking rfc6979 v0.4.0 |
| 2684 | 2026-07-20T19:16:12.742Z | Checking parse-size v1.1.0 |
| 2685 | 2026-07-20T19:16:12.777Z | Checking assert_matches v1.5.0 |
| 2686 | 2026-07-20T19:16:12.858Z | Checking ecdsa v0.16.9 |
| 2687 | 2026-07-20T19:16:12.893Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2688 | 2026-07-20T19:16:12.897Z | Checking primeorder v0.13.6 |
| 2689 | 2026-07-20T19:16:13.201Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2690 | 2026-07-20T19:16:13.235Z | Checking p384 v0.13.1 |
| 2691 | 2026-07-20T19:16:13.443Z | Checking predicates-tree v1.0.13 |
| 2692 | 2026-07-20T19:16:13.594Z | Checking bb8 v0.8.6 |
| 2693 | 2026-07-20T19:16:13.762Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2694 | 2026-07-20T19:16:13.798Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2695 | 2026-07-20T19:16:13.943Z | Compiling mime_guess v2.0.5 |
| 2696 | 2026-07-20T19:16:13.987Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2697 | 2026-07-20T19:16:14.081Z | Checking http-range v0.1.5 |
| 2698 | 2026-07-20T19:16:14.308Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2699 | 2026-07-20T19:16:14.376Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2700 | 2026-07-20T19:16:14.426Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2701 | 2026-07-20T19:16:14.590Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2702 | 2026-07-20T19:16:14.657Z | Checking atty v0.2.14 |
| 2703 | 2026-07-20T19:16:14.710Z | Checking nonempty v0.12.0 |
| 2704 | 2026-07-20T19:16:14.745Z | Checking corncobs v0.1.4 |
| 2705 | 2026-07-20T19:16:14.781Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2706 | 2026-07-20T19:16:14.920Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2707 | 2026-07-20T19:16:14.924Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2708 | 2026-07-20T19:16:15.145Z | Checking ignore v0.4.25 |
| 2709 | 2026-07-20T19:16:15.208Z | Checking secrecy v0.8.0 |
| 2710 | 2026-07-20T19:16:15.253Z | Checking hyper-staticfile v0.10.1 |
| 2711 | 2026-07-20T19:16:15.586Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2712 | 2026-07-20T19:16:15.623Z | Checking globwalk v0.9.1 |
| 2713 | 2026-07-20T19:16:15.626Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2714 | 2026-07-20T19:16:15.842Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2715 | 2026-07-20T19:16:15.986Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2716 | 2026-07-20T19:16:16.016Z | Checking camino-tempfile-ext v0.3.3 |
| 2717 | 2026-07-20T19:16:16.118Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2718 | 2026-07-20T19:16:16.310Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2719 | 2026-07-20T19:16:16.318Z | Checking signal-hook-tokio v0.3.1 |
| 2720 | 2026-07-20T19:16:16.442Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2721 | 2026-07-20T19:16:16.631Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2722 | 2026-07-20T19:16:16.734Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2723 | 2026-07-20T19:16:16.923Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2724 | 2026-07-20T19:16:17.128Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2725 | 2026-07-20T19:16:17.444Z | Checking illumos-nvpair v0.3.0 |
| 2726 | 2026-07-20T19:16:17.479Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2727 | 2026-07-20T19:16:17.515Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2728 | 2026-07-20T19:16:17.634Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2729 | 2026-07-20T19:16:17.698Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2730 | 2026-07-20T19:16:17.857Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2731 | 2026-07-20T19:16:17.894Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2732 | 2026-07-20T19:16:17.929Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2733 | 2026-07-20T19:16:17.964Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2734 | 2026-07-20T19:16:18.380Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2735 | 2026-07-20T19:16:18.582Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2736 | 2026-07-20T19:16:19.651Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2737 | 2026-07-20T19:16:19.689Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2738 | 2026-07-20T19:16:19.894Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2739 | 2026-07-20T19:16:20.379Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2740 | 2026-07-20T19:16:20.622Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2741 | 2026-07-20T19:16:20.658Z | Checking tungstenite v0.23.0 |
| 2742 | 2026-07-20T19:16:20.830Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2743 | 2026-07-20T19:16:20.913Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2744 | 2026-07-20T19:16:21.068Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2745 | 2026-07-20T19:16:21.186Z | Checking tokio-tungstenite v0.23.1 |
| 2746 | 2026-07-20T19:16:21.323Z | Checking rand_seeder v0.4.0 |
| 2747 | 2026-07-20T19:16:21.421Z | Checking void v1.0.2 |
| 2748 | 2026-07-20T19:16:21.457Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2749 | 2026-07-20T19:16:21.496Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2750 | 2026-07-20T19:16:21.565Z | Checking diesel-dtrace v0.5.0 |
| 2751 | 2026-07-20T19:16:21.644Z | Checking async-bb8-diesel v0.2.1 |
| 2752 | 2026-07-20T19:16:21.730Z | Checking lzss v0.8.2 |
| 2753 | 2026-07-20T19:16:21.834Z | Checking nix v0.27.1 |
| 2754 | 2026-07-20T19:16:21.945Z | Checking serde_bytes v0.11.19 |
| 2755 | 2026-07-20T19:16:22.037Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2756 | 2026-07-20T19:16:22.082Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2757 | 2026-07-20T19:16:22.151Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2758 | 2026-07-20T19:16:22.390Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2759 | 2026-07-20T19:16:22.792Z | Checking is_ci v1.2.0 |
| 2760 | 2026-07-20T19:16:22.911Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2761 | 2026-07-20T19:16:23.163Z | Checking yansi v1.0.1 |
| 2762 | 2026-07-20T19:16:23.174Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2763 | 2026-07-20T19:16:23.206Z | Checking cpubits v0.1.1 |
| 2764 | 2026-07-20T19:16:23.311Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2765 | 2026-07-20T19:16:23.388Z | Checking pretty_assertions v1.4.1 |
| 2766 | 2026-07-20T19:16:23.584Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2767 | 2026-07-20T19:16:23.628Z | Checking pem-rfc7468 v1.0.0 |
| 2768 | 2026-07-20T19:16:23.808Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2769 | 2026-07-20T19:16:23.839Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2770 | 2026-07-20T19:16:24.103Z | Compiling indoc v2.0.7 |
| 2771 | 2026-07-20T19:16:24.649Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2772 | 2026-07-20T19:16:24.735Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2773 | 2026-07-20T19:16:24.869Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2774 | 2026-07-20T19:16:25.186Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2775 | 2026-07-20T19:16:25.223Z | Checking sha2 v0.11.0 |
| 2776 | 2026-07-20T19:16:25.620Z | Checking hmac v0.13.0 |
| 2777 | 2026-07-20T19:16:25.818Z | Checking universal-hash v0.6.1 |
| 2778 | 2026-07-20T19:16:25.983Z | Compiling libz-sys v1.1.24 |
| 2779 | 2026-07-20T19:16:26.016Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2780 | 2026-07-20T19:16:26.050Z | Compiling instability v0.3.11 |
| 2781 | 2026-07-20T19:16:26.178Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2782 | 2026-07-20T19:16:26.332Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2783 | 2026-07-20T19:16:26.443Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2784 | 2026-07-20T19:16:26.496Z | Checking castaway v0.2.4 |
| 2785 | 2026-07-20T19:16:26.641Z | Checking compact_str v0.8.1 |
| 2786 | 2026-07-20T19:16:27.052Z | Checking polyval v0.7.1 |
| 2787 | 2026-07-20T19:16:27.282Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2788 | 2026-07-20T19:16:27.476Z | Checking der v0.8.0 |
| 2789 | 2026-07-20T19:16:27.529Z | Checking supports-color v3.0.2 |
| 2790 | 2026-07-20T19:16:27.602Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2791 | 2026-07-20T19:16:27.692Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2792 | 2026-07-20T19:16:27.841Z | Checking unicode-truncate v1.1.0 |
| 2793 | 2026-07-20T19:16:27.939Z | Checking console v0.16.2 |
| 2794 | 2026-07-20T19:16:28.025Z | Checking lru v0.12.5 |
| 2795 | 2026-07-20T19:16:28.092Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2796 | 2026-07-20T19:16:28.210Z | Checking unit-prefix v0.5.2 |
| 2797 | 2026-07-20T19:16:28.284Z | Checking cassowary v0.3.0 |
| 2798 | 2026-07-20T19:16:28.399Z | Checking indicatif v0.18.4 |
| 2799 | 2026-07-20T19:16:28.448Z | Checking ghash v0.6.0 |
| 2800 | 2026-07-20T19:16:28.550Z | Checking ratatui v0.29.0 |
| 2801 | 2026-07-20T19:16:28.734Z | Checking pbkdf2 v0.13.0 |
| 2802 | 2026-07-20T19:16:28.819Z | Checking aes v0.9.1 |
| 2803 | 2026-07-20T19:16:28.878Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2804 | 2026-07-20T19:16:29.263Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2805 | 2026-07-20T19:16:29.510Z | Checking ctr v0.10.1 |
| 2806 | 2026-07-20T19:16:29.721Z | Checking aead v0.6.1 |
| 2807 | 2026-07-20T19:16:29.882Z | Checking cargo-platform v0.3.2 |
| 2808 | 2026-07-20T19:16:29.919Z | Checking aes-gcm v0.11.0 |
| 2809 | 2026-07-20T19:16:30.092Z | Checking cargo_metadata v0.23.1 |
| 2810 | 2026-07-20T19:16:30.126Z | Checking spki v0.8.0 |
| 2811 | 2026-07-20T19:16:30.220Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2812 | 2026-07-20T19:16:30.328Z | Checking crypto-bigint v0.7.5 |
| 2813 | 2026-07-20T19:16:30.903Z | Checking salsa20 v0.11.0 |
| 2814 | 2026-07-20T19:16:31.082Z | Checking cbc v0.2.1 |
| 2815 | 2026-07-20T19:16:31.260Z | Compiling vergen-git2 v9.1.0 |
| 2816 | 2026-07-20T19:16:31.494Z | Checking plotters-backend v0.3.7 |
| 2817 | 2026-07-20T19:16:31.640Z | Checking scrypt v0.12.0 |
| 2818 | 2026-07-20T19:16:31.722Z | Checking plotters-svg v0.3.7 |
| 2819 | 2026-07-20T19:16:31.837Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2820 | 2026-07-20T19:16:31.892Z | Checking cast v0.3.0 |
| 2821 | 2026-07-20T19:16:32.091Z | Checking criterion-plot v0.6.0 |
| 2822 | 2026-07-20T19:16:32.155Z | Checking plotters v0.3.7 |
| 2823 | 2026-07-20T19:16:32.349Z | Checking pkcs5 v0.8.1 |
| 2824 | 2026-07-20T19:16:32.644Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2825 | 2026-07-20T19:16:32.679Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2826 | 2026-07-20T19:16:32.916Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2827 | 2026-07-20T19:16:32.952Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2828 | 2026-07-20T19:16:33.160Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2829 | 2026-07-20T19:16:33.194Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2830 | 2026-07-20T19:16:33.397Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2831 | 2026-07-20T19:16:33.433Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2832 | 2026-07-20T19:16:33.646Z | Checking colored v2.2.0 |
| 2833 | 2026-07-20T19:16:33.671Z | Checking tinytemplate v1.2.1 |
| 2834 | 2026-07-20T19:16:33.865Z | Checking oorandom v11.1.5 |
| 2835 | 2026-07-20T19:16:33.911Z | Checking anes v0.1.6 |
| 2836 | 2026-07-20T19:16:34.005Z | Checking shell-words v1.1.1 |
| 2837 | 2026-07-20T19:16:34.090Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2838 | 2026-07-20T19:16:34.125Z | Checking criterion v0.7.0 |
| 2839 | 2026-07-20T19:16:34.437Z | Checking pkcs8 v0.11.0 |
| 2840 | 2026-07-20T19:16:34.666Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2841 | 2026-07-20T19:16:35.351Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2842 | 2026-07-20T19:16:35.461Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2843 | 2026-07-20T19:16:35.904Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2844 | 2026-07-20T19:16:36.247Z | Checking tokio-test v0.4.5 |
| 2845 | 2026-07-20T19:16:36.485Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2846 | 2026-07-20T19:16:36.725Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2847 | 2026-07-20T19:16:37.128Z | Checking twox-hash v2.1.2 |
| 2848 | 2026-07-20T19:16:37.460Z | Checking ff v0.14.0 |
| 2849 | 2026-07-20T19:16:37.630Z | Checking constant_time_eq v0.4.2 |
| 2850 | 2026-07-20T19:16:37.799Z | Checking arrayvec v0.7.6 |
| 2851 | 2026-07-20T19:16:38.019Z | Checking arrayref v0.3.9 |
| 2852 | 2026-07-20T19:16:38.172Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2853 | 2026-07-20T19:16:38.384Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2854 | 2026-07-20T19:16:39.091Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2855 | 2026-07-20T19:16:39.331Z | Checking fatfs v0.3.6 |
| 2856 | 2026-07-20T19:16:39.813Z | Checking signature v3.0.0 |
| 2857 | 2026-07-20T19:16:39.995Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2858 | 2026-07-20T19:16:40.090Z | Checking base16ct v1.0.0 |
| 2859 | 2026-07-20T19:16:40.249Z | Compiling seq-macro v0.3.6 |
| 2860 | 2026-07-20T19:16:40.422Z | Checking sec1 v0.8.1 |
| 2861 | 2026-07-20T19:16:40.580Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2862 | 2026-07-20T19:16:40.659Z | Checking group v0.14.0 |
| 2863 | 2026-07-20T19:16:40.754Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2864 | 2026-07-20T19:16:40.824Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2865 | 2026-07-20T19:16:40.840Z | Checking hkdf v0.13.0 |
| 2866 | 2026-07-20T19:16:41.001Z | Compiling petname v2.0.2 |
| 2867 | 2026-07-20T19:16:41.342Z | Checking elliptic-curve v0.14.0-rc.33 |
| 2868 | 2026-07-20T19:16:41.692Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2869 | 2026-07-20T19:16:41.842Z | Checking concurrent-queue v2.5.0 |
| 2870 | 2026-07-20T19:16:42.058Z | Checking rtoolbox v0.0.3 |
| 2871 | 2026-07-20T19:16:42.094Z | Checking parking v2.2.1 |
| 2872 | 2026-07-20T19:16:42.224Z | Checking rpassword v7.5.4 |
| 2873 | 2026-07-20T19:16:42.254Z | Checking event-listener v5.4.1 |
| 2874 | 2026-07-20T19:16:42.499Z | Checking tui-tree-widget v0.23.1 |
| 2875 | 2026-07-20T19:16:42.712Z | Checking rfc6979 v0.5.0 |
| 2876 | 2026-07-20T19:16:42.821Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2877 | 2026-07-20T19:16:42.878Z | Checking sapling-renderdag v0.1.0 |
| 2878 | 2026-07-20T19:16:43.012Z | Compiling blake3 v1.8.5 |
| 2879 | 2026-07-20T19:16:43.169Z | Checking sync-ptr v0.1.4 |
| 2880 | 2026-07-20T19:16:43.297Z | Checking ecdsa v0.17.0-rc.18 |
| 2881 | 2026-07-20T19:16:43.692Z | Checking event-listener-strategy v0.5.4 |
| 2882 | 2026-07-20T19:16:43.850Z | Checking primeorder v0.14.0-rc.10 |
| 2883 | 2026-07-20T19:16:43.932Z | Checking primefield v0.14.0 |
| 2884 | 2026-07-20T19:16:44.164Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2885 | 2026-07-20T19:16:44.167Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 2886 | 2026-07-20T19:16:44.405Z | Checking futures-timer v3.0.3 |
| 2887 | 2026-07-20T19:16:44.704Z | Checking async-lock v3.4.2 |
| 2888 | 2026-07-20T19:16:44.996Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2889 | 2026-07-20T19:16:45.117Z | Checking ssh-encoding v0.3.0-rc.9 |
| 2890 | 2026-07-20T19:16:45.179Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2891 | 2026-07-20T19:16:45.373Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2892 | 2026-07-20T19:16:46.011Z | Compiling strsim v0.10.0 |
| 2893 | 2026-07-20T19:16:46.367Z | Checking topological-sort v0.2.2 |
| 2894 | 2026-07-20T19:16:46.464Z | Compiling darling_core v0.13.4 |
| 2895 | 2026-07-20T19:16:46.527Z | Checking omicron-zone-package v0.12.3 |
| 2896 | 2026-07-20T19:16:47.444Z | Checking async-object-pool v0.2.0 |
| 2897 | 2026-07-20T19:16:48.012Z | Checking ed25519 v3.0.0 |
| 2898 | 2026-07-20T19:16:48.187Z | Compiling samael v0.0.19 |
| 2899 | 2026-07-20T19:16:48.237Z | Checking crypto-primes v0.7.2 |
| 2900 | 2026-07-20T19:16:48.345Z | Checking pkcs1 v0.8.0-rc.4 |
| 2901 | 2026-07-20T19:16:48.444Z | Checking poly1305 v0.9.0 |
| 2902 | 2026-07-20T19:16:48.581Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2903 | 2026-07-20T19:16:48.738Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2904 | 2026-07-20T19:16:48.978Z | Checking serde_regex v1.1.0 |
| 2905 | 2026-07-20T19:16:49.163Z | Checking blowfish v0.10.0 |
| 2906 | 2026-07-20T19:16:49.230Z | Checking blake2 v0.11.0-rc.6 |
| 2907 | 2026-07-20T19:16:49.342Z | Checking assert-json-diff v2.0.2 |
| 2908 | 2026-07-20T19:16:49.403Z | Checking path-tree v0.8.3 |
| 2909 | 2026-07-20T19:16:49.513Z | Checking keccak v0.2.0 |
| 2910 | 2026-07-20T19:16:49.548Z | Compiling target-lexicon v0.13.3 |
| 2911 | 2026-07-20T19:16:49.612Z | Checking stringmetrics v2.2.2 |
| 2912 | 2026-07-20T19:16:49.697Z | Checking gimli v0.32.3 |
| 2913 | 2026-07-20T19:16:49.785Z | Checking fiat-crypto v0.3.0 |
| 2914 | 2026-07-20T19:16:50.128Z | Checking httpmock v0.8.3 |
| 2915 | 2026-07-20T19:16:51.317Z | Checking addr2line v0.25.1 |
| 2916 | 2026-07-20T19:16:51.616Z | Checking sha3 v0.11.0 |
| 2917 | 2026-07-20T19:16:51.986Z | Checking argon2 v0.6.0-rc.8 |
| 2918 | 2026-07-20T19:16:52.329Z | Checking bcrypt-pbkdf v0.11.0 |
| 2919 | 2026-07-20T19:16:52.413Z | Checking rsa v0.10.0-rc.18 |
| 2920 | 2026-07-20T19:16:52.515Z | Checking ssh-cipher v0.3.0-rc.9 |
| 2921 | 2026-07-20T19:16:52.757Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 2922 | 2026-07-20T19:16:52.936Z | Compiling darling_macro v0.13.4 |
| 2923 | 2026-07-20T19:16:53.334Z | Checking p521 v0.14.0-rc.10 |
| 2924 | 2026-07-20T19:16:53.455Z | Checking p256 v0.14.0-rc.10 |
| 2925 | 2026-07-20T19:16:54.240Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2926 | 2026-07-20T19:16:54.514Z | Checking kem v0.3.0 |
| 2927 | 2026-07-20T19:16:54.662Z | Checking module-lattice v0.2.3 |
| 2928 | 2026-07-20T19:16:54.878Z | Checking rustc-demangle v0.1.27 |
| 2929 | 2026-07-20T19:16:54.914Z | Compiling guppy-workspace-hack v0.1.0 |
| 2930 | 2026-07-20T19:16:55.009Z | Checking p384 v0.14.0-rc.10 |
| 2931 | 2026-07-20T19:16:55.132Z | Checking hex-literal v0.4.1 |
| 2932 | 2026-07-20T19:16:55.214Z | Checking backtrace v0.3.76 |
| 2933 | 2026-07-20T19:16:55.261Z | Checking ml-kem v0.3.2 |
| 2934 | 2026-07-20T19:16:55.552Z | Compiling darling v0.13.4 |
| 2935 | 2026-07-20T19:16:55.936Z | Compiling git2 v0.20.4 |
| 2936 | 2026-07-20T19:16:55.968Z | Checking russh-cryptovec v0.61.0 |
| 2937 | 2026-07-20T19:16:56.084Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2938 | 2026-07-20T19:16:56.155Z | Checking internal-russh-num-bigint v0.5.0 |
| 2939 | 2026-07-20T19:16:56.325Z | Checking num-bigint v0.4.6 |
| 2940 | 2026-07-20T19:16:56.390Z | Checking russh-util v0.52.0 |
| 2941 | 2026-07-20T19:16:56.546Z | Checking generic-array v1.4.3 |
| 2942 | 2026-07-20T19:16:56.972Z | Compiling enum_dispatch v0.3.13 |
| 2943 | 2026-07-20T19:16:57.076Z | Checking ssh-key v0.7.0-rc.10 |
| 2944 | 2026-07-20T19:16:57.200Z | Compiling delegate v0.13.5 |
| 2945 | 2026-07-20T19:16:57.290Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2946 | 2026-07-20T19:16:57.758Z | Compiling target-spec v3.5.7 |
| 2947 | 2026-07-20T19:16:57.992Z | Checking hex-literal v1.1.0 |
| 2948 | 2026-07-20T19:16:58.025Z | Checking md5 v0.8.0 |
| 2949 | 2026-07-20T19:16:58.169Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2950 | 2026-07-20T19:16:58.240Z | Checking russh v0.61.2 |
| 2951 | 2026-07-20T19:16:58.384Z | Checking cfg-expr v0.20.6 |
| 2952 | 2026-07-20T19:16:58.749Z | Compiling serde_with_macros v1.5.2 |
| 2953 | 2026-07-20T19:16:58.816Z | Checking backtrace-ext v0.2.1 |
| 2954 | 2026-07-20T19:16:58.952Z | Checking supports-color v2.1.0 |
| 2955 | 2026-07-20T19:16:58.987Z | Checking textwrap v0.15.2 |
| 2956 | 2026-07-20T19:16:59.118Z | Checking supports-hyperlinks v2.1.0 |
| 2957 | 2026-07-20T19:16:59.229Z | Checking supports-unicode v2.1.0 |
| 2958 | 2026-07-20T19:16:59.266Z | Checking hashbrown v0.14.5 |
| 2959 | 2026-07-20T19:16:59.361Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2960 | 2026-07-20T19:16:59.374Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2961 | 2026-07-20T19:16:59.590Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2962 | 2026-07-20T19:16:59.647Z | Checking terminal_size v0.1.17 |
| 2963 | 2026-07-20T19:16:59.776Z | Checking socket2 v0.5.10 |
| 2964 | 2026-07-20T19:16:59.809Z | Compiling miette-derive v5.10.0 |
| 2965 | 2026-07-20T19:17:00.066Z | Checking internet-checksum v0.2.1 |
| 2966 | 2026-07-20T19:17:00.201Z | Checking owo-colors v3.5.0 |
| 2967 | 2026-07-20T19:17:00.827Z | Checking chumsky v0.9.3 |
| 2968 | 2026-07-20T19:17:01.033Z | Checking miette v5.10.0 |
| 2969 | 2026-07-20T19:17:01.287Z | Compiling serde_with v1.14.0 |
| 2970 | 2026-07-20T19:17:01.813Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2971 | 2026-07-20T19:17:01.924Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2972 | 2026-07-20T19:17:01.958Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2973 | 2026-07-20T19:17:02.303Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2974 | 2026-07-20T19:17:02.464Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2975 | 2026-07-20T19:17:02.519Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2976 | 2026-07-20T19:17:02.725Z | Compiling knuffel-derive v3.2.0 |
| 2977 | 2026-07-20T19:17:02.729Z | Checking httptest v0.16.4 |
| 2978 | 2026-07-20T19:17:02.816Z | Checking pathdiff v0.2.3 |
| 2979 | 2026-07-20T19:17:02.958Z | Checking nested v0.1.1 |
| 2980 | 2026-07-20T19:17:03.126Z | Checking guppy v0.17.25 |
| 2981 | 2026-07-20T19:17:03.130Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2982 | 2026-07-20T19:17:03.379Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2983 | 2026-07-20T19:17:03.656Z | Checking similar-asserts v1.7.0 |
| 2984 | 2026-07-20T19:17:03.853Z | Compiling target-triple v1.0.0 |
| 2985 | 2026-07-20T19:17:04.143Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2986 | 2026-07-20T19:17:04.246Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2987 | 2026-07-20T19:17:04.302Z | Checking knuffel v3.2.0 |
| 2988 | 2026-07-20T19:17:04.830Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2989 | 2026-07-20T19:17:04.886Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2990 | 2026-07-20T19:17:04.939Z | Compiling polar-core v0.27.3 |
| 2991 | 2026-07-20T19:17:04.974Z | Checking hickory-client v0.25.2 |
| 2992 | 2026-07-20T19:17:05.283Z | Compiling assert_cmd v2.1.2 |
| 2993 | 2026-07-20T19:17:05.459Z | Checking escape8259 v0.5.3 |
| 2994 | 2026-07-20T19:17:05.644Z | Checking libtest-mimic v0.8.1 |
| 2995 | 2026-07-20T19:17:06.029Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2996 | 2026-07-20T19:17:06.089Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2997 | 2026-07-20T19:17:06.159Z | Checking blake2b_simd v1.0.4 |
| 2998 | 2026-07-20T19:17:06.213Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2999 | 2026-07-20T19:17:06.569Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3000 | 2026-07-20T19:17:06.613Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3001 | 2026-07-20T19:17:06.775Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3002 | 2026-07-20T19:17:06.980Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3003 | 2026-07-20T19:17:07.018Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3004 | 2026-07-20T19:17:07.160Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3005 | 2026-07-20T19:17:07.260Z | Checking fancy-regex v0.14.0 |
| 3006 | 2026-07-20T19:17:07.391Z | Checking serde_tokenstream v0.2.3 |
| 3007 | 2026-07-20T19:17:07.616Z | Checking approx v0.5.1 |
| 3008 | 2026-07-20T19:17:07.653Z | Compiling rstest_macros v0.25.0 |
| 3009 | 2026-07-20T19:17:07.656Z | Checking uzers v0.12.2 |
| 3010 | 2026-07-20T19:17:07.779Z | Compiling linkme-impl v0.3.35 |
| 3011 | 2026-07-20T19:17:07.900Z | Checking constant_time_eq v0.3.1 |
| 3012 | 2026-07-20T19:17:08.007Z | Checking termcolor v1.4.1 |
| 3013 | 2026-07-20T19:17:08.046Z | Checking rust-argon2 v2.1.0 |
| 3014 | 2026-07-20T19:17:08.256Z | Checking trybuild v1.0.116 |
| 3015 | 2026-07-20T19:17:08.290Z | Checking datatest-stable v0.3.3 |
| 3016 | 2026-07-20T19:17:08.635Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3017 | 2026-07-20T19:17:08.717Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3018 | 2026-07-20T19:17:08.936Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3019 | 2026-07-20T19:17:09.069Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3020 | 2026-07-20T19:17:09.129Z | Checking support-bundle-viewer v0.1.2 |
| 3021 | 2026-07-20T19:17:09.414Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3022 | 2026-07-20T19:17:09.661Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3023 | 2026-07-20T19:17:09.907Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3024 | 2026-07-20T19:17:09.943Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3025 | 2026-07-20T19:17:10.003Z | Checking oso v0.27.3 |
| 3026 | 2026-07-20T19:17:10.150Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3027 | 2026-07-20T19:17:10.191Z | Checking drift v0.2.0 |
| 3028 | 2026-07-20T19:17:10.608Z | Checking rand_distr v0.5.1 |
| 3029 | 2026-07-20T19:17:10.848Z | Checking digest-io v0.1.0 |
| 3030 | 2026-07-20T19:17:10.944Z | Checking multimap v0.10.1 |
| 3031 | 2026-07-20T19:17:11.009Z | Compiling linkme v0.3.35 |
| 3032 | 2026-07-20T19:17:11.067Z | Checking rawzip v0.4.4 |
| 3033 | 2026-07-20T19:17:11.114Z | Compiling relative-path v1.9.3 |
| 3034 | 2026-07-20T19:17:11.363Z | Checking dropshot-api-manager v0.7.2 |
| 3035 | 2026-07-20T19:17:11.554Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3036 | 2026-07-20T19:17:12.455Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3037 | 2026-07-20T19:17:12.827Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3038 | 2026-07-20T19:17:12.863Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3039 | 2026-07-20T19:17:12.867Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3040 | 2026-07-20T19:17:13.037Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3041 | 2026-07-20T19:17:13.106Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3042 | 2026-07-20T19:17:13.453Z | Checking cargo_toml v0.21.0 |
| 3043 | 2026-07-20T19:17:13.549Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3044 | 2026-07-20T19:17:13.583Z | Checking partial-io v0.5.4 |
| 3045 | 2026-07-20T19:17:13.806Z | Checking termios v0.3.3 |
| 3046 | 2026-07-20T19:17:13.846Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3047 | 2026-07-20T19:17:14.028Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3048 | 2026-07-20T19:17:14.335Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3049 | 2026-07-20T19:17:15.059Z | Checking rstest v0.25.0 |
| 3050 | 2026-07-20T19:17:17.501Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3051 | 2026-07-20T19:17:18.876Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3052 | 2026-07-20T19:17:23.810Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3053 | 2026-07-20T19:17:26.367Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3054 | 2026-07-20T19:17:26.504Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3055 | 2026-07-20T19:17:29.500Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3056 | 2026-07-20T19:17:33.062Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3057 | 2026-07-20T19:17:39.351Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3058 | 2026-07-20T19:17:42.141Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3059 | 2026-07-20T19:17:42.607Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3060 | 2026-07-20T19:17:43.309Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3061 | 2026-07-20T19:17:49.468Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3062 | 2026-07-20T19:17:54.236Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3063 | 2026-07-20T19:18:11.014Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3064 | 2026-07-20T19:19:08.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 09s |
| 3065 | 2026-07-20T19:19:09.384Z | |
| 3066 | 2026-07-20T19:19:09.384Z | real 4:12.971594080 |
| 3067 | 2026-07-20T19:19:09.384Z | user 21:40.720976944 |
| 3068 | 2026-07-20T19:19:09.384Z | sys 5:02.134552540 |
| 3069 | 2026-07-20T19:19:09.384Z | trap 0.536762950 |
| 3070 | 2026-07-20T19:19:09.385Z | tflt 0.447968065 |
| 3071 | 2026-07-20T19:19:09.385Z | dflt 0.558478169 |
| 3072 | 2026-07-20T19:19:09.385Z | kflt 0.004186801 |
| 3073 | 2026-07-20T19:19:09.385Z | lock 59:24.900919991 |
| 3074 | 2026-07-20T19:19:09.385Z | slp 58:57.826727225 |
| 3075 | 2026-07-20T19:19:09.385Z | lat 1:50.593226767 |
| 3076 | 2026-07-20T19:19:09.385Z | stop 11:30.016993490 |
| 3077 | 2026-07-20T19:19:09.389Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3078 | 2026-07-20T19:19:09.389Z | + ptime -m cargo doc --workspace --no-deps |
| 3079 | 2026-07-20T19:19:10.209Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3080 | 2026-07-20T19:19:10.209Z | | |
| 3081 | 2026-07-20T19:19:10.209Z | = 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)` |
| 3082 | 2026-07-20T19:19:10.209Z | = 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> |
| 3083 | 2026-07-20T19:19:11.236Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3084 | 2026-07-20T19:19:11.476Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3085 | 2026-07-20T19:19:11.521Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3086 | 2026-07-20T19:19:11.584Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3087 | 2026-07-20T19:19:11.616Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3088 | 2026-07-20T19:19:11.689Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3089 | 2026-07-20T19:19:11.776Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3090 | 2026-07-20T19:19:11.801Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3091 | 2026-07-20T19:19:11.830Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3092 | 2026-07-20T19:19:11.858Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3093 | 2026-07-20T19:19:11.960Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3094 | 2026-07-20T19:19:12.060Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3095 | 2026-07-20T19:19:12.162Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3096 | 2026-07-20T19:19:12.171Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3097 | 2026-07-20T19:19:12.171Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3098 | 2026-07-20T19:19:12.184Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3099 | 2026-07-20T19:19:12.204Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3100 | 2026-07-20T19:19:12.235Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3101 | 2026-07-20T19:19:12.240Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3102 | 2026-07-20T19:19:12.275Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3103 | 2026-07-20T19:19:12.319Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3104 | 2026-07-20T19:19:12.589Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3105 | 2026-07-20T19:19:12.906Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3106 | 2026-07-20T19:19:12.930Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3107 | 2026-07-20T19:19:13.022Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3108 | 2026-07-20T19:19:13.057Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3109 | 2026-07-20T19:19:13.080Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3110 | 2026-07-20T19:19:13.286Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3111 | 2026-07-20T19:19:13.331Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3112 | 2026-07-20T19:19:13.470Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3113 | 2026-07-20T19:19:13.584Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3114 | 2026-07-20T19:19:13.617Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3115 | 2026-07-20T19:19:13.652Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3116 | 2026-07-20T19:19:13.684Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3117 | 2026-07-20T19:19:13.812Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3118 | 2026-07-20T19:19:13.862Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3119 | 2026-07-20T19:19:13.897Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3120 | 2026-07-20T19:19:14.241Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3121 | 2026-07-20T19:19:14.251Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3122 | 2026-07-20T19:19:14.251Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3123 | 2026-07-20T19:19:14.471Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3124 | 2026-07-20T19:19:14.532Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3125 | 2026-07-20T19:19:14.703Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3126 | 2026-07-20T19:19:14.802Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3127 | 2026-07-20T19:19:14.826Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3128 | 2026-07-20T19:19:14.891Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3129 | 2026-07-20T19:19:14.980Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3130 | 2026-07-20T19:19:15.055Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3131 | 2026-07-20T19:19:15.128Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3132 | 2026-07-20T19:19:15.155Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3133 | 2026-07-20T19:19:15.225Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3134 | 2026-07-20T19:19:15.306Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3135 | 2026-07-20T19:19:15.371Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3136 | 2026-07-20T19:19:15.420Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3137 | 2026-07-20T19:19:15.448Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3138 | 2026-07-20T19:19:15.473Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3139 | 2026-07-20T19:19:15.512Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3140 | 2026-07-20T19:19:15.582Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3141 | 2026-07-20T19:19:15.634Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3142 | 2026-07-20T19:19:15.667Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3143 | 2026-07-20T19:19:15.992Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3144 | 2026-07-20T19:19:16.026Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3145 | 2026-07-20T19:19:16.188Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3146 | 2026-07-20T19:19:16.358Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3147 | 2026-07-20T19:19:16.605Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3148 | 2026-07-20T19:19:16.791Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3149 | 2026-07-20T19:19:17.053Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3150 | 2026-07-20T19:19:17.077Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3151 | 2026-07-20T19:19:17.102Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3152 | 2026-07-20T19:19:17.106Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3153 | 2026-07-20T19:19:17.348Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3154 | 2026-07-20T19:19:17.373Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3155 | 2026-07-20T19:19:17.377Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3156 | 2026-07-20T19:19:17.423Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3157 | 2026-07-20T19:19:17.923Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3158 | 2026-07-20T19:19:18.396Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3159 | 2026-07-20T19:19:18.479Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3160 | 2026-07-20T19:19:18.539Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3161 | 2026-07-20T19:19:18.627Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3162 | 2026-07-20T19:19:18.810Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3163 | 2026-07-20T19:19:18.889Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3164 | 2026-07-20T19:19:18.907Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3165 | 2026-07-20T19:19:19.106Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3166 | 2026-07-20T19:19:19.111Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3167 | 2026-07-20T19:19:19.155Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3168 | 2026-07-20T19:19:19.186Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3169 | 2026-07-20T19:19:19.480Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3170 | 2026-07-20T19:19:19.506Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3171 | 2026-07-20T19:19:19.506Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3172 | 2026-07-20T19:19:19.550Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3173 | 2026-07-20T19:19:19.573Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3174 | 2026-07-20T19:19:19.753Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3175 | 2026-07-20T19:19:19.773Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3176 | 2026-07-20T19:19:19.795Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3177 | 2026-07-20T19:19:19.819Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3178 | 2026-07-20T19:19:19.889Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3179 | 2026-07-20T19:19:19.986Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3180 | 2026-07-20T19:19:20.012Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3181 | 2026-07-20T19:19:20.074Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3182 | 2026-07-20T19:19:20.097Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3183 | 2026-07-20T19:19:20.119Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3184 | 2026-07-20T19:19:20.199Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3185 | 2026-07-20T19:19:20.245Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3186 | 2026-07-20T19:19:20.338Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3187 | 2026-07-20T19:19:20.405Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3188 | 2026-07-20T19:19:20.430Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3189 | 2026-07-20T19:19:20.666Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3190 | 2026-07-20T19:19:20.709Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3191 | 2026-07-20T19:19:20.752Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3192 | 2026-07-20T19:19:21.157Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3193 | 2026-07-20T19:19:21.405Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3194 | 2026-07-20T19:19:21.429Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3195 | 2026-07-20T19:19:22.193Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3196 | 2026-07-20T19:19:22.384Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3197 | 2026-07-20T19:19:22.572Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3198 | 2026-07-20T19:19:22.927Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3199 | 2026-07-20T19:19:22.954Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3200 | 2026-07-20T19:19:23.673Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3201 | 2026-07-20T19:19:24.345Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3202 | 2026-07-20T19:19:24.528Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3203 | 2026-07-20T19:19:24.657Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3204 | 2026-07-20T19:19:25.228Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3205 | 2026-07-20T19:19:25.307Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3206 | 2026-07-20T19:19:25.518Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3207 | 2026-07-20T19:19:25.541Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3208 | 2026-07-20T19:19:25.620Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3209 | 2026-07-20T19:19:25.834Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3210 | 2026-07-20T19:19:26.117Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3211 | 2026-07-20T19:19:26.146Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3212 | 2026-07-20T19:19:26.528Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3213 | 2026-07-20T19:19:26.574Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3214 | 2026-07-20T19:19:27.066Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3215 | 2026-07-20T19:19:27.305Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3216 | 2026-07-20T19:19:27.466Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3217 | 2026-07-20T19:19:27.757Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3218 | 2026-07-20T19:19:27.796Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3219 | 2026-07-20T19:19:27.909Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3220 | 2026-07-20T19:19:28.029Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3221 | 2026-07-20T19:19:28.518Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3222 | 2026-07-20T19:19:28.774Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3223 | 2026-07-20T19:19:29.320Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3224 | 2026-07-20T19:19:29.525Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3225 | 2026-07-20T19:19:29.925Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3226 | 2026-07-20T19:19:30.282Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3227 | 2026-07-20T19:19:30.896Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3228 | 2026-07-20T19:19:31.505Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3229 | 2026-07-20T19:19:31.538Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3230 | 2026-07-20T19:19:32.097Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3231 | 2026-07-20T19:19:32.505Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3232 | 2026-07-20T19:19:32.589Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3233 | 2026-07-20T19:19:32.931Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3234 | 2026-07-20T19:19:33.762Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3235 | 2026-07-20T19:19:33.924Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3236 | 2026-07-20T19:19:34.786Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3237 | 2026-07-20T19:19:35.197Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3238 | 2026-07-20T19:19:36.022Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3239 | 2026-07-20T19:19:38.571Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3240 | 2026-07-20T19:19:38.900Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3241 | 2026-07-20T19:19:38.990Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3242 | 2026-07-20T19:19:39.079Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3243 | 2026-07-20T19:19:39.880Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3244 | 2026-07-20T19:19:40.239Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3245 | 2026-07-20T19:19:41.159Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3246 | 2026-07-20T19:19:41.768Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3247 | 2026-07-20T19:19:41.987Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3248 | 2026-07-20T19:19:42.893Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3249 | 2026-07-20T19:19:43.547Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3250 | 2026-07-20T19:19:43.576Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3251 | 2026-07-20T19:19:43.670Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3252 | 2026-07-20T19:19:44.064Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3253 | 2026-07-20T19:19:44.220Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3254 | 2026-07-20T19:19:44.247Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3255 | 2026-07-20T19:19:44.343Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3256 | 2026-07-20T19:19:44.496Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3257 | 2026-07-20T19:19:44.736Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3258 | 2026-07-20T19:19:44.805Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3259 | 2026-07-20T19:19:45.194Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3260 | 2026-07-20T19:19:45.430Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3261 | 2026-07-20T19:19:45.818Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3262 | 2026-07-20T19:19:45.905Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3263 | 2026-07-20T19:19:46.191Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3264 | 2026-07-20T19:19:46.381Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3265 | 2026-07-20T19:19:46.469Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3266 | 2026-07-20T19:19:47.031Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3267 | 2026-07-20T19:19:47.991Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3268 | 2026-07-20T19:19:48.623Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3269 | 2026-07-20T19:19:49.396Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3270 | 2026-07-20T19:19:50.406Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3271 | 2026-07-20T19:19:50.965Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3272 | 2026-07-20T19:19:52.467Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3273 | 2026-07-20T19:19:53.747Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3274 | 2026-07-20T19:19:55.367Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3275 | 2026-07-20T19:19:55.775Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3276 | 2026-07-20T19:19:56.322Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3277 | 2026-07-20T19:19:57.361Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3278 | 2026-07-20T19:19:59.733Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3279 | 2026-07-20T19:20:00.587Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3280 | 2026-07-20T19:20:05.018Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3281 | 2026-07-20T19:20:05.073Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3282 | 2026-07-20T19:20:05.073Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3283 | 2026-07-20T19:20:05.073Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3284 | 2026-07-20T19:20:05.096Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3285 | 2026-07-20T19:20:06.964Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3286 | 2026-07-20T19:20:07.685Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3287 | 2026-07-20T19:20:08.405Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3288 | 2026-07-20T19:20:11.306Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3289 | 2026-07-20T19:20:12.201Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3290 | 2026-07-20T19:20:12.903Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3291 | 2026-07-20T19:20:14.215Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3292 | 2026-07-20T19:20:14.978Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3293 | 2026-07-20T19:20:15.720Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3294 | 2026-07-20T19:20:16.455Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3295 | 2026-07-20T19:20:17.208Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3296 | 2026-07-20T19:20:18.915Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3297 | 2026-07-20T19:20:19.249Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3298 | 2026-07-20T19:20:20.256Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3299 | 2026-07-20T19:20:20.360Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3300 | 2026-07-20T19:20:21.247Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3301 | 2026-07-20T19:20:22.062Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3302 | 2026-07-20T19:20:24.342Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3303 | 2026-07-20T19:20:26.031Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3304 | 2026-07-20T19:20:26.933Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3305 | 2026-07-20T19:20:28.218Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3306 | 2026-07-20T19:20:29.267Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3307 | 2026-07-20T19:20:30.080Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3308 | 2026-07-20T19:20:31.745Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3309 | 2026-07-20T19:20:32.518Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3310 | 2026-07-20T19:20:35.308Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3311 | 2026-07-20T19:20:35.725Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3312 | 2026-07-20T19:20:36.664Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3313 | 2026-07-20T19:20:38.061Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3314 | 2026-07-20T19:20:39.217Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3315 | 2026-07-20T19:20:40.566Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3316 | 2026-07-20T19:20:43.192Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3317 | 2026-07-20T19:20:43.735Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3318 | 2026-07-20T19:20:45.492Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3319 | 2026-07-20T19:20:47.050Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3320 | 2026-07-20T19:20:48.686Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3321 | 2026-07-20T19:20:51.987Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3322 | 2026-07-20T19:20:53.516Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3323 | 2026-07-20T19:20:58.104Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3324 | 2026-07-20T19:20:58.629Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3325 | 2026-07-20T19:21:00.160Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3326 | 2026-07-20T19:21:00.309Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3327 | 2026-07-20T19:21:01.909Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3328 | 2026-07-20T19:21:03.898Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3329 | 2026-07-20T19:21:05.952Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3330 | 2026-07-20T19:21:07.816Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3331 | 2026-07-20T19:21:09.607Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3332 | 2026-07-20T19:21:11.361Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3333 | 2026-07-20T19:21:13.069Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3334 | 2026-07-20T19:21:15.221Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3335 | 2026-07-20T19:21:16.722Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3336 | 2026-07-20T19:21:18.543Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3337 | 2026-07-20T19:21:20.375Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3338 | 2026-07-20T19:21:22.166Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3339 | 2026-07-20T19:21:23.919Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3340 | 2026-07-20T19:21:27.533Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3341 | 2026-07-20T19:21:29.281Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3342 | 2026-07-20T19:21:30.944Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3343 | 2026-07-20T19:21:32.915Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3344 | 2026-07-20T19:21:34.795Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3345 | 2026-07-20T19:21:36.776Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3346 | 2026-07-20T19:21:38.938Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3347 | 2026-07-20T19:21:40.782Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3348 | 2026-07-20T19:21:42.937Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3349 | 2026-07-20T19:21:44.797Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3350 | 2026-07-20T19:21:48.223Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3351 | 2026-07-20T19:21:49.107Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3352 | 2026-07-20T19:21:51.496Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3353 | 2026-07-20T19:21:53.811Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3354 | 2026-07-20T19:21:56.488Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3355 | 2026-07-20T19:21:58.553Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3356 | 2026-07-20T19:22:01.196Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3357 | 2026-07-20T19:22:03.447Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3358 | 2026-07-20T19:22:05.808Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3359 | 2026-07-20T19:22:08.392Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3360 | 2026-07-20T19:22:10.349Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3361 | 2026-07-20T19:22:13.186Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3362 | 2026-07-20T19:22:14.997Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3363 | 2026-07-20T19:22:17.341Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3364 | 2026-07-20T19:22:19.748Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3365 | 2026-07-20T19:22:22.066Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3366 | 2026-07-20T19:22:24.481Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3367 | 2026-07-20T19:22:26.777Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3368 | 2026-07-20T19:22:29.264Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3369 | 2026-07-20T19:22:31.633Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3370 | 2026-07-20T19:22:34.074Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3371 | 2026-07-20T19:22:36.431Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3372 | 2026-07-20T19:22:38.794Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3373 | 2026-07-20T19:22:41.229Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3374 | 2026-07-20T19:22:43.623Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3375 | 2026-07-20T19:22:46.073Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3376 | 2026-07-20T19:22:48.451Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3377 | 2026-07-20T19:22:50.867Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3378 | 2026-07-20T19:22:53.318Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3379 | 2026-07-20T19:22:55.699Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3380 | 2026-07-20T19:22:58.116Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3381 | 2026-07-20T19:23:00.480Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3382 | 2026-07-20T19:23:02.962Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3383 | 2026-07-20T19:23:05.360Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3384 | 2026-07-20T19:23:07.892Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3385 | 2026-07-20T19:23:10.256Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3386 | 2026-07-20T19:23:12.638Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3387 | 2026-07-20T19:23:15.214Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3388 | 2026-07-20T19:23:17.620Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3389 | 2026-07-20T19:23:20.115Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3390 | 2026-07-20T19:23:22.559Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3391 | 2026-07-20T19:23:24.948Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3392 | 2026-07-20T19:23:27.631Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3393 | 2026-07-20T19:23:29.980Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3394 | 2026-07-20T19:23:32.350Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3395 | 2026-07-20T19:23:35.402Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3396 | 2026-07-20T19:23:37.528Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3397 | 2026-07-20T19:23:40.141Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3398 | 2026-07-20T19:23:42.793Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3399 | 2026-07-20T19:23:45.486Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3400 | 2026-07-20T19:23:48.144Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3401 | 2026-07-20T19:23:50.758Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3402 | 2026-07-20T19:23:53.296Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3403 | 2026-07-20T19:23:55.924Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3404 | 2026-07-20T19:23:58.508Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3405 | 2026-07-20T19:24:01.167Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3406 | 2026-07-20T19:24:04.116Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3407 | 2026-07-20T19:24:06.628Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3408 | 2026-07-20T19:24:14.621Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3409 | 2026-07-20T19:24:14.724Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3410 | 2026-07-20T19:24:18.060Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3411 | 2026-07-20T19:24:21.350Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3412 | 2026-07-20T19:24:24.903Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3413 | 2026-07-20T19:24:28.125Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3414 | 2026-07-20T19:24:31.466Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3415 | 2026-07-20T19:24:36.218Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3416 | 2026-07-20T19:24:39.033Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3417 | 2026-07-20T19:24:42.725Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3418 | 2026-07-20T19:24:46.438Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3419 | 2026-07-20T19:24:50.212Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3420 | 2026-07-20T19:24:53.968Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3421 | 2026-07-20T19:24:57.737Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3422 | 2026-07-20T19:25:01.419Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3423 | 2026-07-20T19:25:05.158Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3424 | 2026-07-20T19:25:08.853Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3425 | 2026-07-20T19:25:12.557Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3426 | 2026-07-20T19:25:16.366Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3427 | 2026-07-20T19:25:20.019Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3428 | 2026-07-20T19:25:23.752Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3429 | 2026-07-20T19:25:27.384Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3430 | 2026-07-20T19:25:31.099Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3431 | 2026-07-20T19:25:34.733Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3432 | 2026-07-20T19:25:38.554Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3433 | 2026-07-20T19:25:42.360Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3434 | 2026-07-20T19:26:11.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s |
| 3435 | 2026-07-20T19:26:12.560Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files |
| 3436 | 2026-07-20T19:26:12.598Z | |
| 3437 | 2026-07-20T19:26:12.598Z | real 7:02.763053503 |
| 3438 | 2026-07-20T19:26:12.598Z | user 18:45.028825518 |
| 3439 | 2026-07-20T19:26:12.598Z | sys 4:01.959705157 |
| 3440 | 2026-07-20T19:26:12.598Z | trap 0.270747191 |
| 3441 | 2026-07-20T19:26:12.598Z | tflt 0.029435427 |
| 3442 | 2026-07-20T19:26:12.598Z | dflt 0.089043510 |
| 3443 | 2026-07-20T19:26:12.598Z | kflt 0.000015130 |
| 3444 | 2026-07-20T19:26:12.598Z | lock 6:32:56.829400259 |
| 3445 | 2026-07-20T19:26:12.598Z | slp 2:22:19.390125249 |
| 3446 | 2026-07-20T19:26:12.598Z | lat 35.094378625 |
| 3447 | 2026-07-20T19:26:12.598Z | stop 1:39.443055498 |
| 3448 | 2026-07-20T19:26:12.598Z | process exited: duration 798319 ms, exit code 0 |
| |
| 3449 | 2026-07-20T19:26:12.632Z | found 0 output files |