|
|
|
| 1 | 2026-08-05T04:10:30.631Z | job assigned to worker 01KZ81SZQQDEXBCVMDE662T6H5 [factory aws, i-0ebdddc12d9563752] (queued for 47 s) |
| |
| 2 | 2026-08-05T04:10:36.626Z | starting task 0: "setup" |
| 3 | 2026-08-05T04:10:36.630Z | ++ uname -s |
| 4 | 2026-08-05T04:10:36.633Z | + kern=SunOS |
| 5 | 2026-08-05T04:10:36.633Z | + build_user=build |
| 6 | 2026-08-05T04:10:36.633Z | + build_uid=12345 |
| 7 | 2026-08-05T04:10:36.633Z | + work_dir=/work |
| 8 | 2026-08-05T04:10:36.633Z | + input_dir=/input |
| 9 | 2026-08-05T04:10:36.633Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-05T04:10:36.633Z | + case "$kern" in |
| 11 | 2026-08-05T04:10:36.633Z | + groupadd -g 12345 build |
| 12 | 2026-08-05T04:10:36.636Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-05T04:10:38.640Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-05T04:10:38.714Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-05T04:10:38.717Z | + home_fs=zfs |
| 16 | 2026-08-05T04:10:38.717Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-05T04:10:38.717Z | + mkdir -p /home/build |
| 18 | 2026-08-05T04:10:38.717Z | + chown build:build /home/build /work |
| 19 | 2026-08-05T04:10:40.718Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-05T04:10:40.721Z | process exited: duration 4094 ms, exit code 0 |
| |
| 21 | 2026-08-05T04:10:40.726Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-05T04:10:40.730Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-05T04:10:40.730Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-05T04:10:40.730Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-05T04:10:40.730Z | * rust toolchain profile = "default" |
| 26 | 2026-08-05T04:10:40.730Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-05T04:10:40.730Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-05T04:10:40.733Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-05T04:10:40.733Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-05T04:10:40.844Z | info: downloading installer |
| 31 | 2026-08-05T04:10:42.258Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-05T04:10:42.258Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-05T04:10:42.259Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-05T04:10:42.259Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-05T04:10:42.271Z | info: profile set to default |
| 36 | 2026-08-05T04:10:42.271Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-05T04:10:42.274Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-05T04:10:42.416Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-05T04:10:42.419Z | info: downloading 6 components |
| 40 | 2026-08-05T04:10:57.071Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-05T04:10:57.071Z | |
| 42 | 2026-08-05T04:10:57.100Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-05T04:10:57.100Z | |
| 44 | 2026-08-05T04:10:57.105Z | |
| 45 | 2026-08-05T04:10:57.105Z | Rust is installed now. Great! |
| 46 | 2026-08-05T04:10:57.105Z | |
| 47 | 2026-08-05T04:10:57.105Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-05T04:10:57.105Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-05T04:10:57.105Z | |
| 50 | 2026-08-05T04:10:57.105Z | To configure your current shell, you need to source |
| 51 | 2026-08-05T04:10:57.105Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-05T04:10:57.105Z | |
| 53 | 2026-08-05T04:10:57.105Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-05T04:10:57.105Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-05T04:10:57.105Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-05T04:10:57.105Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-05T04:10:57.105Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-05T04:10:57.105Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-05T04:10:57.105Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-05T04:10:57.105Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-05T04:10:57.105Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-05T04:10:57.184Z | + rustup --version |
| 63 | 2026-08-05T04:10:57.192Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-05T04:10:57.197Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-05T04:10:57.214Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-05T04:10:57.227Z | + cargo --version |
| 67 | 2026-08-05T04:10:57.234Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-05T04:10:57.234Z | + rustc --version |
| 69 | 2026-08-05T04:10:57.253Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-05T04:10:57.263Z | process exited: duration 16527 ms, exit code 0 |
| |
| 71 | 2026-08-05T04:10:57.274Z | starting task 2: "authentication" |
| 72 | 2026-08-05T04:10:57.290Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-05T04:10:57.300Z | starting task 3: "clone repository" |
| 74 | 2026-08-05T04:10:57.305Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-05T04:10:57.305Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-05T04:10:57.336Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-05T04:11:07.888Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-05T04:11:07.888Z | + git fetch origin 84945929ebebfae4eaf2b6984066d5d2cbf1fc48 |
| 79 | 2026-08-05T04:11:08.173Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-05T04:11:08.173Z | * branch 84945929ebebfae4eaf2b6984066d5d2cbf1fc48 -> FETCH_HEAD |
| 81 | 2026-08-05T04:11:08.184Z | + [[ -n renovate/crucible-agent-client-digest ]] |
| 82 | 2026-08-05T04:11:08.189Z | ++ git branch --show-current |
| 83 | 2026-08-05T04:11:08.190Z | + current=main |
| 84 | 2026-08-05T04:11:08.190Z | + [[ main != renovate/crucible-agent-client-digest ]] |
| 85 | 2026-08-05T04:11:08.190Z | + git branch -f renovate/crucible-agent-client-digest 84945929ebebfae4eaf2b6984066d5d2cbf1fc48 |
| 86 | 2026-08-05T04:11:08.190Z | + git checkout -f renovate/crucible-agent-client-digest |
| 87 | 2026-08-05T04:11:08.437Z | Switched to branch 'renovate/crucible-agent-client-digest' |
| 88 | 2026-08-05T04:11:08.441Z | + git reset --hard 84945929ebebfae4eaf2b6984066d5d2cbf1fc48 |
| 89 | 2026-08-05T04:11:08.462Z | HEAD is now at 84945929e Update crucible-agent-client digest to 6d037cb |
| 90 | 2026-08-05T04:11:08.475Z | process exited: duration 11155 ms, exit code 0 |
| |
| 91 | 2026-08-05T04:11:08.533Z | starting task 4: "build" |
| 92 | 2026-08-05T04:11:08.538Z | + source ./env.sh |
| 93 | 2026-08-05T04:11:08.538Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-08-05T04:11:08.538Z | ++ set -o xtrace |
| 95 | 2026-08-05T04:11:08.538Z | ++++ dirname ./env.sh |
| 96 | 2026-08-05T04:11:08.538Z | +++ readlink -f . |
| 97 | 2026-08-05T04:11:08.546Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-08-05T04:11:08.546Z | ++ 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-05T04:11:08.546Z | ++ 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-05T04:11:08.546Z | ++ 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-05T04:11:08.546Z | ++ 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-05T04:11:08.546Z | ++ 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-05T04:11:08.546Z | ++ 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-05T04:11:08.546Z | ++ 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-05T04:11:08.546Z | ++ 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-05T04:11:08.547Z | ++ 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-05T04:11:08.547Z | ++ 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-05T04:11:08.547Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-08-05T04:11:08.547Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-08-05T04:11:08.547Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-08-05T04:11:08.547Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-08-05T04:11:08.547Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-08-05T04:11:08.547Z | +++ uname -s |
| 114 | 2026-08-05T04:11:08.547Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-08-05T04:11:08.547Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-08-05T04:11:08.547Z | + cargo --version |
| 117 | 2026-08-05T04:11:08.556Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 118 | 2026-08-05T04:11:08.556Z | + rustc --version |
| 119 | 2026-08-05T04:11:08.573Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 120 | 2026-08-05T04:11:08.578Z | + banner prerequisites |
| 121 | 2026-08-05T04:11:08.578Z | |
| 122 | 2026-08-05T04:11:08.578Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-08-05T04:11:08.578Z | # # # # # # # # # # # # # # # |
| 124 | 2026-08-05T04:11:08.579Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-08-05T04:11:08.579Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-08-05T04:11:08.579Z | # # # # # # # # # # # # # # # |
| 127 | 2026-08-05T04:11:08.579Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-08-05T04:11:08.579Z | |
| 129 | 2026-08-05T04:11:08.579Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-08-05T04:11:10.254Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-08-05T04:11:10.498Z | Startup: Caching catalogs ... Done |
| 132 | 2026-08-05T04:11:11.819Z | Planning: Solver setup ... Done (1.243s) |
| 133 | 2026-08-05T04:11:11.864Z | Planning: Running solver ... Done (0.044s) |
| 134 | 2026-08-05T04:11:11.898Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-08-05T04:11:11.908Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-08-05T04:11:11.931Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-08-05T04:11:11.941Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-08-05T04:11:11.944Z | Planning: Merging actions ... Done (0.001s) |
| 139 | 2026-08-05T04:11:12.133Z | Planning: Checking for conflicting actions ... Done (0.162s) |
| 140 | 2026-08-05T04:11:12.139Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-08-05T04:11:12.914Z | Planning: Evaluating mediators ... Done (0.788s) |
| 142 | 2026-08-05T04:11:12.963Z | Planning: Planning completed in 2.37 seconds |
| 143 | 2026-08-05T04:11:12.963Z | Packages to install: 2 |
| 144 | 2026-08-05T04:11:12.963Z | Estimated space available: 156.02 GB |
| 145 | 2026-08-05T04:11:12.963Z | Estimated space to be consumed: 56.46 MB |
| 146 | 2026-08-05T04:11:12.963Z | Create boot environment: No |
| 147 | 2026-08-05T04:11:12.963Z | Create backup boot environment: No |
| 148 | 2026-08-05T04:11:12.963Z | Rebuild boot archive: No |
| 149 | 2026-08-05T04:11:12.963Z | |
| 150 | 2026-08-05T04:11:12.963Z | Changed packages: |
| 151 | 2026-08-05T04:11:12.964Z | helios |
| 152 | 2026-08-05T04:11:12.964Z | developer/build-essential |
| 153 | 2026-08-05T04:11:12.964Z | None -> 11-3.0 |
| 154 | 2026-08-05T04:11:12.964Z | library/libxmlsec1 |
| 155 | 2026-08-05T04:11:12.964Z | None -> 1.2.35-3.0 |
| 156 | 2026-08-05T04:11:12.964Z | |
| 157 | 2026-08-05T04:11:12.964Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-08-05T04:11:12.998Z | Download: Completed 1.28 MB in 0.07 seconds (18.5M/s) |
| 159 | 2026-08-05T04:11:13.097Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-08-05T04:11:13.108Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-08-05T04:11:13.138Z | Finalize: Updating package state database ... Done (0.023s) |
| 162 | 2026-08-05T04:11:13.139Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-08-05T04:11:13.190Z | Finalize: Updating image state ... Done (0.058s) |
| 164 | 2026-08-05T04:11:15.652Z | Finalize: Creating fast lookup database ... Done (2.423s) |
| 165 | 2026-08-05T04:11:15.724Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-08-05T04:11:15.727Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-08-05T04:11:15.828Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-08-05T04:11:16.159Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-08-05T04:11:16.262Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-08-05T04:11:16.265Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-08-05T04:11:16.418Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-08-05T04:11:16.449Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-08-05T04:11:16.449Z | Mediators to change: 2 |
| 174 | 2026-08-05T04:11:16.449Z | Create boot environment: No |
| 175 | 2026-08-05T04:11:16.449Z | Create backup boot environment: No |
| 176 | 2026-08-05T04:11:16.479Z | Finalize: Updating package state database ... Done |
| 177 | 2026-08-05T04:11:16.479Z | Finalize: Updating package cache ... Done |
| 178 | 2026-08-05T04:11:16.521Z | Finalize: Updating image state ... Done |
| 179 | 2026-08-05T04:11:18.438Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-08-05T04:11:18.497Z | Finalize: Reading search index ... Done |
| 181 | 2026-08-05T04:11:18.500Z | Finalize: Updating search index ... Done |
| 182 | 2026-08-05T04:11:18.573Z | Finalize: Updating package cache ... Done |
| 183 | 2026-08-05T04:11:18.853Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-08-05T04:11:18.960Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-08-05T04:11:18.965Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-08-05T04:11:19.130Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-08-05T04:11:19.138Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-08-05T04:11:19.141Z | Mediators to change: 1 |
| 189 | 2026-08-05T04:11:19.141Z | Create boot environment: No |
| 190 | 2026-08-05T04:11:19.141Z | Create backup boot environment: No |
| 191 | 2026-08-05T04:11:19.210Z | Finalize: Updating package state database ... Done |
| 192 | 2026-08-05T04:11:19.210Z | Finalize: Updating package cache ... Done |
| 193 | 2026-08-05T04:11:19.248Z | Finalize: Updating image state ... Done |
| 194 | 2026-08-05T04:11:21.180Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-08-05T04:11:21.241Z | Finalize: Reading search index ... Done |
| 196 | 2026-08-05T04:11:21.245Z | Finalize: Updating search index ... Done |
| 197 | 2026-08-05T04:11:21.310Z | Finalize: Updating package cache ... Done |
| 198 | 2026-08-05T04:11:21.620Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-08-05T04:11:21.620Z | apache system 2.4 system |
| 200 | 2026-08-05T04:11:21.621Z | clang system 15 system |
| 201 | 2026-08-05T04:11:21.621Z | csh system system illumos |
| 202 | 2026-08-05T04:11:21.621Z | ctags system system illumos |
| 203 | 2026-08-05T04:11:21.621Z | file vendor vendor darwinsys |
| 204 | 2026-08-05T04:11:21.621Z | file system system illumos |
| 205 | 2026-08-05T04:11:21.621Z | gcc vendor 14 vendor |
| 206 | 2026-08-05T04:11:21.621Z | gcc system 13 system |
| 207 | 2026-08-05T04:11:21.621Z | gcc system 10 system |
| 208 | 2026-08-05T04:11:21.621Z | go system 1.25 system |
| 209 | 2026-08-05T04:11:21.621Z | llvm system 15 system |
| 210 | 2026-08-05T04:11:21.621Z | mariadb system 11.4 system |
| 211 | 2026-08-05T04:11:21.621Z | mta vendor vendor dma |
| 212 | 2026-08-05T04:11:21.621Z | openjdk system 17 system |
| 213 | 2026-08-05T04:11:21.621Z | openjdk system 11 system |
| 214 | 2026-08-05T04:11:21.621Z | openssl vendor 3 vendor |
| 215 | 2026-08-05T04:11:21.621Z | perl system 5.40 system |
| 216 | 2026-08-05T04:11:21.621Z | postgresql system 18 system |
| 217 | 2026-08-05T04:11:21.621Z | postgresql system 17 system |
| 218 | 2026-08-05T04:11:21.621Z | python vendor 3 vendor |
| 219 | 2026-08-05T04:11:21.621Z | python system 2 system |
| 220 | 2026-08-05T04:11:21.621Z | python3 vendor 3.13 vendor |
| 221 | 2026-08-05T04:11:21.621Z | ruby system 3.4 system |
| 222 | 2026-08-05T04:11:21.621Z | ruby system 3.0 system |
| 223 | 2026-08-05T04:11:21.621Z | words vendor vendor american-english |
| 224 | 2026-08-05T04:11:21.621Z | words system system australian-english |
| 225 | 2026-08-05T04:11:21.621Z | words system system british-english |
| 226 | 2026-08-05T04:11:21.621Z | words system system canadian-english |
| 227 | 2026-08-05T04:11:21.621Z | words system system french |
| 228 | 2026-08-05T04:11:21.621Z | words system system italian |
| 229 | 2026-08-05T04:11:21.621Z | words system system ngerman |
| 230 | 2026-08-05T04:11:21.621Z | words system system ogerman |
| 231 | 2026-08-05T04:11:21.621Z | words system system spanish |
| 232 | 2026-08-05T04:11:21.885Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-08-05T04:11:21.885Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-08-05T04:11:22.268Z | FMRI IFO |
| 235 | 2026-08-05T04:11:22.268Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-08-05T04:11:22.268Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-08-05T04:11:22.268Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-08-05T04:11:22.268Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-08-05T04:11:22.268Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-08-05T04:11:22.268Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-08-05T04:11:22.268Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-08-05T04:11:22.268Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-08-05T04:11:22.268Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-08-05T04:11:22.569Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-08-05T04:11:22.857Z | Updating crates.io index |
| 246 | 2026-08-05T04:11:22.865Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-08-05T04:11:23.100Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-08-05T04:11:23.417Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-08-05T04:11:24.333Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-08-05T04:11:24.833Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-08-05T04:11:26.365Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-08-05T04:11:27.167Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-08-05T04:11:27.400Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-08-05T04:11:27.729Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-08-05T04:11:28.886Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-08-05T04:11:29.183Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-08-05T04:11:29.484Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2026-08-05T04:11:29.748Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 259 | 2026-08-05T04:11:30.190Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-08-05T04:11:30.711Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-08-05T04:11:31.341Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 262 | 2026-08-05T04:11:31.745Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 263 | 2026-08-05T04:11:31.983Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 264 | 2026-08-05T04:11:32.230Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 265 | 2026-08-05T04:11:32.523Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 266 | 2026-08-05T04:11:32.916Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 267 | 2026-08-05T04:11:33.170Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 268 | 2026-08-05T04:11:33.404Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 269 | 2026-08-05T04:11:33.831Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 270 | 2026-08-05T04:11:34.181Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 271 | 2026-08-05T04:11:34.371Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 272 | 2026-08-05T04:11:34.742Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 273 | 2026-08-05T04:11:35.023Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 274 | 2026-08-05T04:11:35.373Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 275 | 2026-08-05T04:11:35.749Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 276 | 2026-08-05T04:11:35.921Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 277 | 2026-08-05T04:11:36.258Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-08-05T04:11:36.586Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 279 | 2026-08-05T04:11:36.959Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 280 | 2026-08-05T04:11:37.258Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-08-05T04:11:37.503Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-08-05T04:11:37.817Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 283 | 2026-08-05T04:11:38.340Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 284 | 2026-08-05T04:11:38.652Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-08-05T04:11:38.857Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-08-05T04:11:39.125Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-08-05T04:11:39.356Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-08-05T04:11:39.569Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 289 | 2026-08-05T04:11:42.198Z | Downloading crates ... |
| 290 | 2026-08-05T04:11:42.264Z | Downloaded cargo-platform v0.3.2 |
| 291 | 2026-08-05T04:11:42.270Z | Downloaded cpufeatures v0.2.17 |
| 292 | 2026-08-05T04:11:42.270Z | Downloaded fnv v1.0.7 |
| 293 | 2026-08-05T04:11:42.270Z | Downloaded cfg-if v1.0.4 |
| 294 | 2026-08-05T04:11:42.271Z | Downloaded errno v0.3.14 |
| 295 | 2026-08-05T04:11:42.277Z | Downloaded toml_write v0.1.2 |
| 296 | 2026-08-05T04:11:42.280Z | Downloaded thread-id v4.2.2 |
| 297 | 2026-08-05T04:11:42.284Z | Downloaded fastrand v2.3.0 |
| 298 | 2026-08-05T04:11:42.284Z | Downloaded anstyle-parse v1.0.0 |
| 299 | 2026-08-05T04:11:42.284Z | Downloaded zerocopy v0.7.35 |
| 300 | 2026-08-05T04:11:42.292Z | Downloaded zerocopy-derive v0.7.35 |
| 301 | 2026-08-05T04:11:42.295Z | Downloaded zmij v1.0.21 |
| 302 | 2026-08-05T04:11:42.295Z | Downloaded generic-array v0.14.7 |
| 303 | 2026-08-05T04:11:42.298Z | Downloaded heck v0.4.1 |
| 304 | 2026-08-05T04:11:42.298Z | Downloaded dtrace-parser v0.2.0 |
| 305 | 2026-08-05T04:11:42.298Z | Downloaded anstyle-query v1.1.5 |
| 306 | 2026-08-05T04:11:42.298Z | Downloaded colorchoice v1.0.4 |
| 307 | 2026-08-05T04:11:42.298Z | Downloaded crypto-common v0.1.7 |
| 308 | 2026-08-05T04:11:42.298Z | Downloaded anstream v1.0.0 |
| 309 | 2026-08-05T04:11:42.301Z | Downloaded thiserror v2.0.18 |
| 310 | 2026-08-05T04:11:42.305Z | Downloaded pest_generator v2.8.6 |
| 311 | 2026-08-05T04:11:42.309Z | Downloaded bitflags v2.11.0 |
| 312 | 2026-08-05T04:11:42.309Z | Downloaded macaddr v1.0.1 |
| 313 | 2026-08-05T04:11:42.309Z | Downloaded block-buffer v0.10.4 |
| 314 | 2026-08-05T04:11:42.309Z | Downloaded bytecount v0.6.9 |
| 315 | 2026-08-05T04:11:42.309Z | Downloaded digest v0.10.7 |
| 316 | 2026-08-05T04:11:42.313Z | Downloaded camino v1.2.2 |
| 317 | 2026-08-05T04:11:42.313Z | Downloaded byteorder v1.5.0 |
| 318 | 2026-08-05T04:11:42.313Z | Downloaded cargo_metadata v0.23.1 |
| 319 | 2026-08-05T04:11:42.321Z | Downloaded equivalent v1.0.2 |
| 320 | 2026-08-05T04:11:42.324Z | Downloaded dof v0.3.0 |
| 321 | 2026-08-05T04:11:42.324Z | Downloaded is_terminal_polyfill v1.70.2 |
| 322 | 2026-08-05T04:11:42.324Z | Downloaded clap_lex v1.0.0 |
| 323 | 2026-08-05T04:11:42.330Z | Downloaded version_check v0.9.5 |
| 324 | 2026-08-05T04:11:42.333Z | Downloaded clap_derive v4.6.1 |
| 325 | 2026-08-05T04:11:42.333Z | Downloaded once_cell v1.21.3 |
| 326 | 2026-08-05T04:11:42.333Z | Downloaded anyhow v1.0.102 |
| 327 | 2026-08-05T04:11:42.337Z | Downloaded anstyle v1.0.14 |
| 328 | 2026-08-05T04:11:42.340Z | Downloaded plain v0.2.3 |
| 329 | 2026-08-05T04:11:42.343Z | Downloaded memmap v0.7.0 |
| 330 | 2026-08-05T04:11:42.343Z | Downloaded usdt-macro v0.5.0 |
| 331 | 2026-08-05T04:11:42.349Z | Downloaded proc-macro-error-attr v1.0.4 |
| 332 | 2026-08-05T04:11:42.349Z | Downloaded tabled_derive v0.7.0 |
| 333 | 2026-08-05T04:11:42.349Z | Downloaded pest_derive v2.8.6 |
| 334 | 2026-08-05T04:11:42.353Z | Downloaded fs-err v3.3.0 |
| 335 | 2026-08-05T04:11:42.353Z | Downloaded serde_core v1.0.228 |
| 336 | 2026-08-05T04:11:42.356Z | Downloaded terminal_size v0.4.3 |
| 337 | 2026-08-05T04:11:42.356Z | Downloaded itoa v1.0.17 |
| 338 | 2026-08-05T04:11:42.359Z | Downloaded toml_datetime v0.6.11 |
| 339 | 2026-08-05T04:11:42.363Z | Downloaded swrite v0.1.0 |
| 340 | 2026-08-05T04:11:42.363Z | Downloaded scroll_derive v0.12.1 |
| 341 | 2026-08-05T04:11:42.363Z | Downloaded heck v0.5.0 |
| 342 | 2026-08-05T04:11:42.366Z | Downloaded serde_spanned v0.6.9 |
| 343 | 2026-08-05T04:11:42.370Z | Downloaded utf8parse v0.2.2 |
| 344 | 2026-08-05T04:11:42.378Z | Downloaded smawk v0.3.2 |
| 345 | 2026-08-05T04:11:42.382Z | Downloaded strsim v0.11.1 |
| 346 | 2026-08-05T04:11:42.385Z | Downloaded unicode-linebreak v0.1.5 |
| 347 | 2026-08-05T04:11:42.385Z | Downloaded usdt v0.5.0 |
| 348 | 2026-08-05T04:11:42.391Z | Downloaded autocfg v1.5.0 |
| 349 | 2026-08-05T04:11:42.392Z | Downloaded camino-tempfile v1.4.1 |
| 350 | 2026-08-05T04:11:42.402Z | Downloaded pretty-hex v0.4.1 |
| 351 | 2026-08-05T04:11:42.406Z | Downloaded usdt-attr-macro v0.5.0 |
| 352 | 2026-08-05T04:11:42.406Z | Downloaded cargo_toml v0.21.0 |
| 353 | 2026-08-05T04:11:42.415Z | Downloaded proc-macro-error v1.0.4 |
| 354 | 2026-08-05T04:11:42.420Z | Downloaded scroll v0.12.0 |
| 355 | 2026-08-05T04:11:42.420Z | Downloaded thiserror v1.0.69 |
| 356 | 2026-08-05T04:11:42.423Z | Downloaded usdt-impl v0.5.0 |
| 357 | 2026-08-05T04:11:42.427Z | Downloaded thiserror-impl v2.0.18 |
| 358 | 2026-08-05T04:11:42.439Z | Downloaded serde_tokenstream v0.2.3 |
| 359 | 2026-08-05T04:11:42.450Z | Downloaded papergrid v0.11.0 |
| 360 | 2026-08-05T04:11:42.460Z | Downloaded toml v0.8.23 |
| 361 | 2026-08-05T04:11:42.460Z | Downloaded semver v1.0.28 |
| 362 | 2026-08-05T04:11:42.460Z | Downloaded thiserror-impl v1.0.69 |
| 363 | 2026-08-05T04:11:42.460Z | Downloaded tempfile v3.25.0 |
| 364 | 2026-08-05T04:11:42.474Z | Downloaded getrandom v0.4.1 |
| 365 | 2026-08-05T04:11:42.483Z | Downloaded sha2 v0.10.9 |
| 366 | 2026-08-05T04:11:42.483Z | Downloaded quote v1.0.45 |
| 367 | 2026-08-05T04:11:42.488Z | Downloaded log v0.4.29 |
| 368 | 2026-08-05T04:11:42.488Z | Downloaded textwrap v0.16.2 |
| 369 | 2026-08-05T04:11:42.493Z | Downloaded unicode-ident v1.0.24 |
| 370 | 2026-08-05T04:11:42.493Z | Downloaded serde_derive v1.0.228 |
| 371 | 2026-08-05T04:11:42.493Z | Downloaded clap v4.6.1 |
| 372 | 2026-08-05T04:11:42.497Z | Downloaded ucd-trie v0.1.7 |
| 373 | 2026-08-05T04:11:42.497Z | Downloaded proc-macro2 v1.0.106 |
| 374 | 2026-08-05T04:11:42.504Z | Downloaded pest_meta v2.8.6 |
| 375 | 2026-08-05T04:11:42.509Z | Downloaded toml_edit v0.22.27 |
| 376 | 2026-08-05T04:11:42.519Z | Downloaded indexmap v2.14.0 |
| 377 | 2026-08-05T04:11:42.531Z | Downloaded memchr v2.8.0 |
| 378 | 2026-08-05T04:11:42.545Z | Downloaded serde v1.0.228 |
| 379 | 2026-08-05T04:11:42.565Z | Downloaded typenum v1.20.1 |
| 380 | 2026-08-05T04:11:42.569Z | Downloaded clap_builder v4.6.0 |
| 381 | 2026-08-05T04:11:42.569Z | Downloaded hashbrown v0.17.0 |
| 382 | 2026-08-05T04:11:42.569Z | Downloaded tabled v0.15.0 |
| 383 | 2026-08-05T04:11:42.574Z | Downloaded pest v2.8.6 |
| 384 | 2026-08-05T04:11:42.599Z | Downloaded serde_json v1.0.151 |
| 385 | 2026-08-05T04:11:42.603Z | Downloaded winnow v0.7.14 |
| 386 | 2026-08-05T04:11:42.612Z | Downloaded goblin v0.8.2 |
| 387 | 2026-08-05T04:11:42.621Z | Downloaded syn v1.0.109 |
| 388 | 2026-08-05T04:11:42.642Z | Downloaded unicode-width v0.1.14 |
| 389 | 2026-08-05T04:11:42.648Z | Downloaded unicode-width v0.2.0 |
| 390 | 2026-08-05T04:11:42.666Z | Downloaded syn v2.0.117 |
| 391 | 2026-08-05T04:11:42.675Z | Downloaded rustix v1.1.3 |
| 392 | 2026-08-05T04:11:42.688Z | Downloaded libc v0.2.185 |
| 393 | 2026-08-05T04:11:42.750Z | Compiling proc-macro2 v1.0.106 |
| 394 | 2026-08-05T04:11:42.750Z | Compiling quote v1.0.45 |
| 395 | 2026-08-05T04:11:42.750Z | Compiling unicode-ident v1.0.24 |
| 396 | 2026-08-05T04:11:42.751Z | Compiling serde_core v1.0.228 |
| 397 | 2026-08-05T04:11:42.757Z | Compiling libc v0.2.185 |
| 398 | 2026-08-05T04:11:42.757Z | Compiling version_check v0.9.5 |
| 399 | 2026-08-05T04:11:42.757Z | Compiling memchr v2.8.0 |
| 400 | 2026-08-05T04:11:42.757Z | Compiling serde v1.0.228 |
| 401 | 2026-08-05T04:11:43.069Z | Compiling zmij v1.0.21 |
| 402 | 2026-08-05T04:11:43.303Z | Compiling thiserror v1.0.69 |
| 403 | 2026-08-05T04:11:43.338Z | Compiling ucd-trie v0.1.7 |
| 404 | 2026-08-05T04:11:43.554Z | Compiling itoa v1.0.17 |
| 405 | 2026-08-05T04:11:43.638Z | Compiling pest v2.8.6 |
| 406 | 2026-08-05T04:11:43.732Z | Compiling rustix v1.1.3 |
| 407 | 2026-08-05T04:11:43.784Z | Compiling byteorder v1.5.0 |
| 408 | 2026-08-05T04:11:43.809Z | Compiling errno v0.3.14 |
| 409 | 2026-08-05T04:11:44.028Z | Compiling serde_json v1.0.151 |
| 410 | 2026-08-05T04:11:44.087Z | Compiling bitflags v2.11.0 |
| 411 | 2026-08-05T04:11:44.226Z | Compiling syn v2.0.117 |
| 412 | 2026-08-05T04:11:44.300Z | Compiling thread-id v4.2.2 |
| 413 | 2026-08-05T04:11:44.320Z | Compiling usdt-impl v0.5.0 |
| 414 | 2026-08-05T04:11:44.383Z | Compiling proc-macro-error-attr v1.0.4 |
| 415 | 2026-08-05T04:11:44.451Z | Compiling syn v1.0.109 |
| 416 | 2026-08-05T04:11:44.523Z | Compiling camino v1.2.2 |
| 417 | 2026-08-05T04:11:44.732Z | Compiling pest_meta v2.8.6 |
| 418 | 2026-08-05T04:11:44.799Z | Compiling proc-macro-error v1.0.4 |
| 419 | 2026-08-05T04:11:44.856Z | Compiling equivalent v1.0.2 |
| 420 | 2026-08-05T04:11:44.882Z | Compiling plain v0.2.3 |
| 421 | 2026-08-05T04:11:44.950Z | Compiling log v0.4.29 |
| 422 | 2026-08-05T04:11:44.980Z | Compiling utf8parse v0.2.2 |
| 423 | 2026-08-05T04:11:44.996Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-08-05T04:11:45.163Z | Compiling getrandom v0.4.1 |
| 425 | 2026-08-05T04:11:45.230Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-08-05T04:11:45.489Z | Compiling anstyle-parse v1.0.0 |
| 427 | 2026-08-05T04:11:45.544Z | Compiling indexmap v2.14.0 |
| 428 | 2026-08-05T04:11:45.982Z | Compiling autocfg v1.5.0 |
| 429 | 2026-08-05T04:11:46.065Z | Compiling pretty-hex v0.4.1 |
| 430 | 2026-08-05T04:11:46.105Z | Compiling toml_write v0.1.2 |
| 431 | 2026-08-05T04:11:46.156Z | Compiling anstyle-query v1.1.5 |
| 432 | 2026-08-05T04:11:46.209Z | Compiling thiserror v2.0.18 |
| 433 | 2026-08-05T04:11:46.315Z | Compiling is_terminal_polyfill v1.70.2 |
| 434 | 2026-08-05T04:11:46.351Z | Compiling winnow v0.7.14 |
| 435 | 2026-08-05T04:11:46.372Z | Compiling colorchoice v1.0.4 |
| 436 | 2026-08-05T04:11:46.429Z | Compiling anstyle v1.0.14 |
| 437 | 2026-08-05T04:11:46.440Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-08-05T04:11:46.465Z | Compiling cfg-if v1.0.4 |
| 439 | 2026-08-05T04:11:46.480Z | Compiling fs-err v3.3.0 |
| 440 | 2026-08-05T04:11:46.651Z | Compiling anstream v1.0.0 |
| 441 | 2026-08-05T04:11:46.727Z | Compiling once_cell v1.21.3 |
| 442 | 2026-08-05T04:11:46.782Z | Compiling fnv v1.0.7 |
| 443 | 2026-08-05T04:11:46.811Z | Compiling bytecount v0.6.9 |
| 444 | 2026-08-05T04:11:46.943Z | Compiling heck v0.5.0 |
| 445 | 2026-08-05T04:11:46.960Z | Compiling anyhow v1.0.102 |
| 446 | 2026-08-05T04:11:46.979Z | Compiling strsim v0.11.1 |
| 447 | 2026-08-05T04:11:47.142Z | Compiling heck v0.4.1 |
| 448 | 2026-08-05T04:11:47.183Z | Compiling unicode-width v0.1.14 |
| 449 | 2026-08-05T04:11:47.226Z | Compiling clap_lex v1.0.0 |
| 450 | 2026-08-05T04:11:47.266Z | Compiling fastrand v2.3.0 |
| 451 | 2026-08-05T04:11:47.370Z | Compiling clap_builder v4.6.0 |
| 452 | 2026-08-05T04:11:47.456Z | Compiling tempfile v3.25.0 |
| 453 | 2026-08-05T04:11:47.474Z | Compiling papergrid v0.11.0 |
| 454 | 2026-08-05T04:11:47.545Z | Compiling cargo-platform v0.3.2 |
| 455 | 2026-08-05T04:11:47.639Z | Compiling semver v1.0.28 |
| 456 | 2026-08-05T04:11:47.759Z | Compiling tabled_derive v0.7.0 |
| 457 | 2026-08-05T04:11:47.828Z | Compiling memmap v0.7.0 |
| 458 | 2026-08-05T04:11:47.852Z | Compiling unicode-width v0.2.0 |
| 459 | 2026-08-05T04:11:47.870Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2026-08-05T04:11:47.974Z | Compiling smawk v0.3.2 |
| 461 | 2026-08-05T04:11:48.024Z | Compiling camino-tempfile v1.4.1 |
| 462 | 2026-08-05T04:11:48.116Z | Compiling textwrap v0.16.2 |
| 463 | 2026-08-05T04:11:48.171Z | Compiling serde_derive v1.0.228 |
| 464 | 2026-08-05T04:11:48.257Z | Compiling thiserror-impl v1.0.69 |
| 465 | 2026-08-05T04:11:48.409Z | Compiling zerocopy-derive v0.7.35 |
| 466 | 2026-08-05T04:11:48.502Z | Compiling pest_derive v2.8.6 |
| 467 | 2026-08-05T04:11:48.571Z | Compiling scroll_derive v0.12.1 |
| 468 | 2026-08-05T04:11:48.668Z | Compiling thiserror-impl v2.0.18 |
| 469 | 2026-08-05T04:11:48.900Z | Compiling clap_derive v4.6.1 |
| 470 | 2026-08-05T04:11:48.938Z | Compiling tabled v0.15.0 |
| 471 | 2026-08-05T04:11:49.228Z | Compiling scroll v0.12.0 |
| 472 | 2026-08-05T04:11:49.278Z | Compiling zerocopy v0.7.35 |
| 473 | 2026-08-05T04:11:49.513Z | Compiling goblin v0.8.2 |
| 474 | 2026-08-05T04:11:49.610Z | Compiling dtrace-parser v0.2.0 |
| 475 | 2026-08-05T04:11:49.838Z | Compiling swrite v0.1.0 |
| 476 | 2026-08-05T04:11:50.475Z | Compiling clap v4.6.1 |
| 477 | 2026-08-05T04:11:51.125Z | Compiling dof v0.3.0 |
| 478 | 2026-08-05T04:11:51.125Z | Compiling toml_datetime v0.6.11 |
| 479 | 2026-08-05T04:11:51.138Z | Compiling serde_spanned v0.6.9 |
| 480 | 2026-08-05T04:11:51.138Z | Compiling serde_tokenstream v0.2.3 |
| 481 | 2026-08-05T04:11:51.138Z | Compiling macaddr v1.0.1 |
| 482 | 2026-08-05T04:11:51.207Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-08-05T04:11:51.207Z | Compiling cargo_metadata v0.23.1 |
| 484 | 2026-08-05T04:11:51.363Z | Compiling toml_edit v0.22.27 |
| 485 | 2026-08-05T04:11:51.935Z | Compiling usdt-macro v0.5.0 |
| 486 | 2026-08-05T04:11:51.949Z | Compiling usdt-attr-macro v0.5.0 |
| 487 | 2026-08-05T04:11:52.578Z | Compiling usdt v0.5.0 |
| 488 | 2026-08-05T04:11:52.714Z | Compiling toml v0.8.23 |
| 489 | 2026-08-05T04:11:53.048Z | Compiling cargo_toml v0.21.0 |
| 490 | 2026-08-05T04:11:54.310Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 491 | 2026-08-05T04:11:56.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.94s |
| 492 | 2026-08-05T04:11:56.555Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 493 | 2026-08-05T04:11:57.084Z | Downloading crates ... |
| 494 | 2026-08-05T04:11:57.131Z | Downloaded async-recursion v1.1.1 |
| 495 | 2026-08-05T04:11:57.136Z | Downloaded assert_matches v1.5.0 |
| 496 | 2026-08-05T04:11:57.136Z | Downloaded bit-set v0.5.3 |
| 497 | 2026-08-05T04:11:57.139Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 498 | 2026-08-05T04:11:57.140Z | Downloaded atty v0.2.14 |
| 499 | 2026-08-05T04:11:57.140Z | Downloaded base16ct v0.2.0 |
| 500 | 2026-08-05T04:11:57.155Z | Downloaded adler2 v2.0.1 |
| 501 | 2026-08-05T04:11:57.159Z | Downloaded async-trait v0.1.89 |
| 502 | 2026-08-05T04:11:57.159Z | Downloaded ciborium-io v0.2.2 |
| 503 | 2026-08-05T04:11:57.160Z | Downloaded block-padding v0.4.2 |
| 504 | 2026-08-05T04:11:57.160Z | Downloaded futures-io v0.3.32 |
| 505 | 2026-08-05T04:11:57.164Z | Downloaded argon2 v0.5.3 |
| 506 | 2026-08-05T04:11:57.164Z | Downloaded bit-vec v0.8.0 |
| 507 | 2026-08-05T04:11:57.164Z | Downloaded fixedbitset v0.4.2 |
| 508 | 2026-08-05T04:11:57.164Z | Downloaded futures-task v0.3.32 |
| 509 | 2026-08-05T04:11:57.167Z | Downloaded allocator-api2 v0.2.21 |
| 510 | 2026-08-05T04:11:57.167Z | Downloaded cipher v0.5.2 |
| 511 | 2026-08-05T04:11:57.171Z | Downloaded foreign-types v0.5.0 |
| 512 | 2026-08-05T04:11:57.171Z | Downloaded backoff v0.4.0 |
| 513 | 2026-08-05T04:11:57.171Z | Downloaded cmov v0.5.4 |
| 514 | 2026-08-05T04:11:57.179Z | Downloaded enum_dispatch v0.3.13 |
| 515 | 2026-08-05T04:11:57.179Z | Downloaded foldhash v0.1.5 |
| 516 | 2026-08-05T04:11:57.179Z | Downloaded foreign-types-shared v0.3.1 |
| 517 | 2026-08-05T04:11:57.179Z | Downloaded hash32 v0.2.1 |
| 518 | 2026-08-05T04:11:57.179Z | Downloaded hostname v0.4.2 |
| 519 | 2026-08-05T04:11:57.185Z | Downloaded bitfield-macros v0.19.4 |
| 520 | 2026-08-05T04:11:57.185Z | Downloaded arrayref v0.3.9 |
| 521 | 2026-08-05T04:11:57.185Z | Downloaded byte-wrapper v0.1.0 |
| 522 | 2026-08-05T04:11:57.185Z | Downloaded constant_time_eq v0.4.2 |
| 523 | 2026-08-05T04:11:57.185Z | Downloaded fs_extra v1.3.0 |
| 524 | 2026-08-05T04:11:57.185Z | Downloaded futures-channel v0.3.32 |
| 525 | 2026-08-05T04:11:57.185Z | Downloaded humantime v2.3.0 |
| 526 | 2026-08-05T04:11:57.185Z | Downloaded aead v0.6.1 |
| 527 | 2026-08-05T04:11:57.185Z | Downloaded cexpr v0.6.0 |
| 528 | 2026-08-05T04:11:57.190Z | Downloaded console v0.15.11 |
| 529 | 2026-08-05T04:11:57.190Z | Downloaded ascii-canvas v3.0.0 |
| 530 | 2026-08-05T04:11:57.190Z | Downloaded gethostname v0.5.0 |
| 531 | 2026-08-05T04:11:57.190Z | Downloaded bzip2 v0.6.1 |
| 532 | 2026-08-05T04:11:57.212Z | Downloaded base64 v0.22.1 |
| 533 | 2026-08-05T04:11:57.212Z | Downloaded blake2 v0.10.6 |
| 534 | 2026-08-05T04:11:57.212Z | Downloaded blake2 v0.11.0-rc.6 |
| 535 | 2026-08-05T04:11:57.224Z | Downloaded array-init v0.0.4 |
| 536 | 2026-08-05T04:11:57.225Z | Downloaded hashbrown v0.12.3 |
| 537 | 2026-08-05T04:11:57.225Z | Downloaded hickory-server v0.25.2 |
| 538 | 2026-08-05T04:11:57.225Z | Downloaded bit-set v0.8.0 |
| 539 | 2026-08-05T04:11:57.225Z | Downloaded bitfield-struct v0.6.2 |
| 540 | 2026-08-05T04:11:57.225Z | Downloaded aead v0.5.2 |
| 541 | 2026-08-05T04:11:57.225Z | Downloaded bcs v0.1.6 |
| 542 | 2026-08-05T04:11:57.225Z | Downloaded http-body v1.0.1 |
| 543 | 2026-08-05T04:11:57.225Z | Downloaded hubpack_derive v0.1.1 |
| 544 | 2026-08-05T04:11:57.225Z | Downloaded hostname v0.3.1 |
| 545 | 2026-08-05T04:11:57.225Z | Downloaded hashbrown v0.15.5 |
| 546 | 2026-08-05T04:11:57.232Z | Downloaded hmac v0.12.1 |
| 547 | 2026-08-05T04:11:57.232Z | Downloaded base16ct v1.0.0 |
| 548 | 2026-08-05T04:11:57.232Z | Downloaded foreign-types-shared v0.1.1 |
| 549 | 2026-08-05T04:11:57.232Z | Downloaded hyper-tls v0.6.0 |
| 550 | 2026-08-05T04:11:57.232Z | Downloaded cobs v0.3.0 |
| 551 | 2026-08-05T04:11:57.232Z | Downloaded castaway v0.2.4 |
| 552 | 2026-08-05T04:11:57.232Z | Downloaded form_urlencoded v1.2.2 |
| 553 | 2026-08-05T04:11:57.232Z | Downloaded convert_case v0.4.0 |
| 554 | 2026-08-05T04:11:57.237Z | Downloaded ciborium-ll v0.2.2 |
| 555 | 2026-08-05T04:11:57.237Z | Downloaded hubpack v0.1.2 |
| 556 | 2026-08-05T04:11:57.237Z | Downloaded compression-core v0.4.31 |
| 557 | 2026-08-05T04:11:57.237Z | Downloaded async-stream v0.3.6 |
| 558 | 2026-08-05T04:11:57.237Z | Downloaded cfg_aliases v0.2.1 |
| 559 | 2026-08-05T04:11:57.237Z | Downloaded foreign-types-macros v0.2.3 |
| 560 | 2026-08-05T04:11:57.237Z | Downloaded ghash v0.6.0 |
| 561 | 2026-08-05T04:11:57.243Z | Downloaded atomic-waker v1.1.2 |
| 562 | 2026-08-05T04:11:57.243Z | Downloaded git-stub v1.0.0 |
| 563 | 2026-08-05T04:11:57.248Z | Downloaded flagset v0.4.7 |
| 564 | 2026-08-05T04:11:57.248Z | Downloaded foreign-types v0.3.2 |
| 565 | 2026-08-05T04:11:57.248Z | Downloaded atomicwrites v0.4.4 |
| 566 | 2026-08-05T04:11:57.248Z | Downloaded cfg_aliases v0.1.1 |
| 567 | 2026-08-05T04:11:57.248Z | Downloaded futures-core v0.3.32 |
| 568 | 2026-08-05T04:11:57.248Z | Downloaded goblin v0.10.5 |
| 569 | 2026-08-05T04:11:57.252Z | Downloaded filetime v0.2.27 |
| 570 | 2026-08-05T04:11:57.252Z | Downloaded endian-type v0.1.2 |
| 571 | 2026-08-05T04:11:57.252Z | Downloaded http-range v0.1.5 |
| 572 | 2026-08-05T04:11:57.252Z | Downloaded bit-vec v0.6.3 |
| 573 | 2026-08-05T04:11:57.252Z | Downloaded cipher v0.4.4 |
| 574 | 2026-08-05T04:11:57.256Z | Downloaded const_format_proc_macros v0.2.34 |
| 575 | 2026-08-05T04:11:57.256Z | Downloaded globwalk v0.9.1 |
| 576 | 2026-08-05T04:11:57.256Z | Downloaded env_filter v1.0.0 |
| 577 | 2026-08-05T04:11:57.256Z | Downloaded hash32 v0.3.1 |
| 578 | 2026-08-05T04:11:57.256Z | Downloaded ahash v0.8.12 |
| 579 | 2026-08-05T04:11:57.260Z | Downloaded num v0.4.3 |
| 580 | 2026-08-05T04:11:57.260Z | Downloaded num-conv v0.2.0 |
| 581 | 2026-08-05T04:11:57.264Z | Downloaded openssl-probe v0.2.1 |
| 582 | 2026-08-05T04:11:57.264Z | Downloaded hex v0.4.3 |
| 583 | 2026-08-05T04:11:57.264Z | Downloaded enum-as-inner v0.6.1 |
| 584 | 2026-08-05T04:11:57.275Z | Downloaded futures-sink v0.3.32 |
| 585 | 2026-08-05T04:11:57.276Z | Downloaded funty v2.0.0 |
| 586 | 2026-08-05T04:11:57.276Z | Downloaded home v0.5.12 |
| 587 | 2026-08-05T04:11:57.276Z | Downloaded compact_str v0.8.1 |
| 588 | 2026-08-05T04:11:57.279Z | Downloaded headers-core v0.3.0 |
| 589 | 2026-08-05T04:11:57.280Z | Downloaded block-buffer v0.12.1 |
| 590 | 2026-08-05T04:11:57.280Z | Downloaded fxhash v0.2.1 |
| 591 | 2026-08-05T04:11:57.280Z | Downloaded psl-types v2.0.11 |
| 592 | 2026-08-05T04:11:57.280Z | Downloaded phf_shared v0.13.1 |
| 593 | 2026-08-05T04:11:57.280Z | Downloaded predicates-core v1.0.10 |
| 594 | 2026-08-05T04:11:57.280Z | Downloaded fd-lock v4.0.4 |
| 595 | 2026-08-05T04:11:57.285Z | Downloaded proc-macro-crate v1.3.1 |
| 596 | 2026-08-05T04:11:57.290Z | Downloaded float-cmp v0.10.0 |
| 597 | 2026-08-05T04:11:57.291Z | Downloaded float-ord v0.3.2 |
| 598 | 2026-08-05T04:11:57.291Z | Downloaded hex-literal v1.1.0 |
| 599 | 2026-08-05T04:11:57.291Z | Downloaded radium v0.7.0 |
| 600 | 2026-08-05T04:11:57.299Z | Downloaded powerfmt v0.2.0 |
| 601 | 2026-08-05T04:11:57.299Z | Downloaded http-body-util v0.1.3 |
| 602 | 2026-08-05T04:11:57.299Z | Downloaded ff v0.13.1 |
| 603 | 2026-08-05T04:11:57.303Z | Downloaded anstyle-parse v0.2.7 |
| 604 | 2026-08-05T04:11:57.303Z | Downloaded bb8 v0.8.6 |
| 605 | 2026-08-05T04:11:57.303Z | Downloaded bitfield v0.19.4 |
| 606 | 2026-08-05T04:11:57.303Z | Downloaded ff v0.14.0 |
| 607 | 2026-08-05T04:11:57.303Z | Downloaded futures-executor v0.3.32 |
| 608 | 2026-08-05T04:11:57.303Z | Downloaded httpdate v1.0.3 |
| 609 | 2026-08-05T04:11:57.303Z | Downloaded fixedbitset v0.5.7 |
| 610 | 2026-08-05T04:11:57.308Z | Downloaded cassowary v0.3.0 |
| 611 | 2026-08-05T04:11:57.308Z | Downloaded arrayvec v0.7.6 |
| 612 | 2026-08-05T04:11:57.308Z | Downloaded async-stream-impl v0.3.6 |
| 613 | 2026-08-05T04:11:57.308Z | Downloaded cmake v0.1.57 |
| 614 | 2026-08-05T04:11:57.308Z | Downloaded globset v0.4.18 |
| 615 | 2026-08-05T04:11:57.313Z | Downloaded bitflags v1.3.2 |
| 616 | 2026-08-05T04:11:57.313Z | Downloaded compression-codecs v0.4.37 |
| 617 | 2026-08-05T04:11:57.313Z | Downloaded getrandom v0.2.17 |
| 618 | 2026-08-05T04:11:57.318Z | Downloaded russh-cryptovec v0.62.0 |
| 619 | 2026-08-05T04:11:57.318Z | Downloaded base64ct v1.8.3 |
| 620 | 2026-08-05T04:11:57.318Z | Downloaded semver v0.1.20 |
| 621 | 2026-08-05T04:11:57.318Z | Downloaded slog-bunyan v2.5.0 |
| 622 | 2026-08-05T04:11:57.322Z | Downloaded num_enum_derive v0.5.11 |
| 623 | 2026-08-05T04:11:57.322Z | Downloaded cancel-safe-futures v0.1.5 |
| 624 | 2026-08-05T04:11:57.322Z | Downloaded signature v3.0.0 |
| 625 | 2026-08-05T04:11:57.336Z | Downloaded strip-ansi-escapes v0.2.1 |
| 626 | 2026-08-05T04:11:57.336Z | Downloaded blowfish v0.10.0 |
| 627 | 2026-08-05T04:11:57.336Z | Downloaded cbc v0.2.1 |
| 628 | 2026-08-05T04:11:57.336Z | Downloaded argon2 v0.6.0-rc.8 |
| 629 | 2026-08-05T04:11:57.340Z | Downloaded fs-err v2.11.0 |
| 630 | 2026-08-05T04:11:57.341Z | Downloaded futures-macro v0.3.32 |
| 631 | 2026-08-05T04:11:57.341Z | Downloaded find-msvc-tools v0.1.9 |
| 632 | 2026-08-05T04:11:57.341Z | Downloaded foldhash v0.2.0 |
| 633 | 2026-08-05T04:11:57.341Z | Downloaded bs58 v0.5.1 |
| 634 | 2026-08-05T04:11:57.341Z | Downloaded group v0.13.0 |
| 635 | 2026-08-05T04:11:57.341Z | Downloaded serde_plain v1.0.2 |
| 636 | 2026-08-05T04:11:57.341Z | Downloaded shell-words v1.1.1 |
| 637 | 2026-08-05T04:11:57.341Z | Downloaded sqlparser_derive v0.5.0 |
| 638 | 2026-08-05T04:11:57.341Z | Downloaded progenitor-macro v0.14.0 |
| 639 | 2026-08-05T04:11:57.344Z | Downloaded pin-project-lite v0.2.17 |
| 640 | 2026-08-05T04:11:57.348Z | Downloaded group v0.14.0 |
| 641 | 2026-08-05T04:11:57.348Z | Downloaded num_enum_derive v0.7.6 |
| 642 | 2026-08-05T04:11:57.359Z | Downloaded anstream v0.6.21 |
| 643 | 2026-08-05T04:11:57.359Z | Downloaded ar_archive_writer v0.5.1 |
| 644 | 2026-08-05T04:11:57.359Z | Downloaded async-bb8-diesel v0.2.1 |
| 645 | 2026-08-05T04:11:57.363Z | Downloaded erased-serde v0.3.31 |
| 646 | 2026-08-05T04:11:57.363Z | Downloaded pbkdf2 v0.13.0 |
| 647 | 2026-08-05T04:11:57.363Z | Downloaded pin-project-internal v1.1.11 |
| 648 | 2026-08-05T04:11:57.363Z | Downloaded buf-list v1.1.2 |
| 649 | 2026-08-05T04:11:57.363Z | Downloaded strsim v0.10.0 |
| 650 | 2026-08-05T04:11:57.363Z | Downloaded tabled_derive v0.11.0 |
| 651 | 2026-08-05T04:11:57.363Z | Downloaded pem v3.0.6 |
| 652 | 2026-08-05T04:11:57.364Z | Downloaded pem-rfc7468 v0.7.0 |
| 653 | 2026-08-05T04:11:57.364Z | Downloaded parking_lot v0.12.5 |
| 654 | 2026-08-05T04:11:57.364Z | Downloaded owo-colors v4.3.0 |
| 655 | 2026-08-05T04:11:57.364Z | Downloaded hyper-staticfile v0.10.1 |
| 656 | 2026-08-05T04:11:57.368Z | Downloaded phf v0.12.1 |
| 657 | 2026-08-05T04:11:57.368Z | Downloaded rand_core v0.10.0 |
| 658 | 2026-08-05T04:11:57.368Z | Downloaded progenitor v0.13.0 |
| 659 | 2026-08-05T04:11:57.368Z | Downloaded hmac v0.13.0 |
| 660 | 2026-08-05T04:11:57.368Z | Downloaded highway v1.3.0 |
| 661 | 2026-08-05T04:11:57.377Z | Downloaded hyper-rustls v0.27.7 |
| 662 | 2026-08-05T04:11:57.377Z | Downloaded testing_table v0.3.0 |
| 663 | 2026-08-05T04:11:57.383Z | Downloaded chacha20 v0.10.0 |
| 664 | 2026-08-05T04:11:57.383Z | Downloaded rpassword v7.5.4 |
| 665 | 2026-08-05T04:11:57.383Z | Downloaded unarray v0.1.4 |
| 666 | 2026-08-05T04:11:57.383Z | Downloaded unit-prefix v0.5.2 |
| 667 | 2026-08-05T04:11:57.383Z | Downloaded seq-macro v0.3.6 |
| 668 | 2026-08-05T04:11:57.383Z | Downloaded colored v3.1.1 |
| 669 | 2026-08-05T04:11:57.383Z | Downloaded sec1 v0.7.3 |
| 670 | 2026-08-05T04:11:57.383Z | Downloaded signal-hook-registry v1.4.8 |
| 671 | 2026-08-05T04:11:57.383Z | Downloaded spki v0.7.3 |
| 672 | 2026-08-05T04:11:57.388Z | Downloaded static_assertions v1.1.0 |
| 673 | 2026-08-05T04:11:57.390Z | Downloaded utf-8 v0.7.6 |
| 674 | 2026-08-05T04:11:57.390Z | Downloaded const-oid v0.9.6 |
| 675 | 2026-08-05T04:11:57.390Z | Downloaded clang-sys v1.8.1 |
| 676 | 2026-08-05T04:11:57.390Z | Downloaded yoke-derive v0.8.1 |
| 677 | 2026-08-05T04:11:57.390Z | Downloaded camino-tempfile-ext v0.3.3 |
| 678 | 2026-08-05T04:11:57.394Z | Downloaded usdt v0.6.0 |
| 679 | 2026-08-05T04:11:57.394Z | Downloaded want v0.3.1 |
| 680 | 2026-08-05T04:11:57.394Z | Downloaded zone_cfg_derive v0.3.1 |
| 681 | 2026-08-05T04:11:57.394Z | Downloaded git-stub-vcs v0.1.0 |
| 682 | 2026-08-05T04:11:57.394Z | Downloaded colored v2.2.0 |
| 683 | 2026-08-05T04:11:57.406Z | Downloaded bzip2 v0.4.4 |
| 684 | 2026-08-05T04:11:57.406Z | Downloaded backon v1.6.0 |
| 685 | 2026-08-05T04:11:57.406Z | Downloaded hybrid-array v0.4.13 |
| 686 | 2026-08-05T04:11:57.409Z | Downloaded xshell-macros v0.2.7 |
| 687 | 2026-08-05T04:11:57.410Z | Downloaded httparse v1.10.1 |
| 688 | 2026-08-05T04:11:57.410Z | Downloaded chacha20 v0.9.1 |
| 689 | 2026-08-05T04:11:57.410Z | Downloaded ciborium v0.2.2 |
| 690 | 2026-08-05T04:11:57.410Z | Downloaded console v0.16.2 |
| 691 | 2026-08-05T04:11:57.410Z | Downloaded fallible-iterator v0.2.0 |
| 692 | 2026-08-05T04:11:57.422Z | Downloaded half v1.8.3 |
| 693 | 2026-08-05T04:11:57.422Z | Downloaded pkcs1 v0.7.5 |
| 694 | 2026-08-05T04:11:57.422Z | Downloaded slab v0.4.12 |
| 695 | 2026-08-05T04:11:57.422Z | Downloaded slog-scope v4.4.1 |
| 696 | 2026-08-05T04:11:57.426Z | Downloaded smallvec v0.6.14 |
| 697 | 2026-08-05T04:11:57.427Z | Downloaded crc-catalog v2.4.0 |
| 698 | 2026-08-05T04:11:57.427Z | Downloaded glob v0.3.3 |
| 699 | 2026-08-05T04:11:57.427Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 700 | 2026-08-05T04:11:57.427Z | Downloaded crunchy v0.2.4 |
| 701 | 2026-08-05T04:11:57.427Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 702 | 2026-08-05T04:11:57.427Z | Downloaded crucible-workspace-hack v0.1.0 |
| 703 | 2026-08-05T04:11:57.427Z | Downloaded parking_lot v0.11.2 |
| 704 | 2026-08-05T04:11:57.427Z | Downloaded strum_macros v0.26.4 |
| 705 | 2026-08-05T04:11:57.431Z | Downloaded progenitor v0.14.0 |
| 706 | 2026-08-05T04:11:57.474Z | Downloaded difflib v0.4.0 |
| 707 | 2026-08-05T04:11:57.474Z | Downloaded embedded-io v0.4.0 |
| 708 | 2026-08-05T04:11:57.475Z | Downloaded indent_write v2.2.0 |
| 709 | 2026-08-05T04:11:57.475Z | Downloaded dof v0.4.0 |
| 710 | 2026-08-05T04:11:57.475Z | Downloaded dirs-sys-next v0.1.2 |
| 711 | 2026-08-05T04:11:57.475Z | Downloaded ident_case v1.0.1 |
| 712 | 2026-08-05T04:11:57.512Z | Downloaded tiny-keccak v2.0.2 |
| 713 | 2026-08-05T04:11:57.512Z | Downloaded tinystr v0.8.2 |
| 714 | 2026-08-05T04:11:57.512Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 715 | 2026-08-05T04:11:57.512Z | Downloaded unicase v2.9.0 |
| 716 | 2026-08-05T04:11:57.512Z | Downloaded spin v0.9.8 |
| 717 | 2026-08-05T04:11:57.513Z | Downloaded vergen-lib v0.1.6 |
| 718 | 2026-08-05T04:11:57.513Z | Downloaded wyz v0.5.1 |
| 719 | 2026-08-05T04:11:57.513Z | Downloaded vergen-lib v9.1.0 |
| 720 | 2026-08-05T04:11:57.513Z | Downloaded keccak v0.1.6 |
| 721 | 2026-08-05T04:11:57.513Z | Downloaded rustls-native-certs v0.8.3 |
| 722 | 2026-08-05T04:11:57.513Z | Downloaded md5 v0.8.0 |
| 723 | 2026-08-05T04:11:57.513Z | Downloaded lalrpop-util v0.19.12 |
| 724 | 2026-08-05T04:11:57.513Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 725 | 2026-08-05T04:11:57.513Z | Downloaded inout v0.1.4 |
| 726 | 2026-08-05T04:11:57.513Z | Downloaded corncobs v0.1.4 |
| 727 | 2026-08-05T04:11:57.513Z | Downloaded fatfs v0.3.6 |
| 728 | 2026-08-05T04:11:57.513Z | Downloaded getrandom v0.3.4 |
| 729 | 2026-08-05T04:11:57.513Z | Downloaded futures v0.3.32 |
| 730 | 2026-08-05T04:11:57.513Z | Downloaded env_logger v0.11.9 |
| 731 | 2026-08-05T04:11:57.513Z | Downloaded openssl-macros v0.1.1 |
| 732 | 2026-08-05T04:11:57.513Z | Downloaded oso-derive v0.27.3 |
| 733 | 2026-08-05T04:11:57.513Z | Downloaded half v2.7.1 |
| 734 | 2026-08-05T04:11:57.527Z | Downloaded base64 v0.21.7 |
| 735 | 2026-08-05T04:11:57.527Z | Downloaded sha2 v0.11.0 |
| 736 | 2026-08-05T04:11:57.527Z | Downloaded strum_macros v0.24.3 |
| 737 | 2026-08-05T04:11:57.527Z | Downloaded term v1.2.1 |
| 738 | 2026-08-05T04:11:57.527Z | Downloaded smallvec v1.15.1 |
| 739 | 2026-08-05T04:11:57.527Z | Downloaded debug-ignore v1.0.5 |
| 740 | 2026-08-05T04:11:57.527Z | Downloaded password-hash v0.6.1 |
| 741 | 2026-08-05T04:11:57.528Z | Downloaded phf_shared v0.11.3 |
| 742 | 2026-08-05T04:11:57.528Z | Downloaded libscf-sys v1.2.0 |
| 743 | 2026-08-05T04:11:57.528Z | Downloaded percent-encoding v2.3.2 |
| 744 | 2026-08-05T04:11:57.528Z | Downloaded tokio-stream v0.1.18 |
| 745 | 2026-08-05T04:11:57.528Z | Downloaded defmt-macros v1.0.1 |
| 746 | 2026-08-05T04:11:57.528Z | Downloaded diesel-dtrace v0.5.0 |
| 747 | 2026-08-05T04:11:57.528Z | Downloaded quick-error v1.2.3 |
| 748 | 2026-08-05T04:11:57.528Z | Downloaded headers v0.4.1 |
| 749 | 2026-08-05T04:11:57.528Z | Downloaded packed_struct_codegen v0.10.1 |
| 750 | 2026-08-05T04:11:57.528Z | Downloaded num-rational v0.4.2 |
| 751 | 2026-08-05T04:11:57.528Z | Downloaded oxide-update-engine-types v0.1.2 |
| 752 | 2026-08-05T04:11:57.528Z | Downloaded pin-project v1.1.11 |
| 753 | 2026-08-05T04:11:57.528Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 754 | 2026-08-05T04:11:57.528Z | Downloaded der_derive v0.7.3 |
| 755 | 2026-08-05T04:11:57.528Z | Downloaded embedded-io v0.6.1 |
| 756 | 2026-08-05T04:11:57.528Z | Downloaded predicates-tree v1.0.13 |
| 757 | 2026-08-05T04:11:57.528Z | Downloaded deranged v0.5.8 |
| 758 | 2026-08-05T04:11:57.528Z | Downloaded rand_xorshift v0.4.0 |
| 759 | 2026-08-05T04:11:57.528Z | Downloaded rfc6979 v0.4.0 |
| 760 | 2026-08-05T04:11:57.528Z | Downloaded rustc-hash v2.1.1 |
| 761 | 2026-08-05T04:11:57.528Z | Downloaded ref-cast v1.0.25 |
| 762 | 2026-08-05T04:11:57.528Z | Downloaded indoc v2.0.7 |
| 763 | 2026-08-05T04:11:57.535Z | Downloaded ed25519 v2.2.3 |
| 764 | 2026-08-05T04:11:57.535Z | Downloaded zerocopy v0.6.6 |
| 765 | 2026-08-05T04:11:57.535Z | Downloaded chacha20poly1305 v0.10.1 |
| 766 | 2026-08-05T04:11:57.535Z | Downloaded const-oid v0.10.2 |
| 767 | 2026-08-05T04:11:57.535Z | Downloaded lzss v0.8.2 |
| 768 | 2026-08-05T04:11:57.535Z | Downloaded newtype-uuid v1.3.2 |
| 769 | 2026-08-05T04:11:57.535Z | Downloaded bytes v1.11.1 |
| 770 | 2026-08-05T04:11:57.535Z | Downloaded serde_repr v0.1.20 |
| 771 | 2026-08-05T04:11:57.535Z | Downloaded serde_spanned v1.1.1 |
| 772 | 2026-08-05T04:11:57.535Z | Downloaded scheduled-thread-pool v0.2.7 |
| 773 | 2026-08-05T04:11:57.535Z | Downloaded sha1 v0.11.0 |
| 774 | 2026-08-05T04:11:57.535Z | Downloaded siphasher v1.0.2 |
| 775 | 2026-08-05T04:11:57.535Z | Downloaded scopeguard v1.2.0 |
| 776 | 2026-08-05T04:11:57.559Z | Downloaded stable_deref_trait v1.2.1 |
| 777 | 2026-08-05T04:11:57.559Z | Downloaded heapless v0.7.17 |
| 778 | 2026-08-05T04:11:57.559Z | Downloaded nanorand v0.7.0 |
| 779 | 2026-08-05T04:11:57.559Z | Downloaded ryu v1.0.23 |
| 780 | 2026-08-05T04:11:57.563Z | Downloaded tracing-attributes v0.1.31 |
| 781 | 2026-08-05T04:11:57.563Z | Downloaded oxnet v0.1.6 |
| 782 | 2026-08-05T04:11:57.563Z | Downloaded module-lattice v0.2.3 |
| 783 | 2026-08-05T04:11:57.563Z | Downloaded structmeta v0.3.0 |
| 784 | 2026-08-05T04:11:57.563Z | Downloaded supports-color v3.0.2 |
| 785 | 2026-08-05T04:11:57.563Z | Downloaded heapless v0.8.0 |
| 786 | 2026-08-05T04:11:57.563Z | Downloaded libsw v3.5.0 |
| 787 | 2026-08-05T04:11:57.563Z | Downloaded num-integer v0.1.46 |
| 788 | 2026-08-05T04:11:57.563Z | Downloaded async-compression v0.4.41 |
| 789 | 2026-08-05T04:11:57.563Z | Downloaded libsw-core v0.3.2 |
| 790 | 2026-08-05T04:11:57.563Z | Downloaded crossbeam-utils v0.8.21 |
| 791 | 2026-08-05T04:11:57.563Z | Downloaded darling v0.20.11 |
| 792 | 2026-08-05T04:11:57.563Z | Downloaded termtree v0.5.1 |
| 793 | 2026-08-05T04:11:57.563Z | Downloaded time-core v0.1.8 |
| 794 | 2026-08-05T04:11:57.563Z | Downloaded tabwriter v1.4.1 |
| 795 | 2026-08-05T04:11:57.563Z | Downloaded try-lock v0.2.5 |
| 796 | 2026-08-05T04:11:57.563Z | Downloaded tinyvec_macros v0.1.1 |
| 797 | 2026-08-05T04:11:57.564Z | Downloaded tokio-test v0.4.5 |
| 798 | 2026-08-05T04:11:57.564Z | Downloaded generic-array v1.4.3 |
| 799 | 2026-08-05T04:11:57.564Z | Downloaded packed_struct v0.10.1 |
| 800 | 2026-08-05T04:11:57.564Z | Downloaded phf v0.13.1 |
| 801 | 2026-08-05T04:11:57.568Z | Downloaded peg-macros v0.8.5 |
| 802 | 2026-08-05T04:11:57.568Z | Downloaded toml v0.7.8 |
| 803 | 2026-08-05T04:11:57.568Z | Downloaded port-file v0.1.0 |
| 804 | 2026-08-05T04:11:57.568Z | Downloaded psm v0.1.30 |
| 805 | 2026-08-05T04:11:57.571Z | Downloaded papergrid v0.17.0 |
| 806 | 2026-08-05T04:11:57.574Z | Downloaded prettyplease v0.2.37 |
| 807 | 2026-08-05T04:11:57.574Z | Downloaded trait-variant v0.1.2 |
| 808 | 2026-08-05T04:11:57.574Z | Downloaded unicode-truncate v1.1.0 |
| 809 | 2026-08-05T04:11:57.578Z | Downloaded rand_chacha v0.9.0 |
| 810 | 2026-08-05T04:11:57.578Z | Downloaded rand_seeder v0.4.0 |
| 811 | 2026-08-05T04:11:57.578Z | Downloaded void v1.0.2 |
| 812 | 2026-08-05T04:11:57.578Z | Downloaded tinyvec v1.10.0 |
| 813 | 2026-08-05T04:11:57.584Z | Downloaded proc-macro-error2 v2.0.1 |
| 814 | 2026-08-05T04:11:57.584Z | Downloaded const_format v0.2.35 |
| 815 | 2026-08-05T04:11:57.588Z | Downloaded predicates v3.1.4 |
| 816 | 2026-08-05T04:11:57.588Z | Downloaded topological-sort v0.2.2 |
| 817 | 2026-08-05T04:11:57.589Z | Downloaded arc-swap v1.8.2 |
| 818 | 2026-08-05T04:11:57.589Z | Downloaded bumpalo v3.20.2 |
| 819 | 2026-08-05T04:11:57.594Z | Downloaded usdt-attr-macro v0.6.0 |
| 820 | 2026-08-05T04:11:57.594Z | Downloaded zeroize_derive v1.5.0 |
| 821 | 2026-08-05T04:11:57.594Z | Downloaded darling_macro v0.13.4 |
| 822 | 2026-08-05T04:11:57.594Z | Downloaded rustversion v1.0.22 |
| 823 | 2026-08-05T04:11:57.594Z | Downloaded schemars v0.9.0 |
| 824 | 2026-08-05T04:11:57.600Z | Downloaded ecdsa v0.17.0 |
| 825 | 2026-08-05T04:11:57.611Z | Downloaded r2d2 v0.8.10 |
| 826 | 2026-08-05T04:11:57.611Z | Downloaded schemars_derive v0.8.22 |
| 827 | 2026-08-05T04:11:57.611Z | Downloaded defmt-parser v1.0.0 |
| 828 | 2026-08-05T04:11:57.611Z | Downloaded memmap2 v0.9.10 |
| 829 | 2026-08-05T04:11:57.611Z | Downloaded slog-dtrace v0.3.0 |
| 830 | 2026-08-05T04:11:57.611Z | Downloaded ssh-cipher v0.3.0 |
| 831 | 2026-08-05T04:11:57.611Z | Downloaded derive_builder_macro v0.20.2 |
| 832 | 2026-08-05T04:11:57.619Z | Downloaded p384 v0.14.0 |
| 833 | 2026-08-05T04:11:57.619Z | Downloaded snafu-derive v0.8.9 |
| 834 | 2026-08-05T04:11:57.619Z | Downloaded flume v0.11.1 |
| 835 | 2026-08-05T04:11:57.624Z | Downloaded hickory-resolver v0.24.4 |
| 836 | 2026-08-05T04:11:57.628Z | Downloaded darling_core v0.13.4 |
| 837 | 2026-08-05T04:11:57.632Z | Downloaded crc-any v2.5.0 |
| 838 | 2026-08-05T04:11:57.635Z | Downloaded strum_macros v0.27.2 |
| 839 | 2026-08-05T04:11:57.636Z | Downloaded dunce v1.0.5 |
| 840 | 2026-08-05T04:11:57.636Z | Downloaded indoc v1.0.9 |
| 841 | 2026-08-05T04:11:57.636Z | Downloaded cc v1.2.56 |
| 842 | 2026-08-05T04:11:57.640Z | Downloaded lazy_static v1.5.0 |
| 843 | 2026-08-05T04:11:57.640Z | Downloaded num_enum v0.7.6 |
| 844 | 2026-08-05T04:11:57.640Z | Downloaded rayon-core v1.13.0 |
| 845 | 2026-08-05T04:11:57.644Z | Downloaded rand v0.8.6 |
| 846 | 2026-08-05T04:11:57.644Z | Downloaded flate2 v1.1.9 |
| 847 | 2026-08-05T04:11:57.649Z | Downloaded http v1.4.2 |
| 848 | 2026-08-05T04:11:57.649Z | Downloaded instant v0.1.13 |
| 849 | 2026-08-05T04:11:57.649Z | Downloaded vergen-gitcl v1.0.8 |
| 850 | 2026-08-05T04:11:57.659Z | Downloaded lru-slab v0.1.2 |
| 851 | 2026-08-05T04:11:57.659Z | Downloaded nodrop v0.1.14 |
| 852 | 2026-08-05T04:11:57.659Z | Downloaded lru v0.12.5 |
| 853 | 2026-08-05T04:11:57.659Z | Downloaded lru-cache v0.1.2 |
| 854 | 2026-08-05T04:11:57.659Z | Downloaded newline-converter v0.3.0 |
| 855 | 2026-08-05T04:11:57.659Z | Downloaded peg-runtime v0.8.5 |
| 856 | 2026-08-05T04:11:57.659Z | Downloaded managed v0.8.0 |
| 857 | 2026-08-05T04:11:57.659Z | Downloaded postgres-types v0.2.12 |
| 858 | 2026-08-05T04:11:57.659Z | Downloaded writeable v0.6.2 |
| 859 | 2026-08-05T04:11:57.663Z | Downloaded tracing-core v0.1.36 |
| 860 | 2026-08-05T04:11:57.663Z | Downloaded whoami v2.1.0 |
| 861 | 2026-08-05T04:11:57.663Z | Downloaded proc-macro-crate v3.4.0 |
| 862 | 2026-08-05T04:11:57.663Z | Downloaded parse-display v0.10.0 |
| 863 | 2026-08-05T04:11:57.664Z | Downloaded schemars v1.2.1 |
| 864 | 2026-08-05T04:11:57.667Z | Downloaded num-derive v0.4.2 |
| 865 | 2026-08-05T04:11:57.667Z | Downloaded num-iter v0.1.45 |
| 866 | 2026-08-05T04:11:57.671Z | Downloaded darling v0.13.4 |
| 867 | 2026-08-05T04:11:57.671Z | Downloaded crossbeam-deque v0.8.6 |
| 868 | 2026-08-05T04:11:57.680Z | Downloaded sha1 v0.10.6 |
| 869 | 2026-08-05T04:11:57.691Z | Downloaded rustc_version v0.4.1 |
| 870 | 2026-08-05T04:11:57.691Z | Downloaded secrecy v0.8.0 |
| 871 | 2026-08-05T04:11:57.691Z | Downloaded secrecy v0.10.3 |
| 872 | 2026-08-05T04:11:57.691Z | Downloaded zip v0.6.6 |
| 873 | 2026-08-05T04:11:57.691Z | Downloaded darling_core v0.20.11 |
| 874 | 2026-08-05T04:11:57.691Z | Downloaded displaydoc v0.2.5 |
| 875 | 2026-08-05T04:11:57.723Z | Downloaded slog-stdlog v4.1.1 |
| 876 | 2026-08-05T04:11:57.723Z | Downloaded rand_pcg v0.10.2 |
| 877 | 2026-08-05T04:11:57.723Z | Downloaded signal-hook-tokio v0.3.1 |
| 878 | 2026-08-05T04:11:57.723Z | Downloaded hashbrown v0.13.2 |
| 879 | 2026-08-05T04:11:57.723Z | Downloaded hickory-resolver v0.25.2 |
| 880 | 2026-08-05T04:11:57.723Z | Downloaded signal-hook-mio v0.2.5 |
| 881 | 2026-08-05T04:11:57.754Z | Downloaded slog-envlogger v2.2.0 |
| 882 | 2026-08-05T04:11:57.754Z | Downloaded tagptr v0.2.0 |
| 883 | 2026-08-05T04:11:57.754Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 884 | 2026-08-05T04:11:57.754Z | Downloaded expectorate v1.2.0 |
| 885 | 2026-08-05T04:11:57.754Z | Downloaded libloading v0.8.9 |
| 886 | 2026-08-05T04:11:57.754Z | Downloaded linear-map v1.2.0 |
| 887 | 2026-08-05T04:11:57.754Z | Downloaded icu_locale_core v2.1.1 |
| 888 | 2026-08-05T04:11:57.754Z | Downloaded tower-layer v0.3.3 |
| 889 | 2026-08-05T04:11:57.754Z | Downloaded crc v3.4.0 |
| 890 | 2026-08-05T04:11:57.754Z | Downloaded ipnetwork v0.21.1 |
| 891 | 2026-08-05T04:11:57.755Z | Downloaded schemars v0.8.22 |
| 892 | 2026-08-05T04:11:57.762Z | Downloaded cstr-argument v0.1.2 |
| 893 | 2026-08-05T04:11:57.762Z | Downloaded universal-hash v0.5.1 |
| 894 | 2026-08-05T04:11:57.763Z | Downloaded wnaf v0.14.0 |
| 895 | 2026-08-05T04:11:57.763Z | Downloaded crc32fast v1.5.0 |
| 896 | 2026-08-05T04:11:57.763Z | Downloaded cookie_store v0.22.1 |
| 897 | 2026-08-05T04:11:57.763Z | Downloaded crossbeam-epoch v0.9.18 |
| 898 | 2026-08-05T04:11:57.763Z | Downloaded rustls-webpki v0.103.13 |
| 899 | 2026-08-05T04:11:57.763Z | Downloaded is-terminal v0.4.17 |
| 900 | 2026-08-05T04:11:57.763Z | Downloaded display-error-chain v0.2.2 |
| 901 | 2026-08-05T04:11:57.763Z | Downloaded downcast-rs v2.0.2 |
| 902 | 2026-08-05T04:11:57.763Z | Downloaded document-features v0.2.12 |
| 903 | 2026-08-05T04:11:57.768Z | Downloaded primeorder v0.14.0 |
| 904 | 2026-08-05T04:11:57.768Z | Downloaded tls_codec v0.4.2 |
| 905 | 2026-08-05T04:11:57.768Z | Downloaded derive-ex v0.1.8 |
| 906 | 2026-08-05T04:11:57.768Z | Downloaded postgres-protocol v0.6.10 |
| 907 | 2026-08-05T04:11:57.768Z | Downloaded scrypt v0.12.0 |
| 908 | 2026-08-05T04:11:57.768Z | Downloaded primeorder v0.13.6 |
| 909 | 2026-08-05T04:11:57.768Z | Downloaded serde_with_macros v1.5.2 |
| 910 | 2026-08-05T04:11:57.814Z | Downloaded kem v0.3.0 |
| 911 | 2026-08-05T04:11:57.814Z | Downloaded opaque-debug v0.3.1 |
| 912 | 2026-08-05T04:11:57.815Z | Downloaded match_cfg v0.1.0 |
| 913 | 2026-08-05T04:11:57.815Z | Downloaded rusty-fork v0.3.1 |
| 914 | 2026-08-05T04:11:57.815Z | Downloaded string_cache v0.8.9 |
| 915 | 2026-08-05T04:11:57.815Z | Downloaded thread_local v1.1.9 |
| 916 | 2026-08-05T04:11:57.815Z | Downloaded mime v0.3.17 |
| 917 | 2026-08-05T04:11:57.815Z | Downloaded num_threads v0.1.7 |
| 918 | 2026-08-05T04:11:57.815Z | Downloaded spki v0.8.0 |
| 919 | 2026-08-05T04:11:57.815Z | Downloaded termios v0.3.3 |
| 920 | 2026-08-05T04:11:57.815Z | Downloaded unicode-bidi v0.3.18 |
| 921 | 2026-08-05T04:11:57.821Z | Downloaded jobserver v0.1.34 |
| 922 | 2026-08-05T04:11:57.821Z | Downloaded nibble_vec v0.1.0 |
| 923 | 2026-08-05T04:11:57.821Z | Downloaded slog-async v2.8.0 |
| 924 | 2026-08-05T04:11:57.821Z | Downloaded potential_utf v0.1.4 |
| 925 | 2026-08-05T04:11:57.821Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 926 | 2026-08-05T04:11:57.821Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 927 | 2026-08-05T04:11:57.821Z | Downloaded uzers v0.12.2 |
| 928 | 2026-08-05T04:11:57.821Z | Downloaded derive_more v2.1.1 |
| 929 | 2026-08-05T04:11:57.821Z | Downloaded uuid v1.23.4 |
| 930 | 2026-08-05T04:11:57.821Z | Downloaded rtoolbox v0.0.3 |
| 931 | 2026-08-05T04:11:57.821Z | Downloaded zeroize v1.9.0 |
| 932 | 2026-08-05T04:11:57.821Z | Downloaded zstd v0.13.3 |
| 933 | 2026-08-05T04:11:57.821Z | Downloaded parking_lot_core v0.9.12 |
| 934 | 2026-08-05T04:11:57.821Z | Downloaded unicode_categories v0.1.1 |
| 935 | 2026-08-05T04:11:57.821Z | Downloaded whoami v1.6.1 |
| 936 | 2026-08-05T04:11:57.821Z | Downloaded aes v0.9.1 |
| 937 | 2026-08-05T04:11:57.822Z | Downloaded postcard v1.1.3 |
| 938 | 2026-08-05T04:11:57.828Z | Downloaded snafu v0.8.9 |
| 939 | 2026-08-05T04:11:57.828Z | Downloaded resolv-conf v0.7.6 |
| 940 | 2026-08-05T04:11:57.828Z | Downloaded serde_urlencoded v0.7.1 |
| 941 | 2026-08-05T04:11:57.828Z | Downloaded signature v2.2.0 |
| 942 | 2026-08-05T04:11:57.828Z | Downloaded strum v0.27.2 |
| 943 | 2026-08-05T04:11:57.836Z | Downloaded defmt v1.0.1 |
| 944 | 2026-08-05T04:11:57.836Z | Downloaded scroll_derive v0.13.1 |
| 945 | 2026-08-05T04:11:57.836Z | Downloaded strum v0.26.3 |
| 946 | 2026-08-05T04:11:57.841Z | Downloaded icu_properties v2.1.2 |
| 947 | 2026-08-05T04:11:57.841Z | Downloaded ena v0.14.4 |
| 948 | 2026-08-05T04:11:57.841Z | Downloaded poly1305 v0.8.0 |
| 949 | 2026-08-05T04:11:57.841Z | Downloaded pem-rfc7468 v1.0.0 |
| 950 | 2026-08-05T04:11:57.841Z | Downloaded ingot v0.2.1 |
| 951 | 2026-08-05T04:11:57.841Z | Downloaded kstat-rs v0.2.4 |
| 952 | 2026-08-05T04:11:57.846Z | Downloaded unsafe-libyaml v0.2.11 |
| 953 | 2026-08-05T04:11:57.860Z | Downloaded tar v0.4.46 |
| 954 | 2026-08-05T04:11:57.860Z | Downloaded crypto-bigint v0.5.5 |
| 955 | 2026-08-05T04:11:57.864Z | Downloaded nu-ansi-term v0.50.3 |
| 956 | 2026-08-05T04:11:57.864Z | Downloaded twox-hash v2.1.2 |
| 957 | 2026-08-05T04:11:57.864Z | Downloaded vergen v9.1.0 |
| 958 | 2026-08-05T04:11:57.864Z | Downloaded tap v1.0.1 |
| 959 | 2026-08-05T04:11:57.864Z | Downloaded thread-id v5.1.0 |
| 960 | 2026-08-05T04:11:57.864Z | Downloaded tokio-dtrace v0.1.1 |
| 961 | 2026-08-05T04:11:57.864Z | Downloaded waitgroup v0.1.2 |
| 962 | 2026-08-05T04:11:57.864Z | Downloaded ron v0.8.1 |
| 963 | 2026-08-05T04:11:57.864Z | Downloaded oso v0.27.3 |
| 964 | 2026-08-05T04:11:57.864Z | Downloaded ppv-lite86 v0.2.21 |
| 965 | 2026-08-05T04:11:57.869Z | Downloaded pkg-config v0.3.32 |
| 966 | 2026-08-05T04:11:57.869Z | Downloaded typed-path v0.9.3 |
| 967 | 2026-08-05T04:11:57.872Z | Downloaded parking_lot_core v0.8.6 |
| 968 | 2026-08-05T04:11:57.872Z | Downloaded phc v0.6.1 |
| 969 | 2026-08-05T04:11:57.873Z | Downloaded progenitor-extras v0.2.0 |
| 970 | 2026-08-05T04:11:57.876Z | Downloaded rand_core v0.9.5 |
| 971 | 2026-08-05T04:11:57.876Z | Downloaded idna_adapter v1.2.1 |
| 972 | 2026-08-05T04:11:57.882Z | Downloaded tokio-macros v2.7.0 |
| 973 | 2026-08-05T04:11:57.882Z | Downloaded zerofrom v0.1.6 |
| 974 | 2026-08-05T04:11:57.882Z | Downloaded zerofrom-derive v0.1.6 |
| 975 | 2026-08-05T04:11:57.882Z | Downloaded rustyline v14.0.0 |
| 976 | 2026-08-05T04:11:57.887Z | Downloaded yansi v1.0.1 |
| 977 | 2026-08-05T04:11:57.887Z | Downloaded pkcs5 v0.8.1 |
| 978 | 2026-08-05T04:11:57.887Z | Downloaded num-traits v0.2.19 |
| 979 | 2026-08-05T04:11:57.887Z | Downloaded aes-gcm v0.11.0 |
| 980 | 2026-08-05T04:11:57.899Z | Downloaded darling_core v0.23.0 |
| 981 | 2026-08-05T04:11:57.899Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 982 | 2026-08-05T04:11:57.899Z | Downloaded samael v0.0.19 |
| 983 | 2026-08-05T04:11:57.903Z | Downloaded derive_more v0.99.20 |
| 984 | 2026-08-05T04:11:57.903Z | Downloaded serde_with v1.14.0 |
| 985 | 2026-08-05T04:11:57.903Z | Downloaded digest v0.11.3 |
| 986 | 2026-08-05T04:11:57.903Z | Downloaded defmt v0.3.100 |
| 987 | 2026-08-05T04:11:57.903Z | Downloaded digest-io v0.1.0 |
| 988 | 2026-08-05T04:11:57.903Z | Downloaded newtype_derive v0.1.6 |
| 989 | 2026-08-05T04:11:57.907Z | Downloaded newtype-uuid-macros v0.1.0 |
| 990 | 2026-08-05T04:11:57.907Z | Downloaded serde_path_to_error v0.1.20 |
| 991 | 2026-08-05T04:11:57.907Z | Downloaded rustls-platform-verifier v0.6.2 |
| 992 | 2026-08-05T04:11:57.907Z | Downloaded darling v0.21.3 |
| 993 | 2026-08-05T04:11:57.911Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 994 | 2026-08-05T04:11:57.911Z | Downloaded dirs-next v2.0.0 |
| 995 | 2026-08-05T04:11:57.911Z | Downloaded ml-kem v0.3.2 |
| 996 | 2026-08-05T04:11:57.911Z | Downloaded multimap v0.10.1 |
| 997 | 2026-08-05T04:11:57.915Z | Downloaded new_debug_unreachable v1.0.6 |
| 998 | 2026-08-05T04:11:57.915Z | Downloaded hashbrown v0.16.1 |
| 999 | 2026-08-05T04:11:57.918Z | Downloaded icu_normalizer v2.1.1 |
| 1000 | 2026-08-05T04:11:57.919Z | Downloaded icu_normalizer_data v2.1.1 |
| 1001 | 2026-08-05T04:11:57.919Z | Downloaded nom v8.0.0 |
| 1002 | 2026-08-05T04:11:57.926Z | Downloaded subprocess v0.2.15 |
| 1003 | 2026-08-05T04:11:57.932Z | Downloaded native-tls v0.2.18 |
| 1004 | 2026-08-05T04:11:57.932Z | Downloaded parse-size v1.1.0 |
| 1005 | 2026-08-05T04:11:57.933Z | Downloaded progenitor-macro v0.13.0 |
| 1006 | 2026-08-05T04:11:57.933Z | Downloaded tokio-native-tls v0.3.1 |
| 1007 | 2026-08-05T04:11:57.933Z | Downloaded unicode-xid v0.2.6 |
| 1008 | 2026-08-05T04:11:57.933Z | Downloaded num-bigint v0.4.6 |
| 1009 | 2026-08-05T04:11:57.933Z | Downloaded tui-tree-widget v0.23.1 |
| 1010 | 2026-08-05T04:11:57.933Z | Downloaded socket2 v0.6.3 |
| 1011 | 2026-08-05T04:11:57.937Z | Downloaded xattr v1.6.1 |
| 1012 | 2026-08-05T04:11:57.937Z | Downloaded usdt-impl v0.6.0 |
| 1013 | 2026-08-05T04:11:57.937Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1014 | 2026-08-05T04:11:57.940Z | Downloaded reedline v0.40.0 |
| 1015 | 2026-08-05T04:11:57.944Z | Downloaded rfc6979 v0.6.0 |
| 1016 | 2026-08-05T04:11:57.944Z | Downloaded same-file v1.0.6 |
| 1017 | 2026-08-05T04:11:57.944Z | Downloaded sapling-renderdag v0.1.0 |
| 1018 | 2026-08-05T04:11:57.944Z | Downloaded hkdf v0.12.4 |
| 1019 | 2026-08-05T04:11:57.948Z | Downloaded critical-section v1.2.0 |
| 1020 | 2026-08-05T04:11:57.951Z | Downloaded vsss-rs v3.3.4 |
| 1021 | 2026-08-05T04:11:57.951Z | Downloaded yasna v0.5.2 |
| 1022 | 2026-08-05T04:11:57.955Z | Downloaded crossbeam-channel v0.5.15 |
| 1023 | 2026-08-05T04:11:57.959Z | Downloaded is_ci v1.2.0 |
| 1024 | 2026-08-05T04:11:57.967Z | Downloaded darling v0.23.0 |
| 1025 | 2026-08-05T04:11:57.967Z | Downloaded p256 v0.14.0 |
| 1026 | 2026-08-05T04:11:58.004Z | Downloaded daft v0.1.7 |
| 1027 | 2026-08-05T04:11:58.004Z | Downloaded take_mut v0.2.2 |
| 1028 | 2026-08-05T04:11:58.004Z | Downloaded usdt-macro v0.6.0 |
| 1029 | 2026-08-05T04:11:58.004Z | Downloaded zone v0.3.1 |
| 1030 | 2026-08-05T04:11:58.013Z | Downloaded sponge-cursor v0.1.0 |
| 1031 | 2026-08-05T04:11:58.013Z | Downloaded sync-ptr v0.1.4 |
| 1032 | 2026-08-05T04:11:58.013Z | Downloaded derive_builder v0.20.2 |
| 1033 | 2026-08-05T04:11:58.013Z | Downloaded ingot-types v0.2.0 |
| 1034 | 2026-08-05T04:11:58.013Z | Downloaded derive-where v1.6.0 |
| 1035 | 2026-08-05T04:11:58.013Z | Downloaded icu_provider v2.1.1 |
| 1036 | 2026-08-05T04:11:58.013Z | Downloaded ipnet v2.11.0 |
| 1037 | 2026-08-05T04:11:58.013Z | Downloaded keccak v0.2.0 |
| 1038 | 2026-08-05T04:11:58.013Z | Downloaded ed25519-dalek v2.2.0 |
| 1039 | 2026-08-05T04:11:58.013Z | Downloaded icu_collections v2.1.1 |
| 1040 | 2026-08-05T04:11:58.013Z | Downloaded normalize-line-endings v0.3.0 |
| 1041 | 2026-08-05T04:11:58.013Z | Downloaded tokio-rustls v0.26.4 |
| 1042 | 2026-08-05T04:11:58.013Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1043 | 2026-08-05T04:11:58.013Z | Downloaded phf_shared v0.12.1 |
| 1044 | 2026-08-05T04:11:58.013Z | Downloaded futures-util v0.3.32 |
| 1045 | 2026-08-05T04:11:58.013Z | Downloaded russh-util v0.52.0 |
| 1046 | 2026-08-05T04:11:58.013Z | Downloaded peg v0.8.5 |
| 1047 | 2026-08-05T04:11:58.013Z | Downloaded oxide-update-engine v0.1.2 |
| 1048 | 2026-08-05T04:11:58.013Z | Downloaded hyper v1.10.1 |
| 1049 | 2026-08-05T04:11:58.017Z | Downloaded polyval v0.7.1 |
| 1050 | 2026-08-05T04:11:58.017Z | Downloaded regex v1.12.3 |
| 1051 | 2026-08-05T04:11:58.018Z | Downloaded tower-http v0.6.8 |
| 1052 | 2026-08-05T04:11:58.021Z | Downloaded progenitor-impl v0.13.0 |
| 1053 | 2026-08-05T04:11:58.021Z | Downloaded zstd-safe v7.2.4 |
| 1054 | 2026-08-05T04:11:58.021Z | Downloaded progenitor-impl v0.14.0 |
| 1055 | 2026-08-05T04:11:58.021Z | Downloaded serde-big-array v0.5.1 |
| 1056 | 2026-08-05T04:11:58.027Z | Downloaded smf v0.2.3 |
| 1057 | 2026-08-05T04:11:58.027Z | Downloaded recursive v0.1.1 |
| 1058 | 2026-08-05T04:11:58.027Z | Downloaded universal-hash v0.6.1 |
| 1059 | 2026-08-05T04:11:58.027Z | Downloaded zerotrie v0.2.3 |
| 1060 | 2026-08-05T04:11:58.031Z | Downloaded serde_derive_internals v0.29.1 |
| 1061 | 2026-08-05T04:11:58.031Z | Downloaded simd-adler32 v0.3.8 |
| 1062 | 2026-08-05T04:11:58.031Z | Downloaded derive_builder_core v0.20.2 |
| 1063 | 2026-08-05T04:11:58.037Z | Downloaded indicatif v0.18.4 |
| 1064 | 2026-08-05T04:11:58.044Z | Downloaded vergen-git2 v9.1.0 |
| 1065 | 2026-08-05T04:11:58.048Z | Downloaded zerovec-derive v0.11.2 |
| 1066 | 2026-08-05T04:11:58.048Z | Downloaded data-encoding v2.10.0 |
| 1067 | 2026-08-05T04:11:58.048Z | Downloaded sqlformat v0.3.5 |
| 1068 | 2026-08-05T04:11:58.048Z | Downloaded md-5 v0.10.6 |
| 1069 | 2026-08-05T04:11:58.048Z | Downloaded subtle v2.6.1 |
| 1070 | 2026-08-05T04:11:58.048Z | Downloaded linked-hash-map v0.5.6 |
| 1071 | 2026-08-05T04:11:58.048Z | Downloaded precomputed-hash v0.1.1 |
| 1072 | 2026-08-05T04:11:58.048Z | Downloaded olpc-cjson v0.1.4 |
| 1073 | 2026-08-05T04:11:58.048Z | Downloaded wait-timeout v0.2.1 |
| 1074 | 2026-08-05T04:11:58.054Z | Downloaded cpufeatures v0.3.0 |
| 1075 | 2026-08-05T04:11:58.058Z | Downloaded ed25519-dalek v3.0.0 |
| 1076 | 2026-08-05T04:11:58.062Z | Downloaded hkdf v0.13.0 |
| 1077 | 2026-08-05T04:11:58.062Z | Downloaded csv-core v0.1.13 |
| 1078 | 2026-08-05T04:11:58.062Z | Downloaded litemap v0.8.1 |
| 1079 | 2026-08-05T04:11:58.067Z | Downloaded ecdsa v0.16.9 |
| 1080 | 2026-08-05T04:11:58.071Z | Downloaded slog v2.8.2 |
| 1081 | 2026-08-05T04:11:58.075Z | Downloaded tokio-util v0.7.18 |
| 1082 | 2026-08-05T04:11:58.080Z | Downloaded libefi-sys v0.1.0 |
| 1083 | 2026-08-05T04:11:58.084Z | Downloaded serde_bytes v0.11.19 |
| 1084 | 2026-08-05T04:11:58.084Z | Downloaded quinn-udp v0.5.14 |
| 1085 | 2026-08-05T04:11:58.084Z | Downloaded aho-corasick v1.1.4 |
| 1086 | 2026-08-05T04:11:58.088Z | Downloaded dropshot-api-manager v0.7.2 |
| 1087 | 2026-08-05T04:11:58.091Z | Downloaded url v2.5.8 |
| 1088 | 2026-08-05T04:11:58.095Z | Downloaded tls_codec_derive v0.4.2 |
| 1089 | 2026-08-05T04:11:58.095Z | Downloaded zip v4.6.1 |
| 1090 | 2026-08-05T04:11:58.099Z | Downloaded publicsuffix v2.3.0 |
| 1091 | 2026-08-05T04:11:58.105Z | Downloaded mio v1.2.0 |
| 1092 | 2026-08-05T04:11:58.111Z | Downloaded rcgen v0.12.1 |
| 1093 | 2026-08-05T04:11:58.111Z | Downloaded itertools v0.12.1 |
| 1094 | 2026-08-05T04:11:58.111Z | Downloaded ctr v0.10.1 |
| 1095 | 2026-08-05T04:11:58.114Z | Downloaded scuffle v0.1.0 |
| 1096 | 2026-08-05T04:11:58.115Z | Downloaded diesel_derives v2.3.7 |
| 1097 | 2026-08-05T04:11:58.115Z | Downloaded qorb v0.4.1 |
| 1098 | 2026-08-05T04:11:58.119Z | Downloaded diff v0.1.13 |
| 1099 | 2026-08-05T04:11:58.119Z | Downloaded libxml v0.3.3 |
| 1100 | 2026-08-05T04:11:58.123Z | Downloaded multer v3.1.0 |
| 1101 | 2026-08-05T04:11:58.123Z | Downloaded num_enum v0.5.11 |
| 1102 | 2026-08-05T04:11:58.128Z | Downloaded slog-term v2.9.2 |
| 1103 | 2026-08-05T04:11:58.128Z | Downloaded tower-service v0.3.3 |
| 1104 | 2026-08-05T04:11:58.128Z | Downloaded utf8_iter v1.0.4 |
| 1105 | 2026-08-05T04:11:58.128Z | Downloaded internet-checksum v0.2.1 |
| 1106 | 2026-08-05T04:11:58.128Z | Downloaded chrono v0.4.45 |
| 1107 | 2026-08-05T04:11:58.132Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1108 | 2026-08-05T04:11:58.132Z | Downloaded des v0.9.0 |
| 1109 | 2026-08-05T04:11:58.177Z | Downloaded term v0.7.0 |
| 1110 | 2026-08-05T04:11:58.189Z | Downloaded litrs v1.0.0 |
| 1111 | 2026-08-05T04:11:58.189Z | Downloaded ingot-macros v0.2.0 |
| 1112 | 2026-08-05T04:11:58.189Z | Downloaded dyn-clone v1.0.20 |
| 1113 | 2026-08-05T04:11:58.189Z | Downloaded maybe-uninit v2.0.0 |
| 1114 | 2026-08-05T04:11:58.189Z | Downloaded h2 v0.4.15 |
| 1115 | 2026-08-05T04:11:58.189Z | Downloaded num-complex v0.4.6 |
| 1116 | 2026-08-05T04:11:58.189Z | Downloaded tokio-tungstenite v0.21.0 |
| 1117 | 2026-08-05T04:11:58.189Z | Downloaded darling_macro v0.20.11 |
| 1118 | 2026-08-05T04:11:58.189Z | Downloaded tokio-tungstenite v0.23.1 |
| 1119 | 2026-08-05T04:11:58.189Z | Downloaded tokio-postgres v0.7.16 |
| 1120 | 2026-08-05T04:11:58.189Z | Downloaded crypto-common v0.2.2 |
| 1121 | 2026-08-05T04:11:58.189Z | Downloaded shlex v1.3.0 |
| 1122 | 2026-08-05T04:11:58.189Z | Downloaded serde_with_macros v3.21.0 |
| 1123 | 2026-08-05T04:11:58.189Z | Downloaded xshell v0.2.7 |
| 1124 | 2026-08-05T04:11:58.189Z | Downloaded yoke v0.8.1 |
| 1125 | 2026-08-05T04:11:58.189Z | Downloaded daft-derive v0.1.7 |
| 1126 | 2026-08-05T04:11:58.200Z | Downloaded iri-string v0.7.10 |
| 1127 | 2026-08-05T04:11:58.200Z | Downloaded lock_api v0.4.14 |
| 1128 | 2026-08-05T04:11:58.200Z | Downloaded serdect v0.4.3 |
| 1129 | 2026-08-05T04:11:58.200Z | Downloaded sync_wrapper v1.0.2 |
| 1130 | 2026-08-05T04:11:58.200Z | Downloaded bitvec v1.0.1 |
| 1131 | 2026-08-05T04:11:58.204Z | Downloaded path-slash v0.1.5 |
| 1132 | 2026-08-05T04:11:58.204Z | Downloaded illumos-nvpair v0.3.0 |
| 1133 | 2026-08-05T04:11:58.204Z | Downloaded rsa v0.10.0-rc.18 |
| 1134 | 2026-08-05T04:11:58.204Z | Downloaded tungstenite v0.21.0 |
| 1135 | 2026-08-05T04:11:58.204Z | Downloaded stringprep v0.1.5 |
| 1136 | 2026-08-05T04:11:58.204Z | Downloaded either v1.15.0 |
| 1137 | 2026-08-05T04:11:58.204Z | Downloaded rustc_version v0.1.7 |
| 1138 | 2026-08-05T04:11:58.204Z | Downloaded crc8 v0.1.1 |
| 1139 | 2026-08-05T04:11:58.204Z | Downloaded salsa20 v0.11.0 |
| 1140 | 2026-08-05T04:11:58.204Z | Downloaded mime_guess v2.0.5 |
| 1141 | 2026-08-05T04:11:58.205Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1142 | 2026-08-05T04:11:58.208Z | Downloaded steno v0.4.1 |
| 1143 | 2026-08-05T04:11:58.212Z | Downloaded untrusted v0.9.0 |
| 1144 | 2026-08-05T04:11:58.216Z | Downloaded instability v0.3.11 |
| 1145 | 2026-08-05T04:11:58.216Z | Downloaded untrusted v0.7.1 |
| 1146 | 2026-08-05T04:11:58.219Z | Downloaded slog-json v2.6.1 |
| 1147 | 2026-08-05T04:11:58.225Z | Downloaded prefix-trie v0.7.0 |
| 1148 | 2026-08-05T04:11:58.234Z | Downloaded sigpipe v0.1.3 |
| 1149 | 2026-08-05T04:11:58.238Z | Downloaded proptest v1.11.0 |
| 1150 | 2026-08-05T04:11:58.238Z | Downloaded ref-cast-impl v1.0.25 |
| 1151 | 2026-08-05T04:11:58.238Z | Downloaded openssl-probe v0.1.6 |
| 1152 | 2026-08-05T04:11:58.238Z | Downloaded pretty_assertions v1.4.1 |
| 1153 | 2026-08-05T04:11:58.238Z | Downloaded aws-lc-rs v1.16.3 |
| 1154 | 2026-08-05T04:11:58.243Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1155 | 2026-08-05T04:11:58.253Z | Downloaded thiserror-no-std v2.0.2 |
| 1156 | 2026-08-05T04:11:58.253Z | Downloaded stacker v0.1.23 |
| 1157 | 2026-08-05T04:11:58.253Z | Downloaded password-hash v0.5.0 |
| 1158 | 2026-08-05T04:11:58.257Z | Downloaded sec1 v0.8.1 |
| 1159 | 2026-08-05T04:11:58.257Z | Downloaded walkdir v2.5.0 |
| 1160 | 2026-08-05T04:11:58.258Z | Downloaded inout v0.2.2 |
| 1161 | 2026-08-05T04:11:58.258Z | Downloaded test-strategy v0.4.5 |
| 1162 | 2026-08-05T04:11:58.258Z | Downloaded vte v0.14.1 |
| 1163 | 2026-08-05T04:11:58.264Z | Downloaded zopfli v0.8.3 |
| 1164 | 2026-08-05T04:11:58.264Z | Downloaded ctutils v0.4.2 |
| 1165 | 2026-08-05T04:11:58.264Z | Downloaded elliptic-curve v0.14.1 |
| 1166 | 2026-08-05T04:11:58.273Z | Downloaded parse-display-derive v0.10.0 |
| 1167 | 2026-08-05T04:11:58.273Z | Downloaded progenitor-client v0.14.0 |
| 1168 | 2026-08-05T04:11:58.273Z | Downloaded ed25519 v3.0.0 |
| 1169 | 2026-08-05T04:11:58.273Z | Downloaded rand_chacha v0.3.1 |
| 1170 | 2026-08-05T04:11:58.274Z | Downloaded cpubits v0.1.1 |
| 1171 | 2026-08-05T04:11:58.274Z | Downloaded typify-macro v0.6.2 |
| 1172 | 2026-08-05T04:11:58.274Z | Downloaded delegate v0.13.5 |
| 1173 | 2026-08-05T04:11:58.274Z | Downloaded winnow v0.6.26 |
| 1174 | 2026-08-05T04:11:58.278Z | Downloaded tungstenite v0.23.0 |
| 1175 | 2026-08-05T04:11:58.278Z | Downloaded darling_core v0.21.3 |
| 1176 | 2026-08-05T04:11:58.283Z | Downloaded blake3 v1.8.5 |
| 1177 | 2026-08-05T04:11:58.292Z | Downloaded omicron-zone-package v0.12.3 |
| 1178 | 2026-08-05T04:11:58.292Z | Downloaded rustls-pki-types v1.14.0 |
| 1179 | 2026-08-05T04:11:58.293Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1180 | 2026-08-05T04:11:58.324Z | Downloaded serde_cbor v0.11.2 |
| 1181 | 2026-08-05T04:11:58.324Z | Downloaded openssl-sys v0.9.117 |
| 1182 | 2026-08-05T04:11:58.324Z | Downloaded dsl_auto_type v0.2.0 |
| 1183 | 2026-08-05T04:11:58.324Z | Downloaded darling_macro v0.23.0 |
| 1184 | 2026-08-05T04:11:58.324Z | Downloaded memoffset v0.9.1 |
| 1185 | 2026-08-05T04:11:58.324Z | Downloaded minimal-lexical v0.2.1 |
| 1186 | 2026-08-05T04:11:58.324Z | Downloaded signal-hook v0.3.18 |
| 1187 | 2026-08-05T04:11:58.330Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1188 | 2026-08-05T04:11:58.330Z | Downloaded serde-hex v0.1.0 |
| 1189 | 2026-08-05T04:11:58.330Z | Downloaded pkcs8 v0.10.2 |
| 1190 | 2026-08-05T04:11:58.330Z | Downloaded convert_case v0.10.0 |
| 1191 | 2026-08-05T04:11:58.330Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1192 | 2026-08-05T04:11:58.330Z | Downloaded structmeta-derive v0.3.0 |
| 1193 | 2026-08-05T04:11:58.330Z | Downloaded nonempty v0.12.0 |
| 1194 | 2026-08-05T04:11:58.330Z | Downloaded pkcs8 v0.11.0 |
| 1195 | 2026-08-05T04:11:58.330Z | Downloaded poly1305 v0.9.0 |
| 1196 | 2026-08-05T04:11:58.330Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1197 | 2026-08-05T04:11:58.330Z | Downloaded paste v1.0.15 |
| 1198 | 2026-08-05T04:11:58.330Z | Downloaded scroll v0.13.0 |
| 1199 | 2026-08-05T04:11:58.330Z | Downloaded bindgen v0.71.1 |
| 1200 | 2026-08-05T04:11:58.335Z | Downloaded rsa v0.9.10 |
| 1201 | 2026-08-05T04:11:58.335Z | Downloaded jiff-static v0.2.34 |
| 1202 | 2026-08-05T04:11:58.335Z | Downloaded darling_macro v0.21.3 |
| 1203 | 2026-08-05T04:11:58.349Z | Downloaded dtrace-parser v0.3.0 |
| 1204 | 2026-08-05T04:11:58.349Z | Downloaded maplit v1.0.2 |
| 1205 | 2026-08-05T04:11:58.349Z | Downloaded unicode-normalization v0.1.25 |
| 1206 | 2026-08-05T04:11:58.349Z | Downloaded rand_core v0.6.4 |
| 1207 | 2026-08-05T04:11:58.349Z | Downloaded p521 v0.14.0 |
| 1208 | 2026-08-05T04:11:58.355Z | Downloaded primefield v0.14.0 |
| 1209 | 2026-08-05T04:11:58.355Z | Downloaded time-macros v0.2.27 |
| 1210 | 2026-08-05T04:11:58.355Z | Downloaded indexmap v1.9.3 |
| 1211 | 2026-08-05T04:11:58.355Z | Downloaded synstructure v0.13.2 |
| 1212 | 2026-08-05T04:11:58.423Z | Downloaded progenitor-client v0.13.0 |
| 1213 | 2026-08-05T04:11:58.423Z | Downloaded rustls-pemfile v2.2.0 |
| 1214 | 2026-08-05T04:11:58.439Z | Downloaded similar v2.7.0 |
| 1215 | 2026-08-05T04:11:58.439Z | Downloaded support-bundle-viewer v0.1.2 |
| 1216 | 2026-08-05T04:11:58.439Z | Downloaded git2 v0.20.4 |
| 1217 | 2026-08-05T04:11:58.439Z | Downloaded der v0.7.10 |
| 1218 | 2026-08-05T04:11:58.439Z | Downloaded itertools v0.14.0 |
| 1219 | 2026-08-05T04:11:58.439Z | Downloaded drift v0.2.0 |
| 1220 | 2026-08-05T04:11:58.439Z | Downloaded dropshot_endpoint v0.17.1 |
| 1221 | 2026-08-05T04:11:58.439Z | Downloaded socket2 v0.5.10 |
| 1222 | 2026-08-05T04:11:58.439Z | Downloaded iddqd v0.4.2 |
| 1223 | 2026-08-05T04:11:58.439Z | Downloaded quinn v0.11.11 |
| 1224 | 2026-08-05T04:11:58.439Z | Downloaded rand v0.9.2 |
| 1225 | 2026-08-05T04:11:58.439Z | Downloaded crossterm v0.29.0 |
| 1226 | 2026-08-05T04:11:58.439Z | Downloaded serde_with v3.21.0 |
| 1227 | 2026-08-05T04:11:58.439Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1228 | 2026-08-05T04:11:58.439Z | Downloaded ignore v0.4.25 |
| 1229 | 2026-08-05T04:11:58.439Z | Downloaded unicode-properties v0.1.4 |
| 1230 | 2026-08-05T04:11:58.439Z | Downloaded ssh-encoding v0.3.0 |
| 1231 | 2026-08-05T04:11:58.440Z | Downloaded x509-cert v0.2.5 |
| 1232 | 2026-08-05T04:11:58.440Z | Downloaded derive_more-impl v2.1.1 |
| 1233 | 2026-08-05T04:11:58.440Z | Downloaded idna v1.1.0 |
| 1234 | 2026-08-05T04:11:58.440Z | Downloaded hyper-util v0.1.20 |
| 1235 | 2026-08-05T04:11:58.440Z | Downloaded typify v0.6.2 |
| 1236 | 2026-08-05T04:11:58.440Z | Downloaded iana-time-zone v0.1.65 |
| 1237 | 2026-08-05T04:11:58.440Z | Downloaded radix_trie v0.2.1 |
| 1238 | 2026-08-05T04:11:58.449Z | Downloaded cookie v0.18.1 |
| 1239 | 2026-08-05T04:11:58.449Z | Downloaded russh v0.62.4 |
| 1240 | 2026-08-05T04:11:58.449Z | Downloaded reqwest v0.12.28 |
| 1241 | 2026-08-05T04:11:58.449Z | Downloaded vcpkg v0.2.15 |
| 1242 | 2026-08-05T04:11:58.519Z | Downloaded tower v0.5.3 |
| 1243 | 2026-08-05T04:11:58.531Z | Downloaded zerocopy-derive v0.8.40 |
| 1244 | 2026-08-05T04:11:58.531Z | Downloaded elliptic-curve v0.13.8 |
| 1245 | 2026-08-05T04:11:58.531Z | Downloaded tabled v0.20.0 |
| 1246 | 2026-08-05T04:11:58.531Z | Downloaded itertools v0.15.0 |
| 1247 | 2026-08-05T04:11:58.531Z | Downloaded rand v0.10.1 |
| 1248 | 2026-08-05T04:11:58.531Z | Downloaded der v0.8.0 |
| 1249 | 2026-08-05T04:11:58.531Z | Downloaded miniz_oxide v0.8.9 |
| 1250 | 2026-08-05T04:11:58.531Z | Downloaded crossterm v0.28.1 |
| 1251 | 2026-08-05T04:11:58.531Z | Downloaded zerovec v0.11.5 |
| 1252 | 2026-08-05T04:11:58.531Z | Downloaded unicode-segmentation v1.12.0 |
| 1253 | 2026-08-05T04:11:58.531Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1254 | 2026-08-05T04:11:58.531Z | Downloaded toml_edit v0.19.15 |
| 1255 | 2026-08-05T04:11:58.531Z | Downloaded regex-syntax v0.6.29 |
| 1256 | 2026-08-05T04:11:58.531Z | Downloaded zlib-rs v0.6.2 |
| 1257 | 2026-08-05T04:11:58.531Z | Downloaded lalrpop v0.19.12 |
| 1258 | 2026-08-05T04:11:58.531Z | Downloaded itertools v0.10.5 |
| 1259 | 2026-08-05T04:11:58.535Z | Downloaded time v0.3.47 |
| 1260 | 2026-08-05T04:11:58.535Z | Downloaded libm v0.2.16 |
| 1261 | 2026-08-05T04:11:58.539Z | Downloaded icu_properties_data v2.1.2 |
| 1262 | 2026-08-05T04:11:58.551Z | Downloaded tough v0.22.0 |
| 1263 | 2026-08-05T04:11:58.576Z | Downloaded nom v7.1.3 |
| 1264 | 2026-08-05T04:11:58.588Z | Downloaded zerocopy v0.8.40 |
| 1265 | 2026-08-05T04:11:58.623Z | Downloaded num-bigint-dig v0.8.6 |
| 1266 | 2026-08-05T04:11:58.623Z | Downloaded itertools v0.13.0 |
| 1267 | 2026-08-05T04:11:58.624Z | Downloaded salty v0.3.0 |
| 1268 | 2026-08-05T04:11:58.624Z | Downloaded reqwest v0.13.2 |
| 1269 | 2026-08-05T04:11:58.624Z | Downloaded sha3 v0.12.0 |
| 1270 | 2026-08-05T04:11:58.634Z | Downloaded rawzip v0.4.4 |
| 1271 | 2026-08-05T04:11:58.634Z | Downloaded quick-xml v0.37.5 |
| 1272 | 2026-08-05T04:11:58.634Z | Downloaded p384 v0.13.1 |
| 1273 | 2026-08-05T04:11:58.634Z | Downloaded nix v0.27.1 |
| 1274 | 2026-08-05T04:11:58.634Z | Downloaded nix v0.28.0 |
| 1275 | 2026-08-05T04:11:58.638Z | Downloaded jiff-core v0.1.0 |
| 1276 | 2026-08-05T04:11:58.638Z | Downloaded polar-core v0.27.3 |
| 1277 | 2026-08-05T04:11:58.642Z | Downloaded curve25519-dalek v4.1.3 |
| 1278 | 2026-08-05T04:11:58.664Z | Downloaded crypto-primes v0.7.2 |
| 1279 | 2026-08-05T04:11:58.668Z | Downloaded portable-atomic v1.13.1 |
| 1280 | 2026-08-05T04:11:58.668Z | Downloaded openapiv3 v2.2.0 |
| 1281 | 2026-08-05T04:11:58.668Z | Downloaded bstr v1.12.1 |
| 1282 | 2026-08-05T04:11:58.668Z | Downloaded winnow v0.5.40 |
| 1283 | 2026-08-05T04:11:58.668Z | Downloaded rayon v1.11.0 |
| 1284 | 2026-08-05T04:11:58.672Z | Downloaded winnow v1.0.3 |
| 1285 | 2026-08-05T04:11:58.677Z | Downloaded hickory-proto v0.24.4 |
| 1286 | 2026-08-05T04:11:58.685Z | Downloaded petname v2.0.2 |
| 1287 | 2026-08-05T04:11:58.690Z | Downloaded object v0.37.3 |
| 1288 | 2026-08-05T04:11:58.694Z | Downloaded moka v0.12.13 |
| 1289 | 2026-08-05T04:11:58.743Z | Downloaded regress v0.11.1 |
| 1290 | 2026-08-05T04:11:58.747Z | Downloaded object v0.30.4 |
| 1291 | 2026-08-05T04:11:58.748Z | Downloaded quinn-proto v0.11.16 |
| 1292 | 2026-08-05T04:11:58.748Z | Downloaded smoltcp v0.11.0 |
| 1293 | 2026-08-05T04:11:58.748Z | Downloaded hickory-proto v0.25.2 |
| 1294 | 2026-08-05T04:11:58.748Z | Downloaded nix v0.31.2 |
| 1295 | 2026-08-05T04:11:58.763Z | Downloaded rustls v0.23.41 |
| 1296 | 2026-08-05T04:11:58.773Z | Downloaded dropshot v0.17.1 |
| 1297 | 2026-08-05T04:11:58.777Z | Downloaded smoltcp v0.9.1 |
| 1298 | 2026-08-05T04:11:58.777Z | Downloaded openssl v0.10.80 |
| 1299 | 2026-08-05T04:11:58.786Z | Downloaded regex-syntax v0.8.10 |
| 1300 | 2026-08-05T04:11:58.789Z | Downloaded curve25519-dalek v5.0.0 |
| 1301 | 2026-08-05T04:11:58.799Z | Downloaded crypto-bigint v0.7.5 |
| 1302 | 2026-08-05T04:11:58.807Z | Downloaded rustix v0.38.44 |
| 1303 | 2026-08-05T04:11:58.817Z | Downloaded regress v0.10.5 |
| 1304 | 2026-08-05T04:11:58.847Z | Downloaded zerocopy-derive v0.6.6 |
| 1305 | 2026-08-05T04:11:58.854Z | Downloaded typify-impl v0.6.2 |
| 1306 | 2026-08-05T04:11:58.860Z | Downloaded sled v0.34.7 |
| 1307 | 2026-08-05T04:11:58.866Z | Downloaded tracing v0.1.44 |
| 1308 | 2026-08-05T04:11:58.882Z | Downloaded diesel v2.3.7 |
| 1309 | 2026-08-05T04:11:58.895Z | Downloaded sha3 v0.11.0 |
| 1310 | 2026-08-05T04:11:58.900Z | Downloaded sqlparser v0.61.0 |
| 1311 | 2026-08-05T04:11:58.915Z | Downloaded regex-automata v0.4.14 |
| 1312 | 2026-08-05T04:11:58.950Z | Downloaded ratatui v0.29.0 |
| 1313 | 2026-08-05T04:11:58.950Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1314 | 2026-08-05T04:11:58.955Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1315 | 2026-08-05T04:11:58.955Z | Downloaded petgraph v0.8.3 |
| 1316 | 2026-08-05T04:11:58.963Z | Downloaded csv v1.4.0 |
| 1317 | 2026-08-05T04:11:58.974Z | Downloaded encoding_rs v0.8.35 |
| 1318 | 2026-08-05T04:11:58.985Z | Downloaded jiff v0.2.34 |
| 1319 | 2026-08-05T04:11:58.995Z | Downloaded chrono-tz v0.10.4 |
| 1320 | 2026-08-05T04:11:59.032Z | Downloaded petgraph v0.6.5 |
| 1321 | 2026-08-05T04:11:59.054Z | Downloaded sha3 v0.10.8 |
| 1322 | 2026-08-05T04:11:59.108Z | Downloaded tokio v1.52.1 |
| 1323 | 2026-08-05T04:11:59.156Z | Downloaded libz-sys v1.1.24 |
| 1324 | 2026-08-05T04:11:59.200Z | Downloaded ring v0.17.14 |
| 1325 | 2026-08-05T04:11:59.283Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1326 | 2026-08-05T04:11:59.748Z | Downloaded aws-lc-sys v0.40.0 |
| 1327 | 2026-08-05T04:11:59.993Z | Compiling libc v0.2.185 |
| 1328 | 2026-08-05T04:11:59.993Z | Compiling serde_core v1.0.228 |
| 1329 | 2026-08-05T04:11:59.996Z | Compiling serde v1.0.228 |
| 1330 | 2026-08-05T04:11:59.997Z | Compiling log v0.4.29 |
| 1331 | 2026-08-05T04:11:59.997Z | Compiling smallvec v1.15.1 |
| 1332 | 2026-08-05T04:11:59.997Z | Compiling find-msvc-tools v0.1.9 |
| 1333 | 2026-08-05T04:11:59.997Z | Compiling shlex v1.3.0 |
| 1334 | 2026-08-05T04:12:00.127Z | Compiling syn v2.0.117 |
| 1335 | 2026-08-05T04:12:00.330Z | Compiling subtle v2.6.1 |
| 1336 | 2026-08-05T04:12:00.348Z | Compiling scopeguard v1.2.0 |
| 1337 | 2026-08-05T04:12:00.368Z | Compiling stable_deref_trait v1.2.1 |
| 1338 | 2026-08-05T04:12:00.439Z | Compiling typenum v1.20.1 |
| 1339 | 2026-08-05T04:12:00.446Z | Compiling lock_api v0.4.14 |
| 1340 | 2026-08-05T04:12:00.453Z | Compiling zerocopy v0.8.40 |
| 1341 | 2026-08-05T04:12:00.465Z | Compiling portable-atomic v1.13.1 |
| 1342 | 2026-08-05T04:12:00.509Z | Compiling serde_json v1.0.151 |
| 1343 | 2026-08-05T04:12:00.683Z | Compiling critical-section v1.2.0 |
| 1344 | 2026-08-05T04:12:00.711Z | Compiling libm v0.2.16 |
| 1345 | 2026-08-05T04:12:00.791Z | Compiling num-traits v0.2.19 |
| 1346 | 2026-08-05T04:12:00.868Z | Compiling pkg-config v0.3.32 |
| 1347 | 2026-08-05T04:12:00.952Z | Compiling errno v0.3.14 |
| 1348 | 2026-08-05T04:12:00.966Z | Compiling jobserver v0.1.34 |
| 1349 | 2026-08-05T04:12:01.004Z | Compiling getrandom v0.2.17 |
| 1350 | 2026-08-05T04:12:01.195Z | Compiling cc v1.2.56 |
| 1351 | 2026-08-05T04:12:01.224Z | Compiling rand_core v0.6.4 |
| 1352 | 2026-08-05T04:12:01.462Z | Compiling generic-array v0.14.7 |
| 1353 | 2026-08-05T04:12:01.556Z | Compiling once_cell v1.21.3 |
| 1354 | 2026-08-05T04:12:01.594Z | Compiling const-oid v0.9.6 |
| 1355 | 2026-08-05T04:12:01.622Z | Compiling pin-project-lite v0.2.17 |
| 1356 | 2026-08-05T04:12:01.638Z | Compiling getrandom v0.4.1 |
| 1357 | 2026-08-05T04:12:01.721Z | Compiling parking_lot_core v0.9.12 |
| 1358 | 2026-08-05T04:12:01.824Z | Compiling rand_core v0.10.0 |
| 1359 | 2026-08-05T04:12:02.283Z | Compiling signal-hook-registry v1.4.8 |
| 1360 | 2026-08-05T04:12:02.305Z | Compiling bitflags v2.11.0 |
| 1361 | 2026-08-05T04:12:02.419Z | Compiling writeable v0.6.2 |
| 1362 | 2026-08-05T04:12:02.464Z | Compiling futures-core v0.3.32 |
| 1363 | 2026-08-05T04:12:02.542Z | Compiling litemap v0.8.1 |
| 1364 | 2026-08-05T04:12:02.570Z | Compiling percent-encoding v2.3.2 |
| 1365 | 2026-08-05T04:12:02.618Z | Compiling semver v1.0.28 |
| 1366 | 2026-08-05T04:12:02.621Z | Compiling parking_lot v0.12.5 |
| 1367 | 2026-08-05T04:12:02.645Z | Compiling mio v1.2.0 |
| 1368 | 2026-08-05T04:12:02.740Z | Compiling icu_properties_data v2.1.2 |
| 1369 | 2026-08-05T04:12:02.768Z | Compiling icu_normalizer_data v2.1.1 |
| 1370 | 2026-08-05T04:12:02.900Z | Compiling socket2 v0.6.3 |
| 1371 | 2026-08-05T04:12:02.967Z | Compiling getrandom v0.3.4 |
| 1372 | 2026-08-05T04:12:03.012Z | Compiling futures-sink v0.3.32 |
| 1373 | 2026-08-05T04:12:03.074Z | Compiling synstructure v0.13.2 |
| 1374 | 2026-08-05T04:12:03.088Z | Compiling indexmap v2.14.0 |
| 1375 | 2026-08-05T04:12:03.120Z | Compiling futures-channel v0.3.32 |
| 1376 | 2026-08-05T04:12:03.134Z | Compiling utf8_iter v1.0.4 |
| 1377 | 2026-08-05T04:12:03.287Z | Compiling slab v0.4.12 |
| 1378 | 2026-08-05T04:12:03.314Z | Compiling rustix v1.1.3 |
| 1379 | 2026-08-05T04:12:03.355Z | Compiling futures-task v0.3.32 |
| 1380 | 2026-08-05T04:12:03.470Z | Compiling futures-io v0.3.32 |
| 1381 | 2026-08-05T04:12:03.494Z | Compiling form_urlencoded v1.2.2 |
| 1382 | 2026-08-05T04:12:03.532Z | Compiling rustversion v1.0.22 |
| 1383 | 2026-08-05T04:12:03.638Z | Compiling iana-time-zone v0.1.65 |
| 1384 | 2026-08-05T04:12:03.667Z | Compiling base64ct v1.8.3 |
| 1385 | 2026-08-05T04:12:03.670Z | Compiling cmake v0.1.57 |
| 1386 | 2026-08-05T04:12:03.751Z | Compiling fs_extra v1.3.0 |
| 1387 | 2026-08-05T04:12:03.840Z | Compiling flagset v0.4.7 |
| 1388 | 2026-08-05T04:12:03.901Z | Compiling pem-rfc7468 v0.7.0 |
| 1389 | 2026-08-05T04:12:03.965Z | Compiling dunce v1.0.5 |
| 1390 | 2026-08-05T04:12:03.979Z | Compiling ident_case v1.0.1 |
| 1391 | 2026-08-05T04:12:04.040Z | Compiling regex-syntax v0.8.10 |
| 1392 | 2026-08-05T04:12:04.062Z | Compiling rand_core v0.9.5 |
| 1393 | 2026-08-05T04:12:04.079Z | Compiling aws-lc-sys v0.40.0 |
| 1394 | 2026-08-05T04:12:04.101Z | Compiling uuid v1.23.4 |
| 1395 | 2026-08-05T04:12:04.206Z | Compiling base64 v0.22.1 |
| 1396 | 2026-08-05T04:12:04.346Z | Compiling syn v1.0.109 |
| 1397 | 2026-08-05T04:12:04.541Z | Compiling vcpkg v0.2.15 |
| 1398 | 2026-08-05T04:12:04.556Z | Compiling serde_derive_internals v0.29.1 |
| 1399 | 2026-08-05T04:12:04.711Z | Compiling rustc_version v0.4.1 |
| 1400 | 2026-08-05T04:12:04.811Z | Compiling tracing-core v0.1.36 |
| 1401 | 2026-08-05T04:12:04.847Z | Compiling serde_derive v1.0.228 |
| 1402 | 2026-08-05T04:12:05.040Z | Compiling zeroize_derive v1.5.0 |
| 1403 | 2026-08-05T04:12:05.089Z | Compiling zerofrom-derive v0.1.6 |
| 1404 | 2026-08-05T04:12:05.286Z | Compiling zerocopy-derive v0.8.40 |
| 1405 | 2026-08-05T04:12:05.388Z | Compiling yoke-derive v0.8.1 |
| 1406 | 2026-08-05T04:12:05.504Z | Compiling zerovec-derive v0.11.2 |
| 1407 | 2026-08-05T04:12:05.715Z | Compiling zeroize v1.9.0 |
| 1408 | 2026-08-05T04:12:05.926Z | Compiling displaydoc v0.2.5 |
| 1409 | 2026-08-05T04:12:06.504Z | Compiling zerofrom v0.1.6 |
| 1410 | 2026-08-05T04:12:06.590Z | Compiling tokio-macros v2.7.0 |
| 1411 | 2026-08-05T04:12:06.632Z | Compiling yoke v0.8.1 |
| 1412 | 2026-08-05T04:12:06.659Z | Compiling futures-macro v0.3.32 |
| 1413 | 2026-08-05T04:12:06.711Z | Compiling der_derive v0.7.3 |
| 1414 | 2026-08-05T04:12:06.826Z | Compiling zerovec v0.11.5 |
| 1415 | 2026-08-05T04:12:07.021Z | Compiling zerotrie v0.2.3 |
| 1416 | 2026-08-05T04:12:07.325Z | Compiling tinystr v0.8.2 |
| 1417 | 2026-08-05T04:12:07.325Z | Compiling potential_utf v0.1.4 |
| 1418 | 2026-08-05T04:12:07.355Z | Compiling crypto-common v0.1.7 |
| 1419 | 2026-08-05T04:12:07.465Z | Compiling icu_collections v2.1.1 |
| 1420 | 2026-08-05T04:12:07.502Z | Compiling icu_locale_core v2.1.1 |
| 1421 | 2026-08-05T04:12:07.524Z | Compiling block-buffer v0.10.4 |
| 1422 | 2026-08-05T04:12:07.533Z | Compiling futures-util v0.3.32 |
| 1423 | 2026-08-05T04:12:07.683Z | Compiling digest v0.10.7 |
| 1424 | 2026-08-05T04:12:07.702Z | Compiling thiserror-impl v2.0.18 |
| 1425 | 2026-08-05T04:12:07.945Z | Compiling der v0.7.10 |
| 1426 | 2026-08-05T04:12:07.949Z | Compiling openssl-sys v0.9.117 |
| 1427 | 2026-08-05T04:12:08.375Z | Compiling bytes v1.11.1 |
| 1428 | 2026-08-05T04:12:08.410Z | Compiling icu_provider v2.1.1 |
| 1429 | 2026-08-05T04:12:08.448Z | Compiling chrono v0.4.45 |
| 1430 | 2026-08-05T04:12:08.703Z | Compiling icu_normalizer v2.1.1 |
| 1431 | 2026-08-05T04:12:08.996Z | Compiling tokio v1.52.1 |
| 1432 | 2026-08-05T04:12:09.016Z | Compiling icu_properties v2.1.2 |
| 1433 | 2026-08-05T04:12:09.104Z | Compiling thiserror v2.0.18 |
| 1434 | 2026-08-05T04:12:09.215Z | Compiling http v1.4.2 |
| 1435 | 2026-08-05T04:12:09.250Z | Compiling spki v0.7.3 |
| 1436 | 2026-08-05T04:12:09.435Z | Compiling tracing-attributes v0.1.31 |
| 1437 | 2026-08-05T04:12:09.778Z | Compiling ppv-lite86 v0.2.21 |
| 1438 | 2026-08-05T04:12:09.801Z | Compiling aws-lc-rs v1.16.3 |
| 1439 | 2026-08-05T04:12:09.823Z | Compiling cpufeatures v0.2.17 |
| 1440 | 2026-08-05T04:12:09.899Z | Compiling idna_adapter v1.2.1 |
| 1441 | 2026-08-05T04:12:10.041Z | Compiling idna v1.1.0 |
| 1442 | 2026-08-05T04:12:10.082Z | Compiling rand_chacha v0.9.0 |
| 1443 | 2026-08-05T04:12:10.097Z | Compiling dyn-clone v1.0.20 |
| 1444 | 2026-08-05T04:12:10.109Z | Compiling schemars v0.8.22 |
| 1445 | 2026-08-05T04:12:10.114Z | Compiling http-body v1.0.1 |
| 1446 | 2026-08-05T04:12:10.228Z | Compiling pkcs8 v0.10.2 |
| 1447 | 2026-08-05T04:12:10.272Z | Compiling rand v0.9.2 |
| 1448 | 2026-08-05T04:12:10.388Z | Compiling url v2.5.8 |
| 1449 | 2026-08-05T04:12:10.489Z | Compiling rustls-pki-types v1.14.0 |
| 1450 | 2026-08-05T04:12:10.697Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-08-05T04:12:10.739Z | Compiling tracing v0.1.44 |
| 1452 | 2026-08-05T04:12:10.924Z | Compiling spin v0.9.8 |
| 1453 | 2026-08-05T04:12:11.000Z | Compiling crc32fast v1.5.0 |
| 1454 | 2026-08-05T04:12:11.016Z | Compiling httparse v1.10.1 |
| 1455 | 2026-08-05T04:12:11.130Z | Compiling tinyvec_macros v0.1.1 |
| 1456 | 2026-08-05T04:12:11.171Z | Compiling openssl-probe v0.2.1 |
| 1457 | 2026-08-05T04:12:11.197Z | Compiling cmov v0.5.4 |
| 1458 | 2026-08-05T04:12:11.374Z | Compiling tinyvec v1.10.0 |
| 1459 | 2026-08-05T04:12:11.383Z | Compiling tempfile v3.25.0 |
| 1460 | 2026-08-05T04:12:11.450Z | Compiling ctutils v0.4.2 |
| 1461 | 2026-08-05T04:12:11.470Z | Compiling pest_generator v2.8.6 |
| 1462 | 2026-08-05T04:12:11.684Z | Compiling sha2 v0.10.9 |
| 1463 | 2026-08-05T04:12:11.713Z | Compiling aho-corasick v1.1.4 |
| 1464 | 2026-08-05T04:12:11.742Z | Compiling untrusted v0.7.1 |
| 1465 | 2026-08-05T04:12:11.867Z | Compiling radium v0.7.0 |
| 1466 | 2026-08-05T04:12:12.113Z | Compiling tower-service v0.3.3 |
| 1467 | 2026-08-05T04:12:12.156Z | Compiling try-lock v0.2.5 |
| 1468 | 2026-08-05T04:12:12.222Z | Compiling tower-layer v0.3.3 |
| 1469 | 2026-08-05T04:12:12.267Z | Compiling atomic-waker v1.1.2 |
| 1470 | 2026-08-05T04:12:12.370Z | Compiling want v0.3.1 |
| 1471 | 2026-08-05T04:12:12.397Z | Compiling pest_derive v2.8.6 |
| 1472 | 2026-08-05T04:12:12.534Z | Compiling regex-automata v0.4.14 |
| 1473 | 2026-08-05T04:12:12.827Z | Compiling tokio-util v0.7.18 |
| 1474 | 2026-08-05T04:12:13.016Z | Compiling hybrid-array v0.4.13 |
| 1475 | 2026-08-05T04:12:13.549Z | Compiling h2 v0.4.15 |
| 1476 | 2026-08-05T04:12:13.557Z | Compiling ipnet v2.11.0 |
| 1477 | 2026-08-05T04:12:13.771Z | Compiling scroll_derive v0.13.1 |
| 1478 | 2026-08-05T04:12:13.839Z | Compiling darling_core v0.20.11 |
| 1479 | 2026-08-05T04:12:14.035Z | Compiling tap v1.0.1 |
| 1480 | 2026-08-05T04:12:14.148Z | Compiling rustls v0.23.41 |
| 1481 | 2026-08-05T04:12:14.319Z | Compiling httpdate v1.0.3 |
| 1482 | 2026-08-05T04:12:14.549Z | Compiling untrusted v0.9.0 |
| 1483 | 2026-08-05T04:12:14.564Z | Compiling maybe-uninit v2.0.0 |
| 1484 | 2026-08-05T04:12:14.575Z | Compiling simd-adler32 v0.3.8 |
| 1485 | 2026-08-05T04:12:14.670Z | Compiling foreign-types-shared v0.1.1 |
| 1486 | 2026-08-05T04:12:14.684Z | Compiling openssl v0.10.80 |
| 1487 | 2026-08-05T04:12:14.757Z | Compiling foreign-types v0.3.2 |
| 1488 | 2026-08-05T04:12:14.817Z | Compiling scroll v0.13.0 |
| 1489 | 2026-08-05T04:12:14.841Z | Compiling wyz v0.5.1 |
| 1490 | 2026-08-05T04:12:14.926Z | Compiling unicode-normalization v0.1.25 |
| 1491 | 2026-08-05T04:12:15.072Z | Compiling rand_chacha v0.3.1 |
| 1492 | 2026-08-05T04:12:15.087Z | Compiling hex v0.4.3 |
| 1493 | 2026-08-05T04:12:15.345Z | Compiling signature v2.2.0 |
| 1494 | 2026-08-05T04:12:15.375Z | Compiling openssl-macros v0.1.1 |
| 1495 | 2026-08-05T04:12:15.434Z | Compiling thiserror-impl v1.0.69 |
| 1496 | 2026-08-05T04:12:15.523Z | Compiling terminal_size v0.4.3 |
| 1497 | 2026-08-05T04:12:15.661Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1498 | 2026-08-05T04:12:15.763Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1499 | 2026-08-05T04:12:15.835Z | Compiling num-integer v0.1.46 |
| 1500 | 2026-08-05T04:12:16.036Z | Compiling wait-timeout v0.2.1 |
| 1501 | 2026-08-05T04:12:16.051Z | Compiling ahash v0.8.12 |
| 1502 | 2026-08-05T04:12:16.090Z | Compiling darling_macro v0.20.11 |
| 1503 | 2026-08-05T04:12:16.151Z | Compiling num-bigint-dig v0.8.6 |
| 1504 | 2026-08-05T04:12:16.250Z | Compiling num-conv v0.2.0 |
| 1505 | 2026-08-05T04:12:16.333Z | Compiling native-tls v0.2.18 |
| 1506 | 2026-08-05T04:12:16.386Z | Compiling adler2 v2.0.1 |
| 1507 | 2026-08-05T04:12:16.449Z | Compiling funty v2.0.0 |
| 1508 | 2026-08-05T04:12:16.520Z | Compiling powerfmt v0.2.0 |
| 1509 | 2026-08-05T04:12:16.534Z | Compiling quick-error v1.2.3 |
| 1510 | 2026-08-05T04:12:16.590Z | Compiling hyper v1.10.1 |
| 1511 | 2026-08-05T04:12:16.619Z | Compiling time-core v0.1.8 |
| 1512 | 2026-08-05T04:12:16.636Z | Compiling bit-vec v0.8.0 |
| 1513 | 2026-08-05T04:12:16.701Z | Compiling packed_struct v0.10.1 |
| 1514 | 2026-08-05T04:12:16.724Z | Compiling thiserror v1.0.69 |
| 1515 | 2026-08-05T04:12:16.762Z | Compiling time-macros v0.2.27 |
| 1516 | 2026-08-05T04:12:16.824Z | Compiling bit-set v0.8.0 |
| 1517 | 2026-08-05T04:12:16.868Z | Compiling bitvec v1.0.1 |
| 1518 | 2026-08-05T04:12:16.956Z | Compiling deranged v0.5.8 |
| 1519 | 2026-08-05T04:12:16.984Z | Compiling darling v0.20.11 |
| 1520 | 2026-08-05T04:12:17.028Z | Compiling rusty-fork v0.3.1 |
| 1521 | 2026-08-05T04:12:17.087Z | Compiling miniz_oxide v0.8.9 |
| 1522 | 2026-08-05T04:12:17.360Z | Compiling clap_builder v4.6.0 |
| 1523 | 2026-08-05T04:12:17.699Z | Compiling hyper-util v0.1.20 |
| 1524 | 2026-08-05T04:12:17.815Z | Compiling num-iter v0.1.45 |
| 1525 | 2026-08-05T04:12:18.183Z | Compiling rand v0.8.6 |
| 1526 | 2026-08-05T04:12:18.307Z | Compiling goblin v0.10.5 |
| 1527 | 2026-08-05T04:12:18.773Z | Compiling packed_struct_codegen v0.10.1 |
| 1528 | 2026-08-05T04:12:18.965Z | Compiling lazy_static v1.5.0 |
| 1529 | 2026-08-05T04:12:19.053Z | Compiling serde_spanned v0.6.9 |
| 1530 | 2026-08-05T04:12:19.202Z | Compiling toml_datetime v0.6.11 |
| 1531 | 2026-08-05T04:12:19.368Z | Compiling hmac v0.12.1 |
| 1532 | 2026-08-05T04:12:19.454Z | Compiling zerocopy-derive v0.6.6 |
| 1533 | 2026-08-05T04:12:19.524Z | Compiling clap_derive v4.6.1 |
| 1534 | 2026-08-05T04:12:19.812Z | Compiling bitfield-macros v0.19.4 |
| 1535 | 2026-08-05T04:12:20.281Z | Compiling anstyle-parse v0.2.7 |
| 1536 | 2026-08-05T04:12:20.299Z | Compiling rand_xorshift v0.4.0 |
| 1537 | 2026-08-05T04:12:20.509Z | Compiling sync_wrapper v1.0.2 |
| 1538 | 2026-08-05T04:12:20.509Z | Compiling indexmap v1.9.3 |
| 1539 | 2026-08-05T04:12:20.530Z | Compiling crc-catalog v2.4.0 |
| 1540 | 2026-08-05T04:12:20.572Z | Compiling nodrop v0.1.14 |
| 1541 | 2026-08-05T04:12:20.606Z | Compiling num_threads v0.1.7 |
| 1542 | 2026-08-05T04:12:20.659Z | Compiling unicode-segmentation v1.12.0 |
| 1543 | 2026-08-05T04:12:20.674Z | Compiling usdt-impl v0.6.0 |
| 1544 | 2026-08-05T04:12:20.706Z | Compiling crossbeam-utils v0.8.21 |
| 1545 | 2026-08-05T04:12:20.853Z | Compiling zlib-rs v0.6.2 |
| 1546 | 2026-08-05T04:12:20.870Z | Compiling paste v1.0.15 |
| 1547 | 2026-08-05T04:12:20.987Z | Compiling unarray v0.1.4 |
| 1548 | 2026-08-05T04:12:21.038Z | Compiling siphasher v1.0.2 |
| 1549 | 2026-08-05T04:12:21.098Z | Compiling proptest v1.11.0 |
| 1550 | 2026-08-05T04:12:21.198Z | Compiling dof v0.4.0 |
| 1551 | 2026-08-05T04:12:21.243Z | Compiling clap v4.6.1 |
| 1552 | 2026-08-05T04:12:21.257Z | Compiling time v0.3.47 |
| 1553 | 2026-08-05T04:12:21.350Z | Compiling array-init v0.0.4 |
| 1554 | 2026-08-05T04:12:21.698Z | Compiling crc v3.4.0 |
| 1555 | 2026-08-05T04:12:21.897Z | Compiling tower v0.5.3 |
| 1556 | 2026-08-05T04:12:22.369Z | Compiling bitfield v0.19.4 |
| 1557 | 2026-08-05T04:12:22.387Z | Compiling anstream v0.6.21 |
| 1558 | 2026-08-05T04:12:22.541Z | Compiling zerocopy v0.6.6 |
| 1559 | 2026-08-05T04:12:22.859Z | Compiling smallvec v0.6.14 |
| 1560 | 2026-08-05T04:12:23.071Z | Compiling derive_builder_core v0.20.2 |
| 1561 | 2026-08-05T04:12:23.282Z | Compiling dtrace-parser v0.3.0 |
| 1562 | 2026-08-05T04:12:23.916Z | Compiling flate2 v1.1.9 |
| 1563 | 2026-08-05T04:12:23.946Z | Compiling ipnetwork v0.21.1 |
| 1564 | 2026-08-05T04:12:23.995Z | Compiling pkcs1 v0.7.5 |
| 1565 | 2026-08-05T04:12:24.110Z | Compiling http-body-util v0.1.3 |
| 1566 | 2026-08-05T04:12:24.158Z | Compiling heapless v0.7.17 |
| 1567 | 2026-08-05T04:12:24.305Z | Compiling scroll_derive v0.12.1 |
| 1568 | 2026-08-05T04:12:24.319Z | Compiling structmeta-derive v0.3.0 |
| 1569 | 2026-08-05T04:12:24.345Z | Compiling slog v2.8.2 |
| 1570 | 2026-08-05T04:12:24.381Z | Compiling darling_core v0.23.0 |
| 1571 | 2026-08-05T04:12:24.396Z | Compiling thread-id v5.1.0 |
| 1572 | 2026-08-05T04:12:24.484Z | Compiling cookie v0.18.1 |
| 1573 | 2026-08-05T04:12:24.524Z | Compiling env_filter v1.0.0 |
| 1574 | 2026-08-05T04:12:24.657Z | Compiling hashbrown v0.12.3 |
| 1575 | 2026-08-05T04:12:24.815Z | Compiling zstd-safe v7.2.4 |
| 1576 | 2026-08-05T04:12:24.966Z | Compiling anyhow v1.0.102 |
| 1577 | 2026-08-05T04:12:25.011Z | Compiling unicode-properties v0.1.4 |
| 1578 | 2026-08-05T04:12:25.127Z | Compiling signal-hook v0.3.18 |
| 1579 | 2026-08-05T04:12:25.221Z | Compiling base64 v0.21.7 |
| 1580 | 2026-08-05T04:12:25.272Z | Compiling allocator-api2 v0.2.21 |
| 1581 | 2026-08-05T04:12:25.299Z | Compiling iri-string v0.7.10 |
| 1582 | 2026-08-05T04:12:25.383Z | Compiling ryu v1.0.23 |
| 1583 | 2026-08-05T04:12:25.533Z | Compiling winnow v0.5.40 |
| 1584 | 2026-08-05T04:12:25.567Z | Compiling unicode-bidi v0.3.18 |
| 1585 | 2026-08-05T04:12:25.601Z | Compiling serde_urlencoded v0.7.1 |
| 1586 | 2026-08-05T04:12:25.848Z | Compiling ron v0.8.1 |
| 1587 | 2026-08-05T04:12:26.102Z | Compiling stringprep v0.1.5 |
| 1588 | 2026-08-05T04:12:26.578Z | Compiling tower-http v0.6.8 |
| 1589 | 2026-08-05T04:12:26.816Z | Compiling toml_edit v0.19.15 |
| 1590 | 2026-08-05T04:12:26.855Z | Compiling structmeta v0.3.0 |
| 1591 | 2026-08-05T04:12:26.931Z | Compiling darling_macro v0.23.0 |
| 1592 | 2026-08-05T04:12:27.088Z | Compiling scroll v0.12.0 |
| 1593 | 2026-08-05T04:12:27.194Z | Compiling env_logger v0.11.9 |
| 1594 | 2026-08-05T04:12:27.417Z | Compiling rsa v0.9.10 |
| 1595 | 2026-08-05T04:12:27.545Z | Compiling oxnet v0.1.6 |
| 1596 | 2026-08-05T04:12:27.572Z | Compiling derive_builder_macro v0.20.2 |
| 1597 | 2026-08-05T04:12:27.964Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1598 | 2026-08-05T04:12:27.969Z | Compiling newtype-uuid v1.3.2 |
| 1599 | 2026-08-05T04:12:28.039Z | Compiling hashbrown v0.13.2 |
| 1600 | 2026-08-05T04:12:28.245Z | Compiling bzip2 v0.4.4 |
| 1601 | 2026-08-05T04:12:28.309Z | Compiling serde-hex v0.1.0 |
| 1602 | 2026-08-05T04:12:28.450Z | Compiling tokio-native-tls v0.3.1 |
| 1603 | 2026-08-05T04:12:28.520Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1604 | 2026-08-05T04:12:28.626Z | Compiling camino v1.2.2 |
| 1605 | 2026-08-05T04:12:29.199Z | Compiling heck v0.4.1 |
| 1606 | 2026-08-05T04:12:29.431Z | Compiling bstr v1.12.1 |
| 1607 | 2026-08-05T04:12:29.441Z | Compiling block-padding v0.4.2 |
| 1608 | 2026-08-05T04:12:29.530Z | Compiling crypto-common v0.2.2 |
| 1609 | 2026-08-05T04:12:29.592Z | Compiling block-buffer v0.12.1 |
| 1610 | 2026-08-05T04:12:29.787Z | Compiling rustls-native-certs v0.8.3 |
| 1611 | 2026-08-05T04:12:30.023Z | Compiling x509-cert v0.2.5 |
| 1612 | 2026-08-05T04:12:30.072Z | Compiling erased-serde v0.3.31 |
| 1613 | 2026-08-05T04:12:30.072Z | Compiling serde_tokenstream v0.2.3 |
| 1614 | 2026-08-05T04:12:30.404Z | Compiling md-5 v0.10.6 |
| 1615 | 2026-08-05T04:12:30.433Z | Compiling curve25519-dalek v4.1.3 |
| 1616 | 2026-08-05T04:12:30.561Z | Compiling zerocopy-derive v0.7.35 |
| 1617 | 2026-08-05T04:12:30.577Z | Compiling async-trait v0.1.89 |
| 1618 | 2026-08-05T04:12:30.773Z | Compiling pin-project-internal v1.1.11 |
| 1619 | 2026-08-05T04:12:31.211Z | Compiling daft-derive v0.1.7 |
| 1620 | 2026-08-05T04:12:31.474Z | Compiling vergen-lib v9.1.0 |
| 1621 | 2026-08-05T04:12:31.623Z | Compiling hash32 v0.2.1 |
| 1622 | 2026-08-05T04:12:31.651Z | Compiling memoffset v0.9.1 |
| 1623 | 2026-08-05T04:12:31.667Z | Compiling encoding_rs v0.8.35 |
| 1624 | 2026-08-05T04:12:31.823Z | Compiling ref-cast v1.0.25 |
| 1625 | 2026-08-05T04:12:31.844Z | Compiling rustix v0.38.44 |
| 1626 | 2026-08-05T04:12:31.910Z | Compiling mime v0.3.17 |
| 1627 | 2026-08-05T04:12:31.960Z | Compiling litrs v1.0.0 |
| 1628 | 2026-08-05T04:12:32.008Z | Compiling psl-types v2.0.11 |
| 1629 | 2026-08-05T04:12:32.125Z | Compiling smoltcp v0.9.1 |
| 1630 | 2026-08-05T04:12:32.136Z | Compiling cfg_aliases v0.2.1 |
| 1631 | 2026-08-05T04:12:32.172Z | Compiling crc-any v2.5.0 |
| 1632 | 2026-08-05T04:12:32.186Z | Compiling fallible-iterator v0.2.0 |
| 1633 | 2026-08-05T04:12:32.206Z | Compiling nix v0.31.2 |
| 1634 | 2026-08-05T04:12:32.402Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1635 | 2026-08-05T04:12:32.475Z | Compiling document-features v0.2.12 |
| 1636 | 2026-08-05T04:12:32.493Z | Compiling postgres-protocol v0.6.10 |
| 1637 | 2026-08-05T04:12:32.550Z | Compiling publicsuffix v2.3.0 |
| 1638 | 2026-08-05T04:12:32.563Z | Compiling daft v0.1.7 |
| 1639 | 2026-08-05T04:12:32.580Z | Compiling pin-project v1.1.11 |
| 1640 | 2026-08-05T04:12:32.796Z | Compiling zerocopy v0.7.35 |
| 1641 | 2026-08-05T04:12:33.025Z | Compiling inout v0.2.2 |
| 1642 | 2026-08-05T04:12:33.044Z | Compiling snafu-derive v0.8.9 |
| 1643 | 2026-08-05T04:12:33.125Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1644 | 2026-08-05T04:12:33.176Z | Compiling hyper-tls v0.6.0 |
| 1645 | 2026-08-05T04:12:33.199Z | Compiling object v0.30.4 |
| 1646 | 2026-08-05T04:12:33.289Z | Compiling zip v0.6.6 |
| 1647 | 2026-08-05T04:12:33.331Z | Compiling toml v0.7.8 |
| 1648 | 2026-08-05T04:12:33.394Z | Compiling derive_builder v0.20.2 |
| 1649 | 2026-08-05T04:12:33.529Z | Compiling darling v0.23.0 |
| 1650 | 2026-08-05T04:12:33.622Z | Compiling goblin v0.8.2 |
| 1651 | 2026-08-05T04:12:33.925Z | Compiling derive-ex v0.1.8 |
| 1652 | 2026-08-05T04:12:34.198Z | Compiling phf_shared v0.13.1 |
| 1653 | 2026-08-05T04:12:34.430Z | Compiling regex v1.12.3 |
| 1654 | 2026-08-05T04:12:34.446Z | Compiling hubpack_derive v0.1.1 |
| 1655 | 2026-08-05T04:12:34.845Z | Compiling futures-executor v0.3.32 |
| 1656 | 2026-08-05T04:12:34.888Z | Compiling strum_macros v0.27.2 |
| 1657 | 2026-08-05T04:12:34.930Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1658 | 2026-08-05T04:12:35.109Z | Compiling ref-cast-impl v1.0.25 |
| 1659 | 2026-08-05T04:12:35.577Z | Compiling vergen v9.1.0 |
| 1660 | 2026-08-05T04:12:35.593Z | Compiling cargo-platform v0.3.2 |
| 1661 | 2026-08-05T04:12:35.650Z | Compiling ff v0.13.1 |
| 1662 | 2026-08-05T04:12:35.757Z | Compiling fs-err v3.3.0 |
| 1663 | 2026-08-05T04:12:35.792Z | Compiling same-file v1.0.6 |
| 1664 | 2026-08-05T04:12:35.857Z | Compiling bitflags v1.3.2 |
| 1665 | 2026-08-05T04:12:35.940Z | Compiling foldhash v0.1.5 |
| 1666 | 2026-08-05T04:12:35.954Z | Compiling object v0.37.3 |
| 1667 | 2026-08-05T04:12:35.967Z | Compiling bumpalo v3.20.2 |
| 1668 | 2026-08-05T04:12:36.043Z | Compiling jiff-core v0.1.0 |
| 1669 | 2026-08-05T04:12:36.113Z | Compiling base16ct v0.2.0 |
| 1670 | 2026-08-05T04:12:36.219Z | Compiling path-slash v0.1.5 |
| 1671 | 2026-08-05T04:12:36.223Z | Compiling foldhash v0.2.0 |
| 1672 | 2026-08-05T04:12:36.356Z | Compiling libbz2-rs-sys v0.2.2 |
| 1673 | 2026-08-05T04:12:36.377Z | Compiling managed v0.8.0 |
| 1674 | 2026-08-05T04:12:36.527Z | Compiling hashbrown v0.16.1 |
| 1675 | 2026-08-05T04:12:36.876Z | Compiling strum v0.27.2 |
| 1676 | 2026-08-05T04:12:37.016Z | Compiling jiff v0.2.34 |
| 1677 | 2026-08-05T04:12:37.035Z | Compiling bzip2 v0.6.1 |
| 1678 | 2026-08-05T04:12:37.143Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1679 | 2026-08-05T04:12:37.158Z | Compiling sec1 v0.7.3 |
| 1680 | 2026-08-05T04:12:37.216Z | Compiling zopfli v0.8.3 |
| 1681 | 2026-08-05T04:12:37.235Z | Compiling hashbrown v0.15.5 |
| 1682 | 2026-08-05T04:12:37.444Z | Compiling walkdir v2.5.0 |
| 1683 | 2026-08-05T04:12:37.528Z | Compiling dof v0.3.0 |
| 1684 | 2026-08-05T04:12:37.757Z | Compiling group v0.13.0 |
| 1685 | 2026-08-05T04:12:37.803Z | Compiling cargo_metadata v0.23.1 |
| 1686 | 2026-08-05T04:12:37.939Z | Compiling test-strategy v0.4.5 |
| 1687 | 2026-08-05T04:12:38.248Z | Compiling futures v0.3.32 |
| 1688 | 2026-08-05T04:12:38.334Z | Compiling snafu v0.8.9 |
| 1689 | 2026-08-05T04:12:38.546Z | Compiling hubpack v0.1.2 |
| 1690 | 2026-08-05T04:12:38.693Z | Compiling phf v0.13.1 |
| 1691 | 2026-08-05T04:12:38.768Z | Compiling signal-hook-mio v0.2.5 |
| 1692 | 2026-08-05T04:12:38.889Z | Compiling cookie_store v0.22.1 |
| 1693 | 2026-08-05T04:12:39.141Z | Compiling serde_with_macros v3.21.0 |
| 1694 | 2026-08-05T04:12:39.215Z | Compiling zstd v0.13.3 |
| 1695 | 2026-08-05T04:12:39.394Z | Compiling reqwest v0.12.28 |
| 1696 | 2026-08-05T04:12:39.478Z | Compiling cipher v0.5.2 |
| 1697 | 2026-08-05T04:12:39.545Z | Compiling postgres-types v0.2.12 |
| 1698 | 2026-08-05T04:12:40.114Z | Compiling usdt-macro v0.6.0 |
| 1699 | 2026-08-05T04:12:40.257Z | Compiling usdt-attr-macro v0.6.0 |
| 1700 | 2026-08-05T04:12:40.593Z | Compiling globset v0.4.18 |
| 1701 | 2026-08-05T04:12:40.879Z | Compiling phf_shared v0.11.3 |
| 1702 | 2026-08-05T04:12:40.938Z | Compiling hkdf v0.12.4 |
| 1703 | 2026-08-05T04:12:40.988Z | Compiling dtrace-parser v0.2.0 |
| 1704 | 2026-08-05T04:12:41.069Z | Compiling ed25519 v2.2.3 |
| 1705 | 2026-08-05T04:12:41.083Z | Compiling byte-wrapper v0.1.0 |
| 1706 | 2026-08-05T04:12:41.104Z | Compiling olpc-cjson v0.1.4 |
| 1707 | 2026-08-05T04:12:41.272Z | Compiling serde_plain v1.0.2 |
| 1708 | 2026-08-05T04:12:41.272Z | Compiling serde-big-array v0.5.1 |
| 1709 | 2026-08-05T04:12:41.411Z | Compiling crypto-bigint v0.5.5 |
| 1710 | 2026-08-05T04:12:41.428Z | Compiling serde_repr v0.1.20 |
| 1711 | 2026-08-05T04:12:41.462Z | Compiling enum-as-inner v0.6.1 |
| 1712 | 2026-08-05T04:12:41.531Z | Compiling async-recursion v1.1.1 |
| 1713 | 2026-08-05T04:12:41.770Z | Compiling strum_macros v0.26.4 |
| 1714 | 2026-08-05T04:12:41.961Z | Compiling pem v3.0.6 |
| 1715 | 2026-08-05T04:12:41.977Z | Compiling float-cmp v0.10.0 |
| 1716 | 2026-08-05T04:12:42.013Z | Compiling memmap2 v0.9.10 |
| 1717 | 2026-08-05T04:12:42.123Z | Compiling thread-id v4.2.2 |
| 1718 | 2026-08-05T04:12:42.193Z | Compiling cpufeatures v0.3.0 |
| 1719 | 2026-08-05T04:12:42.213Z | Compiling difflib v0.4.0 |
| 1720 | 2026-08-05T04:12:42.236Z | Compiling data-encoding v2.10.0 |
| 1721 | 2026-08-05T04:12:42.272Z | Compiling keccak v0.1.6 |
| 1722 | 2026-08-05T04:12:42.290Z | Compiling fixedbitset v0.4.2 |
| 1723 | 2026-08-05T04:12:42.513Z | Compiling either v1.15.0 |
| 1724 | 2026-08-05T04:12:42.725Z | Compiling typed-path v0.9.3 |
| 1725 | 2026-08-05T04:12:42.777Z | Compiling fixedbitset v0.5.7 |
| 1726 | 2026-08-05T04:12:42.919Z | Compiling whoami v2.1.0 |
| 1727 | 2026-08-05T04:12:42.999Z | Compiling predicates-core v1.0.10 |
| 1728 | 2026-08-05T04:12:43.088Z | Compiling normalize-line-endings v0.3.0 |
| 1729 | 2026-08-05T04:12:43.172Z | Compiling const-oid v0.10.2 |
| 1730 | 2026-08-05T04:12:43.186Z | Compiling winnow v1.0.3 |
| 1731 | 2026-08-05T04:12:43.186Z | Compiling static_assertions v1.1.0 |
| 1732 | 2026-08-05T04:12:43.272Z | Compiling precomputed-hash v0.1.1 |
| 1733 | 2026-08-05T04:12:43.299Z | Compiling new_debug_unreachable v1.0.6 |
| 1734 | 2026-08-05T04:12:43.359Z | Compiling string_cache v0.8.9 |
| 1735 | 2026-08-05T04:12:43.373Z | Compiling digest v0.11.3 |
| 1736 | 2026-08-05T04:12:43.373Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1737 | 2026-08-05T04:12:43.512Z | Compiling strum v0.26.3 |
| 1738 | 2026-08-05T04:12:43.527Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1739 | 2026-08-05T04:12:43.527Z | Compiling predicates v3.1.4 |
| 1740 | 2026-08-05T04:12:43.579Z | Compiling toml_edit v0.22.27 |
| 1741 | 2026-08-05T04:12:43.605Z | Compiling tokio-postgres v0.7.16 |
| 1742 | 2026-08-05T04:12:43.638Z | Compiling petgraph v0.8.3 |
| 1743 | 2026-08-05T04:12:43.952Z | Compiling itertools v0.13.0 |
| 1744 | 2026-08-05T04:12:44.159Z | Compiling hickory-proto v0.25.2 |
| 1745 | 2026-08-05T04:12:44.162Z | Compiling petgraph v0.6.5 |
| 1746 | 2026-08-05T04:12:45.191Z | Compiling sha3 v0.10.8 |
| 1747 | 2026-08-05T04:12:45.541Z | Compiling elliptic-curve v0.13.8 |
| 1748 | 2026-08-05T04:12:45.649Z | Compiling chacha20 v0.10.0 |
| 1749 | 2026-08-05T04:12:45.668Z | Compiling usdt-impl v0.5.0 |
| 1750 | 2026-08-05T04:12:45.808Z | Compiling usdt v0.6.0 |
| 1751 | 2026-08-05T04:12:45.941Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1752 | 2026-08-05T04:12:46.024Z | Compiling ed25519-dalek v2.2.0 |
| 1753 | 2026-08-05T04:12:46.078Z | Compiling crossterm v0.28.1 |
| 1754 | 2026-08-05T04:12:46.128Z | Compiling serde_with v3.21.0 |
| 1755 | 2026-08-05T04:12:46.281Z | Compiling zip v4.6.1 |
| 1756 | 2026-08-05T04:12:46.983Z | Compiling iddqd v0.4.2 |
| 1757 | 2026-08-05T04:12:47.484Z | Compiling similar v2.7.0 |
| 1758 | 2026-08-05T04:12:47.682Z | Compiling crossbeam-epoch v0.9.18 |
| 1759 | 2026-08-05T04:12:47.968Z | Compiling tokio-stream v0.1.18 |
| 1760 | 2026-08-05T04:12:47.989Z | Compiling buf-list v1.1.2 |
| 1761 | 2026-08-05T04:12:48.010Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1762 | 2026-08-05T04:12:48.256Z | Compiling openapiv3 v2.2.0 |
| 1763 | 2026-08-05T04:12:48.271Z | Compiling peg-runtime v0.8.5 |
| 1764 | 2026-08-05T04:12:48.306Z | Compiling lalrpop-util v0.19.12 |
| 1765 | 2026-08-05T04:12:48.337Z | Compiling thread_local v1.1.9 |
| 1766 | 2026-08-05T04:12:48.422Z | Compiling slog-async v2.8.0 |
| 1767 | 2026-08-05T04:12:48.497Z | Compiling crossbeam-channel v0.5.15 |
| 1768 | 2026-08-05T04:12:48.547Z | Compiling filetime v0.2.27 |
| 1769 | 2026-08-05T04:12:48.588Z | Compiling is-terminal v0.4.17 |
| 1770 | 2026-08-05T04:12:48.688Z | Compiling term v1.2.1 |
| 1771 | 2026-08-05T04:12:48.720Z | Compiling take_mut v0.2.2 |
| 1772 | 2026-08-05T04:12:48.749Z | Compiling xattr v1.6.1 |
| 1773 | 2026-08-05T04:12:48.830Z | Compiling camino-tempfile v1.4.1 |
| 1774 | 2026-08-05T04:12:48.861Z | Compiling tar v0.4.46 |
| 1775 | 2026-08-05T04:12:48.946Z | Compiling slog-term v2.9.2 |
| 1776 | 2026-08-05T04:12:55.315Z | Compiling rustls-webpki v0.103.13 |
| 1777 | 2026-08-05T04:12:58.020Z | Compiling tokio-rustls v0.26.4 |
| 1778 | 2026-08-05T04:12:58.020Z | Compiling rustls-platform-verifier v0.6.2 |
| 1779 | 2026-08-05T04:12:58.020Z | Compiling tough v0.22.0 |
| 1780 | 2026-08-05T04:12:58.229Z | Compiling hyper-rustls v0.27.7 |
| 1781 | 2026-08-05T04:12:58.424Z | Compiling reqwest v0.13.2 |
| 1782 | 2026-08-05T04:13:00.629Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1783 | 2026-08-05T04:13:00.842Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1784 | 2026-08-05T04:13:03.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1785 | 2026-08-05T04:13:03.906Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1786 | 2026-08-05T04:13:03.960Z | Aug 05 04:13:02.968 INFO Starting download, target: Clickhouse |
| 1787 | 2026-08-05T04:13:03.960Z | Aug 05 04:13:02.969 INFO Starting download, target: Cockroach |
| 1788 | 2026-08-05T04:13:03.960Z | Aug 05 04:13:02.969 INFO Starting download, target: Console |
| 1789 | 2026-08-05T04:13:03.961Z | Aug 05 04:13:02.969 INFO Starting download, target: DendriteStub |
| 1790 | 2026-08-05T04:13:03.961Z | Aug 05 04:13:02.969 INFO Starting download, target: MaghemiteDdmd |
| 1791 | 2026-08-05T04:13:03.963Z | Aug 05 04:13:02.969 INFO Starting download, target: MaghemiteMgd |
| 1792 | 2026-08-05T04:13:03.964Z | Aug 05 04:13:02.969 INFO Starting download, target: TransceiverControl |
| 1793 | 2026-08-05T04:13:03.964Z | Aug 05 04:13:02.969 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1794 | 2026-08-05T04:13:03.964Z | Aug 05 04:13:02.969 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1795 | 2026-08-05T04:13:03.964Z | Aug 05 04:13:02.969 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1796 | 2026-08-05T04:13:03.964Z | Aug 05 04:13:02.969 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1797 | 2026-08-05T04:13:03.964Z | Aug 05 04:13:02.969 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1798 | 2026-08-05T04:13:03.964Z | Aug 05 04:13:02.969 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1799 | 2026-08-05T04:13:03.964Z | Aug 05 04:13:02.969 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1800 | 2026-08-05T04:13:04.291Z | Aug 05 04:13:03.295 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1801 | 2026-08-05T04:13:04.508Z | Aug 05 04:13:03.516 INFO Download complete, target: TransceiverControl |
| 1802 | 2026-08-05T04:13:05.713Z | Aug 05 04:13:04.713 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1803 | 2026-08-05T04:13:05.806Z | Aug 05 04:13:04.788 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1804 | 2026-08-05T04:13:05.972Z | Aug 05 04:13:04.962 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1805 | 2026-08-05T04:13:06.054Z | Aug 05 04:13:05.053 INFO Download complete, target: Console |
| 1806 | 2026-08-05T04:13:07.031Z | Aug 05 04:13:05.976 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1807 | 2026-08-05T04:13:07.612Z | Aug 05 04:13:06.599 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1808 | 2026-08-05T04:13:07.775Z | Aug 05 04:13:06.763 INFO Download complete, target: MaghemiteDdmd |
| 1809 | 2026-08-05T04:13:08.316Z | Aug 05 04:13:07.298 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1810 | 2026-08-05T04:13:08.316Z | Aug 05 04:13:07.298 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1811 | 2026-08-05T04:13:09.390Z | Aug 05 04:13:08.397 INFO Download complete, target: DendriteStub |
| 1812 | 2026-08-05T04:13:10.122Z | Aug 05 04:13:09.130 INFO Download complete, target: MaghemiteMgd |
| 1813 | 2026-08-05T04:13:12.549Z | Aug 05 04:13:11.557 INFO Checking that binary works, target: Clickhouse |
| 1814 | 2026-08-05T04:13:12.642Z | Aug 05 04:13:11.650 INFO Download complete, target: Clickhouse |
| 1815 | 2026-08-05T04:13:13.012Z | Aug 05 04:13:12.019 INFO Checking that binary works, target: Cockroach |
| 1816 | 2026-08-05T04:13:13.138Z | Aug 05 04:13:12.145 INFO Download complete, target: Cockroach |
| 1817 | 2026-08-05T04:13:13.154Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1818 | 2026-08-05T04:13:13.157Z | |
| 1819 | 2026-08-05T04:13:13.157Z | real 2:04.574081201 |
| 1820 | 2026-08-05T04:13:13.157Z | user 7:09.713917324 |
| 1821 | 2026-08-05T04:13:13.157Z | sys 1:24.910098768 |
| 1822 | 2026-08-05T04:13:13.157Z | trap 0.246669810 |
| 1823 | 2026-08-05T04:13:13.157Z | tflt 0.514050390 |
| 1824 | 2026-08-05T04:13:13.157Z | dflt 0.944723881 |
| 1825 | 2026-08-05T04:13:13.157Z | kflt 0.021451480 |
| 1826 | 2026-08-05T04:13:13.157Z | lock 26:50.260156504 |
| 1827 | 2026-08-05T04:13:13.157Z | slp 21:29.091522150 |
| 1828 | 2026-08-05T04:13:13.157Z | lat 48.502607462 |
| 1829 | 2026-08-05T04:13:13.157Z | stop 2:38.794898329 |
| 1830 | 2026-08-05T04:13:13.157Z | + banner clippy |
| 1831 | 2026-08-05T04:13:13.157Z | |
| 1832 | 2026-08-05T04:13:13.157Z | #### # # ##### ##### # # |
| 1833 | 2026-08-05T04:13:13.157Z | # # # # # # # # # # |
| 1834 | 2026-08-05T04:13:13.157Z | # # # # # # # # |
| 1835 | 2026-08-05T04:13:13.157Z | # # # ##### ##### # |
| 1836 | 2026-08-05T04:13:13.157Z | # # # # # # # |
| 1837 | 2026-08-05T04:13:13.157Z | #### ###### # # # # |
| 1838 | 2026-08-05T04:13:13.157Z | |
| 1839 | 2026-08-05T04:13:13.157Z | + export CARGO_INCREMENTAL=0 |
| 1840 | 2026-08-05T04:13:13.157Z | + CARGO_INCREMENTAL=0 |
| 1841 | 2026-08-05T04:13:13.157Z | + ptime -m cargo xtask clippy |
| 1842 | 2026-08-05T04:13:13.630Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1843 | 2026-08-05T04:13:13.911Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1844 | 2026-08-05T04:13:15.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 1845 | 2026-08-05T04:13:15.755Z | Running `target/debug/xtask clippy` |
| 1846 | 2026-08-05T04:13:15.779Z | running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1847 | 2026-08-05T04:13:16.347Z | Downloading crates ... |
| 1848 | 2026-08-05T04:13:16.516Z | Downloaded anes v0.1.6 |
| 1849 | 2026-08-05T04:13:16.519Z | Downloaded async-lock v3.4.2 |
| 1850 | 2026-08-05T04:13:16.519Z | Downloaded cast v0.3.0 |
| 1851 | 2026-08-05T04:13:16.522Z | Downloaded datatest-stable v0.3.3 |
| 1852 | 2026-08-05T04:13:16.522Z | Downloaded assert-json-diff v2.0.2 |
| 1853 | 2026-08-05T04:13:16.522Z | Downloaded approx v0.5.1 |
| 1854 | 2026-08-05T04:13:16.525Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1855 | 2026-08-05T04:13:16.525Z | Downloaded concurrent-queue v2.5.0 |
| 1856 | 2026-08-05T04:13:16.525Z | Downloaded criterion-plot v0.6.0 |
| 1857 | 2026-08-05T04:13:16.525Z | Downloaded cfg-expr v0.20.6 |
| 1858 | 2026-08-05T04:13:16.528Z | Downloaded async-object-pool v0.2.0 |
| 1859 | 2026-08-05T04:13:16.528Z | Downloaded escape8259 v0.5.3 |
| 1860 | 2026-08-05T04:13:16.528Z | Downloaded hex-literal v0.4.1 |
| 1861 | 2026-08-05T04:13:16.528Z | Downloaded addr2line v0.25.1 |
| 1862 | 2026-08-05T04:13:16.530Z | Downloaded assert_cmd v2.1.2 |
| 1863 | 2026-08-05T04:13:16.530Z | Downloaded backtrace v0.3.76 |
| 1864 | 2026-08-05T04:13:16.533Z | Downloaded constant_time_eq v0.3.1 |
| 1865 | 2026-08-05T04:13:16.533Z | Downloaded event-listener v5.4.1 |
| 1866 | 2026-08-05T04:13:16.536Z | Downloaded event-listener-strategy v0.5.4 |
| 1867 | 2026-08-05T04:13:16.536Z | Downloaded fancy-regex v0.14.0 |
| 1868 | 2026-08-05T04:13:16.536Z | Downloaded chumsky v0.9.3 |
| 1869 | 2026-08-05T04:13:16.539Z | Downloaded backtrace-ext v0.2.1 |
| 1870 | 2026-08-05T04:13:16.539Z | Downloaded blake2b_simd v1.0.4 |
| 1871 | 2026-08-05T04:13:16.539Z | Downloaded linkme-impl v0.3.35 |
| 1872 | 2026-08-05T04:13:16.542Z | Downloaded futures-timer v3.0.3 |
| 1873 | 2026-08-05T04:13:16.542Z | Downloaded hickory-client v0.25.2 |
| 1874 | 2026-08-05T04:13:16.542Z | Downloaded miette-derive v5.10.0 |
| 1875 | 2026-08-05T04:13:16.542Z | Downloaded plotters-svg v0.3.7 |
| 1876 | 2026-08-05T04:13:16.545Z | Downloaded parking v2.2.1 |
| 1877 | 2026-08-05T04:13:16.545Z | Downloaded nested v0.1.1 |
| 1878 | 2026-08-05T04:13:16.545Z | Downloaded plotters-backend v0.3.7 |
| 1879 | 2026-08-05T04:13:16.545Z | Downloaded pathdiff v0.2.3 |
| 1880 | 2026-08-05T04:13:16.545Z | Downloaded knuffel-derive v3.2.0 |
| 1881 | 2026-08-05T04:13:16.548Z | Downloaded linkme v0.3.35 |
| 1882 | 2026-08-05T04:13:16.548Z | Downloaded partial-io v0.5.4 |
| 1883 | 2026-08-05T04:13:16.548Z | Downloaded criterion v0.7.0 |
| 1884 | 2026-08-05T04:13:16.551Z | Downloaded guppy v0.17.25 |
| 1885 | 2026-08-05T04:13:16.554Z | Downloaded owo-colors v3.5.0 |
| 1886 | 2026-08-05T04:13:16.557Z | Downloaded httptest v0.16.4 |
| 1887 | 2026-08-05T04:13:16.557Z | Downloaded oorandom v11.1.5 |
| 1888 | 2026-08-05T04:13:16.557Z | Downloaded path-tree v0.8.3 |
| 1889 | 2026-08-05T04:13:16.559Z | Downloaded libtest-mimic v0.8.1 |
| 1890 | 2026-08-05T04:13:16.559Z | Downloaded relative-path v1.9.3 |
| 1891 | 2026-08-05T04:13:16.560Z | Downloaded knuffel v3.2.0 |
| 1892 | 2026-08-05T04:13:16.562Z | Downloaded rand_distr v0.5.1 |
| 1893 | 2026-08-05T04:13:16.562Z | Downloaded miette v5.10.0 |
| 1894 | 2026-08-05T04:13:16.565Z | Downloaded serde_regex v1.1.0 |
| 1895 | 2026-08-05T04:13:16.565Z | Downloaded supports-color v2.1.0 |
| 1896 | 2026-08-05T04:13:16.565Z | Downloaded supports-hyperlinks v2.1.0 |
| 1897 | 2026-08-05T04:13:16.568Z | Downloaded similar-asserts v1.7.0 |
| 1898 | 2026-08-05T04:13:16.568Z | Downloaded terminal_size v0.1.17 |
| 1899 | 2026-08-05T04:13:16.568Z | Downloaded hashbrown v0.14.5 |
| 1900 | 2026-08-05T04:13:16.571Z | Downloaded rustc-demangle v0.1.27 |
| 1901 | 2026-08-05T04:13:16.571Z | Downloaded rust-argon2 v2.1.0 |
| 1902 | 2026-08-05T04:13:16.574Z | Downloaded supports-unicode v2.1.0 |
| 1903 | 2026-08-05T04:13:16.574Z | Downloaded stringmetrics v2.2.2 |
| 1904 | 2026-08-05T04:13:16.574Z | Downloaded target-spec v3.5.7 |
| 1905 | 2026-08-05T04:13:16.574Z | Downloaded target-lexicon v0.13.3 |
| 1906 | 2026-08-05T04:13:16.576Z | Downloaded target-triple v1.0.0 |
| 1907 | 2026-08-05T04:13:16.581Z | Downloaded rstest v0.25.0 |
| 1908 | 2026-08-05T04:13:16.585Z | Downloaded tinytemplate v1.2.1 |
| 1909 | 2026-08-05T04:13:16.585Z | Downloaded termcolor v1.4.1 |
| 1910 | 2026-08-05T04:13:16.588Z | Downloaded textwrap v0.15.2 |
| 1911 | 2026-08-05T04:13:16.590Z | Downloaded rstest_macros v0.25.0 |
| 1912 | 2026-08-05T04:13:16.593Z | Downloaded trybuild v1.0.116 |
| 1913 | 2026-08-05T04:13:16.597Z | Downloaded plotters v0.3.7 |
| 1914 | 2026-08-05T04:13:16.602Z | Downloaded gimli v0.32.3 |
| 1915 | 2026-08-05T04:13:16.708Z | Downloaded httpmock v0.8.3 |
| 1916 | 2026-08-05T04:13:18.449Z | Checking cfg-if v1.0.4 |
| 1917 | 2026-08-05T04:13:18.819Z | Checking libc v0.2.185 |
| 1918 | 2026-08-05T04:13:18.822Z | Checking serde_core v1.0.228 |
| 1919 | 2026-08-05T04:13:18.892Z | Checking memchr v2.8.0 |
| 1920 | 2026-08-05T04:13:18.933Z | Checking smallvec v1.15.1 |
| 1921 | 2026-08-05T04:13:18.967Z | Checking zeroize v1.9.0 |
| 1922 | 2026-08-05T04:13:19.004Z | Checking rand_core v0.10.0 |
| 1923 | 2026-08-05T04:13:19.043Z | Checking itoa v1.0.17 |
| 1924 | 2026-08-05T04:13:19.082Z | Checking subtle v2.6.1 |
| 1925 | 2026-08-05T04:13:19.145Z | Checking log v0.4.29 |
| 1926 | 2026-08-05T04:13:19.183Z | Checking libm v0.2.16 |
| 1927 | 2026-08-05T04:13:19.232Z | Checking typenum v1.20.1 |
| 1928 | 2026-08-05T04:13:19.273Z | Checking getrandom v0.4.1 |
| 1929 | 2026-08-05T04:13:19.273Z | Checking errno v0.3.14 |
| 1930 | 2026-08-05T04:13:19.347Z | Checking scopeguard v1.2.0 |
| 1931 | 2026-08-05T04:13:19.386Z | Checking zmij v1.0.21 |
| 1932 | 2026-08-05T04:13:19.386Z | Checking stable_deref_trait v1.2.1 |
| 1933 | 2026-08-05T04:13:19.460Z | Checking zerofrom v0.1.6 |
| 1934 | 2026-08-05T04:13:19.500Z | Checking lock_api v0.4.14 |
| 1935 | 2026-08-05T04:13:19.539Z | Checking percent-encoding v2.3.2 |
| 1936 | 2026-08-05T04:13:19.542Z | Checking litemap v0.8.1 |
| 1937 | 2026-08-05T04:13:19.607Z | Checking yoke v0.8.1 |
| 1938 | 2026-08-05T04:13:19.643Z | Checking writeable v0.6.2 |
| 1939 | 2026-08-05T04:13:19.727Z | Checking icu_properties_data v2.1.2 |
| 1940 | 2026-08-05T04:13:19.764Z | Checking icu_normalizer_data v2.1.1 |
| 1941 | 2026-08-05T04:13:19.802Z | Checking zerovec v0.11.5 |
| 1942 | 2026-08-05T04:13:19.802Z | Checking zerotrie v0.2.3 |
| 1943 | 2026-08-05T04:13:19.879Z | Checking num-traits v0.2.19 |
| 1944 | 2026-08-05T04:13:19.913Z | Checking form_urlencoded v1.2.2 |
| 1945 | 2026-08-05T04:13:19.957Z | Checking utf8_iter v1.0.4 |
| 1946 | 2026-08-05T04:13:19.989Z | Checking pin-project-lite v0.2.17 |
| 1947 | 2026-08-05T04:13:20.029Z | Checking zerocopy v0.8.40 |
| 1948 | 2026-08-05T04:13:20.075Z | Checking parking_lot_core v0.9.12 |
| 1949 | 2026-08-05T04:13:20.083Z | Checking portable-atomic v1.13.1 |
| 1950 | 2026-08-05T04:13:20.146Z | Checking critical-section v1.2.0 |
| 1951 | 2026-08-05T04:13:20.189Z | Checking signal-hook-registry v1.4.8 |
| 1952 | 2026-08-05T04:13:20.277Z | Checking mio v1.2.0 |
| 1953 | 2026-08-05T04:13:20.321Z | Checking tinystr v0.8.2 |
| 1954 | 2026-08-05T04:13:20.331Z | Checking potential_utf v0.1.4 |
| 1955 | 2026-08-05T04:13:20.391Z | Checking serde v1.0.228 |
| 1956 | 2026-08-05T04:13:20.395Z | Checking serde_json v1.0.151 |
| 1957 | 2026-08-05T04:13:20.470Z | Checking bitflags v2.11.0 |
| 1958 | 2026-08-05T04:13:20.493Z | Checking icu_collections v2.1.1 |
| 1959 | 2026-08-05T04:13:20.532Z | Checking parking_lot v0.12.5 |
| 1960 | 2026-08-05T04:13:20.596Z | Checking icu_locale_core v2.1.1 |
| 1961 | 2026-08-05T04:13:20.621Z | Checking once_cell v1.21.3 |
| 1962 | 2026-08-05T04:13:20.735Z | Checking iana-time-zone v0.1.65 |
| 1963 | 2026-08-05T04:13:20.748Z | Checking socket2 v0.6.3 |
| 1964 | 2026-08-05T04:13:20.793Z | Checking uuid v1.23.4 |
| 1965 | 2026-08-05T04:13:20.834Z | Checking bytes v1.11.1 |
| 1966 | 2026-08-05T04:13:20.834Z | Checking chrono v0.4.45 |
| 1967 | 2026-08-05T04:13:20.915Z | Checking semver v1.0.28 |
| 1968 | 2026-08-05T04:13:21.036Z | Checking thiserror v2.0.18 |
| 1969 | 2026-08-05T04:13:21.122Z | Checking dyn-clone v1.0.20 |
| 1970 | 2026-08-05T04:13:21.167Z | Checking icu_provider v2.1.1 |
| 1971 | 2026-08-05T04:13:21.216Z | Checking futures-core v0.3.32 |
| 1972 | 2026-08-05T04:13:21.219Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1973 | 2026-08-05T04:13:21.219Z | Checking equivalent v1.0.2 |
| 1974 | 2026-08-05T04:13:21.321Z | Checking rustix v1.1.3 |
| 1975 | 2026-08-05T04:13:21.324Z | Checking tokio v1.52.1 |
| 1976 | 2026-08-05T04:13:21.393Z | Checking getrandom v0.2.17 |
| 1977 | 2026-08-05T04:13:21.396Z | Checking cmov v0.5.4 |
| 1978 | 2026-08-05T04:13:21.462Z | Checking icu_properties v2.1.2 |
| 1979 | 2026-08-05T04:13:21.500Z | Checking icu_normalizer v2.1.1 |
| 1980 | 2026-08-05T04:13:21.618Z | Checking rand_core v0.6.4 |
| 1981 | 2026-08-05T04:13:21.658Z | Checking ctutils v0.4.2 |
| 1982 | 2026-08-05T04:13:21.739Z | Checking byteorder v1.5.0 |
| 1983 | 2026-08-05T04:13:21.825Z | Checking futures-sink v0.3.32 |
| 1984 | 2026-08-05T04:13:21.862Z | Checking getrandom v0.3.4 |
| 1985 | 2026-08-05T04:13:21.898Z | Checking hybrid-array v0.4.13 |
| 1986 | 2026-08-05T04:13:21.952Z | Checking futures-channel v0.3.32 |
| 1987 | 2026-08-05T04:13:21.988Z | Checking slab v0.4.12 |
| 1988 | 2026-08-05T04:13:22.031Z | Checking futures-task v0.3.32 |
| 1989 | 2026-08-05T04:13:22.172Z | Checking futures-io v0.3.32 |
| 1990 | 2026-08-05T04:13:22.210Z | Checking generic-array v0.14.7 |
| 1991 | 2026-08-05T04:13:22.213Z | Checking hashbrown v0.17.0 |
| 1992 | 2026-08-05T04:13:22.213Z | Checking thiserror v1.0.69 |
| 1993 | 2026-08-05T04:13:22.314Z | Checking idna_adapter v1.2.1 |
| 1994 | 2026-08-05T04:13:22.317Z | Checking futures-util v0.3.32 |
| 1995 | 2026-08-05T04:13:22.384Z | Checking regex-syntax v0.8.10 |
| 1996 | 2026-08-05T04:13:22.460Z | Checking idna v1.1.0 |
| 1997 | 2026-08-05T04:13:22.664Z | Checking fnv v1.0.7 |
| 1998 | 2026-08-05T04:13:22.703Z | Checking crypto-common v0.2.2 |
| 1999 | 2026-08-05T04:13:22.738Z | Checking url v2.5.8 |
| 2000 | 2026-08-05T04:13:22.778Z | Checking ppv-lite86 v0.2.21 |
| 2001 | 2026-08-05T04:13:22.781Z | Checking indexmap v2.14.0 |
| 2002 | 2026-08-05T04:13:22.816Z | Checking base64ct v1.8.3 |
| 2003 | 2026-08-05T04:13:23.113Z | Checking const-oid v0.9.6 |
| 2004 | 2026-08-05T04:13:23.137Z | Checking crypto-common v0.1.7 |
| 2005 | 2026-08-05T04:13:23.202Z | Checking schemars v0.8.22 |
| 2006 | 2026-08-05T04:13:23.292Z | Checking block-buffer v0.12.1 |
| 2007 | 2026-08-05T04:13:23.328Z | Checking block-buffer v0.10.4 |
| 2008 | 2026-08-05T04:13:23.410Z | Checking base64 v0.22.1 |
| 2009 | 2026-08-05T04:13:23.480Z | Checking utf8parse v0.2.2 |
| 2010 | 2026-08-05T04:13:23.517Z | Checking anstyle v1.0.14 |
| 2011 | 2026-08-05T04:13:23.611Z | Checking http v1.4.2 |
| 2012 | 2026-08-05T04:13:23.678Z | Checking tracing-core v0.1.36 |
| 2013 | 2026-08-05T04:13:23.716Z | Checking is_terminal_polyfill v1.70.2 |
| 2014 | 2026-08-05T04:13:23.754Z | Checking anstyle-query v1.1.5 |
| 2015 | 2026-08-05T04:13:23.827Z | Checking digest v0.10.7 |
| 2016 | 2026-08-05T04:13:23.863Z | Checking colorchoice v1.0.4 |
| 2017 | 2026-08-05T04:13:23.900Z | Checking rand_core v0.9.5 |
| 2018 | 2026-08-05T04:13:23.935Z | Checking anstyle-parse v1.0.0 |
| 2019 | 2026-08-05T04:13:23.989Z | Checking terminal_size v0.4.3 |
| 2020 | 2026-08-05T04:13:24.028Z | Checking tracing v0.1.44 |
| 2021 | 2026-08-05T04:13:24.063Z | Checking const-oid v0.10.2 |
| 2022 | 2026-08-05T04:13:24.104Z | Checking rand_chacha v0.9.0 |
| 2023 | 2026-08-05T04:13:24.139Z | Checking anstream v1.0.0 |
| 2024 | 2026-08-05T04:13:24.142Z | Checking ipnet v2.11.0 |
| 2025 | 2026-08-05T04:13:24.210Z | Checking aho-corasick v1.1.4 |
| 2026 | 2026-08-05T04:13:24.247Z | Checking clap_lex v1.0.0 |
| 2027 | 2026-08-05T04:13:24.286Z | Checking strsim v0.11.1 |
| 2028 | 2026-08-05T04:13:24.289Z | Checking crossbeam-utils v0.8.21 |
| 2029 | 2026-08-05T04:13:24.359Z | Checking rand v0.9.2 |
| 2030 | 2026-08-05T04:13:24.362Z | Checking erased-serde v0.3.31 |
| 2031 | 2026-08-05T04:13:24.429Z | Checking unicode-ident v1.0.24 |
| 2032 | 2026-08-05T04:13:24.467Z | Checking powerfmt v0.2.0 |
| 2033 | 2026-08-05T04:13:24.504Z | Checking clap_builder v4.6.0 |
| 2034 | 2026-08-05T04:13:24.566Z | Checking proc-macro2 v1.0.106 |
| 2035 | 2026-08-05T04:13:24.616Z | Checking tokio-util v0.7.18 |
| 2036 | 2026-08-05T04:13:24.654Z | Checking deranged v0.5.8 |
| 2037 | 2026-08-05T04:13:24.701Z | Checking time-core v0.1.8 |
| 2038 | 2026-08-05T04:13:24.797Z | Checking slog v2.8.2 |
| 2039 | 2026-08-05T04:13:24.844Z | Checking num_threads v0.1.7 |
| 2040 | 2026-08-05T04:13:24.881Z | Checking num-conv v0.2.0 |
| 2041 | 2026-08-05T04:13:24.918Z | Checking fastrand v2.3.0 |
| 2042 | 2026-08-05T04:13:24.922Z | Checking regex-automata v0.4.14 |
| 2043 | 2026-08-05T04:13:24.989Z | Checking quote v1.0.45 |
| 2044 | 2026-08-05T04:13:25.028Z | Checking digest v0.11.3 |
| 2045 | 2026-08-05T04:13:25.078Z | Checking httparse v1.10.1 |
| 2046 | 2026-08-05T04:13:25.130Z | Checking anyhow v1.0.102 |
| 2047 | 2026-08-05T04:13:25.182Z | Checking cpufeatures v0.3.0 |
| 2048 | 2026-08-05T04:13:25.239Z | Checking allocator-api2 v0.2.21 |
| 2049 | 2026-08-05T04:13:25.242Z | Checking syn v2.0.117 |
| 2050 | 2026-08-05T04:13:25.311Z | Checking cpufeatures v0.2.17 |
| 2051 | 2026-08-05T04:13:25.317Z | Checking tempfile v3.25.0 |
| 2052 | 2026-08-05T04:13:25.381Z | Checking ipnetwork v0.21.1 |
| 2053 | 2026-08-05T04:13:25.417Z | Checking aws-lc-sys v0.40.0 |
| 2054 | 2026-08-05T04:13:25.545Z | Checking rustls-pki-types v1.14.0 |
| 2055 | 2026-08-05T04:13:25.582Z | Checking untrusted v0.7.1 |
| 2056 | 2026-08-05T04:13:25.619Z | Checking time v0.3.47 |
| 2057 | 2026-08-05T04:13:25.622Z | Checking http-body v1.0.1 |
| 2058 | 2026-08-05T04:13:25.720Z | Checking atomic-waker v1.1.2 |
| 2059 | 2026-08-05T04:13:25.724Z | Checking clap v4.6.1 |
| 2060 | 2026-08-05T04:13:25.811Z | Checking hex v0.4.3 |
| 2061 | 2026-08-05T04:13:25.851Z | Checking httpdate v1.0.3 |
| 2062 | 2026-08-05T04:13:25.890Z | Checking try-lock v0.2.5 |
| 2063 | 2026-08-05T04:13:25.893Z | Checking h2 v0.4.15 |
| 2064 | 2026-08-05T04:13:25.960Z | Checking aws-lc-rs v1.16.3 |
| 2065 | 2026-08-05T04:13:26.019Z | Checking want v0.3.1 |
| 2066 | 2026-08-05T04:13:26.056Z | Checking tower-layer v0.3.3 |
| 2067 | 2026-08-05T04:13:26.093Z | Checking tower-service v0.3.3 |
| 2068 | 2026-08-05T04:13:26.170Z | Checking ryu v1.0.23 |
| 2069 | 2026-08-05T04:13:26.214Z | Checking untrusted v0.9.0 |
| 2070 | 2026-08-05T04:13:26.250Z | Checking pem-rfc7468 v0.7.0 |
| 2071 | 2026-08-05T04:13:26.333Z | Checking spin v0.9.8 |
| 2072 | 2026-08-05T04:13:26.370Z | Checking flagset v0.4.7 |
| 2073 | 2026-08-05T04:13:26.436Z | Checking mime v0.3.17 |
| 2074 | 2026-08-05T04:13:26.520Z | Checking der v0.7.10 |
| 2075 | 2026-08-05T04:13:26.558Z | Checking simd-adler32 v0.3.8 |
| 2076 | 2026-08-05T04:13:26.634Z | Checking adler2 v2.0.1 |
| 2077 | 2026-08-05T04:13:26.758Z | Checking http-body-util v0.1.3 |
| 2078 | 2026-08-05T04:13:26.758Z | Checking oxnet v0.1.6 |
| 2079 | 2026-08-05T04:13:26.796Z | Checking miniz_oxide v0.8.9 |
| 2080 | 2026-08-05T04:13:26.832Z | Checking block-padding v0.4.2 |
| 2081 | 2026-08-05T04:13:26.869Z | Checking rustls-webpki v0.103.13 |
| 2082 | 2026-08-05T04:13:27.032Z | Checking camino v1.2.2 |
| 2083 | 2026-08-05T04:13:27.077Z | Checking pretty-hex v0.4.1 |
| 2084 | 2026-08-05T04:13:27.113Z | Checking inout v0.2.2 |
| 2085 | 2026-08-05T04:13:27.198Z | Checking plain v0.2.3 |
| 2086 | 2026-08-05T04:13:27.236Z | Checking openssl-probe v0.2.1 |
| 2087 | 2026-08-05T04:13:27.272Z | Checking regex v1.12.3 |
| 2088 | 2026-08-05T04:13:27.307Z | Checking serde_urlencoded v0.7.1 |
| 2089 | 2026-08-05T04:13:27.344Z | Checking rand_chacha v0.3.1 |
| 2090 | 2026-08-05T04:13:27.380Z | Checking encoding_rs v0.8.35 |
| 2091 | 2026-08-05T04:13:27.383Z | Checking ucd-trie v0.1.7 |
| 2092 | 2026-08-05T04:13:27.451Z | Checking rustls v0.23.41 |
| 2093 | 2026-08-05T04:13:27.530Z | Checking cipher v0.5.2 |
| 2094 | 2026-08-05T04:13:27.533Z | Checking spki v0.7.3 |
| 2095 | 2026-08-05T04:13:27.602Z | Checking pest v2.8.6 |
| 2096 | 2026-08-05T04:13:27.604Z | Checking rand v0.8.6 |
| 2097 | 2026-08-05T04:13:27.635Z | Checking futures-executor v0.3.32 |
| 2098 | 2026-08-05T04:13:27.759Z | Checking crc32fast v1.5.0 |
| 2099 | 2026-08-05T04:13:27.797Z | Checking sync_wrapper v1.0.2 |
| 2100 | 2026-08-05T04:13:27.849Z | Checking futures v0.3.32 |
| 2101 | 2026-08-05T04:13:27.928Z | Checking either v1.15.0 |
| 2102 | 2026-08-05T04:13:27.931Z | Checking tower v0.5.3 |
| 2103 | 2026-08-05T04:13:28.000Z | Checking pkcs8 v0.10.2 |
| 2104 | 2026-08-05T04:13:28.145Z | Checking iri-string v0.7.10 |
| 2105 | 2026-08-05T04:13:28.194Z | Checking zlib-rs v0.6.2 |
| 2106 | 2026-08-05T04:13:28.197Z | Checking foldhash v0.2.0 |
| 2107 | 2026-08-05T04:13:28.360Z | Checking static_assertions v1.1.0 |
| 2108 | 2026-08-05T04:13:28.398Z | Checking bit-vec v0.8.0 |
| 2109 | 2026-08-05T04:13:28.435Z | Checking hashbrown v0.16.1 |
| 2110 | 2026-08-05T04:13:28.470Z | Checking sha2 v0.10.9 |
| 2111 | 2026-08-05T04:13:28.625Z | Checking bit-set v0.8.0 |
| 2112 | 2026-08-05T04:13:28.676Z | Checking openapiv3 v2.2.0 |
| 2113 | 2026-08-05T04:13:28.721Z | Checking hyper v1.10.1 |
| 2114 | 2026-08-05T04:13:28.773Z | Checking wait-timeout v0.2.1 |
| 2115 | 2026-08-05T04:13:28.809Z | Checking lazy_static v1.5.0 |
| 2116 | 2026-08-05T04:13:28.925Z | Checking hubpack v0.1.2 |
| 2117 | 2026-08-05T04:13:28.930Z | Checking quick-error v1.2.3 |
| 2118 | 2026-08-05T04:13:28.995Z | Checking tinyvec_macros v0.1.1 |
| 2119 | 2026-08-05T04:13:29.088Z | Checking tinyvec v1.10.0 |
| 2120 | 2026-08-05T04:13:29.093Z | Checking flate2 v1.1.9 |
| 2121 | 2026-08-05T04:13:29.093Z | Checking rusty-fork v0.3.1 |
| 2122 | 2026-08-05T04:13:29.192Z | Checking rustls-native-certs v0.8.3 |
| 2123 | 2026-08-05T04:13:29.229Z | Checking tower-http v0.6.8 |
| 2124 | 2026-08-05T04:13:29.349Z | Checking rand_xorshift v0.4.0 |
| 2125 | 2026-08-05T04:13:29.386Z | Checking strum v0.26.3 |
| 2126 | 2026-08-05T04:13:29.423Z | Checking unarray v0.1.4 |
| 2127 | 2026-08-05T04:13:29.459Z | Checking psl-types v2.0.11 |
| 2128 | 2026-08-05T04:13:29.497Z | Checking cookie v0.18.1 |
| 2129 | 2026-08-05T04:13:29.537Z | Checking signature v2.2.0 |
| 2130 | 2026-08-05T04:13:29.540Z | Checking num-integer v0.1.46 |
| 2131 | 2026-08-05T04:13:29.608Z | Checking proptest v1.11.0 |
| 2132 | 2026-08-05T04:13:29.611Z | Checking publicsuffix v2.3.0 |
| 2133 | 2026-08-05T04:13:29.677Z | Checking hyper-util v0.1.20 |
| 2134 | 2026-08-05T04:13:29.714Z | Checking scroll v0.13.0 |
| 2135 | 2026-08-05T04:13:29.751Z | Checking anstyle-parse v0.2.7 |
| 2136 | 2026-08-05T04:13:29.755Z | Checking tokio-rustls v0.26.4 |
| 2137 | 2026-08-05T04:13:29.823Z | Checking rustls-platform-verifier v0.6.2 |
| 2138 | 2026-08-05T04:13:29.830Z | Checking cookie_store v0.22.1 |
| 2139 | 2026-08-05T04:13:29.927Z | Checking ahash v0.8.12 |
| 2140 | 2026-08-05T04:13:29.965Z | Checking goblin v0.10.5 |
| 2141 | 2026-08-05T04:13:29.969Z | Checking serde_spanned v0.6.9 |
| 2142 | 2026-08-05T04:13:30.037Z | Checking toml_datetime v0.6.11 |
| 2143 | 2026-08-05T04:13:30.073Z | Checking memmap2 v0.9.10 |
| 2144 | 2026-08-05T04:13:30.146Z | Checking base64 v0.21.7 |
| 2145 | 2026-08-05T04:13:30.183Z | Checking anstream v0.6.21 |
| 2146 | 2026-08-05T04:13:30.221Z | Checking dtrace-parser v0.3.0 |
| 2147 | 2026-08-05T04:13:30.258Z | Checking bstr v1.12.1 |
| 2148 | 2026-08-05T04:13:30.262Z | Checking thread-id v5.1.0 |
| 2149 | 2026-08-05T04:13:30.400Z | Checking data-encoding v2.10.0 |
| 2150 | 2026-08-05T04:13:30.438Z | Checking x509-cert v0.2.5 |
| 2151 | 2026-08-05T04:13:30.441Z | Checking hmac v0.12.1 |
| 2152 | 2026-08-05T04:13:30.507Z | Checking num-iter v0.1.45 |
| 2153 | 2026-08-05T04:13:30.633Z | Checking crossbeam-epoch v0.9.18 |
| 2154 | 2026-08-05T04:13:30.669Z | Checking memoffset v0.9.1 |
| 2155 | 2026-08-05T04:13:30.705Z | Checking scroll v0.12.0 |
| 2156 | 2026-08-05T04:13:30.708Z | Checking env_filter v1.0.0 |
| 2157 | 2026-08-05T04:13:30.775Z | Checking tap v1.0.1 |
| 2158 | 2026-08-05T04:13:30.878Z | Checking num-bigint-dig v0.8.6 |
| 2159 | 2026-08-05T04:13:30.918Z | Checking wyz v0.5.1 |
| 2160 | 2026-08-05T04:13:30.921Z | Checking env_logger v0.11.9 |
| 2161 | 2026-08-05T04:13:30.991Z | Checking goblin v0.8.2 |
| 2162 | 2026-08-05T04:13:30.994Z | Checking hyper-rustls v0.27.7 |
| 2163 | 2026-08-05T04:13:31.121Z | Checking pkcs1 v0.7.5 |
| 2164 | 2026-08-05T04:13:31.124Z | Checking zerocopy v0.7.35 |
| 2165 | 2026-08-05T04:13:31.193Z | Checking rustix v0.38.44 |
| 2166 | 2026-08-05T04:13:31.253Z | Checking reqwest v0.13.2 |
| 2167 | 2026-08-05T04:13:31.356Z | Checking radium v0.7.0 |
| 2168 | 2026-08-05T04:13:31.428Z | Checking newtype-uuid v1.3.2 |
| 2169 | 2026-08-05T04:13:31.555Z | Checking crc-catalog v2.4.0 |
| 2170 | 2026-08-05T04:13:31.660Z | Checking funty v2.0.0 |
| 2171 | 2026-08-05T04:13:31.663Z | Checking daft v0.1.7 |
| 2172 | 2026-08-05T04:13:31.734Z | Checking unicode-segmentation v1.12.0 |
| 2173 | 2026-08-05T04:13:31.740Z | Checking same-file v1.0.6 |
| 2174 | 2026-08-05T04:13:31.915Z | Checking walkdir v2.5.0 |
| 2175 | 2026-08-05T04:13:31.973Z | Checking rsa v0.9.10 |
| 2176 | 2026-08-05T04:13:32.008Z | Checking bitvec v1.0.1 |
| 2177 | 2026-08-05T04:13:32.011Z | Checking crc v3.4.0 |
| 2178 | 2026-08-05T04:13:32.077Z | Checking nix v0.31.2 |
| 2179 | 2026-08-05T04:13:32.116Z | Checking unicode-normalization v0.1.25 |
| 2180 | 2026-08-05T04:13:32.120Z | Checking dtrace-parser v0.2.0 |
| 2181 | 2026-08-05T04:13:32.236Z | Checking zerocopy v0.6.6 |
| 2182 | 2026-08-05T04:13:32.273Z | Checking dof v0.4.0 |
| 2183 | 2026-08-05T04:13:32.414Z | Checking ff v0.13.1 |
| 2184 | 2026-08-05T04:13:32.463Z | Checking maybe-uninit v2.0.0 |
| 2185 | 2026-08-05T04:13:32.546Z | Checking thread-id v4.2.2 |
| 2186 | 2026-08-05T04:13:32.584Z | Checking base16ct v0.2.0 |
| 2187 | 2026-08-05T04:13:32.587Z | Checking nodrop v0.1.14 |
| 2188 | 2026-08-05T04:13:32.587Z | Checking foreign-types-shared v0.1.1 |
| 2189 | 2026-08-05T04:13:32.687Z | Checking winnow v0.5.40 |
| 2190 | 2026-08-05T04:13:32.729Z | Checking foreign-types v0.3.2 |
| 2191 | 2026-08-05T04:13:32.766Z | Checking sec1 v0.7.3 |
| 2192 | 2026-08-05T04:13:32.769Z | Checking array-init v0.0.4 |
| 2193 | 2026-08-05T04:13:32.836Z | Checking group v0.13.0 |
| 2194 | 2026-08-05T04:13:32.878Z | Checking dof v0.3.0 |
| 2195 | 2026-08-05T04:13:32.916Z | Checking usdt-impl v0.6.0 |
| 2196 | 2026-08-05T04:13:32.997Z | Checking smallvec v0.6.14 |
| 2197 | 2026-08-05T04:13:33.035Z | Checking hkdf v0.12.4 |
| 2198 | 2026-08-05T04:13:33.113Z | Checking serde_with v3.21.0 |
| 2199 | 2026-08-05T04:13:33.190Z | Checking usdt-impl v0.5.0 |
| 2200 | 2026-08-05T04:13:33.228Z | Checking crypto-bigint v0.5.5 |
| 2201 | 2026-08-05T04:13:33.232Z | Checking bitfield v0.19.4 |
| 2202 | 2026-08-05T04:13:33.298Z | Checking usdt v0.6.0 |
| 2203 | 2026-08-05T04:13:33.301Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2204 | 2026-08-05T04:13:33.370Z | Checking packed_struct v0.10.1 |
| 2205 | 2026-08-05T04:13:33.447Z | Checking openssl-sys v0.9.117 |
| 2206 | 2026-08-05T04:13:33.497Z | Checking keccak v0.1.6 |
| 2207 | 2026-08-05T04:13:33.534Z | Checking hashbrown v0.12.3 |
| 2208 | 2026-08-05T04:13:33.571Z | Checking winnow v0.7.14 |
| 2209 | 2026-08-05T04:13:33.693Z | Checking foldhash v0.1.5 |
| 2210 | 2026-08-05T04:13:33.843Z | Checking openssl v0.10.80 |
| 2211 | 2026-08-05T04:13:33.883Z | Checking hashbrown v0.15.5 |
| 2212 | 2026-08-05T04:13:33.886Z | Checking toml_edit v0.19.15 |
| 2213 | 2026-08-05T04:13:33.960Z | Checking indexmap v1.9.3 |
| 2214 | 2026-08-05T04:13:34.153Z | Checking elliptic-curve v0.13.8 |
| 2215 | 2026-08-05T04:13:34.296Z | Checking sha3 v0.10.8 |
| 2216 | 2026-08-05T04:13:34.394Z | Checking bzip2 v0.4.4 |
| 2217 | 2026-08-05T04:13:34.449Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2218 | 2026-08-05T04:13:34.490Z | Checking serde-hex v0.1.0 |
| 2219 | 2026-08-05T04:13:34.530Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2220 | 2026-08-05T04:13:34.584Z | Checking ron v0.8.1 |
| 2221 | 2026-08-05T04:13:34.642Z | Checking hashbrown v0.13.2 |
| 2222 | 2026-08-05T04:13:34.709Z | Checking itertools v0.13.0 |
| 2223 | 2026-08-05T04:13:34.762Z | Checking winnow v1.0.3 |
| 2224 | 2026-08-05T04:13:34.918Z | Checking toml v0.7.8 |
| 2225 | 2026-08-05T04:13:35.072Z | Checking bitflags v1.3.2 |
| 2226 | 2026-08-05T04:13:35.110Z | Checking siphasher v1.0.2 |
| 2227 | 2026-08-05T04:13:35.144Z | Checking crc-any v2.5.0 |
| 2228 | 2026-08-05T04:13:35.182Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2229 | 2026-08-05T04:13:35.249Z | Checking object v0.30.4 |
| 2230 | 2026-08-05T04:13:35.290Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2231 | 2026-08-05T04:13:35.347Z | Checking zip v0.6.6 |
| 2232 | 2026-08-05T04:13:35.384Z | Checking globset v0.4.18 |
| 2233 | 2026-08-05T04:13:35.644Z | Checking signal-hook v0.3.18 |
| 2234 | 2026-08-05T04:13:35.682Z | Checking toml_write v0.1.2 |
| 2235 | 2026-08-05T04:13:35.719Z | Checking managed v0.8.0 |
| 2236 | 2026-08-05T04:13:35.755Z | Checking path-slash v0.1.5 |
| 2237 | 2026-08-05T04:13:35.838Z | Checking native-tls v0.2.18 |
| 2238 | 2026-08-05T04:13:35.876Z | Checking chacha20 v0.10.0 |
| 2239 | 2026-08-05T04:13:35.879Z | Checking toml_edit v0.22.27 |
| 2240 | 2026-08-05T04:13:35.879Z | Checking curve25519-dalek v4.1.3 |
| 2241 | 2026-08-05T04:13:35.980Z | Checking pin-project v1.1.11 |
| 2242 | 2026-08-05T04:13:36.015Z | Checking object v0.37.3 |
| 2243 | 2026-08-05T04:13:36.052Z | Checking jiff-core v0.1.0 |
| 2244 | 2026-08-05T04:13:36.106Z | Checking tokio-native-tls v0.3.1 |
| 2245 | 2026-08-05T04:13:36.224Z | Checking signal-hook-mio v0.2.5 |
| 2246 | 2026-08-05T04:13:36.288Z | Checking ed25519 v2.2.3 |
| 2247 | 2026-08-05T04:13:36.358Z | Checking pem v3.0.6 |
| 2248 | 2026-08-05T04:13:36.505Z | Checking ref-cast v1.0.25 |
| 2249 | 2026-08-05T04:13:36.546Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2250 | 2026-08-05T04:13:36.660Z | Checking hyper-tls v0.6.0 |
| 2251 | 2026-08-05T04:13:36.687Z | Checking zstd-safe v7.2.4 |
| 2252 | 2026-08-05T04:13:36.726Z | Checking ed25519-dalek v2.2.0 |
| 2253 | 2026-08-05T04:13:36.763Z | Checking jiff v0.2.34 |
| 2254 | 2026-08-05T04:13:36.828Z | Checking snafu v0.8.9 |
| 2255 | 2026-08-05T04:13:36.879Z | Checking serde_plain v1.0.2 |
| 2256 | 2026-08-05T04:13:36.980Z | Checking libbz2-rs-sys v0.2.2 |
| 2257 | 2026-08-05T04:13:36.983Z | Checking fixedbitset v0.5.7 |
| 2258 | 2026-08-05T04:13:37.059Z | Checking bumpalo v3.20.2 |
| 2259 | 2026-08-05T04:13:37.099Z | Checking typed-path v0.9.3 |
| 2260 | 2026-08-05T04:13:37.237Z | Checking petgraph v0.8.3 |
| 2261 | 2026-08-05T04:13:37.291Z | Checking zopfli v0.8.3 |
| 2262 | 2026-08-05T04:13:37.365Z | Checking zstd v0.13.3 |
| 2263 | 2026-08-05T04:13:37.406Z | Checking bzip2 v0.6.1 |
| 2264 | 2026-08-05T04:13:37.443Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2265 | 2026-08-05T04:13:37.580Z | Checking reqwest v0.12.28 |
| 2266 | 2026-08-05T04:13:37.616Z | Checking crossterm v0.28.1 |
| 2267 | 2026-08-05T04:13:37.651Z | Checking similar v2.7.0 |
| 2268 | 2026-08-05T04:13:37.895Z | Checking fs-err v3.3.0 |
| 2269 | 2026-08-05T04:13:38.065Z | Checking hash32 v0.2.1 |
| 2270 | 2026-08-05T04:13:38.234Z | Checking serde-big-array v0.5.1 |
| 2271 | 2026-08-05T04:13:38.271Z | Checking predicates-core v1.0.10 |
| 2272 | 2026-08-05T04:13:38.339Z | Checking unicode-bidi v0.3.18 |
| 2273 | 2026-08-05T04:13:38.342Z | Checking unicode-properties v0.1.4 |
| 2274 | 2026-08-05T04:13:38.413Z | Checking heapless v0.7.17 |
| 2275 | 2026-08-05T04:13:38.416Z | Checking olpc-cjson v0.1.4 |
| 2276 | 2026-08-05T04:13:38.485Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2277 | 2026-08-05T04:13:38.488Z | Checking hickory-proto v0.25.2 |
| 2278 | 2026-08-05T04:13:38.556Z | Checking byte-wrapper v0.1.0 |
| 2279 | 2026-08-05T04:13:38.615Z | Checking md-5 v0.10.6 |
| 2280 | 2026-08-05T04:13:38.654Z | Checking zip v4.6.1 |
| 2281 | 2026-08-05T04:13:38.698Z | Checking stringprep v0.1.5 |
| 2282 | 2026-08-05T04:13:38.779Z | Checking float-cmp v0.10.0 |
| 2283 | 2026-08-05T04:13:38.818Z | Checking difflib v0.4.0 |
| 2284 | 2026-08-05T04:13:38.821Z | Checking fallible-iterator v0.2.0 |
| 2285 | 2026-08-05T04:13:38.888Z | Checking normalize-line-endings v0.3.0 |
| 2286 | 2026-08-05T04:13:38.892Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2287 | 2026-08-05T04:13:38.892Z | Checking smoltcp v0.9.1 |
| 2288 | 2026-08-05T04:13:38.994Z | Checking tough v0.22.0 |
| 2289 | 2026-08-05T04:13:39.032Z | Checking iddqd v0.4.2 |
| 2290 | 2026-08-05T04:13:39.041Z | Checking predicates v3.1.4 |
| 2291 | 2026-08-05T04:13:39.145Z | Checking postgres-protocol v0.6.10 |
| 2292 | 2026-08-05T04:13:39.252Z | Checking phf_shared v0.13.1 |
| 2293 | 2026-08-05T04:13:39.386Z | Checking phf_shared v0.11.3 |
| 2294 | 2026-08-05T04:13:39.476Z | Checking tokio-stream v0.1.18 |
| 2295 | 2026-08-05T04:13:39.515Z | Checking buf-list v1.1.2 |
| 2296 | 2026-08-05T04:13:39.552Z | Checking strum v0.27.2 |
| 2297 | 2026-08-05T04:13:39.555Z | Checking precomputed-hash v0.1.1 |
| 2298 | 2026-08-05T04:13:39.622Z | Checking new_debug_unreachable v1.0.6 |
| 2299 | 2026-08-05T04:13:39.695Z | Checking fixedbitset v0.4.2 |
| 2300 | 2026-08-05T04:13:39.698Z | Checking lalrpop-util v0.19.12 |
| 2301 | 2026-08-05T04:13:39.768Z | Checking string_cache v0.8.9 |
| 2302 | 2026-08-05T04:13:39.771Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2303 | 2026-08-05T04:13:39.870Z | Checking postgres-types v0.2.12 |
| 2304 | 2026-08-05T04:13:39.908Z | Checking petgraph v0.6.5 |
| 2305 | 2026-08-05T04:13:39.943Z | Checking phf v0.13.1 |
| 2306 | 2026-08-05T04:13:39.979Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2307 | 2026-08-05T04:13:39.983Z | Checking peg-runtime v0.8.5 |
| 2308 | 2026-08-05T04:13:40.117Z | Checking whoami v2.1.0 |
| 2309 | 2026-08-05T04:13:40.225Z | Checking is-terminal v0.4.17 |
| 2310 | 2026-08-05T04:13:40.272Z | Checking crossbeam-channel v0.5.15 |
| 2311 | 2026-08-05T04:13:40.312Z | Checking thread_local v1.1.9 |
| 2312 | 2026-08-05T04:13:40.351Z | Checking term v1.2.1 |
| 2313 | 2026-08-05T04:13:40.384Z | Checking tokio-postgres v0.7.16 |
| 2314 | 2026-08-05T04:13:40.508Z | Checking take_mut v0.2.2 |
| 2315 | 2026-08-05T04:13:40.600Z | Checking slog-term v2.9.2 |
| 2316 | 2026-08-05T04:13:40.638Z | Compiling newtype-uuid-macros v0.1.0 |
| 2317 | 2026-08-05T04:13:40.673Z | Checking slog-async v2.8.0 |
| 2318 | 2026-08-05T04:13:40.874Z | Checking match_cfg v0.1.0 |
| 2319 | 2026-08-05T04:13:40.912Z | Checking slog-json v2.6.1 |
| 2320 | 2026-08-05T04:13:40.974Z | Checking hostname v0.3.1 |
| 2321 | 2026-08-05T04:13:41.016Z | Compiling multer v3.1.0 |
| 2322 | 2026-08-05T04:13:41.098Z | Compiling async-stream-impl v0.3.6 |
| 2323 | 2026-08-05T04:13:41.136Z | Checking slog-bunyan v2.5.0 |
| 2324 | 2026-08-05T04:13:41.193Z | Compiling dropshot v0.17.1 |
| 2325 | 2026-08-05T04:13:41.281Z | Compiling dropshot_endpoint v0.17.1 |
| 2326 | 2026-08-05T04:13:41.317Z | Checking debug-ignore v1.0.5 |
| 2327 | 2026-08-05T04:13:41.320Z | Checking progenitor-client v0.14.0 |
| 2328 | 2026-08-05T04:13:41.404Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2329 | 2026-08-05T04:13:41.477Z | Checking sha1 v0.11.0 |
| 2330 | 2026-08-05T04:13:41.522Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2331 | 2026-08-05T04:13:41.611Z | Checking serde_spanned v1.1.1 |
| 2332 | 2026-08-05T04:13:41.676Z | Checking serde_path_to_error v0.1.20 |
| 2333 | 2026-08-05T04:13:41.714Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2334 | 2026-08-05T04:13:41.718Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2335 | 2026-08-05T04:13:41.784Z | Checking compression-core v0.4.31 |
| 2336 | 2026-08-05T04:13:41.787Z | Checking async-stream v0.3.6 |
| 2337 | 2026-08-05T04:13:41.936Z | Checking compression-codecs v0.4.37 |
| 2338 | 2026-08-05T04:13:41.974Z | Checking rustls-pemfile v2.2.0 |
| 2339 | 2026-08-05T04:13:41.977Z | Checking toml v1.1.2+spec-1.1.0 |
| 2340 | 2026-08-05T04:13:41.977Z | Checking waitgroup v0.1.2 |
| 2341 | 2026-08-05T04:13:42.116Z | Checking hostname v0.4.2 |
| 2342 | 2026-08-05T04:13:42.152Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2343 | 2026-08-05T04:13:42.154Z | Checking async-compression v0.4.41 |
| 2344 | 2026-08-05T04:13:42.185Z | Checking atomicwrites v0.4.4 |
| 2345 | 2026-08-05T04:13:42.188Z | Checking itertools v0.14.0 |
| 2346 | 2026-08-05T04:13:42.292Z | Compiling parse-display-derive v0.10.0 |
| 2347 | 2026-08-05T04:13:42.296Z | Checking macaddr v1.0.1 |
| 2348 | 2026-08-05T04:13:42.371Z | Checking regress v0.10.5 |
| 2349 | 2026-08-05T04:13:42.374Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2350 | 2026-08-05T04:13:42.452Z | Checking instant v0.1.13 |
| 2351 | 2026-08-05T04:13:42.535Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2352 | 2026-08-05T04:13:42.572Z | Checking backoff v0.4.0 |
| 2353 | 2026-08-05T04:13:42.623Z | Checking backon v1.6.0 |
| 2354 | 2026-08-05T04:13:42.780Z | Checking humantime v2.3.0 |
| 2355 | 2026-08-05T04:13:42.820Z | Checking progenitor-extras v0.2.0 |
| 2356 | 2026-08-05T04:13:42.825Z | Checking unicode-width v0.2.0 |
| 2357 | 2026-08-05T04:13:42.893Z | Compiling convert_case v0.4.0 |
| 2358 | 2026-08-05T04:13:42.984Z | Checking half v2.7.1 |
| 2359 | 2026-08-05T04:13:43.074Z | Checking ciborium-io v0.2.2 |
| 2360 | 2026-08-05T04:13:43.127Z | Checking heck v0.5.0 |
| 2361 | 2026-08-05T04:13:43.218Z | Checking secrecy v0.10.3 |
| 2362 | 2026-08-05T04:13:43.286Z | Checking ciborium-ll v0.2.2 |
| 2363 | 2026-08-05T04:13:43.324Z | Compiling derive_more v0.99.20 |
| 2364 | 2026-08-05T04:13:43.327Z | Checking camino-tempfile v1.4.1 |
| 2365 | 2026-08-05T04:13:43.358Z | Checking indent_write v2.2.0 |
| 2366 | 2026-08-05T04:13:43.429Z | Compiling regress v0.11.1 |
| 2367 | 2026-08-05T04:13:43.490Z | Checking ciborium v0.2.2 |
| 2368 | 2026-08-05T04:13:43.546Z | Compiling crucible-workspace-hack v0.1.0 |
| 2369 | 2026-08-05T04:13:43.549Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2370 | 2026-08-05T04:13:43.842Z | Checking inout v0.1.4 |
| 2371 | 2026-08-05T04:13:43.941Z | Checking universal-hash v0.5.1 |
| 2372 | 2026-08-05T04:13:43.978Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2373 | 2026-08-05T04:13:44.016Z | Checking parse-display v0.10.0 |
| 2374 | 2026-08-05T04:13:44.019Z | Checking cipher v0.4.4 |
| 2375 | 2026-08-05T04:13:44.091Z | Checking opaque-debug v0.3.1 |
| 2376 | 2026-08-05T04:13:44.189Z | Checking poly1305 v0.8.0 |
| 2377 | 2026-08-05T04:13:44.229Z | Checking blake2 v0.10.6 |
| 2378 | 2026-08-05T04:13:44.265Z | Checking chacha20 v0.9.1 |
| 2379 | 2026-08-05T04:13:44.478Z | Checking aead v0.5.2 |
| 2380 | 2026-08-05T04:13:44.515Z | Checking password-hash v0.5.0 |
| 2381 | 2026-08-05T04:13:44.518Z | Compiling unsafe-libyaml v0.2.11 |
| 2382 | 2026-08-05T04:13:44.649Z | Checking chacha20poly1305 v0.10.1 |
| 2383 | 2026-08-05T04:13:44.766Z | Checking argon2 v0.5.3 |
| 2384 | 2026-08-05T04:13:44.805Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2385 | 2026-08-05T04:13:45.070Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2386 | 2026-08-05T04:13:45.140Z | Compiling typify-impl v0.6.2 |
| 2387 | 2026-08-05T04:13:45.176Z | Checking thiserror-no-std v2.0.2 |
| 2388 | 2026-08-05T04:13:45.235Z | Compiling serde_yaml v0.9.34+deprecated |
| 2389 | 2026-08-05T04:13:45.289Z | Checking vsss-rs v3.3.4 |
| 2390 | 2026-08-05T04:13:45.325Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2391 | 2026-08-05T04:13:45.637Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2392 | 2026-08-05T04:13:45.903Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2393 | 2026-08-05T04:13:45.941Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2394 | 2026-08-05T04:13:46.416Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2395 | 2026-08-05T04:13:46.536Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2396 | 2026-08-05T04:13:46.614Z | Checking swrite v0.1.0 |
| 2397 | 2026-08-05T04:13:46.677Z | Checking crossbeam-deque v0.8.6 |
| 2398 | 2026-08-05T04:13:46.680Z | Compiling rayon-core v1.13.0 |
| 2399 | 2026-08-05T04:13:46.746Z | Compiling num-derive v0.4.2 |
| 2400 | 2026-08-05T04:13:46.783Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2401 | 2026-08-05T04:13:46.883Z | Compiling proc-macro-error v1.0.4 |
| 2402 | 2026-08-05T04:13:47.057Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2403 | 2026-08-05T04:13:47.233Z | Checking tabwriter v1.4.1 |
| 2404 | 2026-08-05T04:13:47.325Z | Checking rayon v1.11.0 |
| 2405 | 2026-08-05T04:13:47.417Z | Checking colored v3.1.1 |
| 2406 | 2026-08-05T04:13:47.563Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2407 | 2026-08-05T04:13:47.601Z | Checking glob v0.3.3 |
| 2408 | 2026-08-05T04:13:47.641Z | Compiling proc-macro-crate v3.4.0 |
| 2409 | 2026-08-05T04:13:47.682Z | Compiling itertools v0.15.0 |
| 2410 | 2026-08-05T04:13:47.717Z | Compiling heapless v0.8.0 |
| 2411 | 2026-08-05T04:13:47.806Z | Checking toml v0.8.23 |
| 2412 | 2026-08-05T04:13:48.103Z | Checking hash32 v0.3.1 |
| 2413 | 2026-08-05T04:13:48.160Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2414 | 2026-08-05T04:13:48.225Z | Compiling num_enum_derive v0.7.6 |
| 2415 | 2026-08-05T04:13:48.262Z | Compiling smoltcp v0.11.0 |
| 2416 | 2026-08-05T04:13:48.444Z | Checking cobs v0.3.0 |
| 2417 | 2026-08-05T04:13:48.622Z | Compiling usdt-macro v0.5.0 |
| 2418 | 2026-08-05T04:13:48.694Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2419 | 2026-08-05T04:13:48.732Z | Compiling usdt-attr-macro v0.5.0 |
| 2420 | 2026-08-05T04:13:48.766Z | Checking memmap v0.7.0 |
| 2421 | 2026-08-05T04:13:48.846Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2422 | 2026-08-05T04:13:49.093Z | Compiling ingot-macros v0.2.0 |
| 2423 | 2026-08-05T04:13:49.137Z | Checking postcard v1.1.3 |
| 2424 | 2026-08-05T04:13:49.295Z | Checking num_enum v0.7.6 |
| 2425 | 2026-08-05T04:13:49.383Z | Checking rand v0.10.1 |
| 2426 | 2026-08-05T04:13:49.441Z | Compiling proc-macro-crate v1.3.1 |
| 2427 | 2026-08-05T04:13:49.477Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2428 | 2026-08-05T04:13:49.538Z | Checking usdt v0.5.0 |
| 2429 | 2026-08-05T04:13:49.624Z | Compiling typify-macro v0.6.2 |
| 2430 | 2026-08-05T04:13:49.703Z | Checking sigpipe v0.1.3 |
| 2431 | 2026-08-05T04:13:49.739Z | Compiling foreign-types-macros v0.2.3 |
| 2432 | 2026-08-05T04:13:49.810Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2433 | 2026-08-05T04:13:49.878Z | Checking foreign-types-shared v0.3.1 |
| 2434 | 2026-08-05T04:13:49.914Z | Compiling num_enum_derive v0.5.11 |
| 2435 | 2026-08-05T04:13:50.146Z | Checking cstr-argument v0.1.2 |
| 2436 | 2026-08-05T04:13:50.149Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2437 | 2026-08-05T04:13:50.247Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2438 | 2026-08-05T04:13:50.302Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2439 | 2026-08-05T04:13:50.345Z | Checking foreign-types v0.5.0 |
| 2440 | 2026-08-05T04:13:50.451Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2441 | 2026-08-05T04:13:50.556Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2442 | 2026-08-05T04:13:50.629Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2443 | 2026-08-05T04:13:50.666Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2444 | 2026-08-05T04:13:50.713Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2445 | 2026-08-05T04:13:50.751Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2446 | 2026-08-05T04:13:50.861Z | Compiling zone_cfg_derive v0.3.1 |
| 2447 | 2026-08-05T04:13:50.898Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2448 | 2026-08-05T04:13:50.962Z | Checking num_enum v0.5.11 |
| 2449 | 2026-08-05T04:13:51.101Z | Checking itertools v0.12.1 |
| 2450 | 2026-08-05T04:13:51.137Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2451 | 2026-08-05T04:13:51.140Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2452 | 2026-08-05T04:13:51.389Z | Compiling typify v0.6.2 |
| 2453 | 2026-08-05T04:13:51.528Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2454 | 2026-08-05T04:13:51.565Z | Compiling progenitor-impl v0.14.0 |
| 2455 | 2026-08-05T04:13:51.600Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2456 | 2026-08-05T04:13:51.666Z | Checking smf v0.2.3 |
| 2457 | 2026-08-05T04:13:51.710Z | Checking whoami v1.6.1 |
| 2458 | 2026-08-05T04:13:51.875Z | Compiling derive-where v1.6.0 |
| 2459 | 2026-08-05T04:13:51.912Z | Checking ingot-types v0.2.0 |
| 2460 | 2026-08-05T04:13:51.915Z | Checking tokio-dtrace v0.1.1 |
| 2461 | 2026-08-05T04:13:51.981Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2462 | 2026-08-05T04:13:52.120Z | Checking zone v0.3.1 |
| 2463 | 2026-08-05T04:13:52.164Z | Checking oxide-tokio-rt v0.1.4 |
| 2464 | 2026-08-05T04:13:52.308Z | Checking ingot v0.2.1 |
| 2465 | 2026-08-05T04:13:52.367Z | Checking console v0.15.11 |
| 2466 | 2026-08-05T04:13:52.500Z | Checking newline-converter v0.3.0 |
| 2467 | 2026-08-05T04:13:52.503Z | Checking bytecount v0.6.9 |
| 2468 | 2026-08-05T04:13:52.644Z | Checking unicode-width v0.1.14 |
| 2469 | 2026-08-05T04:13:52.680Z | Checking num-rational v0.4.2 |
| 2470 | 2026-08-05T04:13:52.683Z | Checking expectorate v1.2.0 |
| 2471 | 2026-08-05T04:13:52.874Z | Checking num-complex v0.4.6 |
| 2472 | 2026-08-05T04:13:52.918Z | Checking float-ord v0.3.2 |
| 2473 | 2026-08-05T04:13:52.984Z | Compiling cancel-safe-futures v0.1.5 |
| 2474 | 2026-08-05T04:13:53.050Z | Checking linear-map v1.2.0 |
| 2475 | 2026-08-05T04:13:53.191Z | Checking oxide-update-engine-types v0.1.2 |
| 2476 | 2026-08-05T04:13:53.306Z | Checking gethostname v0.5.0 |
| 2477 | 2026-08-05T04:13:53.309Z | Checking num v0.4.3 |
| 2478 | 2026-08-05T04:13:53.433Z | Compiling prettyplease v0.2.37 |
| 2479 | 2026-08-05T04:13:53.466Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2480 | 2026-08-05T04:13:53.645Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2481 | 2026-08-05T04:13:53.893Z | Compiling owo-colors v4.3.0 |
| 2482 | 2026-08-05T04:13:53.929Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2483 | 2026-08-05T04:13:53.965Z | Checking resolv-conf v0.7.6 |
| 2484 | 2026-08-05T04:13:54.059Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2485 | 2026-08-05T04:13:54.161Z | Checking oxide-update-engine v0.1.2 |
| 2486 | 2026-08-05T04:13:54.199Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2487 | 2026-08-05T04:13:54.234Z | Compiling progenitor-macro v0.14.0 |
| 2488 | 2026-08-05T04:13:54.269Z | Checking smawk v0.3.2 |
| 2489 | 2026-08-05T04:13:54.431Z | Checking unicode-linebreak v0.1.5 |
| 2490 | 2026-08-05T04:13:54.616Z | Checking papergrid v0.11.0 |
| 2491 | 2026-08-05T04:13:54.676Z | Compiling tabled_derive v0.7.0 |
| 2492 | 2026-08-05T04:13:54.970Z | Compiling convert_case v0.10.0 |
| 2493 | 2026-08-05T04:13:55.230Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2494 | 2026-08-05T04:13:55.267Z | Compiling slog-dtrace v0.3.0 |
| 2495 | 2026-08-05T04:13:55.299Z | Compiling derive_more-impl v2.1.1 |
| 2496 | 2026-08-05T04:13:55.518Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2497 | 2026-08-05T04:13:55.656Z | Checking tabled v0.15.0 |
| 2498 | 2026-08-05T04:13:55.859Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2499 | 2026-08-05T04:13:56.010Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2500 | 2026-08-05T04:13:56.130Z | Checking derive_more v2.1.1 |
| 2501 | 2026-08-05T04:13:56.274Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2502 | 2026-08-05T04:13:56.343Z | Checking crossterm v0.29.0 |
| 2503 | 2026-08-05T04:13:56.788Z | Checking linked-hash-map v0.5.6 |
| 2504 | 2026-08-05T04:13:56.988Z | Checking lru-cache v0.1.2 |
| 2505 | 2026-08-05T04:13:57.186Z | Checking hickory-proto v0.24.4 |
| 2506 | 2026-08-05T04:13:57.222Z | Checking fd-lock v4.0.4 |
| 2507 | 2026-08-05T04:13:57.747Z | Checking vte v0.14.1 |
| 2508 | 2026-08-05T04:13:57.891Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2509 | 2026-08-05T04:13:57.927Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2510 | 2026-08-05T04:13:58.126Z | Checking display-error-chain v0.2.2 |
| 2511 | 2026-08-05T04:13:58.259Z | Checking strip-ansi-escapes v0.2.1 |
| 2512 | 2026-08-05T04:13:58.535Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2513 | 2026-08-05T04:13:59.170Z | Checking progenitor v0.14.0 |
| 2514 | 2026-08-05T04:13:59.376Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2515 | 2026-08-05T04:13:59.755Z | Checking termtree v0.5.1 |
| 2516 | 2026-08-05T04:13:59.926Z | Checking nu-ansi-term v0.50.3 |
| 2517 | 2026-08-05T04:14:00.086Z | Checking hickory-resolver v0.24.4 |
| 2518 | 2026-08-05T04:14:00.162Z | Checking reedline v0.40.0 |
| 2519 | 2026-08-05T04:14:00.234Z | Checking textwrap v0.16.2 |
| 2520 | 2026-08-05T04:14:00.333Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2521 | 2026-08-05T04:14:00.610Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2522 | 2026-08-05T04:14:00.646Z | Compiling minimal-lexical v0.2.1 |
| 2523 | 2026-08-05T04:14:00.852Z | Checking qorb v0.4.1 |
| 2524 | 2026-08-05T04:14:00.928Z | Compiling nom v7.1.3 |
| 2525 | 2026-08-05T04:14:01.012Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2526 | 2026-08-05T04:14:01.348Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2527 | 2026-08-05T04:14:01.531Z | Compiling unicode-xid v0.2.6 |
| 2528 | 2026-08-05T04:14:01.692Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2529 | 2026-08-05T04:14:01.954Z | Compiling ar_archive_writer v0.5.1 |
| 2530 | 2026-08-05T04:14:02.075Z | Checking csv-core v0.1.13 |
| 2531 | 2026-08-05T04:14:02.111Z | Compiling stacker v0.1.23 |
| 2532 | 2026-08-05T04:14:02.283Z | Checking csv v1.4.0 |
| 2533 | 2026-08-05T04:14:02.329Z | Checking highway v1.3.0 |
| 2534 | 2026-08-05T04:14:02.354Z | Compiling semver v0.1.20 |
| 2535 | 2026-08-05T04:14:02.390Z | Compiling cfg_aliases v0.1.1 |
| 2536 | 2026-08-05T04:14:02.470Z | Checking nibble_vec v0.1.0 |
| 2537 | 2026-08-05T04:14:02.507Z | Compiling nix v0.28.0 |
| 2538 | 2026-08-05T04:14:02.573Z | Compiling rustc_version v0.1.7 |
| 2539 | 2026-08-05T04:14:02.631Z | Checking endian-type v0.1.2 |
| 2540 | 2026-08-05T04:14:02.666Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2541 | 2026-08-05T04:14:02.669Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2542 | 2026-08-05T04:14:02.788Z | Checking radix_trie v0.2.1 |
| 2543 | 2026-08-05T04:14:02.823Z | Compiling psm v0.1.30 |
| 2544 | 2026-08-05T04:14:02.826Z | Compiling newtype_derive v0.1.6 |
| 2545 | 2026-08-05T04:14:02.937Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2546 | 2026-08-05T04:14:03.027Z | Checking phf_shared v0.12.1 |
| 2547 | 2026-08-05T04:14:03.072Z | Checking nom v8.0.0 |
| 2548 | 2026-08-05T04:14:03.203Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2549 | 2026-08-05T04:14:03.263Z | Compiling chrono-tz v0.10.4 |
| 2550 | 2026-08-05T04:14:03.465Z | Checking phf v0.12.1 |
| 2551 | 2026-08-05T04:14:03.633Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2552 | 2026-08-05T04:14:03.739Z | Compiling const_format_proc_macros v0.2.34 |
| 2553 | 2026-08-05T04:14:03.742Z | Compiling peg-macros v0.8.5 |
| 2554 | 2026-08-05T04:14:03.857Z | Checking recursive v0.1.1 |
| 2555 | 2026-08-05T04:14:03.893Z | Checking winnow v0.6.26 |
| 2556 | 2026-08-05T04:14:03.992Z | Compiling sqlparser_derive v0.5.0 |
| 2557 | 2026-08-05T04:14:04.428Z | Checking home v0.5.12 |
| 2558 | 2026-08-05T04:14:04.567Z | Checking unicode_categories v0.1.1 |
| 2559 | 2026-08-05T04:14:04.604Z | Checking const_format v0.2.35 |
| 2560 | 2026-08-05T04:14:04.608Z | Checking rustyline v14.0.0 |
| 2561 | 2026-08-05T04:14:04.789Z | Checking sqlparser v0.61.0 |
| 2562 | 2026-08-05T04:14:05.080Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2563 | 2026-08-05T04:14:05.083Z | Checking sqlformat v0.3.5 |
| 2564 | 2026-08-05T04:14:05.150Z | Checking peg v0.8.5 |
| 2565 | 2026-08-05T04:14:05.251Z | Checking bcs v0.1.6 |
| 2566 | 2026-08-05T04:14:05.509Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2567 | 2026-08-05T04:14:05.560Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2568 | 2026-08-05T04:14:05.609Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2569 | 2026-08-05T04:14:05.784Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2570 | 2026-08-05T04:14:05.853Z | Checking steno v0.4.1 |
| 2571 | 2026-08-05T04:14:06.118Z | Checking sha1 v0.10.6 |
| 2572 | 2026-08-05T04:14:06.322Z | Checking filetime v0.2.27 |
| 2573 | 2026-08-05T04:14:06.490Z | Checking xattr v1.6.1 |
| 2574 | 2026-08-05T04:14:06.654Z | Checking tar v0.4.46 |
| 2575 | 2026-08-05T04:14:06.763Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2576 | 2026-08-05T04:14:06.872Z | Checking subprocess v0.2.15 |
| 2577 | 2026-08-05T04:14:06.916Z | Checking headers-core v0.3.0 |
| 2578 | 2026-08-05T04:14:06.964Z | Checking yasna v0.5.2 |
| 2579 | 2026-08-05T04:14:07.052Z | Checking headers v0.4.1 |
| 2580 | 2026-08-05T04:14:07.088Z | Checking port-file v0.1.0 |
| 2581 | 2026-08-05T04:14:07.180Z | Checking tagptr v0.2.0 |
| 2582 | 2026-08-05T04:14:07.300Z | Checking dropshot-api-manager-types v0.7.2 |
| 2583 | 2026-08-05T04:14:07.353Z | Checking moka v0.12.13 |
| 2584 | 2026-08-05T04:14:07.498Z | Checking rcgen v0.12.1 |
| 2585 | 2026-08-05T04:14:07.534Z | Checking utf-8 v0.7.6 |
| 2586 | 2026-08-05T04:14:07.744Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2587 | 2026-08-05T04:14:07.839Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2588 | 2026-08-05T04:14:07.919Z | Checking tungstenite v0.21.0 |
| 2589 | 2026-08-05T04:14:08.015Z | Checking hickory-resolver v0.25.2 |
| 2590 | 2026-08-05T04:14:08.333Z | Compiling libefi-sys v0.1.0 |
| 2591 | 2026-08-05T04:14:08.396Z | Checking tokio-tungstenite v0.21.0 |
| 2592 | 2026-08-05T04:14:08.487Z | Compiling bitfield-struct v0.6.2 |
| 2593 | 2026-08-05T04:14:08.593Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2594 | 2026-08-05T04:14:08.716Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2595 | 2026-08-05T04:14:08.794Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2596 | 2026-08-05T04:14:09.093Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2597 | 2026-08-05T04:14:09.129Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2598 | 2026-08-05T04:14:09.163Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2599 | 2026-08-05T04:14:09.199Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2600 | 2026-08-05T04:14:09.258Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2601 | 2026-08-05T04:14:09.293Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2602 | 2026-08-05T04:14:09.331Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2603 | 2026-08-05T04:14:09.334Z | Compiling xshell-macros v0.2.7 |
| 2604 | 2026-08-05T04:14:09.431Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2605 | 2026-08-05T04:14:09.466Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2606 | 2026-08-05T04:14:09.728Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2607 | 2026-08-05T04:14:09.762Z | Checking xshell v0.2.7 |
| 2608 | 2026-08-05T04:14:09.993Z | Checking half v1.8.3 |
| 2609 | 2026-08-05T04:14:10.059Z | Checking libscf-sys v1.2.0 |
| 2610 | 2026-08-05T04:14:10.161Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2611 | 2026-08-05T04:14:10.221Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2612 | 2026-08-05T04:14:10.257Z | Checking serde_cbor v0.11.2 |
| 2613 | 2026-08-05T04:14:10.454Z | Checking papergrid v0.17.0 |
| 2614 | 2026-08-05T04:14:10.488Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2615 | 2026-08-05T04:14:10.580Z | Compiling proc-macro-error2 v2.0.1 |
| 2616 | 2026-08-05T04:14:10.656Z | Checking testing_table v0.3.0 |
| 2617 | 2026-08-05T04:14:10.753Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2618 | 2026-08-05T04:14:10.788Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2619 | 2026-08-05T04:14:10.909Z | Compiling tabled_derive v0.11.0 |
| 2620 | 2026-08-05T04:14:11.258Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2621 | 2026-08-05T04:14:11.552Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2622 | 2026-08-05T04:14:11.590Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2623 | 2026-08-05T04:14:11.593Z | Checking maplit v1.0.2 |
| 2624 | 2026-08-05T04:14:11.737Z | Checking crc8 v0.1.1 |
| 2625 | 2026-08-05T04:14:11.772Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2626 | 2026-08-05T04:14:11.863Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2627 | 2026-08-05T04:14:12.087Z | Checking tabled v0.20.0 |
| 2628 | 2026-08-05T04:14:12.275Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2629 | 2026-08-05T04:14:12.330Z | Checking unicase v2.9.0 |
| 2630 | 2026-08-05T04:14:12.371Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2631 | 2026-08-05T04:14:12.504Z | Checking fxhash v0.2.1 |
| 2632 | 2026-08-05T04:14:12.538Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2633 | 2026-08-05T04:14:12.657Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2634 | 2026-08-05T04:14:12.784Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2635 | 2026-08-05T04:14:12.877Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2636 | 2026-08-05T04:14:12.941Z | Compiling darling_core v0.21.3 |
| 2637 | 2026-08-05T04:14:13.132Z | Checking sha2 v0.11.0 |
| 2638 | 2026-08-05T04:14:13.369Z | Compiling vergen-lib v0.1.6 |
| 2639 | 2026-08-05T04:14:13.408Z | Compiling diesel_derives v2.3.7 |
| 2640 | 2026-08-05T04:14:13.667Z | Checking scheduled-thread-pool v0.2.7 |
| 2641 | 2026-08-05T04:14:13.701Z | Compiling vergen-gitcl v1.0.8 |
| 2642 | 2026-08-05T04:14:13.848Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2643 | 2026-08-05T04:14:13.882Z | Checking r2d2 v0.8.10 |
| 2644 | 2026-08-05T04:14:14.086Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2645 | 2026-08-05T04:14:14.120Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2646 | 2026-08-05T04:14:14.290Z | Checking downcast-rs v2.0.2 |
| 2647 | 2026-08-05T04:14:14.436Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2648 | 2026-08-05T04:14:14.451Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2649 | 2026-08-05T04:14:14.717Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2650 | 2026-08-05T04:14:14.898Z | Checking kstat-rs v0.2.4 |
| 2651 | 2026-08-05T04:14:14.932Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2652 | 2026-08-05T04:14:14.966Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2653 | 2026-08-05T04:14:15.002Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2654 | 2026-08-05T04:14:15.123Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2655 | 2026-08-05T04:14:15.204Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2656 | 2026-08-05T04:14:15.562Z | Compiling darling_macro v0.21.3 |
| 2657 | 2026-08-05T04:14:15.837Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2658 | 2026-08-05T04:14:15.873Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2659 | 2026-08-05T04:14:16.097Z | Compiling darling v0.21.3 |
| 2660 | 2026-08-05T04:14:16.173Z | Compiling dirs-sys-next v0.1.2 |
| 2661 | 2026-08-05T04:14:16.217Z | Compiling dsl_auto_type v0.2.0 |
| 2662 | 2026-08-05T04:14:16.292Z | Compiling parking_lot_core v0.8.6 |
| 2663 | 2026-08-05T04:14:16.482Z | Compiling crunchy v0.2.4 |
| 2664 | 2026-08-05T04:14:16.571Z | Compiling dirs-next v2.0.0 |
| 2665 | 2026-08-05T04:14:16.652Z | Compiling clang-sys v1.8.1 |
| 2666 | 2026-08-05T04:14:16.755Z | Compiling git-stub v1.0.0 |
| 2667 | 2026-08-05T04:14:16.825Z | Compiling tiny-keccak v2.0.2 |
| 2668 | 2026-08-05T04:14:17.006Z | Compiling git-stub-vcs v0.1.0 |
| 2669 | 2026-08-05T04:14:17.074Z | Compiling term v0.7.0 |
| 2670 | 2026-08-05T04:14:17.186Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2671 | 2026-08-05T04:14:17.227Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2672 | 2026-08-05T04:14:17.383Z | Compiling bit-vec v0.6.3 |
| 2673 | 2026-08-05T04:14:17.400Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2674 | 2026-08-05T04:14:17.534Z | Checking parking_lot v0.11.2 |
| 2675 | 2026-08-05T04:14:17.618Z | Compiling bit-set v0.5.3 |
| 2676 | 2026-08-05T04:14:17.653Z | Compiling ascii-canvas v3.0.0 |
| 2677 | 2026-08-05T04:14:17.656Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2678 | 2026-08-05T04:14:17.806Z | Checking prefix-trie v0.7.0 |
| 2679 | 2026-08-05T04:14:17.881Z | Compiling itertools v0.10.5 |
| 2680 | 2026-08-05T04:14:17.920Z | Compiling ena v0.14.4 |
| 2681 | 2026-08-05T04:14:18.003Z | Compiling libloading v0.8.9 |
| 2682 | 2026-08-05T04:14:18.155Z | Compiling bindgen v0.71.1 |
| 2683 | 2026-08-05T04:14:18.189Z | Compiling diff v0.1.13 |
| 2684 | 2026-08-05T04:14:18.198Z | Compiling regex-syntax v0.6.29 |
| 2685 | 2026-08-05T04:14:18.457Z | Checking hickory-server v0.25.2 |
| 2686 | 2026-08-05T04:14:18.521Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2687 | 2026-08-05T04:14:18.663Z | Checking sled v0.34.7 |
| 2688 | 2026-08-05T04:14:19.046Z | Compiling cexpr v0.6.0 |
| 2689 | 2026-08-05T04:14:19.147Z | Checking nanorand v0.7.0 |
| 2690 | 2026-08-05T04:14:19.376Z | Compiling rustc-hash v2.1.1 |
| 2691 | 2026-08-05T04:14:19.539Z | Compiling salty v0.3.0 |
| 2692 | 2026-08-05T04:14:19.726Z | Compiling lalrpop v0.19.12 |
| 2693 | 2026-08-05T04:14:19.762Z | Checking flume v0.11.1 |
| 2694 | 2026-08-05T04:14:19.909Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2695 | 2026-08-05T04:14:20.035Z | Compiling libxml v0.3.3 |
| 2696 | 2026-08-05T04:14:20.370Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2697 | 2026-08-05T04:14:20.629Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2698 | 2026-08-05T04:14:20.823Z | Compiling strum_macros v0.24.3 |
| 2699 | 2026-08-05T04:14:20.971Z | Compiling indoc v1.0.9 |
| 2700 | 2026-08-05T04:14:21.433Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2701 | 2026-08-05T04:14:21.660Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2702 | 2026-08-05T04:14:21.856Z | Compiling progenitor-impl v0.13.0 |
| 2703 | 2026-08-05T04:14:21.890Z | Checking quick-xml v0.37.5 |
| 2704 | 2026-08-05T04:14:22.031Z | Checking derive_builder v0.20.2 |
| 2705 | 2026-08-05T04:14:22.125Z | Checking diesel v2.3.7 |
| 2706 | 2026-08-05T04:14:22.164Z | Compiling oso-derive v0.27.3 |
| 2707 | 2026-08-05T04:14:22.197Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2708 | 2026-08-05T04:14:22.692Z | Compiling trait-variant v0.1.2 |
| 2709 | 2026-08-05T04:14:22.775Z | Checking openssl-probe v0.1.6 |
| 2710 | 2026-08-05T04:14:22.916Z | Checking assert_matches v1.5.0 |
| 2711 | 2026-08-05T04:14:23.067Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2712 | 2026-08-05T04:14:23.294Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2713 | 2026-08-05T04:14:23.743Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2714 | 2026-08-05T04:14:24.170Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2715 | 2026-08-05T04:14:24.358Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2716 | 2026-08-05T04:14:24.475Z | Compiling progenitor-macro v0.13.0 |
| 2717 | 2026-08-05T04:14:25.187Z | Checking progenitor-client v0.13.0 |
| 2718 | 2026-08-05T04:14:25.462Z | Checking rfc6979 v0.4.0 |
| 2719 | 2026-08-05T04:14:25.494Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2720 | 2026-08-05T04:14:25.617Z | Checking ecdsa v0.16.9 |
| 2721 | 2026-08-05T04:14:25.686Z | Checking primeorder v0.13.6 |
| 2722 | 2026-08-05T04:14:25.961Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2723 | 2026-08-05T04:14:25.996Z | Checking p384 v0.13.1 |
| 2724 | 2026-08-05T04:14:26.446Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2725 | 2026-08-05T04:14:26.618Z | Checking predicates-tree v1.0.13 |
| 2726 | 2026-08-05T04:14:26.668Z | Checking bb8 v0.8.6 |
| 2727 | 2026-08-05T04:14:26.765Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2728 | 2026-08-05T04:14:27.109Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2729 | 2026-08-05T04:14:27.216Z | Compiling mime_guess v2.0.5 |
| 2730 | 2026-08-05T04:14:27.331Z | Checking http-range v0.1.5 |
| 2731 | 2026-08-05T04:14:27.709Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2732 | 2026-08-05T04:14:27.844Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2733 | 2026-08-05T04:14:28.125Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2734 | 2026-08-05T04:14:28.221Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2735 | 2026-08-05T04:14:28.372Z | Checking corncobs v0.1.4 |
| 2736 | 2026-08-05T04:14:28.459Z | Checking nonempty v0.12.0 |
| 2737 | 2026-08-05T04:14:28.535Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2738 | 2026-08-05T04:14:28.709Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2739 | 2026-08-05T04:14:29.083Z | Checking ignore v0.4.25 |
| 2740 | 2026-08-05T04:14:29.194Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2741 | 2026-08-05T04:14:29.368Z | Checking secrecy v0.8.0 |
| 2742 | 2026-08-05T04:14:29.444Z | Checking progenitor v0.13.0 |
| 2743 | 2026-08-05T04:14:29.517Z | Checking globwalk v0.9.1 |
| 2744 | 2026-08-05T04:14:29.617Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2745 | 2026-08-05T04:14:29.730Z | Checking hyper-staticfile v0.10.1 |
| 2746 | 2026-08-05T04:14:30.052Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2747 | 2026-08-05T04:14:30.155Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2748 | 2026-08-05T04:14:30.377Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6d037cb60304413302e3f3658e4850980cee77b0#6d037cb6) |
| 2749 | 2026-08-05T04:14:30.715Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2750 | 2026-08-05T04:14:30.977Z | Checking signal-hook-tokio v0.3.1 |
| 2751 | 2026-08-05T04:14:31.145Z | Checking digest-io v0.1.0 |
| 2752 | 2026-08-05T04:14:31.311Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2753 | 2026-08-05T04:14:31.398Z | Checking rawzip v0.4.4 |
| 2754 | 2026-08-05T04:14:31.574Z | Checking camino-tempfile-ext v0.3.3 |
| 2755 | 2026-08-05T04:14:31.620Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2756 | 2026-08-05T04:14:31.804Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2757 | 2026-08-05T04:14:31.873Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2758 | 2026-08-05T04:14:31.987Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2759 | 2026-08-05T04:14:32.417Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2760 | 2026-08-05T04:14:32.621Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2761 | 2026-08-05T04:14:33.117Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2762 | 2026-08-05T04:14:33.195Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2763 | 2026-08-05T04:14:33.558Z | Checking illumos-nvpair v0.3.0 |
| 2764 | 2026-08-05T04:14:33.713Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2765 | 2026-08-05T04:14:33.758Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2766 | 2026-08-05T04:14:33.792Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2767 | 2026-08-05T04:14:34.121Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2768 | 2026-08-05T04:14:34.164Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2769 | 2026-08-05T04:14:34.200Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2770 | 2026-08-05T04:14:34.205Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2771 | 2026-08-05T04:14:34.338Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2772 | 2026-08-05T04:14:36.122Z | Checking diesel-dtrace v0.5.0 |
| 2773 | 2026-08-05T04:14:36.187Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2774 | 2026-08-05T04:14:36.252Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2775 | 2026-08-05T04:14:36.403Z | Checking async-bb8-diesel v0.2.1 |
| 2776 | 2026-08-05T04:14:36.791Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2777 | 2026-08-05T04:14:36.996Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2778 | 2026-08-05T04:14:37.178Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2779 | 2026-08-05T04:14:37.212Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2780 | 2026-08-05T04:14:37.579Z | Checking tungstenite v0.23.0 |
| 2781 | 2026-08-05T04:14:37.640Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2782 | 2026-08-05T04:14:38.033Z | Checking tokio-tungstenite v0.23.1 |
| 2783 | 2026-08-05T04:14:38.068Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2784 | 2026-08-05T04:14:38.351Z | Checking void v1.0.2 |
| 2785 | 2026-08-05T04:14:38.494Z | Checking lzss v0.8.2 |
| 2786 | 2026-08-05T04:14:38.724Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2787 | 2026-08-05T04:14:38.920Z | Checking nix v0.27.1 |
| 2788 | 2026-08-05T04:14:39.080Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2789 | 2026-08-05T04:14:39.261Z | Checking rand_seeder v0.4.0 |
| 2790 | 2026-08-05T04:14:39.297Z | Checking serde_bytes v0.11.19 |
| 2791 | 2026-08-05T04:14:39.444Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2792 | 2026-08-05T04:14:39.479Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2793 | 2026-08-05T04:14:39.513Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2794 | 2026-08-05T04:14:39.706Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2795 | 2026-08-05T04:14:39.805Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2796 | 2026-08-05T04:14:40.448Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2797 | 2026-08-05T04:14:40.606Z | Checking is_ci v1.2.0 |
| 2798 | 2026-08-05T04:14:40.706Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2799 | 2026-08-05T04:14:40.743Z | Checking cpubits v0.1.1 |
| 2800 | 2026-08-05T04:14:40.780Z | Checking yansi v1.0.1 |
| 2801 | 2026-08-05T04:14:40.944Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2802 | 2026-08-05T04:14:41.022Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2803 | 2026-08-05T04:14:41.064Z | Checking pretty_assertions v1.4.1 |
| 2804 | 2026-08-05T04:14:41.133Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2805 | 2026-08-05T04:14:41.226Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2806 | 2026-08-05T04:14:41.307Z | Checking pem-rfc7468 v1.0.0 |
| 2807 | 2026-08-05T04:14:41.503Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2808 | 2026-08-05T04:14:41.779Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2809 | 2026-08-05T04:14:42.009Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2810 | 2026-08-05T04:14:42.585Z | Checking hmac v0.13.0 |
| 2811 | 2026-08-05T04:14:42.781Z | Checking universal-hash v0.6.1 |
| 2812 | 2026-08-05T04:14:42.815Z | Compiling libz-sys v1.1.24 |
| 2813 | 2026-08-05T04:14:42.929Z | Checking arc-swap v1.8.2 |
| 2814 | 2026-08-05T04:14:42.964Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2815 | 2026-08-05T04:14:43.191Z | Compiling instability v0.3.11 |
| 2816 | 2026-08-05T04:14:43.195Z | Checking slog-scope v4.4.1 |
| 2817 | 2026-08-05T04:14:43.297Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2818 | 2026-08-05T04:14:43.401Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2819 | 2026-08-05T04:14:43.513Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2820 | 2026-08-05T04:14:43.547Z | Checking castaway v0.2.4 |
| 2821 | 2026-08-05T04:14:43.698Z | Compiling indoc v2.0.7 |
| 2822 | 2026-08-05T04:14:43.789Z | Checking compact_str v0.8.1 |
| 2823 | 2026-08-05T04:14:44.217Z | Checking slog-stdlog v4.1.1 |
| 2824 | 2026-08-05T04:14:44.374Z | Checking polyval v0.7.1 |
| 2825 | 2026-08-05T04:14:44.581Z | Checking der v0.8.0 |
| 2826 | 2026-08-05T04:14:44.802Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2827 | 2026-08-05T04:14:44.940Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2828 | 2026-08-05T04:14:45.070Z | Checking unicode-truncate v1.1.0 |
| 2829 | 2026-08-05T04:14:45.166Z | Checking lru v0.12.5 |
| 2830 | 2026-08-05T04:14:45.202Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2831 | 2026-08-05T04:14:45.247Z | Checking cassowary v0.3.0 |
| 2832 | 2026-08-05T04:14:45.443Z | Checking ghash v0.6.0 |
| 2833 | 2026-08-05T04:14:45.487Z | Checking slog-envlogger v2.2.0 |
| 2834 | 2026-08-05T04:14:45.522Z | Checking ratatui v0.29.0 |
| 2835 | 2026-08-05T04:14:45.680Z | Checking pbkdf2 v0.13.0 |
| 2836 | 2026-08-05T04:14:45.742Z | Checking aes v0.9.1 |
| 2837 | 2026-08-05T04:14:45.828Z | Checking crypto-bigint v0.7.5 |
| 2838 | 2026-08-05T04:14:46.180Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2839 | 2026-08-05T04:14:46.850Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2840 | 2026-08-05T04:14:47.099Z | Checking ctr v0.10.1 |
| 2841 | 2026-08-05T04:14:47.312Z | Checking aead v0.6.1 |
| 2842 | 2026-08-05T04:14:47.420Z | Checking cargo-platform v0.3.2 |
| 2843 | 2026-08-05T04:14:47.481Z | Checking aes-gcm v0.11.0 |
| 2844 | 2026-08-05T04:14:47.632Z | Checking cargo_metadata v0.23.1 |
| 2845 | 2026-08-05T04:14:47.679Z | Checking spki v0.8.0 |
| 2846 | 2026-08-05T04:14:47.884Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2847 | 2026-08-05T04:14:48.079Z | Checking supports-color v3.0.2 |
| 2848 | 2026-08-05T04:14:48.260Z | Checking console v0.16.2 |
| 2849 | 2026-08-05T04:14:48.424Z | Checking salsa20 v0.11.0 |
| 2850 | 2026-08-05T04:14:48.601Z | Compiling vergen-git2 v9.1.0 |
| 2851 | 2026-08-05T04:14:48.604Z | Checking plotters-backend v0.3.7 |
| 2852 | 2026-08-05T04:14:48.827Z | Checking unit-prefix v0.5.2 |
| 2853 | 2026-08-05T04:14:48.872Z | Checking plotters-svg v0.3.7 |
| 2854 | 2026-08-05T04:14:48.989Z | Checking indicatif v0.18.4 |
| 2855 | 2026-08-05T04:14:49.101Z | Checking scrypt v0.12.0 |
| 2856 | 2026-08-05T04:14:49.291Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2857 | 2026-08-05T04:14:49.326Z | Checking cbc v0.2.1 |
| 2858 | 2026-08-05T04:14:49.403Z | Checking libsw-core v0.3.2 |
| 2859 | 2026-08-05T04:14:49.492Z | Checking cast v0.3.0 |
| 2860 | 2026-08-05T04:14:49.573Z | Checking pkcs5 v0.8.1 |
| 2861 | 2026-08-05T04:14:49.607Z | Checking libsw v3.5.0 |
| 2862 | 2026-08-05T04:14:49.674Z | Checking criterion-plot v0.6.0 |
| 2863 | 2026-08-05T04:14:49.790Z | Checking plotters v0.3.7 |
| 2864 | 2026-08-05T04:14:49.898Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2865 | 2026-08-05T04:14:49.950Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2866 | 2026-08-05T04:14:50.173Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2867 | 2026-08-05T04:14:50.397Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2868 | 2026-08-05T04:14:50.559Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2869 | 2026-08-05T04:14:50.621Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2870 | 2026-08-05T04:14:50.783Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2871 | 2026-08-05T04:14:50.843Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2872 | 2026-08-05T04:14:50.896Z | Checking colored v2.2.0 |
| 2873 | 2026-08-05T04:14:51.012Z | Checking tinytemplate v1.2.1 |
| 2874 | 2026-08-05T04:14:51.126Z | Checking anes v0.1.6 |
| 2875 | 2026-08-05T04:14:51.261Z | Checking oorandom v11.1.5 |
| 2876 | 2026-08-05T04:14:51.335Z | Checking shell-words v1.1.1 |
| 2877 | 2026-08-05T04:14:51.405Z | Checking criterion v0.7.0 |
| 2878 | 2026-08-05T04:14:51.526Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2879 | 2026-08-05T04:14:51.805Z | Checking pkcs8 v0.11.0 |
| 2880 | 2026-08-05T04:14:52.039Z | Checking oxide-update-engine-display v0.1.2 |
| 2881 | 2026-08-05T04:14:52.373Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2882 | 2026-08-05T04:14:52.618Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2883 | 2026-08-05T04:14:52.951Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2884 | 2026-08-05T04:14:53.796Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2885 | 2026-08-05T04:14:54.638Z | Checking tokio-test v0.4.5 |
| 2886 | 2026-08-05T04:14:54.882Z | Checking ff v0.14.0 |
| 2887 | 2026-08-05T04:14:55.053Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2888 | 2026-08-05T04:14:55.278Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2889 | 2026-08-05T04:14:55.684Z | Checking twox-hash v2.1.2 |
| 2890 | 2026-08-05T04:14:56.013Z | Checking atty v0.2.14 |
| 2891 | 2026-08-05T04:14:56.117Z | Checking arrayvec v0.7.6 |
| 2892 | 2026-08-05T04:14:56.151Z | Checking arrayref v0.3.9 |
| 2893 | 2026-08-05T04:14:56.256Z | Checking constant_time_eq v0.4.2 |
| 2894 | 2026-08-05T04:14:56.385Z | Checking group v0.14.0 |
| 2895 | 2026-08-05T04:14:56.426Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2896 | 2026-08-05T04:14:56.572Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2897 | 2026-08-05T04:14:56.622Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2898 | 2026-08-05T04:14:56.659Z | Checking fatfs v0.3.6 |
| 2899 | 2026-08-05T04:14:57.143Z | Checking signature v3.0.0 |
| 2900 | 2026-08-05T04:14:57.287Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2901 | 2026-08-05T04:14:57.325Z | Compiling seq-macro v0.3.6 |
| 2902 | 2026-08-05T04:14:57.613Z | Checking base16ct v1.0.0 |
| 2903 | 2026-08-05T04:14:57.773Z | Checking sec1 v0.8.1 |
| 2904 | 2026-08-05T04:14:57.851Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2905 | 2026-08-05T04:14:57.995Z | Checking hkdf v0.13.0 |
| 2906 | 2026-08-05T04:14:57.998Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2907 | 2026-08-05T04:14:58.159Z | Checking concurrent-queue v2.5.0 |
| 2908 | 2026-08-05T04:14:58.205Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2909 | 2026-08-05T04:14:58.374Z | Compiling petname v2.0.2 |
| 2910 | 2026-08-05T04:14:58.623Z | Checking parking v2.2.1 |
| 2911 | 2026-08-05T04:14:58.780Z | Checking event-listener v5.4.1 |
| 2912 | 2026-08-05T04:14:59.038Z | Checking elliptic-curve v0.14.1 |
| 2913 | 2026-08-05T04:14:59.070Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2914 | 2026-08-05T04:14:59.466Z | Checking rtoolbox v0.0.3 |
| 2915 | 2026-08-05T04:14:59.629Z | Checking rpassword v7.5.4 |
| 2916 | 2026-08-05T04:14:59.823Z | Checking event-listener-strategy v0.5.4 |
| 2917 | 2026-08-05T04:14:59.992Z | Checking wnaf v0.14.0 |
| 2918 | 2026-08-05T04:14:59.995Z | Checking primefield v0.14.0 |
| 2919 | 2026-08-05T04:15:00.062Z | Compiling samael v0.0.19 |
| 2920 | 2026-08-05T04:15:00.223Z | Checking rfc6979 v0.6.0 |
| 2921 | 2026-08-05T04:15:00.226Z | Checking tui-tree-widget v0.23.1 |
| 2922 | 2026-08-05T04:15:00.394Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2923 | 2026-08-05T04:15:00.471Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2924 | 2026-08-05T04:15:00.586Z | Checking sapling-renderdag v0.1.0 |
| 2925 | 2026-08-05T04:15:00.860Z | Compiling blake3 v1.8.5 |
| 2926 | 2026-08-05T04:15:01.253Z | Checking futures-timer v3.0.3 |
| 2927 | 2026-08-05T04:15:01.469Z | Checking sync-ptr v0.1.4 |
| 2928 | 2026-08-05T04:15:01.617Z | Checking ecdsa v0.17.0 |
| 2929 | 2026-08-05T04:15:02.008Z | Checking primeorder v0.14.0 |
| 2930 | 2026-08-05T04:15:02.050Z | Checking async-lock v3.4.2 |
| 2931 | 2026-08-05T04:15:02.084Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2932 | 2026-08-05T04:15:02.308Z | Compiling curve25519-dalek v5.0.0 |
| 2933 | 2026-08-05T04:15:02.436Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2934 | 2026-08-05T04:15:02.472Z | Checking async-object-pool v0.2.0 |
| 2935 | 2026-08-05T04:15:02.824Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2936 | 2026-08-05T04:15:02.928Z | Checking ssh-encoding v0.3.0 |
| 2937 | 2026-08-05T04:15:03.182Z | Checking serde_regex v1.1.0 |
| 2938 | 2026-08-05T04:15:03.380Z | Checking assert-json-diff v2.0.2 |
| 2939 | 2026-08-05T04:15:03.589Z | Checking path-tree v0.8.3 |
| 2940 | 2026-08-05T04:15:03.812Z | Checking keccak v0.2.0 |
| 2941 | 2026-08-05T04:15:03.856Z | Checking stringmetrics v2.2.2 |
| 2942 | 2026-08-05T04:15:04.006Z | Checking topological-sort v0.2.2 |
| 2943 | 2026-08-05T04:15:04.047Z | Compiling strsim v0.10.0 |
| 2944 | 2026-08-05T04:15:04.175Z | Checking omicron-zone-package v0.12.3 |
| 2945 | 2026-08-05T04:15:04.386Z | Compiling darling_core v0.13.4 |
| 2946 | 2026-08-05T04:15:05.082Z | Checking httpmock v0.8.3 |
| 2947 | 2026-08-05T04:15:05.171Z | Checking ed25519 v3.0.0 |
| 2948 | 2026-08-05T04:15:05.433Z | Checking crypto-primes v0.7.2 |
| 2949 | 2026-08-05T04:15:06.023Z | Checking pkcs1 v0.8.0-rc.4 |
| 2950 | 2026-08-05T04:15:06.248Z | Checking poly1305 v0.9.0 |
| 2951 | 2026-08-05T04:15:06.283Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2952 | 2026-08-05T04:15:06.419Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2953 | 2026-08-05T04:15:06.549Z | Checking blowfish v0.10.0 |
| 2954 | 2026-08-05T04:15:06.716Z | Checking blake2 v0.11.0-rc.6 |
| 2955 | 2026-08-05T04:15:06.752Z | Checking gimli v0.32.3 |
| 2956 | 2026-08-05T04:15:07.014Z | Compiling target-lexicon v0.13.3 |
| 2957 | 2026-08-05T04:15:07.078Z | Checking argon2 v0.6.0-rc.8 |
| 2958 | 2026-08-05T04:15:07.275Z | Checking bcrypt-pbkdf v0.11.0 |
| 2959 | 2026-08-05T04:15:07.423Z | Checking ssh-cipher v0.3.0 |
| 2960 | 2026-08-05T04:15:07.466Z | Checking rsa v0.10.0-rc.18 |
| 2961 | 2026-08-05T04:15:07.586Z | Compiling darling_macro v0.13.4 |
| 2962 | 2026-08-05T04:15:07.671Z | Checking ed25519-dalek v3.0.0 |
| 2963 | 2026-08-05T04:15:07.915Z | Checking sha3 v0.11.0 |
| 2964 | 2026-08-05T04:15:08.103Z | Checking p384 v0.14.0 |
| 2965 | 2026-08-05T04:15:08.307Z | Checking p521 v0.14.0 |
| 2966 | 2026-08-05T04:15:08.342Z | Checking addr2line v0.25.1 |
| 2967 | 2026-08-05T04:15:08.649Z | Checking p256 v0.14.0 |
| 2968 | 2026-08-05T04:15:09.420Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2969 | 2026-08-05T04:15:09.680Z | Checking kem v0.3.0 |
| 2970 | 2026-08-05T04:15:09.833Z | Checking module-lattice v0.2.3 |
| 2971 | 2026-08-05T04:15:09.881Z | Compiling guppy-workspace-hack v0.1.0 |
| 2972 | 2026-08-05T04:15:10.075Z | Checking rustc-demangle v0.1.27 |
| 2973 | 2026-08-05T04:15:10.106Z | Checking hex-literal v0.4.1 |
| 2974 | 2026-08-05T04:15:10.111Z | Checking sponge-cursor v0.1.0 |
| 2975 | 2026-08-05T04:15:10.287Z | Checking ml-kem v0.3.2 |
| 2976 | 2026-08-05T04:15:10.319Z | Checking sha3 v0.12.0 |
| 2977 | 2026-08-05T04:15:10.352Z | Checking backtrace v0.3.76 |
| 2978 | 2026-08-05T04:15:10.547Z | Compiling darling v0.13.4 |
| 2979 | 2026-08-05T04:15:10.700Z | Checking russh-cryptovec v0.62.0 |
| 2980 | 2026-08-05T04:15:10.892Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2981 | 2026-08-05T04:15:10.926Z | Checking internal-russh-num-bigint v0.5.0 |
| 2982 | 2026-08-05T04:15:11.058Z | Checking num-bigint v0.4.6 |
| 2983 | 2026-08-05T04:15:11.115Z | Checking russh-util v0.52.0 |
| 2984 | 2026-08-05T04:15:11.272Z | Checking generic-array v1.4.3 |
| 2985 | 2026-08-05T04:15:11.334Z | Checking ssh-key v0.7.0-rc.11 |
| 2986 | 2026-08-05T04:15:11.695Z | Compiling enum_dispatch v0.3.13 |
| 2987 | 2026-08-05T04:15:11.963Z | Compiling delegate v0.13.5 |
| 2988 | 2026-08-05T04:15:12.014Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2989 | 2026-08-05T04:15:12.246Z | Compiling target-spec v3.5.7 |
| 2990 | 2026-08-05T04:15:12.448Z | Compiling git2 v0.20.4 |
| 2991 | 2026-08-05T04:15:12.482Z | Checking md5 v0.8.0 |
| 2992 | 2026-08-05T04:15:12.553Z | Checking hex-literal v1.1.0 |
| 2993 | 2026-08-05T04:15:12.680Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2994 | 2026-08-05T04:15:12.856Z | Checking cfg-expr v0.20.6 |
| 2995 | 2026-08-05T04:15:12.906Z | Checking backtrace-ext v0.2.1 |
| 2996 | 2026-08-05T04:15:12.941Z | Checking russh v0.62.4 |
| 2997 | 2026-08-05T04:15:13.022Z | Compiling serde_with_macros v1.5.2 |
| 2998 | 2026-08-05T04:15:13.362Z | Checking supports-color v2.1.0 |
| 2999 | 2026-08-05T04:15:13.395Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3000 | 2026-08-05T04:15:13.527Z | Checking textwrap v0.15.2 |
| 3001 | 2026-08-05T04:15:13.774Z | Checking supports-unicode v2.1.0 |
| 3002 | 2026-08-05T04:15:13.928Z | Checking supports-hyperlinks v2.1.0 |
| 3003 | 2026-08-05T04:15:13.959Z | Checking hashbrown v0.14.5 |
| 3004 | 2026-08-05T04:15:15.398Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3005 | 2026-08-05T04:15:15.416Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3006 | 2026-08-05T04:15:15.416Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3007 | 2026-08-05T04:15:15.416Z | Checking socket2 v0.5.10 |
| 3008 | 2026-08-05T04:15:15.416Z | Checking terminal_size v0.1.17 |
| 3009 | 2026-08-05T04:15:15.416Z | Compiling miette-derive v5.10.0 |
| 3010 | 2026-08-05T04:15:15.416Z | Compiling fs-err v2.11.0 |
| 3011 | 2026-08-05T04:15:15.416Z | Checking internet-checksum v0.2.1 |
| 3012 | 2026-08-05T04:15:15.416Z | Checking owo-colors v3.5.0 |
| 3013 | 2026-08-05T04:15:15.433Z | Checking chumsky v0.9.3 |
| 3014 | 2026-08-05T04:15:15.738Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3015 | 2026-08-05T04:15:15.815Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3016 | 2026-08-05T04:15:15.863Z | Checking miette v5.10.0 |
| 3017 | 2026-08-05T04:15:16.161Z | Compiling serde_with v1.14.0 |
| 3018 | 2026-08-05T04:15:16.541Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3019 | 2026-08-05T04:15:16.591Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3020 | 2026-08-05T04:15:16.682Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3021 | 2026-08-05T04:15:17.109Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3022 | 2026-08-05T04:15:17.317Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3023 | 2026-08-05T04:15:17.353Z | Compiling polar-core v0.27.3 |
| 3024 | 2026-08-05T04:15:17.392Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3025 | 2026-08-05T04:15:17.500Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3026 | 2026-08-05T04:15:17.536Z | Compiling knuffel-derive v3.2.0 |
| 3027 | 2026-08-05T04:15:17.570Z | Checking httptest v0.16.4 |
| 3028 | 2026-08-05T04:15:17.675Z | Checking pathdiff v0.2.3 |
| 3029 | 2026-08-05T04:15:17.810Z | Checking nested v0.1.1 |
| 3030 | 2026-08-05T04:15:17.963Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3031 | 2026-08-05T04:15:17.997Z | Checking guppy v0.17.25 |
| 3032 | 2026-08-05T04:15:18.445Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3033 | 2026-08-05T04:15:18.918Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3034 | 2026-08-05T04:15:18.974Z | Checking similar-asserts v1.7.0 |
| 3035 | 2026-08-05T04:15:19.052Z | Checking knuffel v3.2.0 |
| 3036 | 2026-08-05T04:15:19.153Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3037 | 2026-08-05T04:15:19.191Z | Checking parse-size v1.1.0 |
| 3038 | 2026-08-05T04:15:19.367Z | Compiling target-triple v1.0.0 |
| 3039 | 2026-08-05T04:15:19.522Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3040 | 2026-08-05T04:15:19.660Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3041 | 2026-08-05T04:15:19.714Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3042 | 2026-08-05T04:15:19.871Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3043 | 2026-08-05T04:15:20.015Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3044 | 2026-08-05T04:15:20.342Z | Checking hickory-client v0.25.2 |
| 3045 | 2026-08-05T04:15:20.617Z | Compiling assert_cmd v2.1.2 |
| 3046 | 2026-08-05T04:15:20.653Z | Checking escape8259 v0.5.3 |
| 3047 | 2026-08-05T04:15:20.818Z | Checking libtest-mimic v0.8.1 |
| 3048 | 2026-08-05T04:15:21.119Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3049 | 2026-08-05T04:15:21.259Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3050 | 2026-08-05T04:15:21.410Z | Checking blake2b_simd v1.0.4 |
| 3051 | 2026-08-05T04:15:21.839Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3052 | 2026-08-05T04:15:21.967Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3053 | 2026-08-05T04:15:22.280Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3054 | 2026-08-05T04:15:22.330Z | Checking oso v0.27.3 |
| 3055 | 2026-08-05T04:15:22.366Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3056 | 2026-08-05T04:15:22.496Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3057 | 2026-08-05T04:15:22.588Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3058 | 2026-08-05T04:15:22.752Z | Checking fancy-regex v0.14.0 |
| 3059 | 2026-08-05T04:15:22.813Z | Checking serde_tokenstream v0.2.3 |
| 3060 | 2026-08-05T04:15:23.060Z | Checking approx v0.5.1 |
| 3061 | 2026-08-05T04:15:23.095Z | Compiling rstest_macros v0.25.0 |
| 3062 | 2026-08-05T04:15:23.131Z | Checking uzers v0.12.2 |
| 3063 | 2026-08-05T04:15:23.223Z | Checking constant_time_eq v0.3.1 |
| 3064 | 2026-08-05T04:15:23.266Z | Checking termcolor v1.4.1 |
| 3065 | 2026-08-05T04:15:23.367Z | Compiling linkme-impl v0.3.35 |
| 3066 | 2026-08-05T04:15:23.401Z | Checking rust-argon2 v2.1.0 |
| 3067 | 2026-08-05T04:15:23.507Z | Checking trybuild v1.0.116 |
| 3068 | 2026-08-05T04:15:23.545Z | Checking datatest-stable v0.3.3 |
| 3069 | 2026-08-05T04:15:23.905Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3070 | 2026-08-05T04:15:23.971Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3071 | 2026-08-05T04:15:24.116Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3072 | 2026-08-05T04:15:24.237Z | Checking support-bundle-viewer v0.1.2 |
| 3073 | 2026-08-05T04:15:24.296Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3074 | 2026-08-05T04:15:24.506Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3075 | 2026-08-05T04:15:24.554Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3076 | 2026-08-05T04:15:24.731Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3077 | 2026-08-05T04:15:24.768Z | Checking drift v0.2.0 |
| 3078 | 2026-08-05T04:15:24.843Z | Checking rand_distr v0.5.1 |
| 3079 | 2026-08-05T04:15:24.953Z | Checking multimap v0.10.1 |
| 3080 | 2026-08-05T04:15:25.233Z | Compiling relative-path v1.9.3 |
| 3081 | 2026-08-05T04:15:25.247Z | Compiling linkme v0.3.35 |
| 3082 | 2026-08-05T04:15:25.288Z | Checking dropshot-api-manager v0.7.2 |
| 3083 | 2026-08-05T04:15:27.756Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3084 | 2026-08-05T04:15:27.811Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3085 | 2026-08-05T04:15:27.811Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3086 | 2026-08-05T04:15:27.811Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3087 | 2026-08-05T04:15:27.811Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3088 | 2026-08-05T04:15:27.811Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3089 | 2026-08-05T04:15:27.811Z | Checking scuffle v0.1.0 |
| 3090 | 2026-08-05T04:15:27.829Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3091 | 2026-08-05T04:15:28.172Z | Checking cargo_toml v0.21.0 |
| 3092 | 2026-08-05T04:15:28.208Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3093 | 2026-08-05T04:15:28.424Z | Checking partial-io v0.5.4 |
| 3094 | 2026-08-05T04:15:28.539Z | Checking termios v0.3.3 |
| 3095 | 2026-08-05T04:15:28.659Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3096 | 2026-08-05T04:15:28.729Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3097 | 2026-08-05T04:15:29.005Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3098 | 2026-08-05T04:15:29.047Z | Checking rstest v0.25.0 |
| 3099 | 2026-08-05T04:15:30.327Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3100 | 2026-08-05T04:15:31.401Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3101 | 2026-08-05T04:15:35.030Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3102 | 2026-08-05T04:15:36.422Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3103 | 2026-08-05T04:15:37.558Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3104 | 2026-08-05T04:15:40.827Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3105 | 2026-08-05T04:15:43.391Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3106 | 2026-08-05T04:15:45.399Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3107 | 2026-08-05T04:15:49.860Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3108 | 2026-08-05T04:15:53.038Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3109 | 2026-08-05T04:15:54.394Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3110 | 2026-08-05T04:15:58.791Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3111 | 2026-08-05T04:15:59.611Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3112 | 2026-08-05T04:16:01.774Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3113 | 2026-08-05T04:16:05.605Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3114 | 2026-08-05T04:16:10.671Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3115 | 2026-08-05T04:16:30.855Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3116 | 2026-08-05T04:17:25.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 09s |
| 3117 | 2026-08-05T04:17:25.342Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3118 | 2026-08-05T04:17:25.342Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3119 | 2026-08-05T04:17:25.976Z | |
| 3120 | 2026-08-05T04:17:25.976Z | real 4:12.814841674 |
| 3121 | 2026-08-05T04:17:25.976Z | user 21:35.447042098 |
| 3122 | 2026-08-05T04:17:25.976Z | sys 5:05.966443344 |
| 3123 | 2026-08-05T04:17:25.976Z | trap 0.517629128 |
| 3124 | 2026-08-05T04:17:25.976Z | tflt 0.465298059 |
| 3125 | 2026-08-05T04:17:25.976Z | dflt 0.574125489 |
| 3126 | 2026-08-05T04:17:25.976Z | kflt 0.004902677 |
| 3127 | 2026-08-05T04:17:25.976Z | lock 1:05:31.138199070 |
| 3128 | 2026-08-05T04:17:25.976Z | slp 59:01.052074188 |
| 3129 | 2026-08-05T04:17:25.977Z | lat 1:45.381482477 |
| 3130 | 2026-08-05T04:17:25.977Z | stop 13:45.004581385 |
| 3131 | 2026-08-05T04:17:25.985Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3132 | 2026-08-05T04:17:25.986Z | + ptime -m cargo doc --workspace --no-deps |
| 3133 | 2026-08-05T04:17:26.839Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3134 | 2026-08-05T04:17:26.839Z | | |
| 3135 | 2026-08-05T04:17:26.839Z | = 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)` |
| 3136 | 2026-08-05T04:17:26.839Z | = 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> |
| 3137 | 2026-08-05T04:17:27.889Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3138 | 2026-08-05T04:17:28.134Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3139 | 2026-08-05T04:17:28.175Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3140 | 2026-08-05T04:17:28.237Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3141 | 2026-08-05T04:17:28.299Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3142 | 2026-08-05T04:17:28.402Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3143 | 2026-08-05T04:17:28.432Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3144 | 2026-08-05T04:17:28.432Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3145 | 2026-08-05T04:17:28.482Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3146 | 2026-08-05T04:17:28.506Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3147 | 2026-08-05T04:17:28.656Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3148 | 2026-08-05T04:17:28.707Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3149 | 2026-08-05T04:17:28.735Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3150 | 2026-08-05T04:17:28.804Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3151 | 2026-08-05T04:17:28.828Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3152 | 2026-08-05T04:17:28.850Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3153 | 2026-08-05T04:17:28.855Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3154 | 2026-08-05T04:17:28.895Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3155 | 2026-08-05T04:17:28.917Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3156 | 2026-08-05T04:17:28.992Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3157 | 2026-08-05T04:17:29.043Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3158 | 2026-08-05T04:17:29.284Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3159 | 2026-08-05T04:17:29.417Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3160 | 2026-08-05T04:17:29.441Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3161 | 2026-08-05T04:17:29.485Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3162 | 2026-08-05T04:17:29.528Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3163 | 2026-08-05T04:17:29.638Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3164 | 2026-08-05T04:17:29.673Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3165 | 2026-08-05T04:17:29.799Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3166 | 2026-08-05T04:17:29.900Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3167 | 2026-08-05T04:17:30.017Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3168 | 2026-08-05T04:17:30.050Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3169 | 2026-08-05T04:17:30.130Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3170 | 2026-08-05T04:17:30.202Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3171 | 2026-08-05T04:17:30.422Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3172 | 2026-08-05T04:17:30.451Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3173 | 2026-08-05T04:17:30.498Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3174 | 2026-08-05T04:17:30.598Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3175 | 2026-08-05T04:17:30.642Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3176 | 2026-08-05T04:17:30.721Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3177 | 2026-08-05T04:17:30.870Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3178 | 2026-08-05T04:17:31.040Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3179 | 2026-08-05T04:17:31.065Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3180 | 2026-08-05T04:17:31.090Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3181 | 2026-08-05T04:17:31.172Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3182 | 2026-08-05T04:17:31.293Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3183 | 2026-08-05T04:17:31.320Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3184 | 2026-08-05T04:17:31.401Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3185 | 2026-08-05T04:17:31.428Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3186 | 2026-08-05T04:17:31.540Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3187 | 2026-08-05T04:17:31.597Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3188 | 2026-08-05T04:17:31.687Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3189 | 2026-08-05T04:17:31.710Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3190 | 2026-08-05T04:17:31.763Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3191 | 2026-08-05T04:17:31.793Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3192 | 2026-08-05T04:17:31.887Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3193 | 2026-08-05T04:17:31.910Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3194 | 2026-08-05T04:17:31.935Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3195 | 2026-08-05T04:17:31.961Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3196 | 2026-08-05T04:17:31.989Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3197 | 2026-08-05T04:17:32.089Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3198 | 2026-08-05T04:17:32.111Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3199 | 2026-08-05T04:17:32.523Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3200 | 2026-08-05T04:17:32.884Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3201 | 2026-08-05T04:17:32.887Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3202 | 2026-08-05T04:17:33.222Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3203 | 2026-08-05T04:17:33.354Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3204 | 2026-08-05T04:17:33.542Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3205 | 2026-08-05T04:17:33.567Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3206 | 2026-08-05T04:17:33.749Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3207 | 2026-08-05T04:17:33.822Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3208 | 2026-08-05T04:17:33.853Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3209 | 2026-08-05T04:17:33.857Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3210 | 2026-08-05T04:17:34.038Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3211 | 2026-08-05T04:17:34.162Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3212 | 2026-08-05T04:17:34.186Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3213 | 2026-08-05T04:17:34.826Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3214 | 2026-08-05T04:17:34.940Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3215 | 2026-08-05T04:17:35.162Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3216 | 2026-08-05T04:17:35.245Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3217 | 2026-08-05T04:17:35.308Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3218 | 2026-08-05T04:17:35.537Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3219 | 2026-08-05T04:17:35.563Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3220 | 2026-08-05T04:17:35.592Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3221 | 2026-08-05T04:17:35.793Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3222 | 2026-08-05T04:17:35.820Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3223 | 2026-08-05T04:17:35.844Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3224 | 2026-08-05T04:17:35.984Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3225 | 2026-08-05T04:17:36.032Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3226 | 2026-08-05T04:17:36.109Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3227 | 2026-08-05T04:17:36.133Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3228 | 2026-08-05T04:17:36.155Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3229 | 2026-08-05T04:17:36.194Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3230 | 2026-08-05T04:17:36.350Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3231 | 2026-08-05T04:17:36.350Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3232 | 2026-08-05T04:17:36.417Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3233 | 2026-08-05T04:17:36.424Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3234 | 2026-08-05T04:17:36.461Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3235 | 2026-08-05T04:17:36.484Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3236 | 2026-08-05T04:17:36.569Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3237 | 2026-08-05T04:17:36.635Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3238 | 2026-08-05T04:17:36.691Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3239 | 2026-08-05T04:17:36.769Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3240 | 2026-08-05T04:17:36.834Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3241 | 2026-08-05T04:17:37.022Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3242 | 2026-08-05T04:17:37.052Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3243 | 2026-08-05T04:17:37.076Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3244 | 2026-08-05T04:17:37.664Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3245 | 2026-08-05T04:17:37.748Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3246 | 2026-08-05T04:17:38.434Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3247 | 2026-08-05T04:17:38.731Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3248 | 2026-08-05T04:17:39.060Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3249 | 2026-08-05T04:17:39.252Z | Checking scuffle v0.1.0 |
| 3250 | 2026-08-05T04:17:39.474Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3251 | 2026-08-05T04:17:39.499Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3252 | 2026-08-05T04:17:39.818Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3253 | 2026-08-05T04:17:39.842Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3254 | 2026-08-05T04:17:39.865Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3255 | 2026-08-05T04:17:40.532Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3256 | 2026-08-05T04:17:41.383Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3257 | 2026-08-05T04:17:41.538Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3258 | 2026-08-05T04:17:41.816Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3259 | 2026-08-05T04:17:42.221Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3260 | 2026-08-05T04:17:42.507Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3261 | 2026-08-05T04:17:42.627Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3262 | 2026-08-05T04:17:43.223Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3263 | 2026-08-05T04:17:43.259Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3264 | 2026-08-05T04:17:43.402Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3265 | 2026-08-05T04:17:43.586Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3266 | 2026-08-05T04:17:43.691Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3267 | 2026-08-05T04:17:43.977Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3268 | 2026-08-05T04:17:44.084Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3269 | 2026-08-05T04:17:44.509Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3270 | 2026-08-05T04:17:44.628Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3271 | 2026-08-05T04:17:44.800Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3272 | 2026-08-05T04:17:45.247Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3273 | 2026-08-05T04:17:45.272Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3274 | 2026-08-05T04:17:46.123Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3275 | 2026-08-05T04:17:46.283Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3276 | 2026-08-05T04:17:46.730Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3277 | 2026-08-05T04:17:47.147Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3278 | 2026-08-05T04:17:47.452Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3279 | 2026-08-05T04:17:47.545Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3280 | 2026-08-05T04:17:48.391Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3281 | 2026-08-05T04:17:48.447Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3282 | 2026-08-05T04:17:48.478Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3283 | 2026-08-05T04:17:48.687Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3284 | 2026-08-05T04:17:48.977Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3285 | 2026-08-05T04:17:49.062Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3286 | 2026-08-05T04:17:49.500Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3287 | 2026-08-05T04:17:49.706Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3288 | 2026-08-05T04:17:50.732Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3289 | 2026-08-05T04:17:50.804Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3290 | 2026-08-05T04:17:51.132Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3291 | 2026-08-05T04:17:52.495Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3292 | 2026-08-05T04:17:54.908Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3293 | 2026-08-05T04:17:56.105Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3294 | 2026-08-05T04:17:56.323Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3295 | 2026-08-05T04:17:56.695Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3296 | 2026-08-05T04:17:58.043Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3297 | 2026-08-05T04:17:58.247Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3298 | 2026-08-05T04:17:58.574Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3299 | 2026-08-05T04:17:59.451Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3300 | 2026-08-05T04:17:59.820Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3301 | 2026-08-05T04:18:00.244Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3302 | 2026-08-05T04:18:00.754Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3303 | 2026-08-05T04:18:01.011Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3304 | 2026-08-05T04:18:01.153Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3305 | 2026-08-05T04:18:01.278Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3306 | 2026-08-05T04:18:01.402Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3307 | 2026-08-05T04:18:01.402Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3308 | 2026-08-05T04:18:01.447Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3309 | 2026-08-05T04:18:01.838Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3310 | 2026-08-05T04:18:02.194Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3311 | 2026-08-05T04:18:02.220Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3312 | 2026-08-05T04:18:02.986Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3313 | 2026-08-05T04:18:03.048Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3314 | 2026-08-05T04:18:03.164Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3315 | 2026-08-05T04:18:03.330Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3316 | 2026-08-05T04:18:03.734Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3317 | 2026-08-05T04:18:04.056Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3318 | 2026-08-05T04:18:05.048Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3319 | 2026-08-05T04:18:05.376Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3320 | 2026-08-05T04:18:05.645Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3321 | 2026-08-05T04:18:08.019Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3322 | 2026-08-05T04:18:09.325Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3323 | 2026-08-05T04:18:09.787Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3324 | 2026-08-05T04:18:10.353Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3325 | 2026-08-05T04:18:12.608Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3326 | 2026-08-05T04:18:13.600Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3327 | 2026-08-05T04:18:14.489Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3328 | 2026-08-05T04:18:15.160Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3329 | 2026-08-05T04:18:16.014Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3330 | 2026-08-05T04:18:17.790Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3331 | 2026-08-05T04:18:19.096Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3332 | 2026-08-05T04:18:19.743Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3333 | 2026-08-05T04:18:19.898Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3334 | 2026-08-05T04:18:20.584Z | Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3335 | 2026-08-05T04:18:20.974Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3336 | 2026-08-05T04:18:26.439Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3337 | 2026-08-05T04:18:26.973Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3338 | 2026-08-05T04:18:27.992Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3339 | 2026-08-05T04:18:28.481Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3340 | 2026-08-05T04:18:29.756Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3341 | 2026-08-05T04:18:30.457Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3342 | 2026-08-05T04:18:31.179Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3343 | 2026-08-05T04:18:31.907Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3344 | 2026-08-05T04:18:32.686Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3345 | 2026-08-05T04:18:34.461Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3346 | 2026-08-05T04:18:35.373Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3347 | 2026-08-05T04:18:35.919Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3348 | 2026-08-05T04:18:36.115Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3349 | 2026-08-05T04:18:36.977Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3350 | 2026-08-05T04:18:37.718Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3351 | 2026-08-05T04:18:38.718Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3352 | 2026-08-05T04:18:42.461Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3353 | 2026-08-05T04:18:43.680Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3354 | 2026-08-05T04:18:44.242Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3355 | 2026-08-05T04:18:45.052Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3356 | 2026-08-05T04:18:46.061Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3357 | 2026-08-05T04:18:47.005Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3358 | 2026-08-05T04:18:49.898Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3359 | 2026-08-05T04:18:50.871Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3360 | 2026-08-05T04:18:52.142Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3361 | 2026-08-05T04:18:52.864Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3362 | 2026-08-05T04:18:53.833Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3363 | 2026-08-05T04:18:56.531Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3364 | 2026-08-05T04:18:57.353Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3365 | 2026-08-05T04:18:59.173Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3366 | 2026-08-05T04:18:59.739Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3367 | 2026-08-05T04:19:01.285Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3368 | 2026-08-05T04:19:03.042Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3369 | 2026-08-05T04:19:04.530Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3370 | 2026-08-05T04:19:06.077Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3371 | 2026-08-05T04:19:07.650Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3372 | 2026-08-05T04:19:09.095Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3373 | 2026-08-05T04:19:10.938Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3374 | 2026-08-05T04:19:15.325Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3375 | 2026-08-05T04:19:15.762Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3376 | 2026-08-05T04:19:17.116Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3377 | 2026-08-05T04:19:17.442Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3378 | 2026-08-05T04:19:19.086Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3379 | 2026-08-05T04:19:20.905Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3380 | 2026-08-05T04:19:22.696Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3381 | 2026-08-05T04:19:24.573Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3382 | 2026-08-05T04:19:26.305Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3383 | 2026-08-05T04:19:27.962Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3384 | 2026-08-05T04:19:29.927Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3385 | 2026-08-05T04:19:31.394Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3386 | 2026-08-05T04:19:33.125Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3387 | 2026-08-05T04:19:34.870Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3388 | 2026-08-05T04:19:36.537Z | Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3389 | 2026-08-05T04:19:38.224Z | Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3390 | 2026-08-05T04:19:39.695Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3391 | 2026-08-05T04:19:43.393Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3392 | 2026-08-05T04:19:44.951Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3393 | 2026-08-05T04:19:46.663Z | Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3394 | 2026-08-05T04:19:48.423Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3395 | 2026-08-05T04:19:50.031Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3396 | 2026-08-05T04:19:51.777Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3397 | 2026-08-05T04:19:53.734Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3398 | 2026-08-05T04:19:57.657Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3399 | 2026-08-05T04:19:59.686Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3400 | 2026-08-05T04:20:01.646Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3401 | 2026-08-05T04:20:04.710Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3402 | 2026-08-05T04:20:05.387Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3403 | 2026-08-05T04:20:08.058Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3404 | 2026-08-05T04:20:12.191Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3405 | 2026-08-05T04:20:14.445Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3406 | 2026-08-05T04:20:16.724Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3407 | 2026-08-05T04:20:18.740Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3408 | 2026-08-05T04:20:21.915Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3409 | 2026-08-05T04:20:23.493Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3410 | 2026-08-05T04:20:25.790Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3411 | 2026-08-05T04:20:28.717Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3412 | 2026-08-05T04:20:31.138Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3413 | 2026-08-05T04:20:32.968Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3414 | 2026-08-05T04:20:35.689Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3415 | 2026-08-05T04:20:37.974Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3416 | 2026-08-05T04:20:40.425Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3417 | 2026-08-05T04:20:44.216Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3418 | 2026-08-05T04:20:45.221Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3419 | 2026-08-05T04:20:47.665Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3420 | 2026-08-05T04:20:50.101Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3421 | 2026-08-05T04:20:52.408Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3422 | 2026-08-05T04:20:55.088Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3423 | 2026-08-05T04:20:57.483Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3424 | 2026-08-05T04:21:00.036Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3425 | 2026-08-05T04:21:02.436Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3426 | 2026-08-05T04:21:04.915Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3427 | 2026-08-05T04:21:07.310Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3428 | 2026-08-05T04:21:09.912Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3429 | 2026-08-05T04:21:12.362Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3430 | 2026-08-05T04:21:14.851Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3431 | 2026-08-05T04:21:17.366Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3432 | 2026-08-05T04:21:19.826Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3433 | 2026-08-05T04:21:22.326Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3434 | 2026-08-05T04:21:24.788Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3435 | 2026-08-05T04:21:27.145Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3436 | 2026-08-05T04:21:29.590Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3437 | 2026-08-05T04:21:32.876Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3438 | 2026-08-05T04:21:34.883Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3439 | 2026-08-05T04:21:37.703Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3440 | 2026-08-05T04:21:40.226Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3441 | 2026-08-05T04:21:42.838Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3442 | 2026-08-05T04:21:45.475Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3443 | 2026-08-05T04:21:48.092Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3444 | 2026-08-05T04:21:50.665Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3445 | 2026-08-05T04:21:53.213Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3446 | 2026-08-05T04:21:55.785Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3447 | 2026-08-05T04:21:58.393Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3448 | 2026-08-05T04:22:00.942Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3449 | 2026-08-05T04:22:03.542Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3450 | 2026-08-05T04:22:06.343Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3451 | 2026-08-05T04:22:08.729Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3452 | 2026-08-05T04:22:11.284Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3453 | 2026-08-05T04:22:13.978Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3454 | 2026-08-05T04:22:16.687Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3455 | 2026-08-05T04:22:19.280Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3456 | 2026-08-05T04:22:22.312Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3457 | 2026-08-05T04:22:24.954Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3458 | 2026-08-05T04:22:27.476Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3459 | 2026-08-05T04:22:30.053Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3460 | 2026-08-05T04:22:32.762Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3461 | 2026-08-05T04:22:35.513Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3462 | 2026-08-05T04:22:38.674Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3463 | 2026-08-05T04:22:41.033Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3464 | 2026-08-05T04:22:43.833Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3465 | 2026-08-05T04:22:51.605Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3466 | 2026-08-05T04:22:51.828Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3467 | 2026-08-05T04:22:55.320Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3468 | 2026-08-05T04:22:58.727Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3469 | 2026-08-05T04:23:03.533Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3470 | 2026-08-05T04:23:06.414Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3471 | 2026-08-05T04:23:10.478Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3472 | 2026-08-05T04:23:14.174Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3473 | 2026-08-05T04:23:17.727Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3474 | 2026-08-05T04:23:21.516Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3475 | 2026-08-05T04:23:25.272Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3476 | 2026-08-05T04:23:29.021Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3477 | 2026-08-05T04:23:32.738Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3478 | 2026-08-05T04:23:36.619Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3479 | 2026-08-05T04:23:40.349Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3480 | 2026-08-05T04:23:44.047Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3481 | 2026-08-05T04:23:47.820Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3482 | 2026-08-05T04:23:51.589Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3483 | 2026-08-05T04:23:55.378Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3484 | 2026-08-05T04:23:59.193Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3485 | 2026-08-05T04:24:02.969Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3486 | 2026-08-05T04:24:06.708Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3487 | 2026-08-05T04:24:10.538Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3488 | 2026-08-05T04:24:14.314Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3489 | 2026-08-05T04:24:44.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 18s |
| 3490 | 2026-08-05T04:24:44.373Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3491 | 2026-08-05T04:24:44.373Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3492 | 2026-08-05T04:24:44.544Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files |
| 3493 | 2026-08-05T04:24:44.653Z | |
| 3494 | 2026-08-05T04:24:44.653Z | real 7:18.585543503 |
| 3495 | 2026-08-05T04:24:44.653Z | user 19:54.526209931 |
| 3496 | 2026-08-05T04:24:44.653Z | sys 4:13.388193007 |
| 3497 | 2026-08-05T04:24:44.653Z | trap 0.291595411 |
| 3498 | 2026-08-05T04:24:44.653Z | tflt 0.024028672 |
| 3499 | 2026-08-05T04:24:44.653Z | dflt 0.086208996 |
| 3500 | 2026-08-05T04:24:44.653Z | kflt 0.000016377 |
| 3501 | 2026-08-05T04:24:44.654Z | lock 6:58:18.790973720 |
| 3502 | 2026-08-05T04:24:44.654Z | slp 2:27:16.481836431 |
| 3503 | 2026-08-05T04:24:44.654Z | lat 33.603650396 |
| 3504 | 2026-08-05T04:24:44.654Z | stop 2:06.700936825 |
| 3505 | 2026-08-05T04:24:44.659Z | process exited: duration 816118 ms, exit code 0 |
| |
| 3506 | 2026-08-05T04:24:44.667Z | found 0 output files |