|
|
|
| 1 | 2025-01-30T19:29:04.226Z | job assigned to worker 01JJWAYSZKPM8K1D3E97XNCFEK [factory aws, i-03e3662a65302f8fb] (queued for 58 s) |
| |
| 2 | 2025-01-30T19:29:11.817Z | starting task 0: "setup" |
| 3 | 2025-01-30T19:29:11.826Z | ++ uname -s |
| 4 | 2025-01-30T19:29:11.829Z | + kern=SunOS |
| 5 | 2025-01-30T19:29:11.829Z | + build_user=build |
| 6 | 2025-01-30T19:29:11.829Z | + build_uid=12345 |
| 7 | 2025-01-30T19:29:11.829Z | + work_dir=/work |
| 8 | 2025-01-30T19:29:11.829Z | + input_dir=/input |
| 9 | 2025-01-30T19:29:11.829Z | + [[ 0 == 12345 ]] |
| 10 | 2025-01-30T19:29:11.829Z | + case "$kern" in |
| 11 | 2025-01-30T19:29:11.829Z | + groupadd -g 12345 build |
| 12 | 2025-01-30T19:29:11.831Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-01-30T19:29:13.839Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-01-30T19:29:13.958Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-01-30T19:29:13.960Z | + home_fs=zfs |
| 16 | 2025-01-30T19:29:13.960Z | + [[ zfs == autofs ]] |
| 17 | 2025-01-30T19:29:13.960Z | + mkdir -p /home/build |
| 18 | 2025-01-30T19:29:13.963Z | + chown build:build /home/build /work |
| 19 | 2025-01-30T19:29:15.964Z | + chmod 0700 /home/build /work |
| 20 | 2025-01-30T19:29:15.967Z | process exited: duration 4151 ms, exit code 0 |
| |
| 21 | 2025-01-30T19:29:15.972Z | starting task 1: "rust-toolchain" |
| 22 | 2025-01-30T19:29:15.977Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
| 23 | 2025-01-30T19:29:15.978Z | * rust toolchain channel = "1.84.0" |
| 24 | 2025-01-30T19:29:15.978Z | * rust toolchain profile = "default" |
| 25 | 2025-01-30T19:29:15.978Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-01-30T19:29:15.978Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-01-30T19:29:15.979Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-01-30T19:29:15.982Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-01-30T19:29:15.982Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 30 | 2025-01-30T19:29:16.071Z | info: downloading installer |
| 31 | 2025-01-30T19:29:17.251Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-01-30T19:29:17.251Z | warning: /opt/ooce/bin |
| 33 | 2025-01-30T19:29:17.251Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-01-30T19:29:17.251Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-01-30T19:29:17.252Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-01-30T19:29:17.252Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-01-30T19:29:17.252Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-01-30T19:29:17.252Z | error: cannot install while Rust is installed |
| 39 | 2025-01-30T19:29:17.252Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-01-30T19:29:17.267Z | info: profile set to 'default' |
| 41 | 2025-01-30T19:29:17.267Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-01-30T19:29:17.269Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-30T19:29:17.437Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 44 | 2025-01-30T19:29:17.437Z | info: downloading component 'cargo' |
| 45 | 2025-01-30T19:29:18.456Z | info: downloading component 'clippy' |
| 46 | 2025-01-30T19:29:18.875Z | info: downloading component 'rust-docs' |
| 47 | 2025-01-30T19:29:20.364Z | info: downloading component 'rust-std' |
| 48 | 2025-01-30T19:29:23.435Z | info: downloading component 'rustc' |
| 49 | 2025-01-30T19:29:32.919Z | info: downloading component 'rustfmt' |
| 50 | 2025-01-30T19:29:33.409Z | info: installing component 'cargo' |
| 51 | 2025-01-30T19:29:34.238Z | info: installing component 'clippy' |
| 52 | 2025-01-30T19:29:34.618Z | info: installing component 'rust-docs' |
| 53 | 2025-01-30T19:29:36.274Z | info: installing component 'rust-std' |
| 54 | 2025-01-30T19:29:37.994Z | info: installing component 'rustc' |
| 55 | 2025-01-30T19:29:44.028Z | info: installing component 'rustfmt' |
| 56 | 2025-01-30T19:29:44.366Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 57 | 2025-01-30T19:29:44.366Z | |
| 58 | 2025-01-30T19:29:44.760Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 59 | 2025-01-30T19:29:44.760Z | |
| 60 | 2025-01-30T19:29:44.763Z | |
| 61 | 2025-01-30T19:29:44.763Z | Rust is installed now. Great! |
| 62 | 2025-01-30T19:29:44.763Z | |
| 63 | 2025-01-30T19:29:44.763Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-01-30T19:29:44.763Z | environment variable. This has not been done automatically. |
| 65 | 2025-01-30T19:29:44.763Z | |
| 66 | 2025-01-30T19:29:44.763Z | To configure your current shell, you need to source |
| 67 | 2025-01-30T19:29:44.763Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-01-30T19:29:44.763Z | |
| 69 | 2025-01-30T19:29:44.763Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-01-30T19:29:44.763Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-01-30T19:29:44.763Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-01-30T19:29:44.839Z | + rustup --version |
| 73 | 2025-01-30T19:29:44.846Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-01-30T19:29:44.846Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-01-30T19:29:44.927Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
| 76 | 2025-01-30T19:29:44.931Z | + cargo --version |
| 77 | 2025-01-30T19:29:44.991Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 78 | 2025-01-30T19:29:44.994Z | + rustc --version |
| 79 | 2025-01-30T19:29:45.055Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 80 | 2025-01-30T19:29:45.059Z | process exited: duration 29080 ms, exit code 0 |
| |
| 81 | 2025-01-30T19:29:45.064Z | starting task 2: "authentication" |
| 82 | 2025-01-30T19:29:45.086Z | process exited: duration 21 ms, exit code 0 |
| |
| 83 | 2025-01-30T19:29:45.092Z | starting task 3: "clone repository" |
| 84 | 2025-01-30T19:29:45.097Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-01-30T19:29:45.100Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-01-30T19:29:45.136Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-01-30T19:29:53.275Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-01-30T19:29:53.275Z | + git fetch origin e21fac85dc75e2bcdb917a1eb75bad068e397b96 |
| 89 | 2025-01-30T19:29:53.583Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-01-30T19:29:53.583Z | * branch e21fac85dc75e2bcdb917a1eb75bad068e397b96 -> FETCH_HEAD |
| 91 | 2025-01-30T19:29:53.593Z | + [[ -n affinity ]] |
| 92 | 2025-01-30T19:29:53.596Z | ++ git branch --show-current |
| 93 | 2025-01-30T19:29:53.599Z | + current=main |
| 94 | 2025-01-30T19:29:53.600Z | + [[ main != affinity ]] |
| 95 | 2025-01-30T19:29:53.600Z | + git branch -f affinity e21fac85dc75e2bcdb917a1eb75bad068e397b96 |
| 96 | 2025-01-30T19:29:53.603Z | + git checkout -f affinity |
| 97 | 2025-01-30T19:29:53.776Z | Switched to branch 'affinity' |
| 98 | 2025-01-30T19:29:53.779Z | + git reset --hard e21fac85dc75e2bcdb917a1eb75bad068e397b96 |
| 99 | 2025-01-30T19:29:53.809Z | HEAD is now at e21fac85d Merge branch 'main' into affinity |
| 100 | 2025-01-30T19:29:53.813Z | process exited: duration 8717 ms, exit code 0 |
| |
| 101 | 2025-01-30T19:29:53.819Z | starting task 4: "build" |
| 102 | 2025-01-30T19:29:53.825Z | + source ./env.sh |
| 103 | 2025-01-30T19:29:53.828Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2025-01-30T19:29:53.828Z | ++ set -o xtrace |
| 105 | 2025-01-30T19:29:53.832Z | ++++ dirname ./env.sh |
| 106 | 2025-01-30T19:29:53.832Z | +++ readlink -f . |
| 107 | 2025-01-30T19:29:53.835Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2025-01-30T19:29:53.835Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2025-01-30T19:29:53.835Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2025-01-30T19:29:53.835Z | ++ 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 |
| 111 | 2025-01-30T19:29:53.837Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2025-01-30T19:29:53.837Z | ++ 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 |
| 113 | 2025-01-30T19:29:53.837Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2025-01-30T19:29:53.837Z | ++ 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 |
| 115 | 2025-01-30T19:29:53.837Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2025-01-30T19:29:53.837Z | ++ case $OLD_SHELL_OPTS in |
| 117 | 2025-01-30T19:29:53.837Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 118 | 2025-01-30T19:29:53.837Z | + source .github/buildomat/ci-env.sh |
| 119 | 2025-01-30T19:29:53.837Z | ++ export CARGO_TERM_COLOR=always |
| 120 | 2025-01-30T19:29:53.837Z | ++ CARGO_TERM_COLOR=always |
| 121 | 2025-01-30T19:29:53.837Z | + cargo --version |
| 122 | 2025-01-30T19:29:53.883Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 123 | 2025-01-30T19:29:53.885Z | + rustc --version |
| 124 | 2025-01-30T19:29:53.945Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 125 | 2025-01-30T19:29:53.948Z | + banner prerequisites |
| 126 | 2025-01-30T19:29:53.951Z | |
| 127 | 2025-01-30T19:29:53.951Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 128 | 2025-01-30T19:29:53.951Z | # # # # # # # # # # # # # # # |
| 129 | 2025-01-30T19:29:53.951Z | # # # # ##### # # ##### # # # # # #### # |
| 130 | 2025-01-30T19:29:53.951Z | ##### ##### # ##### # # # # # # # # # |
| 131 | 2025-01-30T19:29:53.951Z | # # # # # # # # # # # # # # # |
| 132 | 2025-01-30T19:29:53.951Z | # # # ###### # # ###### ### # #### # #### # |
| 133 | 2025-01-30T19:29:53.951Z | |
| 134 | 2025-01-30T19:29:53.954Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 135 | 2025-01-30T19:29:55.580Z | pkg list: illegal option -- F |
| 136 | 2025-01-30T19:29:55.581Z | Usage: |
| 137 | 2025-01-30T19:29:55.583Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 138 | 2025-01-30T19:29:55.583Z | [pkg_fmri_pattern ...] |
| 139 | 2025-01-30T19:29:56.441Z | pkg list: illegal option -- F |
| 140 | 2025-01-30T19:29:56.442Z | Usage: |
| 141 | 2025-01-30T19:29:56.445Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 142 | 2025-01-30T19:29:56.445Z | [pkg_fmri_pattern ...] |
| 143 | 2025-01-30T19:30:04.222Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 144 | 2025-01-30T19:30:08.270Z | Startup: Caching catalogs ... Done |
| 145 | 2025-01-30T19:30:19.427Z | Planning: Solver setup ... Done (10.351s) |
| 146 | 2025-01-30T19:30:19.573Z | Planning: Running solver ... Done (0.146s) |
| 147 | 2025-01-30T19:30:19.684Z | Planning: Finding local manifests ... Done (0.006s) |
| 148 | 2025-01-30T19:30:19.700Z | Planning: Fetching manifests: 0/7 0% complete |
| 149 | 2025-01-30T19:30:19.984Z | Planning: Fetching manifests: 7/7 100% complete |
| 150 | 2025-01-30T19:30:20.093Z | Planning: Package planning ... Done (0.109s) |
| 151 | 2025-01-30T19:30:20.149Z | Planning: Merging actions ... Done (0.056s) |
| 152 | 2025-01-30T19:30:20.347Z | Planning: Checking for conflicting actions ... Done (0.197s) |
| 153 | 2025-01-30T19:30:22.421Z | Planning: Consolidating action changes ... Done (2.073s) |
| 154 | 2025-01-30T19:30:22.855Z | Planning: Evaluating mediators ... Done (0.434s) |
| 155 | 2025-01-30T19:30:22.936Z | Planning: Planning completed in 14.57 seconds |
| 156 | 2025-01-30T19:30:22.952Z | Packages to install: 4 |
| 157 | 2025-01-30T19:30:22.952Z | Packages to update: 3 |
| 158 | 2025-01-30T19:30:22.955Z | Mediators to change: 2 |
| 159 | 2025-01-30T19:30:22.955Z | Services to change: 1 |
| 160 | 2025-01-30T19:30:22.955Z | Estimated space available: 155.61 GB |
| 161 | 2025-01-30T19:30:22.955Z | Estimated space to be consumed: 1.64 GB |
| 162 | 2025-01-30T19:30:22.955Z | Create boot environment: No |
| 163 | 2025-01-30T19:30:22.955Z | Create backup boot environment: Yes |
| 164 | 2025-01-30T19:30:22.955Z | Rebuild boot archive: No |
| 165 | 2025-01-30T19:30:22.955Z | |
| 166 | 2025-01-30T19:30:22.955Z | Changed mediators: |
| 167 | 2025-01-30T19:30:22.955Z | mediator clang: |
| 168 | 2025-01-30T19:30:22.955Z | version: None -> 15 (system default) |
| 169 | 2025-01-30T19:30:22.955Z | |
| 170 | 2025-01-30T19:30:22.955Z | mediator llvm: |
| 171 | 2025-01-30T19:30:22.955Z | version: 14 (system default) -> 15 (system default) |
| 172 | 2025-01-30T19:30:22.955Z | |
| 173 | 2025-01-30T19:30:22.955Z | Changed packages: |
| 174 | 2025-01-30T19:30:22.955Z | helios-dev |
| 175 | 2025-01-30T19:30:22.955Z | developer/build-essential |
| 176 | 2025-01-30T19:30:22.955Z | None -> 11-2.0 |
| 177 | 2025-01-30T19:30:22.955Z | library/libxmlsec1 |
| 178 | 2025-01-30T19:30:22.955Z | None -> 1.2.35-2.0 |
| 179 | 2025-01-30T19:30:22.955Z | ooce/developer/clang-15 |
| 180 | 2025-01-30T19:30:22.955Z | None -> 15.0.7-2.0 |
| 181 | 2025-01-30T19:30:22.955Z | ooce/developer/llvm-15 |
| 182 | 2025-01-30T19:30:22.955Z | None -> 15.0.7-2.0 |
| 183 | 2025-01-30T19:30:22.955Z | package/pkg |
| 184 | 2025-01-30T19:30:22.955Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 185 | 2025-01-30T19:30:22.955Z | system/library/g++-runtime |
| 186 | 2025-01-30T19:30:22.955Z | 13-2.0 -> 14-2.0 |
| 187 | 2025-01-30T19:30:22.955Z | system/library/gcc-runtime |
| 188 | 2025-01-30T19:30:22.955Z | 13-2.0 -> 14-2.0 |
| 189 | 2025-01-30T19:30:22.955Z | |
| 190 | 2025-01-30T19:30:22.956Z | Services: |
| 191 | 2025-01-30T19:30:22.956Z | restart_fmri: |
| 192 | 2025-01-30T19:30:22.956Z | svc:/system/update-man-index:default |
| 193 | 2025-01-30T19:30:22.956Z | |
| 194 | 2025-01-30T19:30:22.956Z | Editable files to change: |
| 195 | 2025-01-30T19:30:22.956Z | Update: |
| 196 | 2025-01-30T19:30:22.956Z | usr/share/lib/pkg/web/config.shtml |
| 197 | 2025-01-30T19:30:23.035Z | |
| 198 | 2025-01-30T19:30:23.035Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 199 | 2025-01-30T19:30:28.038Z | Download: 508/4301 items 17.2/225.4MB 7% complete (3.6M/s) |
| 200 | 2025-01-30T19:30:33.070Z | Download: 1193/4301 items 63.0/225.4MB 27% complete (6.4M/s) |
| 201 | 2025-01-30T19:30:38.073Z | Download: 1757/4301 items 118.2/225.4MB 52% complete (10.1M/s) |
| 202 | 2025-01-30T19:30:43.085Z | Download: 2499/4301 items 120.3/225.4MB 53% complete (5.8M/s) |
| 203 | 2025-01-30T19:30:49.839Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.6M/s) |
| 204 | 2025-01-30T19:30:54.849Z | Download: 3691/4301 items 216.5/225.4MB 96% complete (9.5M/s) |
| 205 | 2025-01-30T19:31:00.167Z | Download: 4290/4301 items 224.1/225.4MB 99% complete (2.1M/s) |
| 206 | 2025-01-30T19:31:00.993Z | Download: Completed 225.42 MB in 37.95 seconds (5.9M/s) |
| 207 | 2025-01-30T19:31:03.192Z | Actions: 1/5122 actions (Removing old actions) |
| 208 | 2025-01-30T19:31:03.214Z | Actions: 194/5122 actions (Installing new actions) |
| 209 | 2025-01-30T19:31:07.954Z | Actions: 4267/5122 actions (Updating modified actions) |
| 210 | 2025-01-30T19:31:08.315Z | Actions: Completed 5122 actions in 5.12 seconds. |
| 211 | 2025-01-30T19:31:08.717Z | Done (0.394s) |
| 212 | 2025-01-30T19:31:08.720Z | Done (0.001s) |
| 213 | 2025-01-30T19:31:09.308Z | Done (0.589s) |
| 214 | 2025-01-30T19:31:13.756Z | Done (4.213s) |
| 215 | 2025-01-30T19:31:13.844Z | Done (0.019s) |
| 216 | 2025-01-30T19:31:13.847Z | Done (0.000s) |
| 217 | 2025-01-30T19:31:14.021Z | Done (0.000s) |
| 218 | 2025-01-30T19:31:14.722Z | Planning: Evaluating mediator changes ... Done |
| 219 | 2025-01-30T19:31:14.883Z | Planning: Checking for conflicting actions ... Done |
| 220 | 2025-01-30T19:31:14.886Z | Planning: Consolidating action changes ... Done |
| 221 | 2025-01-30T19:31:15.154Z | Planning: Evaluating mediators ... Done |
| 222 | 2025-01-30T19:31:15.157Z | Planning: Planning completed in 0.43 seconds |
| 223 | 2025-01-30T19:31:15.194Z | Mediators to change: 2 |
| 224 | 2025-01-30T19:31:15.194Z | Create boot environment: No |
| 225 | 2025-01-30T19:31:15.196Z | Create backup boot environment: No |
| 226 | 2025-01-30T19:31:15.279Z | Done |
| 227 | 2025-01-30T19:31:15.279Z | Done |
| 228 | 2025-01-30T19:31:15.643Z | Done |
| 229 | 2025-01-30T19:31:19.262Z | Done |
| 230 | 2025-01-30T19:31:19.350Z | Done |
| 231 | 2025-01-30T19:31:19.353Z | Done |
| 232 | 2025-01-30T19:31:19.485Z | Done |
| 233 | 2025-01-30T19:31:20.104Z | Planning: Evaluating mediator changes ... Done |
| 234 | 2025-01-30T19:31:20.107Z | Planning: Merging actions ... Done |
| 235 | 2025-01-30T19:31:20.294Z | Planning: Checking for conflicting actions ... Done |
| 236 | 2025-01-30T19:31:20.297Z | Planning: Consolidating action changes ... Done |
| 237 | 2025-01-30T19:31:20.565Z | Planning: Evaluating mediators ... Done |
| 238 | 2025-01-30T19:31:20.626Z | Planning: Planning completed in 0.77 seconds |
| 239 | 2025-01-30T19:31:20.668Z | Packages to change: 1 |
| 240 | 2025-01-30T19:31:20.668Z | Mediators to change: 1 |
| 241 | 2025-01-30T19:31:20.668Z | Services to change: 1 |
| 242 | 2025-01-30T19:31:20.668Z | Create boot environment: No |
| 243 | 2025-01-30T19:31:20.670Z | Create backup boot environment: Yes |
| 244 | 2025-01-30T19:31:22.874Z | Actions: 1/6 actions (Updating modified actions) |
| 245 | 2025-01-30T19:31:22.877Z | Actions: Completed 6 actions in 0.00 seconds. |
| 246 | 2025-01-30T19:31:22.877Z | Done |
| 247 | 2025-01-30T19:31:22.877Z | Done |
| 248 | 2025-01-30T19:31:22.995Z | Done |
| 249 | 2025-01-30T19:31:26.716Z | Done |
| 250 | 2025-01-30T19:31:26.805Z | Done |
| 251 | 2025-01-30T19:31:26.808Z | Done |
| 252 | 2025-01-30T19:31:26.921Z | Done |
| 253 | 2025-01-30T19:31:27.356Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 254 | 2025-01-30T19:31:27.357Z | clang system 15 system |
| 255 | 2025-01-30T19:31:27.357Z | csh system system illumos |
| 256 | 2025-01-30T19:31:27.357Z | ctags system system illumos |
| 257 | 2025-01-30T19:31:27.357Z | gcc vendor 12 vendor |
| 258 | 2025-01-30T19:31:27.357Z | gcc system 10 system |
| 259 | 2025-01-30T19:31:27.357Z | gcc system 7 system |
| 260 | 2025-01-30T19:31:27.357Z | go system 1.20 system |
| 261 | 2025-01-30T19:31:27.357Z | go system 1.19 system |
| 262 | 2025-01-30T19:31:27.357Z | llvm system 15 system |
| 263 | 2025-01-30T19:31:27.357Z | llvm system 14 system |
| 264 | 2025-01-30T19:31:27.357Z | mariadb system 10.6 system |
| 265 | 2025-01-30T19:31:27.357Z | mta vendor vendor dma |
| 266 | 2025-01-30T19:31:27.357Z | openjdk system 17 system |
| 267 | 2025-01-30T19:31:27.357Z | openjdk system 11 system |
| 268 | 2025-01-30T19:31:27.357Z | openjdk system 1.8 system |
| 269 | 2025-01-30T19:31:27.357Z | openssl vendor 3 vendor |
| 270 | 2025-01-30T19:31:27.357Z | perl system 5.36 system |
| 271 | 2025-01-30T19:31:27.357Z | postgresql system 15 system |
| 272 | 2025-01-30T19:31:27.357Z | postgresql system 13 system |
| 273 | 2025-01-30T19:31:27.357Z | python vendor 3 vendor |
| 274 | 2025-01-30T19:31:27.358Z | python system 2 system |
| 275 | 2025-01-30T19:31:27.358Z | python3 system 3.11 system |
| 276 | 2025-01-30T19:31:27.358Z | ruby system 3.0 system |
| 277 | 2025-01-30T19:31:27.358Z | words vendor vendor american-english |
| 278 | 2025-01-30T19:31:27.358Z | words system system australian-english |
| 279 | 2025-01-30T19:31:27.358Z | words system system british-english |
| 280 | 2025-01-30T19:31:27.358Z | words system system canadian-english |
| 281 | 2025-01-30T19:31:27.358Z | words system system french |
| 282 | 2025-01-30T19:31:27.358Z | words system system italian |
| 283 | 2025-01-30T19:31:27.358Z | words system system ngerman |
| 284 | 2025-01-30T19:31:27.358Z | words system system ogerman |
| 285 | 2025-01-30T19:31:27.358Z | words system system spanish |
| 286 | 2025-01-30T19:31:27.689Z | PUBLISHER TYPE STATUS P LOCATION |
| 287 | 2025-01-30T19:31:27.689Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 288 | 2025-01-30T19:31:30.466Z | FMRI IFO |
| 289 | 2025-01-30T19:31:30.466Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 290 | 2025-01-30T19:31:30.466Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 291 | 2025-01-30T19:31:30.466Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 292 | 2025-01-30T19:31:30.466Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 293 | 2025-01-30T19:31:30.466Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 294 | 2025-01-30T19:31:30.466Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 295 | 2025-01-30T19:31:30.466Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 296 | 2025-01-30T19:31:30.466Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 297 | 2025-01-30T19:31:30.466Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 298 | 2025-01-30T19:31:30.467Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 299 | 2025-01-30T19:31:30.467Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 300 | 2025-01-30T19:31:30.467Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 301 | 2025-01-30T19:31:30.467Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 302 | 2025-01-30T19:31:30.467Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 303 | 2025-01-30T19:31:30.467Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 304 | 2025-01-30T19:31:31.219Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 305 | 2025-01-30T19:31:31.492Z | Updating crates.io index |
| 306 | 2025-01-30T19:31:31.496Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 307 | 2025-01-30T19:31:31.855Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 308 | 2025-01-30T19:31:32.373Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 309 | 2025-01-30T19:31:32.659Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 310 | 2025-01-30T19:31:32.878Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 311 | 2025-01-30T19:31:33.148Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 312 | 2025-01-30T19:31:34.193Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 313 | 2025-01-30T19:31:36.017Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 314 | 2025-01-30T19:31:36.694Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 315 | 2025-01-30T19:31:37.568Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 316 | 2025-01-30T19:31:37.862Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 317 | 2025-01-30T19:31:38.150Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 318 | 2025-01-30T19:31:38.735Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 319 | 2025-01-30T19:31:39.076Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 320 | 2025-01-30T19:31:39.390Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 321 | 2025-01-30T19:31:39.667Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 322 | 2025-01-30T19:31:39.961Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 323 | 2025-01-30T19:31:40.210Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 324 | 2025-01-30T19:31:40.494Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 325 | 2025-01-30T19:31:40.902Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 326 | 2025-01-30T19:31:41.214Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 327 | 2025-01-30T19:31:41.609Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 328 | 2025-01-30T19:31:41.891Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 329 | 2025-01-30T19:31:42.282Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 330 | 2025-01-30T19:31:42.751Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 331 | 2025-01-30T19:31:43.143Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 332 | 2025-01-30T19:31:43.496Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 333 | 2025-01-30T19:31:43.911Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 334 | 2025-01-30T19:31:44.569Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 335 | 2025-01-30T19:31:44.820Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 336 | 2025-01-30T19:31:45.101Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 337 | 2025-01-30T19:31:46.512Z | Downloading crates ... |
| 338 | 2025-01-30T19:31:46.583Z | Downloaded bytecount v0.6.8 |
| 339 | 2025-01-30T19:31:46.586Z | Downloaded cargo-platform v0.1.8 |
| 340 | 2025-01-30T19:31:46.588Z | Downloaded camino-tempfile v1.1.1 |
| 341 | 2025-01-30T19:31:46.591Z | Downloaded camino v1.1.9 |
| 342 | 2025-01-30T19:31:46.593Z | Downloaded anstream v0.6.15 |
| 343 | 2025-01-30T19:31:46.596Z | Downloaded block-buffer v0.10.4 |
| 344 | 2025-01-30T19:31:46.596Z | Downloaded cfg-if v1.0.0 |
| 345 | 2025-01-30T19:31:46.598Z | Downloaded scroll_derive v0.12.0 |
| 346 | 2025-01-30T19:31:46.598Z | Downloaded anstyle-parse v0.2.5 |
| 347 | 2025-01-30T19:31:46.601Z | Downloaded equivalent v1.0.1 |
| 348 | 2025-01-30T19:31:46.606Z | Downloaded usdt-macro v0.5.0 |
| 349 | 2025-01-30T19:31:46.608Z | Downloaded proc-macro-error-attr v1.0.4 |
| 350 | 2025-01-30T19:31:46.608Z | Downloaded dtrace-parser v0.2.0 |
| 351 | 2025-01-30T19:31:46.623Z | Downloaded pretty-hex v0.4.1 |
| 352 | 2025-01-30T19:31:46.626Z | Downloaded swrite v0.1.0 |
| 353 | 2025-01-30T19:31:46.630Z | Downloaded clap_lex v0.7.4 |
| 354 | 2025-01-30T19:31:46.638Z | Downloaded usdt-attr-macro v0.5.0 |
| 355 | 2025-01-30T19:31:46.640Z | Downloaded bitflags v2.6.0 |
| 356 | 2025-01-30T19:31:46.643Z | Downloaded autocfg v1.4.0 |
| 357 | 2025-01-30T19:31:46.643Z | Downloaded anstyle v1.0.10 |
| 358 | 2025-01-30T19:31:46.656Z | Downloaded thiserror v1.0.69 |
| 359 | 2025-01-30T19:31:46.661Z | Downloaded memmap v0.7.0 |
| 360 | 2025-01-30T19:31:46.663Z | Downloaded smawk v0.3.2 |
| 361 | 2025-01-30T19:31:46.666Z | Downloaded fnv v1.0.7 |
| 362 | 2025-01-30T19:31:46.666Z | Downloaded fastrand v2.1.1 |
| 363 | 2025-01-30T19:31:46.666Z | Downloaded anstyle-query v1.1.1 |
| 364 | 2025-01-30T19:31:46.669Z | Downloaded version_check v0.9.5 |
| 365 | 2025-01-30T19:31:46.669Z | Downloaded terminal_size v0.4.0 |
| 366 | 2025-01-30T19:31:46.672Z | Downloaded tabled_derive v0.7.0 |
| 367 | 2025-01-30T19:31:46.672Z | Downloaded serde_tokenstream v0.2.2 |
| 368 | 2025-01-30T19:31:46.672Z | Downloaded fs-err v2.11.0 |
| 369 | 2025-01-30T19:31:46.675Z | Downloaded colorchoice v1.0.2 |
| 370 | 2025-01-30T19:31:46.675Z | Downloaded heck v0.5.0 |
| 371 | 2025-01-30T19:31:46.677Z | Downloaded dof v0.3.0 |
| 372 | 2025-01-30T19:31:46.677Z | Downloaded digest v0.10.7 |
| 373 | 2025-01-30T19:31:46.680Z | Downloaded unicode-linebreak v0.1.5 |
| 374 | 2025-01-30T19:31:46.682Z | Downloaded utf8parse v0.2.2 |
| 375 | 2025-01-30T19:31:46.682Z | Downloaded plain v0.2.3 |
| 376 | 2025-01-30T19:31:46.687Z | Downloaded pest_generator v2.7.14 |
| 377 | 2025-01-30T19:31:46.689Z | Downloaded is_terminal_polyfill v1.70.1 |
| 378 | 2025-01-30T19:31:46.692Z | Downloaded usdt-impl v0.5.0 |
| 379 | 2025-01-30T19:31:46.694Z | Downloaded macaddr v1.0.1 |
| 380 | 2025-01-30T19:31:46.697Z | Downloaded strsim v0.11.1 |
| 381 | 2025-01-30T19:31:46.699Z | Downloaded heck v0.4.1 |
| 382 | 2025-01-30T19:31:46.702Z | Downloaded cargo_metadata v0.18.1 |
| 383 | 2025-01-30T19:31:46.702Z | Downloaded itoa v1.0.11 |
| 384 | 2025-01-30T19:31:46.705Z | Downloaded cpufeatures v0.2.14 |
| 385 | 2025-01-30T19:31:46.707Z | Downloaded generic-array v0.14.7 |
| 386 | 2025-01-30T19:31:46.710Z | Downloaded thread-id v4.2.2 |
| 387 | 2025-01-30T19:31:46.710Z | Downloaded crypto-common v0.1.6 |
| 388 | 2025-01-30T19:31:46.713Z | Downloaded clap_derive v4.5.24 |
| 389 | 2025-01-30T19:31:46.715Z | Downloaded toml_datetime v0.6.8 |
| 390 | 2025-01-30T19:31:46.715Z | Downloaded byteorder v1.5.0 |
| 391 | 2025-01-30T19:31:46.718Z | Downloaded usdt v0.5.0 |
| 392 | 2025-01-30T19:31:46.718Z | Downloaded errno v0.3.9 |
| 393 | 2025-01-30T19:31:46.721Z | Downloaded cargo_toml v0.20.5 |
| 394 | 2025-01-30T19:31:46.724Z | Downloaded serde_spanned v0.6.8 |
| 395 | 2025-01-30T19:31:46.724Z | Downloaded once_cell v1.20.2 |
| 396 | 2025-01-30T19:31:46.732Z | Downloaded proc-macro-error v1.0.4 |
| 397 | 2025-01-30T19:31:46.735Z | Downloaded pest_derive v2.7.14 |
| 398 | 2025-01-30T19:31:46.738Z | Downloaded semver v1.0.24 |
| 399 | 2025-01-30T19:31:46.740Z | Downloaded scroll v0.12.0 |
| 400 | 2025-01-30T19:31:46.743Z | Downloaded thiserror-impl v1.0.69 |
| 401 | 2025-01-30T19:31:46.749Z | Downloaded anyhow v1.0.95 |
| 402 | 2025-01-30T19:31:46.752Z | Downloaded zerocopy-derive v0.7.35 |
| 403 | 2025-01-30T19:31:46.757Z | Downloaded tempfile v3.13.0 |
| 404 | 2025-01-30T19:31:46.760Z | Downloaded quote v1.0.38 |
| 405 | 2025-01-30T19:31:46.763Z | Downloaded ucd-trie v0.1.7 |
| 406 | 2025-01-30T19:31:46.766Z | Downloaded pest_meta v2.7.14 |
| 407 | 2025-01-30T19:31:46.768Z | Downloaded clap v4.5.27 |
| 408 | 2025-01-30T19:31:46.773Z | Downloaded sha2 v0.10.8 |
| 409 | 2025-01-30T19:31:46.776Z | Downloaded ryu v1.0.18 |
| 410 | 2025-01-30T19:31:46.778Z | Downloaded log v0.4.22 |
| 411 | 2025-01-30T19:31:46.783Z | Downloaded papergrid v0.11.0 |
| 412 | 2025-01-30T19:31:46.787Z | Downloaded typenum v1.17.0 |
| 413 | 2025-01-30T19:31:46.790Z | Downloaded proc-macro2 v1.0.92 |
| 414 | 2025-01-30T19:31:46.793Z | Downloaded toml v0.8.19 |
| 415 | 2025-01-30T19:31:46.796Z | Downloaded textwrap v0.16.1 |
| 416 | 2025-01-30T19:31:46.800Z | Downloaded serde_derive v1.0.217 |
| 417 | 2025-01-30T19:31:46.803Z | Downloaded unicode-ident v1.0.14 |
| 418 | 2025-01-30T19:31:46.813Z | Downloaded indexmap v2.7.1 |
| 419 | 2025-01-30T19:31:46.819Z | Downloaded serde v1.0.217 |
| 420 | 2025-01-30T19:31:46.861Z | Downloaded memchr v2.7.4 |
| 421 | 2025-01-30T19:31:46.867Z | Downloaded toml_edit v0.22.22 |
| 422 | 2025-01-30T19:31:46.887Z | Downloaded pest v2.7.14 |
| 423 | 2025-01-30T19:31:46.899Z | Downloaded serde_json v1.0.135 |
| 424 | 2025-01-30T19:31:46.908Z | Downloaded hashbrown v0.15.1 |
| 425 | 2025-01-30T19:31:46.919Z | Downloaded zerocopy v0.7.35 |
| 426 | 2025-01-30T19:31:46.934Z | Downloaded winnow v0.6.20 |
| 427 | 2025-01-30T19:31:46.942Z | Downloaded tabled v0.15.0 |
| 428 | 2025-01-30T19:31:46.957Z | Downloaded goblin v0.8.2 |
| 429 | 2025-01-30T19:31:46.962Z | Downloaded unicode-width v0.1.14 |
| 430 | 2025-01-30T19:31:46.968Z | Downloaded clap_builder v4.5.27 |
| 431 | 2025-01-30T19:31:46.975Z | Downloaded syn v1.0.109 |
| 432 | 2025-01-30T19:31:46.985Z | Downloaded syn v2.0.96 |
| 433 | 2025-01-30T19:31:46.996Z | Downloaded rustix v0.38.37 |
| 434 | 2025-01-30T19:31:47.030Z | Downloaded libc v0.2.169 |
| 435 | 2025-01-30T19:31:47.343Z | Compiling proc-macro2 v1.0.92 |
| 436 | 2025-01-30T19:31:47.343Z | Compiling unicode-ident v1.0.14 |
| 437 | 2025-01-30T19:31:47.343Z | Compiling version_check v0.9.5 |
| 438 | 2025-01-30T19:31:47.345Z | Compiling serde v1.0.217 |
| 439 | 2025-01-30T19:31:47.345Z | Compiling thiserror v1.0.69 |
| 440 | 2025-01-30T19:31:47.379Z | Compiling memchr v2.7.4 |
| 441 | 2025-01-30T19:31:47.381Z | Compiling libc v0.2.169 |
| 442 | 2025-01-30T19:31:47.381Z | Compiling ucd-trie v0.1.7 |
| 443 | 2025-01-30T19:31:47.621Z | Compiling itoa v1.0.11 |
| 444 | 2025-01-30T19:31:47.867Z | Compiling ryu v1.0.18 |
| 445 | 2025-01-30T19:31:48.109Z | Compiling once_cell v1.20.2 |
| 446 | 2025-01-30T19:31:48.154Z | Compiling byteorder v1.5.0 |
| 447 | 2025-01-30T19:31:48.382Z | Compiling rustix v0.38.37 |
| 448 | 2025-01-30T19:31:48.459Z | Compiling serde_json v1.0.135 |
| 449 | 2025-01-30T19:31:48.482Z | Compiling bitflags v2.6.0 |
| 450 | 2025-01-30T19:31:48.806Z | Compiling proc-macro-error-attr v1.0.4 |
| 451 | 2025-01-30T19:31:48.903Z | Compiling usdt-impl v0.5.0 |
| 452 | 2025-01-30T19:31:48.906Z | Compiling syn v1.0.109 |
| 453 | 2025-01-30T19:31:48.949Z | Compiling proc-macro-error v1.0.4 |
| 454 | 2025-01-30T19:31:49.149Z | Compiling utf8parse v0.2.2 |
| 455 | 2025-01-30T19:31:49.186Z | Compiling quote v1.0.38 |
| 456 | 2025-01-30T19:31:49.269Z | Compiling log v0.4.22 |
| 457 | 2025-01-30T19:31:49.328Z | Compiling errno v0.3.9 |
| 458 | 2025-01-30T19:31:49.398Z | Compiling plain v0.2.3 |
| 459 | 2025-01-30T19:31:49.553Z | Compiling syn v2.0.96 |
| 460 | 2025-01-30T19:31:49.580Z | Compiling thread-id v4.2.2 |
| 461 | 2025-01-30T19:31:49.580Z | Compiling hashbrown v0.15.1 |
| 462 | 2025-01-30T19:31:49.625Z | Compiling equivalent v1.0.1 |
| 463 | 2025-01-30T19:31:49.650Z | Compiling camino v1.1.9 |
| 464 | 2025-01-30T19:31:49.750Z | Compiling anstyle-parse v0.2.5 |
| 465 | 2025-01-30T19:31:50.080Z | Compiling anstyle v1.0.10 |
| 466 | 2025-01-30T19:31:50.302Z | Compiling is_terminal_polyfill v1.70.1 |
| 467 | 2025-01-30T19:31:50.344Z | Compiling semver v1.0.24 |
| 468 | 2025-01-30T19:31:50.465Z | Compiling unicode-width v0.1.14 |
| 469 | 2025-01-30T19:31:50.501Z | Compiling pretty-hex v0.4.1 |
| 470 | 2025-01-30T19:31:50.637Z | Compiling indexmap v2.7.1 |
| 471 | 2025-01-30T19:31:50.663Z | Compiling winnow v0.6.20 |
| 472 | 2025-01-30T19:31:50.742Z | Compiling anstyle-query v1.1.1 |
| 473 | 2025-01-30T19:31:50.839Z | Compiling autocfg v1.4.0 |
| 474 | 2025-01-30T19:31:50.905Z | Compiling colorchoice v1.0.2 |
| 475 | 2025-01-30T19:31:51.081Z | Compiling anstream v0.6.15 |
| 476 | 2025-01-30T19:31:51.322Z | Compiling fnv v1.0.7 |
| 477 | 2025-01-30T19:31:51.481Z | Compiling terminal_size v0.4.0 |
| 478 | 2025-01-30T19:31:51.712Z | Compiling fastrand v2.1.1 |
| 479 | 2025-01-30T19:31:51.738Z | Compiling anyhow v1.0.95 |
| 480 | 2025-01-30T19:31:51.771Z | Compiling fs-err v2.11.0 |
| 481 | 2025-01-30T19:31:52.104Z | Compiling bytecount v0.6.8 |
| 482 | 2025-01-30T19:31:52.131Z | Compiling heck v0.5.0 |
| 483 | 2025-01-30T19:31:52.333Z | Compiling strsim v0.11.1 |
| 484 | 2025-01-30T19:31:52.336Z | Compiling clap_lex v0.7.4 |
| 485 | 2025-01-30T19:31:52.398Z | Compiling heck v0.4.1 |
| 486 | 2025-01-30T19:31:52.646Z | Compiling cfg-if v1.0.0 |
| 487 | 2025-01-30T19:31:52.760Z | Compiling tempfile v3.13.0 |
| 488 | 2025-01-30T19:31:52.821Z | Compiling clap_builder v4.5.27 |
| 489 | 2025-01-30T19:31:52.937Z | Compiling papergrid v0.11.0 |
| 490 | 2025-01-30T19:31:53.236Z | Compiling memmap v0.7.0 |
| 491 | 2025-01-30T19:31:53.293Z | Compiling smawk v0.3.2 |
| 492 | 2025-01-30T19:31:53.524Z | Compiling unicode-linebreak v0.1.5 |
| 493 | 2025-01-30T19:31:54.020Z | Compiling textwrap v0.16.1 |
| 494 | 2025-01-30T19:31:54.066Z | Compiling swrite v0.1.0 |
| 495 | 2025-01-30T19:31:54.680Z | Compiling tabled_derive v0.7.0 |
| 496 | 2025-01-30T19:31:56.155Z | Compiling tabled v0.15.0 |
| 497 | 2025-01-30T19:31:56.434Z | Compiling serde_derive v1.0.217 |
| 498 | 2025-01-30T19:31:56.437Z | Compiling thiserror-impl v1.0.69 |
| 499 | 2025-01-30T19:31:56.437Z | Compiling zerocopy-derive v0.7.35 |
| 500 | 2025-01-30T19:31:56.437Z | Compiling scroll_derive v0.12.0 |
| 501 | 2025-01-30T19:31:56.437Z | Compiling clap_derive v4.5.24 |
| 502 | 2025-01-30T19:31:57.925Z | Compiling scroll v0.12.0 |
| 503 | 2025-01-30T19:31:58.465Z | Compiling goblin v0.8.2 |
| 504 | 2025-01-30T19:31:58.553Z | Compiling zerocopy v0.7.35 |
| 505 | 2025-01-30T19:31:59.377Z | Compiling pest v2.7.14 |
| 506 | 2025-01-30T19:31:59.938Z | Compiling clap v4.5.27 |
| 507 | 2025-01-30T19:32:01.483Z | Compiling pest_meta v2.7.14 |
| 508 | 2025-01-30T19:32:02.439Z | Compiling pest_generator v2.7.14 |
| 509 | 2025-01-30T19:32:03.820Z | Compiling pest_derive v2.7.14 |
| 510 | 2025-01-30T19:32:04.448Z | Compiling dtrace-parser v0.2.0 |
| 511 | 2025-01-30T19:32:05.190Z | Compiling serde_tokenstream v0.2.2 |
| 512 | 2025-01-30T19:32:05.281Z | Compiling toml_datetime v0.6.8 |
| 513 | 2025-01-30T19:32:05.281Z | Compiling serde_spanned v0.6.8 |
| 514 | 2025-01-30T19:32:05.510Z | Compiling cargo-platform v0.1.8 |
| 515 | 2025-01-30T19:32:05.537Z | Compiling macaddr v1.0.1 |
| 516 | 2025-01-30T19:32:05.749Z | Compiling toml_edit v0.22.22 |
| 517 | 2025-01-30T19:32:05.949Z | Compiling camino-tempfile v1.1.1 |
| 518 | 2025-01-30T19:32:06.545Z | Compiling dof v0.3.0 |
| 519 | 2025-01-30T19:32:06.707Z | Compiling cargo_metadata v0.18.1 |
| 520 | 2025-01-30T19:32:07.954Z | Compiling usdt-macro v0.5.0 |
| 521 | 2025-01-30T19:32:07.954Z | Compiling usdt-attr-macro v0.5.0 |
| 522 | 2025-01-30T19:32:08.503Z | Compiling toml v0.8.19 |
| 523 | 2025-01-30T19:32:09.051Z | Compiling usdt v0.5.0 |
| 524 | 2025-01-30T19:32:09.341Z | Compiling cargo_toml v0.20.5 |
| 525 | 2025-01-30T19:32:11.856Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 526 | 2025-01-30T19:32:15.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.03s |
| 527 | 2025-01-30T19:32:15.315Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 528 | 2025-01-30T19:32:15.837Z | Downloading crates ... |
| 529 | 2025-01-30T19:32:15.967Z | Downloaded ascii-canvas v3.0.0 |
| 530 | 2025-01-30T19:32:15.971Z | Downloaded aead v0.5.2 |
| 531 | 2025-01-30T19:32:15.971Z | Downloaded adler2 v2.0.0 |
| 532 | 2025-01-30T19:32:15.973Z | Downloaded argon2 v0.5.3 |
| 533 | 2025-01-30T19:32:15.981Z | Downloaded async-stream-impl v0.3.6 |
| 534 | 2025-01-30T19:32:15.988Z | Downloaded crucible-workspace-hack v0.1.0 |
| 535 | 2025-01-30T19:32:15.995Z | Downloaded block-padding v0.3.3 |
| 536 | 2025-01-30T19:32:15.998Z | Downloaded home v0.5.9 |
| 537 | 2025-01-30T19:32:15.998Z | Downloaded crunchy v0.2.2 |
| 538 | 2025-01-30T19:32:15.998Z | Downloaded cfg_aliases v0.1.1 |
| 539 | 2025-01-30T19:32:15.998Z | Downloaded hex-literal v0.4.1 |
| 540 | 2025-01-30T19:32:16.001Z | Downloaded heck v0.3.3 |
| 541 | 2025-01-30T19:32:16.004Z | Downloaded assert_matches v1.5.0 |
| 542 | 2025-01-30T19:32:16.004Z | Downloaded http-body v1.0.1 |
| 543 | 2025-01-30T19:32:16.004Z | Downloaded addr2line v0.24.2 |
| 544 | 2025-01-30T19:32:16.008Z | Downloaded icu_provider_macros v1.5.0 |
| 545 | 2025-01-30T19:32:16.011Z | Downloaded hubpack_derive v0.1.1 |
| 546 | 2025-01-30T19:32:16.012Z | Downloaded atty v0.2.14 |
| 547 | 2025-01-30T19:32:16.014Z | Downloaded cstr-argument v0.1.2 |
| 548 | 2025-01-30T19:32:16.015Z | Downloaded cfg_aliases v0.2.1 |
| 549 | 2025-01-30T19:32:16.015Z | Downloaded atomicwrites v0.4.4 |
| 550 | 2025-01-30T19:32:16.018Z | Downloaded mirai-annotations v1.12.0 |
| 551 | 2025-01-30T19:32:16.018Z | Downloaded instant v0.1.13 |
| 552 | 2025-01-30T19:32:16.022Z | Downloaded ciborium-io v0.2.2 |
| 553 | 2025-01-30T19:32:16.022Z | Downloaded arrayref v0.3.9 |
| 554 | 2025-01-30T19:32:16.025Z | Downloaded array-init v0.0.4 |
| 555 | 2025-01-30T19:32:16.028Z | Downloaded bitflags v1.3.2 |
| 556 | 2025-01-30T19:32:16.032Z | Downloaded chacha20 v0.9.1 |
| 557 | 2025-01-30T19:32:16.032Z | Downloaded heapless v0.8.0 |
| 558 | 2025-01-30T19:32:16.035Z | Downloaded cmake v0.1.51 |
| 559 | 2025-01-30T19:32:16.037Z | Downloaded constant_time_eq v0.3.1 |
| 560 | 2025-01-30T19:32:16.040Z | Downloaded cobs v0.2.3 |
| 561 | 2025-01-30T19:32:16.040Z | Downloaded bitfield v0.14.0 |
| 562 | 2025-01-30T19:32:16.040Z | Downloaded bit-set v0.5.3 |
| 563 | 2025-01-30T19:32:16.044Z | Downloaded match_cfg v0.1.0 |
| 564 | 2025-01-30T19:32:16.044Z | Downloaded castaway v0.2.3 |
| 565 | 2025-01-30T19:32:16.049Z | Downloaded bit-vec v0.6.3 |
| 566 | 2025-01-30T19:32:16.049Z | Downloaded async-stream v0.3.6 |
| 567 | 2025-01-30T19:32:16.049Z | Downloaded blowfish v0.9.1 |
| 568 | 2025-01-30T19:32:16.054Z | Downloaded async-recursion v1.1.1 |
| 569 | 2025-01-30T19:32:16.054Z | Downloaded ident_case v1.0.1 |
| 570 | 2025-01-30T19:32:16.057Z | Downloaded is_ci v1.2.0 |
| 571 | 2025-01-30T19:32:16.057Z | Downloaded ctr v0.9.2 |
| 572 | 2025-01-30T19:32:16.059Z | Downloaded md5 v0.7.0 |
| 573 | 2025-01-30T19:32:16.059Z | Downloaded hex v0.4.3 |
| 574 | 2025-01-30T19:32:16.062Z | Downloaded libsw v3.3.1 |
| 575 | 2025-01-30T19:32:16.067Z | Downloaded lazy_static v1.5.0 |
| 576 | 2025-01-30T19:32:16.069Z | Downloaded lazycell v1.3.0 |
| 577 | 2025-01-30T19:32:16.069Z | Downloaded cipher v0.4.4 |
| 578 | 2025-01-30T19:32:16.069Z | Downloaded kstat-rs v0.2.4 |
| 579 | 2025-01-30T19:32:16.072Z | Downloaded allocator-api2 v0.2.18 |
| 580 | 2025-01-30T19:32:16.075Z | Downloaded progenitor-client v0.9.1 |
| 581 | 2025-01-30T19:32:16.078Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 582 | 2025-01-30T19:32:16.078Z | Downloaded memoffset v0.9.1 |
| 583 | 2025-01-30T19:32:16.081Z | Downloaded libefi-sys v0.1.0 |
| 584 | 2025-01-30T19:32:16.081Z | Downloaded internet-checksum v0.2.1 |
| 585 | 2025-01-30T19:32:16.084Z | Downloaded highway v1.2.0 |
| 586 | 2025-01-30T19:32:16.084Z | Downloaded crc v3.2.1 |
| 587 | 2025-01-30T19:32:16.087Z | Downloaded managed v0.8.0 |
| 588 | 2025-01-30T19:32:16.090Z | Downloaded async-bb8-diesel v0.2.1 |
| 589 | 2025-01-30T19:32:16.093Z | Downloaded maybe-uninit v2.0.0 |
| 590 | 2025-01-30T19:32:16.093Z | Downloaded hickory-client v0.24.2 |
| 591 | 2025-01-30T19:32:16.096Z | Downloaded crc32fast v1.4.2 |
| 592 | 2025-01-30T19:32:16.099Z | Downloaded crossbeam-deque v0.8.5 |
| 593 | 2025-01-30T19:32:16.102Z | Downloaded base16ct v0.2.0 |
| 594 | 2025-01-30T19:32:16.102Z | Downloaded mime v0.3.17 |
| 595 | 2025-01-30T19:32:16.105Z | Downloaded atomic-waker v1.1.2 |
| 596 | 2025-01-30T19:32:16.105Z | Downloaded cexpr v0.6.0 |
| 597 | 2025-01-30T19:32:16.109Z | Downloaded console v0.15.10 |
| 598 | 2025-01-30T19:32:16.112Z | Downloaded md-5 v0.10.6 |
| 599 | 2025-01-30T19:32:16.112Z | Downloaded instability v0.3.2 |
| 600 | 2025-01-30T19:32:16.115Z | Downloaded humantime v2.1.0 |
| 601 | 2025-01-30T19:32:16.115Z | Downloaded async-trait v0.1.85 |
| 602 | 2025-01-30T19:32:16.118Z | Downloaded lalrpop-util v0.19.12 |
| 603 | 2025-01-30T19:32:16.121Z | Downloaded ahash v0.8.11 |
| 604 | 2025-01-30T19:32:16.124Z | Downloaded mockall v0.13.0 |
| 605 | 2025-01-30T19:32:16.124Z | Downloaded hyper-tls v0.6.0 |
| 606 | 2025-01-30T19:32:16.127Z | Downloaded sync_wrapper v1.0.1 |
| 607 | 2025-01-30T19:32:16.129Z | Downloaded cancel-safe-futures v0.1.5 |
| 608 | 2025-01-30T19:32:16.133Z | Downloaded httparse v1.9.5 |
| 609 | 2025-01-30T19:32:16.136Z | Downloaded sync-ptr v0.1.1 |
| 610 | 2025-01-30T19:32:16.136Z | Downloaded slog-bunyan v2.5.0 |
| 611 | 2025-01-30T19:32:16.136Z | Downloaded jobserver v0.1.32 |
| 612 | 2025-01-30T19:32:16.139Z | Downloaded try-lock v0.2.5 |
| 613 | 2025-01-30T19:32:16.142Z | Downloaded zone v0.3.0 |
| 614 | 2025-01-30T19:32:16.142Z | Downloaded radium v0.7.0 |
| 615 | 2025-01-30T19:32:16.145Z | Downloaded lockfree-object-pool v0.1.6 |
| 616 | 2025-01-30T19:32:16.145Z | Downloaded rand_seeder v0.3.0 |
| 617 | 2025-01-30T19:32:16.149Z | Downloaded rustc_version v0.4.1 |
| 618 | 2025-01-30T19:32:16.149Z | Downloaded const_format_proc_macros v0.2.34 |
| 619 | 2025-01-30T19:32:16.152Z | Downloaded bzip2 v0.4.4 |
| 620 | 2025-01-30T19:32:16.152Z | Downloaded rustc_version v0.1.7 |
| 621 | 2025-01-30T19:32:16.155Z | Downloaded ciborium v0.2.2 |
| 622 | 2025-01-30T19:32:16.158Z | Downloaded crc-any v2.5.0 |
| 623 | 2025-01-30T19:32:16.161Z | Downloaded linked-hash-map v0.5.6 |
| 624 | 2025-01-30T19:32:16.161Z | Downloaded inout v0.1.3 |
| 625 | 2025-01-30T19:32:16.164Z | Downloaded hmac v0.12.1 |
| 626 | 2025-01-30T19:32:16.164Z | Downloaded csv-core v0.1.11 |
| 627 | 2025-01-30T19:32:16.167Z | Downloaded tinyvec_macros v0.1.1 |
| 628 | 2025-01-30T19:32:16.167Z | Downloaded cookie_store v0.21.1 |
| 629 | 2025-01-30T19:32:16.169Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 630 | 2025-01-30T19:32:16.172Z | Downloaded arc-swap v1.7.1 |
| 631 | 2025-01-30T19:32:16.175Z | Downloaded zone_cfg_derive v0.3.0 |
| 632 | 2025-01-30T19:32:16.175Z | Downloaded zone_cfg_derive v0.1.2 |
| 633 | 2025-01-30T19:32:16.178Z | Downloaded shlex v1.3.0 |
| 634 | 2025-01-30T19:32:16.178Z | Downloaded smf v0.2.3 |
| 635 | 2025-01-30T19:32:16.181Z | Downloaded darling v0.20.10 |
| 636 | 2025-01-30T19:32:16.189Z | Downloaded openssl-probe v0.1.5 |
| 637 | 2025-01-30T19:32:16.189Z | Downloaded sec1 v0.7.3 |
| 638 | 2025-01-30T19:32:16.189Z | Downloaded salsa20 v0.10.2 |
| 639 | 2025-01-30T19:32:16.192Z | Downloaded supports-color v3.0.1 |
| 640 | 2025-01-30T19:32:16.193Z | Downloaded tokio-native-tls v0.3.1 |
| 641 | 2025-01-30T19:32:16.196Z | Downloaded mockall_derive v0.13.0 |
| 642 | 2025-01-30T19:32:16.196Z | Downloaded which v4.4.2 |
| 643 | 2025-01-30T19:32:16.199Z | Downloaded deranged v0.3.11 |
| 644 | 2025-01-30T19:32:16.199Z | Downloaded unicode-truncate v1.1.0 |
| 645 | 2025-01-30T19:32:16.202Z | Downloaded icu_normalizer v1.5.0 |
| 646 | 2025-01-30T19:32:16.205Z | Downloaded either v1.13.0 |
| 647 | 2025-01-30T19:32:16.208Z | Downloaded ed25519 v2.2.3 |
| 648 | 2025-01-30T19:32:16.211Z | Downloaded crossbeam-epoch v0.9.18 |
| 649 | 2025-01-30T19:32:16.214Z | Downloaded libloading v0.8.5 |
| 650 | 2025-01-30T19:32:16.216Z | Downloaded icu_normalizer_data v1.5.0 |
| 651 | 2025-01-30T19:32:16.219Z | Downloaded ipnet v2.10.1 |
| 652 | 2025-01-30T19:32:16.220Z | Downloaded icu_locid v1.5.0 |
| 653 | 2025-01-30T19:32:16.224Z | Downloaded crossbeam-utils v0.8.20 |
| 654 | 2025-01-30T19:32:16.227Z | Downloaded sigpipe v0.1.3 |
| 655 | 2025-01-30T19:32:16.230Z | Downloaded progenitor-client v0.8.0 |
| 656 | 2025-01-30T19:32:16.230Z | Downloaded progenitor-impl v0.8.0 |
| 657 | 2025-01-30T19:32:16.233Z | Downloaded icu_locid_transform_data v1.5.0 |
| 658 | 2025-01-30T19:32:16.236Z | Downloaded futures-core v0.3.31 |
| 659 | 2025-01-30T19:32:16.240Z | Downloaded fd-lock v4.0.2 |
| 660 | 2025-01-30T19:32:16.240Z | Downloaded writeable v0.5.5 |
| 661 | 2025-01-30T19:32:16.243Z | Downloaded wyz v0.5.1 |
| 662 | 2025-01-30T19:32:16.243Z | Downloaded num-derive v0.4.2 |
| 663 | 2025-01-30T19:32:16.246Z | Downloaded base64 v0.13.1 |
| 664 | 2025-01-30T19:32:16.249Z | Downloaded whoami v1.5.2 |
| 665 | 2025-01-30T19:32:16.252Z | Downloaded time-core v0.1.2 |
| 666 | 2025-01-30T19:32:16.252Z | Downloaded slog-scope v4.4.0 |
| 667 | 2025-01-30T19:32:16.255Z | Downloaded serde_derive_internals v0.29.1 |
| 668 | 2025-01-30T19:32:16.258Z | Downloaded pbkdf2 v0.12.2 |
| 669 | 2025-01-30T19:32:16.258Z | Downloaded icu_properties v1.5.1 |
| 670 | 2025-01-30T19:32:16.261Z | Downloaded pbkdf2 v0.11.0 |
| 671 | 2025-01-30T19:32:16.264Z | Downloaded fixedbitset v0.4.2 |
| 672 | 2025-01-30T19:32:16.267Z | Downloaded futures-executor v0.3.31 |
| 673 | 2025-01-30T19:32:16.267Z | Downloaded bytes v1.9.0 |
| 674 | 2025-01-30T19:32:16.270Z | Downloaded cc v1.1.30 |
| 675 | 2025-01-30T19:32:16.273Z | Downloaded hash32 v0.3.1 |
| 676 | 2025-01-30T19:32:16.277Z | Downloaded num-iter v0.1.45 |
| 677 | 2025-01-30T19:32:16.280Z | Downloaded derive_builder_macro v0.20.2 |
| 678 | 2025-01-30T19:32:16.280Z | Downloaded num-integer v0.1.46 |
| 679 | 2025-01-30T19:32:16.283Z | Downloaded miniz_oxide v0.8.0 |
| 680 | 2025-01-30T19:32:16.286Z | Downloaded new_debug_unreachable v1.0.6 |
| 681 | 2025-01-30T19:32:16.286Z | Downloaded rusty-fork v0.3.0 |
| 682 | 2025-01-30T19:32:16.288Z | Downloaded rustversion v1.0.17 |
| 683 | 2025-01-30T19:32:16.288Z | Downloaded indicatif v0.17.11 |
| 684 | 2025-01-30T19:32:16.294Z | Downloaded zerofrom v0.1.4 |
| 685 | 2025-01-30T19:32:16.298Z | Downloaded number_prefix v0.4.0 |
| 686 | 2025-01-30T19:32:16.298Z | Downloaded phf_generator v0.11.2 |
| 687 | 2025-01-30T19:32:16.302Z | Downloaded smallvec v0.6.14 |
| 688 | 2025-01-30T19:32:16.302Z | Downloaded newline-converter v0.3.0 |
| 689 | 2025-01-30T19:32:16.302Z | Downloaded subtle v2.6.1 |
| 690 | 2025-01-30T19:32:16.302Z | Downloaded strip-ansi-escapes v0.2.0 |
| 691 | 2025-01-30T19:32:16.305Z | Downloaded synstructure v0.13.1 |
| 692 | 2025-01-30T19:32:16.305Z | Downloaded tls_codec_derive v0.4.1 |
| 693 | 2025-01-30T19:32:16.308Z | Downloaded thiserror-impl v2.0.11 |
| 694 | 2025-01-30T19:32:16.311Z | Downloaded rand_chacha v0.3.1 |
| 695 | 2025-01-30T19:32:16.311Z | Downloaded chacha20poly1305 v0.10.1 |
| 696 | 2025-01-30T19:32:16.314Z | Downloaded ron v0.7.1 |
| 697 | 2025-01-30T19:32:16.320Z | Downloaded xattr v1.3.1 |
| 698 | 2025-01-30T19:32:16.323Z | Downloaded bumpalo v3.16.0 |
| 699 | 2025-01-30T19:32:16.323Z | Downloaded rcgen v0.12.1 |
| 700 | 2025-01-30T19:32:16.326Z | Downloaded ff v0.13.0 |
| 701 | 2025-01-30T19:32:16.329Z | Downloaded crypto-bigint v0.5.5 |
| 702 | 2025-01-30T19:32:16.335Z | Downloaded scheduled-thread-pool v0.2.7 |
| 703 | 2025-01-30T19:32:16.338Z | Downloaded packed_struct_codegen v0.10.1 |
| 704 | 2025-01-30T19:32:16.338Z | Downloaded same-file v1.0.6 |
| 705 | 2025-01-30T19:32:16.341Z | Downloaded ghash v0.5.1 |
| 706 | 2025-01-30T19:32:16.341Z | Downloaded futures-task v0.3.31 |
| 707 | 2025-01-30T19:32:16.343Z | Downloaded typify-macro v0.2.0 |
| 708 | 2025-01-30T19:32:16.343Z | Downloaded hash32 v0.2.1 |
| 709 | 2025-01-30T19:32:16.346Z | Downloaded futures v0.3.31 |
| 710 | 2025-01-30T19:32:16.351Z | Downloaded signal-hook-tokio v0.3.1 |
| 711 | 2025-01-30T19:32:16.354Z | Downloaded hickory-server v0.24.2 |
| 712 | 2025-01-30T19:32:16.359Z | Downloaded packed_struct v0.10.1 |
| 713 | 2025-01-30T19:32:16.362Z | Downloaded waitgroup v0.1.2 |
| 714 | 2025-01-30T19:32:16.365Z | Downloaded tower-service v0.3.3 |
| 715 | 2025-01-30T19:32:16.365Z | Downloaded termtree v0.4.1 |
| 716 | 2025-01-30T19:32:16.368Z | Downloaded ppv-lite86 v0.2.20 |
| 717 | 2025-01-30T19:32:16.368Z | Downloaded data-encoding v2.6.0 |
| 718 | 2025-01-30T19:32:16.368Z | Downloaded powerfmt v0.2.0 |
| 719 | 2025-01-30T19:32:16.371Z | Downloaded float-ord v0.3.2 |
| 720 | 2025-01-30T19:32:16.371Z | Downloaded float-cmp v0.9.0 |
| 721 | 2025-01-30T19:32:16.373Z | Downloaded vsss-rs v3.3.4 |
| 722 | 2025-01-30T19:32:16.377Z | Downloaded twox-hash v2.1.0 |
| 723 | 2025-01-30T19:32:16.379Z | Downloaded rustls-pemfile v1.0.4 |
| 724 | 2025-01-30T19:32:16.382Z | Downloaded ron v0.8.1 |
| 725 | 2025-01-30T19:32:16.397Z | Downloaded want v0.3.1 |
| 726 | 2025-01-30T19:32:16.400Z | Downloaded aes-gcm v0.10.3 |
| 727 | 2025-01-30T19:32:16.404Z | Downloaded semver v0.1.20 |
| 728 | 2025-01-30T19:32:16.407Z | Downloaded secrecy v0.8.0 |
| 729 | 2025-01-30T19:32:16.407Z | Downloaded native-tls v0.2.12 |
| 730 | 2025-01-30T19:32:16.413Z | Downloaded phf_shared v0.10.0 |
| 731 | 2025-01-30T19:32:16.413Z | Downloaded foreign-types v0.3.2 |
| 732 | 2025-01-30T19:32:16.413Z | Downloaded openssl-macros v0.1.1 |
| 733 | 2025-01-30T19:32:16.413Z | Downloaded derive_builder v0.20.2 |
| 734 | 2025-01-30T19:32:16.416Z | Downloaded signal-hook-mio v0.2.4 |
| 735 | 2025-01-30T19:32:16.419Z | Downloaded sha1 v0.10.6 |
| 736 | 2025-01-30T19:32:16.419Z | Downloaded half v2.4.1 |
| 737 | 2025-01-30T19:32:16.422Z | Downloaded termcolor v1.4.1 |
| 738 | 2025-01-30T19:32:16.427Z | Downloaded p256 v0.13.2 |
| 739 | 2025-01-30T19:32:16.429Z | Downloaded difflib v0.4.0 |
| 740 | 2025-01-30T19:32:16.429Z | Downloaded universal-hash v0.5.1 |
| 741 | 2025-01-30T19:32:16.432Z | Downloaded quinn-udp v0.5.5 |
| 742 | 2025-01-30T19:32:16.432Z | Downloaded parking_lot v0.12.3 |
| 743 | 2025-01-30T19:32:16.434Z | Downloaded postcard v1.0.10 |
| 744 | 2025-01-30T19:32:16.437Z | Downloaded static_assertions v1.1.0 |
| 745 | 2025-01-30T19:32:16.440Z | Downloaded stable_deref_trait v1.2.0 |
| 746 | 2025-01-30T19:32:16.440Z | Downloaded termios v0.3.3 |
| 747 | 2025-01-30T19:32:16.443Z | Downloaded signature v2.2.0 |
| 748 | 2025-01-30T19:32:16.446Z | Downloaded ref-cast-impl v1.0.23 |
| 749 | 2025-01-30T19:32:16.446Z | Downloaded ref-cast v1.0.23 |
| 750 | 2025-01-30T19:32:16.448Z | Downloaded percent-encoding v2.3.1 |
| 751 | 2025-01-30T19:32:16.451Z | Downloaded ena v0.14.3 |
| 752 | 2025-01-30T19:32:16.454Z | Downloaded toolchain_find v0.4.0 |
| 753 | 2025-01-30T19:32:16.454Z | Downloaded minimal-lexical v0.2.1 |
| 754 | 2025-01-30T19:32:16.457Z | Downloaded nibble_vec v0.1.0 |
| 755 | 2025-01-30T19:32:16.460Z | Downloaded glob v0.3.2 |
| 756 | 2025-01-30T19:32:16.463Z | Downloaded diesel_derives v2.2.3 |
| 757 | 2025-01-30T19:32:16.465Z | Downloaded oso-derive v0.27.3 |
| 758 | 2025-01-30T19:32:16.468Z | Downloaded untrusted v0.7.1 |
| 759 | 2025-01-30T19:32:16.468Z | Downloaded xz2 v0.1.7 |
| 760 | 2025-01-30T19:32:16.471Z | Downloaded parking_lot_core v0.8.6 |
| 761 | 2025-01-30T19:32:16.474Z | Downloaded polyval v0.6.2 |
| 762 | 2025-01-30T19:32:16.479Z | Downloaded phf_shared v0.11.2 |
| 763 | 2025-01-30T19:32:16.479Z | Downloaded signal-hook-registry v1.4.2 |
| 764 | 2025-01-30T19:32:16.479Z | Downloaded term v0.7.0 |
| 765 | 2025-01-30T19:32:16.482Z | Downloaded fxhash v0.2.1 |
| 766 | 2025-01-30T19:32:16.482Z | Downloaded rtoolbox v0.0.2 |
| 767 | 2025-01-30T19:32:16.485Z | Downloaded quick-error v1.2.3 |
| 768 | 2025-01-30T19:32:16.487Z | Downloaded walkdir v2.5.0 |
| 769 | 2025-01-30T19:32:16.490Z | Downloaded darling_macro v0.20.10 |
| 770 | 2025-01-30T19:32:16.490Z | Downloaded foreign-types v0.5.0 |
| 771 | 2025-01-30T19:32:16.490Z | Downloaded foldhash v0.1.3 |
| 772 | 2025-01-30T19:32:16.492Z | Downloaded proc-macro-crate v1.3.1 |
| 773 | 2025-01-30T19:32:16.492Z | Downloaded ed25519-dalek v2.1.1 |
| 774 | 2025-01-30T19:32:16.495Z | Downloaded toml v0.7.8 |
| 775 | 2025-01-30T19:32:16.499Z | Downloaded path-slash v0.1.5 |
| 776 | 2025-01-30T19:32:16.502Z | Downloaded zerocopy-derive v0.8.10 |
| 777 | 2025-01-30T19:32:16.507Z | Downloaded pem v3.0.4 |
| 778 | 2025-01-30T19:32:16.510Z | Downloaded derive_more v0.99.18 |
| 779 | 2025-01-30T19:32:16.515Z | Downloaded strum v0.26.3 |
| 780 | 2025-01-30T19:32:16.518Z | Downloaded samael v0.0.17 |
| 781 | 2025-01-30T19:32:16.522Z | Downloaded owo-colors v4.1.0 |
| 782 | 2025-01-30T19:32:16.526Z | Downloaded utf8_iter v1.0.4 |
| 783 | 2025-01-30T19:32:16.528Z | Downloaded expectorate v1.1.0 |
| 784 | 2025-01-30T19:32:16.531Z | Downloaded take_mut v0.2.2 |
| 785 | 2025-01-30T19:32:16.531Z | Downloaded env_filter v0.1.2 |
| 786 | 2025-01-30T19:32:16.533Z | Downloaded dyn-clone v1.0.17 |
| 787 | 2025-01-30T19:32:16.533Z | Downloaded scrypt v0.11.0 |
| 788 | 2025-01-30T19:32:16.536Z | Downloaded yasna v0.5.2 |
| 789 | 2025-01-30T19:32:16.538Z | Downloaded topological-sort v0.2.2 |
| 790 | 2025-01-30T19:32:16.538Z | Downloaded enum-as-inner v0.6.1 |
| 791 | 2025-01-30T19:32:16.542Z | Downloaded parking_lot v0.11.2 |
| 792 | 2025-01-30T19:32:16.545Z | Downloaded tungstenite v0.24.0 |
| 793 | 2025-01-30T19:32:16.548Z | Downloaded endian-type v0.1.2 |
| 794 | 2025-01-30T19:32:16.550Z | Downloaded similar v2.6.0 |
| 795 | 2025-01-30T19:32:16.553Z | Downloaded parse-display-derive v0.10.0 |
| 796 | 2025-01-30T19:32:16.555Z | Downloaded sqlformat v0.2.6 |
| 797 | 2025-01-30T19:32:16.558Z | Downloaded libm v0.2.8 |
| 798 | 2025-01-30T19:32:16.566Z | Downloaded sqlparser_derive v0.2.2 |
| 799 | 2025-01-30T19:32:16.570Z | Downloaded serde-hex v0.1.0 |
| 800 | 2025-01-30T19:32:16.570Z | Downloaded slog-async v2.8.0 |
| 801 | 2025-01-30T19:32:16.573Z | Downloaded postgres-types v0.2.8 |
| 802 | 2025-01-30T19:32:16.573Z | Downloaded fatfs v0.3.6 |
| 803 | 2025-01-30T19:32:16.576Z | Downloaded strum_macros v0.25.3 |
| 804 | 2025-01-30T19:32:16.578Z | Downloaded signal-hook v0.3.17 |
| 805 | 2025-01-30T19:32:16.582Z | Downloaded normalize-line-endings v0.3.0 |
| 806 | 2025-01-30T19:32:16.585Z | Downloaded pretty-hex v0.2.1 |
| 807 | 2025-01-30T19:32:16.585Z | Downloaded newtype_derive v0.1.6 |
| 808 | 2025-01-30T19:32:16.588Z | Downloaded tracing-attributes v0.1.27 |
| 809 | 2025-01-30T19:32:16.588Z | Downloaded peg-runtime v0.8.3 |
| 810 | 2025-01-30T19:32:16.591Z | Downloaded foreign-types-shared v0.1.1 |
| 811 | 2025-01-30T19:32:16.591Z | Downloaded parse-zoneinfo v0.3.1 |
| 812 | 2025-01-30T19:32:16.594Z | Downloaded spki v0.7.3 |
| 813 | 2025-01-30T19:32:16.597Z | Downloaded funty v2.0.0 |
| 814 | 2025-01-30T19:32:16.597Z | Downloaded strum_macros v0.26.4 |
| 815 | 2025-01-30T19:32:16.601Z | Downloaded rand v0.8.5 |
| 816 | 2025-01-30T19:32:16.603Z | Downloaded sct v0.7.1 |
| 817 | 2025-01-30T19:32:16.607Z | Downloaded tabwriter v1.4.0 |
| 818 | 2025-01-30T19:32:16.609Z | Downloaded libxml v0.3.3 |
| 819 | 2025-01-30T19:32:16.615Z | Downloaded rustc-hash v2.0.0 |
| 820 | 2025-01-30T19:32:16.618Z | Downloaded der v0.7.9 |
| 821 | 2025-01-30T19:32:16.622Z | Downloaded olpc-cjson v0.1.4 |
| 822 | 2025-01-30T19:32:16.625Z | Downloaded serde_repr v0.1.19 |
| 823 | 2025-01-30T19:32:16.628Z | Downloaded dirs-sys-next v0.1.2 |
| 824 | 2025-01-30T19:32:16.631Z | Downloaded tracing v0.1.40 |
| 825 | 2025-01-30T19:32:16.634Z | Downloaded thread_local v1.1.8 |
| 826 | 2025-01-30T19:32:16.637Z | Downloaded env_logger v0.10.2 |
| 827 | 2025-01-30T19:32:16.639Z | Downloaded thiserror-no-std v2.0.2 |
| 828 | 2025-01-30T19:32:16.642Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 829 | 2025-01-30T19:32:16.645Z | Downloaded env_logger v0.11.5 |
| 830 | 2025-01-30T19:32:16.647Z | Downloaded schemars v0.8.21 |
| 831 | 2025-01-30T19:32:16.659Z | Downloaded vte_generate_state_changes v0.1.2 |
| 832 | 2025-01-30T19:32:16.663Z | Downloaded headers-core v0.3.0 |
| 833 | 2025-01-30T19:32:16.663Z | Downloaded futures-sink v0.3.31 |
| 834 | 2025-01-30T19:32:16.667Z | Downloaded document-features v0.2.10 |
| 835 | 2025-01-30T19:32:16.667Z | Downloaded rpassword v7.3.1 |
| 836 | 2025-01-30T19:32:16.667Z | Downloaded rfc6979 v0.4.0 |
| 837 | 2025-01-30T19:32:16.669Z | Downloaded pin-utils v0.1.0 |
| 838 | 2025-01-30T19:32:16.669Z | Downloaded num_enum_derive v0.5.11 |
| 839 | 2025-01-30T19:32:16.669Z | Downloaded fs_extra v1.3.0 |
| 840 | 2025-01-30T19:32:16.672Z | Downloaded tokio-tungstenite v0.23.1 |
| 841 | 2025-01-30T19:32:16.674Z | Downloaded num-rational v0.4.2 |
| 842 | 2025-01-30T19:32:16.677Z | Downloaded unsafe-libyaml v0.2.11 |
| 843 | 2025-01-30T19:32:16.679Z | Downloaded tiny-keccak v2.0.2 |
| 844 | 2025-01-30T19:32:16.682Z | Downloaded tls_codec v0.4.1 |
| 845 | 2025-01-30T19:32:16.684Z | Downloaded serde_plain v1.0.2 |
| 846 | 2025-01-30T19:32:16.687Z | Downloaded password-hash v0.5.0 |
| 847 | 2025-01-30T19:32:16.690Z | Downloaded slog v2.7.0 |
| 848 | 2025-01-30T19:32:16.693Z | Downloaded futures-io v0.3.31 |
| 849 | 2025-01-30T19:32:16.693Z | Downloaded heapless v0.7.17 |
| 850 | 2025-01-30T19:32:16.697Z | Downloaded form_urlencoded v1.2.1 |
| 851 | 2025-01-30T19:32:16.699Z | Downloaded time-macros v0.2.18 |
| 852 | 2025-01-30T19:32:16.702Z | Downloaded unicode-properties v0.1.3 |
| 853 | 2025-01-30T19:32:16.704Z | Downloaded uuid v1.12.0 |
| 854 | 2025-01-30T19:32:16.707Z | Downloaded rand_xorshift v0.3.0 |
| 855 | 2025-01-30T19:32:16.710Z | Downloaded parse-display v0.10.0 |
| 856 | 2025-01-30T19:32:16.710Z | Downloaded rustfmt-wrapper v0.2.1 |
| 857 | 2025-01-30T19:32:16.712Z | Downloaded getrandom v0.2.15 |
| 858 | 2025-01-30T19:32:16.716Z | Downloaded progenitor-macro v0.9.1 |
| 859 | 2025-01-30T19:32:16.716Z | Downloaded itertools v0.13.0 |
| 860 | 2025-01-30T19:32:16.722Z | Downloaded multimap v0.10.0 |
| 861 | 2025-01-30T19:32:16.724Z | Downloaded opaque-debug v0.3.1 |
| 862 | 2025-01-30T19:32:16.724Z | Downloaded pin-project-internal v1.1.6 |
| 863 | 2025-01-30T19:32:16.727Z | Downloaded progenitor v0.8.0 |
| 864 | 2025-01-30T19:32:16.731Z | Downloaded aws-lc-rs v1.10.0 |
| 865 | 2025-01-30T19:32:16.739Z | Downloaded serde_yaml v0.9.34+deprecated |
| 866 | 2025-01-30T19:32:16.741Z | Downloaded dunce v1.0.5 |
| 867 | 2025-01-30T19:32:16.744Z | Downloaded tokio-rustls v0.26.0 |
| 868 | 2025-01-30T19:32:16.746Z | Downloaded precomputed-hash v0.1.1 |
| 869 | 2025-01-30T19:32:16.746Z | Downloaded unarray v0.1.4 |
| 870 | 2025-01-30T19:32:16.749Z | Downloaded tokio-tungstenite v0.24.0 |
| 871 | 2025-01-30T19:32:16.749Z | Downloaded num v0.4.3 |
| 872 | 2025-01-30T19:32:16.751Z | Downloaded flume v0.11.1 |
| 873 | 2025-01-30T19:32:16.754Z | Downloaded string_cache v0.8.7 |
| 874 | 2025-01-30T19:32:16.757Z | Downloaded utf-8 v0.7.6 |
| 875 | 2025-01-30T19:32:16.760Z | Downloaded num-bigint-dig v0.8.4 |
| 876 | 2025-01-30T19:32:16.763Z | Downloaded pkcs1 v0.7.5 |
| 877 | 2025-01-30T19:32:16.765Z | Downloaded hashlink v0.9.1 |
| 878 | 2025-01-30T19:32:16.768Z | Downloaded fallible-iterator v0.3.0 |
| 879 | 2025-01-30T19:32:16.770Z | Downloaded primeorder v0.13.6 |
| 880 | 2025-01-30T19:32:16.770Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 881 | 2025-01-30T19:32:16.773Z | Downloaded termtree v0.5.1 |
| 882 | 2025-01-30T19:32:16.773Z | Downloaded headers v0.4.0 |
| 883 | 2025-01-30T19:32:16.778Z | Downloaded slog-stdlog v4.1.1 |
| 884 | 2025-01-30T19:32:16.781Z | Downloaded downcast v0.11.0 |
| 885 | 2025-01-30T19:32:16.783Z | Downloaded slab v0.4.9 |
| 886 | 2025-01-30T19:32:16.783Z | Downloaded siphasher v0.3.11 |
| 887 | 2025-01-30T19:32:16.786Z | Downloaded yoke v0.7.4 |
| 888 | 2025-01-30T19:32:16.788Z | Downloaded zone v0.1.8 |
| 889 | 2025-01-30T19:32:16.788Z | Downloaded subprocess v0.2.9 |
| 890 | 2025-01-30T19:32:16.791Z | Downloaded blake3 v1.5.4 |
| 891 | 2025-01-30T19:32:16.798Z | Downloaded foreign-types-shared v0.3.1 |
| 892 | 2025-01-30T19:32:16.801Z | Downloaded hashbrown v0.13.2 |
| 893 | 2025-01-30T19:32:16.803Z | Downloaded structmeta-derive v0.3.0 |
| 894 | 2025-01-30T19:32:16.806Z | Downloaded defmt-macros v0.3.9 |
| 895 | 2025-01-30T19:32:16.810Z | Downloaded yoke-derive v0.7.4 |
| 896 | 2025-01-30T19:32:16.810Z | Downloaded num_enum v0.5.11 |
| 897 | 2025-01-30T19:32:16.813Z | Downloaded structmeta v0.3.0 |
| 898 | 2025-01-30T19:32:16.816Z | Downloaded serde_urlencoded v0.7.1 |
| 899 | 2025-01-30T19:32:16.816Z | Downloaded embedded-io v0.4.0 |
| 900 | 2025-01-30T19:32:16.819Z | Downloaded ssh-key v0.6.6 |
| 901 | 2025-01-30T19:32:16.825Z | Downloaded progenitor-macro v0.8.0 |
| 902 | 2025-01-30T19:32:16.828Z | Downloaded scopeguard v1.2.0 |
| 903 | 2025-01-30T19:32:16.828Z | Downloaded fragile v2.0.0 |
| 904 | 2025-01-30T19:32:16.831Z | Downloaded display-error-chain v0.2.2 |
| 905 | 2025-01-30T19:32:16.831Z | Downloaded tap v1.0.1 |
| 906 | 2025-01-30T19:32:16.834Z | Downloaded nanorand v0.7.0 |
| 907 | 2025-01-30T19:32:16.834Z | Downloaded slog-term v2.9.1 |
| 908 | 2025-01-30T19:32:16.837Z | Downloaded foreign-types-macros v0.2.3 |
| 909 | 2025-01-30T19:32:16.837Z | Downloaded vte v0.11.1 |
| 910 | 2025-01-30T19:32:16.840Z | Downloaded tui-tree-widget v0.22.0 |
| 911 | 2025-01-30T19:32:16.842Z | Downloaded zeroize_derive v1.4.2 |
| 912 | 2025-01-30T19:32:16.843Z | Downloaded zeroize v1.8.1 |
| 913 | 2025-01-30T19:32:16.846Z | Downloaded bitvec v1.0.1 |
| 914 | 2025-01-30T19:32:16.866Z | Downloaded newtype-uuid v1.2.1 |
| 915 | 2025-01-30T19:32:16.871Z | Downloaded zerovec-derive v0.10.3 |
| 916 | 2025-01-30T19:32:16.871Z | Downloaded nu-ansi-term v0.50.1 |
| 917 | 2025-01-30T19:32:16.873Z | Downloaded rustls-pki-types v1.10.0 |
| 918 | 2025-01-30T19:32:16.877Z | Downloaded pkcs8 v0.10.2 |
| 919 | 2025-01-30T19:32:16.881Z | Downloaded smallvec v1.13.2 |
| 920 | 2025-01-30T19:32:16.885Z | Downloaded schemars_derive v0.8.21 |
| 921 | 2025-01-30T19:32:16.888Z | Downloaded portable-atomic v1.9.0 |
| 922 | 2025-01-30T19:32:16.898Z | Downloaded displaydoc v0.2.5 |
| 923 | 2025-01-30T19:32:16.901Z | Downloaded poly1305 v0.8.0 |
| 924 | 2025-01-30T19:32:16.904Z | Downloaded pkcs5 v0.7.1 |
| 925 | 2025-01-30T19:32:16.908Z | Downloaded darling_core v0.20.10 |
| 926 | 2025-01-30T19:32:16.913Z | Downloaded structmeta-derive v0.2.0 |
| 927 | 2025-01-30T19:32:16.916Z | Downloaded rayon-core v1.12.1 |
| 928 | 2025-01-30T19:32:16.919Z | Downloaded num-complex v0.4.6 |
| 929 | 2025-01-30T19:32:16.922Z | Downloaded winnow v0.5.40 |
| 930 | 2025-01-30T19:32:16.931Z | Downloaded toml_edit v0.19.15 |
| 931 | 2025-01-30T19:32:16.949Z | Downloaded tungstenite v0.23.0 |
| 932 | 2025-01-30T19:32:16.951Z | Downloaded unicode_categories v0.1.1 |
| 933 | 2025-01-30T19:32:16.954Z | Downloaded elliptic-curve v0.13.8 |
| 934 | 2025-01-30T19:32:16.957Z | Downloaded h2 v0.4.6 |
| 935 | 2025-01-30T19:32:16.964Z | Downloaded zip v0.6.6 |
| 936 | 2025-01-30T19:32:16.969Z | Downloaded num-traits v0.2.19 |
| 937 | 2025-01-30T19:32:16.972Z | Downloaded zopfli v0.8.1 |
| 938 | 2025-01-30T19:32:16.975Z | Downloaded prettyplease v0.2.25 |
| 939 | 2025-01-30T19:32:16.978Z | Downloaded snafu v0.8.5 |
| 940 | 2025-01-30T19:32:16.984Z | Downloaded zip v2.1.3 |
| 941 | 2025-01-30T19:32:16.989Z | Downloaded unicode-segmentation v1.12.0 |
| 942 | 2025-01-30T19:32:16.994Z | Downloaded url v2.5.3 |
| 943 | 2025-01-30T19:32:16.997Z | Downloaded rusqlite v0.32.1 |
| 944 | 2025-01-30T19:32:17.006Z | Downloaded publicsuffix v2.3.0 |
| 945 | 2025-01-30T19:32:17.009Z | Downloaded nom v7.1.3 |
| 946 | 2025-01-30T19:32:17.013Z | Downloaded time v0.3.36 |
| 947 | 2025-01-30T19:32:17.021Z | Downloaded tungstenite v0.21.0 |
| 948 | 2025-01-30T19:32:17.024Z | Downloaded futures-util v0.3.31 |
| 949 | 2025-01-30T19:32:17.036Z | Downloaded smoltcp v0.9.1 |
| 950 | 2025-01-30T19:32:17.046Z | Downloaded reedline v0.35.0 |
| 951 | 2025-01-30T19:32:17.054Z | Downloaded icu_properties_data v1.5.0 |
| 952 | 2025-01-30T19:32:17.066Z | Downloaded tar v0.4.42 |
| 953 | 2025-01-30T19:32:17.068Z | Downloaded lalrpop v0.19.12 |
| 954 | 2025-01-30T19:32:17.081Z | Downloaded tokio-util v0.7.12 |
| 955 | 2025-01-30T19:32:17.090Z | Downloaded regex-syntax v0.6.29 |
| 956 | 2025-01-30T19:32:17.094Z | Downloaded quinn-proto v0.11.8 |
| 957 | 2025-01-30T19:32:17.101Z | Downloaded proptest v1.5.0 |
| 958 | 2025-01-30T19:32:17.110Z | Downloaded num-bigint v0.4.6 |
| 959 | 2025-01-30T19:32:17.114Z | Downloaded vcpkg v0.2.15 |
| 960 | 2025-01-30T19:32:17.154Z | Downloaded hashbrown v0.14.5 |
| 961 | 2025-01-30T19:32:17.157Z | Downloaded zerovec v0.10.4 |
| 962 | 2025-01-30T19:32:17.163Z | Downloaded object v0.30.4 |
| 963 | 2025-01-30T19:32:17.172Z | Downloaded petname v2.0.2 |
| 964 | 2025-01-30T19:32:17.178Z | Downloaded rustls-webpki v0.101.7 |
| 965 | 2025-01-30T19:32:17.193Z | Downloaded openssl v0.10.66 |
| 966 | 2025-01-30T19:32:17.203Z | Downloaded nix v0.27.1 |
| 967 | 2025-01-30T19:32:17.215Z | Downloaded p384 v0.13.0 |
| 968 | 2025-01-30T19:32:17.221Z | Downloaded zerocopy v0.8.10 |
| 969 | 2025-01-30T19:32:17.248Z | Downloaded unicode-width v0.2.0 |
| 970 | 2025-01-30T19:32:17.253Z | Downloaded rustls v0.21.12 |
| 971 | 2025-01-30T19:32:17.265Z | Downloaded rayon v1.10.0 |
| 972 | 2025-01-30T19:32:17.275Z | Downloaded nix v0.28.0 |
| 973 | 2025-01-30T19:32:17.291Z | Downloaded sqlparser v0.45.0 |
| 974 | 2025-01-30T19:32:17.295Z | Downloaded dropshot v0.12.0 |
| 975 | 2025-01-30T19:32:17.311Z | Downloaded rustls v0.22.4 |
| 976 | 2025-01-30T19:32:17.325Z | Downloaded openapiv3 v2.0.0 |
| 977 | 2025-01-30T19:32:17.337Z | Downloaded regex-syntax v0.8.5 |
| 978 | 2025-01-30T19:32:17.344Z | Downloaded radix_trie v0.2.1 |
| 979 | 2025-01-30T19:32:17.349Z | Downloaded rustls-webpki v0.102.8 |
| 980 | 2025-01-30T19:32:17.369Z | Downloaded webpki-roots v0.26.6 |
| 981 | 2025-01-30T19:32:17.376Z | Downloaded hickory-proto v0.24.2 |
| 982 | 2025-01-30T19:32:17.387Z | Downloaded gimli v0.31.1 |
| 983 | 2025-01-30T19:32:17.394Z | Downloaded regress v0.9.1 |
| 984 | 2025-01-30T19:32:17.403Z | Downloaded regress v0.10.1 |
| 985 | 2025-01-30T19:32:17.411Z | Downloaded regex-automata v0.4.8 |
| 986 | 2025-01-30T19:32:17.428Z | Downloaded diesel v2.2.6 |
| 987 | 2025-01-30T19:32:17.445Z | Downloaded polar-core v0.27.3 |
| 988 | 2025-01-30T19:32:17.453Z | Downloaded object v0.36.5 |
| 989 | 2025-01-30T19:32:17.465Z | Downloaded dropshot v0.15.1 |
| 990 | 2025-01-30T19:32:17.488Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 991 | 2025-01-30T19:32:17.500Z | Downloaded ratatui v0.28.1 |
| 992 | 2025-01-30T19:32:17.521Z | Downloaded chrono-tz v0.10.1 |
| 993 | 2025-01-30T19:32:17.526Z | Downloaded rustls v0.23.19 |
| 994 | 2025-01-30T19:32:17.538Z | Downloaded bstr v1.10.0 |
| 995 | 2025-01-30T19:32:17.548Z | Downloaded typify-impl v0.2.0 |
| 996 | 2025-01-30T19:32:17.565Z | Downloaded csv v1.3.1 |
| 997 | 2025-01-30T19:32:17.586Z | Downloaded nix v0.29.0 |
| 998 | 2025-01-30T19:32:17.597Z | Downloaded typify-impl v0.3.0 |
| 999 | 2025-01-30T19:32:17.615Z | Downloaded sha3 v0.10.8 |
| 1000 | 2025-01-30T19:32:17.619Z | Downloaded git2 v0.19.0 |
| 1001 | 2025-01-30T19:32:17.628Z | Downloaded regex v1.11.1 |
| 1002 | 2025-01-30T19:32:17.643Z | Downloaded smoltcp v0.11.0 |
| 1003 | 2025-01-30T19:32:17.656Z | Downloaded reqwest v0.12.9 |
| 1004 | 2025-01-30T19:32:17.665Z | Downloaded sled v0.34.7 |
| 1005 | 2025-01-30T19:32:17.678Z | Downloaded p521 v0.13.3 |
| 1006 | 2025-01-30T19:32:17.681Z | Downloaded curve25519-dalek v4.1.3 |
| 1007 | 2025-01-30T19:32:17.690Z | Downloaded zerocopy v0.6.6 |
| 1008 | 2025-01-30T19:32:17.693Z | Downloaded bindgen v0.69.5 |
| 1009 | 2025-01-30T19:32:17.705Z | Downloaded socket2 v0.5.7 |
| 1010 | 2025-01-30T19:32:17.709Z | Downloaded chrono v0.4.39 |
| 1011 | 2025-01-30T19:32:17.715Z | Downloaded zerocopy-derive v0.6.6 |
| 1012 | 2025-01-30T19:32:17.721Z | Downloaded unicode-normalization v0.1.24 |
| 1013 | 2025-01-30T19:32:17.725Z | Downloaded tough v0.19.0 |
| 1014 | 2025-01-30T19:32:17.734Z | Downloaded quick-xml v0.33.0 |
| 1015 | 2025-01-30T19:32:17.740Z | Downloaded omicron-zone-package v0.12.0 |
| 1016 | 2025-01-30T19:32:17.745Z | Downloaded pin-project v1.1.6 |
| 1017 | 2025-01-30T19:32:17.756Z | Downloaded serde_with_macros v3.11.0 |
| 1018 | 2025-01-30T19:32:17.761Z | Downloaded predicates v3.1.2 |
| 1019 | 2025-01-30T19:32:17.763Z | Downloaded dropshot_endpoint v0.12.0 |
| 1020 | 2025-01-30T19:32:17.765Z | Downloaded salty v0.3.0 |
| 1021 | 2025-01-30T19:32:17.770Z | Downloaded psl-types v2.0.11 |
| 1022 | 2025-01-30T19:32:17.772Z | Downloaded flate2 v1.0.35 |
| 1023 | 2025-01-30T19:32:17.776Z | Downloaded lzma-sys v0.1.20 |
| 1024 | 2025-01-30T19:32:17.807Z | Downloaded petgraph v0.6.5 |
| 1025 | 2025-01-30T19:32:17.825Z | Downloaded hyper v1.5.2 |
| 1026 | 2025-01-30T19:32:17.833Z | Downloaded parking_lot_core v0.9.10 |
| 1027 | 2025-01-30T19:32:17.835Z | Downloaded typed-path v0.9.3 |
| 1028 | 2025-01-30T19:32:17.841Z | Downloaded futures-macro v0.3.31 |
| 1029 | 2025-01-30T19:32:17.843Z | Downloaded globset v0.4.15 |
| 1030 | 2025-01-30T19:32:17.843Z | Downloaded ecdsa v0.16.9 |
| 1031 | 2025-01-30T19:32:17.845Z | Downloaded unicode-bidi v0.3.17 |
| 1032 | 2025-01-30T19:32:17.848Z | Downloaded tracing-core v0.1.32 |
| 1033 | 2025-01-30T19:32:17.851Z | Downloaded hkdf v0.12.4 |
| 1034 | 2025-01-30T19:32:17.853Z | Downloaded r2d2 v0.8.10 |
| 1035 | 2025-01-30T19:32:17.856Z | Downloaded unicase v2.7.0 |
| 1036 | 2025-01-30T19:32:17.856Z | Downloaded libz-sys v1.1.20 |
| 1037 | 2025-01-30T19:32:17.878Z | Downloaded tokio v1.43.0 |
| 1038 | 2025-01-30T19:32:17.917Z | Downloaded russh v0.45.0 |
| 1039 | 2025-01-30T19:32:17.922Z | Downloaded itertools v0.12.1 |
| 1040 | 2025-01-30T19:32:17.929Z | Downloaded snafu-derive v0.8.5 |
| 1041 | 2025-01-30T19:32:17.932Z | Downloaded slog-json v2.6.1 |
| 1042 | 2025-01-30T19:32:17.932Z | Downloaded tokio-macros v2.5.0 |
| 1043 | 2025-01-30T19:32:17.935Z | Downloaded idna v1.0.3 |
| 1044 | 2025-01-30T19:32:17.938Z | Downloaded progenitor-impl v0.9.1 |
| 1045 | 2025-01-30T19:32:17.940Z | Downloaded fallible-iterator v0.2.0 |
| 1046 | 2025-01-30T19:32:17.942Z | Downloaded untrusted v0.9.0 |
| 1047 | 2025-01-30T19:32:17.942Z | Downloaded rand_core v0.6.4 |
| 1048 | 2025-01-30T19:32:17.945Z | Downloaded rsa v0.9.6 |
| 1049 | 2025-01-30T19:32:17.949Z | Downloaded quinn v0.11.5 |
| 1050 | 2025-01-30T19:32:17.953Z | Downloaded dsl_auto_type v0.1.2 |
| 1051 | 2025-01-30T19:32:17.955Z | Downloaded serde_with v3.11.0 |
| 1052 | 2025-01-30T19:32:17.963Z | Downloaded ssh-cipher v0.2.0 |
| 1053 | 2025-01-30T19:32:17.965Z | Downloaded tinyvec v1.8.0 |
| 1054 | 2025-01-30T19:32:17.967Z | Downloaded aho-corasick v1.1.3 |
| 1055 | 2025-01-30T19:32:17.973Z | Downloaded pem-rfc7468 v0.7.0 |
| 1056 | 2025-01-30T19:32:17.976Z | Downloaded peg-macros v0.8.4 |
| 1057 | 2025-01-30T19:32:17.979Z | Downloaded openssl-sys v0.9.104 |
| 1058 | 2025-01-30T19:32:17.983Z | Downloaded russh-keys v0.45.0 |
| 1059 | 2025-01-30T19:32:17.985Z | Downloaded defmt v0.3.8 |
| 1060 | 2025-01-30T19:32:17.989Z | Downloaded vergen v8.3.2 |
| 1061 | 2025-01-30T19:32:17.992Z | Downloaded value-bag v1.9.0 |
| 1062 | 2025-01-30T19:32:17.994Z | Downloaded uzers v0.12.1 |
| 1063 | 2025-01-30T19:32:17.998Z | Downloaded gethostname v0.5.0 |
| 1064 | 2025-01-30T19:32:18.000Z | Downloaded hashbrown v0.12.3 |
| 1065 | 2025-01-30T19:32:18.003Z | Downloaded dirs-next v2.0.0 |
| 1066 | 2025-01-30T19:32:18.005Z | Downloaded defmt-parser v0.3.4 |
| 1067 | 2025-01-30T19:32:18.005Z | Downloaded tokio-stream v0.1.16 |
| 1068 | 2025-01-30T19:32:18.009Z | Downloaded resolv-conf v0.7.0 |
| 1069 | 2025-01-30T19:32:18.011Z | Downloaded predicates-tree v1.0.11 |
| 1070 | 2025-01-30T19:32:18.013Z | Downloaded predicates-core v1.0.8 |
| 1071 | 2025-01-30T19:32:18.013Z | Downloaded unicode-xid v0.2.6 |
| 1072 | 2025-01-30T19:32:18.016Z | Downloaded itertools v0.10.5 |
| 1073 | 2025-01-30T19:32:18.021Z | Downloaded rustls-pemfile v2.2.0 |
| 1074 | 2025-01-30T19:32:18.024Z | Downloaded password-hash v0.4.2 |
| 1075 | 2025-01-30T19:32:18.029Z | Downloaded x509-cert v0.2.5 |
| 1076 | 2025-01-30T19:32:18.032Z | Downloaded serde-big-array v0.5.1 |
| 1077 | 2025-01-30T19:32:18.037Z | Downloaded serde_path_to_error v0.1.16 |
| 1078 | 2025-01-30T19:32:18.037Z | Downloaded peg v0.8.4 |
| 1079 | 2025-01-30T19:32:18.040Z | Downloaded paste v1.0.15 |
| 1080 | 2025-01-30T19:32:18.040Z | Downloaded debug-ignore v1.0.5 |
| 1081 | 2025-01-30T19:32:18.044Z | Downloaded slog-dtrace v0.3.0 |
| 1082 | 2025-01-30T19:32:18.044Z | Downloaded rustyline v14.0.0 |
| 1083 | 2025-01-30T19:32:18.049Z | Downloaded tinystr v0.7.6 |
| 1084 | 2025-01-30T19:32:18.052Z | Downloaded rustc-hash v1.1.0 |
| 1085 | 2025-01-30T19:32:18.052Z | Downloaded num_threads v0.1.7 |
| 1086 | 2025-01-30T19:32:18.053Z | Downloaded slog-envlogger v2.2.0 |
| 1087 | 2025-01-30T19:32:18.055Z | Downloaded tokio-tungstenite v0.21.0 |
| 1088 | 2025-01-30T19:32:18.058Z | Downloaded crossterm v0.28.1 |
| 1089 | 2025-01-30T19:32:18.065Z | Downloaded parse-size v1.1.0 |
| 1090 | 2025-01-30T19:32:18.067Z | Downloaded rustc-demangle v0.1.24 |
| 1091 | 2025-01-30T19:32:18.067Z | Downloaded tokio-postgres v0.7.12 |
| 1092 | 2025-01-30T19:32:18.070Z | Downloaded steno v0.4.1 |
| 1093 | 2025-01-30T19:32:18.073Z | Downloaded pin-project-lite v0.2.14 |
| 1094 | 2025-01-30T19:32:18.078Z | Downloaded oso v0.27.3 |
| 1095 | 2025-01-30T19:32:18.081Z | Downloaded mio v1.0.2 |
| 1096 | 2025-01-30T19:32:18.087Z | Downloaded qorb v0.2.1 |
| 1097 | 2025-01-30T19:32:18.091Z | Downloaded http v1.2.0 |
| 1098 | 2025-01-30T19:32:18.095Z | Downloaded indexmap v1.9.3 |
| 1099 | 2025-01-30T19:32:18.098Z | Downloaded embedded-io v0.6.1 |
| 1100 | 2025-01-30T19:32:18.102Z | Downloaded des v0.8.1 |
| 1101 | 2025-01-30T19:32:18.102Z | Downloaded derive_builder_core v0.20.2 |
| 1102 | 2025-01-30T19:32:18.104Z | Downloaded der_derive v0.7.3 |
| 1103 | 2025-01-30T19:32:18.107Z | Downloaded simd-adler32 v0.3.7 |
| 1104 | 2025-01-30T19:32:18.107Z | Downloaded diff v0.1.13 |
| 1105 | 2025-01-30T19:32:18.110Z | Downloaded hyper-util v0.1.10 |
| 1106 | 2025-01-30T19:32:18.114Z | Downloaded typify v0.3.0 |
| 1107 | 2025-01-30T19:32:18.117Z | Downloaded pkg-config v0.3.31 |
| 1108 | 2025-01-30T19:32:18.120Z | Downloaded flagset v0.4.6 |
| 1109 | 2025-01-30T19:32:18.122Z | Downloaded diesel-dtrace v0.4.2 |
| 1110 | 2025-01-30T19:32:18.122Z | Downloaded group v0.13.0 |
| 1111 | 2025-01-30T19:32:18.125Z | Downloaded encoding_rs v0.8.34 |
| 1112 | 2025-01-30T19:32:18.145Z | Downloaded zerofrom-derive v0.1.4 |
| 1113 | 2025-01-30T19:32:18.148Z | Downloaded progenitor v0.9.1 |
| 1114 | 2025-01-30T19:32:18.148Z | Downloaded postgres-protocol v0.6.7 |
| 1115 | 2025-01-30T19:32:18.152Z | Downloaded typify-macro v0.3.0 |
| 1116 | 2025-01-30T19:32:18.152Z | Downloaded spin v0.9.8 |
| 1117 | 2025-01-30T19:32:18.154Z | Downloaded dropshot_endpoint v0.15.1 |
| 1118 | 2025-01-30T19:32:18.154Z | Downloaded icu_collections v1.5.0 |
| 1119 | 2025-01-30T19:32:18.160Z | Downloaded hickory-resolver v0.24.2 |
| 1120 | 2025-01-30T19:32:18.164Z | Downloaded crossbeam-channel v0.5.13 |
| 1121 | 2025-01-30T19:32:18.168Z | Downloaded stringprep v0.1.5 |
| 1122 | 2025-01-30T19:32:18.171Z | Downloaded derive-where v1.2.7 |
| 1123 | 2025-01-30T19:32:18.174Z | Downloaded test-strategy v0.3.1 |
| 1124 | 2025-01-30T19:32:18.177Z | Downloaded base64 v0.21.7 |
| 1125 | 2025-01-30T19:32:18.182Z | Downloaded ssh-encoding v0.2.0 |
| 1126 | 2025-01-30T19:32:18.185Z | Downloaded phf_codegen v0.11.2 |
| 1127 | 2025-01-30T19:32:18.185Z | Downloaded phf v0.11.2 |
| 1128 | 2025-01-30T19:32:18.187Z | Downloaded futures-channel v0.3.31 |
| 1129 | 2025-01-30T19:32:18.187Z | Downloaded litrs v0.4.1 |
| 1130 | 2025-01-30T19:32:18.190Z | Downloaded const_format v0.2.34 |
| 1131 | 2025-01-30T19:32:18.194Z | Downloaded base64 v0.22.1 |
| 1132 | 2025-01-30T19:32:18.198Z | Downloaded strum_macros v0.24.3 |
| 1133 | 2025-01-30T19:32:18.201Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1134 | 2025-01-30T19:32:18.257Z | Downloaded backtrace v0.3.74 |
| 1135 | 2025-01-30T19:32:18.261Z | Downloaded filetime v0.2.25 |
| 1136 | 2025-01-30T19:32:18.265Z | Downloaded typify v0.2.0 |
| 1137 | 2025-01-30T19:32:18.267Z | Downloaded tokio-rustls v0.25.0 |
| 1138 | 2025-01-30T19:32:18.270Z | Downloaded tokio-rustls v0.24.1 |
| 1139 | 2025-01-30T19:32:18.273Z | Downloaded thiserror v2.0.11 |
| 1140 | 2025-01-30T19:32:18.276Z | Downloaded memmap2 v0.9.5 |
| 1141 | 2025-01-30T19:32:18.278Z | Downloaded wait-timeout v0.2.0 |
| 1142 | 2025-01-30T19:32:18.281Z | Downloaded utf16_iter v1.0.5 |
| 1143 | 2025-01-30T19:32:18.281Z | Downloaded aes v0.8.4 |
| 1144 | 2025-01-30T19:32:18.283Z | Downloaded russh-cryptovec v0.7.3 |
| 1145 | 2025-01-30T19:32:18.283Z | Downloaded iana-time-zone v0.1.61 |
| 1146 | 2025-01-30T19:32:18.285Z | Downloaded compact_str v0.8.0 |
| 1147 | 2025-01-30T19:32:18.289Z | Downloaded icu_provider v1.5.0 |
| 1148 | 2025-01-30T19:32:18.292Z | Downloaded mime_guess v2.0.5 |
| 1149 | 2025-01-30T19:32:18.294Z | Downloaded lock_api v0.4.12 |
| 1150 | 2025-01-30T19:32:18.297Z | Downloaded num-conv v0.1.0 |
| 1151 | 2025-01-30T19:32:18.297Z | Downloaded nodrop v0.1.14 |
| 1152 | 2025-01-30T19:32:18.299Z | Downloaded structmeta v0.2.0 |
| 1153 | 2025-01-30T19:32:18.299Z | Downloaded indoc v1.0.9 |
| 1154 | 2025-01-30T19:32:18.302Z | Downloaded hyper-rustls v0.27.3 |
| 1155 | 2025-01-30T19:32:18.305Z | Downloaded const-oid v0.9.6 |
| 1156 | 2025-01-30T19:32:18.309Z | Downloaded colored v2.1.0 |
| 1157 | 2025-01-30T19:32:18.312Z | Downloaded blake2 v0.10.6 |
| 1158 | 2025-01-30T19:32:18.312Z | Downloaded multer v3.1.0 |
| 1159 | 2025-01-30T19:32:18.315Z | Downloaded litemap v0.7.3 |
| 1160 | 2025-01-30T19:32:18.315Z | Downloaded shell-words v1.1.0 |
| 1161 | 2025-01-30T19:32:18.318Z | Downloaded write16 v1.0.0 |
| 1162 | 2025-01-30T19:32:18.318Z | Downloaded cookie v0.18.1 |
| 1163 | 2025-01-30T19:32:18.321Z | Downloaded clang-sys v1.8.1 |
| 1164 | 2025-01-30T19:32:18.321Z | Downloaded bcs v0.1.6 |
| 1165 | 2025-01-30T19:32:18.324Z | Downloaded base64ct v1.6.0 |
| 1166 | 2025-01-30T19:32:18.326Z | Downloaded hyper-staticfile v0.10.1 |
| 1167 | 2025-01-30T19:32:18.327Z | Downloaded maplit v1.0.2 |
| 1168 | 2025-01-30T19:32:18.329Z | Downloaded icu_locid_transform v1.5.0 |
| 1169 | 2025-01-30T19:32:18.331Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1170 | 2025-01-30T19:32:18.334Z | Downloaded lru-cache v0.1.2 |
| 1171 | 2025-01-30T19:32:18.334Z | Downloaded lru v0.12.5 |
| 1172 | 2025-01-30T19:32:18.337Z | Downloaded idna_adapter v1.2.0 |
| 1173 | 2025-01-30T19:32:18.337Z | Downloaded backoff v0.4.0 |
| 1174 | 2025-01-30T19:32:18.341Z | Downloaded arrayvec v0.7.6 |
| 1175 | 2025-01-30T19:32:18.341Z | Downloaded linear-map v1.2.0 |
| 1176 | 2025-01-30T19:32:18.343Z | Downloaded is-terminal v0.4.13 |
| 1177 | 2025-01-30T19:32:18.343Z | Downloaded httpdate v1.0.3 |
| 1178 | 2025-01-30T19:32:18.343Z | Downloaded http-body-util v0.1.2 |
| 1179 | 2025-01-30T19:32:18.346Z | Downloaded chrono-tz-build v0.4.0 |
| 1180 | 2025-01-30T19:32:18.348Z | Downloaded bitfield-struct v0.6.2 |
| 1181 | 2025-01-30T19:32:18.351Z | Downloaded crc-catalog v2.4.0 |
| 1182 | 2025-01-30T19:32:18.351Z | Downloaded convert_case v0.4.0 |
| 1183 | 2025-01-30T19:32:18.351Z | Downloaded ciborium-ll v0.2.2 |
| 1184 | 2025-01-30T19:32:18.353Z | Downloaded indent_write v2.2.0 |
| 1185 | 2025-01-30T19:32:18.353Z | Downloaded hubpack v0.1.2 |
| 1186 | 2025-01-30T19:32:18.355Z | Downloaded bb8 v0.8.5 |
| 1187 | 2025-01-30T19:32:18.360Z | Downloaded hostname v0.3.1 |
| 1188 | 2025-01-30T19:32:18.360Z | Downloaded cbc v0.1.2 |
| 1189 | 2025-01-30T19:32:18.363Z | Downloaded keccak v0.1.5 |
| 1190 | 2025-01-30T19:32:18.363Z | Downloaded ipnetwork v0.20.0 |
| 1191 | 2025-01-30T19:32:18.363Z | Downloaded hostname v0.4.0 |
| 1192 | 2025-01-30T19:32:18.367Z | Downloaded buf-list v1.0.3 |
| 1193 | 2025-01-30T19:32:18.368Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1194 | 2025-01-30T19:32:18.371Z | Downloaded http-range v0.1.5 |
| 1195 | 2025-01-30T19:32:18.371Z | Downloaded cassowary v0.3.0 |
| 1196 | 2025-01-30T19:32:18.591Z | Downloaded ring v0.17.8 |
| 1197 | 2025-01-30T19:32:18.660Z | Downloaded aws-lc-sys v0.22.0 |
| 1198 | 2025-01-30T19:32:18.903Z | Downloaded libsqlite3-sys v0.30.1 |
| 1199 | 2025-01-30T19:32:19.073Z | Compiling serde v1.0.217 |
| 1200 | 2025-01-30T19:32:19.075Z | Compiling lock_api v0.4.12 |
| 1201 | 2025-01-30T19:32:19.076Z | Compiling value-bag v1.9.0 |
| 1202 | 2025-01-30T19:32:19.076Z | Compiling scopeguard v1.2.0 |
| 1203 | 2025-01-30T19:32:19.076Z | Compiling typenum v1.17.0 |
| 1204 | 2025-01-30T19:32:19.237Z | Compiling generic-array v0.14.7 |
| 1205 | 2025-01-30T19:32:19.274Z | Compiling syn v2.0.96 |
| 1206 | 2025-01-30T19:32:19.290Z | Compiling getrandom v0.2.15 |
| 1207 | 2025-01-30T19:32:19.359Z | Compiling shlex v1.3.0 |
| 1208 | 2025-01-30T19:32:19.597Z | Compiling rand_core v0.6.4 |
| 1209 | 2025-01-30T19:32:19.660Z | Compiling log v0.4.22 |
| 1210 | 2025-01-30T19:32:19.731Z | Compiling subtle v2.6.1 |
| 1211 | 2025-01-30T19:32:19.766Z | Compiling jobserver v0.1.32 |
| 1212 | 2025-01-30T19:32:19.797Z | Compiling smallvec v1.13.2 |
| 1213 | 2025-01-30T19:32:20.145Z | Compiling const-oid v0.9.6 |
| 1214 | 2025-01-30T19:32:20.152Z | Compiling cc v1.1.30 |
| 1215 | 2025-01-30T19:32:20.153Z | Compiling pin-project-lite v0.2.14 |
| 1216 | 2025-01-30T19:32:20.182Z | Compiling rustix v0.38.37 |
| 1217 | 2025-01-30T19:32:20.286Z | Compiling spin v0.9.8 |
| 1218 | 2025-01-30T19:32:20.417Z | Compiling parking_lot_core v0.9.10 |
| 1219 | 2025-01-30T19:32:20.536Z | Compiling futures-core v0.3.31 |
| 1220 | 2025-01-30T19:32:20.666Z | Compiling signal-hook-registry v1.4.2 |
| 1221 | 2025-01-30T19:32:20.770Z | Compiling mio v1.0.2 |
| 1222 | 2025-01-30T19:32:20.989Z | Compiling aho-corasick v1.1.3 |
| 1223 | 2025-01-30T19:32:21.380Z | Compiling parking_lot v0.12.3 |
| 1224 | 2025-01-30T19:32:21.494Z | Compiling cpufeatures v0.2.14 |
| 1225 | 2025-01-30T19:32:21.606Z | Compiling regex-syntax v0.8.5 |
| 1226 | 2025-01-30T19:32:21.626Z | Compiling stable_deref_trait v1.2.0 |
| 1227 | 2025-01-30T19:32:21.742Z | Compiling either v1.13.0 |
| 1228 | 2025-01-30T19:32:21.777Z | Compiling futures-sink v0.3.31 |
| 1229 | 2025-01-30T19:32:22.026Z | Compiling glob v0.3.2 |
| 1230 | 2025-01-30T19:32:22.201Z | Compiling socket2 v0.5.7 |
| 1231 | 2025-01-30T19:32:22.239Z | Compiling slab v0.4.9 |
| 1232 | 2025-01-30T19:32:22.365Z | Compiling prettyplease v0.2.25 |
| 1233 | 2025-01-30T19:32:22.710Z | Compiling lazy_static v1.5.0 |
| 1234 | 2025-01-30T19:32:22.736Z | Compiling serde_json v1.0.135 |
| 1235 | 2025-01-30T19:32:22.846Z | Compiling minimal-lexical v0.2.1 |
| 1236 | 2025-01-30T19:32:22.921Z | Compiling clang-sys v1.8.1 |
| 1237 | 2025-01-30T19:32:23.105Z | Compiling libloading v0.8.5 |
| 1238 | 2025-01-30T19:32:23.375Z | Compiling nom v7.1.3 |
| 1239 | 2025-01-30T19:32:23.393Z | Compiling home v0.5.9 |
| 1240 | 2025-01-30T19:32:23.498Z | Compiling bindgen v0.69.5 |
| 1241 | 2025-01-30T19:32:23.654Z | Compiling itertools v0.12.1 |
| 1242 | 2025-01-30T19:32:23.968Z | Compiling futures-channel v0.3.31 |
| 1243 | 2025-01-30T19:32:24.340Z | Compiling allocator-api2 v0.2.18 |
| 1244 | 2025-01-30T19:32:24.380Z | Compiling futures-task v0.3.31 |
| 1245 | 2025-01-30T19:32:24.687Z | Compiling rustc-hash v1.1.0 |
| 1246 | 2025-01-30T19:32:24.857Z | Compiling pin-utils v0.1.0 |
| 1247 | 2025-01-30T19:32:24.965Z | Compiling foldhash v0.1.3 |
| 1248 | 2025-01-30T19:32:25.091Z | Compiling futures-io v0.3.31 |
| 1249 | 2025-01-30T19:32:25.283Z | Compiling lazycell v1.3.0 |
| 1250 | 2025-01-30T19:32:25.380Z | Compiling regex-automata v0.4.8 |
| 1251 | 2025-01-30T19:32:25.455Z | Compiling libm v0.2.8 |
| 1252 | 2025-01-30T19:32:25.793Z | Compiling hashbrown v0.15.1 |
| 1253 | 2025-01-30T19:32:25.855Z | Compiling cmake v0.1.51 |
| 1254 | 2025-01-30T19:32:26.531Z | Compiling synstructure v0.13.1 |
| 1255 | 2025-01-30T19:32:26.757Z | Compiling cexpr v0.6.0 |
| 1256 | 2025-01-30T19:32:27.057Z | Compiling num-traits v0.2.19 |
| 1257 | 2025-01-30T19:32:27.356Z | Compiling fs_extra v1.3.0 |
| 1258 | 2025-01-30T19:32:27.900Z | Compiling dunce v1.0.5 |
| 1259 | 2025-01-30T19:32:27.945Z | Compiling pkg-config v0.3.31 |
| 1260 | 2025-01-30T19:32:28.224Z | Compiling writeable v0.5.5 |
| 1261 | 2025-01-30T19:32:28.462Z | Compiling litemap v0.7.3 |
| 1262 | 2025-01-30T19:32:28.754Z | Compiling ring v0.17.8 |
| 1263 | 2025-01-30T19:32:28.838Z | Compiling base64ct v1.6.0 |
| 1264 | 2025-01-30T19:32:29.416Z | Compiling paste v1.0.15 |
| 1265 | 2025-01-30T19:32:29.438Z | Compiling pem-rfc7468 v0.7.0 |
| 1266 | 2025-01-30T19:32:29.533Z | Compiling flagset v0.4.6 |
| 1267 | 2025-01-30T19:32:29.748Z | Compiling icu_locid_transform_data v1.5.0 |
| 1268 | 2025-01-30T19:32:29.863Z | Compiling aws-lc-rs v1.10.0 |
| 1269 | 2025-01-30T19:32:29.975Z | Compiling httparse v1.9.5 |
| 1270 | 2025-01-30T19:32:30.252Z | Compiling tracing-core v0.1.32 |
| 1271 | 2025-01-30T19:32:30.717Z | Compiling rustls-pki-types v1.10.0 |
| 1272 | 2025-01-30T19:32:30.931Z | Compiling regex v1.11.1 |
| 1273 | 2025-01-30T19:32:31.078Z | Compiling icu_properties_data v1.5.0 |
| 1274 | 2025-01-30T19:32:31.299Z | Compiling percent-encoding v2.3.1 |
| 1275 | 2025-01-30T19:32:31.436Z | Compiling crossbeam-utils v0.8.20 |
| 1276 | 2025-01-30T19:32:31.725Z | Compiling write16 v1.0.0 |
| 1277 | 2025-01-30T19:32:31.872Z | Compiling utf16_iter v1.0.5 |
| 1278 | 2025-01-30T19:32:31.890Z | Compiling time-core v0.1.2 |
| 1279 | 2025-01-30T19:32:32.008Z | Compiling utf8_iter v1.0.4 |
| 1280 | 2025-01-30T19:32:32.057Z | Compiling serde_derive v1.0.217 |
| 1281 | 2025-01-30T19:32:32.077Z | Compiling zeroize_derive v1.4.2 |
| 1282 | 2025-01-30T19:32:32.078Z | Compiling zerocopy-derive v0.7.35 |
| 1283 | 2025-01-30T19:32:32.235Z | Compiling zerofrom-derive v0.1.4 |
| 1284 | 2025-01-30T19:32:32.276Z | Compiling tokio-macros v2.5.0 |
| 1285 | 2025-01-30T19:32:33.517Z | Compiling zeroize v1.8.1 |
| 1286 | 2025-01-30T19:32:33.733Z | Compiling yoke-derive v0.7.4 |
| 1287 | 2025-01-30T19:32:34.025Z | Compiling zerocopy v0.7.35 |
| 1288 | 2025-01-30T19:32:34.212Z | Compiling zerovec-derive v0.10.3 |
| 1289 | 2025-01-30T19:32:35.093Z | Compiling crypto-common v0.1.6 |
| 1290 | 2025-01-30T19:32:35.336Z | Compiling block-buffer v0.10.4 |
| 1291 | 2025-01-30T19:32:35.355Z | Compiling thiserror-impl v1.0.69 |
| 1292 | 2025-01-30T19:32:35.785Z | Compiling digest v0.10.7 |
| 1293 | 2025-01-30T19:32:35.804Z | Compiling futures-macro v0.3.31 |
| 1294 | 2025-01-30T19:32:35.811Z | Compiling zerofrom v0.1.4 |
| 1295 | 2025-01-30T19:32:36.044Z | Compiling hmac v0.12.1 |
| 1296 | 2025-01-30T19:32:36.065Z | Compiling displaydoc v0.2.5 |
| 1297 | 2025-01-30T19:32:36.282Z | Compiling block-padding v0.3.3 |
| 1298 | 2025-01-30T19:32:36.364Z | Compiling yoke v0.7.4 |
| 1299 | 2025-01-30T19:32:36.385Z | Compiling sha2 v0.10.8 |
| 1300 | 2025-01-30T19:32:36.538Z | Compiling inout v0.1.3 |
| 1301 | 2025-01-30T19:32:36.647Z | Compiling icu_provider_macros v1.5.0 |
| 1302 | 2025-01-30T19:32:36.700Z | Compiling zerovec v0.10.4 |
| 1303 | 2025-01-30T19:32:36.820Z | Compiling cipher v0.4.4 |
| 1304 | 2025-01-30T19:32:37.361Z | Compiling ppv-lite86 v0.2.20 |
| 1305 | 2025-01-30T19:32:37.485Z | Compiling futures-util v0.3.31 |
| 1306 | 2025-01-30T19:32:37.627Z | Compiling der_derive v0.7.3 |
| 1307 | 2025-01-30T19:32:37.811Z | Compiling tracing-attributes v0.1.27 |
| 1308 | 2025-01-30T19:32:38.114Z | Compiling rand_chacha v0.3.1 |
| 1309 | 2025-01-30T19:32:38.395Z | Compiling thiserror v1.0.69 |
| 1310 | 2025-01-30T19:32:38.549Z | Compiling tinystr v0.7.6 |
| 1311 | 2025-01-30T19:32:38.808Z | Compiling icu_collections v1.5.0 |
| 1312 | 2025-01-30T19:32:38.983Z | Compiling icu_locid v1.5.0 |
| 1313 | 2025-01-30T19:32:39.832Z | Compiling der v0.7.9 |
| 1314 | 2025-01-30T19:32:40.018Z | Compiling icu_provider v1.5.0 |
| 1315 | 2025-01-30T19:32:40.040Z | Compiling pest v2.7.14 |
| 1316 | 2025-01-30T19:32:40.354Z | Compiling rand v0.8.5 |
| 1317 | 2025-01-30T19:32:40.940Z | Compiling icu_locid_transform v1.5.0 |
| 1318 | 2025-01-30T19:32:40.962Z | Compiling salsa20 v0.10.2 |
| 1319 | 2025-01-30T19:32:41.114Z | Compiling tracing v0.1.40 |
| 1320 | 2025-01-30T19:32:41.181Z | Compiling pbkdf2 v0.12.2 |
| 1321 | 2025-01-30T19:32:41.344Z | Compiling num-conv v0.1.0 |
| 1322 | 2025-01-30T19:32:41.602Z | Compiling powerfmt v0.2.0 |
| 1323 | 2025-01-30T19:32:41.619Z | Compiling icu_normalizer_data v1.5.0 |
| 1324 | 2025-01-30T19:32:41.731Z | Compiling spki v0.7.3 |
| 1325 | 2025-01-30T19:32:42.045Z | Compiling untrusted v0.9.0 |
| 1326 | 2025-01-30T19:32:42.123Z | Compiling mirai-annotations v1.12.0 |
| 1327 | 2025-01-30T19:32:42.238Z | Compiling icu_properties v1.5.1 |
| 1328 | 2025-01-30T19:32:42.324Z | Compiling vcpkg v0.2.15 |
| 1329 | 2025-01-30T19:32:42.359Z | Compiling untrusted v0.7.1 |
| 1330 | 2025-01-30T19:32:42.847Z | Compiling pest_meta v2.7.14 |
| 1331 | 2025-01-30T19:32:42.869Z | Compiling deranged v0.3.11 |
| 1332 | 2025-01-30T19:32:43.135Z | Compiling time-macros v0.2.18 |
| 1333 | 2025-01-30T19:32:43.338Z | Compiling scrypt v0.11.0 |
| 1334 | 2025-01-30T19:32:43.858Z | Compiling aes v0.8.4 |
| 1335 | 2025-01-30T19:32:44.161Z | Compiling openssl-sys v0.9.104 |
| 1336 | 2025-01-30T19:32:44.310Z | Compiling cbc v0.1.2 |
| 1337 | 2025-01-30T19:32:44.541Z | Compiling scroll_derive v0.12.0 |
| 1338 | 2025-01-30T19:32:44.982Z | Compiling bitflags v2.6.0 |
| 1339 | 2025-01-30T19:32:45.194Z | Compiling bytes v1.9.0 |
| 1340 | 2025-01-30T19:32:45.954Z | Compiling indexmap v2.7.1 |
| 1341 | 2025-01-30T19:32:46.168Z | Compiling tokio v1.43.0 |
| 1342 | 2025-01-30T19:32:46.425Z | Compiling http v1.2.0 |
| 1343 | 2025-01-30T19:32:46.683Z | Compiling semver v1.0.24 |
| 1344 | 2025-01-30T19:32:46.910Z | Compiling icu_normalizer v1.5.0 |
| 1345 | 2025-01-30T19:32:47.293Z | Compiling rustc_version v0.4.1 |
| 1346 | 2025-01-30T19:32:47.449Z | Compiling num_threads v0.1.7 |
| 1347 | 2025-01-30T19:32:47.599Z | Compiling tinyvec_macros v0.1.1 |
| 1348 | 2025-01-30T19:32:47.706Z | Compiling atomic-waker v1.1.2 |
| 1349 | 2025-01-30T19:32:47.906Z | Compiling idna_adapter v1.2.0 |
| 1350 | 2025-01-30T19:32:47.964Z | Compiling http-body v1.0.1 |
| 1351 | 2025-01-30T19:32:48.128Z | Compiling tinyvec v1.8.0 |
| 1352 | 2025-01-30T19:32:48.190Z | Compiling time v0.3.36 |
| 1353 | 2025-01-30T19:32:48.499Z | Compiling scroll v0.12.0 |
| 1354 | 2025-01-30T19:32:48.701Z | Compiling pkcs5 v0.7.1 |
| 1355 | 2025-01-30T19:32:48.744Z | Compiling pest_generator v2.7.14 |
| 1356 | 2025-01-30T19:32:48.766Z | Compiling form_urlencoded v1.2.1 |
| 1357 | 2025-01-30T19:32:49.014Z | Compiling which v4.4.2 |
| 1358 | 2025-01-30T19:32:49.077Z | Compiling slog v2.7.0 |
| 1359 | 2025-01-30T19:32:49.573Z | Compiling try-lock v0.2.5 |
| 1360 | 2025-01-30T19:32:49.594Z | Compiling goblin v0.8.2 |
| 1361 | 2025-01-30T19:32:49.737Z | Compiling want v0.3.1 |
| 1362 | 2025-01-30T19:32:49.854Z | Compiling pkcs8 v0.10.2 |
| 1363 | 2025-01-30T19:32:50.014Z | Compiling idna v1.0.3 |
| 1364 | 2025-01-30T19:32:50.034Z | Compiling uuid v1.12.0 |
| 1365 | 2025-01-30T19:32:50.534Z | Compiling httpdate v1.0.3 |
| 1366 | 2025-01-30T19:32:50.621Z | Compiling pest_derive v2.7.14 |
| 1367 | 2025-01-30T19:32:50.978Z | Compiling iana-time-zone v0.1.61 |
| 1368 | 2025-01-30T19:32:51.385Z | Compiling chrono v0.4.39 |
| 1369 | 2025-01-30T19:32:51.406Z | Compiling dtrace-parser v0.2.0 |
| 1370 | 2025-01-30T19:32:51.665Z | Compiling serde_spanned v0.6.8 |
| 1371 | 2025-01-30T19:32:51.913Z | Compiling serde_tokenstream v0.2.2 |
| 1372 | 2025-01-30T19:32:52.147Z | Compiling toml_datetime v0.6.8 |
| 1373 | 2025-01-30T19:32:52.516Z | Compiling base64 v0.22.1 |
| 1374 | 2025-01-30T19:32:52.641Z | Compiling match_cfg v0.1.0 |
| 1375 | 2025-01-30T19:32:52.750Z | Compiling adler2 v2.0.0 |
| 1376 | 2025-01-30T19:32:52.972Z | Compiling foreign-types-shared v0.1.1 |
| 1377 | 2025-01-30T19:32:52.974Z | Compiling rustversion v1.0.17 |
| 1378 | 2025-01-30T19:32:53.095Z | Compiling tower-service v0.3.3 |
| 1379 | 2025-01-30T19:32:53.171Z | Compiling openssl v0.10.66 |
| 1380 | 2025-01-30T19:32:53.239Z | Compiling foreign-types v0.3.2 |
| 1381 | 2025-01-30T19:32:53.347Z | Compiling miniz_oxide v0.8.0 |
| 1382 | 2025-01-30T19:32:53.379Z | Compiling hostname v0.3.1 |
| 1383 | 2025-01-30T19:32:53.603Z | Compiling url v2.5.3 |
| 1384 | 2025-01-30T19:32:53.716Z | Compiling openssl-macros v0.1.1 |
| 1385 | 2025-01-30T19:32:54.448Z | Compiling tokio-util v0.7.12 |
| 1386 | 2025-01-30T19:32:54.772Z | Compiling async-trait v0.1.85 |
| 1387 | 2025-01-30T19:32:54.829Z | Compiling serde_derive_internals v0.29.1 |
| 1388 | 2025-01-30T19:32:54.851Z | Compiling dirs-sys-next v0.1.2 |
| 1389 | 2025-01-30T19:32:55.328Z | Compiling dof v0.3.0 |
| 1390 | 2025-01-30T19:32:55.412Z | Compiling h2 v0.4.6 |
| 1391 | 2025-01-30T19:32:55.687Z | Compiling schemars v0.8.21 |
| 1392 | 2025-01-30T19:32:56.020Z | Compiling siphasher v0.3.11 |
| 1393 | 2025-01-30T19:32:56.384Z | Compiling usdt-impl v0.5.0 |
| 1394 | 2025-01-30T19:32:57.173Z | Compiling syn v1.0.109 |
| 1395 | 2025-01-30T19:32:57.209Z | Compiling rustls v0.22.4 |
| 1396 | 2025-01-30T19:32:57.255Z | Compiling data-encoding v2.6.0 |
| 1397 | 2025-01-30T19:32:57.479Z | Compiling rustls v0.23.19 |
| 1398 | 2025-01-30T19:32:57.754Z | Compiling native-tls v0.2.12 |
| 1399 | 2025-01-30T19:32:57.855Z | Compiling schemars_derive v0.8.21 |
| 1400 | 2025-01-30T19:32:57.910Z | Compiling dirs-next v2.0.0 |
| 1401 | 2025-01-30T19:32:58.903Z | Compiling unicode-normalization v0.1.24 |
| 1402 | 2025-01-30T19:32:59.297Z | Compiling http-body-util v0.1.2 |
| 1403 | 2025-01-30T19:32:59.359Z | Compiling crossbeam-epoch v0.9.18 |
| 1404 | 2025-01-30T19:32:59.539Z | Compiling heapless v0.7.17 |
| 1405 | 2025-01-30T19:32:59.732Z | Compiling signature v2.2.0 |
| 1406 | 2025-01-30T19:32:59.958Z | Compiling sha1 v0.10.6 |
| 1407 | 2025-01-30T19:32:59.960Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1408 | 2025-01-30T19:33:00.012Z | Compiling thread_local v1.1.8 |
| 1409 | 2025-01-30T19:33:00.056Z | Compiling multer v3.1.0 |
| 1410 | 2025-01-30T19:33:00.357Z | Compiling cookie v0.18.1 |
| 1411 | 2025-01-30T19:33:00.378Z | Compiling encoding_rs v0.8.34 |
| 1412 | 2025-01-30T19:33:00.438Z | Compiling slog-async v2.8.0 |
| 1413 | 2025-01-30T19:33:00.470Z | Compiling signal-hook v0.3.17 |
| 1414 | 2025-01-30T19:33:00.655Z | Compiling mime v0.3.17 |
| 1415 | 2025-01-30T19:33:00.747Z | Compiling unicode-bidi v0.3.17 |
| 1416 | 2025-01-30T19:33:00.879Z | Compiling dyn-clone v1.0.17 |
| 1417 | 2025-01-30T19:33:00.939Z | Compiling ipnet v2.10.1 |
| 1418 | 2025-01-30T19:33:01.093Z | Compiling unicode-properties v0.1.3 |
| 1419 | 2025-01-30T19:33:01.164Z | Compiling openssl-probe v0.1.5 |
| 1420 | 2025-01-30T19:33:01.469Z | Compiling gimli v0.31.1 |
| 1421 | 2025-01-30T19:33:01.491Z | Compiling rayon-core v1.12.1 |
| 1422 | 2025-01-30T19:33:01.810Z | Compiling stringprep v0.1.5 |
| 1423 | 2025-01-30T19:33:02.290Z | Compiling toml_edit v0.22.22 |
| 1424 | 2025-01-30T19:33:02.970Z | Compiling hyper v1.5.2 |
| 1425 | 2025-01-30T19:33:05.427Z | Compiling hyper-util v0.1.10 |
| 1426 | 2025-01-30T19:33:05.603Z | Compiling crossbeam-deque v0.8.5 |
| 1427 | 2025-01-30T19:33:05.813Z | Compiling addr2line v0.24.2 |
| 1428 | 2025-01-30T19:33:05.923Z | Compiling usdt-macro v0.5.0 |
| 1429 | 2025-01-30T19:33:06.259Z | Compiling usdt-attr-macro v0.5.0 |
| 1430 | 2025-01-30T19:33:06.444Z | Compiling term v0.7.0 |
| 1431 | 2025-01-30T19:33:06.597Z | Compiling slog-json v2.6.1 |
| 1432 | 2025-01-30T19:33:06.991Z | Compiling serde_urlencoded v0.7.1 |
| 1433 | 2025-01-30T19:33:07.338Z | Compiling crossbeam-channel v0.5.13 |
| 1434 | 2025-01-30T19:33:07.511Z | Compiling curve25519-dalek v4.1.3 |
| 1435 | 2025-01-30T19:33:07.777Z | Compiling futures-executor v0.3.31 |
| 1436 | 2025-01-30T19:33:07.795Z | Compiling enum-as-inner v0.6.1 |
| 1437 | 2025-01-30T19:33:08.194Z | Compiling md-5 v0.10.6 |
| 1438 | 2025-01-30T19:33:08.228Z | Compiling async-stream-impl v0.3.6 |
| 1439 | 2025-01-30T19:33:08.290Z | Compiling rustls-pemfile v2.2.0 |
| 1440 | 2025-01-30T19:33:08.380Z | Compiling num-integer v0.1.46 |
| 1441 | 2025-01-30T19:33:08.450Z | Compiling hash32 v0.2.1 |
| 1442 | 2025-01-30T19:33:08.609Z | Compiling ff v0.13.0 |
| 1443 | 2025-01-30T19:33:08.797Z | Compiling is-terminal v0.4.13 |
| 1444 | 2025-01-30T19:33:08.817Z | Compiling dropshot v0.12.0 |
| 1445 | 2025-01-30T19:33:08.848Z | Compiling object v0.36.5 |
| 1446 | 2025-01-30T19:33:08.940Z | Compiling quick-error v1.2.3 |
| 1447 | 2025-01-30T19:33:09.089Z | Compiling take_mut v0.2.2 |
| 1448 | 2025-01-30T19:33:09.092Z | Compiling smoltcp v0.9.1 |
| 1449 | 2025-01-30T19:33:09.129Z | Compiling utf-8 v0.7.6 |
| 1450 | 2025-01-30T19:33:09.248Z | Compiling anyhow v1.0.95 |
| 1451 | 2025-01-30T19:33:09.452Z | Compiling base16ct v0.2.0 |
| 1452 | 2025-01-30T19:33:09.472Z | Compiling fallible-iterator v0.2.0 |
| 1453 | 2025-01-30T19:33:09.728Z | Compiling litrs v0.4.1 |
| 1454 | 2025-01-30T19:33:09.761Z | Compiling portable-atomic v1.9.0 |
| 1455 | 2025-01-30T19:33:09.764Z | Compiling num-bigint-dig v0.8.4 |
| 1456 | 2025-01-30T19:33:09.804Z | Compiling rustc-demangle v0.1.24 |
| 1457 | 2025-01-30T19:33:10.079Z | Compiling linked-hash-map v0.5.6 |
| 1458 | 2025-01-30T19:33:10.101Z | Compiling psl-types v2.0.11 |
| 1459 | 2025-01-30T19:33:10.293Z | Compiling publicsuffix v2.3.0 |
| 1460 | 2025-01-30T19:33:10.400Z | Compiling lru-cache v0.1.2 |
| 1461 | 2025-01-30T19:33:10.598Z | Compiling postgres-protocol v0.6.7 |
| 1462 | 2025-01-30T19:33:10.767Z | Compiling sec1 v0.7.3 |
| 1463 | 2025-01-30T19:33:10.813Z | Compiling async-stream v0.3.6 |
| 1464 | 2025-01-30T19:33:10.860Z | Compiling document-features v0.2.10 |
| 1465 | 2025-01-30T19:33:11.007Z | Compiling tungstenite v0.24.0 |
| 1466 | 2025-01-30T19:33:11.404Z | Compiling resolv-conf v0.7.0 |
| 1467 | 2025-01-30T19:33:11.766Z | Compiling slog-term v2.9.1 |
| 1468 | 2025-01-30T19:33:12.052Z | Compiling num-iter v0.1.45 |
| 1469 | 2025-01-30T19:33:12.154Z | Compiling group v0.13.0 |
| 1470 | 2025-01-30T19:33:12.156Z | Compiling usdt v0.5.0 |
| 1471 | 2025-01-30T19:33:12.240Z | Compiling hickory-proto v0.24.2 |
| 1472 | 2025-01-30T19:33:12.766Z | Compiling futures v0.3.31 |
| 1473 | 2025-01-30T19:33:12.891Z | Compiling slog-bunyan v2.5.0 |
| 1474 | 2025-01-30T19:33:13.134Z | Compiling toml v0.8.19 |
| 1475 | 2025-01-30T19:33:13.491Z | Compiling tokio-native-tls v0.3.1 |
| 1476 | 2025-01-30T19:33:14.657Z | Compiling camino v1.1.9 |
| 1477 | 2025-01-30T19:33:14.703Z | Compiling phf_shared v0.11.2 |
| 1478 | 2025-01-30T19:33:14.766Z | Compiling dropshot_endpoint v0.12.0 |
| 1479 | 2025-01-30T19:33:15.028Z | Compiling terminal_size v0.4.0 |
| 1480 | 2025-01-30T19:33:15.070Z | Compiling waitgroup v0.1.2 |
| 1481 | 2025-01-30T19:33:15.247Z | Compiling backtrace v0.3.74 |
| 1482 | 2025-01-30T19:33:15.290Z | Compiling openapiv3 v2.0.0 |
| 1483 | 2025-01-30T19:33:15.504Z | Compiling serde_path_to_error v0.1.16 |
| 1484 | 2025-01-30T19:33:15.805Z | Compiling hkdf v0.12.4 |
| 1485 | 2025-01-30T19:33:16.088Z | Compiling crypto-bigint v0.5.5 |
| 1486 | 2025-01-30T19:33:16.224Z | Compiling zerocopy-derive v0.6.6 |
| 1487 | 2025-01-30T19:33:18.257Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1488 | 2025-01-30T19:33:18.315Z | Compiling webpki-roots v0.26.6 |
| 1489 | 2025-01-30T19:33:18.553Z | Compiling hostname v0.4.0 |
| 1490 | 2025-01-30T19:33:18.776Z | Compiling crc32fast v1.4.2 |
| 1491 | 2025-01-30T19:33:18.985Z | Compiling hubpack_derive v0.1.1 |
| 1492 | 2025-01-30T19:33:19.012Z | Compiling ahash v0.8.11 |
| 1493 | 2025-01-30T19:33:19.106Z | Compiling fs-err v2.11.0 |
| 1494 | 2025-01-30T19:33:19.305Z | Compiling newtype-uuid v1.2.1 |
| 1495 | 2025-01-30T19:33:19.347Z | Compiling bitflags v1.3.2 |
| 1496 | 2025-01-30T19:33:19.407Z | Compiling unicode-width v0.2.0 |
| 1497 | 2025-01-30T19:33:19.463Z | Compiling winnow v0.5.40 |
| 1498 | 2025-01-30T19:33:19.577Z | Compiling debug-ignore v1.0.5 |
| 1499 | 2025-01-30T19:33:19.677Z | Compiling managed v0.8.0 |
| 1500 | 2025-01-30T19:33:19.738Z | Compiling clap_builder v4.5.27 |
| 1501 | 2025-01-30T19:33:19.864Z | Compiling hubpack v0.1.2 |
| 1502 | 2025-01-30T19:33:19.973Z | Compiling console v0.15.10 |
| 1503 | 2025-01-30T19:33:20.298Z | Compiling strum_macros v0.25.3 |
| 1504 | 2025-01-30T19:33:21.799Z | Compiling flate2 v1.0.35 |
| 1505 | 2025-01-30T19:33:21.996Z | Compiling elliptic-curve v0.13.8 |
| 1506 | 2025-01-30T19:33:22.017Z | Compiling zerocopy v0.6.6 |
| 1507 | 2025-01-30T19:33:22.752Z | Compiling toml_edit v0.19.15 |
| 1508 | 2025-01-30T19:33:22.778Z | Compiling hickory-resolver v0.24.2 |
| 1509 | 2025-01-30T19:33:22.900Z | Compiling phf v0.11.2 |
| 1510 | 2025-01-30T19:33:23.191Z | Compiling signal-hook-mio v0.2.4 |
| 1511 | 2025-01-30T19:33:23.366Z | Compiling cookie_store v0.21.1 |
| 1512 | 2025-01-30T19:33:23.596Z | Compiling rayon v1.10.0 |
| 1513 | 2025-01-30T19:33:24.130Z | Compiling hyper-tls v0.6.0 |
| 1514 | 2025-01-30T19:33:24.540Z | Compiling bzip2 v0.4.4 |
| 1515 | 2025-01-30T19:33:24.915Z | Compiling tokio-tungstenite v0.24.0 |
| 1516 | 2025-01-30T19:33:25.419Z | Compiling postgres-types v0.2.8 |
| 1517 | 2025-01-30T19:33:27.806Z | Compiling ed25519 v2.2.3 |
| 1518 | 2025-01-30T19:33:27.987Z | Compiling phf_shared v0.10.0 |
| 1519 | 2025-01-30T19:33:27.989Z | Compiling tokio-stream v0.1.16 |
| 1520 | 2025-01-30T19:33:28.359Z | Compiling pkcs1 v0.7.5 |
| 1521 | 2025-01-30T19:33:28.749Z | Compiling serde-big-array v0.5.1 |
| 1522 | 2025-01-30T19:33:28.983Z | Compiling clap_derive v4.5.24 |
| 1523 | 2025-01-30T19:33:29.017Z | Compiling rfc6979 v0.4.0 |
| 1524 | 2025-01-30T19:33:29.195Z | Compiling serde_repr v0.1.19 |
| 1525 | 2025-01-30T19:33:29.263Z | Compiling derive-where v1.2.7 |
| 1526 | 2025-01-30T19:33:29.307Z | Compiling float-cmp v0.9.0 |
| 1527 | 2025-01-30T19:33:29.545Z | Compiling bstr v1.10.0 |
| 1528 | 2025-01-30T19:33:29.678Z | Compiling sync_wrapper v1.0.1 |
| 1529 | 2025-01-30T19:33:29.842Z | Compiling static_assertions v1.1.0 |
| 1530 | 2025-01-30T19:33:29.912Z | Compiling difflib v0.4.0 |
| 1531 | 2025-01-30T19:33:29.955Z | Compiling bit-vec v0.6.3 |
| 1532 | 2025-01-30T19:33:30.295Z | Compiling number_prefix v0.4.0 |
| 1533 | 2025-01-30T19:33:30.346Z | Compiling unicode-segmentation v1.12.0 |
| 1534 | 2025-01-30T19:33:30.522Z | Compiling predicates-core v1.0.8 |
| 1535 | 2025-01-30T19:33:30.837Z | Compiling whoami v1.5.2 |
| 1536 | 2025-01-30T19:33:31.083Z | Compiling normalize-line-endings v0.3.0 |
| 1537 | 2025-01-30T19:33:31.226Z | Compiling new_debug_unreachable v1.0.6 |
| 1538 | 2025-01-30T19:33:31.226Z | Compiling precomputed-hash v0.1.1 |
| 1539 | 2025-01-30T19:33:31.281Z | Compiling fixedbitset v0.4.2 |
| 1540 | 2025-01-30T19:33:31.349Z | Compiling string_cache v0.8.7 |
| 1541 | 2025-01-30T19:33:31.372Z | Compiling predicates v3.1.2 |
| 1542 | 2025-01-30T19:33:31.405Z | Compiling tokio-postgres v0.7.12 |
| 1543 | 2025-01-30T19:33:31.709Z | Compiling petgraph v0.6.5 |
| 1544 | 2025-01-30T19:33:31.808Z | Compiling similar v2.6.0 |
| 1545 | 2025-01-30T19:33:32.460Z | Compiling indicatif v0.17.11 |
| 1546 | 2025-01-30T19:33:32.924Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1547 | 2025-01-30T19:33:33.615Z | Compiling clap v4.5.27 |
| 1548 | 2025-01-30T19:33:33.745Z | Compiling bit-set v0.5.3 |
| 1549 | 2025-01-30T19:33:33.950Z | Compiling ecdsa v0.16.9 |
| 1550 | 2025-01-30T19:33:34.030Z | Compiling rsa v0.9.6 |
| 1551 | 2025-01-30T19:33:34.464Z | Compiling ed25519-dalek v2.1.1 |
| 1552 | 2025-01-30T19:33:34.739Z | Compiling toml v0.7.8 |
| 1553 | 2025-01-30T19:33:35.288Z | Compiling zip v0.6.6 |
| 1554 | 2025-01-30T19:33:35.782Z | Compiling crossterm v0.28.1 |
| 1555 | 2025-01-30T19:33:37.155Z | Compiling hex v0.4.3 |
| 1556 | 2025-01-30T19:33:37.176Z | Compiling x509-cert v0.2.5 |
| 1557 | 2025-01-30T19:33:37.491Z | Compiling itertools v0.10.5 |
| 1558 | 2025-01-30T19:33:37.724Z | Compiling unicode-xid v0.2.6 |
| 1559 | 2025-01-30T19:33:37.926Z | Compiling peg-runtime v0.8.3 |
| 1560 | 2025-01-30T19:33:38.503Z | Compiling lalrpop-util v0.19.12 |
| 1561 | 2025-01-30T19:33:38.613Z | Compiling strum_macros v0.26.4 |
| 1562 | 2025-01-30T19:33:38.869Z | Compiling xattr v1.3.1 |
| 1563 | 2025-01-30T19:33:39.127Z | Compiling filetime v0.2.25 |
| 1564 | 2025-01-30T19:33:39.425Z | Compiling tar v0.4.42 |
| 1565 | 2025-01-30T19:33:43.301Z | Compiling strum v0.26.3 |
| 1566 | 2025-01-30T19:33:46.283Z | Compiling aws-lc-sys v0.22.0 |
| 1567 | 2025-01-30T19:34:13.524Z | Compiling rustls-webpki v0.102.8 |
| 1568 | 2025-01-30T19:34:16.686Z | Compiling tokio-rustls v0.25.0 |
| 1569 | 2025-01-30T19:34:18.264Z | Compiling tokio-rustls v0.26.0 |
| 1570 | 2025-01-30T19:34:18.508Z | Compiling hyper-rustls v0.27.3 |
| 1571 | 2025-01-30T19:34:18.865Z | Compiling reqwest v0.12.9 |
| 1572 | 2025-01-30T19:34:20.290Z | Compiling qorb v0.2.1 |
| 1573 | 2025-01-30T19:34:23.372Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1574 | 2025-01-30T19:34:23.629Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1575 | 2025-01-30T19:34:28.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 1576 | 2025-01-30T19:34:28.260Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1577 | 2025-01-30T19:34:28.312Z | Jan 30 19:34:26.939 INFO Starting download, target: Cockroach |
| 1578 | 2025-01-30T19:34:28.312Z | Jan 30 19:34:26.939 INFO Starting download, target: Clickhouse |
| 1579 | 2025-01-30T19:34:28.312Z | Jan 30 19:34:26.939 INFO Starting download, target: Console |
| 1580 | 2025-01-30T19:34:28.312Z | Jan 30 19:34:26.939 INFO Starting download, target: DendriteOpenapi |
| 1581 | 2025-01-30T19:34:28.329Z | Jan 30 19:34:26.939 INFO Starting download, target: DendriteStub |
| 1582 | 2025-01-30T19:34:28.329Z | Jan 30 19:34:26.939 INFO Starting download, target: MaghemiteMgd |
| 1583 | 2025-01-30T19:34:28.329Z | Jan 30 19:34:26.939 INFO Starting download, target: TransceiverControl |
| 1584 | 2025-01-30T19:34:28.329Z | Jan 30 19:34:26.940 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1585 | 2025-01-30T19:34:28.329Z | Jan 30 19:34:26.940 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1586 | 2025-01-30T19:34:28.329Z | Jan 30 19:34:26.940 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1587 | 2025-01-30T19:34:28.329Z | Jan 30 19:34:26.940 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1588 | 2025-01-30T19:34:28.329Z | Jan 30 19:34:26.940 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1589 | 2025-01-30T19:34:28.329Z | Jan 30 19:34:26.940 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1590 | 2025-01-30T19:34:28.329Z | Jan 30 19:34:26.940 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1591 | 2025-01-30T19:34:28.561Z | Jan 30 19:34:27.153 INFO Download complete, target: DendriteOpenapi |
| 1592 | 2025-01-30T19:34:28.643Z | Jan 30 19:34:27.225 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1593 | 2025-01-30T19:34:28.929Z | Jan 30 19:34:27.553 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1594 | 2025-01-30T19:34:29.082Z | Jan 30 19:34:27.702 INFO Download complete, target: TransceiverControl |
| 1595 | 2025-01-30T19:34:29.237Z | Jan 30 19:34:27.860 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1596 | 2025-01-30T19:34:29.281Z | Jan 30 19:34:27.908 INFO Download complete, target: Console |
| 1597 | 2025-01-30T19:34:29.286Z | Jan 30 19:34:27.914 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1598 | 2025-01-30T19:34:30.111Z | Jan 30 19:34:28.739 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1599 | 2025-01-30T19:34:30.111Z | Jan 30 19:34:28.739 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1600 | 2025-01-30T19:34:30.176Z | Jan 30 19:34:28.805 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1601 | 2025-01-30T19:34:32.046Z | Jan 30 19:34:30.674 INFO Download complete, target: DendriteStub |
| 1602 | 2025-01-30T19:34:32.123Z | Jan 30 19:34:30.751 INFO Download complete, target: MaghemiteMgd |
| 1603 | 2025-01-30T19:34:37.480Z | Jan 30 19:34:36.104 INFO Checking that binary works, target: Cockroach |
| 1604 | 2025-01-30T19:34:37.674Z | Jan 30 19:34:36.300 INFO Download complete, target: Cockroach |
| 1605 | 2025-01-30T19:34:42.587Z | Jan 30 19:34:41.212 INFO Checking that binary works, target: Clickhouse |
| 1606 | 2025-01-30T19:34:42.703Z | Jan 30 19:34:41.329 INFO Download complete, target: Clickhouse |
| 1607 | 2025-01-30T19:34:42.724Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1608 | 2025-01-30T19:34:42.726Z | |
| 1609 | 2025-01-30T19:34:42.726Z | real 4:48.708744197 |
| 1610 | 2025-01-30T19:34:42.726Z | user 15:42.807975449 |
| 1611 | 2025-01-30T19:34:42.726Z | sys 2:03.117187004 |
| 1612 | 2025-01-30T19:34:42.727Z | trap 0.560904499 |
| 1613 | 2025-01-30T19:34:42.727Z | tflt 1.375271340 |
| 1614 | 2025-01-30T19:34:42.727Z | dflt 1.650188571 |
| 1615 | 2025-01-30T19:34:42.727Z | kflt 0.026011378 |
| 1616 | 2025-01-30T19:34:42.727Z | lock 25:05.361832748 |
| 1617 | 2025-01-30T19:34:42.727Z | slp 54:52.009938342 |
| 1618 | 2025-01-30T19:34:42.727Z | lat 59.842662564 |
| 1619 | 2025-01-30T19:34:42.728Z | stop 2:26.368999823 |
| 1620 | 2025-01-30T19:34:42.728Z | + banner clippy |
| 1621 | 2025-01-30T19:34:42.730Z | |
| 1622 | 2025-01-30T19:34:42.730Z | #### # # ##### ##### # # |
| 1623 | 2025-01-30T19:34:42.730Z | # # # # # # # # # # |
| 1624 | 2025-01-30T19:34:42.730Z | # # # # # # # # |
| 1625 | 2025-01-30T19:34:42.730Z | # # # ##### ##### # |
| 1626 | 2025-01-30T19:34:42.731Z | # # # # # # # |
| 1627 | 2025-01-30T19:34:42.731Z | #### ###### # # # # |
| 1628 | 2025-01-30T19:34:42.731Z | |
| 1629 | 2025-01-30T19:34:42.731Z | + export CARGO_INCREMENTAL=0 |
| 1630 | 2025-01-30T19:34:42.731Z | + CARGO_INCREMENTAL=0 |
| 1631 | 2025-01-30T19:34:42.731Z | + ptime -m cargo xtask clippy |
| 1632 | 2025-01-30T19:34:43.249Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1633 | 2025-01-30T19:34:46.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 1634 | 2025-01-30T19:34:46.171Z | Running `target/debug/xtask clippy` |
| 1635 | 2025-01-30T19:34:46.191Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1636 | 2025-01-30T19:34:46.798Z | Downloading crates ... |
| 1637 | 2025-01-30T19:34:47.122Z | Downloaded async-channel v1.9.0 |
| 1638 | 2025-01-30T19:34:47.124Z | Downloaded async-signal v0.2.10 |
| 1639 | 2025-01-30T19:34:47.127Z | Downloaded async-channel v2.3.1 |
| 1640 | 2025-01-30T19:34:47.130Z | Downloaded async-global-executor v2.4.1 |
| 1641 | 2025-01-30T19:34:47.133Z | Downloaded async-object-pool v0.1.5 |
| 1642 | 2025-01-30T19:34:47.133Z | Downloaded async-attributes v1.1.2 |
| 1643 | 2025-01-30T19:34:47.135Z | Downloaded async-executor v1.13.1 |
| 1644 | 2025-01-30T19:34:47.137Z | Downloaded async-lock v3.4.0 |
| 1645 | 2025-01-30T19:34:47.140Z | Downloaded async-process v2.3.0 |
| 1646 | 2025-01-30T19:34:47.145Z | Downloaded futures-lite v2.3.0 |
| 1647 | 2025-01-30T19:34:47.165Z | Downloaded event-listener-strategy v0.5.2 |
| 1648 | 2025-01-30T19:34:47.168Z | Downloaded concurrent-queue v2.5.0 |
| 1649 | 2025-01-30T19:34:47.174Z | Downloaded target-spec v3.2.2 |
| 1650 | 2025-01-30T19:34:47.177Z | Downloaded indoc v2.0.5 |
| 1651 | 2025-01-30T19:34:47.180Z | Downloaded event-listener v5.3.1 |
| 1652 | 2025-01-30T19:34:47.184Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1653 | 2025-01-30T19:34:47.186Z | Downloaded pathdiff v0.2.2 |
| 1654 | 2025-01-30T19:34:47.186Z | Downloaded nested v0.1.1 |
| 1655 | 2025-01-30T19:34:47.192Z | Downloaded target-triple v0.1.3 |
| 1656 | 2025-01-30T19:34:47.195Z | Downloaded plotters-svg v0.3.7 |
| 1657 | 2025-01-30T19:34:47.195Z | Downloaded fancy-regex v0.13.0 |
| 1658 | 2025-01-30T19:34:47.201Z | Downloaded threadpool v1.8.1 |
| 1659 | 2025-01-30T19:34:47.204Z | Downloaded plotters-backend v0.3.7 |
| 1660 | 2025-01-30T19:34:47.204Z | Downloaded parking v2.2.1 |
| 1661 | 2025-01-30T19:34:47.206Z | Downloaded oorandom v11.1.4 |
| 1662 | 2025-01-30T19:34:47.206Z | Downloaded num_cpus v1.16.0 |
| 1663 | 2025-01-30T19:34:47.213Z | Downloaded futures-timer v3.0.3 |
| 1664 | 2025-01-30T19:34:47.213Z | Downloaded kv-log-macro v1.0.7 |
| 1665 | 2025-01-30T19:34:47.219Z | Downloaded doc-comment v0.3.3 |
| 1666 | 2025-01-30T19:34:47.222Z | Downloaded libtest-mimic v0.7.3 |
| 1667 | 2025-01-30T19:34:47.224Z | Downloaded escape8259 v0.5.3 |
| 1668 | 2025-01-30T19:34:47.228Z | Downloaded path-tree v0.8.1 |
| 1669 | 2025-01-30T19:34:47.230Z | Downloaded httptest v0.16.1 |
| 1670 | 2025-01-30T19:34:47.236Z | Downloaded similar-asserts v1.6.0 |
| 1671 | 2025-01-30T19:34:47.238Z | Downloaded stringmetrics v2.2.2 |
| 1672 | 2025-01-30T19:34:47.240Z | Downloaded relative-path v1.9.3 |
| 1673 | 2025-01-30T19:34:47.241Z | Downloaded proc-macro-crate v3.2.0 |
| 1674 | 2025-01-30T19:34:47.243Z | Downloaded assert-json-diff v2.0.2 |
| 1675 | 2025-01-30T19:34:47.243Z | Downloaded serde_regex v1.1.0 |
| 1676 | 2025-01-30T19:34:47.245Z | Downloaded approx v0.5.1 |
| 1677 | 2025-01-30T19:34:47.248Z | Downloaded event-listener v2.5.3 |
| 1678 | 2025-01-30T19:34:47.251Z | Downloaded hyper-rustls v0.26.0 |
| 1679 | 2025-01-30T19:34:47.254Z | Downloaded rustls-native-certs v0.7.3 |
| 1680 | 2025-01-30T19:34:47.256Z | Downloaded assert_cmd v2.0.16 |
| 1681 | 2025-01-30T19:34:47.259Z | Downloaded piper v0.2.4 |
| 1682 | 2025-01-30T19:34:47.261Z | Downloaded datatest-stable v0.2.9 |
| 1683 | 2025-01-30T19:34:47.264Z | Downloaded partial-io v0.5.4 |
| 1684 | 2025-01-30T19:34:47.266Z | Downloaded tinytemplate v1.2.1 |
| 1685 | 2025-01-30T19:34:47.266Z | Downloaded anes v0.1.6 |
| 1686 | 2025-01-30T19:34:47.269Z | Downloaded criterion-plot v0.5.0 |
| 1687 | 2025-01-30T19:34:47.271Z | Downloaded cast v0.3.0 |
| 1688 | 2025-01-30T19:34:47.271Z | Downloaded rust-argon2 v2.1.0 |
| 1689 | 2025-01-30T19:34:47.274Z | Downloaded blocking v1.6.1 |
| 1690 | 2025-01-30T19:34:47.274Z | Downloaded blake2b_simd v1.0.2 |
| 1691 | 2025-01-30T19:34:47.276Z | Downloaded async-task v4.7.1 |
| 1692 | 2025-01-30T19:34:47.279Z | Downloaded guppy v0.17.8 |
| 1693 | 2025-01-30T19:34:47.301Z | Downloaded trybuild v1.0.101 |
| 1694 | 2025-01-30T19:34:47.305Z | Downloaded yansi v1.0.1 |
| 1695 | 2025-01-30T19:34:47.307Z | Downloaded pretty_assertions v1.4.1 |
| 1696 | 2025-01-30T19:34:47.309Z | Downloaded polling v3.7.3 |
| 1697 | 2025-01-30T19:34:47.312Z | Downloaded cfg-expr v0.17.0 |
| 1698 | 2025-01-30T19:34:47.314Z | Downloaded async-io v2.3.4 |
| 1699 | 2025-01-30T19:34:47.317Z | Downloaded target-lexicon v0.12.16 |
| 1700 | 2025-01-30T19:34:47.319Z | Downloaded rstest_macros v0.23.0 |
| 1701 | 2025-01-30T19:34:47.322Z | Downloaded rstest v0.23.0 |
| 1702 | 2025-01-30T19:34:47.327Z | Downloaded criterion v0.5.1 |
| 1703 | 2025-01-30T19:34:47.333Z | Downloaded plotters v0.3.7 |
| 1704 | 2025-01-30T19:34:47.342Z | Downloaded rand_distr v0.4.3 |
| 1705 | 2025-01-30T19:34:47.344Z | Downloaded async-std v1.13.0 |
| 1706 | 2025-01-30T19:34:47.412Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1707 | 2025-01-30T19:34:48.191Z | Checking cfg-if v1.0.0 |
| 1708 | 2025-01-30T19:34:48.270Z | Checking libc v0.2.169 |
| 1709 | 2025-01-30T19:34:48.291Z | Checking serde v1.0.217 |
| 1710 | 2025-01-30T19:34:48.314Z | Checking memchr v2.7.4 |
| 1711 | 2025-01-30T19:34:48.337Z | Checking value-bag v1.9.0 |
| 1712 | 2025-01-30T19:34:48.359Z | Checking scopeguard v1.2.0 |
| 1713 | 2025-01-30T19:34:48.383Z | Checking zeroize v1.8.1 |
| 1714 | 2025-01-30T19:34:48.406Z | Checking itoa v1.0.11 |
| 1715 | 2025-01-30T19:34:48.433Z | Checking smallvec v1.13.2 |
| 1716 | 2025-01-30T19:34:48.520Z | Checking lock_api v0.4.12 |
| 1717 | 2025-01-30T19:34:48.638Z | Checking byteorder v1.5.0 |
| 1718 | 2025-01-30T19:34:48.669Z | Checking once_cell v1.20.2 |
| 1719 | 2025-01-30T19:34:48.712Z | Checking log v0.4.22 |
| 1720 | 2025-01-30T19:34:48.787Z | Checking pin-project-lite v0.2.14 |
| 1721 | 2025-01-30T19:34:48.904Z | Checking subtle v2.6.1 |
| 1722 | 2025-01-30T19:34:48.938Z | Checking typenum v1.17.0 |
| 1723 | 2025-01-30T19:34:48.967Z | Checking libm v0.2.8 |
| 1724 | 2025-01-30T19:34:49.064Z | Checking futures-core v0.3.31 |
| 1725 | 2025-01-30T19:34:49.111Z | Checking ryu v1.0.18 |
| 1726 | 2025-01-30T19:34:49.185Z | Checking zerocopy v0.7.35 |
| 1727 | 2025-01-30T19:34:49.216Z | Checking getrandom v0.2.15 |
| 1728 | 2025-01-30T19:34:49.219Z | Checking parking_lot_core v0.9.10 |
| 1729 | 2025-01-30T19:34:49.264Z | Checking signal-hook-registry v1.4.2 |
| 1730 | 2025-01-30T19:34:49.376Z | Checking mio v1.0.2 |
| 1731 | 2025-01-30T19:34:49.451Z | Checking rand_core v0.6.4 |
| 1732 | 2025-01-30T19:34:49.525Z | Checking thiserror v1.0.69 |
| 1733 | 2025-01-30T19:34:49.571Z | Checking parking_lot v0.12.3 |
| 1734 | 2025-01-30T19:34:49.683Z | Checking socket2 v0.5.7 |
| 1735 | 2025-01-30T19:34:49.788Z | Checking const-oid v0.9.6 |
| 1736 | 2025-01-30T19:34:49.816Z | Checking num-traits v0.2.19 |
| 1737 | 2025-01-30T19:34:49.924Z | Checking allocator-api2 v0.2.18 |
| 1738 | 2025-01-30T19:34:49.978Z | Checking spin v0.9.8 |
| 1739 | 2025-01-30T19:34:50.017Z | Checking generic-array v0.14.7 |
| 1740 | 2025-01-30T19:34:50.137Z | Checking futures-io v0.3.31 |
| 1741 | 2025-01-30T19:34:50.324Z | Checking slab v0.4.9 |
| 1742 | 2025-01-30T19:34:50.358Z | Checking cpufeatures v0.2.14 |
| 1743 | 2025-01-30T19:34:50.391Z | Checking futures-sink v0.3.31 |
| 1744 | 2025-01-30T19:34:50.475Z | Checking foldhash v0.1.3 |
| 1745 | 2025-01-30T19:34:50.549Z | Checking equivalent v1.0.1 |
| 1746 | 2025-01-30T19:34:50.581Z | Checking pin-utils v0.1.0 |
| 1747 | 2025-01-30T19:34:50.608Z | Checking iana-time-zone v0.1.61 |
| 1748 | 2025-01-30T19:34:50.678Z | Checking futures-channel v0.3.31 |
| 1749 | 2025-01-30T19:34:50.706Z | Checking hashbrown v0.15.1 |
| 1750 | 2025-01-30T19:34:50.733Z | Checking futures-task v0.3.31 |
| 1751 | 2025-01-30T19:34:50.774Z | Checking stable_deref_trait v1.2.0 |
| 1752 | 2025-01-30T19:34:50.903Z | Checking fnv v1.0.7 |
| 1753 | 2025-01-30T19:34:50.987Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1754 | 2025-01-30T19:34:51.026Z | Checking crypto-common v0.1.6 |
| 1755 | 2025-01-30T19:34:51.029Z | Checking block-buffer v0.10.4 |
| 1756 | 2025-01-30T19:34:51.068Z | Checking futures-util v0.3.31 |
| 1757 | 2025-01-30T19:34:51.227Z | Checking tracing-core v0.1.32 |
| 1758 | 2025-01-30T19:34:51.230Z | Checking dyn-clone v1.0.17 |
| 1759 | 2025-01-30T19:34:51.277Z | Checking ppv-lite86 v0.2.20 |
| 1760 | 2025-01-30T19:34:51.338Z | Checking errno v0.3.9 |
| 1761 | 2025-01-30T19:34:51.389Z | Checking zerofrom v0.1.4 |
| 1762 | 2025-01-30T19:34:51.517Z | Checking crossbeam-utils v0.8.20 |
| 1763 | 2025-01-30T19:34:51.606Z | Checking yoke v0.7.4 |
| 1764 | 2025-01-30T19:34:51.732Z | Checking digest v0.10.7 |
| 1765 | 2025-01-30T19:34:51.770Z | Checking percent-encoding v2.3.1 |
| 1766 | 2025-01-30T19:34:51.849Z | Checking tracing v0.1.40 |
| 1767 | 2025-01-30T19:34:51.948Z | Checking zerovec v0.10.4 |
| 1768 | 2025-01-30T19:34:51.978Z | Checking rand_chacha v0.3.1 |
| 1769 | 2025-01-30T19:34:52.004Z | Checking litemap v0.7.3 |
| 1770 | 2025-01-30T19:34:52.089Z | Checking writeable v0.5.5 |
| 1771 | 2025-01-30T19:34:52.229Z | Checking block-padding v0.3.3 |
| 1772 | 2025-01-30T19:34:52.258Z | Checking httparse v1.9.5 |
| 1773 | 2025-01-30T19:34:52.364Z | Checking icu_locid_transform_data v1.5.0 |
| 1774 | 2025-01-30T19:34:52.407Z | Checking rand v0.8.5 |
| 1775 | 2025-01-30T19:34:52.435Z | Checking regex-syntax v0.8.5 |
| 1776 | 2025-01-30T19:34:52.461Z | Checking inout v0.1.3 |
| 1777 | 2025-01-30T19:34:52.488Z | Checking atomic-waker v1.1.2 |
| 1778 | 2025-01-30T19:34:52.647Z | Checking unicode-ident v1.0.14 |
| 1779 | 2025-01-30T19:34:52.705Z | Checking bytes v1.9.0 |
| 1780 | 2025-01-30T19:34:52.707Z | Checking bitflags v2.6.0 |
| 1781 | 2025-01-30T19:34:52.707Z | Checking serde_json v1.0.135 |
| 1782 | 2025-01-30T19:34:52.835Z | Checking chrono v0.4.39 |
| 1783 | 2025-01-30T19:34:53.046Z | Checking indexmap v2.7.1 |
| 1784 | 2025-01-30T19:34:53.510Z | Checking tokio v1.43.0 |
| 1785 | 2025-01-30T19:34:53.513Z | Checking uuid v1.12.0 |
| 1786 | 2025-01-30T19:34:53.636Z | Checking http v1.2.0 |
| 1787 | 2025-01-30T19:34:54.125Z | Checking rustix v0.38.37 |
| 1788 | 2025-01-30T19:34:54.190Z | Checking tinystr v0.7.6 |
| 1789 | 2025-01-30T19:34:54.367Z | Checking icu_collections v1.5.0 |
| 1790 | 2025-01-30T19:34:54.514Z | Checking icu_locid v1.5.0 |
| 1791 | 2025-01-30T19:34:54.770Z | Checking schemars v0.8.21 |
| 1792 | 2025-01-30T19:34:54.921Z | Checking cipher v0.4.4 |
| 1793 | 2025-01-30T19:34:55.035Z | Checking form_urlencoded v1.2.1 |
| 1794 | 2025-01-30T19:34:55.242Z | Checking icu_properties_data v1.5.0 |
| 1795 | 2025-01-30T19:34:55.320Z | Checking untrusted v0.9.0 |
| 1796 | 2025-01-30T19:34:55.453Z | Checking icu_provider v1.5.0 |
| 1797 | 2025-01-30T19:34:55.456Z | Checking aho-corasick v1.1.3 |
| 1798 | 2025-01-30T19:34:55.504Z | Checking ring v0.17.8 |
| 1799 | 2025-01-30T19:34:55.507Z | Checking utf16_iter v1.0.5 |
| 1800 | 2025-01-30T19:34:55.639Z | Checking icu_normalizer_data v1.5.0 |
| 1801 | 2025-01-30T19:34:55.679Z | Checking utf8_iter v1.0.4 |
| 1802 | 2025-01-30T19:34:55.758Z | Checking powerfmt v0.2.0 |
| 1803 | 2025-01-30T19:34:55.901Z | Checking write16 v1.0.0 |
| 1804 | 2025-01-30T19:34:56.049Z | Checking proc-macro2 v1.0.92 |
| 1805 | 2025-01-30T19:34:56.052Z | Checking deranged v0.3.11 |
| 1806 | 2025-01-30T19:34:56.096Z | Checking icu_locid_transform v1.5.0 |
| 1807 | 2025-01-30T19:34:56.234Z | Checking base64ct v1.6.0 |
| 1808 | 2025-01-30T19:34:56.693Z | Checking num-conv v0.1.0 |
| 1809 | 2025-01-30T19:34:56.698Z | Checking num_threads v0.1.7 |
| 1810 | 2025-01-30T19:34:56.848Z | Checking time-core v0.1.2 |
| 1811 | 2025-01-30T19:34:56.955Z | Checking quote v1.0.38 |
| 1812 | 2025-01-30T19:34:57.034Z | Checking hmac v0.12.1 |
| 1813 | 2025-01-30T19:34:57.062Z | Checking regex-automata v0.4.8 |
| 1814 | 2025-01-30T19:34:57.090Z | Checking icu_properties v1.5.1 |
| 1815 | 2025-01-30T19:34:57.272Z | Checking sha2 v0.10.8 |
| 1816 | 2025-01-30T19:34:57.301Z | Checking rustls-pki-types v1.10.0 |
| 1817 | 2025-01-30T19:34:57.303Z | Checking adler2 v2.0.0 |
| 1818 | 2025-01-30T19:34:57.374Z | Checking syn v2.0.96 |
| 1819 | 2025-01-30T19:34:57.427Z | Checking time v0.3.36 |
| 1820 | 2025-01-30T19:34:57.512Z | Checking miniz_oxide v0.8.0 |
| 1821 | 2025-01-30T19:34:57.841Z | Checking http-body v1.0.1 |
| 1822 | 2025-01-30T19:34:57.871Z | Checking aws-lc-sys v0.22.0 |
| 1823 | 2025-01-30T19:34:58.074Z | Checking untrusted v0.7.1 |
| 1824 | 2025-01-30T19:34:58.272Z | Checking base64 v0.22.1 |
| 1825 | 2025-01-30T19:34:58.274Z | Checking mirai-annotations v1.12.0 |
| 1826 | 2025-01-30T19:34:58.498Z | Checking try-lock v0.2.5 |
| 1827 | 2025-01-30T19:34:58.641Z | Checking httpdate v1.0.3 |
| 1828 | 2025-01-30T19:34:58.752Z | Checking want v0.3.1 |
| 1829 | 2025-01-30T19:34:58.898Z | Checking ahash v0.8.11 |
| 1830 | 2025-01-30T19:34:58.953Z | Checking pem-rfc7468 v0.7.0 |
| 1831 | 2025-01-30T19:34:59.254Z | Checking tower-service v0.3.3 |
| 1832 | 2025-01-30T19:34:59.368Z | Checking slog v2.7.0 |
| 1833 | 2025-01-30T19:34:59.394Z | Checking mime v0.3.17 |
| 1834 | 2025-01-30T19:34:59.708Z | Checking flagset v0.4.6 |
| 1835 | 2025-01-30T19:34:59.794Z | Checking pbkdf2 v0.12.2 |
| 1836 | 2025-01-30T19:34:59.832Z | Checking aes v0.8.4 |
| 1837 | 2025-01-30T19:34:59.904Z | Checking der v0.7.9 |
| 1838 | 2025-01-30T19:34:59.932Z | Checking aws-lc-rs v1.10.0 |
| 1839 | 2025-01-30T19:34:59.973Z | Checking gimli v0.31.1 |
| 1840 | 2025-01-30T19:35:00.203Z | Checking tokio-util v0.7.12 |
| 1841 | 2025-01-30T19:35:00.381Z | Checking icu_normalizer v1.5.0 |
| 1842 | 2025-01-30T19:35:00.716Z | Checking http-body-util v0.1.2 |
| 1843 | 2025-01-30T19:35:01.039Z | Checking h2 v0.4.6 |
| 1844 | 2025-01-30T19:35:01.141Z | Checking idna_adapter v1.2.0 |
| 1845 | 2025-01-30T19:35:01.164Z | Checking salsa20 v0.10.2 |
| 1846 | 2025-01-30T19:35:01.349Z | Checking idna v1.0.3 |
| 1847 | 2025-01-30T19:35:01.399Z | Checking cbc v0.1.2 |
| 1848 | 2025-01-30T19:35:01.480Z | Checking regex v1.11.1 |
| 1849 | 2025-01-30T19:35:01.595Z | Checking spki v0.7.3 |
| 1850 | 2025-01-30T19:35:01.626Z | Checking semver v1.0.24 |
| 1851 | 2025-01-30T19:35:01.628Z | Checking rustls-webpki v0.102.8 |
| 1852 | 2025-01-30T19:35:01.850Z | Checking url v2.5.3 |
| 1853 | 2025-01-30T19:35:01.881Z | Checking lazy_static v1.5.0 |
| 1854 | 2025-01-30T19:35:02.022Z | Checking object v0.36.5 |
| 1855 | 2025-01-30T19:35:02.025Z | Checking rustc-demangle v0.1.24 |
| 1856 | 2025-01-30T19:35:02.074Z | Checking scrypt v0.11.0 |
| 1857 | 2025-01-30T19:35:02.325Z | Checking rustls-pemfile v2.2.0 |
| 1858 | 2025-01-30T19:35:02.447Z | Checking openssl-probe v0.1.5 |
| 1859 | 2025-01-30T19:35:02.537Z | Checking ipnet v2.10.1 |
| 1860 | 2025-01-30T19:35:02.567Z | Checking foreign-types-shared v0.1.1 |
| 1861 | 2025-01-30T19:35:02.613Z | Checking pkcs5 v0.7.1 |
| 1862 | 2025-01-30T19:35:02.670Z | Checking futures-executor v0.3.31 |
| 1863 | 2025-01-30T19:35:02.699Z | Checking foreign-types v0.3.2 |
| 1864 | 2025-01-30T19:35:02.804Z | Checking serde_urlencoded v0.7.1 |
| 1865 | 2025-01-30T19:35:02.908Z | Checking openssl-sys v0.9.104 |
| 1866 | 2025-01-30T19:35:03.010Z | Checking encoding_rs v0.8.34 |
| 1867 | 2025-01-30T19:35:03.125Z | Checking utf8parse v0.2.2 |
| 1868 | 2025-01-30T19:35:03.224Z | Checking pkcs8 v0.10.2 |
| 1869 | 2025-01-30T19:35:03.296Z | Checking futures v0.3.31 |
| 1870 | 2025-01-30T19:35:03.361Z | Checking toml_datetime v0.6.8 |
| 1871 | 2025-01-30T19:35:03.415Z | Checking serde_spanned v0.6.8 |
| 1872 | 2025-01-30T19:35:03.535Z | Checking rustls v0.23.19 |
| 1873 | 2025-01-30T19:35:03.620Z | Checking anstyle v1.0.10 |
| 1874 | 2025-01-30T19:35:03.648Z | Checking either v1.13.0 |
| 1875 | 2025-01-30T19:35:03.698Z | Checking addr2line v0.24.2 |
| 1876 | 2025-01-30T19:35:03.974Z | Checking data-encoding v2.6.0 |
| 1877 | 2025-01-30T19:35:04.014Z | Checking openssl v0.10.66 |
| 1878 | 2025-01-30T19:35:04.041Z | Checking openapiv3 v2.0.0 |
| 1879 | 2025-01-30T19:35:04.200Z | Checking sha1 v0.10.6 |
| 1880 | 2025-01-30T19:35:04.478Z | Checking psl-types v2.0.11 |
| 1881 | 2025-01-30T19:35:04.543Z | Checking cookie v0.18.1 |
| 1882 | 2025-01-30T19:35:04.685Z | Checking publicsuffix v2.3.0 |
| 1883 | 2025-01-30T19:35:04.950Z | Checking webpki-roots v0.26.6 |
| 1884 | 2025-01-30T19:35:04.994Z | Checking cookie_store v0.21.1 |
| 1885 | 2025-01-30T19:35:05.173Z | Checking anstyle-parse v0.2.5 |
| 1886 | 2025-01-30T19:35:05.275Z | Checking camino v1.1.9 |
| 1887 | 2025-01-30T19:35:05.454Z | Checking sync_wrapper v1.0.1 |
| 1888 | 2025-01-30T19:35:05.622Z | Checking is-terminal v0.4.13 |
| 1889 | 2025-01-30T19:35:05.671Z | Checking anstyle-query v1.1.1 |
| 1890 | 2025-01-30T19:35:05.762Z | Checking is_terminal_polyfill v1.70.1 |
| 1891 | 2025-01-30T19:35:05.816Z | Checking winnow v0.6.20 |
| 1892 | 2025-01-30T19:35:05.819Z | Checking colorchoice v1.0.2 |
| 1893 | 2025-01-30T19:35:05.889Z | Checking terminal_size v0.4.0 |
| 1894 | 2025-01-30T19:35:05.970Z | Checking anstream v0.6.15 |
| 1895 | 2025-01-30T19:35:06.083Z | Checking signature v2.2.0 |
| 1896 | 2025-01-30T19:35:06.305Z | Checking clap_lex v0.7.4 |
| 1897 | 2025-01-30T19:35:06.361Z | Checking strsim v0.11.1 |
| 1898 | 2025-01-30T19:35:06.582Z | Checking scroll v0.12.0 |
| 1899 | 2025-01-30T19:35:06.655Z | Checking clap_builder v4.5.27 |
| 1900 | 2025-01-30T19:35:07.054Z | Checking plain v0.2.3 |
| 1901 | 2025-01-30T19:35:07.193Z | Checking tinyvec_macros v0.1.1 |
| 1902 | 2025-01-30T19:35:07.196Z | Checking hyper v1.5.2 |
| 1903 | 2025-01-30T19:35:07.241Z | Checking ucd-trie v0.1.7 |
| 1904 | 2025-01-30T19:35:07.300Z | Checking tinyvec v1.8.0 |
| 1905 | 2025-01-30T19:35:07.468Z | Checking pest v2.7.14 |
| 1906 | 2025-01-30T19:35:07.841Z | Checking backtrace v0.3.74 |
| 1907 | 2025-01-30T19:35:08.433Z | Checking anyhow v1.0.95 |
| 1908 | 2025-01-30T19:35:08.508Z | Checking goblin v0.8.2 |
| 1909 | 2025-01-30T19:35:08.534Z | Checking dirs-sys-next v0.1.2 |
| 1910 | 2025-01-30T19:35:08.620Z | Checking tokio-rustls v0.26.0 |
| 1911 | 2025-01-30T19:35:08.723Z | Checking base16ct v0.2.0 |
| 1912 | 2025-01-30T19:35:08.826Z | Checking pretty-hex v0.4.1 |
| 1913 | 2025-01-30T19:35:08.932Z | Checking sec1 v0.7.3 |
| 1914 | 2025-01-30T19:35:09.032Z | Checking dirs-next v2.0.0 |
| 1915 | 2025-01-30T19:35:09.035Z | Checking crossbeam-channel v0.5.13 |
| 1916 | 2025-01-30T19:35:09.170Z | Checking num-integer v0.1.46 |
| 1917 | 2025-01-30T19:35:09.202Z | Checking hyper-util v0.1.10 |
| 1918 | 2025-01-30T19:35:09.228Z | Checking native-tls v0.2.12 |
| 1919 | 2025-01-30T19:35:09.325Z | Checking ff v0.13.0 |
| 1920 | 2025-01-30T19:35:09.532Z | Checking tokio-native-tls v0.3.1 |
| 1921 | 2025-01-30T19:35:09.569Z | Checking thread-id v4.2.2 |
| 1922 | 2025-01-30T19:35:09.607Z | Checking clap v4.5.27 |
| 1923 | 2025-01-30T19:35:09.653Z | Checking thread_local v1.1.8 |
| 1924 | 2025-01-30T19:35:09.686Z | Checking group v0.13.0 |
| 1925 | 2025-01-30T19:35:09.731Z | Checking term v0.7.0 |
| 1926 | 2025-01-30T19:35:09.761Z | Checking toml_edit v0.22.22 |
| 1927 | 2025-01-30T19:35:09.788Z | Checking hkdf v0.12.4 |
| 1928 | 2025-01-30T19:35:09.935Z | Checking crypto-bigint v0.5.5 |
| 1929 | 2025-01-30T19:35:09.937Z | Checking memmap v0.7.0 |
| 1930 | 2025-01-30T19:35:10.006Z | Checking crc32fast v1.4.2 |
| 1931 | 2025-01-30T19:35:10.033Z | Checking dtrace-parser v0.2.0 |
| 1932 | 2025-01-30T19:35:10.162Z | Checking take_mut v0.2.2 |
| 1933 | 2025-01-30T19:35:10.189Z | Checking match_cfg v0.1.0 |
| 1934 | 2025-01-30T19:35:10.247Z | Checking utf-8 v0.7.6 |
| 1935 | 2025-01-30T19:35:10.301Z | Checking bitflags v1.3.2 |
| 1936 | 2025-01-30T19:35:10.333Z | Checking slog-async v2.8.0 |
| 1937 | 2025-01-30T19:35:10.421Z | Checking hostname v0.3.1 |
| 1938 | 2025-01-30T19:35:10.472Z | Checking slog-term v2.9.1 |
| 1939 | 2025-01-30T19:35:10.503Z | Checking unicode-segmentation v1.12.0 |
| 1940 | 2025-01-30T19:35:10.577Z | Checking num-iter v0.1.45 |
| 1941 | 2025-01-30T19:35:10.652Z | Checking crossbeam-epoch v0.9.18 |
| 1942 | 2025-01-30T19:35:10.769Z | Checking static_assertions v1.1.0 |
| 1943 | 2025-01-30T19:35:10.890Z | Checking itertools v0.10.5 |
| 1944 | 2025-01-30T19:35:10.949Z | Checking bstr v1.10.0 |
| 1945 | 2025-01-30T19:35:11.080Z | Checking slog-json v2.6.1 |
| 1946 | 2025-01-30T19:35:11.182Z | Checking hyper-tls v0.6.0 |
| 1947 | 2025-01-30T19:35:11.212Z | Checking hyper-rustls v0.27.3 |
| 1948 | 2025-01-30T19:35:11.349Z | Checking rfc6979 v0.4.0 |
| 1949 | 2025-01-30T19:35:11.475Z | Checking hex v0.4.3 |
| 1950 | 2025-01-30T19:35:11.545Z | Checking winnow v0.5.40 |
| 1951 | 2025-01-30T19:35:11.573Z | Checking reqwest v0.12.9 |
| 1952 | 2025-01-30T19:35:11.828Z | Checking managed v0.8.0 |
| 1953 | 2025-01-30T19:35:11.996Z | Checking slog-bunyan v2.5.0 |
| 1954 | 2025-01-30T19:35:12.182Z | Checking crossbeam-deque v0.8.5 |
| 1955 | 2025-01-30T19:35:12.224Z | Checking num-bigint-dig v0.8.4 |
| 1956 | 2025-01-30T19:35:12.283Z | Checking toml v0.8.19 |
| 1957 | 2025-01-30T19:35:12.536Z | Checking flate2 v1.0.35 |
| 1958 | 2025-01-30T19:35:12.628Z | Checking elliptic-curve v0.13.8 |
| 1959 | 2025-01-30T19:35:12.913Z | Checking pkcs1 v0.7.5 |
| 1960 | 2025-01-30T19:35:13.014Z | Checking rustls v0.22.4 |
| 1961 | 2025-01-30T19:35:13.159Z | Checking curve25519-dalek v4.1.3 |
| 1962 | 2025-01-30T19:35:13.277Z | Checking ecdsa v0.16.9 |
| 1963 | 2025-01-30T19:35:13.307Z | Checking zerocopy v0.6.6 |
| 1964 | 2025-01-30T19:35:13.336Z | Checking siphasher v0.3.11 |
| 1965 | 2025-01-30T19:35:13.397Z | Checking dof v0.3.0 |
| 1966 | 2025-01-30T19:35:13.667Z | Checking rayon-core v1.12.1 |
| 1967 | 2025-01-30T19:35:13.977Z | Checking unicode-normalization v0.1.24 |
| 1968 | 2025-01-30T19:35:14.007Z | Checking usdt-impl v0.5.0 |
| 1969 | 2025-01-30T19:35:14.010Z | Checking ed25519 v2.2.3 |
| 1970 | 2025-01-30T19:35:14.272Z | Checking rsa v0.9.6 |
| 1971 | 2025-01-30T19:35:14.317Z | Checking toml_edit v0.19.15 |
| 1972 | 2025-01-30T19:35:14.347Z | Checking signal-hook v0.3.17 |
| 1973 | 2025-01-30T19:35:14.349Z | Checking debug-ignore v1.0.5 |
| 1974 | 2025-01-30T19:35:14.518Z | Checking quick-error v1.2.3 |
| 1975 | 2025-01-30T19:35:14.587Z | Checking usdt v0.5.0 |
| 1976 | 2025-01-30T19:35:14.665Z | Checking hickory-proto v0.24.2 |
| 1977 | 2025-01-30T19:35:14.694Z | Checking multer v3.1.0 |
| 1978 | 2025-01-30T19:35:14.845Z | Checking x509-cert v0.2.5 |
| 1979 | 2025-01-30T19:35:14.938Z | Checking ed25519-dalek v2.1.1 |
| 1980 | 2025-01-30T19:35:14.940Z | Checking serde_path_to_error v0.1.16 |
| 1981 | 2025-01-30T19:35:15.102Z | Checking hubpack v0.1.2 |
| 1982 | 2025-01-30T19:35:15.236Z | Checking waitgroup v0.1.2 |
| 1983 | 2025-01-30T19:35:15.342Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1984 | 2025-01-30T19:35:15.389Z | Checking async-stream v0.3.6 |
| 1985 | 2025-01-30T19:35:15.419Z | Checking hostname v0.4.0 |
| 1986 | 2025-01-30T19:35:15.490Z | Checking bit-vec v0.6.3 |
| 1987 | 2025-01-30T19:35:15.555Z | Checking unicode-width v0.2.0 |
| 1988 | 2025-01-30T19:35:15.582Z | Checking bzip2 v0.4.4 |
| 1989 | 2025-01-30T19:35:15.611Z | Checking signal-hook-mio v0.2.4 |
| 1990 | 2025-01-30T19:35:15.775Z | Checking hash32 v0.2.1 |
| 1991 | 2025-01-30T19:35:15.831Z | Checking bit-set v0.5.3 |
| 1992 | 2025-01-30T19:35:15.867Z | Checking linked-hash-map v0.5.6 |
| 1993 | 2025-01-30T19:35:16.057Z | Checking console v0.15.10 |
| 1994 | 2025-01-30T19:35:16.082Z | Checking predicates-core v1.0.8 |
| 1995 | 2025-01-30T19:35:16.110Z | Checking unicode-properties v0.1.3 |
| 1996 | 2025-01-30T19:35:16.165Z | Checking unicode-bidi v0.3.17 |
| 1997 | 2025-01-30T19:35:16.271Z | Checking lru-cache v0.1.2 |
| 1998 | 2025-01-30T19:35:16.324Z | Checking heapless v0.7.17 |
| 1999 | 2025-01-30T19:35:16.370Z | Checking tokio-rustls v0.25.0 |
| 2000 | 2025-01-30T19:35:16.449Z | Checking crossterm v0.28.1 |
| 2001 | 2025-01-30T19:35:16.513Z | Checking rayon v1.10.0 |
| 2002 | 2025-01-30T19:35:16.608Z | Checking phf_shared v0.11.2 |
| 2003 | 2025-01-30T19:35:16.717Z | Checking dropshot v0.12.0 |
| 2004 | 2025-01-30T19:35:16.764Z | Checking toml v0.7.8 |
| 2005 | 2025-01-30T19:35:16.808Z | Checking stringprep v0.1.5 |
| 2006 | 2025-01-30T19:35:16.879Z | Checking similar v2.6.0 |
| 2007 | 2025-01-30T19:35:17.091Z | Checking tokio-stream v0.1.16 |
| 2008 | 2025-01-30T19:35:17.256Z | Checking newtype-uuid v1.2.1 |
| 2009 | 2025-01-30T19:35:17.462Z | Checking md-5 v0.10.6 |
| 2010 | 2025-01-30T19:35:17.520Z | Checking float-cmp v0.9.0 |
| 2011 | 2025-01-30T19:35:17.708Z | Checking fixedbitset v0.4.2 |
| 2012 | 2025-01-30T19:35:17.735Z | Checking normalize-line-endings v0.3.0 |
| 2013 | 2025-01-30T19:35:17.737Z | Checking fallible-iterator v0.2.0 |
| 2014 | 2025-01-30T19:35:17.877Z | Checking difflib v0.4.0 |
| 2015 | 2025-01-30T19:35:17.918Z | Checking smoltcp v0.9.1 |
| 2016 | 2025-01-30T19:35:17.980Z | Checking petgraph v0.6.5 |
| 2017 | 2025-01-30T19:35:18.130Z | Checking phf v0.11.2 |
| 2018 | 2025-01-30T19:35:18.223Z | Checking predicates v3.1.2 |
| 2019 | 2025-01-30T19:35:18.370Z | Checking postgres-protocol v0.6.7 |
| 2020 | 2025-01-30T19:35:18.403Z | Checking zip v0.6.6 |
| 2021 | 2025-01-30T19:35:18.844Z | Checking resolv-conf v0.7.0 |
| 2022 | 2025-01-30T19:35:19.308Z | Checking phf_shared v0.10.0 |
| 2023 | 2025-01-30T19:35:19.309Z | Checking tungstenite v0.24.0 |
| 2024 | 2025-01-30T19:35:19.309Z | Checking fs-err v2.11.0 |
| 2025 | 2025-01-30T19:35:19.309Z | Checking serde-big-array v0.5.1 |
| 2026 | 2025-01-30T19:35:19.309Z | Checking portable-atomic v1.9.0 |
| 2027 | 2025-01-30T19:35:19.309Z | Checking minimal-lexical v0.2.1 |
| 2028 | 2025-01-30T19:35:19.446Z | Checking lalrpop-util v0.19.12 |
| 2029 | 2025-01-30T19:35:19.689Z | Checking number_prefix v0.4.0 |
| 2030 | 2025-01-30T19:35:19.749Z | Checking new_debug_unreachable v1.0.6 |
| 2031 | 2025-01-30T19:35:19.777Z | Checking precomputed-hash v0.1.1 |
| 2032 | 2025-01-30T19:35:19.862Z | Checking nom v7.1.3 |
| 2033 | 2025-01-30T19:35:19.903Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2034 | 2025-01-30T19:35:19.933Z | Checking string_cache v0.8.7 |
| 2035 | 2025-01-30T19:35:19.936Z | Checking tokio-tungstenite v0.24.0 |
| 2036 | 2025-01-30T19:35:20.035Z | Checking hickory-resolver v0.24.2 |
| 2037 | 2025-01-30T19:35:20.161Z | Checking postgres-types v0.2.8 |
| 2038 | 2025-01-30T19:35:20.208Z | Checking itertools v0.12.1 |
| 2039 | 2025-01-30T19:35:20.267Z | Checking indicatif v0.17.11 |
| 2040 | 2025-01-30T19:35:20.392Z | Checking peg-runtime v0.8.3 |
| 2041 | 2025-01-30T19:35:20.636Z | Checking whoami v1.5.2 |
| 2042 | 2025-01-30T19:35:20.953Z | Compiling hashbrown v0.14.5 |
| 2043 | 2025-01-30T19:35:20.955Z | Checking tokio-postgres v0.7.12 |
| 2044 | 2025-01-30T19:35:21.004Z | Compiling thiserror v2.0.11 |
| 2045 | 2025-01-30T19:35:21.030Z | Compiling thiserror-impl v2.0.11 |
| 2046 | 2025-01-30T19:35:21.594Z | Checking qorb v0.2.1 |
| 2047 | 2025-01-30T19:35:22.025Z | Compiling regress v0.10.1 |
| 2048 | 2025-01-30T19:35:22.112Z | Compiling ident_case v1.0.1 |
| 2049 | 2025-01-30T19:35:22.324Z | Compiling darling_core v0.20.10 |
| 2050 | 2025-01-30T19:35:22.448Z | Compiling unsafe-libyaml v0.2.11 |
| 2051 | 2025-01-30T19:35:23.675Z | Checking heck v0.5.0 |
| 2052 | 2025-01-30T19:35:23.859Z | Compiling serde_yaml v0.9.34+deprecated |
| 2053 | 2025-01-30T19:35:24.123Z | Checking fastrand v2.1.1 |
| 2054 | 2025-01-30T19:35:24.308Z | Checking ipnetwork v0.20.0 |
| 2055 | 2025-01-30T19:35:24.446Z | Checking progenitor-client v0.9.1 |
| 2056 | 2025-01-30T19:35:24.499Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2057 | 2025-01-30T19:35:24.692Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2058 | 2025-01-30T19:35:24.863Z | Compiling structmeta-derive v0.3.0 |
| 2059 | 2025-01-30T19:35:24.930Z | Checking strum v0.26.3 |
| 2060 | 2025-01-30T19:35:25.062Z | Compiling dropshot v0.15.1 |
| 2061 | 2025-01-30T19:35:25.117Z | Checking macaddr v1.0.1 |
| 2062 | 2025-01-30T19:35:25.452Z | Compiling dropshot_endpoint v0.15.1 |
| 2063 | 2025-01-30T19:35:25.455Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2064 | 2025-01-30T19:35:25.752Z | Compiling typify-impl v0.2.0 |
| 2065 | 2025-01-30T19:35:26.202Z | Checking tempfile v3.13.0 |
| 2066 | 2025-01-30T19:35:26.602Z | Checking progenitor-client v0.8.0 |
| 2067 | 2025-01-30T19:35:26.723Z | Checking instant v0.1.13 |
| 2068 | 2025-01-30T19:35:26.861Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2069 | 2025-01-30T19:35:26.966Z | Checking regress v0.9.1 |
| 2070 | 2025-01-30T19:35:27.479Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2071 | 2025-01-30T19:35:27.508Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2072 | 2025-01-30T19:35:27.533Z | Compiling structmeta v0.3.0 |
| 2073 | 2025-01-30T19:35:27.903Z | Checking backoff v0.4.0 |
| 2074 | 2025-01-30T19:35:27.975Z | Compiling parse-display-derive v0.10.0 |
| 2075 | 2025-01-30T19:35:28.210Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2076 | 2025-01-30T19:35:28.248Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2077 | 2025-01-30T19:35:28.370Z | Checking wait-timeout v0.2.0 |
| 2078 | 2025-01-30T19:35:28.399Z | Compiling darling_macro v0.20.10 |
| 2079 | 2025-01-30T19:35:28.424Z | Checking rand_xorshift v0.3.0 |
| 2080 | 2025-01-30T19:35:28.579Z | Checking rusty-fork v0.3.0 |
| 2081 | 2025-01-30T19:35:28.622Z | Checking unarray v0.1.4 |
| 2082 | 2025-01-30T19:35:28.798Z | Compiling structmeta-derive v0.2.0 |
| 2083 | 2025-01-30T19:35:28.896Z | Checking proptest v1.5.0 |
| 2084 | 2025-01-30T19:35:29.319Z | Compiling darling v0.20.10 |
| 2085 | 2025-01-30T19:35:29.450Z | Compiling serde_with_macros v3.11.0 |
| 2086 | 2025-01-30T19:35:29.971Z | Checking camino-tempfile v1.1.1 |
| 2087 | 2025-01-30T19:35:30.284Z | Checking unicode-width v0.1.14 |
| 2088 | 2025-01-30T19:35:30.555Z | Compiling proc-macro-error v1.0.4 |
| 2089 | 2025-01-30T19:35:30.811Z | Compiling proc-macro-crate v1.3.1 |
| 2090 | 2025-01-30T19:35:31.197Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2091 | 2025-01-30T19:35:31.377Z | Compiling structmeta v0.2.0 |
| 2092 | 2025-01-30T19:35:31.594Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2093 | 2025-01-30T19:35:31.737Z | Compiling num_enum_derive v0.5.11 |
| 2094 | 2025-01-30T19:35:31.789Z | Compiling test-strategy v0.3.1 |
| 2095 | 2025-01-30T19:35:31.942Z | Compiling foreign-types-macros v0.2.3 |
| 2096 | 2025-01-30T19:35:32.074Z | Checking serde_with v3.11.0 |
| 2097 | 2025-01-30T19:35:32.101Z | Checking parse-display v0.10.0 |
| 2098 | 2025-01-30T19:35:32.428Z | Checking foreign-types-shared v0.3.1 |
| 2099 | 2025-01-30T19:35:32.927Z | Checking tabwriter v1.4.0 |
| 2100 | 2025-01-30T19:35:33.198Z | Checking cstr-argument v0.1.2 |
| 2101 | 2025-01-30T19:35:33.226Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2102 | 2025-01-30T19:35:33.304Z | Checking foreign-types v0.5.0 |
| 2103 | 2025-01-30T19:35:33.408Z | Checking pretty-hex v0.2.1 |
| 2104 | 2025-01-30T19:35:33.433Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2105 | 2025-01-30T19:35:33.602Z | Checking colored v2.1.0 |
| 2106 | 2025-01-30T19:35:33.902Z | Checking smf v0.2.3 |
| 2107 | 2025-01-30T19:35:33.931Z | Checking itertools v0.13.0 |
| 2108 | 2025-01-30T19:35:33.974Z | Checking base64 v0.21.7 |
| 2109 | 2025-01-30T19:35:34.056Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2110 | 2025-01-30T19:35:34.092Z | Checking num_enum v0.5.11 |
| 2111 | 2025-01-30T19:35:34.230Z | Compiling typify-impl v0.3.0 |
| 2112 | 2025-01-30T19:35:34.268Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2113 | 2025-01-30T19:35:34.352Z | Compiling crucible-workspace-hack v0.1.0 |
| 2114 | 2025-01-30T19:35:34.465Z | Compiling zerocopy v0.8.10 |
| 2115 | 2025-01-30T19:35:34.796Z | Checking atomicwrites v0.4.4 |
| 2116 | 2025-01-30T19:35:35.046Z | Compiling zerocopy-derive v0.8.10 |
| 2117 | 2025-01-30T19:35:35.224Z | Compiling heapless v0.8.0 |
| 2118 | 2025-01-30T19:35:35.370Z | Checking termtree v0.4.1 |
| 2119 | 2025-01-30T19:35:35.597Z | Checking predicates-tree v1.0.11 |
| 2120 | 2025-01-30T19:35:35.775Z | Checking hash32 v0.3.1 |
| 2121 | 2025-01-30T19:35:35.995Z | Compiling smoltcp v0.11.0 |
| 2122 | 2025-01-30T19:35:36.332Z | Checking cobs v0.2.3 |
| 2123 | 2025-01-30T19:35:36.538Z | Checking postcard v1.0.10 |
| 2124 | 2025-01-30T19:35:36.683Z | Checking sigpipe v0.1.3 |
| 2125 | 2025-01-30T19:35:36.815Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2126 | 2025-01-30T19:35:37.097Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2127 | 2025-01-30T19:35:37.124Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2128 | 2025-01-30T19:35:37.258Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2129 | 2025-01-30T19:35:37.284Z | Compiling mockall_derive v0.13.0 |
| 2130 | 2025-01-30T19:35:37.616Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2131 | 2025-01-30T19:35:37.643Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2132 | 2025-01-30T19:35:37.826Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2133 | 2025-01-30T19:35:37.999Z | Compiling zone_cfg_derive v0.3.0 |
| 2134 | 2025-01-30T19:35:39.396Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2135 | 2025-01-30T19:35:39.746Z | Compiling num-derive v0.4.2 |
| 2136 | 2025-01-30T19:35:39.827Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2137 | 2025-01-30T19:35:39.853Z | Checking downcast v0.11.0 |
| 2138 | 2025-01-30T19:35:40.079Z | Checking fragile v2.0.0 |
| 2139 | 2025-01-30T19:35:40.172Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2140 | 2025-01-30T19:35:40.360Z | Checking zone v0.3.0 |
| 2141 | 2025-01-30T19:35:40.435Z | Compiling convert_case v0.4.0 |
| 2142 | 2025-01-30T19:35:40.532Z | Checking tungstenite v0.21.0 |
| 2143 | 2025-01-30T19:35:40.977Z | Compiling typify-macro v0.2.0 |
| 2144 | 2025-01-30T19:35:41.121Z | Checking newline-converter v0.3.0 |
| 2145 | 2025-01-30T19:35:41.292Z | Compiling derive_more v0.99.18 |
| 2146 | 2025-01-30T19:35:41.313Z | Checking expectorate v1.1.0 |
| 2147 | 2025-01-30T19:35:41.447Z | Checking tokio-tungstenite v0.21.0 |
| 2148 | 2025-01-30T19:35:41.490Z | Checking same-file v1.0.6 |
| 2149 | 2025-01-30T19:35:41.689Z | Checking walkdir v2.5.0 |
| 2150 | 2025-01-30T19:35:41.965Z | Checking arc-swap v1.7.1 |
| 2151 | 2025-01-30T19:35:41.990Z | Checking xattr v1.3.1 |
| 2152 | 2025-01-30T19:35:42.022Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
| 2153 | 2025-01-30T19:35:42.253Z | Checking filetime v0.2.25 |
| 2154 | 2025-01-30T19:35:42.412Z | Checking slog-scope v4.4.0 |
| 2155 | 2025-01-30T19:35:42.486Z | Checking tar v0.4.42 |
| 2156 | 2025-01-30T19:35:42.511Z | Checking num-rational v0.4.2 |
| 2157 | 2025-01-30T19:35:42.635Z | Checking slog-stdlog v4.1.1 |
| 2158 | 2025-01-30T19:35:42.827Z | Checking slog-envlogger v2.2.0 |
| 2159 | 2025-01-30T19:35:43.069Z | Checking num-complex v0.4.6 |
| 2160 | 2025-01-30T19:35:43.163Z | Checking float-ord v0.3.2 |
| 2161 | 2025-01-30T19:35:43.322Z | Checking indent_write v2.2.0 |
| 2162 | 2025-01-30T19:35:43.344Z | Checking swrite v0.1.0 |
| 2163 | 2025-01-30T19:35:43.476Z | Compiling owo-colors v4.1.0 |
| 2164 | 2025-01-30T19:35:43.521Z | Compiling cancel-safe-futures v0.1.5 |
| 2165 | 2025-01-30T19:35:43.955Z | Checking num v0.4.3 |
| 2166 | 2025-01-30T19:35:44.076Z | Checking libsw v3.3.1 |
| 2167 | 2025-01-30T19:35:44.313Z | Checking password-hash v0.5.0 |
| 2168 | 2025-01-30T19:35:44.349Z | Checking blake2 v0.10.6 |
| 2169 | 2025-01-30T19:35:44.490Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2170 | 2025-01-30T19:35:44.778Z | Checking linear-map v1.2.0 |
| 2171 | 2025-01-30T19:35:44.803Z | Checking argon2 v0.5.3 |
| 2172 | 2025-01-30T19:35:44.874Z | Compiling typify v0.2.0 |
| 2173 | 2025-01-30T19:35:45.019Z | Compiling progenitor-impl v0.8.0 |
| 2174 | 2025-01-30T19:35:45.142Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2175 | 2025-01-30T19:35:45.248Z | Checking mockall v0.13.0 |
| 2176 | 2025-01-30T19:35:45.352Z | Checking pem v3.0.4 |
| 2177 | 2025-01-30T19:35:45.485Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2178 | 2025-01-30T19:35:45.511Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2179 | 2025-01-30T19:35:45.624Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2180 | 2025-01-30T19:35:45.958Z | Compiling lzma-sys v0.1.20 |
| 2181 | 2025-01-30T19:35:46.339Z | Checking headers-core v0.3.0 |
| 2182 | 2025-01-30T19:35:46.516Z | Compiling heck v0.3.3 |
| 2183 | 2025-01-30T19:35:46.768Z | Checking highway v1.2.0 |
| 2184 | 2025-01-30T19:35:46.911Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2185 | 2025-01-30T19:35:47.133Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2186 | 2025-01-30T19:35:47.221Z | Compiling zone_cfg_derive v0.1.2 |
| 2187 | 2025-01-30T19:35:47.320Z | Checking headers v0.4.0 |
| 2188 | 2025-01-30T19:35:47.471Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2189 | 2025-01-30T19:35:47.785Z | Checking yasna v0.5.2 |
| 2190 | 2025-01-30T19:35:48.101Z | Checking base64 v0.13.1 |
| 2191 | 2025-01-30T19:35:48.402Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2192 | 2025-01-30T19:35:48.500Z | Checking ron v0.7.1 |
| 2193 | 2025-01-30T19:35:48.525Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2194 | 2025-01-30T19:35:48.613Z | Checking rcgen v0.12.1 |
| 2195 | 2025-01-30T19:35:48.639Z | Checking zone v0.1.8 |
| 2196 | 2025-01-30T19:35:48.873Z | Checking xz2 v0.1.7 |
| 2197 | 2025-01-30T19:35:49.220Z | Checking subprocess v0.2.9 |
| 2198 | 2025-01-30T19:35:49.270Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2199 | 2025-01-30T19:35:49.300Z | Checking humantime v2.1.0 |
| 2200 | 2025-01-30T19:35:49.438Z | Compiling typify-macro v0.3.0 |
| 2201 | 2025-01-30T19:35:49.587Z | Compiling semver v0.1.20 |
| 2202 | 2025-01-30T19:35:49.616Z | Checking prettyplease v0.2.25 |
| 2203 | 2025-01-30T19:35:49.739Z | Checking half v2.4.1 |
| 2204 | 2025-01-30T19:35:50.083Z | Compiling rustc_version v0.1.7 |
| 2205 | 2025-01-30T19:35:50.162Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2206 | 2025-01-30T19:35:50.181Z | Checking ciborium-io v0.2.2 |
| 2207 | 2025-01-30T19:35:50.316Z | Checking ciborium-ll v0.2.2 |
| 2208 | 2025-01-30T19:35:50.549Z | Compiling newtype_derive v0.1.6 |
| 2209 | 2025-01-30T19:35:50.634Z | Checking ciborium v0.2.2 |
| 2210 | 2025-01-30T19:35:51.070Z | Checking steno v0.4.1 |
| 2211 | 2025-01-30T19:35:52.150Z | Compiling progenitor-macro v0.8.0 |
| 2212 | 2025-01-30T19:35:53.275Z | Compiling typify v0.3.0 |
| 2213 | 2025-01-30T19:35:53.425Z | Compiling progenitor-impl v0.9.1 |
| 2214 | 2025-01-30T19:35:53.851Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2215 | 2025-01-30T19:35:54.094Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2216 | 2025-01-30T19:35:54.516Z | Compiling slog-dtrace v0.3.0 |
| 2217 | 2025-01-30T19:35:54.916Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
| 2218 | 2025-01-30T19:35:54.941Z | Checking display-error-chain v0.2.2 |
| 2219 | 2025-01-30T19:35:55.134Z | Checking gethostname v0.5.0 |
| 2220 | 2025-01-30T19:35:55.280Z | Checking nibble_vec v0.1.0 |
| 2221 | 2025-01-30T19:35:55.381Z | Compiling blake3 v1.5.4 |
| 2222 | 2025-01-30T19:35:55.439Z | Checking keccak v0.1.5 |
| 2223 | 2025-01-30T19:35:55.462Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2224 | 2025-01-30T19:35:55.483Z | Checking endian-type v0.1.2 |
| 2225 | 2025-01-30T19:35:55.713Z | Checking radix_trie v0.2.1 |
| 2226 | 2025-01-30T19:35:55.797Z | Checking sha3 v0.10.8 |
| 2227 | 2025-01-30T19:35:56.120Z | Checking universal-hash v0.5.1 |
| 2228 | 2025-01-30T19:35:56.210Z | Checking secrecy v0.8.0 |
| 2229 | 2025-01-30T19:35:56.326Z | Checking opaque-debug v0.3.1 |
| 2230 | 2025-01-30T19:35:56.418Z | Checking aead v0.5.2 |
| 2231 | 2025-01-30T19:35:56.442Z | Checking poly1305 v0.8.0 |
| 2232 | 2025-01-30T19:35:56.619Z | Checking chacha20 v0.9.1 |
| 2233 | 2025-01-30T19:35:56.949Z | Compiling memmap2 v0.9.5 |
| 2234 | 2025-01-30T19:35:57.006Z | Compiling arrayref v0.3.9 |
| 2235 | 2025-01-30T19:35:57.131Z | Compiling arrayvec v0.7.6 |
| 2236 | 2025-01-30T19:35:57.456Z | Compiling constant_time_eq v0.3.1 |
| 2237 | 2025-01-30T19:35:57.547Z | Compiling toolchain_find v0.4.0 |
| 2238 | 2025-01-30T19:35:57.688Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2239 | 2025-01-30T19:35:58.035Z | Compiling topological-sort v0.2.2 |
| 2240 | 2025-01-30T19:35:58.056Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2241 | 2025-01-30T19:35:58.166Z | Compiling rustfmt-wrapper v0.2.1 |
| 2242 | 2025-01-30T19:35:58.262Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2243 | 2025-01-30T19:35:58.391Z | Compiling omicron-zone-package v0.12.0 |
| 2244 | 2025-01-30T19:35:58.700Z | Checking chacha20poly1305 v0.10.1 |
| 2245 | 2025-01-30T19:35:58.828Z | Compiling async-recursion v1.1.1 |
| 2246 | 2025-01-30T19:35:58.853Z | Checking fxhash v0.2.1 |
| 2247 | 2025-01-30T19:35:58.900Z | Checking lockfree-object-pool v0.1.6 |
| 2248 | 2025-01-30T19:35:59.059Z | Checking bumpalo v3.16.0 |
| 2249 | 2025-01-30T19:35:59.163Z | Checking simd-adler32 v0.3.7 |
| 2250 | 2025-01-30T19:35:59.417Z | Compiling zip v2.1.3 |
| 2251 | 2025-01-30T19:35:59.530Z | Checking zopfli v0.8.1 |
| 2252 | 2025-01-30T19:35:59.773Z | Checking termcolor v1.4.1 |
| 2253 | 2025-01-30T19:36:00.177Z | Checking maplit v1.0.2 |
| 2254 | 2025-01-30T19:36:00.306Z | Compiling radium v0.7.0 |
| 2255 | 2025-01-30T19:36:00.330Z | Compiling const_format_proc_macros v0.2.34 |
| 2256 | 2025-01-30T19:36:00.333Z | Checking tap v1.0.1 |
| 2257 | 2025-01-30T19:36:00.490Z | Compiling progenitor-macro v0.9.1 |
| 2258 | 2025-01-30T19:36:00.511Z | Checking thiserror-no-std v2.0.2 |
| 2259 | 2025-01-30T19:36:00.532Z | Compiling maybe-uninit v2.0.0 |
| 2260 | 2025-01-30T19:36:00.635Z | Checking vsss-rs v3.3.4 |
| 2261 | 2025-01-30T19:36:01.136Z | Checking wyz v0.5.1 |
| 2262 | 2025-01-30T19:36:01.204Z | Checking funty v2.0.0 |
| 2263 | 2025-01-30T19:36:01.267Z | Compiling packed_struct v0.10.1 |
| 2264 | 2025-01-30T19:36:01.515Z | Checking crc-catalog v2.4.0 |
| 2265 | 2025-01-30T19:36:01.688Z | Checking home v0.5.9 |
| 2266 | 2025-01-30T19:36:01.761Z | Checking crc v3.2.1 |
| 2267 | 2025-01-30T19:36:01.977Z | Checking kstat-rs v0.2.4 |
| 2268 | 2025-01-30T19:36:02.088Z | Checking bitvec v1.0.1 |
| 2269 | 2025-01-30T19:36:02.211Z | Compiling packed_struct_codegen v0.10.1 |
| 2270 | 2025-01-30T19:36:02.294Z | Checking const_format v0.2.34 |
| 2271 | 2025-01-30T19:36:02.382Z | Compiling vte_generate_state_changes v0.1.2 |
| 2272 | 2025-01-30T19:36:02.781Z | Compiling indexmap v1.9.3 |
| 2273 | 2025-01-30T19:36:03.043Z | Checking nodrop v0.1.14 |
| 2274 | 2025-01-30T19:36:03.094Z | Compiling libefi-sys v0.1.0 |
| 2275 | 2025-01-30T19:36:03.190Z | Checking array-init v0.0.4 |
| 2276 | 2025-01-30T19:36:03.488Z | Checking vte v0.11.1 |
| 2277 | 2025-01-30T19:36:03.862Z | Checking smallvec v0.6.14 |
| 2278 | 2025-01-30T19:36:04.115Z | Checking fd-lock v4.0.2 |
| 2279 | 2025-01-30T19:36:04.194Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2280 | 2025-01-30T19:36:04.251Z | Compiling bitfield-struct v0.6.2 |
| 2281 | 2025-01-30T19:36:04.305Z | Checking bitfield v0.14.0 |
| 2282 | 2025-01-30T19:36:04.586Z | Checking hashbrown v0.12.3 |
| 2283 | 2025-01-30T19:36:04.635Z | Checking progenitor v0.8.0 |
| 2284 | 2025-01-30T19:36:04.799Z | Checking serde-hex v0.1.0 |
| 2285 | 2025-01-30T19:36:04.852Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2286 | 2025-01-30T19:36:04.967Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2287 | 2025-01-30T19:36:05.550Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2288 | 2025-01-30T19:36:06.126Z | Checking strip-ansi-escapes v0.2.0 |
| 2289 | 2025-01-30T19:36:06.299Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2290 | 2025-01-30T19:36:06.528Z | Checking env_logger v0.10.2 |
| 2291 | 2025-01-30T19:36:06.582Z | Checking ron v0.8.1 |
| 2292 | 2025-01-30T19:36:06.963Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2293 | 2025-01-30T19:36:07.330Z | Checking hashbrown v0.13.2 |
| 2294 | 2025-01-30T19:36:07.854Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2295 | 2025-01-30T19:36:07.991Z | Checking crc-any v2.5.0 |
| 2296 | 2025-01-30T19:36:08.272Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2297 | 2025-01-30T19:36:08.295Z | Checking nu-ansi-term v0.50.1 |
| 2298 | 2025-01-30T19:36:08.371Z | Checking object v0.30.4 |
| 2299 | 2025-01-30T19:36:08.616Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2300 | 2025-01-30T19:36:08.695Z | Checking reedline v0.35.0 |
| 2301 | 2025-01-30T19:36:09.059Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2302 | 2025-01-30T19:36:09.193Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2303 | 2025-01-30T19:36:09.592Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2304 | 2025-01-30T19:36:09.667Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2305 | 2025-01-30T19:36:09.852Z | Checking path-slash v0.1.5 |
| 2306 | 2025-01-30T19:36:10.023Z | Compiling parking_lot_core v0.8.6 |
| 2307 | 2025-01-30T19:36:11.609Z | Compiling phf_generator v0.11.2 |
| 2308 | 2025-01-30T19:36:11.661Z | Checking bytecount v0.6.8 |
| 2309 | 2025-01-30T19:36:11.827Z | Checking glob v0.3.2 |
| 2310 | 2025-01-30T19:36:11.851Z | Checking papergrid v0.11.0 |
| 2311 | 2025-01-30T19:36:12.175Z | Compiling phf_codegen v0.11.2 |
| 2312 | 2025-01-30T19:36:12.439Z | Checking parking_lot v0.11.2 |
| 2313 | 2025-01-30T19:36:12.496Z | Compiling tabled_derive v0.7.0 |
| 2314 | 2025-01-30T19:36:12.820Z | Compiling parse-zoneinfo v0.3.1 |
| 2315 | 2025-01-30T19:36:13.278Z | Checking progenitor v0.9.1 |
| 2316 | 2025-01-30T19:36:13.512Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2317 | 2025-01-30T19:36:13.537Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2318 | 2025-01-30T19:36:13.919Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2319 | 2025-01-30T19:36:14.544Z | Compiling cfg_aliases v0.1.1 |
| 2320 | 2025-01-30T19:36:14.667Z | Compiling nix v0.28.0 |
| 2321 | 2025-01-30T19:36:14.776Z | Checking tabled v0.15.0 |
| 2322 | 2025-01-30T19:36:15.467Z | Compiling chrono-tz-build v0.4.0 |
| 2323 | 2025-01-30T19:36:16.744Z | Checking sled v0.34.7 |
| 2324 | 2025-01-30T19:36:17.335Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2325 | 2025-01-30T19:36:17.575Z | Checking hickory-client v0.24.2 |
| 2326 | 2025-01-30T19:36:18.222Z | Checking hickory-server v0.24.2 |
| 2327 | 2025-01-30T19:36:18.535Z | Compiling chrono-tz v0.10.1 |
| 2328 | 2025-01-30T19:36:19.063Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2329 | 2025-01-30T19:36:19.186Z | Compiling unicase v2.7.0 |
| 2330 | 2025-01-30T19:36:19.345Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2331 | 2025-01-30T19:36:19.526Z | Compiling buf-list v1.0.3 |
| 2332 | 2025-01-30T19:36:20.259Z | Compiling peg-macros v0.8.4 |
| 2333 | 2025-01-30T19:36:20.830Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2334 | 2025-01-30T19:36:20.939Z | Compiling sqlparser_derive v0.2.2 |
| 2335 | 2025-01-30T19:36:21.577Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2336 | 2025-01-30T19:36:21.872Z | Checking unicode_categories v0.1.1 |
| 2337 | 2025-01-30T19:36:21.977Z | Checking sqlparser v0.45.0 |
| 2338 | 2025-01-30T19:36:22.191Z | Checking sqlformat v0.2.6 |
| 2339 | 2025-01-30T19:36:22.458Z | Checking rustyline v14.0.0 |
| 2340 | 2025-01-30T19:36:23.660Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2341 | 2025-01-30T19:36:23.982Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2342 | 2025-01-30T19:36:24.640Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2343 | 2025-01-30T19:36:26.670Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2344 | 2025-01-30T19:36:26.902Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2345 | 2025-01-30T19:36:27.893Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2346 | 2025-01-30T19:36:28.246Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2347 | 2025-01-30T19:36:28.697Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2348 | 2025-01-30T19:36:30.021Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2349 | 2025-01-30T19:36:30.051Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2350 | 2025-01-30T19:36:30.415Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2351 | 2025-01-30T19:36:30.505Z | Checking peg v0.8.4 |
| 2352 | 2025-01-30T19:36:30.624Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2353 | 2025-01-30T19:36:30.921Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2354 | 2025-01-30T19:36:31.260Z | Checking bcs v0.1.6 |
| 2355 | 2025-01-30T19:36:31.404Z | Checking termtree v0.5.1 |
| 2356 | 2025-01-30T19:36:31.736Z | Checking primeorder v0.13.6 |
| 2357 | 2025-01-30T19:36:32.225Z | Compiling mime_guess v2.0.5 |
| 2358 | 2025-01-30T19:36:32.374Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2359 | 2025-01-30T19:36:32.863Z | Checking nanorand v0.7.0 |
| 2360 | 2025-01-30T19:36:32.996Z | Checking http-range v0.1.5 |
| 2361 | 2025-01-30T19:36:33.251Z | Checking flume v0.11.1 |
| 2362 | 2025-01-30T19:36:33.356Z | Checking atty v0.2.14 |
| 2363 | 2025-01-30T19:36:33.488Z | Compiling salty v0.3.0 |
| 2364 | 2025-01-30T19:36:33.720Z | Checking p384 v0.13.0 |
| 2365 | 2025-01-30T19:36:33.744Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2366 | 2025-01-30T19:36:33.955Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2367 | 2025-01-30T19:36:34.317Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
| 2368 | 2025-01-30T19:36:34.341Z | Checking hyper-staticfile v0.10.1 |
| 2369 | 2025-01-30T19:36:34.866Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2370 | 2025-01-30T19:36:34.869Z | Compiling dsl_auto_type v0.1.2 |
| 2371 | 2025-01-30T19:36:35.093Z | Checking scheduled-thread-pool v0.2.7 |
| 2372 | 2025-01-30T19:36:35.153Z | Checking env_filter v0.1.2 |
| 2373 | 2025-01-30T19:36:35.318Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2374 | 2025-01-30T19:36:35.341Z | Compiling crunchy v0.2.2 |
| 2375 | 2025-01-30T19:36:35.378Z | Checking r2d2 v0.8.10 |
| 2376 | 2025-01-30T19:36:35.405Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2377 | 2025-01-30T19:36:35.428Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2378 | 2025-01-30T19:36:35.721Z | Checking env_logger v0.11.5 |
| 2379 | 2025-01-30T19:36:35.746Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2380 | 2025-01-30T19:36:35.816Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2381 | 2025-01-30T19:36:35.873Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2382 | 2025-01-30T19:36:36.039Z | Compiling tiny-keccak v2.0.2 |
| 2383 | 2025-01-30T19:36:36.232Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2384 | 2025-01-30T19:36:36.355Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2385 | 2025-01-30T19:36:36.358Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2386 | 2025-01-30T19:36:36.817Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2387 | 2025-01-30T19:36:37.643Z | Compiling diesel_derives v2.2.3 |
| 2388 | 2025-01-30T19:36:38.113Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2389 | 2025-01-30T19:36:38.139Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2390 | 2025-01-30T19:36:39.158Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2391 | 2025-01-30T19:36:39.400Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2392 | 2025-01-30T19:36:39.924Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2393 | 2025-01-30T19:36:40.321Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2394 | 2025-01-30T19:36:40.759Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2395 | 2025-01-30T19:36:40.936Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2396 | 2025-01-30T19:36:41.035Z | Compiling ref-cast v1.0.23 |
| 2397 | 2025-01-30T19:36:41.348Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2398 | 2025-01-30T19:36:42.720Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2399 | 2025-01-30T19:36:42.825Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2400 | 2025-01-30T19:36:43.093Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2401 | 2025-01-30T19:36:43.398Z | Compiling ascii-canvas v3.0.0 |
| 2402 | 2025-01-30T19:36:43.400Z | Compiling ena v0.14.3 |
| 2403 | 2025-01-30T19:36:43.738Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2404 | 2025-01-30T19:36:43.818Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2405 | 2025-01-30T19:36:43.908Z | Compiling ref-cast-impl v1.0.23 |
| 2406 | 2025-01-30T19:36:44.596Z | Compiling regex-syntax v0.6.29 |
| 2407 | 2025-01-30T19:36:45.130Z | Compiling diff v0.1.13 |
| 2408 | 2025-01-30T19:36:45.714Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2409 | 2025-01-30T19:36:45.745Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2410 | 2025-01-30T19:36:46.148Z | Compiling pin-project-internal v1.1.6 |
| 2411 | 2025-01-30T19:36:46.571Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2412 | 2025-01-30T19:36:46.887Z | Compiling derive_builder_core v0.20.2 |
| 2413 | 2025-01-30T19:36:48.103Z | Compiling lalrpop v0.19.12 |
| 2414 | 2025-01-30T19:36:49.023Z | Checking pin-project v1.1.6 |
| 2415 | 2025-01-30T19:36:49.091Z | Compiling libxml v0.3.3 |
| 2416 | 2025-01-30T19:36:49.174Z | Compiling derive_builder_macro v0.20.2 |
| 2417 | 2025-01-30T19:36:49.318Z | Checking signal-hook-tokio v0.3.1 |
| 2418 | 2025-01-30T19:36:49.342Z | Checking diesel v2.2.6 |
| 2419 | 2025-01-30T19:36:49.492Z | Compiling strum_macros v0.24.3 |
| 2420 | 2025-01-30T19:36:49.515Z | Compiling samael v0.0.17 |
| 2421 | 2025-01-30T19:36:49.791Z | Compiling snafu-derive v0.8.5 |
| 2422 | 2025-01-30T19:36:49.989Z | Compiling indoc v1.0.9 |
| 2423 | 2025-01-30T19:36:50.030Z | Checking derive_builder v0.20.2 |
| 2424 | 2025-01-30T19:36:50.896Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2425 | 2025-01-30T19:36:51.646Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2426 | 2025-01-30T19:36:51.965Z | Checking olpc-cjson v0.1.4 |
| 2427 | 2025-01-30T19:36:52.030Z | Checking globset v0.4.15 |
| 2428 | 2025-01-30T19:36:52.214Z | Checking quick-xml v0.33.0 |
| 2429 | 2025-01-30T19:36:52.557Z | Checking serde_plain v1.0.2 |
| 2430 | 2025-01-30T19:36:52.837Z | Compiling oso-derive v0.27.3 |
| 2431 | 2025-01-30T19:36:52.901Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2432 | 2025-01-30T19:36:53.336Z | Compiling memoffset v0.9.1 |
| 2433 | 2025-01-30T19:36:53.686Z | Checking typed-path v0.9.3 |
| 2434 | 2025-01-30T19:36:54.114Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2435 | 2025-01-30T19:36:54.897Z | Checking snafu v0.8.5 |
| 2436 | 2025-01-30T19:36:55.336Z | Checking tungstenite v0.23.0 |
| 2437 | 2025-01-30T19:36:55.562Z | Checking tough v0.19.0 |
| 2438 | 2025-01-30T19:36:55.772Z | Compiling diesel-dtrace v0.4.2 |
| 2439 | 2025-01-30T19:36:56.092Z | Checking parse-size v1.1.0 |
| 2440 | 2025-01-30T19:36:56.144Z | Checking tokio-tungstenite v0.23.1 |
| 2441 | 2025-01-30T19:36:56.519Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2442 | 2025-01-30T19:36:56.612Z | Checking bb8 v0.8.5 |
| 2443 | 2025-01-30T19:36:56.828Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2444 | 2025-01-30T19:36:57.419Z | Checking nix v0.27.1 |
| 2445 | 2025-01-30T19:36:57.419Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2446 | 2025-01-30T19:36:57.568Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2447 | 2025-01-30T19:36:59.810Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2448 | 2025-01-30T19:36:59.988Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2449 | 2025-01-30T19:37:00.185Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2450 | 2025-01-30T19:37:00.273Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2451 | 2025-01-30T19:37:00.554Z | Checking heck v0.4.1 |
| 2452 | 2025-01-30T19:37:00.785Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2453 | 2025-01-30T19:37:00.840Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2454 | 2025-01-30T19:37:01.196Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2455 | 2025-01-30T19:37:01.217Z | Checking rand_seeder v0.3.0 |
| 2456 | 2025-01-30T19:37:01.460Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2457 | 2025-01-30T19:37:01.576Z | Checking assert_matches v1.5.0 |
| 2458 | 2025-01-30T19:37:01.638Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2459 | 2025-01-30T19:37:01.687Z | Compiling libz-sys v1.1.20 |
| 2460 | 2025-01-30T19:37:01.875Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2461 | 2025-01-30T19:37:02.116Z | Checking castaway v0.2.3 |
| 2462 | 2025-01-30T19:37:02.238Z | Checking is_ci v1.2.0 |
| 2463 | 2025-01-30T19:37:02.317Z | Checking compact_str v0.8.0 |
| 2464 | 2025-01-30T19:37:02.399Z | Checking supports-color v3.0.1 |
| 2465 | 2025-01-30T19:37:02.510Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2466 | 2025-01-30T19:37:02.623Z | Checking unicode-truncate v1.1.0 |
| 2467 | 2025-01-30T19:37:02.861Z | Checking lru v0.12.5 |
| 2468 | 2025-01-30T19:37:03.063Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2469 | 2025-01-30T19:37:03.157Z | Compiling instability v0.3.2 |
| 2470 | 2025-01-30T19:37:03.178Z | Checking cassowary v0.3.0 |
| 2471 | 2025-01-30T19:37:03.560Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2472 | 2025-01-30T19:37:03.775Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2473 | 2025-01-30T19:37:03.960Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2474 | 2025-01-30T19:37:04.193Z | Checking ratatui v0.28.1 |
| 2475 | 2025-01-30T19:37:04.716Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2476 | 2025-01-30T19:37:04.869Z | Compiling vergen v8.3.2 |
| 2477 | 2025-01-30T19:37:05.184Z | Compiling cargo-platform v0.1.8 |
| 2478 | 2025-01-30T19:37:05.238Z | Checking unicode-linebreak v0.1.5 |
| 2479 | 2025-01-30T19:37:05.680Z | Checking smawk v0.3.2 |
| 2480 | 2025-01-30T19:37:05.705Z | Compiling cargo_metadata v0.18.1 |
| 2481 | 2025-01-30T19:37:05.912Z | Checking textwrap v0.16.1 |
| 2482 | 2025-01-30T19:37:06.369Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2483 | 2025-01-30T19:37:07.022Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2484 | 2025-01-30T19:37:07.053Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2485 | 2025-01-30T19:37:07.674Z | Compiling libsqlite3-sys v0.30.1 |
| 2486 | 2025-01-30T19:37:08.205Z | Compiling rustls v0.21.12 |
| 2487 | 2025-01-30T19:37:08.505Z | Compiling cfg_aliases v0.2.1 |
| 2488 | 2025-01-30T19:37:08.619Z | Checking shell-words v1.1.0 |
| 2489 | 2025-01-30T19:37:08.639Z | Compiling nix v0.29.0 |
| 2490 | 2025-01-30T19:37:08.871Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2491 | 2025-01-30T19:37:08.903Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2492 | 2025-01-30T19:37:09.202Z | Checking rustls-webpki v0.101.7 |
| 2493 | 2025-01-30T19:37:09.226Z | Checking sct v0.7.1 |
| 2494 | 2025-01-30T19:37:09.580Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2495 | 2025-01-30T19:37:09.900Z | Checking hashlink v0.9.1 |
| 2496 | 2025-01-30T19:37:09.925Z | Checking concurrent-queue v2.5.0 |
| 2497 | 2025-01-30T19:37:10.292Z | Checking parking v2.2.1 |
| 2498 | 2025-01-30T19:37:10.388Z | Checking fallible-streaming-iterator v0.1.9 |
| 2499 | 2025-01-30T19:37:10.421Z | Checking fallible-iterator v0.3.0 |
| 2500 | 2025-01-30T19:37:10.498Z | Checking plotters-backend v0.3.7 |
| 2501 | 2025-01-30T19:37:10.872Z | Checking plotters-svg v0.3.7 |
| 2502 | 2025-01-30T19:37:10.975Z | Checking rusqlite v0.32.1 |
| 2503 | 2025-01-30T19:37:11.106Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2504 | 2025-01-30T19:37:11.129Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2505 | 2025-01-30T19:37:11.534Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2506 | 2025-01-30T19:37:11.888Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2507 | 2025-01-30T19:37:12.169Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2508 | 2025-01-30T19:37:12.398Z | Checking rustls-pemfile v1.0.4 |
| 2509 | 2025-01-30T19:37:12.484Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2510 | 2025-01-30T19:37:12.628Z | Checking twox-hash v2.1.0 |
| 2511 | 2025-01-30T19:37:12.660Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2512 | 2025-01-30T19:37:12.807Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2513 | 2025-01-30T19:37:12.894Z | Checking tokio-rustls v0.24.1 |
| 2514 | 2025-01-30T19:37:13.257Z | Checking cast v0.3.0 |
| 2515 | 2025-01-30T19:37:13.281Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2516 | 2025-01-30T19:37:13.579Z | Checking criterion-plot v0.5.0 |
| 2517 | 2025-01-30T19:37:14.105Z | Checking plotters v0.3.7 |
| 2518 | 2025-01-30T19:37:14.638Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2519 | 2025-01-30T19:37:15.607Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
| 2520 | 2025-01-30T19:37:15.776Z | Checking fatfs v0.3.6 |
| 2521 | 2025-01-30T19:37:16.804Z | Checking tinytemplate v1.2.1 |
| 2522 | 2025-01-30T19:37:16.828Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2523 | 2025-01-30T19:37:17.139Z | Checking csv-core v0.1.11 |
| 2524 | 2025-01-30T19:37:17.204Z | Checking oorandom v11.1.4 |
| 2525 | 2025-01-30T19:37:17.396Z | Checking hex-literal v0.4.1 |
| 2526 | 2025-01-30T19:37:17.492Z | Checking anes v0.1.6 |
| 2527 | 2025-01-30T19:37:17.553Z | Checking csv v1.3.1 |
| 2528 | 2025-01-30T19:37:17.793Z | Checking event-listener v5.3.1 |
| 2529 | 2025-01-30T19:37:17.833Z | Checking criterion v0.5.1 |
| 2530 | 2025-01-30T19:37:18.206Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2531 | 2025-01-30T19:37:18.314Z | Checking rtoolbox v0.0.2 |
| 2532 | 2025-01-30T19:37:18.534Z | Checking rpassword v7.3.1 |
| 2533 | 2025-01-30T19:37:18.701Z | Checking event-listener-strategy v0.5.2 |
| 2534 | 2025-01-30T19:37:18.919Z | Checking tui-tree-widget v0.22.0 |
| 2535 | 2025-01-30T19:37:19.259Z | Checking async-bb8-diesel v0.2.1 |
| 2536 | 2025-01-30T19:37:20.326Z | Checking polyval v0.6.2 |
| 2537 | 2025-01-30T19:37:20.539Z | Checking futures-lite v2.3.0 |
| 2538 | 2025-01-30T19:37:20.612Z | Checking ghash v0.5.1 |
| 2539 | 2025-01-30T19:37:21.128Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2540 | 2025-01-30T19:37:21.839Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2541 | 2025-01-30T19:37:21.868Z | Checking ctr v0.9.2 |
| 2542 | 2025-01-30T19:37:22.459Z | Checking yansi v1.0.1 |
| 2543 | 2025-01-30T19:37:22.645Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2544 | 2025-01-30T19:37:22.729Z | Checking aes-gcm v0.10.3 |
| 2545 | 2025-01-30T19:37:22.985Z | Checking pretty_assertions v1.4.1 |
| 2546 | 2025-01-30T19:37:22.988Z | Checking ssh-encoding v0.2.0 |
| 2547 | 2025-01-30T19:37:23.209Z | Checking blowfish v0.9.1 |
| 2548 | 2025-01-30T19:37:23.365Z | Checking ssh-cipher v0.2.0 |
| 2549 | 2025-01-30T19:37:23.482Z | Checking bcrypt-pbkdf v0.10.0 |
| 2550 | 2025-01-30T19:37:23.684Z | Checking async-lock v3.4.0 |
| 2551 | 2025-01-30T19:37:23.737Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2552 | 2025-01-30T19:37:24.540Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2553 | 2025-01-30T19:37:24.573Z | Checking polling v3.7.3 |
| 2554 | 2025-01-30T19:37:24.986Z | Checking password-hash v0.4.2 |
| 2555 | 2025-01-30T19:37:25.371Z | Checking pbkdf2 v0.11.0 |
| 2556 | 2025-01-30T19:37:25.671Z | Checking async-io v2.3.4 |
| 2557 | 2025-01-30T19:37:25.901Z | Checking ssh-key v0.6.6 |
| 2558 | 2025-01-30T19:37:26.599Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2559 | 2025-01-30T19:37:27.304Z | Checking p256 v0.13.2 |
| 2560 | 2025-01-30T19:37:27.559Z | Checking p521 v0.13.3 |
| 2561 | 2025-01-30T19:37:27.789Z | Checking russh-cryptovec v0.7.3 |
| 2562 | 2025-01-30T19:37:28.044Z | Checking md5 v0.7.0 |
| 2563 | 2025-01-30T19:37:28.316Z | Compiling doc-comment v0.3.3 |
| 2564 | 2025-01-30T19:37:28.346Z | Compiling target-lexicon v0.12.16 |
| 2565 | 2025-01-30T19:37:28.848Z | Checking async-task v4.7.1 |
| 2566 | 2025-01-30T19:37:29.006Z | Checking russh-keys v0.45.0 |
| 2567 | 2025-01-30T19:37:29.334Z | Checking async-channel v2.3.1 |
| 2568 | 2025-01-30T19:37:29.337Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2569 | 2025-01-30T19:37:29.668Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2570 | 2025-01-30T19:37:30.243Z | Checking piper v0.2.4 |
| 2571 | 2025-01-30T19:37:30.372Z | Checking num-bigint v0.4.6 |
| 2572 | 2025-01-30T19:37:30.500Z | Checking des v0.8.1 |
| 2573 | 2025-01-30T19:37:30.780Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2574 | 2025-01-30T19:37:30.848Z | Compiling assert_cmd v2.0.16 |
| 2575 | 2025-01-30T19:37:31.273Z | Compiling guppy-workspace-hack v0.1.0 |
| 2576 | 2025-01-30T19:37:31.561Z | Checking futures-timer v3.0.3 |
| 2577 | 2025-01-30T19:37:31.620Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2578 | 2025-01-30T19:37:31.946Z | Checking blocking v1.6.1 |
| 2579 | 2025-01-30T19:37:32.675Z | Checking russh v0.45.0 |
| 2580 | 2025-01-30T19:37:32.765Z | Checking async-executor v1.13.1 |
| 2581 | 2025-01-30T19:37:33.005Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2582 | 2025-01-30T19:37:33.107Z | Checking async-signal v0.2.10 |
| 2583 | 2025-01-30T19:37:33.389Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2584 | 2025-01-30T19:37:33.751Z | Checking event-listener v2.5.3 |
| 2585 | 2025-01-30T19:37:33.887Z | Compiling target-spec v3.2.2 |
| 2586 | 2025-01-30T19:37:33.985Z | Checking internet-checksum v0.2.1 |
| 2587 | 2025-01-30T19:37:34.165Z | Checking async-channel v1.9.0 |
| 2588 | 2025-01-30T19:37:34.447Z | Checking async-process v2.3.0 |
| 2589 | 2025-01-30T19:37:34.855Z | Checking async-global-executor v2.4.1 |
| 2590 | 2025-01-30T19:37:34.969Z | Checking cfg-expr v0.17.0 |
| 2591 | 2025-01-30T19:37:35.677Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2592 | 2025-01-30T19:37:35.751Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2593 | 2025-01-30T19:37:36.583Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2594 | 2025-01-30T19:37:36.736Z | Checking httptest v0.16.1 |
| 2595 | 2025-01-30T19:37:36.914Z | Checking rustls-native-certs v0.7.3 |
| 2596 | 2025-01-30T19:37:36.975Z | Compiling petname v2.0.2 |
| 2597 | 2025-01-30T19:37:37.116Z | Checking kv-log-macro v1.0.7 |
| 2598 | 2025-01-30T19:37:37.276Z | Checking num_cpus v1.16.0 |
| 2599 | 2025-01-30T19:37:37.377Z | Compiling async-attributes v1.1.2 |
| 2600 | 2025-01-30T19:37:38.173Z | Checking async-std v1.13.0 |
| 2601 | 2025-01-30T19:37:38.338Z | Checking threadpool v1.8.1 |
| 2602 | 2025-01-30T19:37:38.525Z | Checking hyper-rustls v0.26.0 |
| 2603 | 2025-01-30T19:37:39.250Z | Checking pathdiff v0.2.2 |
| 2604 | 2025-01-30T19:37:39.417Z | Compiling rstest_macros v0.23.0 |
| 2605 | 2025-01-30T19:37:39.440Z | Compiling target-triple v0.1.3 |
| 2606 | 2025-01-30T19:37:39.461Z | Checking nested v0.1.1 |
| 2607 | 2025-01-30T19:37:39.677Z | Checking escape8259 v0.5.3 |
| 2608 | 2025-01-30T19:37:39.874Z | Checking libtest-mimic v0.7.3 |
| 2609 | 2025-01-30T19:37:40.008Z | Checking guppy v0.17.8 |
| 2610 | 2025-01-30T19:37:40.011Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2611 | 2025-01-30T19:37:41.144Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2612 | 2025-01-30T19:37:41.459Z | Checking similar-asserts v1.6.0 |
| 2613 | 2025-01-30T19:37:41.577Z | Checking async-object-pool v0.1.5 |
| 2614 | 2025-01-30T19:37:41.709Z | Checking fancy-regex v0.13.0 |
| 2615 | 2025-01-30T19:37:41.785Z | Checking serde_regex v1.1.0 |
| 2616 | 2025-01-30T19:37:42.001Z | Checking assert-json-diff v2.0.2 |
| 2617 | 2025-01-30T19:37:42.072Z | Compiling proc-macro-crate v3.2.0 |
| 2618 | 2025-01-30T19:37:42.290Z | Checking path-tree v0.8.1 |
| 2619 | 2025-01-30T19:37:42.501Z | Checking stringmetrics v2.2.2 |
| 2620 | 2025-01-30T19:37:42.685Z | Compiling relative-path v1.9.3 |
| 2621 | 2025-01-30T19:37:42.794Z | Checking sync-ptr v0.1.1 |
| 2622 | 2025-01-30T19:37:42.850Z | Checking httpmock v0.8.0-alpha.1 |
| 2623 | 2025-01-30T19:37:43.024Z | Checking datatest-stable v0.2.9 |
| 2624 | 2025-01-30T19:37:43.329Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2625 | 2025-01-30T19:37:43.430Z | Checking blake2b_simd v1.0.2 |
| 2626 | 2025-01-30T19:37:44.259Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2627 | 2025-01-30T19:37:44.653Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2628 | 2025-01-30T19:37:44.973Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2629 | 2025-01-30T19:37:45.297Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2630 | 2025-01-30T19:37:45.614Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2631 | 2025-01-30T19:37:46.125Z | Checking serde_tokenstream v0.2.2 |
| 2632 | 2025-01-30T19:37:46.536Z | Checking uzers v0.12.1 |
| 2633 | 2025-01-30T19:37:47.081Z | Checking rust-argon2 v2.1.0 |
| 2634 | 2025-01-30T19:37:47.531Z | Checking trybuild v1.0.101 |
| 2635 | 2025-01-30T19:37:47.881Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2636 | 2025-01-30T19:37:48.804Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2637 | 2025-01-30T19:37:49.009Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2638 | 2025-01-30T19:37:50.190Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2639 | 2025-01-30T19:37:50.500Z | Checking rand_distr v0.4.3 |
| 2640 | 2025-01-30T19:37:51.258Z | Checking multimap v0.10.0 |
| 2641 | 2025-01-30T19:37:51.591Z | Checking approx v0.5.1 |
| 2642 | 2025-01-30T19:37:51.888Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2643 | 2025-01-30T19:37:52.464Z | Checking rstest v0.23.0 |
| 2644 | 2025-01-30T19:37:52.716Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2645 | 2025-01-30T19:37:53.531Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2646 | 2025-01-30T19:37:53.972Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2647 | 2025-01-30T19:37:54.849Z | Checking partial-io v0.5.4 |
| 2648 | 2025-01-30T19:37:54.895Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2649 | 2025-01-30T19:37:54.994Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2650 | 2025-01-30T19:37:55.164Z | Checking cargo_toml v0.20.5 |
| 2651 | 2025-01-30T19:37:55.192Z | Checking termios v0.3.3 |
| 2652 | 2025-01-30T19:37:55.419Z | Compiling indoc v2.0.5 |
| 2653 | 2025-01-30T19:37:56.228Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2654 | 2025-01-30T19:37:56.414Z | Compiling git2 v0.19.0 |
| 2655 | 2025-01-30T19:37:57.049Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2656 | 2025-01-30T19:37:59.214Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2657 | 2025-01-30T19:38:00.139Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2658 | 2025-01-30T19:38:05.215Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
| 2659 | 2025-01-30T19:38:14.700Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2660 | 2025-01-30T19:38:16.576Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2661 | 2025-01-30T19:38:26.702Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2662 | 2025-01-30T19:38:54.070Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2663 | 2025-01-30T19:38:55.401Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2664 | 2025-01-30T19:38:55.987Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2665 | 2025-01-30T19:39:10.654Z | Compiling polar-core v0.27.3 |
| 2666 | 2025-01-30T19:39:18.559Z | Checking oso v0.27.3 |
| 2667 | 2025-01-30T19:39:53.375Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2668 | 2025-01-30T19:39:53.378Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2669 | 2025-01-30T19:39:53.378Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2670 | 2025-01-30T19:41:05.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 19s |
| 2671 | 2025-01-30T19:41:06.019Z | |
| 2672 | 2025-01-30T19:41:06.022Z | real 6:23.208113660 |
| 2673 | 2025-01-30T19:41:06.022Z | user 33:52.301335778 |
| 2674 | 2025-01-30T19:41:06.022Z | sys 5:02.460893434 |
| 2675 | 2025-01-30T19:41:06.022Z | trap 0.998607407 |
| 2676 | 2025-01-30T19:41:06.022Z | tflt 1.688472846 |
| 2677 | 2025-01-30T19:41:06.022Z | dflt 0.173197927 |
| 2678 | 2025-01-30T19:41:06.022Z | kflt 0.001064328 |
| 2679 | 2025-01-30T19:41:06.022Z | lock 47:26.951910774 |
| 2680 | 2025-01-30T19:41:06.022Z | slp 1:54:38.505203601 |
| 2681 | 2025-01-30T19:41:06.022Z | lat 1:44.858162429 |
| 2682 | 2025-01-30T19:41:06.022Z | stop 6:39.764937574 |
| 2683 | 2025-01-30T19:41:06.022Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2684 | 2025-01-30T19:41:06.022Z | + ptime -m cargo doc --workspace --no-deps |
| 2685 | 2025-01-30T19:41:07.199Z | warning: output filename collision. |
| 2686 | 2025-01-30T19:41:07.199Z | 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)`. |
| 2687 | 2025-01-30T19:41:07.199Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2688 | 2025-01-30T19:41:07.199Z | The targets should have unique names. |
| 2689 | 2025-01-30T19:41:07.199Z | This is a known bug where multiple crates with the same name use |
| 2690 | 2025-01-30T19:41:07.199Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2691 | 2025-01-30T19:41:07.682Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2692 | 2025-01-30T19:41:07.753Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2693 | 2025-01-30T19:41:07.773Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2694 | 2025-01-30T19:41:07.810Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2695 | 2025-01-30T19:41:07.835Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2696 | 2025-01-30T19:41:07.866Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2697 | 2025-01-30T19:41:07.866Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2698 | 2025-01-30T19:41:08.086Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2699 | 2025-01-30T19:41:08.114Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2700 | 2025-01-30T19:41:08.143Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2701 | 2025-01-30T19:41:08.240Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2702 | 2025-01-30T19:41:08.357Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2703 | 2025-01-30T19:41:08.533Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2704 | 2025-01-30T19:41:08.666Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2705 | 2025-01-30T19:41:08.855Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2706 | 2025-01-30T19:41:08.898Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2707 | 2025-01-30T19:41:09.240Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2708 | 2025-01-30T19:41:09.602Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2709 | 2025-01-30T19:41:09.857Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2710 | 2025-01-30T19:41:09.896Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2711 | 2025-01-30T19:41:09.931Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2712 | 2025-01-30T19:41:10.187Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2713 | 2025-01-30T19:41:10.269Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2714 | 2025-01-30T19:41:10.534Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2715 | 2025-01-30T19:41:10.925Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2716 | 2025-01-30T19:41:11.362Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2717 | 2025-01-30T19:41:11.438Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2718 | 2025-01-30T19:41:11.772Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2719 | 2025-01-30T19:41:11.794Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2720 | 2025-01-30T19:41:11.973Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2721 | 2025-01-30T19:41:11.995Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2722 | 2025-01-30T19:41:12.101Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2723 | 2025-01-30T19:41:12.309Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2724 | 2025-01-30T19:41:12.450Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2725 | 2025-01-30T19:41:12.493Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2726 | 2025-01-30T19:41:12.522Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2727 | 2025-01-30T19:41:12.837Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2728 | 2025-01-30T19:41:13.031Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2729 | 2025-01-30T19:41:13.140Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2730 | 2025-01-30T19:41:13.197Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2731 | 2025-01-30T19:41:13.434Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2732 | 2025-01-30T19:41:13.503Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2733 | 2025-01-30T19:41:13.523Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2734 | 2025-01-30T19:41:13.540Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2735 | 2025-01-30T19:41:14.337Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2736 | 2025-01-30T19:41:14.836Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2737 | 2025-01-30T19:41:15.084Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2738 | 2025-01-30T19:41:15.876Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2739 | 2025-01-30T19:41:16.805Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2740 | 2025-01-30T19:41:16.910Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2741 | 2025-01-30T19:41:17.685Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2742 | 2025-01-30T19:41:18.320Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2743 | 2025-01-30T19:41:18.451Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2744 | 2025-01-30T19:41:18.781Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2745 | 2025-01-30T19:41:19.191Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2746 | 2025-01-30T19:41:19.698Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2747 | 2025-01-30T19:41:19.982Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2748 | 2025-01-30T19:41:20.328Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2749 | 2025-01-30T19:41:21.386Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2750 | 2025-01-30T19:41:22.055Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2751 | 2025-01-30T19:41:22.130Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2752 | 2025-01-30T19:41:22.511Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2753 | 2025-01-30T19:41:22.825Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2754 | 2025-01-30T19:41:22.957Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2755 | 2025-01-30T19:41:23.702Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2756 | 2025-01-30T19:41:23.979Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2757 | 2025-01-30T19:41:24.554Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2758 | 2025-01-30T19:41:26.502Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2759 | 2025-01-30T19:41:27.749Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2760 | 2025-01-30T19:41:28.153Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2761 | 2025-01-30T19:41:28.173Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2762 | 2025-01-30T19:41:28.713Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2763 | 2025-01-30T19:41:28.951Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2764 | 2025-01-30T19:41:29.118Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2765 | 2025-01-30T19:41:29.443Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2766 | 2025-01-30T19:41:30.275Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2767 | 2025-01-30T19:41:30.910Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2768 | 2025-01-30T19:41:31.581Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2769 | 2025-01-30T19:41:31.759Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2770 | 2025-01-30T19:41:31.861Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2771 | 2025-01-30T19:41:31.950Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2772 | 2025-01-30T19:41:31.980Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2773 | 2025-01-30T19:41:32.482Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2774 | 2025-01-30T19:41:32.552Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2775 | 2025-01-30T19:41:32.842Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2776 | 2025-01-30T19:41:33.129Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2777 | 2025-01-30T19:41:33.474Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2778 | 2025-01-30T19:41:33.991Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2779 | 2025-01-30T19:41:34.371Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2780 | 2025-01-30T19:41:34.393Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2781 | 2025-01-30T19:41:34.478Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2782 | 2025-01-30T19:41:34.799Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2783 | 2025-01-30T19:41:35.346Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2784 | 2025-01-30T19:41:35.769Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2785 | 2025-01-30T19:41:35.843Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2786 | 2025-01-30T19:41:36.116Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2787 | 2025-01-30T19:41:36.277Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2788 | 2025-01-30T19:41:36.333Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2789 | 2025-01-30T19:41:36.567Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2790 | 2025-01-30T19:41:36.917Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2791 | 2025-01-30T19:41:36.995Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2792 | 2025-01-30T19:41:37.489Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2793 | 2025-01-30T19:41:37.717Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2794 | 2025-01-30T19:41:38.004Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2795 | 2025-01-30T19:41:38.443Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2796 | 2025-01-30T19:41:39.291Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2797 | 2025-01-30T19:41:41.006Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2798 | 2025-01-30T19:41:41.720Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2799 | 2025-01-30T19:41:41.939Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2800 | 2025-01-30T19:41:42.297Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2801 | 2025-01-30T19:41:42.570Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2802 | 2025-01-30T19:41:42.573Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2803 | 2025-01-30T19:41:42.783Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2804 | 2025-01-30T19:41:42.806Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2805 | 2025-01-30T19:41:42.828Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2806 | 2025-01-30T19:41:43.863Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2807 | 2025-01-30T19:41:44.026Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2808 | 2025-01-30T19:41:44.606Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2809 | 2025-01-30T19:41:44.628Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2810 | 2025-01-30T19:41:44.837Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2811 | 2025-01-30T19:41:44.974Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2812 | 2025-01-30T19:41:45.828Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2813 | 2025-01-30T19:41:47.440Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2814 | 2025-01-30T19:41:48.569Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2815 | 2025-01-30T19:41:49.733Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2816 | 2025-01-30T19:41:49.799Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2817 | 2025-01-30T19:41:50.133Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2818 | 2025-01-30T19:41:50.958Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2819 | 2025-01-30T19:41:51.367Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2820 | 2025-01-30T19:41:52.179Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2821 | 2025-01-30T19:41:53.553Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2822 | 2025-01-30T19:41:53.830Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2823 | 2025-01-30T19:41:55.021Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2824 | 2025-01-30T19:41:56.023Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2825 | 2025-01-30T19:41:58.898Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2826 | 2025-01-30T19:42:01.421Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2827 | 2025-01-30T19:42:02.522Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2828 | 2025-01-30T19:42:04.847Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2829 | 2025-01-30T19:42:05.455Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2830 | 2025-01-30T19:42:10.776Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2831 | 2025-01-30T19:42:11.068Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2832 | 2025-01-30T19:42:11.236Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2833 | 2025-01-30T19:42:11.564Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2834 | 2025-01-30T19:42:11.690Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2835 | 2025-01-30T19:42:12.201Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2836 | 2025-01-30T19:42:13.430Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2837 | 2025-01-30T19:42:15.501Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2838 | 2025-01-30T19:42:15.756Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2839 | 2025-01-30T19:42:16.161Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2840 | 2025-01-30T19:42:16.798Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2841 | 2025-01-30T19:42:17.972Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2842 | 2025-01-30T19:42:20.100Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2843 | 2025-01-30T19:42:20.542Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2844 | 2025-01-30T19:42:22.640Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2845 | 2025-01-30T19:42:23.244Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2846 | 2025-01-30T19:42:24.409Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2847 | 2025-01-30T19:42:24.511Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2848 | 2025-01-30T19:42:24.861Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2849 | 2025-01-30T19:42:25.065Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2850 | 2025-01-30T19:42:27.127Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2851 | 2025-01-30T19:42:27.979Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2852 | 2025-01-30T19:42:28.613Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2853 | 2025-01-30T19:42:28.642Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2854 | 2025-01-30T19:42:30.255Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2855 | 2025-01-30T19:42:31.163Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2856 | 2025-01-30T19:42:31.472Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2857 | 2025-01-30T19:42:31.694Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2858 | 2025-01-30T19:42:32.938Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2859 | 2025-01-30T19:42:33.752Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2860 | 2025-01-30T19:42:34.510Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2861 | 2025-01-30T19:42:35.066Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2862 | 2025-01-30T19:42:35.513Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2863 | 2025-01-30T19:42:35.844Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2864 | 2025-01-30T19:42:36.821Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2865 | 2025-01-30T19:42:38.664Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2866 | 2025-01-30T19:42:38.962Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2867 | 2025-01-30T19:42:39.061Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2868 | 2025-01-30T19:42:39.287Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2869 | 2025-01-30T19:42:39.940Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2870 | 2025-01-30T19:42:40.293Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2871 | 2025-01-30T19:42:42.215Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2872 | 2025-01-30T19:42:42.675Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2873 | 2025-01-30T19:42:43.828Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2874 | 2025-01-30T19:42:43.971Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2875 | 2025-01-30T19:42:45.625Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2876 | 2025-01-30T19:42:46.063Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2877 | 2025-01-30T19:42:46.416Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2878 | 2025-01-30T19:42:46.457Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2879 | 2025-01-30T19:42:48.299Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2880 | 2025-01-30T19:42:49.555Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2881 | 2025-01-30T19:42:50.282Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2882 | 2025-01-30T19:42:51.146Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2883 | 2025-01-30T19:42:51.474Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2884 | 2025-01-30T19:42:51.775Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2885 | 2025-01-30T19:42:52.270Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2886 | 2025-01-30T19:42:53.757Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2887 | 2025-01-30T19:42:54.101Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2888 | 2025-01-30T19:42:55.417Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2889 | 2025-01-30T19:42:55.447Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2890 | 2025-01-30T19:42:57.198Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2891 | 2025-01-30T19:42:57.453Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2892 | 2025-01-30T19:42:59.102Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2893 | 2025-01-30T19:42:59.188Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2894 | 2025-01-30T19:43:00.098Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2895 | 2025-01-30T19:43:01.927Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2896 | 2025-01-30T19:43:02.347Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2897 | 2025-01-30T19:43:02.438Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2898 | 2025-01-30T19:43:03.005Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2899 | 2025-01-30T19:43:03.149Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2900 | 2025-01-30T19:43:05.447Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2901 | 2025-01-30T19:43:05.776Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2902 | 2025-01-30T19:43:05.839Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2903 | 2025-01-30T19:43:06.465Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2904 | 2025-01-30T19:43:07.258Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2905 | 2025-01-30T19:43:07.824Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2906 | 2025-01-30T19:43:08.927Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2907 | 2025-01-30T19:43:10.548Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2908 | 2025-01-30T19:43:10.709Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2909 | 2025-01-30T19:43:10.969Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2910 | 2025-01-30T19:43:11.368Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2911 | 2025-01-30T19:43:11.682Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2912 | 2025-01-30T19:43:12.429Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2913 | 2025-01-30T19:43:12.762Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2914 | 2025-01-30T19:43:12.935Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2915 | 2025-01-30T19:43:33.465Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2916 | 2025-01-30T19:43:33.468Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2917 | 2025-01-30T19:43:33.468Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2918 | 2025-01-30T19:43:33.468Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2919 | 2025-01-30T19:43:34.429Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2920 | 2025-01-30T19:43:34.468Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2921 | 2025-01-30T19:43:34.494Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2922 | 2025-01-30T19:43:34.569Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2923 | 2025-01-30T19:43:36.485Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2924 | 2025-01-30T19:43:42.402Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2925 | 2025-01-30T19:43:42.695Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2926 | 2025-01-30T19:44:22.023Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2927 | 2025-01-30T19:44:28.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 22s |
| 2928 | 2025-01-30T19:44:28.778Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
| 2929 | 2025-01-30T19:44:28.845Z | |
| 2930 | 2025-01-30T19:44:28.848Z | real 3:22.738902398 |
| 2931 | 2025-01-30T19:44:28.848Z | user 17:46.926166025 |
| 2932 | 2025-01-30T19:44:28.848Z | sys 2:29.931804227 |
| 2933 | 2025-01-30T19:44:28.848Z | trap 0.490960150 |
| 2934 | 2025-01-30T19:44:28.848Z | tflt 0.235606861 |
| 2935 | 2025-01-30T19:44:28.848Z | dflt 0.097479676 |
| 2936 | 2025-01-30T19:44:28.848Z | kflt 0.000124471 |
| 2937 | 2025-01-30T19:44:28.848Z | lock 28:16.805710639 |
| 2938 | 2025-01-30T19:44:28.848Z | slp 50:04.683747479 |
| 2939 | 2025-01-30T19:44:28.848Z | lat 1:06.548175957 |
| 2940 | 2025-01-30T19:44:28.848Z | stop 1:18.689578873 |
| 2941 | 2025-01-30T19:44:28.848Z | process exited: duration 874842 ms, exit code 0 |
| |
| 2942 | 2025-01-30T19:44:28.856Z | found 0 output files |