|
|
|
| 1 | 2026-06-25T22:45:37.495Z | job assigned to worker 01KW0FA2293NGJ0AWZ68QZX8TP [factory aws, i-05d85f7dbef9dc7cd] (queued for 58 s) |
| |
| 2 | 2026-06-25T22:45:44.108Z | starting task 0: "setup" |
| 3 | 2026-06-25T22:45:44.115Z | ++ uname -s |
| 4 | 2026-06-25T22:45:44.118Z | + kern=SunOS |
| 5 | 2026-06-25T22:45:44.119Z | + build_user=build |
| 6 | 2026-06-25T22:45:44.119Z | + build_uid=12345 |
| 7 | 2026-06-25T22:45:44.119Z | + work_dir=/work |
| 8 | 2026-06-25T22:45:44.119Z | + input_dir=/input |
| 9 | 2026-06-25T22:45:44.119Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T22:45:44.119Z | + case "$kern" in |
| 11 | 2026-06-25T22:45:44.119Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T22:45:44.119Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T22:45:46.125Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T22:45:46.244Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T22:45:46.247Z | + home_fs=zfs |
| 16 | 2026-06-25T22:45:46.247Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T22:45:46.247Z | + mkdir -p /home/build |
| 18 | 2026-06-25T22:45:46.247Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T22:45:48.248Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T22:45:48.252Z | process exited: duration 4142 ms, exit code 0 |
| |
| 21 | 2026-06-25T22:45:48.259Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T22:45:48.264Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-25T22:45:48.264Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-25T22:45:48.264Z | * rust toolchain profile = "default" |
| 25 | 2026-06-25T22:45:48.264Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-25T22:45:48.265Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-25T22:45:48.265Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-25T22:45:48.268Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T22:45:48.268Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-25T22:45:48.321Z | info: downloading installer |
| 31 | 2026-06-25T22:45:49.708Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T22:45:49.708Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T22:45:49.708Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T22:45:49.708Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T22:45:49.720Z | info: profile set to default |
| 36 | 2026-06-25T22:45:49.720Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T22:45:49.723Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-25T22:45:49.867Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T22:45:49.870Z | info: downloading 6 components |
| 40 | 2026-06-25T22:46:05.112Z | |
| 41 | 2026-06-25T22:46:05.112Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 42 | 2026-06-25T22:46:05.140Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T22:46:05.140Z | |
| 44 | 2026-06-25T22:46:05.143Z | |
| 45 | 2026-06-25T22:46:05.143Z | Rust is installed now. Great! |
| 46 | 2026-06-25T22:46:05.143Z | |
| 47 | 2026-06-25T22:46:05.143Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T22:46:05.143Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T22:46:05.143Z | |
| 50 | 2026-06-25T22:46:05.143Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T22:46:05.143Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T22:46:05.143Z | |
| 53 | 2026-06-25T22:46:05.143Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T22:46:05.143Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T22:46:05.144Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T22:46:05.144Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T22:46:05.144Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T22:46:05.144Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T22:46:05.144Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T22:46:05.144Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T22:46:05.144Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T22:46:05.246Z | + rustup --version |
| 63 | 2026-06-25T22:46:05.255Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T22:46:05.258Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T22:46:05.276Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T22:46:05.280Z | + cargo --version |
| 67 | 2026-06-25T22:46:05.292Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T22:46:05.295Z | + rustc --version |
| 69 | 2026-06-25T22:46:05.314Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T22:46:05.317Z | process exited: duration 17057 ms, exit code 0 |
| |
| 71 | 2026-06-25T22:46:05.324Z | starting task 2: "authentication" |
| 72 | 2026-06-25T22:46:05.341Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-25T22:46:05.347Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T22:46:05.351Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-25T22:46:05.354Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-25T22:46:05.383Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-25T22:46:15.391Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-25T22:46:15.391Z | + git fetch origin 5c7e07988e81605d0bca6296620754938e76da1a |
| 79 | 2026-06-25T22:46:15.700Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-25T22:46:15.700Z | * branch 5c7e07988e81605d0bca6296620754938e76da1a -> FETCH_HEAD |
| 81 | 2026-06-25T22:46:15.709Z | + [[ -n iliana/dering ]] |
| 82 | 2026-06-25T22:46:15.713Z | ++ git branch --show-current |
| 83 | 2026-06-25T22:46:15.713Z | + current=main |
| 84 | 2026-06-25T22:46:15.713Z | + [[ main != iliana/dering ]] |
| 85 | 2026-06-25T22:46:15.713Z | + git branch -f iliana/dering 5c7e07988e81605d0bca6296620754938e76da1a |
| 86 | 2026-06-25T22:46:15.716Z | + git checkout -f iliana/dering |
| 87 | 2026-06-25T22:46:15.956Z | Switched to branch 'iliana/dering' |
| 88 | 2026-06-25T22:46:15.960Z | + git reset --hard 5c7e07988e81605d0bca6296620754938e76da1a |
| 89 | 2026-06-25T22:46:16.196Z | HEAD is now at 5c7e07988 Update crucible and propolis revs |
| 90 | 2026-06-25T22:46:16.201Z | process exited: duration 10851 ms, exit code 0 |
| |
| 91 | 2026-06-25T22:46:16.209Z | starting task 4: "build" |
| 92 | 2026-06-25T22:46:16.214Z | + source ./env.sh |
| 93 | 2026-06-25T22:46:16.217Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-25T22:46:16.217Z | ++ set -o xtrace |
| 95 | 2026-06-25T22:46:16.217Z | ++++ dirname ./env.sh |
| 96 | 2026-06-25T22:46:16.221Z | +++ readlink -f . |
| 97 | 2026-06-25T22:46:16.221Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-25T22:46:16.221Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-06-25T22:46:16.221Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-06-25T22:46:16.221Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-06-25T22:46:16.221Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-06-25T22:46:16.221Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-06-25T22:46:16.221Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-06-25T22:46:16.221Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-06-25T22:46:16.221Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-06-25T22:46:16.221Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-06-25T22:46:16.221Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-06-25T22:46:16.221Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-06-25T22:46:16.221Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-06-25T22:46:16.221Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-06-25T22:46:16.221Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-06-25T22:46:16.221Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-06-25T22:46:16.221Z | + cargo --version |
| 114 | 2026-06-25T22:46:16.230Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 115 | 2026-06-25T22:46:16.235Z | + rustc --version |
| 116 | 2026-06-25T22:46:16.253Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 117 | 2026-06-25T22:46:16.256Z | + banner prerequisites |
| 118 | 2026-06-25T22:46:16.259Z | |
| 119 | 2026-06-25T22:46:16.259Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-06-25T22:46:16.259Z | # # # # # # # # # # # # # # # |
| 121 | 2026-06-25T22:46:16.259Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-06-25T22:46:16.259Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-06-25T22:46:16.259Z | # # # # # # # # # # # # # # # |
| 124 | 2026-06-25T22:46:16.260Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-06-25T22:46:16.260Z | |
| 126 | 2026-06-25T22:46:16.260Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-06-25T22:46:17.751Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-25T22:46:17.861Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-25T22:46:18.360Z | Planning: Solver setup ... Done (0.453s) |
| 130 | 2026-06-25T22:46:18.385Z | Planning: Running solver ... Done (0.025s) |
| 131 | 2026-06-25T22:46:18.396Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-06-25T22:46:18.407Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-06-25T22:46:18.424Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-06-25T22:46:18.438Z | Planning: Package planning ... Done (0.014s) |
| 135 | 2026-06-25T22:46:18.442Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-06-25T22:46:18.600Z | Planning: Checking for conflicting actions ... Done (0.162s) |
| 137 | 2026-06-25T22:46:18.604Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-06-25T22:46:19.404Z | Planning: Evaluating mediators ... Done (0.803s) |
| 139 | 2026-06-25T22:46:19.407Z | Planning: Planning completed in 1.52 seconds |
| 140 | 2026-06-25T22:46:19.413Z | Packages to install: 2 |
| 141 | 2026-06-25T22:46:19.413Z | Estimated space available: 156.06 GB |
| 142 | 2026-06-25T22:46:19.413Z | Estimated space to be consumed: 30.96 MB |
| 143 | 2026-06-25T22:46:19.413Z | Create boot environment: No |
| 144 | 2026-06-25T22:46:19.413Z | Create backup boot environment: No |
| 145 | 2026-06-25T22:46:19.416Z | Rebuild boot archive: No |
| 146 | 2026-06-25T22:46:19.417Z | |
| 147 | 2026-06-25T22:46:19.417Z | Changed packages: |
| 148 | 2026-06-25T22:46:19.417Z | helios |
| 149 | 2026-06-25T22:46:19.417Z | developer/build-essential |
| 150 | 2026-06-25T22:46:19.417Z | None -> 11-3.0 |
| 151 | 2026-06-25T22:46:19.417Z | library/libxmlsec1 |
| 152 | 2026-06-25T22:46:19.417Z | None -> 1.2.35-3.0 |
| 153 | 2026-06-25T22:46:19.438Z | |
| 154 | 2026-06-25T22:46:19.438Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-06-25T22:46:20.090Z | Download: Completed 1.28 MB in 0.65 seconds (2.0M/s) |
| 156 | 2026-06-25T22:46:20.162Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-06-25T22:46:20.200Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-06-25T22:46:20.210Z | Finalize: Updating package state database ... Done (0.010s) |
| 159 | 2026-06-25T22:46:20.210Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-06-25T22:46:20.239Z | Finalize: Updating image state ... Done (0.029s) |
| 161 | 2026-06-25T22:46:22.640Z | Finalize: Creating fast lookup database ... Done (2.375s) |
| 162 | 2026-06-25T22:46:22.706Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-06-25T22:46:22.710Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-06-25T22:46:22.794Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-06-25T22:46:23.104Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-06-25T22:46:23.207Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-06-25T22:46:23.211Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-06-25T22:46:23.365Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-06-25T22:46:23.368Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-06-25T22:46:23.387Z | Mediators to change: 2 |
| 171 | 2026-06-25T22:46:23.388Z | Create boot environment: No |
| 172 | 2026-06-25T22:46:23.388Z | Create backup boot environment: No |
| 173 | 2026-06-25T22:46:23.483Z | Finalize: Updating package state database ... Done |
| 174 | 2026-06-25T22:46:23.483Z | Finalize: Updating package cache ... Done |
| 175 | 2026-06-25T22:46:23.498Z | Finalize: Updating image state ... Done |
| 176 | 2026-06-25T22:46:25.432Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-06-25T22:46:25.494Z | Finalize: Reading search index ... Done |
| 178 | 2026-06-25T22:46:25.498Z | Finalize: Updating search index ... Done |
| 179 | 2026-06-25T22:46:25.590Z | Finalize: Updating package cache ... Done |
| 180 | 2026-06-25T22:46:25.877Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-25T22:46:25.983Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-25T22:46:25.987Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-25T22:46:26.140Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-25T22:46:26.145Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-06-25T22:46:26.163Z | Mediators to change: 1 |
| 186 | 2026-06-25T22:46:26.163Z | Create boot environment: No |
| 187 | 2026-06-25T22:46:26.163Z | Create backup boot environment: No |
| 188 | 2026-06-25T22:46:26.219Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-25T22:46:26.220Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-25T22:46:26.234Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-25T22:46:28.171Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-25T22:46:28.237Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-25T22:46:28.240Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-25T22:46:28.311Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-25T22:46:28.620Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-06-25T22:46:28.620Z | apache system 2.4 system |
| 197 | 2026-06-25T22:46:28.620Z | clang system 15 system |
| 198 | 2026-06-25T22:46:28.620Z | csh system system illumos |
| 199 | 2026-06-25T22:46:28.620Z | ctags system system illumos |
| 200 | 2026-06-25T22:46:28.620Z | file vendor vendor darwinsys |
| 201 | 2026-06-25T22:46:28.620Z | file system system illumos |
| 202 | 2026-06-25T22:46:28.620Z | gcc vendor 14 vendor |
| 203 | 2026-06-25T22:46:28.620Z | gcc system 13 system |
| 204 | 2026-06-25T22:46:28.620Z | gcc system 10 system |
| 205 | 2026-06-25T22:46:28.620Z | go system 1.25 system |
| 206 | 2026-06-25T22:46:28.620Z | llvm system 15 system |
| 207 | 2026-06-25T22:46:28.621Z | mariadb system 11.4 system |
| 208 | 2026-06-25T22:46:28.621Z | mta vendor vendor dma |
| 209 | 2026-06-25T22:46:28.621Z | openjdk system 17 system |
| 210 | 2026-06-25T22:46:28.621Z | openjdk system 11 system |
| 211 | 2026-06-25T22:46:28.621Z | openssl vendor 3 vendor |
| 212 | 2026-06-25T22:46:28.621Z | perl system 5.40 system |
| 213 | 2026-06-25T22:46:28.621Z | postgresql system 18 system |
| 214 | 2026-06-25T22:46:28.621Z | postgresql system 17 system |
| 215 | 2026-06-25T22:46:28.621Z | python vendor 3 vendor |
| 216 | 2026-06-25T22:46:28.621Z | python system 2 system |
| 217 | 2026-06-25T22:46:28.621Z | python3 vendor 3.13 vendor |
| 218 | 2026-06-25T22:46:28.621Z | ruby system 3.4 system |
| 219 | 2026-06-25T22:46:28.621Z | ruby system 3.0 system |
| 220 | 2026-06-25T22:46:28.621Z | words vendor vendor american-english |
| 221 | 2026-06-25T22:46:28.621Z | words system system australian-english |
| 222 | 2026-06-25T22:46:28.621Z | words system system british-english |
| 223 | 2026-06-25T22:46:28.621Z | words system system canadian-english |
| 224 | 2026-06-25T22:46:28.621Z | words system system french |
| 225 | 2026-06-25T22:46:28.621Z | words system system italian |
| 226 | 2026-06-25T22:46:28.621Z | words system system ngerman |
| 227 | 2026-06-25T22:46:28.621Z | words system system ogerman |
| 228 | 2026-06-25T22:46:28.621Z | words system system spanish |
| 229 | 2026-06-25T22:46:28.872Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-06-25T22:46:28.873Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-06-25T22:46:29.174Z | FMRI IFO |
| 232 | 2026-06-25T22:46:29.175Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-06-25T22:46:29.175Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-06-25T22:46:29.175Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-06-25T22:46:29.175Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-06-25T22:46:29.175Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-06-25T22:46:29.175Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-06-25T22:46:29.175Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-06-25T22:46:29.175Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-06-25T22:46:29.175Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-06-25T22:46:29.436Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-06-25T22:46:29.713Z | Updating crates.io index |
| 243 | 2026-06-25T22:46:29.720Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-25T22:46:29.938Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-06-25T22:46:30.269Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-06-25T22:46:30.581Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-06-25T22:46:31.527Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-06-25T22:46:32.045Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-06-25T22:46:33.597Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-06-25T22:46:34.370Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-06-25T22:46:34.605Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-06-25T22:46:35.626Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-25T22:46:35.881Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-06-25T22:46:36.208Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-06-25T22:46:36.456Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-06-25T22:46:36.888Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-06-25T22:46:37.382Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-06-25T22:46:37.582Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-06-25T22:46:37.852Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-06-25T22:46:38.126Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-06-25T22:46:38.397Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-06-25T22:46:38.619Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-06-25T22:46:38.846Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-06-25T22:46:39.098Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-06-25T22:46:39.487Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-06-25T22:46:39.802Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-06-25T22:46:40.050Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-06-25T22:46:40.465Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-06-25T22:46:40.865Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-06-25T22:46:41.180Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-06-25T22:46:41.430Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-06-25T22:46:41.701Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-06-25T22:46:42.023Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-06-25T22:46:42.372Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-06-25T22:46:42.626Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-06-25T22:46:42.917Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-06-25T22:46:43.186Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-06-25T22:46:43.567Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-06-25T22:46:43.847Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-06-25T22:46:44.091Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-06-25T22:46:44.370Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-06-25T22:46:44.646Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-06-25T22:46:47.600Z | Downloading crates ... |
| 284 | 2026-06-25T22:46:47.663Z | Downloaded generic-array v0.14.7 |
| 285 | 2026-06-25T22:46:47.667Z | Downloaded cfg-if v1.0.4 |
| 286 | 2026-06-25T22:46:47.671Z | Downloaded scroll_derive v0.12.1 |
| 287 | 2026-06-25T22:46:47.674Z | Downloaded dtrace-parser v0.2.0 |
| 288 | 2026-06-25T22:46:47.674Z | Downloaded stable_deref_trait v1.2.1 |
| 289 | 2026-06-25T22:46:47.674Z | Downloaded anstream v1.0.0 |
| 290 | 2026-06-25T22:46:47.674Z | Downloaded bytecount v0.6.9 |
| 291 | 2026-06-25T22:46:47.678Z | Downloaded autocfg v1.5.0 |
| 292 | 2026-06-25T22:46:47.678Z | Downloaded potential_utf v0.1.4 |
| 293 | 2026-06-25T22:46:47.678Z | Downloaded camino v1.2.2 |
| 294 | 2026-06-25T22:46:47.682Z | Downloaded clap_lex v1.0.0 |
| 295 | 2026-06-25T22:46:47.682Z | Downloaded icu_normalizer v2.1.1 |
| 296 | 2026-06-25T22:46:47.687Z | Downloaded anstyle-parse v1.0.0 |
| 297 | 2026-06-25T22:46:47.692Z | Downloaded typenum v1.19.0 |
| 298 | 2026-06-25T22:46:47.692Z | Downloaded terminal_size v0.4.3 |
| 299 | 2026-06-25T22:46:47.692Z | Downloaded usdt-macro v0.5.0 |
| 300 | 2026-06-25T22:46:47.692Z | Downloaded macaddr v1.0.1 |
| 301 | 2026-06-25T22:46:47.695Z | Downloaded utf8parse v0.2.2 |
| 302 | 2026-06-25T22:46:47.695Z | Downloaded utf8_iter v1.0.4 |
| 303 | 2026-06-25T22:46:47.695Z | Downloaded zerofrom-derive v0.1.6 |
| 304 | 2026-06-25T22:46:47.695Z | Downloaded form_urlencoded v1.2.2 |
| 305 | 2026-06-25T22:46:47.701Z | Downloaded zerofrom v0.1.6 |
| 306 | 2026-06-25T22:46:47.702Z | Downloaded writeable v0.6.2 |
| 307 | 2026-06-25T22:46:47.702Z | Downloaded equivalent v1.0.2 |
| 308 | 2026-06-25T22:46:47.705Z | Downloaded version_check v0.9.5 |
| 309 | 2026-06-25T22:46:47.705Z | Downloaded thread-id v4.2.2 |
| 310 | 2026-06-25T22:46:47.705Z | Downloaded usdt-attr-macro v0.5.0 |
| 311 | 2026-06-25T22:46:47.705Z | Downloaded unicode-xid v0.2.6 |
| 312 | 2026-06-25T22:46:47.709Z | Downloaded erased-serde v0.4.9 |
| 313 | 2026-06-25T22:46:47.709Z | Downloaded digest v0.10.7 |
| 314 | 2026-06-25T22:46:47.709Z | Downloaded fs-err v3.3.0 |
| 315 | 2026-06-25T22:46:47.712Z | Downloaded camino-tempfile v1.4.1 |
| 316 | 2026-06-25T22:46:47.712Z | Downloaded anstyle v1.0.14 |
| 317 | 2026-06-25T22:46:47.712Z | Downloaded usdt v0.5.0 |
| 318 | 2026-06-25T22:46:47.712Z | Downloaded typeid v1.0.3 |
| 319 | 2026-06-25T22:46:47.712Z | Downloaded toml_datetime v0.6.11 |
| 320 | 2026-06-25T22:46:47.716Z | Downloaded papergrid v0.11.0 |
| 321 | 2026-06-25T22:46:47.720Z | Downloaded yoke-derive v0.8.1 |
| 322 | 2026-06-25T22:46:47.720Z | Downloaded unicode-linebreak v0.1.5 |
| 323 | 2026-06-25T22:46:47.723Z | Downloaded bitflags v2.11.0 |
| 324 | 2026-06-25T22:46:47.723Z | Downloaded thiserror-impl v1.0.69 |
| 325 | 2026-06-25T22:46:47.723Z | Downloaded thiserror v2.0.18 |
| 326 | 2026-06-25T22:46:47.726Z | Downloaded thiserror v1.0.69 |
| 327 | 2026-06-25T22:46:47.730Z | Downloaded toml_write v0.1.2 |
| 328 | 2026-06-25T22:46:47.733Z | Downloaded tabled_derive v0.7.0 |
| 329 | 2026-06-25T22:46:47.733Z | Downloaded swrite v0.1.0 |
| 330 | 2026-06-25T22:46:47.733Z | Downloaded serde_spanned v0.6.9 |
| 331 | 2026-06-25T22:46:47.733Z | Downloaded percent-encoding v2.3.2 |
| 332 | 2026-06-25T22:46:47.733Z | Downloaded is_terminal_polyfill v1.70.2 |
| 333 | 2026-06-25T22:46:47.737Z | Downloaded thiserror-impl v2.0.18 |
| 334 | 2026-06-25T22:46:47.737Z | Downloaded zmij v1.0.21 |
| 335 | 2026-06-25T22:46:47.737Z | Downloaded dof v0.3.0 |
| 336 | 2026-06-25T22:46:47.742Z | Downloaded usdt-impl v0.5.0 |
| 337 | 2026-06-25T22:46:47.742Z | Downloaded tinystr v0.8.2 |
| 338 | 2026-06-25T22:46:47.742Z | Downloaded zerovec-derive v0.11.2 |
| 339 | 2026-06-25T22:46:47.742Z | Downloaded zerocopy-derive v0.7.35 |
| 340 | 2026-06-25T22:46:47.745Z | Downloaded errno v0.3.14 |
| 341 | 2026-06-25T22:46:47.745Z | Downloaded cargo-platform v0.2.0 |
| 342 | 2026-06-25T22:46:47.745Z | Downloaded plain v0.2.3 |
| 343 | 2026-06-25T22:46:47.746Z | Downloaded heck v0.5.0 |
| 344 | 2026-06-25T22:46:47.746Z | Downloaded crypto-common v0.1.7 |
| 345 | 2026-06-25T22:46:47.746Z | Downloaded strsim v0.11.1 |
| 346 | 2026-06-25T22:46:47.751Z | Downloaded yoke v0.8.1 |
| 347 | 2026-06-25T22:46:47.756Z | Downloaded proc-macro-error-attr v1.0.4 |
| 348 | 2026-06-25T22:46:47.756Z | Downloaded pretty-hex v0.4.1 |
| 349 | 2026-06-25T22:46:47.756Z | Downloaded ordered-float v2.10.1 |
| 350 | 2026-06-25T22:46:47.759Z | Downloaded toml v0.8.23 |
| 351 | 2026-06-25T22:46:47.762Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-06-25T22:46:47.762Z | Downloaded ucd-trie v0.1.7 |
| 353 | 2026-06-25T22:46:47.767Z | Downloaded textwrap v0.16.2 |
| 354 | 2026-06-25T22:46:47.771Z | Downloaded smawk v0.3.2 |
| 355 | 2026-06-25T22:46:47.771Z | Downloaded idna_adapter v1.2.1 |
| 356 | 2026-06-25T22:46:47.774Z | Downloaded fastrand v2.3.0 |
| 357 | 2026-06-25T22:46:47.774Z | Downloaded fnv v1.0.7 |
| 358 | 2026-06-25T22:46:47.779Z | Downloaded anstyle-query v1.1.5 |
| 359 | 2026-06-25T22:46:47.779Z | Downloaded block-buffer v0.10.4 |
| 360 | 2026-06-25T22:46:47.779Z | Downloaded zerotrie v0.2.3 |
| 361 | 2026-06-25T22:46:47.782Z | Downloaded url v2.5.8 |
| 362 | 2026-06-25T22:46:47.782Z | Downloaded colorchoice v1.0.4 |
| 363 | 2026-06-25T22:46:47.785Z | Downloaded cargo-util-schemas v0.8.2 |
| 364 | 2026-06-25T22:46:47.789Z | Downloaded toml_edit v0.22.27 |
| 365 | 2026-06-25T22:46:47.794Z | Downloaded itoa v1.0.17 |
| 366 | 2026-06-25T22:46:47.797Z | Downloaded serde-untagged v0.1.9 |
| 367 | 2026-06-25T22:46:47.797Z | Downloaded byteorder v1.5.0 |
| 368 | 2026-06-25T22:46:47.800Z | Downloaded sha2 v0.10.9 |
| 369 | 2026-06-25T22:46:47.800Z | Downloaded serde-value v0.7.0 |
| 370 | 2026-06-25T22:46:47.800Z | Downloaded zerovec v0.11.5 |
| 371 | 2026-06-25T22:46:47.806Z | Downloaded scroll v0.12.0 |
| 372 | 2026-06-25T22:46:47.811Z | Downloaded zerocopy v0.7.35 |
| 373 | 2026-06-25T22:46:47.814Z | Downloaded synstructure v0.13.2 |
| 374 | 2026-06-25T22:46:47.818Z | Downloaded winnow v0.7.14 |
| 375 | 2026-06-25T22:46:47.821Z | Downloaded quote v1.0.45 |
| 376 | 2026-06-25T22:46:47.824Z | Downloaded proc-macro-error v1.0.4 |
| 377 | 2026-06-25T22:46:47.824Z | Downloaded heck v0.4.1 |
| 378 | 2026-06-25T22:46:47.824Z | Downloaded unicode-width v0.2.0 |
| 379 | 2026-06-25T22:46:47.827Z | Downloaded unicode-width v0.1.14 |
| 380 | 2026-06-25T22:46:47.830Z | Downloaded memmap v0.7.0 |
| 381 | 2026-06-25T22:46:47.830Z | Downloaded clap_derive v4.6.1 |
| 382 | 2026-06-25T22:46:47.834Z | Downloaded serde_tokenstream v0.2.3 |
| 383 | 2026-06-25T22:46:47.834Z | Downloaded cargo_toml v0.21.0 |
| 384 | 2026-06-25T22:46:47.834Z | Downloaded cargo_metadata v0.21.0 |
| 385 | 2026-06-25T22:46:47.835Z | Downloaded cpufeatures v0.2.17 |
| 386 | 2026-06-25T22:46:47.838Z | Downloaded displaydoc v0.2.5 |
| 387 | 2026-06-25T22:46:47.841Z | Downloaded semver v1.0.28 |
| 388 | 2026-06-25T22:46:47.841Z | Downloaded anyhow v1.0.102 |
| 389 | 2026-06-25T22:46:47.844Z | Downloaded once_cell v1.21.3 |
| 390 | 2026-06-25T22:46:47.848Z | Downloaded pest_derive v2.8.6 |
| 391 | 2026-06-25T22:46:47.853Z | Downloaded smallvec v1.15.1 |
| 392 | 2026-06-25T22:46:47.862Z | Downloaded indexmap v2.14.0 |
| 393 | 2026-06-25T22:46:47.868Z | Downloaded litemap v0.8.1 |
| 394 | 2026-06-25T22:46:47.872Z | Downloaded pest_generator v2.8.6 |
| 395 | 2026-06-25T22:46:47.875Z | Downloaded icu_provider v2.1.1 |
| 396 | 2026-06-25T22:46:47.878Z | Downloaded serde_core v1.0.228 |
| 397 | 2026-06-25T22:46:47.878Z | Downloaded log v0.4.29 |
| 398 | 2026-06-25T22:46:47.882Z | Downloaded proc-macro2 v1.0.106 |
| 399 | 2026-06-25T22:46:47.882Z | Downloaded serde_derive v1.0.228 |
| 400 | 2026-06-25T22:46:47.885Z | Downloaded icu_properties v2.1.2 |
| 401 | 2026-06-25T22:46:47.885Z | Downloaded clap v4.6.1 |
| 402 | 2026-06-25T22:46:47.889Z | Downloaded tempfile v3.25.0 |
| 403 | 2026-06-25T22:46:47.896Z | Downloaded pest_meta v2.8.6 |
| 404 | 2026-06-25T22:46:47.896Z | Downloaded num-traits v0.2.19 |
| 405 | 2026-06-25T22:46:47.899Z | Downloaded icu_normalizer_data v2.1.1 |
| 406 | 2026-06-25T22:46:47.899Z | Downloaded icu_locale_core v2.1.1 |
| 407 | 2026-06-25T22:46:47.902Z | Downloaded getrandom v0.4.1 |
| 408 | 2026-06-25T22:46:47.905Z | Downloaded icu_collections v2.1.1 |
| 409 | 2026-06-25T22:46:47.911Z | Downloaded memchr v2.8.0 |
| 410 | 2026-06-25T22:46:47.914Z | Downloaded serde v1.0.228 |
| 411 | 2026-06-25T22:46:47.918Z | Downloaded clap_builder v4.6.0 |
| 412 | 2026-06-25T22:46:47.934Z | Downloaded hashbrown v0.17.0 |
| 413 | 2026-06-25T22:46:47.940Z | Downloaded pest v2.8.6 |
| 414 | 2026-06-25T22:46:47.948Z | Downloaded tabled v0.15.0 |
| 415 | 2026-06-25T22:46:47.956Z | Downloaded idna v1.1.0 |
| 416 | 2026-06-25T22:46:47.961Z | Downloaded icu_properties_data v2.1.2 |
| 417 | 2026-06-25T22:46:47.964Z | Downloaded serde_json v1.0.150 |
| 418 | 2026-06-25T22:46:47.972Z | Downloaded goblin v0.8.2 |
| 419 | 2026-06-25T22:46:47.982Z | Downloaded syn v1.0.109 |
| 420 | 2026-06-25T22:46:47.993Z | Downloaded syn v2.0.117 |
| 421 | 2026-06-25T22:46:48.012Z | Downloaded rustix v1.1.3 |
| 422 | 2026-06-25T22:46:48.040Z | Downloaded libc v0.2.185 |
| 423 | 2026-06-25T22:46:48.109Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-06-25T22:46:48.109Z | Compiling quote v1.0.45 |
| 425 | 2026-06-25T22:46:48.109Z | Compiling unicode-ident v1.0.24 |
| 426 | 2026-06-25T22:46:48.109Z | Compiling serde_core v1.0.228 |
| 427 | 2026-06-25T22:46:48.109Z | Compiling libc v0.2.185 |
| 428 | 2026-06-25T22:46:48.115Z | Compiling version_check v0.9.5 |
| 429 | 2026-06-25T22:46:48.116Z | Compiling serde v1.0.228 |
| 430 | 2026-06-25T22:46:48.285Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-06-25T22:46:48.444Z | Compiling memchr v2.8.0 |
| 432 | 2026-06-25T22:46:48.472Z | Compiling zmij v1.0.21 |
| 433 | 2026-06-25T22:46:48.678Z | Compiling itoa v1.0.17 |
| 434 | 2026-06-25T22:46:48.683Z | Compiling ucd-trie v0.1.7 |
| 435 | 2026-06-25T22:46:48.709Z | Compiling autocfg v1.5.0 |
| 436 | 2026-06-25T22:46:48.873Z | Compiling thiserror v1.0.69 |
| 437 | 2026-06-25T22:46:49.035Z | Compiling pest v2.8.6 |
| 438 | 2026-06-25T22:46:49.087Z | Compiling writeable v0.6.2 |
| 439 | 2026-06-25T22:46:49.118Z | Compiling litemap v0.8.1 |
| 440 | 2026-06-25T22:46:49.175Z | Compiling rustix v1.1.3 |
| 441 | 2026-06-25T22:46:49.282Z | Compiling icu_normalizer_data v2.1.1 |
| 442 | 2026-06-25T22:46:49.328Z | Compiling icu_properties_data v2.1.2 |
| 443 | 2026-06-25T22:46:49.503Z | Compiling syn v2.0.117 |
| 444 | 2026-06-25T22:46:49.519Z | Compiling byteorder v1.5.0 |
| 445 | 2026-06-25T22:46:49.631Z | Compiling errno v0.3.14 |
| 446 | 2026-06-25T22:46:49.745Z | Compiling bitflags v2.11.0 |
| 447 | 2026-06-25T22:46:49.776Z | Compiling serde_json v1.0.150 |
| 448 | 2026-06-25T22:46:49.864Z | Compiling num-traits v0.2.19 |
| 449 | 2026-06-25T22:46:49.974Z | Compiling smallvec v1.15.1 |
| 450 | 2026-06-25T22:46:49.991Z | Compiling typeid v1.0.3 |
| 451 | 2026-06-25T22:46:50.049Z | Compiling pest_meta v2.8.6 |
| 452 | 2026-06-25T22:46:50.195Z | Compiling hashbrown v0.17.0 |
| 453 | 2026-06-25T22:46:50.274Z | Compiling equivalent v1.0.2 |
| 454 | 2026-06-25T22:46:50.482Z | Compiling thread-id v4.2.2 |
| 455 | 2026-06-25T22:46:50.542Z | Compiling proc-macro-error-attr v1.0.4 |
| 456 | 2026-06-25T22:46:50.566Z | Compiling usdt-impl v0.5.0 |
| 457 | 2026-06-25T22:46:50.623Z | Compiling winnow v0.7.14 |
| 458 | 2026-06-25T22:46:50.715Z | Compiling indexmap v2.14.0 |
| 459 | 2026-06-25T22:46:50.738Z | Compiling syn v1.0.109 |
| 460 | 2026-06-25T22:46:50.774Z | Compiling erased-serde v0.4.9 |
| 461 | 2026-06-25T22:46:51.044Z | Compiling toml_write v0.1.2 |
| 462 | 2026-06-25T22:46:51.332Z | Compiling proc-macro-error v1.0.4 |
| 463 | 2026-06-25T22:46:51.348Z | Compiling log v0.4.29 |
| 464 | 2026-06-25T22:46:51.516Z | Compiling getrandom v0.4.1 |
| 465 | 2026-06-25T22:46:51.534Z | Compiling percent-encoding v2.3.2 |
| 466 | 2026-06-25T22:46:51.653Z | Compiling camino v1.2.2 |
| 467 | 2026-06-25T22:46:51.726Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-25T22:46:51.807Z | Compiling utf8parse v0.2.2 |
| 469 | 2026-06-25T22:46:51.872Z | Compiling plain v0.2.3 |
| 470 | 2026-06-25T22:46:51.926Z | Compiling utf8_iter v1.0.4 |
| 471 | 2026-06-25T22:46:51.985Z | Compiling anstyle-parse v1.0.0 |
| 472 | 2026-06-25T22:46:52.033Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-06-25T22:46:52.051Z | Compiling synstructure v0.13.2 |
| 474 | 2026-06-25T22:46:52.065Z | Compiling pest_generator v2.8.6 |
| 475 | 2026-06-25T22:46:52.081Z | Compiling form_urlencoded v1.2.2 |
| 476 | 2026-06-25T22:46:52.283Z | Compiling terminal_size v0.4.3 |
| 477 | 2026-06-25T22:46:52.435Z | Compiling pretty-hex v0.4.1 |
| 478 | 2026-06-25T22:46:52.520Z | Compiling colorchoice v1.0.4 |
| 479 | 2026-06-25T22:46:52.575Z | Compiling anstyle-query v1.1.5 |
| 480 | 2026-06-25T22:46:52.630Z | Compiling anstyle v1.0.14 |
| 481 | 2026-06-25T22:46:52.647Z | Compiling is_terminal_polyfill v1.70.2 |
| 482 | 2026-06-25T22:46:52.661Z | Compiling cfg-if v1.0.4 |
| 483 | 2026-06-25T22:46:52.686Z | Compiling serde-untagged v0.1.9 |
| 484 | 2026-06-25T22:46:52.771Z | Compiling semver v1.0.28 |
| 485 | 2026-06-25T22:46:52.817Z | Compiling anstream v1.0.0 |
| 486 | 2026-06-25T22:46:52.924Z | Compiling fs-err v3.3.0 |
| 487 | 2026-06-25T22:46:52.946Z | Compiling unicode-width v0.1.14 |
| 488 | 2026-06-25T22:46:53.101Z | Compiling once_cell v1.21.3 |
| 489 | 2026-06-25T22:46:53.117Z | Compiling fastrand v2.3.0 |
| 490 | 2026-06-25T22:46:53.121Z | Compiling heck v0.5.0 |
| 491 | 2026-06-25T22:46:53.149Z | Compiling bytecount v0.6.9 |
| 492 | 2026-06-25T22:46:53.220Z | Compiling anyhow v1.0.102 |
| 493 | 2026-06-25T22:46:53.330Z | Compiling clap_lex v1.0.0 |
| 494 | 2026-06-25T22:46:53.380Z | Compiling strsim v0.11.1 |
| 495 | 2026-06-25T22:46:53.383Z | Compiling fnv v1.0.7 |
| 496 | 2026-06-25T22:46:53.414Z | Compiling unicode-xid v0.2.6 |
| 497 | 2026-06-25T22:46:53.542Z | Compiling heck v0.4.1 |
| 498 | 2026-06-25T22:46:53.563Z | Compiling clap_builder v4.6.0 |
| 499 | 2026-06-25T22:46:53.727Z | Compiling serde_derive v1.0.228 |
| 500 | 2026-06-25T22:46:53.743Z | Compiling zerofrom-derive v0.1.6 |
| 501 | 2026-06-25T22:46:53.765Z | Compiling yoke-derive v0.8.1 |
| 502 | 2026-06-25T22:46:53.788Z | Compiling zerovec-derive v0.11.2 |
| 503 | 2026-06-25T22:46:53.806Z | Compiling displaydoc v0.2.5 |
| 504 | 2026-06-25T22:46:54.339Z | Compiling thiserror-impl v1.0.69 |
| 505 | 2026-06-25T22:46:54.550Z | Compiling zerocopy-derive v0.7.35 |
| 506 | 2026-06-25T22:46:54.902Z | Compiling pest_derive v2.8.6 |
| 507 | 2026-06-25T22:46:54.917Z | Compiling scroll_derive v0.12.1 |
| 508 | 2026-06-25T22:46:55.112Z | Compiling zerofrom v0.1.6 |
| 509 | 2026-06-25T22:46:55.246Z | Compiling yoke v0.8.1 |
| 510 | 2026-06-25T22:46:55.334Z | Compiling thiserror-impl v2.0.18 |
| 511 | 2026-06-25T22:46:55.419Z | Compiling zerovec v0.11.5 |
| 512 | 2026-06-25T22:46:55.436Z | Compiling zerotrie v0.2.3 |
| 513 | 2026-06-25T22:46:55.579Z | Compiling zerocopy v0.7.35 |
| 514 | 2026-06-25T22:46:55.712Z | Compiling dtrace-parser v0.2.0 |
| 515 | 2026-06-25T22:46:55.741Z | Compiling scroll v0.12.0 |
| 516 | 2026-06-25T22:46:55.928Z | Compiling tinystr v0.8.2 |
| 517 | 2026-06-25T22:46:56.009Z | Compiling potential_utf v0.1.4 |
| 518 | 2026-06-25T22:46:56.129Z | Compiling icu_locale_core v2.1.1 |
| 519 | 2026-06-25T22:46:56.146Z | Compiling icu_collections v2.1.1 |
| 520 | 2026-06-25T22:46:56.182Z | Compiling goblin v0.8.2 |
| 521 | 2026-06-25T22:46:56.451Z | Compiling tabled_derive v0.7.0 |
| 522 | 2026-06-25T22:46:56.558Z | Compiling clap_derive v4.6.1 |
| 523 | 2026-06-25T22:46:56.615Z | Compiling papergrid v0.11.0 |
| 524 | 2026-06-25T22:46:56.781Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-06-25T22:46:57.084Z | Compiling toml_datetime v0.6.11 |
| 526 | 2026-06-25T22:46:57.121Z | Compiling serde_spanned v0.6.9 |
| 527 | 2026-06-25T22:46:57.140Z | Compiling icu_normalizer v2.1.1 |
| 528 | 2026-06-25T22:46:57.185Z | Compiling icu_properties v2.1.2 |
| 529 | 2026-06-25T22:46:57.283Z | Compiling toml_edit v0.22.27 |
| 530 | 2026-06-25T22:46:57.343Z | Compiling dof v0.3.0 |
| 531 | 2026-06-25T22:46:57.359Z | Compiling serde_tokenstream v0.2.3 |
| 532 | 2026-06-25T22:46:57.688Z | Compiling serde-value v0.7.0 |
| 533 | 2026-06-25T22:46:57.728Z | Compiling cargo-platform v0.2.0 |
| 534 | 2026-06-25T22:46:57.996Z | Compiling tempfile v3.25.0 |
| 535 | 2026-06-25T22:46:58.027Z | Compiling idna_adapter v1.2.1 |
| 536 | 2026-06-25T22:46:58.144Z | Compiling idna v1.1.0 |
| 537 | 2026-06-25T22:46:58.169Z | Compiling memmap v0.7.0 |
| 538 | 2026-06-25T22:46:58.256Z | Compiling unicode-linebreak v0.1.5 |
| 539 | 2026-06-25T22:46:58.336Z | Compiling usdt-attr-macro v0.5.0 |
| 540 | 2026-06-25T22:46:58.339Z | Compiling usdt-macro v0.5.0 |
| 541 | 2026-06-25T22:46:58.388Z | Compiling unicode-width v0.2.0 |
| 542 | 2026-06-25T22:46:58.544Z | Compiling url v2.5.8 |
| 543 | 2026-06-25T22:46:58.665Z | Compiling smawk v0.3.2 |
| 544 | 2026-06-25T22:46:58.822Z | Compiling toml v0.8.23 |
| 545 | 2026-06-25T22:46:59.000Z | Compiling textwrap v0.16.2 |
| 546 | 2026-06-25T22:46:59.037Z | Compiling clap v4.6.1 |
| 547 | 2026-06-25T22:46:59.114Z | Compiling camino-tempfile v1.4.1 |
| 548 | 2026-06-25T22:46:59.314Z | Compiling cargo-util-schemas v0.8.2 |
| 549 | 2026-06-25T22:46:59.347Z | Compiling cargo_toml v0.21.0 |
| 550 | 2026-06-25T22:46:59.409Z | Compiling usdt v0.5.0 |
| 551 | 2026-06-25T22:46:59.450Z | Compiling tabled v0.15.0 |
| 552 | 2026-06-25T22:46:59.450Z | Compiling macaddr v1.0.1 |
| 553 | 2026-06-25T22:46:59.659Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 554 | 2026-06-25T22:46:59.676Z | Compiling swrite v0.1.0 |
| 555 | 2026-06-25T22:47:00.210Z | Compiling cargo_metadata v0.21.0 |
| 556 | 2026-06-25T22:47:01.181Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 557 | 2026-06-25T22:47:03.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.96s |
| 558 | 2026-06-25T22:47:03.441Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 559 | 2026-06-25T22:47:03.938Z | Downloading crates ... |
| 560 | 2026-06-25T22:47:04.032Z | Downloaded async-stream v0.3.6 |
| 561 | 2026-06-25T22:47:04.039Z | Downloaded base16ct v0.2.0 |
| 562 | 2026-06-25T22:47:04.043Z | Downloaded bitfield-macros v0.19.4 |
| 563 | 2026-06-25T22:47:04.048Z | Downloaded async-stream-impl v0.3.6 |
| 564 | 2026-06-25T22:47:04.048Z | Downloaded assert_matches v1.5.0 |
| 565 | 2026-06-25T22:47:04.051Z | Downloaded argon2 v0.5.3 |
| 566 | 2026-06-25T22:47:04.054Z | Downloaded anstyle-parse v0.2.7 |
| 567 | 2026-06-25T22:47:04.054Z | Downloaded cobs v0.3.0 |
| 568 | 2026-06-25T22:47:04.057Z | Downloaded ascii-canvas v3.0.0 |
| 569 | 2026-06-25T22:47:04.057Z | Downloaded aead v0.5.2 |
| 570 | 2026-06-25T22:47:04.061Z | Downloaded adler2 v2.0.1 |
| 571 | 2026-06-25T22:47:04.065Z | Downloaded ciborium-ll v0.2.2 |
| 572 | 2026-06-25T22:47:04.065Z | Downloaded crc v3.4.0 |
| 573 | 2026-06-25T22:47:04.068Z | Downloaded defmt v0.3.100 |
| 574 | 2026-06-25T22:47:04.068Z | Downloaded darling_macro v0.23.0 |
| 575 | 2026-06-25T22:47:04.068Z | Downloaded critical-section v1.2.0 |
| 576 | 2026-06-25T22:47:04.072Z | Downloaded ctr v0.9.2 |
| 577 | 2026-06-25T22:47:04.072Z | Downloaded crossbeam-epoch v0.9.18 |
| 578 | 2026-06-25T22:47:04.076Z | Downloaded bitfield-struct v0.6.2 |
| 579 | 2026-06-25T22:47:04.076Z | Downloaded defmt-parser v1.0.0 |
| 580 | 2026-06-25T22:47:04.076Z | Downloaded cfg_aliases v0.1.1 |
| 581 | 2026-06-25T22:47:04.076Z | Downloaded atty v0.2.14 |
| 582 | 2026-06-25T22:47:04.079Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 583 | 2026-06-25T22:47:04.079Z | Downloaded crypto-common v0.2.2 |
| 584 | 2026-06-25T22:47:04.079Z | Downloaded bcs v0.1.6 |
| 585 | 2026-06-25T22:47:04.079Z | Downloaded downcast-rs v2.0.2 |
| 586 | 2026-06-25T22:47:04.084Z | Downloaded base64ct v1.8.3 |
| 587 | 2026-06-25T22:47:04.084Z | Downloaded env_filter v1.0.0 |
| 588 | 2026-06-25T22:47:04.084Z | Downloaded async-bb8-diesel v0.2.1 |
| 589 | 2026-06-25T22:47:04.084Z | Downloaded cstr-argument v0.1.2 |
| 590 | 2026-06-25T22:47:04.088Z | Downloaded arrayref v0.3.9 |
| 591 | 2026-06-25T22:47:04.088Z | Downloaded display-error-chain v0.2.2 |
| 592 | 2026-06-25T22:47:04.088Z | Downloaded array-init v0.0.4 |
| 593 | 2026-06-25T22:47:04.088Z | Downloaded crypto-bigint v0.5.5 |
| 594 | 2026-06-25T22:47:04.092Z | Downloaded block-buffer v0.12.1 |
| 595 | 2026-06-25T22:47:04.095Z | Downloaded bit-set v0.5.3 |
| 596 | 2026-06-25T22:47:04.095Z | Downloaded block-padding v0.3.3 |
| 597 | 2026-06-25T22:47:04.095Z | Downloaded atomicwrites v0.4.4 |
| 598 | 2026-06-25T22:47:04.099Z | Downloaded ciborium-io v0.2.2 |
| 599 | 2026-06-25T22:47:04.099Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 600 | 2026-06-25T22:47:04.099Z | Downloaded flagset v0.4.7 |
| 601 | 2026-06-25T22:47:04.102Z | Downloaded bit-set v0.8.0 |
| 602 | 2026-06-25T22:47:04.102Z | Downloaded darling_macro v0.21.3 |
| 603 | 2026-06-25T22:47:04.103Z | Downloaded bb8 v0.8.6 |
| 604 | 2026-06-25T22:47:04.106Z | Downloaded ed25519 v2.2.3 |
| 605 | 2026-06-25T22:47:04.106Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 606 | 2026-06-25T22:47:04.106Z | Downloaded convert_case v0.4.0 |
| 607 | 2026-06-25T22:47:04.106Z | Downloaded async-trait v0.1.89 |
| 608 | 2026-06-25T22:47:04.116Z | Downloaded bitfield v0.19.4 |
| 609 | 2026-06-25T22:47:04.116Z | Downloaded crunchy v0.2.4 |
| 610 | 2026-06-25T22:47:04.118Z | Downloaded cargo_metadata v0.23.1 |
| 611 | 2026-06-25T22:47:04.118Z | Downloaded arrayvec v0.7.6 |
| 612 | 2026-06-25T22:47:04.118Z | Downloaded cbc v0.1.2 |
| 613 | 2026-06-25T22:47:04.118Z | Downloaded byte-wrapper v0.1.0 |
| 614 | 2026-06-25T22:47:04.118Z | Downloaded camino-tempfile-ext v0.3.3 |
| 615 | 2026-06-25T22:47:04.118Z | Downloaded csv-core v0.1.13 |
| 616 | 2026-06-25T22:47:04.119Z | Downloaded debug-ignore v1.0.5 |
| 617 | 2026-06-25T22:47:04.121Z | Downloaded chacha20 v0.10.0 |
| 618 | 2026-06-25T22:47:04.124Z | Downloaded atomic-waker v1.1.2 |
| 619 | 2026-06-25T22:47:04.126Z | Downloaded data-encoding v2.10.0 |
| 620 | 2026-06-25T22:47:04.126Z | Downloaded daft-derive v0.1.7 |
| 621 | 2026-06-25T22:47:04.130Z | Downloaded castaway v0.2.4 |
| 622 | 2026-06-25T22:47:04.133Z | Downloaded cpufeatures v0.3.0 |
| 623 | 2026-06-25T22:47:04.136Z | Downloaded defmt-macros v1.0.1 |
| 624 | 2026-06-25T22:47:04.138Z | Downloaded darling v0.13.4 |
| 625 | 2026-06-25T22:47:04.142Z | Downloaded compression-core v0.4.31 |
| 626 | 2026-06-25T22:47:04.145Z | Downloaded embedded-io v0.6.1 |
| 627 | 2026-06-25T22:47:04.145Z | Downloaded crc-catalog v2.4.0 |
| 628 | 2026-06-25T22:47:04.148Z | Downloaded cfg_aliases v0.2.1 |
| 629 | 2026-06-25T22:47:04.148Z | Downloaded dunce v1.0.5 |
| 630 | 2026-06-25T22:47:04.151Z | Downloaded dtrace-parser v0.3.0 |
| 631 | 2026-06-25T22:47:04.151Z | Downloaded futures-io v0.3.32 |
| 632 | 2026-06-25T22:47:04.155Z | Downloaded darling_macro v0.20.11 |
| 633 | 2026-06-25T22:47:04.158Z | Downloaded crucible-workspace-hack v0.1.0 |
| 634 | 2026-06-25T22:47:04.158Z | Downloaded foreign-types v0.3.2 |
| 635 | 2026-06-25T22:47:04.158Z | Downloaded document-features v0.2.12 |
| 636 | 2026-06-25T22:47:04.158Z | Downloaded async-recursion v1.1.1 |
| 637 | 2026-06-25T22:47:04.161Z | Downloaded difflib v0.4.0 |
| 638 | 2026-06-25T22:47:04.161Z | Downloaded derive_builder_macro v0.20.2 |
| 639 | 2026-06-25T22:47:04.161Z | Downloaded compression-codecs v0.4.37 |
| 640 | 2026-06-25T22:47:04.164Z | Downloaded crc8 v0.1.1 |
| 641 | 2026-06-25T22:47:04.164Z | Downloaded buf-list v1.1.2 |
| 642 | 2026-06-25T22:47:04.167Z | Downloaded bit-vec v0.8.0 |
| 643 | 2026-06-25T22:47:04.167Z | Downloaded bit-vec v0.6.3 |
| 644 | 2026-06-25T22:47:04.167Z | Downloaded constant_time_eq v0.4.2 |
| 645 | 2026-06-25T22:47:04.169Z | Downloaded endian-type v0.1.2 |
| 646 | 2026-06-25T22:47:04.169Z | Downloaded float-cmp v0.10.0 |
| 647 | 2026-06-25T22:47:04.172Z | Downloaded darling v0.23.0 |
| 648 | 2026-06-25T22:47:04.175Z | Downloaded bzip2 v0.6.1 |
| 649 | 2026-06-25T22:47:04.175Z | Downloaded backoff v0.4.0 |
| 650 | 2026-06-25T22:47:04.178Z | Downloaded dsl_auto_type v0.2.0 |
| 651 | 2026-06-25T22:47:04.178Z | Downloaded dirs-next v2.0.0 |
| 652 | 2026-06-25T22:47:04.178Z | Downloaded darling_macro v0.13.4 |
| 653 | 2026-06-25T22:47:04.180Z | Downloaded blake2 v0.10.6 |
| 654 | 2026-06-25T22:47:04.180Z | Downloaded ahash v0.8.12 |
| 655 | 2026-06-25T22:47:04.183Z | Downloaded foreign-types v0.5.0 |
| 656 | 2026-06-25T22:47:04.183Z | Downloaded enum-as-inner v0.6.1 |
| 657 | 2026-06-25T22:47:04.186Z | Downloaded fd-lock v4.0.4 |
| 658 | 2026-06-25T22:47:04.186Z | Downloaded console v0.16.2 |
| 659 | 2026-06-25T22:47:04.189Z | Downloaded foreign-types-shared v0.3.1 |
| 660 | 2026-06-25T22:47:04.189Z | Downloaded futures-macro v0.3.32 |
| 661 | 2026-06-25T22:47:04.189Z | Downloaded fxhash v0.2.1 |
| 662 | 2026-06-25T22:47:04.192Z | Downloaded foreign-types-macros v0.2.3 |
| 663 | 2026-06-25T22:47:04.192Z | Downloaded foreign-types-shared v0.1.1 |
| 664 | 2026-06-25T22:47:04.192Z | Downloaded git-stub v1.0.0 |
| 665 | 2026-06-25T22:47:04.192Z | Downloaded futures-sink v0.3.32 |
| 666 | 2026-06-25T22:47:04.194Z | Downloaded funty v2.0.0 |
| 667 | 2026-06-25T22:47:04.194Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 668 | 2026-06-25T22:47:04.194Z | Downloaded bitflags v1.3.2 |
| 669 | 2026-06-25T22:47:04.197Z | Downloaded ghash v0.5.1 |
| 670 | 2026-06-25T22:47:04.197Z | Downloaded embedded-io v0.4.0 |
| 671 | 2026-06-25T22:47:04.197Z | Downloaded hash32 v0.3.1 |
| 672 | 2026-06-25T22:47:04.200Z | Downloaded fixedbitset v0.4.2 |
| 673 | 2026-06-25T22:47:04.200Z | Downloaded const_format_proc_macros v0.2.34 |
| 674 | 2026-06-25T22:47:04.203Z | Downloaded cassowary v0.3.0 |
| 675 | 2026-06-25T22:47:04.203Z | Downloaded cargo-platform v0.3.2 |
| 676 | 2026-06-25T22:47:04.203Z | Downloaded futures-core v0.3.32 |
| 677 | 2026-06-25T22:47:04.206Z | Downloaded convert_case v0.10.0 |
| 678 | 2026-06-25T22:47:04.207Z | Downloaded futures-task v0.3.32 |
| 679 | 2026-06-25T22:47:04.209Z | Downloaded chacha20 v0.9.1 |
| 680 | 2026-06-25T22:47:04.209Z | Downloaded cipher v0.4.4 |
| 681 | 2026-06-25T22:47:04.209Z | Downloaded blowfish v0.9.1 |
| 682 | 2026-06-25T22:47:04.212Z | Downloaded globwalk v0.9.1 |
| 683 | 2026-06-25T22:47:04.215Z | Downloaded anstream v0.6.21 |
| 684 | 2026-06-25T22:47:04.215Z | Downloaded ena v0.14.4 |
| 685 | 2026-06-25T22:47:04.218Z | Downloaded crossbeam-deque v0.8.6 |
| 686 | 2026-06-25T22:47:04.218Z | Downloaded fallible-iterator v0.2.0 |
| 687 | 2026-06-25T22:47:04.220Z | Downloaded crc-any v2.5.0 |
| 688 | 2026-06-25T22:47:04.220Z | Downloaded darling_core v0.13.4 |
| 689 | 2026-06-25T22:47:04.223Z | Downloaded hash32 v0.2.1 |
| 690 | 2026-06-25T22:47:04.223Z | Downloaded cexpr v0.6.0 |
| 691 | 2026-06-25T22:47:04.226Z | Downloaded filetime v0.2.27 |
| 692 | 2026-06-25T22:47:04.226Z | Downloaded der_derive v0.7.3 |
| 693 | 2026-06-25T22:47:04.229Z | Downloaded hex v0.4.3 |
| 694 | 2026-06-25T22:47:04.229Z | Downloaded headers-core v0.3.0 |
| 695 | 2026-06-25T22:47:04.229Z | Downloaded dyn-clone v1.0.20 |
| 696 | 2026-06-25T22:47:04.231Z | Downloaded crc32fast v1.5.0 |
| 697 | 2026-06-25T22:47:04.234Z | Downloaded expectorate v1.2.0 |
| 698 | 2026-06-25T22:47:04.238Z | Downloaded derive_more-impl v2.1.1 |
| 699 | 2026-06-25T22:47:04.242Z | Downloaded http-body v1.0.1 |
| 700 | 2026-06-25T22:47:04.242Z | Downloaded hostname v0.4.2 |
| 701 | 2026-06-25T22:47:04.243Z | Downloaded home v0.5.12 |
| 702 | 2026-06-25T22:47:04.243Z | Downloaded hex-literal v0.4.1 |
| 703 | 2026-06-25T22:47:04.243Z | Downloaded float-ord v0.3.2 |
| 704 | 2026-06-25T22:47:04.246Z | Downloaded httpdate v1.0.3 |
| 705 | 2026-06-25T22:47:04.246Z | Downloaded ed25519-dalek v2.2.0 |
| 706 | 2026-06-25T22:47:04.246Z | Downloaded hubpack v0.1.2 |
| 707 | 2026-06-25T22:47:04.249Z | Downloaded http-range v0.1.5 |
| 708 | 2026-06-25T22:47:04.249Z | Downloaded derive-ex v0.1.8 |
| 709 | 2026-06-25T22:47:04.249Z | Downloaded ident_case v1.0.1 |
| 710 | 2026-06-25T22:47:04.252Z | Downloaded foldhash v0.2.0 |
| 711 | 2026-06-25T22:47:04.252Z | Downloaded foldhash v0.1.5 |
| 712 | 2026-06-25T22:47:04.255Z | Downloaded hostname v0.3.1 |
| 713 | 2026-06-25T22:47:04.255Z | Downloaded find-msvc-tools v0.1.9 |
| 714 | 2026-06-25T22:47:04.257Z | Downloaded dirs-sys-next v0.1.2 |
| 715 | 2026-06-25T22:47:04.257Z | Downloaded deranged v0.5.8 |
| 716 | 2026-06-25T22:47:04.258Z | Downloaded ecdsa v0.16.9 |
| 717 | 2026-06-25T22:47:04.261Z | Downloaded daft v0.1.7 |
| 718 | 2026-06-25T22:47:04.262Z | Downloaded git-stub-vcs v0.1.0 |
| 719 | 2026-06-25T22:47:04.262Z | Downloaded compact_str v0.8.1 |
| 720 | 2026-06-25T22:47:04.268Z | Downloaded group v0.13.0 |
| 721 | 2026-06-25T22:47:04.268Z | Downloaded hubpack_derive v0.1.1 |
| 722 | 2026-06-25T22:47:04.268Z | Downloaded fs_extra v1.3.0 |
| 723 | 2026-06-25T22:47:04.268Z | Downloaded fs-err v2.11.0 |
| 724 | 2026-06-25T22:47:04.272Z | Downloaded indent_write v2.2.0 |
| 725 | 2026-06-25T22:47:04.272Z | Downloaded either v1.15.0 |
| 726 | 2026-06-25T22:47:04.272Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 727 | 2026-06-25T22:47:04.272Z | Downloaded gethostname v0.5.0 |
| 728 | 2026-06-25T22:47:04.276Z | Downloaded globset v0.4.18 |
| 729 | 2026-06-25T22:47:04.276Z | Downloaded colored v3.1.1 |
| 730 | 2026-06-25T22:47:04.276Z | Downloaded digest v0.11.3 |
| 731 | 2026-06-25T22:47:04.287Z | Downloaded const-oid v0.9.6 |
| 732 | 2026-06-25T22:47:04.287Z | Downloaded illumos-nvpair v0.3.0 |
| 733 | 2026-06-25T22:47:04.287Z | Downloaded hyper-tls v0.6.0 |
| 734 | 2026-06-25T22:47:04.287Z | Downloaded clang-sys v1.8.1 |
| 735 | 2026-06-25T22:47:04.287Z | Downloaded ciborium v0.2.2 |
| 736 | 2026-06-25T22:47:04.287Z | Downloaded cookie v0.18.1 |
| 737 | 2026-06-25T22:47:04.287Z | Downloaded cookie_store v0.22.1 |
| 738 | 2026-06-25T22:47:04.287Z | Downloaded darling_core v0.20.11 |
| 739 | 2026-06-25T22:47:04.291Z | Downloaded console v0.15.11 |
| 740 | 2026-06-25T22:47:04.291Z | Downloaded colored v2.2.0 |
| 741 | 2026-06-25T22:47:04.295Z | Downloaded cancel-safe-futures v0.1.5 |
| 742 | 2026-06-25T22:47:04.295Z | Downloaded indoc v1.0.9 |
| 743 | 2026-06-25T22:47:04.299Z | Downloaded crossbeam-utils v0.8.21 |
| 744 | 2026-06-25T22:47:04.299Z | Downloaded internet-checksum v0.2.1 |
| 745 | 2026-06-25T22:47:04.299Z | Downloaded getrandom v0.2.17 |
| 746 | 2026-06-25T22:47:04.302Z | Downloaded is-terminal v0.4.17 |
| 747 | 2026-06-25T22:47:04.302Z | Downloaded instant v0.1.13 |
| 748 | 2026-06-25T22:47:04.302Z | Downloaded darling v0.21.3 |
| 749 | 2026-06-25T22:47:04.305Z | Downloaded corncobs v0.1.4 |
| 750 | 2026-06-25T22:47:04.308Z | Downloaded darling v0.20.11 |
| 751 | 2026-06-25T22:47:04.311Z | Downloaded kstat-rs v0.2.4 |
| 752 | 2026-06-25T22:47:04.311Z | Downloaded humantime v2.3.0 |
| 753 | 2026-06-25T22:47:04.311Z | Downloaded backon v1.6.0 |
| 754 | 2026-06-25T22:47:04.313Z | Downloaded libscf-sys v1.1.0 |
| 755 | 2026-06-25T22:47:04.313Z | Downloaded is_ci v1.2.0 |
| 756 | 2026-06-25T22:47:04.316Z | Downloaded diesel-dtrace v0.5.0 |
| 757 | 2026-06-25T22:47:04.316Z | Downloaded defmt v1.0.1 |
| 758 | 2026-06-25T22:47:04.319Z | Downloaded keccak v0.1.6 |
| 759 | 2026-06-25T22:47:04.319Z | Downloaded fixedbitset v0.5.7 |
| 760 | 2026-06-25T22:47:04.319Z | Downloaded managed v0.8.0 |
| 761 | 2026-06-25T22:47:04.322Z | Downloaded lru-cache v0.1.2 |
| 762 | 2026-06-25T22:47:04.322Z | Downloaded md5 v0.7.0 |
| 763 | 2026-06-25T22:47:04.322Z | Downloaded memoffset v0.9.1 |
| 764 | 2026-06-25T22:47:04.324Z | Downloaded derive_builder_core v0.20.2 |
| 765 | 2026-06-25T22:47:04.324Z | Downloaded allocator-api2 v0.2.21 |
| 766 | 2026-06-25T22:47:04.327Z | Downloaded highway v1.3.0 |
| 767 | 2026-06-25T22:47:04.329Z | Downloaded lazy_static v1.5.0 |
| 768 | 2026-06-25T22:47:04.329Z | Downloaded lalrpop-util v0.19.12 |
| 769 | 2026-06-25T22:47:04.329Z | Downloaded des v0.8.1 |
| 770 | 2026-06-25T22:47:04.332Z | Downloaded diff v0.1.13 |
| 771 | 2026-06-25T22:47:04.334Z | Downloaded md-5 v0.10.6 |
| 772 | 2026-06-25T22:47:04.334Z | Downloaded lru v0.12.5 |
| 773 | 2026-06-25T22:47:04.334Z | Downloaded futures-executor v0.3.32 |
| 774 | 2026-06-25T22:47:04.337Z | Downloaded futures-channel v0.3.32 |
| 775 | 2026-06-25T22:47:04.338Z | Downloaded glob v0.3.3 |
| 776 | 2026-06-25T22:47:04.340Z | Downloaded erased-serde v0.3.31 |
| 777 | 2026-06-25T22:47:04.340Z | Downloaded http-body-util v0.1.3 |
| 778 | 2026-06-25T22:47:04.340Z | Downloaded env_logger v0.11.9 |
| 779 | 2026-06-25T22:47:04.343Z | Downloaded dof v0.4.0 |
| 780 | 2026-06-25T22:47:04.343Z | Downloaded maplit v1.0.2 |
| 781 | 2026-06-25T22:47:04.346Z | Downloaded mime v0.3.17 |
| 782 | 2026-06-25T22:47:04.346Z | Downloaded maybe-uninit v2.0.0 |
| 783 | 2026-06-25T22:47:04.346Z | Downloaded lru-slab v0.1.2 |
| 784 | 2026-06-25T22:47:04.349Z | Downloaded match_cfg v0.1.0 |
| 785 | 2026-06-25T22:47:04.351Z | Downloaded lzss v0.8.2 |
| 786 | 2026-06-25T22:47:04.351Z | Downloaded fatfs v0.3.6 |
| 787 | 2026-06-25T22:47:04.354Z | Downloaded bzip2 v0.4.4 |
| 788 | 2026-06-25T22:47:04.354Z | Downloaded dropshot_endpoint v0.17.1 |
| 789 | 2026-06-25T22:47:04.357Z | Downloaded derive_builder v0.20.2 |
| 790 | 2026-06-25T22:47:04.359Z | Downloaded multimap v0.10.1 |
| 791 | 2026-06-25T22:47:04.362Z | Downloaded cmake v0.1.57 |
| 792 | 2026-06-25T22:47:04.364Z | Downloaded nibble_vec v0.1.0 |
| 793 | 2026-06-25T22:47:04.368Z | Downloaded instability v0.3.11 |
| 794 | 2026-06-25T22:47:04.368Z | Downloaded num-iter v0.1.45 |
| 795 | 2026-06-25T22:47:04.368Z | Downloaded ipnet v2.11.0 |
| 796 | 2026-06-25T22:47:04.371Z | Downloaded indoc v2.0.7 |
| 797 | 2026-06-25T22:47:04.371Z | Downloaded newline-converter v0.3.0 |
| 798 | 2026-06-25T22:47:04.374Z | Downloaded crossterm v0.29.0 |
| 799 | 2026-06-25T22:47:04.376Z | Downloaded jobserver v0.1.34 |
| 800 | 2026-06-25T22:47:04.376Z | Downloaded new_debug_unreachable v1.0.6 |
| 801 | 2026-06-25T22:47:04.379Z | Downloaded hmac v0.12.1 |
| 802 | 2026-06-25T22:47:04.379Z | Downloaded arc-swap v1.8.2 |
| 803 | 2026-06-25T22:47:04.381Z | Downloaded linked-hash-map v0.5.6 |
| 804 | 2026-06-25T22:47:04.384Z | Downloaded num-conv v0.2.0 |
| 805 | 2026-06-25T22:47:04.384Z | Downloaded num v0.4.3 |
| 806 | 2026-06-25T22:47:04.384Z | Downloaded normalize-line-endings v0.3.0 |
| 807 | 2026-06-25T22:47:04.384Z | Downloaded nonempty v0.12.0 |
| 808 | 2026-06-25T22:47:04.387Z | Downloaded linear-map v1.2.0 |
| 809 | 2026-06-25T22:47:04.387Z | Downloaded nodrop v0.1.14 |
| 810 | 2026-06-25T22:47:04.387Z | Downloaded libsw-core v0.3.2 |
| 811 | 2026-06-25T22:47:04.390Z | Downloaded openssl-macros v0.1.1 |
| 812 | 2026-06-25T22:47:04.390Z | Downloaded num-derive v0.3.3 |
| 813 | 2026-06-25T22:47:04.390Z | Downloaded num_threads v0.1.7 |
| 814 | 2026-06-25T22:47:04.396Z | Downloaded num_enum_derive v0.5.11 |
| 815 | 2026-06-25T22:47:04.396Z | Downloaded lock_api v0.4.14 |
| 816 | 2026-06-25T22:47:04.401Z | Downloaded num-derive v0.4.2 |
| 817 | 2026-06-25T22:47:04.401Z | Downloaded libefi-sys v0.1.0 |
| 818 | 2026-06-25T22:47:04.401Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 819 | 2026-06-25T22:47:04.401Z | Downloaded elliptic-curve v0.13.8 |
| 820 | 2026-06-25T22:47:04.401Z | Downloaded libloading v0.8.9 |
| 821 | 2026-06-25T22:47:04.404Z | Downloaded const_format v0.2.35 |
| 822 | 2026-06-25T22:47:04.404Z | Downloaded futures v0.3.32 |
| 823 | 2026-06-25T22:47:04.407Z | Downloaded libsw v3.5.0 |
| 824 | 2026-06-25T22:47:04.410Z | Downloaded olpc-cjson v0.1.4 |
| 825 | 2026-06-25T22:47:04.411Z | Downloaded openssl-probe v0.1.6 |
| 826 | 2026-06-25T22:47:04.411Z | Downloaded ingot v0.1.1 |
| 827 | 2026-06-25T22:47:04.411Z | Downloaded oso-derive v0.27.3 |
| 828 | 2026-06-25T22:47:04.414Z | Downloaded openssl-probe v0.2.1 |
| 829 | 2026-06-25T22:47:04.414Z | Downloaded opaque-debug v0.3.1 |
| 830 | 2026-06-25T22:47:04.414Z | Downloaded ff v0.13.1 |
| 831 | 2026-06-25T22:47:04.414Z | Downloaded derive-where v1.6.0 |
| 832 | 2026-06-25T22:47:04.436Z | Downloaded half v1.8.3 |
| 833 | 2026-06-25T22:47:04.442Z | Downloaded hyper-staticfile v0.10.1 |
| 834 | 2026-06-25T22:47:04.442Z | Downloaded hyper-rustls v0.27.7 |
| 835 | 2026-06-25T22:47:04.442Z | Downloaded iana-time-zone v0.1.65 |
| 836 | 2026-06-25T22:47:04.442Z | Downloaded darling_core v0.23.0 |
| 837 | 2026-06-25T22:47:04.442Z | Downloaded packed_struct_codegen v0.10.1 |
| 838 | 2026-06-25T22:47:04.443Z | Downloaded multer v3.1.0 |
| 839 | 2026-06-25T22:47:04.443Z | Downloaded ingot-types v0.1.2 |
| 840 | 2026-06-25T22:47:04.443Z | Downloaded ingot-macros v0.1.1 |
| 841 | 2026-06-25T22:47:04.443Z | Downloaded nanorand v0.7.0 |
| 842 | 2026-06-25T22:47:04.443Z | Downloaded native-tls v0.2.18 |
| 843 | 2026-06-25T22:47:04.443Z | Downloaded const-oid v0.10.2 |
| 844 | 2026-06-25T22:47:04.443Z | Downloaded chacha20poly1305 v0.10.1 |
| 845 | 2026-06-25T22:47:04.443Z | Downloaded bytes v1.11.1 |
| 846 | 2026-06-25T22:47:04.443Z | Downloaded ipnetwork v0.21.1 |
| 847 | 2026-06-25T22:47:04.450Z | Downloaded inout v0.1.4 |
| 848 | 2026-06-25T22:47:04.450Z | Downloaded half v2.7.1 |
| 849 | 2026-06-25T22:47:04.450Z | Downloaded pbkdf2 v0.12.2 |
| 850 | 2026-06-25T22:47:04.450Z | Downloaded parse-size v1.1.0 |
| 851 | 2026-06-25T22:47:04.450Z | Downloaded getrandom v0.3.4 |
| 852 | 2026-06-25T22:47:04.458Z | Downloaded pbkdf2 v0.11.0 |
| 853 | 2026-06-25T22:47:04.458Z | Downloaded path-slash v0.1.5 |
| 854 | 2026-06-25T22:47:04.458Z | Downloaded drift v0.2.0 |
| 855 | 2026-06-25T22:47:04.461Z | Downloaded newtype-uuid v1.3.2 |
| 856 | 2026-06-25T22:47:04.461Z | Downloaded num-complex v0.4.6 |
| 857 | 2026-06-25T22:47:04.461Z | Downloaded num_enum v0.5.11 |
| 858 | 2026-06-25T22:47:04.461Z | Downloaded num-integer v0.1.46 |
| 859 | 2026-06-25T22:47:04.461Z | Downloaded flume v0.11.1 |
| 860 | 2026-06-25T22:47:04.465Z | Downloaded phf_shared v0.12.1 |
| 861 | 2026-06-25T22:47:04.465Z | Downloaded newtype-uuid-macros v0.1.0 |
| 862 | 2026-06-25T22:47:04.469Z | Downloaded num-rational v0.4.2 |
| 863 | 2026-06-25T22:47:04.469Z | Downloaded phf_shared v0.13.1 |
| 864 | 2026-06-25T22:47:04.469Z | Downloaded litrs v1.0.0 |
| 865 | 2026-06-25T22:47:04.472Z | Downloaded peg-runtime v0.8.5 |
| 866 | 2026-06-25T22:47:04.472Z | Downloaded memmap2 v0.9.10 |
| 867 | 2026-06-25T22:47:04.472Z | Downloaded darling_core v0.21.3 |
| 868 | 2026-06-25T22:47:04.475Z | Downloaded hybrid-array v0.4.10 |
| 869 | 2026-06-25T22:47:04.475Z | Downloaded num_enum v0.7.6 |
| 870 | 2026-06-25T22:47:04.480Z | Downloaded ignore v0.4.25 |
| 871 | 2026-06-25T22:47:04.488Z | Downloaded httparse v1.10.1 |
| 872 | 2026-06-25T22:47:04.488Z | Downloaded newtype_derive v0.1.6 |
| 873 | 2026-06-25T22:47:04.488Z | Downloaded powerfmt v0.2.0 |
| 874 | 2026-06-25T22:47:04.491Z | Downloaded num_enum_derive v0.7.6 |
| 875 | 2026-06-25T22:47:04.491Z | Downloaded phf_shared v0.11.3 |
| 876 | 2026-06-25T22:47:04.491Z | Downloaded headers v0.4.1 |
| 877 | 2026-06-25T22:47:04.491Z | Downloaded derive_more v2.1.1 |
| 878 | 2026-06-25T22:47:04.497Z | Downloaded crossbeam-channel v0.5.15 |
| 879 | 2026-06-25T22:47:04.500Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 880 | 2026-06-25T22:47:04.500Z | Downloaded aes v0.8.4 |
| 881 | 2026-06-25T22:47:04.503Z | Downloaded proc-macro-crate v3.4.0 |
| 882 | 2026-06-25T22:47:04.503Z | Downloaded proc-macro-crate v1.3.1 |
| 883 | 2026-06-25T22:47:04.507Z | Downloaded predicates-tree v1.0.13 |
| 884 | 2026-06-25T22:47:04.507Z | Downloaded base64 v0.22.1 |
| 885 | 2026-06-25T22:47:04.521Z | Downloaded quick-error v1.2.3 |
| 886 | 2026-06-25T22:47:04.526Z | Downloaded psl-types v2.0.11 |
| 887 | 2026-06-25T22:47:04.526Z | Downloaded progenitor-macro v0.14.0 |
| 888 | 2026-06-25T22:47:04.526Z | Downloaded progenitor-macro v0.13.0 |
| 889 | 2026-06-25T22:47:04.526Z | Downloaded progenitor-client v0.14.0 |
| 890 | 2026-06-25T22:47:04.526Z | Downloaded peg v0.8.5 |
| 891 | 2026-06-25T22:47:04.530Z | Downloaded password-hash v0.5.0 |
| 892 | 2026-06-25T22:47:04.530Z | Downloaded radium v0.7.0 |
| 893 | 2026-06-25T22:47:04.530Z | Downloaded flate2 v1.1.9 |
| 894 | 2026-06-25T22:47:04.534Z | Downloaded async-compression v0.4.41 |
| 895 | 2026-06-25T22:47:04.537Z | Downloaded nu-ansi-term v0.50.3 |
| 896 | 2026-06-25T22:47:04.537Z | Downloaded ar_archive_writer v0.5.1 |
| 897 | 2026-06-25T22:47:04.543Z | Downloaded peg-macros v0.8.5 |
| 898 | 2026-06-25T22:47:04.543Z | Downloaded paste v1.0.15 |
| 899 | 2026-06-25T22:47:04.548Z | Downloaded rand_xorshift v0.4.0 |
| 900 | 2026-06-25T22:47:04.548Z | Downloaded rand_chacha v0.3.1 |
| 901 | 2026-06-25T22:47:04.548Z | Downloaded pin-project-lite v0.2.17 |
| 902 | 2026-06-25T22:47:04.552Z | Downloaded pin-project-internal v1.1.11 |
| 903 | 2026-06-25T22:47:04.552Z | Downloaded libbz2-rs-sys v0.2.2 |
| 904 | 2026-06-25T22:47:04.552Z | Downloaded indexmap v1.9.3 |
| 905 | 2026-06-25T22:47:04.552Z | Downloaded polyval v0.6.2 |
| 906 | 2026-06-25T22:47:04.555Z | Downloaded derive_more v0.99.20 |
| 907 | 2026-06-25T22:47:04.563Z | Downloaded phf v0.12.1 |
| 908 | 2026-06-25T22:47:04.563Z | Downloaded recursive v0.1.1 |
| 909 | 2026-06-25T22:47:04.563Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 910 | 2026-06-25T22:47:04.564Z | Downloaded phf v0.13.1 |
| 911 | 2026-06-25T22:47:04.572Z | Downloaded parse-display-derive v0.10.0 |
| 912 | 2026-06-25T22:47:04.572Z | Downloaded parse-display v0.10.0 |
| 913 | 2026-06-25T22:47:04.573Z | Downloaded parking_lot_core v0.8.6 |
| 914 | 2026-06-25T22:47:04.573Z | Downloaded packed_struct v0.10.1 |
| 915 | 2026-06-25T22:47:04.573Z | Downloaded mime_guess v2.0.5 |
| 916 | 2026-06-25T22:47:04.573Z | Downloaded progenitor v0.13.0 |
| 917 | 2026-06-25T22:47:04.573Z | Downloaded predicates-core v1.0.10 |
| 918 | 2026-06-25T22:47:04.573Z | Downloaded ppv-lite86 v0.2.21 |
| 919 | 2026-06-25T22:47:04.576Z | Downloaded pkg-config v0.3.32 |
| 920 | 2026-06-25T22:47:04.576Z | Downloaded heapless v0.7.17 |
| 921 | 2026-06-25T22:47:04.576Z | Downloaded progenitor v0.14.0 |
| 922 | 2026-06-25T22:47:04.576Z | Downloaded proc-macro-error2 v2.0.1 |
| 923 | 2026-06-25T22:47:04.576Z | Downloaded postgres-protocol v0.6.10 |
| 924 | 2026-06-25T22:47:04.576Z | Downloaded owo-colors v4.3.0 |
| 925 | 2026-06-25T22:47:04.580Z | Downloaded predicates v3.1.4 |
| 926 | 2026-06-25T22:47:04.580Z | Downloaded rfc6979 v0.4.0 |
| 927 | 2026-06-25T22:47:04.584Z | Downloaded progenitor-extras v0.2.0 |
| 928 | 2026-06-25T22:47:04.584Z | Downloaded password-hash v0.4.2 |
| 929 | 2026-06-25T22:47:04.584Z | Downloaded parking_lot v0.11.2 |
| 930 | 2026-06-25T22:47:04.585Z | Downloaded cc v1.2.56 |
| 931 | 2026-06-25T22:47:04.588Z | Downloaded bumpalo v3.20.2 |
| 932 | 2026-06-25T22:47:04.588Z | Downloaded progenitor-client v0.13.0 |
| 933 | 2026-06-25T22:47:04.588Z | Downloaded pem v3.0.6 |
| 934 | 2026-06-25T22:47:04.594Z | Downloaded parking_lot_core v0.9.12 |
| 935 | 2026-06-25T22:47:04.594Z | Downloaded psm v0.1.30 |
| 936 | 2026-06-25T22:47:04.594Z | Downloaded parking_lot v0.12.5 |
| 937 | 2026-06-25T22:47:04.597Z | Downloaded rustc-hash v2.1.1 |
| 938 | 2026-06-25T22:47:04.598Z | Downloaded rtoolbox v0.0.3 |
| 939 | 2026-06-25T22:47:04.598Z | Downloaded ref-cast-impl v1.0.25 |
| 940 | 2026-06-25T22:47:04.598Z | Downloaded r2d2 v0.8.10 |
| 941 | 2026-06-25T22:47:04.601Z | Downloaded ref-cast v1.0.25 |
| 942 | 2026-06-25T22:47:04.601Z | Downloaded base64 v0.21.7 |
| 943 | 2026-06-25T22:47:04.606Z | Downloaded rustc_version v0.4.1 |
| 944 | 2026-06-25T22:47:04.606Z | Downloaded rustc_version v0.1.7 |
| 945 | 2026-06-25T22:47:04.606Z | Downloaded hickory-resolver v0.24.4 |
| 946 | 2026-06-25T22:47:04.609Z | Downloaded precomputed-hash v0.1.1 |
| 947 | 2026-06-25T22:47:04.609Z | Downloaded oxnet v0.1.6 |
| 948 | 2026-06-25T22:47:04.610Z | Downloaded pem-rfc7468 v0.7.0 |
| 949 | 2026-06-25T22:47:04.610Z | Downloaded russh-cryptovec v0.7.3 |
| 950 | 2026-06-25T22:47:04.613Z | Downloaded der v0.7.10 |
| 951 | 2026-06-25T22:47:04.618Z | Downloaded oxide-tokio-rt v0.1.4 |
| 952 | 2026-06-25T22:47:04.618Z | Downloaded indicatif v0.18.4 |
| 953 | 2026-06-25T22:47:04.623Z | Downloaded rand_seeder v0.4.0 |
| 954 | 2026-06-25T22:47:04.623Z | Downloaded rand_core v0.9.5 |
| 955 | 2026-06-25T22:47:04.623Z | Downloaded rand_core v0.6.4 |
| 956 | 2026-06-25T22:47:04.623Z | Downloaded rand_chacha v0.9.0 |
| 957 | 2026-06-25T22:47:04.623Z | Downloaded scopeguard v1.2.0 |
| 958 | 2026-06-25T22:47:04.627Z | Downloaded scroll_derive v0.13.1 |
| 959 | 2026-06-25T22:47:04.627Z | Downloaded pkcs1 v0.7.5 |
| 960 | 2026-06-25T22:47:04.627Z | Downloaded omicron-zone-package v0.12.3 |
| 961 | 2026-06-25T22:47:04.633Z | Downloaded miniz_oxide v0.8.9 |
| 962 | 2026-06-25T22:47:04.633Z | Downloaded hashbrown v0.13.2 |
| 963 | 2026-06-25T22:47:04.637Z | Downloaded same-file v1.0.6 |
| 964 | 2026-06-25T22:47:04.637Z | Downloaded crossterm v0.28.1 |
| 965 | 2026-06-25T22:47:04.637Z | Downloaded sapling-renderdag v0.1.0 |
| 966 | 2026-06-25T22:47:04.645Z | Downloaded primeorder v0.13.6 |
| 967 | 2026-06-25T22:47:04.645Z | Downloaded postgres-types v0.2.12 |
| 968 | 2026-06-25T22:47:04.645Z | Downloaded postcard v1.1.3 |
| 969 | 2026-06-25T22:47:04.648Z | Downloaded salsa20 v0.10.2 |
| 970 | 2026-06-25T22:47:04.648Z | Downloaded pkcs8 v0.10.2 |
| 971 | 2026-06-25T22:47:04.648Z | Downloaded oso v0.27.3 |
| 972 | 2026-06-25T22:47:04.648Z | Downloaded poly1305 v0.8.0 |
| 973 | 2026-06-25T22:47:04.648Z | Downloaded p256 v0.13.2 |
| 974 | 2026-06-25T22:47:04.652Z | Downloaded resolv-conf v0.7.6 |
| 975 | 2026-06-25T22:47:04.655Z | Downloaded semver v0.1.20 |
| 976 | 2026-06-25T22:47:04.655Z | Downloaded serde-big-array v0.5.1 |
| 977 | 2026-06-25T22:47:04.655Z | Downloaded secrecy v0.8.0 |
| 978 | 2026-06-25T22:47:04.660Z | Downloaded serde_bytes v0.11.19 |
| 979 | 2026-06-25T22:47:04.660Z | Downloaded papergrid v0.17.0 |
| 980 | 2026-06-25T22:47:04.666Z | Downloaded serde_urlencoded v0.7.1 |
| 981 | 2026-06-25T22:47:04.666Z | Downloaded serde_repr v0.1.20 |
| 982 | 2026-06-25T22:47:04.675Z | Downloaded serde_spanned v1.1.1 |
| 983 | 2026-06-25T22:47:04.675Z | Downloaded hickory-resolver v0.25.2 |
| 984 | 2026-06-25T22:47:04.675Z | Downloaded serde_plain v1.0.2 |
| 985 | 2026-06-25T22:47:04.675Z | Downloaded jiff-static v0.2.21 |
| 986 | 2026-06-25T22:47:04.682Z | Downloaded quinn-udp v0.5.14 |
| 987 | 2026-06-25T22:47:04.682Z | Downloaded pin-project v1.1.11 |
| 988 | 2026-06-25T22:47:04.682Z | Downloaded heapless v0.8.0 |
| 989 | 2026-06-25T22:47:04.686Z | Downloaded rusty-fork v0.3.1 |
| 990 | 2026-06-25T22:47:04.686Z | Downloaded rustls-native-certs v0.8.3 |
| 991 | 2026-06-25T22:47:04.695Z | Downloaded sigpipe v0.1.3 |
| 992 | 2026-06-25T22:47:04.695Z | Downloaded signature v2.2.0 |
| 993 | 2026-06-25T22:47:04.695Z | Downloaded shell-words v1.1.1 |
| 994 | 2026-06-25T22:47:04.695Z | Downloaded signal-hook-mio v0.2.5 |
| 995 | 2026-06-25T22:47:04.699Z | Downloaded sha1 v0.11.0 |
| 996 | 2026-06-25T22:47:04.700Z | Downloaded signal-hook-tokio v0.3.1 |
| 997 | 2026-06-25T22:47:04.700Z | Downloaded sha1 v0.10.6 |
| 998 | 2026-06-25T22:47:04.700Z | Downloaded siphasher v1.0.2 |
| 999 | 2026-06-25T22:47:04.700Z | Downloaded rand_core v0.10.0 |
| 1000 | 2026-06-25T22:47:04.700Z | Downloaded diesel_derives v2.3.7 |
| 1001 | 2026-06-25T22:47:04.704Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1002 | 2026-06-25T22:47:04.704Z | Downloaded rustversion v1.0.22 |
| 1003 | 2026-06-25T22:47:04.712Z | Downloaded scroll v0.13.0 |
| 1004 | 2026-06-25T22:47:04.712Z | Downloaded slog-bunyan v2.5.0 |
| 1005 | 2026-06-25T22:47:04.712Z | Downloaded schemars_derive v0.8.22 |
| 1006 | 2026-06-25T22:47:04.712Z | Downloaded rustls-pemfile v2.2.0 |
| 1007 | 2026-06-25T22:47:04.724Z | Downloaded openssl-sys v0.9.115 |
| 1008 | 2026-06-25T22:47:04.724Z | Downloaded prefix-trie v0.7.0 |
| 1009 | 2026-06-25T22:47:04.730Z | Downloaded secrecy v0.10.3 |
| 1010 | 2026-06-25T22:47:04.730Z | Downloaded slog-envlogger v2.2.0 |
| 1011 | 2026-06-25T22:47:04.730Z | Downloaded seq-macro v0.3.6 |
| 1012 | 2026-06-25T22:47:04.730Z | Downloaded progenitor-impl v0.13.0 |
| 1013 | 2026-06-25T22:47:04.736Z | Downloaded pkcs5 v0.7.1 |
| 1014 | 2026-06-25T22:47:04.737Z | Downloaded serde_path_to_error v0.1.20 |
| 1015 | 2026-06-25T22:47:04.737Z | Downloaded serde_derive_internals v0.29.1 |
| 1016 | 2026-06-25T22:47:04.740Z | Downloaded sec1 v0.7.3 |
| 1017 | 2026-06-25T22:47:04.740Z | Downloaded scrypt v0.11.0 |
| 1018 | 2026-06-25T22:47:04.740Z | Downloaded ssh-encoding v0.2.0 |
| 1019 | 2026-06-25T22:47:04.744Z | Downloaded progenitor-impl v0.14.0 |
| 1020 | 2026-06-25T22:47:04.748Z | Downloaded ssh-cipher v0.2.0 |
| 1021 | 2026-06-25T22:47:04.748Z | Downloaded serde-hex v0.1.0 |
| 1022 | 2026-06-25T22:47:04.751Z | Downloaded sqlparser_derive v0.5.0 |
| 1023 | 2026-06-25T22:47:04.755Z | Downloaded http v1.4.2 |
| 1024 | 2026-06-25T22:47:04.760Z | Downloaded serde_with_macros v1.5.2 |
| 1025 | 2026-06-25T22:47:04.768Z | Downloaded structmeta v0.3.0 |
| 1026 | 2026-06-25T22:47:04.772Z | Downloaded strsim v0.10.0 |
| 1027 | 2026-06-25T22:47:04.772Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1028 | 2026-06-25T22:47:04.772Z | Downloaded shlex v1.3.0 |
| 1029 | 2026-06-25T22:47:04.775Z | Downloaded strum v0.26.3 |
| 1030 | 2026-06-25T22:47:04.775Z | Downloaded simd-adler32 v0.3.8 |
| 1031 | 2026-06-25T22:47:04.775Z | Downloaded structmeta-derive v0.3.0 |
| 1032 | 2026-06-25T22:47:04.780Z | Downloaded strum v0.27.2 |
| 1033 | 2026-06-25T22:47:04.787Z | Downloaded slab v0.4.12 |
| 1034 | 2026-06-25T22:47:04.787Z | Downloaded signal-hook-registry v1.4.8 |
| 1035 | 2026-06-25T22:47:04.787Z | Downloaded minimal-lexical v0.2.1 |
| 1036 | 2026-06-25T22:47:04.790Z | Downloaded prettyplease v0.2.37 |
| 1037 | 2026-06-25T22:47:04.790Z | Downloaded rcgen v0.12.1 |
| 1038 | 2026-06-25T22:47:04.790Z | Downloaded rustls-pki-types v1.14.0 |
| 1039 | 2026-06-25T22:47:04.797Z | Downloaded sync_wrapper v1.0.2 |
| 1040 | 2026-06-25T22:47:04.797Z | Downloaded sync-ptr v0.1.4 |
| 1041 | 2026-06-25T22:47:04.797Z | Downloaded tap v1.0.1 |
| 1042 | 2026-06-25T22:47:04.797Z | Downloaded take_mut v0.2.2 |
| 1043 | 2026-06-25T22:47:04.801Z | Downloaded testing_table v0.3.0 |
| 1044 | 2026-06-25T22:47:04.801Z | Downloaded termtree v0.5.1 |
| 1045 | 2026-06-25T22:47:04.801Z | Downloaded tabwriter v1.4.1 |
| 1046 | 2026-06-25T22:47:04.801Z | Downloaded slog-scope v4.4.1 |
| 1047 | 2026-06-25T22:47:04.801Z | Downloaded slog-json v2.6.1 |
| 1048 | 2026-06-25T22:47:04.801Z | Downloaded tabled_derive v0.11.0 |
| 1049 | 2026-06-25T22:47:04.801Z | Downloaded slog-term v2.9.2 |
| 1050 | 2026-06-25T22:47:04.805Z | Downloaded tagptr v0.2.0 |
| 1051 | 2026-06-25T22:47:04.805Z | Downloaded smallvec v0.6.14 |
| 1052 | 2026-06-25T22:47:04.805Z | Downloaded slog-stdlog v4.1.1 |
| 1053 | 2026-06-25T22:47:04.809Z | Downloaded slog-dtrace v0.3.0 |
| 1054 | 2026-06-25T22:47:04.810Z | Downloaded slog-async v2.8.0 |
| 1055 | 2026-06-25T22:47:04.810Z | Downloaded aho-corasick v1.1.4 |
| 1056 | 2026-06-25T22:47:04.813Z | Downloaded spki v0.7.3 |
| 1057 | 2026-06-25T22:47:04.813Z | Downloaded sqlformat v0.3.5 |
| 1058 | 2026-06-25T22:47:04.813Z | Downloaded stacker v0.1.23 |
| 1059 | 2026-06-25T22:47:04.816Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1060 | 2026-06-25T22:47:04.816Z | Downloaded hyper-util v0.1.20 |
| 1061 | 2026-06-25T22:47:04.820Z | Downloaded thread-id v5.1.0 |
| 1062 | 2026-06-25T22:47:04.820Z | Downloaded smf v0.2.3 |
| 1063 | 2026-06-25T22:47:04.824Z | Downloaded hashbrown v0.12.3 |
| 1064 | 2026-06-25T22:47:04.824Z | Downloaded supports-color v3.0.2 |
| 1065 | 2026-06-25T22:47:04.824Z | Downloaded ron v0.8.1 |
| 1066 | 2026-06-25T22:47:04.827Z | Downloaded time-core v0.1.8 |
| 1067 | 2026-06-25T22:47:04.834Z | Downloaded string_cache v0.8.9 |
| 1068 | 2026-06-25T22:47:04.834Z | Downloaded static_assertions v1.1.0 |
| 1069 | 2026-06-25T22:47:04.834Z | Downloaded serde_cbor v0.11.2 |
| 1070 | 2026-06-25T22:47:04.834Z | Downloaded hickory-server v0.25.2 |
| 1071 | 2026-06-25T22:47:04.838Z | Downloaded stringprep v0.1.5 |
| 1072 | 2026-06-25T22:47:04.838Z | Downloaded num-bigint v0.4.6 |
| 1073 | 2026-06-25T22:47:04.838Z | Downloaded russh-keys v0.45.0 |
| 1074 | 2026-06-25T22:47:04.841Z | Downloaded aes-gcm v0.10.3 |
| 1075 | 2026-06-25T22:47:04.844Z | Downloaded serde_with_macros v3.17.0 |
| 1076 | 2026-06-25T22:47:04.844Z | Downloaded tokio-macros v2.7.0 |
| 1077 | 2026-06-25T22:47:04.845Z | Downloaded strum_macros v0.24.3 |
| 1078 | 2026-06-25T22:47:04.848Z | Downloaded support-bundle-viewer v0.1.2 |
| 1079 | 2026-06-25T22:47:04.848Z | Downloaded subtle v2.6.1 |
| 1080 | 2026-06-25T22:47:04.848Z | Downloaded strum_macros v0.27.2 |
| 1081 | 2026-06-25T22:47:04.851Z | Downloaded strum_macros v0.26.4 |
| 1082 | 2026-06-25T22:47:04.851Z | Downloaded hashbrown v0.15.5 |
| 1083 | 2026-06-25T22:47:04.854Z | Downloaded schemars v0.8.22 |
| 1084 | 2026-06-25T22:47:04.860Z | Downloaded ryu v1.0.23 |
| 1085 | 2026-06-25T22:47:04.863Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1086 | 2026-06-25T22:47:04.868Z | Downloaded dropshot-api-manager v0.7.2 |
| 1087 | 2026-06-25T22:47:04.874Z | Downloaded mio v1.2.0 |
| 1088 | 2026-06-25T22:47:04.874Z | Downloaded tower-layer v0.3.3 |
| 1089 | 2026-06-25T22:47:04.874Z | Downloaded pretty_assertions v1.4.1 |
| 1090 | 2026-06-25T22:47:04.877Z | Downloaded thread_local v1.1.9 |
| 1091 | 2026-06-25T22:47:04.884Z | Downloaded snafu-derive v0.8.9 |
| 1092 | 2026-06-25T22:47:04.888Z | Downloaded tinyvec_macros v0.1.1 |
| 1093 | 2026-06-25T22:47:04.892Z | Downloaded tiny-keccak v2.0.2 |
| 1094 | 2026-06-25T22:47:04.892Z | Downloaded time-macros v0.2.27 |
| 1095 | 2026-06-25T22:47:04.896Z | Downloaded thiserror-no-std v2.0.2 |
| 1096 | 2026-06-25T22:47:04.896Z | Downloaded try-lock v0.2.5 |
| 1097 | 2026-06-25T22:47:04.896Z | Downloaded quinn v0.11.9 |
| 1098 | 2026-06-25T22:47:04.900Z | Downloaded libxml v0.3.3 |
| 1099 | 2026-06-25T22:47:04.904Z | Downloaded itertools v0.10.5 |
| 1100 | 2026-06-25T22:47:04.909Z | Downloaded rand v0.8.6 |
| 1101 | 2026-06-25T22:47:04.909Z | Downloaded tower-service v0.3.3 |
| 1102 | 2026-06-25T22:47:04.909Z | Downloaded termios v0.3.3 |
| 1103 | 2026-06-25T22:47:04.911Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1104 | 2026-06-25T22:47:04.911Z | Downloaded unarray v0.1.4 |
| 1105 | 2026-06-25T22:47:04.914Z | Downloaded tls_codec_derive v0.4.2 |
| 1106 | 2026-06-25T22:47:04.914Z | Downloaded tls_codec v0.4.2 |
| 1107 | 2026-06-25T22:47:04.920Z | Downloaded typify-macro v0.6.2 |
| 1108 | 2026-06-25T22:47:04.924Z | Downloaded untrusted v0.7.1 |
| 1109 | 2026-06-25T22:47:04.924Z | Downloaded tokio-dtrace v0.1.1 |
| 1110 | 2026-06-25T22:47:04.925Z | Downloaded trait-variant v0.1.2 |
| 1111 | 2026-06-25T22:47:04.925Z | Downloaded schemars v0.9.0 |
| 1112 | 2026-06-25T22:47:04.929Z | Downloaded universal-hash v0.5.1 |
| 1113 | 2026-06-25T22:47:04.932Z | Downloaded usdt-attr-macro v0.6.0 |
| 1114 | 2026-06-25T22:47:04.932Z | Downloaded unit-prefix v0.5.2 |
| 1115 | 2026-06-25T22:47:04.932Z | Downloaded topological-sort v0.2.2 |
| 1116 | 2026-06-25T22:47:04.932Z | Downloaded unicode-truncate v1.1.0 |
| 1117 | 2026-06-25T22:47:04.935Z | Downloaded usdt-macro v0.6.0 |
| 1118 | 2026-06-25T22:47:04.936Z | Downloaded usdt v0.6.0 |
| 1119 | 2026-06-25T22:47:04.936Z | Downloaded utf-8 v0.7.6 |
| 1120 | 2026-06-25T22:47:04.940Z | Downloaded tokio-native-tls v0.3.1 |
| 1121 | 2026-06-25T22:47:04.940Z | Downloaded similar v2.7.0 |
| 1122 | 2026-06-25T22:47:04.945Z | Downloaded rayon-core v1.13.0 |
| 1123 | 2026-06-25T22:47:04.948Z | Downloaded void v1.0.2 |
| 1124 | 2026-06-25T22:47:04.951Z | Downloaded wait-timeout v0.2.1 |
| 1125 | 2026-06-25T22:47:04.952Z | Downloaded iri-string v0.7.10 |
| 1126 | 2026-06-25T22:47:04.954Z | Downloaded slog v2.8.2 |
| 1127 | 2026-06-25T22:47:04.955Z | Downloaded term v0.7.0 |
| 1128 | 2026-06-25T22:47:04.959Z | Downloaded rsa v0.9.10 |
| 1129 | 2026-06-25T22:47:04.963Z | Downloaded spin v0.9.8 |
| 1130 | 2026-06-25T22:47:04.966Z | Downloaded socket2 v0.6.3 |
| 1131 | 2026-06-25T22:47:04.983Z | Downloaded want v0.3.1 |
| 1132 | 2026-06-25T22:47:04.983Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1133 | 2026-06-25T22:47:04.983Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1134 | 2026-06-25T22:47:04.983Z | Downloaded hyper v1.10.1 |
| 1135 | 2026-06-25T22:47:04.983Z | Downloaded qorb v0.4.1 |
| 1136 | 2026-06-25T22:47:04.986Z | Downloaded publicsuffix v2.3.0 |
| 1137 | 2026-06-25T22:47:04.986Z | Downloaded hashbrown v0.16.1 |
| 1138 | 2026-06-25T22:47:04.986Z | Downloaded xattr v1.6.1 |
| 1139 | 2026-06-25T22:47:04.992Z | Downloaded waitgroup v0.1.2 |
| 1140 | 2026-06-25T22:47:04.992Z | Downloaded unicase v2.9.0 |
| 1141 | 2026-06-25T22:47:04.995Z | Downloaded tui-tree-widget v0.23.1 |
| 1142 | 2026-06-25T22:47:04.998Z | Downloaded schemars v1.2.1 |
| 1143 | 2026-06-25T22:47:05.004Z | Downloaded xshell-macros v0.2.7 |
| 1144 | 2026-06-25T22:47:05.007Z | Downloaded signal-hook v0.3.18 |
| 1145 | 2026-06-25T22:47:05.007Z | Downloaded usdt-impl v0.6.0 |
| 1146 | 2026-06-25T22:47:05.007Z | Downloaded rand v0.9.2 |
| 1147 | 2026-06-25T22:47:05.010Z | Downloaded num-bigint-dig v0.8.6 |
| 1148 | 2026-06-25T22:47:05.013Z | Downloaded untrusted v0.9.0 |
| 1149 | 2026-06-25T22:47:05.013Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1150 | 2026-06-25T22:47:05.013Z | Downloaded tokio-tungstenite v0.23.1 |
| 1151 | 2026-06-25T22:47:05.018Z | Downloaded vsss-rs v3.3.4 |
| 1152 | 2026-06-25T22:47:05.018Z | Downloaded tokio-rustls v0.26.4 |
| 1153 | 2026-06-25T22:47:05.018Z | Downloaded subprocess v0.2.15 |
| 1154 | 2026-06-25T22:47:05.021Z | Downloaded zeroize_derive v1.4.3 |
| 1155 | 2026-06-25T22:47:05.021Z | Downloaded nom v7.1.3 |
| 1156 | 2026-06-25T22:47:05.024Z | Downloaded itertools v0.13.0 |
| 1157 | 2026-06-25T22:47:05.027Z | Downloaded zone_cfg_derive v0.3.1 |
| 1158 | 2026-06-25T22:47:05.030Z | Downloaded zone v0.3.1 |
| 1159 | 2026-06-25T22:47:05.030Z | Downloaded samael v0.0.19 |
| 1160 | 2026-06-25T22:47:05.034Z | Downloaded uzers v0.12.2 |
| 1161 | 2026-06-25T22:47:05.034Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1162 | 2026-06-25T22:47:05.037Z | Downloaded vergen-git2 v9.1.0 |
| 1163 | 2026-06-25T22:47:05.037Z | Downloaded tokio-tungstenite v0.21.0 |
| 1164 | 2026-06-25T22:47:05.037Z | Downloaded itertools v0.12.1 |
| 1165 | 2026-06-25T22:47:05.040Z | Downloaded snafu v0.8.9 |
| 1166 | 2026-06-25T22:47:05.043Z | Downloaded term v1.2.1 |
| 1167 | 2026-06-25T22:47:05.049Z | Downloaded socket2 v0.5.10 |
| 1168 | 2026-06-25T22:47:05.049Z | Downloaded vergen-gitcl v1.0.8 |
| 1169 | 2026-06-25T22:47:05.054Z | Downloaded vergen-lib v0.1.6 |
| 1170 | 2026-06-25T22:47:05.054Z | Downloaded vergen-lib v9.1.0 |
| 1171 | 2026-06-25T22:47:05.054Z | Downloaded nom v8.0.0 |
| 1172 | 2026-06-25T22:47:05.058Z | Downloaded walkdir v2.5.0 |
| 1173 | 2026-06-25T22:47:05.058Z | Downloaded whoami v1.6.1 |
| 1174 | 2026-06-25T22:47:05.063Z | Downloaded rand v0.10.0 |
| 1175 | 2026-06-25T22:47:05.063Z | Downloaded twox-hash v2.1.2 |
| 1176 | 2026-06-25T22:47:05.063Z | Downloaded xshell v0.2.7 |
| 1177 | 2026-06-25T22:47:05.066Z | Downloaded tinyvec v1.10.0 |
| 1178 | 2026-06-25T22:47:05.071Z | Downloaded tokio-stream v0.1.18 |
| 1179 | 2026-06-25T22:47:05.075Z | Downloaded tar v0.4.45 |
| 1180 | 2026-06-25T22:47:05.078Z | Downloaded p521 v0.13.3 |
| 1181 | 2026-06-25T22:47:05.082Z | Downloaded zeroize v1.8.2 |
| 1182 | 2026-06-25T22:47:05.091Z | Downloaded libm v0.2.16 |
| 1183 | 2026-06-25T22:47:05.095Z | Downloaded zstd v0.13.3 |
| 1184 | 2026-06-25T22:47:05.098Z | Downloaded toml v0.7.8 |
| 1185 | 2026-06-25T22:47:05.101Z | Downloaded rustls-webpki v0.103.9 |
| 1186 | 2026-06-25T22:47:05.108Z | Downloaded wyz v0.5.1 |
| 1187 | 2026-06-25T22:47:05.115Z | Downloaded typify v0.6.2 |
| 1188 | 2026-06-25T22:47:05.124Z | Downloaded unicode-bidi v0.3.18 |
| 1189 | 2026-06-25T22:47:05.124Z | Downloaded test-strategy v0.4.5 |
| 1190 | 2026-06-25T22:47:05.124Z | Downloaded zerocopy v0.6.6 |
| 1191 | 2026-06-25T22:47:05.128Z | Downloaded yasna v0.5.2 |
| 1192 | 2026-06-25T22:47:05.128Z | Downloaded tracing-attributes v0.1.31 |
| 1193 | 2026-06-25T22:47:05.132Z | Downloaded whoami v2.1.0 |
| 1194 | 2026-06-25T22:47:05.132Z | Downloaded tungstenite v0.21.0 |
| 1195 | 2026-06-25T22:47:05.139Z | Downloaded itertools v0.14.0 |
| 1196 | 2026-06-25T22:47:05.144Z | Downloaded zstd-safe v7.2.4 |
| 1197 | 2026-06-25T22:47:05.147Z | Downloaded tungstenite v0.23.0 |
| 1198 | 2026-06-25T22:47:05.153Z | Downloaded unsafe-libyaml v0.2.11 |
| 1199 | 2026-06-25T22:47:05.153Z | Downloaded unicode-properties v0.1.4 |
| 1200 | 2026-06-25T22:47:05.159Z | Downloaded hkdf v0.12.4 |
| 1201 | 2026-06-25T22:47:05.159Z | Downloaded bitvec v1.0.1 |
| 1202 | 2026-06-25T22:47:05.163Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1203 | 2026-06-25T22:47:05.169Z | Downloaded vergen v9.1.0 |
| 1204 | 2026-06-25T22:47:05.169Z | Downloaded rustyline v14.0.0 |
| 1205 | 2026-06-25T22:47:05.173Z | Downloaded h2 v0.4.15 |
| 1206 | 2026-06-25T22:47:05.173Z | Downloaded futures-util v0.3.32 |
| 1207 | 2026-06-25T22:47:05.179Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1208 | 2026-06-25T22:47:05.182Z | Downloaded russh v0.45.0 |
| 1209 | 2026-06-25T22:47:05.185Z | Downloaded vte v0.14.1 |
| 1210 | 2026-06-25T22:47:05.185Z | Downloaded serde_with v1.14.0 |
| 1211 | 2026-06-25T22:47:05.188Z | Downloaded steno v0.4.1 |
| 1212 | 2026-06-25T22:47:05.191Z | Downloaded rpassword v7.4.0 |
| 1213 | 2026-06-25T22:47:05.194Z | Downloaded tracing-core v0.1.36 |
| 1214 | 2026-06-25T22:47:05.194Z | Downloaded aws-lc-rs v1.16.3 |
| 1215 | 2026-06-25T22:47:05.198Z | Downloaded ssh-key v0.6.7 |
| 1216 | 2026-06-25T22:47:05.212Z | Downloaded zopfli v0.8.3 |
| 1217 | 2026-06-25T22:47:05.215Z | Downloaded iddqd v0.4.2 |
| 1218 | 2026-06-25T22:47:05.218Z | Downloaded reedline v0.40.0 |
| 1219 | 2026-06-25T22:47:05.222Z | Downloaded tokio-postgres v0.7.16 |
| 1220 | 2026-06-25T22:47:05.225Z | Downloaded uuid v1.23.4 |
| 1221 | 2026-06-25T22:47:05.230Z | Downloaded reqwest v0.12.28 |
| 1222 | 2026-06-25T22:47:05.234Z | Downloaded zip v0.6.6 |
| 1223 | 2026-06-25T22:47:05.234Z | Downloaded toml_edit v0.19.15 |
| 1224 | 2026-06-25T22:47:05.243Z | Downloaded unicode_categories v0.1.1 |
| 1225 | 2026-06-25T22:47:05.246Z | Downloaded blake3 v1.8.5 |
| 1226 | 2026-06-25T22:47:05.249Z | Downloaded bindgen v0.71.1 |
| 1227 | 2026-06-25T22:47:05.251Z | Downloaded regex v1.12.3 |
| 1228 | 2026-06-25T22:47:05.255Z | Downloaded reqwest v0.13.2 |
| 1229 | 2026-06-25T22:47:05.258Z | Downloaded yansi v1.0.1 |
| 1230 | 2026-06-25T22:47:05.262Z | Downloaded chrono v0.4.44 |
| 1231 | 2026-06-25T22:47:05.265Z | Downloaded zerocopy-derive v0.8.40 |
| 1232 | 2026-06-25T22:47:05.271Z | Downloaded p384 v0.13.1 |
| 1233 | 2026-06-25T22:47:05.279Z | Downloaded x509-cert v0.2.5 |
| 1234 | 2026-06-25T22:47:05.283Z | Downloaded unicode-segmentation v1.12.0 |
| 1235 | 2026-06-25T22:47:05.286Z | Downloaded rayon v1.11.0 |
| 1236 | 2026-06-25T22:47:05.289Z | Downloaded portable-atomic v1.13.1 |
| 1237 | 2026-06-25T22:47:05.295Z | Downloaded tower v0.5.3 |
| 1238 | 2026-06-25T22:47:05.299Z | Downloaded curve25519-dalek v4.1.3 |
| 1239 | 2026-06-25T22:47:05.305Z | Downloaded moka v0.12.13 |
| 1240 | 2026-06-25T22:47:05.308Z | Downloaded git2 v0.20.4 |
| 1241 | 2026-06-25T22:47:05.314Z | Downloaded lalrpop v0.19.12 |
| 1242 | 2026-06-25T22:47:05.319Z | Downloaded quick-xml v0.37.5 |
| 1243 | 2026-06-25T22:47:05.325Z | Downloaded goblin v0.10.5 |
| 1244 | 2026-06-25T22:47:05.332Z | Downloaded tokio-util v0.7.18 |
| 1245 | 2026-06-25T22:47:05.341Z | Downloaded serde_with v3.17.0 |
| 1246 | 2026-06-25T22:47:05.347Z | Downloaded unicode-normalization v0.1.25 |
| 1247 | 2026-06-25T22:47:05.350Z | Downloaded salty v0.3.0 |
| 1248 | 2026-06-25T22:47:05.353Z | Downloaded proptest v1.10.0 |
| 1249 | 2026-06-25T22:47:05.357Z | Downloaded typed-path v0.9.3 |
| 1250 | 2026-06-25T22:47:05.360Z | Downloaded tower-http v0.6.8 |
| 1251 | 2026-06-25T22:47:05.366Z | Downloaded petname v2.0.2 |
| 1252 | 2026-06-25T22:47:05.369Z | Downloaded zip v4.6.1 |
| 1253 | 2026-06-25T22:47:05.373Z | Downloaded object v0.30.4 |
| 1254 | 2026-06-25T22:47:05.390Z | Downloaded tough v0.22.0 |
| 1255 | 2026-06-25T22:47:05.394Z | Downloaded nix v0.27.1 |
| 1256 | 2026-06-25T22:47:05.412Z | Downloaded radix_trie v0.2.1 |
| 1257 | 2026-06-25T22:47:05.415Z | Downloaded winnow v0.5.40 |
| 1258 | 2026-06-25T22:47:05.420Z | Downloaded winnow v0.6.26 |
| 1259 | 2026-06-25T22:47:05.447Z | Downloaded polar-core v0.27.3 |
| 1260 | 2026-06-25T22:47:05.456Z | Downloaded winnow v1.0.3 |
| 1261 | 2026-06-25T22:47:05.460Z | Downloaded quinn-proto v0.11.13 |
| 1262 | 2026-06-25T22:47:05.468Z | Downloaded tabled v0.20.0 |
| 1263 | 2026-06-25T22:47:05.477Z | Downloaded openssl v0.10.79 |
| 1264 | 2026-06-25T22:47:05.483Z | Downloaded bstr v1.12.1 |
| 1265 | 2026-06-25T22:47:05.488Z | Downloaded time v0.3.47 |
| 1266 | 2026-06-25T22:47:05.494Z | Downloaded dropshot v0.17.1 |
| 1267 | 2026-06-25T22:47:05.507Z | Downloaded regex-syntax v0.6.29 |
| 1268 | 2026-06-25T22:47:05.514Z | Downloaded smoltcp v0.9.1 |
| 1269 | 2026-06-25T22:47:05.523Z | Downloaded zlib-rs v0.6.2 |
| 1270 | 2026-06-25T22:47:05.523Z | Downloaded nix v0.31.2 |
| 1271 | 2026-06-25T22:47:05.530Z | Downloaded nix v0.28.0 |
| 1272 | 2026-06-25T22:47:05.536Z | Downloaded object v0.37.3 |
| 1273 | 2026-06-25T22:47:05.541Z | Downloaded vcpkg v0.2.15 |
| 1274 | 2026-06-25T22:47:05.564Z | Downloaded regress v0.10.5 |
| 1275 | 2026-06-25T22:47:05.568Z | Downloaded openapiv3 v2.2.0 |
| 1276 | 2026-06-25T22:47:05.574Z | Downloaded hickory-proto v0.25.2 |
| 1277 | 2026-06-25T22:47:05.583Z | Downloaded hickory-proto v0.24.4 |
| 1278 | 2026-06-25T22:47:05.593Z | Downloaded zerocopy v0.8.40 |
| 1279 | 2026-06-25T22:47:05.597Z | Downloaded smoltcp v0.11.0 |
| 1280 | 2026-06-25T22:47:05.604Z | Downloaded regex-syntax v0.8.10 |
| 1281 | 2026-06-25T22:47:05.609Z | Downloaded rustls v0.23.41 |
| 1282 | 2026-06-25T22:47:05.615Z | Downloaded diesel v2.3.7 |
| 1283 | 2026-06-25T22:47:05.632Z | Downloaded rustix v0.38.44 |
| 1284 | 2026-06-25T22:47:05.642Z | Downloaded regress v0.11.1 |
| 1285 | 2026-06-25T22:47:05.666Z | Downloaded sled v0.34.7 |
| 1286 | 2026-06-25T22:47:05.673Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1287 | 2026-06-25T22:47:05.679Z | Downloaded tracing v0.1.44 |
| 1288 | 2026-06-25T22:47:05.708Z | Downloaded sqlparser v0.61.0 |
| 1289 | 2026-06-25T22:47:05.716Z | Downloaded typify-impl v0.6.2 |
| 1290 | 2026-06-25T22:47:05.730Z | Downloaded jiff v0.2.21 |
| 1291 | 2026-06-25T22:47:05.740Z | Downloaded chrono-tz v0.10.4 |
| 1292 | 2026-06-25T22:47:05.761Z | Downloaded ratatui v0.29.0 |
| 1293 | 2026-06-25T22:47:05.773Z | Downloaded zerocopy-derive v0.6.6 |
| 1294 | 2026-06-25T22:47:05.784Z | Downloaded libz-sys v1.1.24 |
| 1295 | 2026-06-25T22:47:05.796Z | Downloaded regex-automata v0.4.14 |
| 1296 | 2026-06-25T22:47:05.815Z | Downloaded tokio v1.52.1 |
| 1297 | 2026-06-25T22:47:05.835Z | Downloaded petgraph v0.6.5 |
| 1298 | 2026-06-25T22:47:05.855Z | Downloaded csv v1.4.0 |
| 1299 | 2026-06-25T22:47:05.865Z | Downloaded petgraph v0.8.3 |
| 1300 | 2026-06-25T22:47:05.889Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1301 | 2026-06-25T22:47:05.899Z | Downloaded sha3 v0.10.8 |
| 1302 | 2026-06-25T22:47:05.946Z | Downloaded encoding_rs v0.8.35 |
| 1303 | 2026-06-25T22:47:05.960Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1304 | 2026-06-25T22:47:05.991Z | Downloaded ring v0.17.14 |
| 1305 | 2026-06-25T22:47:06.514Z | Downloaded aws-lc-sys v0.40.0 |
| 1306 | 2026-06-25T22:47:06.764Z | Compiling libc v0.2.185 |
| 1307 | 2026-06-25T22:47:06.764Z | Compiling serde v1.0.228 |
| 1308 | 2026-06-25T22:47:06.767Z | Compiling log v0.4.29 |
| 1309 | 2026-06-25T22:47:06.767Z | Compiling smallvec v1.15.1 |
| 1310 | 2026-06-25T22:47:06.767Z | Compiling find-msvc-tools v0.1.9 |
| 1311 | 2026-06-25T22:47:06.767Z | Compiling syn v2.0.117 |
| 1312 | 2026-06-25T22:47:06.767Z | Compiling shlex v1.3.0 |
| 1313 | 2026-06-25T22:47:06.767Z | Compiling typenum v1.19.0 |
| 1314 | 2026-06-25T22:47:07.089Z | Compiling generic-array v0.14.7 |
| 1315 | 2026-06-25T22:47:07.105Z | Compiling subtle v2.6.1 |
| 1316 | 2026-06-25T22:47:07.118Z | Compiling scopeguard v1.2.0 |
| 1317 | 2026-06-25T22:47:07.157Z | Compiling const-oid v0.9.6 |
| 1318 | 2026-06-25T22:47:07.211Z | Compiling lock_api v0.4.14 |
| 1319 | 2026-06-25T22:47:07.225Z | Compiling serde_json v1.0.150 |
| 1320 | 2026-06-25T22:47:07.262Z | Compiling zerocopy v0.8.40 |
| 1321 | 2026-06-25T22:47:07.328Z | Compiling parking_lot_core v0.9.12 |
| 1322 | 2026-06-25T22:47:07.450Z | Compiling portable-atomic v1.13.1 |
| 1323 | 2026-06-25T22:47:07.570Z | Compiling pin-project-lite v0.2.17 |
| 1324 | 2026-06-25T22:47:07.685Z | Compiling pkg-config v0.3.32 |
| 1325 | 2026-06-25T22:47:07.699Z | Compiling jobserver v0.1.34 |
| 1326 | 2026-06-25T22:47:07.766Z | Compiling getrandom v0.2.17 |
| 1327 | 2026-06-25T22:47:07.894Z | Compiling cc v1.2.56 |
| 1328 | 2026-06-25T22:47:07.897Z | Compiling rand_core v0.6.4 |
| 1329 | 2026-06-25T22:47:07.986Z | Compiling errno v0.3.14 |
| 1330 | 2026-06-25T22:47:08.133Z | Compiling signal-hook-registry v1.4.8 |
| 1331 | 2026-06-25T22:47:08.174Z | Compiling bitflags v2.11.0 |
| 1332 | 2026-06-25T22:47:08.220Z | Compiling libm v0.2.16 |
| 1333 | 2026-06-25T22:47:08.409Z | Compiling futures-core v0.3.32 |
| 1334 | 2026-06-25T22:47:08.460Z | Compiling critical-section v1.2.0 |
| 1335 | 2026-06-25T22:47:08.500Z | Compiling parking_lot v0.12.5 |
| 1336 | 2026-06-25T22:47:08.552Z | Compiling mio v1.2.0 |
| 1337 | 2026-06-25T22:47:08.566Z | Compiling num-traits v0.2.19 |
| 1338 | 2026-06-25T22:47:08.657Z | Compiling once_cell v1.21.3 |
| 1339 | 2026-06-25T22:47:08.709Z | Compiling percent-encoding v2.3.2 |
| 1340 | 2026-06-25T22:47:08.866Z | Compiling socket2 v0.6.3 |
| 1341 | 2026-06-25T22:47:08.886Z | Compiling futures-sink v0.3.32 |
| 1342 | 2026-06-25T22:47:08.900Z | Compiling futures-io v0.3.32 |
| 1343 | 2026-06-25T22:47:08.913Z | Compiling getrandom v0.4.1 |
| 1344 | 2026-06-25T22:47:08.992Z | Compiling futures-channel v0.3.32 |
| 1345 | 2026-06-25T22:47:09.026Z | Compiling cpufeatures v0.2.17 |
| 1346 | 2026-06-25T22:47:09.052Z | Compiling futures-task v0.3.32 |
| 1347 | 2026-06-25T22:47:09.103Z | Compiling slab v0.4.12 |
| 1348 | 2026-06-25T22:47:09.227Z | Compiling rand_core v0.10.0 |
| 1349 | 2026-06-25T22:47:09.227Z | Compiling indexmap v2.14.0 |
| 1350 | 2026-06-25T22:47:09.274Z | Compiling rustversion v1.0.22 |
| 1351 | 2026-06-25T22:47:09.290Z | Compiling getrandom v0.3.4 |
| 1352 | 2026-06-25T22:47:09.305Z | Compiling form_urlencoded v1.2.2 |
| 1353 | 2026-06-25T22:47:09.545Z | Compiling cmake v0.1.57 |
| 1354 | 2026-06-25T22:47:09.640Z | Compiling base64ct v1.8.3 |
| 1355 | 2026-06-25T22:47:09.816Z | Compiling synstructure v0.13.2 |
| 1356 | 2026-06-25T22:47:09.922Z | Compiling fs_extra v1.3.0 |
| 1357 | 2026-06-25T22:47:09.935Z | Compiling ident_case v1.0.1 |
| 1358 | 2026-06-25T22:47:09.948Z | Compiling dunce v1.0.5 |
| 1359 | 2026-06-25T22:47:10.043Z | Compiling pem-rfc7468 v0.7.0 |
| 1360 | 2026-06-25T22:47:10.058Z | Compiling flagset v0.4.7 |
| 1361 | 2026-06-25T22:47:10.161Z | Compiling iana-time-zone v0.1.65 |
| 1362 | 2026-06-25T22:47:10.183Z | Compiling regex-syntax v0.8.10 |
| 1363 | 2026-06-25T22:47:10.196Z | Compiling aws-lc-sys v0.40.0 |
| 1364 | 2026-06-25T22:47:10.231Z | Compiling rustix v1.1.3 |
| 1365 | 2026-06-25T22:47:10.259Z | Compiling rand_core v0.9.5 |
| 1366 | 2026-06-25T22:47:10.353Z | Compiling vcpkg v0.2.15 |
| 1367 | 2026-06-25T22:47:10.366Z | Compiling uuid v1.23.4 |
| 1368 | 2026-06-25T22:47:10.428Z | Compiling rustc_version v0.4.1 |
| 1369 | 2026-06-25T22:47:10.537Z | Compiling tracing-core v0.1.36 |
| 1370 | 2026-06-25T22:47:10.757Z | Compiling base64 v0.22.1 |
| 1371 | 2026-06-25T22:47:11.094Z | Compiling aws-lc-rs v1.16.3 |
| 1372 | 2026-06-25T22:47:11.107Z | Compiling openssl-sys v0.9.115 |
| 1373 | 2026-06-25T22:47:11.110Z | Compiling openssl-probe v0.2.1 |
| 1374 | 2026-06-25T22:47:11.132Z | Compiling tinyvec_macros v0.1.1 |
| 1375 | 2026-06-25T22:47:11.201Z | Compiling httparse v1.10.1 |
| 1376 | 2026-06-25T22:47:11.283Z | Compiling tinyvec v1.10.0 |
| 1377 | 2026-06-25T22:47:11.383Z | Compiling pest_generator v2.8.6 |
| 1378 | 2026-06-25T22:47:11.566Z | Compiling serde_derive v1.0.228 |
| 1379 | 2026-06-25T22:47:11.596Z | Compiling zeroize_derive v1.4.3 |
| 1380 | 2026-06-25T22:47:11.642Z | Compiling zerofrom-derive v0.1.6 |
| 1381 | 2026-06-25T22:47:11.647Z | Compiling yoke-derive v0.8.1 |
| 1382 | 2026-06-25T22:47:11.962Z | Compiling zerocopy-derive v0.8.40 |
| 1383 | 2026-06-25T22:47:12.104Z | Compiling zerovec-derive v0.11.2 |
| 1384 | 2026-06-25T22:47:12.256Z | Compiling zeroize v1.8.2 |
| 1385 | 2026-06-25T22:47:12.564Z | Compiling displaydoc v0.2.5 |
| 1386 | 2026-06-25T22:47:12.808Z | Compiling tokio-macros v2.7.0 |
| 1387 | 2026-06-25T22:47:13.018Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-06-25T22:47:13.035Z | Compiling zerofrom v0.1.6 |
| 1389 | 2026-06-25T22:47:13.157Z | Compiling yoke v0.8.1 |
| 1390 | 2026-06-25T22:47:13.171Z | Compiling block-buffer v0.10.4 |
| 1391 | 2026-06-25T22:47:13.219Z | Compiling futures-macro v0.3.32 |
| 1392 | 2026-06-25T22:47:13.332Z | Compiling block-padding v0.3.3 |
| 1393 | 2026-06-25T22:47:13.383Z | Compiling zerovec v0.11.5 |
| 1394 | 2026-06-25T22:47:13.399Z | Compiling digest v0.10.7 |
| 1395 | 2026-06-25T22:47:13.493Z | Compiling zerotrie v0.2.3 |
| 1396 | 2026-06-25T22:47:13.553Z | Compiling inout v0.1.4 |
| 1397 | 2026-06-25T22:47:13.650Z | Compiling hmac v0.12.1 |
| 1398 | 2026-06-25T22:47:13.723Z | Compiling cipher v0.4.4 |
| 1399 | 2026-06-25T22:47:13.788Z | Compiling sha2 v0.10.9 |
| 1400 | 2026-06-25T22:47:13.805Z | Compiling der_derive v0.7.3 |
| 1401 | 2026-06-25T22:47:13.897Z | Compiling tinystr v0.8.2 |
| 1402 | 2026-06-25T22:47:13.992Z | Compiling potential_utf v0.1.4 |
| 1403 | 2026-06-25T22:47:14.040Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-06-25T22:47:14.099Z | Compiling icu_locale_core v2.1.1 |
| 1405 | 2026-06-25T22:47:14.159Z | Compiling icu_collections v2.1.1 |
| 1406 | 2026-06-25T22:47:14.638Z | Compiling salsa20 v0.10.2 |
| 1407 | 2026-06-25T22:47:14.776Z | Compiling icu_provider v2.1.1 |
| 1408 | 2026-06-25T22:47:14.789Z | Compiling der v0.7.10 |
| 1409 | 2026-06-25T22:47:14.976Z | Compiling pbkdf2 v0.12.2 |
| 1410 | 2026-06-25T22:47:15.060Z | Compiling bytes v1.11.1 |
| 1411 | 2026-06-25T22:47:15.082Z | Compiling icu_properties v2.1.2 |
| 1412 | 2026-06-25T22:47:15.095Z | Compiling icu_normalizer v2.1.1 |
| 1413 | 2026-06-25T22:47:15.182Z | Compiling chrono v0.4.44 |
| 1414 | 2026-06-25T22:47:15.610Z | Compiling tokio v1.52.1 |
| 1415 | 2026-06-25T22:47:15.660Z | Compiling http v1.4.2 |
| 1416 | 2026-06-25T22:47:15.960Z | Compiling idna_adapter v1.2.1 |
| 1417 | 2026-06-25T22:47:16.095Z | Compiling idna v1.1.0 |
| 1418 | 2026-06-25T22:47:16.151Z | Compiling spki v0.7.3 |
| 1419 | 2026-06-25T22:47:16.325Z | Compiling ppv-lite86 v0.2.21 |
| 1420 | 2026-06-25T22:47:16.346Z | Compiling tracing-attributes v0.1.31 |
| 1421 | 2026-06-25T22:47:16.447Z | Compiling url v2.5.8 |
| 1422 | 2026-06-25T22:47:16.544Z | Compiling thiserror-impl v2.0.18 |
| 1423 | 2026-06-25T22:47:16.558Z | Compiling http-body v1.0.1 |
| 1424 | 2026-06-25T22:47:16.646Z | Compiling rand_chacha v0.9.0 |
| 1425 | 2026-06-25T22:47:16.707Z | Compiling scrypt v0.11.0 |
| 1426 | 2026-06-25T22:47:16.751Z | Compiling cbc v0.1.2 |
| 1427 | 2026-06-25T22:47:16.896Z | Compiling aes v0.8.4 |
| 1428 | 2026-06-25T22:47:16.954Z | Compiling rustls-pki-types v1.14.0 |
| 1429 | 2026-06-25T22:47:17.284Z | Compiling pkcs5 v0.7.1 |
| 1430 | 2026-06-25T22:47:17.316Z | Compiling rand v0.9.2 |
| 1431 | 2026-06-25T22:47:17.394Z | Compiling serde_derive_internals v0.29.1 |
| 1432 | 2026-06-25T22:47:17.621Z | Compiling tracing v0.1.44 |
| 1433 | 2026-06-25T22:47:17.750Z | Compiling aho-corasick v1.1.4 |
| 1434 | 2026-06-25T22:47:17.863Z | Compiling thiserror v2.0.18 |
| 1435 | 2026-06-25T22:47:17.879Z | Compiling tower-layer v0.3.3 |
| 1436 | 2026-06-25T22:47:17.925Z | Compiling atomic-waker v1.1.2 |
| 1437 | 2026-06-25T22:47:17.964Z | Compiling tower-service v0.3.3 |
| 1438 | 2026-06-25T22:47:18.035Z | Compiling untrusted v0.7.1 |
| 1439 | 2026-06-25T22:47:18.049Z | Compiling schemars v0.8.22 |
| 1440 | 2026-06-25T22:47:18.060Z | Compiling try-lock v0.2.5 |
| 1441 | 2026-06-25T22:47:18.093Z | Compiling dyn-clone v1.0.20 |
| 1442 | 2026-06-25T22:47:18.151Z | Compiling want v0.3.1 |
| 1443 | 2026-06-25T22:47:18.164Z | Compiling pkcs8 v0.10.2 |
| 1444 | 2026-06-25T22:47:18.221Z | Compiling ipnet v2.11.0 |
| 1445 | 2026-06-25T22:47:18.250Z | Compiling pest_derive v2.8.6 |
| 1446 | 2026-06-25T22:47:18.263Z | Compiling schemars_derive v0.8.22 |
| 1447 | 2026-06-25T22:47:18.487Z | Compiling scroll_derive v0.13.1 |
| 1448 | 2026-06-25T22:47:18.619Z | Compiling regex-automata v0.4.14 |
| 1449 | 2026-06-25T22:47:18.707Z | Compiling darling_core v0.20.11 |
| 1450 | 2026-06-25T22:47:18.723Z | Compiling untrusted v0.9.0 |
| 1451 | 2026-06-25T22:47:18.842Z | Compiling foreign-types-shared v0.1.1 |
| 1452 | 2026-06-25T22:47:18.927Z | Compiling rustls v0.23.41 |
| 1453 | 2026-06-25T22:47:19.093Z | Compiling openssl v0.10.79 |
| 1454 | 2026-06-25T22:47:19.282Z | Compiling httpdate v1.0.3 |
| 1455 | 2026-06-25T22:47:19.334Z | Compiling tokio-util v0.7.18 |
| 1456 | 2026-06-25T22:47:19.462Z | Compiling scroll v0.13.0 |
| 1457 | 2026-06-25T22:47:19.507Z | Compiling tempfile v3.25.0 |
| 1458 | 2026-06-25T22:47:19.726Z | Compiling foreign-types v0.3.2 |
| 1459 | 2026-06-25T22:47:19.864Z | Compiling unicode-normalization v0.1.25 |
| 1460 | 2026-06-25T22:47:20.193Z | Compiling h2 v0.4.15 |
| 1461 | 2026-06-25T22:47:20.315Z | Compiling openssl-macros v0.1.1 |
| 1462 | 2026-06-25T22:47:20.347Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1463 | 2026-06-25T22:47:20.696Z | Compiling spin v0.9.8 |
| 1464 | 2026-06-25T22:47:20.715Z | Compiling crc32fast v1.5.0 |
| 1465 | 2026-06-25T22:47:20.800Z | Compiling time-core v0.1.8 |
| 1466 | 2026-06-25T22:47:20.895Z | Compiling native-tls v0.2.18 |
| 1467 | 2026-06-25T22:47:20.930Z | Compiling darling_macro v0.20.11 |
| 1468 | 2026-06-25T22:47:20.943Z | Compiling num-conv v0.2.0 |
| 1469 | 2026-06-25T22:47:20.971Z | Compiling powerfmt v0.2.0 |
| 1470 | 2026-06-25T22:47:21.070Z | Compiling time-macros v0.2.27 |
| 1471 | 2026-06-25T22:47:21.104Z | Compiling deranged v0.5.8 |
| 1472 | 2026-06-25T22:47:21.391Z | Compiling darling v0.20.11 |
| 1473 | 2026-06-25T22:47:21.471Z | Compiling goblin v0.10.5 |
| 1474 | 2026-06-25T22:47:22.046Z | Compiling sync_wrapper v1.0.2 |
| 1475 | 2026-06-25T22:47:22.104Z | Compiling wait-timeout v0.2.1 |
| 1476 | 2026-06-25T22:47:22.149Z | Compiling syn v1.0.109 |
| 1477 | 2026-06-25T22:47:22.358Z | Compiling siphasher v1.0.2 |
| 1478 | 2026-06-25T22:47:22.446Z | Compiling quick-error v1.2.3 |
| 1479 | 2026-06-25T22:47:22.538Z | Compiling crossbeam-utils v0.8.21 |
| 1480 | 2026-06-25T22:47:22.550Z | Compiling bit-vec v0.8.0 |
| 1481 | 2026-06-25T22:47:22.621Z | Compiling num_threads v0.1.7 |
| 1482 | 2026-06-25T22:47:22.718Z | Compiling simd-adler32 v0.3.8 |
| 1483 | 2026-06-25T22:47:22.770Z | Compiling usdt-impl v0.6.0 |
| 1484 | 2026-06-25T22:47:22.829Z | Compiling bit-set v0.8.0 |
| 1485 | 2026-06-25T22:47:22.952Z | Compiling time v0.3.47 |
| 1486 | 2026-06-25T22:47:22.981Z | Compiling rusty-fork v0.3.1 |
| 1487 | 2026-06-25T22:47:23.039Z | Compiling tower v0.5.3 |
| 1488 | 2026-06-25T22:47:23.347Z | Compiling hyper v1.10.1 |
| 1489 | 2026-06-25T22:47:23.854Z | Compiling derive_builder_core v0.20.2 |
| 1490 | 2026-06-25T22:47:24.255Z | Compiling dof v0.4.0 |
| 1491 | 2026-06-25T22:47:24.345Z | Compiling dtrace-parser v0.3.0 |
| 1492 | 2026-06-25T22:47:24.539Z | Compiling hyper-util v0.1.20 |
| 1493 | 2026-06-25T22:47:24.720Z | Compiling http-body-util v0.1.3 |
| 1494 | 2026-06-25T22:47:24.927Z | Compiling signature v2.2.0 |
| 1495 | 2026-06-25T22:47:24.971Z | Compiling thiserror-impl v1.0.69 |
| 1496 | 2026-06-25T22:47:25.078Z | Compiling scroll_derive v0.12.1 |
| 1497 | 2026-06-25T22:47:25.103Z | Compiling heapless v0.7.17 |
| 1498 | 2026-06-25T22:47:25.334Z | Compiling rand_xorshift v0.4.0 |
| 1499 | 2026-06-25T22:47:25.402Z | Compiling slog v2.8.2 |
| 1500 | 2026-06-25T22:47:25.497Z | Compiling darling_core v0.21.3 |
| 1501 | 2026-06-25T22:47:25.580Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1502 | 2026-06-25T22:47:25.704Z | Compiling thread-id v5.1.0 |
| 1503 | 2026-06-25T22:47:25.720Z | Compiling cookie v0.18.1 |
| 1504 | 2026-06-25T22:47:25.785Z | Compiling zstd-safe v7.2.4 |
| 1505 | 2026-06-25T22:47:25.844Z | Compiling adler2 v2.0.1 |
| 1506 | 2026-06-25T22:47:25.894Z | Compiling unicode-properties v0.1.4 |
| 1507 | 2026-06-25T22:47:25.966Z | Compiling allocator-api2 v0.2.21 |
| 1508 | 2026-06-25T22:47:25.966Z | Compiling anyhow v1.0.102 |
| 1509 | 2026-06-25T22:47:26.095Z | Compiling signal-hook v0.3.18 |
| 1510 | 2026-06-25T22:47:26.188Z | Compiling paste v1.0.15 |
| 1511 | 2026-06-25T22:47:26.259Z | Compiling unarray v0.1.4 |
| 1512 | 2026-06-25T22:47:26.259Z | Compiling ryu v1.0.23 |
| 1513 | 2026-06-25T22:47:26.285Z | Compiling unicode-bidi v0.3.18 |
| 1514 | 2026-06-25T22:47:26.296Z | Compiling iri-string v0.7.10 |
| 1515 | 2026-06-25T22:47:26.362Z | Compiling proptest v1.10.0 |
| 1516 | 2026-06-25T22:47:26.443Z | Compiling serde_urlencoded v0.7.1 |
| 1517 | 2026-06-25T22:47:26.686Z | Compiling stringprep v0.1.5 |
| 1518 | 2026-06-25T22:47:26.717Z | Compiling thiserror v1.0.69 |
| 1519 | 2026-06-25T22:47:26.798Z | Compiling miniz_oxide v0.8.9 |
| 1520 | 2026-06-25T22:47:27.367Z | Compiling scroll v0.12.0 |
| 1521 | 2026-06-25T22:47:27.622Z | Compiling tower-http v0.6.8 |
| 1522 | 2026-06-25T22:47:27.670Z | Compiling derive_builder_macro v0.20.2 |
| 1523 | 2026-06-25T22:47:27.701Z | Compiling tokio-native-tls v0.3.1 |
| 1524 | 2026-06-25T22:47:27.936Z | Compiling darling_macro v0.21.3 |
| 1525 | 2026-06-25T22:47:28.013Z | Compiling bstr v1.12.1 |
| 1526 | 2026-06-25T22:47:28.035Z | Compiling ipnetwork v0.21.1 |
| 1527 | 2026-06-25T22:47:28.115Z | Compiling rustls-native-certs v0.8.3 |
| 1528 | 2026-06-25T22:47:28.388Z | Compiling rand_chacha v0.3.1 |
| 1529 | 2026-06-25T22:47:28.427Z | Compiling toml_datetime v0.6.11 |
| 1530 | 2026-06-25T22:47:28.445Z | Compiling erased-serde v0.3.31 |
| 1531 | 2026-06-25T22:47:28.450Z | Compiling serde_spanned v0.6.9 |
| 1532 | 2026-06-25T22:47:28.587Z | Compiling serde_tokenstream v0.2.3 |
| 1533 | 2026-06-25T22:47:28.684Z | Compiling md-5 v0.10.6 |
| 1534 | 2026-06-25T22:47:28.699Z | Compiling pin-project-internal v1.1.11 |
| 1535 | 2026-06-25T22:47:28.847Z | Compiling async-trait v0.1.89 |
| 1536 | 2026-06-25T22:47:28.897Z | Compiling zerocopy-derive v0.7.35 |
| 1537 | 2026-06-25T22:47:28.938Z | Compiling curve25519-dalek v4.1.3 |
| 1538 | 2026-06-25T22:47:29.174Z | Compiling vergen-lib v9.1.0 |
| 1539 | 2026-06-25T22:47:29.272Z | Compiling num-integer v0.1.46 |
| 1540 | 2026-06-25T22:47:29.360Z | Compiling hash32 v0.2.1 |
| 1541 | 2026-06-25T22:47:29.547Z | Compiling ff v0.13.1 |
| 1542 | 2026-06-25T22:47:29.591Z | Compiling memoffset v0.9.1 |
| 1543 | 2026-06-25T22:47:29.682Z | Compiling encoding_rs v0.8.35 |
| 1544 | 2026-06-25T22:47:29.749Z | Compiling ref-cast v1.0.25 |
| 1545 | 2026-06-25T22:47:29.783Z | Compiling num-bigint-dig v0.8.6 |
| 1546 | 2026-06-25T22:47:29.799Z | Compiling rustix v0.38.44 |
| 1547 | 2026-06-25T22:47:29.854Z | Compiling base16ct v0.2.0 |
| 1548 | 2026-06-25T22:47:29.959Z | Compiling cfg_aliases v0.2.1 |
| 1549 | 2026-06-25T22:47:30.032Z | Compiling litrs v1.0.0 |
| 1550 | 2026-06-25T22:47:30.032Z | Compiling fallible-iterator v0.2.0 |
| 1551 | 2026-06-25T22:47:30.058Z | Compiling smoltcp v0.9.1 |
| 1552 | 2026-06-25T22:47:30.132Z | Compiling zlib-rs v0.6.2 |
| 1553 | 2026-06-25T22:47:30.351Z | Compiling psl-types v2.0.11 |
| 1554 | 2026-06-25T22:47:30.379Z | Compiling mime v0.3.17 |
| 1555 | 2026-06-25T22:47:30.472Z | Compiling publicsuffix v2.3.0 |
| 1556 | 2026-06-25T22:47:30.525Z | Compiling document-features v0.2.12 |
| 1557 | 2026-06-25T22:47:30.640Z | Compiling postgres-protocol v0.6.10 |
| 1558 | 2026-06-25T22:47:30.783Z | Compiling nix v0.31.2 |
| 1559 | 2026-06-25T22:47:31.106Z | Compiling sec1 v0.7.3 |
| 1560 | 2026-06-25T22:47:31.156Z | Compiling pin-project v1.1.11 |
| 1561 | 2026-06-25T22:47:31.184Z | Compiling zerocopy v0.7.35 |
| 1562 | 2026-06-25T22:47:31.249Z | Compiling group v0.13.0 |
| 1563 | 2026-06-25T22:47:31.378Z | Compiling num-iter v0.1.45 |
| 1564 | 2026-06-25T22:47:31.516Z | Compiling newtype-uuid v1.3.2 |
| 1565 | 2026-06-25T22:47:31.589Z | Compiling hubpack_derive v0.1.1 |
| 1566 | 2026-06-25T22:47:31.711Z | Compiling rand v0.8.6 |
| 1567 | 2026-06-25T22:47:31.726Z | Compiling darling v0.21.3 |
| 1568 | 2026-06-25T22:47:31.810Z | Compiling oxnet v0.1.6 |
| 1569 | 2026-06-25T22:47:31.831Z | Compiling derive_builder v0.20.2 |
| 1570 | 2026-06-25T22:47:31.952Z | Compiling hyper-tls v0.6.0 |
| 1571 | 2026-06-25T22:47:32.074Z | Compiling goblin v0.8.2 |
| 1572 | 2026-06-25T22:47:32.550Z | Compiling phf_shared v0.13.1 |
| 1573 | 2026-06-25T22:47:32.553Z | Compiling lazy_static v1.5.0 |
| 1574 | 2026-06-25T22:47:32.647Z | Compiling regex v1.12.3 |
| 1575 | 2026-06-25T22:47:32.656Z | Compiling anstyle-parse v0.2.7 |
| 1576 | 2026-06-25T22:47:32.786Z | Compiling futures-executor v0.3.32 |
| 1577 | 2026-06-25T22:47:32.833Z | Compiling hex v0.4.3 |
| 1578 | 2026-06-25T22:47:32.949Z | Compiling hkdf v0.12.4 |
| 1579 | 2026-06-25T22:47:33.032Z | Compiling flate2 v1.1.9 |
| 1580 | 2026-06-25T22:47:33.059Z | Compiling crypto-bigint v0.5.5 |
| 1581 | 2026-06-25T22:47:33.091Z | Compiling terminal_size v0.4.3 |
| 1582 | 2026-06-25T22:47:33.110Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1583 | 2026-06-25T22:47:33.225Z | Compiling ref-cast-impl v1.0.25 |
| 1584 | 2026-06-25T22:47:33.397Z | Compiling daft-derive v0.1.7 |
| 1585 | 2026-06-25T22:47:33.468Z | Compiling strum_macros v0.27.2 |
| 1586 | 2026-06-25T22:47:33.777Z | Compiling snafu-derive v0.8.9 |
| 1587 | 2026-06-25T22:47:33.790Z | Compiling vergen v9.1.0 |
| 1588 | 2026-06-25T22:47:33.967Z | Compiling fs-err v3.3.0 |
| 1589 | 2026-06-25T22:47:34.114Z | Compiling cargo-platform v0.3.2 |
| 1590 | 2026-06-25T22:47:34.154Z | Compiling ahash v0.8.12 |
| 1591 | 2026-06-25T22:47:34.369Z | Compiling foldhash v0.1.5 |
| 1592 | 2026-06-25T22:47:34.391Z | Compiling object v0.37.3 |
| 1593 | 2026-06-25T22:47:34.542Z | Compiling managed v0.8.0 |
| 1594 | 2026-06-25T22:47:34.655Z | Compiling unicode-segmentation v1.12.0 |
| 1595 | 2026-06-25T22:47:34.750Z | Compiling bitflags v1.3.2 |
| 1596 | 2026-06-25T22:47:34.827Z | Compiling bumpalo v3.20.2 |
| 1597 | 2026-06-25T22:47:35.031Z | Compiling foldhash v0.2.0 |
| 1598 | 2026-06-25T22:47:35.077Z | Compiling libbz2-rs-sys v0.2.2 |
| 1599 | 2026-06-25T22:47:35.204Z | Compiling winnow v0.5.40 |
| 1600 | 2026-06-25T22:47:35.248Z | Compiling same-file v1.0.6 |
| 1601 | 2026-06-25T22:47:35.409Z | Compiling walkdir v2.5.0 |
| 1602 | 2026-06-25T22:47:35.439Z | Compiling strum v0.27.2 |
| 1603 | 2026-06-25T22:47:35.539Z | Compiling bzip2 v0.6.1 |
| 1604 | 2026-06-25T22:47:35.564Z | Compiling hashbrown v0.16.1 |
| 1605 | 2026-06-25T22:47:35.665Z | Compiling snafu v0.8.9 |
| 1606 | 2026-06-25T22:47:35.709Z | Compiling zopfli v0.8.3 |
| 1607 | 2026-06-25T22:47:35.737Z | Compiling clap_builder v4.6.0 |
| 1608 | 2026-06-25T22:47:36.055Z | Compiling hashbrown v0.15.5 |
| 1609 | 2026-06-25T22:47:36.193Z | Compiling dof v0.3.0 |
| 1610 | 2026-06-25T22:47:36.363Z | Compiling cargo_metadata v0.23.1 |
| 1611 | 2026-06-25T22:47:36.522Z | Compiling toml_edit v0.19.15 |
| 1612 | 2026-06-25T22:47:36.598Z | Compiling daft v0.1.7 |
| 1613 | 2026-06-25T22:47:36.695Z | Compiling elliptic-curve v0.13.8 |
| 1614 | 2026-06-25T22:47:36.986Z | Compiling futures v0.3.32 |
| 1615 | 2026-06-25T22:47:37.065Z | Compiling anstream v0.6.21 |
| 1616 | 2026-06-25T22:47:37.088Z | Compiling phf v0.13.1 |
| 1617 | 2026-06-25T22:47:37.361Z | Compiling cookie_store v0.22.1 |
| 1618 | 2026-06-25T22:47:37.643Z | Compiling signal-hook-mio v0.2.5 |
| 1619 | 2026-06-25T22:47:37.690Z | Compiling reqwest v0.12.28 |
| 1620 | 2026-06-25T22:47:37.717Z | Compiling bzip2 v0.4.4 |
| 1621 | 2026-06-25T22:47:37.924Z | Compiling hubpack v0.1.2 |
| 1622 | 2026-06-25T22:47:38.008Z | Compiling zstd v0.13.3 |
| 1623 | 2026-06-25T22:47:38.131Z | Compiling serde_with_macros v3.17.0 |
| 1624 | 2026-06-25T22:47:38.411Z | Compiling postgres-types v0.2.12 |
| 1625 | 2026-06-25T22:47:38.965Z | Compiling usdt-attr-macro v0.6.0 |
| 1626 | 2026-06-25T22:47:39.133Z | Compiling usdt-macro v0.6.0 |
| 1627 | 2026-06-25T22:47:39.278Z | Compiling globset v0.4.18 |
| 1628 | 2026-06-25T22:47:39.765Z | Compiling dtrace-parser v0.2.0 |
| 1629 | 2026-06-25T22:47:39.816Z | Compiling ed25519 v2.2.3 |
| 1630 | 2026-06-25T22:47:39.871Z | Compiling phf_shared v0.11.3 |
| 1631 | 2026-06-25T22:47:39.946Z | Compiling olpc-cjson v0.1.4 |
| 1632 | 2026-06-25T22:47:39.950Z | Compiling pkcs1 v0.7.5 |
| 1633 | 2026-06-25T22:47:40.049Z | Compiling serde_plain v1.0.2 |
| 1634 | 2026-06-25T22:47:40.099Z | Compiling serde-big-array v0.5.1 |
| 1635 | 2026-06-25T22:47:40.238Z | Compiling rfc6979 v0.4.0 |
| 1636 | 2026-06-25T22:47:40.241Z | Compiling clap_derive v4.6.1 |
| 1637 | 2026-06-25T22:47:40.358Z | Compiling async-recursion v1.1.1 |
| 1638 | 2026-06-25T22:47:40.362Z | Compiling strum_macros v0.26.4 |
| 1639 | 2026-06-25T22:47:40.495Z | Compiling serde_repr v0.1.20 |
| 1640 | 2026-06-25T22:47:40.715Z | Compiling enum-as-inner v0.6.1 |
| 1641 | 2026-06-25T22:47:41.000Z | Compiling pem v3.0.6 |
| 1642 | 2026-06-25T22:47:41.023Z | Compiling float-cmp v0.10.0 |
| 1643 | 2026-06-25T22:47:41.166Z | Compiling memmap2 v0.9.10 |
| 1644 | 2026-06-25T22:47:41.205Z | Compiling thread-id v4.2.2 |
| 1645 | 2026-06-25T22:47:41.291Z | Compiling env_filter v1.0.0 |
| 1646 | 2026-06-25T22:47:41.320Z | Compiling jiff v0.2.21 |
| 1647 | 2026-06-25T22:47:41.377Z | Compiling precomputed-hash v0.1.1 |
| 1648 | 2026-06-25T22:47:41.410Z | Compiling data-encoding v2.10.0 |
| 1649 | 2026-06-25T22:47:41.460Z | Compiling new_debug_unreachable v1.0.6 |
| 1650 | 2026-06-25T22:47:41.533Z | Compiling keccak v0.1.6 |
| 1651 | 2026-06-25T22:47:41.592Z | Compiling whoami v2.1.0 |
| 1652 | 2026-06-25T22:47:41.960Z | Compiling difflib v0.4.0 |
| 1653 | 2026-06-25T22:47:41.985Z | Compiling winnow v1.0.3 |
| 1654 | 2026-06-25T22:47:42.109Z | Compiling static_assertions v1.1.0 |
| 1655 | 2026-06-25T22:47:42.162Z | Compiling predicates-core v1.0.10 |
| 1656 | 2026-06-25T22:47:42.243Z | Compiling fixedbitset v0.5.7 |
| 1657 | 2026-06-25T22:47:42.280Z | Compiling fixedbitset v0.4.2 |
| 1658 | 2026-06-25T22:47:42.285Z | Compiling normalize-line-endings v0.3.0 |
| 1659 | 2026-06-25T22:47:42.335Z | Compiling typed-path v0.9.3 |
| 1660 | 2026-06-25T22:47:42.360Z | Compiling either v1.15.0 |
| 1661 | 2026-06-25T22:47:42.457Z | Compiling petgraph v0.6.5 |
| 1662 | 2026-06-25T22:47:42.495Z | Compiling petgraph v0.8.3 |
| 1663 | 2026-06-25T22:47:42.530Z | Compiling predicates v3.1.4 |
| 1664 | 2026-06-25T22:47:42.574Z | Compiling itertools v0.13.0 |
| 1665 | 2026-06-25T22:47:42.898Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1666 | 2026-06-25T22:47:43.142Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1667 | 2026-06-25T22:47:43.510Z | Compiling toml_edit v0.22.27 |
| 1668 | 2026-06-25T22:47:43.581Z | Compiling strum v0.26.3 |
| 1669 | 2026-06-25T22:47:43.709Z | Compiling clap v4.6.1 |
| 1670 | 2026-06-25T22:47:43.791Z | Compiling tokio-postgres v0.7.16 |
| 1671 | 2026-06-25T22:47:43.824Z | Compiling hickory-proto v0.25.2 |
| 1672 | 2026-06-25T22:47:43.978Z | Compiling zip v4.6.1 |
| 1673 | 2026-06-25T22:47:44.435Z | Compiling sha3 v0.10.8 |
| 1674 | 2026-06-25T22:47:44.885Z | Compiling string_cache v0.8.9 |
| 1675 | 2026-06-25T22:47:44.942Z | Compiling env_logger v0.11.9 |
| 1676 | 2026-06-25T22:47:45.134Z | Compiling usdt v0.6.0 |
| 1677 | 2026-06-25T22:47:45.288Z | Compiling usdt-impl v0.5.0 |
| 1678 | 2026-06-25T22:47:45.365Z | Compiling ecdsa v0.16.9 |
| 1679 | 2026-06-25T22:47:45.498Z | Compiling rsa v0.9.10 |
| 1680 | 2026-06-25T22:47:45.751Z | Compiling ed25519-dalek v2.2.0 |
| 1681 | 2026-06-25T22:47:45.861Z | Compiling crossterm v0.28.1 |
| 1682 | 2026-06-25T22:47:46.002Z | Compiling serde_with v3.17.0 |
| 1683 | 2026-06-25T22:47:46.213Z | Compiling zip v0.6.6 |
| 1684 | 2026-06-25T22:47:46.456Z | Compiling toml v0.7.8 |
| 1685 | 2026-06-25T22:47:46.984Z | Compiling iddqd v0.4.2 |
| 1686 | 2026-06-25T22:47:47.475Z | Compiling similar v2.7.0 |
| 1687 | 2026-06-25T22:47:47.572Z | Compiling heck v0.4.1 |
| 1688 | 2026-06-25T22:47:47.706Z | Compiling crossbeam-epoch v0.9.18 |
| 1689 | 2026-06-25T22:47:47.799Z | Compiling tokio-stream v0.1.18 |
| 1690 | 2026-06-25T22:47:48.028Z | Compiling buf-list v1.1.2 |
| 1691 | 2026-06-25T22:47:48.261Z | Compiling x509-cert v0.2.5 |
| 1692 | 2026-06-25T22:47:48.303Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1693 | 2026-06-25T22:47:48.328Z | Compiling openapiv3 v2.2.0 |
| 1694 | 2026-06-25T22:47:48.377Z | Compiling sha1 v0.10.6 |
| 1695 | 2026-06-25T22:47:48.503Z | Compiling lalrpop-util v0.19.12 |
| 1696 | 2026-06-25T22:47:48.591Z | Compiling peg-runtime v0.8.5 |
| 1697 | 2026-06-25T22:47:48.594Z | Compiling thread_local v1.1.9 |
| 1698 | 2026-06-25T22:47:48.697Z | Compiling slog-async v2.8.0 |
| 1699 | 2026-06-25T22:47:48.792Z | Compiling crossbeam-channel v0.5.15 |
| 1700 | 2026-06-25T22:47:48.854Z | Compiling filetime v0.2.27 |
| 1701 | 2026-06-25T22:47:48.868Z | Compiling is-terminal v0.4.17 |
| 1702 | 2026-06-25T22:47:48.961Z | Compiling term v1.2.1 |
| 1703 | 2026-06-25T22:47:49.011Z | Compiling xattr v1.6.1 |
| 1704 | 2026-06-25T22:47:49.024Z | Compiling take_mut v0.2.2 |
| 1705 | 2026-06-25T22:47:49.252Z | Compiling slog-term v2.9.2 |
| 1706 | 2026-06-25T22:47:49.548Z | Compiling tar v0.4.45 |
| 1707 | 2026-06-25T22:48:00.114Z | Compiling rustls-webpki v0.103.9 |
| 1708 | 2026-06-25T22:48:02.781Z | Compiling tokio-rustls v0.26.4 |
| 1709 | 2026-06-25T22:48:02.781Z | Compiling rustls-platform-verifier v0.6.2 |
| 1710 | 2026-06-25T22:48:02.805Z | Compiling tough v0.22.0 |
| 1711 | 2026-06-25T22:48:02.988Z | Compiling hyper-rustls v0.27.7 |
| 1712 | 2026-06-25T22:48:03.181Z | Compiling reqwest v0.13.2 |
| 1713 | 2026-06-25T22:48:05.418Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1714 | 2026-06-25T22:48:05.623Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1715 | 2026-06-25T22:48:08.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 1716 | 2026-06-25T22:48:08.568Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1717 | 2026-06-25T22:48:08.619Z | Jun 25 22:48:07.516 INFO Starting download, target: Clickhouse |
| 1718 | 2026-06-25T22:48:08.619Z | Jun 25 22:48:07.516 INFO Starting download, target: Cockroach |
| 1719 | 2026-06-25T22:48:08.619Z | Jun 25 22:48:07.516 INFO Starting download, target: MaghemiteMgd |
| 1720 | 2026-06-25T22:48:08.619Z | Jun 25 22:48:07.516 INFO Starting download, target: Console |
| 1721 | 2026-06-25T22:48:08.619Z | Jun 25 22:48:07.516 INFO Starting download, target: DendriteStub |
| 1722 | 2026-06-25T22:48:08.622Z | Jun 25 22:48:07.516 INFO Starting download, target: MaghemiteDdmd |
| 1723 | 2026-06-25T22:48:08.622Z | Jun 25 22:48:07.517 INFO Starting download, target: TransceiverControl |
| 1724 | 2026-06-25T22:48:08.623Z | Jun 25 22:48:07.517 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1725 | 2026-06-25T22:48:08.623Z | Jun 25 22:48:07.517 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1726 | 2026-06-25T22:48:08.623Z | Jun 25 22:48:07.517 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1727 | 2026-06-25T22:48:08.623Z | Jun 25 22:48:07.517 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1728 | 2026-06-25T22:48:08.623Z | Jun 25 22:48:07.517 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1729 | 2026-06-25T22:48:08.623Z | Jun 25 22:48:07.517 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1730 | 2026-06-25T22:48:08.623Z | Jun 25 22:48:07.517 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1731 | 2026-06-25T22:48:10.661Z | Jun 25 22:48:09.521 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1732 | 2026-06-25T22:48:10.682Z | Jun 25 22:48:09.552 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1733 | 2026-06-25T22:48:10.878Z | Jun 25 22:48:09.763 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-06-25T22:48:10.941Z | Jun 25 22:48:09.799 INFO Download complete, target: Console |
| 1735 | 2026-06-25T22:48:11.151Z | Jun 25 22:48:10.023 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1736 | 2026-06-25T22:48:13.120Z | Jun 25 22:48:12.007 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1737 | 2026-06-25T22:48:13.138Z | Jun 25 22:48:12.020 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1738 | 2026-06-25T22:48:13.459Z | Jun 25 22:48:12.355 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1739 | 2026-06-25T22:48:13.820Z | Jun 25 22:48:12.718 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1740 | 2026-06-25T22:48:13.820Z | Jun 25 22:48:12.718 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1741 | 2026-06-25T22:48:15.066Z | Jun 25 22:48:13.964 INFO Download complete, target: MaghemiteDdmd |
| 1742 | 2026-06-25T22:48:15.631Z | Jun 25 22:48:14.529 INFO Download complete, target: DendriteStub |
| 1743 | 2026-06-25T22:48:15.991Z | Jun 25 22:48:14.889 INFO Download complete, target: MaghemiteMgd |
| 1744 | 2026-06-25T22:48:18.012Z | Jun 25 22:48:16.910 INFO Checking that binary works, target: Clickhouse |
| 1745 | 2026-06-25T22:48:18.147Z | Jun 25 22:48:17.044 INFO Download complete, target: Clickhouse |
| 1746 | 2026-06-25T22:48:18.539Z | Jun 25 22:48:17.436 INFO Checking that binary works, target: Cockroach |
| 1747 | 2026-06-25T22:48:18.647Z | Jun 25 22:48:17.544 INFO Download complete, target: Cockroach |
| 1748 | 2026-06-25T22:48:18.662Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1749 | 2026-06-25T22:48:18.665Z | |
| 1750 | 2026-06-25T22:48:18.666Z | real 2:02.403290522 |
| 1751 | 2026-06-25T22:48:18.666Z | user 6:47.163947281 |
| 1752 | 2026-06-25T22:48:18.666Z | sys 1:21.745013054 |
| 1753 | 2026-06-25T22:48:18.666Z | trap 0.237115850 |
| 1754 | 2026-06-25T22:48:18.666Z | tflt 0.592661265 |
| 1755 | 2026-06-25T22:48:18.666Z | dflt 0.655463205 |
| 1756 | 2026-06-25T22:48:18.666Z | kflt 0.023199291 |
| 1757 | 2026-06-25T22:48:18.666Z | lock 22:32.885264814 |
| 1758 | 2026-06-25T22:48:18.666Z | slp 20:43.728272366 |
| 1759 | 2026-06-25T22:48:18.666Z | lat 45.051467245 |
| 1760 | 2026-06-25T22:48:18.666Z | stop 1:58.977098886 |
| 1761 | 2026-06-25T22:48:18.666Z | + banner clippy |
| 1762 | 2026-06-25T22:48:18.666Z | |
| 1763 | 2026-06-25T22:48:18.666Z | #### # # ##### ##### # # |
| 1764 | 2026-06-25T22:48:18.666Z | # # # # # # # # # # |
| 1765 | 2026-06-25T22:48:18.666Z | # # # # # # # # |
| 1766 | 2026-06-25T22:48:18.666Z | # # # ##### ##### # |
| 1767 | 2026-06-25T22:48:18.666Z | # # # # # # # |
| 1768 | 2026-06-25T22:48:18.666Z | #### ###### # # # # |
| 1769 | 2026-06-25T22:48:18.666Z | |
| 1770 | 2026-06-25T22:48:18.666Z | + export CARGO_INCREMENTAL=0 |
| 1771 | 2026-06-25T22:48:18.666Z | + CARGO_INCREMENTAL=0 |
| 1772 | 2026-06-25T22:48:18.666Z | + ptime -m cargo xtask clippy |
| 1773 | 2026-06-25T22:48:19.121Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1774 | 2026-06-25T22:48:19.331Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1775 | 2026-06-25T22:48:21.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
| 1776 | 2026-06-25T22:48:21.287Z | Running `target/debug/xtask clippy` |
| 1777 | 2026-06-25T22:48:21.313Z | running: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1778 | 2026-06-25T22:48:21.852Z | Downloading crates ... |
| 1779 | 2026-06-25T22:48:22.048Z | Downloaded linkme v0.3.35 |
| 1780 | 2026-06-25T22:48:22.051Z | Downloaded miette-derive v5.10.0 |
| 1781 | 2026-06-25T22:48:22.056Z | Downloaded escape8259 v0.5.3 |
| 1782 | 2026-06-25T22:48:22.059Z | Downloaded cast v0.3.0 |
| 1783 | 2026-06-25T22:48:22.059Z | Downloaded blake2b_simd v1.0.4 |
| 1784 | 2026-06-25T22:48:22.063Z | Downloaded event-listener-strategy v0.5.4 |
| 1785 | 2026-06-25T22:48:22.068Z | Downloaded plotters v0.3.7 |
| 1786 | 2026-06-25T22:48:22.074Z | Downloaded rand_distr v0.5.1 |
| 1787 | 2026-06-25T22:48:22.078Z | Downloaded event-listener v5.4.1 |
| 1788 | 2026-06-25T22:48:22.081Z | Downloaded criterion-plot v0.6.0 |
| 1789 | 2026-06-25T22:48:22.081Z | Downloaded datatest-stable v0.3.3 |
| 1790 | 2026-06-25T22:48:22.084Z | Downloaded async-object-pool v0.2.0 |
| 1791 | 2026-06-25T22:48:22.090Z | Downloaded async-lock v3.4.2 |
| 1792 | 2026-06-25T22:48:22.093Z | Downloaded assert-json-diff v2.0.2 |
| 1793 | 2026-06-25T22:48:22.093Z | Downloaded constant_time_eq v0.3.1 |
| 1794 | 2026-06-25T22:48:22.097Z | Downloaded linkme-impl v0.3.35 |
| 1795 | 2026-06-25T22:48:22.100Z | Downloaded anes v0.1.6 |
| 1796 | 2026-06-25T22:48:22.103Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1797 | 2026-06-25T22:48:22.107Z | Downloaded nested v0.1.1 |
| 1798 | 2026-06-25T22:48:22.110Z | Downloaded supports-unicode v2.1.0 |
| 1799 | 2026-06-25T22:48:22.111Z | Downloaded supports-hyperlinks v2.1.0 |
| 1800 | 2026-06-25T22:48:22.114Z | Downloaded similar-asserts v1.7.0 |
| 1801 | 2026-06-25T22:48:22.114Z | Downloaded backtrace-ext v0.2.1 |
| 1802 | 2026-06-25T22:48:22.117Z | Downloaded addr2line v0.25.1 |
| 1803 | 2026-06-25T22:48:22.120Z | Downloaded oorandom v11.1.5 |
| 1804 | 2026-06-25T22:48:22.120Z | Downloaded libtest-mimic v0.8.1 |
| 1805 | 2026-06-25T22:48:22.129Z | Downloaded serde_regex v1.1.0 |
| 1806 | 2026-06-25T22:48:22.132Z | Downloaded pathdiff v0.2.3 |
| 1807 | 2026-06-25T22:48:22.132Z | Downloaded approx v0.5.1 |
| 1808 | 2026-06-25T22:48:22.132Z | Downloaded supports-color v2.1.0 |
| 1809 | 2026-06-25T22:48:22.136Z | Downloaded terminal_size v0.1.17 |
| 1810 | 2026-06-25T22:48:22.139Z | Downloaded target-triple v1.0.0 |
| 1811 | 2026-06-25T22:48:22.139Z | Downloaded tokio-test v0.4.5 |
| 1812 | 2026-06-25T22:48:22.145Z | Downloaded concurrent-queue v2.5.0 |
| 1813 | 2026-06-25T22:48:22.148Z | Downloaded plotters-backend v0.3.7 |
| 1814 | 2026-06-25T22:48:22.150Z | Downloaded partial-io v0.5.4 |
| 1815 | 2026-06-25T22:48:22.151Z | Downloaded stringmetrics v2.2.2 |
| 1816 | 2026-06-25T22:48:22.153Z | Downloaded futures-timer v3.0.3 |
| 1817 | 2026-06-25T22:48:22.153Z | Downloaded cfg-expr v0.20.6 |
| 1818 | 2026-06-25T22:48:22.153Z | Downloaded assert_cmd v2.1.2 |
| 1819 | 2026-06-25T22:48:22.157Z | Downloaded tinytemplate v1.2.1 |
| 1820 | 2026-06-25T22:48:22.160Z | Downloaded plotters-svg v0.3.7 |
| 1821 | 2026-06-25T22:48:22.160Z | Downloaded relative-path v1.9.3 |
| 1822 | 2026-06-25T22:48:22.160Z | Downloaded owo-colors v3.5.0 |
| 1823 | 2026-06-25T22:48:22.164Z | Downloaded path-tree v0.8.3 |
| 1824 | 2026-06-25T22:48:22.167Z | Downloaded parking v2.2.1 |
| 1825 | 2026-06-25T22:48:22.167Z | Downloaded rustc-demangle v0.1.27 |
| 1826 | 2026-06-25T22:48:22.167Z | Downloaded knuffel-derive v3.2.0 |
| 1827 | 2026-06-25T22:48:22.171Z | Downloaded rust-argon2 v2.1.0 |
| 1828 | 2026-06-25T22:48:22.174Z | Downloaded target-spec v3.5.7 |
| 1829 | 2026-06-25T22:48:22.176Z | Downloaded termcolor v1.4.1 |
| 1830 | 2026-06-25T22:48:22.179Z | Downloaded fancy-regex v0.14.0 |
| 1831 | 2026-06-25T22:48:22.184Z | Downloaded trybuild v1.0.116 |
| 1832 | 2026-06-25T22:48:22.193Z | Downloaded criterion v0.7.0 |
| 1833 | 2026-06-25T22:48:22.197Z | Downloaded target-lexicon v0.13.3 |
| 1834 | 2026-06-25T22:48:22.202Z | Downloaded textwrap v0.15.2 |
| 1835 | 2026-06-25T22:48:22.202Z | Downloaded rstest v0.25.0 |
| 1836 | 2026-06-25T22:48:22.204Z | Downloaded chumsky v0.9.3 |
| 1837 | 2026-06-25T22:48:22.207Z | Downloaded rstest_macros v0.25.0 |
| 1838 | 2026-06-25T22:48:22.207Z | Downloaded httptest v0.16.4 |
| 1839 | 2026-06-25T22:48:22.207Z | Downloaded miette v5.10.0 |
| 1840 | 2026-06-25T22:48:22.211Z | Downloaded backtrace v0.3.76 |
| 1841 | 2026-06-25T22:48:22.214Z | Downloaded knuffel v3.2.0 |
| 1842 | 2026-06-25T22:48:22.214Z | Downloaded hickory-client v0.25.2 |
| 1843 | 2026-06-25T22:48:22.221Z | Downloaded hashbrown v0.14.5 |
| 1844 | 2026-06-25T22:48:22.225Z | Downloaded guppy v0.17.25 |
| 1845 | 2026-06-25T22:48:22.243Z | Downloaded gimli v0.32.3 |
| 1846 | 2026-06-25T22:48:22.343Z | Downloaded httpmock v0.8.3 |
| 1847 | 2026-06-25T22:48:24.016Z | Checking cfg-if v1.0.4 |
| 1848 | 2026-06-25T22:48:24.365Z | Checking libc v0.2.185 |
| 1849 | 2026-06-25T22:48:24.367Z | Checking serde_core v1.0.228 |
| 1850 | 2026-06-25T22:48:24.434Z | Checking memchr v2.8.0 |
| 1851 | 2026-06-25T22:48:24.472Z | Checking smallvec v1.15.1 |
| 1852 | 2026-06-25T22:48:24.510Z | Checking itoa v1.0.17 |
| 1853 | 2026-06-25T22:48:24.546Z | Checking log v0.4.29 |
| 1854 | 2026-06-25T22:48:24.589Z | Checking libm v0.2.16 |
| 1855 | 2026-06-25T22:48:24.625Z | Checking zeroize v1.8.2 |
| 1856 | 2026-06-25T22:48:24.673Z | Checking scopeguard v1.2.0 |
| 1857 | 2026-06-25T22:48:24.709Z | Checking stable_deref_trait v1.2.1 |
| 1858 | 2026-06-25T22:48:24.748Z | Checking zmij v1.0.21 |
| 1859 | 2026-06-25T22:48:24.785Z | Checking errno v0.3.14 |
| 1860 | 2026-06-25T22:48:24.823Z | Checking lock_api v0.4.14 |
| 1861 | 2026-06-25T22:48:24.827Z | Checking zerofrom v0.1.6 |
| 1862 | 2026-06-25T22:48:24.894Z | Checking percent-encoding v2.3.2 |
| 1863 | 2026-06-25T22:48:24.929Z | Checking writeable v0.6.2 |
| 1864 | 2026-06-25T22:48:24.961Z | Checking litemap v0.8.1 |
| 1865 | 2026-06-25T22:48:24.994Z | Checking yoke v0.8.1 |
| 1866 | 2026-06-25T22:48:25.032Z | Checking icu_normalizer_data v2.1.1 |
| 1867 | 2026-06-25T22:48:25.068Z | Checking icu_properties_data v2.1.2 |
| 1868 | 2026-06-25T22:48:25.101Z | Checking form_urlencoded v1.2.2 |
| 1869 | 2026-06-25T22:48:25.138Z | Checking utf8_iter v1.0.4 |
| 1870 | 2026-06-25T22:48:25.174Z | Checking getrandom v0.2.17 |
| 1871 | 2026-06-25T22:48:25.177Z | Checking zerocopy v0.8.40 |
| 1872 | 2026-06-25T22:48:25.239Z | Checking zerovec v0.11.5 |
| 1873 | 2026-06-25T22:48:25.242Z | Checking zerotrie v0.2.3 |
| 1874 | 2026-06-25T22:48:25.304Z | Checking rand_core v0.10.0 |
| 1875 | 2026-06-25T22:48:25.304Z | Checking subtle v2.6.1 |
| 1876 | 2026-06-25T22:48:25.371Z | Checking num-traits v0.2.19 |
| 1877 | 2026-06-25T22:48:25.406Z | Checking pin-project-lite v0.2.17 |
| 1878 | 2026-06-25T22:48:25.472Z | Checking getrandom v0.4.1 |
| 1879 | 2026-06-25T22:48:25.518Z | Checking rand_core v0.6.4 |
| 1880 | 2026-06-25T22:48:25.557Z | Checking parking_lot_core v0.9.12 |
| 1881 | 2026-06-25T22:48:25.595Z | Checking typenum v1.19.0 |
| 1882 | 2026-06-25T22:48:25.648Z | Checking portable-atomic v1.13.1 |
| 1883 | 2026-06-25T22:48:25.712Z | Checking tinystr v0.8.2 |
| 1884 | 2026-06-25T22:48:25.747Z | Checking potential_utf v0.1.4 |
| 1885 | 2026-06-25T22:48:25.781Z | Checking parking_lot v0.12.5 |
| 1886 | 2026-06-25T22:48:25.900Z | Checking icu_collections v2.1.1 |
| 1887 | 2026-06-25T22:48:25.937Z | Checking icu_locale_core v2.1.1 |
| 1888 | 2026-06-25T22:48:25.966Z | Checking serde v1.0.228 |
| 1889 | 2026-06-25T22:48:25.966Z | Checking serde_json v1.0.150 |
| 1890 | 2026-06-25T22:48:26.029Z | Checking bitflags v2.11.0 |
| 1891 | 2026-06-25T22:48:26.086Z | Checking critical-section v1.2.0 |
| 1892 | 2026-06-25T22:48:26.211Z | Checking once_cell v1.21.3 |
| 1893 | 2026-06-25T22:48:26.250Z | Checking signal-hook-registry v1.4.8 |
| 1894 | 2026-06-25T22:48:26.290Z | Checking mio v1.2.0 |
| 1895 | 2026-06-25T22:48:26.338Z | Checking socket2 v0.6.3 |
| 1896 | 2026-06-25T22:48:26.390Z | Checking bytes v1.11.1 |
| 1897 | 2026-06-25T22:48:26.427Z | Checking iana-time-zone v0.1.65 |
| 1898 | 2026-06-25T22:48:26.463Z | Checking generic-array v0.14.7 |
| 1899 | 2026-06-25T22:48:26.501Z | Checking icu_provider v2.1.1 |
| 1900 | 2026-06-25T22:48:26.556Z | Checking chrono v0.4.44 |
| 1901 | 2026-06-25T22:48:26.607Z | Checking uuid v1.23.4 |
| 1902 | 2026-06-25T22:48:26.640Z | Checking thiserror v2.0.18 |
| 1903 | 2026-06-25T22:48:26.683Z | Checking semver v1.0.28 |
| 1904 | 2026-06-25T22:48:26.755Z | Checking icu_properties v2.1.2 |
| 1905 | 2026-06-25T22:48:26.796Z | Checking icu_normalizer v2.1.1 |
| 1906 | 2026-06-25T22:48:26.846Z | Checking tokio v1.52.1 |
| 1907 | 2026-06-25T22:48:26.924Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1908 | 2026-06-25T22:48:26.961Z | Checking crypto-common v0.1.7 |
| 1909 | 2026-06-25T22:48:26.964Z | Checking futures-core v0.3.32 |
| 1910 | 2026-06-25T22:48:27.110Z | Checking dyn-clone v1.0.20 |
| 1911 | 2026-06-25T22:48:27.148Z | Checking equivalent v1.0.2 |
| 1912 | 2026-06-25T22:48:27.152Z | Checking const-oid v0.9.6 |
| 1913 | 2026-06-25T22:48:27.247Z | Checking rustix v1.1.3 |
| 1914 | 2026-06-25T22:48:27.286Z | Checking byteorder v1.5.0 |
| 1915 | 2026-06-25T22:48:27.320Z | Checking futures-sink v0.3.32 |
| 1916 | 2026-06-25T22:48:27.419Z | Checking block-buffer v0.10.4 |
| 1917 | 2026-06-25T22:48:27.454Z | Checking futures-channel v0.3.32 |
| 1918 | 2026-06-25T22:48:27.512Z | Checking futures-task v0.3.32 |
| 1919 | 2026-06-25T22:48:27.582Z | Checking slab v0.4.12 |
| 1920 | 2026-06-25T22:48:27.585Z | Checking idna_adapter v1.2.1 |
| 1921 | 2026-06-25T22:48:27.665Z | Checking futures-io v0.3.32 |
| 1922 | 2026-06-25T22:48:27.699Z | Checking thiserror v1.0.69 |
| 1923 | 2026-06-25T22:48:27.755Z | Checking idna v1.1.0 |
| 1924 | 2026-06-25T22:48:27.789Z | Checking hashbrown v0.17.0 |
| 1925 | 2026-06-25T22:48:27.821Z | Checking futures-util v0.3.32 |
| 1926 | 2026-06-25T22:48:27.825Z | Checking getrandom v0.3.4 |
| 1927 | 2026-06-25T22:48:27.885Z | Checking digest v0.10.7 |
| 1928 | 2026-06-25T22:48:27.983Z | Checking ppv-lite86 v0.2.21 |
| 1929 | 2026-06-25T22:48:28.019Z | Checking cpufeatures v0.2.17 |
| 1930 | 2026-06-25T22:48:28.022Z | Checking url v2.5.8 |
| 1931 | 2026-06-25T22:48:28.088Z | Checking fnv v1.0.7 |
| 1932 | 2026-06-25T22:48:28.123Z | Checking regex-syntax v0.8.10 |
| 1933 | 2026-06-25T22:48:28.156Z | Checking http v1.4.2 |
| 1934 | 2026-06-25T22:48:28.208Z | Checking tracing-core v0.1.36 |
| 1935 | 2026-06-25T22:48:28.275Z | Checking indexmap v2.14.0 |
| 1936 | 2026-06-25T22:48:28.309Z | Checking utf8parse v0.2.2 |
| 1937 | 2026-06-25T22:48:28.434Z | Checking base64 v0.22.1 |
| 1938 | 2026-06-25T22:48:28.518Z | Checking schemars v0.8.22 |
| 1939 | 2026-06-25T22:48:28.552Z | Checking tracing v0.1.44 |
| 1940 | 2026-06-25T22:48:28.693Z | Checking anstyle v1.0.14 |
| 1941 | 2026-06-25T22:48:28.732Z | Checking colorchoice v1.0.4 |
| 1942 | 2026-06-25T22:48:28.779Z | Checking anstyle-query v1.1.5 |
| 1943 | 2026-06-25T22:48:28.854Z | Checking base64ct v1.8.3 |
| 1944 | 2026-06-25T22:48:28.857Z | Checking is_terminal_polyfill v1.70.2 |
| 1945 | 2026-06-25T22:48:28.920Z | Checking block-padding v0.3.3 |
| 1946 | 2026-06-25T22:48:28.923Z | Checking ipnet v2.11.0 |
| 1947 | 2026-06-25T22:48:28.997Z | Checking anstyle-parse v1.0.0 |
| 1948 | 2026-06-25T22:48:29.076Z | Checking inout v0.1.4 |
| 1949 | 2026-06-25T22:48:29.139Z | Checking terminal_size v0.4.3 |
| 1950 | 2026-06-25T22:48:29.166Z | Checking aho-corasick v1.1.4 |
| 1951 | 2026-06-25T22:48:29.202Z | Checking crossbeam-utils v0.8.21 |
| 1952 | 2026-06-25T22:48:29.236Z | Checking unicode-ident v1.0.24 |
| 1953 | 2026-06-25T22:48:29.239Z | Checking cipher v0.4.4 |
| 1954 | 2026-06-25T22:48:29.301Z | Checking anstream v1.0.0 |
| 1955 | 2026-06-25T22:48:29.401Z | Checking proc-macro2 v1.0.106 |
| 1956 | 2026-06-25T22:48:29.458Z | Checking strsim v0.11.1 |
| 1957 | 2026-06-25T22:48:29.492Z | Checking powerfmt v0.2.0 |
| 1958 | 2026-06-25T22:48:29.527Z | Checking clap_lex v1.0.0 |
| 1959 | 2026-06-25T22:48:29.564Z | Checking pem-rfc7468 v0.7.0 |
| 1960 | 2026-06-25T22:48:29.643Z | Checking sha2 v0.10.9 |
| 1961 | 2026-06-25T22:48:29.676Z | Checking deranged v0.5.8 |
| 1962 | 2026-06-25T22:48:29.709Z | Checking clap_builder v4.6.0 |
| 1963 | 2026-06-25T22:48:29.743Z | Checking httparse v1.10.1 |
| 1964 | 2026-06-25T22:48:29.747Z | Checking quote v1.0.45 |
| 1965 | 2026-06-25T22:48:29.777Z | Checking num_threads v0.1.7 |
| 1966 | 2026-06-25T22:48:29.859Z | Checking regex-automata v0.4.14 |
| 1967 | 2026-06-25T22:48:29.899Z | Checking num-conv v0.2.0 |
| 1968 | 2026-06-25T22:48:29.953Z | Checking time-core v0.1.8 |
| 1969 | 2026-06-25T22:48:29.999Z | Checking hmac v0.12.1 |
| 1970 | 2026-06-25T22:48:30.033Z | Checking syn v2.0.117 |
| 1971 | 2026-06-25T22:48:30.066Z | Checking rand_core v0.9.5 |
| 1972 | 2026-06-25T22:48:30.102Z | Checking tokio-util v0.7.18 |
| 1973 | 2026-06-25T22:48:30.138Z | Checking erased-serde v0.3.31 |
| 1974 | 2026-06-25T22:48:30.173Z | Checking flagset v0.4.7 |
| 1975 | 2026-06-25T22:48:30.263Z | Checking http-body v1.0.1 |
| 1976 | 2026-06-25T22:48:30.323Z | Checking der v0.7.10 |
| 1977 | 2026-06-25T22:48:30.422Z | Checking allocator-api2 v0.2.21 |
| 1978 | 2026-06-25T22:48:30.539Z | Checking slog v2.8.2 |
| 1979 | 2026-06-25T22:48:30.640Z | Checking time v0.3.47 |
| 1980 | 2026-06-25T22:48:30.728Z | Checking atomic-waker v1.1.2 |
| 1981 | 2026-06-25T22:48:30.731Z | Checking rand_chacha v0.9.0 |
| 1982 | 2026-06-25T22:48:30.828Z | Checking rustls-pki-types v1.14.0 |
| 1983 | 2026-06-25T22:48:30.862Z | Checking anyhow v1.0.102 |
| 1984 | 2026-06-25T22:48:30.976Z | Checking clap v4.6.1 |
| 1985 | 2026-06-25T22:48:31.012Z | Checking httpdate v1.0.3 |
| 1986 | 2026-06-25T22:48:31.062Z | Checking try-lock v0.2.5 |
| 1987 | 2026-06-25T22:48:31.100Z | Checking rand v0.9.2 |
| 1988 | 2026-06-25T22:48:31.103Z | Checking h2 v0.4.15 |
| 1989 | 2026-06-25T22:48:31.167Z | Checking spin v0.9.8 |
| 1990 | 2026-06-25T22:48:31.201Z | Checking aws-lc-sys v0.40.0 |
| 1991 | 2026-06-25T22:48:31.204Z | Checking want v0.3.1 |
| 1992 | 2026-06-25T22:48:31.372Z | Checking ryu v1.0.23 |
| 1993 | 2026-06-25T22:48:31.406Z | Checking tower-layer v0.3.3 |
| 1994 | 2026-06-25T22:48:31.535Z | Checking untrusted v0.7.1 |
| 1995 | 2026-06-25T22:48:31.580Z | Checking tower-service v0.3.3 |
| 1996 | 2026-06-25T22:48:31.616Z | Checking ipnetwork v0.21.1 |
| 1997 | 2026-06-25T22:48:31.672Z | Checking untrusted v0.9.0 |
| 1998 | 2026-06-25T22:48:31.707Z | Checking fastrand v2.3.0 |
| 1999 | 2026-06-25T22:48:31.711Z | Checking mime v0.3.17 |
| 2000 | 2026-06-25T22:48:31.769Z | Checking aws-lc-rs v1.16.3 |
| 2001 | 2026-06-25T22:48:31.804Z | Checking spki v0.7.3 |
| 2002 | 2026-06-25T22:48:31.807Z | Checking pbkdf2 v0.12.2 |
| 2003 | 2026-06-25T22:48:31.870Z | Checking aes v0.8.4 |
| 2004 | 2026-06-25T22:48:31.910Z | Checking http-body-util v0.1.3 |
| 2005 | 2026-06-25T22:48:31.943Z | Checking cbc v0.1.2 |
| 2006 | 2026-06-25T22:48:31.976Z | Checking salsa20 v0.10.2 |
| 2007 | 2026-06-25T22:48:32.011Z | Checking rand_chacha v0.3.1 |
| 2008 | 2026-06-25T22:48:32.093Z | Checking hex v0.4.3 |
| 2009 | 2026-06-25T22:48:32.134Z | Checking simd-adler32 v0.3.8 |
| 2010 | 2026-06-25T22:48:32.170Z | Checking pretty-hex v0.4.1 |
| 2011 | 2026-06-25T22:48:32.248Z | Checking rand v0.8.6 |
| 2012 | 2026-06-25T22:48:32.287Z | Checking scrypt v0.11.0 |
| 2013 | 2026-06-25T22:48:32.290Z | Checking tempfile v3.25.0 |
| 2014 | 2026-06-25T22:48:32.352Z | Checking adler2 v2.0.1 |
| 2015 | 2026-06-25T22:48:32.357Z | Checking plain v0.2.3 |
| 2016 | 2026-06-25T22:48:32.382Z | Checking openssl-probe v0.2.1 |
| 2017 | 2026-06-25T22:48:32.449Z | Checking pkcs5 v0.7.1 |
| 2018 | 2026-06-25T22:48:32.481Z | Checking miniz_oxide v0.8.9 |
| 2019 | 2026-06-25T22:48:32.514Z | Checking regex v1.12.3 |
| 2020 | 2026-06-25T22:48:32.548Z | Checking serde_urlencoded v0.7.1 |
| 2021 | 2026-06-25T22:48:32.552Z | Checking encoding_rs v0.8.35 |
| 2022 | 2026-06-25T22:48:32.612Z | Checking rustls-webpki v0.103.9 |
| 2023 | 2026-06-25T22:48:32.725Z | Checking ucd-trie v0.1.7 |
| 2024 | 2026-06-25T22:48:32.769Z | Checking pkcs8 v0.10.2 |
| 2025 | 2026-06-25T22:48:32.802Z | Checking camino v1.2.2 |
| 2026 | 2026-06-25T22:48:32.837Z | Checking oxnet v0.1.6 |
| 2027 | 2026-06-25T22:48:32.870Z | Checking futures-executor v0.3.32 |
| 2028 | 2026-06-25T22:48:32.904Z | Checking pest v2.8.6 |
| 2029 | 2026-06-25T22:48:32.967Z | Checking sync_wrapper v1.0.2 |
| 2030 | 2026-06-25T22:48:33.050Z | Checking either v1.15.0 |
| 2031 | 2026-06-25T22:48:33.056Z | Checking rustls v0.23.41 |
| 2032 | 2026-06-25T22:48:33.104Z | Checking futures v0.3.32 |
| 2033 | 2026-06-25T22:48:33.108Z | Checking tower v0.5.3 |
| 2034 | 2026-06-25T22:48:33.168Z | Checking crc32fast v1.5.0 |
| 2035 | 2026-06-25T22:48:33.236Z | Checking iri-string v0.7.10 |
| 2036 | 2026-06-25T22:48:33.279Z | Checking foldhash v0.2.0 |
| 2037 | 2026-06-25T22:48:33.333Z | Checking static_assertions v1.1.0 |
| 2038 | 2026-06-25T22:48:33.430Z | Checking lazy_static v1.5.0 |
| 2039 | 2026-06-25T22:48:33.493Z | Checking hashbrown v0.16.1 |
| 2040 | 2026-06-25T22:48:33.563Z | Checking openapiv3 v2.2.0 |
| 2041 | 2026-06-25T22:48:33.567Z | Checking signature v2.2.0 |
| 2042 | 2026-06-25T22:48:33.567Z | Checking hubpack v0.1.2 |
| 2043 | 2026-06-25T22:48:33.758Z | Checking zlib-rs v0.6.2 |
| 2044 | 2026-06-25T22:48:33.818Z | Checking rustls-native-certs v0.8.3 |
| 2045 | 2026-06-25T22:48:33.957Z | Checking hyper v1.10.1 |
| 2046 | 2026-06-25T22:48:33.993Z | Checking strum v0.26.3 |
| 2047 | 2026-06-25T22:48:33.997Z | Checking psl-types v2.0.11 |
| 2048 | 2026-06-25T22:48:34.059Z | Checking cookie v0.18.1 |
| 2049 | 2026-06-25T22:48:34.130Z | Checking tinyvec_macros v0.1.1 |
| 2050 | 2026-06-25T22:48:34.169Z | Checking publicsuffix v2.3.0 |
| 2051 | 2026-06-25T22:48:34.225Z | Checking tinyvec v1.10.0 |
| 2052 | 2026-06-25T22:48:34.265Z | Checking tower-http v0.6.8 |
| 2053 | 2026-06-25T22:48:34.316Z | Checking num-integer v0.1.46 |
| 2054 | 2026-06-25T22:48:34.352Z | Checking cookie_store v0.22.1 |
| 2055 | 2026-06-25T22:48:34.560Z | Checking scroll v0.13.0 |
| 2056 | 2026-06-25T22:48:34.563Z | Checking data-encoding v2.10.0 |
| 2057 | 2026-06-25T22:48:34.563Z | Checking serde_spanned v0.6.9 |
| 2058 | 2026-06-25T22:48:34.658Z | Checking flate2 v1.1.9 |
| 2059 | 2026-06-25T22:48:34.714Z | Checking toml_datetime v0.6.11 |
| 2060 | 2026-06-25T22:48:34.749Z | Checking memmap2 v0.9.10 |
| 2061 | 2026-06-25T22:48:34.873Z | Checking base16ct v0.2.0 |
| 2062 | 2026-06-25T22:48:34.908Z | Checking goblin v0.10.5 |
| 2063 | 2026-06-25T22:48:34.911Z | Checking hyper-util v0.1.20 |
| 2064 | 2026-06-25T22:48:34.939Z | Checking bit-vec v0.8.0 |
| 2065 | 2026-06-25T22:48:34.974Z | Checking dtrace-parser v0.3.0 |
| 2066 | 2026-06-25T22:48:35.039Z | Checking ff v0.13.1 |
| 2067 | 2026-06-25T22:48:35.042Z | Checking sec1 v0.7.3 |
| 2068 | 2026-06-25T22:48:35.069Z | Checking thread-id v5.1.0 |
| 2069 | 2026-06-25T22:48:35.174Z | Checking wait-timeout v0.2.1 |
| 2070 | 2026-06-25T22:48:35.210Z | Checking bit-set v0.8.0 |
| 2071 | 2026-06-25T22:48:35.213Z | Checking group v0.13.0 |
| 2072 | 2026-06-25T22:48:35.274Z | Checking num-iter v0.1.45 |
| 2073 | 2026-06-25T22:48:35.310Z | Checking tokio-rustls v0.26.4 |
| 2074 | 2026-06-25T22:48:35.345Z | Checking rustls-platform-verifier v0.6.2 |
| 2075 | 2026-06-25T22:48:35.349Z | Checking bstr v1.12.1 |
| 2076 | 2026-06-25T22:48:35.409Z | Checking hkdf v0.12.4 |
| 2077 | 2026-06-25T22:48:35.413Z | Checking crossbeam-epoch v0.9.18 |
| 2078 | 2026-06-25T22:48:35.413Z | Checking anstyle-parse v0.2.7 |
| 2079 | 2026-06-25T22:48:35.535Z | Checking ahash v0.8.12 |
| 2080 | 2026-06-25T22:48:35.571Z | Checking crypto-bigint v0.5.5 |
| 2081 | 2026-06-25T22:48:35.574Z | Checking quick-error v1.2.3 |
| 2082 | 2026-06-25T22:48:35.638Z | Checking anstream v0.6.21 |
| 2083 | 2026-06-25T22:48:35.682Z | Checking rand_xorshift v0.4.0 |
| 2084 | 2026-06-25T22:48:35.717Z | Checking rusty-fork v0.3.1 |
| 2085 | 2026-06-25T22:48:35.751Z | Checking scroll v0.12.0 |
| 2086 | 2026-06-25T22:48:35.754Z | Checking unarray v0.1.4 |
| 2087 | 2026-06-25T22:48:35.823Z | Checking num-bigint-dig v0.8.6 |
| 2088 | 2026-06-25T22:48:35.859Z | Checking pkcs1 v0.7.5 |
| 2089 | 2026-06-25T22:48:35.906Z | Checking x509-cert v0.2.5 |
| 2090 | 2026-06-25T22:48:35.910Z | Checking proptest v1.10.0 |
| 2091 | 2026-06-25T22:48:36.003Z | Checking goblin v0.8.2 |
| 2092 | 2026-06-25T22:48:36.093Z | Checking sha1 v0.10.6 |
| 2093 | 2026-06-25T22:48:36.211Z | Checking hyper-rustls v0.27.7 |
| 2094 | 2026-06-25T22:48:36.278Z | Checking zerocopy v0.7.35 |
| 2095 | 2026-06-25T22:48:36.446Z | Checking reqwest v0.13.2 |
| 2096 | 2026-06-25T22:48:36.510Z | Checking elliptic-curve v0.13.8 |
| 2097 | 2026-06-25T22:48:36.578Z | Checking unicode-segmentation v1.12.0 |
| 2098 | 2026-06-25T22:48:36.649Z | Checking winnow v0.7.14 |
| 2099 | 2026-06-25T22:48:36.792Z | Checking rsa v0.9.10 |
| 2100 | 2026-06-25T22:48:36.849Z | Checking dtrace-parser v0.2.0 |
| 2101 | 2026-06-25T22:48:36.918Z | Checking rfc6979 v0.4.0 |
| 2102 | 2026-06-25T22:48:37.063Z | Checking memoffset v0.9.1 |
| 2103 | 2026-06-25T22:48:37.105Z | Checking thread-id v4.2.2 |
| 2104 | 2026-06-25T22:48:37.169Z | Checking foreign-types-shared v0.1.1 |
| 2105 | 2026-06-25T22:48:37.211Z | Checking ecdsa v0.16.9 |
| 2106 | 2026-06-25T22:48:37.246Z | Checking dof v0.4.0 |
| 2107 | 2026-06-25T22:48:37.279Z | Checking foreign-types v0.3.2 |
| 2108 | 2026-06-25T22:48:37.312Z | Checking curve25519-dalek v4.1.3 |
| 2109 | 2026-06-25T22:48:37.346Z | Checking rustix v0.38.44 |
| 2110 | 2026-06-25T22:48:37.381Z | Checking openssl-sys v0.9.115 |
| 2111 | 2026-06-25T22:48:37.575Z | Checking env_filter v1.0.0 |
| 2112 | 2026-06-25T22:48:37.749Z | Checking keccak v0.1.6 |
| 2113 | 2026-06-25T22:48:37.787Z | Checking same-file v1.0.6 |
| 2114 | 2026-06-25T22:48:37.790Z | Checking newtype-uuid v1.3.2 |
| 2115 | 2026-06-25T22:48:37.863Z | Checking toml_write v0.1.2 |
| 2116 | 2026-06-25T22:48:37.897Z | Checking usdt-impl v0.6.0 |
| 2117 | 2026-06-25T22:48:37.936Z | Checking walkdir v2.5.0 |
| 2118 | 2026-06-25T22:48:37.940Z | Checking dof v0.3.0 |
| 2119 | 2026-06-25T22:48:38.002Z | Checking sha3 v0.10.8 |
| 2120 | 2026-06-25T22:48:38.043Z | Checking daft v0.1.7 |
| 2121 | 2026-06-25T22:48:38.046Z | Checking toml_edit v0.22.27 |
| 2122 | 2026-06-25T22:48:38.110Z | Checking openssl v0.10.79 |
| 2123 | 2026-06-25T22:48:38.162Z | Checking env_logger v0.11.9 |
| 2124 | 2026-06-25T22:48:38.180Z | Checking ed25519 v2.2.3 |
| 2125 | 2026-06-25T22:48:38.215Z | Checking usdt v0.6.0 |
| 2126 | 2026-06-25T22:48:38.251Z | Checking itertools v0.13.0 |
| 2127 | 2026-06-25T22:48:38.284Z | Checking usdt-impl v0.5.0 |
| 2128 | 2026-06-25T22:48:38.334Z | Checking serde_with v3.17.0 |
| 2129 | 2026-06-25T22:48:38.370Z | Checking siphasher v1.0.2 |
| 2130 | 2026-06-25T22:48:38.404Z | Checking winnow v1.0.3 |
| 2131 | 2026-06-25T22:48:38.407Z | Checking bitflags v1.3.2 |
| 2132 | 2026-06-25T22:48:38.533Z | Checking ed25519-dalek v2.2.0 |
| 2133 | 2026-06-25T22:48:38.568Z | Checking nix v0.31.2 |
| 2134 | 2026-06-25T22:48:38.602Z | Checking unicode-normalization v0.1.25 |
| 2135 | 2026-06-25T22:48:38.716Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2136 | 2026-06-25T22:48:38.790Z | Checking signal-hook v0.3.18 |
| 2137 | 2026-06-25T22:48:39.009Z | Checking winnow v0.5.40 |
| 2138 | 2026-06-25T22:48:39.045Z | Checking managed v0.8.0 |
| 2139 | 2026-06-25T22:48:39.080Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2140 | 2026-06-25T22:48:39.183Z | Checking object v0.37.3 |
| 2141 | 2026-06-25T22:48:39.219Z | Checking foldhash v0.1.5 |
| 2142 | 2026-06-25T22:48:39.257Z | Checking bzip2 v0.4.4 |
| 2143 | 2026-06-25T22:48:39.296Z | Checking signal-hook-mio v0.2.5 |
| 2144 | 2026-06-25T22:48:39.378Z | Checking hashbrown v0.15.5 |
| 2145 | 2026-06-25T22:48:39.426Z | Checking globset v0.4.18 |
| 2146 | 2026-06-25T22:48:39.462Z | Checking ref-cast v1.0.25 |
| 2147 | 2026-06-25T22:48:39.587Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2148 | 2026-06-25T22:48:39.662Z | Checking zip v0.6.6 |
| 2149 | 2026-06-25T22:48:39.707Z | Checking pin-project v1.1.11 |
| 2150 | 2026-06-25T22:48:39.742Z | Checking zstd-safe v7.2.4 |
| 2151 | 2026-06-25T22:48:39.815Z | Checking libbz2-rs-sys v0.2.2 |
| 2152 | 2026-06-25T22:48:39.851Z | Checking bumpalo v3.20.2 |
| 2153 | 2026-06-25T22:48:39.886Z | Checking crossterm v0.28.1 |
| 2154 | 2026-06-25T22:48:39.947Z | Checking zstd v0.13.3 |
| 2155 | 2026-06-25T22:48:40.025Z | Checking similar v2.7.0 |
| 2156 | 2026-06-25T22:48:40.080Z | Checking zopfli v0.8.3 |
| 2157 | 2026-06-25T22:48:40.149Z | Checking native-tls v0.2.18 |
| 2158 | 2026-06-25T22:48:40.179Z | Checking tokio-stream v0.1.18 |
| 2159 | 2026-06-25T22:48:40.212Z | Checking toml_edit v0.19.15 |
| 2160 | 2026-06-25T22:48:40.247Z | Checking bzip2 v0.6.1 |
| 2161 | 2026-06-25T22:48:40.350Z | Checking tokio-native-tls v0.3.1 |
| 2162 | 2026-06-25T22:48:40.431Z | Checking fs-err v3.3.0 |
| 2163 | 2026-06-25T22:48:40.435Z | Checking pem v3.0.6 |
| 2164 | 2026-06-25T22:48:40.469Z | Checking hash32 v0.2.1 |
| 2165 | 2026-06-25T22:48:40.537Z | Checking hyper-tls v0.6.0 |
| 2166 | 2026-06-25T22:48:40.582Z | Checking serde-big-array v0.5.1 |
| 2167 | 2026-06-25T22:48:40.619Z | Checking unicode-properties v0.1.4 |
| 2168 | 2026-06-25T22:48:40.653Z | Checking jiff v0.2.21 |
| 2169 | 2026-06-25T22:48:40.688Z | Checking unicode-bidi v0.3.18 |
| 2170 | 2026-06-25T22:48:40.733Z | Checking reqwest v0.12.28 |
| 2171 | 2026-06-25T22:48:40.769Z | Checking predicates-core v1.0.10 |
| 2172 | 2026-06-25T22:48:40.772Z | Checking heapless v0.7.17 |
| 2173 | 2026-06-25T22:48:40.835Z | Checking snafu v0.8.9 |
| 2174 | 2026-06-25T22:48:40.920Z | Checking olpc-cjson v0.1.4 |
| 2175 | 2026-06-25T22:48:41.004Z | Checking stringprep v0.1.5 |
| 2176 | 2026-06-25T22:48:41.086Z | Checking hickory-proto v0.25.2 |
| 2177 | 2026-06-25T22:48:41.121Z | Checking md-5 v0.10.6 |
| 2178 | 2026-06-25T22:48:41.182Z | Checking serde_plain v1.0.2 |
| 2179 | 2026-06-25T22:48:41.236Z | Checking float-cmp v0.10.0 |
| 2180 | 2026-06-25T22:48:41.274Z | Checking toml v0.7.8 |
| 2181 | 2026-06-25T22:48:41.305Z | Checking typed-path v0.9.3 |
| 2182 | 2026-06-25T22:48:41.354Z | Checking normalize-line-endings v0.3.0 |
| 2183 | 2026-06-25T22:48:41.392Z | Checking fallible-iterator v0.2.0 |
| 2184 | 2026-06-25T22:48:41.473Z | Checking difflib v0.4.0 |
| 2185 | 2026-06-25T22:48:41.514Z | Checking smoltcp v0.9.1 |
| 2186 | 2026-06-25T22:48:41.550Z | Checking iddqd v0.4.2 |
| 2187 | 2026-06-25T22:48:41.606Z | Checking phf_shared v0.11.3 |
| 2188 | 2026-06-25T22:48:41.678Z | Checking predicates v3.1.4 |
| 2189 | 2026-06-25T22:48:41.711Z | Checking postgres-protocol v0.6.10 |
| 2190 | 2026-06-25T22:48:41.777Z | Checking phf_shared v0.13.1 |
| 2191 | 2026-06-25T22:48:41.999Z | Checking buf-list v1.1.2 |
| 2192 | 2026-06-25T22:48:42.005Z | Checking strum v0.27.2 |
| 2193 | 2026-06-25T22:48:42.075Z | Checking fixedbitset v0.5.7 |
| 2194 | 2026-06-25T22:48:42.109Z | Checking tough v0.22.0 |
| 2195 | 2026-06-25T22:48:42.144Z | Checking fixedbitset v0.4.2 |
| 2196 | 2026-06-25T22:48:42.181Z | Checking new_debug_unreachable v1.0.6 |
| 2197 | 2026-06-25T22:48:42.216Z | Checking lalrpop-util v0.19.12 |
| 2198 | 2026-06-25T22:48:42.276Z | Checking precomputed-hash v0.1.1 |
| 2199 | 2026-06-25T22:48:42.311Z | Checking petgraph v0.8.3 |
| 2200 | 2026-06-25T22:48:42.348Z | Checking petgraph v0.6.5 |
| 2201 | 2026-06-25T22:48:42.387Z | Checking string_cache v0.8.9 |
| 2202 | 2026-06-25T22:48:42.421Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2203 | 2026-06-25T22:48:42.471Z | Checking postgres-types v0.2.12 |
| 2204 | 2026-06-25T22:48:42.580Z | Checking phf v0.13.1 |
| 2205 | 2026-06-25T22:48:42.759Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2206 | 2026-06-25T22:48:42.813Z | Checking peg-runtime v0.8.5 |
| 2207 | 2026-06-25T22:48:42.901Z | Checking zip v4.6.1 |
| 2208 | 2026-06-25T22:48:42.980Z | Checking whoami v2.1.0 |
| 2209 | 2026-06-25T22:48:43.165Z | Checking is-terminal v0.4.17 |
| 2210 | 2026-06-25T22:48:43.207Z | Checking tokio-postgres v0.7.16 |
| 2211 | 2026-06-25T22:48:43.286Z | Checking crossbeam-channel v0.5.15 |
| 2212 | 2026-06-25T22:48:43.507Z | Checking thread_local v1.1.9 |
| 2213 | 2026-06-25T22:48:43.642Z | Compiling structmeta-derive v0.3.0 |
| 2214 | 2026-06-25T22:48:43.678Z | Checking term v1.2.1 |
| 2215 | 2026-06-25T22:48:43.721Z | Checking take_mut v0.2.2 |
| 2216 | 2026-06-25T22:48:43.859Z | Checking slog-async v2.8.0 |
| 2217 | 2026-06-25T22:48:43.921Z | Compiling newtype-uuid-macros v0.1.0 |
| 2218 | 2026-06-25T22:48:43.955Z | Checking slog-term v2.9.2 |
| 2219 | 2026-06-25T22:48:43.993Z | Compiling multer v3.1.0 |
| 2220 | 2026-06-25T22:48:44.056Z | Compiling async-stream-impl v0.3.6 |
| 2221 | 2026-06-25T22:48:44.170Z | Checking match_cfg v0.1.0 |
| 2222 | 2026-06-25T22:48:44.247Z | Checking slog-json v2.6.1 |
| 2223 | 2026-06-25T22:48:44.290Z | Compiling dropshot v0.17.1 |
| 2224 | 2026-06-25T22:48:44.294Z | Checking hostname v0.3.1 |
| 2225 | 2026-06-25T22:48:44.432Z | Checking cpufeatures v0.3.0 |
| 2226 | 2026-06-25T22:48:44.467Z | Checking slog-bunyan v2.5.0 |
| 2227 | 2026-06-25T22:48:44.537Z | Compiling dropshot_endpoint v0.17.1 |
| 2228 | 2026-06-25T22:48:44.570Z | Checking debug-ignore v1.0.5 |
| 2229 | 2026-06-25T22:48:44.605Z | Checking hybrid-array v0.4.10 |
| 2230 | 2026-06-25T22:48:44.609Z | Checking progenitor-client v0.14.0 |
| 2231 | 2026-06-25T22:48:44.670Z | Checking serde_path_to_error v0.1.20 |
| 2232 | 2026-06-25T22:48:44.702Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2233 | 2026-06-25T22:48:44.707Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2234 | 2026-06-25T22:48:44.737Z | Compiling structmeta v0.3.0 |
| 2235 | 2026-06-25T22:48:44.863Z | Checking serde_spanned v1.1.1 |
| 2236 | 2026-06-25T22:48:44.934Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2237 | 2026-06-25T22:48:44.983Z | Checking const-oid v0.10.2 |
| 2238 | 2026-06-25T22:48:44.987Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2239 | 2026-06-25T22:48:45.051Z | Compiling derive-ex v0.1.8 |
| 2240 | 2026-06-25T22:48:45.055Z | Checking compression-core v0.4.31 |
| 2241 | 2026-06-25T22:48:45.116Z | Checking crypto-common v0.2.2 |
| 2242 | 2026-06-25T22:48:45.166Z | Checking block-buffer v0.12.1 |
| 2243 | 2026-06-25T22:48:45.203Z | Checking async-stream v0.3.6 |
| 2244 | 2026-06-25T22:48:45.238Z | Checking compression-codecs v0.4.37 |
| 2245 | 2026-06-25T22:48:45.242Z | Checking toml v1.1.2+spec-1.1.0 |
| 2246 | 2026-06-25T22:48:45.376Z | Checking rustls-pemfile v2.2.0 |
| 2247 | 2026-06-25T22:48:45.379Z | Checking waitgroup v0.1.2 |
| 2248 | 2026-06-25T22:48:45.442Z | Checking async-compression v0.4.41 |
| 2249 | 2026-06-25T22:48:45.504Z | Checking hostname v0.4.2 |
| 2250 | 2026-06-25T22:48:45.579Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2251 | 2026-06-25T22:48:45.614Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2252 | 2026-06-25T22:48:45.650Z | Checking atomicwrites v0.4.4 |
| 2253 | 2026-06-25T22:48:45.708Z | Checking itertools v0.14.0 |
| 2254 | 2026-06-25T22:48:45.712Z | Checking digest v0.11.3 |
| 2255 | 2026-06-25T22:48:45.712Z | Compiling parse-display-derive v0.10.0 |
| 2256 | 2026-06-25T22:48:45.809Z | Checking macaddr v1.0.1 |
| 2257 | 2026-06-25T22:48:45.814Z | Checking regress v0.10.5 |
| 2258 | 2026-06-25T22:48:45.873Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2259 | 2026-06-25T22:48:45.918Z | Checking sha1 v0.11.0 |
| 2260 | 2026-06-25T22:48:46.009Z | Checking instant v0.1.13 |
| 2261 | 2026-06-25T22:48:46.120Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2262 | 2026-06-25T22:48:46.123Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2263 | 2026-06-25T22:48:46.304Z | Checking backoff v0.4.0 |
| 2264 | 2026-06-25T22:48:46.379Z | Checking backon v1.6.0 |
| 2265 | 2026-06-25T22:48:46.509Z | Checking humantime v2.3.0 |
| 2266 | 2026-06-25T22:48:46.569Z | Checking progenitor-extras v0.2.0 |
| 2267 | 2026-06-25T22:48:46.646Z | Checking unicode-width v0.2.0 |
| 2268 | 2026-06-25T22:48:46.719Z | Compiling convert_case v0.4.0 |
| 2269 | 2026-06-25T22:48:46.760Z | Compiling test-strategy v0.4.5 |
| 2270 | 2026-06-25T22:48:46.804Z | Checking heck v0.5.0 |
| 2271 | 2026-06-25T22:48:46.837Z | Checking half v2.7.1 |
| 2272 | 2026-06-25T22:48:46.921Z | Checking ciborium-io v0.2.2 |
| 2273 | 2026-06-25T22:48:46.955Z | Checking secrecy v0.10.3 |
| 2274 | 2026-06-25T22:48:47.039Z | Compiling regress v0.11.1 |
| 2275 | 2026-06-25T22:48:47.103Z | Checking indent_write v2.2.0 |
| 2276 | 2026-06-25T22:48:47.138Z | Compiling derive_more v0.99.20 |
| 2277 | 2026-06-25T22:48:47.142Z | Checking ciborium-ll v0.2.2 |
| 2278 | 2026-06-25T22:48:47.258Z | Checking universal-hash v0.5.1 |
| 2279 | 2026-06-25T22:48:47.293Z | Checking opaque-debug v0.3.1 |
| 2280 | 2026-06-25T22:48:47.372Z | Checking ciborium v0.2.2 |
| 2281 | 2026-06-25T22:48:47.435Z | Checking camino-tempfile v1.4.1 |
| 2282 | 2026-06-25T22:48:47.471Z | Checking parse-display v0.10.0 |
| 2283 | 2026-06-25T22:48:47.617Z | Compiling crucible-workspace-hack v0.1.0 |
| 2284 | 2026-06-25T22:48:47.652Z | Checking aead v0.5.2 |
| 2285 | 2026-06-25T22:48:47.811Z | Compiling unsafe-libyaml v0.2.11 |
| 2286 | 2026-06-25T22:48:47.848Z | Checking poly1305 v0.8.0 |
| 2287 | 2026-06-25T22:48:48.017Z | Checking chacha20 v0.9.1 |
| 2288 | 2026-06-25T22:48:48.173Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2289 | 2026-06-25T22:48:48.237Z | Checking swrite v0.1.0 |
| 2290 | 2026-06-25T22:48:48.272Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2291 | 2026-06-25T22:48:48.354Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2292 | 2026-06-25T22:48:48.388Z | Compiling serde_yaml v0.9.34+deprecated |
| 2293 | 2026-06-25T22:48:48.584Z | Checking password-hash v0.5.0 |
| 2294 | 2026-06-25T22:48:48.674Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2295 | 2026-06-25T22:48:48.709Z | Compiling typify-impl v0.6.2 |
| 2296 | 2026-06-25T22:48:48.838Z | Checking blake2 v0.10.6 |
| 2297 | 2026-06-25T22:48:49.103Z | Checking argon2 v0.5.3 |
| 2298 | 2026-06-25T22:48:49.379Z | Checking thiserror-no-std v2.0.2 |
| 2299 | 2026-06-25T22:48:49.474Z | Checking chacha20poly1305 v0.10.1 |
| 2300 | 2026-06-25T22:48:49.508Z | Checking vsss-rs v3.3.4 |
| 2301 | 2026-06-25T22:48:49.626Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2302 | 2026-06-25T22:48:49.700Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2303 | 2026-06-25T22:48:49.899Z | Checking byte-wrapper v0.1.0 |
| 2304 | 2026-06-25T22:48:50.052Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2305 | 2026-06-25T22:48:50.087Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2306 | 2026-06-25T22:48:50.123Z | Checking crossbeam-deque v0.8.6 |
| 2307 | 2026-06-25T22:48:50.156Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2308 | 2026-06-25T22:48:50.309Z | Compiling rayon-core v1.13.0 |
| 2309 | 2026-06-25T22:48:50.348Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2310 | 2026-06-25T22:48:50.351Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2311 | 2026-06-25T22:48:50.628Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2312 | 2026-06-25T22:48:50.705Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2313 | 2026-06-25T22:48:50.902Z | Compiling proc-macro-error v1.0.4 |
| 2314 | 2026-06-25T22:48:50.937Z | Checking rayon v1.11.0 |
| 2315 | 2026-06-25T22:48:51.234Z | Compiling proc-macro-crate v3.4.0 |
| 2316 | 2026-06-25T22:48:51.679Z | Checking toml v0.8.23 |
| 2317 | 2026-06-25T22:48:51.714Z | Checking tabwriter v1.4.1 |
| 2318 | 2026-06-25T22:48:51.797Z | Compiling num_enum_derive v0.7.6 |
| 2319 | 2026-06-25T22:48:51.872Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2320 | 2026-06-25T22:48:51.909Z | Checking glob v0.3.3 |
| 2321 | 2026-06-25T22:48:51.913Z | Compiling heapless v0.8.0 |
| 2322 | 2026-06-25T22:48:51.995Z | Checking colored v3.1.1 |
| 2323 | 2026-06-25T22:48:52.028Z | Compiling ingot-macros v0.1.1 |
| 2324 | 2026-06-25T22:48:52.117Z | Checking hash32 v0.3.1 |
| 2325 | 2026-06-25T22:48:52.218Z | Compiling smoltcp v0.11.0 |
| 2326 | 2026-06-25T22:48:52.282Z | Checking unicode-width v0.1.14 |
| 2327 | 2026-06-25T22:48:52.409Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2328 | 2026-06-25T22:48:52.551Z | Checking cobs v0.3.0 |
| 2329 | 2026-06-25T22:48:52.627Z | Compiling usdt-attr-macro v0.5.0 |
| 2330 | 2026-06-25T22:48:52.694Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2331 | 2026-06-25T22:48:52.728Z | Compiling usdt-macro v0.5.0 |
| 2332 | 2026-06-25T22:48:52.761Z | Checking memmap v0.7.0 |
| 2333 | 2026-06-25T22:48:52.840Z | Checking num_enum v0.7.6 |
| 2334 | 2026-06-25T22:48:52.873Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2335 | 2026-06-25T22:48:52.980Z | Checking postcard v1.1.3 |
| 2336 | 2026-06-25T22:48:53.117Z | Compiling proc-macro-crate v1.3.1 |
| 2337 | 2026-06-25T22:48:53.254Z | Compiling typify-macro v0.6.2 |
| 2338 | 2026-06-25T22:48:53.302Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2339 | 2026-06-25T22:48:53.431Z | Checking sigpipe v0.1.3 |
| 2340 | 2026-06-25T22:48:53.467Z | Checking usdt v0.5.0 |
| 2341 | 2026-06-25T22:48:53.534Z | Compiling foreign-types-macros v0.2.3 |
| 2342 | 2026-06-25T22:48:53.538Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2343 | 2026-06-25T22:48:53.599Z | Checking foreign-types-shared v0.3.1 |
| 2344 | 2026-06-25T22:48:53.655Z | Compiling num_enum_derive v0.5.11 |
| 2345 | 2026-06-25T22:48:53.886Z | Checking chacha20 v0.10.0 |
| 2346 | 2026-06-25T22:48:53.988Z | Checking cstr-argument v0.1.2 |
| 2347 | 2026-06-25T22:48:54.116Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2348 | 2026-06-25T22:48:54.151Z | Checking foreign-types v0.5.0 |
| 2349 | 2026-06-25T22:48:54.155Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2350 | 2026-06-25T22:48:54.155Z | Compiling num-derive v0.4.2 |
| 2351 | 2026-06-25T22:48:54.255Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2352 | 2026-06-25T22:48:54.500Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2353 | 2026-06-25T22:48:54.562Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2354 | 2026-06-25T22:48:54.646Z | Checking rand v0.10.0 |
| 2355 | 2026-06-25T22:48:54.681Z | Checking num_enum v0.5.11 |
| 2356 | 2026-06-25T22:48:54.713Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2357 | 2026-06-25T22:48:54.717Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2358 | 2026-06-25T22:48:54.820Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2359 | 2026-06-25T22:48:54.902Z | Checking ingot-types v0.1.2 |
| 2360 | 2026-06-25T22:48:54.967Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2361 | 2026-06-25T22:48:55.001Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2362 | 2026-06-25T22:48:55.039Z | Compiling typify v0.6.2 |
| 2363 | 2026-06-25T22:48:55.160Z | Compiling progenitor-impl v0.14.0 |
| 2364 | 2026-06-25T22:48:55.225Z | Compiling zone_cfg_derive v0.3.1 |
| 2365 | 2026-06-25T22:48:55.285Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2366 | 2026-06-25T22:48:55.350Z | Checking ingot v0.1.1 |
| 2367 | 2026-06-25T22:48:55.411Z | Checking itertools v0.12.1 |
| 2368 | 2026-06-25T22:48:55.480Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2369 | 2026-06-25T22:48:55.739Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2370 | 2026-06-25T22:48:55.926Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2371 | 2026-06-25T22:48:56.035Z | Checking smf v0.2.3 |
| 2372 | 2026-06-25T22:48:56.073Z | Checking whoami v1.6.1 |
| 2373 | 2026-06-25T22:48:56.173Z | Checking tokio-dtrace v0.1.1 |
| 2374 | 2026-06-25T22:48:56.208Z | Compiling derive-where v1.6.0 |
| 2375 | 2026-06-25T22:48:56.267Z | Checking console v0.15.11 |
| 2376 | 2026-06-25T22:48:56.301Z | Checking newline-converter v0.3.0 |
| 2377 | 2026-06-25T22:48:56.383Z | Checking oxide-tokio-rt v0.1.4 |
| 2378 | 2026-06-25T22:48:56.432Z | Checking bytecount v0.6.9 |
| 2379 | 2026-06-25T22:48:56.469Z | Checking zone v0.3.1 |
| 2380 | 2026-06-25T22:48:56.562Z | Compiling owo-colors v4.3.0 |
| 2381 | 2026-06-25T22:48:56.566Z | Checking expectorate v1.2.0 |
| 2382 | 2026-06-25T22:48:56.628Z | Compiling cancel-safe-futures v0.1.5 |
| 2383 | 2026-06-25T22:48:56.749Z | Checking libsw-core v0.3.2 |
| 2384 | 2026-06-25T22:48:56.848Z | Checking num-rational v0.4.2 |
| 2385 | 2026-06-25T22:48:56.944Z | Checking libsw v3.5.0 |
| 2386 | 2026-06-25T22:48:57.010Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2387 | 2026-06-25T22:48:57.149Z | Checking num-complex v0.4.6 |
| 2388 | 2026-06-25T22:48:57.244Z | Checking linear-map v1.2.0 |
| 2389 | 2026-06-25T22:48:57.328Z | Checking float-ord v0.3.2 |
| 2390 | 2026-06-25T22:48:57.438Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2391 | 2026-06-25T22:48:57.471Z | Checking gethostname v0.5.0 |
| 2392 | 2026-06-25T22:48:57.506Z | Checking num v0.4.3 |
| 2393 | 2026-06-25T22:48:57.539Z | Compiling prettyplease v0.2.37 |
| 2394 | 2026-06-25T22:48:57.582Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2395 | 2026-06-25T22:48:57.586Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2396 | 2026-06-25T22:48:57.647Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2397 | 2026-06-25T22:48:57.792Z | Compiling progenitor-macro v0.14.0 |
| 2398 | 2026-06-25T22:48:57.832Z | Checking resolv-conf v0.7.6 |
| 2399 | 2026-06-25T22:48:57.985Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2400 | 2026-06-25T22:48:58.040Z | Checking smawk v0.3.2 |
| 2401 | 2026-06-25T22:48:58.194Z | Checking unicode-linebreak v0.1.5 |
| 2402 | 2026-06-25T22:48:58.229Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2403 | 2026-06-25T22:48:58.436Z | Checking papergrid v0.11.0 |
| 2404 | 2026-06-25T22:48:59.067Z | Compiling tabled_derive v0.7.0 |
| 2405 | 2026-06-25T22:48:59.120Z | Compiling convert_case v0.10.0 |
| 2406 | 2026-06-25T22:48:59.229Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2407 | 2026-06-25T22:48:59.275Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2408 | 2026-06-25T22:48:59.469Z | Compiling slog-dtrace v0.3.0 |
| 2409 | 2026-06-25T22:48:59.472Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2410 | 2026-06-25T22:48:59.535Z | Compiling derive_more-impl v2.1.1 |
| 2411 | 2026-06-25T22:48:59.790Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2412 | 2026-06-25T22:48:59.837Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2413 | 2026-06-25T22:49:00.067Z | Checking tabled v0.15.0 |
| 2414 | 2026-06-25T22:49:00.399Z | Checking derive_more v2.1.1 |
| 2415 | 2026-06-25T22:49:00.503Z | Checking crossterm v0.29.0 |
| 2416 | 2026-06-25T22:49:01.079Z | Checking linked-hash-map v0.5.6 |
| 2417 | 2026-06-25T22:49:01.289Z | Checking lru-cache v0.1.2 |
| 2418 | 2026-06-25T22:49:01.416Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2419 | 2026-06-25T22:49:01.606Z | Checking hickory-proto v0.24.4 |
| 2420 | 2026-06-25T22:49:01.713Z | Checking fd-lock v4.0.4 |
| 2421 | 2026-06-25T22:49:02.181Z | Checking vte v0.14.1 |
| 2422 | 2026-06-25T22:49:02.292Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2423 | 2026-06-25T22:49:02.623Z | Checking display-error-chain v0.2.2 |
| 2424 | 2026-06-25T22:49:02.688Z | Checking progenitor v0.14.0 |
| 2425 | 2026-06-25T22:49:02.755Z | Checking strip-ansi-escapes v0.2.1 |
| 2426 | 2026-06-25T22:49:02.848Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2427 | 2026-06-25T22:49:02.960Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2428 | 2026-06-25T22:49:03.857Z | Checking nu-ansi-term v0.50.3 |
| 2429 | 2026-06-25T22:49:04.064Z | Checking termtree v0.5.1 |
| 2430 | 2026-06-25T22:49:04.102Z | Checking reedline v0.40.0 |
| 2431 | 2026-06-25T22:49:04.232Z | Checking hickory-resolver v0.24.4 |
| 2432 | 2026-06-25T22:49:04.274Z | Checking textwrap v0.16.2 |
| 2433 | 2026-06-25T22:49:04.408Z | Compiling minimal-lexical v0.2.1 |
| 2434 | 2026-06-25T22:49:04.449Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2435 | 2026-06-25T22:49:04.514Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2436 | 2026-06-25T22:49:04.686Z | Compiling nom v7.1.3 |
| 2437 | 2026-06-25T22:49:04.964Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2438 | 2026-06-25T22:49:05.035Z | Checking qorb v0.4.1 |
| 2439 | 2026-06-25T22:49:05.216Z | Compiling ar_archive_writer v0.5.1 |
| 2440 | 2026-06-25T22:49:05.309Z | Checking csv-core v0.1.13 |
| 2441 | 2026-06-25T22:49:05.520Z | Checking csv v1.4.0 |
| 2442 | 2026-06-25T22:49:05.571Z | Compiling stacker v0.1.23 |
| 2443 | 2026-06-25T22:49:05.863Z | Checking highway v1.3.0 |
| 2444 | 2026-06-25T22:49:05.917Z | Compiling cfg_aliases v0.1.1 |
| 2445 | 2026-06-25T22:49:06.023Z | Compiling semver v0.1.20 |
| 2446 | 2026-06-25T22:49:06.059Z | Compiling nix v0.28.0 |
| 2447 | 2026-06-25T22:49:06.100Z | Compiling psm v0.1.30 |
| 2448 | 2026-06-25T22:49:06.173Z | Checking nibble_vec v0.1.0 |
| 2449 | 2026-06-25T22:49:06.301Z | Compiling rustc_version v0.1.7 |
| 2450 | 2026-06-25T22:49:06.334Z | Checking home v0.5.12 |
| 2451 | 2026-06-25T22:49:06.365Z | Checking endian-type v0.1.2 |
| 2452 | 2026-06-25T22:49:06.466Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2453 | 2026-06-25T22:49:06.509Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2454 | 2026-06-25T22:49:06.541Z | Checking radix_trie v0.2.1 |
| 2455 | 2026-06-25T22:49:06.574Z | Compiling newtype_derive v0.1.6 |
| 2456 | 2026-06-25T22:49:06.605Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2457 | 2026-06-25T22:49:06.774Z | Checking phf_shared v0.12.1 |
| 2458 | 2026-06-25T22:49:06.806Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2459 | 2026-06-25T22:49:06.941Z | Compiling chrono-tz v0.10.4 |
| 2460 | 2026-06-25T22:49:06.992Z | Checking phf v0.12.1 |
| 2461 | 2026-06-25T22:49:07.133Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2462 | 2026-06-25T22:49:07.165Z | Compiling const_format_proc_macros v0.2.34 |
| 2463 | 2026-06-25T22:49:07.235Z | Compiling peg-macros v0.8.5 |
| 2464 | 2026-06-25T22:49:07.267Z | Checking recursive v0.1.1 |
| 2465 | 2026-06-25T22:49:07.325Z | Checking nom v8.0.0 |
| 2466 | 2026-06-25T22:49:07.385Z | Checking winnow v0.6.26 |
| 2467 | 2026-06-25T22:49:07.652Z | Compiling sqlparser_derive v0.5.0 |
| 2468 | 2026-06-25T22:49:08.041Z | Checking unicode_categories v0.1.1 |
| 2469 | 2026-06-25T22:49:08.230Z | Checking rustyline v14.0.0 |
| 2470 | 2026-06-25T22:49:08.291Z | Checking const_format v0.2.35 |
| 2471 | 2026-06-25T22:49:08.426Z | Checking sqlparser v0.61.0 |
| 2472 | 2026-06-25T22:49:08.542Z | Checking sqlformat v0.3.5 |
| 2473 | 2026-06-25T22:49:08.648Z | Checking peg v0.8.5 |
| 2474 | 2026-06-25T22:49:08.848Z | Checking bcs v0.1.6 |
| 2475 | 2026-06-25T22:49:08.948Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2476 | 2026-06-25T22:49:09.029Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2477 | 2026-06-25T22:49:09.061Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2478 | 2026-06-25T22:49:09.105Z | Checking steno v0.4.1 |
| 2479 | 2026-06-25T22:49:09.244Z | Checking filetime v0.2.27 |
| 2480 | 2026-06-25T22:49:09.282Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2481 | 2026-06-25T22:49:09.407Z | Checking xattr v1.6.1 |
| 2482 | 2026-06-25T22:49:09.441Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2483 | 2026-06-25T22:49:09.565Z | Checking tar v0.4.45 |
| 2484 | 2026-06-25T22:49:09.640Z | Checking subprocess v0.2.15 |
| 2485 | 2026-06-25T22:49:09.999Z | Checking headers-core v0.3.0 |
| 2486 | 2026-06-25T22:49:10.033Z | Checking base64 v0.21.7 |
| 2487 | 2026-06-25T22:49:10.133Z | Checking headers v0.4.1 |
| 2488 | 2026-06-25T22:49:10.170Z | Checking yasna v0.5.2 |
| 2489 | 2026-06-25T22:49:10.315Z | Checking dropshot-api-manager-types v0.7.2 |
| 2490 | 2026-06-25T22:49:10.521Z | Checking tagptr v0.2.0 |
| 2491 | 2026-06-25T22:49:10.600Z | Checking rcgen v0.12.1 |
| 2492 | 2026-06-25T22:49:10.633Z | Checking utf-8 v0.7.6 |
| 2493 | 2026-06-25T22:49:10.693Z | Checking moka v0.12.13 |
| 2494 | 2026-06-25T22:49:10.794Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2495 | 2026-06-25T22:49:10.954Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2496 | 2026-06-25T22:49:10.988Z | Compiling libefi-sys v0.1.0 |
| 2497 | 2026-06-25T22:49:11.237Z | Checking tungstenite v0.21.0 |
| 2498 | 2026-06-25T22:49:11.386Z | Checking hickory-resolver v0.25.2 |
| 2499 | 2026-06-25T22:49:11.429Z | Compiling bitfield-struct v0.6.2 |
| 2500 | 2026-06-25T22:49:11.682Z | Checking tokio-tungstenite v0.21.0 |
| 2501 | 2026-06-25T22:49:11.983Z | Compiling radium v0.7.0 |
| 2502 | 2026-06-25T22:49:11.988Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2503 | 2026-06-25T22:49:12.118Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2504 | 2026-06-25T22:49:12.151Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2505 | 2026-06-25T22:49:12.307Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2506 | 2026-06-25T22:49:12.412Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2507 | 2026-06-25T22:49:12.482Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2508 | 2026-06-25T22:49:12.628Z | Compiling maybe-uninit v2.0.0 |
| 2509 | 2026-06-25T22:49:12.675Z | Checking tap v1.0.1 |
| 2510 | 2026-06-25T22:49:12.811Z | Checking wyz v0.5.1 |
| 2511 | 2026-06-25T22:49:12.959Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2512 | 2026-06-25T22:49:13.002Z | Compiling zerocopy-derive v0.6.6 |
| 2513 | 2026-06-25T22:49:13.033Z | Checking funty v2.0.0 |
| 2514 | 2026-06-25T22:49:13.149Z | Checking crc-catalog v2.4.0 |
| 2515 | 2026-06-25T22:49:13.149Z | Compiling packed_struct v0.10.1 |
| 2516 | 2026-06-25T22:49:13.200Z | Checking crc v3.4.0 |
| 2517 | 2026-06-25T22:49:13.322Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2518 | 2026-06-25T22:49:13.376Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2519 | 2026-06-25T22:49:13.407Z | Checking bitvec v1.0.1 |
| 2520 | 2026-06-25T22:49:13.518Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2521 | 2026-06-25T22:49:13.580Z | Compiling packed_struct_codegen v0.10.1 |
| 2522 | 2026-06-25T22:49:13.875Z | Checking zerocopy v0.6.6 |
| 2523 | 2026-06-25T22:49:13.916Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2524 | 2026-06-25T22:49:14.198Z | Compiling bitfield-macros v0.19.4 |
| 2525 | 2026-06-25T22:49:14.507Z | Compiling indexmap v1.9.3 |
| 2526 | 2026-06-25T22:49:14.665Z | Checking nodrop v0.1.14 |
| 2527 | 2026-06-25T22:49:14.696Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2528 | 2026-06-25T22:49:14.791Z | Checking array-init v0.0.4 |
| 2529 | 2026-06-25T22:49:14.831Z | Checking smallvec v0.6.14 |
| 2530 | 2026-06-25T22:49:14.942Z | Checking bitfield v0.19.4 |
| 2531 | 2026-06-25T22:49:15.060Z | Checking hashbrown v0.12.3 |
| 2532 | 2026-06-25T22:49:15.139Z | Checking serde-hex v0.1.0 |
| 2533 | 2026-06-25T22:49:15.243Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2534 | 2026-06-25T22:49:15.433Z | Checking ron v0.8.1 |
| 2535 | 2026-06-25T22:49:15.854Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2536 | 2026-06-25T22:49:15.886Z | Checking hashbrown v0.13.2 |
| 2537 | 2026-06-25T22:49:16.015Z | Checking crc-any v2.5.0 |
| 2538 | 2026-06-25T22:49:16.221Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2539 | 2026-06-25T22:49:16.340Z | Checking object v0.30.4 |
| 2540 | 2026-06-25T22:49:16.409Z | Compiling xshell-macros v0.2.7 |
| 2541 | 2026-06-25T22:49:16.661Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2542 | 2026-06-25T22:49:16.693Z | Checking path-slash v0.1.5 |
| 2543 | 2026-06-25T22:49:16.722Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2544 | 2026-06-25T22:49:16.810Z | Checking xshell v0.2.7 |
| 2545 | 2026-06-25T22:49:16.841Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2546 | 2026-06-25T22:49:16.983Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2547 | 2026-06-25T22:49:17.182Z | Checking half v1.8.3 |
| 2548 | 2026-06-25T22:49:17.385Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2549 | 2026-06-25T22:49:17.421Z | Checking serde_cbor v0.11.2 |
| 2550 | 2026-06-25T22:49:17.675Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2551 | 2026-06-25T22:49:17.830Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2552 | 2026-06-25T22:49:17.921Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2553 | 2026-06-25T22:49:18.139Z | Compiling num-derive v0.3.3 |
| 2554 | 2026-06-25T22:49:18.176Z | Checking papergrid v0.17.0 |
| 2555 | 2026-06-25T22:49:18.255Z | Compiling proc-macro-error2 v2.0.1 |
| 2556 | 2026-06-25T22:49:18.441Z | Checking testing_table v0.3.0 |
| 2557 | 2026-06-25T22:49:18.563Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2558 | 2026-06-25T22:49:18.595Z | Compiling tabled_derive v0.11.0 |
| 2559 | 2026-06-25T22:49:18.919Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2560 | 2026-06-25T22:49:18.998Z | Compiling progenitor-impl v0.13.0 |
| 2561 | 2026-06-25T22:49:19.076Z | Checking libscf-sys v1.1.0 |
| 2562 | 2026-06-25T22:49:19.110Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2563 | 2026-06-25T22:49:19.233Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2564 | 2026-06-25T22:49:19.466Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2565 | 2026-06-25T22:49:19.691Z | Checking maplit v1.0.2 |
| 2566 | 2026-06-25T22:49:19.774Z | Checking tabled v0.20.0 |
| 2567 | 2026-06-25T22:49:19.914Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2568 | 2026-06-25T22:49:19.977Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2569 | 2026-06-25T22:49:20.351Z | Checking progenitor-client v0.13.0 |
| 2570 | 2026-06-25T22:49:20.629Z | Compiling git-stub v1.0.0 |
| 2571 | 2026-06-25T22:49:20.828Z | Compiling git-stub-vcs v0.1.0 |
| 2572 | 2026-06-25T22:49:20.862Z | Checking crc8 v0.1.1 |
| 2573 | 2026-06-25T22:49:20.918Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2574 | 2026-06-25T22:49:20.985Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2575 | 2026-06-25T22:49:21.212Z | Checking fxhash v0.2.1 |
| 2576 | 2026-06-25T22:49:21.364Z | Checking unicase v2.9.0 |
| 2577 | 2026-06-25T22:49:21.479Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2578 | 2026-06-25T22:49:21.546Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2579 | 2026-06-25T22:49:21.579Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2580 | 2026-06-25T22:49:21.609Z | Compiling progenitor-macro v0.13.0 |
| 2581 | 2026-06-25T22:49:21.746Z | Compiling vergen-lib v0.1.6 |
| 2582 | 2026-06-25T22:49:21.917Z | Compiling diesel_derives v2.3.7 |
| 2583 | 2026-06-25T22:49:21.993Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2584 | 2026-06-25T22:49:21.997Z | Checking scheduled-thread-pool v0.2.7 |
| 2585 | 2026-06-25T22:49:22.056Z | Compiling dsl_auto_type v0.2.0 |
| 2586 | 2026-06-25T22:49:22.160Z | Compiling vergen-gitcl v1.0.8 |
| 2587 | 2026-06-25T22:49:22.196Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2588 | 2026-06-25T22:49:22.248Z | Checking r2d2 v0.8.10 |
| 2589 | 2026-06-25T22:49:22.443Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2590 | 2026-06-25T22:49:22.474Z | Checking downcast-rs v2.0.2 |
| 2591 | 2026-06-25T22:49:22.503Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2592 | 2026-06-25T22:49:22.536Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2593 | 2026-06-25T22:49:22.593Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2594 | 2026-06-25T22:49:22.774Z | Checking kstat-rs v0.2.4 |
| 2595 | 2026-06-25T22:49:22.838Z | Checking arc-swap v1.8.2 |
| 2596 | 2026-06-25T22:49:23.036Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2597 | 2026-06-25T22:49:23.088Z | Checking slog-scope v4.4.1 |
| 2598 | 2026-06-25T22:49:23.225Z | Compiling parking_lot_core v0.8.6 |
| 2599 | 2026-06-25T22:49:23.258Z | Checking slog-stdlog v4.1.1 |
| 2600 | 2026-06-25T22:49:23.288Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2601 | 2026-06-25T22:49:23.320Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2602 | 2026-06-25T22:49:23.394Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2603 | 2026-06-25T22:49:23.425Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2604 | 2026-06-25T22:49:23.682Z | Checking slog-envlogger v2.2.0 |
| 2605 | 2026-06-25T22:49:23.762Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2606 | 2026-06-25T22:49:23.866Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2607 | 2026-06-25T22:49:24.150Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2608 | 2026-06-25T22:49:24.186Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2609 | 2026-06-25T22:49:24.235Z | Compiling dirs-sys-next v0.1.2 |
| 2610 | 2026-06-25T22:49:24.396Z | Compiling crunchy v0.2.4 |
| 2611 | 2026-06-25T22:49:24.442Z | Compiling dirs-next v2.0.0 |
| 2612 | 2026-06-25T22:49:24.546Z | Checking parking_lot v0.11.2 |
| 2613 | 2026-06-25T22:49:24.587Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2614 | 2026-06-25T22:49:24.619Z | Compiling clang-sys v1.8.1 |
| 2615 | 2026-06-25T22:49:24.722Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2616 | 2026-06-25T22:49:24.765Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2617 | 2026-06-25T22:49:24.942Z | Checking prefix-trie v0.7.0 |
| 2618 | 2026-06-25T22:49:25.030Z | Compiling tiny-keccak v2.0.2 |
| 2619 | 2026-06-25T22:49:25.222Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2620 | 2026-06-25T22:49:25.349Z | Checking sled v0.34.7 |
| 2621 | 2026-06-25T22:49:25.353Z | Checking hickory-server v0.25.2 |
| 2622 | 2026-06-25T22:49:25.414Z | Compiling term v0.7.0 |
| 2623 | 2026-06-25T22:49:25.522Z | Checking nanorand v0.7.0 |
| 2624 | 2026-06-25T22:49:25.748Z | Compiling salty v0.3.0 |
| 2625 | 2026-06-25T22:49:25.829Z | Compiling bit-vec v0.6.3 |
| 2626 | 2026-06-25T22:49:26.039Z | Compiling bit-set v0.5.3 |
| 2627 | 2026-06-25T22:49:26.073Z | Checking flume v0.11.1 |
| 2628 | 2026-06-25T22:49:26.104Z | Compiling ascii-canvas v3.0.0 |
| 2629 | 2026-06-25T22:49:26.342Z | Checking primeorder v0.13.6 |
| 2630 | 2026-06-25T22:49:26.373Z | Compiling itertools v0.10.5 |
| 2631 | 2026-06-25T22:49:26.494Z | Checking progenitor v0.13.0 |
| 2632 | 2026-06-25T22:49:26.612Z | Compiling ena v0.14.4 |
| 2633 | 2026-06-25T22:49:26.644Z | Compiling libloading v0.8.9 |
| 2634 | 2026-06-25T22:49:26.647Z | Compiling regex-syntax v0.6.29 |
| 2635 | 2026-06-25T22:49:26.707Z | Compiling diff v0.1.13 |
| 2636 | 2026-06-25T22:49:26.735Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2637 | 2026-06-25T22:49:26.848Z | Compiling bindgen v0.71.1 |
| 2638 | 2026-06-25T22:49:27.451Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2639 | 2026-06-25T22:49:27.757Z | Compiling cexpr v0.6.0 |
| 2640 | 2026-06-25T22:49:27.868Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2641 | 2026-06-25T22:49:27.957Z | Checking diesel v2.3.7 |
| 2642 | 2026-06-25T22:49:28.014Z | Compiling lalrpop v0.19.12 |
| 2643 | 2026-06-25T22:49:28.278Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2644 | 2026-06-25T22:49:28.466Z | Compiling fs-err v2.11.0 |
| 2645 | 2026-06-25T22:49:28.531Z | Compiling rustc-hash v2.1.1 |
| 2646 | 2026-06-25T22:49:28.746Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2647 | 2026-06-25T22:49:28.840Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2648 | 2026-06-25T22:49:28.956Z | Compiling libxml v0.3.3 |
| 2649 | 2026-06-25T22:49:29.309Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2650 | 2026-06-25T22:49:29.481Z | Checking p384 v0.13.1 |
| 2651 | 2026-06-25T22:49:29.969Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2652 | 2026-06-25T22:49:30.350Z | Compiling strum_macros v0.24.3 |
| 2653 | 2026-06-25T22:49:30.532Z | Checking parse-size v1.1.0 |
| 2654 | 2026-06-25T22:49:30.682Z | Checking assert_matches v1.5.0 |
| 2655 | 2026-06-25T22:49:30.784Z | Compiling indoc v1.0.9 |
| 2656 | 2026-06-25T22:49:31.257Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2657 | 2026-06-25T22:49:31.899Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2658 | 2026-06-25T22:49:32.109Z | Checking quick-xml v0.37.5 |
| 2659 | 2026-06-25T22:49:32.141Z | Checking derive_builder v0.20.2 |
| 2660 | 2026-06-25T22:49:32.281Z | Compiling oso-derive v0.27.3 |
| 2661 | 2026-06-25T22:49:32.312Z | Compiling trait-variant v0.1.2 |
| 2662 | 2026-06-25T22:49:32.794Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2663 | 2026-06-25T22:49:32.889Z | Checking openssl-probe v0.1.6 |
| 2664 | 2026-06-25T22:49:32.997Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2665 | 2026-06-25T22:49:33.075Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2666 | 2026-06-25T22:49:33.224Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2667 | 2026-06-25T22:49:33.684Z | Checking predicates-tree v1.0.13 |
| 2668 | 2026-06-25T22:49:33.809Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2669 | 2026-06-25T22:49:34.006Z | Checking http-range v0.1.5 |
| 2670 | 2026-06-25T22:49:34.076Z | Compiling mime_guess v2.0.5 |
| 2671 | 2026-06-25T22:49:34.166Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2672 | 2026-06-25T22:49:34.340Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2673 | 2026-06-25T22:49:34.375Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2674 | 2026-06-25T22:49:34.579Z | Checking bb8 v0.8.6 |
| 2675 | 2026-06-25T22:49:34.615Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2676 | 2026-06-25T22:49:34.618Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2677 | 2026-06-25T22:49:34.725Z | Checking atty v0.2.14 |
| 2678 | 2026-06-25T22:49:34.847Z | Checking corncobs v0.1.4 |
| 2679 | 2026-06-25T22:49:34.976Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2680 | 2026-06-25T22:49:35.008Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2681 | 2026-06-25T22:49:35.039Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2682 | 2026-06-25T22:49:35.257Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2683 | 2026-06-25T22:49:35.290Z | Checking ignore v0.4.25 |
| 2684 | 2026-06-25T22:49:35.322Z | Checking secrecy v0.8.0 |
| 2685 | 2026-06-25T22:49:35.353Z | Checking hyper-staticfile v0.10.1 |
| 2686 | 2026-06-25T22:49:35.719Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2687 | 2026-06-25T22:49:35.751Z | Checking globwalk v0.9.1 |
| 2688 | 2026-06-25T22:49:35.874Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2689 | 2026-06-25T22:49:35.961Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2690 | 2026-06-25T22:49:36.038Z | Checking nonempty v0.12.0 |
| 2691 | 2026-06-25T22:49:36.071Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2692 | 2026-06-25T22:49:36.229Z | Checking camino-tempfile-ext v0.3.3 |
| 2693 | 2026-06-25T22:49:36.326Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2694 | 2026-06-25T22:49:36.394Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2695 | 2026-06-25T22:49:36.452Z | Checking signal-hook-tokio v0.3.1 |
| 2696 | 2026-06-25T22:49:36.545Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2697 | 2026-06-25T22:49:36.609Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2698 | 2026-06-25T22:49:36.958Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2699 | 2026-06-25T22:49:37.113Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2700 | 2026-06-25T22:49:37.360Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2701 | 2026-06-25T22:49:37.468Z | Checking illumos-nvpair v0.3.0 |
| 2702 | 2026-06-25T22:49:37.669Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2703 | 2026-06-25T22:49:37.700Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2704 | 2026-06-25T22:49:37.796Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2705 | 2026-06-25T22:49:37.830Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2706 | 2026-06-25T22:49:37.865Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2707 | 2026-06-25T22:49:38.010Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2708 | 2026-06-25T22:49:38.042Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2709 | 2026-06-25T22:49:38.075Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2710 | 2026-06-25T22:49:38.106Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2711 | 2026-06-25T22:49:38.514Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2712 | 2026-06-25T22:49:39.822Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2713 | 2026-06-25T22:49:39.857Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2714 | 2026-06-25T22:49:40.020Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2715 | 2026-06-25T22:49:40.560Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2716 | 2026-06-25T22:49:40.634Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2717 | 2026-06-25T22:49:40.727Z | Checking tungstenite v0.23.0 |
| 2718 | 2026-06-25T22:49:40.924Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2719 | 2026-06-25T22:49:40.988Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2720 | 2026-06-25T22:49:41.091Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2721 | 2026-06-25T22:49:41.176Z | Checking tokio-tungstenite v0.23.1 |
| 2722 | 2026-06-25T22:49:41.391Z | Checking rand_seeder v0.4.0 |
| 2723 | 2026-06-25T22:49:41.465Z | Checking void v1.0.2 |
| 2724 | 2026-06-25T22:49:41.491Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2725 | 2026-06-25T22:49:41.565Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2726 | 2026-06-25T22:49:41.596Z | Checking lzss v0.8.2 |
| 2727 | 2026-06-25T22:49:41.680Z | Checking nix v0.27.1 |
| 2728 | 2026-06-25T22:49:41.787Z | Checking serde_bytes v0.11.19 |
| 2729 | 2026-06-25T22:49:41.862Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2730 | 2026-06-25T22:49:41.996Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2731 | 2026-06-25T22:49:42.062Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2732 | 2026-06-25T22:49:42.213Z | Checking async-bb8-diesel v0.2.1 |
| 2733 | 2026-06-25T22:49:42.592Z | Checking diesel-dtrace v0.5.0 |
| 2734 | 2026-06-25T22:49:42.688Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2735 | 2026-06-25T22:49:42.812Z | Checking is_ci v1.2.0 |
| 2736 | 2026-06-25T22:49:42.861Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2737 | 2026-06-25T22:49:42.991Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2738 | 2026-06-25T22:49:43.102Z | Checking yansi v1.0.1 |
| 2739 | 2026-06-25T22:49:43.154Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2740 | 2026-06-25T22:49:43.400Z | Checking pretty_assertions v1.4.1 |
| 2741 | 2026-06-25T22:49:43.455Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2742 | 2026-06-25T22:49:43.563Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2743 | 2026-06-25T22:49:43.822Z | Compiling darling_core v0.23.0 |
| 2744 | 2026-06-25T22:49:44.104Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2745 | 2026-06-25T22:49:44.877Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2746 | 2026-06-25T22:49:44.967Z | Compiling indoc v2.0.7 |
| 2747 | 2026-06-25T22:49:45.040Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2748 | 2026-06-25T22:49:45.262Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2749 | 2026-06-25T22:49:45.461Z | Compiling libz-sys v1.1.24 |
| 2750 | 2026-06-25T22:49:45.868Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-06-25T22:49:46.083Z | Compiling instability v0.3.11 |
| 2752 | 2026-06-25T22:49:46.192Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-06-25T22:49:46.373Z | Compiling darling_macro v0.23.0 |
| 2754 | 2026-06-25T22:49:46.476Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2755 | 2026-06-25T22:49:46.510Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2756 | 2026-06-25T22:49:46.694Z | Checking castaway v0.2.4 |
| 2757 | 2026-06-25T22:49:46.836Z | Checking compact_str v0.8.1 |
| 2758 | 2026-06-25T22:49:46.906Z | Compiling darling v0.23.0 |
| 2759 | 2026-06-25T22:49:47.280Z | Checking supports-color v3.0.2 |
| 2760 | 2026-06-25T22:49:47.436Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2761 | 2026-06-25T22:49:47.659Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2762 | 2026-06-25T22:49:47.758Z | Checking unicode-truncate v1.1.0 |
| 2763 | 2026-06-25T22:49:47.883Z | Checking console v0.16.2 |
| 2764 | 2026-06-25T22:49:47.932Z | Checking lru v0.12.5 |
| 2765 | 2026-06-25T22:49:47.962Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2766 | 2026-06-25T22:49:47.995Z | Checking unit-prefix v0.5.2 |
| 2767 | 2026-06-25T22:49:48.116Z | Checking cassowary v0.3.0 |
| 2768 | 2026-06-25T22:49:48.229Z | Checking indicatif v0.18.4 |
| 2769 | 2026-06-25T22:49:48.356Z | Checking ratatui v0.29.0 |
| 2770 | 2026-06-25T22:49:48.431Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2771 | 2026-06-25T22:49:48.639Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2772 | 2026-06-25T22:49:48.889Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2773 | 2026-06-25T22:49:49.653Z | Compiling vergen-git2 v9.1.0 |
| 2774 | 2026-06-25T22:49:49.690Z | Checking plotters-backend v0.3.7 |
| 2775 | 2026-06-25T22:49:49.940Z | Checking plotters-svg v0.3.7 |
| 2776 | 2026-06-25T22:49:49.985Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2777 | 2026-06-25T22:49:50.116Z | Checking cast v0.3.0 |
| 2778 | 2026-06-25T22:49:50.254Z | Checking plotters v0.3.7 |
| 2779 | 2026-06-25T22:49:50.300Z | Checking criterion-plot v0.6.0 |
| 2780 | 2026-06-25T22:49:50.575Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2781 | 2026-06-25T22:49:50.647Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2782 | 2026-06-25T22:49:50.866Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2783 | 2026-06-25T22:49:51.022Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2784 | 2026-06-25T22:49:51.086Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2785 | 2026-06-25T22:49:51.243Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2786 | 2026-06-25T22:49:51.303Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2787 | 2026-06-25T22:49:51.460Z | Checking colored v2.2.0 |
| 2788 | 2026-06-25T22:49:51.566Z | Checking tinytemplate v1.2.1 |
| 2789 | 2026-06-25T22:49:51.685Z | Checking anes v0.1.6 |
| 2790 | 2026-06-25T22:49:51.809Z | Checking shell-words v1.1.1 |
| 2791 | 2026-06-25T22:49:51.887Z | Checking oorandom v11.1.5 |
| 2792 | 2026-06-25T22:49:51.959Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2793 | 2026-06-25T22:49:52.023Z | Checking criterion v0.7.0 |
| 2794 | 2026-06-25T22:49:52.236Z | Checking typeid v1.0.3 |
| 2795 | 2026-06-25T22:49:52.366Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2796 | 2026-06-25T22:49:53.162Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2797 | 2026-06-25T22:49:53.271Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2798 | 2026-06-25T22:49:53.935Z | Checking hex-literal v0.4.1 |
| 2799 | 2026-06-25T22:49:54.065Z | Checking erased-serde v0.4.9 |
| 2800 | 2026-06-25T22:49:54.449Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2801 | 2026-06-25T22:49:54.670Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2802 | 2026-06-25T22:49:55.100Z | Checking twox-hash v2.1.2 |
| 2803 | 2026-06-25T22:49:55.429Z | Checking ordered-float v2.10.1 |
| 2804 | 2026-06-25T22:49:55.694Z | Checking serde-value v0.7.0 |
| 2805 | 2026-06-25T22:49:55.980Z | Checking serde-untagged v0.1.9 |
| 2806 | 2026-06-25T22:49:56.218Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2807 | 2026-06-25T22:49:56.670Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2808 | 2026-06-25T22:49:56.859Z | Checking fatfs v0.3.6 |
| 2809 | 2026-06-25T22:49:57.205Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2810 | 2026-06-25T22:49:57.333Z | Checking unicode-xid v0.2.6 |
| 2811 | 2026-06-25T22:49:57.471Z | Compiling seq-macro v0.3.6 |
| 2812 | 2026-06-25T22:49:57.998Z | Checking cargo-util-schemas v0.8.2 |
| 2813 | 2026-06-25T22:49:58.406Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2814 | 2026-06-25T22:49:58.563Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2815 | 2026-06-25T22:49:58.580Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2816 | 2026-06-25T22:49:58.887Z | Checking cargo-platform v0.2.0 |
| 2817 | 2026-06-25T22:49:59.099Z | Compiling petname v2.0.2 |
| 2818 | 2026-06-25T22:49:59.766Z | Checking cargo_metadata v0.21.0 |
| 2819 | 2026-06-25T22:49:59.952Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2820 | 2026-06-25T22:50:00.424Z | Checking concurrent-queue v2.5.0 |
| 2821 | 2026-06-25T22:50:00.560Z | Checking rtoolbox v0.0.3 |
| 2822 | 2026-06-25T22:50:00.635Z | Checking parking v2.2.1 |
| 2823 | 2026-06-25T22:50:00.721Z | Checking rpassword v7.4.0 |
| 2824 | 2026-06-25T22:50:00.784Z | Checking event-listener v5.4.1 |
| 2825 | 2026-06-25T22:50:01.029Z | Checking tui-tree-widget v0.23.1 |
| 2826 | 2026-06-25T22:50:01.245Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2827 | 2026-06-25T22:50:01.277Z | Checking polyval v0.6.2 |
| 2828 | 2026-06-25T22:50:01.436Z | Checking sapling-renderdag v0.1.0 |
| 2829 | 2026-06-25T22:50:01.469Z | Checking sync-ptr v0.1.4 |
| 2830 | 2026-06-25T22:50:01.615Z | Checking ghash v0.5.1 |
| 2831 | 2026-06-25T22:50:01.702Z | Checking event-listener-strategy v0.5.4 |
| 2832 | 2026-06-25T22:50:01.760Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2833 | 2026-06-25T22:50:01.867Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2834 | 2026-06-25T22:50:02.089Z | Checking ctr v0.9.2 |
| 2835 | 2026-06-25T22:50:02.288Z | Checking constant_time_eq v0.4.2 |
| 2836 | 2026-06-25T22:50:02.422Z | Checking arrayvec v0.7.6 |
| 2837 | 2026-06-25T22:50:02.454Z | Checking arrayref v0.3.9 |
| 2838 | 2026-06-25T22:50:02.555Z | Checking futures-timer v3.0.3 |
| 2839 | 2026-06-25T22:50:02.641Z | Checking aes-gcm v0.10.3 |
| 2840 | 2026-06-25T22:50:02.810Z | Checking async-lock v3.4.2 |
| 2841 | 2026-06-25T22:50:02.842Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2842 | 2026-06-25T22:50:02.996Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2843 | 2026-06-25T22:50:03.228Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2844 | 2026-06-25T22:50:03.821Z | Checking ssh-encoding v0.2.0 |
| 2845 | 2026-06-25T22:50:04.034Z | Checking blowfish v0.9.1 |
| 2846 | 2026-06-25T22:50:04.216Z | Compiling strsim v0.10.0 |
| 2847 | 2026-06-25T22:50:04.433Z | Compiling darling_core v0.13.4 |
| 2848 | 2026-06-25T22:50:04.569Z | Checking bcrypt-pbkdf v0.10.0 |
| 2849 | 2026-06-25T22:50:04.764Z | Checking ssh-cipher v0.2.0 |
| 2850 | 2026-06-25T22:50:04.968Z | Checking async-object-pool v0.2.0 |
| 2851 | 2026-06-25T22:50:05.108Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2852 | 2026-06-25T22:50:05.529Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2853 | 2026-06-25T22:50:05.829Z | Checking serde_regex v1.1.0 |
| 2854 | 2026-06-25T22:50:06.017Z | Checking password-hash v0.4.2 |
| 2855 | 2026-06-25T22:50:06.195Z | Checking assert-json-diff v2.0.2 |
| 2856 | 2026-06-25T22:50:06.266Z | Checking path-tree v0.8.3 |
| 2857 | 2026-06-25T22:50:06.350Z | Checking gimli v0.32.3 |
| 2858 | 2026-06-25T22:50:06.392Z | Checking stringmetrics v2.2.2 |
| 2859 | 2026-06-25T22:50:06.476Z | Compiling target-lexicon v0.13.3 |
| 2860 | 2026-06-25T22:50:06.569Z | Checking httpmock v0.8.3 |
| 2861 | 2026-06-25T22:50:07.039Z | Compiling darling_macro v0.13.4 |
| 2862 | 2026-06-25T22:50:07.545Z | Checking pbkdf2 v0.11.0 |
| 2863 | 2026-06-25T22:50:07.749Z | Checking ssh-key v0.6.7 |
| 2864 | 2026-06-25T22:50:07.930Z | Checking addr2line v0.25.1 |
| 2865 | 2026-06-25T22:50:08.473Z | Checking p256 v0.13.2 |
| 2866 | 2026-06-25T22:50:08.753Z | Checking p521 v0.13.3 |
| 2867 | 2026-06-25T22:50:08.844Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2868 | 2026-06-25T22:50:09.117Z | Checking russh-cryptovec v0.7.3 |
| 2869 | 2026-06-25T22:50:09.287Z | Checking rustc-demangle v0.1.27 |
| 2870 | 2026-06-25T22:50:09.378Z | Checking md5 v0.7.0 |
| 2871 | 2026-06-25T22:50:09.483Z | Compiling samael v0.0.19 |
| 2872 | 2026-06-25T22:50:09.542Z | Compiling guppy-workspace-hack v0.1.0 |
| 2873 | 2026-06-25T22:50:09.578Z | Checking russh-keys v0.45.0 |
| 2874 | 2026-06-25T22:50:09.795Z | Checking backtrace v0.3.76 |
| 2875 | 2026-06-25T22:50:10.141Z | Compiling darling v0.13.4 |
| 2876 | 2026-06-25T22:50:10.262Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2877 | 2026-06-25T22:50:10.294Z | Checking num-bigint v0.4.6 |
| 2878 | 2026-06-25T22:50:10.436Z | Checking des v0.8.1 |
| 2879 | 2026-06-25T22:50:10.620Z | Compiling blake3 v1.8.5 |
| 2880 | 2026-06-25T22:50:10.668Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2881 | 2026-06-25T22:50:11.009Z | Compiling target-spec v3.5.7 |
| 2882 | 2026-06-25T22:50:11.111Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2883 | 2026-06-25T22:50:11.273Z | Checking russh v0.45.0 |
| 2884 | 2026-06-25T22:50:11.887Z | Checking cfg-expr v0.20.6 |
| 2885 | 2026-06-25T22:50:11.928Z | Compiling serde_with_macros v1.5.2 |
| 2886 | 2026-06-25T22:50:12.302Z | Checking backtrace-ext v0.2.1 |
| 2887 | 2026-06-25T22:50:12.548Z | Checking supports-color v2.1.0 |
| 2888 | 2026-06-25T22:50:12.708Z | Checking textwrap v0.15.2 |
| 2889 | 2026-06-25T22:50:12.788Z | Checking supports-unicode v2.1.0 |
| 2890 | 2026-06-25T22:50:12.929Z | Checking supports-hyperlinks v2.1.0 |
| 2891 | 2026-06-25T22:50:12.960Z | Checking hashbrown v0.14.5 |
| 2892 | 2026-06-25T22:50:13.074Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2893 | 2026-06-25T22:50:13.238Z | Checking cargo-platform v0.3.2 |
| 2894 | 2026-06-25T22:50:13.299Z | Checking socket2 v0.5.10 |
| 2895 | 2026-06-25T22:50:13.445Z | Checking terminal_size v0.1.17 |
| 2896 | 2026-06-25T22:50:13.476Z | Compiling miette-derive v5.10.0 |
| 2897 | 2026-06-25T22:50:13.577Z | Checking owo-colors v3.5.0 |
| 2898 | 2026-06-25T22:50:13.953Z | Checking internet-checksum v0.2.1 |
| 2899 | 2026-06-25T22:50:14.137Z | Checking chumsky v0.9.3 |
| 2900 | 2026-06-25T22:50:14.590Z | Checking cargo_metadata v0.23.1 |
| 2901 | 2026-06-25T22:50:14.624Z | Checking miette v5.10.0 |
| 2902 | 2026-06-25T22:50:15.106Z | Compiling serde_with v1.14.0 |
| 2903 | 2026-06-25T22:50:15.410Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2904 | 2026-06-25T22:50:15.514Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2905 | 2026-06-25T22:50:15.695Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2906 | 2026-06-25T22:50:15.967Z | Compiling git2 v0.20.4 |
| 2907 | 2026-06-25T22:50:16.035Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2908 | 2026-06-25T22:50:16.248Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2909 | 2026-06-25T22:50:16.279Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2910 | 2026-06-25T22:50:16.312Z | Compiling knuffel-derive v3.2.0 |
| 2911 | 2026-06-25T22:50:16.400Z | Checking httptest v0.16.4 |
| 2912 | 2026-06-25T22:50:16.512Z | Checking pathdiff v0.2.3 |
| 2913 | 2026-06-25T22:50:16.648Z | Checking nested v0.1.1 |
| 2914 | 2026-06-25T22:50:16.795Z | Checking topological-sort v0.2.2 |
| 2915 | 2026-06-25T22:50:16.827Z | Checking guppy v0.17.25 |
| 2916 | 2026-06-25T22:50:16.963Z | Checking omicron-zone-package v0.12.3 |
| 2917 | 2026-06-25T22:50:17.136Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2918 | 2026-06-25T22:50:17.794Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2919 | 2026-06-25T22:50:17.825Z | Checking knuffel v3.2.0 |
| 2920 | 2026-06-25T22:50:17.880Z | Checking similar-asserts v1.7.0 |
| 2921 | 2026-06-25T22:50:18.058Z | Compiling target-triple v1.0.0 |
| 2922 | 2026-06-25T22:50:18.092Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2923 | 2026-06-25T22:50:18.420Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2924 | 2026-06-25T22:50:18.489Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2925 | 2026-06-25T22:50:18.812Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2926 | 2026-06-25T22:50:18.869Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2927 | 2026-06-25T22:50:19.068Z | Checking hickory-client v0.25.2 |
| 2928 | 2026-06-25T22:50:19.325Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2929 | 2026-06-25T22:50:19.380Z | Checking tokio-test v0.4.5 |
| 2930 | 2026-06-25T22:50:19.447Z | Compiling assert_cmd v2.1.2 |
| 2931 | 2026-06-25T22:50:19.619Z | Checking escape8259 v0.5.3 |
| 2932 | 2026-06-25T22:50:19.796Z | Checking libtest-mimic v0.8.1 |
| 2933 | 2026-06-25T22:50:20.196Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2934 | 2026-06-25T22:50:20.307Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2935 | 2026-06-25T22:50:20.339Z | Checking blake2b_simd v1.0.4 |
| 2936 | 2026-06-25T22:50:20.757Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2937 | 2026-06-25T22:50:21.002Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2938 | 2026-06-25T22:50:21.175Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2939 | 2026-06-25T22:50:21.407Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2940 | 2026-06-25T22:50:21.437Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2941 | 2026-06-25T22:50:21.629Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2942 | 2026-06-25T22:50:21.832Z | Checking fancy-regex v0.14.0 |
| 2943 | 2026-06-25T22:50:22.065Z | Checking serde_tokenstream v0.2.3 |
| 2944 | 2026-06-25T22:50:22.219Z | Checking approx v0.5.1 |
| 2945 | 2026-06-25T22:50:22.317Z | Checking uzers v0.12.2 |
| 2946 | 2026-06-25T22:50:22.387Z | Compiling rstest_macros v0.25.0 |
| 2947 | 2026-06-25T22:50:22.565Z | Checking constant_time_eq v0.3.1 |
| 2948 | 2026-06-25T22:50:22.706Z | Checking termcolor v1.4.1 |
| 2949 | 2026-06-25T22:50:22.709Z | Compiling linkme-impl v0.3.35 |
| 2950 | 2026-06-25T22:50:22.982Z | Checking trybuild v1.0.116 |
| 2951 | 2026-06-25T22:50:23.212Z | Checking rust-argon2 v2.1.0 |
| 2952 | 2026-06-25T22:50:23.481Z | Checking datatest-stable v0.3.3 |
| 2953 | 2026-06-25T22:50:23.820Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2954 | 2026-06-25T22:50:24.171Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2955 | 2026-06-25T22:50:24.202Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2956 | 2026-06-25T22:50:24.242Z | Checking support-bundle-viewer v0.1.2 |
| 2957 | 2026-06-25T22:50:24.519Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2958 | 2026-06-25T22:50:24.751Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2959 | 2026-06-25T22:50:24.974Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2960 | 2026-06-25T22:50:25.006Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2961 | 2026-06-25T22:50:25.197Z | Checking drift v0.2.0 |
| 2962 | 2026-06-25T22:50:25.230Z | Checking rand_distr v0.5.1 |
| 2963 | 2026-06-25T22:50:25.233Z | Checking multimap v0.10.1 |
| 2964 | 2026-06-25T22:50:25.462Z | Compiling relative-path v1.9.3 |
| 2965 | 2026-06-25T22:50:25.589Z | Compiling linkme v0.3.35 |
| 2966 | 2026-06-25T22:50:25.685Z | Checking dropshot-api-manager v0.7.2 |
| 2967 | 2026-06-25T22:50:25.840Z | Compiling polar-core v0.27.3 |
| 2968 | 2026-06-25T22:50:26.859Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2969 | 2026-06-25T22:50:27.580Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2970 | 2026-06-25T22:50:27.653Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2971 | 2026-06-25T22:50:27.760Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2972 | 2026-06-25T22:50:27.986Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2973 | 2026-06-25T22:50:28.241Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2974 | 2026-06-25T22:50:28.329Z | Checking cargo_toml v0.21.0 |
| 2975 | 2026-06-25T22:50:28.510Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2976 | 2026-06-25T22:50:28.929Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2977 | 2026-06-25T22:50:29.152Z | Checking partial-io v0.5.4 |
| 2978 | 2026-06-25T22:50:29.183Z | Checking termios v0.3.3 |
| 2979 | 2026-06-25T22:50:29.296Z | Checking rstest v0.25.0 |
| 2980 | 2026-06-25T22:50:29.336Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2981 | 2026-06-25T22:50:30.761Z | Checking oso v0.27.3 |
| 2982 | 2026-06-25T22:50:31.549Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2983 | 2026-06-25T22:50:31.664Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2984 | 2026-06-25T22:50:32.374Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2985 | 2026-06-25T22:50:34.689Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2986 | 2026-06-25T22:50:40.143Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2987 | 2026-06-25T22:50:41.921Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2988 | 2026-06-25T22:50:43.239Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2989 | 2026-06-25T22:50:44.594Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2990 | 2026-06-25T22:50:49.256Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2991 | 2026-06-25T22:50:55.121Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2992 | 2026-06-25T22:50:57.605Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2993 | 2026-06-25T22:50:57.747Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2994 | 2026-06-25T22:50:58.422Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2995 | 2026-06-25T22:51:04.925Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2996 | 2026-06-25T22:51:09.430Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2997 | 2026-06-25T22:52:25.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 04s |
| 2998 | 2026-06-25T22:52:26.478Z | |
| 2999 | 2026-06-25T22:52:26.479Z | real 4:07.809828651 |
| 3000 | 2026-06-25T22:52:26.479Z | user 21:01.331070658 |
| 3001 | 2026-06-25T22:52:26.479Z | sys 4:44.739708593 |
| 3002 | 2026-06-25T22:52:26.479Z | trap 0.510530474 |
| 3003 | 2026-06-25T22:52:26.479Z | tflt 0.479244677 |
| 3004 | 2026-06-25T22:52:26.479Z | dflt 0.512157026 |
| 3005 | 2026-06-25T22:52:26.479Z | kflt 0.004799512 |
| 3006 | 2026-06-25T22:52:26.479Z | lock 57:48.922160105 |
| 3007 | 2026-06-25T22:52:26.479Z | slp 57:30.865042720 |
| 3008 | 2026-06-25T22:52:26.479Z | lat 1:49.554624892 |
| 3009 | 2026-06-25T22:52:26.479Z | stop 10:27.191655876 |
| 3010 | 2026-06-25T22:52:26.483Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3011 | 2026-06-25T22:52:26.483Z | + ptime -m cargo doc --workspace --no-deps |
| 3012 | 2026-06-25T22:52:27.310Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3013 | 2026-06-25T22:52:27.310Z | | |
| 3014 | 2026-06-25T22:52:27.310Z | = 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)` |
| 3015 | 2026-06-25T22:52:27.310Z | = 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> |
| 3016 | 2026-06-25T22:52:28.322Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3017 | 2026-06-25T22:52:28.548Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3018 | 2026-06-25T22:52:28.592Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3019 | 2026-06-25T22:52:28.654Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3020 | 2026-06-25T22:52:28.714Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3021 | 2026-06-25T22:52:28.742Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3022 | 2026-06-25T22:52:28.832Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3023 | 2026-06-25T22:52:28.835Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3024 | 2026-06-25T22:52:28.883Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3025 | 2026-06-25T22:52:28.919Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3026 | 2026-06-25T22:52:29.057Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3027 | 2026-06-25T22:52:29.129Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3028 | 2026-06-25T22:52:29.153Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3029 | 2026-06-25T22:52:29.219Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3030 | 2026-06-25T22:52:29.242Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3031 | 2026-06-25T22:52:29.262Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3032 | 2026-06-25T22:52:29.264Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3033 | 2026-06-25T22:52:29.305Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3034 | 2026-06-25T22:52:29.308Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3035 | 2026-06-25T22:52:29.308Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3036 | 2026-06-25T22:52:29.428Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3037 | 2026-06-25T22:52:29.681Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3038 | 2026-06-25T22:52:29.903Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3039 | 2026-06-25T22:52:30.005Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3040 | 2026-06-25T22:52:30.049Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3041 | 2026-06-25T22:52:30.124Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3042 | 2026-06-25T22:52:30.152Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3043 | 2026-06-25T22:52:30.312Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3044 | 2026-06-25T22:52:30.372Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3045 | 2026-06-25T22:52:30.473Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3046 | 2026-06-25T22:52:30.595Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3047 | 2026-06-25T22:52:30.641Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3048 | 2026-06-25T22:52:30.687Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3049 | 2026-06-25T22:52:30.780Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3050 | 2026-06-25T22:52:30.827Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3051 | 2026-06-25T22:52:30.914Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3052 | 2026-06-25T22:52:31.008Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3053 | 2026-06-25T22:52:31.032Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3054 | 2026-06-25T22:52:31.196Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3055 | 2026-06-25T22:52:31.249Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3056 | 2026-06-25T22:52:31.562Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3057 | 2026-06-25T22:52:31.651Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3058 | 2026-06-25T22:52:31.756Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3059 | 2026-06-25T22:52:31.858Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3060 | 2026-06-25T22:52:31.883Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3061 | 2026-06-25T22:52:31.925Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3062 | 2026-06-25T22:52:32.129Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3063 | 2026-06-25T22:52:32.152Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3064 | 2026-06-25T22:52:32.176Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3065 | 2026-06-25T22:52:32.209Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3066 | 2026-06-25T22:52:32.376Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3067 | 2026-06-25T22:52:32.379Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3068 | 2026-06-25T22:52:32.465Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3069 | 2026-06-25T22:52:32.493Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3070 | 2026-06-25T22:52:32.670Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3071 | 2026-06-25T22:52:32.693Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3072 | 2026-06-25T22:52:32.715Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3073 | 2026-06-25T22:52:32.718Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3074 | 2026-06-25T22:52:32.756Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3075 | 2026-06-25T22:52:33.119Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3076 | 2026-06-25T22:52:33.174Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3077 | 2026-06-25T22:52:33.280Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3078 | 2026-06-25T22:52:33.452Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3079 | 2026-06-25T22:52:33.456Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3080 | 2026-06-25T22:52:33.780Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3081 | 2026-06-25T22:52:33.926Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3082 | 2026-06-25T22:52:34.266Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3083 | 2026-06-25T22:52:34.269Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3084 | 2026-06-25T22:52:34.314Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3085 | 2026-06-25T22:52:34.509Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3086 | 2026-06-25T22:52:34.538Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3087 | 2026-06-25T22:52:34.579Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3088 | 2026-06-25T22:52:34.930Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3089 | 2026-06-25T22:52:35.066Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3090 | 2026-06-25T22:52:35.144Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3091 | 2026-06-25T22:52:35.344Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3092 | 2026-06-25T22:52:35.497Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3093 | 2026-06-25T22:52:35.744Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3094 | 2026-06-25T22:52:35.775Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3095 | 2026-06-25T22:52:35.962Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3096 | 2026-06-25T22:52:36.019Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3097 | 2026-06-25T22:52:36.042Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3098 | 2026-06-25T22:52:36.076Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3099 | 2026-06-25T22:52:36.241Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3100 | 2026-06-25T22:52:36.263Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3101 | 2026-06-25T22:52:36.349Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3102 | 2026-06-25T22:52:36.536Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3103 | 2026-06-25T22:52:36.560Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3104 | 2026-06-25T22:52:36.581Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3105 | 2026-06-25T22:52:36.603Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3106 | 2026-06-25T22:52:36.713Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3107 | 2026-06-25T22:52:36.803Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3108 | 2026-06-25T22:52:36.822Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3109 | 2026-06-25T22:52:36.843Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3110 | 2026-06-25T22:52:36.872Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3111 | 2026-06-25T22:52:37.040Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3112 | 2026-06-25T22:52:37.040Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3113 | 2026-06-25T22:52:37.105Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3114 | 2026-06-25T22:52:37.108Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3115 | 2026-06-25T22:52:37.172Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3116 | 2026-06-25T22:52:37.255Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3117 | 2026-06-25T22:52:37.319Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3118 | 2026-06-25T22:52:37.344Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3119 | 2026-06-25T22:52:37.367Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3120 | 2026-06-25T22:52:37.403Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3121 | 2026-06-25T22:52:37.509Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3122 | 2026-06-25T22:52:37.701Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3123 | 2026-06-25T22:52:37.704Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3124 | 2026-06-25T22:52:37.742Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3125 | 2026-06-25T22:52:38.209Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3126 | 2026-06-25T22:52:38.368Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3127 | 2026-06-25T22:52:38.458Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3128 | 2026-06-25T22:52:39.122Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3129 | 2026-06-25T22:52:39.215Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3130 | 2026-06-25T22:52:39.329Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3131 | 2026-06-25T22:52:39.937Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3132 | 2026-06-25T22:52:39.959Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3133 | 2026-06-25T22:52:40.044Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3134 | 2026-06-25T22:52:41.240Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3135 | 2026-06-25T22:52:41.377Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3136 | 2026-06-25T22:52:41.867Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3137 | 2026-06-25T22:52:42.234Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3138 | 2026-06-25T22:52:42.409Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3139 | 2026-06-25T22:52:42.530Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3140 | 2026-06-25T22:52:42.558Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3141 | 2026-06-25T22:52:42.728Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3142 | 2026-06-25T22:52:43.140Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3143 | 2026-06-25T22:52:43.443Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3144 | 2026-06-25T22:52:43.511Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3145 | 2026-06-25T22:52:43.543Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3146 | 2026-06-25T22:52:44.173Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3147 | 2026-06-25T22:52:44.236Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3148 | 2026-06-25T22:52:44.745Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3149 | 2026-06-25T22:52:44.770Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3150 | 2026-06-25T22:52:44.994Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3151 | 2026-06-25T22:52:45.160Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3152 | 2026-06-25T22:52:45.231Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3153 | 2026-06-25T22:52:45.480Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3154 | 2026-06-25T22:52:46.101Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3155 | 2026-06-25T22:52:46.260Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3156 | 2026-06-25T22:52:46.855Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3157 | 2026-06-25T22:52:47.274Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3158 | 2026-06-25T22:52:47.723Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3159 | 2026-06-25T22:52:48.352Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3160 | 2026-06-25T22:52:48.469Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3161 | 2026-06-25T22:52:48.843Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3162 | 2026-06-25T22:52:49.028Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3163 | 2026-06-25T22:52:49.355Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3164 | 2026-06-25T22:52:49.513Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3165 | 2026-06-25T22:52:49.702Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3166 | 2026-06-25T22:52:50.714Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3167 | 2026-06-25T22:52:51.273Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3168 | 2026-06-25T22:52:52.172Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3169 | 2026-06-25T22:52:52.304Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3170 | 2026-06-25T22:52:53.352Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3171 | 2026-06-25T22:52:55.728Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3172 | 2026-06-25T22:52:55.923Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3173 | 2026-06-25T22:52:56.319Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3174 | 2026-06-25T22:52:57.070Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3175 | 2026-06-25T22:52:57.363Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3176 | 2026-06-25T22:52:57.659Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3177 | 2026-06-25T22:52:57.722Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3178 | 2026-06-25T22:52:59.466Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3179 | 2026-06-25T22:52:59.951Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3180 | 2026-06-25T22:53:00.288Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3181 | 2026-06-25T22:53:00.386Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3182 | 2026-06-25T22:53:00.842Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3183 | 2026-06-25T22:53:01.501Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3184 | 2026-06-25T22:53:01.525Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3185 | 2026-06-25T22:53:01.579Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3186 | 2026-06-25T22:53:01.622Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3187 | 2026-06-25T22:53:02.089Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3188 | 2026-06-25T22:53:02.241Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3189 | 2026-06-25T22:53:02.584Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3190 | 2026-06-25T22:53:02.651Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3191 | 2026-06-25T22:53:02.773Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3192 | 2026-06-25T22:53:03.339Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3193 | 2026-06-25T22:53:03.399Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3194 | 2026-06-25T22:53:03.731Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3195 | 2026-06-25T22:53:04.019Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3196 | 2026-06-25T22:53:04.731Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3197 | 2026-06-25T22:53:04.896Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3198 | 2026-06-25T22:53:05.597Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3199 | 2026-06-25T22:53:05.852Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3200 | 2026-06-25T22:53:06.309Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3201 | 2026-06-25T22:53:07.722Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3202 | 2026-06-25T22:53:09.541Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3203 | 2026-06-25T22:53:10.612Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3204 | 2026-06-25T22:53:11.156Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3205 | 2026-06-25T22:53:12.462Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3206 | 2026-06-25T22:53:13.173Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3207 | 2026-06-25T22:53:14.467Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3208 | 2026-06-25T22:53:15.794Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3209 | 2026-06-25T22:53:16.366Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3210 | 2026-06-25T22:53:18.191Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3211 | 2026-06-25T22:53:19.310Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3212 | 2026-06-25T22:53:19.701Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3213 | 2026-06-25T22:53:20.385Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3214 | 2026-06-25T22:53:20.983Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3215 | 2026-06-25T22:53:23.433Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3216 | 2026-06-25T22:53:24.086Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3217 | 2026-06-25T22:53:24.852Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3218 | 2026-06-25T22:53:27.774Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3219 | 2026-06-25T22:53:28.605Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3220 | 2026-06-25T22:53:29.725Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3221 | 2026-06-25T22:53:30.466Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3222 | 2026-06-25T22:53:31.235Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3223 | 2026-06-25T22:53:31.987Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3224 | 2026-06-25T22:53:34.401Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3225 | 2026-06-25T22:53:34.424Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3226 | 2026-06-25T22:53:35.557Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3227 | 2026-06-25T22:53:35.814Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3228 | 2026-06-25T22:53:36.156Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3229 | 2026-06-25T22:53:36.997Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3230 | 2026-06-25T22:53:38.022Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3231 | 2026-06-25T22:53:41.026Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3232 | 2026-06-25T22:53:42.192Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3233 | 2026-06-25T22:53:43.493Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3234 | 2026-06-25T22:53:44.124Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3235 | 2026-06-25T22:53:45.136Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3236 | 2026-06-25T22:53:46.061Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3237 | 2026-06-25T22:53:47.489Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3238 | 2026-06-25T22:53:50.894Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3239 | 2026-06-25T22:53:51.218Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3240 | 2026-06-25T22:53:52.054Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3241 | 2026-06-25T22:53:53.332Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3242 | 2026-06-25T22:53:54.573Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3243 | 2026-06-25T22:53:55.845Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3244 | 2026-06-25T22:53:58.351Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3245 | 2026-06-25T22:53:58.947Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3246 | 2026-06-25T22:54:00.526Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3247 | 2026-06-25T22:54:02.272Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3248 | 2026-06-25T22:54:03.501Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3249 | 2026-06-25T22:54:05.239Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3250 | 2026-06-25T22:54:06.781Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3251 | 2026-06-25T22:54:08.467Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3252 | 2026-06-25T22:54:10.023Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3253 | 2026-06-25T22:54:13.853Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3254 | 2026-06-25T22:54:14.835Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3255 | 2026-06-25T22:54:15.589Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3256 | 2026-06-25T22:54:16.623Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3257 | 2026-06-25T22:54:18.164Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3258 | 2026-06-25T22:54:19.967Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3259 | 2026-06-25T22:54:21.947Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3260 | 2026-06-25T22:54:23.789Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3261 | 2026-06-25T22:54:25.538Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3262 | 2026-06-25T22:54:27.251Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3263 | 2026-06-25T22:54:29.326Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3264 | 2026-06-25T22:54:30.785Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3265 | 2026-06-25T22:54:32.561Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3266 | 2026-06-25T22:54:34.335Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3267 | 2026-06-25T22:54:36.018Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3268 | 2026-06-25T22:54:37.419Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3269 | 2026-06-25T22:54:39.577Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3270 | 2026-06-25T22:54:43.092Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3271 | 2026-06-25T22:54:44.609Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3272 | 2026-06-25T22:54:46.597Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3273 | 2026-06-25T22:54:50.351Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3274 | 2026-06-25T22:54:52.150Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3275 | 2026-06-25T22:54:54.293Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3276 | 2026-06-25T22:54:55.919Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3277 | 2026-06-25T22:54:58.716Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3278 | 2026-06-25T22:55:00.092Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3279 | 2026-06-25T22:55:02.126Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3280 | 2026-06-25T22:55:02.767Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3281 | 2026-06-25T22:55:06.622Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3282 | 2026-06-25T22:55:09.170Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3283 | 2026-06-25T22:55:11.280Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3284 | 2026-06-25T22:55:13.414Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3285 | 2026-06-25T22:55:15.617Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3286 | 2026-06-25T22:55:17.813Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3287 | 2026-06-25T22:55:20.060Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3288 | 2026-06-25T22:55:22.659Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3289 | 2026-06-25T22:55:24.391Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3290 | 2026-06-25T22:55:26.852Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3291 | 2026-06-25T22:55:28.671Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3292 | 2026-06-25T22:55:30.943Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3293 | 2026-06-25T22:55:33.099Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3294 | 2026-06-25T22:55:35.408Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3295 | 2026-06-25T22:55:37.651Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3296 | 2026-06-25T22:55:40.030Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3297 | 2026-06-25T22:55:42.311Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3298 | 2026-06-25T22:55:44.564Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3299 | 2026-06-25T22:55:46.893Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3300 | 2026-06-25T22:55:49.198Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3301 | 2026-06-25T22:55:51.541Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3302 | 2026-06-25T22:55:53.858Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3303 | 2026-06-25T22:55:56.246Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3304 | 2026-06-25T22:55:58.585Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3305 | 2026-06-25T22:56:00.746Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3306 | 2026-06-25T22:56:03.162Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3307 | 2026-06-25T22:56:05.645Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3308 | 2026-06-25T22:56:07.947Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3309 | 2026-06-25T22:56:10.459Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3310 | 2026-06-25T22:56:12.738Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3311 | 2026-06-25T22:56:15.597Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3312 | 2026-06-25T22:56:17.648Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3313 | 2026-06-25T22:56:20.124Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3314 | 2026-06-25T22:56:22.696Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3315 | 2026-06-25T22:56:25.055Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3316 | 2026-06-25T22:56:27.470Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3317 | 2026-06-25T22:56:29.863Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3318 | 2026-06-25T22:56:32.256Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3319 | 2026-06-25T22:56:34.766Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3320 | 2026-06-25T22:56:37.280Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3321 | 2026-06-25T22:56:39.730Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3322 | 2026-06-25T22:56:42.076Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3323 | 2026-06-25T22:56:44.662Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3324 | 2026-06-25T22:56:47.057Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3325 | 2026-06-25T22:56:49.618Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3326 | 2026-06-25T22:56:52.281Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3327 | 2026-06-25T22:56:54.769Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3328 | 2026-06-25T22:56:57.306Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3329 | 2026-06-25T22:56:59.723Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3330 | 2026-06-25T22:57:02.288Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3331 | 2026-06-25T22:57:04.864Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3332 | 2026-06-25T22:57:07.768Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3333 | 2026-06-25T22:57:10.131Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3334 | 2026-06-25T22:57:12.764Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3335 | 2026-06-25T22:57:20.615Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3336 | 2026-06-25T22:57:20.690Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3337 | 2026-06-25T22:57:23.924Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3338 | 2026-06-25T22:57:27.313Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3339 | 2026-06-25T22:57:31.863Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3340 | 2026-06-25T22:57:34.792Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3341 | 2026-06-25T22:57:38.281Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3342 | 2026-06-25T22:57:41.933Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3343 | 2026-06-25T22:57:45.530Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3344 | 2026-06-25T22:57:49.136Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3345 | 2026-06-25T22:57:52.774Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3346 | 2026-06-25T22:57:56.423Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3347 | 2026-06-25T22:58:00.052Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3348 | 2026-06-25T22:58:03.769Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3349 | 2026-06-25T22:58:07.337Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3350 | 2026-06-25T22:58:10.940Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3351 | 2026-06-25T22:58:14.563Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3352 | 2026-06-25T22:58:18.226Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3353 | 2026-06-25T22:58:21.884Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3354 | 2026-06-25T22:58:25.673Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3355 | 2026-06-25T22:58:29.158Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3356 | 2026-06-25T22:58:32.831Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3357 | 2026-06-25T22:58:36.525Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3358 | 2026-06-25T22:58:40.153Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3359 | 2026-06-25T22:58:43.868Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3360 | 2026-06-25T22:59:13.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 46s |
| 3361 | 2026-06-25T22:59:13.177Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files |
| 3362 | 2026-06-25T22:59:13.204Z | |
| 3363 | 2026-06-25T22:59:13.204Z | real 6:46.631681217 |
| 3364 | 2026-06-25T22:59:13.204Z | user 18:11.677622159 |
| 3365 | 2026-06-25T22:59:13.204Z | sys 3:49.562753692 |
| 3366 | 2026-06-25T22:59:13.204Z | trap 0.263987203 |
| 3367 | 2026-06-25T22:59:13.204Z | tflt 0.019684194 |
| 3368 | 2026-06-25T22:59:13.204Z | dflt 0.047703508 |
| 3369 | 2026-06-25T22:59:13.204Z | kflt 0.000004610 |
| 3370 | 2026-06-25T22:59:13.204Z | lock 6:16:07.578009317 |
| 3371 | 2026-06-25T22:59:13.204Z | slp 2:16:35.366391326 |
| 3372 | 2026-06-25T22:59:13.204Z | lat 33.271007319 |
| 3373 | 2026-06-25T22:59:13.204Z | stop 1:38.465141578 |
| 3374 | 2026-06-25T22:59:13.208Z | process exited: duration 776985 ms, exit code 0 |
| |
| 3375 | 2026-06-25T22:59:13.216Z | found 0 output files |