|
|
|
| 1 | 2026-05-11T15:11:47.411Z | job assigned to worker 01KRBSEQ7YKGQSH3ADF8ZHCBS6 [factory aws, i-05535db28fcc7a4fd] (queued for 54 s) |
| |
| 2 | 2026-05-11T15:11:54.016Z | starting task 0: "setup" |
| 3 | 2026-05-11T15:11:54.019Z | ++ uname -s |
| 4 | 2026-05-11T15:11:54.022Z | + kern=SunOS |
| 5 | 2026-05-11T15:11:54.022Z | + build_user=build |
| 6 | 2026-05-11T15:11:54.022Z | + build_uid=12345 |
| 7 | 2026-05-11T15:11:54.022Z | + work_dir=/work |
| 8 | 2026-05-11T15:11:54.023Z | + input_dir=/input |
| 9 | 2026-05-11T15:11:54.023Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-11T15:11:54.023Z | + case "$kern" in |
| 11 | 2026-05-11T15:11:54.023Z | + groupadd -g 12345 build |
| 12 | 2026-05-11T15:11:54.026Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-11T15:11:56.030Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-11T15:11:56.147Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-11T15:11:56.150Z | + home_fs=zfs |
| 16 | 2026-05-11T15:11:56.150Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-11T15:11:56.150Z | + mkdir -p /home/build |
| 18 | 2026-05-11T15:11:56.150Z | + chown build:build /home/build /work |
| 19 | 2026-05-11T15:11:57.151Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-11T15:11:57.154Z | process exited: duration 3138 ms, exit code 0 |
| |
| 21 | 2026-05-11T15:11:57.160Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-11T15:11:57.164Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-11T15:11:57.164Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-11T15:11:57.164Z | * rust toolchain profile = "default" |
| 25 | 2026-05-11T15:11:57.164Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-11T15:11:57.164Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-11T15:11:57.167Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-11T15:11:57.167Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-11T15:11:57.167Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-11T15:11:57.271Z | info: downloading installer |
| 31 | 2026-05-11T15:11:58.618Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-11T15:11:58.618Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-11T15:11:58.618Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-11T15:11:58.618Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-11T15:11:58.630Z | info: profile set to default |
| 36 | 2026-05-11T15:11:58.631Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-11T15:11:58.633Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-11T15:11:58.781Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-11T15:11:58.784Z | info: downloading 6 components |
| 40 | 2026-05-11T15:12:12.672Z | |
| 41 | 2026-05-11T15:12:12.672Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-11T15:12:12.702Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-11T15:12:12.703Z | |
| 44 | 2026-05-11T15:12:12.703Z | |
| 45 | 2026-05-11T15:12:12.703Z | Rust is installed now. Great! |
| 46 | 2026-05-11T15:12:12.703Z | |
| 47 | 2026-05-11T15:12:12.703Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-11T15:12:12.703Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-11T15:12:12.703Z | |
| 50 | 2026-05-11T15:12:12.703Z | To configure your current shell, you need to source |
| 51 | 2026-05-11T15:12:12.703Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-11T15:12:12.706Z | |
| 53 | 2026-05-11T15:12:12.706Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-11T15:12:12.706Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-11T15:12:12.706Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-11T15:12:12.706Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-11T15:12:12.706Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-11T15:12:12.706Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-11T15:12:12.706Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-11T15:12:12.706Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-11T15:12:12.706Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-11T15:12:12.795Z | + rustup --version |
| 63 | 2026-05-11T15:12:12.803Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-11T15:12:12.806Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-11T15:12:12.824Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-11T15:12:12.827Z | + cargo --version |
| 67 | 2026-05-11T15:12:12.839Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-11T15:12:12.842Z | + rustc --version |
| 69 | 2026-05-11T15:12:12.862Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-11T15:12:12.865Z | process exited: duration 15704 ms, exit code 0 |
| |
| 71 | 2026-05-11T15:12:12.871Z | starting task 2: "authentication" |
| 72 | 2026-05-11T15:12:12.887Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-11T15:12:12.893Z | starting task 3: "clone repository" |
| 74 | 2026-05-11T15:12:12.896Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-11T15:12:12.899Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-11T15:12:12.930Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-11T15:12:22.741Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-11T15:12:22.741Z | + git fetch origin 2cdf20ed7ae7dd944166ec085c69ced8fc2932dd |
| 79 | 2026-05-11T15:12:23.004Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-11T15:12:23.005Z | * branch 2cdf20ed7ae7dd944166ec085c69ced8fc2932dd -> FETCH_HEAD |
| 81 | 2026-05-11T15:12:23.014Z | + [[ -n jmcarp/bump-clickhouse ]] |
| 82 | 2026-05-11T15:12:23.017Z | ++ git branch --show-current |
| 83 | 2026-05-11T15:12:23.017Z | + current=main |
| 84 | 2026-05-11T15:12:23.017Z | + [[ main != jmcarp/bump-clickhouse ]] |
| 85 | 2026-05-11T15:12:23.017Z | + git branch -f jmcarp/bump-clickhouse 2cdf20ed7ae7dd944166ec085c69ced8fc2932dd |
| 86 | 2026-05-11T15:12:23.020Z | + git checkout -f jmcarp/bump-clickhouse |
| 87 | 2026-05-11T15:12:23.249Z | Switched to branch 'jmcarp/bump-clickhouse' |
| 88 | 2026-05-11T15:12:23.252Z | + git reset --hard 2cdf20ed7ae7dd944166ec085c69ced8fc2932dd |
| 89 | 2026-05-11T15:12:23.264Z | HEAD is now at 2cdf20ed7 Bump clickhouse to latest patch. |
| 90 | 2026-05-11T15:12:23.267Z | process exited: duration 10372 ms, exit code 0 |
| |
| 91 | 2026-05-11T15:12:23.273Z | starting task 4: "build" |
| 92 | 2026-05-11T15:12:23.276Z | + source ./env.sh |
| 93 | 2026-05-11T15:12:23.277Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-11T15:12:23.277Z | ++ set -o xtrace |
| 95 | 2026-05-11T15:12:23.280Z | ++++ dirname ./env.sh |
| 96 | 2026-05-11T15:12:23.283Z | +++ readlink -f . |
| 97 | 2026-05-11T15:12:23.283Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-11T15:12:23.283Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-05-11T15:12:23.283Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-05-11T15:12:23.283Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-05-11T15:12:23.283Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-05-11T15:12:23.283Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-05-11T15:12:23.283Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-05-11T15:12:23.283Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-05-11T15:12:23.283Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-11T15:12:23.283Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-11T15:12:23.283Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-11T15:12:23.283Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-11T15:12:23.283Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-11T15:12:23.283Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-11T15:12:23.283Z | + cargo --version |
| 112 | 2026-05-11T15:12:23.292Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-11T15:12:23.295Z | + rustc --version |
| 114 | 2026-05-11T15:12:23.314Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-11T15:12:23.317Z | + banner prerequisites |
| 116 | 2026-05-11T15:12:23.320Z | |
| 117 | 2026-05-11T15:12:23.320Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-11T15:12:23.320Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-11T15:12:23.320Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-11T15:12:23.320Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-11T15:12:23.320Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-11T15:12:23.320Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-11T15:12:23.320Z | |
| 124 | 2026-05-11T15:12:23.320Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-11T15:12:24.726Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-11T15:12:24.769Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-11T15:12:24.916Z | Planning: Solver setup ... Done (0.118s) |
| 128 | 2026-05-11T15:12:24.925Z | Planning: Running solver ... Done (0.009s) |
| 129 | 2026-05-11T15:12:24.929Z | Planning: Finding local manifests ... Done (0.002s) |
| 130 | 2026-05-11T15:12:24.939Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-11T15:12:24.954Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-11T15:12:24.967Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-11T15:12:24.970Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-11T15:12:25.152Z | Planning: Checking for conflicting actions ... Done (0.183s) |
| 135 | 2026-05-11T15:12:25.155Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-11T15:12:25.898Z | Planning: Evaluating mediators ... Done (0.745s) |
| 137 | 2026-05-11T15:12:25.901Z | Planning: Planning completed in 1.11 seconds |
| 138 | 2026-05-11T15:12:25.906Z | Packages to install: 2 |
| 139 | 2026-05-11T15:12:25.909Z | Estimated space available: 156.10 GB |
| 140 | 2026-05-11T15:12:25.909Z | Estimated space to be consumed: 16.95 MB |
| 141 | 2026-05-11T15:12:25.909Z | Create boot environment: No |
| 142 | 2026-05-11T15:12:25.909Z | Create backup boot environment: No |
| 143 | 2026-05-11T15:12:25.910Z | Rebuild boot archive: No |
| 144 | 2026-05-11T15:12:25.910Z | |
| 145 | 2026-05-11T15:12:25.910Z | Changed packages: |
| 146 | 2026-05-11T15:12:25.910Z | helios |
| 147 | 2026-05-11T15:12:25.910Z | developer/build-essential |
| 148 | 2026-05-11T15:12:25.910Z | None -> 11-3.0 |
| 149 | 2026-05-11T15:12:25.910Z | library/libxmlsec1 |
| 150 | 2026-05-11T15:12:25.910Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-11T15:12:25.930Z | |
| 152 | 2026-05-11T15:12:25.930Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-11T15:12:26.551Z | Download: Completed 1.28 MB in 0.62 seconds (2.1M/s) |
| 154 | 2026-05-11T15:12:26.684Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-11T15:12:26.721Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-05-11T15:12:26.726Z | Finalize: Updating package state database ... Done (0.005s) |
| 157 | 2026-05-11T15:12:26.729Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-11T15:12:26.738Z | Finalize: Updating image state ... Done (0.011s) |
| 159 | 2026-05-11T15:12:29.099Z | Finalize: Creating fast lookup database ... Done (2.340s) |
| 160 | 2026-05-11T15:12:29.166Z | Finalize: Reading search index ... Done (0.012s) |
| 161 | 2026-05-11T15:12:29.169Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-11T15:12:29.255Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-11T15:12:29.543Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-11T15:12:29.646Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-11T15:12:29.649Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-11T15:12:29.801Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-11T15:12:29.804Z | Planning: Planning completed in 0.26 seconds |
| 168 | 2026-05-11T15:12:29.824Z | Mediators to change: 2 |
| 169 | 2026-05-11T15:12:29.827Z | Create boot environment: No |
| 170 | 2026-05-11T15:12:29.827Z | Create backup boot environment: No |
| 171 | 2026-05-11T15:12:29.943Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-11T15:12:29.943Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-11T15:12:29.950Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-11T15:12:31.873Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-11T15:12:31.934Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-11T15:12:31.937Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-11T15:12:32.020Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-11T15:12:32.300Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-11T15:12:32.404Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-11T15:12:32.407Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-11T15:12:32.562Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-11T15:12:32.564Z | Planning: Planning completed in 0.26 seconds |
| 183 | 2026-05-11T15:12:32.584Z | Mediators to change: 1 |
| 184 | 2026-05-11T15:12:32.584Z | Create boot environment: No |
| 185 | 2026-05-11T15:12:32.587Z | Create backup boot environment: No |
| 186 | 2026-05-11T15:12:32.634Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-11T15:12:32.634Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-11T15:12:32.641Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-11T15:12:34.570Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-11T15:12:34.633Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-11T15:12:34.637Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-11T15:12:34.703Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-11T15:12:35.014Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-11T15:12:35.014Z | apache system 2.4 system |
| 195 | 2026-05-11T15:12:35.014Z | clang system 15 system |
| 196 | 2026-05-11T15:12:35.014Z | csh system system illumos |
| 197 | 2026-05-11T15:12:35.014Z | ctags system system illumos |
| 198 | 2026-05-11T15:12:35.014Z | file vendor vendor darwinsys |
| 199 | 2026-05-11T15:12:35.014Z | file system system illumos |
| 200 | 2026-05-11T15:12:35.014Z | gcc vendor 14 vendor |
| 201 | 2026-05-11T15:12:35.014Z | gcc system 13 system |
| 202 | 2026-05-11T15:12:35.014Z | gcc system 10 system |
| 203 | 2026-05-11T15:12:35.014Z | go system 1.25 system |
| 204 | 2026-05-11T15:12:35.014Z | llvm system 15 system |
| 205 | 2026-05-11T15:12:35.014Z | mariadb system 11.4 system |
| 206 | 2026-05-11T15:12:35.014Z | mta vendor vendor dma |
| 207 | 2026-05-11T15:12:35.014Z | openjdk system 17 system |
| 208 | 2026-05-11T15:12:35.014Z | openjdk system 11 system |
| 209 | 2026-05-11T15:12:35.014Z | openssl vendor 3 vendor |
| 210 | 2026-05-11T15:12:35.014Z | perl system 5.40 system |
| 211 | 2026-05-11T15:12:35.014Z | postgresql system 18 system |
| 212 | 2026-05-11T15:12:35.014Z | postgresql system 17 system |
| 213 | 2026-05-11T15:12:35.014Z | python vendor 3 vendor |
| 214 | 2026-05-11T15:12:35.014Z | python system 2 system |
| 215 | 2026-05-11T15:12:35.014Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-11T15:12:35.015Z | ruby system 3.4 system |
| 217 | 2026-05-11T15:12:35.015Z | ruby system 3.0 system |
| 218 | 2026-05-11T15:12:35.015Z | words vendor vendor american-english |
| 219 | 2026-05-11T15:12:35.015Z | words system system australian-english |
| 220 | 2026-05-11T15:12:35.015Z | words system system british-english |
| 221 | 2026-05-11T15:12:35.015Z | words system system canadian-english |
| 222 | 2026-05-11T15:12:35.015Z | words system system french |
| 223 | 2026-05-11T15:12:35.015Z | words system system italian |
| 224 | 2026-05-11T15:12:35.015Z | words system system ngerman |
| 225 | 2026-05-11T15:12:35.015Z | words system system ogerman |
| 226 | 2026-05-11T15:12:35.015Z | words system system spanish |
| 227 | 2026-05-11T15:12:35.265Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-11T15:12:35.265Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-11T15:12:35.523Z | FMRI IFO |
| 230 | 2026-05-11T15:12:35.523Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-11T15:12:35.523Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-11T15:12:35.524Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-11T15:12:35.524Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-11T15:12:35.524Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-11T15:12:35.524Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-11T15:12:35.524Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-11T15:12:35.524Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-11T15:12:35.524Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-11T15:12:35.758Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-11T15:12:36.025Z | Updating crates.io index |
| 241 | 2026-05-11T15:12:36.028Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-11T15:12:36.292Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-11T15:12:37.263Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-11T15:12:37.847Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-11T15:12:38.647Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-11T15:12:39.144Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-11T15:12:40.446Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-11T15:12:41.320Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-11T15:12:41.607Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-11T15:12:42.826Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-11T15:12:43.286Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-11T15:12:43.683Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-11T15:12:44.156Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-11T15:12:45.202Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-11T15:12:45.752Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-05-11T15:12:46.081Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 257 | 2026-05-11T15:12:46.339Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 258 | 2026-05-11T15:12:46.865Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-05-11T15:12:47.087Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-05-11T15:12:47.339Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-05-11T15:12:47.581Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 262 | 2026-05-11T15:12:48.107Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 263 | 2026-05-11T15:12:48.456Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 264 | 2026-05-11T15:12:49.201Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 265 | 2026-05-11T15:12:49.457Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 266 | 2026-05-11T15:12:49.747Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 267 | 2026-05-11T15:12:50.838Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2026-05-11T15:12:51.431Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 269 | 2026-05-11T15:12:51.982Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 270 | 2026-05-11T15:12:52.467Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 271 | 2026-05-11T15:12:52.828Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 272 | 2026-05-11T15:12:53.240Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2026-05-11T15:12:53.574Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 274 | 2026-05-11T15:12:54.177Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 275 | 2026-05-11T15:12:54.423Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 276 | 2026-05-11T15:12:54.712Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 277 | 2026-05-11T15:12:55.008Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 278 | 2026-05-11T15:12:55.415Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 279 | 2026-05-11T15:13:06.749Z | Downloading crates ... |
| 280 | 2026-05-11T15:13:06.796Z | Downloaded block-buffer v0.10.4 |
| 281 | 2026-05-11T15:13:06.805Z | Downloaded anstream v0.6.21 |
| 282 | 2026-05-11T15:13:06.809Z | Downloaded camino v1.2.2 |
| 283 | 2026-05-11T15:13:06.813Z | Downloaded stable_deref_trait v1.2.1 |
| 284 | 2026-05-11T15:13:06.817Z | Downloaded serde-value v0.7.0 |
| 285 | 2026-05-11T15:13:06.817Z | Downloaded anstyle v1.0.13 |
| 286 | 2026-05-11T15:13:06.817Z | Downloaded fnv v1.0.7 |
| 287 | 2026-05-11T15:13:06.817Z | Downloaded anyhow v1.0.102 |
| 288 | 2026-05-11T15:13:06.821Z | Downloaded toml_write v0.1.2 |
| 289 | 2026-05-11T15:13:06.821Z | Downloaded colorchoice v1.0.4 |
| 290 | 2026-05-11T15:13:06.824Z | Downloaded generic-array v0.14.7 |
| 291 | 2026-05-11T15:13:06.827Z | Downloaded cargo_toml v0.21.0 |
| 292 | 2026-05-11T15:13:06.827Z | Downloaded textwrap v0.16.2 |
| 293 | 2026-05-11T15:13:06.831Z | Downloaded yoke-derive v0.8.1 |
| 294 | 2026-05-11T15:13:06.831Z | Downloaded unicode-xid v0.2.6 |
| 295 | 2026-05-11T15:13:06.831Z | Downloaded thiserror-impl v2.0.18 |
| 296 | 2026-05-11T15:13:06.837Z | Downloaded typenum v1.19.0 |
| 297 | 2026-05-11T15:13:06.840Z | Downloaded potential_utf v0.1.4 |
| 298 | 2026-05-11T15:13:06.843Z | Downloaded tinystr v0.8.2 |
| 299 | 2026-05-11T15:13:06.843Z | Downloaded typeid v1.0.3 |
| 300 | 2026-05-11T15:13:06.846Z | Downloaded thread-id v4.2.2 |
| 301 | 2026-05-11T15:13:06.849Z | Downloaded log v0.4.29 |
| 302 | 2026-05-11T15:13:06.849Z | Downloaded smawk v0.3.2 |
| 303 | 2026-05-11T15:13:06.849Z | Downloaded anstyle-query v1.1.5 |
| 304 | 2026-05-11T15:13:06.852Z | Downloaded icu_normalizer_data v2.1.1 |
| 305 | 2026-05-11T15:13:06.852Z | Downloaded writeable v0.6.2 |
| 306 | 2026-05-11T15:13:06.855Z | Downloaded toml v0.8.23 |
| 307 | 2026-05-11T15:13:06.855Z | Downloaded byteorder v1.5.0 |
| 308 | 2026-05-11T15:13:06.860Z | Downloaded zerocopy-derive v0.7.35 |
| 309 | 2026-05-11T15:13:06.863Z | Downloaded thiserror v2.0.18 |
| 310 | 2026-05-11T15:13:06.866Z | Downloaded usdt-impl v0.5.0 |
| 311 | 2026-05-11T15:13:06.869Z | Downloaded pest_derive v2.8.6 |
| 312 | 2026-05-11T15:13:06.872Z | Downloaded utf8parse v0.2.2 |
| 313 | 2026-05-11T15:13:06.872Z | Downloaded swrite v0.1.0 |
| 314 | 2026-05-11T15:13:06.872Z | Downloaded macaddr v1.0.1 |
| 315 | 2026-05-11T15:13:06.875Z | Downloaded indexmap v2.14.0 |
| 316 | 2026-05-11T15:13:06.878Z | Downloaded zerofrom v0.1.6 |
| 317 | 2026-05-11T15:13:06.878Z | Downloaded usdt-attr-macro v0.5.0 |
| 318 | 2026-05-11T15:13:06.878Z | Downloaded zerofrom-derive v0.1.6 |
| 319 | 2026-05-11T15:13:06.878Z | Downloaded thiserror-impl v1.0.69 |
| 320 | 2026-05-11T15:13:06.881Z | Downloaded toml_datetime v0.6.11 |
| 321 | 2026-05-11T15:13:06.881Z | Downloaded erased-serde v0.4.9 |
| 322 | 2026-05-11T15:13:06.881Z | Downloaded equivalent v1.0.2 |
| 323 | 2026-05-11T15:13:06.884Z | Downloaded utf8_iter v1.0.4 |
| 324 | 2026-05-11T15:13:06.884Z | Downloaded crypto-common v0.1.7 |
| 325 | 2026-05-11T15:13:06.886Z | Downloaded unicode-linebreak v0.1.5 |
| 326 | 2026-05-11T15:13:06.887Z | Downloaded strsim v0.11.1 |
| 327 | 2026-05-11T15:13:06.887Z | Downloaded plain v0.2.3 |
| 328 | 2026-05-11T15:13:06.890Z | Downloaded serde_spanned v0.6.9 |
| 329 | 2026-05-11T15:13:06.890Z | Downloaded idna_adapter v1.2.1 |
| 330 | 2026-05-11T15:13:06.892Z | Downloaded fastrand v2.3.0 |
| 331 | 2026-05-11T15:13:06.892Z | Downloaded tabled_derive v0.7.0 |
| 332 | 2026-05-11T15:13:06.895Z | Downloaded proc-macro-error-attr v1.0.4 |
| 333 | 2026-05-11T15:13:06.899Z | Downloaded memmap v0.7.0 |
| 334 | 2026-05-11T15:13:06.902Z | Downloaded version_check v0.9.5 |
| 335 | 2026-05-11T15:13:06.905Z | Downloaded scroll_derive v0.12.1 |
| 336 | 2026-05-11T15:13:06.905Z | Downloaded ordered-float v2.10.1 |
| 337 | 2026-05-11T15:13:06.905Z | Downloaded usdt v0.5.0 |
| 338 | 2026-05-11T15:13:06.908Z | Downloaded dtrace-parser v0.2.0 |
| 339 | 2026-05-11T15:13:06.908Z | Downloaded is_terminal_polyfill v1.70.2 |
| 340 | 2026-05-11T15:13:06.908Z | Downloaded errno v0.3.14 |
| 341 | 2026-05-11T15:13:06.908Z | Downloaded heck v0.5.0 |
| 342 | 2026-05-11T15:13:06.908Z | Downloaded usdt-macro v0.5.0 |
| 343 | 2026-05-11T15:13:06.911Z | Downloaded cpufeatures v0.2.17 |
| 344 | 2026-05-11T15:13:06.911Z | Downloaded zmij v1.0.21 |
| 345 | 2026-05-11T15:13:06.911Z | Downloaded zerovec-derive v0.11.2 |
| 346 | 2026-05-11T15:13:06.914Z | Downloaded form_urlencoded v1.2.2 |
| 347 | 2026-05-11T15:13:06.914Z | Downloaded clap_lex v1.0.0 |
| 348 | 2026-05-11T15:13:06.917Z | Downloaded displaydoc v0.2.5 |
| 349 | 2026-05-11T15:13:06.920Z | Downloaded autocfg v1.5.0 |
| 350 | 2026-05-11T15:13:06.923Z | Downloaded yoke v0.8.1 |
| 351 | 2026-05-11T15:13:06.923Z | Downloaded cargo_metadata v0.21.0 |
| 352 | 2026-05-11T15:13:06.927Z | Downloaded ucd-trie v0.1.7 |
| 353 | 2026-05-11T15:13:06.936Z | Downloaded itoa v1.0.17 |
| 354 | 2026-05-11T15:13:06.939Z | Downloaded unicode-ident v1.0.24 |
| 355 | 2026-05-11T15:13:06.939Z | Downloaded terminal_size v0.4.3 |
| 356 | 2026-05-11T15:13:06.942Z | Downloaded toml_edit v0.22.27 |
| 357 | 2026-05-11T15:13:06.945Z | Downloaded url v2.5.8 |
| 358 | 2026-05-11T15:13:06.948Z | Downloaded percent-encoding v2.3.2 |
| 359 | 2026-05-11T15:13:06.951Z | Downloaded heck v0.4.1 |
| 360 | 2026-05-11T15:13:06.954Z | Downloaded zerotrie v0.2.3 |
| 361 | 2026-05-11T15:13:06.954Z | Downloaded zerocopy v0.7.35 |
| 362 | 2026-05-11T15:13:06.963Z | Downloaded zerovec v0.11.5 |
| 363 | 2026-05-11T15:13:06.966Z | Downloaded pretty-hex v0.4.1 |
| 364 | 2026-05-11T15:13:06.969Z | Downloaded cfg-if v1.0.4 |
| 365 | 2026-05-11T15:13:06.969Z | Downloaded bytecount v0.6.9 |
| 366 | 2026-05-11T15:13:06.973Z | Downloaded anstyle-parse v0.2.7 |
| 367 | 2026-05-11T15:13:06.983Z | Downloaded litemap v0.8.1 |
| 368 | 2026-05-11T15:13:06.986Z | Downloaded bitflags v2.11.0 |
| 369 | 2026-05-11T15:13:06.986Z | Downloaded winnow v0.7.14 |
| 370 | 2026-05-11T15:13:06.991Z | Downloaded sha2 v0.10.9 |
| 371 | 2026-05-11T15:13:06.994Z | Downloaded scroll v0.12.0 |
| 372 | 2026-05-11T15:13:06.994Z | Downloaded proc-macro-error v1.0.4 |
| 373 | 2026-05-11T15:13:06.997Z | Downloaded cargo-platform v0.2.0 |
| 374 | 2026-05-11T15:13:06.997Z | Downloaded unicode-width v0.2.0 |
| 375 | 2026-05-11T15:13:07.000Z | Downloaded dof v0.3.0 |
| 376 | 2026-05-11T15:13:07.000Z | Downloaded unicode-width v0.1.14 |
| 377 | 2026-05-11T15:13:07.003Z | Downloaded synstructure v0.13.2 |
| 378 | 2026-05-11T15:13:07.003Z | Downloaded digest v0.10.7 |
| 379 | 2026-05-11T15:13:07.006Z | Downloaded quote v1.0.45 |
| 380 | 2026-05-11T15:13:07.009Z | Downloaded thiserror v1.0.69 |
| 381 | 2026-05-11T15:13:07.012Z | Downloaded camino-tempfile v1.4.1 |
| 382 | 2026-05-11T15:13:07.019Z | Downloaded serde_tokenstream v0.2.3 |
| 383 | 2026-05-11T15:13:07.022Z | Downloaded serde-untagged v0.1.9 |
| 384 | 2026-05-11T15:13:07.025Z | Downloaded smallvec v1.15.1 |
| 385 | 2026-05-11T15:13:07.025Z | Downloaded clap_derive v4.5.55 |
| 386 | 2026-05-11T15:13:07.031Z | Downloaded fs-err v3.3.0 |
| 387 | 2026-05-11T15:13:07.048Z | Downloaded semver v1.0.28 |
| 388 | 2026-05-11T15:13:07.051Z | Downloaded cargo-util-schemas v0.8.2 |
| 389 | 2026-05-11T15:13:07.054Z | Downloaded tempfile v3.25.0 |
| 390 | 2026-05-11T15:13:07.054Z | Downloaded once_cell v1.21.3 |
| 391 | 2026-05-11T15:13:07.057Z | Downloaded serde_core v1.0.228 |
| 392 | 2026-05-11T15:13:07.061Z | Downloaded proc-macro2 v1.0.106 |
| 393 | 2026-05-11T15:13:07.065Z | Downloaded getrandom v0.4.1 |
| 394 | 2026-05-11T15:13:07.069Z | Downloaded clap_builder v4.5.60 |
| 395 | 2026-05-11T15:13:07.081Z | Downloaded pest_generator v2.8.6 |
| 396 | 2026-05-11T15:13:07.084Z | Downloaded num-traits v0.2.19 |
| 397 | 2026-05-11T15:13:07.084Z | Downloaded serde_derive v1.0.228 |
| 398 | 2026-05-11T15:13:07.087Z | Downloaded icu_provider v2.1.1 |
| 399 | 2026-05-11T15:13:07.087Z | Downloaded icu_properties v2.1.2 |
| 400 | 2026-05-11T15:13:07.090Z | Downloaded icu_locale_core v2.1.1 |
| 401 | 2026-05-11T15:13:07.093Z | Downloaded papergrid v0.11.0 |
| 402 | 2026-05-11T15:13:07.097Z | Downloaded clap v4.5.60 |
| 403 | 2026-05-11T15:13:07.102Z | Downloaded pest_meta v2.8.6 |
| 404 | 2026-05-11T15:13:07.105Z | Downloaded icu_normalizer v2.1.1 |
| 405 | 2026-05-11T15:13:07.114Z | Downloaded memchr v2.8.0 |
| 406 | 2026-05-11T15:13:07.122Z | Downloaded icu_collections v2.1.1 |
| 407 | 2026-05-11T15:13:07.126Z | Downloaded serde v1.0.228 |
| 408 | 2026-05-11T15:13:07.143Z | Downloaded pest v2.8.6 |
| 409 | 2026-05-11T15:13:07.170Z | Downloaded idna v1.1.0 |
| 410 | 2026-05-11T15:13:07.180Z | Downloaded serde_json v1.0.149 |
| 411 | 2026-05-11T15:13:07.184Z | Downloaded hashbrown v0.17.0 |
| 412 | 2026-05-11T15:13:07.188Z | Downloaded icu_properties_data v2.1.2 |
| 413 | 2026-05-11T15:13:07.194Z | Downloaded goblin v0.8.2 |
| 414 | 2026-05-11T15:13:07.205Z | Downloaded syn v1.0.109 |
| 415 | 2026-05-11T15:13:07.211Z | Downloaded tabled v0.15.0 |
| 416 | 2026-05-11T15:13:07.221Z | Downloaded rustix v1.1.3 |
| 417 | 2026-05-11T15:13:07.235Z | Downloaded syn v2.0.117 |
| 418 | 2026-05-11T15:13:07.271Z | Downloaded libc v0.2.185 |
| 419 | 2026-05-11T15:13:07.339Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-05-11T15:13:07.339Z | Compiling quote v1.0.45 |
| 421 | 2026-05-11T15:13:07.342Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-05-11T15:13:07.342Z | Compiling serde_core v1.0.228 |
| 423 | 2026-05-11T15:13:07.342Z | Compiling libc v0.2.185 |
| 424 | 2026-05-11T15:13:07.342Z | Compiling version_check v0.9.5 |
| 425 | 2026-05-11T15:13:07.342Z | Compiling memchr v2.8.0 |
| 426 | 2026-05-11T15:13:07.342Z | Compiling serde v1.0.228 |
| 427 | 2026-05-11T15:13:07.718Z | Compiling stable_deref_trait v1.2.1 |
| 428 | 2026-05-11T15:13:07.795Z | Compiling zmij v1.0.21 |
| 429 | 2026-05-11T15:13:07.853Z | Compiling ucd-trie v0.1.7 |
| 430 | 2026-05-11T15:13:07.984Z | Compiling autocfg v1.5.0 |
| 431 | 2026-05-11T15:13:08.113Z | Compiling thiserror v1.0.69 |
| 432 | 2026-05-11T15:13:08.134Z | Compiling itoa v1.0.17 |
| 433 | 2026-05-11T15:13:08.290Z | Compiling pest v2.8.6 |
| 434 | 2026-05-11T15:13:08.315Z | Compiling writeable v0.6.2 |
| 435 | 2026-05-11T15:13:08.349Z | Compiling litemap v0.8.1 |
| 436 | 2026-05-11T15:13:08.504Z | Compiling rustix v1.1.3 |
| 437 | 2026-05-11T15:13:08.536Z | Compiling icu_properties_data v2.1.2 |
| 438 | 2026-05-11T15:13:08.711Z | Compiling byteorder v1.5.0 |
| 439 | 2026-05-11T15:13:08.727Z | Compiling icu_normalizer_data v2.1.1 |
| 440 | 2026-05-11T15:13:08.845Z | Compiling syn v2.0.117 |
| 441 | 2026-05-11T15:13:08.930Z | Compiling errno v0.3.14 |
| 442 | 2026-05-11T15:13:08.946Z | Compiling bitflags v2.11.0 |
| 443 | 2026-05-11T15:13:08.961Z | Compiling serde_json v1.0.149 |
| 444 | 2026-05-11T15:13:09.181Z | Compiling num-traits v0.2.19 |
| 445 | 2026-05-11T15:13:09.197Z | Compiling smallvec v1.15.1 |
| 446 | 2026-05-11T15:13:09.363Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-05-11T15:13:09.406Z | Compiling equivalent v1.0.2 |
| 448 | 2026-05-11T15:13:09.423Z | Compiling typeid v1.0.3 |
| 449 | 2026-05-11T15:13:09.498Z | Compiling hashbrown v0.17.0 |
| 450 | 2026-05-11T15:13:09.767Z | Compiling thread-id v4.2.2 |
| 451 | 2026-05-11T15:13:09.785Z | Compiling proc-macro-error-attr v1.0.4 |
| 452 | 2026-05-11T15:13:09.801Z | Compiling usdt-impl v0.5.0 |
| 453 | 2026-05-11T15:13:09.855Z | Compiling erased-serde v0.4.9 |
| 454 | 2026-05-11T15:13:09.970Z | Compiling winnow v0.7.14 |
| 455 | 2026-05-11T15:13:10.016Z | Compiling syn v1.0.109 |
| 456 | 2026-05-11T15:13:10.140Z | Compiling indexmap v2.14.0 |
| 457 | 2026-05-11T15:13:10.208Z | Compiling toml_write v0.1.2 |
| 458 | 2026-05-11T15:13:10.508Z | Compiling proc-macro-error v1.0.4 |
| 459 | 2026-05-11T15:13:10.698Z | Compiling log v0.4.29 |
| 460 | 2026-05-11T15:13:10.756Z | Compiling plain v0.2.3 |
| 461 | 2026-05-11T15:13:10.872Z | Compiling camino v1.2.2 |
| 462 | 2026-05-11T15:13:10.891Z | Compiling utf8_iter v1.0.4 |
| 463 | 2026-05-11T15:13:11.041Z | Compiling utf8parse v0.2.2 |
| 464 | 2026-05-11T15:13:11.059Z | Compiling percent-encoding v2.3.2 |
| 465 | 2026-05-11T15:13:11.062Z | Compiling thiserror v2.0.18 |
| 466 | 2026-05-11T15:13:11.162Z | Compiling getrandom v0.4.1 |
| 467 | 2026-05-11T15:13:11.187Z | Compiling anstyle-parse v0.2.7 |
| 468 | 2026-05-11T15:13:11.242Z | Compiling form_urlencoded v1.2.2 |
| 469 | 2026-05-11T15:13:11.269Z | Compiling ordered-float v2.10.1 |
| 470 | 2026-05-11T15:13:11.450Z | Compiling synstructure v0.13.2 |
| 471 | 2026-05-11T15:13:11.469Z | Compiling pest_generator v2.8.6 |
| 472 | 2026-05-11T15:13:11.550Z | Compiling terminal_size v0.4.3 |
| 473 | 2026-05-11T15:13:11.685Z | Compiling cfg-if v1.0.4 |
| 474 | 2026-05-11T15:13:11.763Z | Compiling anstyle v1.0.13 |
| 475 | 2026-05-11T15:13:11.807Z | Compiling anstyle-query v1.1.5 |
| 476 | 2026-05-11T15:13:11.869Z | Compiling is_terminal_polyfill v1.70.2 |
| 477 | 2026-05-11T15:13:11.888Z | Compiling colorchoice v1.0.4 |
| 478 | 2026-05-11T15:13:11.920Z | Compiling pretty-hex v0.4.1 |
| 479 | 2026-05-11T15:13:11.987Z | Compiling anstream v0.6.21 |
| 480 | 2026-05-11T15:13:12.011Z | Compiling serde-untagged v0.1.9 |
| 481 | 2026-05-11T15:13:12.067Z | Compiling semver v1.0.28 |
| 482 | 2026-05-11T15:13:12.220Z | Compiling fs-err v3.3.0 |
| 483 | 2026-05-11T15:13:12.250Z | Compiling fnv v1.0.7 |
| 484 | 2026-05-11T15:13:12.284Z | Compiling anyhow v1.0.102 |
| 485 | 2026-05-11T15:13:12.353Z | Compiling bytecount v0.6.9 |
| 486 | 2026-05-11T15:13:12.395Z | Compiling once_cell v1.21.3 |
| 487 | 2026-05-11T15:13:12.412Z | Compiling fastrand v2.3.0 |
| 488 | 2026-05-11T15:13:12.443Z | Compiling strsim v0.11.1 |
| 489 | 2026-05-11T15:13:12.488Z | Compiling heck v0.4.1 |
| 490 | 2026-05-11T15:13:12.593Z | Compiling unicode-xid v0.2.6 |
| 491 | 2026-05-11T15:13:12.665Z | Compiling heck v0.5.0 |
| 492 | 2026-05-11T15:13:12.709Z | Compiling clap_lex v1.0.0 |
| 493 | 2026-05-11T15:13:12.726Z | Compiling unicode-width v0.1.14 |
| 494 | 2026-05-11T15:13:12.898Z | Compiling clap_builder v4.5.60 |
| 495 | 2026-05-11T15:13:12.915Z | Compiling tempfile v3.25.0 |
| 496 | 2026-05-11T15:13:12.942Z | Compiling papergrid v0.11.0 |
| 497 | 2026-05-11T15:13:13.013Z | Compiling memmap v0.7.0 |
| 498 | 2026-05-11T15:13:13.103Z | Compiling unicode-linebreak v0.1.5 |
| 499 | 2026-05-11T15:13:13.119Z | Compiling serde_derive v1.0.228 |
| 500 | 2026-05-11T15:13:13.191Z | Compiling zerofrom-derive v0.1.6 |
| 501 | 2026-05-11T15:13:13.286Z | Compiling yoke-derive v0.8.1 |
| 502 | 2026-05-11T15:13:13.341Z | Compiling zerovec-derive v0.11.2 |
| 503 | 2026-05-11T15:13:13.529Z | Compiling displaydoc v0.2.5 |
| 504 | 2026-05-11T15:13:14.249Z | Compiling thiserror-impl v1.0.69 |
| 505 | 2026-05-11T15:13:14.327Z | Compiling zerocopy-derive v0.7.35 |
| 506 | 2026-05-11T15:13:14.410Z | Compiling pest_derive v2.8.6 |
| 507 | 2026-05-11T15:13:14.427Z | Compiling scroll_derive v0.12.1 |
| 508 | 2026-05-11T15:13:14.554Z | Compiling zerofrom v0.1.6 |
| 509 | 2026-05-11T15:13:14.747Z | Compiling yoke v0.8.1 |
| 510 | 2026-05-11T15:13:14.877Z | Compiling thiserror-impl v2.0.18 |
| 511 | 2026-05-11T15:13:14.940Z | Compiling zerovec v0.11.5 |
| 512 | 2026-05-11T15:13:15.118Z | Compiling zerotrie v0.2.3 |
| 513 | 2026-05-11T15:13:15.216Z | Compiling zerocopy v0.7.35 |
| 514 | 2026-05-11T15:13:15.432Z | Compiling tinystr v0.8.2 |
| 515 | 2026-05-11T15:13:15.460Z | Compiling potential_utf v0.1.4 |
| 516 | 2026-05-11T15:13:15.630Z | Compiling icu_locale_core v2.1.1 |
| 517 | 2026-05-11T15:13:15.630Z | Compiling icu_collections v2.1.1 |
| 518 | 2026-05-11T15:13:15.665Z | Compiling dtrace-parser v0.2.0 |
| 519 | 2026-05-11T15:13:15.769Z | Compiling scroll v0.12.0 |
| 520 | 2026-05-11T15:13:15.917Z | Compiling tabled_derive v0.7.0 |
| 521 | 2026-05-11T15:13:16.038Z | Compiling goblin v0.8.2 |
| 522 | 2026-05-11T15:13:16.116Z | Compiling clap_derive v4.5.55 |
| 523 | 2026-05-11T15:13:16.326Z | Compiling icu_provider v2.1.1 |
| 524 | 2026-05-11T15:13:16.413Z | Compiling unicode-width v0.2.0 |
| 525 | 2026-05-11T15:13:16.524Z | Compiling serde_spanned v0.6.9 |
| 526 | 2026-05-11T15:13:16.542Z | Compiling toml_datetime v0.6.11 |
| 527 | 2026-05-11T15:13:16.559Z | Compiling icu_properties v2.1.2 |
| 528 | 2026-05-11T15:13:16.632Z | Compiling icu_normalizer v2.1.1 |
| 529 | 2026-05-11T15:13:16.670Z | Compiling dof v0.3.0 |
| 530 | 2026-05-11T15:13:16.716Z | Compiling serde_tokenstream v0.2.3 |
| 531 | 2026-05-11T15:13:16.822Z | Compiling toml_edit v0.22.27 |
| 532 | 2026-05-11T15:13:16.847Z | Compiling serde-value v0.7.0 |
| 533 | 2026-05-11T15:13:17.075Z | Compiling cargo-platform v0.2.0 |
| 534 | 2026-05-11T15:13:17.208Z | Compiling smawk v0.3.2 |
| 535 | 2026-05-11T15:13:17.226Z | Compiling tabled v0.15.0 |
| 536 | 2026-05-11T15:13:17.346Z | Compiling textwrap v0.16.2 |
| 537 | 2026-05-11T15:13:17.364Z | Compiling macaddr v1.0.1 |
| 538 | 2026-05-11T15:13:17.586Z | Compiling idna_adapter v1.2.1 |
| 539 | 2026-05-11T15:13:17.624Z | Compiling usdt-attr-macro v0.5.0 |
| 540 | 2026-05-11T15:13:17.661Z | Compiling usdt-macro v0.5.0 |
| 541 | 2026-05-11T15:13:17.730Z | Compiling idna v1.1.0 |
| 542 | 2026-05-11T15:13:17.806Z | Compiling camino-tempfile v1.4.1 |
| 543 | 2026-05-11T15:13:17.845Z | Compiling clap v4.5.60 |
| 544 | 2026-05-11T15:13:18.034Z | Compiling url v2.5.8 |
| 545 | 2026-05-11T15:13:18.221Z | Compiling toml v0.8.23 |
| 546 | 2026-05-11T15:13:18.381Z | Compiling swrite v0.1.0 |
| 547 | 2026-05-11T15:13:18.483Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 548 | 2026-05-11T15:13:18.735Z | Compiling cargo-util-schemas v0.8.2 |
| 549 | 2026-05-11T15:13:18.778Z | Compiling cargo_toml v0.21.0 |
| 550 | 2026-05-11T15:13:18.952Z | Compiling usdt v0.5.0 |
| 551 | 2026-05-11T15:13:19.608Z | Compiling cargo_metadata v0.21.0 |
| 552 | 2026-05-11T15:13:20.571Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 553 | 2026-05-11T15:13:22.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.01s |
| 554 | 2026-05-11T15:13:22.871Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 555 | 2026-05-11T15:13:23.420Z | Downloading crates ... |
| 556 | 2026-05-11T15:13:23.506Z | Downloaded adler2 v2.0.1 |
| 557 | 2026-05-11T15:13:23.509Z | Downloaded aead v0.5.2 |
| 558 | 2026-05-11T15:13:23.512Z | Downloaded bitfield-macros v0.19.4 |
| 559 | 2026-05-11T15:13:23.519Z | Downloaded cfg_aliases v0.1.1 |
| 560 | 2026-05-11T15:13:23.522Z | Downloaded atomic-waker v1.1.2 |
| 561 | 2026-05-11T15:13:23.525Z | Downloaded crc8 v0.1.1 |
| 562 | 2026-05-11T15:13:23.528Z | Downloaded crunchy v0.2.4 |
| 563 | 2026-05-11T15:13:23.528Z | Downloaded crucible-workspace-hack v0.1.0 |
| 564 | 2026-05-11T15:13:23.531Z | Downloaded bb8 v0.8.6 |
| 565 | 2026-05-11T15:13:23.531Z | Downloaded byte-wrapper v0.1.0 |
| 566 | 2026-05-11T15:13:23.535Z | Downloaded argon2 v0.5.3 |
| 567 | 2026-05-11T15:13:23.539Z | Downloaded crc32fast v1.5.0 |
| 568 | 2026-05-11T15:13:23.542Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 569 | 2026-05-11T15:13:23.542Z | Downloaded cookie_store v0.22.1 |
| 570 | 2026-05-11T15:13:23.546Z | Downloaded crossbeam-epoch v0.9.18 |
| 571 | 2026-05-11T15:13:23.549Z | Downloaded foreign-types v0.3.2 |
| 572 | 2026-05-11T15:13:23.553Z | Downloaded debug-ignore v1.0.5 |
| 573 | 2026-05-11T15:13:23.557Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 574 | 2026-05-11T15:13:23.557Z | Downloaded blake3 v1.8.3 |
| 575 | 2026-05-11T15:13:23.562Z | Downloaded foldhash v0.2.0 |
| 576 | 2026-05-11T15:13:23.565Z | Downloaded darling v0.20.11 |
| 577 | 2026-05-11T15:13:23.568Z | Downloaded crossterm v0.29.0 |
| 578 | 2026-05-11T15:13:23.571Z | Downloaded env_filter v1.0.0 |
| 579 | 2026-05-11T15:13:23.571Z | Downloaded fs_extra v1.3.0 |
| 580 | 2026-05-11T15:13:23.574Z | Downloaded ciborium-io v0.2.2 |
| 581 | 2026-05-11T15:13:23.574Z | Downloaded array-init v0.0.4 |
| 582 | 2026-05-11T15:13:23.574Z | Downloaded darling_macro v0.20.11 |
| 583 | 2026-05-11T15:13:23.574Z | Downloaded compression-core v0.4.31 |
| 584 | 2026-05-11T15:13:23.577Z | Downloaded crypto-bigint v0.5.5 |
| 585 | 2026-05-11T15:13:23.580Z | Downloaded defmt-parser v1.0.0 |
| 586 | 2026-05-11T15:13:23.580Z | Downloaded darling_core v0.21.3 |
| 587 | 2026-05-11T15:13:23.583Z | Downloaded darling v0.23.0 |
| 588 | 2026-05-11T15:13:23.586Z | Downloaded embedded-io v0.4.0 |
| 589 | 2026-05-11T15:13:23.589Z | Downloaded difflib v0.4.0 |
| 590 | 2026-05-11T15:13:23.589Z | Downloaded async-recursion v1.1.1 |
| 591 | 2026-05-11T15:13:23.592Z | Downloaded defmt v0.3.100 |
| 592 | 2026-05-11T15:13:23.592Z | Downloaded cfg_aliases v0.2.1 |
| 593 | 2026-05-11T15:13:23.592Z | Downloaded fixedbitset v0.4.2 |
| 594 | 2026-05-11T15:13:23.592Z | Downloaded ed25519-dalek v2.2.0 |
| 595 | 2026-05-11T15:13:23.595Z | Downloaded endian-type v0.1.2 |
| 596 | 2026-05-11T15:13:23.595Z | Downloaded display-error-chain v0.2.2 |
| 597 | 2026-05-11T15:13:23.595Z | Downloaded darling_macro v0.23.0 |
| 598 | 2026-05-11T15:13:23.600Z | Downloaded arrayref v0.3.9 |
| 599 | 2026-05-11T15:13:23.600Z | Downloaded ciborium-ll v0.2.2 |
| 600 | 2026-05-11T15:13:23.600Z | Downloaded bitfield-struct v0.6.2 |
| 601 | 2026-05-11T15:13:23.603Z | Downloaded dof v0.4.0 |
| 602 | 2026-05-11T15:13:23.603Z | Downloaded csv-core v0.1.13 |
| 603 | 2026-05-11T15:13:23.603Z | Downloaded flagset v0.4.7 |
| 604 | 2026-05-11T15:13:23.606Z | Downloaded castaway v0.2.4 |
| 605 | 2026-05-11T15:13:23.606Z | Downloaded crc v3.4.0 |
| 606 | 2026-05-11T15:13:23.609Z | Downloaded float-cmp v0.10.0 |
| 607 | 2026-05-11T15:13:23.609Z | Downloaded dirs-sys-next v0.1.2 |
| 608 | 2026-05-11T15:13:23.611Z | Downloaded cassowary v0.3.0 |
| 609 | 2026-05-11T15:13:23.611Z | Downloaded ecdsa v0.16.9 |
| 610 | 2026-05-11T15:13:23.611Z | Downloaded bit-vec v0.8.0 |
| 611 | 2026-05-11T15:13:23.615Z | Downloaded bit-vec v0.6.3 |
| 612 | 2026-05-11T15:13:23.615Z | Downloaded assert_matches v1.5.0 |
| 613 | 2026-05-11T15:13:23.618Z | Downloaded derive_builder_core v0.20.2 |
| 614 | 2026-05-11T15:13:23.618Z | Downloaded atomicwrites v0.4.4 |
| 615 | 2026-05-11T15:13:23.623Z | Downloaded dunce v1.0.5 |
| 616 | 2026-05-11T15:13:23.626Z | Downloaded bit-set v0.8.0 |
| 617 | 2026-05-11T15:13:23.626Z | Downloaded async-stream-impl v0.3.6 |
| 618 | 2026-05-11T15:13:23.626Z | Downloaded crc-catalog v2.4.0 |
| 619 | 2026-05-11T15:13:23.626Z | Downloaded darling_macro v0.21.3 |
| 620 | 2026-05-11T15:13:23.626Z | Downloaded async-stream v0.3.6 |
| 621 | 2026-05-11T15:13:23.629Z | Downloaded embedded-io v0.6.1 |
| 622 | 2026-05-11T15:13:23.629Z | Downloaded dtrace-parser v0.3.0 |
| 623 | 2026-05-11T15:13:23.629Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 624 | 2026-05-11T15:13:23.629Z | Downloaded downcast-rs v2.0.2 |
| 625 | 2026-05-11T15:13:23.632Z | Downloaded cpufeatures v0.3.0 |
| 626 | 2026-05-11T15:13:23.635Z | Downloaded cargo-platform v0.1.9 |
| 627 | 2026-05-11T15:13:23.635Z | Downloaded document-features v0.2.12 |
| 628 | 2026-05-11T15:13:23.635Z | Downloaded ascii-canvas v3.0.0 |
| 629 | 2026-05-11T15:13:23.638Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 630 | 2026-05-11T15:13:23.641Z | Downloaded foreign-types-macros v0.2.3 |
| 631 | 2026-05-11T15:13:23.643Z | Downloaded dsl_auto_type v0.2.0 |
| 632 | 2026-05-11T15:13:23.644Z | Downloaded futures-sink v0.3.32 |
| 633 | 2026-05-11T15:13:23.646Z | Downloaded cstr-argument v0.1.2 |
| 634 | 2026-05-11T15:13:23.646Z | Downloaded float-ord v0.3.2 |
| 635 | 2026-05-11T15:13:23.646Z | Downloaded convert_case v0.4.0 |
| 636 | 2026-05-11T15:13:23.647Z | Downloaded bit-set v0.5.3 |
| 637 | 2026-05-11T15:13:23.650Z | Downloaded foreign-types v0.5.0 |
| 638 | 2026-05-11T15:13:23.653Z | Downloaded dirs-next v2.0.0 |
| 639 | 2026-05-11T15:13:23.653Z | Downloaded dyn-clone v1.0.20 |
| 640 | 2026-05-11T15:13:23.656Z | Downloaded derive_builder_macro v0.20.2 |
| 641 | 2026-05-11T15:13:23.656Z | Downloaded foreign-types-shared v0.3.1 |
| 642 | 2026-05-11T15:13:23.656Z | Downloaded fd-lock v4.0.4 |
| 643 | 2026-05-11T15:13:23.656Z | Downloaded foreign-types-shared v0.1.1 |
| 644 | 2026-05-11T15:13:23.659Z | Downloaded futures-core v0.3.32 |
| 645 | 2026-05-11T15:13:23.662Z | Downloaded futures-task v0.3.32 |
| 646 | 2026-05-11T15:13:23.662Z | Downloaded futures-io v0.3.32 |
| 647 | 2026-05-11T15:13:23.662Z | Downloaded funty v2.0.0 |
| 648 | 2026-05-11T15:13:23.662Z | Downloaded der_derive v0.7.3 |
| 649 | 2026-05-11T15:13:23.665Z | Downloaded block-padding v0.3.3 |
| 650 | 2026-05-11T15:13:23.665Z | Downloaded ena v0.14.4 |
| 651 | 2026-05-11T15:13:23.665Z | Downloaded defmt v1.0.1 |
| 652 | 2026-05-11T15:13:23.668Z | Downloaded crossbeam-deque v0.8.6 |
| 653 | 2026-05-11T15:13:23.671Z | Downloaded futures-macro v0.3.32 |
| 654 | 2026-05-11T15:13:23.671Z | Downloaded enum-as-inner v0.6.1 |
| 655 | 2026-05-11T15:13:23.671Z | Downloaded camino-tempfile-ext v0.3.3 |
| 656 | 2026-05-11T15:13:23.674Z | Downloaded daft-derive v0.1.5 |
| 657 | 2026-05-11T15:13:23.674Z | Downloaded darling v0.21.3 |
| 658 | 2026-05-11T15:13:23.677Z | Downloaded git-stub v1.0.0 |
| 659 | 2026-05-11T15:13:23.680Z | Downloaded fxhash v0.2.1 |
| 660 | 2026-05-11T15:13:23.680Z | Downloaded data-encoding v2.10.0 |
| 661 | 2026-05-11T15:13:23.680Z | Downloaded async-trait v0.1.89 |
| 662 | 2026-05-11T15:13:23.684Z | Downloaded globwalk v0.9.1 |
| 663 | 2026-05-11T15:13:23.684Z | Downloaded ghash v0.5.1 |
| 664 | 2026-05-11T15:13:23.684Z | Downloaded cipher v0.4.4 |
| 665 | 2026-05-11T15:13:23.685Z | Downloaded cmake v0.1.57 |
| 666 | 2026-05-11T15:13:23.688Z | Downloaded atty v0.2.14 |
| 667 | 2026-05-11T15:13:23.689Z | Downloaded ctr v0.9.2 |
| 668 | 2026-05-11T15:13:23.689Z | Downloaded hash32 v0.3.1 |
| 669 | 2026-05-11T15:13:23.689Z | Downloaded hex-literal v0.4.1 |
| 670 | 2026-05-11T15:13:23.689Z | Downloaded backoff v0.4.0 |
| 671 | 2026-05-11T15:13:23.691Z | Downloaded hostname v0.3.1 |
| 672 | 2026-05-11T15:13:23.691Z | Downloaded hex v0.4.3 |
| 673 | 2026-05-11T15:13:23.694Z | Downloaded headers-core v0.3.0 |
| 674 | 2026-05-11T15:13:23.694Z | Downloaded home v0.5.12 |
| 675 | 2026-05-11T15:13:23.697Z | Downloaded hostname v0.4.2 |
| 676 | 2026-05-11T15:13:23.697Z | Downloaded base64ct v1.8.3 |
| 677 | 2026-05-11T15:13:23.700Z | Downloaded cobs v0.3.0 |
| 678 | 2026-05-11T15:13:23.703Z | Downloaded ff v0.13.1 |
| 679 | 2026-05-11T15:13:23.703Z | Downloaded derive-ex v0.1.8 |
| 680 | 2026-05-11T15:13:23.705Z | Downloaded bitfield v0.19.4 |
| 681 | 2026-05-11T15:13:23.705Z | Downloaded base16ct v0.2.0 |
| 682 | 2026-05-11T15:13:23.709Z | Downloaded compression-codecs v0.4.37 |
| 683 | 2026-05-11T15:13:23.712Z | Downloaded arrayvec v0.7.6 |
| 684 | 2026-05-11T15:13:23.712Z | Downloaded filetime v0.2.27 |
| 685 | 2026-05-11T15:13:23.712Z | Downloaded futures-executor v0.3.32 |
| 686 | 2026-05-11T15:13:23.715Z | Downloaded foldhash v0.1.5 |
| 687 | 2026-05-11T15:13:23.715Z | Downloaded cbc v0.1.2 |
| 688 | 2026-05-11T15:13:23.718Z | Downloaded cargo_metadata v0.19.2 |
| 689 | 2026-05-11T15:13:23.718Z | Downloaded bitflags v1.3.2 |
| 690 | 2026-05-11T15:13:23.721Z | Downloaded find-msvc-tools v0.1.9 |
| 691 | 2026-05-11T15:13:23.721Z | Downloaded daft v0.1.5 |
| 692 | 2026-05-11T15:13:23.721Z | Downloaded chacha20 v0.9.1 |
| 693 | 2026-05-11T15:13:23.724Z | Downloaded corncobs v0.1.4 |
| 694 | 2026-05-11T15:13:23.724Z | Downloaded fallible-iterator v0.2.0 |
| 695 | 2026-05-11T15:13:23.724Z | Downloaded critical-section v1.2.0 |
| 696 | 2026-05-11T15:13:23.727Z | Downloaded convert_case v0.10.0 |
| 697 | 2026-05-11T15:13:23.727Z | Downloaded const_format_proc_macros v0.2.34 |
| 698 | 2026-05-11T15:13:23.727Z | Downloaded http-body v1.0.1 |
| 699 | 2026-05-11T15:13:23.731Z | Downloaded erased-serde v0.3.31 |
| 700 | 2026-05-11T15:13:23.731Z | Downloaded gethostname v0.5.0 |
| 701 | 2026-05-11T15:13:23.731Z | Downloaded constant_time_eq v0.4.2 |
| 702 | 2026-05-11T15:13:23.734Z | Downloaded bcs v0.1.6 |
| 703 | 2026-05-11T15:13:23.734Z | Downloaded fixedbitset v0.5.7 |
| 704 | 2026-05-11T15:13:23.734Z | Downloaded either v1.15.0 |
| 705 | 2026-05-11T15:13:23.737Z | Downloaded http-range v0.1.5 |
| 706 | 2026-05-11T15:13:23.737Z | Downloaded cookie v0.18.1 |
| 707 | 2026-05-11T15:13:23.741Z | Downloaded bzip2 v0.4.4 |
| 708 | 2026-05-11T15:13:23.741Z | Downloaded async-bb8-diesel v0.2.1 |
| 709 | 2026-05-11T15:13:23.741Z | Downloaded derive-where v1.6.0 |
| 710 | 2026-05-11T15:13:23.744Z | Downloaded fs-err v2.11.0 |
| 711 | 2026-05-11T15:13:23.744Z | Downloaded backon v1.6.0 |
| 712 | 2026-05-11T15:13:23.747Z | Downloaded ciborium v0.2.2 |
| 713 | 2026-05-11T15:13:23.747Z | Downloaded ident_case v1.0.1 |
| 714 | 2026-05-11T15:13:23.749Z | Downloaded hyper-tls v0.6.0 |
| 715 | 2026-05-11T15:13:23.750Z | Downloaded httpdate v1.0.3 |
| 716 | 2026-05-11T15:13:23.750Z | Downloaded buf-list v1.1.2 |
| 717 | 2026-05-11T15:13:23.752Z | Downloaded hubpack_derive v0.1.1 |
| 718 | 2026-05-11T15:13:23.752Z | Downloaded hubpack v0.1.2 |
| 719 | 2026-05-11T15:13:23.752Z | Downloaded git-stub-vcs v0.1.0 |
| 720 | 2026-05-11T15:13:23.755Z | Downloaded blowfish v0.9.1 |
| 721 | 2026-05-11T15:13:23.755Z | Downloaded hash32 v0.2.1 |
| 722 | 2026-05-11T15:13:23.755Z | Downloaded glob v0.3.3 |
| 723 | 2026-05-11T15:13:23.758Z | Downloaded group v0.13.0 |
| 724 | 2026-05-11T15:13:23.759Z | Downloaded blake2 v0.10.6 |
| 725 | 2026-05-11T15:13:23.759Z | Downloaded diesel-dtrace v0.5.0 |
| 726 | 2026-05-11T15:13:23.761Z | Downloaded ed25519 v2.2.3 |
| 727 | 2026-05-11T15:13:23.761Z | Downloaded aws-lc-rs v1.16.0 |
| 728 | 2026-05-11T15:13:23.766Z | Downloaded keccak v0.1.6 |
| 729 | 2026-05-11T15:13:23.768Z | Downloaded is_ci v1.2.0 |
| 730 | 2026-05-11T15:13:23.769Z | Downloaded is-terminal v0.4.17 |
| 731 | 2026-05-11T15:13:23.769Z | Downloaded internet-checksum v0.2.1 |
| 732 | 2026-05-11T15:13:23.769Z | Downloaded instant v0.1.13 |
| 733 | 2026-05-11T15:13:23.771Z | Downloaded lazy_static v1.5.0 |
| 734 | 2026-05-11T15:13:23.771Z | Downloaded kstat-rs v0.2.4 |
| 735 | 2026-05-11T15:13:23.774Z | Downloaded indent_write v2.2.0 |
| 736 | 2026-05-11T15:13:23.774Z | Downloaded instability v0.3.11 |
| 737 | 2026-05-11T15:13:23.774Z | Downloaded http-body-util v0.1.3 |
| 738 | 2026-05-11T15:13:23.777Z | Downloaded inout v0.1.4 |
| 739 | 2026-05-11T15:13:23.777Z | Downloaded indoc v1.0.9 |
| 740 | 2026-05-11T15:13:23.777Z | Downloaded derive_builder v0.20.2 |
| 741 | 2026-05-11T15:13:23.780Z | Downloaded colored v2.2.0 |
| 742 | 2026-05-11T15:13:23.783Z | Downloaded chacha20 v0.10.0 |
| 743 | 2026-05-11T15:13:23.783Z | Downloaded cexpr v0.6.0 |
| 744 | 2026-05-11T15:13:23.786Z | Downloaded env_logger v0.11.9 |
| 745 | 2026-05-11T15:13:23.786Z | Downloaded drift v0.1.4 |
| 746 | 2026-05-11T15:13:23.792Z | Downloaded highway v1.3.0 |
| 747 | 2026-05-11T15:13:23.795Z | Downloaded des v0.8.1 |
| 748 | 2026-05-11T15:13:23.795Z | Downloaded const-oid v0.9.6 |
| 749 | 2026-05-11T15:13:23.795Z | Downloaded console v0.16.2 |
| 750 | 2026-05-11T15:13:23.798Z | Downloaded diff v0.1.13 |
| 751 | 2026-05-11T15:13:23.798Z | Downloaded libscf-sys v1.1.0 |
| 752 | 2026-05-11T15:13:23.801Z | Downloaded lru v0.12.5 |
| 753 | 2026-05-11T15:13:23.801Z | Downloaded linked-hash-map v0.5.6 |
| 754 | 2026-05-11T15:13:23.801Z | Downloaded dropshot_endpoint v0.16.7 |
| 755 | 2026-05-11T15:13:23.806Z | Downloaded futures-channel v0.3.32 |
| 756 | 2026-05-11T15:13:23.806Z | Downloaded cancel-safe-futures v0.1.5 |
| 757 | 2026-05-11T15:13:23.808Z | Downloaded bzip2 v0.6.1 |
| 758 | 2026-05-11T15:13:23.808Z | Downloaded humantime v2.3.0 |
| 759 | 2026-05-11T15:13:23.808Z | Downloaded deranged v0.5.8 |
| 760 | 2026-05-11T15:13:23.811Z | Downloaded hyper-staticfile v0.10.1 |
| 761 | 2026-05-11T15:13:23.811Z | Downloaded lru-slab v0.1.2 |
| 762 | 2026-05-11T15:13:23.815Z | Downloaded lru-cache v0.1.2 |
| 763 | 2026-05-11T15:13:23.815Z | Downloaded maplit v1.0.2 |
| 764 | 2026-05-11T15:13:23.815Z | Downloaded memoffset v0.9.1 |
| 765 | 2026-05-11T15:13:23.827Z | Downloaded managed v0.8.0 |
| 766 | 2026-05-11T15:13:23.827Z | Downloaded maybe-uninit v2.0.0 |
| 767 | 2026-05-11T15:13:23.827Z | Downloaded mime v0.3.17 |
| 768 | 2026-05-11T15:13:23.827Z | Downloaded getrandom v0.2.17 |
| 769 | 2026-05-11T15:13:23.827Z | Downloaded md5 v0.7.0 |
| 770 | 2026-05-11T15:13:23.827Z | Downloaded md-5 v0.10.6 |
| 771 | 2026-05-11T15:13:23.827Z | Downloaded match_cfg v0.1.0 |
| 772 | 2026-05-11T15:13:23.827Z | Downloaded globset v0.4.18 |
| 773 | 2026-05-11T15:13:23.831Z | Downloaded ingot v0.1.1 |
| 774 | 2026-05-11T15:13:23.831Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 775 | 2026-05-11T15:13:23.834Z | Downloaded ipnetwork v0.21.1 |
| 776 | 2026-05-11T15:13:23.837Z | Downloaded indoc v2.0.7 |
| 777 | 2026-05-11T15:13:23.837Z | Downloaded newtype_derive v0.1.6 |
| 778 | 2026-05-11T15:13:23.840Z | Downloaded new_debug_unreachable v1.0.6 |
| 779 | 2026-05-11T15:13:23.840Z | Downloaded ipnet v2.11.0 |
| 780 | 2026-05-11T15:13:23.840Z | Downloaded jobserver v0.1.34 |
| 781 | 2026-05-11T15:13:23.843Z | Downloaded newline-converter v0.3.0 |
| 782 | 2026-05-11T15:13:23.843Z | Downloaded multimap v0.10.1 |
| 783 | 2026-05-11T15:13:23.843Z | Downloaded num v0.4.3 |
| 784 | 2026-05-11T15:13:23.846Z | Downloaded clang-sys v1.8.1 |
| 785 | 2026-05-11T15:13:23.846Z | Downloaded nodrop v0.1.14 |
| 786 | 2026-05-11T15:13:23.846Z | Downloaded nibble_vec v0.1.0 |
| 787 | 2026-05-11T15:13:23.849Z | Downloaded newtype-uuid-macros v0.1.0 |
| 788 | 2026-05-11T15:13:23.850Z | Downloaded normalize-line-endings v0.3.0 |
| 789 | 2026-05-11T15:13:23.850Z | Downloaded nonempty v0.12.0 |
| 790 | 2026-05-11T15:13:23.852Z | Downloaded ahash v0.8.12 |
| 791 | 2026-05-11T15:13:23.859Z | Downloaded crc-any v2.5.0 |
| 792 | 2026-05-11T15:13:23.862Z | Downloaded hmac v0.12.1 |
| 793 | 2026-05-11T15:13:23.862Z | Downloaded futures v0.3.32 |
| 794 | 2026-05-11T15:13:23.865Z | Downloaded elliptic-curve v0.13.8 |
| 795 | 2026-05-11T15:13:23.868Z | Downloaded num_threads v0.1.7 |
| 796 | 2026-05-11T15:13:23.868Z | Downloaded num-iter v0.1.45 |
| 797 | 2026-05-11T15:13:23.868Z | Downloaded num-derive v0.4.2 |
| 798 | 2026-05-11T15:13:23.871Z | Downloaded allocator-api2 v0.2.21 |
| 799 | 2026-05-11T15:13:23.871Z | Downloaded libloading v0.8.9 |
| 800 | 2026-05-11T15:13:23.874Z | Downloaded fatfs v0.3.6 |
| 801 | 2026-05-11T15:13:23.874Z | Downloaded arc-swap v1.8.2 |
| 802 | 2026-05-11T15:13:23.877Z | Downloaded olpc-cjson v0.1.4 |
| 803 | 2026-05-11T15:13:23.877Z | Downloaded num_enum_derive v0.5.11 |
| 804 | 2026-05-11T15:13:23.879Z | Downloaded lzss v0.8.2 |
| 805 | 2026-05-11T15:13:23.880Z | Downloaded openssl-probe v0.2.1 |
| 806 | 2026-05-11T15:13:23.880Z | Downloaded opaque-debug v0.3.1 |
| 807 | 2026-05-11T15:13:23.883Z | Downloaded compact_str v0.8.1 |
| 808 | 2026-05-11T15:13:23.883Z | Downloaded openssl-probe v0.1.6 |
| 809 | 2026-05-11T15:13:23.885Z | Downloaded openssl-macros v0.1.1 |
| 810 | 2026-05-11T15:13:23.885Z | Downloaded hyper-rustls v0.27.7 |
| 811 | 2026-05-11T15:13:23.885Z | Downloaded lock_api v0.4.14 |
| 812 | 2026-05-11T15:13:23.889Z | Downloaded httparse v1.10.1 |
| 813 | 2026-05-11T15:13:23.889Z | Downloaded mime_guess v2.0.5 |
| 814 | 2026-05-11T15:13:23.892Z | Downloaded packed_struct_codegen v0.10.1 |
| 815 | 2026-05-11T15:13:23.892Z | Downloaded linear-map v1.2.0 |
| 816 | 2026-05-11T15:13:23.892Z | Downloaded darling_core v0.23.0 |
| 817 | 2026-05-11T15:13:23.895Z | Downloaded oso-derive v0.27.3 |
| 818 | 2026-05-11T15:13:23.895Z | Downloaded iana-time-zone v0.1.65 |
| 819 | 2026-05-11T15:13:23.898Z | Downloaded path-slash v0.1.5 |
| 820 | 2026-05-11T15:13:23.898Z | Downloaded parse-display v0.10.0 |
| 821 | 2026-05-11T15:13:23.898Z | Downloaded ingot-macros v0.1.1 |
| 822 | 2026-05-11T15:13:23.901Z | Downloaded libefi-sys v0.1.0 |
| 823 | 2026-05-11T15:13:23.901Z | Downloaded getrandom v0.3.4 |
| 824 | 2026-05-11T15:13:23.903Z | Downloaded native-tls v0.2.18 |
| 825 | 2026-05-11T15:13:23.903Z | Downloaded nanorand v0.7.0 |
| 826 | 2026-05-11T15:13:23.906Z | Downloaded half v1.8.3 |
| 827 | 2026-05-11T15:13:23.907Z | Downloaded half v2.7.1 |
| 828 | 2026-05-11T15:13:23.909Z | Downloaded num-conv v0.2.0 |
| 829 | 2026-05-11T15:13:23.909Z | Downloaded libsw-core v0.3.2 |
| 830 | 2026-05-11T15:13:23.910Z | Downloaded libsw v3.5.0 |
| 831 | 2026-05-11T15:13:23.912Z | Downloaded parse-size v1.1.0 |
| 832 | 2026-05-11T15:13:23.913Z | Downloaded dropshot_endpoint v0.17.0 |
| 833 | 2026-05-11T15:13:23.916Z | Downloaded lalrpop-util v0.19.12 |
| 834 | 2026-05-11T15:13:23.916Z | Downloaded ingot-types v0.1.2 |
| 835 | 2026-05-11T15:13:23.917Z | Downloaded nu-ansi-term v0.50.3 |
| 836 | 2026-05-11T15:13:23.921Z | Downloaded defmt-macros v1.0.1 |
| 837 | 2026-05-11T15:13:23.921Z | Downloaded num-derive v0.3.3 |
| 838 | 2026-05-11T15:13:23.921Z | Downloaded crossbeam-utils v0.8.21 |
| 839 | 2026-05-11T15:13:23.924Z | Downloaded pbkdf2 v0.11.0 |
| 840 | 2026-05-11T15:13:23.924Z | Downloaded pbkdf2 v0.12.2 |
| 841 | 2026-05-11T15:13:23.924Z | Downloaded chacha20poly1305 v0.10.1 |
| 842 | 2026-05-11T15:13:23.927Z | Downloaded const_format v0.2.35 |
| 843 | 2026-05-11T15:13:23.930Z | Downloaded console v0.15.11 |
| 844 | 2026-05-11T15:13:23.930Z | Downloaded num_enum v0.5.11 |
| 845 | 2026-05-11T15:13:23.932Z | Downloaded phf_shared v0.13.1 |
| 846 | 2026-05-11T15:13:23.935Z | Downloaded num-rational v0.4.2 |
| 847 | 2026-05-11T15:13:23.936Z | Downloaded num-complex v0.4.6 |
| 848 | 2026-05-11T15:13:23.936Z | Downloaded num_enum_derive v0.7.5 |
| 849 | 2026-05-11T15:13:23.951Z | Downloaded pin-utils v0.1.0 |
| 850 | 2026-05-11T15:13:23.955Z | Downloaded phf_shared v0.12.1 |
| 851 | 2026-05-11T15:13:23.955Z | Downloaded peg-runtime v0.8.5 |
| 852 | 2026-05-11T15:13:23.955Z | Downloaded der v0.7.10 |
| 853 | 2026-05-11T15:13:23.958Z | Downloaded num_enum v0.7.5 |
| 854 | 2026-05-11T15:13:23.961Z | Downloaded predicates-core v1.0.10 |
| 855 | 2026-05-11T15:13:23.961Z | Downloaded precomputed-hash v0.1.1 |
| 856 | 2026-05-11T15:13:23.961Z | Downloaded owo-colors v4.3.0 |
| 857 | 2026-05-11T15:13:23.961Z | Downloaded parse-display-derive v0.10.0 |
| 858 | 2026-05-11T15:13:23.964Z | Downloaded memmap2 v0.9.10 |
| 859 | 2026-05-11T15:13:23.964Z | Downloaded oxide-tokio-rt v0.1.4 |
| 860 | 2026-05-11T15:13:23.964Z | Downloaded multer v3.1.0 |
| 861 | 2026-05-11T15:13:23.967Z | Downloaded predicates-tree v1.0.13 |
| 862 | 2026-05-11T15:13:23.967Z | Downloaded proc-macro-crate v1.3.1 |
| 863 | 2026-05-11T15:13:23.970Z | Downloaded powerfmt v0.2.0 |
| 864 | 2026-05-11T15:13:23.970Z | Downloaded litrs v1.0.0 |
| 865 | 2026-05-11T15:13:23.970Z | Downloaded newtype-uuid v1.3.2 |
| 866 | 2026-05-11T15:13:23.973Z | Downloaded derive_more-impl v2.1.1 |
| 867 | 2026-05-11T15:13:23.976Z | Downloaded parking_lot_core v0.8.6 |
| 868 | 2026-05-11T15:13:23.976Z | Downloaded packed_struct v0.10.1 |
| 869 | 2026-05-11T15:13:23.979Z | Downloaded libbz2-rs-sys v0.2.2 |
| 870 | 2026-05-11T15:13:23.979Z | Downloaded indexmap v1.9.3 |
| 871 | 2026-05-11T15:13:23.981Z | Downloaded proc-macro-crate v3.4.0 |
| 872 | 2026-05-11T15:13:23.982Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 873 | 2026-05-11T15:13:23.982Z | Downloaded heapless v0.7.17 |
| 874 | 2026-05-11T15:13:23.984Z | Downloaded ar_archive_writer v0.5.1 |
| 875 | 2026-05-11T15:13:23.987Z | Downloaded bytes v1.11.1 |
| 876 | 2026-05-11T15:13:23.990Z | Downloaded peg v0.8.5 |
| 877 | 2026-05-11T15:13:23.990Z | Downloaded paste v1.0.15 |
| 878 | 2026-05-11T15:13:23.993Z | Downloaded password-hash v0.4.2 |
| 879 | 2026-05-11T15:13:23.993Z | Downloaded base64 v0.22.1 |
| 880 | 2026-05-11T15:13:23.996Z | Downloaded progenitor-client v0.11.2 |
| 881 | 2026-05-11T15:13:23.996Z | Downloaded psl-types v2.0.11 |
| 882 | 2026-05-11T15:13:23.999Z | Downloaded progenitor-client v0.14.0 |
| 883 | 2026-05-11T15:13:23.999Z | Downloaded pem-rfc7468 v0.7.0 |
| 884 | 2026-05-11T15:13:23.999Z | Downloaded pem v3.0.6 |
| 885 | 2026-05-11T15:13:24.002Z | Downloaded heapless v0.8.0 |
| 886 | 2026-05-11T15:13:24.002Z | Downloaded progenitor-macro v0.14.0 |
| 887 | 2026-05-11T15:13:24.005Z | Downloaded progenitor-client v0.10.0 |
| 888 | 2026-05-11T15:13:24.005Z | Downloaded peg-macros v0.8.5 |
| 889 | 2026-05-11T15:13:24.005Z | Downloaded flume v0.11.1 |
| 890 | 2026-05-11T15:13:24.008Z | Downloaded crossbeam-channel v0.5.15 |
| 891 | 2026-05-11T15:13:24.011Z | Downloaded flate2 v1.1.9 |
| 892 | 2026-05-11T15:13:24.014Z | Downloaded progenitor-macro v0.13.0 |
| 893 | 2026-05-11T15:13:24.014Z | Downloaded progenitor-macro v0.10.0 |
| 894 | 2026-05-11T15:13:24.022Z | Downloaded quick-error v1.2.3 |
| 895 | 2026-05-11T15:13:24.022Z | Downloaded radium v0.7.0 |
| 896 | 2026-05-11T15:13:24.025Z | Downloaded progenitor-macro v0.11.2 |
| 897 | 2026-05-11T15:13:24.025Z | Downloaded pin-project-internal v1.1.11 |
| 898 | 2026-05-11T15:13:24.025Z | Downloaded phf_shared v0.11.3 |
| 899 | 2026-05-11T15:13:24.025Z | Downloaded phf v0.13.1 |
| 900 | 2026-05-11T15:13:24.025Z | Downloaded async-compression v0.4.41 |
| 901 | 2026-05-11T15:13:24.025Z | Downloaded omicron-zone-package v0.12.2 |
| 902 | 2026-05-11T15:13:24.025Z | Downloaded bstr v1.12.1 |
| 903 | 2026-05-11T15:13:24.030Z | Downloaded rand_chacha v0.3.1 |
| 904 | 2026-05-11T15:13:24.032Z | Downloaded diesel_derives v2.3.7 |
| 905 | 2026-05-11T15:13:24.035Z | Downloaded ref-cast v1.0.25 |
| 906 | 2026-05-11T15:13:24.038Z | Downloaded hickory-resolver v0.25.2 |
| 907 | 2026-05-11T15:13:24.041Z | Downloaded pkg-config v0.3.32 |
| 908 | 2026-05-11T15:13:24.041Z | Downloaded polyval v0.6.2 |
| 909 | 2026-05-11T15:13:24.041Z | Downloaded ignore v0.4.25 |
| 910 | 2026-05-11T15:13:24.044Z | Downloaded primeorder v0.13.6 |
| 911 | 2026-05-11T15:13:24.044Z | Downloaded num-integer v0.1.46 |
| 912 | 2026-05-11T15:13:24.048Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 913 | 2026-05-11T15:13:24.048Z | Downloaded recursive v0.1.1 |
| 914 | 2026-05-11T15:13:24.048Z | Downloaded parking_lot v0.12.5 |
| 915 | 2026-05-11T15:13:24.051Z | Downloaded progenitor v0.11.2 |
| 916 | 2026-05-11T15:13:24.051Z | Downloaded ppv-lite86 v0.2.21 |
| 917 | 2026-05-11T15:13:24.051Z | Downloaded progenitor v0.13.0 |
| 918 | 2026-05-11T15:13:24.051Z | Downloaded predicates v3.1.4 |
| 919 | 2026-05-11T15:13:24.054Z | Downloaded password-hash v0.5.0 |
| 920 | 2026-05-11T15:13:24.054Z | Downloaded ref-cast-impl v1.0.25 |
| 921 | 2026-05-11T15:13:24.054Z | Downloaded headers v0.4.1 |
| 922 | 2026-05-11T15:13:24.057Z | Downloaded parking_lot_core v0.9.12 |
| 923 | 2026-05-11T15:13:24.060Z | Downloaded parking_lot v0.11.2 |
| 924 | 2026-05-11T15:13:24.060Z | Downloaded rand_xorshift v0.4.0 |
| 925 | 2026-05-11T15:13:24.062Z | Downloaded base64 v0.21.7 |
| 926 | 2026-05-11T15:13:24.065Z | Downloaded progenitor v0.14.0 |
| 927 | 2026-05-11T15:13:24.065Z | Downloaded proc-macro-error2 v2.0.1 |
| 928 | 2026-05-11T15:13:24.068Z | Downloaded progenitor-client v0.13.0 |
| 929 | 2026-05-11T15:13:24.068Z | Downloaded bumpalo v3.20.2 |
| 930 | 2026-05-11T15:13:24.071Z | Downloaded darling_core v0.20.11 |
| 931 | 2026-05-11T15:13:24.073Z | Downloaded rtoolbox v0.0.3 |
| 932 | 2026-05-11T15:13:24.073Z | Downloaded cc v1.2.56 |
| 933 | 2026-05-11T15:13:24.077Z | Downloaded derive_more v0.99.20 |
| 934 | 2026-05-11T15:13:24.080Z | Downloaded psm v0.1.30 |
| 935 | 2026-05-11T15:13:24.080Z | Downloaded progenitor-extras v0.2.0 |
| 936 | 2026-05-11T15:13:24.082Z | Downloaded derive_more v2.1.1 |
| 937 | 2026-05-11T15:13:24.086Z | Downloaded rustc_version v0.4.1 |
| 938 | 2026-05-11T15:13:24.089Z | Downloaded rustc_version v0.1.7 |
| 939 | 2026-05-11T15:13:24.089Z | Downloaded oso v0.27.3 |
| 940 | 2026-05-11T15:13:24.092Z | Downloaded pkcs1 v0.7.5 |
| 941 | 2026-05-11T15:13:24.092Z | Downloaded pin-project-lite v0.2.17 |
| 942 | 2026-05-11T15:13:24.095Z | Downloaded rand_seeder v0.4.0 |
| 943 | 2026-05-11T15:13:24.098Z | Downloaded rand_core v0.9.5 |
| 944 | 2026-05-11T15:13:24.098Z | Downloaded pkcs5 v0.7.1 |
| 945 | 2026-05-11T15:13:24.100Z | Downloaded rustc-hash v2.1.1 |
| 946 | 2026-05-11T15:13:24.100Z | Downloaded russh-cryptovec v0.7.3 |
| 947 | 2026-05-11T15:13:24.100Z | Downloaded r2d2 v0.8.10 |
| 948 | 2026-05-11T15:13:24.103Z | Downloaded phf v0.12.1 |
| 949 | 2026-05-11T15:13:24.103Z | Downloaded colored v3.1.1 |
| 950 | 2026-05-11T15:13:24.103Z | Downloaded salsa20 v0.10.2 |
| 951 | 2026-05-11T15:13:24.108Z | Downloaded scheduled-thread-pool v0.2.7 |
| 952 | 2026-05-11T15:13:24.108Z | Downloaded poly1305 v0.8.0 |
| 953 | 2026-05-11T15:13:24.113Z | Downloaded miniz_oxide v0.8.9 |
| 954 | 2026-05-11T15:13:24.113Z | Downloaded rand_core v0.10.0 |
| 955 | 2026-05-11T15:13:24.115Z | Downloaded rand_chacha v0.9.0 |
| 956 | 2026-05-11T15:13:24.115Z | Downloaded postgres-types v0.2.12 |
| 957 | 2026-05-11T15:13:24.118Z | Downloaded postgres-protocol v0.6.10 |
| 958 | 2026-05-11T15:13:24.118Z | Downloaded oxnet v0.1.4 |
| 959 | 2026-05-11T15:13:24.121Z | Downloaded progenitor v0.10.0 |
| 960 | 2026-05-11T15:13:24.121Z | Downloaded sapling-renderdag v0.1.0 |
| 961 | 2026-05-11T15:13:24.123Z | Downloaded same-file v1.0.6 |
| 962 | 2026-05-11T15:13:24.123Z | Downloaded secrecy v0.10.3 |
| 963 | 2026-05-11T15:13:24.123Z | Downloaded scopeguard v1.2.0 |
| 964 | 2026-05-11T15:13:24.126Z | Downloaded secrecy v0.8.0 |
| 965 | 2026-05-11T15:13:24.129Z | Downloaded serde-big-array v0.5.1 |
| 966 | 2026-05-11T15:13:24.129Z | Downloaded papergrid v0.17.0 |
| 967 | 2026-05-11T15:13:24.131Z | Downloaded hickory-server v0.25.2 |
| 968 | 2026-05-11T15:13:24.134Z | Downloaded resolv-conf v0.7.6 |
| 969 | 2026-05-11T15:13:24.137Z | Downloaded jiff-static v0.2.21 |
| 970 | 2026-05-11T15:13:24.140Z | Downloaded indicatif v0.18.4 |
| 971 | 2026-05-11T15:13:24.140Z | Downloaded semver v0.1.20 |
| 972 | 2026-05-11T15:13:24.142Z | Downloaded scrypt v0.11.0 |
| 973 | 2026-05-11T15:13:24.145Z | Downloaded scroll_derive v0.13.1 |
| 974 | 2026-05-11T15:13:24.147Z | Downloaded serde_bytes v0.11.19 |
| 975 | 2026-05-11T15:13:24.150Z | Downloaded rfc6979 v0.4.0 |
| 976 | 2026-05-11T15:13:24.150Z | Downloaded hickory-resolver v0.24.4 |
| 977 | 2026-05-11T15:13:24.153Z | Downloaded expectorate v1.2.0 |
| 978 | 2026-05-11T15:13:24.156Z | Downloaded quinn-udp v0.5.14 |
| 979 | 2026-05-11T15:13:24.159Z | Downloaded serde_repr v0.1.20 |
| 980 | 2026-05-11T15:13:24.162Z | Downloaded serde_plain v1.0.2 |
| 981 | 2026-05-11T15:13:24.162Z | Downloaded serde_urlencoded v0.7.1 |
| 982 | 2026-05-11T15:13:24.164Z | Downloaded sha1 v0.10.6 |
| 983 | 2026-05-11T15:13:24.164Z | Downloaded signal-hook-mio v0.2.5 |
| 984 | 2026-05-11T15:13:24.164Z | Downloaded signal-hook-tokio v0.3.1 |
| 985 | 2026-05-11T15:13:24.167Z | Downloaded pin-project v1.1.11 |
| 986 | 2026-05-11T15:13:24.171Z | Downloaded rustls-pemfile v2.2.0 |
| 987 | 2026-05-11T15:13:24.174Z | Downloaded rustls-pemfile v1.0.4 |
| 988 | 2026-05-11T15:13:24.174Z | Downloaded pkcs8 v0.10.2 |
| 989 | 2026-05-11T15:13:24.177Z | Downloaded p256 v0.13.2 |
| 990 | 2026-05-11T15:13:24.180Z | Downloaded serde_spanned v1.0.4 |
| 991 | 2026-05-11T15:13:24.180Z | Downloaded postcard v1.1.3 |
| 992 | 2026-05-11T15:13:24.182Z | Downloaded rustls-native-certs v0.8.3 |
| 993 | 2026-05-11T15:13:24.182Z | Downloaded sigpipe v0.1.3 |
| 994 | 2026-05-11T15:13:24.182Z | Downloaded signature v2.2.0 |
| 995 | 2026-05-11T15:13:24.185Z | Downloaded rand_core v0.6.4 |
| 996 | 2026-05-11T15:13:24.185Z | Downloaded openssl-sys v0.9.114 |
| 997 | 2026-05-11T15:13:24.188Z | Downloaded rusty-fork v0.3.1 |
| 998 | 2026-05-11T15:13:24.190Z | Downloaded minimal-lexical v0.2.1 |
| 999 | 2026-05-11T15:13:24.193Z | Downloaded prefix-trie v0.7.0 |
| 1000 | 2026-05-11T15:13:24.197Z | Downloaded siphasher v1.0.2 |
| 1001 | 2026-05-11T15:13:24.200Z | Downloaded seq-macro v0.3.6 |
| 1002 | 2026-05-11T15:13:24.200Z | Downloaded slog-envlogger v2.2.0 |
| 1003 | 2026-05-11T15:13:24.203Z | Downloaded sec1 v0.7.3 |
| 1004 | 2026-05-11T15:13:24.203Z | Downloaded scroll v0.13.0 |
| 1005 | 2026-05-11T15:13:24.203Z | Downloaded schemars_derive v0.8.22 |
| 1006 | 2026-05-11T15:13:24.206Z | Downloaded sct v0.7.1 |
| 1007 | 2026-05-11T15:13:24.208Z | Downloaded hashbrown v0.13.2 |
| 1008 | 2026-05-11T15:13:24.211Z | Downloaded hashbrown v0.12.3 |
| 1009 | 2026-05-11T15:13:24.219Z | Downloaded progenitor-impl v0.10.0 |
| 1010 | 2026-05-11T15:13:24.222Z | Downloaded progenitor-impl v0.14.0 |
| 1011 | 2026-05-11T15:13:24.222Z | Downloaded serde-hex v0.1.0 |
| 1012 | 2026-05-11T15:13:24.224Z | Downloaded dropshot-api-manager v0.7.1 |
| 1013 | 2026-05-11T15:13:24.225Z | Downloaded progenitor-impl v0.13.0 |
| 1014 | 2026-05-11T15:13:24.227Z | Downloaded progenitor-impl v0.11.2 |
| 1015 | 2026-05-11T15:13:24.230Z | Downloaded crossterm v0.28.1 |
| 1016 | 2026-05-11T15:13:24.234Z | Downloaded russh-keys v0.45.0 |
| 1017 | 2026-05-11T15:13:24.236Z | Downloaded serde_path_to_error v0.1.20 |
| 1018 | 2026-05-11T15:13:24.236Z | Downloaded serde_derive_internals v0.29.1 |
| 1019 | 2026-05-11T15:13:24.239Z | Downloaded sqlparser_derive v0.5.0 |
| 1020 | 2026-05-11T15:13:24.242Z | Downloaded ssh-cipher v0.2.0 |
| 1021 | 2026-05-11T15:13:24.242Z | Downloaded ssh-encoding v0.2.0 |
| 1022 | 2026-05-11T15:13:24.245Z | Downloaded shlex v1.3.0 |
| 1023 | 2026-05-11T15:13:24.245Z | Downloaded shell-words v1.1.1 |
| 1024 | 2026-05-11T15:13:24.245Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1025 | 2026-05-11T15:13:24.245Z | Downloaded aes-gcm v0.10.3 |
| 1026 | 2026-05-11T15:13:24.249Z | Downloaded rustls-pki-types v1.14.0 |
| 1027 | 2026-05-11T15:13:24.256Z | Downloaded signal-hook-registry v1.4.8 |
| 1028 | 2026-05-11T15:13:24.259Z | Downloaded strum v0.26.3 |
| 1029 | 2026-05-11T15:13:24.259Z | Downloaded rustversion v1.0.22 |
| 1030 | 2026-05-11T15:13:24.262Z | Downloaded strum v0.27.2 |
| 1031 | 2026-05-11T15:13:24.262Z | Downloaded structmeta v0.3.0 |
| 1032 | 2026-05-11T15:13:24.262Z | Downloaded simd-adler32 v0.3.8 |
| 1033 | 2026-05-11T15:13:24.265Z | Downloaded mio v1.2.0 |
| 1034 | 2026-05-11T15:13:24.267Z | Downloaded subtle v2.6.1 |
| 1035 | 2026-05-11T15:13:24.267Z | Downloaded hyper-util v0.1.20 |
| 1036 | 2026-05-11T15:13:24.270Z | Downloaded pretty_assertions v1.4.1 |
| 1037 | 2026-05-11T15:13:24.273Z | Downloaded rcgen v0.12.1 |
| 1038 | 2026-05-11T15:13:24.275Z | Downloaded slab v0.4.12 |
| 1039 | 2026-05-11T15:13:24.275Z | Downloaded slog-scope v4.4.1 |
| 1040 | 2026-05-11T15:13:24.278Z | Downloaded supports-color v3.0.2 |
| 1041 | 2026-05-11T15:13:24.278Z | Downloaded tap v1.0.1 |
| 1042 | 2026-05-11T15:13:24.281Z | Downloaded take_mut v0.2.2 |
| 1043 | 2026-05-11T15:13:24.281Z | Downloaded tabled_derive v0.11.0 |
| 1044 | 2026-05-11T15:13:24.281Z | Downloaded tabwriter v1.4.1 |
| 1045 | 2026-05-11T15:13:24.281Z | Downloaded sync-ptr v0.1.4 |
| 1046 | 2026-05-11T15:13:24.283Z | Downloaded tagptr v0.2.0 |
| 1047 | 2026-05-11T15:13:24.284Z | Downloaded slog-term v2.9.2 |
| 1048 | 2026-05-11T15:13:24.286Z | Downloaded itertools v0.10.5 |
| 1049 | 2026-05-11T15:13:24.289Z | Downloaded num-bigint v0.4.6 |
| 1050 | 2026-05-11T15:13:24.291Z | Downloaded smf v0.2.3 |
| 1051 | 2026-05-11T15:13:24.292Z | Downloaded aes v0.8.4 |
| 1052 | 2026-05-11T15:13:24.294Z | Downloaded slog-stdlog v4.1.1 |
| 1053 | 2026-05-11T15:13:24.297Z | Downloaded testing_table v0.3.0 |
| 1054 | 2026-05-11T15:13:24.297Z | Downloaded termtree v0.5.1 |
| 1055 | 2026-05-11T15:13:24.297Z | Downloaded thread-id v5.1.0 |
| 1056 | 2026-05-11T15:13:24.297Z | Downloaded smallvec v0.6.14 |
| 1057 | 2026-05-11T15:13:24.301Z | Downloaded slog-bunyan v2.5.0 |
| 1058 | 2026-05-11T15:13:24.301Z | Downloaded slog-async v2.8.0 |
| 1059 | 2026-05-11T15:13:24.301Z | Downloaded slog-dtrace v0.3.0 |
| 1060 | 2026-05-11T15:13:24.303Z | Downloaded sync_wrapper v1.0.2 |
| 1061 | 2026-05-11T15:13:24.306Z | Downloaded snafu-derive v0.8.9 |
| 1062 | 2026-05-11T15:13:24.311Z | Downloaded sqlformat v0.3.5 |
| 1063 | 2026-05-11T15:13:24.314Z | Downloaded spki v0.7.3 |
| 1064 | 2026-05-11T15:13:24.317Z | Downloaded tinyvec_macros v0.1.1 |
| 1065 | 2026-05-11T15:13:24.320Z | Downloaded string_cache v0.8.9 |
| 1066 | 2026-05-11T15:13:24.320Z | Downloaded stacker v0.1.23 |
| 1067 | 2026-05-11T15:13:24.320Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1068 | 2026-05-11T15:13:24.322Z | Downloaded tokio-macros v2.7.0 |
| 1069 | 2026-05-11T15:13:24.325Z | Downloaded serde_with_macros v3.17.0 |
| 1070 | 2026-05-11T15:13:24.325Z | Downloaded structmeta-derive v0.3.0 |
| 1071 | 2026-05-11T15:13:24.325Z | Downloaded stringprep v0.1.5 |
| 1072 | 2026-05-11T15:13:24.328Z | Downloaded http v1.4.0 |
| 1073 | 2026-05-11T15:13:24.335Z | Downloaded ryu v1.0.23 |
| 1074 | 2026-05-11T15:13:24.337Z | Downloaded strum_macros v0.26.4 |
| 1075 | 2026-05-11T15:13:24.341Z | Downloaded rayon-core v1.13.0 |
| 1076 | 2026-05-11T15:13:24.344Z | Downloaded strum_macros v0.24.3 |
| 1077 | 2026-05-11T15:13:24.347Z | Downloaded termios v0.3.3 |
| 1078 | 2026-05-11T15:13:24.347Z | Downloaded support-bundle-viewer v0.1.2 |
| 1079 | 2026-05-11T15:13:24.347Z | Downloaded prettyplease v0.2.37 |
| 1080 | 2026-05-11T15:13:24.352Z | Downloaded slog-json v2.6.1 |
| 1081 | 2026-05-11T15:13:24.354Z | Downloaded hashbrown v0.16.1 |
| 1082 | 2026-05-11T15:13:24.365Z | Downloaded thread_local v1.1.9 |
| 1083 | 2026-05-11T15:13:24.368Z | Downloaded nom v7.1.3 |
| 1084 | 2026-05-11T15:13:24.371Z | Downloaded topological-sort v0.2.2 |
| 1085 | 2026-05-11T15:13:24.371Z | Downloaded serde_cbor v0.11.2 |
| 1086 | 2026-05-11T15:13:24.373Z | Downloaded quinn v0.11.9 |
| 1087 | 2026-05-11T15:13:24.376Z | Downloaded ron v0.8.1 |
| 1088 | 2026-05-11T15:13:24.379Z | Downloaded thiserror-no-std v2.0.2 |
| 1089 | 2026-05-11T15:13:24.382Z | Downloaded try-lock v0.2.5 |
| 1090 | 2026-05-11T15:13:24.382Z | Downloaded tower-service v0.3.3 |
| 1091 | 2026-05-11T15:13:24.382Z | Downloaded tower-layer v0.3.3 |
| 1092 | 2026-05-11T15:13:24.382Z | Downloaded tls_codec v0.4.2 |
| 1093 | 2026-05-11T15:13:24.385Z | Downloaded tiny-keccak v2.0.2 |
| 1094 | 2026-05-11T15:13:24.385Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1095 | 2026-05-11T15:13:24.392Z | Downloaded signal-hook v0.3.18 |
| 1096 | 2026-05-11T15:13:24.395Z | Downloaded typify-macro v0.4.3 |
| 1097 | 2026-05-11T15:13:24.395Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1098 | 2026-05-11T15:13:24.398Z | Downloaded spin v0.9.8 |
| 1099 | 2026-05-11T15:13:24.402Z | Downloaded tls_codec_derive v0.4.2 |
| 1100 | 2026-05-11T15:13:24.404Z | Downloaded time-macros v0.2.27 |
| 1101 | 2026-05-11T15:13:24.404Z | Downloaded unicode-truncate v1.1.0 |
| 1102 | 2026-05-11T15:13:24.407Z | Downloaded unarray v0.1.4 |
| 1103 | 2026-05-11T15:13:24.407Z | Downloaded time-core v0.1.8 |
| 1104 | 2026-05-11T15:13:24.407Z | Downloaded rand v0.8.5 |
| 1105 | 2026-05-11T15:13:24.410Z | Downloaded tokio-dtrace v0.1.1 |
| 1106 | 2026-05-11T15:13:24.412Z | Downloaded tokio-native-tls v0.3.1 |
| 1107 | 2026-05-11T15:13:24.412Z | Downloaded itertools v0.12.1 |
| 1108 | 2026-05-11T15:13:24.416Z | Downloaded iddqd v0.3.18 |
| 1109 | 2026-05-11T15:13:24.420Z | Downloaded typify-macro v0.6.2 |
| 1110 | 2026-05-11T15:13:24.423Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1111 | 2026-05-11T15:13:24.423Z | Downloaded tokio-rustls v0.25.0 |
| 1112 | 2026-05-11T15:13:24.426Z | Downloaded unit-prefix v0.5.2 |
| 1113 | 2026-05-11T15:13:24.426Z | Downloaded universal-hash v0.5.1 |
| 1114 | 2026-05-11T15:13:24.426Z | Downloaded untrusted v0.9.0 |
| 1115 | 2026-05-11T15:13:24.426Z | Downloaded utf-8 v0.7.6 |
| 1116 | 2026-05-11T15:13:24.429Z | Downloaded untrusted v0.7.1 |
| 1117 | 2026-05-11T15:13:24.429Z | Downloaded tokio-tungstenite v0.21.0 |
| 1118 | 2026-05-11T15:13:24.429Z | Downloaded strum_macros v0.27.2 |
| 1119 | 2026-05-11T15:13:24.432Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1120 | 2026-05-11T15:13:24.432Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1121 | 2026-05-11T15:13:24.434Z | Downloaded term v0.7.0 |
| 1122 | 2026-05-11T15:13:24.435Z | Downloaded usdt-attr-macro v0.6.0 |
| 1123 | 2026-05-11T15:13:24.437Z | Downloaded tokio-tungstenite v0.23.1 |
| 1124 | 2026-05-11T15:13:24.437Z | Downloaded slog v2.8.2 |
| 1125 | 2026-05-11T15:13:24.440Z | Downloaded usdt v0.6.0 |
| 1126 | 2026-05-11T15:13:24.440Z | Downloaded schemars v0.9.0 |
| 1127 | 2026-05-11T15:13:24.445Z | Downloaded usdt-macro v0.6.0 |
| 1128 | 2026-05-11T15:13:24.448Z | Downloaded aho-corasick v1.1.4 |
| 1129 | 2026-05-11T15:13:24.451Z | Downloaded hashbrown v0.15.5 |
| 1130 | 2026-05-11T15:13:24.454Z | Downloaded socket2 v0.5.10 |
| 1131 | 2026-05-11T15:13:24.457Z | Downloaded schemars v0.8.22 |
| 1132 | 2026-05-11T15:13:24.460Z | Downloaded trait-variant v0.1.2 |
| 1133 | 2026-05-11T15:13:24.467Z | Downloaded static_assertions v1.1.0 |
| 1134 | 2026-05-11T15:13:24.467Z | Downloaded waitgroup v0.1.2 |
| 1135 | 2026-05-11T15:13:24.467Z | Downloaded void v1.0.2 |
| 1136 | 2026-05-11T15:13:24.467Z | Downloaded publicsuffix v2.3.0 |
| 1137 | 2026-05-11T15:13:24.470Z | Downloaded rustls-webpki v0.103.9 |
| 1138 | 2026-05-11T15:13:24.470Z | Downloaded libxml v0.3.3 |
| 1139 | 2026-05-11T15:13:24.470Z | Downloaded rsa v0.9.10 |
| 1140 | 2026-05-11T15:13:24.473Z | Downloaded unicase v2.9.0 |
| 1141 | 2026-05-11T15:13:24.476Z | Downloaded tui-tree-widget v0.23.1 |
| 1142 | 2026-05-11T15:13:24.476Z | Downloaded socket2 v0.6.3 |
| 1143 | 2026-05-11T15:13:24.476Z | Downloaded wait-timeout v0.2.1 |
| 1144 | 2026-05-11T15:13:24.481Z | Downloaded similar v2.7.0 |
| 1145 | 2026-05-11T15:13:24.483Z | Downloaded xattr v1.6.1 |
| 1146 | 2026-05-11T15:13:24.486Z | Downloaded want v0.3.1 |
| 1147 | 2026-05-11T15:13:24.486Z | Downloaded rand v0.9.2 |
| 1148 | 2026-05-11T15:13:24.489Z | Downloaded tokio-stream v0.1.18 |
| 1149 | 2026-05-11T15:13:24.491Z | Downloaded tokio-rustls v0.24.1 |
| 1150 | 2026-05-11T15:13:24.491Z | Downloaded iri-string v0.7.10 |
| 1151 | 2026-05-11T15:13:24.495Z | Downloaded tokio-rustls v0.26.4 |
| 1152 | 2026-05-11T15:13:24.498Z | Downloaded term v1.2.1 |
| 1153 | 2026-05-11T15:13:24.501Z | Downloaded samael v0.0.19 |
| 1154 | 2026-05-11T15:13:24.504Z | Downloaded xshell-macros v0.2.7 |
| 1155 | 2026-05-11T15:13:24.507Z | Downloaded num-bigint-dig v0.8.6 |
| 1156 | 2026-05-11T15:13:24.510Z | Downloaded zeroize_derive v1.4.3 |
| 1157 | 2026-05-11T15:13:24.513Z | Downloaded itertools v0.13.0 |
| 1158 | 2026-05-11T15:13:24.516Z | Downloaded uzers v0.12.2 |
| 1159 | 2026-05-11T15:13:24.519Z | Downloaded futures-util v0.3.32 |
| 1160 | 2026-05-11T15:13:24.524Z | Downloaded tracing-attributes v0.1.31 |
| 1161 | 2026-05-11T15:13:24.527Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1162 | 2026-05-11T15:13:24.531Z | Downloaded vergen-git2 v1.0.7 |
| 1163 | 2026-05-11T15:13:24.531Z | Downloaded usdt-impl v0.6.0 |
| 1164 | 2026-05-11T15:13:24.531Z | Downloaded vsss-rs v3.3.4 |
| 1165 | 2026-05-11T15:13:24.535Z | Downloaded zone v0.3.1 |
| 1166 | 2026-05-11T15:13:24.535Z | Downloaded test-strategy v0.4.5 |
| 1167 | 2026-05-11T15:13:24.535Z | Downloaded zone_cfg_derive v0.3.1 |
| 1168 | 2026-05-11T15:13:24.538Z | Downloaded vergen-gitcl v1.0.8 |
| 1169 | 2026-05-11T15:13:24.538Z | Downloaded tinyvec v1.10.0 |
| 1170 | 2026-05-11T15:13:24.538Z | Downloaded p521 v0.13.3 |
| 1171 | 2026-05-11T15:13:24.541Z | Downloaded qorb v0.4.1 |
| 1172 | 2026-05-11T15:13:24.543Z | Downloaded vergen-lib v0.1.6 |
| 1173 | 2026-05-11T15:13:24.543Z | Downloaded subprocess v0.2.15 |
| 1174 | 2026-05-11T15:13:24.546Z | Downloaded libm v0.2.16 |
| 1175 | 2026-05-11T15:13:24.549Z | Downloaded wyz v0.5.1 |
| 1176 | 2026-05-11T15:13:24.551Z | Downloaded whoami v1.6.1 |
| 1177 | 2026-05-11T15:13:24.551Z | Downloaded walkdir v2.5.0 |
| 1178 | 2026-05-11T15:13:24.554Z | Downloaded hkdf v0.12.4 |
| 1179 | 2026-05-11T15:13:24.558Z | Downloaded toml v0.7.8 |
| 1180 | 2026-05-11T15:13:24.561Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1181 | 2026-05-11T15:13:24.564Z | Downloaded xshell v0.2.7 |
| 1182 | 2026-05-11T15:13:24.567Z | Downloaded whoami v2.1.0 |
| 1183 | 2026-05-11T15:13:24.567Z | Downloaded twox-hash v2.1.2 |
| 1184 | 2026-05-11T15:13:24.569Z | Downloaded hyper v1.8.1 |
| 1185 | 2026-05-11T15:13:24.572Z | Downloaded rand v0.10.0 |
| 1186 | 2026-05-11T15:13:24.575Z | Downloaded zeroize v1.8.2 |
| 1187 | 2026-05-11T15:13:24.580Z | Downloaded schemars v1.2.1 |
| 1188 | 2026-05-11T15:13:24.588Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1189 | 2026-05-11T15:13:24.591Z | Downloaded vergen v9.0.6 |
| 1190 | 2026-05-11T15:13:24.594Z | Downloaded tar v0.4.45 |
| 1191 | 2026-05-11T15:13:24.594Z | Downloaded itertools v0.14.0 |
| 1192 | 2026-05-11T15:13:24.597Z | Downloaded zstd-safe v7.2.4 |
| 1193 | 2026-05-11T15:13:24.600Z | Downloaded zstd v0.13.3 |
| 1194 | 2026-05-11T15:13:24.600Z | Downloaded tungstenite v0.23.0 |
| 1195 | 2026-05-11T15:13:24.603Z | Downloaded snafu v0.8.9 |
| 1196 | 2026-05-11T15:13:24.605Z | Downloaded unicode-properties v0.1.4 |
| 1197 | 2026-05-11T15:13:24.608Z | Downloaded tracing-core v0.1.36 |
| 1198 | 2026-05-11T15:13:24.608Z | Downloaded russh v0.45.0 |
| 1199 | 2026-05-11T15:13:24.611Z | Downloaded unsafe-libyaml v0.2.11 |
| 1200 | 2026-05-11T15:13:24.614Z | Downloaded h2 v0.4.13 |
| 1201 | 2026-05-11T15:13:24.620Z | Downloaded unicode-bidi v0.3.18 |
| 1202 | 2026-05-11T15:13:24.625Z | Downloaded yasna v0.5.2 |
| 1203 | 2026-05-11T15:13:24.628Z | Downloaded zerocopy v0.6.6 |
| 1204 | 2026-05-11T15:13:24.635Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1205 | 2026-05-11T15:13:24.638Z | Downloaded chrono v0.4.44 |
| 1206 | 2026-05-11T15:13:24.650Z | Downloaded steno v0.4.1 |
| 1207 | 2026-05-11T15:13:24.653Z | Downloaded typify v0.6.2 |
| 1208 | 2026-05-11T15:13:24.666Z | Downloaded tungstenite v0.21.0 |
| 1209 | 2026-05-11T15:13:24.676Z | Downloaded vte v0.14.1 |
| 1210 | 2026-05-11T15:13:24.676Z | Downloaded rustyline v14.0.0 |
| 1211 | 2026-05-11T15:13:24.676Z | Downloaded toml_edit v0.19.15 |
| 1212 | 2026-05-11T15:13:24.687Z | Downloaded typify v0.4.3 |
| 1213 | 2026-05-11T15:13:24.690Z | Downloaded tokio-postgres v0.7.16 |
| 1214 | 2026-05-11T15:13:24.695Z | Downloaded rpassword v7.4.0 |
| 1215 | 2026-05-11T15:13:24.698Z | Downloaded uuid v1.23.0 |
| 1216 | 2026-05-11T15:13:24.701Z | Downloaded bitvec v1.0.1 |
| 1217 | 2026-05-11T15:13:24.708Z | Downloaded ssh-key v0.6.7 |
| 1218 | 2026-05-11T15:13:24.723Z | Downloaded zip v0.6.6 |
| 1219 | 2026-05-11T15:13:24.726Z | Downloaded yansi v1.0.1 |
| 1220 | 2026-05-11T15:13:24.729Z | Downloaded reedline v0.40.0 |
| 1221 | 2026-05-11T15:13:24.732Z | Downloaded zopfli v0.8.3 |
| 1222 | 2026-05-11T15:13:24.732Z | Downloaded reqwest v0.12.28 |
| 1223 | 2026-05-11T15:13:24.735Z | Downloaded git2 v0.20.4 |
| 1224 | 2026-05-11T15:13:24.740Z | Downloaded bindgen v0.71.1 |
| 1225 | 2026-05-11T15:13:24.743Z | Downloaded reqwest v0.13.2 |
| 1226 | 2026-05-11T15:13:24.752Z | Downloaded unicode_categories v0.1.1 |
| 1227 | 2026-05-11T15:13:24.761Z | Downloaded portable-atomic v1.13.1 |
| 1228 | 2026-05-11T15:13:24.765Z | Downloaded regex v1.12.3 |
| 1229 | 2026-05-11T15:13:24.768Z | Downloaded p384 v0.13.1 |
| 1230 | 2026-05-11T15:13:24.771Z | Downloaded quick-xml v0.37.5 |
| 1231 | 2026-05-11T15:13:24.776Z | Downloaded lalrpop v0.19.12 |
| 1232 | 2026-05-11T15:13:24.782Z | Downloaded tower v0.5.3 |
| 1233 | 2026-05-11T15:13:24.787Z | Downloaded salty v0.3.0 |
| 1234 | 2026-05-11T15:13:24.790Z | Downloaded curve25519-dalek v4.1.3 |
| 1235 | 2026-05-11T15:13:24.795Z | Downloaded rayon v1.11.0 |
| 1236 | 2026-05-11T15:13:24.802Z | Downloaded x509-cert v0.2.5 |
| 1237 | 2026-05-11T15:13:24.806Z | Downloaded goblin v0.10.5 |
| 1238 | 2026-05-11T15:13:24.815Z | Downloaded moka v0.12.13 |
| 1239 | 2026-05-11T15:13:24.815Z | Downloaded unicode-segmentation v1.12.0 |
| 1240 | 2026-05-11T15:13:24.819Z | Downloaded rustls-webpki v0.101.7 |
| 1241 | 2026-05-11T15:13:24.823Z | Downloaded unicode-normalization v0.1.25 |
| 1242 | 2026-05-11T15:13:24.826Z | Downloaded typed-path v0.9.3 |
| 1243 | 2026-05-11T15:13:24.829Z | Downloaded serde_with v3.17.0 |
| 1244 | 2026-05-11T15:13:24.842Z | Downloaded petname v2.0.2 |
| 1245 | 2026-05-11T15:13:24.845Z | Downloaded zip v4.6.1 |
| 1246 | 2026-05-11T15:13:24.852Z | Downloaded tokio-util v0.7.18 |
| 1247 | 2026-05-11T15:13:24.859Z | Downloaded zerocopy-derive v0.8.40 |
| 1248 | 2026-05-11T15:13:24.864Z | Downloaded tower-http v0.6.8 |
| 1249 | 2026-05-11T15:13:24.868Z | Downloaded rustls-webpki v0.102.8 |
| 1250 | 2026-05-11T15:13:24.878Z | Downloaded tough v0.20.0 |
| 1251 | 2026-05-11T15:13:24.883Z | Downloaded winnow v0.6.26 |
| 1252 | 2026-05-11T15:13:24.887Z | Downloaded proptest v1.10.0 |
| 1253 | 2026-05-11T15:13:24.892Z | Downloaded object v0.30.4 |
| 1254 | 2026-05-11T15:13:24.915Z | Downloaded polar-core v0.27.3 |
| 1255 | 2026-05-11T15:13:24.932Z | Downloaded radix_trie v0.2.1 |
| 1256 | 2026-05-11T15:13:24.936Z | Downloaded nix v0.27.1 |
| 1257 | 2026-05-11T15:13:24.941Z | Downloaded time v0.3.47 |
| 1258 | 2026-05-11T15:13:24.949Z | Downloaded tabled v0.20.0 |
| 1259 | 2026-05-11T15:13:24.959Z | Downloaded quinn-proto v0.11.13 |
| 1260 | 2026-05-11T15:13:24.963Z | Downloaded dropshot v0.17.0 |
| 1261 | 2026-05-11T15:13:24.976Z | Downloaded zlib-rs v0.6.2 |
| 1262 | 2026-05-11T15:13:24.979Z | Downloaded nix v0.31.2 |
| 1263 | 2026-05-11T15:13:24.986Z | Downloaded winnow v0.5.40 |
| 1264 | 2026-05-11T15:13:24.990Z | Downloaded vcpkg v0.2.15 |
| 1265 | 2026-05-11T15:13:25.014Z | Downloaded nix v0.28.0 |
| 1266 | 2026-05-11T15:13:25.020Z | Downloaded openssl v0.10.78 |
| 1267 | 2026-05-11T15:13:25.025Z | Downloaded rustls v0.21.12 |
| 1268 | 2026-05-11T15:13:25.031Z | Downloaded rustls v0.22.4 |
| 1269 | 2026-05-11T15:13:25.038Z | Downloaded smoltcp v0.9.1 |
| 1270 | 2026-05-11T15:13:25.044Z | Downloaded regress v0.10.5 |
| 1271 | 2026-05-11T15:13:25.049Z | Downloaded regex-syntax v0.6.29 |
| 1272 | 2026-05-11T15:13:25.053Z | Downloaded diesel v2.3.7 |
| 1273 | 2026-05-11T15:13:25.065Z | Downloaded nix v0.29.0 |
| 1274 | 2026-05-11T15:13:25.071Z | Downloaded hickory-proto v0.24.4 |
| 1275 | 2026-05-11T15:13:25.079Z | Downloaded regress v0.11.1 |
| 1276 | 2026-05-11T15:13:25.084Z | Downloaded hickory-proto v0.25.2 |
| 1277 | 2026-05-11T15:13:25.093Z | Downloaded sqlparser v0.61.0 |
| 1278 | 2026-05-11T15:13:25.098Z | Downloaded object v0.37.3 |
| 1279 | 2026-05-11T15:13:25.104Z | Downloaded tracing v0.1.44 |
| 1280 | 2026-05-11T15:13:25.114Z | Downloaded webpki-roots v1.0.6 |
| 1281 | 2026-05-11T15:13:25.117Z | Downloaded dropshot v0.16.7 |
| 1282 | 2026-05-11T15:13:25.128Z | Downloaded openapiv3 v2.2.0 |
| 1283 | 2026-05-11T15:13:25.136Z | Downloaded zerocopy v0.8.40 |
| 1284 | 2026-05-11T15:13:25.142Z | Downloaded smoltcp v0.11.0 |
| 1285 | 2026-05-11T15:13:25.152Z | Downloaded jiff v0.2.21 |
| 1286 | 2026-05-11T15:13:25.165Z | Downloaded regex-syntax v0.8.10 |
| 1287 | 2026-05-11T15:13:25.179Z | Downloaded csv v1.4.0 |
| 1288 | 2026-05-11T15:13:25.191Z | Downloaded petgraph v0.8.3 |
| 1289 | 2026-05-11T15:13:25.203Z | Downloaded rustix v0.38.44 |
| 1290 | 2026-05-11T15:13:25.216Z | Downloaded rustls v0.23.37 |
| 1291 | 2026-05-11T15:13:25.222Z | Downloaded tokio v1.52.1 |
| 1292 | 2026-05-11T15:13:25.265Z | Downloaded encoding_rs v0.8.35 |
| 1293 | 2026-05-11T15:13:25.300Z | Downloaded sled v0.34.7 |
| 1294 | 2026-05-11T15:13:25.313Z | Downloaded typify-impl v0.6.2 |
| 1295 | 2026-05-11T15:13:25.320Z | Downloaded ratatui v0.29.0 |
| 1296 | 2026-05-11T15:13:25.331Z | Downloaded typify-impl v0.4.3 |
| 1297 | 2026-05-11T15:13:25.340Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1298 | 2026-05-11T15:13:25.369Z | Downloaded regex-automata v0.4.14 |
| 1299 | 2026-05-11T15:13:25.380Z | Downloaded zerocopy-derive v0.6.6 |
| 1300 | 2026-05-11T15:13:25.411Z | Downloaded chrono-tz v0.10.4 |
| 1301 | 2026-05-11T15:13:25.422Z | Downloaded petgraph v0.6.5 |
| 1302 | 2026-05-11T15:13:25.487Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1303 | 2026-05-11T15:13:25.497Z | Downloaded libz-sys v1.1.24 |
| 1304 | 2026-05-11T15:13:25.509Z | Downloaded sha3 v0.10.8 |
| 1305 | 2026-05-11T15:13:25.607Z | Downloaded ring v0.17.14 |
| 1306 | 2026-05-11T15:13:25.654Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1307 | 2026-05-11T15:13:26.174Z | Downloaded aws-lc-sys v0.37.1 |
| 1308 | 2026-05-11T15:13:26.425Z | Compiling libc v0.2.185 |
| 1309 | 2026-05-11T15:13:26.425Z | Compiling serde v1.0.228 |
| 1310 | 2026-05-11T15:13:26.428Z | Compiling log v0.4.29 |
| 1311 | 2026-05-11T15:13:26.428Z | Compiling shlex v1.3.0 |
| 1312 | 2026-05-11T15:13:26.572Z | Compiling find-msvc-tools v0.1.9 |
| 1313 | 2026-05-11T15:13:26.581Z | Compiling smallvec v1.15.1 |
| 1314 | 2026-05-11T15:13:26.590Z | Compiling syn v2.0.117 |
| 1315 | 2026-05-11T15:13:26.593Z | Compiling typenum v1.19.0 |
| 1316 | 2026-05-11T15:13:26.754Z | Compiling generic-array v0.14.7 |
| 1317 | 2026-05-11T15:13:26.770Z | Compiling subtle v2.6.1 |
| 1318 | 2026-05-11T15:13:26.820Z | Compiling scopeguard v1.2.0 |
| 1319 | 2026-05-11T15:13:26.851Z | Compiling const-oid v0.9.6 |
| 1320 | 2026-05-11T15:13:26.878Z | Compiling portable-atomic v1.13.1 |
| 1321 | 2026-05-11T15:13:26.925Z | Compiling lock_api v0.4.14 |
| 1322 | 2026-05-11T15:13:26.949Z | Compiling zerocopy v0.8.40 |
| 1323 | 2026-05-11T15:13:27.000Z | Compiling critical-section v1.2.0 |
| 1324 | 2026-05-11T15:13:27.102Z | Compiling serde_json v1.0.149 |
| 1325 | 2026-05-11T15:13:27.143Z | Compiling parking_lot_core v0.9.12 |
| 1326 | 2026-05-11T15:13:27.302Z | Compiling pin-project-lite v0.2.17 |
| 1327 | 2026-05-11T15:13:27.395Z | Compiling pkg-config v0.3.32 |
| 1328 | 2026-05-11T15:13:27.410Z | Compiling getrandom v0.2.17 |
| 1329 | 2026-05-11T15:13:27.447Z | Compiling jobserver v0.1.34 |
| 1330 | 2026-05-11T15:13:27.523Z | Compiling errno v0.3.14 |
| 1331 | 2026-05-11T15:13:27.553Z | Compiling rand_core v0.6.4 |
| 1332 | 2026-05-11T15:13:27.629Z | Compiling signal-hook-registry v1.4.8 |
| 1333 | 2026-05-11T15:13:27.809Z | Compiling cc v1.2.56 |
| 1334 | 2026-05-11T15:13:27.809Z | Compiling once_cell v1.21.3 |
| 1335 | 2026-05-11T15:13:27.836Z | Compiling bitflags v2.11.0 |
| 1336 | 2026-05-11T15:13:27.890Z | Compiling libm v0.2.16 |
| 1337 | 2026-05-11T15:13:27.921Z | Compiling parking_lot v0.12.5 |
| 1338 | 2026-05-11T15:13:27.942Z | Compiling mio v1.2.0 |
| 1339 | 2026-05-11T15:13:28.010Z | Compiling num-traits v0.2.19 |
| 1340 | 2026-05-11T15:13:28.052Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-05-11T15:13:28.212Z | Compiling percent-encoding v2.3.2 |
| 1342 | 2026-05-11T15:13:28.276Z | Compiling socket2 v0.6.3 |
| 1343 | 2026-05-11T15:13:28.353Z | Compiling futures-sink v0.3.32 |
| 1344 | 2026-05-11T15:13:28.387Z | Compiling cpufeatures v0.2.17 |
| 1345 | 2026-05-11T15:13:28.400Z | Compiling futures-io v0.3.32 |
| 1346 | 2026-05-11T15:13:28.454Z | Compiling futures-channel v0.3.32 |
| 1347 | 2026-05-11T15:13:28.456Z | Compiling futures-task v0.3.32 |
| 1348 | 2026-05-11T15:13:28.480Z | Compiling getrandom v0.4.1 |
| 1349 | 2026-05-11T15:13:28.545Z | Compiling slab v0.4.12 |
| 1350 | 2026-05-11T15:13:28.630Z | Compiling rand_core v0.10.0 |
| 1351 | 2026-05-11T15:13:28.660Z | Compiling rustversion v1.0.22 |
| 1352 | 2026-05-11T15:13:28.675Z | Compiling getrandom v0.3.4 |
| 1353 | 2026-05-11T15:13:28.716Z | Compiling indexmap v2.14.0 |
| 1354 | 2026-05-11T15:13:28.789Z | Compiling cmake v0.1.57 |
| 1355 | 2026-05-11T15:13:29.197Z | Compiling form_urlencoded v1.2.2 |
| 1356 | 2026-05-11T15:13:29.302Z | Compiling synstructure v0.13.2 |
| 1357 | 2026-05-11T15:13:29.334Z | Compiling dunce v1.0.5 |
| 1358 | 2026-05-11T15:13:29.346Z | Compiling fs_extra v1.3.0 |
| 1359 | 2026-05-11T15:13:29.371Z | Compiling ident_case v1.0.1 |
| 1360 | 2026-05-11T15:13:29.425Z | Compiling base64ct v1.8.3 |
| 1361 | 2026-05-11T15:13:29.489Z | Compiling flagset v0.4.7 |
| 1362 | 2026-05-11T15:13:29.595Z | Compiling rand_core v0.9.5 |
| 1363 | 2026-05-11T15:13:29.609Z | Compiling rustix v1.1.3 |
| 1364 | 2026-05-11T15:13:29.611Z | Compiling aws-lc-sys v0.37.1 |
| 1365 | 2026-05-11T15:13:29.633Z | Compiling iana-time-zone v0.1.65 |
| 1366 | 2026-05-11T15:13:29.646Z | Compiling ring v0.17.14 |
| 1367 | 2026-05-11T15:13:29.791Z | Compiling pem-rfc7468 v0.7.0 |
| 1368 | 2026-05-11T15:13:29.919Z | Compiling uuid v1.23.0 |
| 1369 | 2026-05-11T15:13:29.945Z | Compiling rustc_version v0.4.1 |
| 1370 | 2026-05-11T15:13:29.974Z | Compiling aws-lc-rs v1.16.0 |
| 1371 | 2026-05-11T15:13:30.100Z | Compiling vcpkg v0.2.15 |
| 1372 | 2026-05-11T15:13:30.208Z | Compiling regex-syntax v0.8.10 |
| 1373 | 2026-05-11T15:13:30.288Z | Compiling tracing-core v0.1.36 |
| 1374 | 2026-05-11T15:13:30.646Z | Compiling pest_generator v2.8.6 |
| 1375 | 2026-05-11T15:13:30.841Z | Compiling serde_derive_internals v0.29.1 |
| 1376 | 2026-05-11T15:13:30.856Z | Compiling openssl-sys v0.9.114 |
| 1377 | 2026-05-11T15:13:31.107Z | Compiling serde_derive v1.0.228 |
| 1378 | 2026-05-11T15:13:31.354Z | Compiling zeroize_derive v1.4.3 |
| 1379 | 2026-05-11T15:13:31.368Z | Compiling zerofrom-derive v0.1.6 |
| 1380 | 2026-05-11T15:13:31.393Z | Compiling yoke-derive v0.8.1 |
| 1381 | 2026-05-11T15:13:31.744Z | Compiling zerocopy-derive v0.8.40 |
| 1382 | 2026-05-11T15:13:31.987Z | Compiling zeroize v1.8.2 |
| 1383 | 2026-05-11T15:13:32.549Z | Compiling zerovec-derive v0.11.2 |
| 1384 | 2026-05-11T15:13:32.562Z | Compiling displaydoc v0.2.5 |
| 1385 | 2026-05-11T15:13:32.757Z | Compiling crypto-common v0.1.7 |
| 1386 | 2026-05-11T15:13:32.757Z | Compiling zerofrom v0.1.6 |
| 1387 | 2026-05-11T15:13:32.893Z | Compiling yoke v0.8.1 |
| 1388 | 2026-05-11T15:13:32.906Z | Compiling block-buffer v0.10.4 |
| 1389 | 2026-05-11T15:13:33.071Z | Compiling digest v0.10.7 |
| 1390 | 2026-05-11T15:13:33.085Z | Compiling tokio-macros v2.7.0 |
| 1391 | 2026-05-11T15:13:33.291Z | Compiling zerotrie v0.2.3 |
| 1392 | 2026-05-11T15:13:33.308Z | Compiling hmac v0.12.1 |
| 1393 | 2026-05-11T15:13:33.457Z | Compiling futures-macro v0.3.32 |
| 1394 | 2026-05-11T15:13:33.574Z | Compiling block-padding v0.3.3 |
| 1395 | 2026-05-11T15:13:33.644Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-05-11T15:13:33.733Z | Compiling inout v0.1.4 |
| 1397 | 2026-05-11T15:13:33.772Z | Compiling sha2 v0.10.9 |
| 1398 | 2026-05-11T15:13:33.893Z | Compiling cipher v0.4.4 |
| 1399 | 2026-05-11T15:13:34.123Z | Compiling tinystr v0.8.2 |
| 1400 | 2026-05-11T15:13:34.150Z | Compiling potential_utf v0.1.4 |
| 1401 | 2026-05-11T15:13:34.231Z | Compiling futures-util v0.3.32 |
| 1402 | 2026-05-11T15:13:34.307Z | Compiling icu_locale_core v2.1.1 |
| 1403 | 2026-05-11T15:13:34.320Z | Compiling icu_collections v2.1.1 |
| 1404 | 2026-05-11T15:13:34.420Z | Compiling der_derive v0.7.3 |
| 1405 | 2026-05-11T15:13:34.526Z | Compiling bytes v1.11.1 |
| 1406 | 2026-05-11T15:13:34.846Z | Compiling chrono v0.4.44 |
| 1407 | 2026-05-11T15:13:34.950Z | Compiling icu_provider v2.1.1 |
| 1408 | 2026-05-11T15:13:35.185Z | Compiling tokio v1.52.1 |
| 1409 | 2026-05-11T15:13:35.185Z | Compiling icu_properties v2.1.2 |
| 1410 | 2026-05-11T15:13:35.212Z | Compiling icu_normalizer v2.1.1 |
| 1411 | 2026-05-11T15:13:35.402Z | Compiling der v0.7.10 |
| 1412 | 2026-05-11T15:13:35.745Z | Compiling http v1.4.0 |
| 1413 | 2026-05-11T15:13:36.116Z | Compiling idna_adapter v1.2.1 |
| 1414 | 2026-05-11T15:13:36.215Z | Compiling ppv-lite86 v0.2.21 |
| 1415 | 2026-05-11T15:13:36.249Z | Compiling idna v1.1.0 |
| 1416 | 2026-05-11T15:13:36.262Z | Compiling spki v0.7.3 |
| 1417 | 2026-05-11T15:13:36.460Z | Compiling salsa20 v0.10.2 |
| 1418 | 2026-05-11T15:13:36.513Z | Compiling pbkdf2 v0.12.2 |
| 1419 | 2026-05-11T15:13:36.529Z | Compiling url v2.5.8 |
| 1420 | 2026-05-11T15:13:36.568Z | Compiling thiserror-impl v2.0.18 |
| 1421 | 2026-05-11T15:13:36.591Z | Compiling rand_chacha v0.9.0 |
| 1422 | 2026-05-11T15:13:36.616Z | Compiling scrypt v0.11.0 |
| 1423 | 2026-05-11T15:13:36.629Z | Compiling cbc v0.1.2 |
| 1424 | 2026-05-11T15:13:36.767Z | Compiling aes v0.8.4 |
| 1425 | 2026-05-11T15:13:36.861Z | Compiling rustls-pki-types v1.14.0 |
| 1426 | 2026-05-11T15:13:36.879Z | Compiling tracing-attributes v0.1.31 |
| 1427 | 2026-05-11T15:13:37.263Z | Compiling pkcs5 v0.7.1 |
| 1428 | 2026-05-11T15:13:37.292Z | Compiling rand v0.9.2 |
| 1429 | 2026-05-11T15:13:37.306Z | Compiling http-body v1.0.1 |
| 1430 | 2026-05-11T15:13:37.514Z | Compiling openssl-probe v0.2.1 |
| 1431 | 2026-05-11T15:13:37.687Z | Compiling schemars v0.8.22 |
| 1432 | 2026-05-11T15:13:37.718Z | Compiling base64 v0.22.1 |
| 1433 | 2026-05-11T15:13:37.784Z | Compiling httparse v1.10.1 |
| 1434 | 2026-05-11T15:13:37.843Z | Compiling thiserror v2.0.18 |
| 1435 | 2026-05-11T15:13:37.879Z | Compiling untrusted v0.9.0 |
| 1436 | 2026-05-11T15:13:37.945Z | Compiling untrusted v0.7.1 |
| 1437 | 2026-05-11T15:13:38.038Z | Compiling pkcs8 v0.10.2 |
| 1438 | 2026-05-11T15:13:38.058Z | Compiling schemars_derive v0.8.22 |
| 1439 | 2026-05-11T15:13:38.072Z | Compiling pest_derive v2.8.6 |
| 1440 | 2026-05-11T15:13:38.145Z | Compiling scroll_derive v0.13.1 |
| 1441 | 2026-05-11T15:13:38.158Z | Compiling tracing v0.1.44 |
| 1442 | 2026-05-11T15:13:38.329Z | Compiling darling_core v0.20.11 |
| 1443 | 2026-05-11T15:13:38.410Z | Compiling try-lock v0.2.5 |
| 1444 | 2026-05-11T15:13:38.472Z | Compiling tinyvec_macros v0.1.1 |
| 1445 | 2026-05-11T15:13:38.514Z | Compiling dyn-clone v1.0.20 |
| 1446 | 2026-05-11T15:13:38.539Z | Compiling rustls v0.23.37 |
| 1447 | 2026-05-11T15:13:38.646Z | Compiling atomic-waker v1.1.2 |
| 1448 | 2026-05-11T15:13:38.705Z | Compiling tower-service v0.3.3 |
| 1449 | 2026-05-11T15:13:38.766Z | Compiling tower-layer v0.3.3 |
| 1450 | 2026-05-11T15:13:38.798Z | Compiling tokio-util v0.7.18 |
| 1451 | 2026-05-11T15:13:38.910Z | Compiling scroll v0.13.0 |
| 1452 | 2026-05-11T15:13:38.924Z | Compiling tinyvec v1.10.0 |
| 1453 | 2026-05-11T15:13:39.168Z | Compiling want v0.3.1 |
| 1454 | 2026-05-11T15:13:39.327Z | Compiling ipnet v2.11.0 |
| 1455 | 2026-05-11T15:13:39.537Z | Compiling h2 v0.4.13 |
| 1456 | 2026-05-11T15:13:39.722Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1457 | 2026-05-11T15:13:39.848Z | Compiling spin v0.9.8 |
| 1458 | 2026-05-11T15:13:39.864Z | Compiling aho-corasick v1.1.4 |
| 1459 | 2026-05-11T15:13:40.052Z | Compiling powerfmt v0.2.0 |
| 1460 | 2026-05-11T15:13:40.102Z | Compiling crc32fast v1.5.0 |
| 1461 | 2026-05-11T15:13:40.253Z | Compiling pin-utils v0.1.0 |
| 1462 | 2026-05-11T15:13:40.327Z | Compiling foreign-types-shared v0.1.1 |
| 1463 | 2026-05-11T15:13:40.360Z | Compiling time-core v0.1.8 |
| 1464 | 2026-05-11T15:13:40.413Z | Compiling num-conv v0.2.0 |
| 1465 | 2026-05-11T15:13:40.507Z | Compiling openssl v0.10.78 |
| 1466 | 2026-05-11T15:13:40.544Z | Compiling httpdate v1.0.3 |
| 1467 | 2026-05-11T15:13:40.556Z | Compiling darling_macro v0.20.11 |
| 1468 | 2026-05-11T15:13:40.578Z | Compiling time-macros v0.2.27 |
| 1469 | 2026-05-11T15:13:40.751Z | Compiling regex-automata v0.4.14 |
| 1470 | 2026-05-11T15:13:40.763Z | Compiling tempfile v3.25.0 |
| 1471 | 2026-05-11T15:13:40.786Z | Compiling foreign-types v0.3.2 |
| 1472 | 2026-05-11T15:13:40.908Z | Compiling deranged v0.5.8 |
| 1473 | 2026-05-11T15:13:41.008Z | Compiling darling v0.20.11 |
| 1474 | 2026-05-11T15:13:41.125Z | Compiling goblin v0.10.5 |
| 1475 | 2026-05-11T15:13:41.612Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-05-11T15:13:41.849Z | Compiling wait-timeout v0.2.1 |
| 1477 | 2026-05-11T15:13:41.982Z | Compiling bit-vec v0.8.0 |
| 1478 | 2026-05-11T15:13:42.070Z | Compiling syn v1.0.109 |
| 1479 | 2026-05-11T15:13:42.104Z | Compiling native-tls v0.2.18 |
| 1480 | 2026-05-11T15:13:42.199Z | Compiling quick-error v1.2.3 |
| 1481 | 2026-05-11T15:13:42.297Z | Compiling usdt-impl v0.6.0 |
| 1482 | 2026-05-11T15:13:42.309Z | Compiling simd-adler32 v0.3.8 |
| 1483 | 2026-05-11T15:13:42.368Z | Compiling siphasher v1.0.2 |
| 1484 | 2026-05-11T15:13:42.491Z | Compiling hyper v1.8.1 |
| 1485 | 2026-05-11T15:13:42.545Z | Compiling crossbeam-utils v0.8.21 |
| 1486 | 2026-05-11T15:13:42.560Z | Compiling num_threads v0.1.7 |
| 1487 | 2026-05-11T15:13:42.653Z | Compiling time v0.3.47 |
| 1488 | 2026-05-11T15:13:42.925Z | Compiling rusty-fork v0.3.1 |
| 1489 | 2026-05-11T15:13:43.231Z | Compiling bit-set v0.8.0 |
| 1490 | 2026-05-11T15:13:43.433Z | Compiling derive_builder_core v0.20.2 |
| 1491 | 2026-05-11T15:13:44.028Z | Compiling dof v0.4.0 |
| 1492 | 2026-05-11T15:13:44.166Z | Compiling hyper-util v0.1.20 |
| 1493 | 2026-05-11T15:13:44.463Z | Compiling unicode-normalization v0.1.25 |
| 1494 | 2026-05-11T15:13:44.740Z | Compiling dtrace-parser v0.3.0 |
| 1495 | 2026-05-11T15:13:44.950Z | Compiling rustls-native-certs v0.8.3 |
| 1496 | 2026-05-11T15:13:45.238Z | Compiling signature v2.2.0 |
| 1497 | 2026-05-11T15:13:45.251Z | Compiling thiserror-impl v1.0.69 |
| 1498 | 2026-05-11T15:13:45.315Z | Compiling scroll_derive v0.12.1 |
| 1499 | 2026-05-11T15:13:45.408Z | Compiling heapless v0.7.17 |
| 1500 | 2026-05-11T15:13:45.484Z | Compiling rand_xorshift v0.4.0 |
| 1501 | 2026-05-11T15:13:45.643Z | Compiling slog v2.8.2 |
| 1502 | 2026-05-11T15:13:45.646Z | Compiling darling_core v0.21.3 |
| 1503 | 2026-05-11T15:13:45.825Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1504 | 2026-05-11T15:13:45.925Z | Compiling sync_wrapper v1.0.2 |
| 1505 | 2026-05-11T15:13:45.968Z | Compiling thread-id v5.1.0 |
| 1506 | 2026-05-11T15:13:46.032Z | Compiling cookie v0.18.1 |
| 1507 | 2026-05-11T15:13:46.050Z | Compiling unicode-properties v0.1.4 |
| 1508 | 2026-05-11T15:13:46.096Z | Compiling adler2 v2.0.1 |
| 1509 | 2026-05-11T15:13:46.207Z | Compiling anyhow v1.0.102 |
| 1510 | 2026-05-11T15:13:46.224Z | Compiling paste v1.0.15 |
| 1511 | 2026-05-11T15:13:46.251Z | Compiling signal-hook v0.3.18 |
| 1512 | 2026-05-11T15:13:46.337Z | Compiling unicode-bidi v0.3.18 |
| 1513 | 2026-05-11T15:13:46.415Z | Compiling unarray v0.1.4 |
| 1514 | 2026-05-11T15:13:46.472Z | Compiling allocator-api2 v0.2.21 |
| 1515 | 2026-05-11T15:13:46.486Z | Compiling zstd-safe v7.2.4 |
| 1516 | 2026-05-11T15:13:46.517Z | Compiling proptest v1.10.0 |
| 1517 | 2026-05-11T15:13:46.668Z | Compiling stringprep v0.1.5 |
| 1518 | 2026-05-11T15:13:46.704Z | Compiling thiserror v1.0.69 |
| 1519 | 2026-05-11T15:13:46.835Z | Compiling miniz_oxide v0.8.9 |
| 1520 | 2026-05-11T15:13:47.088Z | Compiling tower v0.5.3 |
| 1521 | 2026-05-11T15:13:47.412Z | Compiling scroll v0.12.0 |
| 1522 | 2026-05-11T15:13:47.542Z | Compiling derive_builder_macro v0.20.2 |
| 1523 | 2026-05-11T15:13:47.726Z | Compiling ipnetwork v0.21.1 |
| 1524 | 2026-05-11T15:13:47.784Z | Compiling http-body-util v0.1.3 |
| 1525 | 2026-05-11T15:13:47.977Z | Compiling webpki-roots v1.0.6 |
| 1526 | 2026-05-11T15:13:48.020Z | Compiling rand_chacha v0.3.1 |
| 1527 | 2026-05-11T15:13:48.092Z | Compiling darling_macro v0.21.3 |
| 1528 | 2026-05-11T15:13:48.106Z | Compiling serde_spanned v0.6.9 |
| 1529 | 2026-05-11T15:13:48.119Z | Compiling toml_datetime v0.6.11 |
| 1530 | 2026-05-11T15:13:48.132Z | Compiling serde_tokenstream v0.2.3 |
| 1531 | 2026-05-11T15:13:48.244Z | Compiling erased-serde v0.3.31 |
| 1532 | 2026-05-11T15:13:48.372Z | Compiling md-5 v0.10.6 |
| 1533 | 2026-05-11T15:13:48.428Z | Compiling zerocopy-derive v0.7.35 |
| 1534 | 2026-05-11T15:13:48.533Z | Compiling curve25519-dalek v4.1.3 |
| 1535 | 2026-05-11T15:13:48.548Z | Compiling vergen-lib v0.1.6 |
| 1536 | 2026-05-11T15:13:48.713Z | Compiling num-integer v0.1.46 |
| 1537 | 2026-05-11T15:13:48.727Z | Compiling hash32 v0.2.1 |
| 1538 | 2026-05-11T15:13:48.809Z | Compiling ff v0.13.1 |
| 1539 | 2026-05-11T15:13:48.857Z | Compiling memoffset v0.9.1 |
| 1540 | 2026-05-11T15:13:48.914Z | Compiling iri-string v0.7.10 |
| 1541 | 2026-05-11T15:13:48.941Z | Compiling num-bigint-dig v0.8.6 |
| 1542 | 2026-05-11T15:13:49.022Z | Compiling base16ct v0.2.0 |
| 1543 | 2026-05-11T15:13:49.041Z | Compiling rustix v0.38.44 |
| 1544 | 2026-05-11T15:13:49.125Z | Compiling litrs v1.0.0 |
| 1545 | 2026-05-11T15:13:49.200Z | Compiling psl-types v2.0.11 |
| 1546 | 2026-05-11T15:13:49.267Z | Compiling zlib-rs v0.6.2 |
| 1547 | 2026-05-11T15:13:49.324Z | Compiling smoltcp v0.9.1 |
| 1548 | 2026-05-11T15:13:49.379Z | Compiling ryu v1.0.23 |
| 1549 | 2026-05-11T15:13:49.556Z | Compiling fallible-iterator v0.2.0 |
| 1550 | 2026-05-11T15:13:49.631Z | Compiling cfg_aliases v0.2.1 |
| 1551 | 2026-05-11T15:13:49.646Z | Compiling ref-cast v1.0.25 |
| 1552 | 2026-05-11T15:13:49.737Z | Compiling nix v0.31.2 |
| 1553 | 2026-05-11T15:13:49.886Z | Compiling postgres-protocol v0.6.10 |
| 1554 | 2026-05-11T15:13:50.055Z | Compiling document-features v0.2.12 |
| 1555 | 2026-05-11T15:13:50.094Z | Compiling tower-http v0.6.8 |
| 1556 | 2026-05-11T15:13:50.446Z | Compiling serde_urlencoded v0.7.1 |
| 1557 | 2026-05-11T15:13:50.501Z | Compiling publicsuffix v2.3.0 |
| 1558 | 2026-05-11T15:13:50.555Z | Compiling zerocopy v0.7.35 |
| 1559 | 2026-05-11T15:13:50.630Z | Compiling sec1 v0.7.3 |
| 1560 | 2026-05-11T15:13:50.694Z | Compiling num-iter v0.1.45 |
| 1561 | 2026-05-11T15:13:50.777Z | Compiling group v0.13.0 |
| 1562 | 2026-05-11T15:13:50.949Z | Compiling newtype-uuid v1.3.2 |
| 1563 | 2026-05-11T15:13:51.083Z | Compiling darling v0.21.3 |
| 1564 | 2026-05-11T15:13:51.168Z | Compiling rand v0.8.5 |
| 1565 | 2026-05-11T15:13:51.272Z | Compiling derive_builder v0.20.2 |
| 1566 | 2026-05-11T15:13:51.287Z | Compiling oxnet v0.1.4 |
| 1567 | 2026-05-11T15:13:51.395Z | Compiling tokio-native-tls v0.3.1 |
| 1568 | 2026-05-11T15:13:51.431Z | Compiling hubpack_derive v0.1.1 |
| 1569 | 2026-05-11T15:13:51.558Z | Compiling goblin v0.8.2 |
| 1570 | 2026-05-11T15:13:52.147Z | Compiling flate2 v1.1.9 |
| 1571 | 2026-05-11T15:13:52.175Z | Compiling regex v1.12.3 |
| 1572 | 2026-05-11T15:13:52.178Z | Compiling phf_shared v0.13.1 |
| 1573 | 2026-05-11T15:13:52.338Z | Compiling lazy_static v1.5.0 |
| 1574 | 2026-05-11T15:13:52.423Z | Compiling cargo-platform v0.1.9 |
| 1575 | 2026-05-11T15:13:52.437Z | Compiling hkdf v0.12.4 |
| 1576 | 2026-05-11T15:13:52.489Z | Compiling crypto-bigint v0.5.5 |
| 1577 | 2026-05-11T15:13:52.542Z | Compiling terminal_size v0.4.3 |
| 1578 | 2026-05-11T15:13:52.589Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1579 | 2026-05-11T15:13:52.594Z | Compiling ref-cast-impl v1.0.25 |
| 1580 | 2026-05-11T15:13:52.667Z | Compiling daft-derive v0.1.5 |
| 1581 | 2026-05-11T15:13:52.681Z | Compiling async-trait v0.1.89 |
| 1582 | 2026-05-11T15:13:53.121Z | Compiling strum_macros v0.27.2 |
| 1583 | 2026-05-11T15:13:53.209Z | Compiling vergen v9.0.6 |
| 1584 | 2026-05-11T15:13:53.357Z | Compiling fs-err v3.3.0 |
| 1585 | 2026-05-11T15:13:53.386Z | Compiling ahash v0.8.12 |
| 1586 | 2026-05-11T15:13:53.539Z | Compiling libbz2-rs-sys v0.2.2 |
| 1587 | 2026-05-11T15:13:53.582Z | Compiling unicode-segmentation v1.12.0 |
| 1588 | 2026-05-11T15:13:53.678Z | Compiling bitflags v1.3.2 |
| 1589 | 2026-05-11T15:13:53.757Z | Compiling foldhash v0.2.0 |
| 1590 | 2026-05-11T15:13:53.963Z | Compiling foldhash v0.1.5 |
| 1591 | 2026-05-11T15:13:53.976Z | Compiling managed v0.8.0 |
| 1592 | 2026-05-11T15:13:54.148Z | Compiling bumpalo v3.20.2 |
| 1593 | 2026-05-11T15:13:54.186Z | Compiling object v0.37.3 |
| 1594 | 2026-05-11T15:13:54.215Z | Compiling winnow v0.5.40 |
| 1595 | 2026-05-11T15:13:54.390Z | Compiling zopfli v0.8.3 |
| 1596 | 2026-05-11T15:13:54.492Z | Compiling clap_builder v4.5.60 |
| 1597 | 2026-05-11T15:13:54.962Z | Compiling hashbrown v0.15.5 |
| 1598 | 2026-05-11T15:13:55.090Z | Compiling bzip2 v0.6.1 |
| 1599 | 2026-05-11T15:13:55.116Z | Compiling strum v0.27.2 |
| 1600 | 2026-05-11T15:13:55.250Z | Compiling hashbrown v0.16.1 |
| 1601 | 2026-05-11T15:13:55.293Z | Compiling dof v0.3.0 |
| 1602 | 2026-05-11T15:13:55.504Z | Compiling toml_edit v0.19.15 |
| 1603 | 2026-05-11T15:13:55.540Z | Compiling elliptic-curve v0.13.8 |
| 1604 | 2026-05-11T15:13:55.664Z | Compiling daft v0.1.5 |
| 1605 | 2026-05-11T15:13:55.950Z | Compiling cargo_metadata v0.19.2 |
| 1606 | 2026-05-11T15:13:56.036Z | Compiling phf v0.13.1 |
| 1607 | 2026-05-11T15:13:56.553Z | Compiling signal-hook-mio v0.2.5 |
| 1608 | 2026-05-11T15:13:56.668Z | Compiling cookie_store v0.22.1 |
| 1609 | 2026-05-11T15:13:57.248Z | Compiling hubpack v0.1.2 |
| 1610 | 2026-05-11T15:13:57.322Z | Compiling bzip2 v0.4.4 |
| 1611 | 2026-05-11T15:13:57.366Z | Compiling zstd v0.13.3 |
| 1612 | 2026-05-11T15:13:57.462Z | Compiling hyper-tls v0.6.0 |
| 1613 | 2026-05-11T15:13:57.476Z | Compiling serde_with_macros v3.17.0 |
| 1614 | 2026-05-11T15:13:57.620Z | Compiling postgres-types v0.2.12 |
| 1615 | 2026-05-11T15:13:57.700Z | Compiling usdt-macro v0.6.0 |
| 1616 | 2026-05-11T15:13:58.074Z | Compiling usdt-attr-macro v0.6.0 |
| 1617 | 2026-05-11T15:13:58.162Z | Compiling dtrace-parser v0.2.0 |
| 1618 | 2026-05-11T15:13:58.416Z | Compiling ed25519 v2.2.3 |
| 1619 | 2026-05-11T15:13:58.572Z | Compiling bstr v1.12.1 |
| 1620 | 2026-05-11T15:13:58.683Z | Compiling phf_shared v0.11.3 |
| 1621 | 2026-05-11T15:13:58.728Z | Compiling pkcs1 v0.7.5 |
| 1622 | 2026-05-11T15:13:58.838Z | Compiling serde-big-array v0.5.1 |
| 1623 | 2026-05-11T15:13:58.869Z | Compiling hex v0.4.3 |
| 1624 | 2026-05-11T15:13:58.904Z | Compiling rfc6979 v0.4.0 |
| 1625 | 2026-05-11T15:13:58.975Z | Compiling strum_macros v0.26.4 |
| 1626 | 2026-05-11T15:13:59.025Z | Compiling enum-as-inner v0.6.1 |
| 1627 | 2026-05-11T15:13:59.119Z | Compiling serde_repr v0.1.20 |
| 1628 | 2026-05-11T15:13:59.133Z | Compiling clap_derive v4.5.55 |
| 1629 | 2026-05-11T15:13:59.201Z | Compiling float-cmp v0.10.0 |
| 1630 | 2026-05-11T15:13:59.299Z | Compiling thread-id v4.2.2 |
| 1631 | 2026-05-11T15:13:59.344Z | Compiling memmap2 v0.9.10 |
| 1632 | 2026-05-11T15:13:59.381Z | Compiling env_filter v1.0.0 |
| 1633 | 2026-05-11T15:13:59.511Z | Compiling encoding_rs v0.8.35 |
| 1634 | 2026-05-11T15:13:59.551Z | Compiling normalize-line-endings v0.3.0 |
| 1635 | 2026-05-11T15:13:59.627Z | Compiling whoami v2.1.0 |
| 1636 | 2026-05-11T15:13:59.648Z | Compiling rustc-hash v2.1.1 |
| 1637 | 2026-05-11T15:13:59.714Z | Compiling predicates-core v1.0.10 |
| 1638 | 2026-05-11T15:13:59.799Z | Compiling difflib v0.4.0 |
| 1639 | 2026-05-11T15:13:59.887Z | Compiling static_assertions v1.1.0 |
| 1640 | 2026-05-11T15:13:59.963Z | Compiling either v1.15.0 |
| 1641 | 2026-05-11T15:14:00.035Z | Compiling fixedbitset v0.4.2 |
| 1642 | 2026-05-11T15:14:00.171Z | Compiling jiff v0.2.21 |
| 1643 | 2026-05-11T15:14:00.257Z | Compiling new_debug_unreachable v1.0.6 |
| 1644 | 2026-05-11T15:14:00.334Z | Compiling fixedbitset v0.5.7 |
| 1645 | 2026-05-11T15:14:00.368Z | Compiling precomputed-hash v0.1.1 |
| 1646 | 2026-05-11T15:14:00.457Z | Compiling mime v0.3.17 |
| 1647 | 2026-05-11T15:14:00.636Z | Compiling data-encoding v2.10.0 |
| 1648 | 2026-05-11T15:14:00.714Z | Compiling keccak v0.1.6 |
| 1649 | 2026-05-11T15:14:00.737Z | Compiling strum v0.26.3 |
| 1650 | 2026-05-11T15:14:00.878Z | Compiling sha3 v0.10.8 |
| 1651 | 2026-05-11T15:14:00.892Z | Compiling clap v4.5.60 |
| 1652 | 2026-05-11T15:14:00.968Z | Compiling hickory-proto v0.25.2 |
| 1653 | 2026-05-11T15:14:01.061Z | Compiling petgraph v0.8.3 |
| 1654 | 2026-05-11T15:14:01.318Z | Compiling string_cache v0.8.9 |
| 1655 | 2026-05-11T15:14:01.325Z | Compiling petgraph v0.6.5 |
| 1656 | 2026-05-11T15:14:01.495Z | Compiling itertools v0.13.0 |
| 1657 | 2026-05-11T15:14:01.516Z | Compiling predicates v3.1.4 |
| 1658 | 2026-05-11T15:14:01.551Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1659 | 2026-05-11T15:14:02.145Z | Compiling tokio-postgres v0.7.16 |
| 1660 | 2026-05-11T15:14:02.680Z | Compiling zip v4.6.1 |
| 1661 | 2026-05-11T15:14:02.758Z | Compiling iddqd v0.3.18 |
| 1662 | 2026-05-11T15:14:02.937Z | Compiling toml_edit v0.22.27 |
| 1663 | 2026-05-11T15:14:03.615Z | Compiling env_logger v0.11.9 |
| 1664 | 2026-05-11T15:14:03.891Z | Compiling usdt v0.6.0 |
| 1665 | 2026-05-11T15:14:03.962Z | Compiling usdt-impl v0.5.0 |
| 1666 | 2026-05-11T15:14:04.156Z | Compiling serde_with v3.17.0 |
| 1667 | 2026-05-11T15:14:04.261Z | Compiling ecdsa v0.16.9 |
| 1668 | 2026-05-11T15:14:04.681Z | Compiling similar v2.7.0 |
| 1669 | 2026-05-11T15:14:04.684Z | Compiling rsa v0.9.10 |
| 1670 | 2026-05-11T15:14:04.684Z | Compiling ed25519-dalek v2.2.0 |
| 1671 | 2026-05-11T15:14:04.684Z | Compiling crossterm v0.28.1 |
| 1672 | 2026-05-11T15:14:05.224Z | Compiling zip v0.6.6 |
| 1673 | 2026-05-11T15:14:05.548Z | Compiling toml v0.7.8 |
| 1674 | 2026-05-11T15:14:06.006Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1675 | 2026-05-11T15:14:06.132Z | Compiling heck v0.4.1 |
| 1676 | 2026-05-11T15:14:06.146Z | Compiling crossbeam-epoch v0.9.18 |
| 1677 | 2026-05-11T15:14:06.200Z | Compiling tokio-stream v0.1.18 |
| 1678 | 2026-05-11T15:14:06.359Z | Compiling buf-list v1.1.2 |
| 1679 | 2026-05-11T15:14:06.467Z | Compiling x509-cert v0.2.5 |
| 1680 | 2026-05-11T15:14:06.552Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1681 | 2026-05-11T15:14:06.655Z | Compiling openapiv3 v2.2.0 |
| 1682 | 2026-05-11T15:14:06.664Z | Compiling sha1 v0.10.6 |
| 1683 | 2026-05-11T15:14:06.665Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1684 | 2026-05-11T15:14:06.872Z | Compiling peg-runtime v0.8.5 |
| 1685 | 2026-05-11T15:14:06.872Z | Compiling lalrpop-util v0.19.12 |
| 1686 | 2026-05-11T15:14:06.955Z | Compiling thread_local v1.1.9 |
| 1687 | 2026-05-11T15:14:07.057Z | Compiling slog-async v2.8.0 |
| 1688 | 2026-05-11T15:14:07.141Z | Compiling crossbeam-channel v0.5.15 |
| 1689 | 2026-05-11T15:14:07.196Z | Compiling futures-executor v0.3.32 |
| 1690 | 2026-05-11T15:14:07.369Z | Compiling is-terminal v0.4.17 |
| 1691 | 2026-05-11T15:14:07.449Z | Compiling filetime v0.2.27 |
| 1692 | 2026-05-11T15:14:07.465Z | Compiling take_mut v0.2.2 |
| 1693 | 2026-05-11T15:14:07.570Z | Compiling xattr v1.6.1 |
| 1694 | 2026-05-11T15:14:07.575Z | Compiling term v1.2.1 |
| 1695 | 2026-05-11T15:14:07.623Z | Compiling futures v0.3.32 |
| 1696 | 2026-05-11T15:14:07.701Z | Compiling tar v0.4.45 |
| 1697 | 2026-05-11T15:14:08.045Z | Compiling slog-term v2.9.2 |
| 1698 | 2026-05-11T15:14:17.532Z | Compiling rustls-webpki v0.103.9 |
| 1699 | 2026-05-11T15:14:20.293Z | Compiling tokio-rustls v0.26.4 |
| 1700 | 2026-05-11T15:14:20.293Z | Compiling rustls-platform-verifier v0.6.2 |
| 1701 | 2026-05-11T15:14:20.491Z | Compiling hyper-rustls v0.27.7 |
| 1702 | 2026-05-11T15:14:20.687Z | Compiling reqwest v0.13.2 |
| 1703 | 2026-05-11T15:14:20.687Z | Compiling reqwest v0.12.28 |
| 1704 | 2026-05-11T15:14:22.716Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1705 | 2026-05-11T15:14:22.929Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1706 | 2026-05-11T15:14:25.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
| 1707 | 2026-05-11T15:14:25.851Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1708 | 2026-05-11T15:14:25.904Z | May 11 15:14:24.866 INFO Starting download, target: Console |
| 1709 | 2026-05-11T15:14:25.904Z | May 11 15:14:24.866 INFO Starting download, target: Cockroach |
| 1710 | 2026-05-11T15:14:25.904Z | May 11 15:14:24.866 INFO Starting download, target: Clickhouse |
| 1711 | 2026-05-11T15:14:25.907Z | May 11 15:14:24.866 INFO Starting download, target: DendriteStub |
| 1712 | 2026-05-11T15:14:25.907Z | May 11 15:14:24.866 INFO Starting download, target: MaghemiteMgd |
| 1713 | 2026-05-11T15:14:25.907Z | May 11 15:14:24.866 INFO Starting download, target: TransceiverControl |
| 1714 | 2026-05-11T15:14:25.907Z | May 11 15:14:24.866 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1715 | 2026-05-11T15:14:25.907Z | May 11 15:14:24.866 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1716 | 2026-05-11T15:14:25.907Z | May 11 15:14:24.866 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1717 | 2026-05-11T15:14:25.907Z | May 11 15:14:24.866 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1718 | 2026-05-11T15:14:25.907Z | May 11 15:14:24.867 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1719 | 2026-05-11T15:14:25.907Z | May 11 15:14:24.867 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1720 | 2026-05-11T15:14:26.292Z | May 11 15:14:25.250 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1721 | 2026-05-11T15:14:26.492Z | May 11 15:14:25.454 INFO Download complete, target: TransceiverControl |
| 1722 | 2026-05-11T15:14:26.979Z | May 11 15:14:25.938 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1723 | 2026-05-11T15:14:27.206Z | May 11 15:14:26.165 INFO Download complete, target: Console |
| 1724 | 2026-05-11T15:14:27.657Z | May 11 15:14:26.616 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1725 | 2026-05-11T15:14:27.775Z | May 11 15:14:26.735 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1726 | 2026-05-11T15:14:28.010Z | May 11 15:14:26.973 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1727 | 2026-05-11T15:14:28.010Z | May 11 15:14:26.973 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1728 | 2026-05-11T15:14:28.029Z | May 11 15:14:26.991 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1729 | 2026-05-11T15:14:29.974Z | May 11 15:14:28.937 INFO Download complete, target: DendriteStub |
| 1730 | 2026-05-11T15:14:30.105Z | May 11 15:14:29.067 INFO Download complete, target: MaghemiteMgd |
| 1731 | 2026-05-11T15:14:32.550Z | May 11 15:14:31.512 INFO Checking that binary works, target: Cockroach |
| 1732 | 2026-05-11T15:14:32.664Z | May 11 15:14:31.626 INFO Download complete, target: Cockroach |
| 1733 | 2026-05-11T15:14:34.625Z | May 11 15:14:33.587 INFO Checking that binary works, target: Clickhouse |
| 1734 | 2026-05-11T15:14:34.710Z | May 11 15:14:33.673 INFO Download complete, target: Clickhouse |
| 1735 | 2026-05-11T15:14:34.724Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1736 | 2026-05-11T15:14:34.727Z | |
| 1737 | 2026-05-11T15:14:34.727Z | real 2:11.403916516 |
| 1738 | 2026-05-11T15:14:34.727Z | user 6:39.381702498 |
| 1739 | 2026-05-11T15:14:34.727Z | sys 1:19.277280258 |
| 1740 | 2026-05-11T15:14:34.728Z | trap 0.215404913 |
| 1741 | 2026-05-11T15:14:34.728Z | tflt 0.695785644 |
| 1742 | 2026-05-11T15:14:34.728Z | dflt 0.582381268 |
| 1743 | 2026-05-11T15:14:34.728Z | kflt 0.028616268 |
| 1744 | 2026-05-11T15:14:34.728Z | lock 20:42.437056770 |
| 1745 | 2026-05-11T15:14:34.728Z | slp 20:31.466277477 |
| 1746 | 2026-05-11T15:14:34.728Z | lat 39.927256256 |
| 1747 | 2026-05-11T15:14:34.728Z | stop 1:50.366268936 |
| 1748 | 2026-05-11T15:14:34.728Z | + banner clippy |
| 1749 | 2026-05-11T15:14:34.728Z | |
| 1750 | 2026-05-11T15:14:34.728Z | #### # # ##### ##### # # |
| 1751 | 2026-05-11T15:14:34.728Z | # # # # # # # # # # |
| 1752 | 2026-05-11T15:14:34.728Z | # # # # # # # # |
| 1753 | 2026-05-11T15:14:34.728Z | # # # ##### ##### # |
| 1754 | 2026-05-11T15:14:34.728Z | # # # # # # # |
| 1755 | 2026-05-11T15:14:34.728Z | #### ###### # # # # |
| 1756 | 2026-05-11T15:14:34.728Z | |
| 1757 | 2026-05-11T15:14:34.728Z | + export CARGO_INCREMENTAL=0 |
| 1758 | 2026-05-11T15:14:34.728Z | + CARGO_INCREMENTAL=0 |
| 1759 | 2026-05-11T15:14:34.728Z | + ptime -m cargo xtask clippy |
| 1760 | 2026-05-11T15:14:35.256Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1761 | 2026-05-11T15:14:35.474Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1762 | 2026-05-11T15:14:37.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
| 1763 | 2026-05-11T15:14:37.373Z | Running `target/debug/xtask clippy` |
| 1764 | 2026-05-11T15:14:37.399Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1765 | 2026-05-11T15:14:37.996Z | Downloading crates ... |
| 1766 | 2026-05-11T15:14:38.202Z | Downloaded constant_time_eq v0.3.1 |
| 1767 | 2026-05-11T15:14:38.207Z | Downloaded criterion v0.7.0 |
| 1768 | 2026-05-11T15:14:38.211Z | Downloaded oorandom v11.1.5 |
| 1769 | 2026-05-11T15:14:38.215Z | Downloaded event-listener-strategy v0.5.4 |
| 1770 | 2026-05-11T15:14:38.215Z | Downloaded addr2line v0.25.1 |
| 1771 | 2026-05-11T15:14:38.215Z | Downloaded supports-color v2.1.0 |
| 1772 | 2026-05-11T15:14:38.217Z | Downloaded linkme-impl v0.3.35 |
| 1773 | 2026-05-11T15:14:38.217Z | Downloaded tinytemplate v1.2.1 |
| 1774 | 2026-05-11T15:14:38.220Z | Downloaded termcolor v1.4.1 |
| 1775 | 2026-05-11T15:14:38.220Z | Downloaded serde_regex v1.1.0 |
| 1776 | 2026-05-11T15:14:38.220Z | Downloaded partial-io v0.5.4 |
| 1777 | 2026-05-11T15:14:38.223Z | Downloaded async-lock v3.4.2 |
| 1778 | 2026-05-11T15:14:38.223Z | Downloaded terminal_size v0.1.17 |
| 1779 | 2026-05-11T15:14:38.227Z | Downloaded knuffel-derive v3.2.0 |
| 1780 | 2026-05-11T15:14:38.227Z | Downloaded pathdiff v0.2.3 |
| 1781 | 2026-05-11T15:14:38.227Z | Downloaded approx v0.5.1 |
| 1782 | 2026-05-11T15:14:38.229Z | Downloaded nested v0.1.1 |
| 1783 | 2026-05-11T15:14:38.229Z | Downloaded concurrent-queue v2.5.0 |
| 1784 | 2026-05-11T15:14:38.229Z | Downloaded path-tree v0.8.3 |
| 1785 | 2026-05-11T15:14:38.229Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1786 | 2026-05-11T15:14:38.232Z | Downloaded tokio-test v0.4.5 |
| 1787 | 2026-05-11T15:14:38.242Z | Downloaded libtest-mimic v0.8.1 |
| 1788 | 2026-05-11T15:14:38.248Z | Downloaded assert-json-diff v2.0.2 |
| 1789 | 2026-05-11T15:14:38.251Z | Downloaded cargo_metadata v0.23.1 |
| 1790 | 2026-05-11T15:14:38.256Z | Downloaded plotters-backend v0.3.7 |
| 1791 | 2026-05-11T15:14:38.270Z | Downloaded parking v2.2.1 |
| 1792 | 2026-05-11T15:14:38.273Z | Downloaded supports-unicode v2.1.0 |
| 1793 | 2026-05-11T15:14:38.273Z | Downloaded supports-hyperlinks v2.1.0 |
| 1794 | 2026-05-11T15:14:38.273Z | Downloaded plotters-svg v0.3.7 |
| 1795 | 2026-05-11T15:14:38.273Z | Downloaded cargo-platform v0.3.2 |
| 1796 | 2026-05-11T15:14:38.277Z | Downloaded similar-asserts v1.7.0 |
| 1797 | 2026-05-11T15:14:38.280Z | Downloaded cast v0.3.0 |
| 1798 | 2026-05-11T15:14:38.283Z | Downloaded backtrace-ext v0.2.1 |
| 1799 | 2026-05-11T15:14:38.286Z | Downloaded escape8259 v0.5.3 |
| 1800 | 2026-05-11T15:14:38.286Z | Downloaded miette-derive v5.10.0 |
| 1801 | 2026-05-11T15:14:38.286Z | Downloaded rust-argon2 v2.1.0 |
| 1802 | 2026-05-11T15:14:38.292Z | Downloaded target-triple v1.0.0 |
| 1803 | 2026-05-11T15:14:38.295Z | Downloaded owo-colors v3.5.0 |
| 1804 | 2026-05-11T15:14:38.295Z | Downloaded anes v0.1.6 |
| 1805 | 2026-05-11T15:14:38.299Z | Downloaded target-spec v3.5.7 |
| 1806 | 2026-05-11T15:14:38.306Z | Downloaded rustc-demangle v0.1.27 |
| 1807 | 2026-05-11T15:14:38.308Z | Downloaded target-lexicon v0.13.3 |
| 1808 | 2026-05-11T15:14:38.308Z | Downloaded stringmetrics v2.2.2 |
| 1809 | 2026-05-11T15:14:38.311Z | Downloaded relative-path v1.9.3 |
| 1810 | 2026-05-11T15:14:38.311Z | Downloaded rand_distr v0.5.1 |
| 1811 | 2026-05-11T15:14:38.314Z | Downloaded event-listener v5.4.1 |
| 1812 | 2026-05-11T15:14:38.314Z | Downloaded linkme v0.3.35 |
| 1813 | 2026-05-11T15:14:38.314Z | Downloaded datatest-stable v0.3.3 |
| 1814 | 2026-05-11T15:14:38.316Z | Downloaded criterion-plot v0.6.0 |
| 1815 | 2026-05-11T15:14:38.319Z | Downloaded cfg-expr v0.20.6 |
| 1816 | 2026-05-11T15:14:38.319Z | Downloaded knuffel v3.2.0 |
| 1817 | 2026-05-11T15:14:38.322Z | Downloaded httptest v0.16.4 |
| 1818 | 2026-05-11T15:14:38.322Z | Downloaded futures-timer v3.0.3 |
| 1819 | 2026-05-11T15:14:38.322Z | Downloaded backtrace v0.3.76 |
| 1820 | 2026-05-11T15:14:38.324Z | Downloaded assert_cmd v2.1.2 |
| 1821 | 2026-05-11T15:14:38.327Z | Downloaded async-object-pool v0.2.0 |
| 1822 | 2026-05-11T15:14:38.327Z | Downloaded hickory-client v0.25.2 |
| 1823 | 2026-05-11T15:14:38.330Z | Downloaded trybuild v1.0.116 |
| 1824 | 2026-05-11T15:14:38.333Z | Downloaded rstest v0.25.0 |
| 1825 | 2026-05-11T15:14:38.335Z | Downloaded textwrap v0.15.2 |
| 1826 | 2026-05-11T15:14:38.335Z | Downloaded rstest_macros v0.25.0 |
| 1827 | 2026-05-11T15:14:38.338Z | Downloaded blake2b_simd v1.0.4 |
| 1828 | 2026-05-11T15:14:38.348Z | Downloaded miette v5.10.0 |
| 1829 | 2026-05-11T15:14:38.351Z | Downloaded chumsky v0.9.3 |
| 1830 | 2026-05-11T15:14:38.354Z | Downloaded fancy-regex v0.14.0 |
| 1831 | 2026-05-11T15:14:38.357Z | Downloaded plotters v0.3.7 |
| 1832 | 2026-05-11T15:14:38.362Z | Downloaded guppy v0.17.25 |
| 1833 | 2026-05-11T15:14:38.367Z | Downloaded hashbrown v0.14.5 |
| 1834 | 2026-05-11T15:14:38.390Z | Downloaded gimli v0.32.3 |
| 1835 | 2026-05-11T15:14:38.489Z | Downloaded httpmock v0.8.3 |
| 1836 | 2026-05-11T15:14:40.029Z | Checking cfg-if v1.0.4 |
| 1837 | 2026-05-11T15:14:40.374Z | Checking libc v0.2.185 |
| 1838 | 2026-05-11T15:14:40.377Z | Checking serde_core v1.0.228 |
| 1839 | 2026-05-11T15:14:40.445Z | Checking memchr v2.8.0 |
| 1840 | 2026-05-11T15:14:40.485Z | Checking smallvec v1.15.1 |
| 1841 | 2026-05-11T15:14:40.523Z | Checking itoa v1.0.17 |
| 1842 | 2026-05-11T15:14:40.526Z | Checking log v0.4.29 |
| 1843 | 2026-05-11T15:14:40.596Z | Checking zeroize v1.8.2 |
| 1844 | 2026-05-11T15:14:40.598Z | Checking libm v0.2.16 |
| 1845 | 2026-05-11T15:14:40.685Z | Checking scopeguard v1.2.0 |
| 1846 | 2026-05-11T15:14:40.723Z | Checking stable_deref_trait v1.2.1 |
| 1847 | 2026-05-11T15:14:40.762Z | Checking zmij v1.0.21 |
| 1848 | 2026-05-11T15:14:40.798Z | Checking errno v0.3.14 |
| 1849 | 2026-05-11T15:14:40.798Z | Checking getrandom v0.2.17 |
| 1850 | 2026-05-11T15:14:40.867Z | Checking lock_api v0.4.14 |
| 1851 | 2026-05-11T15:14:40.867Z | Checking zerofrom v0.1.6 |
| 1852 | 2026-05-11T15:14:40.934Z | Checking percent-encoding v2.3.2 |
| 1853 | 2026-05-11T15:14:40.971Z | Checking litemap v0.8.1 |
| 1854 | 2026-05-11T15:14:40.975Z | Checking writeable v0.6.2 |
| 1855 | 2026-05-11T15:14:41.041Z | Checking yoke v0.8.1 |
| 1856 | 2026-05-11T15:14:41.077Z | Checking icu_normalizer_data v2.1.1 |
| 1857 | 2026-05-11T15:14:41.111Z | Checking icu_properties_data v2.1.2 |
| 1858 | 2026-05-11T15:14:41.114Z | Checking subtle v2.6.1 |
| 1859 | 2026-05-11T15:14:41.177Z | Checking form_urlencoded v1.2.2 |
| 1860 | 2026-05-11T15:14:41.181Z | Checking utf8_iter v1.0.4 |
| 1861 | 2026-05-11T15:14:41.242Z | Checking zerovec v0.11.5 |
| 1862 | 2026-05-11T15:14:41.245Z | Checking zerotrie v0.2.3 |
| 1863 | 2026-05-11T15:14:41.308Z | Checking pin-project-lite v0.2.17 |
| 1864 | 2026-05-11T15:14:41.344Z | Checking num-traits v0.2.19 |
| 1865 | 2026-05-11T15:14:41.380Z | Checking parking_lot_core v0.9.12 |
| 1866 | 2026-05-11T15:14:41.380Z | Checking portable-atomic v1.13.1 |
| 1867 | 2026-05-11T15:14:41.445Z | Checking rand_core v0.6.4 |
| 1868 | 2026-05-11T15:14:41.448Z | Checking rand_core v0.10.0 |
| 1869 | 2026-05-11T15:14:41.524Z | Checking critical-section v1.2.0 |
| 1870 | 2026-05-11T15:14:41.586Z | Checking parking_lot v0.12.5 |
| 1871 | 2026-05-11T15:14:41.641Z | Checking zerocopy v0.8.40 |
| 1872 | 2026-05-11T15:14:41.678Z | Checking getrandom v0.4.1 |
| 1873 | 2026-05-11T15:14:41.713Z | Checking tinystr v0.8.2 |
| 1874 | 2026-05-11T15:14:41.713Z | Checking potential_utf v0.1.4 |
| 1875 | 2026-05-11T15:14:41.787Z | Checking signal-hook-registry v1.4.8 |
| 1876 | 2026-05-11T15:14:41.824Z | Checking once_cell v1.21.3 |
| 1877 | 2026-05-11T15:14:41.859Z | Checking serde v1.0.228 |
| 1878 | 2026-05-11T15:14:41.859Z | Checking serde_json v1.0.149 |
| 1879 | 2026-05-11T15:14:41.923Z | Checking bitflags v2.11.0 |
| 1880 | 2026-05-11T15:14:41.926Z | Checking icu_locale_core v2.1.1 |
| 1881 | 2026-05-11T15:14:41.952Z | Checking icu_collections v2.1.1 |
| 1882 | 2026-05-11T15:14:42.021Z | Checking mio v1.2.0 |
| 1883 | 2026-05-11T15:14:42.060Z | Checking socket2 v0.6.3 |
| 1884 | 2026-05-11T15:14:42.113Z | Checking typenum v1.19.0 |
| 1885 | 2026-05-11T15:14:42.272Z | Checking bytes v1.11.1 |
| 1886 | 2026-05-11T15:14:42.315Z | Checking iana-time-zone v0.1.65 |
| 1887 | 2026-05-11T15:14:42.357Z | Checking thiserror v2.0.18 |
| 1888 | 2026-05-11T15:14:42.399Z | Checking semver v1.0.28 |
| 1889 | 2026-05-11T15:14:42.447Z | Checking chrono v0.4.44 |
| 1890 | 2026-05-11T15:14:42.485Z | Checking uuid v1.23.0 |
| 1891 | 2026-05-11T15:14:42.519Z | Checking icu_provider v2.1.1 |
| 1892 | 2026-05-11T15:14:42.573Z | Checking futures-core v0.3.32 |
| 1893 | 2026-05-11T15:14:42.636Z | Checking equivalent v1.0.2 |
| 1894 | 2026-05-11T15:14:42.672Z | Checking generic-array v0.14.7 |
| 1895 | 2026-05-11T15:14:42.719Z | Checking tokio v1.52.1 |
| 1896 | 2026-05-11T15:14:42.767Z | Checking icu_properties v2.1.2 |
| 1897 | 2026-05-11T15:14:42.767Z | Checking icu_normalizer v2.1.1 |
| 1898 | 2026-05-11T15:14:42.841Z | Checking dyn-clone v1.0.20 |
| 1899 | 2026-05-11T15:14:42.887Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1900 | 2026-05-11T15:14:42.965Z | Checking const-oid v0.9.6 |
| 1901 | 2026-05-11T15:14:43.143Z | Checking crypto-common v0.1.7 |
| 1902 | 2026-05-11T15:14:43.146Z | Checking futures-sink v0.3.32 |
| 1903 | 2026-05-11T15:14:43.209Z | Checking block-buffer v0.10.4 |
| 1904 | 2026-05-11T15:14:43.292Z | Checking slab v0.4.12 |
| 1905 | 2026-05-11T15:14:43.329Z | Checking futures-channel v0.3.32 |
| 1906 | 2026-05-11T15:14:43.332Z | Checking futures-io v0.3.32 |
| 1907 | 2026-05-11T15:14:43.395Z | Checking futures-task v0.3.32 |
| 1908 | 2026-05-11T15:14:43.474Z | Checking byteorder v1.5.0 |
| 1909 | 2026-05-11T15:14:43.511Z | Checking hashbrown v0.17.0 |
| 1910 | 2026-05-11T15:14:43.546Z | Checking rustix v1.1.3 |
| 1911 | 2026-05-11T15:14:43.580Z | Checking futures-util v0.3.32 |
| 1912 | 2026-05-11T15:14:43.613Z | Checking idna_adapter v1.2.1 |
| 1913 | 2026-05-11T15:14:43.648Z | Checking digest v0.10.7 |
| 1914 | 2026-05-11T15:14:43.693Z | Checking cpufeatures v0.2.17 |
| 1915 | 2026-05-11T15:14:43.757Z | Checking idna v1.1.0 |
| 1916 | 2026-05-11T15:14:43.791Z | Checking thiserror v1.0.69 |
| 1917 | 2026-05-11T15:14:43.867Z | Checking getrandom v0.3.4 |
| 1918 | 2026-05-11T15:14:43.918Z | Checking fnv v1.0.7 |
| 1919 | 2026-05-11T15:14:44.002Z | Checking indexmap v2.14.0 |
| 1920 | 2026-05-11T15:14:44.036Z | Checking url v2.5.8 |
| 1921 | 2026-05-11T15:14:44.070Z | Checking regex-syntax v0.8.10 |
| 1922 | 2026-05-11T15:14:44.073Z | Checking http v1.4.0 |
| 1923 | 2026-05-11T15:14:44.353Z | Checking ppv-lite86 v0.2.21 |
| 1924 | 2026-05-11T15:14:44.397Z | Checking tracing-core v0.1.36 |
| 1925 | 2026-05-11T15:14:44.489Z | Checking schemars v0.8.22 |
| 1926 | 2026-05-11T15:14:44.563Z | Checking base64 v0.22.1 |
| 1927 | 2026-05-11T15:14:44.665Z | Checking ipnet v2.11.0 |
| 1928 | 2026-05-11T15:14:44.668Z | Checking unicode-ident v1.0.24 |
| 1929 | 2026-05-11T15:14:44.732Z | Checking tracing v0.1.44 |
| 1930 | 2026-05-11T15:14:44.823Z | Checking untrusted v0.9.0 |
| 1931 | 2026-05-11T15:14:44.859Z | Checking proc-macro2 v1.0.106 |
| 1932 | 2026-05-11T15:14:44.947Z | Checking aho-corasick v1.1.4 |
| 1933 | 2026-05-11T15:14:44.983Z | Checking ring v0.17.14 |
| 1934 | 2026-05-11T15:14:44.986Z | Checking anstyle v1.0.13 |
| 1935 | 2026-05-11T15:14:45.154Z | Checking utf8parse v0.2.2 |
| 1936 | 2026-05-11T15:14:45.203Z | Checking quote v1.0.45 |
| 1937 | 2026-05-11T15:14:45.240Z | Checking rustls-pki-types v1.14.0 |
| 1938 | 2026-05-11T15:14:45.285Z | Checking httparse v1.10.1 |
| 1939 | 2026-05-11T15:14:45.384Z | Checking base64ct v1.8.3 |
| 1940 | 2026-05-11T15:14:45.419Z | Checking syn v2.0.117 |
| 1941 | 2026-05-11T15:14:45.465Z | Checking anstyle-parse v0.2.7 |
| 1942 | 2026-05-11T15:14:45.516Z | Checking block-padding v0.3.3 |
| 1943 | 2026-05-11T15:14:45.550Z | Checking is_terminal_polyfill v1.70.2 |
| 1944 | 2026-05-11T15:14:45.642Z | Checking anstyle-query v1.1.5 |
| 1945 | 2026-05-11T15:14:45.678Z | Checking colorchoice v1.0.4 |
| 1946 | 2026-05-11T15:14:45.681Z | Checking regex-automata v0.4.14 |
| 1947 | 2026-05-11T15:14:45.708Z | Checking inout v0.1.4 |
| 1948 | 2026-05-11T15:14:45.711Z | Checking crossbeam-utils v0.8.21 |
| 1949 | 2026-05-11T15:14:45.805Z | Checking allocator-api2 v0.2.21 |
| 1950 | 2026-05-11T15:14:45.808Z | Checking anstream v0.6.21 |
| 1951 | 2026-05-11T15:14:45.872Z | Checking cipher v0.4.4 |
| 1952 | 2026-05-11T15:14:45.909Z | Checking tokio-util v0.7.18 |
| 1953 | 2026-05-11T15:14:46.007Z | Checking http-body v1.0.1 |
| 1954 | 2026-05-11T15:14:46.054Z | Checking terminal_size v0.4.3 |
| 1955 | 2026-05-11T15:14:46.088Z | Checking atomic-waker v1.1.2 |
| 1956 | 2026-05-11T15:14:46.121Z | Checking try-lock v0.2.5 |
| 1957 | 2026-05-11T15:14:46.124Z | Checking clap_lex v1.0.0 |
| 1958 | 2026-05-11T15:14:46.186Z | Checking httpdate v1.0.3 |
| 1959 | 2026-05-11T15:14:46.189Z | Checking strsim v0.11.1 |
| 1960 | 2026-05-11T15:14:46.252Z | Checking want v0.3.1 |
| 1961 | 2026-05-11T15:14:46.255Z | Checking pem-rfc7468 v0.7.0 |
| 1962 | 2026-05-11T15:14:46.320Z | Checking sha2 v0.10.9 |
| 1963 | 2026-05-11T15:14:46.356Z | Checking tower-service v0.3.3 |
| 1964 | 2026-05-11T15:14:46.398Z | Checking clap_builder v4.5.60 |
| 1965 | 2026-05-11T15:14:46.401Z | Checking tower-layer v0.3.3 |
| 1966 | 2026-05-11T15:14:46.464Z | Checking ryu v1.0.23 |
| 1967 | 2026-05-11T15:14:46.497Z | Checking pin-utils v0.1.0 |
| 1968 | 2026-05-11T15:14:46.530Z | Checking h2 v0.4.13 |
| 1969 | 2026-05-11T15:14:46.589Z | Checking rand_core v0.9.5 |
| 1970 | 2026-05-11T15:14:46.624Z | Checking hmac v0.12.1 |
| 1971 | 2026-05-11T15:14:46.629Z | Checking powerfmt v0.2.0 |
| 1972 | 2026-05-11T15:14:46.655Z | Checking time-core v0.1.8 |
| 1973 | 2026-05-11T15:14:46.778Z | Checking num-conv v0.2.0 |
| 1974 | 2026-05-11T15:14:46.818Z | Checking num_threads v0.1.7 |
| 1975 | 2026-05-11T15:14:46.851Z | Checking flagset v0.4.7 |
| 1976 | 2026-05-11T15:14:46.855Z | Checking deranged v0.5.8 |
| 1977 | 2026-05-11T15:14:46.921Z | Checking erased-serde v0.3.31 |
| 1978 | 2026-05-11T15:14:46.960Z | Checking rand_chacha v0.9.0 |
| 1979 | 2026-05-11T15:14:46.996Z | Checking der v0.7.10 |
| 1980 | 2026-05-11T15:14:47.186Z | Checking http-body-util v0.1.3 |
| 1981 | 2026-05-11T15:14:47.322Z | Checking slog v2.8.2 |
| 1982 | 2026-05-11T15:14:47.427Z | Checking spin v0.9.8 |
| 1983 | 2026-05-11T15:14:47.566Z | Checking rand v0.9.2 |
| 1984 | 2026-05-11T15:14:47.609Z | Checking aws-lc-sys v0.37.1 |
| 1985 | 2026-05-11T15:14:47.646Z | Checking anyhow v1.0.102 |
| 1986 | 2026-05-11T15:14:47.648Z | Checking clap v4.5.60 |
| 1987 | 2026-05-11T15:14:47.648Z | Checking untrusted v0.7.1 |
| 1988 | 2026-05-11T15:14:47.747Z | Checking serde_urlencoded v0.7.1 |
| 1989 | 2026-05-11T15:14:47.783Z | Checking openssl-probe v0.2.1 |
| 1990 | 2026-05-11T15:14:47.818Z | Checking time v0.3.47 |
| 1991 | 2026-05-11T15:14:47.851Z | Checking regex v1.12.3 |
| 1992 | 2026-05-11T15:14:47.887Z | Checking fastrand v2.3.0 |
| 1993 | 2026-05-11T15:14:47.922Z | Checking spki v0.7.3 |
| 1994 | 2026-05-11T15:14:47.962Z | Checking pbkdf2 v0.12.2 |
| 1995 | 2026-05-11T15:14:48.051Z | Checking aes v0.8.4 |
| 1996 | 2026-05-11T15:14:48.090Z | Checking pretty-hex v0.4.1 |
| 1997 | 2026-05-11T15:14:48.125Z | Checking salsa20 v0.10.2 |
| 1998 | 2026-05-11T15:14:48.128Z | Checking cbc v0.1.2 |
| 1999 | 2026-05-11T15:14:48.190Z | Checking rand_chacha v0.3.1 |
| 2000 | 2026-05-11T15:14:48.193Z | Checking aws-lc-rs v1.16.0 |
| 2001 | 2026-05-11T15:14:48.257Z | Checking hex v0.4.3 |
| 2002 | 2026-05-11T15:14:48.292Z | Checking plain v0.2.3 |
| 2003 | 2026-05-11T15:14:48.328Z | Checking scrypt v0.11.0 |
| 2004 | 2026-05-11T15:14:48.420Z | Checking tempfile v3.25.0 |
| 2005 | 2026-05-11T15:14:48.456Z | Checking rand v0.8.5 |
| 2006 | 2026-05-11T15:14:48.459Z | Checking rustls-native-certs v0.8.3 |
| 2007 | 2026-05-11T15:14:48.525Z | Checking ipnetwork v0.21.1 |
| 2008 | 2026-05-11T15:14:48.525Z | Checking sync_wrapper v1.0.2 |
| 2009 | 2026-05-11T15:14:48.650Z | Checking simd-adler32 v0.3.8 |
| 2010 | 2026-05-11T15:14:48.688Z | Checking foldhash v0.2.0 |
| 2011 | 2026-05-11T15:14:48.742Z | Checking ucd-trie v0.1.7 |
| 2012 | 2026-05-11T15:14:48.817Z | Checking tower v0.5.3 |
| 2013 | 2026-05-11T15:14:48.851Z | Checking pkcs5 v0.7.1 |
| 2014 | 2026-05-11T15:14:48.886Z | Checking hashbrown v0.16.1 |
| 2015 | 2026-05-11T15:14:48.918Z | Checking pest v2.8.6 |
| 2016 | 2026-05-11T15:14:48.953Z | Checking webpki-roots v1.0.6 |
| 2017 | 2026-05-11T15:14:48.988Z | Checking camino v1.2.2 |
| 2018 | 2026-05-11T15:14:49.062Z | Checking rustls-webpki v0.103.9 |
| 2019 | 2026-05-11T15:14:49.095Z | Checking adler2 v2.0.1 |
| 2020 | 2026-05-11T15:14:49.128Z | Checking iri-string v0.7.10 |
| 2021 | 2026-05-11T15:14:49.163Z | Checking hyper v1.8.1 |
| 2022 | 2026-05-11T15:14:49.222Z | Checking pkcs8 v0.10.2 |
| 2023 | 2026-05-11T15:14:49.225Z | Checking miniz_oxide v0.8.9 |
| 2024 | 2026-05-11T15:14:49.288Z | Checking openapiv3 v2.2.0 |
| 2025 | 2026-05-11T15:14:49.414Z | Checking either v1.15.0 |
| 2026 | 2026-05-11T15:14:49.450Z | Checking mime v0.3.17 |
| 2027 | 2026-05-11T15:14:49.497Z | Checking rustls v0.23.37 |
| 2028 | 2026-05-11T15:14:49.629Z | Checking winnow v0.7.14 |
| 2029 | 2026-05-11T15:14:49.632Z | Checking crc32fast v1.5.0 |
| 2030 | 2026-05-11T15:14:49.693Z | Checking static_assertions v1.1.0 |
| 2031 | 2026-05-11T15:14:49.792Z | Checking oxnet v0.1.4 |
| 2032 | 2026-05-11T15:14:49.826Z | Checking lazy_static v1.5.0 |
| 2033 | 2026-05-11T15:14:49.942Z | Checking signature v2.2.0 |
| 2034 | 2026-05-11T15:14:49.979Z | Checking hubpack v0.1.2 |
| 2035 | 2026-05-11T15:14:50.047Z | Checking encoding_rs v0.8.35 |
| 2036 | 2026-05-11T15:14:50.078Z | Checking hyper-util v0.1.20 |
| 2037 | 2026-05-11T15:14:50.113Z | Checking strum v0.26.3 |
| 2038 | 2026-05-11T15:14:50.168Z | Checking tower-http v0.6.8 |
| 2039 | 2026-05-11T15:14:50.204Z | Checking foreign-types-shared v0.1.1 |
| 2040 | 2026-05-11T15:14:50.259Z | Checking zlib-rs v0.6.2 |
| 2041 | 2026-05-11T15:14:50.314Z | Checking foreign-types v0.3.2 |
| 2042 | 2026-05-11T15:14:50.413Z | Checking sha1 v0.10.6 |
| 2043 | 2026-05-11T15:14:50.478Z | Checking scroll v0.13.0 |
| 2044 | 2026-05-11T15:14:50.604Z | Checking openssl-sys v0.9.114 |
| 2045 | 2026-05-11T15:14:50.607Z | Checking tinyvec_macros v0.1.1 |
| 2046 | 2026-05-11T15:14:50.732Z | Checking tinyvec v1.10.0 |
| 2047 | 2026-05-11T15:14:50.768Z | Checking goblin v0.10.5 |
| 2048 | 2026-05-11T15:14:50.816Z | Checking serde_spanned v0.6.9 |
| 2049 | 2026-05-11T15:14:50.970Z | Checking toml_datetime v0.6.11 |
| 2050 | 2026-05-11T15:14:51.026Z | Checking num-integer v0.1.46 |
| 2051 | 2026-05-11T15:14:51.076Z | Checking memmap2 v0.9.10 |
| 2052 | 2026-05-11T15:14:51.129Z | Checking openssl v0.10.78 |
| 2053 | 2026-05-11T15:14:51.162Z | Checking flate2 v1.1.9 |
| 2054 | 2026-05-11T15:14:51.196Z | Checking data-encoding v2.10.0 |
| 2055 | 2026-05-11T15:14:51.260Z | Checking dtrace-parser v0.3.0 |
| 2056 | 2026-05-11T15:14:51.294Z | Checking thread-id v5.1.0 |
| 2057 | 2026-05-11T15:14:51.347Z | Checking bit-vec v0.8.0 |
| 2058 | 2026-05-11T15:14:51.399Z | Checking base16ct v0.2.0 |
| 2059 | 2026-05-11T15:14:51.471Z | Checking psl-types v2.0.11 |
| 2060 | 2026-05-11T15:14:51.507Z | Checking cookie v0.18.1 |
| 2061 | 2026-05-11T15:14:51.542Z | Checking ff v0.13.1 |
| 2062 | 2026-05-11T15:14:51.575Z | Checking bit-set v0.8.0 |
| 2063 | 2026-05-11T15:14:51.578Z | Checking sec1 v0.7.3 |
| 2064 | 2026-05-11T15:14:51.641Z | Checking publicsuffix v2.3.0 |
| 2065 | 2026-05-11T15:14:51.693Z | Checking wait-timeout v0.2.1 |
| 2066 | 2026-05-11T15:14:51.748Z | Checking group v0.13.0 |
| 2067 | 2026-05-11T15:14:51.786Z | Checking num-iter v0.1.45 |
| 2068 | 2026-05-11T15:14:51.819Z | Checking cookie_store v0.22.1 |
| 2069 | 2026-05-11T15:14:51.855Z | Checking bstr v1.12.1 |
| 2070 | 2026-05-11T15:14:51.858Z | Checking hkdf v0.12.4 |
| 2071 | 2026-05-11T15:14:51.921Z | Checking crossbeam-epoch v0.9.18 |
| 2072 | 2026-05-11T15:14:51.923Z | Checking tokio-rustls v0.26.4 |
| 2073 | 2026-05-11T15:14:51.923Z | Checking rustls-platform-verifier v0.6.2 |
| 2074 | 2026-05-11T15:14:52.044Z | Checking ahash v0.8.12 |
| 2075 | 2026-05-11T15:14:52.118Z | Checking crypto-bigint v0.5.5 |
| 2076 | 2026-05-11T15:14:52.161Z | Checking quick-error v1.2.3 |
| 2077 | 2026-05-11T15:14:52.196Z | Checking rand_xorshift v0.4.0 |
| 2078 | 2026-05-11T15:14:52.232Z | Checking hyper-rustls v0.27.7 |
| 2079 | 2026-05-11T15:14:52.268Z | Checking scroll v0.12.0 |
| 2080 | 2026-05-11T15:14:52.271Z | Checking unarray v0.1.4 |
| 2081 | 2026-05-11T15:14:52.335Z | Checking rusty-fork v0.3.1 |
| 2082 | 2026-05-11T15:14:52.339Z | Checking num-bigint-dig v0.8.6 |
| 2083 | 2026-05-11T15:14:52.428Z | Checking pkcs1 v0.7.5 |
| 2084 | 2026-05-11T15:14:52.463Z | Checking reqwest v0.13.2 |
| 2085 | 2026-05-11T15:14:52.520Z | Checking goblin v0.8.2 |
| 2086 | 2026-05-11T15:14:52.554Z | Checking proptest v1.10.0 |
| 2087 | 2026-05-11T15:14:52.664Z | Checking x509-cert v0.2.5 |
| 2088 | 2026-05-11T15:14:53.035Z | Checking elliptic-curve v0.13.8 |
| 2089 | 2026-05-11T15:14:53.071Z | Checking dof v0.4.0 |
| 2090 | 2026-05-11T15:14:53.105Z | Checking native-tls v0.2.18 |
| 2091 | 2026-05-11T15:14:53.169Z | Checking zerocopy v0.7.35 |
| 2092 | 2026-05-11T15:14:53.307Z | Checking tokio-native-tls v0.3.1 |
| 2093 | 2026-05-11T15:14:53.343Z | Checking unicode-segmentation v1.12.0 |
| 2094 | 2026-05-11T15:14:53.347Z | Checking rsa v0.9.10 |
| 2095 | 2026-05-11T15:14:53.411Z | Checking dtrace-parser v0.2.0 |
| 2096 | 2026-05-11T15:14:53.487Z | Checking hyper-tls v0.6.0 |
| 2097 | 2026-05-11T15:14:53.665Z | Checking rfc6979 v0.4.0 |
| 2098 | 2026-05-11T15:14:53.702Z | Checking thread-id v4.2.2 |
| 2099 | 2026-05-11T15:14:53.705Z | Checking usdt-impl v0.6.0 |
| 2100 | 2026-05-11T15:14:53.705Z | Checking reqwest v0.12.28 |
| 2101 | 2026-05-11T15:14:53.705Z | Checking toml_write v0.1.2 |
| 2102 | 2026-05-11T15:14:53.830Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2103 | 2026-05-11T15:14:53.833Z | Checking ecdsa v0.16.9 |
| 2104 | 2026-05-11T15:14:53.894Z | Checking curve25519-dalek v4.1.3 |
| 2105 | 2026-05-11T15:14:53.929Z | Checking toml_edit v0.22.27 |
| 2106 | 2026-05-11T15:14:54.063Z | Checking usdt v0.6.0 |
| 2107 | 2026-05-11T15:14:54.181Z | Checking memoffset v0.9.1 |
| 2108 | 2026-05-11T15:14:54.223Z | Checking rustix v0.38.44 |
| 2109 | 2026-05-11T15:14:54.256Z | Checking env_filter v1.0.0 |
| 2110 | 2026-05-11T15:14:54.289Z | Checking keccak v0.1.6 |
| 2111 | 2026-05-11T15:14:54.324Z | Checking newtype-uuid v1.3.2 |
| 2112 | 2026-05-11T15:14:54.368Z | Checking dof v0.3.0 |
| 2113 | 2026-05-11T15:14:54.418Z | Checking env_logger v0.11.9 |
| 2114 | 2026-05-11T15:14:54.475Z | Checking sha3 v0.10.8 |
| 2115 | 2026-05-11T15:14:54.547Z | Checking daft v0.1.5 |
| 2116 | 2026-05-11T15:14:54.624Z | Checking ed25519 v2.2.3 |
| 2117 | 2026-05-11T15:14:54.659Z | Checking itertools v0.13.0 |
| 2118 | 2026-05-11T15:14:54.695Z | Checking usdt-impl v0.5.0 |
| 2119 | 2026-05-11T15:14:54.698Z | Checking serde_with v3.17.0 |
| 2120 | 2026-05-11T15:14:54.761Z | Checking bitflags v1.3.2 |
| 2121 | 2026-05-11T15:14:54.803Z | Checking siphasher v1.0.2 |
| 2122 | 2026-05-11T15:14:54.837Z | Checking ed25519-dalek v2.2.0 |
| 2123 | 2026-05-11T15:14:54.871Z | Checking unicode-normalization v0.1.25 |
| 2124 | 2026-05-11T15:14:54.981Z | Checking signal-hook v0.3.18 |
| 2125 | 2026-05-11T15:14:55.017Z | Checking managed v0.8.0 |
| 2126 | 2026-05-11T15:14:55.021Z | Checking winnow v0.5.40 |
| 2127 | 2026-05-11T15:14:55.021Z | Checking nix v0.31.2 |
| 2128 | 2026-05-11T15:14:55.116Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2129 | 2026-05-11T15:14:55.195Z | Checking object v0.37.3 |
| 2130 | 2026-05-11T15:14:55.234Z | Checking foldhash v0.1.5 |
| 2131 | 2026-05-11T15:14:55.269Z | Checking bzip2 v0.4.4 |
| 2132 | 2026-05-11T15:14:55.302Z | Checking signal-hook-mio v0.2.5 |
| 2133 | 2026-05-11T15:14:55.395Z | Checking hashbrown v0.15.5 |
| 2134 | 2026-05-11T15:14:55.429Z | Checking ref-cast v1.0.25 |
| 2135 | 2026-05-11T15:14:55.461Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2136 | 2026-05-11T15:14:55.550Z | Checking zip v0.6.6 |
| 2137 | 2026-05-11T15:14:55.601Z | Checking zstd-safe v7.2.4 |
| 2138 | 2026-05-11T15:14:55.736Z | Checking libbz2-rs-sys v0.2.2 |
| 2139 | 2026-05-11T15:14:55.793Z | Checking bumpalo v3.20.2 |
| 2140 | 2026-05-11T15:14:55.877Z | Checking zstd v0.13.3 |
| 2141 | 2026-05-11T15:14:55.913Z | Checking crossterm v0.28.1 |
| 2142 | 2026-05-11T15:14:56.007Z | Checking zopfli v0.8.3 |
| 2143 | 2026-05-11T15:14:56.103Z | Checking similar v2.7.0 |
| 2144 | 2026-05-11T15:14:56.130Z | Checking tokio-stream v0.1.18 |
| 2145 | 2026-05-11T15:14:56.167Z | Checking bzip2 v0.6.1 |
| 2146 | 2026-05-11T15:14:56.182Z | Checking fs-err v3.3.0 |
| 2147 | 2026-05-11T15:14:56.263Z | Checking toml_edit v0.19.15 |
| 2148 | 2026-05-11T15:14:56.406Z | Checking hash32 v0.2.1 |
| 2149 | 2026-05-11T15:14:56.472Z | Checking serde-big-array v0.5.1 |
| 2150 | 2026-05-11T15:14:56.500Z | Checking jiff v0.2.21 |
| 2151 | 2026-05-11T15:14:56.540Z | Checking unicode-properties v0.1.4 |
| 2152 | 2026-05-11T15:14:56.593Z | Checking predicates-core v1.0.10 |
| 2153 | 2026-05-11T15:14:56.606Z | Checking unicode-bidi v0.3.18 |
| 2154 | 2026-05-11T15:14:56.606Z | Checking heapless v0.7.17 |
| 2155 | 2026-05-11T15:14:56.666Z | Checking hickory-proto v0.25.2 |
| 2156 | 2026-05-11T15:14:56.716Z | Checking md-5 v0.10.6 |
| 2157 | 2026-05-11T15:14:56.752Z | Checking float-cmp v0.10.0 |
| 2158 | 2026-05-11T15:14:56.875Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2159 | 2026-05-11T15:14:56.910Z | Checking rustc-hash v2.1.1 |
| 2160 | 2026-05-11T15:14:56.954Z | Checking stringprep v0.1.5 |
| 2161 | 2026-05-11T15:14:57.042Z | Checking fallible-iterator v0.2.0 |
| 2162 | 2026-05-11T15:14:57.087Z | Checking difflib v0.4.0 |
| 2163 | 2026-05-11T15:14:57.116Z | Checking normalize-line-endings v0.3.0 |
| 2164 | 2026-05-11T15:14:57.144Z | Checking smoltcp v0.9.1 |
| 2165 | 2026-05-11T15:14:57.269Z | Checking iddqd v0.3.18 |
| 2166 | 2026-05-11T15:14:57.285Z | Checking toml v0.7.8 |
| 2167 | 2026-05-11T15:14:57.302Z | Checking predicates v3.1.4 |
| 2168 | 2026-05-11T15:14:57.345Z | Checking postgres-protocol v0.6.10 |
| 2169 | 2026-05-11T15:14:57.473Z | Checking phf_shared v0.13.1 |
| 2170 | 2026-05-11T15:14:57.597Z | Checking phf_shared v0.11.3 |
| 2171 | 2026-05-11T15:14:57.643Z | Checking buf-list v1.1.2 |
| 2172 | 2026-05-11T15:14:57.670Z | Checking strum v0.27.2 |
| 2173 | 2026-05-11T15:14:57.714Z | Checking new_debug_unreachable v1.0.6 |
| 2174 | 2026-05-11T15:14:57.739Z | Checking precomputed-hash v0.1.1 |
| 2175 | 2026-05-11T15:14:57.774Z | Checking fixedbitset v0.4.2 |
| 2176 | 2026-05-11T15:14:57.810Z | Checking fixedbitset v0.5.7 |
| 2177 | 2026-05-11T15:14:57.822Z | Checking lalrpop-util v0.19.12 |
| 2178 | 2026-05-11T15:14:57.887Z | Checking string_cache v0.8.9 |
| 2179 | 2026-05-11T15:14:57.896Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2180 | 2026-05-11T15:14:57.947Z | Checking petgraph v0.6.5 |
| 2181 | 2026-05-11T15:14:58.021Z | Checking phf v0.13.1 |
| 2182 | 2026-05-11T15:14:58.026Z | Checking petgraph v0.8.3 |
| 2183 | 2026-05-11T15:14:58.088Z | Checking postgres-types v0.2.12 |
| 2184 | 2026-05-11T15:14:58.094Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2185 | 2026-05-11T15:14:58.196Z | Checking peg-runtime v0.8.5 |
| 2186 | 2026-05-11T15:14:58.367Z | Checking whoami v2.1.0 |
| 2187 | 2026-05-11T15:14:58.444Z | Checking futures-executor v0.3.32 |
| 2188 | 2026-05-11T15:14:58.519Z | Checking is-terminal v0.4.17 |
| 2189 | 2026-05-11T15:14:58.584Z | Checking tokio-postgres v0.7.16 |
| 2190 | 2026-05-11T15:14:58.623Z | Checking futures v0.3.32 |
| 2191 | 2026-05-11T15:14:58.654Z | Checking crossbeam-channel v0.5.15 |
| 2192 | 2026-05-11T15:14:58.700Z | Checking zip v4.6.1 |
| 2193 | 2026-05-11T15:14:58.736Z | Compiling structmeta-derive v0.3.0 |
| 2194 | 2026-05-11T15:14:58.999Z | Checking thread_local v1.1.9 |
| 2195 | 2026-05-11T15:14:59.190Z | Checking take_mut v0.2.2 |
| 2196 | 2026-05-11T15:14:59.226Z | Checking term v1.2.1 |
| 2197 | 2026-05-11T15:14:59.288Z | Compiling newtype-uuid-macros v0.1.0 |
| 2198 | 2026-05-11T15:14:59.324Z | Checking slog-async v2.8.0 |
| 2199 | 2026-05-11T15:14:59.395Z | Compiling rustls v0.22.4 |
| 2200 | 2026-05-11T15:14:59.464Z | Checking slog-term v2.9.2 |
| 2201 | 2026-05-11T15:14:59.518Z | Compiling multer v3.1.0 |
| 2202 | 2026-05-11T15:14:59.630Z | Compiling async-stream-impl v0.3.6 |
| 2203 | 2026-05-11T15:14:59.671Z | Compiling dropshot v0.17.0 |
| 2204 | 2026-05-11T15:14:59.759Z | Compiling dropshot_endpoint v0.17.0 |
| 2205 | 2026-05-11T15:14:59.802Z | Checking match_cfg v0.1.0 |
| 2206 | 2026-05-11T15:14:59.836Z | Compiling structmeta v0.3.0 |
| 2207 | 2026-05-11T15:14:59.839Z | Checking slog-json v2.6.1 |
| 2208 | 2026-05-11T15:14:59.902Z | Checking hostname v0.3.1 |
| 2209 | 2026-05-11T15:15:00.009Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2210 | 2026-05-11T15:15:00.048Z | Checking debug-ignore v1.0.5 |
| 2211 | 2026-05-11T15:15:00.075Z | Checking slog-bunyan v2.5.0 |
| 2212 | 2026-05-11T15:15:00.078Z | Compiling derive-ex v0.1.8 |
| 2213 | 2026-05-11T15:15:00.106Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2214 | 2026-05-11T15:15:00.209Z | Checking serde_spanned v1.0.4 |
| 2215 | 2026-05-11T15:15:00.242Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2216 | 2026-05-11T15:15:00.245Z | Checking rustls-webpki v0.102.8 |
| 2217 | 2026-05-11T15:15:00.314Z | Checking serde_path_to_error v0.1.20 |
| 2218 | 2026-05-11T15:15:00.372Z | Checking async-stream v0.3.6 |
| 2219 | 2026-05-11T15:15:00.470Z | Checking waitgroup v0.1.2 |
| 2220 | 2026-05-11T15:15:00.521Z | Checking rustls-pemfile v2.2.0 |
| 2221 | 2026-05-11T15:15:00.575Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2222 | 2026-05-11T15:15:00.610Z | Checking hostname v0.4.2 |
| 2223 | 2026-05-11T15:15:00.643Z | Checking compression-core v0.4.31 |
| 2224 | 2026-05-11T15:15:00.679Z | Checking progenitor-client v0.14.0 |
| 2225 | 2026-05-11T15:15:00.744Z | Checking regress v0.10.5 |
| 2226 | 2026-05-11T15:15:00.752Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2227 | 2026-05-11T15:15:00.814Z | Checking compression-codecs v0.4.37 |
| 2228 | 2026-05-11T15:15:00.817Z | Checking toml v1.0.6+spec-1.1.0 |
| 2229 | 2026-05-11T15:15:00.907Z | Compiling parse-display-derive v0.10.0 |
| 2230 | 2026-05-11T15:15:00.943Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2231 | 2026-05-11T15:15:01.009Z | Checking async-compression v0.4.41 |
| 2232 | 2026-05-11T15:15:01.116Z | Checking itertools v0.14.0 |
| 2233 | 2026-05-11T15:15:01.276Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2234 | 2026-05-11T15:15:01.438Z | Checking macaddr v1.0.1 |
| 2235 | 2026-05-11T15:15:01.535Z | Checking instant v0.1.13 |
| 2236 | 2026-05-11T15:15:01.645Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2237 | 2026-05-11T15:15:01.683Z | Checking progenitor-client v0.10.0 |
| 2238 | 2026-05-11T15:15:01.713Z | Checking backoff v0.4.0 |
| 2239 | 2026-05-11T15:15:01.798Z | Compiling test-strategy v0.4.5 |
| 2240 | 2026-05-11T15:15:01.899Z | Checking backon v1.6.0 |
| 2241 | 2026-05-11T15:15:01.937Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2242 | 2026-05-11T15:15:01.942Z | Checking unicode-width v0.2.0 |
| 2243 | 2026-05-11T15:15:02.095Z | Checking progenitor-extras v0.2.0 |
| 2244 | 2026-05-11T15:15:02.154Z | Checking heck v0.5.0 |
| 2245 | 2026-05-11T15:15:02.157Z | Checking tokio-rustls v0.25.0 |
| 2246 | 2026-05-11T15:15:02.184Z | Compiling convert_case v0.4.0 |
| 2247 | 2026-05-11T15:15:02.250Z | Checking half v2.7.1 |
| 2248 | 2026-05-11T15:15:02.299Z | Checking ciborium-io v0.2.2 |
| 2249 | 2026-05-11T15:15:02.337Z | Checking secrecy v0.10.3 |
| 2250 | 2026-05-11T15:15:02.441Z | Compiling regress v0.11.1 |
| 2251 | 2026-05-11T15:15:02.444Z | Checking indent_write v2.2.0 |
| 2252 | 2026-05-11T15:15:02.509Z | Compiling unsafe-libyaml v0.2.11 |
| 2253 | 2026-05-11T15:15:02.542Z | Checking ciborium-ll v0.2.2 |
| 2254 | 2026-05-11T15:15:02.583Z | Checking parse-display v0.10.0 |
| 2255 | 2026-05-11T15:15:02.617Z | Compiling derive_more v0.99.20 |
| 2256 | 2026-05-11T15:15:02.649Z | Checking camino-tempfile v1.4.1 |
| 2257 | 2026-05-11T15:15:02.735Z | Checking ciborium v0.2.2 |
| 2258 | 2026-05-11T15:15:02.772Z | Checking universal-hash v0.5.1 |
| 2259 | 2026-05-11T15:15:02.829Z | Checking opaque-debug v0.3.1 |
| 2260 | 2026-05-11T15:15:02.919Z | Compiling crucible-workspace-hack v0.1.0 |
| 2261 | 2026-05-11T15:15:02.953Z | Checking aead v0.5.2 |
| 2262 | 2026-05-11T15:15:03.116Z | Compiling serde_yaml v0.9.34+deprecated |
| 2263 | 2026-05-11T15:15:03.184Z | Checking poly1305 v0.8.0 |
| 2264 | 2026-05-11T15:15:03.303Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2265 | 2026-05-11T15:15:03.337Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2266 | 2026-05-11T15:15:03.471Z | Checking chacha20 v0.9.1 |
| 2267 | 2026-05-11T15:15:03.675Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2268 | 2026-05-11T15:15:03.712Z | Checking password-hash v0.5.0 |
| 2269 | 2026-05-11T15:15:03.716Z | Checking blake2 v0.10.6 |
| 2270 | 2026-05-11T15:15:03.959Z | Checking chacha20poly1305 v0.10.1 |
| 2271 | 2026-05-11T15:15:03.998Z | Compiling typify-impl v0.6.2 |
| 2272 | 2026-05-11T15:15:04.111Z | Checking argon2 v0.5.3 |
| 2273 | 2026-05-11T15:15:04.285Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2274 | 2026-05-11T15:15:04.471Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2275 | 2026-05-11T15:15:04.559Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2276 | 2026-05-11T15:15:04.790Z | Checking byte-wrapper v0.1.0 |
| 2277 | 2026-05-11T15:15:04.847Z | Checking thiserror-no-std v2.0.2 |
| 2278 | 2026-05-11T15:15:04.883Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2279 | 2026-05-11T15:15:04.966Z | Checking vsss-rs v3.3.4 |
| 2280 | 2026-05-11T15:15:05.026Z | Checking swrite v0.1.0 |
| 2281 | 2026-05-11T15:15:05.130Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2282 | 2026-05-11T15:15:05.192Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2283 | 2026-05-11T15:15:05.197Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2284 | 2026-05-11T15:15:05.667Z | Checking crossbeam-deque v0.8.6 |
| 2285 | 2026-05-11T15:15:05.865Z | Compiling rayon-core v1.13.0 |
| 2286 | 2026-05-11T15:15:05.901Z | Checking toml v0.8.23 |
| 2287 | 2026-05-11T15:15:05.950Z | Compiling proc-macro-error v1.0.4 |
| 2288 | 2026-05-11T15:15:06.159Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2289 | 2026-05-11T15:15:06.257Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2290 | 2026-05-11T15:15:06.291Z | Checking unicode-width v0.1.14 |
| 2291 | 2026-05-11T15:15:06.473Z | Checking rayon v1.11.0 |
| 2292 | 2026-05-11T15:15:06.569Z | Checking glob v0.3.3 |
| 2293 | 2026-05-11T15:15:06.697Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2294 | 2026-05-11T15:15:06.734Z | Checking tabwriter v1.4.1 |
| 2295 | 2026-05-11T15:15:06.772Z | Compiling heapless v0.8.0 |
| 2296 | 2026-05-11T15:15:06.821Z | Compiling proc-macro-crate v3.4.0 |
| 2297 | 2026-05-11T15:15:06.901Z | Compiling ingot-macros v0.1.1 |
| 2298 | 2026-05-11T15:15:07.276Z | Checking hash32 v0.3.1 |
| 2299 | 2026-05-11T15:15:07.316Z | Compiling smoltcp v0.11.0 |
| 2300 | 2026-05-11T15:15:07.352Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2301 | 2026-05-11T15:15:07.395Z | Checking cobs v0.3.0 |
| 2302 | 2026-05-11T15:15:07.565Z | Compiling usdt-macro v0.5.0 |
| 2303 | 2026-05-11T15:15:07.645Z | Compiling usdt-attr-macro v0.5.0 |
| 2304 | 2026-05-11T15:15:07.726Z | Checking memmap v0.7.0 |
| 2305 | 2026-05-11T15:15:07.823Z | Checking colored v3.1.1 |
| 2306 | 2026-05-11T15:15:07.893Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2307 | 2026-05-11T15:15:08.050Z | Checking postcard v1.1.3 |
| 2308 | 2026-05-11T15:15:08.136Z | Compiling num_enum_derive v0.7.5 |
| 2309 | 2026-05-11T15:15:08.302Z | Compiling proc-macro-crate v1.3.1 |
| 2310 | 2026-05-11T15:15:08.369Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2311 | 2026-05-11T15:15:08.429Z | Checking usdt v0.5.0 |
| 2312 | 2026-05-11T15:15:08.552Z | Compiling typify-macro v0.6.2 |
| 2313 | 2026-05-11T15:15:08.590Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2314 | 2026-05-11T15:15:08.626Z | Checking sigpipe v0.1.3 |
| 2315 | 2026-05-11T15:15:08.629Z | Compiling foreign-types-macros v0.2.3 |
| 2316 | 2026-05-11T15:15:08.729Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2317 | 2026-05-11T15:15:08.734Z | Checking foreign-types-shared v0.3.1 |
| 2318 | 2026-05-11T15:15:08.879Z | Checking cpufeatures v0.3.0 |
| 2319 | 2026-05-11T15:15:08.985Z | Checking chacha20 v0.10.0 |
| 2320 | 2026-05-11T15:15:09.026Z | Compiling num_enum_derive v0.5.11 |
| 2321 | 2026-05-11T15:15:09.181Z | Checking num_enum v0.7.5 |
| 2322 | 2026-05-11T15:15:09.255Z | Checking foreign-types v0.5.0 |
| 2323 | 2026-05-11T15:15:09.262Z | Checking cstr-argument v0.1.2 |
| 2324 | 2026-05-11T15:15:09.319Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2325 | 2026-05-11T15:15:09.357Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2326 | 2026-05-11T15:15:09.360Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2327 | 2026-05-11T15:15:09.434Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2328 | 2026-05-11T15:15:09.629Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2329 | 2026-05-11T15:15:09.671Z | Checking rand v0.10.0 |
| 2330 | 2026-05-11T15:15:09.706Z | Checking ingot-types v0.1.2 |
| 2331 | 2026-05-11T15:15:09.760Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2332 | 2026-05-11T15:15:09.815Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2333 | 2026-05-11T15:15:09.819Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2334 | 2026-05-11T15:15:09.888Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2335 | 2026-05-11T15:15:09.965Z | Compiling zone_cfg_derive v0.3.1 |
| 2336 | 2026-05-11T15:15:10.051Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2337 | 2026-05-11T15:15:10.087Z | Checking num_enum v0.5.11 |
| 2338 | 2026-05-11T15:15:10.154Z | Checking ingot v0.1.1 |
| 2339 | 2026-05-11T15:15:10.278Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2340 | 2026-05-11T15:15:10.312Z | Compiling typify v0.6.2 |
| 2341 | 2026-05-11T15:15:10.315Z | Checking itertools v0.12.1 |
| 2342 | 2026-05-11T15:15:10.448Z | Compiling progenitor-impl v0.14.0 |
| 2343 | 2026-05-11T15:15:10.481Z | Compiling num-derive v0.4.2 |
| 2344 | 2026-05-11T15:15:10.673Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2345 | 2026-05-11T15:15:11.080Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2346 | 2026-05-11T15:15:11.126Z | Checking smf v0.2.3 |
| 2347 | 2026-05-11T15:15:11.263Z | Checking whoami v1.6.1 |
| 2348 | 2026-05-11T15:15:11.377Z | Checking tokio-dtrace v0.1.1 |
| 2349 | 2026-05-11T15:15:11.411Z | Checking zone v0.3.1 |
| 2350 | 2026-05-11T15:15:11.444Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2351 | 2026-05-11T15:15:11.448Z | Compiling derive-where v1.6.0 |
| 2352 | 2026-05-11T15:15:11.511Z | Checking console v0.15.11 |
| 2353 | 2026-05-11T15:15:11.585Z | Checking oxide-tokio-rt v0.1.4 |
| 2354 | 2026-05-11T15:15:11.687Z | Checking atomicwrites v0.4.4 |
| 2355 | 2026-05-11T15:15:11.779Z | Checking newline-converter v0.3.0 |
| 2356 | 2026-05-11T15:15:11.782Z | Checking num-rational v0.4.2 |
| 2357 | 2026-05-11T15:15:11.846Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2358 | 2026-05-11T15:15:11.857Z | Checking num-complex v0.4.6 |
| 2359 | 2026-05-11T15:15:11.857Z | Checking float-ord v0.3.2 |
| 2360 | 2026-05-11T15:15:11.939Z | Checking expectorate v1.2.0 |
| 2361 | 2026-05-11T15:15:12.010Z | Checking bytecount v0.6.9 |
| 2362 | 2026-05-11T15:15:12.090Z | Compiling progenitor-impl v0.13.0 |
| 2363 | 2026-05-11T15:15:12.157Z | Compiling owo-colors v4.3.0 |
| 2364 | 2026-05-11T15:15:12.263Z | Checking num v0.4.3 |
| 2365 | 2026-05-11T15:15:12.570Z | Checking progenitor-client v0.13.0 |
| 2366 | 2026-05-11T15:15:12.786Z | Compiling cancel-safe-futures v0.1.5 |
| 2367 | 2026-05-11T15:15:12.979Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2368 | 2026-05-11T15:15:13.059Z | Compiling progenitor-macro v0.14.0 |
| 2369 | 2026-05-11T15:15:13.101Z | Checking libsw-core v0.3.2 |
| 2370 | 2026-05-11T15:15:13.266Z | Compiling prettyplease v0.2.37 |
| 2371 | 2026-05-11T15:15:13.300Z | Checking libsw v3.5.0 |
| 2372 | 2026-05-11T15:15:13.479Z | Checking same-file v1.0.6 |
| 2373 | 2026-05-11T15:15:13.557Z | Checking linear-map v1.2.0 |
| 2374 | 2026-05-11T15:15:13.626Z | Checking walkdir v2.5.0 |
| 2375 | 2026-05-11T15:15:13.669Z | Checking gethostname v0.5.0 |
| 2376 | 2026-05-11T15:15:13.762Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2377 | 2026-05-11T15:15:13.795Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2378 | 2026-05-11T15:15:13.831Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2379 | 2026-05-11T15:15:14.027Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2380 | 2026-05-11T15:15:14.264Z | Compiling async-recursion v1.1.1 |
| 2381 | 2026-05-11T15:15:14.734Z | Compiling progenitor-macro v0.13.0 |
| 2382 | 2026-05-11T15:15:14.932Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2383 | 2026-05-11T15:15:16.055Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2384 | 2026-05-11T15:15:16.949Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2385 | 2026-05-11T15:15:17.586Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2386 | 2026-05-11T15:15:17.913Z | Checking progenitor v0.14.0 |
| 2387 | 2026-05-11T15:15:18.583Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2388 | 2026-05-11T15:15:18.965Z | Checking unicode-linebreak v0.1.5 |
| 2389 | 2026-05-11T15:15:19.237Z | Checking resolv-conf v0.7.6 |
| 2390 | 2026-05-11T15:15:19.378Z | Checking smawk v0.3.2 |
| 2391 | 2026-05-11T15:15:19.526Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2392 | 2026-05-11T15:15:19.559Z | Checking papergrid v0.11.0 |
| 2393 | 2026-05-11T15:15:19.574Z | Compiling tabled_derive v0.7.0 |
| 2394 | 2026-05-11T15:15:19.622Z | Checking progenitor v0.13.0 |
| 2395 | 2026-05-11T15:15:19.761Z | Checking globset v0.4.18 |
| 2396 | 2026-05-11T15:15:19.796Z | Compiling convert_case v0.10.0 |
| 2397 | 2026-05-11T15:15:19.799Z | Compiling slog-dtrace v0.3.0 |
| 2398 | 2026-05-11T15:15:20.008Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2399 | 2026-05-11T15:15:20.041Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2400 | 2026-05-11T15:15:20.130Z | Compiling derive_more-impl v2.1.1 |
| 2401 | 2026-05-11T15:15:20.218Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2402 | 2026-05-11T15:15:20.417Z | Compiling pin-project-internal v1.1.11 |
| 2403 | 2026-05-11T15:15:20.788Z | Checking tabled v0.15.0 |
| 2404 | 2026-05-11T15:15:20.859Z | Checking pem v3.0.6 |
| 2405 | 2026-05-11T15:15:20.913Z | Checking fd-lock v4.0.4 |
| 2406 | 2026-05-11T15:15:20.965Z | Checking derive_more v2.1.1 |
| 2407 | 2026-05-11T15:15:21.049Z | Checking vte v0.14.1 |
| 2408 | 2026-05-11T15:15:21.084Z | Checking display-error-chain v0.2.2 |
| 2409 | 2026-05-11T15:15:21.087Z | Checking crossterm v0.29.0 |
| 2410 | 2026-05-11T15:15:21.153Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2411 | 2026-05-11T15:15:21.233Z | Checking strip-ansi-escapes v0.2.1 |
| 2412 | 2026-05-11T15:15:21.267Z | Compiling snafu-derive v0.8.9 |
| 2413 | 2026-05-11T15:15:21.314Z | Checking nu-ansi-term v0.50.3 |
| 2414 | 2026-05-11T15:15:21.366Z | Checking linked-hash-map v0.5.6 |
| 2415 | 2026-05-11T15:15:21.545Z | Checking pin-project v1.1.11 |
| 2416 | 2026-05-11T15:15:21.583Z | Checking termtree v0.5.1 |
| 2417 | 2026-05-11T15:15:21.587Z | Checking reedline v0.40.0 |
| 2418 | 2026-05-11T15:15:21.668Z | Checking lru-cache v0.1.2 |
| 2419 | 2026-05-11T15:15:21.702Z | Checking textwrap v0.16.2 |
| 2420 | 2026-05-11T15:15:21.748Z | Checking olpc-cjson v0.1.4 |
| 2421 | 2026-05-11T15:15:21.814Z | Checking hickory-proto v0.24.4 |
| 2422 | 2026-05-11T15:15:21.914Z | Checking serde_plain v1.0.2 |
| 2423 | 2026-05-11T15:15:21.950Z | Checking typed-path v0.9.3 |
| 2424 | 2026-05-11T15:15:21.983Z | Compiling minimal-lexical v0.2.1 |
| 2425 | 2026-05-11T15:15:22.090Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2426 | 2026-05-11T15:15:22.270Z | Compiling nom v7.1.3 |
| 2427 | 2026-05-11T15:15:22.654Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2428 | 2026-05-11T15:15:22.727Z | Compiling ar_archive_writer v0.5.1 |
| 2429 | 2026-05-11T15:15:22.765Z | Checking humantime v2.3.0 |
| 2430 | 2026-05-11T15:15:22.978Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2431 | 2026-05-11T15:15:23.112Z | Checking csv-core v0.1.13 |
| 2432 | 2026-05-11T15:15:23.154Z | Checking snafu v0.8.9 |
| 2433 | 2026-05-11T15:15:23.267Z | Compiling stacker v0.1.23 |
| 2434 | 2026-05-11T15:15:23.318Z | Checking csv v1.4.0 |
| 2435 | 2026-05-11T15:15:23.424Z | Checking tough v0.20.0 |
| 2436 | 2026-05-11T15:15:23.458Z | Compiling semver v0.1.20 |
| 2437 | 2026-05-11T15:15:23.545Z | Compiling cfg_aliases v0.1.1 |
| 2438 | 2026-05-11T15:15:23.578Z | Checking hickory-resolver v0.24.4 |
| 2439 | 2026-05-11T15:15:23.612Z | Compiling psm v0.1.30 |
| 2440 | 2026-05-11T15:15:23.615Z | Checking highway v1.3.0 |
| 2441 | 2026-05-11T15:15:23.676Z | Compiling nix v0.28.0 |
| 2442 | 2026-05-11T15:15:23.709Z | Compiling rustc_version v0.1.7 |
| 2443 | 2026-05-11T15:15:23.802Z | Checking nibble_vec v0.1.0 |
| 2444 | 2026-05-11T15:15:23.892Z | Checking home v0.5.12 |
| 2445 | 2026-05-11T15:15:23.955Z | Checking endian-type v0.1.2 |
| 2446 | 2026-05-11T15:15:23.958Z | Compiling newtype_derive v0.1.6 |
| 2447 | 2026-05-11T15:15:24.026Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2448 | 2026-05-11T15:15:24.104Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2449 | 2026-05-11T15:15:24.137Z | Checking radix_trie v0.2.1 |
| 2450 | 2026-05-11T15:15:24.202Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2451 | 2026-05-11T15:15:24.329Z | Checking qorb v0.4.1 |
| 2452 | 2026-05-11T15:15:24.405Z | Checking phf_shared v0.12.1 |
| 2453 | 2026-05-11T15:15:24.524Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2454 | 2026-05-11T15:15:24.570Z | Compiling chrono-tz v0.10.4 |
| 2455 | 2026-05-11T15:15:24.603Z | Checking phf v0.12.1 |
| 2456 | 2026-05-11T15:15:24.802Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2457 | 2026-05-11T15:15:24.872Z | Compiling const_format_proc_macros v0.2.34 |
| 2458 | 2026-05-11T15:15:24.907Z | Compiling peg-macros v0.8.5 |
| 2459 | 2026-05-11T15:15:24.947Z | Checking recursive v0.1.1 |
| 2460 | 2026-05-11T15:15:25.070Z | Checking winnow v0.6.26 |
| 2461 | 2026-05-11T15:15:25.458Z | Compiling sqlparser_derive v0.5.0 |
| 2462 | 2026-05-11T15:15:25.564Z | Checking unicode_categories v0.1.1 |
| 2463 | 2026-05-11T15:15:25.786Z | Checking const_format v0.2.35 |
| 2464 | 2026-05-11T15:15:25.789Z | Checking rustyline v14.0.0 |
| 2465 | 2026-05-11T15:15:26.241Z | Checking sqlparser v0.61.0 |
| 2466 | 2026-05-11T15:15:26.274Z | Checking sqlformat v0.3.5 |
| 2467 | 2026-05-11T15:15:26.306Z | Checking peg v0.8.5 |
| 2468 | 2026-05-11T15:15:26.510Z | Checking bcs v0.1.6 |
| 2469 | 2026-05-11T15:15:26.543Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2470 | 2026-05-11T15:15:26.719Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2471 | 2026-05-11T15:15:26.758Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2472 | 2026-05-11T15:15:26.792Z | Checking steno v0.4.1 |
| 2473 | 2026-05-11T15:15:26.939Z | Checking filetime v0.2.27 |
| 2474 | 2026-05-11T15:15:27.035Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2475 | 2026-05-11T15:15:27.091Z | Checking xattr v1.6.1 |
| 2476 | 2026-05-11T15:15:27.124Z | Checking subprocess v0.2.15 |
| 2477 | 2026-05-11T15:15:27.246Z | Checking tar v0.4.45 |
| 2478 | 2026-05-11T15:15:27.686Z | Checking base64 v0.21.7 |
| 2479 | 2026-05-11T15:15:27.689Z | Checking headers-core v0.3.0 |
| 2480 | 2026-05-11T15:15:27.798Z | Checking yasna v0.5.2 |
| 2481 | 2026-05-11T15:15:27.849Z | Checking headers v0.4.1 |
| 2482 | 2026-05-11T15:15:27.955Z | Checking dropshot-api-manager-types v0.7.1 |
| 2483 | 2026-05-11T15:15:28.154Z | Checking tagptr v0.2.0 |
| 2484 | 2026-05-11T15:15:28.211Z | Checking rcgen v0.12.1 |
| 2485 | 2026-05-11T15:15:28.325Z | Checking moka v0.12.13 |
| 2486 | 2026-05-11T15:15:28.356Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2487 | 2026-05-11T15:15:28.395Z | Checking utf-8 v0.7.6 |
| 2488 | 2026-05-11T15:15:28.549Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2489 | 2026-05-11T15:15:28.583Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2490 | 2026-05-11T15:15:28.614Z | Compiling libefi-sys v0.1.0 |
| 2491 | 2026-05-11T15:15:28.722Z | Compiling bitfield-struct v0.6.2 |
| 2492 | 2026-05-11T15:15:28.986Z | Checking hickory-resolver v0.25.2 |
| 2493 | 2026-05-11T15:15:29.057Z | Compiling radium v0.7.0 |
| 2494 | 2026-05-11T15:15:29.090Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2495 | 2026-05-11T15:15:29.191Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2496 | 2026-05-11T15:15:29.223Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2497 | 2026-05-11T15:15:29.369Z | Checking tungstenite v0.21.0 |
| 2498 | 2026-05-11T15:15:29.400Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2499 | 2026-05-11T15:15:29.431Z | Compiling maybe-uninit v2.0.0 |
| 2500 | 2026-05-11T15:15:29.663Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2501 | 2026-05-11T15:15:29.730Z | Checking tap v1.0.1 |
| 2502 | 2026-05-11T15:15:29.763Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2503 | 2026-05-11T15:15:29.816Z | Checking tokio-tungstenite v0.21.0 |
| 2504 | 2026-05-11T15:15:29.863Z | Checking wyz v0.5.1 |
| 2505 | 2026-05-11T15:15:30.064Z | Compiling zerocopy-derive v0.6.6 |
| 2506 | 2026-05-11T15:15:30.120Z | Checking crc-catalog v2.4.0 |
| 2507 | 2026-05-11T15:15:30.195Z | Compiling packed_struct v0.10.1 |
| 2508 | 2026-05-11T15:15:30.262Z | Checking funty v2.0.0 |
| 2509 | 2026-05-11T15:15:30.295Z | Checking crc v3.4.0 |
| 2510 | 2026-05-11T15:15:30.513Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2511 | 2026-05-11T15:15:30.548Z | Compiling packed_struct_codegen v0.10.1 |
| 2512 | 2026-05-11T15:15:30.579Z | Compiling bitfield-macros v0.19.4 |
| 2513 | 2026-05-11T15:15:30.609Z | Checking bitvec v1.0.1 |
| 2514 | 2026-05-11T15:15:30.641Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2515 | 2026-05-11T15:15:30.952Z | Checking zerocopy v0.6.6 |
| 2516 | 2026-05-11T15:15:31.282Z | Compiling indexmap v1.9.3 |
| 2517 | 2026-05-11T15:15:31.315Z | Checking nodrop v0.1.14 |
| 2518 | 2026-05-11T15:15:31.434Z | Checking array-init v0.0.4 |
| 2519 | 2026-05-11T15:15:31.554Z | Checking bitfield v0.19.4 |
| 2520 | 2026-05-11T15:15:31.583Z | Checking smallvec v0.6.14 |
| 2521 | 2026-05-11T15:15:31.651Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2522 | 2026-05-11T15:15:31.758Z | Checking hashbrown v0.12.3 |
| 2523 | 2026-05-11T15:15:31.798Z | Checking serde-hex v0.1.0 |
| 2524 | 2026-05-11T15:15:31.831Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2525 | 2026-05-11T15:15:32.011Z | Checking ron v0.8.1 |
| 2526 | 2026-05-11T15:15:32.105Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2527 | 2026-05-11T15:15:32.373Z | Checking hashbrown v0.13.2 |
| 2528 | 2026-05-11T15:15:32.541Z | Checking crc-any v2.5.0 |
| 2529 | 2026-05-11T15:15:32.544Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2530 | 2026-05-11T15:15:32.733Z | Checking path-slash v0.1.5 |
| 2531 | 2026-05-11T15:15:32.777Z | Compiling xshell-macros v0.2.7 |
| 2532 | 2026-05-11T15:15:32.817Z | Checking object v0.30.4 |
| 2533 | 2026-05-11T15:15:32.861Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2534 | 2026-05-11T15:15:32.987Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2535 | 2026-05-11T15:15:33.171Z | Checking xshell v0.2.7 |
| 2536 | 2026-05-11T15:15:33.203Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2537 | 2026-05-11T15:15:33.261Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2538 | 2026-05-11T15:15:33.293Z | Checking half v1.8.3 |
| 2539 | 2026-05-11T15:15:33.383Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2540 | 2026-05-11T15:15:33.513Z | Checking serde_cbor v0.11.2 |
| 2541 | 2026-05-11T15:15:33.916Z | Compiling num-derive v0.3.3 |
| 2542 | 2026-05-11T15:15:33.948Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2543 | 2026-05-11T15:15:34.164Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2544 | 2026-05-11T15:15:34.363Z | Compiling proc-macro-error2 v2.0.1 |
| 2545 | 2026-05-11T15:15:34.409Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2546 | 2026-05-11T15:15:34.706Z | Compiling tabled_derive v0.11.0 |
| 2547 | 2026-05-11T15:15:34.789Z | Checking papergrid v0.17.0 |
| 2548 | 2026-05-11T15:15:34.828Z | Checking libscf-sys v1.1.0 |
| 2549 | 2026-05-11T15:15:34.910Z | Checking testing_table v0.3.0 |
| 2550 | 2026-05-11T15:15:34.983Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2551 | 2026-05-11T15:15:35.033Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2552 | 2026-05-11T15:15:35.260Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2553 | 2026-05-11T15:15:35.576Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2554 | 2026-05-11T15:15:35.657Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2555 | 2026-05-11T15:15:35.690Z | Checking crc8 v0.1.1 |
| 2556 | 2026-05-11T15:15:35.814Z | Checking maplit v1.0.2 |
| 2557 | 2026-05-11T15:15:35.920Z | Checking tabled v0.20.0 |
| 2558 | 2026-05-11T15:15:35.951Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2559 | 2026-05-11T15:15:35.982Z | Checking fxhash v0.2.1 |
| 2560 | 2026-05-11T15:15:36.057Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2561 | 2026-05-11T15:15:36.130Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2562 | 2026-05-11T15:15:36.376Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2563 | 2026-05-11T15:15:36.692Z | Checking unicase v2.9.0 |
| 2564 | 2026-05-11T15:15:36.757Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2565 | 2026-05-11T15:15:36.873Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2566 | 2026-05-11T15:15:37.049Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2567 | 2026-05-11T15:15:37.159Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2568 | 2026-05-11T15:15:37.192Z | Compiling typify-impl v0.4.3 |
| 2569 | 2026-05-11T15:15:37.393Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2570 | 2026-05-11T15:15:37.425Z | Checking kstat-rs v0.2.4 |
| 2571 | 2026-05-11T15:15:37.458Z | Compiling diesel_derives v2.3.7 |
| 2572 | 2026-05-11T15:15:37.647Z | Checking scheduled-thread-pool v0.2.7 |
| 2573 | 2026-05-11T15:15:37.724Z | Compiling dsl_auto_type v0.2.0 |
| 2574 | 2026-05-11T15:15:37.823Z | Compiling vergen-gitcl v1.0.8 |
| 2575 | 2026-05-11T15:15:38.036Z | Checking arc-swap v1.8.2 |
| 2576 | 2026-05-11T15:15:38.069Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2577 | 2026-05-11T15:15:38.177Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2578 | 2026-05-11T15:15:38.286Z | Compiling parking_lot_core v0.8.6 |
| 2579 | 2026-05-11T15:15:38.317Z | Checking slog-scope v4.4.1 |
| 2580 | 2026-05-11T15:15:38.525Z | Checking r2d2 v0.8.10 |
| 2581 | 2026-05-11T15:15:38.602Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2582 | 2026-05-11T15:15:38.739Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2583 | 2026-05-11T15:15:39.087Z | Compiling git-stub v1.0.0 |
| 2584 | 2026-05-11T15:15:39.368Z | Checking downcast-rs v2.0.2 |
| 2585 | 2026-05-11T15:15:39.492Z | Compiling git-stub-vcs v0.1.0 |
| 2586 | 2026-05-11T15:15:39.612Z | Checking slog-stdlog v4.1.1 |
| 2587 | 2026-05-11T15:15:39.645Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2588 | 2026-05-11T15:15:39.737Z | Checking parking_lot v0.11.2 |
| 2589 | 2026-05-11T15:15:39.768Z | Checking slog-envlogger v2.2.0 |
| 2590 | 2026-05-11T15:15:39.865Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2591 | 2026-05-11T15:15:39.942Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2592 | 2026-05-11T15:15:39.975Z | Checking prefix-trie v0.7.0 |
| 2593 | 2026-05-11T15:15:39.978Z | Checking sled v0.34.7 |
| 2594 | 2026-05-11T15:15:40.244Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2595 | 2026-05-11T15:15:40.389Z | Checking hickory-server v0.25.2 |
| 2596 | 2026-05-11T15:15:40.423Z | Checking nanorand v0.7.0 |
| 2597 | 2026-05-11T15:15:40.454Z | Compiling dirs-sys-next v0.1.2 |
| 2598 | 2026-05-11T15:15:40.650Z | Compiling crunchy v0.2.4 |
| 2599 | 2026-05-11T15:15:40.766Z | Compiling salty v0.3.0 |
| 2600 | 2026-05-11T15:15:40.986Z | Checking flume v0.11.1 |
| 2601 | 2026-05-11T15:15:41.074Z | Compiling dirs-next v2.0.0 |
| 2602 | 2026-05-11T15:15:41.225Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2603 | 2026-05-11T15:15:41.228Z | Compiling clang-sys v1.8.1 |
| 2604 | 2026-05-11T15:15:41.291Z | Checking primeorder v0.13.6 |
| 2605 | 2026-05-11T15:15:41.350Z | Compiling tiny-keccak v2.0.2 |
| 2606 | 2026-05-11T15:15:41.495Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2607 | 2026-05-11T15:15:41.553Z | Compiling term v0.7.0 |
| 2608 | 2026-05-11T15:15:41.615Z | Compiling typify-macro v0.4.3 |
| 2609 | 2026-05-11T15:15:41.846Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2610 | 2026-05-11T15:15:41.891Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2611 | 2026-05-11T15:15:41.989Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2612 | 2026-05-11T15:15:42.121Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2613 | 2026-05-11T15:15:42.288Z | Compiling bit-vec v0.6.3 |
| 2614 | 2026-05-11T15:15:42.450Z | Compiling ascii-canvas v3.0.0 |
| 2615 | 2026-05-11T15:15:42.521Z | Compiling bit-set v0.5.3 |
| 2616 | 2026-05-11T15:15:42.704Z | Compiling itertools v0.10.5 |
| 2617 | 2026-05-11T15:15:42.736Z | Compiling ena v0.14.4 |
| 2618 | 2026-05-11T15:15:42.787Z | Compiling libloading v0.8.9 |
| 2619 | 2026-05-11T15:15:42.975Z | Compiling fs-err v2.11.0 |
| 2620 | 2026-05-11T15:15:43.006Z | Compiling bindgen v0.71.1 |
| 2621 | 2026-05-11T15:15:43.037Z | Compiling regex-syntax v0.6.29 |
| 2622 | 2026-05-11T15:15:43.193Z | Compiling diff v0.1.13 |
| 2623 | 2026-05-11T15:15:43.314Z | Compiling typify v0.4.3 |
| 2624 | 2026-05-11T15:15:43.482Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2625 | 2026-05-11T15:15:43.543Z | Checking p384 v0.13.1 |
| 2626 | 2026-05-11T15:15:43.574Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2627 | 2026-05-11T15:15:43.604Z | Checking diesel v2.3.7 |
| 2628 | 2026-05-11T15:15:43.759Z | Compiling cexpr v0.6.0 |
| 2629 | 2026-05-11T15:15:43.832Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2630 | 2026-05-11T15:15:44.183Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2631 | 2026-05-11T15:15:44.216Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2632 | 2026-05-11T15:15:44.435Z | Compiling lalrpop v0.19.12 |
| 2633 | 2026-05-11T15:15:44.467Z | Compiling libxml v0.3.3 |
| 2634 | 2026-05-11T15:15:44.551Z | Checking parse-size v1.1.0 |
| 2635 | 2026-05-11T15:15:44.703Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2636 | 2026-05-11T15:15:44.828Z | Compiling progenitor-impl v0.11.2 |
| 2637 | 2026-05-11T15:15:45.668Z | Compiling strum_macros v0.24.3 |
| 2638 | 2026-05-11T15:15:46.005Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2639 | 2026-05-11T15:15:46.635Z | Compiling indoc v1.0.9 |
| 2640 | 2026-05-11T15:15:47.006Z | Checking assert_matches v1.5.0 |
| 2641 | 2026-05-11T15:15:47.148Z | Compiling progenitor-impl v0.10.0 |
| 2642 | 2026-05-11T15:15:47.534Z | Compiling progenitor-macro v0.11.2 |
| 2643 | 2026-05-11T15:15:47.677Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 2644 | 2026-05-11T15:15:48.019Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2645 | 2026-05-11T15:15:48.237Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2646 | 2026-05-11T15:15:48.639Z | Checking predicates-tree v1.0.13 |
| 2647 | 2026-05-11T15:15:48.782Z | Checking progenitor-client v0.11.2 |
| 2648 | 2026-05-11T15:15:48.816Z | Checking derive_builder v0.20.2 |
| 2649 | 2026-05-11T15:15:48.960Z | Checking quick-xml v0.37.5 |
| 2650 | 2026-05-11T15:15:49.047Z | Compiling oso-derive v0.27.3 |
| 2651 | 2026-05-11T15:15:49.552Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2652 | 2026-05-11T15:15:49.728Z | Compiling trait-variant v0.1.2 |
| 2653 | 2026-05-11T15:15:49.858Z | Checking openssl-probe v0.1.6 |
| 2654 | 2026-05-11T15:15:49.996Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2655 | 2026-05-11T15:15:50.300Z | Compiling progenitor-macro v0.10.0 |
| 2656 | 2026-05-11T15:15:50.331Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2657 | 2026-05-11T15:15:50.396Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2658 | 2026-05-11T15:15:51.120Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2659 | 2026-05-11T15:15:51.155Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2660 | 2026-05-11T15:15:52.291Z | Checking progenitor v0.11.2 |
| 2661 | 2026-05-11T15:15:52.346Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2662 | 2026-05-11T15:15:52.466Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2663 | 2026-05-11T15:15:52.939Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 2664 | 2026-05-11T15:15:53.110Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2665 | 2026-05-11T15:15:53.827Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2666 | 2026-05-11T15:15:54.855Z | Compiling mime_guess v2.0.5 |
| 2667 | 2026-05-11T15:15:55.051Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2668 | 2026-05-11T15:15:55.152Z | Checking progenitor v0.10.0 |
| 2669 | 2026-05-11T15:15:55.452Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2670 | 2026-05-11T15:15:55.509Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2671 | 2026-05-11T15:15:55.841Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2672 | 2026-05-11T15:15:55.873Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2673 | 2026-05-11T15:15:56.070Z | Checking corncobs v0.1.4 |
| 2674 | 2026-05-11T15:15:56.123Z | Checking http-range v0.1.5 |
| 2675 | 2026-05-11T15:15:56.233Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2676 | 2026-05-11T15:15:56.328Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2677 | 2026-05-11T15:15:56.557Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2678 | 2026-05-11T15:15:56.598Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2679 | 2026-05-11T15:15:56.693Z | Checking ignore v0.4.25 |
| 2680 | 2026-05-11T15:15:56.969Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2681 | 2026-05-11T15:15:57.131Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2682 | 2026-05-11T15:15:57.591Z | Checking atty v0.2.14 |
| 2683 | 2026-05-11T15:15:57.678Z | Checking secrecy v0.8.0 |
| 2684 | 2026-05-11T15:15:57.720Z | Checking globwalk v0.9.1 |
| 2685 | 2026-05-11T15:15:58.292Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2686 | 2026-05-11T15:15:58.436Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2687 | 2026-05-11T15:15:58.859Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2688 | 2026-05-11T15:15:58.986Z | Checking bb8 v0.8.6 |
| 2689 | 2026-05-11T15:15:59.134Z | Checking hyper-staticfile v0.10.1 |
| 2690 | 2026-05-11T15:15:59.297Z | Checking async-bb8-diesel v0.2.1 |
| 2691 | 2026-05-11T15:15:59.341Z | Checking camino-tempfile-ext v0.3.3 |
| 2692 | 2026-05-11T15:15:59.373Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2693 | 2026-05-11T15:15:59.443Z | Checking diesel-dtrace v0.5.0 |
| 2694 | 2026-05-11T15:15:59.569Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2695 | 2026-05-11T15:15:59.639Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2696 | 2026-05-11T15:15:59.691Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2697 | 2026-05-11T15:15:59.722Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2698 | 2026-05-11T15:15:59.878Z | Checking signal-hook-tokio v0.3.1 |
| 2699 | 2026-05-11T15:15:59.911Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2700 | 2026-05-11T15:16:00.079Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2701 | 2026-05-11T15:16:00.205Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2702 | 2026-05-11T15:16:00.640Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2703 | 2026-05-11T15:16:01.001Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2704 | 2026-05-11T15:16:01.035Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2705 | 2026-05-11T15:16:01.312Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2706 | 2026-05-11T15:16:01.379Z | Checking nonempty v0.12.0 |
| 2707 | 2026-05-11T15:16:01.573Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2708 | 2026-05-11T15:16:01.577Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2709 | 2026-05-11T15:16:01.639Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2710 | 2026-05-11T15:16:02.007Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2711 | 2026-05-11T15:16:02.041Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2712 | 2026-05-11T15:16:02.413Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2713 | 2026-05-11T15:16:02.449Z | Checking tungstenite v0.23.0 |
| 2714 | 2026-05-11T15:16:02.705Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2715 | 2026-05-11T15:16:02.901Z | Checking tokio-tungstenite v0.23.1 |
| 2716 | 2026-05-11T15:16:03.204Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2717 | 2026-05-11T15:16:03.522Z | Checking rand_seeder v0.4.0 |
| 2718 | 2026-05-11T15:16:03.525Z | Checking void v1.0.2 |
| 2719 | 2026-05-11T15:16:03.590Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2720 | 2026-05-11T15:16:03.694Z | Checking lzss v0.8.2 |
| 2721 | 2026-05-11T15:16:03.726Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2722 | 2026-05-11T15:16:03.880Z | Checking nix v0.27.1 |
| 2723 | 2026-05-11T15:16:03.913Z | Checking serde_bytes v0.11.19 |
| 2724 | 2026-05-11T15:16:03.944Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2725 | 2026-05-11T15:16:03.987Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2726 | 2026-05-11T15:16:04.120Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2727 | 2026-05-11T15:16:04.153Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2728 | 2026-05-11T15:16:04.415Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2729 | 2026-05-11T15:16:04.688Z | Checking is_ci v1.2.0 |
| 2730 | 2026-05-11T15:16:04.822Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2731 | 2026-05-11T15:16:04.882Z | Checking yansi v1.0.1 |
| 2732 | 2026-05-11T15:16:05.071Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2733 | 2026-05-11T15:16:05.170Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2734 | 2026-05-11T15:16:05.291Z | Checking pretty_assertions v1.4.1 |
| 2735 | 2026-05-11T15:16:05.440Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2736 | 2026-05-11T15:16:05.473Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2737 | 2026-05-11T15:16:05.733Z | Compiling darling_core v0.23.0 |
| 2738 | 2026-05-11T15:16:05.811Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2739 | 2026-05-11T15:16:06.536Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2740 | 2026-05-11T15:16:07.018Z | Compiling indoc v2.0.7 |
| 2741 | 2026-05-11T15:16:07.052Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2742 | 2026-05-11T15:16:07.279Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2743 | 2026-05-11T15:16:07.495Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2744 | 2026-05-11T15:16:07.726Z | Compiling instability v0.3.11 |
| 2745 | 2026-05-11T15:16:08.101Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2746 | 2026-05-11T15:16:08.132Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2747 | 2026-05-11T15:16:08.165Z | Compiling libz-sys v1.1.24 |
| 2748 | 2026-05-11T15:16:08.195Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2749 | 2026-05-11T15:16:08.253Z | Compiling darling_macro v0.23.0 |
| 2750 | 2026-05-11T15:16:08.564Z | Checking castaway v0.2.4 |
| 2751 | 2026-05-11T15:16:08.708Z | Checking compact_str v0.8.1 |
| 2752 | 2026-05-11T15:16:08.767Z | Compiling darling v0.23.0 |
| 2753 | 2026-05-11T15:16:09.107Z | Checking supports-color v3.0.2 |
| 2754 | 2026-05-11T15:16:09.269Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2755 | 2026-05-11T15:16:09.500Z | Checking unicode-truncate v1.1.0 |
| 2756 | 2026-05-11T15:16:09.608Z | Checking console v0.16.2 |
| 2757 | 2026-05-11T15:16:09.655Z | Checking lru v0.12.5 |
| 2758 | 2026-05-11T15:16:09.688Z | Checking unit-prefix v0.5.2 |
| 2759 | 2026-05-11T15:16:09.835Z | Checking cassowary v0.3.0 |
| 2760 | 2026-05-11T15:16:09.870Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2761 | 2026-05-11T15:16:09.940Z | Checking indicatif v0.18.4 |
| 2762 | 2026-05-11T15:16:09.971Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2763 | 2026-05-11T15:16:10.070Z | Checking ratatui v0.29.0 |
| 2764 | 2026-05-11T15:16:10.158Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2765 | 2026-05-11T15:16:10.532Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2766 | 2026-05-11T15:16:11.403Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2767 | 2026-05-11T15:16:11.629Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2768 | 2026-05-11T15:16:11.783Z | Compiling vergen-git2 v1.0.7 |
| 2769 | 2026-05-11T15:16:11.821Z | Checking plotters-backend v0.3.7 |
| 2770 | 2026-05-11T15:16:11.896Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2771 | 2026-05-11T15:16:12.039Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2772 | 2026-05-11T15:16:12.072Z | Checking plotters-svg v0.3.7 |
| 2773 | 2026-05-11T15:16:12.114Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2774 | 2026-05-11T15:16:12.238Z | Checking colored v2.2.0 |
| 2775 | 2026-05-11T15:16:12.271Z | Compiling rustls v0.21.12 |
| 2776 | 2026-05-11T15:16:12.465Z | Checking cast v0.3.0 |
| 2777 | 2026-05-11T15:16:12.501Z | Checking shell-words v1.1.1 |
| 2778 | 2026-05-11T15:16:12.662Z | Checking criterion-plot v0.6.0 |
| 2779 | 2026-05-11T15:16:12.729Z | Checking plotters v0.3.7 |
| 2780 | 2026-05-11T15:16:12.849Z | Checking typeid v1.0.3 |
| 2781 | 2026-05-11T15:16:12.918Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2782 | 2026-05-11T15:16:12.982Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2783 | 2026-05-11T15:16:13.206Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2784 | 2026-05-11T15:16:13.431Z | Checking sct v0.7.1 |
| 2785 | 2026-05-11T15:16:13.509Z | Checking rustls-webpki v0.101.7 |
| 2786 | 2026-05-11T15:16:13.597Z | Checking tinytemplate v1.2.1 |
| 2787 | 2026-05-11T15:16:13.837Z | Compiling nix v0.29.0 |
| 2788 | 2026-05-11T15:16:13.868Z | Compiling dropshot v0.16.7 |
| 2789 | 2026-05-11T15:16:13.901Z | Checking oorandom v11.1.5 |
| 2790 | 2026-05-11T15:16:14.046Z | Checking hex-literal v0.4.1 |
| 2791 | 2026-05-11T15:16:14.096Z | Checking anes v0.1.6 |
| 2792 | 2026-05-11T15:16:14.307Z | Checking criterion v0.7.0 |
| 2793 | 2026-05-11T15:16:14.339Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2794 | 2026-05-11T15:16:15.616Z | Checking erased-serde v0.4.9 |
| 2795 | 2026-05-11T15:16:15.650Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2796 | 2026-05-11T15:16:16.002Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2797 | 2026-05-11T15:16:16.811Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2798 | 2026-05-11T15:16:17.612Z | Checking toml v0.9.12+spec-1.1.0 |
| 2799 | 2026-05-11T15:16:18.220Z | Checking ordered-float v2.10.1 |
| 2800 | 2026-05-11T15:16:18.479Z | Compiling dropshot_endpoint v0.16.7 |
| 2801 | 2026-05-11T15:16:18.612Z | Checking serde-value v0.7.0 |
| 2802 | 2026-05-11T15:16:18.849Z | Checking serde-untagged v0.1.9 |
| 2803 | 2026-05-11T15:16:19.075Z | Checking tokio-rustls v0.24.1 |
| 2804 | 2026-05-11T15:16:19.560Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2805 | 2026-05-11T15:16:20.405Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2806 | 2026-05-11T15:16:20.540Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2807 | 2026-05-11T15:16:20.630Z | Checking rustls-pemfile v1.0.4 |
| 2808 | 2026-05-11T15:16:20.718Z | Checking twox-hash v2.1.2 |
| 2809 | 2026-05-11T15:16:20.797Z | Checking unicode-xid v0.2.6 |
| 2810 | 2026-05-11T15:16:20.941Z | Checking cargo-util-schemas v0.8.2 |
| 2811 | 2026-05-11T15:16:21.052Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2812 | 2026-05-11T15:16:21.879Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2813 | 2026-05-11T15:16:22.150Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2814 | 2026-05-11T15:16:22.204Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2815 | 2026-05-11T15:16:22.368Z | Checking fatfs v0.3.6 |
| 2816 | 2026-05-11T15:16:22.401Z | Checking cargo-platform v0.2.0 |
| 2817 | 2026-05-11T15:16:22.610Z | Compiling petname v2.0.2 |
| 2818 | 2026-05-11T15:16:22.841Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2819 | 2026-05-11T15:16:22.875Z | Compiling seq-macro v0.3.6 |
| 2820 | 2026-05-11T15:16:23.272Z | Checking cargo_metadata v0.21.0 |
| 2821 | 2026-05-11T15:16:23.393Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2822 | 2026-05-11T15:16:24.026Z | Checking concurrent-queue v2.5.0 |
| 2823 | 2026-05-11T15:16:24.127Z | Checking rtoolbox v0.0.3 |
| 2824 | 2026-05-11T15:16:24.240Z | Checking parking v2.2.1 |
| 2825 | 2026-05-11T15:16:24.290Z | Checking rpassword v7.4.0 |
| 2826 | 2026-05-11T15:16:24.391Z | Checking event-listener v5.4.1 |
| 2827 | 2026-05-11T15:16:24.637Z | Checking tui-tree-widget v0.23.1 |
| 2828 | 2026-05-11T15:16:24.840Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2829 | 2026-05-11T15:16:24.872Z | Checking polyval v0.6.2 |
| 2830 | 2026-05-11T15:16:25.030Z | Checking sapling-renderdag v0.1.0 |
| 2831 | 2026-05-11T15:16:25.070Z | Checking sync-ptr v0.1.4 |
| 2832 | 2026-05-11T15:16:25.221Z | Checking ghash v0.5.1 |
| 2833 | 2026-05-11T15:16:25.333Z | Checking event-listener-strategy v0.5.4 |
| 2834 | 2026-05-11T15:16:25.373Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2835 | 2026-05-11T15:16:25.501Z | Checking ctr v0.9.2 |
| 2836 | 2026-05-11T15:16:25.595Z | Checking futures-timer v3.0.3 |
| 2837 | 2026-05-11T15:16:25.700Z | Checking arrayvec v0.7.6 |
| 2838 | 2026-05-11T15:16:25.804Z | Checking arrayref v0.3.9 |
| 2839 | 2026-05-11T15:16:25.841Z | Compiling samael v0.0.19 |
| 2840 | 2026-05-11T15:16:25.909Z | Checking constant_time_eq v0.4.2 |
| 2841 | 2026-05-11T15:16:25.940Z | Checking aes-gcm v0.10.3 |
| 2842 | 2026-05-11T15:16:25.974Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2843 | 2026-05-11T15:16:26.118Z | Checking async-lock v3.4.2 |
| 2844 | 2026-05-11T15:16:26.149Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2845 | 2026-05-11T15:16:26.530Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2846 | 2026-05-11T15:16:27.146Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2847 | 2026-05-11T15:16:27.212Z | Checking ssh-encoding v0.2.0 |
| 2848 | 2026-05-11T15:16:27.430Z | Checking blowfish v0.9.1 |
| 2849 | 2026-05-11T15:16:27.609Z | Checking bcrypt-pbkdf v0.10.0 |
| 2850 | 2026-05-11T15:16:27.804Z | Checking ssh-cipher v0.2.0 |
| 2851 | 2026-05-11T15:16:28.010Z | Checking async-object-pool v0.2.0 |
| 2852 | 2026-05-11T15:16:28.152Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2853 | 2026-05-11T15:16:28.348Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2854 | 2026-05-11T15:16:28.482Z | Checking serde_regex v1.1.0 |
| 2855 | 2026-05-11T15:16:28.635Z | Checking password-hash v0.4.2 |
| 2856 | 2026-05-11T15:16:28.667Z | Checking assert-json-diff v2.0.2 |
| 2857 | 2026-05-11T15:16:28.858Z | Checking path-tree v0.8.3 |
| 2858 | 2026-05-11T15:16:28.889Z | Checking gimli v0.32.3 |
| 2859 | 2026-05-11T15:16:28.992Z | Compiling target-lexicon v0.13.3 |
| 2860 | 2026-05-11T15:16:29.073Z | Checking stringmetrics v2.2.2 |
| 2861 | 2026-05-11T15:16:29.254Z | Checking httpmock v0.8.3 |
| 2862 | 2026-05-11T15:16:29.563Z | Checking pbkdf2 v0.11.0 |
| 2863 | 2026-05-11T15:16:29.768Z | Checking ssh-key v0.6.7 |
| 2864 | 2026-05-11T15:16:30.452Z | Checking addr2line v0.25.1 |
| 2865 | 2026-05-11T15:16:30.747Z | Checking p521 v0.13.3 |
| 2866 | 2026-05-11T15:16:30.914Z | Checking p256 v0.13.2 |
| 2867 | 2026-05-11T15:16:31.195Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2868 | 2026-05-11T15:16:31.361Z | Checking russh-cryptovec v0.7.3 |
| 2869 | 2026-05-11T15:16:31.422Z | Checking rustc-demangle v0.1.27 |
| 2870 | 2026-05-11T15:16:31.461Z | Compiling guppy-workspace-hack v0.1.0 |
| 2871 | 2026-05-11T15:16:31.525Z | Checking md5 v0.7.0 |
| 2872 | 2026-05-11T15:16:31.704Z | Checking backtrace v0.3.76 |
| 2873 | 2026-05-11T15:16:31.737Z | Checking russh-keys v0.45.0 |
| 2874 | 2026-05-11T15:16:32.027Z | Checking num-bigint v0.4.6 |
| 2875 | 2026-05-11T15:16:32.060Z | Checking des v0.8.1 |
| 2876 | 2026-05-11T15:16:32.402Z | Compiling blake3 v1.8.3 |
| 2877 | 2026-05-11T15:16:32.436Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2878 | 2026-05-11T15:16:32.467Z | Compiling target-spec v3.5.7 |
| 2879 | 2026-05-11T15:16:32.874Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2880 | 2026-05-11T15:16:32.969Z | Checking backtrace-ext v0.2.1 |
| 2881 | 2026-05-11T15:16:33.002Z | Checking russh v0.45.0 |
| 2882 | 2026-05-11T15:16:33.113Z | Checking cfg-expr v0.20.6 |
| 2883 | 2026-05-11T15:16:33.410Z | Checking supports-color v2.1.0 |
| 2884 | 2026-05-11T15:16:33.515Z | Checking textwrap v0.15.2 |
| 2885 | 2026-05-11T15:16:33.545Z | Checking supports-unicode v2.1.0 |
| 2886 | 2026-05-11T15:16:33.577Z | Checking supports-hyperlinks v2.1.0 |
| 2887 | 2026-05-11T15:16:33.691Z | Checking hashbrown v0.14.5 |
| 2888 | 2026-05-11T15:16:33.723Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2889 | 2026-05-11T15:16:33.752Z | Checking cargo-platform v0.3.2 |
| 2890 | 2026-05-11T15:16:33.946Z | Checking socket2 v0.5.10 |
| 2891 | 2026-05-11T15:16:33.977Z | Checking terminal_size v0.1.17 |
| 2892 | 2026-05-11T15:16:34.114Z | Compiling miette-derive v5.10.0 |
| 2893 | 2026-05-11T15:16:34.191Z | Checking owo-colors v3.5.0 |
| 2894 | 2026-05-11T15:16:34.226Z | Checking internet-checksum v0.2.1 |
| 2895 | 2026-05-11T15:16:34.376Z | Checking chumsky v0.9.3 |
| 2896 | 2026-05-11T15:16:34.734Z | Checking cargo_metadata v0.23.1 |
| 2897 | 2026-05-11T15:16:35.266Z | Checking miette v5.10.0 |
| 2898 | 2026-05-11T15:16:35.469Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2899 | 2026-05-11T15:16:35.525Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2900 | 2026-05-11T15:16:35.684Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2901 | 2026-05-11T15:16:35.770Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2902 | 2026-05-11T15:16:35.978Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2903 | 2026-05-11T15:16:36.014Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2904 | 2026-05-11T15:16:36.256Z | Compiling knuffel-derive v3.2.0 |
| 2905 | 2026-05-11T15:16:36.320Z | Checking httptest v0.16.4 |
| 2906 | 2026-05-11T15:16:36.446Z | Checking pathdiff v0.2.3 |
| 2907 | 2026-05-11T15:16:36.586Z | Checking topological-sort v0.2.2 |
| 2908 | 2026-05-11T15:16:36.714Z | Checking nested v0.1.1 |
| 2909 | 2026-05-11T15:16:36.752Z | Checking omicron-zone-package v0.12.2 |
| 2910 | 2026-05-11T15:16:36.870Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2911 | 2026-05-11T15:16:36.904Z | Checking guppy v0.17.25 |
| 2912 | 2026-05-11T15:16:37.113Z | Checking similar-asserts v1.7.0 |
| 2913 | 2026-05-11T15:16:37.297Z | Compiling target-triple v1.0.0 |
| 2914 | 2026-05-11T15:16:37.611Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2915 | 2026-05-11T15:16:37.705Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2916 | 2026-05-11T15:16:37.751Z | Compiling git2 v0.20.4 |
| 2917 | 2026-05-11T15:16:37.784Z | Checking knuffel v3.2.0 |
| 2918 | 2026-05-11T15:16:37.816Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2919 | 2026-05-11T15:16:37.864Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2920 | 2026-05-11T15:16:38.090Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2921 | 2026-05-11T15:16:38.391Z | Checking hickory-client v0.25.2 |
| 2922 | 2026-05-11T15:16:38.699Z | Checking tokio-test v0.4.5 |
| 2923 | 2026-05-11T15:16:38.732Z | Checking escape8259 v0.5.3 |
| 2924 | 2026-05-11T15:16:38.894Z | Compiling assert_cmd v2.1.2 |
| 2925 | 2026-05-11T15:16:38.935Z | Checking libtest-mimic v0.8.1 |
| 2926 | 2026-05-11T15:16:39.276Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2927 | 2026-05-11T15:16:39.358Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2928 | 2026-05-11T15:16:39.411Z | Checking blake2b_simd v1.0.4 |
| 2929 | 2026-05-11T15:16:39.489Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2930 | 2026-05-11T15:16:39.831Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2931 | 2026-05-11T15:16:40.059Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2932 | 2026-05-11T15:16:40.257Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2933 | 2026-05-11T15:16:40.489Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2934 | 2026-05-11T15:16:40.541Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2935 | 2026-05-11T15:16:40.718Z | Checking fancy-regex v0.14.0 |
| 2936 | 2026-05-11T15:16:40.767Z | Compiling polar-core v0.27.3 |
| 2937 | 2026-05-11T15:16:40.835Z | Checking serde_tokenstream v0.2.3 |
| 2938 | 2026-05-11T15:16:40.994Z | Checking approx v0.5.1 |
| 2939 | 2026-05-11T15:16:41.073Z | Compiling rstest_macros v0.25.0 |
| 2940 | 2026-05-11T15:16:41.105Z | Checking uzers v0.12.2 |
| 2941 | 2026-05-11T15:16:41.135Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2942 | 2026-05-11T15:16:41.168Z | Compiling linkme-impl v0.3.35 |
| 2943 | 2026-05-11T15:16:41.350Z | Checking constant_time_eq v0.3.1 |
| 2944 | 2026-05-11T15:16:41.384Z | Checking termcolor v1.4.1 |
| 2945 | 2026-05-11T15:16:41.492Z | Checking rust-argon2 v2.1.0 |
| 2946 | 2026-05-11T15:16:41.620Z | Checking trybuild v1.0.116 |
| 2947 | 2026-05-11T15:16:41.683Z | Checking datatest-stable v0.3.3 |
| 2948 | 2026-05-11T15:16:42.091Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2949 | 2026-05-11T15:16:42.208Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2950 | 2026-05-11T15:16:42.374Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2951 | 2026-05-11T15:16:42.439Z | Checking support-bundle-viewer v0.1.2 |
| 2952 | 2026-05-11T15:16:42.709Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2953 | 2026-05-11T15:16:42.931Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2954 | 2026-05-11T15:16:43.020Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2955 | 2026-05-11T15:16:43.158Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2956 | 2026-05-11T15:16:43.248Z | Checking drift v0.1.4 |
| 2957 | 2026-05-11T15:16:43.386Z | Checking rand_distr v0.5.1 |
| 2958 | 2026-05-11T15:16:43.602Z | Checking multimap v0.10.1 |
| 2959 | 2026-05-11T15:16:43.806Z | Compiling relative-path v1.9.3 |
| 2960 | 2026-05-11T15:16:43.845Z | Compiling linkme v0.3.35 |
| 2961 | 2026-05-11T15:16:44.219Z | Checking dropshot-api-manager v0.7.1 |
| 2962 | 2026-05-11T15:16:45.550Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2963 | 2026-05-11T15:16:45.732Z | Checking oso v0.27.3 |
| 2964 | 2026-05-11T15:16:45.956Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2965 | 2026-05-11T15:16:46.102Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2966 | 2026-05-11T15:16:46.138Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2967 | 2026-05-11T15:16:46.389Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2968 | 2026-05-11T15:16:46.632Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2969 | 2026-05-11T15:16:46.699Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2970 | 2026-05-11T15:16:46.733Z | Checking partial-io v0.5.4 |
| 2971 | 2026-05-11T15:16:46.764Z | Checking cargo_toml v0.21.0 |
| 2972 | 2026-05-11T15:16:46.971Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2973 | 2026-05-11T15:16:47.042Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2974 | 2026-05-11T15:16:47.174Z | Checking termios v0.3.3 |
| 2975 | 2026-05-11T15:16:47.336Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2976 | 2026-05-11T15:16:47.621Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2977 | 2026-05-11T15:16:47.673Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2978 | 2026-05-11T15:16:47.968Z | Checking rstest v0.25.0 |
| 2979 | 2026-05-11T15:16:49.038Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2980 | 2026-05-11T15:16:52.228Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2981 | 2026-05-11T15:16:55.993Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2982 | 2026-05-11T15:16:56.502Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2983 | 2026-05-11T15:16:59.594Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2984 | 2026-05-11T15:17:03.150Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2985 | 2026-05-11T15:17:08.760Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2986 | 2026-05-11T15:17:11.810Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2987 | 2026-05-11T15:17:12.855Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2988 | 2026-05-11T15:17:13.370Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2989 | 2026-05-11T15:17:13.429Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2990 | 2026-05-11T15:17:22.963Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2991 | 2026-05-11T15:18:36.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 58s |
| 2992 | 2026-05-11T15:18:36.977Z | |
| 2993 | 2026-05-11T15:18:36.978Z | real 4:02.247603954 |
| 2994 | 2026-05-11T15:18:36.978Z | user 20:35.933065476 |
| 2995 | 2026-05-11T15:18:36.978Z | sys 4:45.971635400 |
| 2996 | 2026-05-11T15:18:36.978Z | trap 0.496275369 |
| 2997 | 2026-05-11T15:18:36.978Z | tflt 0.535444904 |
| 2998 | 2026-05-11T15:18:36.978Z | dflt 0.398349974 |
| 2999 | 2026-05-11T15:18:36.978Z | kflt 0.005371116 |
| 3000 | 2026-05-11T15:18:36.978Z | lock 56:48.108678451 |
| 3001 | 2026-05-11T15:18:36.978Z | slp 56:43.381211617 |
| 3002 | 2026-05-11T15:18:36.978Z | lat 1:48.617261834 |
| 3003 | 2026-05-11T15:18:36.978Z | stop 10:32.397180975 |
| 3004 | 2026-05-11T15:18:36.981Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3005 | 2026-05-11T15:18:36.981Z | + ptime -m cargo doc --workspace --no-deps |
| 3006 | 2026-05-11T15:18:37.832Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3007 | 2026-05-11T15:18:37.832Z | | |
| 3008 | 2026-05-11T15:18:37.832Z | = 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)` |
| 3009 | 2026-05-11T15:18:37.832Z | = 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> |
| 3010 | 2026-05-11T15:18:38.779Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3011 | 2026-05-11T15:18:39.006Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3012 | 2026-05-11T15:18:39.049Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3013 | 2026-05-11T15:18:39.113Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3014 | 2026-05-11T15:18:39.228Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3015 | 2026-05-11T15:18:39.250Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3016 | 2026-05-11T15:18:39.295Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3017 | 2026-05-11T15:18:39.319Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3018 | 2026-05-11T15:18:39.367Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3019 | 2026-05-11T15:18:39.515Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3020 | 2026-05-11T15:18:39.566Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3021 | 2026-05-11T15:18:39.588Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3022 | 2026-05-11T15:18:39.652Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3023 | 2026-05-11T15:18:39.672Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3024 | 2026-05-11T15:18:39.693Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3025 | 2026-05-11T15:18:39.715Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3026 | 2026-05-11T15:18:39.774Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3027 | 2026-05-11T15:18:39.815Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3028 | 2026-05-11T15:18:39.838Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3029 | 2026-05-11T15:18:39.859Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3030 | 2026-05-11T15:18:40.215Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3031 | 2026-05-11T15:18:40.282Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3032 | 2026-05-11T15:18:40.390Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3033 | 2026-05-11T15:18:40.422Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3034 | 2026-05-11T15:18:40.469Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3035 | 2026-05-11T15:18:40.535Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3036 | 2026-05-11T15:18:40.568Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3037 | 2026-05-11T15:18:40.726Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3038 | 2026-05-11T15:18:40.769Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3039 | 2026-05-11T15:18:40.799Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3040 | 2026-05-11T15:18:40.888Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3041 | 2026-05-11T15:18:41.061Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3042 | 2026-05-11T15:18:41.147Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3043 | 2026-05-11T15:18:41.240Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3044 | 2026-05-11T15:18:41.370Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3045 | 2026-05-11T15:18:41.396Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3046 | 2026-05-11T15:18:41.433Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3047 | 2026-05-11T15:18:41.595Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3048 | 2026-05-11T15:18:41.618Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3049 | 2026-05-11T15:18:41.848Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3050 | 2026-05-11T15:18:41.908Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3051 | 2026-05-11T15:18:42.124Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3052 | 2026-05-11T15:18:42.155Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3053 | 2026-05-11T15:18:42.179Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3054 | 2026-05-11T15:18:42.294Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3055 | 2026-05-11T15:18:42.425Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3056 | 2026-05-11T15:18:42.463Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3057 | 2026-05-11T15:18:42.463Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3058 | 2026-05-11T15:18:42.536Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3059 | 2026-05-11T15:18:42.653Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3060 | 2026-05-11T15:18:42.675Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3061 | 2026-05-11T15:18:42.724Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3062 | 2026-05-11T15:18:42.745Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3063 | 2026-05-11T15:18:42.970Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3064 | 2026-05-11T15:18:42.970Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3065 | 2026-05-11T15:18:43.013Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3066 | 2026-05-11T15:18:43.016Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3067 | 2026-05-11T15:18:43.195Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3068 | 2026-05-11T15:18:43.238Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3069 | 2026-05-11T15:18:43.261Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3070 | 2026-05-11T15:18:43.264Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3071 | 2026-05-11T15:18:43.415Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3072 | 2026-05-11T15:18:43.439Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3073 | 2026-05-11T15:18:44.046Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3074 | 2026-05-11T15:18:44.487Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3075 | 2026-05-11T15:18:44.666Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3076 | 2026-05-11T15:18:44.905Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3077 | 2026-05-11T15:18:44.927Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3078 | 2026-05-11T15:18:44.951Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3079 | 2026-05-11T15:18:45.158Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3080 | 2026-05-11T15:18:45.277Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3081 | 2026-05-11T15:18:45.280Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3082 | 2026-05-11T15:18:45.414Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3083 | 2026-05-11T15:18:45.675Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3084 | 2026-05-11T15:18:45.896Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3085 | 2026-05-11T15:18:46.030Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3086 | 2026-05-11T15:18:46.359Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3087 | 2026-05-11T15:18:46.524Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3088 | 2026-05-11T15:18:46.826Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3089 | 2026-05-11T15:18:47.121Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3090 | 2026-05-11T15:18:47.240Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3091 | 2026-05-11T15:18:47.798Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3092 | 2026-05-11T15:18:47.836Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3093 | 2026-05-11T15:18:48.326Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3094 | 2026-05-11T15:18:48.534Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3095 | 2026-05-11T15:18:48.702Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3096 | 2026-05-11T15:18:48.920Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3097 | 2026-05-11T15:18:48.954Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3098 | 2026-05-11T15:18:49.230Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3099 | 2026-05-11T15:18:49.252Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3100 | 2026-05-11T15:18:49.274Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3101 | 2026-05-11T15:18:49.490Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3102 | 2026-05-11T15:18:49.554Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3103 | 2026-05-11T15:18:49.583Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3104 | 2026-05-11T15:18:49.757Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3105 | 2026-05-11T15:18:49.784Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3106 | 2026-05-11T15:18:49.806Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3107 | 2026-05-11T15:18:49.867Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3108 | 2026-05-11T15:18:49.956Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3109 | 2026-05-11T15:18:50.034Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3110 | 2026-05-11T15:18:50.065Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3111 | 2026-05-11T15:18:50.104Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3112 | 2026-05-11T15:18:50.158Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3113 | 2026-05-11T15:18:50.180Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3114 | 2026-05-11T15:18:50.261Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3115 | 2026-05-11T15:18:50.305Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3116 | 2026-05-11T15:18:50.353Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3117 | 2026-05-11T15:18:50.690Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3118 | 2026-05-11T15:18:50.883Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3119 | 2026-05-11T15:18:51.091Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3120 | 2026-05-11T15:18:51.490Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3121 | 2026-05-11T15:18:51.924Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3122 | 2026-05-11T15:18:52.229Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3123 | 2026-05-11T15:18:52.318Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3124 | 2026-05-11T15:18:52.536Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3125 | 2026-05-11T15:18:52.580Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3126 | 2026-05-11T15:18:52.715Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3127 | 2026-05-11T15:18:53.091Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3128 | 2026-05-11T15:18:53.381Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3129 | 2026-05-11T15:18:53.462Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3130 | 2026-05-11T15:18:53.636Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3131 | 2026-05-11T15:18:54.352Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3132 | 2026-05-11T15:18:54.525Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3133 | 2026-05-11T15:18:54.809Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3134 | 2026-05-11T15:18:54.841Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3135 | 2026-05-11T15:18:54.910Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3136 | 2026-05-11T15:18:55.554Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3137 | 2026-05-11T15:18:55.972Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3138 | 2026-05-11T15:18:56.306Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3139 | 2026-05-11T15:18:56.892Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3140 | 2026-05-11T15:18:57.184Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3141 | 2026-05-11T15:18:57.280Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3142 | 2026-05-11T15:18:58.004Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3143 | 2026-05-11T15:18:58.318Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3144 | 2026-05-11T15:18:58.414Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3145 | 2026-05-11T15:18:58.993Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3146 | 2026-05-11T15:18:59.144Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3147 | 2026-05-11T15:18:59.214Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3148 | 2026-05-11T15:18:59.359Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3149 | 2026-05-11T15:18:59.472Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3150 | 2026-05-11T15:18:59.727Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3151 | 2026-05-11T15:19:00.308Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3152 | 2026-05-11T15:19:00.648Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3153 | 2026-05-11T15:19:00.673Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3154 | 2026-05-11T15:19:00.786Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3155 | 2026-05-11T15:19:00.967Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3156 | 2026-05-11T15:19:01.064Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3157 | 2026-05-11T15:19:01.223Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3158 | 2026-05-11T15:19:01.280Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3159 | 2026-05-11T15:19:01.430Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3160 | 2026-05-11T15:19:01.814Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3161 | 2026-05-11T15:19:03.031Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3162 | 2026-05-11T15:19:03.347Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3163 | 2026-05-11T15:19:05.636Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3164 | 2026-05-11T15:19:06.403Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3165 | 2026-05-11T15:19:06.552Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3166 | 2026-05-11T15:19:06.758Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3167 | 2026-05-11T15:19:06.833Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3168 | 2026-05-11T15:19:07.562Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3169 | 2026-05-11T15:19:07.787Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3170 | 2026-05-11T15:19:07.863Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3171 | 2026-05-11T15:19:08.435Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3172 | 2026-05-11T15:19:08.438Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3173 | 2026-05-11T15:19:08.772Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3174 | 2026-05-11T15:19:09.301Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3175 | 2026-05-11T15:19:09.367Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3176 | 2026-05-11T15:19:09.395Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3177 | 2026-05-11T15:19:09.599Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3178 | 2026-05-11T15:19:09.932Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3179 | 2026-05-11T15:19:10.069Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3180 | 2026-05-11T15:19:10.674Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3181 | 2026-05-11T15:19:10.843Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3182 | 2026-05-11T15:19:11.006Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3183 | 2026-05-11T15:19:11.386Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3184 | 2026-05-11T15:19:11.437Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3185 | 2026-05-11T15:19:12.124Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3186 | 2026-05-11T15:19:12.147Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3187 | 2026-05-11T15:19:12.337Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3188 | 2026-05-11T15:19:12.836Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3189 | 2026-05-11T15:19:13.462Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3190 | 2026-05-11T15:19:13.795Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3191 | 2026-05-11T15:19:15.150Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3192 | 2026-05-11T15:19:15.296Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3193 | 2026-05-11T15:19:16.003Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3194 | 2026-05-11T15:19:17.456Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3195 | 2026-05-11T15:19:18.080Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3196 | 2026-05-11T15:19:19.688Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3197 | 2026-05-11T15:19:19.893Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3198 | 2026-05-11T15:19:20.516Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3199 | 2026-05-11T15:19:21.860Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3200 | 2026-05-11T15:19:22.859Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3201 | 2026-05-11T15:19:24.852Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3202 | 2026-05-11T15:19:25.269Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3203 | 2026-05-11T15:19:26.116Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3204 | 2026-05-11T15:19:26.373Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3205 | 2026-05-11T15:19:26.879Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3206 | 2026-05-11T15:19:27.550Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3207 | 2026-05-11T15:19:28.848Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3208 | 2026-05-11T15:19:29.268Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3209 | 2026-05-11T15:19:29.687Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3210 | 2026-05-11T15:19:30.406Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3211 | 2026-05-11T15:19:31.495Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3212 | 2026-05-11T15:19:35.382Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3213 | 2026-05-11T15:19:35.739Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3214 | 2026-05-11T15:19:36.317Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3215 | 2026-05-11T15:19:36.946Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3216 | 2026-05-11T15:19:37.876Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3217 | 2026-05-11T15:19:38.853Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3218 | 2026-05-11T15:19:39.835Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3219 | 2026-05-11T15:19:40.947Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3220 | 2026-05-11T15:19:41.531Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3221 | 2026-05-11T15:19:42.539Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3222 | 2026-05-11T15:19:43.029Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3223 | 2026-05-11T15:19:43.237Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3224 | 2026-05-11T15:19:43.921Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3225 | 2026-05-11T15:19:44.643Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3226 | 2026-05-11T15:19:47.108Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3227 | 2026-05-11T15:19:47.809Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3228 | 2026-05-11T15:19:48.725Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3229 | 2026-05-11T15:19:49.882Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3230 | 2026-05-11T15:19:51.172Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3231 | 2026-05-11T15:19:51.953Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3232 | 2026-05-11T15:19:52.703Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3233 | 2026-05-11T15:19:55.073Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3234 | 2026-05-11T15:19:55.549Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3235 | 2026-05-11T15:19:56.445Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3236 | 2026-05-11T15:19:57.363Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3237 | 2026-05-11T15:19:58.782Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3238 | 2026-05-11T15:20:00.137Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3239 | 2026-05-11T15:20:02.167Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3240 | 2026-05-11T15:20:02.799Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3241 | 2026-05-11T15:20:04.374Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3242 | 2026-05-11T15:20:05.707Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3243 | 2026-05-11T15:20:07.219Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3244 | 2026-05-11T15:20:08.901Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3245 | 2026-05-11T15:20:10.266Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3246 | 2026-05-11T15:20:11.712Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3247 | 2026-05-11T15:20:13.331Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3248 | 2026-05-11T15:20:14.891Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3249 | 2026-05-11T15:20:18.686Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3250 | 2026-05-11T15:20:19.395Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3251 | 2026-05-11T15:20:20.486Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3252 | 2026-05-11T15:20:21.055Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3253 | 2026-05-11T15:20:22.697Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3254 | 2026-05-11T15:20:24.312Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3255 | 2026-05-11T15:20:26.263Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3256 | 2026-05-11T15:20:28.013Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3257 | 2026-05-11T15:20:29.643Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3258 | 2026-05-11T15:20:31.236Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3259 | 2026-05-11T15:20:33.230Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3260 | 2026-05-11T15:20:34.636Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3261 | 2026-05-11T15:20:36.264Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3262 | 2026-05-11T15:20:37.933Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3263 | 2026-05-11T15:20:39.597Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3264 | 2026-05-11T15:20:41.135Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3265 | 2026-05-11T15:20:42.954Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3266 | 2026-05-11T15:20:44.635Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3267 | 2026-05-11T15:20:46.293Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3268 | 2026-05-11T15:20:47.946Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3269 | 2026-05-11T15:20:49.782Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3270 | 2026-05-11T15:20:51.469Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3271 | 2026-05-11T15:20:53.299Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3272 | 2026-05-11T15:20:55.328Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3273 | 2026-05-11T15:20:57.403Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3274 | 2026-05-11T15:20:59.313Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3275 | 2026-05-11T15:21:01.097Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3276 | 2026-05-11T15:21:03.681Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3277 | 2026-05-11T15:21:05.289Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3278 | 2026-05-11T15:21:08.618Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3279 | 2026-05-11T15:21:09.628Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3280 | 2026-05-11T15:21:11.839Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3281 | 2026-05-11T15:21:14.010Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3282 | 2026-05-11T15:21:16.136Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3283 | 2026-05-11T15:21:18.295Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3284 | 2026-05-11T15:21:20.452Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3285 | 2026-05-11T15:21:22.596Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3286 | 2026-05-11T15:21:24.710Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3287 | 2026-05-11T15:21:27.110Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3288 | 2026-05-11T15:21:28.911Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3289 | 2026-05-11T15:21:31.469Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3290 | 2026-05-11T15:21:33.218Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3291 | 2026-05-11T15:21:35.403Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3292 | 2026-05-11T15:21:37.506Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3293 | 2026-05-11T15:21:39.765Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3294 | 2026-05-11T15:21:41.830Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3295 | 2026-05-11T15:21:44.133Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3296 | 2026-05-11T15:21:46.304Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3297 | 2026-05-11T15:21:48.540Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3298 | 2026-05-11T15:21:50.756Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3299 | 2026-05-11T15:21:53.021Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3300 | 2026-05-11T15:21:55.259Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3301 | 2026-05-11T15:21:57.387Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3302 | 2026-05-11T15:21:59.762Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3303 | 2026-05-11T15:22:01.826Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3304 | 2026-05-11T15:22:04.180Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3305 | 2026-05-11T15:22:06.895Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3306 | 2026-05-11T15:22:09.012Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3307 | 2026-05-11T15:22:11.400Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3308 | 2026-05-11T15:22:13.838Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3309 | 2026-05-11T15:22:16.126Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3310 | 2026-05-11T15:22:18.571Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3311 | 2026-05-11T15:22:20.925Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3312 | 2026-05-11T15:22:23.313Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3313 | 2026-05-11T15:22:25.788Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3314 | 2026-05-11T15:22:28.231Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3315 | 2026-05-11T15:22:30.573Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3316 | 2026-05-11T15:22:32.976Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3317 | 2026-05-11T15:22:35.377Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3318 | 2026-05-11T15:22:37.827Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3319 | 2026-05-11T15:22:40.365Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3320 | 2026-05-11T15:22:42.982Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3321 | 2026-05-11T15:22:45.402Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3322 | 2026-05-11T15:22:47.849Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3323 | 2026-05-11T15:22:50.266Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3324 | 2026-05-11T15:22:52.789Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3325 | 2026-05-11T15:22:55.321Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3326 | 2026-05-11T15:22:58.173Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3327 | 2026-05-11T15:23:00.483Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3328 | 2026-05-11T15:23:02.998Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3329 | 2026-05-11T15:23:10.308Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3330 | 2026-05-11T15:23:10.628Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3331 | 2026-05-11T15:23:13.701Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3332 | 2026-05-11T15:23:18.288Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3333 | 2026-05-11T15:23:21.129Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3334 | 2026-05-11T15:23:24.651Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3335 | 2026-05-11T15:23:28.124Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3336 | 2026-05-11T15:23:31.730Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3337 | 2026-05-11T15:23:35.318Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3338 | 2026-05-11T15:23:39.003Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3339 | 2026-05-11T15:23:42.483Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3340 | 2026-05-11T15:23:46.034Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3341 | 2026-05-11T15:23:49.616Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3342 | 2026-05-11T15:23:53.211Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3343 | 2026-05-11T15:23:56.886Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3344 | 2026-05-11T15:24:00.373Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3345 | 2026-05-11T15:24:04.021Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3346 | 2026-05-11T15:24:07.539Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3347 | 2026-05-11T15:24:11.070Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3348 | 2026-05-11T15:24:14.624Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3349 | 2026-05-11T15:24:18.280Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3350 | 2026-05-11T15:24:21.876Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3351 | 2026-05-11T15:24:25.460Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3352 | 2026-05-11T15:24:28.990Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3353 | 2026-05-11T15:24:32.547Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3354 | 2026-05-11T15:25:01.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 24s |
| 3355 | 2026-05-11T15:25:01.584Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 194 other files |
| 3356 | 2026-05-11T15:25:01.685Z | |
| 3357 | 2026-05-11T15:25:01.685Z | real 6:24.623729136 |
| 3358 | 2026-05-11T15:25:01.685Z | user 17:18.935354007 |
| 3359 | 2026-05-11T15:25:01.685Z | sys 3:39.335757882 |
| 3360 | 2026-05-11T15:25:01.685Z | trap 0.255301276 |
| 3361 | 2026-05-11T15:25:01.685Z | tflt 0.040825234 |
| 3362 | 2026-05-11T15:25:01.685Z | dflt 0.017527343 |
| 3363 | 2026-05-11T15:25:01.685Z | kflt 0.000017150 |
| 3364 | 2026-05-11T15:25:01.685Z | lock 5:53:06.628356618 |
| 3365 | 2026-05-11T15:25:01.685Z | slp 2:08:55.309821564 |
| 3366 | 2026-05-11T15:25:01.685Z | lat 35.031935901 |
| 3367 | 2026-05-11T15:25:01.688Z | stop 1:35.207287755 |
| 3368 | 2026-05-11T15:25:01.688Z | process exited: duration 758410 ms, exit code 0 |
| |
| 3369 | 2026-05-11T15:25:01.694Z | found 0 output files |