|
|
|
| 1 | 2026-04-07T02:19:40.431Z | job assigned to worker 01KNJVRCWY6S8P2BEW3AAD6QZP [factory aws, i-0f7853ce02ffcbc39] (queued for 2 m 15 s) |
| |
| 2 | 2026-04-07T02:19:47.184Z | starting task 0: "setup" |
| 3 | 2026-04-07T02:19:47.188Z | ++ uname -s |
| 4 | 2026-04-07T02:19:47.191Z | + kern=SunOS |
| 5 | 2026-04-07T02:19:47.191Z | + build_user=build |
| 6 | 2026-04-07T02:19:47.191Z | + build_uid=12345 |
| 7 | 2026-04-07T02:19:47.191Z | + work_dir=/work |
| 8 | 2026-04-07T02:19:47.191Z | + input_dir=/input |
| 9 | 2026-04-07T02:19:47.191Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-07T02:19:47.191Z | + case "$kern" in |
| 11 | 2026-04-07T02:19:47.191Z | + groupadd -g 12345 build |
| 12 | 2026-04-07T02:19:47.191Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-07T02:19:49.198Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-07T02:19:49.318Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-07T02:19:49.321Z | + home_fs=zfs |
| 16 | 2026-04-07T02:19:49.321Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-07T02:19:49.321Z | + mkdir -p /home/build |
| 18 | 2026-04-07T02:19:49.321Z | + chown build:build /home/build /work |
| 19 | 2026-04-07T02:19:51.323Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-07T02:19:51.326Z | process exited: duration 4143 ms, exit code 0 |
| |
| 21 | 2026-04-07T02:19:51.333Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-07T02:19:51.337Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-07T02:19:51.337Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-04-07T02:19:51.337Z | * rust toolchain profile = "default" |
| 25 | 2026-04-07T02:19:51.337Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-04-07T02:19:51.337Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-07T02:19:51.337Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-07T02:19:51.340Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-07T02:19:51.340Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-07T02:19:51.452Z | info: downloading installer |
| 31 | 2026-04-07T02:19:53.155Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-07T02:19:53.155Z | warn: /opt/ooce/bin |
| 33 | 2026-04-07T02:19:53.155Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-07T02:19:53.155Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-07T02:19:53.155Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-07T02:19:53.155Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-07T02:19:53.155Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-07T02:19:53.155Z | error: cannot install while Rust is installed |
| 39 | 2026-04-07T02:19:53.155Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-07T02:19:53.156Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-07T02:19:53.156Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-07T02:19:53.156Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-07T02:19:53.156Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-07T02:19:53.191Z | info: profile set to default |
| 45 | 2026-04-07T02:19:53.191Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-07T02:19:53.194Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-04-07T02:19:53.354Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-04-07T02:19:53.357Z | info: downloading 6 components |
| 49 | 2026-04-07T02:20:08.146Z | |
| 50 | 2026-04-07T02:20:08.146Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 51 | 2026-04-07T02:20:08.182Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-04-07T02:20:08.182Z | |
| 53 | 2026-04-07T02:20:08.182Z | |
| 54 | 2026-04-07T02:20:08.182Z | Rust is installed now. Great! |
| 55 | 2026-04-07T02:20:08.182Z | |
| 56 | 2026-04-07T02:20:08.182Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-07T02:20:08.182Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-07T02:20:08.183Z | |
| 59 | 2026-04-07T02:20:08.183Z | To configure your current shell, you need to source |
| 60 | 2026-04-07T02:20:08.183Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-07T02:20:08.183Z | |
| 62 | 2026-04-07T02:20:08.183Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-07T02:20:08.183Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-07T02:20:08.183Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-07T02:20:08.183Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-07T02:20:08.183Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-07T02:20:08.187Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-07T02:20:08.187Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-07T02:20:08.187Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-07T02:20:08.187Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-07T02:20:08.281Z | + rustup --version |
| 72 | 2026-04-07T02:20:08.290Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-07T02:20:08.293Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-07T02:20:08.312Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-04-07T02:20:08.316Z | + cargo --version |
| 76 | 2026-04-07T02:20:08.327Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-04-07T02:20:08.331Z | + rustc --version |
| 78 | 2026-04-07T02:20:08.350Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-04-07T02:20:08.354Z | process exited: duration 17018 ms, exit code 0 |
| |
| 80 | 2026-04-07T02:20:08.360Z | starting task 2: "authentication" |
| 81 | 2026-04-07T02:20:08.376Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-04-07T02:20:08.382Z | starting task 3: "clone repository" |
| 83 | 2026-04-07T02:20:08.386Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-04-07T02:20:08.389Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-04-07T02:20:08.444Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-04-07T02:20:19.887Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-04-07T02:20:19.887Z | + git fetch origin 50642c7a3908023cccc3cc5d83e0eefc14f84159 |
| 88 | 2026-04-07T02:20:20.182Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-04-07T02:20:20.182Z | * branch 50642c7a3908023cccc3cc5d83e0eefc14f84159 -> FETCH_HEAD |
| 90 | 2026-04-07T02:20:20.193Z | + [[ -n jhendricks/r19-propolis-bump ]] |
| 91 | 2026-04-07T02:20:20.196Z | ++ git branch --show-current |
| 92 | 2026-04-07T02:20:20.196Z | + current=main |
| 93 | 2026-04-07T02:20:20.196Z | + [[ main != jhendricks/r19-propolis-bump ]] |
| 94 | 2026-04-07T02:20:20.196Z | + git branch -f jhendricks/r19-propolis-bump 50642c7a3908023cccc3cc5d83e0eefc14f84159 |
| 95 | 2026-04-07T02:20:20.199Z | + git checkout -f jhendricks/r19-propolis-bump |
| 96 | 2026-04-07T02:20:20.425Z | Switched to branch 'jhendricks/r19-propolis-bump' |
| 97 | 2026-04-07T02:20:20.429Z | + git reset --hard 50642c7a3908023cccc3cc5d83e0eefc14f84159 |
| 98 | 2026-04-07T02:20:20.652Z | HEAD is now at 50642c7a3 and ls-apis has a test |
| 99 | 2026-04-07T02:20:20.655Z | process exited: duration 12270 ms, exit code 0 |
| |
| 100 | 2026-04-07T02:20:20.661Z | starting task 4: "build" |
| 101 | 2026-04-07T02:20:20.666Z | + source ./env.sh |
| 102 | 2026-04-07T02:20:20.666Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-04-07T02:20:20.666Z | ++ set -o xtrace |
| 104 | 2026-04-07T02:20:20.669Z | ++++ dirname ./env.sh |
| 105 | 2026-04-07T02:20:20.672Z | +++ readlink -f . |
| 106 | 2026-04-07T02:20:20.676Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-04-07T02:20:20.676Z | ++ 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-07T02:20:20.676Z | ++ 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-07T02:20:20.676Z | ++ 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-07T02:20:20.676Z | ++ 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-07T02:20:20.676Z | ++ 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-07T02:20:20.676Z | ++ 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-07T02:20:20.676Z | ++ 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-07T02:20:20.676Z | ++ 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-07T02:20:20.676Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-04-07T02:20:20.676Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-04-07T02:20:20.676Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-04-07T02:20:20.676Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-04-07T02:20:20.676Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-04-07T02:20:20.676Z | + cargo --version |
| 121 | 2026-04-07T02:20:20.683Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 122 | 2026-04-07T02:20:20.686Z | + rustc --version |
| 123 | 2026-04-07T02:20:20.707Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 124 | 2026-04-07T02:20:20.710Z | + banner prerequisites |
| 125 | 2026-04-07T02:20:20.713Z | |
| 126 | 2026-04-07T02:20:20.713Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 127 | 2026-04-07T02:20:20.713Z | # # # # # # # # # # # # # # # |
| 128 | 2026-04-07T02:20:20.713Z | # # # # ##### # # ##### # # # # # #### # |
| 129 | 2026-04-07T02:20:20.713Z | ##### ##### # ##### # # # # # # # # # |
| 130 | 2026-04-07T02:20:20.713Z | # # # # # # # # # # # # # # # |
| 131 | 2026-04-07T02:20:20.713Z | # # # ###### # # ###### ### # #### # #### # |
| 132 | 2026-04-07T02:20:20.713Z | |
| 133 | 2026-04-07T02:20:20.713Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 134 | 2026-04-07T02:20:29.124Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 135 | 2026-04-07T02:20:35.939Z | Startup: Caching catalogs ... Done |
| 136 | 2026-04-07T02:20:40.645Z | Planning: Solver setup ... Done (3.181s) |
| 137 | 2026-04-07T02:20:40.666Z | Planning: Running solver ... Done (0.021s) |
| 138 | 2026-04-07T02:20:40.784Z | Planning: Finding local manifests ... Done (0.003s) |
| 139 | 2026-04-07T02:20:40.795Z | Planning: Fetching manifests: 0/4 0% complete |
| 140 | 2026-04-07T02:20:40.889Z | Planning: Fetching manifests: 4/4 100% complete |
| 141 | 2026-04-07T02:20:40.920Z | Planning: Package planning ... Done (0.031s) |
| 142 | 2026-04-07T02:20:40.948Z | Planning: Merging actions ... Done (0.028s) |
| 143 | 2026-04-07T02:20:41.129Z | Planning: Checking for conflicting actions ... Done (0.181s) |
| 144 | 2026-04-07T02:20:41.136Z | Planning: Consolidating action changes ... Done (0.007s) |
| 145 | 2026-04-07T02:20:41.877Z | Planning: Evaluating mediators ... Done (0.740s) |
| 146 | 2026-04-07T02:20:41.883Z | Planning: Planning completed in 5.78 seconds |
| 147 | 2026-04-07T02:20:41.894Z | Packages to install: 4 |
| 148 | 2026-04-07T02:20:41.894Z | Mediators to change: 2 |
| 149 | 2026-04-07T02:20:41.894Z | Services to change: 1 |
| 150 | 2026-04-07T02:20:41.898Z | Estimated space available: 155.35 GB |
| 151 | 2026-04-07T02:20:41.898Z | Estimated space to be consumed: 1.84 GB |
| 152 | 2026-04-07T02:20:41.898Z | Create boot environment: No |
| 153 | 2026-04-07T02:20:41.898Z | Create backup boot environment: No |
| 154 | 2026-04-07T02:20:41.898Z | Rebuild boot archive: No |
| 155 | 2026-04-07T02:20:41.898Z | |
| 156 | 2026-04-07T02:20:41.898Z | Changed mediators: |
| 157 | 2026-04-07T02:20:41.898Z | mediator clang: |
| 158 | 2026-04-07T02:20:41.898Z | version: None -> 15 (system default) |
| 159 | 2026-04-07T02:20:41.898Z | |
| 160 | 2026-04-07T02:20:41.898Z | mediator llvm: |
| 161 | 2026-04-07T02:20:41.898Z | version: 14 (system default) -> 15 (system default) |
| 162 | 2026-04-07T02:20:41.898Z | |
| 163 | 2026-04-07T02:20:41.898Z | Changed packages: |
| 164 | 2026-04-07T02:20:41.898Z | helios-dev |
| 165 | 2026-04-07T02:20:41.898Z | developer/build-essential |
| 166 | 2026-04-07T02:20:41.898Z | None -> 11-2.0 |
| 167 | 2026-04-07T02:20:41.898Z | library/libxmlsec1 |
| 168 | 2026-04-07T02:20:41.898Z | None -> 1.2.35-2.0 |
| 169 | 2026-04-07T02:20:41.898Z | ooce/developer/clang-15 |
| 170 | 2026-04-07T02:20:41.898Z | None -> 15.0.7-2.0 |
| 171 | 2026-04-07T02:20:41.898Z | ooce/developer/llvm-15 |
| 172 | 2026-04-07T02:20:41.898Z | None -> 15.0.7-2.0 |
| 173 | 2026-04-07T02:20:41.898Z | |
| 174 | 2026-04-07T02:20:41.898Z | Services: |
| 175 | 2026-04-07T02:20:41.898Z | restart_fmri: |
| 176 | 2026-04-07T02:20:41.898Z | svc:/system/update-man-index:default |
| 177 | 2026-04-07T02:20:41.938Z | |
| 178 | 2026-04-07T02:20:41.938Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 179 | 2026-04-07T02:20:46.938Z | Download: 2893/3290 items 120.9/212.6MB 56% complete (24.4M/s) |
| 180 | 2026-04-07T02:20:48.680Z | Download: Completed 212.60 MB in 6.74 seconds (31.5M/s) |
| 181 | 2026-04-07T02:20:48.930Z | Actions: 1/3689 actions (Installing new actions) |
| 182 | 2026-04-07T02:20:52.096Z | Actions: Completed 3689 actions in 3.17 seconds. |
| 183 | 2026-04-07T02:20:52.390Z | Done (0.290s) |
| 184 | 2026-04-07T02:20:52.390Z | Done (0.000s) |
| 185 | 2026-04-07T02:20:53.082Z | Done (0.691s) |
| 186 | 2026-04-07T02:20:56.329Z | Done (2.912s) |
| 187 | 2026-04-07T02:20:56.403Z | Done (0.013s) |
| 188 | 2026-04-07T02:20:56.407Z | Done (0.000s) |
| 189 | 2026-04-07T02:20:56.735Z | Done (0.000s) |
| 190 | 2026-04-07T02:20:57.573Z | Planning: Evaluating mediator changes ... Done |
| 191 | 2026-04-07T02:20:57.680Z | Planning: Checking for conflicting actions ... Done |
| 192 | 2026-04-07T02:20:57.685Z | Planning: Consolidating action changes ... Done |
| 193 | 2026-04-07T02:20:57.838Z | Planning: Evaluating mediators ... Done |
| 194 | 2026-04-07T02:20:57.841Z | Planning: Planning completed in 0.27 seconds |
| 195 | 2026-04-07T02:20:57.859Z | Mediators to change: 2 |
| 196 | 2026-04-07T02:20:57.859Z | Create boot environment: No |
| 197 | 2026-04-07T02:20:57.859Z | Create backup boot environment: No |
| 198 | 2026-04-07T02:20:57.931Z | Done |
| 199 | 2026-04-07T02:20:57.931Z | Done |
| 200 | 2026-04-07T02:20:58.534Z | Done |
| 201 | 2026-04-07T02:21:00.991Z | Done |
| 202 | 2026-04-07T02:21:01.064Z | Done |
| 203 | 2026-04-07T02:21:01.068Z | Done |
| 204 | 2026-04-07T02:21:01.213Z | Done |
| 205 | 2026-04-07T02:21:01.610Z | Planning: Evaluating mediator changes ... Done |
| 206 | 2026-04-07T02:21:01.613Z | Planning: Merging actions ... Done |
| 207 | 2026-04-07T02:21:01.749Z | Planning: Checking for conflicting actions ... Done |
| 208 | 2026-04-07T02:21:01.752Z | Planning: Consolidating action changes ... Done |
| 209 | 2026-04-07T02:21:01.888Z | Planning: Evaluating mediators ... Done |
| 210 | 2026-04-07T02:21:01.916Z | Planning: Planning completed in 0.45 seconds |
| 211 | 2026-04-07T02:21:01.938Z | Packages to change: 1 |
| 212 | 2026-04-07T02:21:01.938Z | Mediators to change: 1 |
| 213 | 2026-04-07T02:21:01.938Z | Services to change: 1 |
| 214 | 2026-04-07T02:21:01.938Z | Create boot environment: No |
| 215 | 2026-04-07T02:21:01.938Z | Create backup boot environment: Yes |
| 216 | 2026-04-07T02:21:04.244Z | Actions: 1/6 actions (Updating modified actions) |
| 217 | 2026-04-07T02:21:04.247Z | Actions: Completed 6 actions in 0.00 seconds. |
| 218 | 2026-04-07T02:21:04.247Z | Done |
| 219 | 2026-04-07T02:21:04.247Z | Done |
| 220 | 2026-04-07T02:21:04.384Z | Done |
| 221 | 2026-04-07T02:21:06.828Z | Done |
| 222 | 2026-04-07T02:21:06.908Z | Done |
| 223 | 2026-04-07T02:21:06.911Z | Done |
| 224 | 2026-04-07T02:21:07.040Z | Done |
| 225 | 2026-04-07T02:21:07.328Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 226 | 2026-04-07T02:21:07.328Z | clang system 15 system |
| 227 | 2026-04-07T02:21:07.328Z | csh system system illumos |
| 228 | 2026-04-07T02:21:07.328Z | ctags system system illumos |
| 229 | 2026-04-07T02:21:07.328Z | file system system illumos |
| 230 | 2026-04-07T02:21:07.328Z | gcc vendor 12 vendor |
| 231 | 2026-04-07T02:21:07.328Z | gcc system 14 system |
| 232 | 2026-04-07T02:21:07.328Z | gcc system 10 system |
| 233 | 2026-04-07T02:21:07.328Z | go system 1.20 system |
| 234 | 2026-04-07T02:21:07.328Z | go system 1.19 system |
| 235 | 2026-04-07T02:21:07.328Z | llvm system 15 system |
| 236 | 2026-04-07T02:21:07.328Z | llvm system 14 system |
| 237 | 2026-04-07T02:21:07.328Z | mariadb system 10.6 system |
| 238 | 2026-04-07T02:21:07.328Z | mta vendor vendor dma |
| 239 | 2026-04-07T02:21:07.328Z | openjdk system 17 system |
| 240 | 2026-04-07T02:21:07.328Z | openjdk system 11 system |
| 241 | 2026-04-07T02:21:07.328Z | openjdk system 1.8 system |
| 242 | 2026-04-07T02:21:07.328Z | openssl vendor 3 vendor |
| 243 | 2026-04-07T02:21:07.328Z | perl system 5.36 system |
| 244 | 2026-04-07T02:21:07.328Z | postgresql system 15 system |
| 245 | 2026-04-07T02:21:07.328Z | postgresql system 13 system |
| 246 | 2026-04-07T02:21:07.328Z | python vendor 3 vendor |
| 247 | 2026-04-07T02:21:07.328Z | python system 2 system |
| 248 | 2026-04-07T02:21:07.329Z | python3 system 3.11 system |
| 249 | 2026-04-07T02:21:07.329Z | ruby system 3.0 system |
| 250 | 2026-04-07T02:21:07.329Z | words vendor vendor american-english |
| 251 | 2026-04-07T02:21:07.329Z | words system system australian-english |
| 252 | 2026-04-07T02:21:07.329Z | words system system british-english |
| 253 | 2026-04-07T02:21:07.329Z | words system system canadian-english |
| 254 | 2026-04-07T02:21:07.329Z | words system system french |
| 255 | 2026-04-07T02:21:07.329Z | words system system italian |
| 256 | 2026-04-07T02:21:07.329Z | words system system ngerman |
| 257 | 2026-04-07T02:21:07.329Z | words system system ogerman |
| 258 | 2026-04-07T02:21:07.329Z | words system system spanish |
| 259 | 2026-04-07T02:21:07.556Z | PUBLISHER TYPE STATUS P LOCATION |
| 260 | 2026-04-07T02:21:07.556Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 261 | 2026-04-07T02:21:11.926Z | FMRI IFO |
| 262 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 263 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 264 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 265 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 266 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 267 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 268 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 269 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 270 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 271 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 272 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 273 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 274 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 275 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 276 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 277 | 2026-04-07T02:21:11.926Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 278 | 2026-04-07T02:21:13.015Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 279 | 2026-04-07T02:21:13.284Z | Updating crates.io index |
| 280 | 2026-04-07T02:21:13.320Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 281 | 2026-04-07T02:21:13.817Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 282 | 2026-04-07T02:21:14.130Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 283 | 2026-04-07T02:21:14.749Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 284 | 2026-04-07T02:21:15.231Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 285 | 2026-04-07T02:21:16.683Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 286 | 2026-04-07T02:21:18.063Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 287 | 2026-04-07T02:21:18.722Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 288 | 2026-04-07T02:21:19.063Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2026-04-07T02:21:19.722Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 290 | 2026-04-07T02:21:20.136Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 291 | 2026-04-07T02:21:20.620Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 292 | 2026-04-07T02:21:20.914Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 293 | 2026-04-07T02:21:21.945Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 294 | 2026-04-07T02:21:22.431Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 295 | 2026-04-07T02:21:22.838Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 296 | 2026-04-07T02:21:23.090Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 297 | 2026-04-07T02:21:23.462Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 298 | 2026-04-07T02:21:23.833Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 299 | 2026-04-07T02:21:24.083Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 300 | 2026-04-07T02:21:24.344Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 301 | 2026-04-07T02:21:24.734Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 302 | 2026-04-07T02:21:25.137Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 303 | 2026-04-07T02:21:25.890Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 304 | 2026-04-07T02:21:26.151Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 305 | 2026-04-07T02:21:26.693Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 306 | 2026-04-07T02:21:26.968Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 307 | 2026-04-07T02:21:27.980Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 308 | 2026-04-07T02:21:28.696Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 309 | 2026-04-07T02:21:29.306Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 310 | 2026-04-07T02:21:29.559Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 311 | 2026-04-07T02:21:29.919Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 312 | 2026-04-07T02:21:30.284Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 313 | 2026-04-07T02:21:30.660Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 314 | 2026-04-07T02:21:31.163Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 315 | 2026-04-07T02:21:31.413Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 316 | 2026-04-07T02:21:31.644Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 317 | 2026-04-07T02:21:31.982Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 318 | 2026-04-07T02:21:44.661Z | Downloading crates ... |
| 319 | 2026-04-07T02:21:44.730Z | Downloaded pretty-hex v0.4.1 |
| 320 | 2026-04-07T02:21:44.737Z | Downloaded papergrid v0.11.0 |
| 321 | 2026-04-07T02:21:44.740Z | Downloaded thiserror v2.0.18 |
| 322 | 2026-04-07T02:21:44.744Z | Downloaded serde_spanned v0.6.9 |
| 323 | 2026-04-07T02:21:44.747Z | Downloaded erased-serde v0.4.9 |
| 324 | 2026-04-07T02:21:44.747Z | Downloaded zerocopy-derive v0.7.35 |
| 325 | 2026-04-07T02:21:44.750Z | Downloaded strsim v0.11.1 |
| 326 | 2026-04-07T02:21:44.750Z | Downloaded proc-macro2 v1.0.106 |
| 327 | 2026-04-07T02:21:44.753Z | Downloaded sha2 v0.10.9 |
| 328 | 2026-04-07T02:21:44.756Z | Downloaded is_terminal_polyfill v1.70.2 |
| 329 | 2026-04-07T02:21:44.756Z | Downloaded anstyle v1.0.13 |
| 330 | 2026-04-07T02:21:44.756Z | Downloaded byteorder v1.5.0 |
| 331 | 2026-04-07T02:21:44.759Z | Downloaded block-buffer v0.10.4 |
| 332 | 2026-04-07T02:21:44.762Z | Downloaded crypto-common v0.1.7 |
| 333 | 2026-04-07T02:21:44.769Z | Downloaded cpufeatures v0.2.17 |
| 334 | 2026-04-07T02:21:44.772Z | Downloaded dof v0.3.0 |
| 335 | 2026-04-07T02:21:44.775Z | Downloaded percent-encoding v2.3.2 |
| 336 | 2026-04-07T02:21:44.780Z | Downloaded semver v1.0.27 |
| 337 | 2026-04-07T02:21:44.783Z | Downloaded scroll v0.12.0 |
| 338 | 2026-04-07T02:21:44.783Z | Downloaded anstyle-query v1.1.5 |
| 339 | 2026-04-07T02:21:44.786Z | Downloaded proc-macro-error v1.0.4 |
| 340 | 2026-04-07T02:21:44.789Z | Downloaded cfg-if v1.0.4 |
| 341 | 2026-04-07T02:21:44.793Z | Downloaded displaydoc v0.2.5 |
| 342 | 2026-04-07T02:21:44.797Z | Downloaded pest_derive v2.8.6 |
| 343 | 2026-04-07T02:21:44.800Z | Downloaded fnv v1.0.7 |
| 344 | 2026-04-07T02:21:44.800Z | Downloaded icu_normalizer_data v2.1.1 |
| 345 | 2026-04-07T02:21:44.805Z | Downloaded pest_generator v2.8.6 |
| 346 | 2026-04-07T02:21:44.808Z | Downloaded anyhow v1.0.102 |
| 347 | 2026-04-07T02:21:44.808Z | Downloaded plain v0.2.3 |
| 348 | 2026-04-07T02:21:44.812Z | Downloaded macaddr v1.0.1 |
| 349 | 2026-04-07T02:21:44.812Z | Downloaded colorchoice v1.0.4 |
| 350 | 2026-04-07T02:21:44.812Z | Downloaded cargo-util-schemas v0.8.2 |
| 351 | 2026-04-07T02:21:44.815Z | Downloaded num-traits v0.2.19 |
| 352 | 2026-04-07T02:21:44.818Z | Downloaded swrite v0.1.0 |
| 353 | 2026-04-07T02:21:44.821Z | Downloaded errno v0.3.14 |
| 354 | 2026-04-07T02:21:44.821Z | Downloaded cargo-platform v0.2.0 |
| 355 | 2026-04-07T02:21:44.824Z | Downloaded scroll_derive v0.12.1 |
| 356 | 2026-04-07T02:21:44.828Z | Downloaded serde-value v0.7.0 |
| 357 | 2026-04-07T02:21:44.832Z | Downloaded synstructure v0.13.2 |
| 358 | 2026-04-07T02:21:44.835Z | Downloaded digest v0.10.7 |
| 359 | 2026-04-07T02:21:44.840Z | Downloaded terminal_size v0.4.3 |
| 360 | 2026-04-07T02:21:44.843Z | Downloaded heck v0.4.1 |
| 361 | 2026-04-07T02:21:44.847Z | Downloaded stable_deref_trait v1.2.1 |
| 362 | 2026-04-07T02:21:44.850Z | Downloaded clap_lex v1.0.0 |
| 363 | 2026-04-07T02:21:44.853Z | Downloaded proc-macro-error-attr v1.0.4 |
| 364 | 2026-04-07T02:21:44.853Z | Downloaded fastrand v2.3.0 |
| 365 | 2026-04-07T02:21:44.853Z | Downloaded heck v0.5.0 |
| 366 | 2026-04-07T02:21:44.857Z | Downloaded generic-array v0.14.7 |
| 367 | 2026-04-07T02:21:44.860Z | Downloaded itoa v1.0.17 |
| 368 | 2026-04-07T02:21:44.860Z | Downloaded zerofrom v0.1.6 |
| 369 | 2026-04-07T02:21:44.860Z | Downloaded toml_edit v0.22.27 |
| 370 | 2026-04-07T02:21:44.863Z | Downloaded zmij v1.0.21 |
| 371 | 2026-04-07T02:21:44.863Z | Downloaded zerofrom-derive v0.1.6 |
| 372 | 2026-04-07T02:21:44.863Z | Downloaded typeid v1.0.3 |
| 373 | 2026-04-07T02:21:44.866Z | Downloaded form_urlencoded v1.2.2 |
| 374 | 2026-04-07T02:21:44.866Z | Downloaded potential_utf v0.1.4 |
| 375 | 2026-04-07T02:21:44.866Z | Downloaded anstream v0.6.21 |
| 376 | 2026-04-07T02:21:44.869Z | Downloaded zerocopy v0.7.35 |
| 377 | 2026-04-07T02:21:44.876Z | Downloaded thread-id v4.2.2 |
| 378 | 2026-04-07T02:21:44.879Z | Downloaded unicode-ident v1.0.24 |
| 379 | 2026-04-07T02:21:44.879Z | Downloaded thiserror v1.0.69 |
| 380 | 2026-04-07T02:21:44.882Z | Downloaded tabled_derive v0.7.0 |
| 381 | 2026-04-07T02:21:44.882Z | Downloaded cargo_metadata v0.21.0 |
| 382 | 2026-04-07T02:21:44.882Z | Downloaded memmap v0.7.0 |
| 383 | 2026-04-07T02:21:44.885Z | Downloaded usdt-impl v0.5.0 |
| 384 | 2026-04-07T02:21:44.885Z | Downloaded usdt v0.5.0 |
| 385 | 2026-04-07T02:21:44.885Z | Downloaded autocfg v1.5.0 |
| 386 | 2026-04-07T02:21:44.885Z | Downloaded idna_adapter v1.2.1 |
| 387 | 2026-04-07T02:21:44.888Z | Downloaded equivalent v1.0.2 |
| 388 | 2026-04-07T02:21:44.888Z | Downloaded dtrace-parser v0.2.0 |
| 389 | 2026-04-07T02:21:44.891Z | Downloaded icu_collections v2.1.1 |
| 390 | 2026-04-07T02:21:44.895Z | Downloaded zerovec v0.11.5 |
| 391 | 2026-04-07T02:21:44.898Z | Downloaded smawk v0.3.2 |
| 392 | 2026-04-07T02:21:44.898Z | Downloaded ordered-float v2.10.1 |
| 393 | 2026-04-07T02:21:44.898Z | Downloaded unicode-width v0.1.14 |
| 394 | 2026-04-07T02:21:44.902Z | Downloaded serde-untagged v0.1.9 |
| 395 | 2026-04-07T02:21:44.910Z | Downloaded cargo_toml v0.21.0 |
| 396 | 2026-04-07T02:21:44.914Z | Downloaded fs-err v3.3.0 |
| 397 | 2026-04-07T02:21:44.917Z | Downloaded serde_tokenstream v0.2.3 |
| 398 | 2026-04-07T02:21:44.924Z | Downloaded bytecount v0.6.9 |
| 399 | 2026-04-07T02:21:44.927Z | Downloaded bitflags v2.11.0 |
| 400 | 2026-04-07T02:21:44.927Z | Downloaded getrandom v0.3.4 |
| 401 | 2026-04-07T02:21:44.930Z | Downloaded anstyle-parse v0.2.7 |
| 402 | 2026-04-07T02:21:44.939Z | Downloaded quote v1.0.44 |
| 403 | 2026-04-07T02:21:44.947Z | Downloaded tempfile v3.25.0 |
| 404 | 2026-04-07T02:21:44.950Z | Downloaded once_cell v1.21.3 |
| 405 | 2026-04-07T02:21:44.953Z | Downloaded icu_properties v2.1.2 |
| 406 | 2026-04-07T02:21:44.958Z | Downloaded smallvec v1.15.1 |
| 407 | 2026-04-07T02:21:44.961Z | Downloaded clap v4.5.60 |
| 408 | 2026-04-07T02:21:44.974Z | Downloaded litemap v0.8.1 |
| 409 | 2026-04-07T02:21:44.977Z | Downloaded icu_provider v2.1.1 |
| 410 | 2026-04-07T02:21:44.977Z | Downloaded serde_derive v1.0.228 |
| 411 | 2026-04-07T02:21:44.981Z | Downloaded log v0.4.29 |
| 412 | 2026-04-07T02:21:44.981Z | Downloaded camino v1.2.2 |
| 413 | 2026-04-07T02:21:44.988Z | Downloaded clap_derive v4.5.55 |
| 414 | 2026-04-07T02:21:44.991Z | Downloaded icu_normalizer v2.1.1 |
| 415 | 2026-04-07T02:21:44.991Z | Downloaded hashbrown v0.16.1 |
| 416 | 2026-04-07T02:21:45.002Z | Downloaded camino-tempfile v1.4.1 |
| 417 | 2026-04-07T02:21:45.005Z | Downloaded serde_core v1.0.228 |
| 418 | 2026-04-07T02:21:45.008Z | Downloaded memchr v2.8.0 |
| 419 | 2026-04-07T02:21:45.016Z | Downloaded serde_json v1.0.149 |
| 420 | 2026-04-07T02:21:45.025Z | Downloaded icu_locale_core v2.1.1 |
| 421 | 2026-04-07T02:21:45.028Z | Downloaded serde v1.0.228 |
| 422 | 2026-04-07T02:21:45.042Z | Downloaded pest_meta v2.8.6 |
| 423 | 2026-04-07T02:21:45.045Z | Downloaded indexmap v2.13.0 |
| 424 | 2026-04-07T02:21:45.060Z | Downloaded pest v2.8.6 |
| 425 | 2026-04-07T02:21:45.065Z | Downloaded tinystr v0.8.2 |
| 426 | 2026-04-07T02:21:45.076Z | Downloaded icu_properties_data v2.1.2 |
| 427 | 2026-04-07T02:21:45.081Z | Downloaded idna v1.1.0 |
| 428 | 2026-04-07T02:21:45.085Z | Downloaded goblin v0.8.2 |
| 429 | 2026-04-07T02:21:45.088Z | Downloaded utf8parse v0.2.2 |
| 430 | 2026-04-07T02:21:45.092Z | Downloaded clap_builder v4.5.60 |
| 431 | 2026-04-07T02:21:45.095Z | Downloaded thiserror-impl v1.0.69 |
| 432 | 2026-04-07T02:21:45.095Z | Downloaded tabled v0.15.0 |
| 433 | 2026-04-07T02:21:45.101Z | Downloaded writeable v0.6.2 |
| 434 | 2026-04-07T02:21:45.116Z | Downloaded syn v1.0.109 |
| 435 | 2026-04-07T02:21:45.121Z | Downloaded syn v2.0.117 |
| 436 | 2026-04-07T02:21:45.126Z | Downloaded unicode-xid v0.2.6 |
| 437 | 2026-04-07T02:21:45.130Z | Downloaded unicode-width v0.2.0 |
| 438 | 2026-04-07T02:21:45.133Z | Downloaded toml_write v0.1.2 |
| 439 | 2026-04-07T02:21:45.138Z | Downloaded rustix v1.1.3 |
| 440 | 2026-04-07T02:21:45.150Z | Downloaded yoke v0.8.1 |
| 441 | 2026-04-07T02:21:45.157Z | Downloaded zerotrie v0.2.3 |
| 442 | 2026-04-07T02:21:45.165Z | Downloaded usdt-attr-macro v0.5.0 |
| 443 | 2026-04-07T02:21:45.168Z | Downloaded libc v0.2.180 |
| 444 | 2026-04-07T02:21:45.185Z | Downloaded unicode-linebreak v0.1.5 |
| 445 | 2026-04-07T02:21:45.188Z | Downloaded ucd-trie v0.1.7 |
| 446 | 2026-04-07T02:21:45.188Z | Downloaded toml v0.8.23 |
| 447 | 2026-04-07T02:21:45.211Z | Downloaded usdt-macro v0.5.0 |
| 448 | 2026-04-07T02:21:45.214Z | Downloaded zerovec-derive v0.11.2 |
| 449 | 2026-04-07T02:21:45.214Z | Downloaded yoke-derive v0.8.1 |
| 450 | 2026-04-07T02:21:45.218Z | Downloaded version_check v0.9.5 |
| 451 | 2026-04-07T02:21:45.218Z | Downloaded thiserror-impl v2.0.18 |
| 452 | 2026-04-07T02:21:45.221Z | Downloaded textwrap v0.16.2 |
| 453 | 2026-04-07T02:21:45.227Z | Downloaded toml_datetime v0.6.11 |
| 454 | 2026-04-07T02:21:45.232Z | Downloaded typenum v1.19.0 |
| 455 | 2026-04-07T02:21:45.242Z | Downloaded winnow v0.7.14 |
| 456 | 2026-04-07T02:21:45.256Z | Downloaded url v2.5.8 |
| 457 | 2026-04-07T02:21:45.261Z | Downloaded utf8_iter v1.0.4 |
| 458 | 2026-04-07T02:21:45.312Z | Compiling proc-macro2 v1.0.106 |
| 459 | 2026-04-07T02:21:45.312Z | Compiling quote v1.0.44 |
| 460 | 2026-04-07T02:21:45.312Z | Compiling unicode-ident v1.0.24 |
| 461 | 2026-04-07T02:21:45.315Z | Compiling serde_core v1.0.228 |
| 462 | 2026-04-07T02:21:45.315Z | Compiling libc v0.2.180 |
| 463 | 2026-04-07T02:21:45.315Z | Compiling version_check v0.9.5 |
| 464 | 2026-04-07T02:21:45.315Z | Compiling serde v1.0.228 |
| 465 | 2026-04-07T02:21:45.315Z | Compiling stable_deref_trait v1.2.1 |
| 466 | 2026-04-07T02:21:45.607Z | Compiling memchr v2.8.0 |
| 467 | 2026-04-07T02:21:45.638Z | Compiling zmij v1.0.21 |
| 468 | 2026-04-07T02:21:46.120Z | Compiling ucd-trie v0.1.7 |
| 469 | 2026-04-07T02:21:46.255Z | Compiling thiserror v1.0.69 |
| 470 | 2026-04-07T02:21:46.274Z | Compiling autocfg v1.5.0 |
| 471 | 2026-04-07T02:21:46.306Z | Compiling itoa v1.0.17 |
| 472 | 2026-04-07T02:21:46.382Z | Compiling pest v2.8.6 |
| 473 | 2026-04-07T02:21:46.530Z | Compiling litemap v0.8.1 |
| 474 | 2026-04-07T02:21:46.548Z | Compiling writeable v0.6.2 |
| 475 | 2026-04-07T02:21:46.716Z | Compiling rustix v1.1.3 |
| 476 | 2026-04-07T02:21:46.716Z | Compiling icu_normalizer_data v2.1.1 |
| 477 | 2026-04-07T02:21:46.748Z | Compiling icu_properties_data v2.1.2 |
| 478 | 2026-04-07T02:21:46.929Z | Compiling byteorder v1.5.0 |
| 479 | 2026-04-07T02:21:47.113Z | Compiling syn v2.0.117 |
| 480 | 2026-04-07T02:21:47.236Z | Compiling errno v0.3.14 |
| 481 | 2026-04-07T02:21:47.253Z | Compiling bitflags v2.11.0 |
| 482 | 2026-04-07T02:21:47.268Z | Compiling serde_json v1.0.149 |
| 483 | 2026-04-07T02:21:47.453Z | Compiling pest_meta v2.8.6 |
| 484 | 2026-04-07T02:21:47.498Z | Compiling num-traits v0.2.19 |
| 485 | 2026-04-07T02:21:47.526Z | Compiling smallvec v1.15.1 |
| 486 | 2026-04-07T02:21:47.665Z | Compiling hashbrown v0.16.1 |
| 487 | 2026-04-07T02:21:47.683Z | Compiling typeid v1.0.3 |
| 488 | 2026-04-07T02:21:47.944Z | Compiling equivalent v1.0.2 |
| 489 | 2026-04-07T02:21:48.055Z | Compiling thread-id v4.2.2 |
| 490 | 2026-04-07T02:21:48.104Z | Compiling proc-macro-error-attr v1.0.4 |
| 491 | 2026-04-07T02:21:48.137Z | Compiling usdt-impl v0.5.0 |
| 492 | 2026-04-07T02:21:48.203Z | Compiling indexmap v2.13.0 |
| 493 | 2026-04-07T02:21:48.227Z | Compiling toml_write v0.1.2 |
| 494 | 2026-04-07T02:21:48.289Z | Compiling syn v1.0.109 |
| 495 | 2026-04-07T02:21:48.350Z | Compiling winnow v0.7.14 |
| 496 | 2026-04-07T02:21:48.532Z | Compiling erased-serde v0.4.9 |
| 497 | 2026-04-07T02:21:48.856Z | Compiling proc-macro-error v1.0.4 |
| 498 | 2026-04-07T02:21:48.951Z | Compiling getrandom v0.3.4 |
| 499 | 2026-04-07T02:21:49.038Z | Compiling plain v0.2.3 |
| 500 | 2026-04-07T02:21:49.126Z | Compiling log v0.4.29 |
| 501 | 2026-04-07T02:21:49.153Z | Compiling percent-encoding v2.3.2 |
| 502 | 2026-04-07T02:21:49.273Z | Compiling thiserror v2.0.18 |
| 503 | 2026-04-07T02:21:49.311Z | Compiling utf8parse v0.2.2 |
| 504 | 2026-04-07T02:21:49.352Z | Compiling utf8_iter v1.0.4 |
| 505 | 2026-04-07T02:21:49.429Z | Compiling camino v1.2.2 |
| 506 | 2026-04-07T02:21:49.462Z | Compiling anstyle-parse v0.2.7 |
| 507 | 2026-04-07T02:21:49.506Z | Compiling form_urlencoded v1.2.2 |
| 508 | 2026-04-07T02:21:49.650Z | Compiling ordered-float v2.10.1 |
| 509 | 2026-04-07T02:21:49.759Z | Compiling synstructure v0.13.2 |
| 510 | 2026-04-07T02:21:49.787Z | Compiling pest_generator v2.8.6 |
| 511 | 2026-04-07T02:21:49.870Z | Compiling terminal_size v0.4.3 |
| 512 | 2026-04-07T02:21:50.010Z | Compiling anstyle-query v1.1.5 |
| 513 | 2026-04-07T02:21:50.118Z | Compiling colorchoice v1.0.4 |
| 514 | 2026-04-07T02:21:50.136Z | Compiling anstyle v1.0.13 |
| 515 | 2026-04-07T02:21:50.140Z | Compiling is_terminal_polyfill v1.70.2 |
| 516 | 2026-04-07T02:21:50.172Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-04-07T02:21:50.238Z | Compiling pretty-hex v0.4.1 |
| 518 | 2026-04-07T02:21:50.353Z | Compiling anstream v0.6.21 |
| 519 | 2026-04-07T02:21:50.371Z | Compiling serde-untagged v0.1.9 |
| 520 | 2026-04-07T02:21:50.388Z | Compiling semver v1.0.27 |
| 521 | 2026-04-07T02:21:50.470Z | Compiling fs-err v3.3.0 |
| 522 | 2026-04-07T02:21:50.609Z | Compiling once_cell v1.21.3 |
| 523 | 2026-04-07T02:21:50.654Z | Compiling bytecount v0.6.9 |
| 524 | 2026-04-07T02:21:50.672Z | Compiling strsim v0.11.1 |
| 525 | 2026-04-07T02:21:50.726Z | Compiling anyhow v1.0.102 |
| 526 | 2026-04-07T02:21:50.760Z | Compiling fastrand v2.3.0 |
| 527 | 2026-04-07T02:21:50.788Z | Compiling fnv v1.0.7 |
| 528 | 2026-04-07T02:21:50.816Z | Compiling unicode-xid v0.2.6 |
| 529 | 2026-04-07T02:21:50.892Z | Compiling heck v0.4.1 |
| 530 | 2026-04-07T02:21:51.020Z | Compiling unicode-width v0.1.14 |
| 531 | 2026-04-07T02:21:51.024Z | Compiling clap_lex v1.0.0 |
| 532 | 2026-04-07T02:21:51.056Z | Compiling heck v0.5.0 |
| 533 | 2026-04-07T02:21:51.250Z | Compiling papergrid v0.11.0 |
| 534 | 2026-04-07T02:21:51.269Z | Compiling clap_builder v4.5.60 |
| 535 | 2026-04-07T02:21:51.293Z | Compiling tempfile v3.25.0 |
| 536 | 2026-04-07T02:21:51.333Z | Compiling memmap v0.7.0 |
| 537 | 2026-04-07T02:21:51.410Z | Compiling unicode-width v0.2.0 |
| 538 | 2026-04-07T02:21:51.441Z | Compiling serde_derive v1.0.228 |
| 539 | 2026-04-07T02:21:51.513Z | Compiling zerofrom-derive v0.1.6 |
| 540 | 2026-04-07T02:21:51.667Z | Compiling yoke-derive v0.8.1 |
| 541 | 2026-04-07T02:21:51.684Z | Compiling zerovec-derive v0.11.2 |
| 542 | 2026-04-07T02:21:51.849Z | Compiling displaydoc v0.2.5 |
| 543 | 2026-04-07T02:21:52.633Z | Compiling thiserror-impl v1.0.69 |
| 544 | 2026-04-07T02:21:52.726Z | Compiling zerocopy-derive v0.7.35 |
| 545 | 2026-04-07T02:21:52.832Z | Compiling pest_derive v2.8.6 |
| 546 | 2026-04-07T02:21:52.850Z | Compiling scroll_derive v0.12.1 |
| 547 | 2026-04-07T02:21:52.946Z | Compiling zerofrom v0.1.6 |
| 548 | 2026-04-07T02:21:53.085Z | Compiling yoke v0.8.1 |
| 549 | 2026-04-07T02:21:53.257Z | Compiling zerovec v0.11.5 |
| 550 | 2026-04-07T02:21:53.284Z | Compiling zerotrie v0.2.3 |
| 551 | 2026-04-07T02:21:53.511Z | Compiling scroll v0.12.0 |
| 552 | 2026-04-07T02:21:53.592Z | Compiling thiserror-impl v2.0.18 |
| 553 | 2026-04-07T02:21:53.605Z | Compiling zerocopy v0.7.35 |
| 554 | 2026-04-07T02:21:53.768Z | Compiling tinystr v0.8.2 |
| 555 | 2026-04-07T02:21:53.790Z | Compiling potential_utf v0.1.4 |
| 556 | 2026-04-07T02:21:53.948Z | Compiling icu_locale_core v2.1.1 |
| 557 | 2026-04-07T02:21:53.975Z | Compiling icu_collections v2.1.1 |
| 558 | 2026-04-07T02:21:53.990Z | Compiling dtrace-parser v0.2.0 |
| 559 | 2026-04-07T02:21:54.150Z | Compiling goblin v0.8.2 |
| 560 | 2026-04-07T02:21:54.326Z | Compiling tabled_derive v0.7.0 |
| 561 | 2026-04-07T02:21:54.350Z | Compiling clap_derive v4.5.55 |
| 562 | 2026-04-07T02:21:54.722Z | Compiling icu_provider v2.1.1 |
| 563 | 2026-04-07T02:21:54.822Z | Compiling toml_datetime v0.6.11 |
| 564 | 2026-04-07T02:21:54.905Z | Compiling serde_spanned v0.6.9 |
| 565 | 2026-04-07T02:21:54.923Z | Compiling dof v0.3.0 |
| 566 | 2026-04-07T02:21:54.963Z | Compiling icu_properties v2.1.2 |
| 567 | 2026-04-07T02:21:55.025Z | Compiling icu_normalizer v2.1.1 |
| 568 | 2026-04-07T02:21:55.053Z | Compiling toml_edit v0.22.27 |
| 569 | 2026-04-07T02:21:55.082Z | Compiling serde_tokenstream v0.2.3 |
| 570 | 2026-04-07T02:21:55.408Z | Compiling serde-value v0.7.0 |
| 571 | 2026-04-07T02:21:55.444Z | Compiling cargo-platform v0.2.0 |
| 572 | 2026-04-07T02:21:55.588Z | Compiling unicode-linebreak v0.1.5 |
| 573 | 2026-04-07T02:21:55.717Z | Compiling smawk v0.3.2 |
| 574 | 2026-04-07T02:21:55.766Z | Compiling tabled v0.15.0 |
| 575 | 2026-04-07T02:21:55.838Z | Compiling idna_adapter v1.2.1 |
| 576 | 2026-04-07T02:21:55.854Z | Compiling textwrap v0.16.2 |
| 577 | 2026-04-07T02:21:55.870Z | Compiling usdt-macro v0.5.0 |
| 578 | 2026-04-07T02:21:55.980Z | Compiling idna v1.1.0 |
| 579 | 2026-04-07T02:21:56.076Z | Compiling usdt-attr-macro v0.5.0 |
| 580 | 2026-04-07T02:21:56.096Z | Compiling clap v4.5.60 |
| 581 | 2026-04-07T02:21:57.205Z | Compiling macaddr v1.0.1 |
| 582 | 2026-04-07T02:21:57.209Z | Compiling url v2.5.8 |
| 583 | 2026-04-07T02:21:57.209Z | Compiling toml v0.8.23 |
| 584 | 2026-04-07T02:21:57.209Z | Compiling camino-tempfile v1.4.1 |
| 585 | 2026-04-07T02:21:57.209Z | Compiling cargo-util-schemas v0.8.2 |
| 586 | 2026-04-07T02:21:57.209Z | Compiling cargo_toml v0.21.0 |
| 587 | 2026-04-07T02:21:57.209Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 588 | 2026-04-07T02:21:57.433Z | Compiling usdt v0.5.0 |
| 589 | 2026-04-07T02:21:57.488Z | Compiling swrite v0.1.0 |
| 590 | 2026-04-07T02:21:57.878Z | Compiling cargo_metadata v0.21.0 |
| 591 | 2026-04-07T02:21:58.834Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 592 | 2026-04-07T02:22:00.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.04s |
| 593 | 2026-04-07T02:22:01.118Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 594 | 2026-04-07T02:22:01.668Z | Downloading crates ... |
| 595 | 2026-04-07T02:22:01.790Z | Downloaded atomicwrites v0.4.4 |
| 596 | 2026-04-07T02:22:01.795Z | Downloaded bit-vec v0.8.0 |
| 597 | 2026-04-07T02:22:01.803Z | Downloaded bzip2 v0.4.4 |
| 598 | 2026-04-07T02:22:01.809Z | Downloaded aho-corasick v1.1.4 |
| 599 | 2026-04-07T02:22:01.813Z | Downloaded crc8 v0.1.1 |
| 600 | 2026-04-07T02:22:01.819Z | Downloaded dirs-next v2.0.0 |
| 601 | 2026-04-07T02:22:01.828Z | Downloaded either v1.15.0 |
| 602 | 2026-04-07T02:22:01.831Z | Downloaded blake2 v0.10.6 |
| 603 | 2026-04-07T02:22:01.831Z | Downloaded compression-codecs v0.4.37 |
| 604 | 2026-04-07T02:22:01.843Z | Downloaded cargo_metadata v0.19.2 |
| 605 | 2026-04-07T02:22:01.846Z | Downloaded expectorate v1.2.0 |
| 606 | 2026-04-07T02:22:01.846Z | Downloaded darling v0.21.3 |
| 607 | 2026-04-07T02:22:01.849Z | Downloaded ciborium-io v0.2.2 |
| 608 | 2026-04-07T02:22:01.865Z | Downloaded flagset v0.4.7 |
| 609 | 2026-04-07T02:22:01.887Z | Downloaded cmake v0.1.57 |
| 610 | 2026-04-07T02:22:01.897Z | Downloaded compression-core v0.4.31 |
| 611 | 2026-04-07T02:22:01.907Z | Downloaded funty v2.0.0 |
| 612 | 2026-04-07T02:22:01.916Z | Downloaded cobs v0.3.0 |
| 613 | 2026-04-07T02:22:01.919Z | Downloaded adler2 v2.0.1 |
| 614 | 2026-04-07T02:22:01.923Z | Downloaded cexpr v0.6.0 |
| 615 | 2026-04-07T02:22:01.923Z | Downloaded chacha20 v0.9.1 |
| 616 | 2026-04-07T02:22:01.944Z | Downloaded encoding_rs v0.8.35 |
| 617 | 2026-04-07T02:22:01.958Z | Downloaded derive-where v1.6.0 |
| 618 | 2026-04-07T02:22:01.961Z | Downloaded fallible-iterator v0.2.0 |
| 619 | 2026-04-07T02:22:01.965Z | Downloaded aead v0.5.2 |
| 620 | 2026-04-07T02:22:01.965Z | Downloaded corncobs v0.1.4 |
| 621 | 2026-04-07T02:22:01.965Z | Downloaded backon v1.6.0 |
| 622 | 2026-04-07T02:22:01.968Z | Downloaded foreign-types v0.3.2 |
| 623 | 2026-04-07T02:22:01.968Z | Downloaded downcast-rs v2.0.2 |
| 624 | 2026-04-07T02:22:01.968Z | Downloaded crossbeam-utils v0.8.21 |
| 625 | 2026-04-07T02:22:01.978Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 626 | 2026-04-07T02:22:01.978Z | Downloaded async-recursion v1.1.1 |
| 627 | 2026-04-07T02:22:01.978Z | Downloaded defmt-parser v1.0.0 |
| 628 | 2026-04-07T02:22:01.978Z | Downloaded constant_time_eq v0.4.2 |
| 629 | 2026-04-07T02:22:01.978Z | Downloaded arrayref v0.3.9 |
| 630 | 2026-04-07T02:22:01.981Z | Downloaded cargo-platform v0.1.9 |
| 631 | 2026-04-07T02:22:01.981Z | Downloaded bcs v0.1.6 |
| 632 | 2026-04-07T02:22:01.985Z | Downloaded camino-tempfile-ext v0.3.3 |
| 633 | 2026-04-07T02:22:01.988Z | Downloaded bitfield-struct v0.6.2 |
| 634 | 2026-04-07T02:22:01.988Z | Downloaded dropshot-api-manager v0.6.0 |
| 635 | 2026-04-07T02:22:01.991Z | Downloaded bzip2 v0.6.1 |
| 636 | 2026-04-07T02:22:01.991Z | Downloaded bit-set v0.5.3 |
| 637 | 2026-04-07T02:22:01.991Z | Downloaded base64ct v1.8.3 |
| 638 | 2026-04-07T02:22:01.994Z | Downloaded cc v1.2.56 |
| 639 | 2026-04-07T02:22:02.001Z | Downloaded buf-list v1.1.2 |
| 640 | 2026-04-07T02:22:02.010Z | Downloaded blowfish v0.9.1 |
| 641 | 2026-04-07T02:22:02.013Z | Downloaded bitflags v1.3.2 |
| 642 | 2026-04-07T02:22:02.017Z | Downloaded futures-io v0.3.32 |
| 643 | 2026-04-07T02:22:02.017Z | Downloaded foreign-types-shared v0.1.1 |
| 644 | 2026-04-07T02:22:02.017Z | Downloaded cpufeatures v0.3.0 |
| 645 | 2026-04-07T02:22:02.020Z | Downloaded chrono-tz v0.10.4 |
| 646 | 2026-04-07T02:22:02.028Z | Downloaded dtrace-parser v0.3.0 |
| 647 | 2026-04-07T02:22:02.031Z | Downloaded display-error-chain v0.2.2 |
| 648 | 2026-04-07T02:22:02.031Z | Downloaded aes v0.8.4 |
| 649 | 2026-04-07T02:22:02.035Z | Downloaded enum-as-inner v0.6.1 |
| 650 | 2026-04-07T02:22:02.039Z | Downloaded debug-ignore v1.0.5 |
| 651 | 2026-04-07T02:22:02.043Z | Downloaded defmt v0.3.100 |
| 652 | 2026-04-07T02:22:02.046Z | Downloaded aws-lc-rs v1.16.0 |
| 653 | 2026-04-07T02:22:02.049Z | Downloaded dof v0.4.0 |
| 654 | 2026-04-07T02:22:02.052Z | Downloaded daft v0.1.5 |
| 655 | 2026-04-07T02:22:02.052Z | Downloaded diesel-dtrace v0.5.0 |
| 656 | 2026-04-07T02:22:02.052Z | Downloaded futures-channel v0.3.32 |
| 657 | 2026-04-07T02:22:02.055Z | Downloaded crucible-workspace-hack v0.1.0 |
| 658 | 2026-04-07T02:22:02.063Z | Downloaded dyn-clone v1.0.20 |
| 659 | 2026-04-07T02:22:02.068Z | Downloaded darling_macro v0.21.3 |
| 660 | 2026-04-07T02:22:02.071Z | Downloaded ctr v0.9.2 |
| 661 | 2026-04-07T02:22:02.074Z | Downloaded globset v0.4.18 |
| 662 | 2026-04-07T02:22:02.074Z | Downloaded endian-type v0.1.2 |
| 663 | 2026-04-07T02:22:02.077Z | Downloaded fixedbitset v0.4.2 |
| 664 | 2026-04-07T02:22:02.077Z | Downloaded dsl_auto_type v0.2.0 |
| 665 | 2026-04-07T02:22:02.080Z | Downloaded crunchy v0.2.4 |
| 666 | 2026-04-07T02:22:02.080Z | Downloaded env_filter v1.0.0 |
| 667 | 2026-04-07T02:22:02.080Z | Downloaded bitfield-macros v0.19.4 |
| 668 | 2026-04-07T02:22:02.084Z | Downloaded der_derive v0.7.3 |
| 669 | 2026-04-07T02:22:02.087Z | Downloaded csv-core v0.1.13 |
| 670 | 2026-04-07T02:22:02.087Z | Downloaded defmt v1.0.1 |
| 671 | 2026-04-07T02:22:02.094Z | Downloaded ena v0.14.4 |
| 672 | 2026-04-07T02:22:02.094Z | Downloaded heapless v0.7.17 |
| 673 | 2026-04-07T02:22:02.097Z | Downloaded diff v0.1.13 |
| 674 | 2026-04-07T02:22:02.097Z | Downloaded document-features v0.2.12 |
| 675 | 2026-04-07T02:22:02.097Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 676 | 2026-04-07T02:22:02.097Z | Downloaded futures-core v0.3.32 |
| 677 | 2026-04-07T02:22:02.097Z | Downloaded difflib v0.4.0 |
| 678 | 2026-04-07T02:22:02.105Z | Downloaded float-ord v0.3.2 |
| 679 | 2026-04-07T02:22:02.109Z | Downloaded darling_macro v0.23.0 |
| 680 | 2026-04-07T02:22:02.109Z | Downloaded cstr-argument v0.1.2 |
| 681 | 2026-04-07T02:22:02.112Z | Downloaded deranged v0.5.8 |
| 682 | 2026-04-07T02:22:02.115Z | Downloaded derive_builder_core v0.20.2 |
| 683 | 2026-04-07T02:22:02.118Z | Downloaded crossbeam-epoch v0.9.18 |
| 684 | 2026-04-07T02:22:02.123Z | Downloaded ff v0.13.1 |
| 685 | 2026-04-07T02:22:02.123Z | Downloaded erased-serde v0.3.31 |
| 686 | 2026-04-07T02:22:02.123Z | Downloaded embedded-io v0.4.0 |
| 687 | 2026-04-07T02:22:02.127Z | Downloaded drift v0.1.3 |
| 688 | 2026-04-07T02:22:02.133Z | Downloaded defmt-macros v1.0.1 |
| 689 | 2026-04-07T02:22:02.139Z | Downloaded foldhash v0.2.0 |
| 690 | 2026-04-07T02:22:02.142Z | Downloaded ed25519 v2.2.3 |
| 691 | 2026-04-07T02:22:02.150Z | Downloaded http-range v0.1.5 |
| 692 | 2026-04-07T02:22:02.153Z | Downloaded fs-err v2.11.0 |
| 693 | 2026-04-07T02:22:02.156Z | Downloaded flume v0.11.1 |
| 694 | 2026-04-07T02:22:02.166Z | Downloaded futures-macro v0.3.32 |
| 695 | 2026-04-07T02:22:02.169Z | Downloaded ed25519-dalek v2.2.0 |
| 696 | 2026-04-07T02:22:02.174Z | Downloaded darling v0.20.11 |
| 697 | 2026-04-07T02:22:02.177Z | Downloaded elliptic-curve v0.13.8 |
| 698 | 2026-04-07T02:22:02.181Z | Downloaded dropshot_endpoint v0.16.7 |
| 699 | 2026-04-07T02:22:02.184Z | Downloaded darling_core v0.20.11 |
| 700 | 2026-04-07T02:22:02.199Z | Downloaded half v1.8.3 |
| 701 | 2026-04-07T02:22:02.203Z | Downloaded futures-util v0.3.32 |
| 702 | 2026-04-07T02:22:02.207Z | Downloaded crossbeam-channel v0.5.15 |
| 703 | 2026-04-07T02:22:02.211Z | Downloaded home v0.5.12 |
| 704 | 2026-04-07T02:22:02.211Z | Downloaded heapless v0.8.0 |
| 705 | 2026-04-07T02:22:02.214Z | Downloaded darling_core v0.23.0 |
| 706 | 2026-04-07T02:22:02.218Z | Downloaded fxhash v0.2.1 |
| 707 | 2026-04-07T02:22:02.218Z | Downloaded darling_core v0.21.3 |
| 708 | 2026-04-07T02:22:02.222Z | Downloaded flate2 v1.1.9 |
| 709 | 2026-04-07T02:22:02.225Z | Downloaded diesel_derives v2.3.7 |
| 710 | 2026-04-07T02:22:02.228Z | Downloaded derive_more-impl v2.1.1 |
| 711 | 2026-04-07T02:22:02.231Z | Downloaded der v0.7.10 |
| 712 | 2026-04-07T02:22:02.235Z | Downloaded crossterm v0.28.1 |
| 713 | 2026-04-07T02:22:02.238Z | Downloaded darling v0.23.0 |
| 714 | 2026-04-07T02:22:02.241Z | Downloaded daft-derive v0.1.5 |
| 715 | 2026-04-07T02:22:02.241Z | Downloaded derive_more v0.99.20 |
| 716 | 2026-04-07T02:22:02.244Z | Downloaded ghash v0.5.1 |
| 717 | 2026-04-07T02:22:02.274Z | Downloaded futures-task v0.3.32 |
| 718 | 2026-04-07T02:22:02.277Z | Downloaded libbz2-rs-sys v0.2.2 |
| 719 | 2026-04-07T02:22:02.277Z | Downloaded http v1.4.0 |
| 720 | 2026-04-07T02:22:02.281Z | Downloaded http-body v1.0.1 |
| 721 | 2026-04-07T02:22:02.296Z | Downloaded half v2.7.1 |
| 722 | 2026-04-07T02:22:02.300Z | Downloaded goblin v0.10.5 |
| 723 | 2026-04-07T02:22:02.303Z | Downloaded curve25519-dalek v4.1.3 |
| 724 | 2026-04-07T02:22:02.307Z | Downloaded hmac v0.12.1 |
| 725 | 2026-04-07T02:22:02.312Z | Downloaded itertools v0.10.5 |
| 726 | 2026-04-07T02:22:02.315Z | Downloaded indicatif v0.18.4 |
| 727 | 2026-04-07T02:22:02.315Z | Downloaded gethostname v0.5.0 |
| 728 | 2026-04-07T02:22:02.315Z | Downloaded dropshot v0.17.0 |
| 729 | 2026-04-07T02:22:02.327Z | Downloaded match_cfg v0.1.0 |
| 730 | 2026-04-07T02:22:02.331Z | Downloaded libsw-core v0.3.2 |
| 731 | 2026-04-07T02:22:02.331Z | Downloaded iana-time-zone v0.1.65 |
| 732 | 2026-04-07T02:22:02.334Z | Downloaded iri-string v0.7.10 |
| 733 | 2026-04-07T02:22:02.341Z | Downloaded httpdate v1.0.3 |
| 734 | 2026-04-07T02:22:02.341Z | Downloaded hostname v0.4.2 |
| 735 | 2026-04-07T02:22:02.341Z | Downloaded instant v0.1.13 |
| 736 | 2026-04-07T02:22:02.341Z | Downloaded hubpack v0.1.2 |
| 737 | 2026-04-07T02:22:02.346Z | Downloaded getrandom v0.2.17 |
| 738 | 2026-04-07T02:22:02.346Z | Downloaded csv v1.4.0 |
| 739 | 2026-04-07T02:22:02.352Z | Downloaded indent_write v2.2.0 |
| 740 | 2026-04-07T02:22:02.356Z | Downloaded hyper-util v0.1.20 |
| 741 | 2026-04-07T02:22:02.359Z | Downloaded libefi-sys v0.1.0 |
| 742 | 2026-04-07T02:22:02.359Z | Downloaded is_ci v1.2.0 |
| 743 | 2026-04-07T02:22:02.359Z | Downloaded internet-checksum v0.2.1 |
| 744 | 2026-04-07T02:22:02.362Z | Downloaded ipnetwork v0.21.1 |
| 745 | 2026-04-07T02:22:02.362Z | Downloaded ingot v0.1.1 |
| 746 | 2026-04-07T02:22:02.362Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 747 | 2026-04-07T02:22:02.365Z | Downloaded hyper-tls v0.6.0 |
| 748 | 2026-04-07T02:22:02.365Z | Downloaded fs_extra v1.3.0 |
| 749 | 2026-04-07T02:22:02.369Z | Downloaded lazy_static v1.5.0 |
| 750 | 2026-04-07T02:22:02.369Z | Downloaded hyper v1.8.1 |
| 751 | 2026-04-07T02:22:02.375Z | Downloaded async-stream-impl v0.3.6 |
| 752 | 2026-04-07T02:22:02.385Z | Downloaded jobserver v0.1.34 |
| 753 | 2026-04-07T02:22:02.446Z | Downloaded num v0.4.3 |
| 754 | 2026-04-07T02:22:02.459Z | Downloaded globwalk v0.9.1 |
| 755 | 2026-04-07T02:22:02.463Z | Downloaded hex-literal v0.4.1 |
| 756 | 2026-04-07T02:22:02.466Z | Downloaded linked-hash-map v0.5.6 |
| 757 | 2026-04-07T02:22:02.466Z | Downloaded lalrpop-util v0.19.12 |
| 758 | 2026-04-07T02:22:02.475Z | Downloaded h2 v0.4.13 |
| 759 | 2026-04-07T02:22:02.479Z | Downloaded httparse v1.10.1 |
| 760 | 2026-04-07T02:22:02.482Z | Downloaded headers v0.4.1 |
| 761 | 2026-04-07T02:22:02.485Z | Downloaded lock_api v0.4.14 |
| 762 | 2026-04-07T02:22:02.485Z | Downloaded jiff v0.2.21 |
| 763 | 2026-04-07T02:22:02.495Z | Downloaded indoc v1.0.9 |
| 764 | 2026-04-07T02:22:02.498Z | Downloaded highway v1.3.0 |
| 765 | 2026-04-07T02:22:02.498Z | Downloaded git-stub-vcs v0.1.0 |
| 766 | 2026-04-07T02:22:02.501Z | Downloaded group v0.13.0 |
| 767 | 2026-04-07T02:22:02.501Z | Downloaded lzss v0.8.2 |
| 768 | 2026-04-07T02:22:02.510Z | Downloaded md-5 v0.10.6 |
| 769 | 2026-04-07T02:22:02.514Z | Downloaded memoffset v0.9.1 |
| 770 | 2026-04-07T02:22:02.517Z | Downloaded ahash v0.8.12 |
| 771 | 2026-04-07T02:22:02.520Z | Downloaded maybe-uninit v2.0.0 |
| 772 | 2026-04-07T02:22:02.520Z | Downloaded libz-sys v1.1.24 |
| 773 | 2026-04-07T02:22:02.532Z | Downloaded num-derive v0.3.3 |
| 774 | 2026-04-07T02:22:02.535Z | Downloaded num_threads v0.1.7 |
| 775 | 2026-04-07T02:22:02.535Z | Downloaded nonempty v0.12.0 |
| 776 | 2026-04-07T02:22:02.535Z | Downloaded git2 v0.20.4 |
| 777 | 2026-04-07T02:22:02.540Z | Downloaded newtype_derive v0.1.6 |
| 778 | 2026-04-07T02:22:02.543Z | Downloaded newtype-uuid-macros v0.1.0 |
| 779 | 2026-04-07T02:22:02.543Z | Downloaded nodrop v0.1.14 |
| 780 | 2026-04-07T02:22:02.543Z | Downloaded multimap v0.10.1 |
| 781 | 2026-04-07T02:22:02.543Z | Downloaded hyper-rustls v0.27.7 |
| 782 | 2026-04-07T02:22:02.546Z | Downloaded minimal-lexical v0.2.1 |
| 783 | 2026-04-07T02:22:02.549Z | Downloaded arc-swap v1.8.2 |
| 784 | 2026-04-07T02:22:02.552Z | Downloaded const-oid v0.9.6 |
| 785 | 2026-04-07T02:22:02.552Z | Downloaded maplit v1.0.2 |
| 786 | 2026-04-07T02:22:02.552Z | Downloaded libm v0.2.16 |
| 787 | 2026-04-07T02:22:02.557Z | Downloaded num_enum v0.7.5 |
| 788 | 2026-04-07T02:22:02.560Z | Downloaded async-bb8-diesel v0.2.1 |
| 789 | 2026-04-07T02:22:02.563Z | Downloaded ignore v0.4.25 |
| 790 | 2026-04-07T02:22:02.567Z | Downloaded nix v0.29.0 |
| 791 | 2026-04-07T02:22:02.572Z | Downloaded hashbrown v0.15.5 |
| 792 | 2026-04-07T02:22:02.575Z | Downloaded allocator-api2 v0.2.21 |
| 793 | 2026-04-07T02:22:02.589Z | Downloaded nix v0.27.1 |
| 794 | 2026-04-07T02:22:02.595Z | Downloaded native-tls v0.2.18 |
| 795 | 2026-04-07T02:22:02.598Z | Downloaded base64 v0.21.7 |
| 796 | 2026-04-07T02:22:02.601Z | Downloaded miniz_oxide v0.8.9 |
| 797 | 2026-04-07T02:22:02.634Z | Downloaded num-bigint-dig v0.8.6 |
| 798 | 2026-04-07T02:22:02.650Z | Downloaded const_format_proc_macros v0.2.34 |
| 799 | 2026-04-07T02:22:02.653Z | Downloaded num-conv v0.2.0 |
| 800 | 2026-04-07T02:22:02.653Z | Downloaded console v0.15.11 |
| 801 | 2026-04-07T02:22:02.656Z | Downloaded colored v3.1.1 |
| 802 | 2026-04-07T02:22:02.659Z | Downloaded hickory-proto v0.24.4 |
| 803 | 2026-04-07T02:22:02.666Z | Downloaded openssl v0.10.75 |
| 804 | 2026-04-07T02:22:02.674Z | Downloaded indoc v2.0.7 |
| 805 | 2026-04-07T02:22:02.677Z | Downloaded lru-cache v0.1.2 |
| 806 | 2026-04-07T02:22:02.677Z | Downloaded keccak v0.1.6 |
| 807 | 2026-04-07T02:22:02.681Z | Downloaded is-terminal v0.4.17 |
| 808 | 2026-04-07T02:22:02.681Z | Downloaded hickory-proto v0.25.2 |
| 809 | 2026-04-07T02:22:02.687Z | Downloaded olpc-cjson v0.1.4 |
| 810 | 2026-04-07T02:22:02.690Z | Downloaded num-rational v0.4.2 |
| 811 | 2026-04-07T02:22:02.690Z | Downloaded mime v0.3.17 |
| 812 | 2026-04-07T02:22:02.690Z | Downloaded hickory-server v0.25.2 |
| 813 | 2026-04-07T02:22:02.694Z | Downloaded p256 v0.13.2 |
| 814 | 2026-04-07T02:22:02.697Z | Downloaded linear-map v1.2.0 |
| 815 | 2026-04-07T02:22:02.697Z | Downloaded bitfield v0.19.4 |
| 816 | 2026-04-07T02:22:02.700Z | Downloaded num-derive v0.4.2 |
| 817 | 2026-04-07T02:22:02.700Z | Downloaded managed v0.8.0 |
| 818 | 2026-04-07T02:22:02.700Z | Downloaded itertools v0.13.0 |
| 819 | 2026-04-07T02:22:02.704Z | Downloaded assert_matches v1.5.0 |
| 820 | 2026-04-07T02:22:02.707Z | Downloaded memmap2 v0.9.10 |
| 821 | 2026-04-07T02:22:02.707Z | Downloaded ingot-types v0.1.2 |
| 822 | 2026-04-07T02:22:02.707Z | Downloaded convert_case v0.10.0 |
| 823 | 2026-04-07T02:22:02.710Z | Downloaded cassowary v0.3.0 |
| 824 | 2026-04-07T02:22:02.710Z | Downloaded bitvec v1.0.1 |
| 825 | 2026-04-07T02:22:02.717Z | Downloaded ciborium v0.2.2 |
| 826 | 2026-04-07T02:22:02.720Z | Downloaded async-compression v0.4.41 |
| 827 | 2026-04-07T02:22:02.723Z | Downloaded itertools v0.14.0 |
| 828 | 2026-04-07T02:22:02.727Z | Downloaded libxml v0.3.3 |
| 829 | 2026-04-07T02:22:02.731Z | Downloaded chrono v0.4.44 |
| 830 | 2026-04-07T02:22:02.735Z | Downloaded new_debug_unreachable v1.0.6 |
| 831 | 2026-04-07T02:22:02.738Z | Downloaded lalrpop v0.19.12 |
| 832 | 2026-04-07T02:22:02.742Z | Downloaded num_enum v0.5.11 |
| 833 | 2026-04-07T02:22:02.746Z | Downloaded newline-converter v0.3.0 |
| 834 | 2026-04-07T02:22:02.749Z | Downloaded crc-catalog v2.4.0 |
| 835 | 2026-04-07T02:22:02.749Z | Downloaded mio v1.1.1 |
| 836 | 2026-04-07T02:22:02.752Z | Downloaded pem v3.0.6 |
| 837 | 2026-04-07T02:22:02.752Z | Downloaded byte-wrapper v0.1.0 |
| 838 | 2026-04-07T02:22:02.755Z | Downloaded num-integer v0.1.46 |
| 839 | 2026-04-07T02:22:02.755Z | Downloaded mime_guess v2.0.5 |
| 840 | 2026-04-07T02:22:02.755Z | Downloaded lru v0.12.5 |
| 841 | 2026-04-07T02:22:02.755Z | Downloaded futures-sink v0.3.32 |
| 842 | 2026-04-07T02:22:02.758Z | Downloaded getrandom v0.4.1 |
| 843 | 2026-04-07T02:22:02.758Z | Downloaded ciborium-ll v0.2.2 |
| 844 | 2026-04-07T02:22:02.761Z | Downloaded hash32 v0.2.1 |
| 845 | 2026-04-07T02:22:02.764Z | Downloaded async-trait v0.1.89 |
| 846 | 2026-04-07T02:22:02.773Z | Downloaded cfg_aliases v0.1.1 |
| 847 | 2026-04-07T02:22:02.777Z | Downloaded opaque-debug v0.3.1 |
| 848 | 2026-04-07T02:22:02.780Z | Downloaded oxide-tokio-rt v0.1.3 |
| 849 | 2026-04-07T02:22:02.783Z | Downloaded async-stream v0.3.6 |
| 850 | 2026-04-07T02:22:02.788Z | Downloaded num-complex v0.4.6 |
| 851 | 2026-04-07T02:22:02.793Z | Downloaded block-padding v0.3.3 |
| 852 | 2026-04-07T02:22:02.797Z | Downloaded convert_case v0.4.0 |
| 853 | 2026-04-07T02:22:02.801Z | Downloaded foreign-types v0.5.0 |
| 854 | 2026-04-07T02:22:02.809Z | Downloaded colored v2.2.0 |
| 855 | 2026-04-07T02:22:02.814Z | Downloaded phf v0.12.1 |
| 856 | 2026-04-07T02:22:02.817Z | Downloaded parse-size v1.1.0 |
| 857 | 2026-04-07T02:22:02.817Z | Downloaded ident_case v1.0.1 |
| 858 | 2026-04-07T02:22:02.822Z | Downloaded owo-colors v4.3.0 |
| 859 | 2026-04-07T02:22:02.825Z | Downloaded cipher v0.4.4 |
| 860 | 2026-04-07T02:22:02.825Z | Downloaded num_enum_derive v0.7.5 |
| 861 | 2026-04-07T02:22:02.825Z | Downloaded backoff v0.4.0 |
| 862 | 2026-04-07T02:22:02.829Z | Downloaded parse-display-derive v0.10.0 |
| 863 | 2026-04-07T02:22:02.832Z | Downloaded cbc v0.1.2 |
| 864 | 2026-04-07T02:22:02.832Z | Downloaded parking_lot v0.12.5 |
| 865 | 2026-04-07T02:22:02.836Z | Downloaded papergrid v0.17.0 |
| 866 | 2026-04-07T02:22:02.836Z | Downloaded openssl-sys v0.9.111 |
| 867 | 2026-04-07T02:22:02.839Z | Downloaded hostname v0.3.1 |
| 868 | 2026-04-07T02:22:02.842Z | Downloaded p521 v0.13.3 |
| 869 | 2026-04-07T02:22:02.842Z | Downloaded nibble_vec v0.1.0 |
| 870 | 2026-04-07T02:22:02.845Z | Downloaded hex v0.4.3 |
| 871 | 2026-04-07T02:22:02.845Z | Downloaded hashbrown v0.13.2 |
| 872 | 2026-04-07T02:22:02.848Z | Downloaded base16ct v0.2.0 |
| 873 | 2026-04-07T02:22:02.848Z | Downloaded nu-ansi-term v0.50.3 |
| 874 | 2026-04-07T02:22:02.848Z | Downloaded hash32 v0.3.1 |
| 875 | 2026-04-07T02:22:02.851Z | Downloaded chacha20 v0.10.0 |
| 876 | 2026-04-07T02:22:02.857Z | Downloaded progenitor v0.13.0 |
| 877 | 2026-04-07T02:22:02.862Z | Downloaded crc v3.4.0 |
| 878 | 2026-04-07T02:22:02.864Z | Downloaded bb8 v0.8.6 |
| 879 | 2026-04-07T02:22:02.865Z | Downloaded nix v0.31.1 |
| 880 | 2026-04-07T02:22:02.870Z | Downloaded paste v1.0.15 |
| 881 | 2026-04-07T02:22:02.873Z | Downloaded ascii-canvas v3.0.0 |
| 882 | 2026-04-07T02:22:02.873Z | Downloaded openssl-macros v0.1.1 |
| 883 | 2026-04-07T02:22:02.876Z | Downloaded oso-derive v0.27.3 |
| 884 | 2026-04-07T02:22:02.876Z | Downloaded omicron-zone-package v0.12.2 |
| 885 | 2026-04-07T02:22:02.876Z | Downloaded futures v0.3.32 |
| 886 | 2026-04-07T02:22:02.879Z | Downloaded cookie_store v0.22.1 |
| 887 | 2026-04-07T02:22:02.882Z | Downloaded progenitor-macro v0.11.2 |
| 888 | 2026-04-07T02:22:02.882Z | Downloaded atomic-waker v1.1.2 |
| 889 | 2026-04-07T02:22:02.882Z | Downloaded bytes v1.11.1 |
| 890 | 2026-04-07T02:22:02.886Z | Downloaded num-iter v0.1.45 |
| 891 | 2026-04-07T02:22:02.886Z | Downloaded normalize-line-endings v0.3.0 |
| 892 | 2026-04-07T02:22:02.889Z | Downloaded pin-project-internal v1.1.11 |
| 893 | 2026-04-07T02:22:02.889Z | Downloaded object v0.30.4 |
| 894 | 2026-04-07T02:22:02.894Z | Downloaded pretty_assertions v1.4.1 |
| 895 | 2026-04-07T02:22:02.897Z | Downloaded parking_lot_core v0.8.6 |
| 896 | 2026-04-07T02:22:02.897Z | Downloaded path-slash v0.1.5 |
| 897 | 2026-04-07T02:22:02.900Z | Downloaded packed_struct_codegen v0.10.1 |
| 898 | 2026-04-07T02:22:02.900Z | Downloaded argon2 v0.5.3 |
| 899 | 2026-04-07T02:22:02.907Z | Downloaded compact_str v0.8.1 |
| 900 | 2026-04-07T02:22:02.910Z | Downloaded ar_archive_writer v0.5.1 |
| 901 | 2026-04-07T02:22:02.914Z | Downloaded psl-types v2.0.11 |
| 902 | 2026-04-07T02:22:02.917Z | Downloaded foreign-types-macros v0.2.3 |
| 903 | 2026-04-07T02:22:02.920Z | Downloaded cancel-safe-futures v0.1.5 |
| 904 | 2026-04-07T02:22:02.925Z | Downloaded phf_shared v0.13.1 |
| 905 | 2026-04-07T02:22:02.928Z | Downloaded p384 v0.13.1 |
| 906 | 2026-04-07T02:22:02.932Z | Downloaded primeorder v0.13.6 |
| 907 | 2026-04-07T02:22:02.935Z | Downloaded password-hash v0.4.2 |
| 908 | 2026-04-07T02:22:02.938Z | Downloaded postgres-protocol v0.6.10 |
| 909 | 2026-04-07T02:22:02.941Z | Downloaded pem-rfc7468 v0.7.0 |
| 910 | 2026-04-07T02:22:02.944Z | Downloaded openssl-probe v0.1.6 |
| 911 | 2026-04-07T02:22:02.944Z | Downloaded peg-macros v0.8.5 |
| 912 | 2026-04-07T02:22:02.948Z | Downloaded recursive v0.1.1 |
| 913 | 2026-04-07T02:22:02.958Z | Downloaded proc-macro-crate v1.3.1 |
| 914 | 2026-04-07T02:22:02.961Z | Downloaded parse-display v0.10.0 |
| 915 | 2026-04-07T02:22:02.966Z | Downloaded progenitor-impl v0.10.0 |
| 916 | 2026-04-07T02:22:02.971Z | Downloaded ppv-lite86 v0.2.21 |
| 917 | 2026-04-07T02:22:02.974Z | Downloaded rand_core v0.6.4 |
| 918 | 2026-04-07T02:22:02.978Z | Downloaded pbkdf2 v0.12.2 |
| 919 | 2026-04-07T02:22:02.984Z | Downloaded base64 v0.22.1 |
| 920 | 2026-04-07T02:22:02.990Z | Downloaded atty v0.2.14 |
| 921 | 2026-04-07T02:22:02.993Z | Downloaded array-init v0.0.4 |
| 922 | 2026-04-07T02:22:02.993Z | Downloaded cfg_aliases v0.2.1 |
| 923 | 2026-04-07T02:22:02.993Z | Downloaded bindgen v0.71.1 |
| 924 | 2026-04-07T02:22:02.997Z | Downloaded pin-project-lite v0.2.17 |
| 925 | 2026-04-07T02:22:03.000Z | Downloaded bit-vec v0.6.3 |
| 926 | 2026-04-07T02:22:03.003Z | Downloaded lru-slab v0.1.2 |
| 927 | 2026-04-07T02:22:03.006Z | Downloaded arrayvec v0.7.6 |
| 928 | 2026-04-07T02:22:03.007Z | Downloaded crc-any v2.5.0 |
| 929 | 2026-04-07T02:22:03.011Z | Downloaded rayon-core v1.13.0 |
| 930 | 2026-04-07T02:22:03.019Z | Downloaded castaway v0.2.4 |
| 931 | 2026-04-07T02:22:03.022Z | Downloaded console v0.16.2 |
| 932 | 2026-04-07T02:22:03.027Z | Downloaded predicates-core v1.0.10 |
| 933 | 2026-04-07T02:22:03.030Z | Downloaded peg v0.8.5 |
| 934 | 2026-04-07T02:22:03.033Z | Downloaded pkcs1 v0.7.5 |
| 935 | 2026-04-07T02:22:03.036Z | Downloaded pkcs5 v0.7.1 |
| 936 | 2026-04-07T02:22:03.037Z | Downloaded bstr v1.12.1 |
| 937 | 2026-04-07T02:22:03.041Z | Downloaded progenitor-macro v0.13.0 |
| 938 | 2026-04-07T02:22:03.044Z | Downloaded progenitor-client v0.10.0 |
| 939 | 2026-04-07T02:22:03.044Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 940 | 2026-04-07T02:22:03.044Z | Downloaded bit-set v0.8.0 |
| 941 | 2026-04-07T02:22:03.047Z | Downloaded blake3 v1.8.3 |
| 942 | 2026-04-07T02:22:03.051Z | Downloaded proc-macro-crate v3.4.0 |
| 943 | 2026-04-07T02:22:03.051Z | Downloaded hickory-resolver v0.24.4 |
| 944 | 2026-04-07T02:22:03.055Z | Downloaded predicates v3.1.4 |
| 945 | 2026-04-07T02:22:03.055Z | Downloaded password-hash v0.5.0 |
| 946 | 2026-04-07T02:22:03.058Z | Downloaded num_enum_derive v0.5.11 |
| 947 | 2026-04-07T02:22:03.061Z | Downloaded cookie v0.18.1 |
| 948 | 2026-04-07T02:22:03.064Z | Downloaded quick-error v1.2.3 |
| 949 | 2026-04-07T02:22:03.064Z | Downloaded peg-runtime v0.8.5 |
| 950 | 2026-04-07T02:22:03.064Z | Downloaded headers-core v0.3.0 |
| 951 | 2026-04-07T02:22:03.068Z | Downloaded progenitor-extras v0.1.1 |
| 952 | 2026-04-07T02:22:03.071Z | Downloaded clang-sys v1.8.1 |
| 953 | 2026-04-07T02:22:03.074Z | Downloaded r2d2 v0.8.10 |
| 954 | 2026-04-07T02:22:03.077Z | Downloaded http-body-util v0.1.3 |
| 955 | 2026-04-07T02:22:03.077Z | Downloaded glob v0.3.3 |
| 956 | 2026-04-07T02:22:03.077Z | Downloaded hkdf v0.12.4 |
| 957 | 2026-04-07T02:22:03.080Z | Downloaded pin-project v1.1.11 |
| 958 | 2026-04-07T02:22:03.085Z | Downloaded rustc_version v0.1.7 |
| 959 | 2026-04-07T02:22:03.088Z | Downloaded hubpack_derive v0.1.1 |
| 960 | 2026-04-07T02:22:03.088Z | Downloaded parking_lot v0.11.2 |
| 961 | 2026-04-07T02:22:03.088Z | Downloaded pin-utils v0.1.0 |
| 962 | 2026-04-07T02:22:03.091Z | Downloaded bumpalo v3.20.2 |
| 963 | 2026-04-07T02:22:03.091Z | Downloaded scopeguard v1.2.0 |
| 964 | 2026-04-07T02:22:03.095Z | Downloaded salsa20 v0.10.2 |
| 965 | 2026-04-07T02:22:03.095Z | Downloaded rand v0.10.0 |
| 966 | 2026-04-07T02:22:03.098Z | Downloaded progenitor v0.11.2 |
| 967 | 2026-04-07T02:22:03.098Z | Downloaded pkcs8 v0.10.2 |
| 968 | 2026-04-07T02:22:03.098Z | Downloaded libloading v0.8.9 |
| 969 | 2026-04-07T02:22:03.101Z | Downloaded aes-gcm v0.10.3 |
| 970 | 2026-04-07T02:22:03.104Z | Downloaded ref-cast v1.0.25 |
| 971 | 2026-04-07T02:22:03.107Z | Downloaded pbkdf2 v0.11.0 |
| 972 | 2026-04-07T02:22:03.107Z | Downloaded rand_seeder v0.4.0 |
| 973 | 2026-04-07T02:22:03.110Z | Downloaded radium v0.7.0 |
| 974 | 2026-04-07T02:22:03.110Z | Downloaded publicsuffix v2.3.0 |
| 975 | 2026-04-07T02:22:03.113Z | Downloaded quinn v0.11.9 |
| 976 | 2026-04-07T02:22:03.113Z | Downloaded chacha20poly1305 v0.10.1 |
| 977 | 2026-04-07T02:22:03.116Z | Downloaded const_format v0.2.35 |
| 978 | 2026-04-07T02:22:03.116Z | Downloaded hickory-resolver v0.25.2 |
| 979 | 2026-04-07T02:22:03.121Z | Downloaded openssl-probe v0.2.1 |
| 980 | 2026-04-07T02:22:03.124Z | Downloaded progenitor v0.10.0 |
| 981 | 2026-04-07T02:22:03.127Z | Downloaded rfc6979 v0.4.0 |
| 982 | 2026-04-07T02:22:03.132Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 983 | 2026-04-07T02:22:03.139Z | Downloaded resolv-conf v0.7.6 |
| 984 | 2026-04-07T02:22:03.142Z | Downloaded parking_lot_core v0.9.12 |
| 985 | 2026-04-07T02:22:03.155Z | Downloaded hashbrown v0.12.3 |
| 986 | 2026-04-07T02:22:03.158Z | Downloaded rustls-webpki v0.101.7 |
| 987 | 2026-04-07T02:22:03.165Z | Downloaded serde_repr v0.1.20 |
| 988 | 2026-04-07T02:22:03.169Z | Downloaded oso v0.27.3 |
| 989 | 2026-04-07T02:22:03.169Z | Downloaded portable-atomic v1.13.1 |
| 990 | 2026-04-07T02:22:03.173Z | Downloaded rustls-pki-types v1.14.0 |
| 991 | 2026-04-07T02:22:03.176Z | Downloaded phf_shared v0.11.3 |
| 992 | 2026-04-07T02:22:03.176Z | Downloaded polyval v0.6.2 |
| 993 | 2026-04-07T02:22:03.179Z | Downloaded pkg-config v0.3.32 |
| 994 | 2026-04-07T02:22:03.180Z | Downloaded postgres-types v0.2.12 |
| 995 | 2026-04-07T02:22:03.183Z | Downloaded precomputed-hash v0.1.1 |
| 996 | 2026-04-07T02:22:03.186Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 997 | 2026-04-07T02:22:03.186Z | Downloaded progenitor-macro v0.10.0 |
| 998 | 2026-04-07T02:22:03.189Z | Downloaded progenitor-client v0.11.2 |
| 999 | 2026-04-07T02:22:03.192Z | Downloaded semver v0.1.20 |
| 1000 | 2026-04-07T02:22:03.196Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1001 | 2026-04-07T02:22:03.199Z | Downloaded russh-cryptovec v0.7.3 |
| 1002 | 2026-04-07T02:22:03.199Z | Downloaded reqwest v0.12.28 |
| 1003 | 2026-04-07T02:22:03.202Z | Downloaded scroll_derive v0.13.1 |
| 1004 | 2026-04-07T02:22:03.202Z | Downloaded serde_with_macros v3.17.0 |
| 1005 | 2026-04-07T02:22:03.205Z | Downloaded phf v0.13.1 |
| 1006 | 2026-04-07T02:22:03.205Z | Downloaded serde_urlencoded v0.7.1 |
| 1007 | 2026-04-07T02:22:03.208Z | Downloaded signature v2.2.0 |
| 1008 | 2026-04-07T02:22:03.211Z | Downloaded rustc-hash v2.1.1 |
| 1009 | 2026-04-07T02:22:03.215Z | Downloaded rand_core v0.9.5 |
| 1010 | 2026-04-07T02:22:03.218Z | Downloaded rustls-webpki v0.103.9 |
| 1011 | 2026-04-07T02:22:03.218Z | Downloaded progenitor-client v0.13.0 |
| 1012 | 2026-04-07T02:22:03.221Z | Downloaded slog-json v2.6.1 |
| 1013 | 2026-04-07T02:22:03.221Z | Downloaded serde-hex v0.1.0 |
| 1014 | 2026-04-07T02:22:03.224Z | Downloaded scrypt v0.11.0 |
| 1015 | 2026-04-07T02:22:03.228Z | Downloaded signal-hook-mio v0.2.5 |
| 1016 | 2026-04-07T02:22:03.228Z | Downloaded rand v0.9.2 |
| 1017 | 2026-04-07T02:22:03.231Z | Downloaded serde_cbor v0.11.2 |
| 1018 | 2026-04-07T02:22:03.231Z | Downloaded slog-dtrace v0.3.0 |
| 1019 | 2026-04-07T02:22:03.234Z | Downloaded progenitor-impl v0.11.2 |
| 1020 | 2026-04-07T02:22:03.237Z | Downloaded schemars v0.9.0 |
| 1021 | 2026-04-07T02:22:03.242Z | Downloaded signal-hook-registry v1.4.8 |
| 1022 | 2026-04-07T02:22:03.245Z | Downloaded rustls-pemfile v2.2.0 |
| 1023 | 2026-04-07T02:22:03.245Z | Downloaded sigpipe v0.1.3 |
| 1024 | 2026-04-07T02:22:03.245Z | Downloaded radix_trie v0.2.1 |
| 1025 | 2026-04-07T02:22:03.248Z | Downloaded signal-hook v0.3.18 |
| 1026 | 2026-04-07T02:22:03.252Z | Downloaded petname v2.0.2 |
| 1027 | 2026-04-07T02:22:03.256Z | Downloaded snafu-derive v0.8.9 |
| 1028 | 2026-04-07T02:22:03.256Z | Downloaded slog-term v2.9.2 |
| 1029 | 2026-04-07T02:22:03.259Z | Downloaded rustyline v14.0.0 |
| 1030 | 2026-04-07T02:22:03.259Z | Downloaded rtoolbox v0.0.3 |
| 1031 | 2026-04-07T02:22:03.262Z | Downloaded rcgen v0.12.1 |
| 1032 | 2026-04-07T02:22:03.262Z | Downloaded powerfmt v0.2.0 |
| 1033 | 2026-04-07T02:22:03.265Z | Downloaded ssh-cipher v0.2.0 |
| 1034 | 2026-04-07T02:22:03.269Z | Downloaded sqlparser_derive v0.5.0 |
| 1035 | 2026-04-07T02:22:03.269Z | Downloaded strum v0.26.3 |
| 1036 | 2026-04-07T02:22:03.281Z | Downloaded quinn-proto v0.11.13 |
| 1037 | 2026-04-07T02:22:03.282Z | Downloaded spin v0.9.8 |
| 1038 | 2026-04-07T02:22:03.282Z | Downloaded slog-scope v4.4.1 |
| 1039 | 2026-04-07T02:22:03.286Z | Downloaded ssh-encoding v0.2.0 |
| 1040 | 2026-04-07T02:22:03.286Z | Downloaded rustls-webpki v0.102.8 |
| 1041 | 2026-04-07T02:22:03.296Z | Downloaded sync-ptr v0.1.4 |
| 1042 | 2026-04-07T02:22:03.299Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1043 | 2026-04-07T02:22:03.299Z | Downloaded rustversion v1.0.22 |
| 1044 | 2026-04-07T02:22:03.299Z | Downloaded rustix v0.38.44 |
| 1045 | 2026-04-07T02:22:03.312Z | Downloaded shell-words v1.1.1 |
| 1046 | 2026-04-07T02:22:03.315Z | Downloaded socket2 v0.5.10 |
| 1047 | 2026-04-07T02:22:03.315Z | Downloaded prefix-trie v0.7.0 |
| 1048 | 2026-04-07T02:22:03.318Z | Downloaded stringprep v0.1.5 |
| 1049 | 2026-04-07T02:22:03.318Z | Downloaded strum_macros v0.24.3 |
| 1050 | 2026-04-07T02:22:03.318Z | Downloaded serde_spanned v1.0.4 |
| 1051 | 2026-04-07T02:22:03.322Z | Downloaded serde_plain v1.0.2 |
| 1052 | 2026-04-07T02:22:03.322Z | Downloaded serde_bytes v0.11.19 |
| 1053 | 2026-04-07T02:22:03.322Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1054 | 2026-04-07T02:22:03.322Z | Downloaded sapling-renderdag v0.1.0 |
| 1055 | 2026-04-07T02:22:03.325Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1056 | 2026-04-07T02:22:03.355Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1057 | 2026-04-07T02:22:03.358Z | Downloaded testing_table v0.3.0 |
| 1058 | 2026-04-07T02:22:03.358Z | Downloaded take_mut v0.2.2 |
| 1059 | 2026-04-07T02:22:03.358Z | Downloaded tabwriter v1.4.1 |
| 1060 | 2026-04-07T02:22:03.358Z | Downloaded sync_wrapper v1.0.2 |
| 1061 | 2026-04-07T02:22:03.358Z | Downloaded strum_macros v0.26.4 |
| 1062 | 2026-04-07T02:22:03.361Z | Downloaded string_cache v0.8.9 |
| 1063 | 2026-04-07T02:22:03.361Z | Downloaded socket2 v0.6.2 |
| 1064 | 2026-04-07T02:22:03.365Z | Downloaded slab v0.4.12 |
| 1065 | 2026-04-07T02:22:03.365Z | Downloaded tagptr v0.2.0 |
| 1066 | 2026-04-07T02:22:03.365Z | Downloaded similar v2.7.0 |
| 1067 | 2026-04-07T02:22:03.368Z | Downloaded supports-color v3.0.2 |
| 1068 | 2026-04-07T02:22:03.368Z | Downloaded simd-adler32 v0.3.8 |
| 1069 | 2026-04-07T02:22:03.371Z | Downloaded structmeta-derive v0.3.0 |
| 1070 | 2026-04-07T02:22:03.371Z | Downloaded shlex v1.3.0 |
| 1071 | 2026-04-07T02:22:03.371Z | Downloaded sha1 v0.10.6 |
| 1072 | 2026-04-07T02:22:03.371Z | Downloaded rusty-fork v0.3.1 |
| 1073 | 2026-04-07T02:22:03.374Z | Downloaded rustls-pemfile v1.0.4 |
| 1074 | 2026-04-07T02:22:03.374Z | Downloaded regex-automata v0.4.14 |
| 1075 | 2026-04-07T02:22:03.382Z | Downloaded serde-big-array v0.5.1 |
| 1076 | 2026-04-07T02:22:03.385Z | Downloaded termios v0.3.3 |
| 1077 | 2026-04-07T02:22:03.385Z | Downloaded static_assertions v1.1.0 |
| 1078 | 2026-04-07T02:22:03.385Z | Downloaded samael v0.0.19 |
| 1079 | 2026-04-07T02:22:03.389Z | Downloaded russh v0.45.0 |
| 1080 | 2026-04-07T02:22:03.392Z | Downloaded tokio-rustls v0.25.0 |
| 1081 | 2026-04-07T02:22:03.395Z | Downloaded tokio-rustls v0.24.1 |
| 1082 | 2026-04-07T02:22:03.395Z | Downloaded tokio-macros v2.6.0 |
| 1083 | 2026-04-07T02:22:03.395Z | Downloaded thiserror-no-std v2.0.2 |
| 1084 | 2026-04-07T02:22:03.398Z | Downloaded secrecy v0.8.0 |
| 1085 | 2026-04-07T02:22:03.398Z | Downloaded tar v0.4.45 |
| 1086 | 2026-04-07T02:22:03.402Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1087 | 2026-04-07T02:22:03.405Z | Downloaded reedline v0.40.0 |
| 1088 | 2026-04-07T02:22:03.408Z | Downloaded regress v0.10.5 |
| 1089 | 2026-04-07T02:22:03.412Z | Downloaded schemars_derive v0.8.22 |
| 1090 | 2026-04-07T02:22:03.415Z | Downloaded schemars v1.2.1 |
| 1091 | 2026-04-07T02:22:03.421Z | Downloaded tracing-attributes v0.1.31 |
| 1092 | 2026-04-07T02:22:03.424Z | Downloaded subprocess v0.2.15 |
| 1093 | 2026-04-07T02:22:03.427Z | Downloaded ryu v1.0.23 |
| 1094 | 2026-04-07T02:22:03.427Z | Downloaded sec1 v0.7.3 |
| 1095 | 2026-04-07T02:22:03.430Z | Downloaded sct v0.7.1 |
| 1096 | 2026-04-07T02:22:03.430Z | Downloaded filetime v0.2.27 |
| 1097 | 2026-04-07T02:22:03.430Z | Downloaded rsa v0.9.10 |
| 1098 | 2026-04-07T02:22:03.433Z | Downloaded snafu v0.8.9 |
| 1099 | 2026-04-07T02:22:03.436Z | Downloaded tracing-core v0.1.36 |
| 1100 | 2026-04-07T02:22:03.440Z | Downloaded try-lock v0.2.5 |
| 1101 | 2026-04-07T02:22:03.440Z | Downloaded polar-core v0.27.3 |
| 1102 | 2026-04-07T02:22:03.444Z | Downloaded typify v0.4.3 |
| 1103 | 2026-04-07T02:22:03.447Z | Downloaded term v0.7.0 |
| 1104 | 2026-04-07T02:22:03.453Z | Downloaded quick-xml v0.37.5 |
| 1105 | 2026-04-07T02:22:03.456Z | Downloaded proptest v1.10.0 |
| 1106 | 2026-04-07T02:22:03.459Z | Downloaded tui-tree-widget v0.23.1 |
| 1107 | 2026-04-07T02:22:03.460Z | Downloaded rand_xorshift v0.4.0 |
| 1108 | 2026-04-07T02:22:03.460Z | Downloaded regex v1.12.3 |
| 1109 | 2026-04-07T02:22:03.463Z | Downloaded tokio-stream v0.1.18 |
| 1110 | 2026-04-07T02:22:03.466Z | Downloaded object v0.37.3 |
| 1111 | 2026-04-07T02:22:03.472Z | Downloaded universal-hash v0.5.1 |
| 1112 | 2026-04-07T02:22:03.475Z | Downloaded schemars v0.8.22 |
| 1113 | 2026-04-07T02:22:03.478Z | Downloaded unicode-properties v0.1.4 |
| 1114 | 2026-04-07T02:22:03.482Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1115 | 2026-04-07T02:22:03.485Z | Downloaded rand_chacha v0.3.1 |
| 1116 | 2026-04-07T02:22:03.485Z | Downloaded petgraph v0.6.5 |
| 1117 | 2026-04-07T02:22:03.494Z | Downloaded unicase v2.9.0 |
| 1118 | 2026-04-07T02:22:03.497Z | Downloaded ratatui v0.29.0 |
| 1119 | 2026-04-07T02:22:03.506Z | Downloaded usdt-attr-macro v0.6.0 |
| 1120 | 2026-04-07T02:22:03.510Z | Downloaded twox-hash v2.1.2 |
| 1121 | 2026-04-07T02:22:03.510Z | Downloaded slog-stdlog v4.1.1 |
| 1122 | 2026-04-07T02:22:03.510Z | Downloaded psm v0.1.30 |
| 1123 | 2026-04-07T02:22:03.513Z | Downloaded smf v0.2.3 |
| 1124 | 2026-04-07T02:22:03.513Z | Downloaded typed-path v0.9.3 |
| 1125 | 2026-04-07T02:22:03.516Z | Downloaded strum v0.27.2 |
| 1126 | 2026-04-07T02:22:03.516Z | Downloaded foreign-types-shared v0.3.1 |
| 1127 | 2026-04-07T02:22:03.520Z | Downloaded slog-bunyan v2.5.0 |
| 1128 | 2026-04-07T02:22:03.520Z | Downloaded tower-service v0.3.3 |
| 1129 | 2026-04-07T02:22:03.520Z | Downloaded russh-keys v0.45.0 |
| 1130 | 2026-04-07T02:22:03.520Z | Downloaded slog-envlogger v2.2.0 |
| 1131 | 2026-04-07T02:22:03.523Z | Downloaded tungstenite v0.21.0 |
| 1132 | 2026-04-07T02:22:03.523Z | Downloaded spki v0.7.3 |
| 1133 | 2026-04-07T02:22:03.527Z | Downloaded vsss-rs v3.3.4 |
| 1134 | 2026-04-07T02:22:03.530Z | Downloaded vergen v9.0.6 |
| 1135 | 2026-04-07T02:22:03.530Z | Downloaded tower-layer v0.3.3 |
| 1136 | 2026-04-07T02:22:03.533Z | Downloaded tinyvec_macros v0.1.1 |
| 1137 | 2026-04-07T02:22:03.533Z | Downloaded usdt-impl v0.6.0 |
| 1138 | 2026-04-07T02:22:03.533Z | Downloaded unicode_categories v0.1.1 |
| 1139 | 2026-04-07T02:22:03.536Z | Downloaded tabled_derive v0.11.0 |
| 1140 | 2026-04-07T02:22:03.539Z | Downloaded ron v0.8.1 |
| 1141 | 2026-04-07T02:22:03.542Z | Downloaded rand_core v0.10.0 |
| 1142 | 2026-04-07T02:22:03.542Z | Downloaded regex-syntax v0.6.29 |
| 1143 | 2026-04-07T02:22:03.545Z | Downloaded untrusted v0.9.0 |
| 1144 | 2026-04-07T02:22:03.548Z | Downloaded unicode-normalization v0.1.25 |
| 1145 | 2026-04-07T02:22:03.548Z | Downloaded unit-prefix v0.5.2 |
| 1146 | 2026-04-07T02:22:03.552Z | Downloaded typify-macro v0.6.1 |
| 1147 | 2026-04-07T02:22:03.552Z | Downloaded tap v1.0.1 |
| 1148 | 2026-04-07T02:22:03.552Z | Downloaded usdt v0.6.0 |
| 1149 | 2026-04-07T02:22:03.557Z | Downloaded tokio-tungstenite v0.23.1 |
| 1150 | 2026-04-07T02:22:03.560Z | Downloaded tokio-tungstenite v0.21.0 |
| 1151 | 2026-04-07T02:22:03.560Z | Downloaded tokio-native-tls v0.3.1 |
| 1152 | 2026-04-07T02:22:03.563Z | Downloaded tokio-dtrace v0.1.1 |
| 1153 | 2026-04-07T02:22:03.567Z | Downloaded utf-8 v0.7.6 |
| 1154 | 2026-04-07T02:22:03.567Z | Downloaded thread-id v5.1.0 |
| 1155 | 2026-04-07T02:22:03.571Z | Downloaded tracing v0.1.44 |
| 1156 | 2026-04-07T02:22:03.582Z | Downloaded xattr v1.6.1 |
| 1157 | 2026-04-07T02:22:03.585Z | Downloaded whoami v1.6.1 |
| 1158 | 2026-04-07T02:22:03.586Z | Downloaded typify-impl v0.6.1 |
| 1159 | 2026-04-07T02:22:03.593Z | Downloaded vcpkg v0.2.15 |
| 1160 | 2026-04-07T02:22:03.615Z | Downloaded zeroize v1.8.2 |
| 1161 | 2026-04-07T02:22:03.619Z | Downloaded void v1.0.2 |
| 1162 | 2026-04-07T02:22:03.619Z | Downloaded typify v0.6.1 |
| 1163 | 2026-04-07T02:22:03.619Z | Downloaded tungstenite v0.23.0 |
| 1164 | 2026-04-07T02:22:03.622Z | Downloaded tokio-util v0.7.18 |
| 1165 | 2026-04-07T02:22:03.625Z | Downloaded test-strategy v0.4.5 |
| 1166 | 2026-04-07T02:22:03.628Z | Downloaded zone v0.3.1 |
| 1167 | 2026-04-07T02:22:03.628Z | Downloaded webpki-roots v1.0.6 |
| 1168 | 2026-04-07T02:22:03.631Z | Downloaded unarray v0.1.4 |
| 1169 | 2026-04-07T02:22:03.631Z | Downloaded ssh-key v0.6.7 |
| 1170 | 2026-04-07T02:22:03.634Z | Downloaded winnow v0.5.40 |
| 1171 | 2026-04-07T02:22:03.639Z | Downloaded zone_cfg_derive v0.3.1 |
| 1172 | 2026-04-07T02:22:03.642Z | Downloaded smoltcp v0.9.1 |
| 1173 | 2026-04-07T02:22:03.646Z | Downloaded zerocopy-derive v0.8.40 |
| 1174 | 2026-04-07T02:22:03.650Z | Downloaded vte v0.14.1 |
| 1175 | 2026-04-07T02:22:03.653Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1176 | 2026-04-07T02:22:03.653Z | Downloaded same-file v1.0.6 |
| 1177 | 2026-04-07T02:22:03.656Z | Downloaded rand_chacha v0.9.0 |
| 1178 | 2026-04-07T02:22:03.656Z | Downloaded dropshot_endpoint v0.17.0 |
| 1179 | 2026-04-07T02:22:03.656Z | Downloaded find-msvc-tools v0.1.9 |
| 1180 | 2026-04-07T02:22:03.660Z | Downloaded walkdir v2.5.0 |
| 1181 | 2026-04-07T02:22:03.660Z | Downloaded untrusted v0.7.1 |
| 1182 | 2026-04-07T02:22:03.660Z | Downloaded tabled v0.20.0 |
| 1183 | 2026-04-07T02:22:03.669Z | Downloaded zip v4.6.1 |
| 1184 | 2026-04-07T02:22:03.673Z | Downloaded rustls v0.22.4 |
| 1185 | 2026-04-07T02:22:03.679Z | Downloaded zstd v0.13.3 |
| 1186 | 2026-04-07T02:22:03.682Z | Downloaded stacker v0.1.23 |
| 1187 | 2026-04-07T02:22:03.682Z | Downloaded slog-async v2.8.0 |
| 1188 | 2026-04-07T02:22:03.686Z | Downloaded serde_path_to_error v0.1.20 |
| 1189 | 2026-04-07T02:22:03.686Z | Downloaded siphasher v1.0.2 |
| 1190 | 2026-04-07T02:22:03.686Z | Downloaded seq-macro v0.3.6 |
| 1191 | 2026-04-07T02:22:03.686Z | Downloaded foldhash v0.1.5 |
| 1192 | 2026-04-07T02:22:03.690Z | Downloaded yansi v1.0.1 |
| 1193 | 2026-04-07T02:22:03.690Z | Downloaded derive-ex v0.1.8 |
| 1194 | 2026-04-07T02:22:03.690Z | Downloaded data-encoding v2.10.0 |
| 1195 | 2026-04-07T02:22:03.690Z | Downloaded reqwest v0.13.2 |
| 1196 | 2026-04-07T02:22:03.693Z | Downloaded wait-timeout v0.2.1 |
| 1197 | 2026-04-07T02:22:03.696Z | Downloaded vergen-git2 v1.0.7 |
| 1198 | 2026-04-07T02:22:03.696Z | Downloaded smallvec v0.6.14 |
| 1199 | 2026-04-07T02:22:03.696Z | Downloaded derive_builder_macro v0.20.2 |
| 1200 | 2026-04-07T02:22:03.696Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1201 | 2026-04-07T02:22:03.699Z | Downloaded ecdsa v0.16.9 |
| 1202 | 2026-04-07T02:22:03.699Z | Downloaded tls_codec v0.4.2 |
| 1203 | 2026-04-07T02:22:03.699Z | Downloaded signal-hook-tokio v0.3.1 |
| 1204 | 2026-04-07T02:22:03.700Z | Downloaded futures-executor v0.3.32 |
| 1205 | 2026-04-07T02:22:03.703Z | Downloaded darling_macro v0.20.11 |
| 1206 | 2026-04-07T02:22:03.703Z | Downloaded secrecy v0.10.3 |
| 1207 | 2026-04-07T02:22:03.703Z | Downloaded term v1.2.1 |
| 1208 | 2026-04-07T02:22:03.707Z | Downloaded serde_derive_internals v0.29.1 |
| 1209 | 2026-04-07T02:22:03.707Z | Downloaded env_logger v0.11.9 |
| 1210 | 2026-04-07T02:22:03.717Z | Downloaded float-cmp v0.10.0 |
| 1211 | 2026-04-07T02:22:03.720Z | Downloaded tower-http v0.6.8 |
| 1212 | 2026-04-07T02:22:03.724Z | Downloaded time-macros v0.2.27 |
| 1213 | 2026-04-07T02:22:03.724Z | Downloaded fd-lock v4.0.4 |
| 1214 | 2026-04-07T02:22:03.727Z | Downloaded topological-sort v0.2.2 |
| 1215 | 2026-04-07T02:22:03.731Z | Downloaded diesel v2.3.7 |
| 1216 | 2026-04-07T02:22:03.742Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1217 | 2026-04-07T02:22:03.749Z | Downloaded critical-section v1.2.0 |
| 1218 | 2026-04-07T02:22:03.749Z | Downloaded fatfs v0.3.6 |
| 1219 | 2026-04-07T02:22:03.749Z | Downloaded embedded-io v0.6.1 |
| 1220 | 2026-04-07T02:22:03.753Z | Downloaded fixedbitset v0.5.7 |
| 1221 | 2026-04-07T02:22:03.753Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1222 | 2026-04-07T02:22:03.753Z | Downloaded quinn-udp v0.5.14 |
| 1223 | 2026-04-07T02:22:03.753Z | Downloaded des v0.8.1 |
| 1224 | 2026-04-07T02:22:03.759Z | Downloaded git-stub v1.0.0 |
| 1225 | 2026-04-07T02:22:03.762Z | Downloaded humantime v2.3.0 |
| 1226 | 2026-04-07T02:22:03.762Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1227 | 2026-04-07T02:22:03.762Z | Downloaded thread_local v1.1.9 |
| 1228 | 2026-04-07T02:22:03.762Z | Downloaded sqlformat v0.3.5 |
| 1229 | 2026-04-07T02:22:03.765Z | Downloaded derive_builder v0.20.2 |
| 1230 | 2026-04-07T02:22:03.766Z | Downloaded derive_more v2.1.1 |
| 1231 | 2026-04-07T02:22:03.772Z | Downloaded slog v2.8.2 |
| 1232 | 2026-04-07T02:22:03.775Z | Downloaded time-core v0.1.8 |
| 1233 | 2026-04-07T02:22:03.780Z | Downloaded support-bundle-viewer v0.1.2 |
| 1234 | 2026-04-07T02:22:03.788Z | Downloaded dropshot v0.16.7 |
| 1235 | 2026-04-07T02:22:03.800Z | Downloaded toml v0.7.8 |
| 1236 | 2026-04-07T02:22:03.803Z | Downloaded inout v0.1.4 |
| 1237 | 2026-04-07T02:22:03.803Z | Downloaded libscf-sys v1.1.0 |
| 1238 | 2026-04-07T02:22:03.803Z | Downloaded ipnet v2.11.0 |
| 1239 | 2026-04-07T02:22:03.807Z | Downloaded crossterm v0.29.0 |
| 1240 | 2026-04-07T02:22:03.810Z | Downloaded zstd-safe v7.2.4 |
| 1241 | 2026-04-07T02:22:03.810Z | Downloaded xshell-macros v0.2.7 |
| 1242 | 2026-04-07T02:22:03.810Z | Downloaded vergen-lib v0.1.6 |
| 1243 | 2026-04-07T02:22:03.810Z | Downloaded dunce v1.0.5 |
| 1244 | 2026-04-07T02:22:03.813Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1245 | 2026-04-07T02:22:03.813Z | Downloaded crc32fast v1.5.0 |
| 1246 | 2026-04-07T02:22:03.818Z | Downloaded unsafe-libyaml v0.2.11 |
| 1247 | 2026-04-07T02:22:03.818Z | Downloaded zeroize_derive v1.4.3 |
| 1248 | 2026-04-07T02:22:03.821Z | Downloaded crypto-bigint v0.5.5 |
| 1249 | 2026-04-07T02:22:03.824Z | Downloaded xshell v0.2.7 |
| 1250 | 2026-04-07T02:22:03.824Z | Downloaded wyz v0.5.1 |
| 1251 | 2026-04-07T02:22:03.827Z | Downloaded iddqd v0.3.17 |
| 1252 | 2026-04-07T02:22:03.830Z | Downloaded dirs-sys-next v0.1.2 |
| 1253 | 2026-04-07T02:22:03.830Z | Downloaded whoami v2.1.0 |
| 1254 | 2026-04-07T02:22:03.830Z | Downloaded md5 v0.7.0 |
| 1255 | 2026-04-07T02:22:03.833Z | Downloaded libsw v3.5.0 |
| 1256 | 2026-04-07T02:22:03.834Z | Downloaded unicode-bidi v0.3.18 |
| 1257 | 2026-04-07T02:22:03.834Z | Downloaded jiff-static v0.2.21 |
| 1258 | 2026-04-07T02:22:03.837Z | Downloaded indexmap v1.9.3 |
| 1259 | 2026-04-07T02:22:03.837Z | Downloaded zip v0.6.6 |
| 1260 | 2026-04-07T02:22:03.840Z | Downloaded crossbeam-deque v0.8.6 |
| 1261 | 2026-04-07T02:22:03.840Z | Downloaded tower v0.5.3 |
| 1262 | 2026-04-07T02:22:03.845Z | Downloaded zerocopy v0.6.6 |
| 1263 | 2026-04-07T02:22:03.848Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 1264 | 2026-04-07T02:22:03.854Z | Downloaded steno v0.4.1 |
| 1265 | 2026-04-07T02:22:03.863Z | Downloaded uuid v1.23.0 |
| 1266 | 2026-04-07T02:22:03.864Z | Downloaded litrs v1.0.0 |
| 1267 | 2026-04-07T02:22:03.864Z | Downloaded nanorand v0.7.0 |
| 1268 | 2026-04-07T02:22:03.867Z | Downloaded tokio-postgres v0.7.16 |
| 1269 | 2026-04-07T02:22:03.871Z | Downloaded itertools v0.12.1 |
| 1270 | 2026-04-07T02:22:03.875Z | Downloaded ingot-macros v0.1.1 |
| 1271 | 2026-04-07T02:22:03.879Z | Downloaded zopfli v0.8.3 |
| 1272 | 2026-04-07T02:22:03.882Z | Downloaded time v0.3.47 |
| 1273 | 2026-04-07T02:22:03.887Z | Downloaded rayon v1.11.0 |
| 1274 | 2026-04-07T02:22:03.893Z | Downloaded winnow v0.6.26 |
| 1275 | 2026-04-07T02:22:03.900Z | Downloaded kstat-rs v0.2.4 |
| 1276 | 2026-04-07T02:22:03.903Z | Downloaded prettyplease v0.2.37 |
| 1277 | 2026-04-07T02:22:03.903Z | Downloaded postcard v1.1.3 |
| 1278 | 2026-04-07T02:22:03.903Z | Downloaded oxnet v0.1.4 |
| 1279 | 2026-04-07T02:22:03.906Z | Downloaded rpassword v7.4.0 |
| 1280 | 2026-04-07T02:22:03.915Z | Downloaded moka v0.12.13 |
| 1281 | 2026-04-07T02:22:03.920Z | Downloaded usdt-macro v0.6.0 |
| 1282 | 2026-04-07T02:22:03.923Z | Downloaded nix v0.28.0 |
| 1283 | 2026-04-07T02:22:03.928Z | Downloaded ref-cast-impl v1.0.25 |
| 1284 | 2026-04-07T02:22:03.931Z | Downloaded tinyvec v1.10.0 |
| 1285 | 2026-04-07T02:22:03.934Z | Downloaded newtype-uuid v1.3.2 |
| 1286 | 2026-04-07T02:22:03.934Z | Downloaded regex-syntax v0.8.10 |
| 1287 | 2026-04-07T02:22:03.938Z | Downloaded rustls-native-certs v0.8.3 |
| 1288 | 2026-04-07T02:22:03.943Z | Downloaded tough v0.20.0 |
| 1289 | 2026-04-07T02:22:03.949Z | Downloaded serde_with v3.17.0 |
| 1290 | 2026-04-07T02:22:03.954Z | Downloaded strum_macros v0.27.2 |
| 1291 | 2026-04-07T02:22:03.957Z | Downloaded smoltcp v0.11.0 |
| 1292 | 2026-04-07T02:22:03.962Z | Downloaded phf_shared v0.12.1 |
| 1293 | 2026-04-07T02:22:03.965Z | Downloaded instability v0.3.11 |
| 1294 | 2026-04-07T02:22:03.965Z | Downloaded proc-macro-error2 v2.0.1 |
| 1295 | 2026-04-07T02:22:03.968Z | Downloaded hyper-staticfile v0.10.1 |
| 1296 | 2026-04-07T02:22:03.968Z | Downloaded salty v0.3.0 |
| 1297 | 2026-04-07T02:22:03.972Z | Downloaded rustls v0.23.37 |
| 1298 | 2026-04-07T02:22:03.978Z | Downloaded zerocopy v0.8.40 |
| 1299 | 2026-04-07T02:22:03.983Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1300 | 2026-04-07T02:22:03.987Z | Downloaded rustc_version v0.4.1 |
| 1301 | 2026-04-07T02:22:03.987Z | Downloaded petgraph v0.8.3 |
| 1302 | 2026-04-07T02:22:04.001Z | Downloaded predicates-tree v1.0.13 |
| 1303 | 2026-04-07T02:22:04.005Z | Downloaded openapiv3 v2.2.0 |
| 1304 | 2026-04-07T02:22:04.009Z | Downloaded packed_struct v0.10.1 |
| 1305 | 2026-04-07T02:22:04.012Z | Downloaded num-bigint v0.4.6 |
| 1306 | 2026-04-07T02:22:04.015Z | Downloaded rustls v0.21.12 |
| 1307 | 2026-04-07T02:22:04.020Z | Downloaded poly1305 v0.8.0 |
| 1308 | 2026-04-07T02:22:04.023Z | Downloaded nom v7.1.3 |
| 1309 | 2026-04-07T02:22:04.027Z | Downloaded unicode-segmentation v1.12.0 |
| 1310 | 2026-04-07T02:22:04.030Z | Downloaded scroll v0.13.0 |
| 1311 | 2026-04-07T02:22:04.033Z | Downloaded trait-variant v0.1.2 |
| 1312 | 2026-04-07T02:22:04.050Z | Downloaded structmeta v0.3.0 |
| 1313 | 2026-04-07T02:22:04.053Z | Downloaded termtree v0.5.1 |
| 1314 | 2026-04-07T02:22:04.053Z | Downloaded vergen-gitcl v1.0.8 |
| 1315 | 2026-04-07T02:22:04.056Z | Downloaded rand v0.8.5 |
| 1316 | 2026-04-07T02:22:04.059Z | Downloaded want v0.3.1 |
| 1317 | 2026-04-07T02:22:04.059Z | Downloaded tls_codec_derive v0.4.2 |
| 1318 | 2026-04-07T02:22:04.068Z | Downloaded sled v0.34.7 |
| 1319 | 2026-04-07T02:22:04.074Z | Downloaded zerocopy-derive v0.6.6 |
| 1320 | 2026-04-07T02:22:04.081Z | Downloaded toml_edit v0.19.15 |
| 1321 | 2026-04-07T02:22:04.090Z | Downloaded yasna v0.5.2 |
| 1322 | 2026-04-07T02:22:04.093Z | Downloaded progenitor-impl v0.13.0 |
| 1323 | 2026-04-07T02:22:04.093Z | Downloaded sha3 v0.10.8 |
| 1324 | 2026-04-07T02:22:04.097Z | Downloaded tokio-rustls v0.26.4 |
| 1325 | 2026-04-07T02:22:04.100Z | Downloaded sqlparser v0.61.0 |
| 1326 | 2026-04-07T02:22:04.104Z | Downloaded x509-cert v0.2.5 |
| 1327 | 2026-04-07T02:22:04.107Z | Downloaded unicode-truncate v1.1.0 |
| 1328 | 2026-04-07T02:22:04.133Z | Downloaded typify-impl v0.4.3 |
| 1329 | 2026-04-07T02:22:04.144Z | Downloaded zlib-rs v0.6.2 |
| 1330 | 2026-04-07T02:22:04.149Z | Downloaded subtle v2.6.1 |
| 1331 | 2026-04-07T02:22:04.152Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1332 | 2026-04-07T02:22:04.200Z | Downloaded typify-macro v0.4.3 |
| 1333 | 2026-04-07T02:22:04.206Z | Downloaded ring v0.17.14 |
| 1334 | 2026-04-07T02:22:04.239Z | Downloaded tokio v1.50.0 |
| 1335 | 2026-04-07T02:22:04.270Z | Downloaded qorb v0.4.1 |
| 1336 | 2026-04-07T02:22:04.363Z | Downloaded aws-lc-sys v0.37.1 |
| 1337 | 2026-04-07T02:22:04.562Z | Downloaded tiny-keccak v2.0.2 |
| 1338 | 2026-04-07T02:22:04.721Z | Downloaded waitgroup v0.1.2 |
| 1339 | 2026-04-07T02:22:04.863Z | Downloaded uzers v0.12.2 |
| 1340 | 2026-04-07T02:22:05.733Z | Downloaded multer v3.1.0 |
| 1341 | 2026-04-07T02:22:05.837Z | Compiling libc v0.2.180 |
| 1342 | 2026-04-07T02:22:05.837Z | Compiling serde v1.0.228 |
| 1343 | 2026-04-07T02:22:05.840Z | Compiling shlex v1.3.0 |
| 1344 | 2026-04-07T02:22:05.840Z | Compiling log v0.4.29 |
| 1345 | 2026-04-07T02:22:05.840Z | Compiling find-msvc-tools v0.1.9 |
| 1346 | 2026-04-07T02:22:05.841Z | Compiling smallvec v1.15.1 |
| 1347 | 2026-04-07T02:22:05.841Z | Compiling syn v2.0.117 |
| 1348 | 2026-04-07T02:22:05.841Z | Compiling typenum v1.19.0 |
| 1349 | 2026-04-07T02:22:06.173Z | Compiling generic-array v0.14.7 |
| 1350 | 2026-04-07T02:22:06.173Z | Compiling subtle v2.6.1 |
| 1351 | 2026-04-07T02:22:06.196Z | Compiling scopeguard v1.2.0 |
| 1352 | 2026-04-07T02:22:06.265Z | Compiling const-oid v0.9.6 |
| 1353 | 2026-04-07T02:22:06.277Z | Compiling lock_api v0.4.14 |
| 1354 | 2026-04-07T02:22:06.298Z | Compiling portable-atomic v1.13.1 |
| 1355 | 2026-04-07T02:22:06.342Z | Compiling zerocopy v0.8.40 |
| 1356 | 2026-04-07T02:22:06.409Z | Compiling serde_json v1.0.149 |
| 1357 | 2026-04-07T02:22:06.494Z | Compiling critical-section v1.2.0 |
| 1358 | 2026-04-07T02:22:06.610Z | Compiling parking_lot_core v0.9.12 |
| 1359 | 2026-04-07T02:22:06.622Z | Compiling pin-project-lite v0.2.17 |
| 1360 | 2026-04-07T02:22:06.764Z | Compiling pkg-config v0.3.32 |
| 1361 | 2026-04-07T02:22:06.784Z | Compiling getrandom v0.2.17 |
| 1362 | 2026-04-07T02:22:06.832Z | Compiling jobserver v0.1.34 |
| 1363 | 2026-04-07T02:22:06.844Z | Compiling errno v0.3.14 |
| 1364 | 2026-04-07T02:22:06.990Z | Compiling rand_core v0.6.4 |
| 1365 | 2026-04-07T02:22:07.090Z | Compiling signal-hook-registry v1.4.8 |
| 1366 | 2026-04-07T02:22:07.330Z | Compiling cc v1.2.56 |
| 1367 | 2026-04-07T02:22:07.344Z | Compiling bitflags v2.11.0 |
| 1368 | 2026-04-07T02:22:07.361Z | Compiling libm v0.2.16 |
| 1369 | 2026-04-07T02:22:07.388Z | Compiling once_cell v1.21.3 |
| 1370 | 2026-04-07T02:22:07.400Z | Compiling parking_lot v0.12.5 |
| 1371 | 2026-04-07T02:22:07.484Z | Compiling mio v1.1.1 |
| 1372 | 2026-04-07T02:22:07.572Z | Compiling num-traits v0.2.19 |
| 1373 | 2026-04-07T02:22:07.596Z | Compiling futures-core v0.3.32 |
| 1374 | 2026-04-07T02:22:07.749Z | Compiling percent-encoding v2.3.2 |
| 1375 | 2026-04-07T02:22:07.774Z | Compiling socket2 v0.6.2 |
| 1376 | 2026-04-07T02:22:07.924Z | Compiling allocator-api2 v0.2.21 |
| 1377 | 2026-04-07T02:22:07.942Z | Compiling foldhash v0.2.0 |
| 1378 | 2026-04-07T02:22:07.959Z | Compiling futures-sink v0.3.32 |
| 1379 | 2026-04-07T02:22:07.971Z | Compiling getrandom v0.3.4 |
| 1380 | 2026-04-07T02:22:08.065Z | Compiling cpufeatures v0.2.17 |
| 1381 | 2026-04-07T02:22:08.141Z | Compiling futures-channel v0.3.32 |
| 1382 | 2026-04-07T02:22:08.160Z | Compiling slab v0.4.12 |
| 1383 | 2026-04-07T02:22:08.189Z | Compiling futures-task v0.3.32 |
| 1384 | 2026-04-07T02:22:08.258Z | Compiling hashbrown v0.16.1 |
| 1385 | 2026-04-07T02:22:08.342Z | Compiling futures-io v0.3.32 |
| 1386 | 2026-04-07T02:22:08.366Z | Compiling rustversion v1.0.22 |
| 1387 | 2026-04-07T02:22:08.370Z | Compiling cmake v0.1.57 |
| 1388 | 2026-04-07T02:22:08.772Z | Compiling synstructure v0.13.2 |
| 1389 | 2026-04-07T02:22:08.829Z | Compiling indexmap v2.13.0 |
| 1390 | 2026-04-07T02:22:08.862Z | Compiling form_urlencoded v1.2.2 |
| 1391 | 2026-04-07T02:22:08.944Z | Compiling ident_case v1.0.1 |
| 1392 | 2026-04-07T02:22:08.989Z | Compiling getrandom v0.4.1 |
| 1393 | 2026-04-07T02:22:09.058Z | Compiling dunce v1.0.5 |
| 1394 | 2026-04-07T02:22:09.073Z | Compiling base64ct v1.8.3 |
| 1395 | 2026-04-07T02:22:09.154Z | Compiling fs_extra v1.3.0 |
| 1396 | 2026-04-07T02:22:09.167Z | Compiling flagset v0.4.7 |
| 1397 | 2026-04-07T02:22:09.301Z | Compiling pem-rfc7468 v0.7.0 |
| 1398 | 2026-04-07T02:22:09.347Z | Compiling rand_core v0.10.0 |
| 1399 | 2026-04-07T02:22:09.367Z | Compiling rand_core v0.9.5 |
| 1400 | 2026-04-07T02:22:09.390Z | Compiling rustix v1.1.3 |
| 1401 | 2026-04-07T02:22:09.405Z | Compiling iana-time-zone v0.1.65 |
| 1402 | 2026-04-07T02:22:09.423Z | Compiling aws-lc-sys v0.37.1 |
| 1403 | 2026-04-07T02:22:09.514Z | Compiling ring v0.17.14 |
| 1404 | 2026-04-07T02:22:09.607Z | Compiling rustc_version v0.4.1 |
| 1405 | 2026-04-07T02:22:09.619Z | Compiling aws-lc-rs v1.16.0 |
| 1406 | 2026-04-07T02:22:09.646Z | Compiling uuid v1.23.0 |
| 1407 | 2026-04-07T02:22:09.711Z | Compiling regex-syntax v0.8.10 |
| 1408 | 2026-04-07T02:22:09.900Z | Compiling vcpkg v0.2.15 |
| 1409 | 2026-04-07T02:22:09.932Z | Compiling tracing-core v0.1.36 |
| 1410 | 2026-04-07T02:22:10.358Z | Compiling pest_generator v2.8.6 |
| 1411 | 2026-04-07T02:22:10.481Z | Compiling serde_derive_internals v0.29.1 |
| 1412 | 2026-04-07T02:22:10.568Z | Compiling serde_derive v1.0.228 |
| 1413 | 2026-04-07T02:22:10.651Z | Compiling zeroize_derive v1.4.3 |
| 1414 | 2026-04-07T02:22:11.080Z | Compiling zerofrom-derive v0.1.6 |
| 1415 | 2026-04-07T02:22:11.142Z | Compiling yoke-derive v0.8.1 |
| 1416 | 2026-04-07T02:22:11.299Z | Compiling zeroize v1.8.2 |
| 1417 | 2026-04-07T02:22:11.398Z | Compiling zerocopy-derive v0.8.40 |
| 1418 | 2026-04-07T02:22:12.052Z | Compiling crypto-common v0.1.7 |
| 1419 | 2026-04-07T02:22:12.082Z | Compiling block-buffer v0.10.4 |
| 1420 | 2026-04-07T02:22:12.201Z | Compiling zerovec-derive v0.11.2 |
| 1421 | 2026-04-07T02:22:12.252Z | Compiling digest v0.10.7 |
| 1422 | 2026-04-07T02:22:12.309Z | Compiling displaydoc v0.2.5 |
| 1423 | 2026-04-07T02:22:12.492Z | Compiling zerofrom v0.1.6 |
| 1424 | 2026-04-07T02:22:12.505Z | Compiling tokio-macros v2.6.0 |
| 1425 | 2026-04-07T02:22:12.618Z | Compiling yoke v0.8.1 |
| 1426 | 2026-04-07T02:22:12.808Z | Compiling hmac v0.12.1 |
| 1427 | 2026-04-07T02:22:12.966Z | Compiling futures-macro v0.3.32 |
| 1428 | 2026-04-07T02:22:13.047Z | Compiling zerotrie v0.2.3 |
| 1429 | 2026-04-07T02:22:13.260Z | Compiling block-padding v0.3.3 |
| 1430 | 2026-04-07T02:22:13.312Z | Compiling zerovec v0.11.5 |
| 1431 | 2026-04-07T02:22:13.338Z | Compiling inout v0.1.4 |
| 1432 | 2026-04-07T02:22:13.375Z | Compiling sha2 v0.10.9 |
| 1433 | 2026-04-07T02:22:13.504Z | Compiling cipher v0.4.4 |
| 1434 | 2026-04-07T02:22:13.754Z | Compiling tinystr v0.8.2 |
| 1435 | 2026-04-07T02:22:13.768Z | Compiling potential_utf v0.1.4 |
| 1436 | 2026-04-07T02:22:13.809Z | Compiling futures-util v0.3.32 |
| 1437 | 2026-04-07T02:22:13.923Z | Compiling icu_locale_core v2.1.1 |
| 1438 | 2026-04-07T02:22:13.948Z | Compiling bytes v1.11.1 |
| 1439 | 2026-04-07T02:22:14.026Z | Compiling icu_collections v2.1.1 |
| 1440 | 2026-04-07T02:22:14.494Z | Compiling tokio v1.50.0 |
| 1441 | 2026-04-07T02:22:14.536Z | Compiling icu_provider v2.1.1 |
| 1442 | 2026-04-07T02:22:14.661Z | Compiling der_derive v0.7.3 |
| 1443 | 2026-04-07T02:22:14.730Z | Compiling http v1.4.0 |
| 1444 | 2026-04-07T02:22:14.780Z | Compiling icu_normalizer v2.1.1 |
| 1445 | 2026-04-07T02:22:14.828Z | Compiling icu_properties v2.1.2 |
| 1446 | 2026-04-07T02:22:15.300Z | Compiling chrono v0.4.44 |
| 1447 | 2026-04-07T02:22:15.589Z | Compiling ppv-lite86 v0.2.21 |
| 1448 | 2026-04-07T02:22:15.631Z | Compiling der v0.7.10 |
| 1449 | 2026-04-07T02:22:15.766Z | Compiling idna_adapter v1.2.1 |
| 1450 | 2026-04-07T02:22:15.899Z | Compiling idna v1.1.0 |
| 1451 | 2026-04-07T02:22:15.902Z | Compiling salsa20 v0.10.2 |
| 1452 | 2026-04-07T02:22:15.902Z | Compiling pbkdf2 v0.12.2 |
| 1453 | 2026-04-07T02:22:16.022Z | Compiling thiserror-impl v2.0.18 |
| 1454 | 2026-04-07T02:22:16.035Z | Compiling scrypt v0.11.0 |
| 1455 | 2026-04-07T02:22:16.038Z | Compiling rand_chacha v0.9.0 |
| 1456 | 2026-04-07T02:22:16.288Z | Compiling url v2.5.8 |
| 1457 | 2026-04-07T02:22:16.560Z | Compiling spki v0.7.3 |
| 1458 | 2026-04-07T02:22:16.648Z | Compiling cbc v0.1.2 |
| 1459 | 2026-04-07T02:22:16.736Z | Compiling aes v0.8.4 |
| 1460 | 2026-04-07T02:22:16.765Z | Compiling rustls-pki-types v1.14.0 |
| 1461 | 2026-04-07T02:22:16.791Z | Compiling openssl-sys v0.9.111 |
| 1462 | 2026-04-07T02:22:16.803Z | Compiling tracing-attributes v0.1.31 |
| 1463 | 2026-04-07T02:22:17.100Z | Compiling rand v0.9.2 |
| 1464 | 2026-04-07T02:22:17.232Z | Compiling pkcs5 v0.7.1 |
| 1465 | 2026-04-07T02:22:17.377Z | Compiling thiserror v2.0.18 |
| 1466 | 2026-04-07T02:22:17.391Z | Compiling http-body v1.0.1 |
| 1467 | 2026-04-07T02:22:17.486Z | Compiling untrusted v0.7.1 |
| 1468 | 2026-04-07T02:22:17.540Z | Compiling base64 v0.22.1 |
| 1469 | 2026-04-07T02:22:17.612Z | Compiling schemars v0.8.22 |
| 1470 | 2026-04-07T02:22:17.716Z | Compiling openssl-probe v0.2.1 |
| 1471 | 2026-04-07T02:22:17.813Z | Compiling untrusted v0.9.0 |
| 1472 | 2026-04-07T02:22:17.832Z | Compiling httparse v1.10.1 |
| 1473 | 2026-04-07T02:22:17.880Z | Compiling pkcs8 v0.10.2 |
| 1474 | 2026-04-07T02:22:17.894Z | Compiling schemars_derive v0.8.22 |
| 1475 | 2026-04-07T02:22:17.930Z | Compiling pest_derive v2.8.6 |
| 1476 | 2026-04-07T02:22:18.160Z | Compiling tracing v0.1.44 |
| 1477 | 2026-04-07T02:22:18.189Z | Compiling scroll_derive v0.13.1 |
| 1478 | 2026-04-07T02:22:18.216Z | Compiling tokio-util v0.7.18 |
| 1479 | 2026-04-07T02:22:18.351Z | Compiling darling_core v0.20.11 |
| 1480 | 2026-04-07T02:22:18.426Z | Compiling tinyvec_macros v0.1.1 |
| 1481 | 2026-04-07T02:22:18.498Z | Compiling atomic-waker v1.1.2 |
| 1482 | 2026-04-07T02:22:18.623Z | Compiling try-lock v0.2.5 |
| 1483 | 2026-04-07T02:22:18.734Z | Compiling rustls v0.23.37 |
| 1484 | 2026-04-07T02:22:18.905Z | Compiling tower-service v0.3.3 |
| 1485 | 2026-04-07T02:22:18.981Z | Compiling dyn-clone v1.0.20 |
| 1486 | 2026-04-07T02:22:19.001Z | Compiling tower-layer v0.3.3 |
| 1487 | 2026-04-07T02:22:19.118Z | Compiling scroll v0.13.0 |
| 1488 | 2026-04-07T02:22:19.155Z | Compiling h2 v0.4.13 |
| 1489 | 2026-04-07T02:22:19.237Z | Compiling want v0.3.1 |
| 1490 | 2026-04-07T02:22:19.384Z | Compiling tinyvec v1.10.0 |
| 1491 | 2026-04-07T02:22:19.668Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-04-07T02:22:19.686Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1493 | 2026-04-07T02:22:19.731Z | Compiling spin v0.9.8 |
| 1494 | 2026-04-07T02:22:19.938Z | Compiling aho-corasick v1.1.4 |
| 1495 | 2026-04-07T02:22:20.069Z | Compiling powerfmt v0.2.0 |
| 1496 | 2026-04-07T02:22:20.127Z | Compiling num-conv v0.2.0 |
| 1497 | 2026-04-07T02:22:20.156Z | Compiling pin-utils v0.1.0 |
| 1498 | 2026-04-07T02:22:20.231Z | Compiling openssl v0.10.75 |
| 1499 | 2026-04-07T02:22:20.257Z | Compiling httpdate v1.0.3 |
| 1500 | 2026-04-07T02:22:20.269Z | Compiling time-core v0.1.8 |
| 1501 | 2026-04-07T02:22:20.396Z | Compiling foreign-types-shared v0.1.1 |
| 1502 | 2026-04-07T02:22:20.411Z | Compiling crc32fast v1.5.0 |
| 1503 | 2026-04-07T02:22:20.470Z | Compiling foreign-types v0.3.2 |
| 1504 | 2026-04-07T02:22:20.482Z | Compiling time-macros v0.2.27 |
| 1505 | 2026-04-07T02:22:20.483Z | Compiling deranged v0.5.8 |
| 1506 | 2026-04-07T02:22:20.541Z | Compiling tempfile v3.25.0 |
| 1507 | 2026-04-07T02:22:20.598Z | Compiling darling_macro v0.20.11 |
| 1508 | 2026-04-07T02:22:20.900Z | Compiling regex-automata v0.4.14 |
| 1509 | 2026-04-07T02:22:21.061Z | Compiling darling v0.20.11 |
| 1510 | 2026-04-07T02:22:21.144Z | Compiling goblin v0.10.5 |
| 1511 | 2026-04-07T02:22:21.522Z | Compiling openssl-macros v0.1.1 |
| 1512 | 2026-04-07T02:22:21.599Z | Compiling wait-timeout v0.2.1 |
| 1513 | 2026-04-07T02:22:21.866Z | Compiling socket2 v0.5.10 |
| 1514 | 2026-04-07T02:22:21.903Z | Compiling quick-error v1.2.3 |
| 1515 | 2026-04-07T02:22:21.999Z | Compiling syn v1.0.109 |
| 1516 | 2026-04-07T02:22:22.037Z | Compiling usdt-impl v0.6.0 |
| 1517 | 2026-04-07T02:22:22.239Z | Compiling hyper v1.8.1 |
| 1518 | 2026-04-07T02:22:22.317Z | Compiling siphasher v1.0.2 |
| 1519 | 2026-04-07T02:22:22.329Z | Compiling bit-vec v0.8.0 |
| 1520 | 2026-04-07T02:22:22.505Z | Compiling simd-adler32 v0.3.8 |
| 1521 | 2026-04-07T02:22:22.558Z | Compiling crossbeam-utils v0.8.21 |
| 1522 | 2026-04-07T02:22:22.753Z | Compiling native-tls v0.2.18 |
| 1523 | 2026-04-07T02:22:22.844Z | Compiling num_threads v0.1.7 |
| 1524 | 2026-04-07T02:22:22.942Z | Compiling time v0.3.47 |
| 1525 | 2026-04-07T02:22:22.991Z | Compiling bit-set v0.8.0 |
| 1526 | 2026-04-07T02:22:23.149Z | Compiling rusty-fork v0.3.1 |
| 1527 | 2026-04-07T02:22:23.460Z | Compiling hyper-util v0.1.20 |
| 1528 | 2026-04-07T02:22:23.807Z | Compiling derive_builder_core v0.20.2 |
| 1529 | 2026-04-07T02:22:24.511Z | Compiling dof v0.4.0 |
| 1530 | 2026-04-07T02:22:24.851Z | Compiling unicode-normalization v0.1.25 |
| 1531 | 2026-04-07T02:22:25.013Z | Compiling dtrace-parser v0.3.0 |
| 1532 | 2026-04-07T02:22:25.158Z | Compiling rustls-native-certs v0.8.3 |
| 1533 | 2026-04-07T02:22:25.299Z | Compiling signature v2.2.0 |
| 1534 | 2026-04-07T02:22:25.391Z | Compiling scroll_derive v0.12.1 |
| 1535 | 2026-04-07T02:22:25.442Z | Compiling thiserror-impl v1.0.69 |
| 1536 | 2026-04-07T02:22:25.475Z | Compiling heapless v0.7.17 |
| 1537 | 2026-04-07T02:22:25.660Z | Compiling rand_xorshift v0.4.0 |
| 1538 | 2026-04-07T02:22:25.711Z | Compiling slog v2.8.2 |
| 1539 | 2026-04-07T02:22:25.751Z | Compiling darling_core v0.21.3 |
| 1540 | 2026-04-07T02:22:25.816Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1541 | 2026-04-07T02:22:25.889Z | Compiling sync_wrapper v1.0.2 |
| 1542 | 2026-04-07T02:22:26.000Z | Compiling thread-id v5.1.0 |
| 1543 | 2026-04-07T02:22:26.021Z | Compiling cookie v0.18.1 |
| 1544 | 2026-04-07T02:22:26.038Z | Compiling anyhow v1.0.102 |
| 1545 | 2026-04-07T02:22:26.079Z | Compiling zstd-safe v7.2.4 |
| 1546 | 2026-04-07T02:22:26.092Z | Compiling signal-hook v0.3.18 |
| 1547 | 2026-04-07T02:22:26.195Z | Compiling adler2 v2.0.1 |
| 1548 | 2026-04-07T02:22:26.255Z | Compiling unicode-bidi v0.3.18 |
| 1549 | 2026-04-07T02:22:26.269Z | Compiling unarray v0.1.4 |
| 1550 | 2026-04-07T02:22:26.323Z | Compiling paste v1.0.15 |
| 1551 | 2026-04-07T02:22:26.337Z | Compiling unicode-properties v0.1.4 |
| 1552 | 2026-04-07T02:22:26.374Z | Compiling proptest v1.10.0 |
| 1553 | 2026-04-07T02:22:26.631Z | Compiling stringprep v0.1.5 |
| 1554 | 2026-04-07T02:22:26.692Z | Compiling thiserror v1.0.69 |
| 1555 | 2026-04-07T02:22:26.749Z | Compiling miniz_oxide v0.8.9 |
| 1556 | 2026-04-07T02:22:27.119Z | Compiling scroll v0.12.0 |
| 1557 | 2026-04-07T02:22:27.148Z | Compiling tower v0.5.3 |
| 1558 | 2026-04-07T02:22:27.453Z | Compiling derive_builder_macro v0.20.2 |
| 1559 | 2026-04-07T02:22:27.619Z | Compiling ipnetwork v0.21.1 |
| 1560 | 2026-04-07T02:22:27.728Z | Compiling http-body-util v0.1.3 |
| 1561 | 2026-04-07T02:22:27.904Z | Compiling webpki-roots v1.0.6 |
| 1562 | 2026-04-07T02:22:27.974Z | Compiling rand_chacha v0.3.1 |
| 1563 | 2026-04-07T02:22:28.010Z | Compiling toml_datetime v0.6.11 |
| 1564 | 2026-04-07T02:22:28.023Z | Compiling serde_tokenstream v0.2.3 |
| 1565 | 2026-04-07T02:22:28.041Z | Compiling serde_spanned v0.6.9 |
| 1566 | 2026-04-07T02:22:28.187Z | Compiling erased-serde v0.3.31 |
| 1567 | 2026-04-07T02:22:28.276Z | Compiling md-5 v0.10.6 |
| 1568 | 2026-04-07T02:22:28.296Z | Compiling darling_macro v0.21.3 |
| 1569 | 2026-04-07T02:22:28.327Z | Compiling zerocopy-derive v0.7.35 |
| 1570 | 2026-04-07T02:22:28.432Z | Compiling curve25519-dalek v4.1.3 |
| 1571 | 2026-04-07T02:22:28.669Z | Compiling vergen-lib v0.1.6 |
| 1572 | 2026-04-07T02:22:28.763Z | Compiling num-integer v0.1.46 |
| 1573 | 2026-04-07T02:22:28.763Z | Compiling hash32 v0.2.1 |
| 1574 | 2026-04-07T02:22:28.787Z | Compiling ff v0.13.1 |
| 1575 | 2026-04-07T02:22:28.849Z | Compiling memoffset v0.9.1 |
| 1576 | 2026-04-07T02:22:28.919Z | Compiling base16ct v0.2.0 |
| 1577 | 2026-04-07T02:22:28.953Z | Compiling smoltcp v0.9.1 |
| 1578 | 2026-04-07T02:22:29.035Z | Compiling zlib-rs v0.6.2 |
| 1579 | 2026-04-07T02:22:29.094Z | Compiling ref-cast v1.0.25 |
| 1580 | 2026-04-07T02:22:29.098Z | Compiling ryu v1.0.23 |
| 1581 | 2026-04-07T02:22:29.186Z | Compiling num-bigint-dig v0.8.6 |
| 1582 | 2026-04-07T02:22:29.287Z | Compiling rustix v0.38.44 |
| 1583 | 2026-04-07T02:22:29.287Z | Compiling iri-string v0.7.10 |
| 1584 | 2026-04-07T02:22:29.374Z | Compiling fallible-iterator v0.2.0 |
| 1585 | 2026-04-07T02:22:29.392Z | Compiling psl-types v2.0.11 |
| 1586 | 2026-04-07T02:22:29.515Z | Compiling litrs v1.0.0 |
| 1587 | 2026-04-07T02:22:29.626Z | Compiling cfg_aliases v0.2.1 |
| 1588 | 2026-04-07T02:22:29.675Z | Compiling postgres-protocol v0.6.10 |
| 1589 | 2026-04-07T02:22:29.699Z | Compiling nix v0.31.1 |
| 1590 | 2026-04-07T02:22:30.023Z | Compiling document-features v0.2.12 |
| 1591 | 2026-04-07T02:22:30.152Z | Compiling publicsuffix v2.3.0 |
| 1592 | 2026-04-07T02:22:30.292Z | Compiling serde_urlencoded v0.7.1 |
| 1593 | 2026-04-07T02:22:30.320Z | Compiling zerocopy v0.7.35 |
| 1594 | 2026-04-07T02:22:30.537Z | Compiling tower-http v0.6.8 |
| 1595 | 2026-04-07T02:22:30.699Z | Compiling sec1 v0.7.3 |
| 1596 | 2026-04-07T02:22:30.764Z | Compiling num-iter v0.1.45 |
| 1597 | 2026-04-07T02:22:30.881Z | Compiling group v0.13.0 |
| 1598 | 2026-04-07T02:22:30.969Z | Compiling darling v0.21.3 |
| 1599 | 2026-04-07T02:22:31.018Z | Compiling newtype-uuid v1.3.2 |
| 1600 | 2026-04-07T02:22:31.065Z | Compiling rand v0.8.5 |
| 1601 | 2026-04-07T02:22:31.261Z | Compiling hubpack_derive v0.1.1 |
| 1602 | 2026-04-07T02:22:31.309Z | Compiling derive_builder v0.20.2 |
| 1603 | 2026-04-07T02:22:31.339Z | Compiling oxnet v0.1.4 |
| 1604 | 2026-04-07T02:22:31.429Z | Compiling tokio-native-tls v0.3.1 |
| 1605 | 2026-04-07T02:22:31.537Z | Compiling goblin v0.8.2 |
| 1606 | 2026-04-07T02:22:31.900Z | Compiling flate2 v1.1.9 |
| 1607 | 2026-04-07T02:22:32.207Z | Compiling regex v1.12.3 |
| 1608 | 2026-04-07T02:22:32.247Z | Compiling phf_shared v0.13.1 |
| 1609 | 2026-04-07T02:22:32.264Z | Compiling lazy_static v1.5.0 |
| 1610 | 2026-04-07T02:22:32.331Z | Compiling cargo-platform v0.1.9 |
| 1611 | 2026-04-07T02:22:32.358Z | Compiling hkdf v0.12.4 |
| 1612 | 2026-04-07T02:22:32.493Z | Compiling crypto-bigint v0.5.5 |
| 1613 | 2026-04-07T02:22:32.526Z | Compiling terminal_size v0.4.3 |
| 1614 | 2026-04-07T02:22:32.572Z | Compiling ref-cast-impl v1.0.25 |
| 1615 | 2026-04-07T02:22:32.590Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1616 | 2026-04-07T02:22:32.637Z | Compiling daft-derive v0.1.5 |
| 1617 | 2026-04-07T02:22:32.663Z | Compiling async-trait v0.1.89 |
| 1618 | 2026-04-07T02:22:33.107Z | Compiling strum_macros v0.27.2 |
| 1619 | 2026-04-07T02:22:33.238Z | Compiling vergen v9.0.6 |
| 1620 | 2026-04-07T02:22:33.353Z | Compiling fs-err v3.3.0 |
| 1621 | 2026-04-07T02:22:33.419Z | Compiling ahash v0.8.12 |
| 1622 | 2026-04-07T02:22:33.540Z | Compiling winnow v0.5.40 |
| 1623 | 2026-04-07T02:22:33.625Z | Compiling bitflags v1.3.2 |
| 1624 | 2026-04-07T02:22:33.681Z | Compiling libbz2-rs-sys v0.2.2 |
| 1625 | 2026-04-07T02:22:33.700Z | Compiling object v0.37.3 |
| 1626 | 2026-04-07T02:22:33.968Z | Compiling unicode-segmentation v1.12.0 |
| 1627 | 2026-04-07T02:22:34.354Z | Compiling bumpalo v3.20.2 |
| 1628 | 2026-04-07T02:22:34.368Z | Compiling managed v0.8.0 |
| 1629 | 2026-04-07T02:22:34.582Z | Compiling foldhash v0.1.5 |
| 1630 | 2026-04-07T02:22:34.595Z | Compiling zopfli v0.8.3 |
| 1631 | 2026-04-07T02:22:34.750Z | Compiling hashbrown v0.15.5 |
| 1632 | 2026-04-07T02:22:34.963Z | Compiling toml_edit v0.19.15 |
| 1633 | 2026-04-07T02:22:35.034Z | Compiling bzip2 v0.6.1 |
| 1634 | 2026-04-07T02:22:35.089Z | Compiling strum v0.27.2 |
| 1635 | 2026-04-07T02:22:35.239Z | Compiling dof v0.3.0 |
| 1636 | 2026-04-07T02:22:35.251Z | Compiling clap_builder v4.5.60 |
| 1637 | 2026-04-07T02:22:35.314Z | Compiling elliptic-curve v0.13.8 |
| 1638 | 2026-04-07T02:22:35.408Z | Compiling daft v0.1.5 |
| 1639 | 2026-04-07T02:22:35.702Z | Compiling cargo_metadata v0.19.2 |
| 1640 | 2026-04-07T02:22:35.780Z | Compiling phf v0.13.1 |
| 1641 | 2026-04-07T02:22:36.309Z | Compiling cookie_store v0.22.1 |
| 1642 | 2026-04-07T02:22:36.954Z | Compiling signal-hook-mio v0.2.5 |
| 1643 | 2026-04-07T02:22:37.065Z | Compiling zstd v0.13.3 |
| 1644 | 2026-04-07T02:22:37.088Z | Compiling hubpack v0.1.2 |
| 1645 | 2026-04-07T02:22:37.313Z | Compiling hyper-tls v0.6.0 |
| 1646 | 2026-04-07T02:22:37.336Z | Compiling bzip2 v0.4.4 |
| 1647 | 2026-04-07T02:22:37.372Z | Compiling serde_with_macros v3.17.0 |
| 1648 | 2026-04-07T02:22:37.622Z | Compiling postgres-types v0.2.12 |
| 1649 | 2026-04-07T02:22:37.635Z | Compiling usdt-attr-macro v0.6.0 |
| 1650 | 2026-04-07T02:22:38.184Z | Compiling usdt-macro v0.6.0 |
| 1651 | 2026-04-07T02:22:38.270Z | Compiling dtrace-parser v0.2.0 |
| 1652 | 2026-04-07T02:22:38.425Z | Compiling ed25519 v2.2.3 |
| 1653 | 2026-04-07T02:22:38.439Z | Compiling bstr v1.12.1 |
| 1654 | 2026-04-07T02:22:38.514Z | Compiling phf_shared v0.11.3 |
| 1655 | 2026-04-07T02:22:38.658Z | Compiling pkcs1 v0.7.5 |
| 1656 | 2026-04-07T02:22:38.699Z | Compiling hex v0.4.3 |
| 1657 | 2026-04-07T02:22:38.919Z | Compiling serde-big-array v0.5.1 |
| 1658 | 2026-04-07T02:22:38.977Z | Compiling rfc6979 v0.4.0 |
| 1659 | 2026-04-07T02:22:39.027Z | Compiling enum-as-inner v0.6.1 |
| 1660 | 2026-04-07T02:22:39.057Z | Compiling serde_repr v0.1.20 |
| 1661 | 2026-04-07T02:22:39.069Z | Compiling strum_macros v0.26.4 |
| 1662 | 2026-04-07T02:22:39.082Z | Compiling clap_derive v4.5.55 |
| 1663 | 2026-04-07T02:22:39.095Z | Compiling float-cmp v0.10.0 |
| 1664 | 2026-04-07T02:22:39.234Z | Compiling thread-id v4.2.2 |
| 1665 | 2026-04-07T02:22:39.318Z | Compiling memmap2 v0.9.10 |
| 1666 | 2026-04-07T02:22:39.343Z | Compiling env_filter v1.0.0 |
| 1667 | 2026-04-07T02:22:39.525Z | Compiling encoding_rs v0.8.35 |
| 1668 | 2026-04-07T02:22:39.538Z | Compiling precomputed-hash v0.1.1 |
| 1669 | 2026-04-07T02:22:39.578Z | Compiling keccak v0.1.6 |
| 1670 | 2026-04-07T02:22:39.621Z | Compiling data-encoding v2.10.0 |
| 1671 | 2026-04-07T02:22:39.624Z | Compiling predicates-core v1.0.10 |
| 1672 | 2026-04-07T02:22:39.808Z | Compiling difflib v0.4.0 |
| 1673 | 2026-04-07T02:22:40.318Z | Compiling either v1.15.0 |
| 1674 | 2026-04-07T02:22:40.370Z | Compiling whoami v2.1.0 |
| 1675 | 2026-04-07T02:22:40.384Z | Compiling rustc-hash v2.1.1 |
| 1676 | 2026-04-07T02:22:40.505Z | Compiling static_assertions v1.1.0 |
| 1677 | 2026-04-07T02:22:40.524Z | Compiling new_debug_unreachable v1.0.6 |
| 1678 | 2026-04-07T02:22:40.580Z | Compiling mime v0.3.17 |
| 1679 | 2026-04-07T02:22:40.597Z | Compiling jiff v0.2.21 |
| 1680 | 2026-04-07T02:22:40.750Z | Compiling fixedbitset v0.4.2 |
| 1681 | 2026-04-07T02:22:40.774Z | Compiling fixedbitset v0.5.7 |
| 1682 | 2026-04-07T02:22:40.815Z | Compiling normalize-line-endings v0.3.0 |
| 1683 | 2026-04-07T02:22:40.837Z | Compiling clap v4.5.60 |
| 1684 | 2026-04-07T02:22:40.910Z | Compiling petgraph v0.6.5 |
| 1685 | 2026-04-07T02:22:40.924Z | Compiling predicates v3.1.4 |
| 1686 | 2026-04-07T02:22:40.965Z | Compiling petgraph v0.8.3 |
| 1687 | 2026-04-07T02:22:41.028Z | Compiling strum v0.26.3 |
| 1688 | 2026-04-07T02:22:41.072Z | Compiling string_cache v0.8.9 |
| 1689 | 2026-04-07T02:22:41.156Z | Compiling tokio-postgres v0.7.16 |
| 1690 | 2026-04-07T02:22:41.298Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1691 | 2026-04-07T02:22:41.565Z | Compiling itertools v0.13.0 |
| 1692 | 2026-04-07T02:22:41.648Z | Compiling iddqd v0.3.17 |
| 1693 | 2026-04-07T02:22:42.427Z | Compiling toml_edit v0.22.27 |
| 1694 | 2026-04-07T02:22:42.775Z | Compiling hickory-proto v0.25.2 |
| 1695 | 2026-04-07T02:22:42.838Z | Compiling sha3 v0.10.8 |
| 1696 | 2026-04-07T02:22:42.927Z | Compiling env_logger v0.11.9 |
| 1697 | 2026-04-07T02:22:43.292Z | Compiling zip v4.6.1 |
| 1698 | 2026-04-07T02:22:43.292Z | Compiling usdt v0.6.0 |
| 1699 | 2026-04-07T02:22:43.395Z | Compiling usdt-impl v0.5.0 |
| 1700 | 2026-04-07T02:22:43.561Z | Compiling ecdsa v0.16.9 |
| 1701 | 2026-04-07T02:22:43.949Z | Compiling serde_with v3.17.0 |
| 1702 | 2026-04-07T02:22:43.975Z | Compiling rsa v0.9.10 |
| 1703 | 2026-04-07T02:22:44.088Z | Compiling similar v2.7.0 |
| 1704 | 2026-04-07T02:22:44.246Z | Compiling ed25519-dalek v2.2.0 |
| 1705 | 2026-04-07T02:22:44.784Z | Compiling crossterm v0.28.1 |
| 1706 | 2026-04-07T02:22:44.948Z | Compiling zip v0.6.6 |
| 1707 | 2026-04-07T02:22:45.520Z | Compiling toml v0.7.8 |
| 1708 | 2026-04-07T02:22:45.966Z | Compiling heck v0.4.1 |
| 1709 | 2026-04-07T02:22:46.071Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1710 | 2026-04-07T02:22:46.129Z | Compiling crossbeam-epoch v0.9.18 |
| 1711 | 2026-04-07T02:22:46.194Z | Compiling tokio-stream v0.1.18 |
| 1712 | 2026-04-07T02:22:46.307Z | Compiling buf-list v1.1.2 |
| 1713 | 2026-04-07T02:22:46.461Z | Compiling x509-cert v0.2.5 |
| 1714 | 2026-04-07T02:22:46.588Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1715 | 2026-04-07T02:22:46.661Z | Compiling openapiv3 v2.2.0 |
| 1716 | 2026-04-07T02:22:46.706Z | Compiling sha1 v0.10.6 |
| 1717 | 2026-04-07T02:22:46.892Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1718 | 2026-04-07T02:22:46.931Z | Compiling peg-runtime v0.8.5 |
| 1719 | 2026-04-07T02:22:47.210Z | Compiling lalrpop-util v0.19.12 |
| 1720 | 2026-04-07T02:22:47.243Z | Compiling thread_local v1.1.9 |
| 1721 | 2026-04-07T02:22:47.294Z | Compiling slog-async v2.8.0 |
| 1722 | 2026-04-07T02:22:47.405Z | Compiling crossbeam-channel v0.5.15 |
| 1723 | 2026-04-07T02:22:47.451Z | Compiling futures-executor v0.3.32 |
| 1724 | 2026-04-07T02:22:47.496Z | Compiling filetime v0.2.27 |
| 1725 | 2026-04-07T02:22:47.613Z | Compiling is-terminal v0.4.17 |
| 1726 | 2026-04-07T02:22:47.674Z | Compiling xattr v1.6.1 |
| 1727 | 2026-04-07T02:22:47.709Z | Compiling term v1.2.1 |
| 1728 | 2026-04-07T02:22:47.723Z | Compiling take_mut v0.2.2 |
| 1729 | 2026-04-07T02:22:47.849Z | Compiling tar v0.4.45 |
| 1730 | 2026-04-07T02:22:47.864Z | Compiling futures v0.3.32 |
| 1731 | 2026-04-07T02:22:48.113Z | Compiling slog-term v2.9.2 |
| 1732 | 2026-04-07T02:22:55.224Z | Compiling rustls-webpki v0.103.9 |
| 1733 | 2026-04-07T02:22:58.022Z | Compiling tokio-rustls v0.26.4 |
| 1734 | 2026-04-07T02:22:58.023Z | Compiling rustls-platform-verifier v0.6.2 |
| 1735 | 2026-04-07T02:22:58.218Z | Compiling hyper-rustls v0.27.7 |
| 1736 | 2026-04-07T02:22:58.417Z | Compiling reqwest v0.13.2 |
| 1737 | 2026-04-07T02:22:58.417Z | Compiling reqwest v0.12.28 |
| 1738 | 2026-04-07T02:23:00.476Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1739 | 2026-04-07T02:23:00.691Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1740 | 2026-04-07T02:23:03.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
| 1741 | 2026-04-07T02:23:03.632Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1742 | 2026-04-07T02:23:03.685Z | Apr 07 02:23:02.198 INFO Starting download, target: Console |
| 1743 | 2026-04-07T02:23:03.685Z | Apr 07 02:23:02.198 INFO Starting download, target: Cockroach |
| 1744 | 2026-04-07T02:23:03.685Z | Apr 07 02:23:02.198 INFO Starting download, target: DendriteStub |
| 1745 | 2026-04-07T02:23:03.688Z | Apr 07 02:23:02.198 INFO Starting download, target: Clickhouse |
| 1746 | 2026-04-07T02:23:03.688Z | Apr 07 02:23:02.198 INFO Starting download, target: MaghemiteMgd |
| 1747 | 2026-04-07T02:23:03.688Z | Apr 07 02:23:02.198 INFO Starting download, target: TransceiverControl |
| 1748 | 2026-04-07T02:23:03.688Z | Apr 07 02:23:02.198 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1749 | 2026-04-07T02:23:03.688Z | Apr 07 02:23:02.198 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1750 | 2026-04-07T02:23:03.688Z | Apr 07 02:23:02.199 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1751 | 2026-04-07T02:23:03.688Z | Apr 07 02:23:02.199 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1752 | 2026-04-07T02:23:03.688Z | Apr 07 02:23:02.199 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1753 | 2026-04-07T02:23:03.688Z | Apr 07 02:23:02.199 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1754 | 2026-04-07T02:23:04.324Z | Apr 07 02:23:02.835 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1755 | 2026-04-07T02:23:04.536Z | Apr 07 02:23:03.044 INFO Download complete, target: TransceiverControl |
| 1756 | 2026-04-07T02:23:04.716Z | Apr 07 02:23:03.222 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1757 | 2026-04-07T02:23:04.946Z | Apr 07 02:23:03.456 INFO Download complete, target: Console |
| 1758 | 2026-04-07T02:23:05.357Z | Apr 07 02:23:03.862 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1759 | 2026-04-07T02:23:05.505Z | Apr 07 02:23:04.018 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1760 | 2026-04-07T02:23:06.021Z | Apr 07 02:23:04.533 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1761 | 2026-04-07T02:23:06.245Z | Apr 07 02:23:04.758 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1762 | 2026-04-07T02:23:06.245Z | Apr 07 02:23:04.758 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1763 | 2026-04-07T02:23:07.633Z | Apr 07 02:23:06.146 INFO Download complete, target: MaghemiteMgd |
| 1764 | 2026-04-07T02:23:07.843Z | Apr 07 02:23:06.356 INFO Download complete, target: DendriteStub |
| 1765 | 2026-04-07T02:23:10.862Z | Apr 07 02:23:09.374 INFO Checking that binary works, target: Cockroach |
| 1766 | 2026-04-07T02:23:10.959Z | Apr 07 02:23:09.472 INFO Download complete, target: Cockroach |
| 1767 | 2026-04-07T02:23:12.745Z | Apr 07 02:23:11.258 INFO Checking that binary works, target: Clickhouse |
| 1768 | 2026-04-07T02:23:12.846Z | Apr 07 02:23:11.359 INFO Download complete, target: Clickhouse |
| 1769 | 2026-04-07T02:23:12.860Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1770 | 2026-04-07T02:23:12.864Z | |
| 1771 | 2026-04-07T02:23:12.864Z | real 2:52.130294117 |
| 1772 | 2026-04-07T02:23:12.864Z | user 7:12.020833279 |
| 1773 | 2026-04-07T02:23:12.864Z | sys 1:23.256889933 |
| 1774 | 2026-04-07T02:23:12.864Z | trap 0.232010680 |
| 1775 | 2026-04-07T02:23:12.864Z | tflt 0.678809877 |
| 1776 | 2026-04-07T02:23:12.864Z | dflt 0.912871809 |
| 1777 | 2026-04-07T02:23:12.864Z | kflt 0.031985787 |
| 1778 | 2026-04-07T02:23:12.864Z | lock 21:37.780163630 |
| 1779 | 2026-04-07T02:23:12.864Z | slp 21:43.020820116 |
| 1780 | 2026-04-07T02:23:12.864Z | lat 40.169822306 |
| 1781 | 2026-04-07T02:23:12.864Z | stop 1:46.992572038 |
| 1782 | 2026-04-07T02:23:12.865Z | + banner clippy |
| 1783 | 2026-04-07T02:23:12.865Z | |
| 1784 | 2026-04-07T02:23:12.865Z | #### # # ##### ##### # # |
| 1785 | 2026-04-07T02:23:12.865Z | # # # # # # # # # # |
| 1786 | 2026-04-07T02:23:12.865Z | # # # # # # # # |
| 1787 | 2026-04-07T02:23:12.865Z | # # # ##### ##### # |
| 1788 | 2026-04-07T02:23:12.865Z | # # # # # # # |
| 1789 | 2026-04-07T02:23:12.865Z | #### ###### # # # # |
| 1790 | 2026-04-07T02:23:12.865Z | |
| 1791 | 2026-04-07T02:23:12.865Z | + export CARGO_INCREMENTAL=0 |
| 1792 | 2026-04-07T02:23:12.865Z | + CARGO_INCREMENTAL=0 |
| 1793 | 2026-04-07T02:23:12.865Z | + ptime -m cargo xtask clippy |
| 1794 | 2026-04-07T02:23:13.395Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1795 | 2026-04-07T02:23:13.614Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1796 | 2026-04-07T02:23:15.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1797 | 2026-04-07T02:23:15.546Z | Running `target/debug/xtask clippy` |
| 1798 | 2026-04-07T02:23:15.573Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1799 | 2026-04-07T02:23:16.178Z | Downloading crates ... |
| 1800 | 2026-04-07T02:23:16.401Z | Downloaded supports-color v2.1.0 |
| 1801 | 2026-04-07T02:23:16.405Z | Downloaded anes v0.1.6 |
| 1802 | 2026-04-07T02:23:16.411Z | Downloaded supports-hyperlinks v2.1.0 |
| 1803 | 2026-04-07T02:23:16.414Z | Downloaded event-listener-strategy v0.5.4 |
| 1804 | 2026-04-07T02:23:16.417Z | Downloaded escape8259 v0.5.3 |
| 1805 | 2026-04-07T02:23:16.417Z | Downloaded cargo-platform v0.3.2 |
| 1806 | 2026-04-07T02:23:16.419Z | Downloaded assert-json-diff v2.0.2 |
| 1807 | 2026-04-07T02:23:16.419Z | Downloaded linkme-impl v0.3.35 |
| 1808 | 2026-04-07T02:23:16.419Z | Downloaded cast v0.3.0 |
| 1809 | 2026-04-07T02:23:16.422Z | Downloaded similar-asserts v1.7.0 |
| 1810 | 2026-04-07T02:23:16.426Z | Downloaded async-object-pool v0.2.0 |
| 1811 | 2026-04-07T02:23:16.428Z | Downloaded approx v0.5.1 |
| 1812 | 2026-04-07T02:23:16.431Z | Downloaded constant_time_eq v0.3.1 |
| 1813 | 2026-04-07T02:23:16.431Z | Downloaded backtrace-ext v0.2.1 |
| 1814 | 2026-04-07T02:23:16.431Z | Downloaded tokio-test v0.4.5 |
| 1815 | 2026-04-07T02:23:16.435Z | Downloaded supports-unicode v2.1.0 |
| 1816 | 2026-04-07T02:23:16.437Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1817 | 2026-04-07T02:23:16.437Z | Downloaded path-tree v0.8.3 |
| 1818 | 2026-04-07T02:23:16.440Z | Downloaded serde_regex v1.1.0 |
| 1819 | 2026-04-07T02:23:16.443Z | Downloaded nested v0.1.1 |
| 1820 | 2026-04-07T02:23:16.446Z | Downloaded target-triple v1.0.0 |
| 1821 | 2026-04-07T02:23:16.448Z | Downloaded parking v2.2.1 |
| 1822 | 2026-04-07T02:23:16.451Z | Downloaded terminal_size v0.1.17 |
| 1823 | 2026-04-07T02:23:16.454Z | Downloaded miette-derive v5.10.0 |
| 1824 | 2026-04-07T02:23:16.463Z | Downloaded target-spec v3.5.7 |
| 1825 | 2026-04-07T02:23:16.466Z | Downloaded rust-argon2 v2.1.0 |
| 1826 | 2026-04-07T02:23:16.470Z | Downloaded criterion-plot v0.6.0 |
| 1827 | 2026-04-07T02:23:16.473Z | Downloaded owo-colors v3.5.0 |
| 1828 | 2026-04-07T02:23:16.473Z | Downloaded libtest-mimic v0.8.1 |
| 1829 | 2026-04-07T02:23:16.476Z | Downloaded cargo_metadata v0.23.1 |
| 1830 | 2026-04-07T02:23:16.479Z | Downloaded rustc-demangle v0.1.27 |
| 1831 | 2026-04-07T02:23:16.480Z | Downloaded relative-path v1.9.3 |
| 1832 | 2026-04-07T02:23:16.482Z | Downloaded target-lexicon v0.13.3 |
| 1833 | 2026-04-07T02:23:16.482Z | Downloaded futures-timer v3.0.3 |
| 1834 | 2026-04-07T02:23:16.485Z | Downloaded plotters-svg v0.3.7 |
| 1835 | 2026-04-07T02:23:16.485Z | Downloaded oorandom v11.1.5 |
| 1836 | 2026-04-07T02:23:16.485Z | Downloaded termcolor v1.4.1 |
| 1837 | 2026-04-07T02:23:16.485Z | Downloaded plotters-backend v0.3.7 |
| 1838 | 2026-04-07T02:23:16.488Z | Downloaded stringmetrics v2.2.2 |
| 1839 | 2026-04-07T02:23:16.488Z | Downloaded linkme v0.3.35 |
| 1840 | 2026-04-07T02:23:16.491Z | Downloaded partial-io v0.5.4 |
| 1841 | 2026-04-07T02:23:16.491Z | Downloaded concurrent-queue v2.5.0 |
| 1842 | 2026-04-07T02:23:16.494Z | Downloaded cfg-expr v0.20.6 |
| 1843 | 2026-04-07T02:23:16.494Z | Downloaded datatest-stable v0.3.3 |
| 1844 | 2026-04-07T02:23:16.497Z | Downloaded knuffel-derive v3.2.0 |
| 1845 | 2026-04-07T02:23:16.497Z | Downloaded async-lock v3.4.2 |
| 1846 | 2026-04-07T02:23:16.499Z | Downloaded addr2line v0.25.1 |
| 1847 | 2026-04-07T02:23:16.503Z | Downloaded hickory-client v0.25.2 |
| 1848 | 2026-04-07T02:23:16.513Z | Downloaded httptest v0.16.4 |
| 1849 | 2026-04-07T02:23:16.515Z | Downloaded rstest v0.25.0 |
| 1850 | 2026-04-07T02:23:16.518Z | Downloaded trybuild v1.0.116 |
| 1851 | 2026-04-07T02:23:16.524Z | Downloaded rstest_macros v0.25.0 |
| 1852 | 2026-04-07T02:23:16.526Z | Downloaded knuffel v3.2.0 |
| 1853 | 2026-04-07T02:23:16.529Z | Downloaded rand_distr v0.5.1 |
| 1854 | 2026-04-07T02:23:16.532Z | Downloaded textwrap v0.15.2 |
| 1855 | 2026-04-07T02:23:16.532Z | Downloaded chumsky v0.9.3 |
| 1856 | 2026-04-07T02:23:16.543Z | Downloaded miette v5.10.0 |
| 1857 | 2026-04-07T02:23:16.546Z | Downloaded tinytemplate v1.2.1 |
| 1858 | 2026-04-07T02:23:16.550Z | Downloaded criterion v0.7.0 |
| 1859 | 2026-04-07T02:23:16.561Z | Downloaded hashbrown v0.14.5 |
| 1860 | 2026-04-07T02:23:16.563Z | Downloaded plotters v0.3.7 |
| 1861 | 2026-04-07T02:23:16.568Z | Downloaded guppy v0.17.25 |
| 1862 | 2026-04-07T02:23:16.578Z | Downloaded gimli v0.32.3 |
| 1863 | 2026-04-07T02:23:16.652Z | Downloaded fancy-regex v0.14.0 |
| 1864 | 2026-04-07T02:23:16.659Z | Downloaded pathdiff v0.2.3 |
| 1865 | 2026-04-07T02:23:16.674Z | Downloaded assert_cmd v2.1.2 |
| 1866 | 2026-04-07T02:23:16.687Z | Downloaded httpmock v0.8.3 |
| 1867 | 2026-04-07T02:23:16.699Z | Downloaded blake2b_simd v1.0.4 |
| 1868 | 2026-04-07T02:23:16.702Z | Downloaded backtrace v0.3.76 |
| 1869 | 2026-04-07T02:23:17.703Z | Downloaded event-listener v5.4.1 |
| 1870 | 2026-04-07T02:23:19.231Z | Checking cfg-if v1.0.4 |
| 1871 | 2026-04-07T02:23:19.571Z | Checking libc v0.2.180 |
| 1872 | 2026-04-07T02:23:19.574Z | Checking serde_core v1.0.228 |
| 1873 | 2026-04-07T02:23:19.639Z | Checking memchr v2.8.0 |
| 1874 | 2026-04-07T02:23:19.676Z | Checking smallvec v1.15.1 |
| 1875 | 2026-04-07T02:23:19.714Z | Checking log v0.4.29 |
| 1876 | 2026-04-07T02:23:19.715Z | Checking itoa v1.0.17 |
| 1877 | 2026-04-07T02:23:19.786Z | Checking zeroize v1.8.2 |
| 1878 | 2026-04-07T02:23:19.839Z | Checking libm v0.2.16 |
| 1879 | 2026-04-07T02:23:19.896Z | Checking scopeguard v1.2.0 |
| 1880 | 2026-04-07T02:23:19.933Z | Checking stable_deref_trait v1.2.1 |
| 1881 | 2026-04-07T02:23:19.972Z | Checking zmij v1.0.21 |
| 1882 | 2026-04-07T02:23:20.007Z | Checking errno v0.3.14 |
| 1883 | 2026-04-07T02:23:20.007Z | Checking getrandom v0.2.17 |
| 1884 | 2026-04-07T02:23:20.071Z | Checking lock_api v0.4.14 |
| 1885 | 2026-04-07T02:23:20.104Z | Checking zerofrom v0.1.6 |
| 1886 | 2026-04-07T02:23:20.140Z | Checking percent-encoding v2.3.2 |
| 1887 | 2026-04-07T02:23:20.176Z | Checking litemap v0.8.1 |
| 1888 | 2026-04-07T02:23:20.209Z | Checking writeable v0.6.2 |
| 1889 | 2026-04-07T02:23:20.243Z | Checking yoke v0.8.1 |
| 1890 | 2026-04-07T02:23:20.243Z | Checking icu_properties_data v2.1.2 |
| 1891 | 2026-04-07T02:23:20.306Z | Checking icu_normalizer_data v2.1.1 |
| 1892 | 2026-04-07T02:23:20.309Z | Checking subtle v2.6.1 |
| 1893 | 2026-04-07T02:23:20.368Z | Checking form_urlencoded v1.2.2 |
| 1894 | 2026-04-07T02:23:20.400Z | Checking pin-project-lite v0.2.17 |
| 1895 | 2026-04-07T02:23:20.432Z | Checking zerovec v0.11.5 |
| 1896 | 2026-04-07T02:23:20.432Z | Checking zerotrie v0.2.3 |
| 1897 | 2026-04-07T02:23:20.435Z | Checking utf8_iter v1.0.4 |
| 1898 | 2026-04-07T02:23:20.526Z | Checking rand_core v0.6.4 |
| 1899 | 2026-04-07T02:23:20.561Z | Checking num-traits v0.2.19 |
| 1900 | 2026-04-07T02:23:20.592Z | Checking parking_lot_core v0.9.12 |
| 1901 | 2026-04-07T02:23:20.592Z | Checking portable-atomic v1.13.1 |
| 1902 | 2026-04-07T02:23:20.657Z | Checking zerocopy v0.8.40 |
| 1903 | 2026-04-07T02:23:20.692Z | Checking critical-section v1.2.0 |
| 1904 | 2026-04-07T02:23:20.730Z | Checking signal-hook-registry v1.4.8 |
| 1905 | 2026-04-07T02:23:20.809Z | Checking parking_lot v0.12.5 |
| 1906 | 2026-04-07T02:23:20.844Z | Checking mio v1.1.1 |
| 1907 | 2026-04-07T02:23:20.921Z | Checking socket2 v0.6.2 |
| 1908 | 2026-04-07T02:23:20.957Z | Checking tinystr v0.8.2 |
| 1909 | 2026-04-07T02:23:21.016Z | Checking potential_utf v0.1.4 |
| 1910 | 2026-04-07T02:23:21.050Z | Checking once_cell v1.21.3 |
| 1911 | 2026-04-07T02:23:21.095Z | Checking serde v1.0.228 |
| 1912 | 2026-04-07T02:23:21.128Z | Checking bitflags v2.11.0 |
| 1913 | 2026-04-07T02:23:21.160Z | Checking serde_json v1.0.149 |
| 1914 | 2026-04-07T02:23:21.163Z | Checking icu_locale_core v2.1.1 |
| 1915 | 2026-04-07T02:23:21.224Z | Checking icu_collections v2.1.1 |
| 1916 | 2026-04-07T02:23:21.227Z | Checking typenum v1.19.0 |
| 1917 | 2026-04-07T02:23:21.298Z | Checking iana-time-zone v0.1.65 |
| 1918 | 2026-04-07T02:23:21.336Z | Checking rand_core v0.10.0 |
| 1919 | 2026-04-07T02:23:21.438Z | Checking thiserror v2.0.18 |
| 1920 | 2026-04-07T02:23:21.503Z | Checking getrandom v0.4.1 |
| 1921 | 2026-04-07T02:23:21.537Z | Checking bytes v1.11.1 |
| 1922 | 2026-04-07T02:23:21.571Z | Checking chrono v0.4.44 |
| 1923 | 2026-04-07T02:23:21.608Z | Checking semver v1.0.27 |
| 1924 | 2026-04-07T02:23:21.672Z | Checking uuid v1.23.0 |
| 1925 | 2026-04-07T02:23:21.749Z | Checking icu_provider v2.1.1 |
| 1926 | 2026-04-07T02:23:21.782Z | Checking generic-array v0.14.7 |
| 1927 | 2026-04-07T02:23:21.838Z | Checking allocator-api2 v0.2.21 |
| 1928 | 2026-04-07T02:23:21.876Z | Checking futures-core v0.3.32 |
| 1929 | 2026-04-07T02:23:21.994Z | Checking tokio v1.50.0 |
| 1930 | 2026-04-07T02:23:22.030Z | Checking icu_normalizer v2.1.1 |
| 1931 | 2026-04-07T02:23:22.030Z | Checking icu_properties v2.1.2 |
| 1932 | 2026-04-07T02:23:22.109Z | Checking equivalent v1.0.2 |
| 1933 | 2026-04-07T02:23:22.159Z | Checking dyn-clone v1.0.20 |
| 1934 | 2026-04-07T02:23:22.221Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1935 | 2026-04-07T02:23:22.256Z | Checking crypto-common v0.1.7 |
| 1936 | 2026-04-07T02:23:22.290Z | Checking const-oid v0.9.6 |
| 1937 | 2026-04-07T02:23:22.356Z | Checking foldhash v0.2.0 |
| 1938 | 2026-04-07T02:23:22.404Z | Checking getrandom v0.3.4 |
| 1939 | 2026-04-07T02:23:22.483Z | Checking block-buffer v0.10.4 |
| 1940 | 2026-04-07T02:23:22.526Z | Checking futures-sink v0.3.32 |
| 1941 | 2026-04-07T02:23:22.562Z | Checking hashbrown v0.16.1 |
| 1942 | 2026-04-07T02:23:22.594Z | Checking futures-task v0.3.32 |
| 1943 | 2026-04-07T02:23:22.646Z | Checking futures-io v0.3.32 |
| 1944 | 2026-04-07T02:23:22.680Z | Checking futures-channel v0.3.32 |
| 1945 | 2026-04-07T02:23:22.756Z | Checking slab v0.4.12 |
| 1946 | 2026-04-07T02:23:22.790Z | Checking rustix v1.1.3 |
| 1947 | 2026-04-07T02:23:22.894Z | Checking byteorder v1.5.0 |
| 1948 | 2026-04-07T02:23:22.929Z | Checking idna_adapter v1.2.1 |
| 1949 | 2026-04-07T02:23:22.964Z | Checking futures-util v0.3.32 |
| 1950 | 2026-04-07T02:23:23.000Z | Checking digest v0.10.7 |
| 1951 | 2026-04-07T02:23:23.078Z | Checking cpufeatures v0.2.17 |
| 1952 | 2026-04-07T02:23:23.113Z | Checking idna v1.1.0 |
| 1953 | 2026-04-07T02:23:23.145Z | Checking indexmap v2.13.0 |
| 1954 | 2026-04-07T02:23:23.179Z | Checking thiserror v1.0.69 |
| 1955 | 2026-04-07T02:23:23.234Z | Checking fnv v1.0.7 |
| 1956 | 2026-04-07T02:23:23.306Z | Checking regex-syntax v0.8.10 |
| 1957 | 2026-04-07T02:23:23.359Z | Checking http v1.4.0 |
| 1958 | 2026-04-07T02:23:23.391Z | Checking url v2.5.8 |
| 1959 | 2026-04-07T02:23:23.424Z | Checking ppv-lite86 v0.2.21 |
| 1960 | 2026-04-07T02:23:23.691Z | Checking tracing-core v0.1.36 |
| 1961 | 2026-04-07T02:23:23.748Z | Checking base64 v0.22.1 |
| 1962 | 2026-04-07T02:23:23.751Z | Checking ipnet v2.11.0 |
| 1963 | 2026-04-07T02:23:23.863Z | Checking schemars v0.8.22 |
| 1964 | 2026-04-07T02:23:23.939Z | Checking utf8parse v0.2.2 |
| 1965 | 2026-04-07T02:23:24.014Z | Checking anstyle v1.0.13 |
| 1966 | 2026-04-07T02:23:24.050Z | Checking tracing v0.1.44 |
| 1967 | 2026-04-07T02:23:24.082Z | Checking unicode-ident v1.0.24 |
| 1968 | 2026-04-07T02:23:24.085Z | Checking untrusted v0.9.0 |
| 1969 | 2026-04-07T02:23:24.217Z | Checking ring v0.17.14 |
| 1970 | 2026-04-07T02:23:24.220Z | Checking base64ct v1.8.3 |
| 1971 | 2026-04-07T02:23:24.282Z | Checking proc-macro2 v1.0.106 |
| 1972 | 2026-04-07T02:23:24.286Z | Checking anstyle-parse v0.2.7 |
| 1973 | 2026-04-07T02:23:24.489Z | Checking block-padding v0.3.3 |
| 1974 | 2026-04-07T02:23:24.523Z | Checking aho-corasick v1.1.4 |
| 1975 | 2026-04-07T02:23:24.558Z | Checking anstyle-query v1.1.5 |
| 1976 | 2026-04-07T02:23:24.616Z | Checking quote v1.0.44 |
| 1977 | 2026-04-07T02:23:24.649Z | Checking is_terminal_polyfill v1.70.2 |
| 1978 | 2026-04-07T02:23:24.653Z | Checking colorchoice v1.0.4 |
| 1979 | 2026-04-07T02:23:24.714Z | Checking inout v0.1.4 |
| 1980 | 2026-04-07T02:23:24.777Z | Checking rustls-pki-types v1.14.0 |
| 1981 | 2026-04-07T02:23:24.811Z | Checking syn v2.0.117 |
| 1982 | 2026-04-07T02:23:24.814Z | Checking anstream v0.6.21 |
| 1983 | 2026-04-07T02:23:24.876Z | Checking crossbeam-utils v0.8.21 |
| 1984 | 2026-04-07T02:23:24.911Z | Checking httparse v1.10.1 |
| 1985 | 2026-04-07T02:23:25.068Z | Checking cipher v0.4.4 |
| 1986 | 2026-04-07T02:23:25.103Z | Checking terminal_size v0.4.3 |
| 1987 | 2026-04-07T02:23:25.144Z | Checking clap_lex v1.0.0 |
| 1988 | 2026-04-07T02:23:25.196Z | Checking tokio-util v0.7.18 |
| 1989 | 2026-04-07T02:23:25.231Z | Checking strsim v0.11.1 |
| 1990 | 2026-04-07T02:23:25.235Z | Checking regex-automata v0.4.14 |
| 1991 | 2026-04-07T02:23:25.236Z | Checking pem-rfc7468 v0.7.0 |
| 1992 | 2026-04-07T02:23:25.324Z | Checking http-body v1.0.1 |
| 1993 | 2026-04-07T02:23:25.327Z | Checking sha2 v0.10.9 |
| 1994 | 2026-04-07T02:23:25.327Z | Checking atomic-waker v1.1.2 |
| 1995 | 2026-04-07T02:23:25.418Z | Checking clap_builder v4.5.60 |
| 1996 | 2026-04-07T02:23:25.450Z | Checking hmac v0.12.1 |
| 1997 | 2026-04-07T02:23:25.484Z | Checking rand_core v0.9.5 |
| 1998 | 2026-04-07T02:23:25.518Z | Checking try-lock v0.2.5 |
| 1999 | 2026-04-07T02:23:25.609Z | Checking httpdate v1.0.3 |
| 2000 | 2026-04-07T02:23:25.644Z | Checking want v0.3.1 |
| 2001 | 2026-04-07T02:23:25.677Z | Checking pin-utils v0.1.0 |
| 2002 | 2026-04-07T02:23:25.709Z | Checking flagset v0.4.7 |
| 2003 | 2026-04-07T02:23:25.772Z | Checking ryu v1.0.23 |
| 2004 | 2026-04-07T02:23:25.808Z | Checking tower-service v0.3.3 |
| 2005 | 2026-04-07T02:23:25.811Z | Checking tower-layer v0.3.3 |
| 2006 | 2026-04-07T02:23:25.869Z | Checking der v0.7.10 |
| 2007 | 2026-04-07T02:23:25.872Z | Checking h2 v0.4.13 |
| 2008 | 2026-04-07T02:23:25.933Z | Checking erased-serde v0.3.31 |
| 2009 | 2026-04-07T02:23:25.936Z | Checking powerfmt v0.2.0 |
| 2010 | 2026-04-07T02:23:26.007Z | Checking rand_chacha v0.9.0 |
| 2011 | 2026-04-07T02:23:26.138Z | Checking deranged v0.5.8 |
| 2012 | 2026-04-07T02:23:26.234Z | Checking spin v0.9.8 |
| 2013 | 2026-04-07T02:23:26.330Z | Checking slog v2.8.2 |
| 2014 | 2026-04-07T02:23:26.446Z | Checking socket2 v0.5.10 |
| 2015 | 2026-04-07T02:23:26.611Z | Checking num_threads v0.1.7 |
| 2016 | 2026-04-07T02:23:26.648Z | Checking num-conv v0.2.0 |
| 2017 | 2026-04-07T02:23:26.651Z | Checking clap v4.5.60 |
| 2018 | 2026-04-07T02:23:26.713Z | Checking time-core v0.1.8 |
| 2019 | 2026-04-07T02:23:26.754Z | Checking rand v0.9.2 |
| 2020 | 2026-04-07T02:23:26.788Z | Checking anyhow v1.0.102 |
| 2021 | 2026-04-07T02:23:26.791Z | Checking http-body-util v0.1.3 |
| 2022 | 2026-04-07T02:23:26.908Z | Checking aws-lc-sys v0.37.1 |
| 2023 | 2026-04-07T02:23:27.021Z | Checking untrusted v0.7.1 |
| 2024 | 2026-04-07T02:23:27.066Z | Checking fastrand v2.3.0 |
| 2025 | 2026-04-07T02:23:27.102Z | Checking time v0.3.47 |
| 2026 | 2026-04-07T02:23:27.105Z | Checking spki v0.7.3 |
| 2027 | 2026-04-07T02:23:27.105Z | Checking serde_urlencoded v0.7.1 |
| 2028 | 2026-04-07T02:23:27.196Z | Checking pbkdf2 v0.12.2 |
| 2029 | 2026-04-07T02:23:27.240Z | Checking aes v0.8.4 |
| 2030 | 2026-04-07T02:23:27.274Z | Checking openssl-probe v0.2.1 |
| 2031 | 2026-04-07T02:23:27.321Z | Checking regex v1.12.3 |
| 2032 | 2026-04-07T02:23:27.356Z | Checking cbc v0.1.2 |
| 2033 | 2026-04-07T02:23:27.389Z | Checking salsa20 v0.10.2 |
| 2034 | 2026-04-07T02:23:27.422Z | Checking rand_chacha v0.3.1 |
| 2035 | 2026-04-07T02:23:27.456Z | Checking aws-lc-rs v1.16.0 |
| 2036 | 2026-04-07T02:23:27.510Z | Checking hex v0.4.3 |
| 2037 | 2026-04-07T02:23:27.548Z | Checking pretty-hex v0.4.1 |
| 2038 | 2026-04-07T02:23:27.621Z | Checking scrypt v0.11.0 |
| 2039 | 2026-04-07T02:23:27.656Z | Checking tempfile v3.25.0 |
| 2040 | 2026-04-07T02:23:27.659Z | Checking rand v0.8.5 |
| 2041 | 2026-04-07T02:23:27.720Z | Checking ipnetwork v0.21.1 |
| 2042 | 2026-04-07T02:23:27.754Z | Checking plain v0.2.3 |
| 2043 | 2026-04-07T02:23:27.789Z | Checking pkcs5 v0.7.1 |
| 2044 | 2026-04-07T02:23:27.883Z | Checking camino v1.2.2 |
| 2045 | 2026-04-07T02:23:27.917Z | Checking ucd-trie v0.1.7 |
| 2046 | 2026-04-07T02:23:27.960Z | Checking rustls-native-certs v0.8.3 |
| 2047 | 2026-04-07T02:23:28.071Z | Checking pkcs8 v0.10.2 |
| 2048 | 2026-04-07T02:23:28.106Z | Checking pest v2.8.6 |
| 2049 | 2026-04-07T02:23:28.138Z | Checking sync_wrapper v1.0.2 |
| 2050 | 2026-04-07T02:23:28.172Z | Checking webpki-roots v1.0.6 |
| 2051 | 2026-04-07T02:23:28.206Z | Checking iri-string v0.7.10 |
| 2052 | 2026-04-07T02:23:28.249Z | Checking simd-adler32 v0.3.8 |
| 2053 | 2026-04-07T02:23:28.283Z | Checking tower v0.5.3 |
| 2054 | 2026-04-07T02:23:28.286Z | Checking openapiv3 v2.2.0 |
| 2055 | 2026-04-07T02:23:28.348Z | Checking either v1.15.0 |
| 2056 | 2026-04-07T02:23:28.351Z | Checking rustls-webpki v0.103.9 |
| 2057 | 2026-04-07T02:23:28.447Z | Checking mime v0.3.17 |
| 2058 | 2026-04-07T02:23:28.580Z | Checking hyper v1.8.1 |
| 2059 | 2026-04-07T02:23:28.615Z | Checking adler2 v2.0.1 |
| 2060 | 2026-04-07T02:23:28.650Z | Checking winnow v0.7.14 |
| 2061 | 2026-04-07T02:23:28.721Z | Checking static_assertions v1.1.0 |
| 2062 | 2026-04-07T02:23:28.754Z | Checking miniz_oxide v0.8.9 |
| 2063 | 2026-04-07T02:23:28.794Z | Checking rustls v0.23.37 |
| 2064 | 2026-04-07T02:23:28.828Z | Checking oxnet v0.1.4 |
| 2065 | 2026-04-07T02:23:29.090Z | Checking lazy_static v1.5.0 |
| 2066 | 2026-04-07T02:23:29.131Z | Checking signature v2.2.0 |
| 2067 | 2026-04-07T02:23:29.179Z | Checking hubpack v0.1.2 |
| 2068 | 2026-04-07T02:23:29.212Z | Checking encoding_rs v0.8.35 |
| 2069 | 2026-04-07T02:23:29.247Z | Checking tower-http v0.6.8 |
| 2070 | 2026-04-07T02:23:29.290Z | Checking strum v0.26.3 |
| 2071 | 2026-04-07T02:23:29.370Z | Checking crc32fast v1.5.0 |
| 2072 | 2026-04-07T02:23:29.425Z | Checking foreign-types-shared v0.1.1 |
| 2073 | 2026-04-07T02:23:29.496Z | Checking hyper-util v0.1.20 |
| 2074 | 2026-04-07T02:23:29.534Z | Checking foreign-types v0.3.2 |
| 2075 | 2026-04-07T02:23:29.537Z | Checking sha1 v0.10.6 |
| 2076 | 2026-04-07T02:23:29.600Z | Checking openssl-sys v0.9.111 |
| 2077 | 2026-04-07T02:23:29.603Z | Checking tinyvec_macros v0.1.1 |
| 2078 | 2026-04-07T02:23:29.663Z | Checking serde_spanned v0.6.9 |
| 2079 | 2026-04-07T02:23:29.725Z | Checking toml_datetime v0.6.11 |
| 2080 | 2026-04-07T02:23:29.728Z | Checking tinyvec v1.10.0 |
| 2081 | 2026-04-07T02:23:29.814Z | Checking num-integer v0.1.46 |
| 2082 | 2026-04-07T02:23:29.855Z | Checking data-encoding v2.10.0 |
| 2083 | 2026-04-07T02:23:29.935Z | Checking scroll v0.13.0 |
| 2084 | 2026-04-07T02:23:30.068Z | Checking bit-vec v0.8.0 |
| 2085 | 2026-04-07T02:23:30.101Z | Checking zlib-rs v0.6.2 |
| 2086 | 2026-04-07T02:23:30.134Z | Checking openssl v0.10.75 |
| 2087 | 2026-04-07T02:23:30.168Z | Checking base16ct v0.2.0 |
| 2088 | 2026-04-07T02:23:30.172Z | Checking ff v0.13.1 |
| 2089 | 2026-04-07T02:23:30.232Z | Checking goblin v0.10.5 |
| 2090 | 2026-04-07T02:23:30.286Z | Checking bit-set v0.8.0 |
| 2091 | 2026-04-07T02:23:30.321Z | Checking sec1 v0.7.3 |
| 2092 | 2026-04-07T02:23:30.356Z | Checking memmap2 v0.9.10 |
| 2093 | 2026-04-07T02:23:30.457Z | Checking wait-timeout v0.2.1 |
| 2094 | 2026-04-07T02:23:30.540Z | Checking group v0.13.0 |
| 2095 | 2026-04-07T02:23:30.576Z | Checking num-iter v0.1.45 |
| 2096 | 2026-04-07T02:23:30.608Z | Checking dtrace-parser v0.3.0 |
| 2097 | 2026-04-07T02:23:30.711Z | Checking bstr v1.12.1 |
| 2098 | 2026-04-07T02:23:30.714Z | Checking hkdf v0.12.4 |
| 2099 | 2026-04-07T02:23:30.782Z | Checking crossbeam-epoch v0.9.18 |
| 2100 | 2026-04-07T02:23:30.868Z | Checking ahash v0.8.12 |
| 2101 | 2026-04-07T02:23:30.901Z | Checking crypto-bigint v0.5.5 |
| 2102 | 2026-04-07T02:23:30.989Z | Checking flate2 v1.1.9 |
| 2103 | 2026-04-07T02:23:31.027Z | Checking thread-id v5.1.0 |
| 2104 | 2026-04-07T02:23:31.087Z | Checking psl-types v2.0.11 |
| 2105 | 2026-04-07T02:23:31.132Z | Checking quick-error v1.2.3 |
| 2106 | 2026-04-07T02:23:31.135Z | Checking cookie v0.18.1 |
| 2107 | 2026-04-07T02:23:31.199Z | Checking tokio-rustls v0.26.4 |
| 2108 | 2026-04-07T02:23:31.232Z | Checking publicsuffix v2.3.0 |
| 2109 | 2026-04-07T02:23:31.265Z | Checking rusty-fork v0.3.1 |
| 2110 | 2026-04-07T02:23:31.302Z | Checking rand_xorshift v0.4.0 |
| 2111 | 2026-04-07T02:23:31.416Z | Checking scroll v0.12.0 |
| 2112 | 2026-04-07T02:23:31.419Z | Checking unarray v0.1.4 |
| 2113 | 2026-04-07T02:23:31.483Z | Checking cookie_store v0.22.1 |
| 2114 | 2026-04-07T02:23:31.486Z | Checking hyper-rustls v0.27.7 |
| 2115 | 2026-04-07T02:23:31.486Z | Checking rustls-platform-verifier v0.6.2 |
| 2116 | 2026-04-07T02:23:31.579Z | Checking proptest v1.10.0 |
| 2117 | 2026-04-07T02:23:31.668Z | Checking goblin v0.8.2 |
| 2118 | 2026-04-07T02:23:31.704Z | Checking num-bigint-dig v0.8.6 |
| 2119 | 2026-04-07T02:23:31.775Z | Checking pkcs1 v0.7.5 |
| 2120 | 2026-04-07T02:23:31.809Z | Checking elliptic-curve v0.13.8 |
| 2121 | 2026-04-07T02:23:31.841Z | Checking x509-cert v0.2.5 |
| 2122 | 2026-04-07T02:23:32.011Z | Checking zerocopy v0.7.35 |
| 2123 | 2026-04-07T02:23:32.089Z | Checking native-tls v0.2.18 |
| 2124 | 2026-04-07T02:23:32.141Z | Checking unicode-segmentation v1.12.0 |
| 2125 | 2026-04-07T02:23:32.295Z | Checking tokio-native-tls v0.3.1 |
| 2126 | 2026-04-07T02:23:32.480Z | Checking reqwest v0.13.2 |
| 2127 | 2026-04-07T02:23:32.515Z | Checking hyper-tls v0.6.0 |
| 2128 | 2026-04-07T02:23:32.518Z | Checking rsa v0.9.10 |
| 2129 | 2026-04-07T02:23:32.518Z | Checking dtrace-parser v0.2.0 |
| 2130 | 2026-04-07T02:23:32.518Z | Checking rfc6979 v0.4.0 |
| 2131 | 2026-04-07T02:23:32.640Z | Checking dof v0.4.0 |
| 2132 | 2026-04-07T02:23:32.709Z | Checking reqwest v0.12.28 |
| 2133 | 2026-04-07T02:23:32.749Z | Checking thread-id v4.2.2 |
| 2134 | 2026-04-07T02:23:32.839Z | Checking toml_write v0.1.2 |
| 2135 | 2026-04-07T02:23:32.874Z | Checking ecdsa v0.16.9 |
| 2136 | 2026-04-07T02:23:33.033Z | Checking toml_edit v0.22.27 |
| 2137 | 2026-04-07T02:23:33.036Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2138 | 2026-04-07T02:23:33.248Z | Checking curve25519-dalek v4.1.3 |
| 2139 | 2026-04-07T02:23:33.308Z | Checking usdt-impl v0.6.0 |
| 2140 | 2026-04-07T02:23:33.351Z | Checking rustix v0.38.44 |
| 2141 | 2026-04-07T02:23:33.384Z | Checking newtype-uuid v1.3.2 |
| 2142 | 2026-04-07T02:23:33.418Z | Checking memoffset v0.9.1 |
| 2143 | 2026-04-07T02:23:33.526Z | Checking env_filter v1.0.0 |
| 2144 | 2026-04-07T02:23:33.582Z | Checking dof v0.3.0 |
| 2145 | 2026-04-07T02:23:33.616Z | Checking keccak v0.1.6 |
| 2146 | 2026-04-07T02:23:33.619Z | Checking daft v0.1.5 |
| 2147 | 2026-04-07T02:23:33.681Z | Checking usdt v0.6.0 |
| 2148 | 2026-04-07T02:23:33.714Z | Checking env_logger v0.11.9 |
| 2149 | 2026-04-07T02:23:33.807Z | Checking sha3 v0.10.8 |
| 2150 | 2026-04-07T02:23:33.870Z | Checking ed25519 v2.2.3 |
| 2151 | 2026-04-07T02:23:33.902Z | Checking usdt-impl v0.5.0 |
| 2152 | 2026-04-07T02:23:33.937Z | Checking itertools v0.13.0 |
| 2153 | 2026-04-07T02:23:33.940Z | Checking serde_with v3.17.0 |
| 2154 | 2026-04-07T02:23:34.036Z | Checking bitflags v1.3.2 |
| 2155 | 2026-04-07T02:23:34.040Z | Checking siphasher v1.0.2 |
| 2156 | 2026-04-07T02:23:34.099Z | Checking ed25519-dalek v2.2.0 |
| 2157 | 2026-04-07T02:23:34.138Z | Checking unicode-normalization v0.1.25 |
| 2158 | 2026-04-07T02:23:34.172Z | Checking signal-hook v0.3.18 |
| 2159 | 2026-04-07T02:23:34.206Z | Checking managed v0.8.0 |
| 2160 | 2026-04-07T02:23:34.209Z | Checking winnow v0.5.40 |
| 2161 | 2026-04-07T02:23:34.270Z | Checking nix v0.31.1 |
| 2162 | 2026-04-07T02:23:34.349Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2163 | 2026-04-07T02:23:34.388Z | Checking object v0.37.3 |
| 2164 | 2026-04-07T02:23:34.422Z | Checking foldhash v0.1.5 |
| 2165 | 2026-04-07T02:23:34.463Z | Checking bzip2 v0.4.4 |
| 2166 | 2026-04-07T02:23:34.553Z | Checking signal-hook-mio v0.2.5 |
| 2167 | 2026-04-07T02:23:34.587Z | Checking hashbrown v0.15.5 |
| 2168 | 2026-04-07T02:23:34.651Z | Checking ref-cast v1.0.25 |
| 2169 | 2026-04-07T02:23:34.685Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2170 | 2026-04-07T02:23:34.776Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2171 | 2026-04-07T02:23:34.825Z | Checking zstd-safe v7.2.4 |
| 2172 | 2026-04-07T02:23:34.994Z | Checking zip v0.6.6 |
| 2173 | 2026-04-07T02:23:35.029Z | Checking bumpalo v3.20.2 |
| 2174 | 2026-04-07T02:23:35.032Z | Checking libbz2-rs-sys v0.2.2 |
| 2175 | 2026-04-07T02:23:35.092Z | Checking zstd v0.13.3 |
| 2176 | 2026-04-07T02:23:35.251Z | Checking zopfli v0.8.3 |
| 2177 | 2026-04-07T02:23:35.288Z | Checking crossterm v0.28.1 |
| 2178 | 2026-04-07T02:23:35.322Z | Checking similar v2.7.0 |
| 2179 | 2026-04-07T02:23:35.354Z | Checking tokio-stream v0.1.18 |
| 2180 | 2026-04-07T02:23:35.387Z | Checking toml_edit v0.19.15 |
| 2181 | 2026-04-07T02:23:35.390Z | Checking fs-err v3.3.0 |
| 2182 | 2026-04-07T02:23:35.476Z | Checking bzip2 v0.6.1 |
| 2183 | 2026-04-07T02:23:35.596Z | Checking hash32 v0.2.1 |
| 2184 | 2026-04-07T02:23:35.664Z | Checking serde-big-array v0.5.1 |
| 2185 | 2026-04-07T02:23:35.725Z | Checking predicates-core v1.0.10 |
| 2186 | 2026-04-07T02:23:35.759Z | Checking jiff v0.2.21 |
| 2187 | 2026-04-07T02:23:35.761Z | Checking unicode-properties v0.1.4 |
| 2188 | 2026-04-07T02:23:35.822Z | Checking unicode-bidi v0.3.18 |
| 2189 | 2026-04-07T02:23:35.827Z | Checking heapless v0.7.17 |
| 2190 | 2026-04-07T02:23:35.884Z | Checking hickory-proto v0.25.2 |
| 2191 | 2026-04-07T02:23:36.003Z | Checking md-5 v0.10.6 |
| 2192 | 2026-04-07T02:23:36.006Z | Checking float-cmp v0.10.0 |
| 2193 | 2026-04-07T02:23:36.142Z | Checking stringprep v0.1.5 |
| 2194 | 2026-04-07T02:23:36.176Z | Checking rustc-hash v2.1.1 |
| 2195 | 2026-04-07T02:23:36.208Z | Checking difflib v0.4.0 |
| 2196 | 2026-04-07T02:23:36.278Z | Checking fallible-iterator v0.2.0 |
| 2197 | 2026-04-07T02:23:36.316Z | Checking normalize-line-endings v0.3.0 |
| 2198 | 2026-04-07T02:23:36.350Z | Checking iddqd v0.3.17 |
| 2199 | 2026-04-07T02:23:36.411Z | Checking smoltcp v0.9.1 |
| 2200 | 2026-04-07T02:23:36.414Z | Checking toml v0.7.8 |
| 2201 | 2026-04-07T02:23:36.476Z | Checking predicates v3.1.4 |
| 2202 | 2026-04-07T02:23:36.576Z | Checking postgres-protocol v0.6.10 |
| 2203 | 2026-04-07T02:23:36.681Z | Checking phf_shared v0.13.1 |
| 2204 | 2026-04-07T02:23:36.776Z | Checking phf_shared v0.11.3 |
| 2205 | 2026-04-07T02:23:36.811Z | Checking buf-list v1.1.2 |
| 2206 | 2026-04-07T02:23:36.909Z | Checking strum v0.27.2 |
| 2207 | 2026-04-07T02:23:36.913Z | Checking lalrpop-util v0.19.12 |
| 2208 | 2026-04-07T02:23:36.981Z | Checking fixedbitset v0.5.7 |
| 2209 | 2026-04-07T02:23:37.015Z | Checking fixedbitset v0.4.2 |
| 2210 | 2026-04-07T02:23:37.048Z | Checking new_debug_unreachable v1.0.6 |
| 2211 | 2026-04-07T02:23:37.082Z | Checking precomputed-hash v0.1.1 |
| 2212 | 2026-04-07T02:23:37.133Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2213 | 2026-04-07T02:23:37.167Z | Checking postgres-types v0.2.12 |
| 2214 | 2026-04-07T02:23:37.197Z | Checking string_cache v0.8.9 |
| 2215 | 2026-04-07T02:23:37.200Z | Checking petgraph v0.6.5 |
| 2216 | 2026-04-07T02:23:37.228Z | Checking petgraph v0.8.3 |
| 2217 | 2026-04-07T02:23:37.231Z | Checking phf v0.13.1 |
| 2218 | 2026-04-07T02:23:37.391Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2219 | 2026-04-07T02:23:37.436Z | Checking peg-runtime v0.8.5 |
| 2220 | 2026-04-07T02:23:37.496Z | Checking whoami v2.1.0 |
| 2221 | 2026-04-07T02:23:37.680Z | Checking futures-executor v0.3.32 |
| 2222 | 2026-04-07T02:23:37.719Z | Checking tokio-postgres v0.7.16 |
| 2223 | 2026-04-07T02:23:37.752Z | Checking is-terminal v0.4.17 |
| 2224 | 2026-04-07T02:23:37.856Z | Checking futures v0.3.32 |
| 2225 | 2026-04-07T02:23:37.890Z | Checking crossbeam-channel v0.5.15 |
| 2226 | 2026-04-07T02:23:37.963Z | Compiling structmeta-derive v0.3.0 |
| 2227 | 2026-04-07T02:23:38.003Z | Checking zip v4.6.1 |
| 2228 | 2026-04-07T02:23:38.257Z | Checking thread_local v1.1.9 |
| 2229 | 2026-04-07T02:23:38.458Z | Checking take_mut v0.2.2 |
| 2230 | 2026-04-07T02:23:38.570Z | Checking term v1.2.1 |
| 2231 | 2026-04-07T02:23:38.603Z | Checking slog-async v2.8.0 |
| 2232 | 2026-04-07T02:23:38.634Z | Compiling newtype-uuid-macros v0.1.0 |
| 2233 | 2026-04-07T02:23:38.682Z | Compiling rustls v0.22.4 |
| 2234 | 2026-04-07T02:23:38.801Z | Compiling multer v3.1.0 |
| 2235 | 2026-04-07T02:23:38.836Z | Checking slog-term v2.9.2 |
| 2236 | 2026-04-07T02:23:38.839Z | Checking regress v0.10.5 |
| 2237 | 2026-04-07T02:23:38.943Z | Compiling async-stream-impl v0.3.6 |
| 2238 | 2026-04-07T02:23:39.014Z | Compiling dropshot v0.16.7 |
| 2239 | 2026-04-07T02:23:39.078Z | Compiling structmeta v0.3.0 |
| 2240 | 2026-04-07T02:23:39.119Z | Compiling dropshot_endpoint v0.16.7 |
| 2241 | 2026-04-07T02:23:39.152Z | Checking match_cfg v0.1.0 |
| 2242 | 2026-04-07T02:23:39.264Z | Checking hostname v0.3.1 |
| 2243 | 2026-04-07T02:23:39.306Z | Checking slog-json v2.6.1 |
| 2244 | 2026-04-07T02:23:39.340Z | Compiling derive-ex v0.1.8 |
| 2245 | 2026-04-07T02:23:39.387Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2246 | 2026-04-07T02:23:39.421Z | Checking debug-ignore v1.0.5 |
| 2247 | 2026-04-07T02:23:39.486Z | Checking slog-bunyan v2.5.0 |
| 2248 | 2026-04-07T02:23:39.546Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2249 | 2026-04-07T02:23:39.549Z | Checking serde_spanned v1.0.4 |
| 2250 | 2026-04-07T02:23:39.617Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2251 | 2026-04-07T02:23:39.653Z | Checking progenitor-client v0.13.0 |
| 2252 | 2026-04-07T02:23:39.736Z | Checking rustls-webpki v0.102.8 |
| 2253 | 2026-04-07T02:23:39.801Z | Checking serde_path_to_error v0.1.20 |
| 2254 | 2026-04-07T02:23:39.833Z | Checking async-stream v0.3.6 |
| 2255 | 2026-04-07T02:23:39.968Z | Checking waitgroup v0.1.2 |
| 2256 | 2026-04-07T02:23:40.003Z | Checking rustls-pemfile v2.2.0 |
| 2257 | 2026-04-07T02:23:40.093Z | Checking hostname v0.4.2 |
| 2258 | 2026-04-07T02:23:40.128Z | Checking toml v0.9.12+spec-1.1.0 |
| 2259 | 2026-04-07T02:23:40.191Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2260 | 2026-04-07T02:23:40.194Z | Compiling parse-display-derive v0.10.0 |
| 2261 | 2026-04-07T02:23:40.253Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2262 | 2026-04-07T02:23:40.293Z | Checking itertools v0.14.0 |
| 2263 | 2026-04-07T02:23:40.327Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2264 | 2026-04-07T02:23:40.420Z | Checking macaddr v1.0.1 |
| 2265 | 2026-04-07T02:23:40.625Z | Checking instant v0.1.13 |
| 2266 | 2026-04-07T02:23:40.729Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2267 | 2026-04-07T02:23:40.764Z | Checking progenitor-client v0.10.0 |
| 2268 | 2026-04-07T02:23:40.767Z | Checking backoff v0.4.0 |
| 2269 | 2026-04-07T02:23:40.873Z | Checking backon v1.6.0 |
| 2270 | 2026-04-07T02:23:40.987Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2271 | 2026-04-07T02:23:41.023Z | Compiling test-strategy v0.4.5 |
| 2272 | 2026-04-07T02:23:41.026Z | Checking unicode-width v0.2.0 |
| 2273 | 2026-04-07T02:23:41.118Z | Checking progenitor-extras v0.1.1 |
| 2274 | 2026-04-07T02:23:41.350Z | Checking heck v0.5.0 |
| 2275 | 2026-04-07T02:23:41.384Z | Checking toml v0.8.23 |
| 2276 | 2026-04-07T02:23:41.387Z | Compiling convert_case v0.4.0 |
| 2277 | 2026-04-07T02:23:41.474Z | Checking half v2.7.1 |
| 2278 | 2026-04-07T02:23:41.506Z | Checking ciborium-io v0.2.2 |
| 2279 | 2026-04-07T02:23:41.607Z | Checking tokio-rustls v0.25.0 |
| 2280 | 2026-04-07T02:23:41.641Z | Checking secrecy v0.10.3 |
| 2281 | 2026-04-07T02:23:41.726Z | Compiling unsafe-libyaml v0.2.11 |
| 2282 | 2026-04-07T02:23:41.763Z | Checking ciborium-ll v0.2.2 |
| 2283 | 2026-04-07T02:23:41.795Z | Checking indent_write v2.2.0 |
| 2284 | 2026-04-07T02:23:41.826Z | Compiling derive_more v0.99.20 |
| 2285 | 2026-04-07T02:23:41.923Z | Checking parse-display v0.10.0 |
| 2286 | 2026-04-07T02:23:41.955Z | Checking camino-tempfile v1.4.1 |
| 2287 | 2026-04-07T02:23:41.985Z | Checking ciborium v0.2.2 |
| 2288 | 2026-04-07T02:23:42.096Z | Checking universal-hash v0.5.1 |
| 2289 | 2026-04-07T02:23:42.137Z | Checking opaque-debug v0.3.1 |
| 2290 | 2026-04-07T02:23:42.234Z | Compiling crucible-workspace-hack v0.1.0 |
| 2291 | 2026-04-07T02:23:42.267Z | Compiling serde_yaml v0.9.34+deprecated |
| 2292 | 2026-04-07T02:23:42.426Z | Checking aead v0.5.2 |
| 2293 | 2026-04-07T02:23:42.490Z | Checking poly1305 v0.8.0 |
| 2294 | 2026-04-07T02:23:42.532Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2295 | 2026-04-07T02:23:42.535Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2296 | 2026-04-07T02:23:42.597Z | Compiling typify-impl v0.6.1 |
| 2297 | 2026-04-07T02:23:42.905Z | Checking chacha20 v0.9.1 |
| 2298 | 2026-04-07T02:23:42.939Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2299 | 2026-04-07T02:23:43.187Z | Checking swrite v0.1.0 |
| 2300 | 2026-04-07T02:23:43.310Z | Checking password-hash v0.5.0 |
| 2301 | 2026-04-07T02:23:43.576Z | Checking blake2 v0.10.6 |
| 2302 | 2026-04-07T02:23:43.785Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2303 | 2026-04-07T02:23:43.822Z | Checking chacha20poly1305 v0.10.1 |
| 2304 | 2026-04-07T02:23:43.854Z | Checking argon2 v0.5.3 |
| 2305 | 2026-04-07T02:23:43.976Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2306 | 2026-04-07T02:23:44.069Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2307 | 2026-04-07T02:23:44.225Z | Checking byte-wrapper v0.1.0 |
| 2308 | 2026-04-07T02:23:44.260Z | Checking thiserror-no-std v2.0.2 |
| 2309 | 2026-04-07T02:23:44.263Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2310 | 2026-04-07T02:23:44.374Z | Checking vsss-rs v3.3.4 |
| 2311 | 2026-04-07T02:23:44.406Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2312 | 2026-04-07T02:23:44.438Z | Checking crossbeam-deque v0.8.6 |
| 2313 | 2026-04-07T02:23:44.471Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2314 | 2026-04-07T02:23:44.548Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2315 | 2026-04-07T02:23:44.643Z | Compiling rayon-core v1.13.0 |
| 2316 | 2026-04-07T02:23:44.679Z | Compiling proc-macro-error v1.0.4 |
| 2317 | 2026-04-07T02:23:45.016Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2318 | 2026-04-07T02:23:45.210Z | Checking unicode-width v0.1.14 |
| 2319 | 2026-04-07T02:23:45.248Z | Checking rayon v1.11.0 |
| 2320 | 2026-04-07T02:23:45.488Z | Checking glob v0.3.3 |
| 2321 | 2026-04-07T02:23:45.492Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2322 | 2026-04-07T02:23:45.574Z | Compiling proc-macro-crate v3.4.0 |
| 2323 | 2026-04-07T02:23:45.699Z | Checking tabwriter v1.4.1 |
| 2324 | 2026-04-07T02:23:45.876Z | Compiling heapless v0.8.0 |
| 2325 | 2026-04-07T02:23:46.006Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2326 | 2026-04-07T02:23:46.088Z | Compiling ingot-macros v0.1.1 |
| 2327 | 2026-04-07T02:23:46.131Z | Checking hash32 v0.3.1 |
| 2328 | 2026-04-07T02:23:46.165Z | Compiling smoltcp v0.11.0 |
| 2329 | 2026-04-07T02:23:46.284Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2330 | 2026-04-07T02:23:46.599Z | Checking cobs v0.3.0 |
| 2331 | 2026-04-07T02:23:46.632Z | Compiling usdt-macro v0.5.0 |
| 2332 | 2026-04-07T02:23:46.696Z | Compiling usdt-attr-macro v0.5.0 |
| 2333 | 2026-04-07T02:23:46.731Z | Checking memmap v0.7.0 |
| 2334 | 2026-04-07T02:23:46.773Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2335 | 2026-04-07T02:23:46.808Z | Checking colored v3.1.1 |
| 2336 | 2026-04-07T02:23:47.037Z | Checking postcard v1.1.3 |
| 2337 | 2026-04-07T02:23:47.040Z | Compiling num_enum_derive v0.7.5 |
| 2338 | 2026-04-07T02:23:47.116Z | Compiling typify-macro v0.6.1 |
| 2339 | 2026-04-07T02:23:47.362Z | Compiling proc-macro-crate v1.3.1 |
| 2340 | 2026-04-07T02:23:47.395Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2341 | 2026-04-07T02:23:47.499Z | Checking usdt v0.5.0 |
| 2342 | 2026-04-07T02:23:47.628Z | Checking sigpipe v0.1.3 |
| 2343 | 2026-04-07T02:23:47.697Z | Compiling foreign-types-macros v0.2.3 |
| 2344 | 2026-04-07T02:23:47.738Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2345 | 2026-04-07T02:23:47.800Z | Checking foreign-types-shared v0.3.1 |
| 2346 | 2026-04-07T02:23:47.920Z | Checking cpufeatures v0.3.0 |
| 2347 | 2026-04-07T02:23:48.023Z | Checking chacha20 v0.10.0 |
| 2348 | 2026-04-07T02:23:48.057Z | Compiling num_enum_derive v0.5.11 |
| 2349 | 2026-04-07T02:23:48.172Z | Checking num_enum v0.7.5 |
| 2350 | 2026-04-07T02:23:48.286Z | Checking cstr-argument v0.1.2 |
| 2351 | 2026-04-07T02:23:48.315Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2352 | 2026-04-07T02:23:48.346Z | Checking foreign-types v0.5.0 |
| 2353 | 2026-04-07T02:23:48.389Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2354 | 2026-04-07T02:23:48.433Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2355 | 2026-04-07T02:23:48.465Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2356 | 2026-04-07T02:23:48.679Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2357 | 2026-04-07T02:23:48.720Z | Checking rand v0.10.0 |
| 2358 | 2026-04-07T02:23:48.761Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2359 | 2026-04-07T02:23:48.831Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2360 | 2026-04-07T02:23:48.865Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2361 | 2026-04-07T02:23:48.896Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2362 | 2026-04-07T02:23:48.899Z | Compiling typify v0.6.1 |
| 2363 | 2026-04-07T02:23:48.957Z | Checking ingot-types v0.1.2 |
| 2364 | 2026-04-07T02:23:49.039Z | Compiling progenitor-impl v0.13.0 |
| 2365 | 2026-04-07T02:23:49.074Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2366 | 2026-04-07T02:23:49.104Z | Compiling zone_cfg_derive v0.3.1 |
| 2367 | 2026-04-07T02:23:49.165Z | Checking num_enum v0.5.11 |
| 2368 | 2026-04-07T02:23:49.299Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2369 | 2026-04-07T02:23:49.374Z | Checking ingot v0.1.1 |
| 2370 | 2026-04-07T02:23:49.431Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2371 | 2026-04-07T02:23:49.497Z | Checking itertools v0.12.1 |
| 2372 | 2026-04-07T02:23:49.627Z | Compiling num-derive v0.4.2 |
| 2373 | 2026-04-07T02:23:49.759Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2374 | 2026-04-07T02:23:50.022Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2375 | 2026-04-07T02:23:50.087Z | Checking smf v0.2.3 |
| 2376 | 2026-04-07T02:23:50.200Z | Checking whoami v1.6.1 |
| 2377 | 2026-04-07T02:23:50.234Z | Checking tokio-dtrace v0.1.1 |
| 2378 | 2026-04-07T02:23:50.344Z | Compiling derive-where v1.6.0 |
| 2379 | 2026-04-07T02:23:50.397Z | Checking console v0.15.11 |
| 2380 | 2026-04-07T02:23:50.444Z | Checking oxide-tokio-rt v0.1.3 |
| 2381 | 2026-04-07T02:23:50.527Z | Checking zone v0.3.1 |
| 2382 | 2026-04-07T02:23:50.568Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2383 | 2026-04-07T02:23:50.638Z | Checking atomicwrites v0.4.4 |
| 2384 | 2026-04-07T02:23:50.694Z | Checking newline-converter v0.3.0 |
| 2385 | 2026-04-07T02:23:50.795Z | Checking bytecount v0.6.9 |
| 2386 | 2026-04-07T02:23:50.827Z | Compiling owo-colors v4.3.0 |
| 2387 | 2026-04-07T02:23:50.858Z | Checking expectorate v1.2.0 |
| 2388 | 2026-04-07T02:23:50.901Z | Compiling cancel-safe-futures v0.1.5 |
| 2389 | 2026-04-07T02:23:50.934Z | Checking libsw-core v0.3.2 |
| 2390 | 2026-04-07T02:23:51.006Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2391 | 2026-04-07T02:23:51.040Z | Compiling prettyplease v0.2.37 |
| 2392 | 2026-04-07T02:23:51.102Z | Checking libsw v3.5.0 |
| 2393 | 2026-04-07T02:23:51.304Z | Checking same-file v1.0.6 |
| 2394 | 2026-04-07T02:23:51.344Z | Checking linear-map v1.2.0 |
| 2395 | 2026-04-07T02:23:51.448Z | Checking walkdir v2.5.0 |
| 2396 | 2026-04-07T02:23:51.481Z | Checking num-rational v0.4.2 |
| 2397 | 2026-04-07T02:23:51.539Z | Checking num-complex v0.4.6 |
| 2398 | 2026-04-07T02:23:51.640Z | Checking float-ord v0.3.2 |
| 2399 | 2026-04-07T02:23:51.673Z | Compiling progenitor-macro v0.13.0 |
| 2400 | 2026-04-07T02:23:51.705Z | Checking gethostname v0.5.0 |
| 2401 | 2026-04-07T02:23:51.769Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2402 | 2026-04-07T02:23:51.803Z | Compiling async-recursion v1.1.1 |
| 2403 | 2026-04-07T02:23:51.867Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2404 | 2026-04-07T02:23:51.870Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2405 | 2026-04-07T02:23:51.925Z | Checking num v0.4.3 |
| 2406 | 2026-04-07T02:23:52.172Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2407 | 2026-04-07T02:23:52.569Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2408 | 2026-04-07T02:23:53.199Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2409 | 2026-04-07T02:23:53.603Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2410 | 2026-04-07T02:23:55.303Z | Checking resolv-conf v0.7.6 |
| 2411 | 2026-04-07T02:23:55.353Z | Checking unicode-linebreak v0.1.5 |
| 2412 | 2026-04-07T02:23:55.514Z | Checking smawk v0.3.2 |
| 2413 | 2026-04-07T02:23:55.594Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2414 | 2026-04-07T02:23:55.672Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2415 | 2026-04-07T02:23:55.850Z | Checking globset v0.4.18 |
| 2416 | 2026-04-07T02:23:56.143Z | Compiling convert_case v0.10.0 |
| 2417 | 2026-04-07T02:23:56.294Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2418 | 2026-04-07T02:23:56.484Z | Compiling slog-dtrace v0.3.0 |
| 2419 | 2026-04-07T02:23:56.516Z | Compiling derive_more-impl v2.1.1 |
| 2420 | 2026-04-07T02:23:56.659Z | Checking progenitor v0.13.0 |
| 2421 | 2026-04-07T02:23:56.823Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2422 | 2026-04-07T02:23:56.962Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2423 | 2026-04-07T02:23:57.177Z | Compiling pin-project-internal v1.1.11 |
| 2424 | 2026-04-07T02:23:57.257Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2425 | 2026-04-07T02:23:57.487Z | Checking derive_more v2.1.1 |
| 2426 | 2026-04-07T02:23:57.593Z | Checking crossterm v0.29.0 |
| 2427 | 2026-04-07T02:23:57.626Z | Checking pem v3.0.6 |
| 2428 | 2026-04-07T02:23:57.657Z | Checking fd-lock v4.0.4 |
| 2429 | 2026-04-07T02:23:57.808Z | Checking vte v0.14.1 |
| 2430 | 2026-04-07T02:23:57.842Z | Checking display-error-chain v0.2.2 |
| 2431 | 2026-04-07T02:23:57.991Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2432 | 2026-04-07T02:23:57.994Z | Checking strip-ansi-escapes v0.2.1 |
| 2433 | 2026-04-07T02:23:58.170Z | Compiling snafu-derive v0.8.9 |
| 2434 | 2026-04-07T02:23:58.206Z | Checking linked-hash-map v0.5.6 |
| 2435 | 2026-04-07T02:23:58.239Z | Checking nu-ansi-term v0.50.3 |
| 2436 | 2026-04-07T02:23:58.343Z | Checking pin-project v1.1.11 |
| 2437 | 2026-04-07T02:23:58.412Z | Checking termtree v0.5.1 |
| 2438 | 2026-04-07T02:23:58.472Z | Checking lru-cache v0.1.2 |
| 2439 | 2026-04-07T02:23:58.506Z | Checking reedline v0.40.0 |
| 2440 | 2026-04-07T02:23:58.580Z | Checking textwrap v0.16.2 |
| 2441 | 2026-04-07T02:23:58.624Z | Checking olpc-cjson v0.1.4 |
| 2442 | 2026-04-07T02:23:58.794Z | Checking hickory-proto v0.24.4 |
| 2443 | 2026-04-07T02:23:58.830Z | Checking serde_plain v1.0.2 |
| 2444 | 2026-04-07T02:23:59.013Z | Compiling minimal-lexical v0.2.1 |
| 2445 | 2026-04-07T02:23:59.307Z | Checking typed-path v0.9.3 |
| 2446 | 2026-04-07T02:23:59.413Z | Compiling nom v7.1.3 |
| 2447 | 2026-04-07T02:23:59.501Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2448 | 2026-04-07T02:23:59.696Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2449 | 2026-04-07T02:23:59.875Z | Compiling ar_archive_writer v0.5.1 |
| 2450 | 2026-04-07T02:24:00.072Z | Checking humantime v2.3.0 |
| 2451 | 2026-04-07T02:24:00.105Z | Checking snafu v0.8.9 |
| 2452 | 2026-04-07T02:24:00.108Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2453 | 2026-04-07T02:24:00.284Z | Checking csv-core v0.1.13 |
| 2454 | 2026-04-07T02:24:00.318Z | Compiling stacker v0.1.23 |
| 2455 | 2026-04-07T02:24:00.400Z | Checking tough v0.20.0 |
| 2456 | 2026-04-07T02:24:00.489Z | Checking csv v1.4.0 |
| 2457 | 2026-04-07T02:24:00.581Z | Compiling cfg_aliases v0.1.1 |
| 2458 | 2026-04-07T02:24:00.615Z | Checking highway v1.3.0 |
| 2459 | 2026-04-07T02:24:00.618Z | Checking hickory-resolver v0.24.4 |
| 2460 | 2026-04-07T02:24:00.687Z | Compiling nix v0.28.0 |
| 2461 | 2026-04-07T02:24:00.744Z | Compiling psm v0.1.30 |
| 2462 | 2026-04-07T02:24:00.819Z | Checking papergrid v0.11.0 |
| 2463 | 2026-04-07T02:24:00.868Z | Compiling tabled_derive v0.7.0 |
| 2464 | 2026-04-07T02:24:00.901Z | Checking nibble_vec v0.1.0 |
| 2465 | 2026-04-07T02:24:01.054Z | Checking endian-type v0.1.2 |
| 2466 | 2026-04-07T02:24:01.060Z | Checking home v0.5.12 |
| 2467 | 2026-04-07T02:24:01.218Z | Checking radix_trie v0.2.1 |
| 2468 | 2026-04-07T02:24:01.324Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2469 | 2026-04-07T02:24:01.390Z | Checking qorb v0.4.1 |
| 2470 | 2026-04-07T02:24:01.447Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2471 | 2026-04-07T02:24:01.480Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2472 | 2026-04-07T02:24:01.659Z | Checking phf_shared v0.12.1 |
| 2473 | 2026-04-07T02:24:01.830Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2474 | 2026-04-07T02:24:01.833Z | Compiling chrono-tz v0.10.4 |
| 2475 | 2026-04-07T02:24:01.894Z | Checking tabled v0.15.0 |
| 2476 | 2026-04-07T02:24:01.989Z | Compiling semver v0.1.20 |
| 2477 | 2026-04-07T02:24:02.118Z | Checking phf v0.12.1 |
| 2478 | 2026-04-07T02:24:02.266Z | Checking recursive v0.1.1 |
| 2479 | 2026-04-07T02:24:02.299Z | Compiling rustc_version v0.1.7 |
| 2480 | 2026-04-07T02:24:02.333Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2481 | 2026-04-07T02:24:02.392Z | Compiling const_format_proc_macros v0.2.34 |
| 2482 | 2026-04-07T02:24:02.424Z | Compiling peg-macros v0.8.5 |
| 2483 | 2026-04-07T02:24:02.546Z | Checking winnow v0.6.26 |
| 2484 | 2026-04-07T02:24:02.583Z | Compiling sqlparser_derive v0.5.0 |
| 2485 | 2026-04-07T02:24:03.151Z | Checking unicode_categories v0.1.1 |
| 2486 | 2026-04-07T02:24:03.245Z | Checking const_format v0.2.35 |
| 2487 | 2026-04-07T02:24:03.373Z | Checking rustyline v14.0.0 |
| 2488 | 2026-04-07T02:24:03.407Z | Checking sqlparser v0.61.0 |
| 2489 | 2026-04-07T02:24:03.553Z | Compiling newtype_derive v0.1.6 |
| 2490 | 2026-04-07T02:24:03.773Z | Checking sqlformat v0.3.5 |
| 2491 | 2026-04-07T02:24:03.853Z | Checking peg v0.8.5 |
| 2492 | 2026-04-07T02:24:03.954Z | Checking bcs v0.1.6 |
| 2493 | 2026-04-07T02:24:04.230Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2494 | 2026-04-07T02:24:04.261Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2495 | 2026-04-07T02:24:04.298Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2496 | 2026-04-07T02:24:04.432Z | Checking steno v0.4.1 |
| 2497 | 2026-04-07T02:24:04.467Z | Checking filetime v0.2.27 |
| 2498 | 2026-04-07T02:24:04.581Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2499 | 2026-04-07T02:24:04.635Z | Checking xattr v1.6.1 |
| 2500 | 2026-04-07T02:24:04.794Z | Checking tar v0.4.45 |
| 2501 | 2026-04-07T02:24:05.199Z | Checking subprocess v0.2.15 |
| 2502 | 2026-04-07T02:24:05.232Z | Checking base64 v0.21.7 |
| 2503 | 2026-04-07T02:24:05.265Z | Checking headers-core v0.3.0 |
| 2504 | 2026-04-07T02:24:05.401Z | Checking headers v0.4.1 |
| 2505 | 2026-04-07T02:24:05.457Z | Checking yasna v0.5.2 |
| 2506 | 2026-04-07T02:24:05.501Z | Checking dropshot-api-manager-types v0.6.0 |
| 2507 | 2026-04-07T02:24:05.535Z | Checking tagptr v0.2.0 |
| 2508 | 2026-04-07T02:24:05.729Z | Checking moka v0.12.13 |
| 2509 | 2026-04-07T02:24:05.862Z | Checking rcgen v0.12.1 |
| 2510 | 2026-04-07T02:24:05.895Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2511 | 2026-04-07T02:24:06.094Z | Checking utf-8 v0.7.6 |
| 2512 | 2026-04-07T02:24:06.199Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2513 | 2026-04-07T02:24:06.262Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2514 | 2026-04-07T02:24:06.374Z | Compiling libefi-sys v0.1.0 |
| 2515 | 2026-04-07T02:24:06.407Z | Checking hickory-resolver v0.25.2 |
| 2516 | 2026-04-07T02:24:06.586Z | Compiling radium v0.7.0 |
| 2517 | 2026-04-07T02:24:06.696Z | Compiling bitfield-struct v0.6.2 |
| 2518 | 2026-04-07T02:24:06.730Z | Compiling maybe-uninit v2.0.0 |
| 2519 | 2026-04-07T02:24:06.922Z | Checking tap v1.0.1 |
| 2520 | 2026-04-07T02:24:07.067Z | Checking wyz v0.5.1 |
| 2521 | 2026-04-07T02:24:07.151Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2522 | 2026-04-07T02:24:07.313Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2523 | 2026-04-07T02:24:07.344Z | Compiling zerocopy-derive v0.6.6 |
| 2524 | 2026-04-07T02:24:07.375Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2525 | 2026-04-07T02:24:07.487Z | Checking funty v2.0.0 |
| 2526 | 2026-04-07T02:24:07.625Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2527 | 2026-04-07T02:24:07.658Z | Checking crc-catalog v2.4.0 |
| 2528 | 2026-04-07T02:24:07.731Z | Compiling packed_struct v0.10.1 |
| 2529 | 2026-04-07T02:24:07.781Z | Checking crc v3.4.0 |
| 2530 | 2026-04-07T02:24:07.836Z | Checking bitvec v1.0.1 |
| 2531 | 2026-04-07T02:24:07.984Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2532 | 2026-04-07T02:24:08.057Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2533 | 2026-04-07T02:24:08.221Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2534 | 2026-04-07T02:24:08.251Z | Checking tungstenite v0.21.0 |
| 2535 | 2026-04-07T02:24:08.254Z | Checking zerocopy v0.6.6 |
| 2536 | 2026-04-07T02:24:08.312Z | Compiling packed_struct_codegen v0.10.1 |
| 2537 | 2026-04-07T02:24:08.315Z | Compiling bitfield-macros v0.19.4 |
| 2538 | 2026-04-07T02:24:08.603Z | Compiling indexmap v1.9.3 |
| 2539 | 2026-04-07T02:24:08.702Z | Checking nodrop v0.1.14 |
| 2540 | 2026-04-07T02:24:08.824Z | Checking array-init v0.0.4 |
| 2541 | 2026-04-07T02:24:08.898Z | Checking tokio-tungstenite v0.21.0 |
| 2542 | 2026-04-07T02:24:09.085Z | Checking bitfield v0.19.4 |
| 2543 | 2026-04-07T02:24:09.158Z | Checking smallvec v0.6.14 |
| 2544 | 2026-04-07T02:24:09.201Z | Checking hashbrown v0.12.3 |
| 2545 | 2026-04-07T02:24:09.232Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2546 | 2026-04-07T02:24:09.376Z | Checking serde-hex v0.1.0 |
| 2547 | 2026-04-07T02:24:09.379Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2548 | 2026-04-07T02:24:09.438Z | Checking ron v0.8.1 |
| 2549 | 2026-04-07T02:24:09.996Z | Checking hashbrown v0.13.2 |
| 2550 | 2026-04-07T02:24:10.030Z | Checking crc-any v2.5.0 |
| 2551 | 2026-04-07T02:24:10.234Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2552 | 2026-04-07T02:24:10.378Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2553 | 2026-04-07T02:24:10.423Z | Checking path-slash v0.1.5 |
| 2554 | 2026-04-07T02:24:10.454Z | Checking object v0.30.4 |
| 2555 | 2026-04-07T02:24:10.485Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2556 | 2026-04-07T02:24:10.548Z | Compiling xshell-macros v0.2.7 |
| 2557 | 2026-04-07T02:24:10.552Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2558 | 2026-04-07T02:24:10.756Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2559 | 2026-04-07T02:24:10.929Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2560 | 2026-04-07T02:24:10.960Z | Checking xshell v0.2.7 |
| 2561 | 2026-04-07T02:24:11.156Z | Checking half v1.8.3 |
| 2562 | 2026-04-07T02:24:11.188Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2563 | 2026-04-07T02:24:11.379Z | Checking serde_cbor v0.11.2 |
| 2564 | 2026-04-07T02:24:11.606Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2565 | 2026-04-07T02:24:11.854Z | Compiling num-derive v0.3.3 |
| 2566 | 2026-04-07T02:24:11.934Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2567 | 2026-04-07T02:24:11.966Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2568 | 2026-04-07T02:24:11.970Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2569 | 2026-04-07T02:24:12.207Z | Checking papergrid v0.17.0 |
| 2570 | 2026-04-07T02:24:12.380Z | Compiling proc-macro-error2 v2.0.1 |
| 2571 | 2026-04-07T02:24:12.543Z | Checking testing_table v0.3.0 |
| 2572 | 2026-04-07T02:24:12.667Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2573 | 2026-04-07T02:24:12.722Z | Compiling tabled_derive v0.11.0 |
| 2574 | 2026-04-07T02:24:12.762Z | Checking libscf-sys v1.1.0 |
| 2575 | 2026-04-07T02:24:12.921Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2576 | 2026-04-07T02:24:13.010Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2577 | 2026-04-07T02:24:13.210Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2578 | 2026-04-07T02:24:13.242Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2579 | 2026-04-07T02:24:13.439Z | Checking maplit v1.0.2 |
| 2580 | 2026-04-07T02:24:13.546Z | Checking fxhash v0.2.1 |
| 2581 | 2026-04-07T02:24:13.579Z | Checking crc8 v0.1.1 |
| 2582 | 2026-04-07T02:24:13.699Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2583 | 2026-04-07T02:24:13.731Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2584 | 2026-04-07T02:24:13.734Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2585 | 2026-04-07T02:24:13.965Z | Checking tabled v0.20.0 |
| 2586 | 2026-04-07T02:24:14.011Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2587 | 2026-04-07T02:24:14.326Z | Checking unicase v2.9.0 |
| 2588 | 2026-04-07T02:24:14.520Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2589 | 2026-04-07T02:24:14.553Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2590 | 2026-04-07T02:24:14.736Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2591 | 2026-04-07T02:24:14.901Z | Checking kstat-rs v0.2.4 |
| 2592 | 2026-04-07T02:24:15.080Z | Compiling diesel_derives v2.3.7 |
| 2593 | 2026-04-07T02:24:15.112Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2594 | 2026-04-07T02:24:15.142Z | Compiling typify-impl v0.4.3 |
| 2595 | 2026-04-07T02:24:15.330Z | Checking scheduled-thread-pool v0.2.7 |
| 2596 | 2026-04-07T02:24:15.387Z | Compiling dsl_auto_type v0.2.0 |
| 2597 | 2026-04-07T02:24:15.505Z | Compiling vergen-gitcl v1.0.8 |
| 2598 | 2026-04-07T02:24:15.721Z | Checking arc-swap v1.8.2 |
| 2599 | 2026-04-07T02:24:15.896Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2600 | 2026-04-07T02:24:15.975Z | Compiling parking_lot_core v0.8.6 |
| 2601 | 2026-04-07T02:24:16.038Z | Checking slog-scope v4.4.1 |
| 2602 | 2026-04-07T02:24:16.112Z | Checking r2d2 v0.8.10 |
| 2603 | 2026-04-07T02:24:16.206Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2604 | 2026-04-07T02:24:16.292Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2605 | 2026-04-07T02:24:16.543Z | Compiling git-stub v1.0.0 |
| 2606 | 2026-04-07T02:24:16.640Z | Checking downcast-rs v2.0.2 |
| 2607 | 2026-04-07T02:24:16.768Z | Compiling git-stub-vcs v0.1.0 |
| 2608 | 2026-04-07T02:24:16.893Z | Checking slog-stdlog v4.1.1 |
| 2609 | 2026-04-07T02:24:17.082Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2610 | 2026-04-07T02:24:17.126Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2611 | 2026-04-07T02:24:17.164Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2612 | 2026-04-07T02:24:17.445Z | Checking parking_lot v0.11.2 |
| 2613 | 2026-04-07T02:24:17.632Z | Checking slog-envlogger v2.2.0 |
| 2614 | 2026-04-07T02:24:17.663Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2615 | 2026-04-07T02:24:17.695Z | Checking prefix-trie v0.7.0 |
| 2616 | 2026-04-07T02:24:17.812Z | Checking sled v0.34.7 |
| 2617 | 2026-04-07T02:24:17.922Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2618 | 2026-04-07T02:24:17.954Z | Checking nanorand v0.7.0 |
| 2619 | 2026-04-07T02:24:18.047Z | Checking hickory-server v0.25.2 |
| 2620 | 2026-04-07T02:24:18.128Z | Compiling dirs-sys-next v0.1.2 |
| 2621 | 2026-04-07T02:24:18.194Z | Compiling crunchy v0.2.4 |
| 2622 | 2026-04-07T02:24:18.448Z | Compiling dirs-next v2.0.0 |
| 2623 | 2026-04-07T02:24:18.513Z | Checking flume v0.11.1 |
| 2624 | 2026-04-07T02:24:18.546Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2625 | 2026-04-07T02:24:18.578Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2626 | 2026-04-07T02:24:18.607Z | Compiling clang-sys v1.8.1 |
| 2627 | 2026-04-07T02:24:18.786Z | Compiling tiny-keccak v2.0.2 |
| 2628 | 2026-04-07T02:24:19.092Z | Compiling term v0.7.0 |
| 2629 | 2026-04-07T02:24:19.123Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2630 | 2026-04-07T02:24:19.184Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2631 | 2026-04-07T02:24:19.480Z | Compiling salty v0.3.0 |
| 2632 | 2026-04-07T02:24:19.604Z | Compiling typify-macro v0.4.3 |
| 2633 | 2026-04-07T02:24:19.672Z | Compiling bit-vec v0.6.3 |
| 2634 | 2026-04-07T02:24:19.785Z | Compiling ascii-canvas v3.0.0 |
| 2635 | 2026-04-07T02:24:19.918Z | Compiling bit-set v0.5.3 |
| 2636 | 2026-04-07T02:24:20.101Z | Checking primeorder v0.13.6 |
| 2637 | 2026-04-07T02:24:20.134Z | Compiling itertools v0.10.5 |
| 2638 | 2026-04-07T02:24:20.376Z | Compiling ena v0.14.4 |
| 2639 | 2026-04-07T02:24:20.441Z | Compiling libloading v0.8.9 |
| 2640 | 2026-04-07T02:24:20.497Z | Compiling fs-err v2.11.0 |
| 2641 | 2026-04-07T02:24:20.527Z | Compiling diff v0.1.13 |
| 2642 | 2026-04-07T02:24:20.616Z | Compiling bindgen v0.71.1 |
| 2643 | 2026-04-07T02:24:20.676Z | Compiling regex-syntax v0.6.29 |
| 2644 | 2026-04-07T02:24:21.107Z | Compiling cexpr v0.6.0 |
| 2645 | 2026-04-07T02:24:21.144Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2646 | 2026-04-07T02:24:21.240Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2647 | 2026-04-07T02:24:21.330Z | Compiling typify v0.4.3 |
| 2648 | 2026-04-07T02:24:21.446Z | Checking diesel v2.3.7 |
| 2649 | 2026-04-07T02:24:21.597Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2650 | 2026-04-07T02:24:21.791Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2651 | 2026-04-07T02:24:21.794Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2652 | 2026-04-07T02:24:21.856Z | Compiling libxml v0.3.3 |
| 2653 | 2026-04-07T02:24:22.041Z | Compiling lalrpop v0.19.12 |
| 2654 | 2026-04-07T02:24:22.103Z | Checking parse-size v1.1.0 |
| 2655 | 2026-04-07T02:24:22.242Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2656 | 2026-04-07T02:24:22.306Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2657 | 2026-04-07T02:24:22.571Z | Checking p384 v0.13.1 |
| 2658 | 2026-04-07T02:24:22.788Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2659 | 2026-04-07T02:24:23.018Z | Compiling strum_macros v0.24.3 |
| 2660 | 2026-04-07T02:24:23.153Z | Checking assert_matches v1.5.0 |
| 2661 | 2026-04-07T02:24:23.261Z | Compiling indoc v1.0.9 |
| 2662 | 2026-04-07T02:24:24.378Z | Compiling progenitor-impl v0.10.0 |
| 2663 | 2026-04-07T02:24:24.461Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2664 | 2026-04-07T02:24:24.569Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2665 | 2026-04-07T02:24:24.787Z | Checking predicates-tree v1.0.13 |
| 2666 | 2026-04-07T02:24:24.933Z | Checking quick-xml v0.37.5 |
| 2667 | 2026-04-07T02:24:25.245Z | Checking derive_builder v0.20.2 |
| 2668 | 2026-04-07T02:24:25.391Z | Compiling oso-derive v0.27.3 |
| 2669 | 2026-04-07T02:24:25.429Z | Compiling trait-variant v0.1.2 |
| 2670 | 2026-04-07T02:24:25.824Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2671 | 2026-04-07T02:24:25.895Z | Checking openssl-probe v0.1.6 |
| 2672 | 2026-04-07T02:24:25.988Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2673 | 2026-04-07T02:24:26.034Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2674 | 2026-04-07T02:24:26.777Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2675 | 2026-04-07T02:24:26.949Z | Compiling progenitor-macro v0.10.0 |
| 2676 | 2026-04-07T02:24:27.342Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2677 | 2026-04-07T02:24:27.378Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2678 | 2026-04-07T02:24:27.411Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2679 | 2026-04-07T02:24:29.320Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2680 | 2026-04-07T02:24:29.405Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2681 | 2026-04-07T02:24:30.178Z | Compiling progenitor-impl v0.11.2 |
| 2682 | 2026-04-07T02:24:30.226Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2683 | 2026-04-07T02:24:30.537Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2684 | 2026-04-07T02:24:31.017Z | Compiling mime_guess v2.0.5 |
| 2685 | 2026-04-07T02:24:31.020Z | Checking toml v1.0.6+spec-1.1.0 |
| 2686 | 2026-04-07T02:24:31.674Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2687 | 2026-04-07T02:24:31.886Z | Checking progenitor v0.10.0 |
| 2688 | 2026-04-07T02:24:32.001Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2689 | 2026-04-07T02:24:32.058Z | Checking progenitor-client v0.11.2 |
| 2690 | 2026-04-07T02:24:32.333Z | Checking http-range v0.1.5 |
| 2691 | 2026-04-07T02:24:32.492Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2692 | 2026-04-07T02:24:32.526Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2693 | 2026-04-07T02:24:32.586Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2694 | 2026-04-07T02:24:32.627Z | Checking ignore v0.4.25 |
| 2695 | 2026-04-07T02:24:32.819Z | Compiling progenitor-macro v0.11.2 |
| 2696 | 2026-04-07T02:24:33.063Z | Checking atty v0.2.14 |
| 2697 | 2026-04-07T02:24:33.200Z | Checking globwalk v0.9.1 |
| 2698 | 2026-04-07T02:24:33.450Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2699 | 2026-04-07T02:24:33.785Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2700 | 2026-04-07T02:24:34.022Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2701 | 2026-04-07T02:24:34.204Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2702 | 2026-04-07T02:24:34.247Z | Checking bb8 v0.8.6 |
| 2703 | 2026-04-07T02:24:34.560Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2704 | 2026-04-07T02:24:34.667Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2705 | 2026-04-07T02:24:34.786Z | Checking corncobs v0.1.4 |
| 2706 | 2026-04-07T02:24:34.907Z | Checking compression-core v0.4.31 |
| 2707 | 2026-04-07T02:24:34.948Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2708 | 2026-04-07T02:24:35.074Z | Checking compression-codecs v0.4.37 |
| 2709 | 2026-04-07T02:24:35.281Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2710 | 2026-04-07T02:24:35.321Z | Checking hyper-staticfile v0.10.1 |
| 2711 | 2026-04-07T02:24:35.633Z | Checking async-bb8-diesel v0.2.1 |
| 2712 | 2026-04-07T02:24:35.665Z | Checking diesel-dtrace v0.5.0 |
| 2713 | 2026-04-07T02:24:35.698Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2714 | 2026-04-07T02:24:35.755Z | Checking camino-tempfile-ext v0.3.3 |
| 2715 | 2026-04-07T02:24:35.928Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2716 | 2026-04-07T02:24:35.978Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2717 | 2026-04-07T02:24:36.010Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2718 | 2026-04-07T02:24:36.225Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2719 | 2026-04-07T02:24:36.260Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2720 | 2026-04-07T02:24:36.810Z | Checking signal-hook-tokio v0.3.1 |
| 2721 | 2026-04-07T02:24:36.970Z | Checking secrecy v0.8.0 |
| 2722 | 2026-04-07T02:24:37.148Z | Compiling dropshot v0.17.0 |
| 2723 | 2026-04-07T02:24:37.308Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2724 | 2026-04-07T02:24:37.626Z | Checking async-compression v0.4.41 |
| 2725 | 2026-04-07T02:24:37.781Z | Checking progenitor v0.11.2 |
| 2726 | 2026-04-07T02:24:37.910Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2727 | 2026-04-07T02:24:37.956Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2728 | 2026-04-07T02:24:38.114Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2729 | 2026-04-07T02:24:38.458Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2730 | 2026-04-07T02:24:38.517Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2731 | 2026-04-07T02:24:38.693Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2732 | 2026-04-07T02:24:38.763Z | Compiling dropshot_endpoint v0.17.0 |
| 2733 | 2026-04-07T02:24:38.832Z | Checking nonempty v0.12.0 |
| 2734 | 2026-04-07T02:24:38.971Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2735 | 2026-04-07T02:24:39.028Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2736 | 2026-04-07T02:24:39.074Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2737 | 2026-04-07T02:24:39.862Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2738 | 2026-04-07T02:24:39.865Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2739 | 2026-04-07T02:24:39.865Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2740 | 2026-04-07T02:24:39.892Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2741 | 2026-04-07T02:24:40.284Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2742 | 2026-04-07T02:24:40.574Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2743 | 2026-04-07T02:24:40.710Z | Checking tungstenite v0.23.0 |
| 2744 | 2026-04-07T02:24:41.172Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2745 | 2026-04-07T02:24:41.277Z | Checking tokio-tungstenite v0.23.1 |
| 2746 | 2026-04-07T02:24:41.578Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2747 | 2026-04-07T02:24:41.955Z | Checking rand_seeder v0.4.0 |
| 2748 | 2026-04-07T02:24:42.140Z | Checking void v1.0.2 |
| 2749 | 2026-04-07T02:24:42.286Z | Checking lzss v0.8.2 |
| 2750 | 2026-04-07T02:24:42.377Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2751 | 2026-04-07T02:24:42.489Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2752 | 2026-04-07T02:24:42.522Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2753 | 2026-04-07T02:24:42.716Z | Checking nix v0.27.1 |
| 2754 | 2026-04-07T02:24:42.785Z | Checking serde_bytes v0.11.19 |
| 2755 | 2026-04-07T02:24:42.983Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2756 | 2026-04-07T02:24:43.016Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2757 | 2026-04-07T02:24:43.189Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2758 | 2026-04-07T02:24:43.315Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2759 | 2026-04-07T02:24:43.806Z | Checking is_ci v1.2.0 |
| 2760 | 2026-04-07T02:24:43.945Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2761 | 2026-04-07T02:24:44.094Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2762 | 2026-04-07T02:24:44.251Z | Checking yansi v1.0.1 |
| 2763 | 2026-04-07T02:24:44.538Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2764 | 2026-04-07T02:24:44.580Z | Checking pretty_assertions v1.4.1 |
| 2765 | 2026-04-07T02:24:44.716Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2766 | 2026-04-07T02:24:44.746Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2767 | 2026-04-07T02:24:44.820Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2768 | 2026-04-07T02:24:45.075Z | Compiling darling_core v0.23.0 |
| 2769 | 2026-04-07T02:24:45.818Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2770 | 2026-04-07T02:24:46.039Z | Compiling indoc v2.0.7 |
| 2771 | 2026-04-07T02:24:46.257Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2772 | 2026-04-07T02:24:46.483Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2773 | 2026-04-07T02:24:46.519Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2774 | 2026-04-07T02:24:46.753Z | Compiling instability v0.3.11 |
| 2775 | 2026-04-07T02:24:46.895Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2776 | 2026-04-07T02:24:47.136Z | Compiling libz-sys v1.1.24 |
| 2777 | 2026-04-07T02:24:47.294Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2778 | 2026-04-07T02:24:47.568Z | Checking castaway v0.2.4 |
| 2779 | 2026-04-07T02:24:47.605Z | Compiling darling_macro v0.23.0 |
| 2780 | 2026-04-07T02:24:47.708Z | Checking compact_str v0.8.1 |
| 2781 | 2026-04-07T02:24:48.116Z | Checking supports-color v3.0.2 |
| 2782 | 2026-04-07T02:24:48.147Z | Compiling darling v0.23.0 |
| 2783 | 2026-04-07T02:24:48.296Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2784 | 2026-04-07T02:24:48.517Z | Checking unicode-truncate v1.1.0 |
| 2785 | 2026-04-07T02:24:48.550Z | Checking console v0.16.2 |
| 2786 | 2026-04-07T02:24:48.704Z | Checking lru v0.12.5 |
| 2787 | 2026-04-07T02:24:48.894Z | Checking cassowary v0.3.0 |
| 2788 | 2026-04-07T02:24:48.897Z | Checking unit-prefix v0.5.2 |
| 2789 | 2026-04-07T02:24:49.056Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2790 | 2026-04-07T02:24:49.088Z | Checking indicatif v0.18.4 |
| 2791 | 2026-04-07T02:24:49.091Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2792 | 2026-04-07T02:24:49.167Z | Checking ratatui v0.29.0 |
| 2793 | 2026-04-07T02:24:49.301Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2794 | 2026-04-07T02:24:49.652Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2795 | 2026-04-07T02:24:50.509Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2796 | 2026-04-07T02:24:50.739Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2797 | 2026-04-07T02:24:50.820Z | Compiling vergen-git2 v1.0.7 |
| 2798 | 2026-04-07T02:24:50.867Z | Checking plotters-backend v0.3.7 |
| 2799 | 2026-04-07T02:24:51.004Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2800 | 2026-04-07T02:24:51.083Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2801 | 2026-04-07T02:24:51.114Z | Checking plotters-svg v0.3.7 |
| 2802 | 2026-04-07T02:24:51.229Z | Checking colored v2.2.0 |
| 2803 | 2026-04-07T02:24:51.283Z | Checking shell-words v1.1.1 |
| 2804 | 2026-04-07T02:24:51.315Z | Checking cast v0.3.0 |
| 2805 | 2026-04-07T02:24:51.437Z | Compiling rustls v0.21.12 |
| 2806 | 2026-04-07T02:24:51.499Z | Checking criterion-plot v0.6.0 |
| 2807 | 2026-04-07T02:24:51.541Z | Checking plotters v0.3.7 |
| 2808 | 2026-04-07T02:24:51.738Z | Checking typeid v1.0.3 |
| 2809 | 2026-04-07T02:24:51.773Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2810 | 2026-04-07T02:24:51.872Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2811 | 2026-04-07T02:24:52.099Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2812 | 2026-04-07T02:24:52.308Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2813 | 2026-04-07T02:24:52.340Z | Checking sct v0.7.1 |
| 2814 | 2026-04-07T02:24:52.506Z | Checking rustls-webpki v0.101.7 |
| 2815 | 2026-04-07T02:24:52.732Z | Checking tinytemplate v1.2.1 |
| 2816 | 2026-04-07T02:24:52.767Z | Compiling nix v0.29.0 |
| 2817 | 2026-04-07T02:24:52.879Z | Checking anes v0.1.6 |
| 2818 | 2026-04-07T02:24:52.979Z | Checking oorandom v11.1.5 |
| 2819 | 2026-04-07T02:24:53.105Z | Checking hex-literal v0.4.1 |
| 2820 | 2026-04-07T02:24:53.136Z | Checking criterion v0.7.0 |
| 2821 | 2026-04-07T02:24:53.281Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2822 | 2026-04-07T02:24:54.478Z | Checking erased-serde v0.4.9 |
| 2823 | 2026-04-07T02:24:54.553Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2824 | 2026-04-07T02:24:54.871Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2825 | 2026-04-07T02:24:55.637Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2826 | 2026-04-07T02:24:56.430Z | Checking ordered-float v2.10.1 |
| 2827 | 2026-04-07T02:24:56.696Z | Checking serde-value v0.7.0 |
| 2828 | 2026-04-07T02:24:56.943Z | Checking serde-untagged v0.1.9 |
| 2829 | 2026-04-07T02:24:57.176Z | Checking tokio-rustls v0.24.1 |
| 2830 | 2026-04-07T02:24:57.497Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2831 | 2026-04-07T02:24:57.664Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2832 | 2026-04-07T02:24:57.888Z | Checking rustls-pemfile v1.0.4 |
| 2833 | 2026-04-07T02:24:58.059Z | Checking twox-hash v2.1.2 |
| 2834 | 2026-04-07T02:24:58.334Z | Checking unicode-xid v0.2.6 |
| 2835 | 2026-04-07T02:24:58.445Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2836 | 2026-04-07T02:24:58.478Z | Checking cargo-util-schemas v0.8.2 |
| 2837 | 2026-04-07T02:24:59.382Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2838 | 2026-04-07T02:24:59.569Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2839 | 2026-04-07T02:24:59.753Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2840 | 2026-04-07T02:25:00.077Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2841 | 2026-04-07T02:25:00.271Z | Checking fatfs v0.3.6 |
| 2842 | 2026-04-07T02:25:00.720Z | Checking cargo-platform v0.2.0 |
| 2843 | 2026-04-07T02:25:00.752Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2844 | 2026-04-07T02:25:00.943Z | Compiling petname v2.0.2 |
| 2845 | 2026-04-07T02:25:01.054Z | Compiling seq-macro v0.3.6 |
| 2846 | 2026-04-07T02:25:01.579Z | Checking cargo_metadata v0.21.0 |
| 2847 | 2026-04-07T02:25:01.611Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2848 | 2026-04-07T02:25:02.105Z | Checking concurrent-queue v2.5.0 |
| 2849 | 2026-04-07T02:25:02.321Z | Checking rtoolbox v0.0.3 |
| 2850 | 2026-04-07T02:25:02.352Z | Checking futures-timer v3.0.3 |
| 2851 | 2026-04-07T02:25:02.486Z | Checking parking v2.2.1 |
| 2852 | 2026-04-07T02:25:02.561Z | Checking rpassword v7.4.0 |
| 2853 | 2026-04-07T02:25:02.665Z | Checking event-listener v5.4.1 |
| 2854 | 2026-04-07T02:25:02.696Z | Checking tui-tree-widget v0.23.1 |
| 2855 | 2026-04-07T02:25:02.909Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2856 | 2026-04-07T02:25:02.912Z | Checking polyval v0.6.2 |
| 2857 | 2026-04-07T02:25:03.039Z | Checking sapling-renderdag v0.1.0 |
| 2858 | 2026-04-07T02:25:03.116Z | Checking sync-ptr v0.1.4 |
| 2859 | 2026-04-07T02:25:03.148Z | Checking ghash v0.5.1 |
| 2860 | 2026-04-07T02:25:03.267Z | Checking event-listener-strategy v0.5.4 |
| 2861 | 2026-04-07T02:25:03.300Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2862 | 2026-04-07T02:25:03.329Z | Checking ctr v0.9.2 |
| 2863 | 2026-04-07T02:25:03.431Z | Checking arrayvec v0.7.6 |
| 2864 | 2026-04-07T02:25:03.518Z | Checking constant_time_eq v0.4.2 |
| 2865 | 2026-04-07T02:25:03.550Z | Checking arrayref v0.3.9 |
| 2866 | 2026-04-07T02:25:03.650Z | Checking aes-gcm v0.10.3 |
| 2867 | 2026-04-07T02:25:03.713Z | Checking async-lock v3.4.2 |
| 2868 | 2026-04-07T02:25:03.716Z | Compiling samael v0.0.19 |
| 2869 | 2026-04-07T02:25:03.777Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2870 | 2026-04-07T02:25:03.831Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2871 | 2026-04-07T02:25:04.127Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2872 | 2026-04-07T02:25:04.761Z | Checking ssh-encoding v0.2.0 |
| 2873 | 2026-04-07T02:25:04.802Z | Checking blowfish v0.9.1 |
| 2874 | 2026-04-07T02:25:04.978Z | Checking ssh-cipher v0.2.0 |
| 2875 | 2026-04-07T02:25:04.978Z | Checking bcrypt-pbkdf v0.10.0 |
| 2876 | 2026-04-07T02:25:05.178Z | Checking async-object-pool v0.2.0 |
| 2877 | 2026-04-07T02:25:05.208Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2878 | 2026-04-07T02:25:05.318Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2879 | 2026-04-07T02:25:05.530Z | Checking serde_regex v1.1.0 |
| 2880 | 2026-04-07T02:25:05.716Z | Checking password-hash v0.4.2 |
| 2881 | 2026-04-07T02:25:05.970Z | Checking assert-json-diff v2.0.2 |
| 2882 | 2026-04-07T02:25:06.003Z | Checking path-tree v0.8.3 |
| 2883 | 2026-04-07T02:25:06.170Z | Checking gimli v0.32.3 |
| 2884 | 2026-04-07T02:25:06.221Z | Compiling target-lexicon v0.13.3 |
| 2885 | 2026-04-07T02:25:06.469Z | Checking stringmetrics v2.2.2 |
| 2886 | 2026-04-07T02:25:06.651Z | Checking httpmock v0.8.3 |
| 2887 | 2026-04-07T02:25:06.792Z | Checking pbkdf2 v0.11.0 |
| 2888 | 2026-04-07T02:25:06.994Z | Checking ssh-key v0.6.7 |
| 2889 | 2026-04-07T02:25:07.714Z | Checking addr2line v0.25.1 |
| 2890 | 2026-04-07T02:25:08.021Z | Checking p521 v0.13.3 |
| 2891 | 2026-04-07T02:25:08.246Z | Checking p256 v0.13.2 |
| 2892 | 2026-04-07T02:25:08.533Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2893 | 2026-04-07T02:25:08.686Z | Checking russh-cryptovec v0.7.3 |
| 2894 | 2026-04-07T02:25:08.762Z | Compiling guppy-workspace-hack v0.1.0 |
| 2895 | 2026-04-07T02:25:08.855Z | Checking rustc-demangle v0.1.27 |
| 2896 | 2026-04-07T02:25:08.892Z | Checking md5 v0.7.0 |
| 2897 | 2026-04-07T02:25:09.095Z | Checking russh-keys v0.45.0 |
| 2898 | 2026-04-07T02:25:09.128Z | Checking backtrace v0.3.76 |
| 2899 | 2026-04-07T02:25:09.271Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2900 | 2026-04-07T02:25:09.462Z | Checking num-bigint v0.4.6 |
| 2901 | 2026-04-07T02:25:09.642Z | Checking des v0.8.1 |
| 2902 | 2026-04-07T02:25:09.827Z | Compiling blake3 v1.8.3 |
| 2903 | 2026-04-07T02:25:09.938Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2904 | 2026-04-07T02:25:10.215Z | Compiling target-spec v3.5.7 |
| 2905 | 2026-04-07T02:25:10.372Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2906 | 2026-04-07T02:25:10.440Z | Checking russh v0.45.0 |
| 2907 | 2026-04-07T02:25:10.683Z | Checking backtrace-ext v0.2.1 |
| 2908 | 2026-04-07T02:25:10.825Z | Checking cfg-expr v0.20.6 |
| 2909 | 2026-04-07T02:25:11.021Z | Checking supports-color v2.1.0 |
| 2910 | 2026-04-07T02:25:11.052Z | Checking textwrap v0.15.2 |
| 2911 | 2026-04-07T02:25:11.185Z | Checking supports-unicode v2.1.0 |
| 2912 | 2026-04-07T02:25:11.236Z | Checking supports-hyperlinks v2.1.0 |
| 2913 | 2026-04-07T02:25:11.334Z | Checking hashbrown v0.14.5 |
| 2914 | 2026-04-07T02:25:11.342Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2915 | 2026-04-07T02:25:11.382Z | Checking cargo-platform v0.3.2 |
| 2916 | 2026-04-07T02:25:11.562Z | Checking terminal_size v0.1.17 |
| 2917 | 2026-04-07T02:25:11.593Z | Compiling miette-derive v5.10.0 |
| 2918 | 2026-04-07T02:25:11.698Z | Checking internet-checksum v0.2.1 |
| 2919 | 2026-04-07T02:25:11.785Z | Checking owo-colors v3.5.0 |
| 2920 | 2026-04-07T02:25:11.848Z | Checking chumsky v0.9.3 |
| 2921 | 2026-04-07T02:25:12.340Z | Checking cargo_metadata v0.23.1 |
| 2922 | 2026-04-07T02:25:12.737Z | Checking miette v5.10.0 |
| 2923 | 2026-04-07T02:25:12.929Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2924 | 2026-04-07T02:25:13.134Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2925 | 2026-04-07T02:25:13.166Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2926 | 2026-04-07T02:25:13.253Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2927 | 2026-04-07T02:25:13.505Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2928 | 2026-04-07T02:25:13.537Z | Compiling knuffel-derive v3.2.0 |
| 2929 | 2026-04-07T02:25:13.732Z | Checking httptest v0.16.4 |
| 2930 | 2026-04-07T02:25:14.032Z | Checking pathdiff v0.2.3 |
| 2931 | 2026-04-07T02:25:14.129Z | Checking nested v0.1.1 |
| 2932 | 2026-04-07T02:25:14.170Z | Checking topological-sort v0.2.2 |
| 2933 | 2026-04-07T02:25:14.295Z | Checking guppy v0.17.25 |
| 2934 | 2026-04-07T02:25:14.335Z | Checking omicron-zone-package v0.12.2 |
| 2935 | 2026-04-07T02:25:14.367Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2936 | 2026-04-07T02:25:14.606Z | Checking similar-asserts v1.7.0 |
| 2937 | 2026-04-07T02:25:14.787Z | Compiling rstest_macros v0.25.0 |
| 2938 | 2026-04-07T02:25:14.959Z | Compiling git2 v0.20.4 |
| 2939 | 2026-04-07T02:25:15.022Z | Checking knuffel v3.2.0 |
| 2940 | 2026-04-07T02:25:15.092Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2941 | 2026-04-07T02:25:15.250Z | Compiling target-triple v1.0.0 |
| 2942 | 2026-04-07T02:25:15.316Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2943 | 2026-04-07T02:25:15.390Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2944 | 2026-04-07T02:25:15.610Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2945 | 2026-04-07T02:25:15.668Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2946 | 2026-04-07T02:25:15.840Z | Checking hickory-client v0.25.2 |
| 2947 | 2026-04-07T02:25:16.153Z | Checking tokio-test v0.4.5 |
| 2948 | 2026-04-07T02:25:16.284Z | Compiling relative-path v1.9.3 |
| 2949 | 2026-04-07T02:25:16.389Z | Checking escape8259 v0.5.3 |
| 2950 | 2026-04-07T02:25:16.556Z | Compiling assert_cmd v2.1.2 |
| 2951 | 2026-04-07T02:25:16.878Z | Checking libtest-mimic v0.8.1 |
| 2952 | 2026-04-07T02:25:17.274Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2953 | 2026-04-07T02:25:17.412Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2954 | 2026-04-07T02:25:17.744Z | Checking blake2b_simd v1.0.4 |
| 2955 | 2026-04-07T02:25:18.103Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2956 | 2026-04-07T02:25:18.195Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2957 | 2026-04-07T02:25:18.334Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2958 | 2026-04-07T02:25:18.521Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2959 | 2026-04-07T02:25:18.609Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2960 | 2026-04-07T02:25:18.862Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2961 | 2026-04-07T02:25:19.081Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2962 | 2026-04-07T02:25:19.277Z | Checking fancy-regex v0.14.0 |
| 2963 | 2026-04-07T02:25:19.502Z | Checking serde_tokenstream v0.2.3 |
| 2964 | 2026-04-07T02:25:19.572Z | Compiling polar-core v0.27.3 |
| 2965 | 2026-04-07T02:25:19.669Z | Checking uzers v0.12.2 |
| 2966 | 2026-04-07T02:25:19.747Z | Compiling linkme-impl v0.3.35 |
| 2967 | 2026-04-07T02:25:19.911Z | Checking constant_time_eq v0.3.1 |
| 2968 | 2026-04-07T02:25:20.046Z | Checking termcolor v1.4.1 |
| 2969 | 2026-04-07T02:25:20.156Z | Checking rust-argon2 v2.1.0 |
| 2970 | 2026-04-07T02:25:20.195Z | Checking rstest v0.25.0 |
| 2971 | 2026-04-07T02:25:20.292Z | Checking trybuild v1.0.116 |
| 2972 | 2026-04-07T02:25:20.368Z | Checking datatest-stable v0.3.3 |
| 2973 | 2026-04-07T02:25:20.739Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2974 | 2026-04-07T02:25:20.885Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2975 | 2026-04-07T02:25:21.027Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2976 | 2026-04-07T02:25:21.112Z | Checking support-bundle-viewer v0.1.2 |
| 2977 | 2026-04-07T02:25:21.383Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2978 | 2026-04-07T02:25:21.621Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2979 | 2026-04-07T02:25:21.699Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2980 | 2026-04-07T02:25:21.846Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2981 | 2026-04-07T02:25:21.934Z | Checking drift v0.1.3 |
| 2982 | 2026-04-07T02:25:22.081Z | Checking rand_distr v0.5.1 |
| 2983 | 2026-04-07T02:25:22.263Z | Checking multimap v0.10.1 |
| 2984 | 2026-04-07T02:25:22.475Z | Checking approx v0.5.1 |
| 2985 | 2026-04-07T02:25:22.516Z | Compiling linkme v0.3.35 |
| 2986 | 2026-04-07T02:25:22.648Z | Checking dropshot-api-manager v0.6.0 |
| 2987 | 2026-04-07T02:25:23.807Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2988 | 2026-04-07T02:25:24.024Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2989 | 2026-04-07T02:25:24.218Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2990 | 2026-04-07T02:25:24.295Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2991 | 2026-04-07T02:25:24.338Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2992 | 2026-04-07T02:25:24.441Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2993 | 2026-04-07T02:25:24.583Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2994 | 2026-04-07T02:25:24.782Z | Checking oso v0.27.3 |
| 2995 | 2026-04-07T02:25:24.813Z | Checking partial-io v0.5.4 |
| 2996 | 2026-04-07T02:25:24.845Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2997 | 2026-04-07T02:25:24.972Z | Checking cargo_toml v0.21.0 |
| 2998 | 2026-04-07T02:25:25.063Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2999 | 2026-04-07T02:25:25.164Z | Checking termios v0.3.3 |
| 3000 | 2026-04-07T02:25:25.282Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3001 | 2026-04-07T02:25:25.547Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3002 | 2026-04-07T02:25:25.578Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3003 | 2026-04-07T02:25:25.850Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3004 | 2026-04-07T02:25:29.652Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3005 | 2026-04-07T02:25:33.697Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3006 | 2026-04-07T02:25:34.427Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3007 | 2026-04-07T02:25:37.389Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3008 | 2026-04-07T02:25:40.738Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3009 | 2026-04-07T02:25:45.864Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3010 | 2026-04-07T02:25:49.037Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3011 | 2026-04-07T02:25:50.072Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3012 | 2026-04-07T02:25:50.116Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3013 | 2026-04-07T02:25:50.402Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3014 | 2026-04-07T02:26:00.406Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3015 | 2026-04-07T02:27:15.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 59s |
| 3016 | 2026-04-07T02:27:15.728Z | |
| 3017 | 2026-04-07T02:27:15.731Z | real 4:02.839282875 |
| 3018 | 2026-04-07T02:27:15.731Z | user 20:28.738101026 |
| 3019 | 2026-04-07T02:27:15.731Z | sys 4:41.161118232 |
| 3020 | 2026-04-07T02:27:15.731Z | trap 0.490585221 |
| 3021 | 2026-04-07T02:27:15.731Z | tflt 0.124692165 |
| 3022 | 2026-04-07T02:27:15.731Z | dflt 0.188466370 |
| 3023 | 2026-04-07T02:27:15.731Z | kflt 0.000944451 |
| 3024 | 2026-04-07T02:27:15.731Z | lock 56:31.509356461 |
| 3025 | 2026-04-07T02:27:15.731Z | slp 56:27.785150758 |
| 3026 | 2026-04-07T02:27:15.731Z | lat 1:50.578976836 |
| 3027 | 2026-04-07T02:27:15.731Z | stop 10:12.735233281 |
| 3028 | 2026-04-07T02:27:15.731Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3029 | 2026-04-07T02:27:15.731Z | + ptime -m cargo doc --workspace --no-deps |
| 3030 | 2026-04-07T02:27:16.602Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3031 | 2026-04-07T02:27:16.602Z | | |
| 3032 | 2026-04-07T02:27:16.602Z | = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)` |
| 3033 | 2026-04-07T02:27:16.602Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3034 | 2026-04-07T02:27:17.530Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3035 | 2026-04-07T02:27:17.754Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3036 | 2026-04-07T02:27:17.796Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3037 | 2026-04-07T02:27:17.856Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3038 | 2026-04-07T02:27:17.926Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3039 | 2026-04-07T02:27:18.025Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3040 | 2026-04-07T02:27:18.049Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3041 | 2026-04-07T02:27:18.076Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3042 | 2026-04-07T02:27:18.125Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3043 | 2026-04-07T02:27:18.150Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3044 | 2026-04-07T02:27:18.315Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3045 | 2026-04-07T02:27:18.336Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3046 | 2026-04-07T02:27:18.356Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3047 | 2026-04-07T02:27:18.375Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3048 | 2026-04-07T02:27:18.394Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3049 | 2026-04-07T02:27:18.416Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3050 | 2026-04-07T02:27:18.448Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3051 | 2026-04-07T02:27:18.471Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3052 | 2026-04-07T02:27:18.492Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3053 | 2026-04-07T02:27:18.540Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3054 | 2026-04-07T02:27:18.819Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3055 | 2026-04-07T02:27:19.098Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3056 | 2026-04-07T02:27:19.126Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3057 | 2026-04-07T02:27:19.242Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3058 | 2026-04-07T02:27:19.265Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3059 | 2026-04-07T02:27:19.303Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3060 | 2026-04-07T02:27:19.392Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3061 | 2026-04-07T02:27:19.457Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3062 | 2026-04-07T02:27:19.514Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3063 | 2026-04-07T02:27:19.641Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3064 | 2026-04-07T02:27:19.662Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3065 | 2026-04-07T02:27:19.847Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3066 | 2026-04-07T02:27:19.892Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3067 | 2026-04-07T02:27:19.916Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3068 | 2026-04-07T02:27:20.079Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3069 | 2026-04-07T02:27:20.104Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3070 | 2026-04-07T02:27:20.189Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3071 | 2026-04-07T02:27:20.333Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3072 | 2026-04-07T02:27:20.422Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3073 | 2026-04-07T02:27:20.463Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3074 | 2026-04-07T02:27:20.650Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3075 | 2026-04-07T02:27:20.739Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3076 | 2026-04-07T02:27:20.906Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3077 | 2026-04-07T02:27:20.932Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3078 | 2026-04-07T02:27:20.973Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3079 | 2026-04-07T02:27:21.069Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3080 | 2026-04-07T02:27:21.172Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3081 | 2026-04-07T02:27:21.260Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3082 | 2026-04-07T02:27:21.313Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3083 | 2026-04-07T02:27:21.404Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3084 | 2026-04-07T02:27:21.462Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3085 | 2026-04-07T02:27:21.505Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3086 | 2026-04-07T02:27:21.531Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3087 | 2026-04-07T02:27:21.624Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3088 | 2026-04-07T02:27:21.806Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3089 | 2026-04-07T02:27:21.825Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3090 | 2026-04-07T02:27:21.867Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3091 | 2026-04-07T02:27:21.895Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3092 | 2026-04-07T02:27:22.056Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3093 | 2026-04-07T02:27:22.080Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3094 | 2026-04-07T02:27:22.100Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3095 | 2026-04-07T02:27:22.257Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3096 | 2026-04-07T02:27:22.323Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3097 | 2026-04-07T02:27:22.350Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3098 | 2026-04-07T02:27:22.391Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3099 | 2026-04-07T02:27:22.459Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3100 | 2026-04-07T02:27:22.523Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3101 | 2026-04-07T02:27:22.549Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3102 | 2026-04-07T02:27:22.717Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3103 | 2026-04-07T02:27:22.742Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3104 | 2026-04-07T02:27:22.746Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3105 | 2026-04-07T02:27:22.764Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3106 | 2026-04-07T02:27:22.807Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3107 | 2026-04-07T02:27:23.164Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3108 | 2026-04-07T02:27:23.187Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3109 | 2026-04-07T02:27:23.507Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3110 | 2026-04-07T02:27:23.876Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3111 | 2026-04-07T02:27:23.964Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3112 | 2026-04-07T02:27:24.105Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3113 | 2026-04-07T02:27:24.392Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3114 | 2026-04-07T02:27:24.417Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3115 | 2026-04-07T02:27:24.582Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3116 | 2026-04-07T02:27:24.875Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3117 | 2026-04-07T02:27:25.114Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3118 | 2026-04-07T02:27:25.361Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3119 | 2026-04-07T02:27:25.415Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3120 | 2026-04-07T02:27:25.928Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3121 | 2026-04-07T02:27:26.548Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3122 | 2026-04-07T02:27:27.130Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3123 | 2026-04-07T02:27:27.167Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3124 | 2026-04-07T02:27:27.266Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3125 | 2026-04-07T02:27:27.340Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3126 | 2026-04-07T02:27:27.462Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3127 | 2026-04-07T02:27:27.874Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3128 | 2026-04-07T02:27:28.155Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3129 | 2026-04-07T02:27:28.215Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3130 | 2026-04-07T02:27:28.409Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3131 | 2026-04-07T02:27:28.495Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3132 | 2026-04-07T02:27:28.541Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3133 | 2026-04-07T02:27:28.732Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3134 | 2026-04-07T02:27:28.823Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3135 | 2026-04-07T02:27:28.846Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3136 | 2026-04-07T02:27:28.999Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3137 | 2026-04-07T02:27:29.080Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3138 | 2026-04-07T02:27:29.130Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3139 | 2026-04-07T02:27:29.389Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3140 | 2026-04-07T02:27:29.736Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3141 | 2026-04-07T02:27:30.263Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3142 | 2026-04-07T02:27:30.490Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3143 | 2026-04-07T02:27:31.133Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3144 | 2026-04-07T02:27:31.298Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3145 | 2026-04-07T02:27:31.329Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3146 | 2026-04-07T02:27:31.720Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3147 | 2026-04-07T02:27:32.070Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3148 | 2026-04-07T02:27:32.231Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3149 | 2026-04-07T02:27:32.506Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3150 | 2026-04-07T02:27:32.638Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3151 | 2026-04-07T02:27:32.785Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3152 | 2026-04-07T02:27:33.088Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3153 | 2026-04-07T02:27:33.381Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3154 | 2026-04-07T02:27:33.433Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3155 | 2026-04-07T02:27:33.661Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3156 | 2026-04-07T02:27:33.735Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3157 | 2026-04-07T02:27:33.822Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3158 | 2026-04-07T02:27:33.867Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3159 | 2026-04-07T02:27:34.594Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3160 | 2026-04-07T02:27:34.735Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3161 | 2026-04-07T02:27:35.079Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3162 | 2026-04-07T02:27:35.327Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3163 | 2026-04-07T02:27:35.783Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3164 | 2026-04-07T02:27:36.186Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3165 | 2026-04-07T02:27:37.146Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3166 | 2026-04-07T02:27:37.540Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3167 | 2026-04-07T02:27:37.820Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3168 | 2026-04-07T02:27:38.039Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3169 | 2026-04-07T02:27:38.089Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3170 | 2026-04-07T02:27:38.544Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3171 | 2026-04-07T02:27:38.571Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3172 | 2026-04-07T02:27:38.745Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3173 | 2026-04-07T02:27:39.201Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3174 | 2026-04-07T02:27:39.417Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3175 | 2026-04-07T02:27:39.499Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3176 | 2026-04-07T02:27:39.741Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3177 | 2026-04-07T02:27:39.801Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3178 | 2026-04-07T02:27:40.071Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3179 | 2026-04-07T02:27:41.050Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3180 | 2026-04-07T02:27:41.699Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3181 | 2026-04-07T02:27:42.261Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3182 | 2026-04-07T02:27:43.059Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3183 | 2026-04-07T02:27:43.773Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3184 | 2026-04-07T02:27:44.863Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3185 | 2026-04-07T02:27:45.152Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3186 | 2026-04-07T02:27:45.262Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3187 | 2026-04-07T02:27:45.963Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3188 | 2026-04-07T02:27:47.222Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3189 | 2026-04-07T02:27:48.212Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3190 | 2026-04-07T02:27:48.427Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3191 | 2026-04-07T02:27:48.632Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3192 | 2026-04-07T02:27:48.753Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3193 | 2026-04-07T02:27:48.905Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3194 | 2026-04-07T02:27:49.376Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3195 | 2026-04-07T02:27:49.499Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3196 | 2026-04-07T02:27:49.823Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3197 | 2026-04-07T02:27:50.063Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3198 | 2026-04-07T02:27:50.168Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3199 | 2026-04-07T02:27:50.203Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3200 | 2026-04-07T02:27:50.245Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3201 | 2026-04-07T02:27:50.510Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3202 | 2026-04-07T02:27:50.627Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3203 | 2026-04-07T02:27:50.936Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3204 | 2026-04-07T02:27:51.158Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3205 | 2026-04-07T02:27:51.219Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3206 | 2026-04-07T02:27:51.639Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3207 | 2026-04-07T02:27:51.883Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3208 | 2026-04-07T02:27:51.922Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3209 | 2026-04-07T02:27:52.735Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3210 | 2026-04-07T02:27:53.061Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3211 | 2026-04-07T02:27:53.783Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3212 | 2026-04-07T02:27:54.348Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3213 | 2026-04-07T02:27:54.729Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3214 | 2026-04-07T02:27:55.876Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3215 | 2026-04-07T02:27:57.344Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3216 | 2026-04-07T02:27:58.518Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3217 | 2026-04-07T02:27:58.912Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3218 | 2026-04-07T02:27:59.314Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3219 | 2026-04-07T02:28:01.022Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3220 | 2026-04-07T02:28:02.142Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3221 | 2026-04-07T02:28:03.240Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3222 | 2026-04-07T02:28:04.184Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3223 | 2026-04-07T02:28:04.625Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3224 | 2026-04-07T02:28:05.299Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3225 | 2026-04-07T02:28:07.722Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3226 | 2026-04-07T02:28:07.747Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3227 | 2026-04-07T02:28:07.962Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3228 | 2026-04-07T02:28:08.416Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3229 | 2026-04-07T02:28:08.565Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3230 | 2026-04-07T02:28:08.895Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3231 | 2026-04-07T02:28:09.419Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3232 | 2026-04-07T02:28:14.348Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3233 | 2026-04-07T02:28:14.934Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3234 | 2026-04-07T02:28:15.538Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3235 | 2026-04-07T02:28:16.871Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3236 | 2026-04-07T02:28:17.629Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3237 | 2026-04-07T02:28:18.289Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3238 | 2026-04-07T02:28:19.051Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3239 | 2026-04-07T02:28:19.915Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3240 | 2026-04-07T02:28:20.435Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3241 | 2026-04-07T02:28:21.343Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3242 | 2026-04-07T02:28:22.346Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3243 | 2026-04-07T02:28:23.003Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3244 | 2026-04-07T02:28:23.584Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3245 | 2026-04-07T02:28:23.813Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3246 | 2026-04-07T02:28:24.569Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3247 | 2026-04-07T02:28:25.434Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3248 | 2026-04-07T02:28:27.544Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3249 | 2026-04-07T02:28:29.164Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3250 | 2026-04-07T02:28:30.286Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3251 | 2026-04-07T02:28:30.890Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3252 | 2026-04-07T02:28:31.557Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3253 | 2026-04-07T02:28:32.703Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3254 | 2026-04-07T02:28:33.736Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3255 | 2026-04-07T02:28:35.953Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3256 | 2026-04-07T02:28:36.372Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3257 | 2026-04-07T02:28:37.340Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3258 | 2026-04-07T02:28:38.446Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3259 | 2026-04-07T02:28:39.905Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3260 | 2026-04-07T02:28:41.056Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3261 | 2026-04-07T02:28:42.338Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3262 | 2026-04-07T02:28:44.710Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3263 | 2026-04-07T02:28:48.311Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3264 | 2026-04-07T02:28:49.983Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3265 | 2026-04-07T02:28:51.567Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3266 | 2026-04-07T02:28:53.083Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3267 | 2026-04-07T02:28:54.502Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3268 | 2026-04-07T02:28:58.192Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3269 | 2026-04-07T02:28:59.575Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3270 | 2026-04-07T02:29:00.129Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3271 | 2026-04-07T02:29:01.083Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3272 | 2026-04-07T02:29:02.830Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3273 | 2026-04-07T02:29:04.550Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3274 | 2026-04-07T02:29:06.533Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3275 | 2026-04-07T02:29:08.347Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3276 | 2026-04-07T02:29:10.037Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3277 | 2026-04-07T02:29:11.693Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3278 | 2026-04-07T02:29:13.793Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3279 | 2026-04-07T02:29:15.219Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3280 | 2026-04-07T02:29:17.031Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3281 | 2026-04-07T02:29:18.750Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3282 | 2026-04-07T02:29:20.462Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3283 | 2026-04-07T02:29:22.242Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3284 | 2026-04-07T02:29:24.166Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3285 | 2026-04-07T02:29:25.696Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3286 | 2026-04-07T02:29:27.510Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3287 | 2026-04-07T02:29:29.341Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3288 | 2026-04-07T02:29:31.844Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3289 | 2026-04-07T02:29:33.490Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3290 | 2026-04-07T02:29:35.311Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3291 | 2026-04-07T02:29:37.611Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3292 | 2026-04-07T02:29:39.588Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3293 | 2026-04-07T02:29:41.491Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3294 | 2026-04-07T02:29:43.516Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3295 | 2026-04-07T02:29:45.506Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3296 | 2026-04-07T02:29:48.767Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3297 | 2026-04-07T02:29:49.902Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3298 | 2026-04-07T02:29:52.091Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3299 | 2026-04-07T02:29:54.250Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3300 | 2026-04-07T02:29:56.394Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3301 | 2026-04-07T02:29:58.463Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3302 | 2026-04-07T02:30:00.663Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3303 | 2026-04-07T02:30:02.807Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3304 | 2026-04-07T02:30:04.841Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3305 | 2026-04-07T02:30:07.334Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3306 | 2026-04-07T02:30:09.568Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3307 | 2026-04-07T02:30:11.263Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3308 | 2026-04-07T02:30:13.330Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3309 | 2026-04-07T02:30:15.476Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3310 | 2026-04-07T02:30:17.643Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3311 | 2026-04-07T02:30:19.749Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3312 | 2026-04-07T02:30:22.012Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3313 | 2026-04-07T02:30:24.242Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3314 | 2026-04-07T02:30:26.351Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3315 | 2026-04-07T02:30:28.429Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3316 | 2026-04-07T02:30:30.631Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3317 | 2026-04-07T02:30:32.959Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3318 | 2026-04-07T02:30:35.540Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3319 | 2026-04-07T02:30:37.699Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3320 | 2026-04-07T02:30:39.811Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3321 | 2026-04-07T02:30:42.089Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3322 | 2026-04-07T02:30:44.387Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3323 | 2026-04-07T02:30:46.729Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3324 | 2026-04-07T02:30:48.906Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3325 | 2026-04-07T02:30:51.294Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3326 | 2026-04-07T02:30:53.641Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3327 | 2026-04-07T02:30:55.914Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3328 | 2026-04-07T02:30:58.323Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3329 | 2026-04-07T02:31:00.706Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3330 | 2026-04-07T02:31:03.032Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3331 | 2026-04-07T02:31:05.520Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3332 | 2026-04-07T02:31:07.931Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3333 | 2026-04-07T02:31:10.186Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3334 | 2026-04-07T02:31:12.835Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3335 | 2026-04-07T02:31:15.180Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3336 | 2026-04-07T02:31:17.675Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3337 | 2026-04-07T02:31:19.972Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3338 | 2026-04-07T02:31:22.512Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3339 | 2026-04-07T02:31:25.371Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3340 | 2026-04-07T02:31:27.598Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3341 | 2026-04-07T02:31:30.146Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3342 | 2026-04-07T02:31:32.612Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3343 | 2026-04-07T02:31:39.850Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3344 | 2026-04-07T02:31:40.123Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3345 | 2026-04-07T02:31:43.313Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3346 | 2026-04-07T02:31:47.941Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3347 | 2026-04-07T02:31:50.725Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3348 | 2026-04-07T02:31:54.380Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3349 | 2026-04-07T02:31:57.823Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3350 | 2026-04-07T02:32:01.447Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3351 | 2026-04-07T02:32:04.886Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3352 | 2026-04-07T02:32:08.501Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3353 | 2026-04-07T02:32:12.117Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3354 | 2026-04-07T02:32:15.651Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3355 | 2026-04-07T02:32:19.182Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3356 | 2026-04-07T02:32:22.864Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3357 | 2026-04-07T02:32:26.358Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3358 | 2026-04-07T02:32:29.889Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3359 | 2026-04-07T02:32:33.410Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3360 | 2026-04-07T02:32:37.076Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3361 | 2026-04-07T02:32:40.555Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3362 | 2026-04-07T02:32:44.106Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3363 | 2026-04-07T02:32:47.650Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3364 | 2026-04-07T02:32:51.267Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3365 | 2026-04-07T02:32:55.014Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3366 | 2026-04-07T02:32:58.508Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3367 | 2026-04-07T02:33:02.075Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3368 | 2026-04-07T02:33:05.676Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3369 | 2026-04-07T02:33:09.221Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3370 | 2026-04-07T02:33:37.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 22s |
| 3371 | 2026-04-07T02:33:37.969Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files |
| 3372 | 2026-04-07T02:33:38.071Z | |
| 3373 | 2026-04-07T02:33:38.075Z | real 6:22.224088353 |
| 3374 | 2026-04-07T02:33:38.075Z | user 17:13.707147860 |
| 3375 | 2026-04-07T02:33:38.075Z | sys 3:38.496932931 |
| 3376 | 2026-04-07T02:33:38.075Z | trap 0.260314522 |
| 3377 | 2026-04-07T02:33:38.075Z | tflt 0.018422260 |
| 3378 | 2026-04-07T02:33:38.075Z | dflt 0.013147190 |
| 3379 | 2026-04-07T02:33:38.075Z | kflt 0.000077307 |
| 3380 | 2026-04-07T02:33:38.075Z | lock 5:57:09.526812631 |
| 3381 | 2026-04-07T02:33:38.075Z | slp 2:08:12.142940111 |
| 3382 | 2026-04-07T02:33:38.075Z | lat 33.857026348 |
| 3383 | 2026-04-07T02:33:38.075Z | stop 1:42.378038267 |
| 3384 | 2026-04-07T02:33:38.075Z | process exited: duration 797335 ms, exit code 0 |
| |
| 3385 | 2026-04-07T02:33:38.082Z | found 0 output files |