|
|
|
| 1 | 2026-09-06T23:56:09.522Z | job assigned to worker 01M1WJBYQ5XD1DNN8KPMDFA153 [factory aws, i-0ad57fb3093d7e636] (queued for 54 s) |
| |
| 2 | 2026-09-06T23:56:16.120Z | starting task 0: "setup" |
| 3 | 2026-09-06T23:56:16.126Z | ++ uname -s |
| 4 | 2026-09-06T23:56:16.129Z | + kern=SunOS |
| 5 | 2026-09-06T23:56:16.129Z | + build_user=build |
| 6 | 2026-09-06T23:56:16.129Z | + build_uid=12345 |
| 7 | 2026-09-06T23:56:16.129Z | + work_dir=/work |
| 8 | 2026-09-06T23:56:16.130Z | + input_dir=/input |
| 9 | 2026-09-06T23:56:16.130Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-06T23:56:16.130Z | + case "$kern" in |
| 11 | 2026-09-06T23:56:16.130Z | + groupadd -g 12345 build |
| 12 | 2026-09-06T23:56:16.130Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-06T23:56:18.134Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-06T23:56:18.255Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-06T23:56:18.258Z | + home_fs=zfs |
| 16 | 2026-09-06T23:56:18.258Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-06T23:56:18.259Z | + mkdir -p /home/build |
| 18 | 2026-09-06T23:56:18.259Z | + chown build:build /home/build /work |
| 19 | 2026-09-06T23:56:20.259Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-06T23:56:20.263Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2026-09-06T23:56:20.269Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-06T23:56:20.273Z | + printf ' * rust toolchain channel = "%s"\n' 1.98.1 |
| 23 | 2026-09-06T23:56:20.274Z | * rust toolchain channel = "1.98.1" |
| 24 | 2026-09-06T23:56:20.274Z | * rust toolchain profile = "default" |
| 25 | 2026-09-06T23:56:20.274Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-09-06T23:56:20.274Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-06T23:56:20.274Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-06T23:56:20.277Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-06T23:56:20.277Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default |
| 30 | 2026-09-06T23:56:20.381Z | info: downloading installer |
| 31 | 2026-09-06T23:56:21.761Z | info: profile set to default |
| 32 | 2026-09-06T23:56:21.761Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-06T23:56:21.764Z | info: syncing channel updates for 1.98.1-x86_64-unknown-illumos |
| 34 | 2026-09-06T23:56:21.892Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-06T23:56:21.895Z | info: downloading 6 components |
| 36 | 2026-09-06T23:56:37.283Z | info: default toolchain set to 1.98.1-x86_64-unknown-illumos |
| 37 | 2026-09-06T23:56:37.283Z | |
| 38 | 2026-09-06T23:56:37.310Z | 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-06T23:56:37.311Z | |
| 40 | 2026-09-06T23:56:37.314Z | |
| 41 | 2026-09-06T23:56:37.314Z | Rust is installed now. Great! |
| 42 | 2026-09-06T23:56:37.314Z | |
| 43 | 2026-09-06T23:56:37.314Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-06T23:56:37.314Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-06T23:56:37.314Z | |
| 46 | 2026-09-06T23:56:37.314Z | To configure your current shell, you need to source |
| 47 | 2026-09-06T23:56:37.314Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-06T23:56:37.314Z | |
| 49 | 2026-09-06T23:56:37.314Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-06T23:56:37.314Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-06T23:56:37.314Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-06T23:56:37.315Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-06T23:56:37.315Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-06T23:56:37.315Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-06T23:56:37.315Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-06T23:56:37.315Z | HOST_CC = None |
| 57 | 2026-09-06T23:56:37.315Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-06T23:56:37.315Z | CC = None |
| 59 | 2026-09-06T23:56:37.315Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-06T23:56:37.489Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-06T23:56:37.489Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-06T23:56:37.489Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-06T23:56:37.489Z | CFLAGS = None |
| 64 | 2026-09-06T23:56:37.489Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-06T23:56:37.489Z | HOST_CFLAGS = None |
| 66 | 2026-09-06T23:56:37.489Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-06T23:56:37.489Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-06T23:56:37.489Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-06T23:56:37.489Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-06T23:56:37.575Z | + rustup --version |
| 71 | 2026-09-06T23:56:37.582Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-06T23:56:37.582Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-06T23:56:37.603Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-06T23:56:37.606Z | + cargo --version |
| 75 | 2026-09-06T23:56:37.619Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-06T23:56:37.622Z | + rustc --version |
| 77 | 2026-09-06T23:56:37.646Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-06T23:56:37.649Z | process exited: duration 17372 ms, exit code 0 |
| |
| 79 | 2026-09-06T23:56:37.656Z | starting task 2: "authentication" |
| 80 | 2026-09-06T23:56:37.673Z | process exited: duration 17 ms, exit code 0 |
| |
| 81 | 2026-09-06T23:56:37.679Z | starting task 3: "clone repository" |
| 82 | 2026-09-06T23:56:37.683Z | + mkdir -p /work/oxidecomputer/omicron |
| 83 | 2026-09-06T23:56:37.686Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 84 | 2026-09-06T23:56:37.719Z | Cloning into '/work/oxidecomputer/omicron'... |
| 85 | 2026-09-06T23:56:51.008Z | + cd /work/oxidecomputer/omicron |
| 86 | 2026-09-06T23:56:51.008Z | + git fetch origin b6aa68400cb234db1fa9d88e22fffcdcb243415e |
| 87 | 2026-09-06T23:56:51.319Z | From https://github.com/oxidecomputer/omicron |
| 88 | 2026-09-06T23:56:51.319Z | * branch b6aa68400cb234db1fa9d88e22fffcdcb243415e -> FETCH_HEAD |
| 89 | 2026-09-06T23:56:51.330Z | + [[ -n sush-nexus-tunnel ]] |
| 90 | 2026-09-06T23:56:51.334Z | ++ git branch --show-current |
| 91 | 2026-09-06T23:56:51.334Z | + current=main |
| 92 | 2026-09-06T23:56:51.334Z | + [[ main != sush-nexus-tunnel ]] |
| 93 | 2026-09-06T23:56:51.334Z | + git branch -f sush-nexus-tunnel b6aa68400cb234db1fa9d88e22fffcdcb243415e |
| 94 | 2026-09-06T23:56:51.338Z | + git checkout -f sush-nexus-tunnel |
| 95 | 2026-09-06T23:56:51.586Z | Switched to branch 'sush-nexus-tunnel' |
| 96 | 2026-09-06T23:56:51.589Z | + git reset --hard b6aa68400cb234db1fa9d88e22fffcdcb243415e |
| 97 | 2026-09-06T23:56:51.613Z | HEAD is now at b6aa68400 Tunnel sush through Nexus |
| 98 | 2026-09-06T23:56:51.617Z | process exited: duration 13932 ms, exit code 0 |
| |
| 99 | 2026-09-06T23:56:51.626Z | starting task 4: "build" |
| 100 | 2026-09-06T23:56:51.630Z | + source ./env.sh |
| 101 | 2026-09-06T23:56:51.634Z | ++ OLD_SHELL_OPTS=ehxB |
| 102 | 2026-09-06T23:56:51.634Z | ++ set -o xtrace |
| 103 | 2026-09-06T23:56:51.634Z | ++++ dirname ./env.sh |
| 104 | 2026-09-06T23:56:51.638Z | +++ readlink -f . |
| 105 | 2026-09-06T23:56:51.638Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 106 | 2026-09-06T23:56:51.638Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-09-06T23:56:51.638Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-09-06T23:56:51.638Z | ++ 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 |
| 109 | 2026-09-06T23:56:51.638Z | ++ 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 |
| 110 | 2026-09-06T23:56:51.638Z | ++ 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 |
| 111 | 2026-09-06T23:56:51.638Z | ++ 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 |
| 112 | 2026-09-06T23:56:51.638Z | ++ 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 |
| 113 | 2026-09-06T23:56:51.638Z | ++ 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 |
| 114 | 2026-09-06T23:56:51.638Z | ++ 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 |
| 115 | 2026-09-06T23:56:51.639Z | ++ 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 |
| 116 | 2026-09-06T23:56:51.639Z | ++ case $OLD_SHELL_OPTS in |
| 117 | 2026-09-06T23:56:51.640Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 118 | 2026-09-06T23:56:51.640Z | + source .github/buildomat/ci-env.sh |
| 119 | 2026-09-06T23:56:51.640Z | ++ export CARGO_TERM_COLOR=always |
| 120 | 2026-09-06T23:56:51.640Z | ++ CARGO_TERM_COLOR=always |
| 121 | 2026-09-06T23:56:51.640Z | +++ uname -s |
| 122 | 2026-09-06T23:56:51.644Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 123 | 2026-09-06T23:56:51.644Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 124 | 2026-09-06T23:56:51.644Z | + cargo --version |
| 125 | 2026-09-06T23:56:51.648Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 126 | 2026-09-06T23:56:51.652Z | + rustc --version |
| 127 | 2026-09-06T23:56:51.670Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 128 | 2026-09-06T23:56:51.674Z | + banner prerequisites |
| 129 | 2026-09-06T23:56:51.677Z | |
| 130 | 2026-09-06T23:56:51.677Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2026-09-06T23:56:51.677Z | # # # # # # # # # # # # # # # |
| 132 | 2026-09-06T23:56:51.677Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2026-09-06T23:56:51.677Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2026-09-06T23:56:51.677Z | # # # # # # # # # # # # # # # |
| 135 | 2026-09-06T23:56:51.677Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2026-09-06T23:56:51.678Z | |
| 137 | 2026-09-06T23:56:51.678Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2026-09-06T23:56:53.619Z | Startup: Refreshing catalog 'helios' ... Done |
| 139 | 2026-09-06T23:56:54.040Z | Startup: Caching catalogs ... Done |
| 140 | 2026-09-06T23:56:56.590Z | Planning: Solver setup ... Done (2.376s) |
| 141 | 2026-09-06T23:56:56.661Z | Planning: Running solver ... Done (0.068s) |
| 142 | 2026-09-06T23:56:56.710Z | Planning: Finding local manifests ... Done (0.003s) |
| 143 | 2026-09-06T23:56:56.723Z | Planning: Fetching manifests: 0/2 0% complete |
| 144 | 2026-09-06T23:56:56.743Z | Planning: Fetching manifests: 2/2 100% complete |
| 145 | 2026-09-06T23:56:56.754Z | Planning: Package planning ... Done (0.014s) |
| 146 | 2026-09-06T23:56:56.758Z | Planning: Merging actions ... Done (0.002s) |
| 147 | 2026-09-06T23:56:56.916Z | Planning: Checking for conflicting actions ... Done (0.159s) |
| 148 | 2026-09-06T23:56:56.919Z | Planning: Consolidating action changes ... Done (0.001s) |
| 149 | 2026-09-06T23:56:57.724Z | Planning: Evaluating mediators ... Done (0.807s) |
| 150 | 2026-09-06T23:56:57.732Z | Planning: Planning completed in 3.65 seconds |
| 151 | 2026-09-06T23:56:57.735Z | Packages to install: 2 |
| 152 | 2026-09-06T23:56:57.735Z | Estimated space available: 156.02 GB |
| 153 | 2026-09-06T23:56:57.735Z | Estimated space to be consumed: 86.48 MB |
| 154 | 2026-09-06T23:56:57.736Z | Create boot environment: No |
| 155 | 2026-09-06T23:56:57.736Z | Create backup boot environment: No |
| 156 | 2026-09-06T23:56:57.736Z | Rebuild boot archive: No |
| 157 | 2026-09-06T23:56:57.736Z | |
| 158 | 2026-09-06T23:56:57.736Z | Changed packages: |
| 159 | 2026-09-06T23:56:57.736Z | helios |
| 160 | 2026-09-06T23:56:57.736Z | developer/build-essential |
| 161 | 2026-09-06T23:56:57.736Z | None -> 11-3.0 |
| 162 | 2026-09-06T23:56:57.736Z | library/libxmlsec1 |
| 163 | 2026-09-06T23:56:57.736Z | None -> 1.2.35-3.0 |
| 164 | 2026-09-06T23:56:57.779Z | |
| 165 | 2026-09-06T23:56:57.779Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 166 | 2026-09-06T23:56:57.825Z | Download: Completed 1.28 MB in 0.07 seconds (18.8M/s) |
| 167 | 2026-09-06T23:56:57.873Z | Actions: 1/268 actions (Installing new actions) |
| 168 | 2026-09-06T23:56:57.913Z | Actions: Completed 268 actions in 0.04 seconds. |
| 169 | 2026-09-06T23:56:57.946Z | Finalize: Updating package state database ... Done (0.035s) |
| 170 | 2026-09-06T23:56:57.949Z | Finalize: Updating package cache ... Done (0.000s) |
| 171 | 2026-09-06T23:56:58.047Z | Finalize: Updating image state ... Done (0.101s) |
| 172 | 2026-09-06T23:57:00.619Z | Finalize: Creating fast lookup database ... Done (2.518s) |
| 173 | 2026-09-06T23:57:00.691Z | Finalize: Reading search index ... Done (0.012s) |
| 174 | 2026-09-06T23:57:00.694Z | Finalize: Updating search index ... Done (0.000s) |
| 175 | 2026-09-06T23:57:00.752Z | Finalize: Updating package cache ... Done (0.000s) |
| 176 | 2026-09-06T23:57:01.139Z | Planning: Evaluating mediator changes ... Done |
| 177 | 2026-09-06T23:57:01.244Z | Planning: Checking for conflicting actions ... Done |
| 178 | 2026-09-06T23:57:01.247Z | Planning: Consolidating action changes ... Done |
| 179 | 2026-09-06T23:57:01.405Z | Planning: Evaluating mediators ... Done |
| 180 | 2026-09-06T23:57:01.409Z | Planning: Planning completed in 0.26 seconds |
| 181 | 2026-09-06T23:57:01.430Z | Mediators to change: 2 |
| 182 | 2026-09-06T23:57:01.430Z | Create boot environment: No |
| 183 | 2026-09-06T23:57:01.430Z | Create backup boot environment: No |
| 184 | 2026-09-06T23:57:01.468Z | Finalize: Updating package state database ... Done |
| 185 | 2026-09-06T23:57:01.471Z | Finalize: Updating package cache ... Done |
| 186 | 2026-09-06T23:57:01.526Z | Finalize: Updating image state ... Done |
| 187 | 2026-09-06T23:57:03.475Z | Finalize: Creating fast lookup database ... Done |
| 188 | 2026-09-06T23:57:03.538Z | Finalize: Reading search index ... Done |
| 189 | 2026-09-06T23:57:03.541Z | Finalize: Updating search index ... Done |
| 190 | 2026-09-06T23:57:03.627Z | Finalize: Updating package cache ... Done |
| 191 | 2026-09-06T23:57:03.913Z | Planning: Evaluating mediator changes ... Done |
| 192 | 2026-09-06T23:57:04.018Z | Planning: Checking for conflicting actions ... Done |
| 193 | 2026-09-06T23:57:04.024Z | Planning: Consolidating action changes ... Done |
| 194 | 2026-09-06T23:57:04.178Z | Planning: Evaluating mediators ... Done |
| 195 | 2026-09-06T23:57:04.181Z | Planning: Planning completed in 0.26 seconds |
| 196 | 2026-09-06T23:57:04.200Z | Mediators to change: 1 |
| 197 | 2026-09-06T23:57:04.200Z | Create boot environment: No |
| 198 | 2026-09-06T23:57:04.200Z | Create backup boot environment: No |
| 199 | 2026-09-06T23:57:04.333Z | Finalize: Updating package state database ... Done |
| 200 | 2026-09-06T23:57:04.333Z | Finalize: Updating package cache ... Done |
| 201 | 2026-09-06T23:57:04.392Z | Finalize: Updating image state ... Done |
| 202 | 2026-09-06T23:57:06.351Z | Finalize: Creating fast lookup database ... Done |
| 203 | 2026-09-06T23:57:06.412Z | Finalize: Reading search index ... Done |
| 204 | 2026-09-06T23:57:06.415Z | Finalize: Updating search index ... Done |
| 205 | 2026-09-06T23:57:06.503Z | Finalize: Updating package cache ... Done |
| 206 | 2026-09-06T23:57:06.832Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 207 | 2026-09-06T23:57:06.832Z | apache system 2.4 system |
| 208 | 2026-09-06T23:57:06.832Z | clang system 15 system |
| 209 | 2026-09-06T23:57:06.832Z | csh system system illumos |
| 210 | 2026-09-06T23:57:06.832Z | ctags system system illumos |
| 211 | 2026-09-06T23:57:06.832Z | file vendor vendor darwinsys |
| 212 | 2026-09-06T23:57:06.832Z | file system system illumos |
| 213 | 2026-09-06T23:57:06.832Z | gcc vendor 14 vendor |
| 214 | 2026-09-06T23:57:06.832Z | gcc system 13 system |
| 215 | 2026-09-06T23:57:06.832Z | gcc system 10 system |
| 216 | 2026-09-06T23:57:06.832Z | go system 1.25 system |
| 217 | 2026-09-06T23:57:06.832Z | llvm system 15 system |
| 218 | 2026-09-06T23:57:06.832Z | mariadb system 11.4 system |
| 219 | 2026-09-06T23:57:06.832Z | mta vendor vendor dma |
| 220 | 2026-09-06T23:57:06.832Z | openjdk system 17 system |
| 221 | 2026-09-06T23:57:06.832Z | openjdk system 11 system |
| 222 | 2026-09-06T23:57:06.832Z | openssl vendor 3 vendor |
| 223 | 2026-09-06T23:57:06.832Z | perl system 5.40 system |
| 224 | 2026-09-06T23:57:06.832Z | postgresql system 18 system |
| 225 | 2026-09-06T23:57:06.832Z | postgresql system 17 system |
| 226 | 2026-09-06T23:57:06.832Z | python vendor 3 vendor |
| 227 | 2026-09-06T23:57:06.832Z | python system 2 system |
| 228 | 2026-09-06T23:57:06.832Z | python3 vendor 3.13 vendor |
| 229 | 2026-09-06T23:57:06.832Z | ruby system 3.4 system |
| 230 | 2026-09-06T23:57:06.832Z | ruby system 3.0 system |
| 231 | 2026-09-06T23:57:06.832Z | words vendor vendor american-english |
| 232 | 2026-09-06T23:57:06.832Z | words system system australian-english |
| 233 | 2026-09-06T23:57:06.832Z | words system system british-english |
| 234 | 2026-09-06T23:57:06.832Z | words system system canadian-english |
| 235 | 2026-09-06T23:57:06.832Z | words system system french |
| 236 | 2026-09-06T23:57:06.832Z | words system system italian |
| 237 | 2026-09-06T23:57:06.832Z | words system system ngerman |
| 238 | 2026-09-06T23:57:06.833Z | words system system ogerman |
| 239 | 2026-09-06T23:57:06.833Z | words system system spanish |
| 240 | 2026-09-06T23:57:07.078Z | PUBLISHER TYPE STATUS P LOCATION |
| 241 | 2026-09-06T23:57:07.078Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 242 | 2026-09-06T23:57:07.597Z | FMRI IFO |
| 243 | 2026-09-06T23:57:07.597Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 244 | 2026-09-06T23:57:07.597Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 245 | 2026-09-06T23:57:07.597Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 246 | 2026-09-06T23:57:07.597Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 247 | 2026-09-06T23:57:07.597Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 248 | 2026-09-06T23:57:07.597Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 249 | 2026-09-06T23:57:07.597Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 250 | 2026-09-06T23:57:07.598Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 251 | 2026-09-06T23:57:07.598Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 252 | 2026-09-06T23:57:07.945Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 253 | 2026-09-06T23:57:08.285Z | Updating crates.io index |
| 254 | 2026-09-06T23:57:08.289Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 255 | 2026-09-06T23:57:08.563Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 256 | 2026-09-06T23:57:08.915Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 257 | 2026-09-06T23:57:09.193Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 258 | 2026-09-06T23:57:10.211Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 259 | 2026-09-06T23:57:10.805Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 260 | 2026-09-06T23:57:12.420Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 261 | 2026-09-06T23:57:13.249Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 262 | 2026-09-06T23:57:13.618Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2026-09-06T23:57:13.930Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 264 | 2026-09-06T23:57:15.121Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 265 | 2026-09-06T23:57:15.436Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 266 | 2026-09-06T23:57:15.946Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 267 | 2026-09-06T23:57:16.542Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 268 | 2026-09-06T23:57:16.824Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 269 | 2026-09-06T23:57:17.103Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 270 | 2026-09-06T23:57:17.395Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 271 | 2026-09-06T23:57:17.678Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 272 | 2026-09-06T23:57:18.005Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 273 | 2026-09-06T23:57:18.349Z | Updating git repository `https://github.com/oxidecomputer/sush` |
| 274 | 2026-09-06T23:57:18.897Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 275 | 2026-09-06T23:57:19.401Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 276 | 2026-09-06T23:57:19.696Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2026-09-06T23:57:20.273Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 278 | 2026-09-06T23:57:20.610Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 279 | 2026-09-06T23:57:20.925Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 280 | 2026-09-06T23:57:21.346Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 281 | 2026-09-06T23:57:21.620Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 282 | 2026-09-06T23:57:22.046Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 283 | 2026-09-06T23:57:22.711Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 284 | 2026-09-06T23:57:22.996Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 285 | 2026-09-06T23:57:23.283Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 286 | 2026-09-06T23:57:23.684Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 287 | 2026-09-06T23:57:24.222Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 288 | 2026-09-06T23:57:24.508Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 289 | 2026-09-06T23:57:24.795Z | Updating git repository `https://github.com/oxidecomputer/rumors` |
| 290 | 2026-09-06T23:57:30.858Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 291 | 2026-09-06T23:57:31.172Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 292 | 2026-09-06T23:57:31.469Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 293 | 2026-09-06T23:57:31.716Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 294 | 2026-09-06T23:57:32.030Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 295 | 2026-09-06T23:57:32.319Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 296 | 2026-09-06T23:57:32.588Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 297 | 2026-09-06T23:57:32.832Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 298 | 2026-09-06T23:57:35.958Z | Downloading crates ... |
| 299 | 2026-09-06T23:57:36.024Z | Downloaded colorchoice v1.0.4 |
| 300 | 2026-09-06T23:57:36.036Z | Downloaded dtrace-parser v0.2.0 |
| 301 | 2026-09-06T23:57:36.036Z | Downloaded block-buffer v0.10.4 |
| 302 | 2026-09-06T23:57:36.040Z | Downloaded fs-err v3.3.0 |
| 303 | 2026-09-06T23:57:36.040Z | Downloaded anstream v1.0.0 |
| 304 | 2026-09-06T23:57:36.040Z | Downloaded thread-id v4.2.2 |
| 305 | 2026-09-06T23:57:36.040Z | Downloaded getrandom v0.4.3 |
| 306 | 2026-09-06T23:57:36.057Z | Downloaded generic-array v0.14.7 |
| 307 | 2026-09-06T23:57:36.068Z | Downloaded itoa v1.0.17 |
| 308 | 2026-09-06T23:57:36.068Z | Downloaded camino v1.2.5 |
| 309 | 2026-09-06T23:57:36.069Z | Downloaded fastrand v2.3.0 |
| 310 | 2026-09-06T23:57:36.069Z | Downloaded cargo-platform v0.3.2 |
| 311 | 2026-09-06T23:57:36.069Z | Downloaded memmap v0.7.0 |
| 312 | 2026-09-06T23:57:36.069Z | Downloaded crypto-common v0.1.7 |
| 313 | 2026-09-06T23:57:36.069Z | Downloaded zerocopy v0.7.35 |
| 314 | 2026-09-06T23:57:36.084Z | Downloaded clap_derive v4.6.1 |
| 315 | 2026-09-06T23:57:36.084Z | Downloaded byteorder v1.5.0 |
| 316 | 2026-09-06T23:57:36.084Z | Downloaded ucd-trie v0.1.7 |
| 317 | 2026-09-06T23:57:36.085Z | Downloaded cpufeatures v0.2.17 |
| 318 | 2026-09-06T23:57:36.085Z | Downloaded errno v0.3.14 |
| 319 | 2026-09-06T23:57:36.102Z | Downloaded heck v0.5.0 |
| 320 | 2026-09-06T23:57:36.102Z | Downloaded proc-macro-error-attr v1.0.4 |
| 321 | 2026-09-06T23:57:36.103Z | Downloaded is_terminal_polyfill v1.70.2 |
| 322 | 2026-09-06T23:57:36.103Z | Downloaded dof v0.3.0 |
| 323 | 2026-09-06T23:57:36.103Z | Downloaded camino-tempfile v1.4.1 |
| 324 | 2026-09-06T23:57:36.103Z | Downloaded cargo_toml v0.21.0 |
| 325 | 2026-09-06T23:57:36.103Z | Downloaded pest_derive v2.8.6 |
| 326 | 2026-09-06T23:57:36.103Z | Downloaded macaddr v1.0.1 |
| 327 | 2026-09-06T23:57:36.118Z | Downloaded clap_lex v1.0.0 |
| 328 | 2026-09-06T23:57:36.119Z | Downloaded smawk v0.3.2 |
| 329 | 2026-09-06T23:57:36.119Z | Downloaded version_check v0.9.5 |
| 330 | 2026-09-06T23:57:36.119Z | Downloaded anstyle-query v1.1.5 |
| 331 | 2026-09-06T23:57:36.154Z | Downloaded cargo_metadata v0.23.1 |
| 332 | 2026-09-06T23:57:36.154Z | Downloaded anstyle v1.0.14 |
| 333 | 2026-09-06T23:57:36.154Z | Downloaded strsim v0.11.1 |
| 334 | 2026-09-06T23:57:36.154Z | Downloaded swrite v0.1.0 |
| 335 | 2026-09-06T23:57:36.177Z | Downloaded terminal_size v0.4.3 |
| 336 | 2026-09-06T23:57:36.178Z | Downloaded equivalent v1.0.2 |
| 337 | 2026-09-06T23:57:36.178Z | Downloaded unicode-linebreak v0.1.5 |
| 338 | 2026-09-06T23:57:36.178Z | Downloaded usdt-attr-macro v0.5.0 |
| 339 | 2026-09-06T23:57:36.178Z | Downloaded cfg-if v1.0.4 |
| 340 | 2026-09-06T23:57:36.178Z | Downloaded serde_spanned v0.6.9 |
| 341 | 2026-09-06T23:57:36.178Z | Downloaded plain v0.2.3 |
| 342 | 2026-09-06T23:57:36.178Z | Downloaded tabled_derive v0.7.0 |
| 343 | 2026-09-06T23:57:36.178Z | Downloaded toml_datetime v0.6.11 |
| 344 | 2026-09-06T23:57:36.178Z | Downloaded usdt v0.5.0 |
| 345 | 2026-09-06T23:57:36.178Z | Downloaded utf8parse v0.2.2 |
| 346 | 2026-09-06T23:57:36.178Z | Downloaded toml_write v0.1.2 |
| 347 | 2026-09-06T23:57:36.178Z | Downloaded scroll_derive v0.12.1 |
| 348 | 2026-09-06T23:57:36.178Z | Downloaded usdt-macro v0.5.0 |
| 349 | 2026-09-06T23:57:36.178Z | Downloaded bitflags v2.11.0 |
| 350 | 2026-09-06T23:57:36.178Z | Downloaded pretty-hex v0.4.1 |
| 351 | 2026-09-06T23:57:36.178Z | Downloaded bytecount v0.6.9 |
| 352 | 2026-09-06T23:57:36.179Z | Downloaded clap v4.6.1 |
| 353 | 2026-09-06T23:57:36.179Z | Downloaded digest v0.10.7 |
| 354 | 2026-09-06T23:57:36.179Z | Downloaded proc-macro-error v1.0.4 |
| 355 | 2026-09-06T23:57:36.179Z | Downloaded autocfg v1.5.0 |
| 356 | 2026-09-06T23:57:36.179Z | Downloaded anstyle-parse v1.0.0 |
| 357 | 2026-09-06T23:57:36.179Z | Downloaded once_cell v1.21.3 |
| 358 | 2026-09-06T23:57:36.179Z | Downloaded fnv v1.0.7 |
| 359 | 2026-09-06T23:57:36.179Z | Downloaded thiserror-impl v1.0.69 |
| 360 | 2026-09-06T23:57:36.179Z | Downloaded thiserror-impl v2.0.18 |
| 361 | 2026-09-06T23:57:36.192Z | Downloaded pest_generator v2.8.6 |
| 362 | 2026-09-06T23:57:36.192Z | Downloaded serde_derive v1.0.228 |
| 363 | 2026-09-06T23:57:36.192Z | Downloaded heck v0.4.1 |
| 364 | 2026-09-06T23:57:36.192Z | Downloaded serde_tokenstream v0.2.3 |
| 365 | 2026-09-06T23:57:36.192Z | Downloaded thiserror v1.0.69 |
| 366 | 2026-09-06T23:57:36.193Z | Downloaded sha2 v0.10.9 |
| 367 | 2026-09-06T23:57:36.204Z | Downloaded quote v1.0.45 |
| 368 | 2026-09-06T23:57:36.205Z | Downloaded zmij v1.0.21 |
| 369 | 2026-09-06T23:57:36.206Z | Downloaded thiserror v2.0.18 |
| 370 | 2026-09-06T23:57:36.206Z | Downloaded anyhow v1.0.104 |
| 371 | 2026-09-06T23:57:36.206Z | Downloaded usdt-impl v0.5.0 |
| 372 | 2026-09-06T23:57:36.206Z | Downloaded log v0.4.33 |
| 373 | 2026-09-06T23:57:36.206Z | Downloaded tempfile v3.27.0 |
| 374 | 2026-09-06T23:57:36.243Z | Downloaded scroll v0.12.0 |
| 375 | 2026-09-06T23:57:36.243Z | Downloaded toml v0.8.23 |
| 376 | 2026-09-06T23:57:36.253Z | Downloaded papergrid v0.11.0 |
| 377 | 2026-09-06T23:57:36.253Z | Downloaded semver v1.0.28 |
| 378 | 2026-09-06T23:57:36.253Z | Downloaded proc-macro2 v1.0.106 |
| 379 | 2026-09-06T23:57:36.253Z | Downloaded pest_meta v2.8.6 |
| 380 | 2026-09-06T23:57:36.253Z | Downloaded unicode-ident v1.0.24 |
| 381 | 2026-09-06T23:57:36.253Z | Downloaded textwrap v0.16.2 |
| 382 | 2026-09-06T23:57:36.253Z | Downloaded zerocopy-derive v0.7.35 |
| 383 | 2026-09-06T23:57:36.261Z | Downloaded serde_core v1.0.228 |
| 384 | 2026-09-06T23:57:36.282Z | Downloaded indexmap v2.14.0 |
| 385 | 2026-09-06T23:57:36.293Z | Downloaded toml_edit v0.22.27 |
| 386 | 2026-09-06T23:57:36.293Z | Downloaded serde v1.0.228 |
| 387 | 2026-09-06T23:57:36.293Z | Downloaded memchr v2.8.0 |
| 388 | 2026-09-06T23:57:36.293Z | Downloaded typenum v1.20.1 |
| 389 | 2026-09-06T23:57:36.304Z | Downloaded hashbrown v0.17.0 |
| 390 | 2026-09-06T23:57:36.384Z | Downloaded pest v2.8.6 |
| 391 | 2026-09-06T23:57:36.413Z | Downloaded serde_json v1.0.151 |
| 392 | 2026-09-06T23:57:36.413Z | Downloaded clap_builder v4.6.0 |
| 393 | 2026-09-06T23:57:36.413Z | Downloaded goblin v0.8.2 |
| 394 | 2026-09-06T23:57:36.413Z | Downloaded winnow v0.7.14 |
| 395 | 2026-09-06T23:57:36.413Z | Downloaded tabled v0.15.0 |
| 396 | 2026-09-06T23:57:36.413Z | Downloaded syn v1.0.109 |
| 397 | 2026-09-06T23:57:36.414Z | Downloaded unicode-width v0.1.14 |
| 398 | 2026-09-06T23:57:36.414Z | Downloaded unicode-width v0.2.0 |
| 399 | 2026-09-06T23:57:36.414Z | Downloaded syn v2.0.117 |
| 400 | 2026-09-06T23:57:36.429Z | Downloaded rustix v1.1.4 |
| 401 | 2026-09-06T23:57:36.429Z | Downloaded libc v0.2.185 |
| 402 | 2026-09-06T23:57:36.500Z | Compiling proc-macro2 v1.0.106 |
| 403 | 2026-09-06T23:57:36.501Z | Compiling unicode-ident v1.0.24 |
| 404 | 2026-09-06T23:57:36.501Z | Compiling quote v1.0.45 |
| 405 | 2026-09-06T23:57:36.501Z | Compiling serde_core v1.0.228 |
| 406 | 2026-09-06T23:57:36.511Z | Compiling libc v0.2.185 |
| 407 | 2026-09-06T23:57:36.511Z | Compiling version_check v0.9.5 |
| 408 | 2026-09-06T23:57:36.511Z | Compiling memchr v2.8.0 |
| 409 | 2026-09-06T23:57:36.512Z | Compiling serde v1.0.228 |
| 410 | 2026-09-06T23:57:36.868Z | Compiling zmij v1.0.21 |
| 411 | 2026-09-06T23:57:36.995Z | Compiling thiserror v1.0.69 |
| 412 | 2026-09-06T23:57:37.179Z | Compiling ucd-trie v0.1.7 |
| 413 | 2026-09-06T23:57:37.292Z | Compiling itoa v1.0.17 |
| 414 | 2026-09-06T23:57:37.478Z | Compiling pest v2.8.6 |
| 415 | 2026-09-06T23:57:37.525Z | Compiling byteorder v1.5.0 |
| 416 | 2026-09-06T23:57:37.565Z | Compiling rustix v1.1.4 |
| 417 | 2026-09-06T23:57:37.568Z | Compiling errno v0.3.14 |
| 418 | 2026-09-06T23:57:37.734Z | Compiling bitflags v2.11.0 |
| 419 | 2026-09-06T23:57:37.898Z | Compiling serde_json v1.0.151 |
| 420 | 2026-09-06T23:57:38.048Z | Compiling syn v2.0.117 |
| 421 | 2026-09-06T23:57:38.070Z | Compiling thread-id v4.2.2 |
| 422 | 2026-09-06T23:57:38.127Z | Compiling proc-macro-error-attr v1.0.4 |
| 423 | 2026-09-06T23:57:38.155Z | Compiling usdt-impl v0.5.0 |
| 424 | 2026-09-06T23:57:38.234Z | Compiling camino v1.2.5 |
| 425 | 2026-09-06T23:57:38.344Z | Compiling syn v1.0.109 |
| 426 | 2026-09-06T23:57:38.513Z | Compiling pest_meta v2.8.6 |
| 427 | 2026-09-06T23:57:38.592Z | Compiling proc-macro-error v1.0.4 |
| 428 | 2026-09-06T23:57:38.709Z | Compiling plain v0.2.3 |
| 429 | 2026-09-06T23:57:38.730Z | Compiling equivalent v1.0.2 |
| 430 | 2026-09-06T23:57:38.792Z | Compiling utf8parse v0.2.2 |
| 431 | 2026-09-06T23:57:38.816Z | Compiling log v0.4.33 |
| 432 | 2026-09-06T23:57:38.834Z | Compiling getrandom v0.4.3 |
| 433 | 2026-09-06T23:57:39.044Z | Compiling hashbrown v0.17.0 |
| 434 | 2026-09-06T23:57:39.096Z | Compiling terminal_size v0.4.3 |
| 435 | 2026-09-06T23:57:39.211Z | Compiling anstyle-parse v1.0.0 |
| 436 | 2026-09-06T23:57:39.575Z | Compiling indexmap v2.14.0 |
| 437 | 2026-09-06T23:57:39.812Z | Compiling toml_write v0.1.2 |
| 438 | 2026-09-06T23:57:39.830Z | Compiling cfg-if v1.0.4 |
| 439 | 2026-09-06T23:57:39.930Z | Compiling winnow v0.7.14 |
| 440 | 2026-09-06T23:57:39.940Z | Compiling pretty-hex v0.4.1 |
| 441 | 2026-09-06T23:57:40.014Z | Compiling anstyle v1.0.14 |
| 442 | 2026-09-06T23:57:40.075Z | Compiling anstyle-query v1.1.5 |
| 443 | 2026-09-06T23:57:40.157Z | Compiling thiserror v2.0.18 |
| 444 | 2026-09-06T23:57:40.188Z | Compiling colorchoice v1.0.4 |
| 445 | 2026-09-06T23:57:40.204Z | Compiling autocfg v1.5.0 |
| 446 | 2026-09-06T23:57:40.240Z | Compiling pest_generator v2.8.6 |
| 447 | 2026-09-06T23:57:40.303Z | Compiling is_terminal_polyfill v1.70.2 |
| 448 | 2026-09-06T23:57:40.405Z | Compiling anstream v1.0.0 |
| 449 | 2026-09-06T23:57:40.638Z | Compiling fs-err v3.3.0 |
| 450 | 2026-09-06T23:57:40.726Z | Compiling heck v0.4.1 |
| 451 | 2026-09-06T23:57:40.815Z | Compiling fnv v1.0.7 |
| 452 | 2026-09-06T23:57:40.841Z | Compiling unicode-width v0.1.14 |
| 453 | 2026-09-06T23:57:40.859Z | Compiling anyhow v1.0.104 |
| 454 | 2026-09-06T23:57:40.922Z | Compiling bytecount v0.6.9 |
| 455 | 2026-09-06T23:57:40.937Z | Compiling once_cell v1.21.3 |
| 456 | 2026-09-06T23:57:40.953Z | Compiling fastrand v2.3.0 |
| 457 | 2026-09-06T23:57:41.056Z | Compiling strsim v0.11.1 |
| 458 | 2026-09-06T23:57:41.113Z | Compiling clap_lex v1.0.0 |
| 459 | 2026-09-06T23:57:41.154Z | Compiling heck v0.5.0 |
| 460 | 2026-09-06T23:57:41.208Z | Compiling tempfile v3.27.0 |
| 461 | 2026-09-06T23:57:41.343Z | Compiling clap_builder v4.6.0 |
| 462 | 2026-09-06T23:57:41.377Z | Compiling papergrid v0.11.0 |
| 463 | 2026-09-06T23:57:41.415Z | Compiling semver v1.0.28 |
| 464 | 2026-09-06T23:57:41.420Z | Compiling cargo-platform v0.3.2 |
| 465 | 2026-09-06T23:57:41.420Z | Compiling tabled_derive v0.7.0 |
| 466 | 2026-09-06T23:57:41.517Z | Compiling memmap v0.7.0 |
| 467 | 2026-09-06T23:57:41.611Z | Compiling unicode-linebreak v0.1.5 |
| 468 | 2026-09-06T23:57:41.699Z | Compiling smawk v0.3.2 |
| 469 | 2026-09-06T23:57:41.726Z | Compiling unicode-width v0.2.0 |
| 470 | 2026-09-06T23:57:41.842Z | Compiling camino-tempfile v1.4.1 |
| 471 | 2026-09-06T23:57:41.926Z | Compiling serde_derive v1.0.228 |
| 472 | 2026-09-06T23:57:42.004Z | Compiling thiserror-impl v1.0.69 |
| 473 | 2026-09-06T23:57:42.076Z | Compiling zerocopy-derive v0.7.35 |
| 474 | 2026-09-06T23:57:42.095Z | Compiling pest_derive v2.8.6 |
| 475 | 2026-09-06T23:57:42.218Z | Compiling scroll_derive v0.12.1 |
| 476 | 2026-09-06T23:57:42.431Z | Compiling thiserror-impl v2.0.18 |
| 477 | 2026-09-06T23:57:42.560Z | Compiling clap_derive v4.6.1 |
| 478 | 2026-09-06T23:57:42.864Z | Compiling tabled v0.15.0 |
| 479 | 2026-09-06T23:57:42.925Z | Compiling scroll v0.12.0 |
| 480 | 2026-09-06T23:57:42.970Z | Compiling zerocopy v0.7.35 |
| 481 | 2026-09-06T23:57:43.209Z | Compiling goblin v0.8.2 |
| 482 | 2026-09-06T23:57:43.398Z | Compiling dtrace-parser v0.2.0 |
| 483 | 2026-09-06T23:57:43.526Z | Compiling textwrap v0.16.2 |
| 484 | 2026-09-06T23:57:43.912Z | Compiling swrite v0.1.0 |
| 485 | 2026-09-06T23:57:44.337Z | Compiling clap v4.6.1 |
| 486 | 2026-09-06T23:57:45.015Z | Compiling dof v0.3.0 |
| 487 | 2026-09-06T23:57:45.015Z | Compiling serde_tokenstream v0.2.3 |
| 488 | 2026-09-06T23:57:45.038Z | Compiling serde_spanned v0.6.9 |
| 489 | 2026-09-06T23:57:45.042Z | Compiling toml_datetime v0.6.11 |
| 490 | 2026-09-06T23:57:45.042Z | Compiling cargo_metadata v0.23.1 |
| 491 | 2026-09-06T23:57:45.093Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 492 | 2026-09-06T23:57:45.096Z | Compiling macaddr v1.0.1 |
| 493 | 2026-09-06T23:57:45.220Z | Compiling toml_edit v0.22.27 |
| 494 | 2026-09-06T23:57:45.826Z | Compiling usdt-attr-macro v0.5.0 |
| 495 | 2026-09-06T23:57:45.827Z | Compiling usdt-macro v0.5.0 |
| 496 | 2026-09-06T23:57:46.439Z | Compiling usdt v0.5.0 |
| 497 | 2026-09-06T23:57:46.547Z | Compiling toml v0.8.23 |
| 498 | 2026-09-06T23:57:46.910Z | Compiling cargo_toml v0.21.0 |
| 499 | 2026-09-06T23:57:48.213Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 500 | 2026-09-06T23:57:50.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.44s |
| 501 | 2026-09-06T23:57:50.422Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 502 | 2026-09-06T23:57:50.965Z | Downloading crates ... |
| 503 | 2026-09-06T23:57:51.022Z | Downloaded argon2 v0.6.0-rc.8 |
| 504 | 2026-09-06T23:57:51.027Z | Downloaded addr2line v0.25.1 |
| 505 | 2026-09-06T23:57:51.027Z | Downloaded base16ct v1.0.0 |
| 506 | 2026-09-06T23:57:51.090Z | Downloaded async-recursion v1.1.1 |
| 507 | 2026-09-06T23:57:51.090Z | Downloaded cfg_aliases v0.1.1 |
| 508 | 2026-09-06T23:57:51.090Z | Downloaded ciborium-io v0.2.2 |
| 509 | 2026-09-06T23:57:51.090Z | Downloaded bitfield v0.19.4 |
| 510 | 2026-09-06T23:57:51.090Z | Downloaded adler2 v2.0.1 |
| 511 | 2026-09-06T23:57:51.090Z | Downloaded aead v0.5.2 |
| 512 | 2026-09-06T23:57:51.090Z | Downloaded find-msvc-tools v0.1.9 |
| 513 | 2026-09-06T23:57:51.090Z | Downloaded atty v0.2.14 |
| 514 | 2026-09-06T23:57:51.090Z | Downloaded bs58 v0.5.1 |
| 515 | 2026-09-06T23:57:51.090Z | Downloaded fs-err v2.11.0 |
| 516 | 2026-09-06T23:57:51.090Z | Downloaded cbc v0.2.1 |
| 517 | 2026-09-06T23:57:51.090Z | Downloaded const-oid v0.9.6 |
| 518 | 2026-09-06T23:57:51.090Z | Downloaded foreign-types v0.3.2 |
| 519 | 2026-09-06T23:57:51.090Z | Downloaded hash32 v0.2.1 |
| 520 | 2026-09-06T23:57:51.090Z | Downloaded aead v0.6.1 |
| 521 | 2026-09-06T23:57:51.090Z | Downloaded bcs v0.1.6 |
| 522 | 2026-09-06T23:57:51.090Z | Downloaded hex v0.4.3 |
| 523 | 2026-09-06T23:57:51.091Z | Downloaded colored v2.2.0 |
| 524 | 2026-09-06T23:57:51.091Z | Downloaded arrayref v0.3.9 |
| 525 | 2026-09-06T23:57:51.091Z | Downloaded async-stream-impl v0.3.6 |
| 526 | 2026-09-06T23:57:51.091Z | Downloaded atomic-waker v1.1.2 |
| 527 | 2026-09-06T23:57:51.091Z | Downloaded bit-set v0.5.3 |
| 528 | 2026-09-06T23:57:51.091Z | Downloaded fallible-iterator v0.2.0 |
| 529 | 2026-09-06T23:57:51.091Z | Downloaded flagset v0.4.7 |
| 530 | 2026-09-06T23:57:51.091Z | Downloaded futures-task v0.3.32 |
| 531 | 2026-09-06T23:57:51.091Z | Downloaded ghash v0.6.0 |
| 532 | 2026-09-06T23:57:51.091Z | Downloaded enum-as-inner v0.6.1 |
| 533 | 2026-09-06T23:57:51.091Z | Downloaded ff v0.13.1 |
| 534 | 2026-09-06T23:57:51.091Z | Downloaded half v1.8.3 |
| 535 | 2026-09-06T23:57:51.091Z | Downloaded async-stream v0.3.6 |
| 536 | 2026-09-06T23:57:51.091Z | Downloaded atomicwrites v0.4.4 |
| 537 | 2026-09-06T23:57:51.091Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 538 | 2026-09-06T23:57:51.091Z | Downloaded bit-set v0.8.0 |
| 539 | 2026-09-06T23:57:51.092Z | Downloaded cipher v0.5.2 |
| 540 | 2026-09-06T23:57:51.092Z | Downloaded futures-sink v0.3.32 |
| 541 | 2026-09-06T23:57:51.092Z | Downloaded embedded-io v0.4.0 |
| 542 | 2026-09-06T23:57:51.092Z | Downloaded enum_dispatch v0.3.13 |
| 543 | 2026-09-06T23:57:51.092Z | Downloaded ff v0.14.0 |
| 544 | 2026-09-06T23:57:51.092Z | Downloaded futures-io v0.3.32 |
| 545 | 2026-09-06T23:57:51.092Z | Downloaded bb8 v0.8.6 |
| 546 | 2026-09-06T23:57:51.092Z | Downloaded foreign-types-shared v0.1.1 |
| 547 | 2026-09-06T23:57:51.092Z | Downloaded form_urlencoded v1.2.2 |
| 548 | 2026-09-06T23:57:51.092Z | Downloaded fd-lock v4.0.4 |
| 549 | 2026-09-06T23:57:51.092Z | Downloaded filetime v0.2.27 |
| 550 | 2026-09-06T23:57:51.092Z | Downloaded backoff v0.4.0 |
| 551 | 2026-09-06T23:57:51.092Z | Downloaded base64ct v1.8.3 |
| 552 | 2026-09-06T23:57:51.092Z | Downloaded foldhash v0.2.0 |
| 553 | 2026-09-06T23:57:51.092Z | Downloaded bitfield-macros v0.19.4 |
| 554 | 2026-09-06T23:57:51.092Z | Downloaded env_filter v2.0.0 |
| 555 | 2026-09-06T23:57:51.093Z | Downloaded float-ord v0.3.2 |
| 556 | 2026-09-06T23:57:51.100Z | Downloaded foreign-types-shared v0.3.1 |
| 557 | 2026-09-06T23:57:51.100Z | Downloaded bit-vec v0.6.3 |
| 558 | 2026-09-06T23:57:51.100Z | Downloaded fixedbitset v0.4.2 |
| 559 | 2026-09-06T23:57:51.100Z | Downloaded float-cmp v0.10.0 |
| 560 | 2026-09-06T23:57:51.100Z | Downloaded block-padding v0.4.2 |
| 561 | 2026-09-06T23:57:51.100Z | Downloaded futures-channel v0.3.32 |
| 562 | 2026-09-06T23:57:51.100Z | Downloaded foreign-types-macros v0.2.3 |
| 563 | 2026-09-06T23:57:51.100Z | Downloaded assert_matches v1.5.0 |
| 564 | 2026-09-06T23:57:51.100Z | Downloaded base16ct v0.2.0 |
| 565 | 2026-09-06T23:57:51.100Z | Downloaded ascii-canvas v3.0.0 |
| 566 | 2026-09-06T23:57:51.106Z | Downloaded funty v2.0.0 |
| 567 | 2026-09-06T23:57:51.109Z | Downloaded erased-serde v0.3.31 |
| 568 | 2026-09-06T23:57:51.109Z | Downloaded fixedbitset v0.5.7 |
| 569 | 2026-09-06T23:57:51.109Z | Downloaded bitfield-struct v0.6.2 |
| 570 | 2026-09-06T23:57:51.109Z | Downloaded futures-core v0.3.32 |
| 571 | 2026-09-06T23:57:51.109Z | Downloaded globwalk v0.9.1 |
| 572 | 2026-09-06T23:57:51.109Z | Downloaded http-range v0.1.5 |
| 573 | 2026-09-06T23:57:51.110Z | Downloaded endian-type v0.1.2 |
| 574 | 2026-09-06T23:57:51.114Z | Downloaded git-stub v1.0.0 |
| 575 | 2026-09-06T23:57:51.114Z | Downloaded hostname v0.3.1 |
| 576 | 2026-09-06T23:57:51.119Z | Downloaded block-buffer v0.12.1 |
| 577 | 2026-09-06T23:57:51.119Z | Downloaded cobs v0.3.0 |
| 578 | 2026-09-06T23:57:51.119Z | Downloaded backtrace-ext v0.2.1 |
| 579 | 2026-09-06T23:57:51.126Z | Downloaded either v1.15.0 |
| 580 | 2026-09-06T23:57:51.126Z | Downloaded foldhash v0.1.5 |
| 581 | 2026-09-06T23:57:51.129Z | Downloaded headers-core v0.3.0 |
| 582 | 2026-09-06T23:57:51.129Z | Downloaded arrayvec v0.7.6 |
| 583 | 2026-09-06T23:57:51.129Z | Downloaded async-trait v0.1.89 |
| 584 | 2026-09-06T23:57:51.129Z | Downloaded hex-literal v1.1.0 |
| 585 | 2026-09-06T23:57:51.129Z | Downloaded home v0.5.12 |
| 586 | 2026-09-06T23:57:51.129Z | Downloaded fatfs v0.3.6 |
| 587 | 2026-09-06T23:57:51.136Z | Downloaded compression-core v0.4.31 |
| 588 | 2026-09-06T23:57:51.139Z | Downloaded castaway v0.2.4 |
| 589 | 2026-09-06T23:57:51.139Z | Downloaded cfg_aliases v0.2.1 |
| 590 | 2026-09-06T23:57:51.139Z | Downloaded ciborium-ll v0.2.2 |
| 591 | 2026-09-06T23:57:51.139Z | Downloaded futures-executor v0.3.32 |
| 592 | 2026-09-06T23:57:51.139Z | Downloaded embedded-io v0.6.1 |
| 593 | 2026-09-06T23:57:51.139Z | Downloaded newtype-uuid-macros v0.1.0 |
| 594 | 2026-09-06T23:57:51.143Z | Downloaded gethostname v0.5.0 |
| 595 | 2026-09-06T23:57:51.148Z | Downloaded futures-macro v0.3.32 |
| 596 | 2026-09-06T23:57:51.148Z | Downloaded group v0.13.0 |
| 597 | 2026-09-06T23:57:51.148Z | Downloaded argon2 v0.5.3 |
| 598 | 2026-09-06T23:57:51.151Z | Downloaded hostname v0.4.2 |
| 599 | 2026-09-06T23:57:51.151Z | Downloaded anstyle-parse v0.2.7 |
| 600 | 2026-09-06T23:57:51.151Z | Downloaded buf-list v1.1.2 |
| 601 | 2026-09-06T23:57:51.156Z | Downloaded fxhash v0.2.1 |
| 602 | 2026-09-06T23:57:51.156Z | Downloaded radium v0.7.0 |
| 603 | 2026-09-06T23:57:51.156Z | Downloaded allocator-api2 v0.2.21 |
| 604 | 2026-09-06T23:57:51.165Z | Downloaded num_threads v0.1.7 |
| 605 | 2026-09-06T23:57:51.165Z | Downloaded foreign-types v0.5.0 |
| 606 | 2026-09-06T23:57:51.166Z | Downloaded hash32 v0.3.1 |
| 607 | 2026-09-06T23:57:51.167Z | Downloaded http-body v1.0.1 |
| 608 | 2026-09-06T23:57:51.167Z | Downloaded globset v0.4.18 |
| 609 | 2026-09-06T23:57:51.167Z | Downloaded num-conv v0.2.0 |
| 610 | 2026-09-06T23:57:51.172Z | Downloaded ena v0.14.4 |
| 611 | 2026-09-06T23:57:51.172Z | Downloaded env_logger v0.11.11 |
| 612 | 2026-09-06T23:57:51.172Z | Downloaded elliptic-curve v0.13.8 |
| 613 | 2026-09-06T23:57:51.172Z | Downloaded git-stub-vcs v0.1.0 |
| 614 | 2026-09-06T23:57:51.172Z | Downloaded glob v0.3.3 |
| 615 | 2026-09-06T23:57:51.172Z | Downloaded openssl-macros v0.1.1 |
| 616 | 2026-09-06T23:57:51.172Z | Downloaded percent-encoding v2.3.2 |
| 617 | 2026-09-06T23:57:51.173Z | Downloaded progenitor-client v0.14.0 |
| 618 | 2026-09-06T23:57:51.182Z | Downloaded http-body-util v0.1.3 |
| 619 | 2026-09-06T23:57:51.182Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 620 | 2026-09-06T23:57:51.182Z | Downloaded rand_chacha v0.3.1 |
| 621 | 2026-09-06T23:57:51.182Z | Downloaded rand_pcg v0.10.2 |
| 622 | 2026-09-06T23:57:51.194Z | Downloaded anstream v0.6.21 |
| 623 | 2026-09-06T23:57:51.194Z | Downloaded chacha20 v0.9.1 |
| 624 | 2026-09-06T23:57:51.194Z | Downloaded scopeguard v1.2.0 |
| 625 | 2026-09-06T23:57:51.194Z | Downloaded group v0.14.0 |
| 626 | 2026-09-06T23:57:51.194Z | Downloaded byte-wrapper v0.1.0 |
| 627 | 2026-09-06T23:57:51.194Z | Downloaded array-init v0.0.4 |
| 628 | 2026-09-06T23:57:51.194Z | Downloaded ed25519-dalek v2.2.0 |
| 629 | 2026-09-06T23:57:51.199Z | Downloaded cmov v0.5.4 |
| 630 | 2026-09-06T23:57:51.199Z | Downloaded futures v0.3.32 |
| 631 | 2026-09-06T23:57:51.199Z | Downloaded blowfish v0.10.0 |
| 632 | 2026-09-06T23:57:51.199Z | Downloaded cexpr v0.6.0 |
| 633 | 2026-09-06T23:57:51.199Z | Downloaded cmake v0.1.57 |
| 634 | 2026-09-06T23:57:51.199Z | Downloaded precomputed-hash v0.1.1 |
| 635 | 2026-09-06T23:57:51.199Z | Downloaded ref-cast v1.0.25 |
| 636 | 2026-09-06T23:57:51.199Z | Downloaded bit-vec v0.8.0 |
| 637 | 2026-09-06T23:57:51.199Z | Downloaded cipher v0.4.4 |
| 638 | 2026-09-06T23:57:51.199Z | Downloaded bytesize v2.7.0 |
| 639 | 2026-09-06T23:57:51.199Z | Downloaded rustc-hash v2.1.1 |
| 640 | 2026-09-06T23:57:51.199Z | Downloaded secrecy v0.8.0 |
| 641 | 2026-09-06T23:57:51.204Z | Downloaded slog-bunyan v2.5.0 |
| 642 | 2026-09-06T23:57:51.204Z | Downloaded serde_urlencoded v0.7.1 |
| 643 | 2026-09-06T23:57:51.207Z | Downloaded pin-project-lite v0.2.17 |
| 644 | 2026-09-06T23:57:51.213Z | Downloaded nanorand v0.7.0 |
| 645 | 2026-09-06T23:57:51.218Z | Downloaded compression-codecs v0.4.37 |
| 646 | 2026-09-06T23:57:51.218Z | Downloaded bitflags v1.3.2 |
| 647 | 2026-09-06T23:57:51.218Z | Downloaded highway v1.3.0 |
| 648 | 2026-09-06T23:57:51.218Z | Downloaded camino-tempfile-ext v0.3.3 |
| 649 | 2026-09-06T23:57:51.221Z | Downloaded signal-hook-mio v0.2.5 |
| 650 | 2026-09-06T23:57:51.221Z | Downloaded sigpipe v0.1.3 |
| 651 | 2026-09-06T23:57:51.225Z | Downloaded bumpalo v3.20.2 |
| 652 | 2026-09-06T23:57:51.225Z | Downloaded strip-ansi-escapes v0.2.1 |
| 653 | 2026-09-06T23:57:51.225Z | Downloaded fs_extra v1.3.0 |
| 654 | 2026-09-06T23:57:51.231Z | Downloaded rand_core v0.10.0 |
| 655 | 2026-09-06T23:57:51.231Z | Downloaded async-bb8-diesel v0.2.1 |
| 656 | 2026-09-06T23:57:51.231Z | Downloaded paste v1.0.15 |
| 657 | 2026-09-06T23:57:51.233Z | Downloaded sqlparser_derive v0.5.0 |
| 658 | 2026-09-06T23:57:51.233Z | Downloaded stable_deref_trait v1.2.1 |
| 659 | 2026-09-06T23:57:51.233Z | Downloaded nonempty v0.12.0 |
| 660 | 2026-09-06T23:57:51.236Z | Downloaded cassowary v0.3.0 |
| 661 | 2026-09-06T23:57:51.239Z | Downloaded tabwriter v1.4.1 |
| 662 | 2026-09-06T23:57:51.244Z | Downloaded topological-sort v0.2.2 |
| 663 | 2026-09-06T23:57:51.244Z | Downloaded oxide-generation v0.1.3 |
| 664 | 2026-09-06T23:57:51.244Z | Downloaded parking_lot_core v0.8.6 |
| 665 | 2026-09-06T23:57:51.248Z | Downloaded ed25519-dalek v3.0.0 |
| 666 | 2026-09-06T23:57:51.248Z | Downloaded pem-rfc7468 v1.0.0 |
| 667 | 2026-09-06T23:57:51.248Z | Downloaded supports-color v3.0.2 |
| 668 | 2026-09-06T23:57:51.248Z | Downloaded time-core v0.1.8 |
| 669 | 2026-09-06T23:57:51.248Z | Downloaded hmac v0.12.1 |
| 670 | 2026-09-06T23:57:51.252Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 671 | 2026-09-06T23:57:51.252Z | Downloaded flume v0.11.1 |
| 672 | 2026-09-06T23:57:51.252Z | Downloaded hickory-resolver v0.25.2 |
| 673 | 2026-09-06T23:57:51.255Z | Downloaded serde_path_to_error v0.1.20 |
| 674 | 2026-09-06T23:57:51.255Z | Downloaded progenitor-client v0.13.0 |
| 675 | 2026-09-06T23:57:51.255Z | Downloaded pin-project-internal v1.1.11 |
| 676 | 2026-09-06T23:57:51.260Z | Downloaded console v0.16.2 |
| 677 | 2026-09-06T23:57:51.264Z | Downloaded unicode-xid v0.2.6 |
| 678 | 2026-09-06T23:57:51.267Z | Downloaded blake2 v0.11.0-rc.6 |
| 679 | 2026-09-06T23:57:51.267Z | Downloaded progenitor v0.14.0 |
| 680 | 2026-09-06T23:57:51.270Z | Downloaded universal-hash v0.6.1 |
| 681 | 2026-09-06T23:57:51.283Z | Downloaded port-file v0.1.0 |
| 682 | 2026-09-06T23:57:51.284Z | Downloaded scroll v0.13.0 |
| 683 | 2026-09-06T23:57:51.289Z | Downloaded getrandom v0.2.17 |
| 684 | 2026-09-06T23:57:51.289Z | Downloaded sec1 v0.8.1 |
| 685 | 2026-09-06T23:57:51.289Z | Downloaded serde_tokenstream v0.3.0 |
| 686 | 2026-09-06T23:57:51.289Z | Downloaded colored v3.1.1 |
| 687 | 2026-09-06T23:57:51.289Z | Downloaded slog-async v2.8.0 |
| 688 | 2026-09-06T23:57:51.290Z | Downloaded console v0.15.11 |
| 689 | 2026-09-06T23:57:51.290Z | Downloaded bzip2 v0.4.4 |
| 690 | 2026-09-06T23:57:51.290Z | Downloaded xshell-macros v0.2.7 |
| 691 | 2026-09-06T23:57:51.293Z | Downloaded cancel-safe-futures v0.1.5 |
| 692 | 2026-09-06T23:57:51.293Z | Downloaded chacha20 v0.10.0 |
| 693 | 2026-09-06T23:57:51.293Z | Downloaded ciborium v0.2.2 |
| 694 | 2026-09-06T23:57:51.293Z | Downloaded backtrace v0.3.76 |
| 695 | 2026-09-06T23:57:51.296Z | Downloaded smallvec v0.6.14 |
| 696 | 2026-09-06T23:57:51.299Z | Downloaded elliptic-curve v0.14.1 |
| 697 | 2026-09-06T23:57:51.299Z | Downloaded zeroize_derive v1.5.0 |
| 698 | 2026-09-06T23:57:51.306Z | Downloaded crc8 v0.1.1 |
| 699 | 2026-09-06T23:57:51.306Z | Downloaded hmac v0.13.0 |
| 700 | 2026-09-06T23:57:51.309Z | Downloaded strum_macros v0.26.4 |
| 701 | 2026-09-06T23:57:51.310Z | Downloaded difflib v0.4.0 |
| 702 | 2026-09-06T23:57:51.310Z | Downloaded termios v0.3.3 |
| 703 | 2026-09-06T23:57:51.310Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 704 | 2026-09-06T23:57:51.314Z | Downloaded dirs-sys-next v0.1.2 |
| 705 | 2026-09-06T23:57:51.314Z | Downloaded dsl_auto_type v0.2.0 |
| 706 | 2026-09-06T23:57:51.314Z | Downloaded num-primitive v0.2.1 |
| 707 | 2026-09-06T23:57:51.314Z | Downloaded dof v0.4.0 |
| 708 | 2026-09-06T23:57:51.314Z | Downloaded num-modular v0.6.5 |
| 709 | 2026-09-06T23:57:51.317Z | Downloaded tokio-native-tls v0.3.1 |
| 710 | 2026-09-06T23:57:51.317Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 711 | 2026-09-06T23:57:51.317Z | Downloaded parking_lot v0.12.5 |
| 712 | 2026-09-06T23:57:51.322Z | Downloaded peg-macros v0.8.5 |
| 713 | 2026-09-06T23:57:51.323Z | Downloaded pem-rfc7468 v0.7.0 |
| 714 | 2026-09-06T23:57:51.324Z | Downloaded ssh-encoding v0.3.0 |
| 715 | 2026-09-06T23:57:51.328Z | Downloaded support-bundle-viewer v0.1.2 |
| 716 | 2026-09-06T23:57:51.328Z | Downloaded time-macros v0.2.27 |
| 717 | 2026-09-06T23:57:51.328Z | Downloaded half v2.7.1 |
| 718 | 2026-09-06T23:57:51.328Z | Downloaded prefix-trie v0.7.0 |
| 719 | 2026-09-06T23:57:51.328Z | Downloaded darling_macro v0.23.0 |
| 720 | 2026-09-06T23:57:51.332Z | Downloaded http-range-header v0.4.2 |
| 721 | 2026-09-06T23:57:51.332Z | Downloaded backon v1.6.0 |
| 722 | 2026-09-06T23:57:51.332Z | Downloaded usdt-impl v0.6.0 |
| 723 | 2026-09-06T23:57:51.332Z | Downloaded uzers v0.12.2 |
| 724 | 2026-09-06T23:57:51.337Z | Downloaded vsss-rs v3.3.4 |
| 725 | 2026-09-06T23:57:51.343Z | Downloaded bzip2 v0.6.1 |
| 726 | 2026-09-06T23:57:51.357Z | Downloaded rlimit v0.10.2 |
| 727 | 2026-09-06T23:57:51.357Z | Downloaded indent_write v2.2.0 |
| 728 | 2026-09-06T23:57:51.357Z | Downloaded lazy_static v1.5.0 |
| 729 | 2026-09-06T23:57:51.357Z | Downloaded walkdir v2.5.0 |
| 730 | 2026-09-06T23:57:51.357Z | Downloaded ahash v0.8.12 |
| 731 | 2026-09-06T23:57:51.360Z | Downloaded xshell v0.2.7 |
| 732 | 2026-09-06T23:57:51.368Z | Downloaded clang-sys v1.8.1 |
| 733 | 2026-09-06T23:57:51.368Z | Downloaded zstd-safe v7.2.4 |
| 734 | 2026-09-06T23:57:51.368Z | Downloaded daft v0.1.8 |
| 735 | 2026-09-06T23:57:51.368Z | Downloaded internet-checksum v0.2.1 |
| 736 | 2026-09-06T23:57:51.369Z | Downloaded lzss v0.8.2 |
| 737 | 2026-09-06T23:57:51.374Z | Downloaded expectorate v1.2.0 |
| 738 | 2026-09-06T23:57:51.374Z | Downloaded linked-hash-map v0.5.6 |
| 739 | 2026-09-06T23:57:51.375Z | Downloaded derive-ex v0.1.8 |
| 740 | 2026-09-06T23:57:51.375Z | Downloaded memoffset v0.9.1 |
| 741 | 2026-09-06T23:57:51.375Z | Downloaded getrandom v0.3.4 |
| 742 | 2026-09-06T23:57:51.375Z | Downloaded match_cfg v0.1.0 |
| 743 | 2026-09-06T23:57:51.375Z | Downloaded num-derive v0.4.2 |
| 744 | 2026-09-06T23:57:51.379Z | Downloaded stringprep v0.1.5 |
| 745 | 2026-09-06T23:57:51.380Z | Downloaded newtype_derive v0.1.6 |
| 746 | 2026-09-06T23:57:51.386Z | Downloaded nibble_vec v0.1.0 |
| 747 | 2026-09-06T23:57:51.386Z | Downloaded num v0.4.3 |
| 748 | 2026-09-06T23:57:51.386Z | Downloaded const_format_proc_macros v0.2.34 |
| 749 | 2026-09-06T23:57:51.391Z | Downloaded ecdsa v0.16.9 |
| 750 | 2026-09-06T23:57:51.391Z | Downloaded deranged v0.5.8 |
| 751 | 2026-09-06T23:57:51.391Z | Downloaded oxide-update-engine-types v0.1.2 |
| 752 | 2026-09-06T23:57:51.391Z | Downloaded tokio-test v0.4.5 |
| 753 | 2026-09-06T23:57:51.396Z | Downloaded opaque-debug v0.3.1 |
| 754 | 2026-09-06T23:57:51.396Z | Downloaded oso v0.27.3 |
| 755 | 2026-09-06T23:57:51.399Z | Downloaded rustls-platform-verifier v0.6.2 |
| 756 | 2026-09-06T23:57:51.399Z | Downloaded tui-tree-widget v0.23.1 |
| 757 | 2026-09-06T23:57:51.399Z | Downloaded dashu-base v0.5.1 |
| 758 | 2026-09-06T23:57:51.403Z | Downloaded openssl-probe v0.2.1 |
| 759 | 2026-09-06T23:57:51.403Z | Downloaded oxide-generation-macros v0.2.0 |
| 760 | 2026-09-06T23:57:51.403Z | Downloaded parse-size v1.1.0 |
| 761 | 2026-09-06T23:57:51.408Z | Downloaded p384 v0.14.0 |
| 762 | 2026-09-06T23:57:51.414Z | Downloaded signal-hook v0.3.18 |
| 763 | 2026-09-06T23:57:51.414Z | Downloaded indoc v2.0.7 |
| 764 | 2026-09-06T23:57:51.418Z | Downloaded ingot v0.2.1 |
| 765 | 2026-09-06T23:57:51.418Z | Downloaded chacha20poly1305 v0.10.1 |
| 766 | 2026-09-06T23:57:51.418Z | Downloaded generic-array v1.4.3 |
| 767 | 2026-09-06T23:57:51.418Z | Downloaded slog v2.8.2 |
| 768 | 2026-09-06T23:57:51.422Z | Downloaded socket2 v0.5.10 |
| 769 | 2026-09-06T23:57:51.422Z | Downloaded socket2 v0.6.3 |
| 770 | 2026-09-06T23:57:51.422Z | Downloaded cookie v0.18.1 |
| 771 | 2026-09-06T23:57:51.427Z | Downloaded twox-hash v2.1.2 |
| 772 | 2026-09-06T23:57:51.427Z | Downloaded progenitor-macro v0.14.0 |
| 773 | 2026-09-06T23:57:51.427Z | Downloaded rand_xorshift v0.4.0 |
| 774 | 2026-09-06T23:57:51.442Z | Downloaded async-compression v0.4.41 |
| 775 | 2026-09-06T23:57:51.453Z | Downloaded heapless v0.8.0 |
| 776 | 2026-09-06T23:57:51.466Z | Downloaded hickory-resolver v0.24.4 |
| 777 | 2026-09-06T23:57:51.466Z | Downloaded libloading v0.8.9 |
| 778 | 2026-09-06T23:57:51.466Z | Downloaded predicates-core v1.0.10 |
| 779 | 2026-09-06T23:57:51.466Z | Downloaded ron v0.8.1 |
| 780 | 2026-09-06T23:57:51.466Z | Downloaded serde_yaml v0.9.34+deprecated |
| 781 | 2026-09-06T23:57:51.472Z | Downloaded omicron-zone-package v0.12.3 |
| 782 | 2026-09-06T23:57:51.472Z | Downloaded compact_str v0.8.1 |
| 783 | 2026-09-06T23:57:51.472Z | Downloaded heapless v0.7.17 |
| 784 | 2026-09-06T23:57:51.472Z | Downloaded schemars v0.8.22 |
| 785 | 2026-09-06T23:57:51.472Z | Downloaded headers v0.4.1 |
| 786 | 2026-09-06T23:57:51.479Z | Downloaded knus-derive v3.4.0 |
| 787 | 2026-09-06T23:57:51.479Z | Downloaded native-tls v0.2.18 |
| 788 | 2026-09-06T23:57:51.487Z | Downloaded recursive v0.1.1 |
| 789 | 2026-09-06T23:57:51.487Z | Downloaded iana-time-zone v0.1.65 |
| 790 | 2026-09-06T23:57:51.487Z | Downloaded serde_plain v1.0.2 |
| 791 | 2026-09-06T23:57:51.487Z | Downloaded serde_repr v0.1.20 |
| 792 | 2026-09-06T23:57:51.487Z | Downloaded siphasher v1.0.2 |
| 793 | 2026-09-06T23:57:51.487Z | Downloaded zeroize v1.9.0 |
| 794 | 2026-09-06T23:57:51.487Z | Downloaded packed_struct v0.10.1 |
| 795 | 2026-09-06T23:57:51.487Z | Downloaded crc32fast v1.5.0 |
| 796 | 2026-09-06T23:57:51.492Z | Downloaded shell-words v1.1.1 |
| 797 | 2026-09-06T23:57:51.492Z | Downloaded tinyvec_macros v0.1.1 |
| 798 | 2026-09-06T23:57:51.492Z | Downloaded darling v0.23.0 |
| 799 | 2026-09-06T23:57:51.496Z | Downloaded serde_bytes v0.11.19 |
| 800 | 2026-09-06T23:57:51.500Z | Downloaded pretty_assertions v1.4.1 |
| 801 | 2026-09-06T23:57:51.503Z | Downloaded bytes v1.11.1 |
| 802 | 2026-09-06T23:57:51.503Z | Downloaded flate2 v1.1.9 |
| 803 | 2026-09-06T23:57:51.507Z | Downloaded cookie_store v0.22.1 |
| 804 | 2026-09-06T23:57:51.507Z | Downloaded same-file v1.0.6 |
| 805 | 2026-09-06T23:57:51.507Z | Downloaded num_enum_derive v0.7.6 |
| 806 | 2026-09-06T23:57:51.507Z | Downloaded httparse v1.10.1 |
| 807 | 2026-09-06T23:57:51.510Z | Downloaded oxnet v0.1.6 |
| 808 | 2026-09-06T23:57:51.510Z | Downloaded peg-runtime v0.8.5 |
| 809 | 2026-09-06T23:57:51.510Z | Downloaded rand_core v0.6.4 |
| 810 | 2026-09-06T23:57:51.510Z | Downloaded tokio-macros v2.7.0 |
| 811 | 2026-09-06T23:57:51.516Z | Downloaded peg v0.8.5 |
| 812 | 2026-09-06T23:57:51.517Z | Downloaded structmeta-derive v0.3.0 |
| 813 | 2026-09-06T23:57:51.525Z | Downloaded supports-unicode v3.0.0 |
| 814 | 2026-09-06T23:57:51.525Z | Downloaded unarray v0.1.4 |
| 815 | 2026-09-06T23:57:51.525Z | Downloaded tower-layer v0.3.3 |
| 816 | 2026-09-06T23:57:51.525Z | Downloaded typify-macro v0.6.2 |
| 817 | 2026-09-06T23:57:51.525Z | Downloaded untrusted v0.7.1 |
| 818 | 2026-09-06T23:57:51.525Z | Downloaded utf-8 v0.7.6 |
| 819 | 2026-09-06T23:57:51.525Z | Downloaded utf8_iter v1.0.4 |
| 820 | 2026-09-06T23:57:51.525Z | Downloaded pbkdf2 v0.13.0 |
| 821 | 2026-09-06T23:57:51.525Z | Downloaded ppv-lite86 v0.2.21 |
| 822 | 2026-09-06T23:57:51.525Z | Downloaded tracing-attributes v0.1.31 |
| 823 | 2026-09-06T23:57:51.530Z | Downloaded ar_archive_writer v0.5.1 |
| 824 | 2026-09-06T23:57:51.530Z | Downloaded base64 v0.21.7 |
| 825 | 2026-09-06T23:57:51.530Z | Downloaded base64 v0.22.1 |
| 826 | 2026-09-06T23:57:51.530Z | Downloaded cc v1.2.56 |
| 827 | 2026-09-06T23:57:51.530Z | Downloaded derive-where v1.6.0 |
| 828 | 2026-09-06T23:57:51.533Z | Downloaded ml-kem v0.3.2 |
| 829 | 2026-09-06T23:57:51.534Z | Downloaded unit-prefix v0.5.2 |
| 830 | 2026-09-06T23:57:51.534Z | Downloaded want v0.3.1 |
| 831 | 2026-09-06T23:57:51.534Z | Downloaded hyper-rustls v0.27.7 |
| 832 | 2026-09-06T23:57:51.534Z | Downloaded pkcs8 v0.10.2 |
| 833 | 2026-09-06T23:57:51.538Z | Downloaded predicates v3.1.4 |
| 834 | 2026-09-06T23:57:51.538Z | Downloaded zerofrom v0.1.6 |
| 835 | 2026-09-06T23:57:51.542Z | Downloaded void v1.0.2 |
| 836 | 2026-09-06T23:57:51.543Z | Downloaded wnaf v0.14.0 |
| 837 | 2026-09-06T23:57:51.543Z | Downloaded blake2 v0.10.6 |
| 838 | 2026-09-06T23:57:51.543Z | Downloaded rpassword v7.5.4 |
| 839 | 2026-09-06T23:57:51.543Z | Downloaded samael v0.0.19 |
| 840 | 2026-09-06T23:57:51.547Z | Downloaded litemap v0.8.1 |
| 841 | 2026-09-06T23:57:51.547Z | Downloaded rustls-native-certs v0.8.3 |
| 842 | 2026-09-06T23:57:51.547Z | Downloaded scrypt v0.12.0 |
| 843 | 2026-09-06T23:57:51.553Z | Downloaded spki v0.7.3 |
| 844 | 2026-09-06T23:57:51.553Z | Downloaded postcard v1.1.3 |
| 845 | 2026-09-06T23:57:51.553Z | Downloaded shlex v1.3.0 |
| 846 | 2026-09-06T23:57:51.553Z | Downloaded crc v3.4.0 |
| 847 | 2026-09-06T23:57:51.565Z | Downloaded crypto-common v0.2.2 |
| 848 | 2026-09-06T23:57:51.565Z | Downloaded defmt v0.3.100 |
| 849 | 2026-09-06T23:57:51.565Z | Downloaded sha1 v0.11.0 |
| 850 | 2026-09-06T23:57:51.565Z | Downloaded slab v0.4.12 |
| 851 | 2026-09-06T23:57:51.565Z | Downloaded downcast-rs v2.0.2 |
| 852 | 2026-09-06T23:57:51.565Z | Downloaded document-features v0.2.12 |
| 853 | 2026-09-06T23:57:51.565Z | Downloaded darling_macro v0.20.11 |
| 854 | 2026-09-06T23:57:51.565Z | Downloaded digest-io v0.1.0 |
| 855 | 2026-09-06T23:57:51.565Z | Downloaded chumsky v0.9.3 |
| 856 | 2026-09-06T23:57:51.566Z | Downloaded der_derive v0.7.3 |
| 857 | 2026-09-06T23:57:51.566Z | Downloaded strum_macros v0.27.2 |
| 858 | 2026-09-06T23:57:51.566Z | Downloaded yansi v1.0.1 |
| 859 | 2026-09-06T23:57:51.566Z | Downloaded darling_core v0.23.0 |
| 860 | 2026-09-06T23:57:51.571Z | Downloaded rustls-pemfile v2.2.0 |
| 861 | 2026-09-06T23:57:51.571Z | Downloaded dunce v1.0.5 |
| 862 | 2026-09-06T23:57:51.571Z | Downloaded httpdate v1.0.3 |
| 863 | 2026-09-06T23:57:51.571Z | Downloaded thread_local v1.1.9 |
| 864 | 2026-09-06T23:57:51.571Z | Downloaded tokio-dtrace v0.1.1 |
| 865 | 2026-09-06T23:57:51.571Z | Downloaded indoc v1.0.9 |
| 866 | 2026-09-06T23:57:51.571Z | Downloaded is-terminal v0.4.17 |
| 867 | 2026-09-06T23:57:51.571Z | Downloaded lalrpop-util v0.19.12 |
| 868 | 2026-09-06T23:57:51.571Z | Downloaded hickory-server v0.25.2 |
| 869 | 2026-09-06T23:57:51.575Z | Downloaded arc-swap v1.8.2 |
| 870 | 2026-09-06T23:57:51.575Z | Downloaded hashbrown v0.13.2 |
| 871 | 2026-09-06T23:57:51.575Z | Downloaded xattr v1.6.1 |
| 872 | 2026-09-06T23:57:51.581Z | Downloaded tungstenite v0.28.0 |
| 873 | 2026-09-06T23:57:51.581Z | Downloaded ignore v0.4.25 |
| 874 | 2026-09-06T23:57:51.582Z | Downloaded hubpack v0.1.2 |
| 875 | 2026-09-06T23:57:51.585Z | Downloaded hubpack_derive v0.1.1 |
| 876 | 2026-09-06T23:57:51.585Z | Downloaded libscf-sys v1.2.0 |
| 877 | 2026-09-06T23:57:51.585Z | Downloaded lru v0.12.5 |
| 878 | 2026-09-06T23:57:51.585Z | Downloaded nodrop v0.1.14 |
| 879 | 2026-09-06T23:57:51.585Z | Downloaded progenitor-extras v0.2.0 |
| 880 | 2026-09-06T23:57:51.585Z | Downloaded jiff-static v0.2.34 |
| 881 | 2026-09-06T23:57:51.585Z | Downloaded url v2.5.8 |
| 882 | 2026-09-06T23:57:51.585Z | Downloaded convert_case v0.10.0 |
| 883 | 2026-09-06T23:57:51.585Z | Downloaded oso-derive v0.27.3 |
| 884 | 2026-09-06T23:57:51.589Z | Downloaded pin-project v1.1.11 |
| 885 | 2026-09-06T23:57:51.595Z | Downloaded daft-derive v0.1.8 |
| 886 | 2026-09-06T23:57:51.598Z | Downloaded proc-macro-crate v3.4.0 |
| 887 | 2026-09-06T23:57:51.598Z | Downloaded aes v0.9.1 |
| 888 | 2026-09-06T23:57:51.601Z | Downloaded delegate v0.13.5 |
| 889 | 2026-09-06T23:57:51.601Z | Downloaded zerotrie v0.2.3 |
| 890 | 2026-09-06T23:57:51.606Z | Downloaded normalize-line-endings v0.3.0 |
| 891 | 2026-09-06T23:57:51.606Z | Downloaded powerfmt v0.2.0 |
| 892 | 2026-09-06T23:57:51.606Z | Downloaded slog-term v2.9.2 |
| 893 | 2026-09-06T23:57:51.606Z | Downloaded http v1.4.2 |
| 894 | 2026-09-06T23:57:51.613Z | Downloaded potential_utf v0.1.4 |
| 895 | 2026-09-06T23:57:51.613Z | Downloaded proc-macro-crate v1.3.1 |
| 896 | 2026-09-06T23:57:51.613Z | Downloaded rfc6979 v0.6.0 |
| 897 | 2026-09-06T23:57:51.613Z | Downloaded rustc_version v0.1.7 |
| 898 | 2026-09-06T23:57:51.617Z | Downloaded rustc_version v0.4.1 |
| 899 | 2026-09-06T23:57:51.617Z | Downloaded parse-display v0.10.0 |
| 900 | 2026-09-06T23:57:51.626Z | Downloaded humantime v2.3.0 |
| 901 | 2026-09-06T23:57:51.626Z | Downloaded ed25519 v2.2.3 |
| 902 | 2026-09-06T23:57:51.629Z | Downloaded slog-envlogger v2.2.0 |
| 903 | 2026-09-06T23:57:51.630Z | Downloaded structmeta v0.3.0 |
| 904 | 2026-09-06T23:57:51.630Z | Downloaded hashbrown v0.12.3 |
| 905 | 2026-09-06T23:57:51.630Z | Downloaded num-traits v0.2.19 |
| 906 | 2026-09-06T23:57:51.630Z | Downloaded strsim v0.10.0 |
| 907 | 2026-09-06T23:57:51.630Z | Downloaded take_mut v0.2.2 |
| 908 | 2026-09-06T23:57:51.638Z | Downloaded keccak v0.2.0 |
| 909 | 2026-09-06T23:57:51.638Z | Downloaded lru v0.18.3 |
| 910 | 2026-09-06T23:57:51.638Z | Downloaded qorb v0.4.1 |
| 911 | 2026-09-06T23:57:51.647Z | Downloaded icu_normalizer v2.1.1 |
| 912 | 2026-09-06T23:57:51.647Z | Downloaded ingot-types v0.2.0 |
| 913 | 2026-09-06T23:57:51.647Z | Downloaded ed25519 v3.0.0 |
| 914 | 2026-09-06T23:57:51.647Z | Downloaded lru-cache v0.1.2 |
| 915 | 2026-09-06T23:57:51.647Z | Downloaded mime_guess v2.0.5 |
| 916 | 2026-09-06T23:57:51.647Z | Downloaded ssh-cipher v0.2.0 |
| 917 | 2026-09-06T23:57:51.647Z | Downloaded termtree v0.5.1 |
| 918 | 2026-09-06T23:57:51.647Z | Downloaded sync-ptr v0.1.4 |
| 919 | 2026-09-06T23:57:51.647Z | Downloaded usdt v0.6.0 |
| 920 | 2026-09-06T23:57:51.651Z | Downloaded multer v3.1.0 |
| 921 | 2026-09-06T23:57:51.660Z | Downloaded module-lattice v0.2.3 |
| 922 | 2026-09-06T23:57:51.660Z | Downloaded num_enum v0.7.6 |
| 923 | 2026-09-06T23:57:51.663Z | Downloaded path-slash v0.1.5 |
| 924 | 2026-09-06T23:57:51.664Z | Downloaded phf v0.12.1 |
| 925 | 2026-09-06T23:57:51.664Z | Downloaded oxide-update-engine-display v0.1.2 |
| 926 | 2026-09-06T23:57:51.664Z | Downloaded packed_struct_codegen v0.10.1 |
| 927 | 2026-09-06T23:57:51.664Z | Downloaded zone v0.3.1 |
| 928 | 2026-09-06T23:57:51.664Z | Downloaded zerofrom-derive v0.1.6 |
| 929 | 2026-09-06T23:57:51.664Z | Downloaded crc-catalog v2.4.0 |
| 930 | 2026-09-06T23:57:51.674Z | Downloaded tungstenite v0.23.0 |
| 931 | 2026-09-06T23:57:51.677Z | Downloaded phc v0.6.1 |
| 932 | 2026-09-06T23:57:51.677Z | Downloaded psm v0.1.30 |
| 933 | 2026-09-06T23:57:51.677Z | Downloaded derive_builder_macro v0.20.2 |
| 934 | 2026-09-06T23:57:51.681Z | Downloaded hyper-tls v0.6.0 |
| 935 | 2026-09-06T23:57:51.681Z | Downloaded cstr-argument v0.1.2 |
| 936 | 2026-09-06T23:57:51.681Z | Downloaded darling_macro v0.21.3 |
| 937 | 2026-09-06T23:57:51.685Z | Downloaded r2d2 v0.8.10 |
| 938 | 2026-09-06T23:57:51.685Z | Downloaded rustc-demangle v0.1.27 |
| 939 | 2026-09-06T23:57:51.685Z | Downloaded serdect v0.4.3 |
| 940 | 2026-09-06T23:57:51.690Z | Downloaded test-strategy v0.4.5 |
| 941 | 2026-09-06T23:57:51.693Z | Downloaded slog-dtrace v0.3.0 |
| 942 | 2026-09-06T23:57:51.693Z | Downloaded ident_case v1.0.1 |
| 943 | 2026-09-06T23:57:51.693Z | Downloaded ingot-macros v0.2.0 |
| 944 | 2026-09-06T23:57:51.693Z | Downloaded keccak v0.1.6 |
| 945 | 2026-09-06T23:57:51.693Z | Downloaded inout v0.1.4 |
| 946 | 2026-09-06T23:57:51.698Z | Downloaded yasna v0.5.2 |
| 947 | 2026-09-06T23:57:51.701Z | Downloaded simd-adler32 v0.3.8 |
| 948 | 2026-09-06T23:57:51.701Z | Downloaded sqlformat v0.3.5 |
| 949 | 2026-09-06T23:57:51.704Z | Downloaded tiny-keccak v2.0.2 |
| 950 | 2026-09-06T23:57:51.707Z | Downloaded md-5 v0.10.6 |
| 951 | 2026-09-06T23:57:51.707Z | Downloaded olpc-cjson v0.1.4 |
| 952 | 2026-09-06T23:57:51.707Z | Downloaded signal-hook-registry v1.4.8 |
| 953 | 2026-09-06T23:57:51.708Z | Downloaded snafu-derive v0.8.9 |
| 954 | 2026-09-06T23:57:51.711Z | Downloaded tinystr v0.8.2 |
| 955 | 2026-09-06T23:57:51.711Z | Downloaded rustyline v14.0.0 |
| 956 | 2026-09-06T23:57:51.766Z | Downloaded scuffle v0.1.0 |
| 957 | 2026-09-06T23:57:51.777Z | Downloaded vergen-lib v9.1.0 |
| 958 | 2026-09-06T23:57:51.777Z | Downloaded darling_core v0.13.4 |
| 959 | 2026-09-06T23:57:51.777Z | Downloaded phf_shared v0.12.1 |
| 960 | 2026-09-06T23:57:51.778Z | Downloaded tar v0.4.46 |
| 961 | 2026-09-06T23:57:51.778Z | Downloaded hashbrown v0.16.1 |
| 962 | 2026-09-06T23:57:51.778Z | Downloaded rsa v0.9.10 |
| 963 | 2026-09-06T23:57:51.778Z | Downloaded poly1305 v0.9.0 |
| 964 | 2026-09-06T23:57:51.778Z | Downloaded progenitor-macro v0.13.0 |
| 965 | 2026-09-06T23:57:51.778Z | Downloaded quinn-udp v0.5.14 |
| 966 | 2026-09-06T23:57:51.778Z | Downloaded toml v0.7.8 |
| 967 | 2026-09-06T23:57:51.778Z | Downloaded critical-section v1.2.0 |
| 968 | 2026-09-06T23:57:51.778Z | Downloaded data-encoding v2.10.0 |
| 969 | 2026-09-06T23:57:51.778Z | Downloaded csv-core v0.1.13 |
| 970 | 2026-09-06T23:57:51.778Z | Downloaded displaydoc v0.2.5 |
| 971 | 2026-09-06T23:57:51.778Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 972 | 2026-09-06T23:57:51.778Z | Downloaded serde-big-array v0.5.1 |
| 973 | 2026-09-06T23:57:51.778Z | Downloaded strum v0.26.3 |
| 974 | 2026-09-06T23:57:51.778Z | Downloaded ipnet v2.12.0 |
| 975 | 2026-09-06T23:57:51.778Z | Downloaded serde_cbor v0.11.2 |
| 976 | 2026-09-06T23:57:51.778Z | Downloaded hashbrown v0.15.5 |
| 977 | 2026-09-06T23:57:51.790Z | Downloaded zip v0.6.6 |
| 978 | 2026-09-06T23:57:51.792Z | Downloaded tokio-tungstenite v0.28.0 |
| 979 | 2026-09-06T23:57:51.792Z | Downloaded tower-service v0.3.3 |
| 980 | 2026-09-06T23:57:51.792Z | Downloaded const-oid v0.10.2 |
| 981 | 2026-09-06T23:57:51.792Z | Downloaded jobserver v0.1.34 |
| 982 | 2026-09-06T23:57:51.796Z | Downloaded linear-map v1.2.0 |
| 983 | 2026-09-06T23:57:51.796Z | Downloaded subtle v2.6.1 |
| 984 | 2026-09-06T23:57:51.797Z | Downloaded supports-hyperlinks v3.2.0 |
| 985 | 2026-09-06T23:57:51.797Z | Downloaded wait-timeout v0.2.1 |
| 986 | 2026-09-06T23:57:51.797Z | Downloaded pem v3.0.6 |
| 987 | 2026-09-06T23:57:51.797Z | Downloaded num-complex v0.4.6 |
| 988 | 2026-09-06T23:57:51.797Z | Downloaded num_enum v0.5.11 |
| 989 | 2026-09-06T23:57:51.801Z | Downloaded rand v0.8.6 |
| 990 | 2026-09-06T23:57:51.801Z | Downloaded quinn v0.11.11 |
| 991 | 2026-09-06T23:57:51.804Z | Downloaded libefi-sys v0.1.0 |
| 992 | 2026-09-06T23:57:51.809Z | Downloaded wyz v0.5.1 |
| 993 | 2026-09-06T23:57:51.811Z | Downloaded polyval v0.7.1 |
| 994 | 2026-09-06T23:57:51.815Z | Downloaded dirs-next v2.0.0 |
| 995 | 2026-09-06T23:57:51.815Z | Downloaded cpubits v0.1.1 |
| 996 | 2026-09-06T23:57:51.823Z | Downloaded crunchy v0.2.4 |
| 997 | 2026-09-06T23:57:51.823Z | Downloaded darling v0.21.3 |
| 998 | 2026-09-06T23:57:51.829Z | Downloaded diff v0.1.13 |
| 999 | 2026-09-06T23:57:51.829Z | Downloaded rand_seeder v0.4.0 |
| 1000 | 2026-09-06T23:57:51.829Z | Downloaded spki v0.8.0 |
| 1001 | 2026-09-06T23:57:51.841Z | Downloaded defmt-parser v1.0.0 |
| 1002 | 2026-09-06T23:57:51.841Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1003 | 2026-09-06T23:57:51.841Z | Downloaded steno v0.4.1 |
| 1004 | 2026-09-06T23:57:51.841Z | Downloaded reqwest v0.13.2 |
| 1005 | 2026-09-06T23:57:51.841Z | Downloaded h2 v0.4.15 |
| 1006 | 2026-09-06T23:57:51.847Z | Downloaded tokio-stream v0.1.18 |
| 1007 | 2026-09-06T23:57:51.847Z | Downloaded is_ci v1.2.0 |
| 1008 | 2026-09-06T23:57:51.847Z | Downloaded ecdsa v0.17.0 |
| 1009 | 2026-09-06T23:57:51.848Z | Downloaded rustls-pki-types v1.14.0 |
| 1010 | 2026-09-06T23:57:51.848Z | Downloaded des v0.9.0 |
| 1011 | 2026-09-06T23:57:51.848Z | Downloaded mime v0.3.17 |
| 1012 | 2026-09-06T23:57:51.848Z | Downloaded tracing-core v0.1.36 |
| 1013 | 2026-09-06T23:57:51.851Z | Downloaded p521 v0.14.0 |
| 1014 | 2026-09-06T23:57:51.851Z | Downloaded publicsuffix v2.3.0 |
| 1015 | 2026-09-06T23:57:51.851Z | Downloaded unicode-normalization v0.1.25 |
| 1016 | 2026-09-06T23:57:51.851Z | Downloaded der v0.7.10 |
| 1017 | 2026-09-06T23:57:51.854Z | Downloaded nom v8.0.0 |
| 1018 | 2026-09-06T23:57:51.857Z | Downloaded russh-util v0.52.0 |
| 1019 | 2026-09-06T23:57:51.857Z | Downloaded rustversion v1.0.22 |
| 1020 | 2026-09-06T23:57:51.860Z | Downloaded sec1 v0.7.3 |
| 1021 | 2026-09-06T23:57:51.860Z | Downloaded owo-colors v4.3.0 |
| 1022 | 2026-09-06T23:57:51.863Z | Downloaded tokio-tungstenite v0.21.0 |
| 1023 | 2026-09-06T23:57:51.863Z | Downloaded maplit v1.0.2 |
| 1024 | 2026-09-06T23:57:51.863Z | Downloaded num-iter v0.1.45 |
| 1025 | 2026-09-06T23:57:51.863Z | Downloaded uuid v1.23.4 |
| 1026 | 2026-09-06T23:57:51.867Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1027 | 2026-09-06T23:57:51.870Z | Downloaded crossterm v0.29.0 |
| 1028 | 2026-09-06T23:57:51.874Z | Downloaded sync_wrapper v1.0.2 |
| 1029 | 2026-09-06T23:57:51.874Z | Downloaded thiserror-no-std v2.0.2 |
| 1030 | 2026-09-06T23:57:51.877Z | Downloaded password-hash v0.6.1 |
| 1031 | 2026-09-06T23:57:51.877Z | Downloaded writeable v0.6.2 |
| 1032 | 2026-09-06T23:57:51.877Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1033 | 2026-09-06T23:57:51.878Z | Downloaded psl-types v2.0.11 |
| 1034 | 2026-09-06T23:57:51.884Z | Downloaded reqwest v0.12.28 |
| 1035 | 2026-09-06T23:57:51.889Z | Downloaded miette v7.6.0 |
| 1036 | 2026-09-06T23:57:51.891Z | Downloaded rfc6979 v0.4.0 |
| 1037 | 2026-09-06T23:57:51.896Z | Downloaded corncobs v0.1.4 |
| 1038 | 2026-09-06T23:57:51.899Z | Downloaded proc-macro-error2 v2.0.1 |
| 1039 | 2026-09-06T23:57:51.903Z | Downloaded defmt v1.0.1 |
| 1040 | 2026-09-06T23:57:51.906Z | Downloaded predicates-tree v1.0.13 |
| 1041 | 2026-09-06T23:57:51.906Z | Downloaded sapling-renderdag v0.1.0 |
| 1042 | 2026-09-06T23:57:51.906Z | Downloaded vte v0.14.1 |
| 1043 | 2026-09-06T23:57:51.906Z | Downloaded aes-gcm v0.11.0 |
| 1044 | 2026-09-06T23:57:51.906Z | Downloaded crossbeam-channel v0.5.15 |
| 1045 | 2026-09-06T23:57:51.910Z | Downloaded signal-hook-tokio v0.3.1 |
| 1046 | 2026-09-06T23:57:51.910Z | Downloaded defmt-macros v1.0.1 |
| 1047 | 2026-09-06T23:57:51.918Z | Downloaded litrs v1.0.0 |
| 1048 | 2026-09-06T23:57:51.924Z | Downloaded tokio-rustls v0.26.4 |
| 1049 | 2026-09-06T23:57:51.924Z | Downloaded hashbrown v0.14.5 |
| 1050 | 2026-09-06T23:57:51.933Z | Downloaded tagptr v0.2.0 |
| 1051 | 2026-09-06T23:57:51.933Z | Downloaded dropshot_endpoint v0.17.1 |
| 1052 | 2026-09-06T23:57:51.933Z | Downloaded futures-util v0.3.32 |
| 1053 | 2026-09-06T23:57:51.940Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1054 | 2026-09-06T23:57:51.940Z | Downloaded itertools v0.12.1 |
| 1055 | 2026-09-06T23:57:51.944Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1056 | 2026-09-06T23:57:51.944Z | Downloaded phf v0.13.1 |
| 1057 | 2026-09-06T23:57:51.944Z | Downloaded tokio-util v0.7.18 |
| 1058 | 2026-09-06T23:57:51.944Z | Downloaded cpufeatures v0.3.0 |
| 1059 | 2026-09-06T23:57:51.949Z | Downloaded sha2 v0.11.0 |
| 1060 | 2026-09-06T23:57:51.949Z | Downloaded display-error-chain v0.2.2 |
| 1061 | 2026-09-06T23:57:51.949Z | Downloaded usdt-attr-macro v0.6.0 |
| 1062 | 2026-09-06T23:57:51.949Z | Downloaded miette-derive v7.6.0 |
| 1063 | 2026-09-06T23:57:51.958Z | Downloaded dropshot-api-manager v0.8.0 |
| 1064 | 2026-09-06T23:57:51.958Z | Downloaded hkdf v0.12.4 |
| 1065 | 2026-09-06T23:57:51.961Z | Downloaded rcgen v0.12.1 |
| 1066 | 2026-09-06T23:57:51.961Z | Downloaded nu-ansi-term v0.50.3 |
| 1067 | 2026-09-06T23:57:51.961Z | Downloaded idna_adapter v1.2.1 |
| 1068 | 2026-09-06T23:57:51.961Z | Downloaded zone_cfg_derive v0.3.1 |
| 1069 | 2026-09-06T23:57:51.962Z | Downloaded managed v0.8.0 |
| 1070 | 2026-09-06T23:57:51.962Z | Downloaded inout v0.2.2 |
| 1071 | 2026-09-06T23:57:51.962Z | Downloaded jiff-core v0.1.0 |
| 1072 | 2026-09-06T23:57:51.965Z | Downloaded unicode-properties v0.1.4 |
| 1073 | 2026-09-06T23:57:51.965Z | Downloaded hkdf v0.13.0 |
| 1074 | 2026-09-06T23:57:51.965Z | Downloaded schemars_derive v0.8.22 |
| 1075 | 2026-09-06T23:57:51.970Z | Downloaded slog-scope v4.4.1 |
| 1076 | 2026-09-06T23:57:51.970Z | Downloaded p384 v0.13.1 |
| 1077 | 2026-09-06T23:57:51.973Z | Downloaded unicode-bidi v0.3.18 |
| 1078 | 2026-09-06T23:57:51.973Z | Downloaded pkcs5 v0.8.1 |
| 1079 | 2026-09-06T23:57:51.973Z | Downloaded vergen v9.1.0 |
| 1080 | 2026-09-06T23:57:51.973Z | Downloaded serde_with_macros v1.5.2 |
| 1081 | 2026-09-06T23:57:51.976Z | Downloaded string_cache v0.8.9 |
| 1082 | 2026-09-06T23:57:51.976Z | Downloaded zip v4.6.1 |
| 1083 | 2026-09-06T23:57:51.976Z | Downloaded lru-slab v0.1.2 |
| 1084 | 2026-09-06T23:57:51.980Z | Downloaded primefield v0.14.0 |
| 1085 | 2026-09-06T23:57:51.980Z | Downloaded pwd v1.4.0 |
| 1086 | 2026-09-06T23:57:51.980Z | Downloaded winnow v0.5.40 |
| 1087 | 2026-09-06T23:57:51.986Z | Downloaded winnow v0.6.26 |
| 1088 | 2026-09-06T23:57:51.990Z | Downloaded miniz_oxide v0.8.9 |
| 1089 | 2026-09-06T23:57:51.990Z | Downloaded unsafe-libyaml v0.2.11 |
| 1090 | 2026-09-06T23:57:51.993Z | Downloaded scroll_derive v0.13.1 |
| 1091 | 2026-09-06T23:57:51.993Z | Downloaded ssh-key v0.6.7 |
| 1092 | 2026-09-06T23:57:51.996Z | Downloaded try-lock v0.2.5 |
| 1093 | 2026-09-06T23:57:51.996Z | Downloaded const_format v0.2.35 |
| 1094 | 2026-09-06T23:57:51.999Z | Downloaded hybrid-array v0.4.13 |
| 1095 | 2026-09-06T23:57:51.999Z | Downloaded ssh-cipher v0.3.0 |
| 1096 | 2026-09-06T23:57:51.999Z | Downloaded synstructure v0.13.2 |
| 1097 | 2026-09-06T23:57:51.999Z | Downloaded tls_codec v0.4.2 |
| 1098 | 2026-09-06T23:57:52.003Z | Downloaded ssh-encoding v0.2.0 |
| 1099 | 2026-09-06T23:57:52.003Z | Downloaded tokio-tungstenite v0.23.1 |
| 1100 | 2026-09-06T23:57:52.011Z | Downloaded diesel_derives v2.3.7 |
| 1101 | 2026-09-06T23:57:52.017Z | Downloaded unicode-truncate v1.1.0 |
| 1102 | 2026-09-06T23:57:52.017Z | Downloaded rand v0.9.2 |
| 1103 | 2026-09-06T23:57:52.017Z | Downloaded similar v2.7.0 |
| 1104 | 2026-09-06T23:57:52.018Z | Downloaded derive_builder_core v0.20.2 |
| 1105 | 2026-09-06T23:57:52.018Z | Downloaded yoke v0.8.1 |
| 1106 | 2026-09-06T23:57:52.018Z | Downloaded libm v0.2.16 |
| 1107 | 2026-09-06T23:57:52.025Z | Downloaded resolv-conf v0.7.6 |
| 1108 | 2026-09-06T23:57:52.025Z | Downloaded debug-ignore v1.0.5 |
| 1109 | 2026-09-06T23:57:52.025Z | Downloaded newtype-uuid v1.3.2 |
| 1110 | 2026-09-06T23:57:52.028Z | Downloaded num-integer v0.1.46 |
| 1111 | 2026-09-06T23:57:52.029Z | Downloaded portable-atomic v1.13.1 |
| 1112 | 2026-09-06T23:57:52.029Z | Downloaded vergen-lib v0.1.6 |
| 1113 | 2026-09-06T23:57:52.032Z | Downloaded tungstenite v0.21.0 |
| 1114 | 2026-09-06T23:57:52.036Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1115 | 2026-09-06T23:57:52.036Z | Downloaded ctutils v0.4.2 |
| 1116 | 2026-09-06T23:57:52.036Z | Downloaded hyper-staticfile v0.10.1 |
| 1117 | 2026-09-06T23:57:52.039Z | Downloaded russh-cryptovec v0.62.0 |
| 1118 | 2026-09-06T23:57:52.039Z | Downloaded instability v0.3.11 |
| 1119 | 2026-09-06T23:57:52.039Z | Downloaded md5 v0.8.0 |
| 1120 | 2026-09-06T23:57:52.039Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1121 | 2026-09-06T23:57:52.039Z | Downloaded nom v7.1.3 |
| 1122 | 2026-09-06T23:57:52.042Z | Downloaded crossterm v0.28.1 |
| 1123 | 2026-09-06T23:57:52.045Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1124 | 2026-09-06T23:57:52.048Z | Downloaded smf v0.2.3 |
| 1125 | 2026-09-06T23:57:52.051Z | Downloaded num_enum_derive v0.5.11 |
| 1126 | 2026-09-06T23:57:52.056Z | Downloaded zopfli v0.8.3 |
| 1127 | 2026-09-06T23:57:52.059Z | Downloaded libsw v3.5.0 |
| 1128 | 2026-09-06T23:57:52.059Z | Downloaded progenitor v0.13.0 |
| 1129 | 2026-09-06T23:57:52.059Z | Downloaded signature v3.0.0 |
| 1130 | 2026-09-06T23:57:52.059Z | Downloaded der v0.8.0 |
| 1131 | 2026-09-06T23:57:52.063Z | Downloaded regex v1.12.3 |
| 1132 | 2026-09-06T23:57:52.069Z | Downloaded parking_lot v0.11.2 |
| 1133 | 2026-09-06T23:57:52.069Z | Downloaded crossbeam-epoch v0.9.18 |
| 1134 | 2026-09-06T23:57:52.073Z | Downloaded rtoolbox v0.0.3 |
| 1135 | 2026-09-06T23:57:52.073Z | Downloaded sha1 v0.10.6 |
| 1136 | 2026-09-06T23:57:52.073Z | Downloaded new_debug_unreachable v1.0.6 |
| 1137 | 2026-09-06T23:57:52.073Z | Downloaded seq-macro v0.3.6 |
| 1138 | 2026-09-06T23:57:52.073Z | Downloaded sponge-cursor v0.1.0 |
| 1139 | 2026-09-06T23:57:52.073Z | Downloaded prettyplease v0.2.37 |
| 1140 | 2026-09-06T23:57:52.076Z | Downloaded icu_provider v2.1.1 |
| 1141 | 2026-09-06T23:57:52.081Z | Downloaded stacker v0.1.23 |
| 1142 | 2026-09-06T23:57:52.081Z | Downloaded tls_codec_derive v0.4.2 |
| 1143 | 2026-09-06T23:57:52.081Z | Downloaded whoami v2.1.0 |
| 1144 | 2026-09-06T23:57:52.084Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1145 | 2026-09-06T23:57:52.085Z | Downloaded openssl-probe v0.1.6 |
| 1146 | 2026-09-06T23:57:52.085Z | Downloaded untrusted v0.9.0 |
| 1147 | 2026-09-06T23:57:52.090Z | Downloaded indexmap v1.9.3 |
| 1148 | 2026-09-06T23:57:52.096Z | Downloaded pkcs8 v0.11.0 |
| 1149 | 2026-09-06T23:57:52.103Z | Downloaded vergen-git2 v9.1.0 |
| 1150 | 2026-09-06T23:57:52.107Z | Downloaded serde_with_macros v3.21.0 |
| 1151 | 2026-09-06T23:57:52.107Z | Downloaded typed-path v0.9.3 |
| 1152 | 2026-09-06T23:57:52.112Z | Downloaded tap v1.0.1 |
| 1153 | 2026-09-06T23:57:52.117Z | Downloaded trait-variant v0.1.2 |
| 1154 | 2026-09-06T23:57:52.117Z | Downloaded iddqd v0.4.2 |
| 1155 | 2026-09-06T23:57:52.128Z | Downloaded minimal-lexical v0.2.1 |
| 1156 | 2026-09-06T23:57:52.128Z | Downloaded static_assertions v1.1.0 |
| 1157 | 2026-09-06T23:57:52.128Z | Downloaded thread-id v5.1.0 |
| 1158 | 2026-09-06T23:57:52.129Z | Downloaded rayon v1.11.0 |
| 1159 | 2026-09-06T23:57:52.132Z | Downloaded maybe-uninit v2.0.0 |
| 1160 | 2026-09-06T23:57:52.133Z | Downloaded newline-converter v0.3.0 |
| 1161 | 2026-09-06T23:57:52.133Z | Downloaded progenitor-impl v0.14.0 |
| 1162 | 2026-09-06T23:57:52.133Z | Downloaded yoke-derive v0.8.1 |
| 1163 | 2026-09-06T23:57:52.133Z | Downloaded convert_case v0.4.0 |
| 1164 | 2026-09-06T23:57:52.133Z | Downloaded dyn-clone v1.0.20 |
| 1165 | 2026-09-06T23:57:52.133Z | Downloaded blake3 v1.8.5 |
| 1166 | 2026-09-06T23:57:52.140Z | Downloaded p256 v0.14.0 |
| 1167 | 2026-09-06T23:57:52.146Z | Downloaded hyper-util v0.1.20 |
| 1168 | 2026-09-06T23:57:52.146Z | Downloaded itertools v0.10.5 |
| 1169 | 2026-09-06T23:57:52.149Z | Downloaded derive_more v0.99.20 |
| 1170 | 2026-09-06T23:57:52.149Z | Downloaded zerovec-derive v0.11.2 |
| 1171 | 2026-09-06T23:57:52.149Z | Downloaded num-rational v0.4.2 |
| 1172 | 2026-09-06T23:57:52.149Z | Downloaded unicode_categories v0.1.1 |
| 1173 | 2026-09-06T23:57:52.152Z | Downloaded x509-cert v0.2.5 |
| 1174 | 2026-09-06T23:57:52.155Z | Downloaded diesel-dtrace v0.5.0 |
| 1175 | 2026-09-06T23:57:52.155Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1176 | 2026-09-06T23:57:52.155Z | Downloaded secrecy v0.10.3 |
| 1177 | 2026-09-06T23:57:52.155Z | Downloaded git2 v0.20.4 |
| 1178 | 2026-09-06T23:57:52.159Z | Downloaded rusty-fork v0.3.1 |
| 1179 | 2026-09-06T23:57:52.162Z | Downloaded quick-error v1.2.3 |
| 1180 | 2026-09-06T23:57:52.162Z | Downloaded serde_spanned v1.1.1 |
| 1181 | 2026-09-06T23:57:52.162Z | Downloaded usdt-macro v0.6.0 |
| 1182 | 2026-09-06T23:57:52.162Z | Downloaded p256 v0.13.2 |
| 1183 | 2026-09-06T23:57:52.165Z | Downloaded papergrid v0.18.0 |
| 1184 | 2026-09-06T23:57:52.167Z | Downloaded phf_shared v0.13.1 |
| 1185 | 2026-09-06T23:57:52.167Z | Downloaded rustls-webpki v0.103.13 |
| 1186 | 2026-09-06T23:57:52.167Z | Downloaded strum v0.27.2 |
| 1187 | 2026-09-06T23:57:52.170Z | Downloaded slog-stdlog v4.1.1 |
| 1188 | 2026-09-06T23:57:52.170Z | Downloaded whoami v1.6.1 |
| 1189 | 2026-09-06T23:57:52.170Z | Downloaded rsa v0.10.0-rc.18 |
| 1190 | 2026-09-06T23:57:52.178Z | Downloaded crossbeam-deque v0.8.6 |
| 1191 | 2026-09-06T23:57:52.181Z | Downloaded term v1.2.1 |
| 1192 | 2026-09-06T23:57:52.183Z | Downloaded tower-http v0.6.8 |
| 1193 | 2026-09-06T23:57:52.186Z | Downloaded salty v0.3.0 |
| 1194 | 2026-09-06T23:57:52.190Z | Downloaded primeorder v0.13.6 |
| 1195 | 2026-09-06T23:57:52.193Z | Downloaded universal-hash v0.5.1 |
| 1196 | 2026-09-06T23:57:52.193Z | Downloaded ipnetwork v0.21.1 |
| 1197 | 2026-09-06T23:57:52.193Z | Downloaded goblin v0.10.5 |
| 1198 | 2026-09-06T23:57:52.198Z | Downloaded kem v0.3.0 |
| 1199 | 2026-09-06T23:57:52.198Z | Downloaded pkg-config v0.3.32 |
| 1200 | 2026-09-06T23:57:52.202Z | Downloaded aho-corasick v1.1.4 |
| 1201 | 2026-09-06T23:57:52.202Z | Downloaded semver v0.1.20 |
| 1202 | 2026-09-06T23:57:52.202Z | Downloaded waitgroup v0.1.2 |
| 1203 | 2026-09-06T23:57:52.202Z | Downloaded darling_core v0.21.3 |
| 1204 | 2026-09-06T23:57:52.213Z | Downloaded tabled v0.21.0 |
| 1205 | 2026-09-06T23:57:52.217Z | Downloaded rand v0.10.1 |
| 1206 | 2026-09-06T23:57:52.217Z | Downloaded schemars v1.2.1 |
| 1207 | 2026-09-06T23:57:52.221Z | Downloaded derive_builder v0.20.2 |
| 1208 | 2026-09-06T23:57:52.225Z | Downloaded knus v3.4.0 |
| 1209 | 2026-09-06T23:57:52.228Z | Downloaded strum_macros v0.24.3 |
| 1210 | 2026-09-06T23:57:52.228Z | Downloaded signature v2.2.0 |
| 1211 | 2026-09-06T23:57:52.228Z | Downloaded phf_shared v0.11.3 |
| 1212 | 2026-09-06T23:57:52.228Z | Downloaded kstat-rs v0.2.5 |
| 1213 | 2026-09-06T23:57:52.231Z | Downloaded darling_macro v0.13.4 |
| 1214 | 2026-09-06T23:57:52.231Z | Downloaded instant v0.1.13 |
| 1215 | 2026-09-06T23:57:52.231Z | Downloaded progenitor-impl v0.13.0 |
| 1216 | 2026-09-06T23:57:52.231Z | Downloaded salsa20 v0.11.0 |
| 1217 | 2026-09-06T23:57:52.235Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1218 | 2026-09-06T23:57:52.235Z | Downloaded constant_time_eq v0.4.2 |
| 1219 | 2026-09-06T23:57:52.239Z | Downloaded dashu-int v0.5.1 |
| 1220 | 2026-09-06T23:57:52.242Z | Downloaded smallvec v1.15.1 |
| 1221 | 2026-09-06T23:57:52.242Z | Downloaded postgres-types v0.2.12 |
| 1222 | 2026-09-06T23:57:52.243Z | Downloaded aws-lc-rs v1.16.3 |
| 1223 | 2026-09-06T23:57:52.247Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1224 | 2026-09-06T23:57:52.250Z | Downloaded dtrace-parser v0.3.0 |
| 1225 | 2026-09-06T23:57:52.250Z | Downloaded serde_derive_internals v0.29.1 |
| 1226 | 2026-09-06T23:57:52.250Z | Downloaded multimap v0.10.1 |
| 1227 | 2026-09-06T23:57:52.250Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1228 | 2026-09-06T23:57:52.250Z | Downloaded illumos-nvpair v0.3.0 |
| 1229 | 2026-09-06T23:57:52.250Z | Downloaded testing_table v0.3.0 |
| 1230 | 2026-09-06T23:57:52.255Z | Downloaded darling v0.13.4 |
| 1231 | 2026-09-06T23:57:52.256Z | Downloaded serde_with v1.14.0 |
| 1232 | 2026-09-06T23:57:52.259Z | Downloaded crossbeam-utils v0.8.21 |
| 1233 | 2026-09-06T23:57:52.259Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1234 | 2026-09-06T23:57:52.259Z | Downloaded libsw-core v0.3.2 |
| 1235 | 2026-09-06T23:57:52.259Z | Downloaded ctr v0.10.1 |
| 1236 | 2026-09-06T23:57:52.277Z | Downloaded typify v0.6.2 |
| 1237 | 2026-09-06T23:57:52.277Z | Downloaded poly1305 v0.8.0 |
| 1238 | 2026-09-06T23:57:52.291Z | Downloaded ref-cast-impl v1.0.25 |
| 1239 | 2026-09-06T23:57:52.291Z | Downloaded rand_core v0.9.5 |
| 1240 | 2026-09-06T23:57:52.291Z | Downloaded quinn-proto v0.11.16 |
| 1241 | 2026-09-06T23:57:52.291Z | Downloaded spin v0.9.8 |
| 1242 | 2026-09-06T23:57:52.291Z | Downloaded zstd v0.13.3 |
| 1243 | 2026-09-06T23:57:52.291Z | Downloaded digest v0.11.3 |
| 1244 | 2026-09-06T23:57:52.291Z | Downloaded lock_api v0.4.14 |
| 1245 | 2026-09-06T23:57:52.292Z | Downloaded ryu v1.0.23 |
| 1246 | 2026-09-06T23:57:52.292Z | Downloaded schemars v0.9.0 |
| 1247 | 2026-09-06T23:57:52.292Z | Downloaded pkcs1 v0.7.5 |
| 1248 | 2026-09-06T23:57:52.300Z | Downloaded moka v0.12.13 |
| 1249 | 2026-09-06T23:57:52.300Z | Downloaded darling_core v0.20.11 |
| 1250 | 2026-09-06T23:57:52.300Z | Downloaded primeorder v0.14.0 |
| 1251 | 2026-09-06T23:57:52.300Z | Downloaded vcpkg v0.2.15 |
| 1252 | 2026-09-06T23:57:52.319Z | Downloaded crypto-primes v0.7.2 |
| 1253 | 2026-09-06T23:57:52.322Z | Downloaded password-hash v0.5.0 |
| 1254 | 2026-09-06T23:57:52.325Z | Downloaded gimli v0.32.3 |
| 1255 | 2026-09-06T23:57:52.328Z | Downloaded term v0.7.0 |
| 1256 | 2026-09-06T23:57:52.331Z | Downloaded darling v0.20.11 |
| 1257 | 2026-09-06T23:57:52.331Z | Downloaded memmap2 v0.9.10 |
| 1258 | 2026-09-06T23:57:52.334Z | Downloaded vergen-gitcl v1.0.8 |
| 1259 | 2026-09-06T23:57:52.334Z | Downloaded oxide-update-engine v0.1.2 |
| 1260 | 2026-09-06T23:57:52.334Z | Downloaded rand_chacha v0.9.0 |
| 1261 | 2026-09-06T23:57:52.335Z | Downloaded unicase v2.9.0 |
| 1262 | 2026-09-06T23:57:52.337Z | Downloaded zerocopy v0.6.6 |
| 1263 | 2026-09-06T23:57:52.337Z | Downloaded parse-display-derive v0.10.0 |
| 1264 | 2026-09-06T23:57:52.337Z | Downloaded slog-json v2.6.1 |
| 1265 | 2026-09-06T23:57:52.341Z | Downloaded bindgen v0.71.1 |
| 1266 | 2026-09-06T23:57:52.346Z | Downloaded bitvec v1.0.1 |
| 1267 | 2026-09-06T23:57:52.350Z | Downloaded subprocess v0.2.15 |
| 1268 | 2026-09-06T23:57:52.354Z | Downloaded parking_lot_core v0.9.12 |
| 1269 | 2026-09-06T23:57:52.354Z | Downloaded postgres-protocol v0.6.10 |
| 1270 | 2026-09-06T23:57:52.359Z | Downloaded tower v0.5.3 |
| 1271 | 2026-09-06T23:57:52.361Z | Downloaded crc-any v2.5.0 |
| 1272 | 2026-09-06T23:57:52.361Z | Downloaded idna v1.1.0 |
| 1273 | 2026-09-06T23:57:52.364Z | Downloaded zerocopy-derive v0.8.55 |
| 1274 | 2026-09-06T23:57:52.368Z | Downloaded serde-hex v0.1.0 |
| 1275 | 2026-09-06T23:57:52.372Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1276 | 2026-09-06T23:57:52.374Z | Downloaded derive_more v2.1.1 |
| 1277 | 2026-09-06T23:57:52.380Z | Downloaded libxml v0.3.3 |
| 1278 | 2026-09-06T23:57:52.383Z | Downloaded regex-syntax v0.6.29 |
| 1279 | 2026-09-06T23:57:52.390Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1280 | 2026-09-06T23:57:52.396Z | Downloaded tinyvec v1.11.0 |
| 1281 | 2026-09-06T23:57:52.396Z | Downloaded p521 v0.13.3 |
| 1282 | 2026-09-06T23:57:52.401Z | Downloaded drift v0.2.0 |
| 1283 | 2026-09-06T23:57:52.401Z | Downloaded icu_properties v2.1.2 |
| 1284 | 2026-09-06T23:57:52.401Z | Downloaded time v0.3.47 |
| 1285 | 2026-09-06T23:57:52.409Z | Downloaded openssl-sys v0.9.117 |
| 1286 | 2026-09-06T23:57:52.412Z | Downloaded snafu v0.8.9 |
| 1287 | 2026-09-06T23:57:52.415Z | Downloaded unicode-segmentation v1.12.0 |
| 1288 | 2026-09-06T23:57:52.417Z | Downloaded derive_more-impl v2.1.1 |
| 1289 | 2026-09-06T23:57:52.421Z | Downloaded tough v0.22.0 |
| 1290 | 2026-09-06T23:57:52.426Z | Downloaded icu_collections v2.1.1 |
| 1291 | 2026-09-06T23:57:52.429Z | Downloaded rayon-core v1.13.0 |
| 1292 | 2026-09-06T23:57:52.429Z | Downloaded indicatif v0.18.4 |
| 1293 | 2026-09-06T23:57:52.432Z | Downloaded chrono v0.4.45 |
| 1294 | 2026-09-06T23:57:52.435Z | Downloaded crypto-bigint v0.5.5 |
| 1295 | 2026-09-06T23:57:52.438Z | Downloaded icu_locale_core v2.1.1 |
| 1296 | 2026-09-06T23:57:52.441Z | Downloaded icu_normalizer_data v2.1.1 |
| 1297 | 2026-09-06T23:57:52.444Z | Downloaded itertools v0.13.0 |
| 1298 | 2026-09-06T23:57:52.447Z | Downloaded num-bigint v0.4.6 |
| 1299 | 2026-09-06T23:57:52.450Z | Downloaded serde_with v3.21.0 |
| 1300 | 2026-09-06T23:57:52.457Z | Downloaded tokio-postgres v0.7.16 |
| 1301 | 2026-09-06T23:57:52.463Z | Downloaded crypto-bigint v0.7.5 |
| 1302 | 2026-09-06T23:57:52.471Z | Downloaded winnow v1.0.3 |
| 1303 | 2026-09-06T23:57:52.478Z | Downloaded hickory-proto v0.25.2 |
| 1304 | 2026-09-06T23:57:52.484Z | Downloaded iri-string v0.7.10 |
| 1305 | 2026-09-06T23:57:52.488Z | Downloaded toml_edit v0.19.15 |
| 1306 | 2026-09-06T23:57:52.495Z | Downloaded mio v1.2.0 |
| 1307 | 2026-09-06T23:57:52.499Z | Downloaded zerovec v0.11.5 |
| 1308 | 2026-09-06T23:57:52.502Z | Downloaded radix_trie v0.2.1 |
| 1309 | 2026-09-06T23:57:52.505Z | Downloaded num-bigint-dig v0.8.6 |
| 1310 | 2026-09-06T23:57:52.508Z | Downloaded reedline v0.40.0 |
| 1311 | 2026-09-06T23:57:52.512Z | Downloaded itertools v0.15.0 |
| 1312 | 2026-09-06T23:57:52.516Z | Downloaded petname v2.0.2 |
| 1313 | 2026-09-06T23:57:52.520Z | Downloaded proptest v1.11.0 |
| 1314 | 2026-09-06T23:57:52.527Z | Downloaded nix v0.28.0 |
| 1315 | 2026-09-06T23:57:52.534Z | Downloaded itertools v0.14.0 |
| 1316 | 2026-09-06T23:57:52.594Z | Downloaded hyper v1.10.1 |
| 1317 | 2026-09-06T23:57:52.594Z | Downloaded icu_properties_data v2.1.2 |
| 1318 | 2026-09-06T23:57:52.595Z | Downloaded smoltcp v0.11.0 |
| 1319 | 2026-09-06T23:57:52.595Z | Downloaded polar-core v0.27.3 |
| 1320 | 2026-09-06T23:57:52.595Z | Downloaded hickory-proto v0.24.4 |
| 1321 | 2026-09-06T23:57:52.595Z | Downloaded quick-xml v0.37.5 |
| 1322 | 2026-09-06T23:57:52.595Z | Downloaded curve25519-dalek v4.1.3 |
| 1323 | 2026-09-06T23:57:52.595Z | Downloaded sha3 v0.12.0 |
| 1324 | 2026-09-06T23:57:52.595Z | Downloaded rawzip v0.4.4 |
| 1325 | 2026-09-06T23:57:52.602Z | Downloaded smoltcp v0.9.1 |
| 1326 | 2026-09-06T23:57:52.611Z | Downloaded bstr v1.12.1 |
| 1327 | 2026-09-06T23:57:52.624Z | Downloaded object v0.30.4 |
| 1328 | 2026-09-06T23:57:52.630Z | Downloaded russh v0.62.4 |
| 1329 | 2026-09-06T23:57:52.644Z | Downloaded syn v3.0.3 |
| 1330 | 2026-09-06T23:57:52.650Z | Downloaded openapiv3 v2.2.0 |
| 1331 | 2026-09-06T23:57:52.660Z | Downloaded object v0.37.3 |
| 1332 | 2026-09-06T23:57:52.668Z | Downloaded openssl v0.10.80 |
| 1333 | 2026-09-06T23:57:52.673Z | Downloaded lalrpop v0.19.12 |
| 1334 | 2026-09-06T23:57:52.679Z | Downloaded zlib-rs v0.6.2 |
| 1335 | 2026-09-06T23:57:52.682Z | Downloaded rustls v0.23.41 |
| 1336 | 2026-09-06T23:57:52.689Z | Downloaded sqlparser v0.61.0 |
| 1337 | 2026-09-06T23:57:52.697Z | Downloaded regress v0.11.1 |
| 1338 | 2026-09-06T23:57:52.701Z | Downloaded sha3 v0.11.0 |
| 1339 | 2026-09-06T23:57:52.737Z | Downloaded zerocopy v0.8.55 |
| 1340 | 2026-09-06T23:57:52.746Z | Downloaded nix v0.27.1 |
| 1341 | 2026-09-06T23:57:52.751Z | Downloaded nix v0.31.2 |
| 1342 | 2026-09-06T23:57:52.758Z | Downloaded rustix v0.38.44 |
| 1343 | 2026-09-06T23:57:52.770Z | Downloaded diesel v2.3.7 |
| 1344 | 2026-09-06T23:57:52.782Z | Downloaded regress v0.10.5 |
| 1345 | 2026-09-06T23:57:52.787Z | Downloaded curve25519-dalek v5.0.0 |
| 1346 | 2026-09-06T23:57:52.793Z | Downloaded regex-automata v0.4.14 |
| 1347 | 2026-09-06T23:57:52.801Z | Downloaded tracing v0.1.44 |
| 1348 | 2026-09-06T23:57:52.813Z | Downloaded zerocopy-derive v0.6.6 |
| 1349 | 2026-09-06T23:57:52.822Z | Downloaded regex-syntax v0.8.10 |
| 1350 | 2026-09-06T23:57:52.835Z | Downloaded typify-impl v0.6.2 |
| 1351 | 2026-09-06T23:57:52.861Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1352 | 2026-09-06T23:57:52.873Z | Downloaded libz-sys v1.1.24 |
| 1353 | 2026-09-06T23:57:52.882Z | Downloaded dropshot v0.17.1 |
| 1354 | 2026-09-06T23:57:52.897Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1355 | 2026-09-06T23:57:52.902Z | Downloaded sled v0.34.7 |
| 1356 | 2026-09-06T23:57:52.908Z | Downloaded tokio v1.52.1 |
| 1357 | 2026-09-06T23:57:52.958Z | Downloaded encoding_rs v0.8.35 |
| 1358 | 2026-09-06T23:57:52.971Z | Downloaded chrono-tz v0.10.4 |
| 1359 | 2026-09-06T23:57:52.984Z | Downloaded petgraph v0.6.5 |
| 1360 | 2026-09-06T23:57:52.994Z | Downloaded ratatui v0.29.0 |
| 1361 | 2026-09-06T23:57:53.009Z | Downloaded jiff v0.2.34 |
| 1362 | 2026-09-06T23:57:53.028Z | Downloaded csv v1.4.0 |
| 1363 | 2026-09-06T23:57:53.040Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1364 | 2026-09-06T23:57:53.072Z | Downloaded petgraph v0.8.3 |
| 1365 | 2026-09-06T23:57:53.086Z | Downloaded sha3 v0.10.8 |
| 1366 | 2026-09-06T23:57:53.136Z | Downloaded ring v0.17.14 |
| 1367 | 2026-09-06T23:57:53.280Z | Downloaded dsi-bitstream v0.10.1 |
| 1368 | 2026-09-06T23:57:53.707Z | Downloaded aws-lc-sys v0.40.0 |
| 1369 | 2026-09-06T23:57:53.989Z | Compiling serde_core v1.0.228 |
| 1370 | 2026-09-06T23:57:53.989Z | Compiling libc v0.2.185 |
| 1371 | 2026-09-06T23:57:53.989Z | Compiling serde v1.0.228 |
| 1372 | 2026-09-06T23:57:54.011Z | Compiling log v0.4.33 |
| 1373 | 2026-09-06T23:57:54.012Z | Compiling smallvec v1.15.1 |
| 1374 | 2026-09-06T23:57:54.012Z | Compiling subtle v2.6.1 |
| 1375 | 2026-09-06T23:57:54.013Z | Compiling syn v2.0.117 |
| 1376 | 2026-09-06T23:57:54.013Z | Compiling zerocopy v0.8.55 |
| 1377 | 2026-09-06T23:57:54.314Z | Compiling typenum v1.20.1 |
| 1378 | 2026-09-06T23:57:54.340Z | Compiling find-msvc-tools v0.1.9 |
| 1379 | 2026-09-06T23:57:54.365Z | Compiling shlex v1.3.0 |
| 1380 | 2026-09-06T23:57:54.460Z | Compiling scopeguard v1.2.0 |
| 1381 | 2026-09-06T23:57:54.575Z | Compiling lock_api v0.4.14 |
| 1382 | 2026-09-06T23:57:54.611Z | Compiling portable-atomic v1.13.1 |
| 1383 | 2026-09-06T23:57:54.623Z | Compiling stable_deref_trait v1.2.1 |
| 1384 | 2026-09-06T23:57:54.623Z | Compiling critical-section v1.2.0 |
| 1385 | 2026-09-06T23:57:54.688Z | Compiling generic-array v0.14.7 |
| 1386 | 2026-09-06T23:57:54.703Z | Compiling const-oid v0.9.6 |
| 1387 | 2026-09-06T23:57:54.783Z | Compiling serde_json v1.0.151 |
| 1388 | 2026-09-06T23:57:55.025Z | Compiling libm v0.2.16 |
| 1389 | 2026-09-06T23:57:55.117Z | Compiling errno v0.3.14 |
| 1390 | 2026-09-06T23:57:55.130Z | Compiling jobserver v0.1.34 |
| 1391 | 2026-09-06T23:57:55.144Z | Compiling getrandom v0.2.17 |
| 1392 | 2026-09-06T23:57:55.268Z | Compiling rand_core v0.6.4 |
| 1393 | 2026-09-06T23:57:55.333Z | Compiling cc v1.2.56 |
| 1394 | 2026-09-06T23:57:55.399Z | Compiling num-traits v0.2.19 |
| 1395 | 2026-09-06T23:57:55.528Z | Compiling allocator-api2 v0.2.21 |
| 1396 | 2026-09-06T23:57:55.575Z | Compiling percent-encoding v2.3.2 |
| 1397 | 2026-09-06T23:57:55.779Z | Compiling once_cell v1.21.3 |
| 1398 | 2026-09-06T23:57:55.810Z | Compiling writeable v0.6.2 |
| 1399 | 2026-09-06T23:57:55.815Z | Compiling pin-project-lite v0.2.17 |
| 1400 | 2026-09-06T23:57:55.866Z | Compiling litemap v0.8.1 |
| 1401 | 2026-09-06T23:57:55.922Z | Compiling parking_lot_core v0.9.12 |
| 1402 | 2026-09-06T23:57:55.994Z | Compiling getrandom v0.3.4 |
| 1403 | 2026-09-06T23:57:56.013Z | Compiling icu_properties_data v2.1.2 |
| 1404 | 2026-09-06T23:57:56.117Z | Compiling icu_normalizer_data v2.1.1 |
| 1405 | 2026-09-06T23:57:56.196Z | Compiling getrandom v0.4.3 |
| 1406 | 2026-09-06T23:57:56.434Z | Compiling bitflags v2.11.0 |
| 1407 | 2026-09-06T23:57:56.554Z | Compiling semver v1.0.28 |
| 1408 | 2026-09-06T23:57:56.664Z | Compiling signal-hook-registry v1.4.8 |
| 1409 | 2026-09-06T23:57:56.681Z | Compiling rustix v1.1.4 |
| 1410 | 2026-09-06T23:57:56.697Z | Compiling rand_core v0.10.0 |
| 1411 | 2026-09-06T23:57:56.942Z | Compiling parking_lot v0.12.5 |
| 1412 | 2026-09-06T23:57:56.970Z | Compiling mio v1.2.0 |
| 1413 | 2026-09-06T23:57:57.149Z | Compiling synstructure v0.13.2 |
| 1414 | 2026-09-06T23:57:57.171Z | Compiling pkg-config v0.3.32 |
| 1415 | 2026-09-06T23:57:57.182Z | Compiling futures-core v0.3.32 |
| 1416 | 2026-09-06T23:57:57.320Z | Compiling socket2 v0.6.3 |
| 1417 | 2026-09-06T23:57:57.334Z | Compiling base64ct v1.8.3 |
| 1418 | 2026-09-06T23:57:57.468Z | Compiling utf8_iter v1.0.4 |
| 1419 | 2026-09-06T23:57:57.624Z | Compiling pem-rfc7468 v0.7.0 |
| 1420 | 2026-09-06T23:57:57.640Z | Compiling form_urlencoded v1.2.2 |
| 1421 | 2026-09-06T23:57:57.672Z | Compiling foldhash v0.2.0 |
| 1422 | 2026-09-06T23:57:57.699Z | Compiling flagset v0.4.7 |
| 1423 | 2026-09-06T23:57:57.715Z | Compiling futures-sink v0.3.32 |
| 1424 | 2026-09-06T23:57:57.729Z | Compiling futures-io v0.3.32 |
| 1425 | 2026-09-06T23:57:57.817Z | Compiling hashbrown v0.17.0 |
| 1426 | 2026-09-06T23:57:57.834Z | Compiling futures-channel v0.3.32 |
| 1427 | 2026-09-06T23:57:57.834Z | Compiling slab v0.4.12 |
| 1428 | 2026-09-06T23:57:57.882Z | Compiling rustversion v1.0.22 |
| 1429 | 2026-09-06T23:57:57.898Z | Compiling futures-task v0.3.32 |
| 1430 | 2026-09-06T23:57:57.930Z | Compiling base64 v0.22.1 |
| 1431 | 2026-09-06T23:57:58.024Z | Compiling iana-time-zone v0.1.65 |
| 1432 | 2026-09-06T23:57:58.065Z | Compiling cpufeatures v0.2.17 |
| 1433 | 2026-09-06T23:57:58.081Z | Compiling ident_case v1.0.1 |
| 1434 | 2026-09-06T23:57:58.143Z | Compiling uuid v1.23.4 |
| 1435 | 2026-09-06T23:57:58.211Z | Compiling simd-adler32 v0.3.8 |
| 1436 | 2026-09-06T23:57:58.225Z | Compiling rustc_version v0.4.1 |
| 1437 | 2026-09-06T23:57:58.260Z | Compiling adler2 v2.0.1 |
| 1438 | 2026-09-06T23:57:58.397Z | Compiling indexmap v2.14.0 |
| 1439 | 2026-09-06T23:57:58.435Z | Compiling terminal_size v0.4.3 |
| 1440 | 2026-09-06T23:57:58.462Z | Compiling syn v1.0.109 |
| 1441 | 2026-09-06T23:57:58.557Z | Compiling miniz_oxide v0.8.9 |
| 1442 | 2026-09-06T23:57:58.580Z | Compiling serde_derive_internals v0.29.1 |
| 1443 | 2026-09-06T23:57:58.671Z | Compiling cmake v0.1.57 |
| 1444 | 2026-09-06T23:57:58.914Z | Compiling spin v0.9.8 |
| 1445 | 2026-09-06T23:57:58.933Z | Compiling ahash v0.8.12 |
| 1446 | 2026-09-06T23:57:58.947Z | Compiling dyn-clone v1.0.20 |
| 1447 | 2026-09-06T23:57:58.962Z | Compiling serde_derive v1.0.228 |
| 1448 | 2026-09-06T23:57:59.091Z | Compiling zeroize_derive v1.5.0 |
| 1449 | 2026-09-06T23:57:59.113Z | Compiling zerocopy-derive v0.8.55 |
| 1450 | 2026-09-06T23:57:59.118Z | Compiling zerofrom-derive v0.1.6 |
| 1451 | 2026-09-06T23:57:59.133Z | Compiling yoke-derive v0.8.1 |
| 1452 | 2026-09-06T23:57:59.166Z | Compiling zerovec-derive v0.11.2 |
| 1453 | 2026-09-06T23:57:59.214Z | Compiling displaydoc v0.2.5 |
| 1454 | 2026-09-06T23:57:59.546Z | Compiling thiserror-impl v2.0.18 |
| 1455 | 2026-09-06T23:57:59.737Z | Compiling tokio-macros v2.7.0 |
| 1456 | 2026-09-06T23:57:59.974Z | Compiling der_derive v0.7.3 |
| 1457 | 2026-09-06T23:58:00.310Z | Compiling futures-macro v0.3.32 |
| 1458 | 2026-09-06T23:58:00.354Z | Compiling thiserror-impl v1.0.69 |
| 1459 | 2026-09-06T23:58:00.525Z | Compiling fs_extra v1.3.0 |
| 1460 | 2026-09-06T23:58:00.561Z | Compiling zerofrom v0.1.6 |
| 1461 | 2026-09-06T23:58:00.695Z | Compiling yoke v0.8.1 |
| 1462 | 2026-09-06T23:58:00.816Z | Compiling dunce v1.0.5 |
| 1463 | 2026-09-06T23:58:00.879Z | Compiling zerovec v0.11.5 |
| 1464 | 2026-09-06T23:58:00.900Z | Compiling zerotrie v0.2.3 |
| 1465 | 2026-09-06T23:58:00.945Z | Compiling thiserror v2.0.18 |
| 1466 | 2026-09-06T23:58:00.961Z | Compiling schemars v0.8.22 |
| 1467 | 2026-09-06T23:58:01.059Z | Compiling aws-lc-sys v0.40.0 |
| 1468 | 2026-09-06T23:58:01.142Z | Compiling futures-util v0.3.32 |
| 1469 | 2026-09-06T23:58:01.198Z | Compiling schemars_derive v0.8.22 |
| 1470 | 2026-09-06T23:58:01.273Z | Compiling tracing-attributes v0.1.31 |
| 1471 | 2026-09-06T23:58:01.396Z | Compiling tinystr v0.8.2 |
| 1472 | 2026-09-06T23:58:01.602Z | Compiling icu_locale_core v2.1.1 |
| 1473 | 2026-09-06T23:58:01.653Z | Compiling potential_utf v0.1.4 |
| 1474 | 2026-09-06T23:58:01.820Z | Compiling icu_collections v2.1.1 |
| 1475 | 2026-09-06T23:58:02.289Z | Compiling icu_provider v2.1.1 |
| 1476 | 2026-09-06T23:58:02.466Z | Compiling zeroize v1.9.0 |
| 1477 | 2026-09-06T23:58:02.481Z | Compiling bytes v1.11.1 |
| 1478 | 2026-09-06T23:58:02.495Z | Compiling chrono v0.4.45 |
| 1479 | 2026-09-06T23:58:02.553Z | Compiling icu_properties v2.1.2 |
| 1480 | 2026-09-06T23:58:02.586Z | Compiling icu_normalizer v2.1.1 |
| 1481 | 2026-09-06T23:58:03.081Z | Compiling tokio v1.52.1 |
| 1482 | 2026-09-06T23:58:03.110Z | Compiling der v0.7.10 |
| 1483 | 2026-09-06T23:58:03.239Z | Compiling crypto-common v0.1.7 |
| 1484 | 2026-09-06T23:58:03.392Z | Compiling block-buffer v0.10.4 |
| 1485 | 2026-09-06T23:58:03.421Z | Compiling idna_adapter v1.2.1 |
| 1486 | 2026-09-06T23:58:03.563Z | Compiling digest v0.10.7 |
| 1487 | 2026-09-06T23:58:03.566Z | Compiling ppv-lite86 v0.2.21 |
| 1488 | 2026-09-06T23:58:03.636Z | Compiling idna v1.1.0 |
| 1489 | 2026-09-06T23:58:03.702Z | Compiling ipnet v2.12.0 |
| 1490 | 2026-09-06T23:58:03.817Z | Compiling thiserror v1.0.69 |
| 1491 | 2026-09-06T23:58:03.867Z | Compiling rand_chacha v0.3.1 |
| 1492 | 2026-09-06T23:58:03.903Z | Compiling hmac v0.12.1 |
| 1493 | 2026-09-06T23:58:03.922Z | Compiling url v2.5.8 |
| 1494 | 2026-09-06T23:58:04.064Z | Compiling spki v0.7.3 |
| 1495 | 2026-09-06T23:58:04.205Z | Compiling sha2 v0.10.9 |
| 1496 | 2026-09-06T23:58:04.274Z | Compiling pkcs8 v0.10.2 |
| 1497 | 2026-09-06T23:58:04.291Z | Compiling rand v0.8.6 |
| 1498 | 2026-09-06T23:58:04.295Z | Compiling signature v2.2.0 |
| 1499 | 2026-09-06T23:58:04.491Z | Compiling hex v0.4.3 |
| 1500 | 2026-09-06T23:58:04.604Z | Compiling rand_core v0.9.5 |
| 1501 | 2026-09-06T23:58:04.713Z | Compiling tracing-core v0.1.36 |
| 1502 | 2026-09-06T23:58:04.765Z | Compiling regex-syntax v0.8.10 |
| 1503 | 2026-09-06T23:58:04.954Z | Compiling clap_builder v4.6.0 |
| 1504 | 2026-09-06T23:58:05.175Z | Compiling tracing v0.1.44 |
| 1505 | 2026-09-06T23:58:05.310Z | Compiling pest_generator v2.8.6 |
| 1506 | 2026-09-06T23:58:05.785Z | Compiling clap_derive v4.6.1 |
| 1507 | 2026-09-06T23:58:06.015Z | Compiling tinyvec_macros v0.1.1 |
| 1508 | 2026-09-06T23:58:06.093Z | Compiling tinyvec v1.11.0 |
| 1509 | 2026-09-06T23:58:06.438Z | Compiling pest_derive v2.8.6 |
| 1510 | 2026-09-06T23:58:06.762Z | Compiling rand_chacha v0.9.0 |
| 1511 | 2026-09-06T23:58:06.880Z | Compiling tokio-util v0.7.18 |
| 1512 | 2026-09-06T23:58:07.121Z | Compiling http v1.4.2 |
| 1513 | 2026-09-06T23:58:07.453Z | Compiling num-integer v0.1.46 |
| 1514 | 2026-09-06T23:58:07.555Z | Compiling clap v4.6.1 |
| 1515 | 2026-09-06T23:58:07.664Z | Compiling num-bigint-dig v0.8.6 |
| 1516 | 2026-09-06T23:58:07.781Z | Compiling object v0.37.3 |
| 1517 | 2026-09-06T23:58:07.860Z | Compiling aws-lc-rs v1.16.3 |
| 1518 | 2026-09-06T23:58:07.904Z | Compiling anyhow v1.0.104 |
| 1519 | 2026-09-06T23:58:07.985Z | Compiling vcpkg v0.2.15 |
| 1520 | 2026-09-06T23:58:08.024Z | Compiling tempfile v3.27.0 |
| 1521 | 2026-09-06T23:58:08.116Z | Compiling num-iter v0.1.45 |
| 1522 | 2026-09-06T23:58:08.143Z | Compiling rand v0.9.2 |
| 1523 | 2026-09-06T23:58:08.246Z | Compiling rustls-pki-types v1.14.0 |
| 1524 | 2026-09-06T23:58:08.377Z | Compiling lazy_static v1.5.0 |
| 1525 | 2026-09-06T23:58:08.393Z | Compiling ff v0.13.1 |
| 1526 | 2026-09-06T23:58:08.428Z | Compiling gimli v0.32.3 |
| 1527 | 2026-09-06T23:58:08.469Z | Compiling base16ct v0.2.0 |
| 1528 | 2026-09-06T23:58:08.539Z | Compiling group v0.13.0 |
| 1529 | 2026-09-06T23:58:08.637Z | Compiling sec1 v0.7.3 |
| 1530 | 2026-09-06T23:58:08.666Z | Compiling openssl-sys v0.9.117 |
| 1531 | 2026-09-06T23:58:08.880Z | Compiling http-body v1.0.1 |
| 1532 | 2026-09-06T23:58:08.932Z | Compiling pkcs1 v0.7.5 |
| 1533 | 2026-09-06T23:58:09.114Z | Compiling x509-cert v0.2.5 |
| 1534 | 2026-09-06T23:58:09.139Z | Compiling hkdf v0.12.4 |
| 1535 | 2026-09-06T23:58:09.243Z | Compiling crypto-bigint v0.5.5 |
| 1536 | 2026-09-06T23:58:09.296Z | Compiling crc32fast v1.5.0 |
| 1537 | 2026-09-06T23:58:09.304Z | Compiling cmov v0.5.4 |
| 1538 | 2026-09-06T23:58:09.501Z | Compiling crossbeam-utils v0.8.21 |
| 1539 | 2026-09-06T23:58:09.536Z | Compiling openssl-probe v0.2.1 |
| 1540 | 2026-09-06T23:58:09.757Z | Compiling untrusted v0.7.1 |
| 1541 | 2026-09-06T23:58:09.801Z | Compiling httparse v1.10.1 |
| 1542 | 2026-09-06T23:58:09.840Z | Compiling rustc-demangle v0.1.27 |
| 1543 | 2026-09-06T23:58:10.177Z | Compiling addr2line v0.25.1 |
| 1544 | 2026-09-06T23:58:10.240Z | Compiling owo-colors v4.3.0 |
| 1545 | 2026-09-06T23:58:10.356Z | Compiling elliptic-curve v0.13.8 |
| 1546 | 2026-09-06T23:58:10.581Z | Compiling rsa v0.9.10 |
| 1547 | 2026-09-06T23:58:10.633Z | Compiling ctutils v0.4.2 |
| 1548 | 2026-09-06T23:58:10.662Z | Compiling camino v1.2.5 |
| 1549 | 2026-09-06T23:58:10.760Z | Compiling async-trait v0.1.89 |
| 1550 | 2026-09-06T23:58:10.913Z | Compiling scroll_derive v0.12.1 |
| 1551 | 2026-09-06T23:58:11.050Z | Compiling curve25519-dalek v4.1.3 |
| 1552 | 2026-09-06T23:58:11.349Z | Compiling backtrace v0.3.76 |
| 1553 | 2026-09-06T23:58:11.380Z | Compiling darling_core v0.23.0 |
| 1554 | 2026-09-06T23:58:11.537Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1555 | 2026-09-06T23:58:11.583Z | Compiling aho-corasick v1.1.4 |
| 1556 | 2026-09-06T23:58:11.782Z | Compiling unicode-segmentation v1.12.0 |
| 1557 | 2026-09-06T23:58:11.930Z | Compiling try-lock v0.2.5 |
| 1558 | 2026-09-06T23:58:12.048Z | Compiling atomic-waker v1.1.2 |
| 1559 | 2026-09-06T23:58:12.201Z | Compiling untrusted v0.9.0 |
| 1560 | 2026-09-06T23:58:12.207Z | Compiling rustls v0.23.41 |
| 1561 | 2026-09-06T23:58:12.277Z | Compiling tower-service v0.3.3 |
| 1562 | 2026-09-06T23:58:12.368Z | Compiling radium v0.7.0 |
| 1563 | 2026-09-06T23:58:12.375Z | Compiling is_ci v1.2.0 |
| 1564 | 2026-09-06T23:58:12.505Z | Compiling tower-layer v0.3.3 |
| 1565 | 2026-09-06T23:58:12.521Z | Compiling textwrap v0.16.2 |
| 1566 | 2026-09-06T23:58:12.647Z | Compiling supports-color v3.0.2 |
| 1567 | 2026-09-06T23:58:12.673Z | Compiling regex-automata v0.4.14 |
| 1568 | 2026-09-06T23:58:12.816Z | Compiling h2 v0.4.15 |
| 1569 | 2026-09-06T23:58:12.974Z | Compiling want v0.3.1 |
| 1570 | 2026-09-06T23:58:13.153Z | Compiling proc-macro-error2 v2.0.1 |
| 1571 | 2026-09-06T23:58:13.244Z | Compiling backtrace-ext v0.2.1 |
| 1572 | 2026-09-06T23:58:13.438Z | Compiling scroll v0.12.0 |
| 1573 | 2026-09-06T23:58:13.626Z | Compiling hybrid-array v0.4.13 |
| 1574 | 2026-09-06T23:58:13.866Z | Compiling darling_macro v0.23.0 |
| 1575 | 2026-09-06T23:58:14.252Z | Compiling hashbrown v0.14.5 |
| 1576 | 2026-09-06T23:58:14.285Z | Compiling rfc6979 v0.4.0 |
| 1577 | 2026-09-06T23:58:14.312Z | Compiling toml_datetime v0.6.11 |
| 1578 | 2026-09-06T23:58:14.337Z | Compiling serde_tokenstream v0.2.3 |
| 1579 | 2026-09-06T23:58:14.376Z | Compiling serde_spanned v0.6.9 |
| 1580 | 2026-09-06T23:58:14.387Z | Compiling miette-derive v7.6.0 |
| 1581 | 2026-09-06T23:58:14.521Z | Compiling zerocopy-derive v0.7.35 |
| 1582 | 2026-09-06T23:58:14.564Z | Compiling scroll_derive v0.13.1 |
| 1583 | 2026-09-06T23:58:14.678Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1584 | 2026-09-06T23:58:14.807Z | Compiling slog v2.8.2 |
| 1585 | 2026-09-06T23:58:15.015Z | Compiling darling_core v0.20.11 |
| 1586 | 2026-09-06T23:58:15.342Z | Compiling openssl v0.10.80 |
| 1587 | 2026-09-06T23:58:15.502Z | Compiling supports-unicode v3.0.0 |
| 1588 | 2026-09-06T23:58:15.522Z | Compiling supports-hyperlinks v3.2.0 |
| 1589 | 2026-09-06T23:58:15.582Z | Compiling time-core v0.1.8 |
| 1590 | 2026-09-06T23:58:15.596Z | Compiling httpdate v1.0.3 |
| 1591 | 2026-09-06T23:58:15.596Z | Compiling foreign-types-shared v0.1.1 |
| 1592 | 2026-09-06T23:58:15.619Z | Compiling maybe-uninit v2.0.0 |
| 1593 | 2026-09-06T23:58:15.691Z | Compiling powerfmt v0.2.0 |
| 1594 | 2026-09-06T23:58:15.723Z | Compiling keccak v0.1.6 |
| 1595 | 2026-09-06T23:58:15.793Z | Compiling num-conv v0.2.0 |
| 1596 | 2026-09-06T23:58:15.873Z | Compiling tap v1.0.1 |
| 1597 | 2026-09-06T23:58:15.919Z | Compiling time-macros v0.2.27 |
| 1598 | 2026-09-06T23:58:15.943Z | Compiling hyper v1.10.1 |
| 1599 | 2026-09-06T23:58:15.986Z | Compiling wyz v0.5.1 |
| 1600 | 2026-09-06T23:58:16.197Z | Compiling sha3 v0.10.8 |
| 1601 | 2026-09-06T23:58:16.443Z | Compiling deranged v0.5.8 |
| 1602 | 2026-09-06T23:58:16.650Z | Compiling miette v7.6.0 |
| 1603 | 2026-09-06T23:58:16.770Z | Compiling foreign-types v0.3.2 |
| 1604 | 2026-09-06T23:58:16.867Z | Compiling zerocopy v0.7.35 |
| 1605 | 2026-09-06T23:58:16.931Z | Compiling scroll v0.13.0 |
| 1606 | 2026-09-06T23:58:17.221Z | Compiling chumsky v0.9.3 |
| 1607 | 2026-09-06T23:58:17.307Z | Compiling darling_macro v0.20.11 |
| 1608 | 2026-09-06T23:58:17.413Z | Compiling ecdsa v0.16.9 |
| 1609 | 2026-09-06T23:58:17.420Z | Compiling darling v0.23.0 |
| 1610 | 2026-09-06T23:58:17.500Z | Compiling goblin v0.8.2 |
| 1611 | 2026-09-06T23:58:17.515Z | Compiling knus-derive v3.4.0 |
| 1612 | 2026-09-06T23:58:17.789Z | Compiling primeorder v0.13.6 |
| 1613 | 2026-09-06T23:58:17.973Z | Compiling hubpack_derive v0.1.1 |
| 1614 | 2026-09-06T23:58:18.038Z | Compiling unicode-normalization v0.1.25 |
| 1615 | 2026-09-06T23:58:18.257Z | Compiling ed25519 v2.2.3 |
| 1616 | 2026-09-06T23:58:18.432Z | Compiling half v2.7.1 |
| 1617 | 2026-09-06T23:58:18.441Z | Compiling erased-serde v0.3.31 |
| 1618 | 2026-09-06T23:58:18.495Z | Compiling openssl-macros v0.1.1 |
| 1619 | 2026-09-06T23:58:18.721Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1620 | 2026-09-06T23:58:18.902Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1621 | 2026-09-06T23:58:18.931Z | Compiling socket2 v0.5.10 |
| 1622 | 2026-09-06T23:58:18.973Z | Compiling wait-timeout v0.2.1 |
| 1623 | 2026-09-06T23:58:19.026Z | Compiling env_filter v2.0.0 |
| 1624 | 2026-09-06T23:58:19.160Z | Compiling native-tls v0.2.18 |
| 1625 | 2026-09-06T23:58:19.242Z | Compiling bit-vec v0.8.0 |
| 1626 | 2026-09-06T23:58:19.312Z | Compiling num_threads v0.1.7 |
| 1627 | 2026-09-06T23:58:19.316Z | Compiling packed_struct v0.10.1 |
| 1628 | 2026-09-06T23:58:19.341Z | Compiling ciborium-io v0.2.2 |
| 1629 | 2026-09-06T23:58:19.378Z | Compiling quick-error v1.2.3 |
| 1630 | 2026-09-06T23:58:19.415Z | Compiling funty v2.0.0 |
| 1631 | 2026-09-06T23:58:19.432Z | Compiling bit-set v0.8.0 |
| 1632 | 2026-09-06T23:58:19.471Z | Compiling rusty-fork v0.3.1 |
| 1633 | 2026-09-06T23:58:19.486Z | Compiling ciborium-ll v0.2.2 |
| 1634 | 2026-09-06T23:58:19.598Z | Compiling time v0.3.47 |
| 1635 | 2026-09-06T23:58:19.692Z | Compiling dof v0.3.0 |
| 1636 | 2026-09-06T23:58:19.790Z | Compiling bitvec v1.0.1 |
| 1637 | 2026-09-06T23:58:19.945Z | Compiling hyper-util v0.1.20 |
| 1638 | 2026-09-06T23:58:20.067Z | Compiling env_logger v0.11.11 |
| 1639 | 2026-09-06T23:58:20.473Z | Compiling knus v3.4.0 |
| 1640 | 2026-09-06T23:58:21.334Z | Compiling hubpack v0.1.2 |
| 1641 | 2026-09-06T23:58:21.356Z | Compiling ed25519-dalek v2.2.0 |
| 1642 | 2026-09-06T23:58:21.382Z | Compiling p384 v0.13.1 |
| 1643 | 2026-09-06T23:58:21.452Z | Compiling darling v0.20.11 |
| 1644 | 2026-09-06T23:58:21.519Z | Compiling serde_with_macros v3.21.0 |
| 1645 | 2026-09-06T23:58:21.535Z | Compiling goblin v0.10.5 |
| 1646 | 2026-09-06T23:58:21.740Z | Compiling packed_struct_codegen v0.10.1 |
| 1647 | 2026-09-06T23:58:21.798Z | Compiling dtrace-parser v0.2.0 |
| 1648 | 2026-09-06T23:58:21.890Z | Compiling rand_xorshift v0.4.0 |
| 1649 | 2026-09-06T23:58:22.056Z | Compiling sha1 v0.10.6 |
| 1650 | 2026-09-06T23:58:22.288Z | Compiling strum_macros v0.26.4 |
| 1651 | 2026-09-06T23:58:22.529Z | Compiling zerocopy-derive v0.6.6 |
| 1652 | 2026-09-06T23:58:22.640Z | Compiling bitfield-macros v0.19.4 |
| 1653 | 2026-09-06T23:58:22.792Z | Compiling sync_wrapper v1.0.2 |
| 1654 | 2026-09-06T23:58:22.902Z | Compiling thread-id v4.2.2 |
| 1655 | 2026-09-06T23:58:22.987Z | Compiling indexmap v1.9.3 |
| 1656 | 2026-09-06T23:58:23.196Z | Compiling salty v0.3.0 |
| 1657 | 2026-09-06T23:58:23.350Z | Compiling nodrop v0.1.14 |
| 1658 | 2026-09-06T23:58:23.371Z | Compiling usdt-impl v0.6.0 |
| 1659 | 2026-09-06T23:58:23.441Z | Compiling unarray v0.1.4 |
| 1660 | 2026-09-06T23:58:23.457Z | Compiling paste v1.0.15 |
| 1661 | 2026-09-06T23:58:23.553Z | Compiling siphasher v1.0.2 |
| 1662 | 2026-09-06T23:58:23.583Z | Compiling zlib-rs v0.6.2 |
| 1663 | 2026-09-06T23:58:23.735Z | Compiling crc-catalog v2.4.0 |
| 1664 | 2026-09-06T23:58:23.817Z | Compiling crc v3.4.0 |
| 1665 | 2026-09-06T23:58:23.834Z | Compiling proptest v1.11.0 |
| 1666 | 2026-09-06T23:58:23.976Z | Compiling array-init v0.0.4 |
| 1667 | 2026-09-06T23:58:23.999Z | Compiling strum v0.26.3 |
| 1668 | 2026-09-06T23:58:24.014Z | Compiling zerocopy v0.6.6 |
| 1669 | 2026-09-06T23:58:24.125Z | Compiling bitfield v0.19.4 |
| 1670 | 2026-09-06T23:58:24.313Z | Compiling dof v0.4.0 |
| 1671 | 2026-09-06T23:58:24.423Z | Compiling usdt-impl v0.5.0 |
| 1672 | 2026-09-06T23:58:24.698Z | Compiling tower v0.5.3 |
| 1673 | 2026-09-06T23:58:25.145Z | Compiling serde_with v3.21.0 |
| 1674 | 2026-09-06T23:58:25.534Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 1675 | 2026-09-06T23:58:25.778Z | Compiling smallvec v0.6.14 |
| 1676 | 2026-09-06T23:58:25.982Z | Compiling derive_builder_core v0.20.2 |
| 1677 | 2026-09-06T23:58:26.082Z | Compiling ciborium v0.2.2 |
| 1678 | 2026-09-06T23:58:26.342Z | Compiling http-body-util v0.1.3 |
| 1679 | 2026-09-06T23:58:26.597Z | Compiling flate2 v1.1.9 |
| 1680 | 2026-09-06T23:58:26.665Z | Compiling dtrace-parser v0.3.0 |
| 1681 | 2026-09-06T23:58:26.787Z | Compiling ipnetwork v0.21.1 |
| 1682 | 2026-09-06T23:58:26.825Z | Compiling structmeta-derive v0.3.0 |
| 1683 | 2026-09-06T23:58:26.926Z | Compiling enum-as-inner v0.6.1 |
| 1684 | 2026-09-06T23:58:26.988Z | Compiling heapless v0.7.17 |
| 1685 | 2026-09-06T23:58:27.177Z | Compiling thread-id v5.1.0 |
| 1686 | 2026-09-06T23:58:27.300Z | Compiling syn v3.0.3 |
| 1687 | 2026-09-06T23:58:27.409Z | Compiling cookie v0.18.1 |
| 1688 | 2026-09-06T23:58:27.449Z | Compiling signal-hook v0.3.18 |
| 1689 | 2026-09-06T23:58:27.450Z | Compiling iri-string v0.7.10 |
| 1690 | 2026-09-06T23:58:27.464Z | Compiling static_assertions v1.1.0 |
| 1691 | 2026-09-06T23:58:27.552Z | Compiling hashbrown v0.12.3 |
| 1692 | 2026-09-06T23:58:27.565Z | Compiling ryu v1.0.23 |
| 1693 | 2026-09-06T23:58:27.753Z | Compiling base64 v0.21.7 |
| 1694 | 2026-09-06T23:58:27.890Z | Compiling rayon-core v1.13.0 |
| 1695 | 2026-09-06T23:58:28.005Z | Compiling zstd-safe v7.2.4 |
| 1696 | 2026-09-06T23:58:28.046Z | Compiling winnow v0.5.40 |
| 1697 | 2026-09-06T23:58:28.077Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 1698 | 2026-09-06T23:58:28.208Z | Compiling unicode-bidi v0.3.18 |
| 1699 | 2026-09-06T23:58:28.370Z | Compiling data-encoding v2.10.0 |
| 1700 | 2026-09-06T23:58:28.752Z | Compiling unicode-properties v0.1.4 |
| 1701 | 2026-09-06T23:58:28.921Z | Compiling tower-http v0.6.8 |
| 1702 | 2026-09-06T23:58:28.957Z | Compiling stringprep v0.1.5 |
| 1703 | 2026-09-06T23:58:29.060Z | Compiling ron v0.8.1 |
| 1704 | 2026-09-06T23:58:29.316Z | Compiling toml_edit v0.19.15 |
| 1705 | 2026-09-06T23:58:29.455Z | Compiling structmeta v0.3.0 |
| 1706 | 2026-09-06T23:58:29.688Z | Compiling serde_urlencoded v0.7.1 |
| 1707 | 2026-09-06T23:58:29.974Z | Compiling oxnet v0.1.6 |
| 1708 | 2026-09-06T23:58:30.012Z | Compiling derive_builder_macro v0.20.2 |
| 1709 | 2026-09-06T23:58:30.202Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1710 | 2026-09-06T23:58:30.412Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1711 | 2026-09-06T23:58:30.499Z | Compiling newtype-uuid v1.3.2 |
| 1712 | 2026-09-06T23:58:30.534Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1713 | 2026-09-06T23:58:30.697Z | Compiling daft-derive v0.1.8 |
| 1714 | 2026-09-06T23:58:30.842Z | Compiling bzip2 v0.4.4 |
| 1715 | 2026-09-06T23:58:31.165Z | Compiling serde-hex v0.1.0 |
| 1716 | 2026-09-06T23:58:31.178Z | Compiling tokio-native-tls v0.3.1 |
| 1717 | 2026-09-06T23:58:31.350Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1718 | 2026-09-06T23:58:31.814Z | Compiling bstr v1.12.1 |
| 1719 | 2026-09-06T23:58:31.993Z | Compiling block-buffer v0.12.1 |
| 1720 | 2026-09-06T23:58:32.063Z | Compiling block-padding v0.4.2 |
| 1721 | 2026-09-06T23:58:32.208Z | Compiling crypto-common v0.2.2 |
| 1722 | 2026-09-06T23:58:32.219Z | Compiling crossbeam-epoch v0.9.18 |
| 1723 | 2026-09-06T23:58:32.240Z | Compiling heck v0.4.1 |
| 1724 | 2026-09-06T23:58:32.436Z | Compiling rustls-native-certs v0.8.3 |
| 1725 | 2026-09-06T23:58:32.462Z | Compiling hashbrown v0.13.2 |
| 1726 | 2026-09-06T23:58:32.545Z | Compiling md-5 v0.10.6 |
| 1727 | 2026-09-06T23:58:32.712Z | Compiling futures-executor v0.3.32 |
| 1728 | 2026-09-06T23:58:32.731Z | Compiling serde-big-array v0.5.1 |
| 1729 | 2026-09-06T23:58:32.852Z | Compiling pin-project-internal v1.1.11 |
| 1730 | 2026-09-06T23:58:32.880Z | Compiling vergen-lib v9.1.0 |
| 1731 | 2026-09-06T23:58:32.952Z | Compiling hash32 v0.2.1 |
| 1732 | 2026-09-06T23:58:32.971Z | Compiling memoffset v0.9.1 |
| 1733 | 2026-09-06T23:58:33.086Z | Compiling encoding_rs v0.8.35 |
| 1734 | 2026-09-06T23:58:33.144Z | Compiling thread_local v1.1.9 |
| 1735 | 2026-09-06T23:58:33.188Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 1736 | 2026-09-06T23:58:33.390Z | Compiling cfg_aliases v0.2.1 |
| 1737 | 2026-09-06T23:58:33.403Z | Compiling mime v0.3.17 |
| 1738 | 2026-09-06T23:58:33.464Z | Compiling ref-cast v1.0.25 |
| 1739 | 2026-09-06T23:58:33.663Z | Compiling fallible-iterator v0.2.0 |
| 1740 | 2026-09-06T23:58:33.808Z | Compiling litrs v1.0.0 |
| 1741 | 2026-09-06T23:58:33.938Z | Compiling linked-hash-map v0.5.6 |
| 1742 | 2026-09-06T23:58:33.990Z | Compiling smoltcp v0.9.1 |
| 1743 | 2026-09-06T23:58:33.996Z | Compiling slog-async v2.8.0 |
| 1744 | 2026-09-06T23:58:34.121Z | Compiling rustix v0.38.44 |
| 1745 | 2026-09-06T23:58:34.298Z | Compiling crc-any v2.5.0 |
| 1746 | 2026-09-06T23:58:34.313Z | Compiling psl-types v2.0.11 |
| 1747 | 2026-09-06T23:58:34.361Z | Compiling document-features v0.2.12 |
| 1748 | 2026-09-06T23:58:34.433Z | Compiling publicsuffix v2.3.0 |
| 1749 | 2026-09-06T23:58:34.522Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1750 | 2026-09-06T23:58:34.578Z | Compiling toml_edit v0.22.27 |
| 1751 | 2026-09-06T23:58:34.609Z | Compiling lru-cache v0.1.2 |
| 1752 | 2026-09-06T23:58:34.642Z | Compiling pin-project v1.1.11 |
| 1753 | 2026-09-06T23:58:34.743Z | Compiling postgres-protocol v0.6.10 |
| 1754 | 2026-09-06T23:58:34.814Z | Compiling nix v0.31.2 |
| 1755 | 2026-09-06T23:58:35.044Z | Compiling object v0.30.4 |
| 1756 | 2026-09-06T23:58:35.204Z | Compiling futures v0.3.32 |
| 1757 | 2026-09-06T23:58:35.250Z | Compiling snafu-derive v0.8.9 |
| 1758 | 2026-09-06T23:58:35.277Z | Compiling crossbeam-deque v0.8.6 |
| 1759 | 2026-09-06T23:58:35.345Z | Compiling inout v0.2.2 |
| 1760 | 2026-09-06T23:58:35.474Z | Compiling daft v0.1.8 |
| 1761 | 2026-09-06T23:58:35.477Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1762 | 2026-09-06T23:58:35.529Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1763 | 2026-09-06T23:58:35.755Z | Compiling hyper-tls v0.6.0 |
| 1764 | 2026-09-06T23:58:36.150Z | Compiling zip v0.6.6 |
| 1765 | 2026-09-06T23:58:36.203Z | Compiling toml v0.7.8 |
| 1766 | 2026-09-06T23:58:36.236Z | Compiling derive_builder v0.20.2 |
| 1767 | 2026-09-06T23:58:36.687Z | Compiling derive-ex v0.1.8 |
| 1768 | 2026-09-06T23:58:36.918Z | Compiling hickory-proto v0.24.4 |
| 1769 | 2026-09-06T23:58:37.036Z | Compiling usdt-attr-macro v0.5.0 |
| 1770 | 2026-09-06T23:58:37.195Z | Compiling usdt-macro v0.5.0 |
| 1771 | 2026-09-06T23:58:37.423Z | Compiling phf_shared v0.13.1 |
| 1772 | 2026-09-06T23:58:37.669Z | Compiling regex v1.12.3 |
| 1773 | 2026-09-06T23:58:37.996Z | Compiling crossbeam-channel v0.5.15 |
| 1774 | 2026-09-06T23:58:38.025Z | Compiling convert_case v0.10.0 |
| 1775 | 2026-09-06T23:58:38.025Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 1776 | 2026-09-06T23:58:38.126Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1777 | 2026-09-06T23:58:38.291Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1778 | 2026-09-06T23:58:38.317Z | Compiling ref-cast-impl v1.0.25 |
| 1779 | 2026-09-06T23:58:38.320Z | Compiling strum_macros v0.27.2 |
| 1780 | 2026-09-06T23:58:38.357Z | Compiling vergen v9.1.0 |
| 1781 | 2026-09-06T23:58:38.414Z | Compiling blake3 v1.8.5 |
| 1782 | 2026-09-06T23:58:38.565Z | Compiling cargo-platform v0.3.2 |
| 1783 | 2026-09-06T23:58:38.681Z | Compiling is-terminal v0.4.17 |
| 1784 | 2026-09-06T23:58:38.915Z | Compiling memmap2 v0.9.10 |
| 1785 | 2026-09-06T23:58:38.916Z | Compiling memmap v0.7.0 |
| 1786 | 2026-09-06T23:58:38.916Z | Compiling fs-err v3.3.0 |
| 1787 | 2026-09-06T23:58:38.916Z | Compiling bitflags v1.3.2 |
| 1788 | 2026-09-06T23:58:39.066Z | Compiling foldhash v0.1.5 |
| 1789 | 2026-09-06T23:58:39.066Z | Compiling cpufeatures v0.3.0 |
| 1790 | 2026-09-06T23:58:39.113Z | Compiling resolv-conf v0.7.6 |
| 1791 | 2026-09-06T23:58:39.113Z | Compiling term v1.2.1 |
| 1792 | 2026-09-06T23:58:39.113Z | Compiling take_mut v0.2.2 |
| 1793 | 2026-09-06T23:58:39.113Z | Compiling bumpalo v3.20.2 |
| 1794 | 2026-09-06T23:58:39.150Z | Compiling corncobs v0.1.4 |
| 1795 | 2026-09-06T23:58:39.304Z | Compiling jiff-core v0.1.0 |
| 1796 | 2026-09-06T23:58:39.352Z | Compiling managed v0.8.0 |
| 1797 | 2026-09-06T23:58:39.418Z | Compiling libbz2-rs-sys v0.2.2 |
| 1798 | 2026-09-06T23:58:40.028Z | Compiling path-slash v0.1.5 |
| 1799 | 2026-09-06T23:58:40.080Z | Compiling same-file v1.0.6 |
| 1800 | 2026-09-06T23:58:40.080Z | Compiling walkdir v2.5.0 |
| 1801 | 2026-09-06T23:58:40.081Z | Compiling bzip2 v0.6.1 |
| 1802 | 2026-09-06T23:58:40.082Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1803 | 2026-09-06T23:58:40.108Z | Compiling zopfli v0.8.3 |
| 1804 | 2026-09-06T23:58:40.108Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1805 | 2026-09-06T23:58:40.348Z | Compiling strum v0.27.2 |
| 1806 | 2026-09-06T23:58:40.444Z | Compiling jiff v0.2.34 |
| 1807 | 2026-09-06T23:58:40.513Z | Compiling slog-term v2.9.2 |
| 1808 | 2026-09-06T23:58:40.642Z | Compiling hickory-resolver v0.24.4 |
| 1809 | 2026-09-06T23:58:40.873Z | Compiling hashbrown v0.15.5 |
| 1810 | 2026-09-06T23:58:41.183Z | Compiling usdt v0.5.0 |
| 1811 | 2026-09-06T23:58:41.398Z | Compiling cargo_metadata v0.23.1 |
| 1812 | 2026-09-06T23:58:41.424Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1813 | 2026-09-06T23:58:41.453Z | Compiling test-strategy v0.4.5 |
| 1814 | 2026-09-06T23:58:41.547Z | Compiling derive_more-impl v2.1.1 |
| 1815 | 2026-09-06T23:58:41.848Z | Compiling phf v0.13.1 |
| 1816 | 2026-09-06T23:58:42.004Z | Compiling snafu v0.8.9 |
| 1817 | 2026-09-06T23:58:42.681Z | Compiling signal-hook-mio v0.2.5 |
| 1818 | 2026-09-06T23:58:42.701Z | Compiling cookie_store v0.22.1 |
| 1819 | 2026-09-06T23:58:42.804Z | Compiling zstd v0.13.3 |
| 1820 | 2026-09-06T23:58:42.904Z | Compiling toml v0.8.23 |
| 1821 | 2026-09-06T23:58:43.065Z | Compiling reqwest v0.12.28 |
| 1822 | 2026-09-06T23:58:43.092Z | Compiling cipher v0.5.2 |
| 1823 | 2026-09-06T23:58:43.434Z | Compiling postgres-types v0.2.12 |
| 1824 | 2026-09-06T23:58:43.819Z | Compiling globset v0.4.18 |
| 1825 | 2026-09-06T23:58:43.836Z | Compiling usdt-attr-macro v0.6.0 |
| 1826 | 2026-09-06T23:58:43.983Z | Compiling usdt-macro v0.6.0 |
| 1827 | 2026-09-06T23:58:43.986Z | Compiling phf_shared v0.11.3 |
| 1828 | 2026-09-06T23:58:44.014Z | Compiling olpc-cjson v0.1.4 |
| 1829 | 2026-09-06T23:58:44.176Z | Compiling tokio-stream v0.1.18 |
| 1830 | 2026-09-06T23:58:44.191Z | Compiling byte-wrapper v0.1.0 |
| 1831 | 2026-09-06T23:58:44.477Z | Compiling inout v0.1.4 |
| 1832 | 2026-09-06T23:58:44.527Z | Compiling secrecy v0.8.0 |
| 1833 | 2026-09-06T23:58:44.628Z | Compiling serde_plain v1.0.2 |
| 1834 | 2026-09-06T23:58:44.643Z | Compiling serde_repr v0.1.20 |
| 1835 | 2026-09-06T23:58:44.658Z | Compiling async-recursion v1.1.1 |
| 1836 | 2026-09-06T23:58:44.678Z | Compiling derive-where v1.6.0 |
| 1837 | 2026-09-06T23:58:44.735Z | Compiling pem v3.0.6 |
| 1838 | 2026-09-06T23:58:44.751Z | Compiling hashbrown v0.16.1 |
| 1839 | 2026-09-06T23:58:44.822Z | Compiling float-cmp v0.10.0 |
| 1840 | 2026-09-06T23:58:45.011Z | Compiling arrayref v0.3.9 |
| 1841 | 2026-09-06T23:58:45.086Z | Compiling winnow v1.0.3 |
| 1842 | 2026-09-06T23:58:45.105Z | Compiling typed-path v0.9.3 |
| 1843 | 2026-09-06T23:58:45.229Z | Compiling arrayvec v0.7.6 |
| 1844 | 2026-09-06T23:58:45.358Z | Compiling constant_time_eq v0.4.2 |
| 1845 | 2026-09-06T23:58:45.467Z | Compiling normalize-line-endings v0.3.0 |
| 1846 | 2026-09-06T23:58:45.481Z | Compiling either v1.15.0 |
| 1847 | 2026-09-06T23:58:45.499Z | Compiling debug-ignore v1.0.5 |
| 1848 | 2026-09-06T23:58:45.577Z | Compiling whoami v2.1.0 |
| 1849 | 2026-09-06T23:58:45.602Z | Compiling const-oid v0.10.2 |
| 1850 | 2026-09-06T23:58:45.656Z | Compiling fixedbitset v0.5.7 |
| 1851 | 2026-09-06T23:58:45.812Z | Compiling precomputed-hash v0.1.1 |
| 1852 | 2026-09-06T23:58:45.907Z | Compiling predicates-core v1.0.10 |
| 1853 | 2026-09-06T23:58:45.963Z | Compiling fixedbitset v0.4.2 |
| 1854 | 2026-09-06T23:58:45.966Z | Compiling difflib v0.4.0 |
| 1855 | 2026-09-06T23:58:46.024Z | Compiling new_debug_unreachable v1.0.6 |
| 1856 | 2026-09-06T23:58:46.086Z | Compiling string_cache v0.8.9 |
| 1857 | 2026-09-06T23:58:46.101Z | Compiling qorb v0.4.1 |
| 1858 | 2026-09-06T23:58:46.167Z | Compiling petgraph v0.6.5 |
| 1859 | 2026-09-06T23:58:46.192Z | Compiling predicates v3.1.4 |
| 1860 | 2026-09-06T23:58:46.310Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1861 | 2026-09-06T23:58:46.325Z | Compiling petgraph v0.8.3 |
| 1862 | 2026-09-06T23:58:46.539Z | Compiling tokio-postgres v0.7.16 |
| 1863 | 2026-09-06T23:58:46.839Z | Compiling digest v0.11.3 |
| 1864 | 2026-09-06T23:58:46.911Z | Compiling itertools v0.13.0 |
| 1865 | 2026-09-06T23:58:47.090Z | Compiling iddqd v0.4.2 |
| 1866 | 2026-09-06T23:58:47.564Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1867 | 2026-09-06T23:58:47.651Z | Compiling usdt v0.6.0 |
| 1868 | 2026-09-06T23:58:47.921Z | Compiling cipher v0.4.4 |
| 1869 | 2026-09-06T23:58:48.042Z | Compiling crossterm v0.28.1 |
| 1870 | 2026-09-06T23:58:48.166Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1871 | 2026-09-06T23:58:48.249Z | Compiling chacha20 v0.10.0 |
| 1872 | 2026-09-06T23:58:48.355Z | Compiling zip v4.6.1 |
| 1873 | 2026-09-06T23:58:48.757Z | Compiling derive_more v2.1.1 |
| 1874 | 2026-09-06T23:58:49.013Z | Compiling similar v2.7.0 |
| 1875 | 2026-09-06T23:58:49.277Z | Compiling hickory-proto v0.25.2 |
| 1876 | 2026-09-06T23:58:49.295Z | Compiling buf-list v1.1.2 |
| 1877 | 2026-09-06T23:58:49.311Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1878 | 2026-09-06T23:58:49.568Z | Compiling openapiv3 v2.2.0 |
| 1879 | 2026-09-06T23:58:49.613Z | Compiling lalrpop-util v0.19.12 |
| 1880 | 2026-09-06T23:58:49.654Z | Compiling peg-runtime v0.8.5 |
| 1881 | 2026-09-06T23:58:49.813Z | Compiling filetime v0.2.27 |
| 1882 | 2026-09-06T23:58:49.876Z | Compiling xattr v1.6.1 |
| 1883 | 2026-09-06T23:58:49.896Z | Compiling camino-tempfile v1.4.1 |
| 1884 | 2026-09-06T23:58:50.041Z | Compiling tar v0.4.46 |
| 1885 | 2026-09-06T23:58:56.371Z | Compiling rustls-webpki v0.103.13 |
| 1886 | 2026-09-06T23:58:59.101Z | Compiling tokio-rustls v0.26.4 |
| 1887 | 2026-09-06T23:58:59.101Z | Compiling rustls-platform-verifier v0.6.2 |
| 1888 | 2026-09-06T23:58:59.108Z | Compiling tough v0.22.0 |
| 1889 | 2026-09-06T23:58:59.306Z | Compiling hyper-rustls v0.27.7 |
| 1890 | 2026-09-06T23:58:59.556Z | Compiling reqwest v0.13.2 |
| 1891 | 2026-09-06T23:59:01.806Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1892 | 2026-09-06T23:59:02.046Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1893 | 2026-09-06T23:59:05.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 1894 | 2026-09-06T23:59:05.061Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1895 | 2026-09-06T23:59:05.061Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1896 | 2026-09-06T23:59:05.168Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1897 | 2026-09-06T23:59:05.215Z | Sep 06 23:59:03.911 INFO Starting download, target: Console |
| 1898 | 2026-09-06T23:59:05.215Z | Sep 06 23:59:03.911 INFO Starting download, target: Clickhouse |
| 1899 | 2026-09-06T23:59:05.215Z | Sep 06 23:59:03.911 INFO Starting download, target: Cockroach |
| 1900 | 2026-09-06T23:59:05.215Z | Sep 06 23:59:03.911 INFO Starting download, target: DendriteStub |
| 1901 | 2026-09-06T23:59:05.217Z | Sep 06 23:59:03.911 INFO Starting download, target: MaghemiteMgd |
| 1902 | 2026-09-06T23:59:05.217Z | Sep 06 23:59:03.911 INFO Starting download, target: MaghemiteDdmd |
| 1903 | 2026-09-06T23:59:05.217Z | Sep 06 23:59:03.911 INFO Starting download, target: TransceiverControl |
| 1904 | 2026-09-06T23:59:05.217Z | Sep 06 23:59:03.911 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1905 | 2026-09-06T23:59:05.217Z | Sep 06 23:59:03.911 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1906 | 2026-09-06T23:59:05.218Z | Sep 06 23:59:03.911 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1907 | 2026-09-06T23:59:05.218Z | Sep 06 23:59:03.911 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1908 | 2026-09-06T23:59:05.218Z | Sep 06 23:59:03.911 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1909 | 2026-09-06T23:59:05.218Z | Sep 06 23:59:03.911 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1910 | 2026-09-06T23:59:05.218Z | Sep 06 23:59:03.912 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1911 | 2026-09-06T23:59:06.939Z | Sep 06 23:59:05.650 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1912 | 2026-09-06T23:59:07.015Z | Sep 06 23:59:05.737 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1913 | 2026-09-06T23:59:07.106Z | Sep 06 23:59:05.821 INFO Download complete, target: TransceiverControl |
| 1914 | 2026-09-06T23:59:10.577Z | Sep 06 23:59:09.307 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1915 | 2026-09-06T23:59:10.831Z | Sep 06 23:59:09.508 INFO Download complete, target: Console |
| 1916 | 2026-09-06T23:59:12.344Z | Sep 06 23:59:11.075 INFO Checking that binary works, target: Clickhouse |
| 1917 | 2026-09-06T23:59:12.368Z | Sep 06 23:59:11.097 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1918 | 2026-09-06T23:59:12.465Z | Sep 06 23:59:11.193 INFO Download complete, target: Clickhouse |
| 1919 | 2026-09-06T23:59:12.510Z | Sep 06 23:59:11.235 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1920 | 2026-09-06T23:59:12.825Z | Sep 06 23:59:11.548 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1921 | 2026-09-06T23:59:13.373Z | Sep 06 23:59:12.095 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1922 | 2026-09-06T23:59:13.373Z | Sep 06 23:59:12.096 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1923 | 2026-09-06T23:59:14.127Z | Sep 06 23:59:12.857 INFO Download complete, target: MaghemiteDdmd |
| 1924 | 2026-09-06T23:59:14.493Z | Sep 06 23:59:13.224 INFO Download complete, target: DendriteStub |
| 1925 | 2026-09-06T23:59:14.804Z | Sep 06 23:59:13.535 INFO Download complete, target: MaghemiteMgd |
| 1926 | 2026-09-06T23:59:17.158Z | Sep 06 23:59:15.889 INFO Checking that binary works, target: Cockroach |
| 1927 | 2026-09-06T23:59:17.281Z | Sep 06 23:59:16.009 INFO Download complete, target: Cockroach |
| 1928 | 2026-09-06T23:59:17.298Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1929 | 2026-09-06T23:59:17.301Z | |
| 1930 | 2026-09-06T23:59:17.301Z | real 2:25.615647835 |
| 1931 | 2026-09-06T23:59:17.301Z | user 7:52.686547283 |
| 1932 | 2026-09-06T23:59:17.302Z | sys 1:38.028218356 |
| 1933 | 2026-09-06T23:59:17.302Z | trap 0.256907945 |
| 1934 | 2026-09-06T23:59:17.302Z | tflt 0.389577428 |
| 1935 | 2026-09-06T23:59:17.302Z | dflt 0.713161306 |
| 1936 | 2026-09-06T23:59:17.302Z | kflt 0.022113124 |
| 1937 | 2026-09-06T23:59:17.302Z | lock 30:35.264825499 |
| 1938 | 2026-09-06T23:59:17.302Z | slp 24:12.790696356 |
| 1939 | 2026-09-06T23:59:17.302Z | lat 57.186159683 |
| 1940 | 2026-09-06T23:59:17.302Z | stop 3:07.397392812 |
| 1941 | 2026-09-06T23:59:17.302Z | + banner clippy |
| 1942 | 2026-09-06T23:59:17.303Z | |
| 1943 | 2026-09-06T23:59:17.303Z | #### # # ##### ##### # # |
| 1944 | 2026-09-06T23:59:17.303Z | # # # # # # # # # # |
| 1945 | 2026-09-06T23:59:17.303Z | # # # # # # # # |
| 1946 | 2026-09-06T23:59:17.303Z | # # # ##### ##### # |
| 1947 | 2026-09-06T23:59:17.303Z | # # # # # # # |
| 1948 | 2026-09-06T23:59:17.303Z | #### ###### # # # # |
| 1949 | 2026-09-06T23:59:17.303Z | |
| 1950 | 2026-09-06T23:59:17.303Z | + export CARGO_INCREMENTAL=0 |
| 1951 | 2026-09-06T23:59:17.303Z | + CARGO_INCREMENTAL=0 |
| 1952 | 2026-09-06T23:59:17.304Z | + ptime -m cargo xtask clippy |
| 1953 | 2026-09-06T23:59:17.802Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1954 | 2026-09-06T23:59:18.085Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1955 | 2026-09-06T23:59:19.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s |
| 1956 | 2026-09-06T23:59:19.994Z | Running `target/debug/xtask clippy` |
| 1957 | 2026-09-06T23:59:20.019Z | running: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1958 | 2026-09-06T23:59:20.613Z | Downloading crates ... |
| 1959 | 2026-09-06T23:59:20.792Z | Downloaded blake2b_simd v1.0.4 |
| 1960 | 2026-09-06T23:59:20.795Z | Downloaded assert-json-diff v2.0.2 |
| 1961 | 2026-09-06T23:59:20.795Z | Downloaded cfg-expr v0.20.6 |
| 1962 | 2026-09-06T23:59:20.795Z | Downloaded constant_time_eq v0.3.1 |
| 1963 | 2026-09-06T23:59:20.795Z | Downloaded cast v0.3.0 |
| 1964 | 2026-09-06T23:59:20.802Z | Downloaded async-object-pool v0.2.0 |
| 1965 | 2026-09-06T23:59:20.802Z | Downloaded approx v0.5.1 |
| 1966 | 2026-09-06T23:59:20.802Z | Downloaded concurrent-queue v2.5.0 |
| 1967 | 2026-09-06T23:59:20.802Z | Downloaded escape8259 v0.5.3 |
| 1968 | 2026-09-06T23:59:20.802Z | Downloaded assert_cmd v2.1.2 |
| 1969 | 2026-09-06T23:59:20.802Z | Downloaded event-listener-strategy v0.5.4 |
| 1970 | 2026-09-06T23:59:20.802Z | Downloaded criterion-plot v0.6.0 |
| 1971 | 2026-09-06T23:59:20.802Z | Downloaded anes v0.1.6 |
| 1972 | 2026-09-06T23:59:20.805Z | Downloaded async-lock v3.4.2 |
| 1973 | 2026-09-06T23:59:20.805Z | Downloaded datatest-stable v0.3.3 |
| 1974 | 2026-09-06T23:59:20.809Z | Downloaded event-listener v5.4.1 |
| 1975 | 2026-09-06T23:59:20.809Z | Downloaded fancy-regex v0.14.0 |
| 1976 | 2026-09-06T23:59:20.809Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1977 | 2026-09-06T23:59:20.812Z | Downloaded criterion v0.7.0 |
| 1978 | 2026-09-06T23:59:20.819Z | Downloaded futures-timer v3.0.3 |
| 1979 | 2026-09-06T23:59:20.820Z | Downloaded guppy v0.17.25 |
| 1980 | 2026-09-06T23:59:20.820Z | Downloaded httptest v0.16.4 |
| 1981 | 2026-09-06T23:59:20.820Z | Downloaded hex-literal v0.4.1 |
| 1982 | 2026-09-06T23:59:20.820Z | Downloaded hickory-client v0.25.2 |
| 1983 | 2026-09-06T23:59:20.820Z | Downloaded linkme-impl v0.3.35 |
| 1984 | 2026-09-06T23:59:20.824Z | Downloaded miette-derive v5.10.0 |
| 1985 | 2026-09-06T23:59:20.824Z | Downloaded nested v0.1.1 |
| 1986 | 2026-09-06T23:59:20.824Z | Downloaded libtest-mimic v0.8.1 |
| 1987 | 2026-09-06T23:59:20.824Z | Downloaded linkme v0.3.35 |
| 1988 | 2026-09-06T23:59:20.827Z | Downloaded knuffel-derive v3.2.0 |
| 1989 | 2026-09-06T23:59:20.827Z | Downloaded parking v2.2.1 |
| 1990 | 2026-09-06T23:59:20.827Z | Downloaded knuffel v3.2.0 |
| 1991 | 2026-09-06T23:59:20.827Z | Downloaded pathdiff v0.2.3 |
| 1992 | 2026-09-06T23:59:20.827Z | Downloaded plotters-backend v0.3.7 |
| 1993 | 2026-09-06T23:59:20.827Z | Downloaded plotters-svg v0.3.7 |
| 1994 | 2026-09-06T23:59:20.827Z | Downloaded miette v5.10.0 |
| 1995 | 2026-09-06T23:59:20.830Z | Downloaded oorandom v11.1.5 |
| 1996 | 2026-09-06T23:59:20.830Z | Downloaded owo-colors v3.5.0 |
| 1997 | 2026-09-06T23:59:20.833Z | Downloaded partial-io v0.5.4 |
| 1998 | 2026-09-06T23:59:20.833Z | Downloaded path-tree v0.8.3 |
| 1999 | 2026-09-06T23:59:20.833Z | Downloaded relative-path v1.9.3 |
| 2000 | 2026-09-06T23:59:20.834Z | Downloaded rust-argon2 v2.1.0 |
| 2001 | 2026-09-06T23:59:20.839Z | Downloaded serde_regex v1.1.0 |
| 2002 | 2026-09-06T23:59:20.839Z | Downloaded similar-asserts v1.7.0 |
| 2003 | 2026-09-06T23:59:20.839Z | Downloaded rand_distr v0.5.1 |
| 2004 | 2026-09-06T23:59:20.842Z | Downloaded rstest v0.25.0 |
| 2005 | 2026-09-06T23:59:20.842Z | Downloaded rstest_macros v0.25.0 |
| 2006 | 2026-09-06T23:59:20.848Z | Downloaded plotters v0.3.7 |
| 2007 | 2026-09-06T23:59:20.851Z | Downloaded supports-hyperlinks v2.1.0 |
| 2008 | 2026-09-06T23:59:20.851Z | Downloaded supports-color v2.1.0 |
| 2009 | 2026-09-06T23:59:20.851Z | Downloaded terminal_size v0.1.17 |
| 2010 | 2026-09-06T23:59:20.851Z | Downloaded stringmetrics v2.2.2 |
| 2011 | 2026-09-06T23:59:20.851Z | Downloaded supports-unicode v2.1.0 |
| 2012 | 2026-09-06T23:59:20.854Z | Downloaded target-lexicon v0.13.3 |
| 2013 | 2026-09-06T23:59:20.854Z | Downloaded target-spec v3.5.7 |
| 2014 | 2026-09-06T23:59:20.854Z | Downloaded target-triple v1.0.0 |
| 2015 | 2026-09-06T23:59:20.854Z | Downloaded termcolor v1.4.1 |
| 2016 | 2026-09-06T23:59:20.858Z | Downloaded tinytemplate v1.2.1 |
| 2017 | 2026-09-06T23:59:20.858Z | Downloaded textwrap v0.15.2 |
| 2018 | 2026-09-06T23:59:20.858Z | Downloaded trybuild v1.0.116 |
| 2019 | 2026-09-06T23:59:20.909Z | Downloaded httpmock v0.8.3 |
| 2020 | 2026-09-06T23:59:22.884Z | Checking cfg-if v1.0.4 |
| 2021 | 2026-09-06T23:59:23.286Z | Checking serde_core v1.0.228 |
| 2022 | 2026-09-06T23:59:23.289Z | Checking libc v0.2.185 |
| 2023 | 2026-09-06T23:59:23.362Z | Checking memchr v2.8.0 |
| 2024 | 2026-09-06T23:59:23.405Z | Checking smallvec v1.15.1 |
| 2025 | 2026-09-06T23:59:23.445Z | Checking rand_core v0.10.0 |
| 2026 | 2026-09-06T23:59:23.486Z | Checking itoa v1.0.17 |
| 2027 | 2026-09-06T23:59:23.525Z | Checking subtle v2.6.1 |
| 2028 | 2026-09-06T23:59:23.567Z | Checking log v0.4.33 |
| 2029 | 2026-09-06T23:59:23.621Z | Checking libm v0.2.16 |
| 2030 | 2026-09-06T23:59:23.667Z | Checking typenum v1.20.1 |
| 2031 | 2026-09-06T23:59:23.713Z | Checking scopeguard v1.2.0 |
| 2032 | 2026-09-06T23:59:23.757Z | Checking getrandom v0.4.3 |
| 2033 | 2026-09-06T23:59:23.757Z | Checking errno v0.3.14 |
| 2034 | 2026-09-06T23:59:23.844Z | Checking zmij v1.0.21 |
| 2035 | 2026-09-06T23:59:23.844Z | Checking stable_deref_trait v1.2.1 |
| 2036 | 2026-09-06T23:59:23.910Z | Checking lock_api v0.4.14 |
| 2037 | 2026-09-06T23:59:23.954Z | Checking zerofrom v0.1.6 |
| 2038 | 2026-09-06T23:59:24.001Z | Checking percent-encoding v2.3.2 |
| 2039 | 2026-09-06T23:59:24.042Z | Checking litemap v0.8.1 |
| 2040 | 2026-09-06T23:59:24.081Z | Checking writeable v0.6.2 |
| 2041 | 2026-09-06T23:59:24.117Z | Checking yoke v0.8.1 |
| 2042 | 2026-09-06T23:59:24.160Z | Checking icu_properties_data v2.1.2 |
| 2043 | 2026-09-06T23:59:24.199Z | Checking icu_normalizer_data v2.1.1 |
| 2044 | 2026-09-06T23:59:24.276Z | Checking zerocopy v0.8.55 |
| 2045 | 2026-09-06T23:59:24.282Z | Checking form_urlencoded v1.2.2 |
| 2046 | 2026-09-06T23:59:24.324Z | Checking zerovec v0.11.5 |
| 2047 | 2026-09-06T23:59:24.324Z | Checking zerotrie v0.2.3 |
| 2048 | 2026-09-06T23:59:24.393Z | Checking utf8_iter v1.0.4 |
| 2049 | 2026-09-06T23:59:24.434Z | Checking num-traits v0.2.19 |
| 2050 | 2026-09-06T23:59:24.478Z | Checking portable-atomic v1.13.1 |
| 2051 | 2026-09-06T23:59:24.520Z | Checking pin-project-lite v0.2.17 |
| 2052 | 2026-09-06T23:59:24.562Z | Checking critical-section v1.2.0 |
| 2053 | 2026-09-06T23:59:24.635Z | Checking parking_lot_core v0.9.12 |
| 2054 | 2026-09-06T23:59:24.689Z | Checking signal-hook-registry v1.4.8 |
| 2055 | 2026-09-06T23:59:24.738Z | Checking mio v1.2.0 |
| 2056 | 2026-09-06T23:59:24.788Z | Checking tinystr v0.8.2 |
| 2057 | 2026-09-06T23:59:24.832Z | Checking serde v1.0.228 |
| 2058 | 2026-09-06T23:59:24.867Z | Checking bitflags v2.11.0 |
| 2059 | 2026-09-06T23:59:24.905Z | Checking serde_json v1.0.151 |
| 2060 | 2026-09-06T23:59:24.942Z | Checking potential_utf v0.1.4 |
| 2061 | 2026-09-06T23:59:24.995Z | Checking once_cell v1.21.3 |
| 2062 | 2026-09-06T23:59:24.999Z | Checking icu_locale_core v2.1.1 |
| 2063 | 2026-09-06T23:59:25.072Z | Checking parking_lot v0.12.5 |
| 2064 | 2026-09-06T23:59:25.112Z | Checking icu_collections v2.1.1 |
| 2065 | 2026-09-06T23:59:25.157Z | Checking iana-time-zone v0.1.65 |
| 2066 | 2026-09-06T23:59:25.243Z | Checking socket2 v0.6.3 |
| 2067 | 2026-09-06T23:59:25.285Z | Checking zeroize v1.9.0 |
| 2068 | 2026-09-06T23:59:25.326Z | Checking bytes v1.11.1 |
| 2069 | 2026-09-06T23:59:25.330Z | Checking chrono v0.4.45 |
| 2070 | 2026-09-06T23:59:25.445Z | Checking uuid v1.23.4 |
| 2071 | 2026-09-06T23:59:25.502Z | Checking thiserror v2.0.18 |
| 2072 | 2026-09-06T23:59:25.550Z | Checking semver v1.0.28 |
| 2073 | 2026-09-06T23:59:25.593Z | Checking icu_provider v2.1.1 |
| 2074 | 2026-09-06T23:59:25.653Z | Checking dyn-clone v1.0.20 |
| 2075 | 2026-09-06T23:59:25.717Z | Checking allocator-api2 v0.2.21 |
| 2076 | 2026-09-06T23:59:25.785Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2077 | 2026-09-06T23:59:25.785Z | Checking getrandom v0.2.17 |
| 2078 | 2026-09-06T23:59:25.790Z | Checking tokio v1.52.1 |
| 2079 | 2026-09-06T23:59:25.899Z | Checking futures-core v0.3.32 |
| 2080 | 2026-09-06T23:59:25.905Z | Checking icu_properties v2.1.2 |
| 2081 | 2026-09-06T23:59:25.987Z | Checking icu_normalizer v2.1.1 |
| 2082 | 2026-09-06T23:59:26.032Z | Checking rustix v1.1.4 |
| 2083 | 2026-09-06T23:59:26.075Z | Checking rand_core v0.6.4 |
| 2084 | 2026-09-06T23:59:26.172Z | Checking equivalent v1.0.2 |
| 2085 | 2026-09-06T23:59:26.222Z | Checking foldhash v0.2.0 |
| 2086 | 2026-09-06T23:59:26.285Z | Checking cmov v0.5.4 |
| 2087 | 2026-09-06T23:59:26.289Z | Checking generic-array v0.14.7 |
| 2088 | 2026-09-06T23:59:26.363Z | Checking futures-sink v0.3.32 |
| 2089 | 2026-09-06T23:59:26.406Z | Checking getrandom v0.3.4 |
| 2090 | 2026-09-06T23:59:26.492Z | Checking futures-channel v0.3.32 |
| 2091 | 2026-09-06T23:59:26.549Z | Checking ctutils v0.4.2 |
| 2092 | 2026-09-06T23:59:26.586Z | Checking slab v0.4.12 |
| 2093 | 2026-09-06T23:59:26.715Z | Checking futures-task v0.3.32 |
| 2094 | 2026-09-06T23:59:26.776Z | Checking futures-io v0.3.32 |
| 2095 | 2026-09-06T23:59:26.815Z | Checking byteorder v1.5.0 |
| 2096 | 2026-09-06T23:59:26.822Z | Checking idna_adapter v1.2.1 |
| 2097 | 2026-09-06T23:59:26.822Z | Checking hybrid-array v0.4.13 |
| 2098 | 2026-09-06T23:59:26.929Z | Checking hashbrown v0.17.0 |
| 2099 | 2026-09-06T23:59:26.934Z | Checking futures-util v0.3.32 |
| 2100 | 2026-09-06T23:59:27.001Z | Checking idna v1.1.0 |
| 2101 | 2026-09-06T23:59:27.042Z | Checking ppv-lite86 v0.2.21 |
| 2102 | 2026-09-06T23:59:27.047Z | Checking regex-syntax v0.8.10 |
| 2103 | 2026-09-06T23:59:27.118Z | Checking fnv v1.0.7 |
| 2104 | 2026-09-06T23:59:27.249Z | Checking const-oid v0.9.6 |
| 2105 | 2026-09-06T23:59:27.301Z | Checking url v2.5.8 |
| 2106 | 2026-09-06T23:59:27.381Z | Checking crypto-common v0.1.7 |
| 2107 | 2026-09-06T23:59:27.481Z | Checking indexmap v2.14.0 |
| 2108 | 2026-09-06T23:59:27.543Z | Checking base64ct v1.8.3 |
| 2109 | 2026-09-06T23:59:27.685Z | Checking crypto-common v0.2.2 |
| 2110 | 2026-09-06T23:59:27.911Z | Checking schemars v0.8.22 |
| 2111 | 2026-09-06T23:59:27.933Z | Checking thiserror v1.0.69 |
| 2112 | 2026-09-06T23:59:27.966Z | Checking block-buffer v0.10.4 |
| 2113 | 2026-09-06T23:59:28.055Z | Checking block-buffer v0.12.1 |
| 2114 | 2026-09-06T23:59:28.079Z | Checking base64 v0.22.1 |
| 2115 | 2026-09-06T23:59:28.157Z | Checking digest v0.10.7 |
| 2116 | 2026-09-06T23:59:28.194Z | Checking rand_core v0.9.5 |
| 2117 | 2026-09-06T23:59:28.309Z | Checking http v1.4.2 |
| 2118 | 2026-09-06T23:59:28.348Z | Checking erased-serde v0.3.31 |
| 2119 | 2026-09-06T23:59:28.389Z | Checking utf8parse v0.2.2 |
| 2120 | 2026-09-06T23:59:28.425Z | Checking anstyle v1.0.14 |
| 2121 | 2026-09-06T23:59:28.429Z | Checking rand_chacha v0.9.0 |
| 2122 | 2026-09-06T23:59:28.462Z | Checking tracing-core v0.1.36 |
| 2123 | 2026-09-06T23:59:28.537Z | Checking fastrand v2.3.0 |
| 2124 | 2026-09-06T23:59:28.636Z | Checking is_terminal_polyfill v1.70.2 |
| 2125 | 2026-09-06T23:59:28.731Z | Checking rand v0.9.2 |
| 2126 | 2026-09-06T23:59:28.772Z | Checking slog v2.8.2 |
| 2127 | 2026-09-06T23:59:28.776Z | Checking const-oid v0.10.2 |
| 2128 | 2026-09-06T23:59:28.776Z | Checking colorchoice v1.0.4 |
| 2129 | 2026-09-06T23:59:28.881Z | Checking tracing v0.1.44 |
| 2130 | 2026-09-06T23:59:28.921Z | Checking anstyle-query v1.1.5 |
| 2131 | 2026-09-06T23:59:28.924Z | Checking terminal_size v0.4.3 |
| 2132 | 2026-09-06T23:59:28.998Z | Checking cpufeatures v0.2.17 |
| 2133 | 2026-09-06T23:59:29.001Z | Checking anstyle-parse v1.0.0 |
| 2134 | 2026-09-06T23:59:29.072Z | Checking tempfile v3.27.0 |
| 2135 | 2026-09-06T23:59:29.075Z | Checking ipnet v2.12.0 |
| 2136 | 2026-09-06T23:59:29.112Z | Checking aho-corasick v1.1.4 |
| 2137 | 2026-09-06T23:59:29.153Z | Checking crossbeam-utils v0.8.21 |
| 2138 | 2026-09-06T23:59:29.188Z | Checking cpufeatures v0.3.0 |
| 2139 | 2026-09-06T23:59:29.261Z | Checking anstream v1.0.0 |
| 2140 | 2026-09-06T23:59:29.264Z | Checking tokio-util v0.7.18 |
| 2141 | 2026-09-06T23:59:29.298Z | Checking clap_lex v1.0.0 |
| 2142 | 2026-09-06T23:59:29.369Z | Checking unicode-ident v1.0.24 |
| 2143 | 2026-09-06T23:59:29.409Z | Checking strsim v0.11.1 |
| 2144 | 2026-09-06T23:59:29.411Z | Checking digest v0.11.3 |
| 2145 | 2026-09-06T23:59:29.487Z | Checking ipnetwork v0.21.1 |
| 2146 | 2026-09-06T23:59:29.529Z | Checking httparse v1.10.1 |
| 2147 | 2026-09-06T23:59:29.533Z | Checking proc-macro2 v1.0.106 |
| 2148 | 2026-09-06T23:59:29.601Z | Checking powerfmt v0.2.0 |
| 2149 | 2026-09-06T23:59:29.604Z | Checking clap_builder v4.6.0 |
| 2150 | 2026-09-06T23:59:29.677Z | Checking num-conv v0.2.0 |
| 2151 | 2026-09-06T23:59:29.727Z | Checking num_threads v0.1.7 |
| 2152 | 2026-09-06T23:59:29.768Z | Checking time-core v0.1.8 |
| 2153 | 2026-09-06T23:59:29.858Z | Checking deranged v0.5.8 |
| 2154 | 2026-09-06T23:59:29.872Z | Checking anyhow v1.0.104 |
| 2155 | 2026-09-06T23:59:29.872Z | Checking regex-automata v0.4.14 |
| 2156 | 2026-09-06T23:59:29.872Z | Checking pem-rfc7468 v0.7.0 |
| 2157 | 2026-09-06T23:59:29.958Z | Checking rustls-pki-types v1.14.0 |
| 2158 | 2026-09-06T23:59:29.971Z | Checking quote v1.0.45 |
| 2159 | 2026-09-06T23:59:29.989Z | Checking aws-lc-sys v0.40.0 |
| 2160 | 2026-09-06T23:59:30.066Z | Checking untrusted v0.7.1 |
| 2161 | 2026-09-06T23:59:30.071Z | Checking http-body v1.0.1 |
| 2162 | 2026-09-06T23:59:30.188Z | Checking syn v2.0.117 |
| 2163 | 2026-09-06T23:59:30.228Z | Checking hex v0.4.3 |
| 2164 | 2026-09-06T23:59:30.266Z | Checking atomic-waker v1.1.2 |
| 2165 | 2026-09-06T23:59:30.303Z | Checking try-lock v0.2.5 |
| 2166 | 2026-09-06T23:59:30.396Z | Checking simd-adler32 v0.3.8 |
| 2167 | 2026-09-06T23:59:30.435Z | Checking httpdate v1.0.3 |
| 2168 | 2026-09-06T23:59:30.483Z | Checking flagset v0.4.7 |
| 2169 | 2026-09-06T23:59:30.563Z | Checking aws-lc-rs v1.16.3 |
| 2170 | 2026-09-06T23:59:30.604Z | Checking want v0.3.1 |
| 2171 | 2026-09-06T23:59:30.643Z | Checking der v0.7.10 |
| 2172 | 2026-09-06T23:59:30.646Z | Checking h2 v0.4.15 |
| 2173 | 2026-09-06T23:59:30.767Z | Checking oxnet v0.1.6 |
| 2174 | 2026-09-06T23:59:30.803Z | Checking time v0.3.47 |
| 2175 | 2026-09-06T23:59:30.879Z | Checking clap v4.6.1 |
| 2176 | 2026-09-06T23:59:30.994Z | Checking spin v0.9.8 |
| 2177 | 2026-09-06T23:59:31.051Z | Checking tower-layer v0.3.3 |
| 2178 | 2026-09-06T23:59:31.234Z | Checking ryu v1.0.23 |
| 2179 | 2026-09-06T23:59:31.237Z | Checking tower-service v0.3.3 |
| 2180 | 2026-09-06T23:59:31.418Z | Checking adler2 v2.0.1 |
| 2181 | 2026-09-06T23:59:31.421Z | Checking untrusted v0.9.0 |
| 2182 | 2026-09-06T23:59:31.457Z | Checking unicode-width v0.2.0 |
| 2183 | 2026-09-06T23:59:31.535Z | Checking block-padding v0.4.2 |
| 2184 | 2026-09-06T23:59:31.572Z | Checking miniz_oxide v0.8.9 |
| 2185 | 2026-09-06T23:59:31.610Z | Checking rustls-webpki v0.103.13 |
| 2186 | 2026-09-06T23:59:31.704Z | Checking camino v1.2.5 |
| 2187 | 2026-09-06T23:59:31.745Z | Checking socket2 v0.5.10 |
| 2188 | 2026-09-06T23:59:31.784Z | Checking mime v0.3.17 |
| 2189 | 2026-09-06T23:59:31.944Z | Checking inout v0.2.2 |
| 2190 | 2026-09-06T23:59:31.990Z | Checking pretty-hex v0.4.1 |
| 2191 | 2026-09-06T23:59:32.022Z | Checking spki v0.7.3 |
| 2192 | 2026-09-06T23:59:32.026Z | Checking http-body-util v0.1.3 |
| 2193 | 2026-09-06T23:59:32.098Z | Checking rand_chacha v0.3.1 |
| 2194 | 2026-09-06T23:59:32.101Z | Checking rustls v0.23.41 |
| 2195 | 2026-09-06T23:59:32.173Z | Checking plain v0.2.3 |
| 2196 | 2026-09-06T23:59:32.176Z | Checking cipher v0.5.2 |
| 2197 | 2026-09-06T23:59:32.248Z | Checking ucd-trie v0.1.7 |
| 2198 | 2026-09-06T23:59:32.312Z | Checking bit-vec v0.8.0 |
| 2199 | 2026-09-06T23:59:32.347Z | Checking openssl-probe v0.2.1 |
| 2200 | 2026-09-06T23:59:32.351Z | Checking rand v0.8.6 |
| 2201 | 2026-09-06T23:59:32.423Z | Checking pest v2.8.6 |
| 2202 | 2026-09-06T23:59:32.484Z | Checking regex v1.12.3 |
| 2203 | 2026-09-06T23:59:32.488Z | Checking serde_urlencoded v0.7.1 |
| 2204 | 2026-09-06T23:59:32.527Z | Checking futures-executor v0.3.32 |
| 2205 | 2026-09-06T23:59:32.597Z | Checking bit-set v0.8.0 |
| 2206 | 2026-09-06T23:59:32.742Z | Checking wait-timeout v0.2.1 |
| 2207 | 2026-09-06T23:59:32.784Z | Checking encoding_rs v0.8.35 |
| 2208 | 2026-09-06T23:59:32.787Z | Checking futures v0.3.32 |
| 2209 | 2026-09-06T23:59:32.864Z | Checking pkcs8 v0.10.2 |
| 2210 | 2026-09-06T23:59:32.903Z | Checking sha2 v0.10.9 |
| 2211 | 2026-09-06T23:59:32.945Z | Checking crc32fast v1.5.0 |
| 2212 | 2026-09-06T23:59:32.948Z | Checking either v1.15.0 |
| 2213 | 2026-09-06T23:59:33.108Z | Checking quick-error v1.2.3 |
| 2214 | 2026-09-06T23:59:33.128Z | Checking static_assertions v1.1.0 |
| 2215 | 2026-09-06T23:59:33.201Z | Checking rusty-fork v0.3.1 |
| 2216 | 2026-09-06T23:59:33.239Z | Checking rand_xorshift v0.4.0 |
| 2217 | 2026-09-06T23:59:33.242Z | Checking is-terminal v0.4.17 |
| 2218 | 2026-09-06T23:59:33.272Z | Checking unarray v0.1.4 |
| 2219 | 2026-09-06T23:59:33.390Z | Checking sync_wrapper v1.0.2 |
| 2220 | 2026-09-06T23:59:33.432Z | Checking iri-string v0.7.10 |
| 2221 | 2026-09-06T23:59:33.435Z | Checking zlib-rs v0.6.2 |
| 2222 | 2026-09-06T23:59:33.505Z | Checking proptest v1.11.0 |
| 2223 | 2026-09-06T23:59:33.508Z | Checking openapiv3 v2.2.0 |
| 2224 | 2026-09-06T23:59:33.580Z | Checking tower v0.5.3 |
| 2225 | 2026-09-06T23:59:33.586Z | Checking hyper v1.10.1 |
| 2226 | 2026-09-06T23:59:33.767Z | Checking hashbrown v0.16.1 |
| 2227 | 2026-09-06T23:59:34.001Z | Checking tinyvec_macros v0.1.1 |
| 2228 | 2026-09-06T23:59:34.104Z | Checking tinyvec v1.11.0 |
| 2229 | 2026-09-06T23:59:34.297Z | Checking lazy_static v1.5.0 |
| 2230 | 2026-09-06T23:59:34.364Z | Checking flate2 v1.1.9 |
| 2231 | 2026-09-06T23:59:34.407Z | Checking tokio-rustls v0.26.4 |
| 2232 | 2026-09-06T23:59:34.447Z | Checking crossbeam-channel v0.5.15 |
| 2233 | 2026-09-06T23:59:34.455Z | Checking signature v2.2.0 |
| 2234 | 2026-09-06T23:59:34.518Z | Checking tower-http v0.6.8 |
| 2235 | 2026-09-06T23:59:34.579Z | Checking hyper-util v0.1.20 |
| 2236 | 2026-09-06T23:59:34.645Z | Checking rustls-native-certs v0.8.3 |
| 2237 | 2026-09-06T23:59:34.741Z | Checking hubpack v0.1.2 |
| 2238 | 2026-09-06T23:59:34.753Z | Checking psl-types v2.0.11 |
| 2239 | 2026-09-06T23:59:34.805Z | Checking cookie v0.18.1 |
| 2240 | 2026-09-06T23:59:34.810Z | Checking num-integer v0.1.46 |
| 2241 | 2026-09-06T23:59:34.882Z | Checking publicsuffix v2.3.0 |
| 2242 | 2026-09-06T23:59:34.885Z | Checking strum v0.26.3 |
| 2243 | 2026-09-06T23:59:34.919Z | Checking thread_local v1.1.9 |
| 2244 | 2026-09-06T23:59:34.923Z | Checking data-encoding v2.10.0 |
| 2245 | 2026-09-06T23:59:35.061Z | Checking rustls-platform-verifier v0.6.2 |
| 2246 | 2026-09-06T23:59:35.103Z | Checking cookie_store v0.22.1 |
| 2247 | 2026-09-06T23:59:35.106Z | Checking hmac v0.12.1 |
| 2248 | 2026-09-06T23:59:35.176Z | Checking ahash v0.8.12 |
| 2249 | 2026-09-06T23:59:35.178Z | Checking scroll v0.13.0 |
| 2250 | 2026-09-06T23:59:35.251Z | Checking memmap2 v0.9.10 |
| 2251 | 2026-09-06T23:59:35.292Z | Checking unicode-width v0.1.14 |
| 2252 | 2026-09-06T23:59:35.327Z | Checking take_mut v0.2.2 |
| 2253 | 2026-09-06T23:59:35.371Z | Checking newtype-uuid v1.3.2 |
| 2254 | 2026-09-06T23:59:35.408Z | Checking term v1.2.1 |
| 2255 | 2026-09-06T23:59:35.447Z | Checking toml_datetime v0.6.11 |
| 2256 | 2026-09-06T23:59:35.486Z | Checking slog-async v2.8.0 |
| 2257 | 2026-09-06T23:59:35.490Z | Checking goblin v0.10.5 |
| 2258 | 2026-09-06T23:59:35.490Z | Checking serde_spanned v0.6.9 |
| 2259 | 2026-09-06T23:59:35.600Z | Checking daft v0.1.8 |
| 2260 | 2026-09-06T23:59:35.604Z | Checking dtrace-parser v0.3.0 |
| 2261 | 2026-09-06T23:59:35.672Z | Checking bstr v1.12.1 |
| 2262 | 2026-09-06T23:59:35.675Z | Checking slog-term v2.9.2 |
| 2263 | 2026-09-06T23:59:35.749Z | Checking crossbeam-epoch v0.9.18 |
| 2264 | 2026-09-06T23:59:35.753Z | Checking thread-id v5.1.0 |
| 2265 | 2026-09-06T23:59:35.842Z | Checking hyper-rustls v0.27.7 |
| 2266 | 2026-09-06T23:59:35.882Z | Checking base64 v0.21.7 |
| 2267 | 2026-09-06T23:59:35.922Z | Checking x509-cert v0.2.5 |
| 2268 | 2026-09-06T23:59:35.926Z | Checking num-iter v0.1.45 |
| 2269 | 2026-09-06T23:59:35.998Z | Checking half v2.7.1 |
| 2270 | 2026-09-06T23:59:36.001Z | Checking ff v0.13.1 |
| 2271 | 2026-09-06T23:59:36.074Z | Checking memoffset v0.9.1 |
| 2272 | 2026-09-06T23:59:36.077Z | Checking reqwest v0.13.2 |
| 2273 | 2026-09-06T23:59:36.234Z | Checking scroll v0.12.0 |
| 2274 | 2026-09-06T23:59:36.234Z | Checking ciborium-io v0.2.2 |
| 2275 | 2026-09-06T23:59:36.245Z | Checking base16ct v0.2.0 |
| 2276 | 2026-09-06T23:59:36.245Z | Checking group v0.13.0 |
| 2277 | 2026-09-06T23:59:36.297Z | Checking hkdf v0.12.4 |
| 2278 | 2026-09-06T23:59:36.334Z | Checking ciborium-ll v0.2.2 |
| 2279 | 2026-09-06T23:59:36.381Z | Checking sec1 v0.7.3 |
| 2280 | 2026-09-06T23:59:36.423Z | Checking goblin v0.8.2 |
| 2281 | 2026-09-06T23:59:36.459Z | Checking zerocopy v0.7.35 |
| 2282 | 2026-09-06T23:59:36.497Z | Checking crypto-bigint v0.5.5 |
| 2283 | 2026-09-06T23:59:36.536Z | Checking rustix v0.38.44 |
| 2284 | 2026-09-06T23:59:36.623Z | Checking env_filter v2.0.0 |
| 2285 | 2026-09-06T23:59:36.664Z | Checking smawk v0.3.2 |
| 2286 | 2026-09-06T23:59:36.801Z | Checking unicode-segmentation v1.12.0 |
| 2287 | 2026-09-06T23:59:36.841Z | Checking unicode-linebreak v0.1.5 |
| 2288 | 2026-09-06T23:59:36.975Z | Checking tap v1.0.1 |
| 2289 | 2026-09-06T23:59:37.019Z | Checking env_logger v0.11.11 |
| 2290 | 2026-09-06T23:59:37.096Z | Checking ciborium v0.2.2 |
| 2291 | 2026-09-06T23:59:37.136Z | Checking wyz v0.5.1 |
| 2292 | 2026-09-06T23:59:37.175Z | Checking num-bigint-dig v0.8.6 |
| 2293 | 2026-09-06T23:59:37.245Z | Checking crossbeam-deque v0.8.6 |
| 2294 | 2026-09-06T23:59:37.346Z | Checking dtrace-parser v0.2.0 |
| 2295 | 2026-09-06T23:59:37.388Z | Checking pkcs1 v0.7.5 |
| 2296 | 2026-09-06T23:59:37.443Z | Checking elliptic-curve v0.13.8 |
| 2297 | 2026-09-06T23:59:37.482Z | Checking radium v0.7.0 |
| 2298 | 2026-09-06T23:59:37.555Z | Checking thread-id v4.2.2 |
| 2299 | 2026-09-06T23:59:37.616Z | Checking crc-catalog v2.4.0 |
| 2300 | 2026-09-06T23:59:37.656Z | Checking same-file v1.0.6 |
| 2301 | 2026-09-06T23:59:37.784Z | Checking winnow v1.0.3 |
| 2302 | 2026-09-06T23:59:37.801Z | Checking debug-ignore v1.0.5 |
| 2303 | 2026-09-06T23:59:37.801Z | Checking funty v2.0.0 |
| 2304 | 2026-09-06T23:59:37.814Z | Checking walkdir v2.5.0 |
| 2305 | 2026-09-06T23:59:37.822Z | Checking crc v3.4.0 |
| 2306 | 2026-09-06T23:59:37.887Z | Checking nix v0.31.2 |
| 2307 | 2026-09-06T23:59:37.892Z | Checking dof v0.4.0 |
| 2308 | 2026-09-06T23:59:38.001Z | Checking unicode-normalization v0.1.25 |
| 2309 | 2026-09-06T23:59:38.042Z | Checking rsa v0.9.10 |
| 2310 | 2026-09-06T23:59:38.079Z | Checking zerocopy v0.6.6 |
| 2311 | 2026-09-06T23:59:38.119Z | Checking bitvec v1.0.1 |
| 2312 | 2026-09-06T23:59:38.352Z | Checking dof v0.3.0 |
| 2313 | 2026-09-06T23:59:38.418Z | Checking maybe-uninit v2.0.0 |
| 2314 | 2026-09-06T23:59:38.450Z | Checking memmap v0.7.0 |
| 2315 | 2026-09-06T23:59:38.512Z | Checking gimli v0.32.3 |
| 2316 | 2026-09-06T23:59:38.554Z | Checking foreign-types-shared v0.1.1 |
| 2317 | 2026-09-06T23:59:38.593Z | Checking winnow v0.5.40 |
| 2318 | 2026-09-06T23:59:38.596Z | Checking usdt-impl v0.6.0 |
| 2319 | 2026-09-06T23:59:38.669Z | Checking nodrop v0.1.14 |
| 2320 | 2026-09-06T23:59:38.672Z | Checking usdt-impl v0.5.0 |
| 2321 | 2026-09-06T23:59:38.672Z | Checking foldhash v0.1.5 |
| 2322 | 2026-09-06T23:59:38.794Z | Checking is_ci v1.2.0 |
| 2323 | 2026-09-06T23:59:38.869Z | Checking hashbrown v0.15.5 |
| 2324 | 2026-09-06T23:59:38.924Z | Checking array-init v0.0.4 |
| 2325 | 2026-09-06T23:59:38.964Z | Checking usdt v0.6.0 |
| 2326 | 2026-09-06T23:59:39.055Z | Checking usdt v0.5.0 |
| 2327 | 2026-09-06T23:59:39.130Z | Checking foreign-types v0.3.2 |
| 2328 | 2026-09-06T23:59:39.171Z | Checking smallvec v0.6.14 |
| 2329 | 2026-09-06T23:59:39.235Z | Checking rfc6979 v0.4.0 |
| 2330 | 2026-09-06T23:59:39.283Z | Checking serde_with v3.21.0 |
| 2331 | 2026-09-06T23:59:39.287Z | Checking bitfield v0.19.4 |
| 2332 | 2026-09-06T23:59:39.362Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2333 | 2026-09-06T23:59:39.450Z | Checking openssl-sys v0.9.117 |
| 2334 | 2026-09-06T23:59:39.464Z | Checking object v0.37.3 |
| 2335 | 2026-09-06T23:59:39.476Z | Checking keccak v0.1.6 |
| 2336 | 2026-09-06T23:59:39.481Z | Checking packed_struct v0.10.1 |
| 2337 | 2026-09-06T23:59:39.568Z | Checking rustc-demangle v0.1.27 |
| 2338 | 2026-09-06T23:59:39.680Z | Checking siphasher v1.0.2 |
| 2339 | 2026-09-06T23:59:39.786Z | Checking toml_edit v0.19.15 |
| 2340 | 2026-09-06T23:59:39.829Z | Checking bitflags v1.3.2 |
| 2341 | 2026-09-06T23:59:39.863Z | Checking hashbrown v0.12.3 |
| 2342 | 2026-09-06T23:59:39.901Z | Checking openssl v0.10.80 |
| 2343 | 2026-09-06T23:59:39.941Z | Checking sha3 v0.10.8 |
| 2344 | 2026-09-06T23:59:40.084Z | Checking addr2line v0.25.1 |
| 2345 | 2026-09-06T23:59:40.181Z | Checking bzip2 v0.4.4 |
| 2346 | 2026-09-06T23:59:40.303Z | Checking indexmap v1.9.3 |
| 2347 | 2026-09-06T23:59:40.380Z | Checking ecdsa v0.16.9 |
| 2348 | 2026-09-06T23:59:40.386Z | Checking serde-hex v0.1.0 |
| 2349 | 2026-09-06T23:59:40.598Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2350 | 2026-09-06T23:59:40.648Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2351 | 2026-09-06T23:59:40.755Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2352 | 2026-09-06T23:59:40.805Z | Checking primeorder v0.13.6 |
| 2353 | 2026-09-06T23:59:40.847Z | Checking toml v0.7.8 |
| 2354 | 2026-09-06T23:59:40.943Z | Checking ron v0.8.1 |
| 2355 | 2026-09-06T23:59:41.005Z | Checking hashbrown v0.13.2 |
| 2356 | 2026-09-06T23:59:41.119Z | Checking itertools v0.13.0 |
| 2357 | 2026-09-06T23:59:41.188Z | Checking curve25519-dalek v4.1.3 |
| 2358 | 2026-09-06T23:59:41.455Z | Checking signal-hook v0.3.18 |
| 2359 | 2026-09-06T23:59:41.494Z | Checking crc-any v2.5.0 |
| 2360 | 2026-09-06T23:59:41.679Z | Checking managed v0.8.0 |
| 2361 | 2026-09-06T23:59:41.719Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2362 | 2026-09-06T23:59:41.759Z | Checking backtrace v0.3.76 |
| 2363 | 2026-09-06T23:59:41.903Z | Checking object v0.30.4 |
| 2364 | 2026-09-06T23:59:41.946Z | Checking zip v0.6.6 |
| 2365 | 2026-09-06T23:59:41.949Z | Checking rayon-core v1.13.0 |
| 2366 | 2026-09-06T23:59:41.949Z | Checking globset v0.4.18 |
| 2367 | 2026-09-06T23:59:42.056Z | Checking ed25519 v2.2.3 |
| 2368 | 2026-09-06T23:59:42.101Z | Checking backtrace-ext v0.2.1 |
| 2369 | 2026-09-06T23:59:42.143Z | Checking chacha20 v0.10.0 |
| 2370 | 2026-09-06T23:59:42.246Z | Checking path-slash v0.1.5 |
| 2371 | 2026-09-06T23:59:42.290Z | Checking toml_write v0.1.2 |
| 2372 | 2026-09-06T23:59:42.327Z | Checking winnow v0.7.14 |
| 2373 | 2026-09-06T23:59:42.332Z | Checking ed25519-dalek v2.2.0 |
| 2374 | 2026-09-06T23:59:42.398Z | Checking native-tls v0.2.18 |
| 2375 | 2026-09-06T23:59:42.402Z | Checking signal-hook-mio v0.2.5 |
| 2376 | 2026-09-06T23:59:42.473Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2377 | 2026-09-06T23:59:42.512Z | Checking textwrap v0.16.2 |
| 2378 | 2026-09-06T23:59:42.553Z | Checking ref-cast v1.0.25 |
| 2379 | 2026-09-06T23:59:42.585Z | Checking pin-project v1.1.11 |
| 2380 | 2026-09-06T23:59:42.646Z | Checking salty v0.3.0 |
| 2381 | 2026-09-06T23:59:42.686Z | Checking jiff-core v0.1.0 |
| 2382 | 2026-09-06T23:59:42.722Z | Checking tokio-native-tls v0.3.1 |
| 2383 | 2026-09-06T23:59:42.761Z | Checking p384 v0.13.1 |
| 2384 | 2026-09-06T23:59:42.913Z | Checking pem v3.0.6 |
| 2385 | 2026-09-06T23:59:42.956Z | Checking inout v0.1.4 |
| 2386 | 2026-09-06T23:59:43.103Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2387 | 2026-09-06T23:59:43.144Z | Checking owo-colors v4.3.0 |
| 2388 | 2026-09-06T23:59:43.148Z | Checking arrayref v0.3.9 |
| 2389 | 2026-09-06T23:59:43.219Z | Checking fixedbitset v0.5.7 |
| 2390 | 2026-09-06T23:59:43.258Z | Checking constant_time_eq v0.4.2 |
| 2391 | 2026-09-06T23:59:43.297Z | Checking arrayvec v0.7.6 |
| 2392 | 2026-09-06T23:59:43.394Z | Checking jiff v0.2.34 |
| 2393 | 2026-09-06T23:59:43.435Z | Checking zstd-safe v7.2.4 |
| 2394 | 2026-09-06T23:59:43.472Z | Checking petgraph v0.8.3 |
| 2395 | 2026-09-06T23:59:43.512Z | Checking cipher v0.4.4 |
| 2396 | 2026-09-06T23:59:43.553Z | Checking toml_edit v0.22.27 |
| 2397 | 2026-09-06T23:59:43.628Z | Checking hyper-tls v0.6.0 |
| 2398 | 2026-09-06T23:59:43.690Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2399 | 2026-09-06T23:59:43.749Z | Checking snafu v0.8.9 |
| 2400 | 2026-09-06T23:59:43.790Z | Checking crossterm v0.28.1 |
| 2401 | 2026-09-06T23:59:43.835Z | Checking supports-color v3.0.2 |
| 2402 | 2026-09-06T23:59:43.991Z | Checking similar v2.7.0 |
| 2403 | 2026-09-06T23:59:44.031Z | Checking fs-err v3.3.0 |
| 2404 | 2026-09-06T23:59:44.069Z | Checking hash32 v0.2.1 |
| 2405 | 2026-09-06T23:59:44.264Z | Checking serde_plain v1.0.2 |
| 2406 | 2026-09-06T23:59:44.391Z | Checking serde-big-array v0.5.1 |
| 2407 | 2026-09-06T23:59:44.402Z | Checking predicates-core v1.0.10 |
| 2408 | 2026-09-06T23:59:44.446Z | Checking typed-path v0.9.3 |
| 2409 | 2026-09-06T23:59:44.517Z | Checking linked-hash-map v0.5.6 |
| 2410 | 2026-09-06T23:59:44.558Z | Checking unicode-bidi v0.3.18 |
| 2411 | 2026-09-06T23:59:44.563Z | Checking unicode-properties v0.1.4 |
| 2412 | 2026-09-06T23:59:44.670Z | Checking toml v0.8.23 |
| 2413 | 2026-09-06T23:59:44.708Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2414 | 2026-09-06T23:59:44.748Z | Checking libbz2-rs-sys v0.2.2 |
| 2415 | 2026-09-06T23:59:44.811Z | Checking bumpalo v3.20.2 |
| 2416 | 2026-09-06T23:59:44.881Z | Checking stringprep v0.1.5 |
| 2417 | 2026-09-06T23:59:45.022Z | Checking lru-cache v0.1.2 |
| 2418 | 2026-09-06T23:59:45.062Z | Checking zopfli v0.8.3 |
| 2419 | 2026-09-06T23:59:45.101Z | Checking heapless v0.7.17 |
| 2420 | 2026-09-06T23:59:45.104Z | Checking reqwest v0.12.28 |
| 2421 | 2026-09-06T23:59:45.104Z | Checking zstd v0.13.3 |
| 2422 | 2026-09-06T23:59:45.213Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2423 | 2026-09-06T23:59:45.217Z | Checking bzip2 v0.6.1 |
| 2424 | 2026-09-06T23:59:45.288Z | Checking hickory-proto v0.24.4 |
| 2425 | 2026-09-06T23:59:45.292Z | Checking hickory-proto v0.25.2 |
| 2426 | 2026-09-06T23:59:45.365Z | Checking byte-wrapper v0.1.0 |
| 2427 | 2026-09-06T23:59:45.405Z | Checking tokio-stream v0.1.18 |
| 2428 | 2026-09-06T23:59:45.409Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2429 | 2026-09-06T23:59:45.549Z | Checking md-5 v0.10.6 |
| 2430 | 2026-09-06T23:59:45.596Z | Checking libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2431 | 2026-09-06T23:59:45.648Z | Checking float-cmp v0.10.0 |
| 2432 | 2026-09-06T23:59:45.712Z | Checking difflib v0.4.0 |
| 2433 | 2026-09-06T23:59:45.772Z | Checking resolv-conf v0.7.6 |
| 2434 | 2026-09-06T23:59:45.802Z | Checking normalize-line-endings v0.3.0 |
| 2435 | 2026-09-06T23:59:45.819Z | Checking fallible-iterator v0.2.0 |
| 2436 | 2026-09-06T23:59:46.274Z | Checking supports-hyperlinks v3.2.0 |
| 2437 | 2026-09-06T23:59:46.288Z | Checking supports-unicode v3.0.0 |
| 2438 | 2026-09-06T23:59:46.288Z | Checking predicates v3.1.4 |
| 2439 | 2026-09-06T23:59:46.288Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2440 | 2026-09-06T23:59:46.288Z | Checking smoltcp v0.9.1 |
| 2441 | 2026-09-06T23:59:46.288Z | Checking zip v4.6.1 |
| 2442 | 2026-09-06T23:59:46.288Z | Checking miette v7.6.0 |
| 2443 | 2026-09-06T23:59:46.288Z | Checking postgres-protocol v0.6.10 |
| 2444 | 2026-09-06T23:59:46.288Z | Checking blake3 v1.8.5 |
| 2445 | 2026-09-06T23:59:46.451Z | Checking iddqd v0.4.2 |
| 2446 | 2026-09-06T23:59:46.559Z | Checking phf_shared v0.11.3 |
| 2447 | 2026-09-06T23:59:46.599Z | Checking phf_shared v0.13.1 |
| 2448 | 2026-09-06T23:59:46.649Z | Checking olpc-cjson v0.1.4 |
| 2449 | 2026-09-06T23:59:46.655Z | Checking derive_more v2.1.1 |
| 2450 | 2026-09-06T23:59:46.655Z | Checking strum v0.27.2 |
| 2451 | 2026-09-06T23:59:46.758Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2452 | 2026-09-06T23:59:46.816Z | Checking lalrpop-util v0.19.12 |
| 2453 | 2026-09-06T23:59:46.833Z | Checking new_debug_unreachable v1.0.6 |
| 2454 | 2026-09-06T23:59:46.895Z | Checking precomputed-hash v0.1.1 |
| 2455 | 2026-09-06T23:59:46.904Z | Checking fixedbitset v0.4.2 |
| 2456 | 2026-09-06T23:59:46.977Z | Checking corncobs v0.1.4 |
| 2457 | 2026-09-06T23:59:47.009Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2458 | 2026-09-06T23:59:47.026Z | Checking string_cache v0.8.9 |
| 2459 | 2026-09-06T23:59:47.026Z | Checking phf v0.13.1 |
| 2460 | 2026-09-06T23:59:47.122Z | Checking hickory-resolver v0.24.4 |
| 2461 | 2026-09-06T23:59:47.136Z | Checking petgraph v0.6.5 |
| 2462 | 2026-09-06T23:59:47.190Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2463 | 2026-09-06T23:59:47.231Z | Checking tough v0.22.0 |
| 2464 | 2026-09-06T23:59:47.271Z | Checking postgres-types v0.2.12 |
| 2465 | 2026-09-06T23:59:47.409Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2466 | 2026-09-06T23:59:47.479Z | Checking buf-list v1.1.2 |
| 2467 | 2026-09-06T23:59:47.629Z | Checking libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2468 | 2026-09-06T23:59:47.695Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2469 | 2026-09-06T23:59:47.791Z | Checking secrecy v0.8.0 |
| 2470 | 2026-09-06T23:59:47.893Z | Checking whoami v2.1.0 |
| 2471 | 2026-09-06T23:59:47.933Z | Checking peg-runtime v0.8.5 |
| 2472 | 2026-09-06T23:59:47.973Z | Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 2473 | 2026-09-06T23:59:48.063Z | Checking qorb v0.4.1 |
| 2474 | 2026-09-06T23:59:48.154Z | Checking tokio-postgres v0.7.16 |
| 2475 | 2026-09-06T23:59:48.157Z | Compiling newtype-uuid-macros v0.1.0 |
| 2476 | 2026-09-06T23:59:48.239Z | Compiling async-stream-impl v0.3.6 |
| 2477 | 2026-09-06T23:59:48.392Z | Compiling multer v3.1.0 |
| 2478 | 2026-09-06T23:59:48.576Z | Checking match_cfg v0.1.0 |
| 2479 | 2026-09-06T23:59:48.683Z | Checking hostname v0.3.1 |
| 2480 | 2026-09-06T23:59:48.732Z | Checking slog-json v2.6.1 |
| 2481 | 2026-09-06T23:59:48.815Z | Compiling dropshot v0.17.1 |
| 2482 | 2026-09-06T23:59:48.873Z | Compiling dropshot_endpoint v0.17.1 |
| 2483 | 2026-09-06T23:59:48.927Z | Checking slog-bunyan v2.5.0 |
| 2484 | 2026-09-06T23:59:49.003Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2485 | 2026-09-06T23:59:49.101Z | Checking serde_path_to_error v0.1.20 |
| 2486 | 2026-09-06T23:59:49.152Z | Checking sha1 v0.11.0 |
| 2487 | 2026-09-06T23:59:49.211Z | Checking serde_spanned v1.1.1 |
| 2488 | 2026-09-06T23:59:49.253Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2489 | 2026-09-06T23:59:49.316Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2490 | 2026-09-06T23:59:49.374Z | Checking compression-core v0.4.31 |
| 2491 | 2026-09-06T23:59:49.379Z | Checking async-stream v0.3.6 |
| 2492 | 2026-09-06T23:59:49.451Z | Checking waitgroup v0.1.2 |
| 2493 | 2026-09-06T23:59:49.528Z | Checking rustls-pemfile v2.2.0 |
| 2494 | 2026-09-06T23:59:49.563Z | Checking toml v1.1.2+spec-1.1.0 |
| 2495 | 2026-09-06T23:59:49.600Z | Checking compression-codecs v0.4.37 |
| 2496 | 2026-09-06T23:59:49.637Z | Checking hostname v0.4.2 |
| 2497 | 2026-09-06T23:59:49.675Z | Checking progenitor-client v0.14.0 |
| 2498 | 2026-09-06T23:59:49.752Z | Checking atomicwrites v0.4.4 |
| 2499 | 2026-09-06T23:59:49.756Z | Compiling serde_tokenstream v0.3.0 |
| 2500 | 2026-09-06T23:59:49.827Z | Compiling parse-display-derive v0.10.0 |
| 2501 | 2026-09-06T23:59:49.867Z | Checking async-compression v0.4.41 |
| 2502 | 2026-09-06T23:59:49.907Z | Checking macaddr v1.0.1 |
| 2503 | 2026-09-06T23:59:49.945Z | Checking regress v0.10.5 |
| 2504 | 2026-09-06T23:59:49.982Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2505 | 2026-09-06T23:59:50.123Z | Checking itertools v0.14.0 |
| 2506 | 2026-09-06T23:59:50.128Z | Compiling oxide-generation-macros v0.2.0 |
| 2507 | 2026-09-06T23:59:50.200Z | Checking instant v0.1.13 |
| 2508 | 2026-09-06T23:59:50.203Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2509 | 2026-09-06T23:59:50.322Z | Checking oxide-generation v0.1.3 |
| 2510 | 2026-09-06T23:59:50.436Z | Checking backoff v0.4.0 |
| 2511 | 2026-09-06T23:59:50.495Z | Checking backon v1.6.0 |
| 2512 | 2026-09-06T23:59:50.578Z | Checking humantime v2.3.0 |
| 2513 | 2026-09-06T23:59:50.679Z | Compiling convert_case v0.4.0 |
| 2514 | 2026-09-06T23:59:50.715Z | Checking progenitor-extras v0.2.0 |
| 2515 | 2026-09-06T23:59:50.789Z | Checking heck v0.5.0 |
| 2516 | 2026-09-06T23:59:50.923Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2517 | 2026-09-06T23:59:50.963Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2518 | 2026-09-06T23:59:51.000Z | Checking secrecy v0.10.3 |
| 2519 | 2026-09-06T23:59:51.070Z | Compiling derive_more v0.99.20 |
| 2520 | 2026-09-06T23:59:51.150Z | Checking camino-tempfile v1.4.1 |
| 2521 | 2026-09-06T23:59:51.196Z | Checking indent_write v2.2.0 |
| 2522 | 2026-09-06T23:59:51.238Z | Compiling regress v0.11.1 |
| 2523 | 2026-09-06T23:59:51.283Z | Compiling crucible-workspace-hack v0.1.0 |
| 2524 | 2026-09-06T23:59:51.344Z | Checking universal-hash v0.5.1 |
| 2525 | 2026-09-06T23:59:51.383Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2526 | 2026-09-06T23:59:51.420Z | Checking opaque-debug v0.3.1 |
| 2527 | 2026-09-06T23:59:51.506Z | Checking chacha20 v0.9.1 |
| 2528 | 2026-09-06T23:59:51.546Z | Checking poly1305 v0.8.0 |
| 2529 | 2026-09-06T23:59:51.617Z | Checking parse-display v0.10.0 |
| 2530 | 2026-09-06T23:59:51.775Z | Checking blake2 v0.10.6 |
| 2531 | 2026-09-06T23:59:51.812Z | Checking password-hash v0.5.0 |
| 2532 | 2026-09-06T23:59:51.850Z | Checking aead v0.5.2 |
| 2533 | 2026-09-06T23:59:52.070Z | Checking chacha20poly1305 v0.10.1 |
| 2534 | 2026-09-06T23:59:52.107Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2535 | 2026-09-06T23:59:52.144Z | Checking argon2 v0.5.3 |
| 2536 | 2026-09-06T23:59:52.234Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2537 | 2026-09-06T23:59:52.527Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2538 | 2026-09-06T23:59:52.567Z | Compiling unsafe-libyaml v0.2.11 |
| 2539 | 2026-09-06T23:59:52.572Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2540 | 2026-09-06T23:59:52.646Z | Checking thiserror-no-std v2.0.2 |
| 2541 | 2026-09-06T23:59:52.719Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2542 | 2026-09-06T23:59:52.762Z | Checking vsss-rs v3.3.4 |
| 2543 | 2026-09-06T23:59:52.801Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2544 | 2026-09-06T23:59:52.851Z | Compiling typify-impl v0.6.2 |
| 2545 | 2026-09-06T23:59:53.361Z | Compiling serde_yaml v0.9.34+deprecated |
| 2546 | 2026-09-06T23:59:53.715Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2547 | 2026-09-06T23:59:53.921Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2548 | 2026-09-06T23:59:54.412Z | Checking swrite v0.1.0 |
| 2549 | 2026-09-06T23:59:54.478Z | Compiling num-derive v0.4.2 |
| 2550 | 2026-09-06T23:59:54.519Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2551 | 2026-09-06T23:59:54.552Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2552 | 2026-09-06T23:59:54.593Z | Checking rayon v1.11.0 |
| 2553 | 2026-09-06T23:59:54.685Z | Compiling proc-macro-error v1.0.4 |
| 2554 | 2026-09-06T23:59:54.800Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2555 | 2026-09-06T23:59:54.838Z | Checking tabwriter v1.4.1 |
| 2556 | 2026-09-06T23:59:55.019Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2557 | 2026-09-06T23:59:55.059Z | Checking glob v0.3.3 |
| 2558 | 2026-09-06T23:59:55.062Z | Compiling itertools v0.15.0 |
| 2559 | 2026-09-06T23:59:55.287Z | Compiling heapless v0.8.0 |
| 2560 | 2026-09-06T23:59:55.428Z | Compiling proc-macro-crate v3.4.0 |
| 2561 | 2026-09-06T23:59:55.492Z | Checking hash32 v0.3.1 |
| 2562 | 2026-09-06T23:59:55.662Z | Compiling smoltcp v0.11.0 |
| 2563 | 2026-09-06T23:59:55.701Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2564 | 2026-09-06T23:59:55.824Z | Checking colored v3.1.1 |
| 2565 | 2026-09-06T23:59:55.871Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2566 | 2026-09-06T23:59:55.996Z | Compiling num_enum_derive v0.7.6 |
| 2567 | 2026-09-06T23:59:56.087Z | Checking illumos-nvpair v0.3.0 |
| 2568 | 2026-09-06T23:59:56.159Z | Checking cobs v0.3.0 |
| 2569 | 2026-09-06T23:59:56.248Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2570 | 2026-09-06T23:59:56.309Z | Checking rand v0.10.1 |
| 2571 | 2026-09-06T23:59:56.348Z | Checking postcard v1.1.3 |
| 2572 | 2026-09-06T23:59:56.430Z | Compiling ingot-macros v0.2.0 |
| 2573 | 2026-09-06T23:59:56.567Z | Compiling proc-macro-crate v1.3.1 |
| 2574 | 2026-09-06T23:59:56.676Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2575 | 2026-09-06T23:59:56.829Z | Checking sigpipe v0.1.3 |
| 2576 | 2026-09-06T23:59:56.916Z | Compiling foreign-types-macros v0.2.3 |
| 2577 | 2026-09-06T23:59:56.955Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2578 | 2026-09-06T23:59:57.048Z | Checking foreign-types-shared v0.3.1 |
| 2579 | 2026-09-06T23:59:57.097Z | Checking num_enum v0.7.6 |
| 2580 | 2026-09-06T23:59:57.174Z | Compiling num_enum_derive v0.5.11 |
| 2581 | 2026-09-06T23:59:57.403Z | Checking cstr-argument v0.1.2 |
| 2582 | 2026-09-06T23:59:57.441Z | Compiling typify-macro v0.6.2 |
| 2583 | 2026-09-06T23:59:57.479Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2584 | 2026-09-06T23:59:57.563Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2585 | 2026-09-06T23:59:57.601Z | Checking foreign-types v0.5.0 |
| 2586 | 2026-09-06T23:59:57.710Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2587 | 2026-09-06T23:59:57.778Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2588 | 2026-09-06T23:59:57.985Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2589 | 2026-09-06T23:59:57.990Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2590 | 2026-09-06T23:59:58.057Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2591 | 2026-09-06T23:59:58.090Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2592 | 2026-09-06T23:59:58.161Z | Checking itertools v0.12.1 |
| 2593 | 2026-09-06T23:59:58.200Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2594 | 2026-09-06T23:59:58.288Z | Checking num_enum v0.5.11 |
| 2595 | 2026-09-06T23:59:58.291Z | Compiling zone_cfg_derive v0.3.1 |
| 2596 | 2026-09-06T23:59:58.439Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2597 | 2026-09-06T23:59:58.601Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2598 | 2026-09-06T23:59:58.646Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2599 | 2026-09-06T23:59:58.808Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2600 | 2026-09-06T23:59:59.005Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2601 | 2026-09-06T23:59:59.044Z | Checking smf v0.2.3 |
| 2602 | 2026-09-06T23:59:59.119Z | Checking whoami v1.6.1 |
| 2603 | 2026-09-06T23:59:59.157Z | Checking tokio-dtrace v0.1.1 |
| 2604 | 2026-09-06T23:59:59.203Z | Checking zone v0.3.1 |
| 2605 | 2026-09-06T23:59:59.248Z | Compiling typify v0.6.2 |
| 2606 | 2026-09-06T23:59:59.323Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2607 | 2026-09-06T23:59:59.326Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2608 | 2026-09-06T23:59:59.395Z | Checking ingot-types v0.2.0 |
| 2609 | 2026-09-06T23:59:59.412Z | Compiling progenitor-impl v0.14.0 |
| 2610 | 2026-09-06T23:59:59.429Z | Checking oxide-tokio-rt v0.1.4 |
| 2611 | 2026-09-06T23:59:59.543Z | Checking console v0.15.11 |
| 2612 | 2026-09-06T23:59:59.580Z | Checking newline-converter v0.3.0 |
| 2613 | 2026-09-06T23:59:59.670Z | Checking bytecount v0.6.9 |
| 2614 | 2026-09-06T23:59:59.723Z | Checking oxide-update-engine-types v0.1.2 |
| 2615 | 2026-09-06T23:59:59.788Z | Checking ingot v0.2.1 |
| 2616 | 2026-09-06T23:59:59.824Z | Checking num-rational v0.4.2 |
| 2617 | 2026-09-06T23:59:59.861Z | Checking expectorate v1.2.0 |
| 2618 | 2026-09-07T00:00:00.021Z | Checking num-complex v0.4.6 |
| 2619 | 2026-09-07T00:00:00.136Z | Compiling cancel-safe-futures v0.1.5 |
| 2620 | 2026-09-07T00:00:00.392Z | Checking num v0.4.3 |
| 2621 | 2026-09-07T00:00:00.468Z | Checking float-ord v0.3.2 |
| 2622 | 2026-09-07T00:00:00.507Z | Checking linear-map v1.2.0 |
| 2623 | 2026-09-07T00:00:00.609Z | Checking gethostname v0.5.0 |
| 2624 | 2026-09-07T00:00:00.646Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2625 | 2026-09-07T00:00:00.713Z | Compiling prettyplease v0.2.37 |
| 2626 | 2026-09-07T00:00:00.763Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2627 | 2026-09-07T00:00:00.813Z | Checking oxide-update-engine v0.1.2 |
| 2628 | 2026-09-07T00:00:01.027Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2629 | 2026-09-07T00:00:01.085Z | Compiling slog-dtrace v0.3.0 |
| 2630 | 2026-09-07T00:00:01.256Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2631 | 2026-09-07T00:00:01.296Z | Checking papergrid v0.11.0 |
| 2632 | 2026-09-07T00:00:01.300Z | Compiling tabled_derive v0.7.0 |
| 2633 | 2026-09-07T00:00:01.429Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2634 | 2026-09-07T00:00:02.068Z | Compiling progenitor-macro v0.14.0 |
| 2635 | 2026-09-07T00:00:02.408Z | Checking tabled v0.15.0 |
| 2636 | 2026-09-07T00:00:02.500Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2637 | 2026-09-07T00:00:02.548Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2638 | 2026-09-07T00:00:02.607Z | Checking crossterm v0.29.0 |
| 2639 | 2026-09-07T00:00:02.655Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2640 | 2026-09-07T00:00:02.993Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2641 | 2026-09-07T00:00:03.638Z | Checking fd-lock v4.0.4 |
| 2642 | 2026-09-07T00:00:03.730Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2643 | 2026-09-07T00:00:04.250Z | Checking vte v0.14.1 |
| 2644 | 2026-09-07T00:00:04.407Z | Checking strip-ansi-escapes v0.2.1 |
| 2645 | 2026-09-07T00:00:05.487Z | Checking termtree v0.5.1 |
| 2646 | 2026-09-07T00:00:05.490Z | Checking nu-ansi-term v0.50.3 |
| 2647 | 2026-09-07T00:00:05.572Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2648 | 2026-09-07T00:00:05.690Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2649 | 2026-09-07T00:00:05.727Z | Checking reedline v0.40.0 |
| 2650 | 2026-09-07T00:00:06.186Z | Compiling minimal-lexical v0.2.1 |
| 2651 | 2026-09-07T00:00:06.307Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2652 | 2026-09-07T00:00:06.474Z | Compiling nom v7.1.3 |
| 2653 | 2026-09-07T00:00:06.892Z | Checking display-error-chain v0.2.2 |
| 2654 | 2026-09-07T00:00:06.992Z | Compiling unicode-xid v0.2.6 |
| 2655 | 2026-09-07T00:00:07.075Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2656 | 2026-09-07T00:00:07.159Z | Compiling ar_archive_writer v0.5.1 |
| 2657 | 2026-09-07T00:00:07.198Z | Checking progenitor v0.14.0 |
| 2658 | 2026-09-07T00:00:07.375Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2659 | 2026-09-07T00:00:07.907Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2660 | 2026-09-07T00:00:08.062Z | Compiling psm v0.1.30 |
| 2661 | 2026-09-07T00:00:08.101Z | Checking csv-core v0.1.13 |
| 2662 | 2026-09-07T00:00:08.139Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2663 | 2026-09-07T00:00:08.318Z | Checking csv v1.4.0 |
| 2664 | 2026-09-07T00:00:08.427Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2665 | 2026-09-07T00:00:08.431Z | Compiling stacker v0.1.23 |
| 2666 | 2026-09-07T00:00:08.555Z | Checking highway v1.3.0 |
| 2667 | 2026-09-07T00:00:08.700Z | Compiling semver v0.1.20 |
| 2668 | 2026-09-07T00:00:08.739Z | Compiling cfg_aliases v0.1.1 |
| 2669 | 2026-09-07T00:00:08.861Z | Compiling nix v0.28.0 |
| 2670 | 2026-09-07T00:00:08.900Z | Checking nibble_vec v0.1.0 |
| 2671 | 2026-09-07T00:00:09.029Z | Compiling rustc_version v0.1.7 |
| 2672 | 2026-09-07T00:00:09.044Z | Checking endian-type v0.1.2 |
| 2673 | 2026-09-07T00:00:09.191Z | Checking radix_trie v0.2.1 |
| 2674 | 2026-09-07T00:00:09.231Z | Compiling newtype_derive v0.1.6 |
| 2675 | 2026-09-07T00:00:09.234Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2676 | 2026-09-07T00:00:09.358Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2677 | 2026-09-07T00:00:09.452Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2678 | 2026-09-07T00:00:09.485Z | Checking phf_shared v0.12.1 |
| 2679 | 2026-09-07T00:00:09.637Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2680 | 2026-09-07T00:00:09.678Z | Compiling chrono-tz v0.10.4 |
| 2681 | 2026-09-07T00:00:09.832Z | Checking phf v0.12.1 |
| 2682 | 2026-09-07T00:00:10.005Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2683 | 2026-09-07T00:00:10.085Z | Compiling const_format_proc_macros v0.2.34 |
| 2684 | 2026-09-07T00:00:10.089Z | Compiling peg-macros v0.8.5 |
| 2685 | 2026-09-07T00:00:10.119Z | Checking recursive v0.1.1 |
| 2686 | 2026-09-07T00:00:10.191Z | Checking winnow v0.6.26 |
| 2687 | 2026-09-07T00:00:10.271Z | Compiling sqlparser_derive v0.5.0 |
| 2688 | 2026-09-07T00:00:10.309Z | Checking home v0.5.12 |
| 2689 | 2026-09-07T00:00:10.449Z | Checking unicode_categories v0.1.1 |
| 2690 | 2026-09-07T00:00:10.939Z | Checking const_format v0.2.35 |
| 2691 | 2026-09-07T00:00:11.072Z | Checking sqlparser v0.61.0 |
| 2692 | 2026-09-07T00:00:11.203Z | Checking rustyline v14.0.0 |
| 2693 | 2026-09-07T00:00:11.347Z | Checking sqlformat v0.3.5 |
| 2694 | 2026-09-07T00:00:11.512Z | Checking peg v0.8.5 |
| 2695 | 2026-09-07T00:00:11.631Z | Checking bcs v0.1.6 |
| 2696 | 2026-09-07T00:00:11.822Z | Checking nom v8.0.0 |
| 2697 | 2026-09-07T00:00:11.905Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2698 | 2026-09-07T00:00:11.944Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2699 | 2026-09-07T00:00:11.981Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2700 | 2026-09-07T00:00:12.284Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2701 | 2026-09-07T00:00:12.302Z | Checking steno v0.4.1 |
| 2702 | 2026-09-07T00:00:12.457Z | Checking sha1 v0.10.6 |
| 2703 | 2026-09-07T00:00:12.533Z | Checking filetime v0.2.27 |
| 2704 | 2026-09-07T00:00:12.666Z | Checking xattr v1.6.1 |
| 2705 | 2026-09-07T00:00:12.707Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2706 | 2026-09-07T00:00:12.836Z | Checking tar v0.4.46 |
| 2707 | 2026-09-07T00:00:12.873Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2708 | 2026-09-07T00:00:13.133Z | Checking subprocess v0.2.15 |
| 2709 | 2026-09-07T00:00:13.305Z | Checking headers-core v0.3.0 |
| 2710 | 2026-09-07T00:00:13.356Z | Checking yasna v0.5.2 |
| 2711 | 2026-09-07T00:00:13.446Z | Checking headers v0.4.1 |
| 2712 | 2026-09-07T00:00:13.485Z | Checking port-file v0.1.0 |
| 2713 | 2026-09-07T00:00:13.703Z | Checking dropshot-api-manager-types v0.8.0 |
| 2714 | 2026-09-07T00:00:13.773Z | Checking rcgen v0.12.1 |
| 2715 | 2026-09-07T00:00:13.878Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2716 | 2026-09-07T00:00:13.917Z | Checking tagptr v0.2.0 |
| 2717 | 2026-09-07T00:00:13.954Z | Checking utf-8 v0.7.6 |
| 2718 | 2026-09-07T00:00:14.003Z | Compiling libefi-sys v0.1.0 |
| 2719 | 2026-09-07T00:00:14.091Z | Checking moka v0.12.13 |
| 2720 | 2026-09-07T00:00:14.131Z | Compiling bitfield-struct v0.6.2 |
| 2721 | 2026-09-07T00:00:14.234Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2722 | 2026-09-07T00:00:14.277Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2723 | 2026-09-07T00:00:14.454Z | Compiling xshell-macros v0.2.7 |
| 2724 | 2026-09-07T00:00:14.538Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2725 | 2026-09-07T00:00:14.723Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2726 | 2026-09-07T00:00:14.774Z | Checking hickory-resolver v0.25.2 |
| 2727 | 2026-09-07T00:00:14.813Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2728 | 2026-09-07T00:00:14.849Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2729 | 2026-09-07T00:00:14.890Z | Checking xshell v0.2.7 |
| 2730 | 2026-09-07T00:00:15.079Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2731 | 2026-09-07T00:00:15.116Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2732 | 2026-09-07T00:00:15.160Z | Checking tungstenite v0.21.0 |
| 2733 | 2026-09-07T00:00:15.207Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2734 | 2026-09-07T00:00:15.348Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2735 | 2026-09-07T00:00:15.492Z | Checking half v1.8.3 |
| 2736 | 2026-09-07T00:00:15.530Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2737 | 2026-09-07T00:00:15.619Z | Checking tokio-tungstenite v0.21.0 |
| 2738 | 2026-09-07T00:00:15.657Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2739 | 2026-09-07T00:00:15.719Z | Checking serde_cbor v0.11.2 |
| 2740 | 2026-09-07T00:00:15.934Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2741 | 2026-09-07T00:00:16.042Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2742 | 2026-09-07T00:00:16.082Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2743 | 2026-09-07T00:00:16.131Z | Checking sha2 v0.11.0 |
| 2744 | 2026-09-07T00:00:16.338Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2745 | 2026-09-07T00:00:16.500Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2746 | 2026-09-07T00:00:16.833Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2747 | 2026-09-07T00:00:16.867Z | Checking predicates-tree v1.0.13 |
| 2748 | 2026-09-07T00:00:16.963Z | Checking libscf-sys v1.2.0 |
| 2749 | 2026-09-07T00:00:17.037Z | Checking maplit v1.0.2 |
| 2750 | 2026-09-07T00:00:17.075Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2751 | 2026-09-07T00:00:17.132Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2752 | 2026-09-07T00:00:17.169Z | Checking papergrid v0.18.0 |
| 2753 | 2026-09-07T00:00:17.212Z | Checking anstyle-parse v0.2.7 |
| 2754 | 2026-09-07T00:00:17.400Z | Checking anstream v0.6.21 |
| 2755 | 2026-09-07T00:00:17.650Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2756 | 2026-09-07T00:00:17.708Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2757 | 2026-09-07T00:00:17.748Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2758 | 2026-09-07T00:00:17.891Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2759 | 2026-09-07T00:00:17.941Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2760 | 2026-09-07T00:00:18.007Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2761 | 2026-09-07T00:00:18.134Z | Checking tabled v0.21.0 |
| 2762 | 2026-09-07T00:00:18.251Z | Checking ignore v0.4.25 |
| 2763 | 2026-09-07T00:00:18.360Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2764 | 2026-09-07T00:00:18.528Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2765 | 2026-09-07T00:00:18.674Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2766 | 2026-09-07T00:00:18.714Z | Checking globwalk v0.9.1 |
| 2767 | 2026-09-07T00:00:18.854Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2768 | 2026-09-07T00:00:18.923Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2769 | 2026-09-07T00:00:19.056Z | Checking digest-io v0.1.0 |
| 2770 | 2026-09-07T00:00:19.141Z | Checking rawzip v0.4.4 |
| 2771 | 2026-09-07T00:00:19.415Z | Checking crc8 v0.1.1 |
| 2772 | 2026-09-07T00:00:19.546Z | Checking unicase v2.9.0 |
| 2773 | 2026-09-07T00:00:19.583Z | Checking camino-tempfile-ext v0.3.3 |
| 2774 | 2026-09-07T00:00:19.618Z | Checking fxhash v0.2.1 |
| 2775 | 2026-09-07T00:00:19.736Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2776 | 2026-09-07T00:00:19.772Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2777 | 2026-09-07T00:00:19.809Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2778 | 2026-09-07T00:00:20.261Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2779 | 2026-09-07T00:00:20.329Z | Checking rand_seeder v0.4.0 |
| 2780 | 2026-09-07T00:00:20.514Z | Compiling darling_core v0.21.3 |
| 2781 | 2026-09-07T00:00:20.735Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2782 | 2026-09-07T00:00:20.828Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2783 | 2026-09-07T00:00:20.867Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2784 | 2026-09-07T00:00:20.964Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2785 | 2026-09-07T00:00:21.115Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2786 | 2026-09-07T00:00:21.165Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2787 | 2026-09-07T00:00:21.365Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2788 | 2026-09-07T00:00:21.771Z | Compiling vergen-lib v0.1.6 |
| 2789 | 2026-09-07T00:00:22.091Z | Compiling diesel_derives v2.3.7 |
| 2790 | 2026-09-07T00:00:22.210Z | Checking scheduled-thread-pool v0.2.7 |
| 2791 | 2026-09-07T00:00:22.387Z | Compiling vergen-gitcl v1.0.8 |
| 2792 | 2026-09-07T00:00:22.423Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2793 | 2026-09-07T00:00:22.569Z | Checking r2d2 v0.8.10 |
| 2794 | 2026-09-07T00:00:22.718Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2795 | 2026-09-07T00:00:22.789Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2796 | 2026-09-07T00:00:23.071Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2797 | 2026-09-07T00:00:23.135Z | Compiling darling_macro v0.21.3 |
| 2798 | 2026-09-07T00:00:23.185Z | Checking downcast-rs v2.0.2 |
| 2799 | 2026-09-07T00:00:23.402Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2800 | 2026-09-07T00:00:23.655Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2801 | 2026-09-07T00:00:23.692Z | Compiling darling v0.21.3 |
| 2802 | 2026-09-07T00:00:23.814Z | Compiling dsl_auto_type v0.2.0 |
| 2803 | 2026-09-07T00:00:23.900Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2804 | 2026-09-07T00:00:23.936Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2805 | 2026-09-07T00:00:24.053Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2806 | 2026-09-07T00:00:24.099Z | Checking kstat-rs v0.2.5 |
| 2807 | 2026-09-07T00:00:24.143Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2808 | 2026-09-07T00:00:24.322Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2809 | 2026-09-07T00:00:24.379Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2810 | 2026-09-07T00:00:24.453Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2811 | 2026-09-07T00:00:24.525Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2812 | 2026-09-07T00:00:24.834Z | Compiling dirs-sys-next v0.1.2 |
| 2813 | 2026-09-07T00:00:24.887Z | Compiling crunchy v0.2.4 |
| 2814 | 2026-09-07T00:00:24.981Z | Compiling parking_lot_core v0.8.6 |
| 2815 | 2026-09-07T00:00:25.142Z | Compiling dirs-next v2.0.0 |
| 2816 | 2026-09-07T00:00:25.247Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2817 | 2026-09-07T00:00:25.320Z | Compiling clang-sys v1.8.1 |
| 2818 | 2026-09-07T00:00:25.369Z | Compiling git-stub v1.0.0 |
| 2819 | 2026-09-07T00:00:25.518Z | Compiling tiny-keccak v2.0.2 |
| 2820 | 2026-09-07T00:00:25.672Z | Compiling git-stub-vcs v0.1.0 |
| 2821 | 2026-09-07T00:00:25.827Z | Compiling term v0.7.0 |
| 2822 | 2026-09-07T00:00:25.903Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2823 | 2026-09-07T00:00:25.944Z | Compiling bit-vec v0.6.3 |
| 2824 | 2026-09-07T00:00:26.049Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2825 | 2026-09-07T00:00:26.184Z | Compiling ascii-canvas v3.0.0 |
| 2826 | 2026-09-07T00:00:26.224Z | Compiling bit-set v0.5.3 |
| 2827 | 2026-09-07T00:00:26.411Z | Checking parking_lot v0.11.2 |
| 2828 | 2026-09-07T00:00:26.447Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2829 | 2026-09-07T00:00:26.450Z | Checking prefix-trie v0.7.0 |
| 2830 | 2026-09-07T00:00:26.563Z | Compiling itertools v0.10.5 |
| 2831 | 2026-09-07T00:00:26.578Z | Compiling ena v0.14.4 |
| 2832 | 2026-09-07T00:00:26.640Z | Compiling libloading v0.8.9 |
| 2833 | 2026-09-07T00:00:26.813Z | Compiling bindgen v0.71.1 |
| 2834 | 2026-09-07T00:00:26.842Z | Compiling diff v0.1.13 |
| 2835 | 2026-09-07T00:00:26.879Z | Compiling regex-syntax v0.6.29 |
| 2836 | 2026-09-07T00:00:27.248Z | Checking hickory-server v0.25.2 |
| 2837 | 2026-09-07T00:00:27.337Z | Checking sled v0.34.7 |
| 2838 | 2026-09-07T00:00:27.725Z | Compiling cexpr v0.6.0 |
| 2839 | 2026-09-07T00:00:28.435Z | Compiling lalrpop v0.19.12 |
| 2840 | 2026-09-07T00:00:28.539Z | Checking nanorand v0.7.0 |
| 2841 | 2026-09-07T00:00:28.601Z | Compiling rustc-hash v2.1.1 |
| 2842 | 2026-09-07T00:00:28.805Z | Checking flume v0.11.1 |
| 2843 | 2026-09-07T00:00:28.954Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2844 | 2026-09-07T00:00:29.029Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2845 | 2026-09-07T00:00:29.081Z | Compiling libxml v0.3.3 |
| 2846 | 2026-09-07T00:00:29.271Z | Checking assert_matches v1.5.0 |
| 2847 | 2026-09-07T00:00:29.476Z | Compiling strum_macros v0.24.3 |
| 2848 | 2026-09-07T00:00:29.581Z | Compiling indoc v1.0.9 |
| 2849 | 2026-09-07T00:00:29.855Z | Checking diesel v2.3.7 |
| 2850 | 2026-09-07T00:00:30.219Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2851 | 2026-09-07T00:00:30.469Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2852 | 2026-09-07T00:00:30.694Z | Checking quick-xml v0.37.5 |
| 2853 | 2026-09-07T00:00:30.796Z | Checking derive_builder v0.20.2 |
| 2854 | 2026-09-07T00:00:30.837Z | Compiling oso-derive v0.27.3 |
| 2855 | 2026-09-07T00:00:30.872Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2856 | 2026-09-07T00:00:30.940Z | Compiling trait-variant v0.1.2 |
| 2857 | 2026-09-07T00:00:31.384Z | Checking openssl-probe v0.1.6 |
| 2858 | 2026-09-07T00:00:31.531Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2859 | 2026-09-07T00:00:31.616Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2860 | 2026-09-07T00:00:31.652Z | Compiling dashu-int v0.5.1 |
| 2861 | 2026-09-07T00:00:31.892Z | Compiling seq-macro v0.3.6 |
| 2862 | 2026-09-07T00:00:32.062Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2863 | 2026-09-07T00:00:32.431Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2864 | 2026-09-07T00:00:32.468Z | Checking ssh-encoding v0.2.0 |
| 2865 | 2026-09-07T00:00:32.471Z | Compiling rlimit v0.10.2 |
| 2866 | 2026-09-07T00:00:32.539Z | Checking dashu-base v0.5.1 |
| 2867 | 2026-09-07T00:00:32.699Z | Checking num-modular v0.6.5 |
| 2868 | 2026-09-07T00:00:32.821Z | Checking ssh-cipher v0.2.0 |
| 2869 | 2026-09-07T00:00:32.859Z | Checking tungstenite v0.28.0 |
| 2870 | 2026-09-07T00:00:32.985Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2871 | 2026-09-07T00:00:33.027Z | Checking p256 v0.13.2 |
| 2872 | 2026-09-07T00:00:33.232Z | Checking bb8 v0.8.6 |
| 2873 | 2026-09-07T00:00:33.312Z | Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 2874 | 2026-09-07T00:00:33.349Z | Checking num-primitive v0.2.1 |
| 2875 | 2026-09-07T00:00:33.793Z | Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9) |
| 2876 | 2026-09-07T00:00:33.930Z | Checking dsi-bitstream v0.10.1 |
| 2877 | 2026-09-07T00:00:33.999Z | Compiling mime_guess v2.0.5 |
| 2878 | 2026-09-07T00:00:34.202Z | Checking tokio-tungstenite v0.28.0 |
| 2879 | 2026-09-07T00:00:34.502Z | Checking ssh-key v0.6.7 |
| 2880 | 2026-09-07T00:00:34.636Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2881 | 2026-09-07T00:00:34.881Z | Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 2882 | 2026-09-07T00:00:35.209Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2883 | 2026-09-07T00:00:35.281Z | Checking http-range v0.1.5 |
| 2884 | 2026-09-07T00:00:35.448Z | Checking bytesize v2.7.0 |
| 2885 | 2026-09-07T00:00:35.486Z | Checking http-range-header v0.4.2 |
| 2886 | 2026-09-07T00:00:35.797Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2887 | 2026-09-07T00:00:35.834Z | Checking nonempty v0.12.0 |
| 2888 | 2026-09-07T00:00:36.032Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2889 | 2026-09-07T00:00:36.530Z | Checking pwd v1.4.0 |
| 2890 | 2026-09-07T00:00:36.699Z | Checking sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9) |
| 2891 | 2026-09-07T00:00:36.737Z | Checking lru v0.18.3 |
| 2892 | 2026-09-07T00:00:36.855Z | Checking hyper-staticfile v0.10.1 |
| 2893 | 2026-09-07T00:00:36.946Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2894 | 2026-09-07T00:00:37.159Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2895 | 2026-09-07T00:00:37.298Z | Checking signal-hook-tokio v0.3.1 |
| 2896 | 2026-09-07T00:00:37.337Z | Checking tungstenite v0.23.0 |
| 2897 | 2026-09-07T00:00:37.468Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2898 | 2026-09-07T00:00:37.762Z | Checking scuffle v0.1.0 |
| 2899 | 2026-09-07T00:00:37.805Z | Checking tokio-tungstenite v0.23.1 |
| 2900 | 2026-09-07T00:00:37.896Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2901 | 2026-09-07T00:00:37.955Z | Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 2902 | 2026-09-07T00:00:38.107Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2903 | 2026-09-07T00:00:38.256Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2904 | 2026-09-07T00:00:38.354Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2905 | 2026-09-07T00:00:38.472Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2906 | 2026-09-07T00:00:38.637Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2907 | 2026-09-07T00:00:38.782Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2908 | 2026-09-07T00:00:39.104Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2909 | 2026-09-07T00:00:39.231Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2910 | 2026-09-07T00:00:39.323Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2911 | 2026-09-07T00:00:39.730Z | Checking void v1.0.2 |
| 2912 | 2026-09-07T00:00:39.876Z | Checking lzss v0.8.2 |
| 2913 | 2026-09-07T00:00:39.967Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2914 | 2026-09-07T00:00:40.102Z | Checking nix v0.27.1 |
| 2915 | 2026-09-07T00:00:40.170Z | Checking serde_bytes v0.11.19 |
| 2916 | 2026-09-07T00:00:40.390Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2917 | 2026-09-07T00:00:40.658Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2918 | 2026-09-07T00:00:41.193Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2919 | 2026-09-07T00:00:41.230Z | Checking yansi v1.0.1 |
| 2920 | 2026-09-07T00:00:41.271Z | Checking sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9) |
| 2921 | 2026-09-07T00:00:41.409Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2922 | 2026-09-07T00:00:41.539Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2923 | 2026-09-07T00:00:41.559Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2924 | 2026-09-07T00:00:42.120Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2925 | 2026-09-07T00:00:43.271Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2926 | 2026-09-07T00:00:43.313Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2927 | 2026-09-07T00:00:43.483Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2928 | 2026-09-07T00:00:43.799Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2929 | 2026-09-07T00:00:43.908Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2930 | 2026-09-07T00:00:44.244Z | Checking diesel-dtrace v0.5.0 |
| 2931 | 2026-09-07T00:00:44.538Z | Checking async-bb8-diesel v0.2.1 |
| 2932 | 2026-09-07T00:00:44.716Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2933 | 2026-09-07T00:00:44.756Z | Checking cpubits v0.1.1 |
| 2934 | 2026-09-07T00:00:44.924Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2935 | 2026-09-07T00:00:45.050Z | Checking pretty_assertions v1.4.1 |
| 2936 | 2026-09-07T00:00:45.221Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2937 | 2026-09-07T00:00:45.268Z | Checking pem-rfc7468 v1.0.0 |
| 2938 | 2026-09-07T00:00:45.474Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2939 | 2026-09-07T00:00:45.571Z | Checking colored v2.2.0 |
| 2940 | 2026-09-07T00:00:45.744Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2941 | 2026-09-07T00:00:45.815Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 2942 | 2026-09-07T00:00:45.996Z | Checking hmac v0.13.0 |
| 2943 | 2026-09-07T00:00:46.209Z | Checking universal-hash v0.6.1 |
| 2944 | 2026-09-07T00:00:46.387Z | Compiling libz-sys v1.1.24 |
| 2945 | 2026-09-07T00:00:46.632Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 2946 | 2026-09-07T00:00:46.829Z | Compiling instability v0.3.11 |
| 2947 | 2026-09-07T00:00:46.956Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2948 | 2026-09-07T00:00:46.992Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 2949 | 2026-09-07T00:00:47.080Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2950 | 2026-09-07T00:00:47.168Z | Checking castaway v0.2.4 |
| 2951 | 2026-09-07T00:00:47.324Z | Compiling indoc v2.0.7 |
| 2952 | 2026-09-07T00:00:47.414Z | Checking compact_str v0.8.1 |
| 2953 | 2026-09-07T00:00:47.832Z | Checking polyval v0.7.1 |
| 2954 | 2026-09-07T00:00:48.051Z | Checking der v0.8.0 |
| 2955 | 2026-09-07T00:00:48.476Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2956 | 2026-09-07T00:00:48.642Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2957 | 2026-09-07T00:00:48.729Z | Checking unicode-truncate v1.1.0 |
| 2958 | 2026-09-07T00:00:48.781Z | Checking lru v0.12.5 |
| 2959 | 2026-09-07T00:00:48.890Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2960 | 2026-09-07T00:00:48.929Z | Checking arc-swap v1.8.2 |
| 2961 | 2026-09-07T00:00:48.929Z | Checking cassowary v0.3.0 |
| 2962 | 2026-09-07T00:00:49.104Z | Checking ghash v0.6.0 |
| 2963 | 2026-09-07T00:00:49.197Z | Checking slog-scope v4.4.1 |
| 2964 | 2026-09-07T00:00:49.235Z | Checking ratatui v0.29.0 |
| 2965 | 2026-09-07T00:00:49.395Z | Checking pbkdf2 v0.13.0 |
| 2966 | 2026-09-07T00:00:49.431Z | Checking aes v0.9.1 |
| 2967 | 2026-09-07T00:00:49.556Z | Checking crypto-bigint v0.7.5 |
| 2968 | 2026-09-07T00:00:49.867Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2969 | 2026-09-07T00:00:49.906Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2970 | 2026-09-07T00:00:50.639Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2971 | 2026-09-07T00:00:50.899Z | Checking ctr v0.10.1 |
| 2972 | 2026-09-07T00:00:51.112Z | Checking aead v0.6.1 |
| 2973 | 2026-09-07T00:00:51.152Z | Checking cargo-platform v0.3.2 |
| 2974 | 2026-09-07T00:00:51.289Z | Compiling petname v2.0.2 |
| 2975 | 2026-09-07T00:00:51.430Z | Checking cargo_metadata v0.23.1 |
| 2976 | 2026-09-07T00:00:51.812Z | Checking aes-gcm v0.11.0 |
| 2977 | 2026-09-07T00:00:52.028Z | Checking slog-stdlog v4.1.1 |
| 2978 | 2026-09-07T00:00:52.066Z | Checking spki v0.8.0 |
| 2979 | 2026-09-07T00:00:52.155Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2980 | 2026-09-07T00:00:52.193Z | Compiling progenitor-impl v0.13.0 |
| 2981 | 2026-09-07T00:00:52.279Z | Checking salsa20 v0.11.0 |
| 2982 | 2026-09-07T00:00:52.462Z | Checking console v0.16.2 |
| 2983 | 2026-09-07T00:00:52.830Z | Compiling vergen-git2 v9.1.0 |
| 2984 | 2026-09-07T00:00:53.073Z | Checking plotters-backend v0.3.7 |
| 2985 | 2026-09-07T00:00:53.316Z | Checking unit-prefix v0.5.2 |
| 2986 | 2026-09-07T00:00:53.484Z | Checking indicatif v0.18.4 |
| 2987 | 2026-09-07T00:00:53.523Z | Checking plotters-svg v0.3.7 |
| 2988 | 2026-09-07T00:00:53.754Z | Checking scrypt v0.12.0 |
| 2989 | 2026-09-07T00:00:53.905Z | Checking slog-envlogger v2.2.0 |
| 2990 | 2026-09-07T00:00:54.103Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2991 | 2026-09-07T00:00:54.297Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2992 | 2026-09-07T00:00:54.545Z | Checking progenitor-client v0.13.0 |
| 2993 | 2026-09-07T00:00:54.833Z | Checking cbc v0.2.1 |
| 2994 | 2026-09-07T00:00:54.876Z | Compiling progenitor-macro v0.13.0 |
| 2995 | 2026-09-07T00:00:55.014Z | Checking libsw-core v0.3.2 |
| 2996 | 2026-09-07T00:00:55.204Z | Checking sapling-renderdag v0.1.0 |
| 2997 | 2026-09-07T00:00:55.327Z | Checking sync-ptr v0.1.4 |
| 2998 | 2026-09-07T00:00:55.479Z | Checking cast v0.3.0 |
| 2999 | 2026-09-07T00:00:55.482Z | Checking libsw v3.5.0 |
| 3000 | 2026-09-07T00:00:55.671Z | Checking criterion-plot v0.6.0 |
| 3001 | 2026-09-07T00:00:55.709Z | Checking pkcs5 v0.8.1 |
| 3002 | 2026-09-07T00:00:56.004Z | Checking plotters v0.3.7 |
| 3003 | 2026-09-07T00:00:56.041Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3004 | 2026-09-07T00:00:56.784Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3005 | 2026-09-07T00:00:57.037Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3006 | 2026-09-07T00:00:57.076Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3007 | 2026-09-07T00:00:57.292Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3008 | 2026-09-07T00:00:57.330Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3009 | 2026-09-07T00:00:57.542Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3010 | 2026-09-07T00:00:57.581Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3011 | 2026-09-07T00:00:57.795Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3012 | 2026-09-07T00:00:57.833Z | Checking tinytemplate v1.2.1 |
| 3013 | 2026-09-07T00:00:58.088Z | Checking anes v0.1.6 |
| 3014 | 2026-09-07T00:00:58.304Z | Checking oorandom v11.1.5 |
| 3015 | 2026-09-07T00:00:58.434Z | Checking shell-words v1.1.1 |
| 3016 | 2026-09-07T00:00:58.474Z | Checking criterion v0.7.0 |
| 3017 | 2026-09-07T00:00:58.959Z | Checking pkcs8 v0.11.0 |
| 3018 | 2026-09-07T00:00:59.194Z | Checking oxide-update-engine-display v0.1.2 |
| 3019 | 2026-09-07T00:00:59.543Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3020 | 2026-09-07T00:00:59.723Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3021 | 2026-09-07T00:00:59.965Z | Checking progenitor v0.13.0 |
| 3022 | 2026-09-07T00:01:00.153Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3023 | 2026-09-07T00:01:00.307Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3024 | 2026-09-07T00:01:00.515Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3025 | 2026-09-07T00:01:01.117Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3026 | 2026-09-07T00:01:01.911Z | Checking tokio-test v0.4.5 |
| 3027 | 2026-09-07T00:01:02.166Z | Checking ff v0.14.0 |
| 3028 | 2026-09-07T00:01:02.345Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3029 | 2026-09-07T00:01:02.604Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3030 | 2026-09-07T00:01:03.021Z | Checking twox-hash v2.1.2 |
| 3031 | 2026-09-07T00:01:03.358Z | Checking atty v0.2.14 |
| 3032 | 2026-09-07T00:01:03.546Z | Checking group v0.14.0 |
| 3033 | 2026-09-07T00:01:03.741Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3034 | 2026-09-07T00:01:04.040Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3035 | 2026-09-07T00:01:04.366Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3036 | 2026-09-07T00:01:04.768Z | Checking fatfs v0.3.6 |
| 3037 | 2026-09-07T00:01:05.260Z | Checking signature v3.0.0 |
| 3038 | 2026-09-07T00:01:05.360Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3039 | 2026-09-07T00:01:05.461Z | Checking base16ct v1.0.0 |
| 3040 | 2026-09-07T00:01:05.620Z | Checking sec1 v0.8.1 |
| 3041 | 2026-09-07T00:01:05.756Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3042 | 2026-09-07T00:01:05.863Z | Checking hkdf v0.13.0 |
| 3043 | 2026-09-07T00:01:06.041Z | Checking concurrent-queue v2.5.0 |
| 3044 | 2026-09-07T00:01:06.265Z | Checking parking v2.2.1 |
| 3045 | 2026-09-07T00:01:06.425Z | Checking event-listener v5.4.1 |
| 3046 | 2026-09-07T00:01:06.687Z | Checking elliptic-curve v0.14.1 |
| 3047 | 2026-09-07T00:01:06.723Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3048 | 2026-09-07T00:01:06.775Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3049 | 2026-09-07T00:01:06.958Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3050 | 2026-09-07T00:01:07.153Z | Checking rtoolbox v0.0.3 |
| 3051 | 2026-09-07T00:01:07.332Z | Checking rpassword v7.5.4 |
| 3052 | 2026-09-07T00:01:07.525Z | Checking event-listener-strategy v0.5.4 |
| 3053 | 2026-09-07T00:01:07.702Z | Checking wnaf v0.14.0 |
| 3054 | 2026-09-07T00:01:07.909Z | Checking primefield v0.14.0 |
| 3055 | 2026-09-07T00:01:08.153Z | Checking rfc6979 v0.6.0 |
| 3056 | 2026-09-07T00:01:08.283Z | Checking tui-tree-widget v0.23.1 |
| 3057 | 2026-09-07T00:01:08.333Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3058 | 2026-09-07T00:01:08.510Z | Checking futures-timer v3.0.3 |
| 3059 | 2026-09-07T00:01:08.729Z | Checking ecdsa v0.17.0 |
| 3060 | 2026-09-07T00:01:09.090Z | Compiling samael v0.0.19 |
| 3061 | 2026-09-07T00:01:09.165Z | Checking primeorder v0.14.0 |
| 3062 | 2026-09-07T00:01:09.323Z | Checking async-lock v3.4.2 |
| 3063 | 2026-09-07T00:01:09.415Z | Compiling curve25519-dalek v5.0.0 |
| 3064 | 2026-09-07T00:01:09.563Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3065 | 2026-09-07T00:01:09.746Z | Checking async-object-pool v0.2.0 |
| 3066 | 2026-09-07T00:01:09.902Z | Checking ssh-encoding v0.3.0 |
| 3067 | 2026-09-07T00:01:09.949Z | Checking serde_regex v1.1.0 |
| 3068 | 2026-09-07T00:01:10.138Z | Checking assert-json-diff v2.0.2 |
| 3069 | 2026-09-07T00:01:10.176Z | Checking path-tree v0.8.3 |
| 3070 | 2026-09-07T00:01:10.340Z | Checking keccak v0.2.0 |
| 3071 | 2026-09-07T00:01:10.400Z | Checking topological-sort v0.2.2 |
| 3072 | 2026-09-07T00:01:10.537Z | Checking stringmetrics v2.2.2 |
| 3073 | 2026-09-07T00:01:10.574Z | Compiling strsim v0.10.0 |
| 3074 | 2026-09-07T00:01:10.730Z | Checking httpmock v0.8.3 |
| 3075 | 2026-09-07T00:01:10.927Z | Compiling darling_core v0.13.4 |
| 3076 | 2026-09-07T00:01:12.055Z | Checking omicron-zone-package v0.12.3 |
| 3077 | 2026-09-07T00:01:12.967Z | Checking ed25519 v3.0.0 |
| 3078 | 2026-09-07T00:01:13.004Z | Checking pkcs1 v0.8.0-rc.4 |
| 3079 | 2026-09-07T00:01:13.208Z | Checking crypto-primes v0.7.2 |
| 3080 | 2026-09-07T00:01:13.251Z | Checking poly1305 v0.9.0 |
| 3081 | 2026-09-07T00:01:13.558Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3082 | 2026-09-07T00:01:13.726Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3083 | 2026-09-07T00:01:13.991Z | Checking blowfish v0.10.0 |
| 3084 | 2026-09-07T00:01:14.189Z | Checking blake2 v0.11.0-rc.6 |
| 3085 | 2026-09-07T00:01:14.229Z | Compiling target-lexicon v0.13.3 |
| 3086 | 2026-09-07T00:01:14.311Z | Checking rsa v0.10.0-rc.18 |
| 3087 | 2026-09-07T00:01:14.405Z | Checking bcrypt-pbkdf v0.11.0 |
| 3088 | 2026-09-07T00:01:14.491Z | Checking argon2 v0.6.0-rc.8 |
| 3089 | 2026-09-07T00:01:14.601Z | Checking ed25519-dalek v3.0.0 |
| 3090 | 2026-09-07T00:01:14.825Z | Checking ssh-cipher v0.3.0 |
| 3091 | 2026-09-07T00:01:14.862Z | Compiling darling_macro v0.13.4 |
| 3092 | 2026-09-07T00:01:14.865Z | Checking sha3 v0.11.0 |
| 3093 | 2026-09-07T00:01:14.865Z | Checking p256 v0.14.0 |
| 3094 | 2026-09-07T00:01:15.073Z | Checking p521 v0.14.0 |
| 3095 | 2026-09-07T00:01:15.241Z | Checking p384 v0.14.0 |
| 3096 | 2026-09-07T00:01:15.464Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3097 | 2026-09-07T00:01:15.666Z | Checking kem v0.3.0 |
| 3098 | 2026-09-07T00:01:15.730Z | Checking module-lattice v0.2.3 |
| 3099 | 2026-09-07T00:01:15.823Z | Checking sponge-cursor v0.1.0 |
| 3100 | 2026-09-07T00:01:15.975Z | Compiling guppy-workspace-hack v0.1.0 |
| 3101 | 2026-09-07T00:01:16.012Z | Checking hex-literal v0.4.1 |
| 3102 | 2026-09-07T00:01:16.147Z | Checking sha3 v0.12.0 |
| 3103 | 2026-09-07T00:01:16.263Z | Checking ml-kem v0.3.2 |
| 3104 | 2026-09-07T00:01:16.390Z | Compiling darling v0.13.4 |
| 3105 | 2026-09-07T00:01:16.774Z | Compiling git2 v0.20.4 |
| 3106 | 2026-09-07T00:01:16.810Z | Checking russh-cryptovec v0.62.0 |
| 3107 | 2026-09-07T00:01:17.032Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3108 | 2026-09-07T00:01:17.091Z | Checking internal-russh-num-bigint v0.5.0 |
| 3109 | 2026-09-07T00:01:17.220Z | Checking hashbrown v0.14.5 |
| 3110 | 2026-09-07T00:01:17.287Z | Checking num-bigint v0.4.6 |
| 3111 | 2026-09-07T00:01:17.751Z | Checking russh-util v0.52.0 |
| 3112 | 2026-09-07T00:01:17.917Z | Checking generic-array v1.4.3 |
| 3113 | 2026-09-07T00:01:18.109Z | Checking ssh-key v0.7.0-rc.11 |
| 3114 | 2026-09-07T00:01:18.234Z | Compiling enum_dispatch v0.3.13 |
| 3115 | 2026-09-07T00:01:18.266Z | Compiling delegate v0.13.5 |
| 3116 | 2026-09-07T00:01:18.362Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3117 | 2026-09-07T00:01:18.816Z | Compiling target-spec v3.5.7 |
| 3118 | 2026-09-07T00:01:19.145Z | Checking hex-literal v1.1.0 |
| 3119 | 2026-09-07T00:01:19.182Z | Checking md5 v0.8.0 |
| 3120 | 2026-09-07T00:01:19.284Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3121 | 2026-09-07T00:01:19.392Z | Checking russh v0.62.4 |
| 3122 | 2026-09-07T00:01:19.556Z | Checking chumsky v0.9.3 |
| 3123 | 2026-09-07T00:01:19.667Z | Checking cfg-expr v0.20.6 |
| 3124 | 2026-09-07T00:01:19.965Z | Compiling serde_with_macros v1.5.2 |
| 3125 | 2026-09-07T00:01:20.154Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3126 | 2026-09-07T00:01:20.202Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3127 | 2026-09-07T00:01:20.570Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3128 | 2026-09-07T00:01:20.789Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3129 | 2026-09-07T00:01:20.871Z | Checking internet-checksum v0.2.1 |
| 3130 | 2026-09-07T00:01:21.034Z | Compiling serde_with v1.14.0 |
| 3131 | 2026-09-07T00:01:21.555Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3132 | 2026-09-07T00:01:22.269Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3133 | 2026-09-07T00:01:22.477Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3134 | 2026-09-07T00:01:22.621Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3135 | 2026-09-07T00:01:22.822Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3136 | 2026-09-07T00:01:22.905Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3137 | 2026-09-07T00:01:22.997Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3138 | 2026-09-07T00:01:23.039Z | Checking httptest v0.16.4 |
| 3139 | 2026-09-07T00:01:23.207Z | Checking pathdiff v0.2.3 |
| 3140 | 2026-09-07T00:01:23.344Z | Checking nested v0.1.1 |
| 3141 | 2026-09-07T00:01:23.466Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3142 | 2026-09-07T00:01:23.518Z | Checking guppy v0.17.25 |
| 3143 | 2026-09-07T00:01:23.626Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3144 | 2026-09-07T00:01:23.811Z | Checking similar-asserts v1.7.0 |
| 3145 | 2026-09-07T00:01:23.901Z | Compiling target-triple v1.0.0 |
| 3146 | 2026-09-07T00:01:24.000Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3147 | 2026-09-07T00:01:24.551Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3148 | 2026-09-07T00:01:25.161Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3149 | 2026-09-07T00:01:25.199Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3150 | 2026-09-07T00:01:25.428Z | Checking hickory-client v0.25.2 |
| 3151 | 2026-09-07T00:01:25.750Z | Checking supports-color v2.1.0 |
| 3152 | 2026-09-07T00:01:25.789Z | Checking textwrap v0.15.2 |
| 3153 | 2026-09-07T00:01:25.827Z | Checking supports-hyperlinks v2.1.0 |
| 3154 | 2026-09-07T00:01:25.924Z | Checking supports-unicode v2.1.0 |
| 3155 | 2026-09-07T00:01:26.006Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3156 | 2026-09-07T00:01:26.043Z | Checking terminal_size v0.1.17 |
| 3157 | 2026-09-07T00:01:26.078Z | Compiling miette-derive v5.10.0 |
| 3158 | 2026-09-07T00:01:26.187Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 3159 | 2026-09-07T00:01:26.190Z | Compiling fs-err v2.11.0 |
| 3160 | 2026-09-07T00:01:26.479Z | Compiling assert_cmd v2.1.2 |
| 3161 | 2026-09-07T00:01:26.544Z | Compiling polar-core v0.27.3 |
| 3162 | 2026-09-07T00:01:26.646Z | Checking escape8259 v0.5.3 |
| 3163 | 2026-09-07T00:01:26.777Z | Checking owo-colors v3.5.0 |
| 3164 | 2026-09-07T00:01:26.813Z | Checking libtest-mimic v0.8.1 |
| 3165 | 2026-09-07T00:01:27.180Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 3166 | 2026-09-07T00:01:27.362Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3167 | 2026-09-07T00:01:27.424Z | Checking miette v5.10.0 |
| 3168 | 2026-09-07T00:01:27.885Z | Checking knus v3.4.0 |
| 3169 | 2026-09-07T00:01:27.942Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3170 | 2026-09-07T00:01:28.080Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3171 | 2026-09-07T00:01:28.582Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3172 | 2026-09-07T00:01:28.822Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3173 | 2026-09-07T00:01:29.012Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3174 | 2026-09-07T00:01:29.053Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3175 | 2026-09-07T00:01:29.091Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3176 | 2026-09-07T00:01:29.094Z | Compiling knuffel-derive v3.2.0 |
| 3177 | 2026-09-07T00:01:29.303Z | Checking blake2b_simd v1.0.4 |
| 3178 | 2026-09-07T00:01:29.374Z | Checking fancy-regex v0.14.0 |
| 3179 | 2026-09-07T00:01:29.426Z | Checking serde_tokenstream v0.2.3 |
| 3180 | 2026-09-07T00:01:29.723Z | Checking approx v0.5.1 |
| 3181 | 2026-09-07T00:01:29.767Z | Checking uzers v0.12.2 |
| 3182 | 2026-09-07T00:01:29.876Z | Compiling rstest_macros v0.25.0 |
| 3183 | 2026-09-07T00:01:29.912Z | Checking constant_time_eq v0.3.1 |
| 3184 | 2026-09-07T00:01:30.010Z | Checking termcolor v1.4.1 |
| 3185 | 2026-09-07T00:01:30.048Z | Compiling linkme-impl v0.3.35 |
| 3186 | 2026-09-07T00:01:30.253Z | Checking trybuild v1.0.116 |
| 3187 | 2026-09-07T00:01:30.324Z | Checking rust-argon2 v2.1.0 |
| 3188 | 2026-09-07T00:01:30.590Z | Checking datatest-stable v0.3.3 |
| 3189 | 2026-09-07T00:01:30.644Z | Checking knuffel v3.2.0 |
| 3190 | 2026-09-07T00:01:30.908Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3191 | 2026-09-07T00:01:30.957Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3192 | 2026-09-07T00:01:31.296Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3193 | 2026-09-07T00:01:31.332Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3194 | 2026-09-07T00:01:31.406Z | Checking support-bundle-viewer v0.1.2 |
| 3195 | 2026-09-07T00:01:31.490Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3196 | 2026-09-07T00:01:31.580Z | Checking oso v0.27.3 |
| 3197 | 2026-09-07T00:01:31.678Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3198 | 2026-09-07T00:01:31.737Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3199 | 2026-09-07T00:01:31.928Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3200 | 2026-09-07T00:01:31.990Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3201 | 2026-09-07T00:01:32.144Z | Checking drift v0.2.0 |
| 3202 | 2026-09-07T00:01:32.218Z | Checking rand_distr v0.5.1 |
| 3203 | 2026-09-07T00:01:32.387Z | Checking multimap v0.10.1 |
| 3204 | 2026-09-07T00:01:32.527Z | Checking parse-size v1.1.0 |
| 3205 | 2026-09-07T00:01:32.564Z | Compiling relative-path v1.9.3 |
| 3206 | 2026-09-07T00:01:32.601Z | Compiling linkme v0.3.35 |
| 3207 | 2026-09-07T00:01:32.672Z | Checking dropshot-api-manager v0.8.0 |
| 3208 | 2026-09-07T00:01:32.709Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3209 | 2026-09-07T00:01:33.196Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3210 | 2026-09-07T00:01:34.023Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3211 | 2026-09-07T00:01:34.478Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3212 | 2026-09-07T00:01:34.753Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3213 | 2026-09-07T00:01:34.792Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3214 | 2026-09-07T00:01:34.983Z | Checking sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy) |
| 3215 | 2026-09-07T00:01:35.073Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3216 | 2026-09-07T00:01:35.176Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3217 | 2026-09-07T00:01:35.390Z | Checking cargo_toml v0.21.0 |
| 3218 | 2026-09-07T00:01:35.553Z | Checking partial-io v0.5.4 |
| 3219 | 2026-09-07T00:01:35.693Z | Checking termios v0.3.3 |
| 3220 | 2026-09-07T00:01:35.799Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 3221 | 2026-09-07T00:01:35.874Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3222 | 2026-09-07T00:01:36.274Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3223 | 2026-09-07T00:01:36.632Z | Checking rstest v0.25.0 |
| 3224 | 2026-09-07T00:01:41.122Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3225 | 2026-09-07T00:01:42.478Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3226 | 2026-09-07T00:01:42.867Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3227 | 2026-09-07T00:01:47.874Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3228 | 2026-09-07T00:01:47.911Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3229 | 2026-09-07T00:01:50.549Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3230 | 2026-09-07T00:01:57.399Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3231 | 2026-09-07T00:01:58.285Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3232 | 2026-09-07T00:01:59.274Z | Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3233 | 2026-09-07T00:02:02.291Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3234 | 2026-09-07T00:02:04.503Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3235 | 2026-09-07T00:02:06.241Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3236 | 2026-09-07T00:02:08.021Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3237 | 2026-09-07T00:02:10.543Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3238 | 2026-09-07T00:02:15.454Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3239 | 2026-09-07T00:02:35.676Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3240 | 2026-09-07T00:03:28.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s |
| 3241 | 2026-09-07T00:03:28.558Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3242 | 2026-09-07T00:03:28.559Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3243 | 2026-09-07T00:03:29.257Z | |
| 3244 | 2026-09-07T00:03:29.257Z | real 4:11.954474735 |
| 3245 | 2026-09-07T00:03:29.257Z | user 21:21.496775824 |
| 3246 | 2026-09-07T00:03:29.257Z | sys 5:22.781283339 |
| 3247 | 2026-09-07T00:03:29.257Z | trap 0.525035871 |
| 3248 | 2026-09-07T00:03:29.257Z | tflt 0.394134402 |
| 3249 | 2026-09-07T00:03:29.257Z | dflt 0.457351959 |
| 3250 | 2026-09-07T00:03:29.258Z | kflt 0.004726730 |
| 3251 | 2026-09-07T00:03:29.258Z | lock 1:04:43.551641247 |
| 3252 | 2026-09-07T00:03:29.258Z | slp 58:06.862304115 |
| 3253 | 2026-09-07T00:03:29.258Z | lat 1:48.876910679 |
| 3254 | 2026-09-07T00:03:29.258Z | stop 14:40.685855659 |
| 3255 | 2026-09-07T00:03:29.262Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3256 | 2026-09-07T00:03:29.262Z | + ptime -m cargo doc --workspace --no-deps |
| 3257 | 2026-09-07T00:03:30.167Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3258 | 2026-09-07T00:03:30.167Z | | |
| 3259 | 2026-09-07T00:03:30.167Z | = 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)` |
| 3260 | 2026-09-07T00:03:30.167Z | = 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> |
| 3261 | 2026-09-07T00:03:31.305Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3262 | 2026-09-07T00:03:31.560Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3263 | 2026-09-07T00:03:31.600Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3264 | 2026-09-07T00:03:31.633Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3265 | 2026-09-07T00:03:31.748Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3266 | 2026-09-07T00:03:31.832Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3267 | 2026-09-07T00:03:31.887Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3268 | 2026-09-07T00:03:31.916Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3269 | 2026-09-07T00:03:31.940Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3270 | 2026-09-07T00:03:31.967Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3271 | 2026-09-07T00:03:31.970Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3272 | 2026-09-07T00:03:32.112Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3273 | 2026-09-07T00:03:32.184Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3274 | 2026-09-07T00:03:32.189Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3275 | 2026-09-07T00:03:32.238Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3276 | 2026-09-07T00:03:32.264Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3277 | 2026-09-07T00:03:32.288Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3278 | 2026-09-07T00:03:32.361Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3279 | 2026-09-07T00:03:32.384Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3280 | 2026-09-07T00:03:32.435Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3281 | 2026-09-07T00:03:32.462Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3282 | 2026-09-07T00:03:32.719Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3283 | 2026-09-07T00:03:32.825Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3284 | 2026-09-07T00:03:32.866Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3285 | 2026-09-07T00:03:32.975Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3286 | 2026-09-07T00:03:33.021Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3287 | 2026-09-07T00:03:33.046Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3288 | 2026-09-07T00:03:33.151Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3289 | 2026-09-07T00:03:33.321Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3290 | 2026-09-07T00:03:33.395Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3291 | 2026-09-07T00:03:33.433Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3292 | 2026-09-07T00:03:33.566Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3293 | 2026-09-07T00:03:33.590Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3294 | 2026-09-07T00:03:33.638Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3295 | 2026-09-07T00:03:33.698Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3296 | 2026-09-07T00:03:33.816Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3297 | 2026-09-07T00:03:33.843Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3298 | 2026-09-07T00:03:33.872Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3299 | 2026-09-07T00:03:34.039Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3300 | 2026-09-07T00:03:34.127Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3301 | 2026-09-07T00:03:34.154Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3302 | 2026-09-07T00:03:34.157Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3303 | 2026-09-07T00:03:34.382Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3304 | 2026-09-07T00:03:34.443Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3305 | 2026-09-07T00:03:34.642Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3306 | 2026-09-07T00:03:34.778Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3307 | 2026-09-07T00:03:34.848Z | Checking sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9) |
| 3308 | 2026-09-07T00:03:34.918Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3309 | 2026-09-07T00:03:35.073Z | Checking scuffle v0.1.0 |
| 3310 | 2026-09-07T00:03:35.205Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3311 | 2026-09-07T00:03:35.234Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3312 | 2026-09-07T00:03:35.234Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3313 | 2026-09-07T00:03:35.553Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3314 | 2026-09-07T00:03:35.672Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3315 | 2026-09-07T00:03:36.171Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3316 | 2026-09-07T00:03:36.233Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3317 | 2026-09-07T00:03:36.605Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3318 | 2026-09-07T00:03:36.661Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3319 | 2026-09-07T00:03:36.908Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3320 | 2026-09-07T00:03:36.934Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3321 | 2026-09-07T00:03:37.155Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3322 | 2026-09-07T00:03:37.221Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3323 | 2026-09-07T00:03:37.247Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3324 | 2026-09-07T00:03:37.275Z | Checking sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9) |
| 3325 | 2026-09-07T00:03:37.403Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3326 | 2026-09-07T00:03:37.835Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3327 | 2026-09-07T00:03:37.862Z | Checking sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9) |
| 3328 | 2026-09-07T00:03:38.128Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3329 | 2026-09-07T00:03:38.393Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3330 | 2026-09-07T00:03:38.611Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3331 | 2026-09-07T00:03:38.799Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3332 | 2026-09-07T00:03:38.843Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3333 | 2026-09-07T00:03:38.909Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3334 | 2026-09-07T00:03:39.056Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3335 | 2026-09-07T00:03:39.134Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3336 | 2026-09-07T00:03:39.258Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3337 | 2026-09-07T00:03:39.317Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3338 | 2026-09-07T00:03:39.342Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3339 | 2026-09-07T00:03:39.426Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3340 | 2026-09-07T00:03:39.527Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3341 | 2026-09-07T00:03:39.579Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3342 | 2026-09-07T00:03:39.605Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3343 | 2026-09-07T00:03:39.629Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3344 | 2026-09-07T00:03:39.827Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3345 | 2026-09-07T00:03:39.853Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3346 | 2026-09-07T00:03:39.879Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3347 | 2026-09-07T00:03:40.037Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3348 | 2026-09-07T00:03:40.086Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3349 | 2026-09-07T00:03:40.251Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3350 | 2026-09-07T00:03:40.300Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3351 | 2026-09-07T00:03:40.366Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3352 | 2026-09-07T00:03:40.395Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3353 | 2026-09-07T00:03:40.424Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3354 | 2026-09-07T00:03:40.571Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3355 | 2026-09-07T00:03:40.653Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3356 | 2026-09-07T00:03:40.678Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3357 | 2026-09-07T00:03:40.703Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3358 | 2026-09-07T00:03:40.733Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3359 | 2026-09-07T00:03:40.893Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3360 | 2026-09-07T00:03:40.893Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3361 | 2026-09-07T00:03:40.997Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3362 | 2026-09-07T00:03:41.023Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3363 | 2026-09-07T00:03:41.048Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3364 | 2026-09-07T00:03:41.090Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3365 | 2026-09-07T00:03:41.169Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3366 | 2026-09-07T00:03:41.270Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3367 | 2026-09-07T00:03:41.311Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3368 | 2026-09-07T00:03:41.393Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3369 | 2026-09-07T00:03:41.624Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3370 | 2026-09-07T00:03:41.648Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3371 | 2026-09-07T00:03:41.722Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3372 | 2026-09-07T00:03:42.184Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3373 | 2026-09-07T00:03:42.366Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3374 | 2026-09-07T00:03:42.399Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3375 | 2026-09-07T00:03:42.665Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3376 | 2026-09-07T00:03:43.001Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3377 | 2026-09-07T00:03:43.424Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3378 | 2026-09-07T00:03:44.289Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3379 | 2026-09-07T00:03:44.501Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3380 | 2026-09-07T00:03:45.274Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3381 | 2026-09-07T00:03:45.525Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3382 | 2026-09-07T00:03:46.132Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3383 | 2026-09-07T00:03:46.280Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3384 | 2026-09-07T00:03:46.588Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3385 | 2026-09-07T00:03:46.679Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3386 | 2026-09-07T00:03:46.811Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3387 | 2026-09-07T00:03:47.096Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3388 | 2026-09-07T00:03:47.136Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3389 | 2026-09-07T00:03:47.191Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3390 | 2026-09-07T00:03:47.929Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3391 | 2026-09-07T00:03:48.127Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3392 | 2026-09-07T00:03:48.242Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3393 | 2026-09-07T00:03:48.591Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3394 | 2026-09-07T00:03:48.919Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3395 | 2026-09-07T00:03:48.951Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3396 | 2026-09-07T00:03:49.042Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3397 | 2026-09-07T00:03:49.353Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3398 | 2026-09-07T00:03:49.485Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3399 | 2026-09-07T00:03:49.513Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3400 | 2026-09-07T00:03:50.296Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3401 | 2026-09-07T00:03:50.478Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3402 | 2026-09-07T00:03:51.076Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3403 | 2026-09-07T00:03:51.216Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3404 | 2026-09-07T00:03:52.131Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3405 | 2026-09-07T00:03:52.159Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3406 | 2026-09-07T00:03:52.591Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3407 | 2026-09-07T00:03:52.854Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3408 | 2026-09-07T00:03:52.976Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3409 | 2026-09-07T00:03:53.002Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3410 | 2026-09-07T00:03:53.050Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3411 | 2026-09-07T00:03:53.489Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3412 | 2026-09-07T00:03:54.134Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3413 | 2026-09-07T00:03:54.703Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3414 | 2026-09-07T00:03:54.973Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3415 | 2026-09-07T00:03:55.407Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3416 | 2026-09-07T00:03:55.635Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3417 | 2026-09-07T00:03:55.963Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3418 | 2026-09-07T00:03:56.110Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3419 | 2026-09-07T00:03:56.689Z | Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3420 | 2026-09-07T00:03:57.612Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3421 | 2026-09-07T00:04:00.425Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3422 | 2026-09-07T00:04:00.895Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3423 | 2026-09-07T00:04:01.210Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3424 | 2026-09-07T00:04:02.980Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3425 | 2026-09-07T00:04:03.505Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3426 | 2026-09-07T00:04:04.345Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3427 | 2026-09-07T00:04:04.474Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3428 | 2026-09-07T00:04:04.527Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3429 | 2026-09-07T00:04:04.749Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3430 | 2026-09-07T00:04:04.774Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3431 | 2026-09-07T00:04:06.468Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3432 | 2026-09-07T00:04:06.539Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3433 | 2026-09-07T00:04:07.893Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3434 | 2026-09-07T00:04:08.332Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3435 | 2026-09-07T00:04:08.576Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3436 | 2026-09-07T00:04:08.671Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3437 | 2026-09-07T00:04:08.714Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3438 | 2026-09-07T00:04:09.170Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3439 | 2026-09-07T00:04:09.469Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3440 | 2026-09-07T00:04:09.758Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3441 | 2026-09-07T00:04:09.785Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3442 | 2026-09-07T00:04:09.882Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3443 | 2026-09-07T00:04:09.908Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3444 | 2026-09-07T00:04:10.272Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3445 | 2026-09-07T00:04:10.303Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3446 | 2026-09-07T00:04:10.534Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3447 | 2026-09-07T00:04:10.707Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3448 | 2026-09-07T00:04:11.479Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3449 | 2026-09-07T00:04:11.532Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3450 | 2026-09-07T00:04:12.699Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3451 | 2026-09-07T00:04:12.894Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3452 | 2026-09-07T00:04:13.117Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3453 | 2026-09-07T00:04:13.457Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3454 | 2026-09-07T00:04:14.676Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3455 | 2026-09-07T00:04:16.101Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3456 | 2026-09-07T00:04:18.067Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3457 | 2026-09-07T00:04:18.691Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3458 | 2026-09-07T00:04:19.269Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3459 | 2026-09-07T00:04:20.543Z | Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3460 | 2026-09-07T00:04:22.705Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3461 | 2026-09-07T00:04:23.626Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3462 | 2026-09-07T00:04:24.139Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3463 | 2026-09-07T00:04:24.792Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3464 | 2026-09-07T00:04:25.682Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3465 | 2026-09-07T00:04:28.940Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3466 | 2026-09-07T00:04:29.036Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3467 | 2026-09-07T00:04:29.535Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3468 | 2026-09-07T00:04:30.089Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3469 | 2026-09-07T00:04:30.752Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3470 | 2026-09-07T00:04:34.304Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3471 | 2026-09-07T00:04:37.387Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3472 | 2026-09-07T00:04:38.124Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3473 | 2026-09-07T00:04:38.848Z | Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3474 | 2026-09-07T00:04:39.978Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3475 | 2026-09-07T00:04:40.752Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3476 | 2026-09-07T00:04:42.340Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3477 | 2026-09-07T00:04:42.506Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3478 | 2026-09-07T00:04:43.193Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3479 | 2026-09-07T00:04:43.636Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3480 | 2026-09-07T00:04:44.073Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3481 | 2026-09-07T00:04:45.806Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3482 | 2026-09-07T00:04:46.508Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3483 | 2026-09-07T00:04:49.705Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3484 | 2026-09-07T00:04:50.513Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3485 | 2026-09-07T00:04:51.781Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3486 | 2026-09-07T00:04:52.326Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3487 | 2026-09-07T00:04:54.227Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3488 | 2026-09-07T00:04:55.191Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3489 | 2026-09-07T00:04:57.186Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3490 | 2026-09-07T00:04:58.144Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3491 | 2026-09-07T00:04:59.521Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3492 | 2026-09-07T00:05:00.314Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3493 | 2026-09-07T00:05:01.484Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3494 | 2026-09-07T00:05:02.741Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3495 | 2026-09-07T00:05:05.099Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3496 | 2026-09-07T00:05:05.437Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3497 | 2026-09-07T00:05:08.958Z | Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3498 | 2026-09-07T00:05:09.237Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3499 | 2026-09-07T00:05:10.524Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3500 | 2026-09-07T00:05:12.063Z | Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3501 | 2026-09-07T00:05:13.790Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3502 | 2026-09-07T00:05:15.383Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3503 | 2026-09-07T00:05:17.079Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3504 | 2026-09-07T00:05:18.794Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3505 | 2026-09-07T00:05:23.602Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3506 | 2026-09-07T00:05:23.724Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3507 | 2026-09-07T00:05:25.659Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3508 | 2026-09-07T00:05:25.686Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3509 | 2026-09-07T00:05:27.389Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3510 | 2026-09-07T00:05:29.242Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3511 | 2026-09-07T00:05:31.176Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3512 | 2026-09-07T00:05:33.173Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3513 | 2026-09-07T00:05:34.972Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3514 | 2026-09-07T00:05:37.081Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3515 | 2026-09-07T00:05:38.648Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3516 | 2026-09-07T00:05:40.385Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3517 | 2026-09-07T00:05:42.238Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3518 | 2026-09-07T00:05:44.077Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3519 | 2026-09-07T00:05:45.903Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3520 | 2026-09-07T00:05:47.657Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3521 | 2026-09-07T00:05:49.424Z | Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3522 | 2026-09-07T00:05:50.995Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3523 | 2026-09-07T00:05:53.123Z | Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3524 | 2026-09-07T00:05:56.595Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3525 | 2026-09-07T00:05:58.573Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3526 | 2026-09-07T00:06:00.376Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3527 | 2026-09-07T00:06:02.395Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3528 | 2026-09-07T00:06:06.190Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3529 | 2026-09-07T00:06:08.097Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3530 | 2026-09-07T00:06:10.405Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3531 | 2026-09-07T00:06:12.413Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3532 | 2026-09-07T00:06:14.106Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3533 | 2026-09-07T00:06:17.541Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3534 | 2026-09-07T00:06:18.663Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3535 | 2026-09-07T00:06:21.251Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3536 | 2026-09-07T00:06:23.498Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3537 | 2026-09-07T00:06:25.375Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3538 | 2026-09-07T00:06:28.778Z | Documenting sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy) |
| 3539 | 2026-09-07T00:06:30.905Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3540 | 2026-09-07T00:06:33.272Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3541 | 2026-09-07T00:06:35.703Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3542 | 2026-09-07T00:06:38.468Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3543 | 2026-09-07T00:06:40.424Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3544 | 2026-09-07T00:06:43.631Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3545 | 2026-09-07T00:06:45.451Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3546 | 2026-09-07T00:06:48.316Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3547 | 2026-09-07T00:06:50.520Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3548 | 2026-09-07T00:06:53.109Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3549 | 2026-09-07T00:06:55.820Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3550 | 2026-09-07T00:06:58.355Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3551 | 2026-09-07T00:07:00.589Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3552 | 2026-09-07T00:07:03.377Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3553 | 2026-09-07T00:07:05.901Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3554 | 2026-09-07T00:07:08.378Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3555 | 2026-09-07T00:07:10.899Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3556 | 2026-09-07T00:07:13.539Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3557 | 2026-09-07T00:07:16.111Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3558 | 2026-09-07T00:07:18.490Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3559 | 2026-09-07T00:07:21.300Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3560 | 2026-09-07T00:07:23.802Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3561 | 2026-09-07T00:07:26.382Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3562 | 2026-09-07T00:07:29.041Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3563 | 2026-09-07T00:07:31.740Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3564 | 2026-09-07T00:07:34.277Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3565 | 2026-09-07T00:07:36.930Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3566 | 2026-09-07T00:07:39.546Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3567 | 2026-09-07T00:07:42.166Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3568 | 2026-09-07T00:07:44.714Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3569 | 2026-09-07T00:07:47.369Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3570 | 2026-09-07T00:07:49.968Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3571 | 2026-09-07T00:07:52.550Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3572 | 2026-09-07T00:07:55.956Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3573 | 2026-09-07T00:07:58.246Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3574 | 2026-09-07T00:08:00.940Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3575 | 2026-09-07T00:08:03.758Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3576 | 2026-09-07T00:08:06.676Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3577 | 2026-09-07T00:08:09.211Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3578 | 2026-09-07T00:08:12.221Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3579 | 2026-09-07T00:08:14.960Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3580 | 2026-09-07T00:08:17.754Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3581 | 2026-09-07T00:08:20.593Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3582 | 2026-09-07T00:08:23.201Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3583 | 2026-09-07T00:08:25.874Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3584 | 2026-09-07T00:08:28.659Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3585 | 2026-09-07T00:08:31.481Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3586 | 2026-09-07T00:08:34.282Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3587 | 2026-09-07T00:08:36.994Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3588 | 2026-09-07T00:08:44.823Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3589 | 2026-09-07T00:08:45.030Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3590 | 2026-09-07T00:08:48.651Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3591 | 2026-09-07T00:08:52.723Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3592 | 2026-09-07T00:08:55.961Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3593 | 2026-09-07T00:08:59.697Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3594 | 2026-09-07T00:09:03.227Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3595 | 2026-09-07T00:09:07.122Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3596 | 2026-09-07T00:09:10.597Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3597 | 2026-09-07T00:09:14.225Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3598 | 2026-09-07T00:09:19.173Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3599 | 2026-09-07T00:09:22.260Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3600 | 2026-09-07T00:09:26.305Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3601 | 2026-09-07T00:09:30.312Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3602 | 2026-09-07T00:09:34.171Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3603 | 2026-09-07T00:09:38.094Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3604 | 2026-09-07T00:09:42.047Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3605 | 2026-09-07T00:09:45.898Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3606 | 2026-09-07T00:09:49.942Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3607 | 2026-09-07T00:09:53.907Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3608 | 2026-09-07T00:09:57.976Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3609 | 2026-09-07T00:10:01.855Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3610 | 2026-09-07T00:10:06.097Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3611 | 2026-09-07T00:10:09.905Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3612 | 2026-09-07T00:10:13.946Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3613 | 2026-09-07T00:10:17.818Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3614 | 2026-09-07T00:10:21.914Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3615 | 2026-09-07T00:10:25.903Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3616 | 2026-09-07T00:10:29.796Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3617 | 2026-09-07T00:10:33.749Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3618 | 2026-09-07T00:10:37.671Z | Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3619 | 2026-09-07T00:10:41.633Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3620 | 2026-09-07T00:10:45.639Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3621 | 2026-09-07T00:11:17.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 47s |
| 3622 | 2026-09-07T00:11:17.173Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3623 | 2026-09-07T00:11:17.173Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3624 | 2026-09-07T00:11:17.345Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files |
| 3625 | 2026-09-07T00:11:17.458Z | |
| 3626 | 2026-09-07T00:11:17.458Z | real 7:48.102568026 |
| 3627 | 2026-09-07T00:11:17.458Z | user 20:45.803112777 |
| 3628 | 2026-09-07T00:11:17.458Z | sys 4:31.154876575 |
| 3629 | 2026-09-07T00:11:17.458Z | trap 0.298704288 |
| 3630 | 2026-09-07T00:11:17.461Z | tflt 0.006337950 |
| 3631 | 2026-09-07T00:11:17.461Z | dflt 0.072936645 |
| 3632 | 2026-09-07T00:11:17.461Z | kflt 0.000029010 |
| 3633 | 2026-09-07T00:11:17.461Z | lock 7:30:50.549246344 |
| 3634 | 2026-09-07T00:11:17.461Z | slp 2:37:45.708911623 |
| 3635 | 2026-09-07T00:11:17.461Z | lat 35.604942783 |
| 3636 | 2026-09-07T00:11:17.461Z | stop 2:19.405347972 |
| 3637 | 2026-09-07T00:11:17.461Z | process exited: duration 865822 ms, exit code 0 |
| |
| 3638 | 2026-09-07T00:11:17.469Z | found 0 output files |