|
|
|
| 1 | 2026-07-23T01:45:59.112Z | job assigned to worker 01KY6ABZTYT0FDRZ7TTTNPZ7W0 [factory aws, i-0ba6e7aaac06a7199] (queued for 51 s) |
| |
| 2 | 2026-07-23T01:46:05.468Z | starting task 0: "setup" |
| 3 | 2026-07-23T01:46:05.473Z | ++ uname -s |
| 4 | 2026-07-23T01:46:05.476Z | + kern=SunOS |
| 5 | 2026-07-23T01:46:05.476Z | + build_user=build |
| 6 | 2026-07-23T01:46:05.476Z | + build_uid=12345 |
| 7 | 2026-07-23T01:46:05.476Z | + work_dir=/work |
| 8 | 2026-07-23T01:46:05.476Z | + input_dir=/input |
| 9 | 2026-07-23T01:46:05.477Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-23T01:46:05.477Z | + case "$kern" in |
| 11 | 2026-07-23T01:46:05.477Z | + groupadd -g 12345 build |
| 12 | 2026-07-23T01:46:05.479Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-23T01:46:07.484Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-23T01:46:07.562Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-23T01:46:07.565Z | + home_fs=zfs |
| 16 | 2026-07-23T01:46:07.565Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-23T01:46:07.565Z | + mkdir -p /home/build |
| 18 | 2026-07-23T01:46:07.565Z | + chown build:build /home/build /work |
| 19 | 2026-07-23T01:46:09.566Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-23T01:46:09.569Z | process exited: duration 4099 ms, exit code 0 |
| |
| 21 | 2026-07-23T01:46:09.574Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-23T01:46:09.578Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-23T01:46:09.578Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-23T01:46:09.578Z | * rust toolchain profile = "default" |
| 25 | 2026-07-23T01:46:09.578Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-23T01:46:09.578Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-23T01:46:09.578Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-23T01:46:09.581Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-23T01:46:09.581Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-23T01:46:09.683Z | info: downloading installer |
| 31 | 2026-07-23T01:46:11.031Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-23T01:46:11.031Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-23T01:46:11.031Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-23T01:46:11.031Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-23T01:46:11.043Z | info: profile set to default |
| 36 | 2026-07-23T01:46:11.043Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-23T01:46:11.046Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-23T01:46:11.198Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-23T01:46:11.201Z | info: downloading 6 components |
| 40 | 2026-07-23T01:46:25.496Z | |
| 41 | 2026-07-23T01:46:25.496Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 42 | 2026-07-23T01:46:25.531Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-23T01:46:25.532Z | |
| 44 | 2026-07-23T01:46:25.532Z | |
| 45 | 2026-07-23T01:46:25.532Z | Rust is installed now. Great! |
| 46 | 2026-07-23T01:46:25.532Z | |
| 47 | 2026-07-23T01:46:25.532Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-23T01:46:25.532Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-23T01:46:25.532Z | |
| 50 | 2026-07-23T01:46:25.532Z | To configure your current shell, you need to source |
| 51 | 2026-07-23T01:46:25.532Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-23T01:46:25.532Z | |
| 53 | 2026-07-23T01:46:25.532Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-23T01:46:25.538Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-23T01:46:25.538Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-23T01:46:25.538Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-23T01:46:25.538Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-23T01:46:25.538Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-23T01:46:25.538Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-23T01:46:25.538Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-23T01:46:25.538Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-23T01:46:25.629Z | + rustup --version |
| 63 | 2026-07-23T01:46:25.638Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-23T01:46:25.643Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-23T01:46:25.658Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-23T01:46:25.661Z | + cargo --version |
| 67 | 2026-07-23T01:46:25.675Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-23T01:46:25.678Z | + rustc --version |
| 69 | 2026-07-23T01:46:25.705Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-23T01:46:25.709Z | process exited: duration 16124 ms, exit code 0 |
| |
| 71 | 2026-07-23T01:46:25.720Z | starting task 2: "authentication" |
| 72 | 2026-07-23T01:46:25.736Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-23T01:46:25.744Z | starting task 3: "clone repository" |
| 74 | 2026-07-23T01:46:25.747Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-23T01:46:25.750Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-23T01:46:25.783Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-23T01:46:35.536Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-23T01:46:35.536Z | + git fetch origin ab3eab8d624e3a9338f3c8ff874bccbaa8ea89f6 |
| 79 | 2026-07-23T01:46:35.795Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-23T01:46:35.795Z | * branch ab3eab8d624e3a9338f3c8ff874bccbaa8ea89f6 -> FETCH_HEAD |
| 81 | 2026-07-23T01:46:35.804Z | + [[ -n users_and_groups_endpoints ]] |
| 82 | 2026-07-23T01:46:35.810Z | ++ git branch --show-current |
| 83 | 2026-07-23T01:46:35.810Z | + current=main |
| 84 | 2026-07-23T01:46:35.810Z | + [[ main != users_and_groups_endpoints ]] |
| 85 | 2026-07-23T01:46:35.810Z | + git branch -f users_and_groups_endpoints ab3eab8d624e3a9338f3c8ff874bccbaa8ea89f6 |
| 86 | 2026-07-23T01:46:35.810Z | + git checkout -f users_and_groups_endpoints |
| 87 | 2026-07-23T01:46:36.049Z | Switched to branch 'users_and_groups_endpoints' |
| 88 | 2026-07-23T01:46:36.079Z | + git reset --hard ab3eab8d624e3a9338f3c8ff874bccbaa8ea89f6 |
| 89 | 2026-07-23T01:46:36.127Z | HEAD is now at ab3eab8d6 test updates |
| 90 | 2026-07-23T01:46:36.127Z | process exited: duration 10323 ms, exit code 0 |
| |
| 91 | 2026-07-23T01:46:36.157Z | starting task 4: "build" |
| 92 | 2026-07-23T01:46:36.162Z | + source ./env.sh |
| 93 | 2026-07-23T01:46:36.162Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-07-23T01:46:36.162Z | ++ set -o xtrace |
| 95 | 2026-07-23T01:46:36.162Z | ++++ dirname ./env.sh |
| 96 | 2026-07-23T01:46:36.162Z | +++ readlink -f . |
| 97 | 2026-07-23T01:46:36.163Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-07-23T01:46:36.163Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-07-23T01:46:36.163Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-07-23T01:46:36.163Z | ++ 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 |
| 101 | 2026-07-23T01:46:36.163Z | ++ 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 |
| 102 | 2026-07-23T01:46:36.163Z | ++ 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 |
| 103 | 2026-07-23T01:46:36.163Z | ++ 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 |
| 104 | 2026-07-23T01:46:36.163Z | ++ 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 |
| 105 | 2026-07-23T01:46:36.163Z | ++ 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 |
| 106 | 2026-07-23T01:46:36.163Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 107 | 2026-07-23T01:46:36.163Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 108 | 2026-07-23T01:46:36.163Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-07-23T01:46:36.163Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-07-23T01:46:36.163Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-07-23T01:46:36.163Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-07-23T01:46:36.163Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-07-23T01:46:36.163Z | +++ uname -s |
| 114 | 2026-07-23T01:46:36.163Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-07-23T01:46:36.163Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-07-23T01:46:36.163Z | + cargo --version |
| 117 | 2026-07-23T01:46:36.170Z | cargo 1.96.1 (356927216 2026-06-26) |
| 118 | 2026-07-23T01:46:36.171Z | + rustc --version |
| 119 | 2026-07-23T01:46:36.190Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 120 | 2026-07-23T01:46:36.197Z | + banner prerequisites |
| 121 | 2026-07-23T01:46:36.197Z | |
| 122 | 2026-07-23T01:46:36.197Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-07-23T01:46:36.197Z | # # # # # # # # # # # # # # # |
| 124 | 2026-07-23T01:46:36.198Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-07-23T01:46:36.198Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-07-23T01:46:36.198Z | # # # # # # # # # # # # # # # |
| 127 | 2026-07-23T01:46:36.198Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-07-23T01:46:36.198Z | |
| 129 | 2026-07-23T01:46:36.198Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-07-23T01:46:37.866Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-07-23T01:46:38.081Z | Startup: Caching catalogs ... Done |
| 132 | 2026-07-23T01:46:39.178Z | Planning: Solver setup ... Done (1.015s) |
| 133 | 2026-07-23T01:46:39.216Z | Planning: Running solver ... Done (0.043s) |
| 134 | 2026-07-23T01:46:39.253Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-07-23T01:46:39.267Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-07-23T01:46:39.276Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-07-23T01:46:39.283Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-07-23T01:46:39.288Z | Planning: Merging actions ... Done (0.001s) |
| 139 | 2026-07-23T01:46:39.511Z | Planning: Checking for conflicting actions ... Done (0.206s) |
| 140 | 2026-07-23T01:46:39.516Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-07-23T01:46:40.249Z | Planning: Evaluating mediators ... Done (0.756s) |
| 142 | 2026-07-23T01:46:40.255Z | Planning: Planning completed in 2.14 seconds |
| 143 | 2026-07-23T01:46:40.259Z | Packages to install: 2 |
| 144 | 2026-07-23T01:46:40.260Z | Estimated space available: 156.06 GB |
| 145 | 2026-07-23T01:46:40.260Z | Estimated space to be consumed: 52.23 MB |
| 146 | 2026-07-23T01:46:40.260Z | Create boot environment: No |
| 147 | 2026-07-23T01:46:40.260Z | Create backup boot environment: No |
| 148 | 2026-07-23T01:46:40.260Z | Rebuild boot archive: No |
| 149 | 2026-07-23T01:46:40.260Z | |
| 150 | 2026-07-23T01:46:40.260Z | Changed packages: |
| 151 | 2026-07-23T01:46:40.260Z | helios |
| 152 | 2026-07-23T01:46:40.260Z | developer/build-essential |
| 153 | 2026-07-23T01:46:40.260Z | None -> 11-3.0 |
| 154 | 2026-07-23T01:46:40.260Z | library/libxmlsec1 |
| 155 | 2026-07-23T01:46:40.261Z | None -> 1.2.35-3.0 |
| 156 | 2026-07-23T01:46:40.283Z | |
| 157 | 2026-07-23T01:46:40.283Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-07-23T01:46:40.350Z | Download: Completed 1.28 MB in 0.07 seconds (19.0M/s) |
| 159 | 2026-07-23T01:46:40.413Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-07-23T01:46:40.453Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-07-23T01:46:40.476Z | Finalize: Updating package state database ... Done (0.021s) |
| 162 | 2026-07-23T01:46:40.476Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-07-23T01:46:40.525Z | Finalize: Updating image state ... Done (0.053s) |
| 164 | 2026-07-23T01:46:42.960Z | Finalize: Creating fast lookup database ... Done (2.397s) |
| 165 | 2026-07-23T01:46:43.025Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-07-23T01:46:43.030Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-07-23T01:46:43.162Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-07-23T01:46:43.495Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-07-23T01:46:43.600Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-07-23T01:46:43.604Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-07-23T01:46:43.761Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-07-23T01:46:43.771Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-07-23T01:46:43.784Z | Mediators to change: 2 |
| 174 | 2026-07-23T01:46:43.784Z | Create boot environment: No |
| 175 | 2026-07-23T01:46:43.784Z | Create backup boot environment: No |
| 176 | 2026-07-23T01:46:43.830Z | Finalize: Updating package state database ... Done |
| 177 | 2026-07-23T01:46:43.830Z | Finalize: Updating package cache ... Done |
| 178 | 2026-07-23T01:46:43.860Z | Finalize: Updating image state ... Done |
| 179 | 2026-07-23T01:46:45.800Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-07-23T01:46:45.865Z | Finalize: Reading search index ... Done |
| 181 | 2026-07-23T01:46:45.869Z | Finalize: Updating search index ... Done |
| 182 | 2026-07-23T01:46:45.939Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-23T01:46:46.222Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-07-23T01:46:46.326Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-07-23T01:46:46.332Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-07-23T01:46:46.484Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-07-23T01:46:46.489Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-07-23T01:46:46.506Z | Mediators to change: 1 |
| 189 | 2026-07-23T01:46:46.511Z | Create boot environment: No |
| 190 | 2026-07-23T01:46:46.511Z | Create backup boot environment: No |
| 191 | 2026-07-23T01:46:46.552Z | Finalize: Updating package state database ... Done |
| 192 | 2026-07-23T01:46:46.552Z | Finalize: Updating package cache ... Done |
| 193 | 2026-07-23T01:46:46.583Z | Finalize: Updating image state ... Done |
| 194 | 2026-07-23T01:46:48.570Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-07-23T01:46:48.644Z | Finalize: Reading search index ... Done |
| 196 | 2026-07-23T01:46:48.644Z | Finalize: Updating search index ... Done |
| 197 | 2026-07-23T01:46:48.675Z | Finalize: Updating package cache ... Done |
| 198 | 2026-07-23T01:46:48.986Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-07-23T01:46:48.986Z | apache system 2.4 system |
| 200 | 2026-07-23T01:46:48.986Z | clang system 15 system |
| 201 | 2026-07-23T01:46:48.986Z | csh system system illumos |
| 202 | 2026-07-23T01:46:48.986Z | ctags system system illumos |
| 203 | 2026-07-23T01:46:48.986Z | file vendor vendor darwinsys |
| 204 | 2026-07-23T01:46:48.986Z | file system system illumos |
| 205 | 2026-07-23T01:46:48.986Z | gcc vendor 14 vendor |
| 206 | 2026-07-23T01:46:48.986Z | gcc system 13 system |
| 207 | 2026-07-23T01:46:48.987Z | gcc system 10 system |
| 208 | 2026-07-23T01:46:48.987Z | go system 1.25 system |
| 209 | 2026-07-23T01:46:48.987Z | llvm system 15 system |
| 210 | 2026-07-23T01:46:48.987Z | mariadb system 11.4 system |
| 211 | 2026-07-23T01:46:48.987Z | mta vendor vendor dma |
| 212 | 2026-07-23T01:46:48.987Z | openjdk system 17 system |
| 213 | 2026-07-23T01:46:48.987Z | openjdk system 11 system |
| 214 | 2026-07-23T01:46:48.987Z | openssl vendor 3 vendor |
| 215 | 2026-07-23T01:46:48.987Z | perl system 5.40 system |
| 216 | 2026-07-23T01:46:48.987Z | postgresql system 18 system |
| 217 | 2026-07-23T01:46:48.987Z | postgresql system 17 system |
| 218 | 2026-07-23T01:46:48.987Z | python vendor 3 vendor |
| 219 | 2026-07-23T01:46:48.987Z | python system 2 system |
| 220 | 2026-07-23T01:46:48.987Z | python3 vendor 3.13 vendor |
| 221 | 2026-07-23T01:46:48.987Z | ruby system 3.4 system |
| 222 | 2026-07-23T01:46:48.987Z | ruby system 3.0 system |
| 223 | 2026-07-23T01:46:48.987Z | words vendor vendor american-english |
| 224 | 2026-07-23T01:46:48.987Z | words system system australian-english |
| 225 | 2026-07-23T01:46:48.987Z | words system system british-english |
| 226 | 2026-07-23T01:46:48.987Z | words system system canadian-english |
| 227 | 2026-07-23T01:46:48.988Z | words system system french |
| 228 | 2026-07-23T01:46:48.988Z | words system system italian |
| 229 | 2026-07-23T01:46:48.988Z | words system system ngerman |
| 230 | 2026-07-23T01:46:48.988Z | words system system ogerman |
| 231 | 2026-07-23T01:46:48.988Z | words system system spanish |
| 232 | 2026-07-23T01:46:49.239Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-07-23T01:46:49.239Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-07-23T01:46:49.624Z | FMRI IFO |
| 235 | 2026-07-23T01:46:49.624Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-07-23T01:46:49.624Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-07-23T01:46:49.624Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-07-23T01:46:49.624Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-07-23T01:46:49.624Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-07-23T01:46:49.624Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-07-23T01:46:49.624Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-07-23T01:46:49.624Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-07-23T01:46:49.624Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-07-23T01:46:49.920Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-07-23T01:46:50.214Z | Updating crates.io index |
| 246 | 2026-07-23T01:46:50.221Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-07-23T01:46:50.637Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-07-23T01:46:50.721Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-23T01:46:51.695Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-07-23T01:46:52.216Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-07-23T01:46:53.736Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-07-23T01:46:54.497Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-07-23T01:46:54.746Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-07-23T01:46:55.064Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-07-23T01:46:59.876Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-07-23T01:46:59.926Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-07-23T01:46:59.927Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2026-07-23T01:46:59.927Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 259 | 2026-07-23T01:46:59.927Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-07-23T01:46:59.927Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-07-23T01:46:59.927Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-07-23T01:46:59.927Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-07-23T01:46:59.927Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 264 | 2026-07-23T01:46:59.927Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 265 | 2026-07-23T01:46:59.927Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 266 | 2026-07-23T01:46:59.927Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 267 | 2026-07-23T01:47:00.033Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-07-23T01:47:00.395Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 269 | 2026-07-23T01:47:00.728Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-07-23T01:47:00.938Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-07-23T01:47:01.331Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-07-23T01:47:01.559Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-07-23T01:47:01.939Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 274 | 2026-07-23T01:47:02.172Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 275 | 2026-07-23T01:47:02.401Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 276 | 2026-07-23T01:47:02.597Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 277 | 2026-07-23T01:47:02.892Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-07-23T01:47:03.306Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 279 | 2026-07-23T01:47:03.537Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 280 | 2026-07-23T01:47:03.777Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-07-23T01:47:04.020Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-07-23T01:47:04.265Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 283 | 2026-07-23T01:47:04.549Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2026-07-23T01:47:04.813Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2026-07-23T01:47:05.126Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2026-07-23T01:47:05.317Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 287 | 2026-07-23T01:47:07.997Z | Downloading crates ... |
| 288 | 2026-07-23T01:47:08.051Z | Downloaded anstyle-query v1.1.5 |
| 289 | 2026-07-23T01:47:08.060Z | Downloaded once_cell v1.21.3 |
| 290 | 2026-07-23T01:47:08.065Z | Downloaded anstream v1.0.0 |
| 291 | 2026-07-23T01:47:08.065Z | Downloaded generic-array v0.14.7 |
| 292 | 2026-07-23T01:47:08.065Z | Downloaded heck v0.4.1 |
| 293 | 2026-07-23T01:47:08.070Z | Downloaded fnv v1.0.7 |
| 294 | 2026-07-23T01:47:08.070Z | Downloaded fastrand v2.3.0 |
| 295 | 2026-07-23T01:47:08.070Z | Downloaded serde_tokenstream v0.2.3 |
| 296 | 2026-07-23T01:47:08.074Z | Downloaded thiserror v1.0.69 |
| 297 | 2026-07-23T01:47:08.074Z | Downloaded crypto-common v0.1.7 |
| 298 | 2026-07-23T01:47:08.074Z | Downloaded anstyle-parse v1.0.0 |
| 299 | 2026-07-23T01:47:08.078Z | Downloaded clap_derive v4.6.1 |
| 300 | 2026-07-23T01:47:08.078Z | Downloaded anyhow v1.0.102 |
| 301 | 2026-07-23T01:47:08.085Z | Downloaded is_terminal_polyfill v1.70.2 |
| 302 | 2026-07-23T01:47:08.086Z | Downloaded getrandom v0.4.1 |
| 303 | 2026-07-23T01:47:08.086Z | Downloaded bitflags v2.11.0 |
| 304 | 2026-07-23T01:47:08.092Z | Downloaded zerocopy v0.7.35 |
| 305 | 2026-07-23T01:47:08.100Z | Downloaded heck v0.5.0 |
| 306 | 2026-07-23T01:47:08.109Z | Downloaded pest_meta v2.8.6 |
| 307 | 2026-07-23T01:47:08.109Z | Downloaded anstyle v1.0.14 |
| 308 | 2026-07-23T01:47:08.110Z | Downloaded clap_builder v4.6.0 |
| 309 | 2026-07-23T01:47:08.115Z | Downloaded macaddr v1.0.1 |
| 310 | 2026-07-23T01:47:08.119Z | Downloaded autocfg v1.5.0 |
| 311 | 2026-07-23T01:47:08.119Z | Downloaded cfg-if v1.0.4 |
| 312 | 2026-07-23T01:47:08.122Z | Downloaded itoa v1.0.17 |
| 313 | 2026-07-23T01:47:08.122Z | Downloaded equivalent v1.0.2 |
| 314 | 2026-07-23T01:47:08.122Z | Downloaded cpufeatures v0.2.17 |
| 315 | 2026-07-23T01:47:08.122Z | Downloaded memmap v0.7.0 |
| 316 | 2026-07-23T01:47:08.126Z | Downloaded errno v0.3.14 |
| 317 | 2026-07-23T01:47:08.133Z | Downloaded colorchoice v1.0.4 |
| 318 | 2026-07-23T01:47:08.133Z | Downloaded byteorder v1.5.0 |
| 319 | 2026-07-23T01:47:08.133Z | Downloaded digest v0.10.7 |
| 320 | 2026-07-23T01:47:08.133Z | Downloaded cargo_toml v0.21.0 |
| 321 | 2026-07-23T01:47:08.138Z | Downloaded tabled_derive v0.7.0 |
| 322 | 2026-07-23T01:47:08.139Z | Downloaded dtrace-parser v0.2.0 |
| 323 | 2026-07-23T01:47:08.143Z | Downloaded utf8parse v0.2.2 |
| 324 | 2026-07-23T01:47:08.147Z | Downloaded block-buffer v0.10.4 |
| 325 | 2026-07-23T01:47:08.147Z | Downloaded thread-id v4.2.2 |
| 326 | 2026-07-23T01:47:08.147Z | Downloaded terminal_size v0.4.3 |
| 327 | 2026-07-23T01:47:08.151Z | Downloaded swrite v0.1.0 |
| 328 | 2026-07-23T01:47:08.151Z | Downloaded clap_lex v1.0.0 |
| 329 | 2026-07-23T01:47:08.151Z | Downloaded proc-macro-error-attr v1.0.4 |
| 330 | 2026-07-23T01:47:08.160Z | Downloaded usdt v0.5.0 |
| 331 | 2026-07-23T01:47:08.160Z | Downloaded usdt-attr-macro v0.5.0 |
| 332 | 2026-07-23T01:47:08.160Z | Downloaded smawk v0.3.2 |
| 333 | 2026-07-23T01:47:08.168Z | Downloaded usdt-macro v0.5.0 |
| 334 | 2026-07-23T01:47:08.168Z | Downloaded fs-err v3.3.0 |
| 335 | 2026-07-23T01:47:08.168Z | Downloaded camino-tempfile v1.4.1 |
| 336 | 2026-07-23T01:47:08.169Z | Downloaded pest_derive v2.8.6 |
| 337 | 2026-07-23T01:47:08.169Z | Downloaded papergrid v0.11.0 |
| 338 | 2026-07-23T01:47:08.174Z | Downloaded version_check v0.9.5 |
| 339 | 2026-07-23T01:47:08.174Z | Downloaded dof v0.3.0 |
| 340 | 2026-07-23T01:47:08.174Z | Downloaded serde_spanned v0.6.9 |
| 341 | 2026-07-23T01:47:08.174Z | Downloaded scroll_derive v0.12.1 |
| 342 | 2026-07-23T01:47:08.181Z | Downloaded plain v0.2.3 |
| 343 | 2026-07-23T01:47:08.181Z | Downloaded unicode-linebreak v0.1.5 |
| 344 | 2026-07-23T01:47:08.187Z | Downloaded toml_write v0.1.2 |
| 345 | 2026-07-23T01:47:08.187Z | Downloaded strsim v0.11.1 |
| 346 | 2026-07-23T01:47:08.204Z | Downloaded cargo-platform v0.3.2 |
| 347 | 2026-07-23T01:47:08.208Z | Downloaded thiserror-impl v1.0.69 |
| 348 | 2026-07-23T01:47:08.208Z | Downloaded thiserror v2.0.18 |
| 349 | 2026-07-23T01:47:08.215Z | Downloaded sha2 v0.10.9 |
| 350 | 2026-07-23T01:47:08.215Z | Downloaded bytecount v0.6.9 |
| 351 | 2026-07-23T01:47:08.223Z | Downloaded pretty-hex v0.4.1 |
| 352 | 2026-07-23T01:47:08.223Z | Downloaded usdt-impl v0.5.0 |
| 353 | 2026-07-23T01:47:08.223Z | Downloaded zmij v1.0.21 |
| 354 | 2026-07-23T01:47:08.234Z | Downloaded cargo_metadata v0.23.1 |
| 355 | 2026-07-23T01:47:08.243Z | Downloaded proc-macro-error v1.0.4 |
| 356 | 2026-07-23T01:47:08.243Z | Downloaded scroll v0.12.0 |
| 357 | 2026-07-23T01:47:08.243Z | Downloaded pest_generator v2.8.6 |
| 358 | 2026-07-23T01:47:08.243Z | Downloaded pest v2.8.6 |
| 359 | 2026-07-23T01:47:08.243Z | Downloaded semver v1.0.28 |
| 360 | 2026-07-23T01:47:08.243Z | Downloaded camino v1.2.2 |
| 361 | 2026-07-23T01:47:08.243Z | Downloaded toml_datetime v0.6.11 |
| 362 | 2026-07-23T01:47:08.243Z | Downloaded toml v0.8.23 |
| 363 | 2026-07-23T01:47:08.248Z | Downloaded ucd-trie v0.1.7 |
| 364 | 2026-07-23T01:47:08.252Z | Downloaded quote v1.0.45 |
| 365 | 2026-07-23T01:47:08.258Z | Downloaded thiserror-impl v2.0.18 |
| 366 | 2026-07-23T01:47:08.265Z | Downloaded tempfile v3.25.0 |
| 367 | 2026-07-23T01:47:08.272Z | Downloaded unicode-ident v1.0.24 |
| 368 | 2026-07-23T01:47:08.273Z | Downloaded log v0.4.29 |
| 369 | 2026-07-23T01:47:08.273Z | Downloaded serde_core v1.0.228 |
| 370 | 2026-07-23T01:47:08.278Z | Downloaded proc-macro2 v1.0.106 |
| 371 | 2026-07-23T01:47:08.279Z | Downloaded textwrap v0.16.2 |
| 372 | 2026-07-23T01:47:08.279Z | Downloaded zerocopy-derive v0.7.35 |
| 373 | 2026-07-23T01:47:08.279Z | Downloaded serde_derive v1.0.228 |
| 374 | 2026-07-23T01:47:08.285Z | Downloaded toml_edit v0.22.27 |
| 375 | 2026-07-23T01:47:08.289Z | Downloaded clap v4.6.1 |
| 376 | 2026-07-23T01:47:08.299Z | Downloaded indexmap v2.14.0 |
| 377 | 2026-07-23T01:47:08.307Z | Downloaded serde v1.0.228 |
| 378 | 2026-07-23T01:47:08.315Z | Downloaded memchr v2.8.0 |
| 379 | 2026-07-23T01:47:08.320Z | Downloaded typenum v1.20.1 |
| 380 | 2026-07-23T01:47:08.333Z | Downloaded hashbrown v0.17.0 |
| 381 | 2026-07-23T01:47:08.361Z | Downloaded goblin v0.8.2 |
| 382 | 2026-07-23T01:47:08.371Z | Downloaded serde_json v1.0.150 |
| 383 | 2026-07-23T01:47:08.376Z | Downloaded winnow v0.7.14 |
| 384 | 2026-07-23T01:47:08.395Z | Downloaded tabled v0.15.0 |
| 385 | 2026-07-23T01:47:08.403Z | Downloaded syn v1.0.109 |
| 386 | 2026-07-23T01:47:08.413Z | Downloaded unicode-width v0.1.14 |
| 387 | 2026-07-23T01:47:08.418Z | Downloaded unicode-width v0.2.0 |
| 388 | 2026-07-23T01:47:08.424Z | Downloaded syn v2.0.117 |
| 389 | 2026-07-23T01:47:08.435Z | Downloaded rustix v1.1.3 |
| 390 | 2026-07-23T01:47:08.465Z | Downloaded libc v0.2.185 |
| 391 | 2026-07-23T01:47:08.523Z | Compiling proc-macro2 v1.0.106 |
| 392 | 2026-07-23T01:47:08.524Z | Compiling quote v1.0.45 |
| 393 | 2026-07-23T01:47:08.524Z | Compiling unicode-ident v1.0.24 |
| 394 | 2026-07-23T01:47:08.532Z | Compiling serde_core v1.0.228 |
| 395 | 2026-07-23T01:47:08.532Z | Compiling libc v0.2.185 |
| 396 | 2026-07-23T01:47:08.533Z | Compiling version_check v0.9.5 |
| 397 | 2026-07-23T01:47:08.533Z | Compiling memchr v2.8.0 |
| 398 | 2026-07-23T01:47:08.772Z | Compiling serde v1.0.228 |
| 399 | 2026-07-23T01:47:08.881Z | Compiling zmij v1.0.21 |
| 400 | 2026-07-23T01:47:09.094Z | Compiling itoa v1.0.17 |
| 401 | 2026-07-23T01:47:09.153Z | Compiling thiserror v1.0.69 |
| 402 | 2026-07-23T01:47:09.279Z | Compiling ucd-trie v0.1.7 |
| 403 | 2026-07-23T01:47:09.381Z | Compiling rustix v1.1.3 |
| 404 | 2026-07-23T01:47:09.527Z | Compiling pest v2.8.6 |
| 405 | 2026-07-23T01:47:09.544Z | Compiling byteorder v1.5.0 |
| 406 | 2026-07-23T01:47:09.631Z | Compiling errno v0.3.14 |
| 407 | 2026-07-23T01:47:09.772Z | Compiling bitflags v2.11.0 |
| 408 | 2026-07-23T01:47:09.900Z | Compiling serde_json v1.0.150 |
| 409 | 2026-07-23T01:47:09.997Z | Compiling syn v2.0.117 |
| 410 | 2026-07-23T01:47:10.071Z | Compiling thread-id v4.2.2 |
| 411 | 2026-07-23T01:47:10.118Z | Compiling usdt-impl v0.5.0 |
| 412 | 2026-07-23T01:47:10.151Z | Compiling proc-macro-error-attr v1.0.4 |
| 413 | 2026-07-23T01:47:10.271Z | Compiling syn v1.0.109 |
| 414 | 2026-07-23T01:47:10.348Z | Compiling camino v1.2.2 |
| 415 | 2026-07-23T01:47:10.514Z | Compiling proc-macro-error v1.0.4 |
| 416 | 2026-07-23T01:47:10.591Z | Compiling pest_meta v2.8.6 |
| 417 | 2026-07-23T01:47:10.725Z | Compiling hashbrown v0.17.0 |
| 418 | 2026-07-23T01:47:10.740Z | Compiling log v0.4.29 |
| 419 | 2026-07-23T01:47:10.760Z | Compiling plain v0.2.3 |
| 420 | 2026-07-23T01:47:10.927Z | Compiling equivalent v1.0.2 |
| 421 | 2026-07-23T01:47:10.968Z | Compiling getrandom v0.4.1 |
| 422 | 2026-07-23T01:47:11.020Z | Compiling utf8parse v0.2.2 |
| 423 | 2026-07-23T01:47:11.132Z | Compiling anstyle-parse v1.0.0 |
| 424 | 2026-07-23T01:47:11.327Z | Compiling indexmap v2.14.0 |
| 425 | 2026-07-23T01:47:11.382Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-07-23T01:47:11.767Z | Compiling anstyle v1.0.14 |
| 427 | 2026-07-23T01:47:11.886Z | Compiling anstyle-query v1.1.5 |
| 428 | 2026-07-23T01:47:11.908Z | Compiling winnow v0.7.14 |
| 429 | 2026-07-23T01:47:11.925Z | Compiling autocfg v1.5.0 |
| 430 | 2026-07-23T01:47:11.979Z | Compiling cfg-if v1.0.4 |
| 431 | 2026-07-23T01:47:11.998Z | Compiling toml_write v0.1.2 |
| 432 | 2026-07-23T01:47:12.056Z | Compiling colorchoice v1.0.4 |
| 433 | 2026-07-23T01:47:12.171Z | Compiling pest_generator v2.8.6 |
| 434 | 2026-07-23T01:47:12.195Z | Compiling pretty-hex v0.4.1 |
| 435 | 2026-07-23T01:47:12.212Z | Compiling is_terminal_polyfill v1.70.2 |
| 436 | 2026-07-23T01:47:12.305Z | Compiling thiserror v2.0.18 |
| 437 | 2026-07-23T01:47:12.324Z | Compiling anstream v1.0.0 |
| 438 | 2026-07-23T01:47:12.353Z | Compiling fs-err v3.3.0 |
| 439 | 2026-07-23T01:47:12.623Z | Compiling heck v0.4.1 |
| 440 | 2026-07-23T01:47:12.666Z | Compiling unicode-width v0.1.14 |
| 441 | 2026-07-23T01:47:12.815Z | Compiling fnv v1.0.7 |
| 442 | 2026-07-23T01:47:12.850Z | Compiling clap_lex v1.0.0 |
| 443 | 2026-07-23T01:47:12.863Z | Compiling fastrand v2.3.0 |
| 444 | 2026-07-23T01:47:12.868Z | Compiling heck v0.5.0 |
| 445 | 2026-07-23T01:47:12.915Z | Compiling once_cell v1.21.3 |
| 446 | 2026-07-23T01:47:12.934Z | Compiling strsim v0.11.1 |
| 447 | 2026-07-23T01:47:13.070Z | Compiling anyhow v1.0.102 |
| 448 | 2026-07-23T01:47:13.110Z | Compiling bytecount v0.6.9 |
| 449 | 2026-07-23T01:47:13.125Z | Compiling clap_builder v4.6.0 |
| 450 | 2026-07-23T01:47:13.142Z | Compiling tempfile v3.25.0 |
| 451 | 2026-07-23T01:47:13.244Z | Compiling papergrid v0.11.0 |
| 452 | 2026-07-23T01:47:13.329Z | Compiling tabled_derive v0.7.0 |
| 453 | 2026-07-23T01:47:13.362Z | Compiling semver v1.0.28 |
| 454 | 2026-07-23T01:47:13.380Z | Compiling cargo-platform v0.3.2 |
| 455 | 2026-07-23T01:47:13.526Z | Compiling memmap v0.7.0 |
| 456 | 2026-07-23T01:47:13.613Z | Compiling smawk v0.3.2 |
| 457 | 2026-07-23T01:47:13.682Z | Compiling unicode-width v0.2.0 |
| 458 | 2026-07-23T01:47:13.738Z | Compiling unicode-linebreak v0.1.5 |
| 459 | 2026-07-23T01:47:13.878Z | Compiling serde_derive v1.0.228 |
| 460 | 2026-07-23T01:47:13.958Z | Compiling thiserror-impl v1.0.69 |
| 461 | 2026-07-23T01:47:14.011Z | Compiling zerocopy-derive v0.7.35 |
| 462 | 2026-07-23T01:47:14.097Z | Compiling pest_derive v2.8.6 |
| 463 | 2026-07-23T01:47:14.124Z | Compiling scroll_derive v0.12.1 |
| 464 | 2026-07-23T01:47:14.284Z | Compiling thiserror-impl v2.0.18 |
| 465 | 2026-07-23T01:47:14.530Z | Compiling clap_derive v4.6.1 |
| 466 | 2026-07-23T01:47:14.696Z | Compiling tabled v0.15.0 |
| 467 | 2026-07-23T01:47:14.792Z | Compiling scroll v0.12.0 |
| 468 | 2026-07-23T01:47:14.906Z | Compiling zerocopy v0.7.35 |
| 469 | 2026-07-23T01:47:15.086Z | Compiling goblin v0.8.2 |
| 470 | 2026-07-23T01:47:15.362Z | Compiling dtrace-parser v0.2.0 |
| 471 | 2026-07-23T01:47:15.472Z | Compiling textwrap v0.16.2 |
| 472 | 2026-07-23T01:47:15.760Z | Compiling camino-tempfile v1.4.1 |
| 473 | 2026-07-23T01:47:15.928Z | Compiling swrite v0.1.0 |
| 474 | 2026-07-23T01:47:16.305Z | Compiling clap v4.6.1 |
| 475 | 2026-07-23T01:47:16.970Z | Compiling serde_spanned v0.6.9 |
| 476 | 2026-07-23T01:47:16.970Z | Compiling toml_datetime v0.6.11 |
| 477 | 2026-07-23T01:47:16.970Z | Compiling macaddr v1.0.1 |
| 478 | 2026-07-23T01:47:16.976Z | Compiling cargo_metadata v0.23.1 |
| 479 | 2026-07-23T01:47:16.976Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-07-23T01:47:17.053Z | Compiling dof v0.3.0 |
| 481 | 2026-07-23T01:47:17.073Z | Compiling serde_tokenstream v0.2.3 |
| 482 | 2026-07-23T01:47:17.164Z | Compiling toml_edit v0.22.27 |
| 483 | 2026-07-23T01:47:17.842Z | Compiling usdt-attr-macro v0.5.0 |
| 484 | 2026-07-23T01:47:17.843Z | Compiling usdt-macro v0.5.0 |
| 485 | 2026-07-23T01:47:18.418Z | Compiling usdt v0.5.0 |
| 486 | 2026-07-23T01:47:18.484Z | Compiling toml v0.8.23 |
| 487 | 2026-07-23T01:47:18.866Z | Compiling cargo_toml v0.21.0 |
| 488 | 2026-07-23T01:47:20.151Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 489 | 2026-07-23T01:47:22.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.35s |
| 490 | 2026-07-23T01:47:22.304Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 491 | 2026-07-23T01:47:22.807Z | Downloading crates ... |
| 492 | 2026-07-23T01:47:22.905Z | Downloaded ascii-canvas v3.0.0 |
| 493 | 2026-07-23T01:47:22.909Z | Downloaded ciborium-ll v0.2.2 |
| 494 | 2026-07-23T01:47:22.914Z | Downloaded cassowary v0.3.0 |
| 495 | 2026-07-23T01:47:22.934Z | Downloaded colored v3.1.1 |
| 496 | 2026-07-23T01:47:22.949Z | Downloaded adler2 v2.0.1 |
| 497 | 2026-07-23T01:47:22.949Z | Downloaded const-oid v0.9.6 |
| 498 | 2026-07-23T01:47:22.949Z | Downloaded crunchy v0.2.4 |
| 499 | 2026-07-23T01:47:22.949Z | Downloaded convert_case v0.4.0 |
| 500 | 2026-07-23T01:47:22.949Z | Downloaded crc v3.4.0 |
| 501 | 2026-07-23T01:47:22.949Z | Downloaded crc-catalog v2.4.0 |
| 502 | 2026-07-23T01:47:22.949Z | Downloaded block-buffer v0.12.1 |
| 503 | 2026-07-23T01:47:22.949Z | Downloaded assert_matches v1.5.0 |
| 504 | 2026-07-23T01:47:22.949Z | Downloaded cpufeatures v0.3.0 |
| 505 | 2026-07-23T01:47:22.955Z | Downloaded darling v0.20.11 |
| 506 | 2026-07-23T01:47:22.955Z | Downloaded async-stream v0.3.6 |
| 507 | 2026-07-23T01:47:22.955Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 508 | 2026-07-23T01:47:22.955Z | Downloaded cstr-argument v0.1.2 |
| 509 | 2026-07-23T01:47:22.955Z | Downloaded crossbeam-channel v0.5.15 |
| 510 | 2026-07-23T01:47:22.955Z | Downloaded argon2 v0.6.0-rc.8 |
| 511 | 2026-07-23T01:47:22.955Z | Downloaded daft v0.1.7 |
| 512 | 2026-07-23T01:47:22.959Z | Downloaded async-recursion v1.1.1 |
| 513 | 2026-07-23T01:47:22.963Z | Downloaded bb8 v0.8.6 |
| 514 | 2026-07-23T01:47:22.963Z | Downloaded array-init v0.0.4 |
| 515 | 2026-07-23T01:47:22.992Z | Downloaded aead v0.5.2 |
| 516 | 2026-07-23T01:47:22.996Z | Downloaded ctr v0.10.1 |
| 517 | 2026-07-23T01:47:22.997Z | Downloaded darling_macro v0.13.4 |
| 518 | 2026-07-23T01:47:22.997Z | Downloaded data-encoding v2.10.0 |
| 519 | 2026-07-23T01:47:22.997Z | Downloaded critical-section v1.2.0 |
| 520 | 2026-07-23T01:47:22.997Z | Downloaded crucible-workspace-hack v0.1.0 |
| 521 | 2026-07-23T01:47:22.997Z | Downloaded darling_macro v0.21.3 |
| 522 | 2026-07-23T01:47:22.997Z | Downloaded cpubits v0.1.1 |
| 523 | 2026-07-23T01:47:22.997Z | Downloaded cfg_aliases v0.1.1 |
| 524 | 2026-07-23T01:47:22.997Z | Downloaded castaway v0.2.4 |
| 525 | 2026-07-23T01:47:22.997Z | Downloaded darling_macro v0.20.11 |
| 526 | 2026-07-23T01:47:22.997Z | Downloaded cobs v0.3.0 |
| 527 | 2026-07-23T01:47:23.002Z | Downloaded ctutils v0.4.2 |
| 528 | 2026-07-23T01:47:23.003Z | Downloaded convert_case v0.10.0 |
| 529 | 2026-07-23T01:47:23.003Z | Downloaded crypto-bigint v0.5.5 |
| 530 | 2026-07-23T01:47:23.007Z | Downloaded dirs-next v2.0.0 |
| 531 | 2026-07-23T01:47:23.007Z | Downloaded ciborium-io v0.2.2 |
| 532 | 2026-07-23T01:47:23.011Z | Downloaded crypto-common v0.2.2 |
| 533 | 2026-07-23T01:47:23.011Z | Downloaded base16ct v0.2.0 |
| 534 | 2026-07-23T01:47:23.011Z | Downloaded crc32fast v1.5.0 |
| 535 | 2026-07-23T01:47:23.012Z | Downloaded darling_macro v0.23.0 |
| 536 | 2026-07-23T01:47:23.015Z | Downloaded base16ct v1.0.0 |
| 537 | 2026-07-23T01:47:23.015Z | Downloaded async-trait v0.1.89 |
| 538 | 2026-07-23T01:47:23.015Z | Downloaded cookie_store v0.22.1 |
| 539 | 2026-07-23T01:47:23.022Z | Downloaded bitflags v1.3.2 |
| 540 | 2026-07-23T01:47:23.022Z | Downloaded debug-ignore v1.0.5 |
| 541 | 2026-07-23T01:47:23.022Z | Downloaded defmt-parser v1.0.0 |
| 542 | 2026-07-23T01:47:23.022Z | Downloaded crc8 v0.1.1 |
| 543 | 2026-07-23T01:47:23.022Z | Downloaded bitfield-struct v0.6.2 |
| 544 | 2026-07-23T01:47:23.027Z | Downloaded atomic-waker v1.1.2 |
| 545 | 2026-07-23T01:47:23.027Z | Downloaded compression-core v0.4.31 |
| 546 | 2026-07-23T01:47:23.027Z | Downloaded atty v0.2.14 |
| 547 | 2026-07-23T01:47:23.027Z | Downloaded bitfield-macros v0.19.4 |
| 548 | 2026-07-23T01:47:23.027Z | Downloaded dtrace-parser v0.3.0 |
| 549 | 2026-07-23T01:47:23.053Z | Downloaded dsl_auto_type v0.2.0 |
| 550 | 2026-07-23T01:47:23.059Z | Downloaded block-padding v0.4.2 |
| 551 | 2026-07-23T01:47:23.059Z | Downloaded bit-set v0.5.3 |
| 552 | 2026-07-23T01:47:23.059Z | Downloaded csv-core v0.1.13 |
| 553 | 2026-07-23T01:47:23.059Z | Downloaded crossbeam-epoch v0.9.18 |
| 554 | 2026-07-23T01:47:23.059Z | Downloaded const_format_proc_macros v0.2.34 |
| 555 | 2026-07-23T01:47:23.059Z | Downloaded digest-io v0.1.0 |
| 556 | 2026-07-23T01:47:23.059Z | Downloaded argon2 v0.5.3 |
| 557 | 2026-07-23T01:47:23.059Z | Downloaded dirs-sys-next v0.1.2 |
| 558 | 2026-07-23T01:47:23.059Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 559 | 2026-07-23T01:47:23.059Z | Downloaded async-stream-impl v0.3.6 |
| 560 | 2026-07-23T01:47:23.059Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 561 | 2026-07-23T01:47:23.059Z | Downloaded embedded-io v0.6.1 |
| 562 | 2026-07-23T01:47:23.064Z | Downloaded derive_builder_macro v0.20.2 |
| 563 | 2026-07-23T01:47:23.064Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 564 | 2026-07-23T01:47:23.064Z | Downloaded defmt v0.3.100 |
| 565 | 2026-07-23T01:47:23.064Z | Downloaded dof v0.4.0 |
| 566 | 2026-07-23T01:47:23.065Z | Downloaded arrayref v0.3.9 |
| 567 | 2026-07-23T01:47:23.065Z | Downloaded enum-as-inner v0.6.1 |
| 568 | 2026-07-23T01:47:23.069Z | Downloaded endian-type v0.1.2 |
| 569 | 2026-07-23T01:47:23.069Z | Downloaded display-error-chain v0.2.2 |
| 570 | 2026-07-23T01:47:23.069Z | Downloaded difflib v0.4.0 |
| 571 | 2026-07-23T01:47:23.069Z | Downloaded embedded-io v0.4.0 |
| 572 | 2026-07-23T01:47:23.069Z | Downloaded cmake v0.1.57 |
| 573 | 2026-07-23T01:47:23.073Z | Downloaded dunce v1.0.5 |
| 574 | 2026-07-23T01:47:23.073Z | Downloaded downcast-rs v2.0.2 |
| 575 | 2026-07-23T01:47:23.073Z | Downloaded document-features v0.2.12 |
| 576 | 2026-07-23T01:47:23.073Z | Downloaded cfg_aliases v0.2.1 |
| 577 | 2026-07-23T01:47:23.085Z | Downloaded base64ct v1.8.3 |
| 578 | 2026-07-23T01:47:23.085Z | Downloaded derive_builder_core v0.20.2 |
| 579 | 2026-07-23T01:47:23.085Z | Downloaded darling_core v0.21.3 |
| 580 | 2026-07-23T01:47:23.086Z | Downloaded fixedbitset v0.4.2 |
| 581 | 2026-07-23T01:47:23.086Z | Downloaded chacha20 v0.9.1 |
| 582 | 2026-07-23T01:47:23.086Z | Downloaded env_filter v1.0.0 |
| 583 | 2026-07-23T01:47:23.102Z | Downloaded flagset v0.4.7 |
| 584 | 2026-07-23T01:47:23.102Z | Downloaded fd-lock v4.0.4 |
| 585 | 2026-07-23T01:47:23.102Z | Downloaded digest v0.11.3 |
| 586 | 2026-07-23T01:47:23.102Z | Downloaded foreign-types-shared v0.3.1 |
| 587 | 2026-07-23T01:47:23.102Z | Downloaded cmov v0.5.4 |
| 588 | 2026-07-23T01:47:23.102Z | Downloaded dyn-clone v1.0.20 |
| 589 | 2026-07-23T01:47:23.102Z | Downloaded daft-derive v0.1.7 |
| 590 | 2026-07-23T01:47:23.102Z | Downloaded anstyle-parse v0.2.7 |
| 591 | 2026-07-23T01:47:23.102Z | Downloaded bcs v0.1.6 |
| 592 | 2026-07-23T01:47:23.102Z | Downloaded ecdsa v0.16.9 |
| 593 | 2026-07-23T01:47:23.102Z | Downloaded crossbeam-deque v0.8.6 |
| 594 | 2026-07-23T01:47:23.102Z | Downloaded displaydoc v0.2.5 |
| 595 | 2026-07-23T01:47:23.107Z | Downloaded deranged v0.5.8 |
| 596 | 2026-07-23T01:47:23.107Z | Downloaded diesel-dtrace v0.5.0 |
| 597 | 2026-07-23T01:47:23.107Z | Downloaded ena v0.14.4 |
| 598 | 2026-07-23T01:47:23.111Z | Downloaded delegate v0.13.5 |
| 599 | 2026-07-23T01:47:23.111Z | Downloaded cipher v0.4.4 |
| 600 | 2026-07-23T01:47:23.111Z | Downloaded cexpr v0.6.0 |
| 601 | 2026-07-23T01:47:23.114Z | Downloaded float-ord v0.3.2 |
| 602 | 2026-07-23T01:47:23.114Z | Downloaded form_urlencoded v1.2.2 |
| 603 | 2026-07-23T01:47:23.114Z | Downloaded base64 v0.22.1 |
| 604 | 2026-07-23T01:47:23.118Z | Downloaded foreign-types-macros v0.2.3 |
| 605 | 2026-07-23T01:47:23.118Z | Downloaded foreign-types v0.5.0 |
| 606 | 2026-07-23T01:47:23.118Z | Downloaded foreign-types v0.3.2 |
| 607 | 2026-07-23T01:47:23.124Z | Downloaded futures-core v0.3.32 |
| 608 | 2026-07-23T01:47:23.124Z | Downloaded futures-macro v0.3.32 |
| 609 | 2026-07-23T01:47:23.124Z | Downloaded cbc v0.2.1 |
| 610 | 2026-07-23T01:47:23.124Z | Downloaded camino-tempfile-ext v0.3.3 |
| 611 | 2026-07-23T01:47:23.128Z | Downloaded enum_dispatch v0.3.13 |
| 612 | 2026-07-23T01:47:23.128Z | Downloaded defmt-macros v1.0.1 |
| 613 | 2026-07-23T01:47:23.136Z | Downloaded fxhash v0.2.1 |
| 614 | 2026-07-23T01:47:23.136Z | Downloaded futures-task v0.3.32 |
| 615 | 2026-07-23T01:47:23.136Z | Downloaded funty v2.0.0 |
| 616 | 2026-07-23T01:47:23.136Z | Downloaded fallible-iterator v0.2.0 |
| 617 | 2026-07-23T01:47:23.136Z | Downloaded futures-sink v0.3.32 |
| 618 | 2026-07-23T01:47:23.136Z | Downloaded either v1.15.0 |
| 619 | 2026-07-23T01:47:23.136Z | Downloaded byte-wrapper v0.1.0 |
| 620 | 2026-07-23T01:47:23.139Z | Downloaded erased-serde v0.3.31 |
| 621 | 2026-07-23T01:47:23.140Z | Downloaded env_logger v0.11.9 |
| 622 | 2026-07-23T01:47:23.140Z | Downloaded ed25519 v2.2.3 |
| 623 | 2026-07-23T01:47:23.143Z | Downloaded ff v0.14.0 |
| 624 | 2026-07-23T01:47:23.144Z | Downloaded cancel-safe-futures v0.1.5 |
| 625 | 2026-07-23T01:47:23.148Z | Downloaded fixedbitset v0.5.7 |
| 626 | 2026-07-23T01:47:23.148Z | Downloaded gethostname v0.5.0 |
| 627 | 2026-07-23T01:47:23.148Z | Downloaded derive_builder v0.20.2 |
| 628 | 2026-07-23T01:47:23.151Z | Downloaded der_derive v0.7.3 |
| 629 | 2026-07-23T01:47:23.152Z | Downloaded headers-core v0.3.0 |
| 630 | 2026-07-23T01:47:23.156Z | Downloaded bs58 v0.5.1 |
| 631 | 2026-07-23T01:47:23.157Z | Downloaded filetime v0.2.27 |
| 632 | 2026-07-23T01:47:23.157Z | Downloaded console v0.15.11 |
| 633 | 2026-07-23T01:47:23.161Z | Downloaded diff v0.1.13 |
| 634 | 2026-07-23T01:47:23.161Z | Downloaded clang-sys v1.8.1 |
| 635 | 2026-07-23T01:47:23.165Z | Downloaded globwalk v0.9.1 |
| 636 | 2026-07-23T01:47:23.165Z | Downloaded blake2 v0.10.6 |
| 637 | 2026-07-23T01:47:23.165Z | Downloaded bzip2 v0.4.4 |
| 638 | 2026-07-23T01:47:23.165Z | Downloaded darling v0.23.0 |
| 639 | 2026-07-23T01:47:23.169Z | Downloaded derive-where v1.6.0 |
| 640 | 2026-07-23T01:47:23.172Z | Downloaded fs-err v2.11.0 |
| 641 | 2026-07-23T01:47:23.173Z | Downloaded darling_core v0.13.4 |
| 642 | 2026-07-23T01:47:23.178Z | Downloaded hex-literal v1.1.0 |
| 643 | 2026-07-23T01:47:23.181Z | Downloaded hex v0.4.3 |
| 644 | 2026-07-23T01:47:23.182Z | Downloaded hash32 v0.3.1 |
| 645 | 2026-07-23T01:47:23.182Z | Downloaded hash32 v0.2.1 |
| 646 | 2026-07-23T01:47:23.182Z | Downloaded fs_extra v1.3.0 |
| 647 | 2026-07-23T01:47:23.182Z | Downloaded foldhash v0.2.0 |
| 648 | 2026-07-23T01:47:23.186Z | Downloaded foldhash v0.1.5 |
| 649 | 2026-07-23T01:47:23.186Z | Downloaded des v0.9.0 |
| 650 | 2026-07-23T01:47:23.186Z | Downloaded derive-ex v0.1.8 |
| 651 | 2026-07-23T01:47:23.189Z | Downloaded crossbeam-utils v0.8.21 |
| 652 | 2026-07-23T01:47:23.189Z | Downloaded hostname v0.3.1 |
| 653 | 2026-07-23T01:47:23.193Z | Downloaded hostname v0.4.2 |
| 654 | 2026-07-23T01:47:23.193Z | Downloaded futures-executor v0.3.32 |
| 655 | 2026-07-23T01:47:23.193Z | Downloaded home v0.5.12 |
| 656 | 2026-07-23T01:47:23.193Z | Downloaded ed25519 v3.0.0 |
| 657 | 2026-07-23T01:47:23.197Z | Downloaded glob v0.3.3 |
| 658 | 2026-07-23T01:47:23.197Z | Downloaded backon v1.6.0 |
| 659 | 2026-07-23T01:47:23.204Z | Downloaded git-stub-vcs v0.1.0 |
| 660 | 2026-07-23T01:47:23.204Z | Downloaded ghash v0.6.0 |
| 661 | 2026-07-23T01:47:23.204Z | Downloaded find-msvc-tools v0.1.9 |
| 662 | 2026-07-23T01:47:23.208Z | Downloaded compression-codecs v0.4.37 |
| 663 | 2026-07-23T01:47:23.208Z | Downloaded group v0.13.0 |
| 664 | 2026-07-23T01:47:23.208Z | Downloaded elliptic-curve v0.13.8 |
| 665 | 2026-07-23T01:47:23.212Z | Downloaded darling v0.21.3 |
| 666 | 2026-07-23T01:47:23.215Z | Downloaded http-range v0.1.5 |
| 667 | 2026-07-23T01:47:23.215Z | Downloaded hubpack_derive v0.1.1 |
| 668 | 2026-07-23T01:47:23.215Z | Downloaded httpdate v1.0.3 |
| 669 | 2026-07-23T01:47:23.215Z | Downloaded crc-any v2.5.0 |
| 670 | 2026-07-23T01:47:23.225Z | Downloaded hyper-tls v0.6.0 |
| 671 | 2026-07-23T01:47:23.226Z | Downloaded const-oid v0.10.2 |
| 672 | 2026-07-23T01:47:23.235Z | Downloaded aes v0.9.1 |
| 673 | 2026-07-23T01:47:23.235Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 674 | 2026-07-23T01:47:23.236Z | Downloaded group v0.14.0 |
| 675 | 2026-07-23T01:47:23.236Z | Downloaded bindgen v0.71.1 |
| 676 | 2026-07-23T01:47:23.236Z | Downloaded illumos-nvpair v0.3.0 |
| 677 | 2026-07-23T01:47:23.236Z | Downloaded console v0.16.2 |
| 678 | 2026-07-23T01:47:23.240Z | Downloaded globset v0.4.18 |
| 679 | 2026-07-23T01:47:23.241Z | Downloaded git-stub v1.0.0 |
| 680 | 2026-07-23T01:47:23.241Z | Downloaded indent_write v2.2.0 |
| 681 | 2026-07-23T01:47:23.241Z | Downloaded dropshot_endpoint v0.17.1 |
| 682 | 2026-07-23T01:47:23.241Z | Downloaded indoc v1.0.9 |
| 683 | 2026-07-23T01:47:23.241Z | Downloaded ecdsa v0.17.0-rc.18 |
| 684 | 2026-07-23T01:47:23.247Z | Downloaded der v0.8.0 |
| 685 | 2026-07-23T01:47:23.247Z | Downloaded ident_case v1.0.1 |
| 686 | 2026-07-23T01:47:23.247Z | Downloaded highway v1.3.0 |
| 687 | 2026-07-23T01:47:23.247Z | Downloaded instant v0.1.13 |
| 688 | 2026-07-23T01:47:23.250Z | Downloaded instability v0.3.11 |
| 689 | 2026-07-23T01:47:23.250Z | Downloaded internet-checksum v0.2.1 |
| 690 | 2026-07-23T01:47:23.250Z | Downloaded inout v0.1.4 |
| 691 | 2026-07-23T01:47:23.251Z | Downloaded hubpack v0.1.2 |
| 692 | 2026-07-23T01:47:23.278Z | Downloaded is_ci v1.2.0 |
| 693 | 2026-07-23T01:47:23.278Z | Downloaded is-terminal v0.4.17 |
| 694 | 2026-07-23T01:47:23.278Z | Downloaded idna_adapter v1.2.1 |
| 695 | 2026-07-23T01:47:23.278Z | Downloaded futures-channel v0.3.32 |
| 696 | 2026-07-23T01:47:23.278Z | Downloaded lazy_static v1.5.0 |
| 697 | 2026-07-23T01:47:23.279Z | Downloaded kem v0.3.0 |
| 698 | 2026-07-23T01:47:23.279Z | Downloaded kstat-rs v0.2.4 |
| 699 | 2026-07-23T01:47:23.279Z | Downloaded derive_more v0.99.20 |
| 700 | 2026-07-23T01:47:23.279Z | Downloaded libscf-sys v1.1.0 |
| 701 | 2026-07-23T01:47:23.279Z | Downloaded fatfs v0.3.6 |
| 702 | 2026-07-23T01:47:23.279Z | Downloaded chacha20poly1305 v0.10.1 |
| 703 | 2026-07-23T01:47:23.279Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 704 | 2026-07-23T01:47:23.279Z | Downloaded http-body v1.0.1 |
| 705 | 2026-07-23T01:47:23.279Z | Downloaded keccak v0.1.6 |
| 706 | 2026-07-23T01:47:23.279Z | Downloaded arc-swap v1.8.2 |
| 707 | 2026-07-23T01:47:23.279Z | Downloaded getrandom v0.2.17 |
| 708 | 2026-07-23T01:47:23.279Z | Downloaded half v1.8.3 |
| 709 | 2026-07-23T01:47:23.279Z | Downloaded http-body-util v0.1.3 |
| 710 | 2026-07-23T01:47:23.283Z | Downloaded lalrpop-util v0.19.12 |
| 711 | 2026-07-23T01:47:23.283Z | Downloaded async-compression v0.4.41 |
| 712 | 2026-07-23T01:47:23.310Z | Downloaded linked-hash-map v0.5.6 |
| 713 | 2026-07-23T01:47:23.310Z | Downloaded drift v0.2.0 |
| 714 | 2026-07-23T01:47:23.310Z | Downloaded memoffset v0.9.1 |
| 715 | 2026-07-23T01:47:23.310Z | Downloaded darling_core v0.23.0 |
| 716 | 2026-07-23T01:47:23.310Z | Downloaded md-5 v0.10.6 |
| 717 | 2026-07-23T01:47:23.310Z | Downloaded lru-slab v0.1.2 |
| 718 | 2026-07-23T01:47:23.335Z | Downloaded lru v0.12.5 |
| 719 | 2026-07-23T01:47:23.335Z | Downloaded hyper-staticfile v0.10.1 |
| 720 | 2026-07-23T01:47:23.335Z | Downloaded cookie v0.18.1 |
| 721 | 2026-07-23T01:47:23.335Z | Downloaded maybe-uninit v2.0.0 |
| 722 | 2026-07-23T01:47:23.335Z | Downloaded match_cfg v0.1.0 |
| 723 | 2026-07-23T01:47:23.335Z | Downloaded cipher v0.5.2 |
| 724 | 2026-07-23T01:47:23.335Z | Downloaded mime v0.3.17 |
| 725 | 2026-07-23T01:47:23.335Z | Downloaded ciborium v0.2.2 |
| 726 | 2026-07-23T01:47:23.335Z | Downloaded chacha20 v0.10.0 |
| 727 | 2026-07-23T01:47:23.335Z | Downloaded bzip2 v0.6.1 |
| 728 | 2026-07-23T01:47:23.335Z | Downloaded md5 v0.8.0 |
| 729 | 2026-07-23T01:47:23.336Z | Downloaded lzss v0.8.2 |
| 730 | 2026-07-23T01:47:23.336Z | Downloaded futures v0.3.32 |
| 731 | 2026-07-23T01:47:23.344Z | Downloaded jobserver v0.1.34 |
| 732 | 2026-07-23T01:47:23.344Z | Downloaded inout v0.2.2 |
| 733 | 2026-07-23T01:47:23.344Z | Downloaded multimap v0.10.1 |
| 734 | 2026-07-23T01:47:23.344Z | Downloaded managed v0.8.0 |
| 735 | 2026-07-23T01:47:23.344Z | Downloaded newline-converter v0.3.0 |
| 736 | 2026-07-23T01:47:23.344Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 737 | 2026-07-23T01:47:23.344Z | Downloaded newtype_derive v0.1.6 |
| 738 | 2026-07-23T01:47:23.344Z | Downloaded new_debug_unreachable v1.0.6 |
| 739 | 2026-07-23T01:47:23.344Z | Downloaded newtype-uuid-macros v0.1.0 |
| 740 | 2026-07-23T01:47:23.344Z | Downloaded ipnet v2.11.0 |
| 741 | 2026-07-23T01:47:23.345Z | Downloaded compact_str v0.8.1 |
| 742 | 2026-07-23T01:47:23.345Z | Downloaded keccak v0.2.0 |
| 743 | 2026-07-23T01:47:23.345Z | Downloaded ingot-types v0.1.2 |
| 744 | 2026-07-23T01:47:23.345Z | Downloaded indoc v2.0.7 |
| 745 | 2026-07-23T01:47:23.345Z | Downloaded humantime v2.3.0 |
| 746 | 2026-07-23T01:47:23.345Z | Downloaded ipnetwork v0.21.1 |
| 747 | 2026-07-23T01:47:23.345Z | Downloaded hmac v0.12.1 |
| 748 | 2026-07-23T01:47:23.345Z | Downloaded normalize-line-endings v0.3.0 |
| 749 | 2026-07-23T01:47:23.345Z | Downloaded nibble_vec v0.1.0 |
| 750 | 2026-07-23T01:47:23.349Z | Downloaded num-conv v0.2.0 |
| 751 | 2026-07-23T01:47:23.349Z | Downloaded ingot v0.1.1 |
| 752 | 2026-07-23T01:47:23.349Z | Downloaded libsw v3.5.0 |
| 753 | 2026-07-23T01:47:23.349Z | Downloaded libloading v0.8.9 |
| 754 | 2026-07-23T01:47:23.349Z | Downloaded darling_core v0.20.11 |
| 755 | 2026-07-23T01:47:23.353Z | Downloaded num-derive v0.4.2 |
| 756 | 2026-07-23T01:47:23.353Z | Downloaded libsw-core v0.3.2 |
| 757 | 2026-07-23T01:47:23.354Z | Downloaded nodrop v0.1.14 |
| 758 | 2026-07-23T01:47:23.354Z | Downloaded libefi-sys v0.1.0 |
| 759 | 2026-07-23T01:47:23.360Z | Downloaded num v0.4.3 |
| 760 | 2026-07-23T01:47:23.360Z | Downloaded maplit v1.0.2 |
| 761 | 2026-07-23T01:47:23.360Z | Downloaded num-iter v0.1.45 |
| 762 | 2026-07-23T01:47:23.361Z | Downloaded lock_api v0.4.14 |
| 763 | 2026-07-23T01:47:23.361Z | Downloaded linear-map v1.2.0 |
| 764 | 2026-07-23T01:47:23.364Z | Downloaded hybrid-array v0.4.13 |
| 765 | 2026-07-23T01:47:23.364Z | Downloaded nonempty v0.12.0 |
| 766 | 2026-07-23T01:47:23.378Z | Downloaded openssl-probe v0.2.1 |
| 767 | 2026-07-23T01:47:23.384Z | Downloaded half v2.7.1 |
| 768 | 2026-07-23T01:47:23.384Z | Downloaded oso-derive v0.27.3 |
| 769 | 2026-07-23T01:47:23.384Z | Downloaded num_enum_derive v0.5.11 |
| 770 | 2026-07-23T01:47:23.384Z | Downloaded num-derive v0.3.3 |
| 771 | 2026-07-23T01:47:23.384Z | Downloaded flume v0.11.1 |
| 772 | 2026-07-23T01:47:23.388Z | Downloaded ingot-macros v0.1.1 |
| 773 | 2026-07-23T01:47:23.388Z | Downloaded httparse v1.10.1 |
| 774 | 2026-07-23T01:47:23.388Z | Downloaded multer v3.1.0 |
| 775 | 2026-07-23T01:47:23.392Z | Downloaded mime_guess v2.0.5 |
| 776 | 2026-07-23T01:47:23.392Z | Downloaded hmac v0.13.0 |
| 777 | 2026-07-23T01:47:23.392Z | Downloaded num_threads v0.1.7 |
| 778 | 2026-07-23T01:47:23.396Z | Downloaded openssl-macros v0.1.1 |
| 779 | 2026-07-23T01:47:23.396Z | Downloaded openssl-probe v0.1.6 |
| 780 | 2026-07-23T01:47:23.396Z | Downloaded opaque-debug v0.3.1 |
| 781 | 2026-07-23T01:47:23.396Z | Downloaded olpc-cjson v0.1.4 |
| 782 | 2026-07-23T01:47:23.400Z | Downloaded module-lattice v0.2.3 |
| 783 | 2026-07-23T01:47:23.400Z | Downloaded getrandom v0.3.4 |
| 784 | 2026-07-23T01:47:23.404Z | Downloaded newtype-uuid v1.3.2 |
| 785 | 2026-07-23T01:47:23.404Z | Downloaded nanorand v0.7.0 |
| 786 | 2026-07-23T01:47:23.404Z | Downloaded native-tls v0.2.18 |
| 787 | 2026-07-23T01:47:23.407Z | Downloaded iana-time-zone v0.1.65 |
| 788 | 2026-07-23T01:47:23.408Z | Downloaded generic-array v1.4.3 |
| 789 | 2026-07-23T01:47:23.414Z | Downloaded const_format v0.2.35 |
| 790 | 2026-07-23T01:47:23.414Z | Downloaded ar_archive_writer v0.5.1 |
| 791 | 2026-07-23T01:47:23.419Z | Downloaded packed_struct_codegen v0.10.1 |
| 792 | 2026-07-23T01:47:23.419Z | Downloaded bumpalo v3.20.2 |
| 793 | 2026-07-23T01:47:23.419Z | Downloaded der v0.7.10 |
| 794 | 2026-07-23T01:47:23.424Z | Downloaded lru-cache v0.1.2 |
| 795 | 2026-07-23T01:47:23.424Z | Downloaded litrs v1.0.0 |
| 796 | 2026-07-23T01:47:23.424Z | Downloaded litemap v0.8.1 |
| 797 | 2026-07-23T01:47:23.427Z | Downloaded ed25519-dalek v2.2.0 |
| 798 | 2026-07-23T01:47:23.428Z | Downloaded parse-display v0.10.0 |
| 799 | 2026-07-23T01:47:23.437Z | Downloaded password-hash v0.6.1 |
| 800 | 2026-07-23T01:47:23.437Z | Downloaded parse-size v1.1.0 |
| 801 | 2026-07-23T01:47:23.437Z | Downloaded num_enum_derive v0.7.6 |
| 802 | 2026-07-23T01:47:23.437Z | Downloaded flate2 v1.1.9 |
| 803 | 2026-07-23T01:47:23.442Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 804 | 2026-07-23T01:47:23.442Z | Downloaded headers v0.4.1 |
| 805 | 2026-07-23T01:47:23.442Z | Downloaded icu_provider v2.1.1 |
| 806 | 2026-07-23T01:47:23.446Z | Downloaded nu-ansi-term v0.50.3 |
| 807 | 2026-07-23T01:47:23.446Z | Downloaded phf_shared v0.11.3 |
| 808 | 2026-07-23T01:47:23.446Z | Downloaded peg-runtime v0.8.5 |
| 809 | 2026-07-23T01:47:23.446Z | Downloaded path-slash v0.1.5 |
| 810 | 2026-07-23T01:47:23.461Z | Downloaded percent-encoding v2.3.2 |
| 811 | 2026-07-23T01:47:23.461Z | Downloaded heapless v0.7.17 |
| 812 | 2026-07-23T01:47:23.461Z | Downloaded phf_shared v0.12.1 |
| 813 | 2026-07-23T01:47:23.461Z | Downloaded num_enum v0.7.6 |
| 814 | 2026-07-23T01:47:23.461Z | Downloaded num_enum v0.5.11 |
| 815 | 2026-07-23T01:47:23.469Z | Downloaded oxide-update-engine-display v0.1.2 |
| 816 | 2026-07-23T01:47:23.472Z | Downloaded num-rational v0.4.2 |
| 817 | 2026-07-23T01:47:23.472Z | Downloaded indexmap v1.9.3 |
| 818 | 2026-07-23T01:47:23.472Z | Downloaded packed_struct v0.10.1 |
| 819 | 2026-07-23T01:47:23.473Z | Downloaded ignore v0.4.25 |
| 820 | 2026-07-23T01:47:23.479Z | Downloaded owo-colors v4.3.0 |
| 821 | 2026-07-23T01:47:23.479Z | Downloaded diesel_derives v2.3.7 |
| 822 | 2026-07-23T01:47:23.479Z | Downloaded predicates-tree v1.0.13 |
| 823 | 2026-07-23T01:47:23.479Z | Downloaded crossterm v0.29.0 |
| 824 | 2026-07-23T01:47:23.479Z | Downloaded potential_utf v0.1.4 |
| 825 | 2026-07-23T01:47:23.484Z | Downloaded expectorate v1.2.0 |
| 826 | 2026-07-23T01:47:23.484Z | Downloaded oxide-update-engine v0.1.2 |
| 827 | 2026-07-23T01:47:23.484Z | Downloaded derive_more-impl v2.1.1 |
| 828 | 2026-07-23T01:47:23.484Z | Downloaded phf_shared v0.13.1 |
| 829 | 2026-07-23T01:47:23.494Z | Downloaded predicates-core v1.0.10 |
| 830 | 2026-07-23T01:47:23.494Z | Downloaded precomputed-hash v0.1.1 |
| 831 | 2026-07-23T01:47:23.494Z | Downloaded icu_properties v2.1.2 |
| 832 | 2026-07-23T01:47:23.494Z | Downloaded cc v1.2.56 |
| 833 | 2026-07-23T01:47:23.495Z | Downloaded libbz2-rs-sys v0.2.2 |
| 834 | 2026-07-23T01:47:23.495Z | Downloaded bytes v1.11.1 |
| 835 | 2026-07-23T01:47:23.508Z | Downloaded blake2 v0.11.0-rc.6 |
| 836 | 2026-07-23T01:47:23.508Z | Downloaded ff v0.13.1 |
| 837 | 2026-07-23T01:47:23.508Z | Downloaded defmt v1.0.1 |
| 838 | 2026-07-23T01:47:23.508Z | Downloaded proc-macro-crate v1.3.1 |
| 839 | 2026-07-23T01:47:23.508Z | Downloaded colored v2.2.0 |
| 840 | 2026-07-23T01:47:23.508Z | Downloaded buf-list v1.1.2 |
| 841 | 2026-07-23T01:47:23.508Z | Downloaded password-hash v0.5.0 |
| 842 | 2026-07-23T01:47:23.508Z | Downloaded heapless v0.8.0 |
| 843 | 2026-07-23T01:47:23.512Z | Downloaded paste v1.0.15 |
| 844 | 2026-07-23T01:47:23.512Z | Downloaded pem-rfc7468 v1.0.0 |
| 845 | 2026-07-23T01:47:23.515Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 846 | 2026-07-23T01:47:23.515Z | Downloaded num-integer v0.1.46 |
| 847 | 2026-07-23T01:47:23.519Z | Downloaded progenitor-macro v0.13.0 |
| 848 | 2026-07-23T01:47:23.519Z | Downloaded peg v0.8.5 |
| 849 | 2026-07-23T01:47:23.522Z | Downloaded progenitor-macro v0.14.0 |
| 850 | 2026-07-23T01:47:23.523Z | Downloaded progenitor-client v0.14.0 |
| 851 | 2026-07-23T01:47:23.523Z | Downloaded base64 v0.21.7 |
| 852 | 2026-07-23T01:47:23.527Z | Downloaded phf v0.12.1 |
| 853 | 2026-07-23T01:47:23.527Z | Downloaded pem-rfc7468 v0.7.0 |
| 854 | 2026-07-23T01:47:23.527Z | Downloaded proc-macro-crate v3.4.0 |
| 855 | 2026-07-23T01:47:23.531Z | Downloaded indicatif v0.18.4 |
| 856 | 2026-07-23T01:47:23.531Z | Downloaded hickory-resolver v0.24.4 |
| 857 | 2026-07-23T01:47:23.534Z | Downloaded quick-error v1.2.3 |
| 858 | 2026-07-23T01:47:23.537Z | Downloaded pem v3.0.6 |
| 859 | 2026-07-23T01:47:23.538Z | Downloaded peg-macros v0.8.5 |
| 860 | 2026-07-23T01:47:23.538Z | Downloaded oxnet v0.1.6 |
| 861 | 2026-07-23T01:47:23.542Z | Downloaded icu_locale_core v2.1.1 |
| 862 | 2026-07-23T01:47:23.545Z | Downloaded parking_lot v0.12.5 |
| 863 | 2026-07-23T01:47:23.545Z | Downloaded oxide-tokio-rt v0.1.4 |
| 864 | 2026-07-23T01:47:23.549Z | Downloaded phf v0.13.1 |
| 865 | 2026-07-23T01:47:23.549Z | Downloaded memmap2 v0.9.10 |
| 866 | 2026-07-23T01:47:23.550Z | Downloaded derive_more v2.1.1 |
| 867 | 2026-07-23T01:47:23.556Z | Downloaded radium v0.7.0 |
| 868 | 2026-07-23T01:47:23.560Z | Downloaded psl-types v2.0.11 |
| 869 | 2026-07-23T01:47:23.560Z | Downloaded ppv-lite86 v0.2.21 |
| 870 | 2026-07-23T01:47:23.560Z | Downloaded powerfmt v0.2.0 |
| 871 | 2026-07-23T01:47:23.564Z | Downloaded parking_lot v0.11.2 |
| 872 | 2026-07-23T01:47:23.564Z | Downloaded crossterm v0.28.1 |
| 873 | 2026-07-23T01:47:23.567Z | Downloaded postgres-protocol v0.6.10 |
| 874 | 2026-07-23T01:47:23.567Z | Downloaded polyval v0.7.1 |
| 875 | 2026-07-23T01:47:23.573Z | Downloaded poly1305 v0.8.0 |
| 876 | 2026-07-23T01:47:23.573Z | Downloaded pkg-config v0.3.32 |
| 877 | 2026-07-23T01:47:23.577Z | Downloaded rand_chacha v0.3.1 |
| 878 | 2026-07-23T01:47:23.577Z | Downloaded rand_xorshift v0.4.0 |
| 879 | 2026-07-23T01:47:23.577Z | Downloaded num-complex v0.4.6 |
| 880 | 2026-07-23T01:47:23.577Z | Downloaded icu_normalizer v2.1.1 |
| 881 | 2026-07-23T01:47:23.581Z | Downloaded pin-project-internal v1.1.11 |
| 882 | 2026-07-23T01:47:23.581Z | Downloaded pin-project-lite v0.2.17 |
| 883 | 2026-07-23T01:47:23.585Z | Downloaded phc v0.6.1 |
| 884 | 2026-07-23T01:47:23.585Z | Downloaded progenitor-client v0.13.0 |
| 885 | 2026-07-23T01:47:23.585Z | Downloaded primeorder v0.14.0-rc.10 |
| 886 | 2026-07-23T01:47:23.589Z | Downloaded primefield v0.14.0 |
| 887 | 2026-07-23T01:47:23.589Z | Downloaded recursive v0.1.1 |
| 888 | 2026-07-23T01:47:23.589Z | Downloaded aho-corasick v1.1.4 |
| 889 | 2026-07-23T01:47:23.592Z | Downloaded ref-cast-impl v1.0.25 |
| 890 | 2026-07-23T01:47:23.592Z | Downloaded ref-cast v1.0.25 |
| 891 | 2026-07-23T01:47:23.595Z | Downloaded primeorder v0.13.6 |
| 892 | 2026-07-23T01:47:23.596Z | Downloaded parking_lot_core v0.9.12 |
| 893 | 2026-07-23T01:47:23.599Z | Downloaded parking_lot_core v0.8.6 |
| 894 | 2026-07-23T01:47:23.599Z | Downloaded num-traits v0.2.19 |
| 895 | 2026-07-23T01:47:23.602Z | Downloaded pbkdf2 v0.13.0 |
| 896 | 2026-07-23T01:47:23.602Z | Downloaded progenitor-extras v0.2.0 |
| 897 | 2026-07-23T01:47:23.602Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 898 | 2026-07-23T01:47:23.678Z | Downloaded ml-kem v0.3.2 |
| 899 | 2026-07-23T01:47:23.678Z | Downloaded miniz_oxide v0.8.9 |
| 900 | 2026-07-23T01:47:23.678Z | Downloaded proc-macro-error2 v2.0.1 |
| 901 | 2026-07-23T01:47:23.678Z | Downloaded rfc6979 v0.4.0 |
| 902 | 2026-07-23T01:47:23.678Z | Downloaded psm v0.1.30 |
| 903 | 2026-07-23T01:47:23.678Z | Downloaded pkcs1 v0.7.5 |
| 904 | 2026-07-23T01:47:23.678Z | Downloaded oxide-update-engine-types v0.1.2 |
| 905 | 2026-07-23T01:47:23.678Z | Downloaded omicron-zone-package v0.12.3 |
| 906 | 2026-07-23T01:47:23.678Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 907 | 2026-07-23T01:47:23.678Z | Downloaded papergrid v0.17.0 |
| 908 | 2026-07-23T01:47:23.678Z | Downloaded postcard v1.1.3 |
| 909 | 2026-07-23T01:47:23.678Z | Downloaded oso v0.27.3 |
| 910 | 2026-07-23T01:47:23.679Z | Downloaded rustc_version v0.4.1 |
| 911 | 2026-07-23T01:47:23.679Z | Downloaded rtoolbox v0.0.3 |
| 912 | 2026-07-23T01:47:23.679Z | Downloaded rfc6979 v0.5.0 |
| 913 | 2026-07-23T01:47:23.679Z | Downloaded jiff-static v0.2.21 |
| 914 | 2026-07-23T01:47:23.679Z | Downloaded predicates v3.1.4 |
| 915 | 2026-07-23T01:47:23.679Z | Downloaded hickory-server v0.25.2 |
| 916 | 2026-07-23T01:47:23.679Z | Downloaded icu_normalizer_data v2.1.1 |
| 917 | 2026-07-23T01:47:23.718Z | Downloaded icu_collections v2.1.1 |
| 918 | 2026-07-23T01:47:23.718Z | Downloaded russh-util v0.52.0 |
| 919 | 2026-07-23T01:47:23.718Z | Downloaded dropshot-api-manager v0.7.2 |
| 920 | 2026-07-23T01:47:23.718Z | Downloaded rustc_version v0.1.7 |
| 921 | 2026-07-23T01:47:23.718Z | Downloaded rustc-hash v2.1.1 |
| 922 | 2026-07-23T01:47:23.718Z | Downloaded rand_core v0.6.4 |
| 923 | 2026-07-23T01:47:23.723Z | Downloaded rand_seeder v0.4.0 |
| 924 | 2026-07-23T01:47:23.723Z | Downloaded progenitor v0.13.0 |
| 925 | 2026-07-23T01:47:23.723Z | Downloaded postgres-types v0.2.12 |
| 926 | 2026-07-23T01:47:23.723Z | Downloaded sapling-renderdag v0.1.0 |
| 927 | 2026-07-23T01:47:23.723Z | Downloaded same-file v1.0.6 |
| 928 | 2026-07-23T01:47:23.723Z | Downloaded port-file v0.1.0 |
| 929 | 2026-07-23T01:47:23.723Z | Downloaded hickory-resolver v0.25.2 |
| 930 | 2026-07-23T01:47:23.723Z | Downloaded pkcs8 v0.11.0 |
| 931 | 2026-07-23T01:47:23.723Z | Downloaded pkcs8 v0.10.2 |
| 932 | 2026-07-23T01:47:23.723Z | Downloaded parse-display-derive v0.10.0 |
| 933 | 2026-07-23T01:47:23.723Z | Downloaded hyper-rustls v0.27.7 |
| 934 | 2026-07-23T01:47:23.724Z | Downloaded futures-io v0.3.32 |
| 935 | 2026-07-23T01:47:23.724Z | Downloaded darling v0.13.4 |
| 936 | 2026-07-23T01:47:23.724Z | Downloaded scheduled-thread-pool v0.2.7 |
| 937 | 2026-07-23T01:47:23.724Z | Downloaded progenitor v0.14.0 |
| 938 | 2026-07-23T01:47:23.724Z | Downloaded corncobs v0.1.4 |
| 939 | 2026-07-23T01:47:23.724Z | Downloaded blowfish v0.10.0 |
| 940 | 2026-07-23T01:47:23.724Z | Downloaded allocator-api2 v0.2.21 |
| 941 | 2026-07-23T01:47:23.724Z | Downloaded scopeguard v1.2.0 |
| 942 | 2026-07-23T01:47:23.724Z | Downloaded poly1305 v0.9.0 |
| 943 | 2026-07-23T01:47:23.724Z | Downloaded pkcs5 v0.8.1 |
| 944 | 2026-07-23T01:47:23.724Z | Downloaded semver v0.1.20 |
| 945 | 2026-07-23T01:47:23.724Z | Downloaded secrecy v0.8.0 |
| 946 | 2026-07-23T01:47:23.724Z | Downloaded scroll_derive v0.13.1 |
| 947 | 2026-07-23T01:47:23.724Z | Downloaded rpassword v7.5.4 |
| 948 | 2026-07-23T01:47:23.724Z | Downloaded http v1.4.2 |
| 949 | 2026-07-23T01:47:23.724Z | Downloaded p256 v0.14.0-rc.10 |
| 950 | 2026-07-23T01:47:23.724Z | Downloaded hashbrown v0.13.2 |
| 951 | 2026-07-23T01:47:23.724Z | Downloaded openssl-sys v0.9.115 |
| 952 | 2026-07-23T01:47:23.724Z | Downloaded russh-cryptovec v0.61.0 |
| 953 | 2026-07-23T01:47:23.724Z | Downloaded serde_urlencoded v0.7.1 |
| 954 | 2026-07-23T01:47:23.724Z | Downloaded serde_repr v0.1.20 |
| 955 | 2026-07-23T01:47:23.724Z | Downloaded serde_bytes v0.11.19 |
| 956 | 2026-07-23T01:47:23.724Z | Downloaded serde-big-array v0.5.1 |
| 957 | 2026-07-23T01:47:23.724Z | Downloaded p384 v0.14.0-rc.10 |
| 958 | 2026-07-23T01:47:23.725Z | Downloaded serde_plain v1.0.2 |
| 959 | 2026-07-23T01:47:23.725Z | Downloaded rustls-pemfile v2.2.0 |
| 960 | 2026-07-23T01:47:23.725Z | Downloaded rand_core v0.10.0 |
| 961 | 2026-07-23T01:47:23.725Z | Downloaded seq-macro v0.3.6 |
| 962 | 2026-07-23T01:47:23.725Z | Downloaded secrecy v0.10.3 |
| 963 | 2026-07-23T01:47:23.725Z | Downloaded resolv-conf v0.7.6 |
| 964 | 2026-07-23T01:47:23.743Z | Downloaded rand_core v0.9.5 |
| 965 | 2026-07-23T01:47:23.743Z | Downloaded r2d2 v0.8.10 |
| 966 | 2026-07-23T01:47:23.743Z | Downloaded sha1 v0.10.6 |
| 967 | 2026-07-23T01:47:23.743Z | Downloaded prefix-trie v0.7.0 |
| 968 | 2026-07-23T01:47:23.743Z | Downloaded rand_chacha v0.9.0 |
| 969 | 2026-07-23T01:47:23.743Z | Downloaded shell-words v1.1.1 |
| 970 | 2026-07-23T01:47:23.743Z | Downloaded bitfield v0.19.4 |
| 971 | 2026-07-23T01:47:23.743Z | Downloaded bit-vec v0.8.0 |
| 972 | 2026-07-23T01:47:23.743Z | Downloaded atomicwrites v0.4.4 |
| 973 | 2026-07-23T01:47:23.743Z | Downloaded anstream v0.6.21 |
| 974 | 2026-07-23T01:47:23.743Z | Downloaded constant_time_eq v0.4.2 |
| 975 | 2026-07-23T01:47:23.743Z | Downloaded rusty-fork v0.3.1 |
| 976 | 2026-07-23T01:47:23.743Z | Downloaded bit-set v0.8.0 |
| 977 | 2026-07-23T01:47:23.754Z | Downloaded async-bb8-diesel v0.2.1 |
| 978 | 2026-07-23T01:47:23.754Z | Downloaded rustversion v1.0.22 |
| 979 | 2026-07-23T01:47:23.755Z | Downloaded quinn-udp v0.5.14 |
| 980 | 2026-07-23T01:47:23.755Z | Downloaded sha1 v0.11.0 |
| 981 | 2026-07-23T01:47:23.755Z | Downloaded rustls-native-certs v0.8.3 |
| 982 | 2026-07-23T01:47:23.755Z | Downloaded itertools v0.10.5 |
| 983 | 2026-07-23T01:47:23.755Z | Downloaded schemars_derive v0.8.22 |
| 984 | 2026-07-23T01:47:23.755Z | Downloaded aes-gcm v0.11.0 |
| 985 | 2026-07-23T01:47:23.755Z | Downloaded hashbrown v0.12.3 |
| 986 | 2026-07-23T01:47:23.755Z | Downloaded progenitor-impl v0.14.0 |
| 987 | 2026-07-23T01:47:23.790Z | Downloaded aead v0.6.1 |
| 988 | 2026-07-23T01:47:23.790Z | Downloaded ahash v0.8.12 |
| 989 | 2026-07-23T01:47:23.790Z | Downloaded foreign-types-shared v0.1.1 |
| 990 | 2026-07-23T01:47:23.790Z | Downloaded slog-bunyan v2.5.0 |
| 991 | 2026-07-23T01:47:23.790Z | Downloaded sec1 v0.7.3 |
| 992 | 2026-07-23T01:47:23.790Z | Downloaded signal-hook-mio v0.2.5 |
| 993 | 2026-07-23T01:47:23.790Z | Downloaded scrypt v0.12.0 |
| 994 | 2026-07-23T01:47:23.790Z | Downloaded serde_derive_internals v0.29.1 |
| 995 | 2026-07-23T01:47:23.791Z | Downloaded sec1 v0.8.1 |
| 996 | 2026-07-23T01:47:23.811Z | Downloaded scroll v0.13.0 |
| 997 | 2026-07-23T01:47:23.811Z | Downloaded float-cmp v0.10.0 |
| 998 | 2026-07-23T01:47:23.811Z | Downloaded bit-vec v0.6.3 |
| 999 | 2026-07-23T01:47:23.811Z | Downloaded siphasher v1.0.2 |
| 1000 | 2026-07-23T01:47:23.811Z | Downloaded signature v2.2.0 |
| 1001 | 2026-07-23T01:47:23.811Z | Downloaded signal-hook-tokio v0.3.1 |
| 1002 | 2026-07-23T01:47:23.811Z | Downloaded prettyplease v0.2.37 |
| 1003 | 2026-07-23T01:47:23.811Z | Downloaded pin-project v1.1.11 |
| 1004 | 2026-07-23T01:47:23.811Z | Downloaded slog-envlogger v2.2.0 |
| 1005 | 2026-07-23T01:47:23.811Z | Downloaded hyper-util v0.1.20 |
| 1006 | 2026-07-23T01:47:23.811Z | Downloaded sigpipe v0.1.3 |
| 1007 | 2026-07-23T01:47:23.811Z | Downloaded serde_spanned v1.1.1 |
| 1008 | 2026-07-23T01:47:23.812Z | Downloaded serde_path_to_error v0.1.20 |
| 1009 | 2026-07-23T01:47:23.812Z | Downloaded serde-hex v0.1.0 |
| 1010 | 2026-07-23T01:47:23.812Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1011 | 2026-07-23T01:47:23.814Z | Downloaded backoff v0.4.0 |
| 1012 | 2026-07-23T01:47:23.814Z | Downloaded arrayvec v0.7.6 |
| 1013 | 2026-07-23T01:47:23.814Z | Downloaded serdect v0.4.3 |
| 1014 | 2026-07-23T01:47:23.814Z | Downloaded progenitor-impl v0.13.0 |
| 1015 | 2026-07-23T01:47:23.834Z | Downloaded rcgen v0.12.1 |
| 1016 | 2026-07-23T01:47:23.834Z | Downloaded hashbrown v0.16.1 |
| 1017 | 2026-07-23T01:47:23.834Z | Downloaded serde_with_macros v1.5.2 |
| 1018 | 2026-07-23T01:47:23.834Z | Downloaded hashbrown v0.15.5 |
| 1019 | 2026-07-23T01:47:23.834Z | Downloaded salsa20 v0.11.0 |
| 1020 | 2026-07-23T01:47:23.834Z | Downloaded slab v0.4.12 |
| 1021 | 2026-07-23T01:47:23.834Z | Downloaded simd-adler32 v0.3.8 |
| 1022 | 2026-07-23T01:47:23.834Z | Downloaded signal-hook-registry v1.4.8 |
| 1023 | 2026-07-23T01:47:23.835Z | Downloaded sqlparser_derive v0.5.0 |
| 1024 | 2026-07-23T01:47:23.854Z | Downloaded shlex v1.3.0 |
| 1025 | 2026-07-23T01:47:23.854Z | Downloaded structmeta v0.3.0 |
| 1026 | 2026-07-23T01:47:23.854Z | Downloaded stable_deref_trait v1.2.1 |
| 1027 | 2026-07-23T01:47:23.855Z | Downloaded supports-color v3.0.2 |
| 1028 | 2026-07-23T01:47:23.855Z | Downloaded minimal-lexical v0.2.1 |
| 1029 | 2026-07-23T01:47:23.855Z | Downloaded strum v0.27.2 |
| 1030 | 2026-07-23T01:47:23.855Z | Downloaded ron v0.8.1 |
| 1031 | 2026-07-23T01:47:23.862Z | Downloaded signature v3.0.0 |
| 1032 | 2026-07-23T01:47:23.862Z | Downloaded strsim v0.10.0 |
| 1033 | 2026-07-23T01:47:23.862Z | Downloaded serde_cbor v0.11.2 |
| 1034 | 2026-07-23T01:47:23.862Z | Downloaded slog-async v2.8.0 |
| 1035 | 2026-07-23T01:47:23.862Z | Downloaded nom v7.1.3 |
| 1036 | 2026-07-23T01:47:23.862Z | Downloaded smallvec v0.6.14 |
| 1037 | 2026-07-23T01:47:23.862Z | Downloaded tabled_derive v0.11.0 |
| 1038 | 2026-07-23T01:47:23.862Z | Downloaded sync-ptr v0.1.4 |
| 1039 | 2026-07-23T01:47:23.863Z | Downloaded structmeta-derive v0.3.0 |
| 1040 | 2026-07-23T01:47:23.863Z | Downloaded tap v1.0.1 |
| 1041 | 2026-07-23T01:47:23.863Z | Downloaded tabwriter v1.4.1 |
| 1042 | 2026-07-23T01:47:23.863Z | Downloaded strum v0.26.3 |
| 1043 | 2026-07-23T01:47:23.863Z | Downloaded slog-dtrace v0.3.0 |
| 1044 | 2026-07-23T01:47:23.863Z | Downloaded slog-stdlog v4.1.1 |
| 1045 | 2026-07-23T01:47:23.863Z | Downloaded slog-json v2.6.1 |
| 1046 | 2026-07-23T01:47:23.863Z | Downloaded sync_wrapper v1.0.2 |
| 1047 | 2026-07-23T01:47:23.863Z | Downloaded crypto-primes v0.7.2 |
| 1048 | 2026-07-23T01:47:23.867Z | Downloaded subtle v2.6.1 |
| 1049 | 2026-07-23T01:47:23.867Z | Downloaded slog-term v2.9.2 |
| 1050 | 2026-07-23T01:47:23.867Z | Downloaded snafu-derive v0.8.9 |
| 1051 | 2026-07-23T01:47:23.867Z | Downloaded rustls-pki-types v1.14.0 |
| 1052 | 2026-07-23T01:47:23.872Z | Downloaded sha2 v0.11.0 |
| 1053 | 2026-07-23T01:47:23.872Z | Downloaded serde_with_macros v3.21.0 |
| 1054 | 2026-07-23T01:47:23.872Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1055 | 2026-07-23T01:47:23.887Z | Downloaded ryu v1.0.23 |
| 1056 | 2026-07-23T01:47:23.887Z | Downloaded testing_table v0.3.0 |
| 1057 | 2026-07-23T01:47:23.887Z | Downloaded termtree v0.5.1 |
| 1058 | 2026-07-23T01:47:23.887Z | Downloaded rayon-core v1.13.0 |
| 1059 | 2026-07-23T01:47:23.894Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1060 | 2026-07-23T01:47:23.894Z | Downloaded itertools v0.12.1 |
| 1061 | 2026-07-23T01:47:23.894Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1062 | 2026-07-23T01:47:23.894Z | Downloaded spki v0.8.0 |
| 1063 | 2026-07-23T01:47:23.894Z | Downloaded pretty_assertions v1.4.1 |
| 1064 | 2026-07-23T01:47:23.894Z | Downloaded thread-id v5.1.0 |
| 1065 | 2026-07-23T01:47:23.894Z | Downloaded stacker v0.1.23 |
| 1066 | 2026-07-23T01:47:23.894Z | Downloaded spki v0.7.3 |
| 1067 | 2026-07-23T01:47:23.907Z | Downloaded take_mut v0.2.2 |
| 1068 | 2026-07-23T01:47:23.908Z | Downloaded tagptr v0.2.0 |
| 1069 | 2026-07-23T01:47:23.909Z | Downloaded sqlformat v0.3.5 |
| 1070 | 2026-07-23T01:47:23.910Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1071 | 2026-07-23T01:47:23.921Z | Downloaded idna v1.1.0 |
| 1072 | 2026-07-23T01:47:23.921Z | Downloaded publicsuffix v2.3.0 |
| 1073 | 2026-07-23T01:47:23.921Z | Downloaded schemars v0.8.22 |
| 1074 | 2026-07-23T01:47:23.921Z | Downloaded tokio-macros v2.7.0 |
| 1075 | 2026-07-23T01:47:23.921Z | Downloaded time-core v0.1.8 |
| 1076 | 2026-07-23T01:47:23.921Z | Downloaded quinn v0.11.9 |
| 1077 | 2026-07-23T01:47:23.922Z | Downloaded stringprep v0.1.5 |
| 1078 | 2026-07-23T01:47:23.922Z | Downloaded string_cache v0.8.9 |
| 1079 | 2026-07-23T01:47:23.926Z | Downloaded synstructure v0.13.2 |
| 1080 | 2026-07-23T01:47:23.926Z | Downloaded slog-scope v4.4.1 |
| 1081 | 2026-07-23T01:47:23.927Z | Downloaded num-bigint v0.4.6 |
| 1082 | 2026-07-23T01:47:23.930Z | Downloaded p521 v0.14.0-rc.10 |
| 1083 | 2026-07-23T01:47:23.930Z | Downloaded rand v0.8.6 |
| 1084 | 2026-07-23T01:47:23.934Z | Downloaded strum_macros v0.27.2 |
| 1085 | 2026-07-23T01:47:23.934Z | Downloaded strum_macros v0.26.4 |
| 1086 | 2026-07-23T01:47:23.939Z | Downloaded itertools v0.13.0 |
| 1087 | 2026-07-23T01:47:23.943Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1088 | 2026-07-23T01:47:23.943Z | Downloaded static_assertions v1.1.0 |
| 1089 | 2026-07-23T01:47:23.943Z | Downloaded tinyvec_macros v0.1.1 |
| 1090 | 2026-07-23T01:47:23.947Z | Downloaded libxml v0.3.3 |
| 1091 | 2026-07-23T01:47:23.950Z | Downloaded thread_local v1.1.9 |
| 1092 | 2026-07-23T01:47:23.950Z | Downloaded smf v0.2.3 |
| 1093 | 2026-07-23T01:47:23.953Z | Downloaded tiny-keccak v2.0.2 |
| 1094 | 2026-07-23T01:47:23.953Z | Downloaded tokio-test v0.4.5 |
| 1095 | 2026-07-23T01:47:23.957Z | Downloaded crypto-bigint v0.7.5 |
| 1096 | 2026-07-23T01:47:23.965Z | Downloaded try-lock v0.2.5 |
| 1097 | 2026-07-23T01:47:23.969Z | Downloaded termios v0.3.3 |
| 1098 | 2026-07-23T01:47:23.970Z | Downloaded trait-variant v0.1.2 |
| 1099 | 2026-07-23T01:47:23.970Z | Downloaded tower-service v0.3.3 |
| 1100 | 2026-07-23T01:47:23.977Z | Downloaded tower-layer v0.3.3 |
| 1101 | 2026-07-23T01:47:23.977Z | Downloaded topological-sort v0.2.2 |
| 1102 | 2026-07-23T01:47:23.978Z | Downloaded signal-hook v0.3.18 |
| 1103 | 2026-07-23T01:47:23.978Z | Downloaded spin v0.9.8 |
| 1104 | 2026-07-23T01:47:23.981Z | Downloaded slog v2.8.2 |
| 1105 | 2026-07-23T01:47:23.982Z | Downloaded strum_macros v0.24.3 |
| 1106 | 2026-07-23T01:47:23.982Z | Downloaded hkdf v0.13.0 |
| 1107 | 2026-07-23T01:47:23.982Z | Downloaded qorb v0.4.1 |
| 1108 | 2026-07-23T01:47:23.982Z | Downloaded typify-macro v0.6.2 |
| 1109 | 2026-07-23T01:47:23.989Z | Downloaded tokio-native-tls v0.3.1 |
| 1110 | 2026-07-23T01:47:23.989Z | Downloaded tokio-dtrace v0.1.1 |
| 1111 | 2026-07-23T01:47:23.989Z | Downloaded tls_codec_derive v0.4.2 |
| 1112 | 2026-07-23T01:47:23.993Z | Downloaded tinystr v0.8.2 |
| 1113 | 2026-07-23T01:47:23.993Z | Downloaded unarray v0.1.4 |
| 1114 | 2026-07-23T01:47:23.993Z | Downloaded smallvec v1.15.1 |
| 1115 | 2026-07-23T01:47:23.993Z | Downloaded unicode-truncate v1.1.0 |
| 1116 | 2026-07-23T01:47:23.993Z | Downloaded thiserror-no-std v2.0.2 |
| 1117 | 2026-07-23T01:47:23.993Z | Downloaded rand v0.9.2 |
| 1118 | 2026-07-23T01:47:23.998Z | Downloaded universal-hash v0.6.1 |
| 1119 | 2026-07-23T01:47:23.998Z | Downloaded term v1.2.1 |
| 1120 | 2026-07-23T01:47:24.002Z | Downloaded rsa v0.9.10 |
| 1121 | 2026-07-23T01:47:24.002Z | Downloaded nom v8.0.0 |
| 1122 | 2026-07-23T01:47:24.007Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1123 | 2026-07-23T01:47:24.007Z | Downloaded tokio-tungstenite v0.21.0 |
| 1124 | 2026-07-23T01:47:24.025Z | Downloaded support-bundle-viewer v0.1.2 |
| 1125 | 2026-07-23T01:47:24.026Z | Downloaded untrusted v0.7.1 |
| 1126 | 2026-07-23T01:47:24.026Z | Downloaded term v0.7.0 |
| 1127 | 2026-07-23T01:47:24.038Z | Downloaded usdt v0.6.0 |
| 1128 | 2026-07-23T01:47:24.038Z | Downloaded rustls-webpki v0.103.13 |
| 1129 | 2026-07-23T01:47:24.038Z | Downloaded itertools v0.14.0 |
| 1130 | 2026-07-23T01:47:24.038Z | Downloaded usdt-attr-macro v0.6.0 |
| 1131 | 2026-07-23T01:47:24.038Z | Downloaded num-bigint-dig v0.8.6 |
| 1132 | 2026-07-23T01:47:24.038Z | Downloaded socket2 v0.6.3 |
| 1133 | 2026-07-23T01:47:24.038Z | Downloaded untrusted v0.9.0 |
| 1134 | 2026-07-23T01:47:24.038Z | Downloaded samael v0.0.19 |
| 1135 | 2026-07-23T01:47:24.038Z | Downloaded time-macros v0.2.27 |
| 1136 | 2026-07-23T01:47:24.038Z | Downloaded schemars v0.9.0 |
| 1137 | 2026-07-23T01:47:24.042Z | Downloaded utf-8 v0.7.6 |
| 1138 | 2026-07-23T01:47:24.042Z | Downloaded void v1.0.2 |
| 1139 | 2026-07-23T01:47:24.042Z | Downloaded schemars v1.2.1 |
| 1140 | 2026-07-23T01:47:24.045Z | Downloaded hkdf v0.12.4 |
| 1141 | 2026-07-23T01:47:24.049Z | Downloaded futures-util v0.3.32 |
| 1142 | 2026-07-23T01:47:24.052Z | Downloaded tui-tree-widget v0.23.1 |
| 1143 | 2026-07-23T01:47:24.056Z | Downloaded unicase v2.9.0 |
| 1144 | 2026-07-23T01:47:24.056Z | Downloaded snafu v0.8.9 |
| 1145 | 2026-07-23T01:47:24.060Z | Downloaded want v0.3.1 |
| 1146 | 2026-07-23T01:47:24.060Z | Downloaded waitgroup v0.1.2 |
| 1147 | 2026-07-23T01:47:24.060Z | Downloaded wait-timeout v0.2.1 |
| 1148 | 2026-07-23T01:47:24.066Z | Downloaded subprocess v0.2.15 |
| 1149 | 2026-07-23T01:47:24.066Z | Downloaded xattr v1.6.1 |
| 1150 | 2026-07-23T01:47:24.066Z | Downloaded bitvec v1.0.1 |
| 1151 | 2026-07-23T01:47:24.071Z | Downloaded rand v0.10.1 |
| 1152 | 2026-07-23T01:47:24.075Z | Downloaded utf8_iter v1.0.4 |
| 1153 | 2026-07-23T01:47:24.076Z | Downloaded tokio-rustls v0.26.4 |
| 1154 | 2026-07-23T01:47:24.079Z | Downloaded usdt-macro v0.6.0 |
| 1155 | 2026-07-23T01:47:24.079Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1156 | 2026-07-23T01:47:24.079Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1157 | 2026-07-23T01:47:24.080Z | Downloaded xshell-macros v0.2.7 |
| 1158 | 2026-07-23T01:47:24.080Z | Downloaded test-strategy v0.4.5 |
| 1159 | 2026-07-23T01:47:24.083Z | Downloaded unicode-xid v0.2.6 |
| 1160 | 2026-07-23T01:47:24.083Z | Downloaded usdt-impl v0.6.0 |
| 1161 | 2026-07-23T01:47:24.083Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1162 | 2026-07-23T01:47:24.087Z | Downloaded tokio-tungstenite v0.23.1 |
| 1163 | 2026-07-23T01:47:24.087Z | Downloaded tls_codec v0.4.2 |
| 1164 | 2026-07-23T01:47:24.087Z | Downloaded yoke-derive v0.8.1 |
| 1165 | 2026-07-23T01:47:24.091Z | Downloaded iddqd v0.4.2 |
| 1166 | 2026-07-23T01:47:24.095Z | Downloaded zerofrom-derive v0.1.6 |
| 1167 | 2026-07-23T01:47:24.095Z | Downloaded socket2 v0.5.10 |
| 1168 | 2026-07-23T01:47:24.095Z | Downloaded uzers v0.12.2 |
| 1169 | 2026-07-23T01:47:24.105Z | Downloaded zerofrom v0.1.6 |
| 1170 | 2026-07-23T01:47:24.105Z | Downloaded hyper v1.10.1 |
| 1171 | 2026-07-23T01:47:24.105Z | Downloaded zone_cfg_derive v0.3.1 |
| 1172 | 2026-07-23T01:47:24.105Z | Downloaded vergen-lib v9.1.0 |
| 1173 | 2026-07-23T01:47:24.105Z | Downloaded vergen-lib v0.1.6 |
| 1174 | 2026-07-23T01:47:24.105Z | Downloaded vergen-gitcl v1.0.8 |
| 1175 | 2026-07-23T01:47:24.105Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1176 | 2026-07-23T01:47:24.106Z | Downloaded vergen-git2 v9.1.0 |
| 1177 | 2026-07-23T01:47:24.132Z | Downloaded tracing-attributes v0.1.31 |
| 1178 | 2026-07-23T01:47:24.132Z | Downloaded blake3 v1.8.5 |
| 1179 | 2026-07-23T01:47:24.132Z | Downloaded icu_properties_data v2.1.2 |
| 1180 | 2026-07-23T01:47:24.132Z | Downloaded whoami v1.6.1 |
| 1181 | 2026-07-23T01:47:24.132Z | Downloaded zone v0.3.1 |
| 1182 | 2026-07-23T01:47:24.132Z | Downloaded twox-hash v2.1.2 |
| 1183 | 2026-07-23T01:47:24.132Z | Downloaded chrono v0.4.45 |
| 1184 | 2026-07-23T01:47:24.132Z | Downloaded unicode-properties v0.1.4 |
| 1185 | 2026-07-23T01:47:24.132Z | Downloaded walkdir v2.5.0 |
| 1186 | 2026-07-23T01:47:24.132Z | Downloaded h2 v0.4.15 |
| 1187 | 2026-07-23T01:47:24.176Z | Downloaded whoami v2.1.0 |
| 1188 | 2026-07-23T01:47:24.176Z | Downloaded tokio-stream v0.1.18 |
| 1189 | 2026-07-23T01:47:24.176Z | Downloaded vsss-rs v3.3.4 |
| 1190 | 2026-07-23T01:47:24.176Z | Downloaded rsa v0.10.0-rc.18 |
| 1191 | 2026-07-23T01:47:24.176Z | Downloaded wyz v0.5.1 |
| 1192 | 2026-07-23T01:47:24.176Z | Downloaded toml v0.7.8 |
| 1193 | 2026-07-23T01:47:24.177Z | Downloaded xshell v0.2.7 |
| 1194 | 2026-07-23T01:47:24.177Z | Downloaded iri-string v0.7.10 |
| 1195 | 2026-07-23T01:47:24.184Z | Downloaded tar v0.4.46 |
| 1196 | 2026-07-23T01:47:24.184Z | Downloaded universal-hash v0.5.1 |
| 1197 | 2026-07-23T01:47:24.184Z | Downloaded unit-prefix v0.5.2 |
| 1198 | 2026-07-23T01:47:24.184Z | Downloaded similar v2.7.0 |
| 1199 | 2026-07-23T01:47:24.184Z | Downloaded yoke v0.8.1 |
| 1200 | 2026-07-23T01:47:24.185Z | Downloaded vergen v9.1.0 |
| 1201 | 2026-07-23T01:47:24.185Z | Downloaded zeroize_derive v1.4.3 |
| 1202 | 2026-07-23T01:47:24.185Z | Downloaded steno v0.4.1 |
| 1203 | 2026-07-23T01:47:24.185Z | Downloaded libm v0.2.16 |
| 1204 | 2026-07-23T01:47:24.185Z | Downloaded zeroize v1.8.2 |
| 1205 | 2026-07-23T01:47:24.185Z | Downloaded mio v1.2.0 |
| 1206 | 2026-07-23T01:47:24.185Z | Downloaded zstd-safe v7.2.4 |
| 1207 | 2026-07-23T01:47:24.185Z | Downloaded tinyvec v1.10.0 |
| 1208 | 2026-07-23T01:47:24.185Z | Downloaded zstd v0.13.3 |
| 1209 | 2026-07-23T01:47:24.185Z | Downloaded zerovec-derive v0.11.2 |
| 1210 | 2026-07-23T01:47:24.185Z | Downloaded tungstenite v0.23.0 |
| 1211 | 2026-07-23T01:47:24.185Z | Downloaded typify v0.6.2 |
| 1212 | 2026-07-23T01:47:24.185Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1213 | 2026-07-23T01:47:24.190Z | Downloaded curve25519-dalek v4.1.3 |
| 1214 | 2026-07-23T01:47:24.190Z | Downloaded unicode-bidi v0.3.18 |
| 1215 | 2026-07-23T01:47:24.197Z | Downloaded tracing-core v0.1.36 |
| 1216 | 2026-07-23T01:47:24.208Z | Downloaded rustyline v14.0.0 |
| 1217 | 2026-07-23T01:47:24.208Z | Downloaded aws-lc-rs v1.16.3 |
| 1218 | 2026-07-23T01:47:24.213Z | Downloaded zerocopy v0.6.6 |
| 1219 | 2026-07-23T01:47:24.213Z | Downloaded unsafe-libyaml v0.2.11 |
| 1220 | 2026-07-23T01:47:24.218Z | Downloaded yasna v0.5.2 |
| 1221 | 2026-07-23T01:47:24.232Z | Downloaded vte v0.14.1 |
| 1222 | 2026-07-23T01:47:24.232Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1223 | 2026-07-23T01:47:24.241Z | Downloaded tungstenite v0.21.0 |
| 1224 | 2026-07-23T01:47:24.241Z | Downloaded reedline v0.40.0 |
| 1225 | 2026-07-23T01:47:24.241Z | Downloaded git2 v0.20.4 |
| 1226 | 2026-07-23T01:47:24.248Z | Downloaded writeable v0.6.2 |
| 1227 | 2026-07-23T01:47:24.266Z | Downloaded serde_with v1.14.0 |
| 1228 | 2026-07-23T01:47:24.266Z | Downloaded reqwest v0.12.28 |
| 1229 | 2026-07-23T01:47:24.266Z | Downloaded toml_edit v0.19.15 |
| 1230 | 2026-07-23T01:47:24.312Z | Downloaded tokio-postgres v0.7.16 |
| 1231 | 2026-07-23T01:47:24.321Z | Downloaded regex v1.12.3 |
| 1232 | 2026-07-23T01:47:24.321Z | Downloaded p384 v0.13.1 |
| 1233 | 2026-07-23T01:47:24.321Z | Downloaded lalrpop v0.19.12 |
| 1234 | 2026-07-23T01:47:24.321Z | Downloaded portable-atomic v1.13.1 |
| 1235 | 2026-07-23T01:47:24.321Z | Downloaded reqwest v0.13.2 |
| 1236 | 2026-07-23T01:47:24.321Z | Downloaded url v2.5.8 |
| 1237 | 2026-07-23T01:47:24.321Z | Downloaded rayon v1.11.0 |
| 1238 | 2026-07-23T01:47:24.321Z | Downloaded uuid v1.23.4 |
| 1239 | 2026-07-23T01:47:24.321Z | Downloaded rawzip v0.4.4 |
| 1240 | 2026-07-23T01:47:24.371Z | Downloaded zopfli v0.8.3 |
| 1241 | 2026-07-23T01:47:24.372Z | Downloaded zip v0.6.6 |
| 1242 | 2026-07-23T01:47:24.372Z | Downloaded goblin v0.10.5 |
| 1243 | 2026-07-23T01:47:24.372Z | Downloaded quick-xml v0.37.5 |
| 1244 | 2026-07-23T01:47:24.372Z | Downloaded moka v0.12.13 |
| 1245 | 2026-07-23T01:47:24.372Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1246 | 2026-07-23T01:47:24.377Z | Downloaded zerotrie v0.2.3 |
| 1247 | 2026-07-23T01:47:24.377Z | Downloaded tower v0.5.3 |
| 1248 | 2026-07-23T01:47:24.377Z | Downloaded x509-cert v0.2.5 |
| 1249 | 2026-07-23T01:47:24.377Z | Downloaded zerocopy-derive v0.8.40 |
| 1250 | 2026-07-23T01:47:24.377Z | Downloaded proptest v1.10.0 |
| 1251 | 2026-07-23T01:47:24.377Z | Downloaded typed-path v0.9.3 |
| 1252 | 2026-07-23T01:47:24.378Z | Downloaded unicode_categories v0.1.1 |
| 1253 | 2026-07-23T01:47:24.378Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1254 | 2026-07-23T01:47:24.386Z | Downloaded unicode-segmentation v1.12.0 |
| 1255 | 2026-07-23T01:47:24.397Z | Downloaded unicode-normalization v0.1.25 |
| 1256 | 2026-07-23T01:47:24.397Z | Downloaded yansi v1.0.1 |
| 1257 | 2026-07-23T01:47:24.398Z | Downloaded object v0.30.4 |
| 1258 | 2026-07-23T01:47:24.418Z | Downloaded zip v4.6.1 |
| 1259 | 2026-07-23T01:47:24.418Z | Downloaded tower-http v0.6.8 |
| 1260 | 2026-07-23T01:47:24.418Z | Downloaded petname v2.0.2 |
| 1261 | 2026-07-23T01:47:24.453Z | Downloaded russh v0.61.2 |
| 1262 | 2026-07-23T01:47:24.453Z | Downloaded salty v0.3.0 |
| 1263 | 2026-07-23T01:47:24.453Z | Downloaded quinn-proto v0.11.13 |
| 1264 | 2026-07-23T01:47:24.453Z | Downloaded tokio-util v0.7.18 |
| 1265 | 2026-07-23T01:47:24.453Z | Downloaded radix_trie v0.2.1 |
| 1266 | 2026-07-23T01:47:24.453Z | Downloaded serde_with v3.21.0 |
| 1267 | 2026-07-23T01:47:24.453Z | Downloaded zerovec v0.11.5 |
| 1268 | 2026-07-23T01:47:24.453Z | Downloaded nix v0.27.1 |
| 1269 | 2026-07-23T01:47:24.462Z | Downloaded polar-core v0.27.3 |
| 1270 | 2026-07-23T01:47:24.462Z | Downloaded tough v0.22.0 |
| 1271 | 2026-07-23T01:47:24.468Z | Downloaded dropshot v0.17.1 |
| 1272 | 2026-07-23T01:47:24.478Z | Downloaded openssl v0.10.79 |
| 1273 | 2026-07-23T01:47:24.816Z | Downloaded winnow v0.5.40 |
| 1274 | 2026-07-23T01:47:24.816Z | Downloaded bstr v1.12.1 |
| 1275 | 2026-07-23T01:47:24.816Z | Downloaded winnow v0.6.26 |
| 1276 | 2026-07-23T01:47:24.816Z | Downloaded nix v0.28.0 |
| 1277 | 2026-07-23T01:47:24.816Z | Downloaded tabled v0.20.0 |
| 1278 | 2026-07-23T01:47:24.816Z | Downloaded time v0.3.47 |
| 1279 | 2026-07-23T01:47:24.816Z | Downloaded winnow v1.0.3 |
| 1280 | 2026-07-23T01:47:24.816Z | Downloaded regex-syntax v0.6.29 |
| 1281 | 2026-07-23T01:47:24.816Z | Downloaded zlib-rs v0.6.2 |
| 1282 | 2026-07-23T01:47:24.816Z | Downloaded hickory-proto v0.24.4 |
| 1283 | 2026-07-23T01:47:24.816Z | Downloaded diesel v2.3.7 |
| 1284 | 2026-07-23T01:47:24.816Z | Downloaded vcpkg v0.2.15 |
| 1285 | 2026-07-23T01:47:24.816Z | Downloaded zerocopy v0.8.40 |
| 1286 | 2026-07-23T01:47:24.817Z | Downloaded object v0.37.3 |
| 1287 | 2026-07-23T01:47:24.817Z | Downloaded smoltcp v0.9.1 |
| 1288 | 2026-07-23T01:47:24.817Z | Downloaded regex-syntax v0.8.10 |
| 1289 | 2026-07-23T01:47:24.817Z | Downloaded smoltcp v0.11.0 |
| 1290 | 2026-07-23T01:47:24.817Z | Downloaded regress v0.10.5 |
| 1291 | 2026-07-23T01:47:24.817Z | Downloaded hickory-proto v0.25.2 |
| 1292 | 2026-07-23T01:47:24.817Z | Downloaded rustls v0.23.41 |
| 1293 | 2026-07-23T01:47:24.817Z | Downloaded regress v0.11.1 |
| 1294 | 2026-07-23T01:47:24.817Z | Downloaded openapiv3 v2.2.0 |
| 1295 | 2026-07-23T01:47:24.817Z | Downloaded nix v0.31.2 |
| 1296 | 2026-07-23T01:47:24.817Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1297 | 2026-07-23T01:47:24.817Z | Downloaded rustix v0.38.44 |
| 1298 | 2026-07-23T01:47:24.817Z | Downloaded sqlparser v0.61.0 |
| 1299 | 2026-07-23T01:47:24.817Z | Downloaded fiat-crypto v0.3.0 |
| 1300 | 2026-07-23T01:47:24.817Z | Downloaded typify-impl v0.6.2 |
| 1301 | 2026-07-23T01:47:24.817Z | Downloaded ratatui v0.29.0 |
| 1302 | 2026-07-23T01:47:24.817Z | Downloaded tracing v0.1.44 |
| 1303 | 2026-07-23T01:47:24.817Z | Downloaded sha3 v0.11.0 |
| 1304 | 2026-07-23T01:47:24.817Z | Downloaded zerocopy-derive v0.6.6 |
| 1305 | 2026-07-23T01:47:24.817Z | Downloaded sled v0.34.7 |
| 1306 | 2026-07-23T01:47:24.840Z | Downloaded csv v1.4.0 |
| 1307 | 2026-07-23T01:47:24.840Z | Downloaded regex-automata v0.4.14 |
| 1308 | 2026-07-23T01:47:24.840Z | Downloaded sha3 v0.10.8 |
| 1309 | 2026-07-23T01:47:24.856Z | Downloaded tokio v1.52.1 |
| 1310 | 2026-07-23T01:47:24.864Z | Downloaded chrono-tz v0.10.4 |
| 1311 | 2026-07-23T01:47:24.890Z | Downloaded petgraph v0.6.5 |
| 1312 | 2026-07-23T01:47:24.900Z | Downloaded jiff v0.2.21 |
| 1313 | 2026-07-23T01:47:24.913Z | Downloaded ring v0.17.14 |
| 1314 | 2026-07-23T01:47:24.927Z | Downloaded petgraph v0.8.3 |
| 1315 | 2026-07-23T01:47:24.963Z | Downloaded libz-sys v1.1.24 |
| 1316 | 2026-07-23T01:47:24.976Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1317 | 2026-07-23T01:47:25.063Z | Downloaded encoding_rs v0.8.35 |
| 1318 | 2026-07-23T01:47:25.123Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1319 | 2026-07-23T01:47:25.658Z | Downloaded aws-lc-sys v0.40.0 |
| 1320 | 2026-07-23T01:47:25.902Z | Compiling libc v0.2.185 |
| 1321 | 2026-07-23T01:47:25.903Z | Compiling serde_core v1.0.228 |
| 1322 | 2026-07-23T01:47:25.903Z | Compiling serde v1.0.228 |
| 1323 | 2026-07-23T01:47:25.921Z | Compiling log v0.4.29 |
| 1324 | 2026-07-23T01:47:25.921Z | Compiling smallvec v1.15.1 |
| 1325 | 2026-07-23T01:47:26.045Z | Compiling shlex v1.3.0 |
| 1326 | 2026-07-23T01:47:26.058Z | Compiling find-msvc-tools v0.1.9 |
| 1327 | 2026-07-23T01:47:26.058Z | Compiling syn v2.0.117 |
| 1328 | 2026-07-23T01:47:26.226Z | Compiling subtle v2.6.1 |
| 1329 | 2026-07-23T01:47:26.242Z | Compiling scopeguard v1.2.0 |
| 1330 | 2026-07-23T01:47:26.261Z | Compiling stable_deref_trait v1.2.1 |
| 1331 | 2026-07-23T01:47:26.344Z | Compiling lock_api v0.4.14 |
| 1332 | 2026-07-23T01:47:26.371Z | Compiling typenum v1.20.1 |
| 1333 | 2026-07-23T01:47:26.372Z | Compiling serde_json v1.0.150 |
| 1334 | 2026-07-23T01:47:26.390Z | Compiling zerocopy v0.8.40 |
| 1335 | 2026-07-23T01:47:26.403Z | Compiling portable-atomic v1.13.1 |
| 1336 | 2026-07-23T01:47:26.550Z | Compiling parking_lot_core v0.9.12 |
| 1337 | 2026-07-23T01:47:26.593Z | Compiling pin-project-lite v0.2.17 |
| 1338 | 2026-07-23T01:47:26.679Z | Compiling getrandom v0.4.1 |
| 1339 | 2026-07-23T01:47:26.831Z | Compiling pkg-config v0.3.32 |
| 1340 | 2026-07-23T01:47:26.860Z | Compiling critical-section v1.2.0 |
| 1341 | 2026-07-23T01:47:26.872Z | Compiling jobserver v0.1.34 |
| 1342 | 2026-07-23T01:47:26.923Z | Compiling errno v0.3.14 |
| 1343 | 2026-07-23T01:47:27.046Z | Compiling getrandom v0.2.17 |
| 1344 | 2026-07-23T01:47:27.070Z | Compiling cc v1.2.56 |
| 1345 | 2026-07-23T01:47:27.131Z | Compiling libm v0.2.16 |
| 1346 | 2026-07-23T01:47:27.213Z | Compiling rand_core v0.6.4 |
| 1347 | 2026-07-23T01:47:27.244Z | Compiling signal-hook-registry v1.4.8 |
| 1348 | 2026-07-23T01:47:27.461Z | Compiling once_cell v1.21.3 |
| 1349 | 2026-07-23T01:47:27.474Z | Compiling num-traits v0.2.19 |
| 1350 | 2026-07-23T01:47:27.495Z | Compiling futures-core v0.3.32 |
| 1351 | 2026-07-23T01:47:27.524Z | Compiling rand_core v0.10.0 |
| 1352 | 2026-07-23T01:47:27.654Z | Compiling parking_lot v0.12.5 |
| 1353 | 2026-07-23T01:47:27.666Z | Compiling mio v1.2.0 |
| 1354 | 2026-07-23T01:47:27.819Z | Compiling generic-array v0.14.7 |
| 1355 | 2026-07-23T01:47:27.839Z | Compiling percent-encoding v2.3.2 |
| 1356 | 2026-07-23T01:47:28.031Z | Compiling writeable v0.6.2 |
| 1357 | 2026-07-23T01:47:28.054Z | Compiling const-oid v0.9.6 |
| 1358 | 2026-07-23T01:47:28.054Z | Compiling litemap v0.8.1 |
| 1359 | 2026-07-23T01:47:28.232Z | Compiling bitflags v2.11.0 |
| 1360 | 2026-07-23T01:47:28.327Z | Compiling semver v1.0.28 |
| 1361 | 2026-07-23T01:47:28.346Z | Compiling icu_properties_data v2.1.2 |
| 1362 | 2026-07-23T01:47:28.519Z | Compiling icu_normalizer_data v2.1.1 |
| 1363 | 2026-07-23T01:47:28.569Z | Compiling socket2 v0.6.3 |
| 1364 | 2026-07-23T01:47:28.807Z | Compiling futures-sink v0.3.32 |
| 1365 | 2026-07-23T01:47:28.849Z | Compiling futures-io v0.3.32 |
| 1366 | 2026-07-23T01:47:28.866Z | Compiling synstructure v0.13.2 |
| 1367 | 2026-07-23T01:47:28.920Z | Compiling futures-channel v0.3.32 |
| 1368 | 2026-07-23T01:47:28.965Z | Compiling slab v0.4.12 |
| 1369 | 2026-07-23T01:47:29.028Z | Compiling futures-task v0.3.32 |
| 1370 | 2026-07-23T01:47:29.085Z | Compiling utf8_iter v1.0.4 |
| 1371 | 2026-07-23T01:47:29.121Z | Compiling indexmap v2.14.0 |
| 1372 | 2026-07-23T01:47:29.121Z | Compiling form_urlencoded v1.2.2 |
| 1373 | 2026-07-23T01:47:29.158Z | Compiling getrandom v0.3.4 |
| 1374 | 2026-07-23T01:47:29.206Z | Compiling rustversion v1.0.22 |
| 1375 | 2026-07-23T01:47:29.230Z | Compiling cmake v0.1.57 |
| 1376 | 2026-07-23T01:47:29.277Z | Compiling rustix v1.1.3 |
| 1377 | 2026-07-23T01:47:29.359Z | Compiling fs_extra v1.3.0 |
| 1378 | 2026-07-23T01:47:29.826Z | Compiling iana-time-zone v0.1.65 |
| 1379 | 2026-07-23T01:47:29.833Z | Compiling dunce v1.0.5 |
| 1380 | 2026-07-23T01:47:29.833Z | Compiling ident_case v1.0.1 |
| 1381 | 2026-07-23T01:47:29.833Z | Compiling regex-syntax v0.8.10 |
| 1382 | 2026-07-23T01:47:29.833Z | Compiling aws-lc-sys v0.40.0 |
| 1383 | 2026-07-23T01:47:29.833Z | Compiling uuid v1.23.4 |
| 1384 | 2026-07-23T01:47:29.833Z | Compiling base64ct v1.8.3 |
| 1385 | 2026-07-23T01:47:30.048Z | Compiling rand_core v0.9.5 |
| 1386 | 2026-07-23T01:47:30.083Z | Compiling base64 v0.22.1 |
| 1387 | 2026-07-23T01:47:30.167Z | Compiling vcpkg v0.2.15 |
| 1388 | 2026-07-23T01:47:30.331Z | Compiling pem-rfc7468 v0.7.0 |
| 1389 | 2026-07-23T01:47:30.485Z | Compiling rustc_version v0.4.1 |
| 1390 | 2026-07-23T01:47:30.505Z | Compiling tracing-core v0.1.36 |
| 1391 | 2026-07-23T01:47:30.599Z | Compiling serde_derive v1.0.228 |
| 1392 | 2026-07-23T01:47:30.648Z | Compiling zeroize_derive v1.4.3 |
| 1393 | 2026-07-23T01:47:30.769Z | Compiling zerofrom-derive v0.1.6 |
| 1394 | 2026-07-23T01:47:30.914Z | Compiling yoke-derive v0.8.1 |
| 1395 | 2026-07-23T01:47:31.011Z | Compiling zerovec-derive v0.11.2 |
| 1396 | 2026-07-23T01:47:35.116Z | Compiling displaydoc v0.2.5 |
| 1397 | 2026-07-23T01:47:35.116Z | Compiling zeroize v1.8.2 |
| 1398 | 2026-07-23T01:47:35.116Z | Compiling zerocopy-derive v0.8.40 |
| 1399 | 2026-07-23T01:47:35.116Z | Compiling tokio-macros v2.7.0 |
| 1400 | 2026-07-23T01:47:35.116Z | Compiling futures-macro v0.3.32 |
| 1401 | 2026-07-23T01:47:35.116Z | Compiling zerofrom v0.1.6 |
| 1402 | 2026-07-23T01:47:35.116Z | Compiling openssl-sys v0.9.115 |
| 1403 | 2026-07-23T01:47:35.116Z | Compiling yoke v0.8.1 |
| 1404 | 2026-07-23T01:47:35.116Z | Compiling block-buffer v0.10.4 |
| 1405 | 2026-07-23T01:47:35.116Z | Compiling zerovec v0.11.5 |
| 1406 | 2026-07-23T01:47:35.116Z | Compiling zerotrie v0.2.3 |
| 1407 | 2026-07-23T01:47:35.116Z | Compiling crypto-common v0.1.7 |
| 1408 | 2026-07-23T01:47:35.116Z | Compiling der_derive v0.7.3 |
| 1409 | 2026-07-23T01:47:35.116Z | Compiling digest v0.10.7 |
| 1410 | 2026-07-23T01:47:35.116Z | Compiling thiserror-impl v2.0.18 |
| 1411 | 2026-07-23T01:47:35.116Z | Compiling tinystr v0.8.2 |
| 1412 | 2026-07-23T01:47:35.116Z | Compiling potential_utf v0.1.4 |
| 1413 | 2026-07-23T01:47:35.116Z | Compiling futures-util v0.3.32 |
| 1414 | 2026-07-23T01:47:35.116Z | Compiling icu_locale_core v2.1.1 |
| 1415 | 2026-07-23T01:47:35.116Z | Compiling icu_collections v2.1.1 |
| 1416 | 2026-07-23T01:47:35.116Z | Compiling tracing-attributes v0.1.31 |
| 1417 | 2026-07-23T01:47:35.116Z | Compiling flagset v0.4.7 |
| 1418 | 2026-07-23T01:47:35.116Z | Compiling icu_provider v2.1.1 |
| 1419 | 2026-07-23T01:47:35.116Z | Compiling bytes v1.11.1 |
| 1420 | 2026-07-23T01:47:35.117Z | Compiling chrono v0.4.45 |
| 1421 | 2026-07-23T01:47:35.117Z | Compiling icu_properties v2.1.2 |
| 1422 | 2026-07-23T01:47:35.117Z | Compiling icu_normalizer v2.1.1 |
| 1423 | 2026-07-23T01:47:35.117Z | Compiling tokio v1.52.1 |
| 1424 | 2026-07-23T01:47:35.117Z | Compiling http v1.4.2 |
| 1425 | 2026-07-23T01:47:35.121Z | Compiling aws-lc-rs v1.16.3 |
| 1426 | 2026-07-23T01:47:35.351Z | Compiling idna_adapter v1.2.1 |
| 1427 | 2026-07-23T01:47:35.383Z | Compiling tracing v0.1.44 |
| 1428 | 2026-07-23T01:47:35.486Z | Compiling idna v1.1.0 |
| 1429 | 2026-07-23T01:47:35.516Z | Compiling http-body v1.0.1 |
| 1430 | 2026-07-23T01:47:35.595Z | Compiling thiserror v2.0.18 |
| 1431 | 2026-07-23T01:47:35.648Z | Compiling der v0.7.10 |
| 1432 | 2026-07-23T01:47:35.702Z | Compiling rustls-pki-types v1.14.0 |
| 1433 | 2026-07-23T01:47:35.865Z | Compiling url v2.5.8 |
| 1434 | 2026-07-23T01:47:35.892Z | Compiling serde_derive_internals v0.29.1 |
| 1435 | 2026-07-23T01:47:36.108Z | Compiling ppv-lite86 v0.2.21 |
| 1436 | 2026-07-23T01:47:36.133Z | Compiling dyn-clone v1.0.20 |
| 1437 | 2026-07-23T01:47:36.136Z | Compiling httparse v1.10.1 |
| 1438 | 2026-07-23T01:47:36.277Z | Compiling cmov v0.5.4 |
| 1439 | 2026-07-23T01:47:36.422Z | Compiling rand_chacha v0.9.0 |
| 1440 | 2026-07-23T01:47:36.468Z | Compiling schemars v0.8.22 |
| 1441 | 2026-07-23T01:47:36.483Z | Compiling openssl-probe v0.2.1 |
| 1442 | 2026-07-23T01:47:36.544Z | Compiling tinyvec_macros v0.1.1 |
| 1443 | 2026-07-23T01:47:36.614Z | Compiling rand v0.9.2 |
| 1444 | 2026-07-23T01:47:36.650Z | Compiling tinyvec v1.10.0 |
| 1445 | 2026-07-23T01:47:36.736Z | Compiling ctutils v0.4.2 |
| 1446 | 2026-07-23T01:47:36.752Z | Compiling schemars_derive v0.8.22 |
| 1447 | 2026-07-23T01:47:36.803Z | Compiling spki v0.7.3 |
| 1448 | 2026-07-23T01:47:36.960Z | Compiling pest_generator v2.8.6 |
| 1449 | 2026-07-23T01:47:36.981Z | Compiling aho-corasick v1.1.4 |
| 1450 | 2026-07-23T01:47:36.997Z | Compiling tower-layer v0.3.3 |
| 1451 | 2026-07-23T01:47:37.094Z | Compiling tower-service v0.3.3 |
| 1452 | 2026-07-23T01:47:37.151Z | Compiling atomic-waker v1.1.2 |
| 1453 | 2026-07-23T01:47:37.184Z | Compiling untrusted v0.7.1 |
| 1454 | 2026-07-23T01:47:37.272Z | Compiling try-lock v0.2.5 |
| 1455 | 2026-07-23T01:47:37.304Z | Compiling tempfile v3.25.0 |
| 1456 | 2026-07-23T01:47:37.377Z | Compiling want v0.3.1 |
| 1457 | 2026-07-23T01:47:37.394Z | Compiling hybrid-array v0.4.13 |
| 1458 | 2026-07-23T01:47:37.631Z | Compiling pest_derive v2.8.6 |
| 1459 | 2026-07-23T01:47:37.655Z | Compiling ipnet v2.11.0 |
| 1460 | 2026-07-23T01:47:37.823Z | Compiling regex-automata v0.4.14 |
| 1461 | 2026-07-23T01:47:38.066Z | Compiling scroll_derive v0.13.1 |
| 1462 | 2026-07-23T01:47:38.134Z | Compiling darling_core v0.20.11 |
| 1463 | 2026-07-23T01:47:38.157Z | Compiling cpufeatures v0.2.17 |
| 1464 | 2026-07-23T01:47:38.230Z | Compiling rustls v0.23.41 |
| 1465 | 2026-07-23T01:47:38.415Z | Compiling tokio-util v0.7.18 |
| 1466 | 2026-07-23T01:47:38.615Z | Compiling untrusted v0.9.0 |
| 1467 | 2026-07-23T01:47:38.741Z | Compiling httpdate v1.0.3 |
| 1468 | 2026-07-23T01:47:38.912Z | Compiling foreign-types-shared v0.1.1 |
| 1469 | 2026-07-23T01:47:38.966Z | Compiling openssl v0.10.79 |
| 1470 | 2026-07-23T01:47:38.998Z | Compiling foreign-types v0.3.2 |
| 1471 | 2026-07-23T01:47:39.071Z | Compiling scroll v0.13.0 |
| 1472 | 2026-07-23T01:47:39.209Z | Compiling h2 v0.4.15 |
| 1473 | 2026-07-23T01:47:39.305Z | Compiling pkcs8 v0.10.2 |
| 1474 | 2026-07-23T01:47:39.330Z | Compiling unicode-normalization v0.1.25 |
| 1475 | 2026-07-23T01:47:39.559Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-07-23T01:47:39.784Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1477 | 2026-07-23T01:47:39.896Z | Compiling spin v0.9.8 |
| 1478 | 2026-07-23T01:47:39.960Z | Compiling powerfmt v0.2.0 |
| 1479 | 2026-07-23T01:47:40.103Z | Compiling time-core v0.1.8 |
| 1480 | 2026-07-23T01:47:40.167Z | Compiling crc32fast v1.5.0 |
| 1481 | 2026-07-23T01:47:40.180Z | Compiling num-conv v0.2.0 |
| 1482 | 2026-07-23T01:47:40.263Z | Compiling native-tls v0.2.18 |
| 1483 | 2026-07-23T01:47:40.305Z | Compiling time-macros v0.2.27 |
| 1484 | 2026-07-23T01:47:40.433Z | Compiling darling_macro v0.20.11 |
| 1485 | 2026-07-23T01:47:40.480Z | Compiling deranged v0.5.8 |
| 1486 | 2026-07-23T01:47:40.892Z | Compiling darling v0.20.11 |
| 1487 | 2026-07-23T01:47:40.964Z | Compiling goblin v0.10.5 |
| 1488 | 2026-07-23T01:47:41.381Z | Compiling sha2 v0.10.9 |
| 1489 | 2026-07-23T01:47:41.478Z | Compiling hmac v0.12.1 |
| 1490 | 2026-07-23T01:47:41.591Z | Compiling sync_wrapper v1.0.2 |
| 1491 | 2026-07-23T01:47:41.692Z | Compiling wait-timeout v0.2.1 |
| 1492 | 2026-07-23T01:47:41.842Z | Compiling crossbeam-utils v0.8.21 |
| 1493 | 2026-07-23T01:47:41.987Z | Compiling syn v1.0.109 |
| 1494 | 2026-07-23T01:47:42.143Z | Compiling simd-adler32 v0.3.8 |
| 1495 | 2026-07-23T01:47:42.264Z | Compiling hyper v1.10.1 |
| 1496 | 2026-07-23T01:47:42.376Z | Compiling num_threads v0.1.7 |
| 1497 | 2026-07-23T01:47:42.472Z | Compiling usdt-impl v0.6.0 |
| 1498 | 2026-07-23T01:47:42.688Z | Compiling bit-vec v0.8.0 |
| 1499 | 2026-07-23T01:47:42.710Z | Compiling quick-error v1.2.3 |
| 1500 | 2026-07-23T01:47:42.815Z | Compiling siphasher v1.0.2 |
| 1501 | 2026-07-23T01:47:42.914Z | Compiling bit-set v0.8.0 |
| 1502 | 2026-07-23T01:47:42.999Z | Compiling rusty-fork v0.3.1 |
| 1503 | 2026-07-23T01:47:43.204Z | Compiling time v0.3.47 |
| 1504 | 2026-07-23T01:47:43.301Z | Compiling hyper-util v0.1.20 |
| 1505 | 2026-07-23T01:47:43.418Z | Compiling tower v0.5.3 |
| 1506 | 2026-07-23T01:47:43.432Z | Compiling derive_builder_core v0.20.2 |
| 1507 | 2026-07-23T01:47:43.825Z | Compiling dof v0.4.0 |
| 1508 | 2026-07-23T01:47:44.149Z | Compiling dtrace-parser v0.3.0 |
| 1509 | 2026-07-23T01:47:44.330Z | Compiling http-body-util v0.1.3 |
| 1510 | 2026-07-23T01:47:44.569Z | Compiling heapless v0.7.17 |
| 1511 | 2026-07-23T01:47:44.810Z | Compiling thiserror-impl v1.0.69 |
| 1512 | 2026-07-23T01:47:44.824Z | Compiling scroll_derive v0.12.1 |
| 1513 | 2026-07-23T01:47:44.849Z | Compiling rand_xorshift v0.4.0 |
| 1514 | 2026-07-23T01:47:44.975Z | Compiling slog v2.8.2 |
| 1515 | 2026-07-23T01:47:45.010Z | Compiling darling_core v0.23.0 |
| 1516 | 2026-07-23T01:47:45.099Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1517 | 2026-07-23T01:47:45.171Z | Compiling thread-id v5.1.0 |
| 1518 | 2026-07-23T01:47:45.188Z | Compiling cookie v0.18.1 |
| 1519 | 2026-07-23T01:47:45.250Z | Compiling unarray v0.1.4 |
| 1520 | 2026-07-23T01:47:45.360Z | Compiling ryu v1.0.23 |
| 1521 | 2026-07-23T01:47:45.377Z | Compiling unicode-bidi v0.3.18 |
| 1522 | 2026-07-23T01:47:45.391Z | Compiling anyhow v1.0.102 |
| 1523 | 2026-07-23T01:47:45.477Z | Compiling adler2 v2.0.1 |
| 1524 | 2026-07-23T01:47:45.534Z | Compiling allocator-api2 v0.2.21 |
| 1525 | 2026-07-23T01:47:45.601Z | Compiling paste v1.0.15 |
| 1526 | 2026-07-23T01:47:45.697Z | Compiling iri-string v0.7.10 |
| 1527 | 2026-07-23T01:47:45.851Z | Compiling unicode-properties v0.1.4 |
| 1528 | 2026-07-23T01:47:45.878Z | Compiling zstd-safe v7.2.4 |
| 1529 | 2026-07-23T01:47:45.900Z | Compiling signal-hook v0.3.18 |
| 1530 | 2026-07-23T01:47:46.054Z | Compiling stringprep v0.1.5 |
| 1531 | 2026-07-23T01:47:46.068Z | Compiling thiserror v1.0.69 |
| 1532 | 2026-07-23T01:47:46.135Z | Compiling miniz_oxide v0.8.9 |
| 1533 | 2026-07-23T01:47:46.160Z | Compiling scroll v0.12.0 |
| 1534 | 2026-07-23T01:47:46.306Z | Compiling serde_urlencoded v0.7.1 |
| 1535 | 2026-07-23T01:47:46.528Z | Compiling proptest v1.10.0 |
| 1536 | 2026-07-23T01:47:46.773Z | Compiling derive_builder_macro v0.20.2 |
| 1537 | 2026-07-23T01:47:46.993Z | Compiling tower-http v0.6.8 |
| 1538 | 2026-07-23T01:47:47.163Z | Compiling camino v1.2.2 |
| 1539 | 2026-07-23T01:47:47.229Z | Compiling tokio-native-tls v0.3.1 |
| 1540 | 2026-07-23T01:47:47.385Z | Compiling bstr v1.12.1 |
| 1541 | 2026-07-23T01:47:47.399Z | Compiling ipnetwork v0.21.1 |
| 1542 | 2026-07-23T01:47:47.443Z | Compiling darling_macro v0.23.0 |
| 1543 | 2026-07-23T01:47:47.531Z | Compiling crypto-common v0.2.2 |
| 1544 | 2026-07-23T01:47:47.665Z | Compiling block-buffer v0.12.1 |
| 1545 | 2026-07-23T01:47:47.774Z | Compiling block-padding v0.4.2 |
| 1546 | 2026-07-23T01:47:47.853Z | Compiling rustls-native-certs v0.8.3 |
| 1547 | 2026-07-23T01:47:47.921Z | Compiling rand_chacha v0.3.1 |
| 1548 | 2026-07-23T01:47:47.938Z | Compiling hex v0.4.3 |
| 1549 | 2026-07-23T01:47:48.012Z | Compiling erased-serde v0.3.31 |
| 1550 | 2026-07-23T01:47:48.132Z | Compiling serde_tokenstream v0.2.3 |
| 1551 | 2026-07-23T01:47:48.195Z | Compiling serde_spanned v0.6.9 |
| 1552 | 2026-07-23T01:47:48.339Z | Compiling toml_datetime v0.6.11 |
| 1553 | 2026-07-23T01:47:48.438Z | Compiling md-5 v0.10.6 |
| 1554 | 2026-07-23T01:47:48.488Z | Compiling signature v2.2.0 |
| 1555 | 2026-07-23T01:47:48.593Z | Compiling curve25519-dalek v4.1.3 |
| 1556 | 2026-07-23T01:47:48.608Z | Compiling zerocopy-derive v0.7.35 |
| 1557 | 2026-07-23T01:47:48.706Z | Compiling async-trait v0.1.89 |
| 1558 | 2026-07-23T01:47:48.738Z | Compiling pin-project-internal v1.1.11 |
| 1559 | 2026-07-23T01:47:48.985Z | Compiling vergen-lib v9.1.0 |
| 1560 | 2026-07-23T01:47:49.183Z | Compiling hash32 v0.2.1 |
| 1561 | 2026-07-23T01:47:49.243Z | Compiling num-integer v0.1.46 |
| 1562 | 2026-07-23T01:47:49.374Z | Compiling memoffset v0.9.1 |
| 1563 | 2026-07-23T01:47:49.524Z | Compiling encoding_rs v0.8.35 |
| 1564 | 2026-07-23T01:47:49.567Z | Compiling ref-cast v1.0.25 |
| 1565 | 2026-07-23T01:47:49.581Z | Compiling fallible-iterator v0.2.0 |
| 1566 | 2026-07-23T01:47:49.724Z | Compiling zlib-rs v0.6.2 |
| 1567 | 2026-07-23T01:47:49.855Z | Compiling litrs v1.0.0 |
| 1568 | 2026-07-23T01:47:49.878Z | Compiling cfg_aliases v0.2.1 |
| 1569 | 2026-07-23T01:47:49.894Z | Compiling rustix v0.38.44 |
| 1570 | 2026-07-23T01:47:49.949Z | Compiling mime v0.3.17 |
| 1571 | 2026-07-23T01:47:50.201Z | Compiling psl-types v2.0.11 |
| 1572 | 2026-07-23T01:47:50.244Z | Compiling smoltcp v0.9.1 |
| 1573 | 2026-07-23T01:47:50.322Z | Compiling num-bigint-dig v0.8.6 |
| 1574 | 2026-07-23T01:47:50.348Z | Compiling document-features v0.2.12 |
| 1575 | 2026-07-23T01:47:50.541Z | Compiling publicsuffix v2.3.0 |
| 1576 | 2026-07-23T01:47:50.691Z | Compiling nix v0.31.2 |
| 1577 | 2026-07-23T01:47:50.759Z | Compiling pin-project v1.1.11 |
| 1578 | 2026-07-23T01:47:50.857Z | Compiling postgres-protocol v0.6.10 |
| 1579 | 2026-07-23T01:47:50.893Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-07-23T01:47:51.008Z | Compiling zerocopy v0.7.35 |
| 1581 | 2026-07-23T01:47:51.041Z | Compiling num-iter v0.1.45 |
| 1582 | 2026-07-23T01:47:51.249Z | Compiling newtype-uuid v1.3.2 |
| 1583 | 2026-07-23T01:47:51.390Z | Compiling rand v0.8.6 |
| 1584 | 2026-07-23T01:47:51.522Z | Compiling darling v0.23.0 |
| 1585 | 2026-07-23T01:47:51.536Z | Compiling inout v0.2.2 |
| 1586 | 2026-07-23T01:47:51.564Z | Compiling oxnet v0.1.6 |
| 1587 | 2026-07-23T01:47:51.600Z | Compiling hyper-tls v0.6.0 |
| 1588 | 2026-07-23T01:47:51.701Z | Compiling derive_builder v0.20.2 |
| 1589 | 2026-07-23T01:47:51.901Z | Compiling goblin v0.8.2 |
| 1590 | 2026-07-23T01:47:52.318Z | Compiling phf_shared v0.13.1 |
| 1591 | 2026-07-23T01:47:52.349Z | Compiling lazy_static v1.5.0 |
| 1592 | 2026-07-23T01:47:52.441Z | Compiling regex v1.12.3 |
| 1593 | 2026-07-23T01:47:52.513Z | Compiling anstyle-parse v0.2.7 |
| 1594 | 2026-07-23T01:47:52.532Z | Compiling futures-executor v0.3.32 |
| 1595 | 2026-07-23T01:47:52.556Z | Compiling terminal_size v0.4.3 |
| 1596 | 2026-07-23T01:47:52.687Z | Compiling flate2 v1.1.9 |
| 1597 | 2026-07-23T01:47:52.690Z | Compiling snafu-derive v0.8.9 |
| 1598 | 2026-07-23T01:47:52.782Z | Compiling strum_macros v0.27.2 |
| 1599 | 2026-07-23T01:47:52.855Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1600 | 2026-07-23T01:47:52.984Z | Compiling daft-derive v0.1.7 |
| 1601 | 2026-07-23T01:47:53.086Z | Compiling ref-cast-impl v1.0.25 |
| 1602 | 2026-07-23T01:47:53.502Z | Compiling vergen v9.1.0 |
| 1603 | 2026-07-23T01:47:53.638Z | Compiling cargo-platform v0.3.2 |
| 1604 | 2026-07-23T01:47:53.725Z | Compiling ff v0.13.1 |
| 1605 | 2026-07-23T01:47:53.749Z | Compiling fs-err v3.3.0 |
| 1606 | 2026-07-23T01:47:53.862Z | Compiling ahash v0.8.12 |
| 1607 | 2026-07-23T01:47:53.932Z | Compiling libbz2-rs-sys v0.2.2 |
| 1608 | 2026-07-23T01:47:53.952Z | Compiling bitflags v1.3.2 |
| 1609 | 2026-07-23T01:47:54.026Z | Compiling unicode-segmentation v1.12.0 |
| 1610 | 2026-07-23T01:47:54.084Z | Compiling base16ct v0.2.0 |
| 1611 | 2026-07-23T01:47:54.267Z | Compiling bumpalo v3.20.2 |
| 1612 | 2026-07-23T01:47:54.416Z | Compiling object v0.37.3 |
| 1613 | 2026-07-23T01:47:54.519Z | Compiling winnow v0.5.40 |
| 1614 | 2026-07-23T01:47:54.603Z | Compiling managed v0.8.0 |
| 1615 | 2026-07-23T01:47:54.646Z | Compiling foldhash v0.2.0 |
| 1616 | 2026-07-23T01:47:54.704Z | Compiling same-file v1.0.6 |
| 1617 | 2026-07-23T01:47:54.758Z | Compiling foldhash v0.1.5 |
| 1618 | 2026-07-23T01:47:54.814Z | Compiling walkdir v2.5.0 |
| 1619 | 2026-07-23T01:47:54.863Z | Compiling hashbrown v0.16.1 |
| 1620 | 2026-07-23T01:47:54.927Z | Compiling hashbrown v0.15.5 |
| 1621 | 2026-07-23T01:47:55.115Z | Compiling strum v0.27.2 |
| 1622 | 2026-07-23T01:47:55.291Z | Compiling snafu v0.8.9 |
| 1623 | 2026-07-23T01:47:55.326Z | Compiling clap_builder v4.6.0 |
| 1624 | 2026-07-23T01:47:55.439Z | Compiling zopfli v0.8.3 |
| 1625 | 2026-07-23T01:47:55.463Z | Compiling bzip2 v0.6.1 |
| 1626 | 2026-07-23T01:47:55.637Z | Compiling sec1 v0.7.3 |
| 1627 | 2026-07-23T01:47:55.664Z | Compiling dof v0.3.0 |
| 1628 | 2026-07-23T01:47:55.820Z | Compiling toml_edit v0.19.15 |
| 1629 | 2026-07-23T01:47:55.904Z | Compiling group v0.13.0 |
| 1630 | 2026-07-23T01:47:55.932Z | Compiling cargo_metadata v0.23.1 |
| 1631 | 2026-07-23T01:47:56.079Z | Compiling daft v0.1.7 |
| 1632 | 2026-07-23T01:47:56.350Z | Compiling futures v0.3.32 |
| 1633 | 2026-07-23T01:47:56.363Z | Compiling anstream v0.6.21 |
| 1634 | 2026-07-23T01:47:56.428Z | Compiling phf v0.13.1 |
| 1635 | 2026-07-23T01:47:56.663Z | Compiling signal-hook-mio v0.2.5 |
| 1636 | 2026-07-23T01:47:57.137Z | Compiling cookie_store v0.22.1 |
| 1637 | 2026-07-23T01:47:57.267Z | Compiling zstd v0.13.3 |
| 1638 | 2026-07-23T01:47:57.448Z | Compiling reqwest v0.12.28 |
| 1639 | 2026-07-23T01:47:57.524Z | Compiling bzip2 v0.4.4 |
| 1640 | 2026-07-23T01:47:57.746Z | Compiling cipher v0.5.2 |
| 1641 | 2026-07-23T01:47:57.772Z | Compiling serde_with_macros v3.21.0 |
| 1642 | 2026-07-23T01:47:58.042Z | Compiling hubpack v0.1.2 |
| 1643 | 2026-07-23T01:47:58.259Z | Compiling postgres-types v0.2.12 |
| 1644 | 2026-07-23T01:47:58.427Z | Compiling ed25519 v2.2.3 |
| 1645 | 2026-07-23T01:47:58.834Z | Compiling usdt-macro v0.6.0 |
| 1646 | 2026-07-23T01:47:58.936Z | Compiling usdt-attr-macro v0.6.0 |
| 1647 | 2026-07-23T01:47:59.169Z | Compiling globset v0.4.18 |
| 1648 | 2026-07-23T01:47:59.382Z | Compiling dtrace-parser v0.2.0 |
| 1649 | 2026-07-23T01:47:59.506Z | Compiling phf_shared v0.11.3 |
| 1650 | 2026-07-23T01:47:59.596Z | Compiling hkdf v0.12.4 |
| 1651 | 2026-07-23T01:47:59.691Z | Compiling olpc-cjson v0.1.4 |
| 1652 | 2026-07-23T01:47:59.746Z | Compiling pkcs1 v0.7.5 |
| 1653 | 2026-07-23T01:47:59.761Z | Compiling serde_plain v1.0.2 |
| 1654 | 2026-07-23T01:47:59.836Z | Compiling serde-big-array v0.5.1 |
| 1655 | 2026-07-23T01:47:59.850Z | Compiling crypto-bigint v0.5.5 |
| 1656 | 2026-07-23T01:47:59.946Z | Compiling clap_derive v4.6.1 |
| 1657 | 2026-07-23T01:47:59.977Z | Compiling serde_repr v0.1.20 |
| 1658 | 2026-07-23T01:48:00.128Z | Compiling strum_macros v0.26.4 |
| 1659 | 2026-07-23T01:48:00.131Z | Compiling enum-as-inner v0.6.1 |
| 1660 | 2026-07-23T01:48:00.501Z | Compiling async-recursion v1.1.1 |
| 1661 | 2026-07-23T01:48:00.644Z | Compiling pem v3.0.6 |
| 1662 | 2026-07-23T01:48:00.975Z | Compiling float-cmp v0.10.0 |
| 1663 | 2026-07-23T01:48:01.126Z | Compiling thread-id v4.2.2 |
| 1664 | 2026-07-23T01:48:01.155Z | Compiling memmap2 v0.9.10 |
| 1665 | 2026-07-23T01:48:01.158Z | Compiling env_filter v1.0.0 |
| 1666 | 2026-07-23T01:48:01.207Z | Compiling new_debug_unreachable v1.0.6 |
| 1667 | 2026-07-23T01:48:01.282Z | Compiling difflib v0.4.0 |
| 1668 | 2026-07-23T01:48:01.364Z | Compiling typed-path v0.9.3 |
| 1669 | 2026-07-23T01:48:01.462Z | Compiling static_assertions v1.1.0 |
| 1670 | 2026-07-23T01:48:01.535Z | Compiling normalize-line-endings v0.3.0 |
| 1671 | 2026-07-23T01:48:01.632Z | Compiling jiff v0.2.21 |
| 1672 | 2026-07-23T01:48:01.693Z | Compiling fixedbitset v0.4.2 |
| 1673 | 2026-07-23T01:48:01.829Z | Compiling keccak v0.1.6 |
| 1674 | 2026-07-23T01:48:01.860Z | Compiling cpufeatures v0.3.0 |
| 1675 | 2026-07-23T01:48:01.904Z | Compiling either v1.15.0 |
| 1676 | 2026-07-23T01:48:01.934Z | Compiling const-oid v0.10.2 |
| 1677 | 2026-07-23T01:48:01.948Z | Compiling precomputed-hash v0.1.1 |
| 1678 | 2026-07-23T01:48:02.034Z | Compiling fixedbitset v0.5.7 |
| 1679 | 2026-07-23T01:48:02.107Z | Compiling winnow v1.0.3 |
| 1680 | 2026-07-23T01:48:02.135Z | Compiling data-encoding v2.10.0 |
| 1681 | 2026-07-23T01:48:02.172Z | Compiling predicates-core v1.0.10 |
| 1682 | 2026-07-23T01:48:02.326Z | Compiling whoami v2.1.0 |
| 1683 | 2026-07-23T01:48:02.346Z | Compiling predicates v3.1.4 |
| 1684 | 2026-07-23T01:48:02.444Z | Compiling hickory-proto v0.25.2 |
| 1685 | 2026-07-23T01:48:02.552Z | Compiling tokio-postgres v0.7.16 |
| 1686 | 2026-07-23T01:48:02.566Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1687 | 2026-07-23T01:48:02.696Z | Compiling petgraph v0.8.3 |
| 1688 | 2026-07-23T01:48:02.808Z | Compiling toml_edit v0.22.27 |
| 1689 | 2026-07-23T01:48:02.978Z | Compiling digest v0.11.3 |
| 1690 | 2026-07-23T01:48:03.198Z | Compiling itertools v0.13.0 |
| 1691 | 2026-07-23T01:48:03.212Z | Compiling string_cache v0.8.9 |
| 1692 | 2026-07-23T01:48:03.436Z | Compiling sha3 v0.10.8 |
| 1693 | 2026-07-23T01:48:03.924Z | Compiling chacha20 v0.10.0 |
| 1694 | 2026-07-23T01:48:04.297Z | Compiling zip v4.6.1 |
| 1695 | 2026-07-23T01:48:04.466Z | Compiling strum v0.26.3 |
| 1696 | 2026-07-23T01:48:04.601Z | Compiling petgraph v0.6.5 |
| 1697 | 2026-07-23T01:48:04.644Z | Compiling clap v4.6.1 |
| 1698 | 2026-07-23T01:48:04.731Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1699 | 2026-07-23T01:48:04.807Z | Compiling env_logger v0.11.9 |
| 1700 | 2026-07-23T01:48:05.155Z | Compiling usdt v0.6.0 |
| 1701 | 2026-07-23T01:48:05.265Z | Compiling usdt-impl v0.5.0 |
| 1702 | 2026-07-23T01:48:05.416Z | Compiling elliptic-curve v0.13.8 |
| 1703 | 2026-07-23T01:48:05.502Z | Compiling rsa v0.9.10 |
| 1704 | 2026-07-23T01:48:05.834Z | Compiling crossterm v0.28.1 |
| 1705 | 2026-07-23T01:48:05.838Z | Compiling serde_with v3.21.0 |
| 1706 | 2026-07-23T01:48:05.842Z | Compiling ed25519-dalek v2.2.0 |
| 1707 | 2026-07-23T01:48:06.484Z | Compiling zip v0.6.6 |
| 1708 | 2026-07-23T01:48:07.054Z | Compiling toml v0.7.8 |
| 1709 | 2026-07-23T01:48:07.123Z | Compiling iddqd v0.4.2 |
| 1710 | 2026-07-23T01:48:07.651Z | Compiling similar v2.7.0 |
| 1711 | 2026-07-23T01:48:07.754Z | Compiling heck v0.4.1 |
| 1712 | 2026-07-23T01:48:07.783Z | Compiling byte-wrapper v0.1.0 |
| 1713 | 2026-07-23T01:48:07.860Z | Compiling crossbeam-epoch v0.9.18 |
| 1714 | 2026-07-23T01:48:07.987Z | Compiling tokio-stream v0.1.18 |
| 1715 | 2026-07-23T01:48:08.111Z | Compiling buf-list v1.1.2 |
| 1716 | 2026-07-23T01:48:08.178Z | Compiling x509-cert v0.2.5 |
| 1717 | 2026-07-23T01:48:08.382Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1718 | 2026-07-23T01:48:08.397Z | Compiling openapiv3 v2.2.0 |
| 1719 | 2026-07-23T01:48:08.427Z | Compiling peg-runtime v0.8.5 |
| 1720 | 2026-07-23T01:48:08.507Z | Compiling lalrpop-util v0.19.12 |
| 1721 | 2026-07-23T01:48:08.715Z | Compiling thread_local v1.1.9 |
| 1722 | 2026-07-23T01:48:08.727Z | Compiling slog-async v2.8.0 |
| 1723 | 2026-07-23T01:48:08.730Z | Compiling crossbeam-channel v0.5.15 |
| 1724 | 2026-07-23T01:48:08.790Z | Compiling is-terminal v0.4.17 |
| 1725 | 2026-07-23T01:48:08.889Z | Compiling filetime v0.2.27 |
| 1726 | 2026-07-23T01:48:08.957Z | Compiling take_mut v0.2.2 |
| 1727 | 2026-07-23T01:48:09.056Z | Compiling term v1.2.1 |
| 1728 | 2026-07-23T01:48:09.070Z | Compiling xattr v1.6.1 |
| 1729 | 2026-07-23T01:48:09.070Z | Compiling camino-tempfile v1.4.1 |
| 1730 | 2026-07-23T01:48:09.185Z | Compiling tar v0.4.46 |
| 1731 | 2026-07-23T01:48:09.631Z | Compiling slog-term v2.9.2 |
| 1732 | 2026-07-23T01:48:19.309Z | Compiling rustls-webpki v0.103.13 |
| 1733 | 2026-07-23T01:48:21.980Z | Compiling tokio-rustls v0.26.4 |
| 1734 | 2026-07-23T01:48:21.980Z | Compiling rustls-platform-verifier v0.6.2 |
| 1735 | 2026-07-23T01:48:21.980Z | Compiling tough v0.22.0 |
| 1736 | 2026-07-23T01:48:22.187Z | Compiling hyper-rustls v0.27.7 |
| 1737 | 2026-07-23T01:48:22.387Z | Compiling reqwest v0.13.2 |
| 1738 | 2026-07-23T01:48:24.618Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1739 | 2026-07-23T01:48:24.836Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1740 | 2026-07-23T01:48:27.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1741 | 2026-07-23T01:48:27.806Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1742 | 2026-07-23T01:48:27.851Z | Jul 23 01:48:26.155 INFO Starting download, target: Clickhouse |
| 1743 | 2026-07-23T01:48:27.851Z | Jul 23 01:48:26.156 INFO Starting download, target: Cockroach |
| 1744 | 2026-07-23T01:48:27.851Z | Jul 23 01:48:26.156 INFO Starting download, target: Console |
| 1745 | 2026-07-23T01:48:27.851Z | Jul 23 01:48:26.156 INFO Starting download, target: DendriteStub |
| 1746 | 2026-07-23T01:48:27.884Z | Jul 23 01:48:26.156 INFO Starting download, target: MaghemiteMgd |
| 1747 | 2026-07-23T01:48:27.884Z | Jul 23 01:48:26.156 INFO Starting download, target: MaghemiteDdmd |
| 1748 | 2026-07-23T01:48:27.884Z | Jul 23 01:48:26.156 INFO Starting download, target: TransceiverControl |
| 1749 | 2026-07-23T01:48:27.884Z | Jul 23 01:48:26.156 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1750 | 2026-07-23T01:48:27.884Z | Jul 23 01:48:26.156 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1751 | 2026-07-23T01:48:27.884Z | Jul 23 01:48:26.156 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1752 | 2026-07-23T01:48:27.884Z | Jul 23 01:48:26.156 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1753 | 2026-07-23T01:48:27.884Z | Jul 23 01:48:26.156 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1754 | 2026-07-23T01:48:27.884Z | Jul 23 01:48:26.156 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1755 | 2026-07-23T01:48:27.885Z | Jul 23 01:48:26.156 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1756 | 2026-07-23T01:48:28.594Z | Jul 23 01:48:26.907 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1757 | 2026-07-23T01:48:28.823Z | Jul 23 01:48:27.139 INFO Download complete, target: TransceiverControl |
| 1758 | 2026-07-23T01:48:29.651Z | Jul 23 01:48:27.965 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1759 | 2026-07-23T01:48:29.777Z | Jul 23 01:48:28.098 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1760 | 2026-07-23T01:48:29.896Z | Jul 23 01:48:28.220 INFO Download complete, target: Console |
| 1761 | 2026-07-23T01:48:31.346Z | Jul 23 01:48:29.575 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1762 | 2026-07-23T01:48:31.398Z | Jul 23 01:48:29.623 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1763 | 2026-07-23T01:48:31.679Z | Jul 23 01:48:29.987 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1764 | 2026-07-23T01:48:32.521Z | Jul 23 01:48:30.846 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1765 | 2026-07-23T01:48:32.521Z | Jul 23 01:48:30.846 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1766 | 2026-07-23T01:48:33.444Z | Jul 23 01:48:31.769 INFO Download complete, target: MaghemiteDdmd |
| 1767 | 2026-07-23T01:48:33.738Z | Jul 23 01:48:32.062 INFO Download complete, target: DendriteStub |
| 1768 | 2026-07-23T01:48:34.248Z | Jul 23 01:48:32.574 INFO Download complete, target: MaghemiteMgd |
| 1769 | 2026-07-23T01:48:36.645Z | Jul 23 01:48:34.970 INFO Checking that binary works, target: Clickhouse |
| 1770 | 2026-07-23T01:48:36.789Z | Jul 23 01:48:35.114 INFO Download complete, target: Clickhouse |
| 1771 | 2026-07-23T01:48:37.216Z | Jul 23 01:48:35.542 INFO Checking that binary works, target: Cockroach |
| 1772 | 2026-07-23T01:48:37.332Z | Jul 23 01:48:35.656 INFO Download complete, target: Cockroach |
| 1773 | 2026-07-23T01:48:37.346Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1774 | 2026-07-23T01:48:37.350Z | |
| 1775 | 2026-07-23T01:48:37.350Z | real 2:01.152022272 |
| 1776 | 2026-07-23T01:48:37.350Z | user 6:36.433165563 |
| 1777 | 2026-07-23T01:48:37.350Z | sys 1:20.604383271 |
| 1778 | 2026-07-23T01:48:37.350Z | trap 0.218475627 |
| 1779 | 2026-07-23T01:48:37.350Z | tflt 0.585797857 |
| 1780 | 2026-07-23T01:48:37.350Z | dflt 0.867551564 |
| 1781 | 2026-07-23T01:48:37.350Z | kflt 0.025715495 |
| 1782 | 2026-07-23T01:48:37.350Z | lock 21:46.547859423 |
| 1783 | 2026-07-23T01:48:37.350Z | slp 20:00.363405151 |
| 1784 | 2026-07-23T01:48:37.350Z | lat 44.253791858 |
| 1785 | 2026-07-23T01:48:37.350Z | stop 1:54.574821040 |
| 1786 | 2026-07-23T01:48:37.350Z | + banner clippy |
| 1787 | 2026-07-23T01:48:37.350Z | |
| 1788 | 2026-07-23T01:48:37.350Z | #### # # ##### ##### # # |
| 1789 | 2026-07-23T01:48:37.350Z | # # # # # # # # # # |
| 1790 | 2026-07-23T01:48:37.350Z | # # # # # # # # |
| 1791 | 2026-07-23T01:48:37.350Z | # # # ##### ##### # |
| 1792 | 2026-07-23T01:48:37.350Z | # # # # # # # |
| 1793 | 2026-07-23T01:48:37.350Z | #### ###### # # # # |
| 1794 | 2026-07-23T01:48:37.350Z | |
| 1795 | 2026-07-23T01:48:37.351Z | + export CARGO_INCREMENTAL=0 |
| 1796 | 2026-07-23T01:48:37.351Z | + CARGO_INCREMENTAL=0 |
| 1797 | 2026-07-23T01:48:37.351Z | + ptime -m cargo xtask clippy |
| 1798 | 2026-07-23T01:48:37.797Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1799 | 2026-07-23T01:48:38.079Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1800 | 2026-07-23T01:48:39.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
| 1801 | 2026-07-23T01:48:39.898Z | Running `target/debug/xtask clippy` |
| 1802 | 2026-07-23T01:48:39.922Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1803 | 2026-07-23T01:48:40.476Z | Downloading crates ... |
| 1804 | 2026-07-23T01:48:40.678Z | Downloaded cast v0.3.0 |
| 1805 | 2026-07-23T01:48:40.688Z | Downloaded backtrace v0.3.76 |
| 1806 | 2026-07-23T01:48:40.694Z | Downloaded assert_cmd v2.1.2 |
| 1807 | 2026-07-23T01:48:40.699Z | Downloaded concurrent-queue v2.5.0 |
| 1808 | 2026-07-23T01:48:40.702Z | Downloaded rust-argon2 v2.1.0 |
| 1809 | 2026-07-23T01:48:40.706Z | Downloaded similar-asserts v1.7.0 |
| 1810 | 2026-07-23T01:48:40.709Z | Downloaded supports-hyperlinks v2.1.0 |
| 1811 | 2026-07-23T01:48:40.709Z | Downloaded event-listener v5.4.1 |
| 1812 | 2026-07-23T01:48:40.713Z | Downloaded partial-io v0.5.4 |
| 1813 | 2026-07-23T01:48:40.720Z | Downloaded trybuild v1.0.116 |
| 1814 | 2026-07-23T01:48:40.724Z | Downloaded knuffel v3.2.0 |
| 1815 | 2026-07-23T01:48:40.728Z | Downloaded plotters-svg v0.3.7 |
| 1816 | 2026-07-23T01:48:40.734Z | Downloaded async-object-pool v0.2.0 |
| 1817 | 2026-07-23T01:48:40.734Z | Downloaded hex-literal v0.4.1 |
| 1818 | 2026-07-23T01:48:40.735Z | Downloaded fancy-regex v0.14.0 |
| 1819 | 2026-07-23T01:48:40.738Z | Downloaded approx v0.5.1 |
| 1820 | 2026-07-23T01:48:40.742Z | Downloaded linkme-impl v0.3.35 |
| 1821 | 2026-07-23T01:48:40.742Z | Downloaded escape8259 v0.5.3 |
| 1822 | 2026-07-23T01:48:40.745Z | Downloaded plotters-backend v0.3.7 |
| 1823 | 2026-07-23T01:48:40.752Z | Downloaded assert-json-diff v2.0.2 |
| 1824 | 2026-07-23T01:48:40.754Z | Downloaded target-triple v1.0.0 |
| 1825 | 2026-07-23T01:48:40.754Z | Downloaded serde_regex v1.1.0 |
| 1826 | 2026-07-23T01:48:40.755Z | Downloaded pathdiff v0.2.3 |
| 1827 | 2026-07-23T01:48:40.758Z | Downloaded parking v2.2.1 |
| 1828 | 2026-07-23T01:48:40.758Z | Downloaded backtrace-ext v0.2.1 |
| 1829 | 2026-07-23T01:48:40.761Z | Downloaded nested v0.1.1 |
| 1830 | 2026-07-23T01:48:40.761Z | Downloaded supports-unicode v2.1.0 |
| 1831 | 2026-07-23T01:48:40.765Z | Downloaded miette-derive v5.10.0 |
| 1832 | 2026-07-23T01:48:40.767Z | Downloaded event-listener-strategy v0.5.4 |
| 1833 | 2026-07-23T01:48:40.768Z | Downloaded terminal_size v0.1.17 |
| 1834 | 2026-07-23T01:48:40.772Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1835 | 2026-07-23T01:48:40.777Z | Downloaded futures-timer v3.0.3 |
| 1836 | 2026-07-23T01:48:40.783Z | Downloaded constant_time_eq v0.3.1 |
| 1837 | 2026-07-23T01:48:40.796Z | Downloaded target-lexicon v0.13.3 |
| 1838 | 2026-07-23T01:48:40.796Z | Downloaded owo-colors v3.5.0 |
| 1839 | 2026-07-23T01:48:40.813Z | Downloaded tinytemplate v1.2.1 |
| 1840 | 2026-07-23T01:48:40.813Z | Downloaded relative-path v1.9.3 |
| 1841 | 2026-07-23T01:48:40.813Z | Downloaded path-tree v0.8.3 |
| 1842 | 2026-07-23T01:48:40.813Z | Downloaded criterion-plot v0.6.0 |
| 1843 | 2026-07-23T01:48:40.813Z | Downloaded supports-color v2.1.0 |
| 1844 | 2026-07-23T01:48:40.813Z | Downloaded libtest-mimic v0.8.1 |
| 1845 | 2026-07-23T01:48:40.814Z | Downloaded anes v0.1.6 |
| 1846 | 2026-07-23T01:48:40.814Z | Downloaded rustc-demangle v0.1.27 |
| 1847 | 2026-07-23T01:48:40.814Z | Downloaded linkme v0.3.35 |
| 1848 | 2026-07-23T01:48:40.814Z | Downloaded addr2line v0.25.1 |
| 1849 | 2026-07-23T01:48:40.814Z | Downloaded termcolor v1.4.1 |
| 1850 | 2026-07-23T01:48:40.814Z | Downloaded target-spec v3.5.7 |
| 1851 | 2026-07-23T01:48:40.814Z | Downloaded oorandom v11.1.5 |
| 1852 | 2026-07-23T01:48:40.814Z | Downloaded stringmetrics v2.2.2 |
| 1853 | 2026-07-23T01:48:40.814Z | Downloaded blake2b_simd v1.0.4 |
| 1854 | 2026-07-23T01:48:40.814Z | Downloaded cfg-expr v0.20.6 |
| 1855 | 2026-07-23T01:48:40.822Z | Downloaded httptest v0.16.4 |
| 1856 | 2026-07-23T01:48:40.822Z | Downloaded knuffel-derive v3.2.0 |
| 1857 | 2026-07-23T01:48:40.822Z | Downloaded async-lock v3.4.2 |
| 1858 | 2026-07-23T01:48:40.822Z | Downloaded textwrap v0.15.2 |
| 1859 | 2026-07-23T01:48:40.822Z | Downloaded datatest-stable v0.3.3 |
| 1860 | 2026-07-23T01:48:40.822Z | Downloaded rstest v0.25.0 |
| 1861 | 2026-07-23T01:48:40.838Z | Downloaded rand_distr v0.5.1 |
| 1862 | 2026-07-23T01:48:40.838Z | Downloaded plotters v0.3.7 |
| 1863 | 2026-07-23T01:48:40.861Z | Downloaded rstest_macros v0.25.0 |
| 1864 | 2026-07-23T01:48:40.862Z | Downloaded chumsky v0.9.3 |
| 1865 | 2026-07-23T01:48:40.862Z | Downloaded hickory-client v0.25.2 |
| 1866 | 2026-07-23T01:48:40.862Z | Downloaded guppy v0.17.25 |
| 1867 | 2026-07-23T01:48:40.862Z | Downloaded miette v5.10.0 |
| 1868 | 2026-07-23T01:48:40.863Z | Downloaded hashbrown v0.14.5 |
| 1869 | 2026-07-23T01:48:40.869Z | Downloaded criterion v0.7.0 |
| 1870 | 2026-07-23T01:48:40.869Z | Downloaded gimli v0.32.3 |
| 1871 | 2026-07-23T01:48:40.954Z | Downloaded httpmock v0.8.3 |
| 1872 | 2026-07-23T01:48:42.645Z | Checking cfg-if v1.0.4 |
| 1873 | 2026-07-23T01:48:43.006Z | Checking libc v0.2.185 |
| 1874 | 2026-07-23T01:48:43.009Z | Checking serde_core v1.0.228 |
| 1875 | 2026-07-23T01:48:43.081Z | Checking memchr v2.8.0 |
| 1876 | 2026-07-23T01:48:43.121Z | Checking smallvec v1.15.1 |
| 1877 | 2026-07-23T01:48:43.155Z | Checking zeroize v1.8.2 |
| 1878 | 2026-07-23T01:48:43.192Z | Checking rand_core v0.10.0 |
| 1879 | 2026-07-23T01:48:43.233Z | Checking itoa v1.0.17 |
| 1880 | 2026-07-23T01:48:43.237Z | Checking subtle v2.6.1 |
| 1881 | 2026-07-23T01:48:43.355Z | Checking log v0.4.29 |
| 1882 | 2026-07-23T01:48:43.379Z | Checking libm v0.2.16 |
| 1883 | 2026-07-23T01:48:43.427Z | Checking typenum v1.20.1 |
| 1884 | 2026-07-23T01:48:43.470Z | Checking getrandom v0.4.1 |
| 1885 | 2026-07-23T01:48:43.470Z | Checking errno v0.3.14 |
| 1886 | 2026-07-23T01:48:43.540Z | Checking scopeguard v1.2.0 |
| 1887 | 2026-07-23T01:48:43.581Z | Checking stable_deref_trait v1.2.1 |
| 1888 | 2026-07-23T01:48:43.619Z | Checking zmij v1.0.21 |
| 1889 | 2026-07-23T01:48:43.661Z | Checking zerofrom v0.1.6 |
| 1890 | 2026-07-23T01:48:43.701Z | Checking lock_api v0.4.14 |
| 1891 | 2026-07-23T01:48:43.739Z | Checking percent-encoding v2.3.2 |
| 1892 | 2026-07-23T01:48:43.782Z | Checking litemap v0.8.1 |
| 1893 | 2026-07-23T01:48:43.815Z | Checking yoke v0.8.1 |
| 1894 | 2026-07-23T01:48:43.856Z | Checking writeable v0.6.2 |
| 1895 | 2026-07-23T01:48:43.909Z | Checking icu_normalizer_data v2.1.1 |
| 1896 | 2026-07-23T01:48:43.948Z | Checking icu_properties_data v2.1.2 |
| 1897 | 2026-07-23T01:48:43.986Z | Checking form_urlencoded v1.2.2 |
| 1898 | 2026-07-23T01:48:44.025Z | Checking zerovec v0.11.5 |
| 1899 | 2026-07-23T01:48:44.025Z | Checking zerotrie v0.2.3 |
| 1900 | 2026-07-23T01:48:44.094Z | Checking utf8_iter v1.0.4 |
| 1901 | 2026-07-23T01:48:44.097Z | Checking num-traits v0.2.19 |
| 1902 | 2026-07-23T01:48:44.169Z | Checking pin-project-lite v0.2.17 |
| 1903 | 2026-07-23T01:48:44.208Z | Checking zerocopy v0.8.40 |
| 1904 | 2026-07-23T01:48:44.247Z | Checking parking_lot_core v0.9.12 |
| 1905 | 2026-07-23T01:48:44.250Z | Checking portable-atomic v1.13.1 |
| 1906 | 2026-07-23T01:48:44.320Z | Checking critical-section v1.2.0 |
| 1907 | 2026-07-23T01:48:44.368Z | Checking signal-hook-registry v1.4.8 |
| 1908 | 2026-07-23T01:48:44.449Z | Checking mio v1.2.0 |
| 1909 | 2026-07-23T01:48:44.485Z | Checking tinystr v0.8.2 |
| 1910 | 2026-07-23T01:48:44.490Z | Checking potential_utf v0.1.4 |
| 1911 | 2026-07-23T01:48:44.556Z | Checking parking_lot v0.12.5 |
| 1912 | 2026-07-23T01:48:44.593Z | Checking serde v1.0.228 |
| 1913 | 2026-07-23T01:48:44.665Z | Checking bitflags v2.11.0 |
| 1914 | 2026-07-23T01:48:44.669Z | Checking serde_json v1.0.150 |
| 1915 | 2026-07-23T01:48:44.703Z | Checking icu_locale_core v2.1.1 |
| 1916 | 2026-07-23T01:48:44.773Z | Checking icu_collections v2.1.1 |
| 1917 | 2026-07-23T01:48:44.778Z | Checking once_cell v1.21.3 |
| 1918 | 2026-07-23T01:48:44.853Z | Checking iana-time-zone v0.1.65 |
| 1919 | 2026-07-23T01:48:44.896Z | Checking socket2 v0.6.3 |
| 1920 | 2026-07-23T01:48:44.993Z | Checking uuid v1.23.4 |
| 1921 | 2026-07-23T01:48:45.034Z | Checking bytes v1.11.1 |
| 1922 | 2026-07-23T01:48:45.034Z | Checking chrono v0.4.45 |
| 1923 | 2026-07-23T01:48:45.137Z | Checking semver v1.0.28 |
| 1924 | 2026-07-23T01:48:45.172Z | Checking thiserror v2.0.18 |
| 1925 | 2026-07-23T01:48:45.296Z | Checking icu_provider v2.1.1 |
| 1926 | 2026-07-23T01:48:45.353Z | Checking dyn-clone v1.0.20 |
| 1927 | 2026-07-23T01:48:45.356Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1928 | 2026-07-23T01:48:45.356Z | Checking futures-core v0.3.32 |
| 1929 | 2026-07-23T01:48:45.463Z | Checking getrandom v0.2.17 |
| 1930 | 2026-07-23T01:48:45.500Z | Checking equivalent v1.0.2 |
| 1931 | 2026-07-23T01:48:45.537Z | Checking tokio v1.52.1 |
| 1932 | 2026-07-23T01:48:45.537Z | Checking rustix v1.1.3 |
| 1933 | 2026-07-23T01:48:45.606Z | Checking cmov v0.5.4 |
| 1934 | 2026-07-23T01:48:45.610Z | Checking icu_normalizer v2.1.1 |
| 1935 | 2026-07-23T01:48:45.678Z | Checking icu_properties v2.1.2 |
| 1936 | 2026-07-23T01:48:45.765Z | Checking rand_core v0.6.4 |
| 1937 | 2026-07-23T01:48:45.816Z | Checking ctutils v0.4.2 |
| 1938 | 2026-07-23T01:48:45.898Z | Checking byteorder v1.5.0 |
| 1939 | 2026-07-23T01:48:45.964Z | Checking futures-sink v0.3.32 |
| 1940 | 2026-07-23T01:48:45.967Z | Checking generic-array v0.14.7 |
| 1941 | 2026-07-23T01:48:46.050Z | Checking hybrid-array v0.4.13 |
| 1942 | 2026-07-23T01:48:46.093Z | Checking futures-channel v0.3.32 |
| 1943 | 2026-07-23T01:48:46.130Z | Checking futures-io v0.3.32 |
| 1944 | 2026-07-23T01:48:46.270Z | Checking slab v0.4.12 |
| 1945 | 2026-07-23T01:48:46.312Z | Checking futures-task v0.3.32 |
| 1946 | 2026-07-23T01:48:46.415Z | Checking getrandom v0.3.4 |
| 1947 | 2026-07-23T01:48:46.454Z | Checking hashbrown v0.17.0 |
| 1948 | 2026-07-23T01:48:46.495Z | Checking futures-util v0.3.32 |
| 1949 | 2026-07-23T01:48:46.500Z | Checking thiserror v1.0.69 |
| 1950 | 2026-07-23T01:48:46.560Z | Checking idna_adapter v1.2.1 |
| 1951 | 2026-07-23T01:48:46.596Z | Checking const-oid v0.9.6 |
| 1952 | 2026-07-23T01:48:46.647Z | Checking base64ct v1.8.3 |
| 1953 | 2026-07-23T01:48:46.702Z | Checking idna v1.1.0 |
| 1954 | 2026-07-23T01:48:46.824Z | Checking crypto-common v0.2.2 |
| 1955 | 2026-07-23T01:48:46.907Z | Checking fnv v1.0.7 |
| 1956 | 2026-07-23T01:48:46.945Z | Checking indexmap v2.14.0 |
| 1957 | 2026-07-23T01:48:46.949Z | Checking ppv-lite86 v0.2.21 |
| 1958 | 2026-07-23T01:48:47.016Z | Checking url v2.5.8 |
| 1959 | 2026-07-23T01:48:47.051Z | Checking crypto-common v0.1.7 |
| 1960 | 2026-07-23T01:48:47.200Z | Checking regex-syntax v0.8.10 |
| 1961 | 2026-07-23T01:48:47.286Z | Checking block-buffer v0.12.1 |
| 1962 | 2026-07-23T01:48:47.289Z | Checking block-buffer v0.10.4 |
| 1963 | 2026-07-23T01:48:47.451Z | Checking utf8parse v0.2.2 |
| 1964 | 2026-07-23T01:48:47.486Z | Checking digest v0.10.7 |
| 1965 | 2026-07-23T01:48:47.489Z | Checking schemars v0.8.22 |
| 1966 | 2026-07-23T01:48:47.620Z | Checking base64 v0.22.1 |
| 1967 | 2026-07-23T01:48:47.628Z | Checking anstyle v1.0.14 |
| 1968 | 2026-07-23T01:48:47.631Z | Checking http v1.4.2 |
| 1969 | 2026-07-23T01:48:47.707Z | Checking tracing-core v0.1.36 |
| 1970 | 2026-07-23T01:48:47.796Z | Checking is_terminal_polyfill v1.70.2 |
| 1971 | 2026-07-23T01:48:47.833Z | Checking anstyle-query v1.1.5 |
| 1972 | 2026-07-23T01:48:47.911Z | Checking colorchoice v1.0.4 |
| 1973 | 2026-07-23T01:48:47.952Z | Checking anstyle-parse v1.0.0 |
| 1974 | 2026-07-23T01:48:48.033Z | Checking tracing v0.1.44 |
| 1975 | 2026-07-23T01:48:48.036Z | Checking rand_core v0.9.5 |
| 1976 | 2026-07-23T01:48:48.126Z | Checking terminal_size v0.4.3 |
| 1977 | 2026-07-23T01:48:48.181Z | Checking ipnet v2.11.0 |
| 1978 | 2026-07-23T01:48:48.218Z | Checking const-oid v0.10.2 |
| 1979 | 2026-07-23T01:48:48.262Z | Checking anstream v1.0.0 |
| 1980 | 2026-07-23T01:48:48.301Z | Checking strsim v0.11.1 |
| 1981 | 2026-07-23T01:48:48.304Z | Checking clap_lex v1.0.0 |
| 1982 | 2026-07-23T01:48:48.397Z | Checking aho-corasick v1.1.4 |
| 1983 | 2026-07-23T01:48:48.434Z | Checking rand_chacha v0.9.0 |
| 1984 | 2026-07-23T01:48:48.473Z | Checking crossbeam-utils v0.8.21 |
| 1985 | 2026-07-23T01:48:48.508Z | Checking unicode-ident v1.0.24 |
| 1986 | 2026-07-23T01:48:48.512Z | Checking erased-serde v0.3.31 |
| 1987 | 2026-07-23T01:48:48.579Z | Checking clap_builder v4.6.0 |
| 1988 | 2026-07-23T01:48:48.582Z | Checking httparse v1.10.1 |
| 1989 | 2026-07-23T01:48:48.657Z | Checking rand v0.9.2 |
| 1990 | 2026-07-23T01:48:48.693Z | Checking proc-macro2 v1.0.106 |
| 1991 | 2026-07-23T01:48:48.773Z | Checking tokio-util v0.7.18 |
| 1992 | 2026-07-23T01:48:48.843Z | Checking powerfmt v0.2.0 |
| 1993 | 2026-07-23T01:48:48.846Z | Checking cpufeatures v0.3.0 |
| 1994 | 2026-07-23T01:48:48.917Z | Checking slog v2.8.2 |
| 1995 | 2026-07-23T01:48:48.976Z | Checking digest v0.11.3 |
| 1996 | 2026-07-23T01:48:49.019Z | Checking deranged v0.5.8 |
| 1997 | 2026-07-23T01:48:49.057Z | Checking quote v1.0.45 |
| 1998 | 2026-07-23T01:48:49.093Z | Checking regex-automata v0.4.14 |
| 1999 | 2026-07-23T01:48:49.146Z | Checking allocator-api2 v0.2.21 |
| 2000 | 2026-07-23T01:48:49.183Z | Checking num-conv v0.2.0 |
| 2001 | 2026-07-23T01:48:49.219Z | Checking num_threads v0.1.7 |
| 2002 | 2026-07-23T01:48:49.257Z | Checking time-core v0.1.8 |
| 2003 | 2026-07-23T01:48:49.322Z | Checking cpufeatures v0.2.17 |
| 2004 | 2026-07-23T01:48:49.360Z | Checking fastrand v2.3.0 |
| 2005 | 2026-07-23T01:48:49.401Z | Checking syn v2.0.117 |
| 2006 | 2026-07-23T01:48:49.439Z | Checking anyhow v1.0.102 |
| 2007 | 2026-07-23T01:48:49.442Z | Checking http-body v1.0.1 |
| 2008 | 2026-07-23T01:48:49.508Z | Checking atomic-waker v1.1.2 |
| 2009 | 2026-07-23T01:48:49.562Z | Checking tempfile v3.25.0 |
| 2010 | 2026-07-23T01:48:49.628Z | Checking aws-lc-sys v0.40.0 |
| 2011 | 2026-07-23T01:48:49.730Z | Checking rustls-pki-types v1.14.0 |
| 2012 | 2026-07-23T01:48:49.739Z | Checking untrusted v0.7.1 |
| 2013 | 2026-07-23T01:48:49.780Z | Checking httpdate v1.0.3 |
| 2014 | 2026-07-23T01:48:49.838Z | Checking clap v4.6.1 |
| 2015 | 2026-07-23T01:48:49.842Z | Checking try-lock v0.2.5 |
| 2016 | 2026-07-23T01:48:49.941Z | Checking h2 v0.4.15 |
| 2017 | 2026-07-23T01:48:49.978Z | Checking time v0.3.47 |
| 2018 | 2026-07-23T01:48:49.981Z | Checking ipnetwork v0.21.1 |
| 2019 | 2026-07-23T01:48:49.981Z | Checking hex v0.4.3 |
| 2020 | 2026-07-23T01:48:50.080Z | Checking want v0.3.1 |
| 2021 | 2026-07-23T01:48:50.136Z | Checking aws-lc-rs v1.16.3 |
| 2022 | 2026-07-23T01:48:50.215Z | Checking ryu v1.0.23 |
| 2023 | 2026-07-23T01:48:50.253Z | Checking tower-layer v0.3.3 |
| 2024 | 2026-07-23T01:48:50.257Z | Checking tower-service v0.3.3 |
| 2025 | 2026-07-23T01:48:50.376Z | Checking pem-rfc7468 v0.7.0 |
| 2026 | 2026-07-23T01:48:50.420Z | Checking spin v0.9.8 |
| 2027 | 2026-07-23T01:48:50.450Z | Checking flagset v0.4.7 |
| 2028 | 2026-07-23T01:48:50.561Z | Checking untrusted v0.9.0 |
| 2029 | 2026-07-23T01:48:50.600Z | Checking der v0.7.10 |
| 2030 | 2026-07-23T01:48:50.636Z | Checking mime v0.3.17 |
| 2031 | 2026-07-23T01:48:50.700Z | Checking simd-adler32 v0.3.8 |
| 2032 | 2026-07-23T01:48:50.833Z | Checking adler2 v2.0.1 |
| 2033 | 2026-07-23T01:48:50.897Z | Checking http-body-util v0.1.3 |
| 2034 | 2026-07-23T01:48:50.932Z | Checking block-padding v0.4.2 |
| 2035 | 2026-07-23T01:48:50.969Z | Checking miniz_oxide v0.8.9 |
| 2036 | 2026-07-23T01:48:51.006Z | Checking rustls-webpki v0.103.13 |
| 2037 | 2026-07-23T01:48:51.092Z | Checking inout v0.2.2 |
| 2038 | 2026-07-23T01:48:51.138Z | Checking camino v1.2.2 |
| 2039 | 2026-07-23T01:48:51.188Z | Checking pretty-hex v0.4.1 |
| 2040 | 2026-07-23T01:48:51.263Z | Checking openssl-probe v0.2.1 |
| 2041 | 2026-07-23T01:48:51.330Z | Checking serde_urlencoded v0.7.1 |
| 2042 | 2026-07-23T01:48:51.368Z | Checking rand_chacha v0.3.1 |
| 2043 | 2026-07-23T01:48:51.372Z | Checking encoding_rs v0.8.35 |
| 2044 | 2026-07-23T01:48:51.439Z | Checking plain v0.2.3 |
| 2045 | 2026-07-23T01:48:51.473Z | Checking rustls v0.23.41 |
| 2046 | 2026-07-23T01:48:51.473Z | Checking spki v0.7.3 |
| 2047 | 2026-07-23T01:48:51.557Z | Checking cipher v0.5.2 |
| 2048 | 2026-07-23T01:48:51.594Z | Checking regex v1.12.3 |
| 2049 | 2026-07-23T01:48:51.597Z | Checking rand v0.8.6 |
| 2050 | 2026-07-23T01:48:51.667Z | Checking oxnet v0.1.6 |
| 2051 | 2026-07-23T01:48:51.670Z | Checking ucd-trie v0.1.7 |
| 2052 | 2026-07-23T01:48:51.827Z | Checking crc32fast v1.5.0 |
| 2053 | 2026-07-23T01:48:51.883Z | Checking pest v2.8.6 |
| 2054 | 2026-07-23T01:48:51.920Z | Checking futures-executor v0.3.32 |
| 2055 | 2026-07-23T01:48:51.997Z | Checking sync_wrapper v1.0.2 |
| 2056 | 2026-07-23T01:48:52.037Z | Checking pkcs8 v0.10.2 |
| 2057 | 2026-07-23T01:48:52.095Z | Checking futures v0.3.32 |
| 2058 | 2026-07-23T01:48:52.134Z | Checking tower v0.5.3 |
| 2059 | 2026-07-23T01:48:52.171Z | Checking iri-string v0.7.10 |
| 2060 | 2026-07-23T01:48:52.208Z | Checking either v1.15.0 |
| 2061 | 2026-07-23T01:48:52.245Z | Checking zlib-rs v0.6.2 |
| 2062 | 2026-07-23T01:48:52.369Z | Checking sha2 v0.10.9 |
| 2063 | 2026-07-23T01:48:52.420Z | Checking foldhash v0.2.0 |
| 2064 | 2026-07-23T01:48:52.584Z | Checking static_assertions v1.1.0 |
| 2065 | 2026-07-23T01:48:52.604Z | Checking bit-vec v0.8.0 |
| 2066 | 2026-07-23T01:48:52.651Z | Checking hashbrown v0.16.1 |
| 2067 | 2026-07-23T01:48:52.688Z | Checking lazy_static v1.5.0 |
| 2068 | 2026-07-23T01:48:52.727Z | Checking hyper v1.10.1 |
| 2069 | 2026-07-23T01:48:52.800Z | Checking openapiv3 v2.2.0 |
| 2070 | 2026-07-23T01:48:52.838Z | Checking bit-set v0.8.0 |
| 2071 | 2026-07-23T01:48:52.951Z | Checking wait-timeout v0.2.1 |
| 2072 | 2026-07-23T01:48:53.009Z | Checking hubpack v0.1.2 |
| 2073 | 2026-07-23T01:48:53.102Z | Checking strum v0.26.3 |
| 2074 | 2026-07-23T01:48:53.154Z | Checking flate2 v1.1.9 |
| 2075 | 2026-07-23T01:48:53.190Z | Checking quick-error v1.2.3 |
| 2076 | 2026-07-23T01:48:53.228Z | Checking rustls-native-certs v0.8.3 |
| 2077 | 2026-07-23T01:48:53.232Z | Checking tower-http v0.6.8 |
| 2078 | 2026-07-23T01:48:53.299Z | Checking rand_xorshift v0.4.0 |
| 2079 | 2026-07-23T01:48:53.337Z | Checking rusty-fork v0.3.1 |
| 2080 | 2026-07-23T01:48:53.386Z | Checking signature v2.2.0 |
| 2081 | 2026-07-23T01:48:53.445Z | Checking num-integer v0.1.46 |
| 2082 | 2026-07-23T01:48:53.493Z | Checking psl-types v2.0.11 |
| 2083 | 2026-07-23T01:48:53.535Z | Checking unarray v0.1.4 |
| 2084 | 2026-07-23T01:48:53.572Z | Checking tinyvec_macros v0.1.1 |
| 2085 | 2026-07-23T01:48:53.575Z | Checking cookie v0.18.1 |
| 2086 | 2026-07-23T01:48:53.640Z | Checking publicsuffix v2.3.0 |
| 2087 | 2026-07-23T01:48:53.676Z | Checking proptest v1.10.0 |
| 2088 | 2026-07-23T01:48:53.679Z | Checking tinyvec v1.10.0 |
| 2089 | 2026-07-23T01:48:53.745Z | Checking anstyle-parse v0.2.7 |
| 2090 | 2026-07-23T01:48:53.748Z | Checking hyper-util v0.1.20 |
| 2091 | 2026-07-23T01:48:53.815Z | Checking tokio-rustls v0.26.4 |
| 2092 | 2026-07-23T01:48:53.818Z | Checking rustls-platform-verifier v0.6.2 |
| 2093 | 2026-07-23T01:48:53.886Z | Checking cookie_store v0.22.1 |
| 2094 | 2026-07-23T01:48:53.919Z | Checking ahash v0.8.12 |
| 2095 | 2026-07-23T01:48:54.010Z | Checking toml_datetime v0.6.11 |
| 2096 | 2026-07-23T01:48:54.048Z | Checking serde_spanned v0.6.9 |
| 2097 | 2026-07-23T01:48:54.083Z | Checking scroll v0.13.0 |
| 2098 | 2026-07-23T01:48:54.119Z | Checking anstream v0.6.21 |
| 2099 | 2026-07-23T01:48:54.157Z | Checking memmap2 v0.9.10 |
| 2100 | 2026-07-23T01:48:54.197Z | Checking data-encoding v2.10.0 |
| 2101 | 2026-07-23T01:48:54.233Z | Checking dtrace-parser v0.3.0 |
| 2102 | 2026-07-23T01:48:54.270Z | Checking x509-cert v0.2.5 |
| 2103 | 2026-07-23T01:48:54.327Z | Checking goblin v0.10.5 |
| 2104 | 2026-07-23T01:48:54.367Z | Checking bstr v1.12.1 |
| 2105 | 2026-07-23T01:48:54.371Z | Checking hmac v0.12.1 |
| 2106 | 2026-07-23T01:48:54.487Z | Checking thread-id v5.1.0 |
| 2107 | 2026-07-23T01:48:54.490Z | Checking num-iter v0.1.45 |
| 2108 | 2026-07-23T01:48:54.559Z | Checking crossbeam-epoch v0.9.18 |
| 2109 | 2026-07-23T01:48:54.596Z | Checking memoffset v0.9.1 |
| 2110 | 2026-07-23T01:48:54.660Z | Checking scroll v0.12.0 |
| 2111 | 2026-07-23T01:48:54.703Z | Checking env_filter v1.0.0 |
| 2112 | 2026-07-23T01:48:54.779Z | Checking num-bigint-dig v0.8.6 |
| 2113 | 2026-07-23T01:48:54.816Z | Checking pkcs1 v0.7.5 |
| 2114 | 2026-07-23T01:48:54.874Z | Checking env_logger v0.11.9 |
| 2115 | 2026-07-23T01:48:54.912Z | Checking goblin v0.8.2 |
| 2116 | 2026-07-23T01:48:54.948Z | Checking zerocopy v0.7.35 |
| 2117 | 2026-07-23T01:48:55.042Z | Checking rustix v0.38.44 |
| 2118 | 2026-07-23T01:48:55.046Z | Checking hyper-rustls v0.27.7 |
| 2119 | 2026-07-23T01:48:55.115Z | Checking foreign-types-shared v0.1.1 |
| 2120 | 2026-07-23T01:48:55.224Z | Checking unicode-segmentation v1.12.0 |
| 2121 | 2026-07-23T01:48:55.305Z | Checking reqwest v0.13.2 |
| 2122 | 2026-07-23T01:48:55.488Z | Checking foreign-types v0.3.2 |
| 2123 | 2026-07-23T01:48:55.492Z | Checking newtype-uuid v1.3.2 |
| 2124 | 2026-07-23T01:48:55.548Z | Checking dtrace-parser v0.2.0 |
| 2125 | 2026-07-23T01:48:55.585Z | Checking ff v0.13.1 |
| 2126 | 2026-07-23T01:48:55.622Z | Checking rsa v0.9.10 |
| 2127 | 2026-07-23T01:48:55.715Z | Checking daft v0.1.7 |
| 2128 | 2026-07-23T01:48:55.752Z | Checking openssl-sys v0.9.115 |
| 2129 | 2026-07-23T01:48:55.807Z | Checking thread-id v4.2.2 |
| 2130 | 2026-07-23T01:48:55.859Z | Checking base16ct v0.2.0 |
| 2131 | 2026-07-23T01:48:55.914Z | Checking same-file v1.0.6 |
| 2132 | 2026-07-23T01:48:55.981Z | Checking winnow v0.5.40 |
| 2133 | 2026-07-23T01:48:56.018Z | Checking sec1 v0.7.3 |
| 2134 | 2026-07-23T01:48:56.058Z | Checking walkdir v2.5.0 |
| 2135 | 2026-07-23T01:48:56.112Z | Checking group v0.13.0 |
| 2136 | 2026-07-23T01:48:56.150Z | Checking openssl v0.10.79 |
| 2137 | 2026-07-23T01:48:56.186Z | Checking nix v0.31.2 |
| 2138 | 2026-07-23T01:48:56.243Z | Checking hkdf v0.12.4 |
| 2139 | 2026-07-23T01:48:56.246Z | Checking serde_with v3.21.0 |
| 2140 | 2026-07-23T01:48:56.314Z | Checking crypto-bigint v0.5.5 |
| 2141 | 2026-07-23T01:48:56.402Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2142 | 2026-07-23T01:48:56.516Z | Checking keccak v0.1.6 |
| 2143 | 2026-07-23T01:48:56.628Z | Checking dof v0.4.0 |
| 2144 | 2026-07-23T01:48:56.710Z | Checking foldhash v0.1.5 |
| 2145 | 2026-07-23T01:48:56.813Z | Checking dof v0.3.0 |
| 2146 | 2026-07-23T01:48:56.869Z | Checking winnow v0.7.14 |
| 2147 | 2026-07-23T01:48:57.119Z | Checking usdt-impl v0.5.0 |
| 2148 | 2026-07-23T01:48:57.157Z | Checking toml_edit v0.19.15 |
| 2149 | 2026-07-23T01:48:57.234Z | Checking elliptic-curve v0.13.8 |
| 2150 | 2026-07-23T01:48:57.274Z | Checking usdt-impl v0.6.0 |
| 2151 | 2026-07-23T01:48:57.394Z | Checking hashbrown v0.15.5 |
| 2152 | 2026-07-23T01:48:57.432Z | Checking sha3 v0.10.8 |
| 2153 | 2026-07-23T01:48:57.564Z | Checking bzip2 v0.4.4 |
| 2154 | 2026-07-23T01:48:57.602Z | Checking usdt v0.6.0 |
| 2155 | 2026-07-23T01:48:57.660Z | Checking unicode-normalization v0.1.25 |
| 2156 | 2026-07-23T01:48:57.751Z | Checking itertools v0.13.0 |
| 2157 | 2026-07-23T01:48:57.755Z | Checking winnow v1.0.3 |
| 2158 | 2026-07-23T01:48:57.823Z | Checking bitflags v1.3.2 |
| 2159 | 2026-07-23T01:48:57.873Z | Checking siphasher v1.0.2 |
| 2160 | 2026-07-23T01:48:57.923Z | Checking zip v0.6.6 |
| 2161 | 2026-07-23T01:48:58.059Z | Checking signal-hook v0.3.18 |
| 2162 | 2026-07-23T01:48:58.097Z | Checking toml_write v0.1.2 |
| 2163 | 2026-07-23T01:48:58.100Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2164 | 2026-07-23T01:48:58.100Z | Checking managed v0.8.0 |
| 2165 | 2026-07-23T01:48:58.200Z | Checking toml v0.7.8 |
| 2166 | 2026-07-23T01:48:58.203Z | Checking native-tls v0.2.18 |
| 2167 | 2026-07-23T01:48:58.282Z | Checking globset v0.4.18 |
| 2168 | 2026-07-23T01:48:58.286Z | Checking chacha20 v0.10.0 |
| 2169 | 2026-07-23T01:48:58.354Z | Checking curve25519-dalek v4.1.3 |
| 2170 | 2026-07-23T01:48:58.357Z | Checking toml_edit v0.22.27 |
| 2171 | 2026-07-23T01:48:58.438Z | Checking tokio-native-tls v0.3.1 |
| 2172 | 2026-07-23T01:48:58.523Z | Checking object v0.37.3 |
| 2173 | 2026-07-23T01:48:58.560Z | Checking signal-hook-mio v0.2.5 |
| 2174 | 2026-07-23T01:48:58.597Z | Checking ed25519 v2.2.3 |
| 2175 | 2026-07-23T01:48:58.634Z | Checking ref-cast v1.0.25 |
| 2176 | 2026-07-23T01:48:58.637Z | Checking hyper-tls v0.6.0 |
| 2177 | 2026-07-23T01:48:58.707Z | Checking pin-project v1.1.11 |
| 2178 | 2026-07-23T01:48:58.763Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2179 | 2026-07-23T01:48:58.810Z | Checking pem v3.0.6 |
| 2180 | 2026-07-23T01:48:58.849Z | Checking fixedbitset v0.5.7 |
| 2181 | 2026-07-23T01:48:58.852Z | Checking bumpalo v3.20.2 |
| 2182 | 2026-07-23T01:48:58.918Z | Checking reqwest v0.12.28 |
| 2183 | 2026-07-23T01:48:58.921Z | Checking zstd-safe v7.2.4 |
| 2184 | 2026-07-23T01:48:58.992Z | Checking libbz2-rs-sys v0.2.2 |
| 2185 | 2026-07-23T01:48:59.067Z | Checking petgraph v0.8.3 |
| 2186 | 2026-07-23T01:48:59.108Z | Checking zopfli v0.8.3 |
| 2187 | 2026-07-23T01:48:59.144Z | Checking zstd v0.13.3 |
| 2188 | 2026-07-23T01:48:59.148Z | Checking ed25519-dalek v2.2.0 |
| 2189 | 2026-07-23T01:48:59.357Z | Checking snafu v0.8.9 |
| 2190 | 2026-07-23T01:48:59.398Z | Checking bzip2 v0.6.1 |
| 2191 | 2026-07-23T01:48:59.437Z | Checking crossterm v0.28.1 |
| 2192 | 2026-07-23T01:48:59.472Z | Checking olpc-cjson v0.1.4 |
| 2193 | 2026-07-23T01:48:59.509Z | Checking similar v2.7.0 |
| 2194 | 2026-07-23T01:48:59.581Z | Checking fs-err v3.3.0 |
| 2195 | 2026-07-23T01:48:59.623Z | Checking hash32 v0.2.1 |
| 2196 | 2026-07-23T01:48:59.657Z | Checking serde-big-array v0.5.1 |
| 2197 | 2026-07-23T01:48:59.693Z | Checking serde_plain v1.0.2 |
| 2198 | 2026-07-23T01:48:59.801Z | Checking typed-path v0.9.3 |
| 2199 | 2026-07-23T01:48:59.840Z | Checking predicates-core v1.0.10 |
| 2200 | 2026-07-23T01:48:59.875Z | Checking jiff v0.2.21 |
| 2201 | 2026-07-23T01:48:59.911Z | Checking unicode-bidi v0.3.18 |
| 2202 | 2026-07-23T01:48:59.916Z | Checking unicode-properties v0.1.4 |
| 2203 | 2026-07-23T01:48:59.986Z | Checking heapless v0.7.17 |
| 2204 | 2026-07-23T01:49:00.159Z | Checking hickory-proto v0.25.2 |
| 2205 | 2026-07-23T01:49:00.167Z | Checking byte-wrapper v0.1.0 |
| 2206 | 2026-07-23T01:49:00.231Z | Checking stringprep v0.1.5 |
| 2207 | 2026-07-23T01:49:00.390Z | Checking md-5 v0.10.6 |
| 2208 | 2026-07-23T01:49:00.429Z | Checking float-cmp v0.10.0 |
| 2209 | 2026-07-23T01:49:00.433Z | Checking normalize-line-endings v0.3.0 |
| 2210 | 2026-07-23T01:49:00.548Z | Checking fallible-iterator v0.2.0 |
| 2211 | 2026-07-23T01:49:00.584Z | Checking difflib v0.4.0 |
| 2212 | 2026-07-23T01:49:00.619Z | Checking smoltcp v0.9.1 |
| 2213 | 2026-07-23T01:49:00.623Z | Checking tough v0.22.0 |
| 2214 | 2026-07-23T01:49:00.689Z | Checking iddqd v0.4.2 |
| 2215 | 2026-07-23T01:49:00.783Z | Checking predicates v3.1.4 |
| 2216 | 2026-07-23T01:49:00.820Z | Checking phf_shared v0.13.1 |
| 2217 | 2026-07-23T01:49:00.855Z | Checking postgres-protocol v0.6.10 |
| 2218 | 2026-07-23T01:49:01.039Z | Checking phf_shared v0.11.3 |
| 2219 | 2026-07-23T01:49:01.103Z | Checking tokio-stream v0.1.18 |
| 2220 | 2026-07-23T01:49:01.195Z | Checking buf-list v1.1.2 |
| 2221 | 2026-07-23T01:49:01.234Z | Checking strum v0.27.2 |
| 2222 | 2026-07-23T01:49:01.237Z | Checking new_debug_unreachable v1.0.6 |
| 2223 | 2026-07-23T01:49:01.362Z | Checking lalrpop-util v0.19.12 |
| 2224 | 2026-07-23T01:49:01.400Z | Checking precomputed-hash v0.1.1 |
| 2225 | 2026-07-23T01:49:01.437Z | Checking fixedbitset v0.4.2 |
| 2226 | 2026-07-23T01:49:01.501Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2227 | 2026-07-23T01:49:01.540Z | Checking string_cache v0.8.9 |
| 2228 | 2026-07-23T01:49:01.575Z | Checking postgres-types v0.2.12 |
| 2229 | 2026-07-23T01:49:01.611Z | Checking petgraph v0.6.5 |
| 2230 | 2026-07-23T01:49:01.645Z | Checking phf v0.13.1 |
| 2231 | 2026-07-23T01:49:01.729Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2232 | 2026-07-23T01:49:01.823Z | Checking peg-runtime v0.8.5 |
| 2233 | 2026-07-23T01:49:01.912Z | Checking whoami v2.1.0 |
| 2234 | 2026-07-23T01:49:02.030Z | Checking is-terminal v0.4.17 |
| 2235 | 2026-07-23T01:49:02.101Z | Checking crossbeam-channel v0.5.15 |
| 2236 | 2026-07-23T01:49:02.141Z | Checking zip v4.6.1 |
| 2237 | 2026-07-23T01:49:02.144Z | Checking tokio-postgres v0.7.16 |
| 2238 | 2026-07-23T01:49:02.210Z | Checking thread_local v1.1.9 |
| 2239 | 2026-07-23T01:49:02.403Z | Compiling structmeta-derive v0.3.0 |
| 2240 | 2026-07-23T01:49:02.466Z | Checking term v1.2.1 |
| 2241 | 2026-07-23T01:49:02.676Z | Checking take_mut v0.2.2 |
| 2242 | 2026-07-23T01:49:02.716Z | Checking slog-term v2.9.2 |
| 2243 | 2026-07-23T01:49:02.752Z | Compiling newtype-uuid-macros v0.1.0 |
| 2244 | 2026-07-23T01:49:02.810Z | Checking slog-async v2.8.0 |
| 2245 | 2026-07-23T01:49:02.877Z | Compiling multer v3.1.0 |
| 2246 | 2026-07-23T01:49:02.970Z | Compiling async-stream-impl v0.3.6 |
| 2247 | 2026-07-23T01:49:03.009Z | Checking match_cfg v0.1.0 |
| 2248 | 2026-07-23T01:49:03.012Z | Checking slog-json v2.6.1 |
| 2249 | 2026-07-23T01:49:03.139Z | Checking hostname v0.3.1 |
| 2250 | 2026-07-23T01:49:03.184Z | Compiling dropshot v0.17.1 |
| 2251 | 2026-07-23T01:49:03.225Z | Compiling dropshot_endpoint v0.17.1 |
| 2252 | 2026-07-23T01:49:03.266Z | Checking slog-bunyan v2.5.0 |
| 2253 | 2026-07-23T01:49:03.408Z | Checking debug-ignore v1.0.5 |
| 2254 | 2026-07-23T01:49:03.481Z | Checking sha1 v0.11.0 |
| 2255 | 2026-07-23T01:49:03.517Z | Compiling structmeta v0.3.0 |
| 2256 | 2026-07-23T01:49:03.554Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2257 | 2026-07-23T01:49:03.585Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2258 | 2026-07-23T01:49:03.588Z | Checking serde_path_to_error v0.1.20 |
| 2259 | 2026-07-23T01:49:03.656Z | Checking serde_spanned v1.1.1 |
| 2260 | 2026-07-23T01:49:03.691Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2261 | 2026-07-23T01:49:03.753Z | Compiling derive-ex v0.1.8 |
| 2262 | 2026-07-23T01:49:03.791Z | Checking compression-core v0.4.31 |
| 2263 | 2026-07-23T01:49:03.860Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2264 | 2026-07-23T01:49:03.912Z | Checking progenitor-client v0.14.0 |
| 2265 | 2026-07-23T01:49:03.951Z | Checking compression-codecs v0.4.37 |
| 2266 | 2026-07-23T01:49:03.991Z | Checking async-stream v0.3.6 |
| 2267 | 2026-07-23T01:49:04.083Z | Checking toml v1.1.2+spec-1.1.0 |
| 2268 | 2026-07-23T01:49:04.117Z | Checking rustls-pemfile v2.2.0 |
| 2269 | 2026-07-23T01:49:04.153Z | Checking waitgroup v0.1.2 |
| 2270 | 2026-07-23T01:49:04.156Z | Checking async-compression v0.4.41 |
| 2271 | 2026-07-23T01:49:04.222Z | Checking hostname v0.4.2 |
| 2272 | 2026-07-23T01:49:04.281Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2273 | 2026-07-23T01:49:04.319Z | Checking atomicwrites v0.4.4 |
| 2274 | 2026-07-23T01:49:04.323Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2275 | 2026-07-23T01:49:04.389Z | Checking itertools v0.14.0 |
| 2276 | 2026-07-23T01:49:04.424Z | Compiling parse-display-derive v0.10.0 |
| 2277 | 2026-07-23T01:49:04.428Z | Checking macaddr v1.0.1 |
| 2278 | 2026-07-23T01:49:04.494Z | Checking regress v0.10.5 |
| 2279 | 2026-07-23T01:49:04.529Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2280 | 2026-07-23T01:49:04.661Z | Checking instant v0.1.13 |
| 2281 | 2026-07-23T01:49:04.698Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2282 | 2026-07-23T01:49:04.775Z | Checking backoff v0.4.0 |
| 2283 | 2026-07-23T01:49:04.956Z | Checking backon v1.6.0 |
| 2284 | 2026-07-23T01:49:04.996Z | Checking humantime v2.3.0 |
| 2285 | 2026-07-23T01:49:04.999Z | Checking unicode-width v0.2.0 |
| 2286 | 2026-07-23T01:49:05.146Z | Checking progenitor-extras v0.2.0 |
| 2287 | 2026-07-23T01:49:05.266Z | Compiling convert_case v0.4.0 |
| 2288 | 2026-07-23T01:49:05.308Z | Checking half v2.7.1 |
| 2289 | 2026-07-23T01:49:05.395Z | Checking heck v0.5.0 |
| 2290 | 2026-07-23T01:49:05.441Z | Compiling test-strategy v0.4.5 |
| 2291 | 2026-07-23T01:49:05.478Z | Checking ciborium-io v0.2.2 |
| 2292 | 2026-07-23T01:49:05.543Z | Checking secrecy v0.10.3 |
| 2293 | 2026-07-23T01:49:05.596Z | Checking indent_write v2.2.0 |
| 2294 | 2026-07-23T01:49:05.600Z | Checking ciborium-ll v0.2.2 |
| 2295 | 2026-07-23T01:49:05.667Z | Compiling derive_more v0.99.20 |
| 2296 | 2026-07-23T01:49:05.701Z | Checking camino-tempfile v1.4.1 |
| 2297 | 2026-07-23T01:49:05.753Z | Compiling regress v0.11.1 |
| 2298 | 2026-07-23T01:49:05.829Z | Checking ciborium v0.2.2 |
| 2299 | 2026-07-23T01:49:05.882Z | Compiling crucible-workspace-hack v0.1.0 |
| 2300 | 2026-07-23T01:49:05.935Z | Checking inout v0.1.4 |
| 2301 | 2026-07-23T01:49:06.098Z | Checking cipher v0.4.4 |
| 2302 | 2026-07-23T01:49:06.168Z | Checking parse-display v0.10.0 |
| 2303 | 2026-07-23T01:49:06.271Z | Checking universal-hash v0.5.1 |
| 2304 | 2026-07-23T01:49:06.310Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2305 | 2026-07-23T01:49:06.346Z | Checking opaque-debug v0.3.1 |
| 2306 | 2026-07-23T01:49:06.350Z | Checking chacha20 v0.9.1 |
| 2307 | 2026-07-23T01:49:06.456Z | Checking poly1305 v0.8.0 |
| 2308 | 2026-07-23T01:49:06.596Z | Checking blake2 v0.10.6 |
| 2309 | 2026-07-23T01:49:06.746Z | Checking aead v0.5.2 |
| 2310 | 2026-07-23T01:49:06.872Z | Checking password-hash v0.5.0 |
| 2311 | 2026-07-23T01:49:06.927Z | Checking chacha20poly1305 v0.10.1 |
| 2312 | 2026-07-23T01:49:06.964Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2313 | 2026-07-23T01:49:07.010Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2314 | 2026-07-23T01:49:07.076Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2315 | 2026-07-23T01:49:07.119Z | Checking argon2 v0.5.3 |
| 2316 | 2026-07-23T01:49:07.350Z | Compiling typify-impl v0.6.2 |
| 2317 | 2026-07-23T01:49:07.389Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2318 | 2026-07-23T01:49:07.480Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2319 | 2026-07-23T01:49:07.516Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2320 | 2026-07-23T01:49:07.553Z | Checking thiserror-no-std v2.0.2 |
| 2321 | 2026-07-23T01:49:07.665Z | Checking vsss-rs v3.3.4 |
| 2322 | 2026-07-23T01:49:07.774Z | Compiling unsafe-libyaml v0.2.11 |
| 2323 | 2026-07-23T01:49:07.813Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2324 | 2026-07-23T01:49:08.235Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2325 | 2026-07-23T01:49:08.593Z | Compiling serde_yaml v0.9.34+deprecated |
| 2326 | 2026-07-23T01:49:08.851Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2327 | 2026-07-23T01:49:09.006Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2328 | 2026-07-23T01:49:09.031Z | Checking swrite v0.1.0 |
| 2329 | 2026-07-23T01:49:09.124Z | Checking crossbeam-deque v0.8.6 |
| 2330 | 2026-07-23T01:49:09.160Z | Compiling rayon-core v1.13.0 |
| 2331 | 2026-07-23T01:49:09.235Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2332 | 2026-07-23T01:49:09.369Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2333 | 2026-07-23T01:49:09.495Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2334 | 2026-07-23T01:49:09.532Z | Compiling darling_core v0.21.3 |
| 2335 | 2026-07-23T01:49:09.814Z | Compiling proc-macro-error v1.0.4 |
| 2336 | 2026-07-23T01:49:10.050Z | Compiling proc-macro-crate v3.4.0 |
| 2337 | 2026-07-23T01:49:10.089Z | Checking rayon v1.11.0 |
| 2338 | 2026-07-23T01:49:10.147Z | Checking toml v0.8.23 |
| 2339 | 2026-07-23T01:49:10.495Z | Checking tabwriter v1.4.1 |
| 2340 | 2026-07-23T01:49:10.560Z | Checking glob v0.3.3 |
| 2341 | 2026-07-23T01:49:10.599Z | Compiling heapless v0.8.0 |
| 2342 | 2026-07-23T01:49:10.636Z | Compiling num_enum_derive v0.7.6 |
| 2343 | 2026-07-23T01:49:10.670Z | Checking colored v3.1.1 |
| 2344 | 2026-07-23T01:49:10.763Z | Checking hash32 v0.3.1 |
| 2345 | 2026-07-23T01:49:10.892Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2346 | 2026-07-23T01:49:10.931Z | Compiling smoltcp v0.11.0 |
| 2347 | 2026-07-23T01:49:11.117Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2348 | 2026-07-23T01:49:11.235Z | Checking cobs v0.3.0 |
| 2349 | 2026-07-23T01:49:11.356Z | Compiling usdt-macro v0.5.0 |
| 2350 | 2026-07-23T01:49:11.408Z | Compiling usdt-attr-macro v0.5.0 |
| 2351 | 2026-07-23T01:49:11.539Z | Checking memmap v0.7.0 |
| 2352 | 2026-07-23T01:49:11.576Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2353 | 2026-07-23T01:49:11.684Z | Checking num_enum v0.7.6 |
| 2354 | 2026-07-23T01:49:11.831Z | Checking postcard v1.1.3 |
| 2355 | 2026-07-23T01:49:11.874Z | Checking rand v0.10.1 |
| 2356 | 2026-07-23T01:49:11.912Z | Compiling typify-macro v0.6.2 |
| 2357 | 2026-07-23T01:49:12.025Z | Compiling darling_macro v0.21.3 |
| 2358 | 2026-07-23T01:49:12.108Z | Compiling proc-macro-crate v1.3.1 |
| 2359 | 2026-07-23T01:49:12.149Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2360 | 2026-07-23T01:49:12.209Z | Checking usdt v0.5.0 |
| 2361 | 2026-07-23T01:49:12.380Z | Checking sigpipe v0.1.3 |
| 2362 | 2026-07-23T01:49:12.383Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2363 | 2026-07-23T01:49:12.450Z | Compiling foreign-types-macros v0.2.3 |
| 2364 | 2026-07-23T01:49:12.487Z | Checking foreign-types-shared v0.3.1 |
| 2365 | 2026-07-23T01:49:12.539Z | Compiling num_enum_derive v0.5.11 |
| 2366 | 2026-07-23T01:49:12.575Z | Compiling darling v0.21.3 |
| 2367 | 2026-07-23T01:49:12.685Z | Compiling ingot-macros v0.1.1 |
| 2368 | 2026-07-23T01:49:12.765Z | Checking cstr-argument v0.1.2 |
| 2369 | 2026-07-23T01:49:12.863Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2370 | 2026-07-23T01:49:12.911Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2371 | 2026-07-23T01:49:12.947Z | Compiling num-derive v0.4.2 |
| 2372 | 2026-07-23T01:49:13.064Z | Checking foreign-types v0.5.0 |
| 2373 | 2026-07-23T01:49:13.169Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2374 | 2026-07-23T01:49:13.353Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2375 | 2026-07-23T01:49:13.427Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2376 | 2026-07-23T01:49:13.497Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2377 | 2026-07-23T01:49:13.543Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2378 | 2026-07-23T01:49:13.626Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2379 | 2026-07-23T01:49:13.663Z | Checking num_enum v0.5.11 |
| 2380 | 2026-07-23T01:49:13.697Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2381 | 2026-07-23T01:49:13.728Z | Compiling typify v0.6.2 |
| 2382 | 2026-07-23T01:49:13.803Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2383 | 2026-07-23T01:49:13.873Z | Compiling progenitor-impl v0.14.0 |
| 2384 | 2026-07-23T01:49:13.941Z | Compiling zone_cfg_derive v0.3.1 |
| 2385 | 2026-07-23T01:49:14.020Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2386 | 2026-07-23T01:49:14.081Z | Checking itertools v0.12.1 |
| 2387 | 2026-07-23T01:49:14.219Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2388 | 2026-07-23T01:49:14.503Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2389 | 2026-07-23T01:49:14.690Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2390 | 2026-07-23T01:49:14.726Z | Checking smf v0.2.3 |
| 2391 | 2026-07-23T01:49:14.802Z | Checking whoami v1.6.1 |
| 2392 | 2026-07-23T01:49:14.837Z | Compiling derive-where v1.6.0 |
| 2393 | 2026-07-23T01:49:14.939Z | Checking tokio-dtrace v0.1.1 |
| 2394 | 2026-07-23T01:49:14.988Z | Checking console v0.15.11 |
| 2395 | 2026-07-23T01:49:15.023Z | Checking newline-converter v0.3.0 |
| 2396 | 2026-07-23T01:49:15.117Z | Checking zone v0.3.1 |
| 2397 | 2026-07-23T01:49:15.154Z | Checking oxide-tokio-rt v0.1.4 |
| 2398 | 2026-07-23T01:49:15.188Z | Checking bytecount v0.6.9 |
| 2399 | 2026-07-23T01:49:15.286Z | Checking expectorate v1.2.0 |
| 2400 | 2026-07-23T01:49:15.323Z | Checking unicode-width v0.1.14 |
| 2401 | 2026-07-23T01:49:15.357Z | Checking num-rational v0.4.2 |
| 2402 | 2026-07-23T01:49:15.445Z | Checking num-complex v0.4.6 |
| 2403 | 2026-07-23T01:49:15.502Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2404 | 2026-07-23T01:49:15.568Z | Checking ingot-types v0.1.2 |
| 2405 | 2026-07-23T01:49:15.605Z | Checking float-ord v0.3.2 |
| 2406 | 2026-07-23T01:49:15.651Z | Compiling cancel-safe-futures v0.1.5 |
| 2407 | 2026-07-23T01:49:15.735Z | Checking linear-map v1.2.0 |
| 2408 | 2026-07-23T01:49:15.808Z | Checking num v0.4.3 |
| 2409 | 2026-07-23T01:49:15.972Z | Checking gethostname v0.5.0 |
| 2410 | 2026-07-23T01:49:15.986Z | Compiling prettyplease v0.2.37 |
| 2411 | 2026-07-23T01:49:16.003Z | Checking ingot v0.1.1 |
| 2412 | 2026-07-23T01:49:16.070Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2413 | 2026-07-23T01:49:16.178Z | Checking oxide-update-engine-types v0.1.2 |
| 2414 | 2026-07-23T01:49:16.261Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2415 | 2026-07-23T01:49:16.476Z | Compiling owo-colors v4.3.0 |
| 2416 | 2026-07-23T01:49:16.479Z | Compiling progenitor-macro v0.14.0 |
| 2417 | 2026-07-23T01:49:16.547Z | Checking resolv-conf v0.7.6 |
| 2418 | 2026-07-23T01:49:16.761Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2419 | 2026-07-23T01:49:17.079Z | Checking oxide-update-engine v0.1.2 |
| 2420 | 2026-07-23T01:49:17.285Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2421 | 2026-07-23T01:49:17.482Z | Checking smawk v0.3.2 |
| 2422 | 2026-07-23T01:49:17.522Z | Checking unicode-linebreak v0.1.5 |
| 2423 | 2026-07-23T01:49:17.526Z | Checking papergrid v0.11.0 |
| 2424 | 2026-07-23T01:49:17.639Z | Compiling tabled_derive v0.7.0 |
| 2425 | 2026-07-23T01:49:17.676Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2426 | 2026-07-23T01:49:17.797Z | Compiling convert_case v0.10.0 |
| 2427 | 2026-07-23T01:49:18.057Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2428 | 2026-07-23T01:49:18.137Z | Compiling slog-dtrace v0.3.0 |
| 2429 | 2026-07-23T01:49:18.174Z | Compiling derive_more-impl v2.1.1 |
| 2430 | 2026-07-23T01:49:18.491Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2431 | 2026-07-23T01:49:18.542Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2432 | 2026-07-23T01:49:18.692Z | Checking tabled v0.15.0 |
| 2433 | 2026-07-23T01:49:18.893Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2434 | 2026-07-23T01:49:19.104Z | Checking derive_more v2.1.1 |
| 2435 | 2026-07-23T01:49:19.208Z | Checking crossterm v0.29.0 |
| 2436 | 2026-07-23T01:49:19.563Z | Checking linked-hash-map v0.5.6 |
| 2437 | 2026-07-23T01:49:19.763Z | Checking lru-cache v0.1.2 |
| 2438 | 2026-07-23T01:49:19.974Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2439 | 2026-07-23T01:49:20.008Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2440 | 2026-07-23T01:49:20.077Z | Checking hickory-proto v0.24.4 |
| 2441 | 2026-07-23T01:49:20.133Z | Checking fd-lock v4.0.4 |
| 2442 | 2026-07-23T01:49:20.741Z | Checking vte v0.14.1 |
| 2443 | 2026-07-23T01:49:20.814Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2444 | 2026-07-23T01:49:21.087Z | Checking display-error-chain v0.2.2 |
| 2445 | 2026-07-23T01:49:21.232Z | Checking strip-ansi-escapes v0.2.1 |
| 2446 | 2026-07-23T01:49:21.400Z | Checking progenitor v0.14.0 |
| 2447 | 2026-07-23T01:49:21.488Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2448 | 2026-07-23T01:49:21.560Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2449 | 2026-07-23T01:49:22.325Z | Checking nu-ansi-term v0.50.3 |
| 2450 | 2026-07-23T01:49:22.328Z | Checking termtree v0.5.1 |
| 2451 | 2026-07-23T01:49:22.498Z | Checking hickory-resolver v0.24.4 |
| 2452 | 2026-07-23T01:49:22.545Z | Checking textwrap v0.16.2 |
| 2453 | 2026-07-23T01:49:22.591Z | Checking reedline v0.40.0 |
| 2454 | 2026-07-23T01:49:22.702Z | Compiling minimal-lexical v0.2.1 |
| 2455 | 2026-07-23T01:49:22.770Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2456 | 2026-07-23T01:49:22.955Z | Compiling nom v7.1.3 |
| 2457 | 2026-07-23T01:49:22.991Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2458 | 2026-07-23T01:49:23.230Z | Compiling unicode-xid v0.2.6 |
| 2459 | 2026-07-23T01:49:23.271Z | Checking qorb v0.4.1 |
| 2460 | 2026-07-23T01:49:23.394Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2461 | 2026-07-23T01:49:23.827Z | Compiling ar_archive_writer v0.5.1 |
| 2462 | 2026-07-23T01:49:23.910Z | Checking csv-core v0.1.13 |
| 2463 | 2026-07-23T01:49:24.002Z | Compiling stacker v0.1.23 |
| 2464 | 2026-07-23T01:49:24.124Z | Checking csv v1.4.0 |
| 2465 | 2026-07-23T01:49:24.304Z | Compiling cfg_aliases v0.1.1 |
| 2466 | 2026-07-23T01:49:24.365Z | Checking highway v1.3.0 |
| 2467 | 2026-07-23T01:49:24.409Z | Compiling semver v0.1.20 |
| 2468 | 2026-07-23T01:49:24.509Z | Compiling nix v0.28.0 |
| 2469 | 2026-07-23T01:49:24.592Z | Checking nibble_vec v0.1.0 |
| 2470 | 2026-07-23T01:49:24.629Z | Compiling rustc_version v0.1.7 |
| 2471 | 2026-07-23T01:49:24.701Z | Compiling psm v0.1.30 |
| 2472 | 2026-07-23T01:49:24.738Z | Checking endian-type v0.1.2 |
| 2473 | 2026-07-23T01:49:24.773Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2474 | 2026-07-23T01:49:24.881Z | Compiling newtype_derive v0.1.6 |
| 2475 | 2026-07-23T01:49:24.915Z | Checking radix_trie v0.2.1 |
| 2476 | 2026-07-23T01:49:24.998Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2477 | 2026-07-23T01:49:25.031Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2478 | 2026-07-23T01:49:25.106Z | Checking phf_shared v0.12.1 |
| 2479 | 2026-07-23T01:49:25.177Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2480 | 2026-07-23T01:49:25.276Z | Compiling chrono-tz v0.10.4 |
| 2481 | 2026-07-23T01:49:25.511Z | Checking phf v0.12.1 |
| 2482 | 2026-07-23T01:49:25.605Z | Checking recursive v0.1.1 |
| 2483 | 2026-07-23T01:49:25.605Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2484 | 2026-07-23T01:49:25.706Z | Compiling const_format_proc_macros v0.2.34 |
| 2485 | 2026-07-23T01:49:25.712Z | Compiling peg-macros v0.8.5 |
| 2486 | 2026-07-23T01:49:25.712Z | Checking winnow v0.6.26 |
| 2487 | 2026-07-23T01:49:25.808Z | Checking nom v8.0.0 |
| 2488 | 2026-07-23T01:49:26.209Z | Compiling sqlparser_derive v0.5.0 |
| 2489 | 2026-07-23T01:49:26.576Z | Checking unicode_categories v0.1.1 |
| 2490 | 2026-07-23T01:49:26.619Z | Checking home v0.5.12 |
| 2491 | 2026-07-23T01:49:26.766Z | Checking rustyline v14.0.0 |
| 2492 | 2026-07-23T01:49:26.805Z | Checking const_format v0.2.35 |
| 2493 | 2026-07-23T01:49:26.893Z | Checking sqlformat v0.3.5 |
| 2494 | 2026-07-23T01:49:27.032Z | Checking sqlparser v0.61.0 |
| 2495 | 2026-07-23T01:49:27.167Z | Checking peg v0.8.5 |
| 2496 | 2026-07-23T01:49:27.265Z | Checking bcs v0.1.6 |
| 2497 | 2026-07-23T01:49:27.357Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2498 | 2026-07-23T01:49:27.456Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2499 | 2026-07-23T01:49:27.490Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2500 | 2026-07-23T01:49:27.526Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2501 | 2026-07-23T01:49:27.664Z | Checking steno v0.4.1 |
| 2502 | 2026-07-23T01:49:27.769Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2503 | 2026-07-23T01:49:27.978Z | Checking sha1 v0.10.6 |
| 2504 | 2026-07-23T01:49:28.040Z | Checking filetime v0.2.27 |
| 2505 | 2026-07-23T01:49:28.177Z | Checking xattr v1.6.1 |
| 2506 | 2026-07-23T01:49:28.380Z | Checking tar v0.4.46 |
| 2507 | 2026-07-23T01:49:28.567Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2508 | 2026-07-23T01:49:28.748Z | Checking base64 v0.21.7 |
| 2509 | 2026-07-23T01:49:28.786Z | Checking subprocess v0.2.15 |
| 2510 | 2026-07-23T01:49:28.825Z | Checking headers-core v0.3.0 |
| 2511 | 2026-07-23T01:49:28.956Z | Checking headers v0.4.1 |
| 2512 | 2026-07-23T01:49:29.023Z | Checking yasna v0.5.2 |
| 2513 | 2026-07-23T01:49:29.103Z | Checking port-file v0.1.0 |
| 2514 | 2026-07-23T01:49:29.315Z | Checking tagptr v0.2.0 |
| 2515 | 2026-07-23T01:49:29.441Z | Checking rcgen v0.12.1 |
| 2516 | 2026-07-23T01:49:29.476Z | Checking dropshot-api-manager-types v0.7.2 |
| 2517 | 2026-07-23T01:49:29.508Z | Checking moka v0.12.13 |
| 2518 | 2026-07-23T01:49:29.670Z | Checking utf-8 v0.7.6 |
| 2519 | 2026-07-23T01:49:29.779Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2520 | 2026-07-23T01:49:29.840Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2521 | 2026-07-23T01:49:29.895Z | Checking tungstenite v0.21.0 |
| 2522 | 2026-07-23T01:49:29.948Z | Compiling radium v0.7.0 |
| 2523 | 2026-07-23T01:49:30.177Z | Checking hickory-resolver v0.25.2 |
| 2524 | 2026-07-23T01:49:30.348Z | Checking tokio-tungstenite v0.21.0 |
| 2525 | 2026-07-23T01:49:30.393Z | Compiling maybe-uninit v2.0.0 |
| 2526 | 2026-07-23T01:49:30.652Z | Compiling libefi-sys v0.1.0 |
| 2527 | 2026-07-23T01:49:30.708Z | Checking tap v1.0.1 |
| 2528 | 2026-07-23T01:49:30.847Z | Checking wyz v0.5.1 |
| 2529 | 2026-07-23T01:49:30.912Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2530 | 2026-07-23T01:49:31.070Z | Compiling bitfield-struct v0.6.2 |
| 2531 | 2026-07-23T01:49:31.237Z | Compiling zerocopy-derive v0.6.6 |
| 2532 | 2026-07-23T01:49:31.345Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2533 | 2026-07-23T01:49:31.392Z | Checking crc-catalog v2.4.0 |
| 2534 | 2026-07-23T01:49:31.514Z | Compiling packed_struct v0.10.1 |
| 2535 | 2026-07-23T01:49:31.571Z | Checking funty v2.0.0 |
| 2536 | 2026-07-23T01:49:31.694Z | Checking crc v3.4.0 |
| 2537 | 2026-07-23T01:49:31.734Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2538 | 2026-07-23T01:49:31.770Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2539 | 2026-07-23T01:49:31.804Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2540 | 2026-07-23T01:49:31.932Z | Checking bitvec v1.0.1 |
| 2541 | 2026-07-23T01:49:32.002Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2542 | 2026-07-23T01:49:32.073Z | Compiling packed_struct_codegen v0.10.1 |
| 2543 | 2026-07-23T01:49:32.111Z | Checking zerocopy v0.6.6 |
| 2544 | 2026-07-23T01:49:32.148Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2545 | 2026-07-23T01:49:32.198Z | Compiling bitfield-macros v0.19.4 |
| 2546 | 2026-07-23T01:49:32.498Z | Compiling indexmap v1.9.3 |
| 2547 | 2026-07-23T01:49:32.667Z | Checking nodrop v0.1.14 |
| 2548 | 2026-07-23T01:49:32.787Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2549 | 2026-07-23T01:49:32.893Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2550 | 2026-07-23T01:49:32.944Z | Checking bitfield v0.19.4 |
| 2551 | 2026-07-23T01:49:33.150Z | Checking array-init v0.0.4 |
| 2552 | 2026-07-23T01:49:33.232Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2553 | 2026-07-23T01:49:33.268Z | Checking smallvec v0.6.14 |
| 2554 | 2026-07-23T01:49:33.421Z | Checking hashbrown v0.12.3 |
| 2555 | 2026-07-23T01:49:33.477Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2556 | 2026-07-23T01:49:33.513Z | Checking serde-hex v0.1.0 |
| 2557 | 2026-07-23T01:49:33.667Z | Checking ron v0.8.1 |
| 2558 | 2026-07-23T01:49:33.802Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2559 | 2026-07-23T01:49:34.224Z | Checking hashbrown v0.13.2 |
| 2560 | 2026-07-23T01:49:34.231Z | Checking crc-any v2.5.0 |
| 2561 | 2026-07-23T01:49:34.405Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2562 | 2026-07-23T01:49:34.443Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2563 | 2026-07-23T01:49:34.633Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2564 | 2026-07-23T01:49:34.704Z | Checking object v0.30.4 |
| 2565 | 2026-07-23T01:49:34.894Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2566 | 2026-07-23T01:49:35.051Z | Checking path-slash v0.1.5 |
| 2567 | 2026-07-23T01:49:35.086Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2568 | 2026-07-23T01:49:35.147Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2569 | 2026-07-23T01:49:35.187Z | Compiling xshell-macros v0.2.7 |
| 2570 | 2026-07-23T01:49:35.605Z | Checking xshell v0.2.7 |
| 2571 | 2026-07-23T01:49:35.739Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2572 | 2026-07-23T01:49:35.970Z | Checking half v1.8.3 |
| 2573 | 2026-07-23T01:49:36.016Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2574 | 2026-07-23T01:49:36.061Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2575 | 2026-07-23T01:49:36.192Z | Checking serde_cbor v0.11.2 |
| 2576 | 2026-07-23T01:49:36.257Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2577 | 2026-07-23T01:49:36.597Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2578 | 2026-07-23T01:49:36.691Z | Compiling proc-macro-error2 v2.0.1 |
| 2579 | 2026-07-23T01:49:36.818Z | Compiling num-derive v0.3.3 |
| 2580 | 2026-07-23T01:49:36.821Z | Checking maplit v1.0.2 |
| 2581 | 2026-07-23T01:49:36.890Z | Checking papergrid v0.17.0 |
| 2582 | 2026-07-23T01:49:36.962Z | Checking testing_table v0.3.0 |
| 2583 | 2026-07-23T01:49:37.023Z | Compiling tabled_derive v0.11.0 |
| 2584 | 2026-07-23T01:49:37.080Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2585 | 2026-07-23T01:49:37.442Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2586 | 2026-07-23T01:49:37.541Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2587 | 2026-07-23T01:49:37.742Z | Compiling progenitor-impl v0.13.0 |
| 2588 | 2026-07-23T01:49:37.775Z | Checking libscf-sys v1.1.0 |
| 2589 | 2026-07-23T01:49:37.931Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2590 | 2026-07-23T01:49:37.978Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2591 | 2026-07-23T01:49:38.166Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2592 | 2026-07-23T01:49:38.203Z | Checking tabled v0.20.0 |
| 2593 | 2026-07-23T01:49:38.487Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2594 | 2026-07-23T01:49:38.521Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2595 | 2026-07-23T01:49:38.810Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2596 | 2026-07-23T01:49:39.160Z | Checking progenitor-client v0.13.0 |
| 2597 | 2026-07-23T01:49:39.412Z | Checking unicase v2.9.0 |
| 2598 | 2026-07-23T01:49:39.514Z | Checking crc8 v0.1.1 |
| 2599 | 2026-07-23T01:49:39.605Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2600 | 2026-07-23T01:49:39.648Z | Checking fxhash v0.2.1 |
| 2601 | 2026-07-23T01:49:39.795Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2602 | 2026-07-23T01:49:39.800Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2603 | 2026-07-23T01:49:40.276Z | Compiling vergen-lib v0.1.6 |
| 2604 | 2026-07-23T01:49:40.354Z | Compiling diesel_derives v2.3.7 |
| 2605 | 2026-07-23T01:49:40.392Z | Compiling progenitor-macro v0.13.0 |
| 2606 | 2026-07-23T01:49:40.437Z | Compiling dsl_auto_type v0.2.0 |
| 2607 | 2026-07-23T01:49:40.537Z | Checking scheduled-thread-pool v0.2.7 |
| 2608 | 2026-07-23T01:49:40.607Z | Compiling vergen-gitcl v1.0.8 |
| 2609 | 2026-07-23T01:49:40.650Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2610 | 2026-07-23T01:49:40.708Z | Checking r2d2 v0.8.10 |
| 2611 | 2026-07-23T01:49:40.792Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2612 | 2026-07-23T01:49:40.878Z | Checking downcast-rs v2.0.2 |
| 2613 | 2026-07-23T01:49:40.915Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2614 | 2026-07-23T01:49:40.946Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2615 | 2026-07-23T01:49:41.120Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2616 | 2026-07-23T01:49:41.210Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2617 | 2026-07-23T01:49:41.397Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2618 | 2026-07-23T01:49:41.433Z | Checking kstat-rs v0.2.4 |
| 2619 | 2026-07-23T01:49:41.437Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2620 | 2026-07-23T01:49:41.555Z | Checking arc-swap v1.8.2 |
| 2621 | 2026-07-23T01:49:41.588Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2622 | 2026-07-23T01:49:41.658Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2623 | 2026-07-23T01:49:41.702Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2624 | 2026-07-23T01:49:41.810Z | Checking slog-scope v4.4.1 |
| 2625 | 2026-07-23T01:49:41.975Z | Compiling dirs-sys-next v0.1.2 |
| 2626 | 2026-07-23T01:49:42.010Z | Compiling crunchy v0.2.4 |
| 2627 | 2026-07-23T01:49:42.291Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2628 | 2026-07-23T01:49:42.324Z | Compiling parking_lot_core v0.8.6 |
| 2629 | 2026-07-23T01:49:42.396Z | Compiling dirs-next v2.0.0 |
| 2630 | 2026-07-23T01:49:42.445Z | Checking slog-stdlog v4.1.1 |
| 2631 | 2026-07-23T01:49:42.545Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2632 | 2026-07-23T01:49:42.597Z | Compiling clang-sys v1.8.1 |
| 2633 | 2026-07-23T01:49:42.685Z | Compiling git-stub v1.0.0 |
| 2634 | 2026-07-23T01:49:42.973Z | Compiling tiny-keccak v2.0.2 |
| 2635 | 2026-07-23T01:49:43.048Z | Compiling git-stub-vcs v0.1.0 |
| 2636 | 2026-07-23T01:49:43.129Z | Checking slog-envlogger v2.2.0 |
| 2637 | 2026-07-23T01:49:43.293Z | Compiling term v0.7.0 |
| 2638 | 2026-07-23T01:49:43.359Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2639 | 2026-07-23T01:49:43.433Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2640 | 2026-07-23T01:49:43.488Z | Compiling bit-vec v0.6.3 |
| 2641 | 2026-07-23T01:49:43.661Z | Compiling ascii-canvas v3.0.0 |
| 2642 | 2026-07-23T01:49:43.696Z | Compiling bit-set v0.5.3 |
| 2643 | 2026-07-23T01:49:43.730Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2644 | 2026-07-23T01:49:43.841Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2645 | 2026-07-23T01:49:43.912Z | Checking parking_lot v0.11.2 |
| 2646 | 2026-07-23T01:49:43.945Z | Checking prefix-trie v0.7.0 |
| 2647 | 2026-07-23T01:49:44.134Z | Compiling itertools v0.10.5 |
| 2648 | 2026-07-23T01:49:44.170Z | Compiling ena v0.14.4 |
| 2649 | 2026-07-23T01:49:44.216Z | Compiling libloading v0.8.9 |
| 2650 | 2026-07-23T01:49:44.298Z | Compiling bindgen v0.71.1 |
| 2651 | 2026-07-23T01:49:44.333Z | Compiling regex-syntax v0.6.29 |
| 2652 | 2026-07-23T01:49:44.408Z | Compiling diff v0.1.13 |
| 2653 | 2026-07-23T01:49:44.706Z | Checking hickory-server v0.25.2 |
| 2654 | 2026-07-23T01:49:44.869Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2655 | 2026-07-23T01:49:45.221Z | Checking sled v0.34.7 |
| 2656 | 2026-07-23T01:49:45.275Z | Checking progenitor v0.13.0 |
| 2657 | 2026-07-23T01:49:45.439Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2658 | 2026-07-23T01:49:45.474Z | Compiling cexpr v0.6.0 |
| 2659 | 2026-07-23T01:49:45.951Z | Compiling lalrpop v0.19.12 |
| 2660 | 2026-07-23T01:49:46.171Z | Checking nanorand v0.7.0 |
| 2661 | 2026-07-23T01:49:46.324Z | Checking diesel v2.3.7 |
| 2662 | 2026-07-23T01:49:46.418Z | Compiling rustc-hash v2.1.1 |
| 2663 | 2026-07-23T01:49:46.436Z | Compiling salty v0.3.0 |
| 2664 | 2026-07-23T01:49:46.470Z | Checking flume v0.11.1 |
| 2665 | 2026-07-23T01:49:46.766Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2666 | 2026-07-23T01:49:46.809Z | Compiling libxml v0.3.3 |
| 2667 | 2026-07-23T01:49:46.985Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2668 | 2026-07-23T01:49:47.396Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2669 | 2026-07-23T01:49:47.820Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2670 | 2026-07-23T01:49:47.918Z | Compiling strum_macros v0.24.3 |
| 2671 | 2026-07-23T01:49:48.067Z | Compiling fs-err v2.11.0 |
| 2672 | 2026-07-23T01:49:48.320Z | Compiling indoc v1.0.9 |
| 2673 | 2026-07-23T01:49:48.804Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2674 | 2026-07-23T01:49:49.044Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2675 | 2026-07-23T01:49:49.275Z | Checking quick-xml v0.37.5 |
| 2676 | 2026-07-23T01:49:49.329Z | Checking derive_builder v0.20.2 |
| 2677 | 2026-07-23T01:49:49.413Z | Compiling oso-derive v0.27.3 |
| 2678 | 2026-07-23T01:49:49.473Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2679 | 2026-07-23T01:49:49.986Z | Compiling trait-variant v0.1.2 |
| 2680 | 2026-07-23T01:49:50.146Z | Checking openssl-probe v0.1.6 |
| 2681 | 2026-07-23T01:49:50.520Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2682 | 2026-07-23T01:49:50.549Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2683 | 2026-07-23T01:49:51.035Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2684 | 2026-07-23T01:49:51.349Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2685 | 2026-07-23T01:49:51.719Z | Checking rfc6979 v0.4.0 |
| 2686 | 2026-07-23T01:49:51.817Z | Checking parse-size v1.1.0 |
| 2687 | 2026-07-23T01:49:51.873Z | Checking assert_matches v1.5.0 |
| 2688 | 2026-07-23T01:49:51.968Z | Checking ecdsa v0.16.9 |
| 2689 | 2026-07-23T01:49:51.993Z | Checking primeorder v0.13.6 |
| 2690 | 2026-07-23T01:49:52.004Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2691 | 2026-07-23T01:49:52.267Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2692 | 2026-07-23T01:49:52.338Z | Checking p384 v0.13.1 |
| 2693 | 2026-07-23T01:49:52.506Z | Checking predicates-tree v1.0.13 |
| 2694 | 2026-07-23T01:49:52.659Z | Checking bb8 v0.8.6 |
| 2695 | 2026-07-23T01:49:52.788Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2696 | 2026-07-23T01:49:53.015Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2697 | 2026-07-23T01:49:53.087Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2698 | 2026-07-23T01:49:53.128Z | Compiling mime_guess v2.0.5 |
| 2699 | 2026-07-23T01:49:53.176Z | Checking http-range v0.1.5 |
| 2700 | 2026-07-23T01:49:53.470Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2701 | 2026-07-23T01:49:53.585Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2702 | 2026-07-23T01:49:53.693Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2703 | 2026-07-23T01:49:53.886Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2704 | 2026-07-23T01:49:53.981Z | Checking atty v0.2.14 |
| 2705 | 2026-07-23T01:49:53.981Z | Checking nonempty v0.12.0 |
| 2706 | 2026-07-23T01:49:53.982Z | Checking corncobs v0.1.4 |
| 2707 | 2026-07-23T01:49:54.024Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2708 | 2026-07-23T01:49:54.170Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2709 | 2026-07-23T01:49:54.670Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2710 | 2026-07-23T01:49:54.682Z | Checking ignore v0.4.25 |
| 2711 | 2026-07-23T01:49:54.682Z | Checking secrecy v0.8.0 |
| 2712 | 2026-07-23T01:49:54.682Z | Checking hyper-staticfile v0.10.1 |
| 2713 | 2026-07-23T01:49:54.776Z | Checking globwalk v0.9.1 |
| 2714 | 2026-07-23T01:49:54.819Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2715 | 2026-07-23T01:49:54.847Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2716 | 2026-07-23T01:49:55.009Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2717 | 2026-07-23T01:49:55.163Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2718 | 2026-07-23T01:49:55.177Z | Checking camino-tempfile-ext v0.3.3 |
| 2719 | 2026-07-23T01:49:55.318Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2720 | 2026-07-23T01:49:55.422Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2721 | 2026-07-23T01:49:55.465Z | Checking signal-hook-tokio v0.3.1 |
| 2722 | 2026-07-23T01:49:55.565Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2723 | 2026-07-23T01:49:55.778Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2724 | 2026-07-23T01:49:55.860Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2725 | 2026-07-23T01:49:56.095Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2726 | 2026-07-23T01:49:56.261Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2727 | 2026-07-23T01:49:56.560Z | Checking illumos-nvpair v0.3.0 |
| 2728 | 2026-07-23T01:49:56.622Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2729 | 2026-07-23T01:49:56.664Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2730 | 2026-07-23T01:49:56.702Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2731 | 2026-07-23T01:49:56.751Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2732 | 2026-07-23T01:49:56.990Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2733 | 2026-07-23T01:49:57.059Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2734 | 2026-07-23T01:49:57.099Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2735 | 2026-07-23T01:49:57.379Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2736 | 2026-07-23T01:49:57.753Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2737 | 2026-07-23T01:49:57.960Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2738 | 2026-07-23T01:49:58.567Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2739 | 2026-07-23T01:49:58.663Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2740 | 2026-07-23T01:49:58.986Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2741 | 2026-07-23T01:49:59.258Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2742 | 2026-07-23T01:49:59.698Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2743 | 2026-07-23T01:49:59.735Z | Checking tungstenite v0.23.0 |
| 2744 | 2026-07-23T01:50:00.004Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2745 | 2026-07-23T01:50:00.033Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2746 | 2026-07-23T01:50:00.071Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2747 | 2026-07-23T01:50:00.194Z | Checking tokio-tungstenite v0.23.1 |
| 2748 | 2026-07-23T01:50:00.440Z | Checking async-bb8-diesel v0.2.1 |
| 2749 | 2026-07-23T01:50:00.444Z | Checking diesel-dtrace v0.5.0 |
| 2750 | 2026-07-23T01:50:00.508Z | Checking rand_seeder v0.4.0 |
| 2751 | 2026-07-23T01:50:00.688Z | Checking void v1.0.2 |
| 2752 | 2026-07-23T01:50:00.746Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2753 | 2026-07-23T01:50:00.821Z | Checking lzss v0.8.2 |
| 2754 | 2026-07-23T01:50:00.824Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2755 | 2026-07-23T01:50:00.934Z | Checking nix v0.27.1 |
| 2756 | 2026-07-23T01:50:01.044Z | Checking serde_bytes v0.11.19 |
| 2757 | 2026-07-23T01:50:01.140Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2758 | 2026-07-23T01:50:01.177Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2759 | 2026-07-23T01:50:01.277Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2760 | 2026-07-23T01:50:01.478Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2761 | 2026-07-23T01:50:01.889Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2762 | 2026-07-23T01:50:02.037Z | Checking is_ci v1.2.0 |
| 2763 | 2026-07-23T01:50:02.171Z | Checking yansi v1.0.1 |
| 2764 | 2026-07-23T01:50:02.240Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2765 | 2026-07-23T01:50:02.370Z | Checking cpubits v0.1.1 |
| 2766 | 2026-07-23T01:50:02.457Z | Checking pretty_assertions v1.4.1 |
| 2767 | 2026-07-23T01:50:02.493Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2768 | 2026-07-23T01:50:02.623Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2769 | 2026-07-23T01:50:02.782Z | Checking pem-rfc7468 v1.0.0 |
| 2770 | 2026-07-23T01:50:02.894Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2771 | 2026-07-23T01:50:02.979Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2772 | 2026-07-23T01:50:03.244Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2773 | 2026-07-23T01:50:03.501Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2774 | 2026-07-23T01:50:03.748Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2775 | 2026-07-23T01:50:04.229Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2776 | 2026-07-23T01:50:04.282Z | Checking hmac v0.13.0 |
| 2777 | 2026-07-23T01:50:04.327Z | Checking sha2 v0.11.0 |
| 2778 | 2026-07-23T01:50:04.477Z | Checking universal-hash v0.6.1 |
| 2779 | 2026-07-23T01:50:04.639Z | Compiling libz-sys v1.1.24 |
| 2780 | 2026-07-23T01:50:05.026Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2781 | 2026-07-23T01:50:05.064Z | Compiling instability v0.3.11 |
| 2782 | 2026-07-23T01:50:05.196Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2783 | 2026-07-23T01:50:05.232Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2784 | 2026-07-23T01:50:05.376Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2785 | 2026-07-23T01:50:05.420Z | Checking castaway v0.2.4 |
| 2786 | 2026-07-23T01:50:05.559Z | Compiling indoc v2.0.7 |
| 2787 | 2026-07-23T01:50:05.661Z | Checking compact_str v0.8.1 |
| 2788 | 2026-07-23T01:50:06.106Z | Checking polyval v0.7.1 |
| 2789 | 2026-07-23T01:50:06.340Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2790 | 2026-07-23T01:50:06.597Z | Checking der v0.8.0 |
| 2791 | 2026-07-23T01:50:06.641Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2792 | 2026-07-23T01:50:06.825Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2793 | 2026-07-23T01:50:06.887Z | Checking unicode-truncate v1.1.0 |
| 2794 | 2026-07-23T01:50:06.946Z | Checking lru v0.12.5 |
| 2795 | 2026-07-23T01:50:07.058Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2796 | 2026-07-23T01:50:07.093Z | Checking cassowary v0.3.0 |
| 2797 | 2026-07-23T01:50:07.224Z | Checking ghash v0.6.0 |
| 2798 | 2026-07-23T01:50:07.332Z | Checking ratatui v0.29.0 |
| 2799 | 2026-07-23T01:50:07.441Z | Checking pbkdf2 v0.13.0 |
| 2800 | 2026-07-23T01:50:07.549Z | Checking aes v0.9.1 |
| 2801 | 2026-07-23T01:50:07.591Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2802 | 2026-07-23T01:50:07.995Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2803 | 2026-07-23T01:50:08.265Z | Checking ctr v0.10.1 |
| 2804 | 2026-07-23T01:50:08.491Z | Checking aead v0.6.1 |
| 2805 | 2026-07-23T01:50:08.667Z | Checking cargo-platform v0.3.2 |
| 2806 | 2026-07-23T01:50:08.702Z | Checking aes-gcm v0.11.0 |
| 2807 | 2026-07-23T01:50:08.818Z | Checking spki v0.8.0 |
| 2808 | 2026-07-23T01:50:08.881Z | Checking cargo_metadata v0.23.1 |
| 2809 | 2026-07-23T01:50:08.915Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2810 | 2026-07-23T01:50:09.029Z | Checking crypto-bigint v0.7.5 |
| 2811 | 2026-07-23T01:50:09.677Z | Checking supports-color v3.0.2 |
| 2812 | 2026-07-23T01:50:09.841Z | Checking console v0.16.2 |
| 2813 | 2026-07-23T01:50:10.186Z | Checking salsa20 v0.11.0 |
| 2814 | 2026-07-23T01:50:10.306Z | Checking cbc v0.2.1 |
| 2815 | 2026-07-23T01:50:10.362Z | Compiling vergen-git2 v9.1.0 |
| 2816 | 2026-07-23T01:50:10.478Z | Checking unit-prefix v0.5.2 |
| 2817 | 2026-07-23T01:50:10.595Z | Checking plotters-backend v0.3.7 |
| 2818 | 2026-07-23T01:50:10.638Z | Checking indicatif v0.18.4 |
| 2819 | 2026-07-23T01:50:10.830Z | Checking plotters-svg v0.3.7 |
| 2820 | 2026-07-23T01:50:11.047Z | Checking scrypt v0.12.0 |
| 2821 | 2026-07-23T01:50:11.107Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2822 | 2026-07-23T01:50:11.243Z | Checking libsw-core v0.3.2 |
| 2823 | 2026-07-23T01:50:11.289Z | Checking cast v0.3.0 |
| 2824 | 2026-07-23T01:50:11.390Z | Checking pkcs5 v0.8.1 |
| 2825 | 2026-07-23T01:50:11.425Z | Checking libsw v3.5.0 |
| 2826 | 2026-07-23T01:50:11.471Z | Checking criterion-plot v0.6.0 |
| 2827 | 2026-07-23T01:50:11.608Z | Checking plotters v0.3.7 |
| 2828 | 2026-07-23T01:50:11.726Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2829 | 2026-07-23T01:50:11.761Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2830 | 2026-07-23T01:50:11.995Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2831 | 2026-07-23T01:50:12.235Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2832 | 2026-07-23T01:50:12.372Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2833 | 2026-07-23T01:50:12.477Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2834 | 2026-07-23T01:50:12.612Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2835 | 2026-07-23T01:50:12.711Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2836 | 2026-07-23T01:50:12.714Z | Checking colored v2.2.0 |
| 2837 | 2026-07-23T01:50:12.853Z | Checking tinytemplate v1.2.1 |
| 2838 | 2026-07-23T01:50:12.947Z | Checking oorandom v11.1.5 |
| 2839 | 2026-07-23T01:50:13.090Z | Checking anes v0.1.6 |
| 2840 | 2026-07-23T01:50:13.125Z | Checking shell-words v1.1.1 |
| 2841 | 2026-07-23T01:50:13.323Z | Checking criterion v0.7.0 |
| 2842 | 2026-07-23T01:50:13.370Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2843 | 2026-07-23T01:50:13.668Z | Checking pkcs8 v0.11.0 |
| 2844 | 2026-07-23T01:50:13.903Z | Checking oxide-update-engine-display v0.1.2 |
| 2845 | 2026-07-23T01:50:14.240Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2846 | 2026-07-23T01:50:14.559Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2847 | 2026-07-23T01:50:15.030Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2848 | 2026-07-23T01:50:15.314Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2849 | 2026-07-23T01:50:15.844Z | Checking tokio-test v0.4.5 |
| 2850 | 2026-07-23T01:50:16.081Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2851 | 2026-07-23T01:50:16.323Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2852 | 2026-07-23T01:50:16.732Z | Checking twox-hash v2.1.2 |
| 2853 | 2026-07-23T01:50:17.073Z | Checking ff v0.14.0 |
| 2854 | 2026-07-23T01:50:17.243Z | Checking arrayvec v0.7.6 |
| 2855 | 2026-07-23T01:50:17.469Z | Checking constant_time_eq v0.4.2 |
| 2856 | 2026-07-23T01:50:17.642Z | Checking arrayref v0.3.9 |
| 2857 | 2026-07-23T01:50:17.807Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2858 | 2026-07-23T01:50:18.011Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2859 | 2026-07-23T01:50:18.425Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2860 | 2026-07-23T01:50:18.709Z | Checking fatfs v0.3.6 |
| 2861 | 2026-07-23T01:50:19.202Z | Checking signature v3.0.0 |
| 2862 | 2026-07-23T01:50:19.236Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2863 | 2026-07-23T01:50:19.379Z | Checking base16ct v1.0.0 |
| 2864 | 2026-07-23T01:50:19.420Z | Compiling seq-macro v0.3.6 |
| 2865 | 2026-07-23T01:50:19.543Z | Checking sec1 v0.8.1 |
| 2866 | 2026-07-23T01:50:19.781Z | Checking group v0.14.0 |
| 2867 | 2026-07-23T01:50:19.814Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2868 | 2026-07-23T01:50:19.961Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2869 | 2026-07-23T01:50:19.964Z | Checking hkdf v0.13.0 |
| 2870 | 2026-07-23T01:50:20.037Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2871 | 2026-07-23T01:50:20.166Z | Compiling petname v2.0.2 |
| 2872 | 2026-07-23T01:50:20.561Z | Checking elliptic-curve v0.14.0-rc.33 |
| 2873 | 2026-07-23T01:50:20.854Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2874 | 2026-07-23T01:50:21.065Z | Checking concurrent-queue v2.5.0 |
| 2875 | 2026-07-23T01:50:21.286Z | Checking rtoolbox v0.0.3 |
| 2876 | 2026-07-23T01:50:21.370Z | Checking parking v2.2.1 |
| 2877 | 2026-07-23T01:50:21.447Z | Checking rpassword v7.5.4 |
| 2878 | 2026-07-23T01:50:21.520Z | Checking event-listener v5.4.1 |
| 2879 | 2026-07-23T01:50:21.771Z | Checking tui-tree-widget v0.23.1 |
| 2880 | 2026-07-23T01:50:21.987Z | Checking rfc6979 v0.5.0 |
| 2881 | 2026-07-23T01:50:22.047Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2882 | 2026-07-23T01:50:22.153Z | Checking sapling-renderdag v0.1.0 |
| 2883 | 2026-07-23T01:50:22.237Z | Compiling blake3 v1.8.5 |
| 2884 | 2026-07-23T01:50:22.422Z | Checking sync-ptr v0.1.4 |
| 2885 | 2026-07-23T01:50:22.569Z | Checking ecdsa v0.17.0-rc.18 |
| 2886 | 2026-07-23T01:50:22.968Z | Checking event-listener-strategy v0.5.4 |
| 2887 | 2026-07-23T01:50:23.132Z | Checking primeorder v0.14.0-rc.10 |
| 2888 | 2026-07-23T01:50:23.167Z | Checking primefield v0.14.0 |
| 2889 | 2026-07-23T01:50:23.415Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2890 | 2026-07-23T01:50:23.483Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 2891 | 2026-07-23T01:50:23.655Z | Checking futures-timer v3.0.3 |
| 2892 | 2026-07-23T01:50:24.013Z | Checking async-lock v3.4.2 |
| 2893 | 2026-07-23T01:50:24.270Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2894 | 2026-07-23T01:50:24.323Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2895 | 2026-07-23T01:50:24.435Z | Checking ssh-encoding v0.3.0-rc.9 |
| 2896 | 2026-07-23T01:50:24.691Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2897 | 2026-07-23T01:50:25.241Z | Compiling strsim v0.10.0 |
| 2898 | 2026-07-23T01:50:25.605Z | Checking topological-sort v0.2.2 |
| 2899 | 2026-07-23T01:50:25.747Z | Compiling darling_core v0.13.4 |
| 2900 | 2026-07-23T01:50:25.788Z | Checking omicron-zone-package v0.12.3 |
| 2901 | 2026-07-23T01:50:26.685Z | Checking async-object-pool v0.2.0 |
| 2902 | 2026-07-23T01:50:26.918Z | Compiling samael v0.0.19 |
| 2903 | 2026-07-23T01:50:27.054Z | Checking ed25519 v3.0.0 |
| 2904 | 2026-07-23T01:50:27.281Z | Checking crypto-primes v0.7.2 |
| 2905 | 2026-07-23T01:50:27.618Z | Checking pkcs1 v0.8.0-rc.4 |
| 2906 | 2026-07-23T01:50:27.672Z | Checking poly1305 v0.9.0 |
| 2907 | 2026-07-23T01:50:27.856Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2908 | 2026-07-23T01:50:27.968Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2909 | 2026-07-23T01:50:28.255Z | Checking serde_regex v1.1.0 |
| 2910 | 2026-07-23T01:50:28.317Z | Checking blowfish v0.10.0 |
| 2911 | 2026-07-23T01:50:28.460Z | Checking blake2 v0.11.0-rc.6 |
| 2912 | 2026-07-23T01:50:28.495Z | Checking assert-json-diff v2.0.2 |
| 2913 | 2026-07-23T01:50:28.658Z | Checking path-tree v0.8.3 |
| 2914 | 2026-07-23T01:50:28.693Z | Checking keccak v0.2.0 |
| 2915 | 2026-07-23T01:50:28.750Z | Compiling target-lexicon v0.13.3 |
| 2916 | 2026-07-23T01:50:28.878Z | Checking fiat-crypto v0.3.0 |
| 2917 | 2026-07-23T01:50:28.884Z | Checking stringmetrics v2.2.2 |
| 2918 | 2026-07-23T01:50:29.094Z | Checking gimli v0.32.3 |
| 2919 | 2026-07-23T01:50:29.344Z | Checking httpmock v0.8.3 |
| 2920 | 2026-07-23T01:50:30.652Z | Checking addr2line v0.25.1 |
| 2921 | 2026-07-23T01:50:30.953Z | Checking sha3 v0.11.0 |
| 2922 | 2026-07-23T01:50:31.333Z | Checking argon2 v0.6.0-rc.8 |
| 2923 | 2026-07-23T01:50:31.549Z | Checking bcrypt-pbkdf v0.11.0 |
| 2924 | 2026-07-23T01:50:31.677Z | Checking rsa v0.10.0-rc.18 |
| 2925 | 2026-07-23T01:50:31.738Z | Checking ssh-cipher v0.3.0-rc.9 |
| 2926 | 2026-07-23T01:50:31.977Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 2927 | 2026-07-23T01:50:32.072Z | Compiling darling_macro v0.13.4 |
| 2928 | 2026-07-23T01:50:32.249Z | Checking p521 v0.14.0-rc.10 |
| 2929 | 2026-07-23T01:50:32.594Z | Checking p256 v0.14.0-rc.10 |
| 2930 | 2026-07-23T01:50:33.389Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2931 | 2026-07-23T01:50:33.655Z | Checking kem v0.3.0 |
| 2932 | 2026-07-23T01:50:33.807Z | Checking module-lattice v0.2.3 |
| 2933 | 2026-07-23T01:50:34.028Z | Checking p384 v0.14.0-rc.10 |
| 2934 | 2026-07-23T01:50:34.061Z | Checking rustc-demangle v0.1.27 |
| 2935 | 2026-07-23T01:50:34.107Z | Checking hex-literal v0.4.1 |
| 2936 | 2026-07-23T01:50:34.235Z | Compiling guppy-workspace-hack v0.1.0 |
| 2937 | 2026-07-23T01:50:34.316Z | Checking backtrace v0.3.76 |
| 2938 | 2026-07-23T01:50:34.505Z | Checking ml-kem v0.3.2 |
| 2939 | 2026-07-23T01:50:34.642Z | Compiling git2 v0.20.4 |
| 2940 | 2026-07-23T01:50:34.695Z | Compiling darling v0.13.4 |
| 2941 | 2026-07-23T01:50:35.070Z | Checking russh-cryptovec v0.61.0 |
| 2942 | 2026-07-23T01:50:35.261Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2943 | 2026-07-23T01:50:35.297Z | Checking internal-russh-num-bigint v0.5.0 |
| 2944 | 2026-07-23T01:50:35.331Z | Checking num-bigint v0.4.6 |
| 2945 | 2026-07-23T01:50:35.503Z | Checking russh-util v0.52.0 |
| 2946 | 2026-07-23T01:50:35.663Z | Checking generic-array v1.4.3 |
| 2947 | 2026-07-23T01:50:36.077Z | Checking ssh-key v0.7.0-rc.10 |
| 2948 | 2026-07-23T01:50:36.110Z | Compiling enum_dispatch v0.3.13 |
| 2949 | 2026-07-23T01:50:36.275Z | Compiling delegate v0.13.5 |
| 2950 | 2026-07-23T01:50:36.318Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2951 | 2026-07-23T01:50:37.016Z | Checking hex-literal v1.1.0 |
| 2952 | 2026-07-23T01:50:37.117Z | Compiling target-spec v3.5.7 |
| 2953 | 2026-07-23T01:50:37.152Z | Checking md5 v0.8.0 |
| 2954 | 2026-07-23T01:50:37.257Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2955 | 2026-07-23T01:50:37.355Z | Checking russh v0.61.2 |
| 2956 | 2026-07-23T01:50:37.521Z | Checking cfg-expr v0.20.6 |
| 2957 | 2026-07-23T01:50:37.569Z | Compiling serde_with_macros v1.5.2 |
| 2958 | 2026-07-23T01:50:37.911Z | Checking backtrace-ext v0.2.1 |
| 2959 | 2026-07-23T01:50:37.990Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2960 | 2026-07-23T01:50:38.054Z | Checking supports-color v2.1.0 |
| 2961 | 2026-07-23T01:50:38.088Z | Checking textwrap v0.15.2 |
| 2962 | 2026-07-23T01:50:38.219Z | Checking supports-unicode v2.1.0 |
| 2963 | 2026-07-23T01:50:38.355Z | Checking supports-hyperlinks v2.1.0 |
| 2964 | 2026-07-23T01:50:38.399Z | Checking hashbrown v0.14.5 |
| 2965 | 2026-07-23T01:50:38.481Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2966 | 2026-07-23T01:50:38.516Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2967 | 2026-07-23T01:50:38.700Z | Checking socket2 v0.5.10 |
| 2968 | 2026-07-23T01:50:38.755Z | Checking terminal_size v0.1.17 |
| 2969 | 2026-07-23T01:50:38.897Z | Compiling miette-derive v5.10.0 |
| 2970 | 2026-07-23T01:50:38.932Z | Checking internet-checksum v0.2.1 |
| 2971 | 2026-07-23T01:50:39.084Z | Checking owo-colors v3.5.0 |
| 2972 | 2026-07-23T01:50:39.657Z | Checking chumsky v0.9.3 |
| 2973 | 2026-07-23T01:50:40.095Z | Checking miette v5.10.0 |
| 2974 | 2026-07-23T01:50:40.345Z | Compiling serde_with v1.14.0 |
| 2975 | 2026-07-23T01:50:40.745Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2976 | 2026-07-23T01:50:40.844Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2977 | 2026-07-23T01:50:40.984Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2978 | 2026-07-23T01:50:41.332Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2979 | 2026-07-23T01:50:41.510Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2980 | 2026-07-23T01:50:41.545Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2981 | 2026-07-23T01:50:41.619Z | Compiling knuffel-derive v3.2.0 |
| 2982 | 2026-07-23T01:50:41.714Z | Checking httptest v0.16.4 |
| 2983 | 2026-07-23T01:50:41.773Z | Checking pathdiff v0.2.3 |
| 2984 | 2026-07-23T01:50:41.912Z | Checking nested v0.1.1 |
| 2985 | 2026-07-23T01:50:42.083Z | Checking guppy v0.17.25 |
| 2986 | 2026-07-23T01:50:42.118Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2987 | 2026-07-23T01:50:42.388Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2988 | 2026-07-23T01:50:42.654Z | Checking similar-asserts v1.7.0 |
| 2989 | 2026-07-23T01:50:42.841Z | Compiling target-triple v1.0.0 |
| 2990 | 2026-07-23T01:50:43.040Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2991 | 2026-07-23T01:50:43.142Z | Checking knuffel v3.2.0 |
| 2992 | 2026-07-23T01:50:43.222Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2993 | 2026-07-23T01:50:43.656Z | Compiling polar-core v0.27.3 |
| 2994 | 2026-07-23T01:50:43.822Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2995 | 2026-07-23T01:50:43.853Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2996 | 2026-07-23T01:50:43.897Z | Checking hickory-client v0.25.2 |
| 2997 | 2026-07-23T01:50:44.208Z | Checking escape8259 v0.5.3 |
| 2998 | 2026-07-23T01:50:44.371Z | Compiling assert_cmd v2.1.2 |
| 2999 | 2026-07-23T01:50:44.479Z | Checking libtest-mimic v0.8.1 |
| 3000 | 2026-07-23T01:50:44.903Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3001 | 2026-07-23T01:50:44.939Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3002 | 2026-07-23T01:50:45.033Z | Checking blake2b_simd v1.0.4 |
| 3003 | 2026-07-23T01:50:45.139Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3004 | 2026-07-23T01:50:45.459Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3005 | 2026-07-23T01:50:45.549Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3006 | 2026-07-23T01:50:45.664Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3007 | 2026-07-23T01:50:45.862Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3008 | 2026-07-23T01:50:45.889Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3009 | 2026-07-23T01:50:46.104Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3010 | 2026-07-23T01:50:46.116Z | Checking fancy-regex v0.14.0 |
| 3011 | 2026-07-23T01:50:46.279Z | Checking serde_tokenstream v0.2.3 |
| 3012 | 2026-07-23T01:50:46.473Z | Checking approx v0.5.1 |
| 3013 | 2026-07-23T01:50:46.537Z | Compiling rstest_macros v0.25.0 |
| 3014 | 2026-07-23T01:50:46.610Z | Checking uzers v0.12.2 |
| 3015 | 2026-07-23T01:50:46.655Z | Checking termcolor v1.4.1 |
| 3016 | 2026-07-23T01:50:46.783Z | Compiling linkme-impl v0.3.35 |
| 3017 | 2026-07-23T01:50:46.825Z | Checking constant_time_eq v0.3.1 |
| 3018 | 2026-07-23T01:50:46.878Z | Checking trybuild v1.0.116 |
| 3019 | 2026-07-23T01:50:46.953Z | Checking rust-argon2 v2.1.0 |
| 3020 | 2026-07-23T01:50:47.249Z | Checking datatest-stable v0.3.3 |
| 3021 | 2026-07-23T01:50:47.579Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3022 | 2026-07-23T01:50:47.623Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3023 | 2026-07-23T01:50:47.917Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3024 | 2026-07-23T01:50:47.949Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3025 | 2026-07-23T01:50:47.973Z | Checking support-bundle-viewer v0.1.2 |
| 3026 | 2026-07-23T01:50:48.256Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3027 | 2026-07-23T01:50:48.534Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3028 | 2026-07-23T01:50:48.686Z | Checking oso v0.27.3 |
| 3029 | 2026-07-23T01:50:48.776Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3030 | 2026-07-23T01:50:48.811Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3031 | 2026-07-23T01:50:49.016Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3032 | 2026-07-23T01:50:49.053Z | Checking drift v0.2.0 |
| 3033 | 2026-07-23T01:50:49.440Z | Checking digest-io v0.1.0 |
| 3034 | 2026-07-23T01:50:49.601Z | Checking rand_distr v0.5.1 |
| 3035 | 2026-07-23T01:50:49.635Z | Checking multimap v0.10.1 |
| 3036 | 2026-07-23T01:50:49.677Z | Compiling linkme v0.3.35 |
| 3037 | 2026-07-23T01:50:49.827Z | Compiling relative-path v1.9.3 |
| 3038 | 2026-07-23T01:50:49.862Z | Checking rawzip v0.4.4 |
| 3039 | 2026-07-23T01:50:50.060Z | Checking dropshot-api-manager v0.7.2 |
| 3040 | 2026-07-23T01:50:50.331Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3041 | 2026-07-23T01:50:51.240Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3042 | 2026-07-23T01:50:51.618Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3043 | 2026-07-23T01:50:51.653Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3044 | 2026-07-23T01:50:51.685Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3045 | 2026-07-23T01:50:51.778Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3046 | 2026-07-23T01:50:51.895Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3047 | 2026-07-23T01:50:52.235Z | Checking cargo_toml v0.21.0 |
| 3048 | 2026-07-23T01:50:52.292Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3049 | 2026-07-23T01:50:52.389Z | Checking partial-io v0.5.4 |
| 3050 | 2026-07-23T01:50:52.582Z | Checking termios v0.3.3 |
| 3051 | 2026-07-23T01:50:52.618Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3052 | 2026-07-23T01:50:52.779Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3053 | 2026-07-23T01:50:53.102Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3054 | 2026-07-23T01:50:53.707Z | Checking rstest v0.25.0 |
| 3055 | 2026-07-23T01:50:56.031Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3056 | 2026-07-23T01:50:57.857Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3057 | 2026-07-23T01:51:01.666Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3058 | 2026-07-23T01:51:04.791Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3059 | 2026-07-23T01:51:04.917Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3060 | 2026-07-23T01:51:07.027Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3061 | 2026-07-23T01:51:11.119Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3062 | 2026-07-23T01:51:17.366Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3063 | 2026-07-23T01:51:19.573Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3064 | 2026-07-23T01:51:20.052Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3065 | 2026-07-23T01:51:20.477Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3066 | 2026-07-23T01:51:22.810Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3067 | 2026-07-23T01:51:27.010Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3068 | 2026-07-23T01:51:32.025Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3069 | 2026-07-23T01:51:49.862Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3070 | 2026-07-23T01:52:45.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s |
| 3071 | 2026-07-23T01:52:46.287Z | |
| 3072 | 2026-07-23T01:52:46.288Z | real 4:08.935396450 |
| 3073 | 2026-07-23T01:52:46.288Z | user 21:21.649031319 |
| 3074 | 2026-07-23T01:52:46.288Z | sys 4:58.324398643 |
| 3075 | 2026-07-23T01:52:46.288Z | trap 0.519679624 |
| 3076 | 2026-07-23T01:52:46.288Z | tflt 0.507459104 |
| 3077 | 2026-07-23T01:52:46.288Z | dflt 0.512710633 |
| 3078 | 2026-07-23T01:52:46.288Z | kflt 0.006296220 |
| 3079 | 2026-07-23T01:52:46.288Z | lock 58:25.229750818 |
| 3080 | 2026-07-23T01:52:46.288Z | slp 57:52.780700379 |
| 3081 | 2026-07-23T01:52:46.288Z | lat 1:49.379603080 |
| 3082 | 2026-07-23T01:52:46.288Z | stop 11:35.173359837 |
| 3083 | 2026-07-23T01:52:46.292Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3084 | 2026-07-23T01:52:46.292Z | + ptime -m cargo doc --workspace --no-deps |
| 3085 | 2026-07-23T01:52:47.095Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3086 | 2026-07-23T01:52:47.095Z | | |
| 3087 | 2026-07-23T01:52:47.095Z | = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)` |
| 3088 | 2026-07-23T01:52:47.095Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3089 | 2026-07-23T01:52:48.112Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3090 | 2026-07-23T01:52:48.347Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3091 | 2026-07-23T01:52:48.397Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3092 | 2026-07-23T01:52:48.450Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3093 | 2026-07-23T01:52:48.481Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3094 | 2026-07-23T01:52:48.543Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3095 | 2026-07-23T01:52:48.657Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3096 | 2026-07-23T01:52:48.687Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3097 | 2026-07-23T01:52:48.714Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3098 | 2026-07-23T01:52:48.736Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3099 | 2026-07-23T01:52:48.822Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3100 | 2026-07-23T01:52:48.939Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3101 | 2026-07-23T01:52:48.961Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3102 | 2026-07-23T01:52:48.989Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3103 | 2026-07-23T01:52:49.006Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3104 | 2026-07-23T01:52:49.030Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3105 | 2026-07-23T01:52:49.050Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3106 | 2026-07-23T01:52:49.076Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3107 | 2026-07-23T01:52:49.105Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3108 | 2026-07-23T01:52:49.128Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3109 | 2026-07-23T01:52:49.152Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3110 | 2026-07-23T01:52:49.209Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3111 | 2026-07-23T01:52:49.469Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3112 | 2026-07-23T01:52:49.611Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3113 | 2026-07-23T01:52:49.635Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3114 | 2026-07-23T01:52:49.715Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3115 | 2026-07-23T01:52:49.746Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3116 | 2026-07-23T01:52:49.883Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3117 | 2026-07-23T01:52:49.905Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3118 | 2026-07-23T01:52:50.047Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3119 | 2026-07-23T01:52:50.166Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3120 | 2026-07-23T01:52:50.227Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3121 | 2026-07-23T01:52:50.305Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3122 | 2026-07-23T01:52:50.401Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3123 | 2026-07-23T01:52:50.484Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3124 | 2026-07-23T01:52:50.508Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3125 | 2026-07-23T01:52:50.693Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3126 | 2026-07-23T01:52:50.745Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3127 | 2026-07-23T01:52:50.766Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3128 | 2026-07-23T01:52:50.787Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3129 | 2026-07-23T01:52:51.068Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3130 | 2026-07-23T01:52:51.126Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3131 | 2026-07-23T01:52:51.291Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3132 | 2026-07-23T01:52:51.352Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3133 | 2026-07-23T01:52:51.396Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3134 | 2026-07-23T01:52:51.530Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3135 | 2026-07-23T01:52:51.557Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3136 | 2026-07-23T01:52:51.659Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3137 | 2026-07-23T01:52:51.681Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3138 | 2026-07-23T01:52:51.793Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3139 | 2026-07-23T01:52:51.819Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3140 | 2026-07-23T01:52:51.871Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3141 | 2026-07-23T01:52:51.925Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3142 | 2026-07-23T01:52:52.036Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3143 | 2026-07-23T01:52:52.064Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3144 | 2026-07-23T01:52:52.086Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3145 | 2026-07-23T01:52:52.136Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3146 | 2026-07-23T01:52:52.208Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3147 | 2026-07-23T01:52:52.247Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3148 | 2026-07-23T01:52:52.267Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3149 | 2026-07-23T01:52:52.297Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3150 | 2026-07-23T01:52:52.345Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3151 | 2026-07-23T01:52:52.701Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3152 | 2026-07-23T01:52:52.827Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3153 | 2026-07-23T01:52:52.840Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3154 | 2026-07-23T01:52:53.079Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3155 | 2026-07-23T01:52:53.251Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3156 | 2026-07-23T01:52:53.545Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3157 | 2026-07-23T01:52:53.709Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3158 | 2026-07-23T01:52:53.759Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3159 | 2026-07-23T01:52:53.783Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3160 | 2026-07-23T01:52:53.839Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3161 | 2026-07-23T01:52:53.971Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3162 | 2026-07-23T01:52:54.046Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3163 | 2026-07-23T01:52:54.070Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3164 | 2026-07-23T01:52:54.093Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3165 | 2026-07-23T01:52:54.557Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3166 | 2026-07-23T01:52:55.089Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3167 | 2026-07-23T01:52:55.109Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3168 | 2026-07-23T01:52:55.212Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3169 | 2026-07-23T01:52:55.248Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3170 | 2026-07-23T01:52:55.349Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3171 | 2026-07-23T01:52:55.553Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3172 | 2026-07-23T01:52:55.579Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3173 | 2026-07-23T01:52:55.612Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3174 | 2026-07-23T01:52:55.758Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3175 | 2026-07-23T01:52:55.960Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3176 | 2026-07-23T01:52:56.000Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3177 | 2026-07-23T01:52:56.000Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3178 | 2026-07-23T01:52:56.134Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3179 | 2026-07-23T01:52:56.159Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3180 | 2026-07-23T01:52:56.211Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3181 | 2026-07-23T01:52:56.280Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3182 | 2026-07-23T01:52:56.302Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3183 | 2026-07-23T01:52:56.322Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3184 | 2026-07-23T01:52:56.436Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3185 | 2026-07-23T01:52:56.470Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3186 | 2026-07-23T01:52:56.493Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3187 | 2026-07-23T01:52:56.554Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3188 | 2026-07-23T01:52:56.575Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3189 | 2026-07-23T01:52:56.596Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3190 | 2026-07-23T01:52:56.636Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3191 | 2026-07-23T01:52:56.785Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3192 | 2026-07-23T01:52:56.808Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3193 | 2026-07-23T01:52:56.848Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3194 | 2026-07-23T01:52:57.120Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3195 | 2026-07-23T01:52:57.123Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3196 | 2026-07-23T01:52:57.159Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3197 | 2026-07-23T01:52:57.603Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3198 | 2026-07-23T01:52:57.834Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3199 | 2026-07-23T01:52:57.857Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3200 | 2026-07-23T01:52:58.598Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3201 | 2026-07-23T01:52:58.793Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3202 | 2026-07-23T01:52:59.172Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3203 | 2026-07-23T01:52:59.530Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3204 | 2026-07-23T01:53:00.047Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3205 | 2026-07-23T01:53:00.859Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3206 | 2026-07-23T01:53:01.060Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3207 | 2026-07-23T01:53:01.520Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3208 | 2026-07-23T01:53:01.543Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3209 | 2026-07-23T01:53:01.914Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3210 | 2026-07-23T01:53:02.209Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3211 | 2026-07-23T01:53:02.212Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3212 | 2026-07-23T01:53:02.256Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3213 | 2026-07-23T01:53:02.450Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3214 | 2026-07-23T01:53:02.535Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3215 | 2026-07-23T01:53:02.688Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3216 | 2026-07-23T01:53:03.140Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3217 | 2026-07-23T01:53:03.206Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3218 | 2026-07-23T01:53:03.241Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3219 | 2026-07-23T01:53:03.759Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3220 | 2026-07-23T01:53:03.920Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3221 | 2026-07-23T01:53:04.174Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3222 | 2026-07-23T01:53:04.408Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3223 | 2026-07-23T01:53:04.430Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3224 | 2026-07-23T01:53:04.555Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3225 | 2026-07-23T01:53:04.685Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3226 | 2026-07-23T01:53:05.132Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3227 | 2026-07-23T01:53:05.489Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3228 | 2026-07-23T01:53:05.919Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3229 | 2026-07-23T01:53:06.209Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3230 | 2026-07-23T01:53:06.609Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3231 | 2026-07-23T01:53:07.142Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3232 | 2026-07-23T01:53:07.762Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3233 | 2026-07-23T01:53:08.073Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3234 | 2026-07-23T01:53:08.202Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3235 | 2026-07-23T01:53:08.631Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3236 | 2026-07-23T01:53:08.821Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3237 | 2026-07-23T01:53:09.120Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3238 | 2026-07-23T01:53:09.895Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3239 | 2026-07-23T01:53:10.296Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3240 | 2026-07-23T01:53:10.550Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3241 | 2026-07-23T01:53:11.226Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3242 | 2026-07-23T01:53:11.520Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3243 | 2026-07-23T01:53:12.649Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3244 | 2026-07-23T01:53:14.813Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3245 | 2026-07-23T01:53:15.147Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3246 | 2026-07-23T01:53:15.240Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3247 | 2026-07-23T01:53:16.279Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3248 | 2026-07-23T01:53:17.475Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3249 | 2026-07-23T01:53:18.027Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3250 | 2026-07-23T01:53:18.068Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3251 | 2026-07-23T01:53:18.110Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3252 | 2026-07-23T01:53:18.170Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3253 | 2026-07-23T01:53:19.572Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3254 | 2026-07-23T01:53:19.759Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3255 | 2026-07-23T01:53:19.886Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3256 | 2026-07-23T01:53:20.112Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3257 | 2026-07-23T01:53:20.546Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3258 | 2026-07-23T01:53:20.683Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3259 | 2026-07-23T01:53:20.759Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3260 | 2026-07-23T01:53:20.828Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3261 | 2026-07-23T01:53:20.992Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3262 | 2026-07-23T01:53:21.364Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3263 | 2026-07-23T01:53:21.720Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3264 | 2026-07-23T01:53:22.164Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3265 | 2026-07-23T01:53:22.530Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3266 | 2026-07-23T01:53:22.576Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3267 | 2026-07-23T01:53:22.861Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3268 | 2026-07-23T01:53:22.887Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3269 | 2026-07-23T01:53:22.969Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3270 | 2026-07-23T01:53:23.527Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3271 | 2026-07-23T01:53:23.550Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3272 | 2026-07-23T01:53:24.812Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3273 | 2026-07-23T01:53:24.919Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3274 | 2026-07-23T01:53:25.472Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3275 | 2026-07-23T01:53:27.652Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3276 | 2026-07-23T01:53:29.145Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3277 | 2026-07-23T01:53:29.546Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3278 | 2026-07-23T01:53:30.106Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3279 | 2026-07-23T01:53:31.791Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3280 | 2026-07-23T01:53:32.780Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3281 | 2026-07-23T01:53:34.019Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3282 | 2026-07-23T01:53:34.669Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3283 | 2026-07-23T01:53:35.733Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3284 | 2026-07-23T01:53:37.369Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3285 | 2026-07-23T01:53:37.771Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3286 | 2026-07-23T01:53:38.445Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3287 | 2026-07-23T01:53:39.577Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3288 | 2026-07-23T01:53:39.963Z | Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3289 | 2026-07-23T01:53:40.147Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3290 | 2026-07-23T01:53:41.553Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3291 | 2026-07-23T01:53:44.604Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3292 | 2026-07-23T01:53:47.266Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3293 | 2026-07-23T01:53:47.877Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3294 | 2026-07-23T01:53:48.683Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3295 | 2026-07-23T01:53:49.911Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3296 | 2026-07-23T01:53:50.664Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3297 | 2026-07-23T01:53:51.586Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3298 | 2026-07-23T01:53:52.377Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3299 | 2026-07-23T01:53:53.082Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3300 | 2026-07-23T01:53:55.712Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3301 | 2026-07-23T01:53:55.922Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3302 | 2026-07-23T01:53:56.137Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3303 | 2026-07-23T01:53:56.516Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3304 | 2026-07-23T01:53:57.387Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3305 | 2026-07-23T01:53:58.219Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3306 | 2026-07-23T01:53:59.116Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3307 | 2026-07-23T01:54:04.435Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3308 | 2026-07-23T01:54:04.450Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3309 | 2026-07-23T01:54:05.155Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3310 | 2026-07-23T01:54:05.767Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3311 | 2026-07-23T01:54:06.865Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3312 | 2026-07-23T01:54:07.713Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3313 | 2026-07-23T01:54:08.722Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3314 | 2026-07-23T01:54:11.671Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3315 | 2026-07-23T01:54:11.932Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3316 | 2026-07-23T01:54:12.899Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3317 | 2026-07-23T01:54:14.068Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3318 | 2026-07-23T01:54:15.502Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3319 | 2026-07-23T01:54:16.882Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3320 | 2026-07-23T01:54:19.245Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3321 | 2026-07-23T01:54:19.889Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3322 | 2026-07-23T01:54:21.396Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3323 | 2026-07-23T01:54:23.086Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3324 | 2026-07-23T01:54:24.681Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3325 | 2026-07-23T01:54:26.351Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3326 | 2026-07-23T01:54:27.990Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3327 | 2026-07-23T01:54:29.607Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3328 | 2026-07-23T01:54:34.032Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3329 | 2026-07-23T01:54:34.429Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3330 | 2026-07-23T01:54:35.818Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3331 | 2026-07-23T01:54:36.026Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3332 | 2026-07-23T01:54:37.913Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3333 | 2026-07-23T01:54:39.565Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3334 | 2026-07-23T01:54:41.270Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3335 | 2026-07-23T01:54:43.371Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3336 | 2026-07-23T01:54:45.103Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3337 | 2026-07-23T01:54:46.793Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3338 | 2026-07-23T01:54:48.843Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3339 | 2026-07-23T01:54:50.306Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3340 | 2026-07-23T01:54:52.015Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3341 | 2026-07-23T01:54:53.734Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3342 | 2026-07-23T01:54:55.444Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3343 | 2026-07-23T01:54:57.116Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3344 | 2026-07-23T01:54:58.581Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3345 | 2026-07-23T01:55:00.693Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3346 | 2026-07-23T01:55:04.075Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3347 | 2026-07-23T01:55:05.786Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3348 | 2026-07-23T01:55:07.438Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3349 | 2026-07-23T01:55:09.553Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3350 | 2026-07-23T01:55:11.034Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3351 | 2026-07-23T01:55:13.200Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3352 | 2026-07-23T01:55:15.001Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3353 | 2026-07-23T01:55:17.092Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3354 | 2026-07-23T01:55:20.222Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3355 | 2026-07-23T01:55:21.791Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3356 | 2026-07-23T01:55:23.697Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3357 | 2026-07-23T01:55:23.922Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3358 | 2026-07-23T01:55:27.941Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3359 | 2026-07-23T01:55:30.612Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3360 | 2026-07-23T01:55:32.735Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3361 | 2026-07-23T01:55:34.932Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3362 | 2026-07-23T01:55:37.557Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3363 | 2026-07-23T01:55:39.710Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3364 | 2026-07-23T01:55:42.018Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3365 | 2026-07-23T01:55:44.758Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3366 | 2026-07-23T01:55:46.841Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3367 | 2026-07-23T01:55:48.789Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3368 | 2026-07-23T01:55:51.119Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3369 | 2026-07-23T01:55:53.422Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3370 | 2026-07-23T01:55:55.734Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3371 | 2026-07-23T01:55:58.091Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3372 | 2026-07-23T01:56:00.508Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3373 | 2026-07-23T01:56:02.837Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3374 | 2026-07-23T01:56:05.131Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3375 | 2026-07-23T01:56:07.433Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3376 | 2026-07-23T01:56:09.857Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3377 | 2026-07-23T01:56:12.175Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3378 | 2026-07-23T01:56:14.579Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3379 | 2026-07-23T01:56:16.950Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3380 | 2026-07-23T01:56:19.293Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3381 | 2026-07-23T01:56:21.692Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3382 | 2026-07-23T01:56:24.034Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3383 | 2026-07-23T01:56:26.395Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3384 | 2026-07-23T01:56:28.819Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3385 | 2026-07-23T01:56:31.283Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3386 | 2026-07-23T01:56:33.624Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3387 | 2026-07-23T01:56:36.018Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3388 | 2026-07-23T01:56:38.357Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3389 | 2026-07-23T01:56:40.801Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3390 | 2026-07-23T01:56:43.158Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3391 | 2026-07-23T01:56:46.120Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3392 | 2026-07-23T01:56:48.395Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3393 | 2026-07-23T01:56:50.803Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3394 | 2026-07-23T01:56:53.367Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3395 | 2026-07-23T01:56:55.832Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3396 | 2026-07-23T01:56:58.297Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3397 | 2026-07-23T01:57:00.825Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3398 | 2026-07-23T01:57:03.318Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3399 | 2026-07-23T01:57:05.861Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3400 | 2026-07-23T01:57:08.435Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3401 | 2026-07-23T01:57:10.990Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3402 | 2026-07-23T01:57:13.389Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3403 | 2026-07-23T01:57:16.142Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3404 | 2026-07-23T01:57:18.746Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3405 | 2026-07-23T01:57:21.314Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3406 | 2026-07-23T01:57:23.797Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3407 | 2026-07-23T01:57:26.416Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3408 | 2026-07-23T01:57:28.978Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3409 | 2026-07-23T01:57:31.661Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3410 | 2026-07-23T01:57:34.600Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3411 | 2026-07-23T01:57:37.070Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3412 | 2026-07-23T01:57:45.069Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3413 | 2026-07-23T01:57:45.175Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3414 | 2026-07-23T01:57:48.432Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3415 | 2026-07-23T01:57:51.925Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3416 | 2026-07-23T01:57:55.118Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3417 | 2026-07-23T01:57:59.850Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3418 | 2026-07-23T01:58:02.782Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3419 | 2026-07-23T01:58:06.429Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3420 | 2026-07-23T01:58:10.128Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3421 | 2026-07-23T01:58:13.802Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3422 | 2026-07-23T01:58:17.437Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3423 | 2026-07-23T01:58:21.166Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3424 | 2026-07-23T01:58:24.861Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3425 | 2026-07-23T01:58:28.551Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3426 | 2026-07-23T01:58:32.304Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3427 | 2026-07-23T01:58:36.011Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3428 | 2026-07-23T01:58:39.685Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3429 | 2026-07-23T01:58:43.333Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3430 | 2026-07-23T01:58:47.096Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3431 | 2026-07-23T01:58:50.860Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3432 | 2026-07-23T01:58:54.484Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3433 | 2026-07-23T01:58:58.201Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3434 | 2026-07-23T01:59:01.836Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3435 | 2026-07-23T01:59:05.563Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3436 | 2026-07-23T01:59:09.246Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3437 | 2026-07-23T01:59:12.970Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3438 | 2026-07-23T01:59:16.759Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3439 | 2026-07-23T01:59:46.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 59s |
| 3440 | 2026-07-23T01:59:46.313Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files |
| 3441 | 2026-07-23T01:59:46.414Z | |
| 3442 | 2026-07-23T01:59:46.417Z | real 7:00.042855915 |
| 3443 | 2026-07-23T01:59:46.417Z | user 18:33.561312238 |
| 3444 | 2026-07-23T01:59:46.417Z | sys 3:56.337103640 |
| 3445 | 2026-07-23T01:59:46.417Z | trap 0.263372485 |
| 3446 | 2026-07-23T01:59:46.417Z | tflt 0.011436121 |
| 3447 | 2026-07-23T01:59:46.417Z | dflt 0.098712422 |
| 3448 | 2026-07-23T01:59:46.417Z | kflt 0.000030900 |
| 3449 | 2026-07-23T01:59:46.417Z | lock 6:31:24.906300745 |
| 3450 | 2026-07-23T01:59:46.417Z | slp 2:21:40.773220138 |
| 3451 | 2026-07-23T01:59:46.417Z | lat 32.275414802 |
| 3452 | 2026-07-23T01:59:46.417Z | stop 1:36.429365231 |
| 3453 | 2026-07-23T01:59:46.417Z | process exited: duration 790266 ms, exit code 0 |
| |
| 3454 | 2026-07-23T01:59:46.423Z | found 0 output files |