|
|
|
| 1 | 2026-06-13T03:09:49.492Z | job assigned to worker 01KTZF8FN5PSAWP7E2GY26J7RK [factory aws, i-02548ac9f4c26576b] (queued for 56 s) |
| |
| 2 | 2026-06-13T03:09:56.014Z | starting task 0: "setup" |
| 3 | 2026-06-13T03:09:56.018Z | ++ uname -s |
| 4 | 2026-06-13T03:09:56.021Z | + kern=SunOS |
| 5 | 2026-06-13T03:09:56.021Z | + build_user=build |
| 6 | 2026-06-13T03:09:56.021Z | + build_uid=12345 |
| 7 | 2026-06-13T03:09:56.021Z | + work_dir=/work |
| 8 | 2026-06-13T03:09:56.021Z | + input_dir=/input |
| 9 | 2026-06-13T03:09:56.021Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-13T03:09:56.021Z | + case "$kern" in |
| 11 | 2026-06-13T03:09:56.021Z | + groupadd -g 12345 build |
| 12 | 2026-06-13T03:09:56.024Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-13T03:09:58.028Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-13T03:09:58.133Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-13T03:09:58.136Z | + home_fs=zfs |
| 16 | 2026-06-13T03:09:58.137Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-13T03:09:58.137Z | + mkdir -p /home/build |
| 18 | 2026-06-13T03:09:58.137Z | + chown build:build /home/build /work |
| 19 | 2026-06-13T03:10:00.137Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-13T03:10:00.140Z | process exited: duration 4128 ms, exit code 0 |
| |
| 21 | 2026-06-13T03:10:00.151Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-13T03:10:00.156Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-13T03:10:00.156Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-13T03:10:00.156Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-13T03:10:00.156Z | * rust toolchain profile = "default" |
| 26 | 2026-06-13T03:10:00.156Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-13T03:10:00.156Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-13T03:10:00.165Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-13T03:10:00.165Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-13T03:10:00.272Z | info: downloading installer |
| 31 | 2026-06-13T03:10:01.717Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-13T03:10:01.717Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-13T03:10:01.717Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-13T03:10:01.717Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-13T03:10:01.728Z | info: profile set to default |
| 36 | 2026-06-13T03:10:01.728Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-13T03:10:01.731Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-13T03:10:01.891Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-13T03:10:01.896Z | info: downloading 6 components |
| 40 | 2026-06-13T03:10:17.851Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-13T03:10:17.851Z | |
| 42 | 2026-06-13T03:10:17.879Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-13T03:10:17.879Z | |
| 44 | 2026-06-13T03:10:17.879Z | |
| 45 | 2026-06-13T03:10:17.879Z | Rust is installed now. Great! |
| 46 | 2026-06-13T03:10:17.880Z | |
| 47 | 2026-06-13T03:10:17.880Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-13T03:10:17.880Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-13T03:10:17.880Z | |
| 50 | 2026-06-13T03:10:17.880Z | To configure your current shell, you need to source |
| 51 | 2026-06-13T03:10:17.880Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-13T03:10:17.880Z | |
| 53 | 2026-06-13T03:10:17.880Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-13T03:10:17.884Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-13T03:10:17.884Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-13T03:10:17.884Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-13T03:10:17.885Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-13T03:10:17.885Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-13T03:10:17.885Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-13T03:10:17.885Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-13T03:10:17.885Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-13T03:10:17.981Z | + rustup --version |
| 63 | 2026-06-13T03:10:17.990Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-13T03:10:17.993Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-13T03:10:18.012Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-13T03:10:18.015Z | + cargo --version |
| 67 | 2026-06-13T03:10:18.027Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-13T03:10:18.030Z | + rustc --version |
| 69 | 2026-06-13T03:10:18.050Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-13T03:10:18.053Z | process exited: duration 17901 ms, exit code 0 |
| |
| 71 | 2026-06-13T03:10:18.060Z | starting task 2: "authentication" |
| 72 | 2026-06-13T03:10:18.078Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-13T03:10:18.085Z | starting task 3: "clone repository" |
| 74 | 2026-06-13T03:10:18.088Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-13T03:10:18.091Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-13T03:10:18.119Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-13T03:10:27.412Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-13T03:10:27.415Z | + git fetch origin ef7bf083f09198a03c09b359d0580690fafc0280 |
| 79 | 2026-06-13T03:10:27.681Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-13T03:10:27.681Z | * branch ef7bf083f09198a03c09b359d0580690fafc0280 -> FETCH_HEAD |
| 81 | 2026-06-13T03:10:27.691Z | + [[ -n sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig ]] |
| 82 | 2026-06-13T03:10:27.695Z | ++ git branch --show-current |
| 83 | 2026-06-13T03:10:27.695Z | + current=main |
| 84 | 2026-06-13T03:10:27.695Z | + [[ main != sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig ]] |
| 85 | 2026-06-13T03:10:27.695Z | + git branch -f sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig ef7bf083f09198a03c09b359d0580690fafc0280 |
| 86 | 2026-06-13T03:10:27.698Z | + git checkout -f sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig |
| 87 | 2026-06-13T03:10:27.926Z | Switched to branch 'sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig' |
| 88 | 2026-06-13T03:10:27.930Z | + git reset --hard ef7bf083f09198a03c09b359d0580690fafc0280 |
| 89 | 2026-06-13T03:10:27.969Z | HEAD is now at ef7bf083f minor updates |
| 90 | 2026-06-13T03:10:27.974Z | process exited: duration 9885 ms, exit code 0 |
| |
| 91 | 2026-06-13T03:10:27.980Z | starting task 4: "build" |
| 92 | 2026-06-13T03:10:27.985Z | + source ./env.sh |
| 93 | 2026-06-13T03:10:27.985Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-13T03:10:27.985Z | ++ set -o xtrace |
| 95 | 2026-06-13T03:10:27.989Z | ++++ dirname ./env.sh |
| 96 | 2026-06-13T03:10:27.992Z | +++ readlink -f . |
| 97 | 2026-06-13T03:10:27.995Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-13T03:10:27.995Z | ++ 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-06-13T03:10:27.995Z | ++ 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-06-13T03:10:27.995Z | ++ 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-06-13T03:10:27.995Z | ++ 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-06-13T03:10:27.995Z | ++ 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-06-13T03:10:27.995Z | ++ 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-06-13T03:10:27.995Z | ++ 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-06-13T03:10:27.995Z | ++ 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-06-13T03:10:27.995Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-06-13T03:10:27.995Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-06-13T03:10:27.995Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-06-13T03:10:27.995Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-06-13T03:10:27.995Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-06-13T03:10:27.995Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-06-13T03:10:27.995Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-06-13T03:10:27.995Z | + cargo --version |
| 114 | 2026-06-13T03:10:28.002Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 115 | 2026-06-13T03:10:28.006Z | + rustc --version |
| 116 | 2026-06-13T03:10:28.024Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 117 | 2026-06-13T03:10:28.028Z | + banner prerequisites |
| 118 | 2026-06-13T03:10:28.031Z | |
| 119 | 2026-06-13T03:10:28.031Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-06-13T03:10:28.031Z | # # # # # # # # # # # # # # # |
| 121 | 2026-06-13T03:10:28.031Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-06-13T03:10:28.031Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-06-13T03:10:28.031Z | # # # # # # # # # # # # # # # |
| 124 | 2026-06-13T03:10:28.031Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-06-13T03:10:28.031Z | |
| 126 | 2026-06-13T03:10:28.031Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-06-13T03:10:29.508Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-13T03:10:29.591Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-13T03:10:29.920Z | Planning: Solver setup ... Done (0.291s) |
| 130 | 2026-06-13T03:10:29.945Z | Planning: Running solver ... Done (0.024s) |
| 131 | 2026-06-13T03:10:29.955Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-06-13T03:10:29.966Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-06-13T03:10:29.986Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-06-13T03:10:30.000Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-06-13T03:10:30.003Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-06-13T03:10:30.186Z | Planning: Checking for conflicting actions ... Done (0.185s) |
| 137 | 2026-06-13T03:10:30.189Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-06-13T03:10:30.985Z | Planning: Evaluating mediators ... Done (0.798s) |
| 139 | 2026-06-13T03:10:30.988Z | Planning: Planning completed in 1.38 seconds |
| 140 | 2026-06-13T03:10:30.994Z | Packages to install: 2 |
| 141 | 2026-06-13T03:10:30.994Z | Estimated space available: 156.07 GB |
| 142 | 2026-06-13T03:10:30.994Z | Estimated space to be consumed: 25.37 MB |
| 143 | 2026-06-13T03:10:30.994Z | Create boot environment: No |
| 144 | 2026-06-13T03:10:30.997Z | Create backup boot environment: No |
| 145 | 2026-06-13T03:10:30.997Z | Rebuild boot archive: No |
| 146 | 2026-06-13T03:10:30.997Z | |
| 147 | 2026-06-13T03:10:30.997Z | Changed packages: |
| 148 | 2026-06-13T03:10:30.997Z | helios |
| 149 | 2026-06-13T03:10:30.997Z | developer/build-essential |
| 150 | 2026-06-13T03:10:30.997Z | None -> 11-3.0 |
| 151 | 2026-06-13T03:10:30.997Z | library/libxmlsec1 |
| 152 | 2026-06-13T03:10:30.998Z | None -> 1.2.35-3.0 |
| 153 | 2026-06-13T03:10:31.018Z | |
| 154 | 2026-06-13T03:10:31.018Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-06-13T03:10:33.876Z | Download: Completed 1.28 MB in 2.86 seconds (459k/s) |
| 156 | 2026-06-13T03:10:33.936Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-06-13T03:10:33.974Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-06-13T03:10:33.981Z | Finalize: Updating package state database ... Done (0.007s) |
| 159 | 2026-06-13T03:10:33.981Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-06-13T03:10:34.003Z | Finalize: Updating image state ... Done (0.021s) |
| 161 | 2026-06-13T03:10:36.380Z | Finalize: Creating fast lookup database ... Done (2.355s) |
| 162 | 2026-06-13T03:10:36.450Z | Finalize: Reading search index ... Done (0.011s) |
| 163 | 2026-06-13T03:10:36.453Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-06-13T03:10:36.518Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-06-13T03:10:36.818Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-06-13T03:10:36.921Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-06-13T03:10:36.924Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-06-13T03:10:37.079Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-06-13T03:10:37.082Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-06-13T03:10:37.102Z | Mediators to change: 2 |
| 171 | 2026-06-13T03:10:37.102Z | Create boot environment: No |
| 172 | 2026-06-13T03:10:37.102Z | Create backup boot environment: No |
| 173 | 2026-06-13T03:10:37.148Z | Finalize: Updating package state database ... Done |
| 174 | 2026-06-13T03:10:37.148Z | Finalize: Updating package cache ... Done |
| 175 | 2026-06-13T03:10:37.159Z | Finalize: Updating image state ... Done |
| 176 | 2026-06-13T03:10:39.096Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-06-13T03:10:39.162Z | Finalize: Reading search index ... Done |
| 178 | 2026-06-13T03:10:39.165Z | Finalize: Updating search index ... Done |
| 179 | 2026-06-13T03:10:39.217Z | Finalize: Updating package cache ... Done |
| 180 | 2026-06-13T03:10:39.501Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-13T03:10:39.603Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-13T03:10:39.607Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-13T03:10:39.763Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-13T03:10:39.766Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-06-13T03:10:39.787Z | Mediators to change: 1 |
| 186 | 2026-06-13T03:10:39.787Z | Create boot environment: No |
| 187 | 2026-06-13T03:10:39.787Z | Create backup boot environment: No |
| 188 | 2026-06-13T03:10:39.859Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-13T03:10:39.859Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-13T03:10:39.871Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-13T03:10:41.807Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-13T03:10:41.868Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-13T03:10:41.871Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-13T03:10:41.956Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-13T03:10:42.263Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-06-13T03:10:42.263Z | apache system 2.4 system |
| 197 | 2026-06-13T03:10:42.263Z | clang system 15 system |
| 198 | 2026-06-13T03:10:42.263Z | csh system system illumos |
| 199 | 2026-06-13T03:10:42.263Z | ctags system system illumos |
| 200 | 2026-06-13T03:10:42.263Z | file vendor vendor darwinsys |
| 201 | 2026-06-13T03:10:42.263Z | file system system illumos |
| 202 | 2026-06-13T03:10:42.263Z | gcc vendor 14 vendor |
| 203 | 2026-06-13T03:10:42.263Z | gcc system 13 system |
| 204 | 2026-06-13T03:10:42.263Z | gcc system 10 system |
| 205 | 2026-06-13T03:10:42.263Z | go system 1.25 system |
| 206 | 2026-06-13T03:10:42.263Z | llvm system 15 system |
| 207 | 2026-06-13T03:10:42.263Z | mariadb system 11.4 system |
| 208 | 2026-06-13T03:10:42.263Z | mta vendor vendor dma |
| 209 | 2026-06-13T03:10:42.264Z | openjdk system 17 system |
| 210 | 2026-06-13T03:10:42.264Z | openjdk system 11 system |
| 211 | 2026-06-13T03:10:42.264Z | openssl vendor 3 vendor |
| 212 | 2026-06-13T03:10:42.264Z | perl system 5.40 system |
| 213 | 2026-06-13T03:10:42.264Z | postgresql system 18 system |
| 214 | 2026-06-13T03:10:42.264Z | postgresql system 17 system |
| 215 | 2026-06-13T03:10:42.264Z | python vendor 3 vendor |
| 216 | 2026-06-13T03:10:42.264Z | python system 2 system |
| 217 | 2026-06-13T03:10:42.264Z | python3 vendor 3.13 vendor |
| 218 | 2026-06-13T03:10:42.264Z | ruby system 3.4 system |
| 219 | 2026-06-13T03:10:42.264Z | ruby system 3.0 system |
| 220 | 2026-06-13T03:10:42.264Z | words vendor vendor american-english |
| 221 | 2026-06-13T03:10:42.264Z | words system system australian-english |
| 222 | 2026-06-13T03:10:42.264Z | words system system british-english |
| 223 | 2026-06-13T03:10:42.264Z | words system system canadian-english |
| 224 | 2026-06-13T03:10:42.264Z | words system system french |
| 225 | 2026-06-13T03:10:42.264Z | words system system italian |
| 226 | 2026-06-13T03:10:42.264Z | words system system ngerman |
| 227 | 2026-06-13T03:10:42.264Z | words system system ogerman |
| 228 | 2026-06-13T03:10:42.264Z | words system system spanish |
| 229 | 2026-06-13T03:10:42.518Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-06-13T03:10:42.518Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-06-13T03:10:42.805Z | FMRI IFO |
| 232 | 2026-06-13T03:10:42.805Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-06-13T03:10:42.805Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-06-13T03:10:42.805Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-06-13T03:10:42.805Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-06-13T03:10:42.805Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-06-13T03:10:42.805Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-06-13T03:10:42.805Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-06-13T03:10:42.805Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-06-13T03:10:42.805Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-06-13T03:10:43.046Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-06-13T03:10:43.327Z | Updating crates.io index |
| 243 | 2026-06-13T03:10:43.366Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-13T03:10:43.615Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-06-13T03:10:44.459Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-06-13T03:10:44.856Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-06-13T03:10:45.936Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-06-13T03:10:46.466Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-06-13T03:10:47.971Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-06-13T03:10:48.766Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-06-13T03:10:49.200Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-06-13T03:10:50.199Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-13T03:10:50.554Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-06-13T03:10:51.002Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-06-13T03:10:51.253Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-06-13T03:10:52.251Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-06-13T03:10:52.741Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-06-13T03:10:52.953Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-06-13T03:10:53.312Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-06-13T03:10:53.638Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-06-13T03:10:54.053Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-06-13T03:10:54.379Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-06-13T03:10:54.598Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-06-13T03:10:54.835Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-06-13T03:10:55.204Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-06-13T03:10:55.553Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-06-13T03:10:55.931Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-06-13T03:10:56.410Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-06-13T03:10:56.637Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-06-13T03:10:56.919Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-06-13T03:10:57.179Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-06-13T03:10:58.333Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-06-13T03:10:59.037Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-06-13T03:10:59.504Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-06-13T03:10:59.788Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-06-13T03:11:00.184Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-06-13T03:11:00.528Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-06-13T03:11:01.242Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-06-13T03:11:01.624Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-06-13T03:11:02.141Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-06-13T03:11:02.393Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-06-13T03:11:02.689Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-06-13T03:11:03.068Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 284 | 2026-06-13T03:11:14.814Z | Downloading crates ... |
| 285 | 2026-06-13T03:11:14.872Z | Downloaded bytecount v0.6.9 |
| 286 | 2026-06-13T03:11:14.882Z | Downloaded cargo-util-schemas v0.8.2 |
| 287 | 2026-06-13T03:11:14.885Z | Downloaded clap_lex v1.0.0 |
| 288 | 2026-06-13T03:11:14.888Z | Downloaded errno v0.3.14 |
| 289 | 2026-06-13T03:11:14.891Z | Downloaded dtrace-parser v0.2.0 |
| 290 | 2026-06-13T03:11:14.891Z | Downloaded cargo-platform v0.2.0 |
| 291 | 2026-06-13T03:11:14.891Z | Downloaded equivalent v1.0.2 |
| 292 | 2026-06-13T03:11:14.894Z | Downloaded block-buffer v0.10.4 |
| 293 | 2026-06-13T03:11:14.898Z | Downloaded cpufeatures v0.2.17 |
| 294 | 2026-06-13T03:11:14.901Z | Downloaded unicode-ident v1.0.24 |
| 295 | 2026-06-13T03:11:14.901Z | Downloaded dof v0.3.0 |
| 296 | 2026-06-13T03:11:14.904Z | Downloaded cfg-if v1.0.4 |
| 297 | 2026-06-13T03:11:14.904Z | Downloaded camino-tempfile v1.4.1 |
| 298 | 2026-06-13T03:11:14.907Z | Downloaded anstyle-query v1.1.5 |
| 299 | 2026-06-13T03:11:14.907Z | Downloaded digest v0.10.7 |
| 300 | 2026-06-13T03:11:14.910Z | Downloaded crypto-common v0.1.7 |
| 301 | 2026-06-13T03:11:14.910Z | Downloaded zerofrom v0.1.6 |
| 302 | 2026-06-13T03:11:14.911Z | Downloaded utf8parse v0.2.2 |
| 303 | 2026-06-13T03:11:14.911Z | Downloaded anstream v1.0.0 |
| 304 | 2026-06-13T03:11:14.914Z | Downloaded unicode-xid v0.2.6 |
| 305 | 2026-06-13T03:11:14.914Z | Downloaded byteorder v1.5.0 |
| 306 | 2026-06-13T03:11:14.914Z | Downloaded colorchoice v1.0.4 |
| 307 | 2026-06-13T03:11:14.914Z | Downloaded version_check v0.9.5 |
| 308 | 2026-06-13T03:11:14.917Z | Downloaded fastrand v2.3.0 |
| 309 | 2026-06-13T03:11:14.917Z | Downloaded zerofrom-derive v0.1.6 |
| 310 | 2026-06-13T03:11:14.917Z | Downloaded utf8_iter v1.0.4 |
| 311 | 2026-06-13T03:11:14.920Z | Downloaded thread-id v4.2.2 |
| 312 | 2026-06-13T03:11:14.920Z | Downloaded is_terminal_polyfill v1.70.2 |
| 313 | 2026-06-13T03:11:14.923Z | Downloaded fnv v1.0.7 |
| 314 | 2026-06-13T03:11:14.925Z | Downloaded thiserror-impl v1.0.69 |
| 315 | 2026-06-13T03:11:14.925Z | Downloaded writeable v0.6.2 |
| 316 | 2026-06-13T03:11:14.925Z | Downloaded thiserror-impl v2.0.18 |
| 317 | 2026-06-13T03:11:14.929Z | Downloaded generic-array v0.14.7 |
| 318 | 2026-06-13T03:11:14.932Z | Downloaded usdt-attr-macro v0.5.0 |
| 319 | 2026-06-13T03:11:14.932Z | Downloaded usdt v0.5.0 |
| 320 | 2026-06-13T03:11:14.932Z | Downloaded unicode-linebreak v0.1.5 |
| 321 | 2026-06-13T03:11:14.935Z | Downloaded percent-encoding v2.3.2 |
| 322 | 2026-06-13T03:11:14.935Z | Downloaded usdt-macro v0.5.0 |
| 323 | 2026-06-13T03:11:14.937Z | Downloaded displaydoc v0.2.5 |
| 324 | 2026-06-13T03:11:14.937Z | Downloaded toml_write v0.1.2 |
| 325 | 2026-06-13T03:11:14.938Z | Downloaded toml_datetime v0.6.11 |
| 326 | 2026-06-13T03:11:14.941Z | Downloaded camino v1.2.2 |
| 327 | 2026-06-13T03:11:14.941Z | Downloaded tinystr v0.8.2 |
| 328 | 2026-06-13T03:11:14.941Z | Downloaded memmap v0.7.0 |
| 329 | 2026-06-13T03:11:14.944Z | Downloaded thiserror v1.0.69 |
| 330 | 2026-06-13T03:11:14.946Z | Downloaded zerotrie v0.2.3 |
| 331 | 2026-06-13T03:11:14.949Z | Downloaded yoke v0.8.1 |
| 332 | 2026-06-13T03:11:14.949Z | Downloaded yoke-derive v0.8.1 |
| 333 | 2026-06-13T03:11:14.949Z | Downloaded strsim v0.11.1 |
| 334 | 2026-06-13T03:11:14.949Z | Downloaded clap_derive v4.6.1 |
| 335 | 2026-06-13T03:11:14.952Z | Downloaded zerovec-derive v0.11.2 |
| 336 | 2026-06-13T03:11:14.955Z | Downloaded zmij v1.0.21 |
| 337 | 2026-06-13T03:11:14.955Z | Downloaded usdt-impl v0.5.0 |
| 338 | 2026-06-13T03:11:14.955Z | Downloaded typeid v1.0.3 |
| 339 | 2026-06-13T03:11:14.958Z | Downloaded cargo_toml v0.21.0 |
| 340 | 2026-06-13T03:11:14.958Z | Downloaded ucd-trie v0.1.7 |
| 341 | 2026-06-13T03:11:14.958Z | Downloaded toml v0.8.23 |
| 342 | 2026-06-13T03:11:14.961Z | Downloaded ordered-float v2.10.1 |
| 343 | 2026-06-13T03:11:14.961Z | Downloaded erased-serde v0.4.9 |
| 344 | 2026-06-13T03:11:14.964Z | Downloaded thiserror v2.0.18 |
| 345 | 2026-06-13T03:11:14.967Z | Downloaded serde_spanned v0.6.9 |
| 346 | 2026-06-13T03:11:14.967Z | Downloaded zerocopy-derive v0.7.35 |
| 347 | 2026-06-13T03:11:14.970Z | Downloaded textwrap v0.16.2 |
| 348 | 2026-06-13T03:11:14.970Z | Downloaded typenum v1.19.0 |
| 349 | 2026-06-13T03:11:14.973Z | Downloaded serde-value v0.7.0 |
| 350 | 2026-06-13T03:11:14.973Z | Downloaded scroll_derive v0.12.1 |
| 351 | 2026-06-13T03:11:14.973Z | Downloaded potential_utf v0.1.4 |
| 352 | 2026-06-13T03:11:14.973Z | Downloaded idna_adapter v1.2.1 |
| 353 | 2026-06-13T03:11:14.976Z | Downloaded swrite v0.1.0 |
| 354 | 2026-06-13T03:11:14.976Z | Downloaded form_urlencoded v1.2.2 |
| 355 | 2026-06-13T03:11:14.976Z | Downloaded anstyle-parse v1.0.0 |
| 356 | 2026-06-13T03:11:14.976Z | Downloaded stable_deref_trait v1.2.1 |
| 357 | 2026-06-13T03:11:14.980Z | Downloaded terminal_size v0.4.3 |
| 358 | 2026-06-13T03:11:14.982Z | Downloaded pretty-hex v0.4.1 |
| 359 | 2026-06-13T03:11:14.986Z | Downloaded cargo_metadata v0.21.0 |
| 360 | 2026-06-13T03:11:14.989Z | Downloaded fs-err v3.3.0 |
| 361 | 2026-06-13T03:11:14.989Z | Downloaded url v2.5.8 |
| 362 | 2026-06-13T03:11:14.993Z | Downloaded toml_edit v0.22.27 |
| 363 | 2026-06-13T03:11:14.999Z | Downloaded heck v0.4.1 |
| 364 | 2026-06-13T03:11:15.005Z | Downloaded synstructure v0.13.2 |
| 365 | 2026-06-13T03:11:15.009Z | Downloaded bitflags v2.11.0 |
| 366 | 2026-06-13T03:11:15.012Z | Downloaded zerovec v0.11.5 |
| 367 | 2026-06-13T03:11:15.014Z | Downloaded zerocopy v0.7.35 |
| 368 | 2026-06-13T03:11:15.023Z | Downloaded tabled_derive v0.7.0 |
| 369 | 2026-06-13T03:11:15.026Z | Downloaded smawk v0.3.2 |
| 370 | 2026-06-13T03:11:15.026Z | Downloaded plain v0.2.3 |
| 371 | 2026-06-13T03:11:15.026Z | Downloaded unicode-width v0.2.0 |
| 372 | 2026-06-13T03:11:15.029Z | Downloaded macaddr v1.0.1 |
| 373 | 2026-06-13T03:11:15.029Z | Downloaded itoa v1.0.17 |
| 374 | 2026-06-13T03:11:15.032Z | Downloaded unicode-width v0.1.14 |
| 375 | 2026-06-13T03:11:15.035Z | Downloaded winnow v0.7.14 |
| 376 | 2026-06-13T03:11:15.039Z | Downloaded heck v0.5.0 |
| 377 | 2026-06-13T03:11:15.042Z | Downloaded autocfg v1.5.0 |
| 378 | 2026-06-13T03:11:15.049Z | Downloaded proc-macro-error v1.0.4 |
| 379 | 2026-06-13T03:11:15.053Z | Downloaded sha2 v0.10.9 |
| 380 | 2026-06-13T03:11:15.060Z | Downloaded quote v1.0.45 |
| 381 | 2026-06-13T03:11:15.063Z | Downloaded icu_provider v2.1.1 |
| 382 | 2026-06-13T03:11:15.063Z | Downloaded litemap v0.8.1 |
| 383 | 2026-06-13T03:11:15.072Z | Downloaded serde_tokenstream v0.2.3 |
| 384 | 2026-06-13T03:11:15.075Z | Downloaded proc-macro-error-attr v1.0.4 |
| 385 | 2026-06-13T03:11:15.075Z | Downloaded serde-untagged v0.1.9 |
| 386 | 2026-06-13T03:11:15.075Z | Downloaded anstyle v1.0.14 |
| 387 | 2026-06-13T03:11:15.082Z | Downloaded tempfile v3.25.0 |
| 388 | 2026-06-13T03:11:15.085Z | Downloaded semver v1.0.28 |
| 389 | 2026-06-13T03:11:15.088Z | Downloaded pest_generator v2.8.6 |
| 390 | 2026-06-13T03:11:15.094Z | Downloaded serde_derive v1.0.228 |
| 391 | 2026-06-13T03:11:15.099Z | Downloaded pest_derive v2.8.6 |
| 392 | 2026-06-13T03:11:15.103Z | Downloaded smallvec v1.15.1 |
| 393 | 2026-06-13T03:11:15.106Z | Downloaded icu_properties v2.1.2 |
| 394 | 2026-06-13T03:11:15.109Z | Downloaded once_cell v1.21.3 |
| 395 | 2026-06-13T03:11:15.109Z | Downloaded clap v4.6.1 |
| 396 | 2026-06-13T03:11:15.112Z | Downloaded icu_normalizer v2.1.1 |
| 397 | 2026-06-13T03:11:15.116Z | Downloaded anyhow v1.0.102 |
| 398 | 2026-06-13T03:11:15.119Z | Downloaded serde_core v1.0.228 |
| 399 | 2026-06-13T03:11:15.119Z | Downloaded scroll v0.12.0 |
| 400 | 2026-06-13T03:11:15.119Z | Downloaded log v0.4.29 |
| 401 | 2026-06-13T03:11:15.122Z | Downloaded getrandom v0.4.1 |
| 402 | 2026-06-13T03:11:15.125Z | Downloaded proc-macro2 v1.0.106 |
| 403 | 2026-06-13T03:11:15.128Z | Downloaded num-traits v0.2.19 |
| 404 | 2026-06-13T03:11:15.137Z | Downloaded icu_collections v2.1.1 |
| 405 | 2026-06-13T03:11:15.140Z | Downloaded papergrid v0.11.0 |
| 406 | 2026-06-13T03:11:15.148Z | Downloaded icu_locale_core v2.1.1 |
| 407 | 2026-06-13T03:11:15.151Z | Downloaded pest_meta v2.8.6 |
| 408 | 2026-06-13T03:11:15.154Z | Downloaded icu_normalizer_data v2.1.1 |
| 409 | 2026-06-13T03:11:15.159Z | Downloaded serde v1.0.228 |
| 410 | 2026-06-13T03:11:15.185Z | Downloaded memchr v2.8.0 |
| 411 | 2026-06-13T03:11:15.202Z | Downloaded idna v1.1.0 |
| 412 | 2026-06-13T03:11:15.205Z | Downloaded clap_builder v4.6.0 |
| 413 | 2026-06-13T03:11:15.211Z | Downloaded indexmap v2.14.0 |
| 414 | 2026-06-13T03:11:15.215Z | Downloaded pest v2.8.6 |
| 415 | 2026-06-13T03:11:15.218Z | Downloaded hashbrown v0.17.0 |
| 416 | 2026-06-13T03:11:15.237Z | Downloaded serde_json v1.0.149 |
| 417 | 2026-06-13T03:11:15.241Z | Downloaded goblin v0.8.2 |
| 418 | 2026-06-13T03:11:15.249Z | Downloaded icu_properties_data v2.1.2 |
| 419 | 2026-06-13T03:11:15.258Z | Downloaded tabled v0.15.0 |
| 420 | 2026-06-13T03:11:15.272Z | Downloaded syn v1.0.109 |
| 421 | 2026-06-13T03:11:15.280Z | Downloaded syn v2.0.117 |
| 422 | 2026-06-13T03:11:15.303Z | Downloaded rustix v1.1.3 |
| 423 | 2026-06-13T03:11:15.337Z | Downloaded libc v0.2.185 |
| 424 | 2026-06-13T03:11:15.404Z | Compiling proc-macro2 v1.0.106 |
| 425 | 2026-06-13T03:11:15.404Z | Compiling quote v1.0.45 |
| 426 | 2026-06-13T03:11:15.404Z | Compiling unicode-ident v1.0.24 |
| 427 | 2026-06-13T03:11:15.404Z | Compiling serde_core v1.0.228 |
| 428 | 2026-06-13T03:11:15.407Z | Compiling libc v0.2.185 |
| 429 | 2026-06-13T03:11:15.407Z | Compiling version_check v0.9.5 |
| 430 | 2026-06-13T03:11:15.407Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-06-13T03:11:15.407Z | Compiling memchr v2.8.0 |
| 432 | 2026-06-13T03:11:15.683Z | Compiling serde v1.0.228 |
| 433 | 2026-06-13T03:11:15.732Z | Compiling zmij v1.0.21 |
| 434 | 2026-06-13T03:11:15.959Z | Compiling itoa v1.0.17 |
| 435 | 2026-06-13T03:11:16.029Z | Compiling autocfg v1.5.0 |
| 436 | 2026-06-13T03:11:16.089Z | Compiling thiserror v1.0.69 |
| 437 | 2026-06-13T03:11:16.157Z | Compiling ucd-trie v0.1.7 |
| 438 | 2026-06-13T03:11:16.393Z | Compiling pest v2.8.6 |
| 439 | 2026-06-13T03:11:16.418Z | Compiling writeable v0.6.2 |
| 440 | 2026-06-13T03:11:16.469Z | Compiling litemap v0.8.1 |
| 441 | 2026-06-13T03:11:16.486Z | Compiling icu_properties_data v2.1.2 |
| 442 | 2026-06-13T03:11:16.588Z | Compiling byteorder v1.5.0 |
| 443 | 2026-06-13T03:11:16.610Z | Compiling rustix v1.1.3 |
| 444 | 2026-06-13T03:11:16.671Z | Compiling icu_normalizer_data v2.1.1 |
| 445 | 2026-06-13T03:11:16.956Z | Compiling errno v0.3.14 |
| 446 | 2026-06-13T03:11:17.014Z | Compiling syn v2.0.117 |
| 447 | 2026-06-13T03:11:17.045Z | Compiling serde_json v1.0.149 |
| 448 | 2026-06-13T03:11:17.111Z | Compiling bitflags v2.11.0 |
| 449 | 2026-06-13T03:11:17.256Z | Compiling num-traits v0.2.19 |
| 450 | 2026-06-13T03:11:17.273Z | Compiling hashbrown v0.17.0 |
| 451 | 2026-06-13T03:11:17.332Z | Compiling equivalent v1.0.2 |
| 452 | 2026-06-13T03:11:17.425Z | Compiling smallvec v1.15.1 |
| 453 | 2026-06-13T03:11:17.442Z | Compiling typeid v1.0.3 |
| 454 | 2026-06-13T03:11:17.639Z | Compiling pest_meta v2.8.6 |
| 455 | 2026-06-13T03:11:17.882Z | Compiling indexmap v2.14.0 |
| 456 | 2026-06-13T03:11:17.899Z | Compiling thread-id v4.2.2 |
| 457 | 2026-06-13T03:11:17.915Z | Compiling usdt-impl v0.5.0 |
| 458 | 2026-06-13T03:11:17.932Z | Compiling proc-macro-error-attr v1.0.4 |
| 459 | 2026-06-13T03:11:17.983Z | Compiling winnow v0.7.14 |
| 460 | 2026-06-13T03:11:18.117Z | Compiling toml_write v0.1.2 |
| 461 | 2026-06-13T03:11:18.134Z | Compiling syn v1.0.109 |
| 462 | 2026-06-13T03:11:18.422Z | Compiling erased-serde v0.4.9 |
| 463 | 2026-06-13T03:11:18.680Z | Compiling proc-macro-error v1.0.4 |
| 464 | 2026-06-13T03:11:18.742Z | Compiling log v0.4.29 |
| 465 | 2026-06-13T03:11:18.863Z | Compiling getrandom v0.4.1 |
| 466 | 2026-06-13T03:11:18.927Z | Compiling camino v1.2.2 |
| 467 | 2026-06-13T03:11:19.127Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-13T03:11:19.215Z | Compiling percent-encoding v2.3.2 |
| 469 | 2026-06-13T03:11:19.255Z | Compiling plain v0.2.3 |
| 470 | 2026-06-13T03:11:19.280Z | Compiling utf8parse v0.2.2 |
| 471 | 2026-06-13T03:11:19.336Z | Compiling utf8_iter v1.0.4 |
| 472 | 2026-06-13T03:11:19.389Z | Compiling anstyle-parse v1.0.0 |
| 473 | 2026-06-13T03:11:19.397Z | Compiling form_urlencoded v1.2.2 |
| 474 | 2026-06-13T03:11:19.462Z | Compiling ordered-float v2.10.1 |
| 475 | 2026-06-13T03:11:19.574Z | Compiling terminal_size v0.4.3 |
| 476 | 2026-06-13T03:11:19.678Z | Compiling synstructure v0.13.2 |
| 477 | 2026-06-13T03:11:19.708Z | Compiling pest_generator v2.8.6 |
| 478 | 2026-06-13T03:11:19.711Z | Compiling anstyle v1.0.14 |
| 479 | 2026-06-13T03:11:19.792Z | Compiling colorchoice v1.0.4 |
| 480 | 2026-06-13T03:11:19.913Z | Compiling cfg-if v1.0.4 |
| 481 | 2026-06-13T03:11:19.930Z | Compiling is_terminal_polyfill v1.70.2 |
| 482 | 2026-06-13T03:11:19.944Z | Compiling pretty-hex v0.4.1 |
| 483 | 2026-06-13T03:11:19.960Z | Compiling anstyle-query v1.1.5 |
| 484 | 2026-06-13T03:11:20.021Z | Compiling serde-untagged v0.1.9 |
| 485 | 2026-06-13T03:11:20.069Z | Compiling anstream v1.0.0 |
| 486 | 2026-06-13T03:11:20.191Z | Compiling semver v1.0.28 |
| 487 | 2026-06-13T03:11:20.274Z | Compiling fs-err v3.3.0 |
| 488 | 2026-06-13T03:11:20.373Z | Compiling bytecount v0.6.9 |
| 489 | 2026-06-13T03:11:20.399Z | Compiling strsim v0.11.1 |
| 490 | 2026-06-13T03:11:20.457Z | Compiling clap_lex v1.0.0 |
| 491 | 2026-06-13T03:11:20.509Z | Compiling unicode-width v0.1.14 |
| 492 | 2026-06-13T03:11:20.525Z | Compiling heck v0.5.0 |
| 493 | 2026-06-13T03:11:20.541Z | Compiling once_cell v1.21.3 |
| 494 | 2026-06-13T03:11:20.747Z | Compiling anyhow v1.0.102 |
| 495 | 2026-06-13T03:11:20.761Z | Compiling unicode-xid v0.2.6 |
| 496 | 2026-06-13T03:11:20.765Z | Compiling fnv v1.0.7 |
| 497 | 2026-06-13T03:11:20.792Z | Compiling fastrand v2.3.0 |
| 498 | 2026-06-13T03:11:20.879Z | Compiling heck v0.4.1 |
| 499 | 2026-06-13T03:11:20.896Z | Compiling papergrid v0.11.0 |
| 500 | 2026-06-13T03:11:20.990Z | Compiling tempfile v3.25.0 |
| 501 | 2026-06-13T03:11:21.061Z | Compiling clap_builder v4.6.0 |
| 502 | 2026-06-13T03:11:21.205Z | Compiling memmap v0.7.0 |
| 503 | 2026-06-13T03:11:21.262Z | Compiling unicode-linebreak v0.1.5 |
| 504 | 2026-06-13T03:11:21.302Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-06-13T03:11:21.357Z | Compiling zerofrom-derive v0.1.6 |
| 506 | 2026-06-13T03:11:21.383Z | Compiling yoke-derive v0.8.1 |
| 507 | 2026-06-13T03:11:21.504Z | Compiling zerovec-derive v0.11.2 |
| 508 | 2026-06-13T03:11:21.541Z | Compiling displaydoc v0.2.5 |
| 509 | 2026-06-13T03:11:22.319Z | Compiling thiserror-impl v1.0.69 |
| 510 | 2026-06-13T03:11:22.334Z | Compiling zerocopy-derive v0.7.35 |
| 511 | 2026-06-13T03:11:22.566Z | Compiling pest_derive v2.8.6 |
| 512 | 2026-06-13T03:11:22.663Z | Compiling scroll_derive v0.12.1 |
| 513 | 2026-06-13T03:11:22.806Z | Compiling zerofrom v0.1.6 |
| 514 | 2026-06-13T03:11:22.943Z | Compiling yoke v0.8.1 |
| 515 | 2026-06-13T03:11:22.988Z | Compiling thiserror-impl v2.0.18 |
| 516 | 2026-06-13T03:11:23.147Z | Compiling zerovec v0.11.5 |
| 517 | 2026-06-13T03:11:23.205Z | Compiling zerotrie v0.2.3 |
| 518 | 2026-06-13T03:11:23.325Z | Compiling zerocopy v0.7.35 |
| 519 | 2026-06-13T03:11:23.507Z | Compiling scroll v0.12.0 |
| 520 | 2026-06-13T03:11:23.589Z | Compiling tinystr v0.8.2 |
| 521 | 2026-06-13T03:11:23.765Z | Compiling icu_locale_core v2.1.1 |
| 522 | 2026-06-13T03:11:23.781Z | Compiling potential_utf v0.1.4 |
| 523 | 2026-06-13T03:11:23.796Z | Compiling dtrace-parser v0.2.0 |
| 524 | 2026-06-13T03:11:23.872Z | Compiling goblin v0.8.2 |
| 525 | 2026-06-13T03:11:23.945Z | Compiling icu_collections v2.1.1 |
| 526 | 2026-06-13T03:11:24.103Z | Compiling tabled_derive v0.7.0 |
| 527 | 2026-06-13T03:11:24.158Z | Compiling clap_derive v4.6.1 |
| 528 | 2026-06-13T03:11:24.426Z | Compiling icu_provider v2.1.1 |
| 529 | 2026-06-13T03:11:24.624Z | Compiling smawk v0.3.2 |
| 530 | 2026-06-13T03:11:24.650Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-06-13T03:11:24.719Z | Compiling serde_spanned v0.6.9 |
| 532 | 2026-06-13T03:11:24.738Z | Compiling toml_datetime v0.6.11 |
| 533 | 2026-06-13T03:11:24.764Z | Compiling icu_normalizer v2.1.1 |
| 534 | 2026-06-13T03:11:24.833Z | Compiling dof v0.3.0 |
| 535 | 2026-06-13T03:11:24.865Z | Compiling serde_tokenstream v0.2.3 |
| 536 | 2026-06-13T03:11:25.000Z | Compiling toml_edit v0.22.27 |
| 537 | 2026-06-13T03:11:25.017Z | Compiling serde-value v0.7.0 |
| 538 | 2026-06-13T03:11:25.219Z | Compiling cargo-platform v0.2.0 |
| 539 | 2026-06-13T03:11:25.292Z | Compiling unicode-width v0.2.0 |
| 540 | 2026-06-13T03:11:25.376Z | Compiling tabled v0.15.0 |
| 541 | 2026-06-13T03:11:25.489Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-06-13T03:11:25.566Z | Compiling textwrap v0.16.2 |
| 543 | 2026-06-13T03:11:25.634Z | Compiling idna v1.1.0 |
| 544 | 2026-06-13T03:11:25.725Z | Compiling macaddr v1.0.1 |
| 545 | 2026-06-13T03:11:25.800Z | Compiling usdt-attr-macro v0.5.0 |
| 546 | 2026-06-13T03:11:25.900Z | Compiling usdt-macro v0.5.0 |
| 547 | 2026-06-13T03:11:25.949Z | Compiling url v2.5.8 |
| 548 | 2026-06-13T03:11:26.279Z | Compiling clap v4.6.1 |
| 549 | 2026-06-13T03:11:26.468Z | Compiling toml v0.8.23 |
| 550 | 2026-06-13T03:11:26.708Z | Compiling usdt v0.5.0 |
| 551 | 2026-06-13T03:11:26.876Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-06-13T03:11:26.999Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-06-13T03:11:27.018Z | Compiling camino-tempfile v1.4.1 |
| 554 | 2026-06-13T03:11:27.084Z | Compiling swrite v0.1.0 |
| 555 | 2026-06-13T03:11:27.162Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 556 | 2026-06-13T03:11:27.798Z | Compiling cargo_metadata v0.21.0 |
| 557 | 2026-06-13T03:11:28.750Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 558 | 2026-06-13T03:11:30.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.88s |
| 559 | 2026-06-13T03:11:31.024Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 560 | 2026-06-13T03:11:31.582Z | Downloading crates ... |
| 561 | 2026-06-13T03:11:31.686Z | Downloaded async-stream-impl v0.3.6 |
| 562 | 2026-06-13T03:11:31.692Z | Downloaded castaway v0.2.4 |
| 563 | 2026-06-13T03:11:31.696Z | Downloaded bit-vec v0.6.3 |
| 564 | 2026-06-13T03:11:31.700Z | Downloaded anstream v0.6.21 |
| 565 | 2026-06-13T03:11:31.706Z | Downloaded const-oid v0.9.6 |
| 566 | 2026-06-13T03:11:31.709Z | Downloaded atomic-waker v1.1.2 |
| 567 | 2026-06-13T03:11:31.709Z | Downloaded chacha20 v0.9.1 |
| 568 | 2026-06-13T03:11:31.712Z | Downloaded critical-section v1.2.0 |
| 569 | 2026-06-13T03:11:31.713Z | Downloaded crossbeam-deque v0.8.6 |
| 570 | 2026-06-13T03:11:31.717Z | Downloaded defmt-parser v1.0.0 |
| 571 | 2026-06-13T03:11:31.717Z | Downloaded crc32fast v1.5.0 |
| 572 | 2026-06-13T03:11:31.720Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 573 | 2026-06-13T03:11:31.720Z | Downloaded difflib v0.4.0 |
| 574 | 2026-06-13T03:11:31.724Z | Downloaded array-init v0.0.4 |
| 575 | 2026-06-13T03:11:31.724Z | Downloaded dtrace-parser v0.3.0 |
| 576 | 2026-06-13T03:11:31.729Z | Downloaded compact_str v0.8.1 |
| 577 | 2026-06-13T03:11:31.729Z | Downloaded cargo-platform v0.3.2 |
| 578 | 2026-06-13T03:11:31.732Z | Downloaded ctr v0.9.2 |
| 579 | 2026-06-13T03:11:31.732Z | Downloaded dof v0.4.0 |
| 580 | 2026-06-13T03:11:31.732Z | Downloaded ciborium-ll v0.2.2 |
| 581 | 2026-06-13T03:11:31.742Z | Downloaded cassowary v0.3.0 |
| 582 | 2026-06-13T03:11:31.742Z | Downloaded bitfield v0.19.4 |
| 583 | 2026-06-13T03:11:31.742Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 584 | 2026-06-13T03:11:31.747Z | Downloaded bcs v0.1.6 |
| 585 | 2026-06-13T03:11:31.747Z | Downloaded anstyle-parse v0.2.7 |
| 586 | 2026-06-13T03:11:31.747Z | Downloaded cfg_aliases v0.2.1 |
| 587 | 2026-06-13T03:11:31.747Z | Downloaded atty v0.2.14 |
| 588 | 2026-06-13T03:11:31.747Z | Downloaded cbc v0.1.2 |
| 589 | 2026-06-13T03:11:31.747Z | Downloaded block-padding v0.3.3 |
| 590 | 2026-06-13T03:11:31.747Z | Downloaded ar_archive_writer v0.5.1 |
| 591 | 2026-06-13T03:11:31.747Z | Downloaded bit-set v0.5.3 |
| 592 | 2026-06-13T03:11:31.747Z | Downloaded bit-vec v0.8.0 |
| 593 | 2026-06-13T03:11:31.748Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 594 | 2026-06-13T03:11:31.753Z | Downloaded data-encoding v2.10.0 |
| 595 | 2026-06-13T03:11:31.753Z | Downloaded dirs-next v2.0.0 |
| 596 | 2026-06-13T03:11:31.753Z | Downloaded compression-core v0.4.31 |
| 597 | 2026-06-13T03:11:31.753Z | Downloaded cexpr v0.6.0 |
| 598 | 2026-06-13T03:11:31.753Z | Downloaded bb8 v0.8.6 |
| 599 | 2026-06-13T03:11:31.756Z | Downloaded backoff v0.4.0 |
| 600 | 2026-06-13T03:11:31.756Z | Downloaded atomicwrites v0.4.4 |
| 601 | 2026-06-13T03:11:31.756Z | Downloaded cstr-argument v0.1.2 |
| 602 | 2026-06-13T03:11:31.756Z | Downloaded ff v0.13.1 |
| 603 | 2026-06-13T03:11:31.756Z | Downloaded display-error-chain v0.2.2 |
| 604 | 2026-06-13T03:11:31.759Z | Downloaded crc-catalog v2.4.0 |
| 605 | 2026-06-13T03:11:31.759Z | Downloaded ascii-canvas v3.0.0 |
| 606 | 2026-06-13T03:11:31.759Z | Downloaded embedded-io v0.6.1 |
| 607 | 2026-06-13T03:11:31.759Z | Downloaded arrayref v0.3.9 |
| 608 | 2026-06-13T03:11:31.763Z | Downloaded derive_builder v0.20.2 |
| 609 | 2026-06-13T03:11:31.765Z | Downloaded darling v0.20.11 |
| 610 | 2026-06-13T03:11:31.766Z | Downloaded endian-type v0.1.2 |
| 611 | 2026-06-13T03:11:31.769Z | Downloaded bit-set v0.8.0 |
| 612 | 2026-06-13T03:11:31.769Z | Downloaded der v0.7.10 |
| 613 | 2026-06-13T03:11:31.772Z | Downloaded derive_builder_macro v0.20.2 |
| 614 | 2026-06-13T03:11:31.772Z | Downloaded cobs v0.3.0 |
| 615 | 2026-06-13T03:11:31.775Z | Downloaded cfg_aliases v0.1.1 |
| 616 | 2026-06-13T03:11:31.775Z | Downloaded foreign-types-shared v0.3.1 |
| 617 | 2026-06-13T03:11:31.775Z | Downloaded darling v0.23.0 |
| 618 | 2026-06-13T03:11:31.779Z | Downloaded float-cmp v0.10.0 |
| 619 | 2026-06-13T03:11:31.779Z | Downloaded dunce v1.0.5 |
| 620 | 2026-06-13T03:11:31.779Z | Downloaded arrayvec v0.7.6 |
| 621 | 2026-06-13T03:11:31.782Z | Downloaded cookie_store v0.22.1 |
| 622 | 2026-06-13T03:11:31.782Z | Downloaded crucible-workspace-hack v0.1.0 |
| 623 | 2026-06-13T03:11:31.782Z | Downloaded document-features v0.2.12 |
| 624 | 2026-06-13T03:11:31.786Z | Downloaded arc-swap v1.8.2 |
| 625 | 2026-06-13T03:11:31.786Z | Downloaded dsl_auto_type v0.2.0 |
| 626 | 2026-06-13T03:11:31.786Z | Downloaded daft v0.1.7 |
| 627 | 2026-06-13T03:11:31.790Z | Downloaded derive_builder_core v0.20.2 |
| 628 | 2026-06-13T03:11:31.794Z | Downloaded aead v0.5.2 |
| 629 | 2026-06-13T03:11:31.799Z | Downloaded base16ct v0.2.0 |
| 630 | 2026-06-13T03:11:31.802Z | Downloaded dyn-clone v1.0.20 |
| 631 | 2026-06-13T03:11:31.802Z | Downloaded dirs-sys-next v0.1.2 |
| 632 | 2026-06-13T03:11:31.802Z | Downloaded assert_matches v1.5.0 |
| 633 | 2026-06-13T03:11:31.802Z | Downloaded async-recursion v1.1.1 |
| 634 | 2026-06-13T03:11:31.805Z | Downloaded downcast-rs v2.0.2 |
| 635 | 2026-06-13T03:11:31.812Z | Downloaded float-ord v0.3.2 |
| 636 | 2026-06-13T03:11:31.812Z | Downloaded embedded-io v0.4.0 |
| 637 | 2026-06-13T03:11:31.812Z | Downloaded convert_case v0.4.0 |
| 638 | 2026-06-13T03:11:31.815Z | Downloaded adler2 v2.0.1 |
| 639 | 2026-06-13T03:11:31.815Z | Downloaded crunchy v0.2.4 |
| 640 | 2026-06-13T03:11:31.815Z | Downloaded crc8 v0.1.1 |
| 641 | 2026-06-13T03:11:31.815Z | Downloaded env_filter v1.0.0 |
| 642 | 2026-06-13T03:11:31.815Z | Downloaded bitfield-struct v0.6.2 |
| 643 | 2026-06-13T03:11:31.815Z | Downloaded fd-lock v4.0.4 |
| 644 | 2026-06-13T03:11:31.819Z | Downloaded darling_macro v0.23.0 |
| 645 | 2026-06-13T03:11:31.819Z | Downloaded async-stream v0.3.6 |
| 646 | 2026-06-13T03:11:31.819Z | Downloaded debug-ignore v1.0.5 |
| 647 | 2026-06-13T03:11:31.822Z | Downloaded enum-as-inner v0.6.1 |
| 648 | 2026-06-13T03:11:31.825Z | Downloaded fixedbitset v0.4.2 |
| 649 | 2026-06-13T03:11:31.825Z | Downloaded foreign-types v0.5.0 |
| 650 | 2026-06-13T03:11:31.825Z | Downloaded foreign-types v0.3.2 |
| 651 | 2026-06-13T03:11:31.825Z | Downloaded cmake v0.1.57 |
| 652 | 2026-06-13T03:11:31.829Z | Downloaded base64ct v1.8.3 |
| 653 | 2026-06-13T03:11:31.829Z | Downloaded ciborium-io v0.2.2 |
| 654 | 2026-06-13T03:11:31.837Z | Downloaded foreign-types-shared v0.1.1 |
| 655 | 2026-06-13T03:11:31.840Z | Downloaded foreign-types-macros v0.2.3 |
| 656 | 2026-06-13T03:11:31.840Z | Downloaded futures-core v0.3.32 |
| 657 | 2026-06-13T03:11:31.840Z | Downloaded futures-macro v0.3.32 |
| 658 | 2026-06-13T03:11:31.843Z | Downloaded defmt v0.3.100 |
| 659 | 2026-06-13T03:11:31.844Z | Downloaded futures-sink v0.3.32 |
| 660 | 2026-06-13T03:11:31.844Z | Downloaded crc v3.4.0 |
| 661 | 2026-06-13T03:11:31.847Z | Downloaded dropshot_endpoint v0.17.0 |
| 662 | 2026-06-13T03:11:31.847Z | Downloaded darling_macro v0.20.11 |
| 663 | 2026-06-13T03:11:31.850Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 664 | 2026-06-13T03:11:31.850Z | Downloaded bitflags v1.3.2 |
| 665 | 2026-06-13T03:11:31.853Z | Downloaded fixedbitset v0.5.7 |
| 666 | 2026-06-13T03:11:31.853Z | Downloaded gethostname v0.5.0 |
| 667 | 2026-06-13T03:11:31.856Z | Downloaded git-stub v1.0.0 |
| 668 | 2026-06-13T03:11:31.856Z | Downloaded ghash v0.5.1 |
| 669 | 2026-06-13T03:11:31.856Z | Downloaded env_logger v0.11.9 |
| 670 | 2026-06-13T03:11:31.859Z | Downloaded fxhash v0.2.1 |
| 671 | 2026-06-13T03:11:31.859Z | Downloaded ena v0.14.4 |
| 672 | 2026-06-13T03:11:31.859Z | Downloaded globwalk v0.9.1 |
| 673 | 2026-06-13T03:11:31.862Z | Downloaded diesel-dtrace v0.5.0 |
| 674 | 2026-06-13T03:11:31.862Z | Downloaded hash32 v0.3.1 |
| 675 | 2026-06-13T03:11:31.865Z | Downloaded ed25519-dalek v2.2.0 |
| 676 | 2026-06-13T03:11:31.865Z | Downloaded crossbeam-epoch v0.9.18 |
| 677 | 2026-06-13T03:11:31.868Z | Downloaded hash32 v0.2.1 |
| 678 | 2026-06-13T03:11:31.868Z | Downloaded hex-literal v0.4.1 |
| 679 | 2026-06-13T03:11:31.868Z | Downloaded erased-serde v0.3.31 |
| 680 | 2026-06-13T03:11:31.872Z | Downloaded darling_macro v0.21.3 |
| 681 | 2026-06-13T03:11:31.873Z | Downloaded darling_macro v0.13.4 |
| 682 | 2026-06-13T03:11:31.876Z | Downloaded cipher v0.4.4 |
| 683 | 2026-06-13T03:11:31.876Z | Downloaded argon2 v0.5.3 |
| 684 | 2026-06-13T03:11:31.876Z | Downloaded cpufeatures v0.3.0 |
| 685 | 2026-06-13T03:11:31.879Z | Downloaded convert_case v0.10.0 |
| 686 | 2026-06-13T03:11:31.883Z | Downloaded headers-core v0.3.0 |
| 687 | 2026-06-13T03:11:31.883Z | Downloaded const_format_proc_macros v0.2.34 |
| 688 | 2026-06-13T03:11:31.886Z | Downloaded constant_time_eq v0.4.2 |
| 689 | 2026-06-13T03:11:31.886Z | Downloaded hex v0.4.3 |
| 690 | 2026-06-13T03:11:31.886Z | Downloaded futures-task v0.3.32 |
| 691 | 2026-06-13T03:11:31.895Z | Downloaded http-range v0.1.5 |
| 692 | 2026-06-13T03:11:31.898Z | Downloaded httpdate v1.0.3 |
| 693 | 2026-06-13T03:11:31.898Z | Downloaded home v0.5.12 |
| 694 | 2026-06-13T03:11:31.898Z | Downloaded cargo_metadata v0.23.1 |
| 695 | 2026-06-13T03:11:31.901Z | Downloaded foldhash v0.2.0 |
| 696 | 2026-06-13T03:11:31.901Z | Downloaded foldhash v0.1.5 |
| 697 | 2026-06-13T03:11:31.901Z | Downloaded darling v0.13.4 |
| 698 | 2026-06-13T03:11:31.904Z | Downloaded console v0.15.11 |
| 699 | 2026-06-13T03:11:31.907Z | Downloaded filetime v0.2.27 |
| 700 | 2026-06-13T03:11:31.907Z | Downloaded corncobs v0.1.4 |
| 701 | 2026-06-13T03:11:31.912Z | Downloaded funty v2.0.0 |
| 702 | 2026-06-13T03:11:31.912Z | Downloaded defmt-macros v1.0.1 |
| 703 | 2026-06-13T03:11:31.912Z | Downloaded daft-derive v0.1.7 |
| 704 | 2026-06-13T03:11:31.915Z | Downloaded find-msvc-tools v0.1.9 |
| 705 | 2026-06-13T03:11:31.915Z | Downloaded hyper-tls v0.6.0 |
| 706 | 2026-06-13T03:11:31.918Z | Downloaded csv-core v0.1.13 |
| 707 | 2026-06-13T03:11:31.918Z | Downloaded der_derive v0.7.3 |
| 708 | 2026-06-13T03:11:31.918Z | Downloaded indent_write v2.2.0 |
| 709 | 2026-06-13T03:11:31.921Z | Downloaded console v0.16.2 |
| 710 | 2026-06-13T03:11:31.921Z | Downloaded ciborium v0.2.2 |
| 711 | 2026-06-13T03:11:31.926Z | Downloaded hubpack v0.1.2 |
| 712 | 2026-06-13T03:11:31.926Z | Downloaded http-body v1.0.1 |
| 713 | 2026-06-13T03:11:31.926Z | Downloaded globset v0.4.18 |
| 714 | 2026-06-13T03:11:31.929Z | Downloaded glob v0.3.3 |
| 715 | 2026-06-13T03:11:31.929Z | Downloaded git-stub-vcs v0.1.0 |
| 716 | 2026-06-13T03:11:31.929Z | Downloaded futures-executor v0.3.32 |
| 717 | 2026-06-13T03:11:31.929Z | Downloaded fs_extra v1.3.0 |
| 718 | 2026-06-13T03:11:31.932Z | Downloaded internet-checksum v0.2.1 |
| 719 | 2026-06-13T03:11:31.933Z | Downloaded instant v0.1.13 |
| 720 | 2026-06-13T03:11:31.933Z | Downloaded hubpack_derive v0.1.1 |
| 721 | 2026-06-13T03:11:31.933Z | Downloaded hostname v0.3.1 |
| 722 | 2026-06-13T03:11:31.936Z | Downloaded drift v0.2.0 |
| 723 | 2026-06-13T03:11:31.938Z | Downloaded is-terminal v0.4.17 |
| 724 | 2026-06-13T03:11:31.943Z | Downloaded illumos-nvpair v0.3.0 |
| 725 | 2026-06-13T03:11:31.943Z | Downloaded colored v3.1.1 |
| 726 | 2026-06-13T03:11:31.947Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 727 | 2026-06-13T03:11:31.947Z | Downloaded either v1.15.0 |
| 728 | 2026-06-13T03:11:31.947Z | Downloaded colored v2.2.0 |
| 729 | 2026-06-13T03:11:31.947Z | Downloaded clang-sys v1.8.1 |
| 730 | 2026-06-13T03:11:31.950Z | Downloaded compression-codecs v0.4.37 |
| 731 | 2026-06-13T03:11:31.950Z | Downloaded async-trait v0.1.89 |
| 732 | 2026-06-13T03:11:31.953Z | Downloaded futures-io v0.3.32 |
| 733 | 2026-06-13T03:11:31.953Z | Downloaded fs-err v2.11.0 |
| 734 | 2026-06-13T03:11:31.956Z | Downloaded async-bb8-diesel v0.2.1 |
| 735 | 2026-06-13T03:11:31.956Z | Downloaded indoc v1.0.9 |
| 736 | 2026-06-13T03:11:31.959Z | Downloaded ahash v0.8.12 |
| 737 | 2026-06-13T03:11:31.959Z | Downloaded backon v1.6.0 |
| 738 | 2026-06-13T03:11:31.962Z | Downloaded derive-ex v0.1.8 |
| 739 | 2026-06-13T03:11:31.962Z | Downloaded is_ci v1.2.0 |
| 740 | 2026-06-13T03:11:31.962Z | Downloaded flagset v0.4.7 |
| 741 | 2026-06-13T03:11:31.965Z | Downloaded hostname v0.4.2 |
| 742 | 2026-06-13T03:11:31.965Z | Downloaded buf-list v1.1.2 |
| 743 | 2026-06-13T03:11:31.968Z | Downloaded derive_more v2.1.1 |
| 744 | 2026-06-13T03:11:31.973Z | Downloaded libscf-sys v1.1.0 |
| 745 | 2026-06-13T03:11:31.979Z | Downloaded lalrpop-util v0.19.12 |
| 746 | 2026-06-13T03:11:31.979Z | Downloaded bytes v1.11.1 |
| 747 | 2026-06-13T03:11:31.982Z | Downloaded getrandom v0.2.17 |
| 748 | 2026-06-13T03:11:31.982Z | Downloaded darling v0.21.3 |
| 749 | 2026-06-13T03:11:31.982Z | Downloaded lru-cache v0.1.2 |
| 750 | 2026-06-13T03:11:31.987Z | Downloaded allocator-api2 v0.2.21 |
| 751 | 2026-06-13T03:11:31.987Z | Downloaded defmt v1.0.1 |
| 752 | 2026-06-13T03:11:31.990Z | Downloaded humantime v2.3.0 |
| 753 | 2026-06-13T03:11:31.990Z | Downloaded http-body-util v0.1.3 |
| 754 | 2026-06-13T03:11:31.990Z | Downloaded diff v0.1.13 |
| 755 | 2026-06-13T03:11:31.993Z | Downloaded ipnet v2.11.0 |
| 756 | 2026-06-13T03:11:31.993Z | Downloaded lru v0.12.5 |
| 757 | 2026-06-13T03:11:31.993Z | Downloaded memoffset v0.9.1 |
| 758 | 2026-06-13T03:11:31.993Z | Downloaded maplit v1.0.2 |
| 759 | 2026-06-13T03:11:31.998Z | Downloaded managed v0.8.0 |
| 760 | 2026-06-13T03:11:31.998Z | Downloaded instability v0.3.11 |
| 761 | 2026-06-13T03:11:31.998Z | Downloaded md5 v0.7.0 |
| 762 | 2026-06-13T03:11:32.001Z | Downloaded maybe-uninit v2.0.0 |
| 763 | 2026-06-13T03:11:32.001Z | Downloaded inout v0.1.4 |
| 764 | 2026-06-13T03:11:32.002Z | Downloaded multimap v0.10.1 |
| 765 | 2026-06-13T03:11:32.002Z | Downloaded group v0.13.0 |
| 766 | 2026-06-13T03:11:32.002Z | Downloaded expectorate v1.2.0 |
| 767 | 2026-06-13T03:11:32.004Z | Downloaded nibble_vec v0.1.0 |
| 768 | 2026-06-13T03:11:32.005Z | Downloaded linked-hash-map v0.5.6 |
| 769 | 2026-06-13T03:11:32.005Z | Downloaded lazy_static v1.5.0 |
| 770 | 2026-06-13T03:11:32.005Z | Downloaded ipnetwork v0.21.1 |
| 771 | 2026-06-13T03:11:32.030Z | Downloaded bitfield-macros v0.19.4 |
| 772 | 2026-06-13T03:11:32.030Z | Downloaded ident_case v1.0.1 |
| 773 | 2026-06-13T03:11:32.030Z | Downloaded derive-where v1.6.0 |
| 774 | 2026-06-13T03:11:32.035Z | Downloaded des v0.8.1 |
| 775 | 2026-06-13T03:11:32.036Z | Downloaded cookie v0.18.1 |
| 776 | 2026-06-13T03:11:32.036Z | Downloaded hyper-staticfile v0.10.1 |
| 777 | 2026-06-13T03:11:32.036Z | Downloaded match_cfg v0.1.0 |
| 778 | 2026-06-13T03:11:32.036Z | Downloaded lzss v0.8.2 |
| 779 | 2026-06-13T03:11:32.036Z | Downloaded lru-slab v0.1.2 |
| 780 | 2026-06-13T03:11:32.036Z | Downloaded flume v0.11.1 |
| 781 | 2026-06-13T03:11:32.036Z | Downloaded jobserver v0.1.34 |
| 782 | 2026-06-13T03:11:32.036Z | Downloaded nonempty v0.12.0 |
| 783 | 2026-06-13T03:11:32.036Z | Downloaded newtype_derive v0.1.6 |
| 784 | 2026-06-13T03:11:32.036Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 785 | 2026-06-13T03:11:32.036Z | Downloaded half v1.8.3 |
| 786 | 2026-06-13T03:11:32.036Z | Downloaded newtype-uuid-macros v0.1.0 |
| 787 | 2026-06-13T03:11:32.036Z | Downloaded newline-converter v0.3.0 |
| 788 | 2026-06-13T03:11:32.036Z | Downloaded deranged v0.5.8 |
| 789 | 2026-06-13T03:11:32.036Z | Downloaded libefi-sys v0.1.0 |
| 790 | 2026-06-13T03:11:32.036Z | Downloaded hmac v0.12.1 |
| 791 | 2026-06-13T03:11:32.036Z | Downloaded futures-channel v0.3.32 |
| 792 | 2026-06-13T03:11:32.036Z | Downloaded crossbeam-utils v0.8.21 |
| 793 | 2026-06-13T03:11:32.036Z | Downloaded chacha20 v0.10.0 |
| 794 | 2026-06-13T03:11:32.036Z | Downloaded new_debug_unreachable v1.0.6 |
| 795 | 2026-06-13T03:11:32.039Z | Downloaded nodrop v0.1.14 |
| 796 | 2026-06-13T03:11:32.039Z | Downloaded mime v0.3.17 |
| 797 | 2026-06-13T03:11:32.039Z | Downloaded cancel-safe-futures v0.1.5 |
| 798 | 2026-06-13T03:11:32.039Z | Downloaded normalize-line-endings v0.3.0 |
| 799 | 2026-06-13T03:11:32.039Z | Downloaded bzip2 v0.6.1 |
| 800 | 2026-06-13T03:11:32.043Z | Downloaded num-derive v0.3.3 |
| 801 | 2026-06-13T03:11:32.043Z | Downloaded num v0.4.3 |
| 802 | 2026-06-13T03:11:32.043Z | Downloaded num_threads v0.1.7 |
| 803 | 2026-06-13T03:11:32.046Z | Downloaded ingot v0.1.1 |
| 804 | 2026-06-13T03:11:32.046Z | Downloaded camino-tempfile-ext v0.3.3 |
| 805 | 2026-06-13T03:11:32.046Z | Downloaded blake2 v0.10.6 |
| 806 | 2026-06-13T03:11:32.049Z | Downloaded lock_api v0.4.14 |
| 807 | 2026-06-13T03:11:32.049Z | Downloaded ecdsa v0.16.9 |
| 808 | 2026-06-13T03:11:32.049Z | Downloaded fallible-iterator v0.2.0 |
| 809 | 2026-06-13T03:11:32.052Z | Downloaded num-conv v0.2.0 |
| 810 | 2026-06-13T03:11:32.052Z | Downloaded base64 v0.22.1 |
| 811 | 2026-06-13T03:11:32.055Z | Downloaded num_enum_derive v0.5.11 |
| 812 | 2026-06-13T03:11:32.055Z | Downloaded getrandom v0.3.4 |
| 813 | 2026-06-13T03:11:32.058Z | Downloaded half v2.7.1 |
| 814 | 2026-06-13T03:11:32.058Z | Downloaded ed25519 v2.2.3 |
| 815 | 2026-06-13T03:11:32.062Z | Downloaded fatfs v0.3.6 |
| 816 | 2026-06-13T03:11:32.062Z | Downloaded derive_more v0.99.20 |
| 817 | 2026-06-13T03:11:32.065Z | Downloaded md-5 v0.10.6 |
| 818 | 2026-06-13T03:11:32.065Z | Downloaded oso-derive v0.27.3 |
| 819 | 2026-06-13T03:11:32.065Z | Downloaded opaque-debug v0.3.1 |
| 820 | 2026-06-13T03:11:32.069Z | Downloaded bzip2 v0.4.4 |
| 821 | 2026-06-13T03:11:32.069Z | Downloaded keccak v0.1.6 |
| 822 | 2026-06-13T03:11:32.069Z | Downloaded byte-wrapper v0.1.0 |
| 823 | 2026-06-13T03:11:32.072Z | Downloaded blowfish v0.9.1 |
| 824 | 2026-06-13T03:11:32.075Z | Downloaded openssl-macros v0.1.1 |
| 825 | 2026-06-13T03:11:32.078Z | Downloaded num-iter v0.1.45 |
| 826 | 2026-06-13T03:11:32.081Z | Downloaded mime_guess v2.0.5 |
| 827 | 2026-06-13T03:11:32.081Z | Downloaded libloading v0.8.9 |
| 828 | 2026-06-13T03:11:32.085Z | Downloaded native-tls v0.2.18 |
| 829 | 2026-06-13T03:11:32.089Z | Downloaded num-derive v0.4.2 |
| 830 | 2026-06-13T03:11:32.103Z | Downloaded parse-size v1.1.0 |
| 831 | 2026-06-13T03:11:32.107Z | Downloaded base64 v0.21.7 |
| 832 | 2026-06-13T03:11:32.110Z | Downloaded iana-time-zone v0.1.65 |
| 833 | 2026-06-13T03:11:32.110Z | Downloaded parse-display v0.10.0 |
| 834 | 2026-06-13T03:11:32.110Z | Downloaded packed_struct_codegen v0.10.1 |
| 835 | 2026-06-13T03:11:32.113Z | Downloaded openssl-probe v0.2.1 |
| 836 | 2026-06-13T03:11:32.113Z | Downloaded openssl-probe v0.1.6 |
| 837 | 2026-06-13T03:11:32.113Z | Downloaded olpc-cjson v0.1.4 |
| 838 | 2026-06-13T03:11:32.114Z | Downloaded peg-runtime v0.8.5 |
| 839 | 2026-06-13T03:11:32.117Z | Downloaded nu-ansi-term v0.50.3 |
| 840 | 2026-06-13T03:11:32.117Z | Downloaded newtype-uuid v1.3.2 |
| 841 | 2026-06-13T03:11:32.117Z | Downloaded ingot-types v0.1.2 |
| 842 | 2026-06-13T03:11:32.117Z | Downloaded ingot-macros v0.1.1 |
| 843 | 2026-06-13T03:11:32.121Z | Downloaded nanorand v0.7.0 |
| 844 | 2026-06-13T03:11:32.121Z | Downloaded linear-map v1.2.0 |
| 845 | 2026-06-13T03:11:32.121Z | Downloaded pbkdf2 v0.11.0 |
| 846 | 2026-06-13T03:11:32.124Z | Downloaded path-slash v0.1.5 |
| 847 | 2026-06-13T03:11:32.124Z | Downloaded num_enum v0.5.11 |
| 848 | 2026-06-13T03:11:32.127Z | Downloaded pin-utils v0.1.0 |
| 849 | 2026-06-13T03:11:32.127Z | Downloaded phf_shared v0.12.1 |
| 850 | 2026-06-13T03:11:32.127Z | Downloaded pbkdf2 v0.12.2 |
| 851 | 2026-06-13T03:11:32.130Z | Downloaded phf_shared v0.13.1 |
| 852 | 2026-06-13T03:11:32.130Z | Downloaded num-rational v0.4.2 |
| 853 | 2026-06-13T03:11:32.130Z | Downloaded multer v3.1.0 |
| 854 | 2026-06-13T03:11:32.134Z | Downloaded indoc v2.0.7 |
| 855 | 2026-06-13T03:11:32.134Z | Downloaded indexmap v1.9.3 |
| 856 | 2026-06-13T03:11:32.137Z | Downloaded kstat-rs v0.2.4 |
| 857 | 2026-06-13T03:11:32.137Z | Downloaded memmap2 v0.9.10 |
| 858 | 2026-06-13T03:11:32.137Z | Downloaded litrs v1.0.0 |
| 859 | 2026-06-13T03:11:32.140Z | Downloaded elliptic-curve v0.13.8 |
| 860 | 2026-06-13T03:11:32.144Z | Downloaded crc-any v2.5.0 |
| 861 | 2026-06-13T03:11:32.144Z | Downloaded precomputed-hash v0.1.1 |
| 862 | 2026-06-13T03:11:32.144Z | Downloaded oxnet v0.1.5 |
| 863 | 2026-06-13T03:11:32.147Z | Downloaded owo-colors v4.3.0 |
| 864 | 2026-06-13T03:11:32.147Z | Downloaded highway v1.3.0 |
| 865 | 2026-06-13T03:11:32.147Z | Downloaded darling_core v0.13.4 |
| 866 | 2026-06-13T03:11:32.152Z | Downloaded hyper-rustls v0.27.7 |
| 867 | 2026-06-13T03:11:32.155Z | Downloaded httparse v1.10.1 |
| 868 | 2026-06-13T03:11:32.155Z | Downloaded chacha20poly1305 v0.10.1 |
| 869 | 2026-06-13T03:11:32.155Z | Downloaded libsw-core v0.3.2 |
| 870 | 2026-06-13T03:11:32.155Z | Downloaded libsw v3.5.0 |
| 871 | 2026-06-13T03:11:32.158Z | Downloaded phf_shared v0.11.3 |
| 872 | 2026-06-13T03:11:32.158Z | Downloaded const_format v0.2.35 |
| 873 | 2026-06-13T03:11:32.161Z | Downloaded cc v1.2.56 |
| 874 | 2026-06-13T03:11:32.167Z | Downloaded password-hash v0.5.0 |
| 875 | 2026-06-13T03:11:32.170Z | Downloaded progenitor-client v0.11.2 |
| 876 | 2026-06-13T03:11:32.170Z | Downloaded parse-display-derive v0.10.0 |
| 877 | 2026-06-13T03:11:32.170Z | Downloaded num-complex v0.4.6 |
| 878 | 2026-06-13T03:11:32.170Z | Downloaded parking_lot_core v0.8.6 |
| 879 | 2026-06-13T03:11:32.174Z | Downloaded predicates-tree v1.0.13 |
| 880 | 2026-06-13T03:11:32.177Z | Downloaded proc-macro-crate v3.4.0 |
| 881 | 2026-06-13T03:11:32.177Z | Downloaded num-integer v0.1.46 |
| 882 | 2026-06-13T03:11:32.180Z | Downloaded derive_more-impl v2.1.1 |
| 883 | 2026-06-13T03:11:32.183Z | Downloaded ignore v0.4.25 |
| 884 | 2026-06-13T03:11:32.183Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 885 | 2026-06-13T03:11:32.186Z | Downloaded packed_struct v0.10.1 |
| 886 | 2026-06-13T03:11:32.186Z | Downloaded predicates-core v1.0.10 |
| 887 | 2026-06-13T03:11:32.186Z | Downloaded num_enum_derive v0.7.6 |
| 888 | 2026-06-13T03:11:32.186Z | Downloaded peg-macros v0.8.5 |
| 889 | 2026-06-13T03:11:32.189Z | Downloaded proc-macro-crate v1.3.1 |
| 890 | 2026-06-13T03:11:32.189Z | Downloaded num_enum v0.7.6 |
| 891 | 2026-06-13T03:11:32.193Z | Downloaded phf v0.13.1 |
| 892 | 2026-06-13T03:11:32.196Z | Downloaded pem v3.0.6 |
| 893 | 2026-06-13T03:11:32.196Z | Downloaded peg v0.8.5 |
| 894 | 2026-06-13T03:11:32.199Z | Downloaded darling_core v0.20.11 |
| 895 | 2026-06-13T03:11:32.201Z | Downloaded pin-project-lite v0.2.17 |
| 896 | 2026-06-13T03:11:32.204Z | Downloaded pem-rfc7468 v0.7.0 |
| 897 | 2026-06-13T03:11:32.204Z | Downloaded powerfmt v0.2.0 |
| 898 | 2026-06-13T03:11:32.204Z | Downloaded oxide-tokio-rt v0.1.4 |
| 899 | 2026-06-13T03:11:32.208Z | Downloaded progenitor-client v0.14.0 |
| 900 | 2026-06-13T03:11:32.208Z | Downloaded phf v0.12.1 |
| 901 | 2026-06-13T03:11:32.208Z | Downloaded paste v1.0.15 |
| 902 | 2026-06-13T03:11:32.211Z | Downloaded progenitor-macro v0.14.0 |
| 903 | 2026-06-13T03:11:32.211Z | Downloaded progenitor-macro v0.13.0 |
| 904 | 2026-06-13T03:11:32.211Z | Downloaded progenitor-macro v0.11.2 |
| 905 | 2026-06-13T03:11:32.214Z | Downloaded password-hash v0.4.2 |
| 906 | 2026-06-13T03:11:32.214Z | Downloaded postgres-protocol v0.6.10 |
| 907 | 2026-06-13T03:11:32.214Z | Downloaded polyval v0.6.2 |
| 908 | 2026-06-13T03:11:32.218Z | Downloaded quick-error v1.2.3 |
| 909 | 2026-06-13T03:11:32.218Z | Downloaded psl-types v2.0.11 |
| 910 | 2026-06-13T03:11:32.218Z | Downloaded headers v0.4.1 |
| 911 | 2026-06-13T03:11:32.223Z | Downloaded pkcs8 v0.10.2 |
| 912 | 2026-06-13T03:11:32.226Z | Downloaded heapless v0.7.17 |
| 913 | 2026-06-13T03:11:32.226Z | Downloaded pkg-config v0.3.32 |
| 914 | 2026-06-13T03:11:32.226Z | Downloaded darling_core v0.23.0 |
| 915 | 2026-06-13T03:11:32.229Z | Downloaded darling_core v0.21.3 |
| 916 | 2026-06-13T03:11:32.232Z | Downloaded bumpalo v3.20.2 |
| 917 | 2026-06-13T03:11:32.236Z | Downloaded recursive v0.1.1 |
| 918 | 2026-06-13T03:11:32.236Z | Downloaded rand_xorshift v0.4.0 |
| 919 | 2026-06-13T03:11:32.236Z | Downloaded radium v0.7.0 |
| 920 | 2026-06-13T03:11:32.236Z | Downloaded pin-project-internal v1.1.11 |
| 921 | 2026-06-13T03:11:32.241Z | Downloaded async-compression v0.4.41 |
| 922 | 2026-06-13T03:11:32.245Z | Downloaded crypto-bigint v0.5.5 |
| 923 | 2026-06-13T03:11:32.248Z | Downloaded diesel_derives v2.3.7 |
| 924 | 2026-06-13T03:11:32.251Z | Downloaded progenitor v0.14.0 |
| 925 | 2026-06-13T03:11:32.251Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 926 | 2026-06-13T03:11:32.254Z | Downloaded flate2 v1.1.9 |
| 927 | 2026-06-13T03:11:32.258Z | Downloaded ppv-lite86 v0.2.21 |
| 928 | 2026-06-13T03:11:32.258Z | Downloaded poly1305 v0.8.0 |
| 929 | 2026-06-13T03:11:32.258Z | Downloaded libbz2-rs-sys v0.2.2 |
| 930 | 2026-06-13T03:11:32.261Z | Downloaded progenitor-client v0.13.0 |
| 931 | 2026-06-13T03:11:32.261Z | Downloaded rand_chacha v0.3.1 |
| 932 | 2026-06-13T03:11:32.261Z | Downloaded predicates v3.1.4 |
| 933 | 2026-06-13T03:11:32.265Z | Downloaded progenitor v0.13.0 |
| 934 | 2026-06-13T03:11:32.265Z | Downloaded progenitor v0.11.2 |
| 935 | 2026-06-13T03:11:32.269Z | Downloaded primeorder v0.13.6 |
| 936 | 2026-06-13T03:11:32.269Z | Downloaded futures v0.3.32 |
| 937 | 2026-06-13T03:11:32.273Z | Downloaded rfc6979 v0.4.0 |
| 938 | 2026-06-13T03:11:32.273Z | Downloaded proc-macro-error2 v2.0.1 |
| 939 | 2026-06-13T03:11:32.273Z | Downloaded parking_lot v0.12.5 |
| 940 | 2026-06-13T03:11:32.277Z | Downloaded ref-cast-impl v1.0.25 |
| 941 | 2026-06-13T03:11:32.277Z | Downloaded psm v0.1.30 |
| 942 | 2026-06-13T03:11:32.277Z | Downloaded p256 v0.13.2 |
| 943 | 2026-06-13T03:11:32.282Z | Downloaded r2d2 v0.8.10 |
| 944 | 2026-06-13T03:11:32.288Z | Downloaded postcard v1.1.3 |
| 945 | 2026-06-13T03:11:32.288Z | Downloaded rtoolbox v0.0.3 |
| 946 | 2026-06-13T03:11:32.288Z | Downloaded indicatif v0.18.4 |
| 947 | 2026-06-13T03:11:32.290Z | Downloaded rustc-hash v2.1.1 |
| 948 | 2026-06-13T03:11:32.290Z | Downloaded miniz_oxide v0.8.9 |
| 949 | 2026-06-13T03:11:32.293Z | Downloaded progenitor-extras v0.2.0 |
| 950 | 2026-06-13T03:11:32.293Z | Downloaded rustc_version v0.4.1 |
| 951 | 2026-06-13T03:11:32.296Z | Downloaded rustc_version v0.1.7 |
| 952 | 2026-06-13T03:11:32.299Z | Downloaded russh-cryptovec v0.7.3 |
| 953 | 2026-06-13T03:11:32.304Z | Downloaded pkcs5 v0.7.1 |
| 954 | 2026-06-13T03:11:32.308Z | Downloaded sapling-renderdag v0.1.0 |
| 955 | 2026-06-13T03:11:32.308Z | Downloaded salsa20 v0.10.2 |
| 956 | 2026-06-13T03:11:32.308Z | Downloaded hickory-resolver v0.24.4 |
| 957 | 2026-06-13T03:11:32.312Z | Downloaded scheduled-thread-pool v0.2.7 |
| 958 | 2026-06-13T03:11:32.312Z | Downloaded rand_seeder v0.4.0 |
| 959 | 2026-06-13T03:11:32.315Z | Downloaded hickory-resolver v0.25.2 |
| 960 | 2026-06-13T03:11:32.315Z | Downloaded parking_lot_core v0.9.12 |
| 961 | 2026-06-13T03:11:32.318Z | Downloaded same-file v1.0.6 |
| 962 | 2026-06-13T03:11:32.323Z | Downloaded rand_chacha v0.9.0 |
| 963 | 2026-06-13T03:11:32.327Z | Downloaded rand_core v0.6.4 |
| 964 | 2026-06-13T03:11:32.330Z | Downloaded scrypt v0.11.0 |
| 965 | 2026-06-13T03:11:32.330Z | Downloaded scroll_derive v0.13.1 |
| 966 | 2026-06-13T03:11:32.336Z | Downloaded rand_core v0.10.0 |
| 967 | 2026-06-13T03:11:32.338Z | Downloaded pkcs1 v0.7.5 |
| 968 | 2026-06-13T03:11:32.338Z | Downloaded serde_bytes v0.11.19 |
| 969 | 2026-06-13T03:11:32.338Z | Downloaded omicron-zone-package v0.12.2 |
| 970 | 2026-06-13T03:11:32.341Z | Downloaded ref-cast v1.0.25 |
| 971 | 2026-06-13T03:11:32.344Z | Downloaded hashbrown v0.12.3 |
| 972 | 2026-06-13T03:11:32.349Z | Downloaded scopeguard v1.2.0 |
| 973 | 2026-06-13T03:11:32.349Z | Downloaded oso v0.27.3 |
| 974 | 2026-06-13T03:11:32.351Z | Downloaded rand_core v0.9.5 |
| 975 | 2026-06-13T03:11:32.352Z | Downloaded hashbrown v0.13.2 |
| 976 | 2026-06-13T03:11:32.358Z | Downloaded serde_urlencoded v0.7.1 |
| 977 | 2026-06-13T03:11:32.361Z | Downloaded secrecy v0.8.0 |
| 978 | 2026-06-13T03:11:32.363Z | Downloaded semver v0.1.20 |
| 979 | 2026-06-13T03:11:32.368Z | Downloaded seq-macro v0.3.6 |
| 980 | 2026-06-13T03:11:32.368Z | Downloaded serde_repr v0.1.20 |
| 981 | 2026-06-13T03:11:32.370Z | Downloaded minimal-lexical v0.2.1 |
| 982 | 2026-06-13T03:11:32.370Z | Downloaded serde_plain v1.0.2 |
| 983 | 2026-06-13T03:11:32.373Z | Downloaded crossbeam-channel v0.5.15 |
| 984 | 2026-06-13T03:11:32.377Z | Downloaded rustversion v1.0.22 |
| 985 | 2026-06-13T03:11:32.377Z | Downloaded heapless v0.8.0 |
| 986 | 2026-06-13T03:11:32.379Z | Downloaded rusty-fork v0.3.1 |
| 987 | 2026-06-13T03:11:32.379Z | Downloaded rustls-native-certs v0.8.3 |
| 988 | 2026-06-13T03:11:32.383Z | Downloaded signal-hook-tokio v0.3.1 |
| 989 | 2026-06-13T03:11:32.385Z | Downloaded resolv-conf v0.7.6 |
| 990 | 2026-06-13T03:11:32.386Z | Downloaded quinn-udp v0.5.14 |
| 991 | 2026-06-13T03:11:32.386Z | Downloaded secrecy v0.10.3 |
| 992 | 2026-06-13T03:11:32.388Z | Downloaded serde-big-array v0.5.1 |
| 993 | 2026-06-13T03:11:32.392Z | Downloaded aes v0.8.4 |
| 994 | 2026-06-13T03:11:32.395Z | Downloaded serde_spanned v1.0.4 |
| 995 | 2026-06-13T03:11:32.395Z | Downloaded signature v2.2.0 |
| 996 | 2026-06-13T03:11:32.395Z | Downloaded signal-hook-mio v0.2.5 |
| 997 | 2026-06-13T03:11:32.398Z | Downloaded sigpipe v0.1.3 |
| 998 | 2026-06-13T03:11:32.398Z | Downloaded sha1 v0.10.6 |
| 999 | 2026-06-13T03:11:32.401Z | Downloaded siphasher v1.0.2 |
| 1000 | 2026-06-13T03:11:32.401Z | Downloaded rustls-pemfile v2.2.0 |
| 1001 | 2026-06-13T03:11:32.404Z | Downloaded pin-project v1.1.11 |
| 1002 | 2026-06-13T03:11:32.408Z | Downloaded slog-bunyan v2.5.0 |
| 1003 | 2026-06-13T03:11:32.411Z | Downloaded progenitor-impl v0.11.2 |
| 1004 | 2026-06-13T03:11:32.411Z | Downloaded progenitor-impl v0.13.0 |
| 1005 | 2026-06-13T03:11:32.413Z | Downloaded hickory-server v0.25.2 |
| 1006 | 2026-06-13T03:11:32.416Z | Downloaded slog-envlogger v2.2.0 |
| 1007 | 2026-06-13T03:11:32.416Z | Downloaded hyper-util v0.1.20 |
| 1008 | 2026-06-13T03:11:32.419Z | Downloaded rustls-pemfile v1.0.4 |
| 1009 | 2026-06-13T03:11:32.428Z | Downloaded jiff-static v0.2.21 |
| 1010 | 2026-06-13T03:11:32.432Z | Downloaded postgres-types v0.2.12 |
| 1011 | 2026-06-13T03:11:32.436Z | Downloaded serde_path_to_error v0.1.20 |
| 1012 | 2026-06-13T03:11:32.440Z | Downloaded serde_derive_internals v0.29.1 |
| 1013 | 2026-06-13T03:11:32.446Z | Downloaded serde_with_macros v1.5.2 |
| 1014 | 2026-06-13T03:11:32.446Z | Downloaded schemars_derive v0.8.22 |
| 1015 | 2026-06-13T03:11:32.449Z | Downloaded papergrid v0.17.0 |
| 1016 | 2026-06-13T03:11:32.452Z | Downloaded shlex v1.3.0 |
| 1017 | 2026-06-13T03:11:32.455Z | Downloaded sct v0.7.1 |
| 1018 | 2026-06-13T03:11:32.457Z | Downloaded russh-keys v0.45.0 |
| 1019 | 2026-06-13T03:11:32.462Z | Downloaded itertools v0.10.5 |
| 1020 | 2026-06-13T03:11:32.465Z | Downloaded shell-words v1.1.1 |
| 1021 | 2026-06-13T03:11:32.467Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1022 | 2026-06-13T03:11:32.468Z | Downloaded openssl-sys v0.9.115 |
| 1023 | 2026-06-13T03:11:32.471Z | Downloaded rcgen v0.12.1 |
| 1024 | 2026-06-13T03:11:32.477Z | Downloaded prefix-trie v0.7.0 |
| 1025 | 2026-06-13T03:11:32.480Z | Downloaded aes-gcm v0.10.3 |
| 1026 | 2026-06-13T03:11:32.483Z | Downloaded ssh-encoding v0.2.0 |
| 1027 | 2026-06-13T03:11:32.483Z | Downloaded ssh-cipher v0.2.0 |
| 1028 | 2026-06-13T03:11:32.486Z | Downloaded sqlparser_derive v0.5.0 |
| 1029 | 2026-06-13T03:11:32.486Z | Downloaded slab v0.4.12 |
| 1030 | 2026-06-13T03:11:32.492Z | Downloaded http v1.4.0 |
| 1031 | 2026-06-13T03:11:32.495Z | Downloaded strsim v0.10.0 |
| 1032 | 2026-06-13T03:11:32.499Z | Downloaded subtle v2.6.1 |
| 1033 | 2026-06-13T03:11:32.499Z | Downloaded slog-stdlog v4.1.1 |
| 1034 | 2026-06-13T03:11:32.499Z | Downloaded progenitor-impl v0.14.0 |
| 1035 | 2026-06-13T03:11:32.503Z | Downloaded crossterm v0.28.1 |
| 1036 | 2026-06-13T03:11:32.506Z | Downloaded tagptr v0.2.0 |
| 1037 | 2026-06-13T03:11:32.506Z | Downloaded sync_wrapper v1.0.2 |
| 1038 | 2026-06-13T03:11:32.506Z | Downloaded sync-ptr v0.1.4 |
| 1039 | 2026-06-13T03:11:32.509Z | Downloaded slog-scope v4.4.1 |
| 1040 | 2026-06-13T03:11:32.509Z | Downloaded scroll v0.13.0 |
| 1041 | 2026-06-13T03:11:32.509Z | Downloaded rustls-pki-types v1.14.0 |
| 1042 | 2026-06-13T03:11:32.520Z | Downloaded structmeta v0.3.0 |
| 1043 | 2026-06-13T03:11:32.522Z | Downloaded snafu-derive v0.8.9 |
| 1044 | 2026-06-13T03:11:32.522Z | Downloaded smf v0.2.3 |
| 1045 | 2026-06-13T03:11:32.522Z | Downloaded smallvec v0.6.14 |
| 1046 | 2026-06-13T03:11:32.522Z | Downloaded structmeta-derive v0.3.0 |
| 1047 | 2026-06-13T03:11:32.523Z | Downloaded serde-hex v0.1.0 |
| 1048 | 2026-06-13T03:11:32.525Z | Downloaded simd-adler32 v0.3.8 |
| 1049 | 2026-06-13T03:11:32.525Z | Downloaded sqlformat v0.3.5 |
| 1050 | 2026-06-13T03:11:32.529Z | Downloaded strum v0.27.2 |
| 1051 | 2026-06-13T03:11:32.529Z | Downloaded slog-dtrace v0.3.0 |
| 1052 | 2026-06-13T03:11:32.529Z | Downloaded slog-async v2.8.0 |
| 1053 | 2026-06-13T03:11:32.532Z | Downloaded strum v0.26.3 |
| 1054 | 2026-06-13T03:11:32.532Z | Downloaded num-bigint v0.4.6 |
| 1055 | 2026-06-13T03:11:32.535Z | Downloaded tap v1.0.1 |
| 1056 | 2026-06-13T03:11:32.535Z | Downloaded take_mut v0.2.2 |
| 1057 | 2026-06-13T03:11:32.539Z | Downloaded parking_lot v0.11.2 |
| 1058 | 2026-06-13T03:11:32.539Z | Downloaded supports-color v3.0.2 |
| 1059 | 2026-06-13T03:11:32.539Z | Downloaded ryu v1.0.23 |
| 1060 | 2026-06-13T03:11:32.542Z | Downloaded thread-id v5.1.0 |
| 1061 | 2026-06-13T03:11:32.542Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1062 | 2026-06-13T03:11:32.545Z | Downloaded tinyvec_macros v0.1.1 |
| 1063 | 2026-06-13T03:11:32.545Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1064 | 2026-06-13T03:11:32.545Z | Downloaded crossterm v0.29.0 |
| 1065 | 2026-06-13T03:11:32.548Z | Downloaded slog-term v2.9.2 |
| 1066 | 2026-06-13T03:11:32.551Z | Downloaded rayon-core v1.13.0 |
| 1067 | 2026-06-13T03:11:32.554Z | Downloaded tabwriter v1.4.1 |
| 1068 | 2026-06-13T03:11:32.554Z | Downloaded tabled_derive v0.11.0 |
| 1069 | 2026-06-13T03:11:32.554Z | Downloaded spki v0.7.3 |
| 1070 | 2026-06-13T03:11:32.558Z | Downloaded slog-json v2.6.1 |
| 1071 | 2026-06-13T03:11:32.558Z | Downloaded static_assertions v1.1.0 |
| 1072 | 2026-06-13T03:11:32.558Z | Downloaded testing_table v0.3.0 |
| 1073 | 2026-06-13T03:11:32.558Z | Downloaded termtree v0.5.1 |
| 1074 | 2026-06-13T03:11:32.558Z | Downloaded prettyplease v0.2.37 |
| 1075 | 2026-06-13T03:11:32.562Z | Downloaded sec1 v0.7.3 |
| 1076 | 2026-06-13T03:11:32.564Z | Downloaded libxml v0.3.3 |
| 1077 | 2026-06-13T03:11:32.567Z | Downloaded strum_macros v0.24.3 |
| 1078 | 2026-06-13T03:11:32.567Z | Downloaded ron v0.8.1 |
| 1079 | 2026-06-13T03:11:32.570Z | Downloaded mio v1.2.0 |
| 1080 | 2026-06-13T03:11:32.574Z | Downloaded serde_with_macros v3.17.0 |
| 1081 | 2026-06-13T03:11:32.577Z | Downloaded serde_cbor v0.11.2 |
| 1082 | 2026-06-13T03:11:32.577Z | Downloaded stringprep v0.1.5 |
| 1083 | 2026-06-13T03:11:32.580Z | Downloaded time-core v0.1.8 |
| 1084 | 2026-06-13T03:11:32.580Z | Downloaded quinn v0.11.9 |
| 1085 | 2026-06-13T03:11:32.583Z | Downloaded stacker v0.1.23 |
| 1086 | 2026-06-13T03:11:32.583Z | Downloaded signal-hook-registry v1.4.8 |
| 1087 | 2026-06-13T03:11:32.601Z | Downloaded iri-string v0.7.10 |
| 1088 | 2026-06-13T03:11:32.609Z | Downloaded signal-hook v0.3.18 |
| 1089 | 2026-06-13T03:11:32.612Z | Downloaded thiserror-no-std v2.0.2 |
| 1090 | 2026-06-13T03:11:32.615Z | Downloaded termios v0.3.3 |
| 1091 | 2026-06-13T03:11:32.619Z | Downloaded thread_local v1.1.9 |
| 1092 | 2026-06-13T03:11:32.623Z | Downloaded tokio-macros v2.7.0 |
| 1093 | 2026-06-13T03:11:32.623Z | Downloaded strum_macros v0.26.4 |
| 1094 | 2026-06-13T03:11:32.626Z | Downloaded schemars v0.8.22 |
| 1095 | 2026-06-13T03:11:32.631Z | Downloaded slog v2.8.2 |
| 1096 | 2026-06-13T03:11:32.634Z | Downloaded tower-service v0.3.3 |
| 1097 | 2026-06-13T03:11:32.634Z | Downloaded tower-layer v0.3.3 |
| 1098 | 2026-06-13T03:11:32.637Z | Downloaded similar v2.7.0 |
| 1099 | 2026-06-13T03:11:32.637Z | Downloaded pretty_assertions v1.4.1 |
| 1100 | 2026-06-13T03:11:32.640Z | Downloaded dropshot-api-manager v0.7.2 |
| 1101 | 2026-06-13T03:11:32.644Z | Downloaded topological-sort v0.2.2 |
| 1102 | 2026-06-13T03:11:32.644Z | Downloaded tls_codec v0.4.2 |
| 1103 | 2026-06-13T03:11:32.647Z | Downloaded support-bundle-viewer v0.1.2 |
| 1104 | 2026-06-13T03:11:32.647Z | Downloaded tokio-dtrace v0.1.1 |
| 1105 | 2026-06-13T03:11:32.648Z | Downloaded hyper v1.8.1 |
| 1106 | 2026-06-13T03:11:32.650Z | Downloaded unarray v0.1.4 |
| 1107 | 2026-06-13T03:11:32.653Z | Downloaded try-lock v0.2.5 |
| 1108 | 2026-06-13T03:11:32.653Z | Downloaded trait-variant v0.1.2 |
| 1109 | 2026-06-13T03:11:32.653Z | Downloaded tokio-native-tls v0.3.1 |
| 1110 | 2026-06-13T03:11:32.657Z | Downloaded tls_codec_derive v0.4.2 |
| 1111 | 2026-06-13T03:11:32.657Z | Downloaded tiny-keccak v2.0.2 |
| 1112 | 2026-06-13T03:11:32.661Z | Downloaded p521 v0.13.3 |
| 1113 | 2026-06-13T03:11:32.661Z | Downloaded time-macros v0.2.27 |
| 1114 | 2026-06-13T03:11:32.663Z | Downloaded string_cache v0.8.9 |
| 1115 | 2026-06-13T03:11:32.663Z | Downloaded spin v0.9.8 |
| 1116 | 2026-06-13T03:11:32.666Z | Downloaded hashbrown v0.15.5 |
| 1117 | 2026-06-13T03:11:32.669Z | Downloaded tokio-tungstenite v0.21.0 |
| 1118 | 2026-06-13T03:11:32.672Z | Downloaded socket2 v0.6.3 |
| 1119 | 2026-06-13T03:11:32.672Z | Downloaded untrusted v0.9.0 |
| 1120 | 2026-06-13T03:11:32.672Z | Downloaded typify-macro v0.6.2 |
| 1121 | 2026-06-13T03:11:32.675Z | Downloaded untrusted v0.7.1 |
| 1122 | 2026-06-13T03:11:32.675Z | Downloaded utf-8 v0.7.6 |
| 1123 | 2026-06-13T03:11:32.679Z | Downloaded unit-prefix v0.5.2 |
| 1124 | 2026-06-13T03:11:32.679Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1125 | 2026-06-13T03:11:32.682Z | Downloaded nom v7.1.3 |
| 1126 | 2026-06-13T03:11:32.685Z | Downloaded unicode-truncate v1.1.0 |
| 1127 | 2026-06-13T03:11:32.685Z | Downloaded tokio-tungstenite v0.23.1 |
| 1128 | 2026-06-13T03:11:32.688Z | Downloaded publicsuffix v2.3.0 |
| 1129 | 2026-06-13T03:11:32.692Z | Downloaded rand v0.8.6 |
| 1130 | 2026-06-13T03:11:32.695Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1131 | 2026-06-13T03:11:32.698Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1132 | 2026-06-13T03:11:32.698Z | Downloaded usdt-macro v0.6.0 |
| 1133 | 2026-06-13T03:11:32.701Z | Downloaded usdt-attr-macro v0.6.0 |
| 1134 | 2026-06-13T03:11:32.705Z | Downloaded usdt v0.6.0 |
| 1135 | 2026-06-13T03:11:32.713Z | Downloaded universal-hash v0.5.1 |
| 1136 | 2026-06-13T03:11:32.717Z | Downloaded wait-timeout v0.2.1 |
| 1137 | 2026-06-13T03:11:32.728Z | Downloaded tokio-rustls v0.24.1 |
| 1138 | 2026-06-13T03:11:32.733Z | Downloaded want v0.3.1 |
| 1139 | 2026-06-13T03:11:32.733Z | Downloaded waitgroup v0.1.2 |
| 1140 | 2026-06-13T03:11:32.733Z | Downloaded tokio-rustls v0.25.0 |
| 1141 | 2026-06-13T03:11:32.738Z | Downloaded socket2 v0.5.10 |
| 1142 | 2026-06-13T03:11:32.742Z | Downloaded void v1.0.2 |
| 1143 | 2026-06-13T03:11:32.742Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1144 | 2026-06-13T03:11:32.742Z | Downloaded term v1.2.1 |
| 1145 | 2026-06-13T03:11:32.746Z | Downloaded snafu v0.8.9 |
| 1146 | 2026-06-13T03:11:32.755Z | Downloaded typify-macro v0.4.3 |
| 1147 | 2026-06-13T03:11:32.758Z | Downloaded xattr v1.6.1 |
| 1148 | 2026-06-13T03:11:32.762Z | Downloaded tokio-stream v0.1.18 |
| 1149 | 2026-06-13T03:11:32.768Z | Downloaded unicase v2.9.0 |
| 1150 | 2026-06-13T03:11:32.771Z | Downloaded aho-corasick v1.1.4 |
| 1151 | 2026-06-13T03:11:32.774Z | Downloaded qorb v0.4.1 |
| 1152 | 2026-06-13T03:11:32.778Z | Downloaded vergen-git2 v9.1.0 |
| 1153 | 2026-06-13T03:11:32.783Z | Downloaded xshell-macros v0.2.7 |
| 1154 | 2026-06-13T03:11:32.787Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1155 | 2026-06-13T03:11:32.792Z | Downloaded itertools v0.13.0 |
| 1156 | 2026-06-13T03:11:32.795Z | Downloaded num-bigint-dig v0.8.6 |
| 1157 | 2026-06-13T03:11:32.798Z | Downloaded samael v0.0.19 |
| 1158 | 2026-06-13T03:11:32.804Z | Downloaded schemars v0.9.0 |
| 1159 | 2026-06-13T03:11:32.807Z | Downloaded zeroize_derive v1.4.3 |
| 1160 | 2026-06-13T03:11:32.807Z | Downloaded vergen-gitcl v1.0.8 |
| 1161 | 2026-06-13T03:11:32.807Z | Downloaded uzers v0.12.2 |
| 1162 | 2026-06-13T03:11:32.810Z | Downloaded strum_macros v0.27.2 |
| 1163 | 2026-06-13T03:11:32.810Z | Downloaded rustls-webpki v0.103.9 |
| 1164 | 2026-06-13T03:11:32.813Z | Downloaded libm v0.2.16 |
| 1165 | 2026-06-13T03:11:32.817Z | Downloaded zone_cfg_derive v0.3.1 |
| 1166 | 2026-06-13T03:11:32.820Z | Downloaded zone v0.3.1 |
| 1167 | 2026-06-13T03:11:32.821Z | Downloaded walkdir v2.5.0 |
| 1168 | 2026-06-13T03:11:32.821Z | Downloaded tui-tree-widget v0.23.1 |
| 1169 | 2026-06-13T03:11:32.825Z | Downloaded subprocess v0.2.15 |
| 1170 | 2026-06-13T03:11:32.825Z | Downloaded iddqd v0.4.2 |
| 1171 | 2026-06-13T03:11:32.828Z | Downloaded vsss-rs v3.3.4 |
| 1172 | 2026-06-13T03:11:32.831Z | Downloaded vergen-lib v9.1.0 |
| 1173 | 2026-06-13T03:11:32.832Z | Downloaded twox-hash v2.1.2 |
| 1174 | 2026-06-13T03:11:32.832Z | Downloaded test-strategy v0.4.5 |
| 1175 | 2026-06-13T03:11:32.835Z | Downloaded term v0.7.0 |
| 1176 | 2026-06-13T03:11:32.838Z | Downloaded russh v0.45.0 |
| 1177 | 2026-06-13T03:11:32.841Z | Downloaded whoami v1.6.1 |
| 1178 | 2026-06-13T03:11:32.841Z | Downloaded tracing-attributes v0.1.31 |
| 1179 | 2026-06-13T03:11:32.841Z | Downloaded h2 v0.4.13 |
| 1180 | 2026-06-13T03:11:32.844Z | Downloaded rsa v0.9.10 |
| 1181 | 2026-06-13T03:11:32.847Z | Downloaded futures-util v0.3.32 |
| 1182 | 2026-06-13T03:11:32.853Z | Downloaded whoami v2.1.0 |
| 1183 | 2026-06-13T03:11:32.856Z | Downloaded vergen v9.1.0 |
| 1184 | 2026-06-13T03:11:32.856Z | Downloaded unicode-properties v0.1.4 |
| 1185 | 2026-06-13T03:11:32.860Z | Downloaded xshell v0.2.7 |
| 1186 | 2026-06-13T03:11:32.863Z | Downloaded hashbrown v0.16.1 |
| 1187 | 2026-06-13T03:11:32.863Z | Downloaded wyz v0.5.1 |
| 1188 | 2026-06-13T03:11:32.867Z | Downloaded hkdf v0.12.4 |
| 1189 | 2026-06-13T03:11:32.867Z | Downloaded rand v0.10.0 |
| 1190 | 2026-06-13T03:11:32.871Z | Downloaded rand v0.9.2 |
| 1191 | 2026-06-13T03:11:32.874Z | Downloaded tokio-rustls v0.26.4 |
| 1192 | 2026-06-13T03:11:32.874Z | Downloaded itertools v0.12.1 |
| 1193 | 2026-06-13T03:11:32.877Z | Downloaded zeroize v1.8.2 |
| 1194 | 2026-06-13T03:11:32.877Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1195 | 2026-06-13T03:11:32.881Z | Downloaded usdt-impl v0.6.0 |
| 1196 | 2026-06-13T03:11:32.884Z | Downloaded schemars v1.2.1 |
| 1197 | 2026-06-13T03:11:32.889Z | Downloaded nom v8.0.0 |
| 1198 | 2026-06-13T03:11:32.893Z | Downloaded tar v0.4.45 |
| 1199 | 2026-06-13T03:11:32.896Z | Downloaded zstd-safe v7.2.4 |
| 1200 | 2026-06-13T03:11:32.896Z | Downloaded zstd v0.13.3 |
| 1201 | 2026-06-13T03:11:32.902Z | Downloaded unsafe-libyaml v0.2.11 |
| 1202 | 2026-06-13T03:11:32.905Z | Downloaded serde_with v1.14.0 |
| 1203 | 2026-06-13T03:11:32.908Z | Downloaded typify v0.6.2 |
| 1204 | 2026-06-13T03:11:32.911Z | Downloaded tungstenite v0.23.0 |
| 1205 | 2026-06-13T03:11:32.914Z | Downloaded tungstenite v0.21.0 |
| 1206 | 2026-06-13T03:11:32.917Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1207 | 2026-06-13T03:11:32.920Z | Downloaded zerocopy v0.6.6 |
| 1208 | 2026-06-13T03:11:32.920Z | Downloaded yasna v0.5.2 |
| 1209 | 2026-06-13T03:11:32.923Z | Downloaded itertools v0.14.0 |
| 1210 | 2026-06-13T03:11:32.931Z | Downloaded uuid v1.23.0 |
| 1211 | 2026-06-13T03:11:32.931Z | Downloaded steno v0.4.1 |
| 1212 | 2026-06-13T03:11:32.934Z | Downloaded toml v0.7.8 |
| 1213 | 2026-06-13T03:11:32.934Z | Downloaded tinyvec v1.10.0 |
| 1214 | 2026-06-13T03:11:32.934Z | Downloaded rustyline v14.0.0 |
| 1215 | 2026-06-13T03:11:32.938Z | Downloaded bitvec v1.0.1 |
| 1216 | 2026-06-13T03:11:32.943Z | Downloaded vte v0.14.1 |
| 1217 | 2026-06-13T03:11:32.946Z | Downloaded vergen-lib v0.1.6 |
| 1218 | 2026-06-13T03:11:32.946Z | Downloaded tracing-core v0.1.36 |
| 1219 | 2026-06-13T03:11:32.949Z | Downloaded unicode-bidi v0.3.18 |
| 1220 | 2026-06-13T03:11:32.952Z | Downloaded typify v0.4.3 |
| 1221 | 2026-06-13T03:11:32.955Z | Downloaded rpassword v7.4.0 |
| 1222 | 2026-06-13T03:11:32.955Z | Downloaded p384 v0.13.1 |
| 1223 | 2026-06-13T03:11:32.966Z | Downloaded blake3 v1.8.3 |
| 1224 | 2026-06-13T03:11:32.974Z | Downloaded bstr v1.12.1 |
| 1225 | 2026-06-13T03:11:32.979Z | Downloaded zopfli v0.8.3 |
| 1226 | 2026-06-13T03:11:32.982Z | Downloaded ssh-key v0.6.7 |
| 1227 | 2026-06-13T03:11:32.985Z | Downloaded reedline v0.40.0 |
| 1228 | 2026-06-13T03:11:32.989Z | Downloaded chrono v0.4.44 |
| 1229 | 2026-06-13T03:11:32.992Z | Downloaded aws-lc-rs v1.16.3 |
| 1230 | 2026-06-13T03:11:33.032Z | Downloaded tokio-postgres v0.7.16 |
| 1231 | 2026-06-13T03:11:33.037Z | Downloaded bindgen v0.71.1 |
| 1232 | 2026-06-13T03:11:33.037Z | Downloaded toml_edit v0.19.15 |
| 1233 | 2026-06-13T03:11:33.040Z | Downloaded reqwest v0.13.2 |
| 1234 | 2026-06-13T03:11:33.043Z | Downloaded zip v0.6.6 |
| 1235 | 2026-06-13T03:11:33.044Z | Downloaded reqwest v0.12.28 |
| 1236 | 2026-06-13T03:11:33.047Z | Downloaded tower v0.5.3 |
| 1237 | 2026-06-13T03:11:33.051Z | Downloaded lalrpop v0.19.12 |
| 1238 | 2026-06-13T03:11:33.058Z | Downloaded regex v1.12.3 |
| 1239 | 2026-06-13T03:11:33.061Z | Downloaded rayon v1.11.0 |
| 1240 | 2026-06-13T03:11:33.066Z | Downloaded yansi v1.0.1 |
| 1241 | 2026-06-13T03:11:33.069Z | Downloaded unicode_categories v0.1.1 |
| 1242 | 2026-06-13T03:11:33.069Z | Downloaded rustls-webpki v0.101.7 |
| 1243 | 2026-06-13T03:11:33.076Z | Downloaded quick-xml v0.37.5 |
| 1244 | 2026-06-13T03:11:33.080Z | Downloaded zerocopy-derive v0.8.40 |
| 1245 | 2026-06-13T03:11:33.084Z | Downloaded portable-atomic v1.13.1 |
| 1246 | 2026-06-13T03:11:33.088Z | Downloaded typed-path v0.9.3 |
| 1247 | 2026-06-13T03:11:33.092Z | Downloaded goblin v0.10.5 |
| 1248 | 2026-06-13T03:11:33.099Z | Downloaded unicode-segmentation v1.12.0 |
| 1249 | 2026-06-13T03:11:33.105Z | Downloaded unicode-normalization v0.1.25 |
| 1250 | 2026-06-13T03:11:33.108Z | Downloaded salty v0.3.0 |
| 1251 | 2026-06-13T03:11:33.112Z | Downloaded moka v0.12.13 |
| 1252 | 2026-06-13T03:11:33.117Z | Downloaded petname v2.0.2 |
| 1253 | 2026-06-13T03:11:33.129Z | Downloaded tokio-util v0.7.18 |
| 1254 | 2026-06-13T03:11:33.134Z | Downloaded git2 v0.20.4 |
| 1255 | 2026-06-13T03:11:33.139Z | Downloaded x509-cert v0.2.5 |
| 1256 | 2026-06-13T03:11:33.157Z | Downloaded tower-http v0.6.8 |
| 1257 | 2026-06-13T03:11:33.162Z | Downloaded proptest v1.10.0 |
| 1258 | 2026-06-13T03:11:33.167Z | Downloaded tough v0.22.0 |
| 1259 | 2026-06-13T03:11:33.172Z | Downloaded serde_with v3.17.0 |
| 1260 | 2026-06-13T03:11:33.178Z | Downloaded rustls-webpki v0.102.8 |
| 1261 | 2026-06-13T03:11:33.190Z | Downloaded zip v4.6.1 |
| 1262 | 2026-06-13T03:11:33.193Z | Downloaded nix v0.27.1 |
| 1263 | 2026-06-13T03:11:33.197Z | Downloaded object v0.30.4 |
| 1264 | 2026-06-13T03:11:33.207Z | Downloaded winnow v0.6.26 |
| 1265 | 2026-06-13T03:11:33.226Z | Downloaded polar-core v0.27.3 |
| 1266 | 2026-06-13T03:11:33.230Z | Downloaded quinn-proto v0.11.13 |
| 1267 | 2026-06-13T03:11:33.234Z | Downloaded curve25519-dalek v4.1.3 |
| 1268 | 2026-06-13T03:11:33.239Z | Downloaded radix_trie v0.2.1 |
| 1269 | 2026-06-13T03:11:33.248Z | Downloaded openssl v0.10.79 |
| 1270 | 2026-06-13T03:11:33.257Z | Downloaded winnow v0.5.40 |
| 1271 | 2026-06-13T03:11:33.278Z | Downloaded tabled v0.20.0 |
| 1272 | 2026-06-13T03:11:33.293Z | Downloaded regex-syntax v0.6.29 |
| 1273 | 2026-06-13T03:11:33.296Z | Downloaded nix v0.28.0 |
| 1274 | 2026-06-13T03:11:33.302Z | Downloaded dropshot v0.17.0 |
| 1275 | 2026-06-13T03:11:33.316Z | Downloaded vcpkg v0.2.15 |
| 1276 | 2026-06-13T03:11:33.337Z | Downloaded zlib-rs v0.6.2 |
| 1277 | 2026-06-13T03:11:33.342Z | Downloaded time v0.3.47 |
| 1278 | 2026-06-13T03:11:33.347Z | Downloaded smoltcp v0.9.1 |
| 1279 | 2026-06-13T03:11:33.352Z | Downloaded nix v0.31.2 |
| 1280 | 2026-06-13T03:11:33.358Z | Downloaded rustls v0.21.12 |
| 1281 | 2026-06-13T03:11:33.364Z | Downloaded webpki-roots v1.0.6 |
| 1282 | 2026-06-13T03:11:33.368Z | Downloaded rustls v0.22.4 |
| 1283 | 2026-06-13T03:11:33.374Z | Downloaded openapiv3 v2.2.0 |
| 1284 | 2026-06-13T03:11:33.382Z | Downloaded diesel v2.3.7 |
| 1285 | 2026-06-13T03:11:33.392Z | Downloaded zerocopy v0.8.40 |
| 1286 | 2026-06-13T03:11:33.397Z | Downloaded rustls v0.23.37 |
| 1287 | 2026-06-13T03:11:33.404Z | Downloaded regex-syntax v0.8.10 |
| 1288 | 2026-06-13T03:11:33.408Z | Downloaded regress v0.10.5 |
| 1289 | 2026-06-13T03:11:33.413Z | Downloaded smoltcp v0.11.0 |
| 1290 | 2026-06-13T03:11:33.420Z | Downloaded hickory-proto v0.25.2 |
| 1291 | 2026-06-13T03:11:33.428Z | Downloaded regress v0.11.1 |
| 1292 | 2026-06-13T03:11:33.434Z | Downloaded rustix v0.38.44 |
| 1293 | 2026-06-13T03:11:33.446Z | Downloaded object v0.37.3 |
| 1294 | 2026-06-13T03:11:33.452Z | Downloaded hickory-proto v0.24.4 |
| 1295 | 2026-06-13T03:11:33.483Z | Downloaded tracing v0.1.44 |
| 1296 | 2026-06-13T03:11:33.496Z | Downloaded typify-impl v0.6.2 |
| 1297 | 2026-06-13T03:11:33.504Z | Downloaded ratatui v0.29.0 |
| 1298 | 2026-06-13T03:11:33.515Z | Downloaded typify-impl v0.4.3 |
| 1299 | 2026-06-13T03:11:33.524Z | Downloaded zerocopy-derive v0.6.6 |
| 1300 | 2026-06-13T03:11:33.530Z | Downloaded sqlparser v0.61.0 |
| 1301 | 2026-06-13T03:11:33.541Z | Downloaded regex-automata v0.4.14 |
| 1302 | 2026-06-13T03:11:33.549Z | Downloaded sled v0.34.7 |
| 1303 | 2026-06-13T03:11:33.567Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1304 | 2026-06-13T03:11:33.572Z | Downloaded csv v1.4.0 |
| 1305 | 2026-06-13T03:11:33.585Z | Downloaded sha3 v0.10.8 |
| 1306 | 2026-06-13T03:11:33.612Z | Downloaded encoding_rs v0.8.35 |
| 1307 | 2026-06-13T03:11:33.647Z | Downloaded petgraph v0.6.5 |
| 1308 | 2026-06-13T03:11:33.658Z | Downloaded chrono-tz v0.10.4 |
| 1309 | 2026-06-13T03:11:33.700Z | Downloaded jiff v0.2.21 |
| 1310 | 2026-06-13T03:11:33.711Z | Downloaded petgraph v0.8.3 |
| 1311 | 2026-06-13T03:11:33.726Z | Downloaded libz-sys v1.1.24 |
| 1312 | 2026-06-13T03:11:33.738Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1313 | 2026-06-13T03:11:33.758Z | Downloaded tokio v1.52.1 |
| 1314 | 2026-06-13T03:11:33.882Z | Downloaded ring v0.17.14 |
| 1315 | 2026-06-13T03:11:33.926Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1316 | 2026-06-13T03:11:34.454Z | Downloaded aws-lc-sys v0.40.0 |
| 1317 | 2026-06-13T03:11:34.700Z | Compiling libc v0.2.185 |
| 1318 | 2026-06-13T03:11:34.700Z | Compiling serde v1.0.228 |
| 1319 | 2026-06-13T03:11:34.703Z | Compiling log v0.4.29 |
| 1320 | 2026-06-13T03:11:34.703Z | Compiling find-msvc-tools v0.1.9 |
| 1321 | 2026-06-13T03:11:34.835Z | Compiling shlex v1.3.0 |
| 1322 | 2026-06-13T03:11:34.838Z | Compiling smallvec v1.15.1 |
| 1323 | 2026-06-13T03:11:34.844Z | Compiling syn v2.0.117 |
| 1324 | 2026-06-13T03:11:34.852Z | Compiling typenum v1.19.0 |
| 1325 | 2026-06-13T03:11:35.015Z | Compiling generic-array v0.14.7 |
| 1326 | 2026-06-13T03:11:35.029Z | Compiling subtle v2.6.1 |
| 1327 | 2026-06-13T03:11:35.061Z | Compiling scopeguard v1.2.0 |
| 1328 | 2026-06-13T03:11:35.124Z | Compiling const-oid v0.9.6 |
| 1329 | 2026-06-13T03:11:35.154Z | Compiling lock_api v0.4.14 |
| 1330 | 2026-06-13T03:11:35.167Z | Compiling serde_json v1.0.149 |
| 1331 | 2026-06-13T03:11:35.194Z | Compiling zerocopy v0.8.40 |
| 1332 | 2026-06-13T03:11:35.262Z | Compiling portable-atomic v1.13.1 |
| 1333 | 2026-06-13T03:11:35.375Z | Compiling pin-project-lite v0.2.17 |
| 1334 | 2026-06-13T03:11:35.472Z | Compiling parking_lot_core v0.9.12 |
| 1335 | 2026-06-13T03:11:35.612Z | Compiling pkg-config v0.3.32 |
| 1336 | 2026-06-13T03:11:35.703Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-06-13T03:11:35.706Z | Compiling jobserver v0.1.34 |
| 1338 | 2026-06-13T03:11:35.718Z | Compiling errno v0.3.14 |
| 1339 | 2026-06-13T03:11:35.848Z | Compiling rand_core v0.6.4 |
| 1340 | 2026-06-13T03:11:35.922Z | Compiling signal-hook-registry v1.4.8 |
| 1341 | 2026-06-13T03:11:36.081Z | Compiling cc v1.2.56 |
| 1342 | 2026-06-13T03:11:36.112Z | Compiling bitflags v2.11.0 |
| 1343 | 2026-06-13T03:11:36.142Z | Compiling critical-section v1.2.0 |
| 1344 | 2026-06-13T03:11:36.145Z | Compiling futures-core v0.3.32 |
| 1345 | 2026-06-13T03:11:36.184Z | Compiling libm v0.2.16 |
| 1346 | 2026-06-13T03:11:36.245Z | Compiling parking_lot v0.12.5 |
| 1347 | 2026-06-13T03:11:36.303Z | Compiling once_cell v1.21.3 |
| 1348 | 2026-06-13T03:11:36.330Z | Compiling mio v1.2.0 |
| 1349 | 2026-06-13T03:11:36.359Z | Compiling num-traits v0.2.19 |
| 1350 | 2026-06-13T03:11:36.450Z | Compiling percent-encoding v2.3.2 |
| 1351 | 2026-06-13T03:11:36.509Z | Compiling socket2 v0.6.3 |
| 1352 | 2026-06-13T03:11:36.606Z | Compiling futures-sink v0.3.32 |
| 1353 | 2026-06-13T03:11:36.633Z | Compiling slab v0.4.12 |
| 1354 | 2026-06-13T03:11:36.696Z | Compiling futures-channel v0.3.32 |
| 1355 | 2026-06-13T03:11:36.710Z | Compiling futures-task v0.3.32 |
| 1356 | 2026-06-13T03:11:36.790Z | Compiling futures-io v0.3.32 |
| 1357 | 2026-06-13T03:11:36.804Z | Compiling cpufeatures v0.2.17 |
| 1358 | 2026-06-13T03:11:36.871Z | Compiling getrandom v0.4.1 |
| 1359 | 2026-06-13T03:11:36.886Z | Compiling rand_core v0.10.0 |
| 1360 | 2026-06-13T03:11:36.903Z | Compiling indexmap v2.14.0 |
| 1361 | 2026-06-13T03:11:37.027Z | Compiling getrandom v0.3.4 |
| 1362 | 2026-06-13T03:11:37.030Z | Compiling rustversion v1.0.22 |
| 1363 | 2026-06-13T03:11:37.165Z | Compiling cmake v0.1.57 |
| 1364 | 2026-06-13T03:11:37.596Z | Compiling form_urlencoded v1.2.2 |
| 1365 | 2026-06-13T03:11:37.612Z | Compiling fs_extra v1.3.0 |
| 1366 | 2026-06-13T03:11:37.686Z | Compiling synstructure v0.13.2 |
| 1367 | 2026-06-13T03:11:37.701Z | Compiling dunce v1.0.5 |
| 1368 | 2026-06-13T03:11:37.774Z | Compiling ident_case v1.0.1 |
| 1369 | 2026-06-13T03:11:37.804Z | Compiling base64ct v1.8.3 |
| 1370 | 2026-06-13T03:11:37.887Z | Compiling aws-lc-sys v0.40.0 |
| 1371 | 2026-06-13T03:11:37.900Z | Compiling iana-time-zone v0.1.65 |
| 1372 | 2026-06-13T03:11:38.010Z | Compiling regex-syntax v0.8.10 |
| 1373 | 2026-06-13T03:11:38.046Z | Compiling pem-rfc7468 v0.7.0 |
| 1374 | 2026-06-13T03:11:38.102Z | Compiling flagset v0.4.7 |
| 1375 | 2026-06-13T03:11:38.102Z | Compiling rustix v1.1.3 |
| 1376 | 2026-06-13T03:11:38.238Z | Compiling rand_core v0.9.5 |
| 1377 | 2026-06-13T03:11:38.298Z | Compiling ring v0.17.14 |
| 1378 | 2026-06-13T03:11:38.311Z | Compiling vcpkg v0.2.15 |
| 1379 | 2026-06-13T03:11:38.352Z | Compiling aws-lc-rs v1.16.3 |
| 1380 | 2026-06-13T03:11:38.512Z | Compiling uuid v1.23.0 |
| 1381 | 2026-06-13T03:11:38.642Z | Compiling rustc_version v0.4.1 |
| 1382 | 2026-06-13T03:11:38.977Z | Compiling tracing-core v0.1.36 |
| 1383 | 2026-06-13T03:11:39.054Z | Compiling openssl-sys v0.9.115 |
| 1384 | 2026-06-13T03:11:39.233Z | Compiling base64 v0.22.1 |
| 1385 | 2026-06-13T03:11:39.475Z | Compiling serde_derive v1.0.228 |
| 1386 | 2026-06-13T03:11:39.532Z | Compiling zeroize_derive v1.4.3 |
| 1387 | 2026-06-13T03:11:39.556Z | Compiling zerofrom-derive v0.1.6 |
| 1388 | 2026-06-13T03:11:39.582Z | Compiling yoke-derive v0.8.1 |
| 1389 | 2026-06-13T03:11:39.859Z | Compiling zerovec-derive v0.11.2 |
| 1390 | 2026-06-13T03:11:40.172Z | Compiling zeroize v1.8.2 |
| 1391 | 2026-06-13T03:11:40.394Z | Compiling zerocopy-derive v0.8.40 |
| 1392 | 2026-06-13T03:11:40.759Z | Compiling displaydoc v0.2.5 |
| 1393 | 2026-06-13T03:11:40.949Z | Compiling crypto-common v0.1.7 |
| 1394 | 2026-06-13T03:11:40.971Z | Compiling zerofrom v0.1.6 |
| 1395 | 2026-06-13T03:11:40.997Z | Compiling block-buffer v0.10.4 |
| 1396 | 2026-06-13T03:11:41.082Z | Compiling yoke v0.8.1 |
| 1397 | 2026-06-13T03:11:41.104Z | Compiling tokio-macros v2.7.0 |
| 1398 | 2026-06-13T03:11:41.174Z | Compiling digest v0.10.7 |
| 1399 | 2026-06-13T03:11:41.263Z | Compiling zerovec v0.11.5 |
| 1400 | 2026-06-13T03:11:41.412Z | Compiling futures-macro v0.3.32 |
| 1401 | 2026-06-13T03:11:41.508Z | Compiling zerotrie v0.2.3 |
| 1402 | 2026-06-13T03:11:41.778Z | Compiling tinystr v0.8.2 |
| 1403 | 2026-06-13T03:11:41.797Z | Compiling potential_utf v0.1.4 |
| 1404 | 2026-06-13T03:11:41.804Z | Compiling hmac v0.12.1 |
| 1405 | 2026-06-13T03:11:41.984Z | Compiling icu_locale_core v2.1.1 |
| 1406 | 2026-06-13T03:11:42.005Z | Compiling icu_collections v2.1.1 |
| 1407 | 2026-06-13T03:11:42.009Z | Compiling block-padding v0.3.3 |
| 1408 | 2026-06-13T03:11:42.162Z | Compiling inout v0.1.4 |
| 1409 | 2026-06-13T03:11:42.235Z | Compiling futures-util v0.3.32 |
| 1410 | 2026-06-13T03:11:42.326Z | Compiling cipher v0.4.4 |
| 1411 | 2026-06-13T03:11:42.473Z | Compiling sha2 v0.10.9 |
| 1412 | 2026-06-13T03:11:42.586Z | Compiling icu_provider v2.1.1 |
| 1413 | 2026-06-13T03:11:42.862Z | Compiling icu_normalizer v2.1.1 |
| 1414 | 2026-06-13T03:11:42.878Z | Compiling icu_properties v2.1.2 |
| 1415 | 2026-06-13T03:11:42.959Z | Compiling bytes v1.11.1 |
| 1416 | 2026-06-13T03:11:42.975Z | Compiling der_derive v0.7.3 |
| 1417 | 2026-06-13T03:11:43.399Z | Compiling chrono v0.4.44 |
| 1418 | 2026-06-13T03:11:43.576Z | Compiling tokio v1.52.1 |
| 1419 | 2026-06-13T03:11:43.804Z | Compiling idna_adapter v1.2.1 |
| 1420 | 2026-06-13T03:11:43.920Z | Compiling idna v1.1.0 |
| 1421 | 2026-06-13T03:11:43.935Z | Compiling der v0.7.10 |
| 1422 | 2026-06-13T03:11:43.971Z | Compiling http v1.4.0 |
| 1423 | 2026-06-13T03:11:44.484Z | Compiling url v2.5.8 |
| 1424 | 2026-06-13T03:11:44.553Z | Compiling salsa20 v0.10.2 |
| 1425 | 2026-06-13T03:11:44.696Z | Compiling ppv-lite86 v0.2.21 |
| 1426 | 2026-06-13T03:11:44.729Z | Compiling spki v0.7.3 |
| 1427 | 2026-06-13T03:11:44.866Z | Compiling pbkdf2 v0.12.2 |
| 1428 | 2026-06-13T03:11:44.873Z | Compiling rustls-pki-types v1.14.0 |
| 1429 | 2026-06-13T03:11:44.938Z | Compiling tracing-attributes v0.1.31 |
| 1430 | 2026-06-13T03:11:44.962Z | Compiling thiserror-impl v2.0.18 |
| 1431 | 2026-06-13T03:11:45.004Z | Compiling rand_chacha v0.9.0 |
| 1432 | 2026-06-13T03:11:45.111Z | Compiling scrypt v0.11.0 |
| 1433 | 2026-06-13T03:11:45.295Z | Compiling http-body v1.0.1 |
| 1434 | 2026-06-13T03:11:45.298Z | Compiling aes v0.8.4 |
| 1435 | 2026-06-13T03:11:45.357Z | Compiling cbc v0.1.2 |
| 1436 | 2026-06-13T03:11:45.463Z | Compiling openssl-probe v0.2.1 |
| 1437 | 2026-06-13T03:11:45.519Z | Compiling tinyvec_macros v0.1.1 |
| 1438 | 2026-06-13T03:11:45.588Z | Compiling untrusted v0.9.0 |
| 1439 | 2026-06-13T03:11:45.632Z | Compiling untrusted v0.7.1 |
| 1440 | 2026-06-13T03:11:45.682Z | Compiling httparse v1.10.1 |
| 1441 | 2026-06-13T03:11:45.696Z | Compiling pkcs5 v0.7.1 |
| 1442 | 2026-06-13T03:11:46.053Z | Compiling tinyvec v1.10.0 |
| 1443 | 2026-06-13T03:11:46.162Z | Compiling pest_generator v2.8.6 |
| 1444 | 2026-06-13T03:11:46.196Z | Compiling tracing v0.1.44 |
| 1445 | 2026-06-13T03:11:46.257Z | Compiling thiserror v2.0.18 |
| 1446 | 2026-06-13T03:11:46.345Z | Compiling rand v0.9.2 |
| 1447 | 2026-06-13T03:11:46.359Z | Compiling serde_derive_internals v0.29.1 |
| 1448 | 2026-06-13T03:11:46.388Z | Compiling aho-corasick v1.1.4 |
| 1449 | 2026-06-13T03:11:46.454Z | Compiling tower-service v0.3.3 |
| 1450 | 2026-06-13T03:11:46.541Z | Compiling try-lock v0.2.5 |
| 1451 | 2026-06-13T03:11:46.650Z | Compiling schemars v0.8.22 |
| 1452 | 2026-06-13T03:11:46.880Z | Compiling atomic-waker v1.1.2 |
| 1453 | 2026-06-13T03:11:46.887Z | Compiling tower-layer v0.3.3 |
| 1454 | 2026-06-13T03:11:46.994Z | Compiling rustls v0.23.37 |
| 1455 | 2026-06-13T03:11:47.045Z | Compiling dyn-clone v1.0.20 |
| 1456 | 2026-06-13T03:11:47.155Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-06-13T03:11:47.167Z | Compiling want v0.3.1 |
| 1458 | 2026-06-13T03:11:47.248Z | Compiling tokio-util v0.7.18 |
| 1459 | 2026-06-13T03:11:47.346Z | Compiling schemars_derive v0.8.22 |
| 1460 | 2026-06-13T03:11:47.473Z | Compiling regex-automata v0.4.14 |
| 1461 | 2026-06-13T03:11:47.526Z | Compiling pkcs8 v0.10.2 |
| 1462 | 2026-06-13T03:11:47.571Z | Compiling ipnet v2.11.0 |
| 1463 | 2026-06-13T03:11:47.834Z | Compiling scroll_derive v0.13.1 |
| 1464 | 2026-06-13T03:11:48.066Z | Compiling h2 v0.4.13 |
| 1465 | 2026-06-13T03:11:48.089Z | Compiling darling_core v0.20.11 |
| 1466 | 2026-06-13T03:11:48.269Z | Compiling pin-utils v0.1.0 |
| 1467 | 2026-06-13T03:11:48.343Z | Compiling foreign-types-shared v0.1.1 |
| 1468 | 2026-06-13T03:11:48.441Z | Compiling openssl v0.10.79 |
| 1469 | 2026-06-13T03:11:48.568Z | Compiling httpdate v1.0.3 |
| 1470 | 2026-06-13T03:11:48.619Z | Compiling scroll v0.13.0 |
| 1471 | 2026-06-13T03:11:48.771Z | Compiling foreign-types v0.3.2 |
| 1472 | 2026-06-13T03:11:48.845Z | Compiling tempfile v3.25.0 |
| 1473 | 2026-06-13T03:11:48.876Z | Compiling unicode-normalization v0.1.25 |
| 1474 | 2026-06-13T03:11:49.213Z | Compiling openssl-macros v0.1.1 |
| 1475 | 2026-06-13T03:11:49.322Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1476 | 2026-06-13T03:11:49.556Z | Compiling spin v0.9.8 |
| 1477 | 2026-06-13T03:11:49.585Z | Compiling num-conv v0.2.0 |
| 1478 | 2026-06-13T03:11:49.730Z | Compiling powerfmt v0.2.0 |
| 1479 | 2026-06-13T03:11:49.779Z | Compiling native-tls v0.2.18 |
| 1480 | 2026-06-13T03:11:49.782Z | Compiling time-core v0.1.8 |
| 1481 | 2026-06-13T03:11:49.899Z | Compiling crc32fast v1.5.0 |
| 1482 | 2026-06-13T03:11:49.899Z | Compiling time-macros v0.2.27 |
| 1483 | 2026-06-13T03:11:49.939Z | Compiling deranged v0.5.8 |
| 1484 | 2026-06-13T03:11:50.314Z | Compiling darling_macro v0.20.11 |
| 1485 | 2026-06-13T03:11:50.763Z | Compiling darling v0.20.11 |
| 1486 | 2026-06-13T03:11:50.843Z | Compiling goblin v0.10.5 |
| 1487 | 2026-06-13T03:11:50.877Z | Compiling rustls-native-certs v0.8.3 |
| 1488 | 2026-06-13T03:11:50.937Z | Compiling hyper v1.8.1 |
| 1489 | 2026-06-13T03:11:51.158Z | Compiling sync_wrapper v1.0.2 |
| 1490 | 2026-06-13T03:11:51.268Z | Compiling wait-timeout v0.2.1 |
| 1491 | 2026-06-13T03:11:51.485Z | Compiling syn v1.0.109 |
| 1492 | 2026-06-13T03:11:51.522Z | Compiling crossbeam-utils v0.8.21 |
| 1493 | 2026-06-13T03:11:51.789Z | Compiling bit-vec v0.8.0 |
| 1494 | 2026-06-13T03:11:51.808Z | Compiling simd-adler32 v0.3.8 |
| 1495 | 2026-06-13T03:11:51.916Z | Compiling siphasher v1.0.2 |
| 1496 | 2026-06-13T03:11:51.995Z | Compiling hyper-util v0.1.20 |
| 1497 | 2026-06-13T03:11:52.081Z | Compiling quick-error v1.2.3 |
| 1498 | 2026-06-13T03:11:52.142Z | Compiling unicode-segmentation v1.12.0 |
| 1499 | 2026-06-13T03:11:52.183Z | Compiling usdt-impl v0.6.0 |
| 1500 | 2026-06-13T03:11:52.389Z | Compiling num_threads v0.1.7 |
| 1501 | 2026-06-13T03:11:52.488Z | Compiling time v0.3.47 |
| 1502 | 2026-06-13T03:11:52.554Z | Compiling rusty-fork v0.3.1 |
| 1503 | 2026-06-13T03:11:52.850Z | Compiling bit-set v0.8.0 |
| 1504 | 2026-06-13T03:11:52.931Z | Compiling tower v0.5.3 |
| 1505 | 2026-06-13T03:11:52.989Z | Compiling derive_builder_core v0.20.2 |
| 1506 | 2026-06-13T03:11:53.409Z | Compiling dtrace-parser v0.3.0 |
| 1507 | 2026-06-13T03:11:53.414Z | Compiling http-body-util v0.1.3 |
| 1508 | 2026-06-13T03:11:53.645Z | Compiling dof v0.4.0 |
| 1509 | 2026-06-13T03:11:53.733Z | Compiling webpki-roots v1.0.6 |
| 1510 | 2026-06-13T03:11:53.952Z | Compiling signature v2.2.0 |
| 1511 | 2026-06-13T03:11:53.986Z | Compiling scroll_derive v0.12.1 |
| 1512 | 2026-06-13T03:11:54.033Z | Compiling thiserror-impl v1.0.69 |
| 1513 | 2026-06-13T03:11:54.051Z | Compiling heapless v0.7.17 |
| 1514 | 2026-06-13T03:11:54.128Z | Compiling rand_xorshift v0.4.0 |
| 1515 | 2026-06-13T03:11:54.282Z | Compiling slog v2.8.2 |
| 1516 | 2026-06-13T03:11:54.290Z | Compiling darling_core v0.21.3 |
| 1517 | 2026-06-13T03:11:54.463Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1518 | 2026-06-13T03:11:54.504Z | Compiling thread-id v5.1.0 |
| 1519 | 2026-06-13T03:11:54.592Z | Compiling cookie v0.18.1 |
| 1520 | 2026-06-13T03:11:54.728Z | Compiling zstd-safe v7.2.4 |
| 1521 | 2026-06-13T03:11:54.760Z | Compiling unarray v0.1.4 |
| 1522 | 2026-06-13T03:11:54.791Z | Compiling paste v1.0.15 |
| 1523 | 2026-06-13T03:11:54.867Z | Compiling unicode-bidi v0.3.18 |
| 1524 | 2026-06-13T03:11:54.917Z | Compiling adler2 v2.0.1 |
| 1525 | 2026-06-13T03:11:55.058Z | Compiling anyhow v1.0.102 |
| 1526 | 2026-06-13T03:11:55.065Z | Compiling unicode-properties v0.1.4 |
| 1527 | 2026-06-13T03:11:55.078Z | Compiling iri-string v0.7.10 |
| 1528 | 2026-06-13T03:11:55.236Z | Compiling ryu v1.0.23 |
| 1529 | 2026-06-13T03:11:55.272Z | Compiling allocator-api2 v0.2.21 |
| 1530 | 2026-06-13T03:11:55.350Z | Compiling signal-hook v0.3.18 |
| 1531 | 2026-06-13T03:11:55.385Z | Compiling serde_urlencoded v0.7.1 |
| 1532 | 2026-06-13T03:11:55.524Z | Compiling thiserror v1.0.69 |
| 1533 | 2026-06-13T03:11:55.582Z | Compiling stringprep v0.1.5 |
| 1534 | 2026-06-13T03:11:55.629Z | Compiling miniz_oxide v0.8.9 |
| 1535 | 2026-06-13T03:11:55.633Z | Compiling proptest v1.10.0 |
| 1536 | 2026-06-13T03:11:56.212Z | Compiling tower-http v0.6.8 |
| 1537 | 2026-06-13T03:11:56.494Z | Compiling scroll v0.12.0 |
| 1538 | 2026-06-13T03:11:56.818Z | Compiling derive_builder_macro v0.20.2 |
| 1539 | 2026-06-13T03:11:56.833Z | Compiling darling_macro v0.21.3 |
| 1540 | 2026-06-13T03:11:56.833Z | Compiling tokio-native-tls v0.3.1 |
| 1541 | 2026-06-13T03:11:56.833Z | Compiling heck v0.4.1 |
| 1542 | 2026-06-13T03:11:56.911Z | Compiling bstr v1.12.1 |
| 1543 | 2026-06-13T03:11:57.040Z | Compiling ipnetwork v0.21.1 |
| 1544 | 2026-06-13T03:11:57.061Z | Compiling rand_chacha v0.3.1 |
| 1545 | 2026-06-13T03:11:57.113Z | Compiling serde_tokenstream v0.2.3 |
| 1546 | 2026-06-13T03:11:57.187Z | Compiling toml_datetime v0.6.11 |
| 1547 | 2026-06-13T03:11:57.430Z | Compiling erased-serde v0.3.31 |
| 1548 | 2026-06-13T03:11:57.469Z | Compiling serde_spanned v0.6.9 |
| 1549 | 2026-06-13T03:11:57.507Z | Compiling md-5 v0.10.6 |
| 1550 | 2026-06-13T03:11:57.547Z | Compiling zerocopy-derive v0.7.35 |
| 1551 | 2026-06-13T03:11:57.587Z | Compiling pin-project-internal v1.1.11 |
| 1552 | 2026-06-13T03:11:57.661Z | Compiling async-trait v0.1.89 |
| 1553 | 2026-06-13T03:11:57.859Z | Compiling curve25519-dalek v4.1.3 |
| 1554 | 2026-06-13T03:11:57.918Z | Compiling vergen-lib v9.1.0 |
| 1555 | 2026-06-13T03:11:58.080Z | Compiling num-integer v0.1.46 |
| 1556 | 2026-06-13T03:11:58.650Z | Compiling hash32 v0.2.1 |
| 1557 | 2026-06-13T03:11:58.698Z | Compiling ff v0.13.1 |
| 1558 | 2026-06-13T03:11:58.698Z | Compiling memoffset v0.9.1 |
| 1559 | 2026-06-13T03:11:58.698Z | Compiling encoding_rs v0.8.35 |
| 1560 | 2026-06-13T03:11:58.698Z | Compiling num-bigint-dig v0.8.6 |
| 1561 | 2026-06-13T03:11:58.698Z | Compiling rustix v0.38.44 |
| 1562 | 2026-06-13T03:11:58.698Z | Compiling psl-types v2.0.11 |
| 1563 | 2026-06-13T03:11:58.796Z | Compiling fallible-iterator v0.2.0 |
| 1564 | 2026-06-13T03:11:58.796Z | Compiling base16ct v0.2.0 |
| 1565 | 2026-06-13T03:11:58.880Z | Compiling cfg_aliases v0.2.1 |
| 1566 | 2026-06-13T03:11:58.880Z | Compiling smoltcp v0.9.1 |
| 1567 | 2026-06-13T03:11:58.912Z | Compiling litrs v1.0.0 |
| 1568 | 2026-06-13T03:11:58.959Z | Compiling mime v0.3.17 |
| 1569 | 2026-06-13T03:11:58.986Z | Compiling ref-cast v1.0.25 |
| 1570 | 2026-06-13T03:11:59.146Z | Compiling zlib-rs v0.6.2 |
| 1571 | 2026-06-13T03:11:59.204Z | Compiling postgres-protocol v0.6.10 |
| 1572 | 2026-06-13T03:11:59.386Z | Compiling document-features v0.2.12 |
| 1573 | 2026-06-13T03:11:59.409Z | Compiling sec1 v0.7.3 |
| 1574 | 2026-06-13T03:11:59.689Z | Compiling nix v0.31.2 |
| 1575 | 2026-06-13T03:11:59.770Z | Compiling publicsuffix v2.3.0 |
| 1576 | 2026-06-13T03:11:59.917Z | Compiling pin-project v1.1.11 |
| 1577 | 2026-06-13T03:11:59.944Z | Compiling group v0.13.0 |
| 1578 | 2026-06-13T03:12:00.004Z | Compiling zerocopy v0.7.35 |
| 1579 | 2026-06-13T03:12:00.045Z | Compiling num-iter v0.1.45 |
| 1580 | 2026-06-13T03:12:00.182Z | Compiling newtype-uuid v1.3.2 |
| 1581 | 2026-06-13T03:12:00.483Z | Compiling hubpack_derive v0.1.1 |
| 1582 | 2026-06-13T03:12:00.491Z | Compiling oxnet v0.1.5 |
| 1583 | 2026-06-13T03:12:00.510Z | Compiling rand v0.8.6 |
| 1584 | 2026-06-13T03:12:00.524Z | Compiling darling v0.21.3 |
| 1585 | 2026-06-13T03:12:00.582Z | Compiling derive_builder v0.20.2 |
| 1586 | 2026-06-13T03:12:00.637Z | Compiling snafu-derive v0.8.9 |
| 1587 | 2026-06-13T03:12:00.701Z | Compiling hyper-tls v0.6.0 |
| 1588 | 2026-06-13T03:12:00.863Z | Compiling goblin v0.8.2 |
| 1589 | 2026-06-13T03:12:01.569Z | Compiling phf_shared v0.13.1 |
| 1590 | 2026-06-13T03:12:01.656Z | Compiling lazy_static v1.5.0 |
| 1591 | 2026-06-13T03:12:01.751Z | Compiling regex v1.12.3 |
| 1592 | 2026-06-13T03:12:01.778Z | Compiling anstyle-parse v0.2.7 |
| 1593 | 2026-06-13T03:12:01.823Z | Compiling strum_macros v0.27.2 |
| 1594 | 2026-06-13T03:12:02.112Z | Compiling flate2 v1.1.9 |
| 1595 | 2026-06-13T03:12:02.267Z | Compiling futures-executor v0.3.32 |
| 1596 | 2026-06-13T03:12:02.377Z | Compiling hex v0.4.3 |
| 1597 | 2026-06-13T03:12:02.432Z | Compiling hkdf v0.12.4 |
| 1598 | 2026-06-13T03:12:02.489Z | Compiling crypto-bigint v0.5.5 |
| 1599 | 2026-06-13T03:12:02.503Z | Compiling terminal_size v0.4.3 |
| 1600 | 2026-06-13T03:12:02.599Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1601 | 2026-06-13T03:12:02.646Z | Compiling ref-cast-impl v1.0.25 |
| 1602 | 2026-06-13T03:12:02.655Z | Compiling daft-derive v0.1.7 |
| 1603 | 2026-06-13T03:12:03.175Z | Compiling vergen v9.1.0 |
| 1604 | 2026-06-13T03:12:03.270Z | Compiling fs-err v3.3.0 |
| 1605 | 2026-06-13T03:12:03.354Z | Compiling cargo-platform v0.3.2 |
| 1606 | 2026-06-13T03:12:03.397Z | Compiling ahash v0.8.12 |
| 1607 | 2026-06-13T03:12:03.418Z | Compiling winnow v0.5.40 |
| 1608 | 2026-06-13T03:12:03.571Z | Compiling bumpalo v3.20.2 |
| 1609 | 2026-06-13T03:12:03.652Z | Compiling managed v0.8.0 |
| 1610 | 2026-06-13T03:12:04.017Z | Compiling same-file v1.0.6 |
| 1611 | 2026-06-13T03:12:04.017Z | Compiling foldhash v0.1.5 |
| 1612 | 2026-06-13T03:12:04.041Z | Compiling bitflags v1.3.2 |
| 1613 | 2026-06-13T03:12:04.041Z | Compiling foldhash v0.2.0 |
| 1614 | 2026-06-13T03:12:04.041Z | Compiling libbz2-rs-sys v0.2.2 |
| 1615 | 2026-06-13T03:12:04.041Z | Compiling object v0.37.3 |
| 1616 | 2026-06-13T03:12:04.140Z | Compiling hashbrown v0.16.1 |
| 1617 | 2026-06-13T03:12:04.325Z | Compiling clap_builder v4.6.0 |
| 1618 | 2026-06-13T03:12:04.377Z | Compiling hashbrown v0.15.5 |
| 1619 | 2026-06-13T03:12:04.695Z | Compiling bzip2 v0.6.1 |
| 1620 | 2026-06-13T03:12:04.715Z | Compiling toml_edit v0.19.15 |
| 1621 | 2026-06-13T03:12:04.754Z | Compiling walkdir v2.5.0 |
| 1622 | 2026-06-13T03:12:04.815Z | Compiling strum v0.27.2 |
| 1623 | 2026-06-13T03:12:04.920Z | Compiling zopfli v0.8.3 |
| 1624 | 2026-06-13T03:12:04.989Z | Compiling cargo_metadata v0.23.1 |
| 1625 | 2026-06-13T03:12:05.120Z | Compiling elliptic-curve v0.13.8 |
| 1626 | 2026-06-13T03:12:05.714Z | Compiling daft v0.1.7 |
| 1627 | 2026-06-13T03:12:05.729Z | Compiling dof v0.3.0 |
| 1628 | 2026-06-13T03:12:05.808Z | Compiling snafu v0.8.9 |
| 1629 | 2026-06-13T03:12:06.140Z | Compiling futures v0.3.32 |
| 1630 | 2026-06-13T03:12:06.226Z | Compiling anstream v0.6.21 |
| 1631 | 2026-06-13T03:12:06.320Z | Compiling phf v0.13.1 |
| 1632 | 2026-06-13T03:12:06.478Z | Compiling signal-hook-mio v0.2.5 |
| 1633 | 2026-06-13T03:12:06.658Z | Compiling cookie_store v0.22.1 |
| 1634 | 2026-06-13T03:12:06.669Z | Compiling zstd v0.13.3 |
| 1635 | 2026-06-13T03:12:06.878Z | Compiling bzip2 v0.4.4 |
| 1636 | 2026-06-13T03:12:06.888Z | Compiling hubpack v0.1.2 |
| 1637 | 2026-06-13T03:12:07.099Z | Compiling serde_with_macros v3.17.0 |
| 1638 | 2026-06-13T03:12:07.252Z | Compiling postgres-types v0.2.12 |
| 1639 | 2026-06-13T03:12:07.267Z | Compiling usdt-macro v0.6.0 |
| 1640 | 2026-06-13T03:12:07.294Z | Compiling usdt-attr-macro v0.6.0 |
| 1641 | 2026-06-13T03:12:07.812Z | Compiling globset v0.4.18 |
| 1642 | 2026-06-13T03:12:07.998Z | Compiling dtrace-parser v0.2.0 |
| 1643 | 2026-06-13T03:12:08.080Z | Compiling ed25519 v2.2.3 |
| 1644 | 2026-06-13T03:12:08.216Z | Compiling phf_shared v0.11.3 |
| 1645 | 2026-06-13T03:12:08.365Z | Compiling olpc-cjson v0.1.4 |
| 1646 | 2026-06-13T03:12:08.395Z | Compiling pkcs1 v0.7.5 |
| 1647 | 2026-06-13T03:12:08.487Z | Compiling clap_derive v4.6.1 |
| 1648 | 2026-06-13T03:12:08.523Z | Compiling enum-as-inner v0.6.1 |
| 1649 | 2026-06-13T03:12:08.567Z | Compiling strum_macros v0.26.4 |
| 1650 | 2026-06-13T03:12:08.764Z | Compiling serde_plain v1.0.2 |
| 1651 | 2026-06-13T03:12:08.893Z | Compiling serde-big-array v0.5.1 |
| 1652 | 2026-06-13T03:12:08.929Z | Compiling rfc6979 v0.4.0 |
| 1653 | 2026-06-13T03:12:08.929Z | Compiling async-recursion v1.1.1 |
| 1654 | 2026-06-13T03:12:08.992Z | Compiling serde_repr v0.1.20 |
| 1655 | 2026-06-13T03:12:09.013Z | Compiling pem v3.0.6 |
| 1656 | 2026-06-13T03:12:09.051Z | Compiling float-cmp v0.10.0 |
| 1657 | 2026-06-13T03:12:09.199Z | Compiling thread-id v4.2.2 |
| 1658 | 2026-06-13T03:12:09.284Z | Compiling memmap2 v0.9.10 |
| 1659 | 2026-06-13T03:12:09.335Z | Compiling env_filter v1.0.0 |
| 1660 | 2026-06-13T03:12:09.482Z | Compiling whoami v2.1.0 |
| 1661 | 2026-06-13T03:12:09.504Z | Compiling normalize-line-endings v0.3.0 |
| 1662 | 2026-06-13T03:12:09.575Z | Compiling difflib v0.4.0 |
| 1663 | 2026-06-13T03:12:09.603Z | Compiling keccak v0.1.6 |
| 1664 | 2026-06-13T03:12:09.658Z | Compiling jiff v0.2.21 |
| 1665 | 2026-06-13T03:12:09.851Z | Compiling fixedbitset v0.4.2 |
| 1666 | 2026-06-13T03:12:10.065Z | Compiling fixedbitset v0.5.7 |
| 1667 | 2026-06-13T03:12:10.126Z | Compiling typed-path v0.9.3 |
| 1668 | 2026-06-13T03:12:10.212Z | Compiling data-encoding v2.10.0 |
| 1669 | 2026-06-13T03:12:10.279Z | Compiling precomputed-hash v0.1.1 |
| 1670 | 2026-06-13T03:12:10.359Z | Compiling predicates-core v1.0.10 |
| 1671 | 2026-06-13T03:12:10.372Z | Compiling static_assertions v1.1.0 |
| 1672 | 2026-06-13T03:12:10.401Z | Compiling new_debug_unreachable v1.0.6 |
| 1673 | 2026-06-13T03:12:10.443Z | Compiling either v1.15.0 |
| 1674 | 2026-06-13T03:12:10.731Z | Compiling string_cache v0.8.9 |
| 1675 | 2026-06-13T03:12:10.840Z | Compiling hickory-proto v0.25.2 |
| 1676 | 2026-06-13T03:12:10.840Z | Compiling itertools v0.13.0 |
| 1677 | 2026-06-13T03:12:10.840Z | Compiling predicates v3.1.4 |
| 1678 | 2026-06-13T03:12:10.900Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1679 | 2026-06-13T03:12:11.312Z | Compiling toml_edit v0.22.27 |
| 1680 | 2026-06-13T03:12:11.329Z | Compiling strum v0.26.3 |
| 1681 | 2026-06-13T03:12:11.457Z | Compiling petgraph v0.8.3 |
| 1682 | 2026-06-13T03:12:11.864Z | Compiling clap v4.6.1 |
| 1683 | 2026-06-13T03:12:12.016Z | Compiling petgraph v0.6.5 |
| 1684 | 2026-06-13T03:12:12.035Z | Compiling sha3 v0.10.8 |
| 1685 | 2026-06-13T03:12:16.556Z | Compiling zip v4.6.1 |
| 1686 | 2026-06-13T03:12:16.591Z | Compiling tokio-postgres v0.7.16 |
| 1687 | 2026-06-13T03:12:16.591Z | Compiling env_logger v0.11.9 |
| 1688 | 2026-06-13T03:12:16.591Z | Compiling usdt v0.6.0 |
| 1689 | 2026-06-13T03:12:16.591Z | Compiling usdt-impl v0.5.0 |
| 1690 | 2026-06-13T03:12:16.591Z | Compiling ecdsa v0.16.9 |
| 1691 | 2026-06-13T03:12:16.591Z | Compiling rsa v0.9.10 |
| 1692 | 2026-06-13T03:12:16.591Z | Compiling ed25519-dalek v2.2.0 |
| 1693 | 2026-06-13T03:12:16.591Z | Compiling serde_with v3.17.0 |
| 1694 | 2026-06-13T03:12:16.591Z | Compiling crossterm v0.28.1 |
| 1695 | 2026-06-13T03:12:16.591Z | Compiling zip v0.6.6 |
| 1696 | 2026-06-13T03:12:16.591Z | Compiling toml v0.7.8 |
| 1697 | 2026-06-13T03:12:16.591Z | Compiling iddqd v0.4.2 |
| 1698 | 2026-06-13T03:12:16.591Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1699 | 2026-06-13T03:12:16.592Z | Compiling similar v2.7.0 |
| 1700 | 2026-06-13T03:12:16.592Z | Compiling crossbeam-epoch v0.9.18 |
| 1701 | 2026-06-13T03:12:16.592Z | Compiling tokio-stream v0.1.18 |
| 1702 | 2026-06-13T03:12:16.601Z | Compiling buf-list v1.1.2 |
| 1703 | 2026-06-13T03:12:16.601Z | Compiling x509-cert v0.2.5 |
| 1704 | 2026-06-13T03:12:16.601Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1705 | 2026-06-13T03:12:16.601Z | Compiling openapiv3 v2.2.0 |
| 1706 | 2026-06-13T03:12:16.656Z | Compiling sha1 v0.10.6 |
| 1707 | 2026-06-13T03:12:16.692Z | Compiling lalrpop-util v0.19.12 |
| 1708 | 2026-06-13T03:12:16.696Z | Compiling peg-runtime v0.8.5 |
| 1709 | 2026-06-13T03:12:16.864Z | Compiling thread_local v1.1.9 |
| 1710 | 2026-06-13T03:12:16.886Z | Compiling slog-async v2.8.0 |
| 1711 | 2026-06-13T03:12:17.020Z | Compiling crossbeam-channel v0.5.15 |
| 1712 | 2026-06-13T03:12:17.043Z | Compiling is-terminal v0.4.17 |
| 1713 | 2026-06-13T03:12:17.139Z | Compiling filetime v0.2.27 |
| 1714 | 2026-06-13T03:12:17.143Z | Compiling take_mut v0.2.2 |
| 1715 | 2026-06-13T03:12:17.213Z | Compiling xattr v1.6.1 |
| 1716 | 2026-06-13T03:12:17.257Z | Compiling term v1.2.1 |
| 1717 | 2026-06-13T03:12:17.478Z | Compiling tar v0.4.45 |
| 1718 | 2026-06-13T03:12:17.835Z | Compiling slog-term v2.9.2 |
| 1719 | 2026-06-13T03:12:27.558Z | Compiling rustls-webpki v0.103.9 |
| 1720 | 2026-06-13T03:12:30.366Z | Compiling tokio-rustls v0.26.4 |
| 1721 | 2026-06-13T03:12:30.366Z | Compiling rustls-platform-verifier v0.6.2 |
| 1722 | 2026-06-13T03:12:30.573Z | Compiling hyper-rustls v0.27.7 |
| 1723 | 2026-06-13T03:12:30.773Z | Compiling reqwest v0.12.28 |
| 1724 | 2026-06-13T03:12:30.777Z | Compiling reqwest v0.13.2 |
| 1725 | 2026-06-13T03:12:32.017Z | Compiling tough v0.22.0 |
| 1726 | 2026-06-13T03:12:34.520Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1727 | 2026-06-13T03:12:34.730Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1728 | 2026-06-13T03:12:37.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1729 | 2026-06-13T03:12:37.712Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1730 | 2026-06-13T03:12:37.764Z | Jun 13 03:12:36.282 INFO Starting download, target: Cockroach |
| 1731 | 2026-06-13T03:12:37.765Z | Jun 13 03:12:36.283 INFO Starting download, target: DendriteStub |
| 1732 | 2026-06-13T03:12:37.765Z | Jun 13 03:12:36.283 INFO Starting download, target: Clickhouse |
| 1733 | 2026-06-13T03:12:37.768Z | Jun 13 03:12:36.283 INFO Starting download, target: Console |
| 1734 | 2026-06-13T03:12:37.768Z | Jun 13 03:12:36.283 INFO Starting download, target: MaghemiteMgd |
| 1735 | 2026-06-13T03:12:37.769Z | Jun 13 03:12:36.283 INFO Starting download, target: MaghemiteDdmd |
| 1736 | 2026-06-13T03:12:37.769Z | Jun 13 03:12:36.283 INFO Starting download, target: TransceiverControl |
| 1737 | 2026-06-13T03:12:37.769Z | Jun 13 03:12:36.283 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1738 | 2026-06-13T03:12:37.769Z | Jun 13 03:12:36.283 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1739 | 2026-06-13T03:12:37.769Z | Jun 13 03:12:36.283 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1740 | 2026-06-13T03:12:37.769Z | Jun 13 03:12:36.283 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1741 | 2026-06-13T03:12:37.769Z | Jun 13 03:12:36.283 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1742 | 2026-06-13T03:12:37.769Z | Jun 13 03:12:36.283 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1743 | 2026-06-13T03:12:37.769Z | Jun 13 03:12:36.283 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1744 | 2026-06-13T03:12:38.750Z | Jun 13 03:12:37.268 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1745 | 2026-06-13T03:12:38.984Z | Jun 13 03:12:37.503 INFO Download complete, target: Console |
| 1746 | 2026-06-13T03:12:39.735Z | Jun 13 03:12:38.254 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1747 | 2026-06-13T03:12:43.877Z | Jun 13 03:12:42.395 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1748 | 2026-06-13T03:12:44.087Z | Jun 13 03:12:42.606 INFO Download complete, target: TransceiverControl |
| 1749 | 2026-06-13T03:12:46.485Z | Jun 13 03:12:44.987 INFO Checking that binary works, target: Clickhouse |
| 1750 | 2026-06-13T03:12:46.577Z | Jun 13 03:12:45.084 INFO Download complete, target: Clickhouse |
| 1751 | 2026-06-13T03:12:49.510Z | Jun 13 03:12:48.029 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1752 | 2026-06-13T03:12:49.554Z | Jun 13 03:12:48.065 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1753 | 2026-06-13T03:12:49.865Z | Jun 13 03:12:48.359 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1754 | 2026-06-13T03:12:51.416Z | Jun 13 03:12:49.922 INFO Download complete, target: MaghemiteDdmd |
| 1755 | 2026-06-13T03:12:51.622Z | Jun 13 03:12:50.121 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1756 | 2026-06-13T03:12:51.622Z | Jun 13 03:12:50.121 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1757 | 2026-06-13T03:12:52.039Z | Jun 13 03:12:50.558 INFO Download complete, target: DendriteStub |
| 1758 | 2026-06-13T03:12:52.254Z | Jun 13 03:12:50.774 INFO Download complete, target: MaghemiteMgd |
| 1759 | 2026-06-13T03:12:56.227Z | Jun 13 03:12:54.746 INFO Checking that binary works, target: Cockroach |
| 1760 | 2026-06-13T03:12:56.334Z | Jun 13 03:12:54.854 INFO Download complete, target: Cockroach |
| 1761 | 2026-06-13T03:12:56.350Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1762 | 2026-06-13T03:12:56.353Z | |
| 1763 | 2026-06-13T03:12:56.353Z | real 2:28.317363460 |
| 1764 | 2026-06-13T03:12:56.353Z | user 6:55.552429803 |
| 1765 | 2026-06-13T03:12:56.353Z | sys 1:22.427013557 |
| 1766 | 2026-06-13T03:12:56.353Z | trap 0.225505018 |
| 1767 | 2026-06-13T03:12:56.353Z | tflt 0.619062917 |
| 1768 | 2026-06-13T03:12:56.353Z | dflt 0.554425963 |
| 1769 | 2026-06-13T03:12:56.353Z | kflt 0.023816345 |
| 1770 | 2026-06-13T03:12:56.353Z | lock 24:59.848081563 |
| 1771 | 2026-06-13T03:12:56.353Z | slp 21:35.367194266 |
| 1772 | 2026-06-13T03:12:56.353Z | lat 44.886764192 |
| 1773 | 2026-06-13T03:12:56.354Z | stop 1:54.573144059 |
| 1774 | 2026-06-13T03:12:56.354Z | + banner clippy |
| 1775 | 2026-06-13T03:12:56.354Z | |
| 1776 | 2026-06-13T03:12:56.354Z | #### # # ##### ##### # # |
| 1777 | 2026-06-13T03:12:56.354Z | # # # # # # # # # # |
| 1778 | 2026-06-13T03:12:56.354Z | # # # # # # # # |
| 1779 | 2026-06-13T03:12:56.354Z | # # # ##### ##### # |
| 1780 | 2026-06-13T03:12:56.354Z | # # # # # # # |
| 1781 | 2026-06-13T03:12:56.354Z | #### ###### # # # # |
| 1782 | 2026-06-13T03:12:56.354Z | |
| 1783 | 2026-06-13T03:12:56.354Z | + export CARGO_INCREMENTAL=0 |
| 1784 | 2026-06-13T03:12:56.354Z | + CARGO_INCREMENTAL=0 |
| 1785 | 2026-06-13T03:12:56.354Z | + ptime -m cargo xtask clippy |
| 1786 | 2026-06-13T03:12:56.884Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1787 | 2026-06-13T03:12:57.102Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1788 | 2026-06-13T03:12:58.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 1789 | 2026-06-13T03:12:59.019Z | Running `target/debug/xtask clippy` |
| 1790 | 2026-06-13T03:12:59.048Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1791 | 2026-06-13T03:12:59.656Z | Downloading crates ... |
| 1792 | 2026-06-13T03:12:59.857Z | Downloaded anes v0.1.6 |
| 1793 | 2026-06-13T03:12:59.868Z | Downloaded backtrace-ext v0.2.1 |
| 1794 | 2026-06-13T03:12:59.872Z | Downloaded assert_cmd v2.1.2 |
| 1795 | 2026-06-13T03:12:59.877Z | Downloaded rstest v0.25.0 |
| 1796 | 2026-06-13T03:12:59.880Z | Downloaded event-listener-strategy v0.5.4 |
| 1797 | 2026-06-13T03:12:59.884Z | Downloaded hickory-client v0.25.2 |
| 1798 | 2026-06-13T03:12:59.887Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1799 | 2026-06-13T03:12:59.890Z | Downloaded pathdiff v0.2.3 |
| 1800 | 2026-06-13T03:12:59.890Z | Downloaded miette-derive v5.10.0 |
| 1801 | 2026-06-13T03:12:59.890Z | Downloaded relative-path v1.9.3 |
| 1802 | 2026-06-13T03:12:59.894Z | Downloaded partial-io v0.5.4 |
| 1803 | 2026-06-13T03:12:59.897Z | Downloaded parking v2.2.1 |
| 1804 | 2026-06-13T03:12:59.900Z | Downloaded escape8259 v0.5.3 |
| 1805 | 2026-06-13T03:12:59.900Z | Downloaded nested v0.1.1 |
| 1806 | 2026-06-13T03:12:59.903Z | Downloaded datatest-stable v0.3.3 |
| 1807 | 2026-06-13T03:12:59.906Z | Downloaded criterion-plot v0.6.0 |
| 1808 | 2026-06-13T03:12:59.906Z | Downloaded cast v0.3.0 |
| 1809 | 2026-06-13T03:12:59.909Z | Downloaded tokio-test v0.4.5 |
| 1810 | 2026-06-13T03:12:59.909Z | Downloaded supports-hyperlinks v2.1.0 |
| 1811 | 2026-06-13T03:12:59.909Z | Downloaded assert-json-diff v2.0.2 |
| 1812 | 2026-06-13T03:12:59.922Z | Downloaded rustc-demangle v0.1.27 |
| 1813 | 2026-06-13T03:12:59.925Z | Downloaded concurrent-queue v2.5.0 |
| 1814 | 2026-06-13T03:12:59.925Z | Downloaded oorandom v11.1.5 |
| 1815 | 2026-06-13T03:12:59.925Z | Downloaded constant_time_eq v0.3.1 |
| 1816 | 2026-06-13T03:12:59.925Z | Downloaded async-object-pool v0.2.0 |
| 1817 | 2026-06-13T03:12:59.929Z | Downloaded target-triple v1.0.0 |
| 1818 | 2026-06-13T03:12:59.932Z | Downloaded linkme-impl v0.3.35 |
| 1819 | 2026-06-13T03:12:59.935Z | Downloaded approx v0.5.1 |
| 1820 | 2026-06-13T03:12:59.935Z | Downloaded plotters-backend v0.3.7 |
| 1821 | 2026-06-13T03:12:59.940Z | Downloaded futures-timer v3.0.3 |
| 1822 | 2026-06-13T03:12:59.943Z | Downloaded linkme v0.3.35 |
| 1823 | 2026-06-13T03:12:59.947Z | Downloaded rust-argon2 v2.1.0 |
| 1824 | 2026-06-13T03:12:59.947Z | Downloaded event-listener v5.4.1 |
| 1825 | 2026-06-13T03:12:59.950Z | Downloaded serde_regex v1.1.0 |
| 1826 | 2026-06-13T03:12:59.950Z | Downloaded plotters-svg v0.3.7 |
| 1827 | 2026-06-13T03:12:59.950Z | Downloaded similar-asserts v1.7.0 |
| 1828 | 2026-06-13T03:12:59.953Z | Downloaded supports-unicode v2.1.0 |
| 1829 | 2026-06-13T03:12:59.956Z | Downloaded supports-color v2.1.0 |
| 1830 | 2026-06-13T03:12:59.960Z | Downloaded path-tree v0.8.3 |
| 1831 | 2026-06-13T03:12:59.962Z | Downloaded terminal_size v0.1.17 |
| 1832 | 2026-06-13T03:12:59.967Z | Downloaded owo-colors v3.5.0 |
| 1833 | 2026-06-13T03:12:59.969Z | Downloaded stringmetrics v2.2.2 |
| 1834 | 2026-06-13T03:12:59.969Z | Downloaded termcolor v1.4.1 |
| 1835 | 2026-06-13T03:12:59.974Z | Downloaded cfg-expr v0.20.6 |
| 1836 | 2026-06-13T03:12:59.979Z | Downloaded libtest-mimic v0.8.1 |
| 1837 | 2026-06-13T03:12:59.983Z | Downloaded target-lexicon v0.13.3 |
| 1838 | 2026-06-13T03:12:59.986Z | Downloaded knuffel-derive v3.2.0 |
| 1839 | 2026-06-13T03:12:59.986Z | Downloaded httptest v0.16.4 |
| 1840 | 2026-06-13T03:13:00.003Z | Downloaded textwrap v0.15.2 |
| 1841 | 2026-06-13T03:13:00.014Z | Downloaded async-lock v3.4.2 |
| 1842 | 2026-06-13T03:13:00.014Z | Downloaded target-spec v3.5.7 |
| 1843 | 2026-06-13T03:13:00.014Z | Downloaded addr2line v0.25.1 |
| 1844 | 2026-06-13T03:13:00.014Z | Downloaded trybuild v1.0.116 |
| 1845 | 2026-06-13T03:13:00.022Z | Downloaded chumsky v0.9.3 |
| 1846 | 2026-06-13T03:13:00.022Z | Downloaded tinytemplate v1.2.1 |
| 1847 | 2026-06-13T03:13:00.026Z | Downloaded rstest_macros v0.25.0 |
| 1848 | 2026-06-13T03:13:00.026Z | Downloaded blake2b_simd v1.0.4 |
| 1849 | 2026-06-13T03:13:00.029Z | Downloaded rand_distr v0.5.1 |
| 1850 | 2026-06-13T03:13:00.030Z | Downloaded miette v5.10.0 |
| 1851 | 2026-06-13T03:13:00.030Z | Downloaded knuffel v3.2.0 |
| 1852 | 2026-06-13T03:13:00.040Z | Downloaded hashbrown v0.14.5 |
| 1853 | 2026-06-13T03:13:00.040Z | Downloaded criterion v0.7.0 |
| 1854 | 2026-06-13T03:13:00.045Z | Downloaded backtrace v0.3.76 |
| 1855 | 2026-06-13T03:13:00.046Z | Downloaded fancy-regex v0.14.0 |
| 1856 | 2026-06-13T03:13:00.046Z | Downloaded guppy v0.17.25 |
| 1857 | 2026-06-13T03:13:00.049Z | Downloaded plotters v0.3.7 |
| 1858 | 2026-06-13T03:13:00.067Z | Downloaded gimli v0.32.3 |
| 1859 | 2026-06-13T03:13:00.167Z | Downloaded httpmock v0.8.3 |
| 1860 | 2026-06-13T03:13:01.800Z | Checking cfg-if v1.0.4 |
| 1861 | 2026-06-13T03:13:02.155Z | Checking libc v0.2.185 |
| 1862 | 2026-06-13T03:13:02.158Z | Checking serde_core v1.0.228 |
| 1863 | 2026-06-13T03:13:02.238Z | Checking memchr v2.8.0 |
| 1864 | 2026-06-13T03:13:02.272Z | Checking smallvec v1.15.1 |
| 1865 | 2026-06-13T03:13:02.314Z | Checking itoa v1.0.17 |
| 1866 | 2026-06-13T03:13:02.354Z | Checking log v0.4.29 |
| 1867 | 2026-06-13T03:13:02.398Z | Checking libm v0.2.16 |
| 1868 | 2026-06-13T03:13:02.440Z | Checking zeroize v1.8.2 |
| 1869 | 2026-06-13T03:13:02.484Z | Checking scopeguard v1.2.0 |
| 1870 | 2026-06-13T03:13:02.524Z | Checking stable_deref_trait v1.2.1 |
| 1871 | 2026-06-13T03:13:02.563Z | Checking zmij v1.0.21 |
| 1872 | 2026-06-13T03:13:02.601Z | Checking errno v0.3.14 |
| 1873 | 2026-06-13T03:13:02.641Z | Checking getrandom v0.2.17 |
| 1874 | 2026-06-13T03:13:02.669Z | Checking lock_api v0.4.14 |
| 1875 | 2026-06-13T03:13:02.706Z | Checking zerofrom v0.1.6 |
| 1876 | 2026-06-13T03:13:02.744Z | Checking percent-encoding v2.3.2 |
| 1877 | 2026-06-13T03:13:02.744Z | Checking litemap v0.8.1 |
| 1878 | 2026-06-13T03:13:02.817Z | Checking writeable v0.6.2 |
| 1879 | 2026-06-13T03:13:02.855Z | Checking yoke v0.8.1 |
| 1880 | 2026-06-13T03:13:02.897Z | Checking icu_normalizer_data v2.1.1 |
| 1881 | 2026-06-13T03:13:02.897Z | Checking icu_properties_data v2.1.2 |
| 1882 | 2026-06-13T03:13:02.964Z | Checking form_urlencoded v1.2.2 |
| 1883 | 2026-06-13T03:13:03.005Z | Checking utf8_iter v1.0.4 |
| 1884 | 2026-06-13T03:13:03.038Z | Checking subtle v2.6.1 |
| 1885 | 2026-06-13T03:13:03.075Z | Checking zerovec v0.11.5 |
| 1886 | 2026-06-13T03:13:03.075Z | Checking zerotrie v0.2.3 |
| 1887 | 2026-06-13T03:13:03.145Z | Checking num-traits v0.2.19 |
| 1888 | 2026-06-13T03:13:03.183Z | Checking rand_core v0.10.0 |
| 1889 | 2026-06-13T03:13:03.227Z | Checking pin-project-lite v0.2.17 |
| 1890 | 2026-06-13T03:13:03.263Z | Checking rand_core v0.6.4 |
| 1891 | 2026-06-13T03:13:03.299Z | Checking parking_lot_core v0.9.12 |
| 1892 | 2026-06-13T03:13:03.349Z | Checking zerocopy v0.8.40 |
| 1893 | 2026-06-13T03:13:03.379Z | Checking getrandom v0.4.1 |
| 1894 | 2026-06-13T03:13:03.424Z | Checking portable-atomic v1.13.1 |
| 1895 | 2026-06-13T03:13:03.472Z | Checking signal-hook-registry v1.4.8 |
| 1896 | 2026-06-13T03:13:03.526Z | Checking parking_lot v0.12.5 |
| 1897 | 2026-06-13T03:13:03.565Z | Checking tinystr v0.8.2 |
| 1898 | 2026-06-13T03:13:03.569Z | Checking potential_utf v0.1.4 |
| 1899 | 2026-06-13T03:13:03.656Z | Checking serde v1.0.228 |
| 1900 | 2026-06-13T03:13:03.696Z | Checking serde_json v1.0.149 |
| 1901 | 2026-06-13T03:13:03.730Z | Checking bitflags v2.11.0 |
| 1902 | 2026-06-13T03:13:03.768Z | Checking icu_collections v2.1.1 |
| 1903 | 2026-06-13T03:13:03.805Z | Checking icu_locale_core v2.1.1 |
| 1904 | 2026-06-13T03:13:03.849Z | Checking critical-section v1.2.0 |
| 1905 | 2026-06-13T03:13:03.896Z | Checking mio v1.2.0 |
| 1906 | 2026-06-13T03:13:03.949Z | Checking socket2 v0.6.3 |
| 1907 | 2026-06-13T03:13:03.991Z | Checking once_cell v1.21.3 |
| 1908 | 2026-06-13T03:13:04.094Z | Checking bytes v1.11.1 |
| 1909 | 2026-06-13T03:13:04.131Z | Checking typenum v1.19.0 |
| 1910 | 2026-06-13T03:13:04.193Z | Checking iana-time-zone v0.1.65 |
| 1911 | 2026-06-13T03:13:04.239Z | Checking uuid v1.23.0 |
| 1912 | 2026-06-13T03:13:04.278Z | Checking thiserror v2.0.18 |
| 1913 | 2026-06-13T03:13:04.328Z | Checking chrono v0.4.44 |
| 1914 | 2026-06-13T03:13:04.380Z | Checking semver v1.0.28 |
| 1915 | 2026-06-13T03:13:04.422Z | Checking icu_provider v2.1.1 |
| 1916 | 2026-06-13T03:13:04.474Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1917 | 2026-06-13T03:13:04.568Z | Checking tokio v1.52.1 |
| 1918 | 2026-06-13T03:13:04.601Z | Checking futures-core v0.3.32 |
| 1919 | 2026-06-13T03:13:04.636Z | Checking dyn-clone v1.0.20 |
| 1920 | 2026-06-13T03:13:04.685Z | Checking generic-array v0.14.7 |
| 1921 | 2026-06-13T03:13:04.696Z | Checking icu_properties v2.1.2 |
| 1922 | 2026-06-13T03:13:04.784Z | Checking icu_normalizer v2.1.1 |
| 1923 | 2026-06-13T03:13:04.827Z | Checking equivalent v1.0.2 |
| 1924 | 2026-06-13T03:13:04.870Z | Checking const-oid v0.9.6 |
| 1925 | 2026-06-13T03:13:04.942Z | Checking futures-sink v0.3.32 |
| 1926 | 2026-06-13T03:13:05.064Z | Checking futures-channel v0.3.32 |
| 1927 | 2026-06-13T03:13:05.101Z | Checking rustix v1.1.3 |
| 1928 | 2026-06-13T03:13:05.140Z | Checking crypto-common v0.1.7 |
| 1929 | 2026-06-13T03:13:05.197Z | Checking block-buffer v0.10.4 |
| 1930 | 2026-06-13T03:13:05.280Z | Checking byteorder v1.5.0 |
| 1931 | 2026-06-13T03:13:05.317Z | Checking futures-task v0.3.32 |
| 1932 | 2026-06-13T03:13:05.361Z | Checking slab v0.4.12 |
| 1933 | 2026-06-13T03:13:05.484Z | Checking futures-io v0.3.32 |
| 1934 | 2026-06-13T03:13:05.521Z | Checking hashbrown v0.17.0 |
| 1935 | 2026-06-13T03:13:05.556Z | Checking cpufeatures v0.2.17 |
| 1936 | 2026-06-13T03:13:05.559Z | Checking idna_adapter v1.2.1 |
| 1937 | 2026-06-13T03:13:05.624Z | Checking digest v0.10.7 |
| 1938 | 2026-06-13T03:13:05.628Z | Checking futures-util v0.3.32 |
| 1939 | 2026-06-13T03:13:05.692Z | Checking thiserror v1.0.69 |
| 1940 | 2026-06-13T03:13:05.732Z | Checking idna v1.1.0 |
| 1941 | 2026-06-13T03:13:05.822Z | Checking getrandom v0.3.4 |
| 1942 | 2026-06-13T03:13:05.860Z | Checking fnv v1.0.7 |
| 1943 | 2026-06-13T03:13:05.938Z | Checking regex-syntax v0.8.10 |
| 1944 | 2026-06-13T03:13:05.984Z | Checking http v1.4.0 |
| 1945 | 2026-06-13T03:13:06.021Z | Checking url v2.5.8 |
| 1946 | 2026-06-13T03:13:06.027Z | Checking indexmap v2.14.0 |
| 1947 | 2026-06-13T03:13:06.027Z | Checking tracing-core v0.1.36 |
| 1948 | 2026-06-13T03:13:06.150Z | Checking ppv-lite86 v0.2.21 |
| 1949 | 2026-06-13T03:13:06.416Z | Checking base64 v0.22.1 |
| 1950 | 2026-06-13T03:13:06.470Z | Checking tracing v0.1.44 |
| 1951 | 2026-06-13T03:13:06.507Z | Checking schemars v0.8.22 |
| 1952 | 2026-06-13T03:13:06.555Z | Checking utf8parse v0.2.2 |
| 1953 | 2026-06-13T03:13:06.628Z | Checking anstyle v1.0.14 |
| 1954 | 2026-06-13T03:13:06.685Z | Checking ipnet v2.11.0 |
| 1955 | 2026-06-13T03:13:06.689Z | Checking unicode-ident v1.0.24 |
| 1956 | 2026-06-13T03:13:06.755Z | Checking base64ct v1.8.3 |
| 1957 | 2026-06-13T03:13:06.831Z | Checking colorchoice v1.0.4 |
| 1958 | 2026-06-13T03:13:06.869Z | Checking proc-macro2 v1.0.106 |
| 1959 | 2026-06-13T03:13:06.961Z | Checking is_terminal_polyfill v1.70.2 |
| 1960 | 2026-06-13T03:13:06.999Z | Checking untrusted v0.9.0 |
| 1961 | 2026-06-13T03:13:07.035Z | Checking anstyle-query v1.1.5 |
| 1962 | 2026-06-13T03:13:07.081Z | Checking block-padding v0.3.3 |
| 1963 | 2026-06-13T03:13:07.135Z | Checking ring v0.17.14 |
| 1964 | 2026-06-13T03:13:07.173Z | Checking aho-corasick v1.1.4 |
| 1965 | 2026-06-13T03:13:07.177Z | Checking anstyle-parse v1.0.0 |
| 1966 | 2026-06-13T03:13:07.244Z | Checking quote v1.0.45 |
| 1967 | 2026-06-13T03:13:07.247Z | Checking inout v0.1.4 |
| 1968 | 2026-06-13T03:13:07.312Z | Checking terminal_size v0.4.3 |
| 1969 | 2026-06-13T03:13:07.384Z | Checking rustls-pki-types v1.14.0 |
| 1970 | 2026-06-13T03:13:07.442Z | Checking cipher v0.4.4 |
| 1971 | 2026-06-13T03:13:07.446Z | Checking syn v2.0.117 |
| 1972 | 2026-06-13T03:13:07.512Z | Checking crossbeam-utils v0.8.21 |
| 1973 | 2026-06-13T03:13:07.548Z | Checking httparse v1.10.1 |
| 1974 | 2026-06-13T03:13:07.677Z | Checking anstream v1.0.0 |
| 1975 | 2026-06-13T03:13:07.719Z | Checking allocator-api2 v0.2.21 |
| 1976 | 2026-06-13T03:13:07.722Z | Checking tokio-util v0.7.18 |
| 1977 | 2026-06-13T03:13:07.787Z | Checking clap_lex v1.0.0 |
| 1978 | 2026-06-13T03:13:07.855Z | Checking regex-automata v0.4.14 |
| 1979 | 2026-06-13T03:13:07.892Z | Checking strsim v0.11.1 |
| 1980 | 2026-06-13T03:13:07.928Z | Checking pem-rfc7468 v0.7.0 |
| 1981 | 2026-06-13T03:13:07.964Z | Checking sha2 v0.10.9 |
| 1982 | 2026-06-13T03:13:08.029Z | Checking powerfmt v0.2.0 |
| 1983 | 2026-06-13T03:13:08.078Z | Checking clap_builder v4.6.0 |
| 1984 | 2026-06-13T03:13:08.115Z | Checking http-body v1.0.1 |
| 1985 | 2026-06-13T03:13:08.151Z | Checking rand_core v0.9.5 |
| 1986 | 2026-06-13T03:13:08.208Z | Checking deranged v0.5.8 |
| 1987 | 2026-06-13T03:13:08.255Z | Checking hmac v0.12.1 |
| 1988 | 2026-06-13T03:13:08.292Z | Checking num-conv v0.2.0 |
| 1989 | 2026-06-13T03:13:08.352Z | Checking time-core v0.1.8 |
| 1990 | 2026-06-13T03:13:08.390Z | Checking num_threads v0.1.7 |
| 1991 | 2026-06-13T03:13:08.427Z | Checking atomic-waker v1.1.2 |
| 1992 | 2026-06-13T03:13:08.463Z | Checking erased-serde v0.3.31 |
| 1993 | 2026-06-13T03:13:08.504Z | Checking flagset v0.4.7 |
| 1994 | 2026-06-13T03:13:08.541Z | Checking try-lock v0.2.5 |
| 1995 | 2026-06-13T03:13:08.576Z | Checking httpdate v1.0.3 |
| 1996 | 2026-06-13T03:13:08.657Z | Checking der v0.7.10 |
| 1997 | 2026-06-13T03:13:08.694Z | Checking want v0.3.1 |
| 1998 | 2026-06-13T03:13:08.750Z | Checking h2 v0.4.13 |
| 1999 | 2026-06-13T03:13:08.845Z | Checking tower-layer v0.3.3 |
| 2000 | 2026-06-13T03:13:08.882Z | Checking slog v2.8.2 |
| 2001 | 2026-06-13T03:13:09.030Z | Checking tower-service v0.3.3 |
| 2002 | 2026-06-13T03:13:09.151Z | Checking ryu v1.0.23 |
| 2003 | 2026-06-13T03:13:09.155Z | Checking time v0.3.47 |
| 2004 | 2026-06-13T03:13:09.223Z | Checking pin-utils v0.1.0 |
| 2005 | 2026-06-13T03:13:09.321Z | Checking rand_chacha v0.9.0 |
| 2006 | 2026-06-13T03:13:09.324Z | Checking anyhow v1.0.102 |
| 2007 | 2026-06-13T03:13:09.391Z | Checking clap v4.6.1 |
| 2008 | 2026-06-13T03:13:09.430Z | Checking spin v0.9.8 |
| 2009 | 2026-06-13T03:13:09.498Z | Checking mime v0.3.17 |
| 2010 | 2026-06-13T03:13:09.551Z | Checking rand v0.9.2 |
| 2011 | 2026-06-13T03:13:09.591Z | Checking http-body-util v0.1.3 |
| 2012 | 2026-06-13T03:13:09.634Z | Checking ipnetwork v0.21.1 |
| 2013 | 2026-06-13T03:13:09.681Z | Checking aws-lc-sys v0.40.0 |
| 2014 | 2026-06-13T03:13:09.779Z | Checking fastrand v2.3.0 |
| 2015 | 2026-06-13T03:13:09.787Z | Checking untrusted v0.7.1 |
| 2016 | 2026-06-13T03:13:09.836Z | Checking spki v0.7.3 |
| 2017 | 2026-06-13T03:13:09.875Z | Checking pbkdf2 v0.12.2 |
| 2018 | 2026-06-13T03:13:09.913Z | Checking aes v0.8.4 |
| 2019 | 2026-06-13T03:13:09.951Z | Checking openssl-probe v0.2.1 |
| 2020 | 2026-06-13T03:13:10.020Z | Checking regex v1.12.3 |
| 2021 | 2026-06-13T03:13:10.058Z | Checking serde_urlencoded v0.7.1 |
| 2022 | 2026-06-13T03:13:10.061Z | Checking cbc v0.1.2 |
| 2023 | 2026-06-13T03:13:10.126Z | Checking salsa20 v0.10.2 |
| 2024 | 2026-06-13T03:13:10.202Z | Checking aws-lc-rs v1.16.3 |
| 2025 | 2026-06-13T03:13:10.243Z | Checking rand_chacha v0.3.1 |
| 2026 | 2026-06-13T03:13:10.285Z | Checking hex v0.4.3 |
| 2027 | 2026-06-13T03:13:10.288Z | Checking encoding_rs v0.8.35 |
| 2028 | 2026-06-13T03:13:10.358Z | Checking simd-adler32 v0.3.8 |
| 2029 | 2026-06-13T03:13:10.362Z | Checking pretty-hex v0.4.1 |
| 2030 | 2026-06-13T03:13:10.362Z | Checking scrypt v0.11.0 |
| 2031 | 2026-06-13T03:13:10.496Z | Checking rand v0.8.6 |
| 2032 | 2026-06-13T03:13:10.552Z | Checking tempfile v3.25.0 |
| 2033 | 2026-06-13T03:13:10.596Z | Checking plain v0.2.3 |
| 2034 | 2026-06-13T03:13:10.632Z | Checking adler2 v2.0.1 |
| 2035 | 2026-06-13T03:13:10.671Z | Checking pkcs5 v0.7.1 |
| 2036 | 2026-06-13T03:13:10.727Z | Checking ucd-trie v0.1.7 |
| 2037 | 2026-06-13T03:13:10.769Z | Checking miniz_oxide v0.8.9 |
| 2038 | 2026-06-13T03:13:10.806Z | Checking rustls-native-certs v0.8.3 |
| 2039 | 2026-06-13T03:13:10.896Z | Checking pest v2.8.6 |
| 2040 | 2026-06-13T03:13:10.948Z | Checking pkcs8 v0.10.2 |
| 2041 | 2026-06-13T03:13:10.985Z | Checking sync_wrapper v1.0.2 |
| 2042 | 2026-06-13T03:13:11.032Z | Checking rustls-webpki v0.103.9 |
| 2043 | 2026-06-13T03:13:11.068Z | Checking camino v1.2.2 |
| 2044 | 2026-06-13T03:13:11.118Z | Checking foldhash v0.2.0 |
| 2045 | 2026-06-13T03:13:11.156Z | Checking tower v0.5.3 |
| 2046 | 2026-06-13T03:13:11.161Z | Checking webpki-roots v1.0.6 |
| 2047 | 2026-06-13T03:13:11.292Z | Checking iri-string v0.7.10 |
| 2048 | 2026-06-13T03:13:11.329Z | Checking hashbrown v0.16.1 |
| 2049 | 2026-06-13T03:13:11.364Z | Checking oxnet v0.1.5 |
| 2050 | 2026-06-13T03:13:11.368Z | Checking futures-executor v0.3.32 |
| 2051 | 2026-06-13T03:13:11.443Z | Checking hyper v1.8.1 |
| 2052 | 2026-06-13T03:13:11.496Z | Checking rustls v0.23.37 |
| 2053 | 2026-06-13T03:13:11.570Z | Checking either v1.15.0 |
| 2054 | 2026-06-13T03:13:11.574Z | Checking futures v0.3.32 |
| 2055 | 2026-06-13T03:13:11.639Z | Checking openapiv3 v2.2.0 |
| 2056 | 2026-06-13T03:13:11.710Z | Checking crc32fast v1.5.0 |
| 2057 | 2026-06-13T03:13:11.782Z | Checking static_assertions v1.1.0 |
| 2058 | 2026-06-13T03:13:11.842Z | Checking lazy_static v1.5.0 |
| 2059 | 2026-06-13T03:13:11.879Z | Checking signature v2.2.0 |
| 2060 | 2026-06-13T03:13:11.916Z | Checking winnow v0.7.14 |
| 2061 | 2026-06-13T03:13:11.955Z | Checking hubpack v0.1.2 |
| 2062 | 2026-06-13T03:13:11.959Z | Checking zlib-rs v0.6.2 |
| 2063 | 2026-06-13T03:13:12.034Z | Checking strum v0.26.3 |
| 2064 | 2026-06-13T03:13:12.147Z | Checking psl-types v2.0.11 |
| 2065 | 2026-06-13T03:13:12.185Z | Checking tinyvec_macros v0.1.1 |
| 2066 | 2026-06-13T03:13:12.281Z | Checking tinyvec v1.10.0 |
| 2067 | 2026-06-13T03:13:12.321Z | Checking publicsuffix v2.3.0 |
| 2068 | 2026-06-13T03:13:12.352Z | Checking tower-http v0.6.8 |
| 2069 | 2026-06-13T03:13:12.389Z | Checking hyper-util v0.1.20 |
| 2070 | 2026-06-13T03:13:12.500Z | Checking cookie v0.18.1 |
| 2071 | 2026-06-13T03:13:12.615Z | Checking sha1 v0.10.6 |
| 2072 | 2026-06-13T03:13:12.654Z | Checking num-integer v0.1.46 |
| 2073 | 2026-06-13T03:13:12.757Z | Checking scroll v0.13.0 |
| 2074 | 2026-06-13T03:13:12.807Z | Checking data-encoding v2.10.0 |
| 2075 | 2026-06-13T03:13:12.883Z | Checking flate2 v1.1.9 |
| 2076 | 2026-06-13T03:13:12.923Z | Checking cookie_store v0.22.1 |
| 2077 | 2026-06-13T03:13:12.932Z | Checking serde_spanned v0.6.9 |
| 2078 | 2026-06-13T03:13:13.014Z | Checking goblin v0.10.5 |
| 2079 | 2026-06-13T03:13:13.107Z | Checking toml_datetime v0.6.11 |
| 2080 | 2026-06-13T03:13:13.138Z | Checking memmap2 v0.9.10 |
| 2081 | 2026-06-13T03:13:13.141Z | Checking base16ct v0.2.0 |
| 2082 | 2026-06-13T03:13:13.210Z | Checking bit-vec v0.8.0 |
| 2083 | 2026-06-13T03:13:13.272Z | Checking dtrace-parser v0.3.0 |
| 2084 | 2026-06-13T03:13:13.310Z | Checking sec1 v0.7.3 |
| 2085 | 2026-06-13T03:13:13.314Z | Checking ff v0.13.1 |
| 2086 | 2026-06-13T03:13:13.384Z | Checking thread-id v5.1.0 |
| 2087 | 2026-06-13T03:13:13.429Z | Checking bit-set v0.8.0 |
| 2088 | 2026-06-13T03:13:13.476Z | Checking wait-timeout v0.2.1 |
| 2089 | 2026-06-13T03:13:13.508Z | Checking group v0.13.0 |
| 2090 | 2026-06-13T03:13:13.545Z | Checking num-iter v0.1.45 |
| 2091 | 2026-06-13T03:13:13.582Z | Checking bstr v1.12.1 |
| 2092 | 2026-06-13T03:13:13.618Z | Checking hkdf v0.12.4 |
| 2093 | 2026-06-13T03:13:13.621Z | Checking crossbeam-epoch v0.9.18 |
| 2094 | 2026-06-13T03:13:13.704Z | Checking anstyle-parse v0.2.7 |
| 2095 | 2026-06-13T03:13:13.707Z | Checking ahash v0.8.12 |
| 2096 | 2026-06-13T03:13:13.707Z | Checking crypto-bigint v0.5.5 |
| 2097 | 2026-06-13T03:13:13.824Z | Checking quick-error v1.2.3 |
| 2098 | 2026-06-13T03:13:13.828Z | Checking tokio-rustls v0.26.4 |
| 2099 | 2026-06-13T03:13:13.897Z | Checking rustls-platform-verifier v0.6.2 |
| 2100 | 2026-06-13T03:13:13.897Z | Checking foreign-types-shared v0.1.1 |
| 2101 | 2026-06-13T03:13:13.968Z | Checking rusty-fork v0.3.1 |
| 2102 | 2026-06-13T03:13:13.972Z | Checking anstream v0.6.21 |
| 2103 | 2026-06-13T03:13:14.040Z | Checking rand_xorshift v0.4.0 |
| 2104 | 2026-06-13T03:13:14.043Z | Checking foreign-types v0.3.2 |
| 2105 | 2026-06-13T03:13:14.110Z | Checking scroll v0.12.0 |
| 2106 | 2026-06-13T03:13:14.110Z | Checking hyper-rustls v0.27.7 |
| 2107 | 2026-06-13T03:13:14.179Z | Checking openssl-sys v0.9.115 |
| 2108 | 2026-06-13T03:13:14.182Z | Checking unarray v0.1.4 |
| 2109 | 2026-06-13T03:13:14.250Z | Checking num-bigint-dig v0.8.6 |
| 2110 | 2026-06-13T03:13:14.253Z | Checking pkcs1 v0.7.5 |
| 2111 | 2026-06-13T03:13:14.320Z | Checking proptest v1.10.0 |
| 2112 | 2026-06-13T03:13:14.357Z | Checking reqwest v0.13.2 |
| 2113 | 2026-06-13T03:13:14.393Z | Checking goblin v0.8.2 |
| 2114 | 2026-06-13T03:13:14.489Z | Checking x509-cert v0.2.5 |
| 2115 | 2026-06-13T03:13:14.622Z | Checking openssl v0.10.79 |
| 2116 | 2026-06-13T03:13:14.666Z | Checking elliptic-curve v0.13.8 |
| 2117 | 2026-06-13T03:13:15.003Z | Checking zerocopy v0.7.35 |
| 2118 | 2026-06-13T03:13:15.108Z | Checking unicode-segmentation v1.12.0 |
| 2119 | 2026-06-13T03:13:15.149Z | Checking rsa v0.9.10 |
| 2120 | 2026-06-13T03:13:15.232Z | Checking dtrace-parser v0.2.0 |
| 2121 | 2026-06-13T03:13:15.321Z | Checking dof v0.4.0 |
| 2122 | 2026-06-13T03:13:15.444Z | Checking rfc6979 v0.4.0 |
| 2123 | 2026-06-13T03:13:15.501Z | Checking memoffset v0.9.1 |
| 2124 | 2026-06-13T03:13:15.539Z | Checking thread-id v4.2.2 |
| 2125 | 2026-06-13T03:13:15.590Z | Checking ecdsa v0.16.9 |
| 2126 | 2026-06-13T03:13:15.627Z | Checking curve25519-dalek v4.1.3 |
| 2127 | 2026-06-13T03:13:15.665Z | Checking rustix v0.38.44 |
| 2128 | 2026-06-13T03:13:15.668Z | Checking env_filter v1.0.0 |
| 2129 | 2026-06-13T03:13:15.872Z | Checking same-file v1.0.6 |
| 2130 | 2026-06-13T03:13:15.947Z | Checking toml_write v0.1.2 |
| 2131 | 2026-06-13T03:13:15.985Z | Checking usdt-impl v0.6.0 |
| 2132 | 2026-06-13T03:13:16.020Z | Checking keccak v0.1.6 |
| 2133 | 2026-06-13T03:13:16.101Z | Checking newtype-uuid v1.3.2 |
| 2134 | 2026-06-13T03:13:16.143Z | Checking toml_edit v0.22.27 |
| 2135 | 2026-06-13T03:13:16.211Z | Checking sha3 v0.10.8 |
| 2136 | 2026-06-13T03:13:16.271Z | Checking dof v0.3.0 |
| 2137 | 2026-06-13T03:13:16.308Z | Checking usdt v0.6.0 |
| 2138 | 2026-06-13T03:13:16.345Z | Checking daft v0.1.7 |
| 2139 | 2026-06-13T03:13:16.408Z | Checking walkdir v2.5.0 |
| 2140 | 2026-06-13T03:13:16.445Z | Checking env_logger v0.11.9 |
| 2141 | 2026-06-13T03:13:16.482Z | Checking ed25519 v2.2.3 |
| 2142 | 2026-06-13T03:13:16.518Z | Checking itertools v0.13.0 |
| 2143 | 2026-06-13T03:13:16.578Z | Checking usdt-impl v0.5.0 |
| 2144 | 2026-06-13T03:13:16.616Z | Checking serde_with v3.17.0 |
| 2145 | 2026-06-13T03:13:16.619Z | Checking bitflags v1.3.2 |
| 2146 | 2026-06-13T03:13:16.688Z | Checking native-tls v0.2.18 |
| 2147 | 2026-06-13T03:13:16.691Z | Checking siphasher v1.0.2 |
| 2148 | 2026-06-13T03:13:16.691Z | Checking ed25519-dalek v2.2.0 |
| 2149 | 2026-06-13T03:13:16.790Z | Checking nix v0.31.2 |
| 2150 | 2026-06-13T03:13:16.877Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2151 | 2026-06-13T03:13:16.916Z | Checking unicode-normalization v0.1.25 |
| 2152 | 2026-06-13T03:13:16.919Z | Checking tokio-native-tls v0.3.1 |
| 2153 | 2026-06-13T03:13:17.010Z | Checking signal-hook v0.3.18 |
| 2154 | 2026-06-13T03:13:17.135Z | Checking hyper-tls v0.6.0 |
| 2155 | 2026-06-13T03:13:17.229Z | Checking winnow v0.5.40 |
| 2156 | 2026-06-13T03:13:17.272Z | Checking managed v0.8.0 |
| 2157 | 2026-06-13T03:13:17.275Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2158 | 2026-06-13T03:13:17.339Z | Checking object v0.37.3 |
| 2159 | 2026-06-13T03:13:17.342Z | Checking reqwest v0.12.28 |
| 2160 | 2026-06-13T03:13:17.410Z | Checking foldhash v0.1.5 |
| 2161 | 2026-06-13T03:13:17.517Z | Checking bzip2 v0.4.4 |
| 2162 | 2026-06-13T03:13:17.554Z | Checking signal-hook-mio v0.2.5 |
| 2163 | 2026-06-13T03:13:17.590Z | Checking hashbrown v0.15.5 |
| 2164 | 2026-06-13T03:13:17.686Z | Checking globset v0.4.18 |
| 2165 | 2026-06-13T03:13:17.724Z | Checking ref-cast v1.0.25 |
| 2166 | 2026-06-13T03:13:17.852Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2167 | 2026-06-13T03:13:17.891Z | Checking zip v0.6.6 |
| 2168 | 2026-06-13T03:13:17.964Z | Checking pin-project v1.1.11 |
| 2169 | 2026-06-13T03:13:18.002Z | Checking zstd-safe v7.2.4 |
| 2170 | 2026-06-13T03:13:18.036Z | Checking libbz2-rs-sys v0.2.2 |
| 2171 | 2026-06-13T03:13:18.075Z | Checking bumpalo v3.20.2 |
| 2172 | 2026-06-13T03:13:18.113Z | Checking crossterm v0.28.1 |
| 2173 | 2026-06-13T03:13:18.188Z | Checking zstd v0.13.3 |
| 2174 | 2026-06-13T03:13:18.244Z | Checking similar v2.7.0 |
| 2175 | 2026-06-13T03:13:18.248Z | Checking tokio-stream v0.1.18 |
| 2176 | 2026-06-13T03:13:18.317Z | Checking zopfli v0.8.3 |
| 2177 | 2026-06-13T03:13:18.367Z | Checking toml_edit v0.19.15 |
| 2178 | 2026-06-13T03:13:18.405Z | Checking fs-err v3.3.0 |
| 2179 | 2026-06-13T03:13:18.455Z | Checking bzip2 v0.6.1 |
| 2180 | 2026-06-13T03:13:18.653Z | Checking pem v3.0.6 |
| 2181 | 2026-06-13T03:13:18.657Z | Checking hash32 v0.2.1 |
| 2182 | 2026-06-13T03:13:18.726Z | Checking serde-big-array v0.5.1 |
| 2183 | 2026-06-13T03:13:18.729Z | Checking unicode-bidi v0.3.18 |
| 2184 | 2026-06-13T03:13:18.796Z | Checking jiff v0.2.21 |
| 2185 | 2026-06-13T03:13:18.843Z | Checking predicates-core v1.0.10 |
| 2186 | 2026-06-13T03:13:18.846Z | Checking unicode-properties v0.1.4 |
| 2187 | 2026-06-13T03:13:18.915Z | Checking heapless v0.7.17 |
| 2188 | 2026-06-13T03:13:18.918Z | Checking snafu v0.8.9 |
| 2189 | 2026-06-13T03:13:18.997Z | Checking olpc-cjson v0.1.4 |
| 2190 | 2026-06-13T03:13:19.079Z | Checking hickory-proto v0.25.2 |
| 2191 | 2026-06-13T03:13:19.116Z | Checking stringprep v0.1.5 |
| 2192 | 2026-06-13T03:13:19.161Z | Checking md-5 v0.10.6 |
| 2193 | 2026-06-13T03:13:19.217Z | Checking serde_plain v1.0.2 |
| 2194 | 2026-06-13T03:13:19.299Z | Checking float-cmp v0.10.0 |
| 2195 | 2026-06-13T03:13:19.337Z | Checking normalize-line-endings v0.3.0 |
| 2196 | 2026-06-13T03:13:19.374Z | Checking typed-path v0.9.3 |
| 2197 | 2026-06-13T03:13:19.410Z | Checking fallible-iterator v0.2.0 |
| 2198 | 2026-06-13T03:13:19.447Z | Checking toml v0.7.8 |
| 2199 | 2026-06-13T03:13:19.483Z | Checking difflib v0.4.0 |
| 2200 | 2026-06-13T03:13:19.486Z | Checking smoltcp v0.9.1 |
| 2201 | 2026-06-13T03:13:19.672Z | Checking iddqd v0.4.2 |
| 2202 | 2026-06-13T03:13:19.710Z | Checking predicates v3.1.4 |
| 2203 | 2026-06-13T03:13:19.713Z | Checking postgres-protocol v0.6.10 |
| 2204 | 2026-06-13T03:13:19.781Z | Checking phf_shared v0.11.3 |
| 2205 | 2026-06-13T03:13:19.954Z | Checking phf_shared v0.13.1 |
| 2206 | 2026-06-13T03:13:20.030Z | Checking buf-list v1.1.2 |
| 2207 | 2026-06-13T03:13:20.083Z | Checking strum v0.27.2 |
| 2208 | 2026-06-13T03:13:20.126Z | Checking fixedbitset v0.4.2 |
| 2209 | 2026-06-13T03:13:20.164Z | Checking tough v0.22.0 |
| 2210 | 2026-06-13T03:13:20.201Z | Checking new_debug_unreachable v1.0.6 |
| 2211 | 2026-06-13T03:13:20.236Z | Checking lalrpop-util v0.19.12 |
| 2212 | 2026-06-13T03:13:20.275Z | Checking precomputed-hash v0.1.1 |
| 2213 | 2026-06-13T03:13:20.311Z | Checking fixedbitset v0.5.7 |
| 2214 | 2026-06-13T03:13:20.315Z | Checking petgraph v0.6.5 |
| 2215 | 2026-06-13T03:13:20.387Z | Checking string_cache v0.8.9 |
| 2216 | 2026-06-13T03:13:20.425Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2217 | 2026-06-13T03:13:20.534Z | Checking petgraph v0.8.3 |
| 2218 | 2026-06-13T03:13:20.590Z | Checking phf v0.13.1 |
| 2219 | 2026-06-13T03:13:20.631Z | Checking postgres-types v0.2.12 |
| 2220 | 2026-06-13T03:13:20.773Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2221 | 2026-06-13T03:13:20.980Z | Checking peg-runtime v0.8.5 |
| 2222 | 2026-06-13T03:13:21.019Z | Checking zip v4.6.1 |
| 2223 | 2026-06-13T03:13:21.070Z | Checking whoami v2.1.0 |
| 2224 | 2026-06-13T03:13:21.273Z | Checking is-terminal v0.4.17 |
| 2225 | 2026-06-13T03:13:21.313Z | Checking tokio-postgres v0.7.16 |
| 2226 | 2026-06-13T03:13:21.425Z | Checking crossbeam-channel v0.5.15 |
| 2227 | 2026-06-13T03:13:21.611Z | Compiling structmeta-derive v0.3.0 |
| 2228 | 2026-06-13T03:13:21.614Z | Checking thread_local v1.1.9 |
| 2229 | 2026-06-13T03:13:21.760Z | Checking term v1.2.1 |
| 2230 | 2026-06-13T03:13:21.841Z | Checking take_mut v0.2.2 |
| 2231 | 2026-06-13T03:13:21.880Z | Compiling newtype-uuid-macros v0.1.0 |
| 2232 | 2026-06-13T03:13:21.978Z | Checking slog-async v2.8.0 |
| 2233 | 2026-06-13T03:13:22.015Z | Checking slog-term v2.9.2 |
| 2234 | 2026-06-13T03:13:22.093Z | Compiling rustls v0.22.4 |
| 2235 | 2026-06-13T03:13:22.182Z | Compiling multer v3.1.0 |
| 2236 | 2026-06-13T03:13:22.220Z | Compiling async-stream-impl v0.3.6 |
| 2237 | 2026-06-13T03:13:22.298Z | Compiling dropshot v0.17.0 |
| 2238 | 2026-06-13T03:13:22.378Z | Compiling dropshot_endpoint v0.17.0 |
| 2239 | 2026-06-13T03:13:22.490Z | Checking match_cfg v0.1.0 |
| 2240 | 2026-06-13T03:13:22.591Z | Checking slog-json v2.6.1 |
| 2241 | 2026-06-13T03:13:22.595Z | Checking hostname v0.3.1 |
| 2242 | 2026-06-13T03:13:22.662Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2243 | 2026-06-13T03:13:22.698Z | Compiling structmeta v0.3.0 |
| 2244 | 2026-06-13T03:13:22.732Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2245 | 2026-06-13T03:13:22.802Z | Checking debug-ignore v1.0.5 |
| 2246 | 2026-06-13T03:13:22.805Z | Checking slog-bunyan v2.5.0 |
| 2247 | 2026-06-13T03:13:22.876Z | Checking progenitor-client v0.14.0 |
| 2248 | 2026-06-13T03:13:22.918Z | Checking rustls-webpki v0.102.8 |
| 2249 | 2026-06-13T03:13:22.958Z | Checking serde_path_to_error v0.1.20 |
| 2250 | 2026-06-13T03:13:22.961Z | Compiling derive-ex v0.1.8 |
| 2251 | 2026-06-13T03:13:23.029Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2252 | 2026-06-13T03:13:23.067Z | Checking serde_spanned v1.0.4 |
| 2253 | 2026-06-13T03:13:23.133Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2254 | 2026-06-13T03:13:23.172Z | Checking compression-core v0.4.31 |
| 2255 | 2026-06-13T03:13:23.224Z | Checking async-stream v0.3.6 |
| 2256 | 2026-06-13T03:13:23.262Z | Checking waitgroup v0.1.2 |
| 2257 | 2026-06-13T03:13:23.334Z | Checking compression-codecs v0.4.37 |
| 2258 | 2026-06-13T03:13:23.337Z | Checking toml v1.0.6+spec-1.1.0 |
| 2259 | 2026-06-13T03:13:23.440Z | Checking rustls-pemfile v2.2.0 |
| 2260 | 2026-06-13T03:13:23.444Z | Checking hostname v0.4.2 |
| 2261 | 2026-06-13T03:13:23.511Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2262 | 2026-06-13T03:13:23.563Z | Checking async-compression v0.4.41 |
| 2263 | 2026-06-13T03:13:23.604Z | Compiling parse-display-derive v0.10.0 |
| 2264 | 2026-06-13T03:13:23.651Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2265 | 2026-06-13T03:13:23.687Z | Checking atomicwrites v0.4.4 |
| 2266 | 2026-06-13T03:13:23.825Z | Checking regress v0.10.5 |
| 2267 | 2026-06-13T03:13:23.861Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2268 | 2026-06-13T03:13:23.897Z | Checking itertools v0.14.0 |
| 2269 | 2026-06-13T03:13:24.035Z | Checking macaddr v1.0.1 |
| 2270 | 2026-06-13T03:13:24.131Z | Checking instant v0.1.13 |
| 2271 | 2026-06-13T03:13:24.250Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2272 | 2026-06-13T03:13:24.253Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2273 | 2026-06-13T03:13:24.321Z | Checking backoff v0.4.0 |
| 2274 | 2026-06-13T03:13:24.529Z | Checking backon v1.6.0 |
| 2275 | 2026-06-13T03:13:24.567Z | Checking humantime v2.3.0 |
| 2276 | 2026-06-13T03:13:24.726Z | Compiling test-strategy v0.4.5 |
| 2277 | 2026-06-13T03:13:24.731Z | Checking progenitor-extras v0.2.0 |
| 2278 | 2026-06-13T03:13:24.798Z | Checking unicode-width v0.2.0 |
| 2279 | 2026-06-13T03:13:24.802Z | Checking heck v0.5.0 |
| 2280 | 2026-06-13T03:13:24.868Z | Checking tokio-rustls v0.25.0 |
| 2281 | 2026-06-13T03:13:24.947Z | Compiling convert_case v0.4.0 |
| 2282 | 2026-06-13T03:13:24.984Z | Checking half v2.7.1 |
| 2283 | 2026-06-13T03:13:25.021Z | Checking ciborium-io v0.2.2 |
| 2284 | 2026-06-13T03:13:25.128Z | Checking secrecy v0.10.3 |
| 2285 | 2026-06-13T03:13:25.163Z | Compiling regress v0.11.1 |
| 2286 | 2026-06-13T03:13:25.260Z | Checking indent_write v2.2.0 |
| 2287 | 2026-06-13T03:13:25.297Z | Checking universal-hash v0.5.1 |
| 2288 | 2026-06-13T03:13:25.300Z | Checking ciborium-ll v0.2.2 |
| 2289 | 2026-06-13T03:13:25.332Z | Checking parse-display v0.10.0 |
| 2290 | 2026-06-13T03:13:25.366Z | Compiling derive_more v0.99.20 |
| 2291 | 2026-06-13T03:13:25.434Z | Checking opaque-debug v0.3.1 |
| 2292 | 2026-06-13T03:13:25.496Z | Compiling unsafe-libyaml v0.2.11 |
| 2293 | 2026-06-13T03:13:25.532Z | Checking ciborium v0.2.2 |
| 2294 | 2026-06-13T03:13:25.536Z | Checking camino-tempfile v1.4.1 |
| 2295 | 2026-06-13T03:13:25.789Z | Compiling crucible-workspace-hack v0.1.0 |
| 2296 | 2026-06-13T03:13:26.032Z | Compiling serde_yaml v0.9.34+deprecated |
| 2297 | 2026-06-13T03:13:26.076Z | Checking aead v0.5.2 |
| 2298 | 2026-06-13T03:13:26.217Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2299 | 2026-06-13T03:13:26.257Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2300 | 2026-06-13T03:13:26.387Z | Checking poly1305 v0.8.0 |
| 2301 | 2026-06-13T03:13:26.599Z | Checking chacha20 v0.9.1 |
| 2302 | 2026-06-13T03:13:26.638Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2303 | 2026-06-13T03:13:26.685Z | Checking swrite v0.1.0 |
| 2304 | 2026-06-13T03:13:26.802Z | Compiling typify-impl v0.6.2 |
| 2305 | 2026-06-13T03:13:26.839Z | Checking password-hash v0.5.0 |
| 2306 | 2026-06-13T03:13:26.984Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2307 | 2026-06-13T03:13:27.093Z | Checking blake2 v0.10.6 |
| 2308 | 2026-06-13T03:13:27.360Z | Checking argon2 v0.5.3 |
| 2309 | 2026-06-13T03:13:27.498Z | Checking chacha20poly1305 v0.10.1 |
| 2310 | 2026-06-13T03:13:27.654Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2311 | 2026-06-13T03:13:27.730Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2312 | 2026-06-13T03:13:27.849Z | Checking thiserror-no-std v2.0.2 |
| 2313 | 2026-06-13T03:13:27.945Z | Checking byte-wrapper v0.1.0 |
| 2314 | 2026-06-13T03:13:27.980Z | Checking vsss-rs v3.3.4 |
| 2315 | 2026-06-13T03:13:28.056Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2316 | 2026-06-13T03:13:28.094Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2317 | 2026-06-13T03:13:28.182Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2318 | 2026-06-13T03:13:28.319Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2319 | 2026-06-13T03:13:28.357Z | Checking crossbeam-deque v0.8.6 |
| 2320 | 2026-06-13T03:13:28.392Z | Compiling rayon-core v1.13.0 |
| 2321 | 2026-06-13T03:13:28.564Z | Checking toml v0.8.23 |
| 2322 | 2026-06-13T03:13:28.940Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2323 | 2026-06-13T03:13:28.980Z | Compiling proc-macro-error v1.0.4 |
| 2324 | 2026-06-13T03:13:29.022Z | Checking rayon v1.11.0 |
| 2325 | 2026-06-13T03:13:29.109Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2326 | 2026-06-13T03:13:29.225Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2327 | 2026-06-13T03:13:29.334Z | Checking tabwriter v1.4.1 |
| 2328 | 2026-06-13T03:13:29.506Z | Checking glob v0.3.3 |
| 2329 | 2026-06-13T03:13:29.549Z | Checking colored v3.1.1 |
| 2330 | 2026-06-13T03:13:29.721Z | Compiling heapless v0.8.0 |
| 2331 | 2026-06-13T03:13:29.775Z | Compiling ingot-macros v0.1.1 |
| 2332 | 2026-06-13T03:13:29.810Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2333 | 2026-06-13T03:13:29.948Z | Compiling proc-macro-crate v3.4.0 |
| 2334 | 2026-06-13T03:13:30.238Z | Checking hash32 v0.3.1 |
| 2335 | 2026-06-13T03:13:30.324Z | Checking unicode-width v0.1.14 |
| 2336 | 2026-06-13T03:13:30.334Z | Compiling smoltcp v0.11.0 |
| 2337 | 2026-06-13T03:13:30.398Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2338 | 2026-06-13T03:13:30.532Z | Compiling num_enum_derive v0.7.6 |
| 2339 | 2026-06-13T03:13:30.569Z | Checking cobs v0.3.0 |
| 2340 | 2026-06-13T03:13:30.675Z | Compiling usdt-macro v0.5.0 |
| 2341 | 2026-06-13T03:13:30.768Z | Compiling usdt-attr-macro v0.5.0 |
| 2342 | 2026-06-13T03:13:30.816Z | Checking memmap v0.7.0 |
| 2343 | 2026-06-13T03:13:30.907Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2344 | 2026-06-13T03:13:31.162Z | Checking postcard v1.1.3 |
| 2345 | 2026-06-13T03:13:31.199Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2346 | 2026-06-13T03:13:31.358Z | Compiling typify-macro v0.6.2 |
| 2347 | 2026-06-13T03:13:31.417Z | Compiling proc-macro-crate v1.3.1 |
| 2348 | 2026-06-13T03:13:31.479Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2349 | 2026-06-13T03:13:31.560Z | Checking usdt v0.5.0 |
| 2350 | 2026-06-13T03:13:31.596Z | Checking num_enum v0.7.6 |
| 2351 | 2026-06-13T03:13:31.715Z | Checking sigpipe v0.1.3 |
| 2352 | 2026-06-13T03:13:31.751Z | Compiling foreign-types-macros v0.2.3 |
| 2353 | 2026-06-13T03:13:31.785Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2354 | 2026-06-13T03:13:31.824Z | Checking foreign-types-shared v0.3.1 |
| 2355 | 2026-06-13T03:13:31.860Z | Checking cpufeatures v0.3.0 |
| 2356 | 2026-06-13T03:13:31.944Z | Compiling num_enum_derive v0.5.11 |
| 2357 | 2026-06-13T03:13:31.981Z | Checking chacha20 v0.10.0 |
| 2358 | 2026-06-13T03:13:32.222Z | Checking cstr-argument v0.1.2 |
| 2359 | 2026-06-13T03:13:32.258Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2360 | 2026-06-13T03:13:32.316Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2361 | 2026-06-13T03:13:32.360Z | Checking foreign-types v0.5.0 |
| 2362 | 2026-06-13T03:13:32.397Z | Compiling num-derive v0.4.2 |
| 2363 | 2026-06-13T03:13:32.469Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2364 | 2026-06-13T03:13:32.579Z | Checking ingot-types v0.1.2 |
| 2365 | 2026-06-13T03:13:32.724Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2366 | 2026-06-13T03:13:32.767Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2367 | 2026-06-13T03:13:32.803Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2368 | 2026-06-13T03:13:32.859Z | Checking rand v0.10.0 |
| 2369 | 2026-06-13T03:13:32.965Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2370 | 2026-06-13T03:13:33.002Z | Checking num_enum v0.5.11 |
| 2371 | 2026-06-13T03:13:33.005Z | Checking ingot v0.1.1 |
| 2372 | 2026-06-13T03:13:33.005Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2373 | 2026-06-13T03:13:33.108Z | Compiling typify v0.6.2 |
| 2374 | 2026-06-13T03:13:33.180Z | Checking itertools v0.12.1 |
| 2375 | 2026-06-13T03:13:33.216Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2376 | 2026-06-13T03:13:33.252Z | Compiling progenitor-impl v0.14.0 |
| 2377 | 2026-06-13T03:13:33.338Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2378 | 2026-06-13T03:13:33.536Z | Compiling zone_cfg_derive v0.3.1 |
| 2379 | 2026-06-13T03:13:33.583Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2380 | 2026-06-13T03:13:33.856Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2381 | 2026-06-13T03:13:34.128Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2382 | 2026-06-13T03:13:34.271Z | Checking zone v0.3.1 |
| 2383 | 2026-06-13T03:13:34.275Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2384 | 2026-06-13T03:13:34.341Z | Checking smf v0.2.3 |
| 2385 | 2026-06-13T03:13:34.344Z | Checking whoami v1.6.1 |
| 2386 | 2026-06-13T03:13:34.413Z | Checking tokio-dtrace v0.1.1 |
| 2387 | 2026-06-13T03:13:34.547Z | Compiling derive-where v1.6.0 |
| 2388 | 2026-06-13T03:13:34.581Z | Checking console v0.15.11 |
| 2389 | 2026-06-13T03:13:34.629Z | Checking oxide-tokio-rt v0.1.4 |
| 2390 | 2026-06-13T03:13:34.666Z | Checking newline-converter v0.3.0 |
| 2391 | 2026-06-13T03:13:34.735Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2392 | 2026-06-13T03:13:34.825Z | Checking num-rational v0.4.2 |
| 2393 | 2026-06-13T03:13:34.863Z | Checking num-complex v0.4.6 |
| 2394 | 2026-06-13T03:13:34.897Z | Checking expectorate v1.2.0 |
| 2395 | 2026-06-13T03:13:34.900Z | Checking float-ord v0.3.2 |
| 2396 | 2026-06-13T03:13:35.058Z | Checking bytecount v0.6.9 |
| 2397 | 2026-06-13T03:13:35.095Z | Compiling owo-colors v4.3.0 |
| 2398 | 2026-06-13T03:13:35.129Z | Compiling prettyplease v0.2.37 |
| 2399 | 2026-06-13T03:13:35.194Z | Compiling cancel-safe-futures v0.1.5 |
| 2400 | 2026-06-13T03:13:35.230Z | Checking num v0.4.3 |
| 2401 | 2026-06-13T03:13:35.333Z | Checking libsw-core v0.3.2 |
| 2402 | 2026-06-13T03:13:35.417Z | Checking linear-map v1.2.0 |
| 2403 | 2026-06-13T03:13:35.523Z | Checking libsw v3.5.0 |
| 2404 | 2026-06-13T03:13:35.698Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2405 | 2026-06-13T03:13:35.869Z | Checking gethostname v0.5.0 |
| 2406 | 2026-06-13T03:13:35.905Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2407 | 2026-06-13T03:13:35.942Z | Compiling progenitor-macro v0.14.0 |
| 2408 | 2026-06-13T03:13:35.946Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2409 | 2026-06-13T03:13:36.146Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2410 | 2026-06-13T03:13:37.010Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2411 | 2026-06-13T03:13:37.047Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2412 | 2026-06-13T03:13:37.687Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2413 | 2026-06-13T03:13:39.848Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2414 | 2026-06-13T03:13:40.308Z | Checking resolv-conf v0.7.6 |
| 2415 | 2026-06-13T03:13:40.527Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2416 | 2026-06-13T03:13:40.705Z | Checking unicode-linebreak v0.1.5 |
| 2417 | 2026-06-13T03:13:40.772Z | Checking smawk v0.3.2 |
| 2418 | 2026-06-13T03:13:40.775Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2419 | 2026-06-13T03:13:40.841Z | Checking progenitor v0.14.0 |
| 2420 | 2026-06-13T03:13:40.931Z | Checking papergrid v0.11.0 |
| 2421 | 2026-06-13T03:13:40.967Z | Compiling tabled_derive v0.7.0 |
| 2422 | 2026-06-13T03:13:41.014Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2423 | 2026-06-13T03:13:41.113Z | Compiling convert_case v0.10.0 |
| 2424 | 2026-06-13T03:13:41.315Z | Compiling slog-dtrace v0.3.0 |
| 2425 | 2026-06-13T03:13:41.453Z | Compiling derive_more-impl v2.1.1 |
| 2426 | 2026-06-13T03:13:41.575Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2427 | 2026-06-13T03:13:41.954Z | Checking tabled v0.15.0 |
| 2428 | 2026-06-13T03:13:42.299Z | Checking derive_more v2.1.1 |
| 2429 | 2026-06-13T03:13:42.303Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2430 | 2026-06-13T03:13:42.411Z | Checking crossterm v0.29.0 |
| 2431 | 2026-06-13T03:13:42.456Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2432 | 2026-06-13T03:13:42.573Z | Checking linked-hash-map v0.5.6 |
| 2433 | 2026-06-13T03:13:42.777Z | Checking lru-cache v0.1.2 |
| 2434 | 2026-06-13T03:13:42.820Z | Checking hickory-proto v0.24.4 |
| 2435 | 2026-06-13T03:13:42.930Z | Checking fd-lock v4.0.4 |
| 2436 | 2026-06-13T03:13:42.992Z | Checking vte v0.14.1 |
| 2437 | 2026-06-13T03:13:43.083Z | Checking display-error-chain v0.2.2 |
| 2438 | 2026-06-13T03:13:43.120Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2439 | 2026-06-13T03:13:43.157Z | Checking nu-ansi-term v0.50.3 |
| 2440 | 2026-06-13T03:13:43.193Z | Checking strip-ansi-escapes v0.2.1 |
| 2441 | 2026-06-13T03:13:43.230Z | Checking termtree v0.5.1 |
| 2442 | 2026-06-13T03:13:43.283Z | Checking textwrap v0.16.2 |
| 2443 | 2026-06-13T03:13:43.329Z | Compiling minimal-lexical v0.2.1 |
| 2444 | 2026-06-13T03:13:43.391Z | Checking reedline v0.40.0 |
| 2445 | 2026-06-13T03:13:43.427Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2446 | 2026-06-13T03:13:43.518Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2447 | 2026-06-13T03:13:43.555Z | Compiling nom v7.1.3 |
| 2448 | 2026-06-13T03:13:43.610Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2449 | 2026-06-13T03:13:43.958Z | Compiling ar_archive_writer v0.5.1 |
| 2450 | 2026-06-13T03:13:44.097Z | Checking csv-core v0.1.13 |
| 2451 | 2026-06-13T03:13:44.246Z | Compiling stacker v0.1.23 |
| 2452 | 2026-06-13T03:13:44.310Z | Checking csv v1.4.0 |
| 2453 | 2026-06-13T03:13:44.541Z | Compiling cfg_aliases v0.1.1 |
| 2454 | 2026-06-13T03:13:44.597Z | Checking highway v1.3.0 |
| 2455 | 2026-06-13T03:13:44.653Z | Compiling semver v0.1.20 |
| 2456 | 2026-06-13T03:13:44.690Z | Checking hickory-resolver v0.24.4 |
| 2457 | 2026-06-13T03:13:44.726Z | Compiling nix v0.28.0 |
| 2458 | 2026-06-13T03:13:44.844Z | Compiling psm v0.1.30 |
| 2459 | 2026-06-13T03:13:44.914Z | Compiling rustc_version v0.1.7 |
| 2460 | 2026-06-13T03:13:44.952Z | Checking nibble_vec v0.1.0 |
| 2461 | 2026-06-13T03:13:44.989Z | Checking endian-type v0.1.2 |
| 2462 | 2026-06-13T03:13:44.992Z | Checking home v0.5.12 |
| 2463 | 2026-06-13T03:13:45.136Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2464 | 2026-06-13T03:13:45.171Z | Compiling newtype_derive v0.1.6 |
| 2465 | 2026-06-13T03:13:45.175Z | Checking radix_trie v0.2.1 |
| 2466 | 2026-06-13T03:13:45.175Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2467 | 2026-06-13T03:13:45.270Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2468 | 2026-06-13T03:13:45.386Z | Checking phf_shared v0.12.1 |
| 2469 | 2026-06-13T03:13:45.466Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2470 | 2026-06-13T03:13:45.469Z | Checking qorb v0.4.1 |
| 2471 | 2026-06-13T03:13:45.550Z | Compiling chrono-tz v0.10.4 |
| 2472 | 2026-06-13T03:13:45.730Z | Checking phf v0.12.1 |
| 2473 | 2026-06-13T03:13:45.872Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2474 | 2026-06-13T03:13:45.906Z | Compiling const_format_proc_macros v0.2.34 |
| 2475 | 2026-06-13T03:13:45.909Z | Checking recursive v0.1.1 |
| 2476 | 2026-06-13T03:13:45.909Z | Compiling peg-macros v0.8.5 |
| 2477 | 2026-06-13T03:13:46.006Z | Checking nom v8.0.0 |
| 2478 | 2026-06-13T03:13:46.061Z | Checking winnow v0.6.26 |
| 2479 | 2026-06-13T03:13:46.380Z | Compiling sqlparser_derive v0.5.0 |
| 2480 | 2026-06-13T03:13:46.733Z | Checking unicode_categories v0.1.1 |
| 2481 | 2026-06-13T03:13:46.918Z | Checking rustyline v14.0.0 |
| 2482 | 2026-06-13T03:13:47.164Z | Checking sqlparser v0.61.0 |
| 2483 | 2026-06-13T03:13:47.200Z | Checking sqlformat v0.3.5 |
| 2484 | 2026-06-13T03:13:47.346Z | Checking peg v0.8.5 |
| 2485 | 2026-06-13T03:13:47.451Z | Checking const_format v0.2.35 |
| 2486 | 2026-06-13T03:13:47.749Z | Checking bcs v0.1.6 |
| 2487 | 2026-06-13T03:13:47.819Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2488 | 2026-06-13T03:13:47.922Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2489 | 2026-06-13T03:13:47.958Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2490 | 2026-06-13T03:13:48.011Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2491 | 2026-06-13T03:13:48.047Z | Checking steno v0.4.1 |
| 2492 | 2026-06-13T03:13:48.144Z | Checking filetime v0.2.27 |
| 2493 | 2026-06-13T03:13:48.330Z | Checking xattr v1.6.1 |
| 2494 | 2026-06-13T03:13:48.474Z | Checking tar v0.4.45 |
| 2495 | 2026-06-13T03:13:48.520Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2496 | 2026-06-13T03:13:48.929Z | Checking subprocess v0.2.15 |
| 2497 | 2026-06-13T03:13:48.995Z | Checking base64 v0.21.7 |
| 2498 | 2026-06-13T03:13:49.128Z | Checking headers-core v0.3.0 |
| 2499 | 2026-06-13T03:13:49.248Z | Checking yasna v0.5.2 |
| 2500 | 2026-06-13T03:13:49.285Z | Checking headers v0.4.1 |
| 2501 | 2026-06-13T03:13:49.288Z | Checking dropshot-api-manager-types v0.7.2 |
| 2502 | 2026-06-13T03:13:49.522Z | Checking tagptr v0.2.0 |
| 2503 | 2026-06-13T03:13:49.666Z | Checking rcgen v0.12.1 |
| 2504 | 2026-06-13T03:13:49.702Z | Checking moka v0.12.13 |
| 2505 | 2026-06-13T03:13:49.776Z | Checking utf-8 v0.7.6 |
| 2506 | 2026-06-13T03:13:49.852Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2507 | 2026-06-13T03:13:49.941Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2508 | 2026-06-13T03:13:50.005Z | Compiling libefi-sys v0.1.0 |
| 2509 | 2026-06-13T03:13:50.042Z | Checking tungstenite v0.21.0 |
| 2510 | 2026-06-13T03:13:50.263Z | Compiling bitfield-struct v0.6.2 |
| 2511 | 2026-06-13T03:13:50.372Z | Checking hickory-resolver v0.25.2 |
| 2512 | 2026-06-13T03:13:50.491Z | Checking tokio-tungstenite v0.21.0 |
| 2513 | 2026-06-13T03:13:50.625Z | Compiling radium v0.7.0 |
| 2514 | 2026-06-13T03:13:50.663Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2515 | 2026-06-13T03:13:50.794Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2516 | 2026-06-13T03:13:50.900Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2517 | 2026-06-13T03:13:50.940Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2518 | 2026-06-13T03:13:51.018Z | Checking tap v1.0.1 |
| 2519 | 2026-06-13T03:13:51.082Z | Compiling maybe-uninit v2.0.0 |
| 2520 | 2026-06-13T03:13:51.117Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2521 | 2026-06-13T03:13:51.151Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2522 | 2026-06-13T03:13:51.206Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2523 | 2026-06-13T03:13:51.322Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2524 | 2026-06-13T03:13:51.359Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2525 | 2026-06-13T03:13:51.502Z | Checking wyz v0.5.1 |
| 2526 | 2026-06-13T03:13:51.570Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2527 | 2026-06-13T03:13:51.605Z | Compiling zerocopy-derive v0.6.6 |
| 2528 | 2026-06-13T03:13:51.710Z | Compiling packed_struct v0.10.1 |
| 2529 | 2026-06-13T03:13:51.746Z | Checking funty v2.0.0 |
| 2530 | 2026-06-13T03:13:51.992Z | Checking crc-catalog v2.4.0 |
| 2531 | 2026-06-13T03:13:52.088Z | Checking bitvec v1.0.1 |
| 2532 | 2026-06-13T03:13:52.155Z | Checking crc v3.4.0 |
| 2533 | 2026-06-13T03:13:52.302Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2534 | 2026-06-13T03:13:52.362Z | Compiling packed_struct_codegen v0.10.1 |
| 2535 | 2026-06-13T03:13:52.465Z | Checking zerocopy v0.6.6 |
| 2536 | 2026-06-13T03:13:52.787Z | Compiling bitfield-macros v0.19.4 |
| 2537 | 2026-06-13T03:13:53.275Z | Compiling indexmap v1.9.3 |
| 2538 | 2026-06-13T03:13:53.311Z | Checking nodrop v0.1.14 |
| 2539 | 2026-06-13T03:13:53.418Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2540 | 2026-06-13T03:13:53.453Z | Checking array-init v0.0.4 |
| 2541 | 2026-06-13T03:13:53.556Z | Checking bitfield v0.19.4 |
| 2542 | 2026-06-13T03:13:53.587Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2543 | 2026-06-13T03:13:53.639Z | Checking smallvec v0.6.14 |
| 2544 | 2026-06-13T03:13:53.791Z | Checking hashbrown v0.12.3 |
| 2545 | 2026-06-13T03:13:53.890Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2546 | 2026-06-13T03:13:53.925Z | Checking serde-hex v0.1.0 |
| 2547 | 2026-06-13T03:13:53.929Z | Checking ron v0.8.1 |
| 2548 | 2026-06-13T03:13:54.080Z | Checking hashbrown v0.13.2 |
| 2549 | 2026-06-13T03:13:54.520Z | Checking crc-any v2.5.0 |
| 2550 | 2026-06-13T03:13:54.555Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2551 | 2026-06-13T03:13:54.588Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2552 | 2026-06-13T03:13:54.591Z | Checking object v0.30.4 |
| 2553 | 2026-06-13T03:13:54.623Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2554 | 2026-06-13T03:13:54.725Z | Compiling xshell-macros v0.2.7 |
| 2555 | 2026-06-13T03:13:54.759Z | Checking path-slash v0.1.5 |
| 2556 | 2026-06-13T03:13:54.892Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2557 | 2026-06-13T03:13:55.130Z | Checking xshell v0.2.7 |
| 2558 | 2026-06-13T03:13:55.357Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2559 | 2026-06-13T03:13:55.569Z | Checking half v1.8.3 |
| 2560 | 2026-06-13T03:13:55.621Z | Compiling num-derive v0.3.3 |
| 2561 | 2026-06-13T03:13:55.762Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2562 | 2026-06-13T03:13:55.798Z | Checking serde_cbor v0.11.2 |
| 2563 | 2026-06-13T03:13:56.201Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2564 | 2026-06-13T03:13:56.531Z | Checking libscf-sys v1.1.0 |
| 2565 | 2026-06-13T03:13:56.622Z | Compiling proc-macro-error2 v2.0.1 |
| 2566 | 2026-06-13T03:13:56.691Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2567 | 2026-06-13T03:13:56.728Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2568 | 2026-06-13T03:13:56.760Z | Checking papergrid v0.17.0 |
| 2569 | 2026-06-13T03:13:56.940Z | Checking testing_table v0.3.0 |
| 2570 | 2026-06-13T03:13:56.974Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2571 | 2026-06-13T03:13:56.978Z | Compiling tabled_derive v0.11.0 |
| 2572 | 2026-06-13T03:13:57.063Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2573 | 2026-06-13T03:13:57.189Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2574 | 2026-06-13T03:13:57.495Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2575 | 2026-06-13T03:13:57.564Z | Checking maplit v1.0.2 |
| 2576 | 2026-06-13T03:13:57.678Z | Compiling git-stub v1.0.0 |
| 2577 | 2026-06-13T03:13:57.714Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2578 | 2026-06-13T03:13:57.853Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2579 | 2026-06-13T03:13:57.974Z | Checking crc8 v0.1.1 |
| 2580 | 2026-06-13T03:13:58.014Z | Compiling git-stub-vcs v0.1.0 |
| 2581 | 2026-06-13T03:13:58.104Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2582 | 2026-06-13T03:13:58.192Z | Checking tabled v0.20.0 |
| 2583 | 2026-06-13T03:13:58.393Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2584 | 2026-06-13T03:13:58.712Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2585 | 2026-06-13T03:13:58.749Z | Checking fxhash v0.2.1 |
| 2586 | 2026-06-13T03:13:58.782Z | Checking unicase v2.9.0 |
| 2587 | 2026-06-13T03:13:58.903Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2588 | 2026-06-13T03:13:58.974Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2589 | 2026-06-13T03:13:59.089Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2590 | 2026-06-13T03:13:59.205Z | Compiling vergen-lib v0.1.6 |
| 2591 | 2026-06-13T03:13:59.334Z | Compiling diesel_derives v2.3.7 |
| 2592 | 2026-06-13T03:13:59.386Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2593 | 2026-06-13T03:13:59.496Z | Checking scheduled-thread-pool v0.2.7 |
| 2594 | 2026-06-13T03:13:59.591Z | Compiling dsl_auto_type v0.2.0 |
| 2595 | 2026-06-13T03:13:59.626Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2596 | 2026-06-13T03:13:59.664Z | Compiling vergen-gitcl v1.0.8 |
| 2597 | 2026-06-13T03:13:59.697Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2598 | 2026-06-13T03:13:59.928Z | Checking r2d2 v0.8.10 |
| 2599 | 2026-06-13T03:13:59.965Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2600 | 2026-06-13T03:14:00.144Z | Checking kstat-rs v0.2.4 |
| 2601 | 2026-06-13T03:14:00.281Z | Checking arc-swap v1.8.2 |
| 2602 | 2026-06-13T03:14:00.385Z | Checking downcast-rs v2.0.2 |
| 2603 | 2026-06-13T03:14:00.453Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2604 | 2026-06-13T03:14:00.510Z | Compiling parking_lot_core v0.8.6 |
| 2605 | 2026-06-13T03:14:00.545Z | Checking slog-scope v4.4.1 |
| 2606 | 2026-06-13T03:14:00.658Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2607 | 2026-06-13T03:14:00.710Z | Checking slog-stdlog v4.1.1 |
| 2608 | 2026-06-13T03:14:00.758Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2609 | 2026-06-13T03:14:00.874Z | Checking slog-envlogger v2.2.0 |
| 2610 | 2026-06-13T03:14:01.017Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2611 | 2026-06-13T03:14:01.058Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2612 | 2026-06-13T03:14:01.094Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2613 | 2026-06-13T03:14:01.125Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2614 | 2026-06-13T03:14:01.252Z | Compiling dirs-sys-next v0.1.2 |
| 2615 | 2026-06-13T03:14:01.288Z | Compiling crunchy v0.2.4 |
| 2616 | 2026-06-13T03:14:01.370Z | Checking parking_lot v0.11.2 |
| 2617 | 2026-06-13T03:14:01.530Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2618 | 2026-06-13T03:14:01.564Z | Compiling dirs-next v2.0.0 |
| 2619 | 2026-06-13T03:14:01.632Z | Compiling clang-sys v1.8.1 |
| 2620 | 2026-06-13T03:14:01.704Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2621 | 2026-06-13T03:14:01.737Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2622 | 2026-06-13T03:14:01.737Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2623 | 2026-06-13T03:14:01.808Z | Checking prefix-trie v0.7.0 |
| 2624 | 2026-06-13T03:14:01.842Z | Compiling tiny-keccak v2.0.2 |
| 2625 | 2026-06-13T03:14:02.038Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2626 | 2026-06-13T03:14:02.175Z | Checking hickory-server v0.25.2 |
| 2627 | 2026-06-13T03:14:02.275Z | Compiling term v0.7.0 |
| 2628 | 2026-06-13T03:14:02.344Z | Checking sled v0.34.7 |
| 2629 | 2026-06-13T03:14:02.379Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2630 | 2026-06-13T03:14:02.439Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2631 | 2026-06-13T03:14:02.664Z | Checking nanorand v0.7.0 |
| 2632 | 2026-06-13T03:14:02.734Z | Compiling bit-vec v0.6.3 |
| 2633 | 2026-06-13T03:14:02.891Z | Compiling salty v0.3.0 |
| 2634 | 2026-06-13T03:14:02.895Z | Checking flume v0.11.1 |
| 2635 | 2026-06-13T03:14:02.983Z | Compiling bit-set v0.5.3 |
| 2636 | 2026-06-13T03:14:03.196Z | Compiling ascii-canvas v3.0.0 |
| 2637 | 2026-06-13T03:14:03.262Z | Compiling progenitor-impl v0.13.0 |
| 2638 | 2026-06-13T03:14:03.446Z | Checking primeorder v0.13.6 |
| 2639 | 2026-06-13T03:14:03.481Z | Compiling itertools v0.10.5 |
| 2640 | 2026-06-13T03:14:03.582Z | Compiling ena v0.14.4 |
| 2641 | 2026-06-13T03:14:03.697Z | Compiling libloading v0.8.9 |
| 2642 | 2026-06-13T03:14:03.744Z | Compiling bindgen v0.71.1 |
| 2643 | 2026-06-13T03:14:03.801Z | Compiling regex-syntax v0.6.29 |
| 2644 | 2026-06-13T03:14:03.835Z | Compiling diff v0.1.13 |
| 2645 | 2026-06-13T03:14:04.544Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2646 | 2026-06-13T03:14:04.916Z | Compiling cexpr v0.6.0 |
| 2647 | 2026-06-13T03:14:05.023Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2648 | 2026-06-13T03:14:05.501Z | Checking diesel v2.3.7 |
| 2649 | 2026-06-13T03:14:05.615Z | Compiling lalrpop v0.19.12 |
| 2650 | 2026-06-13T03:14:05.694Z | Checking progenitor-client v0.13.0 |
| 2651 | 2026-06-13T03:14:05.740Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2652 | 2026-06-13T03:14:05.876Z | Compiling fs-err v2.11.0 |
| 2653 | 2026-06-13T03:14:05.922Z | Compiling rustc-hash v2.1.1 |
| 2654 | 2026-06-13T03:14:05.957Z | Compiling progenitor-macro v0.13.0 |
| 2655 | 2026-06-13T03:14:05.960Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2656 | 2026-06-13T03:14:06.208Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2657 | 2026-06-13T03:14:06.247Z | Compiling libxml v0.3.3 |
| 2658 | 2026-06-13T03:14:06.628Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2659 | 2026-06-13T03:14:06.754Z | Checking p384 v0.13.1 |
| 2660 | 2026-06-13T03:14:07.200Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2661 | 2026-06-13T03:14:07.584Z | Compiling strum_macros v0.24.3 |
| 2662 | 2026-06-13T03:14:07.618Z | Compiling indoc v1.0.9 |
| 2663 | 2026-06-13T03:14:08.079Z | Checking assert_matches v1.5.0 |
| 2664 | 2026-06-13T03:14:08.185Z | Checking parse-size v1.1.0 |
| 2665 | 2026-06-13T03:14:08.341Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2666 | 2026-06-13T03:14:09.095Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2667 | 2026-06-13T03:14:09.230Z | Compiling typify-impl v0.4.3 |
| 2668 | 2026-06-13T03:14:09.321Z | Checking quick-xml v0.37.5 |
| 2669 | 2026-06-13T03:14:09.568Z | Checking derive_builder v0.20.2 |
| 2670 | 2026-06-13T03:14:09.714Z | Compiling oso-derive v0.27.3 |
| 2671 | 2026-06-13T03:14:10.222Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2672 | 2026-06-13T03:14:10.256Z | Compiling trait-variant v0.1.2 |
| 2673 | 2026-06-13T03:14:10.830Z | Checking openssl-probe v0.1.6 |
| 2674 | 2026-06-13T03:14:10.899Z | Checking progenitor v0.13.0 |
| 2675 | 2026-06-13T03:14:10.972Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2676 | 2026-06-13T03:14:11.119Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2677 | 2026-06-13T03:14:11.735Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2678 | 2026-06-13T03:14:11.775Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2679 | 2026-06-13T03:14:11.811Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2680 | 2026-06-13T03:14:12.383Z | Checking predicates-tree v1.0.13 |
| 2681 | 2026-06-13T03:14:12.561Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2682 | 2026-06-13T03:14:12.764Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2683 | 2026-06-13T03:14:12.766Z | Compiling mime_guess v2.0.5 |
| 2684 | 2026-06-13T03:14:12.880Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2685 | 2026-06-13T03:14:13.677Z | Compiling typify-macro v0.4.3 |
| 2686 | 2026-06-13T03:14:13.843Z | Checking http-range v0.1.5 |
| 2687 | 2026-06-13T03:14:14.933Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2688 | 2026-06-13T03:14:15.409Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2689 | 2026-06-13T03:14:15.412Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2690 | 2026-06-13T03:14:15.530Z | Compiling typify v0.4.3 |
| 2691 | 2026-06-13T03:14:15.675Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2692 | 2026-06-13T03:14:16.907Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2693 | 2026-06-13T03:14:17.215Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2694 | 2026-06-13T03:14:17.350Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2695 | 2026-06-13T03:14:17.441Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2696 | 2026-06-13T03:14:17.633Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2697 | 2026-06-13T03:14:17.857Z | Checking bb8 v0.8.6 |
| 2698 | 2026-06-13T03:14:18.146Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2699 | 2026-06-13T03:14:18.183Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2700 | 2026-06-13T03:14:18.222Z | Checking atty v0.2.14 |
| 2701 | 2026-06-13T03:14:18.349Z | Checking corncobs v0.1.4 |
| 2702 | 2026-06-13T03:14:18.469Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2703 | 2026-06-13T03:14:18.537Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2704 | 2026-06-13T03:14:18.838Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2705 | 2026-06-13T03:14:18.873Z | Compiling progenitor-impl v0.11.2 |
| 2706 | 2026-06-13T03:14:19.050Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2707 | 2026-06-13T03:14:19.218Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2708 | 2026-06-13T03:14:19.442Z | Checking async-bb8-diesel v0.2.1 |
| 2709 | 2026-06-13T03:14:19.481Z | Checking diesel-dtrace v0.5.0 |
| 2710 | 2026-06-13T03:14:19.755Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2711 | 2026-06-13T03:14:19.818Z | Checking ignore v0.4.25 |
| 2712 | 2026-06-13T03:14:20.256Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2713 | 2026-06-13T03:14:20.367Z | Checking secrecy v0.8.0 |
| 2714 | 2026-06-13T03:14:20.831Z | Checking globwalk v0.9.1 |
| 2715 | 2026-06-13T03:14:21.169Z | Checking hyper-staticfile v0.10.1 |
| 2716 | 2026-06-13T03:14:21.494Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2717 | 2026-06-13T03:14:21.529Z | Compiling progenitor-macro v0.11.2 |
| 2718 | 2026-06-13T03:14:21.664Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2719 | 2026-06-13T03:14:21.810Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2720 | 2026-06-13T03:14:21.935Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2721 | 2026-06-13T03:14:22.030Z | Checking progenitor-client v0.11.2 |
| 2722 | 2026-06-13T03:14:22.303Z | Checking nonempty v0.12.0 |
| 2723 | 2026-06-13T03:14:22.339Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2724 | 2026-06-13T03:14:22.501Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2725 | 2026-06-13T03:14:22.537Z | Checking camino-tempfile-ext v0.3.3 |
| 2726 | 2026-06-13T03:14:22.617Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2727 | 2026-06-13T03:14:22.766Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2728 | 2026-06-13T03:14:23.417Z | Checking signal-hook-tokio v0.3.1 |
| 2729 | 2026-06-13T03:14:23.454Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2730 | 2026-06-13T03:14:23.778Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2731 | 2026-06-13T03:14:23.813Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2732 | 2026-06-13T03:14:24.099Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2733 | 2026-06-13T03:14:24.214Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2734 | 2026-06-13T03:14:24.462Z | Checking illumos-nvpair v0.3.0 |
| 2735 | 2026-06-13T03:14:24.661Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2736 | 2026-06-13T03:14:24.710Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2737 | 2026-06-13T03:14:25.024Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2738 | 2026-06-13T03:14:25.097Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2739 | 2026-06-13T03:14:25.138Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2740 | 2026-06-13T03:14:25.297Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2741 | 2026-06-13T03:14:25.300Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2742 | 2026-06-13T03:14:25.504Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2743 | 2026-06-13T03:14:25.719Z | Checking tungstenite v0.23.0 |
| 2744 | 2026-06-13T03:14:25.795Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2745 | 2026-06-13T03:14:26.092Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2746 | 2026-06-13T03:14:26.178Z | Checking tokio-tungstenite v0.23.1 |
| 2747 | 2026-06-13T03:14:26.438Z | Checking progenitor v0.11.2 |
| 2748 | 2026-06-13T03:14:26.474Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2749 | 2026-06-13T03:14:26.613Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2750 | 2026-06-13T03:14:26.885Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2751 | 2026-06-13T03:14:26.970Z | Checking rand_seeder v0.4.0 |
| 2752 | 2026-06-13T03:14:27.155Z | Checking void v1.0.2 |
| 2753 | 2026-06-13T03:14:27.253Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2754 | 2026-06-13T03:14:27.316Z | Checking lzss v0.8.2 |
| 2755 | 2026-06-13T03:14:27.364Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2756 | 2026-06-13T03:14:27.402Z | Checking nix v0.27.1 |
| 2757 | 2026-06-13T03:14:27.441Z | Checking serde_bytes v0.11.19 |
| 2758 | 2026-06-13T03:14:27.535Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2759 | 2026-06-13T03:14:27.649Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2760 | 2026-06-13T03:14:27.694Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2761 | 2026-06-13T03:14:27.946Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2762 | 2026-06-13T03:14:28.345Z | Checking is_ci v1.2.0 |
| 2763 | 2026-06-13T03:14:28.451Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2764 | 2026-06-13T03:14:28.486Z | Checking yansi v1.0.1 |
| 2765 | 2026-06-13T03:14:28.633Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2766 | 2026-06-13T03:14:28.799Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2767 | 2026-06-13T03:14:28.936Z | Checking pretty_assertions v1.4.1 |
| 2768 | 2026-06-13T03:14:29.072Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2769 | 2026-06-13T03:14:29.108Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2770 | 2026-06-13T03:14:29.369Z | Compiling darling_core v0.23.0 |
| 2771 | 2026-06-13T03:14:29.405Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2772 | 2026-06-13T03:14:30.678Z | Compiling indoc v2.0.7 |
| 2773 | 2026-06-13T03:14:30.684Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2774 | 2026-06-13T03:14:30.913Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2775 | 2026-06-13T03:14:31.108Z | Compiling libz-sys v1.1.24 |
| 2776 | 2026-06-13T03:14:31.526Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2777 | 2026-06-13T03:14:31.676Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2778 | 2026-06-13T03:14:31.720Z | Compiling instability v0.3.11 |
| 2779 | 2026-06-13T03:14:31.826Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2780 | 2026-06-13T03:14:31.912Z | Compiling darling_macro v0.23.0 |
| 2781 | 2026-06-13T03:14:32.137Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2782 | 2026-06-13T03:14:32.329Z | Checking castaway v0.2.4 |
| 2783 | 2026-06-13T03:14:32.445Z | Compiling darling v0.23.0 |
| 2784 | 2026-06-13T03:14:32.477Z | Checking compact_str v0.8.1 |
| 2785 | 2026-06-13T03:14:32.513Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2786 | 2026-06-13T03:14:32.881Z | Checking supports-color v3.0.2 |
| 2787 | 2026-06-13T03:14:33.047Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2788 | 2026-06-13T03:14:33.124Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2789 | 2026-06-13T03:14:33.274Z | Checking unicode-truncate v1.1.0 |
| 2790 | 2026-06-13T03:14:33.308Z | Checking console v0.16.2 |
| 2791 | 2026-06-13T03:14:33.348Z | Checking lru v0.12.5 |
| 2792 | 2026-06-13T03:14:33.452Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2793 | 2026-06-13T03:14:33.536Z | Checking cassowary v0.3.0 |
| 2794 | 2026-06-13T03:14:33.570Z | Checking unit-prefix v0.5.2 |
| 2795 | 2026-06-13T03:14:33.786Z | Checking indicatif v0.18.4 |
| 2796 | 2026-06-13T03:14:33.821Z | Checking ratatui v0.29.0 |
| 2797 | 2026-06-13T03:14:33.924Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2798 | 2026-06-13T03:14:34.208Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2799 | 2026-06-13T03:14:34.463Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2800 | 2026-06-13T03:14:35.144Z | Compiling vergen-git2 v9.1.0 |
| 2801 | 2026-06-13T03:14:35.181Z | Checking plotters-backend v0.3.7 |
| 2802 | 2026-06-13T03:14:35.415Z | Checking plotters-svg v0.3.7 |
| 2803 | 2026-06-13T03:14:35.461Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2804 | 2026-06-13T03:14:35.589Z | Compiling rustls v0.21.12 |
| 2805 | 2026-06-13T03:14:35.686Z | Checking cast v0.3.0 |
| 2806 | 2026-06-13T03:14:35.885Z | Checking criterion-plot v0.6.0 |
| 2807 | 2026-06-13T03:14:35.930Z | Checking plotters v0.3.7 |
| 2808 | 2026-06-13T03:14:36.062Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2809 | 2026-06-13T03:14:36.157Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2810 | 2026-06-13T03:14:36.382Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2811 | 2026-06-13T03:14:36.611Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2812 | 2026-06-13T03:14:36.688Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2813 | 2026-06-13T03:14:36.834Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2814 | 2026-06-13T03:14:36.916Z | Checking colored v2.2.0 |
| 2815 | 2026-06-13T03:14:37.049Z | Checking sct v0.7.1 |
| 2816 | 2026-06-13T03:14:37.148Z | Checking rustls-webpki v0.101.7 |
| 2817 | 2026-06-13T03:14:37.219Z | Checking tinytemplate v1.2.1 |
| 2818 | 2026-06-13T03:14:37.463Z | Checking anes v0.1.6 |
| 2819 | 2026-06-13T03:14:37.500Z | Checking oorandom v11.1.5 |
| 2820 | 2026-06-13T03:14:37.534Z | Checking shell-words v1.1.1 |
| 2821 | 2026-06-13T03:14:37.682Z | Checking criterion v0.7.0 |
| 2822 | 2026-06-13T03:14:37.716Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2823 | 2026-06-13T03:14:39.093Z | Checking typeid v1.0.3 |
| 2824 | 2026-06-13T03:14:39.127Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2825 | 2026-06-13T03:14:39.229Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2826 | 2026-06-13T03:14:39.990Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2827 | 2026-06-13T03:14:40.778Z | Checking hex-literal v0.4.1 |
| 2828 | 2026-06-13T03:14:40.911Z | Checking erased-serde v0.4.9 |
| 2829 | 2026-06-13T03:14:41.293Z | Checking tokio-rustls v0.24.1 |
| 2830 | 2026-06-13T03:14:41.544Z | Checking rustls-pemfile v1.0.4 |
| 2831 | 2026-06-13T03:14:41.721Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2832 | 2026-06-13T03:14:41.953Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2833 | 2026-06-13T03:14:42.362Z | Checking twox-hash v2.1.2 |
| 2834 | 2026-06-13T03:14:42.398Z | Checking ordered-float v2.10.1 |
| 2835 | 2026-06-13T03:14:42.666Z | Checking serde-value v0.7.0 |
| 2836 | 2026-06-13T03:14:42.751Z | Checking serde-untagged v0.1.9 |
| 2837 | 2026-06-13T03:14:42.912Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2838 | 2026-06-13T03:14:42.980Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2839 | 2026-06-13T03:14:43.640Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2840 | 2026-06-13T03:14:43.835Z | Checking fatfs v0.3.6 |
| 2841 | 2026-06-13T03:14:43.998Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2842 | 2026-06-13T03:14:44.152Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2843 | 2026-06-13T03:14:44.322Z | Compiling seq-macro v0.3.6 |
| 2844 | 2026-06-13T03:14:44.357Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2845 | 2026-06-13T03:14:44.851Z | Checking unicode-xid v0.2.6 |
| 2846 | 2026-06-13T03:14:44.997Z | Checking cargo-util-schemas v0.8.2 |
| 2847 | 2026-06-13T03:14:45.320Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2848 | 2026-06-13T03:14:45.664Z | Checking cargo-platform v0.2.0 |
| 2849 | 2026-06-13T03:14:45.881Z | Compiling petname v2.0.2 |
| 2850 | 2026-06-13T03:14:45.916Z | Checking cargo_metadata v0.21.0 |
| 2851 | 2026-06-13T03:14:46.550Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2852 | 2026-06-13T03:14:46.696Z | Checking concurrent-queue v2.5.0 |
| 2853 | 2026-06-13T03:14:46.918Z | Checking rtoolbox v0.0.3 |
| 2854 | 2026-06-13T03:14:47.090Z | Checking parking v2.2.1 |
| 2855 | 2026-06-13T03:14:47.248Z | Checking event-listener v5.4.1 |
| 2856 | 2026-06-13T03:14:47.403Z | Compiling samael v0.0.19 |
| 2857 | 2026-06-13T03:14:47.440Z | Checking rpassword v7.4.0 |
| 2858 | 2026-06-13T03:14:47.582Z | Checking tui-tree-widget v0.23.1 |
| 2859 | 2026-06-13T03:14:47.803Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2860 | 2026-06-13T03:14:47.896Z | Checking polyval v0.6.2 |
| 2861 | 2026-06-13T03:14:47.994Z | Checking sapling-renderdag v0.1.0 |
| 2862 | 2026-06-13T03:14:48.095Z | Checking sync-ptr v0.1.4 |
| 2863 | 2026-06-13T03:14:48.250Z | Checking ghash v0.5.1 |
| 2864 | 2026-06-13T03:14:48.284Z | Checking event-listener-strategy v0.5.4 |
| 2865 | 2026-06-13T03:14:48.425Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2866 | 2026-06-13T03:14:48.458Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2867 | 2026-06-13T03:14:48.715Z | Checking ctr v0.9.2 |
| 2868 | 2026-06-13T03:14:48.915Z | Checking arrayvec v0.7.6 |
| 2869 | 2026-06-13T03:14:49.097Z | Checking futures-timer v3.0.3 |
| 2870 | 2026-06-13T03:14:49.135Z | Checking constant_time_eq v0.4.2 |
| 2871 | 2026-06-13T03:14:49.304Z | Checking arrayref v0.3.9 |
| 2872 | 2026-06-13T03:14:49.337Z | Checking aes-gcm v0.10.3 |
| 2873 | 2026-06-13T03:14:49.454Z | Checking async-lock v3.4.2 |
| 2874 | 2026-06-13T03:14:49.489Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2875 | 2026-06-13T03:14:49.524Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2876 | 2026-06-13T03:14:49.861Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2877 | 2026-06-13T03:14:50.471Z | Checking ssh-encoding v0.2.0 |
| 2878 | 2026-06-13T03:14:50.694Z | Checking blowfish v0.9.1 |
| 2879 | 2026-06-13T03:14:50.879Z | Compiling strsim v0.10.0 |
| 2880 | 2026-06-13T03:14:51.058Z | Checking bcrypt-pbkdf v0.10.0 |
| 2881 | 2026-06-13T03:14:51.233Z | Compiling darling_core v0.13.4 |
| 2882 | 2026-06-13T03:14:51.267Z | Checking ssh-cipher v0.2.0 |
| 2883 | 2026-06-13T03:14:51.469Z | Checking async-object-pool v0.2.0 |
| 2884 | 2026-06-13T03:14:51.615Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2885 | 2026-06-13T03:14:52.021Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2886 | 2026-06-13T03:14:52.144Z | Checking serde_regex v1.1.0 |
| 2887 | 2026-06-13T03:14:52.336Z | Checking password-hash v0.4.2 |
| 2888 | 2026-06-13T03:14:52.446Z | Checking assert-json-diff v2.0.2 |
| 2889 | 2026-06-13T03:14:52.586Z | Checking path-tree v0.8.3 |
| 2890 | 2026-06-13T03:14:52.647Z | Checking gimli v0.32.3 |
| 2891 | 2026-06-13T03:14:52.682Z | Compiling target-lexicon v0.13.3 |
| 2892 | 2026-06-13T03:14:52.802Z | Checking stringmetrics v2.2.2 |
| 2893 | 2026-06-13T03:14:52.986Z | Checking httpmock v0.8.3 |
| 2894 | 2026-06-13T03:14:53.111Z | Compiling darling_macro v0.13.4 |
| 2895 | 2026-06-13T03:14:53.258Z | Checking pbkdf2 v0.11.0 |
| 2896 | 2026-06-13T03:14:53.463Z | Checking ssh-key v0.6.7 |
| 2897 | 2026-06-13T03:14:54.223Z | Checking addr2line v0.25.1 |
| 2898 | 2026-06-13T03:14:54.226Z | Checking p256 v0.13.2 |
| 2899 | 2026-06-13T03:14:54.523Z | Checking p521 v0.13.3 |
| 2900 | 2026-06-13T03:14:54.559Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2901 | 2026-06-13T03:14:54.828Z | Checking russh-cryptovec v0.7.3 |
| 2902 | 2026-06-13T03:14:55.002Z | Compiling guppy-workspace-hack v0.1.0 |
| 2903 | 2026-06-13T03:14:55.154Z | Checking rustc-demangle v0.1.27 |
| 2904 | 2026-06-13T03:14:55.208Z | Checking md5 v0.7.0 |
| 2905 | 2026-06-13T03:14:55.288Z | Compiling darling v0.13.4 |
| 2906 | 2026-06-13T03:14:55.438Z | Checking russh-keys v0.45.0 |
| 2907 | 2026-06-13T03:14:55.442Z | Checking backtrace v0.3.76 |
| 2908 | 2026-06-13T03:14:55.509Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2909 | 2026-06-13T03:14:55.664Z | Checking num-bigint v0.4.6 |
| 2910 | 2026-06-13T03:14:55.729Z | Checking des v0.8.1 |
| 2911 | 2026-06-13T03:14:55.914Z | Compiling blake3 v1.8.3 |
| 2912 | 2026-06-13T03:14:55.949Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2913 | 2026-06-13T03:14:56.136Z | Compiling target-spec v3.5.7 |
| 2914 | 2026-06-13T03:14:56.386Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2915 | 2026-06-13T03:14:56.617Z | Checking backtrace-ext v0.2.1 |
| 2916 | 2026-06-13T03:14:56.652Z | Checking russh v0.45.0 |
| 2917 | 2026-06-13T03:14:56.805Z | Checking cfg-expr v0.20.6 |
| 2918 | 2026-06-13T03:14:56.840Z | Compiling serde_with_macros v1.5.2 |
| 2919 | 2026-06-13T03:14:57.138Z | Checking supports-color v2.1.0 |
| 2920 | 2026-06-13T03:14:57.218Z | Checking textwrap v0.15.2 |
| 2921 | 2026-06-13T03:14:57.303Z | Checking supports-unicode v2.1.0 |
| 2922 | 2026-06-13T03:14:57.448Z | Checking supports-hyperlinks v2.1.0 |
| 2923 | 2026-06-13T03:14:57.483Z | Checking hashbrown v0.14.5 |
| 2924 | 2026-06-13T03:14:57.598Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2925 | 2026-06-13T03:14:57.707Z | Checking cargo-platform v0.3.2 |
| 2926 | 2026-06-13T03:14:57.827Z | Checking terminal_size v0.1.17 |
| 2927 | 2026-06-13T03:14:57.919Z | Checking socket2 v0.5.10 |
| 2928 | 2026-06-13T03:14:57.970Z | Compiling miette-derive v5.10.0 |
| 2929 | 2026-06-13T03:14:58.004Z | Checking internet-checksum v0.2.1 |
| 2930 | 2026-06-13T03:14:58.197Z | Checking owo-colors v3.5.0 |
| 2931 | 2026-06-13T03:14:58.556Z | Checking chumsky v0.9.3 |
| 2932 | 2026-06-13T03:14:58.760Z | Checking cargo_metadata v0.23.1 |
| 2933 | 2026-06-13T03:14:59.134Z | Checking miette v5.10.0 |
| 2934 | 2026-06-13T03:14:59.489Z | Compiling serde_with v1.14.0 |
| 2935 | 2026-06-13T03:14:59.759Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2936 | 2026-06-13T03:14:59.908Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2937 | 2026-06-13T03:14:59.941Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2938 | 2026-06-13T03:15:00.274Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2939 | 2026-06-13T03:15:00.490Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2940 | 2026-06-13T03:15:00.623Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2941 | 2026-06-13T03:15:00.709Z | Compiling knuffel-derive v3.2.0 |
| 2942 | 2026-06-13T03:15:00.745Z | Checking httptest v0.16.4 |
| 2943 | 2026-06-13T03:15:00.778Z | Checking pathdiff v0.2.3 |
| 2944 | 2026-06-13T03:15:00.916Z | Checking nested v0.1.1 |
| 2945 | 2026-06-13T03:15:01.091Z | Checking topological-sort v0.2.2 |
| 2946 | 2026-06-13T03:15:01.139Z | Checking guppy v0.17.25 |
| 2947 | 2026-06-13T03:15:01.267Z | Checking omicron-zone-package v0.12.2 |
| 2948 | 2026-06-13T03:15:01.472Z | Compiling git2 v0.20.4 |
| 2949 | 2026-06-13T03:15:01.508Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2950 | 2026-06-13T03:15:02.110Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2951 | 2026-06-13T03:15:02.180Z | Checking similar-asserts v1.7.0 |
| 2952 | 2026-06-13T03:15:02.215Z | Checking knuffel v3.2.0 |
| 2953 | 2026-06-13T03:15:02.363Z | Compiling target-triple v1.0.0 |
| 2954 | 2026-06-13T03:15:02.398Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2955 | 2026-06-13T03:15:02.565Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2956 | 2026-06-13T03:15:02.600Z | Compiling polar-core v0.27.3 |
| 2957 | 2026-06-13T03:15:02.727Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2958 | 2026-06-13T03:15:02.860Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2959 | 2026-06-13T03:15:03.187Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2960 | 2026-06-13T03:15:03.338Z | Checking hickory-client v0.25.2 |
| 2961 | 2026-06-13T03:15:03.480Z | Checking tokio-test v0.4.5 |
| 2962 | 2026-06-13T03:15:03.762Z | Checking escape8259 v0.5.3 |
| 2963 | 2026-06-13T03:15:03.930Z | Compiling assert_cmd v2.1.2 |
| 2964 | 2026-06-13T03:15:04.261Z | Checking libtest-mimic v0.8.1 |
| 2965 | 2026-06-13T03:15:04.495Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2966 | 2026-06-13T03:15:04.529Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2967 | 2026-06-13T03:15:04.633Z | Checking blake2b_simd v1.0.4 |
| 2968 | 2026-06-13T03:15:04.846Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2969 | 2026-06-13T03:15:05.049Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2970 | 2026-06-13T03:15:05.226Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2971 | 2026-06-13T03:15:05.456Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2972 | 2026-06-13T03:15:05.652Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2973 | 2026-06-13T03:15:05.687Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2974 | 2026-06-13T03:15:05.875Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2975 | 2026-06-13T03:15:06.077Z | Checking fancy-regex v0.14.0 |
| 2976 | 2026-06-13T03:15:06.304Z | Checking serde_tokenstream v0.2.3 |
| 2977 | 2026-06-13T03:15:06.462Z | Checking approx v0.5.1 |
| 2978 | 2026-06-13T03:15:06.548Z | Checking uzers v0.12.2 |
| 2979 | 2026-06-13T03:15:06.630Z | Compiling rstest_macros v0.25.0 |
| 2980 | 2026-06-13T03:15:06.796Z | Checking termcolor v1.4.1 |
| 2981 | 2026-06-13T03:15:06.938Z | Compiling linkme-impl v0.3.35 |
| 2982 | 2026-06-13T03:15:07.037Z | Checking constant_time_eq v0.3.1 |
| 2983 | 2026-06-13T03:15:07.170Z | Checking rust-argon2 v2.1.0 |
| 2984 | 2026-06-13T03:15:07.323Z | Checking trybuild v1.0.116 |
| 2985 | 2026-06-13T03:15:07.483Z | Checking oso v0.27.3 |
| 2986 | 2026-06-13T03:15:07.551Z | Checking datatest-stable v0.3.3 |
| 2987 | 2026-06-13T03:15:08.087Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2988 | 2026-06-13T03:15:08.396Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2989 | 2026-06-13T03:15:08.399Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2990 | 2026-06-13T03:15:08.465Z | Checking support-bundle-viewer v0.1.2 |
| 2991 | 2026-06-13T03:15:08.753Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2992 | 2026-06-13T03:15:08.984Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2993 | 2026-06-13T03:15:09.185Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2994 | 2026-06-13T03:15:09.220Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2995 | 2026-06-13T03:15:09.412Z | Checking drift v0.2.0 |
| 2996 | 2026-06-13T03:15:09.446Z | Checking rand_distr v0.5.1 |
| 2997 | 2026-06-13T03:15:09.694Z | Checking multimap v0.10.1 |
| 2998 | 2026-06-13T03:15:09.798Z | Compiling linkme v0.3.35 |
| 2999 | 2026-06-13T03:15:09.879Z | Compiling relative-path v1.9.3 |
| 3000 | 2026-06-13T03:15:09.912Z | Checking dropshot-api-manager v0.7.2 |
| 3001 | 2026-06-13T03:15:10.740Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3002 | 2026-06-13T03:15:11.122Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3003 | 2026-06-13T03:15:11.225Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3004 | 2026-06-13T03:15:11.537Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3005 | 2026-06-13T03:15:11.712Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3006 | 2026-06-13T03:15:11.769Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3007 | 2026-06-13T03:15:11.821Z | Checking cargo_toml v0.21.0 |
| 3008 | 2026-06-13T03:15:11.863Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3009 | 2026-06-13T03:15:12.220Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3010 | 2026-06-13T03:15:12.450Z | Checking partial-io v0.5.4 |
| 3011 | 2026-06-13T03:15:12.531Z | Checking termios v0.3.3 |
| 3012 | 2026-06-13T03:15:12.687Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3013 | 2026-06-13T03:15:12.759Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3014 | 2026-06-13T03:15:13.823Z | Checking rstest v0.25.0 |
| 3015 | 2026-06-13T03:15:14.143Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3016 | 2026-06-13T03:15:14.919Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3017 | 2026-06-13T03:15:18.480Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3018 | 2026-06-13T03:15:18.869Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3019 | 2026-06-13T03:15:24.350Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3020 | 2026-06-13T03:15:24.831Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3021 | 2026-06-13T03:15:26.763Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3022 | 2026-06-13T03:15:31.333Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3023 | 2026-06-13T03:15:36.254Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3024 | 2026-06-13T03:15:39.612Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3025 | 2026-06-13T03:15:40.430Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3026 | 2026-06-13T03:15:41.467Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3027 | 2026-06-13T03:15:42.293Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3028 | 2026-06-13T03:15:50.886Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3029 | 2026-06-13T03:17:00.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s |
| 3030 | 2026-06-13T03:17:01.086Z | |
| 3031 | 2026-06-13T03:17:01.090Z | real 4:04.729013782 |
| 3032 | 2026-06-13T03:17:01.090Z | user 21:11.648063039 |
| 3033 | 2026-06-13T03:17:01.090Z | sys 4:56.660270142 |
| 3034 | 2026-06-13T03:17:01.090Z | trap 0.498590359 |
| 3035 | 2026-06-13T03:17:01.090Z | tflt 0.450915212 |
| 3036 | 2026-06-13T03:17:01.090Z | dflt 0.487003787 |
| 3037 | 2026-06-13T03:17:01.090Z | kflt 0.004439202 |
| 3038 | 2026-06-13T03:17:01.090Z | lock 57:59.815169436 |
| 3039 | 2026-06-13T03:17:01.090Z | slp 57:45.485515633 |
| 3040 | 2026-06-13T03:17:01.090Z | lat 1:50.672464872 |
| 3041 | 2026-06-13T03:17:01.090Z | stop 11:20.640467632 |
| 3042 | 2026-06-13T03:17:01.090Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3043 | 2026-06-13T03:17:01.090Z | + ptime -m cargo doc --workspace --no-deps |
| 3044 | 2026-06-13T03:17:01.968Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3045 | 2026-06-13T03:17:01.968Z | | |
| 3046 | 2026-06-13T03:17:01.968Z | = 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)` |
| 3047 | 2026-06-13T03:17:01.968Z | = 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> |
| 3048 | 2026-06-13T03:17:02.972Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3049 | 2026-06-13T03:17:03.205Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3050 | 2026-06-13T03:17:03.250Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3051 | 2026-06-13T03:17:03.314Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3052 | 2026-06-13T03:17:03.376Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3053 | 2026-06-13T03:17:03.473Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3054 | 2026-06-13T03:17:03.503Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3055 | 2026-06-13T03:17:03.503Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3056 | 2026-06-13T03:17:03.553Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3057 | 2026-06-13T03:17:03.578Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3058 | 2026-06-13T03:17:03.721Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3059 | 2026-06-13T03:17:03.788Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3060 | 2026-06-13T03:17:03.814Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3061 | 2026-06-13T03:17:03.882Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3062 | 2026-06-13T03:17:03.907Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3063 | 2026-06-13T03:17:03.926Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3064 | 2026-06-13T03:17:03.970Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3065 | 2026-06-13T03:17:03.990Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3066 | 2026-06-13T03:17:04.013Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3067 | 2026-06-13T03:17:04.045Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3068 | 2026-06-13T03:17:04.213Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3069 | 2026-06-13T03:17:04.397Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3070 | 2026-06-13T03:17:04.518Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3071 | 2026-06-13T03:17:04.702Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3072 | 2026-06-13T03:17:04.749Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3073 | 2026-06-13T03:17:04.840Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3074 | 2026-06-13T03:17:04.864Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3075 | 2026-06-13T03:17:05.017Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3076 | 2026-06-13T03:17:05.042Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3077 | 2026-06-13T03:17:05.183Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3078 | 2026-06-13T03:17:05.273Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3079 | 2026-06-13T03:17:05.344Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3080 | 2026-06-13T03:17:05.377Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3081 | 2026-06-13T03:17:05.439Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3082 | 2026-06-13T03:17:05.465Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3083 | 2026-06-13T03:17:05.606Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3084 | 2026-06-13T03:17:05.634Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3085 | 2026-06-13T03:17:05.700Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3086 | 2026-06-13T03:17:05.888Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3087 | 2026-06-13T03:17:05.944Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3088 | 2026-06-13T03:17:06.253Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3089 | 2026-06-13T03:17:06.355Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3090 | 2026-06-13T03:17:06.456Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3091 | 2026-06-13T03:17:06.572Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3092 | 2026-06-13T03:17:06.576Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3093 | 2026-06-13T03:17:06.746Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3094 | 2026-06-13T03:17:06.840Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3095 | 2026-06-13T03:17:06.904Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3096 | 2026-06-13T03:17:07.004Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3097 | 2026-06-13T03:17:07.030Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3098 | 2026-06-13T03:17:07.152Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3099 | 2026-06-13T03:17:07.179Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3100 | 2026-06-13T03:17:07.264Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3101 | 2026-06-13T03:17:07.290Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3102 | 2026-06-13T03:17:07.385Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3103 | 2026-06-13T03:17:07.437Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3104 | 2026-06-13T03:17:07.466Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3105 | 2026-06-13T03:17:07.491Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3106 | 2026-06-13T03:17:07.495Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3107 | 2026-06-13T03:17:07.608Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3108 | 2026-06-13T03:17:07.640Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3109 | 2026-06-13T03:17:07.918Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3110 | 2026-06-13T03:17:08.007Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3111 | 2026-06-13T03:17:08.251Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3112 | 2026-06-13T03:17:08.287Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3113 | 2026-06-13T03:17:08.680Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3114 | 2026-06-13T03:17:08.768Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3115 | 2026-06-13T03:17:09.035Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3116 | 2026-06-13T03:17:09.065Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3117 | 2026-06-13T03:17:09.127Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3118 | 2026-06-13T03:17:09.262Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3119 | 2026-06-13T03:17:09.359Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3120 | 2026-06-13T03:17:09.387Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3121 | 2026-06-13T03:17:09.857Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3122 | 2026-06-13T03:17:09.882Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3123 | 2026-06-13T03:17:10.185Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3124 | 2026-06-13T03:17:10.570Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3125 | 2026-06-13T03:17:10.949Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3126 | 2026-06-13T03:17:11.611Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3127 | 2026-06-13T03:17:11.635Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3128 | 2026-06-13T03:17:11.683Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3129 | 2026-06-13T03:17:11.807Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3130 | 2026-06-13T03:17:11.881Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3131 | 2026-06-13T03:17:12.062Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3132 | 2026-06-13T03:17:12.173Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3133 | 2026-06-13T03:17:12.318Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3134 | 2026-06-13T03:17:12.342Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3135 | 2026-06-13T03:17:12.366Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3136 | 2026-06-13T03:17:12.400Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3137 | 2026-06-13T03:17:12.443Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3138 | 2026-06-13T03:17:12.597Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3139 | 2026-06-13T03:17:12.729Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3140 | 2026-06-13T03:17:12.755Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3141 | 2026-06-13T03:17:12.893Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3142 | 2026-06-13T03:17:12.962Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3143 | 2026-06-13T03:17:12.981Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3144 | 2026-06-13T03:17:13.036Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3145 | 2026-06-13T03:17:13.127Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3146 | 2026-06-13T03:17:13.151Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3147 | 2026-06-13T03:17:13.268Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3148 | 2026-06-13T03:17:13.380Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3149 | 2026-06-13T03:17:13.409Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3150 | 2026-06-13T03:17:13.434Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3151 | 2026-06-13T03:17:13.494Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3152 | 2026-06-13T03:17:13.587Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3153 | 2026-06-13T03:17:13.697Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3154 | 2026-06-13T03:17:13.742Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3155 | 2026-06-13T03:17:13.794Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3156 | 2026-06-13T03:17:13.904Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3157 | 2026-06-13T03:17:14.001Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3158 | 2026-06-13T03:17:14.226Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3159 | 2026-06-13T03:17:14.250Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3160 | 2026-06-13T03:17:14.683Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3161 | 2026-06-13T03:17:14.709Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3162 | 2026-06-13T03:17:14.735Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3163 | 2026-06-13T03:17:14.862Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3164 | 2026-06-13T03:17:15.214Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3165 | 2026-06-13T03:17:15.470Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3166 | 2026-06-13T03:17:15.635Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3167 | 2026-06-13T03:17:16.087Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3168 | 2026-06-13T03:17:16.480Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3169 | 2026-06-13T03:17:16.979Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3170 | 2026-06-13T03:17:17.286Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3171 | 2026-06-13T03:17:17.364Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3172 | 2026-06-13T03:17:17.402Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3173 | 2026-06-13T03:17:17.851Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3174 | 2026-06-13T03:17:18.102Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3175 | 2026-06-13T03:17:18.226Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3176 | 2026-06-13T03:17:18.254Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3177 | 2026-06-13T03:17:18.540Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3178 | 2026-06-13T03:17:18.991Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3179 | 2026-06-13T03:17:19.488Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3180 | 2026-06-13T03:17:19.527Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3181 | 2026-06-13T03:17:19.914Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3182 | 2026-06-13T03:17:19.940Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3183 | 2026-06-13T03:17:20.219Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3184 | 2026-06-13T03:17:20.976Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3185 | 2026-06-13T03:17:21.001Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3186 | 2026-06-13T03:17:21.878Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3187 | 2026-06-13T03:17:22.287Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3188 | 2026-06-13T03:17:23.126Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3189 | 2026-06-13T03:17:23.271Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3190 | 2026-06-13T03:17:23.516Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3191 | 2026-06-13T03:17:23.679Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3192 | 2026-06-13T03:17:23.704Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3193 | 2026-06-13T03:17:23.791Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3194 | 2026-06-13T03:17:23.996Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3195 | 2026-06-13T03:17:24.159Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3196 | 2026-06-13T03:17:24.188Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3197 | 2026-06-13T03:17:24.443Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3198 | 2026-06-13T03:17:24.469Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3199 | 2026-06-13T03:17:24.595Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3200 | 2026-06-13T03:17:24.722Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3201 | 2026-06-13T03:17:24.937Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3202 | 2026-06-13T03:17:25.303Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3203 | 2026-06-13T03:17:25.368Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3204 | 2026-06-13T03:17:25.876Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3205 | 2026-06-13T03:17:26.605Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3206 | 2026-06-13T03:17:27.270Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3207 | 2026-06-13T03:17:27.316Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3208 | 2026-06-13T03:17:29.858Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3209 | 2026-06-13T03:17:30.218Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3210 | 2026-06-13T03:17:31.129Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3211 | 2026-06-13T03:17:31.805Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3212 | 2026-06-13T03:17:31.839Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3213 | 2026-06-13T03:17:31.998Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3214 | 2026-06-13T03:17:32.526Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3215 | 2026-06-13T03:17:32.995Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3216 | 2026-06-13T03:17:33.394Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3217 | 2026-06-13T03:17:33.696Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3218 | 2026-06-13T03:17:34.613Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3219 | 2026-06-13T03:17:34.730Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3220 | 2026-06-13T03:17:34.897Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3221 | 2026-06-13T03:17:35.306Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3222 | 2026-06-13T03:17:35.364Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3223 | 2026-06-13T03:17:35.635Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3224 | 2026-06-13T03:17:36.038Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3225 | 2026-06-13T03:17:36.367Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3226 | 2026-06-13T03:17:36.758Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3227 | 2026-06-13T03:17:36.807Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3228 | 2026-06-13T03:17:37.379Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3229 | 2026-06-13T03:17:37.408Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3230 | 2026-06-13T03:17:37.412Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3231 | 2026-06-13T03:17:37.504Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3232 | 2026-06-13T03:17:38.144Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3233 | 2026-06-13T03:17:38.209Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3234 | 2026-06-13T03:17:38.910Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3235 | 2026-06-13T03:17:39.434Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3236 | 2026-06-13T03:17:39.489Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3237 | 2026-06-13T03:17:39.824Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3238 | 2026-06-13T03:17:42.223Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3239 | 2026-06-13T03:17:43.496Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3240 | 2026-06-13T03:17:44.204Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3241 | 2026-06-13T03:17:44.692Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3242 | 2026-06-13T03:17:46.140Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3243 | 2026-06-13T03:17:47.012Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3244 | 2026-06-13T03:17:48.041Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3245 | 2026-06-13T03:17:48.862Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3246 | 2026-06-13T03:17:49.746Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3247 | 2026-06-13T03:17:51.402Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3248 | 2026-06-13T03:17:51.701Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3249 | 2026-06-13T03:17:53.326Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3250 | 2026-06-13T03:17:53.952Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3251 | 2026-06-13T03:17:54.618Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3252 | 2026-06-13T03:17:54.700Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3253 | 2026-06-13T03:17:55.619Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3254 | 2026-06-13T03:17:59.809Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3255 | 2026-06-13T03:18:00.467Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3256 | 2026-06-13T03:18:00.958Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3257 | 2026-06-13T03:18:01.665Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3258 | 2026-06-13T03:18:02.485Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3259 | 2026-06-13T03:18:03.126Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3260 | 2026-06-13T03:18:03.788Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3261 | 2026-06-13T03:18:04.670Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3262 | 2026-06-13T03:18:05.634Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3263 | 2026-06-13T03:18:06.282Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3264 | 2026-06-13T03:18:06.963Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3265 | 2026-06-13T03:18:07.687Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3266 | 2026-06-13T03:18:08.328Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3267 | 2026-06-13T03:18:09.038Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3268 | 2026-06-13T03:18:09.425Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3269 | 2026-06-13T03:18:10.607Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3270 | 2026-06-13T03:18:11.621Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3271 | 2026-06-13T03:18:13.241Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3272 | 2026-06-13T03:18:14.024Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3273 | 2026-06-13T03:18:14.890Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3274 | 2026-06-13T03:18:16.057Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3275 | 2026-06-13T03:18:18.108Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3276 | 2026-06-13T03:18:18.902Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3277 | 2026-06-13T03:18:19.756Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3278 | 2026-06-13T03:18:20.973Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3279 | 2026-06-13T03:18:21.646Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3280 | 2026-06-13T03:18:22.594Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3281 | 2026-06-13T03:18:23.781Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3282 | 2026-06-13T03:18:26.421Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3283 | 2026-06-13T03:18:26.774Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3284 | 2026-06-13T03:18:27.665Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3285 | 2026-06-13T03:18:30.129Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3286 | 2026-06-13T03:18:30.811Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3287 | 2026-06-13T03:18:32.550Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3288 | 2026-06-13T03:18:35.468Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3289 | 2026-06-13T03:18:37.112Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3290 | 2026-06-13T03:18:40.347Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3291 | 2026-06-13T03:18:41.924Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3292 | 2026-06-13T03:18:45.870Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3293 | 2026-06-13T03:18:46.615Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3294 | 2026-06-13T03:18:47.762Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3295 | 2026-06-13T03:18:48.340Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3296 | 2026-06-13T03:18:49.933Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3297 | 2026-06-13T03:18:51.681Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3298 | 2026-06-13T03:18:53.454Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3299 | 2026-06-13T03:18:55.507Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3300 | 2026-06-13T03:18:57.179Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3301 | 2026-06-13T03:18:58.811Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3302 | 2026-06-13T03:19:00.818Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3303 | 2026-06-13T03:19:02.243Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3304 | 2026-06-13T03:19:03.943Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3305 | 2026-06-13T03:19:05.574Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3306 | 2026-06-13T03:19:07.251Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3307 | 2026-06-13T03:19:08.931Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3308 | 2026-06-13T03:19:10.526Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3309 | 2026-06-13T03:19:16.337Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3310 | 2026-06-13T03:19:16.355Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3311 | 2026-06-13T03:19:16.355Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3312 | 2026-06-13T03:19:17.573Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3313 | 2026-06-13T03:19:19.617Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3314 | 2026-06-13T03:19:21.314Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3315 | 2026-06-13T03:19:23.451Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3316 | 2026-06-13T03:19:25.209Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3317 | 2026-06-13T03:19:27.366Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3318 | 2026-06-13T03:19:28.975Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3319 | 2026-06-13T03:19:31.817Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3320 | 2026-06-13T03:19:33.245Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3321 | 2026-06-13T03:19:33.623Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3322 | 2026-06-13T03:19:38.079Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3323 | 2026-06-13T03:19:40.221Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3324 | 2026-06-13T03:19:42.483Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3325 | 2026-06-13T03:19:44.655Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3326 | 2026-06-13T03:19:46.900Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3327 | 2026-06-13T03:19:49.122Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3328 | 2026-06-13T03:19:51.291Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3329 | 2026-06-13T03:19:54.013Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3330 | 2026-06-13T03:19:55.986Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3331 | 2026-06-13T03:19:57.942Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3332 | 2026-06-13T03:20:00.105Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3333 | 2026-06-13T03:20:02.405Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3334 | 2026-06-13T03:20:04.633Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3335 | 2026-06-13T03:20:06.871Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3336 | 2026-06-13T03:20:09.114Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3337 | 2026-06-13T03:20:11.413Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3338 | 2026-06-13T03:20:13.589Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3339 | 2026-06-13T03:20:15.811Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3340 | 2026-06-13T03:20:18.086Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3341 | 2026-06-13T03:20:20.354Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3342 | 2026-06-13T03:20:22.640Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3343 | 2026-06-13T03:20:25.040Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3344 | 2026-06-13T03:20:27.383Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3345 | 2026-06-13T03:20:29.636Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3346 | 2026-06-13T03:20:31.923Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3347 | 2026-06-13T03:20:34.553Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3348 | 2026-06-13T03:20:36.750Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3349 | 2026-06-13T03:20:39.213Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3350 | 2026-06-13T03:20:42.019Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3351 | 2026-06-13T03:20:44.152Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3352 | 2026-06-13T03:20:46.524Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3353 | 2026-06-13T03:20:49.057Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3354 | 2026-06-13T03:20:51.577Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3355 | 2026-06-13T03:20:54.007Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3356 | 2026-06-13T03:20:56.420Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3357 | 2026-06-13T03:20:58.819Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3358 | 2026-06-13T03:21:01.343Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3359 | 2026-06-13T03:21:03.801Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3360 | 2026-06-13T03:21:06.319Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3361 | 2026-06-13T03:21:08.868Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3362 | 2026-06-13T03:21:11.200Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3363 | 2026-06-13T03:21:13.857Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3364 | 2026-06-13T03:21:16.299Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3365 | 2026-06-13T03:21:18.884Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3366 | 2026-06-13T03:21:21.583Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3367 | 2026-06-13T03:21:24.074Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3368 | 2026-06-13T03:21:26.625Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3369 | 2026-06-13T03:21:29.083Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3370 | 2026-06-13T03:21:31.685Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3371 | 2026-06-13T03:21:34.245Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3372 | 2026-06-13T03:21:37.152Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3373 | 2026-06-13T03:21:39.526Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3374 | 2026-06-13T03:21:42.234Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3375 | 2026-06-13T03:21:49.711Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3376 | 2026-06-13T03:21:49.885Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3377 | 2026-06-13T03:21:53.379Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3378 | 2026-06-13T03:21:56.591Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3379 | 2026-06-13T03:22:00.061Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3380 | 2026-06-13T03:22:03.417Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3381 | 2026-06-13T03:22:06.665Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3382 | 2026-06-13T03:22:11.450Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3383 | 2026-06-13T03:22:14.277Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3384 | 2026-06-13T03:22:17.938Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3385 | 2026-06-13T03:22:21.707Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3386 | 2026-06-13T03:22:25.282Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3387 | 2026-06-13T03:22:28.962Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3388 | 2026-06-13T03:22:32.636Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3389 | 2026-06-13T03:22:36.589Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3390 | 2026-06-13T03:22:40.183Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3391 | 2026-06-13T03:22:43.920Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3392 | 2026-06-13T03:22:47.545Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3393 | 2026-06-13T03:22:51.248Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3394 | 2026-06-13T03:22:54.958Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3395 | 2026-06-13T03:22:58.691Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3396 | 2026-06-13T03:23:02.470Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3397 | 2026-06-13T03:23:06.179Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3398 | 2026-06-13T03:23:09.820Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3399 | 2026-06-13T03:23:13.522Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3400 | 2026-06-13T03:23:43.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s |
| 3401 | 2026-06-13T03:23:43.376Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files |
| 3402 | 2026-06-13T03:23:43.482Z | |
| 3403 | 2026-06-13T03:23:43.485Z | real 6:42.305580184 |
| 3404 | 2026-06-13T03:23:43.485Z | user 17:50.958688232 |
| 3405 | 2026-06-13T03:23:43.485Z | sys 3:51.046625300 |
| 3406 | 2026-06-13T03:23:43.485Z | trap 0.267131491 |
| 3407 | 2026-06-13T03:23:43.485Z | tflt 0.043019433 |
| 3408 | 2026-06-13T03:23:43.485Z | dflt 0.047235925 |
| 3409 | 2026-06-13T03:23:43.485Z | kflt 0.000018160 |
| 3410 | 2026-06-13T03:23:43.485Z | lock 6:12:06.848033248 |
| 3411 | 2026-06-13T03:23:43.485Z | slp 2:15:07.276795872 |
| 3412 | 2026-06-13T03:23:43.485Z | lat 39.312509049 |
| 3413 | 2026-06-13T03:23:43.486Z | stop 1:45.749937747 |
| 3414 | 2026-06-13T03:23:43.486Z | process exited: duration 795496 ms, exit code 0 |
| |
| 3415 | 2026-06-13T03:23:43.492Z | found 0 output files |