|
|
|
| 1 | 2026-04-25T04:04:06.342Z | job assigned to worker 01KQ1CWXG3D705R5JQCMNW25M9 [factory aws, i-0f94ff9d4bb33de7b] (queued for 50 s) |
| |
| 2 | 2026-04-25T04:04:12.597Z | starting task 0: "setup" |
| 3 | 2026-04-25T04:04:12.601Z | ++ uname -s |
| 4 | 2026-04-25T04:04:12.601Z | + kern=SunOS |
| 5 | 2026-04-25T04:04:12.601Z | + build_user=build |
| 6 | 2026-04-25T04:04:12.602Z | + build_uid=12345 |
| 7 | 2026-04-25T04:04:12.602Z | + work_dir=/work |
| 8 | 2026-04-25T04:04:12.602Z | + input_dir=/input |
| 9 | 2026-04-25T04:04:12.602Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-25T04:04:12.602Z | + case "$kern" in |
| 11 | 2026-04-25T04:04:12.602Z | + groupadd -g 12345 build |
| 12 | 2026-04-25T04:04:12.605Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-25T04:04:14.609Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-25T04:04:14.718Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-25T04:04:14.722Z | + home_fs=zfs |
| 16 | 2026-04-25T04:04:14.722Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-25T04:04:14.722Z | + mkdir -p /home/build |
| 18 | 2026-04-25T04:04:14.722Z | + chown build:build /home/build /work |
| 19 | 2026-04-25T04:04:16.721Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-25T04:04:16.725Z | process exited: duration 4125 ms, exit code 0 |
| |
| 21 | 2026-04-25T04:04:16.734Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-25T04:04:16.740Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-25T04:04:16.740Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-04-25T04:04:16.740Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-04-25T04:04:16.740Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-04-25T04:04:16.741Z | * rust toolchain profile = "default" |
| 27 | 2026-04-25T04:04:16.741Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-25T04:04:16.741Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-25T04:04:16.741Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-25T04:04:16.821Z | info: downloading installer |
| 31 | 2026-04-25T04:04:18.460Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-25T04:04:18.460Z | warn: /opt/ooce/bin |
| 33 | 2026-04-25T04:04:18.460Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-25T04:04:18.460Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-25T04:04:18.461Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-25T04:04:18.461Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-25T04:04:18.461Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-25T04:04:18.461Z | error: cannot install while Rust is installed |
| 39 | 2026-04-25T04:04:18.461Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-25T04:04:18.461Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-25T04:04:18.461Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-25T04:04:18.461Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-25T04:04:18.461Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-25T04:04:18.482Z | info: profile set to default |
| 45 | 2026-04-25T04:04:18.482Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-25T04:04:18.486Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-04-25T04:04:18.603Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-04-25T04:04:18.609Z | info: downloading 6 components |
| 49 | 2026-04-25T04:04:34.351Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-04-25T04:04:34.352Z | |
| 51 | 2026-04-25T04:04:34.377Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-04-25T04:04:34.377Z | |
| 53 | 2026-04-25T04:04:34.377Z | |
| 54 | 2026-04-25T04:04:34.377Z | Rust is installed now. Great! |
| 55 | 2026-04-25T04:04:34.377Z | |
| 56 | 2026-04-25T04:04:34.382Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-25T04:04:34.382Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-25T04:04:34.382Z | |
| 59 | 2026-04-25T04:04:34.382Z | To configure your current shell, you need to source |
| 60 | 2026-04-25T04:04:34.382Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-25T04:04:34.382Z | |
| 62 | 2026-04-25T04:04:34.382Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-25T04:04:34.382Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-25T04:04:34.383Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-25T04:04:34.383Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-25T04:04:34.383Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-25T04:04:34.383Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-25T04:04:34.383Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-25T04:04:34.383Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-25T04:04:34.383Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-25T04:04:34.458Z | + rustup --version |
| 72 | 2026-04-25T04:04:34.468Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-25T04:04:34.474Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-25T04:04:34.489Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-04-25T04:04:34.493Z | + cargo --version |
| 76 | 2026-04-25T04:04:34.503Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-04-25T04:04:34.506Z | + rustc --version |
| 78 | 2026-04-25T04:04:34.525Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-04-25T04:04:34.529Z | process exited: duration 17792 ms, exit code 0 |
| |
| 80 | 2026-04-25T04:04:34.536Z | starting task 2: "authentication" |
| 81 | 2026-04-25T04:04:34.554Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-04-25T04:04:34.561Z | starting task 3: "clone repository" |
| 83 | 2026-04-25T04:04:34.564Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-04-25T04:04:34.569Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-04-25T04:04:34.612Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-04-25T04:04:43.159Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-04-25T04:04:43.159Z | + git fetch origin 2496a22a061f0f95f0e603dd45762bb8bc04b0ce |
| 88 | 2026-04-25T04:04:43.436Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-04-25T04:04:43.436Z | * branch 2496a22a061f0f95f0e603dd45762bb8bc04b0ce -> FETCH_HEAD |
| 90 | 2026-04-25T04:04:43.453Z | + [[ -n renovate/russh-monorepo ]] |
| 91 | 2026-04-25T04:04:43.474Z | ++ git branch --show-current |
| 92 | 2026-04-25T04:04:43.474Z | + current=main |
| 93 | 2026-04-25T04:04:43.474Z | + [[ main != renovate/russh-monorepo ]] |
| 94 | 2026-04-25T04:04:43.475Z | + git branch -f renovate/russh-monorepo 2496a22a061f0f95f0e603dd45762bb8bc04b0ce |
| 95 | 2026-04-25T04:04:43.475Z | + git checkout -f renovate/russh-monorepo |
| 96 | 2026-04-25T04:04:43.693Z | Switched to branch 'renovate/russh-monorepo' |
| 97 | 2026-04-25T04:04:43.696Z | + git reset --hard 2496a22a061f0f95f0e603dd45762bb8bc04b0ce |
| 98 | 2026-04-25T04:04:43.936Z | HEAD is now at 2496a22a0 Update Rust crate russh-keys to 0.49.2 |
| 99 | 2026-04-25T04:04:43.940Z | process exited: duration 9374 ms, exit code 0 |
| |
| 100 | 2026-04-25T04:04:43.949Z | starting task 4: "build" |
| 101 | 2026-04-25T04:04:43.954Z | + source ./env.sh |
| 102 | 2026-04-25T04:04:43.954Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-04-25T04:04:43.954Z | ++ set -o xtrace |
| 104 | 2026-04-25T04:04:43.955Z | ++++ dirname ./env.sh |
| 105 | 2026-04-25T04:04:43.958Z | +++ readlink -f . |
| 106 | 2026-04-25T04:04:43.958Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-04-25T04:04:43.958Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-04-25T04:04:43.958Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-04-25T04:04:43.958Z | ++ 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 |
| 110 | 2026-04-25T04:04:43.959Z | ++ 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 |
| 111 | 2026-04-25T04:04:43.959Z | ++ 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 |
| 112 | 2026-04-25T04:04:43.959Z | ++ 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 |
| 113 | 2026-04-25T04:04:43.962Z | ++ 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 |
| 114 | 2026-04-25T04:04:43.962Z | ++ 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 |
| 115 | 2026-04-25T04:04:43.962Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-04-25T04:04:43.962Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-04-25T04:04:43.962Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-04-25T04:04:43.962Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-04-25T04:04:43.962Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-04-25T04:04:43.962Z | + cargo --version |
| 121 | 2026-04-25T04:04:43.968Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 122 | 2026-04-25T04:04:43.971Z | + rustc --version |
| 123 | 2026-04-25T04:04:43.995Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 124 | 2026-04-25T04:04:44.011Z | + banner prerequisites |
| 125 | 2026-04-25T04:04:44.011Z | |
| 126 | 2026-04-25T04:04:44.011Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 127 | 2026-04-25T04:04:44.011Z | # # # # # # # # # # # # # # # |
| 128 | 2026-04-25T04:04:44.011Z | # # # # ##### # # ##### # # # # # #### # |
| 129 | 2026-04-25T04:04:44.012Z | ##### ##### # ##### # # # # # # # # # |
| 130 | 2026-04-25T04:04:44.012Z | # # # # # # # # # # # # # # # |
| 131 | 2026-04-25T04:04:44.012Z | # # # ###### # # ###### ### # #### # #### # |
| 132 | 2026-04-25T04:04:44.012Z | |
| 133 | 2026-04-25T04:04:44.012Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 134 | 2026-04-25T04:05:01.363Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 135 | 2026-04-25T04:05:08.693Z | Startup: Caching catalogs ... Done |
| 136 | 2026-04-25T04:05:15.187Z | Planning: Solver setup ... Done (4.958s) |
| 137 | 2026-04-25T04:05:15.211Z | Planning: Running solver ... Done (0.033s) |
| 138 | 2026-04-25T04:05:15.344Z | Planning: Finding local manifests ... Done (0.003s) |
| 139 | 2026-04-25T04:05:15.370Z | Planning: Fetching manifests: 0/5 0% complete |
| 140 | 2026-04-25T04:05:15.485Z | Planning: Fetching manifests: 5/5 100% complete |
| 141 | 2026-04-25T04:05:15.520Z | Planning: Package planning ... Done (0.036s) |
| 142 | 2026-04-25T04:05:15.558Z | Planning: Merging actions ... Done (0.036s) |
| 143 | 2026-04-25T04:05:15.736Z | Planning: Checking for conflicting actions ... Done (0.180s) |
| 144 | 2026-04-25T04:05:15.748Z | Planning: Consolidating action changes ... Done (0.009s) |
| 145 | 2026-04-25T04:05:16.486Z | Planning: Evaluating mediators ... Done (0.727s) |
| 146 | 2026-04-25T04:05:16.506Z | Planning: Planning completed in 7.62 seconds |
| 147 | 2026-04-25T04:05:16.506Z | Packages to install: 5 |
| 148 | 2026-04-25T04:05:16.506Z | Mediators to change: 3 |
| 149 | 2026-04-25T04:05:16.506Z | Services to change: 1 |
| 150 | 2026-04-25T04:05:16.506Z | Estimated space available: 155.35 GB |
| 151 | 2026-04-25T04:05:16.506Z | Estimated space to be consumed: 1.89 GB |
| 152 | 2026-04-25T04:05:16.506Z | Create boot environment: No |
| 153 | 2026-04-25T04:05:16.506Z | Create backup boot environment: No |
| 154 | 2026-04-25T04:05:16.506Z | Rebuild boot archive: No |
| 155 | 2026-04-25T04:05:16.506Z | |
| 156 | 2026-04-25T04:05:16.507Z | Changed mediators: |
| 157 | 2026-04-25T04:05:16.507Z | mediator clang: |
| 158 | 2026-04-25T04:05:16.507Z | version: None -> 15 (system default) |
| 159 | 2026-04-25T04:05:16.507Z | |
| 160 | 2026-04-25T04:05:16.507Z | mediator llvm: |
| 161 | 2026-04-25T04:05:16.507Z | version: 14 (system default) -> 15 (system default) |
| 162 | 2026-04-25T04:05:16.507Z | |
| 163 | 2026-04-25T04:05:16.507Z | mediator postgresql: |
| 164 | 2026-04-25T04:05:16.507Z | version: 15 (system default) -> 18 (system default) |
| 165 | 2026-04-25T04:05:16.507Z | |
| 166 | 2026-04-25T04:05:16.507Z | Changed packages: |
| 167 | 2026-04-25T04:05:16.507Z | helios-dev |
| 168 | 2026-04-25T04:05:16.507Z | developer/build-essential |
| 169 | 2026-04-25T04:05:16.508Z | None -> 11-2.0 |
| 170 | 2026-04-25T04:05:16.508Z | library/libxmlsec1 |
| 171 | 2026-04-25T04:05:16.508Z | None -> 1.2.35-2.0 |
| 172 | 2026-04-25T04:05:16.508Z | ooce/developer/clang-15 |
| 173 | 2026-04-25T04:05:16.508Z | None -> 15.0.7-2.0 |
| 174 | 2026-04-25T04:05:16.508Z | ooce/developer/llvm-15 |
| 175 | 2026-04-25T04:05:16.511Z | None -> 15.0.7-2.0 |
| 176 | 2026-04-25T04:05:16.511Z | ooce/library/postgresql-18 |
| 177 | 2026-04-25T04:05:16.511Z | None -> 18.1-2.0 |
| 178 | 2026-04-25T04:05:16.511Z | |
| 179 | 2026-04-25T04:05:16.511Z | Services: |
| 180 | 2026-04-25T04:05:16.511Z | restart_fmri: |
| 181 | 2026-04-25T04:05:16.511Z | svc:/system/update-man-index:default |
| 182 | 2026-04-25T04:05:16.549Z | |
| 183 | 2026-04-25T04:05:16.549Z | Download: 0/4272 items 0.0/219.0MB 0% complete |
| 184 | 2026-04-25T04:05:21.566Z | Download: 443/4272 items 16.6/219.0MB 7% complete (3.3M/s) |
| 185 | 2026-04-25T04:05:32.073Z | Download: 1190/4272 items 83.1/219.0MB 37% complete (9.7M/s) |
| 186 | 2026-04-25T04:05:46.483Z | Download: 1198/4272 items 83.5/219.0MB 38% complete |
| 187 | 2026-04-25T04:05:51.586Z | Download: 2215/4272 items 118.8/219.0MB 54% complete (7.2M/s) |
| 188 | 2026-04-25T04:06:00.749Z | Download: 2217/4272 items 118.9/219.0MB 54% complete (6.9M/s) |
| 189 | 2026-04-25T04:06:16.669Z | Download: 2220/4272 items 119.0/219.0MB 54% complete |
| 190 | 2026-04-25T04:06:21.672Z | Download: 2967/4272 items 121.2/219.0MB 55% complete (447k/s) |
| 191 | 2026-04-25T04:06:31.747Z | Download: 4254/4272 items 218.9/219.0MB 99% complete (10.7M/s) |
| 192 | 2026-04-25T04:06:31.824Z | Download: Completed 218.99 MB in 75.24 seconds (2.9M/s) |
| 193 | 2026-04-25T04:06:31.925Z | Actions: 1/4789 actions (Installing new actions) |
| 194 | 2026-04-25T04:06:35.266Z | Actions: Completed 4789 actions in 3.34 seconds. |
| 195 | 2026-04-25T04:06:35.583Z | Done (0.313s) |
| 196 | 2026-04-25T04:06:35.583Z | Done (0.000s) |
| 197 | 2026-04-25T04:06:36.337Z | Done (0.743s) |
| 198 | 2026-04-25T04:06:39.387Z | Done (2.714s) |
| 199 | 2026-04-25T04:06:39.464Z | Done (0.015s) |
| 200 | 2026-04-25T04:06:39.467Z | Done (0.000s) |
| 201 | 2026-04-25T04:06:39.835Z | Done (0.000s) |
| 202 | 2026-04-25T04:06:40.676Z | Planning: Evaluating mediator changes ... Done |
| 203 | 2026-04-25T04:06:40.784Z | Planning: Checking for conflicting actions ... Done |
| 204 | 2026-04-25T04:06:40.787Z | Planning: Consolidating action changes ... Done |
| 205 | 2026-04-25T04:06:41.347Z | Planning: Evaluating mediators ... Done |
| 206 | 2026-04-25T04:06:41.350Z | Planning: Planning completed in 0.27 seconds |
| 207 | 2026-04-25T04:06:41.350Z | Mediators to change: 2 |
| 208 | 2026-04-25T04:06:41.350Z | Create boot environment: No |
| 209 | 2026-04-25T04:06:41.350Z | Create backup boot environment: No |
| 210 | 2026-04-25T04:06:41.350Z | Done |
| 211 | 2026-04-25T04:06:41.350Z | Done |
| 212 | 2026-04-25T04:06:41.641Z | Done |
| 213 | 2026-04-25T04:06:44.089Z | Done |
| 214 | 2026-04-25T04:06:44.160Z | Done |
| 215 | 2026-04-25T04:06:44.163Z | Done |
| 216 | 2026-04-25T04:06:44.376Z | Done |
| 217 | 2026-04-25T04:06:45.038Z | Planning: Evaluating mediator changes ... Done |
| 218 | 2026-04-25T04:06:45.041Z | Planning: Checking for conflicting actions ... Done |
| 219 | 2026-04-25T04:06:45.041Z | Planning: Consolidating action changes ... Done |
| 220 | 2026-04-25T04:06:45.041Z | Planning: Evaluating mediators ... Done |
| 221 | 2026-04-25T04:06:45.041Z | Planning: Planning completed in 0.27 seconds |
| 222 | 2026-04-25T04:06:45.041Z | Mediators to change: 1 |
| 223 | 2026-04-25T04:06:45.041Z | Create boot environment: No |
| 224 | 2026-04-25T04:06:45.041Z | Create backup boot environment: No |
| 225 | 2026-04-25T04:06:45.041Z | Done |
| 226 | 2026-04-25T04:06:45.041Z | Done |
| 227 | 2026-04-25T04:06:45.570Z | Done |
| 228 | 2026-04-25T04:06:48.029Z | Done |
| 229 | 2026-04-25T04:06:48.088Z | Done |
| 230 | 2026-04-25T04:06:48.155Z | Done |
| 231 | 2026-04-25T04:06:48.252Z | Done |
| 232 | 2026-04-25T04:06:48.519Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 233 | 2026-04-25T04:06:48.519Z | clang system 15 system |
| 234 | 2026-04-25T04:06:48.519Z | csh system system illumos |
| 235 | 2026-04-25T04:06:48.519Z | ctags system system illumos |
| 236 | 2026-04-25T04:06:48.519Z | file system system illumos |
| 237 | 2026-04-25T04:06:48.519Z | gcc vendor 12 vendor |
| 238 | 2026-04-25T04:06:48.519Z | gcc system 14 system |
| 239 | 2026-04-25T04:06:48.519Z | gcc system 10 system |
| 240 | 2026-04-25T04:06:48.519Z | go system 1.20 system |
| 241 | 2026-04-25T04:06:48.519Z | go system 1.19 system |
| 242 | 2026-04-25T04:06:48.519Z | llvm system 15 system |
| 243 | 2026-04-25T04:06:48.519Z | llvm system 14 system |
| 244 | 2026-04-25T04:06:48.519Z | mariadb system 10.6 system |
| 245 | 2026-04-25T04:06:48.519Z | mta vendor vendor dma |
| 246 | 2026-04-25T04:06:48.519Z | openjdk system 17 system |
| 247 | 2026-04-25T04:06:48.520Z | openjdk system 11 system |
| 248 | 2026-04-25T04:06:48.520Z | openjdk system 1.8 system |
| 249 | 2026-04-25T04:06:48.520Z | openssl vendor 3 vendor |
| 250 | 2026-04-25T04:06:48.520Z | perl system 5.36 system |
| 251 | 2026-04-25T04:06:48.520Z | postgresql system 18 system |
| 252 | 2026-04-25T04:06:48.520Z | postgresql system 15 system |
| 253 | 2026-04-25T04:06:48.520Z | postgresql system 13 system |
| 254 | 2026-04-25T04:06:48.520Z | python vendor 3 vendor |
| 255 | 2026-04-25T04:06:48.520Z | python system 2 system |
| 256 | 2026-04-25T04:06:48.520Z | python3 system 3.11 system |
| 257 | 2026-04-25T04:06:48.520Z | ruby system 3.0 system |
| 258 | 2026-04-25T04:06:48.520Z | words vendor vendor american-english |
| 259 | 2026-04-25T04:06:48.520Z | words system system australian-english |
| 260 | 2026-04-25T04:06:48.520Z | words system system british-english |
| 261 | 2026-04-25T04:06:48.520Z | words system system canadian-english |
| 262 | 2026-04-25T04:06:48.520Z | words system system french |
| 263 | 2026-04-25T04:06:48.520Z | words system system italian |
| 264 | 2026-04-25T04:06:48.520Z | words system system ngerman |
| 265 | 2026-04-25T04:06:48.520Z | words system system ogerman |
| 266 | 2026-04-25T04:06:48.520Z | words system system spanish |
| 267 | 2026-04-25T04:06:48.745Z | PUBLISHER TYPE STATUS P LOCATION |
| 268 | 2026-04-25T04:06:48.745Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 269 | 2026-04-25T04:06:53.351Z | FMRI IFO |
| 270 | 2026-04-25T04:06:53.351Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 271 | 2026-04-25T04:06:53.351Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 272 | 2026-04-25T04:06:53.351Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 273 | 2026-04-25T04:06:53.351Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 274 | 2026-04-25T04:06:53.351Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 275 | 2026-04-25T04:06:53.351Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 276 | 2026-04-25T04:06:53.351Z | pkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im- |
| 277 | 2026-04-25T04:06:53.352Z | pkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z --- |
| 278 | 2026-04-25T04:06:53.352Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 279 | 2026-04-25T04:06:53.352Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 280 | 2026-04-25T04:06:53.352Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 281 | 2026-04-25T04:06:53.352Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 282 | 2026-04-25T04:06:53.352Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 283 | 2026-04-25T04:06:53.352Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 284 | 2026-04-25T04:06:53.352Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 285 | 2026-04-25T04:06:53.352Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 286 | 2026-04-25T04:06:53.352Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 287 | 2026-04-25T04:06:54.463Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 288 | 2026-04-25T04:06:54.739Z | Updating crates.io index |
| 289 | 2026-04-25T04:06:54.753Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 290 | 2026-04-25T04:06:55.010Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 291 | 2026-04-25T04:06:55.745Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 292 | 2026-04-25T04:06:56.362Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2026-04-25T04:06:57.128Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 294 | 2026-04-25T04:06:57.584Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 295 | 2026-04-25T04:06:59.307Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 296 | 2026-04-25T04:06:59.545Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 297 | 2026-04-25T04:06:59.997Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 298 | 2026-04-25T04:07:00.829Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 299 | 2026-04-25T04:07:01.065Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 300 | 2026-04-25T04:07:02.013Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 301 | 2026-04-25T04:07:02.413Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 302 | 2026-04-25T04:07:03.343Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 303 | 2026-04-25T04:07:03.821Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 304 | 2026-04-25T04:07:04.057Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 305 | 2026-04-25T04:07:04.391Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 306 | 2026-04-25T04:07:04.782Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 307 | 2026-04-25T04:07:05.250Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 308 | 2026-04-25T04:07:05.482Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 309 | 2026-04-25T04:07:05.712Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 310 | 2026-04-25T04:07:06.071Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 311 | 2026-04-25T04:07:06.409Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 312 | 2026-04-25T04:07:07.036Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 313 | 2026-04-25T04:07:07.560Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 314 | 2026-04-25T04:07:07.926Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 315 | 2026-04-25T04:07:08.672Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 316 | 2026-04-25T04:07:08.915Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 317 | 2026-04-25T04:07:09.688Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 318 | 2026-04-25T04:07:10.120Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 319 | 2026-04-25T04:07:10.410Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 320 | 2026-04-25T04:07:10.705Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 321 | 2026-04-25T04:07:10.975Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 322 | 2026-04-25T04:07:11.522Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 323 | 2026-04-25T04:07:11.738Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 324 | 2026-04-25T04:07:12.004Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 325 | 2026-04-25T04:07:12.263Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 326 | 2026-04-25T04:07:12.579Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 327 | 2026-04-25T04:07:24.298Z | Downloading crates ... |
| 328 | 2026-04-25T04:07:24.357Z | Downloaded smallvec v1.15.1 |
| 329 | 2026-04-25T04:07:24.360Z | Downloaded toml_datetime v0.6.11 |
| 330 | 2026-04-25T04:07:24.360Z | Downloaded unicode-xid v0.2.6 |
| 331 | 2026-04-25T04:07:24.364Z | Downloaded camino-tempfile v1.4.1 |
| 332 | 2026-04-25T04:07:24.367Z | Downloaded serde-value v0.7.0 |
| 333 | 2026-04-25T04:07:24.367Z | Downloaded is_terminal_polyfill v1.70.2 |
| 334 | 2026-04-25T04:07:24.367Z | Downloaded anstyle-parse v0.2.7 |
| 335 | 2026-04-25T04:07:24.370Z | Downloaded unicode-ident v1.0.24 |
| 336 | 2026-04-25T04:07:24.373Z | Downloaded fs-err v3.3.0 |
| 337 | 2026-04-25T04:07:24.373Z | Downloaded toml_write v0.1.2 |
| 338 | 2026-04-25T04:07:24.373Z | Downloaded fastrand v2.3.0 |
| 339 | 2026-04-25T04:07:24.376Z | Downloaded typeid v1.0.3 |
| 340 | 2026-04-25T04:07:24.376Z | Downloaded serde-untagged v0.1.9 |
| 341 | 2026-04-25T04:07:24.376Z | Downloaded memmap v0.7.0 |
| 342 | 2026-04-25T04:07:24.376Z | Downloaded equivalent v1.0.2 |
| 343 | 2026-04-25T04:07:24.380Z | Downloaded cargo_toml v0.21.0 |
| 344 | 2026-04-25T04:07:24.380Z | Downloaded byteorder v1.5.0 |
| 345 | 2026-04-25T04:07:24.383Z | Downloaded autocfg v1.5.0 |
| 346 | 2026-04-25T04:07:24.383Z | Downloaded camino v1.2.2 |
| 347 | 2026-04-25T04:07:24.383Z | Downloaded usdt v0.5.0 |
| 348 | 2026-04-25T04:07:24.383Z | Downloaded utf8parse v0.2.2 |
| 349 | 2026-04-25T04:07:24.383Z | Downloaded crypto-common v0.1.7 |
| 350 | 2026-04-25T04:07:24.386Z | Downloaded anstream v0.6.21 |
| 351 | 2026-04-25T04:07:24.391Z | Downloaded zerofrom v0.1.6 |
| 352 | 2026-04-25T04:07:24.391Z | Downloaded yoke-derive v0.8.1 |
| 353 | 2026-04-25T04:07:24.393Z | Downloaded utf8_iter v1.0.4 |
| 354 | 2026-04-25T04:07:24.394Z | Downloaded thread-id v4.2.2 |
| 355 | 2026-04-25T04:07:24.394Z | Downloaded version_check v0.9.5 |
| 356 | 2026-04-25T04:07:24.394Z | Downloaded usdt-macro v0.5.0 |
| 357 | 2026-04-25T04:07:24.397Z | Downloaded ordered-float v2.10.1 |
| 358 | 2026-04-25T04:07:24.397Z | Downloaded dtrace-parser v0.2.0 |
| 359 | 2026-04-25T04:07:24.397Z | Downloaded colorchoice v1.0.4 |
| 360 | 2026-04-25T04:07:24.397Z | Downloaded zerofrom-derive v0.1.6 |
| 361 | 2026-04-25T04:07:24.397Z | Downloaded unicode-linebreak v0.1.5 |
| 362 | 2026-04-25T04:07:24.400Z | Downloaded cfg-if v1.0.4 |
| 363 | 2026-04-25T04:07:24.400Z | Downloaded usdt-attr-macro v0.5.0 |
| 364 | 2026-04-25T04:07:24.402Z | Downloaded thiserror v1.0.69 |
| 365 | 2026-04-25T04:07:24.405Z | Downloaded errno v0.3.14 |
| 366 | 2026-04-25T04:07:24.405Z | Downloaded toml v0.8.23 |
| 367 | 2026-04-25T04:07:24.408Z | Downloaded idna_adapter v1.2.1 |
| 368 | 2026-04-25T04:07:24.408Z | Downloaded thiserror-impl v1.0.69 |
| 369 | 2026-04-25T04:07:24.413Z | Downloaded zmij v1.0.21 |
| 370 | 2026-04-25T04:07:24.413Z | Downloaded writeable v0.6.2 |
| 371 | 2026-04-25T04:07:24.413Z | Downloaded quote v1.0.44 |
| 372 | 2026-04-25T04:07:24.416Z | Downloaded pretty-hex v0.4.1 |
| 373 | 2026-04-25T04:07:24.416Z | Downloaded potential_utf v0.1.4 |
| 374 | 2026-04-25T04:07:24.416Z | Downloaded proc-macro-error v1.0.4 |
| 375 | 2026-04-25T04:07:24.416Z | Downloaded heck v0.4.1 |
| 376 | 2026-04-25T04:07:24.416Z | Downloaded yoke v0.8.1 |
| 377 | 2026-04-25T04:07:24.419Z | Downloaded thiserror v2.0.18 |
| 378 | 2026-04-25T04:07:24.423Z | Downloaded zerovec-derive v0.11.2 |
| 379 | 2026-04-25T04:07:24.423Z | Downloaded heck v0.5.0 |
| 380 | 2026-04-25T04:07:24.423Z | Downloaded generic-array v0.14.7 |
| 381 | 2026-04-25T04:07:24.426Z | Downloaded usdt-impl v0.5.0 |
| 382 | 2026-04-25T04:07:24.426Z | Downloaded ucd-trie v0.1.7 |
| 383 | 2026-04-25T04:07:24.426Z | Downloaded form_urlencoded v1.2.2 |
| 384 | 2026-04-25T04:07:24.426Z | Downloaded tabled_derive v0.7.0 |
| 385 | 2026-04-25T04:07:24.426Z | Downloaded block-buffer v0.10.4 |
| 386 | 2026-04-25T04:07:24.426Z | Downloaded proc-macro-error-attr v1.0.4 |
| 387 | 2026-04-25T04:07:24.429Z | Downloaded anstyle-query v1.1.5 |
| 388 | 2026-04-25T04:07:24.429Z | Downloaded fnv v1.0.7 |
| 389 | 2026-04-25T04:07:24.429Z | Downloaded tinystr v0.8.2 |
| 390 | 2026-04-25T04:07:24.429Z | Downloaded zerocopy-derive v0.7.35 |
| 391 | 2026-04-25T04:07:24.435Z | Downloaded serde_tokenstream v0.2.3 |
| 392 | 2026-04-25T04:07:24.435Z | Downloaded terminal_size v0.4.3 |
| 393 | 2026-04-25T04:07:24.435Z | Downloaded stable_deref_trait v1.2.1 |
| 394 | 2026-04-25T04:07:24.438Z | Downloaded plain v0.2.3 |
| 395 | 2026-04-25T04:07:24.438Z | Downloaded semver v1.0.27 |
| 396 | 2026-04-25T04:07:24.438Z | Downloaded erased-serde v0.4.9 |
| 397 | 2026-04-25T04:07:24.438Z | Downloaded thiserror-impl v2.0.18 |
| 398 | 2026-04-25T04:07:24.441Z | Downloaded swrite v0.1.0 |
| 399 | 2026-04-25T04:07:24.441Z | Downloaded itoa v1.0.17 |
| 400 | 2026-04-25T04:07:24.441Z | Downloaded textwrap v0.16.2 |
| 401 | 2026-04-25T04:07:24.444Z | Downloaded serde_spanned v0.6.9 |
| 402 | 2026-04-25T04:07:24.444Z | Downloaded cargo-platform v0.2.0 |
| 403 | 2026-04-25T04:07:24.447Z | Downloaded dof v0.3.0 |
| 404 | 2026-04-25T04:07:24.448Z | Downloaded toml_edit v0.22.27 |
| 405 | 2026-04-25T04:07:24.451Z | Downloaded strsim v0.11.1 |
| 406 | 2026-04-25T04:07:24.455Z | Downloaded cpufeatures v0.2.17 |
| 407 | 2026-04-25T04:07:24.459Z | Downloaded url v2.5.8 |
| 408 | 2026-04-25T04:07:24.459Z | Downloaded zerotrie v0.2.3 |
| 409 | 2026-04-25T04:07:24.459Z | Downloaded smawk v0.3.2 |
| 410 | 2026-04-25T04:07:24.462Z | Downloaded typenum v1.19.0 |
| 411 | 2026-04-25T04:07:24.462Z | Downloaded scroll_derive v0.12.1 |
| 412 | 2026-04-25T04:07:24.462Z | Downloaded percent-encoding v2.3.2 |
| 413 | 2026-04-25T04:07:24.467Z | Downloaded zerovec v0.11.5 |
| 414 | 2026-04-25T04:07:24.471Z | Downloaded synstructure v0.13.2 |
| 415 | 2026-04-25T04:07:24.474Z | Downloaded icu_locale_core v2.1.1 |
| 416 | 2026-04-25T04:07:24.482Z | Downloaded bytecount v0.6.9 |
| 417 | 2026-04-25T04:07:24.482Z | Downloaded macaddr v1.0.1 |
| 418 | 2026-04-25T04:07:24.485Z | Downloaded clap_derive v4.5.55 |
| 419 | 2026-04-25T04:07:24.485Z | Downloaded winnow v0.7.14 |
| 420 | 2026-04-25T04:07:24.488Z | Downloaded zerocopy v0.7.35 |
| 421 | 2026-04-25T04:07:24.494Z | Downloaded digest v0.10.7 |
| 422 | 2026-04-25T04:07:24.497Z | Downloaded anstyle v1.0.13 |
| 423 | 2026-04-25T04:07:24.497Z | Downloaded unicode-width v0.2.0 |
| 424 | 2026-04-25T04:07:24.500Z | Downloaded unicode-width v0.1.14 |
| 425 | 2026-04-25T04:07:24.503Z | Downloaded scroll v0.12.0 |
| 426 | 2026-04-25T04:07:24.503Z | Downloaded displaydoc v0.2.5 |
| 427 | 2026-04-25T04:07:24.506Z | Downloaded cargo_metadata v0.21.0 |
| 428 | 2026-04-25T04:07:24.511Z | Downloaded litemap v0.8.1 |
| 429 | 2026-04-25T04:07:24.515Z | Downloaded cargo-util-schemas v0.8.2 |
| 430 | 2026-04-25T04:07:24.521Z | Downloaded tempfile v3.25.0 |
| 431 | 2026-04-25T04:07:24.531Z | Downloaded clap_lex v1.0.0 |
| 432 | 2026-04-25T04:07:24.534Z | Downloaded sha2 v0.10.9 |
| 433 | 2026-04-25T04:07:24.534Z | Downloaded bitflags v2.11.0 |
| 434 | 2026-04-25T04:07:24.537Z | Downloaded pest_generator v2.8.6 |
| 435 | 2026-04-25T04:07:24.541Z | Downloaded once_cell v1.21.3 |
| 436 | 2026-04-25T04:07:24.544Z | Downloaded pest_derive v2.8.6 |
| 437 | 2026-04-25T04:07:24.548Z | Downloaded serde_core v1.0.228 |
| 438 | 2026-04-25T04:07:24.552Z | Downloaded icu_provider v2.1.1 |
| 439 | 2026-04-25T04:07:24.555Z | Downloaded icu_normalizer_data v2.1.1 |
| 440 | 2026-04-25T04:07:24.555Z | Downloaded icu_properties v2.1.2 |
| 441 | 2026-04-25T04:07:24.558Z | Downloaded clap v4.5.60 |
| 442 | 2026-04-25T04:07:24.561Z | Downloaded serde_derive v1.0.228 |
| 443 | 2026-04-25T04:07:24.563Z | Downloaded anyhow v1.0.102 |
| 444 | 2026-04-25T04:07:24.563Z | Downloaded proc-macro2 v1.0.106 |
| 445 | 2026-04-25T04:07:24.566Z | Downloaded papergrid v0.11.0 |
| 446 | 2026-04-25T04:07:24.570Z | Downloaded pest_meta v2.8.6 |
| 447 | 2026-04-25T04:07:24.570Z | Downloaded num-traits v0.2.19 |
| 448 | 2026-04-25T04:07:24.576Z | Downloaded getrandom v0.4.1 |
| 449 | 2026-04-25T04:07:24.579Z | Downloaded log v0.4.29 |
| 450 | 2026-04-25T04:07:24.579Z | Downloaded icu_normalizer v2.1.1 |
| 451 | 2026-04-25T04:07:24.590Z | Downloaded serde v1.0.228 |
| 452 | 2026-04-25T04:07:24.593Z | Downloaded icu_collections v2.1.1 |
| 453 | 2026-04-25T04:07:24.597Z | Downloaded serde_json v1.0.149 |
| 454 | 2026-04-25T04:07:24.606Z | Downloaded memchr v2.8.0 |
| 455 | 2026-04-25T04:07:24.609Z | Downloaded indexmap v2.13.0 |
| 456 | 2026-04-25T04:07:24.624Z | Downloaded pest v2.8.6 |
| 457 | 2026-04-25T04:07:24.631Z | Downloaded idna v1.1.0 |
| 458 | 2026-04-25T04:07:24.636Z | Downloaded hashbrown v0.16.1 |
| 459 | 2026-04-25T04:07:24.640Z | Downloaded clap_builder v4.5.60 |
| 460 | 2026-04-25T04:07:24.645Z | Downloaded icu_properties_data v2.1.2 |
| 461 | 2026-04-25T04:07:24.657Z | Downloaded tabled v0.15.0 |
| 462 | 2026-04-25T04:07:24.666Z | Downloaded goblin v0.8.2 |
| 463 | 2026-04-25T04:07:24.669Z | Downloaded syn v1.0.109 |
| 464 | 2026-04-25T04:07:24.675Z | Downloaded syn v2.0.117 |
| 465 | 2026-04-25T04:07:24.684Z | Downloaded rustix v1.1.3 |
| 466 | 2026-04-25T04:07:24.709Z | Downloaded libc v0.2.185 |
| 467 | 2026-04-25T04:07:24.777Z | Compiling proc-macro2 v1.0.106 |
| 468 | 2026-04-25T04:07:24.781Z | Compiling unicode-ident v1.0.24 |
| 469 | 2026-04-25T04:07:24.781Z | Compiling quote v1.0.44 |
| 470 | 2026-04-25T04:07:24.781Z | Compiling serde_core v1.0.228 |
| 471 | 2026-04-25T04:07:24.781Z | Compiling libc v0.2.185 |
| 472 | 2026-04-25T04:07:24.781Z | Compiling version_check v0.9.5 |
| 473 | 2026-04-25T04:07:24.781Z | Compiling memchr v2.8.0 |
| 474 | 2026-04-25T04:07:24.781Z | Compiling serde v1.0.228 |
| 475 | 2026-04-25T04:07:25.113Z | Compiling stable_deref_trait v1.2.1 |
| 476 | 2026-04-25T04:07:25.219Z | Compiling zmij v1.0.21 |
| 477 | 2026-04-25T04:07:25.362Z | Compiling itoa v1.0.17 |
| 478 | 2026-04-25T04:07:25.365Z | Compiling ucd-trie v0.1.7 |
| 479 | 2026-04-25T04:07:25.558Z | Compiling thiserror v1.0.69 |
| 480 | 2026-04-25T04:07:25.621Z | Compiling autocfg v1.5.0 |
| 481 | 2026-04-25T04:07:25.639Z | Compiling pest v2.8.6 |
| 482 | 2026-04-25T04:07:25.752Z | Compiling litemap v0.8.1 |
| 483 | 2026-04-25T04:07:25.769Z | Compiling writeable v0.6.2 |
| 484 | 2026-04-25T04:07:25.957Z | Compiling icu_properties_data v2.1.2 |
| 485 | 2026-04-25T04:07:25.968Z | Compiling rustix v1.1.3 |
| 486 | 2026-04-25T04:07:26.041Z | Compiling byteorder v1.5.0 |
| 487 | 2026-04-25T04:07:26.152Z | Compiling icu_normalizer_data v2.1.1 |
| 488 | 2026-04-25T04:07:26.287Z | Compiling syn v2.0.117 |
| 489 | 2026-04-25T04:07:26.386Z | Compiling errno v0.3.14 |
| 490 | 2026-04-25T04:07:26.410Z | Compiling serde_json v1.0.149 |
| 491 | 2026-04-25T04:07:26.555Z | Compiling bitflags v2.11.0 |
| 492 | 2026-04-25T04:07:26.652Z | Compiling num-traits v0.2.19 |
| 493 | 2026-04-25T04:07:26.673Z | Compiling smallvec v1.15.1 |
| 494 | 2026-04-25T04:07:26.765Z | Compiling pest_meta v2.8.6 |
| 495 | 2026-04-25T04:07:26.835Z | Compiling hashbrown v0.16.1 |
| 496 | 2026-04-25T04:07:26.883Z | Compiling typeid v1.0.3 |
| 497 | 2026-04-25T04:07:27.075Z | Compiling equivalent v1.0.2 |
| 498 | 2026-04-25T04:07:27.475Z | Compiling thread-id v4.2.2 |
| 499 | 2026-04-25T04:07:27.496Z | Compiling usdt-impl v0.5.0 |
| 500 | 2026-04-25T04:07:27.496Z | Compiling proc-macro-error-attr v1.0.4 |
| 501 | 2026-04-25T04:07:27.496Z | Compiling indexmap v2.13.0 |
| 502 | 2026-04-25T04:07:27.496Z | Compiling erased-serde v0.4.9 |
| 503 | 2026-04-25T04:07:27.496Z | Compiling winnow v0.7.14 |
| 504 | 2026-04-25T04:07:27.643Z | Compiling syn v1.0.109 |
| 505 | 2026-04-25T04:07:27.771Z | Compiling toml_write v0.1.2 |
| 506 | 2026-04-25T04:07:28.026Z | Compiling proc-macro-error v1.0.4 |
| 507 | 2026-04-25T04:07:28.104Z | Compiling utf8parse v0.2.2 |
| 508 | 2026-04-25T04:07:28.246Z | Compiling log v0.4.29 |
| 509 | 2026-04-25T04:07:28.266Z | Compiling percent-encoding v2.3.2 |
| 510 | 2026-04-25T04:07:28.427Z | Compiling thiserror v2.0.18 |
| 511 | 2026-04-25T04:07:28.442Z | Compiling plain v0.2.3 |
| 512 | 2026-04-25T04:07:28.458Z | Compiling utf8_iter v1.0.4 |
| 513 | 2026-04-25T04:07:28.561Z | Compiling getrandom v0.4.1 |
| 514 | 2026-04-25T04:07:28.576Z | Compiling camino v1.2.2 |
| 515 | 2026-04-25T04:07:28.591Z | Compiling ordered-float v2.10.1 |
| 516 | 2026-04-25T04:07:28.612Z | Compiling form_urlencoded v1.2.2 |
| 517 | 2026-04-25T04:07:28.821Z | Compiling anstyle-parse v0.2.7 |
| 518 | 2026-04-25T04:07:28.894Z | Compiling synstructure v0.13.2 |
| 519 | 2026-04-25T04:07:28.910Z | Compiling pest_generator v2.8.6 |
| 520 | 2026-04-25T04:07:29.020Z | Compiling terminal_size v0.4.3 |
| 521 | 2026-04-25T04:07:29.194Z | Compiling anstyle v1.0.13 |
| 522 | 2026-04-25T04:07:29.314Z | Compiling is_terminal_polyfill v1.70.2 |
| 523 | 2026-04-25T04:07:29.428Z | Compiling cfg-if v1.0.4 |
| 524 | 2026-04-25T04:07:29.430Z | Compiling pretty-hex v0.4.1 |
| 525 | 2026-04-25T04:07:29.464Z | Compiling anstyle-query v1.1.5 |
| 526 | 2026-04-25T04:07:29.467Z | Compiling colorchoice v1.0.4 |
| 527 | 2026-04-25T04:07:29.507Z | Compiling serde-untagged v0.1.9 |
| 528 | 2026-04-25T04:07:29.577Z | Compiling anstream v0.6.21 |
| 529 | 2026-04-25T04:07:29.632Z | Compiling semver v1.0.27 |
| 530 | 2026-04-25T04:07:29.712Z | Compiling fs-err v3.3.0 |
| 531 | 2026-04-25T04:07:29.754Z | Compiling clap_lex v1.0.0 |
| 532 | 2026-04-25T04:07:29.897Z | Compiling heck v0.5.0 |
| 533 | 2026-04-25T04:07:29.916Z | Compiling anyhow v1.0.102 |
| 534 | 2026-04-25T04:07:29.961Z | Compiling unicode-width v0.1.14 |
| 535 | 2026-04-25T04:07:29.988Z | Compiling bytecount v0.6.9 |
| 536 | 2026-04-25T04:07:30.006Z | Compiling once_cell v1.21.3 |
| 537 | 2026-04-25T04:07:30.127Z | Compiling fnv v1.0.7 |
| 538 | 2026-04-25T04:07:30.218Z | Compiling fastrand v2.3.0 |
| 539 | 2026-04-25T04:07:30.221Z | Compiling heck v0.4.1 |
| 540 | 2026-04-25T04:07:30.252Z | Compiling unicode-xid v0.2.6 |
| 541 | 2026-04-25T04:07:30.255Z | Compiling strsim v0.11.1 |
| 542 | 2026-04-25T04:07:30.444Z | Compiling clap_builder v4.5.60 |
| 543 | 2026-04-25T04:07:30.450Z | Compiling tempfile v3.25.0 |
| 544 | 2026-04-25T04:07:30.497Z | Compiling papergrid v0.11.0 |
| 545 | 2026-04-25T04:07:30.617Z | Compiling memmap v0.7.0 |
| 546 | 2026-04-25T04:07:30.639Z | Compiling serde_derive v1.0.228 |
| 547 | 2026-04-25T04:07:30.702Z | Compiling zerofrom-derive v0.1.6 |
| 548 | 2026-04-25T04:07:30.797Z | Compiling yoke-derive v0.8.1 |
| 549 | 2026-04-25T04:07:30.879Z | Compiling zerovec-derive v0.11.2 |
| 550 | 2026-04-25T04:07:31.157Z | Compiling displaydoc v0.2.5 |
| 551 | 2026-04-25T04:07:31.806Z | Compiling thiserror-impl v1.0.69 |
| 552 | 2026-04-25T04:07:31.920Z | Compiling zerocopy-derive v0.7.35 |
| 553 | 2026-04-25T04:07:32.367Z | Compiling pest_derive v2.8.6 |
| 554 | 2026-04-25T04:07:32.367Z | Compiling scroll_derive v0.12.1 |
| 555 | 2026-04-25T04:07:32.384Z | Compiling zerofrom v0.1.6 |
| 556 | 2026-04-25T04:07:32.384Z | Compiling yoke v0.8.1 |
| 557 | 2026-04-25T04:07:32.384Z | Compiling zerovec v0.11.5 |
| 558 | 2026-04-25T04:07:32.422Z | Compiling zerotrie v0.2.3 |
| 559 | 2026-04-25T04:07:32.624Z | Compiling scroll v0.12.0 |
| 560 | 2026-04-25T04:07:32.720Z | Compiling thiserror-impl v2.0.18 |
| 561 | 2026-04-25T04:07:32.765Z | Compiling zerocopy v0.7.35 |
| 562 | 2026-04-25T04:07:32.923Z | Compiling tinystr v0.8.2 |
| 563 | 2026-04-25T04:07:32.953Z | Compiling potential_utf v0.1.4 |
| 564 | 2026-04-25T04:07:33.068Z | Compiling icu_locale_core v2.1.1 |
| 565 | 2026-04-25T04:07:33.086Z | Compiling icu_collections v2.1.1 |
| 566 | 2026-04-25T04:07:33.237Z | Compiling dtrace-parser v0.2.0 |
| 567 | 2026-04-25T04:07:33.481Z | Compiling goblin v0.8.2 |
| 568 | 2026-04-25T04:07:33.555Z | Compiling tabled_derive v0.7.0 |
| 569 | 2026-04-25T04:07:33.671Z | Compiling clap_derive v4.5.55 |
| 570 | 2026-04-25T04:07:34.025Z | Compiling icu_provider v2.1.1 |
| 571 | 2026-04-25T04:07:34.061Z | Compiling serde_spanned v0.6.9 |
| 572 | 2026-04-25T04:07:34.083Z | Compiling toml_datetime v0.6.11 |
| 573 | 2026-04-25T04:07:34.112Z | Compiling dof v0.3.0 |
| 574 | 2026-04-25T04:07:34.160Z | Compiling serde_tokenstream v0.2.3 |
| 575 | 2026-04-25T04:07:34.293Z | Compiling icu_normalizer v2.1.1 |
| 576 | 2026-04-25T04:07:34.325Z | Compiling icu_properties v2.1.2 |
| 577 | 2026-04-25T04:07:34.389Z | Compiling toml_edit v0.22.27 |
| 578 | 2026-04-25T04:07:34.474Z | Compiling serde-value v0.7.0 |
| 579 | 2026-04-25T04:07:34.505Z | Compiling cargo-platform v0.2.0 |
| 580 | 2026-04-25T04:07:34.765Z | Compiling unicode-width v0.2.0 |
| 581 | 2026-04-25T04:07:34.829Z | Compiling unicode-linebreak v0.1.5 |
| 582 | 2026-04-25T04:07:34.858Z | Compiling smawk v0.3.2 |
| 583 | 2026-04-25T04:07:34.981Z | Compiling tabled v0.15.0 |
| 584 | 2026-04-25T04:07:35.026Z | Compiling textwrap v0.16.2 |
| 585 | 2026-04-25T04:07:35.064Z | Compiling usdt-macro v0.5.0 |
| 586 | 2026-04-25T04:07:35.078Z | Compiling usdt-attr-macro v0.5.0 |
| 587 | 2026-04-25T04:07:35.381Z | Compiling idna_adapter v1.2.1 |
| 588 | 2026-04-25T04:07:35.411Z | Compiling clap v4.5.60 |
| 589 | 2026-04-25T04:07:35.511Z | Compiling macaddr v1.0.1 |
| 590 | 2026-04-25T04:07:35.556Z | Compiling idna v1.1.0 |
| 591 | 2026-04-25T04:07:35.737Z | Compiling toml v0.8.23 |
| 592 | 2026-04-25T04:07:35.769Z | Compiling camino-tempfile v1.4.1 |
| 593 | 2026-04-25T04:07:36.016Z | Compiling url v2.5.8 |
| 594 | 2026-04-25T04:07:36.200Z | Compiling cargo_toml v0.21.0 |
| 595 | 2026-04-25T04:07:36.340Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 596 | 2026-04-25T04:07:36.422Z | Compiling swrite v0.1.0 |
| 597 | 2026-04-25T04:07:36.487Z | Compiling cargo-util-schemas v0.8.2 |
| 598 | 2026-04-25T04:07:36.592Z | Compiling usdt v0.5.0 |
| 599 | 2026-04-25T04:07:37.394Z | Compiling cargo_metadata v0.21.0 |
| 600 | 2026-04-25T04:07:38.292Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 601 | 2026-04-25T04:07:40.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.08s |
| 602 | 2026-04-25T04:07:40.648Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 603 | 2026-04-25T04:07:41.180Z | Downloading crates ... |
| 604 | 2026-04-25T04:07:41.285Z | Downloaded atomicwrites v0.4.4 |
| 605 | 2026-04-25T04:07:41.295Z | Downloaded bitfield-struct v0.6.2 |
| 606 | 2026-04-25T04:07:41.295Z | Downloaded assert_matches v1.5.0 |
| 607 | 2026-04-25T04:07:41.295Z | Downloaded arrayref v0.3.9 |
| 608 | 2026-04-25T04:07:41.312Z | Downloaded cargo-platform v0.1.9 |
| 609 | 2026-04-25T04:07:41.312Z | Downloaded defmt v0.3.100 |
| 610 | 2026-04-25T04:07:41.315Z | Downloaded darling_macro v0.23.0 |
| 611 | 2026-04-25T04:07:41.315Z | Downloaded darling_macro v0.20.11 |
| 612 | 2026-04-25T04:07:41.315Z | Downloaded crc8 v0.1.1 |
| 613 | 2026-04-25T04:07:41.315Z | Downloaded cstr-argument v0.1.2 |
| 614 | 2026-04-25T04:07:41.315Z | Downloaded crc v3.4.0 |
| 615 | 2026-04-25T04:07:41.315Z | Downloaded bit-set v0.8.0 |
| 616 | 2026-04-25T04:07:41.315Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 617 | 2026-04-25T04:07:41.315Z | Downloaded async-recursion v1.1.1 |
| 618 | 2026-04-25T04:07:41.360Z | Downloaded cassowary v0.3.0 |
| 619 | 2026-04-25T04:07:41.360Z | Downloaded bitfield v0.19.4 |
| 620 | 2026-04-25T04:07:41.360Z | Downloaded bcs v0.1.6 |
| 621 | 2026-04-25T04:07:41.360Z | Downloaded float-cmp v0.10.0 |
| 622 | 2026-04-25T04:07:41.360Z | Downloaded cfg_aliases v0.2.1 |
| 623 | 2026-04-25T04:07:41.360Z | Downloaded flagset v0.4.7 |
| 624 | 2026-04-25T04:07:41.360Z | Downloaded embedded-io v0.6.1 |
| 625 | 2026-04-25T04:07:41.360Z | Downloaded base64ct v1.8.3 |
| 626 | 2026-04-25T04:07:41.360Z | Downloaded cexpr v0.6.0 |
| 627 | 2026-04-25T04:07:41.360Z | Downloaded darling_macro v0.21.3 |
| 628 | 2026-04-25T04:07:41.360Z | Downloaded cipher v0.4.4 |
| 629 | 2026-04-25T04:07:41.360Z | Downloaded find-msvc-tools v0.1.9 |
| 630 | 2026-04-25T04:07:41.360Z | Downloaded darling_core v0.20.11 |
| 631 | 2026-04-25T04:07:41.364Z | Downloaded ciborium-io v0.2.2 |
| 632 | 2026-04-25T04:07:41.364Z | Downloaded blake2 v0.10.6 |
| 633 | 2026-04-25T04:07:41.364Z | Downloaded defmt v1.0.1 |
| 634 | 2026-04-25T04:07:41.364Z | Downloaded env_logger v0.11.9 |
| 635 | 2026-04-25T04:07:41.364Z | Downloaded der v0.7.10 |
| 636 | 2026-04-25T04:07:41.364Z | Downloaded daft v0.1.5 |
| 637 | 2026-04-25T04:07:41.364Z | Downloaded critical-section v1.2.0 |
| 638 | 2026-04-25T04:07:41.364Z | Downloaded bit-set v0.5.3 |
| 639 | 2026-04-25T04:07:41.364Z | Downloaded buf-list v1.1.2 |
| 640 | 2026-04-25T04:07:41.365Z | Downloaded atty v0.2.14 |
| 641 | 2026-04-25T04:07:41.365Z | Downloaded atomic-waker v1.1.2 |
| 642 | 2026-04-25T04:07:41.365Z | Downloaded crucible-workspace-hack v0.1.0 |
| 643 | 2026-04-25T04:07:41.365Z | Downloaded ctr v0.9.2 |
| 644 | 2026-04-25T04:07:41.365Z | Downloaded castaway v0.2.4 |
| 645 | 2026-04-25T04:07:41.365Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 646 | 2026-04-25T04:07:41.365Z | Downloaded darling v0.21.3 |
| 647 | 2026-04-25T04:07:41.365Z | Downloaded data-encoding v2.10.0 |
| 648 | 2026-04-25T04:07:41.365Z | Downloaded colored v2.2.0 |
| 649 | 2026-04-25T04:07:41.365Z | Downloaded backoff v0.4.0 |
| 650 | 2026-04-25T04:07:41.365Z | Downloaded crc32fast v1.5.0 |
| 651 | 2026-04-25T04:07:41.365Z | Downloaded float-ord v0.3.2 |
| 652 | 2026-04-25T04:07:41.365Z | Downloaded debug-ignore v1.0.5 |
| 653 | 2026-04-25T04:07:41.365Z | Downloaded enum-as-inner v0.6.1 |
| 654 | 2026-04-25T04:07:41.365Z | Downloaded bitfield-macros v0.19.4 |
| 655 | 2026-04-25T04:07:41.365Z | Downloaded ascii-canvas v3.0.0 |
| 656 | 2026-04-25T04:07:41.365Z | Downloaded adler2 v2.0.1 |
| 657 | 2026-04-25T04:07:41.365Z | Downloaded crunchy v0.2.4 |
| 658 | 2026-04-25T04:07:41.365Z | Downloaded fd-lock v4.0.4 |
| 659 | 2026-04-25T04:07:41.365Z | Downloaded flume v0.11.1 |
| 660 | 2026-04-25T04:07:41.365Z | Downloaded block-padding v0.3.3 |
| 661 | 2026-04-25T04:07:41.365Z | Downloaded defmt-parser v1.0.0 |
| 662 | 2026-04-25T04:07:41.365Z | Downloaded defmt-macros v1.0.1 |
| 663 | 2026-04-25T04:07:41.365Z | Downloaded cobs v0.3.0 |
| 664 | 2026-04-25T04:07:41.385Z | Downloaded darling_core v0.21.3 |
| 665 | 2026-04-25T04:07:41.385Z | Downloaded fixedbitset v0.4.2 |
| 666 | 2026-04-25T04:07:41.385Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 667 | 2026-04-25T04:07:41.385Z | Downloaded aead v0.5.2 |
| 668 | 2026-04-25T04:07:41.405Z | Downloaded convert_case v0.4.0 |
| 669 | 2026-04-25T04:07:41.405Z | Downloaded cookie_store v0.22.1 |
| 670 | 2026-04-25T04:07:41.405Z | Downloaded bb8 v0.8.6 |
| 671 | 2026-04-25T04:07:41.405Z | Downloaded funty v2.0.0 |
| 672 | 2026-04-25T04:07:41.406Z | Downloaded bitflags v1.3.2 |
| 673 | 2026-04-25T04:07:41.406Z | Downloaded bit-vec v0.8.0 |
| 674 | 2026-04-25T04:07:41.406Z | Downloaded document-features v0.2.12 |
| 675 | 2026-04-25T04:07:41.406Z | Downloaded dtrace-parser v0.3.0 |
| 676 | 2026-04-25T04:07:41.406Z | Downloaded compression-core v0.4.31 |
| 677 | 2026-04-25T04:07:41.406Z | Downloaded async-stream v0.3.6 |
| 678 | 2026-04-25T04:07:41.406Z | Downloaded difflib v0.4.0 |
| 679 | 2026-04-25T04:07:41.406Z | Downloaded array-init v0.0.4 |
| 680 | 2026-04-25T04:07:41.406Z | Downloaded crc-catalog v2.4.0 |
| 681 | 2026-04-25T04:07:41.406Z | Downloaded dunce v1.0.5 |
| 682 | 2026-04-25T04:07:41.406Z | Downloaded embedded-io v0.4.0 |
| 683 | 2026-04-25T04:07:41.406Z | Downloaded foreign-types v0.5.0 |
| 684 | 2026-04-25T04:07:41.406Z | Downloaded cpufeatures v0.3.0 |
| 685 | 2026-04-25T04:07:41.406Z | Downloaded async-stream-impl v0.3.6 |
| 686 | 2026-04-25T04:07:41.406Z | Downloaded deranged v0.5.8 |
| 687 | 2026-04-25T04:07:42.575Z | Downloaded der_derive v0.7.3 |
| 688 | 2026-04-25T04:07:42.575Z | Downloaded daft-derive v0.1.5 |
| 689 | 2026-04-25T04:07:42.575Z | Downloaded endian-type v0.1.2 |
| 690 | 2026-04-25T04:07:42.575Z | Downloaded cookie v0.18.1 |
| 691 | 2026-04-25T04:07:42.575Z | Downloaded ciborium v0.2.2 |
| 692 | 2026-04-25T04:07:42.575Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 693 | 2026-04-25T04:07:42.575Z | Downloaded dyn-clone v1.0.20 |
| 694 | 2026-04-25T04:07:42.575Z | Downloaded foreign-types-shared v0.1.1 |
| 695 | 2026-04-25T04:07:42.575Z | Downloaded foreign-types-macros v0.2.3 |
| 696 | 2026-04-25T04:07:42.576Z | Downloaded futures-macro v0.3.32 |
| 697 | 2026-04-25T04:07:42.576Z | Downloaded dof v0.4.0 |
| 698 | 2026-04-25T04:07:42.576Z | Downloaded derive_builder_macro v0.20.2 |
| 699 | 2026-04-25T04:07:42.576Z | Downloaded futures-sink v0.3.32 |
| 700 | 2026-04-25T04:07:42.576Z | Downloaded futures-core v0.3.32 |
| 701 | 2026-04-25T04:07:42.576Z | Downloaded foreign-types-shared v0.3.1 |
| 702 | 2026-04-25T04:07:42.576Z | Downloaded gethostname v0.5.0 |
| 703 | 2026-04-25T04:07:42.576Z | Downloaded ghash v0.5.1 |
| 704 | 2026-04-25T04:07:42.576Z | Downloaded byte-wrapper v0.1.0 |
| 705 | 2026-04-25T04:07:42.576Z | Downloaded bit-vec v0.6.3 |
| 706 | 2026-04-25T04:07:42.577Z | Downloaded foreign-types v0.3.2 |
| 707 | 2026-04-25T04:07:42.577Z | Downloaded constant_time_eq v0.4.2 |
| 708 | 2026-04-25T04:07:42.577Z | Downloaded console v0.15.11 |
| 709 | 2026-04-25T04:07:42.577Z | Downloaded clang-sys v1.8.1 |
| 710 | 2026-04-25T04:07:42.577Z | Downloaded display-error-chain v0.2.2 |
| 711 | 2026-04-25T04:07:42.577Z | Downloaded convert_case v0.10.0 |
| 712 | 2026-04-25T04:07:42.577Z | Downloaded cfg_aliases v0.1.1 |
| 713 | 2026-04-25T04:07:42.577Z | Downloaded cargo_metadata v0.19.2 |
| 714 | 2026-04-25T04:07:42.577Z | Downloaded blowfish v0.9.1 |
| 715 | 2026-04-25T04:07:42.577Z | Downloaded downcast-rs v2.0.2 |
| 716 | 2026-04-25T04:07:42.577Z | Downloaded futures-task v0.3.32 |
| 717 | 2026-04-25T04:07:42.577Z | Downloaded git-stub v1.0.0 |
| 718 | 2026-04-25T04:07:42.577Z | Downloaded darling v0.23.0 |
| 719 | 2026-04-25T04:07:42.577Z | Downloaded foldhash v0.1.5 |
| 720 | 2026-04-25T04:07:42.577Z | Downloaded fixedbitset v0.5.7 |
| 721 | 2026-04-25T04:07:42.577Z | Downloaded erased-serde v0.3.31 |
| 722 | 2026-04-25T04:07:42.577Z | Downloaded darling_core v0.23.0 |
| 723 | 2026-04-25T04:07:42.577Z | Downloaded headers-core v0.3.0 |
| 724 | 2026-04-25T04:07:42.577Z | Downloaded hash32 v0.3.1 |
| 725 | 2026-04-25T04:07:42.577Z | Downloaded globwalk v0.9.1 |
| 726 | 2026-04-25T04:07:42.578Z | Downloaded hex v0.4.3 |
| 727 | 2026-04-25T04:07:42.578Z | Downloaded hex-literal v0.4.1 |
| 728 | 2026-04-25T04:07:42.578Z | Downloaded env_filter v1.0.0 |
| 729 | 2026-04-25T04:07:42.578Z | Downloaded chacha20 v0.9.1 |
| 730 | 2026-04-25T04:07:42.578Z | Downloaded filetime v0.2.27 |
| 731 | 2026-04-25T04:07:42.578Z | Downloaded either v1.15.0 |
| 732 | 2026-04-25T04:07:42.578Z | Downloaded crossbeam-deque v0.8.6 |
| 733 | 2026-04-25T04:07:42.578Z | Downloaded camino-tempfile-ext v0.3.3 |
| 734 | 2026-04-25T04:07:42.578Z | Downloaded ed25519 v2.2.3 |
| 735 | 2026-04-25T04:07:42.578Z | Downloaded ciborium-ll v0.2.2 |
| 736 | 2026-04-25T04:07:42.578Z | Downloaded hash32 v0.2.1 |
| 737 | 2026-04-25T04:07:42.578Z | Downloaded compression-codecs v0.4.37 |
| 738 | 2026-04-25T04:07:42.578Z | Downloaded ff v0.13.1 |
| 739 | 2026-04-25T04:07:42.578Z | Downloaded home v0.5.12 |
| 740 | 2026-04-25T04:07:42.578Z | Downloaded cbc v0.1.2 |
| 741 | 2026-04-25T04:07:42.578Z | Downloaded async-trait v0.1.89 |
| 742 | 2026-04-25T04:07:42.578Z | Downloaded http-range v0.1.5 |
| 743 | 2026-04-25T04:07:42.578Z | Downloaded http-body v1.0.1 |
| 744 | 2026-04-25T04:07:42.578Z | Downloaded hostname v0.3.1 |
| 745 | 2026-04-25T04:07:42.578Z | Downloaded derive-ex v0.1.8 |
| 746 | 2026-04-25T04:07:42.578Z | Downloaded hostname v0.4.2 |
| 747 | 2026-04-25T04:07:42.578Z | Downloaded cmake v0.1.57 |
| 748 | 2026-04-25T04:07:42.579Z | Downloaded foldhash v0.2.0 |
| 749 | 2026-04-25T04:07:42.579Z | Downloaded const_format_proc_macros v0.2.34 |
| 750 | 2026-04-25T04:07:42.579Z | Downloaded fxhash v0.2.1 |
| 751 | 2026-04-25T04:07:42.579Z | Downloaded dsl_auto_type v0.2.0 |
| 752 | 2026-04-25T04:07:42.579Z | Downloaded bytes v1.11.1 |
| 753 | 2026-04-25T04:07:42.579Z | Downloaded hubpack_derive v0.1.1 |
| 754 | 2026-04-25T04:07:42.579Z | Downloaded hubpack v0.1.2 |
| 755 | 2026-04-25T04:07:42.579Z | Downloaded ident_case v1.0.1 |
| 756 | 2026-04-25T04:07:42.579Z | Downloaded hyper-tls v0.6.0 |
| 757 | 2026-04-25T04:07:42.579Z | Downloaded httpdate v1.0.3 |
| 758 | 2026-04-25T04:07:42.579Z | Downloaded diesel-dtrace v0.5.0 |
| 759 | 2026-04-25T04:07:42.579Z | Downloaded cancel-safe-futures v0.1.5 |
| 760 | 2026-04-25T04:07:42.579Z | Downloaded ena v0.14.4 |
| 761 | 2026-04-25T04:07:42.579Z | Downloaded ecdsa v0.16.9 |
| 762 | 2026-04-25T04:07:42.579Z | Downloaded const-oid v0.9.6 |
| 763 | 2026-04-25T04:07:42.579Z | Downloaded console v0.16.2 |
| 764 | 2026-04-25T04:07:42.579Z | Downloaded base16ct v0.2.0 |
| 765 | 2026-04-25T04:07:42.579Z | Downloaded argon2 v0.5.3 |
| 766 | 2026-04-25T04:07:42.579Z | Downloaded drift v0.1.3 |
| 767 | 2026-04-25T04:07:42.579Z | Downloaded indent_write v2.2.0 |
| 768 | 2026-04-25T04:07:42.579Z | Downloaded bzip2 v0.6.1 |
| 769 | 2026-04-25T04:07:42.579Z | Downloaded bzip2 v0.4.4 |
| 770 | 2026-04-25T04:07:42.579Z | Downloaded derive_builder_core v0.20.2 |
| 771 | 2026-04-25T04:07:42.579Z | Downloaded futures-executor v0.3.32 |
| 772 | 2026-04-25T04:07:42.579Z | Downloaded dirs-next v2.0.0 |
| 773 | 2026-04-25T04:07:42.579Z | Downloaded instant v0.1.13 |
| 774 | 2026-04-25T04:07:42.579Z | Downloaded dirs-sys-next v0.1.2 |
| 775 | 2026-04-25T04:07:42.579Z | Downloaded instability v0.3.11 |
| 776 | 2026-04-25T04:07:42.579Z | Downloaded inout v0.1.4 |
| 777 | 2026-04-25T04:07:42.580Z | Downloaded group v0.13.0 |
| 778 | 2026-04-25T04:07:42.580Z | Downloaded globset v0.4.18 |
| 779 | 2026-04-25T04:07:42.580Z | Downloaded indoc v1.0.9 |
| 780 | 2026-04-25T04:07:42.580Z | Downloaded is_ci v1.2.0 |
| 781 | 2026-04-25T04:07:42.580Z | Downloaded is-terminal v0.4.17 |
| 782 | 2026-04-25T04:07:42.580Z | Downloaded git-stub-vcs v0.1.0 |
| 783 | 2026-04-25T04:07:42.580Z | Downloaded kstat-rs v0.2.4 |
| 784 | 2026-04-25T04:07:42.580Z | Downloaded libscf-sys v1.1.0 |
| 785 | 2026-04-25T04:07:42.580Z | Downloaded internet-checksum v0.2.1 |
| 786 | 2026-04-25T04:07:42.580Z | Downloaded fallible-iterator v0.2.0 |
| 787 | 2026-04-25T04:07:42.640Z | Downloaded backon v1.6.0 |
| 788 | 2026-04-25T04:07:42.640Z | Downloaded chacha20 v0.10.0 |
| 789 | 2026-04-25T04:07:42.640Z | Downloaded lalrpop-util v0.19.12 |
| 790 | 2026-04-25T04:07:42.640Z | Downloaded corncobs v0.1.4 |
| 791 | 2026-04-25T04:07:42.640Z | Downloaded async-bb8-diesel v0.2.1 |
| 792 | 2026-04-25T04:07:42.640Z | Downloaded http-body-util v0.1.3 |
| 793 | 2026-04-25T04:07:42.641Z | Downloaded ahash v0.8.12 |
| 794 | 2026-04-25T04:07:42.641Z | Downloaded lru-slab v0.1.2 |
| 795 | 2026-04-25T04:07:42.641Z | Downloaded compact_str v0.8.1 |
| 796 | 2026-04-25T04:07:42.641Z | Downloaded chacha20poly1305 v0.10.1 |
| 797 | 2026-04-25T04:07:42.641Z | Downloaded arrayvec v0.7.6 |
| 798 | 2026-04-25T04:07:42.641Z | Downloaded lru-cache v0.1.2 |
| 799 | 2026-04-25T04:07:42.641Z | Downloaded lru v0.12.5 |
| 800 | 2026-04-25T04:07:42.641Z | Downloaded linked-hash-map v0.5.6 |
| 801 | 2026-04-25T04:07:42.641Z | Downloaded memoffset v0.9.1 |
| 802 | 2026-04-25T04:07:42.641Z | Downloaded lazy_static v1.5.0 |
| 803 | 2026-04-25T04:07:42.642Z | Downloaded darling v0.20.11 |
| 804 | 2026-04-25T04:07:42.642Z | Downloaded keccak v0.1.6 |
| 805 | 2026-04-25T04:07:42.642Z | Downloaded futures-io v0.3.32 |
| 806 | 2026-04-25T04:07:42.642Z | Downloaded md5 v0.7.0 |
| 807 | 2026-04-25T04:07:42.642Z | Downloaded getrandom v0.2.17 |
| 808 | 2026-04-25T04:07:42.642Z | Downloaded crossbeam-utils v0.8.21 |
| 809 | 2026-04-25T04:07:42.642Z | Downloaded hyper-staticfile v0.10.1 |
| 810 | 2026-04-25T04:07:42.642Z | Downloaded md-5 v0.10.6 |
| 811 | 2026-04-25T04:07:42.642Z | Downloaded mime v0.3.17 |
| 812 | 2026-04-25T04:07:42.642Z | Downloaded maybe-uninit v2.0.0 |
| 813 | 2026-04-25T04:07:42.642Z | Downloaded match_cfg v0.1.0 |
| 814 | 2026-04-25T04:07:42.642Z | Downloaded maplit v1.0.2 |
| 815 | 2026-04-25T04:07:42.642Z | Downloaded newline-converter v0.3.0 |
| 816 | 2026-04-25T04:07:42.642Z | Downloaded glob v0.3.3 |
| 817 | 2026-04-25T04:07:42.642Z | Downloaded crc-any v2.5.0 |
| 818 | 2026-04-25T04:07:42.642Z | Downloaded crossbeam-epoch v0.9.18 |
| 819 | 2026-04-25T04:07:42.642Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 820 | 2026-04-25T04:07:42.642Z | Downloaded futures-channel v0.3.32 |
| 821 | 2026-04-25T04:07:42.642Z | Downloaded multimap v0.10.1 |
| 822 | 2026-04-25T04:07:42.642Z | Downloaded fs-err v2.11.0 |
| 823 | 2026-04-25T04:07:42.642Z | Downloaded new_debug_unreachable v1.0.6 |
| 824 | 2026-04-25T04:07:42.642Z | Downloaded ingot-types v0.1.2 |
| 825 | 2026-04-25T04:07:42.642Z | Downloaded ipnetwork v0.21.1 |
| 826 | 2026-04-25T04:07:42.642Z | Downloaded ingot v0.1.1 |
| 827 | 2026-04-25T04:07:42.642Z | Downloaded newtype-uuid-macros v0.1.0 |
| 828 | 2026-04-25T04:07:42.643Z | Downloaded diff v0.1.13 |
| 829 | 2026-04-25T04:07:42.643Z | Downloaded nodrop v0.1.14 |
| 830 | 2026-04-25T04:07:42.643Z | Downloaded normalize-line-endings v0.3.0 |
| 831 | 2026-04-25T04:07:42.643Z | Downloaded nonempty v0.12.0 |
| 832 | 2026-04-25T04:07:42.643Z | Downloaded num-conv v0.2.0 |
| 833 | 2026-04-25T04:07:42.643Z | Downloaded nibble_vec v0.1.0 |
| 834 | 2026-04-25T04:07:42.643Z | Downloaded num-iter v0.1.45 |
| 835 | 2026-04-25T04:07:42.643Z | Downloaded ipnet v2.11.0 |
| 836 | 2026-04-25T04:07:42.643Z | Downloaded newtype_derive v0.1.6 |
| 837 | 2026-04-25T04:07:42.643Z | Downloaded des v0.8.1 |
| 838 | 2026-04-25T04:07:42.643Z | Downloaded derive_builder v0.20.2 |
| 839 | 2026-04-25T04:07:42.643Z | Downloaded derive-where v1.6.0 |
| 840 | 2026-04-25T04:07:42.643Z | Downloaded jobserver v0.1.34 |
| 841 | 2026-04-25T04:07:42.643Z | Downloaded derive_more v0.99.20 |
| 842 | 2026-04-25T04:07:42.643Z | Downloaded humantime v2.3.0 |
| 843 | 2026-04-25T04:07:42.643Z | Downloaded hmac v0.12.1 |
| 844 | 2026-04-25T04:07:42.643Z | Downloaded csv-core v0.1.13 |
| 845 | 2026-04-25T04:07:42.643Z | Downloaded libloading v0.8.9 |
| 846 | 2026-04-25T04:07:42.643Z | Downloaded num v0.4.3 |
| 847 | 2026-04-25T04:07:42.643Z | Downloaded libefi-sys v0.1.0 |
| 848 | 2026-04-25T04:07:42.643Z | Downloaded olpc-cjson v0.1.4 |
| 849 | 2026-04-25T04:07:42.643Z | Downloaded num-derive v0.3.3 |
| 850 | 2026-04-25T04:07:42.643Z | Downloaded oso-derive v0.27.3 |
| 851 | 2026-04-25T04:07:42.643Z | Downloaded num_threads v0.1.7 |
| 852 | 2026-04-25T04:07:42.643Z | Downloaded opaque-debug v0.3.1 |
| 853 | 2026-04-25T04:07:42.643Z | Downloaded allocator-api2 v0.2.21 |
| 854 | 2026-04-25T04:07:42.643Z | Downloaded hyper-rustls v0.27.7 |
| 855 | 2026-04-25T04:07:42.643Z | Downloaded libsw-core v0.3.2 |
| 856 | 2026-04-25T04:07:42.643Z | Downloaded libsw v3.5.0 |
| 857 | 2026-04-25T04:07:42.643Z | Downloaded highway v1.3.0 |
| 858 | 2026-04-25T04:07:42.643Z | Downloaded lock_api v0.4.14 |
| 859 | 2026-04-25T04:07:42.643Z | Downloaded iana-time-zone v0.1.65 |
| 860 | 2026-04-25T04:07:42.644Z | Downloaded futures v0.3.32 |
| 861 | 2026-04-25T04:07:42.644Z | Downloaded managed v0.8.0 |
| 862 | 2026-04-25T04:07:42.644Z | Downloaded elliptic-curve v0.13.8 |
| 863 | 2026-04-25T04:07:42.644Z | Downloaded mime_guess v2.0.5 |
| 864 | 2026-04-25T04:07:42.644Z | Downloaded openssl-probe v0.2.1 |
| 865 | 2026-04-25T04:07:42.644Z | Downloaded openssl-probe v0.1.6 |
| 866 | 2026-04-25T04:07:42.644Z | Downloaded openssl-macros v0.1.1 |
| 867 | 2026-04-25T04:07:42.644Z | Downloaded dropshot_endpoint v0.16.7 |
| 868 | 2026-04-25T04:07:42.644Z | Downloaded const_format v0.2.35 |
| 869 | 2026-04-25T04:07:42.644Z | Downloaded nanorand v0.7.0 |
| 870 | 2026-04-25T04:07:42.644Z | Downloaded half v1.8.3 |
| 871 | 2026-04-25T04:07:42.644Z | Downloaded native-tls v0.2.18 |
| 872 | 2026-04-25T04:07:42.644Z | Downloaded ingot-macros v0.1.1 |
| 873 | 2026-04-25T04:07:42.644Z | Downloaded newtype-uuid v1.3.2 |
| 874 | 2026-04-25T04:07:42.644Z | Downloaded half v2.7.1 |
| 875 | 2026-04-25T04:07:42.644Z | Downloaded getrandom v0.3.4 |
| 876 | 2026-04-25T04:07:42.644Z | Downloaded parse-display v0.10.0 |
| 877 | 2026-04-25T04:07:42.644Z | Downloaded packed_struct_codegen v0.10.1 |
| 878 | 2026-04-25T04:07:42.644Z | Downloaded num-rational v0.4.2 |
| 879 | 2026-04-25T04:07:42.644Z | Downloaded parse-size v1.1.0 |
| 880 | 2026-04-25T04:07:42.644Z | Downloaded num-derive v0.4.2 |
| 881 | 2026-04-25T04:07:42.644Z | Downloaded nu-ansi-term v0.50.3 |
| 882 | 2026-04-25T04:07:42.644Z | Downloaded indoc v2.0.7 |
| 883 | 2026-04-25T04:07:42.644Z | Downloaded peg-runtime v0.8.5 |
| 884 | 2026-04-25T04:07:42.644Z | Downloaded pbkdf2 v0.11.0 |
| 885 | 2026-04-25T04:07:42.644Z | Downloaded colored v3.1.1 |
| 886 | 2026-04-25T04:07:42.644Z | Downloaded multer v3.1.0 |
| 887 | 2026-04-25T04:07:42.687Z | Downloaded base64 v0.21.7 |
| 888 | 2026-04-25T04:07:42.687Z | Downloaded fs_extra v1.3.0 |
| 889 | 2026-04-25T04:07:42.687Z | Downloaded num_enum v0.5.11 |
| 890 | 2026-04-25T04:07:42.687Z | Downloaded arc-swap v1.8.2 |
| 891 | 2026-04-25T04:07:42.687Z | Downloaded dropshot_endpoint v0.17.0 |
| 892 | 2026-04-25T04:07:42.687Z | Downloaded linear-map v1.2.0 |
| 893 | 2026-04-25T04:07:42.687Z | Downloaded num_enum_derive v0.5.11 |
| 894 | 2026-04-25T04:07:42.687Z | Downloaded num-integer v0.1.46 |
| 895 | 2026-04-25T04:07:42.687Z | Downloaded num-complex v0.4.6 |
| 896 | 2026-04-25T04:07:42.687Z | Downloaded num_enum v0.7.5 |
| 897 | 2026-04-25T04:07:42.687Z | Downloaded phf_shared v0.11.3 |
| 898 | 2026-04-25T04:07:42.687Z | Downloaded base64 v0.22.1 |
| 899 | 2026-04-25T04:07:42.687Z | Downloaded httparse v1.10.1 |
| 900 | 2026-04-25T04:07:42.687Z | Downloaded litrs v1.0.0 |
| 901 | 2026-04-25T04:07:42.687Z | Downloaded bumpalo v3.20.2 |
| 902 | 2026-04-25T04:07:42.687Z | Downloaded num_enum_derive v0.7.5 |
| 903 | 2026-04-25T04:07:42.687Z | Downloaded ar_archive_writer v0.5.1 |
| 904 | 2026-04-25T04:07:42.687Z | Downloaded lzss v0.8.2 |
| 905 | 2026-04-25T04:07:42.687Z | Downloaded memmap2 v0.9.10 |
| 906 | 2026-04-25T04:07:42.687Z | Downloaded predicates-core v1.0.10 |
| 907 | 2026-04-25T04:07:42.687Z | Downloaded precomputed-hash v0.1.1 |
| 908 | 2026-04-25T04:07:42.687Z | Downloaded pin-utils v0.1.0 |
| 909 | 2026-04-25T04:07:42.688Z | Downloaded proc-macro-crate v1.3.1 |
| 910 | 2026-04-25T04:07:42.688Z | Downloaded oxnet v0.1.4 |
| 911 | 2026-04-25T04:07:42.688Z | Downloaded progenitor-client v0.11.2 |
| 912 | 2026-04-25T04:07:42.688Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 913 | 2026-04-25T04:07:42.688Z | Downloaded predicates-tree v1.0.13 |
| 914 | 2026-04-25T04:07:42.688Z | Downloaded powerfmt v0.2.0 |
| 915 | 2026-04-25T04:07:42.688Z | Downloaded path-slash v0.1.5 |
| 916 | 2026-04-25T04:07:42.688Z | Downloaded parse-display-derive v0.10.0 |
| 917 | 2026-04-25T04:07:42.688Z | Downloaded parking_lot_core v0.8.6 |
| 918 | 2026-04-25T04:07:42.688Z | Downloaded packed_struct v0.10.1 |
| 919 | 2026-04-25T04:07:42.688Z | Downloaded quick-error v1.2.3 |
| 920 | 2026-04-25T04:07:42.688Z | Downloaded psl-types v2.0.11 |
| 921 | 2026-04-25T04:07:42.688Z | Downloaded progenitor-macro v0.11.2 |
| 922 | 2026-04-25T04:07:42.688Z | Downloaded progenitor-macro v0.10.0 |
| 923 | 2026-04-25T04:07:42.688Z | Downloaded progenitor-client v0.10.0 |
| 924 | 2026-04-25T04:07:42.688Z | Downloaded proc-macro-crate v3.4.0 |
| 925 | 2026-04-25T04:07:42.688Z | Downloaded owo-colors v4.3.0 |
| 926 | 2026-04-25T04:07:42.688Z | Downloaded progenitor-macro v0.13.0 |
| 927 | 2026-04-25T04:07:42.688Z | Downloaded paste v1.0.15 |
| 928 | 2026-04-25T04:07:42.688Z | Downloaded pem v3.0.6 |
| 929 | 2026-04-25T04:07:42.688Z | Downloaded heapless v0.8.0 |
| 930 | 2026-04-25T04:07:42.688Z | Downloaded headers v0.4.1 |
| 931 | 2026-04-25T04:07:42.688Z | Downloaded phf v0.12.1 |
| 932 | 2026-04-25T04:07:42.688Z | Downloaded password-hash v0.5.0 |
| 933 | 2026-04-25T04:07:42.688Z | Downloaded fatfs v0.3.6 |
| 934 | 2026-04-25T04:07:42.688Z | Downloaded cc v1.2.56 |
| 935 | 2026-04-25T04:07:42.688Z | Downloaded radium v0.7.0 |
| 936 | 2026-04-25T04:07:42.688Z | Downloaded pin-project-lite v0.2.17 |
| 937 | 2026-04-25T04:07:42.688Z | Downloaded pin-project-internal v1.1.11 |
| 938 | 2026-04-25T04:07:42.689Z | Downloaded pem-rfc7468 v0.7.0 |
| 939 | 2026-04-25T04:07:42.689Z | Downloaded peg-macros v0.8.5 |
| 940 | 2026-04-25T04:07:42.689Z | Downloaded rand_xorshift v0.4.0 |
| 941 | 2026-04-25T04:07:42.689Z | Downloaded rand_chacha v0.3.1 |
| 942 | 2026-04-25T04:07:42.689Z | Downloaded phf_shared v0.13.1 |
| 943 | 2026-04-25T04:07:42.689Z | Downloaded phf_shared v0.12.1 |
| 944 | 2026-04-25T04:07:42.689Z | Downloaded peg v0.8.5 |
| 945 | 2026-04-25T04:07:42.689Z | Downloaded pbkdf2 v0.12.2 |
| 946 | 2026-04-25T04:07:42.689Z | Downloaded pkcs8 v0.10.2 |
| 947 | 2026-04-25T04:07:42.689Z | Downloaded poly1305 v0.8.0 |
| 948 | 2026-04-25T04:07:42.689Z | Downloaded ed25519-dalek v2.2.0 |
| 949 | 2026-04-25T04:07:42.689Z | Downloaded crypto-bigint v0.5.5 |
| 950 | 2026-04-25T04:07:42.689Z | Downloaded ppv-lite86 v0.2.21 |
| 951 | 2026-04-25T04:07:42.689Z | Downloaded postgres-protocol v0.6.10 |
| 952 | 2026-04-25T04:07:42.689Z | Downloaded libbz2-rs-sys v0.2.2 |
| 953 | 2026-04-25T04:07:42.689Z | Downloaded flate2 v1.1.9 |
| 954 | 2026-04-25T04:07:42.689Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 955 | 2026-04-25T04:07:42.689Z | Downloaded recursive v0.1.1 |
| 956 | 2026-04-25T04:07:42.689Z | Downloaded predicates v3.1.4 |
| 957 | 2026-04-25T04:07:42.689Z | Downloaded polyval v0.6.2 |
| 958 | 2026-04-25T04:07:42.689Z | Downloaded crossbeam-channel v0.5.15 |
| 959 | 2026-04-25T04:07:42.689Z | Downloaded ref-cast-impl v1.0.25 |
| 960 | 2026-04-25T04:07:42.689Z | Downloaded ref-cast v1.0.25 |
| 961 | 2026-04-25T04:07:42.689Z | Downloaded proc-macro-error2 v2.0.1 |
| 962 | 2026-04-25T04:07:42.689Z | Downloaded indexmap v1.9.3 |
| 963 | 2026-04-25T04:07:42.689Z | Downloaded parking_lot_core v0.9.12 |
| 964 | 2026-04-25T04:07:42.689Z | Downloaded primeorder v0.13.6 |
| 965 | 2026-04-25T04:07:42.690Z | Downloaded psm v0.1.30 |
| 966 | 2026-04-25T04:07:42.690Z | Downloaded progenitor-client v0.13.0 |
| 967 | 2026-04-25T04:07:42.690Z | Downloaded rtoolbox v0.0.3 |
| 968 | 2026-04-25T04:07:42.690Z | Downloaded progenitor v0.10.0 |
| 969 | 2026-04-25T04:07:42.690Z | Downloaded derive_more-impl v2.1.1 |
| 970 | 2026-04-25T04:07:42.690Z | Downloaded expectorate v1.2.0 |
| 971 | 2026-04-25T04:07:42.690Z | Downloaded async-compression v0.4.41 |
| 972 | 2026-04-25T04:07:42.690Z | Downloaded hickory-resolver v0.25.2 |
| 973 | 2026-04-25T04:07:42.690Z | Downloaded hickory-resolver v0.24.4 |
| 974 | 2026-04-25T04:07:42.690Z | Downloaded aes v0.8.4 |
| 975 | 2026-04-25T04:07:42.690Z | Downloaded rand_chacha v0.9.0 |
| 976 | 2026-04-25T04:07:42.690Z | Downloaded derive_more v2.1.1 |
| 977 | 2026-04-25T04:07:42.690Z | Downloaded rustc_version v0.4.1 |
| 978 | 2026-04-25T04:07:42.690Z | Downloaded r2d2 v0.8.10 |
| 979 | 2026-04-25T04:07:42.690Z | Downloaded pkg-config v0.3.32 |
| 980 | 2026-04-25T04:07:42.690Z | Downloaded pkcs5 v0.7.1 |
| 981 | 2026-04-25T04:07:42.690Z | Downloaded rand_core v0.9.5 |
| 982 | 2026-04-25T04:07:42.690Z | Downloaded rustc_version v0.1.7 |
| 983 | 2026-04-25T04:07:42.690Z | Downloaded miniz_oxide v0.8.9 |
| 984 | 2026-04-25T04:07:42.690Z | Downloaded russh-util v0.48.0 |
| 985 | 2026-04-25T04:07:42.690Z | Downloaded russh-cryptovec v0.48.0 |
| 986 | 2026-04-25T04:07:42.690Z | Downloaded russh-cryptovec v0.7.3 |
| 987 | 2026-04-25T04:07:42.726Z | Downloaded rfc6979 v0.4.0 |
| 988 | 2026-04-25T04:07:42.727Z | Downloaded rustc-hash v2.1.1 |
| 989 | 2026-04-25T04:07:42.727Z | Downloaded omicron-zone-package v0.12.2 |
| 990 | 2026-04-25T04:07:42.727Z | Downloaded pkcs1 v0.7.5 |
| 991 | 2026-04-25T04:07:42.727Z | Downloaded rand_core v0.10.0 |
| 992 | 2026-04-25T04:07:42.727Z | Downloaded postcard v1.1.3 |
| 993 | 2026-04-25T04:07:42.727Z | Downloaded phf v0.13.1 |
| 994 | 2026-04-25T04:07:42.727Z | Downloaded postgres-types v0.2.12 |
| 995 | 2026-04-25T04:07:42.727Z | Downloaded indicatif v0.18.4 |
| 996 | 2026-04-25T04:07:42.727Z | Downloaded rand_seeder v0.4.0 |
| 997 | 2026-04-25T04:07:42.727Z | Downloaded oso v0.27.3 |
| 998 | 2026-04-25T04:07:42.727Z | Downloaded scheduled-thread-pool v0.2.7 |
| 999 | 2026-04-25T04:07:42.727Z | Downloaded same-file v1.0.6 |
| 1000 | 2026-04-25T04:07:42.727Z | Downloaded sapling-renderdag v0.1.0 |
| 1001 | 2026-04-25T04:07:42.727Z | Downloaded salsa20 v0.10.2 |
| 1002 | 2026-04-25T04:07:42.727Z | Downloaded progenitor-extras v0.1.1 |
| 1003 | 2026-04-25T04:07:42.727Z | Downloaded scopeguard v1.2.0 |
| 1004 | 2026-04-25T04:07:42.727Z | Downloaded progenitor v0.13.0 |
| 1005 | 2026-04-25T04:07:42.727Z | Downloaded scroll_derive v0.13.1 |
| 1006 | 2026-04-25T04:07:42.727Z | Downloaded password-hash v0.4.2 |
| 1007 | 2026-04-25T04:07:42.727Z | Downloaded parking_lot v0.11.2 |
| 1008 | 2026-04-25T04:07:42.727Z | Downloaded ignore v0.4.25 |
| 1009 | 2026-04-25T04:07:42.727Z | Downloaded heapless v0.7.17 |
| 1010 | 2026-04-25T04:07:42.728Z | Downloaded progenitor v0.11.2 |
| 1011 | 2026-04-25T04:07:42.728Z | Downloaded crossterm v0.29.0 |
| 1012 | 2026-04-25T04:07:42.728Z | Downloaded papergrid v0.17.0 |
| 1013 | 2026-04-25T04:07:42.728Z | Downloaded seq-macro v0.3.6 |
| 1014 | 2026-04-25T04:07:42.728Z | Downloaded semver v0.1.20 |
| 1015 | 2026-04-25T04:07:42.728Z | Downloaded secrecy v0.8.0 |
| 1016 | 2026-04-25T04:07:42.729Z | Downloaded scrypt v0.11.0 |
| 1017 | 2026-04-25T04:07:42.729Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1018 | 2026-04-25T04:07:42.729Z | Downloaded serde_bytes v0.11.19 |
| 1019 | 2026-04-25T04:07:42.729Z | Downloaded resolv-conf v0.7.6 |
| 1020 | 2026-04-25T04:07:42.729Z | Downloaded parking_lot v0.12.5 |
| 1021 | 2026-04-25T04:07:42.729Z | Downloaded jiff-static v0.2.21 |
| 1022 | 2026-04-25T04:07:42.729Z | Downloaded serde-big-array v0.5.1 |
| 1023 | 2026-04-25T04:07:42.729Z | Downloaded rand_core v0.6.4 |
| 1024 | 2026-04-25T04:07:42.729Z | Downloaded pin-project v1.1.11 |
| 1025 | 2026-04-25T04:07:42.730Z | Downloaded serde_urlencoded v0.7.1 |
| 1026 | 2026-04-25T04:07:42.730Z | Downloaded serde_spanned v1.0.4 |
| 1027 | 2026-04-25T04:07:42.730Z | Downloaded serde_repr v0.1.20 |
| 1028 | 2026-04-25T04:07:42.730Z | Downloaded rustls-pemfile v1.0.4 |
| 1029 | 2026-04-25T04:07:42.730Z | Downloaded rustversion v1.0.22 |
| 1030 | 2026-04-25T04:07:42.730Z | Downloaded minimal-lexical v0.2.1 |
| 1031 | 2026-04-25T04:07:42.730Z | Downloaded dropshot-api-manager v0.6.0 |
| 1032 | 2026-04-25T04:07:42.730Z | Downloaded diesel_derives v2.3.7 |
| 1033 | 2026-04-25T04:07:42.730Z | Downloaded serde_plain v1.0.2 |
| 1034 | 2026-04-25T04:07:42.730Z | Downloaded sigpipe v0.1.3 |
| 1035 | 2026-04-25T04:07:42.730Z | Downloaded signal-hook-tokio v0.3.1 |
| 1036 | 2026-04-25T04:07:42.730Z | Downloaded shell-words v1.1.1 |
| 1037 | 2026-04-25T04:07:42.730Z | Downloaded sha1 v0.10.6 |
| 1038 | 2026-04-25T04:07:42.730Z | Downloaded rustls-pemfile v2.2.0 |
| 1039 | 2026-04-25T04:07:42.730Z | Downloaded rustls-native-certs v0.8.3 |
| 1040 | 2026-04-25T04:07:42.730Z | Downloaded openssl-sys v0.9.111 |
| 1041 | 2026-04-25T04:07:42.730Z | Downloaded prefix-trie v0.7.0 |
| 1042 | 2026-04-25T04:07:42.730Z | Downloaded quinn-udp v0.5.14 |
| 1043 | 2026-04-25T04:07:42.730Z | Downloaded signal-hook-mio v0.2.5 |
| 1044 | 2026-04-25T04:07:42.730Z | Downloaded rusty-fork v0.3.1 |
| 1045 | 2026-04-25T04:07:42.730Z | Downloaded slog-bunyan v2.5.0 |
| 1046 | 2026-04-25T04:07:42.730Z | Downloaded siphasher v1.0.2 |
| 1047 | 2026-04-25T04:07:42.731Z | Downloaded signature v2.2.0 |
| 1048 | 2026-04-25T04:07:42.731Z | Downloaded slog-envlogger v2.2.0 |
| 1049 | 2026-04-25T04:07:42.731Z | Downloaded sct v0.7.1 |
| 1050 | 2026-04-25T04:07:42.731Z | Downloaded scroll v0.13.0 |
| 1051 | 2026-04-25T04:07:42.731Z | Downloaded secrecy v0.10.3 |
| 1052 | 2026-04-25T04:07:42.731Z | Downloaded sec1 v0.7.3 |
| 1053 | 2026-04-25T04:07:42.731Z | Downloaded p256 v0.13.2 |
| 1054 | 2026-04-25T04:07:42.731Z | Downloaded progenitor-impl v0.13.0 |
| 1055 | 2026-04-25T04:07:42.731Z | Downloaded progenitor-impl v0.11.2 |
| 1056 | 2026-04-25T04:07:42.731Z | Downloaded http v1.4.0 |
| 1057 | 2026-04-25T04:07:42.731Z | Downloaded ssh-cipher v0.2.0 |
| 1058 | 2026-04-25T04:07:42.731Z | Downloaded hashbrown v0.13.2 |
| 1059 | 2026-04-25T04:07:42.731Z | Downloaded hashbrown v0.12.3 |
| 1060 | 2026-04-25T04:07:42.731Z | Downloaded hickory-server v0.25.2 |
| 1061 | 2026-04-25T04:07:42.731Z | Downloaded serde_derive_internals v0.29.1 |
| 1062 | 2026-04-25T04:07:42.731Z | Downloaded strum v0.26.3 |
| 1063 | 2026-04-25T04:07:42.731Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1064 | 2026-04-25T04:07:42.731Z | Downloaded sqlparser_derive v0.5.0 |
| 1065 | 2026-04-25T04:07:42.731Z | Downloaded signal-hook-registry v1.4.8 |
| 1066 | 2026-04-25T04:07:42.731Z | Downloaded ssh-encoding v0.2.0 |
| 1067 | 2026-04-25T04:07:42.731Z | Downloaded rcgen v0.12.1 |
| 1068 | 2026-04-25T04:07:42.731Z | Downloaded pretty_assertions v1.4.1 |
| 1069 | 2026-04-25T04:07:42.731Z | Downloaded serde_path_to_error v0.1.20 |
| 1070 | 2026-04-25T04:07:42.731Z | Downloaded structmeta-derive v0.3.0 |
| 1071 | 2026-04-25T04:07:42.731Z | Downloaded russh-keys v0.49.2 |
| 1072 | 2026-04-25T04:07:42.731Z | Downloaded slog-stdlog v4.1.1 |
| 1073 | 2026-04-25T04:07:42.732Z | Downloaded simd-adler32 v0.3.8 |
| 1074 | 2026-04-25T04:07:42.732Z | Downloaded structmeta v0.3.0 |
| 1075 | 2026-04-25T04:07:42.732Z | Downloaded shlex v1.3.0 |
| 1076 | 2026-04-25T04:07:42.732Z | Downloaded prettyplease v0.2.37 |
| 1077 | 2026-04-25T04:07:42.732Z | Downloaded rustls-pki-types v1.14.0 |
| 1078 | 2026-04-25T04:07:42.732Z | Downloaded sync-ptr v0.1.4 |
| 1079 | 2026-04-25T04:07:42.732Z | Downloaded supports-color v3.0.2 |
| 1080 | 2026-04-25T04:07:42.732Z | Downloaded take_mut v0.2.2 |
| 1081 | 2026-04-25T04:07:42.732Z | Downloaded tagptr v0.2.0 |
| 1082 | 2026-04-25T04:07:42.732Z | Downloaded tap v1.0.1 |
| 1083 | 2026-04-25T04:07:42.732Z | Downloaded tabled_derive v0.11.0 |
| 1084 | 2026-04-25T04:07:42.732Z | Downloaded smf v0.2.3 |
| 1085 | 2026-04-25T04:07:42.732Z | Downloaded smallvec v0.6.14 |
| 1086 | 2026-04-25T04:07:42.732Z | Downloaded slog-async v2.8.0 |
| 1087 | 2026-04-25T04:07:42.755Z | Downloaded serde_cbor v0.11.2 |
| 1088 | 2026-04-25T04:07:42.755Z | Downloaded sync_wrapper v1.0.2 |
| 1089 | 2026-04-25T04:07:42.755Z | Downloaded aho-corasick v1.1.4 |
| 1090 | 2026-04-25T04:07:42.755Z | Downloaded slog-term v2.9.2 |
| 1091 | 2026-04-25T04:07:42.755Z | Downloaded slog-scope v4.4.1 |
| 1092 | 2026-04-25T04:07:42.755Z | Downloaded time-core v0.1.8 |
| 1093 | 2026-04-25T04:07:42.755Z | Downloaded testing_table v0.3.0 |
| 1094 | 2026-04-25T04:07:42.755Z | Downloaded slog-json v2.6.1 |
| 1095 | 2026-04-25T04:07:42.755Z | Downloaded slog-dtrace v0.3.0 |
| 1096 | 2026-04-25T04:07:42.755Z | Downloaded schemars_derive v0.8.22 |
| 1097 | 2026-04-25T04:07:42.755Z | Downloaded slab v0.4.12 |
| 1098 | 2026-04-25T04:07:42.755Z | Downloaded ron v0.8.1 |
| 1099 | 2026-04-25T04:07:42.755Z | Downloaded progenitor-impl v0.10.0 |
| 1100 | 2026-04-25T04:07:42.755Z | Downloaded serde-hex v0.1.0 |
| 1101 | 2026-04-25T04:07:42.755Z | Downloaded thread-id v5.1.0 |
| 1102 | 2026-04-25T04:07:42.755Z | Downloaded termtree v0.5.1 |
| 1103 | 2026-04-25T04:07:42.755Z | Downloaded crossterm v0.28.1 |
| 1104 | 2026-04-25T04:07:42.755Z | Downloaded strum v0.27.2 |
| 1105 | 2026-04-25T04:07:42.756Z | Downloaded stringprep v0.1.5 |
| 1106 | 2026-04-25T04:07:42.756Z | Downloaded string_cache v0.8.9 |
| 1107 | 2026-04-25T04:07:42.756Z | Downloaded serde_with_macros v3.17.0 |
| 1108 | 2026-04-25T04:07:42.756Z | Downloaded mio v1.2.0 |
| 1109 | 2026-04-25T04:07:42.756Z | Downloaded sqlformat v0.3.5 |
| 1110 | 2026-04-25T04:07:42.756Z | Downloaded schemars v0.8.22 |
| 1111 | 2026-04-25T04:07:42.756Z | Downloaded tinyvec_macros v0.1.1 |
| 1112 | 2026-04-25T04:07:42.756Z | Downloaded support-bundle-viewer v0.1.2 |
| 1113 | 2026-04-25T04:07:42.756Z | Downloaded subtle v2.6.1 |
| 1114 | 2026-04-25T04:07:42.756Z | Downloaded strum_macros v0.27.2 |
| 1115 | 2026-04-25T04:07:42.756Z | Downloaded strum_macros v0.26.4 |
| 1116 | 2026-04-25T04:07:42.756Z | Downloaded spki v0.7.3 |
| 1117 | 2026-04-25T04:07:42.756Z | Downloaded static_assertions v1.1.0 |
| 1118 | 2026-04-25T04:07:42.756Z | Downloaded stacker v0.1.23 |
| 1119 | 2026-04-25T04:07:42.756Z | Downloaded russh-keys v0.45.0 |
| 1120 | 2026-04-25T04:07:42.756Z | Downloaded tokio-macros v2.7.0 |
| 1121 | 2026-04-25T04:07:42.756Z | Downloaded publicsuffix v2.3.0 |
| 1122 | 2026-04-25T04:07:42.756Z | Downloaded tabwriter v1.4.1 |
| 1123 | 2026-04-25T04:07:42.756Z | Downloaded strum_macros v0.24.3 |
| 1124 | 2026-04-25T04:07:42.756Z | Downloaded termios v0.3.3 |
| 1125 | 2026-04-25T04:07:42.756Z | Downloaded rayon-core v1.13.0 |
| 1126 | 2026-04-25T04:07:42.756Z | Downloaded hyper-util v0.1.20 |
| 1127 | 2026-04-25T04:07:42.756Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1128 | 2026-04-25T04:07:42.756Z | Downloaded time-macros v0.2.27 |
| 1129 | 2026-04-25T04:07:42.756Z | Downloaded thread_local v1.1.9 |
| 1130 | 2026-04-25T04:07:42.756Z | Downloaded thiserror-no-std v2.0.2 |
| 1131 | 2026-04-25T04:07:42.756Z | Downloaded topological-sort v0.2.2 |
| 1132 | 2026-04-25T04:07:42.756Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1133 | 2026-04-25T04:07:42.756Z | Downloaded ryu v1.0.23 |
| 1134 | 2026-04-25T04:07:42.757Z | Downloaded tower-layer v0.3.3 |
| 1135 | 2026-04-25T04:07:42.757Z | Downloaded tiny-keccak v2.0.2 |
| 1136 | 2026-04-25T04:07:42.757Z | Downloaded tls_codec v0.4.2 |
| 1137 | 2026-04-25T04:07:42.757Z | Downloaded itertools v0.10.5 |
| 1138 | 2026-04-25T04:07:42.757Z | Downloaded snafu-derive v0.8.9 |
| 1139 | 2026-04-25T04:07:42.757Z | Downloaded tokio-dtrace v0.1.1 |
| 1140 | 2026-04-25T04:07:42.757Z | Downloaded tls_codec_derive v0.4.2 |
| 1141 | 2026-04-25T04:07:42.757Z | Downloaded similar v2.7.0 |
| 1142 | 2026-04-25T04:07:42.757Z | Downloaded qorb v0.4.1 |
| 1143 | 2026-04-25T04:07:42.757Z | Downloaded tokio-rustls v0.25.0 |
| 1144 | 2026-04-25T04:07:42.757Z | Downloaded hashbrown v0.15.5 |
| 1145 | 2026-04-25T04:07:42.757Z | Downloaded spin v0.9.8 |
| 1146 | 2026-04-25T04:07:42.757Z | Downloaded nom v7.1.3 |
| 1147 | 2026-04-25T04:07:42.757Z | Downloaded trait-variant v0.1.2 |
| 1148 | 2026-04-25T04:07:42.757Z | Downloaded unarray v0.1.4 |
| 1149 | 2026-04-25T04:07:42.757Z | Downloaded typify-macro v0.4.3 |
| 1150 | 2026-04-25T04:07:42.757Z | Downloaded try-lock v0.2.5 |
| 1151 | 2026-04-25T04:07:42.757Z | Downloaded tower-service v0.3.3 |
| 1152 | 2026-04-25T04:07:42.757Z | Downloaded term v1.2.1 |
| 1153 | 2026-04-25T04:07:42.757Z | Downloaded slog v2.8.2 |
| 1154 | 2026-04-25T04:07:42.757Z | Downloaded term v0.7.0 |
| 1155 | 2026-04-25T04:07:42.757Z | Downloaded rand v0.8.5 |
| 1156 | 2026-04-25T04:07:42.757Z | Downloaded rand v0.9.2 |
| 1157 | 2026-04-25T04:07:42.757Z | Downloaded quinn v0.11.9 |
| 1158 | 2026-04-25T04:07:42.757Z | Downloaded num-bigint-dig v0.8.6 |
| 1159 | 2026-04-25T04:07:42.757Z | Downloaded untrusted v0.9.0 |
| 1160 | 2026-04-25T04:07:42.757Z | Downloaded unit-prefix v0.5.2 |
| 1161 | 2026-04-25T04:07:42.757Z | Downloaded unicode-truncate v1.1.0 |
| 1162 | 2026-04-25T04:07:42.757Z | Downloaded tokio-native-tls v0.3.1 |
| 1163 | 2026-04-25T04:07:42.757Z | Downloaded signal-hook v0.3.18 |
| 1164 | 2026-04-25T04:07:42.757Z | Downloaded untrusted v0.7.1 |
| 1165 | 2026-04-25T04:07:42.757Z | Downloaded universal-hash v0.5.1 |
| 1166 | 2026-04-25T04:07:42.757Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1167 | 2026-04-25T04:07:42.757Z | Downloaded rustls-webpki v0.103.9 |
| 1168 | 2026-04-25T04:07:42.757Z | Downloaded typify-macro v0.6.1 |
| 1169 | 2026-04-25T04:07:42.758Z | Downloaded tokio-tungstenite v0.23.1 |
| 1170 | 2026-04-25T04:07:42.758Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1171 | 2026-04-25T04:07:42.758Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1172 | 2026-04-25T04:07:42.758Z | Downloaded tokio-tungstenite v0.21.0 |
| 1173 | 2026-04-25T04:07:42.758Z | Downloaded iddqd v0.3.18 |
| 1174 | 2026-04-25T04:07:42.758Z | Downloaded tokio-stream v0.1.18 |
| 1175 | 2026-04-25T04:07:42.758Z | Downloaded usdt-attr-macro v0.6.0 |
| 1176 | 2026-04-25T04:07:42.758Z | Downloaded usdt-macro v0.6.0 |
| 1177 | 2026-04-25T04:07:42.758Z | Downloaded tokio-rustls v0.26.4 |
| 1178 | 2026-04-25T04:07:42.758Z | Downloaded tokio-rustls v0.24.1 |
| 1179 | 2026-04-25T04:07:42.758Z | Downloaded schemars v0.9.0 |
| 1180 | 2026-04-25T04:07:42.758Z | Downloaded want v0.3.1 |
| 1181 | 2026-04-25T04:07:42.758Z | Downloaded wait-timeout v0.2.1 |
| 1182 | 2026-04-25T04:07:42.758Z | Downloaded waitgroup v0.1.2 |
| 1183 | 2026-04-25T04:07:42.758Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1184 | 2026-04-25T04:07:42.758Z | Downloaded void v1.0.2 |
| 1185 | 2026-04-25T04:07:42.758Z | Downloaded itertools v0.12.1 |
| 1186 | 2026-04-25T04:07:42.758Z | Downloaded aes-gcm v0.10.3 |
| 1187 | 2026-04-25T04:07:42.800Z | Downloaded utf-8 v0.7.6 |
| 1188 | 2026-04-25T04:07:42.800Z | Downloaded subprocess v0.2.15 |
| 1189 | 2026-04-25T04:07:42.800Z | Downloaded itertools v0.13.0 |
| 1190 | 2026-04-25T04:07:42.801Z | Downloaded socket2 v0.5.10 |
| 1191 | 2026-04-25T04:07:42.801Z | Downloaded num-bigint v0.4.6 |
| 1192 | 2026-04-25T04:07:42.801Z | Downloaded iri-string v0.7.10 |
| 1193 | 2026-04-25T04:07:42.801Z | Downloaded xshell-macros v0.2.7 |
| 1194 | 2026-04-25T04:07:42.801Z | Downloaded xattr v1.6.1 |
| 1195 | 2026-04-25T04:07:42.801Z | Downloaded rsa v0.9.10 |
| 1196 | 2026-04-25T04:07:42.801Z | Downloaded libxml v0.3.3 |
| 1197 | 2026-04-25T04:07:42.801Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1198 | 2026-04-25T04:07:42.801Z | Downloaded tinyvec v1.10.0 |
| 1199 | 2026-04-25T04:07:42.801Z | Downloaded rand v0.10.0 |
| 1200 | 2026-04-25T04:07:42.801Z | Downloaded hyper v1.8.1 |
| 1201 | 2026-04-25T04:07:42.801Z | Downloaded tracing-attributes v0.1.31 |
| 1202 | 2026-04-25T04:07:42.801Z | Downloaded zone v0.3.1 |
| 1203 | 2026-04-25T04:07:42.801Z | Downloaded usdt v0.6.0 |
| 1204 | 2026-04-25T04:07:42.801Z | Downloaded schemars v1.2.1 |
| 1205 | 2026-04-25T04:07:42.801Z | Downloaded vergen-git2 v1.0.7 |
| 1206 | 2026-04-25T04:07:42.801Z | Downloaded uzers v0.12.2 |
| 1207 | 2026-04-25T04:07:42.801Z | Downloaded itertools v0.14.0 |
| 1208 | 2026-04-25T04:07:42.801Z | Downloaded zone_cfg_derive v0.3.1 |
| 1209 | 2026-04-25T04:07:42.801Z | Downloaded tui-tree-widget v0.23.1 |
| 1210 | 2026-04-25T04:07:42.801Z | Downloaded snafu v0.8.9 |
| 1211 | 2026-04-25T04:07:42.801Z | Downloaded unicode-properties v0.1.4 |
| 1212 | 2026-04-25T04:07:42.801Z | Downloaded twox-hash v2.1.2 |
| 1213 | 2026-04-25T04:07:42.801Z | Downloaded vergen-gitcl v1.0.8 |
| 1214 | 2026-04-25T04:07:42.801Z | Downloaded hkdf v0.12.4 |
| 1215 | 2026-04-25T04:07:42.802Z | Downloaded walkdir v2.5.0 |
| 1216 | 2026-04-25T04:07:42.802Z | Downloaded toml v0.7.8 |
| 1217 | 2026-04-25T04:07:42.802Z | Downloaded test-strategy v0.4.5 |
| 1218 | 2026-04-25T04:07:42.802Z | Downloaded tar v0.4.45 |
| 1219 | 2026-04-25T04:07:42.802Z | Downloaded zeroize_derive v1.4.3 |
| 1220 | 2026-04-25T04:07:42.802Z | Downloaded wyz v0.5.1 |
| 1221 | 2026-04-25T04:07:42.802Z | Downloaded xshell v0.2.7 |
| 1222 | 2026-04-25T04:07:42.802Z | Downloaded vergen-lib v0.1.6 |
| 1223 | 2026-04-25T04:07:42.802Z | Downloaded socket2 v0.6.3 |
| 1224 | 2026-04-25T04:07:42.802Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1225 | 2026-04-25T04:07:42.802Z | Downloaded futures-util v0.3.32 |
| 1226 | 2026-04-25T04:07:42.802Z | Downloaded unicase v2.9.0 |
| 1227 | 2026-04-25T04:07:42.802Z | Downloaded steno v0.4.1 |
| 1228 | 2026-04-25T04:07:42.802Z | Downloaded whoami v2.1.0 |
| 1229 | 2026-04-25T04:07:42.802Z | Downloaded whoami v1.6.1 |
| 1230 | 2026-04-25T04:07:42.802Z | Downloaded blake3 v1.8.3 |
| 1231 | 2026-04-25T04:07:42.802Z | Downloaded samael v0.0.19 |
| 1232 | 2026-04-25T04:07:42.802Z | Downloaded tracing-core v0.1.36 |
| 1233 | 2026-04-25T04:07:42.802Z | Downloaded vsss-rs v3.3.4 |
| 1234 | 2026-04-25T04:07:42.803Z | Downloaded usdt-impl v0.6.0 |
| 1235 | 2026-04-25T04:07:42.803Z | Downloaded vergen v9.0.6 |
| 1236 | 2026-04-25T04:07:42.803Z | Downloaded zeroize v1.8.2 |
| 1237 | 2026-04-25T04:07:42.803Z | Downloaded zstd v0.13.3 |
| 1238 | 2026-04-25T04:07:42.803Z | Downloaded h2 v0.4.13 |
| 1239 | 2026-04-25T04:07:42.803Z | Downloaded p521 v0.13.3 |
| 1240 | 2026-04-25T04:07:42.803Z | Downloaded tungstenite v0.21.0 |
| 1241 | 2026-04-25T04:07:42.803Z | Downloaded zstd-safe v7.2.4 |
| 1242 | 2026-04-25T04:07:42.803Z | Downloaded unsafe-libyaml v0.2.11 |
| 1243 | 2026-04-25T04:07:42.803Z | Downloaded libm v0.2.16 |
| 1244 | 2026-04-25T04:07:42.803Z | Downloaded typify v0.4.3 |
| 1245 | 2026-04-25T04:07:42.803Z | Downloaded typify v0.6.1 |
| 1246 | 2026-04-25T04:07:42.803Z | Downloaded unicode-bidi v0.3.18 |
| 1247 | 2026-04-25T04:07:42.803Z | Downloaded russh v0.45.0 |
| 1248 | 2026-04-25T04:07:42.803Z | Downloaded zerocopy v0.6.6 |
| 1249 | 2026-04-25T04:07:42.803Z | Downloaded yasna v0.5.2 |
| 1250 | 2026-04-25T04:07:42.803Z | Downloaded rustyline v14.0.0 |
| 1251 | 2026-04-25T04:07:42.803Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1252 | 2026-04-25T04:07:42.803Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1253 | 2026-04-25T04:07:42.803Z | Downloaded vte v0.14.1 |
| 1254 | 2026-04-25T04:07:42.803Z | Downloaded regex v1.12.3 |
| 1255 | 2026-04-25T04:07:42.803Z | Downloaded rpassword v7.4.0 |
| 1256 | 2026-04-25T04:07:42.803Z | Downloaded tokio-postgres v0.7.16 |
| 1257 | 2026-04-25T04:07:42.803Z | Downloaded zopfli v0.8.3 |
| 1258 | 2026-04-25T04:07:42.804Z | Downloaded tungstenite v0.23.0 |
| 1259 | 2026-04-25T04:07:42.804Z | Downloaded reedline v0.40.0 |
| 1260 | 2026-04-25T04:07:42.804Z | Downloaded aws-lc-rs v1.16.0 |
| 1261 | 2026-04-25T04:07:42.804Z | Downloaded bindgen v0.71.1 |
| 1262 | 2026-04-25T04:07:42.804Z | Downloaded zip v0.6.6 |
| 1263 | 2026-04-25T04:07:42.804Z | Downloaded toml_edit v0.19.15 |
| 1264 | 2026-04-25T04:07:42.804Z | Downloaded yansi v1.0.1 |
| 1265 | 2026-04-25T04:07:42.804Z | Downloaded uuid v1.23.0 |
| 1266 | 2026-04-25T04:07:42.804Z | Downloaded curve25519-dalek v4.1.3 |
| 1267 | 2026-04-25T04:07:42.804Z | Downloaded git2 v0.20.4 |
| 1268 | 2026-04-25T04:07:42.804Z | Downloaded reqwest v0.12.28 |
| 1269 | 2026-04-25T04:07:42.804Z | Downloaded reqwest v0.13.2 |
| 1270 | 2026-04-25T04:07:42.804Z | Downloaded ssh-key v0.6.7 |
| 1271 | 2026-04-25T04:07:42.804Z | Downloaded x509-cert v0.2.5 |
| 1272 | 2026-04-25T04:07:42.804Z | Downloaded p384 v0.13.1 |
| 1273 | 2026-04-25T04:07:42.804Z | Downloaded typed-path v0.9.3 |
| 1274 | 2026-04-25T04:07:42.804Z | Downloaded unicode_categories v0.1.1 |
| 1275 | 2026-04-25T04:07:42.804Z | Downloaded bitvec v1.0.1 |
| 1276 | 2026-04-25T04:07:42.804Z | Downloaded chrono v0.4.44 |
| 1277 | 2026-04-25T04:07:42.804Z | Downloaded lalrpop v0.19.12 |
| 1278 | 2026-04-25T04:07:42.804Z | Downloaded unicode-normalization v0.1.25 |
| 1279 | 2026-04-25T04:07:42.805Z | Downloaded tower v0.5.3 |
| 1280 | 2026-04-25T04:07:42.805Z | Downloaded tough v0.20.0 |
| 1281 | 2026-04-25T04:07:42.805Z | Downloaded rustls-webpki v0.102.8 |
| 1282 | 2026-04-25T04:07:42.805Z | Downloaded rayon v1.11.0 |
| 1283 | 2026-04-25T04:07:42.805Z | Downloaded proptest v1.10.0 |
| 1284 | 2026-04-25T04:07:42.805Z | Downloaded petname v2.0.2 |
| 1285 | 2026-04-25T04:07:42.805Z | Downloaded portable-atomic v1.13.1 |
| 1286 | 2026-04-25T04:07:42.805Z | Downloaded unicode-segmentation v1.12.0 |
| 1287 | 2026-04-25T04:07:42.815Z | Downloaded moka v0.12.13 |
| 1288 | 2026-04-25T04:07:42.815Z | Downloaded rustls-webpki v0.101.7 |
| 1289 | 2026-04-25T04:07:42.815Z | Downloaded zip v4.6.1 |
| 1290 | 2026-04-25T04:07:42.815Z | Downloaded tower-http v0.6.8 |
| 1291 | 2026-04-25T04:07:42.815Z | Downloaded zerocopy-derive v0.8.40 |
| 1292 | 2026-04-25T04:07:42.815Z | Downloaded serde_with v3.17.0 |
| 1293 | 2026-04-25T04:07:42.815Z | Downloaded dropshot v0.17.0 |
| 1294 | 2026-04-25T04:07:42.815Z | Downloaded nix v0.27.1 |
| 1295 | 2026-04-25T04:07:42.815Z | Downloaded goblin v0.10.5 |
| 1296 | 2026-04-25T04:07:42.815Z | Downloaded quick-xml v0.37.5 |
| 1297 | 2026-04-25T04:07:42.815Z | Downloaded tokio-util v0.7.18 |
| 1298 | 2026-04-25T04:07:42.815Z | Downloaded winnow v0.6.26 |
| 1299 | 2026-04-25T04:07:42.815Z | Downloaded winnow v0.5.40 |
| 1300 | 2026-04-25T04:07:42.815Z | Downloaded polar-core v0.27.3 |
| 1301 | 2026-04-25T04:07:42.815Z | Downloaded radix_trie v0.2.1 |
| 1302 | 2026-04-25T04:07:42.816Z | Downloaded nix v0.29.0 |
| 1303 | 2026-04-25T04:07:42.816Z | Downloaded salty v0.3.0 |
| 1304 | 2026-04-25T04:07:42.816Z | Downloaded quinn-proto v0.11.13 |
| 1305 | 2026-04-25T04:07:42.816Z | Downloaded object v0.30.4 |
| 1306 | 2026-04-25T04:07:42.816Z | Downloaded openssl v0.10.75 |
| 1307 | 2026-04-25T04:07:42.816Z | Downloaded dropshot v0.16.7 |
| 1308 | 2026-04-25T04:07:42.816Z | Downloaded nix v0.28.0 |
| 1309 | 2026-04-25T04:07:42.816Z | Downloaded tabled v0.20.0 |
| 1310 | 2026-04-25T04:07:42.816Z | Downloaded rustls v0.21.12 |
| 1311 | 2026-04-25T04:07:42.816Z | Downloaded hickory-proto v0.24.4 |
| 1312 | 2026-04-25T04:07:42.816Z | Downloaded time v0.3.47 |
| 1313 | 2026-04-25T04:07:42.816Z | Downloaded vcpkg v0.2.15 |
| 1314 | 2026-04-25T04:07:42.816Z | Downloaded nix v0.31.2 |
| 1315 | 2026-04-25T04:07:42.816Z | Downloaded object v0.37.3 |
| 1316 | 2026-04-25T04:07:42.816Z | Downloaded zlib-rs v0.6.2 |
| 1317 | 2026-04-25T04:07:42.816Z | Downloaded webpki-roots v1.0.6 |
| 1318 | 2026-04-25T04:07:42.817Z | Downloaded rustls v0.22.4 |
| 1319 | 2026-04-25T04:07:42.817Z | Downloaded smoltcp v0.9.1 |
| 1320 | 2026-04-25T04:07:42.817Z | Downloaded regex-syntax v0.6.29 |
| 1321 | 2026-04-25T04:07:42.817Z | Downloaded zerocopy v0.8.40 |
| 1322 | 2026-04-25T04:07:42.817Z | Downloaded smoltcp v0.11.0 |
| 1323 | 2026-04-25T04:07:42.817Z | Downloaded regress v0.10.5 |
| 1324 | 2026-04-25T04:07:42.817Z | Downloaded openapiv3 v2.2.0 |
| 1325 | 2026-04-25T04:07:42.817Z | Downloaded hickory-proto v0.25.2 |
| 1326 | 2026-04-25T04:07:42.817Z | Downloaded rustix v0.38.44 |
| 1327 | 2026-04-25T04:07:42.817Z | Downloaded diesel v2.3.7 |
| 1328 | 2026-04-25T04:07:42.817Z | Downloaded rustls v0.23.37 |
| 1329 | 2026-04-25T04:07:42.817Z | Downloaded regex-syntax v0.8.10 |
| 1330 | 2026-04-25T04:07:42.844Z | Downloaded bstr v1.12.1 |
| 1331 | 2026-04-25T04:07:42.868Z | Downloaded sqlparser v0.61.0 |
| 1332 | 2026-04-25T04:07:42.869Z | Downloaded sled v0.34.7 |
| 1333 | 2026-04-25T04:07:42.890Z | Downloaded typify-impl v0.6.1 |
| 1334 | 2026-04-25T04:07:42.890Z | Downloaded ratatui v0.29.0 |
| 1335 | 2026-04-25T04:07:42.900Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1336 | 2026-04-25T04:07:42.900Z | Downloaded tracing v0.1.44 |
| 1337 | 2026-04-25T04:07:42.900Z | Downloaded typify-impl v0.4.3 |
| 1338 | 2026-04-25T04:07:42.933Z | Downloaded regex-automata v0.4.14 |
| 1339 | 2026-04-25T04:07:42.944Z | Downloaded zerocopy-derive v0.6.6 |
| 1340 | 2026-04-25T04:07:42.944Z | Downloaded chrono-tz v0.10.4 |
| 1341 | 2026-04-25T04:07:42.957Z | Downloaded jiff v0.2.21 |
| 1342 | 2026-04-25T04:07:42.976Z | Downloaded petgraph v0.6.5 |
| 1343 | 2026-04-25T04:07:42.992Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1344 | 2026-04-25T04:07:43.010Z | Downloaded petgraph v0.8.3 |
| 1345 | 2026-04-25T04:07:43.037Z | Downloaded libz-sys v1.1.24 |
| 1346 | 2026-04-25T04:07:43.045Z | Downloaded sha3 v0.10.8 |
| 1347 | 2026-04-25T04:07:43.045Z | Downloaded csv v1.4.0 |
| 1348 | 2026-04-25T04:07:43.060Z | Downloaded tokio v1.52.1 |
| 1349 | 2026-04-25T04:07:43.109Z | Downloaded encoding_rs v0.8.35 |
| 1350 | 2026-04-25T04:07:43.123Z | Downloaded ring v0.17.14 |
| 1351 | 2026-04-25T04:07:43.169Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1352 | 2026-04-25T04:07:43.684Z | Downloaded aws-lc-sys v0.37.1 |
| 1353 | 2026-04-25T04:07:43.907Z | Compiling libc v0.2.185 |
| 1354 | 2026-04-25T04:07:43.907Z | Compiling serde v1.0.228 |
| 1355 | 2026-04-25T04:07:43.921Z | Compiling find-msvc-tools v0.1.9 |
| 1356 | 2026-04-25T04:07:43.921Z | Compiling shlex v1.3.0 |
| 1357 | 2026-04-25T04:07:44.058Z | Compiling log v0.4.29 |
| 1358 | 2026-04-25T04:07:44.068Z | Compiling smallvec v1.15.1 |
| 1359 | 2026-04-25T04:07:44.068Z | Compiling syn v2.0.117 |
| 1360 | 2026-04-25T04:07:44.097Z | Compiling typenum v1.19.0 |
| 1361 | 2026-04-25T04:07:44.281Z | Compiling generic-array v0.14.7 |
| 1362 | 2026-04-25T04:07:44.308Z | Compiling subtle v2.6.1 |
| 1363 | 2026-04-25T04:07:44.308Z | Compiling scopeguard v1.2.0 |
| 1364 | 2026-04-25T04:07:44.342Z | Compiling const-oid v0.9.6 |
| 1365 | 2026-04-25T04:07:44.399Z | Compiling lock_api v0.4.14 |
| 1366 | 2026-04-25T04:07:44.405Z | Compiling portable-atomic v1.13.1 |
| 1367 | 2026-04-25T04:07:44.470Z | Compiling zerocopy v0.8.40 |
| 1368 | 2026-04-25T04:07:44.499Z | Compiling serde_json v1.0.149 |
| 1369 | 2026-04-25T04:07:44.644Z | Compiling critical-section v1.2.0 |
| 1370 | 2026-04-25T04:07:44.722Z | Compiling parking_lot_core v0.9.12 |
| 1371 | 2026-04-25T04:07:44.750Z | Compiling pin-project-lite v0.2.17 |
| 1372 | 2026-04-25T04:07:44.944Z | Compiling getrandom v0.2.17 |
| 1373 | 2026-04-25T04:07:44.973Z | Compiling jobserver v0.1.34 |
| 1374 | 2026-04-25T04:07:44.973Z | Compiling errno v0.3.14 |
| 1375 | 2026-04-25T04:07:45.106Z | Compiling rand_core v0.6.4 |
| 1376 | 2026-04-25T04:07:45.138Z | Compiling pkg-config v0.3.32 |
| 1377 | 2026-04-25T04:07:45.192Z | Compiling cc v1.2.56 |
| 1378 | 2026-04-25T04:07:45.359Z | Compiling signal-hook-registry v1.4.8 |
| 1379 | 2026-04-25T04:07:45.377Z | Compiling bitflags v2.11.0 |
| 1380 | 2026-04-25T04:07:45.424Z | Compiling once_cell v1.21.3 |
| 1381 | 2026-04-25T04:07:45.511Z | Compiling libm v0.2.16 |
| 1382 | 2026-04-25T04:07:45.619Z | Compiling parking_lot v0.12.5 |
| 1383 | 2026-04-25T04:07:45.664Z | Compiling mio v1.2.0 |
| 1384 | 2026-04-25T04:07:45.664Z | Compiling num-traits v0.2.19 |
| 1385 | 2026-04-25T04:07:45.709Z | Compiling futures-core v0.3.32 |
| 1386 | 2026-04-25T04:07:45.873Z | Compiling percent-encoding v2.3.2 |
| 1387 | 2026-04-25T04:07:45.996Z | Compiling socket2 v0.6.3 |
| 1388 | 2026-04-25T04:07:46.122Z | Compiling allocator-api2 v0.2.21 |
| 1389 | 2026-04-25T04:07:46.161Z | Compiling futures-sink v0.3.32 |
| 1390 | 2026-04-25T04:07:46.161Z | Compiling cpufeatures v0.2.17 |
| 1391 | 2026-04-25T04:07:46.161Z | Compiling foldhash v0.2.0 |
| 1392 | 2026-04-25T04:07:46.161Z | Compiling futures-channel v0.3.32 |
| 1393 | 2026-04-25T04:07:46.185Z | Compiling slab v0.4.12 |
| 1394 | 2026-04-25T04:07:46.413Z | Compiling futures-task v0.3.32 |
| 1395 | 2026-04-25T04:07:46.464Z | Compiling hashbrown v0.16.1 |
| 1396 | 2026-04-25T04:07:46.464Z | Compiling getrandom v0.4.1 |
| 1397 | 2026-04-25T04:07:46.464Z | Compiling futures-io v0.3.32 |
| 1398 | 2026-04-25T04:07:46.464Z | Compiling rustversion v1.0.22 |
| 1399 | 2026-04-25T04:07:46.501Z | Compiling rand_core v0.10.0 |
| 1400 | 2026-04-25T04:07:46.537Z | Compiling getrandom v0.3.4 |
| 1401 | 2026-04-25T04:07:46.783Z | Compiling form_urlencoded v1.2.2 |
| 1402 | 2026-04-25T04:07:46.923Z | Compiling indexmap v2.13.0 |
| 1403 | 2026-04-25T04:07:46.950Z | Compiling cmake v0.1.57 |
| 1404 | 2026-04-25T04:07:46.975Z | Compiling synstructure v0.13.2 |
| 1405 | 2026-04-25T04:07:46.981Z | Compiling fs_extra v1.3.0 |
| 1406 | 2026-04-25T04:07:47.252Z | Compiling ident_case v1.0.1 |
| 1407 | 2026-04-25T04:07:47.285Z | Compiling dunce v1.0.5 |
| 1408 | 2026-04-25T04:07:47.344Z | Compiling base64ct v1.8.3 |
| 1409 | 2026-04-25T04:07:47.378Z | Compiling flagset v0.4.7 |
| 1410 | 2026-04-25T04:07:47.399Z | Compiling iana-time-zone v0.1.65 |
| 1411 | 2026-04-25T04:07:47.406Z | Compiling aws-lc-sys v0.37.1 |
| 1412 | 2026-04-25T04:07:47.513Z | Compiling rand_core v0.9.5 |
| 1413 | 2026-04-25T04:07:47.541Z | Compiling rustix v1.1.3 |
| 1414 | 2026-04-25T04:07:47.574Z | Compiling uuid v1.23.0 |
| 1415 | 2026-04-25T04:07:47.606Z | Compiling pem-rfc7468 v0.7.0 |
| 1416 | 2026-04-25T04:07:47.606Z | Compiling ring v0.17.14 |
| 1417 | 2026-04-25T04:07:47.632Z | Compiling rustc_version v0.4.1 |
| 1418 | 2026-04-25T04:07:47.781Z | Compiling regex-syntax v0.8.10 |
| 1419 | 2026-04-25T04:07:47.883Z | Compiling aws-lc-rs v1.16.0 |
| 1420 | 2026-04-25T04:07:47.969Z | Compiling vcpkg v0.2.15 |
| 1421 | 2026-04-25T04:07:48.175Z | Compiling tracing-core v0.1.36 |
| 1422 | 2026-04-25T04:07:48.286Z | Compiling pest_generator v2.8.6 |
| 1423 | 2026-04-25T04:07:48.693Z | Compiling serde_derive v1.0.228 |
| 1424 | 2026-04-25T04:07:48.731Z | Compiling zeroize_derive v1.4.3 |
| 1425 | 2026-04-25T04:07:48.764Z | Compiling zerofrom-derive v0.1.6 |
| 1426 | 2026-04-25T04:07:49.007Z | Compiling yoke-derive v0.8.1 |
| 1427 | 2026-04-25T04:07:49.278Z | Compiling zerocopy-derive v0.8.40 |
| 1428 | 2026-04-25T04:07:49.345Z | Compiling zeroize v1.8.2 |
| 1429 | 2026-04-25T04:07:50.107Z | Compiling crypto-common v0.1.7 |
| 1430 | 2026-04-25T04:07:50.138Z | Compiling block-buffer v0.10.4 |
| 1431 | 2026-04-25T04:07:50.165Z | Compiling zerofrom v0.1.6 |
| 1432 | 2026-04-25T04:07:50.170Z | Compiling zerovec-derive v0.11.2 |
| 1433 | 2026-04-25T04:07:50.265Z | Compiling yoke v0.8.1 |
| 1434 | 2026-04-25T04:07:50.283Z | Compiling digest v0.10.7 |
| 1435 | 2026-04-25T04:07:50.283Z | Compiling displaydoc v0.2.5 |
| 1436 | 2026-04-25T04:07:50.412Z | Compiling tokio-macros v2.7.0 |
| 1437 | 2026-04-25T04:07:50.497Z | Compiling hmac v0.12.1 |
| 1438 | 2026-04-25T04:07:50.667Z | Compiling futures-macro v0.3.32 |
| 1439 | 2026-04-25T04:07:51.014Z | Compiling zerotrie v0.2.3 |
| 1440 | 2026-04-25T04:07:51.133Z | Compiling block-padding v0.3.3 |
| 1441 | 2026-04-25T04:07:51.562Z | Compiling zerovec v0.11.5 |
| 1442 | 2026-04-25T04:07:51.713Z | Compiling inout v0.1.4 |
| 1443 | 2026-04-25T04:07:51.713Z | Compiling sha2 v0.10.9 |
| 1444 | 2026-04-25T04:07:51.713Z | Compiling futures-util v0.3.32 |
| 1445 | 2026-04-25T04:07:51.713Z | Compiling cipher v0.4.4 |
| 1446 | 2026-04-25T04:07:51.763Z | Compiling tinystr v0.8.2 |
| 1447 | 2026-04-25T04:07:51.763Z | Compiling potential_utf v0.1.4 |
| 1448 | 2026-04-25T04:07:51.890Z | Compiling icu_locale_core v2.1.1 |
| 1449 | 2026-04-25T04:07:51.913Z | Compiling icu_collections v2.1.1 |
| 1450 | 2026-04-25T04:07:52.111Z | Compiling bytes v1.11.1 |
| 1451 | 2026-04-25T04:07:52.257Z | Compiling der_derive v0.7.3 |
| 1452 | 2026-04-25T04:07:52.374Z | Compiling chrono v0.4.44 |
| 1453 | 2026-04-25T04:07:52.633Z | Compiling tokio v1.52.1 |
| 1454 | 2026-04-25T04:07:52.672Z | Compiling icu_provider v2.1.1 |
| 1455 | 2026-04-25T04:07:52.733Z | Compiling http v1.4.0 |
| 1456 | 2026-04-25T04:07:53.070Z | Compiling icu_properties v2.1.2 |
| 1457 | 2026-04-25T04:07:53.421Z | Compiling icu_normalizer v2.1.1 |
| 1458 | 2026-04-25T04:07:53.765Z | Compiling ppv-lite86 v0.2.21 |
| 1459 | 2026-04-25T04:07:53.826Z | Compiling der v0.7.10 |
| 1460 | 2026-04-25T04:07:53.826Z | Compiling salsa20 v0.10.2 |
| 1461 | 2026-04-25T04:07:53.826Z | Compiling pbkdf2 v0.12.2 |
| 1462 | 2026-04-25T04:07:53.880Z | Compiling thiserror-impl v2.0.18 |
| 1463 | 2026-04-25T04:07:53.919Z | Compiling idna_adapter v1.2.1 |
| 1464 | 2026-04-25T04:07:53.919Z | Compiling scrypt v0.11.0 |
| 1465 | 2026-04-25T04:07:53.978Z | Compiling idna v1.1.0 |
| 1466 | 2026-04-25T04:07:54.014Z | Compiling rand_chacha v0.9.0 |
| 1467 | 2026-04-25T04:07:54.087Z | Compiling cbc v0.1.2 |
| 1468 | 2026-04-25T04:07:54.155Z | Compiling aes v0.8.4 |
| 1469 | 2026-04-25T04:07:54.410Z | Compiling rustls-pki-types v1.14.0 |
| 1470 | 2026-04-25T04:07:54.705Z | Compiling url v2.5.8 |
| 1471 | 2026-04-25T04:07:55.920Z | Compiling spki v0.7.3 |
| 1472 | 2026-04-25T04:07:55.920Z | Compiling openssl-sys v0.9.111 |
| 1473 | 2026-04-25T04:07:56.083Z | Compiling tracing-attributes v0.1.31 |
| 1474 | 2026-04-25T04:07:56.083Z | Compiling pkcs5 v0.7.1 |
| 1475 | 2026-04-25T04:07:56.083Z | Compiling thiserror v2.0.18 |
| 1476 | 2026-04-25T04:07:56.083Z | Compiling rand v0.9.2 |
| 1477 | 2026-04-25T04:07:56.083Z | Compiling http-body v1.0.1 |
| 1478 | 2026-04-25T04:07:56.083Z | Compiling serde_derive_internals v0.29.1 |
| 1479 | 2026-04-25T04:07:56.083Z | Compiling openssl-probe v0.2.1 |
| 1480 | 2026-04-25T04:07:56.083Z | Compiling httparse v1.10.1 |
| 1481 | 2026-04-25T04:07:56.083Z | Compiling untrusted v0.9.0 |
| 1482 | 2026-04-25T04:07:56.083Z | Compiling schemars v0.8.22 |
| 1483 | 2026-04-25T04:07:56.084Z | Compiling base64 v0.22.1 |
| 1484 | 2026-04-25T04:07:56.084Z | Compiling untrusted v0.7.1 |
| 1485 | 2026-04-25T04:07:56.084Z | Compiling pkcs8 v0.10.2 |
| 1486 | 2026-04-25T04:07:56.084Z | Compiling pest_derive v2.8.6 |
| 1487 | 2026-04-25T04:07:56.148Z | Compiling scroll_derive v0.13.1 |
| 1488 | 2026-04-25T04:07:56.201Z | Compiling darling_core v0.20.11 |
| 1489 | 2026-04-25T04:07:56.201Z | Compiling tracing v0.1.44 |
| 1490 | 2026-04-25T04:07:56.201Z | Compiling schemars_derive v0.8.22 |
| 1491 | 2026-04-25T04:07:56.285Z | Compiling dyn-clone v1.0.20 |
| 1492 | 2026-04-25T04:07:56.418Z | Compiling tokio-util v0.7.18 |
| 1493 | 2026-04-25T04:07:56.423Z | Compiling rustls v0.23.37 |
| 1494 | 2026-04-25T04:07:56.695Z | Compiling try-lock v0.2.5 |
| 1495 | 2026-04-25T04:07:56.728Z | Compiling tower-service v0.3.3 |
| 1496 | 2026-04-25T04:07:56.795Z | Compiling atomic-waker v1.1.2 |
| 1497 | 2026-04-25T04:07:56.829Z | Compiling tower-layer v0.3.3 |
| 1498 | 2026-04-25T04:07:56.895Z | Compiling tinyvec_macros v0.1.1 |
| 1499 | 2026-04-25T04:07:56.970Z | Compiling tinyvec v1.10.0 |
| 1500 | 2026-04-25T04:07:56.970Z | Compiling scroll v0.13.0 |
| 1501 | 2026-04-25T04:07:57.227Z | Compiling h2 v0.4.13 |
| 1502 | 2026-04-25T04:07:57.303Z | Compiling want v0.3.1 |
| 1503 | 2026-04-25T04:07:57.492Z | Compiling ipnet v2.11.0 |
| 1504 | 2026-04-25T04:07:57.550Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1505 | 2026-04-25T04:07:57.715Z | Compiling spin v0.9.8 |
| 1506 | 2026-04-25T04:07:57.921Z | Compiling aho-corasick v1.1.4 |
| 1507 | 2026-04-25T04:07:57.954Z | Compiling httpdate v1.0.3 |
| 1508 | 2026-04-25T04:07:57.978Z | Compiling crc32fast v1.5.0 |
| 1509 | 2026-04-25T04:07:58.168Z | Compiling openssl v0.10.75 |
| 1510 | 2026-04-25T04:07:58.220Z | Compiling foreign-types-shared v0.1.1 |
| 1511 | 2026-04-25T04:07:58.233Z | Compiling num-conv v0.2.0 |
| 1512 | 2026-04-25T04:07:58.363Z | Compiling powerfmt v0.2.0 |
| 1513 | 2026-04-25T04:07:58.403Z | Compiling time-core v0.1.8 |
| 1514 | 2026-04-25T04:07:58.437Z | Compiling pin-utils v0.1.0 |
| 1515 | 2026-04-25T04:07:58.475Z | Compiling darling_macro v0.20.11 |
| 1516 | 2026-04-25T04:07:58.519Z | Compiling deranged v0.5.8 |
| 1517 | 2026-04-25T04:07:58.539Z | Compiling time-macros v0.2.27 |
| 1518 | 2026-04-25T04:07:58.567Z | Compiling foreign-types v0.3.2 |
| 1519 | 2026-04-25T04:07:58.686Z | Compiling tempfile v3.25.0 |
| 1520 | 2026-04-25T04:07:58.889Z | Compiling darling v0.20.11 |
| 1521 | 2026-04-25T04:07:58.987Z | Compiling regex-automata v0.4.14 |
| 1522 | 2026-04-25T04:07:59.073Z | Compiling goblin v0.10.5 |
| 1523 | 2026-04-25T04:07:59.583Z | Compiling openssl-macros v0.1.1 |
| 1524 | 2026-04-25T04:07:59.704Z | Compiling wait-timeout v0.2.1 |
| 1525 | 2026-04-25T04:07:59.968Z | Compiling quick-error v1.2.3 |
| 1526 | 2026-04-25T04:07:59.995Z | Compiling num_threads v0.1.7 |
| 1527 | 2026-04-25T04:07:59.995Z | Compiling syn v1.0.109 |
| 1528 | 2026-04-25T04:08:00.054Z | Compiling bit-vec v0.8.0 |
| 1529 | 2026-04-25T04:08:00.080Z | Compiling usdt-impl v0.6.0 |
| 1530 | 2026-04-25T04:08:00.296Z | Compiling hyper v1.8.1 |
| 1531 | 2026-04-25T04:08:00.301Z | Compiling siphasher v1.0.2 |
| 1532 | 2026-04-25T04:08:00.301Z | Compiling simd-adler32 v0.3.8 |
| 1533 | 2026-04-25T04:08:00.542Z | Compiling native-tls v0.2.18 |
| 1534 | 2026-04-25T04:08:00.580Z | Compiling crossbeam-utils v0.8.21 |
| 1535 | 2026-04-25T04:08:00.816Z | Compiling bit-set v0.8.0 |
| 1536 | 2026-04-25T04:08:00.894Z | Compiling time v0.3.47 |
| 1537 | 2026-04-25T04:08:00.942Z | Compiling rusty-fork v0.3.1 |
| 1538 | 2026-04-25T04:08:01.227Z | Compiling derive_builder_core v0.20.2 |
| 1539 | 2026-04-25T04:08:01.816Z | Compiling dof v0.4.0 |
| 1540 | 2026-04-25T04:08:02.121Z | Compiling hyper-util v0.1.20 |
| 1541 | 2026-04-25T04:08:02.591Z | Compiling unicode-normalization v0.1.25 |
| 1542 | 2026-04-25T04:08:02.994Z | Compiling dtrace-parser v0.3.0 |
| 1543 | 2026-04-25T04:08:03.031Z | Compiling rustls-native-certs v0.8.3 |
| 1544 | 2026-04-25T04:08:03.031Z | Compiling signature v2.2.0 |
| 1545 | 2026-04-25T04:08:03.225Z | Compiling thiserror-impl v1.0.69 |
| 1546 | 2026-04-25T04:08:03.281Z | Compiling scroll_derive v0.12.1 |
| 1547 | 2026-04-25T04:08:03.419Z | Compiling heapless v0.7.17 |
| 1548 | 2026-04-25T04:08:03.589Z | Compiling rand_xorshift v0.4.0 |
| 1549 | 2026-04-25T04:08:03.749Z | Compiling slog v2.8.2 |
| 1550 | 2026-04-25T04:08:03.778Z | Compiling darling_core v0.21.3 |
| 1551 | 2026-04-25T04:08:03.862Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1552 | 2026-04-25T04:08:03.933Z | Compiling sync_wrapper v1.0.2 |
| 1553 | 2026-04-25T04:08:04.001Z | Compiling thread-id v5.1.0 |
| 1554 | 2026-04-25T04:08:04.025Z | Compiling cookie v0.18.1 |
| 1555 | 2026-04-25T04:08:04.025Z | Compiling signal-hook v0.3.18 |
| 1556 | 2026-04-25T04:08:04.101Z | Compiling unicode-properties v0.1.4 |
| 1557 | 2026-04-25T04:08:04.178Z | Compiling zstd-safe v7.2.4 |
| 1558 | 2026-04-25T04:08:04.205Z | Compiling paste v1.0.15 |
| 1559 | 2026-04-25T04:08:04.205Z | Compiling adler2 v2.0.1 |
| 1560 | 2026-04-25T04:08:04.239Z | Compiling unarray v0.1.4 |
| 1561 | 2026-04-25T04:08:04.297Z | Compiling unicode-bidi v0.3.18 |
| 1562 | 2026-04-25T04:08:04.322Z | Compiling anyhow v1.0.102 |
| 1563 | 2026-04-25T04:08:04.362Z | Compiling proptest v1.10.0 |
| 1564 | 2026-04-25T04:08:04.462Z | Compiling thiserror v1.0.69 |
| 1565 | 2026-04-25T04:08:04.524Z | Compiling miniz_oxide v0.8.9 |
| 1566 | 2026-04-25T04:08:04.646Z | Compiling stringprep v0.1.5 |
| 1567 | 2026-04-25T04:08:04.867Z | Compiling tower v0.5.3 |
| 1568 | 2026-04-25T04:08:05.125Z | Compiling scroll v0.12.0 |
| 1569 | 2026-04-25T04:08:05.307Z | Compiling derive_builder_macro v0.20.2 |
| 1570 | 2026-04-25T04:08:05.594Z | Compiling ipnetwork v0.21.1 |
| 1571 | 2026-04-25T04:08:05.729Z | Compiling http-body-util v0.1.3 |
| 1572 | 2026-04-25T04:08:05.808Z | Compiling webpki-roots v1.0.6 |
| 1573 | 2026-04-25T04:08:05.872Z | Compiling rand_chacha v0.3.1 |
| 1574 | 2026-04-25T04:08:05.885Z | Compiling erased-serde v0.3.31 |
| 1575 | 2026-04-25T04:08:05.938Z | Compiling serde_spanned v0.6.9 |
| 1576 | 2026-04-25T04:08:05.966Z | Compiling serde_tokenstream v0.2.3 |
| 1577 | 2026-04-25T04:08:06.043Z | Compiling toml_datetime v0.6.11 |
| 1578 | 2026-04-25T04:08:06.237Z | Compiling darling_macro v0.21.3 |
| 1579 | 2026-04-25T04:08:06.266Z | Compiling md-5 v0.10.6 |
| 1580 | 2026-04-25T04:08:06.289Z | Compiling zerocopy-derive v0.7.35 |
| 1581 | 2026-04-25T04:08:06.343Z | Compiling curve25519-dalek v4.1.3 |
| 1582 | 2026-04-25T04:08:06.425Z | Compiling vergen-lib v0.1.6 |
| 1583 | 2026-04-25T04:08:06.599Z | Compiling num-integer v0.1.46 |
| 1584 | 2026-04-25T04:08:06.750Z | Compiling hash32 v0.2.1 |
| 1585 | 2026-04-25T04:08:06.847Z | Compiling ff v0.13.1 |
| 1586 | 2026-04-25T04:08:06.847Z | Compiling memoffset v0.9.1 |
| 1587 | 2026-04-25T04:08:06.886Z | Compiling num-bigint-dig v0.8.6 |
| 1588 | 2026-04-25T04:08:06.887Z | Compiling smoltcp v0.9.1 |
| 1589 | 2026-04-25T04:08:06.922Z | Compiling psl-types v2.0.11 |
| 1590 | 2026-04-25T04:08:06.940Z | Compiling cfg_aliases v0.2.1 |
| 1591 | 2026-04-25T04:08:07.004Z | Compiling litrs v1.0.0 |
| 1592 | 2026-04-25T04:08:07.024Z | Compiling base16ct v0.2.0 |
| 1593 | 2026-04-25T04:08:07.048Z | Compiling iri-string v0.7.10 |
| 1594 | 2026-04-25T04:08:07.159Z | Compiling ryu v1.0.23 |
| 1595 | 2026-04-25T04:08:07.202Z | Compiling zlib-rs v0.6.2 |
| 1596 | 2026-04-25T04:08:07.217Z | Compiling rustix v0.38.44 |
| 1597 | 2026-04-25T04:08:07.358Z | Compiling ref-cast v1.0.25 |
| 1598 | 2026-04-25T04:08:07.493Z | Compiling fallible-iterator v0.2.0 |
| 1599 | 2026-04-25T04:08:07.681Z | Compiling document-features v0.2.12 |
| 1600 | 2026-04-25T04:08:07.728Z | Compiling serde_urlencoded v0.7.1 |
| 1601 | 2026-04-25T04:08:07.795Z | Compiling postgres-protocol v0.6.10 |
| 1602 | 2026-04-25T04:08:07.974Z | Compiling zerocopy v0.7.35 |
| 1603 | 2026-04-25T04:08:08.243Z | Compiling tower-http v0.6.8 |
| 1604 | 2026-04-25T04:08:08.397Z | Compiling sec1 v0.7.3 |
| 1605 | 2026-04-25T04:08:08.534Z | Compiling publicsuffix v2.3.0 |
| 1606 | 2026-04-25T04:08:08.544Z | Compiling nix v0.31.2 |
| 1607 | 2026-04-25T04:08:08.683Z | Compiling num-iter v0.1.45 |
| 1608 | 2026-04-25T04:08:08.813Z | Compiling group v0.13.0 |
| 1609 | 2026-04-25T04:08:08.871Z | Compiling darling v0.21.3 |
| 1610 | 2026-04-25T04:08:08.979Z | Compiling newtype-uuid v1.3.2 |
| 1611 | 2026-04-25T04:08:09.056Z | Compiling rand v0.8.5 |
| 1612 | 2026-04-25T04:08:09.195Z | Compiling oxnet v0.1.4 |
| 1613 | 2026-04-25T04:08:09.318Z | Compiling derive_builder v0.20.2 |
| 1614 | 2026-04-25T04:08:09.387Z | Compiling hubpack_derive v0.1.1 |
| 1615 | 2026-04-25T04:08:09.414Z | Compiling tokio-native-tls v0.3.1 |
| 1616 | 2026-04-25T04:08:09.560Z | Compiling goblin v0.8.2 |
| 1617 | 2026-04-25T04:08:09.934Z | Compiling regex v1.12.3 |
| 1618 | 2026-04-25T04:08:10.298Z | Compiling flate2 v1.1.9 |
| 1619 | 2026-04-25T04:08:10.341Z | Compiling phf_shared v0.13.1 |
| 1620 | 2026-04-25T04:08:10.369Z | Compiling lazy_static v1.5.0 |
| 1621 | 2026-04-25T04:08:10.369Z | Compiling cargo-platform v0.1.9 |
| 1622 | 2026-04-25T04:08:11.725Z | Compiling hkdf v0.12.4 |
| 1623 | 2026-04-25T04:08:11.751Z | Compiling crypto-bigint v0.5.5 |
| 1624 | 2026-04-25T04:08:11.752Z | Compiling terminal_size v0.4.3 |
| 1625 | 2026-04-25T04:08:11.752Z | Compiling ref-cast-impl v1.0.25 |
| 1626 | 2026-04-25T04:08:11.752Z | Compiling async-trait v0.1.89 |
| 1627 | 2026-04-25T04:08:11.752Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1628 | 2026-04-25T04:08:11.752Z | Compiling daft-derive v0.1.5 |
| 1629 | 2026-04-25T04:08:11.752Z | Compiling strum_macros v0.27.2 |
| 1630 | 2026-04-25T04:08:11.752Z | Compiling vergen v9.0.6 |
| 1631 | 2026-04-25T04:08:11.752Z | Compiling fs-err v3.3.0 |
| 1632 | 2026-04-25T04:08:11.752Z | Compiling ahash v0.8.12 |
| 1633 | 2026-04-25T04:08:11.752Z | Compiling object v0.37.3 |
| 1634 | 2026-04-25T04:08:11.752Z | Compiling unicode-segmentation v1.12.0 |
| 1635 | 2026-04-25T04:08:11.752Z | Compiling foldhash v0.1.5 |
| 1636 | 2026-04-25T04:08:11.807Z | Compiling bumpalo v3.20.2 |
| 1637 | 2026-04-25T04:08:11.940Z | Compiling libbz2-rs-sys v0.2.2 |
| 1638 | 2026-04-25T04:08:11.985Z | Compiling managed v0.8.0 |
| 1639 | 2026-04-25T04:08:12.035Z | Compiling bitflags v1.3.2 |
| 1640 | 2026-04-25T04:08:12.124Z | Compiling winnow v0.5.40 |
| 1641 | 2026-04-25T04:08:12.501Z | Compiling bzip2 v0.6.1 |
| 1642 | 2026-04-25T04:08:12.523Z | Compiling zopfli v0.8.3 |
| 1643 | 2026-04-25T04:08:12.713Z | Compiling clap_builder v4.5.60 |
| 1644 | 2026-04-25T04:08:12.940Z | Compiling hashbrown v0.15.5 |
| 1645 | 2026-04-25T04:08:13.157Z | Compiling strum v0.27.2 |
| 1646 | 2026-04-25T04:08:13.314Z | Compiling dof v0.3.0 |
| 1647 | 2026-04-25T04:08:13.449Z | Compiling elliptic-curve v0.13.8 |
| 1648 | 2026-04-25T04:08:13.449Z | Compiling daft v0.1.5 |
| 1649 | 2026-04-25T04:08:13.556Z | Compiling toml_edit v0.19.15 |
| 1650 | 2026-04-25T04:08:13.690Z | Compiling cargo_metadata v0.19.2 |
| 1651 | 2026-04-25T04:08:13.723Z | Compiling phf v0.13.1 |
| 1652 | 2026-04-25T04:08:13.865Z | Compiling cookie_store v0.22.1 |
| 1653 | 2026-04-25T04:08:14.512Z | Compiling signal-hook-mio v0.2.5 |
| 1654 | 2026-04-25T04:08:14.993Z | Compiling hubpack v0.1.2 |
| 1655 | 2026-04-25T04:08:15.025Z | Compiling zstd v0.13.3 |
| 1656 | 2026-04-25T04:08:15.287Z | Compiling hyper-tls v0.6.0 |
| 1657 | 2026-04-25T04:08:15.356Z | Compiling bzip2 v0.4.4 |
| 1658 | 2026-04-25T04:08:15.456Z | Compiling serde_with_macros v3.17.0 |
| 1659 | 2026-04-25T04:08:15.488Z | Compiling postgres-types v0.2.12 |
| 1660 | 2026-04-25T04:08:15.724Z | Compiling usdt-macro v0.6.0 |
| 1661 | 2026-04-25T04:08:16.024Z | Compiling usdt-attr-macro v0.6.0 |
| 1662 | 2026-04-25T04:08:16.155Z | Compiling dtrace-parser v0.2.0 |
| 1663 | 2026-04-25T04:08:16.471Z | Compiling ed25519 v2.2.3 |
| 1664 | 2026-04-25T04:08:16.518Z | Compiling bstr v1.12.1 |
| 1665 | 2026-04-25T04:08:16.554Z | Compiling phf_shared v0.11.3 |
| 1666 | 2026-04-25T04:08:16.606Z | Compiling pkcs1 v0.7.5 |
| 1667 | 2026-04-25T04:08:16.706Z | Compiling serde-big-array v0.5.1 |
| 1668 | 2026-04-25T04:08:16.789Z | Compiling hex v0.4.3 |
| 1669 | 2026-04-25T04:08:16.855Z | Compiling rfc6979 v0.4.0 |
| 1670 | 2026-04-25T04:08:16.896Z | Compiling enum-as-inner v0.6.1 |
| 1671 | 2026-04-25T04:08:17.163Z | Compiling strum_macros v0.26.4 |
| 1672 | 2026-04-25T04:08:17.215Z | Compiling clap_derive v4.5.55 |
| 1673 | 2026-04-25T04:08:17.215Z | Compiling serde_repr v0.1.20 |
| 1674 | 2026-04-25T04:08:17.215Z | Compiling float-cmp v0.10.0 |
| 1675 | 2026-04-25T04:08:17.299Z | Compiling thread-id v4.2.2 |
| 1676 | 2026-04-25T04:08:17.378Z | Compiling memmap2 v0.9.10 |
| 1677 | 2026-04-25T04:08:17.398Z | Compiling env_filter v1.0.0 |
| 1678 | 2026-04-25T04:08:17.431Z | Compiling encoding_rs v0.8.35 |
| 1679 | 2026-04-25T04:08:17.558Z | Compiling keccak v0.1.6 |
| 1680 | 2026-04-25T04:08:17.597Z | Compiling precomputed-hash v0.1.1 |
| 1681 | 2026-04-25T04:08:17.681Z | Compiling mime v0.3.17 |
| 1682 | 2026-04-25T04:08:17.692Z | Compiling difflib v0.4.0 |
| 1683 | 2026-04-25T04:08:17.956Z | Compiling new_debug_unreachable v1.0.6 |
| 1684 | 2026-04-25T04:08:18.020Z | Compiling either v1.15.0 |
| 1685 | 2026-04-25T04:08:18.272Z | Compiling predicates-core v1.0.10 |
| 1686 | 2026-04-25T04:08:18.272Z | Compiling static_assertions v1.1.0 |
| 1687 | 2026-04-25T04:08:18.398Z | Compiling rustc-hash v2.1.1 |
| 1688 | 2026-04-25T04:08:18.418Z | Compiling jiff v0.2.21 |
| 1689 | 2026-04-25T04:08:18.440Z | Compiling normalize-line-endings v0.3.0 |
| 1690 | 2026-04-25T04:08:18.486Z | Compiling data-encoding v2.10.0 |
| 1691 | 2026-04-25T04:08:18.555Z | Compiling whoami v2.1.0 |
| 1692 | 2026-04-25T04:08:18.758Z | Compiling fixedbitset v0.4.2 |
| 1693 | 2026-04-25T04:08:18.829Z | Compiling fixedbitset v0.5.7 |
| 1694 | 2026-04-25T04:08:18.923Z | Compiling petgraph v0.6.5 |
| 1695 | 2026-04-25T04:08:18.965Z | Compiling clap v4.5.60 |
| 1696 | 2026-04-25T04:08:18.973Z | Compiling hickory-proto v0.25.2 |
| 1697 | 2026-04-25T04:08:19.043Z | Compiling petgraph v0.8.3 |
| 1698 | 2026-04-25T04:08:19.147Z | Compiling tokio-postgres v0.7.16 |
| 1699 | 2026-04-25T04:08:19.189Z | Compiling toml_edit v0.22.27 |
| 1700 | 2026-04-25T04:08:19.405Z | Compiling strum v0.26.3 |
| 1701 | 2026-04-25T04:08:19.534Z | Compiling predicates v3.1.4 |
| 1702 | 2026-04-25T04:08:20.185Z | Compiling iddqd v0.3.18 |
| 1703 | 2026-04-25T04:08:20.418Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1704 | 2026-04-25T04:08:20.967Z | Compiling zip v4.6.1 |
| 1705 | 2026-04-25T04:08:21.276Z | Compiling itertools v0.13.0 |
| 1706 | 2026-04-25T04:08:21.329Z | Compiling string_cache v0.8.9 |
| 1707 | 2026-04-25T04:08:21.555Z | Compiling sha3 v0.10.8 |
| 1708 | 2026-04-25T04:08:21.847Z | Compiling env_logger v0.11.9 |
| 1709 | 2026-04-25T04:08:21.904Z | Compiling usdt v0.6.0 |
| 1710 | 2026-04-25T04:08:22.069Z | Compiling usdt-impl v0.5.0 |
| 1711 | 2026-04-25T04:08:22.210Z | Compiling serde_with v3.17.0 |
| 1712 | 2026-04-25T04:08:22.237Z | Compiling ecdsa v0.16.9 |
| 1713 | 2026-04-25T04:08:22.473Z | Compiling similar v2.7.0 |
| 1714 | 2026-04-25T04:08:22.536Z | Compiling rsa v0.9.10 |
| 1715 | 2026-04-25T04:08:22.606Z | Compiling ed25519-dalek v2.2.0 |
| 1716 | 2026-04-25T04:08:22.606Z | Compiling crossterm v0.28.1 |
| 1717 | 2026-04-25T04:08:23.385Z | Compiling zip v0.6.6 |
| 1718 | 2026-04-25T04:08:23.515Z | Compiling toml v0.7.8 |
| 1719 | 2026-04-25T04:08:24.137Z | Compiling heck v0.4.1 |
| 1720 | 2026-04-25T04:08:24.209Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1721 | 2026-04-25T04:08:25.542Z | Compiling crossbeam-epoch v0.9.18 |
| 1722 | 2026-04-25T04:08:25.542Z | Compiling tokio-stream v0.1.18 |
| 1723 | 2026-04-25T04:08:25.542Z | Compiling buf-list v1.1.2 |
| 1724 | 2026-04-25T04:08:25.542Z | Compiling x509-cert v0.2.5 |
| 1725 | 2026-04-25T04:08:25.542Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1726 | 2026-04-25T04:08:25.542Z | Compiling openapiv3 v2.2.0 |
| 1727 | 2026-04-25T04:08:25.542Z | Compiling sha1 v0.10.6 |
| 1728 | 2026-04-25T04:08:25.542Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1729 | 2026-04-25T04:08:25.542Z | Compiling lalrpop-util v0.19.12 |
| 1730 | 2026-04-25T04:08:25.542Z | Compiling peg-runtime v0.8.5 |
| 1731 | 2026-04-25T04:08:25.542Z | Compiling thread_local v1.1.9 |
| 1732 | 2026-04-25T04:08:25.542Z | Compiling slog-async v2.8.0 |
| 1733 | 2026-04-25T04:08:25.542Z | Compiling crossbeam-channel v0.5.15 |
| 1734 | 2026-04-25T04:08:25.542Z | Compiling futures-executor v0.3.32 |
| 1735 | 2026-04-25T04:08:25.542Z | Compiling filetime v0.2.27 |
| 1736 | 2026-04-25T04:08:25.590Z | Compiling is-terminal v0.4.17 |
| 1737 | 2026-04-25T04:08:25.590Z | Compiling take_mut v0.2.2 |
| 1738 | 2026-04-25T04:08:25.664Z | Compiling term v1.2.1 |
| 1739 | 2026-04-25T04:08:25.686Z | Compiling xattr v1.6.1 |
| 1740 | 2026-04-25T04:08:25.811Z | Compiling tar v0.4.45 |
| 1741 | 2026-04-25T04:08:25.854Z | Compiling slog-term v2.9.2 |
| 1742 | 2026-04-25T04:08:26.076Z | Compiling futures v0.3.32 |
| 1743 | 2026-04-25T04:08:33.535Z | Compiling rustls-webpki v0.103.9 |
| 1744 | 2026-04-25T04:08:36.271Z | Compiling tokio-rustls v0.26.4 |
| 1745 | 2026-04-25T04:08:36.271Z | Compiling rustls-platform-verifier v0.6.2 |
| 1746 | 2026-04-25T04:08:36.454Z | Compiling hyper-rustls v0.27.7 |
| 1747 | 2026-04-25T04:08:36.654Z | Compiling reqwest v0.12.28 |
| 1748 | 2026-04-25T04:08:36.654Z | Compiling reqwest v0.13.2 |
| 1749 | 2026-04-25T04:08:38.760Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1750 | 2026-04-25T04:08:38.978Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1751 | 2026-04-25T04:08:41.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
| 1752 | 2026-04-25T04:08:42.017Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1753 | 2026-04-25T04:08:42.098Z | Apr 25 04:08:40.192 INFO Starting download, target: Cockroach |
| 1754 | 2026-04-25T04:08:42.098Z | Apr 25 04:08:40.193 INFO Starting download, target: Clickhouse |
| 1755 | 2026-04-25T04:08:42.098Z | Apr 25 04:08:40.193 INFO Starting download, target: Console |
| 1756 | 2026-04-25T04:08:42.098Z | Apr 25 04:08:40.193 INFO Starting download, target: DendriteStub |
| 1757 | 2026-04-25T04:08:42.099Z | Apr 25 04:08:40.193 INFO Starting download, target: MaghemiteMgd |
| 1758 | 2026-04-25T04:08:42.099Z | Apr 25 04:08:40.193 INFO Starting download, target: TransceiverControl |
| 1759 | 2026-04-25T04:08:42.099Z | Apr 25 04:08:40.193 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1760 | 2026-04-25T04:08:42.099Z | Apr 25 04:08:40.193 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1761 | 2026-04-25T04:08:42.099Z | Apr 25 04:08:40.193 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1762 | 2026-04-25T04:08:42.099Z | Apr 25 04:08:40.193 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1763 | 2026-04-25T04:08:42.099Z | Apr 25 04:08:40.193 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1764 | 2026-04-25T04:08:42.099Z | Apr 25 04:08:40.193 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1765 | 2026-04-25T04:08:46.078Z | Apr 25 04:08:41.138 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1766 | 2026-04-25T04:08:46.090Z | Apr 25 04:08:41.367 INFO Download complete, target: Console |
| 1767 | 2026-04-25T04:08:46.090Z | Apr 25 04:08:42.473 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1768 | 2026-04-25T04:08:47.178Z | Apr 25 04:08:45.277 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1769 | 2026-04-25T04:08:47.325Z | Apr 25 04:08:45.482 INFO Download complete, target: TransceiverControl |
| 1770 | 2026-04-25T04:08:49.543Z | Apr 25 04:08:47.663 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1771 | 2026-04-25T04:08:50.308Z | Apr 25 04:08:48.441 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1772 | 2026-04-25T04:08:51.050Z | Apr 25 04:08:49.265 INFO Checking that binary works, target: Clickhouse |
| 1773 | 2026-04-25T04:08:51.143Z | Apr 25 04:08:49.366 INFO Download complete, target: Clickhouse |
| 1774 | 2026-04-25T04:08:51.181Z | Apr 25 04:08:49.404 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1775 | 2026-04-25T04:08:51.181Z | Apr 25 04:08:49.404 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1776 | 2026-04-25T04:08:51.718Z | Apr 25 04:08:49.941 INFO Download complete, target: MaghemiteMgd |
| 1777 | 2026-04-25T04:08:52.573Z | Apr 25 04:08:50.794 INFO Download complete, target: DendriteStub |
| 1778 | 2026-04-25T04:08:55.793Z | Apr 25 04:08:54.005 INFO Checking that binary works, target: Cockroach |
| 1779 | 2026-04-25T04:08:55.899Z | Apr 25 04:08:54.121 INFO Download complete, target: Cockroach |
| 1780 | 2026-04-25T04:08:55.913Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1781 | 2026-04-25T04:08:55.917Z | |
| 1782 | 2026-04-25T04:08:55.917Z | real 4:11.870517701 |
| 1783 | 2026-04-25T04:08:55.917Z | user 7:14.034254992 |
| 1784 | 2026-04-25T04:08:55.917Z | sys 1:24.736914210 |
| 1785 | 2026-04-25T04:08:55.917Z | trap 0.212168818 |
| 1786 | 2026-04-25T04:08:55.917Z | tflt 0.494335489 |
| 1787 | 2026-04-25T04:08:55.917Z | dflt 0.545623015 |
| 1788 | 2026-04-25T04:08:55.917Z | kflt 0.023928760 |
| 1789 | 2026-04-25T04:08:55.917Z | lock 22:10.145660462 |
| 1790 | 2026-04-25T04:08:55.917Z | slp 23:55.809265813 |
| 1791 | 2026-04-25T04:08:55.917Z | lat 40.820118365 |
| 1792 | 2026-04-25T04:08:55.917Z | stop 1:55.975938626 |
| 1793 | 2026-04-25T04:08:55.917Z | + banner clippy |
| 1794 | 2026-04-25T04:08:55.917Z | |
| 1795 | 2026-04-25T04:08:55.917Z | #### # # ##### ##### # # |
| 1796 | 2026-04-25T04:08:55.917Z | # # # # # # # # # # |
| 1797 | 2026-04-25T04:08:55.917Z | # # # # # # # # |
| 1798 | 2026-04-25T04:08:55.917Z | # # # ##### ##### # |
| 1799 | 2026-04-25T04:08:55.917Z | # # # # # # # |
| 1800 | 2026-04-25T04:08:55.917Z | #### ###### # # # # |
| 1801 | 2026-04-25T04:08:55.918Z | |
| 1802 | 2026-04-25T04:08:55.918Z | + export CARGO_INCREMENTAL=0 |
| 1803 | 2026-04-25T04:08:55.918Z | + CARGO_INCREMENTAL=0 |
| 1804 | 2026-04-25T04:08:55.918Z | + ptime -m cargo xtask clippy |
| 1805 | 2026-04-25T04:08:56.451Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1806 | 2026-04-25T04:08:56.743Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1807 | 2026-04-25T04:08:58.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1808 | 2026-04-25T04:08:58.603Z | Running `target/debug/xtask clippy` |
| 1809 | 2026-04-25T04:08:58.632Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1810 | 2026-04-25T04:08:59.245Z | Downloading crates ... |
| 1811 | 2026-04-25T04:08:59.462Z | Downloaded event-listener-strategy v0.5.4 |
| 1812 | 2026-04-25T04:08:59.468Z | Downloaded approx v0.5.1 |
| 1813 | 2026-04-25T04:08:59.473Z | Downloaded backtrace-ext v0.2.1 |
| 1814 | 2026-04-25T04:08:59.476Z | Downloaded similar-asserts v1.7.0 |
| 1815 | 2026-04-25T04:08:59.481Z | Downloaded partial-io v0.5.4 |
| 1816 | 2026-04-25T04:08:59.486Z | Downloaded async-lock v3.4.2 |
| 1817 | 2026-04-25T04:08:59.489Z | Downloaded addr2line v0.25.1 |
| 1818 | 2026-04-25T04:08:59.495Z | Downloaded tinytemplate v1.2.1 |
| 1819 | 2026-04-25T04:08:59.495Z | Downloaded termcolor v1.4.1 |
| 1820 | 2026-04-25T04:08:59.495Z | Downloaded miette-derive v5.10.0 |
| 1821 | 2026-04-25T04:08:59.495Z | Downloaded rustc-demangle v0.1.27 |
| 1822 | 2026-04-25T04:08:59.506Z | Downloaded escape8259 v0.5.3 |
| 1823 | 2026-04-25T04:08:59.510Z | Downloaded pathdiff v0.2.3 |
| 1824 | 2026-04-25T04:08:59.510Z | Downloaded criterion-plot v0.6.0 |
| 1825 | 2026-04-25T04:08:59.517Z | Downloaded libtest-mimic v0.8.1 |
| 1826 | 2026-04-25T04:08:59.521Z | Downloaded gimli v0.32.3 |
| 1827 | 2026-04-25T04:08:59.524Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1828 | 2026-04-25T04:08:59.528Z | Downloaded async-object-pool v0.2.0 |
| 1829 | 2026-04-25T04:08:59.528Z | Downloaded assert_cmd v2.1.2 |
| 1830 | 2026-04-25T04:08:59.531Z | Downloaded cast v0.3.0 |
| 1831 | 2026-04-25T04:08:59.535Z | Downloaded parking v2.2.1 |
| 1832 | 2026-04-25T04:08:59.535Z | Downloaded linkme-impl v0.3.35 |
| 1833 | 2026-04-25T04:08:59.538Z | Downloaded constant_time_eq v0.3.1 |
| 1834 | 2026-04-25T04:08:59.538Z | Downloaded futures-timer v3.0.3 |
| 1835 | 2026-04-25T04:08:59.541Z | Downloaded nested v0.1.1 |
| 1836 | 2026-04-25T04:08:59.545Z | Downloaded assert-json-diff v2.0.2 |
| 1837 | 2026-04-25T04:08:59.545Z | Downloaded supports-unicode v2.1.0 |
| 1838 | 2026-04-25T04:08:59.548Z | Downloaded plotters-svg v0.3.7 |
| 1839 | 2026-04-25T04:08:59.552Z | Downloaded supports-hyperlinks v2.1.0 |
| 1840 | 2026-04-25T04:08:59.553Z | Downloaded terminal_size v0.1.17 |
| 1841 | 2026-04-25T04:08:59.556Z | Downloaded supports-color v2.1.0 |
| 1842 | 2026-04-25T04:08:59.556Z | Downloaded path-tree v0.8.3 |
| 1843 | 2026-04-25T04:08:59.559Z | Downloaded relative-path v1.9.3 |
| 1844 | 2026-04-25T04:08:59.559Z | Downloaded chumsky v0.9.3 |
| 1845 | 2026-04-25T04:08:59.562Z | Downloaded serde_regex v1.1.0 |
| 1846 | 2026-04-25T04:08:59.566Z | Downloaded cargo-platform v0.3.2 |
| 1847 | 2026-04-25T04:08:59.566Z | Downloaded tokio-test v0.4.5 |
| 1848 | 2026-04-25T04:08:59.570Z | Downloaded plotters-backend v0.3.7 |
| 1849 | 2026-04-25T04:08:59.570Z | Downloaded target-triple v1.0.0 |
| 1850 | 2026-04-25T04:08:59.573Z | Downloaded rust-argon2 v2.1.0 |
| 1851 | 2026-04-25T04:08:59.573Z | Downloaded knuffel-derive v3.2.0 |
| 1852 | 2026-04-25T04:08:59.583Z | Downloaded owo-colors v3.5.0 |
| 1853 | 2026-04-25T04:08:59.586Z | Downloaded blake2b_simd v1.0.4 |
| 1854 | 2026-04-25T04:08:59.586Z | Downloaded anes v0.1.6 |
| 1855 | 2026-04-25T04:08:59.591Z | Downloaded target-lexicon v0.13.3 |
| 1856 | 2026-04-25T04:08:59.591Z | Downloaded concurrent-queue v2.5.0 |
| 1857 | 2026-04-25T04:08:59.592Z | Downloaded event-listener v5.4.1 |
| 1858 | 2026-04-25T04:08:59.599Z | Downloaded stringmetrics v2.2.2 |
| 1859 | 2026-04-25T04:08:59.603Z | Downloaded cargo_metadata v0.23.1 |
| 1860 | 2026-04-25T04:08:59.603Z | Downloaded oorandom v11.1.5 |
| 1861 | 2026-04-25T04:08:59.603Z | Downloaded fancy-regex v0.14.0 |
| 1862 | 2026-04-25T04:08:59.606Z | Downloaded target-spec v3.5.7 |
| 1863 | 2026-04-25T04:08:59.606Z | Downloaded linkme v0.3.35 |
| 1864 | 2026-04-25T04:08:59.614Z | Downloaded textwrap v0.15.2 |
| 1865 | 2026-04-25T04:08:59.618Z | Downloaded datatest-stable v0.3.3 |
| 1866 | 2026-04-25T04:08:59.618Z | Downloaded trybuild v1.0.116 |
| 1867 | 2026-04-25T04:08:59.622Z | Downloaded httptest v0.16.4 |
| 1868 | 2026-04-25T04:08:59.622Z | Downloaded hickory-client v0.25.2 |
| 1869 | 2026-04-25T04:08:59.626Z | Downloaded cfg-expr v0.20.6 |
| 1870 | 2026-04-25T04:08:59.633Z | Downloaded rand_distr v0.5.1 |
| 1871 | 2026-04-25T04:08:59.638Z | Downloaded miette v5.10.0 |
| 1872 | 2026-04-25T04:08:59.647Z | Downloaded rstest_macros v0.25.0 |
| 1873 | 2026-04-25T04:08:59.647Z | Downloaded knuffel v3.2.0 |
| 1874 | 2026-04-25T04:08:59.647Z | Downloaded hashbrown v0.14.5 |
| 1875 | 2026-04-25T04:08:59.651Z | Downloaded rstest v0.25.0 |
| 1876 | 2026-04-25T04:08:59.651Z | Downloaded backtrace v0.3.76 |
| 1877 | 2026-04-25T04:08:59.657Z | Downloaded criterion v0.7.0 |
| 1878 | 2026-04-25T04:08:59.663Z | Downloaded plotters v0.3.7 |
| 1879 | 2026-04-25T04:08:59.667Z | Downloaded guppy v0.17.25 |
| 1880 | 2026-04-25T04:08:59.756Z | Downloaded httpmock v0.8.3 |
| 1881 | 2026-04-25T04:09:01.326Z | Checking cfg-if v1.0.4 |
| 1882 | 2026-04-25T04:09:01.671Z | Checking libc v0.2.185 |
| 1883 | 2026-04-25T04:09:01.674Z | Checking serde_core v1.0.228 |
| 1884 | 2026-04-25T04:09:01.746Z | Checking memchr v2.8.0 |
| 1885 | 2026-04-25T04:09:01.784Z | Checking smallvec v1.15.1 |
| 1886 | 2026-04-25T04:09:01.820Z | Checking log v0.4.29 |
| 1887 | 2026-04-25T04:09:01.855Z | Checking itoa v1.0.17 |
| 1888 | 2026-04-25T04:09:01.899Z | Checking zeroize v1.8.2 |
| 1889 | 2026-04-25T04:09:01.938Z | Checking libm v0.2.16 |
| 1890 | 2026-04-25T04:09:01.984Z | Checking scopeguard v1.2.0 |
| 1891 | 2026-04-25T04:09:02.023Z | Checking stable_deref_trait v1.2.1 |
| 1892 | 2026-04-25T04:09:02.063Z | Checking zmij v1.0.21 |
| 1893 | 2026-04-25T04:09:02.100Z | Checking zerofrom v0.1.6 |
| 1894 | 2026-04-25T04:09:02.137Z | Checking lock_api v0.4.14 |
| 1895 | 2026-04-25T04:09:02.170Z | Checking errno v0.3.14 |
| 1896 | 2026-04-25T04:09:02.173Z | Checking getrandom v0.2.17 |
| 1897 | 2026-04-25T04:09:02.238Z | Checking yoke v0.8.1 |
| 1898 | 2026-04-25T04:09:02.276Z | Checking percent-encoding v2.3.2 |
| 1899 | 2026-04-25T04:09:02.314Z | Checking writeable v0.6.2 |
| 1900 | 2026-04-25T04:09:02.314Z | Checking litemap v0.8.1 |
| 1901 | 2026-04-25T04:09:02.380Z | Checking subtle v2.6.1 |
| 1902 | 2026-04-25T04:09:02.383Z | Checking icu_properties_data v2.1.2 |
| 1903 | 2026-04-25T04:09:02.447Z | Checking icu_normalizer_data v2.1.1 |
| 1904 | 2026-04-25T04:09:02.450Z | Checking zerovec v0.11.5 |
| 1905 | 2026-04-25T04:09:02.518Z | Checking zerotrie v0.2.3 |
| 1906 | 2026-04-25T04:09:02.547Z | Checking pin-project-lite v0.2.17 |
| 1907 | 2026-04-25T04:09:02.584Z | Checking form_urlencoded v1.2.2 |
| 1908 | 2026-04-25T04:09:02.584Z | Checking rand_core v0.6.4 |
| 1909 | 2026-04-25T04:09:02.588Z | Checking utf8_iter v1.0.4 |
| 1910 | 2026-04-25T04:09:02.685Z | Checking num-traits v0.2.19 |
| 1911 | 2026-04-25T04:09:02.685Z | Checking parking_lot_core v0.9.12 |
| 1912 | 2026-04-25T04:09:02.756Z | Checking zerocopy v0.8.40 |
| 1913 | 2026-04-25T04:09:02.795Z | Checking portable-atomic v1.13.1 |
| 1914 | 2026-04-25T04:09:02.831Z | Checking rand_core v0.10.0 |
| 1915 | 2026-04-25T04:09:02.831Z | Checking critical-section v1.2.0 |
| 1916 | 2026-04-25T04:09:02.939Z | Checking parking_lot v0.12.5 |
| 1917 | 2026-04-25T04:09:02.943Z | Checking tinystr v0.8.2 |
| 1918 | 2026-04-25T04:09:03.007Z | Checking potential_utf v0.1.4 |
| 1919 | 2026-04-25T04:09:03.042Z | Checking getrandom v0.4.1 |
| 1920 | 2026-04-25T04:09:03.149Z | Checking icu_locale_core v2.1.1 |
| 1921 | 2026-04-25T04:09:03.190Z | Checking icu_collections v2.1.1 |
| 1922 | 2026-04-25T04:09:03.244Z | Checking serde v1.0.228 |
| 1923 | 2026-04-25T04:09:03.248Z | Checking serde_json v1.0.149 |
| 1924 | 2026-04-25T04:09:03.259Z | Checking bitflags v2.11.0 |
| 1925 | 2026-04-25T04:09:03.312Z | Checking signal-hook-registry v1.4.8 |
| 1926 | 2026-04-25T04:09:03.317Z | Checking once_cell v1.21.3 |
| 1927 | 2026-04-25T04:09:03.467Z | Checking mio v1.2.0 |
| 1928 | 2026-04-25T04:09:03.511Z | Checking socket2 v0.6.3 |
| 1929 | 2026-04-25T04:09:03.546Z | Checking typenum v1.19.0 |
| 1930 | 2026-04-25T04:09:03.593Z | Checking iana-time-zone v0.1.65 |
| 1931 | 2026-04-25T04:09:03.668Z | Checking bytes v1.11.1 |
| 1932 | 2026-04-25T04:09:03.707Z | Checking icu_provider v2.1.1 |
| 1933 | 2026-04-25T04:09:03.741Z | Checking chrono v0.4.44 |
| 1934 | 2026-04-25T04:09:03.785Z | Checking thiserror v2.0.18 |
| 1935 | 2026-04-25T04:09:03.827Z | Checking uuid v1.23.0 |
| 1936 | 2026-04-25T04:09:03.894Z | Checking semver v1.0.27 |
| 1937 | 2026-04-25T04:09:03.935Z | Checking futures-core v0.3.32 |
| 1938 | 2026-04-25T04:09:03.972Z | Checking icu_normalizer v2.1.1 |
| 1939 | 2026-04-25T04:09:04.088Z | Checking icu_properties v2.1.2 |
| 1940 | 2026-04-25T04:09:04.125Z | Checking generic-array v0.14.7 |
| 1941 | 2026-04-25T04:09:04.128Z | Checking tokio v1.52.1 |
| 1942 | 2026-04-25T04:09:04.201Z | Checking allocator-api2 v0.2.21 |
| 1943 | 2026-04-25T04:09:04.253Z | Checking equivalent v1.0.2 |
| 1944 | 2026-04-25T04:09:04.311Z | Checking dyn-clone v1.0.20 |
| 1945 | 2026-04-25T04:09:04.365Z | Checking const-oid v0.9.6 |
| 1946 | 2026-04-25T04:09:04.440Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1947 | 2026-04-25T04:09:04.516Z | Checking foldhash v0.2.0 |
| 1948 | 2026-04-25T04:09:04.589Z | Checking crypto-common v0.1.7 |
| 1949 | 2026-04-25T04:09:04.627Z | Checking block-buffer v0.10.4 |
| 1950 | 2026-04-25T04:09:04.701Z | Checking hashbrown v0.16.1 |
| 1951 | 2026-04-25T04:09:04.740Z | Checking futures-sink v0.3.32 |
| 1952 | 2026-04-25T04:09:04.775Z | Checking futures-io v0.3.32 |
| 1953 | 2026-04-25T04:09:04.809Z | Checking futures-task v0.3.32 |
| 1954 | 2026-04-25T04:09:04.926Z | Checking futures-channel v0.3.32 |
| 1955 | 2026-04-25T04:09:04.941Z | Checking slab v0.4.12 |
| 1956 | 2026-04-25T04:09:04.959Z | Checking idna_adapter v1.2.1 |
| 1957 | 2026-04-25T04:09:04.985Z | Checking byteorder v1.5.0 |
| 1958 | 2026-04-25T04:09:05.051Z | Checking digest v0.10.7 |
| 1959 | 2026-04-25T04:09:05.087Z | Checking rustix v1.1.3 |
| 1960 | 2026-04-25T04:09:05.123Z | Checking idna v1.1.0 |
| 1961 | 2026-04-25T04:09:05.127Z | Checking futures-util v0.3.32 |
| 1962 | 2026-04-25T04:09:05.221Z | Checking cpufeatures v0.2.17 |
| 1963 | 2026-04-25T04:09:05.225Z | Checking indexmap v2.13.0 |
| 1964 | 2026-04-25T04:09:05.276Z | Checking thiserror v1.0.69 |
| 1965 | 2026-04-25T04:09:05.311Z | Checking getrandom v0.3.4 |
| 1966 | 2026-04-25T04:09:05.400Z | Checking fnv v1.0.7 |
| 1967 | 2026-04-25T04:09:05.404Z | Checking url v2.5.8 |
| 1968 | 2026-04-25T04:09:05.481Z | Checking regex-syntax v0.8.10 |
| 1969 | 2026-04-25T04:09:05.518Z | Checking ppv-lite86 v0.2.21 |
| 1970 | 2026-04-25T04:09:05.554Z | Checking http v1.4.0 |
| 1971 | 2026-04-25T04:09:05.843Z | Checking tracing-core v0.1.36 |
| 1972 | 2026-04-25T04:09:05.879Z | Checking base64 v0.22.1 |
| 1973 | 2026-04-25T04:09:05.914Z | Checking schemars v0.8.22 |
| 1974 | 2026-04-25T04:09:05.960Z | Checking ipnet v2.11.0 |
| 1975 | 2026-04-25T04:09:06.152Z | Checking base64ct v1.8.3 |
| 1976 | 2026-04-25T04:09:06.190Z | Checking anstyle v1.0.13 |
| 1977 | 2026-04-25T04:09:06.195Z | Checking tracing v0.1.44 |
| 1978 | 2026-04-25T04:09:06.260Z | Checking unicode-ident v1.0.24 |
| 1979 | 2026-04-25T04:09:06.398Z | Checking untrusted v0.9.0 |
| 1980 | 2026-04-25T04:09:06.434Z | Checking utf8parse v0.2.2 |
| 1981 | 2026-04-25T04:09:06.437Z | Checking proc-macro2 v1.0.106 |
| 1982 | 2026-04-25T04:09:06.468Z | Checking block-padding v0.3.3 |
| 1983 | 2026-04-25T04:09:06.536Z | Checking ring v0.17.14 |
| 1984 | 2026-04-25T04:09:06.571Z | Checking anstyle-parse v0.2.7 |
| 1985 | 2026-04-25T04:09:06.606Z | Checking aho-corasick v1.1.4 |
| 1986 | 2026-04-25T04:09:06.658Z | Checking inout v0.1.4 |
| 1987 | 2026-04-25T04:09:06.747Z | Checking is_terminal_polyfill v1.70.2 |
| 1988 | 2026-04-25T04:09:06.830Z | Checking quote v1.0.44 |
| 1989 | 2026-04-25T04:09:06.844Z | Checking anstyle-query v1.1.5 |
| 1990 | 2026-04-25T04:09:06.848Z | Checking colorchoice v1.0.4 |
| 1991 | 2026-04-25T04:09:06.910Z | Checking cipher v0.4.4 |
| 1992 | 2026-04-25T04:09:06.965Z | Checking rustls-pki-types v1.14.0 |
| 1993 | 2026-04-25T04:09:07.003Z | Checking syn v2.0.117 |
| 1994 | 2026-04-25T04:09:07.006Z | Checking anstream v0.6.21 |
| 1995 | 2026-04-25T04:09:07.071Z | Checking crossbeam-utils v0.8.21 |
| 1996 | 2026-04-25T04:09:07.142Z | Checking httparse v1.10.1 |
| 1997 | 2026-04-25T04:09:07.258Z | Checking pem-rfc7468 v0.7.0 |
| 1998 | 2026-04-25T04:09:07.294Z | Checking terminal_size v0.4.3 |
| 1999 | 2026-04-25T04:09:07.330Z | Checking regex-automata v0.4.14 |
| 2000 | 2026-04-25T04:09:07.381Z | Checking sha2 v0.10.9 |
| 2001 | 2026-04-25T04:09:07.385Z | Checking tokio-util v0.7.18 |
| 2002 | 2026-04-25T04:09:07.449Z | Checking clap_lex v1.0.0 |
| 2003 | 2026-04-25T04:09:07.458Z | Checking strsim v0.11.1 |
| 2004 | 2026-04-25T04:09:07.458Z | Checking http-body v1.0.1 |
| 2005 | 2026-04-25T04:09:07.548Z | Checking hmac v0.12.1 |
| 2006 | 2026-04-25T04:09:07.628Z | Checking atomic-waker v1.1.2 |
| 2007 | 2026-04-25T04:09:07.663Z | Checking rand_core v0.9.5 |
| 2008 | 2026-04-25T04:09:07.704Z | Checking clap_builder v4.5.60 |
| 2009 | 2026-04-25T04:09:07.707Z | Checking flagset v0.4.7 |
| 2010 | 2026-04-25T04:09:07.767Z | Checking try-lock v0.2.5 |
| 2011 | 2026-04-25T04:09:07.772Z | Checking httpdate v1.0.3 |
| 2012 | 2026-04-25T04:09:07.861Z | Checking ryu v1.0.23 |
| 2013 | 2026-04-25T04:09:07.897Z | Checking der v0.7.10 |
| 2014 | 2026-04-25T04:09:07.901Z | Checking want v0.3.1 |
| 2015 | 2026-04-25T04:09:07.967Z | Checking pin-utils v0.1.0 |
| 2016 | 2026-04-25T04:09:08.033Z | Checking tower-service v0.3.3 |
| 2017 | 2026-04-25T04:09:08.067Z | Checking h2 v0.4.13 |
| 2018 | 2026-04-25T04:09:08.071Z | Checking tower-layer v0.3.3 |
| 2019 | 2026-04-25T04:09:08.133Z | Checking erased-serde v0.3.31 |
| 2020 | 2026-04-25T04:09:08.167Z | Checking spin v0.9.8 |
| 2021 | 2026-04-25T04:09:08.276Z | Checking powerfmt v0.2.0 |
| 2022 | 2026-04-25T04:09:08.371Z | Checking rand_chacha v0.9.0 |
| 2023 | 2026-04-25T04:09:08.454Z | Checking deranged v0.5.8 |
| 2024 | 2026-04-25T04:09:08.531Z | Checking slog v2.8.2 |
| 2025 | 2026-04-25T04:09:08.600Z | Checking time-core v0.1.8 |
| 2026 | 2026-04-25T04:09:08.648Z | Checking num_threads v0.1.7 |
| 2027 | 2026-04-25T04:09:08.766Z | Checking num-conv v0.2.0 |
| 2028 | 2026-04-25T04:09:08.770Z | Checking rand v0.9.2 |
| 2029 | 2026-04-25T04:09:08.888Z | Checking anyhow v1.0.102 |
| 2030 | 2026-04-25T04:09:08.911Z | Checking http-body-util v0.1.3 |
| 2031 | 2026-04-25T04:09:08.946Z | Checking clap v4.5.60 |
| 2032 | 2026-04-25T04:09:09.051Z | Checking spki v0.7.3 |
| 2033 | 2026-04-25T04:09:09.088Z | Checking pbkdf2 v0.12.2 |
| 2034 | 2026-04-25T04:09:09.142Z | Checking aes v0.8.4 |
| 2035 | 2026-04-25T04:09:09.177Z | Checking aws-lc-sys v0.37.1 |
| 2036 | 2026-04-25T04:09:09.227Z | Checking untrusted v0.7.1 |
| 2037 | 2026-04-25T04:09:09.262Z | Checking fastrand v2.3.0 |
| 2038 | 2026-04-25T04:09:09.297Z | Checking serde_urlencoded v0.7.1 |
| 2039 | 2026-04-25T04:09:09.301Z | Checking cbc v0.1.2 |
| 2040 | 2026-04-25T04:09:09.368Z | Checking salsa20 v0.10.2 |
| 2041 | 2026-04-25T04:09:09.403Z | Checking time v0.3.47 |
| 2042 | 2026-04-25T04:09:09.465Z | Checking rand_chacha v0.3.1 |
| 2043 | 2026-04-25T04:09:09.501Z | Checking openssl-probe v0.2.1 |
| 2044 | 2026-04-25T04:09:09.537Z | Checking scrypt v0.11.0 |
| 2045 | 2026-04-25T04:09:09.541Z | Checking regex v1.12.3 |
| 2046 | 2026-04-25T04:09:09.605Z | Checking hex v0.4.3 |
| 2047 | 2026-04-25T04:09:09.640Z | Checking pretty-hex v0.4.1 |
| 2048 | 2026-04-25T04:09:09.700Z | Checking rand v0.8.5 |
| 2049 | 2026-04-25T04:09:09.704Z | Checking pkcs5 v0.7.1 |
| 2050 | 2026-04-25T04:09:09.765Z | Checking aws-lc-rs v1.16.0 |
| 2051 | 2026-04-25T04:09:09.799Z | Checking tempfile v3.25.0 |
| 2052 | 2026-04-25T04:09:09.847Z | Checking ipnetwork v0.21.1 |
| 2053 | 2026-04-25T04:09:09.883Z | Checking plain v0.2.3 |
| 2054 | 2026-04-25T04:09:10.012Z | Checking camino v1.2.2 |
| 2055 | 2026-04-25T04:09:10.015Z | Checking pkcs8 v0.10.2 |
| 2056 | 2026-04-25T04:09:10.015Z | Checking ucd-trie v0.1.7 |
| 2057 | 2026-04-25T04:09:10.110Z | Checking rustls-native-certs v0.8.3 |
| 2058 | 2026-04-25T04:09:10.235Z | Checking pest v2.8.6 |
| 2059 | 2026-04-25T04:09:10.238Z | Checking sync_wrapper v1.0.2 |
| 2060 | 2026-04-25T04:09:10.303Z | Checking webpki-roots v1.0.6 |
| 2061 | 2026-04-25T04:09:10.306Z | Checking iri-string v0.7.10 |
| 2062 | 2026-04-25T04:09:10.335Z | Checking simd-adler32 v0.3.8 |
| 2063 | 2026-04-25T04:09:10.399Z | Checking tower v0.5.3 |
| 2064 | 2026-04-25T04:09:10.449Z | Checking openapiv3 v2.2.0 |
| 2065 | 2026-04-25T04:09:10.566Z | Checking adler2 v2.0.1 |
| 2066 | 2026-04-25T04:09:10.571Z | Checking either v1.15.0 |
| 2067 | 2026-04-25T04:09:10.632Z | Checking rustls-webpki v0.103.9 |
| 2068 | 2026-04-25T04:09:10.702Z | Checking mime v0.3.17 |
| 2069 | 2026-04-25T04:09:10.739Z | Checking hyper v1.8.1 |
| 2070 | 2026-04-25T04:09:10.872Z | Checking miniz_oxide v0.8.9 |
| 2071 | 2026-04-25T04:09:10.878Z | Checking winnow v0.7.14 |
| 2072 | 2026-04-25T04:09:10.907Z | Checking lazy_static v1.5.0 |
| 2073 | 2026-04-25T04:09:11.028Z | Checking signature v2.2.0 |
| 2074 | 2026-04-25T04:09:11.090Z | Checking rustls v0.23.37 |
| 2075 | 2026-04-25T04:09:11.190Z | Checking static_assertions v1.1.0 |
| 2076 | 2026-04-25T04:09:11.225Z | Checking oxnet v0.1.4 |
| 2077 | 2026-04-25T04:09:11.290Z | Checking hubpack v0.1.2 |
| 2078 | 2026-04-25T04:09:11.348Z | Checking encoding_rs v0.8.35 |
| 2079 | 2026-04-25T04:09:11.399Z | Checking tower-http v0.6.8 |
| 2080 | 2026-04-25T04:09:11.483Z | Checking sha1 v0.10.6 |
| 2081 | 2026-04-25T04:09:11.519Z | Checking strum v0.26.3 |
| 2082 | 2026-04-25T04:09:11.662Z | Checking crc32fast v1.5.0 |
| 2083 | 2026-04-25T04:09:11.699Z | Checking foreign-types-shared v0.1.1 |
| 2084 | 2026-04-25T04:09:11.703Z | Checking hyper-util v0.1.20 |
| 2085 | 2026-04-25T04:09:11.703Z | Checking num-integer v0.1.46 |
| 2086 | 2026-04-25T04:09:11.861Z | Checking openssl-sys v0.9.111 |
| 2087 | 2026-04-25T04:09:11.861Z | Checking tinyvec_macros v0.1.1 |
| 2088 | 2026-04-25T04:09:11.933Z | Checking foreign-types v0.3.2 |
| 2089 | 2026-04-25T04:09:11.992Z | Checking data-encoding v2.10.0 |
| 2090 | 2026-04-25T04:09:12.034Z | Checking tinyvec v1.10.0 |
| 2091 | 2026-04-25T04:09:12.067Z | Checking serde_spanned v0.6.9 |
| 2092 | 2026-04-25T04:09:12.102Z | Checking toml_datetime v0.6.11 |
| 2093 | 2026-04-25T04:09:12.224Z | Checking ff v0.13.1 |
| 2094 | 2026-04-25T04:09:12.295Z | Checking base16ct v0.2.0 |
| 2095 | 2026-04-25T04:09:12.331Z | Checking hkdf v0.12.4 |
| 2096 | 2026-04-25T04:09:12.334Z | Checking crypto-bigint v0.5.5 |
| 2097 | 2026-04-25T04:09:12.399Z | Checking group v0.13.0 |
| 2098 | 2026-04-25T04:09:12.402Z | Checking openssl v0.10.75 |
| 2099 | 2026-04-25T04:09:12.402Z | Checking scroll v0.13.0 |
| 2100 | 2026-04-25T04:09:12.502Z | Checking sec1 v0.7.3 |
| 2101 | 2026-04-25T04:09:12.535Z | Checking zlib-rs v0.6.2 |
| 2102 | 2026-04-25T04:09:12.574Z | Checking bit-vec v0.8.0 |
| 2103 | 2026-04-25T04:09:12.718Z | Checking goblin v0.10.5 |
| 2104 | 2026-04-25T04:09:12.754Z | Checking num-iter v0.1.45 |
| 2105 | 2026-04-25T04:09:12.795Z | Checking bit-set v0.8.0 |
| 2106 | 2026-04-25T04:09:12.949Z | Checking memmap2 v0.9.10 |
| 2107 | 2026-04-25T04:09:12.964Z | Checking wait-timeout v0.2.1 |
| 2108 | 2026-04-25T04:09:13.055Z | Checking dtrace-parser v0.3.0 |
| 2109 | 2026-04-25T04:09:13.089Z | Checking bstr v1.12.1 |
| 2110 | 2026-04-25T04:09:13.125Z | Checking crossbeam-epoch v0.9.18 |
| 2111 | 2026-04-25T04:09:13.241Z | Checking elliptic-curve v0.13.8 |
| 2112 | 2026-04-25T04:09:13.318Z | Checking ahash v0.8.12 |
| 2113 | 2026-04-25T04:09:13.377Z | Checking thread-id v5.1.0 |
| 2114 | 2026-04-25T04:09:13.429Z | Checking tokio-rustls v0.26.4 |
| 2115 | 2026-04-25T04:09:13.433Z | Checking flate2 v1.1.9 |
| 2116 | 2026-04-25T04:09:13.499Z | Checking quick-error v1.2.3 |
| 2117 | 2026-04-25T04:09:13.543Z | Checking psl-types v2.0.11 |
| 2118 | 2026-04-25T04:09:13.567Z | Checking num-bigint-dig v0.8.6 |
| 2119 | 2026-04-25T04:09:13.603Z | Checking cookie v0.18.1 |
| 2120 | 2026-04-25T04:09:13.638Z | Checking rusty-fork v0.3.1 |
| 2121 | 2026-04-25T04:09:13.677Z | Checking publicsuffix v2.3.0 |
| 2122 | 2026-04-25T04:09:13.680Z | Checking hyper-rustls v0.27.7 |
| 2123 | 2026-04-25T04:09:13.776Z | Checking pkcs1 v0.7.5 |
| 2124 | 2026-04-25T04:09:13.836Z | Checking rand_xorshift v0.4.0 |
| 2125 | 2026-04-25T04:09:13.874Z | Checking rfc6979 v0.4.0 |
| 2126 | 2026-04-25T04:09:13.878Z | Checking scroll v0.12.0 |
| 2127 | 2026-04-25T04:09:13.940Z | Checking unarray v0.1.4 |
| 2128 | 2026-04-25T04:09:13.985Z | Checking cookie_store v0.22.1 |
| 2129 | 2026-04-25T04:09:14.022Z | Checking ecdsa v0.16.9 |
| 2130 | 2026-04-25T04:09:14.025Z | Checking rustls-platform-verifier v0.6.2 |
| 2131 | 2026-04-25T04:09:14.089Z | Checking proptest v1.10.0 |
| 2132 | 2026-04-25T04:09:14.157Z | Checking goblin v0.8.2 |
| 2133 | 2026-04-25T04:09:14.218Z | Checking x509-cert v0.2.5 |
| 2134 | 2026-04-25T04:09:14.344Z | Checking zerocopy v0.7.35 |
| 2135 | 2026-04-25T04:09:14.388Z | Checking unicode-segmentation v1.12.0 |
| 2136 | 2026-04-25T04:09:14.425Z | Checking rsa v0.9.10 |
| 2137 | 2026-04-25T04:09:14.435Z | Checking native-tls v0.2.18 |
| 2138 | 2026-04-25T04:09:14.665Z | Checking tokio-native-tls v0.3.1 |
| 2139 | 2026-04-25T04:09:14.723Z | Checking reqwest v0.13.2 |
| 2140 | 2026-04-25T04:09:14.880Z | Checking dtrace-parser v0.2.0 |
| 2141 | 2026-04-25T04:09:14.891Z | Checking hyper-tls v0.6.0 |
| 2142 | 2026-04-25T04:09:14.919Z | Checking curve25519-dalek v4.1.3 |
| 2143 | 2026-04-25T04:09:14.954Z | Checking thread-id v4.2.2 |
| 2144 | 2026-04-25T04:09:15.053Z | Checking dof v0.4.0 |
| 2145 | 2026-04-25T04:09:15.090Z | Checking toml_write v0.1.2 |
| 2146 | 2026-04-25T04:09:15.093Z | Checking reqwest v0.12.28 |
| 2147 | 2026-04-25T04:09:15.157Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2148 | 2026-04-25T04:09:15.287Z | Checking toml_edit v0.22.27 |
| 2149 | 2026-04-25T04:09:15.513Z | Checking ed25519 v2.2.3 |
| 2150 | 2026-04-25T04:09:15.582Z | Checking memoffset v0.9.1 |
| 2151 | 2026-04-25T04:09:15.691Z | Checking rustix v0.38.44 |
| 2152 | 2026-04-25T04:09:15.695Z | Checking env_filter v1.0.0 |
| 2153 | 2026-04-25T04:09:15.729Z | Checking usdt-impl v0.6.0 |
| 2154 | 2026-04-25T04:09:15.732Z | Checking keccak v0.1.6 |
| 2155 | 2026-04-25T04:09:15.870Z | Checking newtype-uuid v1.3.2 |
| 2156 | 2026-04-25T04:09:15.908Z | Checking env_logger v0.11.9 |
| 2157 | 2026-04-25T04:09:15.967Z | Checking sha3 v0.10.8 |
| 2158 | 2026-04-25T04:09:16.005Z | Checking ed25519-dalek v2.2.0 |
| 2159 | 2026-04-25T04:09:16.058Z | Checking dof v0.3.0 |
| 2160 | 2026-04-25T04:09:16.061Z | Checking usdt v0.6.0 |
| 2161 | 2026-04-25T04:09:16.129Z | Checking itertools v0.13.0 |
| 2162 | 2026-04-25T04:09:16.132Z | Checking daft v0.1.5 |
| 2163 | 2026-04-25T04:09:16.200Z | Checking serde_with v3.17.0 |
| 2164 | 2026-04-25T04:09:16.263Z | Checking bitflags v1.3.2 |
| 2165 | 2026-04-25T04:09:16.299Z | Checking siphasher v1.0.2 |
| 2166 | 2026-04-25T04:09:16.369Z | Checking unicode-normalization v0.1.25 |
| 2167 | 2026-04-25T04:09:16.402Z | Checking usdt-impl v0.5.0 |
| 2168 | 2026-04-25T04:09:16.406Z | Checking signal-hook v0.3.18 |
| 2169 | 2026-04-25T04:09:16.469Z | Checking managed v0.8.0 |
| 2170 | 2026-04-25T04:09:16.508Z | Checking winnow v0.5.40 |
| 2171 | 2026-04-25T04:09:16.624Z | Checking nix v0.31.2 |
| 2172 | 2026-04-25T04:09:16.664Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2173 | 2026-04-25T04:09:16.695Z | Checking object v0.37.3 |
| 2174 | 2026-04-25T04:09:16.731Z | Checking foldhash v0.1.5 |
| 2175 | 2026-04-25T04:09:16.773Z | Checking bzip2 v0.4.4 |
| 2176 | 2026-04-25T04:09:16.812Z | Checking signal-hook-mio v0.2.5 |
| 2177 | 2026-04-25T04:09:16.939Z | Checking hashbrown v0.15.5 |
| 2178 | 2026-04-25T04:09:16.945Z | Checking ref-cast v1.0.25 |
| 2179 | 2026-04-25T04:09:16.976Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2180 | 2026-04-25T04:09:17.069Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2181 | 2026-04-25T04:09:17.115Z | Checking zstd-safe v7.2.4 |
| 2182 | 2026-04-25T04:09:17.196Z | Checking zip v0.6.6 |
| 2183 | 2026-04-25T04:09:17.293Z | Checking tokio-stream v0.1.18 |
| 2184 | 2026-04-25T04:09:17.329Z | Checking bumpalo v3.20.2 |
| 2185 | 2026-04-25T04:09:17.379Z | Checking libbz2-rs-sys v0.2.2 |
| 2186 | 2026-04-25T04:09:17.542Z | Checking zstd v0.13.3 |
| 2187 | 2026-04-25T04:09:17.579Z | Checking zopfli v0.8.3 |
| 2188 | 2026-04-25T04:09:17.624Z | Checking crossterm v0.28.1 |
| 2189 | 2026-04-25T04:09:17.661Z | Checking similar v2.7.0 |
| 2190 | 2026-04-25T04:09:17.694Z | Checking toml_edit v0.19.15 |
| 2191 | 2026-04-25T04:09:17.730Z | Checking fs-err v3.3.0 |
| 2192 | 2026-04-25T04:09:17.765Z | Checking hash32 v0.2.1 |
| 2193 | 2026-04-25T04:09:17.800Z | Checking bzip2 v0.6.1 |
| 2194 | 2026-04-25T04:09:17.928Z | Checking serde-big-array v0.5.1 |
| 2195 | 2026-04-25T04:09:17.964Z | Checking predicates-core v1.0.10 |
| 2196 | 2026-04-25T04:09:17.997Z | Checking jiff v0.2.21 |
| 2197 | 2026-04-25T04:09:18.050Z | Checking unicode-bidi v0.3.18 |
| 2198 | 2026-04-25T04:09:18.086Z | Checking unicode-properties v0.1.4 |
| 2199 | 2026-04-25T04:09:18.121Z | Checking heapless v0.7.17 |
| 2200 | 2026-04-25T04:09:18.126Z | Checking hickory-proto v0.25.2 |
| 2201 | 2026-04-25T04:09:18.307Z | Checking md-5 v0.10.6 |
| 2202 | 2026-04-25T04:09:18.346Z | Checking float-cmp v0.10.0 |
| 2203 | 2026-04-25T04:09:18.383Z | Checking stringprep v0.1.5 |
| 2204 | 2026-04-25T04:09:18.468Z | Checking fallible-iterator v0.2.0 |
| 2205 | 2026-04-25T04:09:18.503Z | Checking rustc-hash v2.1.1 |
| 2206 | 2026-04-25T04:09:18.559Z | Checking normalize-line-endings v0.3.0 |
| 2207 | 2026-04-25T04:09:18.564Z | Checking difflib v0.4.0 |
| 2208 | 2026-04-25T04:09:18.736Z | Checking iddqd v0.3.18 |
| 2209 | 2026-04-25T04:09:18.747Z | Checking smoltcp v0.9.1 |
| 2210 | 2026-04-25T04:09:18.747Z | Checking toml v0.7.8 |
| 2211 | 2026-04-25T04:09:18.769Z | Checking postgres-protocol v0.6.10 |
| 2212 | 2026-04-25T04:09:18.802Z | Checking predicates v3.1.4 |
| 2213 | 2026-04-25T04:09:18.992Z | Checking phf_shared v0.11.3 |
| 2214 | 2026-04-25T04:09:19.071Z | Checking phf_shared v0.13.1 |
| 2215 | 2026-04-25T04:09:19.111Z | Checking buf-list v1.1.2 |
| 2216 | 2026-04-25T04:09:19.147Z | Checking strum v0.27.2 |
| 2217 | 2026-04-25T04:09:19.182Z | Checking lalrpop-util v0.19.12 |
| 2218 | 2026-04-25T04:09:19.283Z | Checking precomputed-hash v0.1.1 |
| 2219 | 2026-04-25T04:09:19.286Z | Checking fixedbitset v0.5.7 |
| 2220 | 2026-04-25T04:09:19.320Z | Checking new_debug_unreachable v1.0.6 |
| 2221 | 2026-04-25T04:09:19.386Z | Checking fixedbitset v0.4.2 |
| 2222 | 2026-04-25T04:09:19.389Z | Checking phf v0.13.1 |
| 2223 | 2026-04-25T04:09:19.453Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2224 | 2026-04-25T04:09:19.459Z | Checking string_cache v0.8.9 |
| 2225 | 2026-04-25T04:09:19.519Z | Checking postgres-types v0.2.12 |
| 2226 | 2026-04-25T04:09:19.555Z | Checking petgraph v0.8.3 |
| 2227 | 2026-04-25T04:09:19.590Z | Checking petgraph v0.6.5 |
| 2228 | 2026-04-25T04:09:19.593Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2229 | 2026-04-25T04:09:19.674Z | Checking peg-runtime v0.8.5 |
| 2230 | 2026-04-25T04:09:19.848Z | Checking whoami v2.1.0 |
| 2231 | 2026-04-25T04:09:19.885Z | Checking futures-executor v0.3.32 |
| 2232 | 2026-04-25T04:09:19.999Z | Checking is-terminal v0.4.17 |
| 2233 | 2026-04-25T04:09:20.069Z | Checking tokio-postgres v0.7.16 |
| 2234 | 2026-04-25T04:09:20.104Z | Checking futures v0.3.32 |
| 2235 | 2026-04-25T04:09:20.147Z | Checking crossbeam-channel v0.5.15 |
| 2236 | 2026-04-25T04:09:20.223Z | Compiling structmeta-derive v0.3.0 |
| 2237 | 2026-04-25T04:09:20.248Z | Checking zip v4.6.1 |
| 2238 | 2026-04-25T04:09:20.497Z | Checking thread_local v1.1.9 |
| 2239 | 2026-04-25T04:09:20.693Z | Checking take_mut v0.2.2 |
| 2240 | 2026-04-25T04:09:20.835Z | Checking term v1.2.1 |
| 2241 | 2026-04-25T04:09:20.870Z | Checking slog-async v2.8.0 |
| 2242 | 2026-04-25T04:09:20.904Z | Compiling newtype-uuid-macros v0.1.0 |
| 2243 | 2026-04-25T04:09:20.948Z | Compiling rustls v0.22.4 |
| 2244 | 2026-04-25T04:09:21.072Z | Compiling multer v3.1.0 |
| 2245 | 2026-04-25T04:09:21.105Z | Checking slog-term v2.9.2 |
| 2246 | 2026-04-25T04:09:21.143Z | Checking regress v0.10.5 |
| 2247 | 2026-04-25T04:09:21.225Z | Compiling async-stream-impl v0.3.6 |
| 2248 | 2026-04-25T04:09:21.319Z | Compiling structmeta v0.3.0 |
| 2249 | 2026-04-25T04:09:21.365Z | Compiling dropshot v0.16.7 |
| 2250 | 2026-04-25T04:09:21.368Z | Compiling dropshot_endpoint v0.16.7 |
| 2251 | 2026-04-25T04:09:21.432Z | Checking match_cfg v0.1.0 |
| 2252 | 2026-04-25T04:09:21.538Z | Checking hostname v0.3.1 |
| 2253 | 2026-04-25T04:09:21.567Z | Compiling derive-ex v0.1.8 |
| 2254 | 2026-04-25T04:09:21.661Z | Checking slog-json v2.6.1 |
| 2255 | 2026-04-25T04:09:21.697Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2256 | 2026-04-25T04:09:21.701Z | Checking debug-ignore v1.0.5 |
| 2257 | 2026-04-25T04:09:21.830Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2258 | 2026-04-25T04:09:21.868Z | Checking serde_spanned v1.0.4 |
| 2259 | 2026-04-25T04:09:21.872Z | Checking slog-bunyan v2.5.0 |
| 2260 | 2026-04-25T04:09:21.941Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2261 | 2026-04-25T04:09:22.038Z | Checking progenitor-client v0.13.0 |
| 2262 | 2026-04-25T04:09:22.073Z | Checking rustls-webpki v0.102.8 |
| 2263 | 2026-04-25T04:09:22.109Z | Checking serde_path_to_error v0.1.20 |
| 2264 | 2026-04-25T04:09:22.149Z | Checking async-stream v0.3.6 |
| 2265 | 2026-04-25T04:09:22.300Z | Checking waitgroup v0.1.2 |
| 2266 | 2026-04-25T04:09:22.336Z | Checking rustls-pemfile v2.2.0 |
| 2267 | 2026-04-25T04:09:22.405Z | Checking hostname v0.4.2 |
| 2268 | 2026-04-25T04:09:22.441Z | Checking toml v0.9.12+spec-1.1.0 |
| 2269 | 2026-04-25T04:09:22.508Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2270 | 2026-04-25T04:09:22.511Z | Compiling parse-display-derive v0.10.0 |
| 2271 | 2026-04-25T04:09:22.572Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2272 | 2026-04-25T04:09:22.575Z | Checking itertools v0.14.0 |
| 2273 | 2026-04-25T04:09:22.643Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2274 | 2026-04-25T04:09:22.747Z | Checking macaddr v1.0.1 |
| 2275 | 2026-04-25T04:09:22.954Z | Checking instant v0.1.13 |
| 2276 | 2026-04-25T04:09:23.037Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2277 | 2026-04-25T04:09:23.073Z | Checking progenitor-client v0.10.0 |
| 2278 | 2026-04-25T04:09:23.076Z | Checking backoff v0.4.0 |
| 2279 | 2026-04-25T04:09:23.138Z | Checking backon v1.6.0 |
| 2280 | 2026-04-25T04:09:23.278Z | Compiling test-strategy v0.4.5 |
| 2281 | 2026-04-25T04:09:23.315Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2282 | 2026-04-25T04:09:23.384Z | Checking unicode-width v0.2.0 |
| 2283 | 2026-04-25T04:09:23.387Z | Checking progenitor-extras v0.1.1 |
| 2284 | 2026-04-25T04:09:23.665Z | Checking heck v0.5.0 |
| 2285 | 2026-04-25T04:09:23.668Z | Compiling convert_case v0.4.0 |
| 2286 | 2026-04-25T04:09:23.735Z | Checking half v2.7.1 |
| 2287 | 2026-04-25T04:09:23.802Z | Checking ciborium-io v0.2.2 |
| 2288 | 2026-04-25T04:09:23.838Z | Checking secrecy v0.10.3 |
| 2289 | 2026-04-25T04:09:23.921Z | Checking indent_write v2.2.0 |
| 2290 | 2026-04-25T04:09:23.925Z | Checking tokio-rustls v0.25.0 |
| 2291 | 2026-04-25T04:09:23.989Z | Checking universal-hash v0.5.1 |
| 2292 | 2026-04-25T04:09:24.022Z | Checking ciborium-ll v0.2.2 |
| 2293 | 2026-04-25T04:09:24.084Z | Checking opaque-debug v0.3.1 |
| 2294 | 2026-04-25T04:09:24.119Z | Compiling derive_more v0.99.20 |
| 2295 | 2026-04-25T04:09:24.153Z | Compiling unsafe-libyaml v0.2.11 |
| 2296 | 2026-04-25T04:09:24.187Z | Checking camino-tempfile v1.4.1 |
| 2297 | 2026-04-25T04:09:24.252Z | Checking parse-display v0.10.0 |
| 2298 | 2026-04-25T04:09:24.255Z | Checking ciborium v0.2.2 |
| 2299 | 2026-04-25T04:09:24.370Z | Checking aead v0.5.2 |
| 2300 | 2026-04-25T04:09:24.430Z | Compiling crucible-workspace-hack v0.1.0 |
| 2301 | 2026-04-25T04:09:24.536Z | Checking poly1305 v0.8.0 |
| 2302 | 2026-04-25T04:09:24.722Z | Checking chacha20 v0.9.1 |
| 2303 | 2026-04-25T04:09:24.735Z | Compiling serde_yaml v0.9.34+deprecated |
| 2304 | 2026-04-25T04:09:24.771Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2305 | 2026-04-25T04:09:24.825Z | Compiling typify-impl v0.6.1 |
| 2306 | 2026-04-25T04:09:24.900Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2307 | 2026-04-25T04:09:25.171Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2308 | 2026-04-25T04:09:25.247Z | Checking password-hash v0.5.0 |
| 2309 | 2026-04-25T04:09:25.509Z | Checking blake2 v0.10.6 |
| 2310 | 2026-04-25T04:09:25.812Z | Checking argon2 v0.5.3 |
| 2311 | 2026-04-25T04:09:26.151Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2312 | 2026-04-25T04:09:26.187Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2313 | 2026-04-25T04:09:26.220Z | Checking chacha20poly1305 v0.10.1 |
| 2314 | 2026-04-25T04:09:26.271Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2315 | 2026-04-25T04:09:26.369Z | Checking thiserror-no-std v2.0.2 |
| 2316 | 2026-04-25T04:09:26.404Z | Checking byte-wrapper v0.1.0 |
| 2317 | 2026-04-25T04:09:26.485Z | Checking vsss-rs v3.3.4 |
| 2318 | 2026-04-25T04:09:26.522Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2319 | 2026-04-25T04:09:26.526Z | Checking swrite v0.1.0 |
| 2320 | 2026-04-25T04:09:26.617Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2321 | 2026-04-25T04:09:26.672Z | Checking crossbeam-deque v0.8.6 |
| 2322 | 2026-04-25T04:09:26.705Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2323 | 2026-04-25T04:09:26.779Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2324 | 2026-04-25T04:09:26.847Z | Compiling rayon-core v1.13.0 |
| 2325 | 2026-04-25T04:09:26.880Z | Checking toml v0.8.23 |
| 2326 | 2026-04-25T04:09:27.242Z | Compiling proc-macro-error v1.0.4 |
| 2327 | 2026-04-25T04:09:27.430Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2328 | 2026-04-25T04:09:27.466Z | Checking rayon v1.11.0 |
| 2329 | 2026-04-25T04:09:27.583Z | Checking glob v0.3.3 |
| 2330 | 2026-04-25T04:09:27.623Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2331 | 2026-04-25T04:09:27.793Z | Checking unicode-width v0.1.14 |
| 2332 | 2026-04-25T04:09:27.899Z | Checking tabwriter v1.4.1 |
| 2333 | 2026-04-25T04:09:28.073Z | Compiling proc-macro-crate v3.4.0 |
| 2334 | 2026-04-25T04:09:28.077Z | Compiling heapless v0.8.0 |
| 2335 | 2026-04-25T04:09:28.250Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2336 | 2026-04-25T04:09:28.380Z | Compiling ingot-macros v0.1.1 |
| 2337 | 2026-04-25T04:09:28.513Z | Checking hash32 v0.3.1 |
| 2338 | 2026-04-25T04:09:28.615Z | Compiling smoltcp v0.11.0 |
| 2339 | 2026-04-25T04:09:28.654Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2340 | 2026-04-25T04:09:28.810Z | Checking cobs v0.3.0 |
| 2341 | 2026-04-25T04:09:28.923Z | Compiling usdt-macro v0.5.0 |
| 2342 | 2026-04-25T04:09:28.967Z | Compiling usdt-attr-macro v0.5.0 |
| 2343 | 2026-04-25T04:09:29.004Z | Checking memmap v0.7.0 |
| 2344 | 2026-04-25T04:09:29.078Z | Checking colored v3.1.1 |
| 2345 | 2026-04-25T04:09:29.113Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2346 | 2026-04-25T04:09:29.308Z | Checking postcard v1.1.3 |
| 2347 | 2026-04-25T04:09:29.377Z | Compiling typify-macro v0.6.1 |
| 2348 | 2026-04-25T04:09:29.441Z | Compiling num_enum_derive v0.7.5 |
| 2349 | 2026-04-25T04:09:29.637Z | Compiling proc-macro-crate v1.3.1 |
| 2350 | 2026-04-25T04:09:29.673Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2351 | 2026-04-25T04:09:29.770Z | Checking usdt v0.5.0 |
| 2352 | 2026-04-25T04:09:29.909Z | Checking sigpipe v0.1.3 |
| 2353 | 2026-04-25T04:09:29.967Z | Compiling foreign-types-macros v0.2.3 |
| 2354 | 2026-04-25T04:09:30.020Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2355 | 2026-04-25T04:09:30.074Z | Checking foreign-types-shared v0.3.1 |
| 2356 | 2026-04-25T04:09:30.193Z | Checking cpufeatures v0.3.0 |
| 2357 | 2026-04-25T04:09:30.296Z | Checking chacha20 v0.10.0 |
| 2358 | 2026-04-25T04:09:30.331Z | Compiling num_enum_derive v0.5.11 |
| 2359 | 2026-04-25T04:09:30.477Z | Checking num_enum v0.7.5 |
| 2360 | 2026-04-25T04:09:30.546Z | Checking cstr-argument v0.1.2 |
| 2361 | 2026-04-25T04:09:30.576Z | Checking foreign-types v0.5.0 |
| 2362 | 2026-04-25T04:09:30.617Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2363 | 2026-04-25T04:09:30.652Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2364 | 2026-04-25T04:09:30.684Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2365 | 2026-04-25T04:09:30.717Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2366 | 2026-04-25T04:09:30.720Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2367 | 2026-04-25T04:09:31.002Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2368 | 2026-04-25T04:09:31.045Z | Checking rand v0.10.0 |
| 2369 | 2026-04-25T04:09:31.105Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2370 | 2026-04-25T04:09:31.158Z | Compiling typify v0.6.1 |
| 2371 | 2026-04-25T04:09:31.194Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2372 | 2026-04-25T04:09:31.257Z | Checking ingot-types v0.1.2 |
| 2373 | 2026-04-25T04:09:31.260Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2374 | 2026-04-25T04:09:31.324Z | Compiling progenitor-impl v0.13.0 |
| 2375 | 2026-04-25T04:09:31.394Z | Checking num_enum v0.5.11 |
| 2376 | 2026-04-25T04:09:31.427Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2377 | 2026-04-25T04:09:31.463Z | Compiling zone_cfg_derive v0.3.1 |
| 2378 | 2026-04-25T04:09:31.529Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2379 | 2026-04-25T04:09:31.646Z | Checking ingot v0.1.1 |
| 2380 | 2026-04-25T04:09:31.736Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2381 | 2026-04-25T04:09:31.793Z | Checking itertools v0.12.1 |
| 2382 | 2026-04-25T04:09:31.937Z | Compiling num-derive v0.4.2 |
| 2383 | 2026-04-25T04:09:32.147Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2384 | 2026-04-25T04:09:32.283Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2385 | 2026-04-25T04:09:32.410Z | Checking smf v0.2.3 |
| 2386 | 2026-04-25T04:09:32.476Z | Checking whoami v1.6.1 |
| 2387 | 2026-04-25T04:09:32.619Z | Checking tokio-dtrace v0.1.1 |
| 2388 | 2026-04-25T04:09:32.669Z | Compiling derive-where v1.6.0 |
| 2389 | 2026-04-25T04:09:32.673Z | Checking console v0.15.11 |
| 2390 | 2026-04-25T04:09:32.822Z | Checking zone v0.3.1 |
| 2391 | 2026-04-25T04:09:32.857Z | Checking oxide-tokio-rt v0.1.4 |
| 2392 | 2026-04-25T04:09:32.890Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2393 | 2026-04-25T04:09:33.005Z | Checking atomicwrites v0.4.4 |
| 2394 | 2026-04-25T04:09:33.048Z | Checking newline-converter v0.3.0 |
| 2395 | 2026-04-25T04:09:33.134Z | Checking bytecount v0.6.9 |
| 2396 | 2026-04-25T04:09:33.169Z | Compiling owo-colors v4.3.0 |
| 2397 | 2026-04-25T04:09:33.200Z | Checking expectorate v1.2.0 |
| 2398 | 2026-04-25T04:09:33.233Z | Compiling cancel-safe-futures v0.1.5 |
| 2399 | 2026-04-25T04:09:33.266Z | Checking libsw-core v0.3.2 |
| 2400 | 2026-04-25T04:09:33.320Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2401 | 2026-04-25T04:09:33.355Z | Compiling prettyplease v0.2.37 |
| 2402 | 2026-04-25T04:09:33.436Z | Checking libsw v3.5.0 |
| 2403 | 2026-04-25T04:09:33.615Z | Checking num-rational v0.4.2 |
| 2404 | 2026-04-25T04:09:33.681Z | Checking num-complex v0.4.6 |
| 2405 | 2026-04-25T04:09:33.802Z | Checking linear-map v1.2.0 |
| 2406 | 2026-04-25T04:09:33.945Z | Compiling progenitor-macro v0.13.0 |
| 2407 | 2026-04-25T04:09:33.948Z | Checking same-file v1.0.6 |
| 2408 | 2026-04-25T04:09:34.012Z | Checking float-ord v0.3.2 |
| 2409 | 2026-04-25T04:09:34.015Z | Checking gethostname v0.5.0 |
| 2410 | 2026-04-25T04:09:34.076Z | Checking num v0.4.3 |
| 2411 | 2026-04-25T04:09:34.120Z | Checking walkdir v2.5.0 |
| 2412 | 2026-04-25T04:09:34.186Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2413 | 2026-04-25T04:09:34.186Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2414 | 2026-04-25T04:09:34.189Z | Compiling async-recursion v1.1.1 |
| 2415 | 2026-04-25T04:09:34.285Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2416 | 2026-04-25T04:09:34.318Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2417 | 2026-04-25T04:09:34.492Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2418 | 2026-04-25T04:09:35.531Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2419 | 2026-04-25T04:09:36.024Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2420 | 2026-04-25T04:09:36.874Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2421 | 2026-04-25T04:09:37.835Z | Checking resolv-conf v0.7.6 |
| 2422 | 2026-04-25T04:09:38.041Z | Checking smawk v0.3.2 |
| 2423 | 2026-04-25T04:09:38.200Z | Checking unicode-linebreak v0.1.5 |
| 2424 | 2026-04-25T04:09:38.238Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2425 | 2026-04-25T04:09:38.448Z | Checking papergrid v0.11.0 |
| 2426 | 2026-04-25T04:09:38.499Z | Compiling tabled_derive v0.7.0 |
| 2427 | 2026-04-25T04:09:38.535Z | Checking globset v0.4.18 |
| 2428 | 2026-04-25T04:09:38.872Z | Checking progenitor v0.13.0 |
| 2429 | 2026-04-25T04:09:38.936Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2430 | 2026-04-25T04:09:38.971Z | Compiling convert_case v0.10.0 |
| 2431 | 2026-04-25T04:09:39.035Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2432 | 2026-04-25T04:09:39.305Z | Compiling slog-dtrace v0.3.0 |
| 2433 | 2026-04-25T04:09:39.421Z | Compiling derive_more-impl v2.1.1 |
| 2434 | 2026-04-25T04:09:39.497Z | Checking tabled v0.15.0 |
| 2435 | 2026-04-25T04:09:39.654Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2436 | 2026-04-25T04:09:39.730Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2437 | 2026-04-25T04:09:40.279Z | Checking derive_more v2.1.1 |
| 2438 | 2026-04-25T04:09:40.387Z | Checking crossterm v0.29.0 |
| 2439 | 2026-04-25T04:09:40.421Z | Compiling pin-project-internal v1.1.11 |
| 2440 | 2026-04-25T04:09:40.558Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2441 | 2026-04-25T04:09:40.645Z | Checking pem v3.0.6 |
| 2442 | 2026-04-25T04:09:40.843Z | Checking fd-lock v4.0.4 |
| 2443 | 2026-04-25T04:09:40.847Z | Checking vte v0.14.1 |
| 2444 | 2026-04-25T04:09:41.001Z | Checking display-error-chain v0.2.2 |
| 2445 | 2026-04-25T04:09:41.004Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2446 | 2026-04-25T04:09:41.069Z | Checking strip-ansi-escapes v0.2.1 |
| 2447 | 2026-04-25T04:09:41.159Z | Compiling snafu-derive v0.8.9 |
| 2448 | 2026-04-25T04:09:41.202Z | Checking termtree v0.5.1 |
| 2449 | 2026-04-25T04:09:41.206Z | Checking nu-ansi-term v0.50.3 |
| 2450 | 2026-04-25T04:09:41.411Z | Checking linked-hash-map v0.5.6 |
| 2451 | 2026-04-25T04:09:41.449Z | Checking reedline v0.40.0 |
| 2452 | 2026-04-25T04:09:41.598Z | Checking textwrap v0.16.2 |
| 2453 | 2026-04-25T04:09:41.633Z | Checking lru-cache v0.1.2 |
| 2454 | 2026-04-25T04:09:41.636Z | Checking pin-project v1.1.11 |
| 2455 | 2026-04-25T04:09:41.785Z | Checking olpc-cjson v0.1.4 |
| 2456 | 2026-04-25T04:09:41.819Z | Checking hickory-proto v0.24.4 |
| 2457 | 2026-04-25T04:09:41.852Z | Checking serde_plain v1.0.2 |
| 2458 | 2026-04-25T04:09:41.886Z | Compiling minimal-lexical v0.2.1 |
| 2459 | 2026-04-25T04:09:41.953Z | Checking typed-path v0.9.3 |
| 2460 | 2026-04-25T04:09:42.027Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2461 | 2026-04-25T04:09:42.167Z | Compiling nom v7.1.3 |
| 2462 | 2026-04-25T04:09:42.596Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2463 | 2026-04-25T04:09:42.633Z | Compiling ar_archive_writer v0.5.1 |
| 2464 | 2026-04-25T04:09:42.638Z | Checking humantime v2.3.0 |
| 2465 | 2026-04-25T04:09:42.748Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2466 | 2026-04-25T04:09:42.908Z | Checking csv-core v0.1.13 |
| 2467 | 2026-04-25T04:09:43.090Z | Checking csv v1.4.0 |
| 2468 | 2026-04-25T04:09:43.124Z | Checking snafu v0.8.9 |
| 2469 | 2026-04-25T04:09:43.201Z | Compiling stacker v0.1.23 |
| 2470 | 2026-04-25T04:09:43.236Z | Compiling cfg_aliases v0.1.1 |
| 2471 | 2026-04-25T04:09:43.344Z | Checking home v0.5.12 |
| 2472 | 2026-04-25T04:09:43.390Z | Checking tough v0.20.0 |
| 2473 | 2026-04-25T04:09:43.479Z | Checking highway v1.3.0 |
| 2474 | 2026-04-25T04:09:43.484Z | Compiling nix v0.28.0 |
| 2475 | 2026-04-25T04:09:43.578Z | Checking nibble_vec v0.1.0 |
| 2476 | 2026-04-25T04:09:43.582Z | Compiling psm v0.1.30 |
| 2477 | 2026-04-25T04:09:43.642Z | Checking hickory-resolver v0.24.4 |
| 2478 | 2026-04-25T04:09:43.646Z | Checking endian-type v0.1.2 |
| 2479 | 2026-04-25T04:09:43.728Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2480 | 2026-04-25T04:09:43.761Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2481 | 2026-04-25T04:09:43.830Z | Checking radix_trie v0.2.1 |
| 2482 | 2026-04-25T04:09:43.927Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2483 | 2026-04-25T04:09:44.070Z | Checking phf_shared v0.12.1 |
| 2484 | 2026-04-25T04:09:44.242Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2485 | 2026-04-25T04:09:44.277Z | Compiling chrono-tz v0.10.4 |
| 2486 | 2026-04-25T04:09:44.396Z | Checking qorb v0.4.1 |
| 2487 | 2026-04-25T04:09:44.438Z | Compiling semver v0.1.20 |
| 2488 | 2026-04-25T04:09:44.514Z | Checking phf v0.12.1 |
| 2489 | 2026-04-25T04:09:44.596Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2490 | 2026-04-25T04:09:44.669Z | Checking recursive v0.1.1 |
| 2491 | 2026-04-25T04:09:44.703Z | Compiling rustc_version v0.1.7 |
| 2492 | 2026-04-25T04:09:44.746Z | Compiling const_format_proc_macros v0.2.34 |
| 2493 | 2026-04-25T04:09:44.792Z | Compiling peg-macros v0.8.5 |
| 2494 | 2026-04-25T04:09:44.962Z | Checking winnow v0.6.26 |
| 2495 | 2026-04-25T04:09:45.120Z | Compiling sqlparser_derive v0.5.0 |
| 2496 | 2026-04-25T04:09:45.511Z | Checking unicode_categories v0.1.1 |
| 2497 | 2026-04-25T04:09:45.625Z | Checking const_format v0.2.35 |
| 2498 | 2026-04-25T04:09:45.696Z | Checking rustyline v14.0.0 |
| 2499 | 2026-04-25T04:09:45.957Z | Checking sqlparser v0.61.0 |
| 2500 | 2026-04-25T04:09:46.097Z | Compiling newtype_derive v0.1.6 |
| 2501 | 2026-04-25T04:09:46.154Z | Checking sqlformat v0.3.5 |
| 2502 | 2026-04-25T04:09:46.188Z | Checking peg v0.8.5 |
| 2503 | 2026-04-25T04:09:46.324Z | Checking bcs v0.1.6 |
| 2504 | 2026-04-25T04:09:46.587Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2505 | 2026-04-25T04:09:46.622Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2506 | 2026-04-25T04:09:46.626Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2507 | 2026-04-25T04:09:46.805Z | Checking steno v0.4.1 |
| 2508 | 2026-04-25T04:09:46.944Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2509 | 2026-04-25T04:09:46.978Z | Checking filetime v0.2.27 |
| 2510 | 2026-04-25T04:09:47.046Z | Checking xattr v1.6.1 |
| 2511 | 2026-04-25T04:09:47.139Z | Checking subprocess v0.2.15 |
| 2512 | 2026-04-25T04:09:47.203Z | Checking tar v0.4.45 |
| 2513 | 2026-04-25T04:09:47.452Z | Checking base64 v0.21.7 |
| 2514 | 2026-04-25T04:09:47.597Z | Checking headers-core v0.3.0 |
| 2515 | 2026-04-25T04:09:47.632Z | Checking yasna v0.5.2 |
| 2516 | 2026-04-25T04:09:47.755Z | Checking headers v0.4.1 |
| 2517 | 2026-04-25T04:09:47.833Z | Checking dropshot-api-manager-types v0.6.0 |
| 2518 | 2026-04-25T04:09:48.031Z | Checking tagptr v0.2.0 |
| 2519 | 2026-04-25T04:09:48.064Z | Checking rcgen v0.12.1 |
| 2520 | 2026-04-25T04:09:48.205Z | Checking moka v0.12.13 |
| 2521 | 2026-04-25T04:09:48.238Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2522 | 2026-04-25T04:09:48.405Z | Checking utf-8 v0.7.6 |
| 2523 | 2026-04-25T04:09:48.442Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2524 | 2026-04-25T04:09:48.567Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2525 | 2026-04-25T04:09:48.623Z | Compiling libefi-sys v0.1.0 |
| 2526 | 2026-04-25T04:09:48.765Z | Compiling radium v0.7.0 |
| 2527 | 2026-04-25T04:09:48.869Z | Checking hickory-resolver v0.25.2 |
| 2528 | 2026-04-25T04:09:48.911Z | Compiling bitfield-struct v0.6.2 |
| 2529 | 2026-04-25T04:09:49.027Z | Compiling maybe-uninit v2.0.0 |
| 2530 | 2026-04-25T04:09:49.105Z | Checking tap v1.0.1 |
| 2531 | 2026-04-25T04:09:49.244Z | Checking wyz v0.5.1 |
| 2532 | 2026-04-25T04:09:49.295Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2533 | 2026-04-25T04:09:49.565Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2534 | 2026-04-25T04:09:49.598Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2535 | 2026-04-25T04:09:49.630Z | Compiling zerocopy-derive v0.6.6 |
| 2536 | 2026-04-25T04:09:49.661Z | Checking funty v2.0.0 |
| 2537 | 2026-04-25T04:09:49.879Z | Compiling packed_struct v0.10.1 |
| 2538 | 2026-04-25T04:09:50.003Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2539 | 2026-04-25T04:09:50.088Z | Checking crc-catalog v2.4.0 |
| 2540 | 2026-04-25T04:09:50.121Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2541 | 2026-04-25T04:09:50.199Z | Checking bitvec v1.0.1 |
| 2542 | 2026-04-25T04:09:50.230Z | Checking crc v3.4.0 |
| 2543 | 2026-04-25T04:09:50.385Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2544 | 2026-04-25T04:09:50.488Z | Checking zerocopy v0.6.6 |
| 2545 | 2026-04-25T04:09:50.562Z | Checking tungstenite v0.21.0 |
| 2546 | 2026-04-25T04:09:50.566Z | Compiling packed_struct_codegen v0.10.1 |
| 2547 | 2026-04-25T04:09:50.599Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2548 | 2026-04-25T04:09:50.641Z | Compiling bitfield-macros v0.19.4 |
| 2549 | 2026-04-25T04:09:50.821Z | Compiling indexmap v1.9.3 |
| 2550 | 2026-04-25T04:09:51.024Z | Checking nodrop v0.1.14 |
| 2551 | 2026-04-25T04:09:51.094Z | Checking tokio-tungstenite v0.21.0 |
| 2552 | 2026-04-25T04:09:51.144Z | Checking array-init v0.0.4 |
| 2553 | 2026-04-25T04:09:51.444Z | Checking smallvec v0.6.14 |
| 2554 | 2026-04-25T04:09:51.473Z | Checking bitfield v0.19.4 |
| 2555 | 2026-04-25T04:09:51.481Z | Checking hashbrown v0.12.3 |
| 2556 | 2026-04-25T04:09:51.552Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2557 | 2026-04-25T04:09:51.632Z | Checking serde-hex v0.1.0 |
| 2558 | 2026-04-25T04:09:51.744Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2559 | 2026-04-25T04:09:51.749Z | Checking ron v0.8.1 |
| 2560 | 2026-04-25T04:09:52.240Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2561 | 2026-04-25T04:09:52.277Z | Checking hashbrown v0.13.2 |
| 2562 | 2026-04-25T04:09:52.319Z | Checking crc-any v2.5.0 |
| 2563 | 2026-04-25T04:09:52.515Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2564 | 2026-04-25T04:09:52.549Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2565 | 2026-04-25T04:09:52.707Z | Checking path-slash v0.1.5 |
| 2566 | 2026-04-25T04:09:52.743Z | Checking object v0.30.4 |
| 2567 | 2026-04-25T04:09:52.746Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2568 | 2026-04-25T04:09:52.746Z | Compiling xshell-macros v0.2.7 |
| 2569 | 2026-04-25T04:09:52.839Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2570 | 2026-04-25T04:09:53.128Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2571 | 2026-04-25T04:09:53.177Z | Checking xshell v0.2.7 |
| 2572 | 2026-04-25T04:09:53.225Z | Checking half v1.8.3 |
| 2573 | 2026-04-25T04:09:53.450Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2574 | 2026-04-25T04:09:53.464Z | Checking serde_cbor v0.11.2 |
| 2575 | 2026-04-25T04:09:53.781Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2576 | 2026-04-25T04:09:54.027Z | Compiling num-derive v0.3.3 |
| 2577 | 2026-04-25T04:09:54.031Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2578 | 2026-04-25T04:09:54.132Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2579 | 2026-04-25T04:09:54.167Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2580 | 2026-04-25T04:09:54.381Z | Checking papergrid v0.17.0 |
| 2581 | 2026-04-25T04:09:54.495Z | Compiling proc-macro-error2 v2.0.1 |
| 2582 | 2026-04-25T04:09:54.833Z | Compiling tabled_derive v0.11.0 |
| 2583 | 2026-04-25T04:09:54.874Z | Checking testing_table v0.3.0 |
| 2584 | 2026-04-25T04:09:54.943Z | Checking libscf-sys v1.1.0 |
| 2585 | 2026-04-25T04:09:54.997Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2586 | 2026-04-25T04:09:55.102Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2587 | 2026-04-25T04:09:55.185Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2588 | 2026-04-25T04:09:55.334Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2589 | 2026-04-25T04:09:55.524Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2590 | 2026-04-25T04:09:55.589Z | Checking maplit v1.0.2 |
| 2591 | 2026-04-25T04:09:55.692Z | Checking fxhash v0.2.1 |
| 2592 | 2026-04-25T04:09:55.874Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2593 | 2026-04-25T04:09:55.878Z | Checking crc8 v0.1.1 |
| 2594 | 2026-04-25T04:09:55.940Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2595 | 2026-04-25T04:09:56.031Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2596 | 2026-04-25T04:09:56.066Z | Checking tabled v0.20.0 |
| 2597 | 2026-04-25T04:09:56.184Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2598 | 2026-04-25T04:09:56.557Z | Checking unicase v2.9.0 |
| 2599 | 2026-04-25T04:09:56.747Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2600 | 2026-04-25T04:09:56.791Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2601 | 2026-04-25T04:09:56.882Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2602 | 2026-04-25T04:09:57.078Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2603 | 2026-04-25T04:09:57.179Z | Checking kstat-rs v0.2.4 |
| 2604 | 2026-04-25T04:09:57.323Z | Compiling diesel_derives v2.3.7 |
| 2605 | 2026-04-25T04:09:57.390Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2606 | 2026-04-25T04:09:57.422Z | Compiling typify-impl v0.4.3 |
| 2607 | 2026-04-25T04:09:57.572Z | Checking scheduled-thread-pool v0.2.7 |
| 2608 | 2026-04-25T04:09:57.675Z | Compiling dsl_auto_type v0.2.0 |
| 2609 | 2026-04-25T04:09:57.744Z | Checking arc-swap v1.8.2 |
| 2610 | 2026-04-25T04:09:57.995Z | Compiling vergen-gitcl v1.0.8 |
| 2611 | 2026-04-25T04:09:58.177Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2612 | 2026-04-25T04:09:58.211Z | Compiling parking_lot_core v0.8.6 |
| 2613 | 2026-04-25T04:09:58.287Z | Checking slog-scope v4.4.1 |
| 2614 | 2026-04-25T04:09:58.321Z | Checking r2d2 v0.8.10 |
| 2615 | 2026-04-25T04:09:58.455Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2616 | 2026-04-25T04:09:58.532Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2617 | 2026-04-25T04:09:58.780Z | Compiling git-stub v1.0.0 |
| 2618 | 2026-04-25T04:09:58.878Z | Checking downcast-rs v2.0.2 |
| 2619 | 2026-04-25T04:09:59.008Z | Compiling git-stub-vcs v0.1.0 |
| 2620 | 2026-04-25T04:09:59.289Z | Checking slog-stdlog v4.1.1 |
| 2621 | 2026-04-25T04:09:59.412Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2622 | 2026-04-25T04:09:59.443Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2623 | 2026-04-25T04:09:59.478Z | Checking slog-envlogger v2.2.0 |
| 2624 | 2026-04-25T04:09:59.659Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2625 | 2026-04-25T04:09:59.762Z | Checking parking_lot v0.11.2 |
| 2626 | 2026-04-25T04:09:59.962Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2627 | 2026-04-25T04:09:59.995Z | Checking prefix-trie v0.7.0 |
| 2628 | 2026-04-25T04:10:00.185Z | Checking sled v0.34.7 |
| 2629 | 2026-04-25T04:10:00.252Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2630 | 2026-04-25T04:10:00.294Z | Checking nanorand v0.7.0 |
| 2631 | 2026-04-25T04:10:00.339Z | Checking hickory-server v0.25.2 |
| 2632 | 2026-04-25T04:10:00.446Z | Compiling dirs-sys-next v0.1.2 |
| 2633 | 2026-04-25T04:10:00.520Z | Compiling crunchy v0.2.4 |
| 2634 | 2026-04-25T04:10:00.622Z | Compiling dirs-next v2.0.0 |
| 2635 | 2026-04-25T04:10:00.755Z | Checking flume v0.11.1 |
| 2636 | 2026-04-25T04:10:00.800Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2637 | 2026-04-25T04:10:00.879Z | Compiling clang-sys v1.8.1 |
| 2638 | 2026-04-25T04:10:01.026Z | Checking primeorder v0.13.6 |
| 2639 | 2026-04-25T04:10:01.155Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2640 | 2026-04-25T04:10:01.275Z | Compiling tiny-keccak v2.0.2 |
| 2641 | 2026-04-25T04:10:01.442Z | Compiling term v0.7.0 |
| 2642 | 2026-04-25T04:10:01.474Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2643 | 2026-04-25T04:10:01.505Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2644 | 2026-04-25T04:10:01.860Z | Compiling salty v0.3.0 |
| 2645 | 2026-04-25T04:10:01.867Z | Compiling typify-macro v0.4.3 |
| 2646 | 2026-04-25T04:10:02.021Z | Compiling bit-vec v0.6.3 |
| 2647 | 2026-04-25T04:10:02.128Z | Compiling ascii-canvas v3.0.0 |
| 2648 | 2026-04-25T04:10:02.271Z | Compiling bit-set v0.5.3 |
| 2649 | 2026-04-25T04:10:02.424Z | Compiling itertools v0.10.5 |
| 2650 | 2026-04-25T04:10:02.456Z | Compiling ena v0.14.4 |
| 2651 | 2026-04-25T04:10:02.698Z | Compiling libloading v0.8.9 |
| 2652 | 2026-04-25T04:10:02.775Z | Compiling fs-err v2.11.0 |
| 2653 | 2026-04-25T04:10:02.836Z | Compiling bindgen v0.71.1 |
| 2654 | 2026-04-25T04:10:02.883Z | Compiling regex-syntax v0.6.29 |
| 2655 | 2026-04-25T04:10:02.935Z | Compiling diff v0.1.13 |
| 2656 | 2026-04-25T04:10:03.322Z | Checking p384 v0.13.1 |
| 2657 | 2026-04-25T04:10:03.514Z | Compiling cexpr v0.6.0 |
| 2658 | 2026-04-25T04:10:03.517Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2659 | 2026-04-25T04:10:03.579Z | Compiling typify v0.4.3 |
| 2660 | 2026-04-25T04:10:03.677Z | Checking diesel v2.3.7 |
| 2661 | 2026-04-25T04:10:03.760Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2662 | 2026-04-25T04:10:03.851Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2663 | 2026-04-25T04:10:04.105Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2664 | 2026-04-25T04:10:04.199Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2665 | 2026-04-25T04:10:04.407Z | Compiling lalrpop v0.19.12 |
| 2666 | 2026-04-25T04:10:04.446Z | Compiling libxml v0.3.3 |
| 2667 | 2026-04-25T04:10:04.471Z | Checking parse-size v1.1.0 |
| 2668 | 2026-04-25T04:10:04.548Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2669 | 2026-04-25T04:10:04.731Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2670 | 2026-04-25T04:10:04.878Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2671 | 2026-04-25T04:10:04.983Z | Compiling strum_macros v0.24.3 |
| 2672 | 2026-04-25T04:10:06.063Z | Compiling indoc v1.0.9 |
| 2673 | 2026-04-25T04:10:06.106Z | Checking assert_matches v1.5.0 |
| 2674 | 2026-04-25T04:10:06.367Z | Compiling progenitor-impl v0.10.0 |
| 2675 | 2026-04-25T04:10:06.816Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2676 | 2026-04-25T04:10:06.848Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2677 | 2026-04-25T04:10:07.080Z | Checking predicates-tree v1.0.13 |
| 2678 | 2026-04-25T04:10:07.216Z | Checking derive_builder v0.20.2 |
| 2679 | 2026-04-25T04:10:07.360Z | Checking quick-xml v0.37.5 |
| 2680 | 2026-04-25T04:10:07.402Z | Compiling oso-derive v0.27.3 |
| 2681 | 2026-04-25T04:10:07.795Z | Compiling trait-variant v0.1.2 |
| 2682 | 2026-04-25T04:10:07.909Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2683 | 2026-04-25T04:10:08.261Z | Checking openssl-probe v0.1.6 |
| 2684 | 2026-04-25T04:10:08.354Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2685 | 2026-04-25T04:10:08.401Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2686 | 2026-04-25T04:10:08.988Z | Compiling progenitor-macro v0.10.0 |
| 2687 | 2026-04-25T04:10:09.150Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2688 | 2026-04-25T04:10:09.759Z | Compiling progenitor-impl v0.11.2 |
| 2689 | 2026-04-25T04:10:10.220Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2690 | 2026-04-25T04:10:10.430Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2691 | 2026-04-25T04:10:12.212Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2692 | 2026-04-25T04:10:12.279Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2693 | 2026-04-25T04:10:12.485Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2694 | 2026-04-25T04:10:13.280Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2695 | 2026-04-25T04:10:13.521Z | Checking toml v1.0.6+spec-1.1.0 |
| 2696 | 2026-04-25T04:10:13.622Z | Compiling mime_guess v2.0.5 |
| 2697 | 2026-04-25T04:10:13.889Z | Checking progenitor v0.10.0 |
| 2698 | 2026-04-25T04:10:14.065Z | Compiling progenitor-macro v0.11.2 |
| 2699 | 2026-04-25T04:10:14.192Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2700 | 2026-04-25T04:10:14.241Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2701 | 2026-04-25T04:10:14.511Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2702 | 2026-04-25T04:10:14.814Z | Checking progenitor-client v0.11.2 |
| 2703 | 2026-04-25T04:10:14.935Z | Checking http-range v0.1.5 |
| 2704 | 2026-04-25T04:10:15.077Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2705 | 2026-04-25T04:10:15.080Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2706 | 2026-04-25T04:10:15.177Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2707 | 2026-04-25T04:10:15.220Z | Checking ignore v0.4.25 |
| 2708 | 2026-04-25T04:10:15.669Z | Checking atty v0.2.14 |
| 2709 | 2026-04-25T04:10:15.828Z | Checking globwalk v0.9.1 |
| 2710 | 2026-04-25T04:10:16.063Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2711 | 2026-04-25T04:10:16.398Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2712 | 2026-04-25T04:10:16.668Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2713 | 2026-04-25T04:10:16.812Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2714 | 2026-04-25T04:10:16.854Z | Checking bb8 v0.8.6 |
| 2715 | 2026-04-25T04:10:17.164Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2716 | 2026-04-25T04:10:17.197Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2717 | 2026-04-25T04:10:17.393Z | Checking compression-core v0.4.31 |
| 2718 | 2026-04-25T04:10:17.436Z | Checking corncobs v0.1.4 |
| 2719 | 2026-04-25T04:10:17.555Z | Checking compression-codecs v0.4.37 |
| 2720 | 2026-04-25T04:10:17.595Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2721 | 2026-04-25T04:10:17.759Z | Checking diesel-dtrace v0.5.0 |
| 2722 | 2026-04-25T04:10:17.792Z | Checking async-bb8-diesel v0.2.1 |
| 2723 | 2026-04-25T04:10:18.078Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2724 | 2026-04-25T04:10:18.172Z | Checking hyper-staticfile v0.10.1 |
| 2725 | 2026-04-25T04:10:18.271Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2726 | 2026-04-25T04:10:18.433Z | Checking camino-tempfile-ext v0.3.3 |
| 2727 | 2026-04-25T04:10:18.468Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2728 | 2026-04-25T04:10:18.499Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2729 | 2026-04-25T04:10:18.661Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2730 | 2026-04-25T04:10:18.775Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2731 | 2026-04-25T04:10:18.881Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2732 | 2026-04-25T04:10:19.000Z | Checking progenitor v0.11.2 |
| 2733 | 2026-04-25T04:10:19.167Z | Checking signal-hook-tokio v0.3.1 |
| 2734 | 2026-04-25T04:10:19.324Z | Checking secrecy v0.8.0 |
| 2735 | 2026-04-25T04:10:19.431Z | Compiling dropshot v0.17.0 |
| 2736 | 2026-04-25T04:10:19.493Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2737 | 2026-04-25T04:10:19.836Z | Checking async-compression v0.4.41 |
| 2738 | 2026-04-25T04:10:19.868Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2739 | 2026-04-25T04:10:20.127Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2740 | 2026-04-25T04:10:20.373Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2741 | 2026-04-25T04:10:20.406Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2742 | 2026-04-25T04:10:20.767Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2743 | 2026-04-25T04:10:20.838Z | Compiling dropshot_endpoint v0.17.0 |
| 2744 | 2026-04-25T04:10:20.988Z | Checking nonempty v0.12.0 |
| 2745 | 2026-04-25T04:10:21.132Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2746 | 2026-04-25T04:10:21.198Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2747 | 2026-04-25T04:10:21.339Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2748 | 2026-04-25T04:10:21.404Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2749 | 2026-04-25T04:10:21.631Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2750 | 2026-04-25T04:10:21.770Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2751 | 2026-04-25T04:10:22.151Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2752 | 2026-04-25T04:10:22.354Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2753 | 2026-04-25T04:10:22.602Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2754 | 2026-04-25T04:10:22.885Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2755 | 2026-04-25T04:10:22.920Z | Checking tungstenite v0.23.0 |
| 2756 | 2026-04-25T04:10:23.370Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2757 | 2026-04-25T04:10:23.572Z | Checking tokio-tungstenite v0.23.1 |
| 2758 | 2026-04-25T04:10:23.870Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2759 | 2026-04-25T04:10:24.241Z | Checking rand_seeder v0.4.0 |
| 2760 | 2026-04-25T04:10:24.422Z | Checking void v1.0.2 |
| 2761 | 2026-04-25T04:10:24.550Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2762 | 2026-04-25T04:10:24.583Z | Checking lzss v0.8.2 |
| 2763 | 2026-04-25T04:10:24.700Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2764 | 2026-04-25T04:10:24.798Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2765 | 2026-04-25T04:10:24.949Z | Checking nix v0.27.1 |
| 2766 | 2026-04-25T04:10:24.992Z | Checking serde_bytes v0.11.19 |
| 2767 | 2026-04-25T04:10:25.200Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2768 | 2026-04-25T04:10:25.403Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2769 | 2026-04-25T04:10:25.468Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2770 | 2026-04-25T04:10:25.501Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2771 | 2026-04-25T04:10:26.250Z | Checking is_ci v1.2.0 |
| 2772 | 2026-04-25T04:10:26.303Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2773 | 2026-04-25T04:10:26.382Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2774 | 2026-04-25T04:10:26.639Z | Checking yansi v1.0.1 |
| 2775 | 2026-04-25T04:10:26.679Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2776 | 2026-04-25T04:10:26.903Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2777 | 2026-04-25T04:10:26.967Z | Checking pretty_assertions v1.4.1 |
| 2778 | 2026-04-25T04:10:27.000Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2779 | 2026-04-25T04:10:27.130Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2780 | 2026-04-25T04:10:27.392Z | Compiling darling_core v0.23.0 |
| 2781 | 2026-04-25T04:10:28.242Z | Compiling indoc v2.0.7 |
| 2782 | 2026-04-25T04:10:28.277Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2783 | 2026-04-25T04:10:28.526Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2784 | 2026-04-25T04:10:28.718Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2785 | 2026-04-25T04:10:28.751Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2786 | 2026-04-25T04:10:28.975Z | Compiling instability v0.3.11 |
| 2787 | 2026-04-25T04:10:29.131Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2788 | 2026-04-25T04:10:29.360Z | Compiling libz-sys v1.1.24 |
| 2789 | 2026-04-25T04:10:29.568Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2790 | 2026-04-25T04:10:29.762Z | Checking castaway v0.2.4 |
| 2791 | 2026-04-25T04:10:29.904Z | Checking compact_str v0.8.1 |
| 2792 | 2026-04-25T04:10:29.938Z | Compiling darling_macro v0.23.0 |
| 2793 | 2026-04-25T04:10:30.307Z | Checking supports-color v3.0.2 |
| 2794 | 2026-04-25T04:10:30.474Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2795 | 2026-04-25T04:10:30.504Z | Compiling darling v0.23.0 |
| 2796 | 2026-04-25T04:10:30.678Z | Checking unicode-truncate v1.1.0 |
| 2797 | 2026-04-25T04:10:30.764Z | Checking console v0.16.2 |
| 2798 | 2026-04-25T04:10:30.886Z | Checking lru v0.12.5 |
| 2799 | 2026-04-25T04:10:31.077Z | Checking cassowary v0.3.0 |
| 2800 | 2026-04-25T04:10:31.080Z | Checking unit-prefix v0.5.2 |
| 2801 | 2026-04-25T04:10:31.277Z | Checking indicatif v0.18.4 |
| 2802 | 2026-04-25T04:10:31.370Z | Checking ratatui v0.29.0 |
| 2803 | 2026-04-25T04:10:31.401Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2804 | 2026-04-25T04:10:31.433Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2805 | 2026-04-25T04:10:31.655Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2806 | 2026-04-25T04:10:31.832Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2807 | 2026-04-25T04:10:32.713Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2808 | 2026-04-25T04:10:32.944Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2809 | 2026-04-25T04:10:33.084Z | Compiling vergen-git2 v1.0.7 |
| 2810 | 2026-04-25T04:10:33.215Z | Checking plotters-backend v0.3.7 |
| 2811 | 2026-04-25T04:10:33.251Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2812 | 2026-04-25T04:10:33.348Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2813 | 2026-04-25T04:10:33.447Z | Checking plotters-svg v0.3.7 |
| 2814 | 2026-04-25T04:10:33.479Z | Checking colored v2.2.0 |
| 2815 | 2026-04-25T04:10:33.571Z | Checking shell-words v1.1.1 |
| 2816 | 2026-04-25T04:10:33.616Z | Checking cast v0.3.0 |
| 2817 | 2026-04-25T04:10:33.707Z | Compiling rustls v0.21.12 |
| 2818 | 2026-04-25T04:10:33.776Z | Checking plotters v0.3.7 |
| 2819 | 2026-04-25T04:10:33.799Z | Checking criterion-plot v0.6.0 |
| 2820 | 2026-04-25T04:10:34.053Z | Checking typeid v1.0.3 |
| 2821 | 2026-04-25T04:10:34.086Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2822 | 2026-04-25T04:10:34.188Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2823 | 2026-04-25T04:10:34.412Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2824 | 2026-04-25T04:10:34.495Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2825 | 2026-04-25T04:10:34.635Z | Checking rustls-webpki v0.101.7 |
| 2826 | 2026-04-25T04:10:34.960Z | Checking sct v0.7.1 |
| 2827 | 2026-04-25T04:10:35.013Z | Checking tinytemplate v1.2.1 |
| 2828 | 2026-04-25T04:10:35.045Z | Compiling nix v0.29.0 |
| 2829 | 2026-04-25T04:10:35.126Z | Checking anes v0.1.6 |
| 2830 | 2026-04-25T04:10:35.257Z | Checking hex-literal v0.4.1 |
| 2831 | 2026-04-25T04:10:35.336Z | Checking oorandom v11.1.5 |
| 2832 | 2026-04-25T04:10:35.490Z | Checking criterion v0.7.0 |
| 2833 | 2026-04-25T04:10:35.531Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2834 | 2026-04-25T04:10:36.812Z | Checking erased-serde v0.4.9 |
| 2835 | 2026-04-25T04:10:36.843Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2836 | 2026-04-25T04:10:37.206Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2837 | 2026-04-25T04:10:37.598Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2838 | 2026-04-25T04:10:38.399Z | Checking ordered-float v2.10.1 |
| 2839 | 2026-04-25T04:10:38.643Z | Checking serde-value v0.7.0 |
| 2840 | 2026-04-25T04:10:38.885Z | Checking serde-untagged v0.1.9 |
| 2841 | 2026-04-25T04:10:39.112Z | Checking tokio-rustls v0.24.1 |
| 2842 | 2026-04-25T04:10:39.609Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2843 | 2026-04-25T04:10:40.150Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2844 | 2026-04-25T04:10:40.378Z | Checking rustls-pemfile v1.0.4 |
| 2845 | 2026-04-25T04:10:40.432Z | Checking twox-hash v2.1.2 |
| 2846 | 2026-04-25T04:10:40.547Z | Checking unicode-xid v0.2.6 |
| 2847 | 2026-04-25T04:10:40.691Z | Checking cargo-util-schemas v0.8.2 |
| 2848 | 2026-04-25T04:10:40.813Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2849 | 2026-04-25T04:10:41.657Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2850 | 2026-04-25T04:10:41.776Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2851 | 2026-04-25T04:10:41.956Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2852 | 2026-04-25T04:10:42.333Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2853 | 2026-04-25T04:10:42.530Z | Checking fatfs v0.3.6 |
| 2854 | 2026-04-25T04:10:43.019Z | Checking cargo-platform v0.2.0 |
| 2855 | 2026-04-25T04:10:43.207Z | Compiling petname v2.0.2 |
| 2856 | 2026-04-25T04:10:43.241Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2857 | 2026-04-25T04:10:43.274Z | Compiling seq-macro v0.3.6 |
| 2858 | 2026-04-25T04:10:43.787Z | Checking cargo_metadata v0.21.0 |
| 2859 | 2026-04-25T04:10:43.867Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2860 | 2026-04-25T04:10:44.548Z | Checking polyval v0.6.2 |
| 2861 | 2026-04-25T04:10:44.581Z | Checking concurrent-queue v2.5.0 |
| 2862 | 2026-04-25T04:10:44.744Z | Checking rtoolbox v0.0.3 |
| 2863 | 2026-04-25T04:10:44.791Z | Checking parking v2.2.1 |
| 2864 | 2026-04-25T04:10:44.902Z | Checking futures-timer v3.0.3 |
| 2865 | 2026-04-25T04:10:44.935Z | Checking rpassword v7.4.0 |
| 2866 | 2026-04-25T04:10:44.966Z | Checking event-listener v5.4.1 |
| 2867 | 2026-04-25T04:10:45.072Z | Checking ghash v0.5.1 |
| 2868 | 2026-04-25T04:10:45.210Z | Checking tui-tree-widget v0.23.1 |
| 2869 | 2026-04-25T04:10:45.243Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2870 | 2026-04-25T04:10:45.434Z | Checking ssh-encoding v0.2.0 |
| 2871 | 2026-04-25T04:10:45.461Z | Checking ctr v0.9.2 |
| 2872 | 2026-04-25T04:10:45.512Z | Checking sapling-renderdag v0.1.0 |
| 2873 | 2026-04-25T04:10:45.649Z | Checking sync-ptr v0.1.4 |
| 2874 | 2026-04-25T04:10:45.681Z | Checking aes-gcm v0.10.3 |
| 2875 | 2026-04-25T04:10:45.774Z | Checking event-listener-strategy v0.5.4 |
| 2876 | 2026-04-25T04:10:45.811Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2877 | 2026-04-25T04:10:45.874Z | Checking blowfish v0.9.1 |
| 2878 | 2026-04-25T04:10:45.941Z | Checking constant_time_eq v0.4.2 |
| 2879 | 2026-04-25T04:10:46.030Z | Checking arrayref v0.3.9 |
| 2880 | 2026-04-25T04:10:46.062Z | Checking arrayvec v0.7.6 |
| 2881 | 2026-04-25T04:10:46.094Z | Compiling samael v0.0.19 |
| 2882 | 2026-04-25T04:10:46.127Z | Checking bcrypt-pbkdf v0.10.0 |
| 2883 | 2026-04-25T04:10:46.202Z | Checking async-lock v3.4.2 |
| 2884 | 2026-04-25T04:10:46.275Z | Checking ssh-cipher v0.2.0 |
| 2885 | 2026-04-25T04:10:46.318Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2886 | 2026-04-25T04:10:46.474Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2887 | 2026-04-25T04:10:46.614Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2888 | 2026-04-25T04:10:47.274Z | Checking p521 v0.13.3 |
| 2889 | 2026-04-25T04:10:47.277Z | Checking p256 v0.13.2 |
| 2890 | 2026-04-25T04:10:47.588Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2891 | 2026-04-25T04:10:47.899Z | Checking ssh-key v0.6.7 |
| 2892 | 2026-04-25T04:10:48.668Z | Checking async-object-pool v0.2.0 |
| 2893 | 2026-04-25T04:10:48.776Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2894 | 2026-04-25T04:10:48.809Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2895 | 2026-04-25T04:10:49.102Z | Checking serde_regex v1.1.0 |
| 2896 | 2026-04-25T04:10:49.136Z | Checking password-hash v0.4.2 |
| 2897 | 2026-04-25T04:10:49.286Z | Checking assert-json-diff v2.0.2 |
| 2898 | 2026-04-25T04:10:49.377Z | Checking path-tree v0.8.3 |
| 2899 | 2026-04-25T04:10:49.464Z | Checking gimli v0.32.3 |
| 2900 | 2026-04-25T04:10:49.496Z | Checking md5 v0.7.0 |
| 2901 | 2026-04-25T04:10:49.588Z | Compiling target-lexicon v0.13.3 |
| 2902 | 2026-04-25T04:10:49.696Z | Checking stringmetrics v2.2.2 |
| 2903 | 2026-04-25T04:10:49.876Z | Checking httpmock v0.8.3 |
| 2904 | 2026-04-25T04:10:50.158Z | Checking pbkdf2 v0.11.0 |
| 2905 | 2026-04-25T04:10:50.593Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2906 | 2026-04-25T04:10:50.842Z | Checking russh-cryptovec v0.7.3 |
| 2907 | 2026-04-25T04:10:51.008Z | Compiling guppy-workspace-hack v0.1.0 |
| 2908 | 2026-04-25T04:10:51.041Z | Checking addr2line v0.25.1 |
| 2909 | 2026-04-25T04:10:51.223Z | Checking rustc-demangle v0.1.27 |
| 2910 | 2026-04-25T04:10:51.390Z | Checking russh-keys v0.45.0 |
| 2911 | 2026-04-25T04:10:51.484Z | Checking backtrace v0.3.76 |
| 2912 | 2026-04-25T04:10:52.059Z | Checking russh-cryptovec v0.48.0 |
| 2913 | 2026-04-25T04:10:52.091Z | Checking num-bigint v0.4.6 |
| 2914 | 2026-04-25T04:10:52.124Z | Checking russh-util v0.48.0 |
| 2915 | 2026-04-25T04:10:52.231Z | Checking des v0.8.1 |
| 2916 | 2026-04-25T04:10:52.301Z | Compiling blake3 v1.8.3 |
| 2917 | 2026-04-25T04:10:52.412Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2918 | 2026-04-25T04:10:52.445Z | Compiling target-spec v3.5.7 |
| 2919 | 2026-04-25T04:10:52.840Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2920 | 2026-04-25T04:10:52.913Z | Checking russh-keys v0.49.2 |
| 2921 | 2026-04-25T04:10:53.058Z | Checking russh v0.45.0 |
| 2922 | 2026-04-25T04:10:53.165Z | Checking cfg-expr v0.20.6 |
| 2923 | 2026-04-25T04:10:53.427Z | Checking backtrace-ext v0.2.1 |
| 2924 | 2026-04-25T04:10:53.562Z | Checking supports-color v2.1.0 |
| 2925 | 2026-04-25T04:10:53.594Z | Checking textwrap v0.15.2 |
| 2926 | 2026-04-25T04:10:53.626Z | Checking supports-hyperlinks v2.1.0 |
| 2927 | 2026-04-25T04:10:53.729Z | Checking supports-unicode v2.1.0 |
| 2928 | 2026-04-25T04:10:53.770Z | Checking hashbrown v0.14.5 |
| 2929 | 2026-04-25T04:10:53.827Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2930 | 2026-04-25T04:10:53.872Z | Checking cargo-platform v0.3.2 |
| 2931 | 2026-04-25T04:10:54.052Z | Checking socket2 v0.5.10 |
| 2932 | 2026-04-25T04:10:54.086Z | Checking terminal_size v0.1.17 |
| 2933 | 2026-04-25T04:10:54.223Z | Compiling miette-derive v5.10.0 |
| 2934 | 2026-04-25T04:10:54.265Z | Checking internet-checksum v0.2.1 |
| 2935 | 2026-04-25T04:10:54.329Z | Checking owo-colors v3.5.0 |
| 2936 | 2026-04-25T04:10:54.412Z | Checking chumsky v0.9.3 |
| 2937 | 2026-04-25T04:10:54.883Z | Checking cargo_metadata v0.23.1 |
| 2938 | 2026-04-25T04:10:55.359Z | Checking miette v5.10.0 |
| 2939 | 2026-04-25T04:10:55.524Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2940 | 2026-04-25T04:10:55.650Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2941 | 2026-04-25T04:10:55.726Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2942 | 2026-04-25T04:10:55.864Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2943 | 2026-04-25T04:10:56.066Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2944 | 2026-04-25T04:10:56.137Z | Compiling knuffel-derive v3.2.0 |
| 2945 | 2026-04-25T04:10:56.429Z | Checking httptest v0.16.4 |
| 2946 | 2026-04-25T04:10:56.462Z | Checking pathdiff v0.2.3 |
| 2947 | 2026-04-25T04:10:56.596Z | Checking topological-sort v0.2.2 |
| 2948 | 2026-04-25T04:10:56.766Z | Checking nested v0.1.1 |
| 2949 | 2026-04-25T04:10:56.823Z | Checking omicron-zone-package v0.12.2 |
| 2950 | 2026-04-25T04:10:56.914Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2951 | 2026-04-25T04:10:56.946Z | Checking guppy v0.17.25 |
| 2952 | 2026-04-25T04:10:57.153Z | Checking similar-asserts v1.7.0 |
| 2953 | 2026-04-25T04:10:57.284Z | Compiling git2 v0.20.4 |
| 2954 | 2026-04-25T04:10:57.338Z | Compiling rstest_macros v0.25.0 |
| 2955 | 2026-04-25T04:10:57.644Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2956 | 2026-04-25T04:10:57.676Z | Checking knuffel v3.2.0 |
| 2957 | 2026-04-25T04:10:57.744Z | Compiling target-triple v1.0.0 |
| 2958 | 2026-04-25T04:10:57.903Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2959 | 2026-04-25T04:10:57.937Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2960 | 2026-04-25T04:10:58.101Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2961 | 2026-04-25T04:10:58.313Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2962 | 2026-04-25T04:10:58.346Z | Checking hickory-client v0.25.2 |
| 2963 | 2026-04-25T04:10:58.648Z | Checking tokio-test v0.4.5 |
| 2964 | 2026-04-25T04:10:58.884Z | Compiling relative-path v1.9.3 |
| 2965 | 2026-04-25T04:10:58.939Z | Compiling assert_cmd v2.1.2 |
| 2966 | 2026-04-25T04:10:59.213Z | Checking escape8259 v0.5.3 |
| 2967 | 2026-04-25T04:10:59.377Z | Checking libtest-mimic v0.8.1 |
| 2968 | 2026-04-25T04:10:59.880Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2969 | 2026-04-25T04:11:00.019Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2970 | 2026-04-25T04:11:00.263Z | Checking blake2b_simd v1.0.4 |
| 2971 | 2026-04-25T04:11:00.603Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2972 | 2026-04-25T04:11:00.679Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2973 | 2026-04-25T04:11:00.714Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2974 | 2026-04-25T04:11:01.110Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2975 | 2026-04-25T04:11:01.210Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2976 | 2026-04-25T04:11:01.441Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2977 | 2026-04-25T04:11:01.508Z | Compiling polar-core v0.27.3 |
| 2978 | 2026-04-25T04:11:01.655Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2979 | 2026-04-25T04:11:01.915Z | Checking fancy-regex v0.14.0 |
| 2980 | 2026-04-25T04:11:02.085Z | Checking serde_tokenstream v0.2.3 |
| 2981 | 2026-04-25T04:11:02.253Z | Checking uzers v0.12.2 |
| 2982 | 2026-04-25T04:11:02.333Z | Checking constant_time_eq v0.3.1 |
| 2983 | 2026-04-25T04:11:02.466Z | Compiling linkme-impl v0.3.35 |
| 2984 | 2026-04-25T04:11:02.498Z | Checking termcolor v1.4.1 |
| 2985 | 2026-04-25T04:11:02.740Z | Checking trybuild v1.0.116 |
| 2986 | 2026-04-25T04:11:02.772Z | Checking rstest v0.25.0 |
| 2987 | 2026-04-25T04:11:02.877Z | Checking rust-argon2 v2.1.0 |
| 2988 | 2026-04-25T04:11:02.948Z | Checking datatest-stable v0.3.3 |
| 2989 | 2026-04-25T04:11:03.390Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2990 | 2026-04-25T04:11:03.454Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2991 | 2026-04-25T04:11:03.678Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2992 | 2026-04-25T04:11:03.748Z | Checking support-bundle-viewer v0.1.2 |
| 2993 | 2026-04-25T04:11:04.036Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2994 | 2026-04-25T04:11:04.265Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2995 | 2026-04-25T04:11:04.344Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2996 | 2026-04-25T04:11:04.493Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2997 | 2026-04-25T04:11:04.576Z | Checking drift v0.1.3 |
| 2998 | 2026-04-25T04:11:04.726Z | Checking rand_distr v0.5.1 |
| 2999 | 2026-04-25T04:11:04.923Z | Checking multimap v0.10.1 |
| 3000 | 2026-04-25T04:11:05.181Z | Checking approx v0.5.1 |
| 3001 | 2026-04-25T04:11:05.193Z | Compiling linkme v0.3.35 |
| 3002 | 2026-04-25T04:11:05.412Z | Checking dropshot-api-manager v0.6.0 |
| 3003 | 2026-04-25T04:11:05.916Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3004 | 2026-04-25T04:11:06.481Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3005 | 2026-04-25T04:11:06.651Z | Checking oso v0.27.3 |
| 3006 | 2026-04-25T04:11:06.684Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3007 | 2026-04-25T04:11:06.715Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3008 | 2026-04-25T04:11:06.823Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3009 | 2026-04-25T04:11:06.857Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3010 | 2026-04-25T04:11:07.065Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3011 | 2026-04-25T04:11:07.284Z | Checking partial-io v0.5.4 |
| 3012 | 2026-04-25T04:11:07.318Z | Checking cargo_toml v0.21.0 |
| 3013 | 2026-04-25T04:11:07.401Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3014 | 2026-04-25T04:11:07.528Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3015 | 2026-04-25T04:11:07.593Z | Checking termios v0.3.3 |
| 3016 | 2026-04-25T04:11:07.627Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3017 | 2026-04-25T04:11:08.022Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3018 | 2026-04-25T04:11:08.102Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3019 | 2026-04-25T04:11:08.179Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3020 | 2026-04-25T04:11:11.434Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3021 | 2026-04-25T04:11:11.848Z | error[E0432]: unresolved import `russh_keys::key::KeyPair` |
| 3022 | 2026-04-25T04:11:11.848Z | --> end-to-end-tests/src/instance_launch.rs:16:23 |
| 3023 | 2026-04-25T04:11:11.848Z | | |
| 3024 | 2026-04-25T04:11:11.848Z | 16 | use russh_keys::key::{KeyPair, PublicKey}; |
| 3025 | 2026-04-25T04:11:11.848Z | | ^^^^^^^ no `KeyPair` in `key` |
| 3026 | 2026-04-25T04:11:11.848Z | |
| 3027 | 2026-04-25T04:11:11.859Z | error[E0603]: struct `PublicKey` is private |
| 3028 | 2026-04-25T04:11:11.859Z | --> end-to-end-tests/src/instance_launch.rs:16:32 |
| 3029 | 2026-04-25T04:11:11.859Z | | |
| 3030 | 2026-04-25T04:11:11.859Z | 16 | use russh_keys::key::{KeyPair, PublicKey}; |
| 3031 | 2026-04-25T04:11:11.859Z | | ^^^^^^^^^ private struct |
| 3032 | 2026-04-25T04:11:11.859Z | | |
| 3033 | 2026-04-25T04:11:11.859Z | note: the struct `PublicKey` is defined here |
| 3034 | 2026-04-25T04:11:11.859Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.49.2/src/key.rs:17:47 |
| 3035 | 2026-04-25T04:11:11.859Z | | |
| 3036 | 2026-04-25T04:11:11.859Z | 17 | use ssh_key::{Algorithm, EcdsaCurve, HashAlg, PublicKey}; |
| 3037 | 2026-04-25T04:11:11.859Z | | ^^^^^^^^^ |
| 3038 | 2026-04-25T04:11:11.859Z | help: import `PublicKey` directly |
| 3039 | 2026-04-25T04:11:11.859Z | | |
| 3040 | 2026-04-25T04:11:11.859Z | 16 | use russh_keys::key::{KeyPair, ssh_key::public::PublicKey}; |
| 3041 | 2026-04-25T04:11:11.859Z | | +++++++++++++++++ |
| 3042 | 2026-04-25T04:11:11.859Z | |
| 3043 | 2026-04-25T04:11:12.551Z | Some errors have detailed explanations: E0432, E0603. |
| 3044 | 2026-04-25T04:11:12.551Z | For more information about an error, try `rustc --explain E0432`. |
| 3045 | 2026-04-25T04:11:12.665Z | error: could not compile `end-to-end-tests` (lib test) due to 2 previous errors |
| 3046 | 2026-04-25T04:11:12.665Z | warning: build failed, waiting for other jobs to finish... |
| 3047 | 2026-04-25T04:11:28.313Z | Error: failed: exit status: 101 |
| 3048 | 2026-04-25T04:11:28.317Z | |
| 3049 | 2026-04-25T04:11:28.317Z | real 2:32.365504650 |
| 3050 | 2026-04-25T04:11:28.317Z | user 13:10.296949204 |
| 3051 | 2026-04-25T04:11:28.317Z | sys 3:20.736820467 |
| 3052 | 2026-04-25T04:11:28.317Z | trap 0.384933322 |
| 3053 | 2026-04-25T04:11:28.317Z | tflt 0.129068973 |
| 3054 | 2026-04-25T04:11:28.317Z | dflt 0.150507117 |
| 3055 | 2026-04-25T04:11:28.317Z | kflt 0.002150537 |
| 3056 | 2026-04-25T04:11:28.317Z | lock 39:14.834535026 |
| 3057 | 2026-04-25T04:11:28.317Z | slp 36:48.417421405 |
| 3058 | 2026-04-25T04:11:28.317Z | lat 1:25.534710516 |
| 3059 | 2026-04-25T04:11:28.317Z | stop 8:26.300067412 |
| 3060 | 2026-04-25T04:11:28.317Z | process exited: duration 404290 ms, exit code 1 |
| |
| 3061 | 2026-04-25T04:11:28.324Z | found 0 output files |