|
|
|
| 1 | 2026-08-25T20:49:35.811Z | job assigned to worker 01M0XAXF0H2HG7J16YZ5RSYBMZ [factory aws, i-06271288802201a24] (queued for 55 s) |
| |
| 2 | 2026-08-25T20:49:42.429Z | starting task 0: "setup" |
| 3 | 2026-08-25T20:49:42.432Z | ++ uname -s |
| 4 | 2026-08-25T20:49:42.436Z | + kern=SunOS |
| 5 | 2026-08-25T20:49:42.436Z | + build_user=build |
| 6 | 2026-08-25T20:49:42.436Z | + build_uid=12345 |
| 7 | 2026-08-25T20:49:42.436Z | + work_dir=/work |
| 8 | 2026-08-25T20:49:42.436Z | + input_dir=/input |
| 9 | 2026-08-25T20:49:42.436Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T20:49:42.436Z | + case "$kern" in |
| 11 | 2026-08-25T20:49:42.436Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T20:49:42.436Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T20:49:44.722Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T20:49:44.730Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T20:49:44.730Z | + home_fs=zfs |
| 16 | 2026-08-25T20:49:44.730Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T20:49:44.730Z | + mkdir -p /home/build |
| 18 | 2026-08-25T20:49:44.730Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T20:49:46.535Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T20:49:46.539Z | process exited: duration 4109 ms, exit code 0 |
| |
| 21 | 2026-08-25T20:49:46.546Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T20:49:46.549Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T20:49:46.550Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-25T20:49:46.550Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-25T20:49:46.550Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-25T20:49:46.550Z | * rust toolchain profile = "default" |
| 27 | 2026-08-25T20:49:46.550Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T20:49:46.554Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T20:49:46.554Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T20:49:46.629Z | info: downloading installer |
| 31 | 2026-08-25T20:49:47.973Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T20:49:47.973Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T20:49:47.973Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T20:49:47.973Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T20:49:47.986Z | info: profile set to default |
| 36 | 2026-08-25T20:49:47.986Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T20:49:47.989Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T20:49:48.115Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T20:49:48.119Z | info: downloading 6 components |
| 40 | 2026-08-25T20:50:02.103Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T20:50:02.103Z | |
| 42 | 2026-08-25T20:50:02.133Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T20:50:02.133Z | |
| 44 | 2026-08-25T20:50:02.133Z | |
| 45 | 2026-08-25T20:50:02.133Z | Rust is installed now. Great! |
| 46 | 2026-08-25T20:50:02.133Z | |
| 47 | 2026-08-25T20:50:02.133Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T20:50:02.133Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T20:50:02.133Z | |
| 50 | 2026-08-25T20:50:02.133Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T20:50:02.133Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T20:50:02.133Z | |
| 53 | 2026-08-25T20:50:02.133Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T20:50:02.136Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T20:50:02.137Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T20:50:02.137Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T20:50:02.137Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T20:50:02.137Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T20:50:02.137Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T20:50:02.137Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T20:50:02.137Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T20:50:02.231Z | + rustup --version |
| 63 | 2026-08-25T20:50:02.239Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T20:50:02.242Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T20:50:02.260Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T20:50:02.263Z | + cargo --version |
| 67 | 2026-08-25T20:50:02.278Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T20:50:02.281Z | + rustc --version |
| 69 | 2026-08-25T20:50:02.300Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T20:50:02.303Z | process exited: duration 15756 ms, exit code 0 |
| |
| 71 | 2026-08-25T20:50:02.309Z | starting task 2: "authentication" |
| 72 | 2026-08-25T20:50:02.326Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-25T20:50:02.334Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T20:50:02.337Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-25T20:50:02.340Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-25T20:50:02.366Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-25T20:50:14.584Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-25T20:50:14.584Z | + git fetch origin 21f4906c9de6e22133caa19a43cf24585fc8f144 |
| 79 | 2026-08-25T20:50:14.915Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-25T20:50:14.915Z | * branch 21f4906c9de6e22133caa19a43cf24585fc8f144 -> FETCH_HEAD |
| 81 | 2026-08-25T20:50:14.925Z | + [[ -n update-bgp-src-addr-description ]] |
| 82 | 2026-08-25T20:50:14.928Z | ++ git branch --show-current |
| 83 | 2026-08-25T20:50:14.928Z | + current=main |
| 84 | 2026-08-25T20:50:14.928Z | + [[ main != update-bgp-src-addr-description ]] |
| 85 | 2026-08-25T20:50:14.928Z | + git branch -f update-bgp-src-addr-description 21f4906c9de6e22133caa19a43cf24585fc8f144 |
| 86 | 2026-08-25T20:50:14.931Z | + git checkout -f update-bgp-src-addr-description |
| 87 | 2026-08-25T20:50:15.199Z | Switched to branch 'update-bgp-src-addr-description' |
| 88 | 2026-08-25T20:50:15.202Z | + git reset --hard 21f4906c9de6e22133caa19a43cf24585fc8f144 |
| 89 | 2026-08-25T20:50:15.230Z | HEAD is now at 21f4906c9 update bgp peer src addr description |
| 90 | 2026-08-25T20:50:15.234Z | process exited: duration 12898 ms, exit code 0 |
| |
| 91 | 2026-08-25T20:50:15.254Z | starting task 4: "build" |
| 92 | 2026-08-25T20:50:15.260Z | + source ./env.sh |
| 93 | 2026-08-25T20:50:15.260Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-08-25T20:50:15.260Z | ++ set -o xtrace |
| 95 | 2026-08-25T20:50:15.260Z | ++++ dirname ./env.sh |
| 96 | 2026-08-25T20:50:15.260Z | +++ readlink -f . |
| 97 | 2026-08-25T20:50:15.260Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-08-25T20:50:15.260Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-08-25T20:50:15.260Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-08-25T20:50:15.260Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-08-25T20:50:15.260Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-08-25T20:50:15.260Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-08-25T20:50:15.260Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-08-25T20:50:15.260Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-08-25T20:50:15.260Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-08-25T20:50:15.260Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-08-25T20:50:15.260Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-08-25T20:50:15.260Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-08-25T20:50:15.260Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-08-25T20:50:15.260Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-08-25T20:50:15.260Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-08-25T20:50:15.261Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-08-25T20:50:15.261Z | +++ uname -s |
| 114 | 2026-08-25T20:50:15.261Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-08-25T20:50:15.261Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-08-25T20:50:15.261Z | + cargo --version |
| 117 | 2026-08-25T20:50:15.267Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 118 | 2026-08-25T20:50:15.270Z | + rustc --version |
| 119 | 2026-08-25T20:50:15.288Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 120 | 2026-08-25T20:50:15.293Z | + banner prerequisites |
| 121 | 2026-08-25T20:50:15.293Z | |
| 122 | 2026-08-25T20:50:15.293Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-08-25T20:50:15.293Z | # # # # # # # # # # # # # # # |
| 124 | 2026-08-25T20:50:15.293Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-08-25T20:50:15.293Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-08-25T20:50:15.293Z | # # # # # # # # # # # # # # # |
| 127 | 2026-08-25T20:50:15.293Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-08-25T20:50:15.293Z | |
| 129 | 2026-08-25T20:50:15.293Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-08-25T20:50:17.275Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-08-25T20:50:17.658Z | Startup: Caching catalogs ... Done |
| 132 | 2026-08-25T20:50:19.839Z | Planning: Solver setup ... Done (2.063s) |
| 133 | 2026-08-25T20:50:19.901Z | Planning: Running solver ... Done (0.061s) |
| 134 | 2026-08-25T20:50:19.949Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-08-25T20:50:19.961Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-08-25T20:50:19.978Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-08-25T20:50:19.991Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-08-25T20:50:19.994Z | Planning: Merging actions ... Done (0.001s) |
| 139 | 2026-08-25T20:50:20.213Z | Planning: Checking for conflicting actions ... Done (0.221s) |
| 140 | 2026-08-25T20:50:20.216Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-08-25T20:50:20.994Z | Planning: Evaluating mediators ... Done (0.780s) |
| 142 | 2026-08-25T20:50:21.015Z | Planning: Planning completed in 3.30 seconds |
| 143 | 2026-08-25T20:50:21.015Z | Packages to install: 2 |
| 144 | 2026-08-25T20:50:21.015Z | Estimated space available: 156.01 GB |
| 145 | 2026-08-25T20:50:21.015Z | Estimated space to be consumed: 80.56 MB |
| 146 | 2026-08-25T20:50:21.015Z | Create boot environment: No |
| 147 | 2026-08-25T20:50:21.015Z | Create backup boot environment: No |
| 148 | 2026-08-25T20:50:21.015Z | Rebuild boot archive: No |
| 149 | 2026-08-25T20:50:21.015Z | |
| 150 | 2026-08-25T20:50:21.015Z | Changed packages: |
| 151 | 2026-08-25T20:50:21.015Z | helios |
| 152 | 2026-08-25T20:50:21.015Z | developer/build-essential |
| 153 | 2026-08-25T20:50:21.015Z | None -> 11-3.0 |
| 154 | 2026-08-25T20:50:21.015Z | library/libxmlsec1 |
| 155 | 2026-08-25T20:50:21.015Z | None -> 1.2.35-3.0 |
| 156 | 2026-08-25T20:50:21.026Z | |
| 157 | 2026-08-25T20:50:21.026Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-08-25T20:50:21.097Z | Download: Completed 1.28 MB in 0.07 seconds (18.2M/s) |
| 159 | 2026-08-25T20:50:21.156Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-08-25T20:50:21.193Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-08-25T20:50:21.229Z | Finalize: Updating package state database ... Done (0.035s) |
| 162 | 2026-08-25T20:50:21.232Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-08-25T20:50:21.318Z | Finalize: Updating image state ... Done (0.089s) |
| 164 | 2026-08-25T20:50:23.763Z | Finalize: Creating fast lookup database ... Done (2.390s) |
| 165 | 2026-08-25T20:50:23.829Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-08-25T20:50:23.832Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-08-25T20:50:23.904Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-08-25T20:50:24.266Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-08-25T20:50:24.370Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-08-25T20:50:24.374Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-08-25T20:50:24.527Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-08-25T20:50:24.530Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-08-25T20:50:24.550Z | Mediators to change: 2 |
| 174 | 2026-08-25T20:50:24.550Z | Create boot environment: No |
| 175 | 2026-08-25T20:50:24.550Z | Create backup boot environment: No |
| 176 | 2026-08-25T20:50:24.587Z | Finalize: Updating package state database ... Done |
| 177 | 2026-08-25T20:50:24.587Z | Finalize: Updating package cache ... Done |
| 178 | 2026-08-25T20:50:24.640Z | Finalize: Updating image state ... Done |
| 179 | 2026-08-25T20:50:26.597Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-08-25T20:50:26.663Z | Finalize: Reading search index ... Done |
| 181 | 2026-08-25T20:50:26.667Z | Finalize: Updating search index ... Done |
| 182 | 2026-08-25T20:50:26.730Z | Finalize: Updating package cache ... Done |
| 183 | 2026-08-25T20:50:27.018Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-08-25T20:50:27.122Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-08-25T20:50:27.125Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-08-25T20:50:27.280Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-08-25T20:50:27.283Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-08-25T20:50:27.303Z | Mediators to change: 1 |
| 189 | 2026-08-25T20:50:27.303Z | Create boot environment: No |
| 190 | 2026-08-25T20:50:27.303Z | Create backup boot environment: No |
| 191 | 2026-08-25T20:50:27.339Z | Finalize: Updating package state database ... Done |
| 192 | 2026-08-25T20:50:27.339Z | Finalize: Updating package cache ... Done |
| 193 | 2026-08-25T20:50:27.391Z | Finalize: Updating image state ... Done |
| 194 | 2026-08-25T20:50:29.346Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-08-25T20:50:29.408Z | Finalize: Reading search index ... Done |
| 196 | 2026-08-25T20:50:29.412Z | Finalize: Updating search index ... Done |
| 197 | 2026-08-25T20:50:29.477Z | Finalize: Updating package cache ... Done |
| 198 | 2026-08-25T20:50:29.772Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-08-25T20:50:29.772Z | apache system 2.4 system |
| 200 | 2026-08-25T20:50:29.772Z | clang system 15 system |
| 201 | 2026-08-25T20:50:29.772Z | csh system system illumos |
| 202 | 2026-08-25T20:50:29.772Z | ctags system system illumos |
| 203 | 2026-08-25T20:50:29.772Z | file vendor vendor darwinsys |
| 204 | 2026-08-25T20:50:29.773Z | file system system illumos |
| 205 | 2026-08-25T20:50:29.773Z | gcc vendor 14 vendor |
| 206 | 2026-08-25T20:50:29.773Z | gcc system 13 system |
| 207 | 2026-08-25T20:50:29.773Z | gcc system 10 system |
| 208 | 2026-08-25T20:50:29.773Z | go system 1.25 system |
| 209 | 2026-08-25T20:50:29.773Z | llvm system 15 system |
| 210 | 2026-08-25T20:50:29.773Z | mariadb system 11.4 system |
| 211 | 2026-08-25T20:50:29.773Z | mta vendor vendor dma |
| 212 | 2026-08-25T20:50:29.773Z | openjdk system 17 system |
| 213 | 2026-08-25T20:50:29.773Z | openjdk system 11 system |
| 214 | 2026-08-25T20:50:29.773Z | openssl vendor 3 vendor |
| 215 | 2026-08-25T20:50:29.773Z | perl system 5.40 system |
| 216 | 2026-08-25T20:50:29.773Z | postgresql system 18 system |
| 217 | 2026-08-25T20:50:29.773Z | postgresql system 17 system |
| 218 | 2026-08-25T20:50:29.773Z | python vendor 3 vendor |
| 219 | 2026-08-25T20:50:29.773Z | python system 2 system |
| 220 | 2026-08-25T20:50:29.773Z | python3 vendor 3.13 vendor |
| 221 | 2026-08-25T20:50:29.773Z | ruby system 3.4 system |
| 222 | 2026-08-25T20:50:29.773Z | ruby system 3.0 system |
| 223 | 2026-08-25T20:50:29.773Z | words vendor vendor american-english |
| 224 | 2026-08-25T20:50:29.773Z | words system system australian-english |
| 225 | 2026-08-25T20:50:29.773Z | words system system british-english |
| 226 | 2026-08-25T20:50:29.773Z | words system system canadian-english |
| 227 | 2026-08-25T20:50:29.773Z | words system system french |
| 228 | 2026-08-25T20:50:29.773Z | words system system italian |
| 229 | 2026-08-25T20:50:29.773Z | words system system ngerman |
| 230 | 2026-08-25T20:50:29.773Z | words system system ogerman |
| 231 | 2026-08-25T20:50:29.774Z | words system system spanish |
| 232 | 2026-08-25T20:50:30.020Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-08-25T20:50:30.020Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-08-25T20:50:30.507Z | FMRI IFO |
| 235 | 2026-08-25T20:50:30.507Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-08-25T20:50:30.507Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-08-25T20:50:30.507Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-08-25T20:50:30.507Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-08-25T20:50:30.507Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-08-25T20:50:30.507Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-08-25T20:50:30.507Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-08-25T20:50:30.507Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-08-25T20:50:30.507Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-08-25T20:50:30.846Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-08-25T20:50:31.224Z | Updating crates.io index |
| 246 | 2026-08-25T20:50:31.227Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-08-25T20:50:31.501Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-08-25T20:50:31.922Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-08-25T20:50:32.913Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-08-25T20:50:33.521Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-08-25T20:50:35.198Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-08-25T20:50:36.092Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-08-25T20:50:36.362Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-08-25T20:50:36.736Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-08-25T20:50:40.229Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-08-25T20:50:40.805Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-08-25T20:50:41.233Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-08-25T20:50:41.770Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-08-25T20:50:42.423Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-08-25T20:50:42.799Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-08-25T20:50:43.184Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-08-25T20:50:43.450Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-08-25T20:50:43.853Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 264 | 2026-08-25T20:50:44.487Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 265 | 2026-08-25T20:50:44.862Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 266 | 2026-08-25T20:50:45.166Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 267 | 2026-08-25T20:50:45.870Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 268 | 2026-08-25T20:50:46.259Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 269 | 2026-08-25T20:50:46.988Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 270 | 2026-08-25T20:50:47.324Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 271 | 2026-08-25T20:50:47.687Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 272 | 2026-08-25T20:50:48.148Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 273 | 2026-08-25T20:50:48.503Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 274 | 2026-08-25T20:50:48.940Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 275 | 2026-08-25T20:50:49.323Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 276 | 2026-08-25T20:50:49.620Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 277 | 2026-08-25T20:50:50.038Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-08-25T20:50:50.425Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 279 | 2026-08-25T20:50:51.093Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 280 | 2026-08-25T20:50:51.687Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-08-25T20:50:51.995Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-08-25T20:50:52.378Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 283 | 2026-08-25T20:50:52.772Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 284 | 2026-08-25T20:50:53.040Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 285 | 2026-08-25T20:50:53.298Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 286 | 2026-08-25T20:50:53.594Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 287 | 2026-08-25T20:50:53.885Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 288 | 2026-08-25T20:50:54.329Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 289 | 2026-08-25T20:50:57.508Z | Downloading crates ... |
| 290 | 2026-08-25T20:50:57.562Z | Downloaded is_terminal_polyfill v1.70.2 |
| 291 | 2026-08-25T20:50:57.565Z | Downloaded cargo-platform v0.3.2 |
| 292 | 2026-08-25T20:50:57.570Z | Downloaded usdt-attr-macro v0.5.0 |
| 293 | 2026-08-25T20:50:57.573Z | Downloaded zmij v1.0.21 |
| 294 | 2026-08-25T20:50:57.576Z | Downloaded anstream v1.0.0 |
| 295 | 2026-08-25T20:50:57.576Z | Downloaded anstyle v1.0.14 |
| 296 | 2026-08-25T20:50:57.581Z | Downloaded dtrace-parser v0.2.0 |
| 297 | 2026-08-25T20:50:57.584Z | Downloaded heck v0.5.0 |
| 298 | 2026-08-25T20:50:57.584Z | Downloaded clap_lex v1.0.0 |
| 299 | 2026-08-25T20:50:57.584Z | Downloaded cargo_toml v0.21.0 |
| 300 | 2026-08-25T20:50:57.587Z | Downloaded zerocopy v0.7.35 |
| 301 | 2026-08-25T20:50:57.593Z | Downloaded zerocopy-derive v0.7.35 |
| 302 | 2026-08-25T20:50:57.596Z | Downloaded clap_derive v4.6.1 |
| 303 | 2026-08-25T20:50:57.596Z | Downloaded scroll v0.12.0 |
| 304 | 2026-08-25T20:50:57.599Z | Downloaded cfg-if v1.0.4 |
| 305 | 2026-08-25T20:50:57.599Z | Downloaded cpufeatures v0.2.17 |
| 306 | 2026-08-25T20:50:57.599Z | Downloaded bitflags v2.11.0 |
| 307 | 2026-08-25T20:50:57.602Z | Downloaded log v0.4.33 |
| 308 | 2026-08-25T20:50:57.605Z | Downloaded ucd-trie v0.1.7 |
| 309 | 2026-08-25T20:50:57.605Z | Downloaded fnv v1.0.7 |
| 310 | 2026-08-25T20:50:57.608Z | Downloaded getrandom v0.4.3 |
| 311 | 2026-08-25T20:50:57.608Z | Downloaded tempfile v3.27.0 |
| 312 | 2026-08-25T20:50:57.611Z | Downloaded clap v4.6.1 |
| 313 | 2026-08-25T20:50:57.614Z | Downloaded fs-err v3.3.0 |
| 314 | 2026-08-25T20:50:57.617Z | Downloaded crypto-common v0.1.7 |
| 315 | 2026-08-25T20:50:57.617Z | Downloaded equivalent v1.0.2 |
| 316 | 2026-08-25T20:50:57.618Z | Downloaded anstyle-parse v1.0.0 |
| 317 | 2026-08-25T20:50:57.622Z | Downloaded block-buffer v0.10.4 |
| 318 | 2026-08-25T20:50:57.622Z | Downloaded thread-id v4.2.2 |
| 319 | 2026-08-25T20:50:57.622Z | Downloaded pretty-hex v0.4.1 |
| 320 | 2026-08-25T20:50:57.624Z | Downloaded utf8parse v0.2.2 |
| 321 | 2026-08-25T20:50:57.627Z | Downloaded errno v0.3.14 |
| 322 | 2026-08-25T20:50:57.630Z | Downloaded dof v0.3.0 |
| 323 | 2026-08-25T20:50:57.633Z | Downloaded heck v0.4.1 |
| 324 | 2026-08-25T20:50:57.634Z | Downloaded toml_datetime v0.6.11 |
| 325 | 2026-08-25T20:50:57.638Z | Downloaded terminal_size v0.4.3 |
| 326 | 2026-08-25T20:50:57.642Z | Downloaded once_cell v1.21.3 |
| 327 | 2026-08-25T20:50:57.645Z | Downloaded version_check v0.9.5 |
| 328 | 2026-08-25T20:50:57.645Z | Downloaded colorchoice v1.0.4 |
| 329 | 2026-08-25T20:50:57.648Z | Downloaded itoa v1.0.17 |
| 330 | 2026-08-25T20:50:57.648Z | Downloaded swrite v0.1.0 |
| 331 | 2026-08-25T20:50:57.651Z | Downloaded generic-array v0.14.7 |
| 332 | 2026-08-25T20:50:57.651Z | Downloaded memmap v0.7.0 |
| 333 | 2026-08-25T20:50:57.651Z | Downloaded fastrand v2.3.0 |
| 334 | 2026-08-25T20:50:57.651Z | Downloaded tabled_derive v0.7.0 |
| 335 | 2026-08-25T20:50:57.656Z | Downloaded macaddr v1.0.1 |
| 336 | 2026-08-25T20:50:57.659Z | Downloaded unicode-linebreak v0.1.5 |
| 337 | 2026-08-25T20:50:57.663Z | Downloaded scroll_derive v0.12.1 |
| 338 | 2026-08-25T20:50:57.663Z | Downloaded smawk v0.3.2 |
| 339 | 2026-08-25T20:50:57.666Z | Downloaded usdt v0.5.0 |
| 340 | 2026-08-25T20:50:57.666Z | Downloaded strsim v0.11.1 |
| 341 | 2026-08-25T20:50:57.669Z | Downloaded anstyle-query v1.1.5 |
| 342 | 2026-08-25T20:50:57.672Z | Downloaded usdt-macro v0.5.0 |
| 343 | 2026-08-25T20:50:57.675Z | Downloaded digest v0.10.7 |
| 344 | 2026-08-25T20:50:57.675Z | Downloaded camino-tempfile v1.4.1 |
| 345 | 2026-08-25T20:50:57.678Z | Downloaded bytecount v0.6.9 |
| 346 | 2026-08-25T20:50:57.682Z | Downloaded plain v0.2.3 |
| 347 | 2026-08-25T20:50:57.684Z | Downloaded toml_write v0.1.2 |
| 348 | 2026-08-25T20:50:57.687Z | Downloaded proc-macro-error-attr v1.0.4 |
| 349 | 2026-08-25T20:50:57.697Z | Downloaded serde_spanned v0.6.9 |
| 350 | 2026-08-25T20:50:57.702Z | Downloaded autocfg v1.5.0 |
| 351 | 2026-08-25T20:50:57.705Z | Downloaded proc-macro-error v1.0.4 |
| 352 | 2026-08-25T20:50:57.705Z | Downloaded thiserror v1.0.69 |
| 353 | 2026-08-25T20:50:57.708Z | Downloaded thiserror-impl v2.0.18 |
| 354 | 2026-08-25T20:50:57.708Z | Downloaded usdt-impl v0.5.0 |
| 355 | 2026-08-25T20:50:57.708Z | Downloaded byteorder v1.5.0 |
| 356 | 2026-08-25T20:50:57.708Z | Downloaded sha2 v0.10.9 |
| 357 | 2026-08-25T20:50:57.711Z | Downloaded thiserror v2.0.18 |
| 358 | 2026-08-25T20:50:57.714Z | Downloaded camino v1.2.5 |
| 359 | 2026-08-25T20:50:57.714Z | Downloaded cargo_metadata v0.23.1 |
| 360 | 2026-08-25T20:50:57.718Z | Downloaded anyhow v1.0.104 |
| 361 | 2026-08-25T20:50:57.721Z | Downloaded serde_tokenstream v0.2.3 |
| 362 | 2026-08-25T20:50:57.725Z | Downloaded thiserror-impl v1.0.69 |
| 363 | 2026-08-25T20:50:57.728Z | Downloaded semver v1.0.28 |
| 364 | 2026-08-25T20:50:57.734Z | Downloaded quote v1.0.45 |
| 365 | 2026-08-25T20:50:57.738Z | Downloaded pest_derive v2.8.6 |
| 366 | 2026-08-25T20:50:57.741Z | Downloaded pest_generator v2.8.6 |
| 367 | 2026-08-25T20:50:57.748Z | Downloaded toml v0.8.23 |
| 368 | 2026-08-25T20:50:57.752Z | Downloaded serde_derive v1.0.228 |
| 369 | 2026-08-25T20:50:57.759Z | Downloaded serde_core v1.0.228 |
| 370 | 2026-08-25T20:50:57.762Z | Downloaded unicode-ident v1.0.24 |
| 371 | 2026-08-25T20:50:57.762Z | Downloaded papergrid v0.11.0 |
| 372 | 2026-08-25T20:50:57.769Z | Downloaded textwrap v0.16.2 |
| 373 | 2026-08-25T20:50:57.772Z | Downloaded pest_meta v2.8.6 |
| 374 | 2026-08-25T20:50:57.776Z | Downloaded proc-macro2 v1.0.106 |
| 375 | 2026-08-25T20:50:57.782Z | Downloaded memchr v2.8.0 |
| 376 | 2026-08-25T20:50:57.809Z | Downloaded clap_builder v4.6.0 |
| 377 | 2026-08-25T20:50:57.813Z | Downloaded serde v1.0.228 |
| 378 | 2026-08-25T20:50:57.816Z | Downloaded toml_edit v0.22.27 |
| 379 | 2026-08-25T20:50:57.819Z | Downloaded indexmap v2.14.0 |
| 380 | 2026-08-25T20:50:57.835Z | Downloaded typenum v1.20.1 |
| 381 | 2026-08-25T20:50:57.838Z | Downloaded pest v2.8.6 |
| 382 | 2026-08-25T20:50:57.850Z | Downloaded hashbrown v0.17.0 |
| 383 | 2026-08-25T20:50:57.863Z | Downloaded serde_json v1.0.151 |
| 384 | 2026-08-25T20:50:57.873Z | Downloaded goblin v0.8.2 |
| 385 | 2026-08-25T20:50:57.884Z | Downloaded winnow v0.7.14 |
| 386 | 2026-08-25T20:50:57.889Z | Downloaded unicode-width v0.1.14 |
| 387 | 2026-08-25T20:50:57.892Z | Downloaded syn v2.0.117 |
| 388 | 2026-08-25T20:50:57.899Z | Downloaded tabled v0.15.0 |
| 389 | 2026-08-25T20:50:57.907Z | Downloaded unicode-width v0.2.0 |
| 390 | 2026-08-25T20:50:57.910Z | Downloaded syn v1.0.109 |
| 391 | 2026-08-25T20:50:57.925Z | Downloaded rustix v1.1.4 |
| 392 | 2026-08-25T20:50:57.946Z | Downloaded libc v0.2.185 |
| 393 | 2026-08-25T20:50:58.009Z | Compiling proc-macro2 v1.0.106 |
| 394 | 2026-08-25T20:50:58.009Z | Compiling quote v1.0.45 |
| 395 | 2026-08-25T20:50:58.009Z | Compiling unicode-ident v1.0.24 |
| 396 | 2026-08-25T20:50:58.010Z | Compiling serde_core v1.0.228 |
| 397 | 2026-08-25T20:50:58.013Z | Compiling libc v0.2.185 |
| 398 | 2026-08-25T20:50:58.013Z | Compiling version_check v0.9.5 |
| 399 | 2026-08-25T20:50:58.013Z | Compiling memchr v2.8.0 |
| 400 | 2026-08-25T20:50:58.013Z | Compiling serde v1.0.228 |
| 401 | 2026-08-25T20:50:58.358Z | Compiling zmij v1.0.21 |
| 402 | 2026-08-25T20:50:58.549Z | Compiling thiserror v1.0.69 |
| 403 | 2026-08-25T20:50:58.564Z | Compiling ucd-trie v0.1.7 |
| 404 | 2026-08-25T20:50:58.801Z | Compiling itoa v1.0.17 |
| 405 | 2026-08-25T20:50:58.850Z | Compiling pest v2.8.6 |
| 406 | 2026-08-25T20:50:58.942Z | Compiling rustix v1.1.4 |
| 407 | 2026-08-25T20:50:59.022Z | Compiling byteorder v1.5.0 |
| 408 | 2026-08-25T20:50:59.038Z | Compiling errno v0.3.14 |
| 409 | 2026-08-25T20:50:59.185Z | Compiling serde_json v1.0.151 |
| 410 | 2026-08-25T20:50:59.326Z | Compiling bitflags v2.11.0 |
| 411 | 2026-08-25T20:50:59.505Z | Compiling syn v2.0.117 |
| 412 | 2026-08-25T20:50:59.567Z | Compiling thread-id v4.2.2 |
| 413 | 2026-08-25T20:50:59.583Z | Compiling proc-macro-error-attr v1.0.4 |
| 414 | 2026-08-25T20:50:59.620Z | Compiling usdt-impl v0.5.0 |
| 415 | 2026-08-25T20:50:59.650Z | Compiling camino v1.2.5 |
| 416 | 2026-08-25T20:50:59.762Z | Compiling syn v1.0.109 |
| 417 | 2026-08-25T20:50:59.930Z | Compiling pest_meta v2.8.6 |
| 418 | 2026-08-25T20:51:00.086Z | Compiling proc-macro-error v1.0.4 |
| 419 | 2026-08-25T20:51:00.114Z | Compiling log v0.4.33 |
| 420 | 2026-08-25T20:51:00.131Z | Compiling equivalent v1.0.2 |
| 421 | 2026-08-25T20:51:00.222Z | Compiling plain v0.2.3 |
| 422 | 2026-08-25T20:51:00.268Z | Compiling utf8parse v0.2.2 |
| 423 | 2026-08-25T20:51:00.305Z | Compiling getrandom v0.4.3 |
| 424 | 2026-08-25T20:51:00.337Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-08-25T20:51:00.384Z | Compiling anstyle-parse v1.0.0 |
| 426 | 2026-08-25T20:51:00.575Z | Compiling terminal_size v0.4.3 |
| 427 | 2026-08-25T20:51:00.896Z | Compiling indexmap v2.14.0 |
| 428 | 2026-08-25T20:51:01.240Z | Compiling pretty-hex v0.4.1 |
| 429 | 2026-08-25T20:51:01.301Z | Compiling anstyle v1.0.14 |
| 430 | 2026-08-25T20:51:01.381Z | Compiling is_terminal_polyfill v1.70.2 |
| 431 | 2026-08-25T20:51:01.483Z | Compiling winnow v0.7.14 |
| 432 | 2026-08-25T20:51:01.504Z | Compiling cfg-if v1.0.4 |
| 433 | 2026-08-25T20:51:01.523Z | Compiling autocfg v1.5.0 |
| 434 | 2026-08-25T20:51:01.558Z | Compiling anstyle-query v1.1.5 |
| 435 | 2026-08-25T20:51:01.577Z | Compiling toml_write v0.1.2 |
| 436 | 2026-08-25T20:51:01.593Z | Compiling colorchoice v1.0.4 |
| 437 | 2026-08-25T20:51:01.671Z | Compiling thiserror v2.0.18 |
| 438 | 2026-08-25T20:51:01.711Z | Compiling anstream v1.0.0 |
| 439 | 2026-08-25T20:51:01.778Z | Compiling pest_generator v2.8.6 |
| 440 | 2026-08-25T20:51:01.936Z | Compiling fs-err v3.3.0 |
| 441 | 2026-08-25T20:51:02.137Z | Compiling clap_lex v1.0.0 |
| 442 | 2026-08-25T20:51:02.155Z | Compiling unicode-width v0.1.14 |
| 443 | 2026-08-25T20:51:02.205Z | Compiling heck v0.5.0 |
| 444 | 2026-08-25T20:51:02.278Z | Compiling anyhow v1.0.104 |
| 445 | 2026-08-25T20:51:02.365Z | Compiling fastrand v2.3.0 |
| 446 | 2026-08-25T20:51:02.419Z | Compiling once_cell v1.21.3 |
| 447 | 2026-08-25T20:51:02.439Z | Compiling heck v0.4.1 |
| 448 | 2026-08-25T20:51:02.455Z | Compiling strsim v0.11.1 |
| 449 | 2026-08-25T20:51:02.587Z | Compiling bytecount v0.6.9 |
| 450 | 2026-08-25T20:51:02.624Z | Compiling fnv v1.0.7 |
| 451 | 2026-08-25T20:51:02.661Z | Compiling clap_builder v4.6.0 |
| 452 | 2026-08-25T20:51:02.720Z | Compiling papergrid v0.11.0 |
| 453 | 2026-08-25T20:51:02.737Z | Compiling tempfile v3.27.0 |
| 454 | 2026-08-25T20:51:02.741Z | Compiling tabled_derive v0.7.0 |
| 455 | 2026-08-25T20:51:02.853Z | Compiling cargo-platform v0.3.2 |
| 456 | 2026-08-25T20:51:02.901Z | Compiling semver v1.0.28 |
| 457 | 2026-08-25T20:51:02.964Z | Compiling memmap v0.7.0 |
| 458 | 2026-08-25T20:51:03.105Z | Compiling smawk v0.3.2 |
| 459 | 2026-08-25T20:51:03.122Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2026-08-25T20:51:03.145Z | Compiling unicode-width v0.2.0 |
| 461 | 2026-08-25T20:51:03.220Z | Compiling camino-tempfile v1.4.1 |
| 462 | 2026-08-25T20:51:03.362Z | Compiling textwrap v0.16.2 |
| 463 | 2026-08-25T20:51:03.393Z | Compiling serde_derive v1.0.228 |
| 464 | 2026-08-25T20:51:03.413Z | Compiling thiserror-impl v1.0.69 |
| 465 | 2026-08-25T20:51:03.446Z | Compiling zerocopy-derive v0.7.35 |
| 466 | 2026-08-25T20:51:03.525Z | Compiling pest_derive v2.8.6 |
| 467 | 2026-08-25T20:51:03.654Z | Compiling scroll_derive v0.12.1 |
| 468 | 2026-08-25T20:51:03.809Z | Compiling thiserror-impl v2.0.18 |
| 469 | 2026-08-25T20:51:03.962Z | Compiling clap_derive v4.6.1 |
| 470 | 2026-08-25T20:51:04.182Z | Compiling tabled v0.15.0 |
| 471 | 2026-08-25T20:51:04.341Z | Compiling zerocopy v0.7.35 |
| 472 | 2026-08-25T20:51:04.422Z | Compiling scroll v0.12.0 |
| 473 | 2026-08-25T20:51:04.719Z | Compiling goblin v0.8.2 |
| 474 | 2026-08-25T20:51:04.817Z | Compiling dtrace-parser v0.2.0 |
| 475 | 2026-08-25T20:51:05.283Z | Compiling swrite v0.1.0 |
| 476 | 2026-08-25T20:51:05.803Z | Compiling clap v4.6.1 |
| 477 | 2026-08-25T20:51:06.359Z | Compiling toml_datetime v0.6.11 |
| 478 | 2026-08-25T20:51:06.359Z | Compiling serde_spanned v0.6.9 |
| 479 | 2026-08-25T20:51:06.362Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-08-25T20:51:06.362Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-08-25T20:51:06.362Z | Compiling macaddr v1.0.1 |
| 482 | 2026-08-25T20:51:06.437Z | Compiling dof v0.3.0 |
| 483 | 2026-08-25T20:51:06.454Z | Compiling serde_tokenstream v0.2.3 |
| 484 | 2026-08-25T20:51:06.587Z | Compiling toml_edit v0.22.27 |
| 485 | 2026-08-25T20:51:07.146Z | Compiling usdt-attr-macro v0.5.0 |
| 486 | 2026-08-25T20:51:07.163Z | Compiling usdt-macro v0.5.0 |
| 487 | 2026-08-25T20:51:07.739Z | Compiling usdt v0.5.0 |
| 488 | 2026-08-25T20:51:07.897Z | Compiling toml v0.8.23 |
| 489 | 2026-08-25T20:51:08.220Z | Compiling cargo_toml v0.21.0 |
| 490 | 2026-08-25T20:51:09.481Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 491 | 2026-08-25T20:51:11.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.86s |
| 492 | 2026-08-25T20:51:11.745Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 493 | 2026-08-25T20:51:12.262Z | Downloading crates ... |
| 494 | 2026-08-25T20:51:12.322Z | Downloaded bb8 v0.8.6 |
| 495 | 2026-08-25T20:51:12.328Z | Downloaded adler2 v2.0.1 |
| 496 | 2026-08-25T20:51:12.332Z | Downloaded addr2line v0.25.1 |
| 497 | 2026-08-25T20:51:12.341Z | Downloaded aead v0.5.2 |
| 498 | 2026-08-25T20:51:12.344Z | Downloaded ciborium-io v0.2.2 |
| 499 | 2026-08-25T20:51:12.352Z | Downloaded float-ord v0.3.2 |
| 500 | 2026-08-25T20:51:12.357Z | Downloaded foreign-types-shared v0.3.1 |
| 501 | 2026-08-25T20:51:12.357Z | Downloaded foreign-types-macros v0.2.3 |
| 502 | 2026-08-25T20:51:12.361Z | Downloaded array-init v0.0.4 |
| 503 | 2026-08-25T20:51:12.361Z | Downloaded ascii-canvas v3.0.0 |
| 504 | 2026-08-25T20:51:12.361Z | Downloaded filetime v0.2.27 |
| 505 | 2026-08-25T20:51:12.367Z | Downloaded foldhash v0.2.0 |
| 506 | 2026-08-25T20:51:12.367Z | Downloaded async-stream-impl v0.3.6 |
| 507 | 2026-08-25T20:51:12.367Z | Downloaded enum_dispatch v0.3.13 |
| 508 | 2026-08-25T20:51:12.371Z | Downloaded bitfield v0.19.4 |
| 509 | 2026-08-25T20:51:12.371Z | Downloaded cmov v0.5.4 |
| 510 | 2026-08-25T20:51:12.371Z | Downloaded embedded-io v0.6.1 |
| 511 | 2026-08-25T20:51:12.371Z | Downloaded env_filter v2.0.0 |
| 512 | 2026-08-25T20:51:12.371Z | Downloaded futures v0.3.32 |
| 513 | 2026-08-25T20:51:12.374Z | Downloaded compression-codecs v0.4.37 |
| 514 | 2026-08-25T20:51:12.378Z | Downloaded buf-list v1.1.2 |
| 515 | 2026-08-25T20:51:12.378Z | Downloaded cexpr v0.6.0 |
| 516 | 2026-08-25T20:51:12.378Z | Downloaded atty v0.2.14 |
| 517 | 2026-08-25T20:51:12.381Z | Downloaded embedded-io v0.4.0 |
| 518 | 2026-08-25T20:51:12.381Z | Downloaded futures-sink v0.3.32 |
| 519 | 2026-08-25T20:51:12.382Z | Downloaded assert_matches v1.5.0 |
| 520 | 2026-08-25T20:51:12.382Z | Downloaded atomic-waker v1.1.2 |
| 521 | 2026-08-25T20:51:12.382Z | Downloaded anstream v0.6.21 |
| 522 | 2026-08-25T20:51:12.385Z | Downloaded bit-vec v0.6.3 |
| 523 | 2026-08-25T20:51:12.385Z | Downloaded argon2 v0.5.3 |
| 524 | 2026-08-25T20:51:12.385Z | Downloaded async-trait v0.1.89 |
| 525 | 2026-08-25T20:51:12.388Z | Downloaded fs-err v2.11.0 |
| 526 | 2026-08-25T20:51:12.388Z | Downloaded base16ct v1.0.0 |
| 527 | 2026-08-25T20:51:12.388Z | Downloaded const-oid v0.10.2 |
| 528 | 2026-08-25T20:51:12.392Z | Downloaded atomicwrites v0.4.4 |
| 529 | 2026-08-25T20:51:12.392Z | Downloaded getrandom v0.2.17 |
| 530 | 2026-08-25T20:51:12.392Z | Downloaded arrayref v0.3.9 |
| 531 | 2026-08-25T20:51:12.395Z | Downloaded base16ct v0.2.0 |
| 532 | 2026-08-25T20:51:12.395Z | Downloaded flagset v0.4.7 |
| 533 | 2026-08-25T20:51:12.400Z | Downloaded bitfield-macros v0.19.4 |
| 534 | 2026-08-25T20:51:12.400Z | Downloaded async-stream v0.3.6 |
| 535 | 2026-08-25T20:51:12.408Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 536 | 2026-08-25T20:51:12.409Z | Downloaded bitfield-struct v0.6.2 |
| 537 | 2026-08-25T20:51:12.409Z | Downloaded nibble_vec v0.1.0 |
| 538 | 2026-08-25T20:51:12.409Z | Downloaded argon2 v0.6.0-rc.8 |
| 539 | 2026-08-25T20:51:12.409Z | Downloaded futures-core v0.3.32 |
| 540 | 2026-08-25T20:51:12.409Z | Downloaded fxhash v0.2.1 |
| 541 | 2026-08-25T20:51:12.409Z | Downloaded headers v0.4.1 |
| 542 | 2026-08-25T20:51:12.412Z | Downloaded bzip2 v0.6.1 |
| 543 | 2026-08-25T20:51:12.412Z | Downloaded const-oid v0.9.6 |
| 544 | 2026-08-25T20:51:12.412Z | Downloaded async-bb8-diesel v0.2.1 |
| 545 | 2026-08-25T20:51:12.412Z | Downloaded ff v0.13.1 |
| 546 | 2026-08-25T20:51:12.412Z | Downloaded foldhash v0.1.5 |
| 547 | 2026-08-25T20:51:12.412Z | Downloaded fatfs v0.3.6 |
| 548 | 2026-08-25T20:51:12.412Z | Downloaded futures-task v0.3.32 |
| 549 | 2026-08-25T20:51:12.416Z | Downloaded form_urlencoded v1.2.2 |
| 550 | 2026-08-25T20:51:12.416Z | Downloaded futures-io v0.3.32 |
| 551 | 2026-08-25T20:51:12.416Z | Downloaded backtrace-ext v0.2.1 |
| 552 | 2026-08-25T20:51:12.416Z | Downloaded fd-lock v4.0.4 |
| 553 | 2026-08-25T20:51:12.419Z | Downloaded arrayvec v0.7.6 |
| 554 | 2026-08-25T20:51:12.419Z | Downloaded async-recursion v1.1.1 |
| 555 | 2026-08-25T20:51:12.419Z | Downloaded cobs v0.3.0 |
| 556 | 2026-08-25T20:51:12.423Z | Downloaded float-cmp v0.10.0 |
| 557 | 2026-08-25T20:51:12.423Z | Downloaded funty v2.0.0 |
| 558 | 2026-08-25T20:51:12.423Z | Downloaded endian-type v0.1.2 |
| 559 | 2026-08-25T20:51:12.429Z | Downloaded block-buffer v0.12.1 |
| 560 | 2026-08-25T20:51:12.437Z | Downloaded cfg_aliases v0.1.1 |
| 561 | 2026-08-25T20:51:12.437Z | Downloaded flume v0.11.1 |
| 562 | 2026-08-25T20:51:12.440Z | Downloaded block-padding v0.4.2 |
| 563 | 2026-08-25T20:51:12.440Z | Downloaded fixedbitset v0.4.2 |
| 564 | 2026-08-25T20:51:12.440Z | Downloaded foreign-types v0.3.2 |
| 565 | 2026-08-25T20:51:12.440Z | Downloaded foreign-types-shared v0.1.1 |
| 566 | 2026-08-25T20:51:12.440Z | Downloaded hubpack_derive v0.1.1 |
| 567 | 2026-08-25T20:51:12.480Z | Downloaded foreign-types v0.5.0 |
| 568 | 2026-08-25T20:51:12.480Z | Downloaded headers-core v0.3.0 |
| 569 | 2026-08-25T20:51:12.480Z | Downloaded hex-literal v1.1.0 |
| 570 | 2026-08-25T20:51:12.480Z | Downloaded ciborium-ll v0.2.2 |
| 571 | 2026-08-25T20:51:12.480Z | Downloaded hostname v0.3.1 |
| 572 | 2026-08-25T20:51:12.480Z | Downloaded newline-converter v0.3.0 |
| 573 | 2026-08-25T20:51:12.480Z | Downloaded compression-core v0.4.31 |
| 574 | 2026-08-25T20:51:12.480Z | Downloaded castaway v0.2.4 |
| 575 | 2026-08-25T20:51:12.480Z | Downloaded hostname v0.4.2 |
| 576 | 2026-08-25T20:51:12.480Z | Downloaded httpdate v1.0.3 |
| 577 | 2026-08-25T20:51:12.480Z | Downloaded hash32 v0.2.1 |
| 578 | 2026-08-25T20:51:12.480Z | Downloaded aead v0.6.1 |
| 579 | 2026-08-25T20:51:12.480Z | Downloaded bit-set v0.5.3 |
| 580 | 2026-08-25T20:51:12.480Z | Downloaded base64ct v1.8.3 |
| 581 | 2026-08-25T20:51:12.480Z | Downloaded bit-vec v0.8.0 |
| 582 | 2026-08-25T20:51:12.480Z | Downloaded futures-macro v0.3.32 |
| 583 | 2026-08-25T20:51:12.480Z | Downloaded hex v0.4.3 |
| 584 | 2026-08-25T20:51:12.480Z | Downloaded bcs v0.1.6 |
| 585 | 2026-08-25T20:51:12.480Z | Downloaded globwalk v0.9.1 |
| 586 | 2026-08-25T20:51:12.480Z | Downloaded gethostname v0.5.0 |
| 587 | 2026-08-25T20:51:12.480Z | Downloaded num-iter v0.1.45 |
| 588 | 2026-08-25T20:51:12.480Z | Downloaded cfg_aliases v0.2.1 |
| 589 | 2026-08-25T20:51:12.481Z | Downloaded nodrop v0.1.14 |
| 590 | 2026-08-25T20:51:12.481Z | Downloaded git-stub v1.0.0 |
| 591 | 2026-08-25T20:51:12.481Z | Downloaded fs_extra v1.3.0 |
| 592 | 2026-08-25T20:51:12.481Z | Downloaded env_logger v0.11.11 |
| 593 | 2026-08-25T20:51:12.484Z | Downloaded erased-serde v0.3.31 |
| 594 | 2026-08-25T20:51:12.485Z | Downloaded group v0.13.0 |
| 595 | 2026-08-25T20:51:12.485Z | Downloaded flate2 v1.1.9 |
| 596 | 2026-08-25T20:51:12.485Z | Downloaded generic-array v1.4.3 |
| 597 | 2026-08-25T20:51:12.485Z | Downloaded normalize-line-endings v0.3.0 |
| 598 | 2026-08-25T20:51:12.485Z | Downloaded aes-gcm v0.11.0 |
| 599 | 2026-08-25T20:51:12.488Z | Downloaded backoff v0.4.0 |
| 600 | 2026-08-25T20:51:12.488Z | Downloaded hubpack v0.1.2 |
| 601 | 2026-08-25T20:51:12.488Z | Downloaded openssl-macros v0.1.1 |
| 602 | 2026-08-25T20:51:12.492Z | Downloaded http-body v1.0.1 |
| 603 | 2026-08-25T20:51:12.492Z | Downloaded parse-display v0.10.0 |
| 604 | 2026-08-25T20:51:12.492Z | Downloaded predicates-core v1.0.10 |
| 605 | 2026-08-25T20:51:12.495Z | Downloaded hash32 v0.3.1 |
| 606 | 2026-08-25T20:51:12.495Z | Downloaded http-range v0.1.5 |
| 607 | 2026-08-25T20:51:12.495Z | Downloaded home v0.5.12 |
| 608 | 2026-08-25T20:51:12.500Z | Downloaded proc-macro-crate v1.3.1 |
| 609 | 2026-08-25T20:51:12.500Z | Downloaded ena v0.14.4 |
| 610 | 2026-08-25T20:51:12.500Z | Downloaded ff v0.14.0 |
| 611 | 2026-08-25T20:51:12.504Z | Downloaded num_threads v0.1.7 |
| 612 | 2026-08-25T20:51:12.504Z | Downloaded oso-derive v0.27.3 |
| 613 | 2026-08-25T20:51:12.504Z | Downloaded radium v0.7.0 |
| 614 | 2026-08-25T20:51:12.504Z | Downloaded rand_xorshift v0.4.0 |
| 615 | 2026-08-25T20:51:12.504Z | Downloaded russh-cryptovec v0.62.0 |
| 616 | 2026-08-25T20:51:12.504Z | Downloaded russh-util v0.52.0 |
| 617 | 2026-08-25T20:51:12.504Z | Downloaded bit-set v0.8.0 |
| 618 | 2026-08-25T20:51:12.504Z | Downloaded anstyle-parse v0.2.7 |
| 619 | 2026-08-25T20:51:12.507Z | Downloaded serde_bytes v0.11.19 |
| 620 | 2026-08-25T20:51:12.511Z | Downloaded cipher v0.5.2 |
| 621 | 2026-08-25T20:51:12.516Z | Downloaded bitflags v1.3.2 |
| 622 | 2026-08-25T20:51:12.520Z | Downloaded chacha20 v0.9.1 |
| 623 | 2026-08-25T20:51:12.520Z | Downloaded cmake v0.1.57 |
| 624 | 2026-08-25T20:51:12.520Z | Downloaded find-msvc-tools v0.1.9 |
| 625 | 2026-08-25T20:51:12.524Z | Downloaded cbc v0.2.1 |
| 626 | 2026-08-25T20:51:12.524Z | Downloaded progenitor-macro v0.14.0 |
| 627 | 2026-08-25T20:51:12.524Z | Downloaded enum-as-inner v0.6.1 |
| 628 | 2026-08-25T20:51:12.524Z | Downloaded rand_chacha v0.3.1 |
| 629 | 2026-08-25T20:51:12.529Z | Downloaded ref-cast v1.0.25 |
| 630 | 2026-08-25T20:51:12.529Z | Downloaded rfc6979 v0.4.0 |
| 631 | 2026-08-25T20:51:12.529Z | Downloaded ghash v0.6.0 |
| 632 | 2026-08-25T20:51:12.532Z | Downloaded git-stub-vcs v0.1.0 |
| 633 | 2026-08-25T20:51:12.532Z | Downloaded pkg-config v0.3.32 |
| 634 | 2026-08-25T20:51:12.532Z | Downloaded num-integer v0.1.46 |
| 635 | 2026-08-25T20:51:12.532Z | Downloaded same-file v1.0.6 |
| 636 | 2026-08-25T20:51:12.532Z | Downloaded signature v3.0.0 |
| 637 | 2026-08-25T20:51:12.536Z | Downloaded globset v0.4.18 |
| 638 | 2026-08-25T20:51:12.539Z | Downloaded http-body-util v0.1.3 |
| 639 | 2026-08-25T20:51:12.539Z | Downloaded signature v2.2.0 |
| 640 | 2026-08-25T20:51:12.539Z | Downloaded fallible-iterator v0.2.0 |
| 641 | 2026-08-25T20:51:12.539Z | Downloaded fixedbitset v0.5.7 |
| 642 | 2026-08-25T20:51:12.542Z | Downloaded futures-executor v0.3.32 |
| 643 | 2026-08-25T20:51:12.543Z | Downloaded sha1 v0.10.6 |
| 644 | 2026-08-25T20:51:12.546Z | Downloaded structmeta v0.3.0 |
| 645 | 2026-08-25T20:51:12.546Z | Downloaded byte-wrapper v0.1.0 |
| 646 | 2026-08-25T20:51:12.549Z | Downloaded bs58 v0.5.1 |
| 647 | 2026-08-25T20:51:12.555Z | Downloaded group v0.14.0 |
| 648 | 2026-08-25T20:51:12.558Z | Downloaded sponge-cursor v0.1.0 |
| 649 | 2026-08-25T20:51:12.558Z | Downloaded subtle v2.6.1 |
| 650 | 2026-08-25T20:51:12.558Z | Downloaded supports-unicode v3.0.0 |
| 651 | 2026-08-25T20:51:12.558Z | Downloaded scopeguard v1.2.0 |
| 652 | 2026-08-25T20:51:12.562Z | Downloaded camino-tempfile-ext v0.3.3 |
| 653 | 2026-08-25T20:51:12.562Z | Downloaded cassowary v0.3.0 |
| 654 | 2026-08-25T20:51:12.565Z | Downloaded parse-display-derive v0.10.0 |
| 655 | 2026-08-25T20:51:12.569Z | Downloaded slog-envlogger v2.2.0 |
| 656 | 2026-08-25T20:51:12.573Z | Downloaded utf-8 v0.7.6 |
| 657 | 2026-08-25T20:51:12.577Z | Downloaded half v1.8.3 |
| 658 | 2026-08-25T20:51:12.580Z | Downloaded utf8_iter v1.0.4 |
| 659 | 2026-08-25T20:51:12.580Z | Downloaded oxide-update-engine v0.1.2 |
| 660 | 2026-08-25T20:51:12.580Z | Downloaded httparse v1.10.1 |
| 661 | 2026-08-25T20:51:12.580Z | Downloaded progenitor-extras v0.2.0 |
| 662 | 2026-08-25T20:51:12.583Z | Downloaded phf v0.12.1 |
| 663 | 2026-08-25T20:51:12.587Z | Downloaded phf v0.13.1 |
| 664 | 2026-08-25T20:51:12.587Z | Downloaded supports-hyperlinks v3.2.0 |
| 665 | 2026-08-25T20:51:12.587Z | Downloaded testing_table v0.3.0 |
| 666 | 2026-08-25T20:51:12.591Z | Downloaded take_mut v0.2.2 |
| 667 | 2026-08-25T20:51:12.591Z | Downloaded tokio-macros v2.7.0 |
| 668 | 2026-08-25T20:51:12.595Z | Downloaded hmac v0.12.1 |
| 669 | 2026-08-25T20:51:12.598Z | Downloaded highway v1.3.0 |
| 670 | 2026-08-25T20:51:12.598Z | Downloaded hmac v0.13.0 |
| 671 | 2026-08-25T20:51:12.598Z | Downloaded sec1 v0.7.3 |
| 672 | 2026-08-25T20:51:12.602Z | Downloaded yoke-derive v0.8.1 |
| 673 | 2026-08-25T20:51:12.602Z | Downloaded zeroize_derive v1.5.0 |
| 674 | 2026-08-25T20:51:12.602Z | Downloaded colored v3.1.1 |
| 675 | 2026-08-25T20:51:12.606Z | Downloaded console v0.15.11 |
| 676 | 2026-08-25T20:51:12.606Z | Downloaded primeorder v0.14.0 |
| 677 | 2026-08-25T20:51:12.606Z | Downloaded serde-hex v0.1.0 |
| 678 | 2026-08-25T20:51:12.609Z | Downloaded cipher v0.4.4 |
| 679 | 2026-08-25T20:51:12.612Z | Downloaded blowfish v0.10.0 |
| 680 | 2026-08-25T20:51:12.617Z | Downloaded blake2 v0.11.0-rc.6 |
| 681 | 2026-08-25T20:51:12.620Z | Downloaded colored v2.2.0 |
| 682 | 2026-08-25T20:51:12.620Z | Downloaded spki v0.8.0 |
| 683 | 2026-08-25T20:51:12.625Z | Downloaded sqlformat v0.3.5 |
| 684 | 2026-08-25T20:51:12.625Z | Downloaded defmt-parser v1.0.0 |
| 685 | 2026-08-25T20:51:12.625Z | Downloaded string_cache v0.8.9 |
| 686 | 2026-08-25T20:51:12.625Z | Downloaded futures-channel v0.3.32 |
| 687 | 2026-08-25T20:51:12.629Z | Downloaded glob v0.3.3 |
| 688 | 2026-08-25T20:51:12.629Z | Downloaded peg v0.8.5 |
| 689 | 2026-08-25T20:51:12.632Z | Downloaded xshell-macros v0.2.7 |
| 690 | 2026-08-25T20:51:12.635Z | Downloaded arc-swap v1.8.2 |
| 691 | 2026-08-25T20:51:12.635Z | Downloaded difflib v0.4.0 |
| 692 | 2026-08-25T20:51:12.639Z | Downloaded ahash v0.8.12 |
| 693 | 2026-08-25T20:51:12.639Z | Downloaded clang-sys v1.8.1 |
| 694 | 2026-08-25T20:51:12.639Z | Downloaded console v0.16.2 |
| 695 | 2026-08-25T20:51:12.643Z | Downloaded pkcs8 v0.11.0 |
| 696 | 2026-08-25T20:51:12.643Z | Downloaded structmeta-derive v0.3.0 |
| 697 | 2026-08-25T20:51:12.643Z | Downloaded thread_local v1.1.9 |
| 698 | 2026-08-25T20:51:12.646Z | Downloaded tiny-keccak v2.0.2 |
| 699 | 2026-08-25T20:51:12.646Z | Downloaded tls_codec v0.4.2 |
| 700 | 2026-08-25T20:51:12.646Z | Downloaded backon v1.6.0 |
| 701 | 2026-08-25T20:51:12.646Z | Downloaded bzip2 v0.4.4 |
| 702 | 2026-08-25T20:51:12.649Z | Downloaded tui-tree-widget v0.23.1 |
| 703 | 2026-08-25T20:51:12.653Z | Downloaded idna_adapter v1.2.1 |
| 704 | 2026-08-25T20:51:12.653Z | Downloaded blake2 v0.10.6 |
| 705 | 2026-08-25T20:51:12.653Z | Downloaded debug-ignore v1.0.5 |
| 706 | 2026-08-25T20:51:12.656Z | Downloaded inout v0.1.4 |
| 707 | 2026-08-25T20:51:12.656Z | Downloaded instant v0.1.13 |
| 708 | 2026-08-25T20:51:12.656Z | Downloaded indoc v1.0.9 |
| 709 | 2026-08-25T20:51:12.656Z | Downloaded instability v0.3.11 |
| 710 | 2026-08-25T20:51:12.660Z | Downloaded darling_macro v0.20.11 |
| 711 | 2026-08-25T20:51:12.660Z | Downloaded derive_builder_macro v0.20.2 |
| 712 | 2026-08-25T20:51:12.660Z | Downloaded document-features v0.2.12 |
| 713 | 2026-08-25T20:51:12.663Z | Downloaded walkdir v2.5.0 |
| 714 | 2026-08-25T20:51:12.663Z | Downloaded dirs-sys-next v0.1.2 |
| 715 | 2026-08-25T20:51:12.669Z | Downloaded half v2.7.1 |
| 716 | 2026-08-25T20:51:12.672Z | Downloaded postgres-protocol v0.6.10 |
| 717 | 2026-08-25T20:51:12.673Z | Downloaded slog-json v2.6.1 |
| 718 | 2026-08-25T20:51:12.677Z | Downloaded elliptic-curve v0.14.1 |
| 719 | 2026-08-25T20:51:12.677Z | Downloaded pkcs1 v0.7.5 |
| 720 | 2026-08-25T20:51:12.677Z | Downloaded postcard v1.1.3 |
| 721 | 2026-08-25T20:51:12.681Z | Downloaded kem v0.3.0 |
| 722 | 2026-08-25T20:51:12.684Z | Downloaded serde_with_macros v1.5.2 |
| 723 | 2026-08-25T20:51:12.687Z | Downloaded match_cfg v0.1.0 |
| 724 | 2026-08-25T20:51:12.687Z | Downloaded maybe-uninit v2.0.0 |
| 725 | 2026-08-25T20:51:12.691Z | Downloaded corncobs v0.1.4 |
| 726 | 2026-08-25T20:51:12.691Z | Downloaded libscf-sys v1.2.0 |
| 727 | 2026-08-25T20:51:12.691Z | Downloaded md-5 v0.10.6 |
| 728 | 2026-08-25T20:51:12.696Z | Downloaded ciborium v0.2.2 |
| 729 | 2026-08-25T20:51:12.699Z | Downloaded crossbeam-deque v0.8.6 |
| 730 | 2026-08-25T20:51:12.699Z | Downloaded cancel-safe-futures v0.1.5 |
| 731 | 2026-08-25T20:51:12.702Z | Downloaded chacha20 v0.10.0 |
| 732 | 2026-08-25T20:51:12.706Z | Downloaded hashbrown v0.14.5 |
| 733 | 2026-08-25T20:51:12.712Z | Downloaded critical-section v1.2.0 |
| 734 | 2026-08-25T20:51:12.712Z | Downloaded getrandom v0.3.4 |
| 735 | 2026-08-25T20:51:12.716Z | Downloaded ctr v0.10.1 |
| 736 | 2026-08-25T20:51:12.716Z | Downloaded ctutils v0.4.2 |
| 737 | 2026-08-25T20:51:12.716Z | Downloaded new_debug_unreachable v1.0.6 |
| 738 | 2026-08-25T20:51:12.716Z | Downloaded password-hash v0.6.1 |
| 739 | 2026-08-25T20:51:12.716Z | Downloaded peg-runtime v0.8.5 |
| 740 | 2026-08-25T20:51:12.716Z | Downloaded serde_tokenstream v0.3.0 |
| 741 | 2026-08-25T20:51:12.716Z | Downloaded wyz v0.5.1 |
| 742 | 2026-08-25T20:51:12.719Z | Downloaded olpc-cjson v0.1.4 |
| 743 | 2026-08-25T20:51:12.719Z | Downloaded openssl-probe v0.1.6 |
| 744 | 2026-08-25T20:51:12.722Z | Downloaded oso v0.27.3 |
| 745 | 2026-08-25T20:51:12.726Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 746 | 2026-08-25T20:51:12.729Z | Downloaded inout v0.2.2 |
| 747 | 2026-08-25T20:51:12.743Z | Downloaded precomputed-hash v0.1.1 |
| 748 | 2026-08-25T20:51:12.746Z | Downloaded base64 v0.21.7 |
| 749 | 2026-08-25T20:51:12.746Z | Downloaded der_derive v0.7.3 |
| 750 | 2026-08-25T20:51:12.746Z | Downloaded base64 v0.22.1 |
| 751 | 2026-08-25T20:51:12.750Z | Downloaded dtrace-parser v0.3.0 |
| 752 | 2026-08-25T20:51:12.753Z | Downloaded derive_builder_core v0.20.2 |
| 753 | 2026-08-25T20:51:12.753Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 754 | 2026-08-25T20:51:12.757Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 755 | 2026-08-25T20:51:12.763Z | Downloaded omicron-zone-package v0.12.3 |
| 756 | 2026-08-25T20:51:12.763Z | Downloaded progenitor-macro v0.13.0 |
| 757 | 2026-08-25T20:51:12.763Z | Downloaded rustc-hash v2.1.1 |
| 758 | 2026-08-25T20:51:12.767Z | Downloaded parking_lot_core v0.9.12 |
| 759 | 2026-08-25T20:51:12.767Z | Downloaded papergrid v0.18.0 |
| 760 | 2026-08-25T20:51:12.770Z | Downloaded secrecy v0.10.3 |
| 761 | 2026-08-25T20:51:12.770Z | Downloaded term v0.7.0 |
| 762 | 2026-08-25T20:51:12.770Z | Downloaded tracing-attributes v0.1.31 |
| 763 | 2026-08-25T20:51:12.773Z | Downloaded slog v2.8.2 |
| 764 | 2026-08-25T20:51:12.774Z | Downloaded unicode-properties v0.1.4 |
| 765 | 2026-08-25T20:51:12.774Z | Downloaded ed25519 v2.2.3 |
| 766 | 2026-08-25T20:51:12.777Z | Downloaded jiff-static v0.2.34 |
| 767 | 2026-08-25T20:51:12.777Z | Downloaded tokio-native-tls v0.3.1 |
| 768 | 2026-08-25T20:51:12.777Z | Downloaded libefi-sys v0.1.0 |
| 769 | 2026-08-25T20:51:12.777Z | Downloaded lock_api v0.4.14 |
| 770 | 2026-08-25T20:51:12.780Z | Downloaded secrecy v0.8.0 |
| 771 | 2026-08-25T20:51:12.780Z | Downloaded semver v0.1.20 |
| 772 | 2026-08-25T20:51:12.784Z | Downloaded signal-hook-mio v0.2.5 |
| 773 | 2026-08-25T20:51:12.788Z | Downloaded allocator-api2 v0.2.21 |
| 774 | 2026-08-25T20:51:12.791Z | Downloaded chumsky v0.9.3 |
| 775 | 2026-08-25T20:51:12.791Z | Downloaded darling v0.20.11 |
| 776 | 2026-08-25T20:51:12.796Z | Downloaded darling v0.21.3 |
| 777 | 2026-08-25T20:51:12.799Z | Downloaded compact_str v0.8.1 |
| 778 | 2026-08-25T20:51:12.799Z | Downloaded num_enum v0.7.6 |
| 779 | 2026-08-25T20:51:12.803Z | Downloaded ron v0.8.1 |
| 780 | 2026-08-25T20:51:12.806Z | Downloaded rustls-platform-verifier v0.6.2 |
| 781 | 2026-08-25T20:51:12.806Z | Downloaded multer v3.1.0 |
| 782 | 2026-08-25T20:51:12.810Z | Downloaded hybrid-array v0.4.13 |
| 783 | 2026-08-25T20:51:12.814Z | Downloaded iana-time-zone v0.1.65 |
| 784 | 2026-08-25T20:51:12.823Z | Downloaded typify v0.6.2 |
| 785 | 2026-08-25T20:51:12.826Z | Downloaded pin-project-internal v1.1.11 |
| 786 | 2026-08-25T20:51:12.830Z | Downloaded topological-sort v0.2.2 |
| 787 | 2026-08-25T20:51:12.830Z | Downloaded usdt-attr-macro v0.6.0 |
| 788 | 2026-08-25T20:51:12.830Z | Downloaded wait-timeout v0.2.1 |
| 789 | 2026-08-25T20:51:12.830Z | Downloaded chacha20poly1305 v0.10.1 |
| 790 | 2026-08-25T20:51:12.830Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 791 | 2026-08-25T20:51:12.833Z | Downloaded tower-layer v0.3.3 |
| 792 | 2026-08-25T20:51:12.836Z | Downloaded oxide-generation v0.1.3 |
| 793 | 2026-08-25T20:51:12.840Z | Downloaded heapless v0.7.17 |
| 794 | 2026-08-25T20:51:12.843Z | Downloaded hickory-resolver v0.24.4 |
| 795 | 2026-08-25T20:51:12.843Z | Downloaded hickory-resolver v0.25.2 |
| 796 | 2026-08-25T20:51:12.846Z | Downloaded derive_builder v0.20.2 |
| 797 | 2026-08-25T20:51:12.852Z | Downloaded ecdsa v0.17.0 |
| 798 | 2026-08-25T20:51:12.852Z | Downloaded progenitor-client v0.13.0 |
| 799 | 2026-08-25T20:51:12.852Z | Downloaded universal-hash v0.6.1 |
| 800 | 2026-08-25T20:51:12.852Z | Downloaded unsafe-libyaml v0.2.11 |
| 801 | 2026-08-25T20:51:12.856Z | Downloaded r2d2 v0.8.10 |
| 802 | 2026-08-25T20:51:12.856Z | Downloaded convert_case v0.4.0 |
| 803 | 2026-08-25T20:51:12.856Z | Downloaded socket2 v0.5.10 |
| 804 | 2026-08-25T20:51:12.856Z | Downloaded toml v0.7.8 |
| 805 | 2026-08-25T20:51:12.856Z | Downloaded zone v0.3.1 |
| 806 | 2026-08-25T20:51:12.856Z | Downloaded rustc-demangle v0.1.27 |
| 807 | 2026-08-25T20:51:12.859Z | Downloaded expectorate v1.2.0 |
| 808 | 2026-08-25T20:51:12.859Z | Downloaded sec1 v0.8.1 |
| 809 | 2026-08-25T20:51:12.862Z | Downloaded rpassword v7.5.4 |
| 810 | 2026-08-25T20:51:12.862Z | Downloaded rustversion v1.0.22 |
| 811 | 2026-08-25T20:51:12.866Z | Downloaded crc8 v0.1.1 |
| 812 | 2026-08-25T20:51:12.866Z | Downloaded litrs v1.0.0 |
| 813 | 2026-08-25T20:51:12.866Z | Downloaded darling_macro v0.23.0 |
| 814 | 2026-08-25T20:51:12.869Z | Downloaded schemars_derive v0.8.22 |
| 815 | 2026-08-25T20:51:12.869Z | Downloaded simd-adler32 v0.3.8 |
| 816 | 2026-08-25T20:51:12.874Z | Downloaded ar_archive_writer v0.5.1 |
| 817 | 2026-08-25T20:51:12.874Z | Downloaded stringprep v0.1.5 |
| 818 | 2026-08-25T20:51:12.875Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 819 | 2026-08-25T20:51:12.878Z | Downloaded crossbeam-epoch v0.9.18 |
| 820 | 2026-08-25T20:51:12.881Z | Downloaded num-rational v0.4.2 |
| 821 | 2026-08-25T20:51:12.885Z | Downloaded smf v0.2.3 |
| 822 | 2026-08-25T20:51:12.889Z | Downloaded dof v0.4.0 |
| 823 | 2026-08-25T20:51:12.889Z | Downloaded digest-io v0.1.0 |
| 824 | 2026-08-25T20:51:12.889Z | Downloaded dyn-clone v1.0.20 |
| 825 | 2026-08-25T20:51:12.894Z | Downloaded downcast-rs v2.0.2 |
| 826 | 2026-08-25T20:51:12.897Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 827 | 2026-08-25T20:51:12.900Z | Downloaded bumpalo v3.20.2 |
| 828 | 2026-08-25T20:51:12.904Z | Downloaded async-compression v0.4.41 |
| 829 | 2026-08-25T20:51:12.907Z | Downloaded peg-macros v0.8.5 |
| 830 | 2026-08-25T20:51:12.910Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 831 | 2026-08-25T20:51:12.910Z | Downloaded unarray v0.1.4 |
| 832 | 2026-08-25T20:51:12.910Z | Downloaded unicase v2.9.0 |
| 833 | 2026-08-25T20:51:12.910Z | Downloaded bytes v1.11.1 |
| 834 | 2026-08-25T20:51:12.914Z | Downloaded tokio-dtrace v0.1.1 |
| 835 | 2026-08-25T20:51:12.917Z | Downloaded hashbrown v0.13.2 |
| 836 | 2026-08-25T20:51:12.917Z | Downloaded linked-hash-map v0.5.6 |
| 837 | 2026-08-25T20:51:12.920Z | Downloaded memoffset v0.9.1 |
| 838 | 2026-08-25T20:51:12.920Z | Downloaded uuid v1.23.4 |
| 839 | 2026-08-25T20:51:12.920Z | Downloaded heapless v0.8.0 |
| 840 | 2026-08-25T20:51:12.924Z | Downloaded publicsuffix v2.3.0 |
| 841 | 2026-08-25T20:51:12.924Z | Downloaded quinn-udp v0.5.14 |
| 842 | 2026-08-25T20:51:12.929Z | Downloaded is-terminal v0.4.17 |
| 843 | 2026-08-25T20:51:12.929Z | Downloaded is_ci v1.2.0 |
| 844 | 2026-08-25T20:51:12.929Z | Downloaded parking_lot v0.12.5 |
| 845 | 2026-08-25T20:51:12.929Z | Downloaded backtrace v0.3.76 |
| 846 | 2026-08-25T20:51:12.934Z | Downloaded hickory-server v0.25.2 |
| 847 | 2026-08-25T20:51:12.934Z | Downloaded http v1.4.2 |
| 848 | 2026-08-25T20:51:12.938Z | Downloaded poly1305 v0.9.0 |
| 849 | 2026-08-25T20:51:12.938Z | Downloaded polyval v0.7.1 |
| 850 | 2026-08-25T20:51:12.938Z | Downloaded scuffle v0.1.0 |
| 851 | 2026-08-25T20:51:12.938Z | Downloaded crc-any v2.5.0 |
| 852 | 2026-08-25T20:51:12.941Z | Downloaded vte v0.14.1 |
| 853 | 2026-08-25T20:51:12.941Z | Downloaded lru-slab v0.1.2 |
| 854 | 2026-08-25T20:51:12.942Z | Downloaded md5 v0.8.0 |
| 855 | 2026-08-25T20:51:12.942Z | Downloaded multimap v0.10.1 |
| 856 | 2026-08-25T20:51:12.942Z | Downloaded newtype-uuid-macros v0.1.0 |
| 857 | 2026-08-25T20:51:12.946Z | Downloaded psm v0.1.30 |
| 858 | 2026-08-25T20:51:12.946Z | Downloaded openssl-probe v0.2.1 |
| 859 | 2026-08-25T20:51:12.946Z | Downloaded rustls-pki-types v1.14.0 |
| 860 | 2026-08-25T20:51:12.950Z | Downloaded slog-async v2.8.0 |
| 861 | 2026-08-25T20:51:12.950Z | Downloaded convert_case v0.10.0 |
| 862 | 2026-08-25T20:51:12.950Z | Downloaded nonempty v0.12.0 |
| 863 | 2026-08-25T20:51:12.950Z | Downloaded smallvec v1.15.1 |
| 864 | 2026-08-25T20:51:12.950Z | Downloaded crypto-common v0.2.2 |
| 865 | 2026-08-25T20:51:12.950Z | Downloaded potential_utf v0.1.4 |
| 866 | 2026-08-25T20:51:12.954Z | Downloaded path-slash v0.1.5 |
| 867 | 2026-08-25T20:51:12.954Z | Downloaded proc-macro-crate v3.4.0 |
| 868 | 2026-08-25T20:51:12.957Z | Downloaded spin v0.9.8 |
| 869 | 2026-08-25T20:51:12.960Z | Downloaded cc v1.2.56 |
| 870 | 2026-08-25T20:51:12.960Z | Downloaded delegate v0.13.5 |
| 871 | 2026-08-25T20:51:12.960Z | Downloaded diesel-dtrace v0.5.0 |
| 872 | 2026-08-25T20:51:12.965Z | Downloaded quinn v0.11.11 |
| 873 | 2026-08-25T20:51:12.969Z | Downloaded hyper-tls v0.6.0 |
| 874 | 2026-08-25T20:51:12.969Z | Downloaded predicates-tree v1.0.13 |
| 875 | 2026-08-25T20:51:12.969Z | Downloaded recursive v0.1.1 |
| 876 | 2026-08-25T20:51:12.972Z | Downloaded rustc_version v0.4.1 |
| 877 | 2026-08-25T20:51:12.972Z | Downloaded samael v0.0.19 |
| 878 | 2026-08-25T20:51:12.976Z | Downloaded strum_macros v0.24.3 |
| 879 | 2026-08-25T20:51:12.976Z | Downloaded derive-ex v0.1.8 |
| 880 | 2026-08-25T20:51:12.976Z | Downloaded indent_write v2.2.0 |
| 881 | 2026-08-25T20:51:12.983Z | Downloaded indoc v2.0.7 |
| 882 | 2026-08-25T20:51:12.988Z | Downloaded hyper-staticfile v0.10.1 |
| 883 | 2026-08-25T20:51:12.988Z | Downloaded indicatif v0.18.4 |
| 884 | 2026-08-25T20:51:12.988Z | Downloaded pin-project v1.1.11 |
| 885 | 2026-08-25T20:51:12.991Z | Downloaded rand_pcg v0.10.2 |
| 886 | 2026-08-25T20:51:12.991Z | Downloaded rustc_version v0.1.7 |
| 887 | 2026-08-25T20:51:12.991Z | Downloaded scheduled-thread-pool v0.2.7 |
| 888 | 2026-08-25T20:51:12.997Z | Downloaded serde_plain v1.0.2 |
| 889 | 2026-08-25T20:51:12.997Z | Downloaded knus-derive v3.4.0 |
| 890 | 2026-08-25T20:51:12.997Z | Downloaded serde-big-array v0.5.1 |
| 891 | 2026-08-25T20:51:12.997Z | Downloaded serde_repr v0.1.20 |
| 892 | 2026-08-25T20:51:12.997Z | Downloaded strum v0.27.2 |
| 893 | 2026-08-25T20:51:13.000Z | Downloaded jobserver v0.1.34 |
| 894 | 2026-08-25T20:51:13.000Z | Downloaded url v2.5.8 |
| 895 | 2026-08-25T20:51:13.000Z | Downloaded yasna v0.5.2 |
| 896 | 2026-08-25T20:51:13.001Z | Downloaded hashbrown v0.12.3 |
| 897 | 2026-08-25T20:51:13.004Z | Downloaded rfc6979 v0.6.0 |
| 898 | 2026-08-25T20:51:13.004Z | Downloaded rtoolbox v0.0.3 |
| 899 | 2026-08-25T20:51:13.004Z | Downloaded oxide-generation-macros v0.2.0 |
| 900 | 2026-08-25T20:51:13.008Z | Downloaded yoke v0.8.1 |
| 901 | 2026-08-25T20:51:13.011Z | Downloaded zerotrie v0.2.3 |
| 902 | 2026-08-25T20:51:13.014Z | Downloaded vergen v9.1.0 |
| 903 | 2026-08-25T20:51:13.018Z | Downloaded num_enum v0.5.11 |
| 904 | 2026-08-25T20:51:13.018Z | Downloaded phf_shared v0.11.3 |
| 905 | 2026-08-25T20:51:13.018Z | Downloaded serde_yaml v0.9.34+deprecated |
| 906 | 2026-08-25T20:51:13.021Z | Downloaded const_format v0.2.35 |
| 907 | 2026-08-25T20:51:13.021Z | Downloaded parking_lot_core v0.8.6 |
| 908 | 2026-08-25T20:51:13.025Z | Downloaded pbkdf2 v0.13.0 |
| 909 | 2026-08-25T20:51:13.025Z | Downloaded thread-id v5.1.0 |
| 910 | 2026-08-25T20:51:13.025Z | Downloaded pin-project-lite v0.2.17 |
| 911 | 2026-08-25T20:51:13.028Z | Downloaded poly1305 v0.8.0 |
| 912 | 2026-08-25T20:51:13.028Z | Downloaded tower-service v0.3.3 |
| 913 | 2026-08-25T20:51:13.031Z | Downloaded crc-catalog v2.4.0 |
| 914 | 2026-08-25T20:51:13.031Z | Downloaded waitgroup v0.1.2 |
| 915 | 2026-08-25T20:51:13.031Z | Downloaded want v0.3.1 |
| 916 | 2026-08-25T20:51:13.031Z | Downloaded crossbeam-channel v0.5.15 |
| 917 | 2026-08-25T20:51:13.035Z | Downloaded unicode_categories v0.1.1 |
| 918 | 2026-08-25T20:51:13.035Z | Downloaded crc32fast v1.5.0 |
| 919 | 2026-08-25T20:51:13.035Z | Downloaded darling v0.23.0 |
| 920 | 2026-08-25T20:51:13.038Z | Downloaded prettyplease v0.2.37 |
| 921 | 2026-08-25T20:51:13.041Z | Downloaded rand_core v0.6.4 |
| 922 | 2026-08-25T20:51:13.041Z | Downloaded rayon-core v1.13.0 |
| 923 | 2026-08-25T20:51:13.045Z | Downloaded zerofrom-derive v0.1.6 |
| 924 | 2026-08-25T20:51:13.045Z | Downloaded defmt v0.3.100 |
| 925 | 2026-08-25T20:51:13.048Z | Downloaded psl-types v2.0.11 |
| 926 | 2026-08-25T20:51:13.051Z | Downloaded scroll v0.13.0 |
| 927 | 2026-08-25T20:51:13.051Z | Downloaded tinyvec v1.10.0 |
| 928 | 2026-08-25T20:51:13.055Z | Downloaded dunce v1.0.5 |
| 929 | 2026-08-25T20:51:13.059Z | Downloaded ident_case v1.0.1 |
| 930 | 2026-08-25T20:51:13.059Z | Downloaded internet-checksum v0.2.1 |
| 931 | 2026-08-25T20:51:13.059Z | Downloaded twox-hash v2.1.2 |
| 932 | 2026-08-25T20:51:13.059Z | Downloaded darling_macro v0.21.3 |
| 933 | 2026-08-25T20:51:13.059Z | Downloaded slog-dtrace v0.3.0 |
| 934 | 2026-08-25T20:51:13.062Z | Downloaded static_assertions v1.1.0 |
| 935 | 2026-08-25T20:51:13.062Z | Downloaded keccak v0.1.6 |
| 936 | 2026-08-25T20:51:13.062Z | Downloaded lru v0.12.5 |
| 937 | 2026-08-25T20:51:13.070Z | Downloaded serdect v0.4.3 |
| 938 | 2026-08-25T20:51:13.070Z | Downloaded slog-scope v4.4.1 |
| 939 | 2026-08-25T20:51:13.070Z | Downloaded synstructure v0.13.2 |
| 940 | 2026-08-25T20:51:13.070Z | Downloaded whoami v2.1.0 |
| 941 | 2026-08-25T20:51:13.070Z | Downloaded memmap2 v0.9.10 |
| 942 | 2026-08-25T20:51:13.074Z | Downloaded aes v0.9.1 |
| 943 | 2026-08-25T20:51:13.074Z | Downloaded oxide-update-engine-types v0.1.2 |
| 944 | 2026-08-25T20:51:13.074Z | Downloaded test-strategy v0.4.5 |
| 945 | 2026-08-25T20:51:13.074Z | Downloaded hyper-rustls v0.27.7 |
| 946 | 2026-08-25T20:51:13.074Z | Downloaded support-bundle-viewer v0.1.2 |
| 947 | 2026-08-25T20:51:13.078Z | Downloaded maplit v1.0.2 |
| 948 | 2026-08-25T20:51:13.081Z | Downloaded tracing-core v0.1.36 |
| 949 | 2026-08-25T20:51:13.081Z | Downloaded opaque-debug v0.3.1 |
| 950 | 2026-08-25T20:51:13.081Z | Downloaded ssh-cipher v0.3.0 |
| 951 | 2026-08-25T20:51:13.084Z | Downloaded hashbrown v0.16.1 |
| 952 | 2026-08-25T20:51:13.088Z | Downloaded num v0.4.3 |
| 953 | 2026-08-25T20:51:13.091Z | Downloaded tokio-tungstenite v0.23.1 |
| 954 | 2026-08-25T20:51:13.110Z | Downloaded powerfmt v0.2.0 |
| 955 | 2026-08-25T20:51:13.117Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 956 | 2026-08-25T20:51:13.117Z | Downloaded zstd-safe v7.2.4 |
| 957 | 2026-08-25T20:51:13.117Z | Downloaded futures-util v0.3.32 |
| 958 | 2026-08-25T20:51:13.118Z | Downloaded proc-macro-error2 v2.0.1 |
| 959 | 2026-08-25T20:51:13.118Z | Downloaded scroll_derive v0.13.1 |
| 960 | 2026-08-25T20:51:13.121Z | Downloaded whoami v1.6.1 |
| 961 | 2026-08-25T20:51:13.121Z | Downloaded shell-words v1.1.1 |
| 962 | 2026-08-25T20:51:13.121Z | Downloaded signal-hook-tokio v0.3.1 |
| 963 | 2026-08-25T20:51:13.121Z | Downloaded sigpipe v0.1.3 |
| 964 | 2026-08-25T20:51:13.121Z | Downloaded tar v0.4.46 |
| 965 | 2026-08-25T20:51:13.121Z | Downloaded vergen-lib v9.1.0 |
| 966 | 2026-08-25T20:51:13.121Z | Downloaded rand v0.10.1 |
| 967 | 2026-08-25T20:51:13.125Z | Downloaded zerovec-derive v0.11.2 |
| 968 | 2026-08-25T20:51:13.125Z | Downloaded const_format_proc_macros v0.2.34 |
| 969 | 2026-08-25T20:51:13.128Z | Downloaded pretty_assertions v1.4.1 |
| 970 | 2026-08-25T20:51:13.128Z | Downloaded libbz2-rs-sys v0.2.2 |
| 971 | 2026-08-25T20:51:13.128Z | Downloaded typed-path v0.9.3 |
| 972 | 2026-08-25T20:51:13.132Z | Downloaded darling_core v0.13.4 |
| 973 | 2026-08-25T20:51:13.136Z | Downloaded indexmap v1.9.3 |
| 974 | 2026-08-25T20:51:13.136Z | Downloaded sync-ptr v0.1.4 |
| 975 | 2026-08-25T20:51:13.136Z | Downloaded try-lock v0.2.5 |
| 976 | 2026-08-25T20:51:13.136Z | Downloaded zerofrom v0.1.6 |
| 977 | 2026-08-25T20:51:13.139Z | Downloaded dsl_auto_type v0.2.0 |
| 978 | 2026-08-25T20:51:13.140Z | Downloaded ecdsa v0.16.9 |
| 979 | 2026-08-25T20:51:13.143Z | Downloaded tap v1.0.1 |
| 980 | 2026-08-25T20:51:13.143Z | Downloaded ingot v0.2.1 |
| 981 | 2026-08-25T20:51:13.143Z | Downloaded keccak v0.2.0 |
| 982 | 2026-08-25T20:51:13.146Z | Downloaded serde_with_macros v3.21.0 |
| 983 | 2026-08-25T20:51:13.147Z | Downloaded time-core v0.1.8 |
| 984 | 2026-08-25T20:51:13.147Z | Downloaded tinyvec_macros v0.1.1 |
| 985 | 2026-08-25T20:51:13.147Z | Downloaded digest v0.11.3 |
| 986 | 2026-08-25T20:51:13.150Z | Downloaded yansi v1.0.1 |
| 987 | 2026-08-25T20:51:13.154Z | Downloaded trait-variant v0.1.2 |
| 988 | 2026-08-25T20:51:13.157Z | Downloaded mio v1.2.0 |
| 989 | 2026-08-25T20:51:13.172Z | Downloaded module-lattice v0.2.3 |
| 990 | 2026-08-25T20:51:13.175Z | Downloaded crc v3.4.0 |
| 991 | 2026-08-25T20:51:13.179Z | Downloaded crucible-workspace-hack v0.1.0 |
| 992 | 2026-08-25T20:51:13.179Z | Downloaded oxnet v0.1.6 |
| 993 | 2026-08-25T20:51:13.183Z | Downloaded pem v3.0.6 |
| 994 | 2026-08-25T20:51:13.183Z | Downloaded primeorder v0.13.6 |
| 995 | 2026-08-25T20:51:13.183Z | Downloaded rusty-fork v0.3.1 |
| 996 | 2026-08-25T20:51:13.186Z | Downloaded nu-ansi-term v0.50.3 |
| 997 | 2026-08-25T20:51:13.186Z | Downloaded port-file v0.1.0 |
| 998 | 2026-08-25T20:51:13.186Z | Downloaded rustls-webpki v0.103.13 |
| 999 | 2026-08-25T20:51:13.190Z | Downloaded term v1.2.1 |
| 1000 | 2026-08-25T20:51:13.193Z | Downloaded tokio-rustls v0.26.4 |
| 1001 | 2026-08-25T20:51:13.193Z | Downloaded serde_derive_internals v0.29.1 |
| 1002 | 2026-08-25T20:51:13.193Z | Downloaded uzers v0.12.2 |
| 1003 | 2026-08-25T20:51:13.196Z | Downloaded newtype_derive v0.1.6 |
| 1004 | 2026-08-25T20:51:13.196Z | Downloaded rand_seeder v0.4.0 |
| 1005 | 2026-08-25T20:51:13.205Z | Downloaded illumos-nvpair v0.3.0 |
| 1006 | 2026-08-25T20:51:13.205Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1007 | 2026-08-25T20:51:13.211Z | Downloaded managed v0.8.0 |
| 1008 | 2026-08-25T20:51:13.211Z | Downloaded progenitor-client v0.14.0 |
| 1009 | 2026-08-25T20:51:13.211Z | Downloaded strum_macros v0.26.4 |
| 1010 | 2026-08-25T20:51:13.211Z | Downloaded phf_shared v0.13.1 |
| 1011 | 2026-08-25T20:51:13.212Z | Downloaded defmt v1.0.1 |
| 1012 | 2026-08-25T20:51:13.212Z | Downloaded parse-size v1.1.0 |
| 1013 | 2026-08-25T20:51:13.216Z | Downloaded stacker v0.1.23 |
| 1014 | 2026-08-25T20:51:13.216Z | Downloaded phf_shared v0.12.1 |
| 1015 | 2026-08-25T20:51:13.216Z | Downloaded rand_core v0.10.0 |
| 1016 | 2026-08-25T20:51:13.216Z | Downloaded sapling-renderdag v0.1.0 |
| 1017 | 2026-08-25T20:51:13.222Z | Downloaded crossbeam-utils v0.8.21 |
| 1018 | 2026-08-25T20:51:13.222Z | Downloaded zeroize v1.9.0 |
| 1019 | 2026-08-25T20:51:13.225Z | Downloaded zerocopy-derive v0.8.55 |
| 1020 | 2026-08-25T20:51:13.234Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1021 | 2026-08-25T20:51:13.237Z | Downloaded data-encoding v2.10.0 |
| 1022 | 2026-08-25T20:51:13.242Z | Downloaded p384 v0.14.0 |
| 1023 | 2026-08-25T20:51:13.246Z | Downloaded serde_spanned v1.1.1 |
| 1024 | 2026-08-25T20:51:13.246Z | Downloaded num-bigint v0.4.6 |
| 1025 | 2026-08-25T20:51:13.246Z | Downloaded usdt-impl v0.6.0 |
| 1026 | 2026-08-25T20:51:13.247Z | Downloaded tungstenite v0.21.0 |
| 1027 | 2026-08-25T20:51:13.250Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1028 | 2026-08-25T20:51:13.250Z | Downloaded either v1.15.0 |
| 1029 | 2026-08-25T20:51:13.250Z | Downloaded native-tls v0.2.18 |
| 1030 | 2026-08-25T20:51:13.250Z | Downloaded similar v2.7.0 |
| 1031 | 2026-08-25T20:51:13.254Z | Downloaded steno v0.4.1 |
| 1032 | 2026-08-25T20:51:13.258Z | Downloaded strum v0.26.3 |
| 1033 | 2026-08-25T20:51:13.258Z | Downloaded tokio-test v0.4.5 |
| 1034 | 2026-08-25T20:51:13.258Z | Downloaded ignore v0.4.25 |
| 1035 | 2026-08-25T20:51:13.262Z | Downloaded strsim v0.10.0 |
| 1036 | 2026-08-25T20:51:13.262Z | Downloaded num-bigint-dig v0.8.6 |
| 1037 | 2026-08-25T20:51:13.262Z | Downloaded universal-hash v0.5.1 |
| 1038 | 2026-08-25T20:51:13.265Z | Downloaded untrusted v0.7.1 |
| 1039 | 2026-08-25T20:51:13.265Z | Downloaded unit-prefix v0.5.2 |
| 1040 | 2026-08-25T20:51:13.265Z | Downloaded socket2 v0.6.3 |
| 1041 | 2026-08-25T20:51:13.265Z | Downloaded tokio-postgres v0.7.16 |
| 1042 | 2026-08-25T20:51:13.270Z | Downloaded unicode-bidi v0.3.18 |
| 1043 | 2026-08-25T20:51:13.270Z | Downloaded vergen-gitcl v1.0.8 |
| 1044 | 2026-08-25T20:51:13.273Z | Downloaded xshell v0.2.7 |
| 1045 | 2026-08-25T20:51:13.273Z | Downloaded csv-core v0.1.13 |
| 1046 | 2026-08-25T20:51:13.276Z | Downloaded cpubits v0.1.1 |
| 1047 | 2026-08-25T20:51:13.281Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1048 | 2026-08-25T20:51:13.285Z | Downloaded newtype-uuid v1.3.2 |
| 1049 | 2026-08-25T20:51:13.289Z | Downloaded ipnet v2.12.0 |
| 1050 | 2026-08-25T20:51:13.292Z | Downloaded ingot-types v0.2.0 |
| 1051 | 2026-08-25T20:51:13.295Z | Downloaded drift v0.2.0 |
| 1052 | 2026-08-25T20:51:13.298Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1053 | 2026-08-25T20:51:13.304Z | Downloaded lazy_static v1.5.0 |
| 1054 | 2026-08-25T20:51:13.304Z | Downloaded pem-rfc7468 v1.0.0 |
| 1055 | 2026-08-25T20:51:13.304Z | Downloaded num-conv v0.2.0 |
| 1056 | 2026-08-25T20:51:13.304Z | Downloaded hkdf v0.12.4 |
| 1057 | 2026-08-25T20:51:13.308Z | Downloaded hkdf v0.13.0 |
| 1058 | 2026-08-25T20:51:13.308Z | Downloaded hashbrown v0.15.5 |
| 1059 | 2026-08-25T20:51:13.311Z | Downloaded rustyline v14.0.0 |
| 1060 | 2026-08-25T20:51:13.315Z | Downloaded reedline v0.40.0 |
| 1061 | 2026-08-25T20:51:13.318Z | Downloaded shlex v1.3.0 |
| 1062 | 2026-08-25T20:51:13.318Z | Downloaded cookie v0.18.1 |
| 1063 | 2026-08-25T20:51:13.321Z | Downloaded slog-term v2.9.2 |
| 1064 | 2026-08-25T20:51:13.321Z | Downloaded untrusted v0.9.0 |
| 1065 | 2026-08-25T20:51:13.325Z | Downloaded nom v7.1.3 |
| 1066 | 2026-08-25T20:51:13.330Z | Downloaded rustls-native-certs v0.8.3 |
| 1067 | 2026-08-25T20:51:13.333Z | Downloaded libsw v3.5.0 |
| 1068 | 2026-08-25T20:51:13.333Z | Downloaded strum_macros v0.27.2 |
| 1069 | 2026-08-25T20:51:13.338Z | Downloaded scrypt v0.12.0 |
| 1070 | 2026-08-25T20:51:13.341Z | Downloaded tls_codec_derive v0.4.2 |
| 1071 | 2026-08-25T20:51:13.341Z | Downloaded tabwriter v1.4.1 |
| 1072 | 2026-08-25T20:51:13.341Z | Downloaded wnaf v0.14.0 |
| 1073 | 2026-08-25T20:51:13.345Z | Downloaded serde_urlencoded v0.7.1 |
| 1074 | 2026-08-25T20:51:13.345Z | Downloaded supports-color v3.0.2 |
| 1075 | 2026-08-25T20:51:13.345Z | Downloaded sync_wrapper v1.0.2 |
| 1076 | 2026-08-25T20:51:13.345Z | Downloaded daft-derive v0.1.8 |
| 1077 | 2026-08-25T20:51:13.349Z | Downloaded p521 v0.14.0 |
| 1078 | 2026-08-25T20:51:13.352Z | Downloaded aho-corasick v1.1.4 |
| 1079 | 2026-08-25T20:51:13.365Z | Downloaded linear-map v1.2.0 |
| 1080 | 2026-08-25T20:51:13.372Z | Downloaded miette-derive v7.6.0 |
| 1081 | 2026-08-25T20:51:13.372Z | Downloaded tokio-util v0.7.18 |
| 1082 | 2026-08-25T20:51:13.376Z | Downloaded darling_core v0.20.11 |
| 1083 | 2026-08-25T20:51:13.376Z | Downloaded idna v1.1.0 |
| 1084 | 2026-08-25T20:51:13.379Z | Downloaded displaydoc v0.2.5 |
| 1085 | 2026-08-25T20:51:13.379Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1086 | 2026-08-25T20:51:13.382Z | Downloaded deranged v0.5.8 |
| 1087 | 2026-08-25T20:51:13.382Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1088 | 2026-08-25T20:51:13.386Z | Downloaded lalrpop-util v0.19.12 |
| 1089 | 2026-08-25T20:51:13.386Z | Downloaded mime v0.3.17 |
| 1090 | 2026-08-25T20:51:13.386Z | Downloaded percent-encoding v2.3.2 |
| 1091 | 2026-08-25T20:51:13.389Z | Downloaded sha1 v0.11.0 |
| 1092 | 2026-08-25T20:51:13.392Z | Downloaded termtree v0.5.1 |
| 1093 | 2026-08-25T20:51:13.392Z | Downloaded tungstenite v0.23.0 |
| 1094 | 2026-08-25T20:51:13.396Z | Downloaded icu_normalizer_data v2.1.1 |
| 1095 | 2026-08-25T20:51:13.399Z | Downloaded knus v3.4.0 |
| 1096 | 2026-08-25T20:51:13.399Z | Downloaded owo-colors v4.3.0 |
| 1097 | 2026-08-25T20:51:13.404Z | Downloaded sha2 v0.11.0 |
| 1098 | 2026-08-25T20:51:13.407Z | Downloaded derive_more-impl v2.1.1 |
| 1099 | 2026-08-25T20:51:13.407Z | Downloaded ed25519-dalek v3.0.0 |
| 1100 | 2026-08-25T20:51:13.410Z | Downloaded predicates v3.1.4 |
| 1101 | 2026-08-25T20:51:13.414Z | Downloaded num_enum_derive v0.7.6 |
| 1102 | 2026-08-25T20:51:13.417Z | Downloaded rand_chacha v0.9.0 |
| 1103 | 2026-08-25T20:51:13.417Z | Downloaded typify-macro v0.6.2 |
| 1104 | 2026-08-25T20:51:13.425Z | Downloaded elliptic-curve v0.13.8 |
| 1105 | 2026-08-25T20:51:13.429Z | Downloaded darling v0.13.4 |
| 1106 | 2026-08-25T20:51:13.433Z | Downloaded slog-stdlog v4.1.1 |
| 1107 | 2026-08-25T20:51:13.436Z | Downloaded num-derive v0.4.2 |
| 1108 | 2026-08-25T20:51:13.441Z | Downloaded vergen-lib v0.1.6 |
| 1109 | 2026-08-25T20:51:13.441Z | Downloaded lzss v0.8.2 |
| 1110 | 2026-08-25T20:51:13.487Z | Downloaded p384 v0.13.1 |
| 1111 | 2026-08-25T20:51:13.494Z | Downloaded derive-where v1.6.0 |
| 1112 | 2026-08-25T20:51:13.494Z | Downloaded quick-error v1.2.3 |
| 1113 | 2026-08-25T20:51:13.494Z | Downloaded seq-macro v0.3.6 |
| 1114 | 2026-08-25T20:51:13.494Z | Downloaded sqlparser_derive v0.5.0 |
| 1115 | 2026-08-25T20:51:13.494Z | Downloaded prefix-trie v0.7.0 |
| 1116 | 2026-08-25T20:51:13.494Z | Downloaded siphasher v1.0.2 |
| 1117 | 2026-08-25T20:51:13.495Z | Downloaded ingot-macros v0.2.0 |
| 1118 | 2026-08-25T20:51:13.495Z | Downloaded kstat-rs v0.2.5 |
| 1119 | 2026-08-25T20:51:13.495Z | Downloaded paste v1.0.15 |
| 1120 | 2026-08-25T20:51:13.495Z | Downloaded dropshot-api-manager v0.8.0 |
| 1121 | 2026-08-25T20:51:13.495Z | Downloaded icu_properties_data v2.1.2 |
| 1122 | 2026-08-25T20:51:13.495Z | Downloaded hyper v1.10.1 |
| 1123 | 2026-08-25T20:51:13.495Z | Downloaded rcgen v0.12.1 |
| 1124 | 2026-08-25T20:51:13.495Z | Downloaded ml-kem v0.3.2 |
| 1125 | 2026-08-25T20:51:13.495Z | Downloaded num-complex v0.4.6 |
| 1126 | 2026-08-25T20:51:13.495Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1127 | 2026-08-25T20:51:13.495Z | Downloaded progenitor v0.14.0 |
| 1128 | 2026-08-25T20:51:13.495Z | Downloaded progenitor-impl v0.13.0 |
| 1129 | 2026-08-25T20:51:13.495Z | Downloaded cpufeatures v0.3.0 |
| 1130 | 2026-08-25T20:51:13.495Z | Downloaded progenitor v0.13.0 |
| 1131 | 2026-08-25T20:51:13.499Z | Downloaded crunchy v0.2.4 |
| 1132 | 2026-08-25T20:51:13.499Z | Downloaded qorb v0.4.1 |
| 1133 | 2026-08-25T20:51:13.499Z | Downloaded snafu v0.8.9 |
| 1134 | 2026-08-25T20:51:13.499Z | Downloaded primefield v0.14.0 |
| 1135 | 2026-08-25T20:51:13.503Z | Downloaded serde_path_to_error v0.1.20 |
| 1136 | 2026-08-25T20:51:13.503Z | Downloaded h2 v0.4.15 |
| 1137 | 2026-08-25T20:51:13.506Z | Downloaded parking_lot v0.11.2 |
| 1138 | 2026-08-25T20:51:13.506Z | Downloaded pem-rfc7468 v0.7.0 |
| 1139 | 2026-08-25T20:51:13.506Z | Downloaded snafu-derive v0.8.9 |
| 1140 | 2026-08-25T20:51:13.511Z | Downloaded packed_struct_codegen v0.10.1 |
| 1141 | 2026-08-25T20:51:13.511Z | Downloaded zip v4.6.1 |
| 1142 | 2026-08-25T20:51:13.514Z | Downloaded spki v0.7.3 |
| 1143 | 2026-08-25T20:51:13.514Z | Downloaded ed25519 v3.0.0 |
| 1144 | 2026-08-25T20:51:13.514Z | Downloaded vsss-rs v3.3.4 |
| 1145 | 2026-08-25T20:51:13.514Z | Downloaded slog-bunyan v2.5.0 |
| 1146 | 2026-08-25T20:51:13.514Z | Downloaded usdt v0.6.0 |
| 1147 | 2026-08-25T20:51:13.518Z | Downloaded ipnetwork v0.21.1 |
| 1148 | 2026-08-25T20:51:13.521Z | Downloaded defmt-macros v1.0.1 |
| 1149 | 2026-08-25T20:51:13.525Z | Downloaded num_enum_derive v0.5.11 |
| 1150 | 2026-08-25T20:51:13.538Z | Downloaded zone_cfg_derive v0.3.1 |
| 1151 | 2026-08-25T20:51:13.541Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1152 | 2026-08-25T20:51:13.554Z | Downloaded des v0.9.0 |
| 1153 | 2026-08-25T20:51:13.561Z | Downloaded libsw-core v0.3.2 |
| 1154 | 2026-08-25T20:51:13.565Z | Downloaded icu_provider v2.1.1 |
| 1155 | 2026-08-25T20:51:13.568Z | Downloaded tokio-stream v0.1.18 |
| 1156 | 2026-08-25T20:51:13.572Z | Downloaded termios v0.3.3 |
| 1157 | 2026-08-25T20:51:13.575Z | Downloaded void v1.0.2 |
| 1158 | 2026-08-25T20:51:13.575Z | Downloaded phc v0.6.1 |
| 1159 | 2026-08-25T20:51:13.579Z | Downloaded rustls-pemfile v2.2.0 |
| 1160 | 2026-08-25T20:51:13.579Z | Downloaded vergen-git2 v9.1.0 |
| 1161 | 2026-08-25T20:51:13.579Z | Downloaded dirs-next v2.0.0 |
| 1162 | 2026-08-25T20:51:13.579Z | Downloaded usdt-macro v0.6.0 |
| 1163 | 2026-08-25T20:51:13.582Z | Downloaded ref-cast-impl v1.0.25 |
| 1164 | 2026-08-25T20:51:13.586Z | Downloaded unicode-truncate v1.1.0 |
| 1165 | 2026-08-25T20:51:13.586Z | Downloaded cstr-argument v0.1.2 |
| 1166 | 2026-08-25T20:51:13.590Z | Downloaded humantime v2.3.0 |
| 1167 | 2026-08-25T20:51:13.590Z | Downloaded mime_guess v2.0.5 |
| 1168 | 2026-08-25T20:51:13.593Z | Downloaded winnow v0.5.40 |
| 1169 | 2026-08-25T20:51:13.596Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1170 | 2026-08-25T20:51:13.600Z | Downloaded darling_macro v0.13.4 |
| 1171 | 2026-08-25T20:51:13.603Z | Downloaded progenitor-impl v0.14.0 |
| 1172 | 2026-08-25T20:51:13.606Z | Downloaded xattr v1.6.1 |
| 1173 | 2026-08-25T20:51:13.606Z | Downloaded lru-cache v0.1.2 |
| 1174 | 2026-08-25T20:51:13.610Z | Downloaded unicode-xid v0.2.6 |
| 1175 | 2026-08-25T20:51:13.610Z | Downloaded display-error-chain v0.2.2 |
| 1176 | 2026-08-25T20:51:13.610Z | Downloaded tagptr v0.2.0 |
| 1177 | 2026-08-25T20:51:13.610Z | Downloaded cookie_store v0.22.1 |
| 1178 | 2026-08-25T20:51:13.614Z | Downloaded rand_core v0.9.5 |
| 1179 | 2026-08-25T20:51:13.614Z | Downloaded password-hash v0.5.0 |
| 1180 | 2026-08-25T20:51:13.614Z | Downloaded packed_struct v0.10.1 |
| 1181 | 2026-08-25T20:51:13.617Z | Downloaded diff v0.1.13 |
| 1182 | 2026-08-25T20:51:13.622Z | Downloaded p256 v0.14.0 |
| 1183 | 2026-08-25T20:51:13.627Z | Downloaded tinystr v0.8.2 |
| 1184 | 2026-08-25T20:51:13.631Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1185 | 2026-08-25T20:51:13.635Z | Downloaded tokio-tungstenite v0.21.0 |
| 1186 | 2026-08-25T20:51:13.639Z | Downloaded libloading v0.8.9 |
| 1187 | 2026-08-25T20:51:13.639Z | Downloaded pkcs8 v0.10.2 |
| 1188 | 2026-08-25T20:51:13.646Z | Downloaded stable_deref_trait v1.2.1 |
| 1189 | 2026-08-25T20:51:13.649Z | Downloaded zopfli v0.8.3 |
| 1190 | 2026-08-25T20:51:13.652Z | Downloaded miette v7.6.0 |
| 1191 | 2026-08-25T20:51:13.658Z | Downloaded ppv-lite86 v0.2.21 |
| 1192 | 2026-08-25T20:51:13.665Z | Downloaded signal-hook-registry v1.4.8 |
| 1193 | 2026-08-25T20:51:13.668Z | Downloaded schemars v0.8.22 |
| 1194 | 2026-08-25T20:51:13.671Z | Downloaded unicode-segmentation v1.12.0 |
| 1195 | 2026-08-25T20:51:13.679Z | Downloaded zstd v0.13.3 |
| 1196 | 2026-08-25T20:51:13.679Z | Downloaded litemap v0.8.1 |
| 1197 | 2026-08-25T20:51:13.682Z | Downloaded nanorand v0.7.0 |
| 1198 | 2026-08-25T20:51:13.682Z | Downloaded writeable v0.6.2 |
| 1199 | 2026-08-25T20:51:13.682Z | Downloaded subprocess v0.2.15 |
| 1200 | 2026-08-25T20:51:13.686Z | Downloaded num-traits v0.2.19 |
| 1201 | 2026-08-25T20:51:13.686Z | Downloaded ed25519-dalek v2.2.0 |
| 1202 | 2026-08-25T20:51:13.686Z | Downloaded unicode-normalization v0.1.25 |
| 1203 | 2026-08-25T20:51:13.690Z | Downloaded rand v0.8.6 |
| 1204 | 2026-08-25T20:51:13.693Z | Downloaded git2 v0.20.4 |
| 1205 | 2026-08-25T20:51:13.696Z | Downloaded icu_properties v2.1.2 |
| 1206 | 2026-08-25T20:51:13.696Z | Downloaded slab v0.4.12 |
| 1207 | 2026-08-25T20:51:13.701Z | Downloaded constant_time_eq v0.4.2 |
| 1208 | 2026-08-25T20:51:13.704Z | Downloaded icu_locale_core v2.1.1 |
| 1209 | 2026-08-25T20:51:13.707Z | Downloaded blake3 v1.8.5 |
| 1210 | 2026-08-25T20:51:13.711Z | Downloaded resolv-conf v0.7.6 |
| 1211 | 2026-08-25T20:51:13.714Z | Downloaded rsa v0.9.10 |
| 1212 | 2026-08-25T20:51:13.714Z | Downloaded zerocopy v0.6.6 |
| 1213 | 2026-08-25T20:51:13.717Z | Downloaded thiserror-no-std v2.0.2 |
| 1214 | 2026-08-25T20:51:13.717Z | Downloaded rawzip v0.4.4 |
| 1215 | 2026-08-25T20:51:13.721Z | Downloaded winnow v0.6.26 |
| 1216 | 2026-08-25T20:51:13.725Z | Downloaded smallvec v0.6.14 |
| 1217 | 2026-08-25T20:51:13.729Z | Downloaded schemars v1.2.1 |
| 1218 | 2026-08-25T20:51:13.734Z | Downloaded serde_cbor v0.11.2 |
| 1219 | 2026-08-25T20:51:13.737Z | Downloaded toml_edit v0.19.15 |
| 1220 | 2026-08-25T20:51:13.745Z | Downloaded zip v0.6.6 |
| 1221 | 2026-08-25T20:51:13.748Z | Downloaded ssh-encoding v0.3.0 |
| 1222 | 2026-08-25T20:51:13.751Z | Downloaded time-macros v0.2.27 |
| 1223 | 2026-08-25T20:51:13.752Z | Downloaded bindgen v0.71.1 |
| 1224 | 2026-08-25T20:51:13.755Z | Downloaded diesel_derives v2.3.7 |
| 1225 | 2026-08-25T20:51:13.758Z | Downloaded dropshot_endpoint v0.17.1 |
| 1226 | 2026-08-25T20:51:13.762Z | Downloaded daft v0.1.8 |
| 1227 | 2026-08-25T20:51:13.762Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1228 | 2026-08-25T20:51:13.765Z | Downloaded minimal-lexical v0.2.1 |
| 1229 | 2026-08-25T20:51:13.768Z | Downloaded serde_with v1.14.0 |
| 1230 | 2026-08-25T20:51:13.772Z | Downloaded bitvec v1.0.1 |
| 1231 | 2026-08-25T20:51:13.777Z | Downloaded der v0.7.10 |
| 1232 | 2026-08-25T20:51:13.782Z | Downloaded itertools v0.10.5 |
| 1233 | 2026-08-25T20:51:13.785Z | Downloaded salsa20 v0.11.0 |
| 1234 | 2026-08-25T20:51:13.785Z | Downloaded russh v0.62.4 |
| 1235 | 2026-08-25T20:51:13.789Z | Downloaded derive_more v0.99.20 |
| 1236 | 2026-08-25T20:51:13.793Z | Downloaded postgres-types v0.2.12 |
| 1237 | 2026-08-25T20:51:13.796Z | Downloaded sha3 v0.12.0 |
| 1238 | 2026-08-25T20:51:13.797Z | Downloaded darling_core v0.21.3 |
| 1239 | 2026-08-25T20:51:13.801Z | Downloaded x509-cert v0.2.5 |
| 1240 | 2026-08-25T20:51:13.804Z | Downloaded nom v8.0.0 |
| 1241 | 2026-08-25T20:51:13.804Z | Downloaded crypto-bigint v0.5.5 |
| 1242 | 2026-08-25T20:51:13.808Z | Downloaded goblin v0.10.5 |
| 1243 | 2026-08-25T20:51:13.812Z | Downloaded signal-hook v0.3.18 |
| 1244 | 2026-08-25T20:51:13.816Z | Downloaded chrono v0.4.45 |
| 1245 | 2026-08-25T20:51:13.820Z | Downloaded zlib-rs v0.6.2 |
| 1246 | 2026-08-25T20:51:13.823Z | Downloaded pkcs5 v0.8.1 |
| 1247 | 2026-08-25T20:51:13.826Z | Downloaded crossterm v0.28.1 |
| 1248 | 2026-08-25T20:51:13.830Z | Downloaded icu_normalizer v2.1.1 |
| 1249 | 2026-08-25T20:51:13.830Z | Downloaded ryu v1.0.23 |
| 1250 | 2026-08-25T20:51:13.833Z | Downloaded aws-lc-rs v1.16.3 |
| 1251 | 2026-08-25T20:51:13.840Z | Downloaded miniz_oxide v0.8.9 |
| 1252 | 2026-08-25T20:51:13.847Z | Downloaded derive_more v2.1.1 |
| 1253 | 2026-08-25T20:51:13.854Z | Downloaded schemars v0.9.0 |
| 1254 | 2026-08-25T20:51:13.862Z | Downloaded icu_collections v2.1.1 |
| 1255 | 2026-08-25T20:51:13.866Z | Downloaded crossterm v0.29.0 |
| 1256 | 2026-08-25T20:51:13.869Z | Downloaded itertools v0.15.0 |
| 1257 | 2026-08-25T20:51:13.872Z | Downloaded tough v0.22.0 |
| 1258 | 2026-08-25T20:51:13.876Z | Downloaded hyper-util v0.1.20 |
| 1259 | 2026-08-25T20:51:13.880Z | Downloaded darling_core v0.23.0 |
| 1260 | 2026-08-25T20:51:13.883Z | Downloaded openssl-sys v0.9.117 |
| 1261 | 2026-08-25T20:51:13.886Z | Downloaded rsa v0.10.0-rc.18 |
| 1262 | 2026-08-25T20:51:13.890Z | Downloaded gimli v0.32.3 |
| 1263 | 2026-08-25T20:51:13.893Z | Downloaded libm v0.2.16 |
| 1264 | 2026-08-25T20:51:13.899Z | Downloaded zerovec v0.11.5 |
| 1265 | 2026-08-25T20:51:13.913Z | Downloaded smoltcp v0.9.1 |
| 1266 | 2026-08-25T20:51:13.920Z | Downloaded tabled v0.21.0 |
| 1267 | 2026-08-25T20:51:13.932Z | Downloaded rand v0.9.2 |
| 1268 | 2026-08-25T20:51:13.935Z | Downloaded tower v0.5.3 |
| 1269 | 2026-08-25T20:51:13.939Z | Downloaded salty v0.3.0 |
| 1270 | 2026-08-25T20:51:13.942Z | Downloaded hickory-proto v0.25.2 |
| 1271 | 2026-08-25T20:51:13.951Z | Downloaded quinn-proto v0.11.16 |
| 1272 | 2026-08-25T20:51:13.955Z | Downloaded lalrpop v0.19.12 |
| 1273 | 2026-08-25T20:51:13.961Z | Downloaded rayon v1.11.0 |
| 1274 | 2026-08-25T20:51:13.966Z | Downloaded regex v1.12.3 |
| 1275 | 2026-08-25T20:51:13.970Z | Downloaded der v0.8.0 |
| 1276 | 2026-08-25T20:51:13.973Z | Downloaded quick-xml v0.37.5 |
| 1277 | 2026-08-25T20:51:13.977Z | Downloaded itertools v0.13.0 |
| 1278 | 2026-08-25T20:51:13.980Z | Downloaded vcpkg v0.2.15 |
| 1279 | 2026-08-25T20:51:14.004Z | Downloaded tower-http v0.6.8 |
| 1280 | 2026-08-25T20:51:14.008Z | Downloaded nix v0.27.1 |
| 1281 | 2026-08-25T20:51:14.016Z | Downloaded winnow v1.0.3 |
| 1282 | 2026-08-25T20:51:14.020Z | Downloaded regex-syntax v0.6.29 |
| 1283 | 2026-08-25T20:51:14.024Z | Downloaded reqwest v0.13.2 |
| 1284 | 2026-08-25T20:51:14.027Z | Downloaded jiff-core v0.1.0 |
| 1285 | 2026-08-25T20:51:14.031Z | Downloaded reqwest v0.12.28 |
| 1286 | 2026-08-25T20:51:14.034Z | Downloaded time v0.3.47 |
| 1287 | 2026-08-25T20:51:14.041Z | Downloaded crypto-primes v0.7.2 |
| 1288 | 2026-08-25T20:51:14.044Z | Downloaded iri-string v0.7.10 |
| 1289 | 2026-08-25T20:51:14.048Z | Downloaded itertools v0.12.1 |
| 1290 | 2026-08-25T20:51:14.051Z | Downloaded libxml v0.3.3 |
| 1291 | 2026-08-25T20:51:14.055Z | Downloaded moka v0.12.13 |
| 1292 | 2026-08-25T20:51:14.059Z | Downloaded petname v2.0.2 |
| 1293 | 2026-08-25T20:51:14.064Z | Downloaded iddqd v0.4.2 |
| 1294 | 2026-08-25T20:51:14.067Z | Downloaded crypto-bigint v0.7.5 |
| 1295 | 2026-08-25T20:51:14.076Z | Downloaded itertools v0.14.0 |
| 1296 | 2026-08-25T20:51:14.083Z | Downloaded radix_trie v0.2.1 |
| 1297 | 2026-08-25T20:51:14.086Z | Downloaded serde_with v3.21.0 |
| 1298 | 2026-08-25T20:51:14.090Z | Downloaded object v0.30.4 |
| 1299 | 2026-08-25T20:51:14.095Z | Downloaded hickory-proto v0.24.4 |
| 1300 | 2026-08-25T20:51:14.104Z | Downloaded portable-atomic v1.13.1 |
| 1301 | 2026-08-25T20:51:14.108Z | Downloaded bstr v1.12.1 |
| 1302 | 2026-08-25T20:51:14.113Z | Downloaded syn v3.0.3 |
| 1303 | 2026-08-25T20:51:14.141Z | Downloaded proptest v1.11.0 |
| 1304 | 2026-08-25T20:51:14.148Z | Downloaded polar-core v0.27.3 |
| 1305 | 2026-08-25T20:51:14.155Z | Downloaded regex-syntax v0.8.10 |
| 1306 | 2026-08-25T20:51:14.160Z | Downloaded object v0.37.3 |
| 1307 | 2026-08-25T20:51:14.167Z | Downloaded regress v0.11.1 |
| 1308 | 2026-08-25T20:51:14.177Z | Downloaded curve25519-dalek v4.1.3 |
| 1309 | 2026-08-25T20:51:14.192Z | Downloaded regress v0.10.5 |
| 1310 | 2026-08-25T20:51:14.197Z | Downloaded smoltcp v0.11.0 |
| 1311 | 2026-08-25T20:51:14.204Z | Downloaded nix v0.28.0 |
| 1312 | 2026-08-25T20:51:14.211Z | Downloaded zerocopy v0.8.55 |
| 1313 | 2026-08-25T20:51:14.230Z | Downloaded nix v0.31.2 |
| 1314 | 2026-08-25T20:51:14.239Z | Downloaded openssl v0.10.80 |
| 1315 | 2026-08-25T20:51:14.248Z | Downloaded dropshot v0.17.1 |
| 1316 | 2026-08-25T20:51:14.261Z | Downloaded curve25519-dalek v5.0.0 |
| 1317 | 2026-08-25T20:51:14.267Z | Downloaded rustls v0.23.41 |
| 1318 | 2026-08-25T20:51:14.296Z | Downloaded diesel v2.3.7 |
| 1319 | 2026-08-25T20:51:14.323Z | Downloaded rustix v0.38.44 |
| 1320 | 2026-08-25T20:51:14.336Z | Downloaded zerocopy-derive v0.6.6 |
| 1321 | 2026-08-25T20:51:14.342Z | Downloaded sled v0.34.7 |
| 1322 | 2026-08-25T20:51:14.348Z | Downloaded sha3 v0.11.0 |
| 1323 | 2026-08-25T20:51:14.351Z | Downloaded openapiv3 v2.2.0 |
| 1324 | 2026-08-25T20:51:14.373Z | Downloaded sqlparser v0.61.0 |
| 1325 | 2026-08-25T20:51:14.380Z | Downloaded typify-impl v0.6.2 |
| 1326 | 2026-08-25T20:51:14.397Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1327 | 2026-08-25T20:51:14.416Z | Downloaded tracing v0.1.44 |
| 1328 | 2026-08-25T20:51:14.434Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1329 | 2026-08-25T20:51:14.466Z | Downloaded petgraph v0.8.3 |
| 1330 | 2026-08-25T20:51:14.466Z | Downloaded ratatui v0.29.0 |
| 1331 | 2026-08-25T20:51:14.475Z | Downloaded petgraph v0.6.5 |
| 1332 | 2026-08-25T20:51:14.482Z | Downloaded regex-automata v0.4.14 |
| 1333 | 2026-08-25T20:51:14.491Z | Downloaded chrono-tz v0.10.4 |
| 1334 | 2026-08-25T20:51:14.500Z | Downloaded jiff v0.2.34 |
| 1335 | 2026-08-25T20:51:14.510Z | Downloaded sha3 v0.10.8 |
| 1336 | 2026-08-25T20:51:14.513Z | Downloaded libz-sys v1.1.24 |
| 1337 | 2026-08-25T20:51:14.542Z | Downloaded csv v1.4.0 |
| 1338 | 2026-08-25T20:51:14.554Z | Downloaded tokio v1.52.1 |
| 1339 | 2026-08-25T20:51:14.594Z | Downloaded encoding_rs v0.8.35 |
| 1340 | 2026-08-25T20:51:14.644Z | Downloaded ring v0.17.14 |
| 1341 | 2026-08-25T20:51:14.665Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1342 | 2026-08-25T20:51:15.160Z | Downloaded aws-lc-sys v0.40.0 |
| 1343 | 2026-08-25T20:51:15.414Z | Compiling serde_core v1.0.228 |
| 1344 | 2026-08-25T20:51:15.414Z | Compiling libc v0.2.185 |
| 1345 | 2026-08-25T20:51:15.418Z | Compiling serde v1.0.228 |
| 1346 | 2026-08-25T20:51:15.418Z | Compiling log v0.4.33 |
| 1347 | 2026-08-25T20:51:15.418Z | Compiling smallvec v1.15.1 |
| 1348 | 2026-08-25T20:51:15.418Z | Compiling shlex v1.3.0 |
| 1349 | 2026-08-25T20:51:15.418Z | Compiling find-msvc-tools v0.1.9 |
| 1350 | 2026-08-25T20:51:15.549Z | Compiling syn v2.0.117 |
| 1351 | 2026-08-25T20:51:15.788Z | Compiling subtle v2.6.1 |
| 1352 | 2026-08-25T20:51:15.804Z | Compiling scopeguard v1.2.0 |
| 1353 | 2026-08-25T20:51:15.804Z | Compiling stable_deref_trait v1.2.1 |
| 1354 | 2026-08-25T20:51:15.831Z | Compiling typenum v1.20.1 |
| 1355 | 2026-08-25T20:51:15.876Z | Compiling zerocopy v0.8.55 |
| 1356 | 2026-08-25T20:51:15.891Z | Compiling portable-atomic v1.13.1 |
| 1357 | 2026-08-25T20:51:15.932Z | Compiling lock_api v0.4.14 |
| 1358 | 2026-08-25T20:51:15.962Z | Compiling serde_json v1.0.151 |
| 1359 | 2026-08-25T20:51:16.169Z | Compiling critical-section v1.2.0 |
| 1360 | 2026-08-25T20:51:16.184Z | Compiling libm v0.2.16 |
| 1361 | 2026-08-25T20:51:16.273Z | Compiling num-traits v0.2.19 |
| 1362 | 2026-08-25T20:51:16.305Z | Compiling pkg-config v0.3.32 |
| 1363 | 2026-08-25T20:51:16.401Z | Compiling errno v0.3.14 |
| 1364 | 2026-08-25T20:51:16.440Z | Compiling jobserver v0.1.34 |
| 1365 | 2026-08-25T20:51:16.470Z | Compiling getrandom v0.2.17 |
| 1366 | 2026-08-25T20:51:16.639Z | Compiling rand_core v0.6.4 |
| 1367 | 2026-08-25T20:51:16.699Z | Compiling cc v1.2.56 |
| 1368 | 2026-08-25T20:51:16.855Z | Compiling generic-array v0.14.7 |
| 1369 | 2026-08-25T20:51:16.909Z | Compiling once_cell v1.21.3 |
| 1370 | 2026-08-25T20:51:16.965Z | Compiling pin-project-lite v0.2.17 |
| 1371 | 2026-08-25T20:51:16.981Z | Compiling getrandom v0.4.3 |
| 1372 | 2026-08-25T20:51:17.043Z | Compiling const-oid v0.9.6 |
| 1373 | 2026-08-25T20:51:17.060Z | Compiling parking_lot_core v0.9.12 |
| 1374 | 2026-08-25T20:51:17.165Z | Compiling rand_core v0.10.0 |
| 1375 | 2026-08-25T20:51:17.577Z | Compiling signal-hook-registry v1.4.8 |
| 1376 | 2026-08-25T20:51:17.599Z | Compiling percent-encoding v2.3.2 |
| 1377 | 2026-08-25T20:51:17.675Z | Compiling futures-core v0.3.32 |
| 1378 | 2026-08-25T20:51:17.778Z | Compiling bitflags v2.11.0 |
| 1379 | 2026-08-25T20:51:17.834Z | Compiling litemap v0.8.1 |
| 1380 | 2026-08-25T20:51:17.850Z | Compiling writeable v0.6.2 |
| 1381 | 2026-08-25T20:51:17.862Z | Compiling semver v1.0.28 |
| 1382 | 2026-08-25T20:51:17.968Z | Compiling parking_lot v0.12.5 |
| 1383 | 2026-08-25T20:51:18.001Z | Compiling mio v1.2.0 |
| 1384 | 2026-08-25T20:51:18.018Z | Compiling icu_normalizer_data v2.1.1 |
| 1385 | 2026-08-25T20:51:18.034Z | Compiling icu_properties_data v2.1.2 |
| 1386 | 2026-08-25T20:51:18.170Z | Compiling socket2 v0.6.3 |
| 1387 | 2026-08-25T20:51:18.256Z | Compiling rustix v1.1.4 |
| 1388 | 2026-08-25T20:51:18.299Z | Compiling getrandom v0.3.4 |
| 1389 | 2026-08-25T20:51:18.338Z | Compiling futures-sink v0.3.32 |
| 1390 | 2026-08-25T20:51:18.372Z | Compiling indexmap v2.14.0 |
| 1391 | 2026-08-25T20:51:18.442Z | Compiling synstructure v0.13.2 |
| 1392 | 2026-08-25T20:51:18.457Z | Compiling futures-channel v0.3.32 |
| 1393 | 2026-08-25T20:51:18.565Z | Compiling futures-io v0.3.32 |
| 1394 | 2026-08-25T20:51:18.682Z | Compiling futures-task v0.3.32 |
| 1395 | 2026-08-25T20:51:18.712Z | Compiling slab v0.4.12 |
| 1396 | 2026-08-25T20:51:18.849Z | Compiling utf8_iter v1.0.4 |
| 1397 | 2026-08-25T20:51:18.881Z | Compiling form_urlencoded v1.2.2 |
| 1398 | 2026-08-25T20:51:18.896Z | Compiling rustversion v1.0.22 |
| 1399 | 2026-08-25T20:51:18.993Z | Compiling base64ct v1.8.3 |
| 1400 | 2026-08-25T20:51:19.006Z | Compiling iana-time-zone v0.1.65 |
| 1401 | 2026-08-25T20:51:19.021Z | Compiling cmake v0.1.57 |
| 1402 | 2026-08-25T20:51:19.051Z | Compiling dunce v1.0.5 |
| 1403 | 2026-08-25T20:51:19.147Z | Compiling fs_extra v1.3.0 |
| 1404 | 2026-08-25T20:51:19.152Z | Compiling regex-syntax v0.8.10 |
| 1405 | 2026-08-25T20:51:19.198Z | Compiling ident_case v1.0.1 |
| 1406 | 2026-08-25T20:51:19.279Z | Compiling pem-rfc7468 v0.7.0 |
| 1407 | 2026-08-25T20:51:19.313Z | Compiling flagset v0.4.7 |
| 1408 | 2026-08-25T20:51:19.405Z | Compiling rand_core v0.9.5 |
| 1409 | 2026-08-25T20:51:19.408Z | Compiling aws-lc-sys v0.40.0 |
| 1410 | 2026-08-25T20:51:19.452Z | Compiling uuid v1.23.4 |
| 1411 | 2026-08-25T20:51:19.615Z | Compiling base64 v0.22.1 |
| 1412 | 2026-08-25T20:51:19.743Z | Compiling vcpkg v0.2.15 |
| 1413 | 2026-08-25T20:51:19.885Z | Compiling syn v1.0.109 |
| 1414 | 2026-08-25T20:51:19.940Z | Compiling serde_derive_internals v0.29.1 |
| 1415 | 2026-08-25T20:51:19.978Z | Compiling rustc_version v0.4.1 |
| 1416 | 2026-08-25T20:51:20.124Z | Compiling serde_derive v1.0.228 |
| 1417 | 2026-08-25T20:51:20.190Z | Compiling zeroize_derive v1.5.0 |
| 1418 | 2026-08-25T20:51:20.224Z | Compiling zerofrom-derive v0.1.6 |
| 1419 | 2026-08-25T20:51:20.300Z | Compiling zerocopy-derive v0.8.55 |
| 1420 | 2026-08-25T20:51:20.465Z | Compiling yoke-derive v0.8.1 |
| 1421 | 2026-08-25T20:51:20.833Z | Compiling zerovec-derive v0.11.2 |
| 1422 | 2026-08-25T20:51:20.848Z | Compiling displaydoc v0.2.5 |
| 1423 | 2026-08-25T20:51:21.544Z | Compiling tokio-macros v2.7.0 |
| 1424 | 2026-08-25T20:51:21.608Z | Compiling futures-macro v0.3.32 |
| 1425 | 2026-08-25T20:51:21.630Z | Compiling zerofrom v0.1.6 |
| 1426 | 2026-08-25T20:51:21.647Z | Compiling thiserror-impl v2.0.18 |
| 1427 | 2026-08-25T20:51:21.752Z | Compiling yoke v0.8.1 |
| 1428 | 2026-08-25T20:51:21.934Z | Compiling zerotrie v0.2.3 |
| 1429 | 2026-08-25T20:51:21.958Z | Compiling zerovec v0.11.5 |
| 1430 | 2026-08-25T20:51:22.226Z | Compiling der_derive v0.7.3 |
| 1431 | 2026-08-25T20:51:22.250Z | Compiling openssl-sys v0.9.117 |
| 1432 | 2026-08-25T20:51:22.400Z | Compiling tinystr v0.8.2 |
| 1433 | 2026-08-25T20:51:22.460Z | Compiling potential_utf v0.1.4 |
| 1434 | 2026-08-25T20:51:22.599Z | Compiling icu_locale_core v2.1.1 |
| 1435 | 2026-08-25T20:51:22.626Z | Compiling icu_collections v2.1.1 |
| 1436 | 2026-08-25T20:51:22.772Z | Compiling futures-util v0.3.32 |
| 1437 | 2026-08-25T20:51:22.957Z | Compiling thiserror v2.0.18 |
| 1438 | 2026-08-25T20:51:23.100Z | Compiling tracing-attributes v0.1.31 |
| 1439 | 2026-08-25T20:51:23.113Z | Compiling tracing-core v0.1.36 |
| 1440 | 2026-08-25T20:51:23.175Z | Compiling dyn-clone v1.0.20 |
| 1441 | 2026-08-25T20:51:23.310Z | Compiling icu_provider v2.1.1 |
| 1442 | 2026-08-25T20:51:23.469Z | Compiling schemars v0.8.22 |
| 1443 | 2026-08-25T20:51:23.603Z | Compiling zeroize v1.9.0 |
| 1444 | 2026-08-25T20:51:23.636Z | Compiling bytes v1.11.1 |
| 1445 | 2026-08-25T20:51:23.651Z | Compiling icu_normalizer v2.1.1 |
| 1446 | 2026-08-25T20:51:23.665Z | Compiling icu_properties v2.1.2 |
| 1447 | 2026-08-25T20:51:24.171Z | Compiling tokio v1.52.1 |
| 1448 | 2026-08-25T20:51:24.236Z | Compiling chrono v0.4.45 |
| 1449 | 2026-08-25T20:51:24.374Z | Compiling block-buffer v0.10.4 |
| 1450 | 2026-08-25T20:51:24.377Z | Compiling crypto-common v0.1.7 |
| 1451 | 2026-08-25T20:51:24.597Z | Compiling digest v0.10.7 |
| 1452 | 2026-08-25T20:51:24.626Z | Compiling idna_adapter v1.2.1 |
| 1453 | 2026-08-25T20:51:24.767Z | Compiling ppv-lite86 v0.2.21 |
| 1454 | 2026-08-25T20:51:24.806Z | Compiling idna v1.1.0 |
| 1455 | 2026-08-25T20:51:24.855Z | Compiling der v0.7.10 |
| 1456 | 2026-08-25T20:51:24.859Z | Compiling http v1.4.2 |
| 1457 | 2026-08-25T20:51:25.071Z | Compiling rand_chacha v0.9.0 |
| 1458 | 2026-08-25T20:51:25.094Z | Compiling simd-adler32 v0.3.8 |
| 1459 | 2026-08-25T20:51:25.252Z | Compiling url v2.5.8 |
| 1460 | 2026-08-25T20:51:25.459Z | Compiling cpufeatures v0.2.17 |
| 1461 | 2026-08-25T20:51:25.532Z | Compiling aws-lc-rs v1.16.3 |
| 1462 | 2026-08-25T20:51:25.661Z | Compiling http-body v1.0.1 |
| 1463 | 2026-08-25T20:51:25.782Z | Compiling spki v0.7.3 |
| 1464 | 2026-08-25T20:51:25.786Z | Compiling rand v0.9.2 |
| 1465 | 2026-08-25T20:51:25.810Z | Compiling tracing v0.1.44 |
| 1466 | 2026-08-25T20:51:25.823Z | Compiling rustls-pki-types v1.14.0 |
| 1467 | 2026-08-25T20:51:26.002Z | Compiling pkcs8 v0.10.2 |
| 1468 | 2026-08-25T20:51:26.091Z | Compiling schemars_derive v0.8.22 |
| 1469 | 2026-08-25T20:51:26.139Z | Compiling spin v0.9.8 |
| 1470 | 2026-08-25T20:51:26.248Z | Compiling adler2 v2.0.1 |
| 1471 | 2026-08-25T20:51:26.262Z | Compiling crc32fast v1.5.0 |
| 1472 | 2026-08-25T20:51:26.337Z | Compiling openssl-probe v0.2.1 |
| 1473 | 2026-08-25T20:51:26.374Z | Compiling httparse v1.10.1 |
| 1474 | 2026-08-25T20:51:26.506Z | Compiling tinyvec_macros v0.1.1 |
| 1475 | 2026-08-25T20:51:26.521Z | Compiling cmov v0.5.4 |
| 1476 | 2026-08-25T20:51:26.573Z | Compiling tinyvec v1.10.0 |
| 1477 | 2026-08-25T20:51:26.586Z | Compiling miniz_oxide v0.8.9 |
| 1478 | 2026-08-25T20:51:26.720Z | Compiling ctutils v0.4.2 |
| 1479 | 2026-08-25T20:51:26.741Z | Compiling tempfile v3.27.0 |
| 1480 | 2026-08-25T20:51:26.915Z | Compiling pest_generator v2.8.6 |
| 1481 | 2026-08-25T20:51:26.944Z | Compiling sha2 v0.10.9 |
| 1482 | 2026-08-25T20:51:27.099Z | Compiling terminal_size v0.4.3 |
| 1483 | 2026-08-25T20:51:27.182Z | Compiling aho-corasick v1.1.4 |
| 1484 | 2026-08-25T20:51:27.233Z | Compiling try-lock v0.2.5 |
| 1485 | 2026-08-25T20:51:27.339Z | Compiling tower-layer v0.3.3 |
| 1486 | 2026-08-25T20:51:27.500Z | Compiling radium v0.7.0 |
| 1487 | 2026-08-25T20:51:27.572Z | Compiling tower-service v0.3.3 |
| 1488 | 2026-08-25T20:51:27.666Z | Compiling atomic-waker v1.1.2 |
| 1489 | 2026-08-25T20:51:27.736Z | Compiling untrusted v0.7.1 |
| 1490 | 2026-08-25T20:51:27.806Z | Compiling pest_derive v2.8.6 |
| 1491 | 2026-08-25T20:51:27.856Z | Compiling want v0.3.1 |
| 1492 | 2026-08-25T20:51:28.015Z | Compiling tokio-util v0.7.18 |
| 1493 | 2026-08-25T20:51:28.217Z | Compiling regex-automata v0.4.14 |
| 1494 | 2026-08-25T20:51:28.235Z | Compiling hybrid-array v0.4.13 |
| 1495 | 2026-08-25T20:51:28.774Z | Compiling h2 v0.4.15 |
| 1496 | 2026-08-25T20:51:28.989Z | Compiling ipnet v2.12.0 |
| 1497 | 2026-08-25T20:51:29.003Z | Compiling scroll_derive v0.13.1 |
| 1498 | 2026-08-25T20:51:29.018Z | Compiling darling_core v0.20.11 |
| 1499 | 2026-08-25T20:51:29.515Z | Compiling foreign-types-shared v0.1.1 |
| 1500 | 2026-08-25T20:51:29.603Z | Compiling rustls v0.23.41 |
| 1501 | 2026-08-25T20:51:29.772Z | Compiling httpdate v1.0.3 |
| 1502 | 2026-08-25T20:51:29.811Z | Compiling tap v1.0.1 |
| 1503 | 2026-08-25T20:51:29.824Z | Compiling maybe-uninit v2.0.0 |
| 1504 | 2026-08-25T20:51:29.897Z | Compiling untrusted v0.9.0 |
| 1505 | 2026-08-25T20:51:29.917Z | Compiling openssl v0.10.80 |
| 1506 | 2026-08-25T20:51:29.992Z | Compiling wyz v0.5.1 |
| 1507 | 2026-08-25T20:51:30.016Z | Compiling scroll v0.13.0 |
| 1508 | 2026-08-25T20:51:30.122Z | Compiling foreign-types v0.3.2 |
| 1509 | 2026-08-25T20:51:30.178Z | Compiling unicode-normalization v0.1.25 |
| 1510 | 2026-08-25T20:51:30.281Z | Compiling rand_chacha v0.3.1 |
| 1511 | 2026-08-25T20:51:30.351Z | Compiling signature v2.2.0 |
| 1512 | 2026-08-25T20:51:30.538Z | Compiling hex v0.4.3 |
| 1513 | 2026-08-25T20:51:30.589Z | Compiling openssl-macros v0.1.1 |
| 1514 | 2026-08-25T20:51:30.634Z | Compiling thiserror-impl v1.0.69 |
| 1515 | 2026-08-25T20:51:30.802Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1516 | 2026-08-25T20:51:30.971Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1517 | 2026-08-25T20:51:31.047Z | Compiling num-integer v0.1.46 |
| 1518 | 2026-08-25T20:51:31.071Z | Compiling wait-timeout v0.2.1 |
| 1519 | 2026-08-25T20:51:31.262Z | Compiling darling_macro v0.20.11 |
| 1520 | 2026-08-25T20:51:31.326Z | Compiling ahash v0.8.12 |
| 1521 | 2026-08-25T20:51:31.342Z | Compiling packed_struct v0.10.1 |
| 1522 | 2026-08-25T20:51:31.354Z | Compiling quick-error v1.2.3 |
| 1523 | 2026-08-25T20:51:31.457Z | Compiling num-bigint-dig v0.8.6 |
| 1524 | 2026-08-25T20:51:31.523Z | Compiling num-conv v0.2.0 |
| 1525 | 2026-08-25T20:51:31.567Z | Compiling powerfmt v0.2.0 |
| 1526 | 2026-08-25T20:51:31.638Z | Compiling time-core v0.1.8 |
| 1527 | 2026-08-25T20:51:31.652Z | Compiling funty v2.0.0 |
| 1528 | 2026-08-25T20:51:31.730Z | Compiling bit-vec v0.8.0 |
| 1529 | 2026-08-25T20:51:31.764Z | Compiling native-tls v0.2.18 |
| 1530 | 2026-08-25T20:51:31.783Z | Compiling time-macros v0.2.27 |
| 1531 | 2026-08-25T20:51:31.861Z | Compiling thiserror v1.0.69 |
| 1532 | 2026-08-25T20:51:31.957Z | Compiling hyper v1.10.1 |
| 1533 | 2026-08-25T20:51:31.962Z | Compiling bit-set v0.8.0 |
| 1534 | 2026-08-25T20:51:31.998Z | Compiling bitvec v1.0.1 |
| 1535 | 2026-08-25T20:51:32.141Z | Compiling darling v0.20.11 |
| 1536 | 2026-08-25T20:51:32.212Z | Compiling deranged v0.5.8 |
| 1537 | 2026-08-25T20:51:32.264Z | Compiling clap_builder v4.6.0 |
| 1538 | 2026-08-25T20:51:32.329Z | Compiling rusty-fork v0.3.1 |
| 1539 | 2026-08-25T20:51:32.819Z | Compiling num-iter v0.1.45 |
| 1540 | 2026-08-25T20:51:33.156Z | Compiling hyper-util v0.1.20 |
| 1541 | 2026-08-25T20:51:33.391Z | Compiling rand v0.8.6 |
| 1542 | 2026-08-25T20:51:33.502Z | Compiling goblin v0.10.5 |
| 1543 | 2026-08-25T20:51:33.708Z | Compiling packed_struct_codegen v0.10.1 |
| 1544 | 2026-08-25T20:51:34.182Z | Compiling lazy_static v1.5.0 |
| 1545 | 2026-08-25T20:51:34.276Z | Compiling hmac v0.12.1 |
| 1546 | 2026-08-25T20:51:34.451Z | Compiling toml_datetime v0.6.11 |
| 1547 | 2026-08-25T20:51:34.726Z | Compiling serde_spanned v0.6.9 |
| 1548 | 2026-08-25T20:51:34.799Z | Compiling zerocopy-derive v0.6.6 |
| 1549 | 2026-08-25T20:51:34.873Z | Compiling bitfield-macros v0.19.4 |
| 1550 | 2026-08-25T20:51:34.904Z | Compiling clap_derive v4.6.1 |
| 1551 | 2026-08-25T20:51:35.215Z | Compiling rand_xorshift v0.4.0 |
| 1552 | 2026-08-25T20:51:35.378Z | Compiling sync_wrapper v1.0.2 |
| 1553 | 2026-08-25T20:51:35.486Z | Compiling indexmap v1.9.3 |
| 1554 | 2026-08-25T20:51:35.576Z | Compiling crc-catalog v2.4.0 |
| 1555 | 2026-08-25T20:51:35.626Z | Compiling num_threads v0.1.7 |
| 1556 | 2026-08-25T20:51:35.669Z | Compiling unarray v0.1.4 |
| 1557 | 2026-08-25T20:51:35.682Z | Compiling siphasher v1.0.2 |
| 1558 | 2026-08-25T20:51:35.721Z | Compiling crossbeam-utils v0.8.21 |
| 1559 | 2026-08-25T20:51:35.776Z | Compiling zlib-rs v0.6.2 |
| 1560 | 2026-08-25T20:51:35.862Z | Compiling nodrop v0.1.14 |
| 1561 | 2026-08-25T20:51:35.917Z | Compiling unicode-segmentation v1.12.0 |
| 1562 | 2026-08-25T20:51:35.954Z | Compiling object v0.37.3 |
| 1563 | 2026-08-25T20:51:36.001Z | Compiling usdt-impl v0.6.0 |
| 1564 | 2026-08-25T20:51:36.200Z | Compiling paste v1.0.15 |
| 1565 | 2026-08-25T20:51:36.258Z | Compiling dof v0.4.0 |
| 1566 | 2026-08-25T20:51:36.325Z | Compiling array-init v0.0.4 |
| 1567 | 2026-08-25T20:51:36.500Z | Compiling proptest v1.11.0 |
| 1568 | 2026-08-25T20:51:36.645Z | Compiling clap v4.6.1 |
| 1569 | 2026-08-25T20:51:36.660Z | Compiling time v0.3.47 |
| 1570 | 2026-08-25T20:51:36.743Z | Compiling crc v3.4.0 |
| 1571 | 2026-08-25T20:51:36.932Z | Compiling zerocopy v0.6.6 |
| 1572 | 2026-08-25T20:51:37.245Z | Compiling bitfield v0.19.4 |
| 1573 | 2026-08-25T20:51:37.385Z | Compiling tower v0.5.3 |
| 1574 | 2026-08-25T20:51:37.824Z | Compiling smallvec v0.6.14 |
| 1575 | 2026-08-25T20:51:38.144Z | Compiling derive_builder_core v0.20.2 |
| 1576 | 2026-08-25T20:51:38.344Z | Compiling dtrace-parser v0.3.0 |
| 1577 | 2026-08-25T20:51:38.943Z | Compiling flate2 v1.1.9 |
| 1578 | 2026-08-25T20:51:38.961Z | Compiling ipnetwork v0.21.1 |
| 1579 | 2026-08-25T20:51:38.975Z | Compiling pkcs1 v0.7.5 |
| 1580 | 2026-08-25T20:51:39.048Z | Compiling http-body-util v0.1.3 |
| 1581 | 2026-08-25T20:51:39.115Z | Compiling heapless v0.7.17 |
| 1582 | 2026-08-25T20:51:39.289Z | Compiling structmeta-derive v0.3.0 |
| 1583 | 2026-08-25T20:51:39.333Z | Compiling scroll_derive v0.12.1 |
| 1584 | 2026-08-25T20:51:39.336Z | Compiling slog v2.8.2 |
| 1585 | 2026-08-25T20:51:39.360Z | Compiling darling_core v0.23.0 |
| 1586 | 2026-08-25T20:51:39.363Z | Compiling thread-id v5.1.0 |
| 1587 | 2026-08-25T20:51:39.499Z | Compiling cookie v0.18.1 |
| 1588 | 2026-08-25T20:51:39.574Z | Compiling env_filter v2.0.0 |
| 1589 | 2026-08-25T20:51:39.677Z | Compiling syn v3.0.3 |
| 1590 | 2026-08-25T20:51:39.872Z | Compiling winnow v0.5.40 |
| 1591 | 2026-08-25T20:51:39.999Z | Compiling allocator-api2 v0.2.21 |
| 1592 | 2026-08-25T20:51:40.338Z | Compiling hashbrown v0.12.3 |
| 1593 | 2026-08-25T20:51:40.407Z | Compiling unicode-properties v0.1.4 |
| 1594 | 2026-08-25T20:51:40.621Z | Compiling iri-string v0.7.10 |
| 1595 | 2026-08-25T20:51:40.908Z | Compiling base64 v0.21.7 |
| 1596 | 2026-08-25T20:51:41.149Z | Compiling anyhow v1.0.104 |
| 1597 | 2026-08-25T20:51:41.299Z | Compiling signal-hook v0.3.18 |
| 1598 | 2026-08-25T20:51:41.442Z | Compiling unicode-bidi v0.3.18 |
| 1599 | 2026-08-25T20:51:41.466Z | Compiling gimli v0.32.3 |
| 1600 | 2026-08-25T20:51:41.906Z | Compiling zstd-safe v7.2.4 |
| 1601 | 2026-08-25T20:51:41.962Z | Compiling ryu v1.0.23 |
| 1602 | 2026-08-25T20:51:42.099Z | Compiling serde_urlencoded v0.7.1 |
| 1603 | 2026-08-25T20:51:42.130Z | Compiling darling_macro v0.23.0 |
| 1604 | 2026-08-25T20:51:42.143Z | Compiling stringprep v0.1.5 |
| 1605 | 2026-08-25T20:51:42.382Z | Compiling tower-http v0.6.8 |
| 1606 | 2026-08-25T20:51:42.612Z | Compiling toml_edit v0.19.15 |
| 1607 | 2026-08-25T20:51:42.778Z | Compiling ron v0.8.1 |
| 1608 | 2026-08-25T20:51:43.109Z | Compiling daft-derive v0.1.8 |
| 1609 | 2026-08-25T20:51:43.178Z | Compiling addr2line v0.25.1 |
| 1610 | 2026-08-25T20:51:43.249Z | Compiling structmeta v0.3.0 |
| 1611 | 2026-08-25T20:51:43.378Z | Compiling scroll v0.12.0 |
| 1612 | 2026-08-25T20:51:43.457Z | Compiling env_logger v0.11.11 |
| 1613 | 2026-08-25T20:51:43.689Z | Compiling oxnet v0.1.6 |
| 1614 | 2026-08-25T20:51:43.710Z | Compiling rsa v0.9.10 |
| 1615 | 2026-08-25T20:51:43.893Z | Compiling derive_builder_macro v0.20.2 |
| 1616 | 2026-08-25T20:51:43.923Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1617 | 2026-08-25T20:51:44.109Z | Compiling newtype-uuid v1.3.2 |
| 1618 | 2026-08-25T20:51:44.147Z | Compiling hashbrown v0.13.2 |
| 1619 | 2026-08-25T20:51:44.272Z | Compiling bzip2 v0.4.4 |
| 1620 | 2026-08-25T20:51:44.439Z | Compiling serde-hex v0.1.0 |
| 1621 | 2026-08-25T20:51:44.517Z | Compiling tokio-native-tls v0.3.1 |
| 1622 | 2026-08-25T20:51:44.658Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1623 | 2026-08-25T20:51:44.692Z | Compiling camino v1.2.5 |
| 1624 | 2026-08-25T20:51:45.354Z | Compiling bstr v1.12.1 |
| 1625 | 2026-08-25T20:51:45.572Z | Compiling block-buffer v0.12.1 |
| 1626 | 2026-08-25T20:51:45.773Z | Compiling crypto-common v0.2.2 |
| 1627 | 2026-08-25T20:51:45.995Z | Compiling block-padding v0.4.2 |
| 1628 | 2026-08-25T20:51:46.166Z | Compiling rustls-native-certs v0.8.3 |
| 1629 | 2026-08-25T20:51:46.217Z | Compiling x509-cert v0.2.5 |
| 1630 | 2026-08-25T20:51:46.460Z | Compiling md-5 v0.10.6 |
| 1631 | 2026-08-25T20:51:46.630Z | Compiling serde_tokenstream v0.2.3 |
| 1632 | 2026-08-25T20:51:46.752Z | Compiling erased-serde v0.3.31 |
| 1633 | 2026-08-25T20:51:46.940Z | Compiling curve25519-dalek v4.1.3 |
| 1634 | 2026-08-25T20:51:47.242Z | Compiling async-trait v0.1.89 |
| 1635 | 2026-08-25T20:51:47.277Z | Compiling pin-project-internal v1.1.11 |
| 1636 | 2026-08-25T20:51:47.425Z | Compiling zerocopy-derive v0.7.35 |
| 1637 | 2026-08-25T20:51:47.491Z | Compiling vergen-lib v9.1.0 |
| 1638 | 2026-08-25T20:51:47.663Z | Compiling hash32 v0.2.1 |
| 1639 | 2026-08-25T20:51:47.802Z | Compiling memoffset v0.9.1 |
| 1640 | 2026-08-25T20:51:47.855Z | Compiling encoding_rs v0.8.35 |
| 1641 | 2026-08-25T20:51:47.989Z | Compiling owo-colors v4.3.0 |
| 1642 | 2026-08-25T20:51:48.063Z | Compiling rustc-demangle v0.1.27 |
| 1643 | 2026-08-25T20:51:48.241Z | Compiling crc-any v2.5.0 |
| 1644 | 2026-08-25T20:51:48.280Z | Compiling rustix v0.38.44 |
| 1645 | 2026-08-25T20:51:48.294Z | Compiling cfg_aliases v0.2.1 |
| 1646 | 2026-08-25T20:51:48.356Z | Compiling psl-types v2.0.11 |
| 1647 | 2026-08-25T20:51:48.371Z | Compiling mime v0.3.17 |
| 1648 | 2026-08-25T20:51:48.455Z | Compiling litrs v1.0.0 |
| 1649 | 2026-08-25T20:51:48.469Z | Compiling smoltcp v0.9.1 |
| 1650 | 2026-08-25T20:51:48.480Z | Compiling fallible-iterator v0.2.0 |
| 1651 | 2026-08-25T20:51:48.493Z | Compiling ref-cast v1.0.25 |
| 1652 | 2026-08-25T20:51:48.616Z | Compiling publicsuffix v2.3.0 |
| 1653 | 2026-08-25T20:51:48.684Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1654 | 2026-08-25T20:51:48.778Z | Compiling postgres-protocol v0.6.10 |
| 1655 | 2026-08-25T20:51:48.782Z | Compiling nix v0.31.2 |
| 1656 | 2026-08-25T20:51:48.877Z | Compiling pin-project v1.1.11 |
| 1657 | 2026-08-25T20:51:48.886Z | Compiling backtrace v0.3.76 |
| 1658 | 2026-08-25T20:51:48.922Z | Compiling zerocopy v0.7.35 |
| 1659 | 2026-08-25T20:51:48.942Z | Compiling document-features v0.2.12 |
| 1660 | 2026-08-25T20:51:49.408Z | Compiling inout v0.2.2 |
| 1661 | 2026-08-25T20:51:49.511Z | Compiling daft v0.1.8 |
| 1662 | 2026-08-25T20:51:49.526Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1663 | 2026-08-25T20:51:49.588Z | Compiling hyper-tls v0.6.0 |
| 1664 | 2026-08-25T20:51:49.756Z | Compiling object v0.30.4 |
| 1665 | 2026-08-25T20:51:49.777Z | Compiling zip v0.6.6 |
| 1666 | 2026-08-25T20:51:49.791Z | Compiling derive_builder v0.20.2 |
| 1667 | 2026-08-25T20:51:49.805Z | Compiling toml v0.7.8 |
| 1668 | 2026-08-25T20:51:49.912Z | Compiling goblin v0.8.2 |
| 1669 | 2026-08-25T20:51:50.082Z | Compiling derive-ex v0.1.8 |
| 1670 | 2026-08-25T20:51:50.408Z | Compiling darling v0.23.0 |
| 1671 | 2026-08-25T20:51:50.533Z | Compiling convert_case v0.10.0 |
| 1672 | 2026-08-25T20:51:50.686Z | Compiling phf_shared v0.13.1 |
| 1673 | 2026-08-25T20:51:50.786Z | Compiling regex v1.12.3 |
| 1674 | 2026-08-25T20:51:50.825Z | Compiling hubpack_derive v0.1.1 |
| 1675 | 2026-08-25T20:51:50.925Z | Compiling futures-executor v0.3.32 |
| 1676 | 2026-08-25T20:51:51.186Z | Compiling snafu-derive v0.8.9 |
| 1677 | 2026-08-25T20:51:51.200Z | Compiling ref-cast-impl v1.0.25 |
| 1678 | 2026-08-25T20:51:51.269Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1679 | 2026-08-25T20:51:51.729Z | Compiling strum_macros v0.27.2 |
| 1680 | 2026-08-25T20:51:51.743Z | Compiling vergen v9.1.0 |
| 1681 | 2026-08-25T20:51:51.896Z | Compiling cargo-platform v0.3.2 |
| 1682 | 2026-08-25T20:51:51.917Z | Compiling ff v0.13.1 |
| 1683 | 2026-08-25T20:51:52.058Z | Compiling fs-err v3.3.0 |
| 1684 | 2026-08-25T20:51:52.163Z | Compiling path-slash v0.1.5 |
| 1685 | 2026-08-25T20:51:52.239Z | Compiling foldhash v0.1.5 |
| 1686 | 2026-08-25T20:51:52.295Z | Compiling bumpalo v3.20.2 |
| 1687 | 2026-08-25T20:51:52.475Z | Compiling jiff-core v0.1.0 |
| 1688 | 2026-08-25T20:51:52.557Z | Compiling bitflags v1.3.2 |
| 1689 | 2026-08-25T20:51:52.580Z | Compiling managed v0.8.0 |
| 1690 | 2026-08-25T20:51:52.631Z | Compiling foldhash v0.2.0 |
| 1691 | 2026-08-25T20:51:52.798Z | Compiling same-file v1.0.6 |
| 1692 | 2026-08-25T20:51:52.848Z | Compiling base16ct v0.2.0 |
| 1693 | 2026-08-25T20:51:52.974Z | Compiling libbz2-rs-sys v0.2.2 |
| 1694 | 2026-08-25T20:51:53.030Z | Compiling either v1.15.0 |
| 1695 | 2026-08-25T20:51:53.085Z | Compiling is_ci v1.2.0 |
| 1696 | 2026-08-25T20:51:53.226Z | Compiling supports-color v3.0.2 |
| 1697 | 2026-08-25T20:51:53.253Z | Compiling jiff v0.2.34 |
| 1698 | 2026-08-25T20:51:53.374Z | Compiling snafu v0.8.9 |
| 1699 | 2026-08-25T20:51:53.398Z | Compiling textwrap v0.16.2 |
| 1700 | 2026-08-25T20:51:53.495Z | Compiling bzip2 v0.6.1 |
| 1701 | 2026-08-25T20:51:53.729Z | Compiling sec1 v0.7.3 |
| 1702 | 2026-08-25T20:51:53.763Z | Compiling strum v0.27.2 |
| 1703 | 2026-08-25T20:51:53.763Z | Compiling walkdir v2.5.0 |
| 1704 | 2026-08-25T20:51:53.763Z | Compiling hashbrown v0.16.1 |
| 1705 | 2026-08-25T20:51:53.841Z | Compiling zopfli v0.8.3 |
| 1706 | 2026-08-25T20:51:53.917Z | Compiling hashbrown v0.15.5 |
| 1707 | 2026-08-25T20:51:54.010Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1708 | 2026-08-25T20:51:54.413Z | Compiling dof v0.3.0 |
| 1709 | 2026-08-25T20:51:54.486Z | Compiling cargo_metadata v0.23.1 |
| 1710 | 2026-08-25T20:51:54.509Z | Compiling group v0.13.0 |
| 1711 | 2026-08-25T20:51:54.792Z | Compiling test-strategy v0.4.5 |
| 1712 | 2026-08-25T20:51:55.135Z | Compiling hubpack v0.1.2 |
| 1713 | 2026-08-25T20:51:55.356Z | Compiling futures v0.3.32 |
| 1714 | 2026-08-25T20:51:55.420Z | Compiling phf v0.13.1 |
| 1715 | 2026-08-25T20:51:55.440Z | Compiling derive_more-impl v2.1.1 |
| 1716 | 2026-08-25T20:51:55.584Z | Compiling signal-hook-mio v0.2.5 |
| 1717 | 2026-08-25T20:51:55.859Z | Compiling serde_with_macros v3.21.0 |
| 1718 | 2026-08-25T20:51:56.073Z | Compiling cookie_store v0.22.1 |
| 1719 | 2026-08-25T20:51:56.283Z | Compiling zstd v0.13.3 |
| 1720 | 2026-08-25T20:51:56.547Z | Compiling reqwest v0.12.28 |
| 1721 | 2026-08-25T20:51:56.591Z | Compiling cipher v0.5.2 |
| 1722 | 2026-08-25T20:51:56.729Z | Compiling backtrace-ext v0.2.1 |
| 1723 | 2026-08-25T20:51:56.900Z | Compiling postgres-types v0.2.12 |
| 1724 | 2026-08-25T20:51:56.983Z | Compiling usdt-macro v0.6.0 |
| 1725 | 2026-08-25T20:51:57.454Z | Compiling usdt-attr-macro v0.6.0 |
| 1726 | 2026-08-25T20:51:57.600Z | Compiling globset v0.4.18 |
| 1727 | 2026-08-25T20:51:57.625Z | Compiling phf_shared v0.11.3 |
| 1728 | 2026-08-25T20:51:57.740Z | Compiling hkdf v0.12.4 |
| 1729 | 2026-08-25T20:51:57.806Z | Compiling dtrace-parser v0.2.0 |
| 1730 | 2026-08-25T20:51:57.809Z | Compiling byte-wrapper v0.1.0 |
| 1731 | 2026-08-25T20:51:57.908Z | Compiling olpc-cjson v0.1.4 |
| 1732 | 2026-08-25T20:51:58.001Z | Compiling ed25519 v2.2.3 |
| 1733 | 2026-08-25T20:51:58.068Z | Compiling crypto-bigint v0.5.5 |
| 1734 | 2026-08-25T20:51:58.146Z | Compiling serde_plain v1.0.2 |
| 1735 | 2026-08-25T20:51:58.245Z | Compiling serde-big-array v0.5.1 |
| 1736 | 2026-08-25T20:51:58.265Z | Compiling enum-as-inner v0.6.1 |
| 1737 | 2026-08-25T20:51:58.345Z | Compiling miette-derive v7.6.0 |
| 1738 | 2026-08-25T20:51:58.385Z | Compiling async-recursion v1.1.1 |
| 1739 | 2026-08-25T20:51:58.539Z | Compiling strum_macros v0.26.4 |
| 1740 | 2026-08-25T20:51:58.767Z | Compiling serde_repr v0.1.20 |
| 1741 | 2026-08-25T20:51:58.897Z | Compiling pem v3.0.6 |
| 1742 | 2026-08-25T20:51:59.027Z | Compiling float-cmp v0.10.0 |
| 1743 | 2026-08-25T20:51:59.176Z | Compiling memmap2 v0.9.10 |
| 1744 | 2026-08-25T20:51:59.218Z | Compiling thread-id v4.2.2 |
| 1745 | 2026-08-25T20:51:59.300Z | Compiling whoami v2.1.0 |
| 1746 | 2026-08-25T20:51:59.314Z | Compiling normalize-line-endings v0.3.0 |
| 1747 | 2026-08-25T20:51:59.384Z | Compiling winnow v1.0.3 |
| 1748 | 2026-08-25T20:51:59.411Z | Compiling precomputed-hash v0.1.1 |
| 1749 | 2026-08-25T20:51:59.554Z | Compiling const-oid v0.10.2 |
| 1750 | 2026-08-25T20:51:59.567Z | Compiling supports-unicode v3.0.0 |
| 1751 | 2026-08-25T20:51:59.717Z | Compiling data-encoding v2.10.0 |
| 1752 | 2026-08-25T20:51:59.744Z | Compiling fixedbitset v0.4.2 |
| 1753 | 2026-08-25T20:51:59.775Z | Compiling supports-hyperlinks v3.2.0 |
| 1754 | 2026-08-25T20:51:59.940Z | Compiling cpufeatures v0.3.0 |
| 1755 | 2026-08-25T20:51:59.962Z | Compiling fixedbitset v0.5.7 |
| 1756 | 2026-08-25T20:52:00.019Z | Compiling typed-path v0.9.3 |
| 1757 | 2026-08-25T20:52:00.273Z | Compiling static_assertions v1.1.0 |
| 1758 | 2026-08-25T20:52:00.284Z | Compiling keccak v0.1.6 |
| 1759 | 2026-08-25T20:52:00.307Z | Compiling new_debug_unreachable v1.0.6 |
| 1760 | 2026-08-25T20:52:00.322Z | Compiling predicates-core v1.0.10 |
| 1761 | 2026-08-25T20:52:00.348Z | Compiling difflib v0.4.0 |
| 1762 | 2026-08-25T20:52:00.372Z | Compiling string_cache v0.8.9 |
| 1763 | 2026-08-25T20:52:00.421Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1764 | 2026-08-25T20:52:00.486Z | Compiling sha3 v0.10.8 |
| 1765 | 2026-08-25T20:52:00.543Z | Compiling miette v7.6.0 |
| 1766 | 2026-08-25T20:52:00.592Z | Compiling predicates v3.1.4 |
| 1767 | 2026-08-25T20:52:00.898Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1768 | 2026-08-25T20:52:00.940Z | Compiling strum v0.26.3 |
| 1769 | 2026-08-25T20:52:01.021Z | Compiling toml_edit v0.22.27 |
| 1770 | 2026-08-25T20:52:01.043Z | Compiling petgraph v0.8.3 |
| 1771 | 2026-08-25T20:52:01.077Z | Compiling hickory-proto v0.25.2 |
| 1772 | 2026-08-25T20:52:01.226Z | Compiling chacha20 v0.10.0 |
| 1773 | 2026-08-25T20:52:01.242Z | Compiling petgraph v0.6.5 |
| 1774 | 2026-08-25T20:52:01.606Z | Compiling digest v0.11.3 |
| 1775 | 2026-08-25T20:52:01.672Z | Compiling tokio-postgres v0.7.16 |
| 1776 | 2026-08-25T20:52:01.823Z | Compiling usdt v0.6.0 |
| 1777 | 2026-08-25T20:52:02.077Z | Compiling usdt-impl v0.5.0 |
| 1778 | 2026-08-25T20:52:02.641Z | Compiling elliptic-curve v0.13.8 |
| 1779 | 2026-08-25T20:52:02.699Z | Compiling ed25519-dalek v2.2.0 |
| 1780 | 2026-08-25T20:52:02.981Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1781 | 2026-08-25T20:52:03.037Z | Compiling crossterm v0.28.1 |
| 1782 | 2026-08-25T20:52:03.218Z | Compiling serde_with v3.21.0 |
| 1783 | 2026-08-25T20:52:03.717Z | Compiling derive_more v2.1.1 |
| 1784 | 2026-08-25T20:52:03.823Z | Compiling zip v4.6.1 |
| 1785 | 2026-08-25T20:52:04.263Z | Compiling iddqd v0.4.2 |
| 1786 | 2026-08-25T20:52:04.460Z | Compiling itertools v0.13.0 |
| 1787 | 2026-08-25T20:52:04.735Z | Compiling itertools v0.15.0 |
| 1788 | 2026-08-25T20:52:04.752Z | Compiling similar v2.7.0 |
| 1789 | 2026-08-25T20:52:05.019Z | Compiling crossbeam-epoch v0.9.18 |
| 1790 | 2026-08-25T20:52:05.363Z | Compiling heck v0.4.1 |
| 1791 | 2026-08-25T20:52:05.374Z | Compiling tokio-stream v0.1.18 |
| 1792 | 2026-08-25T20:52:05.572Z | Compiling buf-list v1.1.2 |
| 1793 | 2026-08-25T20:52:05.588Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1794 | 2026-08-25T20:52:05.601Z | Compiling openapiv3 v2.2.0 |
| 1795 | 2026-08-25T20:52:05.693Z | Compiling peg-runtime v0.8.5 |
| 1796 | 2026-08-25T20:52:05.720Z | Compiling lalrpop-util v0.19.12 |
| 1797 | 2026-08-25T20:52:05.822Z | Compiling thread_local v1.1.9 |
| 1798 | 2026-08-25T20:52:05.838Z | Compiling slog-async v2.8.0 |
| 1799 | 2026-08-25T20:52:05.874Z | Compiling crossbeam-channel v0.5.15 |
| 1800 | 2026-08-25T20:52:05.906Z | Compiling is-terminal v0.4.17 |
| 1801 | 2026-08-25T20:52:05.967Z | Compiling filetime v0.2.27 |
| 1802 | 2026-08-25T20:52:06.003Z | Compiling take_mut v0.2.2 |
| 1803 | 2026-08-25T20:52:06.060Z | Compiling xattr v1.6.1 |
| 1804 | 2026-08-25T20:52:06.073Z | Compiling term v1.2.1 |
| 1805 | 2026-08-25T20:52:06.109Z | Compiling camino-tempfile v1.4.1 |
| 1806 | 2026-08-25T20:52:06.318Z | Compiling slog-term v2.9.2 |
| 1807 | 2026-08-25T20:52:06.333Z | Compiling tar v0.4.46 |
| 1808 | 2026-08-25T20:52:12.267Z | Compiling rustls-webpki v0.103.13 |
| 1809 | 2026-08-25T20:52:14.967Z | Compiling tokio-rustls v0.26.4 |
| 1810 | 2026-08-25T20:52:14.967Z | Compiling rustls-platform-verifier v0.6.2 |
| 1811 | 2026-08-25T20:52:14.967Z | Compiling tough v0.22.0 |
| 1812 | 2026-08-25T20:52:15.180Z | Compiling hyper-rustls v0.27.7 |
| 1813 | 2026-08-25T20:52:15.387Z | Compiling reqwest v0.13.2 |
| 1814 | 2026-08-25T20:52:17.595Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1815 | 2026-08-25T20:52:17.805Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1816 | 2026-08-25T20:52:20.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1817 | 2026-08-25T20:52:20.855Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1818 | 2026-08-25T20:52:20.910Z | Aug 25 20:52:19.113 INFO Starting download, target: Cockroach |
| 1819 | 2026-08-25T20:52:20.910Z | Aug 25 20:52:19.114 INFO Starting download, target: Console |
| 1820 | 2026-08-25T20:52:20.914Z | Aug 25 20:52:19.114 INFO Starting download, target: Clickhouse |
| 1821 | 2026-08-25T20:52:20.914Z | Aug 25 20:52:19.114 INFO Starting download, target: DendriteStub |
| 1822 | 2026-08-25T20:52:20.914Z | Aug 25 20:52:19.114 INFO Starting download, target: MaghemiteMgd |
| 1823 | 2026-08-25T20:52:20.914Z | Aug 25 20:52:19.114 INFO Starting download, target: MaghemiteDdmd |
| 1824 | 2026-08-25T20:52:20.914Z | Aug 25 20:52:19.114 INFO Starting download, target: TransceiverControl |
| 1825 | 2026-08-25T20:52:20.914Z | Aug 25 20:52:19.114 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1826 | 2026-08-25T20:52:20.914Z | Aug 25 20:52:19.114 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1827 | 2026-08-25T20:52:20.914Z | Aug 25 20:52:19.114 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1828 | 2026-08-25T20:52:20.914Z | Aug 25 20:52:19.114 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1829 | 2026-08-25T20:52:20.914Z | Aug 25 20:52:19.114 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1830 | 2026-08-25T20:52:20.914Z | Aug 25 20:52:19.114 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1831 | 2026-08-25T20:52:20.914Z | Aug 25 20:52:19.114 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1832 | 2026-08-25T20:52:21.205Z | Aug 25 20:52:19.406 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1833 | 2026-08-25T20:52:21.430Z | Aug 25 20:52:19.623 INFO Download complete, target: TransceiverControl |
| 1834 | 2026-08-25T20:52:22.676Z | Aug 25 20:52:20.875 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1835 | 2026-08-25T20:52:22.680Z | Aug 25 20:52:20.880 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1836 | 2026-08-25T20:52:22.782Z | Aug 25 20:52:20.969 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1837 | 2026-08-25T20:52:22.831Z | Aug 25 20:52:21.031 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1838 | 2026-08-25T20:52:22.920Z | Aug 25 20:52:21.121 INFO Download complete, target: Console |
| 1839 | 2026-08-25T20:52:23.604Z | Aug 25 20:52:21.807 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1840 | 2026-08-25T20:52:23.647Z | Aug 25 20:52:21.850 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1841 | 2026-08-25T20:52:23.647Z | Aug 25 20:52:21.850 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1842 | 2026-08-25T20:52:24.804Z | Aug 25 20:52:23.007 INFO Download complete, target: MaghemiteDdmd |
| 1843 | 2026-08-25T20:52:25.196Z | Aug 25 20:52:23.399 INFO Download complete, target: DendriteStub |
| 1844 | 2026-08-25T20:52:25.374Z | Aug 25 20:52:23.577 INFO Download complete, target: MaghemiteMgd |
| 1845 | 2026-08-25T20:52:28.247Z | Aug 25 20:52:26.439 INFO Checking that binary works, target: Cockroach |
| 1846 | 2026-08-25T20:52:28.353Z | Aug 25 20:52:26.554 INFO Download complete, target: Cockroach |
| 1847 | 2026-08-25T20:52:30.246Z | Aug 25 20:52:28.448 INFO Checking that binary works, target: Clickhouse |
| 1848 | 2026-08-25T20:52:30.355Z | Aug 25 20:52:28.558 INFO Download complete, target: Clickhouse |
| 1849 | 2026-08-25T20:52:30.370Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1850 | 2026-08-25T20:52:30.373Z | |
| 1851 | 2026-08-25T20:52:30.373Z | real 2:15.075052038 |
| 1852 | 2026-08-25T20:52:30.373Z | user 7:22.246114644 |
| 1853 | 2026-08-25T20:52:30.373Z | sys 1:26.051218596 |
| 1854 | 2026-08-25T20:52:30.373Z | trap 0.247282502 |
| 1855 | 2026-08-25T20:52:30.373Z | tflt 0.539681763 |
| 1856 | 2026-08-25T20:52:30.373Z | dflt 0.965024877 |
| 1857 | 2026-08-25T20:52:30.373Z | kflt 0.023548011 |
| 1858 | 2026-08-25T20:52:30.373Z | lock 28:04.517013528 |
| 1859 | 2026-08-25T20:52:30.373Z | slp 22:21.889210873 |
| 1860 | 2026-08-25T20:52:30.373Z | lat 46.067166624 |
| 1861 | 2026-08-25T20:52:30.374Z | stop 2:36.303952346 |
| 1862 | 2026-08-25T20:52:30.374Z | + banner clippy |
| 1863 | 2026-08-25T20:52:30.374Z | |
| 1864 | 2026-08-25T20:52:30.374Z | #### # # ##### ##### # # |
| 1865 | 2026-08-25T20:52:30.374Z | # # # # # # # # # # |
| 1866 | 2026-08-25T20:52:30.374Z | # # # # # # # # |
| 1867 | 2026-08-25T20:52:30.374Z | # # # ##### ##### # |
| 1868 | 2026-08-25T20:52:30.374Z | # # # # # # # |
| 1869 | 2026-08-25T20:52:30.374Z | #### ###### # # # # |
| 1870 | 2026-08-25T20:52:30.374Z | |
| 1871 | 2026-08-25T20:52:30.374Z | + export CARGO_INCREMENTAL=0 |
| 1872 | 2026-08-25T20:52:30.374Z | + CARGO_INCREMENTAL=0 |
| 1873 | 2026-08-25T20:52:30.374Z | + ptime -m cargo xtask clippy |
| 1874 | 2026-08-25T20:52:30.845Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1875 | 2026-08-25T20:52:31.123Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1876 | 2026-08-25T20:52:32.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 1877 | 2026-08-25T20:52:32.970Z | Running `target/debug/xtask clippy` |
| 1878 | 2026-08-25T20:52:32.992Z | running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1879 | 2026-08-25T20:52:33.558Z | Downloading crates ... |
| 1880 | 2026-08-25T20:52:33.733Z | Downloaded assert-json-diff v2.0.2 |
| 1881 | 2026-08-25T20:52:33.735Z | Downloaded cast v0.3.0 |
| 1882 | 2026-08-25T20:52:33.735Z | Downloaded approx v0.5.1 |
| 1883 | 2026-08-25T20:52:33.735Z | Downloaded assert_cmd v2.1.2 |
| 1884 | 2026-08-25T20:52:33.739Z | Downloaded async-object-pool v0.2.0 |
| 1885 | 2026-08-25T20:52:33.739Z | Downloaded constant_time_eq v0.3.1 |
| 1886 | 2026-08-25T20:52:33.739Z | Downloaded anes v0.1.6 |
| 1887 | 2026-08-25T20:52:33.739Z | Downloaded criterion-plot v0.6.0 |
| 1888 | 2026-08-25T20:52:33.742Z | Downloaded concurrent-queue v2.5.0 |
| 1889 | 2026-08-25T20:52:33.742Z | Downloaded blake2b_simd v1.0.4 |
| 1890 | 2026-08-25T20:52:33.742Z | Downloaded cfg-expr v0.20.6 |
| 1891 | 2026-08-25T20:52:33.742Z | Downloaded criterion v0.7.0 |
| 1892 | 2026-08-25T20:52:33.745Z | Downloaded async-lock v3.4.2 |
| 1893 | 2026-08-25T20:52:33.748Z | Downloaded datatest-stable v0.3.3 |
| 1894 | 2026-08-25T20:52:33.752Z | Downloaded event-listener-strategy v0.5.4 |
| 1895 | 2026-08-25T20:52:33.752Z | Downloaded escape8259 v0.5.3 |
| 1896 | 2026-08-25T20:52:33.752Z | Downloaded event-listener v5.4.1 |
| 1897 | 2026-08-25T20:52:33.752Z | Downloaded fancy-regex v0.14.0 |
| 1898 | 2026-08-25T20:52:33.756Z | Downloaded futures-timer v3.0.3 |
| 1899 | 2026-08-25T20:52:33.756Z | Downloaded guppy v0.17.25 |
| 1900 | 2026-08-25T20:52:33.758Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1901 | 2026-08-25T20:52:33.758Z | Downloaded hex-literal v0.4.1 |
| 1902 | 2026-08-25T20:52:33.758Z | Downloaded hickory-client v0.25.2 |
| 1903 | 2026-08-25T20:52:33.759Z | Downloaded httptest v0.16.4 |
| 1904 | 2026-08-25T20:52:33.761Z | Downloaded knuffel-derive v3.2.0 |
| 1905 | 2026-08-25T20:52:33.761Z | Downloaded libtest-mimic v0.8.1 |
| 1906 | 2026-08-25T20:52:33.762Z | Downloaded miette-derive v5.10.0 |
| 1907 | 2026-08-25T20:52:33.765Z | Downloaded nested v0.1.1 |
| 1908 | 2026-08-25T20:52:33.765Z | Downloaded knuffel v3.2.0 |
| 1909 | 2026-08-25T20:52:33.765Z | Downloaded linkme-impl v0.3.35 |
| 1910 | 2026-08-25T20:52:33.765Z | Downloaded parking v2.2.1 |
| 1911 | 2026-08-25T20:52:33.765Z | Downloaded pathdiff v0.2.3 |
| 1912 | 2026-08-25T20:52:33.768Z | Downloaded linkme v0.3.35 |
| 1913 | 2026-08-25T20:52:33.768Z | Downloaded owo-colors v3.5.0 |
| 1914 | 2026-08-25T20:52:33.768Z | Downloaded partial-io v0.5.4 |
| 1915 | 2026-08-25T20:52:33.771Z | Downloaded path-tree v0.8.3 |
| 1916 | 2026-08-25T20:52:33.771Z | Downloaded plotters-backend v0.3.7 |
| 1917 | 2026-08-25T20:52:33.771Z | Downloaded plotters-svg v0.3.7 |
| 1918 | 2026-08-25T20:52:33.771Z | Downloaded miette v5.10.0 |
| 1919 | 2026-08-25T20:52:33.774Z | Downloaded oorandom v11.1.5 |
| 1920 | 2026-08-25T20:52:33.774Z | Downloaded relative-path v1.9.3 |
| 1921 | 2026-08-25T20:52:33.774Z | Downloaded rust-argon2 v2.1.0 |
| 1922 | 2026-08-25T20:52:33.777Z | Downloaded rand_distr v0.5.1 |
| 1923 | 2026-08-25T20:52:33.777Z | Downloaded serde_regex v1.1.0 |
| 1924 | 2026-08-25T20:52:33.777Z | Downloaded rstest v0.25.0 |
| 1925 | 2026-08-25T20:52:33.780Z | Downloaded similar-asserts v1.7.0 |
| 1926 | 2026-08-25T20:52:33.783Z | Downloaded plotters v0.3.7 |
| 1927 | 2026-08-25T20:52:33.786Z | Downloaded rstest_macros v0.25.0 |
| 1928 | 2026-08-25T20:52:33.789Z | Downloaded stringmetrics v2.2.2 |
| 1929 | 2026-08-25T20:52:33.789Z | Downloaded supports-hyperlinks v2.1.0 |
| 1930 | 2026-08-25T20:52:33.789Z | Downloaded supports-color v2.1.0 |
| 1931 | 2026-08-25T20:52:33.792Z | Downloaded supports-unicode v2.1.0 |
| 1932 | 2026-08-25T20:52:33.792Z | Downloaded target-triple v1.0.0 |
| 1933 | 2026-08-25T20:52:33.792Z | Downloaded terminal_size v0.1.17 |
| 1934 | 2026-08-25T20:52:33.792Z | Downloaded target-lexicon v0.13.3 |
| 1935 | 2026-08-25T20:52:33.792Z | Downloaded termcolor v1.4.1 |
| 1936 | 2026-08-25T20:52:33.795Z | Downloaded tinytemplate v1.2.1 |
| 1937 | 2026-08-25T20:52:33.795Z | Downloaded target-spec v3.5.7 |
| 1938 | 2026-08-25T20:52:33.795Z | Downloaded textwrap v0.15.2 |
| 1939 | 2026-08-25T20:52:33.798Z | Downloaded trybuild v1.0.116 |
| 1940 | 2026-08-25T20:52:33.834Z | Downloaded httpmock v0.8.3 |
| 1941 | 2026-08-25T20:52:35.664Z | Checking cfg-if v1.0.4 |
| 1942 | 2026-08-25T20:52:36.038Z | Checking serde_core v1.0.228 |
| 1943 | 2026-08-25T20:52:36.039Z | Checking libc v0.2.185 |
| 1944 | 2026-08-25T20:52:36.114Z | Checking memchr v2.8.0 |
| 1945 | 2026-08-25T20:52:36.159Z | Checking smallvec v1.15.1 |
| 1946 | 2026-08-25T20:52:36.198Z | Checking rand_core v0.10.0 |
| 1947 | 2026-08-25T20:52:36.201Z | Checking itoa v1.0.17 |
| 1948 | 2026-08-25T20:52:36.273Z | Checking subtle v2.6.1 |
| 1949 | 2026-08-25T20:52:36.273Z | Checking libm v0.2.16 |
| 1950 | 2026-08-25T20:52:36.372Z | Checking log v0.4.33 |
| 1951 | 2026-08-25T20:52:36.425Z | Checking typenum v1.20.1 |
| 1952 | 2026-08-25T20:52:36.429Z | Checking scopeguard v1.2.0 |
| 1953 | 2026-08-25T20:52:36.499Z | Checking zmij v1.0.21 |
| 1954 | 2026-08-25T20:52:36.536Z | Checking getrandom v0.4.3 |
| 1955 | 2026-08-25T20:52:36.574Z | Checking errno v0.3.14 |
| 1956 | 2026-08-25T20:52:36.577Z | Checking stable_deref_trait v1.2.1 |
| 1957 | 2026-08-25T20:52:36.645Z | Checking lock_api v0.4.14 |
| 1958 | 2026-08-25T20:52:36.708Z | Checking zerofrom v0.1.6 |
| 1959 | 2026-08-25T20:52:36.752Z | Checking percent-encoding v2.3.2 |
| 1960 | 2026-08-25T20:52:36.792Z | Checking litemap v0.8.1 |
| 1961 | 2026-08-25T20:52:36.792Z | Checking writeable v0.6.2 |
| 1962 | 2026-08-25T20:52:36.864Z | Checking yoke v0.8.1 |
| 1963 | 2026-08-25T20:52:36.904Z | Checking icu_properties_data v2.1.2 |
| 1964 | 2026-08-25T20:52:36.942Z | Checking icu_normalizer_data v2.1.1 |
| 1965 | 2026-08-25T20:52:36.981Z | Checking form_urlencoded v1.2.2 |
| 1966 | 2026-08-25T20:52:37.020Z | Checking num-traits v0.2.19 |
| 1967 | 2026-08-25T20:52:37.061Z | Checking zerovec v0.11.5 |
| 1968 | 2026-08-25T20:52:37.061Z | Checking zerotrie v0.2.3 |
| 1969 | 2026-08-25T20:52:37.065Z | Checking utf8_iter v1.0.4 |
| 1970 | 2026-08-25T20:52:37.173Z | Checking zerocopy v0.8.55 |
| 1971 | 2026-08-25T20:52:37.216Z | Checking portable-atomic v1.13.1 |
| 1972 | 2026-08-25T20:52:37.255Z | Checking critical-section v1.2.0 |
| 1973 | 2026-08-25T20:52:37.294Z | Checking pin-project-lite v0.2.17 |
| 1974 | 2026-08-25T20:52:37.361Z | Checking parking_lot_core v0.9.12 |
| 1975 | 2026-08-25T20:52:37.411Z | Checking signal-hook-registry v1.4.8 |
| 1976 | 2026-08-25T20:52:37.457Z | Checking mio v1.2.0 |
| 1977 | 2026-08-25T20:52:37.518Z | Checking tinystr v0.8.2 |
| 1978 | 2026-08-25T20:52:37.556Z | Checking serde v1.0.228 |
| 1979 | 2026-08-25T20:52:37.594Z | Checking bitflags v2.11.0 |
| 1980 | 2026-08-25T20:52:37.669Z | Checking serde_json v1.0.151 |
| 1981 | 2026-08-25T20:52:37.669Z | Checking potential_utf v0.1.4 |
| 1982 | 2026-08-25T20:52:37.703Z | Checking once_cell v1.21.3 |
| 1983 | 2026-08-25T20:52:37.742Z | Checking icu_locale_core v2.1.1 |
| 1984 | 2026-08-25T20:52:37.779Z | Checking parking_lot v0.12.5 |
| 1985 | 2026-08-25T20:52:37.820Z | Checking icu_collections v2.1.1 |
| 1986 | 2026-08-25T20:52:37.861Z | Checking iana-time-zone v0.1.65 |
| 1987 | 2026-08-25T20:52:37.914Z | Checking uuid v1.23.4 |
| 1988 | 2026-08-25T20:52:37.978Z | Checking zeroize v1.9.0 |
| 1989 | 2026-08-25T20:52:38.019Z | Checking bytes v1.11.1 |
| 1990 | 2026-08-25T20:52:38.022Z | Checking chrono v0.4.45 |
| 1991 | 2026-08-25T20:52:38.152Z | Checking socket2 v0.6.3 |
| 1992 | 2026-08-25T20:52:38.202Z | Checking semver v1.0.28 |
| 1993 | 2026-08-25T20:52:38.274Z | Checking thiserror v2.0.18 |
| 1994 | 2026-08-25T20:52:38.317Z | Checking icu_provider v2.1.1 |
| 1995 | 2026-08-25T20:52:38.356Z | Checking dyn-clone v1.0.20 |
| 1996 | 2026-08-25T20:52:38.429Z | Checking rustix v1.1.4 |
| 1997 | 2026-08-25T20:52:38.433Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1998 | 2026-08-25T20:52:38.511Z | Checking futures-core v0.3.32 |
| 1999 | 2026-08-25T20:52:38.514Z | Checking tokio v1.52.1 |
| 2000 | 2026-08-25T20:52:38.544Z | Checking equivalent v1.0.2 |
| 2001 | 2026-08-25T20:52:38.617Z | Checking icu_properties v2.1.2 |
| 2002 | 2026-08-25T20:52:38.661Z | Checking icu_normalizer v2.1.1 |
| 2003 | 2026-08-25T20:52:38.703Z | Checking getrandom v0.2.17 |
| 2004 | 2026-08-25T20:52:38.798Z | Checking cmov v0.5.4 |
| 2005 | 2026-08-25T20:52:38.884Z | Checking rand_core v0.6.4 |
| 2006 | 2026-08-25T20:52:38.925Z | Checking getrandom v0.3.4 |
| 2007 | 2026-08-25T20:52:39.004Z | Checking byteorder v1.5.0 |
| 2008 | 2026-08-25T20:52:39.045Z | Checking ctutils v0.4.2 |
| 2009 | 2026-08-25T20:52:39.091Z | Checking futures-sink v0.3.32 |
| 2010 | 2026-08-25T20:52:39.130Z | Checking futures-task v0.3.32 |
| 2011 | 2026-08-25T20:52:39.220Z | Checking futures-channel v0.3.32 |
| 2012 | 2026-08-25T20:52:39.261Z | Checking slab v0.4.12 |
| 2013 | 2026-08-25T20:52:39.300Z | Checking futures-io v0.3.32 |
| 2014 | 2026-08-25T20:52:39.305Z | Checking hybrid-array v0.4.13 |
| 2015 | 2026-08-25T20:52:39.305Z | Checking fnv v1.0.7 |
| 2016 | 2026-08-25T20:52:39.437Z | Checking regex-syntax v0.8.10 |
| 2017 | 2026-08-25T20:52:39.475Z | Checking hashbrown v0.17.0 |
| 2018 | 2026-08-25T20:52:39.479Z | Checking idna_adapter v1.2.1 |
| 2019 | 2026-08-25T20:52:39.479Z | Checking futures-util v0.3.32 |
| 2020 | 2026-08-25T20:52:39.510Z | Checking generic-array v0.14.7 |
| 2021 | 2026-08-25T20:52:39.655Z | Checking idna v1.1.0 |
| 2022 | 2026-08-25T20:52:39.935Z | Checking url v2.5.8 |
| 2023 | 2026-08-25T20:52:39.938Z | Checking ppv-lite86 v0.2.21 |
| 2024 | 2026-08-25T20:52:40.011Z | Checking indexmap v2.14.0 |
| 2025 | 2026-08-25T20:52:40.085Z | Checking thiserror v1.0.69 |
| 2026 | 2026-08-25T20:52:40.150Z | Checking crypto-common v0.2.2 |
| 2027 | 2026-08-25T20:52:40.215Z | Checking base64ct v1.8.3 |
| 2028 | 2026-08-25T20:52:40.300Z | Checking const-oid v0.9.6 |
| 2029 | 2026-08-25T20:52:40.403Z | Checking schemars v0.8.22 |
| 2030 | 2026-08-25T20:52:40.476Z | Checking crypto-common v0.1.7 |
| 2031 | 2026-08-25T20:52:40.600Z | Checking block-buffer v0.12.1 |
| 2032 | 2026-08-25T20:52:40.638Z | Checking base64 v0.22.1 |
| 2033 | 2026-08-25T20:52:40.754Z | Checking rand_core v0.9.5 |
| 2034 | 2026-08-25T20:52:40.795Z | Checking block-buffer v0.10.4 |
| 2035 | 2026-08-25T20:52:40.798Z | Checking erased-serde v0.3.31 |
| 2036 | 2026-08-25T20:52:40.903Z | Checking utf8parse v0.2.2 |
| 2037 | 2026-08-25T20:52:40.960Z | Checking rand_chacha v0.9.0 |
| 2038 | 2026-08-25T20:52:41.000Z | Checking anstyle v1.0.14 |
| 2039 | 2026-08-25T20:52:41.038Z | Checking digest v0.10.7 |
| 2040 | 2026-08-25T20:52:41.043Z | Checking http v1.4.2 |
| 2041 | 2026-08-25T20:52:41.111Z | Checking tracing-core v0.1.36 |
| 2042 | 2026-08-25T20:52:41.191Z | Checking rand v0.9.2 |
| 2043 | 2026-08-25T20:52:41.230Z | Checking is_terminal_polyfill v1.70.2 |
| 2044 | 2026-08-25T20:52:41.269Z | Checking slog v2.8.2 |
| 2045 | 2026-08-25T20:52:41.272Z | Checking anstyle-query v1.1.5 |
| 2046 | 2026-08-25T20:52:41.352Z | Checking colorchoice v1.0.4 |
| 2047 | 2026-08-25T20:52:41.425Z | Checking terminal_size v0.4.3 |
| 2048 | 2026-08-25T20:52:41.465Z | Checking tracing v0.1.44 |
| 2049 | 2026-08-25T20:52:41.468Z | Checking fastrand v2.3.0 |
| 2050 | 2026-08-25T20:52:41.539Z | Checking const-oid v0.10.2 |
| 2051 | 2026-08-25T20:52:41.577Z | Checking anstyle-parse v1.0.0 |
| 2052 | 2026-08-25T20:52:41.580Z | Checking ipnet v2.12.0 |
| 2053 | 2026-08-25T20:52:41.669Z | Checking aho-corasick v1.1.4 |
| 2054 | 2026-08-25T20:52:41.709Z | Checking tempfile v3.27.0 |
| 2055 | 2026-08-25T20:52:41.712Z | Checking ipnetwork v0.21.1 |
| 2056 | 2026-08-25T20:52:41.742Z | Checking crossbeam-utils v0.8.21 |
| 2057 | 2026-08-25T20:52:41.746Z | Checking unicode-ident v1.0.24 |
| 2058 | 2026-08-25T20:52:41.853Z | Checking anstream v1.0.0 |
| 2059 | 2026-08-25T20:52:41.856Z | Checking tokio-util v0.7.18 |
| 2060 | 2026-08-25T20:52:41.929Z | Checking clap_lex v1.0.0 |
| 2061 | 2026-08-25T20:52:41.932Z | Checking strsim v0.11.1 |
| 2062 | 2026-08-25T20:52:42.002Z | Checking proc-macro2 v1.0.106 |
| 2063 | 2026-08-25T20:52:42.042Z | Checking allocator-api2 v0.2.21 |
| 2064 | 2026-08-25T20:52:42.079Z | Checking powerfmt v0.2.0 |
| 2065 | 2026-08-25T20:52:42.178Z | Checking digest v0.11.3 |
| 2066 | 2026-08-25T20:52:42.188Z | Checking num-conv v0.2.0 |
| 2067 | 2026-08-25T20:52:42.194Z | Checking clap_builder v4.6.0 |
| 2068 | 2026-08-25T20:52:42.255Z | Checking deranged v0.5.8 |
| 2069 | 2026-08-25T20:52:42.299Z | Checking num_threads v0.1.7 |
| 2070 | 2026-08-25T20:52:42.338Z | Checking time-core v0.1.8 |
| 2071 | 2026-08-25T20:52:42.341Z | Checking quote v1.0.45 |
| 2072 | 2026-08-25T20:52:42.341Z | Checking cpufeatures v0.3.0 |
| 2073 | 2026-08-25T20:52:42.446Z | Checking httparse v1.10.1 |
| 2074 | 2026-08-25T20:52:42.449Z | Checking regex-automata v0.4.14 |
| 2075 | 2026-08-25T20:52:42.522Z | Checking anyhow v1.0.104 |
| 2076 | 2026-08-25T20:52:42.525Z | Checking cpufeatures v0.2.17 |
| 2077 | 2026-08-25T20:52:42.525Z | Checking rustls-pki-types v1.14.0 |
| 2078 | 2026-08-25T20:52:42.627Z | Checking syn v2.0.117 |
| 2079 | 2026-08-25T20:52:42.667Z | Checking aws-lc-sys v0.40.0 |
| 2080 | 2026-08-25T20:52:42.710Z | Checking untrusted v0.7.1 |
| 2081 | 2026-08-25T20:52:42.751Z | Checking http-body v1.0.1 |
| 2082 | 2026-08-25T20:52:42.852Z | Checking atomic-waker v1.1.2 |
| 2083 | 2026-08-25T20:52:42.906Z | Checking oxnet v0.1.6 |
| 2084 | 2026-08-25T20:52:42.946Z | Checking httpdate v1.0.3 |
| 2085 | 2026-08-25T20:52:42.983Z | Checking try-lock v0.2.5 |
| 2086 | 2026-08-25T20:52:43.112Z | Checking want v0.3.1 |
| 2087 | 2026-08-25T20:52:43.151Z | Checking h2 v0.4.15 |
| 2088 | 2026-08-25T20:52:43.189Z | Checking time v0.3.47 |
| 2089 | 2026-08-25T20:52:43.192Z | Checking aws-lc-rs v1.16.3 |
| 2090 | 2026-08-25T20:52:43.224Z | Checking hex v0.4.3 |
| 2091 | 2026-08-25T20:52:43.298Z | Checking ryu v1.0.23 |
| 2092 | 2026-08-25T20:52:43.427Z | Checking clap v4.6.1 |
| 2093 | 2026-08-25T20:52:43.467Z | Checking simd-adler32 v0.3.8 |
| 2094 | 2026-08-25T20:52:43.504Z | Checking tower-service v0.3.3 |
| 2095 | 2026-08-25T20:52:43.543Z | Checking tower-layer v0.3.3 |
| 2096 | 2026-08-25T20:52:43.622Z | Checking untrusted v0.9.0 |
| 2097 | 2026-08-25T20:52:43.662Z | Checking spin v0.9.8 |
| 2098 | 2026-08-25T20:52:43.719Z | Checking adler2 v2.0.1 |
| 2099 | 2026-08-25T20:52:43.767Z | Checking unicode-width v0.2.0 |
| 2100 | 2026-08-25T20:52:43.855Z | Checking miniz_oxide v0.8.9 |
| 2101 | 2026-08-25T20:52:43.893Z | Checking pem-rfc7468 v0.7.0 |
| 2102 | 2026-08-25T20:52:44.039Z | Checking flagset v0.4.7 |
| 2103 | 2026-08-25T20:52:44.079Z | Checking mime v0.3.17 |
| 2104 | 2026-08-25T20:52:44.124Z | Checking rustls-webpki v0.103.13 |
| 2105 | 2026-08-25T20:52:44.213Z | Checking der v0.7.10 |
| 2106 | 2026-08-25T20:52:44.261Z | Checking block-padding v0.4.2 |
| 2107 | 2026-08-25T20:52:44.303Z | Checking camino v1.2.5 |
| 2108 | 2026-08-25T20:52:44.306Z | Checking pretty-hex v0.4.1 |
| 2109 | 2026-08-25T20:52:44.376Z | Checking http-body-util v0.1.3 |
| 2110 | 2026-08-25T20:52:44.428Z | Checking inout v0.2.2 |
| 2111 | 2026-08-25T20:52:44.482Z | Checking plain v0.2.3 |
| 2112 | 2026-08-25T20:52:44.577Z | Checking ucd-trie v0.1.7 |
| 2113 | 2026-08-25T20:52:44.618Z | Checking openssl-probe v0.2.1 |
| 2114 | 2026-08-25T20:52:44.621Z | Checking rustls v0.23.41 |
| 2115 | 2026-08-25T20:52:44.651Z | Checking cipher v0.5.2 |
| 2116 | 2026-08-25T20:52:44.655Z | Checking regex v1.12.3 |
| 2117 | 2026-08-25T20:52:44.795Z | Checking serde_urlencoded v0.7.1 |
| 2118 | 2026-08-25T20:52:44.801Z | Checking pest v2.8.6 |
| 2119 | 2026-08-25T20:52:44.914Z | Checking rand_chacha v0.3.1 |
| 2120 | 2026-08-25T20:52:44.995Z | Checking encoding_rs v0.8.35 |
| 2121 | 2026-08-25T20:52:45.001Z | Checking bit-vec v0.8.0 |
| 2122 | 2026-08-25T20:52:45.073Z | Checking spki v0.7.3 |
| 2123 | 2026-08-25T20:52:45.076Z | Checking futures-executor v0.3.32 |
| 2124 | 2026-08-25T20:52:45.149Z | Checking rand v0.8.6 |
| 2125 | 2026-08-25T20:52:45.227Z | Checking bit-set v0.8.0 |
| 2126 | 2026-08-25T20:52:45.271Z | Checking wait-timeout v0.2.1 |
| 2127 | 2026-08-25T20:52:45.310Z | Checking futures v0.3.32 |
| 2128 | 2026-08-25T20:52:45.405Z | Checking crc32fast v1.5.0 |
| 2129 | 2026-08-25T20:52:45.445Z | Checking either v1.15.0 |
| 2130 | 2026-08-25T20:52:45.447Z | Checking quick-error v1.2.3 |
| 2131 | 2026-08-25T20:52:45.585Z | Checking rand_xorshift v0.4.0 |
| 2132 | 2026-08-25T20:52:45.613Z | Checking rusty-fork v0.3.1 |
| 2133 | 2026-08-25T20:52:45.660Z | Checking sync_wrapper v1.0.2 |
| 2134 | 2026-08-25T20:52:45.700Z | Checking unarray v0.1.4 |
| 2135 | 2026-08-25T20:52:45.738Z | Checking pkcs8 v0.10.2 |
| 2136 | 2026-08-25T20:52:45.793Z | Checking tower v0.5.3 |
| 2137 | 2026-08-25T20:52:45.833Z | Checking iri-string v0.7.10 |
| 2138 | 2026-08-25T20:52:45.836Z | Checking proptest v1.11.0 |
| 2139 | 2026-08-25T20:52:45.906Z | Checking foldhash v0.2.0 |
| 2140 | 2026-08-25T20:52:45.945Z | Checking openapiv3 v2.2.0 |
| 2141 | 2026-08-25T20:52:46.011Z | Checking hyper v1.10.1 |
| 2142 | 2026-08-25T20:52:46.028Z | Checking zlib-rs v0.6.2 |
| 2143 | 2026-08-25T20:52:46.091Z | Checking hashbrown v0.16.1 |
| 2144 | 2026-08-25T20:52:46.214Z | Checking static_assertions v1.1.0 |
| 2145 | 2026-08-25T20:52:46.315Z | Checking sha2 v0.10.9 |
| 2146 | 2026-08-25T20:52:46.610Z | Checking rustls-native-certs v0.8.3 |
| 2147 | 2026-08-25T20:52:46.613Z | Checking lazy_static v1.5.0 |
| 2148 | 2026-08-25T20:52:46.768Z | Checking hubpack v0.1.2 |
| 2149 | 2026-08-25T20:52:46.808Z | Checking tinyvec_macros v0.1.1 |
| 2150 | 2026-08-25T20:52:46.855Z | Checking tower-http v0.6.8 |
| 2151 | 2026-08-25T20:52:46.903Z | Checking psl-types v2.0.11 |
| 2152 | 2026-08-25T20:52:46.943Z | Checking flate2 v1.1.9 |
| 2153 | 2026-08-25T20:52:46.978Z | Checking hyper-util v0.1.20 |
| 2154 | 2026-08-25T20:52:47.016Z | Checking tinyvec v1.10.0 |
| 2155 | 2026-08-25T20:52:47.019Z | Checking tokio-rustls v0.26.4 |
| 2156 | 2026-08-25T20:52:47.088Z | Checking publicsuffix v2.3.0 |
| 2157 | 2026-08-25T20:52:47.151Z | Checking cookie v0.18.1 |
| 2158 | 2026-08-25T20:52:47.254Z | Checking rustls-platform-verifier v0.6.2 |
| 2159 | 2026-08-25T20:52:47.257Z | Checking signature v2.2.0 |
| 2160 | 2026-08-25T20:52:47.330Z | Checking num-integer v0.1.46 |
| 2161 | 2026-08-25T20:52:47.333Z | Checking strum v0.26.3 |
| 2162 | 2026-08-25T20:52:47.402Z | Checking scroll v0.13.0 |
| 2163 | 2026-08-25T20:52:47.406Z | Checking cookie_store v0.22.1 |
| 2164 | 2026-08-25T20:52:47.477Z | Checking ahash v0.8.12 |
| 2165 | 2026-08-25T20:52:47.481Z | Checking memmap2 v0.9.10 |
| 2166 | 2026-08-25T20:52:47.550Z | Checking unicode-width v0.1.14 |
| 2167 | 2026-08-25T20:52:47.589Z | Checking dtrace-parser v0.3.0 |
| 2168 | 2026-08-25T20:52:47.656Z | Checking goblin v0.10.5 |
| 2169 | 2026-08-25T20:52:47.659Z | Checking newtype-uuid v1.3.2 |
| 2170 | 2026-08-25T20:52:47.732Z | Checking toml_datetime v0.6.11 |
| 2171 | 2026-08-25T20:52:47.736Z | Checking serde_spanned v0.6.9 |
| 2172 | 2026-08-25T20:52:47.808Z | Checking thread-id v5.1.0 |
| 2173 | 2026-08-25T20:52:47.847Z | Checking data-encoding v2.10.0 |
| 2174 | 2026-08-25T20:52:47.847Z | Checking bstr v1.12.1 |
| 2175 | 2026-08-25T20:52:47.921Z | Checking hmac v0.12.1 |
| 2176 | 2026-08-25T20:52:47.924Z | Checking daft v0.1.8 |
| 2177 | 2026-08-25T20:52:47.924Z | Checking base64 v0.21.7 |
| 2178 | 2026-08-25T20:52:48.028Z | Checking x509-cert v0.2.5 |
| 2179 | 2026-08-25T20:52:48.087Z | Checking crossbeam-epoch v0.9.18 |
| 2180 | 2026-08-25T20:52:48.137Z | Checking memoffset v0.9.1 |
| 2181 | 2026-08-25T20:52:48.219Z | Checking num-iter v0.1.45 |
| 2182 | 2026-08-25T20:52:48.259Z | Checking scroll v0.12.0 |
| 2183 | 2026-08-25T20:52:48.262Z | Checking hyper-rustls v0.27.7 |
| 2184 | 2026-08-25T20:52:48.262Z | Checking zerocopy v0.7.35 |
| 2185 | 2026-08-25T20:52:48.367Z | Checking rustix v0.38.44 |
| 2186 | 2026-08-25T20:52:48.371Z | Checking env_filter v2.0.0 |
| 2187 | 2026-08-25T20:52:48.371Z | Checking smawk v0.3.2 |
| 2188 | 2026-08-25T20:52:48.513Z | Checking goblin v0.8.2 |
| 2189 | 2026-08-25T20:52:48.570Z | Checking reqwest v0.13.2 |
| 2190 | 2026-08-25T20:52:48.599Z | Checking tap v1.0.1 |
| 2191 | 2026-08-25T20:52:48.606Z | Checking unicode-linebreak v0.1.5 |
| 2192 | 2026-08-25T20:52:48.693Z | Checking unicode-segmentation v1.12.0 |
| 2193 | 2026-08-25T20:52:48.773Z | Checking wyz v0.5.1 |
| 2194 | 2026-08-25T20:52:48.808Z | Checking env_logger v0.11.11 |
| 2195 | 2026-08-25T20:52:48.845Z | Checking num-bigint-dig v0.8.6 |
| 2196 | 2026-08-25T20:52:48.981Z | Checking nix v0.31.2 |
| 2197 | 2026-08-25T20:52:49.027Z | Checking pkcs1 v0.7.5 |
| 2198 | 2026-08-25T20:52:49.031Z | Checking dtrace-parser v0.2.0 |
| 2199 | 2026-08-25T20:52:49.181Z | Checking ff v0.13.1 |
| 2200 | 2026-08-25T20:52:49.274Z | Checking radium v0.7.0 |
| 2201 | 2026-08-25T20:52:49.325Z | Checking thread-id v4.2.2 |
| 2202 | 2026-08-25T20:52:49.370Z | Checking crc-catalog v2.4.0 |
| 2203 | 2026-08-25T20:52:49.439Z | Checking winnow v1.0.3 |
| 2204 | 2026-08-25T20:52:49.443Z | Checking funty v2.0.0 |
| 2205 | 2026-08-25T20:52:49.522Z | Checking base16ct v0.2.0 |
| 2206 | 2026-08-25T20:52:49.526Z | Checking same-file v1.0.6 |
| 2207 | 2026-08-25T20:52:49.666Z | Checking sec1 v0.7.3 |
| 2208 | 2026-08-25T20:52:49.729Z | Checking walkdir v2.5.0 |
| 2209 | 2026-08-25T20:52:49.752Z | Checking rsa v0.9.10 |
| 2210 | 2026-08-25T20:52:49.825Z | Checking bitvec v1.0.1 |
| 2211 | 2026-08-25T20:52:49.929Z | Checking crc v3.4.0 |
| 2212 | 2026-08-25T20:52:49.949Z | Checking group v0.13.0 |
| 2213 | 2026-08-25T20:52:49.988Z | Checking dof v0.4.0 |
| 2214 | 2026-08-25T20:52:50.115Z | Checking hkdf v0.12.4 |
| 2215 | 2026-08-25T20:52:50.155Z | Checking unicode-normalization v0.1.25 |
| 2216 | 2026-08-25T20:52:50.205Z | Checking crypto-bigint v0.5.5 |
| 2217 | 2026-08-25T20:52:50.256Z | Checking zerocopy v0.6.6 |
| 2218 | 2026-08-25T20:52:50.291Z | Checking maybe-uninit v2.0.0 |
| 2219 | 2026-08-25T20:52:50.339Z | Checking nodrop v0.1.14 |
| 2220 | 2026-08-25T20:52:50.390Z | Checking foldhash v0.1.5 |
| 2221 | 2026-08-25T20:52:50.430Z | Checking dof v0.3.0 |
| 2222 | 2026-08-25T20:52:50.470Z | Checking gimli v0.32.3 |
| 2223 | 2026-08-25T20:52:50.554Z | Checking winnow v0.5.40 |
| 2224 | 2026-08-25T20:52:50.597Z | Checking is_ci v1.2.0 |
| 2225 | 2026-08-25T20:52:50.601Z | Checking foreign-types-shared v0.1.1 |
| 2226 | 2026-08-25T20:52:50.674Z | Checking usdt-impl v0.6.0 |
| 2227 | 2026-08-25T20:52:50.707Z | Checking foreign-types v0.3.2 |
| 2228 | 2026-08-25T20:52:50.747Z | Checking usdt-impl v0.5.0 |
| 2229 | 2026-08-25T20:52:50.793Z | Checking hashbrown v0.15.5 |
| 2230 | 2026-08-25T20:52:50.821Z | Checking array-init v0.0.4 |
| 2231 | 2026-08-25T20:52:50.972Z | Checking usdt v0.6.0 |
| 2232 | 2026-08-25T20:52:51.048Z | Checking smallvec v0.6.14 |
| 2233 | 2026-08-25T20:52:51.142Z | Checking serde_with v3.21.0 |
| 2234 | 2026-08-25T20:52:51.145Z | Checking elliptic-curve v0.13.8 |
| 2235 | 2026-08-25T20:52:51.218Z | Checking bitfield v0.19.4 |
| 2236 | 2026-08-25T20:52:51.223Z | Checking packed_struct v0.10.1 |
| 2237 | 2026-08-25T20:52:51.298Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2238 | 2026-08-25T20:52:51.303Z | Checking openssl-sys v0.9.117 |
| 2239 | 2026-08-25T20:52:51.406Z | Checking object v0.37.3 |
| 2240 | 2026-08-25T20:52:51.477Z | Checking bitflags v1.3.2 |
| 2241 | 2026-08-25T20:52:51.525Z | Checking rustc-demangle v0.1.27 |
| 2242 | 2026-08-25T20:52:51.578Z | Checking hashbrown v0.12.3 |
| 2243 | 2026-08-25T20:52:51.759Z | Checking toml_edit v0.19.15 |
| 2244 | 2026-08-25T20:52:51.768Z | Checking siphasher v1.0.2 |
| 2245 | 2026-08-25T20:52:51.783Z | Checking keccak v0.1.6 |
| 2246 | 2026-08-25T20:52:51.931Z | Checking openssl v0.10.80 |
| 2247 | 2026-08-25T20:52:51.974Z | Checking sha3 v0.10.8 |
| 2248 | 2026-08-25T20:52:52.013Z | Checking addr2line v0.25.1 |
| 2249 | 2026-08-25T20:52:52.016Z | Checking indexmap v1.9.3 |
| 2250 | 2026-08-25T20:52:52.208Z | Checking bzip2 v0.4.4 |
| 2251 | 2026-08-25T20:52:52.305Z | Checking serde-hex v0.1.0 |
| 2252 | 2026-08-25T20:52:52.344Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2253 | 2026-08-25T20:52:52.384Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2254 | 2026-08-25T20:52:52.425Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2255 | 2026-08-25T20:52:52.568Z | Checking ron v0.8.1 |
| 2256 | 2026-08-25T20:52:52.680Z | Checking hashbrown v0.13.2 |
| 2257 | 2026-08-25T20:52:52.759Z | Checking toml v0.7.8 |
| 2258 | 2026-08-25T20:52:52.797Z | Checking itertools v0.15.0 |
| 2259 | 2026-08-25T20:52:53.099Z | Checking itertools v0.13.0 |
| 2260 | 2026-08-25T20:52:53.138Z | Checking signal-hook v0.3.18 |
| 2261 | 2026-08-25T20:52:53.141Z | Checking crc-any v2.5.0 |
| 2262 | 2026-08-25T20:52:53.342Z | Checking managed v0.8.0 |
| 2263 | 2026-08-25T20:52:53.395Z | Checking object v0.30.4 |
| 2264 | 2026-08-25T20:52:53.556Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2265 | 2026-08-25T20:52:53.715Z | Checking backtrace v0.3.76 |
| 2266 | 2026-08-25T20:52:53.753Z | Checking zip v0.6.6 |
| 2267 | 2026-08-25T20:52:53.811Z | Checking globset v0.4.18 |
| 2268 | 2026-08-25T20:52:53.906Z | Checking chacha20 v0.10.0 |
| 2269 | 2026-08-25T20:52:53.947Z | Checking curve25519-dalek v4.1.3 |
| 2270 | 2026-08-25T20:52:54.037Z | Checking backtrace-ext v0.2.1 |
| 2271 | 2026-08-25T20:52:54.096Z | Checking winnow v0.7.14 |
| 2272 | 2026-08-25T20:52:54.138Z | Checking toml_write v0.1.2 |
| 2273 | 2026-08-25T20:52:54.175Z | Checking path-slash v0.1.5 |
| 2274 | 2026-08-25T20:52:54.178Z | Checking native-tls v0.2.18 |
| 2275 | 2026-08-25T20:52:54.249Z | Checking signal-hook-mio v0.2.5 |
| 2276 | 2026-08-25T20:52:54.326Z | Checking textwrap v0.16.2 |
| 2277 | 2026-08-25T20:52:54.354Z | Checking ed25519 v2.2.3 |
| 2278 | 2026-08-25T20:52:54.398Z | Checking ref-cast v1.0.25 |
| 2279 | 2026-08-25T20:52:54.428Z | Checking pin-project v1.1.11 |
| 2280 | 2026-08-25T20:52:54.516Z | Checking jiff-core v0.1.0 |
| 2281 | 2026-08-25T20:52:54.555Z | Checking tokio-native-tls v0.3.1 |
| 2282 | 2026-08-25T20:52:54.559Z | Checking pem v3.0.6 |
| 2283 | 2026-08-25T20:52:54.629Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2284 | 2026-08-25T20:52:54.755Z | Checking owo-colors v4.3.0 |
| 2285 | 2026-08-25T20:52:54.787Z | Checking fixedbitset v0.5.7 |
| 2286 | 2026-08-25T20:52:54.791Z | Checking ed25519-dalek v2.2.0 |
| 2287 | 2026-08-25T20:52:54.791Z | Checking zstd-safe v7.2.4 |
| 2288 | 2026-08-25T20:52:55.015Z | Checking petgraph v0.8.3 |
| 2289 | 2026-08-25T20:52:55.065Z | Checking hyper-tls v0.6.0 |
| 2290 | 2026-08-25T20:52:55.126Z | Checking snafu v0.8.9 |
| 2291 | 2026-08-25T20:52:55.252Z | Checking jiff v0.2.34 |
| 2292 | 2026-08-25T20:52:55.289Z | Checking crossterm v0.28.1 |
| 2293 | 2026-08-25T20:52:55.386Z | Checking toml_edit v0.22.27 |
| 2294 | 2026-08-25T20:52:55.391Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2295 | 2026-08-25T20:52:55.392Z | Checking supports-color v3.0.2 |
| 2296 | 2026-08-25T20:52:55.437Z | Checking similar v2.7.0 |
| 2297 | 2026-08-25T20:52:55.505Z | Checking fs-err v3.3.0 |
| 2298 | 2026-08-25T20:52:55.547Z | Checking hash32 v0.2.1 |
| 2299 | 2026-08-25T20:52:55.734Z | Checking serde-big-array v0.5.1 |
| 2300 | 2026-08-25T20:52:55.830Z | Checking serde_plain v1.0.2 |
| 2301 | 2026-08-25T20:52:55.869Z | Checking libbz2-rs-sys v0.2.2 |
| 2302 | 2026-08-25T20:52:55.910Z | Checking predicates-core v1.0.10 |
| 2303 | 2026-08-25T20:52:55.998Z | Checking unicode-properties v0.1.4 |
| 2304 | 2026-08-25T20:52:56.038Z | Checking unicode-bidi v0.3.18 |
| 2305 | 2026-08-25T20:52:56.074Z | Checking bumpalo v3.20.2 |
| 2306 | 2026-08-25T20:52:56.215Z | Checking typed-path v0.9.3 |
| 2307 | 2026-08-25T20:52:56.278Z | Checking bzip2 v0.6.1 |
| 2308 | 2026-08-25T20:52:56.318Z | Checking zopfli v0.8.3 |
| 2309 | 2026-08-25T20:52:56.354Z | Checking stringprep v0.1.5 |
| 2310 | 2026-08-25T20:52:56.357Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2311 | 2026-08-25T20:52:56.425Z | Checking heapless v0.7.17 |
| 2312 | 2026-08-25T20:52:56.467Z | Checking reqwest v0.12.28 |
| 2313 | 2026-08-25T20:52:56.532Z | Checking zstd v0.13.3 |
| 2314 | 2026-08-25T20:52:56.609Z | Checking hickory-proto v0.25.2 |
| 2315 | 2026-08-25T20:52:56.667Z | Checking byte-wrapper v0.1.0 |
| 2316 | 2026-08-25T20:52:56.746Z | Checking md-5 v0.10.6 |
| 2317 | 2026-08-25T20:52:56.750Z | Checking float-cmp v0.10.0 |
| 2318 | 2026-08-25T20:52:56.859Z | Checking supports-hyperlinks v3.2.0 |
| 2319 | 2026-08-25T20:52:56.900Z | Checking fallible-iterator v0.2.0 |
| 2320 | 2026-08-25T20:52:56.938Z | Checking difflib v0.4.0 |
| 2321 | 2026-08-25T20:52:56.944Z | Checking supports-unicode v3.0.0 |
| 2322 | 2026-08-25T20:52:57.012Z | Checking normalize-line-endings v0.3.0 |
| 2323 | 2026-08-25T20:52:57.012Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2324 | 2026-08-25T20:52:57.107Z | Checking miette v7.6.0 |
| 2325 | 2026-08-25T20:52:57.147Z | Checking smoltcp v0.9.1 |
| 2326 | 2026-08-25T20:52:57.150Z | Checking zip v4.6.1 |
| 2327 | 2026-08-25T20:52:57.220Z | Checking postgres-protocol v0.6.10 |
| 2328 | 2026-08-25T20:52:57.225Z | Checking predicates v3.1.4 |
| 2329 | 2026-08-25T20:52:57.292Z | Checking iddqd v0.4.2 |
| 2330 | 2026-08-25T20:52:57.555Z | Checking phf_shared v0.13.1 |
| 2331 | 2026-08-25T20:52:57.594Z | Checking phf_shared v0.11.3 |
| 2332 | 2026-08-25T20:52:57.633Z | Checking olpc-cjson v0.1.4 |
| 2333 | 2026-08-25T20:52:57.636Z | Checking tokio-stream v0.1.18 |
| 2334 | 2026-08-25T20:52:57.763Z | Checking derive_more v2.1.1 |
| 2335 | 2026-08-25T20:52:57.802Z | Checking strum v0.27.2 |
| 2336 | 2026-08-25T20:52:57.806Z | Checking precomputed-hash v0.1.1 |
| 2337 | 2026-08-25T20:52:57.806Z | Checking fixedbitset v0.4.2 |
| 2338 | 2026-08-25T20:52:57.807Z | Checking new_debug_unreachable v1.0.6 |
| 2339 | 2026-08-25T20:52:57.945Z | Checking lalrpop-util v0.19.12 |
| 2340 | 2026-08-25T20:52:57.948Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2341 | 2026-08-25T20:52:58.022Z | Checking tough v0.22.0 |
| 2342 | 2026-08-25T20:52:58.027Z | Checking string_cache v0.8.9 |
| 2343 | 2026-08-25T20:52:58.089Z | Checking petgraph v0.6.5 |
| 2344 | 2026-08-25T20:52:58.095Z | Checking phf v0.13.1 |
| 2345 | 2026-08-25T20:52:58.171Z | Checking postgres-types v0.2.12 |
| 2346 | 2026-08-25T20:52:58.213Z | Checking buf-list v1.1.2 |
| 2347 | 2026-08-25T20:52:58.252Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2348 | 2026-08-25T20:52:58.298Z | Checking whoami v2.1.0 |
| 2349 | 2026-08-25T20:52:58.422Z | Checking peg-runtime v0.8.5 |
| 2350 | 2026-08-25T20:52:58.545Z | Checking tokio-postgres v0.7.16 |
| 2351 | 2026-08-25T20:52:58.548Z | Checking is-terminal v0.4.17 |
| 2352 | 2026-08-25T20:52:58.621Z | Checking crossbeam-channel v0.5.15 |
| 2353 | 2026-08-25T20:52:58.659Z | Checking thread_local v1.1.9 |
| 2354 | 2026-08-25T20:52:58.699Z | Checking term v1.2.1 |
| 2355 | 2026-08-25T20:52:58.854Z | Checking take_mut v0.2.2 |
| 2356 | 2026-08-25T20:52:58.951Z | Checking slog-term v2.9.2 |
| 2357 | 2026-08-25T20:52:58.992Z | Compiling newtype-uuid-macros v0.1.0 |
| 2358 | 2026-08-25T20:52:59.035Z | Checking slog-async v2.8.0 |
| 2359 | 2026-08-25T20:52:59.235Z | Checking match_cfg v0.1.0 |
| 2360 | 2026-08-25T20:52:59.275Z | Checking slog-json v2.6.1 |
| 2361 | 2026-08-25T20:52:59.336Z | Checking hostname v0.3.1 |
| 2362 | 2026-08-25T20:52:59.375Z | Compiling multer v3.1.0 |
| 2363 | 2026-08-25T20:52:59.417Z | Compiling async-stream-impl v0.3.6 |
| 2364 | 2026-08-25T20:52:59.463Z | Compiling dropshot v0.17.1 |
| 2365 | 2026-08-25T20:52:59.498Z | Checking slog-bunyan v2.5.0 |
| 2366 | 2026-08-25T20:52:59.643Z | Checking debug-ignore v1.0.5 |
| 2367 | 2026-08-25T20:52:59.683Z | Compiling dropshot_endpoint v0.17.1 |
| 2368 | 2026-08-25T20:52:59.767Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2369 | 2026-08-25T20:52:59.774Z | Checking serde_path_to_error v0.1.20 |
| 2370 | 2026-08-25T20:52:59.840Z | Checking sha1 v0.11.0 |
| 2371 | 2026-08-25T20:52:59.879Z | Checking serde_spanned v1.1.1 |
| 2372 | 2026-08-25T20:53:00.040Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2373 | 2026-08-25T20:53:00.043Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2374 | 2026-08-25T20:53:00.117Z | Checking compression-core v0.4.31 |
| 2375 | 2026-08-25T20:53:00.122Z | Checking async-stream v0.3.6 |
| 2376 | 2026-08-25T20:53:00.243Z | Checking waitgroup v0.1.2 |
| 2377 | 2026-08-25T20:53:00.283Z | Checking compression-codecs v0.4.37 |
| 2378 | 2026-08-25T20:53:00.318Z | Checking rustls-pemfile v2.2.0 |
| 2379 | 2026-08-25T20:53:00.356Z | Checking hostname v0.4.2 |
| 2380 | 2026-08-25T20:53:00.393Z | Checking toml v1.1.2+spec-1.1.0 |
| 2381 | 2026-08-25T20:53:00.430Z | Checking progenitor-client v0.14.0 |
| 2382 | 2026-08-25T20:53:00.465Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2383 | 2026-08-25T20:53:00.537Z | Checking async-compression v0.4.41 |
| 2384 | 2026-08-25T20:53:00.540Z | Checking atomicwrites v0.4.4 |
| 2385 | 2026-08-25T20:53:00.540Z | Compiling serde_tokenstream v0.3.0 |
| 2386 | 2026-08-25T20:53:00.650Z | Compiling parse-display-derive v0.10.0 |
| 2387 | 2026-08-25T20:53:00.713Z | Checking regress v0.10.5 |
| 2388 | 2026-08-25T20:53:00.752Z | Checking macaddr v1.0.1 |
| 2389 | 2026-08-25T20:53:00.816Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2390 | 2026-08-25T20:53:00.916Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2391 | 2026-08-25T20:53:00.954Z | Compiling oxide-generation-macros v0.2.0 |
| 2392 | 2026-08-25T20:53:00.992Z | Checking instant v0.1.13 |
| 2393 | 2026-08-25T20:53:01.031Z | Checking itertools v0.14.0 |
| 2394 | 2026-08-25T20:53:01.069Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2395 | 2026-08-25T20:53:01.109Z | Checking oxide-generation v0.1.3 |
| 2396 | 2026-08-25T20:53:01.249Z | Checking backoff v0.4.0 |
| 2397 | 2026-08-25T20:53:01.326Z | Checking backon v1.6.0 |
| 2398 | 2026-08-25T20:53:01.367Z | Checking humantime v2.3.0 |
| 2399 | 2026-08-25T20:53:01.464Z | Compiling convert_case v0.4.0 |
| 2400 | 2026-08-25T20:53:01.536Z | Checking progenitor-extras v0.2.0 |
| 2401 | 2026-08-25T20:53:01.577Z | Checking half v2.7.1 |
| 2402 | 2026-08-25T20:53:01.717Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2403 | 2026-08-25T20:53:01.790Z | Checking ciborium-io v0.2.2 |
| 2404 | 2026-08-25T20:53:01.857Z | Compiling derive_more v0.99.20 |
| 2405 | 2026-08-25T20:53:01.896Z | Checking heck v0.5.0 |
| 2406 | 2026-08-25T20:53:01.931Z | Checking ciborium-ll v0.2.2 |
| 2407 | 2026-08-25T20:53:01.968Z | Checking secrecy v0.10.3 |
| 2408 | 2026-08-25T20:53:02.045Z | Checking camino-tempfile v1.4.1 |
| 2409 | 2026-08-25T20:53:02.116Z | Checking indent_write v2.2.0 |
| 2410 | 2026-08-25T20:53:02.120Z | Compiling crucible-workspace-hack v0.1.0 |
| 2411 | 2026-08-25T20:53:02.189Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2412 | 2026-08-25T20:53:02.193Z | Checking ciborium v0.2.2 |
| 2413 | 2026-08-25T20:53:02.265Z | Compiling regress v0.11.1 |
| 2414 | 2026-08-25T20:53:02.301Z | Checking inout v0.1.4 |
| 2415 | 2026-08-25T20:53:02.343Z | Checking parse-display v0.10.0 |
| 2416 | 2026-08-25T20:53:02.465Z | Checking cipher v0.4.4 |
| 2417 | 2026-08-25T20:53:02.517Z | Checking universal-hash v0.5.1 |
| 2418 | 2026-08-25T20:53:02.557Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2419 | 2026-08-25T20:53:02.561Z | Checking opaque-debug v0.3.1 |
| 2420 | 2026-08-25T20:53:02.671Z | Checking blake2 v0.10.6 |
| 2421 | 2026-08-25T20:53:02.711Z | Checking aead v0.5.2 |
| 2422 | 2026-08-25T20:53:02.715Z | Checking poly1305 v0.8.0 |
| 2423 | 2026-08-25T20:53:02.715Z | Checking chacha20 v0.9.1 |
| 2424 | 2026-08-25T20:53:02.885Z | Checking password-hash v0.5.0 |
| 2425 | 2026-08-25T20:53:02.942Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2426 | 2026-08-25T20:53:03.005Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2427 | 2026-08-25T20:53:03.044Z | Checking chacha20poly1305 v0.10.1 |
| 2428 | 2026-08-25T20:53:03.140Z | Checking argon2 v0.5.3 |
| 2429 | 2026-08-25T20:53:03.201Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2430 | 2026-08-25T20:53:03.378Z | Compiling unsafe-libyaml v0.2.11 |
| 2431 | 2026-08-25T20:53:03.470Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2432 | 2026-08-25T20:53:03.509Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2433 | 2026-08-25T20:53:03.512Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2434 | 2026-08-25T20:53:03.733Z | Checking thiserror-no-std v2.0.2 |
| 2435 | 2026-08-25T20:53:03.773Z | Checking swrite v0.1.0 |
| 2436 | 2026-08-25T20:53:03.851Z | Compiling typify-impl v0.6.2 |
| 2437 | 2026-08-25T20:53:03.894Z | Checking vsss-rs v3.3.4 |
| 2438 | 2026-08-25T20:53:04.132Z | Compiling serde_yaml v0.9.34+deprecated |
| 2439 | 2026-08-25T20:53:04.438Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2440 | 2026-08-25T20:53:05.061Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2441 | 2026-08-25T20:53:05.184Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2442 | 2026-08-25T20:53:05.237Z | Checking crossbeam-deque v0.8.6 |
| 2443 | 2026-08-25T20:53:05.311Z | Compiling rayon-core v1.13.0 |
| 2444 | 2026-08-25T20:53:05.455Z | Compiling num-derive v0.4.2 |
| 2445 | 2026-08-25T20:53:05.519Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2446 | 2026-08-25T20:53:05.640Z | Compiling proc-macro-error v1.0.4 |
| 2447 | 2026-08-25T20:53:05.828Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2448 | 2026-08-25T20:53:05.964Z | Checking rayon v1.11.0 |
| 2449 | 2026-08-25T20:53:06.002Z | Checking tabwriter v1.4.1 |
| 2450 | 2026-08-25T20:53:06.037Z | Checking glob v0.3.3 |
| 2451 | 2026-08-25T20:53:06.177Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2452 | 2026-08-25T20:53:06.249Z | Compiling heapless v0.8.0 |
| 2453 | 2026-08-25T20:53:06.292Z | Checking hash32 v0.3.1 |
| 2454 | 2026-08-25T20:53:06.383Z | Compiling proc-macro-crate v3.4.0 |
| 2455 | 2026-08-25T20:53:06.457Z | Compiling ingot-macros v0.2.0 |
| 2456 | 2026-08-25T20:53:06.654Z | Checking colored v3.1.1 |
| 2457 | 2026-08-25T20:53:06.760Z | Compiling smoltcp v0.11.0 |
| 2458 | 2026-08-25T20:53:06.875Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2459 | 2026-08-25T20:53:06.950Z | Compiling num_enum_derive v0.7.6 |
| 2460 | 2026-08-25T20:53:06.987Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2461 | 2026-08-25T20:53:07.199Z | Checking illumos-nvpair v0.3.0 |
| 2462 | 2026-08-25T20:53:07.241Z | Checking toml v0.8.23 |
| 2463 | 2026-08-25T20:53:07.324Z | Checking cobs v0.3.0 |
| 2464 | 2026-08-25T20:53:07.381Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2465 | 2026-08-25T20:53:07.500Z | Checking postcard v1.1.3 |
| 2466 | 2026-08-25T20:53:07.584Z | Checking rand v0.10.1 |
| 2467 | 2026-08-25T20:53:07.672Z | Compiling proc-macro-crate v1.3.1 |
| 2468 | 2026-08-25T20:53:07.821Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2469 | 2026-08-25T20:53:08.033Z | Checking num_enum v0.7.6 |
| 2470 | 2026-08-25T20:53:08.070Z | Checking sigpipe v0.1.3 |
| 2471 | 2026-08-25T20:53:08.108Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2472 | 2026-08-25T20:53:08.111Z | Compiling foreign-types-macros v0.2.3 |
| 2473 | 2026-08-25T20:53:08.184Z | Checking foreign-types-shared v0.3.1 |
| 2474 | 2026-08-25T20:53:08.216Z | Compiling num_enum_derive v0.5.11 |
| 2475 | 2026-08-25T20:53:08.401Z | Compiling typify-macro v0.6.2 |
| 2476 | 2026-08-25T20:53:08.439Z | Compiling usdt-attr-macro v0.5.0 |
| 2477 | 2026-08-25T20:53:08.575Z | Compiling usdt-macro v0.5.0 |
| 2478 | 2026-08-25T20:53:08.627Z | Checking cstr-argument v0.1.2 |
| 2479 | 2026-08-25T20:53:08.753Z | Checking foreign-types v0.5.0 |
| 2480 | 2026-08-25T20:53:08.790Z | Checking memmap v0.7.0 |
| 2481 | 2026-08-25T20:53:08.860Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2482 | 2026-08-25T20:53:08.949Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2483 | 2026-08-25T20:53:09.254Z | Checking ingot-types v0.2.0 |
| 2484 | 2026-08-25T20:53:09.291Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2485 | 2026-08-25T20:53:09.291Z | Checking num_enum v0.5.11 |
| 2486 | 2026-08-25T20:53:09.326Z | Checking usdt v0.5.0 |
| 2487 | 2026-08-25T20:53:09.393Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2488 | 2026-08-25T20:53:09.431Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2489 | 2026-08-25T20:53:09.467Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2490 | 2026-08-25T20:53:09.535Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2491 | 2026-08-25T20:53:09.571Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2492 | 2026-08-25T20:53:09.606Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2493 | 2026-08-25T20:53:09.643Z | Checking ingot v0.2.1 |
| 2494 | 2026-08-25T20:53:09.646Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2495 | 2026-08-25T20:53:09.750Z | Compiling zone_cfg_derive v0.3.1 |
| 2496 | 2026-08-25T20:53:09.754Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2497 | 2026-08-25T20:53:09.933Z | Checking itertools v0.12.1 |
| 2498 | 2026-08-25T20:53:10.004Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2499 | 2026-08-25T20:53:10.207Z | Compiling typify v0.6.2 |
| 2500 | 2026-08-25T20:53:10.329Z | Compiling progenitor-impl v0.14.0 |
| 2501 | 2026-08-25T20:53:10.370Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2502 | 2026-08-25T20:53:10.521Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2503 | 2026-08-25T20:53:10.560Z | Checking smf v0.2.3 |
| 2504 | 2026-08-25T20:53:10.600Z | Checking whoami v1.6.1 |
| 2505 | 2026-08-25T20:53:10.773Z | Compiling derive-where v1.6.0 |
| 2506 | 2026-08-25T20:53:10.809Z | Checking tokio-dtrace v0.1.1 |
| 2507 | 2026-08-25T20:53:10.845Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2508 | 2026-08-25T20:53:11.007Z | Checking zone v0.3.1 |
| 2509 | 2026-08-25T20:53:11.047Z | Checking oxide-tokio-rt v0.1.4 |
| 2510 | 2026-08-25T20:53:11.249Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2511 | 2026-08-25T20:53:11.338Z | Checking console v0.15.11 |
| 2512 | 2026-08-25T20:53:11.377Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2513 | 2026-08-25T20:53:11.413Z | Checking newline-converter v0.3.0 |
| 2514 | 2026-08-25T20:53:11.449Z | Checking bytecount v0.6.9 |
| 2515 | 2026-08-25T20:53:11.552Z | Checking num-rational v0.4.2 |
| 2516 | 2026-08-25T20:53:11.590Z | Checking num-complex v0.4.6 |
| 2517 | 2026-08-25T20:53:11.644Z | Checking expectorate v1.2.0 |
| 2518 | 2026-08-25T20:53:11.804Z | Compiling cancel-safe-futures v0.1.5 |
| 2519 | 2026-08-25T20:53:11.856Z | Checking float-ord v0.3.2 |
| 2520 | 2026-08-25T20:53:11.952Z | Checking num v0.4.3 |
| 2521 | 2026-08-25T20:53:11.991Z | Checking linear-map v1.2.0 |
| 2522 | 2026-08-25T20:53:12.080Z | Checking gethostname v0.5.0 |
| 2523 | 2026-08-25T20:53:12.118Z | Checking oxide-update-engine-types v0.1.2 |
| 2524 | 2026-08-25T20:53:12.224Z | Compiling prettyplease v0.2.37 |
| 2525 | 2026-08-25T20:53:12.227Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2526 | 2026-08-25T20:53:12.419Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2527 | 2026-08-25T20:53:12.542Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2528 | 2026-08-25T20:53:12.675Z | Checking resolv-conf v0.7.6 |
| 2529 | 2026-08-25T20:53:12.715Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2530 | 2026-08-25T20:53:12.752Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2531 | 2026-08-25T20:53:12.891Z | Checking papergrid v0.11.0 |
| 2532 | 2026-08-25T20:53:12.952Z | Compiling progenitor-macro v0.14.0 |
| 2533 | 2026-08-25T20:53:12.955Z | Compiling tabled_derive v0.7.0 |
| 2534 | 2026-08-25T20:53:13.037Z | Checking oxide-update-engine v0.1.2 |
| 2535 | 2026-08-25T20:53:13.485Z | Compiling slog-dtrace v0.3.0 |
| 2536 | 2026-08-25T20:53:13.599Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2537 | 2026-08-25T20:53:13.782Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2538 | 2026-08-25T20:53:13.977Z | Checking tabled v0.15.0 |
| 2539 | 2026-08-25T20:53:14.250Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2540 | 2026-08-25T20:53:14.291Z | Checking crossterm v0.29.0 |
| 2541 | 2026-08-25T20:53:14.564Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2542 | 2026-08-25T20:53:14.851Z | Checking linked-hash-map v0.5.6 |
| 2543 | 2026-08-25T20:53:15.133Z | Checking lru-cache v0.1.2 |
| 2544 | 2026-08-25T20:53:15.307Z | Checking hickory-proto v0.24.4 |
| 2545 | 2026-08-25T20:53:15.406Z | Checking fd-lock v4.0.4 |
| 2546 | 2026-08-25T20:53:16.039Z | Checking vte v0.14.1 |
| 2547 | 2026-08-25T20:53:16.253Z | Checking strip-ansi-escapes v0.2.1 |
| 2548 | 2026-08-25T20:53:17.278Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2549 | 2026-08-25T20:53:17.325Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2550 | 2026-08-25T20:53:17.506Z | Checking termtree v0.5.1 |
| 2551 | 2026-08-25T20:53:17.658Z | Checking nu-ansi-term v0.50.3 |
| 2552 | 2026-08-25T20:53:17.901Z | Checking reedline v0.40.0 |
| 2553 | 2026-08-25T20:53:17.942Z | Checking progenitor v0.14.0 |
| 2554 | 2026-08-25T20:53:18.047Z | Checking hickory-resolver v0.24.4 |
| 2555 | 2026-08-25T20:53:18.174Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2556 | 2026-08-25T20:53:18.246Z | Compiling minimal-lexical v0.2.1 |
| 2557 | 2026-08-25T20:53:18.528Z | Compiling nom v7.1.3 |
| 2558 | 2026-08-25T20:53:18.809Z | Checking qorb v0.4.1 |
| 2559 | 2026-08-25T20:53:19.090Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2560 | 2026-08-25T20:53:19.915Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2561 | 2026-08-25T20:53:19.951Z | Compiling unicode-xid v0.2.6 |
| 2562 | 2026-08-25T20:53:19.989Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2563 | 2026-08-25T20:53:20.045Z | Checking display-error-chain v0.2.2 |
| 2564 | 2026-08-25T20:53:20.107Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2565 | 2026-08-25T20:53:20.276Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2566 | 2026-08-25T20:53:20.394Z | Compiling ar_archive_writer v0.5.1 |
| 2567 | 2026-08-25T20:53:20.486Z | Checking csv-core v0.1.13 |
| 2568 | 2026-08-25T20:53:20.596Z | Compiling stacker v0.1.23 |
| 2569 | 2026-08-25T20:53:20.700Z | Checking csv v1.4.0 |
| 2570 | 2026-08-25T20:53:20.756Z | Compiling cfg_aliases v0.1.1 |
| 2571 | 2026-08-25T20:53:20.845Z | Checking highway v1.3.0 |
| 2572 | 2026-08-25T20:53:20.881Z | Compiling semver v0.1.20 |
| 2573 | 2026-08-25T20:53:21.047Z | Compiling nix v0.28.0 |
| 2574 | 2026-08-25T20:53:21.105Z | Compiling rustc_version v0.1.7 |
| 2575 | 2026-08-25T20:53:21.178Z | Checking nibble_vec v0.1.0 |
| 2576 | 2026-08-25T20:53:21.231Z | Checking endian-type v0.1.2 |
| 2577 | 2026-08-25T20:53:21.302Z | Compiling psm v0.1.30 |
| 2578 | 2026-08-25T20:53:21.376Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2579 | 2026-08-25T20:53:21.400Z | Checking radix_trie v0.2.1 |
| 2580 | 2026-08-25T20:53:21.400Z | Compiling newtype_derive v0.1.6 |
| 2581 | 2026-08-25T20:53:21.457Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2582 | 2026-08-25T20:53:21.625Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2583 | 2026-08-25T20:53:21.684Z | Checking phf_shared v0.12.1 |
| 2584 | 2026-08-25T20:53:21.828Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2585 | 2026-08-25T20:53:21.943Z | Compiling chrono-tz v0.10.4 |
| 2586 | 2026-08-25T20:53:21.958Z | Checking phf v0.12.1 |
| 2587 | 2026-08-25T20:53:22.123Z | Compiling const_format_proc_macros v0.2.34 |
| 2588 | 2026-08-25T20:53:22.192Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2589 | 2026-08-25T20:53:22.202Z | Compiling peg-macros v0.8.5 |
| 2590 | 2026-08-25T20:53:22.275Z | Checking winnow v0.6.26 |
| 2591 | 2026-08-25T20:53:22.288Z | Checking recursive v0.1.1 |
| 2592 | 2026-08-25T20:53:22.288Z | Compiling sqlparser_derive v0.5.0 |
| 2593 | 2026-08-25T20:53:22.462Z | Checking home v0.5.12 |
| 2594 | 2026-08-25T20:53:22.622Z | Checking unicode_categories v0.1.1 |
| 2595 | 2026-08-25T20:53:22.978Z | Checking const_format v0.2.35 |
| 2596 | 2026-08-25T20:53:23.046Z | Checking rustyline v14.0.0 |
| 2597 | 2026-08-25T20:53:23.085Z | Checking sqlparser v0.61.0 |
| 2598 | 2026-08-25T20:53:23.433Z | Checking sqlformat v0.3.5 |
| 2599 | 2026-08-25T20:53:23.581Z | Checking peg v0.8.5 |
| 2600 | 2026-08-25T20:53:23.763Z | Checking bcs v0.1.6 |
| 2601 | 2026-08-25T20:53:23.801Z | Checking nom v8.0.0 |
| 2602 | 2026-08-25T20:53:23.953Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2603 | 2026-08-25T20:53:24.027Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2604 | 2026-08-25T20:53:24.067Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2605 | 2026-08-25T20:53:24.247Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2606 | 2026-08-25T20:53:24.353Z | Checking steno v0.4.1 |
| 2607 | 2026-08-25T20:53:24.565Z | Checking sha1 v0.10.6 |
| 2608 | 2026-08-25T20:53:24.709Z | Checking filetime v0.2.27 |
| 2609 | 2026-08-25T20:53:24.773Z | Checking xattr v1.6.1 |
| 2610 | 2026-08-25T20:53:24.943Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2611 | 2026-08-25T20:53:24.965Z | Checking subprocess v0.2.15 |
| 2612 | 2026-08-25T20:53:24.988Z | Checking tar v0.4.46 |
| 2613 | 2026-08-25T20:53:25.114Z | Checking headers-core v0.3.0 |
| 2614 | 2026-08-25T20:53:25.256Z | Checking headers v0.4.1 |
| 2615 | 2026-08-25T20:53:25.399Z | Checking yasna v0.5.2 |
| 2616 | 2026-08-25T20:53:25.402Z | Checking port-file v0.1.0 |
| 2617 | 2026-08-25T20:53:25.686Z | Checking dropshot-api-manager-types v0.8.0 |
| 2618 | 2026-08-25T20:53:25.755Z | Checking tagptr v0.2.0 |
| 2619 | 2026-08-25T20:53:25.823Z | Checking rcgen v0.12.1 |
| 2620 | 2026-08-25T20:53:25.857Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2621 | 2026-08-25T20:53:25.894Z | Checking utf-8 v0.7.6 |
| 2622 | 2026-08-25T20:53:25.930Z | Checking moka v0.12.13 |
| 2623 | 2026-08-25T20:53:26.060Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2624 | 2026-08-25T20:53:26.175Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2625 | 2026-08-25T20:53:26.238Z | Compiling libefi-sys v0.1.0 |
| 2626 | 2026-08-25T20:53:26.410Z | Compiling bitfield-struct v0.6.2 |
| 2627 | 2026-08-25T20:53:26.609Z | Checking hickory-resolver v0.25.2 |
| 2628 | 2026-08-25T20:53:26.660Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2629 | 2026-08-25T20:53:26.705Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2630 | 2026-08-25T20:53:26.766Z | Checking tungstenite v0.21.0 |
| 2631 | 2026-08-25T20:53:26.891Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2632 | 2026-08-25T20:53:27.079Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2633 | 2026-08-25T20:53:27.161Z | Compiling xshell-macros v0.2.7 |
| 2634 | 2026-08-25T20:53:27.221Z | Checking tokio-tungstenite v0.21.0 |
| 2635 | 2026-08-25T20:53:27.258Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2636 | 2026-08-25T20:53:27.264Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2637 | 2026-08-25T20:53:27.339Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2638 | 2026-08-25T20:53:27.378Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2639 | 2026-08-25T20:53:27.523Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2640 | 2026-08-25T20:53:27.562Z | Checking xshell v0.2.7 |
| 2641 | 2026-08-25T20:53:27.602Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2642 | 2026-08-25T20:53:27.695Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2643 | 2026-08-25T20:53:27.928Z | Checking half v1.8.3 |
| 2644 | 2026-08-25T20:53:28.058Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2645 | 2026-08-25T20:53:28.150Z | Checking serde_cbor v0.11.2 |
| 2646 | 2026-08-25T20:53:28.356Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2647 | 2026-08-25T20:53:28.458Z | Checking libscf-sys v1.2.0 |
| 2648 | 2026-08-25T20:53:28.552Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2649 | 2026-08-25T20:53:28.592Z | Checking papergrid v0.18.0 |
| 2650 | 2026-08-25T20:53:28.624Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2651 | 2026-08-25T20:53:28.663Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2652 | 2026-08-25T20:53:28.859Z | Checking maplit v1.0.2 |
| 2653 | 2026-08-25T20:53:28.966Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2654 | 2026-08-25T20:53:29.003Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2655 | 2026-08-25T20:53:29.259Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2656 | 2026-08-25T20:53:29.392Z | Checking tabled v0.21.0 |
| 2657 | 2026-08-25T20:53:29.476Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2658 | 2026-08-25T20:53:29.626Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2659 | 2026-08-25T20:53:29.770Z | Checking crc8 v0.1.1 |
| 2660 | 2026-08-25T20:53:29.826Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2661 | 2026-08-25T20:53:29.875Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2662 | 2026-08-25T20:53:29.990Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2663 | 2026-08-25T20:53:30.027Z | Checking unicase v2.9.0 |
| 2664 | 2026-08-25T20:53:30.220Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2665 | 2026-08-25T20:53:30.278Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2666 | 2026-08-25T20:53:30.282Z | Checking fxhash v0.2.1 |
| 2667 | 2026-08-25T20:53:30.481Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2668 | 2026-08-25T20:53:30.692Z | Checking sha2 v0.11.0 |
| 2669 | 2026-08-25T20:53:30.766Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2670 | 2026-08-25T20:53:30.803Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2671 | 2026-08-25T20:53:31.077Z | Compiling darling_core v0.21.3 |
| 2672 | 2026-08-25T20:53:31.366Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2673 | 2026-08-25T20:53:31.402Z | Compiling vergen-lib v0.1.6 |
| 2674 | 2026-08-25T20:53:31.455Z | Compiling diesel_derives v2.3.7 |
| 2675 | 2026-08-25T20:53:31.664Z | Checking scheduled-thread-pool v0.2.7 |
| 2676 | 2026-08-25T20:53:31.751Z | Compiling vergen-gitcl v1.0.8 |
| 2677 | 2026-08-25T20:53:31.898Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2678 | 2026-08-25T20:53:32.000Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2679 | 2026-08-25T20:53:32.045Z | Checking r2d2 v0.8.10 |
| 2680 | 2026-08-25T20:53:32.193Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2681 | 2026-08-25T20:53:32.252Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2682 | 2026-08-25T20:53:32.465Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2683 | 2026-08-25T20:53:32.643Z | Checking downcast-rs v2.0.2 |
| 2684 | 2026-08-25T20:53:32.809Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2685 | 2026-08-25T20:53:33.063Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2686 | 2026-08-25T20:53:33.182Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2687 | 2026-08-25T20:53:33.359Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2688 | 2026-08-25T20:53:33.397Z | Checking kstat-rs v0.2.5 |
| 2689 | 2026-08-25T20:53:33.438Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2690 | 2026-08-25T20:53:33.590Z | Compiling darling_macro v0.21.3 |
| 2691 | 2026-08-25T20:53:33.627Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2692 | 2026-08-25T20:53:33.888Z | Compiling proc-macro-error2 v2.0.1 |
| 2693 | 2026-08-25T20:53:34.006Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2694 | 2026-08-25T20:53:34.129Z | Compiling darling v0.21.3 |
| 2695 | 2026-08-25T20:53:34.238Z | Compiling knus-derive v3.4.0 |
| 2696 | 2026-08-25T20:53:34.278Z | Compiling dsl_auto_type v0.2.0 |
| 2697 | 2026-08-25T20:53:34.278Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2698 | 2026-08-25T20:53:35.301Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2699 | 2026-08-25T20:53:35.638Z | Compiling dirs-sys-next v0.1.2 |
| 2700 | 2026-08-25T20:53:35.796Z | Compiling parking_lot_core v0.8.6 |
| 2701 | 2026-08-25T20:53:35.833Z | Compiling salty v0.3.0 |
| 2702 | 2026-08-25T20:53:35.958Z | Compiling crunchy v0.2.4 |
| 2703 | 2026-08-25T20:53:36.047Z | Compiling dirs-next v2.0.0 |
| 2704 | 2026-08-25T20:53:36.163Z | Compiling clang-sys v1.8.1 |
| 2705 | 2026-08-25T20:53:36.200Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2706 | 2026-08-25T20:53:36.234Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2707 | 2026-08-25T20:53:36.319Z | Compiling git-stub v1.0.0 |
| 2708 | 2026-08-25T20:53:36.457Z | Compiling tiny-keccak v2.0.2 |
| 2709 | 2026-08-25T20:53:36.590Z | Compiling git-stub-vcs v0.1.0 |
| 2710 | 2026-08-25T20:53:36.663Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2711 | 2026-08-25T20:53:36.826Z | Compiling term v0.7.0 |
| 2712 | 2026-08-25T20:53:36.972Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2713 | 2026-08-25T20:53:37.009Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2714 | 2026-08-25T20:53:37.045Z | Compiling bit-vec v0.6.3 |
| 2715 | 2026-08-25T20:53:37.048Z | Checking parking_lot v0.11.2 |
| 2716 | 2026-08-25T20:53:37.256Z | Compiling bit-set v0.5.3 |
| 2717 | 2026-08-25T20:53:37.296Z | Compiling ascii-canvas v3.0.0 |
| 2718 | 2026-08-25T20:53:37.332Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2719 | 2026-08-25T20:53:37.396Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2720 | 2026-08-25T20:53:37.565Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2721 | 2026-08-25T20:53:37.662Z | Checking rfc6979 v0.4.0 |
| 2722 | 2026-08-25T20:53:37.823Z | Checking prefix-trie v0.7.0 |
| 2723 | 2026-08-25T20:53:37.882Z | Compiling hashbrown v0.14.5 |
| 2724 | 2026-08-25T20:53:37.952Z | Compiling itertools v0.10.5 |
| 2725 | 2026-08-25T20:53:38.083Z | Compiling ena v0.14.4 |
| 2726 | 2026-08-25T20:53:38.182Z | Compiling libloading v0.8.9 |
| 2727 | 2026-08-25T20:53:38.351Z | Compiling regex-syntax v0.6.29 |
| 2728 | 2026-08-25T20:53:38.421Z | Compiling bindgen v0.71.1 |
| 2729 | 2026-08-25T20:53:38.471Z | Compiling diff v0.1.13 |
| 2730 | 2026-08-25T20:53:38.759Z | Compiling chumsky v0.9.3 |
| 2731 | 2026-08-25T20:53:38.869Z | Checking hickory-server v0.25.2 |
| 2732 | 2026-08-25T20:53:39.034Z | Compiling ecdsa v0.16.9 |
| 2733 | 2026-08-25T20:53:39.938Z | Compiling lalrpop v0.19.12 |
| 2734 | 2026-08-25T20:53:40.001Z | Checking sled v0.34.7 |
| 2735 | 2026-08-25T20:53:40.082Z | Compiling cexpr v0.6.0 |
| 2736 | 2026-08-25T20:53:40.165Z | Checking primeorder v0.13.6 |
| 2737 | 2026-08-25T20:53:40.198Z | Checking diesel v2.3.7 |
| 2738 | 2026-08-25T20:53:40.427Z | Checking nanorand v0.7.0 |
| 2739 | 2026-08-25T20:53:40.662Z | Compiling rustc-hash v2.1.1 |
| 2740 | 2026-08-25T20:53:40.760Z | Compiling p384 v0.13.1 |
| 2741 | 2026-08-25T20:53:40.795Z | Checking flume v0.11.1 |
| 2742 | 2026-08-25T20:53:41.275Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2743 | 2026-08-25T20:53:41.333Z | Compiling knus v3.4.0 |
| 2744 | 2026-08-25T20:53:42.642Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2745 | 2026-08-25T20:53:42.670Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2746 | 2026-08-25T20:53:42.670Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2747 | 2026-08-25T20:53:42.670Z | Compiling libxml v0.3.3 |
| 2748 | 2026-08-25T20:53:42.670Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2749 | 2026-08-25T20:53:42.670Z | Checking assert_matches v1.5.0 |
| 2750 | 2026-08-25T20:53:42.670Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2751 | 2026-08-25T20:53:42.670Z | Compiling strum_macros v0.24.3 |
| 2752 | 2026-08-25T20:53:42.670Z | Compiling indoc v1.0.9 |
| 2753 | 2026-08-25T20:53:45.865Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2754 | 2026-08-25T20:53:45.894Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2755 | 2026-08-25T20:53:45.894Z | Checking quick-xml v0.37.5 |
| 2756 | 2026-08-25T20:53:45.894Z | Checking derive_builder v0.20.2 |
| 2757 | 2026-08-25T20:53:45.894Z | Compiling oso-derive v0.27.3 |
| 2758 | 2026-08-25T20:53:45.894Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2759 | 2026-08-25T20:53:45.894Z | Compiling trait-variant v0.1.2 |
| 2760 | 2026-08-25T20:53:45.894Z | Checking openssl-probe v0.1.6 |
| 2761 | 2026-08-25T20:53:45.894Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2762 | 2026-08-25T20:53:45.894Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2763 | 2026-08-25T20:53:45.894Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2764 | 2026-08-25T20:53:45.894Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2765 | 2026-08-25T20:53:45.894Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2766 | 2026-08-25T20:53:45.894Z | Checking corncobs v0.1.4 |
| 2767 | 2026-08-25T20:53:45.921Z | Checking predicates-tree v1.0.13 |
| 2768 | 2026-08-25T20:53:47.941Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2769 | 2026-08-25T20:53:47.966Z | Compiling progenitor-impl v0.13.0 |
| 2770 | 2026-08-25T20:53:47.966Z | Checking secrecy v0.8.0 |
| 2771 | 2026-08-25T20:53:47.966Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2772 | 2026-08-25T20:53:47.966Z | Checking progenitor-client v0.13.0 |
| 2773 | 2026-08-25T20:53:47.966Z | Checking anstyle-parse v0.2.7 |
| 2774 | 2026-08-25T20:53:47.966Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2775 | 2026-08-25T20:53:47.966Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2776 | 2026-08-25T20:53:47.966Z | Checking anstream v0.6.21 |
| 2777 | 2026-08-25T20:53:47.995Z | Checking bb8 v0.8.6 |
| 2778 | 2026-08-25T20:53:47.995Z | Compiling mime_guess v2.0.5 |
| 2779 | 2026-08-25T20:53:47.995Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2780 | 2026-08-25T20:53:48.178Z | Checking ignore v0.4.25 |
| 2781 | 2026-08-25T20:53:48.421Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2782 | 2026-08-25T20:53:49.238Z | Checking http-range v0.1.5 |
| 2783 | 2026-08-25T20:53:49.264Z | Checking globwalk v0.9.1 |
| 2784 | 2026-08-25T20:53:49.264Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2785 | 2026-08-25T20:53:49.264Z | Compiling progenitor-macro v0.13.0 |
| 2786 | 2026-08-25T20:53:49.264Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2787 | 2026-08-25T20:53:49.324Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2788 | 2026-08-25T20:53:49.420Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2789 | 2026-08-25T20:53:49.983Z | Checking digest-io v0.1.0 |
| 2790 | 2026-08-25T20:53:50.151Z | Checking rawzip v0.4.4 |
| 2791 | 2026-08-25T20:53:50.653Z | Checking nonempty v0.12.0 |
| 2792 | 2026-08-25T20:53:50.712Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2793 | 2026-08-25T20:53:50.779Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2794 | 2026-08-25T20:53:51.215Z | Checking camino-tempfile-ext v0.3.3 |
| 2795 | 2026-08-25T20:53:51.453Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2796 | 2026-08-25T20:53:51.539Z | Checking hyper-staticfile v0.10.1 |
| 2797 | 2026-08-25T20:53:51.869Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2798 | 2026-08-25T20:53:52.033Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2799 | 2026-08-25T20:53:52.196Z | Checking signal-hook-tokio v0.3.1 |
| 2800 | 2026-08-25T20:53:52.369Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2801 | 2026-08-25T20:53:52.642Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2802 | 2026-08-25T20:53:52.789Z | Checking scuffle v0.1.0 |
| 2803 | 2026-08-25T20:53:52.842Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2804 | 2026-08-25T20:53:53.070Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2805 | 2026-08-25T20:53:53.205Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2806 | 2026-08-25T20:53:53.495Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2807 | 2026-08-25T20:53:53.530Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2808 | 2026-08-25T20:53:53.567Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2809 | 2026-08-25T20:53:53.793Z | Checking progenitor v0.13.0 |
| 2810 | 2026-08-25T20:53:53.835Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2811 | 2026-08-25T20:53:53.968Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2812 | 2026-08-25T20:53:54.334Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2813 | 2026-08-25T20:53:54.496Z | Checking async-bb8-diesel v0.2.1 |
| 2814 | 2026-08-25T20:53:54.769Z | Checking diesel-dtrace v0.5.0 |
| 2815 | 2026-08-25T20:53:54.836Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2816 | 2026-08-25T20:53:54.894Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2817 | 2026-08-25T20:53:55.076Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2818 | 2026-08-25T20:53:55.113Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2819 | 2026-08-25T20:53:55.436Z | Checking tungstenite v0.23.0 |
| 2820 | 2026-08-25T20:53:55.582Z | Checking rand_seeder v0.4.0 |
| 2821 | 2026-08-25T20:53:55.770Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2822 | 2026-08-25T20:53:55.854Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2823 | 2026-08-25T20:53:55.893Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2824 | 2026-08-25T20:53:56.169Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2825 | 2026-08-25T20:53:57.222Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2826 | 2026-08-25T20:53:57.757Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2827 | 2026-08-25T20:53:57.858Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2828 | 2026-08-25T20:53:58.201Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2829 | 2026-08-25T20:53:58.578Z | Checking tokio-tungstenite v0.23.1 |
| 2830 | 2026-08-25T20:53:58.881Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2831 | 2026-08-25T20:53:58.975Z | Checking void v1.0.2 |
| 2832 | 2026-08-25T20:53:59.148Z | Checking lzss v0.8.2 |
| 2833 | 2026-08-25T20:53:59.192Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2834 | 2026-08-25T20:53:59.324Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2835 | 2026-08-25T20:53:59.364Z | Checking nix v0.27.1 |
| 2836 | 2026-08-25T20:53:59.403Z | Checking serde_bytes v0.11.19 |
| 2837 | 2026-08-25T20:53:59.519Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2838 | 2026-08-25T20:53:59.910Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2839 | 2026-08-25T20:54:00.281Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2840 | 2026-08-25T20:54:01.819Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2841 | 2026-08-25T20:54:01.823Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2842 | 2026-08-25T20:54:01.823Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2843 | 2026-08-25T20:54:01.823Z | Checking yansi v1.0.1 |
| 2844 | 2026-08-25T20:54:01.823Z | Checking cpubits v0.1.1 |
| 2845 | 2026-08-25T20:54:01.823Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2846 | 2026-08-25T20:54:01.823Z | Checking pretty_assertions v1.4.1 |
| 2847 | 2026-08-25T20:54:01.877Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2848 | 2026-08-25T20:54:01.934Z | Checking pem-rfc7468 v1.0.0 |
| 2849 | 2026-08-25T20:54:02.138Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2850 | 2026-08-25T20:54:02.415Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2851 | 2026-08-25T20:54:02.521Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2852 | 2026-08-25T20:54:02.644Z | Checking hmac v0.13.0 |
| 2853 | 2026-08-25T20:54:02.845Z | Checking universal-hash v0.6.1 |
| 2854 | 2026-08-25T20:54:03.021Z | Compiling libz-sys v1.1.24 |
| 2855 | 2026-08-25T20:54:03.351Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2856 | 2026-08-25T20:54:03.432Z | Compiling instability v0.3.11 |
| 2857 | 2026-08-25T20:54:03.685Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2858 | 2026-08-25T20:54:03.721Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2859 | 2026-08-25T20:54:03.789Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2860 | 2026-08-25T20:54:03.824Z | Checking castaway v0.2.4 |
| 2861 | 2026-08-25T20:54:03.969Z | Compiling indoc v2.0.7 |
| 2862 | 2026-08-25T20:54:04.064Z | Checking compact_str v0.8.1 |
| 2863 | 2026-08-25T20:54:04.316Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2864 | 2026-08-25T20:54:04.527Z | Checking polyval v0.7.1 |
| 2865 | 2026-08-25T20:54:04.735Z | Checking der v0.8.0 |
| 2866 | 2026-08-25T20:54:05.205Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2867 | 2026-08-25T20:54:05.325Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2868 | 2026-08-25T20:54:05.425Z | Checking unicode-truncate v1.1.0 |
| 2869 | 2026-08-25T20:54:05.461Z | Checking lru v0.12.5 |
| 2870 | 2026-08-25T20:54:05.543Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2871 | 2026-08-25T20:54:05.611Z | Checking arc-swap v1.8.2 |
| 2872 | 2026-08-25T20:54:05.635Z | Checking cassowary v0.3.0 |
| 2873 | 2026-08-25T20:54:05.804Z | Checking ghash v0.6.0 |
| 2874 | 2026-08-25T20:54:05.853Z | Checking slog-scope v4.4.1 |
| 2875 | 2026-08-25T20:54:05.888Z | Checking ratatui v0.29.0 |
| 2876 | 2026-08-25T20:54:06.028Z | Checking pbkdf2 v0.13.0 |
| 2877 | 2026-08-25T20:54:06.096Z | Checking crypto-bigint v0.7.5 |
| 2878 | 2026-08-25T20:54:06.179Z | Checking aes v0.9.1 |
| 2879 | 2026-08-25T20:54:06.602Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2880 | 2026-08-25T20:54:07.264Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2881 | 2026-08-25T20:54:07.494Z | Checking ctr v0.10.1 |
| 2882 | 2026-08-25T20:54:07.743Z | Checking aead v0.6.1 |
| 2883 | 2026-08-25T20:54:07.895Z | Checking cargo-platform v0.3.2 |
| 2884 | 2026-08-25T20:54:07.940Z | Checking aes-gcm v0.11.0 |
| 2885 | 2026-08-25T20:54:08.097Z | Checking cargo_metadata v0.23.1 |
| 2886 | 2026-08-25T20:54:08.165Z | Checking slog-stdlog v4.1.1 |
| 2887 | 2026-08-25T20:54:08.338Z | Checking spki v0.8.0 |
| 2888 | 2026-08-25T20:54:08.506Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2889 | 2026-08-25T20:54:08.541Z | Checking colored v2.2.0 |
| 2890 | 2026-08-25T20:54:08.785Z | Checking salsa20 v0.11.0 |
| 2891 | 2026-08-25T20:54:08.904Z | Checking console v0.16.2 |
| 2892 | 2026-08-25T20:54:08.947Z | Compiling vergen-git2 v9.1.0 |
| 2893 | 2026-08-25T20:54:09.135Z | Checking unit-prefix v0.5.2 |
| 2894 | 2026-08-25T20:54:09.243Z | Checking plotters-backend v0.3.7 |
| 2895 | 2026-08-25T20:54:09.313Z | Checking indicatif v0.18.4 |
| 2896 | 2026-08-25T20:54:09.461Z | Checking plotters-svg v0.3.7 |
| 2897 | 2026-08-25T20:54:09.692Z | Checking scrypt v0.12.0 |
| 2898 | 2026-08-25T20:54:09.749Z | Checking slog-envlogger v2.2.0 |
| 2899 | 2026-08-25T20:54:09.811Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2900 | 2026-08-25T20:54:09.902Z | Checking cbc v0.2.1 |
| 2901 | 2026-08-25T20:54:09.961Z | Checking libsw-core v0.3.2 |
| 2902 | 2026-08-25T20:54:10.010Z | Checking cast v0.3.0 |
| 2903 | 2026-08-25T20:54:10.083Z | Checking pkcs5 v0.8.1 |
| 2904 | 2026-08-25T20:54:10.127Z | Checking libsw v3.5.0 |
| 2905 | 2026-08-25T20:54:10.179Z | Checking criterion-plot v0.6.0 |
| 2906 | 2026-08-25T20:54:10.362Z | Checking plotters v0.3.7 |
| 2907 | 2026-08-25T20:54:10.399Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2908 | 2026-08-25T20:54:10.477Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2909 | 2026-08-25T20:54:10.671Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2910 | 2026-08-25T20:54:10.900Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2911 | 2026-08-25T20:54:11.118Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2912 | 2026-08-25T20:54:11.158Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2913 | 2026-08-25T20:54:11.343Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2914 | 2026-08-25T20:54:11.382Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2915 | 2026-08-25T20:54:11.418Z | Checking tinytemplate v1.2.1 |
| 2916 | 2026-08-25T20:54:11.559Z | Checking anes v0.1.6 |
| 2917 | 2026-08-25T20:54:11.654Z | Checking shell-words v1.1.1 |
| 2918 | 2026-08-25T20:54:11.769Z | Checking oorandom v11.1.5 |
| 2919 | 2026-08-25T20:54:11.861Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2920 | 2026-08-25T20:54:11.916Z | Checking criterion v0.7.0 |
| 2921 | 2026-08-25T20:54:12.306Z | Checking pkcs8 v0.11.0 |
| 2922 | 2026-08-25T20:54:12.548Z | Checking oxide-update-engine-display v0.1.2 |
| 2923 | 2026-08-25T20:54:12.894Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2924 | 2026-08-25T20:54:13.174Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2925 | 2026-08-25T20:54:13.702Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2926 | 2026-08-25T20:54:14.014Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2927 | 2026-08-25T20:54:14.622Z | Checking tokio-test v0.4.5 |
| 2928 | 2026-08-25T20:54:14.866Z | Checking ff v0.14.0 |
| 2929 | 2026-08-25T20:54:15.056Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2930 | 2026-08-25T20:54:15.283Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2931 | 2026-08-25T20:54:15.698Z | Checking twox-hash v2.1.2 |
| 2932 | 2026-08-25T20:54:16.033Z | Compiling petname v2.0.2 |
| 2933 | 2026-08-25T20:54:16.558Z | Checking atty v0.2.14 |
| 2934 | 2026-08-25T20:54:16.672Z | Checking arrayvec v0.7.6 |
| 2935 | 2026-08-25T20:54:16.897Z | Checking constant_time_eq v0.4.2 |
| 2936 | 2026-08-25T20:54:17.076Z | Checking arrayref v0.3.9 |
| 2937 | 2026-08-25T20:54:17.390Z | Checking group v0.14.0 |
| 2938 | 2026-08-25T20:54:17.426Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2939 | 2026-08-25T20:54:17.581Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2940 | 2026-08-25T20:54:17.631Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2941 | 2026-08-25T20:54:18.369Z | Checking fatfs v0.3.6 |
| 2942 | 2026-08-25T20:54:18.492Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2943 | 2026-08-25T20:54:18.643Z | Checking signature v3.0.0 |
| 2944 | 2026-08-25T20:54:18.680Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2945 | 2026-08-25T20:54:18.838Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2946 | 2026-08-25T20:54:18.875Z | Checking base16ct v1.0.0 |
| 2947 | 2026-08-25T20:54:19.053Z | Compiling seq-macro v0.3.6 |
| 2948 | 2026-08-25T20:54:19.579Z | Checking sec1 v0.8.1 |
| 2949 | 2026-08-25T20:54:19.840Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2950 | 2026-08-25T20:54:20.036Z | Checking hkdf v0.13.0 |
| 2951 | 2026-08-25T20:54:20.198Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2952 | 2026-08-25T20:54:20.236Z | Checking concurrent-queue v2.5.0 |
| 2953 | 2026-08-25T20:54:20.240Z | Checking sapling-renderdag v0.1.0 |
| 2954 | 2026-08-25T20:54:20.397Z | Checking parking v2.2.1 |
| 2955 | 2026-08-25T20:54:20.459Z | Checking sync-ptr v0.1.4 |
| 2956 | 2026-08-25T20:54:20.548Z | Checking elliptic-curve v0.14.1 |
| 2957 | 2026-08-25T20:54:20.584Z | Checking event-listener v5.4.1 |
| 2958 | 2026-08-25T20:54:20.621Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2959 | 2026-08-25T20:54:20.834Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2960 | 2026-08-25T20:54:20.980Z | Checking rtoolbox v0.0.3 |
| 2961 | 2026-08-25T20:54:21.096Z | Compiling samael v0.0.19 |
| 2962 | 2026-08-25T20:54:21.141Z | Checking event-listener-strategy v0.5.4 |
| 2963 | 2026-08-25T20:54:21.146Z | Checking rpassword v7.5.4 |
| 2964 | 2026-08-25T20:54:21.309Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2965 | 2026-08-25T20:54:21.371Z | Checking wnaf v0.14.0 |
| 2966 | 2026-08-25T20:54:21.574Z | Checking primefield v0.14.0 |
| 2967 | 2026-08-25T20:54:21.817Z | Checking rfc6979 v0.6.0 |
| 2968 | 2026-08-25T20:54:21.999Z | Checking tui-tree-widget v0.23.1 |
| 2969 | 2026-08-25T20:54:22.223Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2970 | 2026-08-25T20:54:22.296Z | Compiling blake3 v1.8.5 |
| 2971 | 2026-08-25T20:54:22.690Z | Checking futures-timer v3.0.3 |
| 2972 | 2026-08-25T20:54:23.247Z | Checking ecdsa v0.17.0 |
| 2973 | 2026-08-25T20:54:23.411Z | Checking primeorder v0.14.0 |
| 2974 | 2026-08-25T20:54:23.692Z | Checking async-lock v3.4.2 |
| 2975 | 2026-08-25T20:54:23.812Z | Compiling curve25519-dalek v5.0.0 |
| 2976 | 2026-08-25T20:54:23.851Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2977 | 2026-08-25T20:54:24.093Z | Checking async-object-pool v0.2.0 |
| 2978 | 2026-08-25T20:54:24.564Z | Checking ssh-encoding v0.3.0 |
| 2979 | 2026-08-25T20:54:24.830Z | Checking serde_regex v1.1.0 |
| 2980 | 2026-08-25T20:54:25.031Z | Checking assert-json-diff v2.0.2 |
| 2981 | 2026-08-25T20:54:25.243Z | Checking path-tree v0.8.3 |
| 2982 | 2026-08-25T20:54:25.477Z | Checking keccak v0.2.0 |
| 2983 | 2026-08-25T20:54:25.666Z | Checking stringmetrics v2.2.2 |
| 2984 | 2026-08-25T20:54:25.869Z | Checking topological-sort v0.2.2 |
| 2985 | 2026-08-25T20:54:26.030Z | Compiling strsim v0.10.0 |
| 2986 | 2026-08-25T20:54:26.296Z | Compiling darling_core v0.13.4 |
| 2987 | 2026-08-25T20:54:26.388Z | Checking omicron-zone-package v0.12.3 |
| 2988 | 2026-08-25T20:54:26.452Z | Checking httpmock v0.8.3 |
| 2989 | 2026-08-25T20:54:27.366Z | Checking ed25519 v3.0.0 |
| 2990 | 2026-08-25T20:54:27.529Z | Checking pkcs1 v0.8.0-rc.4 |
| 2991 | 2026-08-25T20:54:27.575Z | Checking crypto-primes v0.7.2 |
| 2992 | 2026-08-25T20:54:27.806Z | Checking poly1305 v0.9.0 |
| 2993 | 2026-08-25T20:54:28.121Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2994 | 2026-08-25T20:54:28.258Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2995 | 2026-08-25T20:54:28.543Z | Checking blowfish v0.10.0 |
| 2996 | 2026-08-25T20:54:28.579Z | Checking blake2 v0.11.0-rc.6 |
| 2997 | 2026-08-25T20:54:28.701Z | Compiling target-lexicon v0.13.3 |
| 2998 | 2026-08-25T20:54:28.732Z | Checking bcrypt-pbkdf v0.11.0 |
| 2999 | 2026-08-25T20:54:28.880Z | Checking argon2 v0.6.0-rc.8 |
| 3000 | 2026-08-25T20:54:28.919Z | Checking rsa v0.10.0-rc.18 |
| 3001 | 2026-08-25T20:54:28.944Z | Compiling darling_macro v0.13.4 |
| 3002 | 2026-08-25T20:54:29.237Z | Checking ssh-cipher v0.3.0 |
| 3003 | 2026-08-25T20:54:29.286Z | Checking ed25519-dalek v3.0.0 |
| 3004 | 2026-08-25T20:54:29.456Z | Checking sha3 v0.11.0 |
| 3005 | 2026-08-25T20:54:29.511Z | Checking p384 v0.14.0 |
| 3006 | 2026-08-25T20:54:29.536Z | Checking p521 v0.14.0 |
| 3007 | 2026-08-25T20:54:29.573Z | Checking p256 v0.14.0 |
| 3008 | 2026-08-25T20:54:29.868Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3009 | 2026-08-25T20:54:30.280Z | Checking kem v0.3.0 |
| 3010 | 2026-08-25T20:54:30.351Z | Checking module-lattice v0.2.3 |
| 3011 | 2026-08-25T20:54:30.486Z | Checking socket2 v0.5.10 |
| 3012 | 2026-08-25T20:54:30.610Z | Compiling guppy-workspace-hack v0.1.0 |
| 3013 | 2026-08-25T20:54:30.686Z | Checking hex-literal v0.4.1 |
| 3014 | 2026-08-25T20:54:30.813Z | Checking sponge-cursor v0.1.0 |
| 3015 | 2026-08-25T20:54:30.877Z | Checking ml-kem v0.3.2 |
| 3016 | 2026-08-25T20:54:30.955Z | Checking sha3 v0.12.0 |
| 3017 | 2026-08-25T20:54:31.233Z | Compiling darling v0.13.4 |
| 3018 | 2026-08-25T20:54:31.659Z | Checking russh-cryptovec v0.62.0 |
| 3019 | 2026-08-25T20:54:31.753Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3020 | 2026-08-25T20:54:31.753Z | Checking internal-russh-num-bigint v0.5.0 |
| 3021 | 2026-08-25T20:54:31.894Z | Checking num-bigint v0.4.6 |
| 3022 | 2026-08-25T20:54:32.335Z | Checking russh-util v0.52.0 |
| 3023 | 2026-08-25T20:54:32.498Z | Checking generic-array v1.4.3 |
| 3024 | 2026-08-25T20:54:32.651Z | Checking ssh-key v0.7.0-rc.11 |
| 3025 | 2026-08-25T20:54:32.762Z | Compiling enum_dispatch v0.3.13 |
| 3026 | 2026-08-25T20:54:32.850Z | Compiling delegate v0.13.5 |
| 3027 | 2026-08-25T20:54:32.974Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3028 | 2026-08-25T20:54:33.397Z | Checking hex-literal v1.1.0 |
| 3029 | 2026-08-25T20:54:33.554Z | Compiling target-spec v3.5.7 |
| 3030 | 2026-08-25T20:54:33.662Z | Compiling git2 v0.20.4 |
| 3031 | 2026-08-25T20:54:33.738Z | Checking md5 v0.8.0 |
| 3032 | 2026-08-25T20:54:33.813Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3033 | 2026-08-25T20:54:33.886Z | Checking russh v0.62.4 |
| 3034 | 2026-08-25T20:54:34.097Z | Checking cfg-expr v0.20.6 |
| 3035 | 2026-08-25T20:54:34.443Z | Compiling serde_with_macros v1.5.2 |
| 3036 | 2026-08-25T20:54:34.584Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3037 | 2026-08-25T20:54:35.083Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3038 | 2026-08-25T20:54:35.277Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3039 | 2026-08-25T20:54:35.317Z | Checking internet-checksum v0.2.1 |
| 3040 | 2026-08-25T20:54:35.472Z | Compiling serde_with v1.14.0 |
| 3041 | 2026-08-25T20:54:36.628Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3042 | 2026-08-25T20:54:36.664Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3043 | 2026-08-25T20:54:36.978Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3044 | 2026-08-25T20:54:37.101Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3045 | 2026-08-25T20:54:37.318Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3046 | 2026-08-25T20:54:37.409Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3047 | 2026-08-25T20:54:37.523Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3048 | 2026-08-25T20:54:37.623Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3049 | 2026-08-25T20:54:37.693Z | Checking httptest v0.16.4 |
| 3050 | 2026-08-25T20:54:37.837Z | Checking pathdiff v0.2.3 |
| 3051 | 2026-08-25T20:54:37.977Z | Checking nested v0.1.1 |
| 3052 | 2026-08-25T20:54:38.087Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3053 | 2026-08-25T20:54:38.090Z | Compiling polar-core v0.27.3 |
| 3054 | 2026-08-25T20:54:38.160Z | Checking guppy v0.17.25 |
| 3055 | 2026-08-25T20:54:38.228Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3056 | 2026-08-25T20:54:38.496Z | Checking similar-asserts v1.7.0 |
| 3057 | 2026-08-25T20:54:38.537Z | Compiling target-triple v1.0.0 |
| 3058 | 2026-08-25T20:54:38.696Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3059 | 2026-08-25T20:54:39.131Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3060 | 2026-08-25T20:54:39.716Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3061 | 2026-08-25T20:54:39.824Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3062 | 2026-08-25T20:54:39.963Z | Checking hickory-client v0.25.2 |
| 3063 | 2026-08-25T20:54:40.285Z | Checking supports-color v2.1.0 |
| 3064 | 2026-08-25T20:54:40.458Z | Checking supports-hyperlinks v2.1.0 |
| 3065 | 2026-08-25T20:54:40.494Z | Checking supports-unicode v2.1.0 |
| 3066 | 2026-08-25T20:54:40.532Z | Checking textwrap v0.15.2 |
| 3067 | 2026-08-25T20:54:40.608Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3068 | 2026-08-25T20:54:40.646Z | Checking terminal_size v0.1.17 |
| 3069 | 2026-08-25T20:54:40.780Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 3070 | 2026-08-25T20:54:40.815Z | Compiling miette-derive v5.10.0 |
| 3071 | 2026-08-25T20:54:40.819Z | Compiling fs-err v2.11.0 |
| 3072 | 2026-08-25T20:54:41.049Z | Checking owo-colors v3.5.0 |
| 3073 | 2026-08-25T20:54:41.237Z | Compiling assert_cmd v2.1.2 |
| 3074 | 2026-08-25T20:54:41.536Z | Checking escape8259 v0.5.3 |
| 3075 | 2026-08-25T20:54:41.673Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 3076 | 2026-08-25T20:54:41.710Z | Checking libtest-mimic v0.8.1 |
| 3077 | 2026-08-25T20:54:41.972Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3078 | 2026-08-25T20:54:42.043Z | Checking miette v5.10.0 |
| 3079 | 2026-08-25T20:54:42.550Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3080 | 2026-08-25T20:54:42.686Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3081 | 2026-08-25T20:54:43.171Z | Checking oso v0.27.3 |
| 3082 | 2026-08-25T20:54:43.207Z | Checking blake2b_simd v1.0.4 |
| 3083 | 2026-08-25T20:54:43.420Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3084 | 2026-08-25T20:54:43.635Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3085 | 2026-08-25T20:54:43.863Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3086 | 2026-08-25T20:54:43.903Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3087 | 2026-08-25T20:54:44.092Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3088 | 2026-08-25T20:54:44.130Z | Compiling knuffel-derive v3.2.0 |
| 3089 | 2026-08-25T20:54:44.130Z | Checking fancy-regex v0.14.0 |
| 3090 | 2026-08-25T20:54:44.300Z | Checking serde_tokenstream v0.2.3 |
| 3091 | 2026-08-25T20:54:44.528Z | Checking approx v0.5.1 |
| 3092 | 2026-08-25T20:54:44.565Z | Compiling rstest_macros v0.25.0 |
| 3093 | 2026-08-25T20:54:44.601Z | Checking uzers v0.12.2 |
| 3094 | 2026-08-25T20:54:44.697Z | Checking termcolor v1.4.1 |
| 3095 | 2026-08-25T20:54:44.880Z | Compiling linkme-impl v0.3.35 |
| 3096 | 2026-08-25T20:54:44.883Z | Checking constant_time_eq v0.3.1 |
| 3097 | 2026-08-25T20:54:44.971Z | Checking trybuild v1.0.116 |
| 3098 | 2026-08-25T20:54:45.056Z | Checking rust-argon2 v2.1.0 |
| 3099 | 2026-08-25T20:54:45.287Z | Checking datatest-stable v0.3.3 |
| 3100 | 2026-08-25T20:54:45.599Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3101 | 2026-08-25T20:54:45.643Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3102 | 2026-08-25T20:54:45.715Z | Checking knuffel v3.2.0 |
| 3103 | 2026-08-25T20:54:45.881Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3104 | 2026-08-25T20:54:45.917Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3105 | 2026-08-25T20:54:46.004Z | Checking support-bundle-viewer v0.1.2 |
| 3106 | 2026-08-25T20:54:46.095Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3107 | 2026-08-25T20:54:46.280Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3108 | 2026-08-25T20:54:46.317Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3109 | 2026-08-25T20:54:46.380Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3110 | 2026-08-25T20:54:46.501Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3111 | 2026-08-25T20:54:46.545Z | Checking drift v0.2.0 |
| 3112 | 2026-08-25T20:54:46.604Z | Checking rand_distr v0.5.1 |
| 3113 | 2026-08-25T20:54:46.768Z | Checking multimap v0.10.1 |
| 3114 | 2026-08-25T20:54:46.885Z | Compiling linkme v0.3.35 |
| 3115 | 2026-08-25T20:54:46.931Z | Checking parse-size v1.1.0 |
| 3116 | 2026-08-25T20:54:46.976Z | Compiling relative-path v1.9.3 |
| 3117 | 2026-08-25T20:54:47.049Z | Checking dropshot-api-manager v0.8.0 |
| 3118 | 2026-08-25T20:54:47.089Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3119 | 2026-08-25T20:54:47.411Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3120 | 2026-08-25T20:54:48.244Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3121 | 2026-08-25T20:54:48.725Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3122 | 2026-08-25T20:54:49.034Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3123 | 2026-08-25T20:54:49.218Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3124 | 2026-08-25T20:54:49.258Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3125 | 2026-08-25T20:54:49.322Z | Checking cargo_toml v0.21.0 |
| 3126 | 2026-08-25T20:54:49.825Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3127 | 2026-08-25T20:54:49.868Z | Checking partial-io v0.5.4 |
| 3128 | 2026-08-25T20:54:50.009Z | Checking termios v0.3.3 |
| 3129 | 2026-08-25T20:54:50.178Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3130 | 2026-08-25T20:54:50.222Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3131 | 2026-08-25T20:54:50.955Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3132 | 2026-08-25T20:54:50.990Z | Checking rstest v0.25.0 |
| 3133 | 2026-08-25T20:54:55.750Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3134 | 2026-08-25T20:54:56.799Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3135 | 2026-08-25T20:54:57.389Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3136 | 2026-08-25T20:55:02.310Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3137 | 2026-08-25T20:55:03.095Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3138 | 2026-08-25T20:55:05.432Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3139 | 2026-08-25T20:55:10.469Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3140 | 2026-08-25T20:55:13.441Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3141 | 2026-08-25T20:55:15.586Z | Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3142 | 2026-08-25T20:55:17.091Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3143 | 2026-08-25T20:55:20.718Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3144 | 2026-08-25T20:55:20.959Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3145 | 2026-08-25T20:55:23.561Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3146 | 2026-08-25T20:55:27.613Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3147 | 2026-08-25T20:55:32.480Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3148 | 2026-08-25T20:55:54.792Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3149 | 2026-08-25T20:56:48.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 15s |
| 3150 | 2026-08-25T20:56:48.283Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3151 | 2026-08-25T20:56:48.283Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3152 | 2026-08-25T20:56:48.967Z | |
| 3153 | 2026-08-25T20:56:48.968Z | real 4:18.590718574 |
| 3154 | 2026-08-25T20:56:48.968Z | user 22:19.637303482 |
| 3155 | 2026-08-25T20:56:48.968Z | sys 5:16.850420745 |
| 3156 | 2026-08-25T20:56:48.968Z | trap 0.539229361 |
| 3157 | 2026-08-25T20:56:48.968Z | tflt 0.463211733 |
| 3158 | 2026-08-25T20:56:48.968Z | dflt 0.604639400 |
| 3159 | 2026-08-25T20:56:48.968Z | kflt 0.004532268 |
| 3160 | 2026-08-25T20:56:48.968Z | lock 1:07:08.543548803 |
| 3161 | 2026-08-25T20:56:48.968Z | slp 1:00:20.803584576 |
| 3162 | 2026-08-25T20:56:48.968Z | lat 1:48.384462841 |
| 3163 | 2026-08-25T20:56:48.968Z | stop 14:41.073313054 |
| 3164 | 2026-08-25T20:56:48.972Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3165 | 2026-08-25T20:56:48.972Z | + ptime -m cargo doc --workspace --no-deps |
| 3166 | 2026-08-25T20:56:49.840Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3167 | 2026-08-25T20:56:49.841Z | | |
| 3168 | 2026-08-25T20:56:49.841Z | = 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)` |
| 3169 | 2026-08-25T20:56:49.841Z | = 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> |
| 3170 | 2026-08-25T20:56:50.954Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3171 | 2026-08-25T20:56:51.199Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3172 | 2026-08-25T20:56:51.238Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3173 | 2026-08-25T20:56:51.271Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3174 | 2026-08-25T20:56:51.389Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3175 | 2026-08-25T20:56:51.493Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3176 | 2026-08-25T20:56:51.523Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3177 | 2026-08-25T20:56:51.523Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3178 | 2026-08-25T20:56:51.550Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3179 | 2026-08-25T20:56:51.599Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3180 | 2026-08-25T20:56:51.603Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3181 | 2026-08-25T20:56:51.754Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3182 | 2026-08-25T20:56:51.825Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3183 | 2026-08-25T20:56:51.829Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3184 | 2026-08-25T20:56:51.873Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3185 | 2026-08-25T20:56:51.899Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3186 | 2026-08-25T20:56:51.903Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3187 | 2026-08-25T20:56:51.999Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3188 | 2026-08-25T20:56:52.031Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3189 | 2026-08-25T20:56:52.057Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3190 | 2026-08-25T20:56:52.176Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3191 | 2026-08-25T20:56:52.288Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3192 | 2026-08-25T20:56:52.487Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3193 | 2026-08-25T20:56:52.572Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3194 | 2026-08-25T20:56:52.641Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3195 | 2026-08-25T20:56:52.693Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3196 | 2026-08-25T20:56:52.755Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3197 | 2026-08-25T20:56:52.821Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3198 | 2026-08-25T20:56:52.937Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3199 | 2026-08-25T20:56:53.015Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3200 | 2026-08-25T20:56:53.169Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3201 | 2026-08-25T20:56:53.196Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3202 | 2026-08-25T20:56:53.250Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3203 | 2026-08-25T20:56:53.366Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3204 | 2026-08-25T20:56:53.484Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3205 | 2026-08-25T20:56:53.594Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3206 | 2026-08-25T20:56:53.645Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3207 | 2026-08-25T20:56:53.732Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3208 | 2026-08-25T20:56:53.854Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3209 | 2026-08-25T20:56:53.880Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3210 | 2026-08-25T20:56:54.125Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3211 | 2026-08-25T20:56:54.280Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3212 | 2026-08-25T20:56:54.363Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3213 | 2026-08-25T20:56:54.395Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3214 | 2026-08-25T20:56:54.435Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3215 | 2026-08-25T20:56:54.615Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3216 | 2026-08-25T20:56:54.639Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3217 | 2026-08-25T20:56:54.663Z | Checking scuffle v0.1.0 |
| 3218 | 2026-08-25T20:56:54.889Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3219 | 2026-08-25T20:56:54.920Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3220 | 2026-08-25T20:56:54.937Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3221 | 2026-08-25T20:56:54.965Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3222 | 2026-08-25T20:56:55.117Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3223 | 2026-08-25T20:56:55.142Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3224 | 2026-08-25T20:56:55.223Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3225 | 2026-08-25T20:56:55.267Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3226 | 2026-08-25T20:56:55.704Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3227 | 2026-08-25T20:56:55.978Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3228 | 2026-08-25T20:56:56.214Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3229 | 2026-08-25T20:56:56.695Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3230 | 2026-08-25T20:56:56.760Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3231 | 2026-08-25T20:56:56.787Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3232 | 2026-08-25T20:56:57.027Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3233 | 2026-08-25T20:56:57.056Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3234 | 2026-08-25T20:56:57.087Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3235 | 2026-08-25T20:56:57.087Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3236 | 2026-08-25T20:56:57.330Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3237 | 2026-08-25T20:56:57.453Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3238 | 2026-08-25T20:56:57.901Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3239 | 2026-08-25T20:56:57.947Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3240 | 2026-08-25T20:56:58.199Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3241 | 2026-08-25T20:56:58.241Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3242 | 2026-08-25T20:56:58.332Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3243 | 2026-08-25T20:56:58.440Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3244 | 2026-08-25T20:56:58.440Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3245 | 2026-08-25T20:56:58.526Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3246 | 2026-08-25T20:56:58.632Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3247 | 2026-08-25T20:56:58.660Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3248 | 2026-08-25T20:56:58.715Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3249 | 2026-08-25T20:56:58.740Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3250 | 2026-08-25T20:56:58.866Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3251 | 2026-08-25T20:56:58.892Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3252 | 2026-08-25T20:56:58.922Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3253 | 2026-08-25T20:56:58.948Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3254 | 2026-08-25T20:56:59.253Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3255 | 2026-08-25T20:56:59.253Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3256 | 2026-08-25T20:56:59.308Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3257 | 2026-08-25T20:56:59.316Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3258 | 2026-08-25T20:56:59.316Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3259 | 2026-08-25T20:56:59.510Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3260 | 2026-08-25T20:56:59.559Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3261 | 2026-08-25T20:56:59.605Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3262 | 2026-08-25T20:56:59.629Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3263 | 2026-08-25T20:56:59.657Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3264 | 2026-08-25T20:56:59.682Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3265 | 2026-08-25T20:56:59.859Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3266 | 2026-08-25T20:56:59.862Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3267 | 2026-08-25T20:56:59.930Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3268 | 2026-08-25T20:56:59.954Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3269 | 2026-08-25T20:56:59.978Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3270 | 2026-08-25T20:57:00.089Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3271 | 2026-08-25T20:57:00.142Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3272 | 2026-08-25T20:57:00.243Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3273 | 2026-08-25T20:57:00.322Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3274 | 2026-08-25T20:57:00.348Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3275 | 2026-08-25T20:57:00.655Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3276 | 2026-08-25T20:57:00.663Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3277 | 2026-08-25T20:57:00.663Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3278 | 2026-08-25T20:57:01.173Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3279 | 2026-08-25T20:57:01.361Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3280 | 2026-08-25T20:57:01.389Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3281 | 2026-08-25T20:57:01.657Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3282 | 2026-08-25T20:57:02.465Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3283 | 2026-08-25T20:57:03.143Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3284 | 2026-08-25T20:57:03.523Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3285 | 2026-08-25T20:57:04.358Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3286 | 2026-08-25T20:57:04.550Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3287 | 2026-08-25T20:57:05.324Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3288 | 2026-08-25T20:57:05.441Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3289 | 2026-08-25T20:57:06.270Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3290 | 2026-08-25T20:57:06.448Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3291 | 2026-08-25T20:57:06.619Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3292 | 2026-08-25T20:57:06.719Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3293 | 2026-08-25T20:57:06.852Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3294 | 2026-08-25T20:57:06.897Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3295 | 2026-08-25T20:57:07.447Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3296 | 2026-08-25T20:57:07.474Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3297 | 2026-08-25T20:57:07.965Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3298 | 2026-08-25T20:57:08.029Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3299 | 2026-08-25T20:57:08.231Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3300 | 2026-08-25T20:57:08.441Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3301 | 2026-08-25T20:57:08.790Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3302 | 2026-08-25T20:57:08.898Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3303 | 2026-08-25T20:57:09.039Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3304 | 2026-08-25T20:57:09.248Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3305 | 2026-08-25T20:57:09.599Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3306 | 2026-08-25T20:57:10.027Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3307 | 2026-08-25T20:57:10.494Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3308 | 2026-08-25T20:57:10.532Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3309 | 2026-08-25T20:57:11.257Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3310 | 2026-08-25T20:57:11.569Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3311 | 2026-08-25T20:57:11.718Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3312 | 2026-08-25T20:57:12.139Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3313 | 2026-08-25T20:57:12.258Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3314 | 2026-08-25T20:57:12.748Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3315 | 2026-08-25T20:57:12.783Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3316 | 2026-08-25T20:57:12.837Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3317 | 2026-08-25T20:57:13.369Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3318 | 2026-08-25T20:57:13.453Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3319 | 2026-08-25T20:57:14.028Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3320 | 2026-08-25T20:57:14.342Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3321 | 2026-08-25T20:57:15.164Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3322 | 2026-08-25T20:57:15.294Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3323 | 2026-08-25T20:57:15.544Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3324 | 2026-08-25T20:57:15.985Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3325 | 2026-08-25T20:57:16.684Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3326 | 2026-08-25T20:57:16.871Z | Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3327 | 2026-08-25T20:57:20.090Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3328 | 2026-08-25T20:57:20.254Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3329 | 2026-08-25T20:57:20.618Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3330 | 2026-08-25T20:57:22.463Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3331 | 2026-08-25T20:57:22.492Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3332 | 2026-08-25T20:57:23.606Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3333 | 2026-08-25T20:57:23.741Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3334 | 2026-08-25T20:57:23.997Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3335 | 2026-08-25T20:57:24.695Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3336 | 2026-08-25T20:57:25.261Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3337 | 2026-08-25T20:57:25.824Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3338 | 2026-08-25T20:57:26.485Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3339 | 2026-08-25T20:57:27.410Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3340 | 2026-08-25T20:57:27.531Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3341 | 2026-08-25T20:57:27.734Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3342 | 2026-08-25T20:57:28.006Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3343 | 2026-08-25T20:57:28.148Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3344 | 2026-08-25T20:57:28.240Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3345 | 2026-08-25T20:57:28.514Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3346 | 2026-08-25T20:57:28.726Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3347 | 2026-08-25T20:57:28.774Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3348 | 2026-08-25T20:57:29.132Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3349 | 2026-08-25T20:57:29.393Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3350 | 2026-08-25T20:57:29.418Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3351 | 2026-08-25T20:57:30.188Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3352 | 2026-08-25T20:57:30.299Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3353 | 2026-08-25T20:57:30.360Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3354 | 2026-08-25T20:57:30.481Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3355 | 2026-08-25T20:57:30.537Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3356 | 2026-08-25T20:57:31.054Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3357 | 2026-08-25T20:57:31.225Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3358 | 2026-08-25T20:57:32.494Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3359 | 2026-08-25T20:57:33.110Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3360 | 2026-08-25T20:57:33.713Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3361 | 2026-08-25T20:57:35.454Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3362 | 2026-08-25T20:57:37.091Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3363 | 2026-08-25T20:57:37.590Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3364 | 2026-08-25T20:57:38.117Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3365 | 2026-08-25T20:57:39.960Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3366 | 2026-08-25T20:57:41.915Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3367 | 2026-08-25T20:57:42.680Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3368 | 2026-08-25T20:57:43.223Z | Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3369 | 2026-08-25T20:57:43.953Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3370 | 2026-08-25T20:57:45.690Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3371 | 2026-08-25T20:57:47.309Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3372 | 2026-08-25T20:57:48.400Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3373 | 2026-08-25T20:57:48.478Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3374 | 2026-08-25T20:57:49.294Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3375 | 2026-08-25T20:57:51.751Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3376 | 2026-08-25T20:57:52.608Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3377 | 2026-08-25T20:57:53.733Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3378 | 2026-08-25T20:57:56.711Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3379 | 2026-08-25T20:57:57.616Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3380 | 2026-08-25T20:57:58.442Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3381 | 2026-08-25T20:58:00.012Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3382 | 2026-08-25T20:58:00.804Z | Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3383 | 2026-08-25T20:58:02.423Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3384 | 2026-08-25T20:58:02.530Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3385 | 2026-08-25T20:58:03.425Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3386 | 2026-08-25T20:58:04.068Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3387 | 2026-08-25T20:58:04.093Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3388 | 2026-08-25T20:58:05.772Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3389 | 2026-08-25T20:58:06.528Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3390 | 2026-08-25T20:58:10.514Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3391 | 2026-08-25T20:58:11.156Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3392 | 2026-08-25T20:58:12.493Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3393 | 2026-08-25T20:58:13.047Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3394 | 2026-08-25T20:58:13.915Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3395 | 2026-08-25T20:58:15.011Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3396 | 2026-08-25T20:58:16.523Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3397 | 2026-08-25T20:58:18.060Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3398 | 2026-08-25T20:58:19.107Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3399 | 2026-08-25T20:58:20.108Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3400 | 2026-08-25T20:58:22.997Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3401 | 2026-08-25T20:58:23.711Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3402 | 2026-08-25T20:58:24.619Z | Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3403 | 2026-08-25T20:58:26.980Z | Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3404 | 2026-08-25T20:58:27.678Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3405 | 2026-08-25T20:58:29.258Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3406 | 2026-08-25T20:58:30.809Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3407 | 2026-08-25T20:58:32.400Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3408 | 2026-08-25T20:58:34.216Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3409 | 2026-08-25T20:58:35.905Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3410 | 2026-08-25T20:58:37.522Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3411 | 2026-08-25T20:58:39.205Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3412 | 2026-08-25T20:58:44.070Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3413 | 2026-08-25T20:58:44.321Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3414 | 2026-08-25T20:58:45.834Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3415 | 2026-08-25T20:58:45.893Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3416 | 2026-08-25T20:58:47.874Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3417 | 2026-08-25T20:58:49.783Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3418 | 2026-08-25T20:58:51.655Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3419 | 2026-08-25T20:58:53.717Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3420 | 2026-08-25T20:58:55.559Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3421 | 2026-08-25T20:59:01.223Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3422 | 2026-08-25T20:59:01.223Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3423 | 2026-08-25T20:59:01.223Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3424 | 2026-08-25T20:59:02.808Z | Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3425 | 2026-08-25T20:59:04.662Z | Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3426 | 2026-08-25T20:59:06.458Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3427 | 2026-08-25T20:59:08.214Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3428 | 2026-08-25T20:59:10.028Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3429 | 2026-08-25T20:59:11.614Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3430 | 2026-08-25T20:59:13.470Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3431 | 2026-08-25T20:59:15.601Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3432 | 2026-08-25T20:59:17.215Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3433 | 2026-08-25T20:59:19.230Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3434 | 2026-08-25T20:59:21.073Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3435 | 2026-08-25T20:59:22.935Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3436 | 2026-08-25T20:59:26.678Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3437 | 2026-08-25T20:59:28.911Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3438 | 2026-08-25T20:59:30.461Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3439 | 2026-08-25T20:59:32.917Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3440 | 2026-08-25T20:59:36.128Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3441 | 2026-08-25T20:59:36.845Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3442 | 2026-08-25T20:59:36.870Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3443 | 2026-08-25T20:59:41.631Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3444 | 2026-08-25T20:59:44.040Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3445 | 2026-08-25T20:59:46.472Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3446 | 2026-08-25T20:59:49.505Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3447 | 2026-08-25T20:59:51.069Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3448 | 2026-08-25T20:59:53.866Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3449 | 2026-08-25T20:59:56.629Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3450 | 2026-08-25T20:59:58.755Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3451 | 2026-08-25T21:00:00.951Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3452 | 2026-08-25T21:00:04.063Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3453 | 2026-08-25T21:00:06.006Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3454 | 2026-08-25T21:00:08.572Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3455 | 2026-08-25T21:00:11.007Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3456 | 2026-08-25T21:00:13.767Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3457 | 2026-08-25T21:00:16.320Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3458 | 2026-08-25T21:00:18.586Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3459 | 2026-08-25T21:00:21.397Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3460 | 2026-08-25T21:00:23.845Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3461 | 2026-08-25T21:00:26.397Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3462 | 2026-08-25T21:00:28.884Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3463 | 2026-08-25T21:00:31.406Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3464 | 2026-08-25T21:00:34.065Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3465 | 2026-08-25T21:00:36.629Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3466 | 2026-08-25T21:00:39.088Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3467 | 2026-08-25T21:00:41.533Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3468 | 2026-08-25T21:00:44.246Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3469 | 2026-08-25T21:00:46.892Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3470 | 2026-08-25T21:00:49.564Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3471 | 2026-08-25T21:00:52.040Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3472 | 2026-08-25T21:00:54.628Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3473 | 2026-08-25T21:00:57.269Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3474 | 2026-08-25T21:00:59.921Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3475 | 2026-08-25T21:01:02.610Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3476 | 2026-08-25T21:01:05.369Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3477 | 2026-08-25T21:01:07.888Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3478 | 2026-08-25T21:01:10.526Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3479 | 2026-08-25T21:01:13.137Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3480 | 2026-08-25T21:01:15.856Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3481 | 2026-08-25T21:01:18.470Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3482 | 2026-08-25T21:01:21.789Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3483 | 2026-08-25T21:01:24.092Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3484 | 2026-08-25T21:01:26.629Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3485 | 2026-08-25T21:01:29.323Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3486 | 2026-08-25T21:01:32.238Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3487 | 2026-08-25T21:01:35.198Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3488 | 2026-08-25T21:01:37.932Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3489 | 2026-08-25T21:01:40.691Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3490 | 2026-08-25T21:01:43.509Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3491 | 2026-08-25T21:01:46.208Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3492 | 2026-08-25T21:01:48.934Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3493 | 2026-08-25T21:01:51.805Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3494 | 2026-08-25T21:01:54.501Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3495 | 2026-08-25T21:01:57.379Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3496 | 2026-08-25T21:02:00.167Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3497 | 2026-08-25T21:02:02.958Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3498 | 2026-08-25T21:02:11.031Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3499 | 2026-08-25T21:02:11.531Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3500 | 2026-08-25T21:02:14.817Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3501 | 2026-08-25T21:02:18.516Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3502 | 2026-08-25T21:02:22.319Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3503 | 2026-08-25T21:02:25.796Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3504 | 2026-08-25T21:02:29.473Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3505 | 2026-08-25T21:02:32.987Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3506 | 2026-08-25T21:02:36.626Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3507 | 2026-08-25T21:02:40.318Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3508 | 2026-08-25T21:02:43.856Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3509 | 2026-08-25T21:02:48.904Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3510 | 2026-08-25T21:02:51.925Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3511 | 2026-08-25T21:02:55.863Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3512 | 2026-08-25T21:02:59.744Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3513 | 2026-08-25T21:03:03.884Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3514 | 2026-08-25T21:03:07.587Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3515 | 2026-08-25T21:03:11.592Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3516 | 2026-08-25T21:03:15.516Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3517 | 2026-08-25T21:03:19.445Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3518 | 2026-08-25T21:03:23.332Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3519 | 2026-08-25T21:03:27.381Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3520 | 2026-08-25T21:03:31.258Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3521 | 2026-08-25T21:03:35.306Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3522 | 2026-08-25T21:03:39.204Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3523 | 2026-08-25T21:03:43.122Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3524 | 2026-08-25T21:03:47.040Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3525 | 2026-08-25T21:03:51.068Z | Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3526 | 2026-08-25T21:03:55.074Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3527 | 2026-08-25T21:03:58.985Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3528 | 2026-08-25T21:04:30.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 41s |
| 3529 | 2026-08-25T21:04:30.475Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3530 | 2026-08-25T21:04:30.475Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3531 | 2026-08-25T21:04:30.647Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files |
| 3532 | 2026-08-25T21:04:30.760Z | |
| 3533 | 2026-08-25T21:04:30.760Z | real 7:41.699231353 |
| 3534 | 2026-08-25T21:04:30.760Z | user 20:41.892447846 |
| 3535 | 2026-08-25T21:04:30.760Z | sys 4:23.984528632 |
| 3536 | 2026-08-25T21:04:30.760Z | trap 0.305011675 |
| 3537 | 2026-08-25T21:04:30.760Z | tflt 0.025007679 |
| 3538 | 2026-08-25T21:04:30.760Z | dflt 0.151855423 |
| 3539 | 2026-08-25T21:04:30.760Z | kflt 0.000060130 |
| 3540 | 2026-08-25T21:04:30.760Z | lock 7:22:30.876435056 |
| 3541 | 2026-08-25T21:04:30.760Z | slp 2:35:26.978751232 |
| 3542 | 2026-08-25T21:04:30.760Z | lat 35.525236188 |
| 3543 | 2026-08-25T21:04:30.760Z | stop 2:12.919641422 |
| 3544 | 2026-08-25T21:04:30.765Z | process exited: duration 855511 ms, exit code 0 |
| |
| 3545 | 2026-08-25T21:04:30.773Z | found 0 output files |