|
|
|
| 1 | 2026-03-06T18:45:36.772Z | job assigned to worker 01KK27EZT4SBMD11HXW9GN17ED [factory aws, i-0a40ffc59fcfa9b53] (queued for 47 s) |
| |
| 2 | 2026-03-06T18:45:45.444Z | starting task 0: "setup" |
| 3 | 2026-03-06T18:45:45.448Z | ++ uname -s |
| 4 | 2026-03-06T18:45:45.451Z | + kern=SunOS |
| 5 | 2026-03-06T18:45:45.451Z | + build_user=build |
| 6 | 2026-03-06T18:45:45.451Z | + build_uid=12345 |
| 7 | 2026-03-06T18:45:45.451Z | + work_dir=/work |
| 8 | 2026-03-06T18:45:45.452Z | + input_dir=/input |
| 9 | 2026-03-06T18:45:45.452Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-06T18:45:45.452Z | + case "$kern" in |
| 11 | 2026-03-06T18:45:45.452Z | + groupadd -g 12345 build |
| 12 | 2026-03-06T18:45:45.455Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-06T18:45:47.461Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-06T18:45:47.582Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-06T18:45:47.585Z | + home_fs=zfs |
| 16 | 2026-03-06T18:45:47.586Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-06T18:45:47.586Z | + mkdir -p /home/build |
| 18 | 2026-03-06T18:45:47.589Z | + chown build:build /home/build /work |
| 19 | 2026-03-06T18:45:49.589Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-06T18:45:49.592Z | process exited: duration 4149 ms, exit code 0 |
| |
| 21 | 2026-03-06T18:45:49.598Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-06T18:45:49.604Z | * rust toolchain channel = "1.91.1" |
| 23 | 2026-03-06T18:45:49.604Z | * rust toolchain profile = "default" |
| 24 | 2026-03-06T18:45:49.604Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 25 | 2026-03-06T18:45:49.604Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-06T18:45:49.604Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-06T18:45:49.604Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-06T18:45:49.607Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-06T18:45:49.607Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-06T18:45:49.783Z | info: downloading installer |
| 31 | 2026-03-06T18:45:51.683Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-06T18:45:51.683Z | warn: /opt/ooce/bin |
| 33 | 2026-03-06T18:45:51.683Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-06T18:45:51.684Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-06T18:45:51.684Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-06T18:45:51.684Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-06T18:45:51.684Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-06T18:45:51.684Z | error: cannot install while Rust is installed |
| 39 | 2026-03-06T18:45:51.684Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-06T18:45:51.700Z | info: profile set to 'default' |
| 41 | 2026-03-06T18:45:51.700Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-06T18:45:51.704Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-06T18:45:51.896Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-06T18:45:51.896Z | info: downloading component 'cargo' |
| 45 | 2026-03-06T18:45:52.840Z | info: downloading component 'clippy' |
| 46 | 2026-03-06T18:45:53.291Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-06T18:45:55.040Z | info: downloading component 'rust-std' |
| 48 | 2026-03-06T18:45:57.185Z | info: downloading component 'rustc' |
| 49 | 2026-03-06T18:46:04.626Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-06T18:46:04.937Z | info: installing component 'cargo' |
| 51 | 2026-03-06T18:46:05.833Z | info: installing component 'clippy' |
| 52 | 2026-03-06T18:46:06.228Z | info: installing component 'rust-docs' |
| 53 | 2026-03-06T18:46:08.141Z | info: installing component 'rust-std' |
| 54 | 2026-03-06T18:46:09.988Z | info: installing component 'rustc' |
| 55 | 2026-03-06T18:46:16.695Z | info: installing component 'rustfmt' |
| 56 | 2026-03-06T18:46:17.037Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-06T18:46:17.037Z | |
| 58 | 2026-03-06T18:46:17.510Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-06T18:46:17.510Z | |
| 60 | 2026-03-06T18:46:17.513Z | |
| 61 | 2026-03-06T18:46:17.513Z | Rust is installed now. Great! |
| 62 | 2026-03-06T18:46:17.513Z | |
| 63 | 2026-03-06T18:46:17.513Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-06T18:46:17.513Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-06T18:46:17.513Z | |
| 66 | 2026-03-06T18:46:17.513Z | To configure your current shell, you need to source |
| 67 | 2026-03-06T18:46:17.513Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-06T18:46:17.513Z | |
| 69 | 2026-03-06T18:46:17.513Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-06T18:46:17.513Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-06T18:46:17.513Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-06T18:46:17.513Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-06T18:46:17.619Z | + rustup --version |
| 74 | 2026-03-06T18:46:17.631Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-06T18:46:17.634Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-06T18:46:17.719Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-06T18:46:17.722Z | + cargo --version |
| 78 | 2026-03-06T18:46:17.794Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-06T18:46:17.797Z | + rustc --version |
| 80 | 2026-03-06T18:46:17.873Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-06T18:46:17.876Z | process exited: duration 28275 ms, exit code 0 |
| |
| 82 | 2026-03-06T18:46:17.882Z | starting task 2: "authentication" |
| 83 | 2026-03-06T18:46:17.906Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-03-06T18:46:17.913Z | starting task 3: "clone repository" |
| 85 | 2026-03-06T18:46:17.918Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-06T18:46:17.921Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-06T18:46:17.952Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-06T18:46:35.360Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-06T18:46:35.360Z | + git fetch origin 1567242820118fcaabfe2065ea0363517d3f1040 |
| 90 | 2026-03-06T18:46:35.814Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-06T18:46:35.814Z | * branch 1567242820118fcaabfe2065ea0363517d3f1040 -> FETCH_HEAD |
| 92 | 2026-03-06T18:46:35.825Z | + [[ -n john/bootstore-next-version ]] |
| 93 | 2026-03-06T18:46:35.828Z | ++ git branch --show-current |
| 94 | 2026-03-06T18:46:35.832Z | + current=main |
| 95 | 2026-03-06T18:46:35.832Z | + [[ main != john/bootstore-next-version ]] |
| 96 | 2026-03-06T18:46:35.832Z | + git branch -f john/bootstore-next-version 1567242820118fcaabfe2065ea0363517d3f1040 |
| 97 | 2026-03-06T18:46:35.836Z | + git checkout -f john/bootstore-next-version |
| 98 | 2026-03-06T18:46:35.908Z | Switched to branch 'john/bootstore-next-version' |
| 99 | 2026-03-06T18:46:35.911Z | + git reset --hard 1567242820118fcaabfe2065ea0363517d3f1040 |
| 100 | 2026-03-06T18:46:35.987Z | HEAD is now at 156724282 Merge branch 'main' into john/bootstore-next-version |
| 101 | 2026-03-06T18:46:35.990Z | process exited: duration 18072 ms, exit code 0 |
| |
| 102 | 2026-03-06T18:46:35.996Z | starting task 4: "build" |
| 103 | 2026-03-06T18:46:36.002Z | + source ./env.sh |
| 104 | 2026-03-06T18:46:36.005Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-03-06T18:46:36.005Z | ++ set -o xtrace |
| 106 | 2026-03-06T18:46:36.005Z | ++++ dirname ./env.sh |
| 107 | 2026-03-06T18:46:36.008Z | +++ readlink -f . |
| 108 | 2026-03-06T18:46:36.008Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-03-06T18:46:36.008Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-03-06T18:46:36.008Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-03-06T18:46:36.012Z | ++ 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 |
| 112 | 2026-03-06T18:46:36.012Z | ++ 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 |
| 113 | 2026-03-06T18:46:36.012Z | ++ 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 |
| 114 | 2026-03-06T18:46:36.012Z | ++ 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 |
| 115 | 2026-03-06T18:46:36.012Z | ++ 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 |
| 116 | 2026-03-06T18:46:36.012Z | ++ 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 |
| 117 | 2026-03-06T18:46:36.012Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-03-06T18:46:36.012Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-03-06T18:46:36.012Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-03-06T18:46:36.012Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-03-06T18:46:36.012Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-03-06T18:46:36.012Z | + cargo --version |
| 123 | 2026-03-06T18:46:36.071Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 124 | 2026-03-06T18:46:36.074Z | + rustc --version |
| 125 | 2026-03-06T18:46:36.148Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 126 | 2026-03-06T18:46:36.151Z | + banner prerequisites |
| 127 | 2026-03-06T18:46:36.154Z | |
| 128 | 2026-03-06T18:46:36.154Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-03-06T18:46:36.154Z | # # # # # # # # # # # # # # # |
| 130 | 2026-03-06T18:46:36.155Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-03-06T18:46:36.155Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-03-06T18:46:36.155Z | # # # # # # # # # # # # # # # |
| 133 | 2026-03-06T18:46:36.155Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-03-06T18:46:36.155Z | |
| 135 | 2026-03-06T18:46:36.155Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-03-06T18:46:47.265Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-06T18:46:57.786Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-06T18:47:22.104Z | Planning: Solver setup ... Done (22.689s) |
| 139 | 2026-03-06T18:47:22.276Z | Planning: Running solver ... Done (0.172s) |
| 140 | 2026-03-06T18:47:22.448Z | Planning: Finding local manifests ... Done (0.004s) |
| 141 | 2026-03-06T18:47:22.461Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-03-06T18:47:22.597Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-03-06T18:47:22.646Z | Planning: Package planning ... Done (0.048s) |
| 144 | 2026-03-06T18:47:22.697Z | Planning: Merging actions ... Done (0.051s) |
| 145 | 2026-03-06T18:47:22.982Z | Planning: Checking for conflicting actions ... Done (0.285s) |
| 146 | 2026-03-06T18:47:22.994Z | Planning: Consolidating action changes ... Done (0.011s) |
| 147 | 2026-03-06T18:47:24.045Z | Planning: Evaluating mediators ... Done (1.051s) |
| 148 | 2026-03-06T18:47:24.055Z | Planning: Planning completed in 26.12 seconds |
| 149 | 2026-03-06T18:47:24.071Z | Packages to install: 4 |
| 150 | 2026-03-06T18:47:24.074Z | Mediators to change: 2 |
| 151 | 2026-03-06T18:47:24.074Z | Services to change: 1 |
| 152 | 2026-03-06T18:47:24.074Z | Estimated space available: 155.44 GB |
| 153 | 2026-03-06T18:47:24.074Z | Estimated space to be consumed: 1.82 GB |
| 154 | 2026-03-06T18:47:24.074Z | Create boot environment: No |
| 155 | 2026-03-06T18:47:24.074Z | Create backup boot environment: No |
| 156 | 2026-03-06T18:47:24.074Z | Rebuild boot archive: No |
| 157 | 2026-03-06T18:47:24.074Z | |
| 158 | 2026-03-06T18:47:24.074Z | Changed mediators: |
| 159 | 2026-03-06T18:47:24.074Z | mediator clang: |
| 160 | 2026-03-06T18:47:24.074Z | version: None -> 15 (system default) |
| 161 | 2026-03-06T18:47:24.074Z | |
| 162 | 2026-03-06T18:47:24.074Z | mediator llvm: |
| 163 | 2026-03-06T18:47:24.074Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-03-06T18:47:24.074Z | |
| 165 | 2026-03-06T18:47:24.074Z | Changed packages: |
| 166 | 2026-03-06T18:47:24.074Z | helios-dev |
| 167 | 2026-03-06T18:47:24.074Z | developer/build-essential |
| 168 | 2026-03-06T18:47:24.074Z | None -> 11-2.0 |
| 169 | 2026-03-06T18:47:24.074Z | library/libxmlsec1 |
| 170 | 2026-03-06T18:47:24.074Z | None -> 1.2.35-2.0 |
| 171 | 2026-03-06T18:47:24.074Z | ooce/developer/clang-15 |
| 172 | 2026-03-06T18:47:24.075Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-06T18:47:24.075Z | ooce/developer/llvm-15 |
| 174 | 2026-03-06T18:47:24.075Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-06T18:47:24.075Z | |
| 176 | 2026-03-06T18:47:24.075Z | Services: |
| 177 | 2026-03-06T18:47:24.075Z | restart_fmri: |
| 178 | 2026-03-06T18:47:24.075Z | svc:/system/update-man-index:default |
| 179 | 2026-03-06T18:47:24.124Z | |
| 180 | 2026-03-06T18:47:24.124Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-03-06T18:47:29.128Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.0M/s) |
| 182 | 2026-03-06T18:47:34.126Z | Download: 3183/3290 items 166.0/212.6MB 78% complete (16.5M/s) |
| 183 | 2026-03-06T18:47:39.859Z | Download: 3287/3290 items 211.2/212.6MB 99% complete (12.8M/s) |
| 184 | 2026-03-06T18:47:39.902Z | Download: Completed 212.60 MB in 15.77 seconds (13.5M/s) |
| 185 | 2026-03-06T18:47:40.085Z | Actions: 1/3689 actions (Installing new actions) |
| 186 | 2026-03-06T18:47:44.654Z | Actions: Completed 3689 actions in 4.57 seconds. |
| 187 | 2026-03-06T18:47:45.089Z | Done (0.428s) |
| 188 | 2026-03-06T18:47:45.090Z | Done (0.000s) |
| 189 | 2026-03-06T18:47:46.198Z | Done (1.109s) |
| 190 | 2026-03-06T18:47:50.502Z | Done (3.945s) |
| 191 | 2026-03-06T18:47:50.587Z | Done (0.020s) |
| 192 | 2026-03-06T18:47:50.592Z | Done (0.000s) |
| 193 | 2026-03-06T18:47:50.756Z | Done (0.000s) |
| 194 | 2026-03-06T18:47:51.714Z | Planning: Evaluating mediator changes ... Done |
| 195 | 2026-03-06T18:47:51.875Z | Planning: Checking for conflicting actions ... Done |
| 196 | 2026-03-06T18:47:51.878Z | Planning: Consolidating action changes ... Done |
| 197 | 2026-03-06T18:47:52.156Z | Planning: Evaluating mediators ... Done |
| 198 | 2026-03-06T18:47:52.160Z | Planning: Planning completed in 0.44 seconds |
| 199 | 2026-03-06T18:47:52.187Z | Mediators to change: 2 |
| 200 | 2026-03-06T18:47:52.187Z | Create boot environment: No |
| 201 | 2026-03-06T18:47:52.191Z | Create backup boot environment: No |
| 202 | 2026-03-06T18:47:52.267Z | Done |
| 203 | 2026-03-06T18:47:52.267Z | Done |
| 204 | 2026-03-06T18:47:53.048Z | Done |
| 205 | 2026-03-06T18:47:56.708Z | Done |
| 206 | 2026-03-06T18:47:56.794Z | Done |
| 207 | 2026-03-06T18:47:56.798Z | Done |
| 208 | 2026-03-06T18:47:56.974Z | Done |
| 209 | 2026-03-06T18:47:57.596Z | Planning: Evaluating mediator changes ... Done |
| 210 | 2026-03-06T18:47:57.602Z | Planning: Merging actions ... Done |
| 211 | 2026-03-06T18:47:57.791Z | Planning: Checking for conflicting actions ... Done |
| 212 | 2026-03-06T18:47:57.795Z | Planning: Consolidating action changes ... Done |
| 213 | 2026-03-06T18:47:58.059Z | Planning: Evaluating mediators ... Done |
| 214 | 2026-03-06T18:47:58.114Z | Planning: Planning completed in 0.77 seconds |
| 215 | 2026-03-06T18:47:58.149Z | Packages to change: 1 |
| 216 | 2026-03-06T18:47:58.149Z | Mediators to change: 1 |
| 217 | 2026-03-06T18:47:58.154Z | Services to change: 1 |
| 218 | 2026-03-06T18:47:58.154Z | Create boot environment: No |
| 219 | 2026-03-06T18:47:58.154Z | Create backup boot environment: Yes |
| 220 | 2026-03-06T18:48:00.712Z | Actions: 1/6 actions (Updating modified actions) |
| 221 | 2026-03-06T18:48:00.715Z | Actions: Completed 6 actions in 0.00 seconds. |
| 222 | 2026-03-06T18:48:00.715Z | Done |
| 223 | 2026-03-06T18:48:00.715Z | Done |
| 224 | 2026-03-06T18:48:00.935Z | Done |
| 225 | 2026-03-06T18:48:04.517Z | Done |
| 226 | 2026-03-06T18:48:04.612Z | Done |
| 227 | 2026-03-06T18:48:04.615Z | Done |
| 228 | 2026-03-06T18:48:04.789Z | Done |
| 229 | 2026-03-06T18:48:05.241Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 230 | 2026-03-06T18:48:05.241Z | clang system 15 system |
| 231 | 2026-03-06T18:48:05.241Z | csh system system illumos |
| 232 | 2026-03-06T18:48:05.241Z | ctags system system illumos |
| 233 | 2026-03-06T18:48:05.241Z | file system system illumos |
| 234 | 2026-03-06T18:48:05.241Z | gcc vendor 12 vendor |
| 235 | 2026-03-06T18:48:05.241Z | gcc system 10 system |
| 236 | 2026-03-06T18:48:05.242Z | gcc system 7 system |
| 237 | 2026-03-06T18:48:05.242Z | go system 1.20 system |
| 238 | 2026-03-06T18:48:05.242Z | go system 1.19 system |
| 239 | 2026-03-06T18:48:05.242Z | llvm system 15 system |
| 240 | 2026-03-06T18:48:05.242Z | llvm system 14 system |
| 241 | 2026-03-06T18:48:05.242Z | mariadb system 10.6 system |
| 242 | 2026-03-06T18:48:05.242Z | mta vendor vendor dma |
| 243 | 2026-03-06T18:48:05.242Z | openjdk system 17 system |
| 244 | 2026-03-06T18:48:05.242Z | openjdk system 11 system |
| 245 | 2026-03-06T18:48:05.242Z | openjdk system 1.8 system |
| 246 | 2026-03-06T18:48:05.242Z | openssl vendor 3 vendor |
| 247 | 2026-03-06T18:48:05.242Z | perl system 5.36 system |
| 248 | 2026-03-06T18:48:05.242Z | postgresql system 15 system |
| 249 | 2026-03-06T18:48:05.242Z | postgresql system 13 system |
| 250 | 2026-03-06T18:48:05.242Z | python vendor 3 vendor |
| 251 | 2026-03-06T18:48:05.242Z | python system 2 system |
| 252 | 2026-03-06T18:48:05.242Z | python3 system 3.11 system |
| 253 | 2026-03-06T18:48:05.242Z | ruby system 3.0 system |
| 254 | 2026-03-06T18:48:05.242Z | words vendor vendor american-english |
| 255 | 2026-03-06T18:48:05.242Z | words system system australian-english |
| 256 | 2026-03-06T18:48:05.242Z | words system system british-english |
| 257 | 2026-03-06T18:48:05.242Z | words system system canadian-english |
| 258 | 2026-03-06T18:48:05.242Z | words system system french |
| 259 | 2026-03-06T18:48:05.242Z | words system system italian |
| 260 | 2026-03-06T18:48:05.242Z | words system system ngerman |
| 261 | 2026-03-06T18:48:05.242Z | words system system ogerman |
| 262 | 2026-03-06T18:48:05.242Z | words system system spanish |
| 263 | 2026-03-06T18:48:05.581Z | PUBLISHER TYPE STATUS P LOCATION |
| 264 | 2026-03-06T18:48:05.581Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 265 | 2026-03-06T18:48:12.189Z | FMRI IFO |
| 266 | 2026-03-06T18:48:12.189Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 267 | 2026-03-06T18:48:12.189Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 268 | 2026-03-06T18:48:12.189Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 269 | 2026-03-06T18:48:12.190Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 270 | 2026-03-06T18:48:12.190Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 271 | 2026-03-06T18:48:12.190Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 272 | 2026-03-06T18:48:12.190Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 273 | 2026-03-06T18:48:12.190Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 274 | 2026-03-06T18:48:12.190Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 275 | 2026-03-06T18:48:12.190Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 276 | 2026-03-06T18:48:12.190Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 277 | 2026-03-06T18:48:12.190Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 278 | 2026-03-06T18:48:12.190Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 279 | 2026-03-06T18:48:12.190Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 280 | 2026-03-06T18:48:12.190Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 281 | 2026-03-06T18:48:12.190Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 282 | 2026-03-06T18:48:13.375Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 283 | 2026-03-06T18:48:13.734Z | Updating crates.io index |
| 284 | 2026-03-06T18:48:13.769Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 285 | 2026-03-06T18:48:14.012Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 286 | 2026-03-06T18:48:14.727Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2026-03-06T18:48:15.192Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 288 | 2026-03-06T18:48:15.494Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 289 | 2026-03-06T18:48:17.101Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 290 | 2026-03-06T18:48:19.378Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 291 | 2026-03-06T18:48:21.811Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 292 | 2026-03-06T18:48:22.322Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 293 | 2026-03-06T18:48:23.527Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 294 | 2026-03-06T18:48:24.169Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 295 | 2026-03-06T18:48:25.148Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 296 | 2026-03-06T18:48:26.523Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 297 | 2026-03-06T18:48:26.940Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2026-03-06T18:48:27.300Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 299 | 2026-03-06T18:48:28.797Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 300 | 2026-03-06T18:48:29.515Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 301 | 2026-03-06T18:48:29.811Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 302 | 2026-03-06T18:48:30.193Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 303 | 2026-03-06T18:48:30.602Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 304 | 2026-03-06T18:48:30.863Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 305 | 2026-03-06T18:48:31.119Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 306 | 2026-03-06T18:48:31.398Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 307 | 2026-03-06T18:48:31.842Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 308 | 2026-03-06T18:48:32.474Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 309 | 2026-03-06T18:48:33.217Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 310 | 2026-03-06T18:48:33.546Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 311 | 2026-03-06T18:48:33.884Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 312 | 2026-03-06T18:48:34.912Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 313 | 2026-03-06T18:48:35.792Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 314 | 2026-03-06T18:48:36.102Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 315 | 2026-03-06T18:48:36.540Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 316 | 2026-03-06T18:48:36.913Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 317 | 2026-03-06T18:48:37.462Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 318 | 2026-03-06T18:48:37.701Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 319 | 2026-03-06T18:48:37.966Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 320 | 2026-03-06T18:48:38.269Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 321 | 2026-03-06T18:48:38.788Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 322 | 2026-03-06T18:48:54.042Z | Downloading crates ... |
| 323 | 2026-03-06T18:48:54.109Z | Downloaded anstyle-query v1.1.5 |
| 324 | 2026-03-06T18:48:54.113Z | Downloaded cargo-platform v0.2.0 |
| 325 | 2026-03-06T18:48:54.118Z | Downloaded block-buffer v0.10.4 |
| 326 | 2026-03-06T18:48:54.121Z | Downloaded serde-value v0.7.0 |
| 327 | 2026-03-06T18:48:54.121Z | Downloaded anstyle-parse v0.2.7 |
| 328 | 2026-03-06T18:48:54.128Z | Downloaded thiserror-impl v2.0.18 |
| 329 | 2026-03-06T18:48:54.131Z | Downloaded pretty-hex v0.4.1 |
| 330 | 2026-03-06T18:48:54.131Z | Downloaded heck v0.5.0 |
| 331 | 2026-03-06T18:48:54.134Z | Downloaded plain v0.2.3 |
| 332 | 2026-03-06T18:48:54.134Z | Downloaded toml v0.8.23 |
| 333 | 2026-03-06T18:48:54.137Z | Downloaded usdt-macro v0.5.0 |
| 334 | 2026-03-06T18:48:54.137Z | Downloaded thread-id v4.2.2 |
| 335 | 2026-03-06T18:48:54.140Z | Downloaded potential_utf v0.1.4 |
| 336 | 2026-03-06T18:48:54.140Z | Downloaded crypto-common v0.1.7 |
| 337 | 2026-03-06T18:48:54.140Z | Downloaded is_terminal_polyfill v1.70.2 |
| 338 | 2026-03-06T18:48:54.143Z | Downloaded dof v0.3.0 |
| 339 | 2026-03-06T18:48:54.143Z | Downloaded thiserror v2.0.18 |
| 340 | 2026-03-06T18:48:54.147Z | Downloaded zerofrom-derive v0.1.6 |
| 341 | 2026-03-06T18:48:54.150Z | Downloaded fnv v1.0.7 |
| 342 | 2026-03-06T18:48:54.150Z | Downloaded zerofrom v0.1.6 |
| 343 | 2026-03-06T18:48:54.150Z | Downloaded yoke-derive v0.8.1 |
| 344 | 2026-03-06T18:48:54.153Z | Downloaded version_check v0.9.5 |
| 345 | 2026-03-06T18:48:54.153Z | Downloaded toml_datetime v0.6.11 |
| 346 | 2026-03-06T18:48:54.156Z | Downloaded colorchoice v1.0.4 |
| 347 | 2026-03-06T18:48:54.156Z | Downloaded generic-array v0.14.7 |
| 348 | 2026-03-06T18:48:54.156Z | Downloaded toml_write v0.1.2 |
| 349 | 2026-03-06T18:48:54.159Z | Downloaded macaddr v1.0.1 |
| 350 | 2026-03-06T18:48:54.159Z | Downloaded errno v0.3.14 |
| 351 | 2026-03-06T18:48:54.162Z | Downloaded unicode-linebreak v0.1.5 |
| 352 | 2026-03-06T18:48:54.162Z | Downloaded cpufeatures v0.2.17 |
| 353 | 2026-03-06T18:48:54.167Z | Downloaded bitflags v2.11.0 |
| 354 | 2026-03-06T18:48:54.171Z | Downloaded yoke v0.8.1 |
| 355 | 2026-03-06T18:48:54.174Z | Downloaded fastrand v2.3.0 |
| 356 | 2026-03-06T18:48:54.174Z | Downloaded cfg-if v1.0.4 |
| 357 | 2026-03-06T18:48:54.176Z | Downloaded anstream v0.6.21 |
| 358 | 2026-03-06T18:48:54.177Z | Downloaded utf8_iter v1.0.4 |
| 359 | 2026-03-06T18:48:54.179Z | Downloaded heck v0.4.1 |
| 360 | 2026-03-06T18:48:54.179Z | Downloaded usdt-attr-macro v0.5.0 |
| 361 | 2026-03-06T18:48:54.179Z | Downloaded unicode-xid v0.2.6 |
| 362 | 2026-03-06T18:48:54.182Z | Downloaded zerovec-derive v0.11.2 |
| 363 | 2026-03-06T18:48:54.182Z | Downloaded proc-macro-error-attr v1.0.4 |
| 364 | 2026-03-06T18:48:54.185Z | Downloaded usdt-impl v0.5.0 |
| 365 | 2026-03-06T18:48:54.186Z | Downloaded usdt v0.5.0 |
| 366 | 2026-03-06T18:48:54.186Z | Downloaded utf8parse v0.2.2 |
| 367 | 2026-03-06T18:48:54.189Z | Downloaded typenum v1.19.0 |
| 368 | 2026-03-06T18:48:54.189Z | Downloaded writeable v0.6.2 |
| 369 | 2026-03-06T18:48:54.192Z | Downloaded tinystr v0.8.2 |
| 370 | 2026-03-06T18:48:54.192Z | Downloaded serde_spanned v0.6.9 |
| 371 | 2026-03-06T18:48:54.195Z | Downloaded itoa v1.0.17 |
| 372 | 2026-03-06T18:48:54.195Z | Downloaded equivalent v1.0.2 |
| 373 | 2026-03-06T18:48:54.195Z | Downloaded thiserror-impl v1.0.69 |
| 374 | 2026-03-06T18:48:54.198Z | Downloaded terminal_size v0.4.3 |
| 375 | 2026-03-06T18:48:54.198Z | Downloaded memmap v0.7.0 |
| 376 | 2026-03-06T18:48:54.201Z | Downloaded dtrace-parser v0.2.0 |
| 377 | 2026-03-06T18:48:54.201Z | Downloaded zmij v1.0.21 |
| 378 | 2026-03-06T18:48:54.201Z | Downloaded clap_lex v1.0.0 |
| 379 | 2026-03-06T18:48:54.204Z | Downloaded form_urlencoded v1.2.2 |
| 380 | 2026-03-06T18:48:54.204Z | Downloaded thiserror v1.0.69 |
| 381 | 2026-03-06T18:48:54.207Z | Downloaded ucd-trie v0.1.7 |
| 382 | 2026-03-06T18:48:54.210Z | Downloaded swrite v0.1.0 |
| 383 | 2026-03-06T18:48:54.210Z | Downloaded textwrap v0.16.2 |
| 384 | 2026-03-06T18:48:54.213Z | Downloaded zerocopy-derive v0.7.35 |
| 385 | 2026-03-06T18:48:54.216Z | Downloaded tabled_derive v0.7.0 |
| 386 | 2026-03-06T18:48:54.216Z | Downloaded stable_deref_trait v1.2.1 |
| 387 | 2026-03-06T18:48:54.219Z | Downloaded smawk v0.3.2 |
| 388 | 2026-03-06T18:48:54.219Z | Downloaded percent-encoding v2.3.2 |
| 389 | 2026-03-06T18:48:54.219Z | Downloaded idna_adapter v1.2.1 |
| 390 | 2026-03-06T18:48:54.222Z | Downloaded typeid v1.0.3 |
| 391 | 2026-03-06T18:48:54.222Z | Downloaded cargo-util-schemas v0.8.2 |
| 392 | 2026-03-06T18:48:54.222Z | Downloaded unicode-ident v1.0.24 |
| 393 | 2026-03-06T18:48:54.225Z | Downloaded strsim v0.11.1 |
| 394 | 2026-03-06T18:48:54.225Z | Downloaded scroll_derive v0.12.1 |
| 395 | 2026-03-06T18:48:54.229Z | Downloaded camino v1.2.2 |
| 396 | 2026-03-06T18:48:54.229Z | Downloaded byteorder v1.5.0 |
| 397 | 2026-03-06T18:48:54.232Z | Downloaded digest v0.10.7 |
| 398 | 2026-03-06T18:48:54.232Z | Downloaded toml_edit v0.22.27 |
| 399 | 2026-03-06T18:48:54.235Z | Downloaded scroll v0.12.0 |
| 400 | 2026-03-06T18:48:54.239Z | Downloaded autocfg v1.5.0 |
| 401 | 2026-03-06T18:48:54.239Z | Downloaded synstructure v0.13.2 |
| 402 | 2026-03-06T18:48:54.239Z | Downloaded url v2.5.8 |
| 403 | 2026-03-06T18:48:54.242Z | Downloaded fs-err v3.3.0 |
| 404 | 2026-03-06T18:48:54.245Z | Downloaded zerotrie v0.2.3 |
| 405 | 2026-03-06T18:48:54.248Z | Downloaded bytecount v0.6.9 |
| 406 | 2026-03-06T18:48:54.248Z | Downloaded cargo_toml v0.21.0 |
| 407 | 2026-03-06T18:48:54.248Z | Downloaded semver v1.0.27 |
| 408 | 2026-03-06T18:48:54.251Z | Downloaded ordered-float v2.10.1 |
| 409 | 2026-03-06T18:48:54.251Z | Downloaded anstyle v1.0.13 |
| 410 | 2026-03-06T18:48:54.258Z | Downloaded zerovec v0.11.5 |
| 411 | 2026-03-06T18:48:54.268Z | Downloaded erased-serde v0.4.9 |
| 412 | 2026-03-06T18:48:54.271Z | Downloaded zerocopy v0.7.35 |
| 413 | 2026-03-06T18:48:54.284Z | Downloaded sha2 v0.10.9 |
| 414 | 2026-03-06T18:48:54.287Z | Downloaded winnow v0.7.14 |
| 415 | 2026-03-06T18:48:54.293Z | Downloaded serde_tokenstream v0.2.3 |
| 416 | 2026-03-06T18:48:54.296Z | Downloaded camino-tempfile v1.4.1 |
| 417 | 2026-03-06T18:48:54.296Z | Downloaded serde-untagged v0.1.9 |
| 418 | 2026-03-06T18:48:54.299Z | Downloaded unicode-width v0.2.0 |
| 419 | 2026-03-06T18:48:54.302Z | Downloaded cargo_metadata v0.21.0 |
| 420 | 2026-03-06T18:48:54.306Z | Downloaded once_cell v1.21.3 |
| 421 | 2026-03-06T18:48:54.306Z | Downloaded unicode-width v0.1.14 |
| 422 | 2026-03-06T18:48:54.310Z | Downloaded clap_derive v4.5.55 |
| 423 | 2026-03-06T18:48:54.313Z | Downloaded tempfile v3.25.0 |
| 424 | 2026-03-06T18:48:54.316Z | Downloaded litemap v0.8.1 |
| 425 | 2026-03-06T18:48:54.316Z | Downloaded proc-macro-error v1.0.4 |
| 426 | 2026-03-06T18:48:54.319Z | Downloaded pest_generator v2.8.6 |
| 427 | 2026-03-06T18:48:54.322Z | Downloaded quote v1.0.44 |
| 428 | 2026-03-06T18:48:54.322Z | Downloaded pest_derive v2.8.6 |
| 429 | 2026-03-06T18:48:54.325Z | Downloaded displaydoc v0.2.5 |
| 430 | 2026-03-06T18:48:54.328Z | Downloaded smallvec v1.15.1 |
| 431 | 2026-03-06T18:48:54.333Z | Downloaded anyhow v1.0.102 |
| 432 | 2026-03-06T18:48:54.341Z | Downloaded papergrid v0.11.0 |
| 433 | 2026-03-06T18:48:54.345Z | Downloaded num-traits v0.2.19 |
| 434 | 2026-03-06T18:48:54.348Z | Downloaded icu_provider v2.1.1 |
| 435 | 2026-03-06T18:48:54.358Z | Downloaded serde_derive v1.0.228 |
| 436 | 2026-03-06T18:48:54.363Z | Downloaded log v0.4.29 |
| 437 | 2026-03-06T18:48:54.378Z | Downloaded proc-macro2 v1.0.106 |
| 438 | 2026-03-06T18:48:54.381Z | Downloaded icu_properties v2.1.2 |
| 439 | 2026-03-06T18:48:54.385Z | Downloaded icu_normalizer v2.1.1 |
| 440 | 2026-03-06T18:48:54.388Z | Downloaded getrandom v0.4.1 |
| 441 | 2026-03-06T18:48:54.391Z | Downloaded icu_locale_core v2.1.1 |
| 442 | 2026-03-06T18:48:54.394Z | Downloaded pest_meta v2.8.6 |
| 443 | 2026-03-06T18:48:54.397Z | Downloaded icu_normalizer_data v2.1.1 |
| 444 | 2026-03-06T18:48:54.400Z | Downloaded clap v4.5.60 |
| 445 | 2026-03-06T18:48:54.405Z | Downloaded serde_core v1.0.228 |
| 446 | 2026-03-06T18:48:54.408Z | Downloaded icu_collections v2.1.1 |
| 447 | 2026-03-06T18:48:54.412Z | Downloaded memchr v2.8.0 |
| 448 | 2026-03-06T18:48:54.416Z | Downloaded serde v1.0.228 |
| 449 | 2026-03-06T18:48:54.419Z | Downloaded indexmap v2.13.0 |
| 450 | 2026-03-06T18:48:54.456Z | Downloaded pest v2.8.6 |
| 451 | 2026-03-06T18:48:54.460Z | Downloaded idna v1.1.0 |
| 452 | 2026-03-06T18:48:54.463Z | Downloaded hashbrown v0.16.1 |
| 453 | 2026-03-06T18:48:54.472Z | Downloaded icu_properties_data v2.1.2 |
| 454 | 2026-03-06T18:48:54.480Z | Downloaded clap_builder v4.5.60 |
| 455 | 2026-03-06T18:48:54.485Z | Downloaded serde_json v1.0.149 |
| 456 | 2026-03-06T18:48:54.491Z | Downloaded goblin v0.8.2 |
| 457 | 2026-03-06T18:48:54.498Z | Downloaded tabled v0.15.0 |
| 458 | 2026-03-06T18:48:54.511Z | Downloaded syn v1.0.109 |
| 459 | 2026-03-06T18:48:54.527Z | Downloaded syn v2.0.117 |
| 460 | 2026-03-06T18:48:54.548Z | Downloaded rustix v1.1.3 |
| 461 | 2026-03-06T18:48:54.577Z | Downloaded libc v0.2.180 |
| 462 | 2026-03-06T18:48:54.673Z | Compiling proc-macro2 v1.0.106 |
| 463 | 2026-03-06T18:48:54.676Z | Compiling unicode-ident v1.0.24 |
| 464 | 2026-03-06T18:48:54.676Z | Compiling quote v1.0.44 |
| 465 | 2026-03-06T18:48:54.676Z | Compiling serde_core v1.0.228 |
| 466 | 2026-03-06T18:48:54.676Z | Compiling libc v0.2.180 |
| 467 | 2026-03-06T18:48:54.676Z | Compiling version_check v0.9.5 |
| 468 | 2026-03-06T18:48:54.676Z | Compiling memchr v2.8.0 |
| 469 | 2026-03-06T18:48:54.676Z | Compiling stable_deref_trait v1.2.1 |
| 470 | 2026-03-06T18:48:55.075Z | Compiling serde v1.0.228 |
| 471 | 2026-03-06T18:48:55.174Z | Compiling zmij v1.0.21 |
| 472 | 2026-03-06T18:48:55.720Z | Compiling thiserror v1.0.69 |
| 473 | 2026-03-06T18:48:55.894Z | Compiling ucd-trie v0.1.7 |
| 474 | 2026-03-06T18:48:56.262Z | Compiling itoa v1.0.17 |
| 475 | 2026-03-06T18:48:56.352Z | Compiling autocfg v1.5.0 |
| 476 | 2026-03-06T18:48:56.424Z | Compiling pest v2.8.6 |
| 477 | 2026-03-06T18:48:56.518Z | Compiling litemap v0.8.1 |
| 478 | 2026-03-06T18:48:56.598Z | Compiling writeable v0.6.2 |
| 479 | 2026-03-06T18:48:56.822Z | Compiling icu_normalizer_data v2.1.1 |
| 480 | 2026-03-06T18:48:56.885Z | Compiling rustix v1.1.3 |
| 481 | 2026-03-06T18:48:56.958Z | Compiling byteorder v1.5.0 |
| 482 | 2026-03-06T18:48:57.413Z | Compiling icu_properties_data v2.1.2 |
| 483 | 2026-03-06T18:48:57.573Z | Compiling syn v2.0.117 |
| 484 | 2026-03-06T18:48:57.811Z | Compiling errno v0.3.14 |
| 485 | 2026-03-06T18:48:57.840Z | Compiling serde_json v1.0.149 |
| 486 | 2026-03-06T18:48:57.915Z | Compiling bitflags v2.11.0 |
| 487 | 2026-03-06T18:48:58.265Z | Compiling num-traits v0.2.19 |
| 488 | 2026-03-06T18:48:58.301Z | Compiling equivalent v1.0.2 |
| 489 | 2026-03-06T18:48:58.326Z | Compiling hashbrown v0.16.1 |
| 490 | 2026-03-06T18:48:58.615Z | Compiling typeid v1.0.3 |
| 491 | 2026-03-06T18:48:58.820Z | Compiling smallvec v1.15.1 |
| 492 | 2026-03-06T18:48:59.138Z | Compiling pest_meta v2.8.6 |
| 493 | 2026-03-06T18:48:59.373Z | Compiling indexmap v2.13.0 |
| 494 | 2026-03-06T18:48:59.465Z | Compiling thread-id v4.2.2 |
| 495 | 2026-03-06T18:48:59.608Z | Compiling usdt-impl v0.5.0 |
| 496 | 2026-03-06T18:48:59.634Z | Compiling proc-macro-error-attr v1.0.4 |
| 497 | 2026-03-06T18:49:00.041Z | Compiling winnow v0.7.14 |
| 498 | 2026-03-06T18:49:00.067Z | Compiling syn v1.0.109 |
| 499 | 2026-03-06T18:49:00.487Z | Compiling toml_write v0.1.2 |
| 500 | 2026-03-06T18:49:00.652Z | Compiling erased-serde v0.4.9 |
| 501 | 2026-03-06T18:49:01.289Z | Compiling proc-macro-error v1.0.4 |
| 502 | 2026-03-06T18:49:01.315Z | Compiling log v0.4.29 |
| 503 | 2026-03-06T18:49:01.642Z | Compiling utf8parse v0.2.2 |
| 504 | 2026-03-06T18:49:01.670Z | Compiling percent-encoding v2.3.2 |
| 505 | 2026-03-06T18:49:01.835Z | Compiling plain v0.2.3 |
| 506 | 2026-03-06T18:49:02.016Z | Compiling utf8_iter v1.0.4 |
| 507 | 2026-03-06T18:49:02.041Z | Compiling thiserror v2.0.18 |
| 508 | 2026-03-06T18:49:02.282Z | Compiling camino v1.2.2 |
| 509 | 2026-03-06T18:49:02.650Z | Compiling getrandom v0.4.1 |
| 510 | 2026-03-06T18:49:02.983Z | Compiling ordered-float v2.10.1 |
| 511 | 2026-03-06T18:49:03.132Z | Compiling form_urlencoded v1.2.2 |
| 512 | 2026-03-06T18:49:03.252Z | Compiling anstyle-parse v0.2.7 |
| 513 | 2026-03-06T18:49:03.551Z | Compiling terminal_size v0.4.3 |
| 514 | 2026-03-06T18:49:03.599Z | Compiling colorchoice v1.0.4 |
| 515 | 2026-03-06T18:49:03.604Z | Compiling cfg-if v1.0.4 |
| 516 | 2026-03-06T18:49:03.739Z | Compiling anstyle v1.0.13 |
| 517 | 2026-03-06T18:49:03.772Z | Compiling anstyle-query v1.1.5 |
| 518 | 2026-03-06T18:49:03.836Z | Compiling pretty-hex v0.4.1 |
| 519 | 2026-03-06T18:49:03.935Z | Compiling is_terminal_polyfill v1.70.2 |
| 520 | 2026-03-06T18:49:04.118Z | Compiling synstructure v0.13.2 |
| 521 | 2026-03-06T18:49:04.145Z | Compiling pest_generator v2.8.6 |
| 522 | 2026-03-06T18:49:04.187Z | Compiling anstream v0.6.21 |
| 523 | 2026-03-06T18:49:04.402Z | Compiling serde-untagged v0.1.9 |
| 524 | 2026-03-06T18:49:04.529Z | Compiling semver v1.0.27 |
| 525 | 2026-03-06T18:49:04.922Z | Compiling fs-err v3.3.0 |
| 526 | 2026-03-06T18:49:05.165Z | Compiling once_cell v1.21.3 |
| 527 | 2026-03-06T18:49:05.249Z | Compiling strsim v0.11.1 |
| 528 | 2026-03-06T18:49:05.276Z | Compiling bytecount v0.6.9 |
| 529 | 2026-03-06T18:49:05.495Z | Compiling heck v0.4.1 |
| 530 | 2026-03-06T18:49:05.521Z | Compiling unicode-xid v0.2.6 |
| 531 | 2026-03-06T18:49:05.591Z | Compiling clap_lex v1.0.0 |
| 532 | 2026-03-06T18:49:05.744Z | Compiling fastrand v2.3.0 |
| 533 | 2026-03-06T18:49:05.922Z | Compiling heck v0.5.0 |
| 534 | 2026-03-06T18:49:05.925Z | Compiling anyhow v1.0.102 |
| 535 | 2026-03-06T18:49:05.976Z | Compiling fnv v1.0.7 |
| 536 | 2026-03-06T18:49:06.046Z | Compiling unicode-width v0.1.14 |
| 537 | 2026-03-06T18:49:06.144Z | Compiling tempfile v3.25.0 |
| 538 | 2026-03-06T18:49:06.404Z | Compiling clap_builder v4.5.60 |
| 539 | 2026-03-06T18:49:06.594Z | Compiling papergrid v0.11.0 |
| 540 | 2026-03-06T18:49:06.929Z | Compiling memmap v0.7.0 |
| 541 | 2026-03-06T18:49:06.958Z | Compiling unicode-linebreak v0.1.5 |
| 542 | 2026-03-06T18:49:06.962Z | Compiling smawk v0.3.2 |
| 543 | 2026-03-06T18:49:07.198Z | Compiling unicode-width v0.2.0 |
| 544 | 2026-03-06T18:49:07.763Z | Compiling textwrap v0.16.2 |
| 545 | 2026-03-06T18:49:07.825Z | Compiling camino-tempfile v1.4.1 |
| 546 | 2026-03-06T18:49:08.254Z | Compiling swrite v0.1.0 |
| 547 | 2026-03-06T18:49:08.283Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 548 | 2026-03-06T18:49:08.687Z | Compiling tabled_derive v0.7.0 |
| 549 | 2026-03-06T18:49:08.829Z | Compiling serde_derive v1.0.228 |
| 550 | 2026-03-06T18:49:08.829Z | Compiling zerofrom-derive v0.1.6 |
| 551 | 2026-03-06T18:49:08.833Z | Compiling yoke-derive v0.8.1 |
| 552 | 2026-03-06T18:49:08.935Z | Compiling zerovec-derive v0.11.2 |
| 553 | 2026-03-06T18:49:09.424Z | Compiling displaydoc v0.2.5 |
| 554 | 2026-03-06T18:49:10.713Z | Compiling thiserror-impl v1.0.69 |
| 555 | 2026-03-06T18:49:11.006Z | Compiling zerocopy-derive v0.7.35 |
| 556 | 2026-03-06T18:49:11.494Z | Compiling pest_derive v2.8.6 |
| 557 | 2026-03-06T18:49:11.613Z | Compiling scroll_derive v0.12.1 |
| 558 | 2026-03-06T18:49:12.137Z | Compiling zerofrom v0.1.6 |
| 559 | 2026-03-06T18:49:12.303Z | Compiling thiserror-impl v2.0.18 |
| 560 | 2026-03-06T18:49:12.384Z | Compiling yoke v0.8.1 |
| 561 | 2026-03-06T18:49:12.754Z | Compiling zerovec v0.11.5 |
| 562 | 2026-03-06T18:49:12.944Z | Compiling zerotrie v0.2.3 |
| 563 | 2026-03-06T18:49:13.004Z | Compiling zerocopy v0.7.35 |
| 564 | 2026-03-06T18:49:13.571Z | Compiling scroll v0.12.0 |
| 565 | 2026-03-06T18:49:13.673Z | Compiling dtrace-parser v0.2.0 |
| 566 | 2026-03-06T18:49:13.887Z | Compiling tinystr v0.8.2 |
| 567 | 2026-03-06T18:49:13.929Z | Compiling potential_utf v0.1.4 |
| 568 | 2026-03-06T18:49:14.112Z | Compiling goblin v0.8.2 |
| 569 | 2026-03-06T18:49:14.224Z | Compiling icu_collections v2.1.1 |
| 570 | 2026-03-06T18:49:14.300Z | Compiling icu_locale_core v2.1.1 |
| 571 | 2026-03-06T18:49:14.394Z | Compiling clap_derive v4.5.55 |
| 572 | 2026-03-06T18:49:15.270Z | Compiling tabled v0.15.0 |
| 573 | 2026-03-06T18:49:15.777Z | Compiling icu_provider v2.1.1 |
| 574 | 2026-03-06T18:49:16.222Z | Compiling icu_normalizer v2.1.1 |
| 575 | 2026-03-06T18:49:16.222Z | Compiling icu_properties v2.1.2 |
| 576 | 2026-03-06T18:49:17.051Z | Compiling serde_spanned v0.6.9 |
| 577 | 2026-03-06T18:49:17.189Z | Compiling toml_datetime v0.6.11 |
| 578 | 2026-03-06T18:49:17.218Z | Compiling dof v0.3.0 |
| 579 | 2026-03-06T18:49:17.312Z | Compiling serde_tokenstream v0.2.3 |
| 580 | 2026-03-06T18:49:17.414Z | Compiling serde-value v0.7.0 |
| 581 | 2026-03-06T18:49:17.722Z | Compiling toml_edit v0.22.27 |
| 582 | 2026-03-06T18:49:18.031Z | Compiling cargo-platform v0.2.0 |
| 583 | 2026-03-06T18:49:18.094Z | Compiling clap v4.5.60 |
| 584 | 2026-03-06T18:49:18.184Z | Compiling macaddr v1.0.1 |
| 585 | 2026-03-06T18:49:18.310Z | Compiling idna_adapter v1.2.1 |
| 586 | 2026-03-06T18:49:18.550Z | Compiling idna v1.1.0 |
| 587 | 2026-03-06T18:49:19.004Z | Compiling usdt-macro v0.5.0 |
| 588 | 2026-03-06T18:49:19.046Z | Compiling usdt-attr-macro v0.5.0 |
| 589 | 2026-03-06T18:49:19.274Z | Compiling url v2.5.8 |
| 590 | 2026-03-06T18:49:20.912Z | Compiling toml v0.8.23 |
| 591 | 2026-03-06T18:49:20.938Z | Compiling usdt v0.5.0 |
| 592 | 2026-03-06T18:49:21.692Z | Compiling cargo-util-schemas v0.8.2 |
| 593 | 2026-03-06T18:49:21.692Z | Compiling cargo_toml v0.21.0 |
| 594 | 2026-03-06T18:49:23.086Z | Compiling cargo_metadata v0.21.0 |
| 595 | 2026-03-06T18:49:24.829Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 596 | 2026-03-06T18:49:28.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 597 | 2026-03-06T18:49:28.517Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 598 | 2026-03-06T18:49:29.296Z | Downloading crates ... |
| 599 | 2026-03-06T18:49:29.418Z | Downloaded adler2 v2.0.1 |
| 600 | 2026-03-06T18:49:29.438Z | Downloaded atomic-waker v1.1.2 |
| 601 | 2026-03-06T18:49:29.442Z | Downloaded base16ct v0.2.0 |
| 602 | 2026-03-06T18:49:29.446Z | Downloaded critical-section v1.2.0 |
| 603 | 2026-03-06T18:49:29.450Z | Downloaded crossbeam-epoch v0.9.18 |
| 604 | 2026-03-06T18:49:29.455Z | Downloaded constant_time_eq v0.4.2 |
| 605 | 2026-03-06T18:49:29.459Z | Downloaded enum-as-inner v0.6.1 |
| 606 | 2026-03-06T18:49:29.464Z | Downloaded foreign-types v0.3.2 |
| 607 | 2026-03-06T18:49:29.468Z | Downloaded document-features v0.2.12 |
| 608 | 2026-03-06T18:49:29.471Z | Downloaded crc32fast v1.5.0 |
| 609 | 2026-03-06T18:49:29.477Z | Downloaded fallible-iterator v0.2.0 |
| 610 | 2026-03-06T18:49:29.480Z | Downloaded crossterm v0.29.0 |
| 611 | 2026-03-06T18:49:29.489Z | Downloaded env_logger v0.11.9 |
| 612 | 2026-03-06T18:49:29.494Z | Downloaded find-msvc-tools v0.1.9 |
| 613 | 2026-03-06T18:49:29.498Z | Downloaded endian-type v0.1.2 |
| 614 | 2026-03-06T18:49:29.501Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 615 | 2026-03-06T18:49:29.505Z | Downloaded foreign-types-shared v0.1.1 |
| 616 | 2026-03-06T18:49:29.508Z | Downloaded convert_case v0.4.0 |
| 617 | 2026-03-06T18:49:29.514Z | Downloaded foldhash v0.2.0 |
| 618 | 2026-03-06T18:49:29.517Z | Downloaded aes-gcm v0.10.3 |
| 619 | 2026-03-06T18:49:29.522Z | Downloaded flagset v0.4.7 |
| 620 | 2026-03-06T18:49:29.527Z | Downloaded foreign-types-macros v0.2.3 |
| 621 | 2026-03-06T18:49:29.530Z | Downloaded dyn-clone v1.0.20 |
| 622 | 2026-03-06T18:49:29.534Z | Downloaded futures-macro v0.3.32 |
| 623 | 2026-03-06T18:49:29.537Z | Downloaded debug-ignore v1.0.5 |
| 624 | 2026-03-06T18:49:29.541Z | Downloaded foreign-types v0.5.0 |
| 625 | 2026-03-06T18:49:29.545Z | Downloaded float-ord v0.3.2 |
| 626 | 2026-03-06T18:49:29.548Z | Downloaded filetime v0.2.27 |
| 627 | 2026-03-06T18:49:29.552Z | Downloaded dunce v1.0.5 |
| 628 | 2026-03-06T18:49:29.555Z | Downloaded fixedbitset v0.4.2 |
| 629 | 2026-03-06T18:49:29.559Z | Downloaded funty v2.0.0 |
| 630 | 2026-03-06T18:49:29.562Z | Downloaded futures-io v0.3.32 |
| 631 | 2026-03-06T18:49:29.566Z | Downloaded git-stub v1.0.0 |
| 632 | 2026-03-06T18:49:29.569Z | Downloaded defmt v0.3.100 |
| 633 | 2026-03-06T18:49:29.573Z | Downloaded gethostname v0.5.0 |
| 634 | 2026-03-06T18:49:29.576Z | Downloaded base64 v0.22.1 |
| 635 | 2026-03-06T18:49:29.582Z | Downloaded futures-sink v0.3.32 |
| 636 | 2026-03-06T18:49:29.597Z | Downloaded hex-literal v0.4.1 |
| 637 | 2026-03-06T18:49:29.600Z | Downloaded http-body v1.0.1 |
| 638 | 2026-03-06T18:49:29.603Z | Downloaded cassowary v0.3.0 |
| 639 | 2026-03-06T18:49:29.607Z | Downloaded http-range v0.1.5 |
| 640 | 2026-03-06T18:49:29.610Z | Downloaded buf-list v1.1.2 |
| 641 | 2026-03-06T18:49:29.615Z | Downloaded hubpack v0.1.2 |
| 642 | 2026-03-06T18:49:29.618Z | Downloaded erased-serde v0.3.31 |
| 643 | 2026-03-06T18:49:29.623Z | Downloaded fs-err v2.11.0 |
| 644 | 2026-03-06T18:49:29.626Z | Downloaded hyper-tls v0.6.0 |
| 645 | 2026-03-06T18:49:29.630Z | Downloaded indent_write v2.2.0 |
| 646 | 2026-03-06T18:49:29.633Z | Downloaded inout v0.1.4 |
| 647 | 2026-03-06T18:49:29.636Z | Downloaded des v0.8.1 |
| 648 | 2026-03-06T18:49:29.640Z | Downloaded dropshot-api-manager v0.5.2 |
| 649 | 2026-03-06T18:49:29.645Z | Downloaded flate2 v1.1.9 |
| 650 | 2026-03-06T18:49:29.652Z | Downloaded ident_case v1.0.1 |
| 651 | 2026-03-06T18:49:29.654Z | Downloaded globwalk v0.9.1 |
| 652 | 2026-03-06T18:49:29.658Z | Downloaded internet-checksum v0.2.1 |
| 653 | 2026-03-06T18:49:29.661Z | Downloaded is-terminal v0.4.17 |
| 654 | 2026-03-06T18:49:29.665Z | Downloaded keccak v0.1.6 |
| 655 | 2026-03-06T18:49:29.673Z | Downloaded is_ci v1.2.0 |
| 656 | 2026-03-06T18:49:29.679Z | Downloaded const-oid v0.9.6 |
| 657 | 2026-03-06T18:49:29.687Z | Downloaded lalrpop-util v0.19.12 |
| 658 | 2026-03-06T18:49:29.693Z | Downloaded futures-channel v0.3.32 |
| 659 | 2026-03-06T18:49:29.699Z | Downloaded linked-hash-map v0.5.6 |
| 660 | 2026-03-06T18:49:29.703Z | Downloaded maybe-uninit v2.0.0 |
| 661 | 2026-03-06T18:49:29.707Z | Downloaded mime v0.3.17 |
| 662 | 2026-03-06T18:49:29.710Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 663 | 2026-03-06T18:49:29.714Z | Downloaded memoffset v0.9.1 |
| 664 | 2026-03-06T18:49:29.717Z | Downloaded md5 v0.7.0 |
| 665 | 2026-03-06T18:49:29.721Z | Downloaded md-5 v0.10.6 |
| 666 | 2026-03-06T18:49:29.724Z | Downloaded ipnetwork v0.21.1 |
| 667 | 2026-03-06T18:49:29.728Z | Downloaded new_debug_unreachable v1.0.6 |
| 668 | 2026-03-06T18:49:29.731Z | Downloaded nibble_vec v0.1.0 |
| 669 | 2026-03-06T18:49:29.734Z | Downloaded hmac v0.12.1 |
| 670 | 2026-03-06T18:49:29.738Z | Downloaded num-conv v0.2.0 |
| 671 | 2026-03-06T18:49:29.741Z | Downloaded newline-converter v0.3.0 |
| 672 | 2026-03-06T18:49:29.745Z | Downloaded num v0.4.3 |
| 673 | 2026-03-06T18:49:29.747Z | Downloaded normalize-line-endings v0.3.0 |
| 674 | 2026-03-06T18:49:29.751Z | Downloaded num-derive v0.4.2 |
| 675 | 2026-03-06T18:49:29.753Z | Downloaded num_threads v0.1.7 |
| 676 | 2026-03-06T18:49:29.756Z | Downloaded num_enum_derive v0.5.11 |
| 677 | 2026-03-06T18:49:29.759Z | Downloaded futures v0.3.32 |
| 678 | 2026-03-06T18:49:29.765Z | Downloaded opaque-debug v0.3.1 |
| 679 | 2026-03-06T18:49:29.768Z | Downloaded openssl-probe v0.1.6 |
| 680 | 2026-03-06T18:49:29.771Z | Downloaded flume v0.11.1 |
| 681 | 2026-03-06T18:49:29.776Z | Downloaded openssl-probe v0.2.1 |
| 682 | 2026-03-06T18:49:29.779Z | Downloaded ingot-macros v0.1.1 |
| 683 | 2026-03-06T18:49:29.782Z | Downloaded packed_struct_codegen v0.10.1 |
| 684 | 2026-03-06T18:49:29.785Z | Downloaded half v2.7.1 |
| 685 | 2026-03-06T18:49:29.789Z | Downloaded nanorand v0.7.0 |
| 686 | 2026-03-06T18:49:29.793Z | Downloaded parse-display v0.10.0 |
| 687 | 2026-03-06T18:49:29.797Z | Downloaded pbkdf2 v0.12.2 |
| 688 | 2026-03-06T18:49:29.799Z | Downloaded peg-runtime v0.8.5 |
| 689 | 2026-03-06T18:49:29.802Z | Downloaded nu-ansi-term v0.50.3 |
| 690 | 2026-03-06T18:49:29.806Z | Downloaded pbkdf2 v0.11.0 |
| 691 | 2026-03-06T18:49:29.810Z | Downloaded nodrop v0.1.14 |
| 692 | 2026-03-06T18:49:29.813Z | Downloaded pin-utils v0.1.0 |
| 693 | 2026-03-06T18:49:29.816Z | Downloaded chacha20poly1305 v0.10.1 |
| 694 | 2026-03-06T18:49:29.819Z | Downloaded arc-swap v1.8.2 |
| 695 | 2026-03-06T18:49:29.826Z | Downloaded path-slash v0.1.5 |
| 696 | 2026-03-06T18:49:29.829Z | Downloaded parse-size v1.1.0 |
| 697 | 2026-03-06T18:49:29.832Z | Downloaded darling_core v0.23.0 |
| 698 | 2026-03-06T18:49:29.837Z | Downloaded powerfmt v0.2.0 |
| 699 | 2026-03-06T18:49:29.840Z | Downloaded ignore v0.4.25 |
| 700 | 2026-03-06T18:49:29.844Z | Downloaded lock_api v0.4.14 |
| 701 | 2026-03-06T18:49:29.847Z | Downloaded proc-macro-crate v1.3.1 |
| 702 | 2026-03-06T18:49:29.850Z | Downloaded oxide-tokio-rt v0.1.2 |
| 703 | 2026-03-06T18:49:29.853Z | Downloaded progenitor-client v0.10.0 |
| 704 | 2026-03-06T18:49:29.856Z | Downloaded predicates-tree v1.0.13 |
| 705 | 2026-03-06T18:49:29.858Z | Downloaded proc-macro-crate v3.4.0 |
| 706 | 2026-03-06T18:49:29.861Z | Downloaded headers v0.4.1 |
| 707 | 2026-03-06T18:49:29.868Z | Downloaded progenitor-macro v0.11.2 |
| 708 | 2026-03-06T18:49:29.871Z | Downloaded psl-types v2.0.11 |
| 709 | 2026-03-06T18:49:29.874Z | Downloaded progenitor-macro v0.13.0 |
| 710 | 2026-03-06T18:49:29.877Z | Downloaded quick-error v1.2.3 |
| 711 | 2026-03-06T18:49:29.879Z | Downloaded peg-macros v0.8.5 |
| 712 | 2026-03-06T18:49:29.882Z | Downloaded libbz2-rs-sys v0.2.2 |
| 713 | 2026-03-06T18:49:29.885Z | Downloaded phf_shared v0.13.1 |
| 714 | 2026-03-06T18:49:29.888Z | Downloaded num-integer v0.1.46 |
| 715 | 2026-03-06T18:49:29.891Z | Downloaded pin-project-lite v0.2.17 |
| 716 | 2026-03-06T18:49:29.897Z | Downloaded pem-rfc7468 v0.7.0 |
| 717 | 2026-03-06T18:49:29.901Z | Downloaded radium v0.7.0 |
| 718 | 2026-03-06T18:49:29.904Z | Downloaded rand_chacha v0.3.1 |
| 719 | 2026-03-06T18:49:29.907Z | Downloaded polyval v0.6.2 |
| 720 | 2026-03-06T18:49:29.910Z | Downloaded poly1305 v0.8.0 |
| 721 | 2026-03-06T18:49:29.913Z | Downloaded iana-time-zone v0.1.65 |
| 722 | 2026-03-06T18:49:29.917Z | Downloaded rand_xorshift v0.4.0 |
| 723 | 2026-03-06T18:49:29.920Z | Downloaded omicron-zone-package v0.12.2 |
| 724 | 2026-03-06T18:49:29.923Z | Downloaded ppv-lite86 v0.2.21 |
| 725 | 2026-03-06T18:49:29.926Z | Downloaded ref-cast v1.0.25 |
| 726 | 2026-03-06T18:49:29.930Z | Downloaded ref-cast-impl v1.0.25 |
| 727 | 2026-03-06T18:49:29.933Z | Downloaded progenitor v0.13.0 |
| 728 | 2026-03-06T18:49:29.935Z | Downloaded progenitor-client v0.13.0 |
| 729 | 2026-03-06T18:49:29.938Z | Downloaded heapless v0.8.0 |
| 730 | 2026-03-06T18:49:29.941Z | Downloaded rtoolbox v0.0.3 |
| 731 | 2026-03-06T18:49:29.944Z | Downloaded progenitor-extras v0.1.0 |
| 732 | 2026-03-06T18:49:29.947Z | Downloaded psm v0.1.30 |
| 733 | 2026-03-06T18:49:29.950Z | Downloaded progenitor-client v0.11.2 |
| 734 | 2026-03-06T18:49:29.953Z | Downloaded parking_lot_core v0.8.6 |
| 735 | 2026-03-06T18:49:29.956Z | Downloaded rfc6979 v0.4.0 |
| 736 | 2026-03-06T18:49:29.959Z | Downloaded rustc-hash v2.1.1 |
| 737 | 2026-03-06T18:49:29.962Z | Downloaded pin-project-internal v1.1.11 |
| 738 | 2026-03-06T18:49:29.965Z | Downloaded russh-cryptovec v0.7.3 |
| 739 | 2026-03-06T18:49:29.965Z | Downloaded rustc_version v0.4.1 |
| 740 | 2026-03-06T18:49:29.968Z | Downloaded phf_shared v0.11.3 |
| 741 | 2026-03-06T18:49:29.971Z | Downloaded crossbeam-channel v0.5.15 |
| 742 | 2026-03-06T18:49:29.975Z | Downloaded rustc_version v0.1.7 |
| 743 | 2026-03-06T18:49:29.977Z | Downloaded r2d2 v0.8.10 |
| 744 | 2026-03-06T18:49:29.980Z | Downloaded ed25519-dalek v2.2.0 |
| 745 | 2026-03-06T18:49:29.983Z | Downloaded rand_core v0.10.0 |
| 746 | 2026-03-06T18:49:30.021Z | Downloaded salsa20 v0.10.2 |
| 747 | 2026-03-06T18:49:30.021Z | Downloaded proc-macro-error2 v2.0.1 |
| 748 | 2026-03-06T18:49:30.021Z | Downloaded predicates v3.1.4 |
| 749 | 2026-03-06T18:49:30.021Z | Downloaded scrypt v0.11.0 |
| 750 | 2026-03-06T18:49:30.021Z | Downloaded scopeguard v1.2.0 |
| 751 | 2026-03-06T18:49:30.021Z | Downloaded postcard v1.1.3 |
| 752 | 2026-03-06T18:49:30.021Z | Downloaded scheduled-thread-pool v0.2.7 |
| 753 | 2026-03-06T18:49:30.021Z | Downloaded sapling-renderdag v0.1.0 |
| 754 | 2026-03-06T18:49:30.022Z | Downloaded oso v0.27.3 |
| 755 | 2026-03-06T18:49:30.022Z | Downloaded serde-big-array v0.5.1 |
| 756 | 2026-03-06T18:49:30.022Z | Downloaded hickory-server v0.25.2 |
| 757 | 2026-03-06T18:49:30.025Z | Downloaded http v1.4.0 |
| 758 | 2026-03-06T18:49:30.028Z | Downloaded pin-project v1.1.11 |
| 759 | 2026-03-06T18:49:30.037Z | Downloaded shell-words v1.1.1 |
| 760 | 2026-03-06T18:49:30.041Z | Downloaded serde_urlencoded v0.7.1 |
| 761 | 2026-03-06T18:49:30.044Z | Downloaded quinn-udp v0.5.14 |
| 762 | 2026-03-06T18:49:30.047Z | Downloaded hickory-resolver v0.25.2 |
| 763 | 2026-03-06T18:49:30.050Z | Downloaded sha1 v0.10.6 |
| 764 | 2026-03-06T18:49:30.053Z | Downloaded signal-hook-tokio v0.3.1 |
| 765 | 2026-03-06T18:49:30.056Z | Downloaded rustversion v1.0.22 |
| 766 | 2026-03-06T18:49:30.059Z | Downloaded pkcs1 v0.7.5 |
| 767 | 2026-03-06T18:49:30.062Z | Downloaded scroll_derive v0.13.1 |
| 768 | 2026-03-06T18:49:30.065Z | Downloaded rusty-fork v0.3.1 |
| 769 | 2026-03-06T18:49:30.065Z | Downloaded sigpipe v0.1.3 |
| 770 | 2026-03-06T18:49:30.068Z | Downloaded slog-envlogger v2.2.0 |
| 771 | 2026-03-06T18:49:30.072Z | Downloaded hashbrown v0.13.2 |
| 772 | 2026-03-06T18:49:30.075Z | Downloaded same-file v1.0.6 |
| 773 | 2026-03-06T18:49:30.078Z | Downloaded progenitor-impl v0.13.0 |
| 774 | 2026-03-06T18:49:30.081Z | Downloaded serde_derive_internals v0.29.1 |
| 775 | 2026-03-06T18:49:30.081Z | Downloaded sct v0.7.1 |
| 776 | 2026-03-06T18:49:30.085Z | Downloaded prefix-trie v0.7.0 |
| 777 | 2026-03-06T18:49:30.089Z | Downloaded sqlparser_derive v0.5.0 |
| 778 | 2026-03-06T18:49:30.092Z | Downloaded russh-keys v0.45.0 |
| 779 | 2026-03-06T18:49:30.095Z | Downloaded jiff-static v0.2.21 |
| 780 | 2026-03-06T18:49:30.098Z | Downloaded progenitor-impl v0.11.2 |
| 781 | 2026-03-06T18:49:30.101Z | Downloaded hashbrown v0.12.3 |
| 782 | 2026-03-06T18:49:30.104Z | Downloaded serde_plain v1.0.2 |
| 783 | 2026-03-06T18:49:30.107Z | Downloaded ssh-encoding v0.2.0 |
| 784 | 2026-03-06T18:49:30.107Z | Downloaded serde_path_to_error v0.1.20 |
| 785 | 2026-03-06T18:49:30.110Z | Downloaded serde-hex v0.1.0 |
| 786 | 2026-03-06T18:49:30.113Z | Downloaded shlex v1.3.0 |
| 787 | 2026-03-06T18:49:30.116Z | Downloaded papergrid v0.17.0 |
| 788 | 2026-03-06T18:49:30.119Z | Downloaded minimal-lexical v0.2.1 |
| 789 | 2026-03-06T18:49:30.124Z | Downloaded strip-ansi-escapes v0.2.1 |
| 790 | 2026-03-06T18:49:30.126Z | Downloaded siphasher v1.0.2 |
| 791 | 2026-03-06T18:49:30.129Z | Downloaded strum v0.27.2 |
| 792 | 2026-03-06T18:49:30.129Z | Downloaded strum v0.26.3 |
| 793 | 2026-03-06T18:49:30.132Z | Downloaded structmeta-derive v0.3.0 |
| 794 | 2026-03-06T18:49:30.132Z | Downloaded structmeta v0.3.0 |
| 795 | 2026-03-06T18:49:30.135Z | Downloaded rustls-pki-types v1.14.0 |
| 796 | 2026-03-06T18:49:30.138Z | Downloaded subtle v2.6.1 |
| 797 | 2026-03-06T18:49:30.141Z | Downloaded slog-async v2.8.0 |
| 798 | 2026-03-06T18:49:30.144Z | Downloaded progenitor-impl v0.10.0 |
| 799 | 2026-03-06T18:49:30.147Z | Downloaded supports-color v3.0.2 |
| 800 | 2026-03-06T18:49:30.147Z | Downloaded crossterm v0.28.1 |
| 801 | 2026-03-06T18:49:30.154Z | Downloaded tagptr v0.2.0 |
| 802 | 2026-03-06T18:49:30.156Z | Downloaded smf v0.2.3 |
| 803 | 2026-03-06T18:49:30.160Z | Downloaded snafu-derive v0.8.9 |
| 804 | 2026-03-06T18:49:30.160Z | Downloaded slog-stdlog v4.1.1 |
| 805 | 2026-03-06T18:49:30.163Z | Downloaded termtree v0.5.1 |
| 806 | 2026-03-06T18:49:30.166Z | Downloaded tap v1.0.1 |
| 807 | 2026-03-06T18:49:30.166Z | Downloaded take_mut v0.2.2 |
| 808 | 2026-03-06T18:49:30.169Z | Downloaded tabwriter v1.4.1 |
| 809 | 2026-03-06T18:49:30.171Z | Downloaded slog-scope v4.4.1 |
| 810 | 2026-03-06T18:49:30.171Z | Downloaded testing_table v0.3.0 |
| 811 | 2026-03-06T18:49:30.175Z | Downloaded ssh-cipher v0.2.0 |
| 812 | 2026-03-06T18:49:30.175Z | Downloaded sqlformat v0.3.5 |
| 813 | 2026-03-06T18:49:30.178Z | Downloaded spki v0.7.3 |
| 814 | 2026-03-06T18:49:30.181Z | Downloaded string_cache v0.8.9 |
| 815 | 2026-03-06T18:49:30.184Z | Downloaded serde_cbor v0.11.2 |
| 816 | 2026-03-06T18:49:31.189Z | Downloaded time-core v0.1.8 |
| 817 | 2026-03-06T18:49:31.189Z | Downloaded stacker v0.1.23 |
| 818 | 2026-03-06T18:49:31.194Z | Downloaded tinyvec_macros v0.1.1 |
| 819 | 2026-03-06T18:49:31.194Z | Downloaded ryu v1.0.23 |
| 820 | 2026-03-06T18:49:31.194Z | Downloaded ron v0.8.1 |
| 821 | 2026-03-06T18:49:31.194Z | Downloaded itertools v0.10.5 |
| 822 | 2026-03-06T18:49:31.194Z | Downloaded stringprep v0.1.5 |
| 823 | 2026-03-06T18:49:31.194Z | Downloaded strum_macros v0.24.3 |
| 824 | 2026-03-06T18:49:31.194Z | Downloaded slog-term v2.9.2 |
| 825 | 2026-03-06T18:49:31.194Z | Downloaded termios v0.3.3 |
| 826 | 2026-03-06T18:49:31.194Z | Downloaded rustls-platform-verifier v0.6.2 |
| 827 | 2026-03-06T18:49:31.194Z | Downloaded strum_macros v0.27.2 |
| 828 | 2026-03-06T18:49:31.194Z | Downloaded nom v7.1.3 |
| 829 | 2026-03-06T18:49:31.194Z | Downloaded support-bundle-viewer v0.1.2 |
| 830 | 2026-03-06T18:49:31.194Z | Downloaded rcgen v0.12.1 |
| 831 | 2026-03-06T18:49:31.194Z | Downloaded tabled_derive v0.11.0 |
| 832 | 2026-03-06T18:49:31.194Z | Downloaded sec1 v0.7.3 |
| 833 | 2026-03-06T18:49:31.194Z | Downloaded schemars v0.8.22 |
| 834 | 2026-03-06T18:49:31.194Z | Downloaded tower-layer v0.3.3 |
| 835 | 2026-03-06T18:49:31.194Z | Downloaded mio v1.1.1 |
| 836 | 2026-03-06T18:49:31.194Z | Downloaded tokio-dtrace v0.1.1 |
| 837 | 2026-03-06T18:49:31.194Z | Downloaded spin v0.9.8 |
| 838 | 2026-03-06T18:49:31.194Z | Downloaded topological-sort v0.2.2 |
| 839 | 2026-03-06T18:49:31.194Z | Downloaded tiny-keccak v2.0.2 |
| 840 | 2026-03-06T18:49:31.194Z | Downloaded try-lock v0.2.5 |
| 841 | 2026-03-06T18:49:31.195Z | Downloaded tls_codec v0.4.2 |
| 842 | 2026-03-06T18:49:31.195Z | Downloaded trait-variant v0.1.2 |
| 843 | 2026-03-06T18:49:31.195Z | Downloaded socket2 v0.5.10 |
| 844 | 2026-03-06T18:49:31.195Z | Downloaded similar v2.7.0 |
| 845 | 2026-03-06T18:49:31.195Z | Downloaded term v0.7.0 |
| 846 | 2026-03-06T18:49:31.195Z | Downloaded typify-macro v0.6.1 |
| 847 | 2026-03-06T18:49:31.195Z | Downloaded rand v0.8.5 |
| 848 | 2026-03-06T18:49:31.195Z | Downloaded unarray v0.1.4 |
| 849 | 2026-03-06T18:49:31.195Z | Downloaded typify-macro v0.4.3 |
| 850 | 2026-03-06T18:49:31.195Z | Downloaded num-bigint-dig v0.8.6 |
| 851 | 2026-03-06T18:49:31.195Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 852 | 2026-03-06T18:49:31.195Z | Downloaded signal-hook v0.3.18 |
| 853 | 2026-03-06T18:49:31.195Z | Downloaded libxml v0.3.3 |
| 854 | 2026-03-06T18:49:31.195Z | Downloaded usdt v0.6.0 |
| 855 | 2026-03-06T18:49:31.195Z | Downloaded aws-lc-rs v1.16.0 |
| 856 | 2026-03-06T18:49:31.195Z | Downloaded usdt-attr-macro v0.6.0 |
| 857 | 2026-03-06T18:49:31.195Z | Downloaded utf-8 v0.7.6 |
| 858 | 2026-03-06T18:49:31.195Z | Downloaded unit-prefix v0.5.2 |
| 859 | 2026-03-06T18:49:31.195Z | Downloaded untrusted v0.7.1 |
| 860 | 2026-03-06T18:49:31.195Z | Downloaded untrusted v0.9.0 |
| 861 | 2026-03-06T18:49:31.195Z | Downloaded itertools v0.13.0 |
| 862 | 2026-03-06T18:49:31.195Z | Downloaded tokio-rustls v0.26.4 |
| 863 | 2026-03-06T18:49:31.195Z | Downloaded qorb v0.4.1 |
| 864 | 2026-03-06T18:49:31.195Z | Downloaded iri-string v0.7.10 |
| 865 | 2026-03-06T18:49:31.195Z | Downloaded unicode-truncate v1.1.0 |
| 866 | 2026-03-06T18:49:31.195Z | Downloaded tui-tree-widget v0.23.1 |
| 867 | 2026-03-06T18:49:31.195Z | Downloaded waitgroup v0.1.2 |
| 868 | 2026-03-06T18:49:31.196Z | Downloaded thread-id v5.1.0 |
| 869 | 2026-03-06T18:49:31.196Z | Downloaded tokio-tungstenite v0.23.1 |
| 870 | 2026-03-06T18:49:31.196Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 871 | 2026-03-06T18:49:31.196Z | Downloaded schemars v0.9.0 |
| 872 | 2026-03-06T18:49:31.196Z | Downloaded want v0.3.1 |
| 873 | 2026-03-06T18:49:31.196Z | Downloaded wait-timeout v0.2.1 |
| 874 | 2026-03-06T18:49:31.196Z | Downloaded void v1.0.2 |
| 875 | 2026-03-06T18:49:31.196Z | Downloaded usdt-macro v0.6.0 |
| 876 | 2026-03-06T18:49:31.196Z | Downloaded rand v0.9.2 |
| 877 | 2026-03-06T18:49:31.196Z | Downloaded universal-hash v0.5.1 |
| 878 | 2026-03-06T18:49:31.196Z | Downloaded serde_yaml v0.9.34+deprecated |
| 879 | 2026-03-06T18:49:31.196Z | Downloaded tokio-stream v0.1.18 |
| 880 | 2026-03-06T18:49:31.196Z | Downloaded tracing-attributes v0.1.31 |
| 881 | 2026-03-06T18:49:31.196Z | Downloaded iddqd v0.3.17 |
| 882 | 2026-03-06T18:49:31.196Z | Downloaded xattr v1.6.1 |
| 883 | 2026-03-06T18:49:31.196Z | Downloaded xshell-macros v0.2.7 |
| 884 | 2026-03-06T18:49:31.196Z | Downloaded vergen-git2 v1.0.7 |
| 885 | 2026-03-06T18:49:31.196Z | Downloaded tokio-rustls v0.25.0 |
| 886 | 2026-03-06T18:49:31.196Z | Downloaded thiserror-no-std v2.0.2 |
| 887 | 2026-03-06T18:49:31.196Z | Downloaded zeroize_derive v1.4.3 |
| 888 | 2026-03-06T18:49:31.196Z | Downloaded itertools v0.14.0 |
| 889 | 2026-03-06T18:49:31.196Z | Downloaded socket2 v0.6.2 |
| 890 | 2026-03-06T18:49:31.196Z | Downloaded test-strategy v0.4.5 |
| 891 | 2026-03-06T18:49:31.196Z | Downloaded zone_cfg_derive v0.3.1 |
| 892 | 2026-03-06T18:49:31.196Z | Downloaded vsss-rs v3.3.4 |
| 893 | 2026-03-06T18:49:31.197Z | Downloaded vergen-lib v0.1.6 |
| 894 | 2026-03-06T18:49:31.197Z | Downloaded russh v0.45.0 |
| 895 | 2026-03-06T18:49:31.197Z | Downloaded whoami v1.6.1 |
| 896 | 2026-03-06T18:49:31.197Z | Downloaded libm v0.2.16 |
| 897 | 2026-03-06T18:49:31.197Z | Downloaded unicode-properties v0.1.4 |
| 898 | 2026-03-06T18:49:31.197Z | Downloaded xshell v0.2.7 |
| 899 | 2026-03-06T18:49:31.197Z | Downloaded twox-hash v2.1.2 |
| 900 | 2026-03-06T18:49:31.197Z | Downloaded steno v0.4.1 |
| 901 | 2026-03-06T18:49:31.197Z | Downloaded xz2 v0.1.7 |
| 902 | 2026-03-06T18:49:31.197Z | Downloaded snafu v0.8.9 |
| 903 | 2026-03-06T18:49:31.197Z | Downloaded ron v0.12.0 |
| 904 | 2026-03-06T18:49:31.197Z | Downloaded typify v0.4.3 |
| 905 | 2026-03-06T18:49:31.197Z | Downloaded zstd v0.13.3 |
| 906 | 2026-03-06T18:49:31.197Z | Downloaded tungstenite v0.21.0 |
| 907 | 2026-03-06T18:49:31.197Z | Downloaded walkdir v2.5.0 |
| 908 | 2026-03-06T18:49:31.197Z | Downloaded vergen v9.0.6 |
| 909 | 2026-03-06T18:49:31.197Z | Downloaded ssh-key v0.6.7 |
| 910 | 2026-03-06T18:49:31.197Z | Downloaded tinyvec v1.10.0 |
| 911 | 2026-03-06T18:49:31.197Z | Downloaded blake3 v1.8.3 |
| 912 | 2026-03-06T18:49:31.197Z | Downloaded yasna v0.5.2 |
| 913 | 2026-03-06T18:49:31.197Z | Downloaded reedline v0.40.0 |
| 914 | 2026-03-06T18:49:31.197Z | Downloaded unsafe-libyaml v0.2.11 |
| 915 | 2026-03-06T18:49:31.197Z | Downloaded zstd-safe v7.2.4 |
| 916 | 2026-03-06T18:49:31.197Z | Downloaded zerocopy v0.6.6 |
| 917 | 2026-03-06T18:49:31.197Z | Downloaded uuid v1.21.0 |
| 918 | 2026-03-06T18:49:31.201Z | Downloaded p521 v0.13.3 |
| 919 | 2026-03-06T18:49:31.201Z | Downloaded zeroize v1.8.2 |
| 920 | 2026-03-06T18:49:31.201Z | Downloaded vte v0.14.1 |
| 921 | 2026-03-06T18:49:31.201Z | Downloaded rpassword v7.4.0 |
| 922 | 2026-03-06T18:49:31.201Z | Downloaded typify v0.6.1 |
| 923 | 2026-03-06T18:49:31.201Z | Downloaded tungstenite v0.23.0 |
| 924 | 2026-03-06T18:49:31.201Z | Downloaded tracing-core v0.1.36 |
| 925 | 2026-03-06T18:49:31.201Z | Downloaded rustyline v14.0.0 |
| 926 | 2026-03-06T18:49:31.201Z | Downloaded tokio-postgres v0.7.16 |
| 927 | 2026-03-06T18:49:31.201Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 928 | 2026-03-06T18:49:31.201Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 929 | 2026-03-06T18:49:31.201Z | Downloaded toml v0.7.8 |
| 930 | 2026-03-06T18:49:31.201Z | Downloaded whoami v2.1.0 |
| 931 | 2026-03-06T18:49:31.201Z | Downloaded unicode-bidi v0.3.18 |
| 932 | 2026-03-06T18:49:31.201Z | Downloaded hkdf v0.12.4 |
| 933 | 2026-03-06T18:49:31.201Z | Downloaded schemars v1.2.1 |
| 934 | 2026-03-06T18:49:31.201Z | Downloaded zopfli v0.8.3 |
| 935 | 2026-03-06T18:49:31.201Z | Downloaded bitvec v1.0.1 |
| 936 | 2026-03-06T18:49:31.202Z | Downloaded zip v0.6.6 |
| 937 | 2026-03-06T18:49:31.202Z | Downloaded git2 v0.20.4 |
| 938 | 2026-03-06T18:49:31.202Z | Downloaded reqwest v0.12.28 |
| 939 | 2026-03-06T18:49:31.202Z | Downloaded chrono v0.4.44 |
| 940 | 2026-03-06T18:49:31.202Z | Downloaded p384 v0.13.1 |
| 941 | 2026-03-06T18:49:31.202Z | Downloaded yansi v1.0.1 |
| 942 | 2026-03-06T18:49:31.202Z | Downloaded salty v0.3.0 |
| 943 | 2026-03-06T18:49:31.202Z | Downloaded quick-xml v0.37.5 |
| 944 | 2026-03-06T18:49:31.202Z | Downloaded toml_edit v0.19.15 |
| 945 | 2026-03-06T18:49:31.202Z | Downloaded zerocopy-derive v0.8.40 |
| 946 | 2026-03-06T18:49:31.202Z | Downloaded unicode-segmentation v1.12.0 |
| 947 | 2026-03-06T18:49:31.202Z | Downloaded typed-path v0.9.3 |
| 948 | 2026-03-06T18:49:31.202Z | Downloaded x509-cert v0.2.5 |
| 949 | 2026-03-06T18:49:31.202Z | Downloaded serde_with v3.17.0 |
| 950 | 2026-03-06T18:49:31.202Z | Downloaded tower-http v0.6.8 |
| 951 | 2026-03-06T18:49:31.202Z | Downloaded rustls-webpki v0.102.8 |
| 952 | 2026-03-06T18:49:31.202Z | Downloaded proptest v1.10.0 |
| 953 | 2026-03-06T18:49:31.202Z | Downloaded zip v4.6.1 |
| 954 | 2026-03-06T18:49:31.202Z | Downloaded tokio-util v0.7.18 |
| 955 | 2026-03-06T18:49:31.202Z | Downloaded object v0.30.4 |
| 956 | 2026-03-06T18:49:31.202Z | Downloaded nix v0.27.1 |
| 957 | 2026-03-06T18:49:31.202Z | Downloaded polar-core v0.27.3 |
| 958 | 2026-03-06T18:49:31.203Z | Downloaded winnow v0.5.40 |
| 959 | 2026-03-06T18:49:31.203Z | Downloaded radix_trie v0.2.1 |
| 960 | 2026-03-06T18:49:31.203Z | Downloaded quinn-proto v0.11.13 |
| 961 | 2026-03-06T18:49:31.203Z | Downloaded winnow v0.6.26 |
| 962 | 2026-03-06T18:49:31.203Z | Downloaded openssl v0.10.75 |
| 963 | 2026-03-06T18:49:31.203Z | Downloaded curve25519-dalek v4.1.3 |
| 964 | 2026-03-06T18:49:31.203Z | Downloaded nix v0.28.0 |
| 965 | 2026-03-06T18:49:31.203Z | Downloaded bstr v1.12.1 |
| 966 | 2026-03-06T18:49:31.203Z | Downloaded nix v0.30.1 |
| 967 | 2026-03-06T18:49:31.203Z | Downloaded rustls v0.21.12 |
| 968 | 2026-03-06T18:49:31.203Z | Downloaded webpki-roots v1.0.6 |
| 969 | 2026-03-06T18:49:31.203Z | Downloaded regex-syntax v0.6.29 |
| 970 | 2026-03-06T18:49:31.203Z | Downloaded tough v0.20.0 |
| 971 | 2026-03-06T18:49:31.203Z | Downloaded zerocopy v0.8.40 |
| 972 | 2026-03-06T18:49:31.203Z | Downloaded time v0.3.47 |
| 973 | 2026-03-06T18:49:31.203Z | Downloaded tabled v0.20.0 |
| 974 | 2026-03-06T18:49:31.203Z | Downloaded zlib-rs v0.6.2 |
| 975 | 2026-03-06T18:49:31.203Z | Downloaded hickory-proto v0.25.2 |
| 976 | 2026-03-06T18:49:31.203Z | Downloaded rustls v0.23.37 |
| 977 | 2026-03-06T18:49:31.203Z | Downloaded vcpkg v0.2.15 |
| 978 | 2026-03-06T18:49:31.203Z | Downloaded hickory-proto v0.24.4 |
| 979 | 2026-03-06T18:49:31.203Z | Downloaded regress v0.10.5 |
| 980 | 2026-03-06T18:49:31.203Z | Downloaded rustix v0.38.44 |
| 981 | 2026-03-06T18:49:31.203Z | Downloaded object v0.37.3 |
| 982 | 2026-03-06T18:49:31.203Z | Downloaded regex-syntax v0.8.10 |
| 983 | 2026-03-06T18:49:31.203Z | Downloaded smoltcp v0.9.1 |
| 984 | 2026-03-06T18:49:31.203Z | Downloaded rustls v0.22.4 |
| 985 | 2026-03-06T18:49:31.203Z | Downloaded sled v0.34.7 |
| 986 | 2026-03-06T18:49:31.203Z | Downloaded openapiv3 v2.2.0 |
| 987 | 2026-03-06T18:49:31.203Z | Downloaded nix v0.31.1 |
| 988 | 2026-03-06T18:49:31.203Z | Downloaded typify-impl v0.4.3 |
| 989 | 2026-03-06T18:49:31.203Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 990 | 2026-03-06T18:49:31.204Z | Downloaded nix v0.29.0 |
| 991 | 2026-03-06T18:49:31.204Z | Downloaded regex-automata v0.4.14 |
| 992 | 2026-03-06T18:49:31.204Z | Downloaded zerocopy-derive v0.6.6 |
| 993 | 2026-03-06T18:49:31.204Z | Downloaded typify-impl v0.6.1 |
| 994 | 2026-03-06T18:49:31.204Z | Downloaded petgraph v0.6.5 |
| 995 | 2026-03-06T18:49:31.204Z | Downloaded ratatui v0.29.0 |
| 996 | 2026-03-06T18:49:31.204Z | Downloaded tracing v0.1.44 |
| 997 | 2026-03-06T18:49:31.207Z | Downloaded sqlparser v0.61.0 |
| 998 | 2026-03-06T18:49:31.213Z | Downloaded chrono-tz v0.10.4 |
| 999 | 2026-03-06T18:49:31.229Z | Downloaded smoltcp v0.11.0 |
| 1000 | 2026-03-06T18:49:31.240Z | Downloaded diesel v2.2.12 |
| 1001 | 2026-03-06T18:49:31.257Z | Downloaded moka v0.12.13 |
| 1002 | 2026-03-06T18:49:31.263Z | Downloaded petname v2.0.2 |
| 1003 | 2026-03-06T18:49:31.268Z | Downloaded petgraph v0.8.3 |
| 1004 | 2026-03-06T18:49:31.287Z | Downloaded unicode-normalization v0.1.25 |
| 1005 | 2026-03-06T18:49:31.290Z | Downloaded lalrpop v0.19.12 |
| 1006 | 2026-03-06T18:49:31.300Z | Downloaded jiff v0.2.21 |
| 1007 | 2026-03-06T18:49:31.317Z | Downloaded lzma-sys v0.1.20 |
| 1008 | 2026-03-06T18:49:31.342Z | Downloaded dropshot v0.16.7 |
| 1009 | 2026-03-06T18:49:31.361Z | Downloaded rustls-webpki v0.101.7 |
| 1010 | 2026-03-06T18:49:31.374Z | Downloaded reqwest v0.13.2 |
| 1011 | 2026-03-06T18:49:31.379Z | Downloaded bindgen v0.71.1 |
| 1012 | 2026-03-06T18:49:31.385Z | Downloaded goblin v0.10.5 |
| 1013 | 2026-03-06T18:49:31.392Z | Downloaded portable-atomic v1.13.1 |
| 1014 | 2026-03-06T18:49:31.399Z | Downloaded unicode_categories v0.1.1 |
| 1015 | 2026-03-06T18:49:31.402Z | Downloaded tower v0.5.3 |
| 1016 | 2026-03-06T18:49:31.409Z | Downloaded regex v1.12.3 |
| 1017 | 2026-03-06T18:49:31.414Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1018 | 2026-03-06T18:49:31.430Z | Downloaded libz-sys v1.1.24 |
| 1019 | 2026-03-06T18:49:31.448Z | Downloaded csv v1.4.0 |
| 1020 | 2026-03-06T18:49:31.465Z | Downloaded sha3 v0.10.8 |
| 1021 | 2026-03-06T18:49:31.469Z | Downloaded tokio v1.49.0 |
| 1022 | 2026-03-06T18:49:31.503Z | Downloaded rayon v1.11.0 |
| 1023 | 2026-03-06T18:49:31.511Z | Downloaded wyz v0.5.1 |
| 1024 | 2026-03-06T18:49:31.514Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1025 | 2026-03-06T18:49:31.517Z | Downloaded hyper v1.8.1 |
| 1026 | 2026-03-06T18:49:31.521Z | Downloaded vergen-gitcl v1.0.8 |
| 1027 | 2026-03-06T18:49:31.524Z | Downloaded zone v0.3.1 |
| 1028 | 2026-03-06T18:49:31.524Z | Downloaded uzers v0.12.2 |
| 1029 | 2026-03-06T18:49:31.527Z | Downloaded tar v0.4.44 |
| 1030 | 2026-03-06T18:49:31.529Z | Downloaded rsa v0.9.10 |
| 1031 | 2026-03-06T18:49:31.532Z | Downloaded usdt-impl v0.6.0 |
| 1032 | 2026-03-06T18:49:31.535Z | Downloaded unicase v2.9.0 |
| 1033 | 2026-03-06T18:49:31.535Z | Downloaded subprocess v0.2.15 |
| 1034 | 2026-03-06T18:49:31.538Z | Downloaded h2 v0.4.13 |
| 1035 | 2026-03-06T18:49:31.543Z | Downloaded tokio-rustls v0.24.1 |
| 1036 | 2026-03-06T18:49:31.546Z | Downloaded rand v0.10.0 |
| 1037 | 2026-03-06T18:49:31.550Z | Downloaded samael v0.0.19 |
| 1038 | 2026-03-06T18:49:31.555Z | Downloaded rustls-webpki v0.103.9 |
| 1039 | 2026-03-06T18:49:31.558Z | Downloaded tokio-tungstenite v0.21.0 |
| 1040 | 2026-03-06T18:49:31.561Z | Downloaded encoding_rs v0.8.35 |
| 1041 | 2026-03-06T18:49:31.578Z | Downloaded futures-util v0.3.32 |
| 1042 | 2026-03-06T18:49:31.588Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1043 | 2026-03-06T18:49:31.591Z | Downloaded ring v0.17.14 |
| 1044 | 2026-03-06T18:49:31.626Z | Downloaded tokio-native-tls v0.3.1 |
| 1045 | 2026-03-06T18:49:31.629Z | Downloaded tls_codec_derive v0.4.2 |
| 1046 | 2026-03-06T18:49:31.629Z | Downloaded term v1.2.1 |
| 1047 | 2026-03-06T18:49:31.632Z | Downloaded itertools v0.12.1 |
| 1048 | 2026-03-06T18:49:31.638Z | Downloaded hashbrown v0.15.5 |
| 1049 | 2026-03-06T18:49:31.643Z | Downloaded tower-service v0.3.3 |
| 1050 | 2026-03-06T18:49:31.646Z | Downloaded tokio-macros v2.6.0 |
| 1051 | 2026-03-06T18:49:31.646Z | Downloaded time-macros v0.2.27 |
| 1052 | 2026-03-06T18:49:31.649Z | Downloaded slog v2.8.2 |
| 1053 | 2026-03-06T18:49:31.652Z | Downloaded thread_local v1.1.9 |
| 1054 | 2026-03-06T18:49:31.652Z | Downloaded sync_wrapper v1.0.2 |
| 1055 | 2026-03-06T18:49:31.652Z | Downloaded publicsuffix v2.3.0 |
| 1056 | 2026-03-06T18:49:31.655Z | Downloaded num-bigint v0.4.6 |
| 1057 | 2026-03-06T18:49:31.658Z | Downloaded quinn v0.11.9 |
| 1058 | 2026-03-06T18:49:31.661Z | Downloaded strum_macros v0.26.4 |
| 1059 | 2026-03-06T18:49:31.664Z | Downloaded rayon-core v1.13.0 |
| 1060 | 2026-03-06T18:49:31.667Z | Downloaded static_assertions v1.1.0 |
| 1061 | 2026-03-06T18:49:31.670Z | Downloaded slab v0.4.12 |
| 1062 | 2026-03-06T18:49:31.670Z | Downloaded serde_with_macros v3.17.0 |
| 1063 | 2026-03-06T18:49:31.670Z | Downloaded smallvec v0.6.14 |
| 1064 | 2026-03-06T18:49:31.676Z | Downloaded sync-ptr v0.1.4 |
| 1065 | 2026-03-06T18:49:31.676Z | Downloaded prettyplease v0.2.37 |
| 1066 | 2026-03-06T18:49:31.679Z | Downloaded pretty_assertions v1.4.1 |
| 1067 | 2026-03-06T18:49:31.679Z | Downloaded slog-json v2.6.1 |
| 1068 | 2026-03-06T18:49:31.679Z | Downloaded slog-dtrace v0.3.0 |
| 1069 | 2026-03-06T18:49:31.679Z | Downloaded signal-hook-registry v1.4.8 |
| 1070 | 2026-03-06T18:49:31.682Z | Downloaded signal-hook-mio v0.2.5 |
| 1071 | 2026-03-06T18:49:31.682Z | Downloaded simd-adler32 v0.3.8 |
| 1072 | 2026-03-06T18:49:31.685Z | Downloaded hyper-util v0.1.20 |
| 1073 | 2026-03-06T18:49:31.688Z | Downloaded p256 v0.13.2 |
| 1074 | 2026-03-06T18:49:31.691Z | Downloaded openssl-sys v0.9.111 |
| 1075 | 2026-03-06T18:49:31.696Z | Downloaded slog-bunyan v2.5.0 |
| 1076 | 2026-03-06T18:49:31.699Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1077 | 2026-03-06T18:49:31.746Z | Downloaded signature v2.2.0 |
| 1078 | 2026-03-06T18:49:31.749Z | Downloaded scroll v0.13.0 |
| 1079 | 2026-03-06T18:49:31.749Z | Downloaded schemars_derive v0.8.22 |
| 1080 | 2026-03-06T18:49:31.752Z | Downloaded rustls-pemfile v2.2.0 |
| 1081 | 2026-03-06T18:49:31.752Z | Downloaded postgres-types v0.2.12 |
| 1082 | 2026-03-06T18:49:31.756Z | Downloaded serde_spanned v1.0.4 |
| 1083 | 2026-03-06T18:49:31.756Z | Downloaded rustls-native-certs v0.8.3 |
| 1084 | 2026-03-06T18:49:31.759Z | Downloaded serde_repr v0.1.20 |
| 1085 | 2026-03-06T18:49:31.759Z | Downloaded serde_bytes v0.11.19 |
| 1086 | 2026-03-06T18:49:31.762Z | Downloaded rustls-pemfile v1.0.4 |
| 1087 | 2026-03-06T18:49:31.762Z | Downloaded resolv-conf v0.7.6 |
| 1088 | 2026-03-06T18:49:31.765Z | Downloaded seq-macro v0.3.6 |
| 1089 | 2026-03-06T18:49:31.765Z | Downloaded semver v0.1.20 |
| 1090 | 2026-03-06T18:49:31.768Z | Downloaded secrecy v0.10.3 |
| 1091 | 2026-03-06T18:49:31.768Z | Downloaded secrecy v0.8.0 |
| 1092 | 2026-03-06T18:49:31.768Z | Downloaded miniz_oxide v0.8.9 |
| 1093 | 2026-03-06T18:49:31.772Z | Downloaded rand_seeder v0.4.0 |
| 1094 | 2026-03-06T18:49:31.772Z | Downloaded rand_core v0.9.5 |
| 1095 | 2026-03-06T18:49:31.774Z | Downloaded rand_core v0.6.4 |
| 1096 | 2026-03-06T18:49:31.774Z | Downloaded rand_chacha v0.9.0 |
| 1097 | 2026-03-06T18:49:31.774Z | Downloaded pkcs5 v0.7.1 |
| 1098 | 2026-03-06T18:49:31.777Z | Downloaded parking_lot v0.12.5 |
| 1099 | 2026-03-06T18:49:31.780Z | Downloaded hickory-resolver v0.24.4 |
| 1100 | 2026-03-06T18:49:31.783Z | Downloaded parking_lot_core v0.9.12 |
| 1101 | 2026-03-06T18:49:31.786Z | Downloaded parking_lot v0.11.2 |
| 1102 | 2026-03-06T18:49:31.789Z | Downloaded derive_more-impl v2.1.1 |
| 1103 | 2026-03-06T18:49:31.792Z | Downloaded progenitor v0.10.0 |
| 1104 | 2026-03-06T18:49:31.795Z | Downloaded primeorder v0.13.6 |
| 1105 | 2026-03-06T18:49:31.795Z | Downloaded owo-colors v4.3.0 |
| 1106 | 2026-03-06T18:49:31.798Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1107 | 2026-03-06T18:49:31.798Z | Downloaded recursive v0.1.1 |
| 1108 | 2026-03-06T18:49:31.798Z | Downloaded progenitor v0.11.2 |
| 1109 | 2026-03-06T18:49:31.801Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1110 | 2026-03-06T18:49:31.801Z | Downloaded postgres-protocol v0.6.10 |
| 1111 | 2026-03-06T18:49:31.804Z | Downloaded pkg-config v0.3.32 |
| 1112 | 2026-03-06T18:49:31.804Z | Downloaded pkcs8 v0.10.2 |
| 1113 | 2026-03-06T18:49:31.807Z | Downloaded indicatif v0.18.4 |
| 1114 | 2026-03-06T18:49:31.810Z | Downloaded bumpalo v3.20.2 |
| 1115 | 2026-03-06T18:49:31.813Z | Downloaded phf v0.13.1 |
| 1116 | 2026-03-06T18:49:31.813Z | Downloaded paste v1.0.15 |
| 1117 | 2026-03-06T18:49:31.816Z | Downloaded password-hash v0.5.0 |
| 1118 | 2026-03-06T18:49:31.816Z | Downloaded password-hash v0.4.2 |
| 1119 | 2026-03-06T18:49:31.819Z | Downloaded phf v0.12.1 |
| 1120 | 2026-03-06T18:49:31.819Z | Downloaded pem v3.0.6 |
| 1121 | 2026-03-06T18:49:31.819Z | Downloaded num-complex v0.4.6 |
| 1122 | 2026-03-06T18:49:31.822Z | Downloaded bytes v1.11.1 |
| 1123 | 2026-03-06T18:49:31.825Z | Downloaded compact_str v0.8.1 |
| 1124 | 2026-03-06T18:49:31.828Z | Downloaded cc v1.2.56 |
| 1125 | 2026-03-06T18:49:31.831Z | Downloaded peg v0.8.5 |
| 1126 | 2026-03-06T18:49:31.834Z | Downloaded parse-display-derive v0.10.0 |
| 1127 | 2026-03-06T18:49:31.837Z | Downloaded heapless v0.7.17 |
| 1128 | 2026-03-06T18:49:31.840Z | Downloaded progenitor-macro v0.10.0 |
| 1129 | 2026-03-06T18:49:31.840Z | Downloaded packed_struct v0.10.1 |
| 1130 | 2026-03-06T18:49:31.840Z | Downloaded oxnet v0.1.4 |
| 1131 | 2026-03-06T18:49:31.843Z | Downloaded memmap2 v0.9.10 |
| 1132 | 2026-03-06T18:49:31.843Z | Downloaded precomputed-hash v0.1.1 |
| 1133 | 2026-03-06T18:49:31.846Z | Downloaded predicates-core v1.0.10 |
| 1134 | 2026-03-06T18:49:31.846Z | Downloaded litrs v1.0.0 |
| 1135 | 2026-03-06T18:49:31.851Z | Downloaded indexmap v1.9.3 |
| 1136 | 2026-03-06T18:49:31.856Z | Downloaded humantime v2.3.0 |
| 1137 | 2026-03-06T18:49:31.856Z | Downloaded der v0.7.10 |
| 1138 | 2026-03-06T18:49:31.856Z | Downloaded darling_core v0.20.11 |
| 1139 | 2026-03-06T18:49:31.859Z | Downloaded crypto-bigint v0.5.5 |
| 1140 | 2026-03-06T18:49:31.867Z | Downloaded aes v0.8.4 |
| 1141 | 2026-03-06T18:49:31.870Z | Downloaded num_enum_derive v0.7.5 |
| 1142 | 2026-03-06T18:49:31.870Z | Downloaded num_enum v0.7.5 |
| 1143 | 2026-03-06T18:49:31.874Z | Downloaded num_enum v0.5.11 |
| 1144 | 2026-03-06T18:49:31.878Z | Downloaded num-rational v0.4.2 |
| 1145 | 2026-03-06T18:49:31.881Z | Downloaded derive_more v2.1.1 |
| 1146 | 2026-03-06T18:49:31.889Z | Downloaded ar_archive_writer v0.5.1 |
| 1147 | 2026-03-06T18:49:31.892Z | Downloaded darling_core v0.21.3 |
| 1148 | 2026-03-06T18:49:31.896Z | Downloaded phf_shared v0.12.1 |
| 1149 | 2026-03-06T18:49:31.899Z | Downloaded native-tls v0.2.18 |
| 1150 | 2026-03-06T18:49:31.899Z | Downloaded newtype-uuid v1.3.2 |
| 1151 | 2026-03-06T18:49:31.902Z | Downloaded multer v3.1.0 |
| 1152 | 2026-03-06T18:49:31.902Z | Downloaded ipnet v2.11.0 |
| 1153 | 2026-03-06T18:49:31.905Z | Downloaded aho-corasick v1.1.4 |
| 1154 | 2026-03-06T18:49:31.909Z | Downloaded oso-derive v0.27.3 |
| 1155 | 2026-03-06T18:49:31.912Z | Downloaded openssl-macros v0.1.1 |
| 1156 | 2026-03-06T18:49:31.912Z | Downloaded getrandom v0.3.4 |
| 1157 | 2026-03-06T18:49:31.912Z | Downloaded mime_guess v2.0.5 |
| 1158 | 2026-03-06T18:49:31.915Z | Downloaded olpc-cjson v0.1.4 |
| 1159 | 2026-03-06T18:49:31.915Z | Downloaded libsw-core v0.3.2 |
| 1160 | 2026-03-06T18:49:31.915Z | Downloaded libsw v3.5.0 |
| 1161 | 2026-03-06T18:49:31.918Z | Downloaded linear-map v1.2.0 |
| 1162 | 2026-03-06T18:49:31.918Z | Downloaded libloading v0.8.9 |
| 1163 | 2026-03-06T18:49:31.921Z | Downloaded num-iter v0.1.45 |
| 1164 | 2026-03-06T18:49:31.921Z | Downloaded hyper-rustls v0.27.7 |
| 1165 | 2026-03-06T18:49:31.923Z | Downloaded httparse v1.10.1 |
| 1166 | 2026-03-06T18:49:31.926Z | Downloaded num-derive v0.3.3 |
| 1167 | 2026-03-06T18:49:31.926Z | Downloaded nonempty v0.12.0 |
| 1168 | 2026-03-06T18:49:31.929Z | Downloaded newtype_derive v0.1.6 |
| 1169 | 2026-03-06T18:49:31.929Z | Downloaded multimap v0.10.1 |
| 1170 | 2026-03-06T18:49:31.929Z | Downloaded lazy_static v1.5.0 |
| 1171 | 2026-03-06T18:49:31.932Z | Downloaded cookie v0.18.1 |
| 1172 | 2026-03-06T18:49:31.932Z | Downloaded hickory-client v0.25.2 |
| 1173 | 2026-03-06T18:49:31.935Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1174 | 2026-03-06T18:49:31.935Z | Downloaded libefi-sys v0.1.0 |
| 1175 | 2026-03-06T18:49:31.938Z | Downloaded jobserver v0.1.34 |
| 1176 | 2026-03-06T18:49:31.938Z | Downloaded highway v1.3.0 |
| 1177 | 2026-03-06T18:49:31.941Z | Downloaded diesel_derives v2.2.7 |
| 1178 | 2026-03-06T18:49:31.945Z | Downloaded ingot-types v0.1.2 |
| 1179 | 2026-03-06T18:49:31.948Z | Downloaded ingot v0.1.1 |
| 1180 | 2026-03-06T18:49:31.948Z | Downloaded indoc v2.0.7 |
| 1181 | 2026-03-06T18:49:31.951Z | Downloaded half v1.8.3 |
| 1182 | 2026-03-06T18:49:31.951Z | Downloaded match_cfg v0.1.0 |
| 1183 | 2026-03-06T18:49:31.951Z | Downloaded maplit v1.0.2 |
| 1184 | 2026-03-06T18:49:31.954Z | Downloaded managed v0.8.0 |
| 1185 | 2026-03-06T18:49:31.954Z | Downloaded lru-slab v0.1.2 |
| 1186 | 2026-03-06T18:49:31.954Z | Downloaded fatfs v0.3.6 |
| 1187 | 2026-03-06T18:49:31.957Z | Downloaded getrandom v0.2.17 |
| 1188 | 2026-03-06T18:49:31.960Z | Downloaded expectorate v1.2.0 |
| 1189 | 2026-03-06T18:49:31.963Z | Downloaded elliptic-curve v0.13.8 |
| 1190 | 2026-03-06T18:49:31.966Z | Downloaded dropshot_endpoint v0.16.7 |
| 1191 | 2026-03-06T18:49:31.969Z | Downloaded lru-cache v0.1.2 |
| 1192 | 2026-03-06T18:49:31.969Z | Downloaded lru v0.12.5 |
| 1193 | 2026-03-06T18:49:31.971Z | Downloaded lzss v0.8.2 |
| 1194 | 2026-03-06T18:49:31.972Z | Downloaded libscf-sys v1.1.0 |
| 1195 | 2026-03-06T18:49:31.972Z | Downloaded crc-any v2.5.0 |
| 1196 | 2026-03-06T18:49:31.975Z | Downloaded cancel-safe-futures v0.1.5 |
| 1197 | 2026-03-06T18:49:31.978Z | Downloaded hyper-staticfile v0.10.1 |
| 1198 | 2026-03-06T18:49:31.978Z | Downloaded http-body-util v0.1.3 |
| 1199 | 2026-03-06T18:49:31.981Z | Downloaded git-stub-vcs v0.1.0 |
| 1200 | 2026-03-06T18:49:31.981Z | Downloaded fs_extra v1.3.0 |
| 1201 | 2026-03-06T18:49:31.983Z | Downloaded diff v0.1.13 |
| 1202 | 2026-03-06T18:49:31.987Z | Downloaded csv-core v0.1.13 |
| 1203 | 2026-03-06T18:49:31.987Z | Downloaded console v0.16.2 |
| 1204 | 2026-03-06T18:49:31.989Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1205 | 2026-03-06T18:49:31.989Z | Downloaded blake2 v0.10.6 |
| 1206 | 2026-03-06T18:49:31.993Z | Downloaded async-trait v0.1.89 |
| 1207 | 2026-03-06T18:49:31.996Z | Downloaded derive_builder v0.20.2 |
| 1208 | 2026-03-06T18:49:31.998Z | Downloaded darling v0.23.0 |
| 1209 | 2026-03-06T18:49:32.002Z | Downloaded daft v0.1.5 |
| 1210 | 2026-03-06T18:49:32.005Z | Downloaded cargo_toml v0.22.3 |
| 1211 | 2026-03-06T18:49:32.005Z | Downloaded kstat-rs v0.2.4 |
| 1212 | 2026-03-06T18:49:32.008Z | Downloaded corncobs v0.1.4 |
| 1213 | 2026-03-06T18:49:32.008Z | Downloaded bzip2 v0.6.1 |
| 1214 | 2026-03-06T18:49:32.011Z | Downloaded bzip2 v0.4.4 |
| 1215 | 2026-03-06T18:49:32.011Z | Downloaded async-bb8-diesel v0.2.1 |
| 1216 | 2026-03-06T18:49:32.014Z | Downloaded console v0.15.11 |
| 1217 | 2026-03-06T18:49:32.018Z | Downloaded ciborium v0.2.2 |
| 1218 | 2026-03-06T18:49:32.018Z | Downloaded cargo_metadata v0.19.2 |
| 1219 | 2026-03-06T18:49:32.021Z | Downloaded instability v0.3.11 |
| 1220 | 2026-03-06T18:49:32.024Z | Downloaded derive-where v1.6.0 |
| 1221 | 2026-03-06T18:49:32.027Z | Downloaded instant v0.1.13 |
| 1222 | 2026-03-06T18:49:32.027Z | Downloaded globset v0.4.18 |
| 1223 | 2026-03-06T18:49:32.030Z | Downloaded glob v0.3.3 |
| 1224 | 2026-03-06T18:49:32.030Z | Downloaded darling v0.21.3 |
| 1225 | 2026-03-06T18:49:32.034Z | Downloaded cookie_store v0.22.1 |
| 1226 | 2026-03-06T18:49:32.036Z | Downloaded const_format_proc_macros v0.2.34 |
| 1227 | 2026-03-06T18:49:32.039Z | Downloaded const_format v0.2.35 |
| 1228 | 2026-03-06T18:49:32.042Z | Downloaded clang-sys v1.8.1 |
| 1229 | 2026-03-06T18:49:32.045Z | Downloaded bit-vec v0.6.3 |
| 1230 | 2026-03-06T18:49:32.045Z | Downloaded ahash v0.8.12 |
| 1231 | 2026-03-06T18:49:32.048Z | Downloaded daft-derive v0.1.5 |
| 1232 | 2026-03-06T18:49:32.052Z | Downloaded darling v0.20.11 |
| 1233 | 2026-03-06T18:49:32.055Z | Downloaded colored v3.1.1 |
| 1234 | 2026-03-06T18:49:32.058Z | Downloaded colored v2.2.0 |
| 1235 | 2026-03-06T18:49:32.061Z | Downloaded indoc v1.0.9 |
| 1236 | 2026-03-06T18:49:32.064Z | Downloaded bcs v0.1.6 |
| 1237 | 2026-03-06T18:49:32.064Z | Downloaded hubpack_derive v0.1.1 |
| 1238 | 2026-03-06T18:49:32.064Z | Downloaded group v0.13.0 |
| 1239 | 2026-03-06T18:49:32.067Z | Downloaded futures-executor v0.3.32 |
| 1240 | 2026-03-06T18:49:32.067Z | Downloaded deranged v0.5.8 |
| 1241 | 2026-03-06T18:49:32.070Z | Downloaded cmake v0.1.57 |
| 1242 | 2026-03-06T18:49:32.070Z | Downloaded ff v0.13.1 |
| 1243 | 2026-03-06T18:49:32.070Z | Downloaded der_derive v0.7.3 |
| 1244 | 2026-03-06T18:49:32.075Z | Downloaded cpufeatures v0.3.0 |
| 1245 | 2026-03-06T18:49:32.075Z | Downloaded chacha20 v0.9.1 |
| 1246 | 2026-03-06T18:49:32.078Z | Downloaded arrayvec v0.7.6 |
| 1247 | 2026-03-06T18:49:32.078Z | Downloaded httpdate v1.0.3 |
| 1248 | 2026-03-06T18:49:32.078Z | Downloaded hostname v0.3.1 |
| 1249 | 2026-03-06T18:49:32.081Z | Downloaded either v1.15.0 |
| 1250 | 2026-03-06T18:49:32.081Z | Downloaded ecdsa v0.16.9 |
| 1251 | 2026-03-06T18:49:32.081Z | Downloaded cexpr v0.6.0 |
| 1252 | 2026-03-06T18:49:32.084Z | Downloaded cbc v0.1.2 |
| 1253 | 2026-03-06T18:49:32.084Z | Downloaded bitfield-struct v0.6.2 |
| 1254 | 2026-03-06T18:49:32.087Z | Downloaded hostname v0.4.2 |
| 1255 | 2026-03-06T18:49:32.087Z | Downloaded home v0.5.12 |
| 1256 | 2026-03-06T18:49:32.087Z | Downloaded bitflags v1.3.2 |
| 1257 | 2026-03-06T18:49:32.090Z | Downloaded bitfield v0.19.4 |
| 1258 | 2026-03-06T18:49:32.093Z | Downloaded base64ct v1.8.3 |
| 1259 | 2026-03-06T18:49:32.093Z | Downloaded fixedbitset v0.5.7 |
| 1260 | 2026-03-06T18:49:32.096Z | Downloaded blowfish v0.9.1 |
| 1261 | 2026-03-06T18:49:32.096Z | Downloaded bit-vec v0.8.0 |
| 1262 | 2026-03-06T18:49:32.099Z | Downloaded hex v0.4.3 |
| 1263 | 2026-03-06T18:49:32.099Z | Downloaded headers-core v0.3.0 |
| 1264 | 2026-03-06T18:49:32.102Z | Downloaded hash32 v0.3.1 |
| 1265 | 2026-03-06T18:49:32.102Z | Downloaded hash32 v0.2.1 |
| 1266 | 2026-03-06T18:49:32.102Z | Downloaded fxhash v0.2.1 |
| 1267 | 2026-03-06T18:49:32.105Z | Downloaded dirs-sys-next v0.1.2 |
| 1268 | 2026-03-06T18:49:32.105Z | Downloaded futures-core v0.3.32 |
| 1269 | 2026-03-06T18:49:32.105Z | Downloaded foldhash v0.1.5 |
| 1270 | 2026-03-06T18:49:32.108Z | Downloaded float-cmp v0.10.0 |
| 1271 | 2026-03-06T18:49:32.108Z | Downloaded ctr v0.9.2 |
| 1272 | 2026-03-06T18:49:32.111Z | Downloaded chacha20 v0.10.0 |
| 1273 | 2026-03-06T18:49:32.111Z | Downloaded base64 v0.21.7 |
| 1274 | 2026-03-06T18:49:32.114Z | Downloaded futures-task v0.3.32 |
| 1275 | 2026-03-06T18:49:32.116Z | Downloaded convert_case v0.10.0 |
| 1276 | 2026-03-06T18:49:32.117Z | Downloaded argon2 v0.5.3 |
| 1277 | 2026-03-06T18:49:32.119Z | Downloaded ghash v0.5.1 |
| 1278 | 2026-03-06T18:49:32.119Z | Downloaded display-error-chain v0.2.2 |
| 1279 | 2026-03-06T18:49:32.122Z | Downloaded crc-catalog v2.4.0 |
| 1280 | 2026-03-06T18:49:32.122Z | Downloaded ciborium-ll v0.2.2 |
| 1281 | 2026-03-06T18:49:32.122Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1282 | 2026-03-06T18:49:32.123Z | Downloaded castaway v0.2.4 |
| 1283 | 2026-03-06T18:49:32.126Z | Downloaded derive_builder_macro v0.20.2 |
| 1284 | 2026-03-06T18:49:32.126Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1285 | 2026-03-06T18:49:32.126Z | Downloaded env_filter v1.0.0 |
| 1286 | 2026-03-06T18:49:32.128Z | Downloaded ena v0.14.4 |
| 1287 | 2026-03-06T18:49:32.129Z | Downloaded derive-ex v0.1.8 |
| 1288 | 2026-03-06T18:49:32.131Z | Downloaded cargo-platform v0.1.9 |
| 1289 | 2026-03-06T18:49:32.131Z | Downloaded array-init v0.0.4 |
| 1290 | 2026-03-06T18:49:32.131Z | Downloaded dsl_auto_type v0.1.3 |
| 1291 | 2026-03-06T18:49:32.134Z | Downloaded dirs-next v2.0.0 |
| 1292 | 2026-03-06T18:49:32.134Z | Downloaded block-padding v0.3.3 |
| 1293 | 2026-03-06T18:49:32.134Z | Downloaded foreign-types-shared v0.3.1 |
| 1294 | 2026-03-06T18:49:32.134Z | Downloaded embedded-io v0.4.0 |
| 1295 | 2026-03-06T18:49:32.137Z | Downloaded dof v0.4.0 |
| 1296 | 2026-03-06T18:49:32.137Z | Downloaded crunchy v0.2.4 |
| 1297 | 2026-03-06T18:49:32.137Z | Downloaded crc v3.4.0 |
| 1298 | 2026-03-06T18:49:32.140Z | Downloaded bb8 v0.8.6 |
| 1299 | 2026-03-06T18:49:32.140Z | Downloaded cstr-argument v0.1.2 |
| 1300 | 2026-03-06T18:49:32.140Z | Downloaded fd-lock v4.0.4 |
| 1301 | 2026-03-06T18:49:32.143Z | Downloaded dtrace-parser v0.3.0 |
| 1302 | 2026-03-06T18:49:32.143Z | Downloaded cfg_aliases v0.1.1 |
| 1303 | 2026-03-06T18:49:32.146Z | Downloaded bit-set v0.8.0 |
| 1304 | 2026-03-06T18:49:32.146Z | Downloaded embedded-io v0.6.1 |
| 1305 | 2026-03-06T18:49:32.146Z | Downloaded defmt-parser v1.0.0 |
| 1306 | 2026-03-06T18:49:32.149Z | Downloaded darling_macro v0.23.0 |
| 1307 | 2026-03-06T18:49:32.149Z | Downloaded darling_macro v0.21.3 |
| 1308 | 2026-03-06T18:49:32.149Z | Downloaded crc8 v0.1.1 |
| 1309 | 2026-03-06T18:49:32.149Z | Downloaded ed25519 v2.2.3 |
| 1310 | 2026-03-06T18:49:32.152Z | Downloaded defmt-macros v1.0.1 |
| 1311 | 2026-03-06T18:49:32.155Z | Downloaded darling_macro v0.20.11 |
| 1312 | 2026-03-06T18:49:32.155Z | Downloaded cobs v0.3.0 |
| 1313 | 2026-03-06T18:49:32.155Z | Downloaded cfg_aliases v0.2.1 |
| 1314 | 2026-03-06T18:49:32.158Z | Downloaded bit-set v0.5.3 |
| 1315 | 2026-03-06T18:49:32.158Z | Downloaded async-stream-impl v0.3.6 |
| 1316 | 2026-03-06T18:49:32.158Z | Downloaded defmt v1.0.1 |
| 1317 | 2026-03-06T18:49:32.161Z | Downloaded ciborium-io v0.2.2 |
| 1318 | 2026-03-06T18:49:32.161Z | Downloaded bitfield-macros v0.19.4 |
| 1319 | 2026-03-06T18:49:32.164Z | Downloaded async-stream v0.3.6 |
| 1320 | 2026-03-06T18:49:32.164Z | Downloaded ascii-canvas v3.0.0 |
| 1321 | 2026-03-06T18:49:32.164Z | Downloaded arrayref v0.3.9 |
| 1322 | 2026-03-06T18:49:32.167Z | Downloaded drift v0.1.3 |
| 1323 | 2026-03-06T18:49:32.170Z | Downloaded difflib v0.4.0 |
| 1324 | 2026-03-06T18:49:32.173Z | Downloaded derive_more v0.99.20 |
| 1325 | 2026-03-06T18:49:32.176Z | Downloaded cipher v0.4.4 |
| 1326 | 2026-03-06T18:49:32.179Z | Downloaded base16ct v1.0.0 |
| 1327 | 2026-03-06T18:49:32.179Z | Downloaded async-recursion v1.1.1 |
| 1328 | 2026-03-06T18:49:32.182Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 1329 | 2026-03-06T18:49:32.182Z | Downloaded backon v1.6.0 |
| 1330 | 2026-03-06T18:49:32.185Z | Downloaded atty v0.2.14 |
| 1331 | 2026-03-06T18:49:32.188Z | Downloaded diesel-dtrace v0.4.2 |
| 1332 | 2026-03-06T18:49:32.188Z | Downloaded derive_builder_core v0.20.2 |
| 1333 | 2026-03-06T18:49:32.191Z | Downloaded data-encoding v2.10.0 |
| 1334 | 2026-03-06T18:49:32.191Z | Downloaded crossbeam-deque v0.8.6 |
| 1335 | 2026-03-06T18:49:32.191Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1336 | 2026-03-06T18:49:32.194Z | Downloaded aead v0.5.2 |
| 1337 | 2026-03-06T18:49:32.194Z | Downloaded crossbeam-utils v0.8.21 |
| 1338 | 2026-03-06T18:49:32.197Z | Downloaded assert_matches v1.5.0 |
| 1339 | 2026-03-06T18:49:32.197Z | Downloaded backoff v0.4.0 |
| 1340 | 2026-03-06T18:49:32.200Z | Downloaded atomicwrites v0.4.4 |
| 1341 | 2026-03-06T18:49:32.200Z | Downloaded allocator-api2 v0.2.21 |
| 1342 | 2026-03-06T18:49:32.422Z | Downloaded aws-lc-sys v0.37.1 |
| 1343 | 2026-03-06T18:49:32.773Z | Compiling libc v0.2.180 |
| 1344 | 2026-03-06T18:49:32.773Z | Compiling serde v1.0.228 |
| 1345 | 2026-03-06T18:49:32.776Z | Compiling log v0.4.29 |
| 1346 | 2026-03-06T18:49:32.776Z | Compiling find-msvc-tools v0.1.9 |
| 1347 | 2026-03-06T18:49:32.776Z | Compiling shlex v1.3.0 |
| 1348 | 2026-03-06T18:49:32.944Z | Compiling smallvec v1.15.1 |
| 1349 | 2026-03-06T18:49:32.958Z | Compiling syn v2.0.117 |
| 1350 | 2026-03-06T18:49:32.970Z | Compiling typenum v1.19.0 |
| 1351 | 2026-03-06T18:49:33.311Z | Compiling generic-array v0.14.7 |
| 1352 | 2026-03-06T18:49:33.350Z | Compiling subtle v2.6.1 |
| 1353 | 2026-03-06T18:49:33.399Z | Compiling scopeguard v1.2.0 |
| 1354 | 2026-03-06T18:49:33.453Z | Compiling portable-atomic v1.13.1 |
| 1355 | 2026-03-06T18:49:33.553Z | Compiling lock_api v0.4.14 |
| 1356 | 2026-03-06T18:49:33.571Z | Compiling const-oid v0.9.6 |
| 1357 | 2026-03-06T18:49:33.677Z | Compiling critical-section v1.2.0 |
| 1358 | 2026-03-06T18:49:33.738Z | Compiling zerocopy v0.8.40 |
| 1359 | 2026-03-06T18:49:33.873Z | Compiling parking_lot_core v0.9.12 |
| 1360 | 2026-03-06T18:49:33.980Z | Compiling pin-project-lite v0.2.17 |
| 1361 | 2026-03-06T18:49:34.129Z | Compiling serde_json v1.0.149 |
| 1362 | 2026-03-06T18:49:34.321Z | Compiling pkg-config v0.3.32 |
| 1363 | 2026-03-06T18:49:34.641Z | Compiling libm v0.2.16 |
| 1364 | 2026-03-06T18:49:35.135Z | Compiling getrandom v0.2.17 |
| 1365 | 2026-03-06T18:49:35.168Z | Compiling jobserver v0.1.34 |
| 1366 | 2026-03-06T18:49:35.436Z | Compiling rand_core v0.6.4 |
| 1367 | 2026-03-06T18:49:35.559Z | Compiling errno v0.3.14 |
| 1368 | 2026-03-06T18:49:35.716Z | Compiling cc v1.2.56 |
| 1369 | 2026-03-06T18:49:35.744Z | Compiling once_cell v1.21.3 |
| 1370 | 2026-03-06T18:49:35.767Z | Compiling signal-hook-registry v1.4.8 |
| 1371 | 2026-03-06T18:49:36.002Z | Compiling mio v1.1.1 |
| 1372 | 2026-03-06T18:49:36.056Z | Compiling num-traits v0.2.19 |
| 1373 | 2026-03-06T18:49:36.132Z | Compiling bitflags v2.11.0 |
| 1374 | 2026-03-06T18:49:36.320Z | Compiling parking_lot v0.12.5 |
| 1375 | 2026-03-06T18:49:36.351Z | Compiling futures-core v0.3.32 |
| 1376 | 2026-03-06T18:49:36.619Z | Compiling socket2 v0.6.2 |
| 1377 | 2026-03-06T18:49:36.670Z | Compiling percent-encoding v2.3.2 |
| 1378 | 2026-03-06T18:49:37.046Z | Compiling allocator-api2 v0.2.21 |
| 1379 | 2026-03-06T18:49:37.115Z | Compiling cpufeatures v0.2.17 |
| 1380 | 2026-03-06T18:49:37.183Z | Compiling futures-sink v0.3.32 |
| 1381 | 2026-03-06T18:49:37.236Z | Compiling foldhash v0.2.0 |
| 1382 | 2026-03-06T18:49:37.365Z | Compiling futures-channel v0.3.32 |
| 1383 | 2026-03-06T18:49:37.386Z | Compiling getrandom v0.4.1 |
| 1384 | 2026-03-06T18:49:37.527Z | Compiling slab v0.4.12 |
| 1385 | 2026-03-06T18:49:37.649Z | Compiling futures-task v0.3.32 |
| 1386 | 2026-03-06T18:49:37.754Z | Compiling hashbrown v0.16.1 |
| 1387 | 2026-03-06T18:49:37.824Z | Compiling futures-io v0.3.32 |
| 1388 | 2026-03-06T18:49:37.845Z | Compiling rustversion v1.0.22 |
| 1389 | 2026-03-06T18:49:37.947Z | Compiling rand_core v0.10.0 |
| 1390 | 2026-03-06T18:49:38.107Z | Compiling getrandom v0.3.4 |
| 1391 | 2026-03-06T18:49:38.157Z | Compiling cmake v0.1.57 |
| 1392 | 2026-03-06T18:49:39.059Z | Compiling indexmap v2.13.0 |
| 1393 | 2026-03-06T18:49:39.087Z | Compiling form_urlencoded v1.2.2 |
| 1394 | 2026-03-06T18:49:39.406Z | Compiling base64ct v1.8.3 |
| 1395 | 2026-03-06T18:49:39.552Z | Compiling dunce v1.0.5 |
| 1396 | 2026-03-06T18:49:39.552Z | Compiling ident_case v1.0.1 |
| 1397 | 2026-03-06T18:49:39.755Z | Compiling fs_extra v1.3.0 |
| 1398 | 2026-03-06T18:49:39.789Z | Compiling flagset v0.4.7 |
| 1399 | 2026-03-06T18:49:39.892Z | Compiling pem-rfc7468 v0.7.0 |
| 1400 | 2026-03-06T18:49:39.994Z | Compiling rand_core v0.9.5 |
| 1401 | 2026-03-06T18:49:39.997Z | Compiling rustix v1.1.3 |
| 1402 | 2026-03-06T18:49:40.035Z | Compiling iana-time-zone v0.1.65 |
| 1403 | 2026-03-06T18:49:40.295Z | Compiling synstructure v0.13.2 |
| 1404 | 2026-03-06T18:49:40.401Z | Compiling aws-lc-sys v0.37.1 |
| 1405 | 2026-03-06T18:49:40.432Z | Compiling ring v0.17.14 |
| 1406 | 2026-03-06T18:49:40.487Z | Compiling uuid v1.21.0 |
| 1407 | 2026-03-06T18:49:40.506Z | Compiling rustc_version v0.4.1 |
| 1408 | 2026-03-06T18:49:40.531Z | Compiling regex-syntax v0.8.10 |
| 1409 | 2026-03-06T18:49:41.038Z | Compiling vcpkg v0.2.15 |
| 1410 | 2026-03-06T18:49:41.100Z | Compiling aws-lc-rs v1.16.0 |
| 1411 | 2026-03-06T18:49:41.682Z | Compiling tracing-core v0.1.36 |
| 1412 | 2026-03-06T18:49:41.912Z | Compiling crossbeam-utils v0.8.21 |
| 1413 | 2026-03-06T18:49:42.498Z | Compiling pest_generator v2.8.6 |
| 1414 | 2026-03-06T18:49:42.709Z | Compiling openssl-sys v0.9.111 |
| 1415 | 2026-03-06T18:49:42.860Z | Compiling serde_derive_internals v0.29.1 |
| 1416 | 2026-03-06T18:49:43.852Z | Compiling schemars v0.8.22 |
| 1417 | 2026-03-06T18:49:44.085Z | Compiling base64 v0.22.1 |
| 1418 | 2026-03-06T18:49:44.232Z | Compiling untrusted v0.9.0 |
| 1419 | 2026-03-06T18:49:44.439Z | Compiling syn v1.0.109 |
| 1420 | 2026-03-06T18:49:44.497Z | Compiling httparse v1.10.1 |
| 1421 | 2026-03-06T18:49:44.793Z | Compiling untrusted v0.7.1 |
| 1422 | 2026-03-06T18:49:44.844Z | Compiling openssl-probe v0.2.1 |
| 1423 | 2026-03-06T18:49:44.935Z | Compiling serde_derive v1.0.228 |
| 1424 | 2026-03-06T18:49:44.983Z | Compiling zeroize_derive v1.4.3 |
| 1425 | 2026-03-06T18:49:45.031Z | Compiling zerofrom-derive v0.1.6 |
| 1426 | 2026-03-06T18:49:45.148Z | Compiling yoke-derive v0.8.1 |
| 1427 | 2026-03-06T18:49:45.219Z | Compiling zerocopy-derive v0.8.40 |
| 1428 | 2026-03-06T18:49:46.049Z | Compiling zerovec-derive v0.11.2 |
| 1429 | 2026-03-06T18:49:46.287Z | Compiling zeroize v1.8.2 |
| 1430 | 2026-03-06T18:49:47.141Z | Compiling displaydoc v0.2.5 |
| 1431 | 2026-03-06T18:49:47.845Z | Compiling tokio-macros v2.6.0 |
| 1432 | 2026-03-06T18:49:47.990Z | Compiling crypto-common v0.1.7 |
| 1433 | 2026-03-06T18:49:48.221Z | Compiling block-buffer v0.10.4 |
| 1434 | 2026-03-06T18:49:48.265Z | Compiling zerofrom v0.1.6 |
| 1435 | 2026-03-06T18:49:48.507Z | Compiling yoke v0.8.1 |
| 1436 | 2026-03-06T18:49:48.527Z | Compiling digest v0.10.7 |
| 1437 | 2026-03-06T18:49:48.550Z | Compiling futures-macro v0.3.32 |
| 1438 | 2026-03-06T18:49:48.660Z | Compiling block-padding v0.3.3 |
| 1439 | 2026-03-06T18:49:48.859Z | Compiling zerovec v0.11.5 |
| 1440 | 2026-03-06T18:49:48.939Z | Compiling zerotrie v0.2.3 |
| 1441 | 2026-03-06T18:49:48.993Z | Compiling hmac v0.12.1 |
| 1442 | 2026-03-06T18:49:49.273Z | Compiling inout v0.1.4 |
| 1443 | 2026-03-06T18:49:49.338Z | Compiling sha2 v0.10.9 |
| 1444 | 2026-03-06T18:49:49.544Z | Compiling cipher v0.4.4 |
| 1445 | 2026-03-06T18:49:49.572Z | Compiling der_derive v0.7.3 |
| 1446 | 2026-03-06T18:49:50.028Z | Compiling tinystr v0.8.2 |
| 1447 | 2026-03-06T18:49:50.134Z | Compiling potential_utf v0.1.4 |
| 1448 | 2026-03-06T18:49:50.404Z | Compiling icu_locale_core v2.1.1 |
| 1449 | 2026-03-06T18:49:50.425Z | Compiling icu_collections v2.1.1 |
| 1450 | 2026-03-06T18:49:50.425Z | Compiling futures-util v0.3.32 |
| 1451 | 2026-03-06T18:49:51.388Z | Compiling salsa20 v0.10.2 |
| 1452 | 2026-03-06T18:49:51.608Z | Compiling pbkdf2 v0.12.2 |
| 1453 | 2026-03-06T18:49:51.786Z | Compiling thiserror-impl v2.0.18 |
| 1454 | 2026-03-06T18:49:51.789Z | Compiling der v0.7.10 |
| 1455 | 2026-03-06T18:49:52.480Z | Compiling icu_provider v2.1.1 |
| 1456 | 2026-03-06T18:49:52.962Z | Compiling icu_normalizer v2.1.1 |
| 1457 | 2026-03-06T18:49:53.040Z | Compiling icu_properties v2.1.2 |
| 1458 | 2026-03-06T18:49:53.227Z | Compiling bytes v1.11.1 |
| 1459 | 2026-03-06T18:49:54.124Z | Compiling spki v0.7.3 |
| 1460 | 2026-03-06T18:49:54.470Z | Compiling tokio v1.49.0 |
| 1461 | 2026-03-06T18:49:54.586Z | Compiling http v1.4.0 |
| 1462 | 2026-03-06T18:49:54.607Z | Compiling chrono v0.4.44 |
| 1463 | 2026-03-06T18:49:54.811Z | Compiling thiserror v2.0.18 |
| 1464 | 2026-03-06T18:49:54.964Z | Compiling scrypt v0.11.0 |
| 1465 | 2026-03-06T18:49:55.468Z | Compiling idna_adapter v1.2.1 |
| 1466 | 2026-03-06T18:49:55.671Z | Compiling idna v1.1.0 |
| 1467 | 2026-03-06T18:49:55.690Z | Compiling cbc v0.1.2 |
| 1468 | 2026-03-06T18:49:55.694Z | Compiling aes v0.8.4 |
| 1469 | 2026-03-06T18:49:55.927Z | Compiling rustls-pki-types v1.14.0 |
| 1470 | 2026-03-06T18:49:56.376Z | Compiling ppv-lite86 v0.2.21 |
| 1471 | 2026-03-06T18:49:56.678Z | Compiling url v2.5.8 |
| 1472 | 2026-03-06T18:49:56.801Z | Compiling tracing-attributes v0.1.31 |
| 1473 | 2026-03-06T18:49:57.108Z | Compiling rand_chacha v0.9.0 |
| 1474 | 2026-03-06T18:49:57.128Z | Compiling pkcs5 v0.7.1 |
| 1475 | 2026-03-06T18:49:57.777Z | Compiling rand v0.9.2 |
| 1476 | 2026-03-06T18:49:58.174Z | Compiling http-body v1.0.1 |
| 1477 | 2026-03-06T18:49:58.195Z | Compiling pkcs8 v0.10.2 |
| 1478 | 2026-03-06T18:49:58.592Z | Compiling scroll_derive v0.13.1 |
| 1479 | 2026-03-06T18:49:58.667Z | Compiling pest_derive v2.8.6 |
| 1480 | 2026-03-06T18:49:58.770Z | Compiling schemars_derive v0.8.22 |
| 1481 | 2026-03-06T18:49:59.492Z | Compiling darling_core v0.20.11 |
| 1482 | 2026-03-06T18:49:59.955Z | Compiling tracing v0.1.44 |
| 1483 | 2026-03-06T18:50:00.395Z | Compiling tower-layer v0.3.3 |
| 1484 | 2026-03-06T18:50:00.469Z | Compiling atomic-waker v1.1.2 |
| 1485 | 2026-03-06T18:50:00.558Z | Compiling try-lock v0.2.5 |
| 1486 | 2026-03-06T18:50:00.661Z | Compiling dyn-clone v1.0.20 |
| 1487 | 2026-03-06T18:50:00.695Z | Compiling tinyvec_macros v0.1.1 |
| 1488 | 2026-03-06T18:50:00.735Z | Compiling rustls v0.23.37 |
| 1489 | 2026-03-06T18:50:00.797Z | Compiling tower-service v0.3.3 |
| 1490 | 2026-03-06T18:50:00.888Z | Compiling tinyvec v1.10.0 |
| 1491 | 2026-03-06T18:50:00.944Z | Compiling want v0.3.1 |
| 1492 | 2026-03-06T18:50:01.032Z | Compiling scroll v0.13.0 |
| 1493 | 2026-03-06T18:50:01.601Z | Compiling ipnet v2.11.0 |
| 1494 | 2026-03-06T18:50:02.135Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1495 | 2026-03-06T18:50:02.473Z | Compiling spin v0.9.8 |
| 1496 | 2026-03-06T18:50:02.687Z | Compiling tokio-util v0.7.18 |
| 1497 | 2026-03-06T18:50:02.862Z | Compiling aho-corasick v1.1.4 |
| 1498 | 2026-03-06T18:50:02.882Z | Compiling num-conv v0.2.0 |
| 1499 | 2026-03-06T18:50:03.141Z | Compiling foreign-types-shared v0.1.1 |
| 1500 | 2026-03-06T18:50:03.259Z | Compiling time-core v0.1.8 |
| 1501 | 2026-03-06T18:50:03.590Z | Compiling powerfmt v0.2.0 |
| 1502 | 2026-03-06T18:50:03.984Z | Compiling openssl v0.10.75 |
| 1503 | 2026-03-06T18:50:04.447Z | Compiling h2 v0.4.13 |
| 1504 | 2026-03-06T18:50:04.810Z | Compiling httpdate v1.0.3 |
| 1505 | 2026-03-06T18:50:05.121Z | Compiling darling_macro v0.20.11 |
| 1506 | 2026-03-06T18:50:05.124Z | Compiling crc32fast v1.5.0 |
| 1507 | 2026-03-06T18:50:05.247Z | Compiling pin-utils v0.1.0 |
| 1508 | 2026-03-06T18:50:05.353Z | Compiling regex-automata v0.4.14 |
| 1509 | 2026-03-06T18:50:05.705Z | Compiling deranged v0.5.8 |
| 1510 | 2026-03-06T18:50:05.977Z | Compiling darling v0.20.11 |
| 1511 | 2026-03-06T18:50:06.105Z | Compiling time-macros v0.2.27 |
| 1512 | 2026-03-06T18:50:06.970Z | Compiling tempfile v3.25.0 |
| 1513 | 2026-03-06T18:50:07.570Z | Compiling foreign-types v0.3.2 |
| 1514 | 2026-03-06T18:50:07.721Z | Compiling goblin v0.10.5 |
| 1515 | 2026-03-06T18:50:08.252Z | Compiling openssl-macros v0.1.1 |
| 1516 | 2026-03-06T18:50:08.598Z | Compiling thiserror-impl v1.0.69 |
| 1517 | 2026-03-06T18:50:10.200Z | Compiling wait-timeout v0.2.1 |
| 1518 | 2026-03-06T18:50:10.707Z | Compiling either v1.15.0 |
| 1519 | 2026-03-06T18:50:11.072Z | Compiling usdt-impl v0.6.0 |
| 1520 | 2026-03-06T18:50:11.353Z | Compiling hyper v1.8.1 |
| 1521 | 2026-03-06T18:50:11.358Z | Compiling simd-adler32 v0.3.8 |
| 1522 | 2026-03-06T18:50:11.441Z | Compiling native-tls v0.2.18 |
| 1523 | 2026-03-06T18:50:11.793Z | Compiling bit-vec v0.8.0 |
| 1524 | 2026-03-06T18:50:11.886Z | Compiling num_threads v0.1.7 |
| 1525 | 2026-03-06T18:50:12.027Z | Compiling siphasher v1.0.2 |
| 1526 | 2026-03-06T18:50:12.225Z | Compiling quick-error v1.2.3 |
| 1527 | 2026-03-06T18:50:12.382Z | Compiling rusty-fork v0.3.1 |
| 1528 | 2026-03-06T18:50:12.414Z | Compiling bit-set v0.8.0 |
| 1529 | 2026-03-06T18:50:12.710Z | Compiling time v0.3.47 |
| 1530 | 2026-03-06T18:50:13.105Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-03-06T18:50:13.430Z | Compiling derive_builder_core v0.20.2 |
| 1532 | 2026-03-06T18:50:14.759Z | Compiling dof v0.4.0 |
| 1533 | 2026-03-06T18:50:15.296Z | Compiling hyper-util v0.1.20 |
| 1534 | 2026-03-06T18:50:15.857Z | Compiling unicode-normalization v0.1.25 |
| 1535 | 2026-03-06T18:50:16.583Z | Compiling crossbeam-epoch v0.9.18 |
| 1536 | 2026-03-06T18:50:16.776Z | Compiling dtrace-parser v0.3.0 |
| 1537 | 2026-03-06T18:50:17.268Z | Compiling rustls-native-certs v0.8.3 |
| 1538 | 2026-03-06T18:50:17.864Z | Compiling signature v2.2.0 |
| 1539 | 2026-03-06T18:50:17.896Z | Compiling scroll_derive v0.12.1 |
| 1540 | 2026-03-06T18:50:18.089Z | Compiling heapless v0.7.17 |
| 1541 | 2026-03-06T18:50:18.142Z | Compiling rand_xorshift v0.4.0 |
| 1542 | 2026-03-06T18:50:18.413Z | Compiling darling_core v0.21.3 |
| 1543 | 2026-03-06T18:50:18.519Z | Compiling slog v2.8.2 |
| 1544 | 2026-03-06T18:50:18.550Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1545 | 2026-03-06T18:50:18.854Z | Compiling sync_wrapper v1.0.2 |
| 1546 | 2026-03-06T18:50:18.883Z | Compiling thread-id v5.1.0 |
| 1547 | 2026-03-06T18:50:19.006Z | Compiling cookie v0.18.1 |
| 1548 | 2026-03-06T18:50:19.027Z | Compiling adler2 v2.0.1 |
| 1549 | 2026-03-06T18:50:19.049Z | Compiling unicode-segmentation v1.12.0 |
| 1550 | 2026-03-06T18:50:19.229Z | Compiling paste v1.0.15 |
| 1551 | 2026-03-06T18:50:19.252Z | Compiling signal-hook v0.3.18 |
| 1552 | 2026-03-06T18:50:19.303Z | Compiling zstd-safe v7.2.4 |
| 1553 | 2026-03-06T18:50:19.554Z | Compiling unicode-properties v0.1.4 |
| 1554 | 2026-03-06T18:50:19.632Z | Compiling rayon-core v1.13.0 |
| 1555 | 2026-03-06T18:50:19.741Z | Compiling anyhow v1.0.102 |
| 1556 | 2026-03-06T18:50:19.792Z | Compiling unarray v0.1.4 |
| 1557 | 2026-03-06T18:50:19.963Z | Compiling unicode-bidi v0.3.18 |
| 1558 | 2026-03-06T18:50:19.966Z | Compiling proptest v1.10.0 |
| 1559 | 2026-03-06T18:50:20.207Z | Compiling scroll v0.12.0 |
| 1560 | 2026-03-06T18:50:20.397Z | Compiling miniz_oxide v0.8.9 |
| 1561 | 2026-03-06T18:50:20.670Z | Compiling stringprep v0.1.5 |
| 1562 | 2026-03-06T18:50:21.128Z | Compiling tower v0.5.3 |
| 1563 | 2026-03-06T18:50:21.836Z | Compiling crossbeam-deque v0.8.6 |
| 1564 | 2026-03-06T18:50:22.029Z | Compiling derive_builder_macro v0.20.2 |
| 1565 | 2026-03-06T18:50:22.124Z | Compiling ipnetwork v0.21.1 |
| 1566 | 2026-03-06T18:50:22.144Z | Compiling http-body-util v0.1.3 |
| 1567 | 2026-03-06T18:50:22.320Z | Compiling rand_chacha v0.3.1 |
| 1568 | 2026-03-06T18:50:22.580Z | Compiling webpki-roots v1.0.6 |
| 1569 | 2026-03-06T18:50:22.716Z | Compiling serde_tokenstream v0.2.3 |
| 1570 | 2026-03-06T18:50:22.796Z | Compiling toml_datetime v0.6.11 |
| 1571 | 2026-03-06T18:50:22.818Z | Compiling serde_spanned v0.6.9 |
| 1572 | 2026-03-06T18:50:22.906Z | Compiling erased-serde v0.3.31 |
| 1573 | 2026-03-06T18:50:23.042Z | Compiling md-5 v0.10.6 |
| 1574 | 2026-03-06T18:50:23.250Z | Compiling zerocopy-derive v0.7.35 |
| 1575 | 2026-03-06T18:50:23.321Z | Compiling curve25519-dalek v4.1.3 |
| 1576 | 2026-03-06T18:50:23.324Z | Compiling num-integer v0.1.46 |
| 1577 | 2026-03-06T18:50:23.986Z | Compiling vergen-lib v0.1.6 |
| 1578 | 2026-03-06T18:50:24.032Z | Compiling hash32 v0.2.1 |
| 1579 | 2026-03-06T18:50:24.126Z | Compiling ff v0.13.1 |
| 1580 | 2026-03-06T18:50:24.212Z | Compiling ref-cast v1.0.25 |
| 1581 | 2026-03-06T18:50:24.292Z | Compiling litrs v1.0.0 |
| 1582 | 2026-03-06T18:50:24.366Z | Compiling base16ct v0.2.0 |
| 1583 | 2026-03-06T18:50:24.394Z | Compiling num-bigint-dig v0.8.6 |
| 1584 | 2026-03-06T18:50:24.623Z | Compiling darling_macro v0.21.3 |
| 1585 | 2026-03-06T18:50:24.691Z | Compiling iri-string v0.7.10 |
| 1586 | 2026-03-06T18:50:24.764Z | Compiling smoltcp v0.9.1 |
| 1587 | 2026-03-06T18:50:24.825Z | Compiling ryu v1.0.23 |
| 1588 | 2026-03-06T18:50:25.152Z | Compiling rustix v0.38.44 |
| 1589 | 2026-03-06T18:50:25.174Z | Compiling psl-types v2.0.11 |
| 1590 | 2026-03-06T18:50:25.370Z | Compiling zlib-rs v0.6.2 |
| 1591 | 2026-03-06T18:50:25.373Z | Compiling fallible-iterator v0.2.0 |
| 1592 | 2026-03-06T18:50:25.413Z | Compiling document-features v0.2.12 |
| 1593 | 2026-03-06T18:50:25.499Z | Compiling darling v0.21.3 |
| 1594 | 2026-03-06T18:50:25.622Z | Compiling newtype-uuid v1.3.2 |
| 1595 | 2026-03-06T18:50:25.969Z | Compiling postgres-protocol v0.6.10 |
| 1596 | 2026-03-06T18:50:26.003Z | Compiling publicsuffix v2.3.0 |
| 1597 | 2026-03-06T18:50:26.263Z | Compiling zerocopy v0.7.35 |
| 1598 | 2026-03-06T18:50:26.308Z | Compiling serde_urlencoded v0.7.1 |
| 1599 | 2026-03-06T18:50:26.737Z | Compiling sec1 v0.7.3 |
| 1600 | 2026-03-06T18:50:27.080Z | Compiling group v0.13.0 |
| 1601 | 2026-03-06T18:50:27.423Z | Compiling num-iter v0.1.45 |
| 1602 | 2026-03-06T18:50:27.617Z | Compiling tower-http v0.6.8 |
| 1603 | 2026-03-06T18:50:27.646Z | Compiling derive_builder v0.20.2 |
| 1604 | 2026-03-06T18:50:27.836Z | Compiling rand v0.8.5 |
| 1605 | 2026-03-06T18:50:27.858Z | Compiling oxnet v0.1.4 |
| 1606 | 2026-03-06T18:50:28.165Z | Compiling proc-macro-error v1.0.4 |
| 1607 | 2026-03-06T18:50:28.497Z | Compiling tokio-native-tls v0.3.1 |
| 1608 | 2026-03-06T18:50:28.773Z | Compiling goblin v0.8.2 |
| 1609 | 2026-03-06T18:50:29.866Z | Compiling heck v0.4.1 |
| 1610 | 2026-03-06T18:50:29.957Z | Compiling phf_shared v0.13.1 |
| 1611 | 2026-03-06T18:50:30.228Z | Compiling hubpack_derive v0.1.1 |
| 1612 | 2026-03-06T18:50:30.285Z | Compiling regex v1.12.3 |
| 1613 | 2026-03-06T18:50:30.501Z | Compiling lazy_static v1.5.0 |
| 1614 | 2026-03-06T18:50:30.648Z | Compiling cargo-platform v0.1.9 |
| 1615 | 2026-03-06T18:50:30.744Z | Compiling hkdf v0.12.4 |
| 1616 | 2026-03-06T18:50:31.022Z | Compiling crypto-bigint v0.5.5 |
| 1617 | 2026-03-06T18:50:31.120Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1618 | 2026-03-06T18:50:31.123Z | Compiling async-trait v0.1.89 |
| 1619 | 2026-03-06T18:50:31.175Z | Compiling strum_macros v0.27.2 |
| 1620 | 2026-03-06T18:50:32.404Z | Compiling flate2 v1.1.9 |
| 1621 | 2026-03-06T18:50:32.474Z | Compiling daft-derive v0.1.5 |
| 1622 | 2026-03-06T18:50:33.289Z | Compiling ref-cast-impl v1.0.25 |
| 1623 | 2026-03-06T18:50:33.500Z | Compiling terminal_size v0.4.3 |
| 1624 | 2026-03-06T18:50:33.713Z | Compiling vergen v9.0.6 |
| 1625 | 2026-03-06T18:50:33.978Z | Compiling fs-err v3.3.0 |
| 1626 | 2026-03-06T18:50:34.045Z | Compiling ahash v0.8.12 |
| 1627 | 2026-03-06T18:50:34.319Z | Compiling foldhash v0.1.5 |
| 1628 | 2026-03-06T18:50:34.398Z | Compiling object v0.37.3 |
| 1629 | 2026-03-06T18:50:34.421Z | Compiling bumpalo v3.20.2 |
| 1630 | 2026-03-06T18:50:34.633Z | Compiling bitflags v1.3.2 |
| 1631 | 2026-03-06T18:50:34.758Z | Compiling winnow v0.5.40 |
| 1632 | 2026-03-06T18:50:34.951Z | Compiling managed v0.8.0 |
| 1633 | 2026-03-06T18:50:34.974Z | Compiling libbz2-rs-sys v0.2.2 |
| 1634 | 2026-03-06T18:50:35.869Z | Compiling strum v0.27.2 |
| 1635 | 2026-03-06T18:50:36.075Z | Compiling bzip2 v0.6.1 |
| 1636 | 2026-03-06T18:50:36.531Z | Compiling zopfli v0.8.3 |
| 1637 | 2026-03-06T18:50:36.554Z | Compiling hashbrown v0.15.5 |
| 1638 | 2026-03-06T18:50:36.769Z | Compiling console v0.16.2 |
| 1639 | 2026-03-06T18:50:37.445Z | Compiling clap_builder v4.5.60 |
| 1640 | 2026-03-06T18:50:37.717Z | Compiling dof v0.3.0 |
| 1641 | 2026-03-06T18:50:37.819Z | Compiling daft v0.1.5 |
| 1642 | 2026-03-06T18:50:37.996Z | Compiling toml_edit v0.19.15 |
| 1643 | 2026-03-06T18:50:38.017Z | Compiling elliptic-curve v0.13.8 |
| 1644 | 2026-03-06T18:50:38.356Z | Compiling hubpack v0.1.2 |
| 1645 | 2026-03-06T18:50:38.799Z | Compiling cargo_metadata v0.19.2 |
| 1646 | 2026-03-06T18:50:39.491Z | Compiling phf v0.13.1 |
| 1647 | 2026-03-06T18:50:39.822Z | Compiling zone_cfg_derive v0.3.1 |
| 1648 | 2026-03-06T18:50:41.145Z | Compiling signal-hook-mio v0.2.5 |
| 1649 | 2026-03-06T18:50:41.331Z | Compiling cookie_store v0.22.1 |
| 1650 | 2026-03-06T18:50:42.099Z | Compiling rayon v1.11.0 |
| 1651 | 2026-03-06T18:50:43.538Z | Compiling zstd v0.13.3 |
| 1652 | 2026-03-06T18:50:44.073Z | Compiling hyper-tls v0.6.0 |
| 1653 | 2026-03-06T18:50:44.480Z | Compiling bzip2 v0.4.4 |
| 1654 | 2026-03-06T18:50:44.639Z | Compiling postgres-types v0.2.12 |
| 1655 | 2026-03-06T18:50:44.962Z | Compiling serde_with_macros v3.17.0 |
| 1656 | 2026-03-06T18:50:45.484Z | Compiling usdt-macro v0.6.0 |
| 1657 | 2026-03-06T18:50:45.911Z | Compiling usdt-attr-macro v0.6.0 |
| 1658 | 2026-03-06T18:50:46.124Z | Compiling ed25519 v2.2.3 |
| 1659 | 2026-03-06T18:50:46.303Z | Compiling dtrace-parser v0.2.0 |
| 1660 | 2026-03-06T18:50:46.921Z | Compiling phf_shared v0.11.3 |
| 1661 | 2026-03-06T18:50:47.308Z | Compiling itertools v0.12.1 |
| 1662 | 2026-03-06T18:50:47.444Z | Compiling bstr v1.12.1 |
| 1663 | 2026-03-06T18:50:47.482Z | Compiling pkcs1 v0.7.5 |
| 1664 | 2026-03-06T18:50:47.653Z | Compiling serde-big-array v0.5.1 |
| 1665 | 2026-03-06T18:50:47.899Z | Compiling hex v0.4.3 |
| 1666 | 2026-03-06T18:50:48.107Z | Compiling rfc6979 v0.4.0 |
| 1667 | 2026-03-06T18:50:48.135Z | Compiling serde_repr v0.1.20 |
| 1668 | 2026-03-06T18:50:48.322Z | Compiling strum_macros v0.26.4 |
| 1669 | 2026-03-06T18:50:48.367Z | Compiling clap_derive v4.5.55 |
| 1670 | 2026-03-06T18:50:48.467Z | Compiling enum-as-inner v0.6.1 |
| 1671 | 2026-03-06T18:50:48.947Z | Compiling float-cmp v0.10.0 |
| 1672 | 2026-03-06T18:50:49.191Z | Compiling thread-id v4.2.2 |
| 1673 | 2026-03-06T18:50:49.213Z | Compiling memmap2 v0.9.10 |
| 1674 | 2026-03-06T18:50:49.324Z | Compiling env_filter v1.0.0 |
| 1675 | 2026-03-06T18:50:49.510Z | Compiling encoding_rs v0.8.35 |
| 1676 | 2026-03-06T18:50:49.613Z | Compiling keccak v0.1.6 |
| 1677 | 2026-03-06T18:50:49.996Z | Compiling difflib v0.4.0 |
| 1678 | 2026-03-06T18:50:50.136Z | Compiling data-encoding v2.10.0 |
| 1679 | 2026-03-06T18:50:51.283Z | Compiling unit-prefix v0.5.2 |
| 1680 | 2026-03-06T18:50:51.527Z | Compiling whoami v2.1.0 |
| 1681 | 2026-03-06T18:50:51.890Z | Compiling rustc-hash v2.1.1 |
| 1682 | 2026-03-06T18:50:51.920Z | Compiling fixedbitset v0.5.7 |
| 1683 | 2026-03-06T18:50:52.041Z | Compiling normalize-line-endings v0.3.0 |
| 1684 | 2026-03-06T18:50:52.091Z | Compiling precomputed-hash v0.1.1 |
| 1685 | 2026-03-06T18:50:52.181Z | Compiling predicates-core v1.0.10 |
| 1686 | 2026-03-06T18:50:52.220Z | Compiling new_debug_unreachable v1.0.6 |
| 1687 | 2026-03-06T18:50:52.309Z | Compiling jiff v0.2.21 |
| 1688 | 2026-03-06T18:50:52.333Z | Compiling mime v0.3.17 |
| 1689 | 2026-03-06T18:50:52.501Z | Compiling static_assertions v1.1.0 |
| 1690 | 2026-03-06T18:50:52.523Z | Compiling fixedbitset v0.4.2 |
| 1691 | 2026-03-06T18:50:52.589Z | Compiling strum v0.26.3 |
| 1692 | 2026-03-06T18:50:52.613Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1693 | 2026-03-06T18:50:52.616Z | Compiling clap v4.5.60 |
| 1694 | 2026-03-06T18:50:52.735Z | Compiling predicates v3.1.4 |
| 1695 | 2026-03-06T18:50:52.780Z | Compiling string_cache v0.8.9 |
| 1696 | 2026-03-06T18:50:52.833Z | Compiling petgraph v0.6.5 |
| 1697 | 2026-03-06T18:50:52.948Z | Compiling petgraph v0.8.3 |
| 1698 | 2026-03-06T18:50:53.198Z | Compiling iddqd v0.3.17 |
| 1699 | 2026-03-06T18:50:53.201Z | Compiling tokio-postgres v0.7.16 |
| 1700 | 2026-03-06T18:50:54.180Z | Compiling toml_edit v0.22.27 |
| 1701 | 2026-03-06T18:50:55.758Z | Compiling indicatif v0.18.4 |
| 1702 | 2026-03-06T18:50:56.350Z | Compiling hickory-proto v0.25.2 |
| 1703 | 2026-03-06T18:50:57.698Z | Compiling zone v0.3.1 |
| 1704 | 2026-03-06T18:50:57.718Z | Compiling sha3 v0.10.8 |
| 1705 | 2026-03-06T18:50:58.380Z | Compiling env_logger v0.11.9 |
| 1706 | 2026-03-06T18:50:58.789Z | Compiling zip v4.6.1 |
| 1707 | 2026-03-06T18:50:59.117Z | Compiling usdt v0.6.0 |
| 1708 | 2026-03-06T18:50:59.237Z | Compiling usdt-impl v0.5.0 |
| 1709 | 2026-03-06T18:50:59.333Z | Compiling similar v2.7.0 |
| 1710 | 2026-03-06T18:50:59.589Z | Compiling serde_with v3.17.0 |
| 1711 | 2026-03-06T18:51:00.534Z | Compiling ecdsa v0.16.9 |
| 1712 | 2026-03-06T18:51:00.919Z | Compiling rsa v0.9.10 |
| 1713 | 2026-03-06T18:51:01.127Z | Compiling crossterm v0.28.1 |
| 1714 | 2026-03-06T18:51:01.336Z | Compiling ed25519-dalek v2.2.0 |
| 1715 | 2026-03-06T18:51:01.409Z | Compiling zip v0.6.6 |
| 1716 | 2026-03-06T18:51:02.689Z | Compiling toml v0.7.8 |
| 1717 | 2026-03-06T18:51:03.819Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1718 | 2026-03-06T18:51:03.845Z | Compiling itertools v0.13.0 |
| 1719 | 2026-03-06T18:51:04.109Z | Compiling tokio-stream v0.1.18 |
| 1720 | 2026-03-06T18:51:04.197Z | Compiling buf-list v1.1.2 |
| 1721 | 2026-03-06T18:51:04.736Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1722 | 2026-03-06T18:51:05.122Z | Compiling x509-cert v0.2.5 |
| 1723 | 2026-03-06T18:51:05.309Z | Compiling openapiv3 v2.2.0 |
| 1724 | 2026-03-06T18:51:05.435Z | Compiling sha1 v0.10.6 |
| 1725 | 2026-03-06T18:51:05.862Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1726 | 2026-03-06T18:51:06.455Z | Compiling lalrpop-util v0.19.12 |
| 1727 | 2026-03-06T18:51:06.766Z | Compiling peg-runtime v0.8.5 |
| 1728 | 2026-03-06T18:51:06.821Z | Compiling thread_local v1.1.9 |
| 1729 | 2026-03-06T18:51:07.306Z | Compiling slog-async v2.8.0 |
| 1730 | 2026-03-06T18:51:07.327Z | Compiling crossbeam-channel v0.5.15 |
| 1731 | 2026-03-06T18:51:07.662Z | Compiling futures-executor v0.3.32 |
| 1732 | 2026-03-06T18:51:07.893Z | Compiling is-terminal v0.4.17 |
| 1733 | 2026-03-06T18:51:08.039Z | Compiling filetime v0.2.27 |
| 1734 | 2026-03-06T18:51:08.155Z | Compiling xattr v1.6.1 |
| 1735 | 2026-03-06T18:51:08.296Z | Compiling take_mut v0.2.2 |
| 1736 | 2026-03-06T18:51:08.354Z | Compiling term v1.2.1 |
| 1737 | 2026-03-06T18:51:08.479Z | Compiling tar v0.4.44 |
| 1738 | 2026-03-06T18:51:08.504Z | Compiling futures v0.3.32 |
| 1739 | 2026-03-06T18:51:09.114Z | Compiling slog-term v2.9.2 |
| 1740 | 2026-03-06T18:51:17.943Z | Compiling rustls-webpki v0.103.9 |
| 1741 | 2026-03-06T18:51:22.813Z | Compiling tokio-rustls v0.26.4 |
| 1742 | 2026-03-06T18:51:22.813Z | Compiling rustls-platform-verifier v0.6.2 |
| 1743 | 2026-03-06T18:51:23.188Z | Compiling hyper-rustls v0.27.7 |
| 1744 | 2026-03-06T18:51:23.547Z | Compiling reqwest v0.12.28 |
| 1745 | 2026-03-06T18:51:23.547Z | Compiling reqwest v0.13.2 |
| 1746 | 2026-03-06T18:51:27.740Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1747 | 2026-03-06T18:51:28.036Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1748 | 2026-03-06T18:51:32.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
| 1749 | 2026-03-06T18:51:32.605Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1750 | 2026-03-06T18:51:32.635Z | Mar 06 18:51:31.328 INFO Starting download, target: Clickhouse |
| 1751 | 2026-03-06T18:51:32.635Z | Mar 06 18:51:31.328 INFO Starting download, target: Cockroach |
| 1752 | 2026-03-06T18:51:32.635Z | Mar 06 18:51:31.328 INFO Starting download, target: Console |
| 1753 | 2026-03-06T18:51:32.635Z | Mar 06 18:51:31.328 INFO Starting download, target: DendriteStub |
| 1754 | 2026-03-06T18:51:32.638Z | Mar 06 18:51:31.329 INFO Starting download, target: MaghemiteMgd |
| 1755 | 2026-03-06T18:51:32.638Z | Mar 06 18:51:31.329 INFO Starting download, target: TransceiverControl |
| 1756 | 2026-03-06T18:51:32.638Z | Mar 06 18:51:31.329 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1757 | 2026-03-06T18:51:32.638Z | Mar 06 18:51:31.329 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1758 | 2026-03-06T18:51:32.638Z | Mar 06 18:51:31.329 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1759 | 2026-03-06T18:51:32.638Z | Mar 06 18:51:31.329 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1760 | 2026-03-06T18:51:32.638Z | Mar 06 18:51:31.329 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1761 | 2026-03-06T18:51:32.638Z | Mar 06 18:51:31.329 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1762 | 2026-03-06T18:51:33.259Z | Mar 06 18:51:31.944 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1763 | 2026-03-06T18:51:33.732Z | Mar 06 18:51:32.426 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1764 | 2026-03-06T18:51:33.821Z | Mar 06 18:51:32.512 INFO Download complete, target: TransceiverControl |
| 1765 | 2026-03-06T18:51:34.302Z | Mar 06 18:51:32.996 INFO Download complete, target: Console |
| 1766 | 2026-03-06T18:51:34.906Z | Mar 06 18:51:33.600 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1767 | 2026-03-06T18:51:34.937Z | Mar 06 18:51:33.632 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1768 | 2026-03-06T18:51:35.203Z | Mar 06 18:51:33.898 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1769 | 2026-03-06T18:51:35.203Z | Mar 06 18:51:33.898 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1770 | 2026-03-06T18:51:35.437Z | Mar 06 18:51:34.130 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1771 | 2026-03-06T18:51:40.026Z | Mar 06 18:51:38.719 INFO Download complete, target: DendriteStub |
| 1772 | 2026-03-06T18:51:40.059Z | Mar 06 18:51:38.753 INFO Download complete, target: MaghemiteMgd |
| 1773 | 2026-03-06T18:51:45.686Z | Mar 06 18:51:44.380 INFO Checking that binary works, target: Cockroach |
| 1774 | 2026-03-06T18:51:45.822Z | Mar 06 18:51:44.516 INFO Download complete, target: Cockroach |
| 1775 | 2026-03-06T18:51:50.095Z | Mar 06 18:51:48.787 INFO Checking that binary works, target: Clickhouse |
| 1776 | 2026-03-06T18:51:50.257Z | Mar 06 18:51:48.950 INFO Download complete, target: Clickhouse |
| 1777 | 2026-03-06T18:51:50.277Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1778 | 2026-03-06T18:51:50.280Z | |
| 1779 | 2026-03-06T18:51:50.280Z | real 5:14.094514535 |
| 1780 | 2026-03-06T18:51:50.280Z | user 16:51.270091213 |
| 1781 | 2026-03-06T18:51:50.280Z | sys 2:23.317977108 |
| 1782 | 2026-03-06T18:51:50.280Z | trap 0.609978471 |
| 1783 | 2026-03-06T18:51:50.280Z | tflt 0.755810691 |
| 1784 | 2026-03-06T18:51:50.281Z | dflt 0.690175497 |
| 1785 | 2026-03-06T18:51:50.281Z | kflt 0.026375270 |
| 1786 | 2026-03-06T18:51:50.281Z | lock 38:56.231218751 |
| 1787 | 2026-03-06T18:51:50.281Z | slp 1:01:48.752631840 |
| 1788 | 2026-03-06T18:51:50.281Z | lat 1:07.792945758 |
| 1789 | 2026-03-06T18:51:50.281Z | stop 3:00.466947397 |
| 1790 | 2026-03-06T18:51:50.281Z | + banner clippy |
| 1791 | 2026-03-06T18:51:50.285Z | |
| 1792 | 2026-03-06T18:51:50.285Z | #### # # ##### ##### # # |
| 1793 | 2026-03-06T18:51:50.285Z | # # # # # # # # # # |
| 1794 | 2026-03-06T18:51:50.285Z | # # # # # # # # |
| 1795 | 2026-03-06T18:51:50.285Z | # # # ##### ##### # |
| 1796 | 2026-03-06T18:51:50.285Z | # # # # # # # |
| 1797 | 2026-03-06T18:51:50.285Z | #### ###### # # # # |
| 1798 | 2026-03-06T18:51:50.285Z | |
| 1799 | 2026-03-06T18:51:50.285Z | + export CARGO_INCREMENTAL=0 |
| 1800 | 2026-03-06T18:51:50.285Z | + CARGO_INCREMENTAL=0 |
| 1801 | 2026-03-06T18:51:50.285Z | + ptime -m cargo xtask clippy |
| 1802 | 2026-03-06T18:51:51.066Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1803 | 2026-03-06T18:51:51.361Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1804 | 2026-03-06T18:51:54.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
| 1805 | 2026-03-06T18:51:54.417Z | Running `target/debug/xtask clippy` |
| 1806 | 2026-03-06T18:51:54.441Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1807 | 2026-03-06T18:51:55.326Z | Downloading crates ... |
| 1808 | 2026-03-06T18:51:55.630Z | Downloaded assert_cmd v2.1.2 |
| 1809 | 2026-03-06T18:51:55.637Z | Downloaded serde_regex v1.1.0 |
| 1810 | 2026-03-06T18:51:55.640Z | Downloaded trybuild v1.0.116 |
| 1811 | 2026-03-06T18:51:55.643Z | Downloaded addr2line v0.25.1 |
| 1812 | 2026-03-06T18:51:55.653Z | Downloaded event-listener-strategy v0.5.4 |
| 1813 | 2026-03-06T18:51:55.662Z | Downloaded escape8259 v0.5.3 |
| 1814 | 2026-03-06T18:51:55.666Z | Downloaded similar-asserts v1.7.0 |
| 1815 | 2026-03-06T18:51:55.669Z | Downloaded nested v0.1.1 |
| 1816 | 2026-03-06T18:51:55.673Z | Downloaded supports-color v2.1.0 |
| 1817 | 2026-03-06T18:51:55.681Z | Downloaded terminal_size v0.1.17 |
| 1818 | 2026-03-06T18:51:55.684Z | Downloaded rustc-demangle v0.1.27 |
| 1819 | 2026-03-06T18:51:55.685Z | Downloaded anes v0.1.6 |
| 1820 | 2026-03-06T18:51:55.688Z | Downloaded concurrent-queue v2.5.0 |
| 1821 | 2026-03-06T18:51:55.688Z | Downloaded oorandom v11.1.5 |
| 1822 | 2026-03-06T18:51:55.691Z | Downloaded tinytemplate v1.2.1 |
| 1823 | 2026-03-06T18:51:55.691Z | Downloaded target-triple v1.0.0 |
| 1824 | 2026-03-06T18:51:55.694Z | Downloaded supports-unicode v2.1.0 |
| 1825 | 2026-03-06T18:51:55.694Z | Downloaded parking v2.2.1 |
| 1826 | 2026-03-06T18:51:55.697Z | Downloaded linkme-impl v0.3.35 |
| 1827 | 2026-03-06T18:51:55.703Z | Downloaded plotters-svg v0.3.7 |
| 1828 | 2026-03-06T18:51:55.707Z | Downloaded pathdiff v0.2.3 |
| 1829 | 2026-03-06T18:51:55.714Z | Downloaded backtrace-ext v0.2.1 |
| 1830 | 2026-03-06T18:51:55.719Z | Downloaded approx v0.5.1 |
| 1831 | 2026-03-06T18:51:55.722Z | Downloaded constant_time_eq v0.3.1 |
| 1832 | 2026-03-06T18:51:55.726Z | Downloaded linkme v0.3.35 |
| 1833 | 2026-03-06T18:51:55.729Z | Downloaded cargo-platform v0.3.2 |
| 1834 | 2026-03-06T18:51:55.732Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1835 | 2026-03-06T18:51:55.735Z | Downloaded assert-json-diff v2.0.2 |
| 1836 | 2026-03-06T18:51:55.738Z | Downloaded supports-hyperlinks v2.1.0 |
| 1837 | 2026-03-06T18:51:55.741Z | Downloaded plotters-backend v0.3.7 |
| 1838 | 2026-03-06T18:51:55.741Z | Downloaded async-object-pool v0.2.0 |
| 1839 | 2026-03-06T18:51:55.745Z | Downloaded datatest-stable v0.3.3 |
| 1840 | 2026-03-06T18:51:55.749Z | Downloaded rstest v0.25.0 |
| 1841 | 2026-03-06T18:51:55.754Z | Downloaded async-lock v3.4.2 |
| 1842 | 2026-03-06T18:51:55.758Z | Downloaded cargo_metadata v0.23.1 |
| 1843 | 2026-03-06T18:51:55.758Z | Downloaded futures-timer v3.0.3 |
| 1844 | 2026-03-06T18:51:55.762Z | Downloaded event-listener v5.4.1 |
| 1845 | 2026-03-06T18:51:55.762Z | Downloaded target-spec v3.5.7 |
| 1846 | 2026-03-06T18:51:55.766Z | Downloaded owo-colors v3.5.0 |
| 1847 | 2026-03-06T18:51:55.766Z | Downloaded termcolor v1.4.1 |
| 1848 | 2026-03-06T18:51:55.766Z | Downloaded miette v5.10.0 |
| 1849 | 2026-03-06T18:51:55.770Z | Downloaded criterion-plot v0.6.0 |
| 1850 | 2026-03-06T18:51:55.770Z | Downloaded stringmetrics v2.2.2 |
| 1851 | 2026-03-06T18:51:55.774Z | Downloaded path-tree v0.8.3 |
| 1852 | 2026-03-06T18:51:55.774Z | Downloaded rust-argon2 v2.1.0 |
| 1853 | 2026-03-06T18:51:55.774Z | Downloaded miette-derive v5.10.0 |
| 1854 | 2026-03-06T18:51:55.779Z | Downloaded libtest-mimic v0.8.1 |
| 1855 | 2026-03-06T18:51:55.779Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1856 | 2026-03-06T18:51:55.784Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1857 | 2026-03-06T18:51:55.784Z | Downloaded relative-path v1.9.3 |
| 1858 | 2026-03-06T18:51:55.784Z | Downloaded cast v0.3.0 |
| 1859 | 2026-03-06T18:51:55.789Z | Downloaded target-lexicon v0.13.3 |
| 1860 | 2026-03-06T18:51:55.789Z | Downloaded partial-io v0.5.4 |
| 1861 | 2026-03-06T18:51:55.794Z | Downloaded blake2b_simd v1.0.4 |
| 1862 | 2026-03-06T18:51:55.794Z | Downloaded cfg-expr v0.20.6 |
| 1863 | 2026-03-06T18:51:55.800Z | Downloaded knuffel-derive v3.2.0 |
| 1864 | 2026-03-06T18:51:55.800Z | Downloaded textwrap v0.15.2 |
| 1865 | 2026-03-06T18:51:55.800Z | Downloaded hashbrown v0.14.5 |
| 1866 | 2026-03-06T18:51:55.806Z | Downloaded fancy-regex v0.14.0 |
| 1867 | 2026-03-06T18:51:55.811Z | Downloaded httptest v0.16.4 |
| 1868 | 2026-03-06T18:51:55.815Z | Downloaded knuffel v3.2.0 |
| 1869 | 2026-03-06T18:51:55.821Z | Downloaded chumsky v0.9.3 |
| 1870 | 2026-03-06T18:51:55.827Z | Downloaded rand_distr v0.5.1 |
| 1871 | 2026-03-06T18:51:55.827Z | Downloaded backtrace v0.3.76 |
| 1872 | 2026-03-06T18:51:55.831Z | Downloaded rstest_macros v0.25.0 |
| 1873 | 2026-03-06T18:51:55.839Z | Downloaded plotters v0.3.7 |
| 1874 | 2026-03-06T18:51:55.847Z | Downloaded guppy v0.17.25 |
| 1875 | 2026-03-06T18:51:55.853Z | Downloaded criterion v0.7.0 |
| 1876 | 2026-03-06T18:51:55.869Z | Downloaded gimli v0.32.3 |
| 1877 | 2026-03-06T18:51:55.993Z | Downloaded httpmock v0.8.3 |
| 1878 | 2026-03-06T18:51:58.222Z | Checking cfg-if v1.0.4 |
| 1879 | 2026-03-06T18:51:58.601Z | Checking libc v0.2.180 |
| 1880 | 2026-03-06T18:51:58.644Z | Checking serde_core v1.0.228 |
| 1881 | 2026-03-06T18:51:58.674Z | Checking memchr v2.8.0 |
| 1882 | 2026-03-06T18:51:58.733Z | Checking smallvec v1.15.1 |
| 1883 | 2026-03-06T18:51:58.805Z | Checking itoa v1.0.17 |
| 1884 | 2026-03-06T18:51:58.806Z | Checking log v0.4.29 |
| 1885 | 2026-03-06T18:51:58.864Z | Checking zeroize v1.8.2 |
| 1886 | 2026-03-06T18:51:58.911Z | Checking libm v0.2.16 |
| 1887 | 2026-03-06T18:51:59.064Z | Checking scopeguard v1.2.0 |
| 1888 | 2026-03-06T18:51:59.142Z | Checking stable_deref_trait v1.2.1 |
| 1889 | 2026-03-06T18:51:59.226Z | Checking zmij v1.0.21 |
| 1890 | 2026-03-06T18:51:59.336Z | Checking zerofrom v0.1.6 |
| 1891 | 2026-03-06T18:51:59.425Z | Checking lock_api v0.4.14 |
| 1892 | 2026-03-06T18:51:59.425Z | Checking percent-encoding v2.3.2 |
| 1893 | 2026-03-06T18:51:59.488Z | Checking litemap v0.8.1 |
| 1894 | 2026-03-06T18:51:59.569Z | Checking yoke v0.8.1 |
| 1895 | 2026-03-06T18:51:59.658Z | Checking writeable v0.6.2 |
| 1896 | 2026-03-06T18:51:59.730Z | Checking subtle v2.6.1 |
| 1897 | 2026-03-06T18:51:59.756Z | Checking errno v0.3.14 |
| 1898 | 2026-03-06T18:51:59.781Z | Checking getrandom v0.2.17 |
| 1899 | 2026-03-06T18:51:59.882Z | Checking icu_properties_data v2.1.2 |
| 1900 | 2026-03-06T18:51:59.923Z | Checking zerovec v0.11.5 |
| 1901 | 2026-03-06T18:51:59.978Z | Checking zerotrie v0.2.3 |
| 1902 | 2026-03-06T18:51:59.997Z | Checking icu_normalizer_data v2.1.1 |
| 1903 | 2026-03-06T18:52:00.070Z | Checking rand_core v0.6.4 |
| 1904 | 2026-03-06T18:52:00.077Z | Checking form_urlencoded v1.2.2 |
| 1905 | 2026-03-06T18:52:00.173Z | Checking portable-atomic v1.13.1 |
| 1906 | 2026-03-06T18:52:00.181Z | Checking utf8_iter v1.0.4 |
| 1907 | 2026-03-06T18:52:00.345Z | Checking pin-project-lite v0.2.17 |
| 1908 | 2026-03-06T18:52:00.415Z | Checking critical-section v1.2.0 |
| 1909 | 2026-03-06T18:52:00.463Z | Checking zerocopy v0.8.40 |
| 1910 | 2026-03-06T18:52:00.556Z | Checking parking_lot_core v0.9.12 |
| 1911 | 2026-03-06T18:52:00.582Z | Checking rand_core v0.10.0 |
| 1912 | 2026-03-06T18:52:00.651Z | Checking signal-hook-registry v1.4.8 |
| 1913 | 2026-03-06T18:52:00.670Z | Checking num-traits v0.2.19 |
| 1914 | 2026-03-06T18:52:00.866Z | Checking getrandom v0.4.1 |
| 1915 | 2026-03-06T18:52:00.919Z | Checking parking_lot v0.12.5 |
| 1916 | 2026-03-06T18:52:00.973Z | Checking tinystr v0.8.2 |
| 1917 | 2026-03-06T18:52:00.979Z | Checking potential_utf v0.1.4 |
| 1918 | 2026-03-06T18:52:01.118Z | Checking mio v1.1.1 |
| 1919 | 2026-03-06T18:52:01.243Z | Checking once_cell v1.21.3 |
| 1920 | 2026-03-06T18:52:01.297Z | Checking icu_collections v2.1.1 |
| 1921 | 2026-03-06T18:52:01.355Z | Checking icu_locale_core v2.1.1 |
| 1922 | 2026-03-06T18:52:01.413Z | Checking typenum v1.19.0 |
| 1923 | 2026-03-06T18:52:01.621Z | Checking socket2 v0.6.2 |
| 1924 | 2026-03-06T18:52:01.747Z | Checking iana-time-zone v0.1.65 |
| 1925 | 2026-03-06T18:52:01.963Z | Checking thiserror v2.0.18 |
| 1926 | 2026-03-06T18:52:02.029Z | Checking allocator-api2 v0.2.21 |
| 1927 | 2026-03-06T18:52:02.093Z | Checking futures-core v0.3.32 |
| 1928 | 2026-03-06T18:52:02.153Z | Checking serde v1.0.228 |
| 1929 | 2026-03-06T18:52:02.156Z | Checking bitflags v2.11.0 |
| 1930 | 2026-03-06T18:52:02.239Z | Checking serde_json v1.0.149 |
| 1931 | 2026-03-06T18:52:02.349Z | Checking uuid v1.21.0 |
| 1932 | 2026-03-06T18:52:02.511Z | Checking semver v1.0.27 |
| 1933 | 2026-03-06T18:52:02.616Z | Checking generic-array v0.14.7 |
| 1934 | 2026-03-06T18:52:02.680Z | Checking equivalent v1.0.2 |
| 1935 | 2026-03-06T18:52:02.734Z | Checking icu_provider v2.1.1 |
| 1936 | 2026-03-06T18:52:02.872Z | Checking dyn-clone v1.0.20 |
| 1937 | 2026-03-06T18:52:02.995Z | Checking const-oid v0.9.6 |
| 1938 | 2026-03-06T18:52:03.062Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1939 | 2026-03-06T18:52:03.120Z | Checking foldhash v0.2.0 |
| 1940 | 2026-03-06T18:52:03.211Z | Checking bytes v1.11.1 |
| 1941 | 2026-03-06T18:52:03.274Z | Checking icu_properties v2.1.2 |
| 1942 | 2026-03-06T18:52:03.463Z | Checking icu_normalizer v2.1.1 |
| 1943 | 2026-03-06T18:52:03.520Z | Checking chrono v0.4.44 |
| 1944 | 2026-03-06T18:52:03.793Z | Checking crypto-common v0.1.7 |
| 1945 | 2026-03-06T18:52:03.981Z | Checking hashbrown v0.16.1 |
| 1946 | 2026-03-06T18:52:04.067Z | Checking block-buffer v0.10.4 |
| 1947 | 2026-03-06T18:52:04.124Z | Checking futures-sink v0.3.32 |
| 1948 | 2026-03-06T18:52:04.282Z | Checking tokio v1.49.0 |
| 1949 | 2026-03-06T18:52:04.339Z | Checking rustix v1.1.3 |
| 1950 | 2026-03-06T18:52:04.359Z | Checking byteorder v1.5.0 |
| 1951 | 2026-03-06T18:52:04.823Z | Checking futures-channel v0.3.32 |
| 1952 | 2026-03-06T18:52:04.827Z | Checking digest v0.10.7 |
| 1953 | 2026-03-06T18:52:05.155Z | Checking futures-task v0.3.32 |
| 1954 | 2026-03-06T18:52:05.226Z | Checking idna_adapter v1.2.1 |
| 1955 | 2026-03-06T18:52:05.268Z | Checking slab v0.4.12 |
| 1956 | 2026-03-06T18:52:05.325Z | Checking futures-io v0.3.32 |
| 1957 | 2026-03-06T18:52:05.427Z | Checking cpufeatures v0.2.17 |
| 1958 | 2026-03-06T18:52:05.484Z | Checking idna v1.1.0 |
| 1959 | 2026-03-06T18:52:05.566Z | Checking indexmap v2.13.0 |
| 1960 | 2026-03-06T18:52:05.623Z | Checking thiserror v1.0.69 |
| 1961 | 2026-03-06T18:52:05.628Z | Checking futures-util v0.3.32 |
| 1962 | 2026-03-06T18:52:05.628Z | Checking getrandom v0.3.4 |
| 1963 | 2026-03-06T18:52:05.838Z | Checking fnv v1.0.7 |
| 1964 | 2026-03-06T18:52:05.953Z | Checking url v2.5.8 |
| 1965 | 2026-03-06T18:52:06.011Z | Checking regex-syntax v0.8.10 |
| 1966 | 2026-03-06T18:52:06.065Z | Checking http v1.4.0 |
| 1967 | 2026-03-06T18:52:06.432Z | Checking tracing-core v0.1.36 |
| 1968 | 2026-03-06T18:52:06.923Z | Checking schemars v0.8.22 |
| 1969 | 2026-03-06T18:52:06.981Z | Checking base64 v0.22.1 |
| 1970 | 2026-03-06T18:52:07.168Z | Checking tracing v0.1.44 |
| 1971 | 2026-03-06T18:52:07.349Z | Checking unicode-ident v1.0.24 |
| 1972 | 2026-03-06T18:52:07.494Z | Checking ipnet v2.11.0 |
| 1973 | 2026-03-06T18:52:07.609Z | Checking anstyle v1.0.13 |
| 1974 | 2026-03-06T18:52:07.652Z | Checking utf8parse v0.2.2 |
| 1975 | 2026-03-06T18:52:07.856Z | Checking proc-macro2 v1.0.106 |
| 1976 | 2026-03-06T18:52:07.916Z | Checking ppv-lite86 v0.2.21 |
| 1977 | 2026-03-06T18:52:08.008Z | Checking untrusted v0.9.0 |
| 1978 | 2026-03-06T18:52:08.079Z | Checking anstyle-parse v0.2.7 |
| 1979 | 2026-03-06T18:52:08.248Z | Checking ring v0.17.14 |
| 1980 | 2026-03-06T18:52:08.432Z | Checking aho-corasick v1.1.4 |
| 1981 | 2026-03-06T18:52:08.491Z | Checking base64ct v1.8.3 |
| 1982 | 2026-03-06T18:52:08.598Z | Checking quote v1.0.44 |
| 1983 | 2026-03-06T18:52:08.682Z | Checking anstyle-query v1.1.5 |
| 1984 | 2026-03-06T18:52:08.882Z | Checking is_terminal_polyfill v1.70.2 |
| 1985 | 2026-03-06T18:52:08.977Z | Checking colorchoice v1.0.4 |
| 1986 | 2026-03-06T18:52:09.036Z | Checking syn v2.0.117 |
| 1987 | 2026-03-06T18:52:09.093Z | Checking block-padding v0.3.3 |
| 1988 | 2026-03-06T18:52:09.149Z | Checking terminal_size v0.4.3 |
| 1989 | 2026-03-06T18:52:09.196Z | Checking anstream v0.6.21 |
| 1990 | 2026-03-06T18:52:09.356Z | Checking inout v0.1.4 |
| 1991 | 2026-03-06T18:52:09.412Z | Checking rustls-pki-types v1.14.0 |
| 1992 | 2026-03-06T18:52:09.621Z | Checking crossbeam-utils v0.8.21 |
| 1993 | 2026-03-06T18:52:09.680Z | Checking httparse v1.10.1 |
| 1994 | 2026-03-06T18:52:10.030Z | Checking cipher v0.4.4 |
| 1995 | 2026-03-06T18:52:10.085Z | Checking regex-automata v0.4.14 |
| 1996 | 2026-03-06T18:52:10.151Z | Checking clap_lex v1.0.0 |
| 1997 | 2026-03-06T18:52:10.287Z | Checking strsim v0.11.1 |
| 1998 | 2026-03-06T18:52:10.411Z | Checking sha2 v0.10.9 |
| 1999 | 2026-03-06T18:52:10.414Z | Checking pem-rfc7468 v0.7.0 |
| 2000 | 2026-03-06T18:52:10.504Z | Checking http-body v1.0.1 |
| 2001 | 2026-03-06T18:52:10.561Z | Checking rand_core v0.9.5 |
| 2002 | 2026-03-06T18:52:10.623Z | Checking clap_builder v4.5.60 |
| 2003 | 2026-03-06T18:52:10.783Z | Checking atomic-waker v1.1.2 |
| 2004 | 2026-03-06T18:52:10.841Z | Checking hmac v0.12.1 |
| 2005 | 2026-03-06T18:52:10.964Z | Checking httpdate v1.0.3 |
| 2006 | 2026-03-06T18:52:11.018Z | Checking try-lock v0.2.5 |
| 2007 | 2026-03-06T18:52:11.021Z | Checking tower-layer v0.3.3 |
| 2008 | 2026-03-06T18:52:11.115Z | Checking tower-service v0.3.3 |
| 2009 | 2026-03-06T18:52:11.211Z | Checking want v0.3.1 |
| 2010 | 2026-03-06T18:52:11.269Z | Checking flagset v0.4.7 |
| 2011 | 2026-03-06T18:52:11.326Z | Checking pin-utils v0.1.0 |
| 2012 | 2026-03-06T18:52:11.377Z | Checking ryu v1.0.23 |
| 2013 | 2026-03-06T18:52:11.380Z | Checking tokio-util v0.7.18 |
| 2014 | 2026-03-06T18:52:11.541Z | Checking rand_chacha v0.9.0 |
| 2015 | 2026-03-06T18:52:11.544Z | Checking der v0.7.10 |
| 2016 | 2026-03-06T18:52:11.544Z | Checking erased-serde v0.3.31 |
| 2017 | 2026-03-06T18:52:11.728Z | Checking spin v0.9.8 |
| 2018 | 2026-03-06T18:52:12.022Z | Checking rand v0.9.2 |
| 2019 | 2026-03-06T18:52:12.128Z | Checking anyhow v1.0.102 |
| 2020 | 2026-03-06T18:52:12.566Z | Checking http-body-util v0.1.3 |
| 2021 | 2026-03-06T18:52:12.715Z | Checking slog v2.8.2 |
| 2022 | 2026-03-06T18:52:12.898Z | Checking h2 v0.4.13 |
| 2023 | 2026-03-06T18:52:13.077Z | Checking aws-lc-sys v0.37.1 |
| 2024 | 2026-03-06T18:52:13.135Z | Checking powerfmt v0.2.0 |
| 2025 | 2026-03-06T18:52:13.297Z | Checking untrusted v0.7.1 |
| 2026 | 2026-03-06T18:52:13.357Z | Checking fastrand v2.3.0 |
| 2027 | 2026-03-06T18:52:13.476Z | Checking deranged v0.5.8 |
| 2028 | 2026-03-06T18:52:13.524Z | Checking clap v4.5.60 |
| 2029 | 2026-03-06T18:52:13.527Z | Checking num_threads v0.1.7 |
| 2030 | 2026-03-06T18:52:13.691Z | Checking time-core v0.1.8 |
| 2031 | 2026-03-06T18:52:13.752Z | Checking num-conv v0.2.0 |
| 2032 | 2026-03-06T18:52:13.755Z | Checking openssl-probe v0.2.1 |
| 2033 | 2026-03-06T18:52:14.022Z | Checking spki v0.7.3 |
| 2034 | 2026-03-06T18:52:14.025Z | Checking serde_urlencoded v0.7.1 |
| 2035 | 2026-03-06T18:52:14.127Z | Checking pbkdf2 v0.12.2 |
| 2036 | 2026-03-06T18:52:14.322Z | Checking regex v1.12.3 |
| 2037 | 2026-03-06T18:52:14.382Z | Checking aes v0.8.4 |
| 2038 | 2026-03-06T18:52:14.385Z | Checking rand_chacha v0.3.1 |
| 2039 | 2026-03-06T18:52:14.572Z | Checking pretty-hex v0.4.1 |
| 2040 | 2026-03-06T18:52:14.720Z | Checking aws-lc-rs v1.16.0 |
| 2041 | 2026-03-06T18:52:14.779Z | Checking unicode-width v0.2.0 |
| 2042 | 2026-03-06T18:52:14.835Z | Checking salsa20 v0.10.2 |
| 2043 | 2026-03-06T18:52:14.889Z | Checking rand v0.8.5 |
| 2044 | 2026-03-06T18:52:14.956Z | Checking cbc v0.1.2 |
| 2045 | 2026-03-06T18:52:15.098Z | Checking ipnetwork v0.21.1 |
| 2046 | 2026-03-06T18:52:15.227Z | Checking scrypt v0.11.0 |
| 2047 | 2026-03-06T18:52:15.304Z | Checking tempfile v3.25.0 |
| 2048 | 2026-03-06T18:52:15.356Z | Checking hex v0.4.3 |
| 2049 | 2026-03-06T18:52:15.494Z | Checking plain v0.2.3 |
| 2050 | 2026-03-06T18:52:15.578Z | Checking pkcs5 v0.7.1 |
| 2051 | 2026-03-06T18:52:15.721Z | Checking time v0.3.47 |
| 2052 | 2026-03-06T18:52:15.724Z | Checking rustls-native-certs v0.8.3 |
| 2053 | 2026-03-06T18:52:15.724Z | Checking sync_wrapper v1.0.2 |
| 2054 | 2026-03-06T18:52:15.882Z | Checking camino v1.2.2 |
| 2055 | 2026-03-06T18:52:15.976Z | Checking mime v0.3.17 |
| 2056 | 2026-03-06T18:52:16.080Z | Checking ucd-trie v0.1.7 |
| 2057 | 2026-03-06T18:52:16.139Z | Checking pkcs8 v0.10.2 |
| 2058 | 2026-03-06T18:52:16.194Z | Checking tower v0.5.3 |
| 2059 | 2026-03-06T18:52:16.324Z | Checking webpki-roots v1.0.6 |
| 2060 | 2026-03-06T18:52:16.376Z | Checking pest v2.8.6 |
| 2061 | 2026-03-06T18:52:16.469Z | Checking iri-string v0.7.10 |
| 2062 | 2026-03-06T18:52:16.529Z | Checking either v1.15.0 |
| 2063 | 2026-03-06T18:52:16.580Z | Checking openapiv3 v2.2.0 |
| 2064 | 2026-03-06T18:52:16.641Z | Checking rustls-webpki v0.103.9 |
| 2065 | 2026-03-06T18:52:16.965Z | Checking foreign-types-shared v0.1.1 |
| 2066 | 2026-03-06T18:52:17.032Z | Checking openssl-sys v0.9.111 |
| 2067 | 2026-03-06T18:52:17.156Z | Checking foreign-types v0.3.2 |
| 2068 | 2026-03-06T18:52:17.322Z | Checking encoding_rs v0.8.35 |
| 2069 | 2026-03-06T18:52:17.546Z | Checking rustls v0.23.37 |
| 2070 | 2026-03-06T18:52:18.316Z | Checking winnow v0.7.14 |
| 2071 | 2026-03-06T18:52:18.476Z | Checking openssl v0.10.75 |
| 2072 | 2026-03-06T18:52:18.862Z | Checking oxnet v0.1.4 |
| 2073 | 2026-03-06T18:52:18.984Z | Checking hyper v1.8.1 |
| 2074 | 2026-03-06T18:52:19.137Z | Checking tower-http v0.6.8 |
| 2075 | 2026-03-06T18:52:19.395Z | Checking lazy_static v1.5.0 |
| 2076 | 2026-03-06T18:52:19.511Z | Checking static_assertions v1.1.0 |
| 2077 | 2026-03-06T18:52:19.591Z | Checking signature v2.2.0 |
| 2078 | 2026-03-06T18:52:19.678Z | Checking simd-adler32 v0.3.8 |
| 2079 | 2026-03-06T18:52:19.761Z | Checking hubpack v0.1.2 |
| 2080 | 2026-03-06T18:52:19.814Z | Checking adler2 v2.0.1 |
| 2081 | 2026-03-06T18:52:19.873Z | Checking strum v0.26.3 |
| 2082 | 2026-03-06T18:52:20.049Z | Checking sha1 v0.10.6 |
| 2083 | 2026-03-06T18:52:20.103Z | Checking data-encoding v2.10.0 |
| 2084 | 2026-03-06T18:52:20.106Z | Checking miniz_oxide v0.8.9 |
| 2085 | 2026-03-06T18:52:20.158Z | Checking tinyvec_macros v0.1.1 |
| 2086 | 2026-03-06T18:52:20.359Z | Checking toml_datetime v0.6.11 |
| 2087 | 2026-03-06T18:52:20.407Z | Checking tinyvec v1.10.0 |
| 2088 | 2026-03-06T18:52:20.742Z | Checking serde_spanned v0.6.9 |
| 2089 | 2026-03-06T18:52:20.799Z | Checking num-integer v0.1.46 |
| 2090 | 2026-03-06T18:52:20.940Z | Checking scroll v0.13.0 |
| 2091 | 2026-03-06T18:52:20.996Z | Checking base16ct v0.2.0 |
| 2092 | 2026-03-06T18:52:21.052Z | Checking hyper-util v0.1.20 |
| 2093 | 2026-03-06T18:52:21.171Z | Checking bit-vec v0.8.0 |
| 2094 | 2026-03-06T18:52:21.230Z | Checking crossbeam-epoch v0.9.18 |
| 2095 | 2026-03-06T18:52:21.285Z | Checking crc32fast v1.5.0 |
| 2096 | 2026-03-06T18:52:21.288Z | Checking sec1 v0.7.3 |
| 2097 | 2026-03-06T18:52:21.451Z | Checking goblin v0.10.5 |
| 2098 | 2026-03-06T18:52:21.570Z | Checking ff v0.13.1 |
| 2099 | 2026-03-06T18:52:21.628Z | Checking bit-set v0.8.0 |
| 2100 | 2026-03-06T18:52:21.711Z | Checking memmap2 v0.9.10 |
| 2101 | 2026-03-06T18:52:21.768Z | Checking wait-timeout v0.2.1 |
| 2102 | 2026-03-06T18:52:21.837Z | Checking group v0.13.0 |
| 2103 | 2026-03-06T18:52:21.951Z | Checking num-iter v0.1.45 |
| 2104 | 2026-03-06T18:52:22.023Z | Checking dtrace-parser v0.3.0 |
| 2105 | 2026-03-06T18:52:22.080Z | Checking bstr v1.12.1 |
| 2106 | 2026-03-06T18:52:22.134Z | Checking hkdf v0.12.4 |
| 2107 | 2026-03-06T18:52:22.196Z | Checking ahash v0.8.12 |
| 2108 | 2026-03-06T18:52:22.413Z | Checking crypto-bigint v0.5.5 |
| 2109 | 2026-03-06T18:52:22.568Z | Checking scroll v0.12.0 |
| 2110 | 2026-03-06T18:52:22.642Z | Checking thread-id v5.1.0 |
| 2111 | 2026-03-06T18:52:22.824Z | Checking quick-error v1.2.3 |
| 2112 | 2026-03-06T18:52:22.883Z | Checking tokio-rustls v0.26.4 |
| 2113 | 2026-03-06T18:52:23.037Z | Checking rusty-fork v0.3.1 |
| 2114 | 2026-03-06T18:52:23.040Z | Checking rand_xorshift v0.4.0 |
| 2115 | 2026-03-06T18:52:23.141Z | Checking goblin v0.8.2 |
| 2116 | 2026-03-06T18:52:23.345Z | Checking zerocopy v0.7.35 |
| 2117 | 2026-03-06T18:52:23.408Z | Checking unarray v0.1.4 |
| 2118 | 2026-03-06T18:52:23.411Z | Checking native-tls v0.2.18 |
| 2119 | 2026-03-06T18:52:23.411Z | Checking num-bigint-dig v0.8.6 |
| 2120 | 2026-03-06T18:52:23.607Z | Checking proptest v1.10.0 |
| 2121 | 2026-03-06T18:52:23.681Z | Checking hyper-rustls v0.27.7 |
| 2122 | 2026-03-06T18:52:23.859Z | Checking tokio-native-tls v0.3.1 |
| 2123 | 2026-03-06T18:52:24.101Z | Checking dtrace-parser v0.2.0 |
| 2124 | 2026-03-06T18:52:24.178Z | Checking hyper-tls v0.6.0 |
| 2125 | 2026-03-06T18:52:24.525Z | Checking reqwest v0.12.28 |
| 2126 | 2026-03-06T18:52:24.606Z | Checking pkcs1 v0.7.5 |
| 2127 | 2026-03-06T18:52:24.665Z | Checking x509-cert v0.2.5 |
| 2128 | 2026-03-06T18:52:25.097Z | Checking thread-id v4.2.2 |
| 2129 | 2026-03-06T18:52:25.157Z | Checking elliptic-curve v0.13.8 |
| 2130 | 2026-03-06T18:52:25.271Z | Checking unicode-segmentation v1.12.0 |
| 2131 | 2026-03-06T18:52:25.390Z | Checking zlib-rs v0.6.2 |
| 2132 | 2026-03-06T18:52:25.821Z | Checking rsa v0.9.10 |
| 2133 | 2026-03-06T18:52:26.017Z | Checking crossbeam-deque v0.8.6 |
| 2134 | 2026-03-06T18:52:26.260Z | Checking rfc6979 v0.4.0 |
| 2135 | 2026-03-06T18:52:26.383Z | Checking toml_write v0.1.2 |
| 2136 | 2026-03-06T18:52:26.442Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2137 | 2026-03-06T18:52:26.499Z | Checking ecdsa v0.16.9 |
| 2138 | 2026-03-06T18:52:26.771Z | Checking toml_edit v0.22.27 |
| 2139 | 2026-03-06T18:52:26.845Z | Checking curve25519-dalek v4.1.3 |
| 2140 | 2026-03-06T18:52:27.226Z | Checking rustix v0.38.44 |
| 2141 | 2026-03-06T18:52:27.280Z | Checking env_filter v1.0.0 |
| 2142 | 2026-03-06T18:52:27.367Z | Checking dof v0.4.0 |
| 2143 | 2026-03-06T18:52:27.425Z | Checking flate2 v1.1.9 |
| 2144 | 2026-03-06T18:52:27.563Z | Checking keccak v0.1.6 |
| 2145 | 2026-03-06T18:52:27.913Z | Checking dof v0.3.0 |
| 2146 | 2026-03-06T18:52:27.971Z | Checking psl-types v2.0.11 |
| 2147 | 2026-03-06T18:52:28.032Z | Checking newtype-uuid v1.3.2 |
| 2148 | 2026-03-06T18:52:28.110Z | Checking sha3 v0.10.8 |
| 2149 | 2026-03-06T18:52:28.222Z | Checking publicsuffix v2.3.0 |
| 2150 | 2026-03-06T18:52:28.465Z | Checking daft v0.1.5 |
| 2151 | 2026-03-06T18:52:28.563Z | Checking env_logger v0.11.9 |
| 2152 | 2026-03-06T18:52:28.616Z | Checking ed25519 v2.2.3 |
| 2153 | 2026-03-06T18:52:28.619Z | Checking usdt-impl v0.5.0 |
| 2154 | 2026-03-06T18:52:28.718Z | Checking cookie v0.18.1 |
| 2155 | 2026-03-06T18:52:28.940Z | Checking itertools v0.13.0 |
| 2156 | 2026-03-06T18:52:28.999Z | Checking serde_with v3.17.0 |
| 2157 | 2026-03-06T18:52:29.002Z | Checking siphasher v1.0.2 |
| 2158 | 2026-03-06T18:52:29.124Z | Checking usdt-impl v0.6.0 |
| 2159 | 2026-03-06T18:52:29.183Z | Checking bitflags v1.3.2 |
| 2160 | 2026-03-06T18:52:29.244Z | Checking cookie_store v0.22.1 |
| 2161 | 2026-03-06T18:52:29.246Z | Checking ed25519-dalek v2.2.0 |
| 2162 | 2026-03-06T18:52:29.356Z | Checking rustls-platform-verifier v0.6.2 |
| 2163 | 2026-03-06T18:52:29.356Z | Checking unicode-normalization v0.1.25 |
| 2164 | 2026-03-06T18:52:29.467Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2165 | 2026-03-06T18:52:29.652Z | Checking signal-hook v0.3.18 |
| 2166 | 2026-03-06T18:52:29.712Z | Checking usdt v0.6.0 |
| 2167 | 2026-03-06T18:52:29.770Z | Checking managed v0.8.0 |
| 2168 | 2026-03-06T18:52:29.909Z | Checking winnow v0.5.40 |
| 2169 | 2026-03-06T18:52:29.959Z | Checking reqwest v0.13.2 |
| 2170 | 2026-03-06T18:52:30.032Z | Checking rayon-core v1.13.0 |
| 2171 | 2026-03-06T18:52:30.076Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2172 | 2026-03-06T18:52:30.182Z | Checking object v0.37.3 |
| 2173 | 2026-03-06T18:52:30.264Z | Checking foldhash v0.1.5 |
| 2174 | 2026-03-06T18:52:30.358Z | Checking bzip2 v0.4.4 |
| 2175 | 2026-03-06T18:52:30.570Z | Checking hashbrown v0.15.5 |
| 2176 | 2026-03-06T18:52:30.718Z | Checking signal-hook-mio v0.2.5 |
| 2177 | 2026-03-06T18:52:30.776Z | Checking ref-cast v1.0.25 |
| 2178 | 2026-03-06T18:52:30.932Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2179 | 2026-03-06T18:52:30.990Z | Checking zip v0.6.6 |
| 2180 | 2026-03-06T18:52:31.178Z | Checking zstd-safe v7.2.4 |
| 2181 | 2026-03-06T18:52:31.260Z | Checking libbz2-rs-sys v0.2.2 |
| 2182 | 2026-03-06T18:52:31.549Z | Checking bumpalo v3.20.2 |
| 2183 | 2026-03-06T18:52:31.670Z | Checking zstd v0.13.3 |
| 2184 | 2026-03-06T18:52:31.736Z | Checking crossterm v0.28.1 |
| 2185 | 2026-03-06T18:52:31.831Z | Checking rayon v1.11.0 |
| 2186 | 2026-03-06T18:52:31.985Z | Checking zopfli v0.8.3 |
| 2187 | 2026-03-06T18:52:32.078Z | Checking similar v2.7.0 |
| 2188 | 2026-03-06T18:52:32.207Z | Checking bzip2 v0.6.1 |
| 2189 | 2026-03-06T18:52:32.451Z | Checking fs-err v3.3.0 |
| 2190 | 2026-03-06T18:52:32.525Z | Checking hash32 v0.2.1 |
| 2191 | 2026-03-06T18:52:32.622Z | Checking toml_edit v0.19.15 |
| 2192 | 2026-03-06T18:52:32.712Z | Checking serde-big-array v0.5.1 |
| 2193 | 2026-03-06T18:52:32.860Z | Checking predicates-core v1.0.10 |
| 2194 | 2026-03-06T18:52:32.982Z | Checking unicode-properties v0.1.4 |
| 2195 | 2026-03-06T18:52:33.038Z | Checking jiff v0.2.21 |
| 2196 | 2026-03-06T18:52:33.097Z | Checking unicode-bidi v0.3.18 |
| 2197 | 2026-03-06T18:52:33.138Z | Checking heapless v0.7.17 |
| 2198 | 2026-03-06T18:52:33.416Z | Checking hickory-proto v0.25.2 |
| 2199 | 2026-03-06T18:52:33.479Z | Checking tokio-stream v0.1.18 |
| 2200 | 2026-03-06T18:52:33.722Z | Checking stringprep v0.1.5 |
| 2201 | 2026-03-06T18:52:34.064Z | Checking md-5 v0.10.6 |
| 2202 | 2026-03-06T18:52:34.136Z | Checking float-cmp v0.10.0 |
| 2203 | 2026-03-06T18:52:34.300Z | Checking rustc-hash v2.1.1 |
| 2204 | 2026-03-06T18:52:34.369Z | Checking normalize-line-endings v0.3.0 |
| 2205 | 2026-03-06T18:52:34.427Z | Checking fallible-iterator v0.2.0 |
| 2206 | 2026-03-06T18:52:34.552Z | Checking difflib v0.4.0 |
| 2207 | 2026-03-06T18:52:34.611Z | Checking iddqd v0.3.17 |
| 2208 | 2026-03-06T18:52:34.954Z | Checking predicates v3.1.4 |
| 2209 | 2026-03-06T18:52:35.046Z | Checking toml v0.7.8 |
| 2210 | 2026-03-06T18:52:35.115Z | Checking postgres-protocol v0.6.10 |
| 2211 | 2026-03-06T18:52:35.320Z | Checking smoltcp v0.9.1 |
| 2212 | 2026-03-06T18:52:35.685Z | Checking phf_shared v0.11.3 |
| 2213 | 2026-03-06T18:52:35.788Z | Checking phf_shared v0.13.1 |
| 2214 | 2026-03-06T18:52:35.842Z | Checking itertools v0.12.1 |
| 2215 | 2026-03-06T18:52:36.002Z | Checking console v0.16.2 |
| 2216 | 2026-03-06T18:52:36.257Z | Checking buf-list v1.1.2 |
| 2217 | 2026-03-06T18:52:36.321Z | Checking strum v0.27.2 |
| 2218 | 2026-03-06T18:52:36.538Z | Checking new_debug_unreachable v1.0.6 |
| 2219 | 2026-03-06T18:52:36.594Z | Checking unit-prefix v0.5.2 |
| 2220 | 2026-03-06T18:52:36.650Z | Checking precomputed-hash v0.1.1 |
| 2221 | 2026-03-06T18:52:36.654Z | Checking lalrpop-util v0.19.12 |
| 2222 | 2026-03-06T18:52:36.736Z | Checking fixedbitset v0.5.7 |
| 2223 | 2026-03-06T18:52:36.785Z | Checking fixedbitset v0.4.2 |
| 2224 | 2026-03-06T18:52:36.834Z | Checking string_cache v0.8.9 |
| 2225 | 2026-03-06T18:52:36.881Z | Checking indicatif v0.18.4 |
| 2226 | 2026-03-06T18:52:37.044Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2227 | 2026-03-06T18:52:37.099Z | Checking petgraph v0.6.5 |
| 2228 | 2026-03-06T18:52:37.159Z | Checking petgraph v0.8.3 |
| 2229 | 2026-03-06T18:52:37.213Z | Checking phf v0.13.1 |
| 2230 | 2026-03-06T18:52:37.564Z | Checking postgres-types v0.2.12 |
| 2231 | 2026-03-06T18:52:37.699Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2232 | 2026-03-06T18:52:38.291Z | Checking zone v0.3.1 |
| 2233 | 2026-03-06T18:52:38.294Z | Checking peg-runtime v0.8.5 |
| 2234 | 2026-03-06T18:52:38.401Z | Checking whoami v2.1.0 |
| 2235 | 2026-03-06T18:52:38.404Z | Checking zip v4.6.1 |
| 2236 | 2026-03-06T18:52:38.828Z | Checking futures-executor v0.3.32 |
| 2237 | 2026-03-06T18:52:38.875Z | Checking tokio-postgres v0.7.16 |
| 2238 | 2026-03-06T18:52:39.101Z | Checking is-terminal v0.4.17 |
| 2239 | 2026-03-06T18:52:39.158Z | Checking futures v0.3.32 |
| 2240 | 2026-03-06T18:52:39.299Z | Checking crossbeam-channel v0.5.15 |
| 2241 | 2026-03-06T18:52:39.356Z | Checking thread_local v1.1.9 |
| 2242 | 2026-03-06T18:52:39.682Z | Checking take_mut v0.2.2 |
| 2243 | 2026-03-06T18:52:39.742Z | Checking term v1.2.1 |
| 2244 | 2026-03-06T18:52:39.909Z | Checking regress v0.10.5 |
| 2245 | 2026-03-06T18:52:39.967Z | Compiling rustls v0.22.4 |
| 2246 | 2026-03-06T18:52:40.048Z | Checking slog-async v2.8.0 |
| 2247 | 2026-03-06T18:52:40.101Z | Compiling newtype-uuid-macros v0.1.0 |
| 2248 | 2026-03-06T18:52:40.213Z | Checking slog-term v2.9.2 |
| 2249 | 2026-03-06T18:52:40.410Z | Compiling structmeta-derive v0.3.0 |
| 2250 | 2026-03-06T18:52:40.485Z | Compiling multer v3.1.0 |
| 2251 | 2026-03-06T18:52:40.776Z | Compiling async-stream-impl v0.3.6 |
| 2252 | 2026-03-06T18:52:40.835Z | Compiling dropshot v0.16.7 |
| 2253 | 2026-03-06T18:52:41.009Z | Compiling dropshot_endpoint v0.16.7 |
| 2254 | 2026-03-06T18:52:41.350Z | Checking match_cfg v0.1.0 |
| 2255 | 2026-03-06T18:52:41.516Z | Checking hostname v0.3.1 |
| 2256 | 2026-03-06T18:52:41.687Z | Checking slog-json v2.6.1 |
| 2257 | 2026-03-06T18:52:41.741Z | Checking debug-ignore v1.0.5 |
| 2258 | 2026-03-06T18:52:41.794Z | Checking serde_spanned v1.0.4 |
| 2259 | 2026-03-06T18:52:41.959Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2260 | 2026-03-06T18:52:42.026Z | Checking slog-bunyan v2.5.0 |
| 2261 | 2026-03-06T18:52:42.083Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2262 | 2026-03-06T18:52:42.136Z | Checking rustls-webpki v0.102.8 |
| 2263 | 2026-03-06T18:52:42.268Z | Checking serde_path_to_error v0.1.20 |
| 2264 | 2026-03-06T18:52:42.376Z | Checking toml v0.9.12+spec-1.1.0 |
| 2265 | 2026-03-06T18:52:42.505Z | Checking async-stream v0.3.6 |
| 2266 | 2026-03-06T18:52:42.869Z | Compiling structmeta v0.3.0 |
| 2267 | 2026-03-06T18:52:42.940Z | Checking progenitor-client v0.13.0 |
| 2268 | 2026-03-06T18:52:43.037Z | Checking waitgroup v0.1.2 |
| 2269 | 2026-03-06T18:52:43.239Z | Checking rustls-pemfile v2.2.0 |
| 2270 | 2026-03-06T18:52:43.294Z | Checking hostname v0.4.2 |
| 2271 | 2026-03-06T18:52:43.297Z | Compiling derive-ex v0.1.8 |
| 2272 | 2026-03-06T18:52:43.297Z | Compiling parse-display-derive v0.10.0 |
| 2273 | 2026-03-06T18:52:43.444Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2274 | 2026-03-06T18:52:43.500Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2275 | 2026-03-06T18:52:43.553Z | Checking itertools v0.14.0 |
| 2276 | 2026-03-06T18:52:43.788Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2277 | 2026-03-06T18:52:43.877Z | Checking macaddr v1.0.1 |
| 2278 | 2026-03-06T18:52:44.225Z | Checking progenitor-client v0.10.0 |
| 2279 | 2026-03-06T18:52:44.290Z | Checking instant v0.1.13 |
| 2280 | 2026-03-06T18:52:44.489Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2281 | 2026-03-06T18:52:44.584Z | Checking backoff v0.4.0 |
| 2282 | 2026-03-06T18:52:44.664Z | Checking backon v1.6.0 |
| 2283 | 2026-03-06T18:52:44.725Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2284 | 2026-03-06T18:52:45.025Z | Checking heck v0.5.0 |
| 2285 | 2026-03-06T18:52:45.080Z | Checking camino-tempfile v1.4.1 |
| 2286 | 2026-03-06T18:52:45.393Z | Checking toml v0.8.23 |
| 2287 | 2026-03-06T18:52:45.808Z | Compiling cfg_aliases v0.2.1 |
| 2288 | 2026-03-06T18:52:45.982Z | Compiling memoffset v0.9.1 |
| 2289 | 2026-03-06T18:52:46.120Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2290 | 2026-03-06T18:52:46.180Z | Compiling crucible-workspace-hack v0.1.0 |
| 2291 | 2026-03-06T18:52:46.318Z | Checking tokio-rustls v0.25.0 |
| 2292 | 2026-03-06T18:52:46.673Z | Checking secrecy v0.10.3 |
| 2293 | 2026-03-06T18:52:46.915Z | Checking glob v0.3.3 |
| 2294 | 2026-03-06T18:52:46.974Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2295 | 2026-03-06T18:52:47.038Z | Checking parse-display v0.10.0 |
| 2296 | 2026-03-06T18:52:47.288Z | Compiling proc-macro-crate v3.4.0 |
| 2297 | 2026-03-06T18:52:47.341Z | Compiling heapless v0.8.0 |
| 2298 | 2026-03-06T18:52:47.446Z | Compiling test-strategy v0.4.5 |
| 2299 | 2026-03-06T18:52:47.519Z | Checking tabwriter v1.4.1 |
| 2300 | 2026-03-06T18:52:47.835Z | Checking hash32 v0.3.1 |
| 2301 | 2026-03-06T18:52:48.150Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2302 | 2026-03-06T18:52:48.204Z | Compiling ingot-macros v0.1.1 |
| 2303 | 2026-03-06T18:52:48.355Z | Compiling smoltcp v0.11.0 |
| 2304 | 2026-03-06T18:52:48.545Z | Compiling unsafe-libyaml v0.2.11 |
| 2305 | 2026-03-06T18:52:48.548Z | Compiling convert_case v0.4.0 |
| 2306 | 2026-03-06T18:52:48.647Z | Compiling num_enum_derive v0.7.5 |
| 2307 | 2026-03-06T18:52:49.364Z | Compiling derive_more v0.99.20 |
| 2308 | 2026-03-06T18:52:50.130Z | Compiling serde_yaml v0.9.34+deprecated |
| 2309 | 2026-03-06T18:52:50.424Z | Checking cobs v0.3.0 |
| 2310 | 2026-03-06T18:52:50.733Z | Compiling foreign-types-macros v0.2.3 |
| 2311 | 2026-03-06T18:52:50.884Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2312 | 2026-03-06T18:52:50.965Z | Checking foreign-types-shared v0.3.1 |
| 2313 | 2026-03-06T18:52:51.024Z | Checking cpufeatures v0.3.0 |
| 2314 | 2026-03-06T18:52:51.153Z | Checking num_enum v0.7.5 |
| 2315 | 2026-03-06T18:52:51.211Z | Checking chacha20 v0.10.0 |
| 2316 | 2026-03-06T18:52:51.399Z | Checking postcard v1.1.3 |
| 2317 | 2026-03-06T18:52:51.619Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2318 | 2026-03-06T18:52:51.964Z | Checking foreign-types v0.5.0 |
| 2319 | 2026-03-06T18:52:52.275Z | Compiling proc-macro-crate v1.3.1 |
| 2320 | 2026-03-06T18:52:52.366Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2321 | 2026-03-06T18:52:52.551Z | Checking sigpipe v0.1.3 |
| 2322 | 2026-03-06T18:52:52.728Z | Checking cstr-argument v0.1.2 |
| 2323 | 2026-03-06T18:52:52.872Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2324 | 2026-03-06T18:52:53.017Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2325 | 2026-03-06T18:52:53.262Z | Checking colored v3.1.1 |
| 2326 | 2026-03-06T18:52:53.424Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2327 | 2026-03-06T18:52:53.706Z | Compiling num_enum_derive v0.5.11 |
| 2328 | 2026-03-06T18:52:53.760Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2329 | 2026-03-06T18:52:53.813Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2330 | 2026-03-06T18:52:54.009Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2331 | 2026-03-06T18:52:54.097Z | Checking rand v0.10.0 |
| 2332 | 2026-03-06T18:52:54.146Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2333 | 2026-03-06T18:52:54.251Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2334 | 2026-03-06T18:52:54.550Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2335 | 2026-03-06T18:52:54.618Z | Compiling nix v0.30.1 |
| 2336 | 2026-03-06T18:52:54.816Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2337 | 2026-03-06T18:52:54.858Z | Checking ingot-types v0.1.2 |
| 2338 | 2026-03-06T18:52:55.032Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2339 | 2026-03-06T18:52:55.400Z | Checking smf v0.2.3 |
| 2340 | 2026-03-06T18:52:55.456Z | Compiling num-derive v0.4.2 |
| 2341 | 2026-03-06T18:52:55.569Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2342 | 2026-03-06T18:52:55.702Z | Checking ingot v0.1.1 |
| 2343 | 2026-03-06T18:52:55.794Z | Checking num_enum v0.5.11 |
| 2344 | 2026-03-06T18:52:55.893Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2345 | 2026-03-06T18:52:56.022Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2346 | 2026-03-06T18:52:56.081Z | Checking whoami v1.6.1 |
| 2347 | 2026-03-06T18:52:56.225Z | Compiling typify-impl v0.6.1 |
| 2348 | 2026-03-06T18:52:56.431Z | Checking half v2.7.1 |
| 2349 | 2026-03-06T18:52:56.633Z | Checking ciborium-io v0.2.2 |
| 2350 | 2026-03-06T18:52:57.021Z | Checking indent_write v2.2.0 |
| 2351 | 2026-03-06T18:52:57.077Z | Checking ciborium-ll v0.2.2 |
| 2352 | 2026-03-06T18:52:57.311Z | Checking universal-hash v0.5.1 |
| 2353 | 2026-03-06T18:52:57.432Z | Checking ciborium v0.2.2 |
| 2354 | 2026-03-06T18:52:57.583Z | Checking opaque-debug v0.3.1 |
| 2355 | 2026-03-06T18:52:57.717Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2356 | 2026-03-06T18:52:57.769Z | Checking aead v0.5.2 |
| 2357 | 2026-03-06T18:52:57.813Z | Checking swrite v0.1.0 |
| 2358 | 2026-03-06T18:52:58.071Z | Checking poly1305 v0.8.0 |
| 2359 | 2026-03-06T18:52:58.125Z | Checking chacha20 v0.9.1 |
| 2360 | 2026-03-06T18:52:58.214Z | Checking unicode-width v0.1.14 |
| 2361 | 2026-03-06T18:52:58.533Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2362 | 2026-03-06T18:52:58.586Z | Checking password-hash v0.5.0 |
| 2363 | 2026-03-06T18:52:58.639Z | Checking blake2 v0.10.6 |
| 2364 | 2026-03-06T18:52:58.777Z | Compiling usdt-macro v0.5.0 |
| 2365 | 2026-03-06T18:52:59.088Z | Compiling usdt-attr-macro v0.5.0 |
| 2366 | 2026-03-06T18:52:59.175Z | Checking memmap v0.7.0 |
| 2367 | 2026-03-06T18:52:59.429Z | Checking argon2 v0.5.3 |
| 2368 | 2026-03-06T18:52:59.486Z | Checking chacha20poly1305 v0.10.1 |
| 2369 | 2026-03-06T18:52:59.717Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2370 | 2026-03-06T18:53:00.016Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2371 | 2026-03-06T18:53:00.156Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2372 | 2026-03-06T18:53:00.221Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2373 | 2026-03-06T18:53:00.349Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2374 | 2026-03-06T18:53:00.664Z | Checking usdt v0.5.0 |
| 2375 | 2026-03-06T18:53:00.723Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2376 | 2026-03-06T18:53:00.780Z | Compiling derive-where v1.6.0 |
| 2377 | 2026-03-06T18:53:00.783Z | Checking atomicwrites v0.4.4 |
| 2378 | 2026-03-06T18:53:01.005Z | Checking tokio-dtrace v0.1.1 |
| 2379 | 2026-03-06T18:53:01.063Z | Checking console v0.15.11 |
| 2380 | 2026-03-06T18:53:01.241Z | Checking thiserror-no-std v2.0.2 |
| 2381 | 2026-03-06T18:53:01.372Z | Checking oxide-tokio-rt v0.1.2 |
| 2382 | 2026-03-06T18:53:01.442Z | Checking vsss-rs v3.3.4 |
| 2383 | 2026-03-06T18:53:01.667Z | Checking newline-converter v0.3.0 |
| 2384 | 2026-03-06T18:53:01.722Z | Compiling prettyplease v0.2.37 |
| 2385 | 2026-03-06T18:53:01.903Z | Checking expectorate v1.2.0 |
| 2386 | 2026-03-06T18:53:02.111Z | Checking bytecount v0.6.9 |
| 2387 | 2026-03-06T18:53:02.247Z | Compiling owo-colors v4.3.0 |
| 2388 | 2026-03-06T18:53:02.329Z | Compiling cancel-safe-futures v0.1.5 |
| 2389 | 2026-03-06T18:53:02.464Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2390 | 2026-03-06T18:53:02.833Z | Checking libsw-core v0.3.2 |
| 2391 | 2026-03-06T18:53:03.190Z | Checking libsw v3.5.0 |
| 2392 | 2026-03-06T18:53:03.518Z | Checking same-file v1.0.6 |
| 2393 | 2026-03-06T18:53:03.664Z | Checking linear-map v1.2.0 |
| 2394 | 2026-03-06T18:53:03.773Z | Checking walkdir v2.5.0 |
| 2395 | 2026-03-06T18:53:03.881Z | Checking num-rational v0.4.2 |
| 2396 | 2026-03-06T18:53:03.973Z | Checking num-complex v0.4.6 |
| 2397 | 2026-03-06T18:53:04.050Z | Checking float-ord v0.3.2 |
| 2398 | 2026-03-06T18:53:04.130Z | Compiling typify-impl v0.4.3 |
| 2399 | 2026-03-06T18:53:04.271Z | Checking gethostname v0.5.0 |
| 2400 | 2026-03-06T18:53:04.582Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2401 | 2026-03-06T18:53:04.685Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2402 | 2026-03-06T18:53:04.778Z | Compiling async-recursion v1.1.1 |
| 2403 | 2026-03-06T18:53:04.848Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2404 | 2026-03-06T18:53:04.912Z | Checking num v0.4.3 |
| 2405 | 2026-03-06T18:53:05.122Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2406 | 2026-03-06T18:53:08.124Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2407 | 2026-03-06T18:53:08.189Z | Compiling typify-macro v0.6.1 |
| 2408 | 2026-03-06T18:53:09.305Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2409 | 2026-03-06T18:53:09.672Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2410 | 2026-03-06T18:53:10.571Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2411 | 2026-03-06T18:53:11.238Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2412 | 2026-03-06T18:53:11.514Z | Compiling typify v0.6.1 |
| 2413 | 2026-03-06T18:53:11.724Z | Compiling progenitor-impl v0.13.0 |
| 2414 | 2026-03-06T18:53:13.439Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2415 | 2026-03-06T18:53:14.445Z | Checking smawk v0.3.2 |
| 2416 | 2026-03-06T18:53:14.722Z | Checking unicode-linebreak v0.1.5 |
| 2417 | 2026-03-06T18:53:14.856Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2418 | 2026-03-06T18:53:15.228Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2419 | 2026-03-06T18:53:15.480Z | Compiling typify-macro v0.4.3 |
| 2420 | 2026-03-06T18:53:15.587Z | Checking globset v0.4.18 |
| 2421 | 2026-03-06T18:53:16.473Z | Compiling convert_case v0.10.0 |
| 2422 | 2026-03-06T18:53:17.651Z | Compiling slog-dtrace v0.3.0 |
| 2423 | 2026-03-06T18:53:18.052Z | Checking resolv-conf v0.7.6 |
| 2424 | 2026-03-06T18:53:18.409Z | Compiling derive_more-impl v2.1.1 |
| 2425 | 2026-03-06T18:53:18.458Z | Compiling progenitor-macro v0.13.0 |
| 2426 | 2026-03-06T18:53:19.105Z | Compiling pin-project-internal v1.1.11 |
| 2427 | 2026-03-06T18:53:19.207Z | Compiling typify v0.4.3 |
| 2428 | 2026-03-06T18:53:19.665Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2429 | 2026-03-06T18:53:20.084Z | Checking pem v3.0.6 |
| 2430 | 2026-03-06T18:53:20.164Z | Checking derive_more v2.1.1 |
| 2431 | 2026-03-06T18:53:20.252Z | Checking fd-lock v4.0.4 |
| 2432 | 2026-03-06T18:53:20.337Z | Checking crossterm v0.29.0 |
| 2433 | 2026-03-06T18:53:20.413Z | Checking vte v0.14.1 |
| 2434 | 2026-03-06T18:53:20.506Z | Checking display-error-chain v0.2.2 |
| 2435 | 2026-03-06T18:53:20.762Z | Checking strip-ansi-escapes v0.2.1 |
| 2436 | 2026-03-06T18:53:20.766Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2437 | 2026-03-06T18:53:20.988Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2438 | 2026-03-06T18:53:21.250Z | Compiling snafu-derive v0.8.9 |
| 2439 | 2026-03-06T18:53:21.603Z | Checking termtree v0.5.1 |
| 2440 | 2026-03-06T18:53:21.787Z | Checking pin-project v1.1.11 |
| 2441 | 2026-03-06T18:53:21.892Z | Checking nu-ansi-term v0.50.3 |
| 2442 | 2026-03-06T18:53:21.998Z | Checking linked-hash-map v0.5.6 |
| 2443 | 2026-03-06T18:53:22.295Z | Compiling progenitor-impl v0.11.2 |
| 2444 | 2026-03-06T18:53:22.352Z | Checking reedline v0.40.0 |
| 2445 | 2026-03-06T18:53:22.404Z | Checking lru-cache v0.1.2 |
| 2446 | 2026-03-06T18:53:22.647Z | Checking textwrap v0.16.2 |
| 2447 | 2026-03-06T18:53:23.128Z | Checking olpc-cjson v0.1.4 |
| 2448 | 2026-03-06T18:53:23.432Z | Checking hickory-proto v0.24.4 |
| 2449 | 2026-03-06T18:53:25.068Z | Checking serde_plain v1.0.2 |
| 2450 | 2026-03-06T18:53:25.173Z | Checking typed-path v0.9.3 |
| 2451 | 2026-03-06T18:53:25.395Z | Compiling minimal-lexical v0.2.1 |
| 2452 | 2026-03-06T18:53:25.972Z | Compiling nom v7.1.3 |
| 2453 | 2026-03-06T18:53:26.027Z | Checking snafu v0.8.9 |
| 2454 | 2026-03-06T18:53:27.059Z | Checking tough v0.20.0 |
| 2455 | 2026-03-06T18:53:27.628Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2456 | 2026-03-06T18:53:28.678Z | Checking progenitor-client v0.11.2 |
| 2457 | 2026-03-06T18:53:28.795Z | Checking nibble_vec v0.1.0 |
| 2458 | 2026-03-06T18:53:28.985Z | Compiling progenitor-macro v0.11.2 |
| 2459 | 2026-03-06T18:53:29.075Z | Checking endian-type v0.1.2 |
| 2460 | 2026-03-06T18:53:29.146Z | Checking hickory-resolver v0.24.4 |
| 2461 | 2026-03-06T18:53:29.223Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2462 | 2026-03-06T18:53:29.354Z | Checking radix_trie v0.2.1 |
| 2463 | 2026-03-06T18:53:29.410Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2464 | 2026-03-06T18:53:29.803Z | Compiling ar_archive_writer v0.5.1 |
| 2465 | 2026-03-06T18:53:30.631Z | Checking humantime v2.3.0 |
| 2466 | 2026-03-06T18:53:30.712Z | Checking qorb v0.4.1 |
| 2467 | 2026-03-06T18:53:31.041Z | Checking csv-core v0.1.13 |
| 2468 | 2026-03-06T18:53:31.102Z | Checking base64 v0.21.7 |
| 2469 | 2026-03-06T18:53:31.144Z | Checking progenitor v0.13.0 |
| 2470 | 2026-03-06T18:53:31.409Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2471 | 2026-03-06T18:53:31.465Z | Checking csv v1.4.0 |
| 2472 | 2026-03-06T18:53:31.613Z | Compiling stacker v0.1.23 |
| 2473 | 2026-03-06T18:53:31.883Z | Compiling psm v0.1.30 |
| 2474 | 2026-03-06T18:53:32.144Z | Checking highway v1.3.0 |
| 2475 | 2026-03-06T18:53:32.323Z | Compiling cfg_aliases v0.1.1 |
| 2476 | 2026-03-06T18:53:32.650Z | Compiling nix v0.28.0 |
| 2477 | 2026-03-06T18:53:32.795Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2478 | 2026-03-06T18:53:33.244Z | Checking papergrid v0.11.0 |
| 2479 | 2026-03-06T18:53:33.366Z | Compiling tabled_derive v0.7.0 |
| 2480 | 2026-03-06T18:53:33.456Z | Checking home v0.5.12 |
| 2481 | 2026-03-06T18:53:33.807Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2482 | 2026-03-06T18:53:33.984Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2483 | 2026-03-06T18:53:34.744Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2484 | 2026-03-06T18:53:35.093Z | Checking phf_shared v0.12.1 |
| 2485 | 2026-03-06T18:53:35.435Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2486 | 2026-03-06T18:53:35.570Z | Checking tabled v0.15.0 |
| 2487 | 2026-03-06T18:53:35.689Z | Compiling chrono-tz v0.10.4 |
| 2488 | 2026-03-06T18:53:35.868Z | Compiling semver v0.1.20 |
| 2489 | 2026-03-06T18:53:36.140Z | Checking phf v0.12.1 |
| 2490 | 2026-03-06T18:53:36.245Z | Checking recursive v0.1.1 |
| 2491 | 2026-03-06T18:53:36.442Z | Compiling rustc_version v0.1.7 |
| 2492 | 2026-03-06T18:53:36.538Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2493 | 2026-03-06T18:53:37.232Z | Compiling const_format_proc_macros v0.2.34 |
| 2494 | 2026-03-06T18:53:37.600Z | Compiling peg-macros v0.8.5 |
| 2495 | 2026-03-06T18:53:37.878Z | Checking winnow v0.6.26 |
| 2496 | 2026-03-06T18:53:38.257Z | Compiling sqlparser_derive v0.5.0 |
| 2497 | 2026-03-06T18:53:38.873Z | Checking unicode_categories v0.1.1 |
| 2498 | 2026-03-06T18:53:39.224Z | Checking const_format v0.2.35 |
| 2499 | 2026-03-06T18:53:39.511Z | Checking rustyline v14.0.0 |
| 2500 | 2026-03-06T18:53:39.803Z | Compiling newtype_derive v0.1.6 |
| 2501 | 2026-03-06T18:53:39.919Z | Checking sqlparser v0.61.0 |
| 2502 | 2026-03-06T18:53:40.635Z | Checking sqlformat v0.3.5 |
| 2503 | 2026-03-06T18:53:40.704Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2504 | 2026-03-06T18:53:40.931Z | Checking peg v0.8.5 |
| 2505 | 2026-03-06T18:53:41.049Z | Checking bcs v0.1.6 |
| 2506 | 2026-03-06T18:53:41.157Z | Checking progenitor v0.11.2 |
| 2507 | 2026-03-06T18:53:41.398Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2508 | 2026-03-06T18:53:41.453Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2509 | 2026-03-06T18:53:41.526Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2510 | 2026-03-06T18:53:41.576Z | Checking steno v0.4.1 |
| 2511 | 2026-03-06T18:53:41.769Z | Checking utf-8 v0.7.6 |
| 2512 | 2026-03-06T18:53:42.042Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2513 | 2026-03-06T18:53:42.093Z | Checking filetime v0.2.27 |
| 2514 | 2026-03-06T18:53:42.227Z | Checking arc-swap v1.8.2 |
| 2515 | 2026-03-06T18:53:42.377Z | Checking xattr v1.6.1 |
| 2516 | 2026-03-06T18:53:42.648Z | Checking tar v0.4.44 |
| 2517 | 2026-03-06T18:53:42.708Z | Checking slog-scope v4.4.1 |
| 2518 | 2026-03-06T18:53:43.002Z | Compiling progenitor-impl v0.10.0 |
| 2519 | 2026-03-06T18:53:43.580Z | Checking slog-stdlog v4.1.1 |
| 2520 | 2026-03-06T18:53:43.857Z | Checking slog-envlogger v2.2.0 |
| 2521 | 2026-03-06T18:53:43.915Z | Checking tungstenite v0.21.0 |
| 2522 | 2026-03-06T18:53:44.134Z | Checking typeid v1.0.3 |
| 2523 | 2026-03-06T18:53:44.354Z | Checking subprocess v0.2.15 |
| 2524 | 2026-03-06T18:53:44.838Z | Checking tokio-tungstenite v0.21.0 |
| 2525 | 2026-03-06T18:53:44.954Z | Checking headers-core v0.3.0 |
| 2526 | 2026-03-06T18:53:45.183Z | Checking headers v0.4.1 |
| 2527 | 2026-03-06T18:53:45.365Z | Compiling lzma-sys v0.1.20 |
| 2528 | 2026-03-06T18:53:45.790Z | Compiling cargo_toml v0.22.3 |
| 2529 | 2026-03-06T18:53:45.907Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2530 | 2026-03-06T18:53:46.265Z | Checking yasna v0.5.2 |
| 2531 | 2026-03-06T18:53:46.355Z | Checking ron v0.12.0 |
| 2532 | 2026-03-06T18:53:46.437Z | Checking xz2 v0.1.7 |
| 2533 | 2026-03-06T18:53:46.821Z | Checking base16ct v1.0.0 |
| 2534 | 2026-03-06T18:53:47.102Z | Checking dropshot-api-manager-types v0.5.2 |
| 2535 | 2026-03-06T18:53:47.190Z | Checking rcgen v0.12.1 |
| 2536 | 2026-03-06T18:53:47.476Z | Checking tagptr v0.2.0 |
| 2537 | 2026-03-06T18:53:47.793Z | Checking moka v0.12.13 |
| 2538 | 2026-03-06T18:53:47.911Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2539 | 2026-03-06T18:53:48.173Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2540 | 2026-03-06T18:53:48.310Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2541 | 2026-03-06T18:53:48.453Z | Compiling libefi-sys v0.1.0 |
| 2542 | 2026-03-06T18:53:48.859Z | Compiling radium v0.7.0 |
| 2543 | 2026-03-06T18:53:49.305Z | Compiling bitfield-struct v0.6.2 |
| 2544 | 2026-03-06T18:53:49.358Z | Checking hickory-resolver v0.25.2 |
| 2545 | 2026-03-06T18:53:49.488Z | Checking tap v1.0.1 |
| 2546 | 2026-03-06T18:53:49.586Z | Compiling progenitor-macro v0.10.0 |
| 2547 | 2026-03-06T18:53:49.723Z | Compiling maybe-uninit v2.0.0 |
| 2548 | 2026-03-06T18:53:50.429Z | Checking wyz v0.5.1 |
| 2549 | 2026-03-06T18:53:50.646Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2550 | 2026-03-06T18:53:50.700Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2551 | 2026-03-06T18:53:50.755Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2552 | 2026-03-06T18:53:51.312Z | Compiling zerocopy-derive v0.6.6 |
| 2553 | 2026-03-06T18:53:51.356Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2554 | 2026-03-06T18:53:51.532Z | Compiling packed_struct v0.10.1 |
| 2555 | 2026-03-06T18:53:51.660Z | Checking crc-catalog v2.4.0 |
| 2556 | 2026-03-06T18:53:51.710Z | Checking funty v2.0.0 |
| 2557 | 2026-03-06T18:53:51.880Z | Checking crc v3.4.0 |
| 2558 | 2026-03-06T18:53:52.141Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2559 | 2026-03-06T18:53:52.298Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2560 | 2026-03-06T18:53:52.596Z | Compiling packed_struct_codegen v0.10.1 |
| 2561 | 2026-03-06T18:53:52.651Z | Checking bitvec v1.0.1 |
| 2562 | 2026-03-06T18:53:52.782Z | Compiling bitfield-macros v0.19.4 |
| 2563 | 2026-03-06T18:53:52.976Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2564 | 2026-03-06T18:53:53.150Z | Checking zerocopy v0.6.6 |
| 2565 | 2026-03-06T18:53:53.945Z | Compiling indexmap v1.9.3 |
| 2566 | 2026-03-06T18:53:54.370Z | Checking nodrop v0.1.14 |
| 2567 | 2026-03-06T18:53:54.428Z | Checking bitfield v0.19.4 |
| 2568 | 2026-03-06T18:53:54.575Z | Checking array-init v0.0.4 |
| 2569 | 2026-03-06T18:53:55.082Z | Checking smallvec v0.6.14 |
| 2570 | 2026-03-06T18:53:55.136Z | Checking hashbrown v0.12.3 |
| 2571 | 2026-03-06T18:53:55.178Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2572 | 2026-03-06T18:53:55.509Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2573 | 2026-03-06T18:53:55.552Z | Checking ron v0.8.1 |
| 2574 | 2026-03-06T18:53:55.555Z | Checking serde-hex v0.1.0 |
| 2575 | 2026-03-06T18:53:56.737Z | Checking hashbrown v0.13.2 |
| 2576 | 2026-03-06T18:53:56.792Z | Checking crc-any v2.5.0 |
| 2577 | 2026-03-06T18:53:57.206Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2578 | 2026-03-06T18:53:57.353Z | Checking path-slash v0.1.5 |
| 2579 | 2026-03-06T18:53:57.527Z | Compiling xshell-macros v0.2.7 |
| 2580 | 2026-03-06T18:53:57.579Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2581 | 2026-03-06T18:53:57.713Z | Checking object v0.30.4 |
| 2582 | 2026-03-06T18:53:58.288Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2583 | 2026-03-06T18:53:58.355Z | Checking xshell v0.2.7 |
| 2584 | 2026-03-06T18:53:58.775Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2585 | 2026-03-06T18:53:58.886Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2586 | 2026-03-06T18:53:59.602Z | Checking half v1.8.3 |
| 2587 | 2026-03-06T18:53:59.779Z | Compiling num-derive v0.3.3 |
| 2588 | 2026-03-06T18:54:00.072Z | Checking serde_cbor v0.11.2 |
| 2589 | 2026-03-06T18:54:00.230Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2590 | 2026-03-06T18:54:01.007Z | Compiling proc-macro-error2 v2.0.1 |
| 2591 | 2026-03-06T18:54:01.063Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2592 | 2026-03-06T18:54:01.515Z | Compiling nix v0.31.1 |
| 2593 | 2026-03-06T18:54:01.618Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2594 | 2026-03-06T18:54:01.849Z | Checking progenitor v0.10.0 |
| 2595 | 2026-03-06T18:54:01.922Z | Checking libscf-sys v1.1.0 |
| 2596 | 2026-03-06T18:54:01.991Z | Compiling tabled_derive v0.11.0 |
| 2597 | 2026-03-06T18:54:02.169Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2598 | 2026-03-06T18:54:02.225Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2599 | 2026-03-06T18:54:02.684Z | Checking papergrid v0.17.0 |
| 2600 | 2026-03-06T18:54:02.733Z | Checking testing_table v0.3.0 |
| 2601 | 2026-03-06T18:54:03.506Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2602 | 2026-03-06T18:54:04.375Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2603 | 2026-03-06T18:54:04.667Z | Checking maplit v1.0.2 |
| 2604 | 2026-03-06T18:54:04.777Z | Checking tabled v0.20.0 |
| 2605 | 2026-03-06T18:54:04.869Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2606 | 2026-03-06T18:54:04.945Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2607 | 2026-03-06T18:54:05.301Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2608 | 2026-03-06T18:54:05.626Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2609 | 2026-03-06T18:54:05.730Z | Checking crc8 v0.1.1 |
| 2610 | 2026-03-06T18:54:05.948Z | Checking fxhash v0.2.1 |
| 2611 | 2026-03-06T18:54:06.202Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2612 | 2026-03-06T18:54:06.306Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2613 | 2026-03-06T18:54:07.470Z | Checking unicase v2.9.0 |
| 2614 | 2026-03-06T18:54:07.646Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2615 | 2026-03-06T18:54:07.834Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2616 | 2026-03-06T18:54:08.138Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2617 | 2026-03-06T18:54:08.574Z | Checking kstat-rs v0.2.4 |
| 2618 | 2026-03-06T18:54:08.896Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2619 | 2026-03-06T18:54:08.958Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2620 | 2026-03-06T18:54:09.065Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2621 | 2026-03-06T18:54:09.287Z | Compiling parking_lot_core v0.8.6 |
| 2622 | 2026-03-06T18:54:09.843Z | Compiling git-stub v1.0.0 |
| 2623 | 2026-03-06T18:54:09.920Z | Compiling dsl_auto_type v0.1.3 |
| 2624 | 2026-03-06T18:54:09.974Z | Checking scheduled-thread-pool v0.2.7 |
| 2625 | 2026-03-06T18:54:10.257Z | Compiling vergen-gitcl v1.0.8 |
| 2626 | 2026-03-06T18:54:10.378Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2627 | 2026-03-06T18:54:10.524Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2628 | 2026-03-06T18:54:10.726Z | Checking r2d2 v0.8.10 |
| 2629 | 2026-03-06T18:54:10.778Z | Compiling git-stub-vcs v0.1.0 |
| 2630 | 2026-03-06T18:54:11.093Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2631 | 2026-03-06T18:54:11.235Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2632 | 2026-03-06T18:54:11.285Z | Compiling diesel_derives v2.2.7 |
| 2633 | 2026-03-06T18:54:11.560Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2634 | 2026-03-06T18:54:11.615Z | Checking parking_lot v0.11.2 |
| 2635 | 2026-03-06T18:54:11.887Z | Checking prefix-trie v0.7.0 |
| 2636 | 2026-03-06T18:54:11.998Z | Checking nanorand v0.7.0 |
| 2637 | 2026-03-06T18:54:12.053Z | Compiling dirs-sys-next v0.1.2 |
| 2638 | 2026-03-06T18:54:12.401Z | Compiling crunchy v0.2.4 |
| 2639 | 2026-03-06T18:54:12.455Z | Checking flume v0.11.1 |
| 2640 | 2026-03-06T18:54:12.567Z | Checking hickory-server v0.25.2 |
| 2641 | 2026-03-06T18:54:12.734Z | Compiling dirs-next v2.0.0 |
| 2642 | 2026-03-06T18:54:13.005Z | Checking sled v0.34.7 |
| 2643 | 2026-03-06T18:54:13.055Z | Compiling clang-sys v1.8.1 |
| 2644 | 2026-03-06T18:54:13.057Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2645 | 2026-03-06T18:54:13.145Z | Checking hickory-client v0.25.2 |
| 2646 | 2026-03-06T18:54:13.515Z | Compiling tiny-keccak v2.0.2 |
| 2647 | 2026-03-06T18:54:13.892Z | Compiling term v0.7.0 |
| 2648 | 2026-03-06T18:54:14.008Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2649 | 2026-03-06T18:54:14.010Z | Compiling salty v0.3.0 |
| 2650 | 2026-03-06T18:54:14.219Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2651 | 2026-03-06T18:54:14.338Z | Compiling bit-vec v0.6.3 |
| 2652 | 2026-03-06T18:54:14.642Z | Compiling ascii-canvas v3.0.0 |
| 2653 | 2026-03-06T18:54:14.779Z | Compiling bit-set v0.5.3 |
| 2654 | 2026-03-06T18:54:15.195Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2655 | 2026-03-06T18:54:15.199Z | Checking primeorder v0.13.6 |
| 2656 | 2026-03-06T18:54:15.301Z | Compiling itertools v0.10.5 |
| 2657 | 2026-03-06T18:54:15.731Z | Compiling ena v0.14.4 |
| 2658 | 2026-03-06T18:54:16.104Z | Compiling libloading v0.8.9 |
| 2659 | 2026-03-06T18:54:16.159Z | Compiling diff v0.1.13 |
| 2660 | 2026-03-06T18:54:16.209Z | Compiling bindgen v0.71.1 |
| 2661 | 2026-03-06T18:54:16.543Z | Compiling regex-syntax v0.6.29 |
| 2662 | 2026-03-06T18:54:17.529Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2663 | 2026-03-06T18:54:17.843Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2664 | 2026-03-06T18:54:17.993Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2665 | 2026-03-06T18:54:18.638Z | Compiling cexpr v0.6.0 |
| 2666 | 2026-03-06T18:54:19.253Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2667 | 2026-03-06T18:54:19.768Z | Compiling lalrpop v0.19.12 |
| 2668 | 2026-03-06T18:54:20.179Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2669 | 2026-03-06T18:54:20.917Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2670 | 2026-03-06T18:54:21.334Z | Compiling libxml v0.3.3 |
| 2671 | 2026-03-06T18:54:21.564Z | Compiling fs-err v2.11.0 |
| 2672 | 2026-03-06T18:54:21.732Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2673 | 2026-03-06T18:54:21.882Z | Checking p384 v0.13.1 |
| 2674 | 2026-03-06T18:54:22.054Z | Checking diesel v2.2.12 |
| 2675 | 2026-03-06T18:54:22.183Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2676 | 2026-03-06T18:54:22.458Z | Compiling strum_macros v0.24.3 |
| 2677 | 2026-03-06T18:54:22.881Z | Compiling indoc v1.0.9 |
| 2678 | 2026-03-06T18:54:25.765Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2679 | 2026-03-06T18:54:25.863Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2680 | 2026-03-06T18:54:26.513Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2681 | 2026-03-06T18:54:26.853Z | Checking quick-xml v0.37.5 |
| 2682 | 2026-03-06T18:54:26.932Z | Checking derive_builder v0.20.2 |
| 2683 | 2026-03-06T18:54:27.170Z | Compiling oso-derive v0.27.3 |
| 2684 | 2026-03-06T18:54:27.229Z | Compiling trait-variant v0.1.2 |
| 2685 | 2026-03-06T18:54:28.032Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2686 | 2026-03-06T18:54:28.206Z | Checking openssl-probe v0.1.6 |
| 2687 | 2026-03-06T18:54:28.399Z | Checking parse-size v1.1.0 |
| 2688 | 2026-03-06T18:54:28.452Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2689 | 2026-03-06T18:54:28.640Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2690 | 2026-03-06T18:54:28.929Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2691 | 2026-03-06T18:54:30.066Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2692 | 2026-03-06T18:54:30.539Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2693 | 2026-03-06T18:54:31.623Z | Checking assert_matches v1.5.0 |
| 2694 | 2026-03-06T18:54:31.797Z | Compiling mime_guess v2.0.5 |
| 2695 | 2026-03-06T18:54:31.853Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2696 | 2026-03-06T18:54:32.120Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2697 | 2026-03-06T18:54:32.382Z | Checking predicates-tree v1.0.13 |
| 2698 | 2026-03-06T18:54:32.615Z | Checking http-range v0.1.5 |
| 2699 | 2026-03-06T18:54:32.897Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2700 | 2026-03-06T18:54:33.093Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2701 | 2026-03-06T18:54:33.152Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2702 | 2026-03-06T18:54:33.233Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2703 | 2026-03-06T18:54:33.284Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2704 | 2026-03-06T18:54:37.104Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2705 | 2026-03-06T18:54:37.399Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2706 | 2026-03-06T18:54:37.686Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2707 | 2026-03-06T18:54:39.074Z | Checking atty v0.2.14 |
| 2708 | 2026-03-06T18:54:39.193Z | Compiling diesel-dtrace v0.4.2 |
| 2709 | 2026-03-06T18:54:39.716Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2710 | 2026-03-06T18:54:39.884Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2711 | 2026-03-06T18:54:40.610Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2712 | 2026-03-06T18:54:40.684Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2713 | 2026-03-06T18:54:41.095Z | Checking bb8 v0.8.6 |
| 2714 | 2026-03-06T18:54:41.682Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2715 | 2026-03-06T18:54:41.756Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2716 | 2026-03-06T18:54:42.133Z | Checking corncobs v0.1.4 |
| 2717 | 2026-03-06T18:54:42.352Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2718 | 2026-03-06T18:54:42.412Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2719 | 2026-03-06T18:54:43.019Z | Checking hyper-staticfile v0.10.1 |
| 2720 | 2026-03-06T18:54:43.076Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2721 | 2026-03-06T18:54:43.079Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2722 | 2026-03-06T18:54:43.352Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2723 | 2026-03-06T18:54:43.511Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2724 | 2026-03-06T18:54:43.641Z | Checking ignore v0.4.25 |
| 2725 | 2026-03-06T18:54:43.866Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2726 | 2026-03-06T18:54:43.930Z | Checking signal-hook-tokio v0.3.1 |
| 2727 | 2026-03-06T18:54:44.205Z | Checking secrecy v0.8.0 |
| 2728 | 2026-03-06T18:54:44.487Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2729 | 2026-03-06T18:54:44.545Z | Checking globwalk v0.9.1 |
| 2730 | 2026-03-06T18:54:45.067Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2731 | 2026-03-06T18:54:45.141Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2732 | 2026-03-06T18:54:45.915Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2733 | 2026-03-06T18:54:45.975Z | Checking nonempty v0.12.0 |
| 2734 | 2026-03-06T18:54:46.334Z | Checking camino-tempfile-ext v0.3.3 |
| 2735 | 2026-03-06T18:54:46.416Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2736 | 2026-03-06T18:54:46.494Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2737 | 2026-03-06T18:54:46.739Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2738 | 2026-03-06T18:54:47.183Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2739 | 2026-03-06T18:54:47.859Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2740 | 2026-03-06T18:54:48.305Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2741 | 2026-03-06T18:54:48.756Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2742 | 2026-03-06T18:54:48.871Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2743 | 2026-03-06T18:54:49.343Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2744 | 2026-03-06T18:54:50.068Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2745 | 2026-03-06T18:54:50.330Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2746 | 2026-03-06T18:54:50.569Z | Checking tungstenite v0.23.0 |
| 2747 | 2026-03-06T18:54:50.888Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2748 | 2026-03-06T18:54:51.093Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2749 | 2026-03-06T18:54:51.512Z | Checking tokio-tungstenite v0.23.1 |
| 2750 | 2026-03-06T18:54:52.082Z | Checking async-bb8-diesel v0.2.1 |
| 2751 | 2026-03-06T18:54:52.137Z | Checking void v1.0.2 |
| 2752 | 2026-03-06T18:54:52.229Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2753 | 2026-03-06T18:54:52.357Z | Checking lzss v0.8.2 |
| 2754 | 2026-03-06T18:54:52.772Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2755 | 2026-03-06T18:54:52.823Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2756 | 2026-03-06T18:54:53.126Z | Checking nix v0.27.1 |
| 2757 | 2026-03-06T18:54:53.585Z | Checking serde_bytes v0.11.19 |
| 2758 | 2026-03-06T18:54:53.967Z | Checking rand_seeder v0.4.0 |
| 2759 | 2026-03-06T18:54:54.266Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2760 | 2026-03-06T18:54:54.458Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2761 | 2026-03-06T18:54:55.002Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2762 | 2026-03-06T18:54:55.357Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2763 | 2026-03-06T18:54:55.428Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2764 | 2026-03-06T18:54:57.019Z | Checking is_ci v1.2.0 |
| 2765 | 2026-03-06T18:54:57.159Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2766 | 2026-03-06T18:54:57.233Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2767 | 2026-03-06T18:54:57.288Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2768 | 2026-03-06T18:54:58.048Z | Checking yansi v1.0.1 |
| 2769 | 2026-03-06T18:54:58.688Z | Checking pretty_assertions v1.4.1 |
| 2770 | 2026-03-06T18:54:58.980Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2771 | 2026-03-06T18:54:59.158Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2772 | 2026-03-06T18:54:59.475Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2773 | 2026-03-06T18:54:59.623Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2774 | 2026-03-06T18:55:00.040Z | Compiling darling_core v0.23.0 |
| 2775 | 2026-03-06T18:55:01.160Z | Compiling indoc v2.0.7 |
| 2776 | 2026-03-06T18:55:01.943Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2777 | 2026-03-06T18:55:02.086Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2778 | 2026-03-06T18:55:02.436Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2779 | 2026-03-06T18:55:02.504Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2780 | 2026-03-06T18:55:02.905Z | Compiling instability v0.3.11 |
| 2781 | 2026-03-06T18:55:03.402Z | Compiling libz-sys v1.1.24 |
| 2782 | 2026-03-06T18:55:03.454Z | Checking castaway v0.2.4 |
| 2783 | 2026-03-06T18:55:03.700Z | Checking compact_str v0.8.1 |
| 2784 | 2026-03-06T18:55:04.295Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2785 | 2026-03-06T18:55:04.485Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2786 | 2026-03-06T18:55:04.585Z | Checking supports-color v3.0.2 |
| 2787 | 2026-03-06T18:55:04.860Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2788 | 2026-03-06T18:55:05.277Z | Checking unicode-truncate v1.1.0 |
| 2789 | 2026-03-06T18:55:05.594Z | Checking lru v0.12.5 |
| 2790 | 2026-03-06T18:55:05.705Z | Checking cassowary v0.3.0 |
| 2791 | 2026-03-06T18:55:06.016Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2792 | 2026-03-06T18:55:06.410Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2793 | 2026-03-06T18:55:06.413Z | Compiling darling_macro v0.23.0 |
| 2794 | 2026-03-06T18:55:07.364Z | Compiling darling v0.23.0 |
| 2795 | 2026-03-06T18:55:08.166Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2796 | 2026-03-06T18:55:08.661Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2797 | 2026-03-06T18:55:09.039Z | Checking ratatui v0.29.0 |
| 2798 | 2026-03-06T18:55:09.042Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2799 | 2026-03-06T18:55:09.638Z | Compiling vergen-git2 v1.0.7 |
| 2800 | 2026-03-06T18:55:10.129Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2801 | 2026-03-06T18:55:10.539Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2802 | 2026-03-06T18:55:10.861Z | Checking colored v2.2.0 |
| 2803 | 2026-03-06T18:55:11.333Z | Checking shell-words v1.1.1 |
| 2804 | 2026-03-06T18:55:11.442Z | Compiling rustls v0.21.12 |
| 2805 | 2026-03-06T18:55:11.593Z | Checking plotters-backend v0.3.7 |
| 2806 | 2026-03-06T18:55:12.021Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2807 | 2026-03-06T18:55:12.060Z | Checking plotters-svg v0.3.7 |
| 2808 | 2026-03-06T18:55:12.063Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2809 | 2026-03-06T18:55:12.350Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2810 | 2026-03-06T18:55:12.528Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2811 | 2026-03-06T18:55:12.779Z | Compiling nix v0.29.0 |
| 2812 | 2026-03-06T18:55:13.451Z | Checking sct v0.7.1 |
| 2813 | 2026-03-06T18:55:13.703Z | Checking rustls-webpki v0.101.7 |
| 2814 | 2026-03-06T18:55:13.757Z | Checking cast v0.3.0 |
| 2815 | 2026-03-06T18:55:13.980Z | Checking hex-literal v0.4.1 |
| 2816 | 2026-03-06T18:55:14.118Z | Checking criterion-plot v0.6.0 |
| 2817 | 2026-03-06T18:55:14.196Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2818 | 2026-03-06T18:55:14.887Z | Checking plotters v0.3.7 |
| 2819 | 2026-03-06T18:55:16.667Z | Checking erased-serde v0.4.9 |
| 2820 | 2026-03-06T18:55:17.311Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2821 | 2026-03-06T18:55:17.561Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2822 | 2026-03-06T18:55:19.017Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2823 | 2026-03-06T18:55:20.479Z | Checking tinytemplate v1.2.1 |
| 2824 | 2026-03-06T18:55:20.933Z | Checking ordered-float v2.10.1 |
| 2825 | 2026-03-06T18:55:21.576Z | Checking oorandom v11.1.5 |
| 2826 | 2026-03-06T18:55:21.822Z | Checking anes v0.1.6 |
| 2827 | 2026-03-06T18:55:22.238Z | Checking criterion v0.7.0 |
| 2828 | 2026-03-06T18:55:23.019Z | Checking serde-value v0.7.0 |
| 2829 | 2026-03-06T18:55:23.522Z | Checking serde-untagged v0.1.9 |
| 2830 | 2026-03-06T18:55:23.962Z | Checking tokio-rustls v0.24.1 |
| 2831 | 2026-03-06T18:55:24.943Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2832 | 2026-03-06T18:55:24.998Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2833 | 2026-03-06T18:55:25.398Z | Checking rustls-pemfile v1.0.4 |
| 2834 | 2026-03-06T18:55:25.685Z | Checking twox-hash v2.1.2 |
| 2835 | 2026-03-06T18:55:26.372Z | Checking unicode-xid v0.2.6 |
| 2836 | 2026-03-06T18:55:26.624Z | Checking cargo-util-schemas v0.8.2 |
| 2837 | 2026-03-06T18:55:26.752Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2838 | 2026-03-06T18:55:28.143Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2839 | 2026-03-06T18:55:28.437Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2840 | 2026-03-06T18:55:28.834Z | Checking progenitor-extras v0.1.0 |
| 2841 | 2026-03-06T18:55:29.266Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2842 | 2026-03-06T18:55:29.586Z | Checking fatfs v0.3.6 |
| 2843 | 2026-03-06T18:55:30.651Z | Checking cargo-platform v0.2.0 |
| 2844 | 2026-03-06T18:55:31.026Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2845 | 2026-03-06T18:55:31.311Z | Compiling petname v2.0.2 |
| 2846 | 2026-03-06T18:55:32.286Z | Compiling seq-macro v0.3.6 |
| 2847 | 2026-03-06T18:55:33.773Z | Checking cargo_metadata v0.21.0 |
| 2848 | 2026-03-06T18:55:34.696Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2849 | 2026-03-06T18:55:35.458Z | Checking concurrent-queue v2.5.0 |
| 2850 | 2026-03-06T18:55:35.858Z | Checking rtoolbox v0.0.3 |
| 2851 | 2026-03-06T18:55:36.129Z | Checking parking v2.2.1 |
| 2852 | 2026-03-06T18:55:36.380Z | Checking futures-timer v3.0.3 |
| 2853 | 2026-03-06T18:55:36.615Z | Checking event-listener v5.4.1 |
| 2854 | 2026-03-06T18:55:36.740Z | Checking rpassword v7.4.0 |
| 2855 | 2026-03-06T18:55:37.100Z | Checking tui-tree-widget v0.23.1 |
| 2856 | 2026-03-06T18:55:37.475Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2857 | 2026-03-06T18:55:37.783Z | Checking polyval v0.6.2 |
| 2858 | 2026-03-06T18:55:37.826Z | Checking sapling-renderdag v0.1.0 |
| 2859 | 2026-03-06T18:55:38.012Z | Checking sync-ptr v0.1.4 |
| 2860 | 2026-03-06T18:55:38.103Z | Checking ghash v0.5.1 |
| 2861 | 2026-03-06T18:55:38.271Z | Checking event-listener-strategy v0.5.4 |
| 2862 | 2026-03-06T18:55:38.353Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2863 | 2026-03-06T18:55:38.407Z | Checking ctr v0.9.2 |
| 2864 | 2026-03-06T18:55:38.507Z | Checking constant_time_eq v0.4.2 |
| 2865 | 2026-03-06T18:55:38.753Z | Checking arrayvec v0.7.6 |
| 2866 | 2026-03-06T18:55:38.807Z | Checking arrayref v0.3.9 |
| 2867 | 2026-03-06T18:55:38.810Z | Checking aes-gcm v0.10.3 |
| 2868 | 2026-03-06T18:55:39.055Z | Checking async-lock v3.4.2 |
| 2869 | 2026-03-06T18:55:39.127Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2870 | 2026-03-06T18:55:39.183Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2871 | 2026-03-06T18:55:39.888Z | Checking ssh-encoding v0.2.0 |
| 2872 | 2026-03-06T18:55:40.311Z | Checking blowfish v0.9.1 |
| 2873 | 2026-03-06T18:55:40.640Z | Checking bcrypt-pbkdf v0.10.0 |
| 2874 | 2026-03-06T18:55:40.944Z | Checking ssh-cipher v0.2.0 |
| 2875 | 2026-03-06T18:55:40.997Z | Checking async-object-pool v0.2.0 |
| 2876 | 2026-03-06T18:55:41.222Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2877 | 2026-03-06T18:55:41.309Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2878 | 2026-03-06T18:55:41.881Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2879 | 2026-03-06T18:55:42.321Z | Checking serde_regex v1.1.0 |
| 2880 | 2026-03-06T18:55:42.655Z | Checking password-hash v0.4.2 |
| 2881 | 2026-03-06T18:55:43.201Z | Checking assert-json-diff v2.0.2 |
| 2882 | 2026-03-06T18:55:43.250Z | Checking path-tree v0.8.3 |
| 2883 | 2026-03-06T18:55:43.566Z | Checking gimli v0.32.3 |
| 2884 | 2026-03-06T18:55:43.673Z | Compiling target-lexicon v0.13.3 |
| 2885 | 2026-03-06T18:55:44.769Z | Checking stringmetrics v2.2.2 |
| 2886 | 2026-03-06T18:55:45.034Z | Checking pbkdf2 v0.11.0 |
| 2887 | 2026-03-06T18:55:45.091Z | Checking httpmock v0.8.3 |
| 2888 | 2026-03-06T18:55:45.404Z | Checking ssh-key v0.6.7 |
| 2889 | 2026-03-06T18:55:47.422Z | Checking addr2line v0.25.1 |
| 2890 | 2026-03-06T18:55:48.018Z | Checking p256 v0.13.2 |
| 2891 | 2026-03-06T18:55:48.546Z | Checking p521 v0.13.3 |
| 2892 | 2026-03-06T18:55:49.973Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2893 | 2026-03-06T18:55:50.042Z | Checking russh-cryptovec v0.7.3 |
| 2894 | 2026-03-06T18:55:50.082Z | Compiling samael v0.0.19 |
| 2895 | 2026-03-06T18:55:50.312Z | Checking rustc-demangle v0.1.27 |
| 2896 | 2026-03-06T18:55:50.367Z | Checking md5 v0.7.0 |
| 2897 | 2026-03-06T18:55:50.717Z | Compiling guppy-workspace-hack v0.1.0 |
| 2898 | 2026-03-06T18:55:50.819Z | Checking backtrace v0.3.76 |
| 2899 | 2026-03-06T18:55:51.038Z | Checking russh-keys v0.45.0 |
| 2900 | 2026-03-06T18:55:51.445Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2901 | 2026-03-06T18:55:51.708Z | Checking num-bigint v0.4.6 |
| 2902 | 2026-03-06T18:55:52.476Z | Checking des v0.8.1 |
| 2903 | 2026-03-06T18:55:53.052Z | Compiling blake3 v1.8.3 |
| 2904 | 2026-03-06T18:55:53.817Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2905 | 2026-03-06T18:55:54.008Z | Compiling target-spec v3.5.7 |
| 2906 | 2026-03-06T18:55:54.641Z | Checking russh v0.45.0 |
| 2907 | 2026-03-06T18:55:54.698Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2908 | 2026-03-06T18:55:55.602Z | Checking cfg-expr v0.20.6 |
| 2909 | 2026-03-06T18:55:56.119Z | Checking backtrace-ext v0.2.1 |
| 2910 | 2026-03-06T18:55:56.430Z | Checking supports-color v2.1.0 |
| 2911 | 2026-03-06T18:55:56.531Z | Checking textwrap v0.15.2 |
| 2912 | 2026-03-06T18:55:56.706Z | Checking supports-hyperlinks v2.1.0 |
| 2913 | 2026-03-06T18:55:56.944Z | Checking supports-unicode v2.1.0 |
| 2914 | 2026-03-06T18:55:56.995Z | Checking hashbrown v0.14.5 |
| 2915 | 2026-03-06T18:55:57.163Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2916 | 2026-03-06T18:55:57.615Z | Checking cargo-platform v0.3.2 |
| 2917 | 2026-03-06T18:55:57.998Z | Checking terminal_size v0.1.17 |
| 2918 | 2026-03-06T18:55:58.094Z | Checking socket2 v0.5.10 |
| 2919 | 2026-03-06T18:55:58.214Z | Compiling miette-derive v5.10.0 |
| 2920 | 2026-03-06T18:55:58.647Z | Checking internet-checksum v0.2.1 |
| 2921 | 2026-03-06T18:55:58.730Z | Compiling git2 v0.20.4 |
| 2922 | 2026-03-06T18:55:58.817Z | Checking owo-colors v3.5.0 |
| 2923 | 2026-03-06T18:55:58.890Z | Checking chumsky v0.9.3 |
| 2924 | 2026-03-06T18:56:00.229Z | Checking cargo_metadata v0.23.1 |
| 2925 | 2026-03-06T18:56:00.895Z | Checking miette v5.10.0 |
| 2926 | 2026-03-06T18:56:01.516Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2927 | 2026-03-06T18:56:01.999Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2928 | 2026-03-06T18:56:02.055Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2929 | 2026-03-06T18:56:02.102Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2930 | 2026-03-06T18:56:02.523Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2931 | 2026-03-06T18:56:02.627Z | Checking httptest v0.16.4 |
| 2932 | 2026-03-06T18:56:03.170Z | Checking pathdiff v0.2.3 |
| 2933 | 2026-03-06T18:56:03.412Z | Compiling knuffel-derive v3.2.0 |
| 2934 | 2026-03-06T18:56:03.467Z | Checking topological-sort v0.2.2 |
| 2935 | 2026-03-06T18:56:03.567Z | Checking nested v0.1.1 |
| 2936 | 2026-03-06T18:56:03.732Z | Checking omicron-zone-package v0.12.2 |
| 2937 | 2026-03-06T18:56:03.854Z | Checking guppy v0.17.25 |
| 2938 | 2026-03-06T18:56:06.668Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2939 | 2026-03-06T18:56:06.671Z | Checking similar-asserts v1.7.0 |
| 2940 | 2026-03-06T18:56:06.671Z | Compiling rstest_macros v0.25.0 |
| 2941 | 2026-03-06T18:56:06.671Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2942 | 2026-03-06T18:56:06.671Z | Compiling target-triple v1.0.0 |
| 2943 | 2026-03-06T18:56:06.671Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2944 | 2026-03-06T18:56:06.813Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2945 | 2026-03-06T18:56:06.893Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2946 | 2026-03-06T18:56:07.044Z | Checking knuffel v3.2.0 |
| 2947 | 2026-03-06T18:56:07.144Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2948 | 2026-03-06T18:56:07.296Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2949 | 2026-03-06T18:56:08.601Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2950 | 2026-03-06T18:56:08.942Z | Compiling assert_cmd v2.1.2 |
| 2951 | 2026-03-06T18:56:09.073Z | Checking escape8259 v0.5.3 |
| 2952 | 2026-03-06T18:56:09.360Z | Compiling relative-path v1.9.3 |
| 2953 | 2026-03-06T18:56:09.554Z | Checking libtest-mimic v0.8.1 |
| 2954 | 2026-03-06T18:56:10.076Z | Checking toml v1.0.3+spec-1.1.0 |
| 2955 | 2026-03-06T18:56:10.450Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2956 | 2026-03-06T18:56:10.673Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2957 | 2026-03-06T18:56:11.534Z | Checking blake2b_simd v1.0.4 |
| 2958 | 2026-03-06T18:56:12.179Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2959 | 2026-03-06T18:56:12.608Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2960 | 2026-03-06T18:56:13.017Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2961 | 2026-03-06T18:56:13.517Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2962 | 2026-03-06T18:56:13.953Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2963 | 2026-03-06T18:56:14.075Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2964 | 2026-03-06T18:56:14.520Z | Checking fancy-regex v0.14.0 |
| 2965 | 2026-03-06T18:56:15.063Z | Checking serde_tokenstream v0.2.3 |
| 2966 | 2026-03-06T18:56:15.399Z | Checking uzers v0.12.2 |
| 2967 | 2026-03-06T18:56:15.556Z | Checking constant_time_eq v0.3.1 |
| 2968 | 2026-03-06T18:56:15.777Z | Checking termcolor v1.4.1 |
| 2969 | 2026-03-06T18:56:15.903Z | Compiling linkme-impl v0.3.35 |
| 2970 | 2026-03-06T18:56:16.280Z | Checking trybuild v1.0.116 |
| 2971 | 2026-03-06T18:56:16.669Z | Checking rust-argon2 v2.1.0 |
| 2972 | 2026-03-06T18:56:17.300Z | Checking datatest-stable v0.3.3 |
| 2973 | 2026-03-06T18:56:18.151Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2974 | 2026-03-06T18:56:18.750Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2975 | 2026-03-06T18:56:18.871Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2976 | 2026-03-06T18:56:19.207Z | Checking rstest v0.25.0 |
| 2977 | 2026-03-06T18:56:19.506Z | Checking support-bundle-viewer v0.1.2 |
| 2978 | 2026-03-06T18:56:20.009Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2979 | 2026-03-06T18:56:20.407Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2980 | 2026-03-06T18:56:20.551Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2981 | 2026-03-06T18:56:20.835Z | Checking drift v0.1.3 |
| 2982 | 2026-03-06T18:56:20.976Z | Checking rand_distr v0.5.1 |
| 2983 | 2026-03-06T18:56:21.572Z | Checking multimap v0.10.1 |
| 2984 | 2026-03-06T18:56:21.955Z | Checking approx v0.5.1 |
| 2985 | 2026-03-06T18:56:22.003Z | Compiling linkme v0.3.35 |
| 2986 | 2026-03-06T18:56:22.006Z | Checking dropshot-api-manager v0.5.2 |
| 2987 | 2026-03-06T18:56:22.670Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2988 | 2026-03-06T18:56:24.230Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2989 | 2026-03-06T18:56:24.358Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2990 | 2026-03-06T18:56:24.406Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2991 | 2026-03-06T18:56:24.822Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2992 | 2026-03-06T18:56:25.623Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2993 | 2026-03-06T18:56:25.785Z | Checking partial-io v0.5.4 |
| 2994 | 2026-03-06T18:56:25.949Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2995 | 2026-03-06T18:56:26.217Z | Checking cargo_toml v0.21.0 |
| 2996 | 2026-03-06T18:56:26.278Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2997 | 2026-03-06T18:56:26.643Z | Checking termios v0.3.3 |
| 2998 | 2026-03-06T18:56:26.895Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2999 | 2026-03-06T18:56:27.483Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3000 | 2026-03-06T18:56:28.150Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3001 | 2026-03-06T18:56:29.708Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3002 | 2026-03-06T18:56:29.846Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3003 | 2026-03-06T18:56:31.479Z | Compiling polar-core v0.27.3 |
| 3004 | 2026-03-06T18:56:34.301Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3005 | 2026-03-06T18:56:42.112Z | Checking oso v0.27.3 |
| 3006 | 2026-03-06T18:56:42.779Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3007 | 2026-03-06T18:56:47.720Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3008 | 2026-03-06T18:56:49.580Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3009 | 2026-03-06T18:56:56.374Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3010 | 2026-03-06T18:57:07.130Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3011 | 2026-03-06T18:57:15.341Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3012 | 2026-03-06T18:57:18.280Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3013 | 2026-03-06T18:57:19.025Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3014 | 2026-03-06T18:57:37.358Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3015 | 2026-03-06T18:59:52.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 57s |
| 3016 | 2026-03-06T18:59:53.033Z | |
| 3017 | 2026-03-06T18:59:53.033Z | real 8:02.707775483 |
| 3018 | 2026-03-06T18:59:53.033Z | user 44:36.293791522 |
| 3019 | 2026-03-06T18:59:53.033Z | sys 7:53.927827697 |
| 3020 | 2026-03-06T18:59:53.033Z | trap 1.272405744 |
| 3021 | 2026-03-06T18:59:53.033Z | tflt 0.566699819 |
| 3022 | 2026-03-06T18:59:53.036Z | dflt 0.193536147 |
| 3023 | 2026-03-06T18:59:53.036Z | kflt 0.000883381 |
| 3024 | 2026-03-06T18:59:53.036Z | lock 1:48:20.347919772 |
| 3025 | 2026-03-06T18:59:53.036Z | slp 2:24:02.538900151 |
| 3026 | 2026-03-06T18:59:53.036Z | lat 2:37.705286992 |
| 3027 | 2026-03-06T18:59:53.036Z | stop 16:34.704720297 |
| 3028 | 2026-03-06T18:59:53.036Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3029 | 2026-03-06T18:59:53.036Z | + ptime -m cargo doc --workspace --no-deps |
| 3030 | 2026-03-06T18:59:54.352Z | warning: output filename collision. |
| 3031 | 2026-03-06T18:59:54.352Z | 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)`. |
| 3032 | 2026-03-06T18:59:54.352Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3033 | 2026-03-06T18:59:54.352Z | The targets should have unique names. |
| 3034 | 2026-03-06T18:59:54.352Z | This is a known bug where multiple crates with the same name use |
| 3035 | 2026-03-06T18:59:54.352Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3036 | 2026-03-06T18:59:55.650Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3037 | 2026-03-06T18:59:55.885Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3038 | 2026-03-06T18:59:55.916Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3039 | 2026-03-06T18:59:55.985Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3040 | 2026-03-06T18:59:56.023Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3041 | 2026-03-06T18:59:56.065Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3042 | 2026-03-06T18:59:56.068Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3043 | 2026-03-06T18:59:56.324Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3044 | 2026-03-06T18:59:56.370Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3045 | 2026-03-06T18:59:56.411Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3046 | 2026-03-06T18:59:56.564Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3047 | 2026-03-06T18:59:56.602Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3048 | 2026-03-06T18:59:56.814Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3049 | 2026-03-06T18:59:56.853Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3050 | 2026-03-06T18:59:56.961Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3051 | 2026-03-06T18:59:57.139Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3052 | 2026-03-06T18:59:57.180Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3053 | 2026-03-06T18:59:57.313Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3054 | 2026-03-06T18:59:57.876Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3055 | 2026-03-06T18:59:58.319Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3056 | 2026-03-06T18:59:58.407Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3057 | 2026-03-06T18:59:58.609Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3058 | 2026-03-06T18:59:58.646Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3059 | 2026-03-06T18:59:58.682Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3060 | 2026-03-06T18:59:58.770Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3061 | 2026-03-06T18:59:58.921Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3062 | 2026-03-06T18:59:59.080Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3063 | 2026-03-06T18:59:59.376Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3064 | 2026-03-06T18:59:59.660Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3065 | 2026-03-06T18:59:59.792Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3066 | 2026-03-06T19:00:00.014Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3067 | 2026-03-06T19:00:00.347Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3068 | 2026-03-06T19:00:00.425Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3069 | 2026-03-06T19:00:00.474Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3070 | 2026-03-06T19:00:00.755Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3071 | 2026-03-06T19:00:00.802Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3072 | 2026-03-06T19:00:00.901Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3073 | 2026-03-06T19:00:01.241Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3074 | 2026-03-06T19:00:01.393Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3075 | 2026-03-06T19:00:01.830Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3076 | 2026-03-06T19:00:02.074Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3077 | 2026-03-06T19:00:02.261Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3078 | 2026-03-06T19:00:02.341Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3079 | 2026-03-06T19:00:02.376Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3080 | 2026-03-06T19:00:02.466Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3081 | 2026-03-06T19:00:02.729Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3082 | 2026-03-06T19:00:02.791Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3083 | 2026-03-06T19:00:02.855Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3084 | 2026-03-06T19:00:02.899Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3085 | 2026-03-06T19:00:03.045Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3086 | 2026-03-06T19:00:03.131Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3087 | 2026-03-06T19:00:03.327Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3088 | 2026-03-06T19:00:03.354Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3089 | 2026-03-06T19:00:03.440Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3090 | 2026-03-06T19:00:03.540Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3091 | 2026-03-06T19:00:03.755Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3092 | 2026-03-06T19:00:03.789Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3093 | 2026-03-06T19:00:03.824Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3094 | 2026-03-06T19:00:04.088Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3095 | 2026-03-06T19:00:04.199Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3096 | 2026-03-06T19:00:04.233Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3097 | 2026-03-06T19:00:04.264Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3098 | 2026-03-06T19:00:04.536Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3099 | 2026-03-06T19:00:04.603Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3100 | 2026-03-06T19:00:05.026Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3101 | 2026-03-06T19:00:05.054Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3102 | 2026-03-06T19:00:05.085Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3103 | 2026-03-06T19:00:05.487Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3104 | 2026-03-06T19:00:06.089Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3105 | 2026-03-06T19:00:06.239Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3106 | 2026-03-06T19:00:07.034Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3107 | 2026-03-06T19:00:07.389Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3108 | 2026-03-06T19:00:07.501Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3109 | 2026-03-06T19:00:07.740Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3110 | 2026-03-06T19:00:07.776Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3111 | 2026-03-06T19:00:08.566Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3112 | 2026-03-06T19:00:09.522Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3113 | 2026-03-06T19:00:09.816Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3114 | 2026-03-06T19:00:10.195Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3115 | 2026-03-06T19:00:10.323Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3116 | 2026-03-06T19:00:10.783Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3117 | 2026-03-06T19:00:10.827Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3118 | 2026-03-06T19:00:10.830Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3119 | 2026-03-06T19:00:11.068Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3120 | 2026-03-06T19:00:11.639Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3121 | 2026-03-06T19:00:11.730Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3122 | 2026-03-06T19:00:12.015Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3123 | 2026-03-06T19:00:12.098Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3124 | 2026-03-06T19:00:13.365Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3125 | 2026-03-06T19:00:13.693Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3126 | 2026-03-06T19:00:13.764Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3127 | 2026-03-06T19:00:13.799Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3128 | 2026-03-06T19:00:14.744Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3129 | 2026-03-06T19:00:14.861Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3130 | 2026-03-06T19:00:14.993Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3131 | 2026-03-06T19:00:15.697Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3132 | 2026-03-06T19:00:15.832Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3133 | 2026-03-06T19:00:15.868Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3134 | 2026-03-06T19:00:16.696Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3135 | 2026-03-06T19:00:17.180Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3136 | 2026-03-06T19:00:18.572Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3137 | 2026-03-06T19:00:19.432Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3138 | 2026-03-06T19:00:20.143Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3139 | 2026-03-06T19:00:21.171Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3140 | 2026-03-06T19:00:21.295Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3141 | 2026-03-06T19:00:21.362Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3142 | 2026-03-06T19:00:21.729Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3143 | 2026-03-06T19:00:21.821Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3144 | 2026-03-06T19:00:21.824Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3145 | 2026-03-06T19:00:22.002Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3146 | 2026-03-06T19:00:22.166Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3147 | 2026-03-06T19:00:22.480Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3148 | 2026-03-06T19:00:22.572Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3149 | 2026-03-06T19:00:23.084Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3150 | 2026-03-06T19:00:23.446Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3151 | 2026-03-06T19:00:23.895Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3152 | 2026-03-06T19:00:24.446Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3153 | 2026-03-06T19:00:24.903Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3154 | 2026-03-06T19:00:27.094Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3155 | 2026-03-06T19:00:27.510Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3156 | 2026-03-06T19:00:27.875Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3157 | 2026-03-06T19:00:27.905Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3158 | 2026-03-06T19:00:28.295Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3159 | 2026-03-06T19:00:29.212Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3160 | 2026-03-06T19:00:29.467Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3161 | 2026-03-06T19:00:29.534Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3162 | 2026-03-06T19:00:29.983Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3163 | 2026-03-06T19:00:30.075Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3164 | 2026-03-06T19:00:31.832Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3165 | 2026-03-06T19:00:32.879Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3166 | 2026-03-06T19:00:33.184Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3167 | 2026-03-06T19:00:33.609Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3168 | 2026-03-06T19:00:34.403Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3169 | 2026-03-06T19:00:34.951Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3170 | 2026-03-06T19:00:35.640Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3171 | 2026-03-06T19:00:35.996Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3172 | 2026-03-06T19:00:37.530Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3173 | 2026-03-06T19:00:38.563Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3174 | 2026-03-06T19:00:38.621Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3175 | 2026-03-06T19:00:38.916Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3176 | 2026-03-06T19:00:39.394Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3177 | 2026-03-06T19:00:40.451Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3178 | 2026-03-06T19:00:41.667Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3179 | 2026-03-06T19:00:43.280Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3180 | 2026-03-06T19:00:43.929Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3181 | 2026-03-06T19:00:47.489Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3182 | 2026-03-06T19:00:48.340Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3183 | 2026-03-06T19:00:48.865Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3184 | 2026-03-06T19:00:48.939Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3185 | 2026-03-06T19:00:49.423Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3186 | 2026-03-06T19:00:49.623Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3187 | 2026-03-06T19:00:50.159Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3188 | 2026-03-06T19:00:51.262Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3189 | 2026-03-06T19:00:52.230Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3190 | 2026-03-06T19:00:53.404Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3191 | 2026-03-06T19:00:54.806Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3192 | 2026-03-06T19:00:56.786Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3193 | 2026-03-06T19:00:56.942Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3194 | 2026-03-06T19:00:58.960Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3195 | 2026-03-06T19:00:59.761Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3196 | 2026-03-06T19:01:02.582Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3197 | 2026-03-06T19:01:03.645Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3198 | 2026-03-06T19:01:04.592Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3199 | 2026-03-06T19:01:05.767Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3200 | 2026-03-06T19:01:07.206Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3201 | 2026-03-06T19:01:07.759Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3202 | 2026-03-06T19:01:08.268Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3203 | 2026-03-06T19:01:08.853Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3204 | 2026-03-06T19:01:08.931Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3205 | 2026-03-06T19:01:09.408Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3206 | 2026-03-06T19:01:10.549Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3207 | 2026-03-06T19:01:10.698Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3208 | 2026-03-06T19:01:10.874Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3209 | 2026-03-06T19:01:10.954Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3210 | 2026-03-06T19:01:10.957Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3211 | 2026-03-06T19:01:11.296Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3212 | 2026-03-06T19:01:12.030Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3213 | 2026-03-06T19:01:12.592Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3214 | 2026-03-06T19:01:12.647Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3215 | 2026-03-06T19:01:13.552Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3216 | 2026-03-06T19:01:13.917Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3217 | 2026-03-06T19:01:14.289Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3218 | 2026-03-06T19:01:15.077Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3219 | 2026-03-06T19:01:16.075Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3220 | 2026-03-06T19:01:16.202Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3221 | 2026-03-06T19:01:17.402Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3222 | 2026-03-06T19:01:19.238Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3223 | 2026-03-06T19:01:22.505Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3224 | 2026-03-06T19:01:22.533Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3225 | 2026-03-06T19:01:27.725Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3226 | 2026-03-06T19:01:29.021Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3227 | 2026-03-06T19:01:30.296Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3228 | 2026-03-06T19:01:31.349Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3229 | 2026-03-06T19:01:32.246Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3230 | 2026-03-06T19:01:36.808Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3231 | 2026-03-06T19:01:38.423Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3232 | 2026-03-06T19:01:39.984Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3233 | 2026-03-06T19:01:41.461Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3234 | 2026-03-06T19:01:42.493Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3235 | 2026-03-06T19:01:46.355Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3236 | 2026-03-06T19:01:47.273Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3237 | 2026-03-06T19:01:48.894Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3238 | 2026-03-06T19:01:50.109Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3239 | 2026-03-06T19:01:51.035Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3240 | 2026-03-06T19:01:53.501Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3241 | 2026-03-06T19:01:53.838Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3242 | 2026-03-06T19:01:56.347Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3243 | 2026-03-06T19:01:59.077Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3244 | 2026-03-06T19:01:59.113Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3245 | 2026-03-06T19:02:00.361Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3246 | 2026-03-06T19:02:01.369Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3247 | 2026-03-06T19:02:11.300Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3248 | 2026-03-06T19:02:12.390Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3249 | 2026-03-06T19:02:14.180Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3250 | 2026-03-06T19:02:15.042Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3251 | 2026-03-06T19:02:16.503Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3252 | 2026-03-06T19:02:17.744Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3253 | 2026-03-06T19:02:22.612Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3254 | 2026-03-06T19:02:24.177Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3255 | 2026-03-06T19:02:25.477Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3256 | 2026-03-06T19:02:27.188Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3257 | 2026-03-06T19:02:28.746Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3258 | 2026-03-06T19:02:33.265Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3259 | 2026-03-06T19:02:33.821Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3260 | 2026-03-06T19:02:35.174Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3261 | 2026-03-06T19:02:38.667Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3262 | 2026-03-06T19:02:39.940Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3263 | 2026-03-06T19:02:44.412Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3264 | 2026-03-06T19:02:46.683Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3265 | 2026-03-06T19:02:48.631Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3266 | 2026-03-06T19:02:50.057Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3267 | 2026-03-06T19:02:51.564Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3268 | 2026-03-06T19:02:54.108Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3269 | 2026-03-06T19:02:56.597Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3270 | 2026-03-06T19:02:58.112Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3271 | 2026-03-06T19:03:02.580Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3272 | 2026-03-06T19:03:04.382Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3273 | 2026-03-06T19:03:04.813Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3274 | 2026-03-06T19:03:06.551Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3275 | 2026-03-06T19:03:09.289Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3276 | 2026-03-06T19:03:12.217Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3277 | 2026-03-06T19:03:15.232Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3278 | 2026-03-06T19:03:18.710Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3279 | 2026-03-06T19:03:21.130Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3280 | 2026-03-06T19:03:23.451Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3281 | 2026-03-06T19:03:26.891Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3282 | 2026-03-06T19:03:28.973Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3283 | 2026-03-06T19:03:31.931Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3284 | 2026-03-06T19:03:34.105Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3285 | 2026-03-06T19:03:36.262Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3286 | 2026-03-06T19:03:38.078Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3287 | 2026-03-06T19:03:40.973Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3288 | 2026-03-06T19:03:42.689Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3289 | 2026-03-06T19:03:45.581Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3290 | 2026-03-06T19:03:47.302Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3291 | 2026-03-06T19:03:50.258Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3292 | 2026-03-06T19:03:52.410Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3293 | 2026-03-06T19:03:54.789Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3294 | 2026-03-06T19:03:57.152Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3295 | 2026-03-06T19:03:59.837Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3296 | 2026-03-06T19:04:01.973Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3297 | 2026-03-06T19:04:04.464Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3298 | 2026-03-06T19:04:06.730Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3299 | 2026-03-06T19:04:09.179Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3300 | 2026-03-06T19:04:11.411Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3301 | 2026-03-06T19:04:13.592Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3302 | 2026-03-06T19:04:15.702Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3303 | 2026-03-06T19:04:17.935Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3304 | 2026-03-06T19:04:20.004Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3305 | 2026-03-06T19:04:24.048Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3306 | 2026-03-06T19:04:24.893Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3307 | 2026-03-06T19:04:27.160Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3308 | 2026-03-06T19:04:29.574Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3309 | 2026-03-06T19:04:32.949Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3310 | 2026-03-06T19:04:36.565Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3311 | 2026-03-06T19:04:38.850Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3312 | 2026-03-06T19:04:41.915Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3313 | 2026-03-06T19:04:44.096Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3314 | 2026-03-06T19:04:46.495Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3315 | 2026-03-06T19:04:48.564Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3316 | 2026-03-06T19:04:51.169Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3317 | 2026-03-06T19:04:53.618Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3318 | 2026-03-06T19:04:56.163Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3319 | 2026-03-06T19:04:58.032Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3320 | 2026-03-06T19:05:00.293Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3321 | 2026-03-06T19:05:02.487Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3322 | 2026-03-06T19:05:04.920Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3323 | 2026-03-06T19:05:07.288Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3324 | 2026-03-06T19:05:09.514Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3325 | 2026-03-06T19:05:11.898Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3326 | 2026-03-06T19:05:14.532Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3327 | 2026-03-06T19:05:16.737Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3328 | 2026-03-06T19:05:18.993Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3329 | 2026-03-06T19:05:21.459Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3330 | 2026-03-06T19:05:23.857Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3331 | 2026-03-06T19:05:26.154Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3332 | 2026-03-06T19:05:28.594Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3333 | 2026-03-06T19:05:30.968Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3334 | 2026-03-06T19:05:33.552Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3335 | 2026-03-06T19:05:35.954Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3336 | 2026-03-06T19:05:38.390Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3337 | 2026-03-06T19:05:40.851Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3338 | 2026-03-06T19:05:43.391Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3339 | 2026-03-06T19:05:46.758Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3340 | 2026-03-06T19:05:48.969Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3341 | 2026-03-06T19:05:51.460Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3342 | 2026-03-06T19:05:54.071Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3343 | 2026-03-06T19:05:56.662Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3344 | 2026-03-06T19:05:59.167Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3345 | 2026-03-06T19:06:01.680Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3346 | 2026-03-06T19:06:06.289Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3347 | 2026-03-06T19:06:07.845Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3348 | 2026-03-06T19:06:15.232Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3349 | 2026-03-06T19:06:17.007Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3350 | 2026-03-06T19:06:19.110Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3351 | 2026-03-06T19:06:22.462Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3352 | 2026-03-06T19:06:25.827Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3353 | 2026-03-06T19:06:29.258Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3354 | 2026-03-06T19:06:32.705Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3355 | 2026-03-06T19:06:36.266Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3356 | 2026-03-06T19:06:39.642Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3357 | 2026-03-06T19:06:43.114Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3358 | 2026-03-06T19:06:46.572Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3359 | 2026-03-06T19:06:49.965Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3360 | 2026-03-06T19:06:53.495Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3361 | 2026-03-06T19:06:56.922Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3362 | 2026-03-06T19:07:00.341Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3363 | 2026-03-06T19:07:27.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 34s |
| 3364 | 2026-03-06T19:07:28.032Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 188 other files |
| 3365 | 2026-03-06T19:07:28.126Z | |
| 3366 | 2026-03-06T19:07:28.126Z | real 7:34.981821612 |
| 3367 | 2026-03-06T19:07:28.126Z | user 29:51.042811080 |
| 3368 | 2026-03-06T19:07:28.126Z | sys 4:40.395061206 |
| 3369 | 2026-03-06T19:07:28.126Z | trap 0.726777752 |
| 3370 | 2026-03-06T19:07:28.126Z | tflt 0.105971791 |
| 3371 | 2026-03-06T19:07:28.126Z | dflt 0.121077102 |
| 3372 | 2026-03-06T19:07:28.130Z | kflt 0.000034366 |
| 3373 | 2026-03-06T19:07:28.130Z | lock 5:43:13.916302876 |
| 3374 | 2026-03-06T19:07:28.130Z | slp 2:35:15.419627670 |
| 3375 | 2026-03-06T19:07:28.130Z | lat 46.313422378 |
| 3376 | 2026-03-06T19:07:28.130Z | stop 2:09.731698589 |
| 3377 | 2026-03-06T19:07:28.130Z | process exited: duration 1252022 ms, exit code 0 |
| |
| 3378 | 2026-03-06T19:07:28.137Z | found 0 output files |