|
|
|
| 1 | 2026-07-07T23:44:59.077Z | job assigned to worker 01KWZFFNWC4A1BEC1JTZHZ4HQG [factory aws, i-0c7ceae962769caa8] (queued for 49 s) |
| |
| 2 | 2026-07-07T23:45:06.197Z | starting task 0: "setup" |
| 3 | 2026-07-07T23:45:06.203Z | ++ uname -s |
| 4 | 2026-07-07T23:45:06.208Z | + kern=SunOS |
| 5 | 2026-07-07T23:45:06.208Z | + build_user=build |
| 6 | 2026-07-07T23:45:06.208Z | + build_uid=12345 |
| 7 | 2026-07-07T23:45:06.208Z | + work_dir=/work |
| 8 | 2026-07-07T23:45:06.208Z | + input_dir=/input |
| 9 | 2026-07-07T23:45:06.208Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-07T23:45:06.208Z | + case "$kern" in |
| 11 | 2026-07-07T23:45:06.208Z | + groupadd -g 12345 build |
| 12 | 2026-07-07T23:45:06.208Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-07T23:45:08.211Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-07T23:45:08.325Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-07T23:45:08.328Z | + home_fs=zfs |
| 16 | 2026-07-07T23:45:08.328Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-07T23:45:08.328Z | + mkdir -p /home/build |
| 18 | 2026-07-07T23:45:08.328Z | + chown build:build /home/build /work |
| 19 | 2026-07-07T23:45:10.329Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-07T23:45:10.332Z | process exited: duration 4132 ms, exit code 0 |
| |
| 21 | 2026-07-07T23:45:10.338Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-07T23:45:10.341Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-07T23:45:10.341Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-07T23:45:10.341Z | * rust toolchain profile = "default" |
| 25 | 2026-07-07T23:45:10.342Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-07T23:45:10.342Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-07T23:45:10.342Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-07T23:45:10.345Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-07T23:45:10.345Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-07T23:45:10.399Z | info: downloading installer |
| 31 | 2026-07-07T23:45:11.820Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-07T23:45:11.820Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-07T23:45:11.820Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-07T23:45:11.820Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-07T23:45:11.833Z | info: profile set to default |
| 36 | 2026-07-07T23:45:11.833Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-07T23:45:11.836Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-07T23:45:11.998Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-07T23:45:12.002Z | info: downloading 6 components |
| 40 | 2026-07-07T23:45:27.170Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-07T23:45:27.170Z | |
| 42 | 2026-07-07T23:45:27.204Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-07T23:45:27.205Z | |
| 44 | 2026-07-07T23:45:27.205Z | |
| 45 | 2026-07-07T23:45:27.205Z | Rust is installed now. Great! |
| 46 | 2026-07-07T23:45:27.205Z | |
| 47 | 2026-07-07T23:45:27.208Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-07T23:45:27.208Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-07T23:45:27.208Z | |
| 50 | 2026-07-07T23:45:27.208Z | To configure your current shell, you need to source |
| 51 | 2026-07-07T23:45:27.208Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-07T23:45:27.208Z | |
| 53 | 2026-07-07T23:45:27.208Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-07T23:45:27.208Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-07T23:45:27.208Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-07T23:45:27.208Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-07T23:45:27.208Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-07T23:45:27.208Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-07T23:45:27.208Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-07T23:45:27.208Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-07T23:45:27.208Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-07T23:45:27.298Z | + rustup --version |
| 63 | 2026-07-07T23:45:27.307Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-07T23:45:27.310Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-07T23:45:27.328Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-07T23:45:27.331Z | + cargo --version |
| 67 | 2026-07-07T23:45:27.345Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-07T23:45:27.348Z | + rustc --version |
| 69 | 2026-07-07T23:45:27.366Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-07T23:45:27.369Z | process exited: duration 17030 ms, exit code 0 |
| |
| 71 | 2026-07-07T23:45:27.374Z | starting task 2: "authentication" |
| 72 | 2026-07-07T23:45:27.390Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-07-07T23:45:27.396Z | starting task 3: "clone repository" |
| 74 | 2026-07-07T23:45:27.399Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-07T23:45:27.402Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-07T23:45:27.430Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-07T23:45:38.420Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-07T23:45:38.420Z | + git fetch origin 041867f7c27550747541203db19d3aac19bc088d |
| 79 | 2026-07-07T23:45:38.692Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-07T23:45:38.692Z | * branch 041867f7c27550747541203db19d3aac19bc088d -> FETCH_HEAD |
| 81 | 2026-07-07T23:45:38.702Z | + [[ -n jmcarp/oximeter-queue-depth-metric ]] |
| 82 | 2026-07-07T23:45:38.704Z | ++ git branch --show-current |
| 83 | 2026-07-07T23:45:38.704Z | + current=main |
| 84 | 2026-07-07T23:45:38.704Z | + [[ main != jmcarp/oximeter-queue-depth-metric ]] |
| 85 | 2026-07-07T23:45:38.704Z | + git branch -f jmcarp/oximeter-queue-depth-metric 041867f7c27550747541203db19d3aac19bc088d |
| 86 | 2026-07-07T23:45:38.708Z | + git checkout -f jmcarp/oximeter-queue-depth-metric |
| 87 | 2026-07-07T23:45:38.950Z | Switched to branch 'jmcarp/oximeter-queue-depth-metric' |
| 88 | 2026-07-07T23:45:38.953Z | + git reset --hard 041867f7c27550747541203db19d3aac19bc088d |
| 89 | 2026-07-07T23:45:38.966Z | HEAD is now at 041867f7c Oximeter: add queue depth metric. |
| 90 | 2026-07-07T23:45:38.969Z | process exited: duration 11572 ms, exit code 0 |
| |
| 91 | 2026-07-07T23:45:38.975Z | starting task 4: "build" |
| 92 | 2026-07-07T23:45:38.978Z | + source ./env.sh |
| 93 | 2026-07-07T23:45:38.981Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-07-07T23:45:38.981Z | ++ set -o xtrace |
| 95 | 2026-07-07T23:45:38.981Z | ++++ dirname ./env.sh |
| 96 | 2026-07-07T23:45:38.984Z | +++ readlink -f . |
| 97 | 2026-07-07T23:45:38.986Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-07-07T23:45:38.986Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-07-07T23:45:38.986Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-07-07T23:45:38.986Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-07-07T23:45:38.986Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-07-07T23:45:38.986Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-07-07T23:45:38.986Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-07-07T23:45:38.986Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-07-07T23:45:38.987Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-07-07T23:45:38.987Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-07-07T23:45:38.987Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-07-07T23:45:38.987Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-07-07T23:45:38.987Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-07-07T23:45:38.987Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-07-07T23:45:38.987Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-07-07T23:45:38.987Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-07-07T23:45:38.987Z | +++ uname -s |
| 114 | 2026-07-07T23:45:38.987Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-07-07T23:45:38.987Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-07-07T23:45:38.990Z | + cargo --version |
| 117 | 2026-07-07T23:45:38.999Z | cargo 1.96.1 (356927216 2026-06-26) |
| 118 | 2026-07-07T23:45:39.004Z | + rustc --version |
| 119 | 2026-07-07T23:45:39.019Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 120 | 2026-07-07T23:45:39.022Z | + banner prerequisites |
| 121 | 2026-07-07T23:45:39.024Z | |
| 122 | 2026-07-07T23:45:39.024Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-07-07T23:45:39.024Z | # # # # # # # # # # # # # # # |
| 124 | 2026-07-07T23:45:39.025Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-07-07T23:45:39.025Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-07-07T23:45:39.025Z | # # # # # # # # # # # # # # # |
| 127 | 2026-07-07T23:45:39.025Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-07-07T23:45:39.025Z | |
| 129 | 2026-07-07T23:45:39.025Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-07-07T23:45:40.873Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-07-07T23:45:40.983Z | Startup: Caching catalogs ... Done |
| 132 | 2026-07-07T23:45:41.477Z | Planning: Solver setup ... Done (0.448s) |
| 133 | 2026-07-07T23:45:41.505Z | Planning: Running solver ... Done (0.027s) |
| 134 | 2026-07-07T23:45:41.517Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-07-07T23:45:41.527Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-07-07T23:45:41.547Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-07-07T23:45:41.559Z | Planning: Package planning ... Done (0.014s) |
| 138 | 2026-07-07T23:45:41.564Z | Planning: Merging actions ... Done (0.002s) |
| 139 | 2026-07-07T23:45:41.724Z | Planning: Checking for conflicting actions ... Done (0.163s) |
| 140 | 2026-07-07T23:45:41.727Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-07-07T23:45:42.530Z | Planning: Evaluating mediators ... Done (0.805s) |
| 142 | 2026-07-07T23:45:42.534Z | Planning: Planning completed in 1.53 seconds |
| 143 | 2026-07-07T23:45:42.539Z | Packages to install: 2 |
| 144 | 2026-07-07T23:45:42.539Z | Estimated space available: 156.06 GB |
| 145 | 2026-07-07T23:45:42.543Z | Estimated space to be consumed: 30.99 MB |
| 146 | 2026-07-07T23:45:42.543Z | Create boot environment: No |
| 147 | 2026-07-07T23:45:42.543Z | Create backup boot environment: No |
| 148 | 2026-07-07T23:45:42.543Z | Rebuild boot archive: No |
| 149 | 2026-07-07T23:45:42.543Z | |
| 150 | 2026-07-07T23:45:42.543Z | Changed packages: |
| 151 | 2026-07-07T23:45:42.543Z | helios |
| 152 | 2026-07-07T23:45:42.543Z | developer/build-essential |
| 153 | 2026-07-07T23:45:42.543Z | None -> 11-3.0 |
| 154 | 2026-07-07T23:45:42.543Z | library/libxmlsec1 |
| 155 | 2026-07-07T23:45:42.543Z | None -> 1.2.35-3.0 |
| 156 | 2026-07-07T23:45:42.564Z | |
| 157 | 2026-07-07T23:45:42.564Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-07-07T23:45:43.189Z | Download: Completed 1.28 MB in 0.62 seconds (2.0M/s) |
| 159 | 2026-07-07T23:45:43.249Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-07-07T23:45:43.286Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-07-07T23:45:43.297Z | Finalize: Updating package state database ... Done (0.011s) |
| 162 | 2026-07-07T23:45:43.297Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-07-07T23:45:43.326Z | Finalize: Updating image state ... Done (0.029s) |
| 164 | 2026-07-07T23:45:45.699Z | Finalize: Creating fast lookup database ... Done (2.348s) |
| 165 | 2026-07-07T23:45:45.765Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-07-07T23:45:45.768Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-07-07T23:45:45.854Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-07-07T23:45:46.167Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-07-07T23:45:46.272Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-07-07T23:45:46.275Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-07-07T23:45:46.427Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-07-07T23:45:46.431Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-07-07T23:45:46.450Z | Mediators to change: 2 |
| 174 | 2026-07-07T23:45:46.453Z | Create boot environment: No |
| 175 | 2026-07-07T23:45:46.453Z | Create backup boot environment: No |
| 176 | 2026-07-07T23:45:46.495Z | Finalize: Updating package state database ... Done |
| 177 | 2026-07-07T23:45:46.495Z | Finalize: Updating package cache ... Done |
| 178 | 2026-07-07T23:45:46.513Z | Finalize: Updating image state ... Done |
| 179 | 2026-07-07T23:45:48.455Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-07-07T23:45:48.524Z | Finalize: Reading search index ... Done |
| 181 | 2026-07-07T23:45:48.527Z | Finalize: Updating search index ... Done |
| 182 | 2026-07-07T23:45:48.580Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-07T23:45:48.869Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-07-07T23:45:48.973Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-07-07T23:45:48.975Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-07-07T23:45:49.129Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-07-07T23:45:49.132Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-07-07T23:45:49.152Z | Mediators to change: 1 |
| 189 | 2026-07-07T23:45:49.155Z | Create boot environment: No |
| 190 | 2026-07-07T23:45:49.155Z | Create backup boot environment: No |
| 191 | 2026-07-07T23:45:49.189Z | Finalize: Updating package state database ... Done |
| 192 | 2026-07-07T23:45:49.189Z | Finalize: Updating package cache ... Done |
| 193 | 2026-07-07T23:45:49.202Z | Finalize: Updating image state ... Done |
| 194 | 2026-07-07T23:45:51.138Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-07-07T23:45:51.204Z | Finalize: Reading search index ... Done |
| 196 | 2026-07-07T23:45:51.204Z | Finalize: Updating search index ... Done |
| 197 | 2026-07-07T23:45:51.279Z | Finalize: Updating package cache ... Done |
| 198 | 2026-07-07T23:45:51.593Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-07-07T23:45:51.594Z | apache system 2.4 system |
| 200 | 2026-07-07T23:45:51.594Z | clang system 15 system |
| 201 | 2026-07-07T23:45:51.594Z | csh system system illumos |
| 202 | 2026-07-07T23:45:51.594Z | ctags system system illumos |
| 203 | 2026-07-07T23:45:51.594Z | file vendor vendor darwinsys |
| 204 | 2026-07-07T23:45:51.594Z | file system system illumos |
| 205 | 2026-07-07T23:45:51.594Z | gcc vendor 14 vendor |
| 206 | 2026-07-07T23:45:51.594Z | gcc system 13 system |
| 207 | 2026-07-07T23:45:51.594Z | gcc system 10 system |
| 208 | 2026-07-07T23:45:51.594Z | go system 1.25 system |
| 209 | 2026-07-07T23:45:51.594Z | llvm system 15 system |
| 210 | 2026-07-07T23:45:51.594Z | mariadb system 11.4 system |
| 211 | 2026-07-07T23:45:51.594Z | mta vendor vendor dma |
| 212 | 2026-07-07T23:45:51.594Z | openjdk system 17 system |
| 213 | 2026-07-07T23:45:51.594Z | openjdk system 11 system |
| 214 | 2026-07-07T23:45:51.594Z | openssl vendor 3 vendor |
| 215 | 2026-07-07T23:45:51.594Z | perl system 5.40 system |
| 216 | 2026-07-07T23:45:51.594Z | postgresql system 18 system |
| 217 | 2026-07-07T23:45:51.594Z | postgresql system 17 system |
| 218 | 2026-07-07T23:45:51.594Z | python vendor 3 vendor |
| 219 | 2026-07-07T23:45:51.594Z | python system 2 system |
| 220 | 2026-07-07T23:45:51.594Z | python3 vendor 3.13 vendor |
| 221 | 2026-07-07T23:45:51.594Z | ruby system 3.4 system |
| 222 | 2026-07-07T23:45:51.594Z | ruby system 3.0 system |
| 223 | 2026-07-07T23:45:51.594Z | words vendor vendor american-english |
| 224 | 2026-07-07T23:45:51.594Z | words system system australian-english |
| 225 | 2026-07-07T23:45:51.594Z | words system system british-english |
| 226 | 2026-07-07T23:45:51.594Z | words system system canadian-english |
| 227 | 2026-07-07T23:45:51.594Z | words system system french |
| 228 | 2026-07-07T23:45:51.594Z | words system system italian |
| 229 | 2026-07-07T23:45:51.594Z | words system system ngerman |
| 230 | 2026-07-07T23:45:51.594Z | words system system ogerman |
| 231 | 2026-07-07T23:45:51.594Z | words system system spanish |
| 232 | 2026-07-07T23:45:51.846Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-07-07T23:45:51.846Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-07-07T23:45:52.148Z | FMRI IFO |
| 235 | 2026-07-07T23:45:52.148Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-07-07T23:45:52.148Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-07-07T23:45:52.149Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-07-07T23:45:52.149Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-07-07T23:45:52.149Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-07-07T23:45:52.149Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-07-07T23:45:52.149Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-07-07T23:45:52.149Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-07-07T23:45:52.149Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-07-07T23:45:52.406Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-07-07T23:45:52.662Z | Updating crates.io index |
| 246 | 2026-07-07T23:45:52.668Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-07-07T23:45:52.874Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-07-07T23:45:53.345Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-07T23:45:54.275Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-07-07T23:45:54.837Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-07-07T23:45:56.719Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-07-07T23:45:57.434Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-07-07T23:45:57.677Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-07-07T23:45:57.948Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-07-07T23:45:58.993Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-07-07T23:45:59.242Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-07-07T23:45:59.677Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2026-07-07T23:45:59.902Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 259 | 2026-07-07T23:46:00.300Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-07-07T23:46:00.972Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-07-07T23:46:01.321Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-07-07T23:46:01.536Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-07-07T23:46:01.772Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 264 | 2026-07-07T23:46:02.040Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 265 | 2026-07-07T23:46:02.250Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 266 | 2026-07-07T23:46:02.489Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 267 | 2026-07-07T23:46:02.705Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-07-07T23:46:03.147Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 269 | 2026-07-07T23:46:03.481Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-07-07T23:46:03.911Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-07-07T23:46:04.280Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-07-07T23:46:04.494Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 273 | 2026-07-07T23:46:04.770Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 274 | 2026-07-07T23:46:05.004Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 275 | 2026-07-07T23:46:05.200Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 276 | 2026-07-07T23:46:05.528Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2026-07-07T23:46:05.899Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 278 | 2026-07-07T23:46:06.098Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-07-07T23:46:06.369Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 280 | 2026-07-07T23:46:06.610Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 281 | 2026-07-07T23:46:06.843Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 282 | 2026-07-07T23:46:07.083Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 283 | 2026-07-07T23:46:07.300Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 284 | 2026-07-07T23:46:07.557Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 285 | 2026-07-07T23:46:07.789Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 286 | 2026-07-07T23:46:10.558Z | Downloading crates ... |
| 287 | 2026-07-07T23:46:10.612Z | Downloaded fastrand v2.3.0 |
| 288 | 2026-07-07T23:46:10.621Z | Downloaded pest_derive v2.8.6 |
| 289 | 2026-07-07T23:46:10.632Z | Downloaded dtrace-parser v0.2.0 |
| 290 | 2026-07-07T23:46:10.635Z | Downloaded macaddr v1.0.1 |
| 291 | 2026-07-07T23:46:10.635Z | Downloaded errno v0.3.14 |
| 292 | 2026-07-07T23:46:10.638Z | Downloaded heck v0.5.0 |
| 293 | 2026-07-07T23:46:10.638Z | Downloaded crypto-common v0.1.7 |
| 294 | 2026-07-07T23:46:10.638Z | Downloaded hashbrown v0.17.0 |
| 295 | 2026-07-07T23:46:10.641Z | Downloaded fnv v1.0.7 |
| 296 | 2026-07-07T23:46:10.643Z | Downloaded generic-array v0.14.7 |
| 297 | 2026-07-07T23:46:10.643Z | Downloaded digest v0.10.7 |
| 298 | 2026-07-07T23:46:10.646Z | Downloaded cpufeatures v0.2.17 |
| 299 | 2026-07-07T23:46:10.646Z | Downloaded dof v0.3.0 |
| 300 | 2026-07-07T23:46:10.648Z | Downloaded zerocopy-derive v0.7.35 |
| 301 | 2026-07-07T23:46:10.651Z | Downloaded is_terminal_polyfill v1.70.2 |
| 302 | 2026-07-07T23:46:10.651Z | Downloaded fs-err v3.3.0 |
| 303 | 2026-07-07T23:46:10.651Z | Downloaded heck v0.4.1 |
| 304 | 2026-07-07T23:46:10.654Z | Downloaded equivalent v1.0.2 |
| 305 | 2026-07-07T23:46:10.654Z | Downloaded cfg-if v1.0.4 |
| 306 | 2026-07-07T23:46:10.654Z | Downloaded getrandom v0.4.1 |
| 307 | 2026-07-07T23:46:10.657Z | Downloaded cargo-platform v0.3.2 |
| 308 | 2026-07-07T23:46:10.659Z | Downloaded zmij v1.0.21 |
| 309 | 2026-07-07T23:46:10.659Z | Downloaded zerocopy v0.7.35 |
| 310 | 2026-07-07T23:46:10.667Z | Downloaded itoa v1.0.17 |
| 311 | 2026-07-07T23:46:10.670Z | Downloaded clap_lex v1.0.0 |
| 312 | 2026-07-07T23:46:10.670Z | Downloaded block-buffer v0.10.4 |
| 313 | 2026-07-07T23:46:10.676Z | Downloaded colorchoice v1.0.4 |
| 314 | 2026-07-07T23:46:10.679Z | Downloaded anstyle-query v1.1.5 |
| 315 | 2026-07-07T23:46:10.682Z | Downloaded cargo_toml v0.21.0 |
| 316 | 2026-07-07T23:46:10.685Z | Downloaded anstream v1.0.0 |
| 317 | 2026-07-07T23:46:10.688Z | Downloaded memmap v0.7.0 |
| 318 | 2026-07-07T23:46:10.696Z | Downloaded usdt-attr-macro v0.5.0 |
| 319 | 2026-07-07T23:46:10.698Z | Downloaded plain v0.2.3 |
| 320 | 2026-07-07T23:46:10.698Z | Downloaded cargo_metadata v0.23.1 |
| 321 | 2026-07-07T23:46:10.701Z | Downloaded anstyle-parse v1.0.0 |
| 322 | 2026-07-07T23:46:10.701Z | Downloaded anstyle v1.0.14 |
| 323 | 2026-07-07T23:46:10.704Z | Downloaded once_cell v1.21.3 |
| 324 | 2026-07-07T23:46:10.707Z | Downloaded log v0.4.29 |
| 325 | 2026-07-07T23:46:10.707Z | Downloaded byteorder v1.5.0 |
| 326 | 2026-07-07T23:46:10.715Z | Downloaded smawk v0.3.2 |
| 327 | 2026-07-07T23:46:10.717Z | Downloaded serde_spanned v0.6.9 |
| 328 | 2026-07-07T23:46:10.725Z | Downloaded thread-id v4.2.2 |
| 329 | 2026-07-07T23:46:10.727Z | Downloaded strsim v0.11.1 |
| 330 | 2026-07-07T23:46:10.727Z | Downloaded terminal_size v0.4.3 |
| 331 | 2026-07-07T23:46:10.730Z | Downloaded bytecount v0.6.9 |
| 332 | 2026-07-07T23:46:10.737Z | Downloaded bitflags v2.11.0 |
| 333 | 2026-07-07T23:46:10.745Z | Downloaded usdt v0.5.0 |
| 334 | 2026-07-07T23:46:10.748Z | Downloaded toml_datetime v0.6.11 |
| 335 | 2026-07-07T23:46:10.753Z | Downloaded unicode-linebreak v0.1.5 |
| 336 | 2026-07-07T23:46:10.756Z | Downloaded utf8parse v0.2.2 |
| 337 | 2026-07-07T23:46:10.756Z | Downloaded scroll_derive v0.12.1 |
| 338 | 2026-07-07T23:46:10.756Z | Downloaded proc-macro-error-attr v1.0.4 |
| 339 | 2026-07-07T23:46:10.761Z | Downloaded swrite v0.1.0 |
| 340 | 2026-07-07T23:46:10.764Z | Downloaded usdt-macro v0.5.0 |
| 341 | 2026-07-07T23:46:10.770Z | Downloaded pretty-hex v0.4.1 |
| 342 | 2026-07-07T23:46:10.774Z | Downloaded usdt-impl v0.5.0 |
| 343 | 2026-07-07T23:46:10.776Z | Downloaded autocfg v1.5.0 |
| 344 | 2026-07-07T23:46:10.779Z | Downloaded toml_write v0.1.2 |
| 345 | 2026-07-07T23:46:10.779Z | Downloaded tabled_derive v0.7.0 |
| 346 | 2026-07-07T23:46:10.779Z | Downloaded thiserror v2.0.18 |
| 347 | 2026-07-07T23:46:10.782Z | Downloaded scroll v0.12.0 |
| 348 | 2026-07-07T23:46:10.785Z | Downloaded proc-macro-error v1.0.4 |
| 349 | 2026-07-07T23:46:10.788Z | Downloaded thiserror-impl v1.0.69 |
| 350 | 2026-07-07T23:46:10.791Z | Downloaded quote v1.0.45 |
| 351 | 2026-07-07T23:46:10.793Z | Downloaded camino v1.2.2 |
| 352 | 2026-07-07T23:46:10.796Z | Downloaded clap v4.6.1 |
| 353 | 2026-07-07T23:46:10.801Z | Downloaded version_check v0.9.5 |
| 354 | 2026-07-07T23:46:10.803Z | Downloaded thiserror-impl v2.0.18 |
| 355 | 2026-07-07T23:46:10.806Z | Downloaded serde_tokenstream v0.2.3 |
| 356 | 2026-07-07T23:46:10.808Z | Downloaded thiserror v1.0.69 |
| 357 | 2026-07-07T23:46:10.811Z | Downloaded sha2 v0.10.9 |
| 358 | 2026-07-07T23:46:10.813Z | Downloaded pest_generator v2.8.6 |
| 359 | 2026-07-07T23:46:10.821Z | Downloaded camino-tempfile v1.4.1 |
| 360 | 2026-07-07T23:46:10.826Z | Downloaded tempfile v3.25.0 |
| 361 | 2026-07-07T23:46:10.829Z | Downloaded papergrid v0.11.0 |
| 362 | 2026-07-07T23:46:10.831Z | Downloaded clap_derive v4.6.1 |
| 363 | 2026-07-07T23:46:10.834Z | Downloaded anyhow v1.0.102 |
| 364 | 2026-07-07T23:46:10.842Z | Downloaded semver v1.0.28 |
| 365 | 2026-07-07T23:46:10.845Z | Downloaded unicode-ident v1.0.24 |
| 366 | 2026-07-07T23:46:10.848Z | Downloaded ucd-trie v0.1.7 |
| 367 | 2026-07-07T23:46:10.854Z | Downloaded proc-macro2 v1.0.106 |
| 368 | 2026-07-07T23:46:10.861Z | Downloaded pest_meta v2.8.6 |
| 369 | 2026-07-07T23:46:10.866Z | Downloaded textwrap v0.16.2 |
| 370 | 2026-07-07T23:46:10.868Z | Downloaded toml v0.8.23 |
| 371 | 2026-07-07T23:46:10.885Z | Downloaded serde v1.0.228 |
| 372 | 2026-07-07T23:46:10.888Z | Downloaded serde_derive v1.0.228 |
| 373 | 2026-07-07T23:46:10.890Z | Downloaded serde_core v1.0.228 |
| 374 | 2026-07-07T23:46:10.893Z | Downloaded memchr v2.8.0 |
| 375 | 2026-07-07T23:46:10.898Z | Downloaded toml_edit v0.22.27 |
| 376 | 2026-07-07T23:46:10.902Z | Downloaded indexmap v2.14.0 |
| 377 | 2026-07-07T23:46:10.933Z | Downloaded typenum v1.20.1 |
| 378 | 2026-07-07T23:46:10.949Z | Downloaded pest v2.8.6 |
| 379 | 2026-07-07T23:46:10.978Z | Downloaded goblin v0.8.2 |
| 380 | 2026-07-07T23:46:10.981Z | Downloaded clap_builder v4.6.0 |
| 381 | 2026-07-07T23:46:10.988Z | Downloaded serde_json v1.0.150 |
| 382 | 2026-07-07T23:46:11.004Z | Downloaded tabled v0.15.0 |
| 383 | 2026-07-07T23:46:11.012Z | Downloaded winnow v0.7.14 |
| 384 | 2026-07-07T23:46:11.028Z | Downloaded syn v1.0.109 |
| 385 | 2026-07-07T23:46:11.044Z | Downloaded unicode-width v0.2.0 |
| 386 | 2026-07-07T23:46:11.047Z | Downloaded syn v2.0.117 |
| 387 | 2026-07-07T23:46:11.052Z | Downloaded unicode-width v0.1.14 |
| 388 | 2026-07-07T23:46:11.065Z | Downloaded rustix v1.1.3 |
| 389 | 2026-07-07T23:46:11.093Z | Downloaded libc v0.2.185 |
| 390 | 2026-07-07T23:46:11.155Z | Compiling proc-macro2 v1.0.106 |
| 391 | 2026-07-07T23:46:11.155Z | Compiling quote v1.0.45 |
| 392 | 2026-07-07T23:46:11.155Z | Compiling unicode-ident v1.0.24 |
| 393 | 2026-07-07T23:46:11.158Z | Compiling serde_core v1.0.228 |
| 394 | 2026-07-07T23:46:11.158Z | Compiling libc v0.2.185 |
| 395 | 2026-07-07T23:46:11.158Z | Compiling version_check v0.9.5 |
| 396 | 2026-07-07T23:46:11.158Z | Compiling memchr v2.8.0 |
| 397 | 2026-07-07T23:46:11.158Z | Compiling serde v1.0.228 |
| 398 | 2026-07-07T23:46:11.475Z | Compiling zmij v1.0.21 |
| 399 | 2026-07-07T23:46:11.749Z | Compiling ucd-trie v0.1.7 |
| 400 | 2026-07-07T23:46:11.778Z | Compiling itoa v1.0.17 |
| 401 | 2026-07-07T23:46:11.824Z | Compiling thiserror v1.0.69 |
| 402 | 2026-07-07T23:46:12.034Z | Compiling pest v2.8.6 |
| 403 | 2026-07-07T23:46:12.125Z | Compiling rustix v1.1.3 |
| 404 | 2026-07-07T23:46:12.193Z | Compiling byteorder v1.5.0 |
| 405 | 2026-07-07T23:46:12.336Z | Compiling errno v0.3.14 |
| 406 | 2026-07-07T23:46:12.426Z | Compiling serde_json v1.0.150 |
| 407 | 2026-07-07T23:46:12.484Z | Compiling bitflags v2.11.0 |
| 408 | 2026-07-07T23:46:12.628Z | Compiling syn v2.0.117 |
| 409 | 2026-07-07T23:46:12.690Z | Compiling thread-id v4.2.2 |
| 410 | 2026-07-07T23:46:12.719Z | Compiling proc-macro-error-attr v1.0.4 |
| 411 | 2026-07-07T23:46:12.769Z | Compiling usdt-impl v0.5.0 |
| 412 | 2026-07-07T23:46:12.894Z | Compiling syn v1.0.109 |
| 413 | 2026-07-07T23:46:12.913Z | Compiling camino v1.2.2 |
| 414 | 2026-07-07T23:46:13.098Z | Compiling pest_meta v2.8.6 |
| 415 | 2026-07-07T23:46:13.270Z | Compiling proc-macro-error v1.0.4 |
| 416 | 2026-07-07T23:46:13.303Z | Compiling getrandom v0.4.1 |
| 417 | 2026-07-07T23:46:13.330Z | Compiling equivalent v1.0.2 |
| 418 | 2026-07-07T23:46:13.423Z | Compiling log v0.4.29 |
| 419 | 2026-07-07T23:46:13.469Z | Compiling plain v0.2.3 |
| 420 | 2026-07-07T23:46:13.630Z | Compiling hashbrown v0.17.0 |
| 421 | 2026-07-07T23:46:13.674Z | Compiling utf8parse v0.2.2 |
| 422 | 2026-07-07T23:46:13.713Z | Compiling terminal_size v0.4.3 |
| 423 | 2026-07-07T23:46:13.790Z | Compiling anstyle-parse v1.0.0 |
| 424 | 2026-07-07T23:46:14.181Z | Compiling indexmap v2.14.0 |
| 425 | 2026-07-07T23:46:14.399Z | Compiling winnow v0.7.14 |
| 426 | 2026-07-07T23:46:14.483Z | Compiling pretty-hex v0.4.1 |
| 427 | 2026-07-07T23:46:14.626Z | Compiling anstyle-query v1.1.5 |
| 428 | 2026-07-07T23:46:14.660Z | Compiling thiserror v2.0.18 |
| 429 | 2026-07-07T23:46:14.737Z | Compiling toml_write v0.1.2 |
| 430 | 2026-07-07T23:46:14.797Z | Compiling cfg-if v1.0.4 |
| 431 | 2026-07-07T23:46:14.839Z | Compiling is_terminal_polyfill v1.70.2 |
| 432 | 2026-07-07T23:46:14.839Z | Compiling autocfg v1.5.0 |
| 433 | 2026-07-07T23:46:14.912Z | Compiling pest_generator v2.8.6 |
| 434 | 2026-07-07T23:46:14.941Z | Compiling colorchoice v1.0.4 |
| 435 | 2026-07-07T23:46:14.984Z | Compiling anstyle v1.0.14 |
| 436 | 2026-07-07T23:46:15.194Z | Compiling anstream v1.0.0 |
| 437 | 2026-07-07T23:46:15.291Z | Compiling fs-err v3.3.0 |
| 438 | 2026-07-07T23:46:15.455Z | Compiling once_cell v1.21.3 |
| 439 | 2026-07-07T23:46:15.482Z | Compiling unicode-width v0.1.14 |
| 440 | 2026-07-07T23:46:15.498Z | Compiling strsim v0.11.1 |
| 441 | 2026-07-07T23:46:15.538Z | Compiling anyhow v1.0.102 |
| 442 | 2026-07-07T23:46:15.573Z | Compiling fnv v1.0.7 |
| 443 | 2026-07-07T23:46:15.671Z | Compiling fastrand v2.3.0 |
| 444 | 2026-07-07T23:46:15.689Z | Compiling heck v0.4.1 |
| 445 | 2026-07-07T23:46:15.752Z | Compiling clap_lex v1.0.0 |
| 446 | 2026-07-07T23:46:15.845Z | Compiling heck v0.5.0 |
| 447 | 2026-07-07T23:46:15.864Z | Compiling bytecount v0.6.9 |
| 448 | 2026-07-07T23:46:15.911Z | Compiling tempfile v3.25.0 |
| 449 | 2026-07-07T23:46:15.934Z | Compiling clap_builder v4.6.0 |
| 450 | 2026-07-07T23:46:15.963Z | Compiling tabled_derive v0.7.0 |
| 451 | 2026-07-07T23:46:15.987Z | Compiling papergrid v0.11.0 |
| 452 | 2026-07-07T23:46:16.079Z | Compiling cargo-platform v0.3.2 |
| 453 | 2026-07-07T23:46:16.097Z | Compiling semver v1.0.28 |
| 454 | 2026-07-07T23:46:16.110Z | Compiling memmap v0.7.0 |
| 455 | 2026-07-07T23:46:16.316Z | Compiling unicode-linebreak v0.1.5 |
| 456 | 2026-07-07T23:46:16.337Z | Compiling smawk v0.3.2 |
| 457 | 2026-07-07T23:46:16.361Z | Compiling unicode-width v0.2.0 |
| 458 | 2026-07-07T23:46:16.474Z | Compiling camino-tempfile v1.4.1 |
| 459 | 2026-07-07T23:46:16.527Z | Compiling serde_derive v1.0.228 |
| 460 | 2026-07-07T23:46:16.565Z | Compiling thiserror-impl v1.0.69 |
| 461 | 2026-07-07T23:46:16.643Z | Compiling zerocopy-derive v0.7.35 |
| 462 | 2026-07-07T23:46:16.710Z | Compiling pest_derive v2.8.6 |
| 463 | 2026-07-07T23:46:16.777Z | Compiling scroll_derive v0.12.1 |
| 464 | 2026-07-07T23:46:16.944Z | Compiling thiserror-impl v2.0.18 |
| 465 | 2026-07-07T23:46:17.177Z | Compiling clap_derive v4.6.1 |
| 466 | 2026-07-07T23:46:17.474Z | Compiling tabled v0.15.0 |
| 467 | 2026-07-07T23:46:17.502Z | Compiling scroll v0.12.0 |
| 468 | 2026-07-07T23:46:17.553Z | Compiling zerocopy v0.7.35 |
| 469 | 2026-07-07T23:46:17.783Z | Compiling goblin v0.8.2 |
| 470 | 2026-07-07T23:46:17.978Z | Compiling dtrace-parser v0.2.0 |
| 471 | 2026-07-07T23:46:18.125Z | Compiling textwrap v0.16.2 |
| 472 | 2026-07-07T23:46:18.589Z | Compiling swrite v0.1.0 |
| 473 | 2026-07-07T23:46:18.955Z | Compiling clap v4.6.1 |
| 474 | 2026-07-07T23:46:19.665Z | Compiling serde_spanned v0.6.9 |
| 475 | 2026-07-07T23:46:19.665Z | Compiling toml_datetime v0.6.11 |
| 476 | 2026-07-07T23:46:19.683Z | Compiling macaddr v1.0.1 |
| 477 | 2026-07-07T23:46:19.683Z | Compiling cargo_metadata v0.23.1 |
| 478 | 2026-07-07T23:46:19.683Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 479 | 2026-07-07T23:46:19.757Z | Compiling dof v0.3.0 |
| 480 | 2026-07-07T23:46:19.765Z | Compiling serde_tokenstream v0.2.3 |
| 481 | 2026-07-07T23:46:19.891Z | Compiling toml_edit v0.22.27 |
| 482 | 2026-07-07T23:46:20.508Z | Compiling usdt-attr-macro v0.5.0 |
| 483 | 2026-07-07T23:46:20.511Z | Compiling usdt-macro v0.5.0 |
| 484 | 2026-07-07T23:46:21.091Z | Compiling usdt v0.5.0 |
| 485 | 2026-07-07T23:46:21.210Z | Compiling toml v0.8.23 |
| 486 | 2026-07-07T23:46:21.564Z | Compiling cargo_toml v0.21.0 |
| 487 | 2026-07-07T23:46:22.848Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 488 | 2026-07-07T23:46:24.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.54s |
| 489 | 2026-07-07T23:46:24.998Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 490 | 2026-07-07T23:46:25.497Z | Downloading crates ... |
| 491 | 2026-07-07T23:46:25.590Z | Downloaded adler2 v2.0.1 |
| 492 | 2026-07-07T23:46:25.593Z | Downloaded bitfield v0.19.4 |
| 493 | 2026-07-07T23:46:25.597Z | Downloaded array-init v0.0.4 |
| 494 | 2026-07-07T23:46:25.605Z | Downloaded compression-core v0.4.31 |
| 495 | 2026-07-07T23:46:25.608Z | Downloaded cfg_aliases v0.1.1 |
| 496 | 2026-07-07T23:46:25.608Z | Downloaded arc-swap v1.8.2 |
| 497 | 2026-07-07T23:46:25.611Z | Downloaded ciborium-io v0.2.2 |
| 498 | 2026-07-07T23:46:25.616Z | Downloaded blake2 v0.11.0-rc.6 |
| 499 | 2026-07-07T23:46:25.621Z | Downloaded argon2 v0.6.0-rc.8 |
| 500 | 2026-07-07T23:46:25.624Z | Downloaded atomic-waker v1.1.2 |
| 501 | 2026-07-07T23:46:25.624Z | Downloaded ascii-canvas v3.0.0 |
| 502 | 2026-07-07T23:46:25.626Z | Downloaded arrayref v0.3.9 |
| 503 | 2026-07-07T23:46:25.627Z | Downloaded async-recursion v1.1.1 |
| 504 | 2026-07-07T23:46:25.629Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 505 | 2026-07-07T23:46:25.632Z | Downloaded async-stream v0.3.6 |
| 506 | 2026-07-07T23:46:25.635Z | Downloaded async-stream-impl v0.3.6 |
| 507 | 2026-07-07T23:46:25.635Z | Downloaded atomicwrites v0.4.4 |
| 508 | 2026-07-07T23:46:25.638Z | Downloaded corncobs v0.1.4 |
| 509 | 2026-07-07T23:46:25.641Z | Downloaded darling v0.21.3 |
| 510 | 2026-07-07T23:46:25.645Z | Downloaded debug-ignore v1.0.5 |
| 511 | 2026-07-07T23:46:25.645Z | Downloaded cpubits v0.1.1 |
| 512 | 2026-07-07T23:46:25.648Z | Downloaded bit-set v0.5.3 |
| 513 | 2026-07-07T23:46:25.648Z | Downloaded base16ct v1.0.0 |
| 514 | 2026-07-07T23:46:25.648Z | Downloaded bit-vec v0.6.3 |
| 515 | 2026-07-07T23:46:25.648Z | Downloaded anstream v0.6.21 |
| 516 | 2026-07-07T23:46:25.654Z | Downloaded base16ct v0.2.0 |
| 517 | 2026-07-07T23:46:25.657Z | Downloaded atty v0.2.14 |
| 518 | 2026-07-07T23:46:25.661Z | Downloaded bit-set v0.8.0 |
| 519 | 2026-07-07T23:46:25.661Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 520 | 2026-07-07T23:46:25.664Z | Downloaded darling_macro v0.21.3 |
| 521 | 2026-07-07T23:46:25.664Z | Downloaded cobs v0.3.0 |
| 522 | 2026-07-07T23:46:25.664Z | Downloaded cfg_aliases v0.2.1 |
| 523 | 2026-07-07T23:46:25.664Z | Downloaded crc-catalog v2.4.0 |
| 524 | 2026-07-07T23:46:25.667Z | Downloaded crc v3.4.0 |
| 525 | 2026-07-07T23:46:25.667Z | Downloaded bitfield-macros v0.19.4 |
| 526 | 2026-07-07T23:46:25.670Z | Downloaded bit-vec v0.8.0 |
| 527 | 2026-07-07T23:46:25.670Z | Downloaded aead v0.5.2 |
| 528 | 2026-07-07T23:46:25.670Z | Downloaded crossbeam-deque v0.8.6 |
| 529 | 2026-07-07T23:46:25.672Z | Downloaded convert_case v0.4.0 |
| 530 | 2026-07-07T23:46:25.672Z | Downloaded bb8 v0.8.6 |
| 531 | 2026-07-07T23:46:25.672Z | Downloaded darling_macro v0.13.4 |
| 532 | 2026-07-07T23:46:25.672Z | Downloaded crucible-workspace-hack v0.1.0 |
| 533 | 2026-07-07T23:46:25.675Z | Downloaded arrayvec v0.7.6 |
| 534 | 2026-07-07T23:46:25.680Z | Downloaded defmt v0.3.100 |
| 535 | 2026-07-07T23:46:25.680Z | Downloaded argon2 v0.5.3 |
| 536 | 2026-07-07T23:46:25.680Z | Downloaded darling_macro v0.23.0 |
| 537 | 2026-07-07T23:46:25.684Z | Downloaded async-bb8-diesel v0.2.1 |
| 538 | 2026-07-07T23:46:25.684Z | Downloaded crunchy v0.2.4 |
| 539 | 2026-07-07T23:46:25.684Z | Downloaded anstyle-parse v0.2.7 |
| 540 | 2026-07-07T23:46:25.684Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 541 | 2026-07-07T23:46:25.687Z | Downloaded cpufeatures v0.3.0 |
| 542 | 2026-07-07T23:46:25.690Z | Downloaded assert_matches v1.5.0 |
| 543 | 2026-07-07T23:46:25.693Z | Downloaded ctutils v0.4.2 |
| 544 | 2026-07-07T23:46:25.693Z | Downloaded darling v0.20.11 |
| 545 | 2026-07-07T23:46:25.697Z | Downloaded crossbeam-epoch v0.9.18 |
| 546 | 2026-07-07T23:46:25.700Z | Downloaded crypto-common v0.2.2 |
| 547 | 2026-07-07T23:46:25.700Z | Downloaded ciborium-ll v0.2.2 |
| 548 | 2026-07-07T23:46:25.700Z | Downloaded crossbeam-channel v0.5.15 |
| 549 | 2026-07-07T23:46:25.703Z | Downloaded bcs v0.1.6 |
| 550 | 2026-07-07T23:46:25.703Z | Downloaded darling_macro v0.20.11 |
| 551 | 2026-07-07T23:46:25.711Z | Downloaded display-error-chain v0.2.2 |
| 552 | 2026-07-07T23:46:25.714Z | Downloaded darling v0.13.4 |
| 553 | 2026-07-07T23:46:25.714Z | Downloaded data-encoding v2.10.0 |
| 554 | 2026-07-07T23:46:25.717Z | Downloaded cstr-argument v0.1.2 |
| 555 | 2026-07-07T23:46:25.717Z | Downloaded convert_case v0.10.0 |
| 556 | 2026-07-07T23:46:25.717Z | Downloaded embedded-io v0.4.0 |
| 557 | 2026-07-07T23:46:25.720Z | Downloaded dsl_auto_type v0.2.0 |
| 558 | 2026-07-07T23:46:25.720Z | Downloaded crc8 v0.1.1 |
| 559 | 2026-07-07T23:46:25.720Z | Downloaded block-buffer v0.12.1 |
| 560 | 2026-07-07T23:46:25.720Z | Downloaded castaway v0.2.4 |
| 561 | 2026-07-07T23:46:25.724Z | Downloaded dirs-sys-next v0.1.2 |
| 562 | 2026-07-07T23:46:25.725Z | Downloaded block-padding v0.4.2 |
| 563 | 2026-07-07T23:46:25.727Z | Downloaded difflib v0.4.0 |
| 564 | 2026-07-07T23:46:25.731Z | Downloaded endian-type v0.1.2 |
| 565 | 2026-07-07T23:46:25.735Z | Downloaded csv-core v0.1.13 |
| 566 | 2026-07-07T23:46:25.735Z | Downloaded daft-derive v0.1.7 |
| 567 | 2026-07-07T23:46:25.738Z | Downloaded daft v0.1.7 |
| 568 | 2026-07-07T23:46:25.741Z | Downloaded embedded-io v0.6.1 |
| 569 | 2026-07-07T23:46:25.744Z | Downloaded enum-as-inner v0.6.1 |
| 570 | 2026-07-07T23:46:25.747Z | Downloaded dtrace-parser v0.3.0 |
| 571 | 2026-07-07T23:46:25.750Z | Downloaded bitfield-struct v0.6.2 |
| 572 | 2026-07-07T23:46:25.750Z | Downloaded dyn-clone v1.0.20 |
| 573 | 2026-07-07T23:46:25.753Z | Downloaded allocator-api2 v0.2.21 |
| 574 | 2026-07-07T23:46:25.756Z | Downloaded critical-section v1.2.0 |
| 575 | 2026-07-07T23:46:25.759Z | Downloaded bitflags v1.3.2 |
| 576 | 2026-07-07T23:46:25.759Z | Downloaded base64ct v1.8.3 |
| 577 | 2026-07-07T23:46:25.762Z | Downloaded defmt-macros v1.0.1 |
| 578 | 2026-07-07T23:46:25.762Z | Downloaded env_filter v1.0.0 |
| 579 | 2026-07-07T23:46:25.765Z | Downloaded dof v0.4.0 |
| 580 | 2026-07-07T23:46:25.765Z | Downloaded backoff v0.4.0 |
| 581 | 2026-07-07T23:46:25.768Z | Downloaded fd-lock v4.0.4 |
| 582 | 2026-07-07T23:46:25.768Z | Downloaded defmt-parser v1.0.0 |
| 583 | 2026-07-07T23:46:25.780Z | Downloaded cipher v0.4.4 |
| 584 | 2026-07-07T23:46:25.783Z | Downloaded cexpr v0.6.0 |
| 585 | 2026-07-07T23:46:25.783Z | Downloaded camino-tempfile-ext v0.3.3 |
| 586 | 2026-07-07T23:46:25.786Z | Downloaded buf-list v1.1.2 |
| 587 | 2026-07-07T23:46:25.786Z | Downloaded float-ord v0.3.2 |
| 588 | 2026-07-07T23:46:25.789Z | Downloaded ecdsa v0.16.9 |
| 589 | 2026-07-07T23:46:25.789Z | Downloaded downcast-rs v2.0.2 |
| 590 | 2026-07-07T23:46:25.789Z | Downloaded foreign-types v0.5.0 |
| 591 | 2026-07-07T23:46:25.792Z | Downloaded document-features v0.2.12 |
| 592 | 2026-07-07T23:46:25.792Z | Downloaded futures-core v0.3.32 |
| 593 | 2026-07-07T23:46:25.792Z | Downloaded displaydoc v0.2.5 |
| 594 | 2026-07-07T23:46:25.795Z | Downloaded float-cmp v0.10.0 |
| 595 | 2026-07-07T23:46:25.795Z | Downloaded aead v0.6.1 |
| 596 | 2026-07-07T23:46:25.795Z | Downloaded form_urlencoded v1.2.2 |
| 597 | 2026-07-07T23:46:25.798Z | Downloaded dunce v1.0.5 |
| 598 | 2026-07-07T23:46:25.798Z | Downloaded cmake v0.1.57 |
| 599 | 2026-07-07T23:46:25.798Z | Downloaded async-trait v0.1.89 |
| 600 | 2026-07-07T23:46:25.802Z | Downloaded cassowary v0.3.0 |
| 601 | 2026-07-07T23:46:25.802Z | Downloaded dirs-next v2.0.0 |
| 602 | 2026-07-07T23:46:25.802Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 603 | 2026-07-07T23:46:25.806Z | Downloaded darling_core v0.13.4 |
| 604 | 2026-07-07T23:46:25.809Z | Downloaded const_format_proc_macros v0.2.34 |
| 605 | 2026-07-07T23:46:25.814Z | Downloaded foreign-types-shared v0.3.1 |
| 606 | 2026-07-07T23:46:25.817Z | Downloaded futures-macro v0.3.32 |
| 607 | 2026-07-07T23:46:25.817Z | Downloaded funty v2.0.0 |
| 608 | 2026-07-07T23:46:25.817Z | Downloaded foreign-types-shared v0.1.1 |
| 609 | 2026-07-07T23:46:25.820Z | Downloaded fxhash v0.2.1 |
| 610 | 2026-07-07T23:46:25.820Z | Downloaded foreign-types-macros v0.2.3 |
| 611 | 2026-07-07T23:46:25.820Z | Downloaded futures-task v0.3.32 |
| 612 | 2026-07-07T23:46:25.823Z | Downloaded flagset v0.4.7 |
| 613 | 2026-07-07T23:46:25.823Z | Downloaded ghash v0.6.0 |
| 614 | 2026-07-07T23:46:25.826Z | Downloaded futures-io v0.3.32 |
| 615 | 2026-07-07T23:46:25.826Z | Downloaded compression-codecs v0.4.37 |
| 616 | 2026-07-07T23:46:25.829Z | Downloaded fixedbitset v0.4.2 |
| 617 | 2026-07-07T23:46:25.829Z | Downloaded enum_dispatch v0.3.13 |
| 618 | 2026-07-07T23:46:25.832Z | Downloaded derive_builder_macro v0.20.2 |
| 619 | 2026-07-07T23:46:25.832Z | Downloaded cbc v0.2.1 |
| 620 | 2026-07-07T23:46:25.832Z | Downloaded backon v1.6.0 |
| 621 | 2026-07-07T23:46:25.835Z | Downloaded ed25519 v2.2.3 |
| 622 | 2026-07-07T23:46:25.835Z | Downloaded cipher v0.5.2 |
| 623 | 2026-07-07T23:46:25.842Z | Downloaded git-stub v1.0.0 |
| 624 | 2026-07-07T23:46:25.842Z | Downloaded chacha20 v0.9.1 |
| 625 | 2026-07-07T23:46:25.845Z | Downloaded blowfish v0.10.0 |
| 626 | 2026-07-07T23:46:25.845Z | Downloaded derive_builder_core v0.20.2 |
| 627 | 2026-07-07T23:46:25.845Z | Downloaded console v0.16.2 |
| 628 | 2026-07-07T23:46:25.845Z | Downloaded delegate v0.13.5 |
| 629 | 2026-07-07T23:46:25.845Z | Downloaded env_logger v0.11.9 |
| 630 | 2026-07-07T23:46:25.845Z | Downloaded erased-serde v0.3.31 |
| 631 | 2026-07-07T23:46:25.848Z | Downloaded diff v0.1.13 |
| 632 | 2026-07-07T23:46:25.848Z | Downloaded ff v0.13.1 |
| 633 | 2026-07-07T23:46:25.848Z | Downloaded crossbeam-utils v0.8.21 |
| 634 | 2026-07-07T23:46:25.851Z | Downloaded darling v0.23.0 |
| 635 | 2026-07-07T23:46:25.854Z | Downloaded find-msvc-tools v0.1.9 |
| 636 | 2026-07-07T23:46:25.854Z | Downloaded hash32 v0.2.1 |
| 637 | 2026-07-07T23:46:25.857Z | Downloaded fallible-iterator v0.2.0 |
| 638 | 2026-07-07T23:46:25.857Z | Downloaded bzip2 v0.6.1 |
| 639 | 2026-07-07T23:46:25.860Z | Downloaded ed25519 v3.0.0 |
| 640 | 2026-07-07T23:46:25.860Z | Downloaded gethostname v0.5.0 |
| 641 | 2026-07-07T23:46:25.860Z | Downloaded diesel-dtrace v0.5.0 |
| 642 | 2026-07-07T23:46:25.869Z | Downloaded der_derive v0.7.3 |
| 643 | 2026-07-07T23:46:25.869Z | Downloaded derive-ex v0.1.8 |
| 644 | 2026-07-07T23:46:25.869Z | Downloaded ctr v0.10.1 |
| 645 | 2026-07-07T23:46:25.869Z | Downloaded hex-literal v1.1.0 |
| 646 | 2026-07-07T23:46:25.869Z | Downloaded headers-core v0.3.0 |
| 647 | 2026-07-07T23:46:25.869Z | Downloaded foreign-types v0.3.2 |
| 648 | 2026-07-07T23:46:25.869Z | Downloaded foldhash v0.2.0 |
| 649 | 2026-07-07T23:46:25.869Z | Downloaded either v1.15.0 |
| 650 | 2026-07-07T23:46:25.873Z | Downloaded foldhash v0.1.5 |
| 651 | 2026-07-07T23:46:25.873Z | Downloaded filetime v0.2.27 |
| 652 | 2026-07-07T23:46:25.873Z | Downloaded globwalk v0.9.1 |
| 653 | 2026-07-07T23:46:25.873Z | Downloaded defmt v1.0.1 |
| 654 | 2026-07-07T23:46:25.876Z | Downloaded fs_extra v1.3.0 |
| 655 | 2026-07-07T23:46:25.879Z | Downloaded constant_time_eq v0.4.2 |
| 656 | 2026-07-07T23:46:25.879Z | Downloaded hex v0.4.3 |
| 657 | 2026-07-07T23:46:25.879Z | Downloaded colored v3.1.1 |
| 658 | 2026-07-07T23:46:25.883Z | Downloaded colored v2.2.0 |
| 659 | 2026-07-07T23:46:25.883Z | Downloaded byte-wrapper v0.1.0 |
| 660 | 2026-07-07T23:46:25.886Z | Downloaded cookie v0.18.1 |
| 661 | 2026-07-07T23:46:25.889Z | Downloaded cancel-safe-futures v0.1.5 |
| 662 | 2026-07-07T23:46:25.889Z | Downloaded console v0.15.11 |
| 663 | 2026-07-07T23:46:25.892Z | Downloaded futures-sink v0.3.32 |
| 664 | 2026-07-07T23:46:25.892Z | Downloaded fs-err v2.11.0 |
| 665 | 2026-07-07T23:46:25.892Z | Downloaded chacha20 v0.10.0 |
| 666 | 2026-07-07T23:46:25.895Z | Downloaded http-body v1.0.1 |
| 667 | 2026-07-07T23:46:25.895Z | Downloaded http-range v0.1.5 |
| 668 | 2026-07-07T23:46:25.898Z | Downloaded hostname v0.4.2 |
| 669 | 2026-07-07T23:46:25.898Z | Downloaded cmov v0.5.4 |
| 670 | 2026-07-07T23:46:25.898Z | Downloaded cookie_store v0.22.1 |
| 671 | 2026-07-07T23:46:25.901Z | Downloaded ecdsa v0.17.0-rc.18 |
| 672 | 2026-07-07T23:46:25.901Z | Downloaded hostname v0.3.1 |
| 673 | 2026-07-07T23:46:25.904Z | Downloaded bzip2 v0.4.4 |
| 674 | 2026-07-07T23:46:25.904Z | Downloaded home v0.5.12 |
| 675 | 2026-07-07T23:46:25.904Z | Downloaded ena v0.14.4 |
| 676 | 2026-07-07T23:46:25.907Z | Downloaded hubpack_derive v0.1.1 |
| 677 | 2026-07-07T23:46:25.907Z | Downloaded futures-executor v0.3.32 |
| 678 | 2026-07-07T23:46:25.907Z | Downloaded hubpack v0.1.2 |
| 679 | 2026-07-07T23:46:25.916Z | Downloaded group v0.13.0 |
| 680 | 2026-07-07T23:46:25.919Z | Downloaded ff v0.14.0 |
| 681 | 2026-07-07T23:46:25.919Z | Downloaded httpdate v1.0.3 |
| 682 | 2026-07-07T23:46:25.922Z | Downloaded deranged v0.5.8 |
| 683 | 2026-07-07T23:46:25.922Z | Downloaded crypto-bigint v0.5.5 |
| 684 | 2026-07-07T23:46:25.925Z | Downloaded ident_case v1.0.1 |
| 685 | 2026-07-07T23:46:25.927Z | Downloaded fixedbitset v0.5.7 |
| 686 | 2026-07-07T23:46:25.927Z | Downloaded globset v0.4.18 |
| 687 | 2026-07-07T23:46:25.927Z | Downloaded const-oid v0.9.6 |
| 688 | 2026-07-07T23:46:25.930Z | Downloaded blake2 v0.10.6 |
| 689 | 2026-07-07T23:46:25.934Z | Downloaded ahash v0.8.12 |
| 690 | 2026-07-07T23:46:25.943Z | Downloaded inout v0.2.2 |
| 691 | 2026-07-07T23:46:25.946Z | Downloaded glob v0.3.3 |
| 692 | 2026-07-07T23:46:25.946Z | Downloaded futures-channel v0.3.32 |
| 693 | 2026-07-07T23:46:25.949Z | Downloaded digest v0.11.3 |
| 694 | 2026-07-07T23:46:25.949Z | Downloaded derive_builder v0.20.2 |
| 695 | 2026-07-07T23:46:25.953Z | Downloaded hyper-tls v0.6.0 |
| 696 | 2026-07-07T23:46:25.953Z | Downloaded ciborium v0.2.2 |
| 697 | 2026-07-07T23:46:25.956Z | Downloaded hash32 v0.3.1 |
| 698 | 2026-07-07T23:46:25.956Z | Downloaded indent_write v2.2.0 |
| 699 | 2026-07-07T23:46:25.959Z | Downloaded const-oid v0.10.2 |
| 700 | 2026-07-07T23:46:25.959Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 701 | 2026-07-07T23:46:25.963Z | Downloaded illumos-nvpair v0.3.0 |
| 702 | 2026-07-07T23:46:25.963Z | Downloaded is-terminal v0.4.17 |
| 703 | 2026-07-07T23:46:25.963Z | Downloaded des v0.9.0 |
| 704 | 2026-07-07T23:46:25.967Z | Downloaded inout v0.1.4 |
| 705 | 2026-07-07T23:46:25.969Z | Downloaded git-stub-vcs v0.1.0 |
| 706 | 2026-07-07T23:46:25.976Z | Downloaded kem v0.3.0 |
| 707 | 2026-07-07T23:46:25.979Z | Downloaded highway v1.3.0 |
| 708 | 2026-07-07T23:46:25.979Z | Downloaded indoc v1.0.9 |
| 709 | 2026-07-07T23:46:25.982Z | Downloaded ar_archive_writer v0.5.1 |
| 710 | 2026-07-07T23:46:25.985Z | Downloaded group v0.14.0 |
| 711 | 2026-07-07T23:46:25.985Z | Downloaded internet-checksum v0.2.1 |
| 712 | 2026-07-07T23:46:25.985Z | Downloaded base64 v0.22.1 |
| 713 | 2026-07-07T23:46:25.990Z | Downloaded is_ci v1.2.0 |
| 714 | 2026-07-07T23:46:25.991Z | Downloaded instant v0.1.13 |
| 715 | 2026-07-07T23:46:25.991Z | Downloaded instability v0.3.11 |
| 716 | 2026-07-07T23:46:25.991Z | Downloaded fatfs v0.3.6 |
| 717 | 2026-07-07T23:46:25.995Z | Downloaded kstat-rs v0.2.4 |
| 718 | 2026-07-07T23:46:25.995Z | Downloaded libscf-sys v1.1.0 |
| 719 | 2026-07-07T23:46:25.995Z | Downloaded chacha20poly1305 v0.10.1 |
| 720 | 2026-07-07T23:46:25.998Z | Downloaded derive_more v0.99.20 |
| 721 | 2026-07-07T23:46:25.998Z | Downloaded aho-corasick v1.1.4 |
| 722 | 2026-07-07T23:46:26.001Z | Downloaded bytes v1.11.1 |
| 723 | 2026-07-07T23:46:26.004Z | Downloaded crc32fast v1.5.0 |
| 724 | 2026-07-07T23:46:26.007Z | Downloaded http-body-util v0.1.3 |
| 725 | 2026-07-07T23:46:26.007Z | Downloaded lru v0.12.5 |
| 726 | 2026-07-07T23:46:26.010Z | Downloaded maplit v1.0.2 |
| 727 | 2026-07-07T23:46:26.010Z | Downloaded md-5 v0.10.6 |
| 728 | 2026-07-07T23:46:26.014Z | Downloaded maybe-uninit v2.0.0 |
| 729 | 2026-07-07T23:46:26.014Z | Downloaded lazy_static v1.5.0 |
| 730 | 2026-07-07T23:46:26.018Z | Downloaded keccak v0.1.6 |
| 731 | 2026-07-07T23:46:26.018Z | Downloaded lalrpop-util v0.19.12 |
| 732 | 2026-07-07T23:46:26.018Z | Downloaded match_cfg v0.1.0 |
| 733 | 2026-07-07T23:46:26.018Z | Downloaded lzss v0.8.2 |
| 734 | 2026-07-07T23:46:26.018Z | Downloaded lru-cache v0.1.2 |
| 735 | 2026-07-07T23:46:26.021Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 736 | 2026-07-07T23:46:26.021Z | Downloaded hmac v0.12.1 |
| 737 | 2026-07-07T23:46:26.021Z | Downloaded const_format v0.2.35 |
| 738 | 2026-07-07T23:46:26.024Z | Downloaded linked-hash-map v0.5.6 |
| 739 | 2026-07-07T23:46:26.027Z | Downloaded compact_str v0.8.1 |
| 740 | 2026-07-07T23:46:26.027Z | Downloaded ingot-types v0.1.2 |
| 741 | 2026-07-07T23:46:26.030Z | Downloaded ipnetwork v0.21.1 |
| 742 | 2026-07-07T23:46:26.030Z | Downloaded futures v0.3.32 |
| 743 | 2026-07-07T23:46:26.032Z | Downloaded md5 v0.8.0 |
| 744 | 2026-07-07T23:46:26.033Z | Downloaded hyper-staticfile v0.10.1 |
| 745 | 2026-07-07T23:46:26.036Z | Downloaded lru-slab v0.1.2 |
| 746 | 2026-07-07T23:46:26.036Z | Downloaded clang-sys v1.8.1 |
| 747 | 2026-07-07T23:46:26.036Z | Downloaded memoffset v0.9.1 |
| 748 | 2026-07-07T23:46:26.039Z | Downloaded getrandom v0.2.17 |
| 749 | 2026-07-07T23:46:26.039Z | Downloaded getrandom v0.3.4 |
| 750 | 2026-07-07T23:46:26.042Z | Downloaded mime v0.3.17 |
| 751 | 2026-07-07T23:46:26.042Z | Downloaded crc-any v2.5.0 |
| 752 | 2026-07-07T23:46:26.045Z | Downloaded darling_core v0.23.0 |
| 753 | 2026-07-07T23:46:26.048Z | Downloaded base64 v0.21.7 |
| 754 | 2026-07-07T23:46:26.051Z | Downloaded humantime v2.3.0 |
| 755 | 2026-07-07T23:46:26.051Z | Downloaded managed v0.8.0 |
| 756 | 2026-07-07T23:46:26.054Z | Downloaded idna_adapter v1.2.1 |
| 757 | 2026-07-07T23:46:26.054Z | Downloaded multimap v0.10.1 |
| 758 | 2026-07-07T23:46:26.056Z | Downloaded newline-converter v0.3.0 |
| 759 | 2026-07-07T23:46:26.061Z | Downloaded keccak v0.2.0 |
| 760 | 2026-07-07T23:46:26.061Z | Downloaded iana-time-zone v0.1.65 |
| 761 | 2026-07-07T23:46:26.064Z | Downloaded ingot v0.1.1 |
| 762 | 2026-07-07T23:46:26.064Z | Downloaded indoc v2.0.7 |
| 763 | 2026-07-07T23:46:26.076Z | Downloaded num-derive v0.3.3 |
| 764 | 2026-07-07T23:46:26.079Z | Downloaded nodrop v0.1.14 |
| 765 | 2026-07-07T23:46:26.079Z | Downloaded normalize-line-endings v0.3.0 |
| 766 | 2026-07-07T23:46:26.079Z | Downloaded nonempty v0.12.0 |
| 767 | 2026-07-07T23:46:26.082Z | Downloaded flume v0.11.1 |
| 768 | 2026-07-07T23:46:26.084Z | Downloaded num-conv v0.2.0 |
| 769 | 2026-07-07T23:46:26.084Z | Downloaded dropshot_endpoint v0.17.1 |
| 770 | 2026-07-07T23:46:26.087Z | Downloaded nibble_vec v0.1.0 |
| 771 | 2026-07-07T23:46:26.087Z | Downloaded libloading v0.8.9 |
| 772 | 2026-07-07T23:46:26.090Z | Downloaded jobserver v0.1.34 |
| 773 | 2026-07-07T23:46:26.090Z | Downloaded num-derive v0.4.2 |
| 774 | 2026-07-07T23:46:26.090Z | Downloaded newtype_derive v0.1.6 |
| 775 | 2026-07-07T23:46:26.093Z | Downloaded new_debug_unreachable v1.0.6 |
| 776 | 2026-07-07T23:46:26.093Z | Downloaded ipnet v2.11.0 |
| 777 | 2026-07-07T23:46:26.093Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 778 | 2026-07-07T23:46:26.096Z | Downloaded libsw v3.5.0 |
| 779 | 2026-07-07T23:46:26.096Z | Downloaded darling_core v0.21.3 |
| 780 | 2026-07-07T23:46:26.099Z | Downloaded darling_core v0.20.11 |
| 781 | 2026-07-07T23:46:26.102Z | Downloaded ingot-macros v0.1.1 |
| 782 | 2026-07-07T23:46:26.105Z | Downloaded num_threads v0.1.7 |
| 783 | 2026-07-07T23:46:26.105Z | Downloaded libsw-core v0.3.2 |
| 784 | 2026-07-07T23:46:26.105Z | Downloaded generic-array v1.4.3 |
| 785 | 2026-07-07T23:46:26.108Z | Downloaded hyper-rustls v0.27.7 |
| 786 | 2026-07-07T23:46:26.108Z | Downloaded hybrid-array v0.4.13 |
| 787 | 2026-07-07T23:46:26.111Z | Downloaded openssl-macros v0.1.1 |
| 788 | 2026-07-07T23:46:26.111Z | Downloaded module-lattice v0.2.3 |
| 789 | 2026-07-07T23:46:26.114Z | Downloaded mime_guess v2.0.5 |
| 790 | 2026-07-07T23:46:26.114Z | Downloaded lock_api v0.4.14 |
| 791 | 2026-07-07T23:46:26.118Z | Downloaded hmac v0.13.0 |
| 792 | 2026-07-07T23:46:26.128Z | Downloaded libefi-sys v0.1.0 |
| 793 | 2026-07-07T23:46:26.131Z | Downloaded num-iter v0.1.45 |
| 794 | 2026-07-07T23:46:26.134Z | Downloaded opaque-debug v0.3.1 |
| 795 | 2026-07-07T23:46:26.137Z | Downloaded newtype-uuid v1.3.2 |
| 796 | 2026-07-07T23:46:26.137Z | Downloaded native-tls v0.2.18 |
| 797 | 2026-07-07T23:46:26.137Z | Downloaded olpc-cjson v0.1.4 |
| 798 | 2026-07-07T23:46:26.137Z | Downloaded num_enum_derive v0.5.11 |
| 799 | 2026-07-07T23:46:26.140Z | Downloaded newtype-uuid-macros v0.1.0 |
| 800 | 2026-07-07T23:46:26.144Z | Downloaded nanorand v0.7.0 |
| 801 | 2026-07-07T23:46:26.148Z | Downloaded elliptic-curve v0.13.8 |
| 802 | 2026-07-07T23:46:26.151Z | Downloaded half v2.7.1 |
| 803 | 2026-07-07T23:46:26.155Z | Downloaded oso-derive v0.27.3 |
| 804 | 2026-07-07T23:46:26.158Z | Downloaded openssl-probe v0.2.1 |
| 805 | 2026-07-07T23:46:26.158Z | Downloaded parse-size v1.1.0 |
| 806 | 2026-07-07T23:46:26.158Z | Downloaded openssl-probe v0.1.6 |
| 807 | 2026-07-07T23:46:26.162Z | Downloaded path-slash v0.1.5 |
| 808 | 2026-07-07T23:46:26.162Z | Downloaded packed_struct_codegen v0.10.1 |
| 809 | 2026-07-07T23:46:26.162Z | Downloaded num-integer v0.1.46 |
| 810 | 2026-07-07T23:46:26.165Z | Downloaded icu_provider v2.1.1 |
| 811 | 2026-07-07T23:46:26.165Z | Downloaded derive-where v1.6.0 |
| 812 | 2026-07-07T23:46:26.168Z | Downloaded password-hash v0.6.1 |
| 813 | 2026-07-07T23:46:26.168Z | Downloaded memmap2 v0.9.10 |
| 814 | 2026-07-07T23:46:26.172Z | Downloaded litemap v0.8.1 |
| 815 | 2026-07-07T23:46:26.172Z | Downloaded litrs v1.0.0 |
| 816 | 2026-07-07T23:46:26.177Z | Downloaded indexmap v1.9.3 |
| 817 | 2026-07-07T23:46:26.177Z | Downloaded peg-runtime v0.8.5 |
| 818 | 2026-07-07T23:46:26.182Z | Downloaded half v1.8.3 |
| 819 | 2026-07-07T23:46:26.182Z | Downloaded num-rational v0.4.2 |
| 820 | 2026-07-07T23:46:26.182Z | Downloaded cc v1.2.56 |
| 821 | 2026-07-07T23:46:26.185Z | Downloaded parse-display v0.10.0 |
| 822 | 2026-07-07T23:46:26.185Z | Downloaded num v0.4.3 |
| 823 | 2026-07-07T23:46:26.185Z | Downloaded nu-ansi-term v0.50.3 |
| 824 | 2026-07-07T23:46:26.188Z | Downloaded num_enum_derive v0.7.6 |
| 825 | 2026-07-07T23:46:26.188Z | Downloaded num_enum v0.5.11 |
| 826 | 2026-07-07T23:46:26.192Z | Downloaded phf_shared v0.12.1 |
| 827 | 2026-07-07T23:46:26.194Z | Downloaded phf_shared v0.11.3 |
| 828 | 2026-07-07T23:46:26.202Z | Downloaded httparse v1.10.1 |
| 829 | 2026-07-07T23:46:26.202Z | Downloaded multer v3.1.0 |
| 830 | 2026-07-07T23:46:26.204Z | Downloaded async-compression v0.4.41 |
| 831 | 2026-07-07T23:46:26.212Z | Downloaded powerfmt v0.2.0 |
| 832 | 2026-07-07T23:46:26.217Z | Downloaded percent-encoding v2.3.2 |
| 833 | 2026-07-07T23:46:26.220Z | Downloaded predicates-tree v1.0.13 |
| 834 | 2026-07-07T23:46:26.220Z | Downloaded phf_shared v0.13.1 |
| 835 | 2026-07-07T23:46:26.220Z | Downloaded heapless v0.7.17 |
| 836 | 2026-07-07T23:46:26.223Z | Downloaded icu_locale_core v2.1.1 |
| 837 | 2026-07-07T23:46:26.235Z | Downloaded linear-map v1.2.0 |
| 838 | 2026-07-07T23:46:26.235Z | Downloaded oxide-tokio-rt v0.1.4 |
| 839 | 2026-07-07T23:46:26.238Z | Downloaded num_enum v0.7.6 |
| 840 | 2026-07-07T23:46:26.241Z | Downloaded precomputed-hash v0.1.1 |
| 841 | 2026-07-07T23:46:26.241Z | Downloaded potential_utf v0.1.4 |
| 842 | 2026-07-07T23:46:26.245Z | Downloaded parking_lot_core v0.8.6 |
| 843 | 2026-07-07T23:46:26.245Z | Downloaded oxnet v0.1.6 |
| 844 | 2026-07-07T23:46:26.248Z | Downloaded ed25519-dalek v2.2.0 |
| 845 | 2026-07-07T23:46:26.248Z | Downloaded der v0.7.10 |
| 846 | 2026-07-07T23:46:26.251Z | Downloaded paste v1.0.15 |
| 847 | 2026-07-07T23:46:26.253Z | Downloaded pem v3.0.6 |
| 848 | 2026-07-07T23:46:26.253Z | Downloaded ignore v0.4.25 |
| 849 | 2026-07-07T23:46:26.256Z | Downloaded password-hash v0.5.0 |
| 850 | 2026-07-07T23:46:26.256Z | Downloaded derive_more v2.1.1 |
| 851 | 2026-07-07T23:46:26.264Z | Downloaded indicatif v0.18.4 |
| 852 | 2026-07-07T23:46:26.266Z | Downloaded packed_struct v0.10.1 |
| 853 | 2026-07-07T23:46:26.269Z | Downloaded aes v0.9.1 |
| 854 | 2026-07-07T23:46:26.272Z | Downloaded phf v0.12.1 |
| 855 | 2026-07-07T23:46:26.272Z | Downloaded parse-display-derive v0.10.0 |
| 856 | 2026-07-07T23:46:26.275Z | Downloaded heapless v0.8.0 |
| 857 | 2026-07-07T23:46:26.278Z | Downloaded psl-types v2.0.11 |
| 858 | 2026-07-07T23:46:26.278Z | Downloaded bumpalo v3.20.2 |
| 859 | 2026-07-07T23:46:26.281Z | Downloaded progenitor-client v0.14.0 |
| 860 | 2026-07-07T23:46:26.281Z | Downloaded expectorate v1.2.0 |
| 861 | 2026-07-07T23:46:26.284Z | Downloaded peg v0.8.5 |
| 862 | 2026-07-07T23:46:26.284Z | Downloaded proc-macro-crate v1.3.1 |
| 863 | 2026-07-07T23:46:26.287Z | Downloaded peg-macros v0.8.5 |
| 864 | 2026-07-07T23:46:26.287Z | Downloaded predicates-core v1.0.10 |
| 865 | 2026-07-07T23:46:26.290Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 866 | 2026-07-07T23:46:26.290Z | Downloaded flate2 v1.1.9 |
| 867 | 2026-07-07T23:46:26.308Z | Downloaded libbz2-rs-sys v0.2.2 |
| 868 | 2026-07-07T23:46:26.311Z | Downloaded ppv-lite86 v0.2.21 |
| 869 | 2026-07-07T23:46:26.311Z | Downloaded num-complex v0.4.6 |
| 870 | 2026-07-07T23:46:26.315Z | Downloaded pem-rfc7468 v1.0.0 |
| 871 | 2026-07-07T23:46:26.318Z | Downloaded pem-rfc7468 v0.7.0 |
| 872 | 2026-07-07T23:46:26.321Z | Downloaded progenitor-macro v0.14.0 |
| 873 | 2026-07-07T23:46:26.321Z | Downloaded owo-colors v4.3.0 |
| 874 | 2026-07-07T23:46:26.321Z | Downloaded radium v0.7.0 |
| 875 | 2026-07-07T23:46:26.321Z | Downloaded drift v0.2.0 |
| 876 | 2026-07-07T23:46:26.327Z | Downloaded pin-project-lite v0.2.17 |
| 877 | 2026-07-07T23:46:26.331Z | Downloaded pin-project-internal v1.1.11 |
| 878 | 2026-07-07T23:46:26.334Z | Downloaded parking_lot_core v0.9.12 |
| 879 | 2026-07-07T23:46:26.339Z | Downloaded parking_lot v0.11.2 |
| 880 | 2026-07-07T23:46:26.344Z | Downloaded rand_chacha v0.3.1 |
| 881 | 2026-07-07T23:46:26.345Z | Downloaded primefield v0.14.0 |
| 882 | 2026-07-07T23:46:26.353Z | Downloaded pbkdf2 v0.13.0 |
| 883 | 2026-07-07T23:46:26.353Z | Downloaded hickory-server v0.25.2 |
| 884 | 2026-07-07T23:46:26.358Z | Downloaded ml-kem v0.3.2 |
| 885 | 2026-07-07T23:46:26.358Z | Downloaded icu_normalizer_data v2.1.1 |
| 886 | 2026-07-07T23:46:26.358Z | Downloaded pkg-config v0.3.32 |
| 887 | 2026-07-07T23:46:26.359Z | Downloaded phf v0.13.1 |
| 888 | 2026-07-07T23:46:26.359Z | Downloaded num-traits v0.2.19 |
| 889 | 2026-07-07T23:46:26.363Z | Downloaded postgres-protocol v0.6.10 |
| 890 | 2026-07-07T23:46:26.363Z | Downloaded rand_xorshift v0.4.0 |
| 891 | 2026-07-07T23:46:26.363Z | Downloaded polyval v0.7.1 |
| 892 | 2026-07-07T23:46:26.363Z | Downloaded poly1305 v0.8.0 |
| 893 | 2026-07-07T23:46:26.367Z | Downloaded ref-cast-impl v1.0.25 |
| 894 | 2026-07-07T23:46:26.367Z | Downloaded ref-cast v1.0.25 |
| 895 | 2026-07-07T23:46:26.367Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 896 | 2026-07-07T23:46:26.372Z | Downloaded progenitor-client v0.13.0 |
| 897 | 2026-07-07T23:46:26.372Z | Downloaded progenitor v0.14.0 |
| 898 | 2026-07-07T23:46:26.372Z | Downloaded progenitor v0.13.0 |
| 899 | 2026-07-07T23:46:26.372Z | Downloaded miniz_oxide v0.8.9 |
| 900 | 2026-07-07T23:46:26.376Z | Downloaded pkcs8 v0.10.2 |
| 901 | 2026-07-07T23:46:26.376Z | Downloaded hickory-resolver v0.25.2 |
| 902 | 2026-07-07T23:46:26.381Z | Downloaded proc-macro-error2 v2.0.1 |
| 903 | 2026-07-07T23:46:26.381Z | Downloaded proc-macro-crate v3.4.0 |
| 904 | 2026-07-07T23:46:26.381Z | Downloaded quick-error v1.2.3 |
| 905 | 2026-07-07T23:46:26.385Z | Downloaded postgres-types v0.2.12 |
| 906 | 2026-07-07T23:46:26.385Z | Downloaded pkcs8 v0.11.0 |
| 907 | 2026-07-07T23:46:26.385Z | Downloaded psm v0.1.30 |
| 908 | 2026-07-07T23:46:26.389Z | Downloaded der v0.8.0 |
| 909 | 2026-07-07T23:46:26.394Z | Downloaded rfc6979 v0.4.0 |
| 910 | 2026-07-07T23:46:26.394Z | Downloaded oso v0.27.3 |
| 911 | 2026-07-07T23:46:26.394Z | Downloaded primeorder v0.14.0-rc.10 |
| 912 | 2026-07-07T23:46:26.401Z | Downloaded primeorder v0.13.6 |
| 913 | 2026-07-07T23:46:26.401Z | Downloaded icu_normalizer v2.1.1 |
| 914 | 2026-07-07T23:46:26.401Z | Downloaded crossterm v0.28.1 |
| 915 | 2026-07-07T23:46:26.406Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 916 | 2026-07-07T23:46:26.406Z | Downloaded derive_more-impl v2.1.1 |
| 917 | 2026-07-07T23:46:26.411Z | Downloaded rand_core v0.6.4 |
| 918 | 2026-07-07T23:46:26.411Z | Downloaded progenitor-macro v0.13.0 |
| 919 | 2026-07-07T23:46:26.416Z | Downloaded progenitor-extras v0.2.0 |
| 920 | 2026-07-07T23:46:26.416Z | Downloaded r2d2 v0.8.10 |
| 921 | 2026-07-07T23:46:26.416Z | Downloaded russh-cryptovec v0.61.0 |
| 922 | 2026-07-07T23:46:26.416Z | Downloaded rtoolbox v0.0.3 |
| 923 | 2026-07-07T23:46:26.421Z | Downloaded rfc6979 v0.5.0 |
| 924 | 2026-07-07T23:46:26.421Z | Downloaded rand_core v0.9.5 |
| 925 | 2026-07-07T23:46:26.421Z | Downloaded phc v0.6.1 |
| 926 | 2026-07-07T23:46:26.425Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 927 | 2026-07-07T23:46:26.428Z | Downloaded rand_seeder v0.4.0 |
| 928 | 2026-07-07T23:46:26.428Z | Downloaded rustc_version v0.4.1 |
| 929 | 2026-07-07T23:46:26.428Z | Downloaded rustc_version v0.1.7 |
| 930 | 2026-07-07T23:46:26.428Z | Downloaded rand_core v0.10.0 |
| 931 | 2026-07-07T23:46:26.431Z | Downloaded rustc-hash v2.1.1 |
| 932 | 2026-07-07T23:46:26.431Z | Downloaded russh-util v0.52.0 |
| 933 | 2026-07-07T23:46:26.435Z | Downloaded rand_chacha v0.9.0 |
| 934 | 2026-07-07T23:46:26.445Z | Downloaded recursive v0.1.1 |
| 935 | 2026-07-07T23:46:26.446Z | Downloaded pkcs1 v0.7.5 |
| 936 | 2026-07-07T23:46:26.446Z | Downloaded poly1305 v0.9.0 |
| 937 | 2026-07-07T23:46:26.446Z | Downloaded icu_properties v2.1.2 |
| 938 | 2026-07-07T23:46:26.450Z | Downloaded jiff-static v0.2.21 |
| 939 | 2026-07-07T23:46:26.450Z | Downloaded postcard v1.1.3 |
| 940 | 2026-07-07T23:46:26.456Z | Downloaded same-file v1.0.6 |
| 941 | 2026-07-07T23:46:26.461Z | Downloaded pkcs5 v0.8.1 |
| 942 | 2026-07-07T23:46:26.461Z | Downloaded predicates v3.1.4 |
| 943 | 2026-07-07T23:46:26.463Z | Downloaded hickory-resolver v0.24.4 |
| 944 | 2026-07-07T23:46:26.466Z | Downloaded scopeguard v1.2.0 |
| 945 | 2026-07-07T23:46:26.466Z | Downloaded quinn-udp v0.5.14 |
| 946 | 2026-07-07T23:46:26.470Z | Downloaded p384 v0.14.0-rc.10 |
| 947 | 2026-07-07T23:46:26.470Z | Downloaded openssl-sys v0.9.115 |
| 948 | 2026-07-07T23:46:26.472Z | Downloaded headers v0.4.1 |
| 949 | 2026-07-07T23:46:26.477Z | Downloaded scheduled-thread-pool v0.2.7 |
| 950 | 2026-07-07T23:46:26.481Z | Downloaded sapling-renderdag v0.1.0 |
| 951 | 2026-07-07T23:46:26.481Z | Downloaded diesel_derives v2.3.7 |
| 952 | 2026-07-07T23:46:26.485Z | Downloaded resolv-conf v0.7.6 |
| 953 | 2026-07-07T23:46:26.485Z | Downloaded p256 v0.14.0-rc.10 |
| 954 | 2026-07-07T23:46:26.489Z | Downloaded semver v0.1.20 |
| 955 | 2026-07-07T23:46:26.494Z | Downloaded serde_repr v0.1.20 |
| 956 | 2026-07-07T23:46:26.496Z | Downloaded serde_urlencoded v0.7.1 |
| 957 | 2026-07-07T23:46:26.499Z | Downloaded parking_lot v0.12.5 |
| 958 | 2026-07-07T23:46:26.499Z | Downloaded prefix-trie v0.7.0 |
| 959 | 2026-07-07T23:46:26.504Z | Downloaded scroll_derive v0.13.1 |
| 960 | 2026-07-07T23:46:26.507Z | Downloaded secrecy v0.10.3 |
| 961 | 2026-07-07T23:46:26.511Z | Downloaded secrecy v0.8.0 |
| 962 | 2026-07-07T23:46:26.511Z | Downloaded serde_bytes v0.11.19 |
| 963 | 2026-07-07T23:46:26.514Z | Downloaded serde_plain v1.0.2 |
| 964 | 2026-07-07T23:46:26.514Z | Downloaded serde-big-array v0.5.1 |
| 965 | 2026-07-07T23:46:26.514Z | Downloaded seq-macro v0.3.6 |
| 966 | 2026-07-07T23:46:26.514Z | Downloaded sha1 v0.11.0 |
| 967 | 2026-07-07T23:46:26.520Z | Downloaded pin-project v1.1.11 |
| 968 | 2026-07-07T23:46:26.527Z | Downloaded minimal-lexical v0.2.1 |
| 969 | 2026-07-07T23:46:26.531Z | Downloaded shell-words v1.1.1 |
| 970 | 2026-07-07T23:46:26.535Z | Downloaded sha1 v0.10.6 |
| 971 | 2026-07-07T23:46:26.536Z | Downloaded rustversion v1.0.22 |
| 972 | 2026-07-07T23:46:26.536Z | Downloaded rustls-native-certs v0.8.3 |
| 973 | 2026-07-07T23:46:26.539Z | Downloaded icu_collections v2.1.1 |
| 974 | 2026-07-07T23:46:26.543Z | Downloaded omicron-zone-package v0.12.3 |
| 975 | 2026-07-07T23:46:26.543Z | Downloaded rustls-pemfile v2.2.0 |
| 976 | 2026-07-07T23:46:26.548Z | Downloaded mio v1.2.0 |
| 977 | 2026-07-07T23:46:26.552Z | Downloaded signal-hook-mio v0.2.5 |
| 978 | 2026-07-07T23:46:26.555Z | Downloaded papergrid v0.17.0 |
| 979 | 2026-07-07T23:46:26.555Z | Downloaded siphasher v1.0.2 |
| 980 | 2026-07-07T23:46:26.558Z | Downloaded sigpipe v0.1.3 |
| 981 | 2026-07-07T23:46:26.558Z | Downloaded signal-hook-tokio v0.3.1 |
| 982 | 2026-07-07T23:46:26.558Z | Downloaded rusty-fork v0.3.1 |
| 983 | 2026-07-07T23:46:26.558Z | Downloaded hashbrown v0.13.2 |
| 984 | 2026-07-07T23:46:26.564Z | Downloaded hashbrown v0.12.3 |
| 985 | 2026-07-07T23:46:26.572Z | Downloaded signature v3.0.0 |
| 986 | 2026-07-07T23:46:26.577Z | Downloaded signature v2.2.0 |
| 987 | 2026-07-07T23:46:26.577Z | Downloaded serde_spanned v1.1.1 |
| 988 | 2026-07-07T23:46:26.577Z | Downloaded serde_derive_internals v0.29.1 |
| 989 | 2026-07-07T23:46:26.581Z | Downloaded scroll v0.13.0 |
| 990 | 2026-07-07T23:46:26.581Z | Downloaded slog-envlogger v2.2.0 |
| 991 | 2026-07-07T23:46:26.581Z | Downloaded schemars_derive v0.8.22 |
| 992 | 2026-07-07T23:46:26.586Z | Downloaded aes-gcm v0.11.0 |
| 993 | 2026-07-07T23:46:26.590Z | Downloaded serde_path_to_error v0.1.20 |
| 994 | 2026-07-07T23:46:26.593Z | Downloaded prettyplease v0.2.37 |
| 995 | 2026-07-07T23:46:26.593Z | Downloaded dropshot-api-manager v0.7.2 |
| 996 | 2026-07-07T23:46:26.597Z | Downloaded progenitor-impl v0.14.0 |
| 997 | 2026-07-07T23:46:26.601Z | Downloaded progenitor-impl v0.13.0 |
| 998 | 2026-07-07T23:46:26.606Z | Downloaded scrypt v0.12.0 |
| 999 | 2026-07-07T23:46:26.606Z | Downloaded itertools v0.10.5 |
| 1000 | 2026-07-07T23:46:26.615Z | Downloaded shlex v1.3.0 |
| 1001 | 2026-07-07T23:46:26.619Z | Downloaded serde-hex v0.1.0 |
| 1002 | 2026-07-07T23:46:26.619Z | Downloaded stable_deref_trait v1.2.1 |
| 1003 | 2026-07-07T23:46:26.631Z | Downloaded sqlparser_derive v0.5.0 |
| 1004 | 2026-07-07T23:46:26.637Z | Downloaded rustls-pki-types v1.14.0 |
| 1005 | 2026-07-07T23:46:26.641Z | Downloaded serdect v0.4.3 |
| 1006 | 2026-07-07T23:46:26.641Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1007 | 2026-07-07T23:46:26.646Z | Downloaded crossterm v0.29.0 |
| 1008 | 2026-07-07T23:46:26.649Z | Downloaded structmeta-derive v0.3.0 |
| 1009 | 2026-07-07T23:46:26.649Z | Downloaded rcgen v0.12.1 |
| 1010 | 2026-07-07T23:46:26.649Z | Downloaded serde_with_macros v1.5.2 |
| 1011 | 2026-07-07T23:46:26.649Z | Downloaded simd-adler32 v0.3.8 |
| 1012 | 2026-07-07T23:46:26.652Z | Downloaded signal-hook-registry v1.4.8 |
| 1013 | 2026-07-07T23:46:26.652Z | Downloaded structmeta v0.3.0 |
| 1014 | 2026-07-07T23:46:26.652Z | Downloaded strsim v0.10.0 |
| 1015 | 2026-07-07T23:46:26.657Z | Downloaded nom v7.1.3 |
| 1016 | 2026-07-07T23:46:26.663Z | Downloaded libxml v0.3.3 |
| 1017 | 2026-07-07T23:46:26.665Z | Downloaded slog-stdlog v4.1.1 |
| 1018 | 2026-07-07T23:46:26.669Z | Downloaded slog-dtrace v0.3.0 |
| 1019 | 2026-07-07T23:46:26.669Z | Downloaded slog-async v2.8.0 |
| 1020 | 2026-07-07T23:46:26.674Z | Downloaded strum v0.26.3 |
| 1021 | 2026-07-07T23:46:26.674Z | Downloaded smf v0.2.3 |
| 1022 | 2026-07-07T23:46:26.674Z | Downloaded pretty_assertions v1.4.1 |
| 1023 | 2026-07-07T23:46:26.674Z | Downloaded num-bigint v0.4.6 |
| 1024 | 2026-07-07T23:46:26.678Z | Downloaded supports-color v3.0.2 |
| 1025 | 2026-07-07T23:46:26.678Z | Downloaded subtle v2.6.1 |
| 1026 | 2026-07-07T23:46:26.678Z | Downloaded sync_wrapper v1.0.2 |
| 1027 | 2026-07-07T23:46:26.681Z | Downloaded sync-ptr v0.1.4 |
| 1028 | 2026-07-07T23:46:26.681Z | Downloaded slog-term v2.9.2 |
| 1029 | 2026-07-07T23:46:26.681Z | Downloaded slog-json v2.6.1 |
| 1030 | 2026-07-07T23:46:26.681Z | Downloaded spki v0.8.0 |
| 1031 | 2026-07-07T23:46:26.684Z | Downloaded spki v0.7.3 |
| 1032 | 2026-07-07T23:46:26.684Z | Downloaded sha2 v0.11.0 |
| 1033 | 2026-07-07T23:46:26.687Z | Downloaded slab v0.4.12 |
| 1034 | 2026-07-07T23:46:26.687Z | Downloaded crypto-primes v0.7.2 |
| 1035 | 2026-07-07T23:46:26.690Z | Downloaded rayon-core v1.13.0 |
| 1036 | 2026-07-07T23:46:26.694Z | Downloaded sec1 v0.8.1 |
| 1037 | 2026-07-07T23:46:26.694Z | Downloaded iri-string v0.7.10 |
| 1038 | 2026-07-07T23:46:26.697Z | Downloaded take_mut v0.2.2 |
| 1039 | 2026-07-07T23:46:26.708Z | Downloaded tabwriter v1.4.1 |
| 1040 | 2026-07-07T23:46:26.708Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1041 | 2026-07-07T23:46:26.708Z | Downloaded sqlformat v0.3.5 |
| 1042 | 2026-07-07T23:46:26.711Z | Downloaded smallvec v0.6.14 |
| 1043 | 2026-07-07T23:46:26.711Z | Downloaded slog-scope v4.4.1 |
| 1044 | 2026-07-07T23:46:26.712Z | Downloaded sec1 v0.7.3 |
| 1045 | 2026-07-07T23:46:26.712Z | Downloaded tabled_derive v0.11.0 |
| 1046 | 2026-07-07T23:46:26.712Z | Downloaded stacker v0.1.23 |
| 1047 | 2026-07-07T23:46:26.712Z | Downloaded snafu-derive v0.8.9 |
| 1048 | 2026-07-07T23:46:26.712Z | Downloaded hyper-util v0.1.20 |
| 1049 | 2026-07-07T23:46:26.712Z | Downloaded publicsuffix v2.3.0 |
| 1050 | 2026-07-07T23:46:26.715Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1051 | 2026-07-07T23:46:26.718Z | Downloaded idna v1.1.0 |
| 1052 | 2026-07-07T23:46:26.718Z | Downloaded static_assertions v1.1.0 |
| 1053 | 2026-07-07T23:46:26.727Z | Downloaded serde_cbor v0.11.2 |
| 1054 | 2026-07-07T23:46:26.727Z | Downloaded tap v1.0.1 |
| 1055 | 2026-07-07T23:46:26.731Z | Downloaded tagptr v0.2.0 |
| 1056 | 2026-07-07T23:46:26.731Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1057 | 2026-07-07T23:46:26.731Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1058 | 2026-07-07T23:46:26.731Z | Downloaded time-core v0.1.8 |
| 1059 | 2026-07-07T23:46:26.731Z | Downloaded string_cache v0.8.9 |
| 1060 | 2026-07-07T23:46:26.731Z | Downloaded strum_macros v0.24.3 |
| 1061 | 2026-07-07T23:46:26.731Z | Downloaded quinn v0.11.9 |
| 1062 | 2026-07-07T23:46:26.736Z | Downloaded schemars v0.8.22 |
| 1063 | 2026-07-07T23:46:26.740Z | Downloaded thread-id v5.1.0 |
| 1064 | 2026-07-07T23:46:26.743Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1065 | 2026-07-07T23:46:26.747Z | Downloaded slog-bunyan v2.5.0 |
| 1066 | 2026-07-07T23:46:26.747Z | Downloaded rand v0.8.6 |
| 1067 | 2026-07-07T23:46:26.747Z | Downloaded tinyvec_macros v0.1.1 |
| 1068 | 2026-07-07T23:46:26.754Z | Downloaded ryu v1.0.23 |
| 1069 | 2026-07-07T23:46:26.754Z | Downloaded hyper v1.10.1 |
| 1070 | 2026-07-07T23:46:26.757Z | Downloaded stringprep v0.1.5 |
| 1071 | 2026-07-07T23:46:26.757Z | Downloaded strum_macros v0.27.2 |
| 1072 | 2026-07-07T23:46:26.761Z | Downloaded hashbrown v0.15.5 |
| 1073 | 2026-07-07T23:46:26.764Z | Downloaded hashbrown v0.16.1 |
| 1074 | 2026-07-07T23:46:26.770Z | Downloaded futures-util v0.3.32 |
| 1075 | 2026-07-07T23:46:26.777Z | Downloaded tokio-macros v2.7.0 |
| 1076 | 2026-07-07T23:46:26.780Z | Downloaded support-bundle-viewer v0.1.2 |
| 1077 | 2026-07-07T23:46:26.781Z | Downloaded spin v0.9.8 |
| 1078 | 2026-07-07T23:46:26.781Z | Downloaded http v1.4.2 |
| 1079 | 2026-07-07T23:46:26.781Z | Downloaded strum_macros v0.26.4 |
| 1080 | 2026-07-07T23:46:26.781Z | Downloaded strum v0.27.2 |
| 1081 | 2026-07-07T23:46:26.784Z | Downloaded ron v0.8.1 |
| 1082 | 2026-07-07T23:46:26.788Z | Downloaded itertools v0.13.0 |
| 1083 | 2026-07-07T23:46:26.791Z | Downloaded synstructure v0.13.2 |
| 1084 | 2026-07-07T23:46:26.791Z | Downloaded smallvec v1.15.1 |
| 1085 | 2026-07-07T23:46:26.797Z | Downloaded tokio-test v0.4.5 |
| 1086 | 2026-07-07T23:46:26.797Z | Downloaded similar v2.7.0 |
| 1087 | 2026-07-07T23:46:26.802Z | Downloaded thiserror-no-std v2.0.2 |
| 1088 | 2026-07-07T23:46:26.803Z | Downloaded testing_table v0.3.0 |
| 1089 | 2026-07-07T23:46:26.803Z | Downloaded salsa20 v0.11.0 |
| 1090 | 2026-07-07T23:46:26.803Z | Downloaded itertools v0.12.1 |
| 1091 | 2026-07-07T23:46:26.806Z | Downloaded qorb v0.4.1 |
| 1092 | 2026-07-07T23:46:26.809Z | Downloaded serde_with_macros v3.17.0 |
| 1093 | 2026-07-07T23:46:26.813Z | Downloaded termtree v0.5.1 |
| 1094 | 2026-07-07T23:46:26.814Z | Downloaded termios v0.3.3 |
| 1095 | 2026-07-07T23:46:26.817Z | Downloaded p521 v0.14.0-rc.10 |
| 1096 | 2026-07-07T23:46:26.820Z | Downloaded libm v0.2.16 |
| 1097 | 2026-07-07T23:46:26.833Z | Downloaded thread_local v1.1.9 |
| 1098 | 2026-07-07T23:46:26.836Z | Downloaded tower-service v0.3.3 |
| 1099 | 2026-07-07T23:46:26.836Z | Downloaded tower-layer v0.3.3 |
| 1100 | 2026-07-07T23:46:26.836Z | Downloaded slog v2.8.2 |
| 1101 | 2026-07-07T23:46:26.837Z | Downloaded try-lock v0.2.5 |
| 1102 | 2026-07-07T23:46:26.837Z | Downloaded tiny-keccak v2.0.2 |
| 1103 | 2026-07-07T23:46:26.837Z | Downloaded trait-variant v0.1.2 |
| 1104 | 2026-07-07T23:46:26.837Z | Downloaded time-macros v0.2.27 |
| 1105 | 2026-07-07T23:46:26.837Z | Downloaded hkdf v0.12.4 |
| 1106 | 2026-07-07T23:46:26.837Z | Downloaded topological-sort v0.2.2 |
| 1107 | 2026-07-07T23:46:26.837Z | Downloaded signal-hook v0.3.18 |
| 1108 | 2026-07-07T23:46:26.840Z | Downloaded unicode-truncate v1.1.0 |
| 1109 | 2026-07-07T23:46:26.840Z | Downloaded bindgen v0.71.1 |
| 1110 | 2026-07-07T23:46:26.843Z | Downloaded tls_codec v0.4.2 |
| 1111 | 2026-07-07T23:46:26.847Z | Downloaded tinystr v0.8.2 |
| 1112 | 2026-07-07T23:46:26.856Z | Downloaded aws-lc-rs v1.16.3 |
| 1113 | 2026-07-07T23:46:26.861Z | Downloaded universal-hash v0.6.1 |
| 1114 | 2026-07-07T23:46:26.865Z | Downloaded universal-hash v0.5.1 |
| 1115 | 2026-07-07T23:46:26.865Z | Downloaded unit-prefix v0.5.2 |
| 1116 | 2026-07-07T23:46:26.865Z | Downloaded unicode-xid v0.2.6 |
| 1117 | 2026-07-07T23:46:26.865Z | Downloaded tls_codec_derive v0.4.2 |
| 1118 | 2026-07-07T23:46:26.865Z | Downloaded usdt v0.6.0 |
| 1119 | 2026-07-07T23:46:26.868Z | Downloaded untrusted v0.7.1 |
| 1120 | 2026-07-07T23:46:26.868Z | Downloaded schemars v0.9.0 |
| 1121 | 2026-07-07T23:46:26.874Z | Downloaded rsa v0.9.10 |
| 1122 | 2026-07-07T23:46:26.877Z | Downloaded num-bigint-dig v0.8.6 |
| 1123 | 2026-07-07T23:46:26.882Z | Downloaded tokio-dtrace v0.1.1 |
| 1124 | 2026-07-07T23:46:26.885Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1125 | 2026-07-07T23:46:26.885Z | Downloaded tokio-tungstenite v0.23.1 |
| 1126 | 2026-07-07T23:46:26.886Z | Downloaded tokio-native-tls v0.3.1 |
| 1127 | 2026-07-07T23:46:26.886Z | Downloaded term v1.2.1 |
| 1128 | 2026-07-07T23:46:26.890Z | Downloaded utf8_iter v1.0.4 |
| 1129 | 2026-07-07T23:46:26.890Z | Downloaded utf-8 v0.7.6 |
| 1130 | 2026-07-07T23:46:26.890Z | Downloaded usdt-macro v0.6.0 |
| 1131 | 2026-07-07T23:46:26.890Z | Downloaded usdt-attr-macro v0.6.0 |
| 1132 | 2026-07-07T23:46:26.894Z | Downloaded rand v0.9.2 |
| 1133 | 2026-07-07T23:46:26.894Z | Downloaded untrusted v0.9.0 |
| 1134 | 2026-07-07T23:46:26.897Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1135 | 2026-07-07T23:46:26.902Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1136 | 2026-07-07T23:46:26.905Z | Downloaded socket2 v0.6.3 |
| 1137 | 2026-07-07T23:46:26.909Z | Downloaded void v1.0.2 |
| 1138 | 2026-07-07T23:46:26.912Z | Downloaded wait-timeout v0.2.1 |
| 1139 | 2026-07-07T23:46:26.912Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1140 | 2026-07-07T23:46:26.917Z | Downloaded want v0.3.1 |
| 1141 | 2026-07-07T23:46:26.917Z | Downloaded rand v0.10.1 |
| 1142 | 2026-07-07T23:46:26.921Z | Downloaded rustls-webpki v0.103.13 |
| 1143 | 2026-07-07T23:46:26.921Z | Downloaded waitgroup v0.1.2 |
| 1144 | 2026-07-07T23:46:26.925Z | Downloaded blake3 v1.8.5 |
| 1145 | 2026-07-07T23:46:26.935Z | Downloaded typify-macro v0.6.2 |
| 1146 | 2026-07-07T23:46:26.943Z | Downloaded bitvec v1.0.1 |
| 1147 | 2026-07-07T23:46:26.947Z | Downloaded unicase v2.9.0 |
| 1148 | 2026-07-07T23:46:26.947Z | Downloaded samael v0.0.19 |
| 1149 | 2026-07-07T23:46:26.947Z | Downloaded xattr v1.6.1 |
| 1150 | 2026-07-07T23:46:26.947Z | Downloaded tui-tree-widget v0.23.1 |
| 1151 | 2026-07-07T23:46:26.947Z | Downloaded snafu v0.8.9 |
| 1152 | 2026-07-07T23:46:26.952Z | Downloaded tokio-rustls v0.26.4 |
| 1153 | 2026-07-07T23:46:26.952Z | Downloaded iddqd v0.4.2 |
| 1154 | 2026-07-07T23:46:26.967Z | Downloaded nom v8.0.0 |
| 1155 | 2026-07-07T23:46:26.970Z | Downloaded xshell-macros v0.2.7 |
| 1156 | 2026-07-07T23:46:26.971Z | Downloaded unarray v0.1.4 |
| 1157 | 2026-07-07T23:46:26.971Z | Downloaded schemars v1.2.1 |
| 1158 | 2026-07-07T23:46:26.971Z | Downloaded usdt-impl v0.6.0 |
| 1159 | 2026-07-07T23:46:26.971Z | Downloaded tokio-stream v0.1.18 |
| 1160 | 2026-07-07T23:46:26.974Z | Downloaded zeroize_derive v1.4.3 |
| 1161 | 2026-07-07T23:46:26.974Z | Downloaded zerofrom-derive v0.1.6 |
| 1162 | 2026-07-07T23:46:26.974Z | Downloaded zerofrom v0.1.6 |
| 1163 | 2026-07-07T23:46:26.974Z | Downloaded itertools v0.14.0 |
| 1164 | 2026-07-07T23:46:26.979Z | Downloaded tokio-tungstenite v0.21.0 |
| 1165 | 2026-07-07T23:46:26.982Z | Downloaded term v0.7.0 |
| 1166 | 2026-07-07T23:46:26.982Z | Downloaded vergen-lib v0.1.6 |
| 1167 | 2026-07-07T23:46:26.982Z | Downloaded rsa v0.10.0-rc.18 |
| 1168 | 2026-07-07T23:46:26.986Z | Downloaded test-strategy v0.4.5 |
| 1169 | 2026-07-07T23:46:26.990Z | Downloaded hkdf v0.13.0 |
| 1170 | 2026-07-07T23:46:26.990Z | Downloaded socket2 v0.5.10 |
| 1171 | 2026-07-07T23:46:26.993Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1172 | 2026-07-07T23:46:26.993Z | Downloaded subprocess v0.2.15 |
| 1173 | 2026-07-07T23:46:27.009Z | Downloaded vergen-lib v9.1.0 |
| 1174 | 2026-07-07T23:46:27.010Z | Downloaded vergen-gitcl v1.0.8 |
| 1175 | 2026-07-07T23:46:27.010Z | Downloaded zone v0.3.1 |
| 1176 | 2026-07-07T23:46:27.010Z | Downloaded icu_properties_data v2.1.2 |
| 1177 | 2026-07-07T23:46:27.010Z | Downloaded uzers v0.12.2 |
| 1178 | 2026-07-07T23:46:27.010Z | Downloaded h2 v0.4.15 |
| 1179 | 2026-07-07T23:46:27.013Z | Downloaded vsss-rs v3.3.4 |
| 1180 | 2026-07-07T23:46:27.013Z | Downloaded tinyvec v1.10.0 |
| 1181 | 2026-07-07T23:46:27.017Z | Downloaded twox-hash v2.1.2 |
| 1182 | 2026-07-07T23:46:27.017Z | Downloaded whoami v1.6.1 |
| 1183 | 2026-07-07T23:46:27.017Z | Downloaded walkdir v2.5.0 |
| 1184 | 2026-07-07T23:46:27.020Z | Downloaded whoami v2.1.0 |
| 1185 | 2026-07-07T23:46:27.025Z | Downloaded unicode-properties v0.1.4 |
| 1186 | 2026-07-07T23:46:27.032Z | Downloaded yoke v0.8.1 |
| 1187 | 2026-07-07T23:46:27.046Z | Downloaded tar v0.4.45 |
| 1188 | 2026-07-07T23:46:27.050Z | Downloaded steno v0.4.1 |
| 1189 | 2026-07-07T23:46:27.056Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1190 | 2026-07-07T23:46:27.060Z | Downloaded toml v0.7.8 |
| 1191 | 2026-07-07T23:46:27.063Z | Downloaded yoke-derive v0.8.1 |
| 1192 | 2026-07-07T23:46:27.063Z | Downloaded vergen v9.1.0 |
| 1193 | 2026-07-07T23:46:27.066Z | Downloaded zerovec-derive v0.11.2 |
| 1194 | 2026-07-07T23:46:27.070Z | Downloaded zeroize v1.8.2 |
| 1195 | 2026-07-07T23:46:27.079Z | Downloaded serde_with v1.14.0 |
| 1196 | 2026-07-07T23:46:27.082Z | Downloaded vergen-git2 v9.1.0 |
| 1197 | 2026-07-07T23:46:27.082Z | Downloaded tungstenite v0.23.0 |
| 1198 | 2026-07-07T23:46:27.085Z | Downloaded wyz v0.5.1 |
| 1199 | 2026-07-07T23:46:27.085Z | Downloaded tungstenite v0.21.0 |
| 1200 | 2026-07-07T23:46:27.100Z | Downloaded tracing-attributes v0.1.31 |
| 1201 | 2026-07-07T23:46:27.103Z | Downloaded unicode-bidi v0.3.18 |
| 1202 | 2026-07-07T23:46:27.103Z | Downloaded typify v0.6.2 |
| 1203 | 2026-07-07T23:46:27.103Z | Downloaded zstd-safe v7.2.4 |
| 1204 | 2026-07-07T23:46:27.106Z | Downloaded zone_cfg_derive v0.3.1 |
| 1205 | 2026-07-07T23:46:27.106Z | Downloaded xshell v0.2.7 |
| 1206 | 2026-07-07T23:46:27.106Z | Downloaded rustyline v14.0.0 |
| 1207 | 2026-07-07T23:46:27.114Z | Downloaded unsafe-libyaml v0.2.11 |
| 1208 | 2026-07-07T23:46:27.117Z | Downloaded uuid v1.23.4 |
| 1209 | 2026-07-07T23:46:27.120Z | Downloaded yasna v0.5.2 |
| 1210 | 2026-07-07T23:46:27.128Z | Downloaded writeable v0.6.2 |
| 1211 | 2026-07-07T23:46:27.131Z | Downloaded rpassword v7.4.0 |
| 1212 | 2026-07-07T23:46:27.147Z | Downloaded vte v0.14.1 |
| 1213 | 2026-07-07T23:46:28.153Z | Downloaded regex v1.12.3 |
| 1214 | 2026-07-07T23:46:28.157Z | Downloaded zstd v0.13.3 |
| 1215 | 2026-07-07T23:46:28.157Z | Downloaded zerocopy v0.6.6 |
| 1216 | 2026-07-07T23:46:28.157Z | Downloaded chrono v0.4.44 |
| 1217 | 2026-07-07T23:46:28.157Z | Downloaded tracing-core v0.1.36 |
| 1218 | 2026-07-07T23:46:28.157Z | Downloaded reqwest v0.13.2 |
| 1219 | 2026-07-07T23:46:28.157Z | Downloaded reedline v0.40.0 |
| 1220 | 2026-07-07T23:46:28.157Z | Downloaded p384 v0.13.1 |
| 1221 | 2026-07-07T23:46:28.157Z | Downloaded lalrpop v0.19.12 |
| 1222 | 2026-07-07T23:46:28.157Z | Downloaded toml_edit v0.19.15 |
| 1223 | 2026-07-07T23:46:28.157Z | Downloaded zopfli v0.8.3 |
| 1224 | 2026-07-07T23:46:28.157Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1225 | 2026-07-07T23:46:28.157Z | Downloaded yansi v1.0.1 |
| 1226 | 2026-07-07T23:46:28.157Z | Downloaded git2 v0.20.4 |
| 1227 | 2026-07-07T23:46:28.157Z | Downloaded moka v0.12.13 |
| 1228 | 2026-07-07T23:46:28.158Z | Downloaded reqwest v0.12.28 |
| 1229 | 2026-07-07T23:46:28.158Z | Downloaded zip v0.6.6 |
| 1230 | 2026-07-07T23:46:28.158Z | Downloaded unicode_categories v0.1.1 |
| 1231 | 2026-07-07T23:46:28.158Z | Downloaded rayon v1.11.0 |
| 1232 | 2026-07-07T23:46:28.158Z | Downloaded zerocopy-derive v0.8.40 |
| 1233 | 2026-07-07T23:46:28.158Z | Downloaded portable-atomic v1.13.1 |
| 1234 | 2026-07-07T23:46:28.158Z | Downloaded tokio-postgres v0.7.16 |
| 1235 | 2026-07-07T23:46:28.158Z | Downloaded x509-cert v0.2.5 |
| 1236 | 2026-07-07T23:46:28.158Z | Downloaded proptest v1.10.0 |
| 1237 | 2026-07-07T23:46:28.158Z | Downloaded typed-path v0.9.3 |
| 1238 | 2026-07-07T23:46:28.158Z | Downloaded unicode-segmentation v1.12.0 |
| 1239 | 2026-07-07T23:46:28.158Z | Downloaded unicode-normalization v0.1.25 |
| 1240 | 2026-07-07T23:46:28.158Z | Downloaded url v2.5.8 |
| 1241 | 2026-07-07T23:46:28.158Z | Downloaded crypto-bigint v0.7.5 |
| 1242 | 2026-07-07T23:46:28.158Z | Downloaded tokio-util v0.7.18 |
| 1243 | 2026-07-07T23:46:28.158Z | Downloaded tower-http v0.6.8 |
| 1244 | 2026-07-07T23:46:28.158Z | Downloaded zerotrie v0.2.3 |
| 1245 | 2026-07-07T23:46:28.158Z | Downloaded tough v0.22.0 |
| 1246 | 2026-07-07T23:46:28.158Z | Downloaded quick-xml v0.37.5 |
| 1247 | 2026-07-07T23:46:28.158Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1248 | 2026-07-07T23:46:28.158Z | Downloaded nix v0.27.1 |
| 1249 | 2026-07-07T23:46:28.158Z | Downloaded zerovec v0.11.5 |
| 1250 | 2026-07-07T23:46:28.158Z | Downloaded tower v0.5.3 |
| 1251 | 2026-07-07T23:46:28.158Z | Downloaded goblin v0.10.5 |
| 1252 | 2026-07-07T23:46:28.158Z | Downloaded quinn-proto v0.11.13 |
| 1253 | 2026-07-07T23:46:28.158Z | Downloaded salty v0.3.0 |
| 1254 | 2026-07-07T23:46:28.158Z | Downloaded openssl v0.10.79 |
| 1255 | 2026-07-07T23:46:28.158Z | Downloaded bstr v1.12.1 |
| 1256 | 2026-07-07T23:46:28.159Z | Downloaded winnow v0.5.40 |
| 1257 | 2026-07-07T23:46:28.159Z | Downloaded nix v0.31.2 |
| 1258 | 2026-07-07T23:46:28.159Z | Downloaded petname v2.0.2 |
| 1259 | 2026-07-07T23:46:28.159Z | Downloaded tabled v0.20.0 |
| 1260 | 2026-07-07T23:46:28.159Z | Downloaded time v0.3.47 |
| 1261 | 2026-07-07T23:46:28.159Z | Downloaded object v0.37.3 |
| 1262 | 2026-07-07T23:46:28.159Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1263 | 2026-07-07T23:46:28.159Z | Downloaded openapiv3 v2.2.0 |
| 1264 | 2026-07-07T23:46:28.159Z | Downloaded object v0.30.4 |
| 1265 | 2026-07-07T23:46:28.159Z | Downloaded curve25519-dalek v4.1.3 |
| 1266 | 2026-07-07T23:46:28.159Z | Downloaded rustix v0.38.44 |
| 1267 | 2026-07-07T23:46:28.159Z | Downloaded zip v4.6.1 |
| 1268 | 2026-07-07T23:46:28.159Z | Downloaded regress v0.10.5 |
| 1269 | 2026-07-07T23:46:28.159Z | Downloaded winnow v0.6.26 |
| 1270 | 2026-07-07T23:46:28.159Z | Downloaded russh v0.61.2 |
| 1271 | 2026-07-07T23:46:28.159Z | Downloaded serde_with v3.17.0 |
| 1272 | 2026-07-07T23:46:28.159Z | Downloaded polar-core v0.27.3 |
| 1273 | 2026-07-07T23:46:28.159Z | Downloaded radix_trie v0.2.1 |
| 1274 | 2026-07-07T23:46:28.159Z | Downloaded winnow v1.0.3 |
| 1275 | 2026-07-07T23:46:28.159Z | Downloaded dropshot v0.17.1 |
| 1276 | 2026-07-07T23:46:28.159Z | Downloaded nix v0.28.0 |
| 1277 | 2026-07-07T23:46:28.159Z | Downloaded fiat-crypto v0.3.0 |
| 1278 | 2026-07-07T23:46:28.159Z | Downloaded typify-impl v0.6.2 |
| 1279 | 2026-07-07T23:46:28.159Z | Downloaded ratatui v0.29.0 |
| 1280 | 2026-07-07T23:46:28.159Z | Downloaded smoltcp v0.9.1 |
| 1281 | 2026-07-07T23:46:28.159Z | Downloaded sha3 v0.11.0 |
| 1282 | 2026-07-07T23:46:28.159Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1283 | 2026-07-07T23:46:28.159Z | Downloaded hickory-proto v0.24.4 |
| 1284 | 2026-07-07T23:46:28.160Z | Downloaded vcpkg v0.2.15 |
| 1285 | 2026-07-07T23:46:28.160Z | Downloaded regex-syntax v0.6.29 |
| 1286 | 2026-07-07T23:46:28.160Z | Downloaded petgraph v0.6.5 |
| 1287 | 2026-07-07T23:46:28.160Z | Downloaded zlib-rs v0.6.2 |
| 1288 | 2026-07-07T23:46:28.160Z | Downloaded chrono-tz v0.10.4 |
| 1289 | 2026-07-07T23:46:28.160Z | Downloaded diesel v2.3.7 |
| 1290 | 2026-07-07T23:46:28.160Z | Downloaded regress v0.11.1 |
| 1291 | 2026-07-07T23:46:28.160Z | Downloaded hickory-proto v0.25.2 |
| 1292 | 2026-07-07T23:46:28.160Z | Downloaded smoltcp v0.11.0 |
| 1293 | 2026-07-07T23:46:28.160Z | Downloaded zerocopy v0.8.40 |
| 1294 | 2026-07-07T23:46:28.160Z | Downloaded petgraph v0.8.3 |
| 1295 | 2026-07-07T23:46:28.160Z | Downloaded regex-syntax v0.8.10 |
| 1296 | 2026-07-07T23:46:28.160Z | Downloaded sha3 v0.10.8 |
| 1297 | 2026-07-07T23:46:28.160Z | Downloaded rustls v0.23.41 |
| 1298 | 2026-07-07T23:46:28.160Z | Downloaded tokio v1.52.1 |
| 1299 | 2026-07-07T23:46:28.160Z | Downloaded sqlparser v0.61.0 |
| 1300 | 2026-07-07T23:46:28.160Z | Downloaded sled v0.34.7 |
| 1301 | 2026-07-07T23:46:28.160Z | Downloaded ring v0.17.14 |
| 1302 | 2026-07-07T23:46:28.160Z | Downloaded tracing v0.1.44 |
| 1303 | 2026-07-07T23:46:28.160Z | Downloaded zerocopy-derive v0.6.6 |
| 1304 | 2026-07-07T23:46:28.160Z | Downloaded regex-automata v0.4.14 |
| 1305 | 2026-07-07T23:46:28.160Z | Downloaded jiff v0.2.21 |
| 1306 | 2026-07-07T23:46:28.160Z | Downloaded csv v1.4.0 |
| 1307 | 2026-07-07T23:46:28.183Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1308 | 2026-07-07T23:46:28.195Z | Downloaded libz-sys v1.1.24 |
| 1309 | 2026-07-07T23:46:28.255Z | Downloaded encoding_rs v0.8.35 |
| 1310 | 2026-07-07T23:46:28.288Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-07-07T23:46:28.664Z | Downloaded aws-lc-sys v0.40.0 |
| 1312 | 2026-07-07T23:46:28.915Z | Compiling libc v0.2.185 |
| 1313 | 2026-07-07T23:46:28.915Z | Compiling serde_core v1.0.228 |
| 1314 | 2026-07-07T23:46:28.915Z | Compiling serde v1.0.228 |
| 1315 | 2026-07-07T23:46:28.918Z | Compiling log v0.4.29 |
| 1316 | 2026-07-07T23:46:28.918Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-07-07T23:46:28.918Z | Compiling find-msvc-tools v0.1.9 |
| 1318 | 2026-07-07T23:46:28.918Z | Compiling shlex v1.3.0 |
| 1319 | 2026-07-07T23:46:28.918Z | Compiling syn v2.0.117 |
| 1320 | 2026-07-07T23:46:29.233Z | Compiling subtle v2.6.1 |
| 1321 | 2026-07-07T23:46:29.260Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-07-07T23:46:29.279Z | Compiling stable_deref_trait v1.2.1 |
| 1323 | 2026-07-07T23:46:29.347Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-07-07T23:46:29.372Z | Compiling typenum v1.20.1 |
| 1325 | 2026-07-07T23:46:29.375Z | Compiling serde_json v1.0.150 |
| 1326 | 2026-07-07T23:46:29.396Z | Compiling zerocopy v0.8.40 |
| 1327 | 2026-07-07T23:46:29.397Z | Compiling portable-atomic v1.13.1 |
| 1328 | 2026-07-07T23:46:29.596Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-07-07T23:46:29.627Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-07-07T23:46:29.692Z | Compiling critical-section v1.2.0 |
| 1331 | 2026-07-07T23:46:29.803Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-07-07T23:46:29.887Z | Compiling getrandom v0.4.1 |
| 1333 | 2026-07-07T23:46:29.901Z | Compiling futures-core v0.3.32 |
| 1334 | 2026-07-07T23:46:29.959Z | Compiling jobserver v0.1.34 |
| 1335 | 2026-07-07T23:46:29.983Z | Compiling errno v0.3.14 |
| 1336 | 2026-07-07T23:46:30.132Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-07-07T23:46:30.185Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-07-07T23:46:30.236Z | Compiling cc v1.2.56 |
| 1339 | 2026-07-07T23:46:30.326Z | Compiling rand_core v0.6.4 |
| 1340 | 2026-07-07T23:46:30.362Z | Compiling libm v0.2.16 |
| 1341 | 2026-07-07T23:46:30.467Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-07-07T23:46:30.560Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-07-07T23:46:30.598Z | Compiling mio v1.2.0 |
| 1344 | 2026-07-07T23:46:30.629Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-07-07T23:46:30.689Z | Compiling generic-array v0.14.7 |
| 1346 | 2026-07-07T23:46:30.704Z | Compiling const-oid v0.9.6 |
| 1347 | 2026-07-07T23:46:30.825Z | Compiling rand_core v0.10.0 |
| 1348 | 2026-07-07T23:46:31.054Z | Compiling percent-encoding v2.3.2 |
| 1349 | 2026-07-07T23:46:31.202Z | Compiling bitflags v2.11.0 |
| 1350 | 2026-07-07T23:46:31.242Z | Compiling litemap v0.8.1 |
| 1351 | 2026-07-07T23:46:31.360Z | Compiling writeable v0.6.2 |
| 1352 | 2026-07-07T23:46:31.499Z | Compiling semver v1.0.28 |
| 1353 | 2026-07-07T23:46:31.520Z | Compiling socket2 v0.6.3 |
| 1354 | 2026-07-07T23:46:31.533Z | Compiling icu_normalizer_data v2.1.1 |
| 1355 | 2026-07-07T23:46:31.565Z | Compiling icu_properties_data v2.1.2 |
| 1356 | 2026-07-07T23:46:31.757Z | Compiling futures-sink v0.3.32 |
| 1357 | 2026-07-07T23:46:31.863Z | Compiling futures-channel v0.3.32 |
| 1358 | 2026-07-07T23:46:31.907Z | Compiling synstructure v0.13.2 |
| 1359 | 2026-07-07T23:46:31.930Z | Compiling futures-task v0.3.32 |
| 1360 | 2026-07-07T23:46:31.952Z | Compiling futures-io v0.3.32 |
| 1361 | 2026-07-07T23:46:32.101Z | Compiling slab v0.4.12 |
| 1362 | 2026-07-07T23:46:32.115Z | Compiling indexmap v2.14.0 |
| 1363 | 2026-07-07T23:46:32.128Z | Compiling getrandom v0.3.4 |
| 1364 | 2026-07-07T23:46:32.155Z | Compiling rustversion v1.0.22 |
| 1365 | 2026-07-07T23:46:32.284Z | Compiling utf8_iter v1.0.4 |
| 1366 | 2026-07-07T23:46:32.350Z | Compiling form_urlencoded v1.2.2 |
| 1367 | 2026-07-07T23:46:32.424Z | Compiling cmake v0.1.57 |
| 1368 | 2026-07-07T23:46:32.438Z | Compiling fs_extra v1.3.0 |
| 1369 | 2026-07-07T23:46:32.537Z | Compiling ident_case v1.0.1 |
| 1370 | 2026-07-07T23:46:32.542Z | Compiling rustix v1.1.3 |
| 1371 | 2026-07-07T23:46:32.687Z | Compiling dunce v1.0.5 |
| 1372 | 2026-07-07T23:46:32.731Z | Compiling iana-time-zone v0.1.65 |
| 1373 | 2026-07-07T23:46:32.786Z | Compiling regex-syntax v0.8.10 |
| 1374 | 2026-07-07T23:46:32.812Z | Compiling base64ct v1.8.3 |
| 1375 | 2026-07-07T23:46:32.858Z | Compiling aws-lc-sys v0.40.0 |
| 1376 | 2026-07-07T23:46:32.939Z | Compiling vcpkg v0.2.15 |
| 1377 | 2026-07-07T23:46:33.109Z | Compiling rand_core v0.9.5 |
| 1378 | 2026-07-07T23:46:33.112Z | Compiling pem-rfc7468 v0.7.0 |
| 1379 | 2026-07-07T23:46:33.215Z | Compiling rustc_version v0.4.1 |
| 1380 | 2026-07-07T23:46:33.390Z | Compiling uuid v1.23.4 |
| 1381 | 2026-07-07T23:46:33.428Z | Compiling tracing-core v0.1.36 |
| 1382 | 2026-07-07T23:46:33.547Z | Compiling base64 v0.22.1 |
| 1383 | 2026-07-07T23:46:33.663Z | Compiling serde_derive v1.0.228 |
| 1384 | 2026-07-07T23:46:33.697Z | Compiling zeroize_derive v1.4.3 |
| 1385 | 2026-07-07T23:46:33.872Z | Compiling zerofrom-derive v0.1.6 |
| 1386 | 2026-07-07T23:46:33.993Z | Compiling yoke-derive v0.8.1 |
| 1387 | 2026-07-07T23:46:34.135Z | Compiling zerocopy-derive v0.8.40 |
| 1388 | 2026-07-07T23:46:34.382Z | Compiling zeroize v1.8.2 |
| 1389 | 2026-07-07T23:46:34.397Z | Compiling zerovec-derive v0.11.2 |
| 1390 | 2026-07-07T23:46:34.592Z | Compiling displaydoc v0.2.5 |
| 1391 | 2026-07-07T23:46:35.206Z | Compiling tokio-macros v2.7.0 |
| 1392 | 2026-07-07T23:46:35.310Z | Compiling zerofrom v0.1.6 |
| 1393 | 2026-07-07T23:46:35.382Z | Compiling futures-macro v0.3.32 |
| 1394 | 2026-07-07T23:46:35.440Z | Compiling yoke v0.8.1 |
| 1395 | 2026-07-07T23:46:35.571Z | Compiling openssl-sys v0.9.115 |
| 1396 | 2026-07-07T23:46:35.629Z | Compiling zerovec v0.11.5 |
| 1397 | 2026-07-07T23:46:35.790Z | Compiling zerotrie v0.2.3 |
| 1398 | 2026-07-07T23:46:35.978Z | Compiling block-buffer v0.10.4 |
| 1399 | 2026-07-07T23:46:36.086Z | Compiling tinystr v0.8.2 |
| 1400 | 2026-07-07T23:46:36.113Z | Compiling potential_utf v0.1.4 |
| 1401 | 2026-07-07T23:46:36.143Z | Compiling crypto-common v0.1.7 |
| 1402 | 2026-07-07T23:46:36.155Z | Compiling der_derive v0.7.3 |
| 1403 | 2026-07-07T23:46:36.197Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-07-07T23:46:36.297Z | Compiling icu_locale_core v2.1.1 |
| 1405 | 2026-07-07T23:46:36.323Z | Compiling icu_collections v2.1.1 |
| 1406 | 2026-07-07T23:46:36.363Z | Compiling digest v0.10.7 |
| 1407 | 2026-07-07T23:46:36.617Z | Compiling tracing-attributes v0.1.31 |
| 1408 | 2026-07-07T23:46:36.799Z | Compiling thiserror-impl v2.0.18 |
| 1409 | 2026-07-07T23:46:37.181Z | Compiling icu_provider v2.1.1 |
| 1410 | 2026-07-07T23:46:37.196Z | Compiling flagset v0.4.7 |
| 1411 | 2026-07-07T23:46:37.309Z | Compiling bytes v1.11.1 |
| 1412 | 2026-07-07T23:46:37.328Z | Compiling chrono v0.4.44 |
| 1413 | 2026-07-07T23:46:37.480Z | Compiling icu_normalizer v2.1.1 |
| 1414 | 2026-07-07T23:46:37.931Z | Compiling tokio v1.52.1 |
| 1415 | 2026-07-07T23:46:37.973Z | Compiling icu_properties v2.1.2 |
| 1416 | 2026-07-07T23:46:38.019Z | Compiling http v1.4.2 |
| 1417 | 2026-07-07T23:46:38.161Z | Compiling aws-lc-rs v1.16.3 |
| 1418 | 2026-07-07T23:46:38.469Z | Compiling thiserror v2.0.18 |
| 1419 | 2026-07-07T23:46:38.578Z | Compiling ppv-lite86 v0.2.21 |
| 1420 | 2026-07-07T23:46:38.619Z | Compiling tracing v0.1.44 |
| 1421 | 2026-07-07T23:46:38.723Z | Compiling http-body v1.0.1 |
| 1422 | 2026-07-07T23:46:38.726Z | Compiling der v0.7.10 |
| 1423 | 2026-07-07T23:46:38.879Z | Compiling idna_adapter v1.2.1 |
| 1424 | 2026-07-07T23:46:38.882Z | Compiling rand_chacha v0.9.0 |
| 1425 | 2026-07-07T23:46:38.942Z | Compiling rustls-pki-types v1.14.0 |
| 1426 | 2026-07-07T23:46:39.010Z | Compiling idna v1.1.0 |
| 1427 | 2026-07-07T23:46:39.065Z | Compiling cmov v0.5.4 |
| 1428 | 2026-07-07T23:46:39.098Z | Compiling tinyvec_macros v0.1.1 |
| 1429 | 2026-07-07T23:46:39.170Z | Compiling openssl-probe v0.2.1 |
| 1430 | 2026-07-07T23:46:39.269Z | Compiling httparse v1.10.1 |
| 1431 | 2026-07-07T23:46:39.345Z | Compiling url v2.5.8 |
| 1432 | 2026-07-07T23:46:39.386Z | Compiling ctutils v0.4.2 |
| 1433 | 2026-07-07T23:46:39.567Z | Compiling spki v0.7.3 |
| 1434 | 2026-07-07T23:46:39.626Z | Compiling tinyvec v1.10.0 |
| 1435 | 2026-07-07T23:46:39.653Z | Compiling rand v0.9.2 |
| 1436 | 2026-07-07T23:46:39.667Z | Compiling pest_generator v2.8.6 |
| 1437 | 2026-07-07T23:46:39.768Z | Compiling serde_derive_internals v0.29.1 |
| 1438 | 2026-07-07T23:46:39.930Z | Compiling aho-corasick v1.1.4 |
| 1439 | 2026-07-07T23:46:39.966Z | Compiling atomic-waker v1.1.2 |
| 1440 | 2026-07-07T23:46:40.090Z | Compiling tower-layer v0.3.3 |
| 1441 | 2026-07-07T23:46:40.134Z | Compiling untrusted v0.7.1 |
| 1442 | 2026-07-07T23:46:40.249Z | Compiling schemars v0.8.22 |
| 1443 | 2026-07-07T23:46:40.263Z | Compiling try-lock v0.2.5 |
| 1444 | 2026-07-07T23:46:40.337Z | Compiling dyn-clone v1.0.20 |
| 1445 | 2026-07-07T23:46:40.366Z | Compiling tower-service v0.3.3 |
| 1446 | 2026-07-07T23:46:40.444Z | Compiling tempfile v3.25.0 |
| 1447 | 2026-07-07T23:46:40.458Z | Compiling want v0.3.1 |
| 1448 | 2026-07-07T23:46:40.484Z | Compiling pest_derive v2.8.6 |
| 1449 | 2026-07-07T23:46:40.618Z | Compiling hybrid-array v0.4.13 |
| 1450 | 2026-07-07T23:46:40.646Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-07-07T23:46:40.795Z | Compiling regex-automata v0.4.14 |
| 1452 | 2026-07-07T23:46:40.808Z | Compiling ipnet v2.11.0 |
| 1453 | 2026-07-07T23:46:40.923Z | Compiling scroll_derive v0.13.1 |
| 1454 | 2026-07-07T23:46:41.331Z | Compiling darling_core v0.20.11 |
| 1455 | 2026-07-07T23:46:41.422Z | Compiling untrusted v0.9.0 |
| 1456 | 2026-07-07T23:46:41.549Z | Compiling openssl v0.10.79 |
| 1457 | 2026-07-07T23:46:41.598Z | Compiling foreign-types-shared v0.1.1 |
| 1458 | 2026-07-07T23:46:41.686Z | Compiling tokio-util v0.7.18 |
| 1459 | 2026-07-07T23:46:41.784Z | Compiling rustls v0.23.41 |
| 1460 | 2026-07-07T23:46:41.787Z | Compiling httpdate v1.0.3 |
| 1461 | 2026-07-07T23:46:41.929Z | Compiling cpufeatures v0.2.17 |
| 1462 | 2026-07-07T23:46:42.023Z | Compiling scroll v0.13.0 |
| 1463 | 2026-07-07T23:46:42.038Z | Compiling foreign-types v0.3.2 |
| 1464 | 2026-07-07T23:46:42.107Z | Compiling unicode-normalization v0.1.25 |
| 1465 | 2026-07-07T23:46:42.289Z | Compiling pkcs8 v0.10.2 |
| 1466 | 2026-07-07T23:46:42.553Z | Compiling h2 v0.4.15 |
| 1467 | 2026-07-07T23:46:42.725Z | Compiling openssl-macros v0.1.1 |
| 1468 | 2026-07-07T23:46:42.961Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1469 | 2026-07-07T23:46:43.126Z | Compiling spin v0.9.8 |
| 1470 | 2026-07-07T23:46:43.243Z | Compiling time-core v0.1.8 |
| 1471 | 2026-07-07T23:46:43.335Z | Compiling powerfmt v0.2.0 |
| 1472 | 2026-07-07T23:46:43.360Z | Compiling crc32fast v1.5.0 |
| 1473 | 2026-07-07T23:46:43.390Z | Compiling num-conv v0.2.0 |
| 1474 | 2026-07-07T23:46:43.517Z | Compiling native-tls v0.2.18 |
| 1475 | 2026-07-07T23:46:43.536Z | Compiling time-macros v0.2.27 |
| 1476 | 2026-07-07T23:46:43.568Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-07-07T23:46:43.596Z | Compiling deranged v0.5.8 |
| 1478 | 2026-07-07T23:46:44.045Z | Compiling darling v0.20.11 |
| 1479 | 2026-07-07T23:46:44.127Z | Compiling goblin v0.10.5 |
| 1480 | 2026-07-07T23:46:44.561Z | Compiling sha2 v0.10.9 |
| 1481 | 2026-07-07T23:46:44.600Z | Compiling hmac v0.12.1 |
| 1482 | 2026-07-07T23:46:44.756Z | Compiling sync_wrapper v1.0.2 |
| 1483 | 2026-07-07T23:46:44.828Z | Compiling wait-timeout v0.2.1 |
| 1484 | 2026-07-07T23:46:44.861Z | Compiling siphasher v1.0.2 |
| 1485 | 2026-07-07T23:46:45.045Z | Compiling syn v1.0.109 |
| 1486 | 2026-07-07T23:46:45.085Z | Compiling quick-error v1.2.3 |
| 1487 | 2026-07-07T23:46:45.191Z | Compiling num_threads v0.1.7 |
| 1488 | 2026-07-07T23:46:45.291Z | Compiling bit-vec v0.8.0 |
| 1489 | 2026-07-07T23:46:45.361Z | Compiling usdt-impl v0.6.0 |
| 1490 | 2026-07-07T23:46:45.519Z | Compiling crossbeam-utils v0.8.21 |
| 1491 | 2026-07-07T23:46:45.578Z | Compiling simd-adler32 v0.3.8 |
| 1492 | 2026-07-07T23:46:45.816Z | Compiling hyper v1.10.1 |
| 1493 | 2026-07-07T23:46:45.867Z | Compiling bit-set v0.8.0 |
| 1494 | 2026-07-07T23:46:46.074Z | Compiling time v0.3.47 |
| 1495 | 2026-07-07T23:46:46.269Z | Compiling rusty-fork v0.3.1 |
| 1496 | 2026-07-07T23:46:46.618Z | Compiling tower v0.5.3 |
| 1497 | 2026-07-07T23:46:46.638Z | Compiling derive_builder_core v0.20.2 |
| 1498 | 2026-07-07T23:46:46.901Z | Compiling dof v0.4.0 |
| 1499 | 2026-07-07T23:46:47.094Z | Compiling hyper-util v0.1.20 |
| 1500 | 2026-07-07T23:46:47.459Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-07-07T23:46:47.509Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-07-07T23:46:47.693Z | Compiling thiserror-impl v1.0.69 |
| 1503 | 2026-07-07T23:46:47.756Z | Compiling scroll_derive v0.12.1 |
| 1504 | 2026-07-07T23:46:48.065Z | Compiling heapless v0.7.17 |
| 1505 | 2026-07-07T23:46:48.188Z | Compiling rand_xorshift v0.4.0 |
| 1506 | 2026-07-07T23:46:48.318Z | Compiling slog v2.8.2 |
| 1507 | 2026-07-07T23:46:48.334Z | Compiling darling_core v0.21.3 |
| 1508 | 2026-07-07T23:46:48.351Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1509 | 2026-07-07T23:46:48.412Z | Compiling thread-id v5.1.0 |
| 1510 | 2026-07-07T23:46:48.496Z | Compiling cookie v0.18.1 |
| 1511 | 2026-07-07T23:46:48.516Z | Compiling signal-hook v0.3.18 |
| 1512 | 2026-07-07T23:46:48.635Z | Compiling zstd-safe v7.2.4 |
| 1513 | 2026-07-07T23:46:48.689Z | Compiling anyhow v1.0.102 |
| 1514 | 2026-07-07T23:46:48.703Z | Compiling adler2 v2.0.1 |
| 1515 | 2026-07-07T23:46:48.823Z | Compiling unicode-properties v0.1.4 |
| 1516 | 2026-07-07T23:46:48.838Z | Compiling unarray v0.1.4 |
| 1517 | 2026-07-07T23:46:48.851Z | Compiling ryu v1.0.23 |
| 1518 | 2026-07-07T23:46:48.942Z | Compiling paste v1.0.15 |
| 1519 | 2026-07-07T23:46:48.945Z | Compiling allocator-api2 v0.2.21 |
| 1520 | 2026-07-07T23:46:48.997Z | Compiling iri-string v0.7.10 |
| 1521 | 2026-07-07T23:46:49.021Z | Compiling unicode-bidi v0.3.18 |
| 1522 | 2026-07-07T23:46:49.238Z | Compiling serde_urlencoded v0.7.1 |
| 1523 | 2026-07-07T23:46:49.262Z | Compiling thiserror v1.0.69 |
| 1524 | 2026-07-07T23:46:49.276Z | Compiling proptest v1.10.0 |
| 1525 | 2026-07-07T23:46:49.362Z | Compiling stringprep v0.1.5 |
| 1526 | 2026-07-07T23:46:49.476Z | Compiling miniz_oxide v0.8.9 |
| 1527 | 2026-07-07T23:46:50.060Z | Compiling scroll v0.12.0 |
| 1528 | 2026-07-07T23:46:50.302Z | Compiling tower-http v0.6.8 |
| 1529 | 2026-07-07T23:46:50.365Z | Compiling derive_builder_macro v0.20.2 |
| 1530 | 2026-07-07T23:46:50.379Z | Compiling tokio-native-tls v0.3.1 |
| 1531 | 2026-07-07T23:46:50.484Z | Compiling camino v1.2.2 |
| 1532 | 2026-07-07T23:46:50.691Z | Compiling bstr v1.12.1 |
| 1533 | 2026-07-07T23:46:50.799Z | Compiling darling_macro v0.21.3 |
| 1534 | 2026-07-07T23:46:50.832Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2026-07-07T23:46:50.855Z | Compiling crypto-common v0.2.2 |
| 1536 | 2026-07-07T23:46:51.040Z | Compiling block-padding v0.4.2 |
| 1537 | 2026-07-07T23:46:51.207Z | Compiling block-buffer v0.12.1 |
| 1538 | 2026-07-07T23:46:51.221Z | Compiling rustls-native-certs v0.8.3 |
| 1539 | 2026-07-07T23:46:51.326Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-07-07T23:46:51.400Z | Compiling erased-serde v0.3.31 |
| 1541 | 2026-07-07T23:46:51.432Z | Compiling serde_tokenstream v0.2.3 |
| 1542 | 2026-07-07T23:46:51.527Z | Compiling toml_datetime v0.6.11 |
| 1543 | 2026-07-07T23:46:51.743Z | Compiling serde_spanned v0.6.9 |
| 1544 | 2026-07-07T23:46:51.791Z | Compiling signature v2.2.0 |
| 1545 | 2026-07-07T23:46:51.892Z | Compiling md-5 v0.10.6 |
| 1546 | 2026-07-07T23:46:51.906Z | Compiling zerocopy-derive v0.7.35 |
| 1547 | 2026-07-07T23:46:51.978Z | Compiling async-trait v0.1.89 |
| 1548 | 2026-07-07T23:46:52.065Z | Compiling pin-project-internal v1.1.11 |
| 1549 | 2026-07-07T23:46:52.118Z | Compiling curve25519-dalek v4.1.3 |
| 1550 | 2026-07-07T23:46:52.466Z | Compiling vergen-lib v9.1.0 |
| 1551 | 2026-07-07T23:46:52.646Z | Compiling num-integer v0.1.46 |
| 1552 | 2026-07-07T23:46:52.666Z | Compiling hash32 v0.2.1 |
| 1553 | 2026-07-07T23:46:52.790Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-07-07T23:46:52.858Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-07-07T23:46:52.970Z | Compiling psl-types v2.0.11 |
| 1556 | 2026-07-07T23:46:52.999Z | Compiling cfg_aliases v0.2.1 |
| 1557 | 2026-07-07T23:46:53.020Z | Compiling rustix v0.38.44 |
| 1558 | 2026-07-07T23:46:53.070Z | Compiling mime v0.3.17 |
| 1559 | 2026-07-07T23:46:53.090Z | Compiling ref-cast v1.0.25 |
| 1560 | 2026-07-07T23:46:53.181Z | Compiling litrs v1.0.0 |
| 1561 | 2026-07-07T23:46:53.329Z | Compiling zlib-rs v0.6.2 |
| 1562 | 2026-07-07T23:46:53.373Z | Compiling smoltcp v0.9.1 |
| 1563 | 2026-07-07T23:46:53.403Z | Compiling num-bigint-dig v0.8.6 |
| 1564 | 2026-07-07T23:46:53.607Z | Compiling fallible-iterator v0.2.0 |
| 1565 | 2026-07-07T23:46:53.687Z | Compiling document-features v0.2.12 |
| 1566 | 2026-07-07T23:46:53.892Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-07-07T23:46:53.918Z | Compiling pin-project v1.1.11 |
| 1568 | 2026-07-07T23:46:54.020Z | Compiling nix v0.31.2 |
| 1569 | 2026-07-07T23:46:54.237Z | Compiling hubpack_derive v0.1.1 |
| 1570 | 2026-07-07T23:46:54.294Z | Compiling publicsuffix v2.3.0 |
| 1571 | 2026-07-07T23:46:54.399Z | Compiling num-iter v0.1.45 |
| 1572 | 2026-07-07T23:46:54.446Z | Compiling zerocopy v0.7.35 |
| 1573 | 2026-07-07T23:46:54.546Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-07-07T23:46:54.689Z | Compiling rand v0.8.6 |
| 1575 | 2026-07-07T23:46:54.870Z | Compiling darling v0.21.3 |
| 1576 | 2026-07-07T23:46:54.894Z | Compiling inout v0.2.2 |
| 1577 | 2026-07-07T23:46:54.897Z | Compiling oxnet v0.1.6 |
| 1578 | 2026-07-07T23:46:54.951Z | Compiling derive_builder v0.20.2 |
| 1579 | 2026-07-07T23:46:54.986Z | Compiling hyper-tls v0.6.0 |
| 1580 | 2026-07-07T23:46:55.166Z | Compiling goblin v0.8.2 |
| 1581 | 2026-07-07T23:46:55.611Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-07-07T23:46:55.721Z | Compiling lazy_static v1.5.0 |
| 1583 | 2026-07-07T23:46:55.817Z | Compiling regex v1.12.3 |
| 1584 | 2026-07-07T23:46:55.845Z | Compiling anstyle-parse v0.2.7 |
| 1585 | 2026-07-07T23:46:55.859Z | Compiling futures-executor v0.3.32 |
| 1586 | 2026-07-07T23:46:55.889Z | Compiling hex v0.4.3 |
| 1587 | 2026-07-07T23:46:56.025Z | Compiling terminal_size v0.4.3 |
| 1588 | 2026-07-07T23:46:56.105Z | Compiling snafu-derive v0.8.9 |
| 1589 | 2026-07-07T23:46:56.155Z | Compiling strum_macros v0.27.2 |
| 1590 | 2026-07-07T23:46:56.165Z | Compiling daft-derive v0.1.7 |
| 1591 | 2026-07-07T23:46:56.246Z | Compiling flate2 v1.1.9 |
| 1592 | 2026-07-07T23:46:56.627Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1593 | 2026-07-07T23:46:56.685Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-07-07T23:46:56.924Z | Compiling vergen v9.1.0 |
| 1595 | 2026-07-07T23:46:57.125Z | Compiling cargo-platform v0.3.2 |
| 1596 | 2026-07-07T23:46:57.249Z | Compiling ff v0.13.1 |
| 1597 | 2026-07-07T23:46:57.294Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-07-07T23:46:57.390Z | Compiling ahash v0.8.12 |
| 1599 | 2026-07-07T23:46:57.404Z | Compiling unicode-segmentation v1.12.0 |
| 1600 | 2026-07-07T23:46:57.502Z | Compiling bitflags v1.3.2 |
| 1601 | 2026-07-07T23:46:57.583Z | Compiling base16ct v0.2.0 |
| 1602 | 2026-07-07T23:46:57.615Z | Compiling same-file v1.0.6 |
| 1603 | 2026-07-07T23:46:57.754Z | Compiling object v0.37.3 |
| 1604 | 2026-07-07T23:46:57.781Z | Compiling libbz2-rs-sys v0.2.2 |
| 1605 | 2026-07-07T23:46:57.784Z | Compiling winnow v0.5.40 |
| 1606 | 2026-07-07T23:46:58.033Z | Compiling foldhash v0.2.0 |
| 1607 | 2026-07-07T23:46:58.059Z | Compiling bumpalo v3.20.2 |
| 1608 | 2026-07-07T23:46:58.150Z | Compiling foldhash v0.1.5 |
| 1609 | 2026-07-07T23:46:58.253Z | Compiling managed v0.8.0 |
| 1610 | 2026-07-07T23:46:58.311Z | Compiling hashbrown v0.15.5 |
| 1611 | 2026-07-07T23:46:58.325Z | Compiling zopfli v0.8.3 |
| 1612 | 2026-07-07T23:46:58.472Z | Compiling bzip2 v0.6.1 |
| 1613 | 2026-07-07T23:46:58.679Z | Compiling hashbrown v0.16.1 |
| 1614 | 2026-07-07T23:46:58.684Z | Compiling strum v0.27.2 |
| 1615 | 2026-07-07T23:46:58.812Z | Compiling clap_builder v4.6.0 |
| 1616 | 2026-07-07T23:46:58.855Z | Compiling snafu v0.8.9 |
| 1617 | 2026-07-07T23:46:59.034Z | Compiling walkdir v2.5.0 |
| 1618 | 2026-07-07T23:46:59.207Z | Compiling toml_edit v0.19.15 |
| 1619 | 2026-07-07T23:46:59.207Z | Compiling sec1 v0.7.3 |
| 1620 | 2026-07-07T23:46:59.293Z | Compiling dof v0.3.0 |
| 1621 | 2026-07-07T23:46:59.339Z | Compiling group v0.13.0 |
| 1622 | 2026-07-07T23:46:59.370Z | Compiling cargo_metadata v0.23.1 |
| 1623 | 2026-07-07T23:46:59.637Z | Compiling daft v0.1.7 |
| 1624 | 2026-07-07T23:46:59.919Z | Compiling futures v0.3.32 |
| 1625 | 2026-07-07T23:46:59.996Z | Compiling anstream v0.6.21 |
| 1626 | 2026-07-07T23:47:00.004Z | Compiling phf v0.13.1 |
| 1627 | 2026-07-07T23:47:00.290Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-07-07T23:47:00.414Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-07-07T23:47:00.572Z | Compiling zstd v0.13.3 |
| 1630 | 2026-07-07T23:47:00.713Z | Compiling reqwest v0.12.28 |
| 1631 | 2026-07-07T23:47:00.837Z | Compiling bzip2 v0.4.4 |
| 1632 | 2026-07-07T23:47:01.046Z | Compiling cipher v0.5.2 |
| 1633 | 2026-07-07T23:47:01.061Z | Compiling serde_with_macros v3.17.0 |
| 1634 | 2026-07-07T23:47:01.388Z | Compiling hubpack v0.1.2 |
| 1635 | 2026-07-07T23:47:01.728Z | Compiling postgres-types v0.2.12 |
| 1636 | 2026-07-07T23:47:01.858Z | Compiling ed25519 v2.2.3 |
| 1637 | 2026-07-07T23:47:02.269Z | Compiling usdt-attr-macro v0.6.0 |
| 1638 | 2026-07-07T23:47:02.293Z | Compiling usdt-macro v0.6.0 |
| 1639 | 2026-07-07T23:47:02.522Z | Compiling globset v0.4.18 |
| 1640 | 2026-07-07T23:47:02.776Z | Compiling dtrace-parser v0.2.0 |
| 1641 | 2026-07-07T23:47:02.920Z | Compiling phf_shared v0.11.3 |
| 1642 | 2026-07-07T23:47:03.076Z | Compiling hkdf v0.12.4 |
| 1643 | 2026-07-07T23:47:03.091Z | Compiling olpc-cjson v0.1.4 |
| 1644 | 2026-07-07T23:47:03.105Z | Compiling pkcs1 v0.7.5 |
| 1645 | 2026-07-07T23:47:03.199Z | Compiling serde_plain v1.0.2 |
| 1646 | 2026-07-07T23:47:03.239Z | Compiling serde-big-array v0.5.1 |
| 1647 | 2026-07-07T23:47:03.254Z | Compiling crypto-bigint v0.5.5 |
| 1648 | 2026-07-07T23:47:03.384Z | Compiling pem v3.0.6 |
| 1649 | 2026-07-07T23:47:03.398Z | Compiling enum-as-inner v0.6.1 |
| 1650 | 2026-07-07T23:47:03.496Z | Compiling serde_repr v0.1.20 |
| 1651 | 2026-07-07T23:47:03.511Z | Compiling clap_derive v4.6.1 |
| 1652 | 2026-07-07T23:47:03.704Z | Compiling strum_macros v0.26.4 |
| 1653 | 2026-07-07T23:47:03.899Z | Compiling async-recursion v1.1.1 |
| 1654 | 2026-07-07T23:47:04.038Z | Compiling float-cmp v0.10.0 |
| 1655 | 2026-07-07T23:47:04.189Z | Compiling thread-id v4.2.2 |
| 1656 | 2026-07-07T23:47:04.280Z | Compiling memmap2 v0.9.10 |
| 1657 | 2026-07-07T23:47:04.450Z | Compiling env_filter v1.0.0 |
| 1658 | 2026-07-07T23:47:04.496Z | Compiling typed-path v0.9.3 |
| 1659 | 2026-07-07T23:47:04.554Z | Compiling cpufeatures v0.3.0 |
| 1660 | 2026-07-07T23:47:04.634Z | Compiling static_assertions v1.1.0 |
| 1661 | 2026-07-07T23:47:04.711Z | Compiling precomputed-hash v0.1.1 |
| 1662 | 2026-07-07T23:47:04.756Z | Compiling either v1.15.0 |
| 1663 | 2026-07-07T23:47:04.803Z | Compiling difflib v0.4.0 |
| 1664 | 2026-07-07T23:47:04.973Z | Compiling jiff v0.2.21 |
| 1665 | 2026-07-07T23:47:05.284Z | Compiling fixedbitset v0.5.7 |
| 1666 | 2026-07-07T23:47:05.370Z | Compiling new_debug_unreachable v1.0.6 |
| 1667 | 2026-07-07T23:47:05.379Z | Compiling winnow v1.0.3 |
| 1668 | 2026-07-07T23:47:05.413Z | Compiling normalize-line-endings v0.3.0 |
| 1669 | 2026-07-07T23:47:05.448Z | Compiling fixedbitset v0.4.2 |
| 1670 | 2026-07-07T23:47:05.507Z | Compiling keccak v0.1.6 |
| 1671 | 2026-07-07T23:47:05.578Z | Compiling data-encoding v2.10.0 |
| 1672 | 2026-07-07T23:47:05.658Z | Compiling predicates-core v1.0.10 |
| 1673 | 2026-07-07T23:47:05.713Z | Compiling const-oid v0.10.2 |
| 1674 | 2026-07-07T23:47:05.729Z | Compiling whoami v2.1.0 |
| 1675 | 2026-07-07T23:47:05.802Z | Compiling predicates v3.1.4 |
| 1676 | 2026-07-07T23:47:05.830Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1677 | 2026-07-07T23:47:05.908Z | Compiling hickory-proto v0.25.2 |
| 1678 | 2026-07-07T23:47:06.098Z | Compiling tokio-postgres v0.7.16 |
| 1679 | 2026-07-07T23:47:06.229Z | Compiling digest v0.11.3 |
| 1680 | 2026-07-07T23:47:06.276Z | Compiling sha3 v0.10.8 |
| 1681 | 2026-07-07T23:47:06.481Z | Compiling petgraph v0.6.5 |
| 1682 | 2026-07-07T23:47:06.485Z | Compiling petgraph v0.8.3 |
| 1683 | 2026-07-07T23:47:06.510Z | Compiling toml_edit v0.22.27 |
| 1684 | 2026-07-07T23:47:06.759Z | Compiling strum v0.26.3 |
| 1685 | 2026-07-07T23:47:06.891Z | Compiling string_cache v0.8.9 |
| 1686 | 2026-07-07T23:47:07.123Z | Compiling clap v4.6.1 |
| 1687 | 2026-07-07T23:47:07.208Z | Compiling itertools v0.13.0 |
| 1688 | 2026-07-07T23:47:07.972Z | Compiling zip v4.6.1 |
| 1689 | 2026-07-07T23:47:08.402Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1690 | 2026-07-07T23:47:08.433Z | Compiling env_logger v0.11.9 |
| 1691 | 2026-07-07T23:47:08.448Z | Compiling chacha20 v0.10.0 |
| 1692 | 2026-07-07T23:47:08.788Z | Compiling usdt v0.6.0 |
| 1693 | 2026-07-07T23:47:08.817Z | Compiling usdt-impl v0.5.0 |
| 1694 | 2026-07-07T23:47:08.930Z | Compiling elliptic-curve v0.13.8 |
| 1695 | 2026-07-07T23:47:09.058Z | Compiling rsa v0.9.10 |
| 1696 | 2026-07-07T23:47:09.169Z | Compiling crossterm v0.28.1 |
| 1697 | 2026-07-07T23:47:09.228Z | Compiling serde_with v3.17.0 |
| 1698 | 2026-07-07T23:47:09.338Z | Compiling ed25519-dalek v2.2.0 |
| 1699 | 2026-07-07T23:47:09.976Z | Compiling zip v0.6.6 |
| 1700 | 2026-07-07T23:47:10.461Z | Compiling toml v0.7.8 |
| 1701 | 2026-07-07T23:47:10.600Z | Compiling iddqd v0.4.2 |
| 1702 | 2026-07-07T23:47:11.085Z | Compiling similar v2.7.0 |
| 1703 | 2026-07-07T23:47:11.196Z | Compiling heck v0.4.1 |
| 1704 | 2026-07-07T23:47:11.232Z | Compiling crossbeam-epoch v0.9.18 |
| 1705 | 2026-07-07T23:47:11.367Z | Compiling tokio-stream v0.1.18 |
| 1706 | 2026-07-07T23:47:11.453Z | Compiling buf-list v1.1.2 |
| 1707 | 2026-07-07T23:47:11.602Z | Compiling x509-cert v0.2.5 |
| 1708 | 2026-07-07T23:47:11.731Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1709 | 2026-07-07T23:47:11.830Z | Compiling openapiv3 v2.2.0 |
| 1710 | 2026-07-07T23:47:11.916Z | Compiling lalrpop-util v0.19.12 |
| 1711 | 2026-07-07T23:47:11.991Z | Compiling peg-runtime v0.8.5 |
| 1712 | 2026-07-07T23:47:12.041Z | Compiling thread_local v1.1.9 |
| 1713 | 2026-07-07T23:47:12.113Z | Compiling slog-async v2.8.0 |
| 1714 | 2026-07-07T23:47:12.278Z | Compiling crossbeam-channel v0.5.15 |
| 1715 | 2026-07-07T23:47:12.299Z | Compiling filetime v0.2.27 |
| 1716 | 2026-07-07T23:47:12.357Z | Compiling is-terminal v0.4.17 |
| 1717 | 2026-07-07T23:47:12.444Z | Compiling xattr v1.6.1 |
| 1718 | 2026-07-07T23:47:12.457Z | Compiling term v1.2.1 |
| 1719 | 2026-07-07T23:47:12.469Z | Compiling take_mut v0.2.2 |
| 1720 | 2026-07-07T23:47:12.576Z | Compiling tar v0.4.45 |
| 1721 | 2026-07-07T23:47:12.606Z | Compiling camino-tempfile v1.4.1 |
| 1722 | 2026-07-07T23:47:12.727Z | Compiling slog-term v2.9.2 |
| 1723 | 2026-07-07T23:47:22.809Z | Compiling rustls-webpki v0.103.13 |
| 1724 | 2026-07-07T23:47:25.526Z | Compiling tokio-rustls v0.26.4 |
| 1725 | 2026-07-07T23:47:25.526Z | Compiling rustls-platform-verifier v0.6.2 |
| 1726 | 2026-07-07T23:47:25.526Z | Compiling tough v0.22.0 |
| 1727 | 2026-07-07T23:47:25.786Z | Compiling hyper-rustls v0.27.7 |
| 1728 | 2026-07-07T23:47:25.949Z | Compiling reqwest v0.13.2 |
| 1729 | 2026-07-07T23:47:28.163Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1730 | 2026-07-07T23:47:28.387Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1731 | 2026-07-07T23:47:31.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1732 | 2026-07-07T23:47:31.370Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1733 | 2026-07-07T23:47:31.419Z | Jul 07 23:47:30.536 INFO Starting download, target: Console |
| 1734 | 2026-07-07T23:47:31.419Z | Jul 07 23:47:30.536 INFO Starting download, target: Cockroach |
| 1735 | 2026-07-07T23:47:31.419Z | Jul 07 23:47:30.536 INFO Starting download, target: Clickhouse |
| 1736 | 2026-07-07T23:47:31.419Z | Jul 07 23:47:30.536 INFO Starting download, target: DendriteStub |
| 1737 | 2026-07-07T23:47:31.419Z | Jul 07 23:47:30.536 INFO Starting download, target: MaghemiteMgd |
| 1738 | 2026-07-07T23:47:31.423Z | Jul 07 23:47:30.536 INFO Starting download, target: MaghemiteDdmd |
| 1739 | 2026-07-07T23:47:31.423Z | Jul 07 23:47:30.536 INFO Starting download, target: TransceiverControl |
| 1740 | 2026-07-07T23:47:31.423Z | Jul 07 23:47:30.536 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1741 | 2026-07-07T23:47:31.423Z | Jul 07 23:47:30.537 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1742 | 2026-07-07T23:47:31.423Z | Jul 07 23:47:30.537 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1743 | 2026-07-07T23:47:31.423Z | Jul 07 23:47:30.537 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1744 | 2026-07-07T23:47:31.423Z | Jul 07 23:47:30.537 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1745 | 2026-07-07T23:47:31.423Z | Jul 07 23:47:30.537 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1746 | 2026-07-07T23:47:31.423Z | Jul 07 23:47:30.537 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1747 | 2026-07-07T23:47:32.051Z | Jul 07 23:47:31.161 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1748 | 2026-07-07T23:47:32.296Z | Jul 07 23:47:31.368 INFO Download complete, target: TransceiverControl |
| 1749 | 2026-07-07T23:47:33.175Z | Jul 07 23:47:32.284 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1750 | 2026-07-07T23:47:33.211Z | Jul 07 23:47:32.326 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1751 | 2026-07-07T23:47:33.417Z | Jul 07 23:47:32.528 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1752 | 2026-07-07T23:47:33.467Z | Jul 07 23:47:32.571 INFO Download complete, target: Console |
| 1753 | 2026-07-07T23:47:33.862Z | Jul 07 23:47:32.953 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1754 | 2026-07-07T23:47:34.366Z | Jul 07 23:47:33.474 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1755 | 2026-07-07T23:47:34.984Z | Jul 07 23:47:34.100 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1756 | 2026-07-07T23:47:34.985Z | Jul 07 23:47:34.100 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1757 | 2026-07-07T23:47:35.699Z | Jul 07 23:47:34.814 INFO Download complete, target: MaghemiteDdmd |
| 1758 | 2026-07-07T23:47:35.815Z | Jul 07 23:47:34.916 INFO Download complete, target: DendriteStub |
| 1759 | 2026-07-07T23:47:36.856Z | Jul 07 23:47:35.973 INFO Download complete, target: MaghemiteMgd |
| 1760 | 2026-07-07T23:47:39.514Z | Jul 07 23:47:38.631 INFO Checking that binary works, target: Cockroach |
| 1761 | 2026-07-07T23:47:39.626Z | Jul 07 23:47:38.742 INFO Download complete, target: Cockroach |
| 1762 | 2026-07-07T23:47:39.783Z | Jul 07 23:47:38.900 INFO Checking that binary works, target: Clickhouse |
| 1763 | 2026-07-07T23:47:39.922Z | Jul 07 23:47:39.039 INFO Download complete, target: Clickhouse |
| 1764 | 2026-07-07T23:47:39.937Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1765 | 2026-07-07T23:47:39.943Z | |
| 1766 | 2026-07-07T23:47:39.943Z | real 2:00.911072583 |
| 1767 | 2026-07-07T23:47:39.943Z | user 6:36.721588856 |
| 1768 | 2026-07-07T23:47:39.943Z | sys 1:21.853785884 |
| 1769 | 2026-07-07T23:47:39.943Z | trap 0.236699258 |
| 1770 | 2026-07-07T23:47:39.943Z | tflt 0.550851130 |
| 1771 | 2026-07-07T23:47:39.943Z | dflt 0.919247452 |
| 1772 | 2026-07-07T23:47:39.943Z | kflt 0.024689644 |
| 1773 | 2026-07-07T23:47:39.943Z | lock 21:42.565090577 |
| 1774 | 2026-07-07T23:47:39.943Z | slp 20:07.983059392 |
| 1775 | 2026-07-07T23:47:39.943Z | lat 42.698465672 |
| 1776 | 2026-07-07T23:47:39.943Z | stop 1:57.236968760 |
| 1777 | 2026-07-07T23:47:39.943Z | + banner clippy |
| 1778 | 2026-07-07T23:47:39.947Z | |
| 1779 | 2026-07-07T23:47:39.947Z | #### # # ##### ##### # # |
| 1780 | 2026-07-07T23:47:39.948Z | # # # # # # # # # # |
| 1781 | 2026-07-07T23:47:39.948Z | # # # # # # # # |
| 1782 | 2026-07-07T23:47:39.948Z | # # # ##### ##### # |
| 1783 | 2026-07-07T23:47:39.948Z | # # # # # # # |
| 1784 | 2026-07-07T23:47:39.948Z | #### ###### # # # # |
| 1785 | 2026-07-07T23:47:39.948Z | |
| 1786 | 2026-07-07T23:47:39.948Z | + export CARGO_INCREMENTAL=0 |
| 1787 | 2026-07-07T23:47:39.948Z | + CARGO_INCREMENTAL=0 |
| 1788 | 2026-07-07T23:47:39.948Z | + ptime -m cargo xtask clippy |
| 1789 | 2026-07-07T23:47:40.414Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1790 | 2026-07-07T23:47:40.691Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1791 | 2026-07-07T23:47:42.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
| 1792 | 2026-07-07T23:47:42.487Z | Running `target/debug/xtask clippy` |
| 1793 | 2026-07-07T23:47:42.510Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1794 | 2026-07-07T23:47:43.064Z | Downloading crates ... |
| 1795 | 2026-07-07T23:47:43.267Z | Downloaded backtrace-ext v0.2.1 |
| 1796 | 2026-07-07T23:47:43.274Z | Downloaded addr2line v0.25.1 |
| 1797 | 2026-07-07T23:47:43.284Z | Downloaded assert_cmd v2.1.2 |
| 1798 | 2026-07-07T23:47:43.287Z | Downloaded nested v0.1.1 |
| 1799 | 2026-07-07T23:47:43.287Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1800 | 2026-07-07T23:47:43.291Z | Downloaded async-object-pool v0.2.0 |
| 1801 | 2026-07-07T23:47:43.297Z | Downloaded parking v2.2.1 |
| 1802 | 2026-07-07T23:47:43.297Z | Downloaded miette v5.10.0 |
| 1803 | 2026-07-07T23:47:43.302Z | Downloaded assert-json-diff v2.0.2 |
| 1804 | 2026-07-07T23:47:43.302Z | Downloaded path-tree v0.8.3 |
| 1805 | 2026-07-07T23:47:43.302Z | Downloaded async-lock v3.4.2 |
| 1806 | 2026-07-07T23:47:43.302Z | Downloaded cast v0.3.0 |
| 1807 | 2026-07-07T23:47:43.310Z | Downloaded escape8259 v0.5.3 |
| 1808 | 2026-07-07T23:47:43.313Z | Downloaded relative-path v1.9.3 |
| 1809 | 2026-07-07T23:47:43.316Z | Downloaded rand_distr v0.5.1 |
| 1810 | 2026-07-07T23:47:43.316Z | Downloaded partial-io v0.5.4 |
| 1811 | 2026-07-07T23:47:43.320Z | Downloaded owo-colors v3.5.0 |
| 1812 | 2026-07-07T23:47:43.323Z | Downloaded miette-derive v5.10.0 |
| 1813 | 2026-07-07T23:47:43.327Z | Downloaded event-listener-strategy v0.5.4 |
| 1814 | 2026-07-07T23:47:43.327Z | Downloaded serde_regex v1.1.0 |
| 1815 | 2026-07-07T23:47:43.327Z | Downloaded constant_time_eq v0.3.1 |
| 1816 | 2026-07-07T23:47:43.331Z | Downloaded approx v0.5.1 |
| 1817 | 2026-07-07T23:47:43.334Z | Downloaded criterion-plot v0.6.0 |
| 1818 | 2026-07-07T23:47:43.338Z | Downloaded concurrent-queue v2.5.0 |
| 1819 | 2026-07-07T23:47:43.338Z | Downloaded linkme-impl v0.3.35 |
| 1820 | 2026-07-07T23:47:43.342Z | Downloaded supports-hyperlinks v2.1.0 |
| 1821 | 2026-07-07T23:47:43.350Z | Downloaded hex-literal v0.4.1 |
| 1822 | 2026-07-07T23:47:43.350Z | Downloaded supports-color v2.1.0 |
| 1823 | 2026-07-07T23:47:43.350Z | Downloaded plotters-svg v0.3.7 |
| 1824 | 2026-07-07T23:47:43.350Z | Downloaded plotters-backend v0.3.7 |
| 1825 | 2026-07-07T23:47:43.354Z | Downloaded libtest-mimic v0.8.1 |
| 1826 | 2026-07-07T23:47:43.359Z | Downloaded similar-asserts v1.7.0 |
| 1827 | 2026-07-07T23:47:43.359Z | Downloaded pathdiff v0.2.3 |
| 1828 | 2026-07-07T23:47:43.365Z | Downloaded terminal_size v0.1.17 |
| 1829 | 2026-07-07T23:47:43.365Z | Downloaded target-triple v1.0.0 |
| 1830 | 2026-07-07T23:47:43.365Z | Downloaded oorandom v11.1.5 |
| 1831 | 2026-07-07T23:47:43.371Z | Downloaded target-lexicon v0.13.3 |
| 1832 | 2026-07-07T23:47:43.371Z | Downloaded anes v0.1.6 |
| 1833 | 2026-07-07T23:47:43.371Z | Downloaded event-listener v5.4.1 |
| 1834 | 2026-07-07T23:47:43.371Z | Downloaded knuffel-derive v3.2.0 |
| 1835 | 2026-07-07T23:47:43.381Z | Downloaded termcolor v1.4.1 |
| 1836 | 2026-07-07T23:47:43.387Z | Downloaded rust-argon2 v2.1.0 |
| 1837 | 2026-07-07T23:47:43.387Z | Downloaded linkme v0.3.35 |
| 1838 | 2026-07-07T23:47:43.387Z | Downloaded futures-timer v3.0.3 |
| 1839 | 2026-07-07T23:47:43.390Z | Downloaded supports-unicode v2.1.0 |
| 1840 | 2026-07-07T23:47:43.393Z | Downloaded target-spec v3.5.7 |
| 1841 | 2026-07-07T23:47:43.393Z | Downloaded datatest-stable v0.3.3 |
| 1842 | 2026-07-07T23:47:43.399Z | Downloaded httptest v0.16.4 |
| 1843 | 2026-07-07T23:47:43.402Z | Downloaded tinytemplate v1.2.1 |
| 1844 | 2026-07-07T23:47:43.402Z | Downloaded cfg-expr v0.20.6 |
| 1845 | 2026-07-07T23:47:43.405Z | Downloaded stringmetrics v2.2.2 |
| 1846 | 2026-07-07T23:47:43.405Z | Downloaded rustc-demangle v0.1.27 |
| 1847 | 2026-07-07T23:47:43.418Z | Downloaded textwrap v0.15.2 |
| 1848 | 2026-07-07T23:47:43.421Z | Downloaded hickory-client v0.25.2 |
| 1849 | 2026-07-07T23:47:43.422Z | Downloaded rstest v0.25.0 |
| 1850 | 2026-07-07T23:47:43.428Z | Downloaded chumsky v0.9.3 |
| 1851 | 2026-07-07T23:47:43.432Z | Downloaded blake2b_simd v1.0.4 |
| 1852 | 2026-07-07T23:47:43.432Z | Downloaded rstest_macros v0.25.0 |
| 1853 | 2026-07-07T23:47:43.437Z | Downloaded trybuild v1.0.116 |
| 1854 | 2026-07-07T23:47:43.437Z | Downloaded knuffel v3.2.0 |
| 1855 | 2026-07-07T23:47:43.443Z | Downloaded backtrace v0.3.76 |
| 1856 | 2026-07-07T23:47:43.447Z | Downloaded fancy-regex v0.14.0 |
| 1857 | 2026-07-07T23:47:43.447Z | Downloaded criterion v0.7.0 |
| 1858 | 2026-07-07T23:47:43.450Z | Downloaded hashbrown v0.14.5 |
| 1859 | 2026-07-07T23:47:43.457Z | Downloaded guppy v0.17.25 |
| 1860 | 2026-07-07T23:47:43.460Z | Downloaded plotters v0.3.7 |
| 1861 | 2026-07-07T23:47:43.474Z | Downloaded gimli v0.32.3 |
| 1862 | 2026-07-07T23:47:43.581Z | Downloaded httpmock v0.8.3 |
| 1863 | 2026-07-07T23:47:45.283Z | Checking cfg-if v1.0.4 |
| 1864 | 2026-07-07T23:47:45.643Z | Checking libc v0.2.185 |
| 1865 | 2026-07-07T23:47:45.647Z | Checking serde_core v1.0.228 |
| 1866 | 2026-07-07T23:47:45.718Z | Checking memchr v2.8.0 |
| 1867 | 2026-07-07T23:47:45.764Z | Checking zeroize v1.8.2 |
| 1868 | 2026-07-07T23:47:45.799Z | Checking smallvec v1.15.1 |
| 1869 | 2026-07-07T23:47:45.836Z | Checking rand_core v0.10.0 |
| 1870 | 2026-07-07T23:47:45.875Z | Checking itoa v1.0.17 |
| 1871 | 2026-07-07T23:47:45.910Z | Checking subtle v2.6.1 |
| 1872 | 2026-07-07T23:47:45.952Z | Checking log v0.4.29 |
| 1873 | 2026-07-07T23:47:46.001Z | Checking libm v0.2.16 |
| 1874 | 2026-07-07T23:47:46.049Z | Checking typenum v1.20.1 |
| 1875 | 2026-07-07T23:47:46.092Z | Checking getrandom v0.4.1 |
| 1876 | 2026-07-07T23:47:46.092Z | Checking errno v0.3.14 |
| 1877 | 2026-07-07T23:47:46.166Z | Checking scopeguard v1.2.0 |
| 1878 | 2026-07-07T23:47:46.206Z | Checking stable_deref_trait v1.2.1 |
| 1879 | 2026-07-07T23:47:46.245Z | Checking zmij v1.0.21 |
| 1880 | 2026-07-07T23:47:46.284Z | Checking zerofrom v0.1.6 |
| 1881 | 2026-07-07T23:47:46.323Z | Checking lock_api v0.4.14 |
| 1882 | 2026-07-07T23:47:46.365Z | Checking percent-encoding v2.3.2 |
| 1883 | 2026-07-07T23:47:46.404Z | Checking writeable v0.6.2 |
| 1884 | 2026-07-07T23:47:46.440Z | Checking yoke v0.8.1 |
| 1885 | 2026-07-07T23:47:46.485Z | Checking litemap v0.8.1 |
| 1886 | 2026-07-07T23:47:46.533Z | Checking icu_normalizer_data v2.1.1 |
| 1887 | 2026-07-07T23:47:46.571Z | Checking icu_properties_data v2.1.2 |
| 1888 | 2026-07-07T23:47:46.611Z | Checking pin-project-lite v0.2.17 |
| 1889 | 2026-07-07T23:47:46.650Z | Checking zerovec v0.11.5 |
| 1890 | 2026-07-07T23:47:46.650Z | Checking zerotrie v0.2.3 |
| 1891 | 2026-07-07T23:47:46.721Z | Checking num-traits v0.2.19 |
| 1892 | 2026-07-07T23:47:46.721Z | Checking form_urlencoded v1.2.2 |
| 1893 | 2026-07-07T23:47:46.796Z | Checking utf8_iter v1.0.4 |
| 1894 | 2026-07-07T23:47:46.840Z | Checking parking_lot_core v0.9.12 |
| 1895 | 2026-07-07T23:47:46.875Z | Checking zerocopy v0.8.40 |
| 1896 | 2026-07-07T23:47:46.918Z | Checking portable-atomic v1.13.1 |
| 1897 | 2026-07-07T23:47:46.962Z | Checking critical-section v1.2.0 |
| 1898 | 2026-07-07T23:47:47.003Z | Checking signal-hook-registry v1.4.8 |
| 1899 | 2026-07-07T23:47:47.056Z | Checking parking_lot v0.12.5 |
| 1900 | 2026-07-07T23:47:47.098Z | Checking mio v1.2.0 |
| 1901 | 2026-07-07T23:47:47.133Z | Checking tinystr v0.8.2 |
| 1902 | 2026-07-07T23:47:47.168Z | Checking serde v1.0.228 |
| 1903 | 2026-07-07T23:47:47.204Z | Checking serde_json v1.0.150 |
| 1904 | 2026-07-07T23:47:47.263Z | Checking bitflags v2.11.0 |
| 1905 | 2026-07-07T23:47:47.301Z | Checking potential_utf v0.1.4 |
| 1906 | 2026-07-07T23:47:47.337Z | Checking icu_locale_core v2.1.1 |
| 1907 | 2026-07-07T23:47:47.389Z | Checking once_cell v1.21.3 |
| 1908 | 2026-07-07T23:47:47.426Z | Checking socket2 v0.6.3 |
| 1909 | 2026-07-07T23:47:47.465Z | Checking icu_collections v2.1.1 |
| 1910 | 2026-07-07T23:47:47.503Z | Checking iana-time-zone v0.1.65 |
| 1911 | 2026-07-07T23:47:47.587Z | Checking uuid v1.23.4 |
| 1912 | 2026-07-07T23:47:47.630Z | Checking bytes v1.11.1 |
| 1913 | 2026-07-07T23:47:47.666Z | Checking chrono v0.4.44 |
| 1914 | 2026-07-07T23:47:47.704Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1915 | 2026-07-07T23:47:47.790Z | Checking thiserror v2.0.18 |
| 1916 | 2026-07-07T23:47:47.885Z | Checking semver v1.0.28 |
| 1917 | 2026-07-07T23:47:47.925Z | Checking futures-core v0.3.32 |
| 1918 | 2026-07-07T23:47:47.928Z | Checking icu_provider v2.1.1 |
| 1919 | 2026-07-07T23:47:47.998Z | Checking dyn-clone v1.0.20 |
| 1920 | 2026-07-07T23:47:48.083Z | Checking getrandom v0.2.17 |
| 1921 | 2026-07-07T23:47:48.122Z | Checking equivalent v1.0.2 |
| 1922 | 2026-07-07T23:47:48.126Z | Checking tokio v1.52.1 |
| 1923 | 2026-07-07T23:47:48.156Z | Checking cmov v0.5.4 |
| 1924 | 2026-07-07T23:47:48.160Z | Checking rustix v1.1.3 |
| 1925 | 2026-07-07T23:47:48.258Z | Checking icu_normalizer v2.1.1 |
| 1926 | 2026-07-07T23:47:48.262Z | Checking icu_properties v2.1.2 |
| 1927 | 2026-07-07T23:47:48.262Z | Checking rand_core v0.6.4 |
| 1928 | 2026-07-07T23:47:48.367Z | Checking ctutils v0.4.2 |
| 1929 | 2026-07-07T23:47:48.493Z | Checking futures-sink v0.3.32 |
| 1930 | 2026-07-07T23:47:48.531Z | Checking byteorder v1.5.0 |
| 1931 | 2026-07-07T23:47:48.595Z | Checking hybrid-array v0.4.13 |
| 1932 | 2026-07-07T23:47:48.599Z | Checking futures-task v0.3.32 |
| 1933 | 2026-07-07T23:47:48.667Z | Checking futures-channel v0.3.32 |
| 1934 | 2026-07-07T23:47:48.755Z | Checking slab v0.4.12 |
| 1935 | 2026-07-07T23:47:48.800Z | Checking futures-io v0.3.32 |
| 1936 | 2026-07-07T23:47:48.889Z | Checking generic-array v0.14.7 |
| 1937 | 2026-07-07T23:47:48.942Z | Checking thiserror v1.0.69 |
| 1938 | 2026-07-07T23:47:48.946Z | Checking futures-util v0.3.32 |
| 1939 | 2026-07-07T23:47:49.035Z | Checking getrandom v0.3.4 |
| 1940 | 2026-07-07T23:47:49.073Z | Checking hashbrown v0.17.0 |
| 1941 | 2026-07-07T23:47:49.158Z | Checking idna_adapter v1.2.1 |
| 1942 | 2026-07-07T23:47:49.208Z | Checking const-oid v0.9.6 |
| 1943 | 2026-07-07T23:47:49.330Z | Checking idna v1.1.0 |
| 1944 | 2026-07-07T23:47:49.364Z | Checking base64ct v1.8.3 |
| 1945 | 2026-07-07T23:47:49.403Z | Checking crypto-common v0.2.2 |
| 1946 | 2026-07-07T23:47:49.569Z | Checking indexmap v2.14.0 |
| 1947 | 2026-07-07T23:47:49.607Z | Checking url v2.5.8 |
| 1948 | 2026-07-07T23:47:49.644Z | Checking crypto-common v0.1.7 |
| 1949 | 2026-07-07T23:47:49.649Z | Checking ppv-lite86 v0.2.21 |
| 1950 | 2026-07-07T23:47:49.795Z | Checking fnv v1.0.7 |
| 1951 | 2026-07-07T23:47:49.920Z | Checking regex-syntax v0.8.10 |
| 1952 | 2026-07-07T23:47:49.958Z | Checking block-buffer v0.12.1 |
| 1953 | 2026-07-07T23:47:50.009Z | Checking block-buffer v0.10.4 |
| 1954 | 2026-07-07T23:47:50.047Z | Checking http v1.4.2 |
| 1955 | 2026-07-07T23:47:50.087Z | Checking schemars v0.8.22 |
| 1956 | 2026-07-07T23:47:50.157Z | Checking tracing-core v0.1.36 |
| 1957 | 2026-07-07T23:47:50.191Z | Checking digest v0.10.7 |
| 1958 | 2026-07-07T23:47:50.199Z | Checking utf8parse v0.2.2 |
| 1959 | 2026-07-07T23:47:50.358Z | Checking base64 v0.22.1 |
| 1960 | 2026-07-07T23:47:50.417Z | Checking anstyle v1.0.14 |
| 1961 | 2026-07-07T23:47:50.502Z | Checking tracing v0.1.44 |
| 1962 | 2026-07-07T23:47:50.628Z | Checking colorchoice v1.0.4 |
| 1963 | 2026-07-07T23:47:50.632Z | Checking anstyle-query v1.1.5 |
| 1964 | 2026-07-07T23:47:50.700Z | Checking is_terminal_polyfill v1.70.2 |
| 1965 | 2026-07-07T23:47:50.737Z | Checking ipnet v2.11.0 |
| 1966 | 2026-07-07T23:47:50.774Z | Checking const-oid v0.10.2 |
| 1967 | 2026-07-07T23:47:50.778Z | Checking anstyle-parse v1.0.0 |
| 1968 | 2026-07-07T23:47:50.847Z | Checking terminal_size v0.4.3 |
| 1969 | 2026-07-07T23:47:50.851Z | Checking aho-corasick v1.1.4 |
| 1970 | 2026-07-07T23:47:50.926Z | Checking crossbeam-utils v0.8.21 |
| 1971 | 2026-07-07T23:47:50.964Z | Checking unicode-ident v1.0.24 |
| 1972 | 2026-07-07T23:47:51.002Z | Checking strsim v0.11.1 |
| 1973 | 2026-07-07T23:47:51.005Z | Checking anstream v1.0.0 |
| 1974 | 2026-07-07T23:47:51.070Z | Checking powerfmt v0.2.0 |
| 1975 | 2026-07-07T23:47:51.106Z | Checking proc-macro2 v1.0.106 |
| 1976 | 2026-07-07T23:47:51.191Z | Checking clap_lex v1.0.0 |
| 1977 | 2026-07-07T23:47:51.249Z | Checking deranged v0.5.8 |
| 1978 | 2026-07-07T23:47:51.288Z | Checking httparse v1.10.1 |
| 1979 | 2026-07-07T23:47:51.292Z | Checking time-core v0.1.8 |
| 1980 | 2026-07-07T23:47:51.359Z | Checking num_threads v0.1.7 |
| 1981 | 2026-07-07T23:47:51.395Z | Checking clap_builder v4.6.0 |
| 1982 | 2026-07-07T23:47:51.434Z | Checking quote v1.0.45 |
| 1983 | 2026-07-07T23:47:51.438Z | Checking tokio-util v0.7.18 |
| 1984 | 2026-07-07T23:47:51.473Z | Checking cpufeatures v0.3.0 |
| 1985 | 2026-07-07T23:47:51.542Z | Checking num-conv v0.2.0 |
| 1986 | 2026-07-07T23:47:51.573Z | Checking rand_core v0.9.5 |
| 1987 | 2026-07-07T23:47:51.611Z | Checking regex-automata v0.4.14 |
| 1988 | 2026-07-07T23:47:51.615Z | Checking digest v0.11.3 |
| 1989 | 2026-07-07T23:47:51.678Z | Checking syn v2.0.117 |
| 1990 | 2026-07-07T23:47:51.713Z | Checking erased-serde v0.3.31 |
| 1991 | 2026-07-07T23:47:51.772Z | Checking http-body v1.0.1 |
| 1992 | 2026-07-07T23:47:51.846Z | Checking atomic-waker v1.1.2 |
| 1993 | 2026-07-07T23:47:51.932Z | Checking cpufeatures v0.2.17 |
| 1994 | 2026-07-07T23:47:51.974Z | Checking allocator-api2 v0.2.21 |
| 1995 | 2026-07-07T23:47:52.028Z | Checking rand_chacha v0.9.0 |
| 1996 | 2026-07-07T23:47:52.091Z | Checking aws-lc-sys v0.40.0 |
| 1997 | 2026-07-07T23:47:52.128Z | Checking slog v2.8.2 |
| 1998 | 2026-07-07T23:47:52.179Z | Checking time v0.3.47 |
| 1999 | 2026-07-07T23:47:52.253Z | Checking anyhow v1.0.102 |
| 2000 | 2026-07-07T23:47:52.289Z | Checking rustls-pki-types v1.14.0 |
| 2001 | 2026-07-07T23:47:52.418Z | Checking try-lock v0.2.5 |
| 2002 | 2026-07-07T23:47:52.476Z | Checking untrusted v0.7.1 |
| 2003 | 2026-07-07T23:47:52.550Z | Checking httpdate v1.0.3 |
| 2004 | 2026-07-07T23:47:52.602Z | Checking want v0.3.1 |
| 2005 | 2026-07-07T23:47:52.642Z | Checking rand v0.9.2 |
| 2006 | 2026-07-07T23:47:52.646Z | Checking aws-lc-rs v1.16.3 |
| 2007 | 2026-07-07T23:47:52.710Z | Checking clap v4.6.1 |
| 2008 | 2026-07-07T23:47:52.714Z | Checking h2 v0.4.15 |
| 2009 | 2026-07-07T23:47:52.783Z | Checking tower-layer v0.3.3 |
| 2010 | 2026-07-07T23:47:52.821Z | Checking ryu v1.0.23 |
| 2011 | 2026-07-07T23:47:52.961Z | Checking tower-service v0.3.3 |
| 2012 | 2026-07-07T23:47:53.000Z | Checking ipnetwork v0.21.1 |
| 2013 | 2026-07-07T23:47:53.081Z | Checking hex v0.4.3 |
| 2014 | 2026-07-07T23:47:53.132Z | Checking mime v0.3.17 |
| 2015 | 2026-07-07T23:47:53.244Z | Checking fastrand v2.3.0 |
| 2016 | 2026-07-07T23:47:53.324Z | Checking untrusted v0.9.0 |
| 2017 | 2026-07-07T23:47:53.362Z | Checking pem-rfc7468 v0.7.0 |
| 2018 | 2026-07-07T23:47:53.365Z | Checking block-padding v0.4.2 |
| 2019 | 2026-07-07T23:47:53.451Z | Checking spin v0.9.8 |
| 2020 | 2026-07-07T23:47:53.489Z | Checking flagset v0.4.7 |
| 2021 | 2026-07-07T23:47:53.492Z | Checking http-body-util v0.1.3 |
| 2022 | 2026-07-07T23:47:53.559Z | Checking rustls-webpki v0.103.13 |
| 2023 | 2026-07-07T23:47:53.562Z | Checking inout v0.2.2 |
| 2024 | 2026-07-07T23:47:53.562Z | Checking pretty-hex v0.4.1 |
| 2025 | 2026-07-07T23:47:53.660Z | Checking simd-adler32 v0.3.8 |
| 2026 | 2026-07-07T23:47:53.695Z | Checking der v0.7.10 |
| 2027 | 2026-07-07T23:47:53.734Z | Checking tempfile v3.25.0 |
| 2028 | 2026-07-07T23:47:53.770Z | Checking openssl-probe v0.2.1 |
| 2029 | 2026-07-07T23:47:53.773Z | Checking adler2 v2.0.1 |
| 2030 | 2026-07-07T23:47:53.855Z | Checking plain v0.2.3 |
| 2031 | 2026-07-07T23:47:53.906Z | Checking miniz_oxide v0.8.9 |
| 2032 | 2026-07-07T23:47:53.943Z | Checking cipher v0.5.2 |
| 2033 | 2026-07-07T23:47:53.981Z | Checking regex v1.12.3 |
| 2034 | 2026-07-07T23:47:53.985Z | Checking serde_urlencoded v0.7.1 |
| 2035 | 2026-07-07T23:47:53.985Z | Checking camino v1.2.2 |
| 2036 | 2026-07-07T23:47:54.085Z | Checking rustls v0.23.41 |
| 2037 | 2026-07-07T23:47:54.201Z | Checking encoding_rs v0.8.35 |
| 2038 | 2026-07-07T23:47:54.244Z | Checking ucd-trie v0.1.7 |
| 2039 | 2026-07-07T23:47:54.282Z | Checking rand_chacha v0.3.1 |
| 2040 | 2026-07-07T23:47:54.285Z | Checking oxnet v0.1.6 |
| 2041 | 2026-07-07T23:47:54.353Z | Checking sync_wrapper v1.0.2 |
| 2042 | 2026-07-07T23:47:54.408Z | Checking pest v2.8.6 |
| 2043 | 2026-07-07T23:47:54.443Z | Checking spki v0.7.3 |
| 2044 | 2026-07-07T23:47:54.484Z | Checking either v1.15.0 |
| 2045 | 2026-07-07T23:47:54.521Z | Checking rand v0.8.6 |
| 2046 | 2026-07-07T23:47:54.598Z | Checking tower v0.5.3 |
| 2047 | 2026-07-07T23:47:54.641Z | Checking futures-executor v0.3.32 |
| 2048 | 2026-07-07T23:47:54.699Z | Checking crc32fast v1.5.0 |
| 2049 | 2026-07-07T23:47:54.818Z | Checking iri-string v0.7.10 |
| 2050 | 2026-07-07T23:47:54.877Z | Checking futures v0.3.32 |
| 2051 | 2026-07-07T23:47:55.005Z | Checking static_assertions v1.1.0 |
| 2052 | 2026-07-07T23:47:55.046Z | Checking foldhash v0.2.0 |
| 2053 | 2026-07-07T23:47:55.105Z | Checking pkcs8 v0.10.2 |
| 2054 | 2026-07-07T23:47:55.146Z | Checking openapiv3 v2.2.0 |
| 2055 | 2026-07-07T23:47:55.190Z | Checking hubpack v0.1.2 |
| 2056 | 2026-07-07T23:47:55.236Z | Checking hashbrown v0.16.1 |
| 2057 | 2026-07-07T23:47:55.295Z | Checking zlib-rs v0.6.2 |
| 2058 | 2026-07-07T23:47:55.389Z | Checking rustls-native-certs v0.8.3 |
| 2059 | 2026-07-07T23:47:55.523Z | Checking sha2 v0.10.9 |
| 2060 | 2026-07-07T23:47:55.561Z | Checking strum v0.26.3 |
| 2061 | 2026-07-07T23:47:55.596Z | Checking hyper v1.10.1 |
| 2062 | 2026-07-07T23:47:55.694Z | Checking psl-types v2.0.11 |
| 2063 | 2026-07-07T23:47:55.763Z | Checking lazy_static v1.5.0 |
| 2064 | 2026-07-07T23:47:55.822Z | Checking cookie v0.18.1 |
| 2065 | 2026-07-07T23:47:55.859Z | Checking publicsuffix v2.3.0 |
| 2066 | 2026-07-07T23:47:55.893Z | Checking tinyvec_macros v0.1.1 |
| 2067 | 2026-07-07T23:47:55.930Z | Checking tower-http v0.6.8 |
| 2068 | 2026-07-07T23:47:55.987Z | Checking tinyvec v1.10.0 |
| 2069 | 2026-07-07T23:47:56.044Z | Checking scroll v0.13.0 |
| 2070 | 2026-07-07T23:47:56.081Z | Checking cookie_store v0.22.1 |
| 2071 | 2026-07-07T23:47:56.198Z | Checking flate2 v1.1.9 |
| 2072 | 2026-07-07T23:47:56.237Z | Checking signature v2.2.0 |
| 2073 | 2026-07-07T23:47:56.300Z | Checking goblin v0.10.5 |
| 2074 | 2026-07-07T23:47:56.337Z | Checking num-integer v0.1.46 |
| 2075 | 2026-07-07T23:47:56.390Z | Checking tokio-rustls v0.26.4 |
| 2076 | 2026-07-07T23:47:56.394Z | Checking rustls-platform-verifier v0.6.2 |
| 2077 | 2026-07-07T23:47:56.462Z | Checking memmap2 v0.9.10 |
| 2078 | 2026-07-07T23:47:56.466Z | Checking data-encoding v2.10.0 |
| 2079 | 2026-07-07T23:47:56.532Z | Checking bit-vec v0.8.0 |
| 2080 | 2026-07-07T23:47:56.569Z | Checking hyper-util v0.1.20 |
| 2081 | 2026-07-07T23:47:56.608Z | Checking dtrace-parser v0.3.0 |
| 2082 | 2026-07-07T23:47:56.611Z | Checking hmac v0.12.1 |
| 2083 | 2026-07-07T23:47:56.676Z | Checking wait-timeout v0.2.1 |
| 2084 | 2026-07-07T23:47:56.680Z | Checking thread-id v5.1.0 |
| 2085 | 2026-07-07T23:47:56.749Z | Checking bit-set v0.8.0 |
| 2086 | 2026-07-07T23:47:56.787Z | Checking bstr v1.12.1 |
| 2087 | 2026-07-07T23:47:56.790Z | Checking crossbeam-epoch v0.9.18 |
| 2088 | 2026-07-07T23:47:56.855Z | Checking anstyle-parse v0.2.7 |
| 2089 | 2026-07-07T23:47:56.858Z | Checking ahash v0.8.12 |
| 2090 | 2026-07-07T23:47:56.894Z | Checking toml_datetime v0.6.11 |
| 2091 | 2026-07-07T23:47:56.929Z | Checking serde_spanned v0.6.9 |
| 2092 | 2026-07-07T23:47:57.030Z | Checking quick-error v1.2.3 |
| 2093 | 2026-07-07T23:47:57.069Z | Checking anstream v0.6.21 |
| 2094 | 2026-07-07T23:47:57.111Z | Checking rand_xorshift v0.4.0 |
| 2095 | 2026-07-07T23:47:57.114Z | Checking memoffset v0.9.1 |
| 2096 | 2026-07-07T23:47:57.181Z | Checking scroll v0.12.0 |
| 2097 | 2026-07-07T23:47:57.184Z | Checking rusty-fork v0.3.1 |
| 2098 | 2026-07-07T23:47:57.251Z | Checking unarray v0.1.4 |
| 2099 | 2026-07-07T23:47:57.254Z | Checking x509-cert v0.2.5 |
| 2100 | 2026-07-07T23:47:57.254Z | Checking zerocopy v0.7.35 |
| 2101 | 2026-07-07T23:47:57.354Z | Checking unicode-segmentation v1.12.0 |
| 2102 | 2026-07-07T23:47:57.390Z | Checking num-iter v0.1.45 |
| 2103 | 2026-07-07T23:47:57.426Z | Checking proptest v1.10.0 |
| 2104 | 2026-07-07T23:47:57.429Z | Checking goblin v0.8.2 |
| 2105 | 2026-07-07T23:47:57.527Z | Checking dtrace-parser v0.2.0 |
| 2106 | 2026-07-07T23:47:57.683Z | Checking ff v0.13.1 |
| 2107 | 2026-07-07T23:47:57.786Z | Checking thread-id v4.2.2 |
| 2108 | 2026-07-07T23:47:57.824Z | Checking base16ct v0.2.0 |
| 2109 | 2026-07-07T23:47:57.828Z | Checking hyper-rustls v0.27.7 |
| 2110 | 2026-07-07T23:47:57.896Z | Checking foreign-types-shared v0.1.1 |
| 2111 | 2026-07-07T23:47:57.900Z | Checking group v0.13.0 |
| 2112 | 2026-07-07T23:47:57.977Z | Checking sec1 v0.7.3 |
| 2113 | 2026-07-07T23:47:58.015Z | Checking foreign-types v0.3.2 |
| 2114 | 2026-07-07T23:47:58.020Z | Checking nix v0.31.2 |
| 2115 | 2026-07-07T23:47:58.086Z | Checking reqwest v0.13.2 |
| 2116 | 2026-07-07T23:47:58.123Z | Checking hkdf v0.12.4 |
| 2117 | 2026-07-07T23:47:58.127Z | Checking crypto-bigint v0.5.5 |
| 2118 | 2026-07-07T23:47:58.204Z | Checking rustix v0.38.44 |
| 2119 | 2026-07-07T23:47:58.284Z | Checking openssl-sys v0.9.115 |
| 2120 | 2026-07-07T23:47:58.620Z | Checking dof v0.4.0 |
| 2121 | 2026-07-07T23:47:58.683Z | Checking env_filter v1.0.0 |
| 2122 | 2026-07-07T23:47:58.862Z | Checking winnow v0.7.14 |
| 2123 | 2026-07-07T23:47:58.967Z | Checking same-file v1.0.6 |
| 2124 | 2026-07-07T23:47:59.021Z | Checking keccak v0.1.6 |
| 2125 | 2026-07-07T23:47:59.078Z | Checking elliptic-curve v0.13.8 |
| 2126 | 2026-07-07T23:47:59.118Z | Checking walkdir v2.5.0 |
| 2127 | 2026-07-07T23:47:59.220Z | Checking sha3 v0.10.8 |
| 2128 | 2026-07-07T23:47:59.256Z | Checking env_logger v0.11.9 |
| 2129 | 2026-07-07T23:47:59.294Z | Checking usdt-impl v0.6.0 |
| 2130 | 2026-07-07T23:47:59.298Z | Checking newtype-uuid v1.3.2 |
| 2131 | 2026-07-07T23:47:59.364Z | Checking openssl v0.10.79 |
| 2132 | 2026-07-07T23:47:59.368Z | Checking dof v0.3.0 |
| 2133 | 2026-07-07T23:47:59.436Z | Checking num-bigint-dig v0.8.6 |
| 2134 | 2026-07-07T23:47:59.473Z | Checking pkcs1 v0.7.5 |
| 2135 | 2026-07-07T23:47:59.476Z | Checking itertools v0.13.0 |
| 2136 | 2026-07-07T23:47:59.549Z | Checking daft v0.1.7 |
| 2137 | 2026-07-07T23:47:59.599Z | Checking usdt v0.6.0 |
| 2138 | 2026-07-07T23:47:59.701Z | Checking usdt-impl v0.5.0 |
| 2139 | 2026-07-07T23:47:59.739Z | Checking serde_with v3.17.0 |
| 2140 | 2026-07-07T23:47:59.795Z | Checking siphasher v1.0.2 |
| 2141 | 2026-07-07T23:47:59.833Z | Checking bitflags v1.3.2 |
| 2142 | 2026-07-07T23:47:59.936Z | Checking winnow v1.0.3 |
| 2143 | 2026-07-07T23:47:59.992Z | Checking unicode-normalization v0.1.25 |
| 2144 | 2026-07-07T23:48:00.030Z | Checking signal-hook v0.3.18 |
| 2145 | 2026-07-07T23:48:00.067Z | Checking winnow v0.5.40 |
| 2146 | 2026-07-07T23:48:00.253Z | Checking toml_write v0.1.2 |
| 2147 | 2026-07-07T23:48:00.292Z | Checking rsa v0.9.10 |
| 2148 | 2026-07-07T23:48:00.295Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2149 | 2026-07-07T23:48:00.428Z | Checking managed v0.8.0 |
| 2150 | 2026-07-07T23:48:00.470Z | Checking toml_edit v0.22.27 |
| 2151 | 2026-07-07T23:48:00.599Z | Checking chacha20 v0.10.0 |
| 2152 | 2026-07-07T23:48:00.648Z | Checking curve25519-dalek v4.1.3 |
| 2153 | 2026-07-07T23:48:00.685Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2154 | 2026-07-07T23:48:00.780Z | Checking object v0.37.3 |
| 2155 | 2026-07-07T23:48:00.817Z | Checking foldhash v0.1.5 |
| 2156 | 2026-07-07T23:48:00.875Z | Checking bzip2 v0.4.4 |
| 2157 | 2026-07-07T23:48:00.979Z | Checking hashbrown v0.15.5 |
| 2158 | 2026-07-07T23:48:01.065Z | Checking signal-hook-mio v0.2.5 |
| 2159 | 2026-07-07T23:48:01.197Z | Checking globset v0.4.18 |
| 2160 | 2026-07-07T23:48:01.202Z | Checking ed25519 v2.2.3 |
| 2161 | 2026-07-07T23:48:01.268Z | Checking toml_edit v0.19.15 |
| 2162 | 2026-07-07T23:48:01.387Z | Checking native-tls v0.2.18 |
| 2163 | 2026-07-07T23:48:01.442Z | Checking ref-cast v1.0.25 |
| 2164 | 2026-07-07T23:48:01.446Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2165 | 2026-07-07T23:48:01.514Z | Checking ed25519-dalek v2.2.0 |
| 2166 | 2026-07-07T23:48:01.517Z | Checking zip v0.6.6 |
| 2167 | 2026-07-07T23:48:01.584Z | Checking pin-project v1.1.11 |
| 2168 | 2026-07-07T23:48:01.622Z | Checking zstd-safe v7.2.4 |
| 2169 | 2026-07-07T23:48:01.625Z | Checking tokio-native-tls v0.3.1 |
| 2170 | 2026-07-07T23:48:01.625Z | Checking libbz2-rs-sys v0.2.2 |
| 2171 | 2026-07-07T23:48:01.730Z | Checking bumpalo v3.20.2 |
| 2172 | 2026-07-07T23:48:01.772Z | Checking crossterm v0.28.1 |
| 2173 | 2026-07-07T23:48:01.815Z | Checking zstd v0.13.3 |
| 2174 | 2026-07-07T23:48:01.851Z | Checking hyper-tls v0.6.0 |
| 2175 | 2026-07-07T23:48:01.891Z | Checking similar v2.7.0 |
| 2176 | 2026-07-07T23:48:01.958Z | Checking zopfli v0.8.3 |
| 2177 | 2026-07-07T23:48:02.029Z | Checking fs-err v3.3.0 |
| 2178 | 2026-07-07T23:48:02.068Z | Checking reqwest v0.12.28 |
| 2179 | 2026-07-07T23:48:02.109Z | Checking bzip2 v0.6.1 |
| 2180 | 2026-07-07T23:48:02.299Z | Checking pem v3.0.6 |
| 2181 | 2026-07-07T23:48:02.302Z | Checking hash32 v0.2.1 |
| 2182 | 2026-07-07T23:48:02.372Z | Checking serde-big-array v0.5.1 |
| 2183 | 2026-07-07T23:48:02.375Z | Checking toml v0.7.8 |
| 2184 | 2026-07-07T23:48:02.375Z | Checking unicode-properties v0.1.4 |
| 2185 | 2026-07-07T23:48:02.486Z | Checking predicates-core v1.0.10 |
| 2186 | 2026-07-07T23:48:02.524Z | Checking jiff v0.2.21 |
| 2187 | 2026-07-07T23:48:02.527Z | Checking unicode-bidi v0.3.18 |
| 2188 | 2026-07-07T23:48:02.593Z | Checking heapless v0.7.17 |
| 2189 | 2026-07-07T23:48:02.637Z | Checking snafu v0.8.9 |
| 2190 | 2026-07-07T23:48:02.674Z | Checking olpc-cjson v0.1.4 |
| 2191 | 2026-07-07T23:48:02.739Z | Checking hickory-proto v0.25.2 |
| 2192 | 2026-07-07T23:48:02.834Z | Checking md-5 v0.10.6 |
| 2193 | 2026-07-07T23:48:02.837Z | Checking serde_plain v1.0.2 |
| 2194 | 2026-07-07T23:48:02.906Z | Checking stringprep v0.1.5 |
| 2195 | 2026-07-07T23:48:02.908Z | Checking float-cmp v0.10.0 |
| 2196 | 2026-07-07T23:48:03.001Z | Checking normalize-line-endings v0.3.0 |
| 2197 | 2026-07-07T23:48:03.039Z | Checking typed-path v0.9.3 |
| 2198 | 2026-07-07T23:48:03.042Z | Checking fallible-iterator v0.2.0 |
| 2199 | 2026-07-07T23:48:03.108Z | Checking difflib v0.4.0 |
| 2200 | 2026-07-07T23:48:03.111Z | Checking smoltcp v0.9.1 |
| 2201 | 2026-07-07T23:48:03.111Z | Checking iddqd v0.4.2 |
| 2202 | 2026-07-07T23:48:03.211Z | Checking phf_shared v0.11.3 |
| 2203 | 2026-07-07T23:48:03.309Z | Checking predicates v3.1.4 |
| 2204 | 2026-07-07T23:48:03.367Z | Checking postgres-protocol v0.6.10 |
| 2205 | 2026-07-07T23:48:03.405Z | Checking phf_shared v0.13.1 |
| 2206 | 2026-07-07T23:48:03.626Z | Checking tokio-stream v0.1.18 |
| 2207 | 2026-07-07T23:48:03.666Z | Checking buf-list v1.1.2 |
| 2208 | 2026-07-07T23:48:03.709Z | Checking strum v0.27.2 |
| 2209 | 2026-07-07T23:48:03.754Z | Checking new_debug_unreachable v1.0.6 |
| 2210 | 2026-07-07T23:48:03.818Z | Checking tough v0.22.0 |
| 2211 | 2026-07-07T23:48:03.856Z | Checking precomputed-hash v0.1.1 |
| 2212 | 2026-07-07T23:48:03.859Z | Checking fixedbitset v0.5.7 |
| 2213 | 2026-07-07T23:48:03.926Z | Checking fixedbitset v0.4.2 |
| 2214 | 2026-07-07T23:48:03.969Z | Checking lalrpop-util v0.19.12 |
| 2215 | 2026-07-07T23:48:04.040Z | Checking string_cache v0.8.9 |
| 2216 | 2026-07-07T23:48:04.089Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2217 | 2026-07-07T23:48:04.127Z | Checking petgraph v0.8.3 |
| 2218 | 2026-07-07T23:48:04.131Z | Checking petgraph v0.6.5 |
| 2219 | 2026-07-07T23:48:04.196Z | Checking postgres-types v0.2.12 |
| 2220 | 2026-07-07T23:48:04.232Z | Checking phf v0.13.1 |
| 2221 | 2026-07-07T23:48:04.410Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2222 | 2026-07-07T23:48:04.531Z | Checking peg-runtime v0.8.5 |
| 2223 | 2026-07-07T23:48:04.701Z | Checking whoami v2.1.0 |
| 2224 | 2026-07-07T23:48:04.799Z | Checking zip v4.6.1 |
| 2225 | 2026-07-07T23:48:04.848Z | Checking is-terminal v0.4.17 |
| 2226 | 2026-07-07T23:48:04.927Z | Checking tokio-postgres v0.7.16 |
| 2227 | 2026-07-07T23:48:04.983Z | Checking crossbeam-channel v0.5.15 |
| 2228 | 2026-07-07T23:48:05.352Z | Checking thread_local v1.1.9 |
| 2229 | 2026-07-07T23:48:05.429Z | Compiling structmeta-derive v0.3.0 |
| 2230 | 2026-07-07T23:48:05.468Z | Checking term v1.2.1 |
| 2231 | 2026-07-07T23:48:05.550Z | Checking take_mut v0.2.2 |
| 2232 | 2026-07-07T23:48:05.553Z | Compiling newtype-uuid-macros v0.1.0 |
| 2233 | 2026-07-07T23:48:05.686Z | Checking slog-async v2.8.0 |
| 2234 | 2026-07-07T23:48:05.724Z | Checking slog-term v2.9.2 |
| 2235 | 2026-07-07T23:48:05.761Z | Compiling multer v3.1.0 |
| 2236 | 2026-07-07T23:48:05.890Z | Compiling async-stream-impl v0.3.6 |
| 2237 | 2026-07-07T23:48:05.928Z | Checking match_cfg v0.1.0 |
| 2238 | 2026-07-07T23:48:06.029Z | Checking hostname v0.3.1 |
| 2239 | 2026-07-07T23:48:06.032Z | Checking slog-json v2.6.1 |
| 2240 | 2026-07-07T23:48:06.099Z | Compiling dropshot v0.17.1 |
| 2241 | 2026-07-07T23:48:06.158Z | Compiling dropshot_endpoint v0.17.1 |
| 2242 | 2026-07-07T23:48:06.231Z | Checking debug-ignore v1.0.5 |
| 2243 | 2026-07-07T23:48:06.268Z | Checking slog-bunyan v2.5.0 |
| 2244 | 2026-07-07T23:48:06.366Z | Checking progenitor-client v0.14.0 |
| 2245 | 2026-07-07T23:48:06.411Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2246 | 2026-07-07T23:48:06.439Z | Checking sha1 v0.11.0 |
| 2247 | 2026-07-07T23:48:06.474Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2248 | 2026-07-07T23:48:06.543Z | Compiling structmeta v0.3.0 |
| 2249 | 2026-07-07T23:48:06.546Z | Checking serde_path_to_error v0.1.20 |
| 2250 | 2026-07-07T23:48:06.617Z | Checking serde_spanned v1.1.1 |
| 2251 | 2026-07-07T23:48:06.656Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2252 | 2026-07-07T23:48:06.691Z | Checking compression-core v0.4.31 |
| 2253 | 2026-07-07T23:48:06.728Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2254 | 2026-07-07T23:48:06.780Z | Compiling derive-ex v0.1.8 |
| 2255 | 2026-07-07T23:48:06.783Z | Checking async-stream v0.3.6 |
| 2256 | 2026-07-07T23:48:06.850Z | Checking compression-codecs v0.4.37 |
| 2257 | 2026-07-07T23:48:06.920Z | Checking rustls-pemfile v2.2.0 |
| 2258 | 2026-07-07T23:48:06.957Z | Checking toml v1.1.2+spec-1.1.0 |
| 2259 | 2026-07-07T23:48:06.960Z | Checking waitgroup v0.1.2 |
| 2260 | 2026-07-07T23:48:07.037Z | Checking async-compression v0.4.41 |
| 2261 | 2026-07-07T23:48:07.081Z | Checking hostname v0.4.2 |
| 2262 | 2026-07-07T23:48:07.119Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2263 | 2026-07-07T23:48:07.122Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2264 | 2026-07-07T23:48:07.188Z | Checking atomicwrites v0.4.4 |
| 2265 | 2026-07-07T23:48:07.224Z | Checking itertools v0.14.0 |
| 2266 | 2026-07-07T23:48:07.262Z | Compiling parse-display-derive v0.10.0 |
| 2267 | 2026-07-07T23:48:07.303Z | Checking macaddr v1.0.1 |
| 2268 | 2026-07-07T23:48:07.340Z | Checking regress v0.10.5 |
| 2269 | 2026-07-07T23:48:07.344Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2270 | 2026-07-07T23:48:07.510Z | Checking instant v0.1.13 |
| 2271 | 2026-07-07T23:48:07.555Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2272 | 2026-07-07T23:48:07.625Z | Checking backoff v0.4.0 |
| 2273 | 2026-07-07T23:48:07.820Z | Checking backon v1.6.0 |
| 2274 | 2026-07-07T23:48:07.823Z | Checking humantime v2.3.0 |
| 2275 | 2026-07-07T23:48:07.893Z | Checking unicode-width v0.2.0 |
| 2276 | 2026-07-07T23:48:08.017Z | Checking progenitor-extras v0.2.0 |
| 2277 | 2026-07-07T23:48:08.068Z | Compiling convert_case v0.4.0 |
| 2278 | 2026-07-07T23:48:08.170Z | Checking heck v0.5.0 |
| 2279 | 2026-07-07T23:48:08.268Z | Checking half v2.7.1 |
| 2280 | 2026-07-07T23:48:08.312Z | Checking ciborium-io v0.2.2 |
| 2281 | 2026-07-07T23:48:08.348Z | Checking secrecy v0.10.3 |
| 2282 | 2026-07-07T23:48:08.433Z | Checking camino-tempfile v1.4.1 |
| 2283 | 2026-07-07T23:48:08.469Z | Compiling derive_more v0.99.20 |
| 2284 | 2026-07-07T23:48:08.504Z | Compiling regress v0.11.1 |
| 2285 | 2026-07-07T23:48:08.536Z | Compiling test-strategy v0.4.5 |
| 2286 | 2026-07-07T23:48:08.571Z | Checking ciborium-ll v0.2.2 |
| 2287 | 2026-07-07T23:48:08.618Z | Checking indent_write v2.2.0 |
| 2288 | 2026-07-07T23:48:08.773Z | Checking ciborium v0.2.2 |
| 2289 | 2026-07-07T23:48:08.812Z | Compiling crucible-workspace-hack v0.1.0 |
| 2290 | 2026-07-07T23:48:08.964Z | Checking parse-display v0.10.0 |
| 2291 | 2026-07-07T23:48:09.114Z | Compiling unsafe-libyaml v0.2.11 |
| 2292 | 2026-07-07T23:48:09.222Z | Checking inout v0.1.4 |
| 2293 | 2026-07-07T23:48:09.259Z | Checking universal-hash v0.5.1 |
| 2294 | 2026-07-07T23:48:09.386Z | Checking cipher v0.4.4 |
| 2295 | 2026-07-07T23:48:09.422Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2296 | 2026-07-07T23:48:09.615Z | Checking swrite v0.1.0 |
| 2297 | 2026-07-07T23:48:09.738Z | Compiling serde_yaml v0.9.34+deprecated |
| 2298 | 2026-07-07T23:48:09.890Z | Checking opaque-debug v0.3.1 |
| 2299 | 2026-07-07T23:48:09.929Z | Checking chacha20 v0.9.1 |
| 2300 | 2026-07-07T23:48:10.025Z | Checking poly1305 v0.8.0 |
| 2301 | 2026-07-07T23:48:10.118Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2302 | 2026-07-07T23:48:10.175Z | Compiling typify-impl v0.6.2 |
| 2303 | 2026-07-07T23:48:10.361Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2304 | 2026-07-07T23:48:10.531Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2305 | 2026-07-07T23:48:10.713Z | Checking thiserror-no-std v2.0.2 |
| 2306 | 2026-07-07T23:48:10.716Z | Checking blake2 v0.10.6 |
| 2307 | 2026-07-07T23:48:10.835Z | Checking aead v0.5.2 |
| 2308 | 2026-07-07T23:48:11.012Z | Checking password-hash v0.5.0 |
| 2309 | 2026-07-07T23:48:11.050Z | Checking chacha20poly1305 v0.10.1 |
| 2310 | 2026-07-07T23:48:11.107Z | Checking vsss-rs v3.3.4 |
| 2311 | 2026-07-07T23:48:11.211Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2312 | 2026-07-07T23:48:11.280Z | Checking argon2 v0.5.3 |
| 2313 | 2026-07-07T23:48:11.318Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2314 | 2026-07-07T23:48:11.558Z | Checking byte-wrapper v0.1.0 |
| 2315 | 2026-07-07T23:48:11.635Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2316 | 2026-07-07T23:48:11.674Z | Checking crossbeam-deque v0.8.6 |
| 2317 | 2026-07-07T23:48:11.677Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2318 | 2026-07-07T23:48:11.794Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2319 | 2026-07-07T23:48:11.838Z | Compiling rayon-core v1.13.0 |
| 2320 | 2026-07-07T23:48:11.883Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2321 | 2026-07-07T23:48:11.920Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2322 | 2026-07-07T23:48:12.159Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2323 | 2026-07-07T23:48:12.242Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2324 | 2026-07-07T23:48:12.463Z | Compiling proc-macro-error v1.0.4 |
| 2325 | 2026-07-07T23:48:12.544Z | Checking rayon v1.11.0 |
| 2326 | 2026-07-07T23:48:12.798Z | Compiling proc-macro-crate v3.4.0 |
| 2327 | 2026-07-07T23:48:13.226Z | Checking tabwriter v1.4.1 |
| 2328 | 2026-07-07T23:48:13.229Z | Checking toml v0.8.23 |
| 2329 | 2026-07-07T23:48:13.377Z | Compiling num_enum_derive v0.7.6 |
| 2330 | 2026-07-07T23:48:13.414Z | Checking glob v0.3.3 |
| 2331 | 2026-07-07T23:48:13.417Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2332 | 2026-07-07T23:48:13.485Z | Compiling heapless v0.8.0 |
| 2333 | 2026-07-07T23:48:13.572Z | Checking colored v3.1.1 |
| 2334 | 2026-07-07T23:48:13.609Z | Compiling ingot-macros v0.1.1 |
| 2335 | 2026-07-07T23:48:13.643Z | Checking hash32 v0.3.1 |
| 2336 | 2026-07-07T23:48:13.796Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2337 | 2026-07-07T23:48:13.800Z | Checking unicode-width v0.1.14 |
| 2338 | 2026-07-07T23:48:14.026Z | Compiling smoltcp v0.11.0 |
| 2339 | 2026-07-07T23:48:14.132Z | Checking cobs v0.3.0 |
| 2340 | 2026-07-07T23:48:14.166Z | Compiling usdt-attr-macro v0.5.0 |
| 2341 | 2026-07-07T23:48:14.282Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2342 | 2026-07-07T23:48:14.320Z | Compiling usdt-macro v0.5.0 |
| 2343 | 2026-07-07T23:48:14.451Z | Checking num_enum v0.7.6 |
| 2344 | 2026-07-07T23:48:14.497Z | Checking memmap v0.7.0 |
| 2345 | 2026-07-07T23:48:14.536Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2346 | 2026-07-07T23:48:14.662Z | Checking postcard v1.1.3 |
| 2347 | 2026-07-07T23:48:14.700Z | Compiling typify-macro v0.6.2 |
| 2348 | 2026-07-07T23:48:14.810Z | Checking rand v0.10.1 |
| 2349 | 2026-07-07T23:48:14.984Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2350 | 2026-07-07T23:48:15.028Z | Compiling proc-macro-crate v1.3.1 |
| 2351 | 2026-07-07T23:48:15.137Z | Checking usdt v0.5.0 |
| 2352 | 2026-07-07T23:48:15.229Z | Checking sigpipe v0.1.3 |
| 2353 | 2026-07-07T23:48:15.336Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2354 | 2026-07-07T23:48:15.373Z | Compiling foreign-types-macros v0.2.3 |
| 2355 | 2026-07-07T23:48:15.407Z | Checking foreign-types-shared v0.3.1 |
| 2356 | 2026-07-07T23:48:15.482Z | Compiling num_enum_derive v0.5.11 |
| 2357 | 2026-07-07T23:48:15.689Z | Checking cstr-argument v0.1.2 |
| 2358 | 2026-07-07T23:48:15.796Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2359 | 2026-07-07T23:48:15.843Z | Compiling num-derive v0.4.2 |
| 2360 | 2026-07-07T23:48:15.878Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2361 | 2026-07-07T23:48:16.010Z | Checking foreign-types v0.5.0 |
| 2362 | 2026-07-07T23:48:16.120Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2363 | 2026-07-07T23:48:16.268Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2364 | 2026-07-07T23:48:16.383Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2365 | 2026-07-07T23:48:16.418Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2366 | 2026-07-07T23:48:16.451Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2367 | 2026-07-07T23:48:16.486Z | Checking ingot-types v0.1.2 |
| 2368 | 2026-07-07T23:48:16.521Z | Compiling typify v0.6.2 |
| 2369 | 2026-07-07T23:48:16.596Z | Checking num_enum v0.5.11 |
| 2370 | 2026-07-07T23:48:16.630Z | Compiling progenitor-impl v0.14.0 |
| 2371 | 2026-07-07T23:48:16.665Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2372 | 2026-07-07T23:48:16.699Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2373 | 2026-07-07T23:48:16.736Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2374 | 2026-07-07T23:48:16.836Z | Compiling zone_cfg_derive v0.3.1 |
| 2375 | 2026-07-07T23:48:16.872Z | Checking ingot v0.1.1 |
| 2376 | 2026-07-07T23:48:16.963Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2377 | 2026-07-07T23:48:17.094Z | Checking itertools v0.12.1 |
| 2378 | 2026-07-07T23:48:17.162Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2379 | 2026-07-07T23:48:17.448Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2380 | 2026-07-07T23:48:17.631Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2381 | 2026-07-07T23:48:17.669Z | Checking smf v0.2.3 |
| 2382 | 2026-07-07T23:48:17.672Z | Checking whoami v1.6.1 |
| 2383 | 2026-07-07T23:48:17.737Z | Checking tokio-dtrace v0.1.1 |
| 2384 | 2026-07-07T23:48:17.882Z | Compiling derive-where v1.6.0 |
| 2385 | 2026-07-07T23:48:17.918Z | Checking console v0.15.11 |
| 2386 | 2026-07-07T23:48:17.953Z | Checking newline-converter v0.3.0 |
| 2387 | 2026-07-07T23:48:17.957Z | Checking oxide-tokio-rt v0.1.4 |
| 2388 | 2026-07-07T23:48:18.092Z | Checking bytecount v0.6.9 |
| 2389 | 2026-07-07T23:48:18.146Z | Checking zone v0.3.1 |
| 2390 | 2026-07-07T23:48:18.183Z | Compiling owo-colors v4.3.0 |
| 2391 | 2026-07-07T23:48:18.222Z | Checking expectorate v1.2.0 |
| 2392 | 2026-07-07T23:48:18.225Z | Compiling cancel-safe-futures v0.1.5 |
| 2393 | 2026-07-07T23:48:18.383Z | Checking libsw-core v0.3.2 |
| 2394 | 2026-07-07T23:48:18.497Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2395 | 2026-07-07T23:48:18.534Z | Checking num-rational v0.4.2 |
| 2396 | 2026-07-07T23:48:18.601Z | Checking libsw v3.5.0 |
| 2397 | 2026-07-07T23:48:18.778Z | Checking num-complex v0.4.6 |
| 2398 | 2026-07-07T23:48:18.937Z | Checking linear-map v1.2.0 |
| 2399 | 2026-07-07T23:48:19.055Z | Checking float-ord v0.3.2 |
| 2400 | 2026-07-07T23:48:19.137Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2401 | 2026-07-07T23:48:19.141Z | Checking num v0.4.3 |
| 2402 | 2026-07-07T23:48:19.207Z | Checking gethostname v0.5.0 |
| 2403 | 2026-07-07T23:48:19.240Z | Compiling progenitor-macro v0.14.0 |
| 2404 | 2026-07-07T23:48:19.276Z | Compiling prettyplease v0.2.37 |
| 2405 | 2026-07-07T23:48:19.279Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2406 | 2026-07-07T23:48:19.345Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2407 | 2026-07-07T23:48:19.345Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2408 | 2026-07-07T23:48:19.563Z | Checking resolv-conf v0.7.6 |
| 2409 | 2026-07-07T23:48:19.685Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2410 | 2026-07-07T23:48:19.722Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2411 | 2026-07-07T23:48:19.774Z | Checking unicode-linebreak v0.1.5 |
| 2412 | 2026-07-07T23:48:20.084Z | Checking smawk v0.3.2 |
| 2413 | 2026-07-07T23:48:20.249Z | Checking papergrid v0.11.0 |
| 2414 | 2026-07-07T23:48:20.783Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2415 | 2026-07-07T23:48:20.891Z | Compiling tabled_derive v0.7.0 |
| 2416 | 2026-07-07T23:48:20.987Z | Compiling convert_case v0.10.0 |
| 2417 | 2026-07-07T23:48:21.026Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2418 | 2026-07-07T23:48:21.029Z | Compiling slog-dtrace v0.3.0 |
| 2419 | 2026-07-07T23:48:21.280Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2420 | 2026-07-07T23:48:21.349Z | Compiling derive_more-impl v2.1.1 |
| 2421 | 2026-07-07T23:48:21.393Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2422 | 2026-07-07T23:48:21.587Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2423 | 2026-07-07T23:48:21.923Z | Checking tabled v0.15.0 |
| 2424 | 2026-07-07T23:48:22.117Z | Checking linked-hash-map v0.5.6 |
| 2425 | 2026-07-07T23:48:22.189Z | Checking derive_more v2.1.1 |
| 2426 | 2026-07-07T23:48:22.295Z | Checking crossterm v0.29.0 |
| 2427 | 2026-07-07T23:48:22.342Z | Checking lru-cache v0.1.2 |
| 2428 | 2026-07-07T23:48:22.848Z | Checking hickory-proto v0.24.4 |
| 2429 | 2026-07-07T23:48:22.883Z | Checking fd-lock v4.0.4 |
| 2430 | 2026-07-07T23:48:23.157Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2431 | 2026-07-07T23:48:23.526Z | Checking vte v0.14.1 |
| 2432 | 2026-07-07T23:48:23.726Z | Checking display-error-chain v0.2.2 |
| 2433 | 2026-07-07T23:48:23.826Z | Checking strip-ansi-escapes v0.2.1 |
| 2434 | 2026-07-07T23:48:24.002Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2435 | 2026-07-07T23:48:24.104Z | Checking progenitor v0.14.0 |
| 2436 | 2026-07-07T23:48:24.154Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2437 | 2026-07-07T23:48:24.264Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2438 | 2026-07-07T23:48:25.011Z | Checking termtree v0.5.1 |
| 2439 | 2026-07-07T23:48:25.099Z | Checking nu-ansi-term v0.50.3 |
| 2440 | 2026-07-07T23:48:25.202Z | Checking hickory-resolver v0.24.4 |
| 2441 | 2026-07-07T23:48:25.274Z | Checking textwrap v0.16.2 |
| 2442 | 2026-07-07T23:48:25.339Z | Checking reedline v0.40.0 |
| 2443 | 2026-07-07T23:48:25.519Z | Compiling minimal-lexical v0.2.1 |
| 2444 | 2026-07-07T23:48:25.578Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2445 | 2026-07-07T23:48:25.805Z | Compiling nom v7.1.3 |
| 2446 | 2026-07-07T23:48:25.984Z | Checking qorb v0.4.1 |
| 2447 | 2026-07-07T23:48:26.063Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2448 | 2026-07-07T23:48:26.177Z | Compiling unicode-xid v0.2.6 |
| 2449 | 2026-07-07T23:48:26.339Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2450 | 2026-07-07T23:48:26.640Z | Compiling ar_archive_writer v0.5.1 |
| 2451 | 2026-07-07T23:48:26.677Z | Checking csv-core v0.1.13 |
| 2452 | 2026-07-07T23:48:26.886Z | Checking csv v1.4.0 |
| 2453 | 2026-07-07T23:48:27.168Z | Compiling stacker v0.1.23 |
| 2454 | 2026-07-07T23:48:27.204Z | Compiling cfg_aliases v0.1.1 |
| 2455 | 2026-07-07T23:48:27.240Z | Compiling semver v0.1.20 |
| 2456 | 2026-07-07T23:48:27.282Z | Checking highway v1.3.0 |
| 2457 | 2026-07-07T23:48:27.319Z | Compiling nix v0.28.0 |
| 2458 | 2026-07-07T23:48:27.516Z | Compiling psm v0.1.30 |
| 2459 | 2026-07-07T23:48:27.552Z | Compiling rustc_version v0.1.7 |
| 2460 | 2026-07-07T23:48:27.586Z | Checking nibble_vec v0.1.0 |
| 2461 | 2026-07-07T23:48:27.589Z | Checking endian-type v0.1.2 |
| 2462 | 2026-07-07T23:48:27.748Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2463 | 2026-07-07T23:48:27.785Z | Checking radix_trie v0.2.1 |
| 2464 | 2026-07-07T23:48:27.818Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2465 | 2026-07-07T23:48:27.821Z | Compiling newtype_derive v0.1.6 |
| 2466 | 2026-07-07T23:48:27.821Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2467 | 2026-07-07T23:48:28.022Z | Checking phf_shared v0.12.1 |
| 2468 | 2026-07-07T23:48:28.118Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2469 | 2026-07-07T23:48:28.193Z | Compiling chrono-tz v0.10.4 |
| 2470 | 2026-07-07T23:48:28.324Z | Checking phf v0.12.1 |
| 2471 | 2026-07-07T23:48:28.454Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2472 | 2026-07-07T23:48:28.524Z | Compiling const_format_proc_macros v0.2.34 |
| 2473 | 2026-07-07T23:48:28.524Z | Compiling peg-macros v0.8.5 |
| 2474 | 2026-07-07T23:48:28.588Z | Checking recursive v0.1.1 |
| 2475 | 2026-07-07T23:48:28.623Z | Checking nom v8.0.0 |
| 2476 | 2026-07-07T23:48:28.711Z | Checking winnow v0.6.26 |
| 2477 | 2026-07-07T23:48:29.026Z | Compiling sqlparser_derive v0.5.0 |
| 2478 | 2026-07-07T23:48:29.391Z | Checking unicode_categories v0.1.1 |
| 2479 | 2026-07-07T23:48:29.558Z | Checking home v0.5.12 |
| 2480 | 2026-07-07T23:48:29.594Z | Checking const_format v0.2.35 |
| 2481 | 2026-07-07T23:48:29.695Z | Checking rustyline v14.0.0 |
| 2482 | 2026-07-07T23:48:29.818Z | Checking sqlparser v0.61.0 |
| 2483 | 2026-07-07T23:48:29.888Z | Checking sqlformat v0.3.5 |
| 2484 | 2026-07-07T23:48:29.966Z | Checking peg v0.8.5 |
| 2485 | 2026-07-07T23:48:30.194Z | Checking bcs v0.1.6 |
| 2486 | 2026-07-07T23:48:30.384Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2487 | 2026-07-07T23:48:30.447Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2488 | 2026-07-07T23:48:30.484Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2489 | 2026-07-07T23:48:30.488Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2490 | 2026-07-07T23:48:30.632Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2491 | 2026-07-07T23:48:30.668Z | Checking steno v0.4.1 |
| 2492 | 2026-07-07T23:48:30.780Z | Checking sha1 v0.10.6 |
| 2493 | 2026-07-07T23:48:30.984Z | Checking filetime v0.2.27 |
| 2494 | 2026-07-07T23:48:31.021Z | Checking xattr v1.6.1 |
| 2495 | 2026-07-07T23:48:31.185Z | Checking tar v0.4.45 |
| 2496 | 2026-07-07T23:48:31.531Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2497 | 2026-07-07T23:48:31.597Z | Checking subprocess v0.2.15 |
| 2498 | 2026-07-07T23:48:31.717Z | Checking headers-core v0.3.0 |
| 2499 | 2026-07-07T23:48:31.756Z | Checking base64 v0.21.7 |
| 2500 | 2026-07-07T23:48:31.866Z | Checking headers v0.4.1 |
| 2501 | 2026-07-07T23:48:31.925Z | Checking yasna v0.5.2 |
| 2502 | 2026-07-07T23:48:32.041Z | Checking dropshot-api-manager-types v0.7.2 |
| 2503 | 2026-07-07T23:48:32.243Z | Checking tagptr v0.2.0 |
| 2504 | 2026-07-07T23:48:32.333Z | Checking rcgen v0.12.1 |
| 2505 | 2026-07-07T23:48:32.371Z | Checking utf-8 v0.7.6 |
| 2506 | 2026-07-07T23:48:32.415Z | Checking moka v0.12.13 |
| 2507 | 2026-07-07T23:48:32.534Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2508 | 2026-07-07T23:48:32.684Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2509 | 2026-07-07T23:48:32.721Z | Checking tungstenite v0.21.0 |
| 2510 | 2026-07-07T23:48:32.763Z | Compiling libefi-sys v0.1.0 |
| 2511 | 2026-07-07T23:48:33.039Z | Compiling bitfield-struct v0.6.2 |
| 2512 | 2026-07-07T23:48:33.093Z | Checking hickory-resolver v0.25.2 |
| 2513 | 2026-07-07T23:48:33.214Z | Checking tokio-tungstenite v0.21.0 |
| 2514 | 2026-07-07T23:48:33.538Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2515 | 2026-07-07T23:48:33.723Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2516 | 2026-07-07T23:48:33.817Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2517 | 2026-07-07T23:48:33.855Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2518 | 2026-07-07T23:48:34.200Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2519 | 2026-07-07T23:48:34.256Z | Compiling radium v0.7.0 |
| 2520 | 2026-07-07T23:48:34.304Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2521 | 2026-07-07T23:48:34.342Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2522 | 2026-07-07T23:48:34.377Z | Compiling maybe-uninit v2.0.0 |
| 2523 | 2026-07-07T23:48:34.523Z | Checking tap v1.0.1 |
| 2524 | 2026-07-07T23:48:34.591Z | Compiling zerocopy-derive v0.6.6 |
| 2525 | 2026-07-07T23:48:34.669Z | Checking wyz v0.5.1 |
| 2526 | 2026-07-07T23:48:34.700Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2527 | 2026-07-07T23:48:34.738Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2528 | 2026-07-07T23:48:34.869Z | Compiling packed_struct v0.10.1 |
| 2529 | 2026-07-07T23:48:34.904Z | Checking crc-catalog v2.4.0 |
| 2530 | 2026-07-07T23:48:34.938Z | Checking funty v2.0.0 |
| 2531 | 2026-07-07T23:48:35.046Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2532 | 2026-07-07T23:48:35.087Z | Checking crc v3.4.0 |
| 2533 | 2026-07-07T23:48:35.290Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2534 | 2026-07-07T23:48:35.325Z | Checking bitvec v1.0.1 |
| 2535 | 2026-07-07T23:48:35.328Z | Compiling packed_struct_codegen v0.10.1 |
| 2536 | 2026-07-07T23:48:35.505Z | Checking zerocopy v0.6.6 |
| 2537 | 2026-07-07T23:48:35.585Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2538 | 2026-07-07T23:48:35.838Z | Compiling bitfield-macros v0.19.4 |
| 2539 | 2026-07-07T23:48:36.306Z | Compiling indexmap v1.9.3 |
| 2540 | 2026-07-07T23:48:36.485Z | Checking nodrop v0.1.14 |
| 2541 | 2026-07-07T23:48:36.597Z | Checking bitfield v0.19.4 |
| 2542 | 2026-07-07T23:48:36.632Z | Checking array-init v0.0.4 |
| 2543 | 2026-07-07T23:48:36.635Z | Checking smallvec v0.6.14 |
| 2544 | 2026-07-07T23:48:36.891Z | Checking hashbrown v0.12.3 |
| 2545 | 2026-07-07T23:48:36.924Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2546 | 2026-07-07T23:48:36.963Z | Checking serde-hex v0.1.0 |
| 2547 | 2026-07-07T23:48:37.114Z | Checking ron v0.8.1 |
| 2548 | 2026-07-07T23:48:37.682Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2549 | 2026-07-07T23:48:37.718Z | Checking hashbrown v0.13.2 |
| 2550 | 2026-07-07T23:48:37.780Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2551 | 2026-07-07T23:48:37.816Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-07-07T23:48:37.978Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2553 | 2026-07-07T23:48:38.075Z | Checking crc-any v2.5.0 |
| 2554 | 2026-07-07T23:48:38.170Z | Checking object v0.30.4 |
| 2555 | 2026-07-07T23:48:38.284Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2556 | 2026-07-07T23:48:38.358Z | Checking path-slash v0.1.5 |
| 2557 | 2026-07-07T23:48:38.480Z | Compiling xshell-macros v0.2.7 |
| 2558 | 2026-07-07T23:48:38.515Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2559 | 2026-07-07T23:48:38.836Z | Checking half v1.8.3 |
| 2560 | 2026-07-07T23:48:38.907Z | Checking xshell v0.2.7 |
| 2561 | 2026-07-07T23:48:38.948Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2562 | 2026-07-07T23:48:39.060Z | Checking serde_cbor v0.11.2 |
| 2563 | 2026-07-07T23:48:39.132Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2564 | 2026-07-07T23:48:39.196Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2565 | 2026-07-07T23:48:39.477Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2566 | 2026-07-07T23:48:39.642Z | Compiling proc-macro-error2 v2.0.1 |
| 2567 | 2026-07-07T23:48:39.697Z | Compiling num-derive v0.3.3 |
| 2568 | 2026-07-07T23:48:39.919Z | Checking maplit v1.0.2 |
| 2569 | 2026-07-07T23:48:40.026Z | Compiling tabled_derive v0.11.0 |
| 2570 | 2026-07-07T23:48:40.061Z | Checking papergrid v0.17.0 |
| 2571 | 2026-07-07T23:48:40.358Z | Checking testing_table v0.3.0 |
| 2572 | 2026-07-07T23:48:40.490Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2573 | 2026-07-07T23:48:40.698Z | Checking libscf-sys v1.1.0 |
| 2574 | 2026-07-07T23:48:40.864Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2575 | 2026-07-07T23:48:40.898Z | Compiling progenitor-impl v0.13.0 |
| 2576 | 2026-07-07T23:48:40.932Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2577 | 2026-07-07T23:48:41.020Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2578 | 2026-07-07T23:48:41.103Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2579 | 2026-07-07T23:48:41.260Z | Checking tabled v0.20.0 |
| 2580 | 2026-07-07T23:48:41.425Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2581 | 2026-07-07T23:48:41.810Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2582 | 2026-07-07T23:48:41.932Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2583 | 2026-07-07T23:48:42.173Z | Checking progenitor-client v0.13.0 |
| 2584 | 2026-07-07T23:48:42.303Z | Compiling git-stub v1.0.0 |
| 2585 | 2026-07-07T23:48:42.442Z | Checking crc8 v0.1.1 |
| 2586 | 2026-07-07T23:48:42.526Z | Compiling git-stub-vcs v0.1.0 |
| 2587 | 2026-07-07T23:48:42.570Z | Checking unicase v2.9.0 |
| 2588 | 2026-07-07T23:48:42.604Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2589 | 2026-07-07T23:48:42.756Z | Checking fxhash v0.2.1 |
| 2590 | 2026-07-07T23:48:42.912Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2591 | 2026-07-07T23:48:42.945Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2592 | 2026-07-07T23:48:42.981Z | Compiling vergen-lib v0.1.6 |
| 2593 | 2026-07-07T23:48:43.219Z | Compiling diesel_derives v2.3.7 |
| 2594 | 2026-07-07T23:48:43.418Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2595 | 2026-07-07T23:48:43.453Z | Checking scheduled-thread-pool v0.2.7 |
| 2596 | 2026-07-07T23:48:43.520Z | Compiling progenitor-macro v0.13.0 |
| 2597 | 2026-07-07T23:48:43.523Z | Compiling dsl_auto_type v0.2.0 |
| 2598 | 2026-07-07T23:48:43.587Z | Compiling vergen-gitcl v1.0.8 |
| 2599 | 2026-07-07T23:48:43.658Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2600 | 2026-07-07T23:48:43.740Z | Checking r2d2 v0.8.10 |
| 2601 | 2026-07-07T23:48:43.884Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2602 | 2026-07-07T23:48:43.918Z | Checking downcast-rs v2.0.2 |
| 2603 | 2026-07-07T23:48:43.918Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2604 | 2026-07-07T23:48:43.985Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2605 | 2026-07-07T23:48:44.288Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2606 | 2026-07-07T23:48:44.321Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2607 | 2026-07-07T23:48:44.446Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2608 | 2026-07-07T23:48:44.481Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2609 | 2026-07-07T23:48:44.515Z | Checking kstat-rs v0.2.4 |
| 2610 | 2026-07-07T23:48:44.557Z | Checking arc-swap v1.8.2 |
| 2611 | 2026-07-07T23:48:44.723Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2612 | 2026-07-07T23:48:44.758Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2613 | 2026-07-07T23:48:44.808Z | Checking slog-scope v4.4.1 |
| 2614 | 2026-07-07T23:48:44.841Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2615 | 2026-07-07T23:48:44.997Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-07-07T23:48:45.084Z | Compiling parking_lot_core v0.8.6 |
| 2617 | 2026-07-07T23:48:45.299Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2618 | 2026-07-07T23:48:45.335Z | Compiling crunchy v0.2.4 |
| 2619 | 2026-07-07T23:48:45.466Z | Compiling dirs-next v2.0.0 |
| 2620 | 2026-07-07T23:48:45.620Z | Checking slog-stdlog v4.1.1 |
| 2621 | 2026-07-07T23:48:45.702Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2622 | 2026-07-07T23:48:45.738Z | Compiling clang-sys v1.8.1 |
| 2623 | 2026-07-07T23:48:45.778Z | Compiling tiny-keccak v2.0.2 |
| 2624 | 2026-07-07T23:48:46.064Z | Checking slog-envlogger v2.2.0 |
| 2625 | 2026-07-07T23:48:46.178Z | Compiling term v0.7.0 |
| 2626 | 2026-07-07T23:48:46.279Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2627 | 2026-07-07T23:48:46.313Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2628 | 2026-07-07T23:48:46.475Z | Compiling bit-vec v0.6.3 |
| 2629 | 2026-07-07T23:48:46.597Z | Compiling ascii-canvas v3.0.0 |
| 2630 | 2026-07-07T23:48:46.720Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2631 | 2026-07-07T23:48:46.755Z | Compiling bit-set v0.5.3 |
| 2632 | 2026-07-07T23:48:46.799Z | Checking parking_lot v0.11.2 |
| 2633 | 2026-07-07T23:48:46.868Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2634 | 2026-07-07T23:48:46.940Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2635 | 2026-07-07T23:48:47.022Z | Checking prefix-trie v0.7.0 |
| 2636 | 2026-07-07T23:48:47.056Z | Compiling itertools v0.10.5 |
| 2637 | 2026-07-07T23:48:47.277Z | Compiling ena v0.14.4 |
| 2638 | 2026-07-07T23:48:47.352Z | Compiling libloading v0.8.9 |
| 2639 | 2026-07-07T23:48:47.386Z | Compiling bindgen v0.71.1 |
| 2640 | 2026-07-07T23:48:47.422Z | Compiling regex-syntax v0.6.29 |
| 2641 | 2026-07-07T23:48:47.521Z | Compiling diff v0.1.13 |
| 2642 | 2026-07-07T23:48:47.896Z | Checking hickory-server v0.25.2 |
| 2643 | 2026-07-07T23:48:47.986Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2644 | 2026-07-07T23:48:48.156Z | Checking sled v0.34.7 |
| 2645 | 2026-07-07T23:48:48.411Z | Checking progenitor v0.13.0 |
| 2646 | 2026-07-07T23:48:48.580Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2647 | 2026-07-07T23:48:48.615Z | Compiling cexpr v0.6.0 |
| 2648 | 2026-07-07T23:48:49.145Z | Compiling lalrpop v0.19.12 |
| 2649 | 2026-07-07T23:48:49.305Z | Checking nanorand v0.7.0 |
| 2650 | 2026-07-07T23:48:49.400Z | Compiling rustc-hash v2.1.1 |
| 2651 | 2026-07-07T23:48:49.489Z | Checking diesel v2.3.7 |
| 2652 | 2026-07-07T23:48:49.527Z | Compiling salty v0.3.0 |
| 2653 | 2026-07-07T23:48:49.556Z | Checking flume v0.11.1 |
| 2654 | 2026-07-07T23:48:49.839Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2655 | 2026-07-07T23:48:49.881Z | Compiling libxml v0.3.3 |
| 2656 | 2026-07-07T23:48:49.918Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2657 | 2026-07-07T23:48:50.473Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2658 | 2026-07-07T23:48:51.049Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2659 | 2026-07-07T23:48:51.313Z | Compiling strum_macros v0.24.3 |
| 2660 | 2026-07-07T23:48:51.318Z | Compiling fs-err v2.11.0 |
| 2661 | 2026-07-07T23:48:51.591Z | Compiling indoc v1.0.9 |
| 2662 | 2026-07-07T23:48:52.074Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2663 | 2026-07-07T23:48:52.312Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2664 | 2026-07-07T23:48:52.448Z | Checking quick-xml v0.37.5 |
| 2665 | 2026-07-07T23:48:52.684Z | Checking derive_builder v0.20.2 |
| 2666 | 2026-07-07T23:48:52.720Z | Compiling oso-derive v0.27.3 |
| 2667 | 2026-07-07T23:48:52.828Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2668 | 2026-07-07T23:48:53.257Z | Compiling trait-variant v0.1.2 |
| 2669 | 2026-07-07T23:48:53.353Z | Checking openssl-probe v0.1.6 |
| 2670 | 2026-07-07T23:48:53.756Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2671 | 2026-07-07T23:48:53.831Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2672 | 2026-07-07T23:48:54.396Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2673 | 2026-07-07T23:48:54.645Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2674 | 2026-07-07T23:48:55.056Z | Checking rfc6979 v0.4.0 |
| 2675 | 2026-07-07T23:48:55.121Z | Checking assert_matches v1.5.0 |
| 2676 | 2026-07-07T23:48:55.213Z | Checking parse-size v1.1.0 |
| 2677 | 2026-07-07T23:48:55.251Z | Checking ecdsa v0.16.9 |
| 2678 | 2026-07-07T23:48:55.254Z | Checking primeorder v0.13.6 |
| 2679 | 2026-07-07T23:48:55.367Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2680 | 2026-07-07T23:48:55.564Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2681 | 2026-07-07T23:48:55.634Z | Checking p384 v0.13.1 |
| 2682 | 2026-07-07T23:48:55.807Z | Checking predicates-tree v1.0.13 |
| 2683 | 2026-07-07T23:48:55.958Z | Checking bb8 v0.8.6 |
| 2684 | 2026-07-07T23:48:56.092Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2685 | 2026-07-07T23:48:56.331Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2686 | 2026-07-07T23:48:56.399Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2687 | 2026-07-07T23:48:56.433Z | Checking http-range v0.1.5 |
| 2688 | 2026-07-07T23:48:56.496Z | Compiling mime_guess v2.0.5 |
| 2689 | 2026-07-07T23:48:56.682Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2690 | 2026-07-07T23:48:56.760Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2691 | 2026-07-07T23:48:56.976Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2692 | 2026-07-07T23:48:57.125Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2693 | 2026-07-07T23:48:57.128Z | Checking atty v0.2.14 |
| 2694 | 2026-07-07T23:48:57.193Z | Checking corncobs v0.1.4 |
| 2695 | 2026-07-07T23:48:57.227Z | Checking nonempty v0.12.0 |
| 2696 | 2026-07-07T23:48:57.351Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2697 | 2026-07-07T23:48:57.419Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2698 | 2026-07-07T23:48:57.462Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2699 | 2026-07-07T23:48:57.641Z | Checking ignore v0.4.25 |
| 2700 | 2026-07-07T23:48:57.644Z | Checking secrecy v0.8.0 |
| 2701 | 2026-07-07T23:48:57.782Z | Checking hyper-staticfile v0.10.1 |
| 2702 | 2026-07-07T23:48:58.063Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2703 | 2026-07-07T23:48:58.099Z | Checking globwalk v0.9.1 |
| 2704 | 2026-07-07T23:48:58.133Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2705 | 2026-07-07T23:48:58.312Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2706 | 2026-07-07T23:48:58.436Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2707 | 2026-07-07T23:48:58.471Z | Checking camino-tempfile-ext v0.3.3 |
| 2708 | 2026-07-07T23:48:58.582Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2709 | 2026-07-07T23:48:58.702Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2710 | 2026-07-07T23:48:58.746Z | Checking signal-hook-tokio v0.3.1 |
| 2711 | 2026-07-07T23:48:58.894Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2712 | 2026-07-07T23:48:59.086Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2713 | 2026-07-07T23:48:59.183Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2714 | 2026-07-07T23:48:59.367Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2715 | 2026-07-07T23:48:59.405Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2716 | 2026-07-07T23:48:59.569Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2717 | 2026-07-07T23:48:59.714Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2718 | 2026-07-07T23:48:59.973Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2719 | 2026-07-07T23:49:00.346Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2720 | 2026-07-07T23:49:00.846Z | Checking illumos-nvpair v0.3.0 |
| 2721 | 2026-07-07T23:49:01.041Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2722 | 2026-07-07T23:49:01.411Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2723 | 2026-07-07T23:49:01.447Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2724 | 2026-07-07T23:49:01.484Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2725 | 2026-07-07T23:49:01.762Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2726 | 2026-07-07T23:49:01.808Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2727 | 2026-07-07T23:49:01.868Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2728 | 2026-07-07T23:49:02.009Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2729 | 2026-07-07T23:49:02.236Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2730 | 2026-07-07T23:49:02.469Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2731 | 2026-07-07T23:49:02.828Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2732 | 2026-07-07T23:49:02.907Z | Checking tungstenite v0.23.0 |
| 2733 | 2026-07-07T23:49:02.946Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2734 | 2026-07-07T23:49:03.116Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2735 | 2026-07-07T23:49:03.366Z | Checking tokio-tungstenite v0.23.1 |
| 2736 | 2026-07-07T23:49:03.526Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2737 | 2026-07-07T23:49:03.665Z | Checking rand_seeder v0.4.0 |
| 2738 | 2026-07-07T23:49:03.846Z | Checking async-bb8-diesel v0.2.1 |
| 2739 | 2026-07-07T23:49:03.897Z | Checking diesel-dtrace v0.5.0 |
| 2740 | 2026-07-07T23:49:04.093Z | Checking void v1.0.2 |
| 2741 | 2026-07-07T23:49:04.129Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2742 | 2026-07-07T23:49:04.169Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2743 | 2026-07-07T23:49:04.230Z | Checking lzss v0.8.2 |
| 2744 | 2026-07-07T23:49:04.233Z | Checking nix v0.27.1 |
| 2745 | 2026-07-07T23:49:04.348Z | Checking serde_bytes v0.11.19 |
| 2746 | 2026-07-07T23:49:04.459Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2747 | 2026-07-07T23:49:04.503Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2748 | 2026-07-07T23:49:04.564Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2749 | 2026-07-07T23:49:04.813Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2750 | 2026-07-07T23:49:05.204Z | Checking is_ci v1.2.0 |
| 2751 | 2026-07-07T23:49:05.334Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2752 | 2026-07-07T23:49:05.536Z | Checking yansi v1.0.1 |
| 2753 | 2026-07-07T23:49:05.593Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2754 | 2026-07-07T23:49:05.630Z | Checking cpubits v0.1.1 |
| 2755 | 2026-07-07T23:49:05.737Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2756 | 2026-07-07T23:49:05.819Z | Checking pretty_assertions v1.4.1 |
| 2757 | 2026-07-07T23:49:06.014Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2758 | 2026-07-07T23:49:06.058Z | Checking pem-rfc7468 v1.0.0 |
| 2759 | 2026-07-07T23:49:06.244Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2760 | 2026-07-07T23:49:06.279Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2761 | 2026-07-07T23:49:06.545Z | Compiling darling_core v0.23.0 |
| 2762 | 2026-07-07T23:49:06.763Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2763 | 2026-07-07T23:49:07.608Z | Compiling indoc v2.0.7 |
| 2764 | 2026-07-07T23:49:07.644Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2765 | 2026-07-07T23:49:07.890Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2766 | 2026-07-07T23:49:08.112Z | Checking hmac v0.13.0 |
| 2767 | 2026-07-07T23:49:08.305Z | Checking universal-hash v0.6.1 |
| 2768 | 2026-07-07T23:49:08.467Z | Compiling libz-sys v1.1.24 |
| 2769 | 2026-07-07T23:49:08.546Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2770 | 2026-07-07T23:49:08.708Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2771 | 2026-07-07T23:49:08.888Z | Compiling instability v0.3.11 |
| 2772 | 2026-07-07T23:49:09.101Z | Compiling darling_macro v0.23.0 |
| 2773 | 2026-07-07T23:49:09.170Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2774 | 2026-07-07T23:49:09.248Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2775 | 2026-07-07T23:49:09.292Z | Checking castaway v0.2.4 |
| 2776 | 2026-07-07T23:49:09.436Z | Checking compact_str v0.8.1 |
| 2777 | 2026-07-07T23:49:09.647Z | Compiling darling v0.23.0 |
| 2778 | 2026-07-07T23:49:09.854Z | Checking polyval v0.7.1 |
| 2779 | 2026-07-07T23:49:10.122Z | Checking der v0.8.0 |
| 2780 | 2026-07-07T23:49:10.292Z | Checking supports-color v3.0.2 |
| 2781 | 2026-07-07T23:49:10.462Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2782 | 2026-07-07T23:49:10.535Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2783 | 2026-07-07T23:49:10.706Z | Checking unicode-truncate v1.1.0 |
| 2784 | 2026-07-07T23:49:10.799Z | Checking console v0.16.2 |
| 2785 | 2026-07-07T23:49:10.911Z | Checking lru v0.12.5 |
| 2786 | 2026-07-07T23:49:10.944Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2787 | 2026-07-07T23:49:10.978Z | Checking unit-prefix v0.5.2 |
| 2788 | 2026-07-07T23:49:11.099Z | Checking cassowary v0.3.0 |
| 2789 | 2026-07-07T23:49:11.142Z | Checking indicatif v0.18.4 |
| 2790 | 2026-07-07T23:49:11.272Z | Checking ghash v0.6.0 |
| 2791 | 2026-07-07T23:49:11.342Z | Checking ratatui v0.29.0 |
| 2792 | 2026-07-07T23:49:11.553Z | Checking pbkdf2 v0.13.0 |
| 2793 | 2026-07-07T23:49:11.589Z | Checking aes v0.9.1 |
| 2794 | 2026-07-07T23:49:11.704Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2795 | 2026-07-07T23:49:12.029Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2796 | 2026-07-07T23:49:12.282Z | Checking ctr v0.10.1 |
| 2797 | 2026-07-07T23:49:12.495Z | Checking aead v0.6.1 |
| 2798 | 2026-07-07T23:49:12.673Z | Checking sha2 v0.11.0 |
| 2799 | 2026-07-07T23:49:12.708Z | Checking cargo-platform v0.3.2 |
| 2800 | 2026-07-07T23:49:12.921Z | Checking cargo_metadata v0.23.1 |
| 2801 | 2026-07-07T23:49:12.959Z | Checking aes-gcm v0.11.0 |
| 2802 | 2026-07-07T23:49:13.159Z | Checking spki v0.8.0 |
| 2803 | 2026-07-07T23:49:13.366Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2804 | 2026-07-07T23:49:13.426Z | Checking crypto-bigint v0.7.5 |
| 2805 | 2026-07-07T23:49:13.711Z | Checking salsa20 v0.11.0 |
| 2806 | 2026-07-07T23:49:13.888Z | Checking cbc v0.2.1 |
| 2807 | 2026-07-07T23:49:14.059Z | Compiling vergen-git2 v9.1.0 |
| 2808 | 2026-07-07T23:49:14.298Z | Checking plotters-backend v0.3.7 |
| 2809 | 2026-07-07T23:49:14.535Z | Checking plotters-svg v0.3.7 |
| 2810 | 2026-07-07T23:49:14.756Z | Checking scrypt v0.12.0 |
| 2811 | 2026-07-07T23:49:14.956Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2812 | 2026-07-07T23:49:15.102Z | Checking cast v0.3.0 |
| 2813 | 2026-07-07T23:49:15.248Z | Checking pkcs5 v0.8.1 |
| 2814 | 2026-07-07T23:49:15.288Z | Checking criterion-plot v0.6.0 |
| 2815 | 2026-07-07T23:49:15.569Z | Checking plotters v0.3.7 |
| 2816 | 2026-07-07T23:49:15.605Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2817 | 2026-07-07T23:49:15.708Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2818 | 2026-07-07T23:49:15.950Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2819 | 2026-07-07T23:49:16.194Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2820 | 2026-07-07T23:49:16.352Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2821 | 2026-07-07T23:49:16.436Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2822 | 2026-07-07T23:49:16.589Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2823 | 2026-07-07T23:49:16.592Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2824 | 2026-07-07T23:49:16.676Z | Checking colored v2.2.0 |
| 2825 | 2026-07-07T23:49:16.833Z | Checking tinytemplate v1.2.1 |
| 2826 | 2026-07-07T23:49:16.912Z | Checking anes v0.1.6 |
| 2827 | 2026-07-07T23:49:17.091Z | Checking shell-words v1.1.1 |
| 2828 | 2026-07-07T23:49:17.128Z | Checking oorandom v11.1.5 |
| 2829 | 2026-07-07T23:49:17.282Z | Checking criterion v0.7.0 |
| 2830 | 2026-07-07T23:49:17.397Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2831 | 2026-07-07T23:49:17.574Z | Checking pkcs8 v0.11.0 |
| 2832 | 2026-07-07T23:49:17.805Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2833 | 2026-07-07T23:49:18.536Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2834 | 2026-07-07T23:49:18.605Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2835 | 2026-07-07T23:49:19.062Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2836 | 2026-07-07T23:49:19.365Z | Checking tokio-test v0.4.5 |
| 2837 | 2026-07-07T23:49:19.607Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2838 | 2026-07-07T23:49:19.849Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2839 | 2026-07-07T23:49:20.327Z | Checking twox-hash v2.1.2 |
| 2840 | 2026-07-07T23:49:20.664Z | Checking ff v0.14.0 |
| 2841 | 2026-07-07T23:49:20.883Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2842 | 2026-07-07T23:49:21.090Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2843 | 2026-07-07T23:49:21.797Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2844 | 2026-07-07T23:49:22.414Z | Checking fatfs v0.3.6 |
| 2845 | 2026-07-07T23:49:22.510Z | Checking signature v3.0.0 |
| 2846 | 2026-07-07T23:49:22.692Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2847 | 2026-07-07T23:49:22.805Z | Checking base16ct v1.0.0 |
| 2848 | 2026-07-07T23:49:22.899Z | Compiling seq-macro v0.3.6 |
| 2849 | 2026-07-07T23:49:22.966Z | Checking sec1 v0.8.1 |
| 2850 | 2026-07-07T23:49:23.202Z | Checking group v0.14.0 |
| 2851 | 2026-07-07T23:49:23.390Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2852 | 2026-07-07T23:49:23.449Z | Checking hkdf v0.13.0 |
| 2853 | 2026-07-07T23:49:23.616Z | Compiling petname v2.0.2 |
| 2854 | 2026-07-07T23:49:23.873Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2855 | 2026-07-07T23:49:24.026Z | Checking elliptic-curve v0.14.0-rc.33 |
| 2856 | 2026-07-07T23:49:24.060Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2857 | 2026-07-07T23:49:24.308Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2858 | 2026-07-07T23:49:24.527Z | Checking concurrent-queue v2.5.0 |
| 2859 | 2026-07-07T23:49:24.744Z | Checking rtoolbox v0.0.3 |
| 2860 | 2026-07-07T23:49:24.909Z | Checking parking v2.2.1 |
| 2861 | 2026-07-07T23:49:25.069Z | Checking event-listener v5.4.1 |
| 2862 | 2026-07-07T23:49:25.325Z | Checking rpassword v7.4.0 |
| 2863 | 2026-07-07T23:49:25.466Z | Checking tui-tree-widget v0.23.1 |
| 2864 | 2026-07-07T23:49:25.682Z | Checking rfc6979 v0.5.0 |
| 2865 | 2026-07-07T23:49:25.831Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2866 | 2026-07-07T23:49:25.865Z | Checking sapling-renderdag v0.1.0 |
| 2867 | 2026-07-07T23:49:26.026Z | Checking sync-ptr v0.1.4 |
| 2868 | 2026-07-07T23:49:26.140Z | Checking ecdsa v0.17.0-rc.18 |
| 2869 | 2026-07-07T23:49:26.176Z | Checking event-listener-strategy v0.5.4 |
| 2870 | 2026-07-07T23:49:26.340Z | Checking primeorder v0.14.0-rc.10 |
| 2871 | 2026-07-07T23:49:26.545Z | Checking primefield v0.14.0 |
| 2872 | 2026-07-07T23:49:26.669Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2873 | 2026-07-07T23:49:26.782Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 2874 | 2026-07-07T23:49:26.907Z | Checking arrayref v0.3.9 |
| 2875 | 2026-07-07T23:49:27.012Z | Checking futures-timer v3.0.3 |
| 2876 | 2026-07-07T23:49:27.180Z | Checking constant_time_eq v0.4.2 |
| 2877 | 2026-07-07T23:49:27.231Z | Checking arrayvec v0.7.6 |
| 2878 | 2026-07-07T23:49:27.486Z | Checking async-lock v3.4.2 |
| 2879 | 2026-07-07T23:49:27.530Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2880 | 2026-07-07T23:49:27.798Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2881 | 2026-07-07T23:49:27.903Z | Checking ssh-encoding v0.3.0-rc.9 |
| 2882 | 2026-07-07T23:49:28.161Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2883 | 2026-07-07T23:49:28.515Z | Compiling strsim v0.10.0 |
| 2884 | 2026-07-07T23:49:28.878Z | Compiling darling_core v0.13.4 |
| 2885 | 2026-07-07T23:49:29.388Z | Checking async-object-pool v0.2.0 |
| 2886 | 2026-07-07T23:49:30.081Z | Compiling samael v0.0.19 |
| 2887 | 2026-07-07T23:49:30.397Z | Checking ed25519 v3.0.0 |
| 2888 | 2026-07-07T23:49:30.565Z | Checking crypto-primes v0.7.2 |
| 2889 | 2026-07-07T23:49:30.623Z | Checking pkcs1 v0.8.0-rc.4 |
| 2890 | 2026-07-07T23:49:30.788Z | Checking poly1305 v0.9.0 |
| 2891 | 2026-07-07T23:49:30.858Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2892 | 2026-07-07T23:49:31.107Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2893 | 2026-07-07T23:49:31.248Z | Checking serde_regex v1.1.0 |
| 2894 | 2026-07-07T23:49:31.439Z | Checking blowfish v0.10.0 |
| 2895 | 2026-07-07T23:49:31.546Z | Checking blake2 v0.11.0-rc.6 |
| 2896 | 2026-07-07T23:49:31.617Z | Checking assert-json-diff v2.0.2 |
| 2897 | 2026-07-07T23:49:31.784Z | Checking path-tree v0.8.3 |
| 2898 | 2026-07-07T23:49:31.819Z | Checking keccak v0.2.0 |
| 2899 | 2026-07-07T23:49:31.852Z | Checking fiat-crypto v0.3.0 |
| 2900 | 2026-07-07T23:49:31.999Z | Compiling target-lexicon v0.13.3 |
| 2901 | 2026-07-07T23:49:32.034Z | Checking stringmetrics v2.2.2 |
| 2902 | 2026-07-07T23:49:32.213Z | Checking gimli v0.32.3 |
| 2903 | 2026-07-07T23:49:32.595Z | Checking httpmock v0.8.3 |
| 2904 | 2026-07-07T23:49:33.803Z | Checking addr2line v0.25.1 |
| 2905 | 2026-07-07T23:49:34.105Z | Checking sha3 v0.11.0 |
| 2906 | 2026-07-07T23:49:34.482Z | Checking argon2 v0.6.0-rc.8 |
| 2907 | 2026-07-07T23:49:34.833Z | Checking bcrypt-pbkdf v0.11.0 |
| 2908 | 2026-07-07T23:49:34.868Z | Checking rsa v0.10.0-rc.18 |
| 2909 | 2026-07-07T23:49:35.046Z | Checking ssh-cipher v0.3.0-rc.9 |
| 2910 | 2026-07-07T23:49:35.198Z | Compiling darling_macro v0.13.4 |
| 2911 | 2026-07-07T23:49:35.299Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 2912 | 2026-07-07T23:49:35.557Z | Checking p256 v0.14.0-rc.10 |
| 2913 | 2026-07-07T23:49:35.730Z | Checking p521 v0.14.0-rc.10 |
| 2914 | 2026-07-07T23:49:36.341Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2915 | 2026-07-07T23:49:36.614Z | Checking kem v0.3.0 |
| 2916 | 2026-07-07T23:49:36.766Z | Checking module-lattice v0.2.3 |
| 2917 | 2026-07-07T23:49:37.020Z | Compiling guppy-workspace-hack v0.1.0 |
| 2918 | 2026-07-07T23:49:37.112Z | Checking p384 v0.14.0-rc.10 |
| 2919 | 2026-07-07T23:49:37.247Z | Checking rustc-demangle v0.1.27 |
| 2920 | 2026-07-07T23:49:37.317Z | Checking hex-literal v0.4.1 |
| 2921 | 2026-07-07T23:49:37.497Z | Checking ml-kem v0.3.2 |
| 2922 | 2026-07-07T23:49:37.531Z | Checking backtrace v0.3.76 |
| 2923 | 2026-07-07T23:49:37.865Z | Compiling darling v0.13.4 |
| 2924 | 2026-07-07T23:49:38.246Z | Checking russh-cryptovec v0.61.0 |
| 2925 | 2026-07-07T23:49:38.280Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2926 | 2026-07-07T23:49:38.438Z | Checking internal-russh-num-bigint v0.5.0 |
| 2927 | 2026-07-07T23:49:38.523Z | Checking num-bigint v0.4.6 |
| 2928 | 2026-07-07T23:49:38.789Z | Compiling git2 v0.20.4 |
| 2929 | 2026-07-07T23:49:38.826Z | Checking russh-util v0.52.0 |
| 2930 | 2026-07-07T23:49:38.987Z | Checking generic-array v1.4.3 |
| 2931 | 2026-07-07T23:49:39.151Z | Checking ssh-key v0.7.0-rc.10 |
| 2932 | 2026-07-07T23:49:39.386Z | Compiling enum_dispatch v0.3.13 |
| 2933 | 2026-07-07T23:49:39.495Z | Compiling blake3 v1.8.5 |
| 2934 | 2026-07-07T23:49:39.580Z | Compiling delegate v0.13.5 |
| 2935 | 2026-07-07T23:49:39.920Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2936 | 2026-07-07T23:49:40.096Z | Checking hex-literal v1.1.0 |
| 2937 | 2026-07-07T23:49:40.231Z | Checking md5 v0.8.0 |
| 2938 | 2026-07-07T23:49:40.354Z | Compiling target-spec v3.5.7 |
| 2939 | 2026-07-07T23:49:40.397Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2940 | 2026-07-07T23:49:40.584Z | Checking russh v0.61.2 |
| 2941 | 2026-07-07T23:49:40.908Z | Checking cfg-expr v0.20.6 |
| 2942 | 2026-07-07T23:49:40.945Z | Compiling serde_with_macros v1.5.2 |
| 2943 | 2026-07-07T23:49:41.338Z | Checking backtrace-ext v0.2.1 |
| 2944 | 2026-07-07T23:49:41.594Z | Checking supports-color v2.1.0 |
| 2945 | 2026-07-07T23:49:41.689Z | Checking textwrap v0.15.2 |
| 2946 | 2026-07-07T23:49:41.763Z | Checking supports-unicode v2.1.0 |
| 2947 | 2026-07-07T23:49:41.842Z | Checking supports-hyperlinks v2.1.0 |
| 2948 | 2026-07-07T23:49:41.912Z | Checking hashbrown v0.14.5 |
| 2949 | 2026-07-07T23:49:41.945Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2950 | 2026-07-07T23:49:41.994Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2951 | 2026-07-07T23:49:42.164Z | Checking terminal_size v0.1.17 |
| 2952 | 2026-07-07T23:49:42.199Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2953 | 2026-07-07T23:49:42.234Z | Checking socket2 v0.5.10 |
| 2954 | 2026-07-07T23:49:42.305Z | Compiling miette-derive v5.10.0 |
| 2955 | 2026-07-07T23:49:42.435Z | Checking internet-checksum v0.2.1 |
| 2956 | 2026-07-07T23:49:42.518Z | Checking owo-colors v3.5.0 |
| 2957 | 2026-07-07T23:49:43.075Z | Checking chumsky v0.9.3 |
| 2958 | 2026-07-07T23:49:43.494Z | Checking miette v5.10.0 |
| 2959 | 2026-07-07T23:49:43.936Z | Compiling serde_with v1.14.0 |
| 2960 | 2026-07-07T23:49:44.207Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2961 | 2026-07-07T23:49:44.333Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2962 | 2026-07-07T23:49:44.420Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2963 | 2026-07-07T23:49:44.789Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2964 | 2026-07-07T23:49:45.051Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2965 | 2026-07-07T23:49:45.114Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2966 | 2026-07-07T23:49:45.149Z | Compiling knuffel-derive v3.2.0 |
| 2967 | 2026-07-07T23:49:45.254Z | Checking httptest v0.16.4 |
| 2968 | 2026-07-07T23:49:45.332Z | Checking pathdiff v0.2.3 |
| 2969 | 2026-07-07T23:49:45.484Z | Checking topological-sort v0.2.2 |
| 2970 | 2026-07-07T23:49:45.662Z | Checking nested v0.1.1 |
| 2971 | 2026-07-07T23:49:45.697Z | Checking omicron-zone-package v0.12.3 |
| 2972 | 2026-07-07T23:49:45.843Z | Checking guppy v0.17.25 |
| 2973 | 2026-07-07T23:49:45.991Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2974 | 2026-07-07T23:49:46.633Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2975 | 2026-07-07T23:49:46.735Z | Checking knuffel v3.2.0 |
| 2976 | 2026-07-07T23:49:46.867Z | Checking similar-asserts v1.7.0 |
| 2977 | 2026-07-07T23:49:46.905Z | Compiling polar-core v0.27.3 |
| 2978 | 2026-07-07T23:49:46.908Z | Compiling target-triple v1.0.0 |
| 2979 | 2026-07-07T23:49:47.057Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2980 | 2026-07-07T23:49:47.331Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2981 | 2026-07-07T23:49:47.428Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2982 | 2026-07-07T23:49:47.683Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2983 | 2026-07-07T23:49:47.715Z | Checking hickory-client v0.25.2 |
| 2984 | 2026-07-07T23:49:48.019Z | Checking escape8259 v0.5.3 |
| 2985 | 2026-07-07T23:49:48.183Z | Compiling assert_cmd v2.1.2 |
| 2986 | 2026-07-07T23:49:48.295Z | Checking libtest-mimic v0.8.1 |
| 2987 | 2026-07-07T23:49:48.644Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2988 | 2026-07-07T23:49:48.712Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2989 | 2026-07-07T23:49:48.775Z | Checking blake2b_simd v1.0.4 |
| 2990 | 2026-07-07T23:49:48.837Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2991 | 2026-07-07T23:49:49.186Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2992 | 2026-07-07T23:49:49.242Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2993 | 2026-07-07T23:49:49.388Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2994 | 2026-07-07T23:49:49.484Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2995 | 2026-07-07T23:49:49.594Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2996 | 2026-07-07T23:49:49.727Z | Checking fancy-regex v0.14.0 |
| 2997 | 2026-07-07T23:49:49.838Z | Checking serde_tokenstream v0.2.3 |
| 2998 | 2026-07-07T23:49:49.992Z | Checking approx v0.5.1 |
| 2999 | 2026-07-07T23:49:50.122Z | Compiling rstest_macros v0.25.0 |
| 3000 | 2026-07-07T23:49:50.157Z | Checking uzers v0.12.2 |
| 3001 | 2026-07-07T23:49:50.160Z | Checking termcolor v1.4.1 |
| 3002 | 2026-07-07T23:49:50.406Z | Compiling linkme-impl v0.3.35 |
| 3003 | 2026-07-07T23:49:50.441Z | Checking constant_time_eq v0.3.1 |
| 3004 | 2026-07-07T23:49:50.578Z | Checking rust-argon2 v2.1.0 |
| 3005 | 2026-07-07T23:49:50.614Z | Checking trybuild v1.0.116 |
| 3006 | 2026-07-07T23:49:50.815Z | Checking datatest-stable v0.3.3 |
| 3007 | 2026-07-07T23:49:51.161Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3008 | 2026-07-07T23:49:51.285Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3009 | 2026-07-07T23:49:51.508Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3010 | 2026-07-07T23:49:51.543Z | Checking support-bundle-viewer v0.1.2 |
| 3011 | 2026-07-07T23:49:51.825Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3012 | 2026-07-07T23:49:51.971Z | Checking oso v0.27.3 |
| 3013 | 2026-07-07T23:49:52.070Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3014 | 2026-07-07T23:49:52.264Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3015 | 2026-07-07T23:49:52.316Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3016 | 2026-07-07T23:49:52.513Z | Checking drift v0.2.0 |
| 3017 | 2026-07-07T23:49:52.568Z | Checking rand_distr v0.5.1 |
| 3018 | 2026-07-07T23:49:52.894Z | Checking multimap v0.10.1 |
| 3019 | 2026-07-07T23:49:52.928Z | Compiling relative-path v1.9.3 |
| 3020 | 2026-07-07T23:49:53.009Z | Compiling linkme v0.3.35 |
| 3021 | 2026-07-07T23:49:53.102Z | Checking dropshot-api-manager v0.7.2 |
| 3022 | 2026-07-07T23:49:54.258Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3023 | 2026-07-07T23:49:54.506Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3024 | 2026-07-07T23:49:54.641Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3025 | 2026-07-07T23:49:54.702Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3026 | 2026-07-07T23:49:54.921Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3027 | 2026-07-07T23:49:54.976Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3028 | 2026-07-07T23:49:55.248Z | Checking cargo_toml v0.21.0 |
| 3029 | 2026-07-07T23:49:55.327Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3030 | 2026-07-07T23:49:55.473Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3031 | 2026-07-07T23:49:55.692Z | Checking partial-io v0.5.4 |
| 3032 | 2026-07-07T23:49:55.936Z | Checking termios v0.3.3 |
| 3033 | 2026-07-07T23:49:55.972Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3034 | 2026-07-07T23:49:56.098Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3035 | 2026-07-07T23:49:56.147Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3036 | 2026-07-07T23:49:56.865Z | Checking rstest v0.25.0 |
| 3037 | 2026-07-07T23:49:57.515Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3038 | 2026-07-07T23:50:01.442Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3039 | 2026-07-07T23:50:05.179Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3040 | 2026-07-07T23:50:08.571Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3041 | 2026-07-07T23:50:08.931Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3042 | 2026-07-07T23:50:10.882Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3043 | 2026-07-07T23:50:14.720Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3044 | 2026-07-07T23:50:20.224Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3045 | 2026-07-07T23:50:24.728Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3046 | 2026-07-07T23:50:25.321Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3047 | 2026-07-07T23:50:25.678Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3048 | 2026-07-07T23:50:31.276Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3049 | 2026-07-07T23:50:36.107Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3050 | 2026-07-07T23:50:53.808Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3051 | 2026-07-07T23:51:50.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s |
| 3052 | 2026-07-07T23:51:50.838Z | |
| 3053 | 2026-07-07T23:51:50.838Z | real 4:10.891180316 |
| 3054 | 2026-07-07T23:51:50.838Z | user 21:26.566459370 |
| 3055 | 2026-07-07T23:51:50.838Z | sys 5:00.003030404 |
| 3056 | 2026-07-07T23:51:50.838Z | trap 0.540233046 |
| 3057 | 2026-07-07T23:51:50.838Z | tflt 0.423886461 |
| 3058 | 2026-07-07T23:51:50.838Z | dflt 0.523588740 |
| 3059 | 2026-07-07T23:51:50.838Z | kflt 0.010709842 |
| 3060 | 2026-07-07T23:51:50.838Z | lock 58:47.115814543 |
| 3061 | 2026-07-07T23:51:50.838Z | slp 58:24.908325426 |
| 3062 | 2026-07-07T23:51:50.838Z | lat 1:47.747967919 |
| 3063 | 2026-07-07T23:51:50.838Z | stop 11:27.330882482 |
| 3064 | 2026-07-07T23:51:50.842Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3065 | 2026-07-07T23:51:50.842Z | + ptime -m cargo doc --workspace --no-deps |
| 3066 | 2026-07-07T23:51:51.649Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3067 | 2026-07-07T23:51:51.649Z | | |
| 3068 | 2026-07-07T23:51:51.650Z | = 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)` |
| 3069 | 2026-07-07T23:51:51.650Z | = 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> |
| 3070 | 2026-07-07T23:51:52.666Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3071 | 2026-07-07T23:51:52.902Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3072 | 2026-07-07T23:51:52.948Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3073 | 2026-07-07T23:51:53.009Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3074 | 2026-07-07T23:51:53.039Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3075 | 2026-07-07T23:51:53.098Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3076 | 2026-07-07T23:51:53.126Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3077 | 2026-07-07T23:51:53.243Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3078 | 2026-07-07T23:51:53.271Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3079 | 2026-07-07T23:51:53.296Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3080 | 2026-07-07T23:51:53.500Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3081 | 2026-07-07T23:51:53.522Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3082 | 2026-07-07T23:51:53.547Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3083 | 2026-07-07T23:51:53.572Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3084 | 2026-07-07T23:51:53.610Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3085 | 2026-07-07T23:51:53.631Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3086 | 2026-07-07T23:51:53.652Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3087 | 2026-07-07T23:51:53.675Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3088 | 2026-07-07T23:51:53.678Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3089 | 2026-07-07T23:51:53.722Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3090 | 2026-07-07T23:51:53.792Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3091 | 2026-07-07T23:51:53.820Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3092 | 2026-07-07T23:51:54.074Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3093 | 2026-07-07T23:51:54.408Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3094 | 2026-07-07T23:51:54.434Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3095 | 2026-07-07T23:51:54.537Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3096 | 2026-07-07T23:51:54.580Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3097 | 2026-07-07T23:51:54.605Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3098 | 2026-07-07T23:51:54.794Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3099 | 2026-07-07T23:51:54.816Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3100 | 2026-07-07T23:51:54.960Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3101 | 2026-07-07T23:51:55.063Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3102 | 2026-07-07T23:51:55.085Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3103 | 2026-07-07T23:51:55.190Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3104 | 2026-07-07T23:51:55.215Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3105 | 2026-07-07T23:51:55.270Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3106 | 2026-07-07T23:51:55.323Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3107 | 2026-07-07T23:51:55.403Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3108 | 2026-07-07T23:51:55.520Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3109 | 2026-07-07T23:51:55.761Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3110 | 2026-07-07T23:51:55.789Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3111 | 2026-07-07T23:51:56.075Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3112 | 2026-07-07T23:51:56.205Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3113 | 2026-07-07T23:51:56.269Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3114 | 2026-07-07T23:51:56.371Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3115 | 2026-07-07T23:51:56.399Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3116 | 2026-07-07T23:51:56.422Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3117 | 2026-07-07T23:51:56.541Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3118 | 2026-07-07T23:51:56.618Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3119 | 2026-07-07T23:51:56.672Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3120 | 2026-07-07T23:51:56.698Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3121 | 2026-07-07T23:51:56.784Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3122 | 2026-07-07T23:51:56.858Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3123 | 2026-07-07T23:51:56.886Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3124 | 2026-07-07T23:51:56.908Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3125 | 2026-07-07T23:51:56.929Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3126 | 2026-07-07T23:51:57.003Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3127 | 2026-07-07T23:51:57.370Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3128 | 2026-07-07T23:51:57.479Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3129 | 2026-07-07T23:51:57.503Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3130 | 2026-07-07T23:51:57.778Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3131 | 2026-07-07T23:51:57.898Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3132 | 2026-07-07T23:51:58.247Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3133 | 2026-07-07T23:51:58.354Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3134 | 2026-07-07T23:51:58.408Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3135 | 2026-07-07T23:51:58.444Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3136 | 2026-07-07T23:51:58.543Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3137 | 2026-07-07T23:51:58.666Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3138 | 2026-07-07T23:51:58.690Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3139 | 2026-07-07T23:51:58.725Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3140 | 2026-07-07T23:51:58.802Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3141 | 2026-07-07T23:51:59.237Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3142 | 2026-07-07T23:51:59.800Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3143 | 2026-07-07T23:51:59.867Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3144 | 2026-07-07T23:51:59.926Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3145 | 2026-07-07T23:51:59.991Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3146 | 2026-07-07T23:52:00.210Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3147 | 2026-07-07T23:52:00.276Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3148 | 2026-07-07T23:52:00.332Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3149 | 2026-07-07T23:52:00.482Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3150 | 2026-07-07T23:52:00.485Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3151 | 2026-07-07T23:52:00.567Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3152 | 2026-07-07T23:52:00.591Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3153 | 2026-07-07T23:52:00.699Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3154 | 2026-07-07T23:52:00.721Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3155 | 2026-07-07T23:52:00.783Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3156 | 2026-07-07T23:52:00.919Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3157 | 2026-07-07T23:52:00.962Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3158 | 2026-07-07T23:52:01.028Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3159 | 2026-07-07T23:52:01.028Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3160 | 2026-07-07T23:52:01.070Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3161 | 2026-07-07T23:52:01.185Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3162 | 2026-07-07T23:52:01.237Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3163 | 2026-07-07T23:52:01.307Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3164 | 2026-07-07T23:52:01.329Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3165 | 2026-07-07T23:52:01.349Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3166 | 2026-07-07T23:52:01.396Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3167 | 2026-07-07T23:52:01.541Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3168 | 2026-07-07T23:52:01.587Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3169 | 2026-07-07T23:52:01.627Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3170 | 2026-07-07T23:52:01.648Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3171 | 2026-07-07T23:52:01.671Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3172 | 2026-07-07T23:52:01.779Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3173 | 2026-07-07T23:52:01.801Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3174 | 2026-07-07T23:52:01.886Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3175 | 2026-07-07T23:52:01.952Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3176 | 2026-07-07T23:52:01.994Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3177 | 2026-07-07T23:52:02.224Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3178 | 2026-07-07T23:52:02.267Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3179 | 2026-07-07T23:52:02.309Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3180 | 2026-07-07T23:52:02.717Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3181 | 2026-07-07T23:52:02.847Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3182 | 2026-07-07T23:52:02.971Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3183 | 2026-07-07T23:52:03.659Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3184 | 2026-07-07T23:52:03.751Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3185 | 2026-07-07T23:52:03.848Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3186 | 2026-07-07T23:52:03.872Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3187 | 2026-07-07T23:52:04.304Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3188 | 2026-07-07T23:52:04.502Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3189 | 2026-07-07T23:52:05.170Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3190 | 2026-07-07T23:52:05.804Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3191 | 2026-07-07T23:52:06.014Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3192 | 2026-07-07T23:52:06.657Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3193 | 2026-07-07T23:52:06.967Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3194 | 2026-07-07T23:52:06.991Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3195 | 2026-07-07T23:52:07.041Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3196 | 2026-07-07T23:52:07.303Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3197 | 2026-07-07T23:52:07.426Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3198 | 2026-07-07T23:52:07.519Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3199 | 2026-07-07T23:52:07.960Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3200 | 2026-07-07T23:52:08.007Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3201 | 2026-07-07T23:52:08.396Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3202 | 2026-07-07T23:52:08.679Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3203 | 2026-07-07T23:52:08.846Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3204 | 2026-07-07T23:52:09.178Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3205 | 2026-07-07T23:52:09.244Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3206 | 2026-07-07T23:52:09.438Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3207 | 2026-07-07T23:52:09.470Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3208 | 2026-07-07T23:52:09.922Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3209 | 2026-07-07T23:52:10.195Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3210 | 2026-07-07T23:52:10.740Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3211 | 2026-07-07T23:52:10.939Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3212 | 2026-07-07T23:52:11.347Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3213 | 2026-07-07T23:52:11.778Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3214 | 2026-07-07T23:52:12.396Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3215 | 2026-07-07T23:52:12.951Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3216 | 2026-07-07T23:52:13.214Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3217 | 2026-07-07T23:52:13.521Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3218 | 2026-07-07T23:52:13.855Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3219 | 2026-07-07T23:52:14.015Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3220 | 2026-07-07T23:52:14.337Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3221 | 2026-07-07T23:52:15.214Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3222 | 2026-07-07T23:52:15.656Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3223 | 2026-07-07T23:52:16.248Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3224 | 2026-07-07T23:52:16.329Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3225 | 2026-07-07T23:52:16.654Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3226 | 2026-07-07T23:52:16.860Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3227 | 2026-07-07T23:52:20.711Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3228 | 2026-07-07T23:52:21.007Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3229 | 2026-07-07T23:52:21.401Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3230 | 2026-07-07T23:52:22.462Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3231 | 2026-07-07T23:52:22.489Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3232 | 2026-07-07T23:52:22.648Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3233 | 2026-07-07T23:52:23.263Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3234 | 2026-07-07T23:52:24.206Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3235 | 2026-07-07T23:52:24.428Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3236 | 2026-07-07T23:52:24.695Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3237 | 2026-07-07T23:52:24.919Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3238 | 2026-07-07T23:52:25.140Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3239 | 2026-07-07T23:52:25.163Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3240 | 2026-07-07T23:52:25.589Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3241 | 2026-07-07T23:52:25.644Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3242 | 2026-07-07T23:52:25.827Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3243 | 2026-07-07T23:52:25.953Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3244 | 2026-07-07T23:52:26.097Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3245 | 2026-07-07T23:52:26.302Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3246 | 2026-07-07T23:52:26.809Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3247 | 2026-07-07T23:52:27.038Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3248 | 2026-07-07T23:52:27.099Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3249 | 2026-07-07T23:52:27.326Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3250 | 2026-07-07T23:52:27.526Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3251 | 2026-07-07T23:52:27.707Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3252 | 2026-07-07T23:52:28.010Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3253 | 2026-07-07T23:52:29.052Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3254 | 2026-07-07T23:52:29.997Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3255 | 2026-07-07T23:52:30.555Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3256 | 2026-07-07T23:52:31.605Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3257 | 2026-07-07T23:52:32.170Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3258 | 2026-07-07T23:52:33.492Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3259 | 2026-07-07T23:52:34.746Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3260 | 2026-07-07T23:52:36.476Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3261 | 2026-07-07T23:52:36.780Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3262 | 2026-07-07T23:52:37.396Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3263 | 2026-07-07T23:52:38.691Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3264 | 2026-07-07T23:52:40.472Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3265 | 2026-07-07T23:52:42.057Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3266 | 2026-07-07T23:52:42.508Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3267 | 2026-07-07T23:52:42.902Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3268 | 2026-07-07T23:52:43.853Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3269 | 2026-07-07T23:52:45.234Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3270 | 2026-07-07T23:52:45.430Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3271 | 2026-07-07T23:52:47.653Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3272 | 2026-07-07T23:52:48.349Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3273 | 2026-07-07T23:52:50.110Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3274 | 2026-07-07T23:52:50.623Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3275 | 2026-07-07T23:52:53.494Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3276 | 2026-07-07T23:52:54.611Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3277 | 2026-07-07T23:52:55.603Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3278 | 2026-07-07T23:52:56.337Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3279 | 2026-07-07T23:52:57.087Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3280 | 2026-07-07T23:52:57.853Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3281 | 2026-07-07T23:52:59.446Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3282 | 2026-07-07T23:53:00.219Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3283 | 2026-07-07T23:53:00.863Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3284 | 2026-07-07T23:53:00.888Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3285 | 2026-07-07T23:53:01.698Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3286 | 2026-07-07T23:53:02.458Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3287 | 2026-07-07T23:53:03.377Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3288 | 2026-07-07T23:53:07.254Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3289 | 2026-07-07T23:53:08.416Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3290 | 2026-07-07T23:53:08.982Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3291 | 2026-07-07T23:53:10.005Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3292 | 2026-07-07T23:53:10.852Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3293 | 2026-07-07T23:53:11.721Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3294 | 2026-07-07T23:53:13.182Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3295 | 2026-07-07T23:53:15.919Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3296 | 2026-07-07T23:53:16.332Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3297 | 2026-07-07T23:53:17.089Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3298 | 2026-07-07T23:53:18.636Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3299 | 2026-07-07T23:53:19.795Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3300 | 2026-07-07T23:53:21.179Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3301 | 2026-07-07T23:53:23.517Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3302 | 2026-07-07T23:53:24.156Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3303 | 2026-07-07T23:53:25.715Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3304 | 2026-07-07T23:53:27.345Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3305 | 2026-07-07T23:53:30.479Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3306 | 2026-07-07T23:53:32.143Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3307 | 2026-07-07T23:53:33.706Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3308 | 2026-07-07T23:53:35.329Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3309 | 2026-07-07T23:53:39.513Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3310 | 2026-07-07T23:53:39.949Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3311 | 2026-07-07T23:53:41.163Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3312 | 2026-07-07T23:53:41.739Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3313 | 2026-07-07T23:53:43.431Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3314 | 2026-07-07T23:53:45.519Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3315 | 2026-07-07T23:53:47.283Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3316 | 2026-07-07T23:53:49.220Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3317 | 2026-07-07T23:53:51.020Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3318 | 2026-07-07T23:53:52.762Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3319 | 2026-07-07T23:53:54.849Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3320 | 2026-07-07T23:53:56.389Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3321 | 2026-07-07T23:53:58.128Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3322 | 2026-07-07T23:53:59.965Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3323 | 2026-07-07T23:54:01.725Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3324 | 2026-07-07T23:54:03.556Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3325 | 2026-07-07T23:54:05.021Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3326 | 2026-07-07T23:54:08.908Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3327 | 2026-07-07T23:54:10.440Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3328 | 2026-07-07T23:54:12.417Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3329 | 2026-07-07T23:54:14.202Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3330 | 2026-07-07T23:54:16.102Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3331 | 2026-07-07T23:54:19.991Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3332 | 2026-07-07T23:54:21.976Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3333 | 2026-07-07T23:54:23.785Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3334 | 2026-07-07T23:54:26.462Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3335 | 2026-07-07T23:54:27.891Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3336 | 2026-07-07T23:54:29.236Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3337 | 2026-07-07T23:54:32.454Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3338 | 2026-07-07T23:54:34.678Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3339 | 2026-07-07T23:54:36.994Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3340 | 2026-07-07T23:54:39.387Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3341 | 2026-07-07T23:54:41.719Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3342 | 2026-07-07T23:54:43.842Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3343 | 2026-07-07T23:54:46.032Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3344 | 2026-07-07T23:54:48.727Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3345 | 2026-07-07T23:54:50.474Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3346 | 2026-07-07T23:54:52.993Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3347 | 2026-07-07T23:54:54.881Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3348 | 2026-07-07T23:54:57.056Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3349 | 2026-07-07T23:54:59.398Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3350 | 2026-07-07T23:55:01.644Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3351 | 2026-07-07T23:55:03.838Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3352 | 2026-07-07T23:55:06.185Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3353 | 2026-07-07T23:55:08.541Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3354 | 2026-07-07T23:55:10.869Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3355 | 2026-07-07T23:55:13.192Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3356 | 2026-07-07T23:55:15.645Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3357 | 2026-07-07T23:55:17.930Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3358 | 2026-07-07T23:55:20.297Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3359 | 2026-07-07T23:55:22.665Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3360 | 2026-07-07T23:55:24.988Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3361 | 2026-07-07T23:55:27.387Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3362 | 2026-07-07T23:55:29.769Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3363 | 2026-07-07T23:55:32.073Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3364 | 2026-07-07T23:55:34.396Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3365 | 2026-07-07T23:55:37.066Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3366 | 2026-07-07T23:55:39.209Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3367 | 2026-07-07T23:55:41.702Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3368 | 2026-07-07T23:55:44.062Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3369 | 2026-07-07T23:55:46.498Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3370 | 2026-07-07T23:55:48.892Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3371 | 2026-07-07T23:55:51.291Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3372 | 2026-07-07T23:55:53.661Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3373 | 2026-07-07T23:55:56.080Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3374 | 2026-07-07T23:55:58.454Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3375 | 2026-07-07T23:56:00.842Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3376 | 2026-07-07T23:56:03.272Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3377 | 2026-07-07T23:56:05.546Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3378 | 2026-07-07T23:56:08.079Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3379 | 2026-07-07T23:56:10.402Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3380 | 2026-07-07T23:56:12.732Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3381 | 2026-07-07T23:56:15.802Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3382 | 2026-07-07T23:56:17.916Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3383 | 2026-07-07T23:56:20.381Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3384 | 2026-07-07T23:56:22.994Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3385 | 2026-07-07T23:56:25.677Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3386 | 2026-07-07T23:56:28.248Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3387 | 2026-07-07T23:56:30.834Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3388 | 2026-07-07T23:56:33.342Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3389 | 2026-07-07T23:56:35.916Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3390 | 2026-07-07T23:56:38.530Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3391 | 2026-07-07T23:56:41.171Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3392 | 2026-07-07T23:56:44.074Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3393 | 2026-07-07T23:56:46.525Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3394 | 2026-07-07T23:56:54.522Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3395 | 2026-07-07T23:56:54.626Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3396 | 2026-07-07T23:56:57.940Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3397 | 2026-07-07T23:57:01.240Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3398 | 2026-07-07T23:57:04.837Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3399 | 2026-07-07T23:57:08.076Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3400 | 2026-07-07T23:57:11.408Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3401 | 2026-07-07T23:57:16.151Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3402 | 2026-07-07T23:57:18.998Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3403 | 2026-07-07T23:57:22.718Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3404 | 2026-07-07T23:57:26.439Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3405 | 2026-07-07T23:57:30.083Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3406 | 2026-07-07T23:57:33.815Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3407 | 2026-07-07T23:57:37.548Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3408 | 2026-07-07T23:57:41.226Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3409 | 2026-07-07T23:57:44.945Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3410 | 2026-07-07T23:57:48.716Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3411 | 2026-07-07T23:57:52.633Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3412 | 2026-07-07T23:57:56.260Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3413 | 2026-07-07T23:57:59.939Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3414 | 2026-07-07T23:58:03.693Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3415 | 2026-07-07T23:58:07.378Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3416 | 2026-07-07T23:58:11.157Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3417 | 2026-07-07T23:58:15.020Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3418 | 2026-07-07T23:58:18.670Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3419 | 2026-07-07T23:58:48.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 57s |
| 3420 | 2026-07-07T23:58:48.698Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files |
| 3421 | 2026-07-07T23:58:48.800Z | |
| 3422 | 2026-07-07T23:58:48.800Z | real 6:57.877586933 |
| 3423 | 2026-07-07T23:58:48.801Z | user 18:33.865533106 |
| 3424 | 2026-07-07T23:58:48.801Z | sys 3:57.160788353 |
| 3425 | 2026-07-07T23:58:48.801Z | trap 0.274960656 |
| 3426 | 2026-07-07T23:58:48.801Z | tflt 0.009786301 |
| 3427 | 2026-07-07T23:58:48.804Z | dflt 0.058032718 |
| 3428 | 2026-07-07T23:58:48.804Z | kflt 0.000054290 |
| 3429 | 2026-07-07T23:58:48.804Z | lock 6:27:27.512585236 |
| 3430 | 2026-07-07T23:58:48.804Z | slp 2:20:34.036668418 |
| 3431 | 2026-07-07T23:58:48.804Z | lat 31.860485632 |
| 3432 | 2026-07-07T23:58:48.804Z | stop 1:41.195673506 |
| 3433 | 2026-07-07T23:58:48.804Z | process exited: duration 789822 ms, exit code 0 |
| |
| 3434 | 2026-07-07T23:58:48.810Z | found 0 output files |