|
|
|
| 1 | 2026-03-02T21:29:16.223Z | job assigned to worker 01KJR77CGG1C663HN7TF4PFGMG [factory aws, i-079e7002fc50c32b6] (queued for 1 m 10 s) |
| |
| 2 | 2026-03-02T21:29:24.215Z | starting task 0: "setup" |
| 3 | 2026-03-02T21:29:24.220Z | ++ uname -s |
| 4 | 2026-03-02T21:29:24.223Z | + kern=SunOS |
| 5 | 2026-03-02T21:29:24.223Z | + build_user=build |
| 6 | 2026-03-02T21:29:24.224Z | + build_uid=12345 |
| 7 | 2026-03-02T21:29:24.224Z | + work_dir=/work |
| 8 | 2026-03-02T21:29:24.224Z | + input_dir=/input |
| 9 | 2026-03-02T21:29:24.224Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-02T21:29:24.224Z | + case "$kern" in |
| 11 | 2026-03-02T21:29:24.224Z | + groupadd -g 12345 build |
| 12 | 2026-03-02T21:29:24.228Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-02T21:29:26.232Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-02T21:29:26.362Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-02T21:29:26.367Z | + home_fs=zfs |
| 16 | 2026-03-02T21:29:26.367Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-02T21:29:26.367Z | + mkdir -p /home/build |
| 18 | 2026-03-02T21:29:26.367Z | + chown build:build /home/build /work |
| 19 | 2026-03-02T21:29:28.368Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-02T21:29:28.371Z | process exited: duration 4158 ms, exit code 0 |
| |
| 21 | 2026-03-02T21:29:28.377Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-02T21:29:28.382Z | * rust toolchain channel = "1.91.1" |
| 23 | 2026-03-02T21:29:28.382Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 24 | 2026-03-02T21:29:28.382Z | * rust toolchain profile = "default" |
| 25 | 2026-03-02T21:29:28.382Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-02T21:29:28.382Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-02T21:29:28.382Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-02T21:29:28.385Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-02T21:29:28.385Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-02T21:29:28.521Z | info: downloading installer |
| 31 | 2026-03-02T21:29:30.183Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-02T21:29:30.184Z | warn: /opt/ooce/bin |
| 33 | 2026-03-02T21:29:30.184Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-02T21:29:30.184Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-02T21:29:30.184Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-02T21:29:30.184Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-02T21:29:30.184Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-02T21:29:30.184Z | error: cannot install while Rust is installed |
| 39 | 2026-03-02T21:29:30.184Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-02T21:29:30.197Z | info: profile set to 'default' |
| 41 | 2026-03-02T21:29:30.197Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-02T21:29:30.201Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-02T21:29:30.374Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-02T21:29:30.374Z | info: downloading component 'cargo' |
| 45 | 2026-03-02T21:29:31.330Z | info: downloading component 'clippy' |
| 46 | 2026-03-02T21:29:31.805Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-02T21:29:33.475Z | info: downloading component 'rust-std' |
| 48 | 2026-03-02T21:29:35.252Z | info: downloading component 'rustc' |
| 49 | 2026-03-02T21:29:42.447Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-02T21:29:42.763Z | info: installing component 'cargo' |
| 51 | 2026-03-02T21:29:43.657Z | info: installing component 'clippy' |
| 52 | 2026-03-02T21:29:44.069Z | info: installing component 'rust-docs' |
| 53 | 2026-03-02T21:29:45.977Z | info: installing component 'rust-std' |
| 54 | 2026-03-02T21:29:47.781Z | info: installing component 'rustc' |
| 55 | 2026-03-02T21:29:54.501Z | info: installing component 'rustfmt' |
| 56 | 2026-03-02T21:29:54.839Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-02T21:29:54.839Z | |
| 58 | 2026-03-02T21:29:55.333Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-02T21:29:55.333Z | |
| 60 | 2026-03-02T21:29:55.338Z | |
| 61 | 2026-03-02T21:29:55.338Z | Rust is installed now. Great! |
| 62 | 2026-03-02T21:29:55.338Z | |
| 63 | 2026-03-02T21:29:55.338Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-02T21:29:55.338Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-02T21:29:55.338Z | |
| 66 | 2026-03-02T21:29:55.338Z | To configure your current shell, you need to source |
| 67 | 2026-03-02T21:29:55.338Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-02T21:29:55.338Z | |
| 69 | 2026-03-02T21:29:55.338Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-02T21:29:55.338Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-02T21:29:55.338Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-02T21:29:55.338Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-02T21:29:55.447Z | + rustup --version |
| 74 | 2026-03-02T21:29:55.458Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-02T21:29:55.461Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-02T21:29:55.545Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-02T21:29:55.548Z | + cargo --version |
| 78 | 2026-03-02T21:29:55.619Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-02T21:29:55.622Z | + rustc --version |
| 80 | 2026-03-02T21:29:55.697Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-02T21:29:55.700Z | process exited: duration 27320 ms, exit code 0 |
| |
| 82 | 2026-03-02T21:29:55.706Z | starting task 2: "authentication" |
| 83 | 2026-03-02T21:29:55.728Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-03-02T21:29:55.734Z | starting task 3: "clone repository" |
| 85 | 2026-03-02T21:29:55.739Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-02T21:29:55.742Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-02T21:29:55.780Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-02T21:30:35.130Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-02T21:30:35.130Z | + git fetch origin fda073a7a56467a7051f311b0923db1e5f3f0afa |
| 90 | 2026-03-02T21:30:35.465Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-02T21:30:35.465Z | * branch fda073a7a56467a7051f311b0923db1e5f3f0afa -> FETCH_HEAD |
| 92 | 2026-03-02T21:30:35.477Z | + [[ -n jmcarp/document-distribution-estimates ]] |
| 93 | 2026-03-02T21:30:35.480Z | ++ git branch --show-current |
| 94 | 2026-03-02T21:30:35.483Z | + current=main |
| 95 | 2026-03-02T21:30:35.483Z | + [[ main != jmcarp/document-distribution-estimates ]] |
| 96 | 2026-03-02T21:30:35.483Z | + git branch -f jmcarp/document-distribution-estimates fda073a7a56467a7051f311b0923db1e5f3f0afa |
| 97 | 2026-03-02T21:30:35.486Z | + git checkout -f jmcarp/document-distribution-estimates |
| 98 | 2026-03-02T21:30:36.022Z | Switched to branch 'jmcarp/document-distribution-estimates' |
| 99 | 2026-03-02T21:30:36.032Z | + git reset --hard fda073a7a56467a7051f311b0923db1e5f3f0afa |
| 100 | 2026-03-02T21:30:36.032Z | HEAD is now at fda073a7a Document distribution statistics. |
| 101 | 2026-03-02T21:30:36.032Z | process exited: duration 40156 ms, exit code 0 |
| |
| 102 | 2026-03-02T21:30:36.041Z | starting task 4: "build" |
| 103 | 2026-03-02T21:30:36.044Z | + source ./env.sh |
| 104 | 2026-03-02T21:30:36.047Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-03-02T21:30:36.047Z | ++ set -o xtrace |
| 106 | 2026-03-02T21:30:36.047Z | ++++ dirname ./env.sh |
| 107 | 2026-03-02T21:30:36.050Z | +++ readlink -f . |
| 108 | 2026-03-02T21:30:36.058Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-03-02T21:30:36.058Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-03-02T21:30:36.058Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-03-02T21:30:36.058Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-03-02T21:30:36.058Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-03-02T21:30:36.058Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-03-02T21:30:36.058Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-03-02T21:30:36.058Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-03-02T21:30:36.058Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-03-02T21:30:36.059Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-03-02T21:30:36.059Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-03-02T21:30:36.059Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-03-02T21:30:36.059Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-03-02T21:30:36.059Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-03-02T21:30:36.059Z | + cargo --version |
| 123 | 2026-03-02T21:30:36.112Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 124 | 2026-03-02T21:30:36.115Z | + rustc --version |
| 125 | 2026-03-02T21:30:36.189Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 126 | 2026-03-02T21:30:36.192Z | + banner prerequisites |
| 127 | 2026-03-02T21:30:36.194Z | |
| 128 | 2026-03-02T21:30:36.194Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-03-02T21:30:36.194Z | # # # # # # # # # # # # # # # |
| 130 | 2026-03-02T21:30:36.194Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-03-02T21:30:36.194Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-03-02T21:30:36.195Z | # # # # # # # # # # # # # # # |
| 133 | 2026-03-02T21:30:36.195Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-03-02T21:30:36.195Z | |
| 135 | 2026-03-02T21:30:36.198Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-03-02T21:30:48.076Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-02T21:30:58.415Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-02T21:31:21.737Z | Planning: Solver setup ... Done (21.576s) |
| 139 | 2026-03-02T21:31:21.897Z | Planning: Running solver ... Done (0.163s) |
| 140 | 2026-03-02T21:31:22.065Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2026-03-02T21:31:22.078Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-03-02T21:31:22.210Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-03-02T21:31:22.257Z | Planning: Package planning ... Done (0.047s) |
| 144 | 2026-03-02T21:31:22.307Z | Planning: Merging actions ... Done (0.050s) |
| 145 | 2026-03-02T21:31:22.872Z | Planning: Checking for conflicting actions ... Done (0.564s) |
| 146 | 2026-03-02T21:31:22.883Z | Planning: Consolidating action changes ... Done (0.011s) |
| 147 | 2026-03-02T21:31:23.956Z | Planning: Evaluating mediators ... Done (1.072s) |
| 148 | 2026-03-02T21:31:23.965Z | Planning: Planning completed in 25.40 seconds |
| 149 | 2026-03-02T21:31:23.980Z | Packages to install: 4 |
| 150 | 2026-03-02T21:31:23.981Z | Mediators to change: 2 |
| 151 | 2026-03-02T21:31:23.984Z | Services to change: 1 |
| 152 | 2026-03-02T21:31:23.984Z | Estimated space available: 155.43 GB |
| 153 | 2026-03-02T21:31:23.984Z | Estimated space to be consumed: 1.82 GB |
| 154 | 2026-03-02T21:31:23.984Z | Create boot environment: No |
| 155 | 2026-03-02T21:31:23.984Z | Create backup boot environment: No |
| 156 | 2026-03-02T21:31:23.984Z | Rebuild boot archive: No |
| 157 | 2026-03-02T21:31:23.984Z | |
| 158 | 2026-03-02T21:31:23.984Z | Changed mediators: |
| 159 | 2026-03-02T21:31:23.984Z | mediator clang: |
| 160 | 2026-03-02T21:31:23.984Z | version: None -> 15 (system default) |
| 161 | 2026-03-02T21:31:23.984Z | |
| 162 | 2026-03-02T21:31:23.984Z | mediator llvm: |
| 163 | 2026-03-02T21:31:23.984Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-03-02T21:31:23.984Z | |
| 165 | 2026-03-02T21:31:23.984Z | Changed packages: |
| 166 | 2026-03-02T21:31:23.984Z | helios-dev |
| 167 | 2026-03-02T21:31:23.984Z | developer/build-essential |
| 168 | 2026-03-02T21:31:23.984Z | None -> 11-2.0 |
| 169 | 2026-03-02T21:31:23.984Z | library/libxmlsec1 |
| 170 | 2026-03-02T21:31:23.984Z | None -> 1.2.35-2.0 |
| 171 | 2026-03-02T21:31:23.984Z | ooce/developer/clang-15 |
| 172 | 2026-03-02T21:31:23.984Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-02T21:31:23.984Z | ooce/developer/llvm-15 |
| 174 | 2026-03-02T21:31:23.984Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-02T21:31:23.984Z | |
| 176 | 2026-03-02T21:31:23.984Z | Services: |
| 177 | 2026-03-02T21:31:23.985Z | restart_fmri: |
| 178 | 2026-03-02T21:31:23.985Z | svc:/system/update-man-index:default |
| 179 | 2026-03-02T21:31:24.036Z | |
| 180 | 2026-03-02T21:31:24.036Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-03-02T21:31:29.036Z | Download: 2177/3290 items 119.0/212.6MB 55% complete (24.1M/s) |
| 182 | 2026-03-02T21:31:33.947Z | Download: Completed 212.60 MB in 9.91 seconds (21.4M/s) |
| 183 | 2026-03-02T21:31:34.238Z | Actions: 1/3689 actions (Installing new actions) |
| 184 | 2026-03-02T21:31:38.774Z | Actions: Completed 3689 actions in 4.53 seconds. |
| 185 | 2026-03-02T21:31:39.197Z | Done (0.418s) |
| 186 | 2026-03-02T21:31:39.197Z | Done (0.000s) |
| 187 | 2026-03-02T21:31:40.288Z | Done (1.091s) |
| 188 | 2026-03-02T21:31:44.762Z | Done (4.121s) |
| 189 | 2026-03-02T21:31:44.843Z | Done (0.019s) |
| 190 | 2026-03-02T21:31:44.847Z | Done (0.000s) |
| 191 | 2026-03-02T21:31:44.993Z | Done (0.000s) |
| 192 | 2026-03-02T21:31:45.946Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2026-03-02T21:31:46.107Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2026-03-02T21:31:46.110Z | Planning: Consolidating action changes ... Done |
| 195 | 2026-03-02T21:31:46.376Z | Planning: Evaluating mediators ... Done |
| 196 | 2026-03-02T21:31:46.379Z | Planning: Planning completed in 0.43 seconds |
| 197 | 2026-03-02T21:31:46.409Z | Mediators to change: 2 |
| 198 | 2026-03-02T21:31:46.409Z | Create boot environment: No |
| 199 | 2026-03-02T21:31:46.412Z | Create backup boot environment: No |
| 200 | 2026-03-02T21:31:46.483Z | Done |
| 201 | 2026-03-02T21:31:46.483Z | Done |
| 202 | 2026-03-02T21:31:47.266Z | Done |
| 203 | 2026-03-02T21:31:50.856Z | Done |
| 204 | 2026-03-02T21:31:50.941Z | Done |
| 205 | 2026-03-02T21:31:50.944Z | Done |
| 206 | 2026-03-02T21:31:51.114Z | Done |
| 207 | 2026-03-02T21:31:51.721Z | Planning: Evaluating mediator changes ... Done |
| 208 | 2026-03-02T21:31:51.724Z | Planning: Merging actions ... Done |
| 209 | 2026-03-02T21:31:51.908Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2026-03-02T21:31:51.911Z | Planning: Consolidating action changes ... Done |
| 211 | 2026-03-02T21:31:52.169Z | Planning: Evaluating mediators ... Done |
| 212 | 2026-03-02T21:31:52.224Z | Planning: Planning completed in 0.75 seconds |
| 213 | 2026-03-02T21:31:52.258Z | Packages to change: 1 |
| 214 | 2026-03-02T21:31:52.258Z | Mediators to change: 1 |
| 215 | 2026-03-02T21:31:52.261Z | Services to change: 1 |
| 216 | 2026-03-02T21:31:52.261Z | Create boot environment: No |
| 217 | 2026-03-02T21:31:52.261Z | Create backup boot environment: Yes |
| 218 | 2026-03-02T21:31:54.747Z | Actions: 1/6 actions (Updating modified actions) |
| 219 | 2026-03-02T21:31:54.750Z | Actions: Completed 6 actions in 0.00 seconds. |
| 220 | 2026-03-02T21:31:54.750Z | Done |
| 221 | 2026-03-02T21:31:54.750Z | Done |
| 222 | 2026-03-02T21:31:54.966Z | Done |
| 223 | 2026-03-02T21:31:58.636Z | Done |
| 224 | 2026-03-02T21:31:58.723Z | Done |
| 225 | 2026-03-02T21:31:58.726Z | Done |
| 226 | 2026-03-02T21:31:58.898Z | Done |
| 227 | 2026-03-02T21:31:59.330Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 228 | 2026-03-02T21:31:59.330Z | clang system 15 system |
| 229 | 2026-03-02T21:31:59.330Z | csh system system illumos |
| 230 | 2026-03-02T21:31:59.330Z | ctags system system illumos |
| 231 | 2026-03-02T21:31:59.330Z | file system system illumos |
| 232 | 2026-03-02T21:31:59.330Z | gcc vendor 12 vendor |
| 233 | 2026-03-02T21:31:59.330Z | gcc system 10 system |
| 234 | 2026-03-02T21:31:59.330Z | gcc system 7 system |
| 235 | 2026-03-02T21:31:59.330Z | go system 1.20 system |
| 236 | 2026-03-02T21:31:59.330Z | go system 1.19 system |
| 237 | 2026-03-02T21:31:59.330Z | llvm system 15 system |
| 238 | 2026-03-02T21:31:59.331Z | llvm system 14 system |
| 239 | 2026-03-02T21:31:59.331Z | mariadb system 10.6 system |
| 240 | 2026-03-02T21:31:59.331Z | mta vendor vendor dma |
| 241 | 2026-03-02T21:31:59.331Z | openjdk system 17 system |
| 242 | 2026-03-02T21:31:59.331Z | openjdk system 11 system |
| 243 | 2026-03-02T21:31:59.331Z | openjdk system 1.8 system |
| 244 | 2026-03-02T21:31:59.331Z | openssl vendor 3 vendor |
| 245 | 2026-03-02T21:31:59.331Z | perl system 5.36 system |
| 246 | 2026-03-02T21:31:59.331Z | postgresql system 15 system |
| 247 | 2026-03-02T21:31:59.331Z | postgresql system 13 system |
| 248 | 2026-03-02T21:31:59.331Z | python vendor 3 vendor |
| 249 | 2026-03-02T21:31:59.331Z | python system 2 system |
| 250 | 2026-03-02T21:31:59.331Z | python3 system 3.11 system |
| 251 | 2026-03-02T21:31:59.331Z | ruby system 3.0 system |
| 252 | 2026-03-02T21:31:59.331Z | words vendor vendor american-english |
| 253 | 2026-03-02T21:31:59.331Z | words system system australian-english |
| 254 | 2026-03-02T21:31:59.331Z | words system system british-english |
| 255 | 2026-03-02T21:31:59.331Z | words system system canadian-english |
| 256 | 2026-03-02T21:31:59.331Z | words system system french |
| 257 | 2026-03-02T21:31:59.331Z | words system system italian |
| 258 | 2026-03-02T21:31:59.331Z | words system system ngerman |
| 259 | 2026-03-02T21:31:59.331Z | words system system ogerman |
| 260 | 2026-03-02T21:31:59.331Z | words system system spanish |
| 261 | 2026-03-02T21:31:59.665Z | PUBLISHER TYPE STATUS P LOCATION |
| 262 | 2026-03-02T21:31:59.665Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 263 | 2026-03-02T21:32:06.258Z | FMRI IFO |
| 264 | 2026-03-02T21:32:06.258Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 265 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 266 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 267 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 268 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 269 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 270 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 271 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 272 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 273 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 274 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 275 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 276 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 277 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 278 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 279 | 2026-03-02T21:32:06.259Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 280 | 2026-03-02T21:32:07.434Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 281 | 2026-03-02T21:32:07.742Z | Updating crates.io index |
| 282 | 2026-03-02T21:32:07.782Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 283 | 2026-03-02T21:32:08.067Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 284 | 2026-03-02T21:32:08.759Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-03-02T21:32:09.207Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 286 | 2026-03-02T21:32:09.637Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 287 | 2026-03-02T21:32:11.943Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 288 | 2026-03-02T21:32:14.507Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 289 | 2026-03-02T21:32:15.648Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 290 | 2026-03-02T21:32:16.377Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 291 | 2026-03-02T21:32:22.278Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 292 | 2026-03-02T21:32:23.001Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 293 | 2026-03-02T21:32:25.261Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 294 | 2026-03-02T21:32:25.575Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 295 | 2026-03-02T21:32:26.071Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 296 | 2026-03-02T21:32:26.418Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 297 | 2026-03-02T21:32:27.423Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 298 | 2026-03-02T21:32:27.992Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 299 | 2026-03-02T21:32:28.399Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 300 | 2026-03-02T21:32:28.722Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 301 | 2026-03-02T21:32:29.249Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 302 | 2026-03-02T21:32:29.616Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 303 | 2026-03-02T21:32:29.860Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 304 | 2026-03-02T21:32:30.199Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 305 | 2026-03-02T21:32:30.639Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 306 | 2026-03-02T21:32:31.377Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 307 | 2026-03-02T21:32:32.002Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 308 | 2026-03-02T21:32:32.369Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2026-03-02T21:32:32.711Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2026-03-02T21:32:33.673Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2026-03-02T21:32:34.541Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 312 | 2026-03-02T21:32:34.987Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2026-03-02T21:32:35.424Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2026-03-02T21:32:35.873Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 315 | 2026-03-02T21:32:36.217Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 316 | 2026-03-02T21:32:36.732Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 317 | 2026-03-02T21:32:37.171Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 318 | 2026-03-02T21:32:37.481Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 319 | 2026-03-02T21:32:37.803Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2026-03-02T21:32:38.194Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 321 | 2026-03-02T21:33:38.553Z | Downloading crates ... |
| 322 | 2026-03-02T21:33:38.619Z | Downloaded erased-serde v0.4.6 |
| 323 | 2026-03-02T21:33:38.623Z | Downloaded equivalent v1.0.2 |
| 324 | 2026-03-02T21:33:38.625Z | Downloaded bytecount v0.6.8 |
| 325 | 2026-03-02T21:33:38.625Z | Downloaded digest v0.10.7 |
| 326 | 2026-03-02T21:33:38.628Z | Downloaded form_urlencoded v1.2.2 |
| 327 | 2026-03-02T21:33:38.628Z | Downloaded tabled_derive v0.7.0 |
| 328 | 2026-03-02T21:33:38.631Z | Downloaded idna_adapter v1.2.0 |
| 329 | 2026-03-02T21:33:38.631Z | Downloaded anstyle v1.0.11 |
| 330 | 2026-03-02T21:33:38.634Z | Downloaded errno v0.3.12 |
| 331 | 2026-03-02T21:33:38.634Z | Downloaded fastrand v2.1.1 |
| 332 | 2026-03-02T21:33:38.637Z | Downloaded crypto-common v0.1.6 |
| 333 | 2026-03-02T21:33:38.637Z | Downloaded clap_lex v0.7.4 |
| 334 | 2026-03-02T21:33:38.637Z | Downloaded cargo-platform v0.2.0 |
| 335 | 2026-03-02T21:33:38.640Z | Downloaded thiserror v1.0.69 |
| 336 | 2026-03-02T21:33:38.644Z | Downloaded ucd-trie v0.1.7 |
| 337 | 2026-03-02T21:33:38.646Z | Downloaded utf8parse v0.2.2 |
| 338 | 2026-03-02T21:33:38.646Z | Downloaded thread-id v4.2.2 |
| 339 | 2026-03-02T21:33:38.649Z | Downloaded dof v0.3.0 |
| 340 | 2026-03-02T21:33:38.649Z | Downloaded toml_write v0.1.2 |
| 341 | 2026-03-02T21:33:38.652Z | Downloaded cargo_toml v0.21.0 |
| 342 | 2026-03-02T21:33:38.652Z | Downloaded anstream v0.6.18 |
| 343 | 2026-03-02T21:33:38.656Z | Downloaded camino-tempfile v1.4.1 |
| 344 | 2026-03-02T21:33:38.656Z | Downloaded zerofrom v0.1.4 |
| 345 | 2026-03-02T21:33:38.659Z | Downloaded byteorder v1.5.0 |
| 346 | 2026-03-02T21:33:38.659Z | Downloaded zerofrom-derive v0.1.4 |
| 347 | 2026-03-02T21:33:38.659Z | Downloaded serde-value v0.7.0 |
| 348 | 2026-03-02T21:33:38.662Z | Downloaded cargo-util-schemas v0.8.2 |
| 349 | 2026-03-02T21:33:38.662Z | Downloaded displaydoc v0.2.5 |
| 350 | 2026-03-02T21:33:38.665Z | Downloaded utf8_iter v1.0.4 |
| 351 | 2026-03-02T21:33:38.668Z | Downloaded usdt-macro v0.5.0 |
| 352 | 2026-03-02T21:33:38.668Z | Downloaded usdt-attr-macro v0.5.0 |
| 353 | 2026-03-02T21:33:38.668Z | Downloaded stable_deref_trait v1.2.0 |
| 354 | 2026-03-02T21:33:38.671Z | Downloaded serde_spanned v0.6.9 |
| 355 | 2026-03-02T21:33:38.671Z | Downloaded strsim v0.11.1 |
| 356 | 2026-03-02T21:33:38.674Z | Downloaded usdt v0.5.0 |
| 357 | 2026-03-02T21:33:38.674Z | Downloaded thiserror-impl v2.0.18 |
| 358 | 2026-03-02T21:33:38.674Z | Downloaded thiserror-impl v1.0.69 |
| 359 | 2026-03-02T21:33:38.677Z | Downloaded proc-macro-error-attr v1.0.4 |
| 360 | 2026-03-02T21:33:38.677Z | Downloaded scroll_derive v0.12.0 |
| 361 | 2026-03-02T21:33:38.680Z | Downloaded is_terminal_polyfill v1.70.1 |
| 362 | 2026-03-02T21:33:38.680Z | Downloaded version_check v0.9.5 |
| 363 | 2026-03-02T21:33:38.680Z | Downloaded percent-encoding v2.3.2 |
| 364 | 2026-03-02T21:33:38.683Z | Downloaded utf16_iter v1.0.5 |
| 365 | 2026-03-02T21:33:38.683Z | Downloaded icu_provider_macros v1.5.0 |
| 366 | 2026-03-02T21:33:38.683Z | Downloaded heck v0.5.0 |
| 367 | 2026-03-02T21:33:38.686Z | Downloaded terminal_size v0.4.0 |
| 368 | 2026-03-02T21:33:38.686Z | Downloaded camino v1.2.2 |
| 369 | 2026-03-02T21:33:38.689Z | Downloaded zmij v1.0.15 |
| 370 | 2026-03-02T21:33:38.689Z | Downloaded textwrap v0.16.2 |
| 371 | 2026-03-02T21:33:38.692Z | Downloaded usdt-impl v0.5.0 |
| 372 | 2026-03-02T21:33:38.693Z | Downloaded zerocopy-derive v0.7.35 |
| 373 | 2026-03-02T21:33:38.696Z | Downloaded swrite v0.1.0 |
| 374 | 2026-03-02T21:33:38.699Z | Downloaded toml v0.8.23 |
| 375 | 2026-03-02T21:33:38.701Z | Downloaded writeable v0.5.5 |
| 376 | 2026-03-02T21:33:38.701Z | Downloaded once_cell v1.21.3 |
| 377 | 2026-03-02T21:33:38.704Z | Downloaded url v2.5.4 |
| 378 | 2026-03-02T21:33:38.707Z | Downloaded memmap v0.7.0 |
| 379 | 2026-03-02T21:33:38.707Z | Downloaded clap v4.5.48 |
| 380 | 2026-03-02T21:33:38.716Z | Downloaded toml_edit v0.22.27 |
| 381 | 2026-03-02T21:33:38.719Z | Downloaded smawk v0.3.2 |
| 382 | 2026-03-02T21:33:38.722Z | Downloaded macaddr v1.0.1 |
| 383 | 2026-03-02T21:33:38.722Z | Downloaded heck v0.4.1 |
| 384 | 2026-03-02T21:33:38.725Z | Downloaded fnv v1.0.7 |
| 385 | 2026-03-02T21:33:38.725Z | Downloaded plain v0.2.3 |
| 386 | 2026-03-02T21:33:38.728Z | Downloaded ordered-float v2.10.1 |
| 387 | 2026-03-02T21:33:38.728Z | Downloaded serde_tokenstream v0.2.3 |
| 388 | 2026-03-02T21:33:38.731Z | Downloaded serde-untagged v0.1.7 |
| 389 | 2026-03-02T21:33:38.731Z | Downloaded zerovec v0.10.4 |
| 390 | 2026-03-02T21:33:38.734Z | Downloaded zerocopy v0.7.35 |
| 391 | 2026-03-02T21:33:38.749Z | Downloaded winnow v0.7.14 |
| 392 | 2026-03-02T21:33:38.757Z | Downloaded synstructure v0.13.1 |
| 393 | 2026-03-02T21:33:38.759Z | Downloaded semver v1.0.27 |
| 394 | 2026-03-02T21:33:38.762Z | Downloaded icu_locid_transform v1.5.0 |
| 395 | 2026-03-02T21:33:38.762Z | Downloaded pest_generator v2.8.2 |
| 396 | 2026-03-02T21:33:38.766Z | Downloaded fs-err v3.1.1 |
| 397 | 2026-03-02T21:33:38.766Z | Downloaded scroll v0.12.0 |
| 398 | 2026-03-02T21:33:38.775Z | Downloaded unicode-width v0.2.0 |
| 399 | 2026-03-02T21:33:38.778Z | Downloaded unicode-width v0.1.14 |
| 400 | 2026-03-02T21:33:38.783Z | Downloaded pest_derive v2.8.2 |
| 401 | 2026-03-02T21:33:38.787Z | Downloaded icu_locid_transform_data v1.5.0 |
| 402 | 2026-03-02T21:33:38.789Z | Downloaded smallvec v1.15.1 |
| 403 | 2026-03-02T21:33:38.792Z | Downloaded proc-macro-error v1.0.4 |
| 404 | 2026-03-02T21:33:38.795Z | Downloaded papergrid v0.11.0 |
| 405 | 2026-03-02T21:33:38.801Z | Downloaded icu_normalizer_data v1.5.0 |
| 406 | 2026-03-02T21:33:38.804Z | Downloaded num-traits v0.2.19 |
| 407 | 2026-03-02T21:33:38.804Z | Downloaded log v0.4.29 |
| 408 | 2026-03-02T21:33:38.807Z | Downloaded serde_derive v1.0.228 |
| 409 | 2026-03-02T21:33:38.810Z | Downloaded proc-macro2 v1.0.106 |
| 410 | 2026-03-02T21:33:38.813Z | Downloaded pest_meta v2.8.2 |
| 411 | 2026-03-02T21:33:38.816Z | Downloaded icu_locid v1.5.0 |
| 412 | 2026-03-02T21:33:38.819Z | Downloaded serde_core v1.0.228 |
| 413 | 2026-03-02T21:33:38.822Z | Downloaded getrandom v0.3.4 |
| 414 | 2026-03-02T21:33:38.825Z | Downloaded icu_normalizer v1.5.0 |
| 415 | 2026-03-02T21:33:38.828Z | Downloaded icu_properties v1.5.1 |
| 416 | 2026-03-02T21:33:38.828Z | Downloaded icu_provider v1.5.0 |
| 417 | 2026-03-02T21:33:38.831Z | Downloaded sha2 v0.10.9 |
| 418 | 2026-03-02T21:33:38.831Z | Downloaded quote v1.0.44 |
| 419 | 2026-03-02T21:33:38.834Z | Downloaded memchr v2.7.4 |
| 420 | 2026-03-02T21:33:38.838Z | Downloaded icu_collections v1.5.0 |
| 421 | 2026-03-02T21:33:38.843Z | Downloaded serde v1.0.228 |
| 422 | 2026-03-02T21:33:38.846Z | Downloaded litemap v0.7.3 |
| 423 | 2026-03-02T21:33:38.850Z | Downloaded itoa v1.0.11 |
| 424 | 2026-03-02T21:33:38.850Z | Downloaded unicode-ident v1.0.24 |
| 425 | 2026-03-02T21:33:38.853Z | Downloaded hashbrown v0.16.1 |
| 426 | 2026-03-02T21:33:38.857Z | Downloaded generic-array v0.14.7 |
| 427 | 2026-03-02T21:33:38.860Z | Downloaded typenum v1.17.0 |
| 428 | 2026-03-02T21:33:38.861Z | Downloaded pretty-hex v0.4.1 |
| 429 | 2026-03-02T21:33:38.861Z | Downloaded tempfile v3.24.0 |
| 430 | 2026-03-02T21:33:38.864Z | Downloaded zerovec-derive v0.10.3 |
| 431 | 2026-03-02T21:33:38.864Z | Downloaded yoke v0.7.4 |
| 432 | 2026-03-02T21:33:38.866Z | Downloaded indexmap v2.13.0 |
| 433 | 2026-03-02T21:33:38.869Z | Downloaded tinystr v0.7.6 |
| 434 | 2026-03-02T21:33:38.873Z | Downloaded typeid v1.0.3 |
| 435 | 2026-03-02T21:33:38.873Z | Downloaded anyhow v1.0.99 |
| 436 | 2026-03-02T21:33:38.876Z | Downloaded bitflags v2.9.4 |
| 437 | 2026-03-02T21:33:38.879Z | Downloaded clap_builder v4.5.48 |
| 438 | 2026-03-02T21:33:38.917Z | Downloaded pest v2.8.2 |
| 439 | 2026-03-02T21:33:38.925Z | Downloaded serde_json v1.0.149 |
| 440 | 2026-03-02T21:33:38.925Z | Downloaded idna v1.0.3 |
| 441 | 2026-03-02T21:33:38.925Z | Downloaded anstyle-parse v0.2.5 |
| 442 | 2026-03-02T21:33:38.925Z | Downloaded write16 v1.0.0 |
| 443 | 2026-03-02T21:33:38.925Z | Downloaded unicode-xid v0.2.6 |
| 444 | 2026-03-02T21:33:38.925Z | Downloaded unicode-linebreak v0.1.5 |
| 445 | 2026-03-02T21:33:38.925Z | Downloaded anstyle-query v1.1.1 |
| 446 | 2026-03-02T21:33:38.925Z | Downloaded yoke-derive v0.7.4 |
| 447 | 2026-03-02T21:33:38.925Z | Downloaded toml_datetime v0.6.11 |
| 448 | 2026-03-02T21:33:38.925Z | Downloaded goblin v0.8.2 |
| 449 | 2026-03-02T21:33:38.925Z | Downloaded autocfg v1.4.0 |
| 450 | 2026-03-02T21:33:38.925Z | Downloaded thiserror v2.0.18 |
| 451 | 2026-03-02T21:33:38.925Z | Downloaded dtrace-parser v0.2.0 |
| 452 | 2026-03-02T21:33:38.925Z | Downloaded colorchoice v1.0.2 |
| 453 | 2026-03-02T21:33:38.925Z | Downloaded block-buffer v0.10.4 |
| 454 | 2026-03-02T21:33:38.925Z | Downloaded cfg-if v1.0.4 |
| 455 | 2026-03-02T21:33:38.925Z | Downloaded cpufeatures v0.2.14 |
| 456 | 2026-03-02T21:33:38.928Z | Downloaded clap_derive v4.5.47 |
| 457 | 2026-03-02T21:33:38.928Z | Downloaded tabled v0.15.0 |
| 458 | 2026-03-02T21:33:38.937Z | Downloaded syn v2.0.117 |
| 459 | 2026-03-02T21:33:38.947Z | Downloaded icu_properties_data v1.5.0 |
| 460 | 2026-03-02T21:33:38.956Z | Downloaded syn v1.0.109 |
| 461 | 2026-03-02T21:33:38.964Z | Downloaded cargo_metadata v0.21.0 |
| 462 | 2026-03-02T21:33:38.973Z | Downloaded rustix v0.38.37 |
| 463 | 2026-03-02T21:33:38.993Z | Downloaded rustix v1.1.3 |
| 464 | 2026-03-02T21:33:39.021Z | Downloaded libc v0.2.180 |
| 465 | 2026-03-02T21:33:39.113Z | Compiling proc-macro2 v1.0.106 |
| 466 | 2026-03-02T21:33:39.116Z | Compiling quote v1.0.44 |
| 467 | 2026-03-02T21:33:39.116Z | Compiling unicode-ident v1.0.24 |
| 468 | 2026-03-02T21:33:39.116Z | Compiling serde_core v1.0.228 |
| 469 | 2026-03-02T21:33:39.116Z | Compiling serde v1.0.228 |
| 470 | 2026-03-02T21:33:39.116Z | Compiling version_check v0.9.5 |
| 471 | 2026-03-02T21:33:39.116Z | Compiling libc v0.2.180 |
| 472 | 2026-03-02T21:33:39.116Z | Compiling memchr v2.7.4 |
| 473 | 2026-03-02T21:33:39.619Z | Compiling thiserror v2.0.18 |
| 474 | 2026-03-02T21:33:40.037Z | Compiling stable_deref_trait v1.2.0 |
| 475 | 2026-03-02T21:33:40.088Z | Compiling zmij v1.0.15 |
| 476 | 2026-03-02T21:33:40.113Z | Compiling itoa v1.0.11 |
| 477 | 2026-03-02T21:33:40.177Z | Compiling autocfg v1.4.0 |
| 478 | 2026-03-02T21:33:40.338Z | Compiling writeable v0.5.5 |
| 479 | 2026-03-02T21:33:40.858Z | Compiling thiserror v1.0.69 |
| 480 | 2026-03-02T21:33:40.897Z | Compiling litemap v0.7.3 |
| 481 | 2026-03-02T21:33:41.070Z | Compiling ucd-trie v0.1.7 |
| 482 | 2026-03-02T21:33:41.272Z | Compiling icu_locid_transform_data v1.5.0 |
| 483 | 2026-03-02T21:33:41.593Z | Compiling errno v0.3.12 |
| 484 | 2026-03-02T21:33:41.624Z | Compiling bitflags v2.9.4 |
| 485 | 2026-03-02T21:33:41.735Z | Compiling byteorder v1.5.0 |
| 486 | 2026-03-02T21:33:41.828Z | Compiling syn v2.0.117 |
| 487 | 2026-03-02T21:33:41.973Z | Compiling serde_json v1.0.149 |
| 488 | 2026-03-02T21:33:42.013Z | Compiling icu_properties_data v1.5.0 |
| 489 | 2026-03-02T21:33:42.057Z | Compiling num-traits v0.2.19 |
| 490 | 2026-03-02T21:33:42.178Z | Compiling typeid v1.0.3 |
| 491 | 2026-03-02T21:33:42.257Z | Compiling utf16_iter v1.0.5 |
| 492 | 2026-03-02T21:33:42.348Z | Compiling rustix v0.38.37 |
| 493 | 2026-03-02T21:33:42.402Z | Compiling hashbrown v0.16.1 |
| 494 | 2026-03-02T21:33:42.695Z | Compiling utf8_iter v1.0.4 |
| 495 | 2026-03-02T21:33:42.737Z | Compiling icu_normalizer_data v1.5.0 |
| 496 | 2026-03-02T21:33:42.860Z | Compiling write16 v1.0.0 |
| 497 | 2026-03-02T21:33:42.885Z | Compiling smallvec v1.15.1 |
| 498 | 2026-03-02T21:33:42.944Z | Compiling equivalent v1.0.2 |
| 499 | 2026-03-02T21:33:43.224Z | Compiling usdt-impl v0.5.0 |
| 500 | 2026-03-02T21:33:43.263Z | Compiling proc-macro-error-attr v1.0.4 |
| 501 | 2026-03-02T21:33:43.433Z | Compiling winnow v0.7.14 |
| 502 | 2026-03-02T21:33:43.589Z | Compiling indexmap v2.13.0 |
| 503 | 2026-03-02T21:33:43.616Z | Compiling syn v1.0.109 |
| 504 | 2026-03-02T21:33:43.644Z | Compiling toml_write v0.1.2 |
| 505 | 2026-03-02T21:33:44.044Z | Compiling thread-id v4.2.2 |
| 506 | 2026-03-02T21:33:44.791Z | Compiling proc-macro-error v1.0.4 |
| 507 | 2026-03-02T21:33:45.129Z | Compiling camino v1.2.2 |
| 508 | 2026-03-02T21:33:45.158Z | Compiling utf8parse v0.2.2 |
| 509 | 2026-03-02T21:33:45.486Z | Compiling percent-encoding v2.3.2 |
| 510 | 2026-03-02T21:33:45.694Z | Compiling plain v0.2.3 |
| 511 | 2026-03-02T21:33:45.727Z | Compiling rustix v1.1.3 |
| 512 | 2026-03-02T21:33:45.752Z | Compiling getrandom v0.3.4 |
| 513 | 2026-03-02T21:33:45.989Z | Compiling log v0.4.29 |
| 514 | 2026-03-02T21:33:46.148Z | Compiling ordered-float v2.10.1 |
| 515 | 2026-03-02T21:33:46.369Z | Compiling form_urlencoded v1.2.2 |
| 516 | 2026-03-02T21:33:46.696Z | Compiling terminal_size v0.4.0 |
| 517 | 2026-03-02T21:33:46.726Z | Compiling anstyle-parse v0.2.5 |
| 518 | 2026-03-02T21:33:47.060Z | Compiling is_terminal_polyfill v1.70.1 |
| 519 | 2026-03-02T21:33:47.107Z | Compiling anstyle-query v1.1.1 |
| 520 | 2026-03-02T21:33:47.207Z | Compiling anstyle v1.0.11 |
| 521 | 2026-03-02T21:33:47.270Z | Compiling colorchoice v1.0.2 |
| 522 | 2026-03-02T21:33:47.288Z | Compiling pretty-hex v0.4.1 |
| 523 | 2026-03-02T21:33:47.421Z | Compiling cfg-if v1.0.4 |
| 524 | 2026-03-02T21:33:47.607Z | Compiling anstream v0.6.18 |
| 525 | 2026-03-02T21:33:47.722Z | Compiling semver v1.0.27 |
| 526 | 2026-03-02T21:33:48.297Z | Compiling fs-err v3.1.1 |
| 527 | 2026-03-02T21:33:48.414Z | Compiling synstructure v0.13.1 |
| 528 | 2026-03-02T21:33:48.444Z | Compiling unicode-width v0.1.14 |
| 529 | 2026-03-02T21:33:48.502Z | Compiling anyhow v1.0.99 |
| 530 | 2026-03-02T21:33:48.667Z | Compiling bytecount v0.6.8 |
| 531 | 2026-03-02T21:33:48.927Z | Compiling heck v0.5.0 |
| 532 | 2026-03-02T21:33:49.037Z | Compiling clap_lex v0.7.4 |
| 533 | 2026-03-02T21:33:49.147Z | Compiling fnv v1.0.7 |
| 534 | 2026-03-02T21:33:49.328Z | Compiling heck v0.4.1 |
| 535 | 2026-03-02T21:33:49.424Z | Compiling fastrand v2.1.1 |
| 536 | 2026-03-02T21:33:49.514Z | Compiling strsim v0.11.1 |
| 537 | 2026-03-02T21:33:49.769Z | Compiling unicode-xid v0.2.6 |
| 538 | 2026-03-02T21:33:49.840Z | Compiling once_cell v1.21.3 |
| 539 | 2026-03-02T21:33:49.934Z | Compiling clap_builder v4.5.48 |
| 540 | 2026-03-02T21:33:49.993Z | Compiling papergrid v0.11.0 |
| 541 | 2026-03-02T21:33:50.240Z | Compiling tempfile v3.24.0 |
| 542 | 2026-03-02T21:33:50.464Z | Compiling memmap v0.7.0 |
| 543 | 2026-03-02T21:33:50.679Z | Compiling smawk v0.3.2 |
| 544 | 2026-03-02T21:33:50.769Z | Compiling unicode-linebreak v0.1.5 |
| 545 | 2026-03-02T21:33:50.927Z | Compiling unicode-width v0.2.0 |
| 546 | 2026-03-02T21:33:51.294Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2026-03-02T21:33:51.488Z | Compiling textwrap v0.16.2 |
| 548 | 2026-03-02T21:33:51.779Z | Compiling swrite v0.1.0 |
| 549 | 2026-03-02T21:33:51.936Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 550 | 2026-03-02T21:33:52.160Z | Compiling tabled_derive v0.7.0 |
| 551 | 2026-03-02T21:33:52.759Z | Compiling serde_derive v1.0.228 |
| 552 | 2026-03-02T21:33:52.759Z | Compiling zerofrom-derive v0.1.4 |
| 553 | 2026-03-02T21:33:52.762Z | Compiling yoke-derive v0.7.4 |
| 554 | 2026-03-02T21:33:52.762Z | Compiling zerovec-derive v0.10.3 |
| 555 | 2026-03-02T21:33:52.870Z | Compiling thiserror-impl v2.0.18 |
| 556 | 2026-03-02T21:33:54.198Z | Compiling displaydoc v0.2.5 |
| 557 | 2026-03-02T21:33:55.320Z | Compiling thiserror-impl v1.0.69 |
| 558 | 2026-03-02T21:33:55.560Z | Compiling icu_provider_macros v1.5.0 |
| 559 | 2026-03-02T21:33:55.737Z | Compiling zerocopy-derive v0.7.35 |
| 560 | 2026-03-02T21:33:56.092Z | Compiling zerofrom v0.1.4 |
| 561 | 2026-03-02T21:33:56.259Z | Compiling yoke v0.7.4 |
| 562 | 2026-03-02T21:33:56.295Z | Compiling pest v2.8.2 |
| 563 | 2026-03-02T21:33:56.613Z | Compiling scroll_derive v0.12.0 |
| 564 | 2026-03-02T21:33:56.658Z | Compiling zerovec v0.10.4 |
| 565 | 2026-03-02T21:33:57.340Z | Compiling clap_derive v4.5.47 |
| 566 | 2026-03-02T21:33:57.657Z | Compiling zerocopy v0.7.35 |
| 567 | 2026-03-02T21:33:57.965Z | Compiling scroll v0.12.0 |
| 568 | 2026-03-02T21:33:58.277Z | Compiling tabled v0.15.0 |
| 569 | 2026-03-02T21:33:58.494Z | Compiling tinystr v0.7.6 |
| 570 | 2026-03-02T21:33:58.533Z | Compiling icu_collections v1.5.0 |
| 571 | 2026-03-02T21:33:58.685Z | Compiling goblin v0.8.2 |
| 572 | 2026-03-02T21:33:58.939Z | Compiling icu_locid v1.5.0 |
| 573 | 2026-03-02T21:33:59.135Z | Compiling pest_meta v2.8.2 |
| 574 | 2026-03-02T21:34:00.151Z | Compiling icu_provider v1.5.0 |
| 575 | 2026-03-02T21:34:00.974Z | Compiling icu_locid_transform v1.5.0 |
| 576 | 2026-03-02T21:34:01.032Z | Compiling pest_generator v2.8.2 |
| 577 | 2026-03-02T21:34:01.037Z | Compiling toml_datetime v0.6.11 |
| 578 | 2026-03-02T21:34:01.134Z | Compiling serde_spanned v0.6.9 |
| 579 | 2026-03-02T21:34:01.163Z | Compiling dof v0.3.0 |
| 580 | 2026-03-02T21:34:01.401Z | Compiling toml_edit v0.22.27 |
| 581 | 2026-03-02T21:34:01.583Z | Compiling serde_tokenstream v0.2.3 |
| 582 | 2026-03-02T21:34:02.058Z | Compiling erased-serde v0.4.6 |
| 583 | 2026-03-02T21:34:02.210Z | Compiling icu_properties v1.5.1 |
| 584 | 2026-03-02T21:34:02.841Z | Compiling serde-value v0.7.0 |
| 585 | 2026-03-02T21:34:03.212Z | Compiling serde-untagged v0.1.7 |
| 586 | 2026-03-02T21:34:03.238Z | Compiling cargo-platform v0.2.0 |
| 587 | 2026-03-02T21:34:03.553Z | Compiling pest_derive v2.8.2 |
| 588 | 2026-03-02T21:34:03.605Z | Compiling clap v4.5.48 |
| 589 | 2026-03-02T21:34:03.704Z | Compiling macaddr v1.0.1 |
| 590 | 2026-03-02T21:34:04.349Z | Compiling dtrace-parser v0.2.0 |
| 591 | 2026-03-02T21:34:04.720Z | Compiling toml v0.8.23 |
| 592 | 2026-03-02T21:34:05.652Z | Compiling cargo_toml v0.21.0 |
| 593 | 2026-03-02T21:34:05.807Z | Compiling icu_normalizer v1.5.0 |
| 594 | 2026-03-02T21:34:06.517Z | Compiling usdt-attr-macro v0.5.0 |
| 595 | 2026-03-02T21:34:06.547Z | Compiling usdt-macro v0.5.0 |
| 596 | 2026-03-02T21:34:06.686Z | Compiling idna_adapter v1.2.0 |
| 597 | 2026-03-02T21:34:06.903Z | Compiling idna v1.0.3 |
| 598 | 2026-03-02T21:34:07.349Z | Compiling url v2.5.4 |
| 599 | 2026-03-02T21:34:07.570Z | Compiling usdt v0.5.0 |
| 600 | 2026-03-02T21:34:08.021Z | Compiling cargo-util-schemas v0.8.2 |
| 601 | 2026-03-02T21:34:09.643Z | Compiling cargo_metadata v0.21.0 |
| 602 | 2026-03-02T21:34:11.137Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 603 | 2026-03-02T21:34:14.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 604 | 2026-03-02T21:34:14.851Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 605 | 2026-03-02T21:34:15.637Z | Downloading crates ... |
| 606 | 2026-03-02T21:34:15.774Z | Downloaded aead v0.5.2 |
| 607 | 2026-03-02T21:34:15.782Z | Downloaded cargo-platform v0.1.8 |
| 608 | 2026-03-02T21:34:15.787Z | Downloaded atomic-waker v1.1.2 |
| 609 | 2026-03-02T21:34:15.791Z | Downloaded arrayref v0.3.9 |
| 610 | 2026-03-02T21:34:15.797Z | Downloaded cfg_aliases v0.1.1 |
| 611 | 2026-03-02T21:34:15.801Z | Downloaded blowfish v0.9.1 |
| 612 | 2026-03-02T21:34:15.806Z | Downloaded backoff v0.4.0 |
| 613 | 2026-03-02T21:34:15.815Z | Downloaded convert_case v0.7.1 |
| 614 | 2026-03-02T21:34:15.819Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 615 | 2026-03-02T21:34:15.826Z | Downloaded derive_builder_macro v0.20.2 |
| 616 | 2026-03-02T21:34:15.826Z | Downloaded dunce v1.0.5 |
| 617 | 2026-03-02T21:34:15.829Z | Downloaded futures-io v0.3.31 |
| 618 | 2026-03-02T21:34:15.833Z | Downloaded deranged v0.5.3 |
| 619 | 2026-03-02T21:34:15.841Z | Downloaded fixedbitset v0.5.7 |
| 620 | 2026-03-02T21:34:15.845Z | Downloaded futures-macro v0.3.31 |
| 621 | 2026-03-02T21:34:15.848Z | Downloaded enum-as-inner v0.6.1 |
| 622 | 2026-03-02T21:34:15.851Z | Downloaded embedded-io v0.4.0 |
| 623 | 2026-03-02T21:34:15.855Z | Downloaded dof v0.4.0 |
| 624 | 2026-03-02T21:34:15.859Z | Downloaded float-ord v0.3.2 |
| 625 | 2026-03-02T21:34:15.864Z | Downloaded block-padding v0.3.3 |
| 626 | 2026-03-02T21:34:15.867Z | Downloaded flume v0.11.1 |
| 627 | 2026-03-02T21:34:15.875Z | Downloaded drift v0.1.3 |
| 628 | 2026-03-02T21:34:15.884Z | Downloaded endian-type v0.1.2 |
| 629 | 2026-03-02T21:34:15.887Z | Downloaded embedded-io v0.6.1 |
| 630 | 2026-03-02T21:34:15.893Z | Downloaded flagset v0.4.6 |
| 631 | 2026-03-02T21:34:15.896Z | Downloaded constant_time_eq v0.3.1 |
| 632 | 2026-03-02T21:34:15.900Z | Downloaded ecdsa v0.16.9 |
| 633 | 2026-03-02T21:34:15.905Z | Downloaded gethostname v0.5.0 |
| 634 | 2026-03-02T21:34:15.909Z | Downloaded fxhash v0.2.1 |
| 635 | 2026-03-02T21:34:15.912Z | Downloaded async-recursion v1.1.1 |
| 636 | 2026-03-02T21:34:15.919Z | Downloaded foreign-types v0.3.2 |
| 637 | 2026-03-02T21:34:15.923Z | Downloaded cstr-argument v0.1.2 |
| 638 | 2026-03-02T21:34:15.939Z | Downloaded hash32 v0.2.1 |
| 639 | 2026-03-02T21:34:15.942Z | Downloaded crucible-workspace-hack v0.1.0 |
| 640 | 2026-03-02T21:34:15.946Z | Downloaded git-stub v1.0.0 |
| 641 | 2026-03-02T21:34:15.951Z | Downloaded ghash v0.5.1 |
| 642 | 2026-03-02T21:34:15.957Z | Downloaded filetime v0.2.26 |
| 643 | 2026-03-02T21:34:15.963Z | Downloaded hex-literal v0.4.1 |
| 644 | 2026-03-02T21:34:15.967Z | Downloaded http-body v1.0.1 |
| 645 | 2026-03-02T21:34:15.970Z | Downloaded cmake v0.1.57 |
| 646 | 2026-03-02T21:34:15.976Z | Downloaded hubpack v0.1.2 |
| 647 | 2026-03-02T21:34:15.976Z | Downloaded ident_case v1.0.1 |
| 648 | 2026-03-02T21:34:15.981Z | Downloaded indoc v1.0.9 |
| 649 | 2026-03-02T21:34:15.985Z | Downloaded globset v0.4.15 |
| 650 | 2026-03-02T21:34:15.991Z | Downloaded erased-serde v0.3.31 |
| 651 | 2026-03-02T21:34:15.995Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 652 | 2026-03-02T21:34:16.000Z | Downloaded group v0.13.0 |
| 653 | 2026-03-02T21:34:16.010Z | Downloaded instability v0.3.2 |
| 654 | 2026-03-02T21:34:16.010Z | Downloaded internet-checksum v0.2.1 |
| 655 | 2026-03-02T21:34:16.016Z | Downloaded instant v0.1.13 |
| 656 | 2026-03-02T21:34:16.016Z | Downloaded is-terminal v0.4.13 |
| 657 | 2026-03-02T21:34:16.023Z | Downloaded inout v0.1.3 |
| 658 | 2026-03-02T21:34:16.023Z | Downloaded hostname v0.4.2 |
| 659 | 2026-03-02T21:34:16.027Z | Downloaded keccak v0.1.5 |
| 660 | 2026-03-02T21:34:16.027Z | Downloaded http-body-util v0.1.3 |
| 661 | 2026-03-02T21:34:16.032Z | Downloaded lazy_static v1.5.0 |
| 662 | 2026-03-02T21:34:16.037Z | Downloaded kstat-rs v0.2.4 |
| 663 | 2026-03-02T21:34:16.037Z | Downloaded libsw-core v0.3.1 |
| 664 | 2026-03-02T21:34:16.040Z | Downloaded humantime v2.2.0 |
| 665 | 2026-03-02T21:34:16.045Z | Downloaded des v0.8.1 |
| 666 | 2026-03-02T21:34:16.049Z | Downloaded glob v0.3.2 |
| 667 | 2026-03-02T21:34:16.054Z | Downloaded lru-slab v0.1.2 |
| 668 | 2026-03-02T21:34:16.067Z | Downloaded md-5 v0.10.6 |
| 669 | 2026-03-02T21:34:16.067Z | Downloaded lzss v0.8.2 |
| 670 | 2026-03-02T21:34:16.071Z | Downloaded new_debug_unreachable v1.0.6 |
| 671 | 2026-03-02T21:34:16.071Z | Downloaded newline-converter v0.3.0 |
| 672 | 2026-03-02T21:34:16.071Z | Downloaded match_cfg v0.1.0 |
| 673 | 2026-03-02T21:34:16.075Z | Downloaded linked-hash-map v0.5.6 |
| 674 | 2026-03-02T21:34:16.080Z | Downloaded backtrace v0.3.74 |
| 675 | 2026-03-02T21:34:16.084Z | Downloaded nodrop v0.1.14 |
| 676 | 2026-03-02T21:34:16.088Z | Downloaded num-iter v0.1.45 |
| 677 | 2026-03-02T21:34:16.092Z | Downloaded mime v0.3.17 |
| 678 | 2026-03-02T21:34:16.092Z | Downloaded jobserver v0.1.32 |
| 679 | 2026-03-02T21:34:16.097Z | Downloaded futures v0.3.31 |
| 680 | 2026-03-02T21:34:16.104Z | Downloaded opaque-debug v0.3.1 |
| 681 | 2026-03-02T21:34:16.107Z | Downloaded bytes v1.11.1 |
| 682 | 2026-03-02T21:34:16.111Z | Downloaded newtype-uuid-macros v0.1.0 |
| 683 | 2026-03-02T21:34:16.114Z | Downloaded libz-rs-sys v0.5.1 |
| 684 | 2026-03-02T21:34:16.119Z | Downloaded num_threads v0.1.7 |
| 685 | 2026-03-02T21:34:16.122Z | Downloaded olpc-cjson v0.1.4 |
| 686 | 2026-03-02T21:34:16.125Z | Downloaded oso-derive v0.27.3 |
| 687 | 2026-03-02T21:34:16.125Z | Downloaded lock_api v0.4.12 |
| 688 | 2026-03-02T21:34:16.128Z | Downloaded openssl-probe v0.1.5 |
| 689 | 2026-03-02T21:34:16.131Z | Downloaded packed_struct_codegen v0.10.1 |
| 690 | 2026-03-02T21:34:16.134Z | Downloaded openssl-macros v0.1.1 |
| 691 | 2026-03-02T21:34:16.138Z | Downloaded base64 v0.21.7 |
| 692 | 2026-03-02T21:34:16.142Z | Downloaded libefi-sys v0.1.0 |
| 693 | 2026-03-02T21:34:16.145Z | Downloaded newtype-uuid v1.3.2 |
| 694 | 2026-03-02T21:34:16.149Z | Downloaded multer v3.1.0 |
| 695 | 2026-03-02T21:34:16.152Z | Downloaded flate2 v1.1.2 |
| 696 | 2026-03-02T21:34:16.159Z | Downloaded pbkdf2 v0.11.0 |
| 697 | 2026-03-02T21:34:16.162Z | Downloaded peg-runtime v0.8.5 |
| 698 | 2026-03-02T21:34:16.166Z | Downloaded pbkdf2 v0.12.2 |
| 699 | 2026-03-02T21:34:16.168Z | Downloaded nu-ansi-term v0.50.1 |
| 700 | 2026-03-02T21:34:16.173Z | Downloaded num_enum v0.5.11 |
| 701 | 2026-03-02T21:34:16.179Z | Downloaded oxide-tokio-rt v0.1.2 |
| 702 | 2026-03-02T21:34:16.184Z | Downloaded pin-utils v0.1.0 |
| 703 | 2026-03-02T21:34:16.189Z | Downloaded base64 v0.22.1 |
| 704 | 2026-03-02T21:34:16.194Z | Downloaded phf_shared v0.11.2 |
| 705 | 2026-03-02T21:34:16.194Z | Downloaded heapless v0.8.0 |
| 706 | 2026-03-02T21:34:16.205Z | Downloaded predicates-tree v1.0.12 |
| 707 | 2026-03-02T21:34:16.205Z | Downloaded predicates-core v1.0.8 |
| 708 | 2026-03-02T21:34:16.210Z | Downloaded aes v0.8.4 |
| 709 | 2026-03-02T21:34:16.213Z | Downloaded proc-macro-crate v1.3.1 |
| 710 | 2026-03-02T21:34:16.213Z | Downloaded pretty-hex v0.2.1 |
| 711 | 2026-03-02T21:34:16.217Z | Downloaded progenitor v0.8.0 |
| 712 | 2026-03-02T21:34:16.217Z | Downloaded progenitor-client v0.11.2 |
| 713 | 2026-03-02T21:34:16.222Z | Downloaded password-hash v0.4.2 |
| 714 | 2026-03-02T21:34:16.227Z | Downloaded progenitor-client v0.10.0 |
| 715 | 2026-03-02T21:34:16.227Z | Downloaded peg v0.8.5 |
| 716 | 2026-03-02T21:34:16.233Z | Downloaded psl-types v2.0.11 |
| 717 | 2026-03-02T21:34:16.264Z | Downloaded progenitor-macro v0.13.0 |
| 718 | 2026-03-02T21:34:16.264Z | Downloaded progenitor-macro v0.11.2 |
| 719 | 2026-03-02T21:34:16.268Z | Downloaded progenitor-macro v0.10.0 |
| 720 | 2026-03-02T21:34:16.268Z | Downloaded pin-project-internal v1.1.6 |
| 721 | 2026-03-02T21:34:16.268Z | Downloaded progenitor-macro v0.8.0 |
| 722 | 2026-03-02T21:34:16.268Z | Downloaded paste v1.0.15 |
| 723 | 2026-03-02T21:34:16.268Z | Downloaded owo-colors v4.2.3 |
| 724 | 2026-03-02T21:34:16.268Z | Downloaded rand_chacha v0.3.1 |
| 725 | 2026-03-02T21:34:16.268Z | Downloaded poly1305 v0.8.0 |
| 726 | 2026-03-02T21:34:16.268Z | Downloaded pin-project-lite v0.2.14 |
| 727 | 2026-03-02T21:34:16.268Z | Downloaded rand_xorshift v0.4.0 |
| 728 | 2026-03-02T21:34:16.273Z | Downloaded radium v0.7.0 |
| 729 | 2026-03-02T21:34:16.273Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 730 | 2026-03-02T21:34:16.276Z | Downloaded primeorder v0.13.6 |
| 731 | 2026-03-02T21:34:16.276Z | Downloaded progenitor v0.13.0 |
| 732 | 2026-03-02T21:34:16.280Z | Downloaded ref-cast v1.0.25 |
| 733 | 2026-03-02T21:34:16.283Z | Downloaded postgres-protocol v0.6.8 |
| 734 | 2026-03-02T21:34:16.286Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 735 | 2026-03-02T21:34:16.289Z | Downloaded rfc6979 v0.4.0 |
| 736 | 2026-03-02T21:34:16.294Z | Downloaded ref-cast-impl v1.0.25 |
| 737 | 2026-03-02T21:34:16.297Z | Downloaded progenitor-extras v0.1.0 |
| 738 | 2026-03-02T21:34:16.297Z | Downloaded pem-rfc7468 v0.7.0 |
| 739 | 2026-03-02T21:34:16.301Z | Downloaded parking_lot v0.12.3 |
| 740 | 2026-03-02T21:34:16.305Z | Downloaded quick-error v1.2.3 |
| 741 | 2026-03-02T21:34:16.308Z | Downloaded psm v0.1.30 |
| 742 | 2026-03-02T21:34:16.311Z | Downloaded progenitor-client v0.13.0 |
| 743 | 2026-03-02T21:34:16.311Z | Downloaded rustc_version v0.1.7 |
| 744 | 2026-03-02T21:34:16.314Z | Downloaded russh-cryptovec v0.7.3 |
| 745 | 2026-03-02T21:34:16.317Z | Downloaded hickory-resolver v0.24.4 |
| 746 | 2026-03-02T21:34:16.320Z | Downloaded rand_chacha v0.9.0 |
| 747 | 2026-03-02T21:34:16.324Z | Downloaded r2d2 v0.8.10 |
| 748 | 2026-03-02T21:34:16.327Z | Downloaded rtoolbox v0.0.2 |
| 749 | 2026-03-02T21:34:16.330Z | Downloaded rand_seeder v0.4.0 |
| 750 | 2026-03-02T21:34:16.330Z | Downloaded pkcs1 v0.7.5 |
| 751 | 2026-03-02T21:34:16.334Z | Downloaded salsa20 v0.10.2 |
| 752 | 2026-03-02T21:34:16.338Z | Downloaded rustc_version v0.4.1 |
| 753 | 2026-03-02T21:34:16.342Z | Downloaded postgres-types v0.2.9 |
| 754 | 2026-03-02T21:34:16.347Z | Downloaded rand_core v0.9.3 |
| 755 | 2026-03-02T21:34:16.347Z | Downloaded jiff-static v0.2.15 |
| 756 | 2026-03-02T21:34:16.351Z | Downloaded resolv-conf v0.7.0 |
| 757 | 2026-03-02T21:34:16.358Z | Downloaded sapling-renderdag v0.1.0 |
| 758 | 2026-03-02T21:34:16.358Z | Downloaded same-file v1.0.6 |
| 759 | 2026-03-02T21:34:16.358Z | Downloaded postcard v1.0.10 |
| 760 | 2026-03-02T21:34:16.365Z | Downloaded secrecy v0.10.3 |
| 761 | 2026-03-02T21:34:16.366Z | Downloaded pin-project v1.1.6 |
| 762 | 2026-03-02T21:34:16.375Z | Downloaded rustc-demangle v0.1.24 |
| 763 | 2026-03-02T21:34:16.379Z | Downloaded rustls-pemfile v2.2.0 |
| 764 | 2026-03-02T21:34:16.386Z | Downloaded rustls-pemfile v1.0.4 |
| 765 | 2026-03-02T21:34:16.387Z | Downloaded serde_repr v0.1.19 |
| 766 | 2026-03-02T21:34:16.391Z | Downloaded serde_bytes v0.11.19 |
| 767 | 2026-03-02T21:34:16.391Z | Downloaded seq-macro v0.3.6 |
| 768 | 2026-03-02T21:34:16.399Z | Downloaded semver v0.1.20 |
| 769 | 2026-03-02T21:34:16.400Z | Downloaded rustls-native-certs v0.8.1 |
| 770 | 2026-03-02T21:34:16.411Z | Downloaded serde-big-array v0.5.1 |
| 771 | 2026-03-02T21:34:16.411Z | Downloaded rusty-fork v0.3.0 |
| 772 | 2026-03-02T21:34:16.411Z | Downloaded minimal-lexical v0.2.1 |
| 773 | 2026-03-02T21:34:16.411Z | Downloaded slog-bunyan v2.5.0 |
| 774 | 2026-03-02T21:34:16.412Z | Downloaded siphasher v1.0.1 |
| 775 | 2026-03-02T21:34:16.415Z | Downloaded secrecy v0.8.0 |
| 776 | 2026-03-02T21:34:16.416Z | Downloaded rustversion v1.0.22 |
| 777 | 2026-03-02T21:34:16.420Z | Downloaded serde_urlencoded v0.7.1 |
| 778 | 2026-03-02T21:34:16.420Z | Downloaded sha1 v0.10.6 |
| 779 | 2026-03-02T21:34:16.423Z | Downloaded hashbrown v0.12.3 |
| 780 | 2026-03-02T21:34:16.427Z | Downloaded slog-envlogger v2.2.0 |
| 781 | 2026-03-02T21:34:16.430Z | Downloaded scopeguard v1.2.0 |
| 782 | 2026-03-02T21:34:16.433Z | Downloaded russh-keys v0.45.0 |
| 783 | 2026-03-02T21:34:16.437Z | Downloaded scroll v0.13.0 |
| 784 | 2026-03-02T21:34:16.437Z | Downloaded serde_spanned v1.0.4 |
| 785 | 2026-03-02T21:34:16.440Z | Downloaded simd-adler32 v0.3.7 |
| 786 | 2026-03-02T21:34:16.443Z | Downloaded scheduled-thread-pool v0.2.7 |
| 787 | 2026-03-02T21:34:16.443Z | Downloaded sct v0.7.1 |
| 788 | 2026-03-02T21:34:16.448Z | Downloaded serde_plain v1.0.2 |
| 789 | 2026-03-02T21:34:16.451Z | Downloaded rustls-pki-types v1.14.0 |
| 790 | 2026-03-02T21:34:16.454Z | Downloaded signal-hook-mio v0.2.4 |
| 791 | 2026-03-02T21:34:16.458Z | Downloaded iddqd v0.3.16 |
| 792 | 2026-03-02T21:34:16.493Z | Downloaded serde_path_to_error v0.1.20 |
| 793 | 2026-03-02T21:34:16.493Z | Downloaded prettyplease v0.2.36 |
| 794 | 2026-03-02T21:34:16.493Z | Downloaded ssh-encoding v0.2.0 |
| 795 | 2026-03-02T21:34:16.493Z | Downloaded progenitor-impl v0.11.2 |
| 796 | 2026-03-02T21:34:16.493Z | Downloaded slab v0.4.9 |
| 797 | 2026-03-02T21:34:16.493Z | Downloaded siphasher v0.3.11 |
| 798 | 2026-03-02T21:34:16.493Z | Downloaded signal-hook-registry v1.4.2 |
| 799 | 2026-03-02T21:34:16.493Z | Downloaded structmeta-derive v0.3.0 |
| 800 | 2026-03-02T21:34:16.493Z | Downloaded structmeta v0.3.0 |
| 801 | 2026-03-02T21:34:16.493Z | Downloaded strum v0.27.2 |
| 802 | 2026-03-02T21:34:16.493Z | Downloaded hickory-server v0.25.2 |
| 803 | 2026-03-02T21:34:16.493Z | Downloaded slog-async v2.8.0 |
| 804 | 2026-03-02T21:34:16.497Z | Downloaded rcgen v0.12.1 |
| 805 | 2026-03-02T21:34:16.500Z | Downloaded sync_wrapper v1.0.1 |
| 806 | 2026-03-02T21:34:16.500Z | Downloaded strum v0.26.3 |
| 807 | 2026-03-02T21:34:16.500Z | Downloaded smf v0.2.3 |
| 808 | 2026-03-02T21:34:16.503Z | Downloaded slog-json v2.6.1 |
| 809 | 2026-03-02T21:34:16.507Z | Downloaded shell-words v1.1.0 |
| 810 | 2026-03-02T21:34:16.507Z | Downloaded serde-hex v0.1.0 |
| 811 | 2026-03-02T21:34:16.510Z | Downloaded subtle v2.6.1 |
| 812 | 2026-03-02T21:34:16.511Z | Downloaded sync-ptr v0.1.4 |
| 813 | 2026-03-02T21:34:16.515Z | Downloaded smallvec v0.6.14 |
| 814 | 2026-03-02T21:34:16.515Z | Downloaded shlex v1.3.0 |
| 815 | 2026-03-02T21:34:16.518Z | Downloaded tabwriter v1.4.0 |
| 816 | 2026-03-02T21:34:16.518Z | Downloaded aes-gcm v0.10.3 |
| 817 | 2026-03-02T21:34:16.539Z | Downloaded tabled_derive v0.10.0 |
| 818 | 2026-03-02T21:34:16.543Z | Downloaded tap v1.0.1 |
| 819 | 2026-03-02T21:34:16.543Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 820 | 2026-03-02T21:34:16.543Z | Downloaded testing_table v0.3.0 |
| 821 | 2026-03-02T21:34:16.548Z | Downloaded termtree v0.5.1 |
| 822 | 2026-03-02T21:34:16.548Z | Downloaded time-core v0.1.8 |
| 823 | 2026-03-02T21:34:16.548Z | Downloaded thread_local v1.1.8 |
| 824 | 2026-03-02T21:34:16.548Z | Downloaded static_assertions v1.1.0 |
| 825 | 2026-03-02T21:34:16.548Z | Downloaded string_cache v0.8.9 |
| 826 | 2026-03-02T21:34:16.548Z | Downloaded take_mut v0.2.2 |
| 827 | 2026-03-02T21:34:16.548Z | Downloaded stacker v0.1.23 |
| 828 | 2026-03-02T21:34:16.548Z | Downloaded sqlformat v0.3.5 |
| 829 | 2026-03-02T21:34:16.552Z | Downloaded tinyvec_macros v0.1.1 |
| 830 | 2026-03-02T21:34:16.552Z | Downloaded thread-id v5.0.0 |
| 831 | 2026-03-02T21:34:16.552Z | Downloaded rustls-platform-verifier v0.6.2 |
| 832 | 2026-03-02T21:34:16.555Z | Downloaded strum_macros v0.24.3 |
| 833 | 2026-03-02T21:34:16.555Z | Downloaded stringprep v0.1.5 |
| 834 | 2026-03-02T21:34:16.558Z | Downloaded rayon-core v1.12.1 |
| 835 | 2026-03-02T21:34:16.561Z | Downloaded serde_with_macros v3.16.1 |
| 836 | 2026-03-02T21:34:16.564Z | Downloaded qorb v0.4.1 |
| 837 | 2026-03-02T21:34:16.570Z | Downloaded rand v0.8.5 |
| 838 | 2026-03-02T21:34:16.574Z | Downloaded serde_cbor v0.11.2 |
| 839 | 2026-03-02T21:34:16.577Z | Downloaded tagptr v0.2.0 |
| 840 | 2026-03-02T21:34:16.580Z | Downloaded support-bundle-viewer v0.1.2 |
| 841 | 2026-03-02T21:34:16.580Z | Downloaded strum_macros v0.27.2 |
| 842 | 2026-03-02T21:34:16.583Z | Downloaded hyper v1.8.1 |
| 843 | 2026-03-02T21:34:16.589Z | Downloaded termios v0.3.3 |
| 844 | 2026-03-02T21:34:16.592Z | Downloaded libxml v0.3.3 |
| 845 | 2026-03-02T21:34:16.598Z | Downloaded spin v0.9.8 |
| 846 | 2026-03-02T21:34:16.601Z | Downloaded quinn v0.11.9 |
| 847 | 2026-03-02T21:34:16.604Z | Downloaded tiny-keccak v2.0.2 |
| 848 | 2026-03-02T21:34:16.607Z | Downloaded tower-service v0.3.3 |
| 849 | 2026-03-02T21:34:16.610Z | Downloaded topological-sort v0.2.2 |
| 850 | 2026-03-02T21:34:16.610Z | Downloaded h2 v0.4.6 |
| 851 | 2026-03-02T21:34:16.616Z | Downloaded rsa v0.9.8 |
| 852 | 2026-03-02T21:34:16.623Z | Downloaded try-lock v0.2.5 |
| 853 | 2026-03-02T21:34:16.626Z | Downloaded trait-variant v0.1.2 |
| 854 | 2026-03-02T21:34:16.627Z | Downloaded typify-macro v0.6.1 |
| 855 | 2026-03-02T21:34:16.627Z | Downloaded tower-layer v0.3.3 |
| 856 | 2026-03-02T21:34:16.630Z | Downloaded tokio-native-tls v0.3.1 |
| 857 | 2026-03-02T21:34:16.630Z | Downloaded strum_macros v0.26.4 |
| 858 | 2026-03-02T21:34:16.633Z | Downloaded serde_yaml v0.9.34+deprecated |
| 859 | 2026-03-02T21:34:16.636Z | Downloaded itertools v0.12.1 |
| 860 | 2026-03-02T21:34:16.642Z | Downloaded universal-hash v0.5.1 |
| 861 | 2026-03-02T21:34:16.647Z | Downloaded typify-macro v0.4.3 |
| 862 | 2026-03-02T21:34:16.647Z | Downloaded untrusted v0.7.1 |
| 863 | 2026-03-02T21:34:16.650Z | Downloaded tokio-rustls v0.25.0 |
| 864 | 2026-03-02T21:34:16.650Z | Downloaded socket2 v0.6.1 |
| 865 | 2026-03-02T21:34:16.653Z | Downloaded utf-8 v0.7.6 |
| 866 | 2026-03-02T21:34:16.653Z | Downloaded tokio-tungstenite v0.23.1 |
| 867 | 2026-03-02T21:34:16.658Z | Downloaded usdt-attr-macro v0.6.0 |
| 868 | 2026-03-02T21:34:16.658Z | Downloaded usdt v0.6.0 |
| 869 | 2026-03-02T21:34:16.661Z | Downloaded unit-prefix v0.5.1 |
| 870 | 2026-03-02T21:34:16.662Z | Downloaded unicode-truncate v1.1.0 |
| 871 | 2026-03-02T21:34:16.662Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 872 | 2026-03-02T21:34:16.662Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 873 | 2026-03-02T21:34:16.665Z | Downloaded num-bigint-dig v0.8.6 |
| 874 | 2026-03-02T21:34:16.669Z | Downloaded rustls-webpki v0.103.9 |
| 875 | 2026-03-02T21:34:16.672Z | Downloaded usdt-macro v0.6.0 |
| 876 | 2026-03-02T21:34:16.672Z | Downloaded wait-timeout v0.2.0 |
| 877 | 2026-03-02T21:34:16.675Z | Downloaded void v1.0.2 |
| 878 | 2026-03-02T21:34:16.675Z | Downloaded term v1.1.0 |
| 879 | 2026-03-02T21:34:16.679Z | Downloaded schemars v1.0.4 |
| 880 | 2026-03-02T21:34:16.692Z | Downloaded waitgroup v0.1.2 |
| 881 | 2026-03-02T21:34:16.695Z | Downloaded vte_generate_state_changes v0.1.2 |
| 882 | 2026-03-02T21:34:16.695Z | Downloaded want v0.3.1 |
| 883 | 2026-03-02T21:34:16.695Z | Downloaded unarray v0.1.4 |
| 884 | 2026-03-02T21:34:16.699Z | Downloaded tui-tree-widget v0.23.1 |
| 885 | 2026-03-02T21:34:16.699Z | Downloaded tinyvec v1.8.0 |
| 886 | 2026-03-02T21:34:16.702Z | Downloaded xshell-macros v0.2.7 |
| 887 | 2026-03-02T21:34:16.702Z | Downloaded xattr v1.3.1 |
| 888 | 2026-03-02T21:34:16.705Z | Downloaded subprocess v0.2.9 |
| 889 | 2026-03-02T21:34:16.711Z | Downloaded rand v0.9.2 |
| 890 | 2026-03-02T21:34:16.714Z | Downloaded untrusted v0.9.0 |
| 891 | 2026-03-02T21:34:16.714Z | Downloaded tokio-rustls v0.26.0 |
| 892 | 2026-03-02T21:34:16.714Z | Downloaded tokio-rustls v0.24.1 |
| 893 | 2026-03-02T21:34:16.717Z | Downloaded usdt-impl v0.6.0 |
| 894 | 2026-03-02T21:34:16.722Z | Downloaded hkdf v0.12.4 |
| 895 | 2026-03-02T21:34:16.722Z | Downloaded p521 v0.13.3 |
| 896 | 2026-03-02T21:34:16.725Z | Downloaded itertools v0.14.0 |
| 897 | 2026-03-02T21:34:16.731Z | Downloaded zeroize_derive v1.4.2 |
| 898 | 2026-03-02T21:34:16.735Z | Downloaded russh v0.45.0 |
| 899 | 2026-03-02T21:34:16.738Z | Downloaded zone v0.1.8 |
| 900 | 2026-03-02T21:34:16.742Z | Downloaded vergen-git2 v1.0.7 |
| 901 | 2026-03-02T21:34:16.742Z | Downloaded test-strategy v0.4.3 |
| 902 | 2026-03-02T21:34:16.745Z | Downloaded whoami v1.5.2 |
| 903 | 2026-03-02T21:34:16.749Z | Downloaded uzers v0.12.1 |
| 904 | 2026-03-02T21:34:16.752Z | Downloaded vergen-gitcl v1.0.8 |
| 905 | 2026-03-02T21:34:16.752Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 906 | 2026-03-02T21:34:16.755Z | Downloaded snafu v0.8.5 |
| 907 | 2026-03-02T21:34:16.759Z | Downloaded zone_cfg_derive v0.3.0 |
| 908 | 2026-03-02T21:34:16.762Z | Downloaded curve25519-dalek v4.1.3 |
| 909 | 2026-03-02T21:34:16.768Z | Downloaded xz2 v0.1.7 |
| 910 | 2026-03-02T21:34:16.771Z | Downloaded walkdir v2.5.0 |
| 911 | 2026-03-02T21:34:16.774Z | Downloaded tar v0.4.44 |
| 912 | 2026-03-02T21:34:16.774Z | Downloaded zeroize v1.8.1 |
| 913 | 2026-03-02T21:34:16.777Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 914 | 2026-03-02T21:34:16.782Z | Downloaded vergen v9.0.6 |
| 915 | 2026-03-02T21:34:16.786Z | Downloaded typify v0.2.0 |
| 916 | 2026-03-02T21:34:16.786Z | Downloaded unicode-properties v0.1.3 |
| 917 | 2026-03-02T21:34:16.791Z | Downloaded zstd-safe v7.2.3 |
| 918 | 2026-03-02T21:34:16.791Z | Downloaded blake3 v1.5.4 |
| 919 | 2026-03-02T21:34:16.796Z | Downloaded value-bag v1.12.0 |
| 920 | 2026-03-02T21:34:16.800Z | Downloaded typify v0.4.3 |
| 921 | 2026-03-02T21:34:16.803Z | Downloaded toml v0.7.8 |
| 922 | 2026-03-02T21:34:16.806Z | Downloaded typify v0.6.1 |
| 923 | 2026-03-02T21:34:16.810Z | Downloaded tracing-core v0.1.32 |
| 924 | 2026-03-02T21:34:16.814Z | Downloaded zstd v0.13.3 |
| 925 | 2026-03-02T21:34:16.817Z | Downloaded twox-hash v2.1.0 |
| 926 | 2026-03-02T21:34:16.820Z | Downloaded xshell v0.2.7 |
| 927 | 2026-03-02T21:34:16.820Z | Downloaded unicase v2.8.1 |
| 928 | 2026-03-02T21:34:16.823Z | Downloaded tokio-stream v0.1.17 |
| 929 | 2026-03-02T21:34:16.827Z | Downloaded tungstenite v0.23.0 |
| 930 | 2026-03-02T21:34:16.830Z | Downloaded tungstenite v0.21.0 |
| 931 | 2026-03-02T21:34:16.833Z | Downloaded steno v0.4.1 |
| 932 | 2026-03-02T21:34:16.838Z | Downloaded vte v0.11.1 |
| 933 | 2026-03-02T21:34:16.841Z | Downloaded rustyline v14.0.0 |
| 934 | 2026-03-02T21:34:16.844Z | Downloaded bitvec v1.0.1 |
| 935 | 2026-03-02T21:34:16.859Z | Downloaded yasna v0.5.2 |
| 936 | 2026-03-02T21:34:16.862Z | Downloaded unsafe-libyaml v0.2.11 |
| 937 | 2026-03-02T21:34:16.871Z | Downloaded unicode-bidi v0.3.17 |
| 938 | 2026-03-02T21:34:16.871Z | Downloaded rpassword v7.4.0 |
| 939 | 2026-03-02T21:34:16.874Z | Downloaded zerocopy v0.6.6 |
| 940 | 2026-03-02T21:34:16.874Z | Downloaded aws-lc-rs v1.16.0 |
| 941 | 2026-03-02T21:34:16.880Z | Downloaded reqwest v0.13.2 |
| 942 | 2026-03-02T21:34:16.886Z | Downloaded reqwest v0.12.28 |
| 943 | 2026-03-02T21:34:16.892Z | Downloaded tokio-postgres v0.7.13 |
| 944 | 2026-03-02T21:34:16.899Z | Downloaded unicode_categories v0.1.1 |
| 945 | 2026-03-02T21:34:16.902Z | Downloaded toml_edit v0.19.15 |
| 946 | 2026-03-02T21:34:16.916Z | Downloaded zip v0.6.6 |
| 947 | 2026-03-02T21:34:16.920Z | Downloaded uuid v1.19.0 |
| 948 | 2026-03-02T21:34:16.924Z | Downloaded reedline v0.40.0 |
| 949 | 2026-03-02T21:34:16.931Z | Downloaded zopfli v0.8.1 |
| 950 | 2026-03-02T21:34:16.934Z | Downloaded ssh-key v0.6.6 |
| 951 | 2026-03-02T21:34:16.940Z | Downloaded zerocopy-derive v0.8.27 |
| 952 | 2026-03-02T21:34:16.947Z | Downloaded quick-xml v0.37.2 |
| 953 | 2026-03-02T21:34:16.953Z | Downloaded x509-cert v0.2.5 |
| 954 | 2026-03-02T21:34:16.958Z | Downloaded salty v0.3.0 |
| 955 | 2026-03-02T21:34:16.966Z | Downloaded unicode-segmentation v1.12.0 |
| 956 | 2026-03-02T21:34:16.969Z | Downloaded git2 v0.20.2 |
| 957 | 2026-03-02T21:34:16.977Z | Downloaded chrono v0.4.43 |
| 958 | 2026-03-02T21:34:16.984Z | Downloaded yansi v1.0.1 |
| 959 | 2026-03-02T21:34:16.989Z | Downloaded tracing v0.1.40 |
| 960 | 2026-03-02T21:34:16.992Z | Downloaded rustls-webpki v0.102.8 |
| 961 | 2026-03-02T21:34:17.010Z | Downloaded zip v4.2.0 |
| 962 | 2026-03-02T21:34:17.014Z | Downloaded typed-path v0.9.3 |
| 963 | 2026-03-02T21:34:17.019Z | Downloaded serde_with v3.16.1 |
| 964 | 2026-03-02T21:34:17.032Z | Downloaded tokio-util v0.7.15 |
| 965 | 2026-03-02T21:34:17.038Z | Downloaded gimli v0.31.1 |
| 966 | 2026-03-02T21:34:17.046Z | Downloaded rustls-webpki v0.101.7 |
| 967 | 2026-03-02T21:34:17.061Z | Downloaded winnow v0.5.40 |
| 968 | 2026-03-02T21:34:17.069Z | Downloaded tower-http v0.6.8 |
| 969 | 2026-03-02T21:34:17.077Z | Downloaded tough v0.20.0 |
| 970 | 2026-03-02T21:34:17.086Z | Downloaded winnow v0.6.26 |
| 971 | 2026-03-02T21:34:17.094Z | Downloaded unicode-normalization v0.1.24 |
| 972 | 2026-03-02T21:34:17.099Z | Downloaded radix_trie v0.2.1 |
| 973 | 2026-03-02T21:34:17.104Z | Downloaded petname v2.0.2 |
| 974 | 2026-03-02T21:34:17.108Z | Downloaded tabled v0.20.0 |
| 975 | 2026-03-02T21:34:17.128Z | Downloaded time v0.3.47 |
| 976 | 2026-03-02T21:34:17.139Z | Downloaded diesel v2.2.12 |
| 977 | 2026-03-02T21:34:17.156Z | Downloaded smoltcp v0.9.1 |
| 978 | 2026-03-02T21:34:17.170Z | Downloaded rustls v0.21.12 |
| 979 | 2026-03-02T21:34:17.176Z | Downloaded webpki-roots v1.0.1 |
| 980 | 2026-03-02T21:34:17.181Z | Downloaded rustls v0.22.4 |
| 981 | 2026-03-02T21:34:17.193Z | Downloaded nix v0.28.0 |
| 982 | 2026-03-02T21:34:17.202Z | Downloaded object v0.30.4 |
| 983 | 2026-03-02T21:34:17.211Z | Downloaded zlib-rs v0.5.1 |
| 984 | 2026-03-02T21:34:17.218Z | Downloaded tabled v0.18.0 |
| 985 | 2026-03-02T21:34:17.234Z | Downloaded regress v0.10.5 |
| 986 | 2026-03-02T21:34:17.242Z | Downloaded rustls v0.23.37 |
| 987 | 2026-03-02T21:34:17.252Z | Downloaded vcpkg v0.2.15 |
| 988 | 2026-03-02T21:34:17.290Z | Downloaded regex-syntax v0.6.29 |
| 989 | 2026-03-02T21:34:17.296Z | Downloaded hickory-proto v0.24.4 |
| 990 | 2026-03-02T21:34:17.311Z | Downloaded zerocopy v0.8.27 |
| 991 | 2026-03-02T21:34:17.332Z | Downloaded smoltcp v0.11.0 |
| 992 | 2026-03-02T21:34:17.343Z | Downloaded openapiv3 v2.2.0 |
| 993 | 2026-03-02T21:34:17.353Z | Downloaded hickory-proto v0.25.2 |
| 994 | 2026-03-02T21:34:17.368Z | Downloaded regex-syntax v0.8.5 |
| 995 | 2026-03-02T21:34:17.376Z | Downloaded sled v0.34.7 |
| 996 | 2026-03-02T21:34:17.386Z | Downloaded object v0.37.3 |
| 997 | 2026-03-02T21:34:17.397Z | Downloaded typify-impl v0.2.0 |
| 998 | 2026-03-02T21:34:17.410Z | Downloaded ratatui v0.29.0 |
| 999 | 2026-03-02T21:34:17.428Z | Downloaded object v0.36.5 |
| 1000 | 2026-03-02T21:34:17.438Z | Downloaded nix v0.30.1 |
| 1001 | 2026-03-02T21:34:17.448Z | Downloaded bstr v1.10.0 |
| 1002 | 2026-03-02T21:34:17.458Z | Downloaded nix v0.29.0 |
| 1003 | 2026-03-02T21:34:17.468Z | Downloaded nix v0.27.1 |
| 1004 | 2026-03-02T21:34:17.477Z | Downloaded sqlparser v0.61.0 |
| 1005 | 2026-03-02T21:34:17.485Z | Downloaded dropshot v0.16.7 |
| 1006 | 2026-03-02T21:34:17.504Z | Downloaded typify-impl v0.6.1 |
| 1007 | 2026-03-02T21:34:17.516Z | Downloaded petgraph v0.6.5 |
| 1008 | 2026-03-02T21:34:17.532Z | Downloaded polar-core v0.27.3 |
| 1009 | 2026-03-02T21:34:17.538Z | Downloaded proptest v1.7.0 |
| 1010 | 2026-03-02T21:34:17.546Z | Downloaded typify-impl v0.4.3 |
| 1011 | 2026-03-02T21:34:17.558Z | Downloaded rayon v1.10.0 |
| 1012 | 2026-03-02T21:34:17.566Z | Downloaded quinn-proto v0.11.13 |
| 1013 | 2026-03-02T21:34:17.571Z | Downloaded openssl v0.10.73 |
| 1014 | 2026-03-02T21:34:17.579Z | Downloaded csv v1.3.1 |
| 1015 | 2026-03-02T21:34:17.596Z | Downloaded goblin v0.10.2 |
| 1016 | 2026-03-02T21:34:17.602Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1017 | 2026-03-02T21:34:17.617Z | Downloaded jiff v0.2.15 |
| 1018 | 2026-03-02T21:34:17.631Z | Downloaded chrono-tz v0.10.4 |
| 1019 | 2026-03-02T21:34:17.646Z | Downloaded sha3 v0.10.8 |
| 1020 | 2026-03-02T21:34:17.651Z | Downloaded zerocopy-derive v0.6.6 |
| 1021 | 2026-03-02T21:34:17.658Z | Downloaded regex-automata v0.4.14 |
| 1022 | 2026-03-02T21:34:17.671Z | Downloaded tokio v1.49.0 |
| 1023 | 2026-03-02T21:34:17.704Z | Downloaded lzma-sys v0.1.20 |
| 1024 | 2026-03-02T21:34:17.728Z | Downloaded petgraph v0.8.2 |
| 1025 | 2026-03-02T21:34:17.746Z | Downloaded libz-sys v1.1.20 |
| 1026 | 2026-03-02T21:34:17.763Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1027 | 2026-03-02T21:34:17.773Z | Downloaded lalrpop v0.19.12 |
| 1028 | 2026-03-02T21:34:17.781Z | Downloaded moka v0.12.10 |
| 1029 | 2026-03-02T21:34:17.789Z | Downloaded tower v0.5.2 |
| 1030 | 2026-03-02T21:34:17.797Z | Downloaded portable-atomic v1.11.0 |
| 1031 | 2026-03-02T21:34:17.803Z | Downloaded bindgen v0.71.1 |
| 1032 | 2026-03-02T21:34:17.808Z | Downloaded regex v1.12.3 |
| 1033 | 2026-03-02T21:34:17.813Z | Downloaded p384 v0.13.1 |
| 1034 | 2026-03-02T21:34:17.817Z | Downloaded zone_cfg_derive v0.1.2 |
| 1035 | 2026-03-02T21:34:17.834Z | Downloaded zone v0.3.1 |
| 1036 | 2026-03-02T21:34:17.834Z | Downloaded wyz v0.5.1 |
| 1037 | 2026-03-02T21:34:17.834Z | Downloaded vsss-rs v3.3.4 |
| 1038 | 2026-03-02T21:34:17.834Z | Downloaded vergen-lib v0.1.6 |
| 1039 | 2026-03-02T21:34:17.834Z | Downloaded tracing-attributes v0.1.27 |
| 1040 | 2026-03-02T21:34:17.835Z | Downloaded aho-corasick v1.1.3 |
| 1041 | 2026-03-02T21:34:17.835Z | Downloaded schemars v0.9.0 |
| 1042 | 2026-03-02T21:34:17.839Z | Downloaded samael v0.0.19 |
| 1043 | 2026-03-02T21:34:17.844Z | Downloaded term v0.7.0 |
| 1044 | 2026-03-02T21:34:17.847Z | Downloaded socket2 v0.5.10 |
| 1045 | 2026-03-02T21:34:17.850Z | Downloaded encoding_rs v0.8.34 |
| 1046 | 2026-03-02T21:34:17.869Z | Downloaded tokio-tungstenite v0.21.0 |
| 1047 | 2026-03-02T21:34:17.872Z | Downloaded typify-macro v0.2.0 |
| 1048 | 2026-03-02T21:34:17.872Z | Downloaded slog v2.8.2 |
| 1049 | 2026-03-02T21:34:17.872Z | Downloaded tokio-macros v2.6.0 |
| 1050 | 2026-03-02T21:34:17.876Z | Downloaded tokio-dtrace v0.1.0 |
| 1051 | 2026-03-02T21:34:17.876Z | Downloaded tls_codec_derive v0.4.1 |
| 1052 | 2026-03-02T21:34:17.876Z | Downloaded tls_codec v0.4.1 |
| 1053 | 2026-03-02T21:34:17.879Z | Downloaded time-macros v0.2.27 |
| 1054 | 2026-03-02T21:34:17.879Z | Downloaded similar v2.7.0 |
| 1055 | 2026-03-02T21:34:17.886Z | Downloaded nom v7.1.3 |
| 1056 | 2026-03-02T21:34:17.985Z | Downloaded itertools v0.13.0 |
| 1057 | 2026-03-02T21:34:17.985Z | Downloaded thiserror-no-std v2.0.2 |
| 1058 | 2026-03-02T21:34:17.985Z | Downloaded signal-hook v0.3.18 |
| 1059 | 2026-03-02T21:34:17.985Z | Downloaded futures-util v0.3.31 |
| 1060 | 2026-03-02T21:34:17.986Z | Downloaded publicsuffix v2.3.0 |
| 1061 | 2026-03-02T21:34:17.986Z | Downloaded iri-string v0.7.8 |
| 1062 | 2026-03-02T21:34:17.986Z | Downloaded progenitor-impl v0.10.0 |
| 1063 | 2026-03-02T21:34:17.986Z | Downloaded schemars v0.8.22 |
| 1064 | 2026-03-02T21:34:17.986Z | Downloaded pretty_assertions v1.4.1 |
| 1065 | 2026-03-02T21:34:17.986Z | Downloaded libm v0.2.8 |
| 1066 | 2026-03-02T21:34:17.986Z | Downloaded tabled_derive v0.11.0 |
| 1067 | 2026-03-02T21:34:17.986Z | Downloaded spki v0.7.3 |
| 1068 | 2026-03-02T21:34:17.986Z | Downloaded supports-color v3.0.2 |
| 1069 | 2026-03-02T21:34:17.986Z | Downloaded slog-term v2.9.2 |
| 1070 | 2026-03-02T21:34:17.986Z | Downloaded slog-stdlog v4.1.1 |
| 1071 | 2026-03-02T21:34:17.986Z | Downloaded slog-scope v4.4.0 |
| 1072 | 2026-03-02T21:34:17.986Z | Downloaded num-bigint v0.4.6 |
| 1073 | 2026-03-02T21:34:17.986Z | Downloaded snafu-derive v0.8.5 |
| 1074 | 2026-03-02T21:34:17.986Z | Downloaded ron v0.8.1 |
| 1075 | 2026-03-02T21:34:17.986Z | Downloaded ron v0.7.1 |
| 1076 | 2026-03-02T21:34:17.986Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1077 | 2026-03-02T21:34:18.003Z | Downloaded slog-dtrace v0.3.0 |
| 1078 | 2026-03-02T21:34:18.006Z | Downloaded hashbrown v0.15.4 |
| 1079 | 2026-03-02T21:34:18.009Z | Downloaded itertools v0.10.5 |
| 1080 | 2026-03-02T21:34:18.012Z | Downloaded serde_derive_internals v0.29.1 |
| 1081 | 2026-03-02T21:34:18.017Z | Downloaded prefix-trie v0.7.0 |
| 1082 | 2026-03-02T21:34:18.020Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1083 | 2026-03-02T21:34:18.020Z | Downloaded ring v0.17.14 |
| 1084 | 2026-03-02T21:34:18.053Z | Downloaded ryu v1.0.18 |
| 1085 | 2026-03-02T21:34:18.056Z | Downloaded progenitor-impl v0.13.0 |
| 1086 | 2026-03-02T21:34:18.061Z | Downloaded ssh-cipher v0.2.0 |
| 1087 | 2026-03-02T21:34:18.061Z | Downloaded sqlparser_derive v0.5.0 |
| 1088 | 2026-03-02T21:34:18.061Z | Downloaded mio v1.0.2 |
| 1089 | 2026-03-02T21:34:18.065Z | Downloaded schemars_derive v0.8.22 |
| 1090 | 2026-03-02T21:34:18.065Z | Downloaded sec1 v0.7.3 |
| 1091 | 2026-03-02T21:34:18.068Z | Downloaded sigpipe v0.1.3 |
| 1092 | 2026-03-02T21:34:18.068Z | Downloaded signature v2.2.0 |
| 1093 | 2026-03-02T21:34:18.068Z | Downloaded signal-hook-tokio v0.3.1 |
| 1094 | 2026-03-02T21:34:18.068Z | Downloaded rustc-hash v2.1.1 |
| 1095 | 2026-03-02T21:34:18.072Z | Downloaded crossterm v0.29.0 |
| 1096 | 2026-03-02T21:34:18.075Z | Downloaded crossterm v0.28.1 |
| 1097 | 2026-03-02T21:34:18.079Z | Downloaded quinn-udp v0.5.5 |
| 1098 | 2026-03-02T21:34:18.082Z | Downloaded hyper-util v0.1.19 |
| 1099 | 2026-03-02T21:34:18.086Z | Downloaded progenitor-impl v0.8.0 |
| 1100 | 2026-03-02T21:34:18.094Z | Downloaded pkcs5 v0.7.1 |
| 1101 | 2026-03-02T21:34:18.094Z | Downloaded p256 v0.13.2 |
| 1102 | 2026-03-02T21:34:18.097Z | Downloaded scrypt v0.11.0 |
| 1103 | 2026-03-02T21:34:18.097Z | Downloaded scroll_derive v0.13.1 |
| 1104 | 2026-03-02T21:34:18.097Z | Downloaded openssl-sys v0.9.109 |
| 1105 | 2026-03-02T21:34:18.100Z | Downloaded proc-macro-error2 v2.0.1 |
| 1106 | 2026-03-02T21:34:18.103Z | Downloaded papergrid v0.14.0 |
| 1107 | 2026-03-02T21:34:18.106Z | Downloaded miniz_oxide v0.8.5 |
| 1108 | 2026-03-02T21:34:18.107Z | Downloaded rand_core v0.6.4 |
| 1109 | 2026-03-02T21:34:18.110Z | Downloaded papergrid v0.17.0 |
| 1110 | 2026-03-02T21:34:18.114Z | Downloaded oso v0.27.3 |
| 1111 | 2026-03-02T21:34:18.115Z | Downloaded omicron-zone-package v0.12.2 |
| 1112 | 2026-03-02T21:34:18.118Z | Downloaded parking_lot v0.11.2 |
| 1113 | 2026-03-02T21:34:18.121Z | Downloaded http v1.4.0 |
| 1114 | 2026-03-02T21:34:18.125Z | Downloaded progenitor v0.11.2 |
| 1115 | 2026-03-02T21:34:18.125Z | Downloaded progenitor v0.10.0 |
| 1116 | 2026-03-02T21:34:18.125Z | Downloaded hashbrown v0.13.2 |
| 1117 | 2026-03-02T21:34:18.128Z | Downloaded recursive v0.1.1 |
| 1118 | 2026-03-02T21:34:18.140Z | Downloaded parking_lot_core v0.8.6 |
| 1119 | 2026-03-02T21:34:18.140Z | Downloaded dropshot-api-manager v0.5.2 |
| 1120 | 2026-03-02T21:34:18.145Z | Downloaded indicatif v0.17.11 |
| 1121 | 2026-03-02T21:34:18.145Z | Downloaded predicates v3.1.3 |
| 1122 | 2026-03-02T21:34:18.145Z | Downloaded ppv-lite86 v0.2.20 |
| 1123 | 2026-03-02T21:34:18.146Z | Downloaded polyval v0.6.2 |
| 1124 | 2026-03-02T21:34:18.146Z | Downloaded phf v0.11.2 |
| 1125 | 2026-03-02T21:34:18.146Z | Downloaded pkg-config v0.3.31 |
| 1126 | 2026-03-02T21:34:18.146Z | Downloaded pkcs8 v0.10.2 |
| 1127 | 2026-03-02T21:34:18.146Z | Downloaded phf v0.12.1 |
| 1128 | 2026-03-02T21:34:18.146Z | Downloaded hickory-resolver v0.25.2 |
| 1129 | 2026-03-02T21:34:18.151Z | Downloaded der v0.7.10 |
| 1130 | 2026-03-02T21:34:18.157Z | Downloaded parse-display-derive v0.10.0 |
| 1131 | 2026-03-02T21:34:18.157Z | Downloaded progenitor-client v0.8.0 |
| 1132 | 2026-03-02T21:34:18.157Z | Downloaded pem v3.0.5 |
| 1133 | 2026-03-02T21:34:18.157Z | Downloaded peg-macros v0.8.5 |
| 1134 | 2026-03-02T21:34:18.164Z | Downloaded password-hash v0.5.0 |
| 1135 | 2026-03-02T21:34:18.164Z | Downloaded expectorate v1.2.0 |
| 1136 | 2026-03-02T21:34:18.164Z | Downloaded ed25519-dalek v2.1.1 |
| 1137 | 2026-03-02T21:34:18.169Z | Downloaded native-tls v0.2.12 |
| 1138 | 2026-03-02T21:34:18.169Z | Downloaded headers v0.4.1 |
| 1139 | 2026-03-02T21:34:18.169Z | Downloaded crypto-bigint v0.5.5 |
| 1140 | 2026-03-02T21:34:18.174Z | Downloaded indicatif v0.18.0 |
| 1141 | 2026-03-02T21:34:18.177Z | Downloaded precomputed-hash v0.1.1 |
| 1142 | 2026-03-02T21:34:18.177Z | Downloaded powerfmt v0.2.0 |
| 1143 | 2026-03-02T21:34:18.180Z | Downloaded phf_shared v0.12.1 |
| 1144 | 2026-03-02T21:34:18.180Z | Downloaded parking_lot_core v0.9.10 |
| 1145 | 2026-03-02T21:34:18.180Z | Downloaded nanorand v0.7.0 |
| 1146 | 2026-03-02T21:34:18.184Z | Downloaded memmap2 v0.9.8 |
| 1147 | 2026-03-02T21:34:18.184Z | Downloaded packed_struct v0.10.1 |
| 1148 | 2026-03-02T21:34:18.189Z | Downloaded oxnet v0.1.4 |
| 1149 | 2026-03-02T21:34:18.189Z | Downloaded heapless v0.7.17 |
| 1150 | 2026-03-02T21:34:18.189Z | Downloaded num-rational v0.4.2 |
| 1151 | 2026-03-02T21:34:18.194Z | Downloaded num-integer v0.1.46 |
| 1152 | 2026-03-02T21:34:18.194Z | Downloaded litrs v0.4.1 |
| 1153 | 2026-03-02T21:34:18.194Z | Downloaded ignore v0.4.23 |
| 1154 | 2026-03-02T21:34:18.199Z | Downloaded num-derive v0.4.2 |
| 1155 | 2026-03-02T21:34:18.200Z | Downloaded num-complex v0.4.6 |
| 1156 | 2026-03-02T21:34:18.200Z | Downloaded indexmap v1.9.3 |
| 1157 | 2026-03-02T21:34:18.204Z | Downloaded half v2.4.1 |
| 1158 | 2026-03-02T21:34:18.204Z | Downloaded darling_core v0.20.10 |
| 1159 | 2026-03-02T21:34:18.316Z | Downloaded bumpalo v3.16.0 |
| 1160 | 2026-03-02T21:34:18.316Z | Downloaded path-slash v0.1.5 |
| 1161 | 2026-03-02T21:34:18.316Z | Downloaded parse-size v1.1.0 |
| 1162 | 2026-03-02T21:34:18.316Z | Downloaded parse-display v0.10.0 |
| 1163 | 2026-03-02T21:34:18.316Z | Downloaded diff v0.1.13 |
| 1164 | 2026-03-02T21:34:18.316Z | Downloaded compact_str v0.8.0 |
| 1165 | 2026-03-02T21:34:18.316Z | Downloaded chacha20poly1305 v0.10.1 |
| 1166 | 2026-03-02T21:34:18.316Z | Downloaded mime_guess v2.0.5 |
| 1167 | 2026-03-02T21:34:18.317Z | Downloaded lru v0.12.5 |
| 1168 | 2026-03-02T21:34:18.317Z | Downloaded linear-map v1.2.0 |
| 1169 | 2026-03-02T21:34:18.317Z | Downloaded ingot-macros v0.1.1 |
| 1170 | 2026-03-02T21:34:18.317Z | Downloaded number_prefix v0.4.0 |
| 1171 | 2026-03-02T21:34:18.317Z | Downloaded num_enum_derive v0.5.11 |
| 1172 | 2026-03-02T21:34:18.317Z | Downloaded num-derive v0.3.3 |
| 1173 | 2026-03-02T21:34:18.317Z | Downloaded num-conv v0.2.0 |
| 1174 | 2026-03-02T21:34:18.317Z | Downloaded libsw v3.5.0 |
| 1175 | 2026-03-02T21:34:18.317Z | Downloaded derive_more-impl v2.0.1 |
| 1176 | 2026-03-02T21:34:18.317Z | Downloaded ciborium v0.2.2 |
| 1177 | 2026-03-02T21:34:18.318Z | Downloaded normalize-line-endings v0.3.0 |
| 1178 | 2026-03-02T21:34:18.318Z | Downloaded nonempty v0.12.0 |
| 1179 | 2026-03-02T21:34:18.318Z | Downloaded newtype_derive v0.1.6 |
| 1180 | 2026-03-02T21:34:18.318Z | Downloaded libloading v0.8.5 |
| 1181 | 2026-03-02T21:34:18.318Z | Downloaded httparse v1.9.5 |
| 1182 | 2026-03-02T21:34:18.318Z | Downloaded half v1.8.3 |
| 1183 | 2026-03-02T21:34:18.318Z | Downloaded fatfs v0.3.6 |
| 1184 | 2026-03-02T21:34:18.318Z | Downloaded iana-time-zone v0.1.63 |
| 1185 | 2026-03-02T21:34:18.318Z | Downloaded highway v1.3.0 |
| 1186 | 2026-03-02T21:34:18.318Z | Downloaded cookie_store v0.22.1 |
| 1187 | 2026-03-02T21:34:18.318Z | Downloaded elliptic-curve v0.13.8 |
| 1188 | 2026-03-02T21:34:18.318Z | Downloaded derive_more v0.99.20 |
| 1189 | 2026-03-02T21:34:18.318Z | Downloaded num v0.4.3 |
| 1190 | 2026-03-02T21:34:18.319Z | Downloaded md5 v0.7.0 |
| 1191 | 2026-03-02T21:34:18.319Z | Downloaded maybe-uninit v2.0.0 |
| 1192 | 2026-03-02T21:34:18.320Z | Downloaded hmac v0.12.1 |
| 1193 | 2026-03-02T21:34:18.320Z | Downloaded hickory-client v0.25.2 |
| 1194 | 2026-03-02T21:34:18.320Z | Downloaded nibble_vec v0.1.0 |
| 1195 | 2026-03-02T21:34:18.320Z | Downloaded multimap v0.10.1 |
| 1196 | 2026-03-02T21:34:18.320Z | Downloaded memoffset v0.9.1 |
| 1197 | 2026-03-02T21:34:18.320Z | Downloaded ipnetwork v0.21.1 |
| 1198 | 2026-03-02T21:34:18.320Z | Downloaded ipnet v2.11.0 |
| 1199 | 2026-03-02T21:34:18.320Z | Downloaded hyper-staticfile v0.10.1 |
| 1200 | 2026-03-02T21:34:18.320Z | Downloaded hyper-rustls v0.27.7 |
| 1201 | 2026-03-02T21:34:18.320Z | Downloaded derive-where v1.5.0 |
| 1202 | 2026-03-02T21:34:18.320Z | Downloaded managed v0.8.0 |
| 1203 | 2026-03-02T21:34:18.320Z | Downloaded lru-cache v0.1.2 |
| 1204 | 2026-03-02T21:34:18.321Z | Downloaded lockfree-object-pool v0.1.6 |
| 1205 | 2026-03-02T21:34:18.321Z | Downloaded crc-any v2.5.0 |
| 1206 | 2026-03-02T21:34:18.321Z | Downloaded ahash v0.8.12 |
| 1207 | 2026-03-02T21:34:18.321Z | Downloaded lalrpop-util v0.19.12 |
| 1208 | 2026-03-02T21:34:18.321Z | Downloaded is_ci v1.2.0 |
| 1209 | 2026-03-02T21:34:18.321Z | Downloaded dropshot_endpoint v0.16.7 |
| 1210 | 2026-03-02T21:34:18.321Z | Downloaded derive_more v2.0.1 |
| 1211 | 2026-03-02T21:34:18.321Z | Downloaded maplit v1.0.2 |
| 1212 | 2026-03-02T21:34:18.321Z | Downloaded ingot v0.1.1 |
| 1213 | 2026-03-02T21:34:18.321Z | Downloaded indoc v2.0.6 |
| 1214 | 2026-03-02T21:34:18.321Z | Downloaded derive_builder_core v0.20.2 |
| 1215 | 2026-03-02T21:34:18.321Z | Downloaded crossbeam-epoch v0.9.18 |
| 1216 | 2026-03-02T21:34:18.339Z | Downloaded console v0.16.0 |
| 1217 | 2026-03-02T21:34:18.339Z | Downloaded clang-sys v1.8.1 |
| 1218 | 2026-03-02T21:34:18.339Z | Downloaded libscf-sys v1.1.0 |
| 1219 | 2026-03-02T21:34:18.339Z | Downloaded ingot-types v0.1.2 |
| 1220 | 2026-03-02T21:34:18.339Z | Downloaded crossbeam-utils v0.8.21 |
| 1221 | 2026-03-02T21:34:18.339Z | Downloaded crc32fast v1.4.2 |
| 1222 | 2026-03-02T21:34:18.340Z | Downloaded const-oid v0.9.6 |
| 1223 | 2026-03-02T21:34:18.340Z | Downloaded console v0.15.10 |
| 1224 | 2026-03-02T21:34:18.340Z | Downloaded colored v2.2.0 |
| 1225 | 2026-03-02T21:34:18.340Z | Downloaded heck v0.3.3 |
| 1226 | 2026-03-02T21:34:18.340Z | Downloaded git-stub-vcs v0.1.0 |
| 1227 | 2026-03-02T21:34:18.340Z | Downloaded hash32 v0.3.1 |
| 1228 | 2026-03-02T21:34:18.340Z | Downloaded getrandom v0.2.15 |
| 1229 | 2026-03-02T21:34:18.340Z | Downloaded fs-err v2.11.0 |
| 1230 | 2026-03-02T21:34:18.340Z | Downloaded foldhash v0.1.5 |
| 1231 | 2026-03-02T21:34:18.340Z | Downloaded defmt v0.3.8 |
| 1232 | 2026-03-02T21:34:18.340Z | Downloaded cookie v0.18.1 |
| 1233 | 2026-03-02T21:34:18.340Z | Downloaded cipher v0.4.4 |
| 1234 | 2026-03-02T21:34:18.340Z | Downloaded cancel-safe-futures v0.1.5 |
| 1235 | 2026-03-02T21:34:18.340Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1236 | 2026-03-02T21:34:18.340Z | Downloaded blake2 v0.10.6 |
| 1237 | 2026-03-02T21:34:18.340Z | Downloaded backon v1.6.0 |
| 1238 | 2026-03-02T21:34:18.340Z | Downloaded futures-channel v0.3.31 |
| 1239 | 2026-03-02T21:34:18.340Z | Downloaded foldhash v0.2.0 |
| 1240 | 2026-03-02T21:34:18.340Z | Downloaded find-msvc-tools v0.1.9 |
| 1241 | 2026-03-02T21:34:18.345Z | Downloaded ena v0.14.3 |
| 1242 | 2026-03-02T21:34:18.345Z | Downloaded corncobs v0.1.4 |
| 1243 | 2026-03-02T21:34:18.345Z | Downloaded base64 v0.13.1 |
| 1244 | 2026-03-02T21:34:18.345Z | Downloaded ed25519 v2.2.3 |
| 1245 | 2026-03-02T21:34:18.350Z | Downloaded diesel-dtrace v0.4.2 |
| 1246 | 2026-03-02T21:34:18.350Z | Downloaded futures-executor v0.3.31 |
| 1247 | 2026-03-02T21:34:18.350Z | Downloaded derive-ex v0.1.8 |
| 1248 | 2026-03-02T21:34:18.350Z | Downloaded const_format_proc_macros v0.2.34 |
| 1249 | 2026-03-02T21:34:18.350Z | Downloaded chacha20 v0.9.1 |
| 1250 | 2026-03-02T21:34:18.431Z | Downloaded bzip2 v0.5.2 |
| 1251 | 2026-03-02T21:34:18.431Z | Downloaded bzip2 v0.4.4 |
| 1252 | 2026-03-02T21:34:18.431Z | Downloaded indent_write v2.2.0 |
| 1253 | 2026-03-02T21:34:18.431Z | Downloaded hyper-tls v0.6.0 |
| 1254 | 2026-03-02T21:34:18.450Z | Downloaded hubpack_derive v0.1.1 |
| 1255 | 2026-03-02T21:34:18.450Z | Downloaded http-range v0.1.5 |
| 1256 | 2026-03-02T21:34:18.450Z | Downloaded httpdate v1.0.3 |
| 1257 | 2026-03-02T21:34:18.450Z | Downloaded hostname v0.3.1 |
| 1258 | 2026-03-02T21:34:18.450Z | Downloaded cexpr v0.6.0 |
| 1259 | 2026-03-02T21:34:18.451Z | Downloaded cargo_metadata v0.19.2 |
| 1260 | 2026-03-02T21:34:18.451Z | Downloaded home v0.5.9 |
| 1261 | 2026-03-02T21:34:18.451Z | Downloaded hex v0.4.3 |
| 1262 | 2026-03-02T21:34:18.451Z | Downloaded headers-core v0.3.0 |
| 1263 | 2026-03-02T21:34:18.451Z | Downloaded either v1.15.0 |
| 1264 | 2026-03-02T21:34:18.451Z | Downloaded diesel_derives v2.2.3 |
| 1265 | 2026-03-02T21:34:18.451Z | Downloaded darling_core v0.21.0 |
| 1266 | 2026-03-02T21:34:18.451Z | Downloaded ff v0.13.0 |
| 1267 | 2026-03-02T21:34:18.451Z | Downloaded fallible-iterator v0.2.0 |
| 1268 | 2026-03-02T21:34:18.451Z | Downloaded defmt-macros v0.3.9 |
| 1269 | 2026-03-02T21:34:18.451Z | Downloaded darling_macro v0.21.0 |
| 1270 | 2026-03-02T21:34:18.451Z | Downloaded float-cmp v0.10.0 |
| 1271 | 2026-03-02T21:34:18.451Z | Downloaded data-encoding v2.9.0 |
| 1272 | 2026-03-02T21:34:18.451Z | Downloaded cassowary v0.3.0 |
| 1273 | 2026-03-02T21:34:18.451Z | Downloaded bitfield v0.19.2 |
| 1274 | 2026-03-02T21:34:18.451Z | Downloaded arc-swap v1.7.1 |
| 1275 | 2026-03-02T21:34:18.451Z | Downloaded globwalk v0.9.1 |
| 1276 | 2026-03-02T21:34:18.451Z | Downloaded futures-core v0.3.32 |
| 1277 | 2026-03-02T21:34:18.451Z | Downloaded funty v2.0.0 |
| 1278 | 2026-03-02T21:34:18.452Z | Downloaded foreign-types-shared v0.3.1 |
| 1279 | 2026-03-02T21:34:18.452Z | Downloaded foreign-types-shared v0.1.1 |
| 1280 | 2026-03-02T21:34:18.452Z | Downloaded foreign-types-macros v0.2.3 |
| 1281 | 2026-03-02T21:34:18.452Z | Downloaded foreign-types v0.5.0 |
| 1282 | 2026-03-02T21:34:18.452Z | Downloaded dtrace-parser v0.3.0 |
| 1283 | 2026-03-02T21:34:18.452Z | Downloaded crc8 v0.1.1 |
| 1284 | 2026-03-02T21:34:18.452Z | Downloaded cobs v0.2.3 |
| 1285 | 2026-03-02T21:34:18.452Z | Downloaded cfg_aliases v0.2.1 |
| 1286 | 2026-03-02T21:34:18.452Z | Downloaded base64ct v1.6.0 |
| 1287 | 2026-03-02T21:34:18.452Z | Downloaded ciborium-ll v0.2.2 |
| 1288 | 2026-03-02T21:34:18.452Z | Downloaded display-error-chain v0.2.2 |
| 1289 | 2026-03-02T21:34:18.452Z | Downloaded dirs-sys-next v0.1.2 |
| 1290 | 2026-03-02T21:34:18.452Z | Downloaded dirs-next v2.0.0 |
| 1291 | 2026-03-02T21:34:18.452Z | Downloaded castaway v0.2.3 |
| 1292 | 2026-03-02T21:34:18.452Z | Downloaded buf-list v1.0.3 |
| 1293 | 2026-03-02T21:34:18.452Z | Downloaded bit-vec v0.8.0 |
| 1294 | 2026-03-02T21:34:18.452Z | Downloaded futures-task v0.3.31 |
| 1295 | 2026-03-02T21:34:18.452Z | Downloaded futures-sink v0.3.31 |
| 1296 | 2026-03-02T21:34:18.452Z | Downloaded crc v3.2.1 |
| 1297 | 2026-03-02T21:34:18.455Z | Downloaded bit-set v0.8.0 |
| 1298 | 2026-03-02T21:34:18.456Z | Downloaded document-features v0.2.11 |
| 1299 | 2026-03-02T21:34:18.456Z | Downloaded difflib v0.4.0 |
| 1300 | 2026-03-02T21:34:18.456Z | Downloaded crc-catalog v2.4.0 |
| 1301 | 2026-03-02T21:34:18.456Z | Downloaded convert_case v0.4.0 |
| 1302 | 2026-03-02T21:34:18.456Z | Downloaded adler2 v2.0.0 |
| 1303 | 2026-03-02T21:34:18.456Z | Downloaded fixedbitset v0.4.2 |
| 1304 | 2026-03-02T21:34:18.456Z | Downloaded dsl_auto_type v0.1.2 |
| 1305 | 2026-03-02T21:34:18.456Z | Downloaded ciborium-io v0.2.2 |
| 1306 | 2026-03-02T21:34:18.456Z | Downloaded dyn-clone v1.0.20 |
| 1307 | 2026-03-02T21:34:18.456Z | Downloaded derive_builder v0.20.2 |
| 1308 | 2026-03-02T21:34:18.456Z | Downloaded crunchy v0.2.2 |
| 1309 | 2026-03-02T21:34:18.456Z | Downloaded bb8 v0.8.5 |
| 1310 | 2026-03-02T21:34:18.456Z | Downloaded atty v0.2.14 |
| 1311 | 2026-03-02T21:34:18.456Z | Downloaded arrayvec v0.7.6 |
| 1312 | 2026-03-02T21:34:18.456Z | Downloaded ar_archive_writer v0.5.1 |
| 1313 | 2026-03-02T21:34:18.456Z | Downloaded der_derive v0.7.3 |
| 1314 | 2026-03-02T21:34:18.456Z | Downloaded debug-ignore v1.0.5 |
| 1315 | 2026-03-02T21:34:18.456Z | Downloaded crossbeam-channel v0.5.15 |
| 1316 | 2026-03-02T21:34:18.456Z | Downloaded cbc v0.1.2 |
| 1317 | 2026-03-02T21:34:18.456Z | Downloaded env_logger v0.11.8 |
| 1318 | 2026-03-02T21:34:18.456Z | Downloaded env_filter v0.1.2 |
| 1319 | 2026-03-02T21:34:18.457Z | Downloaded bit-set v0.5.3 |
| 1320 | 2026-03-02T21:34:18.457Z | Downloaded darling v0.21.0 |
| 1321 | 2026-03-02T21:34:18.468Z | Downloaded bitfield-macros v0.19.2 |
| 1322 | 2026-03-02T21:34:18.468Z | Downloaded assert_matches v1.5.0 |
| 1323 | 2026-03-02T21:34:18.469Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1324 | 2026-03-02T21:34:18.469Z | Downloaded fs_extra v1.3.0 |
| 1325 | 2026-03-02T21:34:18.469Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1326 | 2026-03-02T21:34:18.469Z | Downloaded base16ct v0.2.0 |
| 1327 | 2026-03-02T21:34:18.469Z | Downloaded async-stream-impl v0.3.6 |
| 1328 | 2026-03-02T21:34:18.469Z | Downloaded async-stream v0.3.6 |
| 1329 | 2026-03-02T21:34:18.469Z | Downloaded crossbeam-deque v0.8.5 |
| 1330 | 2026-03-02T21:34:18.469Z | Downloaded const_format v0.2.34 |
| 1331 | 2026-03-02T21:34:18.469Z | Downloaded cc v1.2.56 |
| 1332 | 2026-03-02T21:34:18.469Z | Downloaded bitfield-struct v0.6.2 |
| 1333 | 2026-03-02T21:34:18.469Z | Downloaded async-trait v0.1.89 |
| 1334 | 2026-03-02T21:34:18.469Z | Downloaded defmt-parser v0.3.4 |
| 1335 | 2026-03-02T21:34:18.469Z | Downloaded darling v0.20.10 |
| 1336 | 2026-03-02T21:34:18.482Z | Downloaded daft-derive v0.1.4 |
| 1337 | 2026-03-02T21:34:18.482Z | Downloaded daft v0.1.4 |
| 1338 | 2026-03-02T21:34:18.482Z | Downloaded fd-lock v4.0.2 |
| 1339 | 2026-03-02T21:34:18.482Z | Downloaded ctr v0.9.2 |
| 1340 | 2026-03-02T21:34:18.482Z | Downloaded csv-core v0.1.11 |
| 1341 | 2026-03-02T21:34:18.482Z | Downloaded atomicwrites v0.4.4 |
| 1342 | 2026-03-02T21:34:18.482Z | Downloaded allocator-api2 v0.2.21 |
| 1343 | 2026-03-02T21:34:18.485Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 1344 | 2026-03-02T21:34:18.486Z | Downloaded darling_macro v0.20.10 |
| 1345 | 2026-03-02T21:34:18.486Z | Downloaded ascii-canvas v3.0.0 |
| 1346 | 2026-03-02T21:34:18.486Z | Downloaded critical-section v1.1.3 |
| 1347 | 2026-03-02T21:34:18.486Z | Downloaded colored v3.0.0 |
| 1348 | 2026-03-02T21:34:18.486Z | Downloaded bit-vec v0.6.3 |
| 1349 | 2026-03-02T21:34:18.486Z | Downloaded argon2 v0.5.3 |
| 1350 | 2026-03-02T21:34:18.486Z | Downloaded async-bb8-diesel v0.2.1 |
| 1351 | 2026-03-02T21:34:18.486Z | Downloaded addr2line v0.24.2 |
| 1352 | 2026-03-02T21:34:18.486Z | Downloaded bitflags v1.3.2 |
| 1353 | 2026-03-02T21:34:18.490Z | Downloaded bcs v0.1.6 |
| 1354 | 2026-03-02T21:34:18.490Z | Downloaded array-init v0.0.4 |
| 1355 | 2026-03-02T21:34:18.740Z | Downloaded aws-lc-sys v0.37.1 |
| 1356 | 2026-03-02T21:34:19.174Z | Compiling find-msvc-tools v0.1.9 |
| 1357 | 2026-03-02T21:34:19.194Z | Compiling shlex v1.3.0 |
| 1358 | 2026-03-02T21:34:19.194Z | Compiling value-bag v1.12.0 |
| 1359 | 2026-03-02T21:34:19.194Z | Compiling smallvec v1.15.1 |
| 1360 | 2026-03-02T21:34:19.194Z | Compiling typenum v1.17.0 |
| 1361 | 2026-03-02T21:34:19.317Z | Compiling syn v2.0.117 |
| 1362 | 2026-03-02T21:34:19.333Z | Compiling getrandom v0.2.15 |
| 1363 | 2026-03-02T21:34:19.343Z | Compiling jobserver v0.1.32 |
| 1364 | 2026-03-02T21:34:19.646Z | Compiling rand_core v0.6.4 |
| 1365 | 2026-03-02T21:34:19.703Z | Compiling generic-array v0.14.7 |
| 1366 | 2026-03-02T21:34:19.815Z | Compiling cc v1.2.56 |
| 1367 | 2026-03-02T21:34:19.838Z | Compiling log v0.4.29 |
| 1368 | 2026-03-02T21:34:19.900Z | Compiling lock_api v0.4.12 |
| 1369 | 2026-03-02T21:34:20.428Z | Compiling scopeguard v1.2.0 |
| 1370 | 2026-03-02T21:34:20.470Z | Compiling subtle v2.6.1 |
| 1371 | 2026-03-02T21:34:20.470Z | Compiling portable-atomic v1.11.0 |
| 1372 | 2026-03-02T21:34:20.470Z | Compiling critical-section v1.1.3 |
| 1373 | 2026-03-02T21:34:20.526Z | Compiling const-oid v0.9.6 |
| 1374 | 2026-03-02T21:34:20.546Z | Compiling serde_json v1.0.149 |
| 1375 | 2026-03-02T21:34:20.594Z | Compiling getrandom v0.3.4 |
| 1376 | 2026-03-02T21:34:20.925Z | Compiling pin-project-lite v0.2.14 |
| 1377 | 2026-03-02T21:34:20.946Z | Compiling pkg-config v0.3.31 |
| 1378 | 2026-03-02T21:34:21.036Z | Compiling parking_lot_core v0.9.10 |
| 1379 | 2026-03-02T21:34:22.227Z | Compiling signal-hook-registry v1.4.2 |
| 1380 | 2026-03-02T21:34:22.285Z | Compiling libm v0.2.8 |
| 1381 | 2026-03-02T21:34:22.491Z | Compiling once_cell v1.21.3 |
| 1382 | 2026-03-02T21:34:22.597Z | Compiling allocator-api2 v0.2.21 |
| 1383 | 2026-03-02T21:34:22.619Z | Compiling parking_lot v0.12.3 |
| 1384 | 2026-03-02T21:34:22.707Z | Compiling mio v1.0.2 |
| 1385 | 2026-03-02T21:34:22.890Z | Compiling num-traits v0.2.19 |
| 1386 | 2026-03-02T21:34:22.911Z | Compiling futures-core v0.3.32 |
| 1387 | 2026-03-02T21:34:23.274Z | Compiling percent-encoding v2.3.2 |
| 1388 | 2026-03-02T21:34:23.365Z | Compiling socket2 v0.6.1 |
| 1389 | 2026-03-02T21:34:23.468Z | Compiling slab v0.4.9 |
| 1390 | 2026-03-02T21:34:23.604Z | Compiling cpufeatures v0.2.14 |
| 1391 | 2026-03-02T21:34:23.626Z | Compiling futures-sink v0.3.31 |
| 1392 | 2026-03-02T21:34:23.713Z | Compiling foldhash v0.2.0 |
| 1393 | 2026-03-02T21:34:23.733Z | Compiling futures-io v0.3.31 |
| 1394 | 2026-03-02T21:34:23.785Z | Compiling futures-channel v0.3.31 |
| 1395 | 2026-03-02T21:34:24.071Z | Compiling hashbrown v0.16.1 |
| 1396 | 2026-03-02T21:34:24.275Z | Compiling pin-utils v0.1.0 |
| 1397 | 2026-03-02T21:34:24.279Z | Compiling futures-task v0.3.31 |
| 1398 | 2026-03-02T21:34:24.319Z | Compiling rustversion v1.0.22 |
| 1399 | 2026-03-02T21:34:24.341Z | Compiling form_urlencoded v1.2.2 |
| 1400 | 2026-03-02T21:34:24.377Z | Compiling cmake v0.1.57 |
| 1401 | 2026-03-02T21:34:24.457Z | Compiling dunce v1.0.5 |
| 1402 | 2026-03-02T21:34:24.591Z | Compiling base64ct v1.6.0 |
| 1403 | 2026-03-02T21:34:24.612Z | Compiling ident_case v1.0.1 |
| 1404 | 2026-03-02T21:34:24.657Z | Compiling fs_extra v1.3.0 |
| 1405 | 2026-03-02T21:34:24.806Z | Compiling flagset v0.4.6 |
| 1406 | 2026-03-02T21:34:25.037Z | Compiling foldhash v0.1.5 |
| 1407 | 2026-03-02T21:34:25.156Z | Compiling pem-rfc7468 v0.7.0 |
| 1408 | 2026-03-02T21:34:25.159Z | Compiling rand_core v0.9.3 |
| 1409 | 2026-03-02T21:34:25.242Z | Compiling aws-lc-sys v0.37.1 |
| 1410 | 2026-03-02T21:34:25.325Z | Compiling indexmap v2.13.0 |
| 1411 | 2026-03-02T21:34:25.400Z | Compiling hashbrown v0.15.4 |
| 1412 | 2026-03-02T21:34:25.707Z | Compiling iana-time-zone v0.1.63 |
| 1413 | 2026-03-02T21:34:25.757Z | Compiling ring v0.17.14 |
| 1414 | 2026-03-02T21:34:25.834Z | Compiling rustc_version v0.4.1 |
| 1415 | 2026-03-02T21:34:26.073Z | Compiling uuid v1.19.0 |
| 1416 | 2026-03-02T21:34:26.333Z | Compiling spin v0.9.8 |
| 1417 | 2026-03-02T21:34:26.486Z | Compiling vcpkg v0.2.15 |
| 1418 | 2026-03-02T21:34:26.618Z | Compiling regex-syntax v0.8.5 |
| 1419 | 2026-03-02T21:34:26.740Z | Compiling synstructure v0.13.1 |
| 1420 | 2026-03-02T21:34:26.744Z | Compiling aws-lc-rs v1.16.0 |
| 1421 | 2026-03-02T21:34:26.801Z | Compiling zerocopy v0.8.27 |
| 1422 | 2026-03-02T21:34:27.551Z | Compiling tracing-core v0.1.32 |
| 1423 | 2026-03-02T21:34:27.651Z | Compiling serde_derive_internals v0.29.1 |
| 1424 | 2026-03-02T21:34:28.068Z | Compiling openssl-sys v0.9.109 |
| 1425 | 2026-03-02T21:34:28.110Z | Compiling rustix v0.38.37 |
| 1426 | 2026-03-02T21:34:28.703Z | Compiling rustix v1.1.3 |
| 1427 | 2026-03-02T21:34:28.775Z | Compiling openssl-probe v0.1.5 |
| 1428 | 2026-03-02T21:34:29.129Z | Compiling untrusted v0.9.0 |
| 1429 | 2026-03-02T21:34:29.240Z | Compiling untrusted v0.7.1 |
| 1430 | 2026-03-02T21:34:29.282Z | Compiling schemars v0.8.22 |
| 1431 | 2026-03-02T21:34:29.408Z | Compiling httparse v1.9.5 |
| 1432 | 2026-03-02T21:34:29.440Z | Compiling base64 v0.22.1 |
| 1433 | 2026-03-02T21:34:29.633Z | Compiling adler2 v2.0.0 |
| 1434 | 2026-03-02T21:34:29.819Z | Compiling miniz_oxide v0.8.5 |
| 1435 | 2026-03-02T21:34:30.138Z | Compiling darling_core v0.20.10 |
| 1436 | 2026-03-02T21:34:30.200Z | Compiling rustls v0.23.37 |
| 1437 | 2026-03-02T21:34:30.252Z | Compiling tower-service v0.3.3 |
| 1438 | 2026-03-02T21:34:30.410Z | Compiling try-lock v0.2.5 |
| 1439 | 2026-03-02T21:34:30.519Z | Compiling tower-layer v0.3.3 |
| 1440 | 2026-03-02T21:34:30.590Z | Compiling dyn-clone v1.0.20 |
| 1441 | 2026-03-02T21:34:30.820Z | Compiling tinyvec_macros v0.1.1 |
| 1442 | 2026-03-02T21:34:30.820Z | Compiling atomic-waker v1.1.2 |
| 1443 | 2026-03-02T21:34:30.946Z | Compiling tinyvec v1.8.0 |
| 1444 | 2026-03-02T21:34:31.021Z | Compiling want v0.3.1 |
| 1445 | 2026-03-02T21:34:31.251Z | Compiling serde_derive v1.0.228 |
| 1446 | 2026-03-02T21:34:31.294Z | Compiling zeroize_derive v1.4.2 |
| 1447 | 2026-03-02T21:34:31.720Z | Compiling zerofrom-derive v0.1.4 |
| 1448 | 2026-03-02T21:34:32.182Z | Compiling yoke-derive v0.7.4 |
| 1449 | 2026-03-02T21:34:32.382Z | Compiling zerovec-derive v0.10.3 |
| 1450 | 2026-03-02T21:34:32.544Z | Compiling zeroize v1.8.1 |
| 1451 | 2026-03-02T21:34:32.975Z | Compiling displaydoc v0.2.5 |
| 1452 | 2026-03-02T21:34:34.423Z | Compiling crypto-common v0.1.6 |
| 1453 | 2026-03-02T21:34:34.601Z | Compiling block-buffer v0.10.4 |
| 1454 | 2026-03-02T21:34:34.659Z | Compiling icu_provider_macros v1.5.0 |
| 1455 | 2026-03-02T21:34:34.810Z | Compiling zerocopy-derive v0.7.35 |
| 1456 | 2026-03-02T21:34:34.911Z | Compiling digest v0.10.7 |
| 1457 | 2026-03-02T21:34:34.946Z | Compiling tokio-macros v2.6.0 |
| 1458 | 2026-03-02T21:34:35.031Z | Compiling zerofrom v0.1.4 |
| 1459 | 2026-03-02T21:34:35.286Z | Compiling yoke v0.7.4 |
| 1460 | 2026-03-02T21:34:35.400Z | Compiling hmac v0.12.1 |
| 1461 | 2026-03-02T21:34:35.652Z | Compiling zerovec v0.10.4 |
| 1462 | 2026-03-02T21:34:35.675Z | Compiling thiserror-impl v2.0.18 |
| 1463 | 2026-03-02T21:34:35.707Z | Compiling futures-macro v0.3.31 |
| 1464 | 2026-03-02T21:34:35.731Z | Compiling block-padding v0.3.3 |
| 1465 | 2026-03-02T21:34:35.997Z | Compiling inout v0.1.3 |
| 1466 | 2026-03-02T21:34:36.189Z | Compiling sha2 v0.10.9 |
| 1467 | 2026-03-02T21:34:36.290Z | Compiling cipher v0.4.4 |
| 1468 | 2026-03-02T21:34:36.507Z | Compiling der_derive v0.7.3 |
| 1469 | 2026-03-02T21:34:36.727Z | Compiling zerocopy v0.7.35 |
| 1470 | 2026-03-02T21:34:37.545Z | Compiling tinystr v0.7.6 |
| 1471 | 2026-03-02T21:34:37.610Z | Compiling icu_collections v1.5.0 |
| 1472 | 2026-03-02T21:34:37.932Z | Compiling icu_locid v1.5.0 |
| 1473 | 2026-03-02T21:34:38.069Z | Compiling futures-util v0.3.31 |
| 1474 | 2026-03-02T21:34:38.356Z | Compiling serde v1.0.228 |
| 1475 | 2026-03-02T21:34:38.534Z | Compiling ppv-lite86 v0.2.20 |
| 1476 | 2026-03-02T21:34:38.736Z | Compiling thiserror v2.0.18 |
| 1477 | 2026-03-02T21:34:38.814Z | Compiling der v0.7.10 |
| 1478 | 2026-03-02T21:34:38.950Z | Compiling pest v2.8.2 |
| 1479 | 2026-03-02T21:34:39.321Z | Compiling icu_provider v1.5.0 |
| 1480 | 2026-03-02T21:34:39.601Z | Compiling bytes v1.11.1 |
| 1481 | 2026-03-02T21:34:39.623Z | Compiling bitflags v2.9.4 |
| 1482 | 2026-03-02T21:34:39.894Z | Compiling chrono v0.4.43 |
| 1483 | 2026-03-02T21:34:40.064Z | Compiling icu_locid_transform v1.5.0 |
| 1484 | 2026-03-02T21:34:40.238Z | Compiling salsa20 v0.10.2 |
| 1485 | 2026-03-02T21:34:40.481Z | Compiling pbkdf2 v0.12.2 |
| 1486 | 2026-03-02T21:34:40.634Z | Compiling scrypt v0.11.0 |
| 1487 | 2026-03-02T21:34:40.989Z | Compiling tokio v1.49.0 |
| 1488 | 2026-03-02T21:34:41.110Z | Compiling spki v0.7.3 |
| 1489 | 2026-03-02T21:34:41.493Z | Compiling icu_properties v1.5.1 |
| 1490 | 2026-03-02T21:34:41.572Z | Compiling http v1.4.0 |
| 1491 | 2026-03-02T21:34:41.698Z | Compiling pest_meta v2.8.2 |
| 1492 | 2026-03-02T21:34:42.199Z | Compiling rand_chacha v0.9.0 |
| 1493 | 2026-03-02T21:34:43.050Z | Compiling aes v0.8.4 |
| 1494 | 2026-03-02T21:34:43.169Z | Compiling cbc v0.1.2 |
| 1495 | 2026-03-02T21:34:43.415Z | Compiling rustls-pki-types v1.14.0 |
| 1496 | 2026-03-02T21:34:43.565Z | Compiling zerocopy-derive v0.8.27 |
| 1497 | 2026-03-02T21:34:43.765Z | Compiling tracing-attributes v0.1.27 |
| 1498 | 2026-03-02T21:34:44.416Z | Compiling pkcs5 v0.7.1 |
| 1499 | 2026-03-02T21:34:45.457Z | Compiling icu_normalizer v1.5.0 |
| 1500 | 2026-03-02T21:34:45.650Z | Compiling pest_generator v2.8.2 |
| 1501 | 2026-03-02T21:34:45.884Z | Compiling http-body v1.0.1 |
| 1502 | 2026-03-02T21:34:45.964Z | Compiling rand v0.9.2 |
| 1503 | 2026-03-02T21:34:46.136Z | Compiling pkcs8 v0.10.2 |
| 1504 | 2026-03-02T21:34:46.482Z | Compiling idna_adapter v1.2.0 |
| 1505 | 2026-03-02T21:34:46.709Z | Compiling idna v1.0.3 |
| 1506 | 2026-03-02T21:34:46.790Z | Compiling tracing v0.1.40 |
| 1507 | 2026-03-02T21:34:47.268Z | Compiling scroll_derive v0.13.1 |
| 1508 | 2026-03-02T21:34:47.314Z | Compiling url v2.5.4 |
| 1509 | 2026-03-02T21:34:47.660Z | Compiling pest_derive v2.8.2 |
| 1510 | 2026-03-02T21:34:48.163Z | Compiling schemars_derive v0.8.22 |
| 1511 | 2026-03-02T21:34:49.060Z | Compiling scroll v0.13.0 |
| 1512 | 2026-03-02T21:34:49.599Z | Compiling tokio-util v0.7.15 |
| 1513 | 2026-03-02T21:34:50.433Z | Compiling ipnet v2.11.0 |
| 1514 | 2026-03-02T21:34:51.186Z | Compiling h2 v0.4.6 |
| 1515 | 2026-03-02T21:34:51.451Z | Compiling darling_macro v0.20.10 |
| 1516 | 2026-03-02T21:34:51.638Z | Compiling lazy_static v1.5.0 |
| 1517 | 2026-03-02T21:34:51.779Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1518 | 2026-03-02T21:34:51.802Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-03-02T21:34:52.298Z | Compiling aho-corasick v1.1.3 |
| 1520 | 2026-03-02T21:34:52.317Z | Compiling time-core v0.1.8 |
| 1521 | 2026-03-02T21:34:52.527Z | Compiling foreign-types-shared v0.1.1 |
| 1522 | 2026-03-02T21:34:52.632Z | Compiling openssl v0.10.73 |
| 1523 | 2026-03-02T21:34:52.661Z | Compiling num-conv v0.2.0 |
| 1524 | 2026-03-02T21:34:52.890Z | Compiling powerfmt v0.2.0 |
| 1525 | 2026-03-02T21:34:52.919Z | Compiling httpdate v1.0.3 |
| 1526 | 2026-03-02T21:34:53.073Z | Compiling tempfile v3.24.0 |
| 1527 | 2026-03-02T21:34:53.255Z | Compiling deranged v0.5.3 |
| 1528 | 2026-03-02T21:34:53.321Z | Compiling time-macros v0.2.27 |
| 1529 | 2026-03-02T21:34:53.821Z | Compiling foreign-types v0.3.2 |
| 1530 | 2026-03-02T21:34:54.247Z | Compiling regex-automata v0.4.14 |
| 1531 | 2026-03-02T21:34:54.338Z | Compiling darling v0.20.10 |
| 1532 | 2026-03-02T21:34:55.620Z | Compiling goblin v0.10.2 |
| 1533 | 2026-03-02T21:34:55.791Z | Compiling openssl-macros v0.1.1 |
| 1534 | 2026-03-02T21:34:56.318Z | Compiling wait-timeout v0.2.0 |
| 1535 | 2026-03-02T21:34:56.503Z | Compiling gimli v0.31.1 |
| 1536 | 2026-03-02T21:34:56.801Z | Compiling syn v1.0.109 |
| 1537 | 2026-03-02T21:34:57.177Z | Compiling quick-error v1.2.3 |
| 1538 | 2026-03-02T21:34:57.312Z | Compiling num_threads v0.1.7 |
| 1539 | 2026-03-02T21:34:57.410Z | Compiling bit-vec v0.8.0 |
| 1540 | 2026-03-02T21:34:57.459Z | Compiling usdt-impl v0.6.0 |
| 1541 | 2026-03-02T21:34:57.842Z | Compiling hyper v1.8.1 |
| 1542 | 2026-03-02T21:34:57.864Z | Compiling crossbeam-utils v0.8.21 |
| 1543 | 2026-03-02T21:34:58.387Z | Compiling native-tls v0.2.12 |
| 1544 | 2026-03-02T21:34:58.906Z | Compiling bit-set v0.8.0 |
| 1545 | 2026-03-02T21:34:59.222Z | Compiling time v0.3.47 |
| 1546 | 2026-03-02T21:35:00.222Z | Compiling hyper-util v0.1.19 |
| 1547 | 2026-03-02T21:35:01.050Z | Compiling addr2line v0.24.2 |
| 1548 | 2026-03-02T21:35:01.317Z | Compiling rusty-fork v0.3.0 |
| 1549 | 2026-03-02T21:35:02.067Z | Compiling dof v0.4.0 |
| 1550 | 2026-03-02T21:35:02.928Z | Compiling derive_builder_core v0.20.2 |
| 1551 | 2026-03-02T21:35:04.022Z | Compiling dtrace-parser v0.3.0 |
| 1552 | 2026-03-02T21:35:04.125Z | Compiling rustls-native-certs v0.8.1 |
| 1553 | 2026-03-02T21:35:04.153Z | Compiling signature v2.2.0 |
| 1554 | 2026-03-02T21:35:04.461Z | Compiling unicode-normalization v0.1.24 |
| 1555 | 2026-03-02T21:35:04.609Z | Compiling scroll_derive v0.12.0 |
| 1556 | 2026-03-02T21:35:04.978Z | Compiling thiserror-impl v1.0.69 |
| 1557 | 2026-03-02T21:35:05.426Z | Compiling darling_core v0.21.0 |
| 1558 | 2026-03-02T21:35:05.694Z | Compiling heapless v0.7.17 |
| 1559 | 2026-03-02T21:35:05.805Z | Compiling slog v2.8.2 |
| 1560 | 2026-03-02T21:35:05.917Z | Compiling rand_xorshift v0.4.0 |
| 1561 | 2026-03-02T21:35:06.107Z | Compiling sync_wrapper v1.0.1 |
| 1562 | 2026-03-02T21:35:06.132Z | Compiling thread-id v5.0.0 |
| 1563 | 2026-03-02T21:35:06.212Z | Compiling cookie v0.18.1 |
| 1564 | 2026-03-02T21:35:06.257Z | Compiling object v0.36.5 |
| 1565 | 2026-03-02T21:35:06.307Z | Compiling crc32fast v1.4.2 |
| 1566 | 2026-03-02T21:35:06.559Z | Compiling unicode-bidi v0.3.17 |
| 1567 | 2026-03-02T21:35:06.642Z | Compiling unicode-properties v0.1.3 |
| 1568 | 2026-03-02T21:35:07.079Z | Compiling anyhow v1.0.99 |
| 1569 | 2026-03-02T21:35:07.665Z | Compiling unarray v0.1.4 |
| 1570 | 2026-03-02T21:35:07.694Z | Compiling zstd-safe v7.2.3 |
| 1571 | 2026-03-02T21:35:07.786Z | Compiling siphasher v0.3.11 |
| 1572 | 2026-03-02T21:35:07.826Z | Compiling rustc-demangle v0.1.24 |
| 1573 | 2026-03-02T21:35:07.994Z | Compiling signal-hook v0.3.18 |
| 1574 | 2026-03-02T21:35:08.067Z | Compiling paste v1.0.15 |
| 1575 | 2026-03-02T21:35:08.158Z | Compiling zlib-rs v0.5.1 |
| 1576 | 2026-03-02T21:35:08.338Z | Compiling phf_shared v0.11.2 |
| 1577 | 2026-03-02T21:35:08.667Z | Compiling proptest v1.7.0 |
| 1578 | 2026-03-02T21:35:08.688Z | Compiling thiserror v1.0.69 |
| 1579 | 2026-03-02T21:35:08.820Z | Compiling stringprep v0.1.5 |
| 1580 | 2026-03-02T21:35:09.250Z | Compiling tower v0.5.2 |
| 1581 | 2026-03-02T21:35:09.985Z | Compiling scroll v0.12.0 |
| 1582 | 2026-03-02T21:35:10.261Z | Compiling derive_builder_macro v0.20.2 |
| 1583 | 2026-03-02T21:35:11.045Z | Compiling ipnetwork v0.21.1 |
| 1584 | 2026-03-02T21:35:11.287Z | Compiling darling_macro v0.21.0 |
| 1585 | 2026-03-02T21:35:11.720Z | Compiling http-body-util v0.1.3 |
| 1586 | 2026-03-02T21:35:11.788Z | Compiling webpki-roots v1.0.1 |
| 1587 | 2026-03-02T21:35:12.032Z | Compiling serde_spanned v0.6.9 |
| 1588 | 2026-03-02T21:35:12.132Z | Compiling toml_datetime v0.6.11 |
| 1589 | 2026-03-02T21:35:12.174Z | Compiling serde_tokenstream v0.2.3 |
| 1590 | 2026-03-02T21:35:12.255Z | Compiling erased-serde v0.3.31 |
| 1591 | 2026-03-02T21:35:12.645Z | Compiling backtrace v0.3.74 |
| 1592 | 2026-03-02T21:35:12.771Z | Compiling rand_chacha v0.3.1 |
| 1593 | 2026-03-02T21:35:13.105Z | Compiling md-5 v0.10.6 |
| 1594 | 2026-03-02T21:35:13.390Z | Compiling curve25519-dalek v4.1.3 |
| 1595 | 2026-03-02T21:35:13.508Z | Compiling vergen-lib v0.1.6 |
| 1596 | 2026-03-02T21:35:13.861Z | Compiling num-integer v0.1.46 |
| 1597 | 2026-03-02T21:35:14.058Z | Compiling hash32 v0.2.1 |
| 1598 | 2026-03-02T21:35:14.430Z | Compiling libz-rs-sys v0.5.1 |
| 1599 | 2026-03-02T21:35:14.534Z | Compiling ff v0.13.0 |
| 1600 | 2026-03-02T21:35:14.642Z | Compiling memoffset v0.9.1 |
| 1601 | 2026-03-02T21:35:14.724Z | Compiling ryu v1.0.18 |
| 1602 | 2026-03-02T21:35:14.780Z | Compiling psl-types v2.0.11 |
| 1603 | 2026-03-02T21:35:14.995Z | Compiling ref-cast v1.0.25 |
| 1604 | 2026-03-02T21:35:15.017Z | Compiling fallible-iterator v0.2.0 |
| 1605 | 2026-03-02T21:35:15.065Z | Compiling base16ct v0.2.0 |
| 1606 | 2026-03-02T21:35:15.113Z | Compiling num-bigint-dig v0.8.6 |
| 1607 | 2026-03-02T21:35:15.348Z | Compiling cfg_aliases v0.2.1 |
| 1608 | 2026-03-02T21:35:15.403Z | Compiling smoltcp v0.9.1 |
| 1609 | 2026-03-02T21:35:15.466Z | Compiling litrs v0.4.1 |
| 1610 | 2026-03-02T21:35:15.488Z | Compiling iri-string v0.7.8 |
| 1611 | 2026-03-02T21:35:15.655Z | Compiling postgres-protocol v0.6.8 |
| 1612 | 2026-03-02T21:35:15.683Z | Compiling nix v0.29.0 |
| 1613 | 2026-03-02T21:35:16.066Z | Compiling sec1 v0.7.3 |
| 1614 | 2026-03-02T21:35:16.507Z | Compiling document-features v0.2.11 |
| 1615 | 2026-03-02T21:35:16.625Z | Compiling publicsuffix v2.3.0 |
| 1616 | 2026-03-02T21:35:16.646Z | Compiling serde_urlencoded v0.7.1 |
| 1617 | 2026-03-02T21:35:16.807Z | Compiling group v0.13.0 |
| 1618 | 2026-03-02T21:35:16.932Z | Compiling flate2 v1.1.2 |
| 1619 | 2026-03-02T21:35:17.130Z | Compiling newtype-uuid v1.3.2 |
| 1620 | 2026-03-02T21:35:17.726Z | Compiling num-iter v0.1.45 |
| 1621 | 2026-03-02T21:35:17.960Z | Compiling rand v0.8.5 |
| 1622 | 2026-03-02T21:35:18.150Z | Compiling darling v0.21.0 |
| 1623 | 2026-03-02T21:35:18.281Z | Compiling tower-http v0.6.8 |
| 1624 | 2026-03-02T21:35:18.612Z | Compiling oxnet v0.1.4 |
| 1625 | 2026-03-02T21:35:18.748Z | Compiling derive_builder v0.20.2 |
| 1626 | 2026-03-02T21:35:18.979Z | Compiling goblin v0.8.2 |
| 1627 | 2026-03-02T21:35:19.199Z | Compiling tokio-native-tls v0.3.1 |
| 1628 | 2026-03-02T21:35:19.899Z | Compiling regex v1.12.3 |
| 1629 | 2026-03-02T21:35:20.257Z | Compiling terminal_size v0.4.0 |
| 1630 | 2026-03-02T21:35:20.504Z | Compiling cargo-platform v0.1.8 |
| 1631 | 2026-03-02T21:35:20.527Z | Compiling hkdf v0.12.4 |
| 1632 | 2026-03-02T21:35:20.637Z | Compiling crypto-bigint v0.5.5 |
| 1633 | 2026-03-02T21:35:20.782Z | Compiling ref-cast-impl v1.0.25 |
| 1634 | 2026-03-02T21:35:20.829Z | Compiling daft-derive v0.1.4 |
| 1635 | 2026-03-02T21:35:21.014Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1636 | 2026-03-02T21:35:21.723Z | Compiling hubpack_derive v0.1.1 |
| 1637 | 2026-03-02T21:35:21.915Z | Compiling async-trait v0.1.89 |
| 1638 | 2026-03-02T21:35:22.359Z | Compiling strum_macros v0.27.2 |
| 1639 | 2026-03-02T21:35:22.385Z | Compiling vergen v9.0.6 |
| 1640 | 2026-03-02T21:35:22.543Z | Compiling ahash v0.8.12 |
| 1641 | 2026-03-02T21:35:22.725Z | Compiling fs-err v3.1.1 |
| 1642 | 2026-03-02T21:35:22.932Z | Compiling bitflags v1.3.2 |
| 1643 | 2026-03-02T21:35:23.063Z | Compiling buf-list v1.0.3 |
| 1644 | 2026-03-02T21:35:23.084Z | Compiling simd-adler32 v0.3.7 |
| 1645 | 2026-03-02T21:35:23.609Z | Compiling either v1.15.0 |
| 1646 | 2026-03-02T21:35:23.676Z | Compiling managed v0.8.0 |
| 1647 | 2026-03-02T21:35:24.041Z | Compiling lockfree-object-pool v0.1.6 |
| 1648 | 2026-03-02T21:35:24.144Z | Compiling unicode-segmentation v1.12.0 |
| 1649 | 2026-03-02T21:35:24.313Z | Compiling bumpalo v3.16.0 |
| 1650 | 2026-03-02T21:35:24.398Z | Compiling winnow v0.5.40 |
| 1651 | 2026-03-02T21:35:24.777Z | Compiling zopfli v0.8.1 |
| 1652 | 2026-03-02T21:35:24.999Z | Compiling dof v0.3.0 |
| 1653 | 2026-03-02T21:35:26.525Z | Compiling clap_builder v4.5.48 |
| 1654 | 2026-03-02T21:35:26.779Z | Compiling elliptic-curve v0.13.8 |
| 1655 | 2026-03-02T21:35:27.230Z | Compiling strum v0.27.2 |
| 1656 | 2026-03-02T21:35:27.600Z | Compiling toml_edit v0.19.15 |
| 1657 | 2026-03-02T21:35:27.739Z | Compiling hubpack v0.1.2 |
| 1658 | 2026-03-02T21:35:27.909Z | Compiling daft v0.1.4 |
| 1659 | 2026-03-02T21:35:28.173Z | Compiling cargo_metadata v0.19.2 |
| 1660 | 2026-03-02T21:35:28.319Z | Compiling signal-hook-mio v0.2.4 |
| 1661 | 2026-03-02T21:35:28.481Z | Compiling zstd v0.13.3 |
| 1662 | 2026-03-02T21:35:28.507Z | Compiling cookie_store v0.22.1 |
| 1663 | 2026-03-02T21:35:29.052Z | Compiling hyper-tls v0.6.0 |
| 1664 | 2026-03-02T21:35:30.762Z | Compiling serde_with_macros v3.16.1 |
| 1665 | 2026-03-02T21:35:31.728Z | Compiling postgres-types v0.2.9 |
| 1666 | 2026-03-02T21:35:32.980Z | Compiling usdt-attr-macro v0.6.0 |
| 1667 | 2026-03-02T21:35:33.240Z | Compiling usdt-macro v0.6.0 |
| 1668 | 2026-03-02T21:35:34.011Z | Compiling dtrace-parser v0.2.0 |
| 1669 | 2026-03-02T21:35:34.130Z | Compiling phf v0.11.2 |
| 1670 | 2026-03-02T21:35:34.162Z | Compiling ed25519 v2.2.3 |
| 1671 | 2026-03-02T21:35:34.436Z | Compiling bzip2 v0.4.4 |
| 1672 | 2026-03-02T21:35:34.561Z | Compiling bzip2 v0.5.2 |
| 1673 | 2026-03-02T21:35:34.663Z | Compiling bstr v1.10.0 |
| 1674 | 2026-03-02T21:35:34.810Z | Compiling pkcs1 v0.7.5 |
| 1675 | 2026-03-02T21:35:34.943Z | Compiling serde-big-array v0.5.1 |
| 1676 | 2026-03-02T21:35:35.197Z | Compiling hex v0.4.3 |
| 1677 | 2026-03-02T21:35:35.707Z | Compiling rfc6979 v0.4.0 |
| 1678 | 2026-03-02T21:35:35.731Z | Compiling serde_repr v0.1.19 |
| 1679 | 2026-03-02T21:35:35.785Z | Compiling enum-as-inner v0.6.1 |
| 1680 | 2026-03-02T21:35:35.838Z | Compiling strum_macros v0.26.4 |
| 1681 | 2026-03-02T21:35:35.900Z | Compiling clap_derive v4.5.47 |
| 1682 | 2026-03-02T21:35:36.135Z | Compiling float-cmp v0.10.0 |
| 1683 | 2026-03-02T21:35:36.158Z | Compiling env_filter v0.1.2 |
| 1684 | 2026-03-02T21:35:36.389Z | Compiling socket2 v0.5.10 |
| 1685 | 2026-03-02T21:35:36.770Z | Compiling memmap2 v0.9.8 |
| 1686 | 2026-03-02T21:35:36.797Z | Compiling encoding_rs v0.8.34 |
| 1687 | 2026-03-02T21:35:36.815Z | Compiling normalize-line-endings v0.3.0 |
| 1688 | 2026-03-02T21:35:36.953Z | Compiling new_debug_unreachable v1.0.6 |
| 1689 | 2026-03-02T21:35:37.075Z | Compiling mime v0.3.17 |
| 1690 | 2026-03-02T21:35:37.147Z | Compiling keccak v0.1.5 |
| 1691 | 2026-03-02T21:35:37.282Z | Compiling fixedbitset v0.5.7 |
| 1692 | 2026-03-02T21:35:37.583Z | Compiling jiff v0.2.15 |
| 1693 | 2026-03-02T21:35:37.909Z | Compiling static_assertions v1.1.0 |
| 1694 | 2026-03-02T21:35:38.025Z | Compiling difflib v0.4.0 |
| 1695 | 2026-03-02T21:35:39.344Z | Compiling rustc-hash v2.1.1 |
| 1696 | 2026-03-02T21:35:39.441Z | Compiling whoami v1.5.2 |
| 1697 | 2026-03-02T21:35:39.551Z | Compiling precomputed-hash v0.1.1 |
| 1698 | 2026-03-02T21:35:39.690Z | Compiling predicates-core v1.0.8 |
| 1699 | 2026-03-02T21:35:39.958Z | Compiling fixedbitset v0.4.2 |
| 1700 | 2026-03-02T21:35:40.020Z | Compiling data-encoding v2.9.0 |
| 1701 | 2026-03-02T21:35:40.039Z | Compiling strum v0.26.3 |
| 1702 | 2026-03-02T21:35:40.137Z | Compiling clap v4.5.48 |
| 1703 | 2026-03-02T21:35:40.243Z | Compiling predicates v3.1.3 |
| 1704 | 2026-03-02T21:35:40.281Z | Compiling petgraph v0.6.5 |
| 1705 | 2026-03-02T21:35:40.361Z | Compiling tokio-postgres v0.7.13 |
| 1706 | 2026-03-02T21:35:40.383Z | Compiling string_cache v0.8.9 |
| 1707 | 2026-03-02T21:35:40.846Z | Compiling hickory-proto v0.25.2 |
| 1708 | 2026-03-02T21:35:41.696Z | Compiling toml_edit v0.22.27 |
| 1709 | 2026-03-02T21:35:41.718Z | Compiling iddqd v0.3.16 |
| 1710 | 2026-03-02T21:35:42.592Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1711 | 2026-03-02T21:35:43.829Z | Compiling petgraph v0.8.2 |
| 1712 | 2026-03-02T21:35:44.258Z | Compiling sha3 v0.10.8 |
| 1713 | 2026-03-02T21:35:45.328Z | Compiling zip v4.2.0 |
| 1714 | 2026-03-02T21:35:45.681Z | Compiling usdt v0.6.0 |
| 1715 | 2026-03-02T21:35:46.167Z | Compiling env_logger v0.11.8 |
| 1716 | 2026-03-02T21:35:46.893Z | Compiling usdt-impl v0.5.0 |
| 1717 | 2026-03-02T21:35:47.487Z | Compiling ecdsa v0.16.9 |
| 1718 | 2026-03-02T21:35:48.188Z | Compiling serde_with v3.16.1 |
| 1719 | 2026-03-02T21:35:48.299Z | Compiling similar v2.7.0 |
| 1720 | 2026-03-02T21:35:48.304Z | Compiling rsa v0.9.8 |
| 1721 | 2026-03-02T21:35:48.603Z | Compiling zip v0.6.6 |
| 1722 | 2026-03-02T21:35:48.980Z | Compiling ed25519-dalek v2.1.1 |
| 1723 | 2026-03-02T21:35:49.875Z | Compiling toml v0.7.8 |
| 1724 | 2026-03-02T21:35:50.319Z | Compiling crossterm v0.28.1 |
| 1725 | 2026-03-02T21:35:51.652Z | Compiling heck v0.4.1 |
| 1726 | 2026-03-02T21:35:51.835Z | Compiling itertools v0.10.5 |
| 1727 | 2026-03-02T21:35:52.074Z | Compiling itertools v0.13.0 |
| 1728 | 2026-03-02T21:35:52.077Z | Compiling crossbeam-epoch v0.9.18 |
| 1729 | 2026-03-02T21:35:52.346Z | Compiling tokio-stream v0.1.17 |
| 1730 | 2026-03-02T21:35:52.459Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1731 | 2026-03-02T21:35:52.778Z | Compiling x509-cert v0.2.5 |
| 1732 | 2026-03-02T21:35:52.859Z | Compiling openapiv3 v2.2.0 |
| 1733 | 2026-03-02T21:35:53.215Z | Compiling sha1 v0.10.6 |
| 1734 | 2026-03-02T21:35:53.425Z | Compiling winnow v0.6.26 |
| 1735 | 2026-03-02T21:35:53.590Z | Compiling peg-runtime v0.8.5 |
| 1736 | 2026-03-02T21:35:54.183Z | Compiling lalrpop-util v0.19.12 |
| 1737 | 2026-03-02T21:35:54.321Z | Compiling thread_local v1.1.8 |
| 1738 | 2026-03-02T21:35:54.554Z | Compiling slog-async v2.8.0 |
| 1739 | 2026-03-02T21:35:54.802Z | Compiling crossbeam-channel v0.5.15 |
| 1740 | 2026-03-02T21:35:54.866Z | Compiling xattr v1.3.1 |
| 1741 | 2026-03-02T21:35:55.146Z | Compiling futures-executor v0.3.31 |
| 1742 | 2026-03-02T21:35:55.168Z | Compiling is-terminal v0.4.13 |
| 1743 | 2026-03-02T21:35:55.319Z | Compiling filetime v0.2.26 |
| 1744 | 2026-03-02T21:35:55.623Z | Compiling term v1.1.0 |
| 1745 | 2026-03-02T21:35:55.646Z | Compiling take_mut v0.2.2 |
| 1746 | 2026-03-02T21:35:55.766Z | Compiling tar v0.4.44 |
| 1747 | 2026-03-02T21:35:56.005Z | Compiling futures v0.3.31 |
| 1748 | 2026-03-02T21:35:56.527Z | Compiling slog-term v2.9.2 |
| 1749 | 2026-03-02T21:36:04.938Z | Compiling rustls-webpki v0.103.9 |
| 1750 | 2026-03-02T21:36:09.773Z | Compiling tokio-rustls v0.26.0 |
| 1751 | 2026-03-02T21:36:09.773Z | Compiling rustls-platform-verifier v0.6.2 |
| 1752 | 2026-03-02T21:36:10.048Z | Compiling hyper-rustls v0.27.7 |
| 1753 | 2026-03-02T21:36:10.351Z | Compiling reqwest v0.12.28 |
| 1754 | 2026-03-02T21:36:10.354Z | Compiling reqwest v0.13.2 |
| 1755 | 2026-03-02T21:36:14.551Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1756 | 2026-03-02T21:36:14.842Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1757 | 2026-03-02T21:36:19.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
| 1758 | 2026-03-02T21:36:19.504Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1759 | 2026-03-02T21:36:19.560Z | Mar 02 21:36:19.029 INFO Starting download, target: Cockroach |
| 1760 | 2026-03-02T21:36:19.563Z | Mar 02 21:36:19.030 INFO Starting download, target: Clickhouse |
| 1761 | 2026-03-02T21:36:19.563Z | Mar 02 21:36:19.030 INFO Starting download, target: Console |
| 1762 | 2026-03-02T21:36:19.563Z | Mar 02 21:36:19.030 INFO Starting download, target: DendriteStub |
| 1763 | 2026-03-02T21:36:19.563Z | Mar 02 21:36:19.030 INFO Starting download, target: MaghemiteMgd |
| 1764 | 2026-03-02T21:36:19.563Z | Mar 02 21:36:19.030 INFO Starting download, target: TransceiverControl |
| 1765 | 2026-03-02T21:36:19.563Z | Mar 02 21:36:19.030 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1766 | 2026-03-02T21:36:19.563Z | Mar 02 21:36:19.030 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1767 | 2026-03-02T21:36:19.564Z | Mar 02 21:36:19.030 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1768 | 2026-03-02T21:36:19.564Z | Mar 02 21:36:19.030 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1769 | 2026-03-02T21:36:19.564Z | Mar 02 21:36:19.031 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1770 | 2026-03-02T21:36:19.564Z | Mar 02 21:36:19.031 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1771 | 2026-03-02T21:36:20.052Z | Mar 02 21:36:19.521 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1772 | 2026-03-02T21:36:20.492Z | Mar 02 21:36:19.940 INFO Download complete, target: TransceiverControl |
| 1773 | 2026-03-02T21:36:20.610Z | Mar 02 21:36:20.075 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1774 | 2026-03-02T21:36:21.084Z | Mar 02 21:36:20.552 INFO Download complete, target: Console |
| 1775 | 2026-03-02T21:36:21.440Z | Mar 02 21:36:20.910 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1776 | 2026-03-02T21:36:21.722Z | Mar 02 21:36:21.192 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1777 | 2026-03-02T21:36:21.826Z | Mar 02 21:36:21.296 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1778 | 2026-03-02T21:36:21.907Z | Mar 02 21:36:21.377 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1779 | 2026-03-02T21:36:21.907Z | Mar 02 21:36:21.377 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1780 | 2026-03-02T21:36:25.469Z | Mar 02 21:36:24.939 INFO Download complete, target: MaghemiteMgd |
| 1781 | 2026-03-02T21:36:25.609Z | Mar 02 21:36:25.078 INFO Download complete, target: DendriteStub |
| 1782 | 2026-03-02T21:36:29.515Z | Mar 02 21:36:28.985 INFO Checking that binary works, target: Cockroach |
| 1783 | 2026-03-02T21:36:29.654Z | Mar 02 21:36:29.122 INFO Download complete, target: Cockroach |
| 1784 | 2026-03-02T21:36:32.742Z | Mar 02 21:36:32.212 INFO Checking that binary works, target: Clickhouse |
| 1785 | 2026-03-02T21:36:32.902Z | Mar 02 21:36:32.370 INFO Download complete, target: Clickhouse |
| 1786 | 2026-03-02T21:36:32.922Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1787 | 2026-03-02T21:36:32.924Z | |
| 1788 | 2026-03-02T21:36:32.924Z | real 5:56.686454608 |
| 1789 | 2026-03-02T21:36:32.924Z | user 16:56.455825290 |
| 1790 | 2026-03-02T21:36:32.924Z | sys 2:23.587190307 |
| 1791 | 2026-03-02T21:36:32.924Z | trap 0.605663758 |
| 1792 | 2026-03-02T21:36:32.924Z | tflt 0.787351684 |
| 1793 | 2026-03-02T21:36:32.924Z | dflt 0.918047258 |
| 1794 | 2026-03-02T21:36:32.924Z | kflt 0.022928163 |
| 1795 | 2026-03-02T21:36:32.924Z | lock 38:02.624821500 |
| 1796 | 2026-03-02T21:36:32.924Z | slp 1:04:16.119924906 |
| 1797 | 2026-03-02T21:36:32.924Z | lat 1:08.415915265 |
| 1798 | 2026-03-02T21:36:32.924Z | stop 3:04.095320878 |
| 1799 | 2026-03-02T21:36:32.924Z | + banner clippy |
| 1800 | 2026-03-02T21:36:32.927Z | |
| 1801 | 2026-03-02T21:36:32.927Z | #### # # ##### ##### # # |
| 1802 | 2026-03-02T21:36:32.927Z | # # # # # # # # # # |
| 1803 | 2026-03-02T21:36:32.927Z | # # # # # # # # |
| 1804 | 2026-03-02T21:36:32.927Z | # # # ##### ##### # |
| 1805 | 2026-03-02T21:36:32.927Z | # # # # # # # |
| 1806 | 2026-03-02T21:36:32.927Z | #### ###### # # # # |
| 1807 | 2026-03-02T21:36:32.927Z | |
| 1808 | 2026-03-02T21:36:32.927Z | + export CARGO_INCREMENTAL=0 |
| 1809 | 2026-03-02T21:36:32.927Z | + CARGO_INCREMENTAL=0 |
| 1810 | 2026-03-02T21:36:32.927Z | + ptime -m cargo xtask clippy |
| 1811 | 2026-03-02T21:36:33.707Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1812 | 2026-03-02T21:36:34.000Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1813 | 2026-03-02T21:36:37.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 1814 | 2026-03-02T21:36:37.128Z | Running `target/debug/xtask clippy` |
| 1815 | 2026-03-02T21:36:37.156Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1816 | 2026-03-02T21:36:38.028Z | Downloading crates ... |
| 1817 | 2026-03-02T21:36:38.327Z | Downloaded approx v0.5.1 |
| 1818 | 2026-03-02T21:36:38.336Z | Downloaded backtrace-ext v0.2.1 |
| 1819 | 2026-03-02T21:36:38.340Z | Downloaded blocking v1.6.1 |
| 1820 | 2026-03-02T21:36:38.343Z | Downloaded supports-hyperlinks v2.1.0 |
| 1821 | 2026-03-02T21:36:38.343Z | Downloaded async-signal v0.2.10 |
| 1822 | 2026-03-02T21:36:38.346Z | Downloaded blake2b_simd v1.0.2 |
| 1823 | 2026-03-02T21:36:38.346Z | Downloaded async-task v4.7.1 |
| 1824 | 2026-03-02T21:36:38.349Z | Downloaded anes v0.1.6 |
| 1825 | 2026-03-02T21:36:38.355Z | Downloaded doc-comment v0.3.3 |
| 1826 | 2026-03-02T21:36:38.358Z | Downloaded async-std v1.13.0 |
| 1827 | 2026-03-02T21:36:38.379Z | Downloaded supports-unicode v2.1.0 |
| 1828 | 2026-03-02T21:36:38.382Z | Downloaded serde_regex v1.1.0 |
| 1829 | 2026-03-02T21:36:38.382Z | Downloaded owo-colors v3.5.0 |
| 1830 | 2026-03-02T21:36:38.385Z | Downloaded kv-log-macro v1.0.7 |
| 1831 | 2026-03-02T21:36:38.385Z | Downloaded futures-lite v2.3.0 |
| 1832 | 2026-03-02T21:36:38.388Z | Downloaded parking v2.2.1 |
| 1833 | 2026-03-02T21:36:38.388Z | Downloaded target-spec v3.5.0 |
| 1834 | 2026-03-02T21:36:38.391Z | Downloaded escape8259 v0.5.3 |
| 1835 | 2026-03-02T21:36:38.391Z | Downloaded cfg-expr v0.20.1 |
| 1836 | 2026-03-02T21:36:38.394Z | Downloaded knuffel-derive v3.2.0 |
| 1837 | 2026-03-02T21:36:38.400Z | Downloaded proc-macro-crate v3.2.0 |
| 1838 | 2026-03-02T21:36:38.400Z | Downloaded cast v0.3.0 |
| 1839 | 2026-03-02T21:36:38.403Z | Downloaded async-lock v3.4.0 |
| 1840 | 2026-03-02T21:36:38.403Z | Downloaded assert-json-diff v2.0.2 |
| 1841 | 2026-03-02T21:36:38.403Z | Downloaded event-listener v2.5.3 |
| 1842 | 2026-03-02T21:36:38.403Z | Downloaded similar-asserts v1.7.0 |
| 1843 | 2026-03-02T21:36:38.406Z | Downloaded pathdiff v0.2.3 |
| 1844 | 2026-03-02T21:36:38.406Z | Downloaded miette-derive v5.10.0 |
| 1845 | 2026-03-02T21:36:38.409Z | Downloaded terminal_size v0.1.17 |
| 1846 | 2026-03-02T21:36:38.409Z | Downloaded event-listener-strategy v0.5.2 |
| 1847 | 2026-03-02T21:36:38.412Z | Downloaded async-global-executor v2.4.1 |
| 1848 | 2026-03-02T21:36:38.415Z | Downloaded supports-color v2.1.0 |
| 1849 | 2026-03-02T21:36:38.418Z | Downloaded oorandom v11.1.4 |
| 1850 | 2026-03-02T21:36:38.418Z | Downloaded async-channel v1.9.0 |
| 1851 | 2026-03-02T21:36:38.418Z | Downloaded plotters-backend v0.3.7 |
| 1852 | 2026-03-02T21:36:38.422Z | Downloaded nested v0.1.1 |
| 1853 | 2026-03-02T21:36:38.422Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1854 | 2026-03-02T21:36:38.422Z | Downloaded async-channel v2.3.1 |
| 1855 | 2026-03-02T21:36:38.425Z | Downloaded plotters-svg v0.3.7 |
| 1856 | 2026-03-02T21:36:38.425Z | Downloaded async-object-pool v0.1.5 |
| 1857 | 2026-03-02T21:36:38.428Z | Downloaded async-process v2.3.0 |
| 1858 | 2026-03-02T21:36:38.431Z | Downloaded async-attributes v1.1.2 |
| 1859 | 2026-03-02T21:36:38.431Z | Downloaded criterion-plot v0.6.0 |
| 1860 | 2026-03-02T21:36:38.432Z | Downloaded async-executor v1.13.1 |
| 1861 | 2026-03-02T21:36:38.434Z | Downloaded piper v0.2.4 |
| 1862 | 2026-03-02T21:36:38.437Z | Downloaded target-triple v0.1.3 |
| 1863 | 2026-03-02T21:36:38.442Z | Downloaded assert_cmd v2.0.17 |
| 1864 | 2026-03-02T21:36:38.444Z | Downloaded stringmetrics v2.2.2 |
| 1865 | 2026-03-02T21:36:38.447Z | Downloaded relative-path v1.9.3 |
| 1866 | 2026-03-02T21:36:38.447Z | Downloaded futures-timer v3.0.3 |
| 1867 | 2026-03-02T21:36:38.447Z | Downloaded knuffel v3.2.0 |
| 1868 | 2026-03-02T21:36:38.450Z | Downloaded concurrent-queue v2.5.0 |
| 1869 | 2026-03-02T21:36:38.453Z | Downloaded termcolor v1.4.1 |
| 1870 | 2026-03-02T21:36:38.453Z | Downloaded rust-argon2 v2.1.0 |
| 1871 | 2026-03-02T21:36:38.456Z | Downloaded rstest_macros v0.25.0 |
| 1872 | 2026-03-02T21:36:38.459Z | Downloaded target-lexicon v0.13.2 |
| 1873 | 2026-03-02T21:36:38.459Z | Downloaded path-tree v0.8.1 |
| 1874 | 2026-03-02T21:36:38.459Z | Downloaded partial-io v0.5.4 |
| 1875 | 2026-03-02T21:36:38.462Z | Downloaded tinytemplate v1.2.1 |
| 1876 | 2026-03-02T21:36:38.465Z | Downloaded httptest v0.16.3 |
| 1877 | 2026-03-02T21:36:38.465Z | Downloaded event-listener v5.3.1 |
| 1878 | 2026-03-02T21:36:38.469Z | Downloaded async-io v2.3.4 |
| 1879 | 2026-03-02T21:36:38.469Z | Downloaded datatest-stable v0.3.2 |
| 1880 | 2026-03-02T21:36:38.473Z | Downloaded libtest-mimic v0.8.1 |
| 1881 | 2026-03-02T21:36:38.477Z | Downloaded rstest v0.25.0 |
| 1882 | 2026-03-02T21:36:38.480Z | Downloaded trybuild v1.0.106 |
| 1883 | 2026-03-02T21:36:38.489Z | Downloaded polling v3.7.3 |
| 1884 | 2026-03-02T21:36:38.493Z | Downloaded rand_distr v0.5.1 |
| 1885 | 2026-03-02T21:36:38.497Z | Downloaded textwrap v0.15.2 |
| 1886 | 2026-03-02T21:36:38.497Z | Downloaded guppy v0.17.20 |
| 1887 | 2026-03-02T21:36:38.502Z | Downloaded miette v5.10.0 |
| 1888 | 2026-03-02T21:36:38.505Z | Downloaded fancy-regex v0.14.0 |
| 1889 | 2026-03-02T21:36:38.508Z | Downloaded plotters v0.3.7 |
| 1890 | 2026-03-02T21:36:38.515Z | Downloaded hashbrown v0.14.5 |
| 1891 | 2026-03-02T21:36:38.519Z | Downloaded criterion v0.7.0 |
| 1892 | 2026-03-02T21:36:38.526Z | Downloaded chumsky v0.9.3 |
| 1893 | 2026-03-02T21:36:38.587Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1894 | 2026-03-02T21:36:40.705Z | Checking cfg-if v1.0.4 |
| 1895 | 2026-03-02T21:36:41.119Z | Checking libc v0.2.180 |
| 1896 | 2026-03-02T21:36:41.122Z | Checking serde_core v1.0.228 |
| 1897 | 2026-03-02T21:36:41.201Z | Checking memchr v2.7.4 |
| 1898 | 2026-03-02T21:36:41.243Z | Checking smallvec v1.15.1 |
| 1899 | 2026-03-02T21:36:41.286Z | Checking value-bag v1.12.0 |
| 1900 | 2026-03-02T21:36:41.341Z | Checking itoa v1.0.11 |
| 1901 | 2026-03-02T21:36:41.432Z | Checking scopeguard v1.2.0 |
| 1902 | 2026-03-02T21:36:41.489Z | Checking zeroize v1.8.1 |
| 1903 | 2026-03-02T21:36:41.605Z | Checking libm v0.2.8 |
| 1904 | 2026-03-02T21:36:41.663Z | Checking lock_api v0.4.12 |
| 1905 | 2026-03-02T21:36:41.716Z | Checking stable_deref_trait v1.2.0 |
| 1906 | 2026-03-02T21:36:41.777Z | Checking log v0.4.29 |
| 1907 | 2026-03-02T21:36:41.840Z | Checking portable-atomic v1.11.0 |
| 1908 | 2026-03-02T21:36:41.898Z | Checking critical-section v1.1.3 |
| 1909 | 2026-03-02T21:36:42.056Z | Checking zerofrom v0.1.4 |
| 1910 | 2026-03-02T21:36:42.115Z | Checking zmij v1.0.15 |
| 1911 | 2026-03-02T21:36:42.173Z | Checking getrandom v0.2.15 |
| 1912 | 2026-03-02T21:36:42.173Z | Checking getrandom v0.3.4 |
| 1913 | 2026-03-02T21:36:42.323Z | Checking yoke v0.7.4 |
| 1914 | 2026-03-02T21:36:42.380Z | Checking pin-project-lite v0.2.14 |
| 1915 | 2026-03-02T21:36:42.473Z | Checking litemap v0.7.3 |
| 1916 | 2026-03-02T21:36:42.527Z | Checking writeable v0.5.5 |
| 1917 | 2026-03-02T21:36:42.564Z | Checking num-traits v0.2.19 |
| 1918 | 2026-03-02T21:36:42.567Z | Checking percent-encoding v2.3.2 |
| 1919 | 2026-03-02T21:36:42.666Z | Checking icu_locid_transform_data v1.5.0 |
| 1920 | 2026-03-02T21:36:42.724Z | Checking zerovec v0.10.4 |
| 1921 | 2026-03-02T21:36:42.819Z | Checking icu_properties_data v1.5.0 |
| 1922 | 2026-03-02T21:36:42.874Z | Checking utf16_iter v1.0.5 |
| 1923 | 2026-03-02T21:36:42.874Z | Checking utf8_iter v1.0.4 |
| 1924 | 2026-03-02T21:36:42.878Z | Checking once_cell v1.21.3 |
| 1925 | 2026-03-02T21:36:42.878Z | Checking icu_normalizer_data v1.5.0 |
| 1926 | 2026-03-02T21:36:43.080Z | Checking write16 v1.0.0 |
| 1927 | 2026-03-02T21:36:43.142Z | Checking rand_core v0.6.4 |
| 1928 | 2026-03-02T21:36:43.203Z | Checking subtle v2.6.1 |
| 1929 | 2026-03-02T21:36:43.249Z | Checking form_urlencoded v1.2.2 |
| 1930 | 2026-03-02T21:36:43.306Z | Checking parking_lot_core v0.9.10 |
| 1931 | 2026-03-02T21:36:43.365Z | Checking byteorder v1.5.0 |
| 1932 | 2026-03-02T21:36:43.465Z | Checking signal-hook-registry v1.4.2 |
| 1933 | 2026-03-02T21:36:43.526Z | Checking mio v1.0.2 |
| 1934 | 2026-03-02T21:36:43.529Z | Checking allocator-api2 v0.2.21 |
| 1935 | 2026-03-02T21:36:43.712Z | Checking parking_lot v0.12.3 |
| 1936 | 2026-03-02T21:36:43.774Z | Checking typenum v1.17.0 |
| 1937 | 2026-03-02T21:36:43.832Z | Checking futures-core v0.3.32 |
| 1938 | 2026-03-02T21:36:44.036Z | Checking socket2 v0.6.1 |
| 1939 | 2026-03-02T21:36:44.101Z | Checking equivalent v1.0.2 |
| 1940 | 2026-03-02T21:36:44.161Z | Checking tinystr v0.7.6 |
| 1941 | 2026-03-02T21:36:44.164Z | Checking icu_collections v1.5.0 |
| 1942 | 2026-03-02T21:36:44.273Z | Checking iana-time-zone v0.1.63 |
| 1943 | 2026-03-02T21:36:44.325Z | Checking errno v0.3.12 |
| 1944 | 2026-03-02T21:36:44.392Z | Checking thiserror v2.0.18 |
| 1945 | 2026-03-02T21:36:44.461Z | Checking futures-io v0.3.31 |
| 1946 | 2026-03-02T21:36:44.551Z | Checking icu_locid v1.5.0 |
| 1947 | 2026-03-02T21:36:44.611Z | Checking foldhash v0.2.0 |
| 1948 | 2026-03-02T21:36:44.671Z | Checking dyn-clone v1.0.20 |
| 1949 | 2026-03-02T21:36:44.676Z | Checking const-oid v0.9.6 |
| 1950 | 2026-03-02T21:36:44.766Z | Checking slab v0.4.9 |
| 1951 | 2026-03-02T21:36:44.832Z | Checking zerocopy v0.7.35 |
| 1952 | 2026-03-02T21:36:44.894Z | Checking serde v1.0.228 |
| 1953 | 2026-03-02T21:36:44.898Z | Checking serde_json v1.0.149 |
| 1954 | 2026-03-02T21:36:44.898Z | Checking generic-array v0.14.7 |
| 1955 | 2026-03-02T21:36:45.026Z | Checking uuid v1.19.0 |
| 1956 | 2026-03-02T21:36:45.077Z | Checking semver v1.0.27 |
| 1957 | 2026-03-02T21:36:45.462Z | Checking icu_provider v1.5.0 |
| 1958 | 2026-03-02T21:36:45.516Z | Checking hashbrown v0.16.1 |
| 1959 | 2026-03-02T21:36:45.715Z | Checking thiserror v1.0.69 |
| 1960 | 2026-03-02T21:36:45.926Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1961 | 2026-03-02T21:36:45.988Z | Checking bytes v1.11.1 |
| 1962 | 2026-03-02T21:36:46.093Z | Checking bitflags v2.9.4 |
| 1963 | 2026-03-02T21:36:46.096Z | Checking icu_locid_transform v1.5.0 |
| 1964 | 2026-03-02T21:36:46.204Z | Checking crypto-common v0.1.6 |
| 1965 | 2026-03-02T21:36:46.333Z | Checking chrono v0.4.43 |
| 1966 | 2026-03-02T21:36:46.460Z | Checking block-buffer v0.10.4 |
| 1967 | 2026-03-02T21:36:46.589Z | Checking pin-utils v0.1.0 |
| 1968 | 2026-03-02T21:36:46.647Z | Checking futures-sink v0.3.31 |
| 1969 | 2026-03-02T21:36:46.696Z | Checking futures-task v0.3.31 |
| 1970 | 2026-03-02T21:36:46.699Z | Checking indexmap v2.13.0 |
| 1971 | 2026-03-02T21:36:46.797Z | Checking digest v0.10.7 |
| 1972 | 2026-03-02T21:36:46.800Z | Checking cpufeatures v0.2.14 |
| 1973 | 2026-03-02T21:36:46.911Z | Checking tokio v1.49.0 |
| 1974 | 2026-03-02T21:36:46.915Z | Checking futures-channel v0.3.31 |
| 1975 | 2026-03-02T21:36:47.023Z | Checking rustix v0.38.37 |
| 1976 | 2026-03-02T21:36:47.067Z | Checking ppv-lite86 v0.2.20 |
| 1977 | 2026-03-02T21:36:47.177Z | Checking icu_properties v1.5.1 |
| 1978 | 2026-03-02T21:36:47.239Z | Checking fnv v1.0.7 |
| 1979 | 2026-03-02T21:36:47.373Z | Checking futures-util v0.3.31 |
| 1980 | 2026-03-02T21:36:47.441Z | Checking tracing-core v0.1.32 |
| 1981 | 2026-03-02T21:36:47.832Z | Checking regex-syntax v0.8.5 |
| 1982 | 2026-03-02T21:36:47.927Z | Checking http v1.4.0 |
| 1983 | 2026-03-02T21:36:48.113Z | Checking tracing v0.1.40 |
| 1984 | 2026-03-02T21:36:48.274Z | Checking foldhash v0.1.5 |
| 1985 | 2026-03-02T21:36:48.528Z | Checking unicode-ident v1.0.24 |
| 1986 | 2026-03-02T21:36:48.589Z | Checking hashbrown v0.15.4 |
| 1987 | 2026-03-02T21:36:48.751Z | Checking base64 v0.22.1 |
| 1988 | 2026-03-02T21:36:49.268Z | Checking proc-macro2 v1.0.106 |
| 1989 | 2026-03-02T21:36:49.322Z | Checking spin v0.9.8 |
| 1990 | 2026-03-02T21:36:49.684Z | Checking crossbeam-utils v0.8.21 |
| 1991 | 2026-03-02T21:36:49.743Z | Checking adler2 v2.0.0 |
| 1992 | 2026-03-02T21:36:49.942Z | Checking quote v1.0.44 |
| 1993 | 2026-03-02T21:36:50.002Z | Checking miniz_oxide v0.8.5 |
| 1994 | 2026-03-02T21:36:50.189Z | Checking ipnet v2.11.0 |
| 1995 | 2026-03-02T21:36:50.357Z | Checking utf8parse v0.2.2 |
| 1996 | 2026-03-02T21:36:50.442Z | Checking icu_normalizer v1.5.0 |
| 1997 | 2026-03-02T21:36:50.503Z | Checking syn v2.0.117 |
| 1998 | 2026-03-02T21:36:50.581Z | Checking untrusted v0.9.0 |
| 1999 | 2026-03-02T21:36:50.737Z | Checking aho-corasick v1.1.3 |
| 2000 | 2026-03-02T21:36:50.808Z | Checking atomic-waker v1.1.2 |
| 2001 | 2026-03-02T21:36:50.812Z | Checking ring v0.17.14 |
| 2002 | 2026-03-02T21:36:51.003Z | Checking base64ct v1.6.0 |
| 2003 | 2026-03-02T21:36:51.006Z | Checking block-padding v0.3.3 |
| 2004 | 2026-03-02T21:36:51.248Z | Checking idna_adapter v1.2.0 |
| 2005 | 2026-03-02T21:36:51.318Z | Checking fastrand v2.1.1 |
| 2006 | 2026-03-02T21:36:51.510Z | Checking idna v1.0.3 |
| 2007 | 2026-03-02T21:36:51.568Z | Checking anstyle v1.0.11 |
| 2008 | 2026-03-02T21:36:51.712Z | Checking inout v0.1.3 |
| 2009 | 2026-03-02T21:36:51.916Z | Checking rustls-pki-types v1.14.0 |
| 2010 | 2026-03-02T21:36:51.966Z | Checking httparse v1.9.5 |
| 2011 | 2026-03-02T21:36:52.023Z | Checking cipher v0.4.4 |
| 2012 | 2026-03-02T21:36:52.081Z | Checking url v2.5.4 |
| 2013 | 2026-03-02T21:36:52.259Z | Checking regex-automata v0.4.14 |
| 2014 | 2026-03-02T21:36:52.474Z | Checking anstyle-parse v0.2.5 |
| 2015 | 2026-03-02T21:36:52.535Z | Checking is_terminal_polyfill v1.70.1 |
| 2016 | 2026-03-02T21:36:52.535Z | Checking anstyle-query v1.1.1 |
| 2017 | 2026-03-02T21:36:52.720Z | Checking colorchoice v1.0.2 |
| 2018 | 2026-03-02T21:36:52.777Z | Checking pem-rfc7468 v0.7.0 |
| 2019 | 2026-03-02T21:36:52.831Z | Checking terminal_size v0.4.0 |
| 2020 | 2026-03-02T21:36:52.928Z | Checking anstream v0.6.18 |
| 2021 | 2026-03-02T21:36:53.002Z | Checking schemars v0.8.22 |
| 2022 | 2026-03-02T21:36:53.063Z | Checking http-body v1.0.1 |
| 2023 | 2026-03-02T21:36:53.117Z | Checking sha2 v0.10.9 |
| 2024 | 2026-03-02T21:36:53.121Z | Checking gimli v0.31.1 |
| 2025 | 2026-03-02T21:36:53.326Z | Checking hmac v0.12.1 |
| 2026 | 2026-03-02T21:36:53.383Z | Checking object v0.36.5 |
| 2027 | 2026-03-02T21:36:53.609Z | Checking zerocopy v0.8.27 |
| 2028 | 2026-03-02T21:36:53.747Z | Checking strsim v0.11.1 |
| 2029 | 2026-03-02T21:36:54.075Z | Checking clap_lex v0.7.4 |
| 2030 | 2026-03-02T21:36:54.136Z | Checking tokio-util v0.7.15 |
| 2031 | 2026-03-02T21:36:54.370Z | Checking try-lock v0.2.5 |
| 2032 | 2026-03-02T21:36:54.561Z | Checking httpdate v1.0.3 |
| 2033 | 2026-03-02T21:36:54.621Z | Checking rustc-demangle v0.1.24 |
| 2034 | 2026-03-02T21:36:54.886Z | Checking want v0.3.1 |
| 2035 | 2026-03-02T21:36:55.127Z | Checking clap_builder v4.5.48 |
| 2036 | 2026-03-02T21:36:55.185Z | Checking lazy_static v1.5.0 |
| 2037 | 2026-03-02T21:36:55.377Z | Checking tower-service v0.3.3 |
| 2038 | 2026-03-02T21:36:55.436Z | Checking h2 v0.4.6 |
| 2039 | 2026-03-02T21:36:55.568Z | Checking ryu v1.0.18 |
| 2040 | 2026-03-02T21:36:55.878Z | Checking tower-layer v0.3.3 |
| 2041 | 2026-03-02T21:36:56.219Z | Checking flagset v0.4.6 |
| 2042 | 2026-03-02T21:36:56.411Z | Checking rand_chacha v0.3.1 |
| 2043 | 2026-03-02T21:36:56.505Z | Checking der v0.7.10 |
| 2044 | 2026-03-02T21:36:56.574Z | Checking http-body-util v0.1.3 |
| 2045 | 2026-03-02T21:36:56.914Z | Checking rand v0.8.5 |
| 2046 | 2026-03-02T21:36:56.917Z | Checking addr2line v0.24.2 |
| 2047 | 2026-03-02T21:36:57.030Z | Checking aws-lc-sys v0.37.1 |
| 2048 | 2026-03-02T21:36:57.034Z | Checking openssl-probe v0.1.5 |
| 2049 | 2026-03-02T21:36:57.306Z | Checking untrusted v0.7.1 |
| 2050 | 2026-03-02T21:36:57.511Z | Checking erased-serde v0.3.31 |
| 2051 | 2026-03-02T21:36:57.569Z | Checking rand_core v0.9.3 |
| 2052 | 2026-03-02T21:36:57.936Z | Checking clap v4.5.48 |
| 2053 | 2026-03-02T21:36:57.995Z | Checking regex v1.12.3 |
| 2054 | 2026-03-02T21:36:58.102Z | Checking serde_urlencoded v0.7.1 |
| 2055 | 2026-03-02T21:36:58.163Z | Checking spki v0.7.3 |
| 2056 | 2026-03-02T21:36:58.166Z | Checking pbkdf2 v0.12.2 |
| 2057 | 2026-03-02T21:36:58.448Z | Checking aes v0.8.4 |
| 2058 | 2026-03-02T21:36:58.518Z | Checking rustix v1.1.3 |
| 2059 | 2026-03-02T21:36:58.581Z | Checking mime v0.3.17 |
| 2060 | 2026-03-02T21:36:58.586Z | Checking slog v2.8.2 |
| 2061 | 2026-03-02T21:36:58.586Z | Checking cbc v0.1.2 |
| 2062 | 2026-03-02T21:36:58.731Z | Checking aws-lc-rs v1.16.0 |
| 2063 | 2026-03-02T21:36:58.884Z | Checking salsa20 v0.10.2 |
| 2064 | 2026-03-02T21:36:58.960Z | Checking rand_chacha v0.9.0 |
| 2065 | 2026-03-02T21:36:59.164Z | Checking scrypt v0.11.0 |
| 2066 | 2026-03-02T21:36:59.242Z | Checking hex v0.4.3 |
| 2067 | 2026-03-02T21:36:59.337Z | Checking powerfmt v0.2.0 |
| 2068 | 2026-03-02T21:36:59.394Z | Checking rand v0.9.2 |
| 2069 | 2026-03-02T21:36:59.398Z | Checking backtrace v0.3.74 |
| 2070 | 2026-03-02T21:36:59.497Z | Checking pkcs5 v0.7.1 |
| 2071 | 2026-03-02T21:36:59.677Z | Checking deranged v0.5.3 |
| 2072 | 2026-03-02T21:36:59.743Z | Checking rustls-native-certs v0.8.1 |
| 2073 | 2026-03-02T21:37:00.016Z | Checking sync_wrapper v1.0.1 |
| 2074 | 2026-03-02T21:37:00.075Z | Checking time-core v0.1.8 |
| 2075 | 2026-03-02T21:37:00.079Z | Checking anyhow v1.0.99 |
| 2076 | 2026-03-02T21:37:00.240Z | Checking num_threads v0.1.7 |
| 2077 | 2026-03-02T21:37:00.416Z | Checking foreign-types-shared v0.1.1 |
| 2078 | 2026-03-02T21:37:00.475Z | Checking num-conv v0.2.0 |
| 2079 | 2026-03-02T21:37:00.479Z | Checking tower v0.5.2 |
| 2080 | 2026-03-02T21:37:00.576Z | Checking pkcs8 v0.10.2 |
| 2081 | 2026-03-02T21:37:00.624Z | Checking foreign-types v0.3.2 |
| 2082 | 2026-03-02T21:37:00.627Z | Checking rustls-webpki v0.103.9 |
| 2083 | 2026-03-02T21:37:00.627Z | Checking tempfile v3.24.0 |
| 2084 | 2026-03-02T21:37:00.759Z | Checking webpki-roots v1.0.1 |
| 2085 | 2026-03-02T21:37:00.814Z | Checking camino v1.2.2 |
| 2086 | 2026-03-02T21:37:00.938Z | Checking openssl-sys v0.9.109 |
| 2087 | 2026-03-02T21:37:01.035Z | Checking encoding_rs v0.8.34 |
| 2088 | 2026-03-02T21:37:01.090Z | Checking iri-string v0.7.8 |
| 2089 | 2026-03-02T21:37:01.337Z | Checking ipnetwork v0.21.1 |
| 2090 | 2026-03-02T21:37:01.418Z | Checking plain v0.2.3 |
| 2091 | 2026-03-02T21:37:01.637Z | Checking openapiv3 v2.2.0 |
| 2092 | 2026-03-02T21:37:01.640Z | Checking rustls v0.23.37 |
| 2093 | 2026-03-02T21:37:01.790Z | Checking either v1.15.0 |
| 2094 | 2026-03-02T21:37:01.935Z | Checking hyper v1.8.1 |
| 2095 | 2026-03-02T21:37:02.073Z | Checking time v0.3.47 |
| 2096 | 2026-03-02T21:37:02.131Z | Checking openssl v0.10.73 |
| 2097 | 2026-03-02T21:37:02.228Z | Checking ucd-trie v0.1.7 |
| 2098 | 2026-03-02T21:37:02.501Z | Checking pest v2.8.2 |
| 2099 | 2026-03-02T21:37:03.278Z | Checking pretty-hex v0.4.1 |
| 2100 | 2026-03-02T21:37:03.525Z | Checking signature v2.2.0 |
| 2101 | 2026-03-02T21:37:03.582Z | Checking tower-http v0.6.8 |
| 2102 | 2026-03-02T21:37:03.795Z | Checking toml_datetime v0.6.11 |
| 2103 | 2026-03-02T21:37:04.097Z | Checking hyper-util v0.1.19 |
| 2104 | 2026-03-02T21:37:04.169Z | Checking serde_spanned v0.6.9 |
| 2105 | 2026-03-02T21:37:04.230Z | Checking winnow v0.7.14 |
| 2106 | 2026-03-02T21:37:04.442Z | Checking sha1 v0.10.6 |
| 2107 | 2026-03-02T21:37:04.707Z | Checking strum v0.26.3 |
| 2108 | 2026-03-02T21:37:04.805Z | Checking data-encoding v2.9.0 |
| 2109 | 2026-03-02T21:37:04.808Z | Checking static_assertions v1.1.0 |
| 2110 | 2026-03-02T21:37:04.934Z | Checking oxnet v0.1.4 |
| 2111 | 2026-03-02T21:37:05.019Z | Checking tinyvec_macros v0.1.1 |
| 2112 | 2026-03-02T21:37:05.080Z | Checking quick-error v1.2.3 |
| 2113 | 2026-03-02T21:37:05.175Z | Checking tinyvec v1.8.0 |
| 2114 | 2026-03-02T21:37:05.294Z | Checking hubpack v0.1.2 |
| 2115 | 2026-03-02T21:37:05.419Z | Checking num-integer v0.1.46 |
| 2116 | 2026-03-02T21:37:05.478Z | Checking bit-vec v0.8.0 |
| 2117 | 2026-03-02T21:37:05.684Z | Checking base16ct v0.2.0 |
| 2118 | 2026-03-02T21:37:05.911Z | Checking bit-set v0.8.0 |
| 2119 | 2026-03-02T21:37:05.973Z | Checking sec1 v0.7.3 |
| 2120 | 2026-03-02T21:37:05.977Z | Checking scroll v0.12.0 |
| 2121 | 2026-03-02T21:37:06.213Z | Checking ff v0.13.0 |
| 2122 | 2026-03-02T21:37:06.424Z | Checking wait-timeout v0.2.0 |
| 2123 | 2026-03-02T21:37:06.496Z | Checking crc32fast v1.4.2 |
| 2124 | 2026-03-02T21:37:06.557Z | Checking group v0.13.0 |
| 2125 | 2026-03-02T21:37:06.561Z | Checking goblin v0.8.2 |
| 2126 | 2026-03-02T21:37:06.673Z | Checking num-iter v0.1.45 |
| 2127 | 2026-03-02T21:37:06.802Z | Checking ahash v0.8.12 |
| 2128 | 2026-03-02T21:37:06.863Z | Checking bstr v1.10.0 |
| 2129 | 2026-03-02T21:37:06.867Z | Checking hkdf v0.12.4 |
| 2130 | 2026-03-02T21:37:06.971Z | Checking crossbeam-epoch v0.9.18 |
| 2131 | 2026-03-02T21:37:07.055Z | Checking crypto-bigint v0.5.5 |
| 2132 | 2026-03-02T21:37:07.117Z | Checking native-tls v0.2.12 |
| 2133 | 2026-03-02T21:37:07.172Z | Checking rusty-fork v0.3.0 |
| 2134 | 2026-03-02T21:37:07.175Z | Checking tokio-rustls v0.26.0 |
| 2135 | 2026-03-02T21:37:07.285Z | Checking dtrace-parser v0.2.0 |
| 2136 | 2026-03-02T21:37:07.387Z | Checking rand_xorshift v0.4.0 |
| 2137 | 2026-03-02T21:37:07.464Z | Checking tokio-native-tls v0.3.1 |
| 2138 | 2026-03-02T21:37:07.545Z | Checking thread-id v4.2.2 |
| 2139 | 2026-03-02T21:37:07.628Z | Checking zlib-rs v0.5.1 |
| 2140 | 2026-03-02T21:37:07.693Z | Checking unarray v0.1.4 |
| 2141 | 2026-03-02T21:37:07.752Z | Checking hyper-rustls v0.27.7 |
| 2142 | 2026-03-02T21:37:07.756Z | Checking num-bigint-dig v0.8.6 |
| 2143 | 2026-03-02T21:37:07.838Z | Checking hyper-tls v0.6.0 |
| 2144 | 2026-03-02T21:37:07.842Z | Checking pkcs1 v0.7.5 |
| 2145 | 2026-03-02T21:37:07.948Z | Checking proptest v1.7.0 |
| 2146 | 2026-03-02T21:37:08.163Z | Checking x509-cert v0.2.5 |
| 2147 | 2026-03-02T21:37:08.227Z | Checking reqwest v0.12.28 |
| 2148 | 2026-03-02T21:37:08.289Z | Checking scroll v0.13.0 |
| 2149 | 2026-03-02T21:37:08.817Z | Checking unicode-segmentation v1.12.0 |
| 2150 | 2026-03-02T21:37:09.478Z | Checking libz-rs-sys v0.5.1 |
| 2151 | 2026-03-02T21:37:09.549Z | Checking toml_write v0.1.2 |
| 2152 | 2026-03-02T21:37:09.642Z | Checking elliptic-curve v0.13.8 |
| 2153 | 2026-03-02T21:37:09.743Z | Checking flate2 v1.1.2 |
| 2154 | 2026-03-02T21:37:09.796Z | Checking goblin v0.10.2 |
| 2155 | 2026-03-02T21:37:09.799Z | Checking rsa v0.9.8 |
| 2156 | 2026-03-02T21:37:09.909Z | Checking toml_edit v0.22.27 |
| 2157 | 2026-03-02T21:37:10.169Z | Checking rfc6979 v0.4.0 |
| 2158 | 2026-03-02T21:37:10.309Z | Checking memmap2 v0.9.8 |
| 2159 | 2026-03-02T21:37:10.423Z | Checking bitflags v1.3.2 |
| 2160 | 2026-03-02T21:37:10.487Z | Checking winnow v0.5.40 |
| 2161 | 2026-03-02T21:37:10.604Z | Checking ecdsa v0.16.9 |
| 2162 | 2026-03-02T21:37:10.672Z | Checking dtrace-parser v0.3.0 |
| 2163 | 2026-03-02T21:37:10.894Z | Checking curve25519-dalek v4.1.3 |
| 2164 | 2026-03-02T21:37:11.200Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2165 | 2026-03-02T21:37:11.285Z | Checking dof v0.3.0 |
| 2166 | 2026-03-02T21:37:11.366Z | Checking env_filter v0.1.2 |
| 2167 | 2026-03-02T21:37:11.425Z | Checking thread-id v5.0.0 |
| 2168 | 2026-03-02T21:37:11.607Z | Checking keccak v0.1.5 |
| 2169 | 2026-03-02T21:37:11.679Z | Checking env_logger v0.11.8 |
| 2170 | 2026-03-02T21:37:11.954Z | Checking usdt-impl v0.5.0 |
| 2171 | 2026-03-02T21:37:12.028Z | Checking sha3 v0.10.8 |
| 2172 | 2026-03-02T21:37:12.084Z | Checking ed25519 v2.2.3 |
| 2173 | 2026-03-02T21:37:12.210Z | Checking newtype-uuid v1.3.2 |
| 2174 | 2026-03-02T21:37:12.477Z | Checking itertools v0.13.0 |
| 2175 | 2026-03-02T21:37:12.537Z | Checking serde_with v3.16.1 |
| 2176 | 2026-03-02T21:37:12.537Z | Checking unicode-normalization v0.1.24 |
| 2177 | 2026-03-02T21:37:12.635Z | Checking memoffset v0.9.1 |
| 2178 | 2026-03-02T21:37:12.639Z | Checking daft v0.1.4 |
| 2179 | 2026-03-02T21:37:12.743Z | Checking ed25519-dalek v2.1.1 |
| 2180 | 2026-03-02T21:37:12.806Z | Checking signal-hook v0.3.18 |
| 2181 | 2026-03-02T21:37:13.192Z | Checking managed v0.8.0 |
| 2182 | 2026-03-02T21:37:13.195Z | Checking signal-hook-mio v0.2.4 |
| 2183 | 2026-03-02T21:37:13.297Z | Checking toml_edit v0.19.15 |
| 2184 | 2026-03-02T21:37:13.300Z | Checking bzip2 v0.4.4 |
| 2185 | 2026-03-02T21:37:13.434Z | Checking ref-cast v1.0.25 |
| 2186 | 2026-03-02T21:37:13.492Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2187 | 2026-03-02T21:37:13.589Z | Checking psl-types v2.0.11 |
| 2188 | 2026-03-02T21:37:13.645Z | Checking cookie v0.18.1 |
| 2189 | 2026-03-02T21:37:13.649Z | Checking zip v0.6.6 |
| 2190 | 2026-03-02T21:37:13.756Z | Checking zstd-safe v7.2.3 |
| 2191 | 2026-03-02T21:37:13.812Z | Checking publicsuffix v2.3.0 |
| 2192 | 2026-03-02T21:37:14.114Z | Checking bumpalo v3.16.0 |
| 2193 | 2026-03-02T21:37:14.119Z | Checking siphasher v0.3.11 |
| 2194 | 2026-03-02T21:37:14.210Z | Checking lockfree-object-pool v0.1.6 |
| 2195 | 2026-03-02T21:37:14.416Z | Checking simd-adler32 v0.3.7 |
| 2196 | 2026-03-02T21:37:14.480Z | Checking cookie_store v0.22.1 |
| 2197 | 2026-03-02T21:37:14.535Z | Checking phf_shared v0.11.2 |
| 2198 | 2026-03-02T21:37:14.538Z | Checking zstd v0.13.3 |
| 2199 | 2026-03-02T21:37:14.780Z | Checking zopfli v0.8.1 |
| 2200 | 2026-03-02T21:37:14.860Z | Checking crossterm v0.28.1 |
| 2201 | 2026-03-02T21:37:14.933Z | Checking bzip2 v0.5.2 |
| 2202 | 2026-03-02T21:37:15.009Z | Checking similar v2.7.0 |
| 2203 | 2026-03-02T21:37:15.213Z | Checking rustls-platform-verifier v0.6.2 |
| 2204 | 2026-03-02T21:37:15.284Z | Checking fs-err v3.1.1 |
| 2205 | 2026-03-02T21:37:15.447Z | Checking serde-big-array v0.5.1 |
| 2206 | 2026-03-02T21:37:15.508Z | Checking hash32 v0.2.1 |
| 2207 | 2026-03-02T21:37:15.511Z | Checking dof v0.4.0 |
| 2208 | 2026-03-02T21:37:15.703Z | Checking socket2 v0.5.10 |
| 2209 | 2026-03-02T21:37:15.762Z | Checking toml v0.7.8 |
| 2210 | 2026-03-02T21:37:15.835Z | Checking winnow v0.6.26 |
| 2211 | 2026-03-02T21:37:15.894Z | Checking jiff v0.2.15 |
| 2212 | 2026-03-02T21:37:15.948Z | Checking predicates-core v1.0.8 |
| 2213 | 2026-03-02T21:37:16.027Z | Checking unicode-bidi v0.3.17 |
| 2214 | 2026-03-02T21:37:16.179Z | Checking unicode-properties v0.1.3 |
| 2215 | 2026-03-02T21:37:16.248Z | Checking heapless v0.7.17 |
| 2216 | 2026-03-02T21:37:16.472Z | Checking usdt-impl v0.6.0 |
| 2217 | 2026-03-02T21:37:16.526Z | Checking reqwest v0.13.2 |
| 2218 | 2026-03-02T21:37:16.591Z | Checking hickory-proto v0.25.2 |
| 2219 | 2026-03-02T21:37:16.647Z | Checking tokio-stream v0.1.17 |
| 2220 | 2026-03-02T21:37:16.704Z | Checking stringprep v0.1.5 |
| 2221 | 2026-03-02T21:37:17.026Z | Checking md-5 v0.10.6 |
| 2222 | 2026-03-02T21:37:17.084Z | Checking usdt v0.6.0 |
| 2223 | 2026-03-02T21:37:17.215Z | Checking float-cmp v0.10.0 |
| 2224 | 2026-03-02T21:37:17.319Z | Checking rustc-hash v2.1.1 |
| 2225 | 2026-03-02T21:37:17.409Z | Checking fallible-iterator v0.2.0 |
| 2226 | 2026-03-02T21:37:17.466Z | Checking normalize-line-endings v0.3.0 |
| 2227 | 2026-03-02T21:37:17.519Z | Checking difflib v0.4.0 |
| 2228 | 2026-03-02T21:37:17.576Z | Checking iddqd v0.3.16 |
| 2229 | 2026-03-02T21:37:17.658Z | Checking smoltcp v0.9.1 |
| 2230 | 2026-03-02T21:37:17.891Z | Checking predicates v3.1.3 |
| 2231 | 2026-03-02T21:37:18.035Z | Checking postgres-protocol v0.6.8 |
| 2232 | 2026-03-02T21:37:18.443Z | Checking nix v0.29.0 |
| 2233 | 2026-03-02T21:37:18.499Z | Checking itertools v0.10.5 |
| 2234 | 2026-03-02T21:37:18.576Z | Checking buf-list v1.0.3 |
| 2235 | 2026-03-02T21:37:18.741Z | Checking strum v0.27.2 |
| 2236 | 2026-03-02T21:37:18.971Z | Checking precomputed-hash v0.1.1 |
| 2237 | 2026-03-02T21:37:18.974Z | Checking fixedbitset v0.4.2 |
| 2238 | 2026-03-02T21:37:19.084Z | Checking new_debug_unreachable v1.0.6 |
| 2239 | 2026-03-02T21:37:19.161Z | Checking lalrpop-util v0.19.12 |
| 2240 | 2026-03-02T21:37:19.271Z | Checking fixedbitset v0.5.7 |
| 2241 | 2026-03-02T21:37:19.345Z | Checking petgraph v0.6.5 |
| 2242 | 2026-03-02T21:37:19.469Z | Checking string_cache v0.8.9 |
| 2243 | 2026-03-02T21:37:19.535Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2244 | 2026-03-02T21:37:19.687Z | Checking petgraph v0.8.2 |
| 2245 | 2026-03-02T21:37:19.826Z | Checking postgres-types v0.2.9 |
| 2246 | 2026-03-02T21:37:19.829Z | Checking phf v0.11.2 |
| 2247 | 2026-03-02T21:37:20.167Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2248 | 2026-03-02T21:37:20.587Z | Checking whoami v1.5.2 |
| 2249 | 2026-03-02T21:37:20.648Z | Checking peg-runtime v0.8.5 |
| 2250 | 2026-03-02T21:37:20.890Z | Checking futures-executor v0.3.31 |
| 2251 | 2026-03-02T21:37:20.951Z | Checking tokio-postgres v0.7.13 |
| 2252 | 2026-03-02T21:37:20.954Z | Checking is-terminal v0.4.13 |
| 2253 | 2026-03-02T21:37:21.160Z | Checking futures v0.3.31 |
| 2254 | 2026-03-02T21:37:21.218Z | Checking crossbeam-channel v0.5.15 |
| 2255 | 2026-03-02T21:37:21.342Z | Checking regress v0.10.5 |
| 2256 | 2026-03-02T21:37:21.791Z | Checking zip v4.2.0 |
| 2257 | 2026-03-02T21:37:22.004Z | Checking thread_local v1.1.8 |
| 2258 | 2026-03-02T21:37:22.319Z | Compiling rustls v0.22.4 |
| 2259 | 2026-03-02T21:37:22.378Z | Compiling newtype-uuid-macros v0.1.0 |
| 2260 | 2026-03-02T21:37:22.781Z | Compiling structmeta-derive v0.3.0 |
| 2261 | 2026-03-02T21:37:23.046Z | Checking term v1.1.0 |
| 2262 | 2026-03-02T21:37:23.108Z | Checking take_mut v0.2.2 |
| 2263 | 2026-03-02T21:37:23.335Z | Checking slog-async v2.8.0 |
| 2264 | 2026-03-02T21:37:23.339Z | Compiling multer v3.1.0 |
| 2265 | 2026-03-02T21:37:23.537Z | Checking slog-term v2.9.2 |
| 2266 | 2026-03-02T21:37:23.710Z | Compiling async-stream-impl v0.3.6 |
| 2267 | 2026-03-02T21:37:23.766Z | Compiling dropshot v0.16.7 |
| 2268 | 2026-03-02T21:37:23.937Z | Checking match_cfg v0.1.0 |
| 2269 | 2026-03-02T21:37:24.017Z | Compiling dropshot_endpoint v0.16.7 |
| 2270 | 2026-03-02T21:37:24.101Z | Checking hostname v0.3.1 |
| 2271 | 2026-03-02T21:37:24.104Z | Checking debug-ignore v1.0.5 |
| 2272 | 2026-03-02T21:37:24.298Z | Checking slog-json v2.6.1 |
| 2273 | 2026-03-02T21:37:24.358Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2274 | 2026-03-02T21:37:24.407Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 2275 | 2026-03-02T21:37:24.610Z | Checking slog-bunyan v2.5.0 |
| 2276 | 2026-03-02T21:37:24.613Z | Checking rustls-webpki v0.102.8 |
| 2277 | 2026-03-02T21:37:24.839Z | Checking serde_path_to_error v0.1.20 |
| 2278 | 2026-03-02T21:37:24.928Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2279 | 2026-03-02T21:37:24.994Z | Checking serde_spanned v1.0.4 |
| 2280 | 2026-03-02T21:37:25.127Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2281 | 2026-03-02T21:37:25.214Z | Compiling structmeta v0.3.0 |
| 2282 | 2026-03-02T21:37:25.274Z | Checking async-stream v0.3.6 |
| 2283 | 2026-03-02T21:37:25.383Z | Checking rustls-pemfile v2.2.0 |
| 2284 | 2026-03-02T21:37:25.508Z | Checking waitgroup v0.1.2 |
| 2285 | 2026-03-02T21:37:25.560Z | Checking hostname v0.4.2 |
| 2286 | 2026-03-02T21:37:25.563Z | Checking toml v0.9.11+spec-1.1.0 |
| 2287 | 2026-03-02T21:37:25.667Z | Compiling derive-ex v0.1.8 |
| 2288 | 2026-03-02T21:37:25.670Z | Checking progenitor-client v0.13.0 |
| 2289 | 2026-03-02T21:37:25.760Z | Compiling parse-display-derive v0.10.0 |
| 2290 | 2026-03-02T21:37:25.763Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2291 | 2026-03-02T21:37:25.763Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2292 | 2026-03-02T21:37:26.109Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2293 | 2026-03-02T21:37:26.166Z | Checking macaddr v1.0.1 |
| 2294 | 2026-03-02T21:37:26.598Z | Checking progenitor-client v0.10.0 |
| 2295 | 2026-03-02T21:37:26.658Z | Checking itertools v0.14.0 |
| 2296 | 2026-03-02T21:37:26.942Z | Checking instant v0.1.13 |
| 2297 | 2026-03-02T21:37:27.002Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2298 | 2026-03-02T21:37:27.065Z | Checking backon v1.6.0 |
| 2299 | 2026-03-02T21:37:27.137Z | Checking backoff v0.4.0 |
| 2300 | 2026-03-02T21:37:27.225Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2301 | 2026-03-02T21:37:27.510Z | Checking heck v0.5.0 |
| 2302 | 2026-03-02T21:37:27.759Z | Checking unicode-width v0.1.14 |
| 2303 | 2026-03-02T21:37:27.814Z | Checking camino-tempfile v1.4.1 |
| 2304 | 2026-03-02T21:37:28.311Z | Checking toml v0.8.23 |
| 2305 | 2026-03-02T21:37:28.314Z | Checking crossbeam-deque v0.8.5 |
| 2306 | 2026-03-02T21:37:28.742Z | Checking tokio-rustls v0.25.0 |
| 2307 | 2026-03-02T21:37:28.801Z | Compiling rayon-core v1.12.1 |
| 2308 | 2026-03-02T21:37:29.064Z | Compiling proc-macro-error v1.0.4 |
| 2309 | 2026-03-02T21:37:29.133Z | Checking secrecy v0.10.3 |
| 2310 | 2026-03-02T21:37:29.375Z | Compiling crucible-workspace-hack v0.1.0 |
| 2311 | 2026-03-02T21:37:29.602Z | Checking parse-display v0.10.0 |
| 2312 | 2026-03-02T21:37:29.659Z | Compiling test-strategy v0.4.3 |
| 2313 | 2026-03-02T21:37:29.723Z | Compiling unsafe-libyaml v0.2.11 |
| 2314 | 2026-03-02T21:37:29.915Z | Compiling proc-macro-crate v1.3.1 |
| 2315 | 2026-03-02T21:37:29.981Z | Checking rayon v1.10.0 |
| 2316 | 2026-03-02T21:37:30.034Z | Compiling nix v0.30.1 |
| 2317 | 2026-03-02T21:37:30.830Z | Checking glob v0.3.2 |
| 2318 | 2026-03-02T21:37:31.020Z | Compiling serde_yaml v0.9.34+deprecated |
| 2319 | 2026-03-02T21:37:31.078Z | Compiling num_enum_derive v0.5.11 |
| 2320 | 2026-03-02T21:37:31.223Z | Compiling heapless v0.8.0 |
| 2321 | 2026-03-02T21:37:31.558Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2322 | 2026-03-02T21:37:32.092Z | Compiling ingot-macros v0.1.1 |
| 2323 | 2026-03-02T21:37:33.084Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2324 | 2026-03-02T21:37:33.359Z | Checking tabwriter v1.4.0 |
| 2325 | 2026-03-02T21:37:33.418Z | Checking num_enum v0.5.11 |
| 2326 | 2026-03-02T21:37:33.599Z | Checking hash32 v0.3.1 |
| 2327 | 2026-03-02T21:37:33.656Z | Compiling convert_case v0.4.0 |
| 2328 | 2026-03-02T21:37:33.705Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2329 | 2026-03-02T21:37:33.843Z | Compiling smoltcp v0.11.0 |
| 2330 | 2026-03-02T21:37:33.899Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2331 | 2026-03-02T21:37:34.415Z | Compiling foreign-types-macros v0.2.3 |
| 2332 | 2026-03-02T21:37:34.484Z | Compiling derive_more v0.99.20 |
| 2333 | 2026-03-02T21:37:34.541Z | Checking cobs v0.2.3 |
| 2334 | 2026-03-02T21:37:34.673Z | Checking unicode-width v0.2.0 |
| 2335 | 2026-03-02T21:37:34.791Z | Checking foreign-types-shared v0.3.1 |
| 2336 | 2026-03-02T21:37:34.986Z | Checking postcard v1.0.10 |
| 2337 | 2026-03-02T21:37:35.304Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2338 | 2026-03-02T21:37:35.448Z | Checking sigpipe v0.1.3 |
| 2339 | 2026-03-02T21:37:35.543Z | Checking cstr-argument v0.1.2 |
| 2340 | 2026-03-02T21:37:35.625Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2341 | 2026-03-02T21:37:35.682Z | Checking foreign-types v0.5.0 |
| 2342 | 2026-03-02T21:37:35.797Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2343 | 2026-03-02T21:37:35.800Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2344 | 2026-03-02T21:37:35.899Z | Checking pretty-hex v0.2.1 |
| 2345 | 2026-03-02T21:37:36.130Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2346 | 2026-03-02T21:37:36.320Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2347 | 2026-03-02T21:37:36.324Z | Checking colored v2.2.0 |
| 2348 | 2026-03-02T21:37:36.500Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2349 | 2026-03-02T21:37:36.503Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2350 | 2026-03-02T21:37:36.708Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2351 | 2026-03-02T21:37:36.764Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2352 | 2026-03-02T21:37:37.026Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2353 | 2026-03-02T21:37:37.091Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2354 | 2026-03-02T21:37:37.428Z | Compiling zone_cfg_derive v0.3.0 |
| 2355 | 2026-03-02T21:37:37.488Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2356 | 2026-03-02T21:37:37.712Z | Checking itertools v0.12.1 |
| 2357 | 2026-03-02T21:37:37.841Z | Checking smf v0.2.3 |
| 2358 | 2026-03-02T21:37:37.908Z | Compiling num-derive v0.4.2 |
| 2359 | 2026-03-02T21:37:38.384Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2360 | 2026-03-02T21:37:38.692Z | Checking ingot-types v0.1.2 |
| 2361 | 2026-03-02T21:37:38.839Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2362 | 2026-03-02T21:37:38.939Z | Checking half v2.4.1 |
| 2363 | 2026-03-02T21:37:39.148Z | Checking ciborium-io v0.2.2 |
| 2364 | 2026-03-02T21:37:39.207Z | Compiling typify-impl v0.6.1 |
| 2365 | 2026-03-02T21:37:39.347Z | Checking indent_write v2.2.0 |
| 2366 | 2026-03-02T21:37:39.453Z | Checking ingot v0.1.1 |
| 2367 | 2026-03-02T21:37:39.512Z | Checking ciborium-ll v0.2.2 |
| 2368 | 2026-03-02T21:37:39.877Z | Checking ciborium v0.2.2 |
| 2369 | 2026-03-02T21:37:40.079Z | Checking zone v0.3.1 |
| 2370 | 2026-03-02T21:37:40.133Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2371 | 2026-03-02T21:37:40.602Z | Compiling usdt-macro v0.5.0 |
| 2372 | 2026-03-02T21:37:40.662Z | Compiling usdt-attr-macro v0.5.0 |
| 2373 | 2026-03-02T21:37:40.835Z | Checking memmap v0.7.0 |
| 2374 | 2026-03-02T21:37:40.862Z | Checking universal-hash v0.5.1 |
| 2375 | 2026-03-02T21:37:41.077Z | Checking opaque-debug v0.3.1 |
| 2376 | 2026-03-02T21:37:41.134Z | Checking aead v0.5.2 |
| 2377 | 2026-03-02T21:37:41.238Z | Checking swrite v0.1.0 |
| 2378 | 2026-03-02T21:37:41.435Z | Checking poly1305 v0.8.0 |
| 2379 | 2026-03-02T21:37:41.511Z | Checking chacha20 v0.9.1 |
| 2380 | 2026-03-02T21:37:41.920Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2381 | 2026-03-02T21:37:42.044Z | Checking password-hash v0.5.0 |
| 2382 | 2026-03-02T21:37:42.166Z | Checking blake2 v0.10.6 |
| 2383 | 2026-03-02T21:37:42.232Z | Checking chacha20poly1305 v0.10.1 |
| 2384 | 2026-03-02T21:37:42.291Z | Checking usdt v0.5.0 |
| 2385 | 2026-03-02T21:37:42.494Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2386 | 2026-03-02T21:37:42.552Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2387 | 2026-03-02T21:37:42.621Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2388 | 2026-03-02T21:37:42.708Z | Checking argon2 v0.5.3 |
| 2389 | 2026-03-02T21:37:42.853Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2390 | 2026-03-02T21:37:43.075Z | Compiling typify-impl v0.4.3 |
| 2391 | 2026-03-02T21:37:43.134Z | Checking tokio-dtrace v0.1.0 |
| 2392 | 2026-03-02T21:37:43.205Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2393 | 2026-03-02T21:37:43.441Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2394 | 2026-03-02T21:37:43.497Z | Checking console v0.15.10 |
| 2395 | 2026-03-02T21:37:43.900Z | Compiling derive-where v1.5.0 |
| 2396 | 2026-03-02T21:37:44.118Z | Checking oxide-tokio-rt v0.1.2 |
| 2397 | 2026-03-02T21:37:44.565Z | Checking thiserror-no-std v2.0.2 |
| 2398 | 2026-03-02T21:37:44.789Z | Checking vsss-rs v3.3.4 |
| 2399 | 2026-03-02T21:37:45.398Z | Checking atomicwrites v0.4.4 |
| 2400 | 2026-03-02T21:37:45.455Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2401 | 2026-03-02T21:37:45.670Z | Checking newline-converter v0.3.0 |
| 2402 | 2026-03-02T21:37:45.899Z | Checking bytecount v0.6.8 |
| 2403 | 2026-03-02T21:37:46.123Z | Checking expectorate v1.2.0 |
| 2404 | 2026-03-02T21:37:46.182Z | Compiling prettyplease v0.2.36 |
| 2405 | 2026-03-02T21:37:46.397Z | Compiling owo-colors v4.2.3 |
| 2406 | 2026-03-02T21:37:46.686Z | Checking num-rational v0.4.2 |
| 2407 | 2026-03-02T21:37:46.846Z | Checking num-complex v0.4.6 |
| 2408 | 2026-03-02T21:37:47.024Z | Compiling cancel-safe-futures v0.1.5 |
| 2409 | 2026-03-02T21:37:47.336Z | Checking libsw-core v0.3.1 |
| 2410 | 2026-03-02T21:37:47.537Z | Checking float-ord v0.3.2 |
| 2411 | 2026-03-02T21:37:47.634Z | Checking libsw v3.5.0 |
| 2412 | 2026-03-02T21:37:47.808Z | Checking num v0.4.3 |
| 2413 | 2026-03-02T21:37:47.864Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2414 | 2026-03-02T21:37:47.921Z | Checking linear-map v1.2.0 |
| 2415 | 2026-03-02T21:37:47.977Z | Checking same-file v1.0.6 |
| 2416 | 2026-03-02T21:37:48.033Z | Checking progenitor-client v0.11.2 |
| 2417 | 2026-03-02T21:37:48.220Z | Checking walkdir v2.5.0 |
| 2418 | 2026-03-02T21:37:48.275Z | Checking gethostname v0.5.0 |
| 2419 | 2026-03-02T21:37:48.602Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2420 | 2026-03-02T21:37:48.815Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2421 | 2026-03-02T21:37:50.357Z | Compiling typify-macro v0.6.1 |
| 2422 | 2026-03-02T21:37:52.855Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2423 | 2026-03-02T21:37:52.974Z | Compiling async-recursion v1.1.1 |
| 2424 | 2026-03-02T21:37:53.837Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2425 | 2026-03-02T21:37:53.931Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2426 | 2026-03-02T21:37:54.279Z | Compiling typify v0.6.1 |
| 2427 | 2026-03-02T21:37:54.478Z | Compiling typify-macro v0.4.3 |
| 2428 | 2026-03-02T21:37:54.530Z | Compiling progenitor-impl v0.13.0 |
| 2429 | 2026-03-02T21:37:56.314Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2430 | 2026-03-02T21:37:56.719Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2431 | 2026-03-02T21:37:58.371Z | Compiling typify v0.4.3 |
| 2432 | 2026-03-02T21:37:58.607Z | Compiling progenitor-impl v0.11.2 |
| 2433 | 2026-03-02T21:37:58.910Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2434 | 2026-03-02T21:38:00.169Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2435 | 2026-03-02T21:38:00.878Z | Checking smawk v0.3.2 |
| 2436 | 2026-03-02T21:38:00.936Z | Checking unicode-linebreak v0.1.5 |
| 2437 | 2026-03-02T21:38:01.124Z | Compiling progenitor-macro v0.13.0 |
| 2438 | 2026-03-02T21:38:01.182Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2439 | 2026-03-02T21:38:01.394Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2440 | 2026-03-02T21:38:02.292Z | Checking resolv-conf v0.7.0 |
| 2441 | 2026-03-02T21:38:02.763Z | Checking globset v0.4.15 |
| 2442 | 2026-03-02T21:38:03.322Z | Compiling convert_case v0.7.1 |
| 2443 | 2026-03-02T21:38:04.172Z | Compiling slog-dtrace v0.3.0 |
| 2444 | 2026-03-02T21:38:04.410Z | Compiling derive_more-impl v2.0.1 |
| 2445 | 2026-03-02T21:38:05.045Z | Compiling pin-project-internal v1.1.6 |
| 2446 | 2026-03-02T21:38:05.222Z | Compiling vte_generate_state_changes v0.1.2 |
| 2447 | 2026-03-02T21:38:05.335Z | Compiling progenitor-macro v0.11.2 |
| 2448 | 2026-03-02T21:38:05.907Z | Checking vte v0.11.1 |
| 2449 | 2026-03-02T21:38:06.149Z | Checking derive_more v2.0.1 |
| 2450 | 2026-03-02T21:38:06.332Z | Checking crossterm v0.29.0 |
| 2451 | 2026-03-02T21:38:07.396Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2452 | 2026-03-02T21:38:07.455Z | Checking fd-lock v4.0.2 |
| 2453 | 2026-03-02T21:38:07.739Z | Checking pem v3.0.5 |
| 2454 | 2026-03-02T21:38:07.800Z | Checking display-error-chain v0.2.2 |
| 2455 | 2026-03-02T21:38:07.863Z | Checking pin-project v1.1.6 |
| 2456 | 2026-03-02T21:38:07.866Z | Checking strip-ansi-escapes v0.2.0 |
| 2457 | 2026-03-02T21:38:08.034Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2458 | 2026-03-02T21:38:08.096Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2459 | 2026-03-02T21:38:08.099Z | Compiling snafu-derive v0.8.5 |
| 2460 | 2026-03-02T21:38:08.207Z | Checking linked-hash-map v0.5.6 |
| 2461 | 2026-03-02T21:38:08.482Z | Compiling object v0.37.3 |
| 2462 | 2026-03-02T21:38:08.609Z | Checking nu-ansi-term v0.50.1 |
| 2463 | 2026-03-02T21:38:09.080Z | Checking termtree v0.5.1 |
| 2464 | 2026-03-02T21:38:09.138Z | Checking reedline v0.40.0 |
| 2465 | 2026-03-02T21:38:09.445Z | Checking lru-cache v0.1.2 |
| 2466 | 2026-03-02T21:38:09.526Z | Checking textwrap v0.16.2 |
| 2467 | 2026-03-02T21:38:09.711Z | Checking olpc-cjson v0.1.4 |
| 2468 | 2026-03-02T21:38:09.992Z | Checking hickory-proto v0.24.4 |
| 2469 | 2026-03-02T21:38:10.050Z | Checking serde_plain v1.0.2 |
| 2470 | 2026-03-02T21:38:10.378Z | Compiling minimal-lexical v0.2.1 |
| 2471 | 2026-03-02T21:38:10.960Z | Checking typed-path v0.9.3 |
| 2472 | 2026-03-02T21:38:11.954Z | Compiling nom v7.1.3 |
| 2473 | 2026-03-02T21:38:12.231Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2474 | 2026-03-02T21:38:12.657Z | Checking snafu v0.8.5 |
| 2475 | 2026-03-02T21:38:13.171Z | Checking tough v0.20.0 |
| 2476 | 2026-03-02T21:38:13.800Z | Checking progenitor v0.13.0 |
| 2477 | 2026-03-02T21:38:14.081Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2478 | 2026-03-02T21:38:14.309Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2479 | 2026-03-02T21:38:15.260Z | Checking nibble_vec v0.1.0 |
| 2480 | 2026-03-02T21:38:15.406Z | Checking endian-type v0.1.2 |
| 2481 | 2026-03-02T21:38:15.527Z | Checking hickory-resolver v0.24.4 |
| 2482 | 2026-03-02T21:38:15.705Z | Checking radix_trie v0.2.1 |
| 2483 | 2026-03-02T21:38:16.191Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2484 | 2026-03-02T21:38:17.236Z | Checking base64 v0.21.7 |
| 2485 | 2026-03-02T21:38:17.538Z | Checking humantime v2.2.0 |
| 2486 | 2026-03-02T21:38:17.790Z | Checking qorb v0.4.1 |
| 2487 | 2026-03-02T21:38:17.855Z | Checking csv-core v0.1.11 |
| 2488 | 2026-03-02T21:38:17.916Z | Compiling stacker v0.1.23 |
| 2489 | 2026-03-02T21:38:17.971Z | Checking progenitor v0.11.2 |
| 2490 | 2026-03-02T21:38:18.259Z | Checking csv v1.3.1 |
| 2491 | 2026-03-02T21:38:18.262Z | Checking highway v1.3.0 |
| 2492 | 2026-03-02T21:38:18.431Z | Compiling cfg_aliases v0.1.1 |
| 2493 | 2026-03-02T21:38:18.624Z | Compiling nix v0.28.0 |
| 2494 | 2026-03-02T21:38:18.933Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2495 | 2026-03-02T21:38:19.189Z | Checking papergrid v0.11.0 |
| 2496 | 2026-03-02T21:38:19.490Z | Compiling tabled_derive v0.7.0 |
| 2497 | 2026-03-02T21:38:19.614Z | Checking home v0.5.9 |
| 2498 | 2026-03-02T21:38:19.885Z | Compiling ar_archive_writer v0.5.1 |
| 2499 | 2026-03-02T21:38:20.362Z | Checking siphasher v1.0.1 |
| 2500 | 2026-03-02T21:38:20.596Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2501 | 2026-03-02T21:38:20.692Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2502 | 2026-03-02T21:38:20.760Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2503 | 2026-03-02T21:38:20.823Z | Checking phf_shared v0.12.1 |
| 2504 | 2026-03-02T21:38:21.181Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2505 | 2026-03-02T21:38:21.836Z | Checking tabled v0.15.0 |
| 2506 | 2026-03-02T21:38:21.839Z | Compiling chrono-tz v0.10.4 |
| 2507 | 2026-03-02T21:38:22.025Z | Compiling psm v0.1.30 |
| 2508 | 2026-03-02T21:38:22.028Z | Compiling semver v0.1.20 |
| 2509 | 2026-03-02T21:38:22.140Z | Checking phf v0.12.1 |
| 2510 | 2026-03-02T21:38:22.488Z | Compiling rustc_version v0.1.7 |
| 2511 | 2026-03-02T21:38:22.628Z | Compiling const_format_proc_macros v0.2.34 |
| 2512 | 2026-03-02T21:38:22.693Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2513 | 2026-03-02T21:38:22.697Z | Compiling peg-macros v0.8.5 |
| 2514 | 2026-03-02T21:38:22.969Z | Compiling sqlparser_derive v0.5.0 |
| 2515 | 2026-03-02T21:38:23.807Z | Checking recursive v0.1.1 |
| 2516 | 2026-03-02T21:38:23.895Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2517 | 2026-03-02T21:38:23.957Z | Checking unicode_categories v0.1.1 |
| 2518 | 2026-03-02T21:38:24.307Z | Checking sqlformat v0.3.5 |
| 2519 | 2026-03-02T21:38:24.534Z | Checking const_format v0.2.34 |
| 2520 | 2026-03-02T21:38:24.669Z | Checking sqlparser v0.61.0 |
| 2521 | 2026-03-02T21:38:24.788Z | Checking rustyline v14.0.0 |
| 2522 | 2026-03-02T21:38:24.862Z | Compiling newtype_derive v0.1.6 |
| 2523 | 2026-03-02T21:38:25.264Z | Checking bcs v0.1.6 |
| 2524 | 2026-03-02T21:38:25.624Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2525 | 2026-03-02T21:38:25.732Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2526 | 2026-03-02T21:38:25.889Z | Checking peg v0.8.5 |
| 2527 | 2026-03-02T21:38:26.014Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2528 | 2026-03-02T21:38:26.076Z | Checking colored v3.0.0 |
| 2529 | 2026-03-02T21:38:26.368Z | Checking steno v0.4.1 |
| 2530 | 2026-03-02T21:38:26.523Z | Checking utf-8 v0.7.6 |
| 2531 | 2026-03-02T21:38:26.583Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2532 | 2026-03-02T21:38:26.811Z | Checking xattr v1.3.1 |
| 2533 | 2026-03-02T21:38:27.073Z | Checking filetime v0.2.26 |
| 2534 | 2026-03-02T21:38:27.132Z | Checking arc-swap v1.7.1 |
| 2535 | 2026-03-02T21:38:27.344Z | Checking tar v0.4.44 |
| 2536 | 2026-03-02T21:38:27.584Z | Checking slog-scope v4.4.0 |
| 2537 | 2026-03-02T21:38:27.870Z | Checking slog-stdlog v4.1.1 |
| 2538 | 2026-03-02T21:38:28.136Z | Checking slog-envlogger v2.2.0 |
| 2539 | 2026-03-02T21:38:28.207Z | Checking tungstenite v0.21.0 |
| 2540 | 2026-03-02T21:38:28.267Z | Compiling typify-impl v0.2.0 |
| 2541 | 2026-03-02T21:38:28.448Z | Checking subprocess v0.2.9 |
| 2542 | 2026-03-02T21:38:28.581Z | Checking headers-core v0.3.0 |
| 2543 | 2026-03-02T21:38:28.805Z | Checking headers v0.4.1 |
| 2544 | 2026-03-02T21:38:29.108Z | Checking tokio-tungstenite v0.21.0 |
| 2545 | 2026-03-02T21:38:29.611Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2546 | 2026-03-02T21:38:29.673Z | Compiling lzma-sys v0.1.20 |
| 2547 | 2026-03-02T21:38:29.840Z | Checking progenitor-client v0.8.0 |
| 2548 | 2026-03-02T21:38:30.039Z | Compiling heck v0.3.3 |
| 2549 | 2026-03-02T21:38:30.239Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2550 | 2026-03-02T21:38:30.445Z | Compiling zone_cfg_derive v0.1.2 |
| 2551 | 2026-03-02T21:38:30.594Z | Checking yasna v0.5.2 |
| 2552 | 2026-03-02T21:38:30.884Z | Checking number_prefix v0.4.0 |
| 2553 | 2026-03-02T21:38:31.163Z | Checking base64 v0.13.1 |
| 2554 | 2026-03-02T21:38:31.492Z | Checking indicatif v0.17.11 |
| 2555 | 2026-03-02T21:38:31.552Z | Checking rcgen v0.12.1 |
| 2556 | 2026-03-02T21:38:31.683Z | Checking ron v0.7.1 |
| 2557 | 2026-03-02T21:38:31.841Z | Checking zone v0.1.8 |
| 2558 | 2026-03-02T21:38:32.246Z | Checking xz2 v0.1.7 |
| 2559 | 2026-03-02T21:38:32.306Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2560 | 2026-03-02T21:38:32.559Z | Checking dropshot-api-manager-types v0.5.2 |
| 2561 | 2026-03-02T21:38:32.634Z | Compiling moka v0.12.10 |
| 2562 | 2026-03-02T21:38:32.814Z | Checking tagptr v0.2.0 |
| 2563 | 2026-03-02T21:38:32.819Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2564 | 2026-03-02T21:38:32.919Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2565 | 2026-03-02T21:38:33.087Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2566 | 2026-03-02T21:38:33.201Z | Compiling radium v0.7.0 |
| 2567 | 2026-03-02T21:38:33.257Z | Compiling libefi-sys v0.1.0 |
| 2568 | 2026-03-02T21:38:33.746Z | Compiling bitfield-struct v0.6.2 |
| 2569 | 2026-03-02T21:38:33.936Z | Checking tap v1.0.1 |
| 2570 | 2026-03-02T21:38:33.993Z | Compiling maybe-uninit v2.0.0 |
| 2571 | 2026-03-02T21:38:34.158Z | Checking wyz v0.5.1 |
| 2572 | 2026-03-02T21:38:34.672Z | Checking hickory-resolver v0.25.2 |
| 2573 | 2026-03-02T21:38:35.041Z | Compiling progenitor-impl v0.10.0 |
| 2574 | 2026-03-02T21:38:35.102Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2575 | 2026-03-02T21:38:35.158Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2576 | 2026-03-02T21:38:35.160Z | Compiling zerocopy-derive v0.6.6 |
| 2577 | 2026-03-02T21:38:35.760Z | Checking funty v2.0.0 |
| 2578 | 2026-03-02T21:38:36.295Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2579 | 2026-03-02T21:38:36.390Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2580 | 2026-03-02T21:38:36.615Z | Checking crc-catalog v2.4.0 |
| 2581 | 2026-03-02T21:38:36.682Z | Compiling packed_struct v0.10.1 |
| 2582 | 2026-03-02T21:38:36.844Z | Checking crc v3.2.1 |
| 2583 | 2026-03-02T21:38:37.144Z | Checking zerocopy v0.6.6 |
| 2584 | 2026-03-02T21:38:37.262Z | Checking bitvec v1.0.1 |
| 2585 | 2026-03-02T21:38:37.342Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2586 | 2026-03-02T21:38:37.401Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2587 | 2026-03-02T21:38:37.914Z | Compiling packed_struct_codegen v0.10.1 |
| 2588 | 2026-03-02T21:38:37.917Z | Compiling bitfield-macros v0.19.2 |
| 2589 | 2026-03-02T21:38:39.262Z | Compiling typify-macro v0.2.0 |
| 2590 | 2026-03-02T21:38:39.485Z | Compiling indexmap v1.9.3 |
| 2591 | 2026-03-02T21:38:39.910Z | Checking nodrop v0.1.14 |
| 2592 | 2026-03-02T21:38:40.048Z | Checking bitfield v0.19.2 |
| 2593 | 2026-03-02T21:38:40.111Z | Checking array-init v0.0.4 |
| 2594 | 2026-03-02T21:38:40.426Z | Checking smallvec v0.6.14 |
| 2595 | 2026-03-02T21:38:40.514Z | Checking hashbrown v0.12.3 |
| 2596 | 2026-03-02T21:38:40.871Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2597 | 2026-03-02T21:38:41.097Z | Checking serde-hex v0.1.0 |
| 2598 | 2026-03-02T21:38:41.202Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2599 | 2026-03-02T21:38:41.721Z | Compiling progenitor-macro v0.10.0 |
| 2600 | 2026-03-02T21:38:42.259Z | Checking ron v0.8.1 |
| 2601 | 2026-03-02T21:38:43.069Z | Compiling typify v0.2.0 |
| 2602 | 2026-03-02T21:38:43.301Z | Compiling progenitor-impl v0.8.0 |
| 2603 | 2026-03-02T21:38:43.571Z | Checking hashbrown v0.13.2 |
| 2604 | 2026-03-02T21:38:43.634Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2605 | 2026-03-02T21:38:44.623Z | Checking crc-any v2.5.0 |
| 2606 | 2026-03-02T21:38:44.943Z | Checking object v0.30.4 |
| 2607 | 2026-03-02T21:38:45.056Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2608 | 2026-03-02T21:38:45.375Z | Checking path-slash v0.1.5 |
| 2609 | 2026-03-02T21:38:45.434Z | Compiling xshell-macros v0.2.7 |
| 2610 | 2026-03-02T21:38:45.600Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2611 | 2026-03-02T21:38:46.203Z | Checking xshell v0.2.7 |
| 2612 | 2026-03-02T21:38:46.308Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2613 | 2026-03-02T21:38:46.660Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2614 | 2026-03-02T21:38:47.842Z | Checking half v1.8.3 |
| 2615 | 2026-03-02T21:38:48.183Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2616 | 2026-03-02T21:38:48.336Z | Checking serde_cbor v0.11.2 |
| 2617 | 2026-03-02T21:38:49.043Z | Compiling proc-macro-error2 v2.0.1 |
| 2618 | 2026-03-02T21:38:49.294Z | Compiling num-derive v0.3.3 |
| 2619 | 2026-03-02T21:38:49.710Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2620 | 2026-03-02T21:38:50.098Z | Compiling progenitor-macro v0.8.0 |
| 2621 | 2026-03-02T21:38:50.160Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2622 | 2026-03-02T21:38:50.608Z | Compiling tabled_derive v0.11.0 |
| 2623 | 2026-03-02T21:38:50.867Z | Checking papergrid v0.17.0 |
| 2624 | 2026-03-02T21:38:50.941Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2625 | 2026-03-02T21:38:51.512Z | Checking libscf-sys v1.1.0 |
| 2626 | 2026-03-02T21:38:51.800Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2627 | 2026-03-02T21:38:52.271Z | Checking testing_table v0.3.0 |
| 2628 | 2026-03-02T21:38:52.477Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2629 | 2026-03-02T21:38:52.743Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2630 | 2026-03-02T21:38:53.162Z | Checking maplit v1.0.2 |
| 2631 | 2026-03-02T21:38:53.415Z | Checking tabled v0.20.0 |
| 2632 | 2026-03-02T21:38:53.472Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2633 | 2026-03-02T21:38:53.528Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2634 | 2026-03-02T21:38:54.197Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2635 | 2026-03-02T21:38:54.254Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2636 | 2026-03-02T21:38:54.333Z | Checking progenitor v0.10.0 |
| 2637 | 2026-03-02T21:38:54.515Z | Checking crc8 v0.1.1 |
| 2638 | 2026-03-02T21:38:54.627Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2639 | 2026-03-02T21:38:54.746Z | Checking fxhash v0.2.1 |
| 2640 | 2026-03-02T21:38:55.009Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2641 | 2026-03-02T21:38:55.067Z | Checking unicase v2.8.1 |
| 2642 | 2026-03-02T21:38:55.425Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2643 | 2026-03-02T21:38:56.216Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2644 | 2026-03-02T21:38:56.426Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2645 | 2026-03-02T21:38:56.724Z | Checking kstat-rs v0.2.4 |
| 2646 | 2026-03-02T21:38:57.097Z | Compiling parking_lot_core v0.8.6 |
| 2647 | 2026-03-02T21:38:57.154Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2648 | 2026-03-02T21:38:57.341Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2649 | 2026-03-02T21:38:57.697Z | Compiling git-stub v1.0.0 |
| 2650 | 2026-03-02T21:38:58.045Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2651 | 2026-03-02T21:38:58.105Z | Checking scheduled-thread-pool v0.2.7 |
| 2652 | 2026-03-02T21:38:58.188Z | Compiling dsl_auto_type v0.1.2 |
| 2653 | 2026-03-02T21:38:58.244Z | Compiling vergen-gitcl v1.0.8 |
| 2654 | 2026-03-02T21:38:58.402Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2655 | 2026-03-02T21:38:58.706Z | Checking r2d2 v0.8.10 |
| 2656 | 2026-03-02T21:38:58.807Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2657 | 2026-03-02T21:38:58.868Z | Compiling git-stub-vcs v0.1.0 |
| 2658 | 2026-03-02T21:38:59.070Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2659 | 2026-03-02T21:38:59.125Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2660 | 2026-03-02T21:38:59.347Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2661 | 2026-03-02T21:38:59.585Z | Compiling diesel_derives v2.2.3 |
| 2662 | 2026-03-02T21:38:59.647Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2663 | 2026-03-02T21:38:59.706Z | Checking parking_lot v0.11.2 |
| 2664 | 2026-03-02T21:39:00.145Z | Checking prefix-trie v0.7.0 |
| 2665 | 2026-03-02T21:39:00.319Z | Checking nanorand v0.7.0 |
| 2666 | 2026-03-02T21:39:00.537Z | Compiling dirs-sys-next v0.1.2 |
| 2667 | 2026-03-02T21:39:00.768Z | Compiling crunchy v0.2.2 |
| 2668 | 2026-03-02T21:39:00.854Z | Checking hickory-server v0.25.2 |
| 2669 | 2026-03-02T21:39:01.138Z | Compiling dirs-next v2.0.0 |
| 2670 | 2026-03-02T21:39:01.242Z | Checking flume v0.11.1 |
| 2671 | 2026-03-02T21:39:01.470Z | Checking sled v0.34.7 |
| 2672 | 2026-03-02T21:39:01.523Z | Compiling clang-sys v1.8.1 |
| 2673 | 2026-03-02T21:39:01.810Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2674 | 2026-03-02T21:39:02.240Z | Checking hickory-client v0.25.2 |
| 2675 | 2026-03-02T21:39:02.292Z | Compiling tiny-keccak v2.0.2 |
| 2676 | 2026-03-02T21:39:02.363Z | Checking progenitor v0.8.0 |
| 2677 | 2026-03-02T21:39:02.648Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2678 | 2026-03-02T21:39:02.977Z | Compiling term v0.7.0 |
| 2679 | 2026-03-02T21:39:03.075Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2680 | 2026-03-02T21:39:03.410Z | Compiling bit-vec v0.6.3 |
| 2681 | 2026-03-02T21:39:03.605Z | Compiling salty v0.3.0 |
| 2682 | 2026-03-02T21:39:03.880Z | Compiling bit-set v0.5.3 |
| 2683 | 2026-03-02T21:39:04.203Z | Compiling ascii-canvas v3.0.0 |
| 2684 | 2026-03-02T21:39:04.294Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2685 | 2026-03-02T21:39:04.714Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2686 | 2026-03-02T21:39:05.255Z | Checking primeorder v0.13.6 |
| 2687 | 2026-03-02T21:39:05.314Z | Compiling ena v0.14.3 |
| 2688 | 2026-03-02T21:39:05.784Z | Compiling libloading v0.8.5 |
| 2689 | 2026-03-02T21:39:05.836Z | Compiling regex-syntax v0.6.29 |
| 2690 | 2026-03-02T21:39:05.894Z | Compiling diff v0.1.13 |
| 2691 | 2026-03-02T21:39:06.244Z | Compiling bindgen v0.71.1 |
| 2692 | 2026-03-02T21:39:06.817Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2693 | 2026-03-02T21:39:08.265Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2694 | 2026-03-02T21:39:09.308Z | Compiling lalrpop v0.19.12 |
| 2695 | 2026-03-02T21:39:10.521Z | Checking diesel v2.2.12 |
| 2696 | 2026-03-02T21:39:11.062Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2697 | 2026-03-02T21:39:11.312Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2698 | 2026-03-02T21:39:11.596Z | Compiling cexpr v0.6.0 |
| 2699 | 2026-03-02T21:39:12.724Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2700 | 2026-03-02T21:39:13.394Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2701 | 2026-03-02T21:39:13.944Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2702 | 2026-03-02T21:39:14.570Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2703 | 2026-03-02T21:39:15.444Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2704 | 2026-03-02T21:39:15.837Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2705 | 2026-03-02T21:39:16.828Z | Compiling libxml v0.3.3 |
| 2706 | 2026-03-02T21:39:17.085Z | Compiling fs-err v2.11.0 |
| 2707 | 2026-03-02T21:39:17.647Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2708 | 2026-03-02T21:39:17.713Z | Checking p384 v0.13.1 |
| 2709 | 2026-03-02T21:39:17.779Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2710 | 2026-03-02T21:39:18.365Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2711 | 2026-03-02T21:39:18.492Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2712 | 2026-03-02T21:39:18.774Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2713 | 2026-03-02T21:39:20.371Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2714 | 2026-03-02T21:39:20.848Z | Compiling strum_macros v0.24.3 |
| 2715 | 2026-03-02T21:39:22.577Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2716 | 2026-03-02T21:39:22.642Z | Compiling indoc v1.0.9 |
| 2717 | 2026-03-02T21:39:23.379Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2718 | 2026-03-02T21:39:23.580Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2719 | 2026-03-02T21:39:24.052Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2720 | 2026-03-02T21:39:24.364Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2721 | 2026-03-02T21:39:24.764Z | Checking quick-xml v0.37.2 |
| 2722 | 2026-03-02T21:39:24.876Z | Checking derive_builder v0.20.2 |
| 2723 | 2026-03-02T21:39:24.930Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2724 | 2026-03-02T21:39:24.994Z | Compiling oso-derive v0.27.3 |
| 2725 | 2026-03-02T21:39:25.117Z | Compiling trait-variant v0.1.2 |
| 2726 | 2026-03-02T21:39:26.072Z | Checking parse-size v1.1.0 |
| 2727 | 2026-03-02T21:39:26.222Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2728 | 2026-03-02T21:39:26.299Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2729 | 2026-03-02T21:39:26.354Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2730 | 2026-03-02T21:39:27.005Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2731 | 2026-03-02T21:39:28.029Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2732 | 2026-03-02T21:39:28.251Z | Checking assert_matches v1.5.0 |
| 2733 | 2026-03-02T21:39:28.422Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2734 | 2026-03-02T21:39:28.628Z | Compiling mime_guess v2.0.5 |
| 2735 | 2026-03-02T21:39:28.982Z | Checking predicates-tree v1.0.12 |
| 2736 | 2026-03-02T21:39:29.220Z | Checking http-range v0.1.5 |
| 2737 | 2026-03-02T21:39:29.501Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2738 | 2026-03-02T21:39:29.647Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2739 | 2026-03-02T21:39:29.966Z | Checking atty v0.2.14 |
| 2740 | 2026-03-02T21:39:30.044Z | Compiling diesel-dtrace v0.4.2 |
| 2741 | 2026-03-02T21:39:30.566Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2742 | 2026-03-02T21:39:30.825Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2743 | 2026-03-02T21:39:31.229Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2744 | 2026-03-02T21:39:31.369Z | Checking bb8 v0.8.5 |
| 2745 | 2026-03-02T21:39:31.571Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2746 | 2026-03-02T21:39:31.650Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2747 | 2026-03-02T21:39:31.945Z | Checking corncobs v0.1.4 |
| 2748 | 2026-03-02T21:39:32.036Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2749 | 2026-03-02T21:39:32.173Z | Checking hyper-staticfile v0.10.1 |
| 2750 | 2026-03-02T21:39:32.230Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2751 | 2026-03-02T21:39:32.287Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2752 | 2026-03-02T21:39:32.757Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2753 | 2026-03-02T21:39:32.810Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2754 | 2026-03-02T21:39:32.814Z | Checking ignore v0.4.23 |
| 2755 | 2026-03-02T21:39:32.814Z | Checking signal-hook-tokio v0.3.1 |
| 2756 | 2026-03-02T21:39:33.062Z | Checking secrecy v0.8.0 |
| 2757 | 2026-03-02T21:39:33.329Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2758 | 2026-03-02T21:39:33.733Z | Checking globwalk v0.9.1 |
| 2759 | 2026-03-02T21:39:33.963Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2760 | 2026-03-02T21:39:34.129Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2761 | 2026-03-02T21:39:34.568Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2762 | 2026-03-02T21:39:34.869Z | Checking nonempty v0.12.0 |
| 2763 | 2026-03-02T21:39:34.988Z | Checking camino-tempfile-ext v0.3.2 |
| 2764 | 2026-03-02T21:39:35.194Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2765 | 2026-03-02T21:39:35.391Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2766 | 2026-03-02T21:39:35.448Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2767 | 2026-03-02T21:39:36.191Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2768 | 2026-03-02T21:39:36.947Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2769 | 2026-03-02T21:39:37.217Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2770 | 2026-03-02T21:39:37.822Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2771 | 2026-03-02T21:39:39.565Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2772 | 2026-03-02T21:39:40.822Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2773 | 2026-03-02T21:39:41.267Z | Checking async-bb8-diesel v0.2.1 |
| 2774 | 2026-03-02T21:39:42.127Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2775 | 2026-03-02T21:39:42.190Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2776 | 2026-03-02T21:39:42.315Z | Checking tungstenite v0.23.0 |
| 2777 | 2026-03-02T21:39:42.653Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2778 | 2026-03-02T21:39:43.113Z | Checking void v1.0.2 |
| 2779 | 2026-03-02T21:39:43.272Z | Checking tokio-tungstenite v0.23.1 |
| 2780 | 2026-03-02T21:39:43.336Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2781 | 2026-03-02T21:39:43.403Z | Checking lzss v0.8.2 |
| 2782 | 2026-03-02T21:39:43.811Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2783 | 2026-03-02T21:39:43.872Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2784 | 2026-03-02T21:39:44.176Z | Checking nix v0.27.1 |
| 2785 | 2026-03-02T21:39:44.657Z | Checking serde_bytes v0.11.19 |
| 2786 | 2026-03-02T21:39:45.059Z | Checking rand_seeder v0.4.0 |
| 2787 | 2026-03-02T21:39:46.577Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2788 | 2026-03-02T21:39:46.602Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2789 | 2026-03-02T21:39:46.602Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2790 | 2026-03-02T21:39:46.602Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2791 | 2026-03-02T21:39:46.602Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2792 | 2026-03-02T21:39:48.072Z | Checking is_ci v1.2.0 |
| 2793 | 2026-03-02T21:39:48.298Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2794 | 2026-03-02T21:39:48.390Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2795 | 2026-03-02T21:39:48.448Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2796 | 2026-03-02T21:39:48.843Z | Checking yansi v1.0.1 |
| 2797 | 2026-03-02T21:39:49.504Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2798 | 2026-03-02T21:39:49.691Z | Checking pretty_assertions v1.4.1 |
| 2799 | 2026-03-02T21:39:49.963Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2800 | 2026-03-02T21:39:50.035Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2801 | 2026-03-02T21:39:50.476Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2802 | 2026-03-02T21:39:50.979Z | Checking typeid v1.0.3 |
| 2803 | 2026-03-02T21:39:51.122Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2804 | 2026-03-02T21:39:51.183Z | Compiling tabled_derive v0.10.0 |
| 2805 | 2026-03-02T21:39:52.537Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2806 | 2026-03-02T21:39:52.933Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2807 | 2026-03-02T21:39:52.994Z | Checking papergrid v0.14.0 |
| 2808 | 2026-03-02T21:39:53.052Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2809 | 2026-03-02T21:39:53.957Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2810 | 2026-03-02T21:39:54.151Z | Compiling indoc v2.0.6 |
| 2811 | 2026-03-02T21:39:54.476Z | Checking tabled v0.18.0 |
| 2812 | 2026-03-02T21:39:54.618Z | Checking erased-serde v0.4.6 |
| 2813 | 2026-03-02T21:39:54.833Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2814 | 2026-03-02T21:39:55.137Z | Checking ordered-float v2.10.1 |
| 2815 | 2026-03-02T21:39:55.590Z | Compiling libz-sys v1.1.20 |
| 2816 | 2026-03-02T21:39:55.737Z | Checking castaway v0.2.3 |
| 2817 | 2026-03-02T21:39:55.974Z | Checking compact_str v0.8.0 |
| 2818 | 2026-03-02T21:39:56.608Z | Checking serde-value v0.7.0 |
| 2819 | 2026-03-02T21:39:56.906Z | Checking serde-untagged v0.1.7 |
| 2820 | 2026-03-02T21:39:57.122Z | Checking supports-color v3.0.2 |
| 2821 | 2026-03-02T21:39:57.365Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2822 | 2026-03-02T21:39:57.423Z | Checking console v0.16.0 |
| 2823 | 2026-03-02T21:39:57.747Z | Checking unicode-truncate v1.1.0 |
| 2824 | 2026-03-02T21:39:58.052Z | Checking concurrent-queue v2.5.0 |
| 2825 | 2026-03-02T21:39:58.110Z | Checking lru v0.12.5 |
| 2826 | 2026-03-02T21:39:58.389Z | Compiling instability v0.3.2 |
| 2827 | 2026-03-02T21:39:58.450Z | Checking unit-prefix v0.5.1 |
| 2828 | 2026-03-02T21:39:58.508Z | Checking cassowary v0.3.0 |
| 2829 | 2026-03-02T21:39:58.757Z | Checking parking v2.2.1 |
| 2830 | 2026-03-02T21:39:59.022Z | Checking unicode-xid v0.2.6 |
| 2831 | 2026-03-02T21:39:59.026Z | Checking indicatif v0.18.0 |
| 2832 | 2026-03-02T21:39:59.285Z | Checking cargo-util-schemas v0.8.2 |
| 2833 | 2026-03-02T21:39:59.471Z | Checking cargo-platform v0.2.0 |
| 2834 | 2026-03-02T21:39:59.523Z | Checking ratatui v0.29.0 |
| 2835 | 2026-03-02T21:39:59.853Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2836 | 2026-03-02T21:39:59.960Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2837 | 2026-03-02T21:40:01.410Z | Checking cargo_metadata v0.21.0 |
| 2838 | 2026-03-02T21:40:02.888Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2839 | 2026-03-02T21:40:03.290Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2840 | 2026-03-02T21:40:03.349Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2841 | 2026-03-02T21:40:03.835Z | Checking event-listener v5.3.1 |
| 2842 | 2026-03-02T21:40:03.916Z | Compiling vergen-git2 v1.0.7 |
| 2843 | 2026-03-02T21:40:04.274Z | Checking event-listener-strategy v0.5.2 |
| 2844 | 2026-03-02T21:40:04.420Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2845 | 2026-03-02T21:40:04.570Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2846 | 2026-03-02T21:40:04.792Z | Checking shell-words v1.1.0 |
| 2847 | 2026-03-02T21:40:04.960Z | Checking plotters-backend v0.3.7 |
| 2848 | 2026-03-02T21:40:05.054Z | Compiling rustls v0.21.12 |
| 2849 | 2026-03-02T21:40:05.414Z | Checking futures-lite v2.3.0 |
| 2850 | 2026-03-02T21:40:05.479Z | Checking plotters-svg v0.3.7 |
| 2851 | 2026-03-02T21:40:05.600Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2852 | 2026-03-02T21:40:05.823Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2853 | 2026-03-02T21:40:06.195Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2854 | 2026-03-02T21:40:06.614Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2855 | 2026-03-02T21:40:06.769Z | Checking rustls-webpki v0.101.7 |
| 2856 | 2026-03-02T21:40:07.516Z | Checking sct v0.7.1 |
| 2857 | 2026-03-02T21:40:07.577Z | Checking cast v0.3.0 |
| 2858 | 2026-03-02T21:40:07.764Z | Checking hex-literal v0.4.1 |
| 2859 | 2026-03-02T21:40:08.013Z | Checking criterion-plot v0.6.0 |
| 2860 | 2026-03-02T21:40:08.068Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2861 | 2026-03-02T21:40:08.820Z | Checking plotters v0.3.7 |
| 2862 | 2026-03-02T21:40:10.675Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2863 | 2026-03-02T21:40:11.112Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2864 | 2026-03-02T21:40:12.664Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2865 | 2026-03-02T21:40:14.230Z | Checking tinytemplate v1.2.1 |
| 2866 | 2026-03-02T21:40:14.713Z | Checking oorandom v11.1.4 |
| 2867 | 2026-03-02T21:40:14.956Z | Checking anes v0.1.6 |
| 2868 | 2026-03-02T21:40:15.335Z | Checking criterion v0.7.0 |
| 2869 | 2026-03-02T21:40:16.774Z | Checking tokio-rustls v0.24.1 |
| 2870 | 2026-03-02T21:40:17.216Z | Checking async-lock v3.4.0 |
| 2871 | 2026-03-02T21:40:18.017Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2872 | 2026-03-02T21:40:18.142Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2873 | 2026-03-02T21:40:18.561Z | Checking rustls-pemfile v1.0.4 |
| 2874 | 2026-03-02T21:40:18.869Z | Checking twox-hash v2.1.0 |
| 2875 | 2026-03-02T21:40:19.594Z | Checking polling v3.7.3 |
| 2876 | 2026-03-02T21:40:19.721Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2877 | 2026-03-02T21:40:20.029Z | Checking async-io v2.3.4 |
| 2878 | 2026-03-02T21:40:20.979Z | Checking progenitor-extras v0.1.0 |
| 2879 | 2026-03-02T21:40:21.079Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2880 | 2026-03-02T21:40:21.381Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2881 | 2026-03-02T21:40:21.429Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2882 | 2026-03-02T21:40:21.741Z | Checking fatfs v0.3.6 |
| 2883 | 2026-03-02T21:40:22.740Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2884 | 2026-03-02T21:40:24.164Z | Compiling petname v2.0.2 |
| 2885 | 2026-03-02T21:40:25.155Z | Checking async-task v4.7.1 |
| 2886 | 2026-03-02T21:40:25.515Z | Compiling seq-macro v0.3.6 |
| 2887 | 2026-03-02T21:40:25.957Z | Checking async-channel v2.3.1 |
| 2888 | 2026-03-02T21:40:26.068Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2889 | 2026-03-02T21:40:26.279Z | Checking piper v0.2.4 |
| 2890 | 2026-03-02T21:40:26.581Z | Checking rtoolbox v0.0.2 |
| 2891 | 2026-03-02T21:40:26.621Z | Checking futures-timer v3.0.3 |
| 2892 | 2026-03-02T21:40:26.837Z | Checking rpassword v7.4.0 |
| 2893 | 2026-03-02T21:40:26.972Z | Checking blocking v1.6.1 |
| 2894 | 2026-03-02T21:40:27.371Z | Checking async-executor v1.13.1 |
| 2895 | 2026-03-02T21:40:27.726Z | Checking async-signal v0.2.10 |
| 2896 | 2026-03-02T21:40:27.893Z | Checking tui-tree-widget v0.23.1 |
| 2897 | 2026-03-02T21:40:28.056Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2898 | 2026-03-02T21:40:28.242Z | Checking polyval v0.6.2 |
| 2899 | 2026-03-02T21:40:28.371Z | Checking sapling-renderdag v0.1.0 |
| 2900 | 2026-03-02T21:40:28.572Z | Checking event-listener v2.5.3 |
| 2901 | 2026-03-02T21:40:28.861Z | Checking sync-ptr v0.1.4 |
| 2902 | 2026-03-02T21:40:28.915Z | Checking async-channel v1.9.0 |
| 2903 | 2026-03-02T21:40:29.112Z | Checking ghash v0.5.1 |
| 2904 | 2026-03-02T21:40:29.238Z | Checking async-process v2.3.0 |
| 2905 | 2026-03-02T21:40:29.348Z | Checking async-global-executor v2.4.1 |
| 2906 | 2026-03-02T21:40:29.450Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2907 | 2026-03-02T21:40:29.699Z | Checking ctr v0.9.2 |
| 2908 | 2026-03-02T21:40:29.751Z | Checking kv-log-macro v1.0.7 |
| 2909 | 2026-03-02T21:40:29.835Z | Compiling async-attributes v1.1.2 |
| 2910 | 2026-03-02T21:40:29.964Z | Checking arrayvec v0.7.6 |
| 2911 | 2026-03-02T21:40:30.045Z | Checking arrayref v0.3.9 |
| 2912 | 2026-03-02T21:40:30.228Z | Checking constant_time_eq v0.3.1 |
| 2913 | 2026-03-02T21:40:30.380Z | Checking aes-gcm v0.10.3 |
| 2914 | 2026-03-02T21:40:30.506Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2915 | 2026-03-02T21:40:30.654Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2916 | 2026-03-02T21:40:30.744Z | Checking async-std v1.13.0 |
| 2917 | 2026-03-02T21:40:32.626Z | Checking ssh-encoding v0.2.0 |
| 2918 | 2026-03-02T21:40:33.042Z | Checking blowfish v0.9.1 |
| 2919 | 2026-03-02T21:40:33.368Z | Checking bcrypt-pbkdf v0.10.0 |
| 2920 | 2026-03-02T21:40:33.708Z | Checking ssh-cipher v0.2.0 |
| 2921 | 2026-03-02T21:40:34.076Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2922 | 2026-03-02T21:40:34.278Z | Checking async-object-pool v0.1.5 |
| 2923 | 2026-03-02T21:40:34.532Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2924 | 2026-03-02T21:40:35.049Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2925 | 2026-03-02T21:40:35.229Z | Checking serde_regex v1.1.0 |
| 2926 | 2026-03-02T21:40:35.540Z | Checking password-hash v0.4.2 |
| 2927 | 2026-03-02T21:40:36.053Z | Checking assert-json-diff v2.0.2 |
| 2928 | 2026-03-02T21:40:36.380Z | Checking path-tree v0.8.1 |
| 2929 | 2026-03-02T21:40:36.422Z | Compiling target-lexicon v0.13.2 |
| 2930 | 2026-03-02T21:40:36.464Z | Checking stringmetrics v2.2.2 |
| 2931 | 2026-03-02T21:40:36.766Z | Checking pbkdf2 v0.11.0 |
| 2932 | 2026-03-02T21:40:36.821Z | Checking httpmock v0.8.0-alpha.1 |
| 2933 | 2026-03-02T21:40:37.143Z | Checking ssh-key v0.6.6 |
| 2934 | 2026-03-02T21:40:38.666Z | Checking p521 v0.13.3 |
| 2935 | 2026-03-02T21:40:39.855Z | Checking p256 v0.13.2 |
| 2936 | 2026-03-02T21:40:40.437Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2937 | 2026-03-02T21:40:40.879Z | Checking russh-cryptovec v0.7.3 |
| 2938 | 2026-03-02T21:40:41.168Z | Compiling guppy-workspace-hack v0.1.0 |
| 2939 | 2026-03-02T21:40:41.554Z | Checking md5 v0.7.0 |
| 2940 | 2026-03-02T21:40:41.873Z | Checking russh-keys v0.45.0 |
| 2941 | 2026-03-02T21:40:41.929Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2942 | 2026-03-02T21:40:42.269Z | Checking num-bigint v0.4.6 |
| 2943 | 2026-03-02T21:40:43.262Z | Checking des v0.8.1 |
| 2944 | 2026-03-02T21:40:43.888Z | Compiling blake3 v1.5.4 |
| 2945 | 2026-03-02T21:40:44.581Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2946 | 2026-03-02T21:40:44.624Z | Compiling target-spec v3.5.0 |
| 2947 | 2026-03-02T21:40:45.115Z | Compiling samael v0.0.19 |
| 2948 | 2026-03-02T21:40:45.272Z | Checking russh v0.45.0 |
| 2949 | 2026-03-02T21:40:45.399Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2950 | 2026-03-02T21:40:45.758Z | Checking cfg-expr v0.20.1 |
| 2951 | 2026-03-02T21:40:46.724Z | Checking supports-color v2.1.0 |
| 2952 | 2026-03-02T21:40:46.816Z | Checking textwrap v0.15.2 |
| 2953 | 2026-03-02T21:40:46.985Z | Checking supports-unicode v2.1.0 |
| 2954 | 2026-03-02T21:40:47.231Z | Checking supports-hyperlinks v2.1.0 |
| 2955 | 2026-03-02T21:40:47.312Z | Checking hashbrown v0.14.5 |
| 2956 | 2026-03-02T21:40:47.466Z | Checking backtrace-ext v0.2.1 |
| 2957 | 2026-03-02T21:40:47.686Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2958 | 2026-03-02T21:40:48.109Z | Checking terminal_size v0.1.17 |
| 2959 | 2026-03-02T21:40:48.326Z | Compiling miette-derive v5.10.0 |
| 2960 | 2026-03-02T21:40:48.400Z | Checking internet-checksum v0.2.1 |
| 2961 | 2026-03-02T21:40:48.658Z | Checking owo-colors v3.5.0 |
| 2962 | 2026-03-02T21:40:49.470Z | Checking chumsky v0.9.3 |
| 2963 | 2026-03-02T21:40:50.847Z | Checking miette v5.10.0 |
| 2964 | 2026-03-02T21:40:51.574Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2965 | 2026-03-02T21:40:51.889Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2966 | 2026-03-02T21:40:52.060Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2967 | 2026-03-02T21:40:52.674Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2968 | 2026-03-02T21:40:53.149Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2969 | 2026-03-02T21:40:53.333Z | Compiling git2 v0.20.2 |
| 2970 | 2026-03-02T21:40:53.390Z | Compiling knuffel-derive v3.2.0 |
| 2971 | 2026-03-02T21:40:53.541Z | Checking httptest v0.16.3 |
| 2972 | 2026-03-02T21:40:54.317Z | Checking pathdiff v0.2.3 |
| 2973 | 2026-03-02T21:40:54.558Z | Checking topological-sort v0.2.2 |
| 2974 | 2026-03-02T21:40:54.862Z | Checking nested v0.1.1 |
| 2975 | 2026-03-02T21:40:55.003Z | Checking omicron-zone-package v0.12.2 |
| 2976 | 2026-03-02T21:40:55.103Z | Checking guppy v0.17.20 |
| 2977 | 2026-03-02T21:40:55.239Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2978 | 2026-03-02T21:40:55.637Z | Compiling rstest_macros v0.25.0 |
| 2979 | 2026-03-02T21:40:56.227Z | Compiling target-triple v0.1.3 |
| 2980 | 2026-03-02T21:40:56.888Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2981 | 2026-03-02T21:40:56.948Z | Compiling doc-comment v0.3.3 |
| 2982 | 2026-03-02T21:40:57.053Z | Checking knuffel v3.2.0 |
| 2983 | 2026-03-02T21:40:57.398Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2984 | 2026-03-02T21:40:57.453Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2985 | 2026-03-02T21:40:57.800Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2986 | 2026-03-02T21:40:58.252Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2987 | 2026-03-02T21:40:58.554Z | Checking similar-asserts v1.7.0 |
| 2988 | 2026-03-02T21:40:59.905Z | Compiling proc-macro-crate v3.2.0 |
| 2989 | 2026-03-02T21:41:00.243Z | Compiling relative-path v1.9.3 |
| 2990 | 2026-03-02T21:41:00.915Z | Checking escape8259 v0.5.3 |
| 2991 | 2026-03-02T21:41:01.140Z | Compiling assert_cmd v2.0.17 |
| 2992 | 2026-03-02T21:41:01.197Z | Checking libtest-mimic v0.8.1 |
| 2993 | 2026-03-02T21:41:01.875Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2994 | 2026-03-02T21:41:01.982Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2995 | 2026-03-02T21:41:02.050Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2996 | 2026-03-02T21:41:02.211Z | Checking blake2b_simd v1.0.2 |
| 2997 | 2026-03-02T21:41:03.165Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2998 | 2026-03-02T21:41:03.435Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2999 | 2026-03-02T21:41:03.904Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3000 | 2026-03-02T21:41:04.258Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3001 | 2026-03-02T21:41:04.683Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3002 | 2026-03-02T21:41:04.916Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3003 | 2026-03-02T21:41:05.329Z | Checking fancy-regex v0.14.0 |
| 3004 | 2026-03-02T21:41:05.682Z | Checking serde_tokenstream v0.2.3 |
| 3005 | 2026-03-02T21:41:06.088Z | Checking uzers v0.12.1 |
| 3006 | 2026-03-02T21:41:06.185Z | Checking termcolor v1.4.1 |
| 3007 | 2026-03-02T21:41:06.637Z | Checking datatest-stable v0.3.2 |
| 3008 | 2026-03-02T21:41:06.741Z | Checking trybuild v1.0.106 |
| 3009 | 2026-03-02T21:41:07.997Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3010 | 2026-03-02T21:41:08.201Z | Checking rust-argon2 v2.1.0 |
| 3011 | 2026-03-02T21:41:08.775Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3012 | 2026-03-02T21:41:09.264Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3013 | 2026-03-02T21:41:10.385Z | Checking rstest v0.25.0 |
| 3014 | 2026-03-02T21:41:10.582Z | Checking support-bundle-viewer v0.1.2 |
| 3015 | 2026-03-02T21:41:10.648Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3016 | 2026-03-02T21:41:11.071Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3017 | 2026-03-02T21:41:11.126Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3018 | 2026-03-02T21:41:11.616Z | Checking drift v0.1.3 |
| 3019 | 2026-03-02T21:41:11.677Z | Checking rand_distr v0.5.1 |
| 3020 | 2026-03-02T21:41:12.354Z | Checking multimap v0.10.1 |
| 3021 | 2026-03-02T21:41:12.707Z | Checking approx v0.5.1 |
| 3022 | 2026-03-02T21:41:12.763Z | Checking dropshot-api-manager v0.5.2 |
| 3023 | 2026-03-02T21:41:13.270Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3024 | 2026-03-02T21:41:14.908Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3025 | 2026-03-02T21:41:15.423Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3026 | 2026-03-02T21:41:16.494Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3027 | 2026-03-02T21:41:16.611Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3028 | 2026-03-02T21:41:16.776Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3029 | 2026-03-02T21:41:16.928Z | Checking partial-io v0.5.4 |
| 3030 | 2026-03-02T21:41:17.029Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3031 | 2026-03-02T21:41:17.245Z | Checking cargo_toml v0.21.0 |
| 3032 | 2026-03-02T21:41:17.378Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3033 | 2026-03-02T21:41:17.642Z | Checking termios v0.3.3 |
| 3034 | 2026-03-02T21:41:17.944Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3035 | 2026-03-02T21:41:18.503Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3036 | 2026-03-02T21:41:18.619Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3037 | 2026-03-02T21:41:19.171Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3038 | 2026-03-02T21:41:19.713Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3039 | 2026-03-02T21:41:21.518Z | Compiling polar-core v0.27.3 |
| 3040 | 2026-03-02T21:41:25.017Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3041 | 2026-03-02T21:41:32.230Z | Checking oso v0.27.3 |
| 3042 | 2026-03-02T21:41:32.387Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3043 | 2026-03-02T21:41:36.461Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3044 | 2026-03-02T21:41:39.691Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3045 | 2026-03-02T21:41:42.753Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3046 | 2026-03-02T21:41:49.714Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3047 | 2026-03-02T21:41:59.854Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3048 | 2026-03-02T21:42:04.949Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3049 | 2026-03-02T21:42:10.624Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3050 | 2026-03-02T21:42:27.989Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3051 | 2026-03-02T21:44:50.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 12s |
| 3052 | 2026-03-02T21:44:50.894Z | |
| 3053 | 2026-03-02T21:44:50.894Z | real 8:17.913094559 |
| 3054 | 2026-03-02T21:44:50.894Z | user 46:10.899209719 |
| 3055 | 2026-03-02T21:44:50.894Z | sys 8:12.473469806 |
| 3056 | 2026-03-02T21:44:50.894Z | trap 1.332335986 |
| 3057 | 2026-03-02T21:44:50.894Z | tflt 0.597303100 |
| 3058 | 2026-03-02T21:44:50.894Z | dflt 0.197485690 |
| 3059 | 2026-03-02T21:44:50.894Z | kflt 0.000971816 |
| 3060 | 2026-03-02T21:44:50.894Z | lock 1:52:14.819568396 |
| 3061 | 2026-03-02T21:44:50.894Z | slp 2:29:18.979442334 |
| 3062 | 2026-03-02T21:44:50.894Z | lat 2:33.903215922 |
| 3063 | 2026-03-02T21:44:50.898Z | stop 17:14.099379764 |
| 3064 | 2026-03-02T21:44:50.898Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3065 | 2026-03-02T21:44:50.898Z | + ptime -m cargo doc --workspace --no-deps |
| 3066 | 2026-03-02T21:44:52.246Z | warning: output filename collision. |
| 3067 | 2026-03-02T21:44:52.246Z | 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)`. |
| 3068 | 2026-03-02T21:44:52.247Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3069 | 2026-03-02T21:44:52.247Z | The targets should have unique names. |
| 3070 | 2026-03-02T21:44:52.247Z | This is a known bug where multiple crates with the same name use |
| 3071 | 2026-03-02T21:44:52.247Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3072 | 2026-03-02T21:44:53.539Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3073 | 2026-03-02T21:44:53.783Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3074 | 2026-03-02T21:44:53.820Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3075 | 2026-03-02T21:44:53.889Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3076 | 2026-03-02T21:44:53.939Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3077 | 2026-03-02T21:44:53.979Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3078 | 2026-03-02T21:44:54.016Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3079 | 2026-03-02T21:44:54.279Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3080 | 2026-03-02T21:44:54.346Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3081 | 2026-03-02T21:44:54.387Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3082 | 2026-03-02T21:44:54.553Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3083 | 2026-03-02T21:44:54.597Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3084 | 2026-03-02T21:44:54.749Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3085 | 2026-03-02T21:44:54.870Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3086 | 2026-03-02T21:44:54.907Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3087 | 2026-03-02T21:44:55.160Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3088 | 2026-03-02T21:44:55.201Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3089 | 2026-03-02T21:44:55.294Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3090 | 2026-03-02T21:44:55.907Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3091 | 2026-03-02T21:44:56.364Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3092 | 2026-03-02T21:44:56.443Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3093 | 2026-03-02T21:44:56.716Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3094 | 2026-03-02T21:44:56.770Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3095 | 2026-03-02T21:44:56.943Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3096 | 2026-03-02T21:44:56.983Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3097 | 2026-03-02T21:44:57.200Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3098 | 2026-03-02T21:44:57.266Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3099 | 2026-03-02T21:44:57.307Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3100 | 2026-03-02T21:44:57.869Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3101 | 2026-03-02T21:44:57.930Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3102 | 2026-03-02T21:44:58.369Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3103 | 2026-03-02T21:44:58.412Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3104 | 2026-03-02T21:44:58.535Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3105 | 2026-03-02T21:44:58.789Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3106 | 2026-03-02T21:44:58.832Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3107 | 2026-03-02T21:44:58.970Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3108 | 2026-03-02T21:44:59.096Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3109 | 2026-03-02T21:44:59.437Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3110 | 2026-03-02T21:44:59.553Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3111 | 2026-03-02T21:45:00.269Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3112 | 2026-03-02T21:45:00.465Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3113 | 2026-03-02T21:45:00.502Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3114 | 2026-03-02T21:45:00.685Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3115 | 2026-03-02T21:45:00.776Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3116 | 2026-03-02T21:45:00.816Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3117 | 2026-03-02T21:45:00.978Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3118 | 2026-03-02T21:45:01.124Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3119 | 2026-03-02T21:45:01.264Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3120 | 2026-03-02T21:45:01.292Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3121 | 2026-03-02T21:45:01.358Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3122 | 2026-03-02T21:45:01.523Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3123 | 2026-03-02T21:45:01.816Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3124 | 2026-03-02T21:45:01.853Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3125 | 2026-03-02T21:45:01.892Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3126 | 2026-03-02T21:45:01.989Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3127 | 2026-03-02T21:45:02.294Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3128 | 2026-03-02T21:45:02.329Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3129 | 2026-03-02T21:45:02.364Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3130 | 2026-03-02T21:45:02.646Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3131 | 2026-03-02T21:45:02.781Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3132 | 2026-03-02T21:45:02.837Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3133 | 2026-03-02T21:45:02.879Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3134 | 2026-03-02T21:45:03.181Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3135 | 2026-03-02T21:45:03.255Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3136 | 2026-03-02T21:45:03.710Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3137 | 2026-03-02T21:45:03.745Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3138 | 2026-03-02T21:45:03.777Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3139 | 2026-03-02T21:45:04.025Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3140 | 2026-03-02T21:45:04.066Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3141 | 2026-03-02T21:45:04.910Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3142 | 2026-03-02T21:45:05.400Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3143 | 2026-03-02T21:45:05.683Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3144 | 2026-03-02T21:45:06.231Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3145 | 2026-03-02T21:45:06.399Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3146 | 2026-03-02T21:45:06.437Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3147 | 2026-03-02T21:45:07.648Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3148 | 2026-03-02T21:45:08.235Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3149 | 2026-03-02T21:45:08.548Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3150 | 2026-03-02T21:45:08.625Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3151 | 2026-03-02T21:45:09.259Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3152 | 2026-03-02T21:45:09.406Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3153 | 2026-03-02T21:45:09.452Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3154 | 2026-03-02T21:45:09.456Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3155 | 2026-03-02T21:45:09.758Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3156 | 2026-03-02T21:45:10.429Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3157 | 2026-03-02T21:45:10.514Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3158 | 2026-03-02T21:45:11.135Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3159 | 2026-03-02T21:45:11.183Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3160 | 2026-03-02T21:45:12.116Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3161 | 2026-03-02T21:45:12.155Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3162 | 2026-03-02T21:45:13.021Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3163 | 2026-03-02T21:45:13.336Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3164 | 2026-03-02T21:45:14.437Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3165 | 2026-03-02T21:45:14.793Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3166 | 2026-03-02T21:45:15.352Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3167 | 2026-03-02T21:45:15.625Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3168 | 2026-03-02T21:45:15.914Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3169 | 2026-03-02T21:45:16.961Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3170 | 2026-03-02T21:45:17.973Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3171 | 2026-03-02T21:45:18.568Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3172 | 2026-03-02T21:45:19.269Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3173 | 2026-03-02T21:45:19.300Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3174 | 2026-03-02T21:45:20.049Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3175 | 2026-03-02T21:45:20.095Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3176 | 2026-03-02T21:45:20.198Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3177 | 2026-03-02T21:45:20.690Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3178 | 2026-03-02T21:45:21.273Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3179 | 2026-03-02T21:45:21.371Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3180 | 2026-03-02T21:45:21.735Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3181 | 2026-03-02T21:45:21.794Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3182 | 2026-03-02T21:45:21.898Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3183 | 2026-03-02T21:45:22.173Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3184 | 2026-03-02T21:45:22.396Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3185 | 2026-03-02T21:45:22.556Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3186 | 2026-03-02T21:45:23.275Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3187 | 2026-03-02T21:45:24.082Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3188 | 2026-03-02T21:45:24.691Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3189 | 2026-03-02T21:45:25.214Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3190 | 2026-03-02T21:45:25.723Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3191 | 2026-03-02T21:45:26.956Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3192 | 2026-03-02T21:45:27.739Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3193 | 2026-03-02T21:45:27.992Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3194 | 2026-03-02T21:45:28.682Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3195 | 2026-03-02T21:45:28.727Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3196 | 2026-03-02T21:45:29.151Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3197 | 2026-03-02T21:45:29.647Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3198 | 2026-03-02T21:45:29.839Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3199 | 2026-03-02T21:45:30.554Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3200 | 2026-03-02T21:45:30.995Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3201 | 2026-03-02T21:45:31.337Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3202 | 2026-03-02T21:45:31.379Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3203 | 2026-03-02T21:45:31.763Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3204 | 2026-03-02T21:45:31.935Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3205 | 2026-03-02T21:45:32.435Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3206 | 2026-03-02T21:45:35.041Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3207 | 2026-03-02T21:45:35.939Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3208 | 2026-03-02T21:45:37.058Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3209 | 2026-03-02T21:45:37.963Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3210 | 2026-03-02T21:45:40.402Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3211 | 2026-03-02T21:45:42.226Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3212 | 2026-03-02T21:45:43.373Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3213 | 2026-03-02T21:45:43.952Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3214 | 2026-03-02T21:45:43.997Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3215 | 2026-03-02T21:45:44.000Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3216 | 2026-03-02T21:45:45.051Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3217 | 2026-03-02T21:45:45.684Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3218 | 2026-03-02T21:45:45.743Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3219 | 2026-03-02T21:45:46.565Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3220 | 2026-03-02T21:45:46.658Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3221 | 2026-03-02T21:45:46.852Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3222 | 2026-03-02T21:45:49.227Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3223 | 2026-03-02T21:45:49.294Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3224 | 2026-03-02T21:45:49.558Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3225 | 2026-03-02T21:45:50.244Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3226 | 2026-03-02T21:45:54.433Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3227 | 2026-03-02T21:45:55.146Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3228 | 2026-03-02T21:45:56.606Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3229 | 2026-03-02T21:45:56.756Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3230 | 2026-03-02T21:46:00.821Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3231 | 2026-03-02T21:46:01.436Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3232 | 2026-03-02T21:46:01.804Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3233 | 2026-03-02T21:46:02.611Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3234 | 2026-03-02T21:46:03.175Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3235 | 2026-03-02T21:46:05.759Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3236 | 2026-03-02T21:46:08.032Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3237 | 2026-03-02T21:46:08.783Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3238 | 2026-03-02T21:46:09.283Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3239 | 2026-03-02T21:46:09.662Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3240 | 2026-03-02T21:46:10.688Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3241 | 2026-03-02T21:46:10.867Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3242 | 2026-03-02T21:46:11.266Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3243 | 2026-03-02T21:46:11.386Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3244 | 2026-03-02T21:46:11.494Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3245 | 2026-03-02T21:46:12.374Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3246 | 2026-03-02T21:46:12.578Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3247 | 2026-03-02T21:46:12.630Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3248 | 2026-03-02T21:46:12.879Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3249 | 2026-03-02T21:46:13.502Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3250 | 2026-03-02T21:46:14.047Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3251 | 2026-03-02T21:46:14.090Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3252 | 2026-03-02T21:46:15.710Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3253 | 2026-03-02T21:46:15.760Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3254 | 2026-03-02T21:46:16.829Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3255 | 2026-03-02T21:46:16.991Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3256 | 2026-03-02T21:46:18.545Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3257 | 2026-03-02T21:46:19.920Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3258 | 2026-03-02T21:46:21.036Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3259 | 2026-03-02T21:46:24.692Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3260 | 2026-03-02T21:46:24.909Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3261 | 2026-03-02T21:46:30.368Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3262 | 2026-03-02T21:46:31.425Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3263 | 2026-03-02T21:46:32.207Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3264 | 2026-03-02T21:46:33.343Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3265 | 2026-03-02T21:46:34.281Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3266 | 2026-03-02T21:46:40.532Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3267 | 2026-03-02T21:46:41.510Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3268 | 2026-03-02T21:46:42.986Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3269 | 2026-03-02T21:46:44.283Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3270 | 2026-03-02T21:46:45.958Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3271 | 2026-03-02T21:46:49.858Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3272 | 2026-03-02T21:46:50.997Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3273 | 2026-03-02T21:46:52.953Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3274 | 2026-03-02T21:46:55.083Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3275 | 2026-03-02T21:46:55.723Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3276 | 2026-03-02T21:46:57.368Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3277 | 2026-03-02T21:46:58.226Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3278 | 2026-03-02T21:46:59.778Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3279 | 2026-03-02T21:47:02.730Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3280 | 2026-03-02T21:47:07.412Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3281 | 2026-03-02T21:47:07.529Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3282 | 2026-03-02T21:47:08.826Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3283 | 2026-03-02T21:47:14.817Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3284 | 2026-03-02T21:47:18.694Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3285 | 2026-03-02T21:47:19.564Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3286 | 2026-03-02T21:47:21.322Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3287 | 2026-03-02T21:47:22.633Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3288 | 2026-03-02T21:47:24.725Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3289 | 2026-03-02T21:47:26.848Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3290 | 2026-03-02T21:47:28.280Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3291 | 2026-03-02T21:47:30.553Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3292 | 2026-03-02T21:47:32.386Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3293 | 2026-03-02T21:47:33.978Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3294 | 2026-03-02T21:47:36.767Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3295 | 2026-03-02T21:47:38.392Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3296 | 2026-03-02T21:47:40.879Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3297 | 2026-03-02T21:47:44.348Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3298 | 2026-03-02T21:47:45.240Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3299 | 2026-03-02T21:47:48.820Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3300 | 2026-03-02T21:47:49.919Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3301 | 2026-03-02T21:47:50.717Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3302 | 2026-03-02T21:47:59.382Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3303 | 2026-03-02T21:48:01.304Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3304 | 2026-03-02T21:48:03.209Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3305 | 2026-03-02T21:48:05.477Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3306 | 2026-03-02T21:48:07.094Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3307 | 2026-03-02T21:48:08.734Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3308 | 2026-03-02T21:48:13.979Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3309 | 2026-03-02T21:48:15.601Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3310 | 2026-03-02T21:48:17.487Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3311 | 2026-03-02T21:48:17.655Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3312 | 2026-03-02T21:48:20.104Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3313 | 2026-03-02T21:48:23.103Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3314 | 2026-03-02T21:48:26.111Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3315 | 2026-03-02T21:48:29.797Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3316 | 2026-03-02T21:48:33.230Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3317 | 2026-03-02T21:48:36.112Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3318 | 2026-03-02T21:48:39.452Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3319 | 2026-03-02T21:48:41.949Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3320 | 2026-03-02T21:48:44.419Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3321 | 2026-03-02T21:48:46.983Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3322 | 2026-03-02T21:48:49.119Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3323 | 2026-03-02T21:48:51.439Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3324 | 2026-03-02T21:48:54.633Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3325 | 2026-03-02T21:48:56.792Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3326 | 2026-03-02T21:48:58.850Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3327 | 2026-03-02T21:49:00.930Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3328 | 2026-03-02T21:49:03.815Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3329 | 2026-03-02T21:49:05.720Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3330 | 2026-03-02T21:49:08.617Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3331 | 2026-03-02T21:49:11.372Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3332 | 2026-03-02T21:49:13.636Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3333 | 2026-03-02T21:49:16.085Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3334 | 2026-03-02T21:49:18.360Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3335 | 2026-03-02T21:49:20.852Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3336 | 2026-03-02T21:49:23.183Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3337 | 2026-03-02T21:49:25.289Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3338 | 2026-03-02T21:49:27.572Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3339 | 2026-03-02T21:49:29.751Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3340 | 2026-03-02T21:49:32.174Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3341 | 2026-03-02T21:49:34.419Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3342 | 2026-03-02T21:49:38.685Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3343 | 2026-03-02T21:49:39.288Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3344 | 2026-03-02T21:49:41.927Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3345 | 2026-03-02T21:49:44.217Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3346 | 2026-03-02T21:49:49.003Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3347 | 2026-03-02T21:49:51.437Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3348 | 2026-03-02T21:49:53.774Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3349 | 2026-03-02T21:49:56.249Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3350 | 2026-03-02T21:49:58.698Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3351 | 2026-03-02T21:50:01.111Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3352 | 2026-03-02T21:50:03.274Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3353 | 2026-03-02T21:50:05.914Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3354 | 2026-03-02T21:50:08.119Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3355 | 2026-03-02T21:50:10.902Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3356 | 2026-03-02T21:50:12.796Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3357 | 2026-03-02T21:50:15.810Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3358 | 2026-03-02T21:50:17.605Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3359 | 2026-03-02T21:50:20.002Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3360 | 2026-03-02T21:50:22.359Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3361 | 2026-03-02T21:50:24.811Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3362 | 2026-03-02T21:50:27.229Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3363 | 2026-03-02T21:50:29.424Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3364 | 2026-03-02T21:50:32.003Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3365 | 2026-03-02T21:50:34.545Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3366 | 2026-03-02T21:50:37.249Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3367 | 2026-03-02T21:50:39.470Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3368 | 2026-03-02T21:50:41.957Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3369 | 2026-03-02T21:50:44.307Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3370 | 2026-03-02T21:50:47.016Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3371 | 2026-03-02T21:50:49.278Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3372 | 2026-03-02T21:50:52.008Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3373 | 2026-03-02T21:50:54.660Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3374 | 2026-03-02T21:50:58.918Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3375 | 2026-03-02T21:50:59.745Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3376 | 2026-03-02T21:51:02.435Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3377 | 2026-03-02T21:51:05.876Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3378 | 2026-03-02T21:51:08.016Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3379 | 2026-03-02T21:51:10.786Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3380 | 2026-03-02T21:51:13.349Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3381 | 2026-03-02T21:51:16.455Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3382 | 2026-03-02T21:51:21.169Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3383 | 2026-03-02T21:51:22.821Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3384 | 2026-03-02T21:51:25.963Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3385 | 2026-03-02T21:51:28.688Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3386 | 2026-03-02T21:51:31.788Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3387 | 2026-03-02T21:51:39.537Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3388 | 2026-03-02T21:51:41.305Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3389 | 2026-03-02T21:51:43.134Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3390 | 2026-03-02T21:51:46.715Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3391 | 2026-03-02T21:51:50.254Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3392 | 2026-03-02T21:51:53.885Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3393 | 2026-03-02T21:51:57.483Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3394 | 2026-03-02T21:52:01.006Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3395 | 2026-03-02T21:52:04.635Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3396 | 2026-03-02T21:52:08.160Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3397 | 2026-03-02T21:52:11.834Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3398 | 2026-03-02T21:52:15.309Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3399 | 2026-03-02T21:52:18.861Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3400 | 2026-03-02T21:52:22.371Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3401 | 2026-03-02T21:52:25.973Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3402 | 2026-03-02T21:52:54.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 03s |
| 3403 | 2026-03-02T21:52:54.341Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 188 other files |
| 3404 | 2026-03-02T21:52:54.440Z | |
| 3405 | 2026-03-02T21:52:54.443Z | real 8:03.417482517 |
| 3406 | 2026-03-02T21:52:54.443Z | user 31:59.482842966 |
| 3407 | 2026-03-02T21:52:54.443Z | sys 5:04.934149328 |
| 3408 | 2026-03-02T21:52:54.443Z | trap 0.809315783 |
| 3409 | 2026-03-02T21:52:54.443Z | tflt 0.071341116 |
| 3410 | 2026-03-02T21:52:54.444Z | dflt 0.087117421 |
| 3411 | 2026-03-02T21:52:54.444Z | kflt 0.000025176 |
| 3412 | 2026-03-02T21:52:54.444Z | lock 6:01:18.773315501 |
| 3413 | 2026-03-02T21:52:54.444Z | slp 2:44:39.372620394 |
| 3414 | 2026-03-02T21:52:54.444Z | lat 48.392676398 |
| 3415 | 2026-03-02T21:52:54.444Z | stop 2:25.136897532 |
| 3416 | 2026-03-02T21:52:54.444Z | process exited: duration 1338259 ms, exit code 0 |
| |
| 3417 | 2026-03-02T21:52:54.451Z | found 0 output files |