|
|
|
| 1 | 2025-11-11T20:10:02.805Z | job assigned to worker 01K9T8JM0E3JANS365QQE3XJMC [factory aws, i-06821c727f6e9a130] (queued for 7 s) |
| |
| 2 | 2025-11-11T20:10:11.591Z | starting task 0: "setup" |
| 3 | 2025-11-11T20:10:11.596Z | ++ uname -s |
| 4 | 2025-11-11T20:10:11.599Z | + kern=SunOS |
| 5 | 2025-11-11T20:10:11.599Z | + build_user=build |
| 6 | 2025-11-11T20:10:11.599Z | + build_uid=12345 |
| 7 | 2025-11-11T20:10:11.599Z | + work_dir=/work |
| 8 | 2025-11-11T20:10:11.599Z | + input_dir=/input |
| 9 | 2025-11-11T20:10:11.599Z | + [[ 0 == 12345 ]] |
| 10 | 2025-11-11T20:10:11.599Z | + case "$kern" in |
| 11 | 2025-11-11T20:10:11.599Z | + groupadd -g 12345 build |
| 12 | 2025-11-11T20:10:11.602Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-11-11T20:10:13.608Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-11-11T20:10:13.727Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-11-11T20:10:13.730Z | + home_fs=zfs |
| 16 | 2025-11-11T20:10:13.730Z | + [[ zfs == autofs ]] |
| 17 | 2025-11-11T20:10:13.730Z | + mkdir -p /home/build |
| 18 | 2025-11-11T20:10:13.733Z | + chown build:build /home/build /work |
| 19 | 2025-11-11T20:10:15.733Z | + chmod 0700 /home/build /work |
| 20 | 2025-11-11T20:10:15.737Z | process exited: duration 4146 ms, exit code 0 |
| |
| 21 | 2025-11-11T20:10:15.743Z | starting task 1: "rust-toolchain" |
| 22 | 2025-11-11T20:10:15.749Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-11-11T20:10:15.749Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-11-11T20:10:15.749Z | * rust toolchain channel = "1.89.0" |
| 25 | 2025-11-11T20:10:15.749Z | * rust toolchain profile = "default" |
| 26 | 2025-11-11T20:10:15.749Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-11-11T20:10:15.749Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-11-11T20:10:15.752Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-11-11T20:10:15.752Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-11-11T20:10:15.863Z | info: downloading installer |
| 31 | 2025-11-11T20:10:17.190Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-11-11T20:10:17.190Z | warn: /opt/ooce/bin |
| 33 | 2025-11-11T20:10:17.190Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-11-11T20:10:17.190Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-11-11T20:10:17.190Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-11-11T20:10:17.190Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-11-11T20:10:17.190Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-11-11T20:10:17.190Z | error: cannot install while Rust is installed |
| 39 | 2025-11-11T20:10:17.190Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-11-11T20:10:17.214Z | info: profile set to 'default' |
| 41 | 2025-11-11T20:10:17.214Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-11-11T20:10:17.217Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-11-11T20:10:17.391Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-11-11T20:10:17.391Z | info: downloading component 'cargo' |
| 45 | 2025-11-11T20:10:18.268Z | info: downloading component 'clippy' |
| 46 | 2025-11-11T20:10:18.712Z | info: downloading component 'rust-docs' |
| 47 | 2025-11-11T20:10:20.024Z | info: downloading component 'rust-std' |
| 48 | 2025-11-11T20:10:21.872Z | info: downloading component 'rustc' |
| 49 | 2025-11-11T20:10:29.939Z | info: downloading component 'rustfmt' |
| 50 | 2025-11-11T20:10:30.197Z | info: installing component 'cargo' |
| 51 | 2025-11-11T20:10:31.071Z | info: installing component 'clippy' |
| 52 | 2025-11-11T20:10:31.472Z | info: installing component 'rust-docs' |
| 53 | 2025-11-11T20:10:33.275Z | info: installing component 'rust-std' |
| 54 | 2025-11-11T20:10:35.179Z | info: installing component 'rustc' |
| 55 | 2025-11-11T20:10:41.721Z | info: installing component 'rustfmt' |
| 56 | 2025-11-11T20:10:42.053Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-11-11T20:10:42.053Z | |
| 58 | 2025-11-11T20:10:42.470Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-11-11T20:10:42.470Z | |
| 60 | 2025-11-11T20:10:42.474Z | |
| 61 | 2025-11-11T20:10:42.474Z | Rust is installed now. Great! |
| 62 | 2025-11-11T20:10:42.474Z | |
| 63 | 2025-11-11T20:10:42.474Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-11-11T20:10:42.474Z | environment variable. This has not been done automatically. |
| 65 | 2025-11-11T20:10:42.474Z | |
| 66 | 2025-11-11T20:10:42.474Z | To configure your current shell, you need to source |
| 67 | 2025-11-11T20:10:42.474Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-11-11T20:10:42.474Z | |
| 69 | 2025-11-11T20:10:42.474Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-11-11T20:10:42.474Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-11-11T20:10:42.474Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-11-11T20:10:42.474Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-11-11T20:10:42.587Z | + rustup --version |
| 74 | 2025-11-11T20:10:42.599Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-11-11T20:10:42.602Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-11-11T20:10:42.719Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-11-11T20:10:42.724Z | + cargo --version |
| 78 | 2025-11-11T20:10:42.813Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-11-11T20:10:42.816Z | + rustc --version |
| 80 | 2025-11-11T20:10:42.887Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-11-11T20:10:42.890Z | process exited: duration 27141 ms, exit code 0 |
| |
| 82 | 2025-11-11T20:10:42.897Z | starting task 2: "authentication" |
| 83 | 2025-11-11T20:10:42.919Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-11-11T20:10:42.925Z | starting task 3: "clone repository" |
| 85 | 2025-11-11T20:10:42.930Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-11-11T20:10:42.934Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-11-11T20:10:43.002Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-11-11T20:10:54.685Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-11-11T20:10:54.685Z | + git fetch origin e63468db4286b00fbd6f2809b8b2179920dbb20b |
| 90 | 2025-11-11T20:10:54.966Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-11-11T20:10:54.966Z | * branch e63468db4286b00fbd6f2809b8b2179920dbb20b -> FETCH_HEAD |
| 92 | 2025-11-11T20:10:54.976Z | + [[ -n ixi/max_vcpu_crank_turn ]] |
| 93 | 2025-11-11T20:10:54.979Z | ++ git branch --show-current |
| 94 | 2025-11-11T20:10:54.982Z | + current=main |
| 95 | 2025-11-11T20:10:54.982Z | + [[ main != ixi/max_vcpu_crank_turn ]] |
| 96 | 2025-11-11T20:10:54.982Z | + git branch -f ixi/max_vcpu_crank_turn e63468db4286b00fbd6f2809b8b2179920dbb20b |
| 97 | 2025-11-11T20:10:54.985Z | + git checkout -f ixi/max_vcpu_crank_turn |
| 98 | 2025-11-11T20:10:55.302Z | Switched to branch 'ixi/max_vcpu_crank_turn' |
| 99 | 2025-11-11T20:10:55.305Z | + git reset --hard e63468db4286b00fbd6f2809b8b2179920dbb20b |
| 100 | 2025-11-11T20:10:55.318Z | HEAD is now at e63468db4 Allow up to 254 vCPUs to a VM |
| 101 | 2025-11-11T20:10:55.322Z | process exited: duration 12391 ms, exit code 0 |
| |
| 102 | 2025-11-11T20:10:55.328Z | starting task 4: "build" |
| 103 | 2025-11-11T20:10:55.333Z | + source ./env.sh |
| 104 | 2025-11-11T20:10:55.333Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2025-11-11T20:10:55.333Z | ++ set -o xtrace |
| 106 | 2025-11-11T20:10:55.336Z | ++++ dirname ./env.sh |
| 107 | 2025-11-11T20:10:55.339Z | +++ readlink -f . |
| 108 | 2025-11-11T20:10:55.342Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2025-11-11T20:10:55.342Z | ++ 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 | 2025-11-11T20:10:55.343Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2025-11-11T20:10:55.343Z | ++ 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 | 2025-11-11T20:10:55.343Z | ++ 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 | 2025-11-11T20:10:55.343Z | ++ 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 | 2025-11-11T20:10:55.343Z | ++ 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 | 2025-11-11T20:10:55.343Z | ++ 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 | 2025-11-11T20:10:55.343Z | ++ 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 | 2025-11-11T20:10:55.343Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2025-11-11T20:10:55.343Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2025-11-11T20:10:55.343Z | + source .github/buildomat/ci-env.sh |
| 120 | 2025-11-11T20:10:55.343Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2025-11-11T20:10:55.343Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2025-11-11T20:10:55.343Z | + cargo --version |
| 123 | 2025-11-11T20:10:55.398Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 124 | 2025-11-11T20:10:55.401Z | + rustc --version |
| 125 | 2025-11-11T20:10:55.471Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 126 | 2025-11-11T20:10:55.474Z | + banner prerequisites |
| 127 | 2025-11-11T20:10:55.477Z | |
| 128 | 2025-11-11T20:10:55.477Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2025-11-11T20:10:55.478Z | # # # # # # # # # # # # # # # |
| 130 | 2025-11-11T20:10:55.478Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2025-11-11T20:10:55.478Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2025-11-11T20:10:55.478Z | # # # # # # # # # # # # # # # |
| 133 | 2025-11-11T20:10:55.478Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2025-11-11T20:10:55.478Z | |
| 135 | 2025-11-11T20:10:55.478Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2025-11-11T20:11:07.334Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2025-11-11T20:11:15.889Z | Startup: Caching catalogs ... Done |
| 138 | 2025-11-11T20:11:29.298Z | Planning: Solver setup ... Done (11.988s) |
| 139 | 2025-11-11T20:11:29.398Z | Planning: Running solver ... Done (0.100s) |
| 140 | 2025-11-11T20:11:29.527Z | Planning: Finding local manifests ... Done (0.002s) |
| 141 | 2025-11-11T20:11:29.542Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2025-11-11T20:11:29.716Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2025-11-11T20:11:29.763Z | Planning: Package planning ... Done (0.047s) |
| 144 | 2025-11-11T20:11:29.814Z | Planning: Merging actions ... Done (0.051s) |
| 145 | 2025-11-11T20:11:30.117Z | Planning: Checking for conflicting actions ... Done (0.302s) |
| 146 | 2025-11-11T20:11:30.128Z | Planning: Consolidating action changes ... Done (0.011s) |
| 147 | 2025-11-11T20:11:32.422Z | Planning: Evaluating mediators ... Done (2.293s) |
| 148 | 2025-11-11T20:11:32.431Z | Planning: Planning completed in 16.40 seconds |
| 149 | 2025-11-11T20:11:32.446Z | Packages to install: 4 |
| 150 | 2025-11-11T20:11:32.446Z | Mediators to change: 2 |
| 151 | 2025-11-11T20:11:32.449Z | Services to change: 1 |
| 152 | 2025-11-11T20:11:32.449Z | Estimated space available: 155.47 GB |
| 153 | 2025-11-11T20:11:32.449Z | Estimated space to be consumed: 1.76 GB |
| 154 | 2025-11-11T20:11:32.449Z | Create boot environment: No |
| 155 | 2025-11-11T20:11:32.449Z | Create backup boot environment: No |
| 156 | 2025-11-11T20:11:32.449Z | Rebuild boot archive: No |
| 157 | 2025-11-11T20:11:32.449Z | |
| 158 | 2025-11-11T20:11:32.449Z | Changed mediators: |
| 159 | 2025-11-11T20:11:32.449Z | mediator clang: |
| 160 | 2025-11-11T20:11:32.449Z | version: None -> 15 (system default) |
| 161 | 2025-11-11T20:11:32.449Z | |
| 162 | 2025-11-11T20:11:32.449Z | mediator llvm: |
| 163 | 2025-11-11T20:11:32.449Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2025-11-11T20:11:32.449Z | |
| 165 | 2025-11-11T20:11:32.449Z | Changed packages: |
| 166 | 2025-11-11T20:11:32.449Z | helios-dev |
| 167 | 2025-11-11T20:11:32.449Z | developer/build-essential |
| 168 | 2025-11-11T20:11:32.449Z | None -> 11-2.0 |
| 169 | 2025-11-11T20:11:32.449Z | library/libxmlsec1 |
| 170 | 2025-11-11T20:11:32.449Z | None -> 1.2.35-2.0 |
| 171 | 2025-11-11T20:11:32.449Z | ooce/developer/clang-15 |
| 172 | 2025-11-11T20:11:32.449Z | None -> 15.0.7-2.0 |
| 173 | 2025-11-11T20:11:32.449Z | ooce/developer/llvm-15 |
| 174 | 2025-11-11T20:11:32.449Z | None -> 15.0.7-2.0 |
| 175 | 2025-11-11T20:11:32.449Z | |
| 176 | 2025-11-11T20:11:32.449Z | Services: |
| 177 | 2025-11-11T20:11:32.450Z | restart_fmri: |
| 178 | 2025-11-11T20:11:32.450Z | svc:/system/update-man-index:default |
| 179 | 2025-11-11T20:11:32.613Z | |
| 180 | 2025-11-11T20:11:32.613Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2025-11-11T20:11:38.563Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (18.7M/s) |
| 182 | 2025-11-11T20:11:43.564Z | Download: 3135/3290 items 147.0/212.6MB 69% complete (14.8M/s) |
| 183 | 2025-11-11T20:11:47.328Z | Download: Completed 212.60 MB in 14.71 seconds (14.4M/s) |
| 184 | 2025-11-11T20:11:47.627Z | Actions: 1/3689 actions (Installing new actions) |
| 185 | 2025-11-11T20:11:52.405Z | Actions: Completed 3689 actions in 4.78 seconds. |
| 186 | 2025-11-11T20:11:52.802Z | Done (0.392s) |
| 187 | 2025-11-11T20:11:52.803Z | Done (0.000s) |
| 188 | 2025-11-11T20:11:53.770Z | Done (0.967s) |
| 189 | 2025-11-11T20:11:59.105Z | Done (5.000s) |
| 190 | 2025-11-11T20:11:59.189Z | Done (0.020s) |
| 191 | 2025-11-11T20:11:59.193Z | Done (0.000s) |
| 192 | 2025-11-11T20:11:59.344Z | Done (0.000s) |
| 193 | 2025-11-11T20:12:00.233Z | Planning: Evaluating mediator changes ... Done |
| 194 | 2025-11-11T20:12:00.395Z | Planning: Checking for conflicting actions ... Done |
| 195 | 2025-11-11T20:12:00.398Z | Planning: Consolidating action changes ... Done |
| 196 | 2025-11-11T20:12:00.668Z | Planning: Evaluating mediators ... Done |
| 197 | 2025-11-11T20:12:00.671Z | Planning: Planning completed in 0.44 seconds |
| 198 | 2025-11-11T20:12:00.701Z | Mediators to change: 2 |
| 199 | 2025-11-11T20:12:00.701Z | Create boot environment: No |
| 200 | 2025-11-11T20:12:00.704Z | Create backup boot environment: No |
| 201 | 2025-11-11T20:12:00.784Z | Done |
| 202 | 2025-11-11T20:12:00.784Z | Done |
| 203 | 2025-11-11T20:12:01.425Z | Done |
| 204 | 2025-11-11T20:12:05.019Z | Done |
| 205 | 2025-11-11T20:12:05.102Z | Done |
| 206 | 2025-11-11T20:12:05.106Z | Done |
| 207 | 2025-11-11T20:12:05.264Z | Done |
| 208 | 2025-11-11T20:12:05.872Z | Planning: Evaluating mediator changes ... Done |
| 209 | 2025-11-11T20:12:05.875Z | Planning: Merging actions ... Done |
| 210 | 2025-11-11T20:12:06.064Z | Planning: Checking for conflicting actions ... Done |
| 211 | 2025-11-11T20:12:06.067Z | Planning: Consolidating action changes ... Done |
| 212 | 2025-11-11T20:12:06.334Z | Planning: Evaluating mediators ... Done |
| 213 | 2025-11-11T20:12:06.390Z | Planning: Planning completed in 0.76 seconds |
| 214 | 2025-11-11T20:12:06.424Z | Packages to change: 1 |
| 215 | 2025-11-11T20:12:06.424Z | Mediators to change: 1 |
| 216 | 2025-11-11T20:12:06.427Z | Services to change: 1 |
| 217 | 2025-11-11T20:12:06.427Z | Create boot environment: No |
| 218 | 2025-11-11T20:12:06.428Z | Create backup boot environment: Yes |
| 219 | 2025-11-11T20:12:08.940Z | Actions: 1/6 actions (Updating modified actions) |
| 220 | 2025-11-11T20:12:08.943Z | Actions: Completed 6 actions in 0.00 seconds. |
| 221 | 2025-11-11T20:12:08.943Z | Done |
| 222 | 2025-11-11T20:12:08.943Z | Done |
| 223 | 2025-11-11T20:12:09.134Z | Done |
| 224 | 2025-11-11T20:12:12.660Z | Done |
| 225 | 2025-11-11T20:12:12.745Z | Done |
| 226 | 2025-11-11T20:12:12.749Z | Done |
| 227 | 2025-11-11T20:12:12.897Z | Done |
| 228 | 2025-11-11T20:12:13.334Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 229 | 2025-11-11T20:12:13.334Z | clang system 15 system |
| 230 | 2025-11-11T20:12:13.334Z | csh system system illumos |
| 231 | 2025-11-11T20:12:13.334Z | ctags system system illumos |
| 232 | 2025-11-11T20:12:13.334Z | file system system illumos |
| 233 | 2025-11-11T20:12:13.334Z | gcc vendor 12 vendor |
| 234 | 2025-11-11T20:12:13.334Z | gcc system 10 system |
| 235 | 2025-11-11T20:12:13.334Z | gcc system 7 system |
| 236 | 2025-11-11T20:12:13.334Z | go system 1.20 system |
| 237 | 2025-11-11T20:12:13.334Z | go system 1.19 system |
| 238 | 2025-11-11T20:12:13.334Z | llvm system 15 system |
| 239 | 2025-11-11T20:12:13.334Z | llvm system 14 system |
| 240 | 2025-11-11T20:12:13.334Z | mariadb system 10.6 system |
| 241 | 2025-11-11T20:12:13.334Z | mta vendor vendor dma |
| 242 | 2025-11-11T20:12:13.334Z | openjdk system 17 system |
| 243 | 2025-11-11T20:12:13.334Z | openjdk system 11 system |
| 244 | 2025-11-11T20:12:13.334Z | openjdk system 1.8 system |
| 245 | 2025-11-11T20:12:13.334Z | openssl vendor 3 vendor |
| 246 | 2025-11-11T20:12:13.334Z | perl system 5.36 system |
| 247 | 2025-11-11T20:12:13.334Z | postgresql system 15 system |
| 248 | 2025-11-11T20:12:13.334Z | postgresql system 13 system |
| 249 | 2025-11-11T20:12:13.334Z | python vendor 3 vendor |
| 250 | 2025-11-11T20:12:13.334Z | python system 2 system |
| 251 | 2025-11-11T20:12:13.334Z | python3 system 3.11 system |
| 252 | 2025-11-11T20:12:13.334Z | ruby system 3.0 system |
| 253 | 2025-11-11T20:12:13.334Z | words vendor vendor american-english |
| 254 | 2025-11-11T20:12:13.334Z | words system system australian-english |
| 255 | 2025-11-11T20:12:13.334Z | words system system british-english |
| 256 | 2025-11-11T20:12:13.335Z | words system system canadian-english |
| 257 | 2025-11-11T20:12:13.335Z | words system system french |
| 258 | 2025-11-11T20:12:13.335Z | words system system italian |
| 259 | 2025-11-11T20:12:13.335Z | words system system ngerman |
| 260 | 2025-11-11T20:12:13.335Z | words system system ogerman |
| 261 | 2025-11-11T20:12:13.335Z | words system system spanish |
| 262 | 2025-11-11T20:12:13.667Z | PUBLISHER TYPE STATUS P LOCATION |
| 263 | 2025-11-11T20:12:13.667Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 264 | 2025-11-11T20:12:19.133Z | FMRI IFO |
| 265 | 2025-11-11T20:12:19.133Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 266 | 2025-11-11T20:12:19.133Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 267 | 2025-11-11T20:12:19.133Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 268 | 2025-11-11T20:12:19.133Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 269 | 2025-11-11T20:12:19.133Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 270 | 2025-11-11T20:12:19.133Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 271 | 2025-11-11T20:12:19.133Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 272 | 2025-11-11T20:12:19.133Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 273 | 2025-11-11T20:12:19.134Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 274 | 2025-11-11T20:12:19.134Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 275 | 2025-11-11T20:12:19.134Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 276 | 2025-11-11T20:12:19.134Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 277 | 2025-11-11T20:12:19.134Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 278 | 2025-11-11T20:12:19.134Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 279 | 2025-11-11T20:12:19.134Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 280 | 2025-11-11T20:12:19.134Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 281 | 2025-11-11T20:12:20.209Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 282 | 2025-11-11T20:12:20.490Z | Updating crates.io index |
| 283 | 2025-11-11T20:12:20.537Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 284 | 2025-11-11T20:12:20.851Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 285 | 2025-11-11T20:12:21.494Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2025-11-11T20:12:21.731Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 287 | 2025-11-11T20:12:21.959Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 288 | 2025-11-11T20:12:22.339Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 289 | 2025-11-11T20:12:23.524Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 290 | 2025-11-11T20:12:25.658Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 291 | 2025-11-11T20:12:26.682Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 292 | 2025-11-11T20:12:27.330Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 293 | 2025-11-11T20:12:27.836Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 294 | 2025-11-11T20:12:28.125Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 295 | 2025-11-11T20:12:28.390Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 296 | 2025-11-11T20:12:29.022Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 297 | 2025-11-11T20:12:29.559Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 298 | 2025-11-11T20:12:29.808Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 299 | 2025-11-11T20:12:30.130Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 300 | 2025-11-11T20:12:30.470Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 301 | 2025-11-11T20:12:30.704Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 302 | 2025-11-11T20:12:30.943Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 303 | 2025-11-11T20:12:31.173Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 304 | 2025-11-11T20:12:31.407Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 305 | 2025-11-11T20:12:31.777Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 306 | 2025-11-11T20:12:32.303Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 307 | 2025-11-11T20:12:32.586Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 308 | 2025-11-11T20:12:32.855Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 309 | 2025-11-11T20:12:33.354Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 310 | 2025-11-11T20:12:33.845Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 311 | 2025-11-11T20:12:34.206Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 312 | 2025-11-11T20:12:34.458Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 313 | 2025-11-11T20:12:34.872Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 314 | 2025-11-11T20:12:35.132Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 315 | 2025-11-11T20:12:35.462Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 316 | 2025-11-11T20:12:35.714Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 317 | 2025-11-11T20:12:35.962Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 318 | 2025-11-11T20:12:36.238Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 319 | 2025-11-11T20:12:48.945Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2025-11-11T20:12:50.303Z | Downloading crates ... |
| 321 | 2025-11-11T20:12:50.365Z | Downloaded dtrace-parser v0.2.0 |
| 322 | 2025-11-11T20:12:50.368Z | Downloaded anstyle v1.0.11 |
| 323 | 2025-11-11T20:12:50.372Z | Downloaded anyhow v1.0.99 |
| 324 | 2025-11-11T20:12:50.376Z | Downloaded pretty-hex v0.4.1 |
| 325 | 2025-11-11T20:12:50.379Z | Downloaded icu_properties v1.5.1 |
| 326 | 2025-11-11T20:12:50.382Z | Downloaded unicode-xid v0.2.6 |
| 327 | 2025-11-11T20:12:50.389Z | Downloaded textwrap v0.16.2 |
| 328 | 2025-11-11T20:12:50.392Z | Downloaded write16 v1.0.0 |
| 329 | 2025-11-11T20:12:50.395Z | Downloaded tabled_derive v0.7.0 |
| 330 | 2025-11-11T20:12:50.399Z | Downloaded toml_edit v0.22.27 |
| 331 | 2025-11-11T20:12:50.405Z | Downloaded terminal_size v0.4.0 |
| 332 | 2025-11-11T20:12:50.408Z | Downloaded fnv v1.0.7 |
| 333 | 2025-11-11T20:12:50.408Z | Downloaded writeable v0.5.5 |
| 334 | 2025-11-11T20:12:50.411Z | Downloaded toml_write v0.1.2 |
| 335 | 2025-11-11T20:12:50.411Z | Downloaded cargo_metadata v0.21.0 |
| 336 | 2025-11-11T20:12:50.414Z | Downloaded thiserror-impl v2.0.17 |
| 337 | 2025-11-11T20:12:50.417Z | Downloaded colorchoice v1.0.2 |
| 338 | 2025-11-11T20:12:50.420Z | Downloaded bytecount v0.6.8 |
| 339 | 2025-11-11T20:12:50.423Z | Downloaded yoke-derive v0.7.4 |
| 340 | 2025-11-11T20:12:50.426Z | Downloaded tempfile v3.20.0 |
| 341 | 2025-11-11T20:12:50.429Z | Downloaded url v2.5.4 |
| 342 | 2025-11-11T20:12:50.432Z | Downloaded zerovec-derive v0.10.3 |
| 343 | 2025-11-11T20:12:50.432Z | Downloaded toml v0.8.23 |
| 344 | 2025-11-11T20:12:50.435Z | Downloaded fastrand v2.1.1 |
| 345 | 2025-11-11T20:12:50.437Z | Downloaded clap_lex v0.7.4 |
| 346 | 2025-11-11T20:12:50.437Z | Downloaded thiserror v2.0.17 |
| 347 | 2025-11-11T20:12:50.443Z | Downloaded winnow v0.7.13 |
| 348 | 2025-11-11T20:12:50.452Z | Downloaded utf8parse v0.2.2 |
| 349 | 2025-11-11T20:12:50.455Z | Downloaded tabled v0.15.0 |
| 350 | 2025-11-11T20:12:50.469Z | Downloaded zerofrom-derive v0.1.4 |
| 351 | 2025-11-11T20:12:50.472Z | Downloaded typeid v1.0.3 |
| 352 | 2025-11-11T20:12:50.472Z | Downloaded thread-id v4.2.2 |
| 353 | 2025-11-11T20:12:50.475Z | Downloaded thiserror-impl v1.0.69 |
| 354 | 2025-11-11T20:12:50.475Z | Downloaded cargo_toml v0.21.0 |
| 355 | 2025-11-11T20:12:50.475Z | Downloaded camino v1.2.0 |
| 356 | 2025-11-11T20:12:50.478Z | Downloaded yoke v0.7.4 |
| 357 | 2025-11-11T20:12:50.481Z | Downloaded unicode-linebreak v0.1.5 |
| 358 | 2025-11-11T20:12:50.481Z | Downloaded toml_datetime v0.6.11 |
| 359 | 2025-11-11T20:12:50.484Z | Downloaded cfg-if v1.0.4 |
| 360 | 2025-11-11T20:12:50.484Z | Downloaded zerocopy-derive v0.7.35 |
| 361 | 2025-11-11T20:12:50.487Z | Downloaded version_check v0.9.5 |
| 362 | 2025-11-11T20:12:50.490Z | Downloaded plain v0.2.3 |
| 363 | 2025-11-11T20:12:50.493Z | Downloaded scroll_derive v0.12.0 |
| 364 | 2025-11-11T20:12:50.493Z | Downloaded memmap v0.7.0 |
| 365 | 2025-11-11T20:12:50.493Z | Downloaded icu_provider_macros v1.5.0 |
| 366 | 2025-11-11T20:12:50.496Z | Downloaded form_urlencoded v1.2.2 |
| 367 | 2025-11-11T20:12:50.496Z | Downloaded errno v0.3.12 |
| 368 | 2025-11-11T20:12:50.496Z | Downloaded dof v0.3.0 |
| 369 | 2025-11-11T20:12:50.499Z | Downloaded zerocopy v0.7.35 |
| 370 | 2025-11-11T20:12:50.513Z | Downloaded swrite v0.1.0 |
| 371 | 2025-11-11T20:12:50.516Z | Downloaded unicode-width v0.1.14 |
| 372 | 2025-11-11T20:12:50.519Z | Downloaded cpufeatures v0.2.14 |
| 373 | 2025-11-11T20:12:50.522Z | Downloaded zerovec v0.10.4 |
| 374 | 2025-11-11T20:12:50.525Z | Downloaded smawk v0.3.2 |
| 375 | 2025-11-11T20:12:50.528Z | Downloaded percent-encoding v2.3.2 |
| 376 | 2025-11-11T20:12:50.528Z | Downloaded macaddr v1.0.1 |
| 377 | 2025-11-11T20:12:50.531Z | Downloaded idna_adapter v1.2.0 |
| 378 | 2025-11-11T20:12:50.531Z | Downloaded proc-macro-error-attr v1.0.4 |
| 379 | 2025-11-11T20:12:50.531Z | Downloaded is_terminal_polyfill v1.70.1 |
| 380 | 2025-11-11T20:12:50.534Z | Downloaded strsim v0.11.1 |
| 381 | 2025-11-11T20:12:50.534Z | Downloaded serde-value v0.7.0 |
| 382 | 2025-11-11T20:12:50.534Z | Downloaded ordered-float v2.10.1 |
| 383 | 2025-11-11T20:12:50.537Z | Downloaded proc-macro-error v1.0.4 |
| 384 | 2025-11-11T20:12:50.540Z | Downloaded usdt v0.5.0 |
| 385 | 2025-11-11T20:12:50.540Z | Downloaded unicode-width v0.2.0 |
| 386 | 2025-11-11T20:12:50.544Z | Downloaded scroll v0.12.0 |
| 387 | 2025-11-11T20:12:50.547Z | Downloaded camino-tempfile v1.4.1 |
| 388 | 2025-11-11T20:12:50.547Z | Downloaded pest_generator v2.8.2 |
| 389 | 2025-11-11T20:12:50.549Z | Downloaded anstyle-query v1.1.1 |
| 390 | 2025-11-11T20:12:50.549Z | Downloaded serde_tokenstream v0.2.2 |
| 391 | 2025-11-11T20:12:50.552Z | Downloaded serde-untagged v0.1.7 |
| 392 | 2025-11-11T20:12:50.552Z | Downloaded heck v0.5.0 |
| 393 | 2025-11-11T20:12:50.555Z | Downloaded heck v0.4.1 |
| 394 | 2025-11-11T20:12:50.555Z | Downloaded icu_locid_transform_data v1.5.0 |
| 395 | 2025-11-11T20:12:50.555Z | Downloaded sha2 v0.10.9 |
| 396 | 2025-11-11T20:12:50.558Z | Downloaded synstructure v0.13.1 |
| 397 | 2025-11-11T20:12:50.561Z | Downloaded stable_deref_trait v1.2.0 |
| 398 | 2025-11-11T20:12:50.561Z | Downloaded once_cell v1.21.3 |
| 399 | 2025-11-11T20:12:50.564Z | Downloaded icu_locid_transform v1.5.0 |
| 400 | 2025-11-11T20:12:50.564Z | Downloaded smallvec v1.15.1 |
| 401 | 2025-11-11T20:12:50.570Z | Downloaded fs-err v3.1.1 |
| 402 | 2025-11-11T20:12:50.570Z | Downloaded anstyle-parse v0.2.5 |
| 403 | 2025-11-11T20:12:50.570Z | Downloaded ryu v1.0.18 |
| 404 | 2025-11-11T20:12:50.574Z | Downloaded serde_spanned v0.6.9 |
| 405 | 2025-11-11T20:12:50.574Z | Downloaded serde v1.0.226 |
| 406 | 2025-11-11T20:12:50.577Z | Downloaded semver v1.0.27 |
| 407 | 2025-11-11T20:12:50.577Z | Downloaded litemap v0.7.3 |
| 408 | 2025-11-11T20:12:50.580Z | Downloaded icu_normalizer v1.5.0 |
| 409 | 2025-11-11T20:12:50.583Z | Downloaded quote v1.0.40 |
| 410 | 2025-11-11T20:12:50.586Z | Downloaded proc-macro2 v1.0.101 |
| 411 | 2025-11-11T20:12:50.589Z | Downloaded pest_meta v2.8.2 |
| 412 | 2025-11-11T20:12:50.589Z | Downloaded papergrid v0.11.0 |
| 413 | 2025-11-11T20:12:50.592Z | Downloaded num-traits v0.2.19 |
| 414 | 2025-11-11T20:12:50.595Z | Downloaded icu_provider v1.5.0 |
| 415 | 2025-11-11T20:12:50.598Z | Downloaded pest_derive v2.8.2 |
| 416 | 2025-11-11T20:12:50.601Z | Downloaded icu_collections v1.5.0 |
| 417 | 2025-11-11T20:12:50.605Z | Downloaded serde_derive v1.0.226 |
| 418 | 2025-11-11T20:12:50.608Z | Downloaded indexmap v2.11.4 |
| 419 | 2025-11-11T20:12:50.611Z | Downloaded serde_core v1.0.226 |
| 420 | 2025-11-11T20:12:50.614Z | Downloaded memchr v2.7.4 |
| 421 | 2025-11-11T20:12:50.618Z | Downloaded log v0.4.27 |
| 422 | 2025-11-11T20:12:50.621Z | Downloaded icu_normalizer_data v1.5.0 |
| 423 | 2025-11-11T20:12:50.624Z | Downloaded cargo-platform v0.2.0 |
| 424 | 2025-11-11T20:12:50.624Z | Downloaded usdt-attr-macro v0.5.0 |
| 425 | 2025-11-11T20:12:50.625Z | Downloaded ucd-trie v0.1.7 |
| 426 | 2025-11-11T20:12:50.628Z | Downloaded hashbrown v0.16.0 |
| 427 | 2025-11-11T20:12:50.630Z | Downloaded itoa v1.0.11 |
| 428 | 2025-11-11T20:12:50.633Z | Downloaded generic-array v0.14.7 |
| 429 | 2025-11-11T20:12:50.633Z | Downloaded anstream v0.6.18 |
| 430 | 2025-11-11T20:12:50.636Z | Downloaded zerofrom v0.1.4 |
| 431 | 2025-11-11T20:12:50.636Z | Downloaded utf8_iter v1.0.4 |
| 432 | 2025-11-11T20:12:50.636Z | Downloaded usdt-macro v0.5.0 |
| 433 | 2025-11-11T20:12:50.636Z | Downloaded usdt-impl v0.5.0 |
| 434 | 2025-11-11T20:12:50.639Z | Downloaded unicode-ident v1.0.19 |
| 435 | 2025-11-11T20:12:50.643Z | Downloaded typenum v1.17.0 |
| 436 | 2025-11-11T20:12:50.643Z | Downloaded idna v1.0.3 |
| 437 | 2025-11-11T20:12:50.646Z | Downloaded serde_json v1.0.145 |
| 438 | 2025-11-11T20:12:50.652Z | Downloaded thiserror v1.0.69 |
| 439 | 2025-11-11T20:12:50.656Z | Downloaded icu_locid v1.5.0 |
| 440 | 2025-11-11T20:12:50.660Z | Downloaded clap_derive v4.5.47 |
| 441 | 2025-11-11T20:12:50.663Z | Downloaded pest v2.8.2 |
| 442 | 2025-11-11T20:12:50.667Z | Downloaded erased-serde v0.4.6 |
| 443 | 2025-11-11T20:12:50.670Z | Downloaded displaydoc v0.2.5 |
| 444 | 2025-11-11T20:12:50.673Z | Downloaded goblin v0.8.2 |
| 445 | 2025-11-11T20:12:50.676Z | Downloaded clap v4.5.48 |
| 446 | 2025-11-11T20:12:50.684Z | Downloaded icu_properties_data v1.5.0 |
| 447 | 2025-11-11T20:12:50.693Z | Downloaded block-buffer v0.10.4 |
| 448 | 2025-11-11T20:12:50.696Z | Downloaded crypto-common v0.1.6 |
| 449 | 2025-11-11T20:12:50.696Z | Downloaded syn v1.0.109 |
| 450 | 2025-11-11T20:12:50.703Z | Downloaded syn v2.0.106 |
| 451 | 2025-11-11T20:12:50.712Z | Downloaded clap_builder v4.5.48 |
| 452 | 2025-11-11T20:12:50.718Z | Downloaded autocfg v1.4.0 |
| 453 | 2025-11-11T20:12:50.720Z | Downloaded tinystr v0.7.6 |
| 454 | 2025-11-11T20:12:50.724Z | Downloaded rustix v0.38.37 |
| 455 | 2025-11-11T20:12:50.739Z | Downloaded digest v0.10.7 |
| 456 | 2025-11-11T20:12:50.742Z | Downloaded getrandom v0.3.4 |
| 457 | 2025-11-11T20:12:50.745Z | Downloaded byteorder v1.5.0 |
| 458 | 2025-11-11T20:12:50.745Z | Downloaded cargo-util-schemas v0.8.2 |
| 459 | 2025-11-11T20:12:50.748Z | Downloaded utf16_iter v1.0.5 |
| 460 | 2025-11-11T20:12:50.748Z | Downloaded equivalent v1.0.2 |
| 461 | 2025-11-11T20:12:50.748Z | Downloaded rustix v1.0.7 |
| 462 | 2025-11-11T20:12:50.767Z | Downloaded bitflags v2.9.4 |
| 463 | 2025-11-11T20:12:50.778Z | Downloaded libc v0.2.174 |
| 464 | 2025-11-11T20:12:50.855Z | Compiling proc-macro2 v1.0.101 |
| 465 | 2025-11-11T20:12:50.855Z | Compiling unicode-ident v1.0.19 |
| 466 | 2025-11-11T20:12:50.858Z | Compiling serde_core v1.0.226 |
| 467 | 2025-11-11T20:12:50.858Z | Compiling serde v1.0.226 |
| 468 | 2025-11-11T20:12:50.858Z | Compiling version_check v0.9.5 |
| 469 | 2025-11-11T20:12:50.858Z | Compiling libc v0.2.174 |
| 470 | 2025-11-11T20:12:50.858Z | Compiling memchr v2.7.4 |
| 471 | 2025-11-11T20:12:51.091Z | Compiling thiserror v2.0.17 |
| 472 | 2025-11-11T20:12:51.327Z | Compiling stable_deref_trait v1.2.0 |
| 473 | 2025-11-11T20:12:51.459Z | Compiling litemap v0.7.3 |
| 474 | 2025-11-11T20:12:51.763Z | Compiling ryu v1.0.18 |
| 475 | 2025-11-11T20:12:51.787Z | Compiling autocfg v1.4.0 |
| 476 | 2025-11-11T20:12:52.041Z | Compiling thiserror v1.0.69 |
| 477 | 2025-11-11T20:12:52.324Z | Compiling ucd-trie v0.1.7 |
| 478 | 2025-11-11T20:12:52.552Z | Compiling itoa v1.0.11 |
| 479 | 2025-11-11T20:12:52.580Z | Compiling writeable v0.5.5 |
| 480 | 2025-11-11T20:12:52.858Z | Compiling bitflags v2.9.4 |
| 481 | 2025-11-11T20:12:52.885Z | Compiling byteorder v1.5.0 |
| 482 | 2025-11-11T20:12:53.127Z | Compiling icu_locid_transform_data v1.5.0 |
| 483 | 2025-11-11T20:12:53.263Z | Compiling serde_json v1.0.145 |
| 484 | 2025-11-11T20:12:53.374Z | Compiling errno v0.3.12 |
| 485 | 2025-11-11T20:12:53.536Z | Compiling icu_properties_data v1.5.0 |
| 486 | 2025-11-11T20:12:53.564Z | Compiling quote v1.0.40 |
| 487 | 2025-11-11T20:12:53.691Z | Compiling num-traits v0.2.19 |
| 488 | 2025-11-11T20:12:53.719Z | Compiling smallvec v1.15.1 |
| 489 | 2025-11-11T20:12:53.804Z | Compiling utf8_iter v1.0.4 |
| 490 | 2025-11-11T20:12:54.023Z | Compiling syn v2.0.106 |
| 491 | 2025-11-11T20:12:54.088Z | Compiling icu_normalizer_data v1.5.0 |
| 492 | 2025-11-11T20:12:54.129Z | Compiling write16 v1.0.0 |
| 493 | 2025-11-11T20:12:54.154Z | Compiling hashbrown v0.16.0 |
| 494 | 2025-11-11T20:12:54.196Z | Compiling equivalent v1.0.2 |
| 495 | 2025-11-11T20:12:54.225Z | Compiling typeid v1.0.3 |
| 496 | 2025-11-11T20:12:54.277Z | Compiling rustix v0.38.37 |
| 497 | 2025-11-11T20:12:54.340Z | Compiling utf16_iter v1.0.5 |
| 498 | 2025-11-11T20:12:54.884Z | Compiling usdt-impl v0.5.0 |
| 499 | 2025-11-11T20:12:54.951Z | Compiling proc-macro-error-attr v1.0.4 |
| 500 | 2025-11-11T20:12:55.142Z | Compiling toml_write v0.1.2 |
| 501 | 2025-11-11T20:12:55.286Z | Compiling indexmap v2.11.4 |
| 502 | 2025-11-11T20:12:55.315Z | Compiling winnow v0.7.13 |
| 503 | 2025-11-11T20:12:55.342Z | Compiling syn v1.0.109 |
| 504 | 2025-11-11T20:12:55.514Z | Compiling thread-id v4.2.2 |
| 505 | 2025-11-11T20:12:56.183Z | Compiling proc-macro-error v1.0.4 |
| 506 | 2025-11-11T20:12:56.532Z | Compiling log v0.4.27 |
| 507 | 2025-11-11T20:12:56.678Z | Compiling camino v1.2.0 |
| 508 | 2025-11-11T20:12:56.967Z | Compiling percent-encoding v2.3.2 |
| 509 | 2025-11-11T20:12:57.010Z | Compiling plain v0.2.3 |
| 510 | 2025-11-11T20:12:57.206Z | Compiling rustix v1.0.7 |
| 511 | 2025-11-11T20:12:57.311Z | Compiling getrandom v0.3.4 |
| 512 | 2025-11-11T20:12:57.336Z | Compiling utf8parse v0.2.2 |
| 513 | 2025-11-11T20:12:57.527Z | Compiling anstyle-parse v0.2.5 |
| 514 | 2025-11-11T20:12:57.569Z | Compiling ordered-float v2.10.1 |
| 515 | 2025-11-11T20:12:57.888Z | Compiling form_urlencoded v1.2.2 |
| 516 | 2025-11-11T20:12:58.075Z | Compiling terminal_size v0.4.0 |
| 517 | 2025-11-11T20:12:58.707Z | Compiling pretty-hex v0.4.1 |
| 518 | 2025-11-11T20:12:58.779Z | Compiling anstyle v1.0.11 |
| 519 | 2025-11-11T20:12:58.941Z | Compiling cfg-if v1.0.4 |
| 520 | 2025-11-11T20:12:58.973Z | Compiling anstyle-query v1.1.1 |
| 521 | 2025-11-11T20:12:59.050Z | Compiling colorchoice v1.0.2 |
| 522 | 2025-11-11T20:12:59.084Z | Compiling is_terminal_polyfill v1.70.1 |
| 523 | 2025-11-11T20:12:59.224Z | Compiling anstream v0.6.18 |
| 524 | 2025-11-11T20:12:59.384Z | Compiling semver v1.0.27 |
| 525 | 2025-11-11T20:12:59.865Z | Compiling fs-err v3.1.1 |
| 526 | 2025-11-11T20:12:59.917Z | Compiling unicode-width v0.1.14 |
| 527 | 2025-11-11T20:13:00.030Z | Compiling bytecount v0.6.8 |
| 528 | 2025-11-11T20:13:00.115Z | Compiling clap_lex v0.7.4 |
| 529 | 2025-11-11T20:13:00.206Z | Compiling fastrand v2.1.1 |
| 530 | 2025-11-11T20:13:00.254Z | Compiling unicode-xid v0.2.6 |
| 531 | 2025-11-11T20:13:00.446Z | Compiling anyhow v1.0.99 |
| 532 | 2025-11-11T20:13:00.478Z | Compiling heck v0.5.0 |
| 533 | 2025-11-11T20:13:00.538Z | Compiling synstructure v0.13.1 |
| 534 | 2025-11-11T20:13:00.693Z | Compiling heck v0.4.1 |
| 535 | 2025-11-11T20:13:01.089Z | Compiling fnv v1.0.7 |
| 536 | 2025-11-11T20:13:01.124Z | Compiling strsim v0.11.1 |
| 537 | 2025-11-11T20:13:01.259Z | Compiling once_cell v1.21.3 |
| 538 | 2025-11-11T20:13:01.293Z | Compiling papergrid v0.11.0 |
| 539 | 2025-11-11T20:13:01.567Z | Compiling tempfile v3.20.0 |
| 540 | 2025-11-11T20:13:01.646Z | Compiling clap_builder v4.5.48 |
| 541 | 2025-11-11T20:13:02.000Z | Compiling memmap v0.7.0 |
| 542 | 2025-11-11T20:13:02.262Z | Compiling smawk v0.3.2 |
| 543 | 2025-11-11T20:13:02.289Z | Compiling unicode-linebreak v0.1.5 |
| 544 | 2025-11-11T20:13:02.348Z | Compiling unicode-width v0.2.0 |
| 545 | 2025-11-11T20:13:02.908Z | Compiling textwrap v0.16.2 |
| 546 | 2025-11-11T20:13:03.314Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2025-11-11T20:13:03.343Z | Compiling tabled_derive v0.7.0 |
| 548 | 2025-11-11T20:13:03.396Z | Compiling swrite v0.1.0 |
| 549 | 2025-11-11T20:13:03.557Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 550 | 2025-11-11T20:13:04.520Z | Compiling serde_derive v1.0.226 |
| 551 | 2025-11-11T20:13:04.520Z | Compiling zerofrom-derive v0.1.4 |
| 552 | 2025-11-11T20:13:04.524Z | Compiling yoke-derive v0.7.4 |
| 553 | 2025-11-11T20:13:04.524Z | Compiling thiserror-impl v2.0.17 |
| 554 | 2025-11-11T20:13:04.524Z | Compiling zerovec-derive v0.10.3 |
| 555 | 2025-11-11T20:13:04.921Z | Compiling displaydoc v0.2.5 |
| 556 | 2025-11-11T20:13:06.441Z | Compiling icu_provider_macros v1.5.0 |
| 557 | 2025-11-11T20:13:06.894Z | Compiling thiserror-impl v1.0.69 |
| 558 | 2025-11-11T20:13:07.151Z | Compiling zerocopy-derive v0.7.35 |
| 559 | 2025-11-11T20:13:07.467Z | Compiling scroll_derive v0.12.0 |
| 560 | 2025-11-11T20:13:07.762Z | Compiling pest v2.8.2 |
| 561 | 2025-11-11T20:13:08.010Z | Compiling zerofrom v0.1.4 |
| 562 | 2025-11-11T20:13:08.258Z | Compiling yoke v0.7.4 |
| 563 | 2025-11-11T20:13:08.664Z | Compiling zerovec v0.10.4 |
| 564 | 2025-11-11T20:13:08.827Z | Compiling scroll v0.12.0 |
| 565 | 2025-11-11T20:13:09.014Z | Compiling clap_derive v4.5.47 |
| 566 | 2025-11-11T20:13:09.091Z | Compiling zerocopy v0.7.35 |
| 567 | 2025-11-11T20:13:09.367Z | Compiling goblin v0.8.2 |
| 568 | 2025-11-11T20:13:09.790Z | Compiling tabled v0.15.0 |
| 569 | 2025-11-11T20:13:10.321Z | Compiling tinystr v0.7.6 |
| 570 | 2025-11-11T20:13:10.412Z | Compiling pest_meta v2.8.2 |
| 571 | 2025-11-11T20:13:10.612Z | Compiling icu_collections v1.5.0 |
| 572 | 2025-11-11T20:13:10.677Z | Compiling icu_locid v1.5.0 |
| 573 | 2025-11-11T20:13:11.837Z | Compiling icu_provider v1.5.0 |
| 574 | 2025-11-11T20:13:12.315Z | Compiling pest_generator v2.8.2 |
| 575 | 2025-11-11T20:13:12.532Z | Compiling icu_locid_transform v1.5.0 |
| 576 | 2025-11-11T20:13:12.644Z | Compiling toml_datetime v0.6.11 |
| 577 | 2025-11-11T20:13:12.793Z | Compiling serde_spanned v0.6.9 |
| 578 | 2025-11-11T20:13:13.072Z | Compiling toml_edit v0.22.27 |
| 579 | 2025-11-11T20:13:13.124Z | Compiling dof v0.3.0 |
| 580 | 2025-11-11T20:13:13.187Z | Compiling serde_tokenstream v0.2.2 |
| 581 | 2025-11-11T20:13:13.769Z | Compiling icu_properties v1.5.1 |
| 582 | 2025-11-11T20:13:13.984Z | Compiling erased-serde v0.4.6 |
| 583 | 2025-11-11T20:13:14.067Z | Compiling serde-value v0.7.0 |
| 584 | 2025-11-11T20:13:14.741Z | Compiling pest_derive v2.8.2 |
| 585 | 2025-11-11T20:13:14.768Z | Compiling cargo-platform v0.2.0 |
| 586 | 2025-11-11T20:13:14.856Z | Compiling clap v4.5.48 |
| 587 | 2025-11-11T20:13:15.135Z | Compiling serde-untagged v0.1.7 |
| 588 | 2025-11-11T20:13:15.287Z | Compiling macaddr v1.0.1 |
| 589 | 2025-11-11T20:13:15.539Z | Compiling dtrace-parser v0.2.0 |
| 590 | 2025-11-11T20:13:16.404Z | Compiling toml v0.8.23 |
| 591 | 2025-11-11T20:13:17.318Z | Compiling icu_normalizer v1.5.0 |
| 592 | 2025-11-11T20:13:17.356Z | Compiling cargo_toml v0.21.0 |
| 593 | 2025-11-11T20:13:17.465Z | Compiling usdt-macro v0.5.0 |
| 594 | 2025-11-11T20:13:17.582Z | Compiling usdt-attr-macro v0.5.0 |
| 595 | 2025-11-11T20:13:18.165Z | Compiling idna_adapter v1.2.0 |
| 596 | 2025-11-11T20:13:18.329Z | Compiling idna v1.0.3 |
| 597 | 2025-11-11T20:13:18.646Z | Compiling usdt v0.5.0 |
| 598 | 2025-11-11T20:13:18.747Z | Compiling url v2.5.4 |
| 599 | 2025-11-11T20:13:19.394Z | Compiling cargo-util-schemas v0.8.2 |
| 600 | 2025-11-11T20:13:20.988Z | Compiling cargo_metadata v0.21.0 |
| 601 | 2025-11-11T20:13:22.465Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 602 | 2025-11-11T20:13:25.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 603 | 2025-11-11T20:13:26.225Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 604 | 2025-11-11T20:13:26.965Z | Downloading crates ... |
| 605 | 2025-11-11T20:13:27.093Z | Downloaded ascii-canvas v3.0.0 |
| 606 | 2025-11-11T20:13:27.106Z | Downloaded cassowary v0.3.0 |
| 607 | 2025-11-11T20:13:27.109Z | Downloaded cobs v0.2.3 |
| 608 | 2025-11-11T20:13:27.113Z | Downloaded array-init v0.0.4 |
| 609 | 2025-11-11T20:13:27.113Z | Downloaded console v0.15.10 |
| 610 | 2025-11-11T20:13:27.116Z | Downloaded addr2line v0.24.2 |
| 611 | 2025-11-11T20:13:27.136Z | Downloaded bstr v1.10.0 |
| 612 | 2025-11-11T20:13:27.146Z | Downloaded allocator-api2 v0.2.21 |
| 613 | 2025-11-11T20:13:27.149Z | Downloaded hickory-client v0.25.2 |
| 614 | 2025-11-11T20:13:27.152Z | Downloaded crossbeam-epoch v0.9.18 |
| 615 | 2025-11-11T20:13:27.155Z | Downloaded libscf-sys v1.1.0 |
| 616 | 2025-11-11T20:13:27.158Z | Downloaded headers-core v0.3.0 |
| 617 | 2025-11-11T20:13:27.161Z | Downloaded adler2 v2.0.0 |
| 618 | 2025-11-11T20:13:27.161Z | Downloaded arc-swap v1.7.1 |
| 619 | 2025-11-11T20:13:27.166Z | Downloaded internet-checksum v0.2.1 |
| 620 | 2025-11-11T20:13:27.168Z | Downloaded indoc v1.0.9 |
| 621 | 2025-11-11T20:13:27.171Z | Downloaded inout v0.1.3 |
| 622 | 2025-11-11T20:13:27.174Z | Downloaded globwalk v0.9.1 |
| 623 | 2025-11-11T20:13:27.177Z | Downloaded linear-map v1.2.0 |
| 624 | 2025-11-11T20:13:27.177Z | Downloaded iana-time-zone v0.1.63 |
| 625 | 2025-11-11T20:13:27.180Z | Downloaded hmac v0.12.1 |
| 626 | 2025-11-11T20:13:27.183Z | Downloaded jobserver v0.1.32 |
| 627 | 2025-11-11T20:13:27.186Z | Downloaded hostname v0.4.0 |
| 628 | 2025-11-11T20:13:27.189Z | Downloaded hash32 v0.2.1 |
| 629 | 2025-11-11T20:13:27.192Z | Downloaded hyper-util v0.1.17 |
| 630 | 2025-11-11T20:13:27.197Z | Downloaded ignore v0.4.23 |
| 631 | 2025-11-11T20:13:27.200Z | Downloaded humantime v2.2.0 |
| 632 | 2025-11-11T20:13:27.203Z | Downloaded hickory-server v0.25.2 |
| 633 | 2025-11-11T20:13:27.207Z | Downloaded itertools v0.10.5 |
| 634 | 2025-11-11T20:13:27.215Z | Downloaded http-body-util v0.1.3 |
| 635 | 2025-11-11T20:13:27.217Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 636 | 2025-11-11T20:13:27.221Z | Downloaded iri-string v0.7.8 |
| 637 | 2025-11-11T20:13:27.228Z | Downloaded psl-types v2.0.11 |
| 638 | 2025-11-11T20:13:27.231Z | Downloaded cfg_aliases v0.1.1 |
| 639 | 2025-11-11T20:13:27.234Z | Downloaded hashbrown v0.13.2 |
| 640 | 2025-11-11T20:13:27.236Z | Downloaded bcs v0.1.6 |
| 641 | 2025-11-11T20:13:27.239Z | Downloaded cipher v0.4.4 |
| 642 | 2025-11-11T20:13:27.242Z | Downloaded bit-set v0.8.0 |
| 643 | 2025-11-11T20:13:27.245Z | Downloaded quinn v0.11.5 |
| 644 | 2025-11-11T20:13:27.248Z | Downloaded scheduled-thread-pool v0.2.7 |
| 645 | 2025-11-11T20:13:27.251Z | Downloaded rustls-pki-types v1.10.0 |
| 646 | 2025-11-11T20:13:27.254Z | Downloaded indoc v2.0.6 |
| 647 | 2025-11-11T20:13:27.258Z | Downloaded ident_case v1.0.1 |
| 648 | 2025-11-11T20:13:27.261Z | Downloaded crossbeam-deque v0.8.5 |
| 649 | 2025-11-11T20:13:27.264Z | Downloaded cmake v0.1.51 |
| 650 | 2025-11-11T20:13:27.264Z | Downloaded cfg_aliases v0.2.1 |
| 651 | 2025-11-11T20:13:27.267Z | Downloaded rsa v0.9.8 |
| 652 | 2025-11-11T20:13:27.272Z | Downloaded lazy_static v1.5.0 |
| 653 | 2025-11-11T20:13:27.275Z | Downloaded indexmap v1.9.3 |
| 654 | 2025-11-11T20:13:27.279Z | Downloaded fxhash v0.2.1 |
| 655 | 2025-11-11T20:13:27.282Z | Downloaded async-stream-impl v0.3.6 |
| 656 | 2025-11-11T20:13:27.282Z | Downloaded ahash v0.8.12 |
| 657 | 2025-11-11T20:13:27.285Z | Downloaded instant v0.1.13 |
| 658 | 2025-11-11T20:13:27.288Z | Downloaded linked-hash-map v0.5.6 |
| 659 | 2025-11-11T20:13:27.291Z | Downloaded instability v0.3.2 |
| 660 | 2025-11-11T20:13:27.307Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 661 | 2025-11-11T20:13:27.310Z | Downloaded group v0.13.0 |
| 662 | 2025-11-11T20:13:27.313Z | Downloaded aead v0.5.2 |
| 663 | 2025-11-11T20:13:27.316Z | Downloaded http-range v0.1.5 |
| 664 | 2025-11-11T20:13:27.319Z | Downloaded convert_case v0.7.1 |
| 665 | 2025-11-11T20:13:27.319Z | Downloaded console v0.16.0 |
| 666 | 2025-11-11T20:13:27.324Z | Downloaded hyper-tls v0.6.0 |
| 667 | 2025-11-11T20:13:27.327Z | Downloaded httpdate v1.0.3 |
| 668 | 2025-11-11T20:13:27.327Z | Downloaded highway v1.3.0 |
| 669 | 2025-11-11T20:13:27.330Z | Downloaded ppv-lite86 v0.2.20 |
| 670 | 2025-11-11T20:13:27.333Z | Downloaded cookie v0.18.1 |
| 671 | 2025-11-11T20:13:27.335Z | Downloaded sync_wrapper v1.0.1 |
| 672 | 2025-11-11T20:13:27.338Z | Downloaded cookie_store v0.21.1 |
| 673 | 2025-11-11T20:13:27.341Z | Downloaded ciborium-io v0.2.2 |
| 674 | 2025-11-11T20:13:27.341Z | Downloaded blake2 v0.10.6 |
| 675 | 2025-11-11T20:13:27.344Z | Downloaded ipnet v2.11.0 |
| 676 | 2025-11-11T20:13:27.347Z | Downloaded critical-section v1.1.3 |
| 677 | 2025-11-11T20:13:27.350Z | Downloaded libsw-core v0.3.1 |
| 678 | 2025-11-11T20:13:27.353Z | Downloaded bit-vec v0.8.0 |
| 679 | 2025-11-11T20:13:27.356Z | Downloaded async-trait v0.1.89 |
| 680 | 2025-11-11T20:13:27.359Z | Downloaded proc-macro-crate v1.3.1 |
| 681 | 2025-11-11T20:13:27.362Z | Downloaded lock_api v0.4.12 |
| 682 | 2025-11-11T20:13:27.365Z | Downloaded litrs v0.4.1 |
| 683 | 2025-11-11T20:13:27.368Z | Downloaded rand_core v0.6.4 |
| 684 | 2025-11-11T20:13:27.371Z | Downloaded lockfree-object-pool v0.1.6 |
| 685 | 2025-11-11T20:13:27.374Z | Downloaded sync-ptr v0.1.4 |
| 686 | 2025-11-11T20:13:27.377Z | Downloaded libz-rs-sys v0.5.1 |
| 687 | 2025-11-11T20:13:27.377Z | Downloaded lalrpop-util v0.19.12 |
| 688 | 2025-11-11T20:13:27.380Z | Downloaded bzip2 v0.5.2 |
| 689 | 2025-11-11T20:13:27.383Z | Downloaded convert_case v0.4.0 |
| 690 | 2025-11-11T20:13:27.383Z | Downloaded tinyvec_macros v0.1.1 |
| 691 | 2025-11-11T20:13:27.386Z | Downloaded serde_urlencoded v0.7.1 |
| 692 | 2025-11-11T20:13:27.389Z | Downloaded crc32fast v1.4.2 |
| 693 | 2025-11-11T20:13:27.392Z | Downloaded chacha20poly1305 v0.10.1 |
| 694 | 2025-11-11T20:13:27.395Z | Downloaded hostname v0.3.1 |
| 695 | 2025-11-11T20:13:27.395Z | Downloaded slab v0.4.9 |
| 696 | 2025-11-11T20:13:27.398Z | Downloaded hex-literal v0.4.1 |
| 697 | 2025-11-11T20:13:27.401Z | Downloaded globset v0.4.15 |
| 698 | 2025-11-11T20:13:27.401Z | Downloaded tiny-keccak v2.0.2 |
| 699 | 2025-11-11T20:13:27.404Z | Downloaded unicode-truncate v1.1.0 |
| 700 | 2025-11-11T20:13:27.407Z | Downloaded waitgroup v0.1.2 |
| 701 | 2025-11-11T20:13:27.410Z | Downloaded pkcs8 v0.10.2 |
| 702 | 2025-11-11T20:13:27.413Z | Downloaded crucible-workspace-hack v0.1.0 |
| 703 | 2025-11-11T20:13:27.416Z | Downloaded thiserror-no-std v2.0.2 |
| 704 | 2025-11-11T20:13:27.419Z | Downloaded xattr v1.3.1 |
| 705 | 2025-11-11T20:13:27.422Z | Downloaded serde_spanned v1.0.0 |
| 706 | 2025-11-11T20:13:27.425Z | Downloaded signal-hook-mio v0.2.4 |
| 707 | 2025-11-11T20:13:27.428Z | Downloaded usdt v0.6.0 |
| 708 | 2025-11-11T20:13:27.428Z | Downloaded scrypt v0.11.0 |
| 709 | 2025-11-11T20:13:27.431Z | Downloaded darling_macro v0.20.10 |
| 710 | 2025-11-11T20:13:27.434Z | Downloaded tui-tree-widget v0.23.1 |
| 711 | 2025-11-11T20:13:27.434Z | Downloaded toml_parser v1.0.2 |
| 712 | 2025-11-11T20:13:27.438Z | Downloaded prefix-trie v0.7.0 |
| 713 | 2025-11-11T20:13:27.441Z | Downloaded unit-prefix v0.5.1 |
| 714 | 2025-11-11T20:13:27.444Z | Downloaded libloading v0.8.5 |
| 715 | 2025-11-11T20:13:27.447Z | Downloaded signal-hook v0.3.18 |
| 716 | 2025-11-11T20:13:27.450Z | Downloaded serde-hex v0.1.0 |
| 717 | 2025-11-11T20:13:27.453Z | Downloaded tinyvec v1.8.0 |
| 718 | 2025-11-11T20:13:27.456Z | Downloaded primeorder v0.13.6 |
| 719 | 2025-11-11T20:13:27.459Z | Downloaded fixedbitset v0.4.2 |
| 720 | 2025-11-11T20:13:27.462Z | Downloaded glob v0.3.2 |
| 721 | 2025-11-11T20:13:27.465Z | Downloaded xshell v0.2.7 |
| 722 | 2025-11-11T20:13:27.468Z | Downloaded sct v0.7.1 |
| 723 | 2025-11-11T20:13:27.471Z | Downloaded headers v0.4.1 |
| 724 | 2025-11-11T20:13:27.477Z | Downloaded peg v0.8.5 |
| 725 | 2025-11-11T20:13:27.482Z | Downloaded float-cmp v0.10.0 |
| 726 | 2025-11-11T20:13:27.485Z | Downloaded supports-color v3.0.2 |
| 727 | 2025-11-11T20:13:27.488Z | Downloaded ron v0.8.1 |
| 728 | 2025-11-11T20:13:27.493Z | Downloaded walkdir v2.5.0 |
| 729 | 2025-11-11T20:13:27.496Z | Downloaded progenitor-impl v0.8.0 |
| 730 | 2025-11-11T20:13:27.499Z | Downloaded indicatif v0.17.11 |
| 731 | 2025-11-11T20:13:27.503Z | Downloaded data-encoding v2.9.0 |
| 732 | 2025-11-11T20:13:27.506Z | Downloaded xz2 v0.1.7 |
| 733 | 2025-11-11T20:13:27.509Z | Downloaded openssl-probe v0.1.5 |
| 734 | 2025-11-11T20:13:27.512Z | Downloaded defmt v0.3.8 |
| 735 | 2025-11-11T20:13:27.515Z | Downloaded tap v1.0.1 |
| 736 | 2025-11-11T20:13:27.518Z | Downloaded cc v1.2.30 |
| 737 | 2025-11-11T20:13:27.521Z | Downloaded num_threads v0.1.7 |
| 738 | 2025-11-11T20:13:27.524Z | Downloaded number_prefix v0.4.0 |
| 739 | 2025-11-11T20:13:27.524Z | Downloaded typify v0.4.3 |
| 740 | 2025-11-11T20:13:27.528Z | Downloaded itertools v0.12.1 |
| 741 | 2025-11-11T20:13:27.536Z | Downloaded document-features v0.2.11 |
| 742 | 2025-11-11T20:13:27.539Z | Downloaded ssh-encoding v0.2.0 |
| 743 | 2025-11-11T20:13:27.542Z | Downloaded aes-gcm v0.10.3 |
| 744 | 2025-11-11T20:13:27.546Z | Downloaded cstr-argument v0.1.2 |
| 745 | 2025-11-11T20:13:27.548Z | Downloaded aho-corasick v1.1.3 |
| 746 | 2025-11-11T20:13:27.554Z | Downloaded heapless v0.7.17 |
| 747 | 2025-11-11T20:13:27.558Z | Downloaded testing_table v0.3.0 |
| 748 | 2025-11-11T20:13:27.561Z | Downloaded display-error-chain v0.2.2 |
| 749 | 2025-11-11T20:13:27.564Z | Downloaded siphasher v0.3.11 |
| 750 | 2025-11-11T20:13:27.564Z | Downloaded diff v0.1.13 |
| 751 | 2025-11-11T20:13:27.568Z | Downloaded ena v0.14.3 |
| 752 | 2025-11-11T20:13:27.571Z | Downloaded hashbrown v0.12.3 |
| 753 | 2025-11-11T20:13:27.575Z | Downloaded gethostname v0.5.0 |
| 754 | 2025-11-11T20:13:27.578Z | Downloaded nanorand v0.7.0 |
| 755 | 2025-11-11T20:13:27.581Z | Downloaded lru-cache v0.1.2 |
| 756 | 2025-11-11T20:13:27.584Z | Downloaded fallible-iterator v0.2.0 |
| 757 | 2025-11-11T20:13:27.587Z | Downloaded rustversion v1.0.22 |
| 758 | 2025-11-11T20:13:27.590Z | Downloaded rustls-pemfile v1.0.4 |
| 759 | 2025-11-11T20:13:27.592Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 760 | 2025-11-11T20:13:27.593Z | Downloaded phf v0.11.2 |
| 761 | 2025-11-11T20:13:27.596Z | Downloaded futures v0.3.31 |
| 762 | 2025-11-11T20:13:27.601Z | Downloaded slog-async v2.8.0 |
| 763 | 2025-11-11T20:13:27.604Z | Downloaded term v1.1.0 |
| 764 | 2025-11-11T20:13:27.607Z | Downloaded normalize-line-endings v0.3.0 |
| 765 | 2025-11-11T20:13:27.610Z | Downloaded darling_core v0.21.0 |
| 766 | 2025-11-11T20:13:27.615Z | Downloaded num-integer v0.1.46 |
| 767 | 2025-11-11T20:13:27.618Z | Downloaded unsafe-libyaml v0.2.11 |
| 768 | 2025-11-11T20:13:27.622Z | Downloaded difflib v0.4.0 |
| 769 | 2025-11-11T20:13:27.629Z | Downloaded portable-atomic v1.11.0 |
| 770 | 2025-11-11T20:13:27.633Z | Downloaded proc-macro-error2 v2.0.1 |
| 771 | 2025-11-11T20:13:27.637Z | Downloaded omicron-zone-package v0.12.2 |
| 772 | 2025-11-11T20:13:27.641Z | Downloaded diesel-dtrace v0.4.2 |
| 773 | 2025-11-11T20:13:27.644Z | Downloaded simd-adler32 v0.3.7 |
| 774 | 2025-11-11T20:13:27.646Z | Downloaded ctr v0.9.2 |
| 775 | 2025-11-11T20:13:27.649Z | Downloaded ghash v0.5.1 |
| 776 | 2025-11-11T20:13:27.652Z | Downloaded dunce v1.0.5 |
| 777 | 2025-11-11T20:13:27.655Z | Downloaded rustls-pemfile v2.2.0 |
| 778 | 2025-11-11T20:13:27.658Z | Downloaded secrecy v0.8.0 |
| 779 | 2025-11-11T20:13:27.658Z | Downloaded rcgen v0.12.1 |
| 780 | 2025-11-11T20:13:27.662Z | Downloaded http v1.3.1 |
| 781 | 2025-11-11T20:13:27.667Z | Downloaded tokio-rustls v0.25.0 |
| 782 | 2025-11-11T20:13:27.670Z | Downloaded rustls-native-certs v0.8.1 |
| 783 | 2025-11-11T20:13:27.673Z | Downloaded trait-variant v0.1.2 |
| 784 | 2025-11-11T20:13:27.676Z | Downloaded iddqd v0.3.13 |
| 785 | 2025-11-11T20:13:27.683Z | Downloaded foldhash v0.1.5 |
| 786 | 2025-11-11T20:13:27.686Z | Downloaded uzers v0.12.1 |
| 787 | 2025-11-11T20:13:27.689Z | Downloaded slog v2.7.0 |
| 788 | 2025-11-11T20:13:27.692Z | Downloaded vte v0.11.1 |
| 789 | 2025-11-11T20:13:27.695Z | Downloaded mime v0.3.17 |
| 790 | 2025-11-11T20:13:27.698Z | Downloaded tokio-rustls v0.24.1 |
| 791 | 2025-11-11T20:13:27.701Z | Downloaded packed_struct_codegen v0.10.1 |
| 792 | 2025-11-11T20:13:27.704Z | Downloaded csv-core v0.1.11 |
| 793 | 2025-11-11T20:13:27.704Z | Downloaded nibble_vec v0.1.0 |
| 794 | 2025-11-11T20:13:27.707Z | Downloaded password-hash v0.4.2 |
| 795 | 2025-11-11T20:13:27.710Z | Downloaded num-iter v0.1.45 |
| 796 | 2025-11-11T20:13:27.713Z | Downloaded strip-ansi-escapes v0.2.0 |
| 797 | 2025-11-11T20:13:27.713Z | Downloaded secrecy v0.10.3 |
| 798 | 2025-11-11T20:13:27.716Z | Downloaded rustc-demangle v0.1.24 |
| 799 | 2025-11-11T20:13:27.719Z | Downloaded tokio-rustls v0.26.0 |
| 800 | 2025-11-11T20:13:27.719Z | Downloaded test-strategy v0.4.3 |
| 801 | 2025-11-11T20:13:27.725Z | Downloaded phf_shared v0.12.1 |
| 802 | 2025-11-11T20:13:27.728Z | Downloaded phf v0.12.1 |
| 803 | 2025-11-11T20:13:27.731Z | Downloaded phf_shared v0.11.2 |
| 804 | 2025-11-11T20:13:27.731Z | Downloaded serde-big-array v0.5.1 |
| 805 | 2025-11-11T20:13:27.734Z | Downloaded getrandom v0.2.15 |
| 806 | 2025-11-11T20:13:27.737Z | Downloaded want v0.3.1 |
| 807 | 2025-11-11T20:13:27.740Z | Downloaded powerfmt v0.2.0 |
| 808 | 2025-11-11T20:13:27.740Z | Downloaded unicode-properties v0.1.3 |
| 809 | 2025-11-11T20:13:27.743Z | Downloaded crunchy v0.2.2 |
| 810 | 2025-11-11T20:13:27.746Z | Downloaded progenitor-impl v0.11.2 |
| 811 | 2025-11-11T20:13:27.749Z | Downloaded mime_guess v2.0.5 |
| 812 | 2025-11-11T20:13:27.753Z | Downloaded slog-stdlog v4.1.1 |
| 813 | 2025-11-11T20:13:27.756Z | Downloaded futures-io v0.3.31 |
| 814 | 2025-11-11T20:13:27.756Z | Downloaded string_cache v0.8.9 |
| 815 | 2025-11-11T20:13:27.759Z | Downloaded slog-scope v4.4.0 |
| 816 | 2025-11-11T20:13:27.759Z | Downloaded derive_builder_core v0.20.2 |
| 817 | 2025-11-11T20:13:27.762Z | Downloaded zerocopy v0.6.6 |
| 818 | 2025-11-11T20:13:27.765Z | Downloaded value-bag v1.9.0 |
| 819 | 2025-11-11T20:13:27.768Z | Downloaded newline-converter v0.3.0 |
| 820 | 2025-11-11T20:13:27.771Z | Downloaded foreign-types-shared v0.3.1 |
| 821 | 2025-11-11T20:13:27.774Z | Downloaded derive_builder v0.20.2 |
| 822 | 2025-11-11T20:13:27.778Z | Downloaded strum v0.27.2 |
| 823 | 2025-11-11T20:13:27.780Z | Downloaded sqlparser_derive v0.2.2 |
| 824 | 2025-11-11T20:13:27.784Z | Downloaded filetime v0.2.26 |
| 825 | 2025-11-11T20:13:27.784Z | Downloaded strum_macros v0.24.3 |
| 826 | 2025-11-11T20:13:27.787Z | Downloaded unarray v0.1.4 |
| 827 | 2025-11-11T20:13:27.790Z | Downloaded precomputed-hash v0.1.1 |
| 828 | 2025-11-11T20:13:27.792Z | Downloaded yasna v0.5.2 |
| 829 | 2025-11-11T20:13:27.799Z | Downloaded scroll_derive v0.13.1 |
| 830 | 2025-11-11T20:13:27.803Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 831 | 2025-11-11T20:13:27.803Z | Downloaded num-bigint v0.4.6 |
| 832 | 2025-11-11T20:13:27.811Z | Downloaded fs-err v2.11.0 |
| 833 | 2025-11-11T20:13:27.814Z | Downloaded itertools v0.14.0 |
| 834 | 2025-11-11T20:13:27.825Z | Downloaded subprocess v0.2.9 |
| 835 | 2025-11-11T20:13:27.829Z | Downloaded futures-util v0.3.31 |
| 836 | 2025-11-11T20:13:27.844Z | Downloaded fd-lock v4.0.2 |
| 837 | 2025-11-11T20:13:27.847Z | Downloaded prettyplease v0.2.36 |
| 838 | 2025-11-11T20:13:27.851Z | Downloaded serde_with_macros v3.14.0 |
| 839 | 2025-11-11T20:13:27.854Z | Downloaded signal-hook-tokio v0.3.1 |
| 840 | 2025-11-11T20:13:27.857Z | Downloaded signal-hook-registry v1.4.2 |
| 841 | 2025-11-11T20:13:27.857Z | Downloaded progenitor-macro v0.11.2 |
| 842 | 2025-11-11T20:13:27.860Z | Downloaded smf v0.2.3 |
| 843 | 2025-11-11T20:13:27.863Z | Downloaded wait-timeout v0.2.0 |
| 844 | 2025-11-11T20:13:27.863Z | Downloaded papergrid v0.14.0 |
| 845 | 2025-11-11T20:13:27.867Z | Downloaded tower v0.5.2 |
| 846 | 2025-11-11T20:13:27.876Z | Downloaded qorb v0.4.1 |
| 847 | 2025-11-11T20:13:27.882Z | Downloaded topological-sort v0.2.2 |
| 848 | 2025-11-11T20:13:27.886Z | Downloaded pin-project-internal v1.1.6 |
| 849 | 2025-11-11T20:13:27.886Z | Downloaded md-5 v0.10.6 |
| 850 | 2025-11-11T20:13:27.890Z | Downloaded utf-8 v0.7.6 |
| 851 | 2025-11-11T20:13:27.893Z | Downloaded rand_chacha v0.3.1 |
| 852 | 2025-11-11T20:13:27.893Z | Downloaded support-bundle-viewer v0.1.2 |
| 853 | 2025-11-11T20:13:27.896Z | Downloaded zone v0.1.8 |
| 854 | 2025-11-11T20:13:27.899Z | Downloaded tagptr v0.2.0 |
| 855 | 2025-11-11T20:13:27.899Z | Downloaded toml_datetime v0.7.0 |
| 856 | 2025-11-11T20:13:27.902Z | Downloaded foreign-types-shared v0.1.1 |
| 857 | 2025-11-11T20:13:27.902Z | Downloaded ff v0.13.0 |
| 858 | 2025-11-11T20:13:27.905Z | Downloaded dof v0.4.0 |
| 859 | 2025-11-11T20:13:27.907Z | Downloaded progenitor-client v0.8.0 |
| 860 | 2025-11-11T20:13:27.907Z | Downloaded pretty-hex v0.2.1 |
| 861 | 2025-11-11T20:13:27.910Z | Downloaded newtype-uuid v1.3.1 |
| 862 | 2025-11-11T20:13:27.913Z | Downloaded oxnet v0.1.3 |
| 863 | 2025-11-11T20:13:27.913Z | Downloaded flume v0.11.1 |
| 864 | 2025-11-11T20:13:27.917Z | Downloaded crossterm v0.29.0 |
| 865 | 2025-11-11T20:13:27.925Z | Downloaded progenitor v0.10.0 |
| 866 | 2025-11-11T20:13:27.928Z | Downloaded thread-id v5.0.0 |
| 867 | 2025-11-11T20:13:27.932Z | Downloaded md5 v0.7.0 |
| 868 | 2025-11-11T20:13:27.932Z | Downloaded tough v0.20.0 |
| 869 | 2025-11-11T20:13:27.940Z | Downloaded shell-words v1.1.0 |
| 870 | 2025-11-11T20:13:27.943Z | Downloaded pbkdf2 v0.11.0 |
| 871 | 2025-11-11T20:13:27.945Z | Downloaded rfc6979 v0.4.0 |
| 872 | 2025-11-11T20:13:27.948Z | Downloaded parse-display v0.10.0 |
| 873 | 2025-11-11T20:13:27.948Z | Downloaded parking_lot v0.11.2 |
| 874 | 2025-11-11T20:13:27.951Z | Downloaded defmt-macros v0.3.9 |
| 875 | 2025-11-11T20:13:27.955Z | Downloaded toml v0.9.5 |
| 876 | 2025-11-11T20:13:27.959Z | Downloaded env_filter v0.1.2 |
| 877 | 2025-11-11T20:13:27.962Z | Downloaded oso-derive v0.27.3 |
| 878 | 2025-11-11T20:13:27.965Z | Downloaded serde_yaml v0.9.34+deprecated |
| 879 | 2025-11-11T20:13:27.968Z | Downloaded twox-hash v2.1.0 |
| 880 | 2025-11-11T20:13:27.972Z | Downloaded parse-display-derive v0.10.0 |
| 881 | 2025-11-11T20:13:27.976Z | Downloaded drift v0.1.1 |
| 882 | 2025-11-11T20:13:27.979Z | Downloaded dropshot-api-manager-types v0.2.3 |
| 883 | 2025-11-11T20:13:27.979Z | Downloaded zip v0.6.6 |
| 884 | 2025-11-11T20:13:27.982Z | Downloaded quick-xml v0.37.2 |
| 885 | 2025-11-11T20:13:27.988Z | Downloaded newtype-uuid-macros v0.1.0 |
| 886 | 2025-11-11T20:13:27.991Z | Downloaded maybe-uninit v2.0.0 |
| 887 | 2025-11-11T20:13:27.995Z | Downloaded tracing-core v0.1.32 |
| 888 | 2025-11-11T20:13:27.998Z | Downloaded password-hash v0.5.0 |
| 889 | 2025-11-11T20:13:27.998Z | Downloaded p521 v0.13.3 |
| 890 | 2025-11-11T20:13:28.001Z | Downloaded polyval v0.6.2 |
| 891 | 2025-11-11T20:13:28.004Z | Downloaded darling v0.21.0 |
| 892 | 2025-11-11T20:13:28.008Z | Downloaded fatfs v0.3.6 |
| 893 | 2025-11-11T20:13:28.011Z | Downloaded regex-syntax v0.8.5 |
| 894 | 2025-11-11T20:13:28.020Z | Downloaded termtree v0.5.1 |
| 895 | 2025-11-11T20:13:28.024Z | Downloaded serde_path_to_error v0.1.17 |
| 896 | 2025-11-11T20:13:28.027Z | Downloaded sec1 v0.7.3 |
| 897 | 2025-11-11T20:13:28.030Z | Downloaded schemars_derive v0.8.22 |
| 898 | 2025-11-11T20:13:28.030Z | Downloaded vte_generate_state_changes v0.1.2 |
| 899 | 2025-11-11T20:13:28.033Z | Downloaded owo-colors v4.2.2 |
| 900 | 2025-11-11T20:13:28.036Z | Downloaded deranged v0.5.3 |
| 901 | 2025-11-11T20:13:28.039Z | Downloaded dsl_auto_type v0.1.2 |
| 902 | 2025-11-11T20:13:28.039Z | Downloaded oso v0.27.3 |
| 903 | 2025-11-11T20:13:28.042Z | Downloaded foreign-types v0.3.2 |
| 904 | 2025-11-11T20:13:28.045Z | Downloaded zstd-safe v7.2.3 |
| 905 | 2025-11-11T20:13:28.048Z | Downloaded num-conv v0.1.0 |
| 906 | 2025-11-11T20:13:28.048Z | Downloaded predicates v3.1.3 |
| 907 | 2025-11-11T20:13:28.051Z | Downloaded env_logger v0.11.8 |
| 908 | 2025-11-11T20:13:28.054Z | Downloaded pbkdf2 v0.12.2 |
| 909 | 2025-11-11T20:13:28.057Z | Downloaded memmap2 v0.9.8 |
| 910 | 2025-11-11T20:13:28.060Z | Downloaded sqlformat v0.3.5 |
| 911 | 2025-11-11T20:13:28.060Z | Downloaded publicsuffix v2.3.0 |
| 912 | 2025-11-11T20:13:28.063Z | Downloaded minimal-lexical v0.2.1 |
| 913 | 2025-11-11T20:13:28.068Z | Downloaded shlex v1.3.0 |
| 914 | 2025-11-11T20:13:28.071Z | Downloaded which v4.4.2 |
| 915 | 2025-11-11T20:13:28.074Z | Downloaded ref-cast v1.0.24 |
| 916 | 2025-11-11T20:13:28.077Z | Downloaded usdt-macro v0.6.0 |
| 917 | 2025-11-11T20:13:28.077Z | Downloaded strum_macros v0.26.4 |
| 918 | 2025-11-11T20:13:28.080Z | Downloaded peg-runtime v0.8.5 |
| 919 | 2025-11-11T20:13:28.083Z | Downloaded tungstenite v0.21.0 |
| 920 | 2025-11-11T20:13:28.086Z | Downloaded vergen-lib v0.1.6 |
| 921 | 2025-11-11T20:13:28.088Z | Downloaded slog-bunyan v2.5.0 |
| 922 | 2025-11-11T20:13:28.089Z | Downloaded termios v0.3.3 |
| 923 | 2025-11-11T20:13:28.091Z | Downloaded miniz_oxide v0.8.5 |
| 924 | 2025-11-11T20:13:28.094Z | Downloaded whoami v1.5.2 |
| 925 | 2025-11-11T20:13:28.097Z | Downloaded russh-cryptovec v0.7.3 |
| 926 | 2025-11-11T20:13:28.097Z | Downloaded take_mut v0.2.2 |
| 927 | 2025-11-11T20:13:28.100Z | Downloaded managed v0.8.0 |
| 928 | 2025-11-11T20:13:28.100Z | Downloaded lzss v0.8.2 |
| 929 | 2025-11-11T20:13:28.103Z | Downloaded predicates-tree v1.0.12 |
| 930 | 2025-11-11T20:13:28.106Z | Downloaded futures-channel v0.3.31 |
| 931 | 2025-11-11T20:13:28.106Z | Downloaded match_cfg v0.1.0 |
| 932 | 2025-11-11T20:13:28.109Z | Downloaded endian-type v0.1.2 |
| 933 | 2025-11-11T20:13:28.109Z | Downloaded git2 v0.20.2 |
| 934 | 2025-11-11T20:13:28.117Z | Downloaded fs_extra v1.3.0 |
| 935 | 2025-11-11T20:13:28.120Z | Downloaded futures-sink v0.3.31 |
| 936 | 2025-11-11T20:13:28.123Z | Downloaded rustc-hash v2.1.1 |
| 937 | 2025-11-11T20:13:28.123Z | Downloaded subtle v2.6.1 |
| 938 | 2025-11-11T20:13:28.126Z | Downloaded smallvec v0.6.14 |
| 939 | 2025-11-11T20:13:28.129Z | Downloaded tower-service v0.3.3 |
| 940 | 2025-11-11T20:13:28.129Z | Downloaded scroll v0.13.0 |
| 941 | 2025-11-11T20:13:28.132Z | Downloaded rustls-webpki v0.101.7 |
| 942 | 2025-11-11T20:13:28.144Z | Downloaded sigpipe v0.1.3 |
| 943 | 2025-11-11T20:13:28.147Z | Downloaded tls_codec_derive v0.4.1 |
| 944 | 2025-11-11T20:13:28.147Z | Downloaded same-file v1.0.6 |
| 945 | 2025-11-11T20:13:28.150Z | Downloaded tokio-native-tls v0.3.1 |
| 946 | 2025-11-11T20:13:28.153Z | Downloaded ref-cast-impl v1.0.24 |
| 947 | 2025-11-11T20:13:28.153Z | Downloaded olpc-cjson v0.1.4 |
| 948 | 2025-11-11T20:13:28.155Z | Downloaded futures-core v0.3.31 |
| 949 | 2025-11-11T20:13:28.156Z | Downloaded memoffset v0.9.1 |
| 950 | 2025-11-11T20:13:28.156Z | Downloaded zeroize v1.8.1 |
| 951 | 2025-11-11T20:13:28.158Z | Downloaded goblin v0.10.2 |
| 952 | 2025-11-11T20:13:28.164Z | Downloaded void v1.0.2 |
| 953 | 2025-11-11T20:13:28.167Z | Downloaded pem-rfc7468 v0.7.0 |
| 954 | 2025-11-11T20:13:28.170Z | Downloaded tabled_derive v0.10.0 |
| 955 | 2025-11-11T20:13:28.170Z | Downloaded newtype_derive v0.1.6 |
| 956 | 2025-11-11T20:13:28.170Z | Downloaded usdt-attr-macro v0.6.0 |
| 957 | 2025-11-11T20:13:28.172Z | Downloaded foreign-types-macros v0.2.3 |
| 958 | 2025-11-11T20:13:28.173Z | Downloaded parking_lot_core v0.9.10 |
| 959 | 2025-11-11T20:13:28.176Z | Downloaded derive_builder_macro v0.20.2 |
| 960 | 2025-11-11T20:13:28.176Z | Downloaded derive_more v2.0.1 |
| 961 | 2025-11-11T20:13:28.184Z | Downloaded num-derive v0.4.2 |
| 962 | 2025-11-11T20:13:28.187Z | Downloaded tokio-macros v2.5.0 |
| 963 | 2025-11-11T20:13:28.190Z | Downloaded spki v0.7.3 |
| 964 | 2025-11-11T20:13:28.190Z | Downloaded tokio-dtrace v0.1.0 |
| 965 | 2025-11-11T20:13:28.193Z | Downloaded der_derive v0.7.3 |
| 966 | 2025-11-11T20:13:28.193Z | Downloaded usdt-impl v0.6.0 |
| 967 | 2025-11-11T20:13:28.196Z | Downloaded unicode-bidi v0.3.17 |
| 968 | 2025-11-11T20:13:28.199Z | Downloaded des v0.8.1 |
| 969 | 2025-11-11T20:13:28.199Z | Downloaded parking_lot_core v0.8.6 |
| 970 | 2025-11-11T20:13:28.202Z | Downloaded sqlparser v0.45.0 |
| 971 | 2025-11-11T20:13:28.206Z | Downloaded derive-ex v0.1.8 |
| 972 | 2025-11-11T20:13:28.209Z | Downloaded p384 v0.13.1 |
| 973 | 2025-11-11T20:13:28.213Z | Downloaded defmt-parser v0.3.4 |
| 974 | 2025-11-11T20:13:28.215Z | Downloaded tokio-tungstenite v0.21.0 |
| 975 | 2025-11-11T20:13:28.219Z | Downloaded predicates-core v1.0.8 |
| 976 | 2025-11-11T20:13:28.219Z | Downloaded vergen-git2 v1.0.7 |
| 977 | 2025-11-11T20:13:28.219Z | Downloaded pin-project v1.1.6 |
| 978 | 2025-11-11T20:13:28.229Z | Downloaded derive-where v1.5.0 |
| 979 | 2025-11-11T20:13:28.232Z | Downloaded zone v0.3.1 |
| 980 | 2025-11-11T20:13:28.235Z | Downloaded mio v1.0.2 |
| 981 | 2025-11-11T20:13:28.238Z | Downloaded tar v0.4.44 |
| 982 | 2025-11-11T20:13:28.241Z | Downloaded gimli v0.31.1 |
| 983 | 2025-11-11T20:13:28.247Z | Downloaded signature v2.2.0 |
| 984 | 2025-11-11T20:13:28.250Z | Downloaded schemars v1.0.4 |
| 985 | 2025-11-11T20:13:28.261Z | Downloaded vergen-gitcl v1.0.8 |
| 986 | 2025-11-11T20:13:28.264Z | Downloaded time v0.3.43 |
| 987 | 2025-11-11T20:13:28.270Z | Downloaded pkcs1 v0.7.5 |
| 988 | 2025-11-11T20:13:28.273Z | Downloaded openssl-sys v0.9.109 |
| 989 | 2025-11-11T20:13:28.277Z | Downloaded zip v4.2.0 |
| 990 | 2025-11-11T20:13:28.281Z | Downloaded russh v0.45.0 |
| 991 | 2025-11-11T20:13:28.286Z | Downloaded toml_edit v0.19.15 |
| 992 | 2025-11-11T20:13:28.303Z | Downloaded russh-keys v0.45.0 |
| 993 | 2025-11-11T20:13:28.307Z | Downloaded ron v0.7.1 |
| 994 | 2025-11-11T20:13:28.310Z | Downloaded rand v0.8.5 |
| 995 | 2025-11-11T20:13:28.314Z | Downloaded ed25519-dalek v2.1.1 |
| 996 | 2025-11-11T20:13:28.317Z | Downloaded salty v0.3.0 |
| 997 | 2025-11-11T20:13:28.324Z | Downloaded socket2 v0.5.10 |
| 998 | 2025-11-11T20:13:28.328Z | Downloaded expectorate v1.2.0 |
| 999 | 2025-11-11T20:13:28.331Z | Downloaded unicode-segmentation v1.12.0 |
| 1000 | 2025-11-11T20:13:28.334Z | Downloaded snafu v0.8.5 |
| 1001 | 2025-11-11T20:13:28.339Z | Downloaded tabled v0.18.0 |
| 1002 | 2025-11-11T20:13:28.357Z | Downloaded petname v2.0.2 |
| 1003 | 2025-11-11T20:13:28.361Z | Downloaded darling_core v0.20.10 |
| 1004 | 2025-11-11T20:13:28.366Z | Downloaded der v0.7.10 |
| 1005 | 2025-11-11T20:13:28.371Z | Downloaded ratatui v0.29.0 |
| 1006 | 2025-11-11T20:13:28.389Z | Downloaded rand v0.9.2 |
| 1007 | 2025-11-11T20:13:28.393Z | Downloaded regex v1.11.3 |
| 1008 | 2025-11-11T20:13:28.399Z | Downloaded rustls v0.22.4 |
| 1009 | 2025-11-11T20:13:28.410Z | Downloaded tower-http v0.6.6 |
| 1010 | 2025-11-11T20:13:28.417Z | Downloaded winnow v0.5.40 |
| 1011 | 2025-11-11T20:13:28.427Z | Downloaded webpki-roots v1.0.1 |
| 1012 | 2025-11-11T20:13:28.430Z | Downloaded quinn-proto v0.11.8 |
| 1013 | 2025-11-11T20:13:28.436Z | Downloaded moka v0.12.10 |
| 1014 | 2025-11-11T20:13:28.446Z | Downloaded dropshot v0.16.4 |
| 1015 | 2025-11-11T20:13:28.468Z | Downloaded num-bigint-dig v0.8.4 |
| 1016 | 2025-11-11T20:13:28.472Z | Downloaded radix_trie v0.2.1 |
| 1017 | 2025-11-11T20:13:28.476Z | Downloaded polar-core v0.27.3 |
| 1018 | 2025-11-11T20:13:28.484Z | Downloaded rustls v0.21.12 |
| 1019 | 2025-11-11T20:13:28.495Z | Downloaded reedline v0.40.0 |
| 1020 | 2025-11-11T20:13:28.502Z | Downloaded nix v0.28.0 |
| 1021 | 2025-11-11T20:13:28.512Z | Downloaded nom v7.1.3 |
| 1022 | 2025-11-11T20:13:28.517Z | Downloaded nix v0.29.0 |
| 1023 | 2025-11-11T20:13:28.528Z | Downloaded rayon v1.10.0 |
| 1024 | 2025-11-11T20:13:28.536Z | Downloaded zerocopy v0.8.27 |
| 1025 | 2025-11-11T20:13:28.556Z | Downloaded object v0.30.4 |
| 1026 | 2025-11-11T20:13:28.566Z | Downloaded nix v0.27.1 |
| 1027 | 2025-11-11T20:13:28.576Z | Downloaded curve25519-dalek v4.1.3 |
| 1028 | 2025-11-11T20:13:28.585Z | Downloaded hickory-proto v0.24.4 |
| 1029 | 2025-11-11T20:13:28.599Z | Downloaded vcpkg v0.2.15 |
| 1030 | 2025-11-11T20:13:28.637Z | Downloaded zlib-rs v0.5.1 |
| 1031 | 2025-11-11T20:13:28.641Z | Downloaded diesel v2.2.12 |
| 1032 | 2025-11-11T20:13:28.660Z | Downloaded csv v1.3.1 |
| 1033 | 2025-11-11T20:13:28.678Z | Downloaded hickory-proto v0.25.2 |
| 1034 | 2025-11-11T20:13:28.693Z | Downloaded serde_with v3.14.0 |
| 1035 | 2025-11-11T20:13:28.704Z | Downloaded proptest v1.7.0 |
| 1036 | 2025-11-11T20:13:28.713Z | Downloaded openssl v0.10.73 |
| 1037 | 2025-11-11T20:13:28.723Z | Downloaded smoltcp v0.9.1 |
| 1038 | 2025-11-11T20:13:28.733Z | Downloaded smoltcp v0.11.0 |
| 1039 | 2025-11-11T20:13:28.744Z | Downloaded object v0.36.5 |
| 1040 | 2025-11-11T20:13:28.755Z | Downloaded sled v0.34.7 |
| 1041 | 2025-11-11T20:13:28.764Z | Downloaded typify-impl v0.4.3 |
| 1042 | 2025-11-11T20:13:28.777Z | Downloaded typify-impl v0.2.0 |
| 1043 | 2025-11-11T20:13:28.790Z | Downloaded nix v0.30.1 |
| 1044 | 2025-11-11T20:13:28.802Z | Downloaded openapiv3 v2.2.0 |
| 1045 | 2025-11-11T20:13:28.813Z | Downloaded rustls v0.23.19 |
| 1046 | 2025-11-11T20:13:28.823Z | Downloaded zerocopy-derive v0.6.6 |
| 1047 | 2025-11-11T20:13:28.833Z | Downloaded tabled v0.20.0 |
| 1048 | 2025-11-11T20:13:28.849Z | Downloaded derive_more-impl v2.0.1 |
| 1049 | 2025-11-11T20:13:28.853Z | Downloaded lzma-sys v0.1.20 |
| 1050 | 2025-11-11T20:13:28.879Z | Downloaded reqwest v0.12.24 |
| 1051 | 2025-11-11T20:13:28.885Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1052 | 2025-11-11T20:13:28.901Z | Downloaded daft-derive v0.1.4 |
| 1053 | 2025-11-11T20:13:28.905Z | Downloaded jiff v0.2.15 |
| 1054 | 2025-11-11T20:13:28.920Z | Downloaded derive_more v0.99.20 |
| 1055 | 2025-11-11T20:13:28.925Z | Downloaded tokio-postgres v0.7.13 |
| 1056 | 2025-11-11T20:13:28.929Z | Downloaded pretty_assertions v1.4.1 |
| 1057 | 2025-11-11T20:13:28.932Z | Downloaded rustls-webpki v0.102.8 |
| 1058 | 2025-11-11T20:13:28.949Z | Downloaded poly1305 v0.8.0 |
| 1059 | 2025-11-11T20:13:28.952Z | Downloaded parking_lot v0.12.3 |
| 1060 | 2025-11-11T20:13:28.955Z | Downloaded schemars v0.9.0 |
| 1061 | 2025-11-11T20:13:28.965Z | Downloaded regex-automata v0.4.11 |
| 1062 | 2025-11-11T20:13:28.980Z | Downloaded tokio-util v0.7.15 |
| 1063 | 2025-11-11T20:13:28.985Z | Downloaded dropshot-api-manager v0.2.3 |
| 1064 | 2025-11-11T20:13:28.989Z | Downloaded darling v0.20.10 |
| 1065 | 2025-11-11T20:13:28.992Z | Downloaded dyn-clone v1.0.20 |
| 1066 | 2025-11-11T20:13:28.995Z | Downloaded quick-error v1.2.3 |
| 1067 | 2025-11-11T20:13:28.995Z | Downloaded foreign-types v0.5.0 |
| 1068 | 2025-11-11T20:13:28.995Z | Downloaded vergen v9.0.6 |
| 1069 | 2025-11-11T20:13:28.998Z | Downloaded serde_repr v0.1.19 |
| 1070 | 2025-11-11T20:13:29.001Z | Downloaded serde_plain v1.0.2 |
| 1071 | 2025-11-11T20:13:29.001Z | Downloaded num-rational v0.4.2 |
| 1072 | 2025-11-11T20:13:29.004Z | Downloaded libz-sys v1.1.20 |
| 1073 | 2025-11-11T20:13:29.020Z | Downloaded ecdsa v0.16.9 |
| 1074 | 2025-11-11T20:13:29.023Z | Downloaded unicase v2.8.1 |
| 1075 | 2025-11-11T20:13:29.023Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1076 | 2025-11-11T20:13:29.074Z | Downloaded petgraph v0.6.5 |
| 1077 | 2025-11-11T20:13:29.090Z | Downloaded tokio v1.47.0 |
| 1078 | 2025-11-11T20:13:29.123Z | Downloaded tracing-attributes v0.1.27 |
| 1079 | 2025-11-11T20:13:29.126Z | Downloaded either v1.15.0 |
| 1080 | 2025-11-11T20:13:29.129Z | Downloaded num-derive v0.3.3 |
| 1081 | 2025-11-11T20:13:29.129Z | Downloaded ed25519 v2.2.3 |
| 1082 | 2025-11-11T20:13:29.132Z | Downloaded vsss-rs v3.3.4 |
| 1083 | 2025-11-11T20:13:29.132Z | Downloaded strum_macros v0.27.2 |
| 1084 | 2025-11-11T20:13:29.135Z | Downloaded lalrpop v0.19.12 |
| 1085 | 2025-11-11T20:13:29.144Z | Downloaded nodrop v0.1.14 |
| 1086 | 2025-11-11T20:13:29.147Z | Downloaded elliptic-curve v0.13.8 |
| 1087 | 2025-11-11T20:13:29.150Z | Downloaded sha3 v0.10.8 |
| 1088 | 2025-11-11T20:13:29.155Z | Downloaded petgraph v0.8.2 |
| 1089 | 2025-11-11T20:13:29.173Z | Downloaded tower-layer v0.3.3 |
| 1090 | 2025-11-11T20:13:29.176Z | Downloaded papergrid v0.17.0 |
| 1091 | 2025-11-11T20:13:29.179Z | Downloaded slog-term v2.9.2 |
| 1092 | 2025-11-11T20:13:29.182Z | Downloaded scopeguard v1.2.0 |
| 1093 | 2025-11-11T20:13:29.182Z | Downloaded pkg-config v0.3.31 |
| 1094 | 2025-11-11T20:13:29.185Z | Downloaded snafu-derive v0.8.5 |
| 1095 | 2025-11-11T20:13:29.185Z | Downloaded samael v0.0.19 |
| 1096 | 2025-11-11T20:13:29.190Z | Downloaded rustyline v14.0.0 |
| 1097 | 2025-11-11T20:13:29.195Z | Downloaded chrono-tz v0.10.4 |
| 1098 | 2025-11-11T20:13:29.210Z | Downloaded zone_cfg_derive v0.1.2 |
| 1099 | 2025-11-11T20:13:29.213Z | Downloaded dropshot_endpoint v0.16.4 |
| 1100 | 2025-11-11T20:13:29.216Z | Downloaded zopfli v0.8.1 |
| 1101 | 2025-11-11T20:13:29.216Z | Downloaded zone_cfg_derive v0.3.0 |
| 1102 | 2025-11-11T20:13:29.216Z | Downloaded steno v0.4.1 |
| 1103 | 2025-11-11T20:13:29.220Z | Downloaded ssh-key v0.6.6 |
| 1104 | 2025-11-11T20:13:29.226Z | Downloaded tokio-stream v0.1.17 |
| 1105 | 2025-11-11T20:13:29.229Z | Downloaded tabled_derive v0.11.0 |
| 1106 | 2025-11-11T20:13:29.232Z | Downloaded tokio-tungstenite v0.23.1 |
| 1107 | 2025-11-11T20:13:29.235Z | Downloaded quinn-udp v0.5.5 |
| 1108 | 2025-11-11T20:13:29.235Z | Downloaded zerocopy-derive v0.8.27 |
| 1109 | 2025-11-11T20:13:29.240Z | Downloaded maplit v1.0.2 |
| 1110 | 2025-11-11T20:13:29.243Z | Downloaded zstd v0.13.3 |
| 1111 | 2025-11-11T20:13:29.246Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1112 | 2025-11-11T20:13:29.254Z | Downloaded zeroize_derive v1.4.2 |
| 1113 | 2025-11-11T20:13:29.257Z | Downloaded num_enum v0.5.11 |
| 1114 | 2025-11-11T20:13:29.260Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1115 | 2025-11-11T20:13:29.263Z | Downloaded encoding_rs v0.8.34 |
| 1116 | 2025-11-11T20:13:29.281Z | Downloaded path-slash v0.1.5 |
| 1117 | 2025-11-11T20:13:29.283Z | Downloaded tabwriter v1.4.0 |
| 1118 | 2025-11-11T20:13:29.283Z | Downloaded paste v1.0.15 |
| 1119 | 2025-11-11T20:13:29.286Z | Downloaded thread_local v1.1.8 |
| 1120 | 2025-11-11T20:13:29.286Z | Downloaded slog-dtrace v0.3.0 |
| 1121 | 2025-11-11T20:13:29.290Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1122 | 2025-11-11T20:13:29.290Z | Downloaded hkdf v0.12.4 |
| 1123 | 2025-11-11T20:13:29.293Z | Downloaded h2 v0.4.6 |
| 1124 | 2025-11-11T20:13:29.296Z | Downloaded winnow v0.6.26 |
| 1125 | 2025-11-11T20:13:29.304Z | Downloaded crossterm v0.28.1 |
| 1126 | 2025-11-11T20:13:29.309Z | Downloaded futures-executor v0.3.31 |
| 1127 | 2025-11-11T20:13:29.312Z | Downloaded crypto-bigint v0.5.5 |
| 1128 | 2025-11-11T20:13:29.316Z | Downloaded typed-path v0.9.3 |
| 1129 | 2025-11-11T20:13:29.321Z | Downloaded ring v0.17.14 |
| 1130 | 2025-11-11T20:13:29.359Z | Downloaded daft v0.1.4 |
| 1131 | 2025-11-11T20:13:29.362Z | Downloaded progenitor-client v0.11.2 |
| 1132 | 2025-11-11T20:13:29.362Z | Downloaded progenitor v0.8.0 |
| 1133 | 2025-11-11T20:13:29.365Z | Downloaded regex-syntax v0.6.29 |
| 1134 | 2025-11-11T20:13:29.368Z | Downloaded unicode-normalization v0.1.24 |
| 1135 | 2025-11-11T20:13:29.371Z | Downloaded regress v0.10.4 |
| 1136 | 2025-11-11T20:13:29.378Z | Downloaded foldhash v0.2.0 |
| 1137 | 2025-11-11T20:13:29.381Z | Downloaded diesel_derives v2.2.3 |
| 1138 | 2025-11-11T20:13:29.384Z | Downloaded uuid v1.18.1 |
| 1139 | 2025-11-11T20:13:29.387Z | Downloaded typify-macro v0.4.3 |
| 1140 | 2025-11-11T20:13:29.387Z | Downloaded typify-macro v0.2.0 |
| 1141 | 2025-11-11T20:13:29.387Z | Downloaded dtrace-parser v0.3.0 |
| 1142 | 2025-11-11T20:13:29.390Z | Downloaded rayon-core v1.12.1 |
| 1143 | 2025-11-11T20:13:29.393Z | Downloaded opaque-debug v0.3.1 |
| 1144 | 2025-11-11T20:13:29.393Z | Downloaded hyper v1.7.0 |
| 1145 | 2025-11-11T20:13:29.397Z | Downloaded ssh-cipher v0.2.0 |
| 1146 | 2025-11-11T20:13:29.400Z | Downloaded pem v3.0.5 |
| 1147 | 2025-11-11T20:13:29.400Z | Downloaded static_assertions v1.1.0 |
| 1148 | 2025-11-11T20:13:29.403Z | Downloaded flate2 v1.1.2 |
| 1149 | 2025-11-11T20:13:29.406Z | Downloaded rpassword v7.4.0 |
| 1150 | 2025-11-11T20:13:29.406Z | Downloaded sha1 v0.10.6 |
| 1151 | 2025-11-11T20:13:29.409Z | Downloaded num-complex v0.4.6 |
| 1152 | 2025-11-11T20:13:29.409Z | Downloaded float-ord v0.3.2 |
| 1153 | 2025-11-11T20:13:29.412Z | Downloaded tungstenite v0.23.0 |
| 1154 | 2025-11-11T20:13:29.415Z | Downloaded rusty-fork v0.3.0 |
| 1155 | 2025-11-11T20:13:29.415Z | Downloaded resolv-conf v0.7.0 |
| 1156 | 2025-11-11T20:13:29.418Z | Downloaded progenitor-client v0.10.0 |
| 1157 | 2025-11-11T20:13:29.418Z | Downloaded p256 v0.13.2 |
| 1158 | 2025-11-11T20:13:29.421Z | Downloaded futures-macro v0.3.31 |
| 1159 | 2025-11-11T20:13:29.421Z | Downloaded enum-as-inner v0.6.1 |
| 1160 | 2025-11-11T20:13:29.424Z | Downloaded semver v0.1.20 |
| 1161 | 2025-11-11T20:13:29.424Z | Downloaded progenitor-macro v0.10.0 |
| 1162 | 2025-11-11T20:13:29.424Z | Downloaded num v0.4.3 |
| 1163 | 2025-11-11T20:13:29.424Z | Downloaded hashbrown v0.15.4 |
| 1164 | 2025-11-11T20:13:29.429Z | Downloaded postcard v1.0.10 |
| 1165 | 2025-11-11T20:13:29.431Z | Downloaded peg-macros v0.8.5 |
| 1166 | 2025-11-11T20:13:29.434Z | Downloaded libxml v0.3.3 |
| 1167 | 2025-11-11T20:13:29.437Z | Downloaded rtoolbox v0.0.2 |
| 1168 | 2025-11-11T20:13:29.440Z | Downloaded nu-ansi-term v0.50.1 |
| 1169 | 2025-11-11T20:13:29.443Z | Downloaded itertools v0.13.0 |
| 1170 | 2025-11-11T20:13:29.446Z | Downloaded typify v0.2.0 |
| 1171 | 2025-11-11T20:13:29.449Z | Downloaded stringprep v0.1.5 |
| 1172 | 2025-11-11T20:13:29.452Z | Downloaded similar v2.7.0 |
| 1173 | 2025-11-11T20:13:29.455Z | Downloaded serde_cbor v0.11.2 |
| 1174 | 2025-11-11T20:13:29.458Z | Downloaded yansi v1.0.1 |
| 1175 | 2025-11-11T20:13:29.461Z | Downloaded libm v0.2.8 |
| 1176 | 2025-11-11T20:13:29.465Z | Downloaded postgres-protocol v0.6.8 |
| 1177 | 2025-11-11T20:13:29.468Z | Downloaded pin-project-lite v0.2.14 |
| 1178 | 2025-11-11T20:13:29.471Z | Downloaded parse-size v1.1.0 |
| 1179 | 2025-11-11T20:13:29.474Z | Downloaded openssl-macros v0.1.1 |
| 1180 | 2025-11-11T20:13:29.474Z | Downloaded unicode_categories v0.1.1 |
| 1181 | 2025-11-11T20:13:29.474Z | Downloaded chrono v0.4.42 |
| 1182 | 2025-11-11T20:13:29.480Z | Downloaded pin-utils v0.1.0 |
| 1183 | 2025-11-11T20:13:29.483Z | Downloaded rustc-hash v1.1.0 |
| 1184 | 2025-11-11T20:13:29.483Z | Downloaded futures-task v0.3.31 |
| 1185 | 2025-11-11T20:13:29.483Z | Downloaded funty v2.0.0 |
| 1186 | 2025-11-11T20:13:29.486Z | Downloaded debug-ignore v1.0.5 |
| 1187 | 2025-11-11T20:13:29.486Z | Downloaded postgres-types v0.2.9 |
| 1188 | 2025-11-11T20:13:29.494Z | Downloaded native-tls v0.2.12 |
| 1189 | 2025-11-11T20:13:29.494Z | Downloaded multer v3.1.0 |
| 1190 | 2025-11-11T20:13:29.494Z | Downloaded dirs-sys-next v0.1.2 |
| 1191 | 2025-11-11T20:13:29.494Z | Downloaded darling_macro v0.21.0 |
| 1192 | 2025-11-11T20:13:29.494Z | Downloaded time-macros v0.2.24 |
| 1193 | 2025-11-11T20:13:29.497Z | Downloaded bitvec v1.0.1 |
| 1194 | 2025-11-11T20:13:29.508Z | Downloaded serde_derive_internals v0.29.1 |
| 1195 | 2025-11-11T20:13:29.511Z | Downloaded progenitor-macro v0.8.0 |
| 1196 | 2025-11-11T20:13:29.511Z | Downloaded structmeta-derive v0.3.0 |
| 1197 | 2025-11-11T20:13:29.511Z | Downloaded slog-json v2.6.1 |
| 1198 | 2025-11-11T20:13:29.514Z | Downloaded schemars v0.8.22 |
| 1199 | 2025-11-11T20:13:29.522Z | Downloaded hickory-resolver v0.25.2 |
| 1200 | 2025-11-11T20:13:29.525Z | Downloaded socket2 v0.6.0 |
| 1201 | 2025-11-11T20:13:29.528Z | Downloaded siphasher v1.0.1 |
| 1202 | 2025-11-11T20:13:29.528Z | Downloaded bindgen v0.71.1 |
| 1203 | 2025-11-11T20:13:29.534Z | Downloaded radium v0.7.0 |
| 1204 | 2025-11-11T20:13:29.538Z | Downloaded r2d2 v0.8.10 |
| 1205 | 2025-11-11T20:13:29.538Z | Downloaded fixedbitset v0.5.7 |
| 1206 | 2025-11-11T20:13:29.538Z | Downloaded xshell-macros v0.2.7 |
| 1207 | 2025-11-11T20:13:29.541Z | Downloaded hickory-resolver v0.24.4 |
| 1208 | 2025-11-11T20:13:29.544Z | Downloaded packed_struct v0.10.1 |
| 1209 | 2025-11-11T20:13:29.544Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1210 | 2025-11-11T20:13:29.544Z | Downloaded num_enum_derive v0.5.11 |
| 1211 | 2025-11-11T20:13:29.547Z | Downloaded multimap v0.10.1 |
| 1212 | 2025-11-11T20:13:29.547Z | Downloaded embedded-io v0.4.0 |
| 1213 | 2025-11-11T20:13:29.550Z | Downloaded progenitor v0.11.2 |
| 1214 | 2025-11-11T20:13:29.550Z | Downloaded lru v0.12.5 |
| 1215 | 2025-11-11T20:13:29.550Z | Downloaded tracing v0.1.40 |
| 1216 | 2025-11-11T20:13:29.553Z | Downloaded embedded-io v0.6.1 |
| 1217 | 2025-11-11T20:13:29.556Z | Downloaded blake3 v1.5.4 |
| 1218 | 2025-11-11T20:13:29.561Z | Downloaded aws-lc-rs v1.12.4 |
| 1219 | 2025-11-11T20:13:29.569Z | Downloaded spin v0.9.8 |
| 1220 | 2025-11-11T20:13:29.572Z | Downloaded slog-envlogger v2.2.0 |
| 1221 | 2025-11-11T20:13:29.575Z | Downloaded progenitor-impl v0.10.0 |
| 1222 | 2025-11-11T20:13:29.575Z | Downloaded x509-cert v0.2.5 |
| 1223 | 2025-11-11T20:13:29.579Z | Downloaded new_debug_unreachable v1.0.6 |
| 1224 | 2025-11-11T20:13:29.582Z | Downloaded flagset v0.4.6 |
| 1225 | 2025-11-11T20:13:29.582Z | Downloaded dirs-next v2.0.0 |
| 1226 | 2025-11-11T20:13:29.582Z | Downloaded wyz v0.5.1 |
| 1227 | 2025-11-11T20:13:29.586Z | Downloaded universal-hash v0.5.1 |
| 1228 | 2025-11-11T20:13:29.586Z | Downloaded toml v0.7.8 |
| 1229 | 2025-11-11T20:13:29.589Z | Downloaded half v1.8.3 |
| 1230 | 2025-11-11T20:13:29.589Z | Downloaded crossbeam-channel v0.5.15 |
| 1231 | 2025-11-11T20:13:29.592Z | Downloaded try-lock v0.2.5 |
| 1232 | 2025-11-11T20:13:29.595Z | Downloaded tls_codec v0.4.1 |
| 1233 | 2025-11-11T20:13:29.595Z | Downloaded time-core v0.1.6 |
| 1234 | 2025-11-11T20:13:29.595Z | Downloaded term v0.7.0 |
| 1235 | 2025-11-11T20:13:29.598Z | Downloaded indicatif v0.18.0 |
| 1236 | 2025-11-11T20:13:29.601Z | Downloaded crossbeam-utils v0.8.21 |
| 1237 | 2025-11-11T20:13:29.604Z | Downloaded untrusted v0.9.0 |
| 1238 | 2025-11-11T20:13:29.607Z | Downloaded untrusted v0.7.1 |
| 1239 | 2025-11-11T20:13:29.607Z | Downloaded ingot-macros v0.1.1 |
| 1240 | 2025-11-11T20:13:29.607Z | Downloaded bytes v1.10.1 |
| 1241 | 2025-11-11T20:13:29.611Z | Downloaded bumpalo v3.16.0 |
| 1242 | 2025-11-11T20:13:29.614Z | Downloaded base64 v0.21.7 |
| 1243 | 2025-11-11T20:13:29.617Z | Downloaded compact_str v0.8.0 |
| 1244 | 2025-11-11T20:13:29.620Z | Downloaded half v2.4.1 |
| 1245 | 2025-11-11T20:13:29.622Z | Downloaded rand_chacha v0.9.0 |
| 1246 | 2025-11-11T20:13:29.625Z | Downloaded heapless v0.8.0 |
| 1247 | 2025-11-11T20:13:29.629Z | Downloaded serde_bytes v0.11.19 |
| 1248 | 2025-11-11T20:13:29.629Z | Downloaded toml_writer v1.0.2 |
| 1249 | 2025-11-11T20:13:29.632Z | Downloaded const_format v0.2.34 |
| 1250 | 2025-11-11T20:13:29.635Z | Downloaded salsa20 v0.10.2 |
| 1251 | 2025-11-11T20:13:29.635Z | Downloaded rustc_version v0.1.7 |
| 1252 | 2025-11-11T20:13:29.635Z | Downloaded rand_seeder v0.4.0 |
| 1253 | 2025-11-11T20:13:29.638Z | Downloaded crc-any v2.5.0 |
| 1254 | 2025-11-11T20:13:29.638Z | Downloaded pkcs5 v0.7.1 |
| 1255 | 2025-11-11T20:13:29.641Z | Downloaded hyper-rustls v0.27.7 |
| 1256 | 2025-11-11T20:13:29.644Z | Downloaded base64 v0.22.1 |
| 1257 | 2025-11-11T20:13:29.647Z | Downloaded backtrace v0.3.74 |
| 1258 | 2025-11-11T20:13:29.650Z | Downloaded rustc_version v0.4.1 |
| 1259 | 2025-11-11T20:13:29.653Z | Downloaded rand_xorshift v0.4.0 |
| 1260 | 2025-11-11T20:13:29.653Z | Downloaded rand_core v0.9.3 |
| 1261 | 2025-11-11T20:13:29.656Z | Downloaded ciborium v0.2.2 |
| 1262 | 2025-11-11T20:13:29.656Z | Downloaded aes v0.8.4 |
| 1263 | 2025-11-11T20:13:29.659Z | Downloaded structmeta v0.3.0 |
| 1264 | 2025-11-11T20:13:29.662Z | Downloaded atomic-waker v1.1.2 |
| 1265 | 2025-11-11T20:13:29.662Z | Downloaded async-bb8-diesel v0.2.1 |
| 1266 | 2025-11-11T20:13:29.665Z | Downloaded hex v0.4.3 |
| 1267 | 2025-11-11T20:13:29.665Z | Downloaded cargo_metadata v0.19.2 |
| 1268 | 2025-11-11T20:13:29.668Z | Downloaded base64ct v1.6.0 |
| 1269 | 2025-11-11T20:13:29.668Z | Downloaded strum v0.26.3 |
| 1270 | 2025-11-11T20:13:29.668Z | Downloaded castaway v0.2.3 |
| 1271 | 2025-11-11T20:13:29.671Z | Downloaded blowfish v0.9.1 |
| 1272 | 2025-11-11T20:13:29.671Z | Downloaded kstat-rs v0.2.4 |
| 1273 | 2025-11-11T20:13:29.674Z | Downloaded ingot-types v0.1.2 |
| 1274 | 2025-11-11T20:13:29.674Z | Downloaded indent_write v2.2.0 |
| 1275 | 2025-11-11T20:13:29.674Z | Downloaded is-terminal v0.4.13 |
| 1276 | 2025-11-11T20:13:29.674Z | Downloaded hash32 v0.3.1 |
| 1277 | 2025-11-11T20:13:29.677Z | Downloaded colored v2.2.0 |
| 1278 | 2025-11-11T20:13:29.680Z | Downloaded cancel-safe-futures v0.1.5 |
| 1279 | 2025-11-11T20:13:29.680Z | Downloaded base64 v0.13.1 |
| 1280 | 2025-11-11T20:13:29.683Z | Downloaded libsw v3.5.0 |
| 1281 | 2025-11-11T20:13:29.686Z | Downloaded libefi-sys v0.1.0 |
| 1282 | 2025-11-11T20:13:29.686Z | Downloaded jiff-static v0.2.15 |
| 1283 | 2025-11-11T20:13:29.689Z | Downloaded ingot v0.1.1 |
| 1284 | 2025-11-11T20:13:29.689Z | Downloaded httparse v1.9.5 |
| 1285 | 2025-11-11T20:13:29.692Z | Downloaded corncobs v0.1.4 |
| 1286 | 2025-11-11T20:13:29.692Z | Downloaded constant_time_eq v0.3.1 |
| 1287 | 2025-11-11T20:13:29.695Z | Downloaded const-oid v0.9.6 |
| 1288 | 2025-11-11T20:13:29.695Z | Downloaded bitfield-struct v0.6.2 |
| 1289 | 2025-11-11T20:13:29.713Z | Downloaded lazycell v1.3.0 |
| 1290 | 2025-11-11T20:13:29.713Z | Downloaded keccak v0.1.5 |
| 1291 | 2025-11-11T20:13:29.713Z | Downloaded ipnetwork v0.21.1 |
| 1292 | 2025-11-11T20:13:29.716Z | Downloaded crc v3.2.1 |
| 1293 | 2025-11-11T20:13:29.716Z | Downloaded bitfield v0.19.2 |
| 1294 | 2025-11-11T20:13:29.716Z | Downloaded async-stream v0.3.6 |
| 1295 | 2025-11-11T20:13:29.716Z | Downloaded base16ct v0.2.0 |
| 1296 | 2025-11-11T20:13:29.716Z | Downloaded async-recursion v1.1.1 |
| 1297 | 2025-11-11T20:13:29.716Z | Downloaded arrayvec v0.7.6 |
| 1298 | 2025-11-11T20:13:29.716Z | Downloaded clang-sys v1.8.1 |
| 1299 | 2025-11-11T20:13:29.716Z | Downloaded cexpr v0.6.0 |
| 1300 | 2025-11-11T20:13:29.716Z | Downloaded cbc v0.1.2 |
| 1301 | 2025-11-11T20:13:29.716Z | Downloaded cargo-platform v0.1.8 |
| 1302 | 2025-11-11T20:13:29.720Z | Downloaded bzip2 v0.4.4 |
| 1303 | 2025-11-11T20:13:29.723Z | Downloaded buf-list v1.0.3 |
| 1304 | 2025-11-11T20:13:29.726Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1305 | 2025-11-11T20:13:29.726Z | Downloaded bitflags v1.3.2 |
| 1306 | 2025-11-11T20:13:29.729Z | Downloaded bit-vec v0.6.3 |
| 1307 | 2025-11-11T20:13:29.729Z | Downloaded assert_matches v1.5.0 |
| 1308 | 2025-11-11T20:13:29.729Z | Downloaded hyper-staticfile v0.10.1 |
| 1309 | 2025-11-11T20:13:29.732Z | Downloaded hubpack_derive v0.1.1 |
| 1310 | 2025-11-11T20:13:29.732Z | Downloaded http-body v1.0.1 |
| 1311 | 2025-11-11T20:13:29.732Z | Downloaded home v0.5.9 |
| 1312 | 2025-11-11T20:13:29.735Z | Downloaded heck v0.3.3 |
| 1313 | 2025-11-11T20:13:29.735Z | Downloaded const_format_proc_macros v0.2.34 |
| 1314 | 2025-11-11T20:13:29.738Z | Downloaded backoff v0.4.0 |
| 1315 | 2025-11-11T20:13:29.739Z | Downloaded hubpack v0.1.2 |
| 1316 | 2025-11-11T20:13:29.739Z | Downloaded arrayref v0.3.9 |
| 1317 | 2025-11-11T20:13:29.741Z | Downloaded is_ci v1.2.0 |
| 1318 | 2025-11-11T20:13:29.741Z | Downloaded crc8 v0.1.1 |
| 1319 | 2025-11-11T20:13:29.741Z | Downloaded crc-catalog v2.4.0 |
| 1320 | 2025-11-11T20:13:29.744Z | Downloaded ciborium-ll v0.2.2 |
| 1321 | 2025-11-11T20:13:29.744Z | Downloaded chacha20 v0.9.1 |
| 1322 | 2025-11-11T20:13:29.747Z | Downloaded bitfield-macros v0.19.2 |
| 1323 | 2025-11-11T20:13:29.747Z | Downloaded block-padding v0.3.3 |
| 1324 | 2025-11-11T20:13:29.747Z | Downloaded bit-set v0.5.3 |
| 1325 | 2025-11-11T20:13:29.747Z | Downloaded argon2 v0.5.3 |
| 1326 | 2025-11-11T20:13:29.750Z | Downloaded atomicwrites v0.4.4 |
| 1327 | 2025-11-11T20:13:29.750Z | Downloaded atty v0.2.14 |
| 1328 | 2025-11-11T20:13:29.750Z | Downloaded bindgen v0.69.5 |
| 1329 | 2025-11-11T20:13:29.757Z | Downloaded bb8 v0.8.5 |
| 1330 | 2025-11-11T20:13:29.849Z | Downloaded aws-lc-sys v0.26.0 |
| 1331 | 2025-11-11T20:13:30.150Z | Compiling value-bag v1.9.0 |
| 1332 | 2025-11-11T20:13:30.150Z | Compiling lock_api v0.4.12 |
| 1333 | 2025-11-11T20:13:30.150Z | Compiling scopeguard v1.2.0 |
| 1334 | 2025-11-11T20:13:30.153Z | Compiling shlex v1.3.0 |
| 1335 | 2025-11-11T20:13:30.153Z | Compiling typenum v1.17.0 |
| 1336 | 2025-11-11T20:13:30.338Z | Compiling syn v2.0.106 |
| 1337 | 2025-11-11T20:13:30.342Z | Compiling getrandom v0.2.15 |
| 1338 | 2025-11-11T20:13:30.342Z | Compiling jobserver v0.1.32 |
| 1339 | 2025-11-11T20:13:30.479Z | Compiling generic-array v0.14.7 |
| 1340 | 2025-11-11T20:13:30.672Z | Compiling rand_core v0.6.4 |
| 1341 | 2025-11-11T20:13:30.778Z | Compiling log v0.4.27 |
| 1342 | 2025-11-11T20:13:30.829Z | Compiling cc v1.2.30 |
| 1343 | 2025-11-11T20:13:30.850Z | Compiling smallvec v1.15.1 |
| 1344 | 2025-11-11T20:13:31.186Z | Compiling subtle v2.6.1 |
| 1345 | 2025-11-11T20:13:31.205Z | Compiling portable-atomic v1.11.0 |
| 1346 | 2025-11-11T20:13:31.231Z | Compiling const-oid v0.9.6 |
| 1347 | 2025-11-11T20:13:31.252Z | Compiling critical-section v1.1.3 |
| 1348 | 2025-11-11T20:13:31.432Z | Compiling pkg-config v0.3.31 |
| 1349 | 2025-11-11T20:13:31.495Z | Compiling spin v0.9.8 |
| 1350 | 2025-11-11T20:13:31.516Z | Compiling getrandom v0.3.4 |
| 1351 | 2025-11-11T20:13:31.872Z | Compiling parking_lot_core v0.9.10 |
| 1352 | 2025-11-11T20:13:32.319Z | Compiling serde_json v1.0.145 |
| 1353 | 2025-11-11T20:13:32.599Z | Compiling pin-project-lite v0.2.14 |
| 1354 | 2025-11-11T20:13:32.627Z | Compiling regex-syntax v0.8.5 |
| 1355 | 2025-11-11T20:13:32.740Z | Compiling rustix v0.38.37 |
| 1356 | 2025-11-11T20:13:33.454Z | Compiling once_cell v1.21.3 |
| 1357 | 2025-11-11T20:13:33.526Z | Compiling signal-hook-registry v1.4.2 |
| 1358 | 2025-11-11T20:13:33.580Z | Compiling libm v0.2.8 |
| 1359 | 2025-11-11T20:13:33.640Z | Compiling parking_lot v0.12.3 |
| 1360 | 2025-11-11T20:13:33.850Z | Compiling mio v1.0.2 |
| 1361 | 2025-11-11T20:13:33.994Z | Compiling num-traits v0.2.19 |
| 1362 | 2025-11-11T20:13:34.178Z | Compiling futures-core v0.3.31 |
| 1363 | 2025-11-11T20:13:34.356Z | Compiling allocator-api2 v0.2.21 |
| 1364 | 2025-11-11T20:13:34.539Z | Compiling lazy_static v1.5.0 |
| 1365 | 2025-11-11T20:13:34.696Z | Compiling aho-corasick v1.1.3 |
| 1366 | 2025-11-11T20:13:34.722Z | Compiling socket2 v0.6.0 |
| 1367 | 2025-11-11T20:13:34.887Z | Compiling slab v0.4.9 |
| 1368 | 2025-11-11T20:13:35.022Z | Compiling percent-encoding v2.3.2 |
| 1369 | 2025-11-11T20:13:35.267Z | Compiling cpufeatures v0.2.14 |
| 1370 | 2025-11-11T20:13:35.404Z | Compiling either v1.15.0 |
| 1371 | 2025-11-11T20:13:35.642Z | Compiling futures-sink v0.3.31 |
| 1372 | 2025-11-11T20:13:35.783Z | Compiling glob v0.3.2 |
| 1373 | 2025-11-11T20:13:35.827Z | Compiling futures-channel v0.3.31 |
| 1374 | 2025-11-11T20:13:36.156Z | Compiling prettyplease v0.2.36 |
| 1375 | 2025-11-11T20:13:36.179Z | Compiling futures-io v0.3.31 |
| 1376 | 2025-11-11T20:13:36.246Z | Compiling pin-utils v0.1.0 |
| 1377 | 2025-11-11T20:13:36.363Z | Compiling futures-task v0.3.31 |
| 1378 | 2025-11-11T20:13:36.467Z | Compiling hashbrown v0.16.0 |
| 1379 | 2025-11-11T20:13:36.561Z | Compiling minimal-lexical v0.2.1 |
| 1380 | 2025-11-11T20:13:36.600Z | Compiling clang-sys v1.8.1 |
| 1381 | 2025-11-11T20:13:36.693Z | Compiling regex-automata v0.4.11 |
| 1382 | 2025-11-11T20:13:37.043Z | Compiling nom v7.1.3 |
| 1383 | 2025-11-11T20:13:37.318Z | Compiling libloading v0.8.5 |
| 1384 | 2025-11-11T20:13:37.339Z | Compiling bindgen v0.69.5 |
| 1385 | 2025-11-11T20:13:37.608Z | Compiling synstructure v0.13.1 |
| 1386 | 2025-11-11T20:13:37.678Z | Compiling home v0.5.9 |
| 1387 | 2025-11-11T20:13:37.943Z | Compiling base64ct v1.6.0 |
| 1388 | 2025-11-11T20:13:38.519Z | Compiling pem-rfc7468 v0.7.0 |
| 1389 | 2025-11-11T20:13:38.963Z | Compiling indexmap v2.11.4 |
| 1390 | 2025-11-11T20:13:38.985Z | Compiling itertools v0.12.1 |
| 1391 | 2025-11-11T20:13:39.167Z | Compiling rustc-hash v1.1.0 |
| 1392 | 2025-11-11T20:13:39.350Z | Compiling flagset v0.4.6 |
| 1393 | 2025-11-11T20:13:39.585Z | Compiling lazycell v1.3.0 |
| 1394 | 2025-11-11T20:13:39.775Z | Compiling form_urlencoded v1.2.2 |
| 1395 | 2025-11-11T20:13:40.110Z | Compiling cexpr v0.6.0 |
| 1396 | 2025-11-11T20:13:40.272Z | Compiling rand_core v0.9.3 |
| 1397 | 2025-11-11T20:13:40.399Z | Compiling cmake v0.1.51 |
| 1398 | 2025-11-11T20:13:40.830Z | Compiling paste v1.0.15 |
| 1399 | 2025-11-11T20:13:41.122Z | Compiling fs_extra v1.3.0 |
| 1400 | 2025-11-11T20:13:41.184Z | Compiling dunce v1.0.5 |
| 1401 | 2025-11-11T20:13:41.357Z | Compiling rustc_version v0.4.1 |
| 1402 | 2025-11-11T20:13:41.406Z | Compiling vcpkg v0.2.15 |
| 1403 | 2025-11-11T20:13:41.592Z | Compiling iana-time-zone v0.1.63 |
| 1404 | 2025-11-11T20:13:41.646Z | Compiling rustversion v1.0.22 |
| 1405 | 2025-11-11T20:13:41.814Z | Compiling foldhash v0.1.5 |
| 1406 | 2025-11-11T20:13:41.973Z | Compiling regex v1.11.3 |
| 1407 | 2025-11-11T20:13:41.976Z | Compiling ident_case v1.0.1 |
| 1408 | 2025-11-11T20:13:42.130Z | Compiling hashbrown v0.15.4 |
| 1409 | 2025-11-11T20:13:42.177Z | Compiling darling_core v0.20.10 |
| 1410 | 2025-11-11T20:13:42.586Z | Compiling serde_derive v1.0.226 |
| 1411 | 2025-11-11T20:13:42.973Z | Compiling zeroize_derive v1.4.2 |
| 1412 | 2025-11-11T20:13:43.022Z | Compiling zerofrom-derive v0.1.4 |
| 1413 | 2025-11-11T20:13:43.415Z | Compiling yoke-derive v0.7.4 |
| 1414 | 2025-11-11T20:13:43.473Z | Compiling zerovec-derive v0.10.3 |
| 1415 | 2025-11-11T20:13:44.367Z | Compiling zeroize v1.8.1 |
| 1416 | 2025-11-11T20:13:45.890Z | Compiling zerocopy-derive v0.7.35 |
| 1417 | 2025-11-11T20:13:46.036Z | Compiling displaydoc v0.2.5 |
| 1418 | 2025-11-11T20:13:46.133Z | Compiling crypto-common v0.1.6 |
| 1419 | 2025-11-11T20:13:46.385Z | Compiling block-buffer v0.10.4 |
| 1420 | 2025-11-11T20:13:46.449Z | Compiling zerofrom v0.1.4 |
| 1421 | 2025-11-11T20:13:46.673Z | Compiling digest v0.10.7 |
| 1422 | 2025-11-11T20:13:46.676Z | Compiling yoke v0.7.4 |
| 1423 | 2025-11-11T20:13:46.755Z | Compiling icu_provider_macros v1.5.0 |
| 1424 | 2025-11-11T20:13:47.059Z | Compiling zerovec v0.10.4 |
| 1425 | 2025-11-11T20:13:47.195Z | Compiling tokio-macros v2.5.0 |
| 1426 | 2025-11-11T20:13:47.546Z | Compiling hmac v0.12.1 |
| 1427 | 2025-11-11T20:13:47.703Z | Compiling thiserror-impl v2.0.17 |
| 1428 | 2025-11-11T20:13:47.774Z | Compiling zerocopy v0.7.35 |
| 1429 | 2025-11-11T20:13:47.826Z | Compiling block-padding v0.3.3 |
| 1430 | 2025-11-11T20:13:47.868Z | Compiling futures-macro v0.3.31 |
| 1431 | 2025-11-11T20:13:48.137Z | Compiling inout v0.1.3 |
| 1432 | 2025-11-11T20:13:48.445Z | Compiling cipher v0.4.4 |
| 1433 | 2025-11-11T20:13:48.654Z | Compiling sha2 v0.10.9 |
| 1434 | 2025-11-11T20:13:48.700Z | Compiling der_derive v0.7.3 |
| 1435 | 2025-11-11T20:13:48.976Z | Compiling tinystr v0.7.6 |
| 1436 | 2025-11-11T20:13:49.070Z | Compiling icu_collections v1.5.0 |
| 1437 | 2025-11-11T20:13:49.158Z | Compiling ppv-lite86 v0.2.20 |
| 1438 | 2025-11-11T20:13:49.350Z | Compiling icu_locid v1.5.0 |
| 1439 | 2025-11-11T20:13:49.693Z | Compiling futures-util v0.3.31 |
| 1440 | 2025-11-11T20:13:49.904Z | Compiling salsa20 v0.10.2 |
| 1441 | 2025-11-11T20:13:49.953Z | Compiling serde v1.0.226 |
| 1442 | 2025-11-11T20:13:50.156Z | Compiling pbkdf2 v0.12.2 |
| 1443 | 2025-11-11T20:13:50.231Z | Compiling rand_chacha v0.9.0 |
| 1444 | 2025-11-11T20:13:50.348Z | Compiling scrypt v0.11.0 |
| 1445 | 2025-11-11T20:13:50.814Z | Compiling icu_provider v1.5.0 |
| 1446 | 2025-11-11T20:13:50.837Z | Compiling thiserror v2.0.17 |
| 1447 | 2025-11-11T20:13:50.943Z | Compiling der v0.7.10 |
| 1448 | 2025-11-11T20:13:51.002Z | Compiling bitflags v2.9.4 |
| 1449 | 2025-11-11T20:13:51.142Z | Compiling bytes v1.10.1 |
| 1450 | 2025-11-11T20:13:51.279Z | Compiling pest v2.8.2 |
| 1451 | 2025-11-11T20:13:51.724Z | Compiling icu_locid_transform v1.5.0 |
| 1452 | 2025-11-11T20:13:52.078Z | Compiling chrono v0.4.42 |
| 1453 | 2025-11-11T20:13:52.189Z | Compiling tokio v1.47.0 |
| 1454 | 2025-11-11T20:13:52.510Z | Compiling http v1.3.1 |
| 1455 | 2025-11-11T20:13:53.770Z | Compiling icu_properties v1.5.1 |
| 1456 | 2025-11-11T20:13:54.124Z | Compiling spki v0.7.3 |
| 1457 | 2025-11-11T20:13:54.278Z | Compiling pest_meta v2.8.2 |
| 1458 | 2025-11-11T20:13:54.491Z | Compiling uuid v1.18.1 |
| 1459 | 2025-11-11T20:13:54.573Z | Compiling aes v0.8.4 |
| 1460 | 2025-11-11T20:13:54.907Z | Compiling which v4.4.2 |
| 1461 | 2025-11-11T20:13:55.448Z | Compiling cbc v0.1.2 |
| 1462 | 2025-11-11T20:13:55.709Z | Compiling openssl-sys v0.9.109 |
| 1463 | 2025-11-11T20:13:55.931Z | Compiling pkcs5 v0.7.1 |
| 1464 | 2025-11-11T20:13:55.986Z | Compiling pest_generator v2.8.2 |
| 1465 | 2025-11-11T20:13:56.962Z | Compiling rand v0.9.2 |
| 1466 | 2025-11-11T20:13:57.223Z | Compiling icu_normalizer v1.5.0 |
| 1467 | 2025-11-11T20:13:57.676Z | Compiling darling_macro v0.20.10 |
| 1468 | 2025-11-11T20:13:57.714Z | Compiling tracing-attributes v0.1.27 |
| 1469 | 2025-11-11T20:13:58.137Z | Compiling idna_adapter v1.2.0 |
| 1470 | 2025-11-11T20:13:58.386Z | Compiling idna v1.0.3 |
| 1471 | 2025-11-11T20:13:58.633Z | Compiling ring v0.17.14 |
| 1472 | 2025-11-11T20:13:58.734Z | Compiling tracing-core v0.1.32 |
| 1473 | 2025-11-11T20:13:58.827Z | Compiling adler2 v2.0.0 |
| 1474 | 2025-11-11T20:13:59.055Z | Compiling url v2.5.4 |
| 1475 | 2025-11-11T20:13:59.682Z | Compiling aws-lc-rs v1.12.4 |
| 1476 | 2025-11-11T20:13:59.823Z | Compiling rustix v1.0.7 |
| 1477 | 2025-11-11T20:13:59.904Z | Compiling miniz_oxide v0.8.5 |
| 1478 | 2025-11-11T20:14:00.137Z | Compiling pest_derive v2.8.2 |
| 1479 | 2025-11-11T20:14:00.474Z | Compiling tokio-util v0.7.15 |
| 1480 | 2025-11-11T20:14:00.806Z | Compiling darling v0.20.10 |
| 1481 | 2025-11-11T20:14:00.828Z | Compiling tracing v0.1.40 |
| 1482 | 2025-11-11T20:14:00.932Z | Compiling pkcs8 v0.10.2 |
| 1483 | 2025-11-11T20:14:00.955Z | Compiling http-body v1.0.1 |
| 1484 | 2025-11-11T20:14:01.204Z | Compiling scroll_derive v0.12.0 |
| 1485 | 2025-11-11T20:14:01.242Z | Compiling thiserror-impl v1.0.69 |
| 1486 | 2025-11-11T20:14:01.265Z | Compiling serde_derive_internals v0.29.1 |
| 1487 | 2025-11-11T20:14:01.554Z | Compiling schemars v0.8.22 |
| 1488 | 2025-11-11T20:14:01.926Z | Compiling httparse v1.9.5 |
| 1489 | 2025-11-11T20:14:02.519Z | Compiling tinyvec_macros v0.1.1 |
| 1490 | 2025-11-11T20:14:02.542Z | Compiling zerocopy v0.8.27 |
| 1491 | 2025-11-11T20:14:02.563Z | Compiling base64 v0.22.1 |
| 1492 | 2025-11-11T20:14:02.629Z | Compiling rustls-pki-types v1.10.0 |
| 1493 | 2025-11-11T20:14:03.262Z | Compiling tinyvec v1.8.0 |
| 1494 | 2025-11-11T20:14:03.438Z | Compiling schemars_derive v0.8.22 |
| 1495 | 2025-11-11T20:14:03.490Z | Compiling scroll v0.12.0 |
| 1496 | 2025-11-11T20:14:04.008Z | Compiling zerocopy-derive v0.8.27 |
| 1497 | 2025-11-11T20:14:04.028Z | Compiling thiserror v1.0.69 |
| 1498 | 2025-11-11T20:14:04.165Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1499 | 2025-11-11T20:14:04.684Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1500 | 2025-11-11T20:14:04.798Z | Compiling powerfmt v0.2.0 |
| 1501 | 2025-11-11T20:14:04.885Z | Compiling openssl v0.10.73 |
| 1502 | 2025-11-11T20:14:05.172Z | Compiling try-lock v0.2.5 |
| 1503 | 2025-11-11T20:14:05.194Z | Compiling num-conv v0.1.0 |
| 1504 | 2025-11-11T20:14:05.302Z | Compiling foreign-types-shared v0.1.1 |
| 1505 | 2025-11-11T20:14:05.334Z | Compiling dyn-clone v1.0.20 |
| 1506 | 2025-11-11T20:14:05.443Z | Compiling untrusted v0.7.1 |
| 1507 | 2025-11-11T20:14:05.491Z | Compiling atomic-waker v1.1.2 |
| 1508 | 2025-11-11T20:14:05.562Z | Compiling untrusted v0.9.0 |
| 1509 | 2025-11-11T20:14:05.627Z | Compiling openssl-probe v0.1.5 |
| 1510 | 2025-11-11T20:14:05.690Z | Compiling time-core v0.1.6 |
| 1511 | 2025-11-11T20:14:05.740Z | Compiling tower-service v0.3.3 |
| 1512 | 2025-11-11T20:14:05.900Z | Compiling tempfile v3.20.0 |
| 1513 | 2025-11-11T20:14:05.951Z | Compiling h2 v0.4.6 |
| 1514 | 2025-11-11T20:14:05.992Z | Compiling time-macros v0.2.24 |
| 1515 | 2025-11-11T20:14:06.397Z | Compiling foreign-types v0.3.2 |
| 1516 | 2025-11-11T20:14:06.552Z | Compiling want v0.3.1 |
| 1517 | 2025-11-11T20:14:06.818Z | Compiling deranged v0.5.3 |
| 1518 | 2025-11-11T20:14:08.410Z | Compiling goblin v0.8.2 |
| 1519 | 2025-11-11T20:14:09.844Z | Compiling ipnet v2.11.0 |
| 1520 | 2025-11-11T20:14:10.049Z | Compiling openssl-macros v0.1.1 |
| 1521 | 2025-11-11T20:14:10.661Z | Compiling wait-timeout v0.2.0 |
| 1522 | 2025-11-11T20:14:10.721Z | Compiling quick-error v1.2.3 |
| 1523 | 2025-11-11T20:14:10.783Z | Compiling httpdate v1.0.3 |
| 1524 | 2025-11-11T20:14:10.894Z | Compiling bit-vec v0.8.0 |
| 1525 | 2025-11-11T20:14:10.928Z | Compiling syn v1.0.109 |
| 1526 | 2025-11-11T20:14:11.183Z | Compiling native-tls v0.2.12 |
| 1527 | 2025-11-11T20:14:11.206Z | Compiling num_threads v0.1.7 |
| 1528 | 2025-11-11T20:14:11.327Z | Compiling rustls v0.23.19 |
| 1529 | 2025-11-11T20:14:11.348Z | Compiling crossbeam-utils v0.8.21 |
| 1530 | 2025-11-11T20:14:11.504Z | Compiling gimli v0.31.1 |
| 1531 | 2025-11-11T20:14:11.639Z | Compiling time v0.3.43 |
| 1532 | 2025-11-11T20:14:11.659Z | Compiling bit-set v0.8.0 |
| 1533 | 2025-11-11T20:14:11.901Z | Compiling rusty-fork v0.3.0 |
| 1534 | 2025-11-11T20:14:12.712Z | Compiling unicode-normalization v0.1.24 |
| 1535 | 2025-11-11T20:14:13.769Z | Compiling hyper v1.7.0 |
| 1536 | 2025-11-11T20:14:15.238Z | Compiling dof v0.3.0 |
| 1537 | 2025-11-11T20:14:15.464Z | Compiling dtrace-parser v0.2.0 |
| 1538 | 2025-11-11T20:14:16.141Z | Compiling addr2line v0.24.2 |
| 1539 | 2025-11-11T20:14:16.818Z | Compiling derive_builder_core v0.20.2 |
| 1540 | 2025-11-11T20:14:16.924Z | Compiling signature v2.2.0 |
| 1541 | 2025-11-11T20:14:17.072Z | Compiling scroll_derive v0.13.1 |
| 1542 | 2025-11-11T20:14:17.165Z | Compiling heapless v0.7.17 |
| 1543 | 2025-11-11T20:14:17.197Z | Compiling rand_xorshift v0.4.0 |
| 1544 | 2025-11-11T20:14:17.318Z | Compiling cookie v0.18.1 |
| 1545 | 2025-11-11T20:14:17.454Z | Compiling crc32fast v1.4.2 |
| 1546 | 2025-11-11T20:14:17.614Z | Compiling object v0.36.5 |
| 1547 | 2025-11-11T20:14:17.644Z | Compiling signal-hook v0.3.18 |
| 1548 | 2025-11-11T20:14:17.784Z | Compiling slog v2.7.0 |
| 1549 | 2025-11-11T20:14:17.981Z | Compiling unicode-bidi v0.3.17 |
| 1550 | 2025-11-11T20:14:18.311Z | Compiling zlib-rs v0.5.1 |
| 1551 | 2025-11-11T20:14:18.810Z | Compiling rustc-demangle v0.1.24 |
| 1552 | 2025-11-11T20:14:18.871Z | Compiling zstd-safe v7.2.3 |
| 1553 | 2025-11-11T20:14:19.181Z | Compiling siphasher v0.3.11 |
| 1554 | 2025-11-11T20:14:19.215Z | Compiling unarray v0.1.4 |
| 1555 | 2025-11-11T20:14:19.332Z | Compiling anyhow v1.0.99 |
| 1556 | 2025-11-11T20:14:19.400Z | Compiling unicode-properties v0.1.3 |
| 1557 | 2025-11-11T20:14:19.557Z | Compiling phf_shared v0.11.2 |
| 1558 | 2025-11-11T20:14:19.627Z | Compiling proptest v1.7.0 |
| 1559 | 2025-11-11T20:14:19.772Z | Compiling stringprep v0.1.5 |
| 1560 | 2025-11-11T20:14:19.937Z | Compiling scroll v0.13.0 |
| 1561 | 2025-11-11T20:14:20.335Z | Compiling derive_builder_macro v0.20.2 |
| 1562 | 2025-11-11T20:14:20.731Z | Compiling usdt-impl v0.5.0 |
| 1563 | 2025-11-11T20:14:21.154Z | Compiling hyper-util v0.1.17 |
| 1564 | 2025-11-11T20:14:21.947Z | Compiling ipnetwork v0.21.1 |
| 1565 | 2025-11-11T20:14:22.340Z | Compiling vergen-lib v0.1.6 |
| 1566 | 2025-11-11T20:14:22.680Z | Compiling serde_tokenstream v0.2.2 |
| 1567 | 2025-11-11T20:14:22.755Z | Compiling toml_datetime v0.6.11 |
| 1568 | 2025-11-11T20:14:23.253Z | Compiling serde_spanned v0.6.9 |
| 1569 | 2025-11-11T20:14:23.324Z | Compiling rand_chacha v0.3.1 |
| 1570 | 2025-11-11T20:14:23.511Z | Compiling md-5 v0.10.6 |
| 1571 | 2025-11-11T20:14:23.793Z | Compiling backtrace v0.3.74 |
| 1572 | 2025-11-11T20:14:24.249Z | Compiling curve25519-dalek v4.1.3 |
| 1573 | 2025-11-11T20:14:24.729Z | Compiling libz-rs-sys v0.5.1 |
| 1574 | 2025-11-11T20:14:24.935Z | Compiling num-integer v0.1.46 |
| 1575 | 2025-11-11T20:14:25.039Z | Compiling sync_wrapper v1.0.1 |
| 1576 | 2025-11-11T20:14:25.223Z | Compiling ff v0.13.0 |
| 1577 | 2025-11-11T20:14:25.265Z | Compiling hash32 v0.2.1 |
| 1578 | 2025-11-11T20:14:25.477Z | Compiling memoffset v0.9.1 |
| 1579 | 2025-11-11T20:14:25.597Z | Compiling fallible-iterator v0.2.0 |
| 1580 | 2025-11-11T20:14:25.641Z | Compiling psl-types v2.0.11 |
| 1581 | 2025-11-11T20:14:25.663Z | Compiling tower-layer v0.3.3 |
| 1582 | 2025-11-11T20:14:25.839Z | Compiling cfg_aliases v0.2.1 |
| 1583 | 2025-11-11T20:14:25.862Z | Compiling litrs v0.4.1 |
| 1584 | 2025-11-11T20:14:25.965Z | Compiling base16ct v0.2.0 |
| 1585 | 2025-11-11T20:14:25.986Z | Compiling num-bigint-dig v0.8.4 |
| 1586 | 2025-11-11T20:14:26.269Z | Compiling smoltcp v0.9.1 |
| 1587 | 2025-11-11T20:14:26.292Z | Compiling ref-cast v1.0.24 |
| 1588 | 2025-11-11T20:14:26.373Z | Compiling postgres-protocol v0.6.8 |
| 1589 | 2025-11-11T20:14:26.558Z | Compiling sec1 v0.7.3 |
| 1590 | 2025-11-11T20:14:26.899Z | Compiling document-features v0.2.11 |
| 1591 | 2025-11-11T20:14:26.922Z | Compiling nix v0.29.0 |
| 1592 | 2025-11-11T20:14:26.977Z | Compiling tower v0.5.2 |
| 1593 | 2025-11-11T20:14:27.249Z | Compiling publicsuffix v2.3.0 |
| 1594 | 2025-11-11T20:14:27.566Z | Compiling num-iter v0.1.45 |
| 1595 | 2025-11-11T20:14:27.751Z | Compiling group v0.13.0 |
| 1596 | 2025-11-11T20:14:27.774Z | Compiling newtype-uuid v1.3.1 |
| 1597 | 2025-11-11T20:14:28.055Z | Compiling flate2 v1.1.2 |
| 1598 | 2025-11-11T20:14:28.235Z | Compiling rand v0.8.5 |
| 1599 | 2025-11-11T20:14:28.501Z | Compiling oxnet v0.1.3 |
| 1600 | 2025-11-11T20:14:28.911Z | Compiling derive_builder v0.20.2 |
| 1601 | 2025-11-11T20:14:28.954Z | Compiling tokio-native-tls v0.3.1 |
| 1602 | 2025-11-11T20:14:29.285Z | Compiling goblin v0.10.2 |
| 1603 | 2025-11-11T20:14:29.939Z | Compiling rustls-native-certs v0.8.1 |
| 1604 | 2025-11-11T20:14:29.964Z | Compiling webpki-roots v1.0.1 |
| 1605 | 2025-11-11T20:14:30.096Z | Compiling http-body-util v0.1.3 |
| 1606 | 2025-11-11T20:14:30.181Z | Compiling vergen v9.0.6 |
| 1607 | 2025-11-11T20:14:30.202Z | Compiling strum_macros v0.27.2 |
| 1608 | 2025-11-11T20:14:30.469Z | Compiling terminal_size v0.4.0 |
| 1609 | 2025-11-11T20:14:30.516Z | Compiling cargo-platform v0.1.8 |
| 1610 | 2025-11-11T20:14:30.559Z | Compiling hkdf v0.12.4 |
| 1611 | 2025-11-11T20:14:30.721Z | Compiling crypto-bigint v0.5.5 |
| 1612 | 2025-11-11T20:14:30.842Z | Compiling ref-cast-impl v1.0.24 |
| 1613 | 2025-11-11T20:14:31.038Z | Compiling async-trait v0.1.89 |
| 1614 | 2025-11-11T20:14:32.006Z | Compiling daft-derive v0.1.4 |
| 1615 | 2025-11-11T20:14:33.487Z | Compiling hubpack_derive v0.1.1 |
| 1616 | 2025-11-11T20:14:33.531Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1617 | 2025-11-11T20:14:33.604Z | Compiling ahash v0.8.12 |
| 1618 | 2025-11-11T20:14:33.979Z | Compiling fs-err v3.1.1 |
| 1619 | 2025-11-11T20:14:34.340Z | Compiling buf-list v1.0.3 |
| 1620 | 2025-11-11T20:14:34.361Z | Compiling iri-string v0.7.8 |
| 1621 | 2025-11-11T20:14:34.875Z | Compiling simd-adler32 v0.3.7 |
| 1622 | 2025-11-11T20:14:34.917Z | Compiling unicode-segmentation v1.12.0 |
| 1623 | 2025-11-11T20:14:35.195Z | Compiling bitflags v1.3.2 |
| 1624 | 2025-11-11T20:14:35.322Z | Compiling winnow v0.5.40 |
| 1625 | 2025-11-11T20:14:35.407Z | Compiling bumpalo v3.16.0 |
| 1626 | 2025-11-11T20:14:35.749Z | Compiling lockfree-object-pool v0.1.6 |
| 1627 | 2025-11-11T20:14:35.903Z | Compiling usdt-impl v0.6.0 |
| 1628 | 2025-11-11T20:14:36.044Z | Compiling managed v0.8.0 |
| 1629 | 2025-11-11T20:14:36.333Z | Compiling dof v0.4.0 |
| 1630 | 2025-11-11T20:14:36.357Z | Compiling clap_builder v4.5.48 |
| 1631 | 2025-11-11T20:14:38.097Z | Compiling tower-http v0.6.6 |
| 1632 | 2025-11-11T20:14:38.416Z | Compiling zopfli v0.8.1 |
| 1633 | 2025-11-11T20:14:38.679Z | Compiling toml_edit v0.19.15 |
| 1634 | 2025-11-11T20:14:38.726Z | Compiling strum v0.27.2 |
| 1635 | 2025-11-11T20:14:39.024Z | Compiling hubpack v0.1.2 |
| 1636 | 2025-11-11T20:14:39.703Z | Compiling daft v0.1.4 |
| 1637 | 2025-11-11T20:14:39.975Z | Compiling elliptic-curve v0.13.8 |
| 1638 | 2025-11-11T20:14:40.278Z | Compiling cargo_metadata v0.19.2 |
| 1639 | 2025-11-11T20:14:40.484Z | Compiling hyper-tls v0.6.0 |
| 1640 | 2025-11-11T20:14:40.733Z | Compiling cookie_store v0.21.1 |
| 1641 | 2025-11-11T20:14:42.174Z | Compiling signal-hook-mio v0.2.4 |
| 1642 | 2025-11-11T20:14:43.155Z | Compiling zstd v0.13.3 |
| 1643 | 2025-11-11T20:14:43.704Z | Compiling postgres-types v0.2.9 |
| 1644 | 2025-11-11T20:14:43.815Z | Compiling usdt-attr-macro v0.5.0 |
| 1645 | 2025-11-11T20:14:44.011Z | Compiling usdt-macro v0.5.0 |
| 1646 | 2025-11-11T20:14:44.266Z | Compiling phf v0.11.2 |
| 1647 | 2025-11-11T20:14:44.572Z | Compiling ed25519 v2.2.3 |
| 1648 | 2025-11-11T20:14:44.933Z | Compiling bzip2 v0.5.2 |
| 1649 | 2025-11-11T20:14:45.217Z | Compiling bzip2 v0.4.4 |
| 1650 | 2025-11-11T20:14:45.299Z | Compiling pkcs1 v0.7.5 |
| 1651 | 2025-11-11T20:14:45.321Z | Compiling dtrace-parser v0.3.0 |
| 1652 | 2025-11-11T20:14:45.437Z | Compiling serde_with_macros v3.14.0 |
| 1653 | 2025-11-11T20:14:45.597Z | Compiling strum_macros v0.26.4 |
| 1654 | 2025-11-11T20:14:46.160Z | Compiling enum-as-inner v0.6.1 |
| 1655 | 2025-11-11T20:14:46.339Z | Compiling clap_derive v4.5.47 |
| 1656 | 2025-11-11T20:14:46.588Z | Compiling serde-big-array v0.5.1 |
| 1657 | 2025-11-11T20:14:46.847Z | Compiling serde_urlencoded v0.7.1 |
| 1658 | 2025-11-11T20:14:47.161Z | Compiling rfc6979 v0.4.0 |
| 1659 | 2025-11-11T20:14:47.227Z | Compiling serde_repr v0.1.19 |
| 1660 | 2025-11-11T20:14:47.368Z | Compiling bstr v1.10.0 |
| 1661 | 2025-11-11T20:14:47.389Z | Compiling float-cmp v0.10.0 |
| 1662 | 2025-11-11T20:14:47.642Z | Compiling env_filter v0.1.2 |
| 1663 | 2025-11-11T20:14:47.925Z | Compiling thread-id v5.0.0 |
| 1664 | 2025-11-11T20:14:48.060Z | Compiling socket2 v0.5.10 |
| 1665 | 2025-11-11T20:14:48.309Z | Compiling encoding_rs v0.8.34 |
| 1666 | 2025-11-11T20:14:48.357Z | Compiling data-encoding v2.9.0 |
| 1667 | 2025-11-11T20:14:48.879Z | Compiling normalize-line-endings v0.3.0 |
| 1668 | 2025-11-11T20:14:48.952Z | Compiling whoami v1.5.2 |
| 1669 | 2025-11-11T20:14:49.038Z | Compiling precomputed-hash v0.1.1 |
| 1670 | 2025-11-11T20:14:49.186Z | Compiling difflib v0.4.0 |
| 1671 | 2025-11-11T20:14:49.481Z | Compiling new_debug_unreachable v1.0.6 |
| 1672 | 2025-11-11T20:14:49.601Z | Compiling keccak v0.1.5 |
| 1673 | 2025-11-11T20:14:49.917Z | Compiling jiff v0.2.15 |
| 1674 | 2025-11-11T20:14:50.094Z | Compiling predicates-core v1.0.8 |
| 1675 | 2025-11-11T20:14:50.423Z | Compiling rustc-hash v2.1.1 |
| 1676 | 2025-11-11T20:14:50.460Z | Compiling foldhash v0.2.0 |
| 1677 | 2025-11-11T20:14:50.621Z | Compiling static_assertions v1.1.0 |
| 1678 | 2025-11-11T20:14:50.685Z | Compiling fixedbitset v0.4.2 |
| 1679 | 2025-11-11T20:14:50.738Z | Compiling mime v0.3.17 |
| 1680 | 2025-11-11T20:14:50.761Z | Compiling toml_edit v0.22.27 |
| 1681 | 2025-11-11T20:14:50.864Z | Compiling iddqd v0.3.13 |
| 1682 | 2025-11-11T20:14:51.118Z | Compiling petgraph v0.6.5 |
| 1683 | 2025-11-11T20:14:51.234Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557) |
| 1684 | 2025-11-11T20:14:51.919Z | Compiling clap v4.5.48 |
| 1685 | 2025-11-11T20:14:52.066Z | Compiling predicates v3.1.3 |
| 1686 | 2025-11-11T20:14:53.271Z | Compiling strum v0.26.3 |
| 1687 | 2025-11-11T20:14:53.499Z | Compiling sha3 v0.10.8 |
| 1688 | 2025-11-11T20:14:53.613Z | Compiling string_cache v0.8.9 |
| 1689 | 2025-11-11T20:14:53.636Z | Compiling tokio-postgres v0.7.13 |
| 1690 | 2025-11-11T20:14:54.062Z | Compiling hickory-proto v0.25.2 |
| 1691 | 2025-11-11T20:14:54.547Z | Compiling similar v2.7.0 |
| 1692 | 2025-11-11T20:14:54.591Z | Compiling usdt v0.5.0 |
| 1693 | 2025-11-11T20:14:56.310Z | Compiling env_logger v0.11.8 |
| 1694 | 2025-11-11T20:14:56.552Z | Compiling serde_with v3.14.0 |
| 1695 | 2025-11-11T20:14:57.022Z | Compiling zip v4.2.0 |
| 1696 | 2025-11-11T20:14:57.636Z | Compiling ecdsa v0.16.9 |
| 1697 | 2025-11-11T20:14:57.876Z | Compiling rsa v0.9.8 |
| 1698 | 2025-11-11T20:14:58.507Z | Compiling zip v0.6.6 |
| 1699 | 2025-11-11T20:14:58.872Z | Compiling ed25519-dalek v2.1.1 |
| 1700 | 2025-11-11T20:15:00.102Z | Compiling crossterm v0.28.1 |
| 1701 | 2025-11-11T20:15:00.278Z | Compiling toml v0.7.8 |
| 1702 | 2025-11-11T20:15:01.116Z | Compiling heck v0.4.1 |
| 1703 | 2025-11-11T20:15:01.580Z | Compiling crossbeam-epoch v0.9.18 |
| 1704 | 2025-11-11T20:15:01.611Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557) |
| 1705 | 2025-11-11T20:15:01.691Z | Compiling tokio-stream v0.1.17 |
| 1706 | 2025-11-11T20:15:01.809Z | Compiling x509-cert v0.2.5 |
| 1707 | 2025-11-11T20:15:02.025Z | Compiling openapiv3 v2.2.0 |
| 1708 | 2025-11-11T20:15:02.283Z | Compiling sha1 v0.10.6 |
| 1709 | 2025-11-11T20:15:02.659Z | Compiling itertools v0.10.5 |
| 1710 | 2025-11-11T20:15:02.705Z | Compiling itertools v0.13.0 |
| 1711 | 2025-11-11T20:15:03.253Z | Compiling winnow v0.6.26 |
| 1712 | 2025-11-11T20:15:05.150Z | Compiling lalrpop-util v0.19.12 |
| 1713 | 2025-11-11T20:15:05.286Z | Compiling peg-runtime v0.8.5 |
| 1714 | 2025-11-11T20:15:05.326Z | Compiling thread_local v1.1.8 |
| 1715 | 2025-11-11T20:15:05.504Z | Compiling slog-async v2.8.0 |
| 1716 | 2025-11-11T20:15:05.689Z | Compiling crossbeam-channel v0.5.15 |
| 1717 | 2025-11-11T20:15:05.803Z | Compiling xattr v1.3.1 |
| 1718 | 2025-11-11T20:15:05.828Z | Compiling futures-executor v0.3.31 |
| 1719 | 2025-11-11T20:15:05.927Z | Compiling is-terminal v0.4.13 |
| 1720 | 2025-11-11T20:15:06.083Z | Compiling filetime v0.2.26 |
| 1721 | 2025-11-11T20:15:06.086Z | Compiling take_mut v0.2.2 |
| 1722 | 2025-11-11T20:15:06.121Z | Compiling term v1.1.0 |
| 1723 | 2025-11-11T20:15:06.125Z | Compiling futures v0.3.31 |
| 1724 | 2025-11-11T20:15:06.312Z | Compiling tar v0.4.44 |
| 1725 | 2025-11-11T20:15:06.650Z | Compiling slog-term v2.9.2 |
| 1726 | 2025-11-11T20:15:09.084Z | Compiling aws-lc-sys v0.26.0 |
| 1727 | 2025-11-11T20:15:39.434Z | Compiling rustls-webpki v0.102.8 |
| 1728 | 2025-11-11T20:15:43.831Z | Compiling tokio-rustls v0.26.0 |
| 1729 | 2025-11-11T20:15:44.085Z | Compiling hyper-rustls v0.27.7 |
| 1730 | 2025-11-11T20:15:44.421Z | Compiling reqwest v0.12.24 |
| 1731 | 2025-11-11T20:15:47.966Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1732 | 2025-11-11T20:15:48.256Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1733 | 2025-11-11T20:15:52.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
| 1734 | 2025-11-11T20:15:53.139Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1735 | 2025-11-11T20:15:53.197Z | Nov 11 20:15:51.900 INFO Starting download, target: Clickhouse |
| 1736 | 2025-11-11T20:15:53.197Z | Nov 11 20:15:51.900 INFO Starting download, target: Cockroach |
| 1737 | 2025-11-11T20:15:53.197Z | Nov 11 20:15:51.900 INFO Starting download, target: Console |
| 1738 | 2025-11-11T20:15:53.201Z | Nov 11 20:15:51.900 INFO Starting download, target: DendriteStub |
| 1739 | 2025-11-11T20:15:53.201Z | Nov 11 20:15:51.900 INFO Starting download, target: MaghemiteMgd |
| 1740 | 2025-11-11T20:15:53.201Z | Nov 11 20:15:51.900 INFO Starting download, target: TransceiverControl |
| 1741 | 2025-11-11T20:15:53.201Z | Nov 11 20:15:51.901 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1742 | 2025-11-11T20:15:53.201Z | Nov 11 20:15:51.901 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1743 | 2025-11-11T20:15:53.201Z | Nov 11 20:15:51.901 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1744 | 2025-11-11T20:15:53.201Z | Nov 11 20:15:51.901 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1745 | 2025-11-11T20:15:53.201Z | Nov 11 20:15:51.901 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1746 | 2025-11-11T20:15:53.201Z | Nov 11 20:15:51.901 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1747 | 2025-11-11T20:15:53.613Z | Nov 11 20:15:52.314 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1748 | 2025-11-11T20:15:53.705Z | Nov 11 20:15:52.403 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1749 | 2025-11-11T20:15:54.055Z | Nov 11 20:15:52.755 INFO Download complete, target: TransceiverControl |
| 1750 | 2025-11-11T20:15:54.176Z | Nov 11 20:15:52.870 INFO Download complete, target: Console |
| 1751 | 2025-11-11T20:15:54.658Z | Nov 11 20:15:53.360 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1752 | 2025-11-11T20:15:54.746Z | Nov 11 20:15:53.448 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1753 | 2025-11-11T20:15:55.037Z | Nov 11 20:15:53.740 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1754 | 2025-11-11T20:15:55.037Z | Nov 11 20:15:53.740 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1755 | 2025-11-11T20:15:55.165Z | Nov 11 20:15:53.868 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1756 | 2025-11-11T20:15:59.176Z | Nov 11 20:15:57.878 INFO Download complete, target: MaghemiteMgd |
| 1757 | 2025-11-11T20:15:59.181Z | Nov 11 20:15:57.879 INFO Download complete, target: DendriteStub |
| 1758 | 2025-11-11T20:16:02.083Z | Nov 11 20:16:00.784 INFO Checking that binary works, target: Cockroach |
| 1759 | 2025-11-11T20:16:02.210Z | Nov 11 20:16:00.911 INFO Download complete, target: Cockroach |
| 1760 | 2025-11-11T20:16:05.919Z | Nov 11 20:16:04.619 INFO Checking that binary works, target: Clickhouse |
| 1761 | 2025-11-11T20:16:06.048Z | Nov 11 20:16:04.748 INFO Download complete, target: Clickhouse |
| 1762 | 2025-11-11T20:16:06.068Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1763 | 2025-11-11T20:16:06.072Z | |
| 1764 | 2025-11-11T20:16:06.072Z | real 5:10.523978484 |
| 1765 | 2025-11-11T20:16:06.072Z | user 17:43.665333758 |
| 1766 | 2025-11-11T20:16:06.072Z | sys 2:28.073787911 |
| 1767 | 2025-11-11T20:16:06.072Z | trap 0.644208739 |
| 1768 | 2025-11-11T20:16:06.072Z | tflt 2.415663569 |
| 1769 | 2025-11-11T20:16:06.072Z | dflt 2.472619993 |
| 1770 | 2025-11-11T20:16:06.072Z | kflt 0.055178557 |
| 1771 | 2025-11-11T20:16:06.072Z | lock 43:46.395504047 |
| 1772 | 2025-11-11T20:16:06.072Z | slp 1:06:02.012224541 |
| 1773 | 2025-11-11T20:16:06.072Z | lat 1:20.898540752 |
| 1774 | 2025-11-11T20:16:06.072Z | stop 3:16.341805520 |
| 1775 | 2025-11-11T20:16:06.072Z | + banner clippy |
| 1776 | 2025-11-11T20:16:06.072Z | |
| 1777 | 2025-11-11T20:16:06.072Z | #### # # ##### ##### # # |
| 1778 | 2025-11-11T20:16:06.072Z | # # # # # # # # # # |
| 1779 | 2025-11-11T20:16:06.072Z | # # # # # # # # |
| 1780 | 2025-11-11T20:16:06.072Z | # # # ##### ##### # |
| 1781 | 2025-11-11T20:16:06.072Z | # # # # # # # |
| 1782 | 2025-11-11T20:16:06.072Z | #### ###### # # # # |
| 1783 | 2025-11-11T20:16:06.072Z | |
| 1784 | 2025-11-11T20:16:06.072Z | + export CARGO_INCREMENTAL=0 |
| 1785 | 2025-11-11T20:16:06.072Z | + CARGO_INCREMENTAL=0 |
| 1786 | 2025-11-11T20:16:06.072Z | + ptime -m cargo xtask clippy |
| 1787 | 2025-11-11T20:16:06.835Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1788 | 2025-11-11T20:16:07.132Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1789 | 2025-11-11T20:16:10.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 1790 | 2025-11-11T20:16:10.181Z | Running `target/debug/xtask clippy` |
| 1791 | 2025-11-11T20:16:10.207Z | running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1792 | 2025-11-11T20:16:11.046Z | Downloading crates ... |
| 1793 | 2025-11-11T20:16:11.388Z | Downloaded async-process v2.3.0 |
| 1794 | 2025-11-11T20:16:11.391Z | Downloaded async-channel v2.3.1 |
| 1795 | 2025-11-11T20:16:11.401Z | Downloaded rand_distr v0.5.1 |
| 1796 | 2025-11-11T20:16:11.404Z | Downloaded rstest_macros v0.25.0 |
| 1797 | 2025-11-11T20:16:11.408Z | Downloaded assert-json-diff v2.0.2 |
| 1798 | 2025-11-11T20:16:11.411Z | Downloaded chumsky v0.9.3 |
| 1799 | 2025-11-11T20:16:11.414Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1800 | 2025-11-11T20:16:11.418Z | Downloaded approx v0.5.1 |
| 1801 | 2025-11-11T20:16:11.421Z | Downloaded anes v0.1.6 |
| 1802 | 2025-11-11T20:16:11.430Z | Downloaded async-lock v3.4.0 |
| 1803 | 2025-11-11T20:16:11.433Z | Downloaded doc-comment v0.3.3 |
| 1804 | 2025-11-11T20:16:11.438Z | Downloaded criterion v0.7.0 |
| 1805 | 2025-11-11T20:16:11.444Z | Downloaded event-listener v5.3.1 |
| 1806 | 2025-11-11T20:16:11.448Z | Downloaded concurrent-queue v2.5.0 |
| 1807 | 2025-11-11T20:16:11.451Z | Downloaded async-object-pool v0.1.5 |
| 1808 | 2025-11-11T20:16:11.451Z | Downloaded async-executor v1.13.1 |
| 1809 | 2025-11-11T20:16:11.454Z | Downloaded async-global-executor v2.4.1 |
| 1810 | 2025-11-11T20:16:11.454Z | Downloaded async-channel v1.9.0 |
| 1811 | 2025-11-11T20:16:11.454Z | Downloaded kv-log-macro v1.0.7 |
| 1812 | 2025-11-11T20:16:11.458Z | Downloaded futures-lite v2.3.0 |
| 1813 | 2025-11-11T20:16:11.458Z | Downloaded httptest v0.16.3 |
| 1814 | 2025-11-11T20:16:11.461Z | Downloaded escape8259 v0.5.3 |
| 1815 | 2025-11-11T20:16:11.461Z | Downloaded plotters-svg v0.3.7 |
| 1816 | 2025-11-11T20:16:11.461Z | Downloaded fancy-regex v0.14.0 |
| 1817 | 2025-11-11T20:16:11.465Z | Downloaded criterion-plot v0.6.0 |
| 1818 | 2025-11-11T20:16:11.468Z | Downloaded futures-timer v3.0.3 |
| 1819 | 2025-11-11T20:16:11.468Z | Downloaded terminal_size v0.1.17 |
| 1820 | 2025-11-11T20:16:11.471Z | Downloaded supports-color v2.1.0 |
| 1821 | 2025-11-11T20:16:11.471Z | Downloaded assert_cmd v2.0.17 |
| 1822 | 2025-11-11T20:16:11.475Z | Downloaded datatest-stable v0.3.2 |
| 1823 | 2025-11-11T20:16:11.478Z | Downloaded termcolor v1.4.1 |
| 1824 | 2025-11-11T20:16:11.478Z | Downloaded async-io v2.3.4 |
| 1825 | 2025-11-11T20:16:11.481Z | Downloaded async-attributes v1.1.2 |
| 1826 | 2025-11-11T20:16:11.484Z | Downloaded pathdiff v0.2.3 |
| 1827 | 2025-11-11T20:16:11.488Z | Downloaded polling v3.7.3 |
| 1828 | 2025-11-11T20:16:11.491Z | Downloaded path-tree v0.8.1 |
| 1829 | 2025-11-11T20:16:11.494Z | Downloaded cast v0.3.0 |
| 1830 | 2025-11-11T20:16:11.498Z | Downloaded owo-colors v3.5.0 |
| 1831 | 2025-11-11T20:16:11.501Z | Downloaded rust-argon2 v2.1.0 |
| 1832 | 2025-11-11T20:16:11.505Z | Downloaded cfg-expr v0.20.1 |
| 1833 | 2025-11-11T20:16:11.513Z | Downloaded parking v2.2.1 |
| 1834 | 2025-11-11T20:16:11.517Z | Downloaded backtrace-ext v0.2.1 |
| 1835 | 2025-11-11T20:16:11.517Z | Downloaded libtest-mimic v0.8.1 |
| 1836 | 2025-11-11T20:16:11.521Z | Downloaded supports-hyperlinks v2.1.0 |
| 1837 | 2025-11-11T20:16:11.525Z | Downloaded stringmetrics v2.2.2 |
| 1838 | 2025-11-11T20:16:11.525Z | Downloaded serde_regex v1.1.0 |
| 1839 | 2025-11-11T20:16:11.528Z | Downloaded piper v0.2.4 |
| 1840 | 2025-11-11T20:16:11.528Z | Downloaded oorandom v11.1.4 |
| 1841 | 2025-11-11T20:16:11.528Z | Downloaded miette-derive v5.10.0 |
| 1842 | 2025-11-11T20:16:11.532Z | Downloaded target-triple v0.1.3 |
| 1843 | 2025-11-11T20:16:11.532Z | Downloaded similar-asserts v1.7.0 |
| 1844 | 2025-11-11T20:16:11.532Z | Downloaded relative-path v1.9.3 |
| 1845 | 2025-11-11T20:16:11.535Z | Downloaded plotters-backend v0.3.7 |
| 1846 | 2025-11-11T20:16:11.535Z | Downloaded nested v0.1.1 |
| 1847 | 2025-11-11T20:16:11.535Z | Downloaded async-signal v0.2.10 |
| 1848 | 2025-11-11T20:16:11.538Z | Downloaded blake2b_simd v1.0.2 |
| 1849 | 2025-11-11T20:16:11.538Z | Downloaded target-spec v3.5.0 |
| 1850 | 2025-11-11T20:16:11.538Z | Downloaded supports-unicode v2.1.0 |
| 1851 | 2025-11-11T20:16:11.542Z | Downloaded tinytemplate v1.2.1 |
| 1852 | 2025-11-11T20:16:11.542Z | Downloaded knuffel-derive v3.2.0 |
| 1853 | 2025-11-11T20:16:11.545Z | Downloaded knuffel v3.2.0 |
| 1854 | 2025-11-11T20:16:11.545Z | Downloaded target-lexicon v0.13.2 |
| 1855 | 2025-11-11T20:16:11.548Z | Downloaded rstest v0.25.0 |
| 1856 | 2025-11-11T20:16:11.552Z | Downloaded trybuild v1.0.106 |
| 1857 | 2025-11-11T20:16:11.556Z | Downloaded async-task v4.7.1 |
| 1858 | 2025-11-11T20:16:11.559Z | Downloaded guppy v0.17.20 |
| 1859 | 2025-11-11T20:16:11.563Z | Downloaded miette v5.10.0 |
| 1860 | 2025-11-11T20:16:11.567Z | Downloaded textwrap v0.15.2 |
| 1861 | 2025-11-11T20:16:11.570Z | Downloaded plotters v0.3.7 |
| 1862 | 2025-11-11T20:16:11.576Z | Downloaded event-listener v2.5.3 |
| 1863 | 2025-11-11T20:16:11.580Z | Downloaded hashbrown v0.14.5 |
| 1864 | 2025-11-11T20:16:11.583Z | Downloaded partial-io v0.5.4 |
| 1865 | 2025-11-11T20:16:11.586Z | Downloaded event-listener-strategy v0.5.2 |
| 1866 | 2025-11-11T20:16:11.586Z | Downloaded blocking v1.6.1 |
| 1867 | 2025-11-11T20:16:11.586Z | Downloaded async-std v1.13.0 |
| 1868 | 2025-11-11T20:16:11.603Z | Downloaded proc-macro-crate v3.2.0 |
| 1869 | 2025-11-11T20:16:11.658Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1870 | 2025-11-11T20:16:13.666Z | Checking cfg-if v1.0.4 |
| 1871 | 2025-11-11T20:16:14.070Z | Checking libc v0.2.174 |
| 1872 | 2025-11-11T20:16:14.077Z | Checking serde_core v1.0.226 |
| 1873 | 2025-11-11T20:16:14.156Z | Checking memchr v2.7.4 |
| 1874 | 2025-11-11T20:16:14.198Z | Checking smallvec v1.15.1 |
| 1875 | 2025-11-11T20:16:14.250Z | Checking value-bag v1.9.0 |
| 1876 | 2025-11-11T20:16:14.318Z | Checking scopeguard v1.2.0 |
| 1877 | 2025-11-11T20:16:14.324Z | Checking itoa v1.0.11 |
| 1878 | 2025-11-11T20:16:14.435Z | Checking zeroize v1.8.1 |
| 1879 | 2025-11-11T20:16:14.539Z | Checking lock_api v0.4.12 |
| 1880 | 2025-11-11T20:16:14.622Z | Checking libm v0.2.8 |
| 1881 | 2025-11-11T20:16:14.682Z | Checking portable-atomic v1.11.0 |
| 1882 | 2025-11-11T20:16:14.741Z | Checking log v0.4.27 |
| 1883 | 2025-11-11T20:16:14.801Z | Checking critical-section v1.1.3 |
| 1884 | 2025-11-11T20:16:14.969Z | Checking pin-project-lite v0.2.14 |
| 1885 | 2025-11-11T20:16:15.031Z | Checking ryu v1.0.18 |
| 1886 | 2025-11-11T20:16:15.088Z | Checking getrandom v0.2.15 |
| 1887 | 2025-11-11T20:16:15.088Z | Checking getrandom v0.3.4 |
| 1888 | 2025-11-11T20:16:15.211Z | Checking stable_deref_trait v1.2.0 |
| 1889 | 2025-11-11T20:16:15.292Z | Checking byteorder v1.5.0 |
| 1890 | 2025-11-11T20:16:15.353Z | Checking subtle v2.6.1 |
| 1891 | 2025-11-11T20:16:15.410Z | Checking zerofrom v0.1.4 |
| 1892 | 2025-11-11T20:16:15.458Z | Checking parking_lot_core v0.9.10 |
| 1893 | 2025-11-11T20:16:15.514Z | Checking rand_core v0.6.4 |
| 1894 | 2025-11-11T20:16:15.570Z | Checking num-traits v0.2.19 |
| 1895 | 2025-11-11T20:16:15.628Z | Checking signal-hook-registry v1.4.2 |
| 1896 | 2025-11-11T20:16:15.688Z | Checking yoke v0.7.4 |
| 1897 | 2025-11-11T20:16:15.691Z | Checking once_cell v1.21.3 |
| 1898 | 2025-11-11T20:16:15.787Z | Checking writeable v0.5.5 |
| 1899 | 2025-11-11T20:16:15.840Z | Checking parking_lot v0.12.3 |
| 1900 | 2025-11-11T20:16:15.889Z | Checking litemap v0.7.3 |
| 1901 | 2025-11-11T20:16:15.949Z | Checking percent-encoding v2.3.2 |
| 1902 | 2025-11-11T20:16:16.069Z | Checking zerovec v0.10.4 |
| 1903 | 2025-11-11T20:16:16.131Z | Checking typenum v1.17.0 |
| 1904 | 2025-11-11T20:16:16.191Z | Checking icu_locid_transform_data v1.5.0 |
| 1905 | 2025-11-11T20:16:16.248Z | Checking mio v1.0.2 |
| 1906 | 2025-11-11T20:16:16.299Z | Checking icu_properties_data v1.5.0 |
| 1907 | 2025-11-11T20:16:16.356Z | Checking icu_normalizer_data v1.5.0 |
| 1908 | 2025-11-11T20:16:16.359Z | Checking utf16_iter v1.0.5 |
| 1909 | 2025-11-11T20:16:16.517Z | Checking futures-core v0.3.31 |
| 1910 | 2025-11-11T20:16:16.579Z | Checking utf8_iter v1.0.4 |
| 1911 | 2025-11-11T20:16:16.643Z | Checking write16 v1.0.0 |
| 1912 | 2025-11-11T20:16:16.772Z | Checking form_urlencoded v1.2.2 |
| 1913 | 2025-11-11T20:16:16.876Z | Checking allocator-api2 v0.2.21 |
| 1914 | 2025-11-11T20:16:16.912Z | Checking socket2 v0.6.0 |
| 1915 | 2025-11-11T20:16:16.974Z | Checking equivalent v1.0.2 |
| 1916 | 2025-11-11T20:16:17.044Z | Checking errno v0.3.12 |
| 1917 | 2025-11-11T20:16:17.113Z | Checking zerocopy v0.7.35 |
| 1918 | 2025-11-11T20:16:17.206Z | Checking const-oid v0.9.6 |
| 1919 | 2025-11-11T20:16:17.249Z | Checking generic-array v0.14.7 |
| 1920 | 2025-11-11T20:16:17.309Z | Checking futures-io v0.3.31 |
| 1921 | 2025-11-11T20:16:17.372Z | Checking thiserror v1.0.69 |
| 1922 | 2025-11-11T20:16:17.517Z | Checking iana-time-zone v0.1.63 |
| 1923 | 2025-11-11T20:16:17.577Z | Checking tinystr v0.7.6 |
| 1924 | 2025-11-11T20:16:17.577Z | Checking icu_collections v1.5.0 |
| 1925 | 2025-11-11T20:16:17.683Z | Checking slab v0.4.9 |
| 1926 | 2025-11-11T20:16:17.751Z | Checking fnv v1.0.7 |
| 1927 | 2025-11-11T20:16:17.818Z | Checking serde v1.0.226 |
| 1928 | 2025-11-11T20:16:17.951Z | Checking serde_json v1.0.145 |
| 1929 | 2025-11-11T20:16:17.956Z | Checking icu_locid v1.5.0 |
| 1930 | 2025-11-11T20:16:18.052Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1931 | 2025-11-11T20:16:18.279Z | Checking thiserror v2.0.17 |
| 1932 | 2025-11-11T20:16:18.337Z | Checking semver v1.0.27 |
| 1933 | 2025-11-11T20:16:18.395Z | Checking crypto-common v0.1.6 |
| 1934 | 2025-11-11T20:16:18.464Z | Checking block-buffer v0.10.4 |
| 1935 | 2025-11-11T20:16:18.598Z | Checking futures-sink v0.3.31 |
| 1936 | 2025-11-11T20:16:18.651Z | Checking pin-utils v0.1.0 |
| 1937 | 2025-11-11T20:16:18.764Z | Checking cpufeatures v0.2.14 |
| 1938 | 2025-11-11T20:16:18.821Z | Checking futures-channel v0.3.31 |
| 1939 | 2025-11-11T20:16:18.874Z | Checking bytes v1.10.1 |
| 1940 | 2025-11-11T20:16:18.878Z | Checking bitflags v2.9.4 |
| 1941 | 2025-11-11T20:16:18.878Z | Checking chrono v0.4.42 |
| 1942 | 2025-11-11T20:16:18.999Z | Checking uuid v1.18.1 |
| 1943 | 2025-11-11T20:16:19.053Z | Checking icu_provider v1.5.0 |
| 1944 | 2025-11-11T20:16:19.106Z | Checking digest v0.10.7 |
| 1945 | 2025-11-11T20:16:19.163Z | Checking hashbrown v0.16.0 |
| 1946 | 2025-11-11T20:16:19.240Z | Checking futures-task v0.3.31 |
| 1947 | 2025-11-11T20:16:19.449Z | Checking ppv-lite86 v0.2.20 |
| 1948 | 2025-11-11T20:16:19.532Z | Checking rustix v0.38.37 |
| 1949 | 2025-11-11T20:16:19.583Z | Checking futures-util v0.3.31 |
| 1950 | 2025-11-11T20:16:19.712Z | Checking dyn-clone v1.0.20 |
| 1951 | 2025-11-11T20:16:19.769Z | Checking icu_locid_transform v1.5.0 |
| 1952 | 2025-11-11T20:16:19.890Z | Checking tokio v1.47.0 |
| 1953 | 2025-11-11T20:16:19.942Z | Checking foldhash v0.1.5 |
| 1954 | 2025-11-11T20:16:20.185Z | Checking indexmap v2.11.4 |
| 1955 | 2025-11-11T20:16:20.246Z | Checking hashbrown v0.15.4 |
| 1956 | 2025-11-11T20:16:20.249Z | Checking tracing-core v0.1.32 |
| 1957 | 2025-11-11T20:16:20.773Z | Checking icu_properties v1.5.1 |
| 1958 | 2025-11-11T20:16:20.939Z | Checking regex-syntax v0.8.5 |
| 1959 | 2025-11-11T20:16:20.998Z | Checking tracing v0.1.40 |
| 1960 | 2025-11-11T20:16:21.278Z | Checking http v1.3.1 |
| 1961 | 2025-11-11T20:16:21.425Z | Checking spin v0.9.8 |
| 1962 | 2025-11-11T20:16:21.516Z | Checking crossbeam-utils v0.8.21 |
| 1963 | 2025-11-11T20:16:21.829Z | Checking adler2 v2.0.0 |
| 1964 | 2025-11-11T20:16:22.069Z | Checking miniz_oxide v0.8.5 |
| 1965 | 2025-11-11T20:16:22.346Z | Checking unicode-ident v1.0.19 |
| 1966 | 2025-11-11T20:16:22.578Z | Checking ipnet v2.11.0 |
| 1967 | 2025-11-11T20:16:22.639Z | Checking proc-macro2 v1.0.101 |
| 1968 | 2025-11-11T20:16:22.642Z | Checking block-padding v0.3.3 |
| 1969 | 2025-11-11T20:16:22.828Z | Checking aho-corasick v1.1.3 |
| 1970 | 2025-11-11T20:16:22.966Z | Checking utf8parse v0.2.2 |
| 1971 | 2025-11-11T20:16:23.149Z | Checking base64ct v1.6.0 |
| 1972 | 2025-11-11T20:16:23.207Z | Checking inout v0.1.3 |
| 1973 | 2025-11-11T20:16:23.331Z | Checking quote v1.0.40 |
| 1974 | 2025-11-11T20:16:23.494Z | Checking base64 v0.22.1 |
| 1975 | 2025-11-11T20:16:23.653Z | Checking cipher v0.4.4 |
| 1976 | 2025-11-11T20:16:23.711Z | Checking syn v2.0.106 |
| 1977 | 2025-11-11T20:16:23.956Z | Checking icu_normalizer v1.5.0 |
| 1978 | 2025-11-11T20:16:24.052Z | Checking atomic-waker v1.1.2 |
| 1979 | 2025-11-11T20:16:24.105Z | Checking powerfmt v0.2.0 |
| 1980 | 2025-11-11T20:16:24.108Z | Checking fastrand v2.1.1 |
| 1981 | 2025-11-11T20:16:24.195Z | Checking num-conv v0.1.0 |
| 1982 | 2025-11-11T20:16:24.256Z | Checking num_threads v0.1.7 |
| 1983 | 2025-11-11T20:16:24.413Z | Checking deranged v0.5.3 |
| 1984 | 2025-11-11T20:16:24.417Z | Checking regex-automata v0.4.11 |
| 1985 | 2025-11-11T20:16:24.514Z | Checking anstyle v1.0.11 |
| 1986 | 2025-11-11T20:16:24.518Z | Checking gimli v0.31.1 |
| 1987 | 2025-11-11T20:16:24.617Z | Checking time-core v0.1.6 |
| 1988 | 2025-11-11T20:16:24.750Z | Checking idna_adapter v1.2.0 |
| 1989 | 2025-11-11T20:16:24.901Z | Checking untrusted v0.9.0 |
| 1990 | 2025-11-11T20:16:24.959Z | Checking sha2 v0.10.9 |
| 1991 | 2025-11-11T20:16:25.025Z | Checking idna v1.0.3 |
| 1992 | 2025-11-11T20:16:25.145Z | Checking ring v0.17.14 |
| 1993 | 2025-11-11T20:16:25.553Z | Checking url v2.5.4 |
| 1994 | 2025-11-11T20:16:25.612Z | Checking object v0.36.5 |
| 1995 | 2025-11-11T20:16:26.517Z | Checking schemars v0.8.22 |
| 1996 | 2025-11-11T20:16:26.810Z | Checking tokio-util v0.7.15 |
| 1997 | 2025-11-11T20:16:27.071Z | Checking time v0.3.43 |
| 1998 | 2025-11-11T20:16:27.354Z | Checking httparse v1.9.5 |
| 1999 | 2025-11-11T20:16:27.939Z | Checking rustc-demangle v0.1.24 |
| 2000 | 2025-11-11T20:16:28.124Z | Checking pem-rfc7468 v0.7.0 |
| 2001 | 2025-11-11T20:16:28.184Z | Checking anstyle-parse v0.2.5 |
| 2002 | 2025-11-11T20:16:28.342Z | Checking addr2line v0.24.2 |
| 2003 | 2025-11-11T20:16:28.440Z | Checking lazy_static v1.5.0 |
| 2004 | 2025-11-11T20:16:28.496Z | Checking hmac v0.12.1 |
| 2005 | 2025-11-11T20:16:28.551Z | Checking anstyle-query v1.1.1 |
| 2006 | 2025-11-11T20:16:28.626Z | Checking colorchoice v1.0.2 |
| 2007 | 2025-11-11T20:16:28.696Z | Checking is_terminal_polyfill v1.70.1 |
| 2008 | 2025-11-11T20:16:28.756Z | Checking rand_chacha v0.3.1 |
| 2009 | 2025-11-11T20:16:28.813Z | Checking rustls-pki-types v1.10.0 |
| 2010 | 2025-11-11T20:16:28.866Z | Checking terminal_size v0.4.0 |
| 2011 | 2025-11-11T20:16:28.869Z | Checking http-body v1.0.1 |
| 2012 | 2025-11-11T20:16:28.869Z | Checking anstream v0.6.18 |
| 2013 | 2025-11-11T20:16:29.079Z | Checking flagset v0.4.6 |
| 2014 | 2025-11-11T20:16:29.168Z | Checking aws-lc-sys v0.26.0 |
| 2015 | 2025-11-11T20:16:29.227Z | Checking rand v0.8.5 |
| 2016 | 2025-11-11T20:16:29.328Z | Checking der v0.7.10 |
| 2017 | 2025-11-11T20:16:29.403Z | Checking strsim v0.11.1 |
| 2018 | 2025-11-11T20:16:29.406Z | Checking untrusted v0.7.1 |
| 2019 | 2025-11-11T20:16:29.518Z | Checking httpdate v1.0.3 |
| 2020 | 2025-11-11T20:16:29.521Z | Checking try-lock v0.2.5 |
| 2021 | 2025-11-11T20:16:29.705Z | Checking clap_lex v0.7.4 |
| 2022 | 2025-11-11T20:16:29.765Z | Checking h2 v0.4.6 |
| 2023 | 2025-11-11T20:16:29.822Z | Checking tower-service v0.3.3 |
| 2024 | 2025-11-11T20:16:29.825Z | Checking want v0.3.1 |
| 2025 | 2025-11-11T20:16:30.013Z | Checking rand_core v0.9.3 |
| 2026 | 2025-11-11T20:16:30.065Z | Checking clap_builder v4.5.48 |
| 2027 | 2025-11-11T20:16:30.130Z | Checking zerocopy v0.8.27 |
| 2028 | 2025-11-11T20:16:30.371Z | Checking mime v0.3.17 |
| 2029 | 2025-11-11T20:16:30.429Z | Checking pbkdf2 v0.12.2 |
| 2030 | 2025-11-11T20:16:30.670Z | Checking aes v0.8.4 |
| 2031 | 2025-11-11T20:16:30.766Z | Checking rustix v1.0.7 |
| 2032 | 2025-11-11T20:16:30.986Z | Checking spki v0.7.3 |
| 2033 | 2025-11-11T20:16:31.350Z | Checking slog v2.7.0 |
| 2034 | 2025-11-11T20:16:31.409Z | Checking backtrace v0.3.74 |
| 2035 | 2025-11-11T20:16:31.413Z | Checking aws-lc-rs v1.12.4 |
| 2036 | 2025-11-11T20:16:31.545Z | Checking http-body-util v0.1.3 |
| 2037 | 2025-11-11T20:16:31.885Z | Checking regex v1.11.3 |
| 2038 | 2025-11-11T20:16:32.001Z | Checking anyhow v1.0.99 |
| 2039 | 2025-11-11T20:16:32.050Z | Checking cbc v0.1.2 |
| 2040 | 2025-11-11T20:16:32.305Z | Checking salsa20 v0.10.2 |
| 2041 | 2025-11-11T20:16:32.440Z | Checking rand_chacha v0.9.0 |
| 2042 | 2025-11-11T20:16:32.578Z | Checking openssl-probe v0.1.5 |
| 2043 | 2025-11-11T20:16:32.581Z | Checking scrypt v0.11.0 |
| 2044 | 2025-11-11T20:16:32.804Z | Checking tempfile v3.20.0 |
| 2045 | 2025-11-11T20:16:32.863Z | Checking foreign-types-shared v0.1.1 |
| 2046 | 2025-11-11T20:16:32.913Z | Checking pkcs5 v0.7.1 |
| 2047 | 2025-11-11T20:16:32.916Z | Checking rand v0.9.2 |
| 2048 | 2025-11-11T20:16:33.015Z | Checking clap v4.5.48 |
| 2049 | 2025-11-11T20:16:33.073Z | Checking foreign-types v0.3.2 |
| 2050 | 2025-11-11T20:16:33.196Z | Checking serde_urlencoded v0.7.1 |
| 2051 | 2025-11-11T20:16:33.200Z | Checking openssl-sys v0.9.109 |
| 2052 | 2025-11-11T20:16:33.302Z | Checking encoding_rs v0.8.34 |
| 2053 | 2025-11-11T20:16:33.306Z | Checking rustls-webpki v0.102.8 |
| 2054 | 2025-11-11T20:16:33.408Z | Checking plain v0.2.3 |
| 2055 | 2025-11-11T20:16:33.466Z | Checking pkcs8 v0.10.2 |
| 2056 | 2025-11-11T20:16:33.630Z | Checking ucd-trie v0.1.7 |
| 2057 | 2025-11-11T20:16:33.635Z | Checking sync_wrapper v1.0.1 |
| 2058 | 2025-11-11T20:16:33.826Z | Checking either v1.15.0 |
| 2059 | 2025-11-11T20:16:33.891Z | Checking pest v2.8.2 |
| 2060 | 2025-11-11T20:16:33.894Z | Checking pretty-hex v0.4.1 |
| 2061 | 2025-11-11T20:16:34.005Z | Checking psl-types v2.0.11 |
| 2062 | 2025-11-11T20:16:34.109Z | Checking rustls v0.23.19 |
| 2063 | 2025-11-11T20:16:34.203Z | Checking tower-layer v0.3.3 |
| 2064 | 2025-11-11T20:16:34.257Z | Checking publicsuffix v2.3.0 |
| 2065 | 2025-11-11T20:16:34.260Z | Checking rustls-native-certs v0.8.1 |
| 2066 | 2025-11-11T20:16:34.376Z | Checking openssl v0.10.73 |
| 2067 | 2025-11-11T20:16:34.505Z | Checking tower v0.5.2 |
| 2068 | 2025-11-11T20:16:34.591Z | Checking cookie v0.18.1 |
| 2069 | 2025-11-11T20:16:34.647Z | Checking webpki-roots v1.0.1 |
| 2070 | 2025-11-11T20:16:34.904Z | Checking ipnetwork v0.21.1 |
| 2071 | 2025-11-11T20:16:35.066Z | Checking openapiv3 v2.2.0 |
| 2072 | 2025-11-11T20:16:35.364Z | Checking iri-string v0.7.8 |
| 2073 | 2025-11-11T20:16:35.368Z | Checking cookie_store v0.21.1 |
| 2074 | 2025-11-11T20:16:35.523Z | Checking toml_datetime v0.6.11 |
| 2075 | 2025-11-11T20:16:35.854Z | Checking hyper v1.7.0 |
| 2076 | 2025-11-11T20:16:35.951Z | Checking serde_spanned v0.6.9 |
| 2077 | 2025-11-11T20:16:36.147Z | Checking winnow v0.7.13 |
| 2078 | 2025-11-11T20:16:36.225Z | Checking signature v2.2.0 |
| 2079 | 2025-11-11T20:16:36.376Z | Checking sha1 v0.10.6 |
| 2080 | 2025-11-11T20:16:36.487Z | Checking scroll v0.12.0 |
| 2081 | 2025-11-11T20:16:36.709Z | Checking data-encoding v2.9.0 |
| 2082 | 2025-11-11T20:16:36.982Z | Checking goblin v0.8.2 |
| 2083 | 2025-11-11T20:16:37.346Z | Checking tinyvec_macros v0.1.1 |
| 2084 | 2025-11-11T20:16:37.506Z | Checking quick-error v1.2.3 |
| 2085 | 2025-11-11T20:16:37.711Z | Checking tinyvec v1.8.0 |
| 2086 | 2025-11-11T20:16:37.811Z | Checking tower-http v0.6.6 |
| 2087 | 2025-11-11T20:16:37.880Z | Checking hyper-util v0.1.17 |
| 2088 | 2025-11-11T20:16:38.194Z | Checking dtrace-parser v0.2.0 |
| 2089 | 2025-11-11T20:16:38.453Z | Checking thread-id v4.2.2 |
| 2090 | 2025-11-11T20:16:38.632Z | Checking num-integer v0.1.46 |
| 2091 | 2025-11-11T20:16:38.754Z | Checking strum v0.26.3 |
| 2092 | 2025-11-11T20:16:38.975Z | Checking memmap v0.7.0 |
| 2093 | 2025-11-11T20:16:39.024Z | Checking static_assertions v1.1.0 |
| 2094 | 2025-11-11T20:16:39.029Z | Checking tokio-rustls v0.26.0 |
| 2095 | 2025-11-11T20:16:39.029Z | Checking bit-vec v0.8.0 |
| 2096 | 2025-11-11T20:16:39.182Z | Checking wait-timeout v0.2.0 |
| 2097 | 2025-11-11T20:16:39.185Z | Checking base16ct v0.2.0 |
| 2098 | 2025-11-11T20:16:39.280Z | Checking oxnet v0.1.3 |
| 2099 | 2025-11-11T20:16:39.341Z | Checking native-tls v0.2.12 |
| 2100 | 2025-11-11T20:16:39.448Z | Checking bstr v1.10.0 |
| 2101 | 2025-11-11T20:16:39.513Z | Checking sec1 v0.7.3 |
| 2102 | 2025-11-11T20:16:39.571Z | Checking bit-set v0.8.0 |
| 2103 | 2025-11-11T20:16:39.575Z | Checking hubpack v0.1.2 |
| 2104 | 2025-11-11T20:16:39.717Z | Checking tokio-native-tls v0.3.1 |
| 2105 | 2025-11-11T20:16:39.775Z | Checking ff v0.13.0 |
| 2106 | 2025-11-11T20:16:39.866Z | Checking crc32fast v1.4.2 |
| 2107 | 2025-11-11T20:16:39.926Z | Checking unicode-segmentation v1.12.0 |
| 2108 | 2025-11-11T20:16:39.983Z | Checking rusty-fork v0.3.0 |
| 2109 | 2025-11-11T20:16:40.038Z | Checking num-iter v0.1.45 |
| 2110 | 2025-11-11T20:16:40.042Z | Checking group v0.13.0 |
| 2111 | 2025-11-11T20:16:40.149Z | Checking ahash v0.8.12 |
| 2112 | 2025-11-11T20:16:40.313Z | Checking rand_xorshift v0.4.0 |
| 2113 | 2025-11-11T20:16:40.371Z | Checking hkdf v0.12.4 |
| 2114 | 2025-11-11T20:16:40.376Z | Checking hyper-rustls v0.27.7 |
| 2115 | 2025-11-11T20:16:40.376Z | Checking hyper-tls v0.6.0 |
| 2116 | 2025-11-11T20:16:40.376Z | Checking crossbeam-epoch v0.9.18 |
| 2117 | 2025-11-11T20:16:40.550Z | Checking crypto-bigint v0.5.5 |
| 2118 | 2025-11-11T20:16:40.603Z | Checking unarray v0.1.4 |
| 2119 | 2025-11-11T20:16:40.606Z | Checking toml_write v0.1.2 |
| 2120 | 2025-11-11T20:16:40.695Z | Checking zlib-rs v0.5.1 |
| 2121 | 2025-11-11T20:16:40.766Z | Checking num-bigint-dig v0.8.4 |
| 2122 | 2025-11-11T20:16:40.821Z | Checking proptest v1.7.0 |
| 2123 | 2025-11-11T20:16:40.824Z | Checking reqwest v0.12.24 |
| 2124 | 2025-11-11T20:16:40.950Z | Checking pkcs1 v0.7.5 |
| 2125 | 2025-11-11T20:16:41.005Z | Checking toml_edit v0.22.27 |
| 2126 | 2025-11-11T20:16:41.432Z | Checking bitflags v1.3.2 |
| 2127 | 2025-11-11T20:16:41.603Z | Checking x509-cert v0.2.5 |
| 2128 | 2025-11-11T20:16:41.831Z | Checking dof v0.3.0 |
| 2129 | 2025-11-11T20:16:42.506Z | Checking usdt-impl v0.5.0 |
| 2130 | 2025-11-11T20:16:42.608Z | Checking libz-rs-sys v0.5.1 |
| 2131 | 2025-11-11T20:16:42.782Z | Checking rsa v0.9.8 |
| 2132 | 2025-11-11T20:16:42.835Z | Checking rfc6979 v0.4.0 |
| 2133 | 2025-11-11T20:16:42.893Z | Checking flate2 v1.1.2 |
| 2134 | 2025-11-11T20:16:43.057Z | Checking usdt v0.5.0 |
| 2135 | 2025-11-11T20:16:43.118Z | Checking winnow v0.5.40 |
| 2136 | 2025-11-11T20:16:43.123Z | Checking elliptic-curve v0.13.8 |
| 2137 | 2025-11-11T20:16:43.227Z | Checking itertools v0.13.0 |
| 2138 | 2025-11-11T20:16:43.408Z | Checking curve25519-dalek v4.1.3 |
| 2139 | 2025-11-11T20:16:43.514Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2140 | 2025-11-11T20:16:43.568Z | Checking unicode-normalization v0.1.24 |
| 2141 | 2025-11-11T20:16:43.701Z | Checking ed25519 v2.2.3 |
| 2142 | 2025-11-11T20:16:43.758Z | Checking signal-hook v0.3.18 |
| 2143 | 2025-11-11T20:16:43.844Z | Checking ecdsa v0.16.9 |
| 2144 | 2025-11-11T20:16:44.053Z | Checking env_filter v0.1.2 |
| 2145 | 2025-11-11T20:16:44.149Z | Checking keccak v0.1.5 |
| 2146 | 2025-11-11T20:16:44.362Z | Checking managed v0.8.0 |
| 2147 | 2025-11-11T20:16:44.492Z | Checking env_logger v0.11.8 |
| 2148 | 2025-11-11T20:16:44.558Z | Checking sha3 v0.10.8 |
| 2149 | 2025-11-11T20:16:44.563Z | Checking memoffset v0.9.1 |
| 2150 | 2025-11-11T20:16:44.793Z | Checking signal-hook-mio v0.2.4 |
| 2151 | 2025-11-11T20:16:44.864Z | Checking serde_with v3.14.0 |
| 2152 | 2025-11-11T20:16:44.903Z | Checking ref-cast v1.0.24 |
| 2153 | 2025-11-11T20:16:45.011Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2154 | 2025-11-11T20:16:45.015Z | Checking bzip2 v0.4.4 |
| 2155 | 2025-11-11T20:16:45.122Z | Checking scroll v0.13.0 |
| 2156 | 2025-11-11T20:16:45.175Z | Checking ed25519-dalek v2.1.1 |
| 2157 | 2025-11-11T20:16:45.179Z | Checking newtype-uuid v1.3.1 |
| 2158 | 2025-11-11T20:16:45.284Z | Checking zstd-safe v7.2.3 |
| 2159 | 2025-11-11T20:16:45.417Z | Checking bumpalo v3.16.0 |
| 2160 | 2025-11-11T20:16:45.550Z | Checking lockfree-object-pool v0.1.6 |
| 2161 | 2025-11-11T20:16:45.553Z | Checking daft v0.1.4 |
| 2162 | 2025-11-11T20:16:45.654Z | Checking siphasher v0.3.11 |
| 2163 | 2025-11-11T20:16:45.657Z | Checking simd-adler32 v0.3.7 |
| 2164 | 2025-11-11T20:16:45.657Z | Checking zstd v0.13.3 |
| 2165 | 2025-11-11T20:16:45.803Z | Checking goblin v0.10.2 |
| 2166 | 2025-11-11T20:16:45.856Z | Checking zip v0.6.6 |
| 2167 | 2025-11-11T20:16:45.912Z | Checking toml_edit v0.19.15 |
| 2168 | 2025-11-11T20:16:45.982Z | Checking phf_shared v0.11.2 |
| 2169 | 2025-11-11T20:16:46.088Z | Checking zopfli v0.8.1 |
| 2170 | 2025-11-11T20:16:46.147Z | Checking crossterm v0.28.1 |
| 2171 | 2025-11-11T20:16:46.151Z | Checking bzip2 v0.5.2 |
| 2172 | 2025-11-11T20:16:46.312Z | Checking similar v2.7.0 |
| 2173 | 2025-11-11T20:16:46.532Z | Checking serde-big-array v0.5.1 |
| 2174 | 2025-11-11T20:16:46.577Z | Checking hash32 v0.2.1 |
| 2175 | 2025-11-11T20:16:46.806Z | Checking socket2 v0.5.10 |
| 2176 | 2025-11-11T20:16:46.810Z | Checking winnow v0.6.26 |
| 2177 | 2025-11-11T20:16:46.913Z | Checking jiff v0.2.15 |
| 2178 | 2025-11-11T20:16:47.147Z | Checking predicates-core v1.0.8 |
| 2179 | 2025-11-11T20:16:47.333Z | Checking unicode-bidi v0.3.17 |
| 2180 | 2025-11-11T20:16:47.416Z | Checking unicode-properties v0.1.3 |
| 2181 | 2025-11-11T20:16:47.754Z | Checking heapless v0.7.17 |
| 2182 | 2025-11-11T20:16:47.815Z | Checking hickory-proto v0.25.2 |
| 2183 | 2025-11-11T20:16:47.869Z | Checking dtrace-parser v0.3.0 |
| 2184 | 2025-11-11T20:16:47.988Z | Checking stringprep v0.1.5 |
| 2185 | 2025-11-11T20:16:48.259Z | Checking toml v0.7.8 |
| 2186 | 2025-11-11T20:16:48.348Z | Checking tokio-stream v0.1.17 |
| 2187 | 2025-11-11T20:16:48.421Z | Checking fs-err v3.1.1 |
| 2188 | 2025-11-11T20:16:48.713Z | Checking md-5 v0.10.6 |
| 2189 | 2025-11-11T20:16:49.010Z | Checking float-cmp v0.10.0 |
| 2190 | 2025-11-11T20:16:49.069Z | Checking thread-id v5.0.0 |
| 2191 | 2025-11-11T20:16:49.073Z | Checking rustc-hash v2.1.1 |
| 2192 | 2025-11-11T20:16:49.202Z | Checking normalize-line-endings v0.3.0 |
| 2193 | 2025-11-11T20:16:49.276Z | Checking fallible-iterator v0.2.0 |
| 2194 | 2025-11-11T20:16:49.334Z | Checking difflib v0.4.0 |
| 2195 | 2025-11-11T20:16:49.337Z | Checking foldhash v0.2.0 |
| 2196 | 2025-11-11T20:16:49.435Z | Checking smoltcp v0.9.1 |
| 2197 | 2025-11-11T20:16:49.561Z | Checking nix v0.29.0 |
| 2198 | 2025-11-11T20:16:49.716Z | Checking predicates v3.1.3 |
| 2199 | 2025-11-11T20:16:49.774Z | Checking iddqd v0.3.13 |
| 2200 | 2025-11-11T20:16:49.848Z | Checking postgres-protocol v0.6.8 |
| 2201 | 2025-11-11T20:16:50.418Z | Checking itertools v0.10.5 |
| 2202 | 2025-11-11T20:16:50.548Z | Checking buf-list v1.0.3 |
| 2203 | 2025-11-11T20:16:50.872Z | Checking strum v0.27.2 |
| 2204 | 2025-11-11T20:16:50.932Z | Checking precomputed-hash v0.1.1 |
| 2205 | 2025-11-11T20:16:51.014Z | Checking new_debug_unreachable v1.0.6 |
| 2206 | 2025-11-11T20:16:51.088Z | Checking lalrpop-util v0.19.12 |
| 2207 | 2025-11-11T20:16:51.140Z | Checking fixedbitset v0.4.2 |
| 2208 | 2025-11-11T20:16:51.193Z | Checking string_cache v0.8.9 |
| 2209 | 2025-11-11T20:16:51.422Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557) |
| 2210 | 2025-11-11T20:16:51.477Z | Checking petgraph v0.6.5 |
| 2211 | 2025-11-11T20:16:51.537Z | Checking postgres-types v0.2.9 |
| 2212 | 2025-11-11T20:16:51.584Z | Checking phf v0.11.2 |
| 2213 | 2025-11-11T20:16:51.588Z | Checking dof v0.4.0 |
| 2214 | 2025-11-11T20:16:51.908Z | Checking heck v0.4.1 |
| 2215 | 2025-11-11T20:16:52.163Z | Checking itertools v0.12.1 |
| 2216 | 2025-11-11T20:16:52.208Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557) |
| 2217 | 2025-11-11T20:16:52.581Z | Checking usdt-impl v0.6.0 |
| 2218 | 2025-11-11T20:16:52.639Z | Checking peg-runtime v0.8.5 |
| 2219 | 2025-11-11T20:16:52.698Z | Checking whoami v1.5.2 |
| 2220 | 2025-11-11T20:16:52.778Z | Checking zip v4.2.0 |
| 2221 | 2025-11-11T20:16:52.957Z | Checking minimal-lexical v0.2.1 |
| 2222 | 2025-11-11T20:16:53.060Z | Checking tokio-postgres v0.7.13 |
| 2223 | 2025-11-11T20:16:53.171Z | Checking camino v1.2.0 |
| 2224 | 2025-11-11T20:16:53.438Z | Checking nom v7.1.3 |
| 2225 | 2025-11-11T20:16:53.795Z | Compiling regress v0.10.4 |
| 2226 | 2025-11-11T20:16:54.038Z | Checking futures-executor v0.3.31 |
| 2227 | 2025-11-11T20:16:54.353Z | Checking futures v0.3.31 |
| 2228 | 2025-11-11T20:16:54.417Z | Compiling unsafe-libyaml v0.2.11 |
| 2229 | 2025-11-11T20:16:54.474Z | Checking is-terminal v0.4.13 |
| 2230 | 2025-11-11T20:16:54.477Z | Checking heck v0.5.0 |
| 2231 | 2025-11-11T20:16:54.569Z | Checking crossbeam-channel v0.5.15 |
| 2232 | 2025-11-11T20:16:54.778Z | Compiling rustls v0.22.4 |
| 2233 | 2025-11-11T20:16:55.228Z | Checking thread_local v1.1.8 |
| 2234 | 2025-11-11T20:16:55.347Z | Compiling structmeta-derive v0.3.0 |
| 2235 | 2025-11-11T20:16:55.576Z | Checking hex v0.4.3 |
| 2236 | 2025-11-11T20:16:55.749Z | Compiling serde_yaml v0.9.34+deprecated |
| 2237 | 2025-11-11T20:16:56.097Z | Compiling multer v3.1.0 |
| 2238 | 2025-11-11T20:16:56.152Z | Checking term v1.1.0 |
| 2239 | 2025-11-11T20:16:56.213Z | Checking take_mut v0.2.2 |
| 2240 | 2025-11-11T20:16:56.425Z | Checking slog-async v2.8.0 |
| 2241 | 2025-11-11T20:16:56.617Z | Compiling async-stream-impl v0.3.6 |
| 2242 | 2025-11-11T20:16:56.669Z | Checking slog-term v2.9.2 |
| 2243 | 2025-11-11T20:16:56.783Z | Compiling dropshot v0.16.4 |
| 2244 | 2025-11-11T20:16:56.912Z | Compiling dropshot_endpoint v0.16.4 |
| 2245 | 2025-11-11T20:16:57.255Z | Checking match_cfg v0.1.0 |
| 2246 | 2025-11-11T20:16:57.335Z | Checking debug-ignore v1.0.5 |
| 2247 | 2025-11-11T20:16:57.420Z | Compiling typify-impl v0.4.3 |
| 2248 | 2025-11-11T20:16:57.559Z | Checking hostname v0.3.1 |
| 2249 | 2025-11-11T20:16:57.773Z | Compiling newtype-uuid-macros v0.1.0 |
| 2250 | 2025-11-11T20:16:57.898Z | Compiling structmeta v0.3.0 |
| 2251 | 2025-11-11T20:16:57.954Z | Checking toml_parser v1.0.2 |
| 2252 | 2025-11-11T20:16:58.340Z | Compiling derive-ex v0.1.8 |
| 2253 | 2025-11-11T20:16:58.733Z | Checking serde_spanned v1.0.0 |
| 2254 | 2025-11-11T20:16:59.007Z | Checking toml_datetime v0.7.0 |
| 2255 | 2025-11-11T20:16:59.178Z | Checking serde_path_to_error v0.1.17 |
| 2256 | 2025-11-11T20:16:59.421Z | Checking toml_writer v1.0.2 |
| 2257 | 2025-11-11T20:16:59.832Z | Checking toml v0.9.5 |
| 2258 | 2025-11-11T20:16:59.887Z | Checking progenitor-client v0.10.0 |
| 2259 | 2025-11-11T20:17:00.358Z | Checking slog-json v2.6.1 |
| 2260 | 2025-11-11T20:17:00.704Z | Checking slog-bunyan v2.5.0 |
| 2261 | 2025-11-11T20:17:00.757Z | Checking async-stream v0.3.6 |
| 2262 | 2025-11-11T20:17:01.010Z | Checking rustls-pemfile v2.2.0 |
| 2263 | 2025-11-11T20:17:01.059Z | Checking waitgroup v0.1.2 |
| 2264 | 2025-11-11T20:17:01.166Z | Checking hostname v0.4.0 |
| 2265 | 2025-11-11T20:17:01.269Z | Compiling derive-where v1.5.0 |
| 2266 | 2025-11-11T20:17:01.328Z | Compiling parse-display-derive v0.10.0 |
| 2267 | 2025-11-11T20:17:01.381Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2268 | 2025-11-11T20:17:01.435Z | Checking macaddr v1.0.1 |
| 2269 | 2025-11-11T20:17:01.521Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2270 | 2025-11-11T20:17:01.824Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2271 | 2025-11-11T20:17:02.168Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2272 | 2025-11-11T20:17:02.309Z | Checking instant v0.1.13 |
| 2273 | 2025-11-11T20:17:02.393Z | Checking progenitor-client v0.11.2 |
| 2274 | 2025-11-11T20:17:02.452Z | Compiling test-strategy v0.4.3 |
| 2275 | 2025-11-11T20:17:02.509Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2276 | 2025-11-11T20:17:02.669Z | Checking backoff v0.4.0 |
| 2277 | 2025-11-11T20:17:02.733Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2278 | 2025-11-11T20:17:02.836Z | Checking tokio-rustls v0.25.0 |
| 2279 | 2025-11-11T20:17:02.893Z | Checking unicode-width v0.1.14 |
| 2280 | 2025-11-11T20:17:02.997Z | Checking toml v0.8.23 |
| 2281 | 2025-11-11T20:17:03.436Z | Checking camino-tempfile v1.4.1 |
| 2282 | 2025-11-11T20:17:03.784Z | Checking itertools v0.14.0 |
| 2283 | 2025-11-11T20:17:03.834Z | Checking crossbeam-deque v0.8.5 |
| 2284 | 2025-11-11T20:17:03.881Z | Compiling rayon-core v1.12.1 |
| 2285 | 2025-11-11T20:17:04.195Z | Checking unicode-width v0.2.0 |
| 2286 | 2025-11-11T20:17:04.319Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2287 | 2025-11-11T20:17:04.777Z | Compiling proc-macro-error v1.0.4 |
| 2288 | 2025-11-11T20:17:04.836Z | Compiling crucible-workspace-hack v0.1.0 |
| 2289 | 2025-11-11T20:17:04.996Z | Checking parse-display v0.10.0 |
| 2290 | 2025-11-11T20:17:05.170Z | Checking rayon v1.10.0 |
| 2291 | 2025-11-11T20:17:05.304Z | Compiling darling_core v0.21.0 |
| 2292 | 2025-11-11T20:17:05.461Z | Compiling proc-macro-crate v1.3.1 |
| 2293 | 2025-11-11T20:17:05.528Z | Checking glob v0.3.2 |
| 2294 | 2025-11-11T20:17:05.992Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2295 | 2025-11-11T20:17:06.146Z | Compiling heapless v0.8.0 |
| 2296 | 2025-11-11T20:17:06.418Z | Compiling num_enum_derive v0.5.11 |
| 2297 | 2025-11-11T20:17:06.752Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2298 | 2025-11-11T20:17:07.190Z | Checking hash32 v0.3.1 |
| 2299 | 2025-11-11T20:17:07.308Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2300 | 2025-11-11T20:17:07.418Z | Compiling smoltcp v0.11.0 |
| 2301 | 2025-11-11T20:17:07.768Z | Checking tabwriter v1.4.0 |
| 2302 | 2025-11-11T20:17:08.086Z | Compiling foreign-types-macros v0.2.3 |
| 2303 | 2025-11-11T20:17:08.221Z | Checking foreign-types-shared v0.3.1 |
| 2304 | 2025-11-11T20:17:08.373Z | Checking cobs v0.2.3 |
| 2305 | 2025-11-11T20:17:08.595Z | Compiling typify-macro v0.4.3 |
| 2306 | 2025-11-11T20:17:08.650Z | Checking postcard v1.0.10 |
| 2307 | 2025-11-11T20:17:08.654Z | Checking num_enum v0.5.11 |
| 2308 | 2025-11-11T20:17:08.866Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2309 | 2025-11-11T20:17:08.971Z | Checking sigpipe v0.1.3 |
| 2310 | 2025-11-11T20:17:09.030Z | Checking cstr-argument v0.1.2 |
| 2311 | 2025-11-11T20:17:09.156Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2312 | 2025-11-11T20:17:09.247Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2313 | 2025-11-11T20:17:09.332Z | Checking foreign-types v0.5.0 |
| 2314 | 2025-11-11T20:17:09.413Z | Checking pretty-hex v0.2.1 |
| 2315 | 2025-11-11T20:17:09.417Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2316 | 2025-11-11T20:17:09.528Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2317 | 2025-11-11T20:17:09.718Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2318 | 2025-11-11T20:17:09.797Z | Checking colored v2.2.0 |
| 2319 | 2025-11-11T20:17:09.905Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2320 | 2025-11-11T20:17:09.956Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2321 | 2025-11-11T20:17:10.054Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2322 | 2025-11-11T20:17:10.057Z | Compiling zone_cfg_derive v0.3.0 |
| 2323 | 2025-11-11T20:17:10.287Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 2324 | 2025-11-11T20:17:10.338Z | Checking smf v0.2.3 |
| 2325 | 2025-11-11T20:17:10.647Z | Compiling num-derive v0.4.2 |
| 2326 | 2025-11-11T20:17:10.839Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2327 | 2025-11-11T20:17:10.896Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 2328 | 2025-11-11T20:17:11.076Z | Compiling darling_macro v0.21.0 |
| 2329 | 2025-11-11T20:17:11.163Z | Compiling convert_case v0.4.0 |
| 2330 | 2025-11-11T20:17:11.217Z | Checking indent_write v2.2.0 |
| 2331 | 2025-11-11T20:17:11.352Z | Checking secrecy v0.10.3 |
| 2332 | 2025-11-11T20:17:11.487Z | Checking zone v0.3.1 |
| 2333 | 2025-11-11T20:17:11.491Z | Checking num-rational v0.4.2 |
| 2334 | 2025-11-11T20:17:11.599Z | Checking num-complex v0.4.6 |
| 2335 | 2025-11-11T20:17:11.926Z | Compiling derive_more v0.99.20 |
| 2336 | 2025-11-11T20:17:11.984Z | Compiling darling v0.21.0 |
| 2337 | 2025-11-11T20:17:12.177Z | Compiling ingot-macros v0.1.1 |
| 2338 | 2025-11-11T20:17:12.237Z | Checking float-ord v0.3.2 |
| 2339 | 2025-11-11T20:17:12.290Z | Checking swrite v0.1.0 |
| 2340 | 2025-11-11T20:17:12.290Z | Checking prettyplease v0.2.36 |
| 2341 | 2025-11-11T20:17:12.414Z | Checking num v0.4.3 |
| 2342 | 2025-11-11T20:17:12.470Z | Compiling typify v0.4.3 |
| 2343 | 2025-11-11T20:17:12.686Z | Checking progenitor-impl v0.11.2 |
| 2344 | 2025-11-11T20:17:12.795Z | Compiling progenitor-impl v0.10.0 |
| 2345 | 2025-11-11T20:17:13.451Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408) |
| 2346 | 2025-11-11T20:17:17.261Z | Checking tokio-dtrace v0.1.0 |
| 2347 | 2025-11-11T20:17:17.430Z | Checking password-hash v0.5.0 |
| 2348 | 2025-11-11T20:17:17.623Z | Checking blake2 v0.10.6 |
| 2349 | 2025-11-11T20:17:18.522Z | Checking base64 v0.21.7 |
| 2350 | 2025-11-11T20:17:18.815Z | Checking ingot-types v0.1.2 |
| 2351 | 2025-11-11T20:17:19.048Z | Checking argon2 v0.5.3 |
| 2352 | 2025-11-11T20:17:19.170Z | Compiling progenitor-macro v0.10.0 |
| 2353 | 2025-11-11T20:17:19.254Z | Compiling progenitor-macro v0.11.2 |
| 2354 | 2025-11-11T20:17:19.408Z | Checking oxide-tokio-rt v0.1.2 |
| 2355 | 2025-11-11T20:17:19.632Z | Checking ingot v0.1.1 |
| 2356 | 2025-11-11T20:17:22.128Z | Checking console v0.15.10 |
| 2357 | 2025-11-11T20:17:22.331Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2358 | 2025-11-11T20:17:22.733Z | Checking atomicwrites v0.4.4 |
| 2359 | 2025-11-11T20:17:22.736Z | Checking fixedbitset v0.5.7 |
| 2360 | 2025-11-11T20:17:22.816Z | Checking bytecount v0.6.8 |
| 2361 | 2025-11-11T20:17:23.011Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2362 | 2025-11-11T20:17:23.065Z | Checking newline-converter v0.3.0 |
| 2363 | 2025-11-11T20:17:23.069Z | Compiling owo-colors v4.2.2 |
| 2364 | 2025-11-11T20:17:23.161Z | Checking petgraph v0.8.2 |
| 2365 | 2025-11-11T20:17:23.290Z | Checking expectorate v1.2.0 |
| 2366 | 2025-11-11T20:17:23.561Z | Compiling cancel-safe-futures v0.1.5 |
| 2367 | 2025-11-11T20:17:23.938Z | Checking libsw-core v0.3.1 |
| 2368 | 2025-11-11T20:17:24.064Z | Checking same-file v1.0.6 |
| 2369 | 2025-11-11T20:17:24.253Z | Checking libsw v3.5.0 |
| 2370 | 2025-11-11T20:17:24.333Z | Checking walkdir v2.5.0 |
| 2371 | 2025-11-11T20:17:24.699Z | Checking linear-map v1.2.0 |
| 2372 | 2025-11-11T20:17:25.080Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2373 | 2025-11-11T20:17:25.083Z | Checking gethostname v0.5.0 |
| 2374 | 2025-11-11T20:17:25.287Z | Checking utf-8 v0.7.6 |
| 2375 | 2025-11-11T20:17:25.525Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2376 | 2025-11-11T20:17:25.576Z | Checking smawk v0.3.2 |
| 2377 | 2025-11-11T20:17:25.579Z | Checking unicode-linebreak v0.1.5 |
| 2378 | 2025-11-11T20:17:25.835Z | Checking resolv-conf v0.7.0 |
| 2379 | 2025-11-11T20:17:25.900Z | Compiling convert_case v0.7.1 |
| 2380 | 2025-11-11T20:17:26.119Z | Compiling slog-dtrace v0.3.0 |
| 2381 | 2025-11-11T20:17:26.252Z | Checking globset v0.4.15 |
| 2382 | 2025-11-11T20:17:26.420Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2383 | 2025-11-11T20:17:26.705Z | Compiling derive_more-impl v2.0.1 |
| 2384 | 2025-11-11T20:17:26.820Z | Compiling async-recursion v1.1.1 |
| 2385 | 2025-11-11T20:17:27.097Z | Compiling vte_generate_state_changes v0.1.2 |
| 2386 | 2025-11-11T20:17:27.306Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2387 | 2025-11-11T20:17:27.729Z | Checking tungstenite v0.21.0 |
| 2388 | 2025-11-11T20:17:27.786Z | Checking vte v0.11.1 |
| 2389 | 2025-11-11T20:17:27.898Z | Checking fd-lock v4.0.2 |
| 2390 | 2025-11-11T20:17:28.175Z | Checking display-error-chain v0.2.2 |
| 2391 | 2025-11-11T20:17:28.316Z | Compiling pin-project-internal v1.1.6 |
| 2392 | 2025-11-11T20:17:28.440Z | Checking nu-ansi-term v0.50.1 |
| 2393 | 2025-11-11T20:17:28.525Z | Checking derive_more v2.0.1 |
| 2394 | 2025-11-11T20:17:28.672Z | Checking tokio-tungstenite v0.21.0 |
| 2395 | 2025-11-11T20:17:28.731Z | Checking crossterm v0.29.0 |
| 2396 | 2025-11-11T20:17:28.869Z | Checking linked-hash-map v0.5.6 |
| 2397 | 2025-11-11T20:17:29.136Z | Checking strip-ansi-escapes v0.2.0 |
| 2398 | 2025-11-11T20:17:29.226Z | Checking termtree v0.5.1 |
| 2399 | 2025-11-11T20:17:29.284Z | Checking lru-cache v0.1.2 |
| 2400 | 2025-11-11T20:17:29.401Z | Checking reedline v0.40.0 |
| 2401 | 2025-11-11T20:17:29.537Z | Checking textwrap v0.16.2 |
| 2402 | 2025-11-11T20:17:29.596Z | Checking hickory-proto v0.24.4 |
| 2403 | 2025-11-11T20:17:29.741Z | Checking pem v3.0.5 |
| 2404 | 2025-11-11T20:17:29.999Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2405 | 2025-11-11T20:17:30.076Z | Checking nibble_vec v0.1.0 |
| 2406 | 2025-11-11T20:17:30.079Z | Compiling snafu-derive v0.8.5 |
| 2407 | 2025-11-11T20:17:30.343Z | Checking endian-type v0.1.2 |
| 2408 | 2025-11-11T20:17:30.613Z | Checking radix_trie v0.2.1 |
| 2409 | 2025-11-11T20:17:30.943Z | Checking pin-project v1.1.6 |
| 2410 | 2025-11-11T20:17:31.051Z | Checking olpc-cjson v0.1.4 |
| 2411 | 2025-11-11T20:17:31.137Z | Checking serde_plain v1.0.2 |
| 2412 | 2025-11-11T20:17:31.195Z | Checking humantime v2.2.0 |
| 2413 | 2025-11-11T20:17:31.327Z | Checking typed-path v0.9.3 |
| 2414 | 2025-11-11T20:17:31.438Z | Compiling cfg_aliases v0.1.1 |
| 2415 | 2025-11-11T20:17:31.584Z | Checking papergrid v0.11.0 |
| 2416 | 2025-11-11T20:17:31.643Z | Compiling nix v0.28.0 |
| 2417 | 2025-11-11T20:17:31.696Z | Checking progenitor v0.10.0 |
| 2418 | 2025-11-11T20:17:31.829Z | Checking progenitor v0.11.2 |
| 2419 | 2025-11-11T20:17:32.055Z | Compiling tabled_derive v0.7.0 |
| 2420 | 2025-11-11T20:17:32.110Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2421 | 2025-11-11T20:17:32.468Z | Checking csv-core v0.1.11 |
| 2422 | 2025-11-11T20:17:32.867Z | Checking home v0.5.9 |
| 2423 | 2025-11-11T20:17:33.018Z | Checking siphasher v1.0.1 |
| 2424 | 2025-11-11T20:17:33.093Z | Checking csv v1.3.1 |
| 2425 | 2025-11-11T20:17:33.225Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2426 | 2025-11-11T20:17:33.355Z | Checking phf_shared v0.12.1 |
| 2427 | 2025-11-11T20:17:33.567Z | Checking hickory-resolver v0.24.4 |
| 2428 | 2025-11-11T20:17:33.678Z | Checking highway v1.3.0 |
| 2429 | 2025-11-11T20:17:33.956Z | Compiling chrono-tz v0.10.4 |
| 2430 | 2025-11-11T20:17:34.144Z | Compiling semver v0.1.20 |
| 2431 | 2025-11-11T20:17:34.203Z | Checking tabled v0.15.0 |
| 2432 | 2025-11-11T20:17:34.308Z | Checking phf v0.12.1 |
| 2433 | 2025-11-11T20:17:34.668Z | Compiling rustc_version v0.1.7 |
| 2434 | 2025-11-11T20:17:34.721Z | Checking snafu v0.8.5 |
| 2435 | 2025-11-11T20:17:34.796Z | Compiling const_format_proc_macros v0.2.34 |
| 2436 | 2025-11-11T20:17:35.143Z | Compiling peg-macros v0.8.5 |
| 2437 | 2025-11-11T20:17:35.240Z | Checking tough v0.20.0 |
| 2438 | 2025-11-11T20:17:35.243Z | Checking qorb v0.4.1 |
| 2439 | 2025-11-11T20:17:36.793Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2440 | 2025-11-11T20:17:36.884Z | Compiling sqlparser_derive v0.2.2 |
| 2441 | 2025-11-11T20:17:37.021Z | Checking unicode_categories v0.1.1 |
| 2442 | 2025-11-11T20:17:37.364Z | Checking sqlformat v0.3.5 |
| 2443 | 2025-11-11T20:17:37.440Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2444 | 2025-11-11T20:17:37.983Z | Checking sqlparser v0.45.0 |
| 2445 | 2025-11-11T20:17:38.055Z | Checking rustyline v14.0.0 |
| 2446 | 2025-11-11T20:17:38.278Z | Checking const_format v0.2.34 |
| 2447 | 2025-11-11T20:17:38.409Z | Checking peg v0.8.5 |
| 2448 | 2025-11-11T20:17:38.582Z | Compiling newtype_derive v0.1.6 |
| 2449 | 2025-11-11T20:17:38.977Z | Checking bcs v0.1.6 |
| 2450 | 2025-11-11T20:17:39.659Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2451 | 2025-11-11T20:17:39.823Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2452 | 2025-11-11T20:17:39.881Z | Checking steno v0.4.1 |
| 2453 | 2025-11-11T20:17:39.884Z | Checking xattr v1.3.1 |
| 2454 | 2025-11-11T20:17:40.023Z | Checking filetime v0.2.26 |
| 2455 | 2025-11-11T20:17:40.213Z | Checking arc-swap v1.7.1 |
| 2456 | 2025-11-11T20:17:40.288Z | Checking tar v0.4.44 |
| 2457 | 2025-11-11T20:17:40.681Z | Checking slog-scope v4.4.0 |
| 2458 | 2025-11-11T20:17:40.760Z | Checking half v2.4.1 |
| 2459 | 2025-11-11T20:17:40.964Z | Checking slog-stdlog v4.1.1 |
| 2460 | 2025-11-11T20:17:41.136Z | Checking ciborium-io v0.2.2 |
| 2461 | 2025-11-11T20:17:41.214Z | Checking slog-envlogger v2.2.0 |
| 2462 | 2025-11-11T20:17:41.324Z | Checking ciborium-ll v0.2.2 |
| 2463 | 2025-11-11T20:17:41.511Z | Compiling typify-impl v0.2.0 |
| 2464 | 2025-11-11T20:17:41.578Z | Checking subprocess v0.2.9 |
| 2465 | 2025-11-11T20:17:41.683Z | Checking ciborium v0.2.2 |
| 2466 | 2025-11-11T20:17:42.020Z | Checking headers-core v0.3.0 |
| 2467 | 2025-11-11T20:17:42.153Z | Checking universal-hash v0.5.1 |
| 2468 | 2025-11-11T20:17:42.244Z | Checking opaque-debug v0.3.1 |
| 2469 | 2025-11-11T20:17:42.396Z | Checking headers v0.4.1 |
| 2470 | 2025-11-11T20:17:42.748Z | Compiling lzma-sys v0.1.20 |
| 2471 | 2025-11-11T20:17:43.470Z | Checking progenitor-client v0.8.0 |
| 2472 | 2025-11-11T20:17:43.643Z | Checking aead v0.5.2 |
| 2473 | 2025-11-11T20:17:43.900Z | Compiling heck v0.3.3 |
| 2474 | 2025-11-11T20:17:44.184Z | Checking poly1305 v0.8.0 |
| 2475 | 2025-11-11T20:17:44.294Z | Compiling zone_cfg_derive v0.1.2 |
| 2476 | 2025-11-11T20:17:44.767Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2477 | 2025-11-11T20:17:45.020Z | Checking yasna v0.5.2 |
| 2478 | 2025-11-11T20:17:45.128Z | Checking chacha20 v0.9.1 |
| 2479 | 2025-11-11T20:17:45.554Z | Checking base64 v0.13.1 |
| 2480 | 2025-11-11T20:17:45.727Z | Checking number_prefix v0.4.0 |
| 2481 | 2025-11-11T20:17:45.905Z | Checking rcgen v0.12.1 |
| 2482 | 2025-11-11T20:17:46.002Z | Checking indicatif v0.17.11 |
| 2483 | 2025-11-11T20:17:46.058Z | Checking ron v0.7.1 |
| 2484 | 2025-11-11T20:17:46.484Z | Checking zone v0.1.8 |
| 2485 | 2025-11-11T20:17:46.590Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2486 | 2025-11-11T20:17:46.797Z | Checking xz2 v0.1.7 |
| 2487 | 2025-11-11T20:17:47.123Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2488 | 2025-11-11T20:17:47.167Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2489 | 2025-11-11T20:17:47.171Z | Checking chacha20poly1305 v0.10.1 |
| 2490 | 2025-11-11T20:17:47.270Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408) |
| 2491 | 2025-11-11T20:17:47.421Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 2492 | 2025-11-11T20:17:47.691Z | Checking dropshot-api-manager-types v0.2.3 |
| 2493 | 2025-11-11T20:17:47.940Z | Compiling moka v0.12.10 |
| 2494 | 2025-11-11T20:17:47.944Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 2495 | 2025-11-11T20:17:48.045Z | Checking tagptr v0.2.0 |
| 2496 | 2025-11-11T20:17:48.369Z | Compiling nix v0.30.1 |
| 2497 | 2025-11-11T20:17:49.339Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2498 | 2025-11-11T20:17:49.791Z | Checking thiserror-no-std v2.0.2 |
| 2499 | 2025-11-11T20:17:49.910Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2500 | 2025-11-11T20:17:49.989Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2501 | 2025-11-11T20:17:50.559Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2502 | 2025-11-11T20:17:50.616Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2503 | 2025-11-11T20:17:51.014Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2504 | 2025-11-11T20:17:52.211Z | Checking vsss-rs v3.3.4 |
| 2505 | 2025-11-11T20:17:52.330Z | Compiling typify-macro v0.2.0 |
| 2506 | 2025-11-11T20:17:52.883Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 2507 | 2025-11-11T20:17:53.643Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2508 | 2025-11-11T20:17:53.804Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2509 | 2025-11-11T20:17:54.476Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2510 | 2025-11-11T20:17:54.745Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2511 | 2025-11-11T20:17:55.367Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2512 | 2025-11-11T20:17:56.625Z | Compiling typify v0.2.0 |
| 2513 | 2025-11-11T20:17:56.870Z | Compiling progenitor-impl v0.8.0 |
| 2514 | 2025-11-11T20:17:57.327Z | Checking hickory-resolver v0.25.2 |
| 2515 | 2025-11-11T20:17:58.014Z | Compiling libefi-sys v0.1.0 |
| 2516 | 2025-11-11T20:17:58.484Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2517 | 2025-11-11T20:17:58.731Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2518 | 2025-11-11T20:17:58.874Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2519 | 2025-11-11T20:17:58.940Z | Compiling bitfield-struct v0.6.2 |
| 2520 | 2025-11-11T20:17:59.143Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2521 | 2025-11-11T20:17:59.201Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2522 | 2025-11-11T20:17:59.414Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2523 | 2025-11-11T20:17:59.469Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2524 | 2025-11-11T20:17:59.768Z | Compiling xshell-macros v0.2.7 |
| 2525 | 2025-11-11T20:17:59.818Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2526 | 2025-11-11T20:17:59.873Z | Compiling radium v0.7.0 |
| 2527 | 2025-11-11T20:17:59.928Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2528 | 2025-11-11T20:18:00.277Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2529 | 2025-11-11T20:18:00.491Z | Checking memmap2 v0.9.8 |
| 2530 | 2025-11-11T20:18:00.546Z | Checking xshell v0.2.7 |
| 2531 | 2025-11-11T20:18:00.550Z | Compiling maybe-uninit v2.0.0 |
| 2532 | 2025-11-11T20:18:00.748Z | Checking tap v1.0.1 |
| 2533 | 2025-11-11T20:18:00.870Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2534 | 2025-11-11T20:18:00.951Z | Compiling zerocopy-derive v0.6.6 |
| 2535 | 2025-11-11T20:18:01.002Z | Checking wyz v0.5.1 |
| 2536 | 2025-11-11T20:18:01.252Z | Compiling packed_struct v0.10.1 |
| 2537 | 2025-11-11T20:18:01.307Z | Checking crc-catalog v2.4.0 |
| 2538 | 2025-11-11T20:18:01.360Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2539 | 2025-11-11T20:18:01.421Z | Checking funty v2.0.0 |
| 2540 | 2025-11-11T20:18:01.524Z | Checking crc v3.2.1 |
| 2541 | 2025-11-11T20:18:02.001Z | Compiling packed_struct_codegen v0.10.1 |
| 2542 | 2025-11-11T20:18:02.055Z | Compiling bitfield-macros v0.19.2 |
| 2543 | 2025-11-11T20:18:02.322Z | Checking bitvec v1.0.1 |
| 2544 | 2025-11-11T20:18:02.856Z | Checking zerocopy v0.6.6 |
| 2545 | 2025-11-11T20:18:03.151Z | Compiling progenitor-macro v0.8.0 |
| 2546 | 2025-11-11T20:18:03.200Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2547 | 2025-11-11T20:18:03.375Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2548 | 2025-11-11T20:18:03.524Z | Compiling indexmap v1.9.3 |
| 2549 | 2025-11-11T20:18:03.576Z | Checking nodrop v0.1.14 |
| 2550 | 2025-11-11T20:18:03.787Z | Checking array-init v0.0.4 |
| 2551 | 2025-11-11T20:18:03.984Z | Checking bitfield v0.19.2 |
| 2552 | 2025-11-11T20:18:04.381Z | Checking smallvec v0.6.14 |
| 2553 | 2025-11-11T20:18:04.565Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2554 | 2025-11-11T20:18:04.624Z | Checking hashbrown v0.12.3 |
| 2555 | 2025-11-11T20:18:04.762Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2556 | 2025-11-11T20:18:04.817Z | Checking serde-hex v0.1.0 |
| 2557 | 2025-11-11T20:18:05.107Z | Checking ron v0.8.1 |
| 2558 | 2025-11-11T20:18:05.315Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2559 | 2025-11-11T20:18:05.395Z | Compiling proc-macro-error2 v2.0.1 |
| 2560 | 2025-11-11T20:18:06.036Z | Checking hashbrown v0.13.2 |
| 2561 | 2025-11-11T20:18:06.333Z | Checking crc-any v2.5.0 |
| 2562 | 2025-11-11T20:18:06.389Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2563 | 2025-11-11T20:18:06.743Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2564 | 2025-11-11T20:18:06.795Z | Checking path-slash v0.1.5 |
| 2565 | 2025-11-11T20:18:06.988Z | Checking object v0.30.4 |
| 2566 | 2025-11-11T20:18:08.382Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2567 | 2025-11-11T20:18:08.497Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2568 | 2025-11-11T20:18:08.960Z | Compiling num-derive v0.3.3 |
| 2569 | 2025-11-11T20:18:10.376Z | Checking maplit v1.0.2 |
| 2570 | 2025-11-11T20:18:10.563Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2571 | 2025-11-11T20:18:11.175Z | Checking libscf-sys v1.1.0 |
| 2572 | 2025-11-11T20:18:12.628Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2573 | 2025-11-11T20:18:12.676Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2574 | 2025-11-11T20:18:13.129Z | Compiling tabled_derive v0.11.0 |
| 2575 | 2025-11-11T20:18:13.238Z | Checking papergrid v0.17.0 |
| 2576 | 2025-11-11T20:18:13.689Z | Checking testing_table v0.3.0 |
| 2577 | 2025-11-11T20:18:13.750Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2578 | 2025-11-11T20:18:13.896Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2579 | 2025-11-11T20:18:13.994Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2580 | 2025-11-11T20:18:14.984Z | Compiling usdt-attr-macro v0.6.0 |
| 2581 | 2025-11-11T20:18:15.704Z | Compiling usdt-macro v0.6.0 |
| 2582 | 2025-11-11T20:18:15.802Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2583 | 2025-11-11T20:18:15.864Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2584 | 2025-11-11T20:18:16.041Z | Checking progenitor v0.8.0 |
| 2585 | 2025-11-11T20:18:16.099Z | Checking tabled v0.20.0 |
| 2586 | 2025-11-11T20:18:16.286Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2587 | 2025-11-11T20:18:16.338Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2588 | 2025-11-11T20:18:16.609Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2589 | 2025-11-11T20:18:17.159Z | Checking usdt v0.6.0 |
| 2590 | 2025-11-11T20:18:17.527Z | Checking crc8 v0.1.1 |
| 2591 | 2025-11-11T20:18:17.566Z | Checking fxhash v0.2.1 |
| 2592 | 2025-11-11T20:18:17.718Z | Checking unicase v2.8.1 |
| 2593 | 2025-11-11T20:18:17.823Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2594 | 2025-11-11T20:18:18.066Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2595 | 2025-11-11T20:18:18.199Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2596 | 2025-11-11T20:18:18.441Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2597 | 2025-11-11T20:18:18.763Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2598 | 2025-11-11T20:18:18.947Z | Checking half v1.8.3 |
| 2599 | 2025-11-11T20:18:19.052Z | Checking kstat-rs v0.2.4 |
| 2600 | 2025-11-11T20:18:19.294Z | Checking scheduled-thread-pool v0.2.7 |
| 2601 | 2025-11-11T20:18:19.378Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2602 | 2025-11-11T20:18:19.504Z | Checking serde_cbor v0.11.2 |
| 2603 | 2025-11-11T20:18:19.558Z | Compiling dsl_auto_type v0.1.2 |
| 2604 | 2025-11-11T20:18:19.611Z | Compiling vergen-gitcl v1.0.8 |
| 2605 | 2025-11-11T20:18:19.941Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2606 | 2025-11-11T20:18:19.993Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2607 | 2025-11-11T20:18:20.341Z | Checking r2d2 v0.8.10 |
| 2608 | 2025-11-11T20:18:20.425Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2609 | 2025-11-11T20:18:20.478Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2610 | 2025-11-11T20:18:20.527Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2611 | 2025-11-11T20:18:20.715Z | Compiling dirs-sys-next v0.1.2 |
| 2612 | 2025-11-11T20:18:20.941Z | Compiling diesel_derives v2.2.3 |
| 2613 | 2025-11-11T20:18:21.100Z | Compiling crunchy v0.2.2 |
| 2614 | 2025-11-11T20:18:21.280Z | Compiling parking_lot_core v0.8.6 |
| 2615 | 2025-11-11T20:18:21.728Z | Compiling dirs-next v2.0.0 |
| 2616 | 2025-11-11T20:18:21.892Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2617 | 2025-11-11T20:18:21.947Z | Compiling tiny-keccak v2.0.2 |
| 2618 | 2025-11-11T20:18:22.002Z | Compiling term v0.7.0 |
| 2619 | 2025-11-11T20:18:22.006Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2620 | 2025-11-11T20:18:22.481Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2621 | 2025-11-11T20:18:22.575Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2622 | 2025-11-11T20:18:22.630Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2623 | 2025-11-11T20:18:22.851Z | Checking nanorand v0.7.0 |
| 2624 | 2025-11-11T20:18:22.941Z | Compiling bit-vec v0.6.3 |
| 2625 | 2025-11-11T20:18:23.284Z | Checking flume v0.11.1 |
| 2626 | 2025-11-11T20:18:23.339Z | Compiling ascii-canvas v3.0.0 |
| 2627 | 2025-11-11T20:18:23.383Z | Compiling bit-set v0.5.3 |
| 2628 | 2025-11-11T20:18:23.440Z | Checking parking_lot v0.11.2 |
| 2629 | 2025-11-11T20:18:23.716Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2630 | 2025-11-11T20:18:23.844Z | Checking prefix-trie v0.7.0 |
| 2631 | 2025-11-11T20:18:23.900Z | Compiling ena v0.14.3 |
| 2632 | 2025-11-11T20:18:23.904Z | Compiling bindgen v0.71.1 |
| 2633 | 2025-11-11T20:18:23.939Z | Compiling regex-syntax v0.6.29 |
| 2634 | 2025-11-11T20:18:24.312Z | Compiling diff v0.1.13 |
| 2635 | 2025-11-11T20:18:24.585Z | Checking hickory-server v0.25.2 |
| 2636 | 2025-11-11T20:18:24.878Z | Checking sled v0.34.7 |
| 2637 | 2025-11-11T20:18:24.935Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2638 | 2025-11-11T20:18:25.062Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2639 | 2025-11-11T20:18:26.518Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2640 | 2025-11-11T20:18:27.095Z | Checking hickory-client v0.25.2 |
| 2641 | 2025-11-11T20:18:27.348Z | Compiling lalrpop v0.19.12 |
| 2642 | 2025-11-11T20:18:27.657Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2643 | 2025-11-11T20:18:28.055Z | Compiling libxml v0.3.3 |
| 2644 | 2025-11-11T20:18:28.638Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2645 | 2025-11-11T20:18:28.718Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2646 | 2025-11-11T20:18:29.142Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2647 | 2025-11-11T20:18:30.347Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2648 | 2025-11-11T20:18:30.538Z | Checking primeorder v0.13.6 |
| 2649 | 2025-11-11T20:18:30.995Z | Compiling strum_macros v0.24.3 |
| 2650 | 2025-11-11T20:18:31.060Z | Compiling fs-err v2.11.0 |
| 2651 | 2025-11-11T20:18:31.387Z | Checking diesel v2.2.12 |
| 2652 | 2025-11-11T20:18:31.439Z | Compiling salty v0.3.0 |
| 2653 | 2025-11-11T20:18:31.893Z | Compiling indoc v1.0.9 |
| 2654 | 2025-11-11T20:18:32.832Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2655 | 2025-11-11T20:18:33.234Z | Checking quick-xml v0.37.2 |
| 2656 | 2025-11-11T20:18:33.836Z | Checking derive_builder v0.20.2 |
| 2657 | 2025-11-11T20:18:34.082Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2658 | 2025-11-11T20:18:34.160Z | Compiling oso-derive v0.27.3 |
| 2659 | 2025-11-11T20:18:35.223Z | Compiling trait-variant v0.1.2 |
| 2660 | 2025-11-11T20:18:35.691Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2661 | 2025-11-11T20:18:36.036Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2662 | 2025-11-11T20:18:36.359Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2663 | 2025-11-11T20:18:36.475Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2664 | 2025-11-11T20:18:37.722Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2665 | 2025-11-11T20:18:38.054Z | Checking parse-size v1.1.0 |
| 2666 | 2025-11-11T20:18:38.314Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2667 | 2025-11-11T20:18:39.176Z | Checking p384 v0.13.1 |
| 2668 | 2025-11-11T20:18:39.927Z | Checking predicates-tree v1.0.12 |
| 2669 | 2025-11-11T20:18:40.140Z | Compiling diesel-dtrace v0.4.2 |
| 2670 | 2025-11-11T20:18:40.188Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2671 | 2025-11-11T20:18:40.640Z | Compiling mime_guess v2.0.5 |
| 2672 | 2025-11-11T20:18:40.695Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2673 | 2025-11-11T20:18:40.804Z | Checking bb8 v0.8.5 |
| 2674 | 2025-11-11T20:18:40.808Z | Checking assert_matches v1.5.0 |
| 2675 | 2025-11-11T20:18:41.021Z | Checking http-range v0.1.5 |
| 2676 | 2025-11-11T20:18:41.167Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2677 | 2025-11-11T20:18:41.299Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2678 | 2025-11-11T20:18:41.351Z | Checking signal-hook-tokio v0.3.1 |
| 2679 | 2025-11-11T20:18:41.606Z | Checking atty v0.2.14 |
| 2680 | 2025-11-11T20:18:41.759Z | Checking attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 2681 | 2025-11-11T20:18:41.811Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408) |
| 2682 | 2025-11-11T20:18:42.443Z | Checking ignore v0.4.23 |
| 2683 | 2025-11-11T20:18:42.754Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa) |
| 2684 | 2025-11-11T20:18:43.007Z | Checking corncobs v0.1.4 |
| 2685 | 2025-11-11T20:18:43.259Z | Checking hyper-staticfile v0.10.1 |
| 2686 | 2025-11-11T20:18:43.313Z | Checking dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 2687 | 2025-11-11T20:18:43.367Z | Checking globwalk v0.9.1 |
| 2688 | 2025-11-11T20:18:43.744Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 2689 | 2025-11-11T20:18:43.853Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2690 | 2025-11-11T20:18:43.906Z | Checking secrecy v0.8.0 |
| 2691 | 2025-11-11T20:18:44.214Z | Checking camino-tempfile-ext v0.3.2 |
| 2692 | 2025-11-11T20:18:44.485Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2693 | 2025-11-11T20:18:44.713Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2694 | 2025-11-11T20:18:44.881Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2695 | 2025-11-11T20:18:44.968Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2696 | 2025-11-11T20:18:45.547Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2697 | 2025-11-11T20:18:45.667Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2698 | 2025-11-11T20:18:45.967Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2699 | 2025-11-11T20:18:47.098Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2700 | 2025-11-11T20:18:48.577Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2701 | 2025-11-11T20:18:48.927Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2702 | 2025-11-11T20:18:49.280Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2703 | 2025-11-11T20:18:49.412Z | Checking tungstenite v0.23.0 |
| 2704 | 2025-11-11T20:18:50.274Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2705 | 2025-11-11T20:18:50.317Z | Checking tokio-tungstenite v0.23.1 |
| 2706 | 2025-11-11T20:18:50.877Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 2707 | 2025-11-11T20:18:50.936Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2708 | 2025-11-11T20:18:50.997Z | Checking void v1.0.2 |
| 2709 | 2025-11-11T20:18:51.109Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2710 | 2025-11-11T20:18:51.220Z | Checking lzss v0.8.2 |
| 2711 | 2025-11-11T20:18:51.449Z | Checking nix v0.27.1 |
| 2712 | 2025-11-11T20:18:51.629Z | Checking serde_bytes v0.11.19 |
| 2713 | 2025-11-11T20:18:52.036Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2714 | 2025-11-11T20:18:52.157Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2715 | 2025-11-11T20:18:52.741Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557) |
| 2716 | 2025-11-11T20:18:53.464Z | Checking rand_seeder v0.4.0 |
| 2717 | 2025-11-11T20:18:53.787Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2718 | 2025-11-11T20:18:54.569Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2719 | 2025-11-11T20:18:54.717Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2720 | 2025-11-11T20:18:54.922Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2721 | 2025-11-11T20:18:55.048Z | Checking is_ci v1.2.0 |
| 2722 | 2025-11-11T20:18:55.273Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2723 | 2025-11-11T20:18:55.435Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2724 | 2025-11-11T20:18:56.270Z | Checking yansi v1.0.1 |
| 2725 | 2025-11-11T20:18:56.508Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2726 | 2025-11-11T20:18:56.587Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2727 | 2025-11-11T20:18:56.907Z | Checking pretty_assertions v1.4.1 |
| 2728 | 2025-11-11T20:18:57.008Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2729 | 2025-11-11T20:18:57.193Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2730 | 2025-11-11T20:18:57.491Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2731 | 2025-11-11T20:18:58.174Z | Compiling tabled_derive v0.10.0 |
| 2732 | 2025-11-11T20:19:00.051Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2733 | 2025-11-11T20:19:00.107Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2734 | 2025-11-11T20:19:00.320Z | Checking papergrid v0.14.0 |
| 2735 | 2025-11-11T20:19:00.500Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2736 | 2025-11-11T20:19:00.706Z | Checking async-bb8-diesel v0.2.1 |
| 2737 | 2025-11-11T20:19:01.177Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2738 | 2025-11-11T20:19:01.286Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2739 | 2025-11-11T20:19:01.404Z | Compiling indoc v2.0.6 |
| 2740 | 2025-11-11T20:19:01.754Z | Checking tabled v0.18.0 |
| 2741 | 2025-11-11T20:19:01.913Z | Checking typeid v1.0.3 |
| 2742 | 2025-11-11T20:19:02.138Z | Checking castaway v0.2.3 |
| 2743 | 2025-11-11T20:19:02.268Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2744 | 2025-11-11T20:19:02.366Z | Compiling libz-sys v1.1.20 |
| 2745 | 2025-11-11T20:19:02.418Z | Checking compact_str v0.8.0 |
| 2746 | 2025-11-11T20:19:03.260Z | Checking erased-serde v0.4.6 |
| 2747 | 2025-11-11T20:19:04.169Z | Checking supports-color v3.0.2 |
| 2748 | 2025-11-11T20:19:04.346Z | Checking console v0.16.0 |
| 2749 | 2025-11-11T20:19:04.453Z | Checking unicode-truncate v1.1.0 |
| 2750 | 2025-11-11T20:19:04.660Z | Checking concurrent-queue v2.5.0 |
| 2751 | 2025-11-11T20:19:04.771Z | Checking lru v0.12.5 |
| 2752 | 2025-11-11T20:19:04.992Z | Checking ordered-float v2.10.1 |
| 2753 | 2025-11-11T20:19:05.077Z | Compiling instability v0.3.2 |
| 2754 | 2025-11-11T20:19:05.133Z | Checking unit-prefix v0.5.1 |
| 2755 | 2025-11-11T20:19:05.419Z | Checking cassowary v0.3.0 |
| 2756 | 2025-11-11T20:19:05.516Z | Checking parking v2.2.1 |
| 2757 | 2025-11-11T20:19:05.786Z | Checking serde-value v0.7.0 |
| 2758 | 2025-11-11T20:19:05.890Z | Checking indicatif v0.18.0 |
| 2759 | 2025-11-11T20:19:06.125Z | Checking ratatui v0.29.0 |
| 2760 | 2025-11-11T20:19:06.242Z | Checking serde-untagged v0.1.7 |
| 2761 | 2025-11-11T20:19:06.410Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2762 | 2025-11-11T20:19:06.707Z | Checking unicode-xid v0.2.6 |
| 2763 | 2025-11-11T20:19:06.760Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2764 | 2025-11-11T20:19:06.950Z | Checking cargo-util-schemas v0.8.2 |
| 2765 | 2025-11-11T20:19:09.074Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2766 | 2025-11-11T20:19:09.136Z | Checking cargo-platform v0.2.0 |
| 2767 | 2025-11-11T20:19:09.536Z | Checking cargo_metadata v0.21.0 |
| 2768 | 2025-11-11T20:19:09.937Z | Checking event-listener v5.3.1 |
| 2769 | 2025-11-11T20:19:10.417Z | Compiling vergen-git2 v1.0.7 |
| 2770 | 2025-11-11T20:19:10.895Z | Checking event-listener-strategy v0.5.2 |
| 2771 | 2025-11-11T20:19:11.165Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2772 | 2025-11-11T20:19:11.239Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2773 | 2025-11-11T20:19:11.295Z | Checking shell-words v1.1.0 |
| 2774 | 2025-11-11T20:19:11.515Z | Compiling rustls v0.21.12 |
| 2775 | 2025-11-11T20:19:11.570Z | Checking plotters-backend v0.3.7 |
| 2776 | 2025-11-11T20:19:11.764Z | Checking futures-lite v2.3.0 |
| 2777 | 2025-11-11T20:19:11.955Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2778 | 2025-11-11T20:19:12.005Z | Checking plotters-svg v0.3.7 |
| 2779 | 2025-11-11T20:19:12.312Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2780 | 2025-11-11T20:19:12.966Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2781 | 2025-11-11T20:19:13.185Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2782 | 2025-11-11T20:19:13.380Z | Checking sct v0.7.1 |
| 2783 | 2025-11-11T20:19:13.586Z | Checking rustls-webpki v0.101.7 |
| 2784 | 2025-11-11T20:19:13.678Z | Checking cast v0.3.0 |
| 2785 | 2025-11-11T20:19:13.912Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2786 | 2025-11-11T20:19:14.050Z | Checking criterion-plot v0.6.0 |
| 2787 | 2025-11-11T20:19:14.686Z | Checking plotters v0.3.7 |
| 2788 | 2025-11-11T20:19:16.375Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2789 | 2025-11-11T20:19:17.140Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2790 | 2025-11-11T20:19:17.801Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2791 | 2025-11-11T20:19:19.224Z | Checking tinytemplate v1.2.1 |
| 2792 | 2025-11-11T20:19:19.574Z | Checking oorandom v11.1.4 |
| 2793 | 2025-11-11T20:19:19.690Z | Checking anes v0.1.6 |
| 2794 | 2025-11-11T20:19:19.823Z | Checking tokio-rustls v0.24.1 |
| 2795 | 2025-11-11T20:19:20.099Z | Checking criterion v0.7.0 |
| 2796 | 2025-11-11T20:19:20.269Z | Checking async-lock v3.4.0 |
| 2797 | 2025-11-11T20:19:21.186Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2798 | 2025-11-11T20:19:21.609Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408) |
| 2799 | 2025-11-11T20:19:22.878Z | Checking rustls-pemfile v1.0.4 |
| 2800 | 2025-11-11T20:19:23.170Z | Checking twox-hash v2.1.0 |
| 2801 | 2025-11-11T20:19:23.268Z | Checking polling v3.7.3 |
| 2802 | 2025-11-11T20:19:23.770Z | Checking hex-literal v0.4.1 |
| 2803 | 2025-11-11T20:19:23.843Z | Checking async-io v2.3.4 |
| 2804 | 2025-11-11T20:19:24.037Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2805 | 2025-11-11T20:19:24.819Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2806 | 2025-11-11T20:19:25.126Z | Checking fatfs v0.3.6 |
| 2807 | 2025-11-11T20:19:25.851Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2808 | 2025-11-11T20:19:26.187Z | Checking async-task v4.7.1 |
| 2809 | 2025-11-11T20:19:26.586Z | Checking async-channel v2.3.1 |
| 2810 | 2025-11-11T20:19:26.908Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2811 | 2025-11-11T20:19:26.980Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2812 | 2025-11-11T20:19:27.294Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2813 | 2025-11-11T20:19:29.300Z | Checking piper v0.2.4 |
| 2814 | 2025-11-11T20:19:29.613Z | Checking rtoolbox v0.0.2 |
| 2815 | 2025-11-11T20:19:29.852Z | Checking futures-timer v3.0.3 |
| 2816 | 2025-11-11T20:19:30.151Z | Checking rpassword v7.4.0 |
| 2817 | 2025-11-11T20:19:30.244Z | Checking blocking v1.6.1 |
| 2818 | 2025-11-11T20:19:30.372Z | Checking async-executor v1.13.1 |
| 2819 | 2025-11-11T20:19:30.597Z | Checking async-signal v0.2.10 |
| 2820 | 2025-11-11T20:19:30.748Z | Checking tui-tree-widget v0.23.1 |
| 2821 | 2025-11-11T20:19:30.945Z | Checking polyval v0.6.2 |
| 2822 | 2025-11-11T20:19:31.135Z | Compiling petname v2.0.2 |
| 2823 | 2025-11-11T20:19:31.306Z | Checking event-listener v2.5.3 |
| 2824 | 2025-11-11T20:19:31.618Z | Checking async-channel v1.9.0 |
| 2825 | 2025-11-11T20:19:31.948Z | Checking ghash v0.5.1 |
| 2826 | 2025-11-11T20:19:32.208Z | Checking async-process v2.3.0 |
| 2827 | 2025-11-11T20:19:32.496Z | Checking async-global-executor v2.4.1 |
| 2828 | 2025-11-11T20:19:32.643Z | Checking ctr v0.9.2 |
| 2829 | 2025-11-11T20:19:32.869Z | Checking kv-log-macro v1.0.7 |
| 2830 | 2025-11-11T20:19:33.003Z | Compiling async-attributes v1.1.2 |
| 2831 | 2025-11-11T20:19:33.063Z | Checking constant_time_eq v0.3.1 |
| 2832 | 2025-11-11T20:19:33.158Z | Checking arrayref v0.3.9 |
| 2833 | 2025-11-11T20:19:33.273Z | Checking arrayvec v0.7.6 |
| 2834 | 2025-11-11T20:19:33.327Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2835 | 2025-11-11T20:19:33.750Z | Checking aes-gcm v0.10.3 |
| 2836 | 2025-11-11T20:19:33.932Z | Checking async-std v1.13.0 |
| 2837 | 2025-11-11T20:19:34.866Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2838 | 2025-11-11T20:19:35.197Z | Checking ssh-encoding v0.2.0 |
| 2839 | 2025-11-11T20:19:35.576Z | Checking blowfish v0.9.1 |
| 2840 | 2025-11-11T20:19:35.897Z | Checking sync-ptr v0.1.4 |
| 2841 | 2025-11-11T20:19:36.158Z | Checking bcrypt-pbkdf v0.10.0 |
| 2842 | 2025-11-11T20:19:36.504Z | Checking ssh-cipher v0.2.0 |
| 2843 | 2025-11-11T20:19:36.867Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2844 | 2025-11-11T20:19:37.458Z | Checking async-object-pool v0.1.5 |
| 2845 | 2025-11-11T20:19:37.719Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2846 | 2025-11-11T20:19:37.994Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2847 | 2025-11-11T20:19:38.367Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2848 | 2025-11-11T20:19:38.423Z | Checking serde_regex v1.1.0 |
| 2849 | 2025-11-11T20:19:38.751Z | Checking password-hash v0.4.2 |
| 2850 | 2025-11-11T20:19:39.054Z | Checking assert-json-diff v2.0.2 |
| 2851 | 2025-11-11T20:19:39.246Z | Checking path-tree v0.8.1 |
| 2852 | 2025-11-11T20:19:39.415Z | Checking stringmetrics v2.2.2 |
| 2853 | 2025-11-11T20:19:39.692Z | Checking pbkdf2 v0.11.0 |
| 2854 | 2025-11-11T20:19:39.745Z | Checking httpmock v0.8.0-alpha.1 |
| 2855 | 2025-11-11T20:19:39.868Z | Checking ssh-key v0.6.6 |
| 2856 | 2025-11-11T20:19:40.058Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2857 | 2025-11-11T20:19:41.479Z | Checking p521 v0.13.3 |
| 2858 | 2025-11-11T20:19:41.559Z | Checking p256 v0.13.2 |
| 2859 | 2025-11-11T20:19:42.139Z | Checking russh-cryptovec v0.7.3 |
| 2860 | 2025-11-11T20:19:42.431Z | Checking md5 v0.7.0 |
| 2861 | 2025-11-11T20:19:42.799Z | Compiling target-lexicon v0.13.2 |
| 2862 | 2025-11-11T20:19:42.841Z | Checking russh-keys v0.45.0 |
| 2863 | 2025-11-11T20:19:43.983Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2864 | 2025-11-11T20:19:44.235Z | Checking num-bigint v0.4.6 |
| 2865 | 2025-11-11T20:19:44.370Z | Checking des v0.8.1 |
| 2866 | 2025-11-11T20:19:44.692Z | Compiling blake3 v1.5.4 |
| 2867 | 2025-11-11T20:19:44.762Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2868 | 2025-11-11T20:19:45.439Z | Compiling guppy-workspace-hack v0.1.0 |
| 2869 | 2025-11-11T20:19:45.643Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2870 | 2025-11-11T20:19:46.540Z | Checking russh v0.45.0 |
| 2871 | 2025-11-11T20:19:46.678Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2872 | 2025-11-11T20:19:49.825Z | Checking supports-color v2.1.0 |
| 2873 | 2025-11-11T20:19:50.065Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2874 | 2025-11-11T20:19:50.494Z | Checking textwrap v0.15.2 |
| 2875 | 2025-11-11T20:19:50.721Z | Checking supports-unicode v2.1.0 |
| 2876 | 2025-11-11T20:19:50.921Z | Checking supports-hyperlinks v2.1.0 |
| 2877 | 2025-11-11T20:19:50.973Z | Checking hashbrown v0.14.5 |
| 2878 | 2025-11-11T20:19:51.168Z | Checking backtrace-ext v0.2.1 |
| 2879 | 2025-11-11T20:19:51.384Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2880 | 2025-11-11T20:19:51.435Z | Checking terminal_size v0.1.17 |
| 2881 | 2025-11-11T20:19:51.655Z | Compiling miette-derive v5.10.0 |
| 2882 | 2025-11-11T20:19:51.831Z | Checking internet-checksum v0.2.1 |
| 2883 | 2025-11-11T20:19:52.077Z | Checking owo-colors v3.5.0 |
| 2884 | 2025-11-11T20:19:52.119Z | Compiling target-spec v3.5.0 |
| 2885 | 2025-11-11T20:19:52.706Z | Checking chumsky v0.9.3 |
| 2886 | 2025-11-11T20:19:53.231Z | Compiling samael v0.0.19 |
| 2887 | 2025-11-11T20:19:53.601Z | Checking cfg-expr v0.20.1 |
| 2888 | 2025-11-11T20:19:54.242Z | Checking miette v5.10.0 |
| 2889 | 2025-11-11T20:19:55.301Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2890 | 2025-11-11T20:19:55.352Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2891 | 2025-11-11T20:19:55.558Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2892 | 2025-11-11T20:19:56.022Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2893 | 2025-11-11T20:19:56.694Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2894 | 2025-11-11T20:19:56.872Z | Compiling knuffel-derive v3.2.0 |
| 2895 | 2025-11-11T20:19:56.979Z | Checking httptest v0.16.3 |
| 2896 | 2025-11-11T20:19:57.738Z | Checking topological-sort v0.2.2 |
| 2897 | 2025-11-11T20:19:58.002Z | Checking omicron-zone-package v0.12.2 |
| 2898 | 2025-11-11T20:19:58.936Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2899 | 2025-11-11T20:19:59.356Z | Compiling git2 v0.20.2 |
| 2900 | 2025-11-11T20:19:59.434Z | Checking pathdiff v0.2.3 |
| 2901 | 2025-11-11T20:19:59.690Z | Compiling rstest_macros v0.25.0 |
| 2902 | 2025-11-11T20:20:00.027Z | Compiling doc-comment v0.3.3 |
| 2903 | 2025-11-11T20:20:00.266Z | Checking nested v0.1.1 |
| 2904 | 2025-11-11T20:20:00.514Z | Checking knuffel v3.2.0 |
| 2905 | 2025-11-11T20:20:00.568Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2906 | 2025-11-11T20:20:00.662Z | Compiling target-triple v0.1.3 |
| 2907 | 2025-11-11T20:20:01.058Z | Checking guppy v0.17.20 |
| 2908 | 2025-11-11T20:20:01.512Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2909 | 2025-11-11T20:20:01.856Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2910 | 2025-11-11T20:20:03.122Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2911 | 2025-11-11T20:20:03.256Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2912 | 2025-11-11T20:20:03.538Z | Checking similar-asserts v1.7.0 |
| 2913 | 2025-11-11T20:20:03.677Z | Compiling proc-macro-crate v3.2.0 |
| 2914 | 2025-11-11T20:20:03.863Z | Compiling assert_cmd v2.0.17 |
| 2915 | 2025-11-11T20:20:04.266Z | Compiling relative-path v1.9.3 |
| 2916 | 2025-11-11T20:20:04.363Z | Checking escape8259 v0.5.3 |
| 2917 | 2025-11-11T20:20:04.905Z | Checking libtest-mimic v0.8.1 |
| 2918 | 2025-11-11T20:20:05.422Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2919 | 2025-11-11T20:20:05.517Z | Checking blake2b_simd v1.0.2 |
| 2920 | 2025-11-11T20:20:05.994Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2921 | 2025-11-11T20:20:06.452Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2922 | 2025-11-11T20:20:06.655Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2923 | 2025-11-11T20:20:06.776Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2924 | 2025-11-11T20:20:07.183Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2925 | 2025-11-11T20:20:07.238Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2926 | 2025-11-11T20:20:07.519Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408) |
| 2927 | 2025-11-11T20:20:07.637Z | Checking fancy-regex v0.14.0 |
| 2928 | 2025-11-11T20:20:07.899Z | Checking serde_tokenstream v0.2.2 |
| 2929 | 2025-11-11T20:20:08.355Z | Checking uzers v0.12.1 |
| 2930 | 2025-11-11T20:20:08.560Z | Checking termcolor v1.4.1 |
| 2931 | 2025-11-11T20:20:08.819Z | Checking datatest-stable v0.3.2 |
| 2932 | 2025-11-11T20:20:09.052Z | Checking trybuild v1.0.106 |
| 2933 | 2025-11-11T20:20:09.580Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2934 | 2025-11-11T20:20:10.288Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2935 | 2025-11-11T20:20:10.395Z | Checking rust-argon2 v2.1.0 |
| 2936 | 2025-11-11T20:20:10.901Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2937 | 2025-11-11T20:20:10.963Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2938 | 2025-11-11T20:20:11.783Z | Checking support-bundle-viewer v0.1.2 |
| 2939 | 2025-11-11T20:20:12.046Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2940 | 2025-11-11T20:20:12.292Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2941 | 2025-11-11T20:20:12.487Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2942 | 2025-11-11T20:20:12.743Z | Checking drift v0.1.1 |
| 2943 | 2025-11-11T20:20:12.947Z | Checking rand_distr v0.5.1 |
| 2944 | 2025-11-11T20:20:13.307Z | Checking multimap v0.10.1 |
| 2945 | 2025-11-11T20:20:13.705Z | Checking approx v0.5.1 |
| 2946 | 2025-11-11T20:20:13.817Z | Checking rstest v0.25.0 |
| 2947 | 2025-11-11T20:20:13.918Z | Checking dropshot-api-manager v0.2.3 |
| 2948 | 2025-11-11T20:20:14.220Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2949 | 2025-11-11T20:20:14.986Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2950 | 2025-11-11T20:20:15.311Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2951 | 2025-11-11T20:20:15.624Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2952 | 2025-11-11T20:20:16.057Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2953 | 2025-11-11T20:20:16.596Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2954 | 2025-11-11T20:20:16.843Z | Checking partial-io v0.5.4 |
| 2955 | 2025-11-11T20:20:17.062Z | Checking cargo_toml v0.21.0 |
| 2956 | 2025-11-11T20:20:17.292Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2957 | 2025-11-11T20:20:17.859Z | Checking termios v0.3.3 |
| 2958 | 2025-11-11T20:20:17.990Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa) |
| 2959 | 2025-11-11T20:20:18.161Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2960 | 2025-11-11T20:20:18.341Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2961 | 2025-11-11T20:20:19.128Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2962 | 2025-11-11T20:20:22.441Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2963 | 2025-11-11T20:20:23.522Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2964 | 2025-11-11T20:20:33.672Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2965 | 2025-11-11T20:20:34.726Z | Compiling polar-core v0.27.3 |
| 2966 | 2025-11-11T20:20:37.359Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2967 | 2025-11-11T20:20:42.507Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2968 | 2025-11-11T20:20:45.334Z | Checking oso v0.27.3 |
| 2969 | 2025-11-11T20:20:52.377Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2970 | 2025-11-11T20:20:53.830Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2971 | 2025-11-11T20:21:05.684Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2972 | 2025-11-11T20:21:06.087Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2973 | 2025-11-11T20:21:10.102Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2974 | 2025-11-11T20:21:22.462Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2975 | 2025-11-11T20:21:52.599Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2976 | 2025-11-11T20:21:52.599Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2977 | 2025-11-11T20:21:53.309Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2978 | 2025-11-11T20:23:26.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 16s |
| 2979 | 2025-11-11T20:23:27.579Z | |
| 2980 | 2025-11-11T20:23:27.579Z | real 7:21.411329380 |
| 2981 | 2025-11-11T20:23:27.579Z | user 40:12.276627196 |
| 2982 | 2025-11-11T20:23:27.579Z | sys 7:25.673110570 |
| 2983 | 2025-11-11T20:23:27.579Z | trap 1.096687983 |
| 2984 | 2025-11-11T20:23:27.579Z | tflt 0.622301996 |
| 2985 | 2025-11-11T20:23:27.579Z | dflt 0.161759192 |
| 2986 | 2025-11-11T20:23:27.579Z | kflt 0.007683594 |
| 2987 | 2025-11-11T20:23:27.579Z | lock 1:37:18.826174513 |
| 2988 | 2025-11-11T20:23:27.579Z | slp 2:11:24.174568819 |
| 2989 | 2025-11-11T20:23:27.579Z | lat 2:22.170953772 |
| 2990 | 2025-11-11T20:23:27.583Z | stop 15:40.653301244 |
| 2991 | 2025-11-11T20:23:27.583Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 2992 | 2025-11-11T20:23:27.583Z | + ptime -m cargo doc --workspace --no-deps |
| 2993 | 2025-11-11T20:23:28.862Z | warning: output filename collision. |
| 2994 | 2025-11-11T20:23:28.862Z | 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)`. |
| 2995 | 2025-11-11T20:23:28.862Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2996 | 2025-11-11T20:23:28.862Z | The targets should have unique names. |
| 2997 | 2025-11-11T20:23:28.862Z | This is a known bug where multiple crates with the same name use |
| 2998 | 2025-11-11T20:23:28.862Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2999 | 2025-11-11T20:23:29.939Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3000 | 2025-11-11T20:23:30.183Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3001 | 2025-11-11T20:23:30.213Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3002 | 2025-11-11T20:23:30.273Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3003 | 2025-11-11T20:23:30.318Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3004 | 2025-11-11T20:23:30.322Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3005 | 2025-11-11T20:23:30.322Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3006 | 2025-11-11T20:23:30.614Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3007 | 2025-11-11T20:23:30.650Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3008 | 2025-11-11T20:23:30.692Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 3009 | 2025-11-11T20:23:30.795Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3010 | 2025-11-11T20:23:31.062Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3011 | 2025-11-11T20:23:31.223Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3012 | 2025-11-11T20:23:31.328Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3013 | 2025-11-11T20:23:31.367Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3014 | 2025-11-11T20:23:31.434Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3015 | 2025-11-11T20:23:31.509Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3016 | 2025-11-11T20:23:31.625Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3017 | 2025-11-11T20:23:32.024Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3018 | 2025-11-11T20:23:32.075Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3019 | 2025-11-11T20:23:32.276Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3020 | 2025-11-11T20:23:32.307Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3021 | 2025-11-11T20:23:32.565Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3022 | 2025-11-11T20:23:32.595Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3023 | 2025-11-11T20:23:33.047Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3024 | 2025-11-11T20:23:33.195Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3025 | 2025-11-11T20:23:33.635Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3026 | 2025-11-11T20:23:33.687Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3027 | 2025-11-11T20:23:33.722Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3028 | 2025-11-11T20:23:34.040Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3029 | 2025-11-11T20:23:34.234Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3030 | 2025-11-11T20:23:34.334Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3031 | 2025-11-11T20:23:34.457Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3032 | 2025-11-11T20:23:34.639Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3033 | 2025-11-11T20:23:34.753Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3034 | 2025-11-11T20:23:34.901Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3035 | 2025-11-11T20:23:35.083Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3036 | 2025-11-11T20:23:35.198Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3037 | 2025-11-11T20:23:35.234Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3038 | 2025-11-11T20:23:35.334Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3039 | 2025-11-11T20:23:35.490Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3040 | 2025-11-11T20:23:35.631Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3041 | 2025-11-11T20:23:35.660Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3042 | 2025-11-11T20:23:35.749Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3043 | 2025-11-11T20:23:35.887Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3044 | 2025-11-11T20:23:35.977Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3045 | 2025-11-11T20:23:36.074Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3046 | 2025-11-11T20:23:36.150Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3047 | 2025-11-11T20:23:36.198Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3048 | 2025-11-11T20:23:36.246Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3049 | 2025-11-11T20:23:36.384Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3050 | 2025-11-11T20:23:36.476Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3051 | 2025-11-11T20:23:36.573Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3052 | 2025-11-11T20:23:36.894Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3053 | 2025-11-11T20:23:36.924Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3054 | 2025-11-11T20:23:36.955Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3055 | 2025-11-11T20:23:37.029Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3056 | 2025-11-11T20:23:37.253Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3057 | 2025-11-11T20:23:37.843Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3058 | 2025-11-11T20:23:38.548Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3059 | 2025-11-11T20:23:38.577Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3060 | 2025-11-11T20:23:40.933Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3061 | 2025-11-11T20:23:41.818Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3062 | 2025-11-11T20:23:44.871Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3063 | 2025-11-11T20:23:45.076Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3064 | 2025-11-11T20:23:45.981Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3065 | 2025-11-11T20:23:46.751Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3066 | 2025-11-11T20:23:47.538Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3067 | 2025-11-11T20:23:48.949Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3068 | 2025-11-11T20:23:49.913Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3069 | 2025-11-11T20:23:50.346Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3070 | 2025-11-11T20:23:50.992Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3071 | 2025-11-11T20:23:52.400Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3072 | 2025-11-11T20:23:53.260Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3073 | 2025-11-11T20:23:54.426Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3074 | 2025-11-11T20:23:54.500Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3075 | 2025-11-11T20:23:54.702Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3076 | 2025-11-11T20:23:55.204Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3077 | 2025-11-11T20:23:55.238Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3078 | 2025-11-11T20:23:56.099Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3079 | 2025-11-11T20:23:58.763Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3080 | 2025-11-11T20:24:00.714Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3081 | 2025-11-11T20:24:00.752Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3082 | 2025-11-11T20:24:02.493Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3083 | 2025-11-11T20:24:03.254Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3084 | 2025-11-11T20:24:03.463Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3085 | 2025-11-11T20:24:03.830Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3086 | 2025-11-11T20:24:04.368Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3087 | 2025-11-11T20:24:04.440Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3088 | 2025-11-11T20:24:05.022Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3089 | 2025-11-11T20:24:05.218Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3090 | 2025-11-11T20:24:06.585Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3091 | 2025-11-11T20:24:06.636Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3092 | 2025-11-11T20:24:08.087Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3093 | 2025-11-11T20:24:08.610Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3094 | 2025-11-11T20:24:08.853Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3095 | 2025-11-11T20:24:09.387Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3096 | 2025-11-11T20:24:09.739Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3097 | 2025-11-11T20:24:09.937Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3098 | 2025-11-11T20:24:10.423Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3099 | 2025-11-11T20:24:11.129Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3100 | 2025-11-11T20:24:11.273Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3101 | 2025-11-11T20:24:11.926Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3102 | 2025-11-11T20:24:12.130Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3103 | 2025-11-11T20:24:12.440Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3104 | 2025-11-11T20:24:12.818Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3105 | 2025-11-11T20:24:13.020Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3106 | 2025-11-11T20:24:13.362Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3107 | 2025-11-11T20:24:13.735Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3108 | 2025-11-11T20:24:14.189Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3109 | 2025-11-11T20:24:14.250Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3110 | 2025-11-11T20:24:14.350Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3111 | 2025-11-11T20:24:14.411Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3112 | 2025-11-11T20:24:14.962Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3113 | 2025-11-11T20:24:15.068Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3114 | 2025-11-11T20:24:15.207Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3115 | 2025-11-11T20:24:15.397Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3116 | 2025-11-11T20:24:15.532Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3117 | 2025-11-11T20:24:15.747Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3118 | 2025-11-11T20:24:16.163Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3119 | 2025-11-11T20:24:16.202Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3120 | 2025-11-11T20:24:16.309Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3121 | 2025-11-11T20:24:17.723Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3122 | 2025-11-11T20:24:18.140Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3123 | 2025-11-11T20:24:18.347Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3124 | 2025-11-11T20:24:20.606Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3125 | 2025-11-11T20:24:20.735Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3126 | 2025-11-11T20:24:21.244Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3127 | 2025-11-11T20:24:22.851Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3128 | 2025-11-11T20:24:25.384Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3129 | 2025-11-11T20:24:26.091Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3130 | 2025-11-11T20:24:28.189Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3131 | 2025-11-11T20:24:29.433Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3132 | 2025-11-11T20:24:29.724Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3133 | 2025-11-11T20:24:29.915Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3134 | 2025-11-11T20:24:30.691Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3135 | 2025-11-11T20:24:30.858Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3136 | 2025-11-11T20:24:32.535Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3137 | 2025-11-11T20:24:33.419Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3138 | 2025-11-11T20:24:34.266Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3139 | 2025-11-11T20:24:36.291Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3140 | 2025-11-11T20:24:36.328Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3141 | 2025-11-11T20:24:36.331Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3142 | 2025-11-11T20:24:36.716Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3143 | 2025-11-11T20:24:37.429Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3144 | 2025-11-11T20:24:37.837Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3145 | 2025-11-11T20:24:38.186Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3146 | 2025-11-11T20:24:38.702Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3147 | 2025-11-11T20:24:39.410Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3148 | 2025-11-11T20:24:39.524Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3149 | 2025-11-11T20:24:39.628Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3150 | 2025-11-11T20:24:39.773Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3151 | 2025-11-11T20:24:39.975Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3152 | 2025-11-11T20:24:40.388Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3153 | 2025-11-11T20:24:40.874Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3154 | 2025-11-11T20:24:41.169Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3155 | 2025-11-11T20:24:41.885Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3156 | 2025-11-11T20:24:42.274Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3157 | 2025-11-11T20:24:42.574Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3158 | 2025-11-11T20:24:43.440Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3159 | 2025-11-11T20:24:45.110Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3160 | 2025-11-11T20:24:45.390Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3161 | 2025-11-11T20:24:46.228Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3162 | 2025-11-11T20:24:47.029Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3163 | 2025-11-11T20:24:47.473Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3164 | 2025-11-11T20:24:50.353Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3165 | 2025-11-11T20:24:51.543Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3166 | 2025-11-11T20:24:53.943Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3167 | 2025-11-11T20:24:55.109Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3168 | 2025-11-11T20:24:55.492Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3169 | 2025-11-11T20:24:56.985Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3170 | 2025-11-11T20:24:59.113Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3171 | 2025-11-11T20:25:01.287Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3172 | 2025-11-11T20:25:02.444Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3173 | 2025-11-11T20:25:04.538Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3174 | 2025-11-11T20:25:05.019Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3175 | 2025-11-11T20:25:05.489Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3176 | 2025-11-11T20:25:08.636Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3177 | 2025-11-11T20:25:10.826Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3178 | 2025-11-11T20:25:10.892Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3179 | 2025-11-11T20:25:10.924Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3180 | 2025-11-11T20:25:11.217Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3181 | 2025-11-11T20:25:12.473Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3182 | 2025-11-11T20:25:13.144Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3183 | 2025-11-11T20:25:14.292Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3184 | 2025-11-11T20:25:16.314Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3185 | 2025-11-11T20:25:16.738Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3186 | 2025-11-11T20:25:18.847Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3187 | 2025-11-11T20:25:23.782Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3188 | 2025-11-11T20:25:23.906Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3189 | 2025-11-11T20:25:26.661Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3190 | 2025-11-11T20:25:26.771Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3191 | 2025-11-11T20:25:27.226Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3192 | 2025-11-11T20:25:29.447Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3193 | 2025-11-11T20:25:29.606Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3194 | 2025-11-11T20:25:30.152Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3195 | 2025-11-11T20:25:30.221Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3196 | 2025-11-11T20:25:35.538Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3197 | 2025-11-11T20:25:36.239Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3198 | 2025-11-11T20:25:36.485Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3199 | 2025-11-11T20:25:38.509Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3200 | 2025-11-11T20:25:38.682Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3201 | 2025-11-11T20:25:39.660Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3202 | 2025-11-11T20:25:42.157Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3203 | 2025-11-11T20:25:42.387Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3204 | 2025-11-11T20:25:42.993Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3205 | 2025-11-11T20:25:44.336Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3206 | 2025-11-11T20:25:46.383Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3207 | 2025-11-11T20:25:47.886Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3208 | 2025-11-11T20:25:48.260Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3209 | 2025-11-11T20:25:49.419Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3210 | 2025-11-11T20:25:49.858Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3211 | 2025-11-11T20:25:50.630Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3212 | 2025-11-11T20:25:54.093Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3213 | 2025-11-11T20:25:54.415Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3214 | 2025-11-11T20:25:54.462Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3215 | 2025-11-11T20:25:54.496Z | Documenting sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3216 | 2025-11-11T20:25:56.854Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3217 | 2025-11-11T20:25:57.399Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3218 | 2025-11-11T20:25:58.134Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3219 | 2025-11-11T20:25:59.583Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3220 | 2025-11-11T20:25:59.698Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3221 | 2025-11-11T20:26:00.612Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3222 | 2025-11-11T20:26:01.743Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3223 | 2025-11-11T20:26:02.597Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3224 | 2025-11-11T20:26:02.745Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3225 | 2025-11-11T20:26:04.318Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3226 | 2025-11-11T20:26:05.753Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3227 | 2025-11-11T20:26:05.787Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3228 | 2025-11-11T20:26:06.121Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3229 | 2025-11-11T20:26:06.613Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3230 | 2025-11-11T20:26:07.199Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3231 | 2025-11-11T20:26:07.263Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3232 | 2025-11-11T20:26:07.298Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3233 | 2025-11-11T20:26:09.331Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3234 | 2025-11-11T20:26:09.665Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3235 | 2025-11-11T20:26:09.716Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3236 | 2025-11-11T20:26:10.529Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3237 | 2025-11-11T20:26:11.064Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3238 | 2025-11-11T20:26:11.204Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3239 | 2025-11-11T20:26:11.279Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3240 | 2025-11-11T20:26:12.970Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3241 | 2025-11-11T20:26:13.211Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3242 | 2025-11-11T20:26:14.163Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3243 | 2025-11-11T20:26:14.198Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3244 | 2025-11-11T20:26:16.001Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3245 | 2025-11-11T20:26:16.508Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3246 | 2025-11-11T20:26:17.138Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3247 | 2025-11-11T20:26:17.339Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3248 | 2025-11-11T20:26:18.421Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3249 | 2025-11-11T20:26:18.537Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3250 | 2025-11-11T20:26:19.163Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3251 | 2025-11-11T20:26:19.193Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3252 | 2025-11-11T20:26:19.997Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3253 | 2025-11-11T20:26:20.599Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3254 | 2025-11-11T20:26:20.757Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3255 | 2025-11-11T20:26:21.143Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3256 | 2025-11-11T20:26:21.666Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3257 | 2025-11-11T20:26:22.893Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3258 | 2025-11-11T20:26:23.205Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3259 | 2025-11-11T20:26:24.567Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3260 | 2025-11-11T20:26:24.737Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3261 | 2025-11-11T20:26:24.804Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3262 | 2025-11-11T20:26:25.706Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3263 | 2025-11-11T20:26:26.198Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3264 | 2025-11-11T20:26:26.320Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3265 | 2025-11-11T20:26:27.021Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3266 | 2025-11-11T20:26:27.220Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3267 | 2025-11-11T20:26:27.685Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3268 | 2025-11-11T20:26:28.224Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3269 | 2025-11-11T20:26:28.278Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3270 | 2025-11-11T20:26:28.312Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3271 | 2025-11-11T20:26:28.444Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3272 | 2025-11-11T20:26:28.662Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3273 | 2025-11-11T20:26:29.297Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3274 | 2025-11-11T20:26:29.332Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3275 | 2025-11-11T20:26:29.455Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3276 | 2025-11-11T20:26:29.459Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 3277 | 2025-11-11T20:26:29.808Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3278 | 2025-11-11T20:26:30.287Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3279 | 2025-11-11T20:26:30.319Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3280 | 2025-11-11T20:26:30.426Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3281 | 2025-11-11T20:26:31.178Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3282 | 2025-11-11T20:26:31.202Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3283 | 2025-11-11T20:26:31.202Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3284 | 2025-11-11T20:26:31.267Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3285 | 2025-11-11T20:26:32.083Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3286 | 2025-11-11T20:26:32.884Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3287 | 2025-11-11T20:26:32.897Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3288 | 2025-11-11T20:26:33.596Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3289 | 2025-11-11T20:26:33.673Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3290 | 2025-11-11T20:26:33.712Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3291 | 2025-11-11T20:26:34.040Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3292 | 2025-11-11T20:26:34.185Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3293 | 2025-11-11T20:26:34.185Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3294 | 2025-11-11T20:26:34.428Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3295 | 2025-11-11T20:26:37.366Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3296 | 2025-11-11T20:26:43.049Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3297 | 2025-11-11T20:26:43.472Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3298 | 2025-11-11T20:26:43.896Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3299 | 2025-11-11T20:27:38.553Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3300 | 2025-11-11T20:27:46.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 18s |
| 3301 | 2025-11-11T20:27:46.629Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 173 other files |
| 3302 | 2025-11-11T20:27:46.725Z | |
| 3303 | 2025-11-11T20:27:46.725Z | real 4:19.020783447 |
| 3304 | 2025-11-11T20:27:46.725Z | user 23:38.715489127 |
| 3305 | 2025-11-11T20:27:46.725Z | sys 3:36.466319439 |
| 3306 | 2025-11-11T20:27:46.725Z | trap 0.648687456 |
| 3307 | 2025-11-11T20:27:46.726Z | tflt 0.133341308 |
| 3308 | 2025-11-11T20:27:46.726Z | dflt 0.095740379 |
| 3309 | 2025-11-11T20:27:46.729Z | kflt 0.000520348 |
| 3310 | 2025-11-11T20:27:46.729Z | lock 57:46.786555477 |
| 3311 | 2025-11-11T20:27:46.729Z | slp 1:06:34.253601929 |
| 3312 | 2025-11-11T20:27:46.729Z | lat 1:37.887650962 |
| 3313 | 2025-11-11T20:27:46.729Z | stop 2:21.538018268 |
| 3314 | 2025-11-11T20:27:46.729Z | process exited: duration 1011186 ms, exit code 0 |
| |
| 3315 | 2025-11-11T20:27:46.736Z | found 0 output files |