|
|
|
| 1 | 2026-02-19T00:26:17.869Z | job assigned to worker 01KHSMKN5V686870AHGW7C8EN6 [factory gimlet-EVT22200007-propolis, EVT22200007/58566] (queued for 34 s) |
| |
| 2 | 2026-02-19T00:26:27.532Z | starting task 0: "setup" |
| 3 | 2026-02-19T00:26:27.557Z | ++ uname -s |
| 4 | 2026-02-19T00:26:27.557Z | + kern=SunOS |
| 5 | 2026-02-19T00:26:27.557Z | + build_user=build |
| 6 | 2026-02-19T00:26:27.557Z | + build_uid=12345 |
| 7 | 2026-02-19T00:26:27.557Z | + work_dir=/work |
| 8 | 2026-02-19T00:26:27.557Z | + input_dir=/input |
| 9 | 2026-02-19T00:26:27.557Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-19T00:26:27.557Z | + case "$kern" in |
| 11 | 2026-02-19T00:26:27.557Z | + groupadd -g 12345 build |
| 12 | 2026-02-19T00:26:27.557Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-19T00:26:29.562Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-19T00:26:29.606Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-19T00:26:29.630Z | + home_fs=zfs |
| 16 | 2026-02-19T00:26:29.630Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-19T00:26:29.630Z | + mkdir -p /home/build |
| 18 | 2026-02-19T00:26:29.630Z | + chown build:build /home/build /work |
| 19 | 2026-02-19T00:26:31.619Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-19T00:26:31.644Z | process exited: duration 4089 ms, exit code 0 |
| |
| 21 | 2026-02-19T00:26:31.696Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-19T00:26:31.720Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-19T00:26:31.720Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-02-19T00:26:31.720Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-02-19T00:26:31.720Z | * rust toolchain profile = "default" |
| 26 | 2026-02-19T00:26:31.720Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-19T00:26:31.720Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-19T00:26:31.720Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-19T00:26:31.720Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-19T00:26:31.912Z | info: downloading installer |
| 31 | 2026-02-19T00:26:33.323Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-19T00:26:33.323Z | warn: /opt/ooce/bin |
| 33 | 2026-02-19T00:26:33.323Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-19T00:26:33.323Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-19T00:26:33.323Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-19T00:26:33.323Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-19T00:26:33.323Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-19T00:26:33.323Z | error: cannot install while Rust is installed |
| 39 | 2026-02-19T00:26:33.323Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-19T00:26:33.352Z | info: profile set to 'default' |
| 41 | 2026-02-19T00:26:33.352Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-19T00:26:33.352Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-19T00:26:33.512Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-19T00:26:33.512Z | info: downloading component 'cargo' |
| 45 | 2026-02-19T00:26:34.062Z | info: downloading component 'clippy' |
| 46 | 2026-02-19T00:26:34.257Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-19T00:26:35.352Z | info: downloading component 'rust-std' |
| 48 | 2026-02-19T00:26:36.350Z | info: downloading component 'rustc' |
| 49 | 2026-02-19T00:26:42.147Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-19T00:26:42.213Z | info: installing component 'cargo' |
| 51 | 2026-02-19T00:26:43.636Z | info: installing component 'clippy' |
| 52 | 2026-02-19T00:26:44.140Z | info: installing component 'rust-docs' |
| 53 | 2026-02-19T00:26:48.270Z | info: installing component 'rust-std' |
| 54 | 2026-02-19T00:26:51.101Z | info: installing component 'rustc' |
| 55 | 2026-02-19T00:27:01.633Z | info: installing component 'rustfmt' |
| 56 | 2026-02-19T00:27:02.163Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-19T00:27:02.163Z | |
| 58 | 2026-02-19T00:27:02.390Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-19T00:27:02.390Z | |
| 60 | 2026-02-19T00:27:02.414Z | |
| 61 | 2026-02-19T00:27:02.414Z | Rust is installed now. Great! |
| 62 | 2026-02-19T00:27:02.414Z | |
| 63 | 2026-02-19T00:27:02.414Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-19T00:27:02.414Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-19T00:27:02.414Z | |
| 66 | 2026-02-19T00:27:02.414Z | To configure your current shell, you need to source |
| 67 | 2026-02-19T00:27:02.414Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-19T00:27:02.414Z | |
| 69 | 2026-02-19T00:27:02.414Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-19T00:27:02.414Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-19T00:27:02.414Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-19T00:27:02.415Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-19T00:27:02.558Z | + rustup --version |
| 74 | 2026-02-19T00:27:02.582Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-19T00:27:02.582Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-19T00:27:02.735Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-19T00:27:02.759Z | + cargo --version |
| 78 | 2026-02-19T00:27:02.888Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-19T00:27:02.912Z | + rustc --version |
| 80 | 2026-02-19T00:27:03.028Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-19T00:27:03.052Z | process exited: duration 31344 ms, exit code 0 |
| |
| 82 | 2026-02-19T00:27:03.100Z | starting task 2: "authentication" |
| 83 | 2026-02-19T00:27:03.158Z | process exited: duration 57 ms, exit code 0 |
| |
| 84 | 2026-02-19T00:27:03.207Z | starting task 3: "clone repository" |
| 85 | 2026-02-19T00:27:03.231Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-19T00:27:03.231Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-19T00:27:03.255Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-19T00:27:23.458Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-19T00:27:23.458Z | + git fetch origin 0b383007a58de88fda46ab7ad6ed64a7630f0470 |
| 90 | 2026-02-19T00:27:23.924Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-19T00:27:23.924Z | * branch 0b383007a58de88fda46ab7ad6ed64a7630f0470 -> FETCH_HEAD |
| 92 | 2026-02-19T00:27:23.948Z | + [[ -n jmcarp/audit-log-docs ]] |
| 93 | 2026-02-19T00:27:23.972Z | ++ git branch --show-current |
| 94 | 2026-02-19T00:27:23.972Z | + current=main |
| 95 | 2026-02-19T00:27:23.972Z | + [[ main != jmcarp/audit-log-docs ]] |
| 96 | 2026-02-19T00:27:23.972Z | + git branch -f jmcarp/audit-log-docs 0b383007a58de88fda46ab7ad6ed64a7630f0470 |
| 97 | 2026-02-19T00:27:23.972Z | + git checkout -f jmcarp/audit-log-docs |
| 98 | 2026-02-19T00:27:24.718Z | Switched to branch 'jmcarp/audit-log-docs' |
| 99 | 2026-02-19T00:27:24.742Z | + git reset --hard 0b383007a58de88fda46ab7ad6ed64a7630f0470 |
| 100 | 2026-02-19T00:27:24.766Z | HEAD is now at 0b383007a docs: clarify audit log filtering behavior. |
| 101 | 2026-02-19T00:27:24.790Z | process exited: duration 21563 ms, exit code 0 |
| |
| 102 | 2026-02-19T00:27:24.839Z | starting task 4: "build" |
| 103 | 2026-02-19T00:27:24.863Z | + source ./env.sh |
| 104 | 2026-02-19T00:27:24.863Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-02-19T00:27:24.863Z | ++ set -o xtrace |
| 106 | 2026-02-19T00:27:24.863Z | ++++ dirname ./env.sh |
| 107 | 2026-02-19T00:27:24.863Z | +++ readlink -f . |
| 108 | 2026-02-19T00:27:24.863Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-02-19T00:27:24.863Z | ++ 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-02-19T00:27:24.863Z | ++ 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-02-19T00:27:24.863Z | ++ 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-02-19T00:27:24.863Z | ++ 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-02-19T00:27:24.863Z | ++ 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-02-19T00:27:24.863Z | ++ 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-02-19T00:27:24.863Z | ++ 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-02-19T00:27:24.863Z | ++ 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-02-19T00:27:24.864Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-02-19T00:27:24.864Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-02-19T00:27:24.864Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-02-19T00:27:24.864Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-02-19T00:27:24.864Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-02-19T00:27:24.864Z | + cargo --version |
| 123 | 2026-02-19T00:27:25.001Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 124 | 2026-02-19T00:27:25.025Z | + rustc --version |
| 125 | 2026-02-19T00:27:25.167Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 126 | 2026-02-19T00:27:25.192Z | + banner prerequisites |
| 127 | 2026-02-19T00:27:25.192Z | |
| 128 | 2026-02-19T00:27:25.192Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-02-19T00:27:25.192Z | # # # # # # # # # # # # # # # |
| 130 | 2026-02-19T00:27:25.192Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-02-19T00:27:25.192Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-02-19T00:27:25.192Z | # # # # # # # # # # # # # # # |
| 133 | 2026-02-19T00:27:25.192Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-02-19T00:27:25.192Z | |
| 135 | 2026-02-19T00:27:25.192Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-02-19T00:27:47.495Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-02-19T00:28:09.306Z | Startup: Caching catalogs ... Done |
| 138 | 2026-02-19T00:28:51.383Z | Planning: Solver setup ... Done (38.891s) |
| 139 | 2026-02-19T00:28:51.683Z | Planning: Running solver ... Done (0.300s) |
| 140 | 2026-02-19T00:28:51.872Z | Planning: Finding local manifests ... Done (0.002s) |
| 141 | 2026-02-19T00:28:51.951Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-02-19T00:28:52.448Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-02-19T00:28:52.557Z | Planning: Package planning ... Done (0.089s) |
| 144 | 2026-02-19T00:28:52.628Z | Planning: Merging actions ... Done (0.089s) |
| 145 | 2026-02-19T00:28:53.097Z | Planning: Checking for conflicting actions ... Done (0.470s) |
| 146 | 2026-02-19T00:28:53.121Z | Planning: Consolidating action changes ... Done (0.018s) |
| 147 | 2026-02-19T00:28:53.995Z | Planning: Evaluating mediators ... Done (0.879s) |
| 148 | 2026-02-19T00:28:54.026Z | Planning: Planning completed in 44.58 seconds |
| 149 | 2026-02-19T00:28:54.050Z | Packages to install: 4 |
| 150 | 2026-02-19T00:28:54.050Z | Mediators to change: 2 |
| 151 | 2026-02-19T00:28:54.050Z | Services to change: 1 |
| 152 | 2026-02-19T00:28:54.050Z | Estimated space available: 154.93 GB |
| 153 | 2026-02-19T00:28:54.050Z | Estimated space to be consumed: 1.81 GB |
| 154 | 2026-02-19T00:28:54.050Z | Create boot environment: No |
| 155 | 2026-02-19T00:28:54.050Z | Create backup boot environment: No |
| 156 | 2026-02-19T00:28:54.050Z | Rebuild boot archive: No |
| 157 | 2026-02-19T00:28:54.050Z | |
| 158 | 2026-02-19T00:28:54.050Z | Changed mediators: |
| 159 | 2026-02-19T00:28:54.051Z | mediator clang: |
| 160 | 2026-02-19T00:28:54.051Z | version: None -> 15 (system default) |
| 161 | 2026-02-19T00:28:54.051Z | |
| 162 | 2026-02-19T00:28:54.051Z | mediator llvm: |
| 163 | 2026-02-19T00:28:54.051Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-02-19T00:28:54.051Z | |
| 165 | 2026-02-19T00:28:54.051Z | Changed packages: |
| 166 | 2026-02-19T00:28:54.051Z | helios-dev |
| 167 | 2026-02-19T00:28:54.051Z | developer/build-essential |
| 168 | 2026-02-19T00:28:54.051Z | None -> 11-2.0 |
| 169 | 2026-02-19T00:28:54.051Z | library/libxmlsec1 |
| 170 | 2026-02-19T00:28:54.051Z | None -> 1.2.35-2.0 |
| 171 | 2026-02-19T00:28:54.051Z | ooce/developer/clang-15 |
| 172 | 2026-02-19T00:28:54.051Z | None -> 15.0.7-2.0 |
| 173 | 2026-02-19T00:28:54.051Z | ooce/developer/llvm-15 |
| 174 | 2026-02-19T00:28:54.051Z | None -> 15.0.7-2.0 |
| 175 | 2026-02-19T00:28:54.051Z | |
| 176 | 2026-02-19T00:28:54.051Z | Services: |
| 177 | 2026-02-19T00:28:54.051Z | restart_fmri: |
| 178 | 2026-02-19T00:28:54.051Z | svc:/system/update-man-index:default |
| 179 | 2026-02-19T00:28:54.134Z | |
| 180 | 2026-02-19T00:28:54.134Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-02-19T00:28:59.137Z | Download: 1197/3290 items 79.9/212.6MB 37% complete (16.3M/s) |
| 182 | 2026-02-19T00:29:04.190Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (12.8M/s) |
| 183 | 2026-02-19T00:29:09.193Z | Download: 3248/3290 items 190.3/212.6MB 89% complete (11.0M/s) |
| 184 | 2026-02-19T00:29:11.131Z | Download: Completed 212.60 MB in 17.00 seconds (12.5M/s) |
| 185 | 2026-02-19T00:29:11.397Z | Actions: 1/3689 actions (Installing new actions) |
| 186 | 2026-02-19T00:29:16.428Z | Actions: 2463/3689 actions (Installing new actions) |
| 187 | 2026-02-19T00:29:18.131Z | Actions: Completed 3689 actions in 6.73 seconds. |
| 188 | 2026-02-19T00:29:19.515Z | Done (1.377s) |
| 189 | 2026-02-19T00:29:19.515Z | Done (0.000s) |
| 190 | 2026-02-19T00:29:21.399Z | Done (1.884s) |
| 191 | 2026-02-19T00:29:28.477Z | Done (6.753s) |
| 192 | 2026-02-19T00:29:28.594Z | Done (0.023s) |
| 193 | 2026-02-19T00:29:28.622Z | Done (0.000s) |
| 194 | 2026-02-19T00:29:28.802Z | Done (0.000s) |
| 195 | 2026-02-19T00:29:30.178Z | Planning: Evaluating mediator changes ... Done |
| 196 | 2026-02-19T00:29:30.514Z | Planning: Checking for conflicting actions ... Done |
| 197 | 2026-02-19T00:29:30.538Z | Planning: Consolidating action changes ... Done |
| 198 | 2026-02-19T00:29:31.075Z | Planning: Evaluating mediators ... Done |
| 199 | 2026-02-19T00:29:31.099Z | Planning: Planning completed in 0.86 seconds |
| 200 | 2026-02-19T00:29:31.099Z | Mediators to change: 2 |
| 201 | 2026-02-19T00:29:31.099Z | Create boot environment: No |
| 202 | 2026-02-19T00:29:31.099Z | Create backup boot environment: No |
| 203 | 2026-02-19T00:29:31.163Z | Done |
| 204 | 2026-02-19T00:29:31.163Z | Done |
| 205 | 2026-02-19T00:29:32.568Z | Done |
| 206 | 2026-02-19T00:29:39.329Z | Done |
| 207 | 2026-02-19T00:29:39.464Z | Done |
| 208 | 2026-02-19T00:29:39.464Z | Done |
| 209 | 2026-02-19T00:29:39.538Z | Done |
| 210 | 2026-02-19T00:29:40.510Z | Planning: Evaluating mediator changes ... Done |
| 211 | 2026-02-19T00:29:40.534Z | Planning: Merging actions ... Done |
| 212 | 2026-02-19T00:29:40.862Z | Planning: Checking for conflicting actions ... Done |
| 213 | 2026-02-19T00:29:40.886Z | Planning: Consolidating action changes ... Done |
| 214 | 2026-02-19T00:29:41.290Z | Planning: Evaluating mediators ... Done |
| 215 | 2026-02-19T00:29:41.382Z | Planning: Planning completed in 1.28 seconds |
| 216 | 2026-02-19T00:29:41.434Z | Packages to change: 1 |
| 217 | 2026-02-19T00:29:41.434Z | Mediators to change: 1 |
| 218 | 2026-02-19T00:29:41.434Z | Services to change: 1 |
| 219 | 2026-02-19T00:29:41.434Z | Create boot environment: No |
| 220 | 2026-02-19T00:29:41.434Z | Create backup boot environment: Yes |
| 221 | 2026-02-19T00:29:43.820Z | Actions: 1/6 actions (Updating modified actions) |
| 222 | 2026-02-19T00:29:43.844Z | Actions: Completed 6 actions in 0.00 seconds. |
| 223 | 2026-02-19T00:29:43.844Z | Done |
| 224 | 2026-02-19T00:29:43.844Z | Done |
| 225 | 2026-02-19T00:29:44.193Z | Done |
| 226 | 2026-02-19T00:29:50.669Z | Done |
| 227 | 2026-02-19T00:29:50.793Z | Done |
| 228 | 2026-02-19T00:29:50.817Z | Done |
| 229 | 2026-02-19T00:29:50.872Z | Done |
| 230 | 2026-02-19T00:29:51.610Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 231 | 2026-02-19T00:29:51.610Z | clang system 15 system |
| 232 | 2026-02-19T00:29:51.610Z | csh system system illumos |
| 233 | 2026-02-19T00:29:51.610Z | ctags system system illumos |
| 234 | 2026-02-19T00:29:51.610Z | file system system illumos |
| 235 | 2026-02-19T00:29:51.610Z | gcc vendor 12 vendor |
| 236 | 2026-02-19T00:29:51.610Z | gcc system 10 system |
| 237 | 2026-02-19T00:29:51.610Z | gcc system 7 system |
| 238 | 2026-02-19T00:29:51.610Z | go system 1.20 system |
| 239 | 2026-02-19T00:29:51.610Z | go system 1.19 system |
| 240 | 2026-02-19T00:29:51.610Z | llvm system 15 system |
| 241 | 2026-02-19T00:29:51.610Z | llvm system 14 system |
| 242 | 2026-02-19T00:29:51.610Z | mariadb system 10.6 system |
| 243 | 2026-02-19T00:29:51.610Z | mta vendor vendor dma |
| 244 | 2026-02-19T00:29:51.610Z | openjdk system 17 system |
| 245 | 2026-02-19T00:29:51.610Z | openjdk system 11 system |
| 246 | 2026-02-19T00:29:51.610Z | openjdk system 1.8 system |
| 247 | 2026-02-19T00:29:51.610Z | openssl vendor 3 vendor |
| 248 | 2026-02-19T00:29:51.610Z | perl system 5.36 system |
| 249 | 2026-02-19T00:29:51.611Z | postgresql system 15 system |
| 250 | 2026-02-19T00:29:51.611Z | postgresql system 13 system |
| 251 | 2026-02-19T00:29:51.611Z | python vendor 3 vendor |
| 252 | 2026-02-19T00:29:51.611Z | python system 2 system |
| 253 | 2026-02-19T00:29:51.611Z | python3 system 3.11 system |
| 254 | 2026-02-19T00:29:51.611Z | ruby system 3.0 system |
| 255 | 2026-02-19T00:29:51.611Z | words vendor vendor american-english |
| 256 | 2026-02-19T00:29:51.611Z | words system system australian-english |
| 257 | 2026-02-19T00:29:51.611Z | words system system british-english |
| 258 | 2026-02-19T00:29:51.611Z | words system system canadian-english |
| 259 | 2026-02-19T00:29:51.611Z | words system system french |
| 260 | 2026-02-19T00:29:51.611Z | words system system italian |
| 261 | 2026-02-19T00:29:51.611Z | words system system ngerman |
| 262 | 2026-02-19T00:29:51.611Z | words system system ogerman |
| 263 | 2026-02-19T00:29:51.611Z | words system system spanish |
| 264 | 2026-02-19T00:29:52.156Z | PUBLISHER TYPE STATUS P LOCATION |
| 265 | 2026-02-19T00:29:52.156Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 266 | 2026-02-19T00:30:04.093Z | FMRI IFO |
| 267 | 2026-02-19T00:30:04.093Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 268 | 2026-02-19T00:30:04.093Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 269 | 2026-02-19T00:30:04.093Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 270 | 2026-02-19T00:30:04.093Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 271 | 2026-02-19T00:30:04.093Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 272 | 2026-02-19T00:30:04.093Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 273 | 2026-02-19T00:30:04.093Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 274 | 2026-02-19T00:30:04.093Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 275 | 2026-02-19T00:30:04.093Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 276 | 2026-02-19T00:30:04.093Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 277 | 2026-02-19T00:30:04.093Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 278 | 2026-02-19T00:30:04.093Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 279 | 2026-02-19T00:30:04.094Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 280 | 2026-02-19T00:30:04.094Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 281 | 2026-02-19T00:30:04.094Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 282 | 2026-02-19T00:30:04.094Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 283 | 2026-02-19T00:30:05.598Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 284 | 2026-02-19T00:30:06.046Z | Updating crates.io index |
| 285 | 2026-02-19T00:30:06.095Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 286 | 2026-02-19T00:30:06.533Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 287 | 2026-02-19T00:30:07.012Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 288 | 2026-02-19T00:30:08.427Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 289 | 2026-02-19T00:30:08.805Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 290 | 2026-02-19T00:30:09.237Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 291 | 2026-02-19T00:30:10.929Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 292 | 2026-02-19T00:30:13.957Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 293 | 2026-02-19T00:30:14.994Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 294 | 2026-02-19T00:30:15.622Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 295 | 2026-02-19T00:30:16.524Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 296 | 2026-02-19T00:30:17.288Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2026-02-19T00:30:17.650Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 298 | 2026-02-19T00:30:18.331Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 299 | 2026-02-19T00:30:18.748Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 300 | 2026-02-19T00:30:19.719Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 301 | 2026-02-19T00:30:21.528Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 302 | 2026-02-19T00:30:21.900Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 303 | 2026-02-19T00:30:22.377Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 304 | 2026-02-19T00:30:22.896Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2026-02-19T00:30:23.240Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2026-02-19T00:30:23.627Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2026-02-19T00:30:24.016Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 308 | 2026-02-19T00:30:24.632Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 309 | 2026-02-19T00:30:25.201Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 310 | 2026-02-19T00:30:25.869Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 311 | 2026-02-19T00:30:26.242Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 312 | 2026-02-19T00:30:26.732Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 313 | 2026-02-19T00:30:27.522Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 314 | 2026-02-19T00:30:28.294Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 315 | 2026-02-19T00:30:28.837Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 316 | 2026-02-19T00:30:29.230Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 317 | 2026-02-19T00:30:29.712Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 318 | 2026-02-19T00:30:30.121Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 319 | 2026-02-19T00:30:30.830Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 320 | 2026-02-19T00:30:31.160Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 321 | 2026-02-19T00:30:31.586Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 322 | 2026-02-19T00:30:31.964Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 323 | 2026-02-19T00:30:32.494Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 324 | 2026-02-19T00:30:48.621Z | Downloading crates ... |
| 325 | 2026-02-19T00:30:48.691Z | Downloaded bitflags v2.9.4 |
| 326 | 2026-02-19T00:30:48.715Z | Downloaded cargo-util-schemas v0.8.2 |
| 327 | 2026-02-19T00:30:48.715Z | Downloaded cargo-platform v0.2.0 |
| 328 | 2026-02-19T00:30:48.715Z | Downloaded byteorder v1.5.0 |
| 329 | 2026-02-19T00:30:48.715Z | Downloaded block-buffer v0.10.4 |
| 330 | 2026-02-19T00:30:48.715Z | Downloaded autocfg v1.4.0 |
| 331 | 2026-02-19T00:30:48.716Z | Downloaded anyhow v1.0.99 |
| 332 | 2026-02-19T00:30:48.716Z | Downloaded unicode-xid v0.2.6 |
| 333 | 2026-02-19T00:30:48.740Z | Downloaded typeid v1.0.3 |
| 334 | 2026-02-19T00:30:48.740Z | Downloaded textwrap v0.16.2 |
| 335 | 2026-02-19T00:30:48.740Z | Downloaded typenum v1.17.0 |
| 336 | 2026-02-19T00:30:48.740Z | Downloaded zerofrom v0.1.4 |
| 337 | 2026-02-19T00:30:48.740Z | Downloaded usdt-attr-macro v0.5.0 |
| 338 | 2026-02-19T00:30:48.740Z | Downloaded zerofrom-derive v0.1.4 |
| 339 | 2026-02-19T00:30:48.740Z | Downloaded version_check v0.9.5 |
| 340 | 2026-02-19T00:30:48.740Z | Downloaded thiserror-impl v2.0.18 |
| 341 | 2026-02-19T00:30:48.740Z | Downloaded fastrand v2.1.1 |
| 342 | 2026-02-19T00:30:48.740Z | Downloaded zerovec-derive v0.10.3 |
| 343 | 2026-02-19T00:30:48.766Z | Downloaded zerocopy-derive v0.7.35 |
| 344 | 2026-02-19T00:30:48.766Z | Downloaded zmij v1.0.15 |
| 345 | 2026-02-19T00:30:48.766Z | Downloaded toml_datetime v0.6.11 |
| 346 | 2026-02-19T00:30:48.766Z | Downloaded unicode-ident v1.0.19 |
| 347 | 2026-02-19T00:30:48.766Z | Downloaded icu_provider_macros v1.5.0 |
| 348 | 2026-02-19T00:30:48.766Z | Downloaded is_terminal_polyfill v1.70.1 |
| 349 | 2026-02-19T00:30:48.766Z | Downloaded zerovec v0.10.4 |
| 350 | 2026-02-19T00:30:48.791Z | Downloaded zerocopy v0.7.35 |
| 351 | 2026-02-19T00:30:48.816Z | Downloaded winnow v0.7.14 |
| 352 | 2026-02-19T00:30:48.816Z | Downloaded swrite v0.1.0 |
| 353 | 2026-02-19T00:30:48.816Z | Downloaded unicode-width v0.2.0 |
| 354 | 2026-02-19T00:30:49.388Z | Downloaded serde-untagged v0.1.7 |
| 355 | 2026-02-19T00:30:49.388Z | Downloaded serde_tokenstream v0.2.2 |
| 356 | 2026-02-19T00:30:49.388Z | Downloaded quote v1.0.40 |
| 357 | 2026-02-19T00:30:49.388Z | Downloaded proc-macro-error v1.0.4 |
| 358 | 2026-02-19T00:30:49.388Z | Downloaded synstructure v0.13.1 |
| 359 | 2026-02-19T00:30:49.388Z | Downloaded icu_collections v1.5.0 |
| 360 | 2026-02-19T00:30:49.388Z | Downloaded serde_core v1.0.228 |
| 361 | 2026-02-19T00:30:49.388Z | Downloaded proc-macro2 v1.0.101 |
| 362 | 2026-02-19T00:30:49.388Z | Downloaded smallvec v1.15.1 |
| 363 | 2026-02-19T00:30:49.388Z | Downloaded semver v1.0.27 |
| 364 | 2026-02-19T00:30:49.388Z | Downloaded pest_meta v2.8.2 |
| 365 | 2026-02-19T00:30:49.388Z | Downloaded pest_derive v2.8.2 |
| 366 | 2026-02-19T00:30:49.388Z | Downloaded serde_derive v1.0.228 |
| 367 | 2026-02-19T00:30:49.388Z | Downloaded serde v1.0.228 |
| 368 | 2026-02-19T00:30:49.388Z | Downloaded memchr v2.7.4 |
| 369 | 2026-02-19T00:30:49.388Z | Downloaded icu_normalizer_data v1.5.0 |
| 370 | 2026-02-19T00:30:49.388Z | Downloaded indexmap v2.13.0 |
| 371 | 2026-02-19T00:30:49.389Z | Downloaded getrandom v0.3.4 |
| 372 | 2026-02-19T00:30:49.389Z | Downloaded pest v2.8.2 |
| 373 | 2026-02-19T00:30:49.389Z | Downloaded idna v1.0.3 |
| 374 | 2026-02-19T00:30:49.389Z | Downloaded hashbrown v0.16.1 |
| 375 | 2026-02-19T00:30:49.389Z | Downloaded serde_json v1.0.149 |
| 376 | 2026-02-19T00:30:49.389Z | Downloaded camino v1.2.2 |
| 377 | 2026-02-19T00:30:49.389Z | Downloaded goblin v0.8.2 |
| 378 | 2026-02-19T00:30:49.389Z | Downloaded tabled v0.15.0 |
| 379 | 2026-02-19T00:30:49.389Z | Downloaded icu_properties_data v1.5.0 |
| 380 | 2026-02-19T00:30:49.389Z | Downloaded num-traits v0.2.19 |
| 381 | 2026-02-19T00:30:49.389Z | Downloaded syn v1.0.109 |
| 382 | 2026-02-19T00:30:49.389Z | Downloaded log v0.4.29 |
| 383 | 2026-02-19T00:30:49.389Z | Downloaded icu_provider v1.5.0 |
| 384 | 2026-02-19T00:30:49.389Z | Downloaded syn v2.0.114 |
| 385 | 2026-02-19T00:30:49.389Z | Downloaded icu_normalizer v1.5.0 |
| 386 | 2026-02-19T00:30:49.389Z | Downloaded litemap v0.7.3 |
| 387 | 2026-02-19T00:30:49.389Z | Downloaded unicode-width v0.1.14 |
| 388 | 2026-02-19T00:30:49.389Z | Downloaded scroll v0.12.0 |
| 389 | 2026-02-19T00:30:49.389Z | Downloaded rustix v0.38.37 |
| 390 | 2026-02-19T00:30:49.389Z | Downloaded fs-err v3.1.1 |
| 391 | 2026-02-19T00:30:49.389Z | Downloaded rustix v1.1.3 |
| 392 | 2026-02-19T00:30:49.389Z | Downloaded erased-serde v0.4.6 |
| 393 | 2026-02-19T00:30:49.389Z | Downloaded displaydoc v0.2.5 |
| 394 | 2026-02-19T00:30:49.389Z | Downloaded sha2 v0.10.9 |
| 395 | 2026-02-19T00:30:49.389Z | Downloaded once_cell v1.21.3 |
| 396 | 2026-02-19T00:30:49.389Z | Downloaded icu_properties v1.5.1 |
| 397 | 2026-02-19T00:30:49.389Z | Downloaded icu_locid v1.5.0 |
| 398 | 2026-02-19T00:30:49.389Z | Downloaded clap_derive v4.5.47 |
| 399 | 2026-02-19T00:30:49.389Z | Downloaded stable_deref_trait v1.2.0 |
| 400 | 2026-02-19T00:30:49.389Z | Downloaded smawk v0.3.2 |
| 401 | 2026-02-19T00:30:49.389Z | Downloaded serde_spanned v0.6.9 |
| 402 | 2026-02-19T00:30:49.389Z | Downloaded pretty-hex v0.4.1 |
| 403 | 2026-02-19T00:30:49.389Z | Downloaded plain v0.2.3 |
| 404 | 2026-02-19T00:30:49.389Z | Downloaded pest_generator v2.8.2 |
| 405 | 2026-02-19T00:30:49.389Z | Downloaded generic-array v0.14.7 |
| 406 | 2026-02-19T00:30:49.389Z | Downloaded dtrace-parser v0.2.0 |
| 407 | 2026-02-19T00:30:49.389Z | Downloaded strsim v0.11.1 |
| 408 | 2026-02-19T00:30:49.389Z | Downloaded serde-value v0.7.0 |
| 409 | 2026-02-19T00:30:49.390Z | Downloaded scroll_derive v0.12.0 |
| 410 | 2026-02-19T00:30:49.390Z | Downloaded libc v0.2.180 |
| 411 | 2026-02-19T00:30:49.390Z | Downloaded proc-macro-error-attr v1.0.4 |
| 412 | 2026-02-19T00:30:49.390Z | Downloaded percent-encoding v2.3.2 |
| 413 | 2026-02-19T00:30:49.390Z | Downloaded ordered-float v2.10.1 |
| 414 | 2026-02-19T00:30:49.390Z | Downloaded macaddr v1.0.1 |
| 415 | 2026-02-19T00:30:49.390Z | Downloaded idna_adapter v1.2.0 |
| 416 | 2026-02-19T00:30:49.390Z | Downloaded papergrid v0.11.0 |
| 417 | 2026-02-19T00:30:49.390Z | Downloaded form_urlencoded v1.2.2 |
| 418 | 2026-02-19T00:30:49.390Z | Downloaded equivalent v1.0.2 |
| 419 | 2026-02-19T00:30:49.390Z | Downloaded cpufeatures v0.2.14 |
| 420 | 2026-02-19T00:30:49.390Z | Downloaded toml_edit v0.22.27 |
| 421 | 2026-02-19T00:30:49.390Z | Downloaded icu_locid_transform v1.5.0 |
| 422 | 2026-02-19T00:30:49.390Z | Downloaded digest v0.10.7 |
| 423 | 2026-02-19T00:30:49.390Z | Downloaded cfg-if v1.0.4 |
| 424 | 2026-02-19T00:30:49.390Z | Downloaded cargo_metadata v0.21.0 |
| 425 | 2026-02-19T00:30:49.390Z | Downloaded utf8parse v0.2.2 |
| 426 | 2026-02-19T00:30:49.390Z | Downloaded usdt-macro v0.5.0 |
| 427 | 2026-02-19T00:30:49.390Z | Downloaded itoa v1.0.11 |
| 428 | 2026-02-19T00:30:49.390Z | Downloaded icu_locid_transform_data v1.5.0 |
| 429 | 2026-02-19T00:30:49.390Z | Downloaded heck v0.5.0 |
| 430 | 2026-02-19T00:30:49.390Z | Downloaded heck v0.4.1 |
| 431 | 2026-02-19T00:30:49.390Z | Downloaded fnv v1.0.7 |
| 432 | 2026-02-19T00:30:49.390Z | Downloaded errno v0.3.12 |
| 433 | 2026-02-19T00:30:49.390Z | Downloaded clap_lex v0.7.4 |
| 434 | 2026-02-19T00:30:49.390Z | Downloaded utf16_iter v1.0.5 |
| 435 | 2026-02-19T00:30:49.390Z | Downloaded url v2.5.4 |
| 436 | 2026-02-19T00:30:49.390Z | Downloaded ucd-trie v0.1.7 |
| 437 | 2026-02-19T00:30:49.390Z | Downloaded yoke-derive v0.7.4 |
| 438 | 2026-02-19T00:30:49.390Z | Downloaded yoke v0.7.4 |
| 439 | 2026-02-19T00:30:49.390Z | Downloaded utf8_iter v1.0.4 |
| 440 | 2026-02-19T00:30:49.390Z | Downloaded usdt v0.5.0 |
| 441 | 2026-02-19T00:30:49.390Z | Downloaded unicode-linebreak v0.1.5 |
| 442 | 2026-02-19T00:30:49.390Z | Downloaded toml v0.8.23 |
| 443 | 2026-02-19T00:30:49.390Z | Downloaded memmap v0.7.0 |
| 444 | 2026-02-19T00:30:49.390Z | Downloaded clap_builder v4.5.48 |
| 445 | 2026-02-19T00:30:49.390Z | Downloaded cargo_toml v0.21.0 |
| 446 | 2026-02-19T00:30:49.390Z | Downloaded colorchoice v1.0.2 |
| 447 | 2026-02-19T00:30:49.390Z | Downloaded tempfile v3.24.0 |
| 448 | 2026-02-19T00:30:49.391Z | Downloaded writeable v0.5.5 |
| 449 | 2026-02-19T00:30:49.391Z | Downloaded usdt-impl v0.5.0 |
| 450 | 2026-02-19T00:30:49.391Z | Downloaded thread-id v4.2.2 |
| 451 | 2026-02-19T00:30:49.391Z | Downloaded thiserror v1.0.69 |
| 452 | 2026-02-19T00:30:49.391Z | Downloaded terminal_size v0.4.0 |
| 453 | 2026-02-19T00:30:49.391Z | Downloaded crypto-common v0.1.6 |
| 454 | 2026-02-19T00:30:49.416Z | Downloaded clap v4.5.48 |
| 455 | 2026-02-19T00:30:49.416Z | Downloaded write16 v1.0.0 |
| 456 | 2026-02-19T00:30:49.416Z | Downloaded toml_write v0.1.2 |
| 457 | 2026-02-19T00:30:49.416Z | Downloaded dof v0.3.0 |
| 458 | 2026-02-19T00:30:49.416Z | Downloaded tinystr v0.7.6 |
| 459 | 2026-02-19T00:30:49.416Z | Downloaded thiserror v2.0.18 |
| 460 | 2026-02-19T00:30:49.416Z | Downloaded tabled_derive v0.7.0 |
| 461 | 2026-02-19T00:30:49.416Z | Downloaded thiserror-impl v1.0.69 |
| 462 | 2026-02-19T00:30:49.416Z | Downloaded anstyle-parse v0.2.5 |
| 463 | 2026-02-19T00:30:49.416Z | Downloaded anstyle v1.0.11 |
| 464 | 2026-02-19T00:30:49.416Z | Downloaded anstream v0.6.18 |
| 465 | 2026-02-19T00:30:49.416Z | Downloaded camino-tempfile v1.4.1 |
| 466 | 2026-02-19T00:30:49.416Z | Downloaded bytecount v0.6.8 |
| 467 | 2026-02-19T00:30:49.416Z | Downloaded anstyle-query v1.1.1 |
| 468 | 2026-02-19T00:30:49.416Z | Compiling proc-macro2 v1.0.101 |
| 469 | 2026-02-19T00:30:49.416Z | Compiling unicode-ident v1.0.19 |
| 470 | 2026-02-19T00:30:49.416Z | Compiling serde_core v1.0.228 |
| 471 | 2026-02-19T00:30:49.416Z | Compiling serde v1.0.228 |
| 472 | 2026-02-19T00:30:49.416Z | Compiling version_check v0.9.5 |
| 473 | 2026-02-19T00:30:49.416Z | Compiling libc v0.2.180 |
| 474 | 2026-02-19T00:30:49.416Z | Compiling memchr v2.7.4 |
| 475 | 2026-02-19T00:30:49.441Z | Compiling stable_deref_trait v1.2.0 |
| 476 | 2026-02-19T00:30:49.657Z | Compiling thiserror v2.0.18 |
| 477 | 2026-02-19T00:30:49.855Z | Compiling zmij v1.0.15 |
| 478 | 2026-02-19T00:30:50.391Z | Compiling autocfg v1.4.0 |
| 479 | 2026-02-19T00:30:50.868Z | Compiling litemap v0.7.3 |
| 480 | 2026-02-19T00:30:50.950Z | Compiling writeable v0.5.5 |
| 481 | 2026-02-19T00:30:51.204Z | Compiling ucd-trie v0.1.7 |
| 482 | 2026-02-19T00:30:51.373Z | Compiling thiserror v1.0.69 |
| 483 | 2026-02-19T00:30:51.446Z | Compiling itoa v1.0.11 |
| 484 | 2026-02-19T00:30:51.636Z | Compiling byteorder v1.5.0 |
| 485 | 2026-02-19T00:30:51.721Z | Compiling bitflags v2.9.4 |
| 486 | 2026-02-19T00:30:51.746Z | Compiling icu_locid_transform_data v1.5.0 |
| 487 | 2026-02-19T00:30:52.038Z | Compiling errno v0.3.12 |
| 488 | 2026-02-19T00:30:52.146Z | Compiling quote v1.0.40 |
| 489 | 2026-02-19T00:30:52.322Z | Compiling serde_json v1.0.149 |
| 490 | 2026-02-19T00:30:52.355Z | Compiling icu_properties_data v1.5.0 |
| 491 | 2026-02-19T00:30:52.630Z | Compiling syn v2.0.114 |
| 492 | 2026-02-19T00:30:52.661Z | Compiling num-traits v0.2.19 |
| 493 | 2026-02-19T00:30:52.741Z | Compiling write16 v1.0.0 |
| 494 | 2026-02-19T00:30:52.823Z | Compiling hashbrown v0.16.1 |
| 495 | 2026-02-19T00:30:52.921Z | Compiling icu_normalizer_data v1.5.0 |
| 496 | 2026-02-19T00:30:53.008Z | Compiling typeid v1.0.3 |
| 497 | 2026-02-19T00:30:53.054Z | Compiling smallvec v1.15.1 |
| 498 | 2026-02-19T00:30:53.152Z | Compiling utf16_iter v1.0.5 |
| 499 | 2026-02-19T00:30:53.201Z | Compiling utf8_iter v1.0.4 |
| 500 | 2026-02-19T00:30:53.394Z | Compiling rustix v0.38.37 |
| 501 | 2026-02-19T00:30:53.476Z | Compiling equivalent v1.0.2 |
| 502 | 2026-02-19T00:30:53.701Z | Compiling proc-macro-error-attr v1.0.4 |
| 503 | 2026-02-19T00:30:53.967Z | Compiling usdt-impl v0.5.0 |
| 504 | 2026-02-19T00:30:54.062Z | Compiling indexmap v2.13.0 |
| 505 | 2026-02-19T00:30:54.133Z | Compiling winnow v0.7.14 |
| 506 | 2026-02-19T00:30:54.421Z | Compiling syn v1.0.109 |
| 507 | 2026-02-19T00:30:54.453Z | Compiling toml_write v0.1.2 |
| 508 | 2026-02-19T00:30:54.599Z | Compiling thread-id v4.2.2 |
| 509 | 2026-02-19T00:30:55.491Z | Compiling proc-macro-error v1.0.4 |
| 510 | 2026-02-19T00:30:55.754Z | Compiling rustix v1.1.3 |
| 511 | 2026-02-19T00:30:55.824Z | Compiling plain v0.2.3 |
| 512 | 2026-02-19T00:30:56.110Z | Compiling percent-encoding v2.3.2 |
| 513 | 2026-02-19T00:30:56.465Z | Compiling log v0.4.29 |
| 514 | 2026-02-19T00:30:56.491Z | Compiling utf8parse v0.2.2 |
| 515 | 2026-02-19T00:30:56.752Z | Compiling getrandom v0.3.4 |
| 516 | 2026-02-19T00:30:56.824Z | Compiling camino v1.2.2 |
| 517 | 2026-02-19T00:30:56.888Z | Compiling anstyle-parse v0.2.5 |
| 518 | 2026-02-19T00:30:57.186Z | Compiling ordered-float v2.10.1 |
| 519 | 2026-02-19T00:30:57.554Z | Compiling form_urlencoded v1.2.2 |
| 520 | 2026-02-19T00:30:57.789Z | Compiling terminal_size v0.4.0 |
| 521 | 2026-02-19T00:30:58.307Z | Compiling is_terminal_polyfill v1.70.1 |
| 522 | 2026-02-19T00:30:58.348Z | Compiling anstyle-query v1.1.1 |
| 523 | 2026-02-19T00:30:58.504Z | Compiling colorchoice v1.0.2 |
| 524 | 2026-02-19T00:30:58.546Z | Compiling pretty-hex v0.4.1 |
| 525 | 2026-02-19T00:30:58.571Z | Compiling cfg-if v1.0.4 |
| 526 | 2026-02-19T00:30:58.620Z | Compiling anstyle v1.0.11 |
| 527 | 2026-02-19T00:30:58.999Z | Compiling semver v1.0.27 |
| 528 | 2026-02-19T00:30:59.094Z | Compiling anstream v0.6.18 |
| 529 | 2026-02-19T00:30:59.693Z | Compiling fs-err v3.1.1 |
| 530 | 2026-02-19T00:30:59.729Z | Compiling bytecount v0.6.8 |
| 531 | 2026-02-19T00:30:59.819Z | Compiling anyhow v1.0.99 |
| 532 | 2026-02-19T00:30:59.904Z | Compiling unicode-xid v0.2.6 |
| 533 | 2026-02-19T00:31:00.009Z | Compiling synstructure v0.13.1 |
| 534 | 2026-02-19T00:31:00.049Z | Compiling unicode-width v0.1.14 |
| 535 | 2026-02-19T00:31:00.159Z | Compiling once_cell v1.21.3 |
| 536 | 2026-02-19T00:31:00.494Z | Compiling strsim v0.11.1 |
| 537 | 2026-02-19T00:31:00.604Z | Compiling clap_lex v0.7.4 |
| 538 | 2026-02-19T00:31:00.637Z | Compiling fastrand v2.1.1 |
| 539 | 2026-02-19T00:31:01.213Z | Compiling fnv v1.0.7 |
| 540 | 2026-02-19T00:31:01.275Z | Compiling heck v0.4.1 |
| 541 | 2026-02-19T00:31:01.384Z | Compiling heck v0.5.0 |
| 542 | 2026-02-19T00:31:01.415Z | Compiling papergrid v0.11.0 |
| 543 | 2026-02-19T00:31:01.572Z | Compiling tempfile v3.24.0 |
| 544 | 2026-02-19T00:31:01.775Z | Compiling clap_builder v4.5.48 |
| 545 | 2026-02-19T00:31:02.103Z | Compiling memmap v0.7.0 |
| 546 | 2026-02-19T00:31:02.295Z | Compiling unicode-linebreak v0.1.5 |
| 547 | 2026-02-19T00:31:02.443Z | Compiling unicode-width v0.2.0 |
| 548 | 2026-02-19T00:31:02.473Z | Compiling smawk v0.3.2 |
| 549 | 2026-02-19T00:31:03.007Z | Compiling textwrap v0.16.2 |
| 550 | 2026-02-19T00:31:03.425Z | Compiling camino-tempfile v1.4.1 |
| 551 | 2026-02-19T00:31:03.562Z | Compiling swrite v0.1.0 |
| 552 | 2026-02-19T00:31:03.591Z | Compiling tabled_derive v0.7.0 |
| 553 | 2026-02-19T00:31:03.752Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 554 | 2026-02-19T00:31:04.580Z | Compiling serde_derive v1.0.228 |
| 555 | 2026-02-19T00:31:04.608Z | Compiling zerofrom-derive v0.1.4 |
| 556 | 2026-02-19T00:31:04.642Z | Compiling yoke-derive v0.7.4 |
| 557 | 2026-02-19T00:31:04.666Z | Compiling zerovec-derive v0.10.3 |
| 558 | 2026-02-19T00:31:04.738Z | Compiling thiserror-impl v2.0.18 |
| 559 | 2026-02-19T00:31:05.212Z | Compiling displaydoc v0.2.5 |
| 560 | 2026-02-19T00:31:07.005Z | Compiling thiserror-impl v1.0.69 |
| 561 | 2026-02-19T00:31:07.300Z | Compiling icu_provider_macros v1.5.0 |
| 562 | 2026-02-19T00:31:07.500Z | Compiling zerocopy-derive v0.7.35 |
| 563 | 2026-02-19T00:31:08.126Z | Compiling zerofrom v0.1.4 |
| 564 | 2026-02-19T00:31:08.327Z | Compiling scroll_derive v0.12.0 |
| 565 | 2026-02-19T00:31:08.386Z | Compiling yoke v0.7.4 |
| 566 | 2026-02-19T00:31:08.428Z | Compiling pest v2.8.2 |
| 567 | 2026-02-19T00:31:08.914Z | Compiling zerovec v0.10.4 |
| 568 | 2026-02-19T00:31:09.616Z | Compiling zerocopy v0.7.35 |
| 569 | 2026-02-19T00:31:09.884Z | Compiling scroll v0.12.0 |
| 570 | 2026-02-19T00:31:10.176Z | Compiling clap_derive v4.5.47 |
| 571 | 2026-02-19T00:31:10.440Z | Compiling goblin v0.8.2 |
| 572 | 2026-02-19T00:31:10.518Z | Compiling tabled v0.15.0 |
| 573 | 2026-02-19T00:31:11.164Z | Compiling tinystr v0.7.6 |
| 574 | 2026-02-19T00:31:11.247Z | Compiling icu_collections v1.5.0 |
| 575 | 2026-02-19T00:31:11.567Z | Compiling icu_locid v1.5.0 |
| 576 | 2026-02-19T00:31:11.654Z | Compiling pest_meta v2.8.2 |
| 577 | 2026-02-19T00:31:13.321Z | Compiling icu_provider v1.5.0 |
| 578 | 2026-02-19T00:31:13.644Z | Compiling pest_generator v2.8.2 |
| 579 | 2026-02-19T00:31:13.675Z | Compiling serde_spanned v0.6.9 |
| 580 | 2026-02-19T00:31:13.738Z | Compiling toml_datetime v0.6.11 |
| 581 | 2026-02-19T00:31:14.015Z | Compiling dof v0.3.0 |
| 582 | 2026-02-19T00:31:14.056Z | Compiling erased-serde v0.4.6 |
| 583 | 2026-02-19T00:31:14.375Z | Compiling icu_locid_transform v1.5.0 |
| 584 | 2026-02-19T00:31:14.541Z | Compiling toml_edit v0.22.27 |
| 585 | 2026-02-19T00:31:15.115Z | Compiling serde_tokenstream v0.2.2 |
| 586 | 2026-02-19T00:31:15.390Z | Compiling serde-untagged v0.1.7 |
| 587 | 2026-02-19T00:31:15.421Z | Compiling serde-value v0.7.0 |
| 588 | 2026-02-19T00:31:15.869Z | Compiling cargo-platform v0.2.0 |
| 589 | 2026-02-19T00:31:16.104Z | Compiling icu_properties v1.5.1 |
| 590 | 2026-02-19T00:31:16.365Z | Compiling clap v4.5.48 |
| 591 | 2026-02-19T00:31:16.488Z | Compiling macaddr v1.0.1 |
| 592 | 2026-02-19T00:31:16.534Z | Compiling pest_derive v2.8.2 |
| 593 | 2026-02-19T00:31:17.386Z | Compiling dtrace-parser v0.2.0 |
| 594 | 2026-02-19T00:31:18.665Z | Compiling toml v0.8.23 |
| 595 | 2026-02-19T00:31:19.646Z | Compiling usdt-attr-macro v0.5.0 |
| 596 | 2026-02-19T00:31:19.678Z | Compiling usdt-macro v0.5.0 |
| 597 | 2026-02-19T00:31:19.789Z | Compiling cargo_toml v0.21.0 |
| 598 | 2026-02-19T00:31:20.282Z | Compiling icu_normalizer v1.5.0 |
| 599 | 2026-02-19T00:31:21.145Z | Compiling usdt v0.5.0 |
| 600 | 2026-02-19T00:31:21.605Z | Compiling idna_adapter v1.2.0 |
| 601 | 2026-02-19T00:31:21.839Z | Compiling idna v1.0.3 |
| 602 | 2026-02-19T00:31:22.550Z | Compiling url v2.5.4 |
| 603 | 2026-02-19T00:31:23.645Z | Compiling cargo-util-schemas v0.8.2 |
| 604 | 2026-02-19T00:31:26.026Z | Compiling cargo_metadata v0.21.0 |
| 605 | 2026-02-19T00:31:28.916Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 606 | 2026-02-19T00:31:34.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 607 | 2026-02-19T00:31:35.053Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 608 | 2026-02-19T00:31:36.623Z | Downloading crates ... |
| 609 | 2026-02-19T00:31:36.813Z | Downloaded async-recursion v1.1.1 |
| 610 | 2026-02-19T00:31:36.839Z | Downloaded atomicwrites v0.4.4 |
| 611 | 2026-02-19T00:31:36.862Z | Downloaded async-stream-impl v0.3.6 |
| 612 | 2026-02-19T00:31:36.862Z | Downloaded atty v0.2.14 |
| 613 | 2026-02-19T00:31:36.862Z | Downloaded bit-vec v0.8.0 |
| 614 | 2026-02-19T00:31:36.863Z | Downloaded darling v0.20.10 |
| 615 | 2026-02-19T00:31:36.887Z | Downloaded csv-core v0.1.11 |
| 616 | 2026-02-19T00:31:36.887Z | Downloaded castaway v0.2.3 |
| 617 | 2026-02-19T00:31:36.912Z | Downloaded derive_more-impl v2.0.1 |
| 618 | 2026-02-19T00:31:36.936Z | Downloaded ghash v0.5.1 |
| 619 | 2026-02-19T00:31:36.936Z | Downloaded heck v0.3.3 |
| 620 | 2026-02-19T00:31:36.960Z | Downloaded http-body v1.0.1 |
| 621 | 2026-02-19T00:31:36.960Z | Downloaded hostname v0.3.1 |
| 622 | 2026-02-19T00:31:36.986Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 623 | 2026-02-19T00:31:37.011Z | Downloaded mime v0.3.17 |
| 624 | 2026-02-19T00:31:37.011Z | Downloaded md-5 v0.10.6 |
| 625 | 2026-02-19T00:31:37.011Z | Downloaded maplit v1.0.2 |
| 626 | 2026-02-19T00:31:37.011Z | Downloaded instability v0.3.2 |
| 627 | 2026-02-19T00:31:37.035Z | Downloaded instant v0.1.13 |
| 628 | 2026-02-19T00:31:37.060Z | Downloaded newtype-uuid-macros v0.1.0 |
| 629 | 2026-02-19T00:31:37.060Z | Downloaded num_threads v0.1.7 |
| 630 | 2026-02-19T00:31:37.060Z | Downloaded phf_shared v0.12.1 |
| 631 | 2026-02-19T00:31:37.085Z | Downloaded phf_shared v0.11.2 |
| 632 | 2026-02-19T00:31:37.085Z | Downloaded oxide-tokio-rt v0.1.2 |
| 633 | 2026-02-19T00:31:37.086Z | Downloaded phf v0.12.1 |
| 634 | 2026-02-19T00:31:37.086Z | Downloaded predicates-core v1.0.8 |
| 635 | 2026-02-19T00:31:37.111Z | Downloaded pbkdf2 v0.11.0 |
| 636 | 2026-02-19T00:31:37.111Z | Downloaded predicates v3.1.3 |
| 637 | 2026-02-19T00:31:37.111Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 638 | 2026-02-19T00:31:37.135Z | Downloaded psl-types v2.0.11 |
| 639 | 2026-02-19T00:31:37.135Z | Downloaded progenitor-macro v0.10.0 |
| 640 | 2026-02-19T00:31:37.135Z | Downloaded pkcs5 v0.7.1 |
| 641 | 2026-02-19T00:31:37.160Z | Downloaded rustc_version v0.4.1 |
| 642 | 2026-02-19T00:31:37.160Z | Downloaded postcard v1.0.10 |
| 643 | 2026-02-19T00:31:37.160Z | Downloaded radium v0.7.0 |
| 644 | 2026-02-19T00:31:37.160Z | Downloaded rustc_version v0.1.7 |
| 645 | 2026-02-19T00:31:37.160Z | Downloaded rand_core v0.9.3 |
| 646 | 2026-02-19T00:31:37.184Z | Downloaded scopeguard v1.2.0 |
| 647 | 2026-02-19T00:31:37.185Z | Downloaded sha1 v0.10.6 |
| 648 | 2026-02-19T00:31:37.185Z | Downloaded slog-bunyan v2.5.0 |
| 649 | 2026-02-19T00:31:37.209Z | Downloaded slog-envlogger v2.2.0 |
| 650 | 2026-02-19T00:31:37.210Z | Downloaded ssh-encoding v0.2.0 |
| 651 | 2026-02-19T00:31:37.210Z | Downloaded strum v0.27.2 |
| 652 | 2026-02-19T00:31:37.235Z | Downloaded sqlparser_derive v0.2.2 |
| 653 | 2026-02-19T00:31:37.235Z | Downloaded structmeta-derive v0.3.0 |
| 654 | 2026-02-19T00:31:37.235Z | Downloaded supports-color v3.0.2 |
| 655 | 2026-02-19T00:31:37.235Z | Downloaded tinyvec_macros v0.1.1 |
| 656 | 2026-02-19T00:31:37.235Z | Downloaded gimli v0.31.1 |
| 657 | 2026-02-19T00:31:37.263Z | Downloaded tower-service v0.3.3 |
| 658 | 2026-02-19T00:31:37.263Z | Downloaded typify v0.2.0 |
| 659 | 2026-02-19T00:31:37.288Z | Downloaded twox-hash v2.1.0 |
| 660 | 2026-02-19T00:31:37.288Z | Downloaded untrusted v0.9.0 |
| 661 | 2026-02-19T00:31:37.288Z | Downloaded tungstenite v0.23.0 |
| 662 | 2026-02-19T00:31:37.288Z | Downloaded typify-macro v0.2.0 |
| 663 | 2026-02-19T00:31:37.313Z | Downloaded which v4.4.2 |
| 664 | 2026-02-19T00:31:37.313Z | Downloaded usdt-macro v0.6.0 |
| 665 | 2026-02-19T00:31:37.313Z | Downloaded want v0.3.1 |
| 666 | 2026-02-19T00:31:37.313Z | Downloaded wait-timeout v0.2.0 |
| 667 | 2026-02-19T00:31:37.338Z | Downloaded zone_cfg_derive v0.3.0 |
| 668 | 2026-02-19T00:31:37.338Z | Downloaded zeroize_derive v1.4.2 |
| 669 | 2026-02-19T00:31:37.338Z | Downloaded zone_cfg_derive v0.1.2 |
| 670 | 2026-02-19T00:31:37.338Z | Downloaded moka v0.12.10 |
| 671 | 2026-02-19T00:31:37.362Z | Downloaded zstd v0.13.3 |
| 672 | 2026-02-19T00:31:37.362Z | Downloaded vte v0.11.1 |
| 673 | 2026-02-19T00:31:37.362Z | Downloaded zstd-safe v7.2.3 |
| 674 | 2026-02-19T00:31:37.362Z | Downloaded xattr v1.3.1 |
| 675 | 2026-02-19T00:31:37.362Z | Downloaded unicode-normalization v0.1.24 |
| 676 | 2026-02-19T00:31:37.386Z | Downloaded zopfli v0.8.1 |
| 677 | 2026-02-19T00:31:37.386Z | Downloaded toml_edit v0.19.15 |
| 678 | 2026-02-19T00:31:37.410Z | Downloaded tokio-postgres v0.7.13 |
| 679 | 2026-02-19T00:31:37.410Z | Downloaded zlib-rs v0.5.1 |
| 680 | 2026-02-19T00:31:37.434Z | Downloaded vcpkg v0.2.15 |
| 681 | 2026-02-19T00:31:37.469Z | Downloaded openssl v0.10.73 |
| 682 | 2026-02-19T00:31:37.493Z | Downloaded winnow v0.5.40 |
| 683 | 2026-02-19T00:31:37.517Z | Downloaded rustls v0.21.12 |
| 684 | 2026-02-19T00:31:37.517Z | Downloaded zip v4.2.0 |
| 685 | 2026-02-19T00:31:37.541Z | Downloaded zip v0.6.6 |
| 686 | 2026-02-19T00:31:37.565Z | Downloaded openapiv3 v2.2.0 |
| 687 | 2026-02-19T00:31:37.565Z | Downloaded zerocopy v0.8.27 |
| 688 | 2026-02-19T00:31:37.590Z | Downloaded rustls v0.23.19 |
| 689 | 2026-02-19T00:31:37.615Z | Downloaded rustls v0.22.4 |
| 690 | 2026-02-19T00:31:37.639Z | Downloaded regex-syntax v0.8.5 |
| 691 | 2026-02-19T00:31:37.664Z | Downloaded csv v1.3.1 |
| 692 | 2026-02-19T00:31:37.688Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 693 | 2026-02-19T00:31:37.714Z | Downloaded tabled v0.20.0 |
| 694 | 2026-02-19T00:31:37.738Z | Downloaded winnow v0.6.26 |
| 695 | 2026-02-19T00:31:37.762Z | Downloaded zerocopy-derive v0.6.6 |
| 696 | 2026-02-19T00:31:37.762Z | Downloaded libz-sys v1.1.20 |
| 697 | 2026-02-19T00:31:37.788Z | Downloaded sled v0.34.7 |
| 698 | 2026-02-19T00:31:37.812Z | Downloaded tabled v0.18.0 |
| 699 | 2026-02-19T00:31:37.836Z | Downloaded ratatui v0.29.0 |
| 700 | 2026-02-19T00:31:37.861Z | Downloaded chrono-tz v0.10.4 |
| 701 | 2026-02-19T00:31:37.884Z | Downloaded jiff v0.2.15 |
| 702 | 2026-02-19T00:31:37.909Z | Downloaded regex-automata v0.4.11 |
| 703 | 2026-02-19T00:31:37.933Z | Downloaded typify-impl v0.4.3 |
| 704 | 2026-02-19T00:31:37.958Z | Downloaded typify-impl v0.2.0 |
| 705 | 2026-02-19T00:31:38.029Z | Downloaded petgraph v0.6.5 |
| 706 | 2026-02-19T00:31:38.054Z | Downloaded lzma-sys v0.1.20 |
| 707 | 2026-02-19T00:31:38.078Z | Downloaded regex-syntax v0.6.29 |
| 708 | 2026-02-19T00:31:38.103Z | Downloaded object v0.36.5 |
| 709 | 2026-02-19T00:31:38.128Z | Downloaded webpki-roots v1.0.1 |
| 710 | 2026-02-19T00:31:38.128Z | Downloaded hickory-proto v0.25.2 |
| 711 | 2026-02-19T00:31:38.152Z | Downloaded petgraph v0.8.2 |
| 712 | 2026-02-19T00:31:38.188Z | Downloaded x509-cert v0.2.5 |
| 713 | 2026-02-19T00:31:38.212Z | Downloaded tokio-util v0.7.15 |
| 714 | 2026-02-19T00:31:38.236Z | Downloaded proptest v1.7.0 |
| 715 | 2026-02-19T00:31:38.236Z | Downloaded hickory-proto v0.24.4 |
| 716 | 2026-02-19T00:31:38.260Z | Downloaded rustls-webpki v0.102.8 |
| 717 | 2026-02-19T00:31:38.284Z | Downloaded object v0.30.4 |
| 718 | 2026-02-19T00:31:38.309Z | Downloaded regress v0.10.4 |
| 719 | 2026-02-19T00:31:38.309Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 720 | 2026-02-19T00:31:38.336Z | Downloaded sha3 v0.10.8 |
| 721 | 2026-02-19T00:31:38.336Z | Downloaded encoding_rs v0.8.34 |
| 722 | 2026-02-19T00:31:38.362Z | Downloaded typify v0.4.3 |
| 723 | 2026-02-19T00:31:38.386Z | Downloaded smoltcp v0.11.0 |
| 724 | 2026-02-19T00:31:38.386Z | Downloaded tokio v1.49.0 |
| 725 | 2026-02-19T00:31:38.461Z | Downloaded smoltcp v0.9.1 |
| 726 | 2026-02-19T00:31:38.484Z | Downloaded zerocopy-derive v0.8.27 |
| 727 | 2026-02-19T00:31:38.508Z | Downloaded yansi v1.0.1 |
| 728 | 2026-02-19T00:31:38.508Z | Downloaded whoami v1.5.2 |
| 729 | 2026-02-19T00:31:38.508Z | Downloaded walkdir v2.5.0 |
| 730 | 2026-02-19T00:31:38.508Z | Downloaded uuid v1.19.0 |
| 731 | 2026-02-19T00:31:38.532Z | Downloaded unsafe-libyaml v0.2.11 |
| 732 | 2026-02-19T00:31:38.532Z | Downloaded unicode_categories v0.1.1 |
| 733 | 2026-02-19T00:31:38.532Z | Downloaded unicode-segmentation v1.12.0 |
| 734 | 2026-02-19T00:31:38.532Z | Downloaded tracing v0.1.40 |
| 735 | 2026-02-19T00:31:38.532Z | Downloaded polar-core v0.27.3 |
| 736 | 2026-02-19T00:31:38.556Z | Downloaded petname v2.0.2 |
| 737 | 2026-02-19T00:31:38.580Z | Downloaded vergen v9.0.6 |
| 738 | 2026-02-19T00:31:38.580Z | Downloaded value-bag v1.12.0 |
| 739 | 2026-02-19T00:31:38.580Z | Downloaded ring v0.17.14 |
| 740 | 2026-02-19T00:31:38.645Z | Downloaded unicode-bidi v0.3.17 |
| 741 | 2026-02-19T00:31:38.669Z | Downloaded rayon v1.10.0 |
| 742 | 2026-02-19T00:31:38.669Z | Downloaded bstr v1.10.0 |
| 743 | 2026-02-19T00:31:38.693Z | Downloaded zeroize v1.8.1 |
| 744 | 2026-02-19T00:31:38.693Z | Downloaded zerocopy v0.6.6 |
| 745 | 2026-02-19T00:31:38.693Z | Downloaded wyz v0.5.1 |
| 746 | 2026-02-19T00:31:38.717Z | Downloaded vergen-lib v0.1.6 |
| 747 | 2026-02-19T00:31:38.717Z | Downloaded unit-prefix v0.5.1 |
| 748 | 2026-02-19T00:31:38.718Z | Downloaded unicode-truncate v1.1.0 |
| 749 | 2026-02-19T00:31:38.718Z | Downloaded unicode-properties v0.1.3 |
| 750 | 2026-02-19T00:31:38.718Z | Downloaded tracing-core v0.1.32 |
| 751 | 2026-02-19T00:31:38.718Z | Downloaded tracing-attributes v0.1.27 |
| 752 | 2026-02-19T00:31:38.718Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 753 | 2026-02-19T00:31:38.780Z | Downloaded regex v1.11.3 |
| 754 | 2026-02-19T00:31:38.805Z | Downloaded zone v0.3.1 |
| 755 | 2026-02-19T00:31:38.805Z | Downloaded yasna v0.5.2 |
| 756 | 2026-02-19T00:31:38.805Z | Downloaded xz2 v0.1.7 |
| 757 | 2026-02-19T00:31:38.805Z | Downloaded vergen-gitcl v1.0.8 |
| 758 | 2026-02-19T00:31:38.805Z | Downloaded universal-hash v0.5.1 |
| 759 | 2026-02-19T00:31:38.805Z | Downloaded nix v0.30.1 |
| 760 | 2026-02-19T00:31:38.829Z | Downloaded xshell-macros v0.2.7 |
| 761 | 2026-02-19T00:31:38.829Z | Downloaded usdt-impl v0.6.0 |
| 762 | 2026-02-19T00:31:38.829Z | Downloaded test-strategy v0.4.3 |
| 763 | 2026-02-19T00:31:38.829Z | Downloaded reedline v0.40.0 |
| 764 | 2026-02-19T00:31:38.854Z | Downloaded dropshot v0.16.7 |
| 765 | 2026-02-19T00:31:38.877Z | Downloaded zone v0.1.8 |
| 766 | 2026-02-19T00:31:38.878Z | Downloaded xshell v0.2.7 |
| 767 | 2026-02-19T00:31:38.878Z | Downloaded vergen-git2 v1.0.7 |
| 768 | 2026-02-19T00:31:38.878Z | Downloaded utf-8 v0.7.6 |
| 769 | 2026-02-19T00:31:38.878Z | Downloaded unicase v2.8.1 |
| 770 | 2026-02-19T00:31:38.878Z | Downloaded typed-path v0.9.3 |
| 771 | 2026-02-19T00:31:38.878Z | Downloaded tokio-stream v0.1.17 |
| 772 | 2026-02-19T00:31:38.902Z | Downloaded tokio-rustls v0.26.0 |
| 773 | 2026-02-19T00:31:38.902Z | Downloaded term v1.1.0 |
| 774 | 2026-02-19T00:31:38.902Z | Downloaded vsss-rs v3.3.4 |
| 775 | 2026-02-19T00:31:38.902Z | Downloaded uzers v0.12.1 |
| 776 | 2026-02-19T00:31:38.902Z | Downloaded tough v0.20.0 |
| 777 | 2026-02-19T00:31:38.927Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 778 | 2026-02-19T00:31:38.927Z | Downloaded serde_with v3.16.1 |
| 779 | 2026-02-19T00:31:38.951Z | Downloaded waitgroup v0.1.2 |
| 780 | 2026-02-19T00:31:38.951Z | Downloaded vte_generate_state_changes v0.1.2 |
| 781 | 2026-02-19T00:31:38.951Z | Downloaded void v1.0.2 |
| 782 | 2026-02-19T00:31:38.951Z | Downloaded usdt-attr-macro v0.6.0 |
| 783 | 2026-02-19T00:31:38.951Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 784 | 2026-02-19T00:31:38.951Z | Downloaded quinn-proto v0.11.8 |
| 785 | 2026-02-19T00:31:38.951Z | Downloaded usdt v0.6.0 |
| 786 | 2026-02-19T00:31:38.951Z | Downloaded tower-http v0.6.6 |
| 787 | 2026-02-19T00:31:38.976Z | Downloaded tokio-native-tls v0.3.1 |
| 788 | 2026-02-19T00:31:38.976Z | Downloaded time v0.3.43 |
| 789 | 2026-02-19T00:31:38.976Z | Downloaded sqlparser v0.45.0 |
| 790 | 2026-02-19T00:31:38.999Z | Downloaded reqwest v0.12.24 |
| 791 | 2026-02-19T00:31:39.000Z | Downloaded radix_trie v0.2.1 |
| 792 | 2026-02-19T00:31:39.000Z | Downloaded p384 v0.13.1 |
| 793 | 2026-02-19T00:31:39.000Z | Downloaded nix v0.29.0 |
| 794 | 2026-02-19T00:31:39.024Z | Downloaded nix v0.28.0 |
| 795 | 2026-02-19T00:31:39.049Z | Downloaded nix v0.27.1 |
| 796 | 2026-02-19T00:31:39.049Z | Downloaded tokio-tungstenite v0.23.1 |
| 797 | 2026-02-19T00:31:39.049Z | Downloaded tokio-tungstenite v0.21.0 |
| 798 | 2026-02-19T00:31:39.076Z | Downloaded tokio-rustls v0.24.1 |
| 799 | 2026-02-19T00:31:39.076Z | Downloaded tokio-dtrace v0.1.0 |
| 800 | 2026-02-19T00:31:39.076Z | Downloaded termtree v0.5.1 |
| 801 | 2026-02-19T00:31:39.076Z | Downloaded ssh-key v0.6.6 |
| 802 | 2026-02-19T00:31:39.076Z | Downloaded quick-xml v0.37.2 |
| 803 | 2026-02-19T00:31:39.100Z | Downloaded portable-atomic v1.11.0 |
| 804 | 2026-02-19T00:31:39.100Z | Downloaded tower v0.5.2 |
| 805 | 2026-02-19T00:31:39.125Z | Downloaded salty v0.3.0 |
| 806 | 2026-02-19T00:31:39.149Z | Downloaded rustls-webpki v0.101.7 |
| 807 | 2026-02-19T00:31:39.173Z | Downloaded tungstenite v0.21.0 |
| 808 | 2026-02-19T00:31:39.173Z | Downloaded tui-tree-widget v0.23.1 |
| 809 | 2026-02-19T00:31:39.173Z | Downloaded tokio-rustls v0.25.0 |
| 810 | 2026-02-19T00:31:39.173Z | Downloaded tokio-macros v2.6.0 |
| 811 | 2026-02-19T00:31:39.173Z | Downloaded thiserror-no-std v2.0.2 |
| 812 | 2026-02-19T00:31:39.197Z | Downloaded rustyline v14.0.0 |
| 813 | 2026-02-19T00:31:39.197Z | Downloaded untrusted v0.7.1 |
| 814 | 2026-02-19T00:31:39.197Z | Downloaded unarray v0.1.4 |
| 815 | 2026-02-19T00:31:39.197Z | Downloaded typify-macro v0.4.3 |
| 816 | 2026-02-19T00:31:39.197Z | Downloaded trait-variant v0.1.2 |
| 817 | 2026-02-19T00:31:39.197Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 818 | 2026-02-19T00:31:39.222Z | Downloaded tabled_derive v0.11.0 |
| 819 | 2026-02-19T00:31:39.222Z | Downloaded steno v0.4.1 |
| 820 | 2026-02-19T00:31:39.222Z | Downloaded rpassword v7.4.0 |
| 821 | 2026-02-19T00:31:39.222Z | Downloaded try-lock v0.2.5 |
| 822 | 2026-02-19T00:31:39.222Z | Downloaded toml v0.7.8 |
| 823 | 2026-02-19T00:31:39.222Z | Downloaded tinyvec v1.8.0 |
| 824 | 2026-02-19T00:31:39.246Z | Downloaded thread-id v5.0.0 |
| 825 | 2026-02-19T00:31:39.246Z | Downloaded term v0.7.0 |
| 826 | 2026-02-19T00:31:39.246Z | Downloaded tar v0.4.44 |
| 827 | 2026-02-19T00:31:39.246Z | Downloaded snafu v0.8.5 |
| 828 | 2026-02-19T00:31:39.270Z | Downloaded schemars v1.0.4 |
| 829 | 2026-02-19T00:31:39.296Z | Downloaded tower-layer v0.3.3 |
| 830 | 2026-02-19T00:31:39.296Z | Downloaded tiny-keccak v2.0.2 |
| 831 | 2026-02-19T00:31:39.296Z | Downloaded time-macros v0.2.24 |
| 832 | 2026-02-19T00:31:39.296Z | Downloaded thread_local v1.1.8 |
| 833 | 2026-02-19T00:31:39.296Z | Downloaded termios v0.3.3 |
| 834 | 2026-02-19T00:31:39.296Z | Downloaded socket2 v0.6.1 |
| 835 | 2026-02-19T00:31:39.296Z | Downloaded socket2 v0.5.10 |
| 836 | 2026-02-19T00:31:39.296Z | Downloaded similar v2.7.0 |
| 837 | 2026-02-19T00:31:39.320Z | Downloaded samael v0.0.19 |
| 838 | 2026-02-19T00:31:39.320Z | Downloaded russh v0.45.0 |
| 839 | 2026-02-19T00:31:39.346Z | Downloaded rsa v0.9.8 |
| 840 | 2026-02-19T00:31:39.346Z | Downloaded rand v0.9.2 |
| 841 | 2026-02-19T00:31:39.346Z | Downloaded publicsuffix v2.3.0 |
| 842 | 2026-02-19T00:31:39.370Z | Downloaded p521 v0.13.3 |
| 843 | 2026-02-19T00:31:39.370Z | Downloaded lalrpop v0.19.12 |
| 844 | 2026-02-19T00:31:39.394Z | Downloaded topological-sort v0.2.2 |
| 845 | 2026-02-19T00:31:39.394Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 846 | 2026-02-19T00:31:39.394Z | Downloaded tls_codec_derive v0.4.1 |
| 847 | 2026-02-19T00:31:39.394Z | Downloaded tls_codec v0.4.1 |
| 848 | 2026-02-19T00:31:39.394Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 849 | 2026-02-19T00:31:39.394Z | Downloaded testing_table v0.3.0 |
| 850 | 2026-02-19T00:31:39.394Z | Downloaded tabled_derive v0.10.0 |
| 851 | 2026-02-19T00:31:39.394Z | Downloaded sync_wrapper v1.0.1 |
| 852 | 2026-02-19T00:31:39.394Z | Downloaded sync-ptr v0.1.4 |
| 853 | 2026-02-19T00:31:39.394Z | Downloaded support-bundle-viewer v0.1.2 |
| 854 | 2026-02-19T00:31:39.419Z | Downloaded subprocess v0.2.9 |
| 855 | 2026-02-19T00:31:39.419Z | Downloaded strum_macros v0.27.2 |
| 856 | 2026-02-19T00:31:39.419Z | Downloaded stringprep v0.1.5 |
| 857 | 2026-02-19T00:31:39.419Z | Downloaded spin v0.9.8 |
| 858 | 2026-02-19T00:31:39.419Z | Downloaded slog v2.8.2 |
| 859 | 2026-02-19T00:31:39.419Z | Downloaded signal-hook v0.3.18 |
| 860 | 2026-02-19T00:31:39.444Z | Downloaded serde_yaml v0.9.34+deprecated |
| 861 | 2026-02-19T00:31:39.444Z | Downloaded schemars v0.9.0 |
| 862 | 2026-02-19T00:31:39.444Z | Downloaded prettyplease v0.2.36 |
| 863 | 2026-02-19T00:31:39.469Z | Downloaded time-core v0.1.6 |
| 864 | 2026-02-19T00:31:39.469Z | Downloaded tap v1.0.1 |
| 865 | 2026-02-19T00:31:39.469Z | Downloaded take_mut v0.2.2 |
| 866 | 2026-02-19T00:31:39.469Z | Downloaded tagptr v0.2.0 |
| 867 | 2026-02-19T00:31:39.469Z | Downloaded tabwriter v1.4.0 |
| 868 | 2026-02-19T00:31:39.469Z | Downloaded subtle v2.6.1 |
| 869 | 2026-02-19T00:31:39.469Z | Downloaded strum_macros v0.26.4 |
| 870 | 2026-02-19T00:31:39.469Z | Downloaded strum_macros v0.24.3 |
| 871 | 2026-02-19T00:31:39.469Z | Downloaded strum v0.26.3 |
| 872 | 2026-02-19T00:31:39.469Z | Downloaded string_cache v0.8.9 |
| 873 | 2026-02-19T00:31:39.469Z | Downloaded static_assertions v1.1.0 |
| 874 | 2026-02-19T00:31:39.469Z | Downloaded sqlformat v0.3.5 |
| 875 | 2026-02-19T00:31:39.469Z | Downloaded slog-term v2.9.2 |
| 876 | 2026-02-19T00:31:39.469Z | Downloaded slog-stdlog v4.1.1 |
| 877 | 2026-02-19T00:31:39.494Z | Downloaded slog-scope v4.4.0 |
| 878 | 2026-02-19T00:31:39.494Z | Downloaded slog-json v2.6.1 |
| 879 | 2026-02-19T00:31:39.494Z | Downloaded serde_with_macros v3.16.1 |
| 880 | 2026-02-19T00:31:39.494Z | Downloaded russh-keys v0.45.0 |
| 881 | 2026-02-19T00:31:39.494Z | Downloaded strip-ansi-escapes v0.2.0 |
| 882 | 2026-02-19T00:31:39.494Z | Downloaded ssh-cipher v0.2.0 |
| 883 | 2026-02-19T00:31:39.494Z | Downloaded rand v0.8.5 |
| 884 | 2026-02-19T00:31:39.494Z | Downloaded structmeta v0.3.0 |
| 885 | 2026-02-19T00:31:39.494Z | Downloaded scroll v0.13.0 |
| 886 | 2026-02-19T00:31:39.494Z | Downloaded rustls-pki-types v1.10.0 |
| 887 | 2026-02-19T00:31:39.494Z | Downloaded ron v0.8.1 |
| 888 | 2026-02-19T00:31:39.518Z | Downloaded qorb v0.4.1 |
| 889 | 2026-02-19T00:31:39.518Z | Downloaded spki v0.7.3 |
| 890 | 2026-02-19T00:31:39.518Z | Downloaded snafu-derive v0.8.5 |
| 891 | 2026-02-19T00:31:39.518Z | Downloaded smf v0.2.3 |
| 892 | 2026-02-19T00:31:39.518Z | Downloaded slab v0.4.9 |
| 893 | 2026-02-19T00:31:39.518Z | Downloaded simd-adler32 v0.3.7 |
| 894 | 2026-02-19T00:31:39.518Z | Downloaded sigpipe v0.1.3 |
| 895 | 2026-02-19T00:31:39.518Z | Downloaded serde_plain v1.0.2 |
| 896 | 2026-02-19T00:31:39.543Z | Downloaded serde_cbor v0.11.2 |
| 897 | 2026-02-19T00:31:39.543Z | Downloaded serde-hex v0.1.0 |
| 898 | 2026-02-19T00:31:39.543Z | Downloaded sec1 v0.7.3 |
| 899 | 2026-02-19T00:31:39.543Z | Downloaded sct v0.7.1 |
| 900 | 2026-02-19T00:31:39.543Z | Downloaded schemars v0.8.22 |
| 901 | 2026-02-19T00:31:39.568Z | Downloaded ron v0.7.1 |
| 902 | 2026-02-19T00:31:39.568Z | Downloaded rayon-core v1.12.1 |
| 903 | 2026-02-19T00:31:39.568Z | Downloaded quinn-udp v0.5.5 |
| 904 | 2026-02-19T00:31:39.568Z | Downloaded goblin v0.10.2 |
| 905 | 2026-02-19T00:31:39.593Z | Downloaded smallvec v0.6.14 |
| 906 | 2026-02-19T00:31:39.593Z | Downloaded slog-dtrace v0.3.0 |
| 907 | 2026-02-19T00:31:39.593Z | Downloaded slog-async v2.8.0 |
| 908 | 2026-02-19T00:31:39.593Z | Downloaded siphasher v1.0.1 |
| 909 | 2026-02-19T00:31:39.593Z | Downloaded siphasher v0.3.11 |
| 910 | 2026-02-19T00:31:39.593Z | Downloaded shlex v1.3.0 |
| 911 | 2026-02-19T00:31:39.593Z | Downloaded serde_urlencoded v0.7.1 |
| 912 | 2026-02-19T00:31:39.593Z | Downloaded serde_spanned v1.0.4 |
| 913 | 2026-02-19T00:31:39.593Z | Downloaded serde_repr v0.1.19 |
| 914 | 2026-02-19T00:31:39.593Z | Downloaded serde_bytes v0.11.19 |
| 915 | 2026-02-19T00:31:39.593Z | Downloaded rustls-pemfile v2.2.0 |
| 916 | 2026-02-19T00:31:39.593Z | Downloaded rustls-pemfile v1.0.4 |
| 917 | 2026-02-19T00:31:39.617Z | Downloaded quinn v0.11.5 |
| 918 | 2026-02-19T00:31:39.617Z | Downloaded libxml v0.3.3 |
| 919 | 2026-02-19T00:31:39.617Z | Downloaded signal-hook-registry v1.4.2 |
| 920 | 2026-02-19T00:31:39.617Z | Downloaded serde_path_to_error v0.1.20 |
| 921 | 2026-02-19T00:31:39.618Z | Downloaded serde_derive_internals v0.29.1 |
| 922 | 2026-02-19T00:31:39.618Z | Downloaded secrecy v0.8.0 |
| 923 | 2026-02-19T00:31:39.618Z | Downloaded scrypt v0.11.0 |
| 924 | 2026-02-19T00:31:39.618Z | Downloaded rustc-demangle v0.1.24 |
| 925 | 2026-02-19T00:31:39.618Z | Downloaded rtoolbox v0.0.2 |
| 926 | 2026-02-19T00:31:39.642Z | Downloaded rcgen v0.12.1 |
| 927 | 2026-02-19T00:31:39.642Z | Downloaded r2d2 v0.8.10 |
| 928 | 2026-02-19T00:31:39.642Z | Downloaded postgres-types v0.2.9 |
| 929 | 2026-02-19T00:31:39.642Z | Downloaded salsa20 v0.10.2 |
| 930 | 2026-02-19T00:31:39.642Z | Downloaded ryu v1.0.18 |
| 931 | 2026-02-19T00:31:39.642Z | Downloaded rustls-native-certs v0.8.1 |
| 932 | 2026-02-19T00:31:39.642Z | Downloaded russh-cryptovec v0.7.3 |
| 933 | 2026-02-19T00:31:39.642Z | Downloaded rfc6979 v0.4.0 |
| 934 | 2026-02-19T00:31:39.642Z | Downloaded resolv-conf v0.7.0 |
| 935 | 2026-02-19T00:31:39.642Z | Downloaded hkdf v0.12.4 |
| 936 | 2026-02-19T00:31:39.666Z | Downloaded curve25519-dalek v4.1.3 |
| 937 | 2026-02-19T00:31:39.666Z | Downloaded signature v2.2.0 |
| 938 | 2026-02-19T00:31:39.666Z | Downloaded signal-hook-tokio v0.3.1 |
| 939 | 2026-02-19T00:31:39.666Z | Downloaded signal-hook-mio v0.2.4 |
| 940 | 2026-02-19T00:31:39.666Z | Downloaded shell-words v1.1.0 |
| 941 | 2026-02-19T00:31:39.666Z | Downloaded schemars_derive v0.8.22 |
| 942 | 2026-02-19T00:31:39.666Z | Downloaded same-file v1.0.6 |
| 943 | 2026-02-19T00:31:39.666Z | Downloaded rusty-fork v0.3.0 |
| 944 | 2026-02-19T00:31:39.666Z | Downloaded rustc-hash v1.1.0 |
| 945 | 2026-02-19T00:31:39.666Z | Downloaded progenitor-impl v0.11.2 |
| 946 | 2026-02-19T00:31:39.691Z | Downloaded progenitor-impl v0.10.0 |
| 947 | 2026-02-19T00:31:39.691Z | Downloaded pkcs1 v0.7.5 |
| 948 | 2026-02-19T00:31:39.691Z | Downloaded num-bigint-dig v0.8.6 |
| 949 | 2026-02-19T00:31:39.691Z | Downloaded libm v0.2.8 |
| 950 | 2026-02-19T00:31:39.691Z | Downloaded bitvec v1.0.1 |
| 951 | 2026-02-19T00:31:39.715Z | Downloaded serde-big-array v0.5.1 |
| 952 | 2026-02-19T00:31:39.715Z | Downloaded seq-macro v0.3.6 |
| 953 | 2026-02-19T00:31:39.715Z | Downloaded semver v0.1.20 |
| 954 | 2026-02-19T00:31:39.739Z | Downloaded secrecy v0.10.3 |
| 955 | 2026-02-19T00:31:39.740Z | Downloaded scroll_derive v0.13.1 |
| 956 | 2026-02-19T00:31:39.740Z | Downloaded rustversion v1.0.22 |
| 957 | 2026-02-19T00:31:39.740Z | Downloaded rand_chacha v0.9.0 |
| 958 | 2026-02-19T00:31:39.740Z | Downloaded progenitor-impl v0.8.0 |
| 959 | 2026-02-19T00:31:39.740Z | Downloaded predicates-tree v1.0.12 |
| 960 | 2026-02-19T00:31:39.740Z | Downloaded pkg-config v0.3.31 |
| 961 | 2026-02-19T00:31:39.740Z | Downloaded nom v7.1.3 |
| 962 | 2026-02-19T00:31:39.740Z | Downloaded mio v1.0.2 |
| 963 | 2026-02-19T00:31:39.764Z | Downloaded minimal-lexical v0.2.1 |
| 964 | 2026-02-19T00:31:39.764Z | Downloaded itertools v0.14.0 |
| 965 | 2026-02-19T00:31:39.764Z | Downloaded hickory-resolver v0.24.4 |
| 966 | 2026-02-19T00:31:39.764Z | Downloaded git2 v0.20.2 |
| 967 | 2026-02-19T00:31:39.789Z | Downloaded diesel v2.2.12 |
| 968 | 2026-02-19T00:31:39.814Z | Downloaded scheduled-thread-pool v0.2.7 |
| 969 | 2026-02-19T00:31:39.814Z | Downloaded sapling-renderdag v0.1.0 |
| 970 | 2026-02-19T00:31:39.814Z | Downloaded progenitor v0.11.2 |
| 971 | 2026-02-19T00:31:39.814Z | Downloaded pretty_assertions v1.4.1 |
| 972 | 2026-02-19T00:31:39.814Z | Downloaded prefix-trie v0.7.0 |
| 973 | 2026-02-19T00:31:39.814Z | Downloaded pin-project-lite v0.2.14 |
| 974 | 2026-02-19T00:31:39.814Z | Downloaded num-bigint v0.4.6 |
| 975 | 2026-02-19T00:31:39.839Z | Downloaded itertools v0.13.0 |
| 976 | 2026-02-19T00:31:39.839Z | Downloaded iri-string v0.7.8 |
| 977 | 2026-02-19T00:31:39.839Z | Downloaded futures-util v0.3.31 |
| 978 | 2026-02-19T00:31:39.863Z | Downloaded rand_chacha v0.3.1 |
| 979 | 2026-02-19T00:31:39.863Z | Downloaded bindgen v0.71.1 |
| 980 | 2026-02-19T00:31:39.887Z | Downloaded ref-cast v1.0.25 |
| 981 | 2026-02-19T00:31:39.887Z | Downloaded rand_seeder v0.4.0 |
| 982 | 2026-02-19T00:31:39.887Z | Downloaded rand_core v0.6.4 |
| 983 | 2026-02-19T00:31:39.887Z | Downloaded packed_struct v0.10.1 |
| 984 | 2026-02-19T00:31:39.887Z | Downloaded quick-error v1.2.3 |
| 985 | 2026-02-19T00:31:39.887Z | Downloaded progenitor v0.10.0 |
| 986 | 2026-02-19T00:31:39.887Z | Downloaded papergrid v0.14.0 |
| 987 | 2026-02-19T00:31:39.887Z | Downloaded hickory-resolver v0.25.2 |
| 988 | 2026-02-19T00:31:39.912Z | Downloaded peg v0.8.5 |
| 989 | 2026-02-19T00:31:39.912Z | Downloaded parking_lot_core v0.8.6 |
| 990 | 2026-02-19T00:31:39.912Z | Downloaded itertools v0.12.1 |
| 991 | 2026-02-19T00:31:39.912Z | Downloaded flate2 v1.1.2 |
| 992 | 2026-02-19T00:31:39.912Z | Downloaded rustc-hash v2.1.1 |
| 993 | 2026-02-19T00:31:39.937Z | Downloaded ref-cast-impl v1.0.25 |
| 994 | 2026-02-19T00:31:39.937Z | Downloaded rand_xorshift v0.4.0 |
| 995 | 2026-02-19T00:31:39.937Z | Downloaded progenitor-client v0.10.0 |
| 996 | 2026-02-19T00:31:39.937Z | Downloaded primeorder v0.13.6 |
| 997 | 2026-02-19T00:31:39.937Z | Downloaded parse-display-derive v0.10.0 |
| 998 | 2026-02-19T00:31:39.937Z | Downloaded parking_lot v0.12.3 |
| 999 | 2026-02-19T00:31:39.937Z | Downloaded papergrid v0.17.0 |
| 1000 | 2026-02-19T00:31:39.937Z | Downloaded parking_lot_core v0.9.10 |
| 1001 | 2026-02-19T00:31:39.937Z | Downloaded parking_lot v0.11.2 |
| 1002 | 2026-02-19T00:31:39.937Z | Downloaded packed_struct_codegen v0.10.1 |
| 1003 | 2026-02-19T00:31:39.962Z | Downloaded hyper v1.8.1 |
| 1004 | 2026-02-19T00:31:39.962Z | Downloaded progenitor-client v0.8.0 |
| 1005 | 2026-02-19T00:31:39.962Z | Downloaded proc-macro-error2 v2.0.1 |
| 1006 | 2026-02-19T00:31:39.962Z | Downloaded postgres-protocol v0.6.8 |
| 1007 | 2026-02-19T00:31:39.962Z | Downloaded phf v0.11.2 |
| 1008 | 2026-02-19T00:31:39.962Z | Downloaded paste v1.0.15 |
| 1009 | 2026-02-19T00:31:39.962Z | Downloaded openssl-sys v0.9.109 |
| 1010 | 2026-02-19T00:31:39.986Z | Downloaded num-integer v0.1.46 |
| 1011 | 2026-02-19T00:31:39.986Z | Downloaded iddqd v0.3.16 |
| 1012 | 2026-02-19T00:31:39.986Z | Downloaded ed25519-dalek v2.1.1 |
| 1013 | 2026-02-19T00:31:39.986Z | Downloaded progenitor-macro v0.11.2 |
| 1014 | 2026-02-19T00:31:39.986Z | Downloaded progenitor-macro v0.8.0 |
| 1015 | 2026-02-19T00:31:39.986Z | Downloaded progenitor-client v0.11.2 |
| 1016 | 2026-02-19T00:31:39.986Z | Downloaded progenitor v0.8.0 |
| 1017 | 2026-02-19T00:31:39.986Z | Downloaded polyval v0.6.2 |
| 1018 | 2026-02-19T00:31:40.010Z | Downloaded poly1305 v0.8.0 |
| 1019 | 2026-02-19T00:31:40.011Z | Downloaded pkcs8 v0.10.2 |
| 1020 | 2026-02-19T00:31:40.011Z | Downloaded pin-project v1.1.6 |
| 1021 | 2026-02-19T00:31:40.011Z | Downloaded peg-macros v0.8.5 |
| 1022 | 2026-02-19T00:31:40.035Z | Downloaded password-hash v0.5.0 |
| 1023 | 2026-02-19T00:31:40.035Z | Downloaded oso v0.27.3 |
| 1024 | 2026-02-19T00:31:40.035Z | Downloaded num_enum v0.5.11 |
| 1025 | 2026-02-19T00:31:40.035Z | Downloaded jiff-static v0.2.15 |
| 1026 | 2026-02-19T00:31:40.035Z | Downloaded itertools v0.10.5 |
| 1027 | 2026-02-19T00:31:40.059Z | Downloaded chrono v0.4.43 |
| 1028 | 2026-02-19T00:31:40.059Z | Downloaded proc-macro-crate v1.3.1 |
| 1029 | 2026-02-19T00:31:40.059Z | Downloaded pretty-hex v0.2.1 |
| 1030 | 2026-02-19T00:31:40.059Z | Downloaded password-hash v0.4.2 |
| 1031 | 2026-02-19T00:31:40.059Z | Downloaded p256 v0.13.2 |
| 1032 | 2026-02-19T00:31:40.059Z | Downloaded miniz_oxide v0.8.5 |
| 1033 | 2026-02-19T00:31:40.059Z | Downloaded mime_guess v2.0.5 |
| 1034 | 2026-02-19T00:31:40.084Z | Downloaded litrs v0.4.1 |
| 1035 | 2026-02-19T00:31:40.084Z | Downloaded h2 v0.4.6 |
| 1036 | 2026-02-19T00:31:40.084Z | Downloaded ppv-lite86 v0.2.20 |
| 1037 | 2026-02-19T00:31:40.084Z | Downloaded pin-utils v0.1.0 |
| 1038 | 2026-02-19T00:31:40.084Z | Downloaded omicron-zone-package v0.12.2 |
| 1039 | 2026-02-19T00:31:40.084Z | Downloaded hashbrown v0.15.4 |
| 1040 | 2026-02-19T00:31:40.108Z | Downloaded expectorate v1.2.0 |
| 1041 | 2026-02-19T00:31:40.109Z | Downloaded path-slash v0.1.5 |
| 1042 | 2026-02-19T00:31:40.109Z | Downloaded owo-colors v4.2.3 |
| 1043 | 2026-02-19T00:31:40.109Z | Downloaded num-rational v0.4.2 |
| 1044 | 2026-02-19T00:31:40.109Z | Downloaded derive_more v2.0.1 |
| 1045 | 2026-02-19T00:31:40.133Z | Downloaded precomputed-hash v0.1.1 |
| 1046 | 2026-02-19T00:31:40.133Z | Downloaded powerfmt v0.2.0 |
| 1047 | 2026-02-19T00:31:40.133Z | Downloaded pin-project-internal v1.1.6 |
| 1048 | 2026-02-19T00:31:40.133Z | Downloaded oxnet v0.1.4 |
| 1049 | 2026-02-19T00:31:40.133Z | Downloaded num_enum_derive v0.5.11 |
| 1050 | 2026-02-19T00:31:40.133Z | Downloaded num-complex v0.4.6 |
| 1051 | 2026-02-19T00:31:40.133Z | Downloaded hyper-util v0.1.19 |
| 1052 | 2026-02-19T00:31:40.133Z | Downloaded bindgen v0.69.5 |
| 1053 | 2026-02-19T00:31:40.159Z | Downloaded pem-rfc7468 v0.7.0 |
| 1054 | 2026-02-19T00:31:40.159Z | Downloaded pem v3.0.5 |
| 1055 | 2026-02-19T00:31:40.159Z | Downloaded libloading v0.8.5 |
| 1056 | 2026-02-19T00:31:40.159Z | Downloaded ingot-types v0.1.2 |
| 1057 | 2026-02-19T00:31:40.159Z | Downloaded http-body-util v0.1.3 |
| 1058 | 2026-02-19T00:31:40.159Z | Downloaded blake3 v1.5.4 |
| 1059 | 2026-02-19T00:31:40.183Z | Downloaded pbkdf2 v0.12.2 |
| 1060 | 2026-02-19T00:31:40.183Z | Downloaded parse-size v1.1.0 |
| 1061 | 2026-02-19T00:31:40.183Z | Downloaded parse-display v0.10.0 |
| 1062 | 2026-02-19T00:31:40.183Z | Downloaded nu-ansi-term v0.50.1 |
| 1063 | 2026-02-19T00:31:40.183Z | Downloaded native-tls v0.2.12 |
| 1064 | 2026-02-19T00:31:40.183Z | Downloaded lru-cache v0.1.2 |
| 1065 | 2026-02-19T00:31:40.183Z | Downloaded lock_api v0.4.12 |
| 1066 | 2026-02-19T00:31:40.183Z | Downloaded ingot-macros v0.1.1 |
| 1067 | 2026-02-19T00:31:40.183Z | Downloaded http v1.4.0 |
| 1068 | 2026-02-19T00:31:40.183Z | Downloaded darling_core v0.20.10 |
| 1069 | 2026-02-19T00:31:40.207Z | Downloaded peg-runtime v0.8.5 |
| 1070 | 2026-02-19T00:31:40.207Z | Downloaded oso-derive v0.27.3 |
| 1071 | 2026-02-19T00:31:40.207Z | Downloaded openssl-probe v0.1.5 |
| 1072 | 2026-02-19T00:31:40.207Z | Downloaded openssl-macros v0.1.1 |
| 1073 | 2026-02-19T00:31:40.207Z | Downloaded opaque-debug v0.3.1 |
| 1074 | 2026-02-19T00:31:40.207Z | Downloaded olpc-cjson v0.1.4 |
| 1075 | 2026-02-19T00:31:40.207Z | Downloaded number_prefix v0.4.0 |
| 1076 | 2026-02-19T00:31:40.207Z | Downloaded num-iter v0.1.45 |
| 1077 | 2026-02-19T00:31:40.207Z | Downloaded num-derive v0.4.2 |
| 1078 | 2026-02-19T00:31:40.207Z | Downloaded num-derive v0.3.3 |
| 1079 | 2026-02-19T00:31:40.207Z | Downloaded nonempty v0.12.0 |
| 1080 | 2026-02-19T00:31:40.208Z | Downloaded nodrop v0.1.14 |
| 1081 | 2026-02-19T00:31:40.208Z | Downloaded nibble_vec v0.1.0 |
| 1082 | 2026-02-19T00:31:40.208Z | Downloaded newtype_derive v0.1.6 |
| 1083 | 2026-02-19T00:31:40.208Z | Downloaded nanorand v0.7.0 |
| 1084 | 2026-02-19T00:31:40.232Z | Downloaded linked-hash-map v0.5.6 |
| 1085 | 2026-02-19T00:31:40.232Z | Downloaded libsw-core v0.3.1 |
| 1086 | 2026-02-19T00:31:40.232Z | Downloaded is-terminal v0.4.13 |
| 1087 | 2026-02-19T00:31:40.232Z | Downloaded ipnet v2.11.0 |
| 1088 | 2026-02-19T00:31:40.232Z | Downloaded indicatif v0.18.0 |
| 1089 | 2026-02-19T00:31:40.232Z | Downloaded indicatif v0.17.11 |
| 1090 | 2026-02-19T00:31:40.232Z | Downloaded hickory-server v0.25.2 |
| 1091 | 2026-02-19T00:31:40.232Z | Downloaded hashbrown v0.13.2 |
| 1092 | 2026-02-19T00:31:40.256Z | Downloaded futures v0.3.31 |
| 1093 | 2026-02-19T00:31:40.256Z | Downloaded flume v0.11.1 |
| 1094 | 2026-02-19T00:31:40.256Z | Downloaded filetime v0.2.26 |
| 1095 | 2026-02-19T00:31:40.256Z | Downloaded dropshot-api-manager v0.3.0 |
| 1096 | 2026-02-19T00:31:40.257Z | Downloaded des v0.8.1 |
| 1097 | 2026-02-19T00:31:40.257Z | Downloaded crossterm v0.29.0 |
| 1098 | 2026-02-19T00:31:40.282Z | Downloaded num-conv v0.1.0 |
| 1099 | 2026-02-19T00:31:40.282Z | Downloaded num v0.4.3 |
| 1100 | 2026-02-19T00:31:40.282Z | Downloaded normalize-line-endings v0.3.0 |
| 1101 | 2026-02-19T00:31:40.282Z | Downloaded newtype-uuid v1.3.2 |
| 1102 | 2026-02-19T00:31:40.282Z | Downloaded new_debug_unreachable v1.0.6 |
| 1103 | 2026-02-19T00:31:40.282Z | Downloaded multer v3.1.0 |
| 1104 | 2026-02-19T00:31:40.282Z | Downloaded memoffset v0.9.1 |
| 1105 | 2026-02-19T00:31:40.282Z | Downloaded memmap2 v0.9.8 |
| 1106 | 2026-02-19T00:31:40.282Z | Downloaded md5 v0.7.0 |
| 1107 | 2026-02-19T00:31:40.282Z | Downloaded maybe-uninit v2.0.0 |
| 1108 | 2026-02-19T00:31:40.282Z | Downloaded lzss v0.8.2 |
| 1109 | 2026-02-19T00:31:40.282Z | Downloaded libz-rs-sys v0.5.1 |
| 1110 | 2026-02-19T00:31:40.282Z | Downloaded libsw v3.5.0 |
| 1111 | 2026-02-19T00:31:40.307Z | Downloaded libefi-sys v0.1.0 |
| 1112 | 2026-02-19T00:31:40.307Z | Downloaded lalrpop-util v0.19.12 |
| 1113 | 2026-02-19T00:31:40.307Z | Downloaded keccak v0.1.5 |
| 1114 | 2026-02-19T00:31:40.307Z | Downloaded is_ci v1.2.0 |
| 1115 | 2026-02-19T00:31:40.307Z | Downloaded indexmap v1.9.3 |
| 1116 | 2026-02-19T00:31:40.307Z | Downloaded ignore v0.4.23 |
| 1117 | 2026-02-19T00:31:40.307Z | Downloaded httparse v1.9.5 |
| 1118 | 2026-02-19T00:31:40.307Z | Downloaded hex-literal v0.4.1 |
| 1119 | 2026-02-19T00:31:40.307Z | Downloaded heapless v0.8.0 |
| 1120 | 2026-02-19T00:31:40.307Z | Downloaded futures-sink v0.3.31 |
| 1121 | 2026-02-19T00:31:40.307Z | Downloaded fs_extra v1.3.0 |
| 1122 | 2026-02-19T00:31:40.331Z | Downloaded erased-serde v0.3.31 |
| 1123 | 2026-02-19T00:31:40.331Z | Downloaded env_logger v0.11.8 |
| 1124 | 2026-02-19T00:31:40.331Z | Downloaded ena v0.14.3 |
| 1125 | 2026-02-19T00:31:40.331Z | Downloaded either v1.15.0 |
| 1126 | 2026-02-19T00:31:40.331Z | Downloaded dropshot_endpoint v0.16.7 |
| 1127 | 2026-02-19T00:31:40.331Z | Downloaded crossterm v0.28.1 |
| 1128 | 2026-02-19T00:31:40.356Z | Downloaded newline-converter v0.3.0 |
| 1129 | 2026-02-19T00:31:40.356Z | Downloaded multimap v0.10.1 |
| 1130 | 2026-02-19T00:31:40.356Z | Downloaded linear-map v1.2.0 |
| 1131 | 2026-02-19T00:31:40.356Z | Downloaded libscf-sys v1.1.0 |
| 1132 | 2026-02-19T00:31:40.356Z | Downloaded inout v0.1.3 |
| 1133 | 2026-02-19T00:31:40.356Z | Downloaded hyper-rustls v0.27.7 |
| 1134 | 2026-02-19T00:31:40.356Z | Downloaded hashbrown v0.12.3 |
| 1135 | 2026-02-19T00:31:40.356Z | Downloaded fd-lock v4.0.2 |
| 1136 | 2026-02-19T00:31:40.356Z | Downloaded ecdsa v0.16.9 |
| 1137 | 2026-02-19T00:31:40.356Z | Downloaded defmt-macros v0.3.9 |
| 1138 | 2026-02-19T00:31:40.381Z | Downloaded futures-executor v0.3.31 |
| 1139 | 2026-02-19T00:31:40.381Z | Downloaded foldhash v0.2.0 |
| 1140 | 2026-02-19T00:31:40.381Z | Downloaded elliptic-curve v0.13.8 |
| 1141 | 2026-02-19T00:31:40.381Z | Downloaded http-range v0.1.5 |
| 1142 | 2026-02-19T00:31:40.381Z | Downloaded foreign-types-shared v0.3.1 |
| 1143 | 2026-02-19T00:31:40.381Z | Downloaded aws-lc-sys v0.26.0 |
| 1144 | 2026-02-19T00:31:40.675Z | Downloaded managed v0.8.0 |
| 1145 | 2026-02-19T00:31:40.699Z | Downloaded kstat-rs v0.2.4 |
| 1146 | 2026-02-19T00:31:40.699Z | Downloaded jobserver v0.1.32 |
| 1147 | 2026-02-19T00:31:40.700Z | Downloaded ipnetwork v0.21.1 |
| 1148 | 2026-02-19T00:31:40.700Z | Downloaded indoc v2.0.6 |
| 1149 | 2026-02-19T00:31:40.700Z | Downloaded iana-time-zone v0.1.63 |
| 1150 | 2026-02-19T00:31:40.700Z | Downloaded heapless v0.7.17 |
| 1151 | 2026-02-19T00:31:40.700Z | Downloaded funty v2.0.0 |
| 1152 | 2026-02-19T00:31:40.700Z | Downloaded float-cmp v0.10.0 |
| 1153 | 2026-02-19T00:31:40.700Z | Downloaded fixedbitset v0.5.7 |
| 1154 | 2026-02-19T00:31:40.724Z | Downloaded fatfs v0.3.6 |
| 1155 | 2026-02-19T00:31:40.724Z | Downloaded derive_builder_core v0.20.2 |
| 1156 | 2026-02-19T00:31:40.724Z | Downloaded derive-ex v0.1.8 |
| 1157 | 2026-02-19T00:31:40.724Z | Downloaded crossbeam-channel v0.5.15 |
| 1158 | 2026-02-19T00:31:40.724Z | Downloaded cc v1.2.30 |
| 1159 | 2026-02-19T00:31:40.724Z | Downloaded match_cfg v0.1.0 |
| 1160 | 2026-02-19T00:31:40.724Z | Downloaded lru v0.12.5 |
| 1161 | 2026-02-19T00:31:40.724Z | Downloaded lockfree-object-pool v0.1.6 |
| 1162 | 2026-02-19T00:31:40.748Z | Downloaded lazycell v1.3.0 |
| 1163 | 2026-02-19T00:31:40.748Z | Downloaded lazy_static v1.5.0 |
| 1164 | 2026-02-19T00:31:40.748Z | Downloaded internet-checksum v0.2.1 |
| 1165 | 2026-02-19T00:31:40.748Z | Downloaded ingot v0.1.1 |
| 1166 | 2026-02-19T00:31:40.748Z | Downloaded indoc v1.0.9 |
| 1167 | 2026-02-19T00:31:40.748Z | Downloaded indent_write v2.2.0 |
| 1168 | 2026-02-19T00:31:40.748Z | Downloaded hyper-staticfile v0.10.1 |
| 1169 | 2026-02-19T00:31:40.748Z | Downloaded humantime v2.2.0 |
| 1170 | 2026-02-19T00:31:40.749Z | Downloaded hubpack_derive v0.1.1 |
| 1171 | 2026-02-19T00:31:40.749Z | Downloaded hubpack v0.1.2 |
| 1172 | 2026-02-19T00:31:40.749Z | Downloaded httpdate v1.0.3 |
| 1173 | 2026-02-19T00:31:40.749Z | Downloaded hickory-client v0.25.2 |
| 1174 | 2026-02-19T00:31:40.749Z | Downloaded headers v0.4.1 |
| 1175 | 2026-02-19T00:31:40.773Z | Downloaded fxhash v0.2.1 |
| 1176 | 2026-02-19T00:31:40.774Z | Downloaded futures-macro v0.3.31 |
| 1177 | 2026-02-19T00:31:40.774Z | Downloaded futures-core v0.3.31 |
| 1178 | 2026-02-19T00:31:40.774Z | Downloaded futures-channel v0.3.31 |
| 1179 | 2026-02-19T00:31:40.774Z | Downloaded fs-err v2.11.0 |
| 1180 | 2026-02-19T00:31:40.774Z | Downloaded ff v0.13.0 |
| 1181 | 2026-02-19T00:31:40.774Z | Downloaded fallible-iterator v0.2.0 |
| 1182 | 2026-02-19T00:31:40.774Z | Downloaded env_filter v0.1.2 |
| 1183 | 2026-02-19T00:31:40.774Z | Downloaded dunce v1.0.5 |
| 1184 | 2026-02-19T00:31:40.774Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 1185 | 2026-02-19T00:31:40.774Z | Downloaded drift v0.1.3 |
| 1186 | 2026-02-19T00:31:40.798Z | Downloaded dof v0.4.0 |
| 1187 | 2026-02-19T00:31:40.798Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1188 | 2026-02-19T00:31:40.798Z | Downloaded defmt-parser v0.3.4 |
| 1189 | 2026-02-19T00:31:40.798Z | Downloaded darling_macro v0.20.10 |
| 1190 | 2026-02-19T00:31:40.798Z | Downloaded daft-derive v0.1.4 |
| 1191 | 2026-02-19T00:31:40.798Z | Downloaded cstr-argument v0.1.2 |
| 1192 | 2026-02-19T00:31:40.798Z | Downloaded const_format v0.2.34 |
| 1193 | 2026-02-19T00:31:40.823Z | Downloaded chacha20poly1305 v0.10.1 |
| 1194 | 2026-02-19T00:31:40.823Z | Downloaded bytes v1.11.1 |
| 1195 | 2026-02-19T00:31:40.823Z | Downloaded bumpalo v3.16.0 |
| 1196 | 2026-02-19T00:31:40.823Z | Downloaded ident_case v1.0.1 |
| 1197 | 2026-02-19T00:31:40.823Z | Downloaded hyper-tls v0.6.0 |
| 1198 | 2026-02-19T00:31:40.823Z | Downloaded hmac v0.12.1 |
| 1199 | 2026-02-19T00:31:40.823Z | Downloaded half v2.4.1 |
| 1200 | 2026-02-19T00:31:40.823Z | Downloaded futures-task v0.3.31 |
| 1201 | 2026-02-19T00:31:40.823Z | Downloaded futures-io v0.3.31 |
| 1202 | 2026-02-19T00:31:40.849Z | Downloaded foreign-types v0.5.0 |
| 1203 | 2026-02-19T00:31:40.849Z | Downloaded foldhash v0.1.5 |
| 1204 | 2026-02-19T00:31:40.849Z | Downloaded float-ord v0.3.2 |
| 1205 | 2026-02-19T00:31:40.849Z | Downloaded enum-as-inner v0.6.1 |
| 1206 | 2026-02-19T00:31:40.850Z | Downloaded embedded-io v0.4.0 |
| 1207 | 2026-02-19T00:31:40.850Z | Downloaded ed25519 v2.2.3 |
| 1208 | 2026-02-19T00:31:40.850Z | Downloaded der v0.7.10 |
| 1209 | 2026-02-19T00:31:40.850Z | Downloaded compact_str v0.8.0 |
| 1210 | 2026-02-19T00:31:40.875Z | Downloaded base64 v0.22.1 |
| 1211 | 2026-02-19T00:31:40.875Z | Downloaded home v0.5.9 |
| 1212 | 2026-02-19T00:31:40.875Z | Downloaded highway v1.3.0 |
| 1213 | 2026-02-19T00:31:40.875Z | Downloaded hex v0.4.3 |
| 1214 | 2026-02-19T00:31:40.875Z | Downloaded headers-core v0.3.0 |
| 1215 | 2026-02-19T00:31:40.875Z | Downloaded hash32 v0.3.1 |
| 1216 | 2026-02-19T00:31:40.915Z | Downloaded half v1.8.3 |
| 1217 | 2026-02-19T00:31:40.915Z | Downloaded foreign-types-shared v0.1.1 |
| 1218 | 2026-02-19T00:31:40.915Z | Downloaded foreign-types-macros v0.2.3 |
| 1219 | 2026-02-19T00:31:40.915Z | Downloaded foreign-types v0.3.2 |
| 1220 | 2026-02-19T00:31:40.938Z | Downloaded flagset v0.4.6 |
| 1221 | 2026-02-19T00:31:40.938Z | Downloaded fixedbitset v0.4.2 |
| 1222 | 2026-02-19T00:31:40.938Z | Downloaded embedded-io v0.6.1 |
| 1223 | 2026-02-19T00:31:40.938Z | Downloaded dyn-clone v1.0.20 |
| 1224 | 2026-02-19T00:31:40.963Z | Downloaded dtrace-parser v0.3.0 |
| 1225 | 2026-02-19T00:31:40.963Z | Downloaded crc-any v2.5.0 |
| 1226 | 2026-02-19T00:31:40.963Z | Downloaded base64 v0.13.1 |
| 1227 | 2026-02-19T00:31:40.988Z | Downloaded allocator-api2 v0.2.21 |
| 1228 | 2026-02-19T00:31:40.988Z | Downloaded hostname v0.4.2 |
| 1229 | 2026-02-19T00:31:40.988Z | Downloaded getrandom v0.2.15 |
| 1230 | 2026-02-19T00:31:40.989Z | Downloaded endian-type v0.1.2 |
| 1231 | 2026-02-19T00:31:40.989Z | Downloaded dsl_auto_type v0.1.2 |
| 1232 | 2026-02-19T00:31:40.989Z | Downloaded dirs-next v2.0.0 |
| 1233 | 2026-02-19T00:31:41.015Z | Downloaded difflib v0.4.0 |
| 1234 | 2026-02-19T00:31:41.015Z | Downloaded crossbeam-utils v0.8.21 |
| 1235 | 2026-02-19T00:31:41.015Z | Downloaded crossbeam-epoch v0.9.18 |
| 1236 | 2026-02-19T00:31:41.015Z | Downloaded crc32fast v1.4.2 |
| 1237 | 2026-02-19T00:31:41.015Z | Downloaded cookie_store v0.21.1 |
| 1238 | 2026-02-19T00:31:41.015Z | Downloaded cookie v0.18.1 |
| 1239 | 2026-02-19T00:31:41.015Z | Downloaded console v0.16.0 |
| 1240 | 2026-02-19T00:31:41.039Z | Downloaded console v0.15.10 |
| 1241 | 2026-02-19T00:31:41.039Z | Downloaded colored v3.0.0 |
| 1242 | 2026-02-19T00:31:41.064Z | Downloaded clang-sys v1.8.1 |
| 1243 | 2026-02-19T00:31:41.064Z | Downloaded cancel-safe-futures v0.1.5 |
| 1244 | 2026-02-19T00:31:41.064Z | Downloaded bitfield v0.19.2 |
| 1245 | 2026-02-19T00:31:41.064Z | Downloaded bit-vec v0.6.3 |
| 1246 | 2026-02-19T00:31:41.089Z | Downloaded hash32 v0.2.1 |
| 1247 | 2026-02-19T00:31:41.089Z | Downloaded group v0.13.0 |
| 1248 | 2026-02-19T00:31:41.089Z | Downloaded globwalk v0.9.1 |
| 1249 | 2026-02-19T00:31:41.089Z | Downloaded globset v0.4.15 |
| 1250 | 2026-02-19T00:31:41.089Z | Downloaded glob v0.3.2 |
| 1251 | 2026-02-19T00:31:41.089Z | Downloaded display-error-chain v0.2.2 |
| 1252 | 2026-02-19T00:31:41.089Z | Downloaded diff v0.1.13 |
| 1253 | 2026-02-19T00:31:41.089Z | Downloaded diesel-dtrace v0.4.2 |
| 1254 | 2026-02-19T00:31:41.114Z | Downloaded derive_more v0.99.20 |
| 1255 | 2026-02-19T00:31:41.114Z | Downloaded derive_builder v0.20.2 |
| 1256 | 2026-02-19T00:31:41.114Z | Downloaded deranged v0.5.3 |
| 1257 | 2026-02-19T00:31:41.114Z | Downloaded debug-ignore v1.0.5 |
| 1258 | 2026-02-19T00:31:41.114Z | Downloaded data-encoding v2.9.0 |
| 1259 | 2026-02-19T00:31:41.139Z | Downloaded darling_macro v0.21.0 |
| 1260 | 2026-02-19T00:31:41.139Z | Downloaded darling_core v0.21.0 |
| 1261 | 2026-02-19T00:31:41.139Z | Downloaded darling v0.21.0 |
| 1262 | 2026-02-19T00:31:41.139Z | Downloaded daft v0.1.4 |
| 1263 | 2026-02-19T00:31:41.139Z | Downloaded ctr v0.9.2 |
| 1264 | 2026-02-19T00:31:41.163Z | Downloaded corncobs v0.1.4 |
| 1265 | 2026-02-19T00:31:41.163Z | Downloaded const_format_proc_macros v0.2.34 |
| 1266 | 2026-02-19T00:31:41.163Z | Downloaded cmake v0.1.51 |
| 1267 | 2026-02-19T00:31:41.163Z | Downloaded ciborium-io v0.2.2 |
| 1268 | 2026-02-19T00:31:41.163Z | Downloaded ciborium v0.2.2 |
| 1269 | 2026-02-19T00:31:41.163Z | Downloaded chacha20 v0.9.1 |
| 1270 | 2026-02-19T00:31:41.187Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1271 | 2026-02-19T00:31:41.187Z | Downloaded bzip2 v0.4.4 |
| 1272 | 2026-02-19T00:31:41.187Z | Downloaded blowfish v0.9.1 |
| 1273 | 2026-02-19T00:31:41.187Z | Downloaded base64 v0.21.7 |
| 1274 | 2026-02-19T00:31:41.187Z | Downloaded async-trait v0.1.89 |
| 1275 | 2026-02-19T00:31:41.212Z | Downloaded array-init v0.0.4 |
| 1276 | 2026-02-19T00:31:41.212Z | Downloaded argon2 v0.5.3 |
| 1277 | 2026-02-19T00:31:41.212Z | Downloaded arc-swap v1.7.1 |
| 1278 | 2026-02-19T00:31:41.212Z | Downloaded gethostname v0.5.0 |
| 1279 | 2026-02-19T00:31:41.212Z | Downloaded document-features v0.2.11 |
| 1280 | 2026-02-19T00:31:41.212Z | Downloaded dirs-sys-next v0.1.2 |
| 1281 | 2026-02-19T00:31:41.212Z | Downloaded diesel_derives v2.2.3 |
| 1282 | 2026-02-19T00:31:41.236Z | Downloaded derive-where v1.5.0 |
| 1283 | 2026-02-19T00:31:41.236Z | Downloaded crunchy v0.2.2 |
| 1284 | 2026-02-19T00:31:41.236Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1285 | 2026-02-19T00:31:41.236Z | Downloaded critical-section v1.1.3 |
| 1286 | 2026-02-19T00:31:41.236Z | Downloaded crc-catalog v2.4.0 |
| 1287 | 2026-02-19T00:31:41.236Z | Downloaded crc v3.2.1 |
| 1288 | 2026-02-19T00:31:41.261Z | Downloaded convert_case v0.7.1 |
| 1289 | 2026-02-19T00:31:41.262Z | Downloaded convert_case v0.4.0 |
| 1290 | 2026-02-19T00:31:41.262Z | Downloaded constant_time_eq v0.3.1 |
| 1291 | 2026-02-19T00:31:41.262Z | Downloaded cobs v0.2.3 |
| 1292 | 2026-02-19T00:31:41.262Z | Downloaded cipher v0.4.4 |
| 1293 | 2026-02-19T00:31:41.262Z | Downloaded cassowary v0.3.0 |
| 1294 | 2026-02-19T00:31:41.262Z | Downloaded block-padding v0.3.3 |
| 1295 | 2026-02-19T00:31:41.262Z | Downloaded bitfield-macros v0.19.2 |
| 1296 | 2026-02-19T00:31:41.262Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1297 | 2026-02-19T00:31:41.288Z | Downloaded bb8 v0.8.5 |
| 1298 | 2026-02-19T00:31:41.288Z | Downloaded arrayref v0.3.9 |
| 1299 | 2026-02-19T00:31:41.288Z | Downloaded derive_builder_macro v0.20.2 |
| 1300 | 2026-02-19T00:31:41.288Z | Downloaded der_derive v0.7.3 |
| 1301 | 2026-02-19T00:31:41.288Z | Downloaded defmt v0.3.8 |
| 1302 | 2026-02-19T00:31:41.288Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1303 | 2026-02-19T00:31:41.313Z | Downloaded crossbeam-deque v0.8.5 |
| 1304 | 2026-02-19T00:31:41.313Z | Downloaded crc8 v0.1.1 |
| 1305 | 2026-02-19T00:31:41.313Z | Downloaded colored v2.2.0 |
| 1306 | 2026-02-19T00:31:41.313Z | Downloaded ciborium-ll v0.2.2 |
| 1307 | 2026-02-19T00:31:41.313Z | Downloaded cfg_aliases v0.2.1 |
| 1308 | 2026-02-19T00:31:41.313Z | Downloaded bzip2 v0.5.2 |
| 1309 | 2026-02-19T00:31:41.338Z | Downloaded buf-list v1.0.3 |
| 1310 | 2026-02-19T00:31:41.338Z | Downloaded bcs v0.1.6 |
| 1311 | 2026-02-19T00:31:41.338Z | Downloaded cargo-platform v0.1.8 |
| 1312 | 2026-02-19T00:31:41.338Z | Downloaded crypto-bigint v0.5.5 |
| 1313 | 2026-02-19T00:31:41.363Z | Downloaded cexpr v0.6.0 |
| 1314 | 2026-02-19T00:31:41.363Z | Downloaded bitfield-struct v0.6.2 |
| 1315 | 2026-02-19T00:31:41.363Z | Downloaded backtrace v0.3.74 |
| 1316 | 2026-02-19T00:31:41.388Z | Downloaded const-oid v0.9.6 |
| 1317 | 2026-02-19T00:31:41.388Z | Downloaded cfg_aliases v0.1.1 |
| 1318 | 2026-02-19T00:31:41.388Z | Downloaded cbc v0.1.2 |
| 1319 | 2026-02-19T00:31:41.388Z | Downloaded cargo_metadata v0.19.2 |
| 1320 | 2026-02-19T00:31:41.388Z | Downloaded blake2 v0.10.6 |
| 1321 | 2026-02-19T00:31:41.412Z | Downloaded bitflags v1.3.2 |
| 1322 | 2026-02-19T00:31:41.412Z | Downloaded bit-set v0.8.0 |
| 1323 | 2026-02-19T00:31:41.412Z | Downloaded bit-set v0.5.3 |
| 1324 | 2026-02-19T00:31:41.412Z | Downloaded base64ct v1.6.0 |
| 1325 | 2026-02-19T00:31:41.412Z | Downloaded backoff v0.4.0 |
| 1326 | 2026-02-19T00:31:41.436Z | Downloaded aws-lc-rs v1.12.4 |
| 1327 | 2026-02-19T00:31:41.437Z | Downloaded base16ct v0.2.0 |
| 1328 | 2026-02-19T00:31:41.437Z | Downloaded atomic-waker v1.1.2 |
| 1329 | 2026-02-19T00:31:41.437Z | Downloaded arrayvec v0.7.6 |
| 1330 | 2026-02-19T00:31:41.437Z | Downloaded aho-corasick v1.1.3 |
| 1331 | 2026-02-19T00:31:41.461Z | Downloaded aes-gcm v0.10.3 |
| 1332 | 2026-02-19T00:31:41.461Z | Downloaded aes v0.8.4 |
| 1333 | 2026-02-19T00:31:41.461Z | Downloaded async-bb8-diesel v0.2.1 |
| 1334 | 2026-02-19T00:31:41.461Z | Downloaded ahash v0.8.12 |
| 1335 | 2026-02-19T00:31:41.461Z | Downloaded aead v0.5.2 |
| 1336 | 2026-02-19T00:31:41.461Z | Downloaded addr2line v0.24.2 |
| 1337 | 2026-02-19T00:31:41.461Z | Downloaded async-stream v0.3.6 |
| 1338 | 2026-02-19T00:31:41.461Z | Downloaded ascii-canvas v3.0.0 |
| 1339 | 2026-02-19T00:31:41.461Z | Downloaded adler2 v2.0.0 |
| 1340 | 2026-02-19T00:31:41.485Z | Downloaded assert_matches v1.5.0 |
| 1341 | 2026-02-19T00:31:41.680Z | Compiling value-bag v1.12.0 |
| 1342 | 2026-02-19T00:31:41.680Z | Compiling lock_api v0.4.12 |
| 1343 | 2026-02-19T00:31:41.680Z | Compiling scopeguard v1.2.0 |
| 1344 | 2026-02-19T00:31:41.704Z | Compiling shlex v1.3.0 |
| 1345 | 2026-02-19T00:31:41.704Z | Compiling smallvec v1.15.1 |
| 1346 | 2026-02-19T00:31:41.704Z | Compiling syn v2.0.114 |
| 1347 | 2026-02-19T00:31:41.704Z | Compiling getrandom v0.2.15 |
| 1348 | 2026-02-19T00:31:41.704Z | Compiling jobserver v0.1.32 |
| 1349 | 2026-02-19T00:31:41.951Z | Compiling typenum v1.17.0 |
| 1350 | 2026-02-19T00:31:42.218Z | Compiling log v0.4.29 |
| 1351 | 2026-02-19T00:31:42.333Z | Compiling rand_core v0.6.4 |
| 1352 | 2026-02-19T00:31:42.462Z | Compiling generic-array v0.14.7 |
| 1353 | 2026-02-19T00:31:42.562Z | Compiling subtle v2.6.1 |
| 1354 | 2026-02-19T00:31:42.968Z | Compiling cc v1.2.30 |
| 1355 | 2026-02-19T00:31:43.053Z | Compiling portable-atomic v1.11.0 |
| 1356 | 2026-02-19T00:31:43.082Z | Compiling const-oid v0.9.6 |
| 1357 | 2026-02-19T00:31:43.112Z | Compiling critical-section v1.1.3 |
| 1358 | 2026-02-19T00:31:43.169Z | Compiling pkg-config v0.3.31 |
| 1359 | 2026-02-19T00:31:43.310Z | Compiling getrandom v0.3.4 |
| 1360 | 2026-02-19T00:31:43.338Z | Compiling serde_json v1.0.149 |
| 1361 | 2026-02-19T00:31:43.843Z | Compiling spin v0.9.8 |
| 1362 | 2026-02-19T00:31:44.408Z | Compiling parking_lot_core v0.9.10 |
| 1363 | 2026-02-19T00:31:44.584Z | Compiling regex-syntax v0.8.5 |
| 1364 | 2026-02-19T00:31:44.827Z | Compiling pin-project-lite v0.2.14 |
| 1365 | 2026-02-19T00:31:45.148Z | Compiling rustix v0.38.37 |
| 1366 | 2026-02-19T00:31:45.226Z | Compiling libm v0.2.8 |
| 1367 | 2026-02-19T00:31:45.762Z | Compiling signal-hook-registry v1.4.2 |
| 1368 | 2026-02-19T00:31:46.099Z | Compiling once_cell v1.21.3 |
| 1369 | 2026-02-19T00:31:46.330Z | Compiling num-traits v0.2.19 |
| 1370 | 2026-02-19T00:31:46.577Z | Compiling allocator-api2 v0.2.21 |
| 1371 | 2026-02-19T00:31:46.601Z | Compiling parking_lot v0.12.3 |
| 1372 | 2026-02-19T00:31:47.065Z | Compiling mio v1.0.2 |
| 1373 | 2026-02-19T00:31:47.472Z | Compiling futures-core v0.3.31 |
| 1374 | 2026-02-19T00:31:47.574Z | Compiling lazy_static v1.5.0 |
| 1375 | 2026-02-19T00:31:47.615Z | Compiling aho-corasick v1.1.3 |
| 1376 | 2026-02-19T00:31:47.832Z | Compiling percent-encoding v2.3.2 |
| 1377 | 2026-02-19T00:31:48.078Z | Compiling socket2 v0.6.1 |
| 1378 | 2026-02-19T00:31:48.205Z | Compiling slab v0.4.9 |
| 1379 | 2026-02-19T00:31:48.269Z | Compiling cpufeatures v0.2.14 |
| 1380 | 2026-02-19T00:31:48.405Z | Compiling either v1.15.0 |
| 1381 | 2026-02-19T00:31:48.626Z | Compiling futures-sink v0.3.31 |
| 1382 | 2026-02-19T00:31:48.812Z | Compiling glob v0.3.2 |
| 1383 | 2026-02-19T00:31:48.877Z | Compiling futures-channel v0.3.31 |
| 1384 | 2026-02-19T00:31:49.061Z | Compiling hashbrown v0.16.1 |
| 1385 | 2026-02-19T00:31:49.238Z | Compiling futures-task v0.3.31 |
| 1386 | 2026-02-19T00:31:49.354Z | Compiling pin-utils v0.1.0 |
| 1387 | 2026-02-19T00:31:49.487Z | Compiling futures-io v0.3.31 |
| 1388 | 2026-02-19T00:31:49.551Z | Compiling prettyplease v0.2.36 |
| 1389 | 2026-02-19T00:31:49.581Z | Compiling rustversion v1.0.22 |
| 1390 | 2026-02-19T00:31:49.820Z | Compiling clang-sys v1.8.1 |
| 1391 | 2026-02-19T00:31:49.844Z | Compiling minimal-lexical v0.2.1 |
| 1392 | 2026-02-19T00:31:49.923Z | Compiling regex-automata v0.4.11 |
| 1393 | 2026-02-19T00:31:50.423Z | Compiling synstructure v0.13.1 |
| 1394 | 2026-02-19T00:31:50.635Z | Compiling nom v7.1.3 |
| 1395 | 2026-02-19T00:31:50.815Z | Compiling indexmap v2.13.0 |
| 1396 | 2026-02-19T00:31:51.739Z | Compiling libloading v0.8.5 |
| 1397 | 2026-02-19T00:31:52.014Z | Compiling base64ct v1.6.0 |
| 1398 | 2026-02-19T00:31:52.053Z | Compiling home v0.5.9 |
| 1399 | 2026-02-19T00:31:52.226Z | Compiling ident_case v1.0.1 |
| 1400 | 2026-02-19T00:31:52.301Z | Compiling bindgen v0.69.5 |
| 1401 | 2026-02-19T00:31:52.661Z | Compiling pem-rfc7468 v0.7.0 |
| 1402 | 2026-02-19T00:31:52.748Z | Compiling itertools v0.12.1 |
| 1403 | 2026-02-19T00:31:53.396Z | Compiling form_urlencoded v1.2.2 |
| 1404 | 2026-02-19T00:31:53.506Z | Compiling flagset v0.4.6 |
| 1405 | 2026-02-19T00:31:53.794Z | Compiling rustc-hash v1.1.0 |
| 1406 | 2026-02-19T00:31:53.849Z | Compiling lazycell v1.3.0 |
| 1407 | 2026-02-19T00:31:53.968Z | Compiling rand_core v0.9.3 |
| 1408 | 2026-02-19T00:31:54.079Z | Compiling cmake v0.1.51 |
| 1409 | 2026-02-19T00:31:54.513Z | Compiling cexpr v0.6.0 |
| 1410 | 2026-02-19T00:31:54.646Z | Compiling paste v1.0.15 |
| 1411 | 2026-02-19T00:31:55.001Z | Compiling fs_extra v1.3.0 |
| 1412 | 2026-02-19T00:31:55.193Z | Compiling iana-time-zone v0.1.63 |
| 1413 | 2026-02-19T00:31:55.650Z | Compiling dunce v1.0.5 |
| 1414 | 2026-02-19T00:31:55.678Z | Compiling foldhash v0.1.5 |
| 1415 | 2026-02-19T00:31:55.917Z | Compiling rustc_version v0.4.1 |
| 1416 | 2026-02-19T00:31:55.996Z | Compiling hashbrown v0.15.4 |
| 1417 | 2026-02-19T00:31:56.064Z | Compiling serde_derive v1.0.228 |
| 1418 | 2026-02-19T00:31:56.109Z | Compiling zeroize_derive v1.4.2 |
| 1419 | 2026-02-19T00:31:56.310Z | Compiling zerofrom-derive v0.1.4 |
| 1420 | 2026-02-19T00:31:56.371Z | Compiling yoke-derive v0.7.4 |
| 1421 | 2026-02-19T00:31:56.735Z | Compiling zerovec-derive v0.10.3 |
| 1422 | 2026-02-19T00:31:57.427Z | Compiling displaydoc v0.2.5 |
| 1423 | 2026-02-19T00:31:57.658Z | Compiling zeroize v1.8.1 |
| 1424 | 2026-02-19T00:31:59.092Z | Compiling icu_provider_macros v1.5.0 |
| 1425 | 2026-02-19T00:31:59.401Z | Compiling zerocopy-derive v0.7.35 |
| 1426 | 2026-02-19T00:31:59.558Z | Compiling crypto-common v0.1.6 |
| 1427 | 2026-02-19T00:31:59.608Z | Compiling block-buffer v0.10.4 |
| 1428 | 2026-02-19T00:31:59.856Z | Compiling tokio-macros v2.6.0 |
| 1429 | 2026-02-19T00:31:59.981Z | Compiling digest v0.10.7 |
| 1430 | 2026-02-19T00:32:00.008Z | Compiling zerofrom v0.1.4 |
| 1431 | 2026-02-19T00:32:00.175Z | Compiling thiserror-impl v2.0.18 |
| 1432 | 2026-02-19T00:32:00.281Z | Compiling yoke v0.7.4 |
| 1433 | 2026-02-19T00:32:00.601Z | Compiling hmac v0.12.1 |
| 1434 | 2026-02-19T00:32:00.754Z | Compiling zerovec v0.10.4 |
| 1435 | 2026-02-19T00:32:01.002Z | Compiling block-padding v0.3.3 |
| 1436 | 2026-02-19T00:32:01.423Z | Compiling futures-macro v0.3.31 |
| 1437 | 2026-02-19T00:32:01.806Z | Compiling zerocopy v0.7.35 |
| 1438 | 2026-02-19T00:32:01.864Z | Compiling inout v0.1.3 |
| 1439 | 2026-02-19T00:32:01.896Z | Compiling regex v1.11.3 |
| 1440 | 2026-02-19T00:32:02.240Z | Compiling cipher v0.4.4 |
| 1441 | 2026-02-19T00:32:02.948Z | Compiling sha2 v0.10.9 |
| 1442 | 2026-02-19T00:32:03.125Z | Compiling tinystr v0.7.6 |
| 1443 | 2026-02-19T00:32:03.361Z | Compiling icu_collections v1.5.0 |
| 1444 | 2026-02-19T00:32:03.439Z | Compiling futures-util v0.3.31 |
| 1445 | 2026-02-19T00:32:03.549Z | Compiling icu_locid v1.5.0 |
| 1446 | 2026-02-19T00:32:03.600Z | Compiling ppv-lite86 v0.2.20 |
| 1447 | 2026-02-19T00:32:03.997Z | Compiling thiserror v2.0.18 |
| 1448 | 2026-02-19T00:32:04.214Z | Compiling der_derive v0.7.3 |
| 1449 | 2026-02-19T00:32:04.251Z | Compiling serde v1.0.228 |
| 1450 | 2026-02-19T00:32:04.305Z | Compiling pest v2.8.2 |
| 1451 | 2026-02-19T00:32:04.477Z | Compiling salsa20 v0.10.2 |
| 1452 | 2026-02-19T00:32:04.745Z | Compiling pbkdf2 v0.12.2 |
| 1453 | 2026-02-19T00:32:04.909Z | Compiling icu_provider v1.5.0 |
| 1454 | 2026-02-19T00:32:04.981Z | Compiling uuid v1.19.0 |
| 1455 | 2026-02-19T00:32:05.667Z | Compiling bitflags v2.9.4 |
| 1456 | 2026-02-19T00:32:05.877Z | Compiling bytes v1.11.1 |
| 1457 | 2026-02-19T00:32:06.088Z | Compiling icu_locid_transform v1.5.0 |
| 1458 | 2026-02-19T00:32:06.716Z | Compiling der v0.7.10 |
| 1459 | 2026-02-19T00:32:06.740Z | Compiling chrono v0.4.43 |
| 1460 | 2026-02-19T00:32:07.082Z | Compiling vcpkg v0.2.15 |
| 1461 | 2026-02-19T00:32:07.854Z | Compiling tokio v1.49.0 |
| 1462 | 2026-02-19T00:32:08.253Z | Compiling icu_properties v1.5.1 |
| 1463 | 2026-02-19T00:32:09.061Z | Compiling zerocopy v0.8.27 |
| 1464 | 2026-02-19T00:32:09.088Z | Compiling openssl-sys v0.9.109 |
| 1465 | 2026-02-19T00:32:09.914Z | Compiling spki v0.7.3 |
| 1466 | 2026-02-19T00:32:10.101Z | Compiling pest_meta v2.8.2 |
| 1467 | 2026-02-19T00:32:10.293Z | Compiling http v1.4.0 |
| 1468 | 2026-02-19T00:32:10.383Z | Compiling scrypt v0.11.0 |
| 1469 | 2026-02-19T00:32:10.478Z | Compiling rand_chacha v0.9.0 |
| 1470 | 2026-02-19T00:32:10.580Z | Compiling which v4.4.2 |
| 1471 | 2026-02-19T00:32:10.983Z | Compiling cbc v0.1.2 |
| 1472 | 2026-02-19T00:32:11.326Z | Compiling aes v0.8.4 |
| 1473 | 2026-02-19T00:32:11.685Z | Compiling zerocopy-derive v0.8.27 |
| 1474 | 2026-02-19T00:32:12.843Z | Compiling icu_normalizer v1.5.0 |
| 1475 | 2026-02-19T00:32:13.461Z | Compiling pkcs5 v0.7.1 |
| 1476 | 2026-02-19T00:32:13.599Z | Compiling pest_generator v2.8.2 |
| 1477 | 2026-02-19T00:32:14.204Z | Compiling idna_adapter v1.2.0 |
| 1478 | 2026-02-19T00:32:14.486Z | Compiling idna v1.0.3 |
| 1479 | 2026-02-19T00:32:14.637Z | Compiling rand v0.9.2 |
| 1480 | 2026-02-19T00:32:14.960Z | Compiling tracing-attributes v0.1.27 |
| 1481 | 2026-02-19T00:32:15.093Z | Compiling serde_derive_internals v0.29.1 |
| 1482 | 2026-02-19T00:32:15.506Z | Compiling url v2.5.4 |
| 1483 | 2026-02-19T00:32:16.415Z | Compiling ring v0.17.14 |
| 1484 | 2026-02-19T00:32:16.832Z | Compiling tracing-core v0.1.32 |
| 1485 | 2026-02-19T00:32:17.550Z | Compiling adler2 v2.0.0 |
| 1486 | 2026-02-19T00:32:17.705Z | Compiling aws-lc-rs v1.12.4 |
| 1487 | 2026-02-19T00:32:17.850Z | Compiling rustix v1.1.3 |
| 1488 | 2026-02-19T00:32:17.889Z | Compiling schemars v0.8.22 |
| 1489 | 2026-02-19T00:32:18.225Z | Compiling schemars_derive v0.8.22 |
| 1490 | 2026-02-19T00:32:18.429Z | Compiling miniz_oxide v0.8.5 |
| 1491 | 2026-02-19T00:32:18.735Z | Compiling tokio-util v0.7.15 |
| 1492 | 2026-02-19T00:32:18.868Z | Compiling tracing v0.1.40 |
| 1493 | 2026-02-19T00:32:19.823Z | Compiling pest_derive v2.8.2 |
| 1494 | 2026-02-19T00:32:19.947Z | Compiling pkcs8 v0.10.2 |
| 1495 | 2026-02-19T00:32:20.180Z | Compiling http-body v1.0.1 |
| 1496 | 2026-02-19T00:32:20.528Z | Compiling scroll_derive v0.13.1 |
| 1497 | 2026-02-19T00:32:20.728Z | Compiling darling_core v0.20.10 |
| 1498 | 2026-02-19T00:32:20.765Z | Compiling tinyvec_macros v0.1.1 |
| 1499 | 2026-02-19T00:32:20.995Z | Compiling rustls-pki-types v1.10.0 |
| 1500 | 2026-02-19T00:32:21.499Z | Compiling base64 v0.22.1 |
| 1501 | 2026-02-19T00:32:21.590Z | Compiling dyn-clone v1.0.20 |
| 1502 | 2026-02-19T00:32:21.867Z | Compiling httparse v1.9.5 |
| 1503 | 2026-02-19T00:32:22.414Z | Compiling tinyvec v1.8.0 |
| 1504 | 2026-02-19T00:32:22.752Z | Compiling scroll v0.13.0 |
| 1505 | 2026-02-19T00:32:23.385Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1506 | 2026-02-19T00:32:24.142Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1507 | 2026-02-19T00:32:24.183Z | Compiling powerfmt v0.2.0 |
| 1508 | 2026-02-19T00:32:24.272Z | Compiling atomic-waker v1.1.2 |
| 1509 | 2026-02-19T00:32:24.531Z | Compiling num-conv v0.1.0 |
| 1510 | 2026-02-19T00:32:24.576Z | Compiling time-core v0.1.6 |
| 1511 | 2026-02-19T00:32:24.646Z | Compiling tower-layer v0.3.3 |
| 1512 | 2026-02-19T00:32:24.720Z | Compiling openssl-probe v0.1.5 |
| 1513 | 2026-02-19T00:32:24.861Z | Compiling untrusted v0.9.0 |
| 1514 | 2026-02-19T00:32:24.956Z | Compiling untrusted v0.7.1 |
| 1515 | 2026-02-19T00:32:25.064Z | Compiling tower-service v0.3.3 |
| 1516 | 2026-02-19T00:32:25.096Z | Compiling try-lock v0.2.5 |
| 1517 | 2026-02-19T00:32:25.130Z | Compiling foreign-types-shared v0.1.1 |
| 1518 | 2026-02-19T00:32:25.238Z | Compiling openssl v0.10.73 |
| 1519 | 2026-02-19T00:32:25.263Z | Compiling want v0.3.1 |
| 1520 | 2026-02-19T00:32:25.308Z | Compiling foreign-types v0.3.2 |
| 1521 | 2026-02-19T00:32:25.470Z | Compiling tempfile v3.24.0 |
| 1522 | 2026-02-19T00:32:25.601Z | Compiling time-macros v0.2.24 |
| 1523 | 2026-02-19T00:32:25.936Z | Compiling deranged v0.5.3 |
| 1524 | 2026-02-19T00:32:26.128Z | Compiling h2 v0.4.6 |
| 1525 | 2026-02-19T00:32:27.353Z | Compiling darling_macro v0.20.10 |
| 1526 | 2026-02-19T00:32:27.508Z | Compiling goblin v0.10.2 |
| 1527 | 2026-02-19T00:32:28.345Z | Compiling darling v0.20.10 |
| 1528 | 2026-02-19T00:32:28.976Z | Compiling ipnet v2.11.0 |
| 1529 | 2026-02-19T00:32:29.318Z | Compiling openssl-macros v0.1.1 |
| 1530 | 2026-02-19T00:32:30.149Z | Compiling wait-timeout v0.2.0 |
| 1531 | 2026-02-19T00:32:30.273Z | Compiling crossbeam-utils v0.8.21 |
| 1532 | 2026-02-19T00:32:30.299Z | Compiling quick-error v1.2.3 |
| 1533 | 2026-02-19T00:32:30.534Z | Compiling syn v1.0.109 |
| 1534 | 2026-02-19T00:32:30.561Z | Compiling rustls v0.23.19 |
| 1535 | 2026-02-19T00:32:30.730Z | Compiling num_threads v0.1.7 |
| 1536 | 2026-02-19T00:32:30.984Z | Compiling usdt-impl v0.6.0 |
| 1537 | 2026-02-19T00:32:31.009Z | Compiling gimli v0.31.1 |
| 1538 | 2026-02-19T00:32:31.034Z | Compiling native-tls v0.2.12 |
| 1539 | 2026-02-19T00:32:31.270Z | Compiling httpdate v1.0.3 |
| 1540 | 2026-02-19T00:32:31.450Z | Compiling bit-vec v0.8.0 |
| 1541 | 2026-02-19T00:32:31.719Z | Compiling time v0.3.43 |
| 1542 | 2026-02-19T00:32:31.783Z | Compiling rusty-fork v0.3.0 |
| 1543 | 2026-02-19T00:32:32.046Z | Compiling bit-set v0.8.0 |
| 1544 | 2026-02-19T00:32:32.596Z | Compiling derive_builder_core v0.20.2 |
| 1545 | 2026-02-19T00:32:35.277Z | Compiling hyper v1.8.1 |
| 1546 | 2026-02-19T00:32:36.237Z | Compiling dof v0.4.0 |
| 1547 | 2026-02-19T00:32:36.998Z | Compiling addr2line v0.24.2 |
| 1548 | 2026-02-19T00:32:37.767Z | Compiling unicode-normalization v0.1.24 |
| 1549 | 2026-02-19T00:32:37.890Z | Compiling dtrace-parser v0.3.0 |
| 1550 | 2026-02-19T00:32:38.684Z | Compiling signature v2.2.0 |
| 1551 | 2026-02-19T00:32:38.988Z | Compiling heapless v0.7.17 |
| 1552 | 2026-02-19T00:32:39.042Z | Compiling scroll_derive v0.12.0 |
| 1553 | 2026-02-19T00:32:39.564Z | Compiling thiserror-impl v1.0.69 |
| 1554 | 2026-02-19T00:32:39.648Z | Compiling rand_xorshift v0.4.0 |
| 1555 | 2026-02-19T00:32:39.965Z | Compiling darling_core v0.21.0 |
| 1556 | 2026-02-19T00:32:39.989Z | Compiling slog v2.8.2 |
| 1557 | 2026-02-19T00:32:40.364Z | Compiling thread-id v5.0.0 |
| 1558 | 2026-02-19T00:32:40.525Z | Compiling cookie v0.18.1 |
| 1559 | 2026-02-19T00:32:40.625Z | Compiling object v0.36.5 |
| 1560 | 2026-02-19T00:32:40.688Z | Compiling crc32fast v1.4.2 |
| 1561 | 2026-02-19T00:32:40.994Z | Compiling rustc-demangle v0.1.24 |
| 1562 | 2026-02-19T00:32:41.105Z | Compiling unarray v0.1.4 |
| 1563 | 2026-02-19T00:32:41.306Z | Compiling unicode-properties v0.1.3 |
| 1564 | 2026-02-19T00:32:41.373Z | Compiling signal-hook v0.3.18 |
| 1565 | 2026-02-19T00:32:41.527Z | Compiling zlib-rs v0.5.1 |
| 1566 | 2026-02-19T00:32:41.688Z | Compiling siphasher v0.3.11 |
| 1567 | 2026-02-19T00:32:41.810Z | Compiling unicode-bidi v0.3.17 |
| 1568 | 2026-02-19T00:32:42.018Z | Compiling anyhow v1.0.99 |
| 1569 | 2026-02-19T00:32:42.109Z | Compiling zstd-safe v7.2.3 |
| 1570 | 2026-02-19T00:32:42.544Z | Compiling phf_shared v0.11.2 |
| 1571 | 2026-02-19T00:32:42.752Z | Compiling thiserror v1.0.69 |
| 1572 | 2026-02-19T00:32:42.978Z | Compiling stringprep v0.1.5 |
| 1573 | 2026-02-19T00:32:43.146Z | Compiling proptest v1.7.0 |
| 1574 | 2026-02-19T00:32:43.266Z | Compiling scroll v0.12.0 |
| 1575 | 2026-02-19T00:32:44.181Z | Compiling hyper-util v0.1.19 |
| 1576 | 2026-02-19T00:32:44.662Z | Compiling derive_builder_macro v0.20.2 |
| 1577 | 2026-02-19T00:32:45.962Z | Compiling ipnetwork v0.21.1 |
| 1578 | 2026-02-19T00:32:46.648Z | Compiling darling_macro v0.21.0 |
| 1579 | 2026-02-19T00:32:46.825Z | Compiling serde_tokenstream v0.2.2 |
| 1580 | 2026-02-19T00:32:47.586Z | Compiling erased-serde v0.3.31 |
| 1581 | 2026-02-19T00:32:47.650Z | Compiling serde_spanned v0.6.9 |
| 1582 | 2026-02-19T00:32:47.911Z | Compiling toml_datetime v0.6.11 |
| 1583 | 2026-02-19T00:32:48.540Z | Compiling backtrace v0.3.74 |
| 1584 | 2026-02-19T00:32:48.844Z | Compiling rand_chacha v0.3.1 |
| 1585 | 2026-02-19T00:32:48.916Z | Compiling libz-rs-sys v0.5.1 |
| 1586 | 2026-02-19T00:32:48.981Z | Compiling md-5 v0.10.6 |
| 1587 | 2026-02-19T00:32:49.249Z | Compiling curve25519-dalek v4.1.3 |
| 1588 | 2026-02-19T00:32:49.304Z | Compiling vergen-lib v0.1.6 |
| 1589 | 2026-02-19T00:32:49.636Z | Compiling num-integer v0.1.46 |
| 1590 | 2026-02-19T00:32:49.922Z | Compiling sync_wrapper v1.0.1 |
| 1591 | 2026-02-19T00:32:50.016Z | Compiling hash32 v0.2.1 |
| 1592 | 2026-02-19T00:32:50.144Z | Compiling ff v0.13.0 |
| 1593 | 2026-02-19T00:32:50.422Z | Compiling memoffset v0.9.1 |
| 1594 | 2026-02-19T00:32:50.448Z | Compiling num-bigint-dig v0.8.6 |
| 1595 | 2026-02-19T00:32:50.473Z | Compiling psl-types v2.0.11 |
| 1596 | 2026-02-19T00:32:50.720Z | Compiling base16ct v0.2.0 |
| 1597 | 2026-02-19T00:32:50.750Z | Compiling ref-cast v1.0.25 |
| 1598 | 2026-02-19T00:32:50.789Z | Compiling fallible-iterator v0.2.0 |
| 1599 | 2026-02-19T00:32:50.823Z | Compiling smoltcp v0.9.1 |
| 1600 | 2026-02-19T00:32:51.126Z | Compiling cfg_aliases v0.2.1 |
| 1601 | 2026-02-19T00:32:51.266Z | Compiling litrs v0.4.1 |
| 1602 | 2026-02-19T00:32:51.514Z | Compiling nix v0.29.0 |
| 1603 | 2026-02-19T00:32:51.618Z | Compiling postgres-protocol v0.6.8 |
| 1604 | 2026-02-19T00:32:51.658Z | Compiling sec1 v0.7.3 |
| 1605 | 2026-02-19T00:32:51.948Z | Compiling publicsuffix v2.3.0 |
| 1606 | 2026-02-19T00:32:52.272Z | Compiling group v0.13.0 |
| 1607 | 2026-02-19T00:32:52.347Z | Compiling num-iter v0.1.45 |
| 1608 | 2026-02-19T00:32:52.479Z | Compiling document-features v0.2.11 |
| 1609 | 2026-02-19T00:32:52.594Z | Compiling tower v0.5.2 |
| 1610 | 2026-02-19T00:32:52.806Z | Compiling newtype-uuid v1.3.2 |
| 1611 | 2026-02-19T00:32:53.563Z | Compiling rand v0.8.5 |
| 1612 | 2026-02-19T00:32:53.604Z | Compiling flate2 v1.1.2 |
| 1613 | 2026-02-19T00:32:53.906Z | Compiling darling v0.21.0 |
| 1614 | 2026-02-19T00:32:53.932Z | Compiling oxnet v0.1.4 |
| 1615 | 2026-02-19T00:32:54.081Z | Compiling derive_builder v0.20.2 |
| 1616 | 2026-02-19T00:32:54.301Z | Compiling tokio-native-tls v0.3.1 |
| 1617 | 2026-02-19T00:32:54.677Z | Compiling goblin v0.8.2 |
| 1618 | 2026-02-19T00:32:55.222Z | Compiling rustls-native-certs v0.8.1 |
| 1619 | 2026-02-19T00:32:55.619Z | Compiling webpki-roots v1.0.1 |
| 1620 | 2026-02-19T00:32:55.802Z | Compiling http-body-util v0.1.3 |
| 1621 | 2026-02-19T00:32:55.830Z | Compiling strum_macros v0.27.2 |
| 1622 | 2026-02-19T00:32:55.935Z | Compiling terminal_size v0.4.0 |
| 1623 | 2026-02-19T00:32:56.020Z | Compiling cargo-platform v0.1.8 |
| 1624 | 2026-02-19T00:32:56.228Z | Compiling hkdf v0.12.4 |
| 1625 | 2026-02-19T00:32:56.402Z | Compiling crypto-bigint v0.5.5 |
| 1626 | 2026-02-19T00:32:56.571Z | Compiling ref-cast-impl v1.0.25 |
| 1627 | 2026-02-19T00:32:56.601Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1628 | 2026-02-19T00:32:58.113Z | Compiling daft-derive v0.1.4 |
| 1629 | 2026-02-19T00:32:58.297Z | Compiling async-trait v0.1.89 |
| 1630 | 2026-02-19T00:32:59.062Z | Compiling hubpack_derive v0.1.1 |
| 1631 | 2026-02-19T00:33:00.156Z | Compiling vergen v9.0.6 |
| 1632 | 2026-02-19T00:33:00.245Z | Compiling ahash v0.8.12 |
| 1633 | 2026-02-19T00:33:00.572Z | Compiling fs-err v3.1.1 |
| 1634 | 2026-02-19T00:33:00.708Z | Compiling winnow v0.5.40 |
| 1635 | 2026-02-19T00:33:00.960Z | Compiling iri-string v0.7.8 |
| 1636 | 2026-02-19T00:33:01.343Z | Compiling bitflags v1.3.2 |
| 1637 | 2026-02-19T00:33:01.500Z | Compiling unicode-segmentation v1.12.0 |
| 1638 | 2026-02-19T00:33:01.525Z | Compiling simd-adler32 v0.3.7 |
| 1639 | 2026-02-19T00:33:02.169Z | Compiling bumpalo v3.16.0 |
| 1640 | 2026-02-19T00:33:02.574Z | Compiling lockfree-object-pool v0.1.6 |
| 1641 | 2026-02-19T00:33:02.793Z | Compiling buf-list v1.0.3 |
| 1642 | 2026-02-19T00:33:02.889Z | Compiling managed v0.8.0 |
| 1643 | 2026-02-19T00:33:03.413Z | Compiling ryu v1.0.18 |
| 1644 | 2026-02-19T00:33:03.448Z | Compiling clap_builder v4.5.48 |
| 1645 | 2026-02-19T00:33:03.895Z | Compiling serde_urlencoded v0.7.1 |
| 1646 | 2026-02-19T00:33:04.498Z | Compiling tower-http v0.6.6 |
| 1647 | 2026-02-19T00:33:05.396Z | Compiling toml_edit v0.19.15 |
| 1648 | 2026-02-19T00:33:05.425Z | Compiling zopfli v0.8.1 |
| 1649 | 2026-02-19T00:33:05.647Z | Compiling dof v0.3.0 |
| 1650 | 2026-02-19T00:33:05.695Z | Compiling strum v0.27.2 |
| 1651 | 2026-02-19T00:33:06.369Z | Compiling daft v0.1.4 |
| 1652 | 2026-02-19T00:33:06.400Z | Compiling hubpack v0.1.2 |
| 1653 | 2026-02-19T00:33:06.883Z | Compiling elliptic-curve v0.13.8 |
| 1654 | 2026-02-19T00:33:07.519Z | Compiling cargo_metadata v0.19.2 |
| 1655 | 2026-02-19T00:33:07.604Z | Compiling hyper-tls v0.6.0 |
| 1656 | 2026-02-19T00:33:07.846Z | Compiling cookie_store v0.21.1 |
| 1657 | 2026-02-19T00:33:08.142Z | Compiling signal-hook-mio v0.2.4 |
| 1658 | 2026-02-19T00:33:08.439Z | Compiling zstd v0.13.3 |
| 1659 | 2026-02-19T00:33:10.650Z | Compiling serde_with_macros v3.16.1 |
| 1660 | 2026-02-19T00:33:11.619Z | Compiling postgres-types v0.2.9 |
| 1661 | 2026-02-19T00:33:12.730Z | Compiling usdt-macro v0.6.0 |
| 1662 | 2026-02-19T00:33:13.114Z | Compiling usdt-attr-macro v0.6.0 |
| 1663 | 2026-02-19T00:33:13.145Z | Compiling dtrace-parser v0.2.0 |
| 1664 | 2026-02-19T00:33:13.309Z | Compiling phf v0.11.2 |
| 1665 | 2026-02-19T00:33:13.583Z | Compiling ed25519 v2.2.3 |
| 1666 | 2026-02-19T00:33:13.659Z | Compiling bzip2 v0.4.4 |
| 1667 | 2026-02-19T00:33:14.176Z | Compiling bzip2 v0.5.2 |
| 1668 | 2026-02-19T00:33:14.378Z | Compiling pkcs1 v0.7.5 |
| 1669 | 2026-02-19T00:33:14.688Z | Compiling clap_derive v4.5.47 |
| 1670 | 2026-02-19T00:33:14.993Z | Compiling enum-as-inner v0.6.1 |
| 1671 | 2026-02-19T00:33:15.313Z | Compiling strum_macros v0.26.4 |
| 1672 | 2026-02-19T00:33:15.480Z | Compiling hex v0.4.3 |
| 1673 | 2026-02-19T00:33:15.883Z | Compiling serde-big-array v0.5.1 |
| 1674 | 2026-02-19T00:33:16.159Z | Compiling rfc6979 v0.4.0 |
| 1675 | 2026-02-19T00:33:16.188Z | Compiling bstr v1.10.0 |
| 1676 | 2026-02-19T00:33:16.218Z | Compiling serde_repr v0.1.19 |
| 1677 | 2026-02-19T00:33:16.242Z | Compiling float-cmp v0.10.0 |
| 1678 | 2026-02-19T00:33:16.439Z | Compiling env_filter v0.1.2 |
| 1679 | 2026-02-19T00:33:16.547Z | Compiling socket2 v0.5.10 |
| 1680 | 2026-02-19T00:33:17.191Z | Compiling memmap2 v0.9.8 |
| 1681 | 2026-02-19T00:33:17.298Z | Compiling encoding_rs v0.8.34 |
| 1682 | 2026-02-19T00:33:17.641Z | Compiling mime v0.3.17 |
| 1683 | 2026-02-19T00:33:17.673Z | Compiling precomputed-hash v0.1.1 |
| 1684 | 2026-02-19T00:33:17.849Z | Compiling static_assertions v1.1.0 |
| 1685 | 2026-02-19T00:33:17.927Z | Compiling new_debug_unreachable v1.0.6 |
| 1686 | 2026-02-19T00:33:17.973Z | Compiling difflib v0.4.0 |
| 1687 | 2026-02-19T00:33:18.054Z | Compiling jiff v0.2.15 |
| 1688 | 2026-02-19T00:33:18.217Z | Compiling fixedbitset v0.5.7 |
| 1689 | 2026-02-19T00:33:19.007Z | Compiling predicates-core v1.0.8 |
| 1690 | 2026-02-19T00:33:19.226Z | Compiling whoami v1.5.2 |
| 1691 | 2026-02-19T00:33:19.353Z | Compiling normalize-line-endings v0.3.0 |
| 1692 | 2026-02-19T00:33:19.538Z | Compiling foldhash v0.2.0 |
| 1693 | 2026-02-19T00:33:19.594Z | Compiling fixedbitset v0.4.2 |
| 1694 | 2026-02-19T00:33:19.818Z | Compiling data-encoding v2.9.0 |
| 1695 | 2026-02-19T00:33:19.948Z | Compiling rustc-hash v2.1.1 |
| 1696 | 2026-02-19T00:33:19.985Z | Compiling keccak v0.1.5 |
| 1697 | 2026-02-19T00:33:20.116Z | Compiling petgraph v0.6.5 |
| 1698 | 2026-02-19T00:33:20.206Z | Compiling iddqd v0.3.16 |
| 1699 | 2026-02-19T00:33:21.307Z | Compiling hickory-proto v0.25.2 |
| 1700 | 2026-02-19T00:33:21.740Z | Compiling sha3 v0.10.8 |
| 1701 | 2026-02-19T00:33:22.125Z | Compiling strum v0.26.3 |
| 1702 | 2026-02-19T00:33:22.351Z | Compiling tokio-postgres v0.7.13 |
| 1703 | 2026-02-19T00:33:22.887Z | Compiling predicates v3.1.3 |
| 1704 | 2026-02-19T00:33:23.349Z | Compiling clap v4.5.48 |
| 1705 | 2026-02-19T00:33:23.497Z | Compiling toml_edit v0.22.27 |
| 1706 | 2026-02-19T00:33:23.703Z | Compiling petgraph v0.8.2 |
| 1707 | 2026-02-19T00:33:24.285Z | Compiling string_cache v0.8.9 |
| 1708 | 2026-02-19T00:33:24.512Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1709 | 2026-02-19T00:33:24.789Z | Compiling usdt v0.6.0 |
| 1710 | 2026-02-19T00:33:25.338Z | Compiling usdt-impl v0.5.0 |
| 1711 | 2026-02-19T00:33:26.732Z | Compiling zip v4.2.0 |
| 1712 | 2026-02-19T00:33:27.810Z | Compiling similar v2.7.0 |
| 1713 | 2026-02-19T00:33:28.901Z | Compiling env_logger v0.11.8 |
| 1714 | 2026-02-19T00:33:29.142Z | Compiling ecdsa v0.16.9 |
| 1715 | 2026-02-19T00:33:29.726Z | Compiling serde_with v3.16.1 |
| 1716 | 2026-02-19T00:33:30.060Z | Compiling rsa v0.9.8 |
| 1717 | 2026-02-19T00:33:30.086Z | Compiling ed25519-dalek v2.1.1 |
| 1718 | 2026-02-19T00:33:31.030Z | Compiling zip v0.6.6 |
| 1719 | 2026-02-19T00:33:32.065Z | Compiling toml v0.7.8 |
| 1720 | 2026-02-19T00:33:32.366Z | Compiling crossterm v0.28.1 |
| 1721 | 2026-02-19T00:33:33.608Z | Compiling heck v0.4.1 |
| 1722 | 2026-02-19T00:33:33.874Z | Compiling crossbeam-epoch v0.9.18 |
| 1723 | 2026-02-19T00:33:33.989Z | Compiling tokio-stream v0.1.17 |
| 1724 | 2026-02-19T00:33:34.073Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1725 | 2026-02-19T00:33:34.110Z | Compiling x509-cert v0.2.5 |
| 1726 | 2026-02-19T00:33:34.532Z | Compiling openapiv3 v2.2.0 |
| 1727 | 2026-02-19T00:33:34.639Z | Compiling sha1 v0.10.6 |
| 1728 | 2026-02-19T00:33:34.777Z | Compiling itertools v0.13.0 |
| 1729 | 2026-02-19T00:33:35.070Z | Compiling itertools v0.10.5 |
| 1730 | 2026-02-19T00:33:35.172Z | Compiling winnow v0.6.26 |
| 1731 | 2026-02-19T00:33:36.173Z | Compiling lalrpop-util v0.19.12 |
| 1732 | 2026-02-19T00:33:36.622Z | Compiling peg-runtime v0.8.5 |
| 1733 | 2026-02-19T00:33:37.307Z | Compiling thread_local v1.1.8 |
| 1734 | 2026-02-19T00:33:37.896Z | Compiling slog-async v2.8.0 |
| 1735 | 2026-02-19T00:33:37.929Z | Compiling crossbeam-channel v0.5.15 |
| 1736 | 2026-02-19T00:33:38.253Z | Compiling xattr v1.3.1 |
| 1737 | 2026-02-19T00:33:38.568Z | Compiling futures-executor v0.3.31 |
| 1738 | 2026-02-19T00:33:38.626Z | Compiling is-terminal v0.4.13 |
| 1739 | 2026-02-19T00:33:38.709Z | Compiling filetime v0.2.26 |
| 1740 | 2026-02-19T00:33:38.838Z | Compiling term v1.1.0 |
| 1741 | 2026-02-19T00:33:38.972Z | Compiling take_mut v0.2.2 |
| 1742 | 2026-02-19T00:33:39.088Z | Compiling futures v0.3.31 |
| 1743 | 2026-02-19T00:33:39.120Z | Compiling tar v0.4.44 |
| 1744 | 2026-02-19T00:33:40.262Z | Compiling slog-term v2.9.2 |
| 1745 | 2026-02-19T00:33:43.777Z | Compiling aws-lc-sys v0.26.0 |
| 1746 | 2026-02-19T00:34:25.025Z | Compiling rustls-webpki v0.102.8 |
| 1747 | 2026-02-19T00:34:31.870Z | Compiling tokio-rustls v0.26.0 |
| 1748 | 2026-02-19T00:34:32.271Z | Compiling hyper-rustls v0.27.7 |
| 1749 | 2026-02-19T00:34:32.679Z | Compiling reqwest v0.12.24 |
| 1750 | 2026-02-19T00:34:38.269Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1751 | 2026-02-19T00:34:38.725Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1752 | 2026-02-19T00:34:45.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 10s |
| 1753 | 2026-02-19T00:34:45.390Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1754 | 2026-02-19T00:34:45.467Z | Feb 19 00:34:44.560 INFO Starting download, target: Cockroach |
| 1755 | 2026-02-19T00:34:45.467Z | Feb 19 00:34:44.561 INFO Starting download, target: Clickhouse |
| 1756 | 2026-02-19T00:34:45.467Z | Feb 19 00:34:44.561 INFO Starting download, target: DendriteStub |
| 1757 | 2026-02-19T00:34:45.467Z | Feb 19 00:34:44.561 INFO Starting download, target: Console |
| 1758 | 2026-02-19T00:34:45.467Z | Feb 19 00:34:44.561 INFO Starting download, target: TransceiverControl |
| 1759 | 2026-02-19T00:34:45.467Z | Feb 19 00:34:44.561 INFO Starting download, target: MaghemiteMgd |
| 1760 | 2026-02-19T00:34:45.532Z | Feb 19 00:34:44.562 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1761 | 2026-02-19T00:34:45.532Z | Feb 19 00:34:44.562 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1762 | 2026-02-19T00:34:45.532Z | Feb 19 00:34:44.562 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1763 | 2026-02-19T00:34:45.532Z | Feb 19 00:34:44.562 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1764 | 2026-02-19T00:34:45.532Z | Feb 19 00:34:44.562 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1765 | 2026-02-19T00:34:45.532Z | Feb 19 00:34:44.562 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1766 | 2026-02-19T00:34:46.657Z | Feb 19 00:34:45.648 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1767 | 2026-02-19T00:34:47.155Z | Feb 19 00:34:46.167 INFO Download complete, target: TransceiverControl |
| 1768 | 2026-02-19T00:34:50.479Z | Feb 19 00:34:49.585 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1769 | 2026-02-19T00:34:50.919Z | Feb 19 00:34:50.025 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1770 | 2026-02-19T00:34:51.281Z | Feb 19 00:34:50.387 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1771 | 2026-02-19T00:34:51.543Z | Feb 19 00:34:50.649 INFO Download complete, target: Console |
| 1772 | 2026-02-19T00:34:53.137Z | Feb 19 00:34:52.237 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1773 | 2026-02-19T00:34:53.137Z | Feb 19 00:34:52.237 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1774 | 2026-02-19T00:34:57.088Z | Feb 19 00:34:56.194 INFO Download complete, target: DendriteStub |
| 1775 | 2026-02-19T00:34:57.665Z | Feb 19 00:34:56.771 INFO Download complete, target: MaghemiteMgd |
| 1776 | 2026-02-19T00:35:06.425Z | Feb 19 00:35:05.532 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1777 | 2026-02-19T00:35:06.720Z | Feb 19 00:35:05.827 INFO Checking that binary works, target: Cockroach |
| 1778 | 2026-02-19T00:35:06.993Z | Feb 19 00:35:06.100 INFO Download complete, target: Cockroach |
| 1779 | 2026-02-19T00:35:24.516Z | Feb 19 00:35:23.624 INFO Checking that binary works, target: Clickhouse |
| 1780 | 2026-02-19T00:35:24.706Z | Feb 19 00:35:23.814 INFO Download complete, target: Clickhouse |
| 1781 | 2026-02-19T00:35:24.740Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1782 | 2026-02-19T00:35:24.764Z | |
| 1783 | 2026-02-19T00:35:24.764Z | real 7:59.579072155 |
| 1784 | 2026-02-19T00:35:24.764Z | user 22:41.557679373 |
| 1785 | 2026-02-19T00:35:24.764Z | sys 3:24.863914466 |
| 1786 | 2026-02-19T00:35:24.765Z | trap 1.014229979 |
| 1787 | 2026-02-19T00:35:24.765Z | tflt 0.485272967 |
| 1788 | 2026-02-19T00:35:24.765Z | dflt 1.170782878 |
| 1789 | 2026-02-19T00:35:24.765Z | kflt 0.013429338 |
| 1790 | 2026-02-19T00:35:24.765Z | lock 59:58.445907537 |
| 1791 | 2026-02-19T00:35:24.765Z | slp 1:22:04.189868580 |
| 1792 | 2026-02-19T00:35:24.765Z | lat 1:32.604124126 |
| 1793 | 2026-02-19T00:35:24.765Z | stop 3:31.297828689 |
| 1794 | 2026-02-19T00:35:24.765Z | + banner clippy |
| 1795 | 2026-02-19T00:35:24.765Z | |
| 1796 | 2026-02-19T00:35:24.765Z | #### # # ##### ##### # # |
| 1797 | 2026-02-19T00:35:24.765Z | # # # # # # # # # # |
| 1798 | 2026-02-19T00:35:24.765Z | # # # # # # # # |
| 1799 | 2026-02-19T00:35:24.765Z | # # # ##### ##### # |
| 1800 | 2026-02-19T00:35:24.765Z | # # # # # # # |
| 1801 | 2026-02-19T00:35:24.765Z | #### ###### # # # # |
| 1802 | 2026-02-19T00:35:24.765Z | |
| 1803 | 2026-02-19T00:35:24.765Z | + export CARGO_INCREMENTAL=0 |
| 1804 | 2026-02-19T00:35:24.765Z | + CARGO_INCREMENTAL=0 |
| 1805 | 2026-02-19T00:35:24.765Z | + ptime -m cargo xtask clippy |
| 1806 | 2026-02-19T00:35:26.173Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1807 | 2026-02-19T00:35:26.513Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1808 | 2026-02-19T00:35:31.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s |
| 1809 | 2026-02-19T00:35:31.547Z | Running `target/debug/xtask clippy` |
| 1810 | 2026-02-19T00:35:31.590Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1811 | 2026-02-19T00:35:33.370Z | Downloading crates ... |
| 1812 | 2026-02-19T00:35:33.887Z | Downloaded async-channel v2.3.1 |
| 1813 | 2026-02-19T00:35:33.910Z | Downloaded assert-json-diff v2.0.2 |
| 1814 | 2026-02-19T00:35:33.911Z | Downloaded async-lock v3.4.0 |
| 1815 | 2026-02-19T00:35:33.911Z | Downloaded cfg-expr v0.20.1 |
| 1816 | 2026-02-19T00:35:33.911Z | Downloaded criterion-plot v0.6.0 |
| 1817 | 2026-02-19T00:35:33.911Z | Downloaded datatest-stable v0.3.2 |
| 1818 | 2026-02-19T00:35:33.934Z | Downloaded futures-timer v3.0.3 |
| 1819 | 2026-02-19T00:35:33.934Z | Downloaded futures-lite v2.3.0 |
| 1820 | 2026-02-19T00:35:33.935Z | Downloaded async-channel v1.9.0 |
| 1821 | 2026-02-19T00:35:33.935Z | Downloaded cast v0.3.0 |
| 1822 | 2026-02-19T00:35:33.935Z | Downloaded proc-macro-crate v3.2.0 |
| 1823 | 2026-02-19T00:35:33.935Z | Downloaded partial-io v0.5.4 |
| 1824 | 2026-02-19T00:35:33.935Z | Downloaded owo-colors v3.5.0 |
| 1825 | 2026-02-19T00:35:33.960Z | Downloaded supports-unicode v2.1.0 |
| 1826 | 2026-02-19T00:35:33.960Z | Downloaded target-triple v0.1.3 |
| 1827 | 2026-02-19T00:35:33.960Z | Downloaded target-lexicon v0.13.2 |
| 1828 | 2026-02-19T00:35:33.960Z | Downloaded tinytemplate v1.2.1 |
| 1829 | 2026-02-19T00:35:33.960Z | Downloaded termcolor v1.4.1 |
| 1830 | 2026-02-19T00:35:33.960Z | Downloaded target-spec v3.5.0 |
| 1831 | 2026-02-19T00:35:33.960Z | Downloaded knuffel-derive v3.2.0 |
| 1832 | 2026-02-19T00:35:33.960Z | Downloaded httptest v0.16.3 |
| 1833 | 2026-02-19T00:35:33.988Z | Downloaded trybuild v1.0.106 |
| 1834 | 2026-02-19T00:35:33.988Z | Downloaded rstest_macros v0.25.0 |
| 1835 | 2026-02-19T00:35:33.989Z | Downloaded knuffel v3.2.0 |
| 1836 | 2026-02-19T00:35:33.989Z | Downloaded miette v5.10.0 |
| 1837 | 2026-02-19T00:35:34.019Z | Downloaded rstest v0.25.0 |
| 1838 | 2026-02-19T00:35:34.019Z | Downloaded guppy v0.17.20 |
| 1839 | 2026-02-19T00:35:34.019Z | Downloaded plotters v0.3.7 |
| 1840 | 2026-02-19T00:35:34.043Z | Downloaded rand_distr v0.5.1 |
| 1841 | 2026-02-19T00:35:34.043Z | Downloaded hashbrown v0.14.5 |
| 1842 | 2026-02-19T00:35:34.043Z | Downloaded async-std v1.13.0 |
| 1843 | 2026-02-19T00:35:34.067Z | Downloaded textwrap v0.15.2 |
| 1844 | 2026-02-19T00:35:34.067Z | Downloaded polling v3.7.3 |
| 1845 | 2026-02-19T00:35:34.091Z | Downloaded event-listener v5.3.1 |
| 1846 | 2026-02-19T00:35:34.092Z | Downloaded criterion v0.7.0 |
| 1847 | 2026-02-19T00:35:34.092Z | Downloaded supports-hyperlinks v2.1.0 |
| 1848 | 2026-02-19T00:35:34.092Z | Downloaded stringmetrics v2.2.2 |
| 1849 | 2026-02-19T00:35:34.092Z | Downloaded serde_regex v1.1.0 |
| 1850 | 2026-02-19T00:35:34.092Z | Downloaded rust-argon2 v2.1.0 |
| 1851 | 2026-02-19T00:35:34.092Z | Downloaded nested v0.1.1 |
| 1852 | 2026-02-19T00:35:34.092Z | Downloaded kv-log-macro v1.0.7 |
| 1853 | 2026-02-19T00:35:34.092Z | Downloaded fancy-regex v0.14.0 |
| 1854 | 2026-02-19T00:35:34.116Z | Downloaded event-listener-strategy v0.5.2 |
| 1855 | 2026-02-19T00:35:34.117Z | Downloaded terminal_size v0.1.17 |
| 1856 | 2026-02-19T00:35:34.117Z | Downloaded piper v0.2.4 |
| 1857 | 2026-02-19T00:35:34.117Z | Downloaded pathdiff v0.2.3 |
| 1858 | 2026-02-19T00:35:34.117Z | Downloaded path-tree v0.8.1 |
| 1859 | 2026-02-19T00:35:34.117Z | Downloaded relative-path v1.9.3 |
| 1860 | 2026-02-19T00:35:34.117Z | Downloaded libtest-mimic v0.8.1 |
| 1861 | 2026-02-19T00:35:34.117Z | Downloaded supports-color v2.1.0 |
| 1862 | 2026-02-19T00:35:34.117Z | Downloaded parking v2.2.1 |
| 1863 | 2026-02-19T00:35:34.117Z | Downloaded doc-comment v0.3.3 |
| 1864 | 2026-02-19T00:35:34.117Z | Downloaded similar-asserts v1.7.0 |
| 1865 | 2026-02-19T00:35:34.117Z | Downloaded plotters-svg v0.3.7 |
| 1866 | 2026-02-19T00:35:34.117Z | Downloaded plotters-backend v0.3.7 |
| 1867 | 2026-02-19T00:35:34.141Z | Downloaded oorandom v11.1.4 |
| 1868 | 2026-02-19T00:35:34.141Z | Downloaded miette-derive v5.10.0 |
| 1869 | 2026-02-19T00:35:34.141Z | Downloaded async-executor v1.13.1 |
| 1870 | 2026-02-19T00:35:34.141Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1871 | 2026-02-19T00:35:34.142Z | Downloaded event-listener v2.5.3 |
| 1872 | 2026-02-19T00:35:34.142Z | Downloaded async-object-pool v0.1.5 |
| 1873 | 2026-02-19T00:35:34.142Z | Downloaded anes v0.1.6 |
| 1874 | 2026-02-19T00:35:34.142Z | Downloaded async-attributes v1.1.2 |
| 1875 | 2026-02-19T00:35:34.142Z | Downloaded chumsky v0.9.3 |
| 1876 | 2026-02-19T00:35:34.142Z | Downloaded blake2b_simd v1.0.2 |
| 1877 | 2026-02-19T00:35:34.142Z | Downloaded async-process v2.3.0 |
| 1878 | 2026-02-19T00:35:34.142Z | Downloaded escape8259 v0.5.3 |
| 1879 | 2026-02-19T00:35:34.142Z | Downloaded blocking v1.6.1 |
| 1880 | 2026-02-19T00:35:34.142Z | Downloaded async-task v4.7.1 |
| 1881 | 2026-02-19T00:35:34.167Z | Downloaded async-signal v0.2.10 |
| 1882 | 2026-02-19T00:35:34.167Z | Downloaded async-global-executor v2.4.1 |
| 1883 | 2026-02-19T00:35:34.167Z | Downloaded concurrent-queue v2.5.0 |
| 1884 | 2026-02-19T00:35:34.167Z | Downloaded async-io v2.3.4 |
| 1885 | 2026-02-19T00:35:34.167Z | Downloaded approx v0.5.1 |
| 1886 | 2026-02-19T00:35:34.167Z | Downloaded backtrace-ext v0.2.1 |
| 1887 | 2026-02-19T00:35:34.167Z | Downloaded assert_cmd v2.0.17 |
| 1888 | 2026-02-19T00:35:34.167Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1889 | 2026-02-19T00:35:38.441Z | Checking cfg-if v1.0.4 |
| 1890 | 2026-02-19T00:35:38.548Z | Checking libc v0.2.180 |
| 1891 | 2026-02-19T00:35:38.548Z | Checking serde_core v1.0.228 |
| 1892 | 2026-02-19T00:35:38.667Z | Checking memchr v2.7.4 |
| 1893 | 2026-02-19T00:35:38.726Z | Checking smallvec v1.15.1 |
| 1894 | 2026-02-19T00:35:38.808Z | Checking value-bag v1.12.0 |
| 1895 | 2026-02-19T00:35:38.890Z | Checking itoa v1.0.11 |
| 1896 | 2026-02-19T00:35:39.044Z | Checking scopeguard v1.2.0 |
| 1897 | 2026-02-19T00:35:39.068Z | Checking libm v0.2.8 |
| 1898 | 2026-02-19T00:35:39.186Z | Checking lock_api v0.4.12 |
| 1899 | 2026-02-19T00:35:39.243Z | Checking zeroize v1.8.1 |
| 1900 | 2026-02-19T00:35:39.302Z | Checking log v0.4.29 |
| 1901 | 2026-02-19T00:35:39.365Z | Checking stable_deref_trait v1.2.0 |
| 1902 | 2026-02-19T00:35:39.532Z | Checking portable-atomic v1.11.0 |
| 1903 | 2026-02-19T00:35:39.594Z | Checking critical-section v1.1.3 |
| 1904 | 2026-02-19T00:35:39.660Z | Checking zerofrom v0.1.4 |
| 1905 | 2026-02-19T00:35:39.719Z | Checking zmij v1.0.15 |
| 1906 | 2026-02-19T00:35:39.813Z | Checking getrandom v0.2.15 |
| 1907 | 2026-02-19T00:35:39.870Z | Checking getrandom v0.3.4 |
| 1908 | 2026-02-19T00:35:39.932Z | Checking num-traits v0.2.19 |
| 1909 | 2026-02-19T00:35:39.997Z | Checking pin-project-lite v0.2.14 |
| 1910 | 2026-02-19T00:35:40.021Z | Checking yoke v0.7.4 |
| 1911 | 2026-02-19T00:35:40.108Z | Checking rand_core v0.6.4 |
| 1912 | 2026-02-19T00:35:40.179Z | Checking percent-encoding v2.3.2 |
| 1913 | 2026-02-19T00:35:40.203Z | Checking litemap v0.7.3 |
| 1914 | 2026-02-19T00:35:40.296Z | Checking writeable v0.5.5 |
| 1915 | 2026-02-19T00:35:40.439Z | Checking zerovec v0.10.4 |
| 1916 | 2026-02-19T00:35:40.503Z | Checking icu_locid_transform_data v1.5.0 |
| 1917 | 2026-02-19T00:35:40.529Z | Checking icu_properties_data v1.5.0 |
| 1918 | 2026-02-19T00:35:40.614Z | Checking once_cell v1.21.3 |
| 1919 | 2026-02-19T00:35:40.675Z | Checking byteorder v1.5.0 |
| 1920 | 2026-02-19T00:35:40.765Z | Checking subtle v2.6.1 |
| 1921 | 2026-02-19T00:35:40.789Z | Checking utf16_iter v1.0.5 |
| 1922 | 2026-02-19T00:35:40.879Z | Checking write16 v1.0.0 |
| 1923 | 2026-02-19T00:35:41.007Z | Checking icu_normalizer_data v1.5.0 |
| 1924 | 2026-02-19T00:35:41.072Z | Checking utf8_iter v1.0.4 |
| 1925 | 2026-02-19T00:35:41.135Z | Checking form_urlencoded v1.2.2 |
| 1926 | 2026-02-19T00:35:41.221Z | Checking parking_lot_core v0.9.10 |
| 1927 | 2026-02-19T00:35:41.280Z | Checking signal-hook-registry v1.4.2 |
| 1928 | 2026-02-19T00:35:41.356Z | Checking typenum v1.17.0 |
| 1929 | 2026-02-19T00:35:41.403Z | Checking mio v1.0.2 |
| 1930 | 2026-02-19T00:35:41.476Z | Checking futures-core v0.3.31 |
| 1931 | 2026-02-19T00:35:41.535Z | Checking allocator-api2 v0.2.21 |
| 1932 | 2026-02-19T00:35:41.613Z | Checking socket2 v0.6.1 |
| 1933 | 2026-02-19T00:35:41.669Z | Checking parking_lot v0.12.3 |
| 1934 | 2026-02-19T00:35:41.773Z | Checking iana-time-zone v0.1.63 |
| 1935 | 2026-02-19T00:35:42.038Z | Checking errno v0.3.12 |
| 1936 | 2026-02-19T00:35:42.113Z | Checking tinystr v0.7.6 |
| 1937 | 2026-02-19T00:35:42.113Z | Checking icu_collections v1.5.0 |
| 1938 | 2026-02-19T00:35:42.311Z | Checking equivalent v1.0.2 |
| 1939 | 2026-02-19T00:35:42.337Z | Checking const-oid v0.9.6 |
| 1940 | 2026-02-19T00:35:42.376Z | Checking zerocopy v0.7.35 |
| 1941 | 2026-02-19T00:35:42.400Z | Checking thiserror v1.0.69 |
| 1942 | 2026-02-19T00:35:42.496Z | Checking futures-io v0.3.31 |
| 1943 | 2026-02-19T00:35:42.561Z | Checking generic-array v0.14.7 |
| 1944 | 2026-02-19T00:35:42.586Z | Checking icu_locid v1.5.0 |
| 1945 | 2026-02-19T00:35:42.678Z | Checking serde v1.0.228 |
| 1946 | 2026-02-19T00:35:42.702Z | Checking serde_json v1.0.149 |
| 1947 | 2026-02-19T00:35:42.792Z | Checking uuid v1.19.0 |
| 1948 | 2026-02-19T00:35:42.927Z | Checking semver v1.0.27 |
| 1949 | 2026-02-19T00:35:43.398Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1950 | 2026-02-19T00:35:43.554Z | Checking thiserror v2.0.18 |
| 1951 | 2026-02-19T00:35:43.615Z | Checking icu_provider v1.5.0 |
| 1952 | 2026-02-19T00:35:43.676Z | Checking dyn-clone v1.0.20 |
| 1953 | 2026-02-19T00:35:43.798Z | Checking slab v0.4.9 |
| 1954 | 2026-02-19T00:35:43.918Z | Checking bytes v1.11.1 |
| 1955 | 2026-02-19T00:35:43.983Z | Checking bitflags v2.9.4 |
| 1956 | 2026-02-19T00:35:44.041Z | Checking crypto-common v0.1.6 |
| 1957 | 2026-02-19T00:35:44.103Z | Checking chrono v0.4.43 |
| 1958 | 2026-02-19T00:35:44.168Z | Checking block-buffer v0.10.4 |
| 1959 | 2026-02-19T00:35:44.236Z | Checking futures-sink v0.3.31 |
| 1960 | 2026-02-19T00:35:44.335Z | Checking pin-utils v0.1.0 |
| 1961 | 2026-02-19T00:35:44.399Z | Checking icu_locid_transform v1.5.0 |
| 1962 | 2026-02-19T00:35:44.464Z | Checking cpufeatures v0.2.14 |
| 1963 | 2026-02-19T00:35:44.533Z | Checking hashbrown v0.16.1 |
| 1964 | 2026-02-19T00:35:44.557Z | Checking digest v0.10.7 |
| 1965 | 2026-02-19T00:35:44.557Z | Checking futures-channel v0.3.31 |
| 1966 | 2026-02-19T00:35:44.725Z | Checking rustix v0.38.37 |
| 1967 | 2026-02-19T00:35:44.782Z | Checking futures-task v0.3.31 |
| 1968 | 2026-02-19T00:35:45.048Z | Checking ppv-lite86 v0.2.20 |
| 1969 | 2026-02-19T00:35:45.107Z | Checking futures-util v0.3.31 |
| 1970 | 2026-02-19T00:35:45.170Z | Checking tokio v1.49.0 |
| 1971 | 2026-02-19T00:35:45.170Z | Checking foldhash v0.1.5 |
| 1972 | 2026-02-19T00:35:45.526Z | Checking icu_properties v1.5.1 |
| 1973 | 2026-02-19T00:35:45.597Z | Checking hashbrown v0.15.4 |
| 1974 | 2026-02-19T00:35:45.659Z | Checking indexmap v2.13.0 |
| 1975 | 2026-02-19T00:35:45.875Z | Checking fnv v1.0.7 |
| 1976 | 2026-02-19T00:35:46.101Z | Checking tracing-core v0.1.32 |
| 1977 | 2026-02-19T00:35:46.262Z | Checking regex-syntax v0.8.5 |
| 1978 | 2026-02-19T00:35:46.746Z | Checking http v1.4.0 |
| 1979 | 2026-02-19T00:35:46.862Z | Checking tracing v0.1.40 |
| 1980 | 2026-02-19T00:35:47.109Z | Checking spin v0.9.8 |
| 1981 | 2026-02-19T00:35:47.331Z | Checking crossbeam-utils v0.8.21 |
| 1982 | 2026-02-19T00:35:47.555Z | Checking adler2 v2.0.0 |
| 1983 | 2026-02-19T00:35:47.795Z | Checking miniz_oxide v0.8.5 |
| 1984 | 2026-02-19T00:35:47.959Z | Checking utf8parse v0.2.2 |
| 1985 | 2026-02-19T00:35:48.187Z | Checking base64 v0.22.1 |
| 1986 | 2026-02-19T00:35:48.249Z | Checking base64ct v1.6.0 |
| 1987 | 2026-02-19T00:35:48.274Z | Checking unicode-ident v1.0.19 |
| 1988 | 2026-02-19T00:35:48.563Z | Checking proc-macro2 v1.0.101 |
| 1989 | 2026-02-19T00:35:48.624Z | Checking block-padding v0.3.3 |
| 1990 | 2026-02-19T00:35:48.757Z | Checking anstyle v1.0.11 |
| 1991 | 2026-02-19T00:35:48.843Z | Checking ipnet v2.11.0 |
| 1992 | 2026-02-19T00:35:48.922Z | Checking inout v0.1.3 |
| 1993 | 2026-02-19T00:35:49.170Z | Checking icu_normalizer v1.5.0 |
| 1994 | 2026-02-19T00:35:49.247Z | Checking aho-corasick v1.1.3 |
| 1995 | 2026-02-19T00:35:49.315Z | Checking cipher v0.4.4 |
| 1996 | 2026-02-19T00:35:49.375Z | Checking quote v1.0.40 |
| 1997 | 2026-02-19T00:35:49.443Z | Checking anstyle-parse v0.2.5 |
| 1998 | 2026-02-19T00:35:49.505Z | Checking is_terminal_polyfill v1.70.1 |
| 1999 | 2026-02-19T00:35:49.694Z | Checking anstyle-query v1.1.1 |
| 2000 | 2026-02-19T00:35:49.769Z | Checking syn v2.0.114 |
| 2001 | 2026-02-19T00:35:49.822Z | Checking colorchoice v1.0.2 |
| 2002 | 2026-02-19T00:35:49.846Z | Checking powerfmt v0.2.0 |
| 2003 | 2026-02-19T00:35:49.946Z | Checking num-conv v0.1.0 |
| 2004 | 2026-02-19T00:35:49.970Z | Checking time-core v0.1.6 |
| 2005 | 2026-02-19T00:35:50.065Z | Checking anstream v0.6.18 |
| 2006 | 2026-02-19T00:35:50.127Z | Checking idna_adapter v1.2.0 |
| 2007 | 2026-02-19T00:35:50.241Z | Checking deranged v0.5.3 |
| 2008 | 2026-02-19T00:35:50.298Z | Checking atomic-waker v1.1.2 |
| 2009 | 2026-02-19T00:35:50.367Z | Checking num_threads v0.1.7 |
| 2010 | 2026-02-19T00:35:50.448Z | Checking idna v1.0.3 |
| 2011 | 2026-02-19T00:35:50.528Z | Checking fastrand v2.1.1 |
| 2012 | 2026-02-19T00:35:50.552Z | Checking pem-rfc7468 v0.7.0 |
| 2013 | 2026-02-19T00:35:50.641Z | Checking terminal_size v0.4.0 |
| 2014 | 2026-02-19T00:35:50.905Z | Checking sha2 v0.10.9 |
| 2015 | 2026-02-19T00:35:50.969Z | Checking gimli v0.31.1 |
| 2016 | 2026-02-19T00:35:50.994Z | Checking regex-automata v0.4.11 |
| 2017 | 2026-02-19T00:35:50.994Z | Checking untrusted v0.9.0 |
| 2018 | 2026-02-19T00:35:51.161Z | Checking url v2.5.4 |
| 2019 | 2026-02-19T00:35:51.362Z | Checking ring v0.17.14 |
| 2020 | 2026-02-19T00:35:51.527Z | Checking hmac v0.12.1 |
| 2021 | 2026-02-19T00:35:51.843Z | Checking object v0.36.5 |
| 2022 | 2026-02-19T00:35:52.108Z | Checking schemars v0.8.22 |
| 2023 | 2026-02-19T00:35:52.786Z | Checking time v0.3.43 |
| 2024 | 2026-02-19T00:35:52.961Z | Checking tokio-util v0.7.15 |
| 2025 | 2026-02-19T00:35:53.807Z | Checking zerocopy v0.8.27 |
| 2026 | 2026-02-19T00:35:53.865Z | Checking httparse v1.9.5 |
| 2027 | 2026-02-19T00:35:54.441Z | Checking clap_lex v0.7.4 |
| 2028 | 2026-02-19T00:35:54.539Z | Checking strsim v0.11.1 |
| 2029 | 2026-02-19T00:35:54.732Z | Checking addr2line v0.24.2 |
| 2030 | 2026-02-19T00:35:54.804Z | Checking rustc-demangle v0.1.24 |
| 2031 | 2026-02-19T00:35:54.921Z | Checking clap_builder v4.5.48 |
| 2032 | 2026-02-19T00:35:55.361Z | Checking lazy_static v1.5.0 |
| 2033 | 2026-02-19T00:35:55.422Z | Checking flagset v0.4.6 |
| 2034 | 2026-02-19T00:35:55.484Z | Checking rand_chacha v0.3.1 |
| 2035 | 2026-02-19T00:35:55.592Z | Checking rustls-pki-types v1.10.0 |
| 2036 | 2026-02-19T00:35:55.652Z | Checking http-body v1.0.1 |
| 2037 | 2026-02-19T00:35:55.731Z | Checking der v0.7.10 |
| 2038 | 2026-02-19T00:35:55.790Z | Checking aws-lc-sys v0.26.0 |
| 2039 | 2026-02-19T00:35:55.959Z | Checking rand v0.8.5 |
| 2040 | 2026-02-19T00:35:56.011Z | Checking httpdate v1.0.3 |
| 2041 | 2026-02-19T00:35:56.248Z | Checking try-lock v0.2.5 |
| 2042 | 2026-02-19T00:35:56.340Z | Checking untrusted v0.7.1 |
| 2043 | 2026-02-19T00:35:56.462Z | Checking want v0.3.1 |
| 2044 | 2026-02-19T00:35:56.594Z | Checking h2 v0.4.6 |
| 2045 | 2026-02-19T00:35:56.746Z | Checking tower-layer v0.3.3 |
| 2046 | 2026-02-19T00:35:57.061Z | Checking tower-service v0.3.3 |
| 2047 | 2026-02-19T00:35:57.179Z | Checking ryu v1.0.18 |
| 2048 | 2026-02-19T00:35:57.233Z | Checking erased-serde v0.3.31 |
| 2049 | 2026-02-19T00:35:57.293Z | Checking rand_core v0.9.3 |
| 2050 | 2026-02-19T00:35:57.501Z | Checking pbkdf2 v0.12.2 |
| 2051 | 2026-02-19T00:35:57.558Z | Checking spki v0.7.3 |
| 2052 | 2026-02-19T00:35:57.697Z | Checking aes v0.8.4 |
| 2053 | 2026-02-19T00:35:57.754Z | Checking mime v0.3.17 |
| 2054 | 2026-02-19T00:35:57.934Z | Checking cbc v0.1.2 |
| 2055 | 2026-02-19T00:35:57.991Z | Checking aws-lc-rs v1.12.4 |
| 2056 | 2026-02-19T00:35:58.063Z | Checking backtrace v0.3.74 |
| 2057 | 2026-02-19T00:35:58.087Z | Checking clap v4.5.48 |
| 2058 | 2026-02-19T00:35:58.177Z | Checking salsa20 v0.10.2 |
| 2059 | 2026-02-19T00:35:58.238Z | Checking rustix v1.1.3 |
| 2060 | 2026-02-19T00:35:58.305Z | Checking rand_chacha v0.9.0 |
| 2061 | 2026-02-19T00:35:58.359Z | Checking slog v2.8.2 |
| 2062 | 2026-02-19T00:35:58.464Z | Checking scrypt v0.11.0 |
| 2063 | 2026-02-19T00:35:58.622Z | Checking http-body-util v0.1.3 |
| 2064 | 2026-02-19T00:35:58.679Z | Checking anyhow v1.0.99 |
| 2065 | 2026-02-19T00:35:58.745Z | Checking regex v1.11.3 |
| 2066 | 2026-02-19T00:35:58.806Z | Checking pkcs5 v0.7.1 |
| 2067 | 2026-02-19T00:35:58.926Z | Checking rand v0.9.2 |
| 2068 | 2026-02-19T00:35:59.117Z | Checking openssl-probe v0.1.5 |
| 2069 | 2026-02-19T00:35:59.172Z | Checking foreign-types-shared v0.1.1 |
| 2070 | 2026-02-19T00:35:59.335Z | Checking serde_urlencoded v0.7.1 |
| 2071 | 2026-02-19T00:35:59.394Z | Checking foreign-types v0.3.2 |
| 2072 | 2026-02-19T00:35:59.418Z | Checking pkcs8 v0.10.2 |
| 2073 | 2026-02-19T00:35:59.418Z | Checking hex v0.4.3 |
| 2074 | 2026-02-19T00:35:59.565Z | Checking openssl-sys v0.9.109 |
| 2075 | 2026-02-19T00:35:59.791Z | Checking rustls-webpki v0.102.8 |
| 2076 | 2026-02-19T00:35:59.859Z | Checking encoding_rs v0.8.34 |
| 2077 | 2026-02-19T00:35:59.923Z | Checking ipnetwork v0.21.1 |
| 2078 | 2026-02-19T00:35:59.947Z | Checking plain v0.2.3 |
| 2079 | 2026-02-19T00:36:00.037Z | Checking ucd-trie v0.1.7 |
| 2080 | 2026-02-19T00:36:00.224Z | Checking sync_wrapper v1.0.1 |
| 2081 | 2026-02-19T00:36:00.322Z | Checking tempfile v3.24.0 |
| 2082 | 2026-02-19T00:36:00.378Z | Checking pest v2.8.2 |
| 2083 | 2026-02-19T00:36:00.446Z | Checking psl-types v2.0.11 |
| 2084 | 2026-02-19T00:36:00.470Z | Checking either v1.15.0 |
| 2085 | 2026-02-19T00:36:00.641Z | Checking rustls v0.23.19 |
| 2086 | 2026-02-19T00:36:00.693Z | Checking pretty-hex v0.4.1 |
| 2087 | 2026-02-19T00:36:00.764Z | Checking publicsuffix v2.3.0 |
| 2088 | 2026-02-19T00:36:00.821Z | Checking openssl v0.10.73 |
| 2089 | 2026-02-19T00:36:00.938Z | Checking tower v0.5.2 |
| 2090 | 2026-02-19T00:36:00.992Z | Checking rustls-native-certs v0.8.1 |
| 2091 | 2026-02-19T00:36:01.120Z | Checking webpki-roots v1.0.1 |
| 2092 | 2026-02-19T00:36:01.318Z | Checking cookie v0.18.1 |
| 2093 | 2026-02-19T00:36:01.373Z | Checking openapiv3 v2.2.0 |
| 2094 | 2026-02-19T00:36:01.726Z | Checking iri-string v0.7.8 |
| 2095 | 2026-02-19T00:36:01.821Z | Checking cookie_store v0.21.1 |
| 2096 | 2026-02-19T00:36:01.992Z | Checking signature v2.2.0 |
| 2097 | 2026-02-19T00:36:02.239Z | Checking serde_spanned v0.6.9 |
| 2098 | 2026-02-19T00:36:02.448Z | Checking hyper v1.8.1 |
| 2099 | 2026-02-19T00:36:02.498Z | Checking toml_datetime v0.6.11 |
| 2100 | 2026-02-19T00:36:02.555Z | Checking winnow v0.7.14 |
| 2101 | 2026-02-19T00:36:02.911Z | Checking sha1 v0.10.6 |
| 2102 | 2026-02-19T00:36:02.963Z | Checking strum v0.26.3 |
| 2103 | 2026-02-19T00:36:03.185Z | Checking static_assertions v1.1.0 |
| 2104 | 2026-02-19T00:36:03.280Z | Checking data-encoding v2.9.0 |
| 2105 | 2026-02-19T00:36:03.341Z | Checking oxnet v0.1.4 |
| 2106 | 2026-02-19T00:36:03.852Z | Checking tinyvec_macros v0.1.1 |
| 2107 | 2026-02-19T00:36:03.905Z | Checking quick-error v1.2.3 |
| 2108 | 2026-02-19T00:36:04.012Z | Checking tinyvec v1.8.0 |
| 2109 | 2026-02-19T00:36:04.132Z | Checking hubpack v0.1.2 |
| 2110 | 2026-02-19T00:36:04.190Z | Checking tower-http v0.6.6 |
| 2111 | 2026-02-19T00:36:04.274Z | Checking num-integer v0.1.46 |
| 2112 | 2026-02-19T00:36:04.404Z | Checking hyper-util v0.1.19 |
| 2113 | 2026-02-19T00:36:04.477Z | Checking bit-vec v0.8.0 |
| 2114 | 2026-02-19T00:36:04.751Z | Checking base16ct v0.2.0 |
| 2115 | 2026-02-19T00:36:04.803Z | Checking scroll v0.12.0 |
| 2116 | 2026-02-19T00:36:04.897Z | Checking bit-set v0.8.0 |
| 2117 | 2026-02-19T00:36:05.013Z | Checking sec1 v0.7.3 |
| 2118 | 2026-02-19T00:36:05.209Z | Checking ff v0.13.0 |
| 2119 | 2026-02-19T00:36:05.261Z | Checking wait-timeout v0.2.0 |
| 2120 | 2026-02-19T00:36:05.319Z | Checking crc32fast v1.4.2 |
| 2121 | 2026-02-19T00:36:05.370Z | Checking goblin v0.8.2 |
| 2122 | 2026-02-19T00:36:05.433Z | Checking native-tls v0.2.12 |
| 2123 | 2026-02-19T00:36:05.508Z | Checking group v0.13.0 |
| 2124 | 2026-02-19T00:36:05.532Z | Checking num-iter v0.1.45 |
| 2125 | 2026-02-19T00:36:05.629Z | Checking ahash v0.8.12 |
| 2126 | 2026-02-19T00:36:05.653Z | Checking tokio-rustls v0.26.0 |
| 2127 | 2026-02-19T00:36:05.653Z | Checking bstr v1.10.0 |
| 2128 | 2026-02-19T00:36:05.815Z | Checking hkdf v0.12.4 |
| 2129 | 2026-02-19T00:36:05.869Z | Checking tokio-native-tls v0.3.1 |
| 2130 | 2026-02-19T00:36:05.893Z | Checking crypto-bigint v0.5.5 |
| 2131 | 2026-02-19T00:36:06.046Z | Checking rusty-fork v0.3.0 |
| 2132 | 2026-02-19T00:36:06.109Z | Checking dtrace-parser v0.2.0 |
| 2133 | 2026-02-19T00:36:06.177Z | Checking rand_xorshift v0.4.0 |
| 2134 | 2026-02-19T00:36:06.234Z | Checking crossbeam-epoch v0.9.18 |
| 2135 | 2026-02-19T00:36:06.415Z | Checking thread-id v4.2.2 |
| 2136 | 2026-02-19T00:36:06.467Z | Checking unarray v0.1.4 |
| 2137 | 2026-02-19T00:36:06.589Z | Checking zlib-rs v0.5.1 |
| 2138 | 2026-02-19T00:36:06.647Z | Checking num-bigint-dig v0.8.6 |
| 2139 | 2026-02-19T00:36:06.670Z | Checking pkcs1 v0.7.5 |
| 2140 | 2026-02-19T00:36:06.771Z | Checking proptest v1.7.0 |
| 2141 | 2026-02-19T00:36:06.795Z | Checking x509-cert v0.2.5 |
| 2142 | 2026-02-19T00:36:07.154Z | Checking scroll v0.13.0 |
| 2143 | 2026-02-19T00:36:07.210Z | Checking hyper-rustls v0.27.7 |
| 2144 | 2026-02-19T00:36:07.682Z | Checking hyper-tls v0.6.0 |
| 2145 | 2026-02-19T00:36:07.732Z | Checking unicode-segmentation v1.12.0 |
| 2146 | 2026-02-19T00:36:08.033Z | Checking reqwest v0.12.24 |
| 2147 | 2026-02-19T00:36:08.360Z | Checking libz-rs-sys v0.5.1 |
| 2148 | 2026-02-19T00:36:08.412Z | Checking toml_write v0.1.2 |
| 2149 | 2026-02-19T00:36:08.476Z | Checking goblin v0.10.2 |
| 2150 | 2026-02-19T00:36:08.553Z | Checking elliptic-curve v0.13.8 |
| 2151 | 2026-02-19T00:36:08.577Z | Checking rsa v0.9.8 |
| 2152 | 2026-02-19T00:36:08.661Z | Checking flate2 v1.1.2 |
| 2153 | 2026-02-19T00:36:08.788Z | Checking toml_edit v0.22.27 |
| 2154 | 2026-02-19T00:36:09.316Z | Checking rfc6979 v0.4.0 |
| 2155 | 2026-02-19T00:36:09.369Z | Checking memmap2 v0.9.8 |
| 2156 | 2026-02-19T00:36:09.571Z | Checking winnow v0.5.40 |
| 2157 | 2026-02-19T00:36:09.623Z | Checking bitflags v1.3.2 |
| 2158 | 2026-02-19T00:36:09.715Z | Checking ecdsa v0.16.9 |
| 2159 | 2026-02-19T00:36:09.800Z | Checking dtrace-parser v0.3.0 |
| 2160 | 2026-02-19T00:36:09.934Z | Checking dof v0.3.0 |
| 2161 | 2026-02-19T00:36:09.993Z | Checking curve25519-dalek v4.1.3 |
| 2162 | 2026-02-19T00:36:10.320Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2163 | 2026-02-19T00:36:10.485Z | Checking env_filter v0.1.2 |
| 2164 | 2026-02-19T00:36:10.535Z | Checking thread-id v5.0.0 |
| 2165 | 2026-02-19T00:36:10.601Z | Checking usdt-impl v0.5.0 |
| 2166 | 2026-02-19T00:36:10.719Z | Checking keccak v0.1.5 |
| 2167 | 2026-02-19T00:36:10.777Z | Checking env_logger v0.11.8 |
| 2168 | 2026-02-19T00:36:10.986Z | Checking newtype-uuid v1.3.2 |
| 2169 | 2026-02-19T00:36:11.090Z | Checking sha3 v0.10.8 |
| 2170 | 2026-02-19T00:36:11.175Z | Checking ed25519 v2.2.3 |
| 2171 | 2026-02-19T00:36:11.226Z | Checking itertools v0.13.0 |
| 2172 | 2026-02-19T00:36:11.385Z | Checking daft v0.1.4 |
| 2173 | 2026-02-19T00:36:11.440Z | Checking serde_with v3.16.1 |
| 2174 | 2026-02-19T00:36:11.527Z | Checking unicode-normalization v0.1.24 |
| 2175 | 2026-02-19T00:36:11.578Z | Checking memoffset v0.9.1 |
| 2176 | 2026-02-19T00:36:11.719Z | Checking ed25519-dalek v2.1.1 |
| 2177 | 2026-02-19T00:36:11.771Z | Checking signal-hook v0.3.18 |
| 2178 | 2026-02-19T00:36:11.910Z | Checking managed v0.8.0 |
| 2179 | 2026-02-19T00:36:12.155Z | Checking signal-hook-mio v0.2.4 |
| 2180 | 2026-02-19T00:36:12.209Z | Checking bzip2 v0.4.4 |
| 2181 | 2026-02-19T00:36:12.233Z | Checking toml_edit v0.19.15 |
| 2182 | 2026-02-19T00:36:12.328Z | Checking ref-cast v1.0.25 |
| 2183 | 2026-02-19T00:36:12.391Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2184 | 2026-02-19T00:36:12.452Z | Checking siphasher v0.3.11 |
| 2185 | 2026-02-19T00:36:12.542Z | Checking lockfree-object-pool v0.1.6 |
| 2186 | 2026-02-19T00:36:12.597Z | Checking zip v0.6.6 |
| 2187 | 2026-02-19T00:36:12.703Z | Checking zstd-safe v7.2.3 |
| 2188 | 2026-02-19T00:36:12.817Z | Checking bumpalo v3.16.0 |
| 2189 | 2026-02-19T00:36:12.873Z | Checking simd-adler32 v0.3.7 |
| 2190 | 2026-02-19T00:36:13.071Z | Checking zstd v0.13.3 |
| 2191 | 2026-02-19T00:36:13.194Z | Checking phf_shared v0.11.2 |
| 2192 | 2026-02-19T00:36:13.283Z | Checking zopfli v0.8.1 |
| 2193 | 2026-02-19T00:36:13.340Z | Checking crossterm v0.28.1 |
| 2194 | 2026-02-19T00:36:13.504Z | Checking bzip2 v0.5.2 |
| 2195 | 2026-02-19T00:36:13.556Z | Checking similar v2.7.0 |
| 2196 | 2026-02-19T00:36:13.616Z | Checking serde-big-array v0.5.1 |
| 2197 | 2026-02-19T00:36:13.856Z | Checking hash32 v0.2.1 |
| 2198 | 2026-02-19T00:36:13.910Z | Checking socket2 v0.5.10 |
| 2199 | 2026-02-19T00:36:13.996Z | Checking winnow v0.6.26 |
| 2200 | 2026-02-19T00:36:14.153Z | Checking dof v0.4.0 |
| 2201 | 2026-02-19T00:36:14.226Z | Checking unicode-properties v0.1.3 |
| 2202 | 2026-02-19T00:36:14.446Z | Checking predicates-core v1.0.8 |
| 2203 | 2026-02-19T00:36:14.496Z | Checking unicode-bidi v0.3.17 |
| 2204 | 2026-02-19T00:36:14.622Z | Checking jiff v0.2.15 |
| 2205 | 2026-02-19T00:36:14.671Z | Checking toml v0.7.8 |
| 2206 | 2026-02-19T00:36:14.729Z | Checking heapless v0.7.17 |
| 2207 | 2026-02-19T00:36:14.925Z | Checking hickory-proto v0.25.2 |
| 2208 | 2026-02-19T00:36:14.982Z | Checking tokio-stream v0.1.17 |
| 2209 | 2026-02-19T00:36:15.041Z | Checking usdt-impl v0.6.0 |
| 2210 | 2026-02-19T00:36:15.149Z | Checking stringprep v0.1.5 |
| 2211 | 2026-02-19T00:36:15.420Z | Checking fs-err v3.1.1 |
| 2212 | 2026-02-19T00:36:15.482Z | Checking md-5 v0.10.6 |
| 2213 | 2026-02-19T00:36:15.612Z | Checking usdt v0.6.0 |
| 2214 | 2026-02-19T00:36:15.665Z | Checking float-cmp v0.10.0 |
| 2215 | 2026-02-19T00:36:15.765Z | Checking normalize-line-endings v0.3.0 |
| 2216 | 2026-02-19T00:36:15.821Z | Checking rustc-hash v2.1.1 |
| 2217 | 2026-02-19T00:36:15.958Z | Checking difflib v0.4.0 |
| 2218 | 2026-02-19T00:36:16.010Z | Checking foldhash v0.2.0 |
| 2219 | 2026-02-19T00:36:16.073Z | Checking fallible-iterator v0.2.0 |
| 2220 | 2026-02-19T00:36:16.098Z | Checking smoltcp v0.9.1 |
| 2221 | 2026-02-19T00:36:16.098Z | Checking nix v0.29.0 |
| 2222 | 2026-02-19T00:36:16.352Z | Checking iddqd v0.3.16 |
| 2223 | 2026-02-19T00:36:16.406Z | Checking predicates v3.1.3 |
| 2224 | 2026-02-19T00:36:16.523Z | Checking itertools v0.10.5 |
| 2225 | 2026-02-19T00:36:16.673Z | Checking postgres-protocol v0.6.8 |
| 2226 | 2026-02-19T00:36:17.124Z | Checking buf-list v1.0.3 |
| 2227 | 2026-02-19T00:36:17.362Z | Checking strum v0.27.2 |
| 2228 | 2026-02-19T00:36:17.534Z | Checking fixedbitset v0.5.7 |
| 2229 | 2026-02-19T00:36:17.593Z | Checking lalrpop-util v0.19.12 |
| 2230 | 2026-02-19T00:36:17.593Z | Checking fixedbitset v0.4.2 |
| 2231 | 2026-02-19T00:36:17.704Z | Checking precomputed-hash v0.1.1 |
| 2232 | 2026-02-19T00:36:17.913Z | Checking new_debug_unreachable v1.0.6 |
| 2233 | 2026-02-19T00:36:17.974Z | Checking petgraph v0.8.2 |
| 2234 | 2026-02-19T00:36:17.998Z | Checking petgraph v0.6.5 |
| 2235 | 2026-02-19T00:36:18.110Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2236 | 2026-02-19T00:36:18.134Z | Checking string_cache v0.8.9 |
| 2237 | 2026-02-19T00:36:18.338Z | Checking postgres-types v0.2.9 |
| 2238 | 2026-02-19T00:36:18.541Z | Checking phf v0.11.2 |
| 2239 | 2026-02-19T00:36:18.646Z | Checking itertools v0.12.1 |
| 2240 | 2026-02-19T00:36:18.885Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2241 | 2026-02-19T00:36:19.142Z | Checking minimal-lexical v0.2.1 |
| 2242 | 2026-02-19T00:36:19.311Z | Checking whoami v1.5.2 |
| 2243 | 2026-02-19T00:36:19.574Z | Checking peg-runtime v0.8.5 |
| 2244 | 2026-02-19T00:36:19.670Z | Checking tokio-postgres v0.7.13 |
| 2245 | 2026-02-19T00:36:19.876Z | Checking nom v7.1.3 |
| 2246 | 2026-02-19T00:36:20.457Z | Checking zip v4.2.0 |
| 2247 | 2026-02-19T00:36:21.060Z | Checking camino v1.2.2 |
| 2248 | 2026-02-19T00:36:21.202Z | Compiling regress v0.10.4 |
| 2249 | 2026-02-19T00:36:21.520Z | Checking futures-executor v0.3.31 |
| 2250 | 2026-02-19T00:36:21.667Z | Checking is-terminal v0.4.13 |
| 2251 | 2026-02-19T00:36:21.734Z | Compiling unsafe-libyaml v0.2.11 |
| 2252 | 2026-02-19T00:36:21.817Z | Checking futures v0.3.31 |
| 2253 | 2026-02-19T00:36:21.875Z | Checking crossbeam-channel v0.5.15 |
| 2254 | 2026-02-19T00:36:21.900Z | Checking heck v0.5.0 |
| 2255 | 2026-02-19T00:36:22.019Z | Checking thread_local v1.1.8 |
| 2256 | 2026-02-19T00:36:22.219Z | Compiling rustls v0.22.4 |
| 2257 | 2026-02-19T00:36:22.473Z | Compiling newtype-uuid-macros v0.1.0 |
| 2258 | 2026-02-19T00:36:22.631Z | Compiling structmeta-derive v0.3.0 |
| 2259 | 2026-02-19T00:36:22.703Z | Checking term v1.1.0 |
| 2260 | 2026-02-19T00:36:22.758Z | Checking take_mut v0.2.2 |
| 2261 | 2026-02-19T00:36:23.024Z | Checking slog-async v2.8.0 |
| 2262 | 2026-02-19T00:36:23.274Z | Compiling serde_yaml v0.9.34+deprecated |
| 2263 | 2026-02-19T00:36:23.467Z | Checking slog-term v2.9.2 |
| 2264 | 2026-02-19T00:36:23.587Z | Compiling multer v3.1.0 |
| 2265 | 2026-02-19T00:36:23.845Z | Compiling async-stream-impl v0.3.6 |
| 2266 | 2026-02-19T00:36:24.090Z | Compiling dropshot v0.16.7 |
| 2267 | 2026-02-19T00:36:24.114Z | Checking match_cfg v0.1.0 |
| 2268 | 2026-02-19T00:36:24.205Z | Compiling dropshot_endpoint v0.16.7 |
| 2269 | 2026-02-19T00:36:24.317Z | Checking hostname v0.3.1 |
| 2270 | 2026-02-19T00:36:24.545Z | Checking debug-ignore v1.0.5 |
| 2271 | 2026-02-19T00:36:24.600Z | Checking unicode-width v0.1.14 |
| 2272 | 2026-02-19T00:36:24.778Z | Checking slog-json v2.6.1 |
| 2273 | 2026-02-19T00:36:25.056Z | Compiling typify-impl v0.4.3 |
| 2274 | 2026-02-19T00:36:25.127Z | Compiling structmeta v0.3.0 |
| 2275 | 2026-02-19T00:36:25.187Z | Checking slog-bunyan v2.5.0 |
| 2276 | 2026-02-19T00:36:25.211Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2277 | 2026-02-19T00:36:25.450Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 2278 | 2026-02-19T00:36:25.601Z | Compiling derive-ex v0.1.8 |
| 2279 | 2026-02-19T00:36:26.220Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2280 | 2026-02-19T00:36:26.274Z | Checking serde_spanned v1.0.4 |
| 2281 | 2026-02-19T00:36:26.564Z | Checking serde_path_to_error v0.1.20 |
| 2282 | 2026-02-19T00:36:26.704Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2283 | 2026-02-19T00:36:27.117Z | Checking toml v0.9.11+spec-1.1.0 |
| 2284 | 2026-02-19T00:36:27.212Z | Checking async-stream v0.3.6 |
| 2285 | 2026-02-19T00:36:28.032Z | Checking rustls-pemfile v2.2.0 |
| 2286 | 2026-02-19T00:36:28.188Z | Checking waitgroup v0.1.2 |
| 2287 | 2026-02-19T00:36:28.344Z | Checking hostname v0.4.2 |
| 2288 | 2026-02-19T00:36:28.419Z | Checking progenitor-client v0.10.0 |
| 2289 | 2026-02-19T00:36:28.584Z | Compiling parse-display-derive v0.10.0 |
| 2290 | 2026-02-19T00:36:28.682Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2291 | 2026-02-19T00:36:28.797Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2292 | 2026-02-19T00:36:28.872Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2293 | 2026-02-19T00:36:28.941Z | Checking macaddr v1.0.1 |
| 2294 | 2026-02-19T00:36:29.003Z | Checking tabwriter v1.4.0 |
| 2295 | 2026-02-19T00:36:29.376Z | Checking itertools v0.14.0 |
| 2296 | 2026-02-19T00:36:29.445Z | Checking instant v0.1.13 |
| 2297 | 2026-02-19T00:36:29.604Z | Checking progenitor-client v0.11.2 |
| 2298 | 2026-02-19T00:36:29.661Z | Compiling test-strategy v0.4.3 |
| 2299 | 2026-02-19T00:36:29.758Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2300 | 2026-02-19T00:36:29.783Z | Checking backoff v0.4.0 |
| 2301 | 2026-02-19T00:36:30.006Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2302 | 2026-02-19T00:36:30.129Z | Checking colored v3.0.0 |
| 2303 | 2026-02-19T00:36:30.204Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2304 | 2026-02-19T00:36:30.576Z | Checking tokio-rustls v0.25.0 |
| 2305 | 2026-02-19T00:36:30.634Z | Checking camino-tempfile v1.4.1 |
| 2306 | 2026-02-19T00:36:30.998Z | Checking crossbeam-deque v0.8.5 |
| 2307 | 2026-02-19T00:36:31.386Z | Checking toml v0.8.23 |
| 2308 | 2026-02-19T00:36:31.436Z | Compiling rayon-core v1.12.1 |
| 2309 | 2026-02-19T00:36:31.992Z | Compiling proc-macro-error v1.0.4 |
| 2310 | 2026-02-19T00:36:32.196Z | Compiling crucible-workspace-hack v0.1.0 |
| 2311 | 2026-02-19T00:36:32.351Z | Checking parse-display v0.10.0 |
| 2312 | 2026-02-19T00:36:32.751Z | Compiling proc-macro-crate v1.3.1 |
| 2313 | 2026-02-19T00:36:32.775Z | Compiling nix v0.30.1 |
| 2314 | 2026-02-19T00:36:32.897Z | Checking rayon v1.10.0 |
| 2315 | 2026-02-19T00:36:32.921Z | Checking glob v0.3.2 |
| 2316 | 2026-02-19T00:36:33.345Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2317 | 2026-02-19T00:36:33.399Z | Compiling heapless v0.8.0 |
| 2318 | 2026-02-19T00:36:33.722Z | Checking unicode-width v0.2.0 |
| 2319 | 2026-02-19T00:36:33.779Z | Compiling num_enum_derive v0.5.11 |
| 2320 | 2026-02-19T00:36:33.914Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2321 | 2026-02-19T00:36:34.242Z | Compiling ingot-macros v0.1.1 |
| 2322 | 2026-02-19T00:36:34.454Z | Checking hash32 v0.3.1 |
| 2323 | 2026-02-19T00:36:34.507Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2324 | 2026-02-19T00:36:34.792Z | Compiling smoltcp v0.11.0 |
| 2325 | 2026-02-19T00:36:35.650Z | Compiling foreign-types-macros v0.2.3 |
| 2326 | 2026-02-19T00:36:35.706Z | Checking cobs v0.2.3 |
| 2327 | 2026-02-19T00:36:35.915Z | Checking foreign-types-shared v0.3.1 |
| 2328 | 2026-02-19T00:36:35.998Z | Checking postcard v1.0.10 |
| 2329 | 2026-02-19T00:36:36.059Z | Checking num_enum v0.5.11 |
| 2330 | 2026-02-19T00:36:36.627Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2331 | 2026-02-19T00:36:36.708Z | Checking sigpipe v0.1.3 |
| 2332 | 2026-02-19T00:36:36.770Z | Checking cstr-argument v0.1.2 |
| 2333 | 2026-02-19T00:36:36.824Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2334 | 2026-02-19T00:36:36.894Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2335 | 2026-02-19T00:36:36.964Z | Checking foreign-types v0.5.0 |
| 2336 | 2026-02-19T00:36:37.043Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2337 | 2026-02-19T00:36:37.092Z | Compiling typify-macro v0.4.3 |
| 2338 | 2026-02-19T00:36:37.182Z | Checking pretty-hex v0.2.1 |
| 2339 | 2026-02-19T00:36:37.240Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2340 | 2026-02-19T00:36:37.473Z | Checking colored v2.2.0 |
| 2341 | 2026-02-19T00:36:37.497Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2342 | 2026-02-19T00:36:37.593Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2343 | 2026-02-19T00:36:37.703Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2344 | 2026-02-19T00:36:37.778Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2345 | 2026-02-19T00:36:37.909Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2346 | 2026-02-19T00:36:37.992Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2347 | 2026-02-19T00:36:38.115Z | Compiling zone_cfg_derive v0.3.0 |
| 2348 | 2026-02-19T00:36:38.391Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2349 | 2026-02-19T00:36:38.526Z | Checking smf v0.2.3 |
| 2350 | 2026-02-19T00:36:38.621Z | Compiling num-derive v0.4.2 |
| 2351 | 2026-02-19T00:36:38.811Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2352 | 2026-02-19T00:36:39.098Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2353 | 2026-02-19T00:36:39.346Z | Compiling convert_case v0.4.0 |
| 2354 | 2026-02-19T00:36:39.474Z | Checking half v2.4.1 |
| 2355 | 2026-02-19T00:36:39.524Z | Checking zone v0.3.1 |
| 2356 | 2026-02-19T00:36:39.601Z | Checking ciborium-io v0.2.2 |
| 2357 | 2026-02-19T00:36:39.813Z | Checking indent_write v2.2.0 |
| 2358 | 2026-02-19T00:36:39.982Z | Checking ciborium-ll v0.2.2 |
| 2359 | 2026-02-19T00:36:40.105Z | Compiling usdt-attr-macro v0.5.0 |
| 2360 | 2026-02-19T00:36:40.163Z | Compiling usdt-macro v0.5.0 |
| 2361 | 2026-02-19T00:36:40.221Z | Compiling derive_more v0.99.20 |
| 2362 | 2026-02-19T00:36:40.373Z | Checking memmap v0.7.0 |
| 2363 | 2026-02-19T00:36:40.430Z | Checking ciborium v0.2.2 |
| 2364 | 2026-02-19T00:36:40.643Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2365 | 2026-02-19T00:36:40.699Z | Checking secrecy v0.10.3 |
| 2366 | 2026-02-19T00:36:40.760Z | Checking ingot-types v0.1.2 |
| 2367 | 2026-02-19T00:36:40.969Z | Checking swrite v0.1.0 |
| 2368 | 2026-02-19T00:36:41.141Z | Checking universal-hash v0.5.1 |
| 2369 | 2026-02-19T00:36:41.192Z | Checking opaque-debug v0.3.1 |
| 2370 | 2026-02-19T00:36:41.260Z | Compiling typify v0.4.3 |
| 2371 | 2026-02-19T00:36:41.424Z | Checking aead v0.5.2 |
| 2372 | 2026-02-19T00:36:41.448Z | Checking poly1305 v0.8.0 |
| 2373 | 2026-02-19T00:36:41.538Z | Compiling progenitor-impl v0.11.2 |
| 2374 | 2026-02-19T00:36:41.605Z | Checking ingot v0.1.1 |
| 2375 | 2026-02-19T00:36:41.731Z | Compiling progenitor-impl v0.10.0 |
| 2376 | 2026-02-19T00:36:41.789Z | Checking usdt v0.5.0 |
| 2377 | 2026-02-19T00:36:42.022Z | Checking chacha20 v0.9.1 |
| 2378 | 2026-02-19T00:36:42.167Z | Checking password-hash v0.5.0 |
| 2379 | 2026-02-19T00:36:42.406Z | Checking blake2 v0.10.6 |
| 2380 | 2026-02-19T00:36:42.753Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2381 | 2026-02-19T00:36:43.017Z | Checking argon2 v0.5.3 |
| 2382 | 2026-02-19T00:36:43.706Z | Checking chacha20poly1305 v0.10.1 |
| 2383 | 2026-02-19T00:36:43.762Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2384 | 2026-02-19T00:36:43.851Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2385 | 2026-02-19T00:36:43.966Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2386 | 2026-02-19T00:36:44.199Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2387 | 2026-02-19T00:36:44.430Z | Checking tokio-dtrace v0.1.0 |
| 2388 | 2026-02-19T00:36:44.550Z | Checking console v0.15.10 |
| 2389 | 2026-02-19T00:36:44.671Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2390 | 2026-02-19T00:36:44.771Z | Compiling derive-where v1.5.0 |
| 2391 | 2026-02-19T00:36:44.823Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2392 | 2026-02-19T00:36:45.181Z | Checking oxide-tokio-rt v0.1.2 |
| 2393 | 2026-02-19T00:36:45.301Z | Checking thiserror-no-std v2.0.2 |
| 2394 | 2026-02-19T00:36:45.453Z | Checking atomicwrites v0.4.4 |
| 2395 | 2026-02-19T00:36:45.503Z | Checking vsss-rs v3.3.4 |
| 2396 | 2026-02-19T00:36:45.717Z | Checking newline-converter v0.3.0 |
| 2397 | 2026-02-19T00:36:45.949Z | Checking bytecount v0.6.8 |
| 2398 | 2026-02-19T00:36:46.001Z | Checking expectorate v1.2.0 |
| 2399 | 2026-02-19T00:36:46.169Z | Compiling owo-colors v4.2.3 |
| 2400 | 2026-02-19T00:36:46.278Z | Compiling cancel-safe-futures v0.1.5 |
| 2401 | 2026-02-19T00:36:46.747Z | Checking libsw-core v0.3.1 |
| 2402 | 2026-02-19T00:36:47.073Z | Checking libsw v3.5.0 |
| 2403 | 2026-02-19T00:36:47.276Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2404 | 2026-02-19T00:36:47.476Z | Checking num-rational v0.4.2 |
| 2405 | 2026-02-19T00:36:47.578Z | Checking num-complex v0.4.6 |
| 2406 | 2026-02-19T00:36:47.651Z | Compiling progenitor-macro v0.11.2 |
| 2407 | 2026-02-19T00:36:47.809Z | Compiling progenitor-macro v0.10.0 |
| 2408 | 2026-02-19T00:36:47.999Z | Checking linear-map v1.2.0 |
| 2409 | 2026-02-19T00:36:48.171Z | Checking float-ord v0.3.2 |
| 2410 | 2026-02-19T00:36:48.384Z | Checking same-file v1.0.6 |
| 2411 | 2026-02-19T00:36:48.443Z | Checking gethostname v0.5.0 |
| 2412 | 2026-02-19T00:36:48.508Z | Checking num v0.4.3 |
| 2413 | 2026-02-19T00:36:48.570Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2414 | 2026-02-19T00:36:48.703Z | Checking walkdir v2.5.0 |
| 2415 | 2026-02-19T00:36:48.727Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2416 | 2026-02-19T00:36:49.049Z | Checking prettyplease v0.2.36 |
| 2417 | 2026-02-19T00:36:49.706Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2418 | 2026-02-19T00:36:53.636Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2419 | 2026-02-19T00:36:55.889Z | Compiling async-recursion v1.1.1 |
| 2420 | 2026-02-19T00:36:56.304Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2421 | 2026-02-19T00:36:56.683Z | Checking smawk v0.3.2 |
| 2422 | 2026-02-19T00:36:56.813Z | Checking unicode-linebreak v0.1.5 |
| 2423 | 2026-02-19T00:36:56.867Z | Checking resolv-conf v0.7.0 |
| 2424 | 2026-02-19T00:36:57.001Z | Compiling convert_case v0.7.1 |
| 2425 | 2026-02-19T00:36:57.350Z | Compiling slog-dtrace v0.3.0 |
| 2426 | 2026-02-19T00:36:57.408Z | Checking globset v0.4.15 |
| 2427 | 2026-02-19T00:36:57.471Z | Compiling vte_generate_state_changes v0.1.2 |
| 2428 | 2026-02-19T00:36:57.974Z | Compiling derive_more-impl v2.0.1 |
| 2429 | 2026-02-19T00:36:58.104Z | Checking fd-lock v4.0.2 |
| 2430 | 2026-02-19T00:36:58.260Z | Checking display-error-chain v0.2.2 |
| 2431 | 2026-02-19T00:36:58.315Z | Checking vte v0.11.1 |
| 2432 | 2026-02-19T00:36:58.386Z | Compiling pin-project-internal v1.1.6 |
| 2433 | 2026-02-19T00:36:58.529Z | Checking linked-hash-map v0.5.6 |
| 2434 | 2026-02-19T00:36:58.581Z | Checking nu-ansi-term v0.50.1 |
| 2435 | 2026-02-19T00:36:58.936Z | Checking termtree v0.5.1 |
| 2436 | 2026-02-19T00:36:59.086Z | Checking lru-cache v0.1.2 |
| 2437 | 2026-02-19T00:36:59.261Z | Checking textwrap v0.16.2 |
| 2438 | 2026-02-19T00:36:59.361Z | Checking progenitor v0.11.2 |
| 2439 | 2026-02-19T00:36:59.660Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2440 | 2026-02-19T00:36:59.727Z | Checking progenitor v0.10.0 |
| 2441 | 2026-02-19T00:36:59.866Z | Checking strip-ansi-escapes v0.2.0 |
| 2442 | 2026-02-19T00:36:59.890Z | Checking derive_more v2.0.1 |
| 2443 | 2026-02-19T00:36:59.890Z | Checking hickory-proto v0.24.4 |
| 2444 | 2026-02-19T00:37:00.100Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2445 | 2026-02-19T00:37:00.157Z | Checking reedline v0.40.0 |
| 2446 | 2026-02-19T00:37:00.212Z | Checking crossterm v0.29.0 |
| 2447 | 2026-02-19T00:37:00.917Z | Checking pin-project v1.1.6 |
| 2448 | 2026-02-19T00:37:01.119Z | Checking pem v3.0.5 |
| 2449 | 2026-02-19T00:37:01.470Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2450 | 2026-02-19T00:37:01.610Z | Checking nibble_vec v0.1.0 |
| 2451 | 2026-02-19T00:37:01.888Z | Compiling snafu-derive v0.8.5 |
| 2452 | 2026-02-19T00:37:02.593Z | Checking endian-type v0.1.2 |
| 2453 | 2026-02-19T00:37:02.915Z | Checking radix_trie v0.2.1 |
| 2454 | 2026-02-19T00:37:03.001Z | Checking olpc-cjson v0.1.4 |
| 2455 | 2026-02-19T00:37:03.334Z | Checking serde_plain v1.0.2 |
| 2456 | 2026-02-19T00:37:03.398Z | Checking typed-path v0.9.3 |
| 2457 | 2026-02-19T00:37:03.702Z | Checking humantime v2.2.0 |
| 2458 | 2026-02-19T00:37:04.112Z | Checking base64 v0.21.7 |
| 2459 | 2026-02-19T00:37:04.406Z | Checking hickory-resolver v0.24.4 |
| 2460 | 2026-02-19T00:37:04.714Z | Checking csv-core v0.1.11 |
| 2461 | 2026-02-19T00:37:05.164Z | Checking csv v1.3.1 |
| 2462 | 2026-02-19T00:37:05.338Z | Compiling cfg_aliases v0.1.1 |
| 2463 | 2026-02-19T00:37:05.509Z | Compiling nix v0.28.0 |
| 2464 | 2026-02-19T00:37:05.749Z | Checking papergrid v0.11.0 |
| 2465 | 2026-02-19T00:37:06.105Z | Compiling tabled_derive v0.7.0 |
| 2466 | 2026-02-19T00:37:06.173Z | Checking qorb v0.4.1 |
| 2467 | 2026-02-19T00:37:06.308Z | Checking siphasher v1.0.1 |
| 2468 | 2026-02-19T00:37:06.412Z | Checking home v0.5.9 |
| 2469 | 2026-02-19T00:37:06.619Z | Checking snafu v0.8.5 |
| 2470 | 2026-02-19T00:37:06.735Z | Checking phf_shared v0.12.1 |
| 2471 | 2026-02-19T00:37:06.816Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2472 | 2026-02-19T00:37:07.086Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2473 | 2026-02-19T00:37:07.234Z | Checking tough v0.20.0 |
| 2474 | 2026-02-19T00:37:07.314Z | Compiling chrono-tz v0.10.4 |
| 2475 | 2026-02-19T00:37:07.727Z | Checking highway v1.3.0 |
| 2476 | 2026-02-19T00:37:08.025Z | Compiling semver v0.1.20 |
| 2477 | 2026-02-19T00:37:08.370Z | Checking tabled v0.15.0 |
| 2478 | 2026-02-19T00:37:08.427Z | Checking phf v0.12.1 |
| 2479 | 2026-02-19T00:37:08.485Z | Compiling rustc_version v0.1.7 |
| 2480 | 2026-02-19T00:37:08.810Z | Compiling const_format_proc_macros v0.2.34 |
| 2481 | 2026-02-19T00:37:08.936Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2482 | 2026-02-19T00:37:09.006Z | Compiling peg-macros v0.8.5 |
| 2483 | 2026-02-19T00:37:09.030Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2484 | 2026-02-19T00:37:10.717Z | Compiling sqlparser_derive v0.2.2 |
| 2485 | 2026-02-19T00:37:11.082Z | Checking unicode_categories v0.1.1 |
| 2486 | 2026-02-19T00:37:11.241Z | Checking rustyline v14.0.0 |
| 2487 | 2026-02-19T00:37:11.451Z | Checking sqlformat v0.3.5 |
| 2488 | 2026-02-19T00:37:11.763Z | Checking sqlparser v0.45.0 |
| 2489 | 2026-02-19T00:37:12.085Z | Checking const_format v0.2.34 |
| 2490 | 2026-02-19T00:37:12.159Z | Checking peg v0.8.5 |
| 2491 | 2026-02-19T00:37:12.437Z | Compiling newtype_derive v0.1.6 |
| 2492 | 2026-02-19T00:37:12.699Z | Checking bcs v0.1.6 |
| 2493 | 2026-02-19T00:37:13.016Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2494 | 2026-02-19T00:37:13.249Z | Checking utf-8 v0.7.6 |
| 2495 | 2026-02-19T00:37:13.319Z | Checking xattr v1.3.1 |
| 2496 | 2026-02-19T00:37:13.319Z | Checking steno v0.4.1 |
| 2497 | 2026-02-19T00:37:13.486Z | Checking filetime v0.2.26 |
| 2498 | 2026-02-19T00:37:13.569Z | Checking arc-swap v1.7.1 |
| 2499 | 2026-02-19T00:37:13.639Z | Checking tungstenite v0.21.0 |
| 2500 | 2026-02-19T00:37:13.797Z | Checking tar v0.4.44 |
| 2501 | 2026-02-19T00:37:14.098Z | Checking slog-scope v4.4.0 |
| 2502 | 2026-02-19T00:37:14.402Z | Checking slog-stdlog v4.1.1 |
| 2503 | 2026-02-19T00:37:14.695Z | Checking slog-envlogger v2.2.0 |
| 2504 | 2026-02-19T00:37:14.785Z | Checking tokio-tungstenite v0.21.0 |
| 2505 | 2026-02-19T00:37:14.785Z | Compiling typify-impl v0.2.0 |
| 2506 | 2026-02-19T00:37:15.070Z | Checking subprocess v0.2.9 |
| 2507 | 2026-02-19T00:37:15.490Z | Checking headers-core v0.3.0 |
| 2508 | 2026-02-19T00:37:15.714Z | Checking headers v0.4.1 |
| 2509 | 2026-02-19T00:37:15.969Z | Compiling lzma-sys v0.1.20 |
| 2510 | 2026-02-19T00:37:16.927Z | Checking progenitor-client v0.8.0 |
| 2511 | 2026-02-19T00:37:17.041Z | Compiling heck v0.3.3 |
| 2512 | 2026-02-19T00:37:17.540Z | Compiling zone_cfg_derive v0.1.2 |
| 2513 | 2026-02-19T00:37:17.760Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2514 | 2026-02-19T00:37:18.152Z | Checking yasna v0.5.2 |
| 2515 | 2026-02-19T00:37:18.764Z | Checking base64 v0.13.1 |
| 2516 | 2026-02-19T00:37:19.138Z | Checking number_prefix v0.4.0 |
| 2517 | 2026-02-19T00:37:19.215Z | Checking rcgen v0.12.1 |
| 2518 | 2026-02-19T00:37:19.343Z | Checking ron v0.7.1 |
| 2519 | 2026-02-19T00:37:19.464Z | Checking indicatif v0.17.11 |
| 2520 | 2026-02-19T00:37:20.081Z | Checking zone v0.1.8 |
| 2521 | 2026-02-19T00:37:20.328Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2522 | 2026-02-19T00:37:20.615Z | Checking xz2 v0.1.7 |
| 2523 | 2026-02-19T00:37:20.883Z | Checking dropshot-api-manager-types v0.3.0 |
| 2524 | 2026-02-19T00:37:20.936Z | Compiling moka v0.12.10 |
| 2525 | 2026-02-19T00:37:21.010Z | Checking tagptr v0.2.0 |
| 2526 | 2026-02-19T00:37:21.253Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2527 | 2026-02-19T00:37:21.381Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2528 | 2026-02-19T00:37:21.470Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2529 | 2026-02-19T00:37:21.667Z | Compiling libefi-sys v0.1.0 |
| 2530 | 2026-02-19T00:37:21.732Z | Compiling radium v0.7.0 |
| 2531 | 2026-02-19T00:37:22.250Z | Compiling bitfield-struct v0.6.2 |
| 2532 | 2026-02-19T00:37:22.470Z | Compiling maybe-uninit v2.0.0 |
| 2533 | 2026-02-19T00:37:22.533Z | Checking tap v1.0.1 |
| 2534 | 2026-02-19T00:37:22.824Z | Checking wyz v0.5.1 |
| 2535 | 2026-02-19T00:37:23.229Z | Checking hickory-resolver v0.25.2 |
| 2536 | 2026-02-19T00:37:23.770Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2537 | 2026-02-19T00:37:23.841Z | Compiling zerocopy-derive v0.6.6 |
| 2538 | 2026-02-19T00:37:23.901Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2539 | 2026-02-19T00:37:24.177Z | Compiling packed_struct v0.10.1 |
| 2540 | 2026-02-19T00:37:24.380Z | Checking funty v2.0.0 |
| 2541 | 2026-02-19T00:37:24.451Z | Checking crc-catalog v2.4.0 |
| 2542 | 2026-02-19T00:37:24.682Z | Checking crc v3.2.1 |
| 2543 | 2026-02-19T00:37:24.830Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2544 | 2026-02-19T00:37:25.033Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2545 | 2026-02-19T00:37:25.294Z | Checking bitvec v1.0.1 |
| 2546 | 2026-02-19T00:37:25.375Z | Compiling packed_struct_codegen v0.10.1 |
| 2547 | 2026-02-19T00:37:25.435Z | Compiling bitfield-macros v0.19.2 |
| 2548 | 2026-02-19T00:37:25.459Z | Compiling indexmap v1.9.3 |
| 2549 | 2026-02-19T00:37:25.767Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2550 | 2026-02-19T00:37:25.893Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2551 | 2026-02-19T00:37:26.874Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2552 | 2026-02-19T00:37:27.054Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2553 | 2026-02-19T00:37:27.132Z | Compiling typify-macro v0.2.0 |
| 2554 | 2026-02-19T00:37:28.661Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2555 | 2026-02-19T00:37:28.919Z | Checking zerocopy v0.6.6 |
| 2556 | 2026-02-19T00:37:29.209Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2557 | 2026-02-19T00:37:29.753Z | Checking nodrop v0.1.14 |
| 2558 | 2026-02-19T00:37:29.894Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2559 | 2026-02-19T00:37:30.011Z | Checking array-init v0.0.4 |
| 2560 | 2026-02-19T00:37:30.760Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2561 | 2026-02-19T00:37:30.958Z | Checking bitfield v0.19.2 |
| 2562 | 2026-02-19T00:37:31.023Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2563 | 2026-02-19T00:37:31.086Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2564 | 2026-02-19T00:37:31.173Z | Compiling typify v0.2.0 |
| 2565 | 2026-02-19T00:37:31.468Z | Compiling progenitor-impl v0.8.0 |
| 2566 | 2026-02-19T00:37:31.943Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2567 | 2026-02-19T00:37:32.404Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2568 | 2026-02-19T00:37:33.157Z | Checking smallvec v0.6.14 |
| 2569 | 2026-02-19T00:37:33.248Z | Checking hashbrown v0.12.3 |
| 2570 | 2026-02-19T00:37:33.666Z | Checking serde-hex v0.1.0 |
| 2571 | 2026-02-19T00:37:34.010Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2572 | 2026-02-19T00:37:34.715Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2573 | 2026-02-19T00:37:35.182Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2574 | 2026-02-19T00:37:35.243Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2575 | 2026-02-19T00:37:35.267Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2576 | 2026-02-19T00:37:35.600Z | Checking ron v0.8.1 |
| 2577 | 2026-02-19T00:37:36.903Z | Checking hashbrown v0.13.2 |
| 2578 | 2026-02-19T00:37:36.961Z | Checking crc-any v2.5.0 |
| 2579 | 2026-02-19T00:37:37.228Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2580 | 2026-02-19T00:37:37.494Z | Checking path-slash v0.1.5 |
| 2581 | 2026-02-19T00:37:37.675Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2582 | 2026-02-19T00:37:37.761Z | Compiling xshell-macros v0.2.7 |
| 2583 | 2026-02-19T00:37:37.826Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2584 | 2026-02-19T00:37:38.175Z | Checking object v0.30.4 |
| 2585 | 2026-02-19T00:37:38.497Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2586 | 2026-02-19T00:37:38.610Z | Checking xshell v0.2.7 |
| 2587 | 2026-02-19T00:37:38.681Z | Compiling progenitor-macro v0.8.0 |
| 2588 | 2026-02-19T00:37:38.743Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2589 | 2026-02-19T00:37:39.100Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2590 | 2026-02-19T00:37:40.269Z | Checking half v1.8.3 |
| 2591 | 2026-02-19T00:37:40.751Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2592 | 2026-02-19T00:37:40.819Z | Checking serde_cbor v0.11.2 |
| 2593 | 2026-02-19T00:37:41.554Z | Compiling num-derive v0.3.3 |
| 2594 | 2026-02-19T00:37:41.617Z | Compiling proc-macro-error2 v2.0.1 |
| 2595 | 2026-02-19T00:37:41.723Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2596 | 2026-02-19T00:37:42.057Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2597 | 2026-02-19T00:37:42.349Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2598 | 2026-02-19T00:37:42.775Z | Compiling tabled_derive v0.11.0 |
| 2599 | 2026-02-19T00:37:42.833Z | Checking papergrid v0.17.0 |
| 2600 | 2026-02-19T00:37:43.891Z | Checking libscf-sys v1.1.0 |
| 2601 | 2026-02-19T00:37:44.339Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2602 | 2026-02-19T00:37:44.661Z | Checking testing_table v0.3.0 |
| 2603 | 2026-02-19T00:37:44.725Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2604 | 2026-02-19T00:37:44.908Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2605 | 2026-02-19T00:37:44.974Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2606 | 2026-02-19T00:37:45.045Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2607 | 2026-02-19T00:37:45.109Z | Checking maplit v1.0.2 |
| 2608 | 2026-02-19T00:37:45.403Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2609 | 2026-02-19T00:37:45.701Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2610 | 2026-02-19T00:37:45.763Z | Checking crc8 v0.1.1 |
| 2611 | 2026-02-19T00:37:46.039Z | Checking fxhash v0.2.1 |
| 2612 | 2026-02-19T00:37:46.096Z | Checking tabled v0.20.0 |
| 2613 | 2026-02-19T00:37:46.381Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2614 | 2026-02-19T00:37:46.659Z | Checking unicase v2.8.1 |
| 2615 | 2026-02-19T00:37:46.771Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2616 | 2026-02-19T00:37:47.074Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2617 | 2026-02-19T00:37:47.179Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2618 | 2026-02-19T00:37:48.072Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2619 | 2026-02-19T00:37:48.270Z | Checking kstat-rs v0.2.4 |
| 2620 | 2026-02-19T00:37:48.352Z | Compiling parking_lot_core v0.8.6 |
| 2621 | 2026-02-19T00:37:48.749Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2622 | 2026-02-19T00:37:49.090Z | Checking scheduled-thread-pool v0.2.7 |
| 2623 | 2026-02-19T00:37:49.185Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2624 | 2026-02-19T00:37:49.461Z | Compiling dsl_auto_type v0.1.2 |
| 2625 | 2026-02-19T00:37:49.632Z | Compiling vergen-gitcl v1.0.8 |
| 2626 | 2026-02-19T00:37:50.053Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2627 | 2026-02-19T00:37:50.594Z | Checking r2d2 v0.8.10 |
| 2628 | 2026-02-19T00:37:50.974Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2629 | 2026-02-19T00:37:51.052Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2630 | 2026-02-19T00:37:51.133Z | Compiling diesel_derives v2.2.3 |
| 2631 | 2026-02-19T00:37:51.309Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2632 | 2026-02-19T00:37:51.362Z | Checking parking_lot v0.11.2 |
| 2633 | 2026-02-19T00:37:51.767Z | Checking prefix-trie v0.7.0 |
| 2634 | 2026-02-19T00:37:51.856Z | Checking nanorand v0.7.0 |
| 2635 | 2026-02-19T00:37:51.939Z | Compiling dirs-sys-next v0.1.2 |
| 2636 | 2026-02-19T00:37:52.355Z | Checking progenitor v0.8.0 |
| 2637 | 2026-02-19T00:37:52.424Z | Compiling crunchy v0.2.2 |
| 2638 | 2026-02-19T00:37:52.711Z | Checking hickory-server v0.25.2 |
| 2639 | 2026-02-19T00:37:52.774Z | Checking flume v0.11.1 |
| 2640 | 2026-02-19T00:37:52.841Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2641 | 2026-02-19T00:37:53.145Z | Compiling dirs-next v2.0.0 |
| 2642 | 2026-02-19T00:37:53.268Z | Checking sled v0.34.7 |
| 2643 | 2026-02-19T00:37:53.480Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2644 | 2026-02-19T00:37:53.537Z | Checking hickory-client v0.25.2 |
| 2645 | 2026-02-19T00:37:53.862Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2646 | 2026-02-19T00:37:53.928Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2647 | 2026-02-19T00:37:54.169Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2648 | 2026-02-19T00:37:55.415Z | Compiling tiny-keccak v2.0.2 |
| 2649 | 2026-02-19T00:37:56.015Z | Compiling term v0.7.0 |
| 2650 | 2026-02-19T00:37:56.133Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2651 | 2026-02-19T00:37:56.278Z | Compiling bit-vec v0.6.3 |
| 2652 | 2026-02-19T00:37:56.494Z | Compiling salty v0.3.0 |
| 2653 | 2026-02-19T00:37:56.590Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2654 | 2026-02-19T00:37:56.716Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2655 | 2026-02-19T00:37:56.810Z | Compiling bit-set v0.5.3 |
| 2656 | 2026-02-19T00:37:57.095Z | Compiling ascii-canvas v3.0.0 |
| 2657 | 2026-02-19T00:37:57.427Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2658 | 2026-02-19T00:37:57.719Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2659 | 2026-02-19T00:37:57.990Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2660 | 2026-02-19T00:37:58.190Z | Checking primeorder v0.13.6 |
| 2661 | 2026-02-19T00:37:58.486Z | Compiling ena v0.14.3 |
| 2662 | 2026-02-19T00:37:58.542Z | Compiling regex-syntax v0.6.29 |
| 2663 | 2026-02-19T00:37:58.784Z | Compiling bindgen v0.71.1 |
| 2664 | 2026-02-19T00:37:59.026Z | Compiling diff v0.1.13 |
| 2665 | 2026-02-19T00:38:00.039Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2666 | 2026-02-19T00:38:00.619Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2667 | 2026-02-19T00:38:01.244Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2668 | 2026-02-19T00:38:01.962Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2669 | 2026-02-19T00:38:02.669Z | Checking diesel v2.2.12 |
| 2670 | 2026-02-19T00:38:03.445Z | Compiling lalrpop v0.19.12 |
| 2671 | 2026-02-19T00:38:04.327Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2672 | 2026-02-19T00:38:04.397Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2673 | 2026-02-19T00:38:05.695Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2674 | 2026-02-19T00:38:05.958Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2675 | 2026-02-19T00:38:06.051Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2676 | 2026-02-19T00:38:06.421Z | Compiling libxml v0.3.3 |
| 2677 | 2026-02-19T00:38:06.872Z | Compiling fs-err v2.11.0 |
| 2678 | 2026-02-19T00:38:07.562Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2679 | 2026-02-19T00:38:07.659Z | Checking p384 v0.13.1 |
| 2680 | 2026-02-19T00:38:08.592Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2681 | 2026-02-19T00:38:08.734Z | Compiling strum_macros v0.24.3 |
| 2682 | 2026-02-19T00:38:11.593Z | Compiling indoc v1.0.9 |
| 2683 | 2026-02-19T00:38:12.530Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2684 | 2026-02-19T00:38:12.916Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2685 | 2026-02-19T00:38:13.192Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2686 | 2026-02-19T00:38:14.170Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2687 | 2026-02-19T00:38:14.623Z | Checking quick-xml v0.37.2 |
| 2688 | 2026-02-19T00:38:14.692Z | Checking derive_builder v0.20.2 |
| 2689 | 2026-02-19T00:38:14.762Z | Compiling oso-derive v0.27.3 |
| 2690 | 2026-02-19T00:38:14.998Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2691 | 2026-02-19T00:38:15.365Z | Compiling trait-variant v0.1.2 |
| 2692 | 2026-02-19T00:38:15.879Z | Checking parse-size v1.1.0 |
| 2693 | 2026-02-19T00:38:16.211Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2694 | 2026-02-19T00:38:16.593Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2695 | 2026-02-19T00:38:16.929Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2696 | 2026-02-19T00:38:18.247Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2697 | 2026-02-19T00:38:18.723Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2698 | 2026-02-19T00:38:20.167Z | Checking assert_matches v1.5.0 |
| 2699 | 2026-02-19T00:38:20.382Z | Compiling mime_guess v2.0.5 |
| 2700 | 2026-02-19T00:38:20.458Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2701 | 2026-02-19T00:38:21.097Z | Checking predicates-tree v1.0.12 |
| 2702 | 2026-02-19T00:38:21.345Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2703 | 2026-02-19T00:38:21.542Z | Checking http-range v0.1.5 |
| 2704 | 2026-02-19T00:38:21.894Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2705 | 2026-02-19T00:38:21.954Z | Checking atty v0.2.14 |
| 2706 | 2026-02-19T00:38:22.014Z | Compiling diesel-dtrace v0.4.2 |
| 2707 | 2026-02-19T00:38:22.980Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2708 | 2026-02-19T00:38:23.158Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2709 | 2026-02-19T00:38:23.328Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2710 | 2026-02-19T00:38:23.589Z | Checking bb8 v0.8.5 |
| 2711 | 2026-02-19T00:38:23.942Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2712 | 2026-02-19T00:38:24.324Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 2713 | 2026-02-19T00:38:24.518Z | Checking corncobs v0.1.4 |
| 2714 | 2026-02-19T00:38:24.609Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2715 | 2026-02-19T00:38:24.896Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2716 | 2026-02-19T00:38:25.124Z | Checking hyper-staticfile v0.10.1 |
| 2717 | 2026-02-19T00:38:25.479Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2718 | 2026-02-19T00:38:25.679Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2719 | 2026-02-19T00:38:25.858Z | Checking ignore v0.4.23 |
| 2720 | 2026-02-19T00:38:26.074Z | Checking signal-hook-tokio v0.3.1 |
| 2721 | 2026-02-19T00:38:26.129Z | Checking secrecy v0.8.0 |
| 2722 | 2026-02-19T00:38:26.449Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2723 | 2026-02-19T00:38:26.830Z | Checking globwalk v0.9.1 |
| 2724 | 2026-02-19T00:38:27.110Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2725 | 2026-02-19T00:38:27.314Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2726 | 2026-02-19T00:38:27.874Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2727 | 2026-02-19T00:38:28.049Z | Checking nonempty v0.12.0 |
| 2728 | 2026-02-19T00:38:28.123Z | Checking camino-tempfile-ext v0.3.2 |
| 2729 | 2026-02-19T00:38:28.639Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2730 | 2026-02-19T00:38:28.915Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2731 | 2026-02-19T00:38:28.997Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2732 | 2026-02-19T00:38:29.900Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2733 | 2026-02-19T00:38:30.785Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2734 | 2026-02-19T00:38:31.062Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2735 | 2026-02-19T00:38:31.541Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2736 | 2026-02-19T00:38:33.481Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2737 | 2026-02-19T00:38:33.639Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2738 | 2026-02-19T00:38:34.511Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2739 | 2026-02-19T00:38:35.056Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2740 | 2026-02-19T00:38:35.151Z | Checking tungstenite v0.23.0 |
| 2741 | 2026-02-19T00:38:36.039Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2742 | 2026-02-19T00:38:36.164Z | Checking void v1.0.2 |
| 2743 | 2026-02-19T00:38:36.331Z | Checking tokio-tungstenite v0.23.1 |
| 2744 | 2026-02-19T00:38:36.421Z | Checking lzss v0.8.2 |
| 2745 | 2026-02-19T00:38:36.797Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2746 | 2026-02-19T00:38:36.847Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2747 | 2026-02-19T00:38:36.946Z | Checking nix v0.27.1 |
| 2748 | 2026-02-19T00:38:37.174Z | Checking serde_bytes v0.11.19 |
| 2749 | 2026-02-19T00:38:37.634Z | Checking rand_seeder v0.4.0 |
| 2750 | 2026-02-19T00:38:38.029Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2751 | 2026-02-19T00:38:38.882Z | Checking async-bb8-diesel v0.2.1 |
| 2752 | 2026-02-19T00:38:39.095Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2753 | 2026-02-19T00:38:39.735Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2754 | 2026-02-19T00:38:39.794Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2755 | 2026-02-19T00:38:39.859Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2756 | 2026-02-19T00:38:40.110Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2757 | 2026-02-19T00:38:41.463Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2758 | 2026-02-19T00:38:42.448Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2759 | 2026-02-19T00:38:44.235Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2760 | 2026-02-19T00:38:44.411Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2761 | 2026-02-19T00:38:45.637Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2762 | 2026-02-19T00:38:46.068Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2763 | 2026-02-19T00:38:46.128Z | Checking is_ci v1.2.0 |
| 2764 | 2026-02-19T00:38:46.432Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2765 | 2026-02-19T00:38:47.250Z | Checking yansi v1.0.1 |
| 2766 | 2026-02-19T00:38:47.449Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2767 | 2026-02-19T00:38:47.539Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2768 | 2026-02-19T00:38:47.628Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2769 | 2026-02-19T00:38:47.961Z | Checking pretty_assertions v1.4.1 |
| 2770 | 2026-02-19T00:38:48.059Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2771 | 2026-02-19T00:38:48.285Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2772 | 2026-02-19T00:38:48.578Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2773 | 2026-02-19T00:38:49.134Z | Checking typeid v1.0.3 |
| 2774 | 2026-02-19T00:38:49.374Z | Compiling tabled_derive v0.10.0 |
| 2775 | 2026-02-19T00:38:51.615Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2776 | 2026-02-19T00:38:52.008Z | Checking papergrid v0.14.0 |
| 2777 | 2026-02-19T00:38:52.110Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2778 | 2026-02-19T00:38:52.163Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2779 | 2026-02-19T00:38:52.550Z | Compiling indoc v2.0.6 |
| 2780 | 2026-02-19T00:38:52.621Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2781 | 2026-02-19T00:38:53.716Z | Checking erased-serde v0.4.6 |
| 2782 | 2026-02-19T00:38:53.769Z | Checking tabled v0.18.0 |
| 2783 | 2026-02-19T00:38:53.965Z | Checking ordered-float v2.10.1 |
| 2784 | 2026-02-19T00:38:54.020Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2785 | 2026-02-19T00:38:54.635Z | Compiling libz-sys v1.1.20 |
| 2786 | 2026-02-19T00:38:54.761Z | Checking castaway v0.2.3 |
| 2787 | 2026-02-19T00:38:55.009Z | Checking compact_str v0.8.0 |
| 2788 | 2026-02-19T00:38:55.592Z | Checking serde-untagged v0.1.7 |
| 2789 | 2026-02-19T00:38:55.972Z | Checking serde-value v0.7.0 |
| 2790 | 2026-02-19T00:38:56.374Z | Checking supports-color v3.0.2 |
| 2791 | 2026-02-19T00:38:56.515Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2792 | 2026-02-19T00:38:56.674Z | Checking console v0.16.0 |
| 2793 | 2026-02-19T00:38:56.929Z | Checking unicode-truncate v1.1.0 |
| 2794 | 2026-02-19T00:38:57.316Z | Checking concurrent-queue v2.5.0 |
| 2795 | 2026-02-19T00:38:57.369Z | Checking lru v0.12.5 |
| 2796 | 2026-02-19T00:38:57.602Z | Compiling instability v0.3.2 |
| 2797 | 2026-02-19T00:38:57.762Z | Checking cassowary v0.3.0 |
| 2798 | 2026-02-19T00:38:57.829Z | Checking parking v2.2.1 |
| 2799 | 2026-02-19T00:38:58.177Z | Checking unicode-xid v0.2.6 |
| 2800 | 2026-02-19T00:38:58.258Z | Checking unit-prefix v0.5.1 |
| 2801 | 2026-02-19T00:38:58.436Z | Checking cargo-util-schemas v0.8.2 |
| 2802 | 2026-02-19T00:38:58.593Z | Checking indicatif v0.18.0 |
| 2803 | 2026-02-19T00:38:58.706Z | Checking ratatui v0.29.0 |
| 2804 | 2026-02-19T00:38:59.119Z | Checking cargo-platform v0.2.0 |
| 2805 | 2026-02-19T00:38:59.502Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2806 | 2026-02-19T00:38:59.562Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2807 | 2026-02-19T00:38:59.630Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2808 | 2026-02-19T00:39:00.929Z | Checking cargo_metadata v0.21.0 |
| 2809 | 2026-02-19T00:39:02.295Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2810 | 2026-02-19T00:39:02.888Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2811 | 2026-02-19T00:39:02.953Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2812 | 2026-02-19T00:39:03.438Z | Checking event-listener v5.3.1 |
| 2813 | 2026-02-19T00:39:03.491Z | Compiling vergen-git2 v1.0.7 |
| 2814 | 2026-02-19T00:39:03.969Z | Checking event-listener-strategy v0.5.2 |
| 2815 | 2026-02-19T00:39:04.048Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2816 | 2026-02-19T00:39:04.263Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2817 | 2026-02-19T00:39:04.445Z | Checking shell-words v1.1.0 |
| 2818 | 2026-02-19T00:39:04.655Z | Checking plotters-backend v0.3.7 |
| 2819 | 2026-02-19T00:39:04.723Z | Compiling rustls v0.21.12 |
| 2820 | 2026-02-19T00:39:05.057Z | Checking futures-lite v2.3.0 |
| 2821 | 2026-02-19T00:39:05.197Z | Checking plotters-svg v0.3.7 |
| 2822 | 2026-02-19T00:39:05.278Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2823 | 2026-02-19T00:39:05.523Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2824 | 2026-02-19T00:39:06.423Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2825 | 2026-02-19T00:39:06.476Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2826 | 2026-02-19T00:39:06.821Z | Checking sct v0.7.1 |
| 2827 | 2026-02-19T00:39:06.909Z | Checking rustls-webpki v0.101.7 |
| 2828 | 2026-02-19T00:39:07.134Z | Checking hex-literal v0.4.1 |
| 2829 | 2026-02-19T00:39:07.356Z | Checking cast v0.3.0 |
| 2830 | 2026-02-19T00:39:07.433Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2831 | 2026-02-19T00:39:07.759Z | Checking criterion-plot v0.6.0 |
| 2832 | 2026-02-19T00:39:08.571Z | Checking plotters v0.3.7 |
| 2833 | 2026-02-19T00:39:10.468Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2834 | 2026-02-19T00:39:10.759Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2835 | 2026-02-19T00:39:12.154Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2836 | 2026-02-19T00:39:12.278Z | Checking tinytemplate v1.2.1 |
| 2837 | 2026-02-19T00:39:12.774Z | Checking oorandom v11.1.4 |
| 2838 | 2026-02-19T00:39:13.044Z | Checking anes v0.1.6 |
| 2839 | 2026-02-19T00:39:13.461Z | Checking criterion v0.7.0 |
| 2840 | 2026-02-19T00:39:16.320Z | Checking tokio-rustls v0.24.1 |
| 2841 | 2026-02-19T00:39:16.748Z | Checking async-lock v3.4.0 |
| 2842 | 2026-02-19T00:39:17.628Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2843 | 2026-02-19T00:39:18.078Z | Checking rustls-pemfile v1.0.4 |
| 2844 | 2026-02-19T00:39:18.394Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2845 | 2026-02-19T00:39:20.189Z | Checking twox-hash v2.1.0 |
| 2846 | 2026-02-19T00:39:20.989Z | Checking polling v3.7.3 |
| 2847 | 2026-02-19T00:39:21.433Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2848 | 2026-02-19T00:39:21.533Z | Checking async-io v2.3.4 |
| 2849 | 2026-02-19T00:39:21.799Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2850 | 2026-02-19T00:39:22.402Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2851 | 2026-02-19T00:39:22.607Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2852 | 2026-02-19T00:39:22.966Z | Checking fatfs v0.3.6 |
| 2853 | 2026-02-19T00:39:24.210Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2854 | 2026-02-19T00:39:24.949Z | Compiling petname v2.0.2 |
| 2855 | 2026-02-19T00:39:26.029Z | Compiling seq-macro v0.3.6 |
| 2856 | 2026-02-19T00:39:27.153Z | Checking async-task v4.7.1 |
| 2857 | 2026-02-19T00:39:27.781Z | Checking async-channel v2.3.1 |
| 2858 | 2026-02-19T00:39:28.057Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2859 | 2026-02-19T00:39:28.191Z | Checking piper v0.2.4 |
| 2860 | 2026-02-19T00:39:28.559Z | Checking rtoolbox v0.0.2 |
| 2861 | 2026-02-19T00:39:28.858Z | Checking futures-timer v3.0.3 |
| 2862 | 2026-02-19T00:39:29.292Z | Checking rpassword v7.4.0 |
| 2863 | 2026-02-19T00:39:29.558Z | Checking blocking v1.6.1 |
| 2864 | 2026-02-19T00:39:30.903Z | Checking async-executor v1.13.1 |
| 2865 | 2026-02-19T00:39:31.337Z | Checking async-signal v0.2.10 |
| 2866 | 2026-02-19T00:39:31.699Z | Checking tui-tree-widget v0.23.1 |
| 2867 | 2026-02-19T00:39:32.121Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2868 | 2026-02-19T00:39:32.441Z | Checking polyval v0.6.2 |
| 2869 | 2026-02-19T00:39:32.495Z | Checking sapling-renderdag v0.1.0 |
| 2870 | 2026-02-19T00:39:32.918Z | Checking event-listener v2.5.3 |
| 2871 | 2026-02-19T00:39:33.098Z | Checking sync-ptr v0.1.4 |
| 2872 | 2026-02-19T00:39:33.246Z | Checking async-channel v1.9.0 |
| 2873 | 2026-02-19T00:39:33.392Z | Checking ghash v0.5.1 |
| 2874 | 2026-02-19T00:39:33.554Z | Checking async-process v2.3.0 |
| 2875 | 2026-02-19T00:39:33.623Z | Checking async-global-executor v2.4.1 |
| 2876 | 2026-02-19T00:39:33.683Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2877 | 2026-02-19T00:39:33.995Z | Checking ctr v0.9.2 |
| 2878 | 2026-02-19T00:39:34.081Z | Checking kv-log-macro v1.0.7 |
| 2879 | 2026-02-19T00:39:34.145Z | Compiling async-attributes v1.1.2 |
| 2880 | 2026-02-19T00:39:34.315Z | Checking constant_time_eq v0.3.1 |
| 2881 | 2026-02-19T00:39:34.462Z | Checking arrayref v0.3.9 |
| 2882 | 2026-02-19T00:39:34.540Z | Checking arrayvec v0.7.6 |
| 2883 | 2026-02-19T00:39:34.638Z | Checking aes-gcm v0.10.3 |
| 2884 | 2026-02-19T00:39:35.035Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2885 | 2026-02-19T00:39:35.091Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2886 | 2026-02-19T00:39:35.116Z | Checking async-std v1.13.0 |
| 2887 | 2026-02-19T00:39:36.955Z | Checking ssh-encoding v0.2.0 |
| 2888 | 2026-02-19T00:39:37.391Z | Checking blowfish v0.9.1 |
| 2889 | 2026-02-19T00:39:37.792Z | Checking bcrypt-pbkdf v0.10.0 |
| 2890 | 2026-02-19T00:39:38.193Z | Checking ssh-cipher v0.2.0 |
| 2891 | 2026-02-19T00:39:38.594Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2892 | 2026-02-19T00:39:38.835Z | Checking async-object-pool v0.1.5 |
| 2893 | 2026-02-19T00:39:39.105Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2894 | 2026-02-19T00:39:39.745Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2895 | 2026-02-19T00:39:39.886Z | Checking serde_regex v1.1.0 |
| 2896 | 2026-02-19T00:39:40.284Z | Checking password-hash v0.4.2 |
| 2897 | 2026-02-19T00:39:40.758Z | Checking assert-json-diff v2.0.2 |
| 2898 | 2026-02-19T00:39:41.058Z | Checking path-tree v0.8.1 |
| 2899 | 2026-02-19T00:39:41.130Z | Compiling target-lexicon v0.13.2 |
| 2900 | 2026-02-19T00:39:41.340Z | Checking stringmetrics v2.2.2 |
| 2901 | 2026-02-19T00:39:41.491Z | Checking pbkdf2 v0.11.0 |
| 2902 | 2026-02-19T00:39:41.675Z | Checking httpmock v0.8.0-alpha.1 |
| 2903 | 2026-02-19T00:39:41.825Z | Compiling samael v0.0.19 |
| 2904 | 2026-02-19T00:39:41.892Z | Checking ssh-key v0.6.6 |
| 2905 | 2026-02-19T00:39:43.652Z | Checking p256 v0.13.2 |
| 2906 | 2026-02-19T00:39:44.263Z | Checking p521 v0.13.3 |
| 2907 | 2026-02-19T00:39:45.803Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2908 | 2026-02-19T00:39:46.223Z | Checking russh-cryptovec v0.7.3 |
| 2909 | 2026-02-19T00:39:46.495Z | Compiling guppy-workspace-hack v0.1.0 |
| 2910 | 2026-02-19T00:39:46.548Z | Checking md5 v0.7.0 |
| 2911 | 2026-02-19T00:39:46.996Z | Checking russh-keys v0.45.0 |
| 2912 | 2026-02-19T00:39:47.060Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2913 | 2026-02-19T00:39:47.531Z | Checking num-bigint v0.4.6 |
| 2914 | 2026-02-19T00:39:48.571Z | Checking des v0.8.1 |
| 2915 | 2026-02-19T00:39:49.263Z | Compiling blake3 v1.5.4 |
| 2916 | 2026-02-19T00:39:49.982Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2917 | 2026-02-19T00:39:50.206Z | Compiling target-spec v3.5.0 |
| 2918 | 2026-02-19T00:39:50.413Z | Checking russh v0.45.0 |
| 2919 | 2026-02-19T00:39:50.875Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2920 | 2026-02-19T00:39:51.897Z | Checking cfg-expr v0.20.1 |
| 2921 | 2026-02-19T00:39:52.355Z | Checking supports-color v2.1.0 |
| 2922 | 2026-02-19T00:39:52.437Z | Checking textwrap v0.15.2 |
| 2923 | 2026-02-19T00:39:52.672Z | Checking supports-hyperlinks v2.1.0 |
| 2924 | 2026-02-19T00:39:52.821Z | Checking supports-unicode v2.1.0 |
| 2925 | 2026-02-19T00:39:52.924Z | Checking hashbrown v0.14.5 |
| 2926 | 2026-02-19T00:39:52.974Z | Checking backtrace-ext v0.2.1 |
| 2927 | 2026-02-19T00:39:53.109Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2928 | 2026-02-19T00:39:53.297Z | Checking terminal_size v0.1.17 |
| 2929 | 2026-02-19T00:39:53.514Z | Compiling miette-derive v5.10.0 |
| 2930 | 2026-02-19T00:39:53.578Z | Checking owo-colors v3.5.0 |
| 2931 | 2026-02-19T00:39:53.736Z | Compiling git2 v0.20.2 |
| 2932 | 2026-02-19T00:39:54.102Z | Checking internet-checksum v0.2.1 |
| 2933 | 2026-02-19T00:39:54.344Z | Checking chumsky v0.9.3 |
| 2934 | 2026-02-19T00:39:55.884Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2935 | 2026-02-19T00:39:56.013Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2936 | 2026-02-19T00:39:56.058Z | Checking miette v5.10.0 |
| 2937 | 2026-02-19T00:39:56.976Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2938 | 2026-02-19T00:39:57.164Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2939 | 2026-02-19T00:39:57.565Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2940 | 2026-02-19T00:39:57.665Z | Compiling knuffel-derive v3.2.0 |
| 2941 | 2026-02-19T00:39:57.725Z | Checking httptest v0.16.3 |
| 2942 | 2026-02-19T00:39:57.835Z | Checking pathdiff v0.2.3 |
| 2943 | 2026-02-19T00:39:58.068Z | Checking nested v0.1.1 |
| 2944 | 2026-02-19T00:39:58.382Z | Checking topological-sort v0.2.2 |
| 2945 | 2026-02-19T00:39:58.628Z | Checking guppy v0.17.20 |
| 2946 | 2026-02-19T00:39:58.692Z | Checking omicron-zone-package v0.12.2 |
| 2947 | 2026-02-19T00:40:00.795Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2948 | 2026-02-19T00:40:00.911Z | Compiling rstest_macros v0.25.0 |
| 2949 | 2026-02-19T00:40:00.989Z | Compiling target-triple v0.1.3 |
| 2950 | 2026-02-19T00:40:01.261Z | Compiling doc-comment v0.3.3 |
| 2951 | 2026-02-19T00:40:01.327Z | Checking knuffel v3.2.0 |
| 2952 | 2026-02-19T00:40:01.544Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2953 | 2026-02-19T00:40:01.843Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2954 | 2026-02-19T00:40:01.898Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2955 | 2026-02-19T00:40:02.201Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2956 | 2026-02-19T00:40:02.405Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2957 | 2026-02-19T00:40:02.891Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2958 | 2026-02-19T00:40:03.214Z | Checking similar-asserts v1.7.0 |
| 2959 | 2026-02-19T00:40:03.554Z | Compiling proc-macro-crate v3.2.0 |
| 2960 | 2026-02-19T00:40:03.911Z | Compiling assert_cmd v2.0.17 |
| 2961 | 2026-02-19T00:40:04.391Z | Compiling relative-path v1.9.3 |
| 2962 | 2026-02-19T00:40:04.798Z | Checking escape8259 v0.5.3 |
| 2963 | 2026-02-19T00:40:05.119Z | Checking libtest-mimic v0.8.1 |
| 2964 | 2026-02-19T00:40:06.010Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2965 | 2026-02-19T00:40:06.097Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2966 | 2026-02-19T00:40:06.257Z | Checking blake2b_simd v1.0.2 |
| 2967 | 2026-02-19T00:40:07.272Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2968 | 2026-02-19T00:40:07.688Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2969 | 2026-02-19T00:40:08.385Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2970 | 2026-02-19T00:40:08.612Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2971 | 2026-02-19T00:40:09.033Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2972 | 2026-02-19T00:40:09.393Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2973 | 2026-02-19T00:40:09.792Z | Checking fancy-regex v0.14.0 |
| 2974 | 2026-02-19T00:40:09.848Z | Checking serde_tokenstream v0.2.2 |
| 2975 | 2026-02-19T00:40:10.424Z | Checking uzers v0.12.1 |
| 2976 | 2026-02-19T00:40:10.628Z | Checking termcolor v1.4.1 |
| 2977 | 2026-02-19T00:40:14.408Z | Checking datatest-stable v0.3.2 |
| 2978 | 2026-02-19T00:40:14.462Z | Checking trybuild v1.0.106 |
| 2979 | 2026-02-19T00:40:14.462Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2980 | 2026-02-19T00:40:14.486Z | Checking rust-argon2 v2.1.0 |
| 2981 | 2026-02-19T00:40:14.486Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2982 | 2026-02-19T00:40:14.486Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2983 | 2026-02-19T00:40:15.263Z | Checking rstest v0.25.0 |
| 2984 | 2026-02-19T00:40:15.630Z | Checking support-bundle-viewer v0.1.2 |
| 2985 | 2026-02-19T00:40:16.036Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2986 | 2026-02-19T00:40:16.123Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2987 | 2026-02-19T00:40:16.248Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2988 | 2026-02-19T00:40:16.554Z | Checking drift v0.1.3 |
| 2989 | 2026-02-19T00:40:16.640Z | Checking rand_distr v0.5.1 |
| 2990 | 2026-02-19T00:40:16.759Z | Checking multimap v0.10.1 |
| 2991 | 2026-02-19T00:40:17.164Z | Checking approx v0.5.1 |
| 2992 | 2026-02-19T00:40:17.317Z | Checking dropshot-api-manager v0.3.0 |
| 2993 | 2026-02-19T00:40:17.749Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2994 | 2026-02-19T00:40:18.522Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2995 | 2026-02-19T00:40:18.943Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2996 | 2026-02-19T00:40:19.500Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2997 | 2026-02-19T00:40:19.953Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2998 | 2026-02-19T00:40:20.514Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2999 | 2026-02-19T00:40:20.538Z | Checking partial-io v0.5.4 |
| 3000 | 2026-02-19T00:40:21.084Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3001 | 2026-02-19T00:40:21.213Z | Checking cargo_toml v0.21.0 |
| 3002 | 2026-02-19T00:40:22.200Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3003 | 2026-02-19T00:40:22.388Z | Checking termios v0.3.3 |
| 3004 | 2026-02-19T00:40:22.724Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 3005 | 2026-02-19T00:40:22.749Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3006 | 2026-02-19T00:40:23.469Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3007 | 2026-02-19T00:40:24.447Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3008 | 2026-02-19T00:40:26.059Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3009 | 2026-02-19T00:40:26.380Z | Compiling polar-core v0.27.3 |
| 3010 | 2026-02-19T00:40:31.113Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3011 | 2026-02-19T00:40:37.974Z | Checking oso v0.27.3 |
| 3012 | 2026-02-19T00:40:40.013Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3013 | 2026-02-19T00:40:44.733Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3014 | 2026-02-19T00:40:46.138Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3015 | 2026-02-19T00:40:53.049Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3016 | 2026-02-19T00:41:00.288Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3017 | 2026-02-19T00:41:09.751Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3018 | 2026-02-19T00:41:11.400Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3019 | 2026-02-19T00:41:27.973Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3020 | 2026-02-19T00:41:46.331Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3021 | 2026-02-19T00:45:26.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 54s |
| 3022 | 2026-02-19T00:45:27.419Z | |
| 3023 | 2026-02-19T00:45:27.420Z | real 10:02.687994361 |
| 3024 | 2026-02-19T00:45:27.420Z | user 50:29.178276995 |
| 3025 | 2026-02-19T00:45:27.420Z | sys 9:15.837718682 |
| 3026 | 2026-02-19T00:45:27.420Z | trap 1.808985021 |
| 3027 | 2026-02-19T00:45:27.420Z | tflt 0.430053956 |
| 3028 | 2026-02-19T00:45:27.420Z | dflt 0.480064547 |
| 3029 | 2026-02-19T00:45:27.420Z | kflt 0.001805127 |
| 3030 | 2026-02-19T00:45:27.445Z | lock 2:07:01.923232047 |
| 3031 | 2026-02-19T00:45:27.445Z | slp 2:43:33.577941801 |
| 3032 | 2026-02-19T00:45:27.445Z | lat 2:33.314951549 |
| 3033 | 2026-02-19T00:45:27.445Z | stop 16:47.254859492 |
| 3034 | 2026-02-19T00:45:27.445Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3035 | 2026-02-19T00:45:27.445Z | + ptime -m cargo doc --workspace --no-deps |
| 3036 | 2026-02-19T00:45:30.043Z | warning: output filename collision. |
| 3037 | 2026-02-19T00:45:30.043Z | 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)`. |
| 3038 | 2026-02-19T00:45:30.043Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3039 | 2026-02-19T00:45:30.043Z | The targets should have unique names. |
| 3040 | 2026-02-19T00:45:30.043Z | This is a known bug where multiple crates with the same name use |
| 3041 | 2026-02-19T00:45:30.043Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3042 | 2026-02-19T00:45:32.848Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3043 | 2026-02-19T00:45:32.930Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3044 | 2026-02-19T00:45:32.974Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3045 | 2026-02-19T00:45:33.080Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3046 | 2026-02-19T00:45:33.156Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3047 | 2026-02-19T00:45:33.181Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3048 | 2026-02-19T00:45:33.181Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3049 | 2026-02-19T00:45:33.676Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3050 | 2026-02-19T00:45:33.735Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3051 | 2026-02-19T00:45:33.841Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3052 | 2026-02-19T00:45:33.936Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3053 | 2026-02-19T00:45:34.136Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3054 | 2026-02-19T00:45:34.383Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3055 | 2026-02-19T00:45:34.430Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3056 | 2026-02-19T00:45:34.491Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3057 | 2026-02-19T00:45:34.555Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3058 | 2026-02-19T00:45:34.778Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3059 | 2026-02-19T00:45:35.371Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3060 | 2026-02-19T00:45:35.742Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3061 | 2026-02-19T00:45:35.801Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3062 | 2026-02-19T00:45:35.825Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3063 | 2026-02-19T00:45:35.825Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3064 | 2026-02-19T00:45:36.080Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3065 | 2026-02-19T00:45:36.320Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3066 | 2026-02-19T00:45:36.435Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3067 | 2026-02-19T00:45:36.864Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3068 | 2026-02-19T00:45:37.230Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3069 | 2026-02-19T00:45:37.486Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3070 | 2026-02-19T00:45:37.570Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3071 | 2026-02-19T00:45:38.121Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3072 | 2026-02-19T00:45:38.305Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3073 | 2026-02-19T00:45:38.713Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3074 | 2026-02-19T00:45:38.793Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3075 | 2026-02-19T00:45:38.973Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3076 | 2026-02-19T00:45:39.291Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3077 | 2026-02-19T00:45:39.344Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3078 | 2026-02-19T00:45:39.406Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3079 | 2026-02-19T00:45:40.075Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3080 | 2026-02-19T00:45:40.167Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3081 | 2026-02-19T00:45:40.438Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3082 | 2026-02-19T00:45:40.510Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3083 | 2026-02-19T00:45:40.728Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3084 | 2026-02-19T00:45:40.783Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3085 | 2026-02-19T00:45:40.826Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3086 | 2026-02-19T00:45:41.080Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3087 | 2026-02-19T00:45:41.328Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3088 | 2026-02-19T00:45:41.371Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3089 | 2026-02-19T00:45:41.421Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3090 | 2026-02-19T00:45:41.479Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3091 | 2026-02-19T00:45:42.005Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3092 | 2026-02-19T00:45:42.029Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3093 | 2026-02-19T00:45:42.054Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3094 | 2026-02-19T00:45:42.152Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3095 | 2026-02-19T00:45:42.512Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3096 | 2026-02-19T00:45:42.602Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3097 | 2026-02-19T00:45:42.711Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3098 | 2026-02-19T00:45:43.050Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3099 | 2026-02-19T00:45:43.167Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3100 | 2026-02-19T00:45:43.257Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3101 | 2026-02-19T00:45:43.330Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3102 | 2026-02-19T00:45:43.716Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3103 | 2026-02-19T00:45:43.837Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3104 | 2026-02-19T00:45:44.391Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3105 | 2026-02-19T00:45:44.454Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3106 | 2026-02-19T00:45:44.514Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3107 | 2026-02-19T00:45:45.023Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3108 | 2026-02-19T00:45:45.308Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3109 | 2026-02-19T00:45:45.808Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3110 | 2026-02-19T00:45:46.489Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3111 | 2026-02-19T00:45:47.042Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3112 | 2026-02-19T00:45:47.671Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3113 | 2026-02-19T00:45:50.541Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3114 | 2026-02-19T00:45:51.346Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3115 | 2026-02-19T00:45:51.575Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3116 | 2026-02-19T00:45:51.716Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3117 | 2026-02-19T00:45:53.260Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3118 | 2026-02-19T00:45:54.349Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3119 | 2026-02-19T00:45:54.459Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3120 | 2026-02-19T00:45:54.864Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3121 | 2026-02-19T00:45:54.905Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3122 | 2026-02-19T00:45:55.276Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3123 | 2026-02-19T00:45:55.475Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3124 | 2026-02-19T00:45:55.712Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3125 | 2026-02-19T00:45:56.030Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3126 | 2026-02-19T00:45:56.532Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3127 | 2026-02-19T00:45:56.672Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3128 | 2026-02-19T00:45:57.513Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3129 | 2026-02-19T00:45:58.117Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3130 | 2026-02-19T00:45:58.175Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3131 | 2026-02-19T00:45:58.714Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3132 | 2026-02-19T00:45:58.761Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3133 | 2026-02-19T00:45:59.945Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3134 | 2026-02-19T00:46:00.084Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3135 | 2026-02-19T00:46:00.405Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3136 | 2026-02-19T00:46:01.404Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3137 | 2026-02-19T00:46:01.740Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3138 | 2026-02-19T00:46:03.117Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3139 | 2026-02-19T00:46:03.438Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3140 | 2026-02-19T00:46:03.768Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3141 | 2026-02-19T00:46:04.176Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3142 | 2026-02-19T00:46:05.017Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3143 | 2026-02-19T00:46:05.847Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3144 | 2026-02-19T00:46:06.869Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3145 | 2026-02-19T00:46:07.530Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3146 | 2026-02-19T00:46:07.697Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3147 | 2026-02-19T00:46:07.791Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3148 | 2026-02-19T00:46:08.810Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3149 | 2026-02-19T00:46:08.946Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3150 | 2026-02-19T00:46:09.345Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3151 | 2026-02-19T00:46:09.476Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3152 | 2026-02-19T00:46:09.888Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3153 | 2026-02-19T00:46:10.300Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3154 | 2026-02-19T00:46:10.324Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3155 | 2026-02-19T00:46:10.791Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3156 | 2026-02-19T00:46:11.205Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3157 | 2026-02-19T00:46:11.953Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3158 | 2026-02-19T00:46:12.721Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3159 | 2026-02-19T00:46:12.913Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3160 | 2026-02-19T00:46:13.254Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3161 | 2026-02-19T00:46:14.062Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3162 | 2026-02-19T00:46:15.149Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3163 | 2026-02-19T00:46:15.522Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3164 | 2026-02-19T00:46:15.565Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3165 | 2026-02-19T00:46:16.147Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3166 | 2026-02-19T00:46:16.215Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3167 | 2026-02-19T00:46:17.367Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3168 | 2026-02-19T00:46:18.249Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3169 | 2026-02-19T00:46:18.675Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3170 | 2026-02-19T00:46:18.982Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3171 | 2026-02-19T00:46:19.437Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3172 | 2026-02-19T00:46:19.725Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3173 | 2026-02-19T00:46:19.937Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3174 | 2026-02-19T00:46:19.983Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3175 | 2026-02-19T00:46:20.380Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3176 | 2026-02-19T00:46:20.463Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3177 | 2026-02-19T00:46:21.207Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3178 | 2026-02-19T00:46:22.689Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3179 | 2026-02-19T00:46:25.478Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3180 | 2026-02-19T00:46:26.743Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3181 | 2026-02-19T00:46:27.653Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3182 | 2026-02-19T00:46:30.344Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3183 | 2026-02-19T00:46:30.637Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3184 | 2026-02-19T00:46:32.252Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3185 | 2026-02-19T00:46:32.750Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3186 | 2026-02-19T00:46:33.484Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3187 | 2026-02-19T00:46:34.788Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3188 | 2026-02-19T00:46:34.979Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3189 | 2026-02-19T00:46:35.391Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3190 | 2026-02-19T00:46:36.443Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3191 | 2026-02-19T00:46:36.777Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3192 | 2026-02-19T00:46:37.524Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3193 | 2026-02-19T00:46:38.067Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3194 | 2026-02-19T00:46:38.226Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3195 | 2026-02-19T00:46:38.447Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3196 | 2026-02-19T00:46:46.554Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3197 | 2026-02-19T00:46:46.592Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3198 | 2026-02-19T00:46:48.087Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3199 | 2026-02-19T00:46:48.659Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3200 | 2026-02-19T00:46:51.356Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3201 | 2026-02-19T00:46:52.861Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3202 | 2026-02-19T00:46:53.084Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3203 | 2026-02-19T00:46:54.790Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3204 | 2026-02-19T00:46:55.274Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3205 | 2026-02-19T00:46:55.485Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3206 | 2026-02-19T00:46:57.829Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3207 | 2026-02-19T00:46:57.917Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3208 | 2026-02-19T00:46:59.643Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3209 | 2026-02-19T00:46:59.784Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3210 | 2026-02-19T00:47:00.941Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3211 | 2026-02-19T00:47:01.533Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3212 | 2026-02-19T00:47:01.615Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3213 | 2026-02-19T00:47:02.038Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3214 | 2026-02-19T00:47:02.685Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3215 | 2026-02-19T00:47:03.482Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3216 | 2026-02-19T00:47:03.806Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3217 | 2026-02-19T00:47:04.312Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3218 | 2026-02-19T00:47:05.986Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3219 | 2026-02-19T00:47:06.180Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3220 | 2026-02-19T00:47:07.366Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3221 | 2026-02-19T00:47:07.894Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3222 | 2026-02-19T00:47:08.190Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3223 | 2026-02-19T00:47:08.875Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3224 | 2026-02-19T00:47:10.305Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3225 | 2026-02-19T00:47:11.650Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3226 | 2026-02-19T00:47:12.863Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3227 | 2026-02-19T00:47:15.615Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3228 | 2026-02-19T00:47:16.101Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3229 | 2026-02-19T00:47:17.267Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3230 | 2026-02-19T00:47:25.387Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3231 | 2026-02-19T00:47:27.747Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3232 | 2026-02-19T00:47:29.144Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3233 | 2026-02-19T00:47:30.776Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3234 | 2026-02-19T00:47:33.612Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3235 | 2026-02-19T00:47:35.911Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3236 | 2026-02-19T00:47:39.111Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3237 | 2026-02-19T00:47:41.556Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3238 | 2026-02-19T00:47:42.583Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3239 | 2026-02-19T00:47:45.442Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3240 | 2026-02-19T00:47:46.499Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3241 | 2026-02-19T00:47:51.803Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3242 | 2026-02-19T00:47:54.128Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3243 | 2026-02-19T00:47:56.382Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3244 | 2026-02-19T00:47:57.305Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3245 | 2026-02-19T00:48:00.001Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3246 | 2026-02-19T00:48:00.966Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3247 | 2026-02-19T00:48:04.095Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3248 | 2026-02-19T00:48:09.272Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3249 | 2026-02-19T00:48:09.622Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3250 | 2026-02-19T00:48:11.427Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3251 | 2026-02-19T00:48:14.428Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3252 | 2026-02-19T00:48:16.861Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3253 | 2026-02-19T00:48:18.809Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3254 | 2026-02-19T00:48:23.165Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3255 | 2026-02-19T00:48:25.394Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3256 | 2026-02-19T00:48:27.190Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3257 | 2026-02-19T00:48:29.377Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3258 | 2026-02-19T00:48:30.818Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3259 | 2026-02-19T00:48:32.766Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3260 | 2026-02-19T00:48:35.940Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3261 | 2026-02-19T00:48:40.395Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3262 | 2026-02-19T00:48:42.172Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3263 | 2026-02-19T00:48:44.119Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3264 | 2026-02-19T00:48:47.944Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3265 | 2026-02-19T00:48:50.896Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3266 | 2026-02-19T00:48:55.199Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3267 | 2026-02-19T00:48:56.112Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3268 | 2026-02-19T00:48:58.599Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3269 | 2026-02-19T00:49:01.013Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3270 | 2026-02-19T00:49:04.341Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3271 | 2026-02-19T00:49:10.960Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3272 | 2026-02-19T00:49:11.943Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3273 | 2026-02-19T00:49:13.964Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3274 | 2026-02-19T00:49:17.246Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3275 | 2026-02-19T00:49:20.262Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3276 | 2026-02-19T00:49:23.688Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3277 | 2026-02-19T00:49:27.152Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3278 | 2026-02-19T00:49:30.040Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3279 | 2026-02-19T00:49:33.646Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3280 | 2026-02-19T00:49:37.442Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3281 | 2026-02-19T00:49:40.702Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3282 | 2026-02-19T00:49:49.026Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3283 | 2026-02-19T00:49:50.664Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3284 | 2026-02-19T00:49:52.644Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3285 | 2026-02-19T00:49:54.010Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3286 | 2026-02-19T00:49:57.503Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3287 | 2026-02-19T00:50:02.097Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3288 | 2026-02-19T00:50:05.583Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3289 | 2026-02-19T00:50:09.865Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3290 | 2026-02-19T00:50:13.718Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3291 | 2026-02-19T00:50:17.174Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3292 | 2026-02-19T00:50:21.639Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3293 | 2026-02-19T00:50:24.752Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3294 | 2026-02-19T00:50:28.413Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3295 | 2026-02-19T00:50:32.307Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3296 | 2026-02-19T00:50:35.902Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3297 | 2026-02-19T00:50:39.294Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3298 | 2026-02-19T00:50:43.005Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3299 | 2026-02-19T00:50:47.432Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3300 | 2026-02-19T00:50:51.040Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3301 | 2026-02-19T00:50:54.516Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3302 | 2026-02-19T00:50:58.279Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3303 | 2026-02-19T00:51:02.376Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3304 | 2026-02-19T00:51:05.909Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3305 | 2026-02-19T00:51:09.739Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3306 | 2026-02-19T00:51:14.012Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3307 | 2026-02-19T00:51:17.551Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3308 | 2026-02-19T00:51:21.521Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3309 | 2026-02-19T00:51:25.505Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3310 | 2026-02-19T00:51:30.086Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3311 | 2026-02-19T00:51:34.224Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3312 | 2026-02-19T00:51:38.013Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3313 | 2026-02-19T00:51:42.416Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3314 | 2026-02-19T00:51:46.751Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3315 | 2026-02-19T00:51:50.853Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3316 | 2026-02-19T00:51:54.657Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3317 | 2026-02-19T00:51:59.006Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3318 | 2026-02-19T00:52:02.957Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3319 | 2026-02-19T00:52:07.179Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3320 | 2026-02-19T00:52:11.245Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3321 | 2026-02-19T00:52:20.988Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3322 | 2026-02-19T00:52:21.857Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3323 | 2026-02-19T00:52:26.108Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3324 | 2026-02-19T00:52:31.409Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3325 | 2026-02-19T00:52:35.810Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3326 | 2026-02-19T00:52:40.751Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3327 | 2026-02-19T00:52:41.834Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3328 | 2026-02-19T00:52:49.868Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3329 | 2026-02-19T00:52:55.184Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3330 | 2026-02-19T00:52:59.371Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3331 | 2026-02-19T00:53:03.881Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3332 | 2026-02-19T00:53:08.100Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3333 | 2026-02-19T00:53:12.521Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3334 | 2026-02-19T00:53:17.120Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3335 | 2026-02-19T00:53:22.765Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3336 | 2026-02-19T00:53:27.601Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3337 | 2026-02-19T00:53:32.124Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3338 | 2026-02-19T00:53:36.193Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3339 | 2026-02-19T00:53:40.588Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3340 | 2026-02-19T00:53:45.212Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3341 | 2026-02-19T00:53:49.966Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3342 | 2026-02-19T00:53:54.260Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3343 | 2026-02-19T00:53:58.771Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3344 | 2026-02-19T00:54:04.209Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3345 | 2026-02-19T00:54:10.242Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3346 | 2026-02-19T00:54:14.246Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3347 | 2026-02-19T00:54:19.349Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3348 | 2026-02-19T00:54:24.555Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3349 | 2026-02-19T00:54:29.353Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3350 | 2026-02-19T00:54:34.514Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3351 | 2026-02-19T00:54:39.773Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3352 | 2026-02-19T00:54:44.800Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3353 | 2026-02-19T00:54:53.660Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3354 | 2026-02-19T00:54:56.570Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3355 | 2026-02-19T00:55:02.078Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3356 | 2026-02-19T00:55:16.180Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3357 | 2026-02-19T00:55:20.582Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3358 | 2026-02-19T00:55:22.792Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3359 | 2026-02-19T00:55:29.089Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3360 | 2026-02-19T00:55:35.772Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3361 | 2026-02-19T00:55:42.260Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3362 | 2026-02-19T00:55:49.002Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3363 | 2026-02-19T00:55:55.782Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3364 | 2026-02-19T00:56:01.912Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3365 | 2026-02-19T00:56:08.047Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3366 | 2026-02-19T00:56:14.450Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3367 | 2026-02-19T00:56:21.069Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3368 | 2026-02-19T00:57:12.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11m 44s |
| 3369 | 2026-02-19T00:57:12.736Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 186 other files |
| 3370 | 2026-02-19T00:57:12.918Z | |
| 3371 | 2026-02-19T00:57:12.918Z | real 11:45.378842661 |
| 3372 | 2026-02-19T00:57:12.918Z | user 43:10.080848739 |
| 3373 | 2026-02-19T00:57:12.918Z | sys 7:27.519716941 |
| 3374 | 2026-02-19T00:57:12.918Z | trap 1.529970576 |
| 3375 | 2026-02-19T00:57:12.918Z | tflt 0.071750866 |
| 3376 | 2026-02-19T00:57:12.918Z | dflt 0.082729315 |
| 3377 | 2026-02-19T00:57:12.918Z | kflt 0.000117773 |
| 3378 | 2026-02-19T00:57:12.918Z | lock 9:22:24.411441363 |
| 3379 | 2026-02-19T00:57:12.918Z | slp 3:59:24.322608744 |
| 3380 | 2026-02-19T00:57:12.919Z | lat 1:05.971118324 |
| 3381 | 2026-02-19T00:57:12.919Z | stop 2:53.128212452 |
| 3382 | 2026-02-19T00:57:12.943Z | process exited: duration 1788154 ms, exit code 0 |
| |
| 3383 | 2026-02-19T00:57:12.994Z | found 0 output files |