|
|
|
| 1 | 2026-08-15T06:59:06.011Z | job assigned to worker 01M023DJQ9224XXEGABENSWAKV [factory aws, i-01c00a5aedfebd279] (queued for 1 m 0 s) |
| |
| 2 | 2026-08-15T06:59:12.417Z | starting task 0: "setup" |
| 3 | 2026-08-15T06:59:12.422Z | ++ uname -s |
| 4 | 2026-08-15T06:59:12.425Z | + kern=SunOS |
| 5 | 2026-08-15T06:59:12.425Z | + build_user=build |
| 6 | 2026-08-15T06:59:12.425Z | + build_uid=12345 |
| 7 | 2026-08-15T06:59:12.425Z | + work_dir=/work |
| 8 | 2026-08-15T06:59:12.425Z | + input_dir=/input |
| 9 | 2026-08-15T06:59:12.426Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-15T06:59:12.426Z | + case "$kern" in |
| 11 | 2026-08-15T06:59:12.426Z | + groupadd -g 12345 build |
| 12 | 2026-08-15T06:59:12.429Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-15T06:59:14.431Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-15T06:59:14.543Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-15T06:59:14.560Z | + home_fs=zfs |
| 16 | 2026-08-15T06:59:14.561Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-15T06:59:14.561Z | + mkdir -p /home/build |
| 18 | 2026-08-15T06:59:14.561Z | + chown build:build /home/build /work |
| 19 | 2026-08-15T06:59:16.543Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-15T06:59:16.546Z | process exited: duration 4126 ms, exit code 0 |
| |
| 21 | 2026-08-15T06:59:16.553Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-15T06:59:16.557Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-15T06:59:16.557Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-15T06:59:16.557Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-15T06:59:16.557Z | * rust toolchain profile = "default" |
| 26 | 2026-08-15T06:59:16.557Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-15T06:59:16.557Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-15T06:59:16.562Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-15T06:59:16.562Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-15T06:59:16.661Z | info: downloading installer |
| 31 | 2026-08-15T06:59:18.038Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-15T06:59:18.038Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-15T06:59:18.040Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-15T06:59:18.040Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-15T06:59:18.051Z | info: profile set to default |
| 36 | 2026-08-15T06:59:18.051Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-15T06:59:18.055Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-15T06:59:18.213Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-15T06:59:18.218Z | info: downloading 6 components |
| 40 | 2026-08-15T06:59:34.904Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-15T06:59:34.904Z | |
| 42 | 2026-08-15T06:59:34.932Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-15T06:59:34.932Z | |
| 44 | 2026-08-15T06:59:34.932Z | |
| 45 | 2026-08-15T06:59:34.932Z | Rust is installed now. Great! |
| 46 | 2026-08-15T06:59:34.932Z | |
| 47 | 2026-08-15T06:59:34.932Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-15T06:59:34.932Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-15T06:59:34.932Z | |
| 50 | 2026-08-15T06:59:34.932Z | To configure your current shell, you need to source |
| 51 | 2026-08-15T06:59:34.932Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-15T06:59:34.932Z | |
| 53 | 2026-08-15T06:59:34.932Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-15T06:59:34.936Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-15T06:59:34.936Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-15T06:59:34.936Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-15T06:59:34.936Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-15T06:59:34.936Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-15T06:59:34.936Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-15T06:59:34.936Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-15T06:59:34.936Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-15T06:59:35.028Z | + rustup --version |
| 63 | 2026-08-15T06:59:35.036Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-15T06:59:35.039Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-15T06:59:35.056Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-15T06:59:35.059Z | + cargo --version |
| 67 | 2026-08-15T06:59:35.073Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-15T06:59:35.076Z | + rustc --version |
| 69 | 2026-08-15T06:59:35.094Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-15T06:59:35.097Z | process exited: duration 18543 ms, exit code 0 |
| |
| 71 | 2026-08-15T06:59:35.103Z | starting task 2: "authentication" |
| 72 | 2026-08-15T06:59:35.120Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-15T06:59:35.131Z | starting task 3: "clone repository" |
| 74 | 2026-08-15T06:59:35.134Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-15T06:59:35.134Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-15T06:59:35.165Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-15T06:59:53.499Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-15T06:59:53.500Z | + git fetch origin c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5 |
| 79 | 2026-08-15T06:59:53.863Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-15T06:59:53.863Z | * branch c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5 -> FETCH_HEAD |
| 81 | 2026-08-15T06:59:53.874Z | + [[ -n sush-integration ]] |
| 82 | 2026-08-15T06:59:53.876Z | ++ git branch --show-current |
| 83 | 2026-08-15T06:59:53.876Z | + current=main |
| 84 | 2026-08-15T06:59:53.877Z | + [[ main != sush-integration ]] |
| 85 | 2026-08-15T06:59:53.877Z | + git branch -f sush-integration c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5 |
| 86 | 2026-08-15T06:59:53.880Z | + git checkout -f sush-integration |
| 87 | 2026-08-15T06:59:54.130Z | Switched to branch 'sush-integration' |
| 88 | 2026-08-15T06:59:54.134Z | + git reset --hard c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5 |
| 89 | 2026-08-15T06:59:54.151Z | HEAD is now at c47b10a3e Faster, steadier sush routing |
| 90 | 2026-08-15T06:59:54.154Z | process exited: duration 19022 ms, exit code 0 |
| |
| 91 | 2026-08-15T06:59:54.160Z | starting task 4: "build" |
| 92 | 2026-08-15T06:59:54.163Z | + source ./env.sh |
| 93 | 2026-08-15T06:59:54.164Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-08-15T06:59:54.167Z | ++ set -o xtrace |
| 95 | 2026-08-15T06:59:54.167Z | ++++ dirname ./env.sh |
| 96 | 2026-08-15T06:59:54.170Z | +++ readlink -f . |
| 97 | 2026-08-15T06:59:54.170Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-08-15T06:59:54.170Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-08-15T06:59:54.170Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-08-15T06:59:54.170Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-08-15T06:59:54.171Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-08-15T06:59:54.171Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-08-15T06:59:54.171Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-08-15T06:59:54.171Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-08-15T06:59:54.171Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-08-15T06:59:54.171Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-08-15T06:59:54.171Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-08-15T06:59:54.171Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-08-15T06:59:54.172Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-08-15T06:59:54.172Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-08-15T06:59:54.172Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-08-15T06:59:54.172Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-08-15T06:59:54.176Z | +++ uname -s |
| 114 | 2026-08-15T06:59:54.176Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-08-15T06:59:54.177Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-08-15T06:59:54.177Z | + cargo --version |
| 117 | 2026-08-15T06:59:54.182Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 118 | 2026-08-15T06:59:54.185Z | + rustc --version |
| 119 | 2026-08-15T06:59:54.203Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 120 | 2026-08-15T06:59:54.207Z | + banner prerequisites |
| 121 | 2026-08-15T06:59:54.210Z | |
| 122 | 2026-08-15T06:59:54.210Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-08-15T06:59:54.210Z | # # # # # # # # # # # # # # # |
| 124 | 2026-08-15T06:59:54.210Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-08-15T06:59:54.210Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-08-15T06:59:54.210Z | # # # # # # # # # # # # # # # |
| 127 | 2026-08-15T06:59:54.210Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-08-15T06:59:54.210Z | |
| 129 | 2026-08-15T06:59:54.210Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-08-15T06:59:56.101Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-08-15T06:59:56.451Z | Startup: Caching catalogs ... Done |
| 132 | 2026-08-15T06:59:58.141Z | Planning: Solver setup ... Done (1.591s) |
| 133 | 2026-08-15T06:59:58.194Z | Planning: Running solver ... Done (0.053s) |
| 134 | 2026-08-15T06:59:58.230Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-08-15T06:59:58.242Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-08-15T06:59:58.259Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-08-15T06:59:58.272Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-08-15T06:59:58.275Z | Planning: Merging actions ... Done (0.001s) |
| 139 | 2026-08-15T06:59:58.433Z | Planning: Checking for conflicting actions ... Done (0.159s) |
| 140 | 2026-08-15T06:59:58.436Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-08-15T06:59:59.231Z | Planning: Evaluating mediators ... Done (0.798s) |
| 142 | 2026-08-15T06:59:59.234Z | Planning: Planning completed in 2.75 seconds |
| 143 | 2026-08-15T06:59:59.239Z | Packages to install: 2 |
| 144 | 2026-08-15T06:59:59.242Z | Estimated space available: 156.01 GB |
| 145 | 2026-08-15T06:59:59.244Z | Estimated space to be consumed: 67.96 MB |
| 146 | 2026-08-15T06:59:59.244Z | Create boot environment: No |
| 147 | 2026-08-15T06:59:59.244Z | Create backup boot environment: No |
| 148 | 2026-08-15T06:59:59.244Z | Rebuild boot archive: No |
| 149 | 2026-08-15T06:59:59.244Z | |
| 150 | 2026-08-15T06:59:59.244Z | Changed packages: |
| 151 | 2026-08-15T06:59:59.244Z | helios |
| 152 | 2026-08-15T06:59:59.244Z | developer/build-essential |
| 153 | 2026-08-15T06:59:59.244Z | None -> 11-3.0 |
| 154 | 2026-08-15T06:59:59.244Z | library/libxmlsec1 |
| 155 | 2026-08-15T06:59:59.244Z | None -> 1.2.35-3.0 |
| 156 | 2026-08-15T06:59:59.264Z | |
| 157 | 2026-08-15T06:59:59.264Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-08-15T06:59:59.340Z | Download: Completed 1.28 MB in 0.08 seconds (16.6M/s) |
| 159 | 2026-08-15T06:59:59.425Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-08-15T06:59:59.463Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-08-15T06:59:59.493Z | Finalize: Updating package state database ... Done (0.029s) |
| 162 | 2026-08-15T06:59:59.496Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-08-15T06:59:59.572Z | Finalize: Updating image state ... Done (0.079s) |
| 164 | 2026-08-15T07:00:02.014Z | Finalize: Creating fast lookup database ... Done (2.397s) |
| 165 | 2026-08-15T07:00:02.082Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-08-15T07:00:02.085Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-08-15T07:00:02.191Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-08-15T07:00:02.548Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-08-15T07:00:02.653Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-08-15T07:00:02.656Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-08-15T07:00:02.809Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-08-15T07:00:02.812Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-08-15T07:00:02.831Z | Mediators to change: 2 |
| 174 | 2026-08-15T07:00:02.831Z | Create boot environment: No |
| 175 | 2026-08-15T07:00:02.831Z | Create backup boot environment: No |
| 176 | 2026-08-15T07:00:02.903Z | Finalize: Updating package state database ... Done |
| 177 | 2026-08-15T07:00:02.907Z | Finalize: Updating package cache ... Done |
| 178 | 2026-08-15T07:00:02.945Z | Finalize: Updating image state ... Done |
| 179 | 2026-08-15T07:00:04.894Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-08-15T07:00:04.958Z | Finalize: Reading search index ... Done |
| 181 | 2026-08-15T07:00:04.961Z | Finalize: Updating search index ... Done |
| 182 | 2026-08-15T07:00:05.054Z | Finalize: Updating package cache ... Done |
| 183 | 2026-08-15T07:00:05.339Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-08-15T07:00:05.445Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-08-15T07:00:05.448Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-08-15T07:00:05.602Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-08-15T07:00:05.605Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-08-15T07:00:05.625Z | Mediators to change: 1 |
| 189 | 2026-08-15T07:00:05.625Z | Create boot environment: No |
| 190 | 2026-08-15T07:00:05.625Z | Create backup boot environment: No |
| 191 | 2026-08-15T07:00:05.747Z | Finalize: Updating package state database ... Done |
| 192 | 2026-08-15T07:00:05.747Z | Finalize: Updating package cache ... Done |
| 193 | 2026-08-15T07:00:05.791Z | Finalize: Updating image state ... Done |
| 194 | 2026-08-15T07:00:07.720Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-08-15T07:00:07.779Z | Finalize: Reading search index ... Done |
| 196 | 2026-08-15T07:00:07.784Z | Finalize: Updating search index ... Done |
| 197 | 2026-08-15T07:00:07.862Z | Finalize: Updating package cache ... Done |
| 198 | 2026-08-15T07:00:08.176Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-08-15T07:00:08.176Z | apache system 2.4 system |
| 200 | 2026-08-15T07:00:08.176Z | clang system 15 system |
| 201 | 2026-08-15T07:00:08.176Z | csh system system illumos |
| 202 | 2026-08-15T07:00:08.177Z | ctags system system illumos |
| 203 | 2026-08-15T07:00:08.177Z | file vendor vendor darwinsys |
| 204 | 2026-08-15T07:00:08.177Z | file system system illumos |
| 205 | 2026-08-15T07:00:08.177Z | gcc vendor 14 vendor |
| 206 | 2026-08-15T07:00:08.177Z | gcc system 13 system |
| 207 | 2026-08-15T07:00:08.177Z | gcc system 10 system |
| 208 | 2026-08-15T07:00:08.177Z | go system 1.25 system |
| 209 | 2026-08-15T07:00:08.177Z | llvm system 15 system |
| 210 | 2026-08-15T07:00:08.177Z | mariadb system 11.4 system |
| 211 | 2026-08-15T07:00:08.177Z | mta vendor vendor dma |
| 212 | 2026-08-15T07:00:08.177Z | openjdk system 17 system |
| 213 | 2026-08-15T07:00:08.177Z | openjdk system 11 system |
| 214 | 2026-08-15T07:00:08.177Z | openssl vendor 3 vendor |
| 215 | 2026-08-15T07:00:08.177Z | perl system 5.40 system |
| 216 | 2026-08-15T07:00:08.177Z | postgresql system 18 system |
| 217 | 2026-08-15T07:00:08.177Z | postgresql system 17 system |
| 218 | 2026-08-15T07:00:08.177Z | python vendor 3 vendor |
| 219 | 2026-08-15T07:00:08.177Z | python system 2 system |
| 220 | 2026-08-15T07:00:08.177Z | python3 vendor 3.13 vendor |
| 221 | 2026-08-15T07:00:08.177Z | ruby system 3.4 system |
| 222 | 2026-08-15T07:00:08.177Z | ruby system 3.0 system |
| 223 | 2026-08-15T07:00:08.177Z | words vendor vendor american-english |
| 224 | 2026-08-15T07:00:08.177Z | words system system australian-english |
| 225 | 2026-08-15T07:00:08.177Z | words system system british-english |
| 226 | 2026-08-15T07:00:08.177Z | words system system canadian-english |
| 227 | 2026-08-15T07:00:08.177Z | words system system french |
| 228 | 2026-08-15T07:00:08.177Z | words system system italian |
| 229 | 2026-08-15T07:00:08.177Z | words system system ngerman |
| 230 | 2026-08-15T07:00:08.178Z | words system system ogerman |
| 231 | 2026-08-15T07:00:08.178Z | words system system spanish |
| 232 | 2026-08-15T07:00:08.431Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-08-15T07:00:08.432Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-08-15T07:00:08.871Z | FMRI IFO |
| 235 | 2026-08-15T07:00:08.871Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-08-15T07:00:08.872Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-08-15T07:00:08.872Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-08-15T07:00:08.872Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-08-15T07:00:08.872Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-08-15T07:00:08.872Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-08-15T07:00:08.872Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-08-15T07:00:08.872Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-08-15T07:00:08.872Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-08-15T07:00:09.193Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-08-15T07:00:09.505Z | Updating crates.io index |
| 246 | 2026-08-15T07:00:09.508Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-08-15T07:00:09.780Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-08-15T07:00:10.191Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-08-15T07:00:11.147Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-08-15T07:00:11.716Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-08-15T07:00:13.652Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-08-15T07:00:14.555Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-08-15T07:00:14.823Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-08-15T07:00:15.183Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-08-15T07:00:16.775Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-08-15T07:00:17.319Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-08-15T07:00:17.659Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-08-15T07:00:17.947Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-08-15T07:00:18.227Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-08-15T07:00:18.494Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-08-15T07:00:18.775Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-08-15T07:00:19.027Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-08-15T07:00:19.342Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 264 | 2026-08-15T07:00:19.789Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 265 | 2026-08-15T07:00:20.247Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-08-15T07:00:20.629Z | Updating git repository `https://github.com/oxidecomputer/sush` |
| 267 | 2026-08-15T07:00:21.075Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 268 | 2026-08-15T07:00:21.574Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 269 | 2026-08-15T07:00:21.884Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 270 | 2026-08-15T07:00:22.403Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 271 | 2026-08-15T07:00:22.748Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-08-15T07:00:23.026Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-08-15T07:00:23.455Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-08-15T07:00:23.727Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 275 | 2026-08-15T07:00:24.123Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 276 | 2026-08-15T07:00:24.460Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2026-08-15T07:00:24.734Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-08-15T07:00:25.065Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 279 | 2026-08-15T07:00:25.560Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-08-15T07:00:25.952Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 281 | 2026-08-15T07:00:26.539Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 282 | 2026-08-15T07:00:27.103Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-08-15T07:00:27.381Z | Updating git repository `https://github.com/oxidecomputer/rumors` |
| 284 | 2026-08-15T07:00:30.812Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 285 | 2026-08-15T07:00:31.156Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 286 | 2026-08-15T07:00:31.458Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2026-08-15T07:00:31.716Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 288 | 2026-08-15T07:00:32.127Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 289 | 2026-08-15T07:00:32.397Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 290 | 2026-08-15T07:00:32.700Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 291 | 2026-08-15T07:00:32.956Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 292 | 2026-08-15T07:00:35.795Z | Downloading crates ... |
| 293 | 2026-08-15T07:00:35.840Z | Downloaded anstream v1.0.0 |
| 294 | 2026-08-15T07:00:35.851Z | Downloaded block-buffer v0.10.4 |
| 295 | 2026-08-15T07:00:35.861Z | Downloaded dof v0.3.0 |
| 296 | 2026-08-15T07:00:35.864Z | Downloaded anstyle-query v1.1.5 |
| 297 | 2026-08-15T07:00:35.864Z | Downloaded fnv v1.0.7 |
| 298 | 2026-08-15T07:00:35.864Z | Downloaded dtrace-parser v0.2.0 |
| 299 | 2026-08-15T07:00:35.864Z | Downloaded zmij v1.0.21 |
| 300 | 2026-08-15T07:00:35.870Z | Downloaded errno v0.3.14 |
| 301 | 2026-08-15T07:00:35.873Z | Downloaded is_terminal_polyfill v1.70.2 |
| 302 | 2026-08-15T07:00:35.879Z | Downloaded zerocopy v0.7.35 |
| 303 | 2026-08-15T07:00:35.889Z | Downloaded heck v0.5.0 |
| 304 | 2026-08-15T07:00:35.891Z | Downloaded cfg-if v1.0.4 |
| 305 | 2026-08-15T07:00:35.891Z | Downloaded clap_lex v1.0.0 |
| 306 | 2026-08-15T07:00:35.892Z | Downloaded anstyle v1.0.14 |
| 307 | 2026-08-15T07:00:35.893Z | Downloaded cargo_metadata v0.23.1 |
| 308 | 2026-08-15T07:00:35.896Z | Downloaded strsim v0.11.1 |
| 309 | 2026-08-15T07:00:35.896Z | Downloaded generic-array v0.14.7 |
| 310 | 2026-08-15T07:00:35.896Z | Downloaded proc-macro-error-attr v1.0.4 |
| 311 | 2026-08-15T07:00:35.900Z | Downloaded fastrand v2.3.0 |
| 312 | 2026-08-15T07:00:35.900Z | Downloaded memmap v0.7.0 |
| 313 | 2026-08-15T07:00:35.900Z | Downloaded crypto-common v0.1.7 |
| 314 | 2026-08-15T07:00:35.900Z | Downloaded equivalent v1.0.2 |
| 315 | 2026-08-15T07:00:35.902Z | Downloaded cargo-platform v0.3.2 |
| 316 | 2026-08-15T07:00:35.905Z | Downloaded smawk v0.3.2 |
| 317 | 2026-08-15T07:00:35.912Z | Downloaded colorchoice v1.0.4 |
| 318 | 2026-08-15T07:00:35.915Z | Downloaded terminal_size v0.4.3 |
| 319 | 2026-08-15T07:00:35.918Z | Downloaded usdt-macro v0.5.0 |
| 320 | 2026-08-15T07:00:35.921Z | Downloaded usdt-attr-macro v0.5.0 |
| 321 | 2026-08-15T07:00:35.921Z | Downloaded heck v0.4.1 |
| 322 | 2026-08-15T07:00:35.923Z | Downloaded pretty-hex v0.4.1 |
| 323 | 2026-08-15T07:00:35.923Z | Downloaded tabled_derive v0.7.0 |
| 324 | 2026-08-15T07:00:35.923Z | Downloaded serde_spanned v0.6.9 |
| 325 | 2026-08-15T07:00:35.929Z | Downloaded itoa v1.0.17 |
| 326 | 2026-08-15T07:00:35.939Z | Downloaded thread-id v4.2.2 |
| 327 | 2026-08-15T07:00:35.942Z | Downloaded anstyle-parse v1.0.0 |
| 328 | 2026-08-15T07:00:35.942Z | Downloaded digest v0.10.7 |
| 329 | 2026-08-15T07:00:35.945Z | Downloaded autocfg v1.5.0 |
| 330 | 2026-08-15T07:00:35.945Z | Downloaded bytecount v0.6.9 |
| 331 | 2026-08-15T07:00:35.946Z | Downloaded macaddr v1.0.1 |
| 332 | 2026-08-15T07:00:35.956Z | Downloaded swrite v0.1.0 |
| 333 | 2026-08-15T07:00:35.968Z | Downloaded plain v0.2.3 |
| 334 | 2026-08-15T07:00:35.973Z | Downloaded utf8parse v0.2.2 |
| 335 | 2026-08-15T07:00:35.973Z | Downloaded scroll_derive v0.12.1 |
| 336 | 2026-08-15T07:00:35.973Z | Downloaded usdt v0.5.0 |
| 337 | 2026-08-15T07:00:35.977Z | Downloaded toml_write v0.1.2 |
| 338 | 2026-08-15T07:00:35.981Z | Downloaded camino v1.2.5 |
| 339 | 2026-08-15T07:00:35.984Z | Downloaded clap_derive v4.6.1 |
| 340 | 2026-08-15T07:00:35.984Z | Downloaded camino-tempfile v1.4.1 |
| 341 | 2026-08-15T07:00:35.987Z | Downloaded unicode-linebreak v0.1.5 |
| 342 | 2026-08-15T07:00:35.987Z | Downloaded version_check v0.9.5 |
| 343 | 2026-08-15T07:00:35.990Z | Downloaded cpufeatures v0.2.17 |
| 344 | 2026-08-15T07:00:35.996Z | Downloaded quote v1.0.45 |
| 345 | 2026-08-15T07:00:35.999Z | Downloaded serde_tokenstream v0.2.3 |
| 346 | 2026-08-15T07:00:35.999Z | Downloaded thiserror-impl v2.0.18 |
| 347 | 2026-08-15T07:00:36.002Z | Downloaded toml_datetime v0.6.11 |
| 348 | 2026-08-15T07:00:36.006Z | Downloaded proc-macro-error v1.0.4 |
| 349 | 2026-08-15T07:00:36.018Z | Downloaded byteorder v1.5.0 |
| 350 | 2026-08-15T07:00:36.031Z | Downloaded scroll v0.12.0 |
| 351 | 2026-08-15T07:00:36.039Z | Downloaded thiserror v2.0.18 |
| 352 | 2026-08-15T07:00:36.043Z | Downloaded usdt-impl v0.5.0 |
| 353 | 2026-08-15T07:00:36.046Z | Downloaded bitflags v2.11.0 |
| 354 | 2026-08-15T07:00:36.046Z | Downloaded fs-err v3.3.0 |
| 355 | 2026-08-15T07:00:36.049Z | Downloaded once_cell v1.21.3 |
| 356 | 2026-08-15T07:00:36.049Z | Downloaded pest_generator v2.8.6 |
| 357 | 2026-08-15T07:00:36.049Z | Downloaded thiserror-impl v1.0.69 |
| 358 | 2026-08-15T07:00:36.049Z | Downloaded cargo_toml v0.21.0 |
| 359 | 2026-08-15T07:00:36.052Z | Downloaded sha2 v0.10.9 |
| 360 | 2026-08-15T07:00:36.052Z | Downloaded toml v0.8.23 |
| 361 | 2026-08-15T07:00:36.055Z | Downloaded ucd-trie v0.1.7 |
| 362 | 2026-08-15T07:00:36.055Z | Downloaded semver v1.0.28 |
| 363 | 2026-08-15T07:00:36.058Z | Downloaded anyhow v1.0.104 |
| 364 | 2026-08-15T07:00:36.074Z | Downloaded tempfile v3.27.0 |
| 365 | 2026-08-15T07:00:36.077Z | Downloaded zerocopy-derive v0.7.35 |
| 366 | 2026-08-15T07:00:36.080Z | Downloaded thiserror v1.0.69 |
| 367 | 2026-08-15T07:00:36.083Z | Downloaded hashbrown v0.17.0 |
| 368 | 2026-08-15T07:00:36.086Z | Downloaded getrandom v0.3.4 |
| 369 | 2026-08-15T07:00:36.089Z | Downloaded pest_derive v2.8.6 |
| 370 | 2026-08-15T07:00:36.089Z | Downloaded proc-macro2 v1.0.106 |
| 371 | 2026-08-15T07:00:36.092Z | Downloaded textwrap v0.16.2 |
| 372 | 2026-08-15T07:00:36.095Z | Downloaded papergrid v0.11.0 |
| 373 | 2026-08-15T07:00:36.102Z | Downloaded log v0.4.33 |
| 374 | 2026-08-15T07:00:36.105Z | Downloaded serde_derive v1.0.228 |
| 375 | 2026-08-15T07:00:36.108Z | Downloaded unicode-ident v1.0.24 |
| 376 | 2026-08-15T07:00:36.122Z | Downloaded clap v4.6.1 |
| 377 | 2026-08-15T07:00:36.127Z | Downloaded pest_meta v2.8.6 |
| 378 | 2026-08-15T07:00:36.131Z | Downloaded serde_core v1.0.228 |
| 379 | 2026-08-15T07:00:36.135Z | Downloaded memchr v2.8.0 |
| 380 | 2026-08-15T07:00:36.138Z | Downloaded serde v1.0.228 |
| 381 | 2026-08-15T07:00:36.152Z | Downloaded indexmap v2.14.0 |
| 382 | 2026-08-15T07:00:36.167Z | Downloaded toml_edit v0.22.27 |
| 383 | 2026-08-15T07:00:36.170Z | Downloaded typenum v1.20.1 |
| 384 | 2026-08-15T07:00:36.178Z | Downloaded pest v2.8.6 |
| 385 | 2026-08-15T07:00:36.212Z | Downloaded serde_json v1.0.151 |
| 386 | 2026-08-15T07:00:36.216Z | Downloaded clap_builder v4.6.0 |
| 387 | 2026-08-15T07:00:36.228Z | Downloaded winnow v0.7.14 |
| 388 | 2026-08-15T07:00:36.235Z | Downloaded goblin v0.8.2 |
| 389 | 2026-08-15T07:00:36.250Z | Downloaded tabled v0.15.0 |
| 390 | 2026-08-15T07:00:36.272Z | Downloaded syn v1.0.109 |
| 391 | 2026-08-15T07:00:36.282Z | Downloaded unicode-width v0.1.14 |
| 392 | 2026-08-15T07:00:36.285Z | Downloaded syn v2.0.117 |
| 393 | 2026-08-15T07:00:36.291Z | Downloaded unicode-width v0.2.0 |
| 394 | 2026-08-15T07:00:36.305Z | Downloaded rustix v1.1.4 |
| 395 | 2026-08-15T07:00:36.339Z | Downloaded libc v0.2.185 |
| 396 | 2026-08-15T07:00:36.402Z | Compiling proc-macro2 v1.0.106 |
| 397 | 2026-08-15T07:00:36.402Z | Compiling unicode-ident v1.0.24 |
| 398 | 2026-08-15T07:00:36.402Z | Compiling quote v1.0.45 |
| 399 | 2026-08-15T07:00:36.405Z | Compiling serde_core v1.0.228 |
| 400 | 2026-08-15T07:00:36.405Z | Compiling libc v0.2.185 |
| 401 | 2026-08-15T07:00:36.405Z | Compiling version_check v0.9.5 |
| 402 | 2026-08-15T07:00:36.405Z | Compiling memchr v2.8.0 |
| 403 | 2026-08-15T07:00:36.405Z | Compiling serde v1.0.228 |
| 404 | 2026-08-15T07:00:36.725Z | Compiling zmij v1.0.21 |
| 405 | 2026-08-15T07:00:37.009Z | Compiling thiserror v1.0.69 |
| 406 | 2026-08-15T07:00:37.013Z | Compiling ucd-trie v0.1.7 |
| 407 | 2026-08-15T07:00:37.184Z | Compiling itoa v1.0.17 |
| 408 | 2026-08-15T07:00:37.291Z | Compiling pest v2.8.6 |
| 409 | 2026-08-15T07:00:37.335Z | Compiling rustix v1.1.4 |
| 410 | 2026-08-15T07:00:37.359Z | Compiling byteorder v1.5.0 |
| 411 | 2026-08-15T07:00:37.489Z | Compiling errno v0.3.14 |
| 412 | 2026-08-15T07:00:37.581Z | Compiling bitflags v2.11.0 |
| 413 | 2026-08-15T07:00:37.712Z | Compiling serde_json v1.0.151 |
| 414 | 2026-08-15T07:00:37.874Z | Compiling syn v2.0.117 |
| 415 | 2026-08-15T07:00:37.937Z | Compiling thread-id v4.2.2 |
| 416 | 2026-08-15T07:00:37.949Z | Compiling proc-macro-error-attr v1.0.4 |
| 417 | 2026-08-15T07:00:38.006Z | Compiling usdt-impl v0.5.0 |
| 418 | 2026-08-15T07:00:38.021Z | Compiling syn v1.0.109 |
| 419 | 2026-08-15T07:00:38.157Z | Compiling camino v1.2.5 |
| 420 | 2026-08-15T07:00:38.361Z | Compiling pest_meta v2.8.6 |
| 421 | 2026-08-15T07:00:38.389Z | Compiling proc-macro-error v1.0.4 |
| 422 | 2026-08-15T07:00:38.480Z | Compiling log v0.4.33 |
| 423 | 2026-08-15T07:00:38.556Z | Compiling utf8parse v0.2.2 |
| 424 | 2026-08-15T07:00:38.569Z | Compiling plain v0.2.3 |
| 425 | 2026-08-15T07:00:38.666Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-08-15T07:00:38.670Z | Compiling equivalent v1.0.2 |
| 427 | 2026-08-15T07:00:38.694Z | Compiling getrandom v0.3.4 |
| 428 | 2026-08-15T07:00:38.768Z | Compiling terminal_size v0.4.3 |
| 429 | 2026-08-15T07:00:39.017Z | Compiling anstyle-parse v1.0.0 |
| 430 | 2026-08-15T07:00:39.212Z | Compiling indexmap v2.14.0 |
| 431 | 2026-08-15T07:00:39.581Z | Compiling anstyle v1.0.14 |
| 432 | 2026-08-15T07:00:39.724Z | Compiling pretty-hex v0.4.1 |
| 433 | 2026-08-15T07:00:39.803Z | Compiling cfg-if v1.0.4 |
| 434 | 2026-08-15T07:00:39.816Z | Compiling is_terminal_polyfill v1.70.2 |
| 435 | 2026-08-15T07:00:39.860Z | Compiling colorchoice v1.0.4 |
| 436 | 2026-08-15T07:00:39.875Z | Compiling toml_write v0.1.2 |
| 437 | 2026-08-15T07:00:39.907Z | Compiling thiserror v2.0.18 |
| 438 | 2026-08-15T07:00:39.925Z | Compiling anstyle-query v1.1.5 |
| 439 | 2026-08-15T07:00:39.972Z | Compiling autocfg v1.5.0 |
| 440 | 2026-08-15T07:00:39.989Z | Compiling winnow v0.7.14 |
| 441 | 2026-08-15T07:00:40.031Z | Compiling anstream v1.0.0 |
| 442 | 2026-08-15T07:00:40.202Z | Compiling pest_generator v2.8.6 |
| 443 | 2026-08-15T07:00:40.341Z | Compiling bytecount v0.6.9 |
| 444 | 2026-08-15T07:00:40.357Z | Compiling once_cell v1.21.3 |
| 445 | 2026-08-15T07:00:40.407Z | Compiling fs-err v3.3.0 |
| 446 | 2026-08-15T07:00:40.477Z | Compiling fastrand v2.3.0 |
| 447 | 2026-08-15T07:00:40.564Z | Compiling strsim v0.11.1 |
| 448 | 2026-08-15T07:00:40.591Z | Compiling heck v0.4.1 |
| 449 | 2026-08-15T07:00:40.723Z | Compiling anyhow v1.0.104 |
| 450 | 2026-08-15T07:00:40.757Z | Compiling fnv v1.0.7 |
| 451 | 2026-08-15T07:00:40.810Z | Compiling unicode-width v0.1.14 |
| 452 | 2026-08-15T07:00:40.860Z | Compiling clap_lex v1.0.0 |
| 453 | 2026-08-15T07:00:40.898Z | Compiling heck v0.5.0 |
| 454 | 2026-08-15T07:00:40.912Z | Compiling tempfile v3.27.0 |
| 455 | 2026-08-15T07:00:41.076Z | Compiling papergrid v0.11.0 |
| 456 | 2026-08-15T07:00:41.090Z | Compiling clap_builder v4.6.0 |
| 457 | 2026-08-15T07:00:41.217Z | Compiling cargo-platform v0.3.2 |
| 458 | 2026-08-15T07:00:41.233Z | Compiling semver v1.0.28 |
| 459 | 2026-08-15T07:00:41.275Z | Compiling memmap v0.7.0 |
| 460 | 2026-08-15T07:00:41.327Z | Compiling tabled_derive v0.7.0 |
| 461 | 2026-08-15T07:00:41.455Z | Compiling smawk v0.3.2 |
| 462 | 2026-08-15T07:00:41.467Z | Compiling unicode-width v0.2.0 |
| 463 | 2026-08-15T07:00:41.480Z | Compiling unicode-linebreak v0.1.5 |
| 464 | 2026-08-15T07:00:41.710Z | Compiling textwrap v0.16.2 |
| 465 | 2026-08-15T07:00:41.736Z | Compiling camino-tempfile v1.4.1 |
| 466 | 2026-08-15T07:00:41.804Z | Compiling serde_derive v1.0.228 |
| 467 | 2026-08-15T07:00:41.863Z | Compiling thiserror-impl v1.0.69 |
| 468 | 2026-08-15T07:00:41.878Z | Compiling zerocopy-derive v0.7.35 |
| 469 | 2026-08-15T07:00:41.961Z | Compiling pest_derive v2.8.6 |
| 470 | 2026-08-15T07:00:42.157Z | Compiling scroll_derive v0.12.1 |
| 471 | 2026-08-15T07:00:42.217Z | Compiling thiserror-impl v2.0.18 |
| 472 | 2026-08-15T07:00:42.400Z | Compiling clap_derive v4.6.1 |
| 473 | 2026-08-15T07:00:42.480Z | Compiling tabled v0.15.0 |
| 474 | 2026-08-15T07:00:42.733Z | Compiling zerocopy v0.7.35 |
| 475 | 2026-08-15T07:00:42.812Z | Compiling scroll v0.12.0 |
| 476 | 2026-08-15T07:00:43.121Z | Compiling goblin v0.8.2 |
| 477 | 2026-08-15T07:00:43.252Z | Compiling dtrace-parser v0.2.0 |
| 478 | 2026-08-15T07:00:43.340Z | Compiling swrite v0.1.0 |
| 479 | 2026-08-15T07:00:44.084Z | Compiling clap v4.6.1 |
| 480 | 2026-08-15T07:00:44.734Z | Compiling serde_spanned v0.6.9 |
| 481 | 2026-08-15T07:00:44.734Z | Compiling toml_datetime v0.6.11 |
| 482 | 2026-08-15T07:00:44.734Z | Compiling cargo_metadata v0.23.1 |
| 483 | 2026-08-15T07:00:44.737Z | Compiling macaddr v1.0.1 |
| 484 | 2026-08-15T07:00:44.737Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 485 | 2026-08-15T07:00:44.810Z | Compiling dof v0.3.0 |
| 486 | 2026-08-15T07:00:44.826Z | Compiling serde_tokenstream v0.2.3 |
| 487 | 2026-08-15T07:00:44.931Z | Compiling toml_edit v0.22.27 |
| 488 | 2026-08-15T07:00:45.525Z | Compiling usdt-attr-macro v0.5.0 |
| 489 | 2026-08-15T07:00:45.540Z | Compiling usdt-macro v0.5.0 |
| 490 | 2026-08-15T07:00:46.143Z | Compiling usdt v0.5.0 |
| 491 | 2026-08-15T07:00:46.262Z | Compiling toml v0.8.23 |
| 492 | 2026-08-15T07:00:46.586Z | Compiling cargo_toml v0.21.0 |
| 493 | 2026-08-15T07:00:47.831Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 494 | 2026-08-15T07:00:49.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.85s |
| 495 | 2026-08-15T07:00:50.086Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 496 | 2026-08-15T07:00:50.608Z | Downloading crates ... |
| 497 | 2026-08-15T07:00:50.652Z | Downloaded bb8 v0.8.6 |
| 498 | 2026-08-15T07:00:50.660Z | Downloaded async-recursion v1.1.1 |
| 499 | 2026-08-15T07:00:50.666Z | Downloaded anstyle-parse v0.2.7 |
| 500 | 2026-08-15T07:00:50.669Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 501 | 2026-08-15T07:00:50.672Z | Downloaded adler2 v2.0.1 |
| 502 | 2026-08-15T07:00:50.675Z | Downloaded async-trait v0.1.89 |
| 503 | 2026-08-15T07:00:50.679Z | Downloaded base16ct v1.0.0 |
| 504 | 2026-08-15T07:00:50.682Z | Downloaded funty v2.0.0 |
| 505 | 2026-08-15T07:00:50.685Z | Downloaded float-cmp v0.10.0 |
| 506 | 2026-08-15T07:00:50.689Z | Downloaded enum-as-inner v0.6.1 |
| 507 | 2026-08-15T07:00:50.689Z | Downloaded atomic-waker v1.1.2 |
| 508 | 2026-08-15T07:00:50.689Z | Downloaded base16ct v0.2.0 |
| 509 | 2026-08-15T07:00:50.689Z | Downloaded bit-set v0.8.0 |
| 510 | 2026-08-15T07:00:50.693Z | Downloaded ascii-canvas v3.0.0 |
| 511 | 2026-08-15T07:00:50.693Z | Downloaded async-stream v0.3.6 |
| 512 | 2026-08-15T07:00:50.693Z | Downloaded bitfield-macros v0.19.4 |
| 513 | 2026-08-15T07:00:50.693Z | Downloaded endian-type v0.1.2 |
| 514 | 2026-08-15T07:00:50.693Z | Downloaded filetime v0.2.27 |
| 515 | 2026-08-15T07:00:50.694Z | Downloaded foldhash v0.1.5 |
| 516 | 2026-08-15T07:00:50.696Z | Downloaded foreign-types-shared v0.3.1 |
| 517 | 2026-08-15T07:00:50.697Z | Downloaded elliptic-curve v0.13.8 |
| 518 | 2026-08-15T07:00:50.697Z | Downloaded ena v0.14.4 |
| 519 | 2026-08-15T07:00:50.697Z | Downloaded atty v0.2.14 |
| 520 | 2026-08-15T07:00:50.697Z | Downloaded backtrace-ext v0.2.1 |
| 521 | 2026-08-15T07:00:50.699Z | Downloaded addr2line v0.25.1 |
| 522 | 2026-08-15T07:00:50.699Z | Downloaded arc-swap v1.8.2 |
| 523 | 2026-08-15T07:00:50.702Z | Downloaded compression-codecs v0.4.37 |
| 524 | 2026-08-15T07:00:50.702Z | Downloaded anstream v0.6.21 |
| 525 | 2026-08-15T07:00:50.706Z | Downloaded arrayref v0.3.9 |
| 526 | 2026-08-15T07:00:50.707Z | Downloaded fxhash v0.2.1 |
| 527 | 2026-08-15T07:00:50.707Z | Downloaded atomicwrites v0.4.4 |
| 528 | 2026-08-15T07:00:50.707Z | Downloaded embedded-io v0.6.1 |
| 529 | 2026-08-15T07:00:50.710Z | Downloaded fallible-iterator v0.2.0 |
| 530 | 2026-08-15T07:00:50.710Z | Downloaded futures-sink v0.3.32 |
| 531 | 2026-08-15T07:00:50.710Z | Downloaded http-body-util v0.1.3 |
| 532 | 2026-08-15T07:00:50.710Z | Downloaded aead v0.5.2 |
| 533 | 2026-08-15T07:00:50.710Z | Downloaded assert_matches v1.5.0 |
| 534 | 2026-08-15T07:00:50.710Z | Downloaded float-ord v0.3.2 |
| 535 | 2026-08-15T07:00:50.710Z | Downloaded foreign-types v0.5.0 |
| 536 | 2026-08-15T07:00:50.712Z | Downloaded foreign-types-macros v0.2.3 |
| 537 | 2026-08-15T07:00:50.713Z | Downloaded bitfield-struct v0.6.2 |
| 538 | 2026-08-15T07:00:50.713Z | Downloaded embedded-io v0.4.0 |
| 539 | 2026-08-15T07:00:50.713Z | Downloaded fd-lock v4.0.4 |
| 540 | 2026-08-15T07:00:50.715Z | Downloaded foreign-types-shared v0.1.1 |
| 541 | 2026-08-15T07:00:50.716Z | Downloaded form_urlencoded v1.2.2 |
| 542 | 2026-08-15T07:00:50.716Z | Downloaded array-init v0.0.4 |
| 543 | 2026-08-15T07:00:50.716Z | Downloaded bit-set v0.5.3 |
| 544 | 2026-08-15T07:00:50.719Z | Downloaded bcs v0.1.6 |
| 545 | 2026-08-15T07:00:50.719Z | Downloaded cassowary v0.3.0 |
| 546 | 2026-08-15T07:00:50.722Z | Downloaded aead v0.6.1 |
| 547 | 2026-08-15T07:00:50.722Z | Downloaded async-stream-impl v0.3.6 |
| 548 | 2026-08-15T07:00:50.722Z | Downloaded backoff v0.4.0 |
| 549 | 2026-08-15T07:00:50.722Z | Downloaded bit-vec v0.6.3 |
| 550 | 2026-08-15T07:00:50.726Z | Downloaded bitfield v0.19.4 |
| 551 | 2026-08-15T07:00:50.726Z | Downloaded ed25519 v2.2.3 |
| 552 | 2026-08-15T07:00:50.726Z | Downloaded castaway v0.2.4 |
| 553 | 2026-08-15T07:00:50.726Z | Downloaded ff v0.13.1 |
| 554 | 2026-08-15T07:00:50.726Z | Downloaded env_filter v2.0.0 |
| 555 | 2026-08-15T07:00:50.729Z | Downloaded fixedbitset v0.4.2 |
| 556 | 2026-08-15T07:00:50.729Z | Downloaded cobs v0.3.0 |
| 557 | 2026-08-15T07:00:50.732Z | Downloaded foreign-types v0.3.2 |
| 558 | 2026-08-15T07:00:50.732Z | Downloaded futures-io v0.3.32 |
| 559 | 2026-08-15T07:00:50.732Z | Downloaded headers-core v0.3.0 |
| 560 | 2026-08-15T07:00:50.732Z | Downloaded futures-macro v0.3.32 |
| 561 | 2026-08-15T07:00:50.736Z | Downloaded hash32 v0.3.1 |
| 562 | 2026-08-15T07:00:50.738Z | Downloaded futures-task v0.3.32 |
| 563 | 2026-08-15T07:00:50.742Z | Downloaded flagset v0.4.7 |
| 564 | 2026-08-15T07:00:50.742Z | Downloaded http-range v0.1.5 |
| 565 | 2026-08-15T07:00:50.742Z | Downloaded git-stub v1.0.0 |
| 566 | 2026-08-15T07:00:50.745Z | Downloaded either v1.15.0 |
| 567 | 2026-08-15T07:00:50.745Z | Downloaded enum_dispatch v0.3.13 |
| 568 | 2026-08-15T07:00:50.747Z | Downloaded env_logger v0.11.11 |
| 569 | 2026-08-15T07:00:50.747Z | Downloaded fixedbitset v0.5.7 |
| 570 | 2026-08-15T07:00:50.750Z | Downloaded erased-serde v0.3.31 |
| 571 | 2026-08-15T07:00:50.750Z | Downloaded arrayvec v0.7.6 |
| 572 | 2026-08-15T07:00:50.755Z | Downloaded hex-literal v1.1.0 |
| 573 | 2026-08-15T07:00:50.758Z | Downloaded block-padding v0.4.2 |
| 574 | 2026-08-15T07:00:50.761Z | Downloaded ciborium-ll v0.2.2 |
| 575 | 2026-08-15T07:00:50.764Z | Downloaded http-range-header v0.4.2 |
| 576 | 2026-08-15T07:00:50.764Z | Downloaded block-buffer v0.12.1 |
| 577 | 2026-08-15T07:00:50.764Z | Downloaded ciborium-io v0.2.2 |
| 578 | 2026-08-15T07:00:50.764Z | Downloaded compression-core v0.4.31 |
| 579 | 2026-08-15T07:00:50.764Z | Downloaded hostname v0.3.1 |
| 580 | 2026-08-15T07:00:50.767Z | Downloaded hash32 v0.2.1 |
| 581 | 2026-08-15T07:00:50.767Z | Downloaded hex v0.4.3 |
| 582 | 2026-08-15T07:00:50.767Z | Downloaded cfg_aliases v0.2.1 |
| 583 | 2026-08-15T07:00:50.767Z | Downloaded globwalk v0.9.1 |
| 584 | 2026-08-15T07:00:50.767Z | Downloaded http-body v1.0.1 |
| 585 | 2026-08-15T07:00:50.770Z | Downloaded cfg_aliases v0.1.1 |
| 586 | 2026-08-15T07:00:50.776Z | Downloaded argon2 v0.5.3 |
| 587 | 2026-08-15T07:00:50.781Z | Downloaded nodrop v0.1.14 |
| 588 | 2026-08-15T07:00:50.783Z | Downloaded normalize-line-endings v0.3.0 |
| 589 | 2026-08-15T07:00:50.784Z | Downloaded nibble_vec v0.1.0 |
| 590 | 2026-08-15T07:00:50.784Z | Downloaded gethostname v0.5.0 |
| 591 | 2026-08-15T07:00:50.787Z | Downloaded num_enum_derive v0.5.11 |
| 592 | 2026-08-15T07:00:50.787Z | Downloaded opaque-debug v0.3.1 |
| 593 | 2026-08-15T07:00:50.787Z | Downloaded openssl-probe v0.2.1 |
| 594 | 2026-08-15T07:00:50.790Z | Downloaded base64ct v1.8.3 |
| 595 | 2026-08-15T07:00:50.795Z | Downloaded ghash v0.6.0 |
| 596 | 2026-08-15T07:00:50.795Z | Downloaded home v0.5.12 |
| 597 | 2026-08-15T07:00:50.795Z | Downloaded futures-core v0.3.32 |
| 598 | 2026-08-15T07:00:50.799Z | Downloaded bitflags v1.3.2 |
| 599 | 2026-08-15T07:00:50.799Z | Downloaded camino-tempfile-ext v0.3.3 |
| 600 | 2026-08-15T07:00:50.799Z | Downloaded cbc v0.2.1 |
| 601 | 2026-08-15T07:00:50.799Z | Downloaded cexpr v0.6.0 |
| 602 | 2026-08-15T07:00:50.799Z | Downloaded ff v0.14.0 |
| 603 | 2026-08-15T07:00:50.799Z | Downloaded futures-executor v0.3.32 |
| 604 | 2026-08-15T07:00:50.802Z | Downloaded hostname v0.4.2 |
| 605 | 2026-08-15T07:00:50.802Z | Downloaded byte-wrapper v0.1.0 |
| 606 | 2026-08-15T07:00:50.802Z | Downloaded chacha20 v0.9.1 |
| 607 | 2026-08-15T07:00:50.805Z | Downloaded packed_struct_codegen v0.10.1 |
| 608 | 2026-08-15T07:00:50.805Z | Downloaded cmov v0.5.4 |
| 609 | 2026-08-15T07:00:50.808Z | Downloaded foldhash v0.2.0 |
| 610 | 2026-08-15T07:00:50.808Z | Downloaded fs-err v2.11.0 |
| 611 | 2026-08-15T07:00:50.808Z | Downloaded futures-channel v0.3.32 |
| 612 | 2026-08-15T07:00:50.810Z | Downloaded peg-runtime v0.8.5 |
| 613 | 2026-08-15T07:00:50.815Z | Downloaded precomputed-hash v0.1.1 |
| 614 | 2026-08-15T07:00:50.818Z | Downloaded proc-macro-crate v1.3.1 |
| 615 | 2026-08-15T07:00:50.818Z | Downloaded find-msvc-tools v0.1.9 |
| 616 | 2026-08-15T07:00:50.818Z | Downloaded rtoolbox v0.0.3 |
| 617 | 2026-08-15T07:00:50.818Z | Downloaded rustc_version v0.1.7 |
| 618 | 2026-08-15T07:00:50.818Z | Downloaded rustc_version v0.4.1 |
| 619 | 2026-08-15T07:00:50.821Z | Downloaded fatfs v0.3.6 |
| 620 | 2026-08-15T07:00:50.821Z | Downloaded getrandom v0.4.3 |
| 621 | 2026-08-15T07:00:50.823Z | Downloaded rustc-hash v2.1.1 |
| 622 | 2026-08-15T07:00:50.825Z | Downloaded async-bb8-diesel v0.2.1 |
| 623 | 2026-08-15T07:00:50.828Z | Downloaded secrecy v0.10.3 |
| 624 | 2026-08-15T07:00:50.828Z | Downloaded bit-vec v0.8.0 |
| 625 | 2026-08-15T07:00:50.831Z | Downloaded serde_urlencoded v0.7.1 |
| 626 | 2026-08-15T07:00:50.831Z | Downloaded ahash v0.8.12 |
| 627 | 2026-08-15T07:00:50.831Z | Downloaded backon v1.6.0 |
| 628 | 2026-08-15T07:00:50.834Z | Downloaded sha1 v0.11.0 |
| 629 | 2026-08-15T07:00:50.834Z | Downloaded signature v3.0.0 |
| 630 | 2026-08-15T07:00:50.839Z | Downloaded cipher v0.4.4 |
| 631 | 2026-08-15T07:00:50.842Z | Downloaded newline-converter v0.3.0 |
| 632 | 2026-08-15T07:00:50.842Z | Downloaded bs58 v0.5.1 |
| 633 | 2026-08-15T07:00:50.845Z | Downloaded buf-list v1.1.2 |
| 634 | 2026-08-15T07:00:50.845Z | Downloaded cmake v0.1.57 |
| 635 | 2026-08-15T07:00:50.845Z | Downloaded globset v0.4.18 |
| 636 | 2026-08-15T07:00:50.848Z | Downloaded highway v1.3.0 |
| 637 | 2026-08-15T07:00:50.851Z | Downloaded argon2 v0.6.0-rc.8 |
| 638 | 2026-08-15T07:00:50.853Z | Downloaded base64 v0.22.1 |
| 639 | 2026-08-15T07:00:50.856Z | Downloaded git-stub-vcs v0.1.0 |
| 640 | 2026-08-15T07:00:50.856Z | Downloaded group v0.13.0 |
| 641 | 2026-08-15T07:00:50.856Z | Downloaded group v0.14.0 |
| 642 | 2026-08-15T07:00:50.859Z | Downloaded num-rational v0.4.2 |
| 643 | 2026-08-15T07:00:50.859Z | Downloaded siphasher v1.0.2 |
| 644 | 2026-08-15T07:00:50.859Z | Downloaded multimap v0.10.1 |
| 645 | 2026-08-15T07:00:50.859Z | Downloaded owo-colors v4.3.0 |
| 646 | 2026-08-15T07:00:50.864Z | Downloaded oxide-tokio-rt v0.1.4 |
| 647 | 2026-08-15T07:00:50.864Z | Downloaded strip-ansi-escapes v0.2.1 |
| 648 | 2026-08-15T07:00:50.865Z | Downloaded strum v0.26.3 |
| 649 | 2026-08-15T07:00:50.865Z | Downloaded supports-hyperlinks v3.2.0 |
| 650 | 2026-08-15T07:00:50.865Z | Downloaded supports-color v3.0.2 |
| 651 | 2026-08-15T07:00:50.865Z | Downloaded tagptr v0.2.0 |
| 652 | 2026-08-15T07:00:50.868Z | Downloaded glob v0.3.3 |
| 653 | 2026-08-15T07:00:50.868Z | Downloaded borsh-derive v1.8.0 |
| 654 | 2026-08-15T07:00:50.871Z | Downloaded bzip2 v0.4.4 |
| 655 | 2026-08-15T07:00:50.871Z | Downloaded blake2 v0.11.0-rc.6 |
| 656 | 2026-08-15T07:00:50.873Z | Downloaded bzip2 v0.6.1 |
| 657 | 2026-08-15T07:00:50.873Z | Downloaded port-file v0.1.0 |
| 658 | 2026-08-15T07:00:50.873Z | Downloaded bytesize v2.7.0 |
| 659 | 2026-08-15T07:00:50.876Z | Downloaded cipher v0.5.2 |
| 660 | 2026-08-15T07:00:50.876Z | Downloaded chacha20 v0.10.0 |
| 661 | 2026-08-15T07:00:50.876Z | Downloaded packed_struct v0.10.1 |
| 662 | 2026-08-15T07:00:50.879Z | Downloaded oxide-update-engine v0.1.2 |
| 663 | 2026-08-15T07:00:50.879Z | Downloaded phf_shared v0.13.1 |
| 664 | 2026-08-15T07:00:50.879Z | Downloaded termtree v0.5.1 |
| 665 | 2026-08-15T07:00:50.879Z | Downloaded tinyvec_macros v0.1.1 |
| 666 | 2026-08-15T07:00:50.879Z | Downloaded hmac v0.12.1 |
| 667 | 2026-08-15T07:00:50.882Z | Downloaded polyval v0.7.1 |
| 668 | 2026-08-15T07:00:50.885Z | Downloaded futures v0.3.32 |
| 669 | 2026-08-15T07:00:50.889Z | Downloaded primeorder v0.13.6 |
| 670 | 2026-08-15T07:00:50.890Z | Downloaded proc-macro-crate v3.4.0 |
| 671 | 2026-08-15T07:00:50.890Z | Downloaded rpassword v7.5.4 |
| 672 | 2026-08-15T07:00:50.894Z | Downloaded rustls-native-certs v0.8.3 |
| 673 | 2026-08-15T07:00:50.894Z | Downloaded scopeguard v1.2.0 |
| 674 | 2026-08-15T07:00:50.894Z | Downloaded primeorder v0.14.0 |
| 675 | 2026-08-15T07:00:50.894Z | Downloaded r2d2 v0.8.10 |
| 676 | 2026-08-15T07:00:50.900Z | Downloaded tower-service v0.3.3 |
| 677 | 2026-08-15T07:00:50.903Z | Downloaded unit-prefix v0.5.2 |
| 678 | 2026-08-15T07:00:50.907Z | Downloaded cancel-safe-futures v0.1.5 |
| 679 | 2026-08-15T07:00:50.912Z | Downloaded ciborium v0.2.2 |
| 680 | 2026-08-15T07:00:50.912Z | Downloaded blowfish v0.10.0 |
| 681 | 2026-08-15T07:00:50.916Z | Downloaded slog-dtrace v0.3.0 |
| 682 | 2026-08-15T07:00:50.916Z | Downloaded utf8_iter v1.0.4 |
| 683 | 2026-08-15T07:00:50.918Z | Downloaded blake2 v0.10.6 |
| 684 | 2026-08-15T07:00:50.918Z | Downloaded colored v2.2.0 |
| 685 | 2026-08-15T07:00:50.921Z | Downloaded colored v3.1.1 |
| 686 | 2026-08-15T07:00:50.921Z | Downloaded console v0.15.11 |
| 687 | 2026-08-15T07:00:50.921Z | Downloaded serde_path_to_error v0.1.20 |
| 688 | 2026-08-15T07:00:50.921Z | Downloaded usdt-attr-macro v0.6.0 |
| 689 | 2026-08-15T07:00:50.922Z | Downloaded xattr v1.6.1 |
| 690 | 2026-08-15T07:00:50.922Z | Downloaded zerofrom v0.1.6 |
| 691 | 2026-08-15T07:00:50.925Z | Downloaded cpufeatures v0.3.0 |
| 692 | 2026-08-15T07:00:50.925Z | Downloaded half v1.8.3 |
| 693 | 2026-08-15T07:00:50.928Z | Downloaded signal-hook-mio v0.2.5 |
| 694 | 2026-08-15T07:00:50.928Z | Downloaded num-integer v0.1.46 |
| 695 | 2026-08-15T07:00:50.928Z | Downloaded slab v0.4.12 |
| 696 | 2026-08-15T07:00:50.931Z | Downloaded smallvec v0.6.14 |
| 697 | 2026-08-15T07:00:50.931Z | Downloaded time-macros v0.2.27 |
| 698 | 2026-08-15T07:00:50.934Z | Downloaded phc v0.6.1 |
| 699 | 2026-08-15T07:00:50.937Z | Downloaded crc v3.4.0 |
| 700 | 2026-08-15T07:00:50.939Z | Downloaded debug-ignore v1.0.5 |
| 701 | 2026-08-15T07:00:50.939Z | Downloaded crypto-common v0.2.2 |
| 702 | 2026-08-15T07:00:50.940Z | Downloaded static_assertions v1.1.0 |
| 703 | 2026-08-15T07:00:50.942Z | Downloaded fs_extra v1.3.0 |
| 704 | 2026-08-15T07:00:50.945Z | Downloaded tokio-tungstenite v0.23.1 |
| 705 | 2026-08-15T07:00:50.945Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 706 | 2026-08-15T07:00:50.948Z | Downloaded clang-sys v1.8.1 |
| 707 | 2026-08-15T07:00:50.948Z | Downloaded elliptic-curve v0.14.1 |
| 708 | 2026-08-15T07:00:50.951Z | Downloaded parking_lot v0.11.2 |
| 709 | 2026-08-15T07:00:50.955Z | Downloaded peg-macros v0.8.5 |
| 710 | 2026-08-15T07:00:50.958Z | Downloaded tls_codec v0.4.2 |
| 711 | 2026-08-15T07:00:50.958Z | Downloaded rand_core v0.10.0 |
| 712 | 2026-08-15T07:00:50.961Z | Downloaded strum_macros v0.27.2 |
| 713 | 2026-08-15T07:00:50.962Z | Downloaded darling_macro v0.23.0 |
| 714 | 2026-08-15T07:00:50.962Z | Downloaded difflib v0.4.0 |
| 715 | 2026-08-15T07:00:50.965Z | Downloaded illumos-nvpair v0.3.0 |
| 716 | 2026-08-15T07:00:50.965Z | Downloaded inout v0.2.2 |
| 717 | 2026-08-15T07:00:50.965Z | Downloaded instability v0.3.11 |
| 718 | 2026-08-15T07:00:50.965Z | Downloaded instant v0.1.13 |
| 719 | 2026-08-15T07:00:50.965Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 720 | 2026-08-15T07:00:50.968Z | Downloaded allocator-api2 v0.2.21 |
| 721 | 2026-08-15T07:00:50.971Z | Downloaded unicase v2.9.0 |
| 722 | 2026-08-15T07:00:51.004Z | Downloaded flume v0.11.1 |
| 723 | 2026-08-15T07:00:51.005Z | Downloaded quinn-udp v0.5.14 |
| 724 | 2026-08-15T07:00:51.005Z | Downloaded serde-hex v0.1.0 |
| 725 | 2026-08-15T07:00:51.005Z | Downloaded linked-hash-map v0.5.6 |
| 726 | 2026-08-15T07:00:51.005Z | Downloaded md-5 v0.10.6 |
| 727 | 2026-08-15T07:00:51.005Z | Downloaded base64 v0.21.7 |
| 728 | 2026-08-15T07:00:51.005Z | Downloaded vergen-gitcl v1.0.8 |
| 729 | 2026-08-15T07:00:51.005Z | Downloaded vergen-lib v0.1.6 |
| 730 | 2026-08-15T07:00:51.005Z | Downloaded vergen-lib v9.1.0 |
| 731 | 2026-08-15T07:00:51.005Z | Downloaded vergen-git2 v9.1.0 |
| 732 | 2026-08-15T07:00:51.005Z | Downloaded new_debug_unreachable v1.0.6 |
| 733 | 2026-08-15T07:00:51.005Z | Downloaded kstat-rs v0.2.5 |
| 734 | 2026-08-15T07:00:51.005Z | Downloaded num-derive v0.4.2 |
| 735 | 2026-08-15T07:00:51.006Z | Downloaded httparse v1.10.1 |
| 736 | 2026-08-15T07:00:51.006Z | Downloaded libscf-sys v1.2.0 |
| 737 | 2026-08-15T07:00:51.007Z | Downloaded managed v0.8.0 |
| 738 | 2026-08-15T07:00:51.007Z | Downloaded num v0.4.3 |
| 739 | 2026-08-15T07:00:51.010Z | Downloaded crossbeam-deque v0.8.6 |
| 740 | 2026-08-15T07:00:51.010Z | Downloaded getrandom v0.2.17 |
| 741 | 2026-08-15T07:00:51.010Z | Downloaded smallvec v1.15.1 |
| 742 | 2026-08-15T07:00:51.010Z | Downloaded defmt-macros v1.0.1 |
| 743 | 2026-08-15T07:00:51.013Z | Downloaded phf_shared v0.11.3 |
| 744 | 2026-08-15T07:00:51.016Z | Downloaded digest v0.11.3 |
| 745 | 2026-08-15T07:00:51.019Z | Downloaded spin v0.9.8 |
| 746 | 2026-08-15T07:00:51.019Z | Downloaded const_format_proc_macros v0.2.34 |
| 747 | 2026-08-15T07:00:51.022Z | Downloaded chacha20poly1305 v0.10.1 |
| 748 | 2026-08-15T07:00:51.022Z | Downloaded compact_str v0.8.1 |
| 749 | 2026-08-15T07:00:51.025Z | Downloaded pin-project v1.1.11 |
| 750 | 2026-08-15T07:00:51.030Z | Downloaded prefix-trie v0.7.0 |
| 751 | 2026-08-15T07:00:51.033Z | Downloaded generic-array v1.4.3 |
| 752 | 2026-08-15T07:00:51.033Z | Downloaded papergrid v0.18.0 |
| 753 | 2026-08-15T07:00:51.036Z | Downloaded dof v0.4.0 |
| 754 | 2026-08-15T07:00:51.036Z | Downloaded ecdsa v0.16.9 |
| 755 | 2026-08-15T07:00:51.036Z | Downloaded flate2 v1.1.9 |
| 756 | 2026-08-15T07:00:51.039Z | Downloaded psl-types v2.0.11 |
| 757 | 2026-08-15T07:00:51.040Z | Downloaded rfc6979 v0.4.0 |
| 758 | 2026-08-15T07:00:51.044Z | Downloaded rand_chacha v0.3.1 |
| 759 | 2026-08-15T07:00:51.045Z | Downloaded rand_pcg v0.10.2 |
| 760 | 2026-08-15T07:00:51.045Z | Downloaded ref-cast-impl v1.0.25 |
| 761 | 2026-08-15T07:00:51.047Z | Downloaded backtrace v0.3.76 |
| 762 | 2026-08-15T07:00:51.047Z | Downloaded humantime v2.3.0 |
| 763 | 2026-08-15T07:00:51.047Z | Downloaded ref-cast v1.0.25 |
| 764 | 2026-08-15T07:00:51.050Z | Downloaded ar_archive_writer v0.5.1 |
| 765 | 2026-08-15T07:00:51.050Z | Downloaded chumsky v0.9.3 |
| 766 | 2026-08-15T07:00:51.053Z | Downloaded bytes v1.11.1 |
| 767 | 2026-08-15T07:00:51.057Z | Downloaded ingot v0.2.1 |
| 768 | 2026-08-15T07:00:51.062Z | Downloaded seq-macro v0.3.6 |
| 769 | 2026-08-15T07:00:51.062Z | Downloaded vergen v9.1.0 |
| 770 | 2026-08-15T07:00:51.062Z | Downloaded linear-map v1.2.0 |
| 771 | 2026-08-15T07:00:51.065Z | Downloaded keccak v0.2.0 |
| 772 | 2026-08-15T07:00:51.066Z | Downloaded native-tls v0.2.18 |
| 773 | 2026-08-15T07:00:51.066Z | Downloaded serde-big-array v0.5.1 |
| 774 | 2026-08-15T07:00:51.071Z | Downloaded hmac v0.13.0 |
| 775 | 2026-08-15T07:00:51.074Z | Downloaded headers v0.4.1 |
| 776 | 2026-08-15T07:00:51.078Z | Downloaded heapless v0.8.0 |
| 777 | 2026-08-15T07:00:51.078Z | Downloaded crossbeam-epoch v0.9.18 |
| 778 | 2026-08-15T07:00:51.083Z | Downloaded heapless v0.7.17 |
| 779 | 2026-08-15T07:00:51.086Z | Downloaded tokio-rustls v0.26.4 |
| 780 | 2026-08-15T07:00:51.086Z | Downloaded daft-derive v0.1.7 |
| 781 | 2026-08-15T07:00:51.086Z | Downloaded socket2 v0.6.3 |
| 782 | 2026-08-15T07:00:51.089Z | Downloaded console v0.16.2 |
| 783 | 2026-08-15T07:00:51.089Z | Downloaded cookie v0.18.1 |
| 784 | 2026-08-15T07:00:51.089Z | Downloaded num-primitive v0.2.1 |
| 785 | 2026-08-15T07:00:51.092Z | Downloaded pem v3.0.6 |
| 786 | 2026-08-15T07:00:51.092Z | Downloaded pem-rfc7468 v0.7.0 |
| 787 | 2026-08-15T07:00:51.092Z | Downloaded strsim v0.10.0 |
| 788 | 2026-08-15T07:00:51.092Z | Downloaded testing_table v0.3.0 |
| 789 | 2026-08-15T07:00:51.095Z | Downloaded thread-id v5.1.0 |
| 790 | 2026-08-15T07:00:51.095Z | Downloaded sigpipe v0.1.3 |
| 791 | 2026-08-15T07:00:51.095Z | Downloaded tap v1.0.1 |
| 792 | 2026-08-15T07:00:51.095Z | Downloaded paste v1.0.15 |
| 793 | 2026-08-15T07:00:51.095Z | Downloaded half v2.7.1 |
| 794 | 2026-08-15T07:00:51.101Z | Downloaded progenitor-impl v0.14.0 |
| 795 | 2026-08-15T07:00:51.101Z | Downloaded parse-display-derive v0.10.0 |
| 796 | 2026-08-15T07:00:51.104Z | Downloaded trait-variant v0.1.2 |
| 797 | 2026-08-15T07:00:51.104Z | Downloaded tokio-macros v2.7.0 |
| 798 | 2026-08-15T07:00:51.108Z | Downloaded der_derive v0.7.3 |
| 799 | 2026-08-15T07:00:51.108Z | Downloaded pkg-config v0.3.32 |
| 800 | 2026-08-15T07:00:51.108Z | Downloaded test-strategy v0.4.5 |
| 801 | 2026-08-15T07:00:51.110Z | Downloaded derive_builder v0.20.2 |
| 802 | 2026-08-15T07:00:51.111Z | Downloaded progenitor-client v0.13.0 |
| 803 | 2026-08-15T07:00:51.111Z | Downloaded psm v0.1.30 |
| 804 | 2026-08-15T07:00:51.113Z | Downloaded rand_seeder v0.4.0 |
| 805 | 2026-08-15T07:00:51.113Z | Downloaded russh-cryptovec v0.62.0 |
| 806 | 2026-08-15T07:00:51.113Z | Downloaded hybrid-array v0.4.13 |
| 807 | 2026-08-15T07:00:51.116Z | Downloaded untrusted v0.9.0 |
| 808 | 2026-08-15T07:00:51.116Z | Downloaded usdt-macro v0.6.0 |
| 809 | 2026-08-15T07:00:51.116Z | Downloaded wait-timeout v0.2.1 |
| 810 | 2026-08-15T07:00:51.116Z | Downloaded hashbrown v0.13.2 |
| 811 | 2026-08-15T07:00:51.119Z | Downloaded rayon-core v1.13.0 |
| 812 | 2026-08-15T07:00:51.122Z | Downloaded scuffle v0.1.0 |
| 813 | 2026-08-15T07:00:51.122Z | Downloaded tungstenite v0.23.0 |
| 814 | 2026-08-15T07:00:51.125Z | Downloaded async-compression v0.4.41 |
| 815 | 2026-08-15T07:00:51.128Z | Downloaded unicode-bidi v0.3.18 |
| 816 | 2026-08-15T07:00:51.130Z | Downloaded unsafe-libyaml v0.2.11 |
| 817 | 2026-08-15T07:00:51.131Z | Downloaded zerocopy v0.6.6 |
| 818 | 2026-08-15T07:00:51.133Z | Downloaded rusty-fork v0.3.1 |
| 819 | 2026-08-15T07:00:51.134Z | Downloaded serdect v0.4.3 |
| 820 | 2026-08-15T07:00:51.134Z | Downloaded schemars_derive v0.8.22 |
| 821 | 2026-08-15T07:00:51.135Z | Downloaded darling_macro v0.13.4 |
| 822 | 2026-08-15T07:00:51.138Z | Downloaded darling_macro v0.20.11 |
| 823 | 2026-08-15T07:00:51.141Z | Downloaded scroll v0.13.0 |
| 824 | 2026-08-15T07:00:51.141Z | Downloaded signal-hook-registry v1.4.8 |
| 825 | 2026-08-15T07:00:51.141Z | Downloaded slog-async v2.8.0 |
| 826 | 2026-08-15T07:00:51.141Z | Downloaded stacker v0.1.23 |
| 827 | 2026-08-15T07:00:51.144Z | Downloaded strum_macros v0.24.3 |
| 828 | 2026-08-15T07:00:51.155Z | Downloaded slog-scope v4.4.1 |
| 829 | 2026-08-15T07:00:51.158Z | Downloaded snafu-derive v0.8.9 |
| 830 | 2026-08-15T07:00:51.161Z | Downloaded tiny-keccak v2.0.2 |
| 831 | 2026-08-15T07:00:51.161Z | Downloaded synstructure v0.13.2 |
| 832 | 2026-08-15T07:00:51.161Z | Downloaded derive_builder_macro v0.20.2 |
| 833 | 2026-08-15T07:00:51.161Z | Downloaded hickory-resolver v0.25.2 |
| 834 | 2026-08-15T07:00:51.164Z | Downloaded display-error-chain v0.2.2 |
| 835 | 2026-08-15T07:00:51.166Z | Downloaded hyper-tls v0.6.0 |
| 836 | 2026-08-15T07:00:51.167Z | Downloaded tokio-dtrace v0.1.1 |
| 837 | 2026-08-15T07:00:51.167Z | Downloaded tokio-native-tls v0.3.1 |
| 838 | 2026-08-15T07:00:51.170Z | Downloaded darling v0.23.0 |
| 839 | 2026-08-15T07:00:51.173Z | Downloaded hickory-resolver v0.24.4 |
| 840 | 2026-08-15T07:00:51.173Z | Downloaded pkcs8 v0.10.2 |
| 841 | 2026-08-15T07:00:51.177Z | Downloaded pkcs8 v0.11.0 |
| 842 | 2026-08-15T07:00:51.177Z | Downloaded tar v0.4.46 |
| 843 | 2026-08-15T07:00:51.177Z | Downloaded uzers v0.12.2 |
| 844 | 2026-08-15T07:00:51.181Z | Downloaded inout v0.1.4 |
| 845 | 2026-08-15T07:00:51.181Z | Downloaded qorb v0.4.1 |
| 846 | 2026-08-15T07:00:51.184Z | Downloaded lru-slab v0.1.2 |
| 847 | 2026-08-15T07:00:51.184Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 848 | 2026-08-15T07:00:51.184Z | Downloaded pkcs1 v0.7.5 |
| 849 | 2026-08-15T07:00:51.184Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 850 | 2026-08-15T07:00:51.187Z | Downloaded progenitor v0.14.0 |
| 851 | 2026-08-15T07:00:51.187Z | Downloaded dsl_auto_type v0.2.0 |
| 852 | 2026-08-15T07:00:51.190Z | Downloaded hickory-server v0.25.2 |
| 853 | 2026-08-15T07:00:51.193Z | Downloaded keccak v0.1.6 |
| 854 | 2026-08-15T07:00:51.193Z | Downloaded kem v0.3.0 |
| 855 | 2026-08-15T07:00:51.193Z | Downloaded is_ci v1.2.0 |
| 856 | 2026-08-15T07:00:51.193Z | Downloaded md5 v0.8.0 |
| 857 | 2026-08-15T07:00:51.196Z | Downloaded whoami v1.6.1 |
| 858 | 2026-08-15T07:00:51.196Z | Downloaded yoke v0.8.1 |
| 859 | 2026-08-15T07:00:51.199Z | Downloaded rustls-pki-types v1.14.0 |
| 860 | 2026-08-15T07:00:51.199Z | Downloaded cc v1.2.56 |
| 861 | 2026-08-15T07:00:51.202Z | Downloaded borsh v1.8.0 |
| 862 | 2026-08-15T07:00:51.205Z | Downloaded indexmap v1.9.3 |
| 863 | 2026-08-15T07:00:51.208Z | Downloaded corncobs v0.1.4 |
| 864 | 2026-08-15T07:00:51.210Z | Downloaded parse-display v0.10.0 |
| 865 | 2026-08-15T07:00:51.210Z | Downloaded xshell v0.2.7 |
| 866 | 2026-08-15T07:00:51.210Z | Downloaded zerovec-derive v0.11.2 |
| 867 | 2026-08-15T07:00:51.210Z | Downloaded maybe-uninit v2.0.0 |
| 868 | 2026-08-15T07:00:51.213Z | Downloaded memoffset v0.9.1 |
| 869 | 2026-08-15T07:00:51.213Z | Downloaded path-slash v0.1.5 |
| 870 | 2026-08-15T07:00:51.214Z | Downloaded percent-encoding v2.3.2 |
| 871 | 2026-08-15T07:00:51.214Z | Downloaded expectorate v1.2.0 |
| 872 | 2026-08-15T07:00:51.217Z | Downloaded num-traits v0.2.19 |
| 873 | 2026-08-15T07:00:51.219Z | Downloaded zerotrie v0.2.3 |
| 874 | 2026-08-15T07:00:51.222Z | Downloaded zopfli v0.8.3 |
| 875 | 2026-08-15T07:00:51.225Z | Downloaded pwd v1.4.0 |
| 876 | 2026-08-15T07:00:51.225Z | Downloaded rand_xorshift v0.4.0 |
| 877 | 2026-08-15T07:00:51.229Z | Downloaded darling_core v0.23.0 |
| 878 | 2026-08-15T07:00:51.232Z | Downloaded sapling-renderdag v0.1.0 |
| 879 | 2026-08-15T07:00:51.232Z | Downloaded derive_builder_core v0.20.2 |
| 880 | 2026-08-15T07:00:51.236Z | Downloaded support-bundle-viewer v0.1.2 |
| 881 | 2026-08-15T07:00:51.236Z | Downloaded rfc6979 v0.6.0 |
| 882 | 2026-08-15T07:00:51.239Z | Downloaded signal-hook-tokio v0.3.1 |
| 883 | 2026-08-15T07:00:51.242Z | Downloaded bumpalo v3.20.2 |
| 884 | 2026-08-15T07:00:51.244Z | Downloaded ingot-types v0.2.0 |
| 885 | 2026-08-15T07:00:51.247Z | Downloaded nonempty v0.12.0 |
| 886 | 2026-08-15T07:00:51.248Z | Downloaded num_enum_derive v0.7.6 |
| 887 | 2026-08-15T07:00:51.248Z | Downloaded pkcs5 v0.8.1 |
| 888 | 2026-08-15T07:00:51.251Z | Downloaded unicode-properties v0.1.4 |
| 889 | 2026-08-15T07:00:51.251Z | Downloaded nu-ansi-term v0.50.3 |
| 890 | 2026-08-15T07:00:51.251Z | Downloaded slog-bunyan v2.5.0 |
| 891 | 2026-08-15T07:00:51.254Z | Downloaded ssh-cipher v0.2.0 |
| 892 | 2026-08-15T07:00:51.254Z | Downloaded icu_normalizer v2.1.1 |
| 893 | 2026-08-15T07:00:51.257Z | Downloaded sync_wrapper v1.0.2 |
| 894 | 2026-08-15T07:00:51.257Z | Downloaded ron v0.8.1 |
| 895 | 2026-08-15T07:00:51.260Z | Downloaded aes v0.9.1 |
| 896 | 2026-08-15T07:00:51.260Z | Downloaded num_enum v0.7.6 |
| 897 | 2026-08-15T07:00:51.264Z | Downloaded openssl-probe v0.1.6 |
| 898 | 2026-08-15T07:00:51.267Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 899 | 2026-08-15T07:00:51.267Z | Downloaded time-core v0.1.8 |
| 900 | 2026-08-15T07:00:51.271Z | Downloaded try-lock v0.2.5 |
| 901 | 2026-08-15T07:00:51.271Z | Downloaded crc32fast v1.5.0 |
| 902 | 2026-08-15T07:00:51.271Z | Downloaded aes-gcm v0.11.0 |
| 903 | 2026-08-15T07:00:51.274Z | Downloaded miniz_oxide v0.8.9 |
| 904 | 2026-08-15T07:00:51.274Z | Downloaded crossbeam-utils v0.8.21 |
| 905 | 2026-08-15T07:00:51.278Z | Downloaded sync-ptr v0.1.4 |
| 906 | 2026-08-15T07:00:51.278Z | Downloaded oxnet v0.1.6 |
| 907 | 2026-08-15T07:00:51.278Z | Downloaded const-oid v0.9.6 |
| 908 | 2026-08-15T07:00:51.283Z | Downloaded postgres-protocol v0.6.10 |
| 909 | 2026-08-15T07:00:51.283Z | Downloaded pem-rfc7468 v1.0.0 |
| 910 | 2026-08-15T07:00:51.285Z | Downloaded hashbrown v0.12.3 |
| 911 | 2026-08-15T07:00:51.285Z | Downloaded http v1.4.2 |
| 912 | 2026-08-15T07:00:51.288Z | Downloaded zone v0.3.1 |
| 913 | 2026-08-15T07:00:51.288Z | Downloaded yoke-derive v0.8.1 |
| 914 | 2026-08-15T07:00:51.288Z | Downloaded p384 v0.14.0 |
| 915 | 2026-08-15T07:00:51.292Z | Downloaded crucible-workspace-hack v0.1.0 |
| 916 | 2026-08-15T07:00:51.292Z | Downloaded ssh-key v0.6.7 |
| 917 | 2026-08-15T07:00:51.295Z | Downloaded unicode-truncate v1.1.0 |
| 918 | 2026-08-15T07:00:51.295Z | Downloaded openssl-sys v0.9.117 |
| 919 | 2026-08-15T07:00:51.298Z | Downloaded oso v0.27.3 |
| 920 | 2026-08-15T07:00:51.302Z | Downloaded shlex v1.3.0 |
| 921 | 2026-08-15T07:00:51.305Z | Downloaded rustls-pemfile v2.2.0 |
| 922 | 2026-08-15T07:00:51.305Z | Downloaded ed25519 v3.0.0 |
| 923 | 2026-08-15T07:00:51.308Z | Downloaded waitgroup v0.1.2 |
| 924 | 2026-08-15T07:00:51.308Z | Downloaded usdt v0.6.0 |
| 925 | 2026-08-15T07:00:51.311Z | Downloaded hubpack_derive v0.1.1 |
| 926 | 2026-08-15T07:00:51.311Z | Downloaded derive_more v2.1.1 |
| 927 | 2026-08-15T07:00:51.318Z | Downloaded tracing-core v0.1.36 |
| 928 | 2026-08-15T07:00:51.321Z | Downloaded sec1 v0.8.1 |
| 929 | 2026-08-15T07:00:51.324Z | Downloaded serde_spanned v1.1.1 |
| 930 | 2026-08-15T07:00:51.324Z | Downloaded serde_with_macros v1.5.2 |
| 931 | 2026-08-15T07:00:51.324Z | Downloaded slog-stdlog v4.1.1 |
| 932 | 2026-08-15T07:00:51.324Z | Downloaded spki v0.8.0 |
| 933 | 2026-08-15T07:00:51.328Z | Downloaded ident_case v1.0.1 |
| 934 | 2026-08-15T07:00:51.328Z | Downloaded lalrpop-util v0.19.12 |
| 935 | 2026-08-15T07:00:51.328Z | Downloaded dyn-clone v1.0.20 |
| 936 | 2026-08-15T07:00:51.328Z | Downloaded typed-path v0.9.3 |
| 937 | 2026-08-15T07:00:51.331Z | Downloaded lazy_static v1.5.0 |
| 938 | 2026-08-15T07:00:51.335Z | Downloaded stringprep v0.1.5 |
| 939 | 2026-08-15T07:00:51.338Z | Downloaded serde_with v1.14.0 |
| 940 | 2026-08-15T07:00:51.340Z | Downloaded icu_locale_core v2.1.1 |
| 941 | 2026-08-15T07:00:51.343Z | Downloaded x509-cert v0.2.5 |
| 942 | 2026-08-15T07:00:51.346Z | Downloaded minimal-lexical v0.2.1 |
| 943 | 2026-08-15T07:00:51.349Z | Downloaded wyz v0.5.1 |
| 944 | 2026-08-15T07:00:51.349Z | Downloaded strum_macros v0.26.4 |
| 945 | 2026-08-15T07:00:51.352Z | Downloaded postgres-types v0.2.12 |
| 946 | 2026-08-15T07:00:51.352Z | Downloaded lru-cache v0.1.2 |
| 947 | 2026-08-15T07:00:51.352Z | Downloaded darling v0.20.11 |
| 948 | 2026-08-15T07:00:51.356Z | Downloaded parse-size v1.1.0 |
| 949 | 2026-08-15T07:00:51.359Z | Downloaded progenitor-client v0.14.0 |
| 950 | 2026-08-15T07:00:51.362Z | Downloaded recursive v0.1.1 |
| 951 | 2026-08-15T07:00:51.362Z | Downloaded snafu v0.8.9 |
| 952 | 2026-08-15T07:00:51.366Z | Downloaded convert_case v0.10.0 |
| 953 | 2026-08-15T07:00:51.366Z | Downloaded dashu-base v0.5.1 |
| 954 | 2026-08-15T07:00:51.369Z | Downloaded phf_shared v0.12.1 |
| 955 | 2026-08-15T07:00:51.371Z | Downloaded powerfmt v0.2.0 |
| 956 | 2026-08-15T07:00:51.371Z | Downloaded num-bigint-dig v0.8.6 |
| 957 | 2026-08-15T07:00:51.374Z | Downloaded drift v0.2.0 |
| 958 | 2026-08-15T07:00:51.377Z | Downloaded serde_cbor v0.11.2 |
| 959 | 2026-08-15T07:00:51.380Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 960 | 2026-08-15T07:00:51.380Z | Downloaded scheduled-thread-pool v0.2.7 |
| 961 | 2026-08-15T07:00:51.380Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 962 | 2026-08-15T07:00:51.384Z | Downloaded defmt v1.0.1 |
| 963 | 2026-08-15T07:00:51.384Z | Downloaded predicates-core v1.0.10 |
| 964 | 2026-08-15T07:00:51.384Z | Downloaded russh-util v0.52.0 |
| 965 | 2026-08-15T07:00:51.384Z | Downloaded serde_bytes v0.11.19 |
| 966 | 2026-08-15T07:00:51.387Z | Downloaded displaydoc v0.2.5 |
| 967 | 2026-08-15T07:00:51.390Z | Downloaded memmap2 v0.9.10 |
| 968 | 2026-08-15T07:00:51.390Z | Downloaded ecdsa v0.17.0 |
| 969 | 2026-08-15T07:00:51.393Z | Downloaded stable_deref_trait v1.2.1 |
| 970 | 2026-08-15T07:00:51.395Z | Downloaded structmeta-derive v0.3.0 |
| 971 | 2026-08-15T07:00:51.395Z | Downloaded icu_properties v2.1.2 |
| 972 | 2026-08-15T07:00:51.398Z | Downloaded ignore v0.4.25 |
| 973 | 2026-08-15T07:00:51.401Z | Downloaded indoc v2.0.7 |
| 974 | 2026-08-15T07:00:51.404Z | Downloaded ipnet v2.12.1 |
| 975 | 2026-08-15T07:00:51.404Z | Downloaded ssh-cipher v0.3.0 |
| 976 | 2026-08-15T07:00:51.404Z | Downloaded slog-envlogger v2.2.0 |
| 977 | 2026-08-15T07:00:51.404Z | Downloaded zip v0.6.6 |
| 978 | 2026-08-15T07:00:51.407Z | Downloaded supports-unicode v3.0.0 |
| 979 | 2026-08-15T07:00:51.407Z | Downloaded nanorand v0.7.0 |
| 980 | 2026-08-15T07:00:51.411Z | Downloaded typify-macro v0.6.2 |
| 981 | 2026-08-15T07:00:51.414Z | Downloaded samael v0.0.19 |
| 982 | 2026-08-15T07:00:51.420Z | Downloaded darling_core v0.21.3 |
| 983 | 2026-08-15T07:00:51.424Z | Downloaded derive_more v0.99.20 |
| 984 | 2026-08-15T07:00:51.426Z | Downloaded tokio-stream v0.1.18 |
| 985 | 2026-08-15T07:00:51.429Z | Downloaded tui-tree-widget v0.23.1 |
| 986 | 2026-08-15T07:00:51.429Z | Downloaded void v1.0.2 |
| 987 | 2026-08-15T07:00:51.429Z | Downloaded p256 v0.13.2 |
| 988 | 2026-08-15T07:00:51.432Z | Downloaded ctutils v0.4.2 |
| 989 | 2026-08-15T07:00:51.432Z | Downloaded progenitor v0.13.0 |
| 990 | 2026-08-15T07:00:51.432Z | Downloaded rand_chacha v0.9.0 |
| 991 | 2026-08-15T07:00:51.435Z | Downloaded hashbrown v0.14.5 |
| 992 | 2026-08-15T07:00:51.438Z | Downloaded cookie_store v0.22.1 |
| 993 | 2026-08-15T07:00:51.441Z | Downloaded num_enum v0.5.11 |
| 994 | 2026-08-15T07:00:51.444Z | Downloaded peg v0.8.5 |
| 995 | 2026-08-15T07:00:51.444Z | Downloaded rustversion v1.0.22 |
| 996 | 2026-08-15T07:00:51.447Z | Downloaded defmt v0.3.100 |
| 997 | 2026-08-15T07:00:51.447Z | Downloaded zone_cfg_derive v0.3.1 |
| 998 | 2026-08-15T07:00:51.447Z | Downloaded dirs-sys-next v0.1.2 |
| 999 | 2026-08-15T07:00:51.447Z | Downloaded idna_adapter v1.2.1 |
| 1000 | 2026-08-15T07:00:51.447Z | Downloaded httpdate v1.0.3 |
| 1001 | 2026-08-15T07:00:51.450Z | Downloaded hyper-rustls v0.27.7 |
| 1002 | 2026-08-15T07:00:51.454Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1003 | 2026-08-15T07:00:51.457Z | Downloaded hashbrown v0.16.1 |
| 1004 | 2026-08-15T07:00:51.460Z | Downloaded radium v0.7.0 |
| 1005 | 2026-08-15T07:00:51.460Z | Downloaded ed25519-dalek v3.0.0 |
| 1006 | 2026-08-15T07:00:51.463Z | Downloaded scrypt v0.12.0 |
| 1007 | 2026-08-15T07:00:51.463Z | Downloaded simd-adler32 v0.3.8 |
| 1008 | 2026-08-15T07:00:51.463Z | Downloaded take_mut v0.2.2 |
| 1009 | 2026-08-15T07:00:51.463Z | Downloaded thread_local v1.1.9 |
| 1010 | 2026-08-15T07:00:51.466Z | Downloaded darling v0.21.3 |
| 1011 | 2026-08-15T07:00:51.466Z | Downloaded maplit v1.0.2 |
| 1012 | 2026-08-15T07:00:51.466Z | Downloaded mime v0.3.17 |
| 1013 | 2026-08-15T07:00:51.469Z | Downloaded diff v0.1.13 |
| 1014 | 2026-08-15T07:00:51.469Z | Downloaded hashbrown v0.15.5 |
| 1015 | 2026-08-15T07:00:51.472Z | Downloaded serde_derive_internals v0.29.1 |
| 1016 | 2026-08-15T07:00:51.472Z | Downloaded spki v0.7.3 |
| 1017 | 2026-08-15T07:00:51.474Z | Downloaded icu_normalizer_data v2.1.1 |
| 1018 | 2026-08-15T07:00:51.474Z | Downloaded indicatif v0.18.4 |
| 1019 | 2026-08-15T07:00:51.477Z | Downloaded tls_codec_derive v0.4.2 |
| 1020 | 2026-08-15T07:00:51.477Z | Downloaded ipnetwork v0.21.1 |
| 1021 | 2026-08-15T07:00:51.481Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1022 | 2026-08-15T07:00:51.482Z | Downloaded litrs v1.0.0 |
| 1023 | 2026-08-15T07:00:51.482Z | Downloaded openssl-macros v0.1.1 |
| 1024 | 2026-08-15T07:00:51.482Z | Downloaded oso-derive v0.27.3 |
| 1025 | 2026-08-15T07:00:51.482Z | Downloaded want v0.3.1 |
| 1026 | 2026-08-15T07:00:51.484Z | Downloaded miette-derive v7.6.0 |
| 1027 | 2026-08-15T07:00:51.484Z | Downloaded potential_utf v0.1.4 |
| 1028 | 2026-08-15T07:00:51.487Z | Downloaded miette v7.6.0 |
| 1029 | 2026-08-15T07:00:51.490Z | Downloaded nom v7.1.3 |
| 1030 | 2026-08-15T07:00:51.493Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1031 | 2026-08-15T07:00:51.496Z | Downloaded writeable v0.6.2 |
| 1032 | 2026-08-15T07:00:51.501Z | Downloaded signature v2.2.0 |
| 1033 | 2026-08-15T07:00:51.504Z | Downloaded poly1305 v0.9.0 |
| 1034 | 2026-08-15T07:00:51.509Z | Downloaded tungstenite v0.21.0 |
| 1035 | 2026-08-15T07:00:51.512Z | Downloaded derive-ex v0.1.8 |
| 1036 | 2026-08-15T07:00:51.517Z | Downloaded serde_repr v0.1.20 |
| 1037 | 2026-08-15T07:00:51.521Z | Downloaded strum v0.27.2 |
| 1038 | 2026-08-15T07:00:51.521Z | Downloaded zstd v0.13.3 |
| 1039 | 2026-08-15T07:00:51.521Z | Downloaded dropshot_endpoint v0.17.1 |
| 1040 | 2026-08-15T07:00:51.524Z | Downloaded sqlparser_derive v0.5.0 |
| 1041 | 2026-08-15T07:00:51.524Z | Downloaded tokio-test v0.4.5 |
| 1042 | 2026-08-15T07:00:51.524Z | Downloaded aho-corasick v1.1.4 |
| 1043 | 2026-08-15T07:00:51.527Z | Downloaded reqwest v0.13.2 |
| 1044 | 2026-08-15T07:00:51.530Z | Downloaded prettyplease v0.2.37 |
| 1045 | 2026-08-15T07:00:51.533Z | Downloaded tower-layer v0.3.3 |
| 1046 | 2026-08-15T07:00:51.533Z | Downloaded libloading v0.8.9 |
| 1047 | 2026-08-15T07:00:51.533Z | Downloaded match_cfg v0.1.0 |
| 1048 | 2026-08-15T07:00:51.533Z | Downloaded progenitor-impl v0.13.0 |
| 1049 | 2026-08-15T07:00:51.536Z | Downloaded lock_api v0.4.14 |
| 1050 | 2026-08-15T07:00:51.536Z | Downloaded unarray v0.1.4 |
| 1051 | 2026-08-15T07:00:51.536Z | Downloaded const-oid v0.10.2 |
| 1052 | 2026-08-15T07:00:51.539Z | Downloaded internet-checksum v0.2.1 |
| 1053 | 2026-08-15T07:00:51.539Z | Downloaded tower v0.5.3 |
| 1054 | 2026-08-15T07:00:51.542Z | Downloaded wnaf v0.14.0 |
| 1055 | 2026-08-15T07:00:51.546Z | Downloaded tracing-attributes v0.1.31 |
| 1056 | 2026-08-15T07:00:51.546Z | Downloaded crc8 v0.1.1 |
| 1057 | 2026-08-15T07:00:51.546Z | Downloaded cstr-argument v0.1.2 |
| 1058 | 2026-08-15T07:00:51.549Z | Downloaded universal-hash v0.6.1 |
| 1059 | 2026-08-15T07:00:51.549Z | Downloaded untrusted v0.7.1 |
| 1060 | 2026-08-15T07:00:51.552Z | Downloaded convert_case v0.4.0 |
| 1061 | 2026-08-15T07:00:51.554Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1062 | 2026-08-15T07:00:51.554Z | Downloaded digest-io v0.1.0 |
| 1063 | 2026-08-15T07:00:51.557Z | Downloaded h2 v0.4.15 |
| 1064 | 2026-08-15T07:00:51.560Z | Downloaded publicsuffix v2.3.0 |
| 1065 | 2026-08-15T07:00:51.569Z | Downloaded pin-project-lite v0.2.17 |
| 1066 | 2026-08-15T07:00:51.572Z | Downloaded serde_plain v1.0.2 |
| 1067 | 2026-08-15T07:00:51.575Z | Downloaded ppv-lite86 v0.2.21 |
| 1068 | 2026-08-15T07:00:51.575Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1069 | 2026-08-15T07:00:51.579Z | Downloaded num_threads v0.1.7 |
| 1070 | 2026-08-15T07:00:51.579Z | Downloaded progenitor-macro v0.14.0 |
| 1071 | 2026-08-15T07:00:51.582Z | Downloaded shell-words v1.1.1 |
| 1072 | 2026-08-15T07:00:51.582Z | Downloaded futures-util v0.3.32 |
| 1073 | 2026-08-15T07:00:51.588Z | Downloaded hkdf v0.12.4 |
| 1074 | 2026-08-15T07:00:51.591Z | Downloaded hkdf v0.13.0 |
| 1075 | 2026-08-15T07:00:51.591Z | Downloaded omicron-zone-package v0.12.3 |
| 1076 | 2026-08-15T07:00:51.593Z | Downloaded iana-time-zone v0.1.65 |
| 1077 | 2026-08-15T07:00:51.594Z | Downloaded zerovec v0.11.5 |
| 1078 | 2026-08-15T07:00:51.596Z | Downloaded structmeta v0.3.0 |
| 1079 | 2026-08-15T07:00:51.600Z | Downloaded thiserror-no-std v2.0.2 |
| 1080 | 2026-08-15T07:00:51.600Z | Downloaded slog-json v2.6.1 |
| 1081 | 2026-08-15T07:00:51.600Z | Downloaded sqlformat v0.3.5 |
| 1082 | 2026-08-15T07:00:51.603Z | Downloaded tabwriter v1.4.1 |
| 1083 | 2026-08-15T07:00:51.603Z | Downloaded reqwest v0.12.28 |
| 1084 | 2026-08-15T07:00:51.606Z | Downloaded tough v0.22.0 |
| 1085 | 2026-08-15T07:00:51.609Z | Downloaded schemars v1.2.1 |
| 1086 | 2026-08-15T07:00:51.623Z | Downloaded utf-8 v0.7.6 |
| 1087 | 2026-08-15T07:00:51.627Z | Downloaded xshell-macros v0.2.7 |
| 1088 | 2026-08-15T07:00:51.627Z | Downloaded unicode-segmentation v1.12.0 |
| 1089 | 2026-08-15T07:00:51.627Z | Downloaded crc-catalog v2.4.0 |
| 1090 | 2026-08-15T07:00:51.627Z | Downloaded pretty_assertions v1.4.1 |
| 1091 | 2026-08-15T07:00:51.628Z | Downloaded num-modular v0.6.4 |
| 1092 | 2026-08-15T07:00:51.628Z | Downloaded itertools v0.13.0 |
| 1093 | 2026-08-15T07:00:51.628Z | Downloaded dropshot-api-manager v0.7.2 |
| 1094 | 2026-08-15T07:00:51.633Z | Downloaded toml v0.7.8 |
| 1095 | 2026-08-15T07:00:51.633Z | Downloaded parking_lot_core v0.9.12 |
| 1096 | 2026-08-15T07:00:51.633Z | Downloaded whoami v2.1.0 |
| 1097 | 2026-08-15T07:00:51.633Z | Downloaded deranged v0.5.8 |
| 1098 | 2026-08-15T07:00:51.637Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1099 | 2026-08-15T07:00:51.637Z | Downloaded dirs-next v2.0.0 |
| 1100 | 2026-08-15T07:00:51.637Z | Downloaded dunce v1.0.5 |
| 1101 | 2026-08-15T07:00:51.637Z | Downloaded dtrace-parser v0.3.0 |
| 1102 | 2026-08-15T07:00:51.637Z | Downloaded indent_write v2.2.0 |
| 1103 | 2026-08-15T07:00:51.637Z | Downloaded newtype_derive v0.1.6 |
| 1104 | 2026-08-15T07:00:51.641Z | Downloaded olpc-cjson v0.1.4 |
| 1105 | 2026-08-15T07:00:51.641Z | Downloaded sha1 v0.10.6 |
| 1106 | 2026-08-15T07:00:51.641Z | Downloaded predicates v3.1.4 |
| 1107 | 2026-08-15T07:00:51.642Z | Downloaded rawzip v0.4.4 |
| 1108 | 2026-08-15T07:00:51.645Z | Downloaded rayon v1.11.0 |
| 1109 | 2026-08-15T07:00:51.649Z | Downloaded rustc-demangle v0.1.27 |
| 1110 | 2026-08-15T07:00:51.652Z | Downloaded salsa20 v0.11.0 |
| 1111 | 2026-08-15T07:00:51.652Z | Downloaded mime_guess v2.0.5 |
| 1112 | 2026-08-15T07:00:51.652Z | Downloaded multer v3.1.0 |
| 1113 | 2026-08-15T07:00:51.655Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1114 | 2026-08-15T07:00:51.660Z | Downloaded cpubits v0.1.1 |
| 1115 | 2026-08-15T07:00:51.665Z | Downloaded der v0.7.10 |
| 1116 | 2026-08-15T07:00:51.668Z | Downloaded tinystr v0.8.2 |
| 1117 | 2026-08-15T07:00:51.672Z | Downloaded string_cache v0.8.9 |
| 1118 | 2026-08-15T07:00:51.672Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1119 | 2026-08-15T07:00:51.672Z | Downloaded tokio-postgres v0.7.16 |
| 1120 | 2026-08-15T07:00:51.675Z | Downloaded subtle v2.6.1 |
| 1121 | 2026-08-15T07:00:51.675Z | Downloaded crunchy v0.2.4 |
| 1122 | 2026-08-15T07:00:51.675Z | Downloaded slog-term v2.9.2 |
| 1123 | 2026-08-15T07:00:51.682Z | Downloaded darling_macro v0.21.3 |
| 1124 | 2026-08-15T07:00:51.684Z | Downloaded universal-hash v0.5.1 |
| 1125 | 2026-08-15T07:00:51.693Z | Downloaded itertools v0.14.0 |
| 1126 | 2026-08-15T07:00:51.695Z | Downloaded hyper v1.10.1 |
| 1127 | 2026-08-15T07:00:51.698Z | Downloaded walkdir v2.5.0 |
| 1128 | 2026-08-15T07:00:51.698Z | Downloaded csv-core v0.1.13 |
| 1129 | 2026-08-15T07:00:51.701Z | Downloaded socket2 v0.5.10 |
| 1130 | 2026-08-15T07:00:51.704Z | Downloaded delegate v0.13.5 |
| 1131 | 2026-08-15T07:00:51.704Z | Downloaded knus-derive v3.4.0 |
| 1132 | 2026-08-15T07:00:51.704Z | Downloaded libefi-sys v0.1.0 |
| 1133 | 2026-08-15T07:00:51.707Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1134 | 2026-08-15T07:00:51.707Z | Downloaded resolv-conf v0.7.6 |
| 1135 | 2026-08-15T07:00:51.707Z | Downloaded module-lattice v0.2.3 |
| 1136 | 2026-08-15T07:00:51.710Z | Downloaded pin-project-internal v1.1.11 |
| 1137 | 2026-08-15T07:00:51.710Z | Downloaded litemap v0.8.1 |
| 1138 | 2026-08-15T07:00:51.713Z | Downloaded unicode-xid v0.2.6 |
| 1139 | 2026-08-15T07:00:51.713Z | Downloaded document-features v0.2.12 |
| 1140 | 2026-08-15T07:00:51.716Z | Downloaded libm v0.2.16 |
| 1141 | 2026-08-15T07:00:51.724Z | Downloaded crossterm v0.28.1 |
| 1142 | 2026-08-15T07:00:51.727Z | Downloaded phf v0.13.1 |
| 1143 | 2026-08-15T07:00:51.730Z | Downloaded ssh-encoding v0.2.0 |
| 1144 | 2026-08-15T07:00:51.732Z | Downloaded is-terminal v0.4.17 |
| 1145 | 2026-08-15T07:00:51.732Z | Downloaded progenitor-extras v0.2.0 |
| 1146 | 2026-08-15T07:00:51.735Z | Downloaded serde_with_macros v3.21.0 |
| 1147 | 2026-08-15T07:00:51.735Z | Downloaded rlimit v0.10.2 |
| 1148 | 2026-08-15T07:00:51.739Z | Downloaded der v0.8.0 |
| 1149 | 2026-08-15T07:00:51.743Z | Downloaded darling_core v0.20.11 |
| 1150 | 2026-08-15T07:00:51.747Z | Downloaded scroll_derive v0.13.1 |
| 1151 | 2026-08-15T07:00:51.750Z | Downloaded topological-sort v0.2.2 |
| 1152 | 2026-08-15T07:00:51.753Z | Downloaded tokio-tungstenite v0.28.0 |
| 1153 | 2026-08-15T07:00:51.758Z | Downloaded hubpack v0.1.2 |
| 1154 | 2026-08-15T07:00:51.761Z | Downloaded num-iter v0.1.45 |
| 1155 | 2026-08-15T07:00:51.764Z | Downloaded data-encoding v2.10.0 |
| 1156 | 2026-08-15T07:00:51.767Z | Downloaded jobserver v0.1.34 |
| 1157 | 2026-08-15T07:00:51.767Z | Downloaded lru v0.18.2 |
| 1158 | 2026-08-15T07:00:51.767Z | Downloaded newtype-uuid v1.3.2 |
| 1159 | 2026-08-15T07:00:51.767Z | Downloaded aws-lc-rs v1.16.3 |
| 1160 | 2026-08-15T07:00:51.771Z | Downloaded indoc v1.0.9 |
| 1161 | 2026-08-15T07:00:51.774Z | Downloaded knus v3.4.0 |
| 1162 | 2026-08-15T07:00:51.780Z | Downloaded proc-macro-error2 v2.0.1 |
| 1163 | 2026-08-15T07:00:51.783Z | Downloaded termios v0.3.3 |
| 1164 | 2026-08-15T07:00:51.783Z | Downloaded downcast-rs v2.0.2 |
| 1165 | 2026-08-15T07:00:51.783Z | Downloaded semver v0.1.20 |
| 1166 | 2026-08-15T07:00:51.786Z | Downloaded zeroize_derive v1.5.0 |
| 1167 | 2026-08-15T07:00:51.786Z | Downloaded sponge-cursor v0.1.0 |
| 1168 | 2026-08-15T07:00:51.789Z | Downloaded zstd-safe v7.2.4 |
| 1169 | 2026-08-15T07:00:51.793Z | Downloaded url v2.5.8 |
| 1170 | 2026-08-15T07:00:51.801Z | Downloaded schemars v0.9.0 |
| 1171 | 2026-08-15T07:00:51.807Z | Downloaded ryu v1.0.23 |
| 1172 | 2026-08-15T07:00:51.810Z | Downloaded ctr v0.10.1 |
| 1173 | 2026-08-15T07:00:51.810Z | Downloaded libsw-core v0.3.2 |
| 1174 | 2026-08-15T07:00:51.813Z | Downloaded poly1305 v0.8.0 |
| 1175 | 2026-08-15T07:00:51.813Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1176 | 2026-08-15T07:00:51.816Z | Downloaded num-conv v0.2.0 |
| 1177 | 2026-08-15T07:00:51.816Z | Downloaded blake3 v1.8.5 |
| 1178 | 2026-08-15T07:00:51.819Z | Downloaded parking_lot_core v0.8.6 |
| 1179 | 2026-08-15T07:00:51.822Z | Downloaded zeroize v1.9.0 |
| 1180 | 2026-08-15T07:00:51.822Z | Downloaded phf v0.12.1 |
| 1181 | 2026-08-15T07:00:51.823Z | Downloaded predicates-tree v1.0.13 |
| 1182 | 2026-08-15T07:00:51.825Z | Downloaded zerofrom-derive v0.1.6 |
| 1183 | 2026-08-15T07:00:51.825Z | Downloaded derive_more-impl v2.1.1 |
| 1184 | 2026-08-15T07:00:51.828Z | Downloaded quick-error v1.2.3 |
| 1185 | 2026-08-15T07:00:51.831Z | Downloaded lru v0.12.5 |
| 1186 | 2026-08-15T07:00:51.834Z | Downloaded critical-section v1.2.0 |
| 1187 | 2026-08-15T07:00:51.834Z | Downloaded primefield v0.14.0 |
| 1188 | 2026-08-15T07:00:51.838Z | Downloaded jiff-static v0.2.34 |
| 1189 | 2026-08-15T07:00:51.841Z | Downloaded bitvec v1.0.1 |
| 1190 | 2026-08-15T07:00:51.848Z | Downloaded ingot-macros v0.2.0 |
| 1191 | 2026-08-15T07:00:51.852Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1192 | 2026-08-15T07:00:51.852Z | Downloaded progenitor-macro v0.13.0 |
| 1193 | 2026-08-15T07:00:51.852Z | Downloaded password-hash v0.6.1 |
| 1194 | 2026-08-15T07:00:51.852Z | Downloaded num-complex v0.4.6 |
| 1195 | 2026-08-15T07:00:51.855Z | Downloaded darling_core v0.13.4 |
| 1196 | 2026-08-15T07:00:51.855Z | Downloaded libxml v0.3.3 |
| 1197 | 2026-08-15T07:00:51.857Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1198 | 2026-08-15T07:00:51.860Z | Downloaded yasna v0.5.2 |
| 1199 | 2026-08-15T07:00:51.860Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1200 | 2026-08-15T07:00:51.860Z | Downloaded darling v0.13.4 |
| 1201 | 2026-08-15T07:00:51.863Z | Downloaded sha2 v0.11.0 |
| 1202 | 2026-08-15T07:00:51.867Z | Downloaded secrecy v0.8.0 |
| 1203 | 2026-08-15T07:00:51.871Z | Downloaded quinn v0.11.11 |
| 1204 | 2026-08-15T07:00:51.874Z | Downloaded pbkdf2 v0.13.0 |
| 1205 | 2026-08-15T07:00:51.875Z | Downloaded ssh-encoding v0.3.0 |
| 1206 | 2026-08-15T07:00:51.878Z | Downloaded p521 v0.14.0 |
| 1207 | 2026-08-15T07:00:51.878Z | Downloaded mio v1.2.0 |
| 1208 | 2026-08-15T07:00:51.881Z | Downloaded rand_core v0.6.4 |
| 1209 | 2026-08-15T07:00:51.883Z | Downloaded defmt-parser v1.0.0 |
| 1210 | 2026-08-15T07:00:51.883Z | Downloaded lzss v0.8.2 |
| 1211 | 2026-08-15T07:00:51.886Z | Downloaded postcard v1.1.3 |
| 1212 | 2026-08-15T07:00:51.890Z | Downloaded sec1 v0.7.3 |
| 1213 | 2026-08-15T07:00:51.893Z | Downloaded twox-hash v2.1.2 |
| 1214 | 2026-08-15T07:00:51.896Z | Downloaded vsss-rs v3.3.4 |
| 1215 | 2026-08-15T07:00:51.898Z | Downloaded daft v0.1.7 |
| 1216 | 2026-08-15T07:00:51.898Z | Downloaded git2 v0.20.4 |
| 1217 | 2026-08-15T07:00:51.902Z | Downloaded tokio-tungstenite v0.21.0 |
| 1218 | 2026-08-15T07:00:51.905Z | Downloaded smf v0.2.3 |
| 1219 | 2026-08-15T07:00:51.905Z | Downloaded tungstenite v0.28.0 |
| 1220 | 2026-08-15T07:00:51.908Z | Downloaded p384 v0.13.1 |
| 1221 | 2026-08-15T07:00:51.910Z | Downloaded slog v2.8.2 |
| 1222 | 2026-08-15T07:00:51.910Z | Downloaded same-file v1.0.6 |
| 1223 | 2026-08-15T07:00:51.910Z | Downloaded hyper-staticfile v0.10.1 |
| 1224 | 2026-08-15T07:00:51.914Z | Downloaded parking_lot v0.12.5 |
| 1225 | 2026-08-15T07:00:51.916Z | Downloaded unicode_categories v0.1.1 |
| 1226 | 2026-08-15T07:00:51.916Z | Downloaded constant_time_eq v0.4.2 |
| 1227 | 2026-08-15T07:00:51.917Z | Downloaded const_format v0.2.35 |
| 1228 | 2026-08-15T07:00:51.920Z | Downloaded crypto-bigint v0.5.5 |
| 1229 | 2026-08-15T07:00:51.924Z | Downloaded usdt-impl v0.6.0 |
| 1230 | 2026-08-15T07:00:51.924Z | Downloaded ed25519-dalek v2.2.0 |
| 1231 | 2026-08-15T07:00:51.927Z | Downloaded diesel-dtrace v0.5.0 |
| 1232 | 2026-08-15T07:00:51.930Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1233 | 2026-08-15T07:00:51.930Z | Downloaded signal-hook v0.3.18 |
| 1234 | 2026-08-15T07:00:51.933Z | Downloaded similar v2.7.0 |
| 1235 | 2026-08-15T07:00:51.936Z | Downloaded rand_core v0.9.5 |
| 1236 | 2026-08-15T07:00:51.936Z | Downloaded password-hash v0.5.0 |
| 1237 | 2026-08-15T07:00:51.941Z | Downloaded salty v0.3.0 |
| 1238 | 2026-08-15T07:00:51.944Z | Downloaded rand v0.8.6 |
| 1239 | 2026-08-15T07:00:51.947Z | Downloaded zerocopy-derive v0.8.56 |
| 1240 | 2026-08-15T07:00:51.975Z | Downloaded libsw v3.5.0 |
| 1241 | 2026-08-15T07:00:51.977Z | Downloaded ml-kem v0.3.2 |
| 1242 | 2026-08-15T07:00:51.977Z | Downloaded crossterm v0.29.0 |
| 1243 | 2026-08-15T07:00:51.977Z | Downloaded subprocess v0.2.15 |
| 1244 | 2026-08-15T07:00:51.977Z | Downloaded term v0.7.0 |
| 1245 | 2026-08-15T07:00:51.977Z | Downloaded schemars v0.8.22 |
| 1246 | 2026-08-15T07:00:51.977Z | Downloaded tokio-util v0.7.18 |
| 1247 | 2026-08-15T07:00:51.977Z | Downloaded diesel_derives v2.3.7 |
| 1248 | 2026-08-15T07:00:51.977Z | Downloaded petname v2.0.2 |
| 1249 | 2026-08-15T07:00:51.981Z | Downloaded vte v0.14.1 |
| 1250 | 2026-08-15T07:00:51.981Z | Downloaded derive-where v1.6.0 |
| 1251 | 2026-08-15T07:00:51.981Z | Downloaded yansi v1.0.1 |
| 1252 | 2026-08-15T07:00:51.981Z | Downloaded bindgen v0.71.1 |
| 1253 | 2026-08-15T07:00:51.984Z | Downloaded winnow v1.0.3 |
| 1254 | 2026-08-15T07:00:51.989Z | Downloaded num-bigint v0.4.6 |
| 1255 | 2026-08-15T07:00:51.992Z | Downloaded typify v0.6.2 |
| 1256 | 2026-08-15T07:00:51.995Z | Downloaded term v1.2.1 |
| 1257 | 2026-08-15T07:00:51.998Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1258 | 2026-08-15T07:00:52.001Z | Downloaded p256 v0.14.0 |
| 1259 | 2026-08-15T07:00:52.001Z | Downloaded rsa v0.9.10 |
| 1260 | 2026-08-15T07:00:52.004Z | Downloaded winnow v0.5.40 |
| 1261 | 2026-08-15T07:00:52.007Z | Downloaded rand v0.10.1 |
| 1262 | 2026-08-15T07:00:52.010Z | Downloaded object v0.30.4 |
| 1263 | 2026-08-15T07:00:52.015Z | Downloaded zip v4.6.1 |
| 1264 | 2026-08-15T07:00:52.018Z | Downloaded icu_provider v2.1.1 |
| 1265 | 2026-08-15T07:00:52.021Z | Downloaded des v0.9.0 |
| 1266 | 2026-08-15T07:00:52.021Z | Downloaded reedline v0.40.0 |
| 1267 | 2026-08-15T07:00:52.024Z | Downloaded tinyvec v1.12.0 |
| 1268 | 2026-08-15T07:00:52.024Z | Downloaded icu_collections v2.1.1 |
| 1269 | 2026-08-15T07:00:52.027Z | Downloaded rustls-webpki v0.103.13 |
| 1270 | 2026-08-15T07:00:52.031Z | Downloaded lalrpop v0.19.12 |
| 1271 | 2026-08-15T07:00:52.036Z | Downloaded rand v0.9.2 |
| 1272 | 2026-08-15T07:00:52.039Z | Downloaded crc-any v2.5.0 |
| 1273 | 2026-08-15T07:00:52.042Z | Downloaded quinn-proto v0.11.16 |
| 1274 | 2026-08-15T07:00:52.045Z | Downloaded regex v1.12.3 |
| 1275 | 2026-08-15T07:00:52.047Z | Downloaded uuid v1.23.4 |
| 1276 | 2026-08-15T07:00:52.050Z | Downloaded rustyline v14.0.0 |
| 1277 | 2026-08-15T07:00:52.053Z | Downloaded chrono v0.4.45 |
| 1278 | 2026-08-15T07:00:52.057Z | Downloaded toml_edit v0.19.15 |
| 1279 | 2026-08-15T07:00:52.066Z | Downloaded itertools v0.10.5 |
| 1280 | 2026-08-15T07:00:52.069Z | Downloaded crossbeam-channel v0.5.15 |
| 1281 | 2026-08-15T07:00:52.072Z | Downloaded iri-string v0.7.10 |
| 1282 | 2026-08-15T07:00:52.075Z | Downloaded rcgen v0.12.1 |
| 1283 | 2026-08-15T07:00:52.078Z | Downloaded idna v1.1.0 |
| 1284 | 2026-08-15T07:00:52.081Z | Downloaded polar-core v0.27.3 |
| 1285 | 2026-08-15T07:00:52.083Z | Downloaded itertools v0.15.0 |
| 1286 | 2026-08-15T07:00:52.087Z | Downloaded serde_with v3.21.0 |
| 1287 | 2026-08-15T07:00:52.094Z | Downloaded jiff-core v0.1.0 |
| 1288 | 2026-08-15T07:00:52.097Z | Downloaded p521 v0.13.3 |
| 1289 | 2026-08-15T07:00:52.099Z | Downloaded goblin v0.10.5 |
| 1290 | 2026-08-15T07:00:52.103Z | Downloaded iddqd v0.4.2 |
| 1291 | 2026-08-15T07:00:52.107Z | Downloaded hyper-util v0.1.20 |
| 1292 | 2026-08-15T07:00:52.111Z | Downloaded radix_trie v0.2.1 |
| 1293 | 2026-08-15T07:00:52.114Z | Downloaded smoltcp v0.9.1 |
| 1294 | 2026-08-15T07:00:52.120Z | Downloaded nom v8.0.0 |
| 1295 | 2026-08-15T07:00:52.123Z | Downloaded steno v0.4.1 |
| 1296 | 2026-08-15T07:00:52.126Z | Downloaded gimli v0.32.3 |
| 1297 | 2026-08-15T07:00:52.129Z | Downloaded crypto-primes v0.7.2 |
| 1298 | 2026-08-15T07:00:52.132Z | Downloaded proptest v1.11.0 |
| 1299 | 2026-08-15T07:00:52.137Z | Downloaded sha3 v0.12.0 |
| 1300 | 2026-08-15T07:00:52.141Z | Downloaded tower-http v0.6.8 |
| 1301 | 2026-08-15T07:00:52.144Z | Downloaded rsa v0.10.0-rc.18 |
| 1302 | 2026-08-15T07:00:52.158Z | Downloaded unicode-normalization v0.1.25 |
| 1303 | 2026-08-15T07:00:52.165Z | Downloaded crypto-bigint v0.7.5 |
| 1304 | 2026-08-15T07:00:52.172Z | Downloaded winnow v0.6.26 |
| 1305 | 2026-08-15T07:00:52.184Z | Downloaded nix v0.27.1 |
| 1306 | 2026-08-15T07:00:52.190Z | Downloaded bstr v1.12.1 |
| 1307 | 2026-08-15T07:00:52.195Z | Downloaded icu_properties_data v2.1.2 |
| 1308 | 2026-08-15T07:00:52.200Z | Downloaded vcpkg v0.2.15 |
| 1309 | 2026-08-15T07:00:52.222Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1310 | 2026-08-15T07:00:52.227Z | Downloaded smoltcp v0.11.0 |
| 1311 | 2026-08-15T07:00:52.233Z | Downloaded dashu-int v0.5.1 |
| 1312 | 2026-08-15T07:00:52.239Z | Downloaded curve25519-dalek v4.1.3 |
| 1313 | 2026-08-15T07:00:52.243Z | Downloaded rustix v0.38.44 |
| 1314 | 2026-08-15T07:00:52.256Z | Downloaded zerocopy v0.8.56 |
| 1315 | 2026-08-15T07:00:52.267Z | Downloaded zlib-rs v0.6.2 |
| 1316 | 2026-08-15T07:00:52.270Z | Downloaded itertools v0.12.1 |
| 1317 | 2026-08-15T07:00:52.274Z | Downloaded curve25519-dalek v5.0.0 |
| 1318 | 2026-08-15T07:00:52.278Z | Downloaded rustls v0.23.41 |
| 1319 | 2026-08-15T07:00:52.284Z | Downloaded russh v0.62.4 |
| 1320 | 2026-08-15T07:00:52.289Z | Downloaded nix v0.28.0 |
| 1321 | 2026-08-15T07:00:52.295Z | Downloaded openapiv3 v2.2.0 |
| 1322 | 2026-08-15T07:00:52.301Z | Downloaded quick-xml v0.37.5 |
| 1323 | 2026-08-15T07:00:52.305Z | Downloaded tabled v0.21.0 |
| 1324 | 2026-08-15T07:00:52.313Z | Downloaded portable-atomic v1.13.1 |
| 1325 | 2026-08-15T07:00:52.317Z | Downloaded moka v0.12.13 |
| 1326 | 2026-08-15T07:00:52.322Z | Downloaded regex-syntax v0.6.29 |
| 1327 | 2026-08-15T07:00:52.326Z | Downloaded nix v0.31.2 |
| 1328 | 2026-08-15T07:00:52.332Z | Downloaded hickory-proto v0.24.4 |
| 1329 | 2026-08-15T07:00:52.340Z | Downloaded diesel v2.3.7 |
| 1330 | 2026-08-15T07:00:52.351Z | Downloaded hickory-proto v0.25.2 |
| 1331 | 2026-08-15T07:00:52.359Z | Downloaded dropshot v0.17.1 |
| 1332 | 2026-08-15T07:00:52.371Z | Downloaded time v0.3.47 |
| 1333 | 2026-08-15T07:00:52.387Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1334 | 2026-08-15T07:00:52.393Z | Downloaded openssl v0.10.80 |
| 1335 | 2026-08-15T07:00:52.399Z | Downloaded sqlparser v0.61.0 |
| 1336 | 2026-08-15T07:00:52.404Z | Downloaded sled v0.34.7 |
| 1337 | 2026-08-15T07:00:52.432Z | Downloaded chrono-tz v0.10.4 |
| 1338 | 2026-08-15T07:00:52.442Z | Downloaded regress v0.10.5 |
| 1339 | 2026-08-15T07:00:52.447Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1340 | 2026-08-15T07:00:52.457Z | Downloaded typify-impl v0.6.2 |
| 1341 | 2026-08-15T07:00:52.465Z | Downloaded tracing v0.1.44 |
| 1342 | 2026-08-15T07:00:52.478Z | Downloaded regex-syntax v0.8.10 |
| 1343 | 2026-08-15T07:00:52.482Z | Downloaded object v0.37.3 |
| 1344 | 2026-08-15T07:00:52.488Z | Downloaded regress v0.11.1 |
| 1345 | 2026-08-15T07:00:52.494Z | Downloaded petgraph v0.8.3 |
| 1346 | 2026-08-15T07:00:52.506Z | Downloaded sha3 v0.11.0 |
| 1347 | 2026-08-15T07:00:52.509Z | Downloaded ratatui v0.29.0 |
| 1348 | 2026-08-15T07:00:52.518Z | Downloaded zerocopy-derive v0.6.6 |
| 1349 | 2026-08-15T07:00:52.554Z | Downloaded ring v0.17.14 |
| 1350 | 2026-08-15T07:00:52.633Z | Downloaded jiff v0.2.34 |
| 1351 | 2026-08-15T07:00:52.644Z | Downloaded petgraph v0.6.5 |
| 1352 | 2026-08-15T07:00:52.653Z | Downloaded regex-automata v0.4.14 |
| 1353 | 2026-08-15T07:00:52.692Z | Downloaded sha3 v0.10.8 |
| 1354 | 2026-08-15T07:00:52.702Z | Downloaded csv v1.4.0 |
| 1355 | 2026-08-15T07:00:52.714Z | Downloaded libz-sys v1.1.24 |
| 1356 | 2026-08-15T07:00:52.727Z | Downloaded tokio v1.52.1 |
| 1357 | 2026-08-15T07:00:52.790Z | Downloaded encoding_rs v0.8.35 |
| 1358 | 2026-08-15T07:00:52.881Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1359 | 2026-08-15T07:00:53.073Z | Downloaded aws-lc-sys v0.40.0 |
| 1360 | 2026-08-15T07:00:53.204Z | Downloaded dsi-bitstream v0.10.1 |
| 1361 | 2026-08-15T07:00:53.400Z | Compiling libc v0.2.185 |
| 1362 | 2026-08-15T07:00:53.400Z | Compiling serde_core v1.0.228 |
| 1363 | 2026-08-15T07:00:53.403Z | Compiling serde v1.0.228 |
| 1364 | 2026-08-15T07:00:53.403Z | Compiling portable-atomic v1.13.1 |
| 1365 | 2026-08-15T07:00:53.403Z | Compiling smallvec v1.15.1 |
| 1366 | 2026-08-15T07:00:53.544Z | Compiling log v0.4.33 |
| 1367 | 2026-08-15T07:00:53.556Z | Compiling critical-section v1.2.0 |
| 1368 | 2026-08-15T07:00:53.565Z | Compiling syn v2.0.117 |
| 1369 | 2026-08-15T07:00:53.679Z | Compiling subtle v2.6.1 |
| 1370 | 2026-08-15T07:00:53.797Z | Compiling allocator-api2 v0.2.21 |
| 1371 | 2026-08-15T07:00:53.811Z | Compiling zerocopy v0.8.56 |
| 1372 | 2026-08-15T07:00:53.858Z | Compiling typenum v1.20.1 |
| 1373 | 2026-08-15T07:00:53.890Z | Compiling foldhash v0.2.0 |
| 1374 | 2026-08-15T07:00:54.108Z | Compiling scopeguard v1.2.0 |
| 1375 | 2026-08-15T07:00:54.137Z | Compiling shlex v1.3.0 |
| 1376 | 2026-08-15T07:00:54.218Z | Compiling lock_api v0.4.14 |
| 1377 | 2026-08-15T07:00:54.243Z | Compiling find-msvc-tools v0.1.9 |
| 1378 | 2026-08-15T07:00:54.333Z | Compiling hashbrown v0.17.0 |
| 1379 | 2026-08-15T07:00:54.448Z | Compiling errno v0.3.14 |
| 1380 | 2026-08-15T07:00:54.463Z | Compiling getrandom v0.2.17 |
| 1381 | 2026-08-15T07:00:54.517Z | Compiling jobserver v0.1.34 |
| 1382 | 2026-08-15T07:00:54.597Z | Compiling once_cell v1.21.3 |
| 1383 | 2026-08-15T07:00:54.640Z | Compiling rand_core v0.6.4 |
| 1384 | 2026-08-15T07:00:54.667Z | Compiling stable_deref_trait v1.2.1 |
| 1385 | 2026-08-15T07:00:54.696Z | Compiling generic-array v0.14.7 |
| 1386 | 2026-08-15T07:00:54.746Z | Compiling cc v1.2.56 |
| 1387 | 2026-08-15T07:00:54.810Z | Compiling serde_json v1.0.151 |
| 1388 | 2026-08-15T07:00:54.902Z | Compiling const-oid v0.9.6 |
| 1389 | 2026-08-15T07:00:54.919Z | Compiling libm v0.2.16 |
| 1390 | 2026-08-15T07:00:54.933Z | Compiling num-traits v0.2.19 |
| 1391 | 2026-08-15T07:00:54.947Z | Compiling getrandom v0.3.4 |
| 1392 | 2026-08-15T07:00:55.021Z | Compiling percent-encoding v2.3.2 |
| 1393 | 2026-08-15T07:00:55.222Z | Compiling parking_lot_core v0.9.12 |
| 1394 | 2026-08-15T07:00:55.301Z | Compiling litemap v0.8.1 |
| 1395 | 2026-08-15T07:00:55.457Z | Compiling writeable v0.6.2 |
| 1396 | 2026-08-15T07:00:55.497Z | Compiling pin-project-lite v0.2.17 |
| 1397 | 2026-08-15T07:00:55.636Z | Compiling bitflags v2.11.0 |
| 1398 | 2026-08-15T07:00:55.651Z | Compiling indexmap v2.14.0 |
| 1399 | 2026-08-15T07:00:55.788Z | Compiling semver v1.0.28 |
| 1400 | 2026-08-15T07:00:55.865Z | Compiling icu_properties_data v2.1.2 |
| 1401 | 2026-08-15T07:00:55.895Z | Compiling icu_normalizer_data v2.1.1 |
| 1402 | 2026-08-15T07:00:56.133Z | Compiling signal-hook-registry v1.4.8 |
| 1403 | 2026-08-15T07:00:56.310Z | Compiling rustix v1.1.4 |
| 1404 | 2026-08-15T07:00:56.355Z | Compiling parking_lot v0.12.5 |
| 1405 | 2026-08-15T07:00:56.412Z | Compiling mio v1.2.0 |
| 1406 | 2026-08-15T07:00:56.473Z | Compiling synstructure v0.13.2 |
| 1407 | 2026-08-15T07:00:56.505Z | Compiling futures-core v0.3.32 |
| 1408 | 2026-08-15T07:00:56.673Z | Compiling pkg-config v0.3.32 |
| 1409 | 2026-08-15T07:00:56.691Z | Compiling socket2 v0.6.3 |
| 1410 | 2026-08-15T07:00:56.729Z | Compiling utf8_iter v1.0.4 |
| 1411 | 2026-08-15T07:00:56.806Z | Compiling base64ct v1.8.3 |
| 1412 | 2026-08-15T07:00:56.876Z | Compiling form_urlencoded v1.2.2 |
| 1413 | 2026-08-15T07:00:56.880Z | Compiling cfg_aliases v0.2.1 |
| 1414 | 2026-08-15T07:00:56.962Z | Compiling flagset v0.4.7 |
| 1415 | 2026-08-15T07:00:57.049Z | Compiling pem-rfc7468 v0.7.0 |
| 1416 | 2026-08-15T07:00:57.070Z | Compiling getrandom v0.4.3 |
| 1417 | 2026-08-15T07:00:57.087Z | Compiling rand_core v0.10.0 |
| 1418 | 2026-08-15T07:00:57.091Z | Compiling winnow v1.0.3 |
| 1419 | 2026-08-15T07:00:57.091Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1420 | 2026-08-15T07:00:57.215Z | Compiling futures-sink v0.3.32 |
| 1421 | 2026-08-15T07:00:57.251Z | Compiling slab v0.4.12 |
| 1422 | 2026-08-15T07:00:57.318Z | Compiling futures-channel v0.3.32 |
| 1423 | 2026-08-15T07:00:57.340Z | Compiling futures-task v0.3.32 |
| 1424 | 2026-08-15T07:00:57.346Z | Compiling futures-io v0.3.32 |
| 1425 | 2026-08-15T07:00:57.424Z | Compiling rustversion v1.0.22 |
| 1426 | 2026-08-15T07:00:57.494Z | Compiling borsh v1.8.0 |
| 1427 | 2026-08-15T07:00:57.507Z | Compiling iana-time-zone v0.1.65 |
| 1428 | 2026-08-15T07:00:57.534Z | Compiling base64 v0.22.1 |
| 1429 | 2026-08-15T07:00:57.643Z | Compiling ident_case v1.0.1 |
| 1430 | 2026-08-15T07:00:57.700Z | Compiling cpufeatures v0.2.17 |
| 1431 | 2026-08-15T07:00:57.767Z | Compiling simd-adler32 v0.3.8 |
| 1432 | 2026-08-15T07:00:57.782Z | Compiling rustc_version v0.4.1 |
| 1433 | 2026-08-15T07:00:57.798Z | Compiling adler2 v2.0.1 |
| 1434 | 2026-08-15T07:00:57.898Z | Compiling syn v1.0.109 |
| 1435 | 2026-08-15T07:00:57.977Z | Compiling serde_derive_internals v0.29.1 |
| 1436 | 2026-08-15T07:00:58.066Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1437 | 2026-08-15T07:00:58.148Z | Compiling terminal_size v0.4.3 |
| 1438 | 2026-08-15T07:00:58.163Z | Compiling serde_derive v1.0.228 |
| 1439 | 2026-08-15T07:00:58.192Z | Compiling zeroize_derive v1.5.0 |
| 1440 | 2026-08-15T07:00:58.216Z | Compiling zerocopy-derive v0.8.56 |
| 1441 | 2026-08-15T07:00:58.285Z | Compiling zerofrom-derive v0.1.6 |
| 1442 | 2026-08-15T07:00:58.302Z | Compiling yoke-derive v0.8.1 |
| 1443 | 2026-08-15T07:00:58.463Z | Compiling zerovec-derive v0.11.2 |
| 1444 | 2026-08-15T07:00:58.694Z | Compiling displaydoc v0.2.5 |
| 1445 | 2026-08-15T07:00:58.841Z | Compiling zeroize v1.9.0 |
| 1446 | 2026-08-15T07:00:58.881Z | Compiling thiserror-impl v2.0.18 |
| 1447 | 2026-08-15T07:00:59.446Z | Compiling tokio-macros v2.7.0 |
| 1448 | 2026-08-15T07:00:59.469Z | Compiling der_derive v0.7.3 |
| 1449 | 2026-08-15T07:00:59.578Z | Compiling crypto-common v0.1.7 |
| 1450 | 2026-08-15T07:00:59.627Z | Compiling block-buffer v0.10.4 |
| 1451 | 2026-08-15T07:00:59.690Z | Compiling zerofrom v0.1.6 |
| 1452 | 2026-08-15T07:00:59.729Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 1453 | 2026-08-15T07:00:59.816Z | Compiling yoke v0.8.1 |
| 1454 | 2026-08-15T07:00:59.830Z | Compiling digest v0.10.7 |
| 1455 | 2026-08-15T07:00:59.998Z | Compiling zerovec v0.11.5 |
| 1456 | 2026-08-15T07:01:00.078Z | Compiling zerotrie v0.2.3 |
| 1457 | 2026-08-15T07:01:00.175Z | Compiling futures-macro v0.3.32 |
| 1458 | 2026-08-15T07:01:00.236Z | Compiling thiserror v2.0.18 |
| 1459 | 2026-08-15T07:01:00.343Z | Compiling proc-macro-crate v3.4.0 |
| 1460 | 2026-08-15T07:01:00.378Z | Compiling thiserror-impl v1.0.69 |
| 1461 | 2026-08-15T07:01:00.440Z | Compiling tinystr v0.8.2 |
| 1462 | 2026-08-15T07:01:00.501Z | Compiling potential_utf v0.1.4 |
| 1463 | 2026-08-15T07:01:00.638Z | Compiling icu_locale_core v2.1.1 |
| 1464 | 2026-08-15T07:01:00.663Z | Compiling icu_collections v2.1.1 |
| 1465 | 2026-08-15T07:01:00.762Z | Compiling der v0.7.10 |
| 1466 | 2026-08-15T07:01:00.872Z | Compiling borsh-derive v1.8.0 |
| 1467 | 2026-08-15T07:01:00.975Z | Compiling futures-util v0.3.32 |
| 1468 | 2026-08-15T07:01:01.133Z | Compiling sha2 v0.10.9 |
| 1469 | 2026-08-15T07:01:01.496Z | Compiling icu_provider v2.1.1 |
| 1470 | 2026-08-15T07:01:01.627Z | Compiling bytes v1.11.1 |
| 1471 | 2026-08-15T07:01:01.643Z | Compiling spki v0.7.3 |
| 1472 | 2026-08-15T07:01:01.795Z | Compiling icu_properties v2.1.2 |
| 1473 | 2026-08-15T07:01:01.841Z | Compiling icu_normalizer v2.1.1 |
| 1474 | 2026-08-15T07:01:01.938Z | Compiling pkcs8 v0.10.2 |
| 1475 | 2026-08-15T07:01:02.182Z | Compiling tokio v1.52.1 |
| 1476 | 2026-08-15T07:01:02.232Z | Compiling chrono v0.4.45 |
| 1477 | 2026-08-15T07:01:02.354Z | Compiling thiserror v1.0.69 |
| 1478 | 2026-08-15T07:01:02.449Z | Compiling ipnet v2.12.1 |
| 1479 | 2026-08-15T07:01:02.463Z | Compiling hmac v0.12.1 |
| 1480 | 2026-08-15T07:01:02.610Z | Compiling ppv-lite86 v0.2.21 |
| 1481 | 2026-08-15T07:01:02.625Z | Compiling uuid v1.23.4 |
| 1482 | 2026-08-15T07:01:02.726Z | Compiling idna_adapter v1.2.1 |
| 1483 | 2026-08-15T07:01:02.940Z | Compiling idna v1.1.0 |
| 1484 | 2026-08-15T07:01:02.954Z | Compiling miniz_oxide v0.8.9 |
| 1485 | 2026-08-15T07:01:02.958Z | Compiling cmake v0.1.57 |
| 1486 | 2026-08-15T07:01:03.012Z | Compiling rand_chacha v0.3.1 |
| 1487 | 2026-08-15T07:01:03.274Z | Compiling url v2.5.8 |
| 1488 | 2026-08-15T07:01:03.350Z | Compiling spin v0.9.8 |
| 1489 | 2026-08-15T07:01:03.405Z | Compiling ahash v0.8.12 |
| 1490 | 2026-08-15T07:01:03.561Z | Compiling schemars v0.8.22 |
| 1491 | 2026-08-15T07:01:03.581Z | Compiling fs_extra v1.3.0 |
| 1492 | 2026-08-15T07:01:03.599Z | Compiling dunce v1.0.5 |
| 1493 | 2026-08-15T07:01:03.614Z | Compiling dyn-clone v1.0.20 |
| 1494 | 2026-08-15T07:01:03.696Z | Compiling rand v0.8.6 |
| 1495 | 2026-08-15T07:01:03.758Z | Compiling hex v0.4.3 |
| 1496 | 2026-08-15T07:01:03.791Z | Compiling signature v2.2.0 |
| 1497 | 2026-08-15T07:01:03.810Z | Compiling schemars_derive v0.8.22 |
| 1498 | 2026-08-15T07:01:03.845Z | Compiling aws-lc-sys v0.40.0 |
| 1499 | 2026-08-15T07:01:03.974Z | Compiling tracing-attributes v0.1.31 |
| 1500 | 2026-08-15T07:01:04.033Z | Compiling rand_core v0.9.5 |
| 1501 | 2026-08-15T07:01:04.083Z | Compiling tracing-core v0.1.36 |
| 1502 | 2026-08-15T07:01:04.312Z | Compiling regex-syntax v0.8.10 |
| 1503 | 2026-08-15T07:01:04.516Z | Compiling clap_builder v4.6.0 |
| 1504 | 2026-08-15T07:01:04.634Z | Compiling pest_generator v2.8.6 |
| 1505 | 2026-08-15T07:01:05.278Z | Compiling tracing v0.1.44 |
| 1506 | 2026-08-15T07:01:05.536Z | Compiling clap_derive v4.6.1 |
| 1507 | 2026-08-15T07:01:05.539Z | Compiling tinyvec_macros v0.1.1 |
| 1508 | 2026-08-15T07:01:05.623Z | Compiling tinyvec v1.12.0 |
| 1509 | 2026-08-15T07:01:05.974Z | Compiling tokio-util v0.7.18 |
| 1510 | 2026-08-15T07:01:06.329Z | Compiling pest_derive v2.8.6 |
| 1511 | 2026-08-15T07:01:06.600Z | Compiling rand_chacha v0.9.0 |
| 1512 | 2026-08-15T07:01:06.763Z | Compiling http v1.4.2 |
| 1513 | 2026-08-15T07:01:07.004Z | Compiling num-integer v0.1.46 |
| 1514 | 2026-08-15T07:01:07.262Z | Compiling clap v4.6.1 |
| 1515 | 2026-08-15T07:01:07.302Z | Compiling object v0.37.3 |
| 1516 | 2026-08-15T07:01:07.326Z | Compiling aws-lc-rs v1.16.3 |
| 1517 | 2026-08-15T07:01:07.345Z | Compiling anyhow v1.0.104 |
| 1518 | 2026-08-15T07:01:07.477Z | Compiling vcpkg v0.2.15 |
| 1519 | 2026-08-15T07:01:07.547Z | Compiling num-bigint-dig v0.8.6 |
| 1520 | 2026-08-15T07:01:07.608Z | Compiling tempfile v3.27.0 |
| 1521 | 2026-08-15T07:01:07.612Z | Compiling num-iter v0.1.45 |
| 1522 | 2026-08-15T07:01:07.672Z | Compiling rand v0.9.2 |
| 1523 | 2026-08-15T07:01:07.749Z | Compiling lazy_static v1.5.0 |
| 1524 | 2026-08-15T07:01:07.765Z | Compiling rustls-pki-types v1.14.0 |
| 1525 | 2026-08-15T07:01:07.875Z | Compiling ff v0.13.1 |
| 1526 | 2026-08-15T07:01:07.889Z | Compiling gimli v0.32.3 |
| 1527 | 2026-08-15T07:01:07.940Z | Compiling base16ct v0.2.0 |
| 1528 | 2026-08-15T07:01:08.014Z | Compiling group v0.13.0 |
| 1529 | 2026-08-15T07:01:08.116Z | Compiling sec1 v0.7.3 |
| 1530 | 2026-08-15T07:01:08.190Z | Compiling openssl-sys v0.9.117 |
| 1531 | 2026-08-15T07:01:08.381Z | Compiling http-body v1.0.1 |
| 1532 | 2026-08-15T07:01:08.396Z | Compiling hkdf v0.12.4 |
| 1533 | 2026-08-15T07:01:08.549Z | Compiling pkcs1 v0.7.5 |
| 1534 | 2026-08-15T07:01:08.574Z | Compiling x509-cert v0.2.5 |
| 1535 | 2026-08-15T07:01:08.577Z | Compiling crypto-bigint v0.5.5 |
| 1536 | 2026-08-15T07:01:08.914Z | Compiling rustc-demangle v0.1.27 |
| 1537 | 2026-08-15T07:01:08.936Z | Compiling openssl-probe v0.2.1 |
| 1538 | 2026-08-15T07:01:09.117Z | Compiling crc32fast v1.5.0 |
| 1539 | 2026-08-15T07:01:09.309Z | Compiling owo-colors v4.3.0 |
| 1540 | 2026-08-15T07:01:09.388Z | Compiling cmov v0.5.4 |
| 1541 | 2026-08-15T07:01:09.604Z | Compiling addr2line v0.25.1 |
| 1542 | 2026-08-15T07:01:09.619Z | Compiling untrusted v0.7.1 |
| 1543 | 2026-08-15T07:01:09.741Z | Compiling httparse v1.10.1 |
| 1544 | 2026-08-15T07:01:09.865Z | Compiling ctutils v0.4.2 |
| 1545 | 2026-08-15T07:01:09.936Z | Compiling elliptic-curve v0.13.8 |
| 1546 | 2026-08-15T07:01:10.119Z | Compiling rsa v0.9.10 |
| 1547 | 2026-08-15T07:01:10.134Z | Compiling camino v1.2.5 |
| 1548 | 2026-08-15T07:01:10.147Z | Compiling scroll_derive v0.12.1 |
| 1549 | 2026-08-15T07:01:10.330Z | Compiling async-trait v0.1.89 |
| 1550 | 2026-08-15T07:01:11.502Z | Compiling curve25519-dalek v4.1.3 |
| 1551 | 2026-08-15T07:01:11.505Z | Compiling darling_core v0.23.0 |
| 1552 | 2026-08-15T07:01:11.506Z | Compiling backtrace v0.3.76 |
| 1553 | 2026-08-15T07:01:11.506Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1554 | 2026-08-15T07:01:11.506Z | Compiling aho-corasick v1.1.4 |
| 1555 | 2026-08-15T07:01:11.506Z | Compiling is_ci v1.2.0 |
| 1556 | 2026-08-15T07:01:11.506Z | Compiling radium v0.7.0 |
| 1557 | 2026-08-15T07:01:11.506Z | Compiling rustls v0.23.41 |
| 1558 | 2026-08-15T07:01:11.511Z | Compiling tower-layer v0.3.3 |
| 1559 | 2026-08-15T07:01:11.576Z | Compiling untrusted v0.9.0 |
| 1560 | 2026-08-15T07:01:11.675Z | Compiling tower-service v0.3.3 |
| 1561 | 2026-08-15T07:01:11.698Z | Compiling atomic-waker v1.1.2 |
| 1562 | 2026-08-15T07:01:11.770Z | Compiling try-lock v0.2.5 |
| 1563 | 2026-08-15T07:01:11.823Z | Compiling textwrap v0.16.2 |
| 1564 | 2026-08-15T07:01:11.881Z | Compiling want v0.3.1 |
| 1565 | 2026-08-15T07:01:11.934Z | Compiling regex-automata v0.4.14 |
| 1566 | 2026-08-15T07:01:12.045Z | Compiling h2 v0.4.15 |
| 1567 | 2026-08-15T07:01:12.282Z | Compiling supports-color v3.0.2 |
| 1568 | 2026-08-15T07:01:12.447Z | Compiling proc-macro-error2 v2.0.1 |
| 1569 | 2026-08-15T07:01:12.687Z | Compiling backtrace-ext v0.2.1 |
| 1570 | 2026-08-15T07:01:12.863Z | Compiling scroll v0.12.0 |
| 1571 | 2026-08-15T07:01:13.114Z | Compiling hybrid-array v0.4.13 |
| 1572 | 2026-08-15T07:01:13.152Z | Compiling darling_macro v0.23.0 |
| 1573 | 2026-08-15T07:01:13.352Z | Compiling hashbrown v0.14.5 |
| 1574 | 2026-08-15T07:01:13.432Z | Compiling rfc6979 v0.4.0 |
| 1575 | 2026-08-15T07:01:13.560Z | Compiling serde_spanned v0.6.9 |
| 1576 | 2026-08-15T07:01:13.635Z | Compiling serde_tokenstream v0.2.3 |
| 1577 | 2026-08-15T07:01:13.700Z | Compiling toml_datetime v0.6.11 |
| 1578 | 2026-08-15T07:01:13.829Z | Compiling slog v2.8.2 |
| 1579 | 2026-08-15T07:01:13.878Z | Compiling miette-derive v7.6.0 |
| 1580 | 2026-08-15T07:01:13.901Z | Compiling zerocopy-derive v0.7.35 |
| 1581 | 2026-08-15T07:01:13.941Z | Compiling scroll_derive v0.13.1 |
| 1582 | 2026-08-15T07:01:13.957Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1583 | 2026-08-15T07:01:14.007Z | Compiling darling_core v0.20.11 |
| 1584 | 2026-08-15T07:01:14.571Z | Compiling keccak v0.1.6 |
| 1585 | 2026-08-15T07:01:14.716Z | Compiling supports-hyperlinks v3.2.0 |
| 1586 | 2026-08-15T07:01:14.746Z | Compiling powerfmt v0.2.0 |
| 1587 | 2026-08-15T07:01:14.862Z | Compiling time-core v0.1.8 |
| 1588 | 2026-08-15T07:01:14.947Z | Compiling num-conv v0.2.0 |
| 1589 | 2026-08-15T07:01:14.993Z | Compiling httpdate v1.0.3 |
| 1590 | 2026-08-15T07:01:15.008Z | Compiling tap v1.0.1 |
| 1591 | 2026-08-15T07:01:15.076Z | Compiling foreign-types-shared v0.1.1 |
| 1592 | 2026-08-15T07:01:15.113Z | Compiling maybe-uninit v2.0.0 |
| 1593 | 2026-08-15T07:01:15.163Z | Compiling supports-unicode v3.0.0 |
| 1594 | 2026-08-15T07:01:15.211Z | Compiling openssl v0.10.80 |
| 1595 | 2026-08-15T07:01:15.297Z | Compiling miette v7.6.0 |
| 1596 | 2026-08-15T07:01:15.311Z | Compiling foreign-types v0.3.2 |
| 1597 | 2026-08-15T07:01:15.386Z | Compiling hyper v1.10.1 |
| 1598 | 2026-08-15T07:01:15.416Z | Compiling wyz v0.5.1 |
| 1599 | 2026-08-15T07:01:15.454Z | Compiling time-macros v0.2.27 |
| 1600 | 2026-08-15T07:01:15.601Z | Compiling deranged v0.5.8 |
| 1601 | 2026-08-15T07:01:16.013Z | Compiling zerocopy v0.7.35 |
| 1602 | 2026-08-15T07:01:16.112Z | Compiling scroll v0.13.0 |
| 1603 | 2026-08-15T07:01:16.226Z | Compiling darling_macro v0.20.11 |
| 1604 | 2026-08-15T07:01:16.372Z | Compiling sha3 v0.10.8 |
| 1605 | 2026-08-15T07:01:16.503Z | Compiling chumsky v0.9.3 |
| 1606 | 2026-08-15T07:01:16.551Z | Compiling darling v0.23.0 |
| 1607 | 2026-08-15T07:01:16.567Z | Compiling ecdsa v0.16.9 |
| 1608 | 2026-08-15T07:01:16.637Z | Compiling goblin v0.8.2 |
| 1609 | 2026-08-15T07:01:16.700Z | Compiling knus-derive v3.4.0 |
| 1610 | 2026-08-15T07:01:16.948Z | Compiling primeorder v0.13.6 |
| 1611 | 2026-08-15T07:01:17.016Z | Compiling hubpack_derive v0.1.1 |
| 1612 | 2026-08-15T07:01:17.195Z | Compiling unicode-normalization v0.1.25 |
| 1613 | 2026-08-15T07:01:17.365Z | Compiling ed25519 v2.2.3 |
| 1614 | 2026-08-15T07:01:17.466Z | Compiling half v2.7.1 |
| 1615 | 2026-08-15T07:01:17.647Z | Compiling erased-serde v0.3.31 |
| 1616 | 2026-08-15T07:01:17.681Z | Compiling openssl-macros v0.1.1 |
| 1617 | 2026-08-15T07:01:17.755Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1618 | 2026-08-15T07:01:18.090Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1619 | 2026-08-15T07:01:18.130Z | Compiling socket2 v0.5.10 |
| 1620 | 2026-08-15T07:01:18.134Z | Compiling wait-timeout v0.2.1 |
| 1621 | 2026-08-15T07:01:18.161Z | Compiling env_filter v2.0.0 |
| 1622 | 2026-08-15T07:01:18.302Z | Compiling funty v2.0.0 |
| 1623 | 2026-08-15T07:01:18.408Z | Compiling quick-error v1.2.3 |
| 1624 | 2026-08-15T07:01:18.455Z | Compiling num_threads v0.1.7 |
| 1625 | 2026-08-15T07:01:18.478Z | Compiling bit-vec v0.8.0 |
| 1626 | 2026-08-15T07:01:18.512Z | Compiling packed_struct v0.10.1 |
| 1627 | 2026-08-15T07:01:18.531Z | Compiling ciborium-io v0.2.2 |
| 1628 | 2026-08-15T07:01:18.549Z | Compiling native-tls v0.2.18 |
| 1629 | 2026-08-15T07:01:18.625Z | Compiling crossbeam-utils v0.8.21 |
| 1630 | 2026-08-15T07:01:18.709Z | Compiling bit-set v0.8.0 |
| 1631 | 2026-08-15T07:01:18.781Z | Compiling bitvec v1.0.1 |
| 1632 | 2026-08-15T07:01:18.796Z | Compiling ciborium-ll v0.2.2 |
| 1633 | 2026-08-15T07:01:18.900Z | Compiling time v0.3.47 |
| 1634 | 2026-08-15T07:01:18.907Z | Compiling rusty-fork v0.3.1 |
| 1635 | 2026-08-15T07:01:18.930Z | Compiling dof v0.3.0 |
| 1636 | 2026-08-15T07:01:19.198Z | Compiling hyper-util v0.1.20 |
| 1637 | 2026-08-15T07:01:19.439Z | Compiling env_logger v0.11.11 |
| 1638 | 2026-08-15T07:01:19.629Z | Compiling knus v3.4.0 |
| 1639 | 2026-08-15T07:01:20.445Z | Compiling ed25519-dalek v2.2.0 |
| 1640 | 2026-08-15T07:01:20.476Z | Compiling hubpack v0.1.2 |
| 1641 | 2026-08-15T07:01:20.687Z | Compiling p384 v0.13.1 |
| 1642 | 2026-08-15T07:01:20.779Z | Compiling darling v0.20.11 |
| 1643 | 2026-08-15T07:01:20.857Z | Compiling serde_with_macros v3.21.0 |
| 1644 | 2026-08-15T07:01:20.877Z | Compiling goblin v0.10.5 |
| 1645 | 2026-08-15T07:01:20.938Z | Compiling packed_struct_codegen v0.10.1 |
| 1646 | 2026-08-15T07:01:20.967Z | Compiling dtrace-parser v0.2.0 |
| 1647 | 2026-08-15T07:01:21.206Z | Compiling rand_xorshift v0.4.0 |
| 1648 | 2026-08-15T07:01:21.376Z | Compiling sha1 v0.10.6 |
| 1649 | 2026-08-15T07:01:21.587Z | Compiling strum_macros v0.26.4 |
| 1650 | 2026-08-15T07:01:21.687Z | Compiling zerocopy-derive v0.6.6 |
| 1651 | 2026-08-15T07:01:21.942Z | Compiling bitfield-macros v0.19.4 |
| 1652 | 2026-08-15T07:01:21.980Z | Compiling sync_wrapper v1.0.2 |
| 1653 | 2026-08-15T07:01:22.088Z | Compiling thread-id v4.2.2 |
| 1654 | 2026-08-15T07:01:22.175Z | Compiling indexmap v1.9.3 |
| 1655 | 2026-08-15T07:01:22.359Z | Compiling paste v1.0.15 |
| 1656 | 2026-08-15T07:01:22.507Z | Compiling crc-catalog v2.4.0 |
| 1657 | 2026-08-15T07:01:22.604Z | Compiling siphasher v1.0.2 |
| 1658 | 2026-08-15T07:01:22.626Z | Compiling unarray v0.1.4 |
| 1659 | 2026-08-15T07:01:22.640Z | Compiling zlib-rs v0.6.2 |
| 1660 | 2026-08-15T07:01:22.717Z | Compiling nodrop v0.1.14 |
| 1661 | 2026-08-15T07:01:22.736Z | Compiling salty v0.3.0 |
| 1662 | 2026-08-15T07:01:22.763Z | Compiling usdt-impl v0.6.0 |
| 1663 | 2026-08-15T07:01:22.786Z | Compiling unicode-segmentation v1.12.0 |
| 1664 | 2026-08-15T07:01:23.013Z | Compiling array-init v0.0.4 |
| 1665 | 2026-08-15T07:01:23.045Z | Compiling proptest v1.11.0 |
| 1666 | 2026-08-15T07:01:23.189Z | Compiling bitfield v0.19.4 |
| 1667 | 2026-08-15T07:01:23.314Z | Compiling strum v0.26.3 |
| 1668 | 2026-08-15T07:01:23.392Z | Compiling crc v3.4.0 |
| 1669 | 2026-08-15T07:01:23.439Z | Compiling zerocopy v0.6.6 |
| 1670 | 2026-08-15T07:01:23.506Z | Compiling usdt-impl v0.5.0 |
| 1671 | 2026-08-15T07:01:23.582Z | Compiling tower v0.5.3 |
| 1672 | 2026-08-15T07:01:23.756Z | Compiling dof v0.4.0 |
| 1673 | 2026-08-15T07:01:24.070Z | Compiling serde_with v3.21.0 |
| 1674 | 2026-08-15T07:01:25.093Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 1675 | 2026-08-15T07:01:25.199Z | Compiling smallvec v0.6.14 |
| 1676 | 2026-08-15T07:01:25.396Z | Compiling derive_builder_core v0.20.2 |
| 1677 | 2026-08-15T07:01:25.408Z | Compiling ciborium v0.2.2 |
| 1678 | 2026-08-15T07:01:25.507Z | Compiling flate2 v1.1.9 |
| 1679 | 2026-08-15T07:01:25.849Z | Compiling http-body-util v0.1.3 |
| 1680 | 2026-08-15T07:01:25.907Z | Compiling dtrace-parser v0.3.0 |
| 1681 | 2026-08-15T07:01:25.966Z | Compiling ipnetwork v0.21.1 |
| 1682 | 2026-08-15T07:01:26.084Z | Compiling enum-as-inner v0.6.1 |
| 1683 | 2026-08-15T07:01:26.225Z | Compiling structmeta-derive v0.3.0 |
| 1684 | 2026-08-15T07:01:26.322Z | Compiling heapless v0.7.17 |
| 1685 | 2026-08-15T07:01:26.349Z | Compiling thread-id v5.1.0 |
| 1686 | 2026-08-15T07:01:26.435Z | Compiling cookie v0.18.1 |
| 1687 | 2026-08-15T07:01:26.528Z | Compiling unicode-properties v0.1.4 |
| 1688 | 2026-08-15T07:01:26.575Z | Compiling zstd-safe v7.2.4 |
| 1689 | 2026-08-15T07:01:26.615Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 1690 | 2026-08-15T07:01:26.630Z | Compiling base64 v0.21.7 |
| 1691 | 2026-08-15T07:01:26.734Z | Compiling static_assertions v1.1.0 |
| 1692 | 2026-08-15T07:01:26.767Z | Compiling ryu v1.0.23 |
| 1693 | 2026-08-15T07:01:26.791Z | Compiling hashbrown v0.12.3 |
| 1694 | 2026-08-15T07:01:26.807Z | Compiling iri-string v0.7.10 |
| 1695 | 2026-08-15T07:01:26.939Z | Compiling signal-hook v0.3.18 |
| 1696 | 2026-08-15T07:01:26.954Z | Compiling winnow v0.5.40 |
| 1697 | 2026-08-15T07:01:27.107Z | Compiling data-encoding v2.10.0 |
| 1698 | 2026-08-15T07:01:27.264Z | Compiling unicode-bidi v0.3.18 |
| 1699 | 2026-08-15T07:01:27.295Z | Compiling structmeta v0.3.0 |
| 1700 | 2026-08-15T07:01:27.787Z | Compiling stringprep v0.1.5 |
| 1701 | 2026-08-15T07:01:27.852Z | Compiling serde_urlencoded v0.7.1 |
| 1702 | 2026-08-15T07:01:27.932Z | Compiling ron v0.8.1 |
| 1703 | 2026-08-15T07:01:28.109Z | Compiling tower-http v0.6.8 |
| 1704 | 2026-08-15T07:01:28.263Z | Compiling toml_edit v0.19.15 |
| 1705 | 2026-08-15T07:01:28.438Z | Compiling derive_builder_macro v0.20.2 |
| 1706 | 2026-08-15T07:01:28.515Z | Compiling oxnet v0.1.6 |
| 1707 | 2026-08-15T07:01:28.886Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1708 | 2026-08-15T07:01:28.951Z | Compiling bzip2 v0.4.4 |
| 1709 | 2026-08-15T07:01:29.003Z | Compiling serde-hex v0.1.0 |
| 1710 | 2026-08-15T07:01:29.034Z | Compiling newtype-uuid v1.3.2 |
| 1711 | 2026-08-15T07:01:29.154Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1712 | 2026-08-15T07:01:29.366Z | Compiling tokio-native-tls v0.3.1 |
| 1713 | 2026-08-15T07:01:29.550Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1714 | 2026-08-15T07:01:29.763Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1715 | 2026-08-15T07:01:30.212Z | Compiling heck v0.4.1 |
| 1716 | 2026-08-15T07:01:30.627Z | Compiling bstr v1.12.1 |
| 1717 | 2026-08-15T07:01:30.700Z | Compiling block-padding v0.4.2 |
| 1718 | 2026-08-15T07:01:30.726Z | Compiling block-buffer v0.12.1 |
| 1719 | 2026-08-15T07:01:30.840Z | Compiling crypto-common v0.2.2 |
| 1720 | 2026-08-15T07:01:30.865Z | Compiling rustls-native-certs v0.8.3 |
| 1721 | 2026-08-15T07:01:30.880Z | Compiling hashbrown v0.13.2 |
| 1722 | 2026-08-15T07:01:30.920Z | Compiling futures-executor v0.3.32 |
| 1723 | 2026-08-15T07:01:31.143Z | Compiling serde-big-array v0.5.1 |
| 1724 | 2026-08-15T07:01:31.179Z | Compiling md-5 v0.10.6 |
| 1725 | 2026-08-15T07:01:31.266Z | Compiling vergen-lib v9.1.0 |
| 1726 | 2026-08-15T07:01:31.287Z | Compiling daft-derive v0.1.7 |
| 1727 | 2026-08-15T07:01:31.350Z | Compiling pin-project-internal v1.1.11 |
| 1728 | 2026-08-15T07:01:31.364Z | Compiling hash32 v0.2.1 |
| 1729 | 2026-08-15T07:01:31.447Z | Compiling memoffset v0.9.1 |
| 1730 | 2026-08-15T07:01:31.559Z | Compiling encoding_rs v0.8.35 |
| 1731 | 2026-08-15T07:01:31.640Z | Compiling thread_local v1.1.9 |
| 1732 | 2026-08-15T07:01:31.896Z | Compiling psl-types v2.0.11 |
| 1733 | 2026-08-15T07:01:32.009Z | Compiling slog-async v2.8.0 |
| 1734 | 2026-08-15T07:01:32.035Z | Compiling ref-cast v1.0.25 |
| 1735 | 2026-08-15T07:01:32.285Z | Compiling crc-any v2.5.0 |
| 1736 | 2026-08-15T07:01:32.344Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 1737 | 2026-08-15T07:01:32.464Z | Compiling smoltcp v0.9.1 |
| 1738 | 2026-08-15T07:01:32.510Z | Compiling rustix v0.38.44 |
| 1739 | 2026-08-15T07:01:32.533Z | Compiling linked-hash-map v0.5.6 |
| 1740 | 2026-08-15T07:01:32.555Z | Compiling mime v0.3.17 |
| 1741 | 2026-08-15T07:01:32.703Z | Compiling fallible-iterator v0.2.0 |
| 1742 | 2026-08-15T07:01:32.795Z | Compiling litrs v1.0.0 |
| 1743 | 2026-08-15T07:01:32.882Z | Compiling lru-cache v0.1.2 |
| 1744 | 2026-08-15T07:01:33.007Z | Compiling pin-project v1.1.11 |
| 1745 | 2026-08-15T07:01:33.020Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1746 | 2026-08-15T07:01:33.057Z | Compiling postgres-protocol v0.6.10 |
| 1747 | 2026-08-15T07:01:33.130Z | Compiling publicsuffix v2.3.0 |
| 1748 | 2026-08-15T07:01:33.162Z | Compiling toml_edit v0.22.27 |
| 1749 | 2026-08-15T07:01:33.297Z | Compiling daft v0.1.7 |
| 1750 | 2026-08-15T07:01:33.333Z | Compiling document-features v0.2.12 |
| 1751 | 2026-08-15T07:01:33.705Z | Compiling object v0.30.4 |
| 1752 | 2026-08-15T07:01:33.768Z | Compiling futures v0.3.32 |
| 1753 | 2026-08-15T07:01:33.844Z | Compiling inout v0.2.2 |
| 1754 | 2026-08-15T07:01:33.908Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1755 | 2026-08-15T07:01:34.050Z | Compiling snafu-derive v0.8.9 |
| 1756 | 2026-08-15T07:01:34.088Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1757 | 2026-08-15T07:01:34.152Z | Compiling toml v0.7.8 |
| 1758 | 2026-08-15T07:01:34.369Z | Compiling hyper-tls v0.6.0 |
| 1759 | 2026-08-15T07:01:34.403Z | Compiling zip v0.6.6 |
| 1760 | 2026-08-15T07:01:34.731Z | Compiling derive_builder v0.20.2 |
| 1761 | 2026-08-15T07:01:35.050Z | Compiling derive-ex v0.1.8 |
| 1762 | 2026-08-15T07:01:35.250Z | Compiling hickory-proto v0.24.4 |
| 1763 | 2026-08-15T07:01:35.308Z | Compiling crossbeam-channel v0.5.15 |
| 1764 | 2026-08-15T07:01:35.764Z | Compiling usdt-attr-macro v0.5.0 |
| 1765 | 2026-08-15T07:01:35.868Z | Compiling usdt-macro v0.5.0 |
| 1766 | 2026-08-15T07:01:35.914Z | Compiling phf_shared v0.13.1 |
| 1767 | 2026-08-15T07:01:36.157Z | Compiling regex v1.12.3 |
| 1768 | 2026-08-15T07:01:36.543Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 1769 | 2026-08-15T07:01:36.559Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1770 | 2026-08-15T07:01:36.577Z | Compiling vergen v9.1.0 |
| 1771 | 2026-08-15T07:01:36.590Z | Compiling ref-cast-impl v1.0.25 |
| 1772 | 2026-08-15T07:01:36.694Z | Compiling strum_macros v0.27.2 |
| 1773 | 2026-08-15T07:01:36.736Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1774 | 2026-08-15T07:01:36.752Z | Compiling nix v0.31.2 |
| 1775 | 2026-08-15T07:01:36.866Z | Compiling cargo-platform v0.3.2 |
| 1776 | 2026-08-15T07:01:37.115Z | Compiling memmap v0.7.0 |
| 1777 | 2026-08-15T07:01:37.129Z | Compiling is-terminal v0.4.17 |
| 1778 | 2026-08-15T07:01:37.133Z | Compiling fs-err v3.3.0 |
| 1779 | 2026-08-15T07:01:37.133Z | Compiling bumpalo v3.20.2 |
| 1780 | 2026-08-15T07:01:37.225Z | Compiling resolv-conf v0.7.6 |
| 1781 | 2026-08-15T07:01:37.292Z | Compiling term v1.2.1 |
| 1782 | 2026-08-15T07:01:37.345Z | Compiling take_mut v0.2.2 |
| 1783 | 2026-08-15T07:01:37.394Z | Compiling corncobs v0.1.4 |
| 1784 | 2026-08-15T07:01:37.458Z | Compiling path-slash v0.1.5 |
| 1785 | 2026-08-15T07:01:37.560Z | Compiling foldhash v0.1.5 |
| 1786 | 2026-08-15T07:01:37.576Z | Compiling libbz2-rs-sys v0.2.2 |
| 1787 | 2026-08-15T07:01:37.605Z | Compiling bitflags v1.3.2 |
| 1788 | 2026-08-15T07:01:37.684Z | Compiling jiff-core v0.1.0 |
| 1789 | 2026-08-15T07:01:37.736Z | Compiling managed v0.8.0 |
| 1790 | 2026-08-15T07:01:37.910Z | Compiling same-file v1.0.6 |
| 1791 | 2026-08-15T07:01:38.079Z | Compiling bzip2 v0.6.1 |
| 1792 | 2026-08-15T07:01:38.292Z | Compiling walkdir v2.5.0 |
| 1793 | 2026-08-15T07:01:38.313Z | Compiling hashbrown v0.15.5 |
| 1794 | 2026-08-15T07:01:38.479Z | Compiling jiff v0.2.34 |
| 1795 | 2026-08-15T07:01:38.624Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1796 | 2026-08-15T07:01:38.693Z | Compiling strum v0.27.2 |
| 1797 | 2026-08-15T07:01:38.789Z | Compiling slog-term v2.9.2 |
| 1798 | 2026-08-15T07:01:38.831Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1799 | 2026-08-15T07:01:38.889Z | Compiling hickory-resolver v0.24.4 |
| 1800 | 2026-08-15T07:01:39.299Z | Compiling zopfli v0.8.3 |
| 1801 | 2026-08-15T07:01:39.336Z | Compiling usdt v0.5.0 |
| 1802 | 2026-08-15T07:01:39.354Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1803 | 2026-08-15T07:01:39.587Z | Compiling cargo_metadata v0.23.1 |
| 1804 | 2026-08-15T07:01:39.634Z | Compiling test-strategy v0.4.5 |
| 1805 | 2026-08-15T07:01:39.949Z | Compiling phf v0.13.1 |
| 1806 | 2026-08-15T07:01:40.046Z | Compiling snafu v0.8.9 |
| 1807 | 2026-08-15T07:01:40.111Z | Compiling signal-hook-mio v0.2.5 |
| 1808 | 2026-08-15T07:01:40.230Z | Compiling cookie_store v0.22.1 |
| 1809 | 2026-08-15T07:01:40.940Z | Compiling zstd v0.13.3 |
| 1810 | 2026-08-15T07:01:41.054Z | Compiling toml v0.8.23 |
| 1811 | 2026-08-15T07:01:41.101Z | Compiling reqwest v0.12.28 |
| 1812 | 2026-08-15T07:01:41.206Z | Compiling cipher v0.5.2 |
| 1813 | 2026-08-15T07:01:41.322Z | Compiling postgres-types v0.2.12 |
| 1814 | 2026-08-15T07:01:41.663Z | Compiling globset v0.4.18 |
| 1815 | 2026-08-15T07:01:41.710Z | Compiling usdt-macro v0.6.0 |
| 1816 | 2026-08-15T07:01:41.870Z | Compiling usdt-attr-macro v0.6.0 |
| 1817 | 2026-08-15T07:01:42.012Z | Compiling phf_shared v0.11.3 |
| 1818 | 2026-08-15T07:01:42.079Z | Compiling olpc-cjson v0.1.4 |
| 1819 | 2026-08-15T07:01:42.203Z | Compiling tokio-stream v0.1.18 |
| 1820 | 2026-08-15T07:01:42.241Z | Compiling byte-wrapper v0.1.0 |
| 1821 | 2026-08-15T07:01:42.320Z | Compiling serde_plain v1.0.2 |
| 1822 | 2026-08-15T07:01:42.461Z | Compiling inout v0.1.4 |
| 1823 | 2026-08-15T07:01:42.512Z | Compiling secrecy v0.8.0 |
| 1824 | 2026-08-15T07:01:42.569Z | Compiling async-recursion v1.1.1 |
| 1825 | 2026-08-15T07:01:42.624Z | Compiling derive-where v1.6.0 |
| 1826 | 2026-08-15T07:01:42.655Z | Compiling serde_repr v0.1.20 |
| 1827 | 2026-08-15T07:01:42.670Z | Compiling pem v3.0.6 |
| 1828 | 2026-08-15T07:01:42.673Z | Compiling float-cmp v0.10.0 |
| 1829 | 2026-08-15T07:01:42.730Z | Compiling memmap2 v0.9.10 |
| 1830 | 2026-08-15T07:01:42.872Z | Compiling hashbrown v0.16.1 |
| 1831 | 2026-08-15T07:01:42.978Z | Compiling fixedbitset v0.4.2 |
| 1832 | 2026-08-15T07:01:43.042Z | Compiling difflib v0.4.0 |
| 1833 | 2026-08-15T07:01:43.201Z | Compiling new_debug_unreachable v1.0.6 |
| 1834 | 2026-08-15T07:01:43.223Z | Compiling precomputed-hash v0.1.1 |
| 1835 | 2026-08-15T07:01:43.264Z | Compiling typed-path v0.9.3 |
| 1836 | 2026-08-15T07:01:43.278Z | Compiling cpufeatures v0.3.0 |
| 1837 | 2026-08-15T07:01:43.314Z | Compiling normalize-line-endings v0.3.0 |
| 1838 | 2026-08-15T07:01:43.355Z | Compiling debug-ignore v1.0.5 |
| 1839 | 2026-08-15T07:01:43.413Z | Compiling whoami v2.1.0 |
| 1840 | 2026-08-15T07:01:43.466Z | Compiling const-oid v0.10.2 |
| 1841 | 2026-08-15T07:01:43.488Z | Compiling either v1.15.0 |
| 1842 | 2026-08-15T07:01:43.610Z | Compiling predicates-core v1.0.10 |
| 1843 | 2026-08-15T07:01:43.674Z | Compiling fixedbitset v0.5.7 |
| 1844 | 2026-08-15T07:01:43.700Z | Compiling itertools v0.13.0 |
| 1845 | 2026-08-15T07:01:43.788Z | Compiling predicates v3.1.4 |
| 1846 | 2026-08-15T07:01:43.803Z | Compiling tokio-postgres v0.7.16 |
| 1847 | 2026-08-15T07:01:43.983Z | Compiling petgraph v0.8.3 |
| 1848 | 2026-08-15T07:01:43.998Z | Compiling qorb v0.4.1 |
| 1849 | 2026-08-15T07:01:44.428Z | Compiling digest v0.11.3 |
| 1850 | 2026-08-15T07:01:44.486Z | Compiling iddqd v0.4.2 |
| 1851 | 2026-08-15T07:01:44.654Z | Compiling chacha20 v0.10.0 |
| 1852 | 2026-08-15T07:01:44.888Z | Compiling string_cache v0.8.9 |
| 1853 | 2026-08-15T07:01:44.965Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1854 | 2026-08-15T07:01:45.024Z | Compiling petgraph v0.6.5 |
| 1855 | 2026-08-15T07:01:45.112Z | Compiling usdt v0.6.0 |
| 1856 | 2026-08-15T07:01:45.372Z | Compiling cipher v0.4.4 |
| 1857 | 2026-08-15T07:01:45.620Z | Compiling crossterm v0.28.1 |
| 1858 | 2026-08-15T07:01:45.746Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1859 | 2026-08-15T07:01:45.949Z | Compiling zip v4.6.1 |
| 1860 | 2026-08-15T07:01:46.508Z | Compiling similar v2.7.0 |
| 1861 | 2026-08-15T07:01:46.855Z | Compiling hickory-proto v0.25.2 |
| 1862 | 2026-08-15T07:01:46.871Z | Compiling crossbeam-epoch v0.9.18 |
| 1863 | 2026-08-15T07:01:46.888Z | Compiling buf-list v1.1.2 |
| 1864 | 2026-08-15T07:01:47.157Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1865 | 2026-08-15T07:01:47.191Z | Compiling openapiv3 v2.2.0 |
| 1866 | 2026-08-15T07:01:47.243Z | Compiling lalrpop-util v0.19.12 |
| 1867 | 2026-08-15T07:01:47.364Z | Compiling peg-runtime v0.8.5 |
| 1868 | 2026-08-15T07:01:47.436Z | Compiling filetime v0.2.27 |
| 1869 | 2026-08-15T07:01:47.458Z | Compiling xattr v1.6.1 |
| 1870 | 2026-08-15T07:01:47.588Z | Compiling tar v0.4.46 |
| 1871 | 2026-08-15T07:01:47.611Z | Compiling camino-tempfile v1.4.1 |
| 1872 | 2026-08-15T07:01:54.453Z | Compiling rustls-webpki v0.103.13 |
| 1873 | 2026-08-15T07:01:57.154Z | Compiling tokio-rustls v0.26.4 |
| 1874 | 2026-08-15T07:01:57.154Z | Compiling rustls-platform-verifier v0.6.2 |
| 1875 | 2026-08-15T07:01:57.158Z | Compiling tough v0.22.0 |
| 1876 | 2026-08-15T07:01:57.373Z | Compiling hyper-rustls v0.27.7 |
| 1877 | 2026-08-15T07:01:57.572Z | Compiling reqwest v0.13.2 |
| 1878 | 2026-08-15T07:01:59.840Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1879 | 2026-08-15T07:02:00.053Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1880 | 2026-08-15T07:02:03.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
| 1881 | 2026-08-15T07:02:03.019Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1882 | 2026-08-15T07:02:03.019Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1883 | 2026-08-15T07:02:03.163Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1884 | 2026-08-15T07:02:03.222Z | Aug 15 07:02:02.334 INFO Starting download, target: Clickhouse |
| 1885 | 2026-08-15T07:02:03.222Z | Aug 15 07:02:02.335 INFO Starting download, target: Console |
| 1886 | 2026-08-15T07:02:03.222Z | Aug 15 07:02:02.335 INFO Starting download, target: DendriteStub |
| 1887 | 2026-08-15T07:02:03.222Z | Aug 15 07:02:02.335 INFO Starting download, target: Cockroach |
| 1888 | 2026-08-15T07:02:03.222Z | Aug 15 07:02:02.335 INFO Starting download, target: MaghemiteMgd |
| 1889 | 2026-08-15T07:02:03.225Z | Aug 15 07:02:02.335 INFO Starting download, target: MaghemiteDdmd |
| 1890 | 2026-08-15T07:02:03.225Z | Aug 15 07:02:02.335 INFO Starting download, target: TransceiverControl |
| 1891 | 2026-08-15T07:02:03.225Z | Aug 15 07:02:02.335 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1892 | 2026-08-15T07:02:03.225Z | Aug 15 07:02:02.335 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1893 | 2026-08-15T07:02:03.225Z | Aug 15 07:02:02.335 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1894 | 2026-08-15T07:02:03.225Z | Aug 15 07:02:02.335 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1895 | 2026-08-15T07:02:03.225Z | Aug 15 07:02:02.335 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1896 | 2026-08-15T07:02:03.226Z | Aug 15 07:02:02.335 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1897 | 2026-08-15T07:02:03.226Z | Aug 15 07:02:02.335 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1898 | 2026-08-15T07:02:03.523Z | Aug 15 07:02:02.636 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1899 | 2026-08-15T07:02:03.745Z | Aug 15 07:02:02.853 INFO Download complete, target: TransceiverControl |
| 1900 | 2026-08-15T07:02:04.984Z | Aug 15 07:02:04.093 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1901 | 2026-08-15T07:02:05.175Z | Aug 15 07:02:04.281 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1902 | 2026-08-15T07:02:05.245Z | Aug 15 07:02:04.356 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1903 | 2026-08-15T07:02:05.248Z | Aug 15 07:02:04.360 INFO Download complete, target: Console |
| 1904 | 2026-08-15T07:02:05.566Z | Aug 15 07:02:04.675 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1905 | 2026-08-15T07:02:05.810Z | Aug 15 07:02:04.922 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1906 | 2026-08-15T07:02:06.371Z | Aug 15 07:02:05.482 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1907 | 2026-08-15T07:02:06.371Z | Aug 15 07:02:05.482 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1908 | 2026-08-15T07:02:07.161Z | Aug 15 07:02:06.274 INFO Download complete, target: MaghemiteDdmd |
| 1909 | 2026-08-15T07:02:07.726Z | Aug 15 07:02:06.839 INFO Download complete, target: DendriteStub |
| 1910 | 2026-08-15T07:02:08.122Z | Aug 15 07:02:07.235 INFO Download complete, target: MaghemiteMgd |
| 1911 | 2026-08-15T07:02:10.936Z | Aug 15 07:02:10.049 INFO Checking that binary works, target: Cockroach |
| 1912 | 2026-08-15T07:02:11.053Z | Aug 15 07:02:10.167 INFO Download complete, target: Cockroach |
| 1913 | 2026-08-15T07:02:12.534Z | Aug 15 07:02:11.647 INFO Checking that binary works, target: Clickhouse |
| 1914 | 2026-08-15T07:02:12.679Z | Aug 15 07:02:11.792 INFO Download complete, target: Clickhouse |
| 1915 | 2026-08-15T07:02:12.696Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1916 | 2026-08-15T07:02:12.700Z | |
| 1917 | 2026-08-15T07:02:12.700Z | real 2:18.485617752 |
| 1918 | 2026-08-15T07:02:12.700Z | user 7:48.202712037 |
| 1919 | 2026-08-15T07:02:12.700Z | sys 1:33.293877786 |
| 1920 | 2026-08-15T07:02:12.700Z | trap 0.270094966 |
| 1921 | 2026-08-15T07:02:12.700Z | tflt 0.583110451 |
| 1922 | 2026-08-15T07:02:12.701Z | dflt 0.923719543 |
| 1923 | 2026-08-15T07:02:12.701Z | kflt 0.024413322 |
| 1924 | 2026-08-15T07:02:12.701Z | lock 29:12.870869894 |
| 1925 | 2026-08-15T07:02:12.701Z | slp 23:24.802222259 |
| 1926 | 2026-08-15T07:02:12.701Z | lat 53.878058002 |
| 1927 | 2026-08-15T07:02:12.701Z | stop 2:54.067788935 |
| 1928 | 2026-08-15T07:02:12.701Z | + banner clippy |
| 1929 | 2026-08-15T07:02:12.701Z | |
| 1930 | 2026-08-15T07:02:12.701Z | #### # # ##### ##### # # |
| 1931 | 2026-08-15T07:02:12.701Z | # # # # # # # # # # |
| 1932 | 2026-08-15T07:02:12.701Z | # # # # # # # # |
| 1933 | 2026-08-15T07:02:12.701Z | # # # ##### ##### # |
| 1934 | 2026-08-15T07:02:12.701Z | # # # # # # # |
| 1935 | 2026-08-15T07:02:12.701Z | #### ###### # # # # |
| 1936 | 2026-08-15T07:02:12.701Z | |
| 1937 | 2026-08-15T07:02:12.701Z | + export CARGO_INCREMENTAL=0 |
| 1938 | 2026-08-15T07:02:12.701Z | + CARGO_INCREMENTAL=0 |
| 1939 | 2026-08-15T07:02:12.701Z | + ptime -m cargo xtask clippy |
| 1940 | 2026-08-15T07:02:13.193Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1941 | 2026-08-15T07:02:13.476Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1942 | 2026-08-15T07:02:15.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 1943 | 2026-08-15T07:02:15.348Z | Running `target/debug/xtask clippy` |
| 1944 | 2026-08-15T07:02:15.376Z | running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1945 | 2026-08-15T07:02:15.965Z | Downloading crates ... |
| 1946 | 2026-08-15T07:02:16.147Z | Downloaded criterion-plot v0.6.0 |
| 1947 | 2026-08-15T07:02:16.150Z | Downloaded assert-json-diff v2.0.2 |
| 1948 | 2026-08-15T07:02:16.152Z | Downloaded assert_cmd v2.1.2 |
| 1949 | 2026-08-15T07:02:16.152Z | Downloaded async-object-pool v0.2.0 |
| 1950 | 2026-08-15T07:02:16.152Z | Downloaded anes v0.1.6 |
| 1951 | 2026-08-15T07:02:16.156Z | Downloaded cast v0.3.0 |
| 1952 | 2026-08-15T07:02:16.156Z | Downloaded concurrent-queue v2.5.0 |
| 1953 | 2026-08-15T07:02:16.156Z | Downloaded approx v0.5.1 |
| 1954 | 2026-08-15T07:02:16.156Z | Downloaded constant_time_eq v0.3.1 |
| 1955 | 2026-08-15T07:02:16.156Z | Downloaded datatest-stable v0.3.3 |
| 1956 | 2026-08-15T07:02:16.159Z | Downloaded blake2b_simd v1.0.4 |
| 1957 | 2026-08-15T07:02:16.159Z | Downloaded cfg-expr v0.20.6 |
| 1958 | 2026-08-15T07:02:16.159Z | Downloaded async-lock v3.4.2 |
| 1959 | 2026-08-15T07:02:16.159Z | Downloaded criterion v0.7.0 |
| 1960 | 2026-08-15T07:02:16.163Z | Downloaded event-listener v5.4.1 |
| 1961 | 2026-08-15T07:02:16.167Z | Downloaded event-listener-strategy v0.5.4 |
| 1962 | 2026-08-15T07:02:16.167Z | Downloaded escape8259 v0.5.3 |
| 1963 | 2026-08-15T07:02:16.167Z | Downloaded futures-timer v3.0.3 |
| 1964 | 2026-08-15T07:02:16.167Z | Downloaded fancy-regex v0.14.0 |
| 1965 | 2026-08-15T07:02:16.170Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1966 | 2026-08-15T07:02:16.170Z | Downloaded hex-literal v0.4.1 |
| 1967 | 2026-08-15T07:02:16.170Z | Downloaded guppy v0.17.25 |
| 1968 | 2026-08-15T07:02:16.174Z | Downloaded hickory-client v0.25.2 |
| 1969 | 2026-08-15T07:02:16.174Z | Downloaded httptest v0.16.4 |
| 1970 | 2026-08-15T07:02:16.174Z | Downloaded knuffel-derive v3.2.0 |
| 1971 | 2026-08-15T07:02:16.177Z | Downloaded linkme-impl v0.3.35 |
| 1972 | 2026-08-15T07:02:16.178Z | Downloaded miette-derive v5.10.0 |
| 1973 | 2026-08-15T07:02:16.178Z | Downloaded nested v0.1.1 |
| 1974 | 2026-08-15T07:02:16.178Z | Downloaded libtest-mimic v0.8.1 |
| 1975 | 2026-08-15T07:02:16.178Z | Downloaded linkme v0.3.35 |
| 1976 | 2026-08-15T07:02:16.181Z | Downloaded knuffel v3.2.0 |
| 1977 | 2026-08-15T07:02:16.182Z | Downloaded oorandom v11.1.5 |
| 1978 | 2026-08-15T07:02:16.182Z | Downloaded miette v5.10.0 |
| 1979 | 2026-08-15T07:02:16.185Z | Downloaded parking v2.2.1 |
| 1980 | 2026-08-15T07:02:16.185Z | Downloaded pathdiff v0.2.3 |
| 1981 | 2026-08-15T07:02:16.185Z | Downloaded plotters-backend v0.3.7 |
| 1982 | 2026-08-15T07:02:16.185Z | Downloaded plotters-svg v0.3.7 |
| 1983 | 2026-08-15T07:02:16.185Z | Downloaded owo-colors v3.5.0 |
| 1984 | 2026-08-15T07:02:16.185Z | Downloaded partial-io v0.5.4 |
| 1985 | 2026-08-15T07:02:16.190Z | Downloaded path-tree v0.8.3 |
| 1986 | 2026-08-15T07:02:16.190Z | Downloaded relative-path v1.9.3 |
| 1987 | 2026-08-15T07:02:16.190Z | Downloaded similar-asserts v1.7.0 |
| 1988 | 2026-08-15T07:02:16.190Z | Downloaded rstest v0.25.0 |
| 1989 | 2026-08-15T07:02:16.193Z | Downloaded rust-argon2 v2.1.0 |
| 1990 | 2026-08-15T07:02:16.193Z | Downloaded serde_regex v1.1.0 |
| 1991 | 2026-08-15T07:02:16.193Z | Downloaded rand_distr v0.5.1 |
| 1992 | 2026-08-15T07:02:16.196Z | Downloaded rstest_macros v0.25.0 |
| 1993 | 2026-08-15T07:02:16.197Z | Downloaded supports-color v2.1.0 |
| 1994 | 2026-08-15T07:02:16.200Z | Downloaded plotters v0.3.7 |
| 1995 | 2026-08-15T07:02:16.203Z | Downloaded supports-hyperlinks v2.1.0 |
| 1996 | 2026-08-15T07:02:16.203Z | Downloaded supports-unicode v2.1.0 |
| 1997 | 2026-08-15T07:02:16.204Z | Downloaded stringmetrics v2.2.2 |
| 1998 | 2026-08-15T07:02:16.204Z | Downloaded target-spec v3.5.7 |
| 1999 | 2026-08-15T07:02:16.207Z | Downloaded target-triple v1.0.0 |
| 2000 | 2026-08-15T07:02:16.207Z | Downloaded terminal_size v0.1.17 |
| 2001 | 2026-08-15T07:02:16.207Z | Downloaded target-lexicon v0.13.3 |
| 2002 | 2026-08-15T07:02:16.207Z | Downloaded termcolor v1.4.1 |
| 2003 | 2026-08-15T07:02:16.207Z | Downloaded tinytemplate v1.2.1 |
| 2004 | 2026-08-15T07:02:16.211Z | Downloaded textwrap v0.15.2 |
| 2005 | 2026-08-15T07:02:16.211Z | Downloaded trybuild v1.0.116 |
| 2006 | 2026-08-15T07:02:16.263Z | Downloaded httpmock v0.8.3 |
| 2007 | 2026-08-15T07:02:18.188Z | Checking cfg-if v1.0.4 |
| 2008 | 2026-08-15T07:02:18.585Z | Checking libc v0.2.185 |
| 2009 | 2026-08-15T07:02:18.585Z | Checking serde_core v1.0.228 |
| 2010 | 2026-08-15T07:02:18.668Z | Checking memchr v2.8.0 |
| 2011 | 2026-08-15T07:02:18.713Z | Checking zeroize v1.9.0 |
| 2012 | 2026-08-15T07:02:18.747Z | Checking smallvec v1.15.1 |
| 2013 | 2026-08-15T07:02:18.786Z | Checking subtle v2.6.1 |
| 2014 | 2026-08-15T07:02:18.789Z | Checking itoa v1.0.17 |
| 2015 | 2026-08-15T07:02:18.861Z | Checking log v0.4.33 |
| 2016 | 2026-08-15T07:02:18.898Z | Checking rand_core v0.10.0 |
| 2017 | 2026-08-15T07:02:18.950Z | Checking libm v0.2.16 |
| 2018 | 2026-08-15T07:02:18.996Z | Checking typenum v1.20.1 |
| 2019 | 2026-08-15T07:02:19.038Z | Checking errno v0.3.14 |
| 2020 | 2026-08-15T07:02:19.077Z | Checking getrandom v0.4.3 |
| 2021 | 2026-08-15T07:02:19.120Z | Checking scopeguard v1.2.0 |
| 2022 | 2026-08-15T07:02:19.163Z | Checking zmij v1.0.21 |
| 2023 | 2026-08-15T07:02:19.166Z | Checking stable_deref_trait v1.2.1 |
| 2024 | 2026-08-15T07:02:19.240Z | Checking zerofrom v0.1.6 |
| 2025 | 2026-08-15T07:02:19.279Z | Checking lock_api v0.4.14 |
| 2026 | 2026-08-15T07:02:19.321Z | Checking percent-encoding v2.3.2 |
| 2027 | 2026-08-15T07:02:19.358Z | Checking litemap v0.8.1 |
| 2028 | 2026-08-15T07:02:19.395Z | Checking yoke v0.8.1 |
| 2029 | 2026-08-15T07:02:19.431Z | Checking writeable v0.6.2 |
| 2030 | 2026-08-15T07:02:19.490Z | Checking icu_normalizer_data v2.1.1 |
| 2031 | 2026-08-15T07:02:19.529Z | Checking icu_properties_data v2.1.2 |
| 2032 | 2026-08-15T07:02:19.567Z | Checking pin-project-lite v0.2.17 |
| 2033 | 2026-08-15T07:02:19.605Z | Checking zerovec v0.11.5 |
| 2034 | 2026-08-15T07:02:19.641Z | Checking zerotrie v0.2.3 |
| 2035 | 2026-08-15T07:02:19.645Z | Checking num-traits v0.2.19 |
| 2036 | 2026-08-15T07:02:19.716Z | Checking form_urlencoded v1.2.2 |
| 2037 | 2026-08-15T07:02:19.716Z | Checking zerocopy v0.8.56 |
| 2038 | 2026-08-15T07:02:19.755Z | Checking utf8_iter v1.0.4 |
| 2039 | 2026-08-15T07:02:19.827Z | Checking parking_lot_core v0.9.12 |
| 2040 | 2026-08-15T07:02:19.876Z | Checking portable-atomic v1.13.1 |
| 2041 | 2026-08-15T07:02:19.922Z | Checking critical-section v1.2.0 |
| 2042 | 2026-08-15T07:02:19.963Z | Checking signal-hook-registry v1.4.8 |
| 2043 | 2026-08-15T07:02:20.040Z | Checking parking_lot v0.12.5 |
| 2044 | 2026-08-15T07:02:20.078Z | Checking tinystr v0.8.2 |
| 2045 | 2026-08-15T07:02:20.112Z | Checking serde v1.0.228 |
| 2046 | 2026-08-15T07:02:20.117Z | Checking serde_json v1.0.151 |
| 2047 | 2026-08-15T07:02:20.182Z | Checking bitflags v2.11.0 |
| 2048 | 2026-08-15T07:02:20.227Z | Checking potential_utf v0.1.4 |
| 2049 | 2026-08-15T07:02:20.270Z | Checking mio v1.2.0 |
| 2050 | 2026-08-15T07:02:20.309Z | Checking icu_locale_core v2.1.1 |
| 2051 | 2026-08-15T07:02:20.346Z | Checking once_cell v1.21.3 |
| 2052 | 2026-08-15T07:02:20.386Z | Checking icu_collections v2.1.1 |
| 2053 | 2026-08-15T07:02:20.434Z | Checking socket2 v0.6.3 |
| 2054 | 2026-08-15T07:02:20.545Z | Checking bytes v1.11.1 |
| 2055 | 2026-08-15T07:02:20.591Z | Checking iana-time-zone v0.1.65 |
| 2056 | 2026-08-15T07:02:20.642Z | Checking thiserror v2.0.18 |
| 2057 | 2026-08-15T07:02:20.728Z | Checking semver v1.0.28 |
| 2058 | 2026-08-15T07:02:20.757Z | Checking chrono v0.4.45 |
| 2059 | 2026-08-15T07:02:20.823Z | Checking dyn-clone v1.0.20 |
| 2060 | 2026-08-15T07:02:20.871Z | Checking icu_provider v2.1.1 |
| 2061 | 2026-08-15T07:02:20.914Z | Checking getrandom v0.2.17 |
| 2062 | 2026-08-15T07:02:20.918Z | Checking futures-core v0.3.32 |
| 2063 | 2026-08-15T07:02:20.986Z | Checking allocator-api2 v0.2.21 |
| 2064 | 2026-08-15T07:02:20.990Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2065 | 2026-08-15T07:02:21.057Z | Checking borsh v1.8.0 |
| 2066 | 2026-08-15T07:02:21.094Z | Checking tokio v1.52.1 |
| 2067 | 2026-08-15T07:02:21.097Z | Checking getrandom v0.3.4 |
| 2068 | 2026-08-15T07:02:21.166Z | Checking icu_properties v2.1.2 |
| 2069 | 2026-08-15T07:02:21.241Z | Checking icu_normalizer v2.1.1 |
| 2070 | 2026-08-15T07:02:21.326Z | Checking rand_core v0.6.4 |
| 2071 | 2026-08-15T07:02:21.374Z | Checking equivalent v1.0.2 |
| 2072 | 2026-08-15T07:02:21.428Z | Checking uuid v1.23.4 |
| 2073 | 2026-08-15T07:02:21.485Z | Checking rustix v1.1.4 |
| 2074 | 2026-08-15T07:02:21.529Z | Checking foldhash v0.2.0 |
| 2075 | 2026-08-15T07:02:21.569Z | Checking cmov v0.5.4 |
| 2076 | 2026-08-15T07:02:21.615Z | Checking generic-array v0.14.7 |
| 2077 | 2026-08-15T07:02:21.709Z | Checking futures-sink v0.3.32 |
| 2078 | 2026-08-15T07:02:21.787Z | Checking ctutils v0.4.2 |
| 2079 | 2026-08-15T07:02:21.825Z | Checking slab v0.4.12 |
| 2080 | 2026-08-15T07:02:21.863Z | Checking futures-channel v0.3.32 |
| 2081 | 2026-08-15T07:02:22.002Z | Checking idna_adapter v1.2.1 |
| 2082 | 2026-08-15T07:02:22.040Z | Checking futures-task v0.3.32 |
| 2083 | 2026-08-15T07:02:22.044Z | Checking hybrid-array v0.4.13 |
| 2084 | 2026-08-15T07:02:22.113Z | Checking byteorder v1.5.0 |
| 2085 | 2026-08-15T07:02:22.117Z | Checking futures-io v0.3.32 |
| 2086 | 2026-08-15T07:02:22.186Z | Checking idna v1.1.0 |
| 2087 | 2026-08-15T07:02:22.223Z | Checking hashbrown v0.17.0 |
| 2088 | 2026-08-15T07:02:22.291Z | Checking futures-util v0.3.32 |
| 2089 | 2026-08-15T07:02:22.344Z | Checking const-oid v0.9.6 |
| 2090 | 2026-08-15T07:02:22.459Z | Checking url v2.5.8 |
| 2091 | 2026-08-15T07:02:22.497Z | Checking crypto-common v0.1.7 |
| 2092 | 2026-08-15T07:02:22.534Z | Checking ppv-lite86 v0.2.21 |
| 2093 | 2026-08-15T07:02:22.651Z | Checking thiserror v1.0.69 |
| 2094 | 2026-08-15T07:02:22.781Z | Checking base64ct v1.8.3 |
| 2095 | 2026-08-15T07:02:22.821Z | Checking indexmap v2.14.0 |
| 2096 | 2026-08-15T07:02:22.858Z | Checking crypto-common v0.2.2 |
| 2097 | 2026-08-15T07:02:22.897Z | Checking regex-syntax v0.8.10 |
| 2098 | 2026-08-15T07:02:22.936Z | Checking schemars v0.8.22 |
| 2099 | 2026-08-15T07:02:23.050Z | Checking fnv v1.0.7 |
| 2100 | 2026-08-15T07:02:23.089Z | Checking block-buffer v0.10.4 |
| 2101 | 2026-08-15T07:02:23.174Z | Checking block-buffer v0.12.1 |
| 2102 | 2026-08-15T07:02:23.255Z | Checking digest v0.10.7 |
| 2103 | 2026-08-15T07:02:23.364Z | Checking base64 v0.22.1 |
| 2104 | 2026-08-15T07:02:23.420Z | Checking utf8parse v0.2.2 |
| 2105 | 2026-08-15T07:02:23.478Z | Checking http v1.4.2 |
| 2106 | 2026-08-15T07:02:23.482Z | Checking anstyle v1.0.14 |
| 2107 | 2026-08-15T07:02:23.551Z | Checking rand_core v0.9.5 |
| 2108 | 2026-08-15T07:02:23.615Z | Checking tracing-core v0.1.36 |
| 2109 | 2026-08-15T07:02:23.656Z | Checking colorchoice v1.0.4 |
| 2110 | 2026-08-15T07:02:23.724Z | Checking is_terminal_polyfill v1.70.2 |
| 2111 | 2026-08-15T07:02:23.762Z | Checking anstyle-query v1.1.5 |
| 2112 | 2026-08-15T07:02:23.798Z | Checking rand_chacha v0.9.0 |
| 2113 | 2026-08-15T07:02:23.846Z | Checking anstyle-parse v1.0.0 |
| 2114 | 2026-08-15T07:02:23.885Z | Checking const-oid v0.10.2 |
| 2115 | 2026-08-15T07:02:23.957Z | Checking tracing v0.1.44 |
| 2116 | 2026-08-15T07:02:24.027Z | Checking anstream v1.0.0 |
| 2117 | 2026-08-15T07:02:24.031Z | Checking rand v0.9.2 |
| 2118 | 2026-08-15T07:02:24.103Z | Checking terminal_size v0.4.3 |
| 2119 | 2026-08-15T07:02:24.106Z | Checking cpufeatures v0.2.17 |
| 2120 | 2026-08-15T07:02:24.191Z | Checking ipnet v2.12.1 |
| 2121 | 2026-08-15T07:02:24.232Z | Checking crossbeam-utils v0.8.21 |
| 2122 | 2026-08-15T07:02:24.235Z | Checking aho-corasick v1.1.4 |
| 2123 | 2026-08-15T07:02:24.235Z | Checking clap_lex v1.0.0 |
| 2124 | 2026-08-15T07:02:24.340Z | Checking strsim v0.11.1 |
| 2125 | 2026-08-15T07:02:24.343Z | Checking tokio-util v0.7.18 |
| 2126 | 2026-08-15T07:02:24.376Z | Checking erased-serde v0.3.31 |
| 2127 | 2026-08-15T07:02:24.469Z | Checking unicode-ident v1.0.24 |
| 2128 | 2026-08-15T07:02:24.507Z | Checking httparse v1.10.1 |
| 2129 | 2026-08-15T07:02:24.545Z | Checking clap_builder v4.6.0 |
| 2130 | 2026-08-15T07:02:24.582Z | Checking powerfmt v0.2.0 |
| 2131 | 2026-08-15T07:02:24.619Z | Checking proc-macro2 v1.0.106 |
| 2132 | 2026-08-15T07:02:24.623Z | Checking cpufeatures v0.3.0 |
| 2133 | 2026-08-15T07:02:24.739Z | Checking digest v0.11.3 |
| 2134 | 2026-08-15T07:02:24.778Z | Checking time-core v0.1.8 |
| 2135 | 2026-08-15T07:02:24.782Z | Checking deranged v0.5.8 |
| 2136 | 2026-08-15T07:02:24.849Z | Checking slog v2.8.2 |
| 2137 | 2026-08-15T07:02:24.948Z | Checking fastrand v2.3.0 |
| 2138 | 2026-08-15T07:02:24.952Z | Checking regex-automata v0.4.14 |
| 2139 | 2026-08-15T07:02:24.984Z | Checking quote v1.0.45 |
| 2140 | 2026-08-15T07:02:24.987Z | Checking num-conv v0.2.0 |
| 2141 | 2026-08-15T07:02:25.091Z | Checking num_threads v0.1.7 |
| 2142 | 2026-08-15T07:02:25.130Z | Checking anyhow v1.0.104 |
| 2143 | 2026-08-15T07:02:25.169Z | Checking ipnetwork v0.21.1 |
| 2144 | 2026-08-15T07:02:25.172Z | Checking tempfile v3.27.0 |
| 2145 | 2026-08-15T07:02:25.241Z | Checking syn v2.0.117 |
| 2146 | 2026-08-15T07:02:25.246Z | Checking pem-rfc7468 v0.7.0 |
| 2147 | 2026-08-15T07:02:25.351Z | Checking aws-lc-sys v0.40.0 |
| 2148 | 2026-08-15T07:02:25.412Z | Checking rustls-pki-types v1.14.0 |
| 2149 | 2026-08-15T07:02:25.452Z | Checking untrusted v0.7.1 |
| 2150 | 2026-08-15T07:02:25.489Z | Checking http-body v1.0.1 |
| 2151 | 2026-08-15T07:02:25.595Z | Checking hex v0.4.3 |
| 2152 | 2026-08-15T07:02:25.650Z | Checking atomic-waker v1.1.2 |
| 2153 | 2026-08-15T07:02:25.731Z | Checking try-lock v0.2.5 |
| 2154 | 2026-08-15T07:02:25.769Z | Checking time v0.3.47 |
| 2155 | 2026-08-15T07:02:25.806Z | Checking flagset v0.4.7 |
| 2156 | 2026-08-15T07:02:25.809Z | Checking clap v4.6.1 |
| 2157 | 2026-08-15T07:02:25.879Z | Checking aws-lc-rs v1.16.3 |
| 2158 | 2026-08-15T07:02:25.882Z | Checking httpdate v1.0.3 |
| 2159 | 2026-08-15T07:02:25.911Z | Checking want v0.3.1 |
| 2160 | 2026-08-15T07:02:25.983Z | Checking der v0.7.10 |
| 2161 | 2026-08-15T07:02:25.986Z | Checking h2 v0.4.15 |
| 2162 | 2026-08-15T07:02:26.084Z | Checking tower-service v0.3.3 |
| 2163 | 2026-08-15T07:02:26.122Z | Checking untrusted v0.9.0 |
| 2164 | 2026-08-15T07:02:26.203Z | Checking tower-layer v0.3.3 |
| 2165 | 2026-08-15T07:02:26.257Z | Checking ryu v1.0.23 |
| 2166 | 2026-08-15T07:02:26.381Z | Checking spin v0.9.8 |
| 2167 | 2026-08-15T07:02:26.421Z | Checking socket2 v0.5.10 |
| 2168 | 2026-08-15T07:02:26.604Z | Checking simd-adler32 v0.3.8 |
| 2169 | 2026-08-15T07:02:26.732Z | Checking mime v0.3.17 |
| 2170 | 2026-08-15T07:02:26.743Z | Checking rustls-webpki v0.103.13 |
| 2171 | 2026-08-15T07:02:26.771Z | Checking block-padding v0.4.2 |
| 2172 | 2026-08-15T07:02:26.826Z | Checking pretty-hex v0.4.1 |
| 2173 | 2026-08-15T07:02:26.885Z | Checking adler2 v2.0.1 |
| 2174 | 2026-08-15T07:02:26.920Z | Checking http-body-util v0.1.3 |
| 2175 | 2026-08-15T07:02:26.924Z | Checking oxnet v0.1.6 |
| 2176 | 2026-08-15T07:02:26.992Z | Checking inout v0.2.2 |
| 2177 | 2026-08-15T07:02:26.995Z | Checking camino v1.2.5 |
| 2178 | 2026-08-15T07:02:27.066Z | Checking miniz_oxide v0.8.9 |
| 2179 | 2026-08-15T07:02:27.163Z | Checking unicode-width v0.2.0 |
| 2180 | 2026-08-15T07:02:27.166Z | Checking rustls v0.23.41 |
| 2181 | 2026-08-15T07:02:27.236Z | Checking plain v0.2.3 |
| 2182 | 2026-08-15T07:02:27.274Z | Checking spki v0.7.3 |
| 2183 | 2026-08-15T07:02:27.309Z | Checking rand_chacha v0.3.1 |
| 2184 | 2026-08-15T07:02:27.365Z | Checking ucd-trie v0.1.7 |
| 2185 | 2026-08-15T07:02:27.435Z | Checking openssl-probe v0.2.1 |
| 2186 | 2026-08-15T07:02:27.474Z | Checking cipher v0.5.2 |
| 2187 | 2026-08-15T07:02:27.478Z | Checking regex v1.12.3 |
| 2188 | 2026-08-15T07:02:27.547Z | Checking pest v2.8.6 |
| 2189 | 2026-08-15T07:02:27.550Z | Checking rand v0.8.6 |
| 2190 | 2026-08-15T07:02:27.582Z | Checking serde_urlencoded v0.7.1 |
| 2191 | 2026-08-15T07:02:27.653Z | Checking futures-executor v0.3.32 |
| 2192 | 2026-08-15T07:02:27.752Z | Checking is-terminal v0.4.17 |
| 2193 | 2026-08-15T07:02:27.820Z | Checking encoding_rs v0.8.35 |
| 2194 | 2026-08-15T07:02:27.859Z | Checking static_assertions v1.1.0 |
| 2195 | 2026-08-15T07:02:27.863Z | Checking futures v0.3.32 |
| 2196 | 2026-08-15T07:02:27.930Z | Checking either v1.15.0 |
| 2197 | 2026-08-15T07:02:27.966Z | Checking pkcs8 v0.10.2 |
| 2198 | 2026-08-15T07:02:28.002Z | Checking sha2 v0.10.9 |
| 2199 | 2026-08-15T07:02:28.145Z | Checking crc32fast v1.5.0 |
| 2200 | 2026-08-15T07:02:28.184Z | Checking sync_wrapper v1.0.2 |
| 2201 | 2026-08-15T07:02:28.187Z | Checking iri-string v0.7.10 |
| 2202 | 2026-08-15T07:02:28.300Z | Checking crossbeam-channel v0.5.15 |
| 2203 | 2026-08-15T07:02:28.341Z | Checking tower v0.5.3 |
| 2204 | 2026-08-15T07:02:28.344Z | Checking openapiv3 v2.2.0 |
| 2205 | 2026-08-15T07:02:28.635Z | Checking hashbrown v0.16.1 |
| 2206 | 2026-08-15T07:02:28.675Z | Checking bit-vec v0.8.0 |
| 2207 | 2026-08-15T07:02:28.763Z | Checking zlib-rs v0.6.2 |
| 2208 | 2026-08-15T07:02:28.801Z | Checking hubpack v0.1.2 |
| 2209 | 2026-08-15T07:02:28.892Z | Checking hyper v1.10.1 |
| 2210 | 2026-08-15T07:02:28.931Z | Checking bit-set v0.8.0 |
| 2211 | 2026-08-15T07:02:28.993Z | Checking wait-timeout v0.2.1 |
| 2212 | 2026-08-15T07:02:29.103Z | Checking tinyvec_macros v0.1.1 |
| 2213 | 2026-08-15T07:02:29.146Z | Checking rustls-native-certs v0.8.3 |
| 2214 | 2026-08-15T07:02:29.183Z | Checking lazy_static v1.5.0 |
| 2215 | 2026-08-15T07:02:29.219Z | Checking tinyvec v1.12.0 |
| 2216 | 2026-08-15T07:02:29.261Z | Checking tower-http v0.6.8 |
| 2217 | 2026-08-15T07:02:29.301Z | Checking signature v2.2.0 |
| 2218 | 2026-08-15T07:02:29.305Z | Checking thread_local v1.1.9 |
| 2219 | 2026-08-15T07:02:29.462Z | Checking psl-types v2.0.11 |
| 2220 | 2026-08-15T07:02:29.503Z | Checking tokio-rustls v0.26.4 |
| 2221 | 2026-08-15T07:02:29.541Z | Checking quick-error v1.2.3 |
| 2222 | 2026-08-15T07:02:29.544Z | Checking cookie v0.18.1 |
| 2223 | 2026-08-15T07:02:29.614Z | Checking publicsuffix v2.3.0 |
| 2224 | 2026-08-15T07:02:29.617Z | Checking rand_xorshift v0.4.0 |
| 2225 | 2026-08-15T07:02:29.686Z | Checking rusty-fork v0.3.1 |
| 2226 | 2026-08-15T07:02:29.689Z | Checking flate2 v1.1.9 |
| 2227 | 2026-08-15T07:02:29.721Z | Checking strum v0.26.3 |
| 2228 | 2026-08-15T07:02:29.791Z | Checking term v1.2.1 |
| 2229 | 2026-08-15T07:02:29.795Z | Checking take_mut v0.2.2 |
| 2230 | 2026-08-15T07:02:29.796Z | Checking unarray v0.1.4 |
| 2231 | 2026-08-15T07:02:29.860Z | Checking cookie_store v0.22.1 |
| 2232 | 2026-08-15T07:02:29.896Z | Checking rustls-platform-verifier v0.6.2 |
| 2233 | 2026-08-15T07:02:29.931Z | Checking num-integer v0.1.46 |
| 2234 | 2026-08-15T07:02:29.998Z | Checking hyper-util v0.1.20 |
| 2235 | 2026-08-15T07:02:30.035Z | Checking slog-async v2.8.0 |
| 2236 | 2026-08-15T07:02:30.038Z | Checking proptest v1.11.0 |
| 2237 | 2026-08-15T07:02:30.038Z | Checking slog-term v2.9.2 |
| 2238 | 2026-08-15T07:02:30.139Z | Checking scroll v0.13.0 |
| 2239 | 2026-08-15T07:02:30.142Z | Checking memmap2 v0.9.10 |
| 2240 | 2026-08-15T07:02:30.213Z | Checking data-encoding v2.10.0 |
| 2241 | 2026-08-15T07:02:30.251Z | Checking hmac v0.12.1 |
| 2242 | 2026-08-15T07:02:30.255Z | Checking dtrace-parser v0.3.0 |
| 2243 | 2026-08-15T07:02:30.360Z | Checking ahash v0.8.12 |
| 2244 | 2026-08-15T07:02:30.398Z | Checking serde_spanned v0.6.9 |
| 2245 | 2026-08-15T07:02:30.402Z | Checking goblin v0.10.5 |
| 2246 | 2026-08-15T07:02:30.474Z | Checking toml_datetime v0.6.11 |
| 2247 | 2026-08-15T07:02:30.512Z | Checking thread-id v5.1.0 |
| 2248 | 2026-08-15T07:02:30.515Z | Checking base64 v0.21.7 |
| 2249 | 2026-08-15T07:02:30.584Z | Checking bstr v1.12.1 |
| 2250 | 2026-08-15T07:02:30.588Z | Checking crossbeam-epoch v0.9.18 |
| 2251 | 2026-08-15T07:02:30.656Z | Checking x509-cert v0.2.5 |
| 2252 | 2026-08-15T07:02:30.693Z | Checking memoffset v0.9.1 |
| 2253 | 2026-08-15T07:02:30.801Z | Checking tap v1.0.1 |
| 2254 | 2026-08-15T07:02:30.805Z | Checking num-iter v0.1.45 |
| 2255 | 2026-08-15T07:02:30.874Z | Checking half v2.7.1 |
| 2256 | 2026-08-15T07:02:30.935Z | Checking wyz v0.5.1 |
| 2257 | 2026-08-15T07:02:30.977Z | Checking ff v0.13.1 |
| 2258 | 2026-08-15T07:02:31.016Z | Checking radium v0.7.0 |
| 2259 | 2026-08-15T07:02:31.132Z | Checking scroll v0.12.0 |
| 2260 | 2026-08-15T07:02:31.137Z | Checking base16ct v0.2.0 |
| 2261 | 2026-08-15T07:02:31.207Z | Checking funty v2.0.0 |
| 2262 | 2026-08-15T07:02:31.242Z | Checking ciborium-io v0.2.2 |
| 2263 | 2026-08-15T07:02:31.279Z | Checking hyper-rustls v0.27.7 |
| 2264 | 2026-08-15T07:02:31.320Z | Checking sec1 v0.7.3 |
| 2265 | 2026-08-15T07:02:31.324Z | Checking group v0.13.0 |
| 2266 | 2026-08-15T07:02:31.393Z | Checking ciborium-ll v0.2.2 |
| 2267 | 2026-08-15T07:02:31.397Z | Checking goblin v0.8.2 |
| 2268 | 2026-08-15T07:02:31.511Z | Checking reqwest v0.13.2 |
| 2269 | 2026-08-15T07:02:31.551Z | Checking bitvec v1.0.1 |
| 2270 | 2026-08-15T07:02:31.554Z | Checking hkdf v0.12.4 |
| 2271 | 2026-08-15T07:02:31.554Z | Checking zerocopy v0.7.35 |
| 2272 | 2026-08-15T07:02:31.658Z | Checking crypto-bigint v0.5.5 |
| 2273 | 2026-08-15T07:02:31.749Z | Checking rustix v0.38.44 |
| 2274 | 2026-08-15T07:02:31.868Z | Checking newtype-uuid v1.3.2 |
| 2275 | 2026-08-15T07:02:32.104Z | Checking daft v0.1.7 |
| 2276 | 2026-08-15T07:02:32.146Z | Checking env_filter v2.0.0 |
| 2277 | 2026-08-15T07:02:32.318Z | Checking unicode-segmentation v1.12.0 |
| 2278 | 2026-08-15T07:02:32.383Z | Checking env_logger v0.11.11 |
| 2279 | 2026-08-15T07:02:32.426Z | Checking ciborium v0.2.2 |
| 2280 | 2026-08-15T07:02:32.554Z | Checking num-bigint-dig v0.8.6 |
| 2281 | 2026-08-15T07:02:32.595Z | Checking elliptic-curve v0.13.8 |
| 2282 | 2026-08-15T07:02:32.633Z | Checking nix v0.31.2 |
| 2283 | 2026-08-15T07:02:32.670Z | Checking dtrace-parser v0.2.0 |
| 2284 | 2026-08-15T07:02:32.770Z | Checking dof v0.4.0 |
| 2285 | 2026-08-15T07:02:32.884Z | Checking pkcs1 v0.7.5 |
| 2286 | 2026-08-15T07:02:32.937Z | Checking thread-id v4.2.2 |
| 2287 | 2026-08-15T07:02:32.975Z | Checking debug-ignore v1.0.5 |
| 2288 | 2026-08-15T07:02:33.046Z | Checking winnow v1.0.3 |
| 2289 | 2026-08-15T07:02:33.105Z | Checking same-file v1.0.6 |
| 2290 | 2026-08-15T07:02:33.145Z | Checking crc-catalog v2.4.0 |
| 2291 | 2026-08-15T07:02:33.149Z | Checking unicode-normalization v0.1.25 |
| 2292 | 2026-08-15T07:02:33.255Z | Checking walkdir v2.5.0 |
| 2293 | 2026-08-15T07:02:33.295Z | Checking crc v3.4.0 |
| 2294 | 2026-08-15T07:02:33.341Z | Checking dof v0.3.0 |
| 2295 | 2026-08-15T07:02:33.403Z | Checking rsa v0.9.10 |
| 2296 | 2026-08-15T07:02:33.443Z | Checking usdt-impl v0.6.0 |
| 2297 | 2026-08-15T07:02:33.447Z | Checking serde_with v3.21.0 |
| 2298 | 2026-08-15T07:02:33.517Z | Checking zerocopy v0.6.6 |
| 2299 | 2026-08-15T07:02:33.606Z | Checking maybe-uninit v2.0.0 |
| 2300 | 2026-08-15T07:02:33.651Z | Checking usdt-impl v0.5.0 |
| 2301 | 2026-08-15T07:02:33.705Z | Checking memmap v0.7.0 |
| 2302 | 2026-08-15T07:02:33.759Z | Checking usdt v0.6.0 |
| 2303 | 2026-08-15T07:02:33.830Z | Checking foldhash v0.1.5 |
| 2304 | 2026-08-15T07:02:33.869Z | Checking keccak v0.1.6 |
| 2305 | 2026-08-15T07:02:33.872Z | Checking smawk v0.3.2 |
| 2306 | 2026-08-15T07:02:33.942Z | Checking unicode-linebreak v0.1.5 |
| 2307 | 2026-08-15T07:02:33.946Z | Checking nodrop v0.1.14 |
| 2308 | 2026-08-15T07:02:34.017Z | Checking winnow v0.5.40 |
| 2309 | 2026-08-15T07:02:34.020Z | Checking foreign-types-shared v0.1.1 |
| 2310 | 2026-08-15T07:02:34.020Z | Checking hashbrown v0.15.5 |
| 2311 | 2026-08-15T07:02:34.122Z | Checking array-init v0.0.4 |
| 2312 | 2026-08-15T07:02:34.126Z | Checking sha3 v0.10.8 |
| 2313 | 2026-08-15T07:02:34.126Z | Checking usdt v0.5.0 |
| 2314 | 2026-08-15T07:02:34.227Z | Checking foreign-types v0.3.2 |
| 2315 | 2026-08-15T07:02:34.231Z | Checking smallvec v0.6.14 |
| 2316 | 2026-08-15T07:02:34.361Z | Checking packed_struct v0.10.1 |
| 2317 | 2026-08-15T07:02:34.400Z | Checking rfc6979 v0.4.0 |
| 2318 | 2026-08-15T07:02:34.404Z | Checking bitfield v0.19.4 |
| 2319 | 2026-08-15T07:02:34.472Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2320 | 2026-08-15T07:02:34.475Z | Checking openssl-sys v0.9.117 |
| 2321 | 2026-08-15T07:02:34.546Z | Checking siphasher v1.0.2 |
| 2322 | 2026-08-15T07:02:34.584Z | Checking bitflags v1.3.2 |
| 2323 | 2026-08-15T07:02:34.588Z | Checking hashbrown v0.12.3 |
| 2324 | 2026-08-15T07:02:34.685Z | Checking bzip2 v0.4.4 |
| 2325 | 2026-08-15T07:02:34.729Z | Checking ecdsa v0.16.9 |
| 2326 | 2026-08-15T07:02:34.732Z | Checking serde-hex v0.1.0 |
| 2327 | 2026-08-15T07:02:34.874Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2328 | 2026-08-15T07:02:34.912Z | Checking openssl v0.10.80 |
| 2329 | 2026-08-15T07:02:34.982Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2330 | 2026-08-15T07:02:35.056Z | Checking indexmap v1.9.3 |
| 2331 | 2026-08-15T07:02:35.096Z | Checking primeorder v0.13.6 |
| 2332 | 2026-08-15T07:02:35.165Z | Checking ron v0.8.1 |
| 2333 | 2026-08-15T07:02:35.169Z | Checking toml_edit v0.19.15 |
| 2334 | 2026-08-15T07:02:35.238Z | Checking hashbrown v0.13.2 |
| 2335 | 2026-08-15T07:02:35.356Z | Checking itertools v0.13.0 |
| 2336 | 2026-08-15T07:02:35.397Z | Checking curve25519-dalek v4.1.3 |
| 2337 | 2026-08-15T07:02:35.435Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2338 | 2026-08-15T07:02:35.685Z | Checking signal-hook v0.3.18 |
| 2339 | 2026-08-15T07:02:35.723Z | Checking managed v0.8.0 |
| 2340 | 2026-08-15T07:02:35.901Z | Checking crc-any v2.5.0 |
| 2341 | 2026-08-15T07:02:35.939Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2342 | 2026-08-15T07:02:36.105Z | Checking object v0.30.4 |
| 2343 | 2026-08-15T07:02:36.142Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2344 | 2026-08-15T07:02:36.187Z | Checking zip v0.6.6 |
| 2345 | 2026-08-15T07:02:36.233Z | Checking toml v0.7.8 |
| 2346 | 2026-08-15T07:02:36.274Z | Checking globset v0.4.18 |
| 2347 | 2026-08-15T07:02:36.405Z | Checking ed25519 v2.2.3 |
| 2348 | 2026-08-15T07:02:36.538Z | Checking chacha20 v0.10.0 |
| 2349 | 2026-08-15T07:02:36.581Z | Checking salty v0.3.0 |
| 2350 | 2026-08-15T07:02:36.585Z | Checking object v0.37.3 |
| 2351 | 2026-08-15T07:02:36.651Z | Checking winnow v0.7.14 |
| 2352 | 2026-08-15T07:02:36.774Z | Checking path-slash v0.1.5 |
| 2353 | 2026-08-15T07:02:36.823Z | Checking toml_write v0.1.2 |
| 2354 | 2026-08-15T07:02:36.868Z | Checking ed25519-dalek v2.2.0 |
| 2355 | 2026-08-15T07:02:36.906Z | Checking signal-hook-mio v0.2.5 |
| 2356 | 2026-08-15T07:02:36.957Z | Checking native-tls v0.2.18 |
| 2357 | 2026-08-15T07:02:37.016Z | Checking ref-cast v1.0.25 |
| 2358 | 2026-08-15T07:02:37.053Z | Checking pin-project v1.1.11 |
| 2359 | 2026-08-15T07:02:37.122Z | Checking jiff-core v0.1.0 |
| 2360 | 2026-08-15T07:02:37.161Z | Checking p384 v0.13.1 |
| 2361 | 2026-08-15T07:02:37.166Z | Checking tokio-native-tls v0.3.1 |
| 2362 | 2026-08-15T07:02:37.232Z | Checking pem v3.0.6 |
| 2363 | 2026-08-15T07:02:37.382Z | Checking inout v0.1.4 |
| 2364 | 2026-08-15T07:02:37.425Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2365 | 2026-08-15T07:02:37.546Z | Checking fixedbitset v0.5.7 |
| 2366 | 2026-08-15T07:02:37.586Z | Checking zstd-safe v7.2.4 |
| 2367 | 2026-08-15T07:02:37.624Z | Checking cipher v0.4.4 |
| 2368 | 2026-08-15T07:02:37.784Z | Checking hyper-tls v0.6.0 |
| 2369 | 2026-08-15T07:02:37.823Z | Checking petgraph v0.8.3 |
| 2370 | 2026-08-15T07:02:37.862Z | Checking snafu v0.8.9 |
| 2371 | 2026-08-15T07:02:37.866Z | Checking jiff v0.2.34 |
| 2372 | 2026-08-15T07:02:37.932Z | Checking toml_edit v0.22.27 |
| 2373 | 2026-08-15T07:02:37.989Z | Checking crossterm v0.28.1 |
| 2374 | 2026-08-15T07:02:38.134Z | Checking similar v2.7.0 |
| 2375 | 2026-08-15T07:02:38.224Z | Checking fs-err v3.3.0 |
| 2376 | 2026-08-15T07:02:38.503Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2377 | 2026-08-15T07:02:38.545Z | Checking hash32 v0.2.1 |
| 2378 | 2026-08-15T07:02:38.584Z | Checking serde_plain v1.0.2 |
| 2379 | 2026-08-15T07:02:38.716Z | Checking serde-big-array v0.5.1 |
| 2380 | 2026-08-15T07:02:38.755Z | Checking libbz2-rs-sys v0.2.2 |
| 2381 | 2026-08-15T07:02:38.758Z | Checking bumpalo v3.20.2 |
| 2382 | 2026-08-15T07:02:38.880Z | Checking unicode-bidi v0.3.18 |
| 2383 | 2026-08-15T07:02:38.957Z | Checking typed-path v0.9.3 |
| 2384 | 2026-08-15T07:02:39.011Z | Checking predicates-core v1.0.10 |
| 2385 | 2026-08-15T07:02:39.049Z | Checking toml v0.8.23 |
| 2386 | 2026-08-15T07:02:39.164Z | Checking linked-hash-map v0.5.6 |
| 2387 | 2026-08-15T07:02:39.203Z | Checking unicode-properties v0.1.4 |
| 2388 | 2026-08-15T07:02:39.206Z | Checking bzip2 v0.6.1 |
| 2389 | 2026-08-15T07:02:39.359Z | Checking lru-cache v0.1.2 |
| 2390 | 2026-08-15T07:02:39.398Z | Checking zopfli v0.8.3 |
| 2391 | 2026-08-15T07:02:39.438Z | Checking heapless v0.7.17 |
| 2392 | 2026-08-15T07:02:39.445Z | Checking stringprep v0.1.5 |
| 2393 | 2026-08-15T07:02:39.445Z | Checking reqwest v0.12.28 |
| 2394 | 2026-08-15T07:02:39.545Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2395 | 2026-08-15T07:02:39.549Z | Checking zstd v0.13.3 |
| 2396 | 2026-08-15T07:02:39.651Z | Checking textwrap v0.16.2 |
| 2397 | 2026-08-15T07:02:39.738Z | Checking hickory-proto v0.25.2 |
| 2398 | 2026-08-15T07:02:39.776Z | Checking hickory-proto v0.24.4 |
| 2399 | 2026-08-15T07:02:39.779Z | Checking byte-wrapper v0.1.0 |
| 2400 | 2026-08-15T07:02:39.847Z | Checking tokio-stream v0.1.18 |
| 2401 | 2026-08-15T07:02:39.885Z | Checking md-5 v0.10.6 |
| 2402 | 2026-08-15T07:02:39.889Z | Checking libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2403 | 2026-08-15T07:02:39.960Z | Checking float-cmp v0.10.0 |
| 2404 | 2026-08-15T07:02:40.040Z | Checking fallible-iterator v0.2.0 |
| 2405 | 2026-08-15T07:02:40.080Z | Checking resolv-conf v0.7.6 |
| 2406 | 2026-08-15T07:02:40.084Z | Checking difflib v0.4.0 |
| 2407 | 2026-08-15T07:02:40.151Z | Checking normalize-line-endings v0.3.0 |
| 2408 | 2026-08-15T07:02:40.247Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2409 | 2026-08-15T07:02:40.286Z | Checking smoltcp v0.9.1 |
| 2410 | 2026-08-15T07:02:40.290Z | Checking zip v4.6.1 |
| 2411 | 2026-08-15T07:02:40.290Z | Checking iddqd v0.4.2 |
| 2412 | 2026-08-15T07:02:40.397Z | Checking postgres-protocol v0.6.10 |
| 2413 | 2026-08-15T07:02:40.401Z | Checking predicates v3.1.4 |
| 2414 | 2026-08-15T07:02:40.742Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2415 | 2026-08-15T07:02:40.781Z | Checking phf_shared v0.13.1 |
| 2416 | 2026-08-15T07:02:40.875Z | Checking phf_shared v0.11.3 |
| 2417 | 2026-08-15T07:02:40.915Z | Checking olpc-cjson v0.1.4 |
| 2418 | 2026-08-15T07:02:40.955Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2419 | 2026-08-15T07:02:41.003Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2420 | 2026-08-15T07:02:41.050Z | Checking strum v0.27.2 |
| 2421 | 2026-08-15T07:02:41.087Z | Checking fixedbitset v0.4.2 |
| 2422 | 2026-08-15T07:02:41.124Z | Checking precomputed-hash v0.1.1 |
| 2423 | 2026-08-15T07:02:41.161Z | Checking new_debug_unreachable v1.0.6 |
| 2424 | 2026-08-15T07:02:41.199Z | Checking corncobs v0.1.4 |
| 2425 | 2026-08-15T07:02:41.236Z | Checking lalrpop-util v0.19.12 |
| 2426 | 2026-08-15T07:02:41.240Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2427 | 2026-08-15T07:02:41.308Z | Checking string_cache v0.8.9 |
| 2428 | 2026-08-15T07:02:41.312Z | Checking petgraph v0.6.5 |
| 2429 | 2026-08-15T07:02:41.342Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2430 | 2026-08-15T07:02:41.412Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2431 | 2026-08-15T07:02:41.451Z | Checking tough v0.22.0 |
| 2432 | 2026-08-15T07:02:41.506Z | Checking phf v0.13.1 |
| 2433 | 2026-08-15T07:02:41.545Z | Checking hickory-resolver v0.24.4 |
| 2434 | 2026-08-15T07:02:41.683Z | Checking postgres-types v0.2.12 |
| 2435 | 2026-08-15T07:02:41.721Z | Checking buf-list v1.1.2 |
| 2436 | 2026-08-15T07:02:41.868Z | Checking libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2437 | 2026-08-15T07:02:41.935Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2438 | 2026-08-15T07:02:42.026Z | Checking secrecy v0.8.0 |
| 2439 | 2026-08-15T07:02:42.030Z | Checking whoami v2.1.0 |
| 2440 | 2026-08-15T07:02:42.179Z | Checking peg-runtime v0.8.5 |
| 2441 | 2026-08-15T07:02:42.227Z | Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 2442 | 2026-08-15T07:02:42.286Z | Checking tokio-postgres v0.7.16 |
| 2443 | 2026-08-15T07:02:42.327Z | Checking qorb v0.4.1 |
| 2444 | 2026-08-15T07:02:42.480Z | Compiling newtype-uuid-macros v0.1.0 |
| 2445 | 2026-08-15T07:02:42.558Z | Checking match_cfg v0.1.0 |
| 2446 | 2026-08-15T07:02:42.626Z | Checking slog-json v2.6.1 |
| 2447 | 2026-08-15T07:02:42.669Z | Checking hostname v0.3.1 |
| 2448 | 2026-08-15T07:02:42.799Z | Compiling async-stream-impl v0.3.6 |
| 2449 | 2026-08-15T07:02:42.839Z | Compiling multer v3.1.0 |
| 2450 | 2026-08-15T07:02:42.843Z | Checking slog-bunyan v2.5.0 |
| 2451 | 2026-08-15T07:02:43.023Z | Compiling dropshot v0.17.1 |
| 2452 | 2026-08-15T07:02:43.161Z | Compiling dropshot_endpoint v0.17.1 |
| 2453 | 2026-08-15T07:02:43.323Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2454 | 2026-08-15T07:02:43.383Z | Checking serde_path_to_error v0.1.20 |
| 2455 | 2026-08-15T07:02:43.472Z | Checking sha1 v0.11.0 |
| 2456 | 2026-08-15T07:02:43.565Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2457 | 2026-08-15T07:02:43.604Z | Checking serde_spanned v1.1.1 |
| 2458 | 2026-08-15T07:02:43.640Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2459 | 2026-08-15T07:02:43.716Z | Checking compression-core v0.4.31 |
| 2460 | 2026-08-15T07:02:43.721Z | Checking async-stream v0.3.6 |
| 2461 | 2026-08-15T07:02:43.790Z | Checking progenitor-client v0.14.0 |
| 2462 | 2026-08-15T07:02:43.865Z | Checking toml v1.1.2+spec-1.1.0 |
| 2463 | 2026-08-15T07:02:43.903Z | Checking compression-codecs v0.4.37 |
| 2464 | 2026-08-15T07:02:43.903Z | Checking waitgroup v0.1.2 |
| 2465 | 2026-08-15T07:02:43.973Z | Checking rustls-pemfile v2.2.0 |
| 2466 | 2026-08-15T07:02:43.973Z | Checking hostname v0.4.2 |
| 2467 | 2026-08-15T07:02:44.045Z | Checking atomicwrites v0.4.4 |
| 2468 | 2026-08-15T07:02:44.048Z | Compiling parse-display-derive v0.10.0 |
| 2469 | 2026-08-15T07:02:44.116Z | Checking macaddr v1.0.1 |
| 2470 | 2026-08-15T07:02:44.152Z | Checking regress v0.10.5 |
| 2471 | 2026-08-15T07:02:44.156Z | Checking async-compression v0.4.41 |
| 2472 | 2026-08-15T07:02:44.156Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2473 | 2026-08-15T07:02:44.224Z | Checking itertools v0.14.0 |
| 2474 | 2026-08-15T07:02:44.320Z | Checking instant v0.1.13 |
| 2475 | 2026-08-15T07:02:44.437Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2476 | 2026-08-15T07:02:44.477Z | Checking backoff v0.4.0 |
| 2477 | 2026-08-15T07:02:44.481Z | Checking backon v1.6.0 |
| 2478 | 2026-08-15T07:02:44.663Z | Checking humantime v2.3.0 |
| 2479 | 2026-08-15T07:02:44.703Z | Compiling convert_case v0.4.0 |
| 2480 | 2026-08-15T07:02:44.707Z | Checking progenitor-extras v0.2.0 |
| 2481 | 2026-08-15T07:02:44.707Z | Checking heck v0.5.0 |
| 2482 | 2026-08-15T07:02:44.872Z | Checking secrecy v0.10.3 |
| 2483 | 2026-08-15T07:02:44.926Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2484 | 2026-08-15T07:02:45.006Z | Compiling regress v0.11.1 |
| 2485 | 2026-08-15T07:02:45.044Z | Checking camino-tempfile v1.4.1 |
| 2486 | 2026-08-15T07:02:45.095Z | Compiling derive_more v0.99.20 |
| 2487 | 2026-08-15T07:02:45.235Z | Checking indent_write v2.2.0 |
| 2488 | 2026-08-15T07:02:45.275Z | Compiling crucible-workspace-hack v0.1.0 |
| 2489 | 2026-08-15T07:02:45.393Z | Compiling unsafe-libyaml v0.2.11 |
| 2490 | 2026-08-15T07:02:45.601Z | Checking universal-hash v0.5.1 |
| 2491 | 2026-08-15T07:02:45.639Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2492 | 2026-08-15T07:02:45.755Z | Checking opaque-debug v0.3.1 |
| 2493 | 2026-08-15T07:02:45.792Z | Checking parse-display v0.10.0 |
| 2494 | 2026-08-15T07:02:45.853Z | Checking poly1305 v0.8.0 |
| 2495 | 2026-08-15T07:02:45.967Z | Compiling serde_yaml v0.9.34+deprecated |
| 2496 | 2026-08-15T07:02:46.150Z | Checking chacha20 v0.9.1 |
| 2497 | 2026-08-15T07:02:46.154Z | Checking blake2 v0.10.6 |
| 2498 | 2026-08-15T07:02:46.412Z | Checking password-hash v0.5.0 |
| 2499 | 2026-08-15T07:02:46.450Z | Checking aead v0.5.2 |
| 2500 | 2026-08-15T07:02:46.620Z | Compiling typify-impl v0.6.2 |
| 2501 | 2026-08-15T07:02:46.671Z | Checking argon2 v0.5.3 |
| 2502 | 2026-08-15T07:02:46.867Z | Checking thiserror-no-std v2.0.2 |
| 2503 | 2026-08-15T07:02:46.984Z | Checking vsss-rs v3.3.4 |
| 2504 | 2026-08-15T07:02:47.021Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2505 | 2026-08-15T07:02:47.057Z | Checking chacha20poly1305 v0.10.1 |
| 2506 | 2026-08-15T07:02:47.212Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2507 | 2026-08-15T07:02:47.432Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2508 | 2026-08-15T07:02:47.686Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2509 | 2026-08-15T07:02:47.741Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2510 | 2026-08-15T07:02:47.798Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2511 | 2026-08-15T07:02:47.964Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2512 | 2026-08-15T07:02:48.004Z | Checking crossbeam-deque v0.8.6 |
| 2513 | 2026-08-15T07:02:48.046Z | Compiling rayon-core v1.13.0 |
| 2514 | 2026-08-15T07:02:48.155Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2515 | 2026-08-15T07:02:48.216Z | Checking swrite v0.1.0 |
| 2516 | 2026-08-15T07:02:48.293Z | Compiling num-derive v0.4.2 |
| 2517 | 2026-08-15T07:02:48.333Z | Compiling proc-macro-crate v1.3.1 |
| 2518 | 2026-08-15T07:02:48.564Z | Compiling proc-macro-error v1.0.4 |
| 2519 | 2026-08-15T07:02:48.726Z | Checking rayon v1.11.0 |
| 2520 | 2026-08-15T07:02:48.774Z | Compiling num_enum_derive v0.7.6 |
| 2521 | 2026-08-15T07:02:48.903Z | Checking tabwriter v1.4.1 |
| 2522 | 2026-08-15T07:02:49.082Z | Checking glob v0.3.3 |
| 2523 | 2026-08-15T07:02:49.231Z | Compiling itertools v0.15.0 |
| 2524 | 2026-08-15T07:02:49.295Z | Compiling heapless v0.8.0 |
| 2525 | 2026-08-15T07:02:49.350Z | Checking hash32 v0.3.1 |
| 2526 | 2026-08-15T07:02:49.506Z | Compiling smoltcp v0.11.0 |
| 2527 | 2026-08-15T07:02:49.674Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2528 | 2026-08-15T07:02:49.805Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2529 | 2026-08-15T07:02:49.844Z | Checking colored v3.1.1 |
| 2530 | 2026-08-15T07:02:49.912Z | Checking num_enum v0.7.6 |
| 2531 | 2026-08-15T07:02:50.073Z | Checking cobs v0.3.0 |
| 2532 | 2026-08-15T07:02:50.077Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2533 | 2026-08-15T07:02:50.144Z | Checking rand v0.10.1 |
| 2534 | 2026-08-15T07:02:50.182Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2535 | 2026-08-15T07:02:50.252Z | Checking postcard v1.1.3 |
| 2536 | 2026-08-15T07:02:50.365Z | Checking sigpipe v0.1.3 |
| 2537 | 2026-08-15T07:02:50.436Z | Compiling foreign-types-macros v0.2.3 |
| 2538 | 2026-08-15T07:02:50.475Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2539 | 2026-08-15T07:02:50.565Z | Checking foreign-types-shared v0.3.1 |
| 2540 | 2026-08-15T07:02:50.569Z | Compiling ingot-macros v0.2.0 |
| 2541 | 2026-08-15T07:02:50.644Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2542 | 2026-08-15T07:02:50.798Z | Compiling num_enum_derive v0.5.11 |
| 2543 | 2026-08-15T07:02:50.835Z | Checking cstr-argument v0.1.2 |
| 2544 | 2026-08-15T07:02:50.884Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2545 | 2026-08-15T07:02:50.979Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2546 | 2026-08-15T07:02:51.037Z | Checking foreign-types v0.5.0 |
| 2547 | 2026-08-15T07:02:51.144Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2548 | 2026-08-15T07:02:51.181Z | Compiling typify-macro v0.6.2 |
| 2549 | 2026-08-15T07:02:51.344Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2550 | 2026-08-15T07:02:51.428Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2551 | 2026-08-15T07:02:51.464Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2552 | 2026-08-15T07:02:51.499Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2553 | 2026-08-15T07:02:51.605Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2554 | 2026-08-15T07:02:51.643Z | Checking itertools v0.12.1 |
| 2555 | 2026-08-15T07:02:51.647Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2556 | 2026-08-15T07:02:51.757Z | Compiling zone_cfg_derive v0.3.1 |
| 2557 | 2026-08-15T07:02:51.856Z | Checking num_enum v0.5.11 |
| 2558 | 2026-08-15T07:02:51.998Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2559 | 2026-08-15T07:02:52.055Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2560 | 2026-08-15T07:02:52.206Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2561 | 2026-08-15T07:02:52.261Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2562 | 2026-08-15T07:02:52.499Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2563 | 2026-08-15T07:02:52.544Z | Checking smf v0.2.3 |
| 2564 | 2026-08-15T07:02:52.582Z | Checking whoami v1.6.1 |
| 2565 | 2026-08-15T07:02:52.617Z | Checking tokio-dtrace v0.1.1 |
| 2566 | 2026-08-15T07:02:52.719Z | Checking zone v0.3.1 |
| 2567 | 2026-08-15T07:02:52.797Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2568 | 2026-08-15T07:02:52.800Z | Checking console v0.15.11 |
| 2569 | 2026-08-15T07:02:52.869Z | Checking newline-converter v0.3.0 |
| 2570 | 2026-08-15T07:02:52.905Z | Checking oxide-tokio-rt v0.1.4 |
| 2571 | 2026-08-15T07:02:53.004Z | Compiling typify v0.6.2 |
| 2572 | 2026-08-15T07:02:53.104Z | Checking bytecount v0.6.9 |
| 2573 | 2026-08-15T07:02:53.141Z | Compiling progenitor-impl v0.14.0 |
| 2574 | 2026-08-15T07:02:53.145Z | Checking expectorate v1.2.0 |
| 2575 | 2026-08-15T07:02:53.217Z | Checking unicode-width v0.1.14 |
| 2576 | 2026-08-15T07:02:53.291Z | Checking oxide-update-engine-types v0.1.2 |
| 2577 | 2026-08-15T07:02:53.340Z | Checking num-rational v0.4.2 |
| 2578 | 2026-08-15T07:02:53.449Z | Checking ingot-types v0.2.0 |
| 2579 | 2026-08-15T07:02:53.501Z | Checking num-complex v0.4.6 |
| 2580 | 2026-08-15T07:02:53.649Z | Checking float-ord v0.3.2 |
| 2581 | 2026-08-15T07:02:53.787Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2582 | 2026-08-15T07:02:53.845Z | Checking ingot v0.2.1 |
| 2583 | 2026-08-15T07:02:53.881Z | Checking num v0.4.3 |
| 2584 | 2026-08-15T07:02:53.983Z | Compiling cancel-safe-futures v0.1.5 |
| 2585 | 2026-08-15T07:02:54.183Z | Checking linear-map v1.2.0 |
| 2586 | 2026-08-15T07:02:54.224Z | Checking gethostname v0.5.0 |
| 2587 | 2026-08-15T07:02:54.258Z | Compiling prettyplease v0.2.37 |
| 2588 | 2026-08-15T07:02:54.376Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2589 | 2026-08-15T07:02:54.570Z | Compiling slog-dtrace v0.3.0 |
| 2590 | 2026-08-15T07:02:54.606Z | Checking oxide-update-engine v0.1.2 |
| 2591 | 2026-08-15T07:02:54.641Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2592 | 2026-08-15T07:02:54.678Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2593 | 2026-08-15T07:02:54.920Z | Checking owo-colors v4.3.0 |
| 2594 | 2026-08-15T07:02:55.052Z | Checking papergrid v0.11.0 |
| 2595 | 2026-08-15T07:02:55.118Z | Compiling tabled_derive v0.7.0 |
| 2596 | 2026-08-15T07:02:55.478Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2597 | 2026-08-15T07:02:55.514Z | Compiling convert_case v0.10.0 |
| 2598 | 2026-08-15T07:02:55.763Z | Compiling progenitor-macro v0.14.0 |
| 2599 | 2026-08-15T07:02:55.848Z | Compiling derive_more-impl v2.1.1 |
| 2600 | 2026-08-15T07:02:56.093Z | Checking tabled v0.15.0 |
| 2601 | 2026-08-15T07:02:56.217Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2602 | 2026-08-15T07:02:56.254Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2603 | 2026-08-15T07:02:56.475Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2604 | 2026-08-15T07:02:56.635Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2605 | 2026-08-15T07:02:56.673Z | Checking derive_more v2.1.1 |
| 2606 | 2026-08-15T07:02:56.812Z | Checking crossterm v0.29.0 |
| 2607 | 2026-08-15T07:02:57.631Z | Checking fd-lock v4.0.4 |
| 2608 | 2026-08-15T07:02:57.716Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2609 | 2026-08-15T07:02:58.094Z | Checking vte v0.14.1 |
| 2610 | 2026-08-15T07:02:58.278Z | Checking strip-ansi-escapes v0.2.1 |
| 2611 | 2026-08-15T07:02:58.558Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2612 | 2026-08-15T07:02:59.489Z | Checking nu-ansi-term v0.50.3 |
| 2613 | 2026-08-15T07:02:59.594Z | Checking termtree v0.5.1 |
| 2614 | 2026-08-15T07:02:59.707Z | Checking reedline v0.40.0 |
| 2615 | 2026-08-15T07:02:59.794Z | Compiling minimal-lexical v0.2.1 |
| 2616 | 2026-08-15T07:02:59.908Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2617 | 2026-08-15T07:02:59.961Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2618 | 2026-08-15T07:03:00.063Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2619 | 2026-08-15T07:03:00.099Z | Compiling nom v7.1.3 |
| 2620 | 2026-08-15T07:03:00.427Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2621 | 2026-08-15T07:03:00.747Z | Checking progenitor v0.14.0 |
| 2622 | 2026-08-15T07:03:00.888Z | Checking display-error-chain v0.2.2 |
| 2623 | 2026-08-15T07:03:00.927Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2624 | 2026-08-15T07:03:00.998Z | Compiling unicode-xid v0.2.6 |
| 2625 | 2026-08-15T07:03:01.037Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2626 | 2026-08-15T07:03:01.156Z | Compiling ar_archive_writer v0.5.1 |
| 2627 | 2026-08-15T07:03:01.694Z | Checking csv-core v0.1.13 |
| 2628 | 2026-08-15T07:03:01.910Z | Checking csv v1.4.0 |
| 2629 | 2026-08-15T07:03:01.950Z | Compiling stacker v0.1.23 |
| 2630 | 2026-08-15T07:03:02.028Z | Compiling psm v0.1.30 |
| 2631 | 2026-08-15T07:03:02.239Z | Checking highway v1.3.0 |
| 2632 | 2026-08-15T07:03:02.302Z | Compiling cfg_aliases v0.1.1 |
| 2633 | 2026-08-15T07:03:02.412Z | Compiling semver v0.1.20 |
| 2634 | 2026-08-15T07:03:02.498Z | Compiling nix v0.28.0 |
| 2635 | 2026-08-15T07:03:02.501Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2636 | 2026-08-15T07:03:02.768Z | Compiling rustc_version v0.1.7 |
| 2637 | 2026-08-15T07:03:02.858Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2638 | 2026-08-15T07:03:02.896Z | Checking nibble_vec v0.1.0 |
| 2639 | 2026-08-15T07:03:02.932Z | Checking endian-type v0.1.2 |
| 2640 | 2026-08-15T07:03:03.030Z | Compiling newtype_derive v0.1.6 |
| 2641 | 2026-08-15T07:03:03.098Z | Checking radix_trie v0.2.1 |
| 2642 | 2026-08-15T07:03:03.185Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2643 | 2026-08-15T07:03:03.225Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2644 | 2026-08-15T07:03:03.259Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2645 | 2026-08-15T07:03:03.341Z | Checking phf_shared v0.12.1 |
| 2646 | 2026-08-15T07:03:03.380Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2647 | 2026-08-15T07:03:03.515Z | Compiling chrono-tz v0.10.4 |
| 2648 | 2026-08-15T07:03:03.768Z | Checking phf v0.12.1 |
| 2649 | 2026-08-15T07:03:03.841Z | Checking recursive v0.1.1 |
| 2650 | 2026-08-15T07:03:03.920Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2651 | 2026-08-15T07:03:03.958Z | Compiling const_format_proc_macros v0.2.34 |
| 2652 | 2026-08-15T07:03:03.993Z | Compiling peg-macros v0.8.5 |
| 2653 | 2026-08-15T07:03:04.067Z | Checking winnow v0.6.26 |
| 2654 | 2026-08-15T07:03:04.123Z | Compiling sqlparser_derive v0.5.0 |
| 2655 | 2026-08-15T07:03:04.190Z | Checking unicode_categories v0.1.1 |
| 2656 | 2026-08-15T07:03:04.437Z | Checking home v0.5.12 |
| 2657 | 2026-08-15T07:03:04.789Z | Checking const_format v0.2.35 |
| 2658 | 2026-08-15T07:03:04.827Z | Checking rustyline v14.0.0 |
| 2659 | 2026-08-15T07:03:04.906Z | Checking sqlparser v0.61.0 |
| 2660 | 2026-08-15T07:03:05.148Z | Checking bcs v0.1.6 |
| 2661 | 2026-08-15T07:03:05.249Z | Checking sqlformat v0.3.5 |
| 2662 | 2026-08-15T07:03:05.419Z | Checking peg v0.8.5 |
| 2663 | 2026-08-15T07:03:05.520Z | Checking nom v8.0.0 |
| 2664 | 2026-08-15T07:03:05.558Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2665 | 2026-08-15T07:03:05.713Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2666 | 2026-08-15T07:03:05.717Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2667 | 2026-08-15T07:03:05.785Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2668 | 2026-08-15T07:03:05.846Z | Checking steno v0.4.1 |
| 2669 | 2026-08-15T07:03:06.225Z | Checking sha1 v0.10.6 |
| 2670 | 2026-08-15T07:03:06.423Z | Checking filetime v0.2.27 |
| 2671 | 2026-08-15T07:03:06.595Z | Checking xattr v1.6.1 |
| 2672 | 2026-08-15T07:03:06.763Z | Checking tar v0.4.46 |
| 2673 | 2026-08-15T07:03:06.800Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2674 | 2026-08-15T07:03:06.850Z | Checking subprocess v0.2.15 |
| 2675 | 2026-08-15T07:03:06.889Z | Checking headers-core v0.3.0 |
| 2676 | 2026-08-15T07:03:06.994Z | Checking yasna v0.5.2 |
| 2677 | 2026-08-15T07:03:07.032Z | Checking headers v0.4.1 |
| 2678 | 2026-08-15T07:03:07.163Z | Checking port-file v0.1.0 |
| 2679 | 2026-08-15T07:03:07.198Z | Checking tagptr v0.2.0 |
| 2680 | 2026-08-15T07:03:07.402Z | Checking moka v0.12.13 |
| 2681 | 2026-08-15T07:03:07.405Z | Checking rcgen v0.12.1 |
| 2682 | 2026-08-15T07:03:07.572Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2683 | 2026-08-15T07:03:07.583Z | Checking dropshot-api-manager-types v0.7.2 |
| 2684 | 2026-08-15T07:03:07.752Z | Checking utf-8 v0.7.6 |
| 2685 | 2026-08-15T07:03:07.805Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2686 | 2026-08-15T07:03:07.916Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2687 | 2026-08-15T07:03:07.982Z | Checking tungstenite v0.21.0 |
| 2688 | 2026-08-15T07:03:08.133Z | Checking hickory-resolver v0.25.2 |
| 2689 | 2026-08-15T07:03:08.385Z | Compiling libefi-sys v0.1.0 |
| 2690 | 2026-08-15T07:03:08.463Z | Checking tokio-tungstenite v0.21.0 |
| 2691 | 2026-08-15T07:03:08.521Z | Compiling bitfield-struct v0.6.2 |
| 2692 | 2026-08-15T07:03:08.772Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2693 | 2026-08-15T07:03:08.853Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2694 | 2026-08-15T07:03:08.902Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2695 | 2026-08-15T07:03:08.960Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2696 | 2026-08-15T07:03:09.024Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2697 | 2026-08-15T07:03:09.204Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2698 | 2026-08-15T07:03:09.239Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2699 | 2026-08-15T07:03:09.274Z | Compiling xshell-macros v0.2.7 |
| 2700 | 2026-08-15T07:03:09.320Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2701 | 2026-08-15T07:03:09.423Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2702 | 2026-08-15T07:03:09.474Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2703 | 2026-08-15T07:03:09.672Z | Checking xshell v0.2.7 |
| 2704 | 2026-08-15T07:03:09.734Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2705 | 2026-08-15T07:03:09.940Z | Checking half v1.8.3 |
| 2706 | 2026-08-15T07:03:10.019Z | Checking libscf-sys v1.2.0 |
| 2707 | 2026-08-15T07:03:10.067Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2708 | 2026-08-15T07:03:10.159Z | Checking serde_cbor v0.11.2 |
| 2709 | 2026-08-15T07:03:10.195Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2710 | 2026-08-15T07:03:10.474Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2711 | 2026-08-15T07:03:10.512Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2712 | 2026-08-15T07:03:10.565Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2713 | 2026-08-15T07:03:10.695Z | Checking papergrid v0.18.0 |
| 2714 | 2026-08-15T07:03:10.756Z | Checking maplit v1.0.2 |
| 2715 | 2026-08-15T07:03:10.794Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2716 | 2026-08-15T07:03:10.835Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2717 | 2026-08-15T07:03:10.868Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2718 | 2026-08-15T07:03:11.505Z | Checking tabled v0.21.0 |
| 2719 | 2026-08-15T07:03:11.541Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2720 | 2026-08-15T07:03:11.663Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2721 | 2026-08-15T07:03:11.666Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2722 | 2026-08-15T07:03:11.734Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2723 | 2026-08-15T07:03:11.997Z | Checking crc8 v0.1.1 |
| 2724 | 2026-08-15T07:03:12.124Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2725 | 2026-08-15T07:03:12.418Z | Checking unicase v2.9.0 |
| 2726 | 2026-08-15T07:03:12.550Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2727 | 2026-08-15T07:03:12.680Z | Checking fxhash v0.2.1 |
| 2728 | 2026-08-15T07:03:12.715Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2729 | 2026-08-15T07:03:12.792Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2730 | 2026-08-15T07:03:12.830Z | Checking sha2 v0.11.0 |
| 2731 | 2026-08-15T07:03:13.122Z | Compiling darling_core v0.21.3 |
| 2732 | 2026-08-15T07:03:13.386Z | Compiling vergen-lib v0.1.6 |
| 2733 | 2026-08-15T07:03:13.516Z | Checking arrayvec v0.7.6 |
| 2734 | 2026-08-15T07:03:13.602Z | Compiling diesel_derives v2.3.7 |
| 2735 | 2026-08-15T07:03:13.728Z | Checking arrayref v0.3.9 |
| 2736 | 2026-08-15T07:03:13.764Z | Checking constant_time_eq v0.4.2 |
| 2737 | 2026-08-15T07:03:13.801Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2738 | 2026-08-15T07:03:13.917Z | Checking scheduled-thread-pool v0.2.7 |
| 2739 | 2026-08-15T07:03:13.954Z | Compiling vergen-gitcl v1.0.8 |
| 2740 | 2026-08-15T07:03:13.957Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2741 | 2026-08-15T07:03:14.093Z | Checking r2d2 v0.8.10 |
| 2742 | 2026-08-15T07:03:14.249Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2743 | 2026-08-15T07:03:14.302Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2744 | 2026-08-15T07:03:14.617Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2745 | 2026-08-15T07:03:14.687Z | Checking downcast-rs v2.0.2 |
| 2746 | 2026-08-15T07:03:14.843Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2747 | 2026-08-15T07:03:14.923Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2748 | 2026-08-15T07:03:14.983Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2749 | 2026-08-15T07:03:15.217Z | Compiling blake3 v1.8.5 |
| 2750 | 2026-08-15T07:03:15.412Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2751 | 2026-08-15T07:03:15.625Z | Compiling darling_macro v0.21.3 |
| 2752 | 2026-08-15T07:03:16.032Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2753 | 2026-08-15T07:03:16.084Z | Checking kstat-rs v0.2.5 |
| 2754 | 2026-08-15T07:03:16.145Z | Compiling darling v0.21.3 |
| 2755 | 2026-08-15T07:03:16.232Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2756 | 2026-08-15T07:03:16.266Z | Compiling dsl_auto_type v0.2.0 |
| 2757 | 2026-08-15T07:03:16.303Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2758 | 2026-08-15T07:03:16.512Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2759 | 2026-08-15T07:03:16.611Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2760 | 2026-08-15T07:03:16.923Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2761 | 2026-08-15T07:03:17.111Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2762 | 2026-08-15T07:03:17.246Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2763 | 2026-08-15T07:03:17.351Z | Compiling dirs-sys-next v0.1.2 |
| 2764 | 2026-08-15T07:03:17.584Z | Compiling crunchy v0.2.4 |
| 2765 | 2026-08-15T07:03:17.702Z | Compiling parking_lot_core v0.8.6 |
| 2766 | 2026-08-15T07:03:17.926Z | Compiling dirs-next v2.0.0 |
| 2767 | 2026-08-15T07:03:17.931Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2768 | 2026-08-15T07:03:18.050Z | Compiling clang-sys v1.8.1 |
| 2769 | 2026-08-15T07:03:18.119Z | Compiling git-stub v1.0.0 |
| 2770 | 2026-08-15T07:03:18.408Z | Compiling tiny-keccak v2.0.2 |
| 2771 | 2026-08-15T07:03:18.489Z | Compiling git-stub-vcs v0.1.0 |
| 2772 | 2026-08-15T07:03:18.525Z | Compiling term v0.7.0 |
| 2773 | 2026-08-15T07:03:18.709Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2774 | 2026-08-15T07:03:18.776Z | Compiling bit-vec v0.6.3 |
| 2775 | 2026-08-15T07:03:18.811Z | Checking parking_lot v0.11.2 |
| 2776 | 2026-08-15T07:03:18.866Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2777 | 2026-08-15T07:03:19.022Z | Compiling bit-set v0.5.3 |
| 2778 | 2026-08-15T07:03:19.056Z | Compiling ascii-canvas v3.0.0 |
| 2779 | 2026-08-15T07:03:19.126Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2780 | 2026-08-15T07:03:19.204Z | Checking prefix-trie v0.7.0 |
| 2781 | 2026-08-15T07:03:19.330Z | Compiling itertools v0.10.5 |
| 2782 | 2026-08-15T07:03:19.367Z | Compiling ena v0.14.4 |
| 2783 | 2026-08-15T07:03:19.531Z | Compiling libloading v0.8.9 |
| 2784 | 2026-08-15T07:03:19.566Z | Compiling bindgen v0.71.1 |
| 2785 | 2026-08-15T07:03:19.603Z | Compiling diff v0.1.13 |
| 2786 | 2026-08-15T07:03:19.637Z | Compiling regex-syntax v0.6.29 |
| 2787 | 2026-08-15T07:03:19.896Z | Checking hickory-server v0.25.2 |
| 2788 | 2026-08-15T07:03:20.068Z | Checking sled v0.34.7 |
| 2789 | 2026-08-15T07:03:20.256Z | Compiling cexpr v0.6.0 |
| 2790 | 2026-08-15T07:03:20.414Z | Checking nanorand v0.7.0 |
| 2791 | 2026-08-15T07:03:20.643Z | Compiling rustc-hash v2.1.1 |
| 2792 | 2026-08-15T07:03:20.807Z | Checking flume v0.11.1 |
| 2793 | 2026-08-15T07:03:20.945Z | Compiling lalrpop v0.19.12 |
| 2794 | 2026-08-15T07:03:21.082Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2795 | 2026-08-15T07:03:21.285Z | Compiling libxml v0.3.3 |
| 2796 | 2026-08-15T07:03:21.336Z | Checking assert_matches v1.5.0 |
| 2797 | 2026-08-15T07:03:21.559Z | Compiling strum_macros v0.24.3 |
| 2798 | 2026-08-15T07:03:21.699Z | Compiling indoc v1.0.9 |
| 2799 | 2026-08-15T07:03:22.161Z | Checking diesel v2.3.7 |
| 2800 | 2026-08-15T07:03:22.272Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2801 | 2026-08-15T07:03:22.796Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2802 | 2026-08-15T07:03:22.896Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2803 | 2026-08-15T07:03:23.022Z | Checking quick-xml v0.37.5 |
| 2804 | 2026-08-15T07:03:23.279Z | Checking derive_builder v0.20.2 |
| 2805 | 2026-08-15T07:03:23.377Z | Compiling oso-derive v0.27.3 |
| 2806 | 2026-08-15T07:03:23.426Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2807 | 2026-08-15T07:03:23.918Z | Compiling trait-variant v0.1.2 |
| 2808 | 2026-08-15T07:03:23.953Z | Checking openssl-probe v0.1.6 |
| 2809 | 2026-08-15T07:03:24.142Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2810 | 2026-08-15T07:03:24.489Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2811 | 2026-08-15T07:03:24.870Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2812 | 2026-08-15T07:03:24.913Z | Checking predicates-tree v1.0.13 |
| 2813 | 2026-08-15T07:03:24.994Z | Compiling progenitor-impl v0.13.0 |
| 2814 | 2026-08-15T07:03:25.055Z | Compiling seq-macro v0.3.6 |
| 2815 | 2026-08-15T07:03:25.294Z | Compiling dashu-int v0.5.1 |
| 2816 | 2026-08-15T07:03:25.581Z | Checking progenitor-client v0.13.0 |
| 2817 | 2026-08-15T07:03:25.614Z | Checking ssh-encoding v0.2.0 |
| 2818 | 2026-08-15T07:03:25.834Z | Checking anstyle-parse v0.2.7 |
| 2819 | 2026-08-15T07:03:25.871Z | Compiling rlimit v0.10.2 |
| 2820 | 2026-08-15T07:03:26.026Z | Checking num-modular v0.6.4 |
| 2821 | 2026-08-15T07:03:26.115Z | Checking dashu-base v0.5.1 |
| 2822 | 2026-08-15T07:03:26.439Z | Checking anstream v0.6.21 |
| 2823 | 2026-08-15T07:03:26.474Z | Checking ssh-cipher v0.2.0 |
| 2824 | 2026-08-15T07:03:26.637Z | Checking tungstenite v0.28.0 |
| 2825 | 2026-08-15T07:03:26.674Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2826 | 2026-08-15T07:03:26.895Z | Checking p256 v0.13.2 |
| 2827 | 2026-08-15T07:03:27.072Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2828 | 2026-08-15T07:03:27.110Z | Checking bb8 v0.8.6 |
| 2829 | 2026-08-15T07:03:27.171Z | Checking num-primitive v0.2.1 |
| 2830 | 2026-08-15T07:03:27.614Z | Compiling progenitor-macro v0.13.0 |
| 2831 | 2026-08-15T07:03:27.684Z | Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e) |
| 2832 | 2026-08-15T07:03:27.786Z | Checking dsi-bitstream v0.10.1 |
| 2833 | 2026-08-15T07:03:28.060Z | Compiling mime_guess v2.0.5 |
| 2834 | 2026-08-15T07:03:28.211Z | Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 2835 | 2026-08-15T07:03:28.420Z | Checking ssh-key v0.6.7 |
| 2836 | 2026-08-15T07:03:28.629Z | Checking tokio-tungstenite v0.28.0 |
| 2837 | 2026-08-15T07:03:29.140Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2838 | 2026-08-15T07:03:29.176Z | Checking ignore v0.4.25 |
| 2839 | 2026-08-15T07:03:29.358Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2840 | 2026-08-15T07:03:29.533Z | Checking bytesize v2.7.0 |
| 2841 | 2026-08-15T07:03:29.613Z | Checking http-range v0.1.5 |
| 2842 | 2026-08-15T07:03:29.730Z | Checking http-range-header v0.4.2 |
| 2843 | 2026-08-15T07:03:29.770Z | Checking globwalk v0.9.1 |
| 2844 | 2026-08-15T07:03:29.979Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2845 | 2026-08-15T07:03:30.604Z | Checking before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 2846 | 2026-08-15T07:03:31.029Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2847 | 2026-08-15T07:03:31.423Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2848 | 2026-08-15T07:03:31.658Z | Checking digest-io v0.1.0 |
| 2849 | 2026-08-15T07:03:31.818Z | Checking rawzip v0.4.4 |
| 2850 | 2026-08-15T07:03:31.952Z | Checking nonempty v0.12.0 |
| 2851 | 2026-08-15T07:03:32.090Z | Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 2852 | 2026-08-15T07:03:32.307Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2853 | 2026-08-15T07:03:32.525Z | Checking sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e) |
| 2854 | 2026-08-15T07:03:32.644Z | Checking progenitor v0.13.0 |
| 2855 | 2026-08-15T07:03:32.838Z | Checking camino-tempfile-ext v0.3.3 |
| 2856 | 2026-08-15T07:03:33.079Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2857 | 2026-08-15T07:03:33.177Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2858 | 2026-08-15T07:03:33.664Z | Checking lru v0.18.2 |
| 2859 | 2026-08-15T07:03:33.714Z | Checking pwd v1.4.0 |
| 2860 | 2026-08-15T07:03:33.873Z | Checking hyper-staticfile v0.10.1 |
| 2861 | 2026-08-15T07:03:33.873Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2862 | 2026-08-15T07:03:34.210Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2863 | 2026-08-15T07:03:34.247Z | Checking signal-hook-tokio v0.3.1 |
| 2864 | 2026-08-15T07:03:34.409Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2865 | 2026-08-15T07:03:34.480Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2866 | 2026-08-15T07:03:34.766Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2867 | 2026-08-15T07:03:34.985Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2868 | 2026-08-15T07:03:35.147Z | Checking scuffle v0.1.0 |
| 2869 | 2026-08-15T07:03:35.426Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2870 | 2026-08-15T07:03:35.466Z | Checking sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e) |
| 2871 | 2026-08-15T07:03:35.764Z | Checking illumos-nvpair v0.3.0 |
| 2872 | 2026-08-15T07:03:35.802Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2873 | 2026-08-15T07:03:35.879Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2874 | 2026-08-15T07:03:35.954Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2875 | 2026-08-15T07:03:36.162Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2876 | 2026-08-15T07:03:36.500Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2877 | 2026-08-15T07:03:36.801Z | Checking diesel-dtrace v0.5.0 |
| 2878 | 2026-08-15T07:03:36.937Z | Checking async-bb8-diesel v0.2.1 |
| 2879 | 2026-08-15T07:03:37.096Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2880 | 2026-08-15T07:03:37.190Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2881 | 2026-08-15T07:03:37.381Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2882 | 2026-08-15T07:03:37.461Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2883 | 2026-08-15T07:03:37.497Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2884 | 2026-08-15T07:03:37.536Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2885 | 2026-08-15T07:03:37.580Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2886 | 2026-08-15T07:03:37.981Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2887 | 2026-08-15T07:03:39.061Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2888 | 2026-08-15T07:03:39.451Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2889 | 2026-08-15T07:03:39.557Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2890 | 2026-08-15T07:03:40.032Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2891 | 2026-08-15T07:03:40.037Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2892 | 2026-08-15T07:03:40.806Z | Checking tungstenite v0.23.0 |
| 2893 | 2026-08-15T07:03:41.014Z | Checking rand_seeder v0.4.0 |
| 2894 | 2026-08-15T07:03:41.200Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2895 | 2026-08-15T07:03:41.273Z | Checking tokio-tungstenite v0.23.1 |
| 2896 | 2026-08-15T07:03:41.577Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2897 | 2026-08-15T07:03:41.617Z | Checking void v1.0.2 |
| 2898 | 2026-08-15T07:03:41.760Z | Checking lzss v0.8.2 |
| 2899 | 2026-08-15T07:03:41.852Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2900 | 2026-08-15T07:03:41.981Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2901 | 2026-08-15T07:03:42.061Z | Checking nix v0.27.1 |
| 2902 | 2026-08-15T07:03:42.097Z | Checking serde_bytes v0.11.19 |
| 2903 | 2026-08-15T07:03:42.169Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2904 | 2026-08-15T07:03:42.631Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2905 | 2026-08-15T07:03:42.956Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2906 | 2026-08-15T07:03:43.300Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2907 | 2026-08-15T07:03:43.768Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2908 | 2026-08-15T07:03:43.808Z | Checking cpubits v0.1.1 |
| 2909 | 2026-08-15T07:03:43.920Z | Checking is_ci v1.2.0 |
| 2910 | 2026-08-15T07:03:44.110Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2911 | 2026-08-15T07:03:44.113Z | Checking yansi v1.0.1 |
| 2912 | 2026-08-15T07:03:44.228Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2913 | 2026-08-15T07:03:44.441Z | Checking pretty_assertions v1.4.1 |
| 2914 | 2026-08-15T07:03:44.529Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2915 | 2026-08-15T07:03:44.611Z | Checking pem-rfc7468 v1.0.0 |
| 2916 | 2026-08-15T07:03:44.807Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2917 | 2026-08-15T07:03:45.089Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2918 | 2026-08-15T07:03:45.250Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2919 | 2026-08-15T07:03:45.314Z | Checking hmac v0.13.0 |
| 2920 | 2026-08-15T07:03:45.509Z | Checking universal-hash v0.6.1 |
| 2921 | 2026-08-15T07:03:45.676Z | Compiling libz-sys v1.1.24 |
| 2922 | 2026-08-15T07:03:46.072Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2923 | 2026-08-15T07:03:46.108Z | Compiling instability v0.3.11 |
| 2924 | 2026-08-15T07:03:46.196Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2925 | 2026-08-15T07:03:46.404Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2926 | 2026-08-15T07:03:46.474Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2927 | 2026-08-15T07:03:46.512Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2928 | 2026-08-15T07:03:46.549Z | Checking castaway v0.2.4 |
| 2929 | 2026-08-15T07:03:46.694Z | Compiling indoc v2.0.7 |
| 2930 | 2026-08-15T07:03:46.781Z | Checking compact_str v0.8.1 |
| 2931 | 2026-08-15T07:03:47.257Z | Checking polyval v0.7.1 |
| 2932 | 2026-08-15T07:03:47.457Z | Checking der v0.8.0 |
| 2933 | 2026-08-15T07:03:47.963Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2934 | 2026-08-15T07:03:48.019Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2935 | 2026-08-15T07:03:48.144Z | Checking unicode-truncate v1.1.0 |
| 2936 | 2026-08-15T07:03:48.188Z | Checking lru v0.12.5 |
| 2937 | 2026-08-15T07:03:48.240Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2938 | 2026-08-15T07:03:48.309Z | Checking arc-swap v1.8.2 |
| 2939 | 2026-08-15T07:03:48.344Z | Checking cassowary v0.3.0 |
| 2940 | 2026-08-15T07:03:48.479Z | Checking ghash v0.6.0 |
| 2941 | 2026-08-15T07:03:48.568Z | Checking slog-scope v4.4.1 |
| 2942 | 2026-08-15T07:03:48.603Z | Checking ratatui v0.29.0 |
| 2943 | 2026-08-15T07:03:48.739Z | Checking pbkdf2 v0.13.0 |
| 2944 | 2026-08-15T07:03:48.779Z | Checking crypto-bigint v0.7.5 |
| 2945 | 2026-08-15T07:03:48.887Z | Checking aes v0.9.1 |
| 2946 | 2026-08-15T07:03:49.310Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2947 | 2026-08-15T07:03:49.953Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2948 | 2026-08-15T07:03:50.208Z | Checking ctr v0.10.1 |
| 2949 | 2026-08-15T07:03:50.417Z | Checking aead v0.6.1 |
| 2950 | 2026-08-15T07:03:50.582Z | Checking cargo-platform v0.3.2 |
| 2951 | 2026-08-15T07:03:50.620Z | Checking aes-gcm v0.11.0 |
| 2952 | 2026-08-15T07:03:50.802Z | Checking cargo_metadata v0.23.1 |
| 2953 | 2026-08-15T07:03:50.839Z | Checking slog-stdlog v4.1.1 |
| 2954 | 2026-08-15T07:03:50.998Z | Checking spki v0.8.0 |
| 2955 | 2026-08-15T07:03:51.037Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2956 | 2026-08-15T07:03:51.205Z | Checking supports-color v3.0.2 |
| 2957 | 2026-08-15T07:03:51.369Z | Checking colored v2.2.0 |
| 2958 | 2026-08-15T07:03:51.593Z | Checking salsa20 v0.11.0 |
| 2959 | 2026-08-15T07:03:51.631Z | Checking console v0.16.2 |
| 2960 | 2026-08-15T07:03:51.773Z | Compiling vergen-git2 v9.1.0 |
| 2961 | 2026-08-15T07:03:51.968Z | Checking plotters-backend v0.3.7 |
| 2962 | 2026-08-15T07:03:52.003Z | Checking unit-prefix v0.5.2 |
| 2963 | 2026-08-15T07:03:52.165Z | Checking indicatif v0.18.4 |
| 2964 | 2026-08-15T07:03:52.201Z | Checking plotters-svg v0.3.7 |
| 2965 | 2026-08-15T07:03:52.451Z | Checking scrypt v0.12.0 |
| 2966 | 2026-08-15T07:03:52.459Z | Checking slog-envlogger v2.2.0 |
| 2967 | 2026-08-15T07:03:52.572Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2968 | 2026-08-15T07:03:52.616Z | Checking cbc v0.2.1 |
| 2969 | 2026-08-15T07:03:52.652Z | Checking libsw-core v0.3.2 |
| 2970 | 2026-08-15T07:03:52.793Z | Checking cast v0.3.0 |
| 2971 | 2026-08-15T07:03:52.866Z | Checking libsw v3.5.0 |
| 2972 | 2026-08-15T07:03:52.916Z | Checking pkcs5 v0.8.1 |
| 2973 | 2026-08-15T07:03:52.979Z | Checking criterion-plot v0.6.0 |
| 2974 | 2026-08-15T07:03:53.061Z | Checking plotters v0.3.7 |
| 2975 | 2026-08-15T07:03:53.248Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2976 | 2026-08-15T07:03:53.284Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2977 | 2026-08-15T07:03:53.506Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2978 | 2026-08-15T07:03:53.735Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2979 | 2026-08-15T07:03:53.853Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2980 | 2026-08-15T07:03:53.963Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2981 | 2026-08-15T07:03:54.075Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2982 | 2026-08-15T07:03:54.184Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2983 | 2026-08-15T07:03:54.248Z | Checking tinytemplate v1.2.1 |
| 2984 | 2026-08-15T07:03:54.299Z | Checking shell-words v1.1.1 |
| 2985 | 2026-08-15T07:03:54.453Z | Checking anes v0.1.6 |
| 2986 | 2026-08-15T07:03:54.497Z | Checking oorandom v11.1.5 |
| 2987 | 2026-08-15T07:03:54.682Z | Checking criterion v0.7.0 |
| 2988 | 2026-08-15T07:03:54.728Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2989 | 2026-08-15T07:03:55.097Z | Checking pkcs8 v0.11.0 |
| 2990 | 2026-08-15T07:03:55.327Z | Checking oxide-update-engine-display v0.1.2 |
| 2991 | 2026-08-15T07:03:55.670Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2992 | 2026-08-15T07:03:55.917Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2993 | 2026-08-15T07:03:56.479Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2994 | 2026-08-15T07:03:56.516Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2995 | 2026-08-15T07:03:57.350Z | Checking tokio-test v0.4.5 |
| 2996 | 2026-08-15T07:03:57.588Z | Checking ff v0.14.0 |
| 2997 | 2026-08-15T07:03:57.763Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2998 | 2026-08-15T07:03:57.990Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2999 | 2026-08-15T07:03:58.423Z | Checking twox-hash v2.1.2 |
| 3000 | 2026-08-15T07:03:58.752Z | Compiling petname v2.0.2 |
| 3001 | 2026-08-15T07:03:59.272Z | Checking atty v0.2.14 |
| 3002 | 2026-08-15T07:03:59.613Z | Checking group v0.14.0 |
| 3003 | 2026-08-15T07:03:59.802Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3004 | 2026-08-15T07:04:00.002Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3005 | 2026-08-15T07:04:00.039Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3006 | 2026-08-15T07:04:00.768Z | Checking fatfs v0.3.6 |
| 3007 | 2026-08-15T07:04:01.058Z | Checking signature v3.0.0 |
| 3008 | 2026-08-15T07:04:01.237Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3009 | 2026-08-15T07:04:01.274Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3010 | 2026-08-15T07:04:01.277Z | Checking base16ct v1.0.0 |
| 3011 | 2026-08-15T07:04:01.417Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3012 | 2026-08-15T07:04:01.469Z | Checking sec1 v0.8.1 |
| 3013 | 2026-08-15T07:04:01.669Z | Compiling samael v0.0.19 |
| 3014 | 2026-08-15T07:04:01.887Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3015 | 2026-08-15T07:04:02.115Z | Checking hkdf v0.13.0 |
| 3016 | 2026-08-15T07:04:02.282Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3017 | 2026-08-15T07:04:02.482Z | Checking concurrent-queue v2.5.0 |
| 3018 | 2026-08-15T07:04:02.595Z | Checking sapling-renderdag v0.1.0 |
| 3019 | 2026-08-15T07:04:02.740Z | Checking sync-ptr v0.1.4 |
| 3020 | 2026-08-15T07:04:02.779Z | Checking parking v2.2.1 |
| 3021 | 2026-08-15T07:04:02.888Z | Checking elliptic-curve v0.14.1 |
| 3022 | 2026-08-15T07:04:02.893Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3023 | 2026-08-15T07:04:02.962Z | Checking event-listener v5.4.1 |
| 3024 | 2026-08-15T07:04:03.207Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3025 | 2026-08-15T07:04:03.346Z | Checking rtoolbox v0.0.3 |
| 3026 | 2026-08-15T07:04:03.480Z | Checking event-listener-strategy v0.5.4 |
| 3027 | 2026-08-15T07:04:03.514Z | Checking rpassword v7.5.4 |
| 3028 | 2026-08-15T07:04:03.752Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3029 | 2026-08-15T07:04:03.755Z | Checking wnaf v0.14.0 |
| 3030 | 2026-08-15T07:04:03.898Z | Checking primefield v0.14.0 |
| 3031 | 2026-08-15T07:04:04.133Z | Checking rfc6979 v0.6.0 |
| 3032 | 2026-08-15T07:04:04.306Z | Checking tui-tree-widget v0.23.1 |
| 3033 | 2026-08-15T07:04:04.531Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3034 | 2026-08-15T07:04:04.627Z | Checking futures-timer v3.0.3 |
| 3035 | 2026-08-15T07:04:04.838Z | Checking ecdsa v0.17.0 |
| 3036 | 2026-08-15T07:04:05.264Z | Checking primeorder v0.14.0 |
| 3037 | 2026-08-15T07:04:05.548Z | Checking async-lock v3.4.2 |
| 3038 | 2026-08-15T07:04:05.657Z | Compiling curve25519-dalek v5.0.0 |
| 3039 | 2026-08-15T07:04:05.958Z | Checking async-object-pool v0.2.0 |
| 3040 | 2026-08-15T07:04:06.075Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3041 | 2026-08-15T07:04:06.223Z | Checking ssh-encoding v0.3.0 |
| 3042 | 2026-08-15T07:04:06.483Z | Checking serde_regex v1.1.0 |
| 3043 | 2026-08-15T07:04:06.676Z | Checking assert-json-diff v2.0.2 |
| 3044 | 2026-08-15T07:04:06.779Z | Checking path-tree v0.8.3 |
| 3045 | 2026-08-15T07:04:06.877Z | Checking keccak v0.2.0 |
| 3046 | 2026-08-15T07:04:06.995Z | Checking topological-sort v0.2.2 |
| 3047 | 2026-08-15T07:04:07.069Z | Checking stringmetrics v2.2.2 |
| 3048 | 2026-08-15T07:04:07.166Z | Compiling strsim v0.10.0 |
| 3049 | 2026-08-15T07:04:07.250Z | Checking httpmock v0.8.3 |
| 3050 | 2026-08-15T07:04:07.518Z | Compiling darling_core v0.13.4 |
| 3051 | 2026-08-15T07:04:08.070Z | Checking omicron-zone-package v0.12.3 |
| 3052 | 2026-08-15T07:04:08.985Z | Checking ed25519 v3.0.0 |
| 3053 | 2026-08-15T07:04:09.216Z | Checking pkcs1 v0.8.0-rc.4 |
| 3054 | 2026-08-15T07:04:09.417Z | Checking crypto-primes v0.7.2 |
| 3055 | 2026-08-15T07:04:09.454Z | Checking poly1305 v0.9.0 |
| 3056 | 2026-08-15T07:04:09.487Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3057 | 2026-08-15T07:04:09.652Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3058 | 2026-08-15T07:04:09.751Z | Checking blowfish v0.10.0 |
| 3059 | 2026-08-15T07:04:09.926Z | Checking blake2 v0.11.0-rc.6 |
| 3060 | 2026-08-15T07:04:09.961Z | Checking gimli v0.32.3 |
| 3061 | 2026-08-15T07:04:10.217Z | Compiling target-lexicon v0.13.3 |
| 3062 | 2026-08-15T07:04:10.319Z | Checking argon2 v0.6.0-rc.8 |
| 3063 | 2026-08-15T07:04:10.412Z | Checking rsa v0.10.0-rc.18 |
| 3064 | 2026-08-15T07:04:10.666Z | Checking bcrypt-pbkdf v0.11.0 |
| 3065 | 2026-08-15T07:04:10.797Z | Checking ssh-cipher v0.3.0 |
| 3066 | 2026-08-15T07:04:10.858Z | Checking ed25519-dalek v3.0.0 |
| 3067 | 2026-08-15T07:04:10.942Z | Compiling darling_macro v0.13.4 |
| 3068 | 2026-08-15T07:04:11.044Z | Checking sha3 v0.11.0 |
| 3069 | 2026-08-15T07:04:11.117Z | Checking p384 v0.14.0 |
| 3070 | 2026-08-15T07:04:11.432Z | Checking p521 v0.14.0 |
| 3071 | 2026-08-15T07:04:11.472Z | Checking p256 v0.14.0 |
| 3072 | 2026-08-15T07:04:11.560Z | Checking addr2line v0.25.1 |
| 3073 | 2026-08-15T07:04:11.860Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3074 | 2026-08-15T07:04:12.139Z | Checking kem v0.3.0 |
| 3075 | 2026-08-15T07:04:12.244Z | Checking module-lattice v0.2.3 |
| 3076 | 2026-08-15T07:04:12.288Z | Checking sponge-cursor v0.1.0 |
| 3077 | 2026-08-15T07:04:12.454Z | Compiling guppy-workspace-hack v0.1.0 |
| 3078 | 2026-08-15T07:04:12.497Z | Checking rustc-demangle v0.1.27 |
| 3079 | 2026-08-15T07:04:12.668Z | Checking hex-literal v0.4.1 |
| 3080 | 2026-08-15T07:04:12.787Z | Checking backtrace v0.3.76 |
| 3081 | 2026-08-15T07:04:12.875Z | Checking ml-kem v0.3.2 |
| 3082 | 2026-08-15T07:04:13.133Z | Checking sha3 v0.12.0 |
| 3083 | 2026-08-15T07:04:13.171Z | Compiling darling v0.13.4 |
| 3084 | 2026-08-15T07:04:13.369Z | Checking russh-cryptovec v0.62.0 |
| 3085 | 2026-08-15T07:04:13.556Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3086 | 2026-08-15T07:04:13.559Z | Checking internal-russh-num-bigint v0.5.0 |
| 3087 | 2026-08-15T07:04:13.677Z | Checking num-bigint v0.4.6 |
| 3088 | 2026-08-15T07:04:13.779Z | Checking russh-util v0.52.0 |
| 3089 | 2026-08-15T07:04:13.935Z | Checking generic-array v1.4.3 |
| 3090 | 2026-08-15T07:04:14.469Z | Compiling enum_dispatch v0.3.13 |
| 3091 | 2026-08-15T07:04:14.521Z | Compiling delegate v0.13.5 |
| 3092 | 2026-08-15T07:04:14.524Z | Checking ssh-key v0.7.0-rc.11 |
| 3093 | 2026-08-15T07:04:14.619Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3094 | 2026-08-15T07:04:15.059Z | Checking hex-literal v1.1.0 |
| 3095 | 2026-08-15T07:04:15.190Z | Checking md5 v0.8.0 |
| 3096 | 2026-08-15T07:04:15.392Z | Compiling target-spec v3.5.7 |
| 3097 | 2026-08-15T07:04:15.443Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3098 | 2026-08-15T07:04:15.480Z | Checking russh v0.62.4 |
| 3099 | 2026-08-15T07:04:15.658Z | Checking cfg-expr v0.20.6 |
| 3100 | 2026-08-15T07:04:15.742Z | Compiling serde_with_macros v1.5.2 |
| 3101 | 2026-08-15T07:04:16.081Z | Checking backtrace-ext v0.2.1 |
| 3102 | 2026-08-15T07:04:16.216Z | Checking supports-color v2.1.0 |
| 3103 | 2026-08-15T07:04:16.266Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3104 | 2026-08-15T07:04:16.383Z | Checking textwrap v0.15.2 |
| 3105 | 2026-08-15T07:04:16.471Z | Compiling git2 v0.20.4 |
| 3106 | 2026-08-15T07:04:16.622Z | Checking hashbrown v0.14.5 |
| 3107 | 2026-08-15T07:04:16.658Z | Checking supports-hyperlinks v2.1.0 |
| 3108 | 2026-08-15T07:04:16.807Z | Checking supports-unicode v2.1.0 |
| 3109 | 2026-08-15T07:04:16.954Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3110 | 2026-08-15T07:04:17.141Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3111 | 2026-08-15T07:04:17.176Z | Checking terminal_size v0.1.17 |
| 3112 | 2026-08-15T07:04:17.322Z | Compiling miette-derive v5.10.0 |
| 3113 | 2026-08-15T07:04:17.375Z | Checking internet-checksum v0.2.1 |
| 3114 | 2026-08-15T07:04:17.415Z | Checking owo-colors v3.5.0 |
| 3115 | 2026-08-15T07:04:17.531Z | Checking chumsky v0.9.3 |
| 3116 | 2026-08-15T07:04:17.990Z | Compiling serde_with v1.14.0 |
| 3117 | 2026-08-15T07:04:18.516Z | Checking miette v5.10.0 |
| 3118 | 2026-08-15T07:04:19.105Z | Compiling polar-core v0.27.3 |
| 3119 | 2026-08-15T07:04:19.148Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3120 | 2026-08-15T07:04:19.183Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3121 | 2026-08-15T07:04:19.263Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3122 | 2026-08-15T07:04:19.298Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3123 | 2026-08-15T07:04:19.697Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3124 | 2026-08-15T07:04:19.734Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3125 | 2026-08-15T07:04:19.816Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3126 | 2026-08-15T07:04:19.910Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3127 | 2026-08-15T07:04:19.955Z | Compiling knuffel-derive v3.2.0 |
| 3128 | 2026-08-15T07:04:20.035Z | Checking httptest v0.16.4 |
| 3129 | 2026-08-15T07:04:20.179Z | Checking pathdiff v0.2.3 |
| 3130 | 2026-08-15T07:04:20.318Z | Checking nested v0.1.1 |
| 3131 | 2026-08-15T07:04:20.431Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3132 | 2026-08-15T07:04:20.487Z | Checking guppy v0.17.25 |
| 3133 | 2026-08-15T07:04:20.753Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3134 | 2026-08-15T07:04:21.028Z | Checking similar-asserts v1.7.0 |
| 3135 | 2026-08-15T07:04:21.217Z | Compiling target-triple v1.0.0 |
| 3136 | 2026-08-15T07:04:21.434Z | Checking knuffel v3.2.0 |
| 3137 | 2026-08-15T07:04:21.438Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3138 | 2026-08-15T07:04:21.572Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3139 | 2026-08-15T07:04:22.083Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3140 | 2026-08-15T07:04:22.117Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3141 | 2026-08-15T07:04:22.153Z | Checking hickory-client v0.25.2 |
| 3142 | 2026-08-15T07:04:22.475Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3143 | 2026-08-15T07:04:22.706Z | Compiling fs-err v2.11.0 |
| 3144 | 2026-08-15T07:04:22.775Z | Checking escape8259 v0.5.3 |
| 3145 | 2026-08-15T07:04:22.937Z | Compiling assert_cmd v2.1.2 |
| 3146 | 2026-08-15T07:04:22.972Z | Checking libtest-mimic v0.8.1 |
| 3147 | 2026-08-15T07:04:23.283Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3148 | 2026-08-15T07:04:23.517Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3149 | 2026-08-15T07:04:23.662Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3150 | 2026-08-15T07:04:23.708Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3151 | 2026-08-15T07:04:24.147Z | Checking oso v0.27.3 |
| 3152 | 2026-08-15T07:04:24.183Z | Checking blake2b_simd v1.0.4 |
| 3153 | 2026-08-15T07:04:24.386Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3154 | 2026-08-15T07:04:24.607Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3155 | 2026-08-15T07:04:24.644Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3156 | 2026-08-15T07:04:24.834Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3157 | 2026-08-15T07:04:25.042Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3158 | 2026-08-15T07:04:25.080Z | Checking fancy-regex v0.14.0 |
| 3159 | 2026-08-15T07:04:25.083Z | Checking serde_tokenstream v0.2.3 |
| 3160 | 2026-08-15T07:04:25.454Z | Checking approx v0.5.1 |
| 3161 | 2026-08-15T07:04:25.493Z | Compiling rstest_macros v0.25.0 |
| 3162 | 2026-08-15T07:04:25.564Z | Checking uzers v0.12.2 |
| 3163 | 2026-08-15T07:04:25.625Z | Compiling linkme-impl v0.3.35 |
| 3164 | 2026-08-15T07:04:25.831Z | Checking constant_time_eq v0.3.1 |
| 3165 | 2026-08-15T07:04:25.835Z | Checking termcolor v1.4.1 |
| 3166 | 2026-08-15T07:04:25.969Z | Checking rust-argon2 v2.1.0 |
| 3167 | 2026-08-15T07:04:26.105Z | Checking trybuild v1.0.116 |
| 3168 | 2026-08-15T07:04:26.224Z | Checking datatest-stable v0.3.3 |
| 3169 | 2026-08-15T07:04:26.376Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3170 | 2026-08-15T07:04:26.638Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3171 | 2026-08-15T07:04:26.901Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3172 | 2026-08-15T07:04:26.938Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3173 | 2026-08-15T07:04:27.013Z | Checking support-bundle-viewer v0.1.2 |
| 3174 | 2026-08-15T07:04:27.084Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3175 | 2026-08-15T07:04:27.293Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3176 | 2026-08-15T07:04:27.329Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3177 | 2026-08-15T07:04:27.520Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3178 | 2026-08-15T07:04:27.557Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3179 | 2026-08-15T07:04:27.764Z | Checking drift v0.2.0 |
| 3180 | 2026-08-15T07:04:27.801Z | Checking rand_distr v0.5.1 |
| 3181 | 2026-08-15T07:04:27.951Z | Checking multimap v0.10.1 |
| 3182 | 2026-08-15T07:04:28.013Z | Compiling linkme v0.3.35 |
| 3183 | 2026-08-15T07:04:28.156Z | Checking parse-size v1.1.0 |
| 3184 | 2026-08-15T07:04:28.193Z | Compiling relative-path v1.9.3 |
| 3185 | 2026-08-15T07:04:28.243Z | Checking dropshot-api-manager v0.7.2 |
| 3186 | 2026-08-15T07:04:28.333Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3187 | 2026-08-15T07:04:29.279Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3188 | 2026-08-15T07:04:29.697Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3189 | 2026-08-15T07:04:29.965Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3190 | 2026-08-15T07:04:30.072Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3191 | 2026-08-15T07:04:30.291Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3192 | 2026-08-15T07:04:30.459Z | Checking sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy) |
| 3193 | 2026-08-15T07:04:30.567Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3194 | 2026-08-15T07:04:30.884Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3195 | 2026-08-15T07:04:31.010Z | Checking cargo_toml v0.21.0 |
| 3196 | 2026-08-15T07:04:31.047Z | Checking partial-io v0.5.4 |
| 3197 | 2026-08-15T07:04:31.257Z | Checking termios v0.3.3 |
| 3198 | 2026-08-15T07:04:31.294Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 3199 | 2026-08-15T07:04:31.417Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3200 | 2026-08-15T07:04:31.834Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3201 | 2026-08-15T07:04:32.077Z | Checking rstest v0.25.0 |
| 3202 | 2026-08-15T07:04:37.495Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3203 | 2026-08-15T07:04:38.008Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3204 | 2026-08-15T07:04:39.012Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3205 | 2026-08-15T07:04:43.556Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3206 | 2026-08-15T07:04:45.494Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3207 | 2026-08-15T07:04:48.691Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3208 | 2026-08-15T07:04:52.863Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3209 | 2026-08-15T07:04:55.602Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3210 | 2026-08-15T07:04:58.376Z | Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3211 | 2026-08-15T07:04:59.936Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3212 | 2026-08-15T07:05:03.209Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3213 | 2026-08-15T07:05:03.552Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3214 | 2026-08-15T07:05:05.860Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3215 | 2026-08-15T07:05:09.479Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3216 | 2026-08-15T07:05:13.961Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3217 | 2026-08-15T07:05:36.482Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3218 | 2026-08-15T07:06:30.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s |
| 3219 | 2026-08-15T07:06:30.415Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3220 | 2026-08-15T07:06:30.415Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3221 | 2026-08-15T07:06:31.104Z | |
| 3222 | 2026-08-15T07:06:31.104Z | real 4:18.400608305 |
| 3223 | 2026-08-15T07:06:31.104Z | user 22:12.632908030 |
| 3224 | 2026-08-15T07:06:31.104Z | sys 5:14.312864193 |
| 3225 | 2026-08-15T07:06:31.104Z | trap 0.534893706 |
| 3226 | 2026-08-15T07:06:31.104Z | tflt 0.440048612 |
| 3227 | 2026-08-15T07:06:31.104Z | dflt 0.697266289 |
| 3228 | 2026-08-15T07:06:31.104Z | kflt 0.004645512 |
| 3229 | 2026-08-15T07:06:31.104Z | lock 1:07:01.457504370 |
| 3230 | 2026-08-15T07:06:31.104Z | slp 1:00:22.678250722 |
| 3231 | 2026-08-15T07:06:31.107Z | lat 1:47.926077805 |
| 3232 | 2026-08-15T07:06:31.107Z | stop 14:04.259888209 |
| 3233 | 2026-08-15T07:06:31.107Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3234 | 2026-08-15T07:06:31.107Z | + ptime -m cargo doc --workspace --no-deps |
| 3235 | 2026-08-15T07:06:32.014Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3236 | 2026-08-15T07:06:32.015Z | | |
| 3237 | 2026-08-15T07:06:32.015Z | = 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)` |
| 3238 | 2026-08-15T07:06:32.015Z | = 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> |
| 3239 | 2026-08-15T07:06:33.154Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3240 | 2026-08-15T07:06:33.413Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3241 | 2026-08-15T07:06:33.461Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3242 | 2026-08-15T07:06:33.525Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3243 | 2026-08-15T07:06:33.591Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3244 | 2026-08-15T07:06:33.702Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3245 | 2026-08-15T07:06:33.735Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3246 | 2026-08-15T07:06:33.735Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3247 | 2026-08-15T07:06:33.789Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3248 | 2026-08-15T07:06:33.817Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3249 | 2026-08-15T07:06:33.966Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3250 | 2026-08-15T07:06:34.010Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3251 | 2026-08-15T07:06:34.045Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3252 | 2026-08-15T07:06:34.132Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3253 | 2026-08-15T07:06:34.157Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3254 | 2026-08-15T07:06:34.180Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3255 | 2026-08-15T07:06:34.202Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3256 | 2026-08-15T07:06:34.228Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3257 | 2026-08-15T07:06:34.254Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3258 | 2026-08-15T07:06:34.306Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3259 | 2026-08-15T07:06:34.356Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3260 | 2026-08-15T07:06:34.623Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3261 | 2026-08-15T07:06:34.779Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3262 | 2026-08-15T07:06:34.807Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3263 | 2026-08-15T07:06:34.861Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3264 | 2026-08-15T07:06:34.889Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3265 | 2026-08-15T07:06:35.051Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3266 | 2026-08-15T07:06:35.105Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3267 | 2026-08-15T07:06:35.227Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3268 | 2026-08-15T07:06:35.343Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3269 | 2026-08-15T07:06:35.388Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3270 | 2026-08-15T07:06:35.415Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3271 | 2026-08-15T07:06:35.579Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3272 | 2026-08-15T07:06:35.606Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3273 | 2026-08-15T07:06:35.749Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3274 | 2026-08-15T07:06:35.843Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3275 | 2026-08-15T07:06:35.976Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3276 | 2026-08-15T07:06:36.003Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3277 | 2026-08-15T07:06:36.028Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3278 | 2026-08-15T07:06:36.243Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3279 | 2026-08-15T07:06:36.317Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3280 | 2026-08-15T07:06:36.521Z | Checking sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e) |
| 3281 | 2026-08-15T07:06:36.578Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3282 | 2026-08-15T07:06:36.620Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3283 | 2026-08-15T07:06:36.677Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3284 | 2026-08-15T07:06:36.860Z | Checking scuffle v0.1.0 |
| 3285 | 2026-08-15T07:06:36.887Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3286 | 2026-08-15T07:06:36.995Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3287 | 2026-08-15T07:06:37.133Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3288 | 2026-08-15T07:06:37.238Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3289 | 2026-08-15T07:06:37.373Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3290 | 2026-08-15T07:06:37.406Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3291 | 2026-08-15T07:06:37.445Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3292 | 2026-08-15T07:06:37.475Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3293 | 2026-08-15T07:06:37.574Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3294 | 2026-08-15T07:06:38.086Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3295 | 2026-08-15T07:06:38.289Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3296 | 2026-08-15T07:06:38.583Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3297 | 2026-08-15T07:06:38.680Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3298 | 2026-08-15T07:06:39.022Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3299 | 2026-08-15T07:06:39.048Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3300 | 2026-08-15T07:06:39.077Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3301 | 2026-08-15T07:06:39.103Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3302 | 2026-08-15T07:06:39.346Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3303 | 2026-08-15T07:06:39.376Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3304 | 2026-08-15T07:06:39.407Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3305 | 2026-08-15T07:06:39.515Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3306 | 2026-08-15T07:06:39.563Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3307 | 2026-08-15T07:06:39.859Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3308 | 2026-08-15T07:06:40.335Z | Checking sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e) |
| 3309 | 2026-08-15T07:06:40.539Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3310 | 2026-08-15T07:06:40.657Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3311 | 2026-08-15T07:06:40.931Z | Checking sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e) |
| 3312 | 2026-08-15T07:06:40.969Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3313 | 2026-08-15T07:06:41.007Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3314 | 2026-08-15T07:06:41.070Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3315 | 2026-08-15T07:06:41.329Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3316 | 2026-08-15T07:06:41.332Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3317 | 2026-08-15T07:06:41.384Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3318 | 2026-08-15T07:06:41.494Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3319 | 2026-08-15T07:06:41.598Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3320 | 2026-08-15T07:06:41.624Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3321 | 2026-08-15T07:06:41.754Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3322 | 2026-08-15T07:06:41.782Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3323 | 2026-08-15T07:06:41.807Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3324 | 2026-08-15T07:06:41.834Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3325 | 2026-08-15T07:06:41.965Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3326 | 2026-08-15T07:06:42.015Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3327 | 2026-08-15T07:06:42.224Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3328 | 2026-08-15T07:06:42.275Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3329 | 2026-08-15T07:06:42.307Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3330 | 2026-08-15T07:06:42.360Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3331 | 2026-08-15T07:06:42.519Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3332 | 2026-08-15T07:06:42.545Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3333 | 2026-08-15T07:06:42.650Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3334 | 2026-08-15T07:06:42.675Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3335 | 2026-08-15T07:06:42.717Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3336 | 2026-08-15T07:06:42.876Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3337 | 2026-08-15T07:06:42.958Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3338 | 2026-08-15T07:06:42.982Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3339 | 2026-08-15T07:06:43.006Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3340 | 2026-08-15T07:06:43.036Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3341 | 2026-08-15T07:06:43.077Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3342 | 2026-08-15T07:06:43.163Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3343 | 2026-08-15T07:06:43.189Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3344 | 2026-08-15T07:06:43.282Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3345 | 2026-08-15T07:06:43.368Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3346 | 2026-08-15T07:06:43.395Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3347 | 2026-08-15T07:06:43.657Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3348 | 2026-08-15T07:06:43.660Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3349 | 2026-08-15T07:06:43.705Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3350 | 2026-08-15T07:06:44.200Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3351 | 2026-08-15T07:06:44.428Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3352 | 2026-08-15T07:06:44.733Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3353 | 2026-08-15T07:06:45.111Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3354 | 2026-08-15T07:06:45.319Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3355 | 2026-08-15T07:06:45.524Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3356 | 2026-08-15T07:06:45.729Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3357 | 2026-08-15T07:06:46.616Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3358 | 2026-08-15T07:06:47.235Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3359 | 2026-08-15T07:06:47.513Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3360 | 2026-08-15T07:06:47.560Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3361 | 2026-08-15T07:06:47.855Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3362 | 2026-08-15T07:06:48.009Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3363 | 2026-08-15T07:06:48.038Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3364 | 2026-08-15T07:06:49.058Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3365 | 2026-08-15T07:06:49.087Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3366 | 2026-08-15T07:06:49.247Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3367 | 2026-08-15T07:06:49.291Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3368 | 2026-08-15T07:06:49.646Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3369 | 2026-08-15T07:06:49.831Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3370 | 2026-08-15T07:06:49.834Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3371 | 2026-08-15T07:06:50.390Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3372 | 2026-08-15T07:06:50.427Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3373 | 2026-08-15T07:06:50.845Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3374 | 2026-08-15T07:06:51.255Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3375 | 2026-08-15T07:06:51.846Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3376 | 2026-08-15T07:06:51.875Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3377 | 2026-08-15T07:06:52.151Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3378 | 2026-08-15T07:06:52.933Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3379 | 2026-08-15T07:06:53.098Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3380 | 2026-08-15T07:06:53.414Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3381 | 2026-08-15T07:06:53.531Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3382 | 2026-08-15T07:06:53.831Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3383 | 2026-08-15T07:06:53.857Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3384 | 2026-08-15T07:06:54.486Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3385 | 2026-08-15T07:06:54.876Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3386 | 2026-08-15T07:06:54.907Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3387 | 2026-08-15T07:06:55.109Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3388 | 2026-08-15T07:06:55.136Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3389 | 2026-08-15T07:06:55.502Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3390 | 2026-08-15T07:06:55.693Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3391 | 2026-08-15T07:06:55.896Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3392 | 2026-08-15T07:06:55.966Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3393 | 2026-08-15T07:06:56.205Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3394 | 2026-08-15T07:06:59.025Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3395 | 2026-08-15T07:07:01.006Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3396 | 2026-08-15T07:07:01.032Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3397 | 2026-08-15T07:07:01.075Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3398 | 2026-08-15T07:07:02.106Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3399 | 2026-08-15T07:07:02.236Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3400 | 2026-08-15T07:07:03.362Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3401 | 2026-08-15T07:07:03.407Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3402 | 2026-08-15T07:07:04.333Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3403 | 2026-08-15T07:07:04.930Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3404 | 2026-08-15T07:07:04.967Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3405 | 2026-08-15T07:07:04.992Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3406 | 2026-08-15T07:07:06.702Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3407 | 2026-08-15T07:07:06.759Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3408 | 2026-08-15T07:07:06.966Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3409 | 2026-08-15T07:07:07.777Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3410 | 2026-08-15T07:07:08.142Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3411 | 2026-08-15T07:07:08.402Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3412 | 2026-08-15T07:07:08.515Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3413 | 2026-08-15T07:07:09.030Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3414 | 2026-08-15T07:07:09.138Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3415 | 2026-08-15T07:07:09.385Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3416 | 2026-08-15T07:07:09.528Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3417 | 2026-08-15T07:07:10.332Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3418 | 2026-08-15T07:07:10.536Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3419 | 2026-08-15T07:07:10.695Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3420 | 2026-08-15T07:07:10.784Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3421 | 2026-08-15T07:07:10.810Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3422 | 2026-08-15T07:07:11.139Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3423 | 2026-08-15T07:07:11.456Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3424 | 2026-08-15T07:07:11.618Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3425 | 2026-08-15T07:07:12.747Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3426 | 2026-08-15T07:07:13.058Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3427 | 2026-08-15T07:07:13.509Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3428 | 2026-08-15T07:07:16.422Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3429 | 2026-08-15T07:07:17.856Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3430 | 2026-08-15T07:07:18.342Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3431 | 2026-08-15T07:07:18.907Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3432 | 2026-08-15T07:07:20.842Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3433 | 2026-08-15T07:07:22.863Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3434 | 2026-08-15T07:07:23.337Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3435 | 2026-08-15T07:07:24.008Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3436 | 2026-08-15T07:07:24.939Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3437 | 2026-08-15T07:07:26.351Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3438 | 2026-08-15T07:07:27.285Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3439 | 2026-08-15T07:07:28.921Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3440 | 2026-08-15T07:07:29.261Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3441 | 2026-08-15T07:07:29.823Z | Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3442 | 2026-08-15T07:07:30.182Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3443 | 2026-08-15T07:07:35.717Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3444 | 2026-08-15T07:07:36.390Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3445 | 2026-08-15T07:07:37.468Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3446 | 2026-08-15T07:07:37.993Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3447 | 2026-08-15T07:07:38.875Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3448 | 2026-08-15T07:07:39.812Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3449 | 2026-08-15T07:07:40.561Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3450 | 2026-08-15T07:07:41.350Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3451 | 2026-08-15T07:07:43.152Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3452 | 2026-08-15T07:07:43.817Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3453 | 2026-08-15T07:07:44.337Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3454 | 2026-08-15T07:07:44.517Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3455 | 2026-08-15T07:07:45.827Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3456 | 2026-08-15T07:07:47.060Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3457 | 2026-08-15T07:07:48.504Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3458 | 2026-08-15T07:07:51.228Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3459 | 2026-08-15T07:07:52.608Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3460 | 2026-08-15T07:07:53.192Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3461 | 2026-08-15T07:07:54.480Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3462 | 2026-08-15T07:07:55.524Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3463 | 2026-08-15T07:07:56.326Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3464 | 2026-08-15T07:07:58.534Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3465 | 2026-08-15T07:07:59.477Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3466 | 2026-08-15T07:08:00.586Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3467 | 2026-08-15T07:08:01.616Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3468 | 2026-08-15T07:08:02.718Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3469 | 2026-08-15T07:08:03.894Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3470 | 2026-08-15T07:08:05.088Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3471 | 2026-08-15T07:08:07.458Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3472 | 2026-08-15T07:08:09.721Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3473 | 2026-08-15T07:08:10.262Z | Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3474 | 2026-08-15T07:08:11.339Z | Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3475 | 2026-08-15T07:08:12.990Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3476 | 2026-08-15T07:08:14.654Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3477 | 2026-08-15T07:08:16.167Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3478 | 2026-08-15T07:08:18.078Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3479 | 2026-08-15T07:08:19.589Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3480 | 2026-08-15T07:08:24.559Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3481 | 2026-08-15T07:08:24.656Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3482 | 2026-08-15T07:08:26.355Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3483 | 2026-08-15T07:08:26.381Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3484 | 2026-08-15T07:08:28.146Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3485 | 2026-08-15T07:08:29.684Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3486 | 2026-08-15T07:08:31.783Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3487 | 2026-08-15T07:08:33.836Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3488 | 2026-08-15T07:08:35.604Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3489 | 2026-08-15T07:08:37.350Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3490 | 2026-08-15T07:08:38.993Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3491 | 2026-08-15T07:08:41.141Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3492 | 2026-08-15T07:08:42.636Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3493 | 2026-08-15T07:08:44.415Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3494 | 2026-08-15T07:08:46.192Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3495 | 2026-08-15T07:08:47.959Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3496 | 2026-08-15T07:08:49.638Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3497 | 2026-08-15T07:08:51.224Z | Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3498 | 2026-08-15T07:08:53.286Z | Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3499 | 2026-08-15T07:08:54.917Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3500 | 2026-08-15T07:09:00.510Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3501 | 2026-08-15T07:09:02.325Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3502 | 2026-08-15T07:09:04.189Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3503 | 2026-08-15T07:09:05.921Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3504 | 2026-08-15T07:09:07.737Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3505 | 2026-08-15T07:09:11.839Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3506 | 2026-08-15T07:09:15.127Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3507 | 2026-08-15T07:09:16.224Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3508 | 2026-08-15T07:09:17.614Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3509 | 2026-08-15T07:09:20.656Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3510 | 2026-08-15T07:09:22.980Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3511 | 2026-08-15T07:09:24.790Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3512 | 2026-08-15T07:09:27.208Z | Documenting sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy) |
| 3513 | 2026-08-15T07:09:29.671Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3514 | 2026-08-15T07:09:32.641Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3515 | 2026-08-15T07:09:34.040Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3516 | 2026-08-15T07:09:37.024Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3517 | 2026-08-15T07:09:39.560Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3518 | 2026-08-15T07:09:42.130Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3519 | 2026-08-15T07:09:43.861Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3520 | 2026-08-15T07:09:46.626Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3521 | 2026-08-15T07:09:48.786Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3522 | 2026-08-15T07:09:51.312Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3523 | 2026-08-15T07:09:53.976Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3524 | 2026-08-15T07:09:56.436Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3525 | 2026-08-15T07:09:58.903Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3526 | 2026-08-15T07:10:01.347Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3527 | 2026-08-15T07:10:03.854Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3528 | 2026-08-15T07:10:06.317Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3529 | 2026-08-15T07:10:08.767Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3530 | 2026-08-15T07:10:11.294Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3531 | 2026-08-15T07:10:13.595Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3532 | 2026-08-15T07:10:16.349Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3533 | 2026-08-15T07:10:18.796Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3534 | 2026-08-15T07:10:21.340Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3535 | 2026-08-15T07:10:23.797Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3536 | 2026-08-15T07:10:26.309Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3537 | 2026-08-15T07:10:28.817Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3538 | 2026-08-15T07:10:31.513Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3539 | 2026-08-15T07:10:34.022Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3540 | 2026-08-15T07:10:36.593Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3541 | 2026-08-15T07:10:39.179Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3542 | 2026-08-15T07:10:41.697Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3543 | 2026-08-15T07:10:44.233Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3544 | 2026-08-15T07:10:46.867Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3545 | 2026-08-15T07:10:49.400Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3546 | 2026-08-15T07:10:51.884Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3547 | 2026-08-15T07:10:54.676Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3548 | 2026-08-15T07:10:57.203Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3549 | 2026-08-15T07:10:59.625Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3550 | 2026-08-15T07:11:02.520Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3551 | 2026-08-15T07:11:04.976Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3552 | 2026-08-15T07:11:07.733Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3553 | 2026-08-15T07:11:10.307Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3554 | 2026-08-15T07:11:12.842Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3555 | 2026-08-15T07:11:15.569Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3556 | 2026-08-15T07:11:18.183Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3557 | 2026-08-15T07:11:20.809Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3558 | 2026-08-15T07:11:23.174Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3559 | 2026-08-15T07:11:26.667Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3560 | 2026-08-15T07:11:28.781Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3561 | 2026-08-15T07:11:31.421Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3562 | 2026-08-15T07:11:34.549Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3563 | 2026-08-15T07:11:37.262Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3564 | 2026-08-15T07:11:39.863Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3565 | 2026-08-15T07:11:42.464Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3566 | 2026-08-15T07:11:45.321Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3567 | 2026-08-15T07:11:48.026Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3568 | 2026-08-15T07:11:51.288Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3569 | 2026-08-15T07:11:53.748Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3570 | 2026-08-15T07:11:56.651Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3571 | 2026-08-15T07:12:04.811Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3572 | 2026-08-15T07:12:04.850Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3573 | 2026-08-15T07:12:08.719Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3574 | 2026-08-15T07:12:12.138Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3575 | 2026-08-15T07:12:15.584Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3576 | 2026-08-15T07:12:19.257Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3577 | 2026-08-15T07:12:22.863Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3578 | 2026-08-15T07:12:27.803Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3579 | 2026-08-15T07:12:30.752Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3580 | 2026-08-15T07:12:34.602Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3581 | 2026-08-15T07:12:38.477Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3582 | 2026-08-15T07:12:42.496Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3583 | 2026-08-15T07:12:46.235Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3584 | 2026-08-15T07:12:50.164Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3585 | 2026-08-15T07:12:54.026Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3586 | 2026-08-15T07:12:57.924Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3587 | 2026-08-15T07:13:01.782Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3588 | 2026-08-15T07:13:05.730Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3589 | 2026-08-15T07:13:09.641Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3590 | 2026-08-15T07:13:13.471Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3591 | 2026-08-15T07:13:17.335Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3592 | 2026-08-15T07:13:21.237Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3593 | 2026-08-15T07:13:25.154Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3594 | 2026-08-15T07:13:28.990Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3595 | 2026-08-15T07:13:59.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 28s |
| 3596 | 2026-08-15T07:13:59.983Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3597 | 2026-08-15T07:13:59.984Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3598 | 2026-08-15T07:14:00.160Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 204 other files |
| 3599 | 2026-08-15T07:14:00.276Z | |
| 3600 | 2026-08-15T07:14:00.276Z | real 7:29.075631845 |
| 3601 | 2026-08-15T07:14:00.276Z | user 20:40.330709024 |
| 3602 | 2026-08-15T07:14:00.276Z | sys 4:24.276078696 |
| 3603 | 2026-08-15T07:14:00.280Z | trap 0.310795363 |
| 3604 | 2026-08-15T07:14:00.280Z | tflt 0.079386504 |
| 3605 | 2026-08-15T07:14:00.280Z | dflt 0.113180441 |
| 3606 | 2026-08-15T07:14:00.280Z | kflt 0.000026150 |
| 3607 | 2026-08-15T07:14:00.280Z | lock 7:05:59.762583165 |
| 3608 | 2026-08-15T07:14:00.280Z | slp 2:30:05.944895208 |
| 3609 | 2026-08-15T07:14:00.280Z | lat 38.728593668 |
| 3610 | 2026-08-15T07:14:00.280Z | stop 2:25.726670120 |
| 3611 | 2026-08-15T07:14:00.280Z | process exited: duration 846111 ms, exit code 0 |
| |
| 3612 | 2026-08-15T07:14:00.288Z | found 0 output files |