|
|
|
| 1 | 2026-03-18T21:42:30.454Z | job assigned to worker 01KM1EA3VH9QHDF62FWF90CXGB [factory aws, i-094f069ea01e58389] (queued for 1 m 35 s) |
| |
| 2 | 2026-03-18T21:42:37.808Z | starting task 0: "setup" |
| 3 | 2026-03-18T21:42:37.815Z | ++ uname -s |
| 4 | 2026-03-18T21:42:37.823Z | + kern=SunOS |
| 5 | 2026-03-18T21:42:37.823Z | + build_user=build |
| 6 | 2026-03-18T21:42:37.823Z | + build_uid=12345 |
| 7 | 2026-03-18T21:42:37.823Z | + work_dir=/work |
| 8 | 2026-03-18T21:42:37.823Z | + input_dir=/input |
| 9 | 2026-03-18T21:42:37.823Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-18T21:42:37.827Z | + case "$kern" in |
| 11 | 2026-03-18T21:42:37.827Z | + groupadd -g 12345 build |
| 12 | 2026-03-18T21:42:37.828Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-18T21:42:39.828Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-18T21:42:39.945Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-18T21:42:39.949Z | + home_fs=zfs |
| 16 | 2026-03-18T21:42:39.949Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-18T21:42:39.949Z | + mkdir -p /home/build |
| 18 | 2026-03-18T21:42:39.949Z | + chown build:build /home/build /work |
| 19 | 2026-03-18T21:42:41.954Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-18T21:42:41.957Z | process exited: duration 4143 ms, exit code 0 |
| |
| 21 | 2026-03-18T21:42:41.965Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-18T21:42:41.969Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-18T21:42:41.969Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-18T21:42:41.969Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-03-18T21:42:41.969Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-18T21:42:41.969Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-03-18T21:42:41.969Z | * rust toolchain profile = "default" |
| 28 | 2026-03-18T21:42:41.974Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-18T21:42:41.974Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-18T21:42:42.160Z | info: downloading installer |
| 31 | 2026-03-18T21:42:43.885Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-18T21:42:43.885Z | warn: /opt/ooce/bin |
| 33 | 2026-03-18T21:42:43.885Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-18T21:42:43.885Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-18T21:42:43.885Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-18T21:42:43.885Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-18T21:42:43.885Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-18T21:42:43.885Z | error: cannot install while Rust is installed |
| 39 | 2026-03-18T21:42:43.885Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-18T21:42:43.885Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-18T21:42:43.885Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-18T21:42:43.885Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-18T21:42:43.886Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-18T21:42:43.901Z | info: profile set to default |
| 45 | 2026-03-18T21:42:43.901Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-18T21:42:43.904Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-18T21:42:44.051Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-18T21:42:44.055Z | info: downloading 6 components |
| 49 | 2026-03-18T21:42:59.474Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-18T21:42:59.474Z | |
| 51 | 2026-03-18T21:42:59.510Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-18T21:42:59.510Z | |
| 53 | 2026-03-18T21:42:59.510Z | |
| 54 | 2026-03-18T21:42:59.514Z | Rust is installed now. Great! |
| 55 | 2026-03-18T21:42:59.514Z | |
| 56 | 2026-03-18T21:42:59.514Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-18T21:42:59.514Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-18T21:42:59.514Z | |
| 59 | 2026-03-18T21:42:59.514Z | To configure your current shell, you need to source |
| 60 | 2026-03-18T21:42:59.514Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-18T21:42:59.514Z | |
| 62 | 2026-03-18T21:42:59.514Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-18T21:42:59.514Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-18T21:42:59.514Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-18T21:42:59.514Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-18T21:42:59.514Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-18T21:42:59.514Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-18T21:42:59.514Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-18T21:42:59.514Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-18T21:42:59.514Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-18T21:42:59.616Z | + rustup --version |
| 72 | 2026-03-18T21:42:59.627Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-18T21:42:59.630Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-18T21:42:59.657Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-18T21:42:59.740Z | + cargo --version |
| 76 | 2026-03-18T21:42:59.740Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-18T21:42:59.740Z | + rustc --version |
| 78 | 2026-03-18T21:42:59.740Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-18T21:42:59.740Z | process exited: duration 17730 ms, exit code 0 |
| |
| 80 | 2026-03-18T21:42:59.749Z | starting task 2: "authentication" |
| 81 | 2026-03-18T21:42:59.767Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-18T21:42:59.772Z | starting task 3: "clone repository" |
| 83 | 2026-03-18T21:42:59.776Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-18T21:42:59.779Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-18T21:42:59.812Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-18T21:43:10.291Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-18T21:43:10.292Z | + git fetch origin f1cc356bdbc706589db877015733cd7a56a4b395 |
| 88 | 2026-03-18T21:43:10.744Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-18T21:43:10.744Z | * branch f1cc356bdbc706589db877015733cd7a56a4b395 -> FETCH_HEAD |
| 90 | 2026-03-18T21:43:10.751Z | + [[ -n bump-console-d697520c ]] |
| 91 | 2026-03-18T21:43:10.757Z | ++ git branch --show-current |
| 92 | 2026-03-18T21:43:10.757Z | + current=main |
| 93 | 2026-03-18T21:43:10.757Z | + [[ main != bump-console-d697520c ]] |
| 94 | 2026-03-18T21:43:10.757Z | + git branch -f bump-console-d697520c f1cc356bdbc706589db877015733cd7a56a4b395 |
| 95 | 2026-03-18T21:43:10.761Z | + git checkout -f bump-console-d697520c |
| 96 | 2026-03-18T21:43:11.117Z | Switched to branch 'bump-console-d697520c' |
| 97 | 2026-03-18T21:43:11.133Z | + git reset --hard f1cc356bdbc706589db877015733cd7a56a4b395 |
| 98 | 2026-03-18T21:43:11.134Z | HEAD is now at f1cc356bd Bump web console (quick actions polish) |
| 99 | 2026-03-18T21:43:11.134Z | process exited: duration 11322 ms, exit code 0 |
| |
| 100 | 2026-03-18T21:43:11.199Z | starting task 4: "build" |
| 101 | 2026-03-18T21:43:11.210Z | + source ./env.sh |
| 102 | 2026-03-18T21:43:11.210Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-03-18T21:43:11.210Z | ++ set -o xtrace |
| 104 | 2026-03-18T21:43:11.210Z | ++++ dirname ./env.sh |
| 105 | 2026-03-18T21:43:11.210Z | +++ readlink -f . |
| 106 | 2026-03-18T21:43:11.210Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-03-18T21:43:11.210Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-03-18T21:43:11.210Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-03-18T21:43:11.210Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-03-18T21:43:11.210Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-03-18T21:43:11.210Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-03-18T21:43:11.211Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-03-18T21:43:11.211Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-03-18T21:43:11.216Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-03-18T21:43:11.216Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-03-18T21:43:11.216Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-03-18T21:43:11.216Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-03-18T21:43:11.216Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-03-18T21:43:11.216Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-03-18T21:43:11.217Z | + cargo --version |
| 121 | 2026-03-18T21:43:11.217Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 122 | 2026-03-18T21:43:11.217Z | + rustc --version |
| 123 | 2026-03-18T21:43:11.232Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 124 | 2026-03-18T21:43:11.237Z | + banner prerequisites |
| 125 | 2026-03-18T21:43:11.237Z | |
| 126 | 2026-03-18T21:43:11.237Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 127 | 2026-03-18T21:43:11.238Z | # # # # # # # # # # # # # # # |
| 128 | 2026-03-18T21:43:11.238Z | # # # # ##### # # ##### # # # # # #### # |
| 129 | 2026-03-18T21:43:11.238Z | ##### ##### # ##### # # # # # # # # # |
| 130 | 2026-03-18T21:43:11.238Z | # # # # # # # # # # # # # # # |
| 131 | 2026-03-18T21:43:11.238Z | # # # ###### # # ###### ### # #### # #### # |
| 132 | 2026-03-18T21:43:11.238Z | |
| 133 | 2026-03-18T21:43:11.238Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 134 | 2026-03-18T21:43:21.289Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 135 | 2026-03-18T21:43:31.168Z | Startup: Caching catalogs ... Done |
| 136 | 2026-03-18T21:43:53.463Z | Planning: Solver setup ... Done (20.848s) |
| 137 | 2026-03-18T21:43:53.615Z | Planning: Running solver ... Done (0.153s) |
| 138 | 2026-03-18T21:43:53.799Z | Planning: Finding local manifests ... Done (0.003s) |
| 139 | 2026-03-18T21:43:53.826Z | Planning: Fetching manifests: 0/4 0% complete |
| 140 | 2026-03-18T21:43:53.962Z | Planning: Fetching manifests: 4/4 100% complete |
| 141 | 2026-03-18T21:43:54.004Z | Planning: Package planning ... Done (0.043s) |
| 142 | 2026-03-18T21:43:54.048Z | Planning: Merging actions ... Done (0.042s) |
| 143 | 2026-03-18T21:43:54.284Z | Planning: Checking for conflicting actions ... Done (0.237s) |
| 144 | 2026-03-18T21:43:54.295Z | Planning: Consolidating action changes ... Done (0.010s) |
| 145 | 2026-03-18T21:43:55.153Z | Planning: Evaluating mediators ... Done (0.857s) |
| 146 | 2026-03-18T21:43:55.161Z | Planning: Planning completed in 23.84 seconds |
| 147 | 2026-03-18T21:43:55.174Z | Packages to install: 4 |
| 148 | 2026-03-18T21:43:55.177Z | Mediators to change: 2 |
| 149 | 2026-03-18T21:43:55.177Z | Services to change: 1 |
| 150 | 2026-03-18T21:43:55.177Z | Estimated space available: 155.43 GB |
| 151 | 2026-03-18T21:43:55.177Z | Estimated space to be consumed: 1.83 GB |
| 152 | 2026-03-18T21:43:55.177Z | Create boot environment: No |
| 153 | 2026-03-18T21:43:55.177Z | Create backup boot environment: No |
| 154 | 2026-03-18T21:43:55.177Z | Rebuild boot archive: No |
| 155 | 2026-03-18T21:43:55.177Z | |
| 156 | 2026-03-18T21:43:55.177Z | Changed mediators: |
| 157 | 2026-03-18T21:43:55.177Z | mediator clang: |
| 158 | 2026-03-18T21:43:55.177Z | version: None -> 15 (system default) |
| 159 | 2026-03-18T21:43:55.178Z | |
| 160 | 2026-03-18T21:43:55.178Z | mediator llvm: |
| 161 | 2026-03-18T21:43:55.178Z | version: 14 (system default) -> 15 (system default) |
| 162 | 2026-03-18T21:43:55.178Z | |
| 163 | 2026-03-18T21:43:55.178Z | Changed packages: |
| 164 | 2026-03-18T21:43:55.178Z | helios-dev |
| 165 | 2026-03-18T21:43:55.178Z | developer/build-essential |
| 166 | 2026-03-18T21:43:55.178Z | None -> 11-2.0 |
| 167 | 2026-03-18T21:43:55.178Z | library/libxmlsec1 |
| 168 | 2026-03-18T21:43:55.178Z | None -> 1.2.35-2.0 |
| 169 | 2026-03-18T21:43:55.178Z | ooce/developer/clang-15 |
| 170 | 2026-03-18T21:43:55.178Z | None -> 15.0.7-2.0 |
| 171 | 2026-03-18T21:43:55.178Z | ooce/developer/llvm-15 |
| 172 | 2026-03-18T21:43:55.178Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-18T21:43:55.178Z | |
| 174 | 2026-03-18T21:43:55.178Z | Services: |
| 175 | 2026-03-18T21:43:55.178Z | restart_fmri: |
| 176 | 2026-03-18T21:43:55.179Z | svc:/system/update-man-index:default |
| 177 | 2026-03-18T21:43:55.224Z | |
| 178 | 2026-03-18T21:43:55.224Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 179 | 2026-03-18T21:44:00.639Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (27.2M/s) |
| 180 | 2026-03-18T21:44:04.087Z | Download: Completed 212.60 MB in 8.86 seconds (24.0M/s) |
| 181 | 2026-03-18T21:44:04.567Z | Actions: 1/3689 actions (Installing new actions) |
| 182 | 2026-03-18T21:44:08.673Z | Actions: Completed 3689 actions in 4.10 seconds. |
| 183 | 2026-03-18T21:44:09.043Z | Done (0.364s) |
| 184 | 2026-03-18T21:44:09.043Z | Done (0.000s) |
| 185 | 2026-03-18T21:44:10.033Z | Done (0.991s) |
| 186 | 2026-03-18T21:44:14.137Z | Done (3.752s) |
| 187 | 2026-03-18T21:44:14.219Z | Done (0.018s) |
| 188 | 2026-03-18T21:44:14.222Z | Done (0.000s) |
| 189 | 2026-03-18T21:44:14.374Z | Done (0.000s) |
| 190 | 2026-03-18T21:44:15.358Z | Planning: Evaluating mediator changes ... Done |
| 191 | 2026-03-18T21:44:15.499Z | Planning: Checking for conflicting actions ... Done |
| 192 | 2026-03-18T21:44:15.502Z | Planning: Consolidating action changes ... Done |
| 193 | 2026-03-18T21:44:15.720Z | Planning: Evaluating mediators ... Done |
| 194 | 2026-03-18T21:44:15.723Z | Planning: Planning completed in 0.36 seconds |
| 195 | 2026-03-18T21:44:15.749Z | Mediators to change: 2 |
| 196 | 2026-03-18T21:44:15.752Z | Create boot environment: No |
| 197 | 2026-03-18T21:44:15.752Z | Create backup boot environment: No |
| 198 | 2026-03-18T21:44:15.824Z | Done |
| 199 | 2026-03-18T21:44:15.824Z | Done |
| 200 | 2026-03-18T21:44:16.575Z | Done |
| 201 | 2026-03-18T21:44:19.883Z | Done |
| 202 | 2026-03-18T21:44:19.968Z | Done |
| 203 | 2026-03-18T21:44:19.971Z | Done |
| 204 | 2026-03-18T21:44:20.115Z | Done |
| 205 | 2026-03-18T21:44:20.650Z | Planning: Evaluating mediator changes ... Done |
| 206 | 2026-03-18T21:44:20.654Z | Planning: Merging actions ... Done |
| 207 | 2026-03-18T21:44:20.816Z | Planning: Checking for conflicting actions ... Done |
| 208 | 2026-03-18T21:44:20.819Z | Planning: Consolidating action changes ... Done |
| 209 | 2026-03-18T21:44:21.036Z | Planning: Evaluating mediators ... Done |
| 210 | 2026-03-18T21:44:21.081Z | Planning: Planning completed in 0.63 seconds |
| 211 | 2026-03-18T21:44:21.110Z | Packages to change: 1 |
| 212 | 2026-03-18T21:44:21.114Z | Mediators to change: 1 |
| 213 | 2026-03-18T21:44:21.114Z | Services to change: 1 |
| 214 | 2026-03-18T21:44:21.114Z | Create boot environment: No |
| 215 | 2026-03-18T21:44:21.114Z | Create backup boot environment: Yes |
| 216 | 2026-03-18T21:44:23.737Z | Actions: 1/6 actions (Updating modified actions) |
| 217 | 2026-03-18T21:44:23.740Z | Actions: Completed 6 actions in 0.00 seconds. |
| 218 | 2026-03-18T21:44:23.740Z | Done |
| 219 | 2026-03-18T21:44:23.740Z | Done |
| 220 | 2026-03-18T21:44:23.934Z | Done |
| 221 | 2026-03-18T21:44:27.216Z | Done |
| 222 | 2026-03-18T21:44:27.300Z | Done |
| 223 | 2026-03-18T21:44:27.304Z | Done |
| 224 | 2026-03-18T21:44:27.451Z | Done |
| 225 | 2026-03-18T21:44:27.830Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 226 | 2026-03-18T21:44:27.830Z | clang system 15 system |
| 227 | 2026-03-18T21:44:27.830Z | csh system system illumos |
| 228 | 2026-03-18T21:44:27.830Z | ctags system system illumos |
| 229 | 2026-03-18T21:44:27.830Z | file system system illumos |
| 230 | 2026-03-18T21:44:27.830Z | gcc vendor 12 vendor |
| 231 | 2026-03-18T21:44:27.830Z | gcc system 10 system |
| 232 | 2026-03-18T21:44:27.830Z | gcc system 7 system |
| 233 | 2026-03-18T21:44:27.830Z | go system 1.20 system |
| 234 | 2026-03-18T21:44:27.830Z | go system 1.19 system |
| 235 | 2026-03-18T21:44:27.830Z | llvm system 15 system |
| 236 | 2026-03-18T21:44:27.831Z | llvm system 14 system |
| 237 | 2026-03-18T21:44:27.831Z | mariadb system 10.6 system |
| 238 | 2026-03-18T21:44:27.831Z | mta vendor vendor dma |
| 239 | 2026-03-18T21:44:27.831Z | openjdk system 17 system |
| 240 | 2026-03-18T21:44:27.831Z | openjdk system 11 system |
| 241 | 2026-03-18T21:44:27.831Z | openjdk system 1.8 system |
| 242 | 2026-03-18T21:44:27.831Z | openssl vendor 3 vendor |
| 243 | 2026-03-18T21:44:27.831Z | perl system 5.36 system |
| 244 | 2026-03-18T21:44:27.832Z | postgresql system 15 system |
| 245 | 2026-03-18T21:44:27.832Z | postgresql system 13 system |
| 246 | 2026-03-18T21:44:27.832Z | python vendor 3 vendor |
| 247 | 2026-03-18T21:44:27.832Z | python system 2 system |
| 248 | 2026-03-18T21:44:27.832Z | python3 system 3.11 system |
| 249 | 2026-03-18T21:44:27.832Z | ruby system 3.0 system |
| 250 | 2026-03-18T21:44:27.832Z | words vendor vendor american-english |
| 251 | 2026-03-18T21:44:27.832Z | words system system australian-english |
| 252 | 2026-03-18T21:44:27.832Z | words system system british-english |
| 253 | 2026-03-18T21:44:27.832Z | words system system canadian-english |
| 254 | 2026-03-18T21:44:27.832Z | words system system french |
| 255 | 2026-03-18T21:44:27.832Z | words system system italian |
| 256 | 2026-03-18T21:44:27.832Z | words system system ngerman |
| 257 | 2026-03-18T21:44:27.832Z | words system system ogerman |
| 258 | 2026-03-18T21:44:27.832Z | words system system spanish |
| 259 | 2026-03-18T21:44:28.131Z | PUBLISHER TYPE STATUS P LOCATION |
| 260 | 2026-03-18T21:44:28.131Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 261 | 2026-03-18T21:44:34.141Z | FMRI IFO |
| 262 | 2026-03-18T21:44:34.142Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 263 | 2026-03-18T21:44:34.142Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 264 | 2026-03-18T21:44:34.142Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 265 | 2026-03-18T21:44:34.142Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 266 | 2026-03-18T21:44:34.142Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 267 | 2026-03-18T21:44:34.142Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 268 | 2026-03-18T21:44:34.142Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 269 | 2026-03-18T21:44:34.142Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 270 | 2026-03-18T21:44:34.145Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 271 | 2026-03-18T21:44:34.145Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 272 | 2026-03-18T21:44:34.145Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 273 | 2026-03-18T21:44:34.145Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 274 | 2026-03-18T21:44:34.145Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 275 | 2026-03-18T21:44:34.145Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 276 | 2026-03-18T21:44:34.146Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 277 | 2026-03-18T21:44:34.146Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 278 | 2026-03-18T21:44:35.332Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 279 | 2026-03-18T21:44:35.619Z | Updating crates.io index |
| 280 | 2026-03-18T21:44:35.657Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 281 | 2026-03-18T21:44:36.439Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 282 | 2026-03-18T21:44:36.973Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 283 | 2026-03-18T21:44:37.282Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 284 | 2026-03-18T21:44:37.863Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 285 | 2026-03-18T21:44:39.460Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 286 | 2026-03-18T21:44:40.587Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 287 | 2026-03-18T21:44:43.610Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 288 | 2026-03-18T21:44:47.242Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 289 | 2026-03-18T21:44:49.373Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 290 | 2026-03-18T21:44:49.700Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 291 | 2026-03-18T21:44:51.061Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 292 | 2026-03-18T21:44:51.441Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 293 | 2026-03-18T21:44:51.896Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 294 | 2026-03-18T21:44:52.303Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 295 | 2026-03-18T21:44:55.569Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 296 | 2026-03-18T21:44:56.296Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 297 | 2026-03-18T21:44:56.600Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 298 | 2026-03-18T21:44:57.416Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 299 | 2026-03-18T21:44:57.778Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 300 | 2026-03-18T21:44:58.365Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 301 | 2026-03-18T21:44:58.663Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 302 | 2026-03-18T21:44:58.953Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 303 | 2026-03-18T21:44:59.518Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 304 | 2026-03-18T21:45:00.121Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 305 | 2026-03-18T21:45:01.222Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 306 | 2026-03-18T21:45:01.504Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 307 | 2026-03-18T21:45:01.950Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 308 | 2026-03-18T21:45:02.307Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 309 | 2026-03-18T21:45:03.794Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 310 | 2026-03-18T21:45:04.153Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 311 | 2026-03-18T21:45:04.713Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 312 | 2026-03-18T21:45:05.095Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 313 | 2026-03-18T21:45:05.742Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 314 | 2026-03-18T21:45:05.986Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 315 | 2026-03-18T21:45:06.284Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 316 | 2026-03-18T21:45:06.655Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 317 | 2026-03-18T21:45:07.114Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 318 | 2026-03-18T21:47:03.766Z | Downloading crates ... |
| 319 | 2026-03-18T21:47:03.818Z | Downloaded colorchoice v1.0.4 |
| 320 | 2026-03-18T21:47:03.826Z | Downloaded crypto-common v0.1.7 |
| 321 | 2026-03-18T21:47:03.833Z | Downloaded cpufeatures v0.2.17 |
| 322 | 2026-03-18T21:47:03.833Z | Downloaded toml_write v0.1.2 |
| 323 | 2026-03-18T21:47:03.838Z | Downloaded equivalent v1.0.2 |
| 324 | 2026-03-18T21:47:03.838Z | Downloaded digest v0.10.7 |
| 325 | 2026-03-18T21:47:03.838Z | Downloaded displaydoc v0.2.5 |
| 326 | 2026-03-18T21:47:03.838Z | Downloaded clap_lex v1.0.0 |
| 327 | 2026-03-18T21:47:03.838Z | Downloaded clap_builder v4.5.60 |
| 328 | 2026-03-18T21:47:03.843Z | Downloaded pretty-hex v0.4.1 |
| 329 | 2026-03-18T21:47:03.847Z | Downloaded errno v0.3.14 |
| 330 | 2026-03-18T21:47:03.848Z | Downloaded anstream v0.6.21 |
| 331 | 2026-03-18T21:47:03.848Z | Downloaded macaddr v1.0.1 |
| 332 | 2026-03-18T21:47:03.852Z | Downloaded dtrace-parser v0.2.0 |
| 333 | 2026-03-18T21:47:03.852Z | Downloaded ucd-trie v0.1.7 |
| 334 | 2026-03-18T21:47:03.852Z | Downloaded zmij v1.0.21 |
| 335 | 2026-03-18T21:47:03.852Z | Downloaded usdt-attr-macro v0.5.0 |
| 336 | 2026-03-18T21:47:03.853Z | Downloaded utf8parse v0.2.2 |
| 337 | 2026-03-18T21:47:03.853Z | Downloaded fnv v1.0.7 |
| 338 | 2026-03-18T21:47:03.858Z | Downloaded dof v0.3.0 |
| 339 | 2026-03-18T21:47:03.858Z | Downloaded typeid v1.0.3 |
| 340 | 2026-03-18T21:47:03.858Z | Downloaded unicode-linebreak v0.1.5 |
| 341 | 2026-03-18T21:47:03.858Z | Downloaded papergrid v0.11.0 |
| 342 | 2026-03-18T21:47:03.863Z | Downloaded yoke-derive v0.8.1 |
| 343 | 2026-03-18T21:47:03.863Z | Downloaded usdt-macro v0.5.0 |
| 344 | 2026-03-18T21:47:03.863Z | Downloaded clap v4.5.60 |
| 345 | 2026-03-18T21:47:03.868Z | Downloaded writeable v0.6.2 |
| 346 | 2026-03-18T21:47:03.868Z | Downloaded version_check v0.9.5 |
| 347 | 2026-03-18T21:47:03.872Z | Downloaded utf8_iter v1.0.4 |
| 348 | 2026-03-18T21:47:03.872Z | Downloaded thread-id v4.2.2 |
| 349 | 2026-03-18T21:47:03.872Z | Downloaded zerofrom-derive v0.1.6 |
| 350 | 2026-03-18T21:47:03.872Z | Downloaded serde-value v0.7.0 |
| 351 | 2026-03-18T21:47:03.874Z | Downloaded percent-encoding v2.3.2 |
| 352 | 2026-03-18T21:47:03.874Z | Downloaded unicode-xid v0.2.6 |
| 353 | 2026-03-18T21:47:03.874Z | Downloaded block-buffer v0.10.4 |
| 354 | 2026-03-18T21:47:03.878Z | Downloaded form_urlencoded v1.2.2 |
| 355 | 2026-03-18T21:47:03.878Z | Downloaded usdt v0.5.0 |
| 356 | 2026-03-18T21:47:03.878Z | Downloaded zerofrom v0.1.6 |
| 357 | 2026-03-18T21:47:03.878Z | Downloaded stable_deref_trait v1.2.1 |
| 358 | 2026-03-18T21:47:03.884Z | Downloaded toml_datetime v0.6.11 |
| 359 | 2026-03-18T21:47:03.886Z | Downloaded proc-macro-error-attr v1.0.4 |
| 360 | 2026-03-18T21:47:03.886Z | Downloaded ordered-float v2.10.1 |
| 361 | 2026-03-18T21:47:03.890Z | Downloaded thiserror v2.0.18 |
| 362 | 2026-03-18T21:47:03.894Z | Downloaded yoke v0.8.1 |
| 363 | 2026-03-18T21:47:03.894Z | Downloaded thiserror-impl v2.0.18 |
| 364 | 2026-03-18T21:47:03.898Z | Downloaded cfg-if v1.0.4 |
| 365 | 2026-03-18T21:47:03.898Z | Downloaded anstyle-query v1.1.5 |
| 366 | 2026-03-18T21:47:03.898Z | Downloaded thiserror v1.0.69 |
| 367 | 2026-03-18T21:47:03.900Z | Downloaded usdt-impl v0.5.0 |
| 368 | 2026-03-18T21:47:03.900Z | Downloaded zerovec-derive v0.11.2 |
| 369 | 2026-03-18T21:47:03.903Z | Downloaded toml v0.8.23 |
| 370 | 2026-03-18T21:47:03.904Z | Downloaded terminal_size v0.4.3 |
| 371 | 2026-03-18T21:47:03.909Z | Downloaded swrite v0.1.0 |
| 372 | 2026-03-18T21:47:03.909Z | Downloaded zerocopy-derive v0.7.35 |
| 373 | 2026-03-18T21:47:03.910Z | Downloaded textwrap v0.16.2 |
| 374 | 2026-03-18T21:47:03.914Z | Downloaded anstyle v1.0.13 |
| 375 | 2026-03-18T21:47:03.914Z | Downloaded icu_normalizer v2.1.1 |
| 376 | 2026-03-18T21:47:03.914Z | Downloaded unicode-ident v1.0.24 |
| 377 | 2026-03-18T21:47:03.919Z | Downloaded zerotrie v0.2.3 |
| 378 | 2026-03-18T21:47:03.925Z | Downloaded typenum v1.19.0 |
| 379 | 2026-03-18T21:47:03.925Z | Downloaded autocfg v1.5.0 |
| 380 | 2026-03-18T21:47:03.926Z | Downloaded smawk v0.3.2 |
| 381 | 2026-03-18T21:47:03.926Z | Downloaded memmap v0.7.0 |
| 382 | 2026-03-18T21:47:03.926Z | Downloaded toml_edit v0.22.27 |
| 383 | 2026-03-18T21:47:03.929Z | Downloaded scroll_derive v0.12.1 |
| 384 | 2026-03-18T21:47:03.930Z | Downloaded url v2.5.8 |
| 385 | 2026-03-18T21:47:03.930Z | Downloaded tabled_derive v0.7.0 |
| 386 | 2026-03-18T21:47:03.933Z | Downloaded strsim v0.11.1 |
| 387 | 2026-03-18T21:47:03.933Z | Downloaded generic-array v0.14.7 |
| 388 | 2026-03-18T21:47:03.933Z | Downloaded heck v0.5.0 |
| 389 | 2026-03-18T21:47:03.933Z | Downloaded tinystr v0.8.2 |
| 390 | 2026-03-18T21:47:03.936Z | Downloaded cargo-platform v0.2.0 |
| 391 | 2026-03-18T21:47:03.936Z | Downloaded fastrand v2.3.0 |
| 392 | 2026-03-18T21:47:03.936Z | Downloaded thiserror-impl v1.0.69 |
| 393 | 2026-03-18T21:47:03.939Z | Downloaded zerovec v0.11.5 |
| 394 | 2026-03-18T21:47:03.942Z | Downloaded serde_spanned v0.6.9 |
| 395 | 2026-03-18T21:47:03.942Z | Downloaded idna_adapter v1.2.1 |
| 396 | 2026-03-18T21:47:03.942Z | Downloaded plain v0.2.3 |
| 397 | 2026-03-18T21:47:03.945Z | Downloaded itoa v1.0.17 |
| 398 | 2026-03-18T21:47:03.945Z | Downloaded potential_utf v0.1.4 |
| 399 | 2026-03-18T21:47:03.945Z | Downloaded heck v0.4.1 |
| 400 | 2026-03-18T21:47:03.950Z | Downloaded zerocopy v0.7.35 |
| 401 | 2026-03-18T21:47:03.961Z | Downloaded winnow v0.7.14 |
| 402 | 2026-03-18T21:47:03.967Z | Downloaded semver v1.0.27 |
| 403 | 2026-03-18T21:47:03.970Z | Downloaded sha2 v0.10.9 |
| 404 | 2026-03-18T21:47:03.974Z | Downloaded quote v1.0.44 |
| 405 | 2026-03-18T21:47:03.974Z | Downloaded fs-err v3.3.0 |
| 406 | 2026-03-18T21:47:03.974Z | Downloaded unicode-width v0.1.14 |
| 407 | 2026-03-18T21:47:03.978Z | Downloaded unicode-width v0.2.0 |
| 408 | 2026-03-18T21:47:03.981Z | Downloaded is_terminal_polyfill v1.70.2 |
| 409 | 2026-03-18T21:47:03.984Z | Downloaded erased-serde v0.4.9 |
| 410 | 2026-03-18T21:47:03.984Z | Downloaded cargo_metadata v0.21.0 |
| 411 | 2026-03-18T21:47:03.987Z | Downloaded synstructure v0.13.2 |
| 412 | 2026-03-18T21:47:03.987Z | Downloaded cargo_toml v0.21.0 |
| 413 | 2026-03-18T21:47:03.987Z | Downloaded camino-tempfile v1.4.1 |
| 414 | 2026-03-18T21:47:03.990Z | Downloaded anstyle-parse v0.2.7 |
| 415 | 2026-03-18T21:47:03.990Z | Downloaded smallvec v1.15.1 |
| 416 | 2026-03-18T21:47:03.993Z | Downloaded serde-untagged v0.1.9 |
| 417 | 2026-03-18T21:47:03.993Z | Downloaded serde_tokenstream v0.2.3 |
| 418 | 2026-03-18T21:47:03.993Z | Downloaded scroll v0.12.0 |
| 419 | 2026-03-18T21:47:03.998Z | Downloaded proc-macro-error v1.0.4 |
| 420 | 2026-03-18T21:47:04.000Z | Downloaded icu_collections v2.1.1 |
| 421 | 2026-03-18T21:47:04.001Z | Downloaded once_cell v1.21.3 |
| 422 | 2026-03-18T21:47:04.005Z | Downloaded bitflags v2.11.0 |
| 423 | 2026-03-18T21:47:04.008Z | Downloaded getrandom v0.4.1 |
| 424 | 2026-03-18T21:47:04.008Z | Downloaded anyhow v1.0.102 |
| 425 | 2026-03-18T21:47:04.012Z | Downloaded tempfile v3.25.0 |
| 426 | 2026-03-18T21:47:04.015Z | Downloaded icu_normalizer_data v2.1.1 |
| 427 | 2026-03-18T21:47:04.015Z | Downloaded litemap v0.8.1 |
| 428 | 2026-03-18T21:47:04.015Z | Downloaded clap_derive v4.5.55 |
| 429 | 2026-03-18T21:47:04.018Z | Downloaded camino v1.2.2 |
| 430 | 2026-03-18T21:47:04.018Z | Downloaded pest_derive v2.8.6 |
| 431 | 2026-03-18T21:47:04.021Z | Downloaded serde_derive v1.0.228 |
| 432 | 2026-03-18T21:47:04.024Z | Downloaded proc-macro2 v1.0.106 |
| 433 | 2026-03-18T21:47:04.027Z | Downloaded pest_generator v2.8.6 |
| 434 | 2026-03-18T21:47:04.031Z | Downloaded icu_provider v2.1.1 |
| 435 | 2026-03-18T21:47:04.031Z | Downloaded bytecount v0.6.9 |
| 436 | 2026-03-18T21:47:04.033Z | Downloaded cargo-util-schemas v0.8.2 |
| 437 | 2026-03-18T21:47:04.034Z | Downloaded num-traits v0.2.19 |
| 438 | 2026-03-18T21:47:04.036Z | Downloaded log v0.4.29 |
| 439 | 2026-03-18T21:47:04.037Z | Downloaded byteorder v1.5.0 |
| 440 | 2026-03-18T21:47:04.041Z | Downloaded pest_meta v2.8.6 |
| 441 | 2026-03-18T21:47:04.044Z | Downloaded icu_locale_core v2.1.1 |
| 442 | 2026-03-18T21:47:04.051Z | Downloaded icu_properties v2.1.2 |
| 443 | 2026-03-18T21:47:04.057Z | Downloaded serde_core v1.0.228 |
| 444 | 2026-03-18T21:47:04.073Z | Downloaded serde v1.0.228 |
| 445 | 2026-03-18T21:47:04.078Z | Downloaded memchr v2.8.0 |
| 446 | 2026-03-18T21:47:04.081Z | Downloaded indexmap v2.13.0 |
| 447 | 2026-03-18T21:47:04.084Z | Downloaded icu_properties_data v2.1.2 |
| 448 | 2026-03-18T21:47:04.102Z | Downloaded pest v2.8.6 |
| 449 | 2026-03-18T21:47:04.106Z | Downloaded serde_json v1.0.149 |
| 450 | 2026-03-18T21:47:04.111Z | Downloaded hashbrown v0.16.1 |
| 451 | 2026-03-18T21:47:04.115Z | Downloaded idna v1.1.0 |
| 452 | 2026-03-18T21:47:04.124Z | Downloaded syn v1.0.109 |
| 453 | 2026-03-18T21:47:04.130Z | Downloaded tabled v0.15.0 |
| 454 | 2026-03-18T21:47:04.141Z | Downloaded goblin v0.8.2 |
| 455 | 2026-03-18T21:47:04.150Z | Downloaded syn v2.0.117 |
| 456 | 2026-03-18T21:47:04.165Z | Downloaded rustix v1.1.3 |
| 457 | 2026-03-18T21:47:04.196Z | Downloaded libc v0.2.180 |
| 458 | 2026-03-18T21:47:04.282Z | Compiling proc-macro2 v1.0.106 |
| 459 | 2026-03-18T21:47:04.283Z | Compiling unicode-ident v1.0.24 |
| 460 | 2026-03-18T21:47:04.286Z | Compiling quote v1.0.44 |
| 461 | 2026-03-18T21:47:04.286Z | Compiling serde_core v1.0.228 |
| 462 | 2026-03-18T21:47:04.286Z | Compiling libc v0.2.180 |
| 463 | 2026-03-18T21:47:04.286Z | Compiling version_check v0.9.5 |
| 464 | 2026-03-18T21:47:04.286Z | Compiling memchr v2.8.0 |
| 465 | 2026-03-18T21:47:04.286Z | Compiling stable_deref_trait v1.2.1 |
| 466 | 2026-03-18T21:47:04.719Z | Compiling serde v1.0.228 |
| 467 | 2026-03-18T21:47:04.741Z | Compiling zmij v1.0.21 |
| 468 | 2026-03-18T21:47:04.995Z | Compiling autocfg v1.5.0 |
| 469 | 2026-03-18T21:47:05.134Z | Compiling itoa v1.0.17 |
| 470 | 2026-03-18T21:47:05.249Z | Compiling ucd-trie v0.1.7 |
| 471 | 2026-03-18T21:47:05.363Z | Compiling thiserror v1.0.69 |
| 472 | 2026-03-18T21:47:05.566Z | Compiling pest v2.8.6 |
| 473 | 2026-03-18T21:47:05.587Z | Compiling litemap v0.8.1 |
| 474 | 2026-03-18T21:47:05.611Z | Compiling writeable v0.6.2 |
| 475 | 2026-03-18T21:47:05.665Z | Compiling rustix v1.1.3 |
| 476 | 2026-03-18T21:47:05.858Z | Compiling icu_properties_data v2.1.2 |
| 477 | 2026-03-18T21:47:05.881Z | Compiling icu_normalizer_data v2.1.1 |
| 478 | 2026-03-18T21:47:06.087Z | Compiling byteorder v1.5.0 |
| 479 | 2026-03-18T21:47:06.301Z | Compiling syn v2.0.117 |
| 480 | 2026-03-18T21:47:06.404Z | Compiling errno v0.3.14 |
| 481 | 2026-03-18T21:47:06.407Z | Compiling serde_json v1.0.149 |
| 482 | 2026-03-18T21:47:06.450Z | Compiling bitflags v2.11.0 |
| 483 | 2026-03-18T21:47:06.719Z | Compiling num-traits v0.2.19 |
| 484 | 2026-03-18T21:47:06.744Z | Compiling hashbrown v0.16.1 |
| 485 | 2026-03-18T21:47:06.768Z | Compiling equivalent v1.0.2 |
| 486 | 2026-03-18T21:47:06.951Z | Compiling typeid v1.0.3 |
| 487 | 2026-03-18T21:47:07.117Z | Compiling pest_meta v2.8.6 |
| 488 | 2026-03-18T21:47:07.270Z | Compiling smallvec v1.15.1 |
| 489 | 2026-03-18T21:47:07.529Z | Compiling indexmap v2.13.0 |
| 490 | 2026-03-18T21:47:07.593Z | Compiling thread-id v4.2.2 |
| 491 | 2026-03-18T21:47:07.629Z | Compiling usdt-impl v0.5.0 |
| 492 | 2026-03-18T21:47:07.702Z | Compiling proc-macro-error-attr v1.0.4 |
| 493 | 2026-03-18T21:47:07.790Z | Compiling toml_write v0.1.2 |
| 494 | 2026-03-18T21:47:07.912Z | Compiling erased-serde v0.4.9 |
| 495 | 2026-03-18T21:47:07.942Z | Compiling syn v1.0.109 |
| 496 | 2026-03-18T21:47:08.069Z | Compiling winnow v0.7.14 |
| 497 | 2026-03-18T21:47:08.535Z | Compiling proc-macro-error v1.0.4 |
| 498 | 2026-03-18T21:47:08.658Z | Compiling getrandom v0.4.1 |
| 499 | 2026-03-18T21:47:08.773Z | Compiling utf8parse v0.2.2 |
| 500 | 2026-03-18T21:47:08.917Z | Compiling utf8_iter v1.0.4 |
| 501 | 2026-03-18T21:47:09.091Z | Compiling thiserror v2.0.18 |
| 502 | 2026-03-18T21:47:09.109Z | Compiling percent-encoding v2.3.2 |
| 503 | 2026-03-18T21:47:09.356Z | Compiling plain v0.2.3 |
| 504 | 2026-03-18T21:47:09.381Z | Compiling camino v1.2.2 |
| 505 | 2026-03-18T21:47:09.498Z | Compiling log v0.4.29 |
| 506 | 2026-03-18T21:47:09.561Z | Compiling form_urlencoded v1.2.2 |
| 507 | 2026-03-18T21:47:09.738Z | Compiling ordered-float v2.10.1 |
| 508 | 2026-03-18T21:47:09.794Z | Compiling anstyle-parse v0.2.7 |
| 509 | 2026-03-18T21:47:09.966Z | Compiling terminal_size v0.4.3 |
| 510 | 2026-03-18T21:47:10.100Z | Compiling synstructure v0.13.2 |
| 511 | 2026-03-18T21:47:10.187Z | Compiling pest_generator v2.8.6 |
| 512 | 2026-03-18T21:47:10.202Z | Compiling anstyle v1.0.13 |
| 513 | 2026-03-18T21:47:10.293Z | Compiling anstyle-query v1.1.5 |
| 514 | 2026-03-18T21:47:10.406Z | Compiling colorchoice v1.0.4 |
| 515 | 2026-03-18T21:47:10.432Z | Compiling pretty-hex v0.4.1 |
| 516 | 2026-03-18T21:47:10.456Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-03-18T21:47:10.522Z | Compiling is_terminal_polyfill v1.70.2 |
| 518 | 2026-03-18T21:47:10.572Z | Compiling serde-untagged v0.1.9 |
| 519 | 2026-03-18T21:47:10.645Z | Compiling anstream v0.6.21 |
| 520 | 2026-03-18T21:47:10.771Z | Compiling semver v1.0.27 |
| 521 | 2026-03-18T21:47:10.925Z | Compiling fs-err v3.3.0 |
| 522 | 2026-03-18T21:47:11.062Z | Compiling once_cell v1.21.3 |
| 523 | 2026-03-18T21:47:11.086Z | Compiling heck v0.5.0 |
| 524 | 2026-03-18T21:47:11.157Z | Compiling heck v0.4.1 |
| 525 | 2026-03-18T21:47:11.207Z | Compiling clap_lex v1.0.0 |
| 526 | 2026-03-18T21:47:11.276Z | Compiling fnv v1.0.7 |
| 527 | 2026-03-18T21:47:11.337Z | Compiling bytecount v0.6.9 |
| 528 | 2026-03-18T21:47:11.400Z | Compiling anyhow v1.0.102 |
| 529 | 2026-03-18T21:47:11.454Z | Compiling unicode-xid v0.2.6 |
| 530 | 2026-03-18T21:47:11.503Z | Compiling unicode-width v0.1.14 |
| 531 | 2026-03-18T21:47:11.506Z | Compiling fastrand v2.3.0 |
| 532 | 2026-03-18T21:47:11.608Z | Compiling strsim v0.11.1 |
| 533 | 2026-03-18T21:47:11.819Z | Compiling papergrid v0.11.0 |
| 534 | 2026-03-18T21:47:11.859Z | Compiling clap_builder v4.5.60 |
| 535 | 2026-03-18T21:47:11.882Z | Compiling tempfile v3.25.0 |
| 536 | 2026-03-18T21:47:12.094Z | Compiling memmap v0.7.0 |
| 537 | 2026-03-18T21:47:12.195Z | Compiling unicode-linebreak v0.1.5 |
| 538 | 2026-03-18T21:47:12.326Z | Compiling smawk v0.3.2 |
| 539 | 2026-03-18T21:47:12.391Z | Compiling unicode-width v0.2.0 |
| 540 | 2026-03-18T21:47:12.565Z | Compiling camino-tempfile v1.4.1 |
| 541 | 2026-03-18T21:47:12.638Z | Compiling serde_derive v1.0.228 |
| 542 | 2026-03-18T21:47:12.798Z | Compiling zerofrom-derive v0.1.6 |
| 543 | 2026-03-18T21:47:12.820Z | Compiling yoke-derive v0.8.1 |
| 544 | 2026-03-18T21:47:12.872Z | Compiling zerovec-derive v0.11.2 |
| 545 | 2026-03-18T21:47:12.915Z | Compiling displaydoc v0.2.5 |
| 546 | 2026-03-18T21:47:13.844Z | Compiling thiserror-impl v1.0.69 |
| 547 | 2026-03-18T21:47:13.902Z | Compiling zerocopy-derive v0.7.35 |
| 548 | 2026-03-18T21:47:14.366Z | Compiling pest_derive v2.8.6 |
| 549 | 2026-03-18T21:47:14.410Z | Compiling scroll_derive v0.12.1 |
| 550 | 2026-03-18T21:47:14.730Z | Compiling zerofrom v0.1.6 |
| 551 | 2026-03-18T21:47:14.890Z | Compiling yoke v0.8.1 |
| 552 | 2026-03-18T21:47:14.914Z | Compiling thiserror-impl v2.0.18 |
| 553 | 2026-03-18T21:47:15.052Z | Compiling zerocopy v0.7.35 |
| 554 | 2026-03-18T21:47:15.140Z | Compiling zerovec v0.11.5 |
| 555 | 2026-03-18T21:47:15.293Z | Compiling zerotrie v0.2.3 |
| 556 | 2026-03-18T21:47:15.642Z | Compiling dtrace-parser v0.2.0 |
| 557 | 2026-03-18T21:47:15.683Z | Compiling scroll v0.12.0 |
| 558 | 2026-03-18T21:47:15.827Z | Compiling tinystr v0.8.2 |
| 559 | 2026-03-18T21:47:15.830Z | Compiling potential_utf v0.1.4 |
| 560 | 2026-03-18T21:47:16.045Z | Compiling icu_locale_core v2.1.1 |
| 561 | 2026-03-18T21:47:16.070Z | Compiling icu_collections v2.1.1 |
| 562 | 2026-03-18T21:47:16.101Z | Compiling goblin v0.8.2 |
| 563 | 2026-03-18T21:47:16.213Z | Compiling tabled_derive v0.7.0 |
| 564 | 2026-03-18T21:47:16.619Z | Compiling clap_derive v4.5.55 |
| 565 | 2026-03-18T21:47:16.732Z | Compiling textwrap v0.16.2 |
| 566 | 2026-03-18T21:47:17.274Z | Compiling icu_provider v2.1.1 |
| 567 | 2026-03-18T21:47:17.350Z | Compiling toml_datetime v0.6.11 |
| 568 | 2026-03-18T21:47:17.376Z | Compiling serde_spanned v0.6.9 |
| 569 | 2026-03-18T21:47:17.378Z | Compiling dof v0.3.0 |
| 570 | 2026-03-18T21:47:17.427Z | Compiling serde_tokenstream v0.2.3 |
| 571 | 2026-03-18T21:47:17.429Z | Compiling serde-value v0.7.0 |
| 572 | 2026-03-18T21:47:17.645Z | Compiling icu_properties v2.1.2 |
| 573 | 2026-03-18T21:47:17.707Z | Compiling icu_normalizer v2.1.1 |
| 574 | 2026-03-18T21:47:17.756Z | Compiling toml_edit v0.22.27 |
| 575 | 2026-03-18T21:47:17.943Z | Compiling cargo-platform v0.2.0 |
| 576 | 2026-03-18T21:47:17.979Z | Compiling tabled v0.15.0 |
| 577 | 2026-03-18T21:47:18.302Z | Compiling macaddr v1.0.1 |
| 578 | 2026-03-18T21:47:18.458Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 579 | 2026-03-18T21:47:18.600Z | Compiling swrite v0.1.0 |
| 580 | 2026-03-18T21:47:18.769Z | Compiling usdt-macro v0.5.0 |
| 581 | 2026-03-18T21:47:18.769Z | Compiling usdt-attr-macro v0.5.0 |
| 582 | 2026-03-18T21:47:18.875Z | Compiling idna_adapter v1.2.1 |
| 583 | 2026-03-18T21:47:19.046Z | Compiling idna v1.1.0 |
| 584 | 2026-03-18T21:47:19.071Z | Compiling clap v4.5.60 |
| 585 | 2026-03-18T21:47:19.431Z | Compiling url v2.5.8 |
| 586 | 2026-03-18T21:47:19.748Z | Compiling toml v0.8.23 |
| 587 | 2026-03-18T21:47:20.079Z | Compiling usdt v0.5.0 |
| 588 | 2026-03-18T21:47:20.401Z | Compiling cargo-util-schemas v0.8.2 |
| 589 | 2026-03-18T21:47:20.426Z | Compiling cargo_toml v0.21.0 |
| 590 | 2026-03-18T21:47:21.567Z | Compiling cargo_metadata v0.21.0 |
| 591 | 2026-03-18T21:47:22.865Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 592 | 2026-03-18T21:47:25.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 50s |
| 593 | 2026-03-18T21:47:25.970Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 594 | 2026-03-18T21:47:26.691Z | Downloading crates ... |
| 595 | 2026-03-18T21:47:26.863Z | Downloaded aead v0.5.2 |
| 596 | 2026-03-18T21:47:26.875Z | Downloaded async-recursion v1.1.1 |
| 597 | 2026-03-18T21:47:26.875Z | Downloaded adler2 v2.0.1 |
| 598 | 2026-03-18T21:47:26.876Z | Downloaded cfg_aliases v0.2.1 |
| 599 | 2026-03-18T21:47:26.876Z | Downloaded async-stream v0.3.6 |
| 600 | 2026-03-18T21:47:26.876Z | Downloaded ar_archive_writer v0.5.1 |
| 601 | 2026-03-18T21:47:26.876Z | Downloaded der_derive v0.7.3 |
| 602 | 2026-03-18T21:47:26.876Z | Downloaded cookie_store v0.22.1 |
| 603 | 2026-03-18T21:47:26.876Z | Downloaded async-bb8-diesel v0.2.1 |
| 604 | 2026-03-18T21:47:26.876Z | Downloaded ed25519 v2.2.3 |
| 605 | 2026-03-18T21:47:26.876Z | Downloaded find-msvc-tools v0.1.9 |
| 606 | 2026-03-18T21:47:26.876Z | Downloaded bytes v1.11.1 |
| 607 | 2026-03-18T21:47:26.876Z | Downloaded colored v3.1.1 |
| 608 | 2026-03-18T21:47:26.876Z | Downloaded castaway v0.2.4 |
| 609 | 2026-03-18T21:47:26.876Z | Downloaded bb8 v0.8.6 |
| 610 | 2026-03-18T21:47:26.877Z | Downloaded bitfield-macros v0.19.4 |
| 611 | 2026-03-18T21:47:26.877Z | Downloaded constant_time_eq v0.4.2 |
| 612 | 2026-03-18T21:47:26.877Z | Downloaded cipher v0.4.4 |
| 613 | 2026-03-18T21:47:26.877Z | Downloaded crucible-workspace-hack v0.1.0 |
| 614 | 2026-03-18T21:47:26.879Z | Downloaded crossbeam-channel v0.5.15 |
| 615 | 2026-03-18T21:47:26.879Z | Downloaded critical-section v1.2.0 |
| 616 | 2026-03-18T21:47:26.879Z | Downloaded arrayref v0.3.9 |
| 617 | 2026-03-18T21:47:26.879Z | Downloaded derive_builder_core v0.20.2 |
| 618 | 2026-03-18T21:47:26.879Z | Downloaded futures-sink v0.3.32 |
| 619 | 2026-03-18T21:47:26.879Z | Downloaded data-encoding v2.10.0 |
| 620 | 2026-03-18T21:47:26.879Z | Downloaded ciborium-ll v0.2.2 |
| 621 | 2026-03-18T21:47:26.879Z | Downloaded derive_builder_macro v0.20.2 |
| 622 | 2026-03-18T21:47:26.879Z | Downloaded env_filter v1.0.0 |
| 623 | 2026-03-18T21:47:26.879Z | Downloaded daft v0.1.5 |
| 624 | 2026-03-18T21:47:26.879Z | Downloaded defmt v1.0.1 |
| 625 | 2026-03-18T21:47:26.880Z | Downloaded derive_builder v0.20.2 |
| 626 | 2026-03-18T21:47:26.893Z | Downloaded embedded-io v0.4.0 |
| 627 | 2026-03-18T21:47:26.894Z | Downloaded darling v0.20.11 |
| 628 | 2026-03-18T21:47:26.894Z | Downloaded foreign-types-macros v0.2.3 |
| 629 | 2026-03-18T21:47:26.894Z | Downloaded cexpr v0.6.0 |
| 630 | 2026-03-18T21:47:26.894Z | Downloaded fallible-iterator v0.2.0 |
| 631 | 2026-03-18T21:47:26.894Z | Downloaded darling_macro v0.21.3 |
| 632 | 2026-03-18T21:47:26.894Z | Downloaded base16ct v1.0.0 |
| 633 | 2026-03-18T21:47:26.894Z | Downloaded derive_more v0.99.20 |
| 634 | 2026-03-18T21:47:26.902Z | Downloaded ciborium-io v0.2.2 |
| 635 | 2026-03-18T21:47:26.902Z | Downloaded block-padding v0.3.3 |
| 636 | 2026-03-18T21:47:26.903Z | Downloaded async-stream-impl v0.3.6 |
| 637 | 2026-03-18T21:47:26.903Z | Downloaded bitfield-struct v0.6.2 |
| 638 | 2026-03-18T21:47:26.903Z | Downloaded des v0.8.1 |
| 639 | 2026-03-18T21:47:26.903Z | Downloaded ecdsa v0.16.9 |
| 640 | 2026-03-18T21:47:26.903Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 641 | 2026-03-18T21:47:26.903Z | Downloaded clang-sys v1.8.1 |
| 642 | 2026-03-18T21:47:26.904Z | Downloaded dof v0.4.0 |
| 643 | 2026-03-18T21:47:26.904Z | Downloaded deranged v0.5.8 |
| 644 | 2026-03-18T21:47:26.904Z | Downloaded backon v1.6.0 |
| 645 | 2026-03-18T21:47:26.909Z | Downloaded dunce v1.0.5 |
| 646 | 2026-03-18T21:47:26.909Z | Downloaded bit-set v0.5.3 |
| 647 | 2026-03-18T21:47:26.909Z | Downloaded foreign-types v0.3.2 |
| 648 | 2026-03-18T21:47:26.909Z | Downloaded defmt-parser v1.0.0 |
| 649 | 2026-03-18T21:47:26.909Z | Downloaded darling_macro v0.20.11 |
| 650 | 2026-03-18T21:47:26.909Z | Downloaded daft-derive v0.1.5 |
| 651 | 2026-03-18T21:47:26.915Z | Downloaded endian-type v0.1.2 |
| 652 | 2026-03-18T21:47:26.916Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 653 | 2026-03-18T21:47:26.916Z | Downloaded display-error-chain v0.2.2 |
| 654 | 2026-03-18T21:47:26.916Z | Downloaded dirs-sys-next v0.1.2 |
| 655 | 2026-03-18T21:47:26.916Z | Downloaded difflib v0.4.0 |
| 656 | 2026-03-18T21:47:26.926Z | Downloaded crc v3.4.0 |
| 657 | 2026-03-18T21:47:26.927Z | Downloaded flagset v0.4.7 |
| 658 | 2026-03-18T21:47:26.927Z | Downloaded enum-as-inner v0.6.1 |
| 659 | 2026-03-18T21:47:26.927Z | Downloaded dsl_auto_type v0.2.0 |
| 660 | 2026-03-18T21:47:26.927Z | Downloaded fixedbitset v0.5.7 |
| 661 | 2026-03-18T21:47:26.933Z | Downloaded filetime v0.2.27 |
| 662 | 2026-03-18T21:47:26.933Z | Downloaded foldhash v0.2.0 |
| 663 | 2026-03-18T21:47:26.934Z | Downloaded cbc v0.1.2 |
| 664 | 2026-03-18T21:47:26.934Z | Downloaded darling_macro v0.23.0 |
| 665 | 2026-03-18T21:47:26.934Z | Downloaded dtrace-parser v0.3.0 |
| 666 | 2026-03-18T21:47:26.934Z | Downloaded cpufeatures v0.3.0 |
| 667 | 2026-03-18T21:47:26.934Z | Downloaded debug-ignore v1.0.5 |
| 668 | 2026-03-18T21:47:26.934Z | Downloaded float-cmp v0.10.0 |
| 669 | 2026-03-18T21:47:26.934Z | Downloaded crc8 v0.1.1 |
| 670 | 2026-03-18T21:47:26.940Z | Downloaded crc-catalog v2.4.0 |
| 671 | 2026-03-18T21:47:26.940Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 672 | 2026-03-18T21:47:26.940Z | Downloaded downcast-rs v2.0.2 |
| 673 | 2026-03-18T21:47:26.941Z | Downloaded futures-core v0.3.32 |
| 674 | 2026-03-18T21:47:26.941Z | Downloaded embedded-io v0.6.1 |
| 675 | 2026-03-18T21:47:26.941Z | Downloaded ascii-canvas v3.0.0 |
| 676 | 2026-03-18T21:47:26.941Z | Downloaded document-features v0.2.12 |
| 677 | 2026-03-18T21:47:26.945Z | Downloaded foreign-types-shared v0.3.1 |
| 678 | 2026-03-18T21:47:26.946Z | Downloaded base16ct v0.2.0 |
| 679 | 2026-03-18T21:47:26.946Z | Downloaded funty v2.0.0 |
| 680 | 2026-03-18T21:47:26.946Z | Downloaded atomicwrites v0.4.4 |
| 681 | 2026-03-18T21:47:26.956Z | Downloaded diesel-dtrace v0.5.0 |
| 682 | 2026-03-18T21:47:26.956Z | Downloaded cargo-platform v0.1.9 |
| 683 | 2026-03-18T21:47:26.956Z | Downloaded float-ord v0.3.2 |
| 684 | 2026-03-18T21:47:26.956Z | Downloaded atty v0.2.14 |
| 685 | 2026-03-18T21:47:26.962Z | Downloaded assert_matches v1.5.0 |
| 686 | 2026-03-18T21:47:26.962Z | Downloaded fd-lock v4.0.4 |
| 687 | 2026-03-18T21:47:26.962Z | Downloaded arrayvec v0.7.6 |
| 688 | 2026-03-18T21:47:26.962Z | Downloaded dirs-next v2.0.0 |
| 689 | 2026-03-18T21:47:26.962Z | Downloaded crossbeam-deque v0.8.6 |
| 690 | 2026-03-18T21:47:26.962Z | Downloaded chacha20poly1305 v0.10.1 |
| 691 | 2026-03-18T21:47:26.963Z | Downloaded convert_case v0.4.0 |
| 692 | 2026-03-18T21:47:26.967Z | Downloaded dyn-clone v1.0.20 |
| 693 | 2026-03-18T21:47:26.967Z | Downloaded foreign-types v0.5.0 |
| 694 | 2026-03-18T21:47:26.967Z | Downloaded darling_core v0.21.3 |
| 695 | 2026-03-18T21:47:26.977Z | Downloaded array-init v0.0.4 |
| 696 | 2026-03-18T21:47:26.977Z | Downloaded foreign-types-shared v0.1.1 |
| 697 | 2026-03-18T21:47:26.977Z | Downloaded headers-core v0.3.0 |
| 698 | 2026-03-18T21:47:26.977Z | Downloaded futures-io v0.3.32 |
| 699 | 2026-03-18T21:47:26.978Z | Downloaded defmt-macros v1.0.1 |
| 700 | 2026-03-18T21:47:26.984Z | Downloaded fxhash v0.2.1 |
| 701 | 2026-03-18T21:47:26.984Z | Downloaded gethostname v0.5.0 |
| 702 | 2026-03-18T21:47:26.984Z | Downloaded git-stub v1.0.0 |
| 703 | 2026-03-18T21:47:26.984Z | Downloaded foldhash v0.1.5 |
| 704 | 2026-03-18T21:47:26.985Z | Downloaded ghash v0.5.1 |
| 705 | 2026-03-18T21:47:26.985Z | Downloaded futures-macro v0.3.32 |
| 706 | 2026-03-18T21:47:26.985Z | Downloaded cassowary v0.3.0 |
| 707 | 2026-03-18T21:47:26.985Z | Downloaded const_format_proc_macros v0.2.34 |
| 708 | 2026-03-18T21:47:26.991Z | Downloaded darling v0.21.3 |
| 709 | 2026-03-18T21:47:26.992Z | Downloaded env_logger v0.11.9 |
| 710 | 2026-03-18T21:47:26.996Z | Downloaded hex v0.4.3 |
| 711 | 2026-03-18T21:47:26.996Z | Downloaded ff v0.13.1 |
| 712 | 2026-03-18T21:47:26.996Z | Downloaded derive-ex v0.1.8 |
| 713 | 2026-03-18T21:47:26.996Z | Downloaded hex-literal v0.4.1 |
| 714 | 2026-03-18T21:47:26.996Z | Downloaded drift v0.1.3 |
| 715 | 2026-03-18T21:47:27.001Z | Downloaded hostname v0.4.2 |
| 716 | 2026-03-18T21:47:27.011Z | Downloaded hash32 v0.3.1 |
| 717 | 2026-03-18T21:47:27.011Z | Downloaded hostname v0.3.1 |
| 718 | 2026-03-18T21:47:27.012Z | Downloaded base64ct v1.8.3 |
| 719 | 2026-03-18T21:47:27.012Z | Downloaded backoff v0.4.0 |
| 720 | 2026-03-18T21:47:27.012Z | Downloaded chacha20 v0.10.0 |
| 721 | 2026-03-18T21:47:27.016Z | Downloaded bcs v0.1.6 |
| 722 | 2026-03-18T21:47:27.016Z | Downloaded ahash v0.8.12 |
| 723 | 2026-03-18T21:47:27.016Z | Downloaded http-body v1.0.1 |
| 724 | 2026-03-18T21:47:27.016Z | Downloaded home v0.5.12 |
| 725 | 2026-03-18T21:47:27.017Z | Downloaded erased-serde v0.3.31 |
| 726 | 2026-03-18T21:47:27.020Z | Downloaded hubpack v0.1.2 |
| 727 | 2026-03-18T21:47:27.020Z | Downloaded http-range v0.1.5 |
| 728 | 2026-03-18T21:47:27.020Z | Downloaded chacha20 v0.9.1 |
| 729 | 2026-03-18T21:47:27.024Z | Downloaded instant v0.1.13 |
| 730 | 2026-03-18T21:47:27.024Z | Downloaded fs_extra v1.3.0 |
| 731 | 2026-03-18T21:47:27.028Z | Downloaded hubpack_derive v0.1.1 |
| 732 | 2026-03-18T21:47:27.028Z | Downloaded cargo_metadata v0.19.2 |
| 733 | 2026-03-18T21:47:27.028Z | Downloaded indoc v1.0.9 |
| 734 | 2026-03-18T21:47:27.034Z | Downloaded instability v0.3.11 |
| 735 | 2026-03-18T21:47:27.034Z | Downloaded indent_write v2.2.0 |
| 736 | 2026-03-18T21:47:27.035Z | Downloaded httpdate v1.0.3 |
| 737 | 2026-03-18T21:47:27.035Z | Downloaded hyper-tls v0.6.0 |
| 738 | 2026-03-18T21:47:27.040Z | Downloaded bit-vec v0.8.0 |
| 739 | 2026-03-18T21:47:27.053Z | Downloaded is_ci v1.2.0 |
| 740 | 2026-03-18T21:47:27.057Z | Downloaded futures-executor v0.3.32 |
| 741 | 2026-03-18T21:47:27.057Z | Downloaded colored v2.2.0 |
| 742 | 2026-03-18T21:47:27.058Z | Downloaded cargo_toml v0.22.3 |
| 743 | 2026-03-18T21:47:27.058Z | Downloaded const-oid v0.9.6 |
| 744 | 2026-03-18T21:47:27.061Z | Downloaded lazy_static v1.5.0 |
| 745 | 2026-03-18T21:47:27.061Z | Downloaded corncobs v0.1.4 |
| 746 | 2026-03-18T21:47:27.061Z | Downloaded fs-err v2.11.0 |
| 747 | 2026-03-18T21:47:27.064Z | Downloaded http-body-util v0.1.3 |
| 748 | 2026-03-18T21:47:27.064Z | Downloaded lru v0.12.5 |
| 749 | 2026-03-18T21:47:27.067Z | Downloaded linked-hash-map v0.5.6 |
| 750 | 2026-03-18T21:47:27.068Z | Downloaded keccak v0.1.6 |
| 751 | 2026-03-18T21:47:27.071Z | Downloaded libscf-sys v1.1.0 |
| 752 | 2026-03-18T21:47:27.071Z | Downloaded kstat-rs v0.2.4 |
| 753 | 2026-03-18T21:47:27.071Z | Downloaded git-stub-vcs v0.1.0 |
| 754 | 2026-03-18T21:47:27.074Z | Downloaded lalrpop-util v0.19.12 |
| 755 | 2026-03-18T21:47:27.074Z | Downloaded globwalk v0.9.1 |
| 756 | 2026-03-18T21:47:27.079Z | Downloaded fatfs v0.3.6 |
| 757 | 2026-03-18T21:47:27.079Z | Downloaded console v0.16.2 |
| 758 | 2026-03-18T21:47:27.079Z | Downloaded group v0.13.0 |
| 759 | 2026-03-18T21:47:27.082Z | Downloaded cookie v0.18.1 |
| 760 | 2026-03-18T21:47:27.082Z | Downloaded ciborium v0.2.2 |
| 761 | 2026-03-18T21:47:27.085Z | Downloaded crc32fast v1.5.0 |
| 762 | 2026-03-18T21:47:27.089Z | Downloaded md-5 v0.10.6 |
| 763 | 2026-03-18T21:47:27.089Z | Downloaded maplit v1.0.2 |
| 764 | 2026-03-18T21:47:27.089Z | Downloaded managed v0.8.0 |
| 765 | 2026-03-18T21:47:27.093Z | Downloaded maybe-uninit v2.0.0 |
| 766 | 2026-03-18T21:47:27.093Z | Downloaded lru-cache v0.1.2 |
| 767 | 2026-03-18T21:47:27.093Z | Downloaded mime v0.3.17 |
| 768 | 2026-03-18T21:47:27.097Z | Downloaded futures-channel v0.3.32 |
| 769 | 2026-03-18T21:47:27.097Z | Downloaded ena v0.14.4 |
| 770 | 2026-03-18T21:47:27.100Z | Downloaded cancel-safe-futures v0.1.5 |
| 771 | 2026-03-18T21:47:27.101Z | Downloaded multimap v0.10.1 |
| 772 | 2026-03-18T21:47:27.106Z | Downloaded md5 v0.7.0 |
| 773 | 2026-03-18T21:47:27.106Z | Downloaded memoffset v0.9.1 |
| 774 | 2026-03-18T21:47:27.106Z | Downloaded match_cfg v0.1.0 |
| 775 | 2026-03-18T21:47:27.106Z | Downloaded ingot-types v0.1.2 |
| 776 | 2026-03-18T21:47:27.106Z | Downloaded indoc v2.0.7 |
| 777 | 2026-03-18T21:47:27.111Z | Downloaded ipnet v2.11.0 |
| 778 | 2026-03-18T21:47:27.111Z | Downloaded base64 v0.21.7 |
| 779 | 2026-03-18T21:47:27.115Z | Downloaded ingot v0.1.1 |
| 780 | 2026-03-18T21:47:27.115Z | Downloaded num v0.4.3 |
| 781 | 2026-03-18T21:47:27.119Z | Downloaded nodrop v0.1.14 |
| 782 | 2026-03-18T21:47:27.119Z | Downloaded new_debug_unreachable v1.0.6 |
| 783 | 2026-03-18T21:47:27.119Z | Downloaded newline-converter v0.3.0 |
| 784 | 2026-03-18T21:47:27.119Z | Downloaded hyper-staticfile v0.10.1 |
| 785 | 2026-03-18T21:47:27.123Z | Downloaded nibble_vec v0.1.0 |
| 786 | 2026-03-18T21:47:27.125Z | Downloaded jobserver v0.1.34 |
| 787 | 2026-03-18T21:47:27.125Z | Downloaded newtype_derive v0.1.6 |
| 788 | 2026-03-18T21:47:27.128Z | Downloaded newtype-uuid-macros v0.1.0 |
| 789 | 2026-03-18T21:47:27.128Z | Downloaded ipnetwork v0.21.1 |
| 790 | 2026-03-18T21:47:27.129Z | Downloaded num-derive v0.4.2 |
| 791 | 2026-03-18T21:47:27.131Z | Downloaded num-iter v0.1.45 |
| 792 | 2026-03-18T21:47:27.132Z | Downloaded libefi-sys v0.1.0 |
| 793 | 2026-03-18T21:47:27.132Z | Downloaded humantime v2.3.0 |
| 794 | 2026-03-18T21:47:27.138Z | Downloaded bzip2 v0.6.1 |
| 795 | 2026-03-18T21:47:27.139Z | Downloaded num_enum_derive v0.5.11 |
| 796 | 2026-03-18T21:47:27.139Z | Downloaded expectorate v1.2.0 |
| 797 | 2026-03-18T21:47:27.142Z | Downloaded dropshot_endpoint v0.16.7 |
| 798 | 2026-03-18T21:47:27.142Z | Downloaded crossbeam-utils v0.8.21 |
| 799 | 2026-03-18T21:47:27.146Z | Downloaded libsw-core v0.3.2 |
| 800 | 2026-03-18T21:47:27.146Z | Downloaded num-conv v0.2.0 |
| 801 | 2026-03-18T21:47:27.146Z | Downloaded normalize-line-endings v0.3.0 |
| 802 | 2026-03-18T21:47:27.152Z | Downloaded nonempty v0.12.0 |
| 803 | 2026-03-18T21:47:27.152Z | Downloaded libsw v3.5.0 |
| 804 | 2026-03-18T21:47:27.152Z | Downloaded openssl-probe v0.2.1 |
| 805 | 2026-03-18T21:47:27.156Z | Downloaded openssl-macros v0.1.1 |
| 806 | 2026-03-18T21:47:27.156Z | Downloaded num-derive v0.3.3 |
| 807 | 2026-03-18T21:47:27.156Z | Downloaded num_threads v0.1.7 |
| 808 | 2026-03-18T21:47:27.156Z | Downloaded packed_struct_codegen v0.10.1 |
| 809 | 2026-03-18T21:47:27.156Z | Downloaded linear-map v1.2.0 |
| 810 | 2026-03-18T21:47:27.162Z | Downloaded crc-any v2.5.0 |
| 811 | 2026-03-18T21:47:27.162Z | Downloaded libloading v0.8.9 |
| 812 | 2026-03-18T21:47:27.167Z | Downloaded iana-time-zone v0.1.65 |
| 813 | 2026-03-18T21:47:27.167Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 814 | 2026-03-18T21:47:27.167Z | Downloaded openssl-probe v0.1.6 |
| 815 | 2026-03-18T21:47:27.171Z | Downloaded opaque-debug v0.3.1 |
| 816 | 2026-03-18T21:47:27.171Z | Downloaded elliptic-curve v0.13.8 |
| 817 | 2026-03-18T21:47:27.176Z | Downloaded hyper-rustls v0.27.7 |
| 818 | 2026-03-18T21:47:27.177Z | Downloaded aes v0.8.4 |
| 819 | 2026-03-18T21:47:27.177Z | Downloaded arc-swap v1.8.2 |
| 820 | 2026-03-18T21:47:27.181Z | Downloaded path-slash v0.1.5 |
| 821 | 2026-03-18T21:47:27.181Z | Downloaded pbkdf2 v0.11.0 |
| 822 | 2026-03-18T21:47:27.189Z | Downloaded flate2 v1.1.9 |
| 823 | 2026-03-18T21:47:27.193Z | Downloaded mime_guess v2.0.5 |
| 824 | 2026-03-18T21:47:27.193Z | Downloaded getrandom v0.2.17 |
| 825 | 2026-03-18T21:47:27.194Z | Downloaded lock_api v0.4.14 |
| 826 | 2026-03-18T21:47:27.194Z | Downloaded futures v0.3.32 |
| 827 | 2026-03-18T21:47:27.209Z | Downloaded parse-size v1.1.0 |
| 828 | 2026-03-18T21:47:27.209Z | Downloaded pin-utils v0.1.0 |
| 829 | 2026-03-18T21:47:27.215Z | Downloaded parse-display v0.10.0 |
| 830 | 2026-03-18T21:47:27.216Z | Downloaded oso-derive v0.27.3 |
| 831 | 2026-03-18T21:47:27.216Z | Downloaded olpc-cjson v0.1.4 |
| 832 | 2026-03-18T21:47:27.216Z | Downloaded num_enum v0.7.5 |
| 833 | 2026-03-18T21:47:27.216Z | Downloaded phf_shared v0.11.3 |
| 834 | 2026-03-18T21:47:27.216Z | Downloaded peg-runtime v0.8.5 |
| 835 | 2026-03-18T21:47:27.216Z | Downloaded pbkdf2 v0.12.2 |
| 836 | 2026-03-18T21:47:27.216Z | Downloaded newtype-uuid v1.3.2 |
| 837 | 2026-03-18T21:47:27.216Z | Downloaded native-tls v0.2.18 |
| 838 | 2026-03-18T21:47:27.216Z | Downloaded litrs v1.0.0 |
| 839 | 2026-03-18T21:47:27.219Z | Downloaded allocator-api2 v0.2.21 |
| 840 | 2026-03-18T21:47:27.219Z | Downloaded getrandom v0.3.4 |
| 841 | 2026-03-18T21:47:27.219Z | Downloaded num-rational v0.4.2 |
| 842 | 2026-03-18T21:47:27.222Z | Downloaded oxnet v0.1.4 |
| 843 | 2026-03-18T21:47:27.222Z | Downloaded flume v0.11.1 |
| 844 | 2026-03-18T21:47:27.225Z | Downloaded nu-ansi-term v0.50.3 |
| 845 | 2026-03-18T21:47:27.229Z | Downloaded indexmap v1.9.3 |
| 846 | 2026-03-18T21:47:27.232Z | Downloaded nanorand v0.7.0 |
| 847 | 2026-03-18T21:47:27.237Z | Downloaded precomputed-hash v0.1.1 |
| 848 | 2026-03-18T21:47:27.237Z | Downloaded heapless v0.7.17 |
| 849 | 2026-03-18T21:47:27.241Z | Downloaded num-complex v0.4.6 |
| 850 | 2026-03-18T21:47:27.241Z | Downloaded powerfmt v0.2.0 |
| 851 | 2026-03-18T21:47:27.241Z | Downloaded phf_shared v0.13.1 |
| 852 | 2026-03-18T21:47:27.241Z | Downloaded httparse v1.10.1 |
| 853 | 2026-03-18T21:47:27.245Z | Downloaded base64 v0.22.1 |
| 854 | 2026-03-18T21:47:27.253Z | Downloaded num_enum v0.5.11 |
| 855 | 2026-03-18T21:47:27.253Z | Downloaded proc-macro-crate v3.4.0 |
| 856 | 2026-03-18T21:47:27.262Z | Downloaded proc-macro-crate v1.3.1 |
| 857 | 2026-03-18T21:47:27.262Z | Downloaded password-hash v0.4.2 |
| 858 | 2026-03-18T21:47:27.262Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 859 | 2026-03-18T21:47:27.262Z | Downloaded progenitor-client v0.10.0 |
| 860 | 2026-03-18T21:47:27.262Z | Downloaded predicates-tree v1.0.13 |
| 861 | 2026-03-18T21:47:27.262Z | Downloaded oxide-tokio-rt v0.1.3 |
| 862 | 2026-03-18T21:47:27.265Z | Downloaded predicates-core v1.0.10 |
| 863 | 2026-03-18T21:47:27.266Z | Downloaded ingot-macros v0.1.1 |
| 864 | 2026-03-18T21:47:27.266Z | Downloaded memmap2 v0.9.10 |
| 865 | 2026-03-18T21:47:27.266Z | Downloaded compact_str v0.8.1 |
| 866 | 2026-03-18T21:47:27.266Z | Downloaded parse-display-derive v0.10.0 |
| 867 | 2026-03-18T21:47:27.271Z | Downloaded num-integer v0.1.46 |
| 868 | 2026-03-18T21:47:27.271Z | Downloaded progenitor-macro v0.11.2 |
| 869 | 2026-03-18T21:47:27.271Z | Downloaded progenitor-macro v0.13.0 |
| 870 | 2026-03-18T21:47:27.275Z | Downloaded progenitor-client v0.11.2 |
| 871 | 2026-03-18T21:47:27.275Z | Downloaded phf v0.13.1 |
| 872 | 2026-03-18T21:47:27.275Z | Downloaded phf v0.12.1 |
| 873 | 2026-03-18T21:47:27.275Z | Downloaded num_enum_derive v0.7.5 |
| 874 | 2026-03-18T21:47:27.275Z | Downloaded quick-error v1.2.3 |
| 875 | 2026-03-18T21:47:27.280Z | Downloaded pin-project-lite v0.2.17 |
| 876 | 2026-03-18T21:47:27.285Z | Downloaded peg v0.8.5 |
| 877 | 2026-03-18T21:47:27.285Z | Downloaded progenitor-macro v0.10.0 |
| 878 | 2026-03-18T21:47:27.288Z | Downloaded headers v0.4.1 |
| 879 | 2026-03-18T21:47:27.294Z | Downloaded radium v0.7.0 |
| 880 | 2026-03-18T21:47:27.294Z | Downloaded poly1305 v0.8.0 |
| 881 | 2026-03-18T21:47:27.307Z | Downloaded ppv-lite86 v0.2.21 |
| 882 | 2026-03-18T21:47:27.307Z | Downloaded pkg-config v0.3.32 |
| 883 | 2026-03-18T21:47:27.307Z | Downloaded indicatif v0.18.4 |
| 884 | 2026-03-18T21:47:27.313Z | Downloaded postgres-protocol v0.6.10 |
| 885 | 2026-03-18T21:47:27.313Z | Downloaded half v2.7.1 |
| 886 | 2026-03-18T21:47:27.313Z | Downloaded parking_lot_core v0.8.6 |
| 887 | 2026-03-18T21:47:27.313Z | Downloaded heapless v0.8.0 |
| 888 | 2026-03-18T21:47:27.313Z | Downloaded diesel_derives v2.3.7 |
| 889 | 2026-03-18T21:47:27.320Z | Downloaded rand_xorshift v0.4.0 |
| 890 | 2026-03-18T21:47:27.320Z | Downloaded rand_chacha v0.3.1 |
| 891 | 2026-03-18T21:47:27.320Z | Downloaded primeorder v0.13.6 |
| 892 | 2026-03-18T21:47:27.320Z | Downloaded const_format v0.2.35 |
| 893 | 2026-03-18T21:47:27.324Z | Downloaded progenitor v0.10.0 |
| 894 | 2026-03-18T21:47:27.324Z | Downloaded ref-cast-impl v1.0.25 |
| 895 | 2026-03-18T21:47:27.324Z | Downloaded proc-macro-error2 v2.0.1 |
| 896 | 2026-03-18T21:47:27.328Z | Downloaded pem v3.0.6 |
| 897 | 2026-03-18T21:47:27.328Z | Downloaded parking_lot v0.12.5 |
| 898 | 2026-03-18T21:47:27.331Z | Downloaded rtoolbox v0.0.3 |
| 899 | 2026-03-18T21:47:27.331Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 900 | 2026-03-18T21:47:27.331Z | Downloaded progenitor-client v0.13.0 |
| 901 | 2026-03-18T21:47:27.337Z | Downloaded progenitor v0.13.0 |
| 902 | 2026-03-18T21:47:27.337Z | Downloaded omicron-zone-package v0.12.2 |
| 903 | 2026-03-18T21:47:27.340Z | Downloaded recursive v0.1.1 |
| 904 | 2026-03-18T21:47:27.341Z | Downloaded psl-types v2.0.11 |
| 905 | 2026-03-18T21:47:27.341Z | Downloaded predicates v3.1.4 |
| 906 | 2026-03-18T21:47:27.342Z | Downloaded owo-colors v4.3.0 |
| 907 | 2026-03-18T21:47:27.348Z | Downloaded rustc_version v0.1.7 |
| 908 | 2026-03-18T21:47:27.348Z | Downloaded pkcs8 v0.10.2 |
| 909 | 2026-03-18T21:47:27.348Z | Downloaded rfc6979 v0.4.0 |
| 910 | 2026-03-18T21:47:27.348Z | Downloaded derive_more-impl v2.1.1 |
| 911 | 2026-03-18T21:47:27.353Z | Downloaded rustc-hash v2.1.1 |
| 912 | 2026-03-18T21:47:27.353Z | Downloaded hickory-resolver v0.25.2 |
| 913 | 2026-03-18T21:47:27.356Z | Downloaded ignore v0.4.25 |
| 914 | 2026-03-18T21:47:27.362Z | Downloaded polyval v0.6.2 |
| 915 | 2026-03-18T21:47:27.362Z | Downloaded parking_lot v0.11.2 |
| 916 | 2026-03-18T21:47:27.365Z | Downloaded postcard v1.1.3 |
| 917 | 2026-03-18T21:47:27.365Z | Downloaded password-hash v0.5.0 |
| 918 | 2026-03-18T21:47:27.365Z | Downloaded parking_lot_core v0.9.12 |
| 919 | 2026-03-18T21:47:27.368Z | Downloaded psm v0.1.30 |
| 920 | 2026-03-18T21:47:27.372Z | Downloaded rand_core v0.9.5 |
| 921 | 2026-03-18T21:47:27.372Z | Downloaded rustc_version v0.4.1 |
| 922 | 2026-03-18T21:47:27.375Z | Downloaded russh-cryptovec v0.7.3 |
| 923 | 2026-03-18T21:47:27.375Z | Downloaded rand_core v0.6.4 |
| 924 | 2026-03-18T21:47:27.375Z | Downloaded rand_chacha v0.9.0 |
| 925 | 2026-03-18T21:47:27.375Z | Downloaded scheduled-thread-pool v0.2.7 |
| 926 | 2026-03-18T21:47:27.380Z | Downloaded pin-project-internal v1.1.11 |
| 927 | 2026-03-18T21:47:27.380Z | Downloaded pem-rfc7468 v0.7.0 |
| 928 | 2026-03-18T21:47:27.387Z | Downloaded derive_more v2.1.1 |
| 929 | 2026-03-18T21:47:27.392Z | Downloaded sapling-renderdag v0.1.0 |
| 930 | 2026-03-18T21:47:27.392Z | Downloaded same-file v1.0.6 |
| 931 | 2026-03-18T21:47:27.393Z | Downloaded salsa20 v0.10.2 |
| 932 | 2026-03-18T21:47:27.398Z | Downloaded resolv-conf v0.7.6 |
| 933 | 2026-03-18T21:47:27.398Z | Downloaded ref-cast v1.0.25 |
| 934 | 2026-03-18T21:47:27.398Z | Downloaded peg-macros v0.8.5 |
| 935 | 2026-03-18T21:47:27.402Z | Downloaded libbz2-rs-sys v0.2.2 |
| 936 | 2026-03-18T21:47:27.402Z | Downloaded r2d2 v0.8.10 |
| 937 | 2026-03-18T21:47:27.402Z | Downloaded progenitor v0.11.2 |
| 938 | 2026-03-18T21:47:27.408Z | Downloaded paste v1.0.15 |
| 939 | 2026-03-18T21:47:27.408Z | Downloaded packed_struct v0.10.1 |
| 940 | 2026-03-18T21:47:27.412Z | Downloaded dropshot-api-manager v0.6.0 |
| 941 | 2026-03-18T21:47:27.412Z | Downloaded progenitor-extras v0.1.1 |
| 942 | 2026-03-18T21:47:27.412Z | Downloaded pkcs5 v0.7.1 |
| 943 | 2026-03-18T21:47:27.416Z | Downloaded semver v0.1.20 |
| 944 | 2026-03-18T21:47:27.416Z | Downloaded scopeguard v1.2.0 |
| 945 | 2026-03-18T21:47:27.419Z | Downloaded seq-macro v0.3.6 |
| 946 | 2026-03-18T21:47:27.419Z | Downloaded secrecy v0.8.0 |
| 947 | 2026-03-18T21:47:27.422Z | Downloaded quinn-udp v0.5.14 |
| 948 | 2026-03-18T21:47:27.422Z | Downloaded scrypt v0.11.0 |
| 949 | 2026-03-18T21:47:27.425Z | Downloaded postgres-types v0.2.12 |
| 950 | 2026-03-18T21:47:27.425Z | Downloaded openssl-sys v0.9.111 |
| 951 | 2026-03-18T21:47:27.429Z | Downloaded secrecy v0.10.3 |
| 952 | 2026-03-18T21:47:27.432Z | Downloaded serde-big-array v0.5.1 |
| 953 | 2026-03-18T21:47:27.432Z | Downloaded serde_bytes v0.11.19 |
| 954 | 2026-03-18T21:47:27.435Z | Downloaded oso v0.27.3 |
| 955 | 2026-03-18T21:47:27.439Z | Downloaded rustls-pemfile v1.0.4 |
| 956 | 2026-03-18T21:47:27.439Z | Downloaded hyper-util v0.1.20 |
| 957 | 2026-03-18T21:47:27.443Z | Downloaded rustls-pemfile v2.2.0 |
| 958 | 2026-03-18T21:47:27.446Z | Downloaded signature v2.2.0 |
| 959 | 2026-03-18T21:47:27.451Z | Downloaded shell-words v1.1.1 |
| 960 | 2026-03-18T21:47:27.451Z | Downloaded rustls-native-certs v0.8.3 |
| 961 | 2026-03-18T21:47:27.456Z | Downloaded miniz_oxide v0.8.9 |
| 962 | 2026-03-18T21:47:27.460Z | Downloaded hickory-server v0.25.2 |
| 963 | 2026-03-18T21:47:27.464Z | Downloaded sha1 v0.10.6 |
| 964 | 2026-03-18T21:47:27.464Z | Downloaded sigpipe v0.1.3 |
| 965 | 2026-03-18T21:47:27.465Z | Downloaded slog-envlogger v2.2.0 |
| 966 | 2026-03-18T21:47:27.471Z | Downloaded siphasher v1.0.2 |
| 967 | 2026-03-18T21:47:27.471Z | Downloaded rustversion v1.0.22 |
| 968 | 2026-03-18T21:47:27.476Z | Downloaded signal-hook-mio v0.2.5 |
| 969 | 2026-03-18T21:47:27.476Z | Downloaded schemars_derive v0.8.22 |
| 970 | 2026-03-18T21:47:27.476Z | Downloaded slog-bunyan v2.5.0 |
| 971 | 2026-03-18T21:47:27.476Z | Downloaded signal-hook-tokio v0.3.1 |
| 972 | 2026-03-18T21:47:27.476Z | Downloaded serde_spanned v1.0.4 |
| 973 | 2026-03-18T21:47:27.480Z | Downloaded serde_repr v0.1.20 |
| 974 | 2026-03-18T21:47:27.480Z | Downloaded progenitor-impl v0.10.0 |
| 975 | 2026-03-18T21:47:27.484Z | Downloaded serde_plain v1.0.2 |
| 976 | 2026-03-18T21:47:27.484Z | Downloaded jiff-static v0.2.21 |
| 977 | 2026-03-18T21:47:27.484Z | Downloaded scroll_derive v0.13.1 |
| 978 | 2026-03-18T21:47:27.489Z | Downloaded sec1 v0.7.3 |
| 979 | 2026-03-18T21:47:27.489Z | Downloaded serde_derive_internals v0.29.1 |
| 980 | 2026-03-18T21:47:27.489Z | Downloaded sct v0.7.1 |
| 981 | 2026-03-18T21:47:27.493Z | Downloaded rand_seeder v0.4.0 |
| 982 | 2026-03-18T21:47:27.494Z | Downloaded minimal-lexical v0.2.1 |
| 983 | 2026-03-18T21:47:27.497Z | Downloaded pin-project v1.1.11 |
| 984 | 2026-03-18T21:47:27.505Z | Downloaded ssh-encoding v0.2.0 |
| 985 | 2026-03-18T21:47:27.508Z | Downloaded ssh-cipher v0.2.0 |
| 986 | 2026-03-18T21:47:27.510Z | Downloaded scroll v0.13.0 |
| 987 | 2026-03-18T21:47:27.510Z | Downloaded serde-hex v0.1.0 |
| 988 | 2026-03-18T21:47:27.513Z | Downloaded rustls-pki-types v1.14.0 |
| 989 | 2026-03-18T21:47:27.513Z | Downloaded hickory-resolver v0.24.4 |
| 990 | 2026-03-18T21:47:27.518Z | Downloaded shlex v1.3.0 |
| 991 | 2026-03-18T21:47:27.518Z | Downloaded sqlparser_derive v0.5.0 |
| 992 | 2026-03-18T21:47:27.523Z | Downloaded rusty-fork v0.3.1 |
| 993 | 2026-03-18T21:47:27.523Z | Downloaded rand_core v0.10.0 |
| 994 | 2026-03-18T21:47:27.523Z | Downloaded pkcs1 v0.7.5 |
| 995 | 2026-03-18T21:47:27.527Z | Downloaded structmeta-derive v0.3.0 |
| 996 | 2026-03-18T21:47:27.527Z | Downloaded prefix-trie v0.7.0 |
| 997 | 2026-03-18T21:47:27.527Z | Downloaded der v0.7.10 |
| 998 | 2026-03-18T21:47:27.532Z | Downloaded p256 v0.13.2 |
| 999 | 2026-03-18T21:47:27.535Z | Downloaded phf_shared v0.12.1 |
| 1000 | 2026-03-18T21:47:27.535Z | Downloaded crossterm v0.29.0 |
| 1001 | 2026-03-18T21:47:27.539Z | Downloaded tabwriter v1.4.1 |
| 1002 | 2026-03-18T21:47:27.544Z | Downloaded supports-color v3.0.2 |
| 1003 | 2026-03-18T21:47:27.544Z | Downloaded subtle v2.6.1 |
| 1004 | 2026-03-18T21:47:27.546Z | Downloaded ron v0.8.1 |
| 1005 | 2026-03-18T21:47:27.549Z | Downloaded slog-dtrace v0.3.0 |
| 1006 | 2026-03-18T21:47:27.550Z | Downloaded crossterm v0.28.1 |
| 1007 | 2026-03-18T21:47:27.555Z | Downloaded tagptr v0.2.0 |
| 1008 | 2026-03-18T21:47:27.556Z | Downloaded sync-ptr v0.1.4 |
| 1009 | 2026-03-18T21:47:27.559Z | Downloaded structmeta v0.3.0 |
| 1010 | 2026-03-18T21:47:27.559Z | Downloaded tap v1.0.1 |
| 1011 | 2026-03-18T21:47:27.559Z | Downloaded take_mut v0.2.2 |
| 1012 | 2026-03-18T21:47:27.559Z | Downloaded slog-json v2.6.1 |
| 1013 | 2026-03-18T21:47:27.563Z | Downloaded smallvec v0.6.14 |
| 1014 | 2026-03-18T21:47:27.563Z | Downloaded russh-keys v0.45.0 |
| 1015 | 2026-03-18T21:47:27.568Z | Downloaded slab v0.4.12 |
| 1016 | 2026-03-18T21:47:27.568Z | Downloaded signal-hook-registry v1.4.8 |
| 1017 | 2026-03-18T21:47:27.568Z | Downloaded strum v0.27.2 |
| 1018 | 2026-03-18T21:47:27.568Z | Downloaded hashbrown v0.13.2 |
| 1019 | 2026-03-18T21:47:27.577Z | Downloaded hashbrown v0.12.3 |
| 1020 | 2026-03-18T21:47:27.586Z | Downloaded testing_table v0.3.0 |
| 1021 | 2026-03-18T21:47:27.586Z | Downloaded sqlformat v0.3.5 |
| 1022 | 2026-03-18T21:47:27.586Z | Downloaded serde_with_macros v3.17.0 |
| 1023 | 2026-03-18T21:47:27.586Z | Downloaded spki v0.7.3 |
| 1024 | 2026-03-18T21:47:27.586Z | Downloaded tabled_derive v0.11.0 |
| 1025 | 2026-03-18T21:47:27.586Z | Downloaded pretty_assertions v1.4.1 |
| 1026 | 2026-03-18T21:47:27.593Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1027 | 2026-03-18T21:47:27.593Z | Downloaded simd-adler32 v0.3.8 |
| 1028 | 2026-03-18T21:47:27.593Z | Downloaded strum v0.26.3 |
| 1029 | 2026-03-18T21:47:27.593Z | Downloaded serde_urlencoded v0.7.1 |
| 1030 | 2026-03-18T21:47:27.593Z | Downloaded slog-async v2.8.0 |
| 1031 | 2026-03-18T21:47:27.593Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1032 | 2026-03-18T21:47:27.598Z | Downloaded termtree v0.5.1 |
| 1033 | 2026-03-18T21:47:27.598Z | Downloaded sync_wrapper v1.0.2 |
| 1034 | 2026-03-18T21:47:27.598Z | Downloaded slog-stdlog v4.1.1 |
| 1035 | 2026-03-18T21:47:27.598Z | Downloaded tinyvec_macros v0.1.1 |
| 1036 | 2026-03-18T21:47:27.598Z | Downloaded smf v0.2.3 |
| 1037 | 2026-03-18T21:47:27.598Z | Downloaded serde_path_to_error v0.1.20 |
| 1038 | 2026-03-18T21:47:27.606Z | Downloaded slog-term v2.9.2 |
| 1039 | 2026-03-18T21:47:27.606Z | Downloaded progenitor-impl v0.13.0 |
| 1040 | 2026-03-18T21:47:27.606Z | Downloaded progenitor-impl v0.11.2 |
| 1041 | 2026-03-18T21:47:27.606Z | Downloaded snafu-derive v0.8.9 |
| 1042 | 2026-03-18T21:47:27.611Z | Downloaded papergrid v0.17.0 |
| 1043 | 2026-03-18T21:47:27.611Z | Downloaded time-core v0.1.8 |
| 1044 | 2026-03-18T21:47:27.616Z | Downloaded support-bundle-viewer v0.1.2 |
| 1045 | 2026-03-18T21:47:27.616Z | Downloaded strum_macros v0.24.3 |
| 1046 | 2026-03-18T21:47:27.621Z | Downloaded itertools v0.10.5 |
| 1047 | 2026-03-18T21:47:27.627Z | Downloaded stacker v0.1.23 |
| 1048 | 2026-03-18T21:47:27.627Z | Downloaded schemars v0.8.22 |
| 1049 | 2026-03-18T21:47:27.631Z | Downloaded num-bigint v0.4.6 |
| 1050 | 2026-03-18T21:47:27.635Z | Downloaded strum_macros v0.26.4 |
| 1051 | 2026-03-18T21:47:27.638Z | Downloaded static_assertions v1.1.0 |
| 1052 | 2026-03-18T21:47:27.641Z | Downloaded derive-where v1.6.0 |
| 1053 | 2026-03-18T21:47:27.643Z | Downloaded stringprep v0.1.5 |
| 1054 | 2026-03-18T21:47:27.644Z | Downloaded hashbrown v0.15.5 |
| 1055 | 2026-03-18T21:47:27.647Z | Downloaded darling_core v0.20.11 |
| 1056 | 2026-03-18T21:47:27.651Z | Downloaded topological-sort v0.2.2 |
| 1057 | 2026-03-18T21:47:27.654Z | Downloaded tower-layer v0.3.3 |
| 1058 | 2026-03-18T21:47:27.654Z | Downloaded multer v3.1.0 |
| 1059 | 2026-03-18T21:47:27.658Z | Downloaded thread_local v1.1.9 |
| 1060 | 2026-03-18T21:47:27.658Z | Downloaded signal-hook v0.3.18 |
| 1061 | 2026-03-18T21:47:27.661Z | Downloaded tiny-keccak v2.0.2 |
| 1062 | 2026-03-18T21:47:27.667Z | Downloaded thread-id v5.1.0 |
| 1063 | 2026-03-18T21:47:27.667Z | Downloaded thiserror-no-std v2.0.2 |
| 1064 | 2026-03-18T21:47:27.670Z | Downloaded slog-scope v4.4.1 |
| 1065 | 2026-03-18T21:47:27.670Z | Downloaded trait-variant v0.1.2 |
| 1066 | 2026-03-18T21:47:27.670Z | Downloaded tower-service v0.3.3 |
| 1067 | 2026-03-18T21:47:27.670Z | Downloaded strum_macros v0.27.2 |
| 1068 | 2026-03-18T21:47:27.673Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1069 | 2026-03-18T21:47:27.677Z | Downloaded rayon-core v1.13.0 |
| 1070 | 2026-03-18T21:47:27.680Z | Downloaded rcgen v0.12.1 |
| 1071 | 2026-03-18T21:47:27.680Z | Downloaded prettyplease v0.2.37 |
| 1072 | 2026-03-18T21:47:27.684Z | Downloaded slog v2.8.2 |
| 1073 | 2026-03-18T21:47:27.686Z | Downloaded http v1.4.0 |
| 1074 | 2026-03-18T21:47:27.689Z | Downloaded tls_codec_derive v0.4.2 |
| 1075 | 2026-03-18T21:47:27.692Z | Downloaded typify-macro v0.6.1 |
| 1076 | 2026-03-18T21:47:27.692Z | Downloaded try-lock v0.2.5 |
| 1077 | 2026-03-18T21:47:27.692Z | Downloaded time-macros v0.2.27 |
| 1078 | 2026-03-18T21:47:27.695Z | Downloaded serde_cbor v0.11.2 |
| 1079 | 2026-03-18T21:47:27.698Z | Downloaded tokio-native-tls v0.3.1 |
| 1080 | 2026-03-18T21:47:27.698Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1081 | 2026-03-18T21:47:27.701Z | Downloaded num-bigint-dig v0.8.6 |
| 1082 | 2026-03-18T21:47:27.705Z | Downloaded aes-gcm v0.10.3 |
| 1083 | 2026-03-18T21:47:27.708Z | Downloaded tokio-tungstenite v0.23.1 |
| 1084 | 2026-03-18T21:47:27.712Z | Downloaded unarray v0.1.4 |
| 1085 | 2026-03-18T21:47:27.714Z | Downloaded unicode-truncate v1.1.0 |
| 1086 | 2026-03-18T21:47:27.714Z | Downloaded quinn v0.11.9 |
| 1087 | 2026-03-18T21:47:27.717Z | Downloaded tokio-tungstenite v0.21.0 |
| 1088 | 2026-03-18T21:47:27.721Z | Downloaded typify-macro v0.4.3 |
| 1089 | 2026-03-18T21:47:27.721Z | Downloaded term v0.7.0 |
| 1090 | 2026-03-18T21:47:27.725Z | Downloaded unit-prefix v0.5.2 |
| 1091 | 2026-03-18T21:47:27.725Z | Downloaded socket2 v0.6.2 |
| 1092 | 2026-03-18T21:47:27.728Z | Downloaded usdt-attr-macro v0.6.0 |
| 1093 | 2026-03-18T21:47:27.728Z | Downloaded universal-hash v0.5.1 |
| 1094 | 2026-03-18T21:47:27.730Z | Downloaded utf-8 v0.7.6 |
| 1095 | 2026-03-18T21:47:27.731Z | Downloaded untrusted v0.9.0 |
| 1096 | 2026-03-18T21:47:27.731Z | Downloaded untrusted v0.7.1 |
| 1097 | 2026-03-18T21:47:27.734Z | Downloaded tokio-rustls v0.25.0 |
| 1098 | 2026-03-18T21:47:27.734Z | Downloaded tokio-macros v2.6.0 |
| 1099 | 2026-03-18T21:47:27.737Z | Downloaded tokio-dtrace v0.1.1 |
| 1100 | 2026-03-18T21:47:27.737Z | Downloaded qorb v0.4.1 |
| 1101 | 2026-03-18T21:47:27.744Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1102 | 2026-03-18T21:47:27.747Z | Downloaded tls_codec v0.4.2 |
| 1103 | 2026-03-18T21:47:27.747Z | Downloaded string_cache v0.8.9 |
| 1104 | 2026-03-18T21:47:27.747Z | Downloaded rustls-webpki v0.103.9 |
| 1105 | 2026-03-18T21:47:27.750Z | Downloaded h2 v0.4.13 |
| 1106 | 2026-03-18T21:47:27.753Z | Downloaded similar v2.7.0 |
| 1107 | 2026-03-18T21:47:27.756Z | Downloaded void v1.0.2 |
| 1108 | 2026-03-18T21:47:27.760Z | Downloaded usdt-macro v0.6.0 |
| 1109 | 2026-03-18T21:47:27.760Z | Downloaded usdt v0.6.0 |
| 1110 | 2026-03-18T21:47:27.760Z | Downloaded samael v0.0.19 |
| 1111 | 2026-03-18T21:47:27.763Z | Downloaded unicase v2.9.0 |
| 1112 | 2026-03-18T21:47:27.766Z | Downloaded tokio-rustls v0.26.4 |
| 1113 | 2026-03-18T21:47:27.769Z | Downloaded tokio-rustls v0.24.1 |
| 1114 | 2026-03-18T21:47:27.769Z | Downloaded libxml v0.3.3 |
| 1115 | 2026-03-18T21:47:27.773Z | Downloaded want v0.3.1 |
| 1116 | 2026-03-18T21:47:27.776Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1117 | 2026-03-18T21:47:27.776Z | Downloaded tokio-stream v0.1.18 |
| 1118 | 2026-03-18T21:47:27.779Z | Downloaded xattr v1.6.1 |
| 1119 | 2026-03-18T21:47:27.781Z | Downloaded itertools v0.14.0 |
| 1120 | 2026-03-18T21:47:27.785Z | Downloaded term v1.2.1 |
| 1121 | 2026-03-18T21:47:27.788Z | Downloaded tui-tree-widget v0.23.1 |
| 1122 | 2026-03-18T21:47:27.791Z | Downloaded socket2 v0.5.10 |
| 1123 | 2026-03-18T21:47:27.834Z | Downloaded rsa v0.9.10 |
| 1124 | 2026-03-18T21:47:27.834Z | Downloaded ryu v1.0.23 |
| 1125 | 2026-03-18T21:47:27.834Z | Downloaded iri-string v0.7.10 |
| 1126 | 2026-03-18T21:47:27.834Z | Downloaded publicsuffix v2.3.0 |
| 1127 | 2026-03-18T21:47:27.834Z | Downloaded tinyvec v1.10.0 |
| 1128 | 2026-03-18T21:47:27.834Z | Downloaded iddqd v0.3.17 |
| 1129 | 2026-03-18T21:47:27.834Z | Downloaded hkdf v0.12.4 |
| 1130 | 2026-03-18T21:47:27.836Z | Downloaded zone_cfg_derive v0.3.1 |
| 1131 | 2026-03-18T21:47:27.836Z | Downloaded hyper v1.8.1 |
| 1132 | 2026-03-18T21:47:27.836Z | Downloaded wait-timeout v0.2.1 |
| 1133 | 2026-03-18T21:47:27.836Z | Downloaded xshell-macros v0.2.7 |
| 1134 | 2026-03-18T21:47:27.836Z | Downloaded mio v1.1.1 |
| 1135 | 2026-03-18T21:47:27.836Z | Downloaded bumpalo v3.20.2 |
| 1136 | 2026-03-18T21:47:27.836Z | Downloaded aho-corasick v1.1.4 |
| 1137 | 2026-03-18T21:47:27.839Z | Downloaded rand v0.9.2 |
| 1138 | 2026-03-18T21:47:27.839Z | Downloaded hmac v0.12.1 |
| 1139 | 2026-03-18T21:47:27.839Z | Downloaded highway v1.3.0 |
| 1140 | 2026-03-18T21:47:27.842Z | Downloaded rand v0.10.0 |
| 1141 | 2026-03-18T21:47:27.845Z | Downloaded schemars v0.9.0 |
| 1142 | 2026-03-18T21:47:27.852Z | Downloaded waitgroup v0.1.2 |
| 1143 | 2026-03-18T21:47:27.855Z | Downloaded schemars v1.2.1 |
| 1144 | 2026-03-18T21:47:27.864Z | Downloaded zone v0.3.1 |
| 1145 | 2026-03-18T21:47:27.866Z | Downloaded whoami v2.1.0 |
| 1146 | 2026-03-18T21:47:27.866Z | Downloaded xshell v0.2.7 |
| 1147 | 2026-03-18T21:47:27.869Z | Downloaded uzers v0.12.2 |
| 1148 | 2026-03-18T21:47:27.872Z | Downloaded whoami v1.6.1 |
| 1149 | 2026-03-18T21:47:27.872Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1150 | 2026-03-18T21:47:27.876Z | Downloaded toml v0.7.8 |
| 1151 | 2026-03-18T21:47:27.876Z | Downloaded tar v0.4.44 |
| 1152 | 2026-03-18T21:47:27.879Z | Downloaded snafu v0.8.9 |
| 1153 | 2026-03-18T21:47:27.882Z | Downloaded vergen-lib v0.1.6 |
| 1154 | 2026-03-18T21:47:27.884Z | Downloaded twox-hash v2.1.2 |
| 1155 | 2026-03-18T21:47:27.887Z | Downloaded steno v0.4.1 |
| 1156 | 2026-03-18T21:47:27.890Z | Downloaded vergen-gitcl v1.0.8 |
| 1157 | 2026-03-18T21:47:27.890Z | Downloaded vergen-git2 v1.0.7 |
| 1158 | 2026-03-18T21:47:27.893Z | Downloaded tracing-attributes v0.1.31 |
| 1159 | 2026-03-18T21:47:27.893Z | Downloaded vergen v9.0.6 |
| 1160 | 2026-03-18T21:47:27.895Z | Downloaded tungstenite v0.21.0 |
| 1161 | 2026-03-18T21:47:27.898Z | Downloaded ron v0.12.0 |
| 1162 | 2026-03-18T21:47:27.903Z | Downloaded vsss-rs v3.3.4 |
| 1163 | 2026-03-18T21:47:27.907Z | Downloaded unicode-properties v0.1.4 |
| 1164 | 2026-03-18T21:47:27.911Z | Downloaded xz2 v0.1.7 |
| 1165 | 2026-03-18T21:47:27.911Z | Downloaded walkdir v2.5.0 |
| 1166 | 2026-03-18T21:47:27.911Z | Downloaded wyz v0.5.1 |
| 1167 | 2026-03-18T21:47:27.914Z | Downloaded typify v0.6.1 |
| 1168 | 2026-03-18T21:47:27.915Z | Downloaded termios v0.3.3 |
| 1169 | 2026-03-18T21:47:27.918Z | Downloaded unsafe-libyaml v0.2.11 |
| 1170 | 2026-03-18T21:47:27.918Z | Downloaded nom v7.1.3 |
| 1171 | 2026-03-18T21:47:27.921Z | Downloaded rand v0.8.5 |
| 1172 | 2026-03-18T21:47:27.924Z | Downloaded zeroize_derive v1.4.3 |
| 1173 | 2026-03-18T21:47:27.928Z | Downloaded subprocess v0.2.15 |
| 1174 | 2026-03-18T21:47:27.931Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1175 | 2026-03-18T21:47:27.937Z | Downloaded usdt-impl v0.6.0 |
| 1176 | 2026-03-18T21:47:27.937Z | Downloaded uuid v1.21.0 |
| 1177 | 2026-03-18T21:47:27.940Z | Downloaded itertools v0.13.0 |
| 1178 | 2026-03-18T21:47:27.943Z | Downloaded tracing-core v0.1.36 |
| 1179 | 2026-03-18T21:47:27.943Z | Downloaded test-strategy v0.4.5 |
| 1180 | 2026-03-18T21:47:27.945Z | Downloaded zeroize v1.8.2 |
| 1181 | 2026-03-18T21:47:27.948Z | Downloaded spin v0.9.8 |
| 1182 | 2026-03-18T21:47:27.948Z | Downloaded tungstenite v0.23.0 |
| 1183 | 2026-03-18T21:47:27.951Z | Downloaded typify v0.4.3 |
| 1184 | 2026-03-18T21:47:28.958Z | Downloaded zstd v0.13.3 |
| 1185 | 2026-03-18T21:47:28.962Z | Downloaded tokio-postgres v0.7.16 |
| 1186 | 2026-03-18T21:47:28.962Z | Downloaded p521 v0.13.3 |
| 1187 | 2026-03-18T21:47:28.962Z | Downloaded futures-util v0.3.32 |
| 1188 | 2026-03-18T21:47:28.962Z | Downloaded vte v0.14.1 |
| 1189 | 2026-03-18T21:47:28.962Z | Downloaded unicode-bidi v0.3.18 |
| 1190 | 2026-03-18T21:47:28.962Z | Downloaded russh v0.45.0 |
| 1191 | 2026-03-18T21:47:28.962Z | Downloaded itertools v0.12.1 |
| 1192 | 2026-03-18T21:47:28.962Z | Downloaded yasna v0.5.2 |
| 1193 | 2026-03-18T21:47:28.962Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1194 | 2026-03-18T21:47:28.962Z | Downloaded libm v0.2.16 |
| 1195 | 2026-03-18T21:47:28.962Z | Downloaded zerocopy v0.6.6 |
| 1196 | 2026-03-18T21:47:28.962Z | Downloaded hickory-client v0.25.2 |
| 1197 | 2026-03-18T21:47:28.962Z | Downloaded half v1.8.3 |
| 1198 | 2026-03-18T21:47:28.962Z | Downloaded lzss v0.8.2 |
| 1199 | 2026-03-18T21:47:28.962Z | Downloaded lru-slab v0.1.2 |
| 1200 | 2026-03-18T21:47:28.962Z | Downloaded zstd-safe v7.2.4 |
| 1201 | 2026-03-18T21:47:28.962Z | Downloaded zopfli v0.8.3 |
| 1202 | 2026-03-18T21:47:28.962Z | Downloaded convert_case v0.10.0 |
| 1203 | 2026-03-18T21:47:28.962Z | Downloaded async-trait v0.1.89 |
| 1204 | 2026-03-18T21:47:28.962Z | Downloaded blake2 v0.10.6 |
| 1205 | 2026-03-18T21:47:28.962Z | Downloaded globset v0.4.18 |
| 1206 | 2026-03-18T21:47:28.962Z | Downloaded console v0.15.11 |
| 1207 | 2026-03-18T21:47:28.962Z | Downloaded buf-list v1.1.2 |
| 1208 | 2026-03-18T21:47:28.962Z | Downloaded argon2 v0.5.3 |
| 1209 | 2026-03-18T21:47:28.962Z | Downloaded is-terminal v0.4.17 |
| 1210 | 2026-03-18T21:47:28.962Z | Downloaded internet-checksum v0.2.1 |
| 1211 | 2026-03-18T21:47:28.962Z | Downloaded inout v0.1.4 |
| 1212 | 2026-03-18T21:47:28.962Z | Downloaded ident_case v1.0.1 |
| 1213 | 2026-03-18T21:47:28.962Z | Downloaded glob v0.3.3 |
| 1214 | 2026-03-18T21:47:28.962Z | Downloaded futures-task v0.3.32 |
| 1215 | 2026-03-18T21:47:28.962Z | Downloaded either v1.15.0 |
| 1216 | 2026-03-18T21:47:28.962Z | Downloaded diff v0.1.13 |
| 1217 | 2026-03-18T21:47:28.962Z | Downloaded darling v0.23.0 |
| 1218 | 2026-03-18T21:47:28.962Z | Downloaded git2 v0.20.4 |
| 1219 | 2026-03-18T21:47:28.962Z | Downloaded yansi v1.0.1 |
| 1220 | 2026-03-18T21:47:28.962Z | Downloaded toml_edit v0.19.15 |
| 1221 | 2026-03-18T21:47:28.962Z | Downloaded zip v0.6.6 |
| 1222 | 2026-03-18T21:47:28.963Z | Downloaded regex v1.12.3 |
| 1223 | 2026-03-18T21:47:28.963Z | Downloaded rustyline v14.0.0 |
| 1224 | 2026-03-18T21:47:28.963Z | Downloaded ed25519-dalek v2.2.0 |
| 1225 | 2026-03-18T21:47:28.963Z | Downloaded rpassword v7.4.0 |
| 1226 | 2026-03-18T21:47:28.963Z | Downloaded ssh-key v0.6.7 |
| 1227 | 2026-03-18T21:47:28.963Z | Downloaded cc v1.2.56 |
| 1228 | 2026-03-18T21:47:28.963Z | Downloaded unicode_categories v0.1.1 |
| 1229 | 2026-03-18T21:47:28.963Z | Downloaded tower v0.5.3 |
| 1230 | 2026-03-18T21:47:28.963Z | Downloaded rustls-webpki v0.101.7 |
| 1231 | 2026-03-18T21:47:28.963Z | Downloaded goblin v0.10.5 |
| 1232 | 2026-03-18T21:47:28.963Z | Downloaded x509-cert v0.2.5 |
| 1233 | 2026-03-18T21:47:28.963Z | Downloaded reqwest v0.13.2 |
| 1234 | 2026-03-18T21:47:28.963Z | Downloaded reedline v0.40.0 |
| 1235 | 2026-03-18T21:47:28.963Z | Downloaded blake3 v1.8.3 |
| 1236 | 2026-03-18T21:47:28.964Z | Downloaded proptest v1.10.0 |
| 1237 | 2026-03-18T21:47:28.964Z | Downloaded zerocopy-derive v0.8.40 |
| 1238 | 2026-03-18T21:47:28.964Z | Downloaded reqwest v0.12.28 |
| 1239 | 2026-03-18T21:47:28.964Z | Downloaded bitvec v1.0.1 |
| 1240 | 2026-03-18T21:47:28.964Z | Downloaded typed-path v0.9.3 |
| 1241 | 2026-03-18T21:47:28.964Z | Downloaded serde_with v3.17.0 |
| 1242 | 2026-03-18T21:47:28.964Z | Downloaded tower-http v0.6.8 |
| 1243 | 2026-03-18T21:47:28.964Z | Downloaded petname v2.0.2 |
| 1244 | 2026-03-18T21:47:28.964Z | Downloaded chrono v0.4.44 |
| 1245 | 2026-03-18T21:47:28.964Z | Downloaded bindgen v0.71.1 |
| 1246 | 2026-03-18T21:47:28.964Z | Downloaded unicode-segmentation v1.12.0 |
| 1247 | 2026-03-18T21:47:28.964Z | Downloaded tough v0.20.0 |
| 1248 | 2026-03-18T21:47:28.964Z | Downloaded salty v0.3.0 |
| 1249 | 2026-03-18T21:47:28.964Z | Downloaded zip v4.6.1 |
| 1250 | 2026-03-18T21:47:28.964Z | Downloaded curve25519-dalek v4.1.3 |
| 1251 | 2026-03-18T21:47:28.964Z | Downloaded quick-xml v0.37.5 |
| 1252 | 2026-03-18T21:47:28.964Z | Downloaded radix_trie v0.2.1 |
| 1253 | 2026-03-18T21:47:28.964Z | Downloaded nix v0.27.1 |
| 1254 | 2026-03-18T21:47:28.964Z | Downloaded portable-atomic v1.13.1 |
| 1255 | 2026-03-18T21:47:28.964Z | Downloaded tokio-util v0.7.18 |
| 1256 | 2026-03-18T21:47:28.964Z | Downloaded winnow v0.6.26 |
| 1257 | 2026-03-18T21:47:28.964Z | Downloaded winnow v0.5.40 |
| 1258 | 2026-03-18T21:47:28.964Z | Downloaded unicode-normalization v0.1.25 |
| 1259 | 2026-03-18T21:47:28.964Z | Downloaded quinn-proto v0.11.13 |
| 1260 | 2026-03-18T21:47:28.964Z | Downloaded rustls-webpki v0.102.8 |
| 1261 | 2026-03-18T21:47:28.964Z | Downloaded polar-core v0.27.3 |
| 1262 | 2026-03-18T21:47:28.964Z | Downloaded moka v0.12.13 |
| 1263 | 2026-03-18T21:47:28.964Z | Downloaded tabled v0.20.0 |
| 1264 | 2026-03-18T21:47:28.964Z | Downloaded object v0.30.4 |
| 1265 | 2026-03-18T21:47:28.964Z | Downloaded dropshot v0.16.7 |
| 1266 | 2026-03-18T21:47:28.964Z | Downloaded openssl v0.10.75 |
| 1267 | 2026-03-18T21:47:28.964Z | Downloaded lalrpop v0.19.12 |
| 1268 | 2026-03-18T21:47:28.964Z | Downloaded time v0.3.47 |
| 1269 | 2026-03-18T21:47:28.964Z | Downloaded nix v0.29.0 |
| 1270 | 2026-03-18T21:47:28.964Z | Downloaded vcpkg v0.2.15 |
| 1271 | 2026-03-18T21:47:28.964Z | Downloaded zlib-rs v0.6.2 |
| 1272 | 2026-03-18T21:47:28.964Z | Downloaded bstr v1.12.1 |
| 1273 | 2026-03-18T21:47:28.964Z | Downloaded rustls v0.21.12 |
| 1274 | 2026-03-18T21:47:28.965Z | Downloaded webpki-roots v1.0.6 |
| 1275 | 2026-03-18T21:47:28.965Z | Downloaded zerocopy v0.8.40 |
| 1276 | 2026-03-18T21:47:28.965Z | Downloaded rustls v0.22.4 |
| 1277 | 2026-03-18T21:47:28.965Z | Downloaded openapiv3 v2.2.0 |
| 1278 | 2026-03-18T21:47:28.965Z | Downloaded regress v0.10.5 |
| 1279 | 2026-03-18T21:47:28.965Z | Downloaded nix v0.31.1 |
| 1280 | 2026-03-18T21:47:28.965Z | Downloaded diesel v2.3.7 |
| 1281 | 2026-03-18T21:47:28.965Z | Downloaded rustls v0.23.37 |
| 1282 | 2026-03-18T21:47:28.965Z | Downloaded regex-syntax v0.8.10 |
| 1283 | 2026-03-18T21:47:28.965Z | Downloaded rustix v0.38.44 |
| 1284 | 2026-03-18T21:47:28.965Z | Downloaded object v0.37.3 |
| 1285 | 2026-03-18T21:47:28.968Z | Downloaded smoltcp v0.11.0 |
| 1286 | 2026-03-18T21:47:28.968Z | Downloaded hickory-proto v0.25.2 |
| 1287 | 2026-03-18T21:47:28.969Z | Downloaded regex-syntax v0.6.29 |
| 1288 | 2026-03-18T21:47:28.969Z | Downloaded nix v0.28.0 |
| 1289 | 2026-03-18T21:47:28.969Z | Downloaded smoltcp v0.9.1 |
| 1290 | 2026-03-18T21:47:28.969Z | Downloaded sqlparser v0.61.0 |
| 1291 | 2026-03-18T21:47:28.969Z | Downloaded typify-impl v0.6.1 |
| 1292 | 2026-03-18T21:47:28.969Z | Downloaded hickory-proto v0.24.4 |
| 1293 | 2026-03-18T21:47:28.969Z | Downloaded tracing v0.1.44 |
| 1294 | 2026-03-18T21:47:28.969Z | Downloaded typify-impl v0.4.3 |
| 1295 | 2026-03-18T21:47:28.969Z | Downloaded regex-automata v0.4.14 |
| 1296 | 2026-03-18T21:47:28.969Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1297 | 2026-03-18T21:47:28.969Z | Downloaded zerocopy-derive v0.6.6 |
| 1298 | 2026-03-18T21:47:28.969Z | Downloaded sled v0.34.7 |
| 1299 | 2026-03-18T21:47:28.969Z | Downloaded ratatui v0.29.0 |
| 1300 | 2026-03-18T21:47:28.969Z | Downloaded p384 v0.13.1 |
| 1301 | 2026-03-18T21:47:28.969Z | Downloaded aws-lc-rs v1.16.0 |
| 1302 | 2026-03-18T21:47:28.969Z | Downloaded rayon v1.11.0 |
| 1303 | 2026-03-18T21:47:28.969Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1304 | 2026-03-18T21:47:28.969Z | Downloaded blowfish v0.9.1 |
| 1305 | 2026-03-18T21:47:28.969Z | Downloaded bitflags v1.3.2 |
| 1306 | 2026-03-18T21:47:28.969Z | Downloaded jiff v0.2.21 |
| 1307 | 2026-03-18T21:47:28.969Z | Downloaded petgraph v0.6.5 |
| 1308 | 2026-03-18T21:47:28.970Z | Downloaded chrono-tz v0.10.4 |
| 1309 | 2026-03-18T21:47:28.970Z | Downloaded cobs v0.3.0 |
| 1310 | 2026-03-18T21:47:28.970Z | Downloaded lzma-sys v0.1.20 |
| 1311 | 2026-03-18T21:47:28.970Z | Downloaded hash32 v0.2.1 |
| 1312 | 2026-03-18T21:47:28.970Z | Downloaded fixedbitset v0.4.2 |
| 1313 | 2026-03-18T21:47:28.970Z | Downloaded cstr-argument v0.1.2 |
| 1314 | 2026-03-18T21:47:28.970Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1315 | 2026-03-18T21:47:28.970Z | Downloaded bzip2 v0.4.4 |
| 1316 | 2026-03-18T21:47:28.970Z | Downloaded crossbeam-epoch v0.9.18 |
| 1317 | 2026-03-18T21:47:28.970Z | Downloaded cmake v0.1.57 |
| 1318 | 2026-03-18T21:47:28.970Z | Downloaded crunchy v0.2.4 |
| 1319 | 2026-03-18T21:47:28.970Z | Downloaded csv-core v0.1.13 |
| 1320 | 2026-03-18T21:47:28.970Z | Downloaded cfg_aliases v0.1.1 |
| 1321 | 2026-03-18T21:47:28.970Z | Downloaded bit-set v0.8.0 |
| 1322 | 2026-03-18T21:47:28.970Z | Downloaded atomic-waker v1.1.2 |
| 1323 | 2026-03-18T21:47:28.970Z | Downloaded libz-sys v1.1.24 |
| 1324 | 2026-03-18T21:47:28.970Z | Downloaded defmt v0.3.100 |
| 1325 | 2026-03-18T21:47:28.970Z | Downloaded petgraph v0.8.3 |
| 1326 | 2026-03-18T21:47:28.970Z | Downloaded csv v1.4.0 |
| 1327 | 2026-03-18T21:47:28.970Z | Downloaded sha3 v0.10.8 |
| 1328 | 2026-03-18T21:47:28.970Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1329 | 2026-03-18T21:47:28.970Z | Downloaded tokio v1.49.0 |
| 1330 | 2026-03-18T21:47:28.970Z | Downloaded darling_core v0.23.0 |
| 1331 | 2026-03-18T21:47:28.970Z | Downloaded ctr v0.9.2 |
| 1332 | 2026-03-18T21:47:28.970Z | Downloaded bitfield v0.19.4 |
| 1333 | 2026-03-18T21:47:28.970Z | Downloaded bit-vec v0.6.3 |
| 1334 | 2026-03-18T21:47:28.970Z | Downloaded crypto-bigint v0.5.5 |
| 1335 | 2026-03-18T21:47:28.970Z | Downloaded encoding_rs v0.8.35 |
| 1336 | 2026-03-18T21:47:28.970Z | Downloaded ring v0.17.14 |
| 1337 | 2026-03-18T21:47:29.002Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1338 | 2026-03-18T21:47:29.565Z | Downloaded aws-lc-sys v0.37.1 |
| 1339 | 2026-03-18T21:47:29.889Z | Compiling libc v0.2.180 |
| 1340 | 2026-03-18T21:47:29.889Z | Compiling serde v1.0.228 |
| 1341 | 2026-03-18T21:47:29.892Z | Compiling log v0.4.29 |
| 1342 | 2026-03-18T21:47:29.892Z | Compiling shlex v1.3.0 |
| 1343 | 2026-03-18T21:47:30.092Z | Compiling find-msvc-tools v0.1.9 |
| 1344 | 2026-03-18T21:47:30.095Z | Compiling smallvec v1.15.1 |
| 1345 | 2026-03-18T21:47:30.110Z | Compiling syn v2.0.117 |
| 1346 | 2026-03-18T21:47:30.128Z | Compiling typenum v1.19.0 |
| 1347 | 2026-03-18T21:47:30.303Z | Compiling generic-array v0.14.7 |
| 1348 | 2026-03-18T21:47:30.329Z | Compiling subtle v2.6.1 |
| 1349 | 2026-03-18T21:47:30.358Z | Compiling scopeguard v1.2.0 |
| 1350 | 2026-03-18T21:47:30.457Z | Compiling portable-atomic v1.13.1 |
| 1351 | 2026-03-18T21:47:30.475Z | Compiling lock_api v0.4.14 |
| 1352 | 2026-03-18T21:47:30.493Z | Compiling const-oid v0.9.6 |
| 1353 | 2026-03-18T21:47:30.550Z | Compiling critical-section v1.2.0 |
| 1354 | 2026-03-18T21:47:30.603Z | Compiling zerocopy v0.8.40 |
| 1355 | 2026-03-18T21:47:30.676Z | Compiling serde_json v1.0.149 |
| 1356 | 2026-03-18T21:47:30.770Z | Compiling pin-project-lite v0.2.17 |
| 1357 | 2026-03-18T21:47:30.899Z | Compiling parking_lot_core v0.9.12 |
| 1358 | 2026-03-18T21:47:31.178Z | Compiling getrandom v0.2.17 |
| 1359 | 2026-03-18T21:47:31.196Z | Compiling jobserver v0.1.34 |
| 1360 | 2026-03-18T21:47:31.258Z | Compiling errno v0.3.14 |
| 1361 | 2026-03-18T21:47:31.400Z | Compiling rand_core v0.6.4 |
| 1362 | 2026-03-18T21:47:31.457Z | Compiling signal-hook-registry v1.4.8 |
| 1363 | 2026-03-18T21:47:31.478Z | Compiling cc v1.2.56 |
| 1364 | 2026-03-18T21:47:31.680Z | Compiling once_cell v1.21.3 |
| 1365 | 2026-03-18T21:47:31.730Z | Compiling pkg-config v0.3.32 |
| 1366 | 2026-03-18T21:47:31.797Z | Compiling parking_lot v0.12.5 |
| 1367 | 2026-03-18T21:47:31.817Z | Compiling mio v1.1.1 |
| 1368 | 2026-03-18T21:47:31.920Z | Compiling bitflags v2.11.0 |
| 1369 | 2026-03-18T21:47:31.947Z | Compiling libm v0.2.16 |
| 1370 | 2026-03-18T21:47:32.211Z | Compiling num-traits v0.2.19 |
| 1371 | 2026-03-18T21:47:32.281Z | Compiling futures-core v0.3.32 |
| 1372 | 2026-03-18T21:47:32.439Z | Compiling socket2 v0.6.2 |
| 1373 | 2026-03-18T21:47:32.495Z | Compiling percent-encoding v2.3.2 |
| 1374 | 2026-03-18T21:47:32.605Z | Compiling allocator-api2 v0.2.21 |
| 1375 | 2026-03-18T21:47:32.625Z | Compiling futures-sink v0.3.32 |
| 1376 | 2026-03-18T21:47:32.759Z | Compiling foldhash v0.2.0 |
| 1377 | 2026-03-18T21:47:32.779Z | Compiling cpufeatures v0.2.17 |
| 1378 | 2026-03-18T21:47:32.807Z | Compiling futures-channel v0.3.32 |
| 1379 | 2026-03-18T21:47:32.876Z | Compiling futures-io v0.3.32 |
| 1380 | 2026-03-18T21:47:33.048Z | Compiling hashbrown v0.16.1 |
| 1381 | 2026-03-18T21:47:33.068Z | Compiling futures-task v0.3.32 |
| 1382 | 2026-03-18T21:47:33.086Z | Compiling slab v0.4.12 |
| 1383 | 2026-03-18T21:47:33.102Z | Compiling getrandom v0.4.1 |
| 1384 | 2026-03-18T21:47:33.160Z | Compiling rand_core v0.10.0 |
| 1385 | 2026-03-18T21:47:33.290Z | Compiling rustversion v1.0.22 |
| 1386 | 2026-03-18T21:47:33.325Z | Compiling getrandom v0.3.4 |
| 1387 | 2026-03-18T21:47:33.379Z | Compiling form_urlencoded v1.2.2 |
| 1388 | 2026-03-18T21:47:33.696Z | Compiling cmake v0.1.57 |
| 1389 | 2026-03-18T21:47:33.811Z | Compiling indexmap v2.13.0 |
| 1390 | 2026-03-18T21:47:33.918Z | Compiling dunce v1.0.5 |
| 1391 | 2026-03-18T21:47:34.042Z | Compiling ident_case v1.0.1 |
| 1392 | 2026-03-18T21:47:34.058Z | Compiling base64ct v1.8.3 |
| 1393 | 2026-03-18T21:47:34.201Z | Compiling synstructure v0.13.2 |
| 1394 | 2026-03-18T21:47:34.261Z | Compiling fs_extra v1.3.0 |
| 1395 | 2026-03-18T21:47:34.453Z | Compiling pem-rfc7468 v0.7.0 |
| 1396 | 2026-03-18T21:47:34.522Z | Compiling flagset v0.4.7 |
| 1397 | 2026-03-18T21:47:34.557Z | Compiling rand_core v0.9.5 |
| 1398 | 2026-03-18T21:47:34.615Z | Compiling aws-lc-sys v0.37.1 |
| 1399 | 2026-03-18T21:47:34.649Z | Compiling rustix v1.1.3 |
| 1400 | 2026-03-18T21:47:34.693Z | Compiling iana-time-zone v0.1.65 |
| 1401 | 2026-03-18T21:47:34.726Z | Compiling uuid v1.21.0 |
| 1402 | 2026-03-18T21:47:34.868Z | Compiling ring v0.17.14 |
| 1403 | 2026-03-18T21:47:34.959Z | Compiling rustc_version v0.4.1 |
| 1404 | 2026-03-18T21:47:34.964Z | Compiling aws-lc-rs v1.16.0 |
| 1405 | 2026-03-18T21:47:35.061Z | Compiling regex-syntax v0.8.10 |
| 1406 | 2026-03-18T21:47:35.345Z | Compiling vcpkg v0.2.15 |
| 1407 | 2026-03-18T21:47:35.364Z | Compiling tracing-core v0.1.36 |
| 1408 | 2026-03-18T21:47:35.662Z | Compiling crossbeam-utils v0.8.21 |
| 1409 | 2026-03-18T21:47:36.058Z | Compiling pest_generator v2.8.6 |
| 1410 | 2026-03-18T21:47:36.137Z | Compiling serde_derive_internals v0.29.1 |
| 1411 | 2026-03-18T21:47:36.356Z | Compiling openssl-sys v0.9.111 |
| 1412 | 2026-03-18T21:47:36.791Z | Compiling serde_derive v1.0.228 |
| 1413 | 2026-03-18T21:47:37.015Z | Compiling zeroize_derive v1.4.3 |
| 1414 | 2026-03-18T21:47:37.034Z | Compiling zerofrom-derive v0.1.6 |
| 1415 | 2026-03-18T21:47:37.074Z | Compiling yoke-derive v0.8.1 |
| 1416 | 2026-03-18T21:47:37.387Z | Compiling zerocopy-derive v0.8.40 |
| 1417 | 2026-03-18T21:47:37.918Z | Compiling zeroize v1.8.2 |
| 1418 | 2026-03-18T21:47:38.386Z | Compiling zerovec-derive v0.11.2 |
| 1419 | 2026-03-18T21:47:38.693Z | Compiling displaydoc v0.2.5 |
| 1420 | 2026-03-18T21:47:38.957Z | Compiling crypto-common v0.1.7 |
| 1421 | 2026-03-18T21:47:39.022Z | Compiling zerofrom v0.1.6 |
| 1422 | 2026-03-18T21:47:39.132Z | Compiling block-buffer v0.10.4 |
| 1423 | 2026-03-18T21:47:39.235Z | Compiling yoke v0.8.1 |
| 1424 | 2026-03-18T21:47:39.340Z | Compiling digest v0.10.7 |
| 1425 | 2026-03-18T21:47:39.417Z | Compiling tokio-macros v2.6.0 |
| 1426 | 2026-03-18T21:47:39.651Z | Compiling zerotrie v0.2.3 |
| 1427 | 2026-03-18T21:47:39.670Z | Compiling hmac v0.12.1 |
| 1428 | 2026-03-18T21:47:39.732Z | Compiling futures-macro v0.3.32 |
| 1429 | 2026-03-18T21:47:39.862Z | Compiling block-padding v0.3.3 |
| 1430 | 2026-03-18T21:47:39.865Z | Compiling zerovec v0.11.5 |
| 1431 | 2026-03-18T21:47:40.041Z | Compiling inout v0.1.4 |
| 1432 | 2026-03-18T21:47:40.068Z | Compiling sha2 v0.10.9 |
| 1433 | 2026-03-18T21:47:40.261Z | Compiling cipher v0.4.4 |
| 1434 | 2026-03-18T21:47:40.378Z | Compiling der_derive v0.7.3 |
| 1435 | 2026-03-18T21:47:40.586Z | Compiling tinystr v0.8.2 |
| 1436 | 2026-03-18T21:47:40.610Z | Compiling potential_utf v0.1.4 |
| 1437 | 2026-03-18T21:47:40.809Z | Compiling icu_locale_core v2.1.1 |
| 1438 | 2026-03-18T21:47:40.828Z | Compiling icu_collections v2.1.1 |
| 1439 | 2026-03-18T21:47:40.858Z | Compiling futures-util v0.3.32 |
| 1440 | 2026-03-18T21:47:41.494Z | Compiling salsa20 v0.10.2 |
| 1441 | 2026-03-18T21:47:41.636Z | Compiling bytes v1.11.1 |
| 1442 | 2026-03-18T21:47:41.648Z | Compiling chrono v0.4.44 |
| 1443 | 2026-03-18T21:47:41.670Z | Compiling icu_provider v2.1.1 |
| 1444 | 2026-03-18T21:47:41.918Z | Compiling der v0.7.10 |
| 1445 | 2026-03-18T21:47:42.038Z | Compiling icu_properties v2.1.2 |
| 1446 | 2026-03-18T21:47:42.056Z | Compiling icu_normalizer v2.1.1 |
| 1447 | 2026-03-18T21:47:42.453Z | Compiling tokio v1.49.0 |
| 1448 | 2026-03-18T21:47:42.828Z | Compiling http v1.4.0 |
| 1449 | 2026-03-18T21:47:43.594Z | Compiling ppv-lite86 v0.2.21 |
| 1450 | 2026-03-18T21:47:43.619Z | Compiling idna_adapter v1.2.1 |
| 1451 | 2026-03-18T21:47:43.626Z | Compiling spki v0.7.3 |
| 1452 | 2026-03-18T21:47:43.758Z | Compiling idna v1.1.0 |
| 1453 | 2026-03-18T21:47:43.775Z | Compiling pbkdf2 v0.12.2 |
| 1454 | 2026-03-18T21:47:43.881Z | Compiling thiserror-impl v2.0.18 |
| 1455 | 2026-03-18T21:47:43.912Z | Compiling scrypt v0.11.0 |
| 1456 | 2026-03-18T21:47:43.994Z | Compiling rand_chacha v0.9.0 |
| 1457 | 2026-03-18T21:47:44.033Z | Compiling cbc v0.1.2 |
| 1458 | 2026-03-18T21:47:44.081Z | Compiling aes v0.8.4 |
| 1459 | 2026-03-18T21:47:44.208Z | Compiling url v2.5.8 |
| 1460 | 2026-03-18T21:47:44.236Z | Compiling rustls-pki-types v1.14.0 |
| 1461 | 2026-03-18T21:47:44.612Z | Compiling tracing-attributes v0.1.31 |
| 1462 | 2026-03-18T21:47:44.836Z | Compiling pkcs5 v0.7.1 |
| 1463 | 2026-03-18T21:47:44.872Z | Compiling rand v0.9.2 |
| 1464 | 2026-03-18T21:47:45.251Z | Compiling http-body v1.0.1 |
| 1465 | 2026-03-18T21:47:45.466Z | Compiling untrusted v0.9.0 |
| 1466 | 2026-03-18T21:47:45.484Z | Compiling httparse v1.10.1 |
| 1467 | 2026-03-18T21:47:45.515Z | Compiling syn v1.0.109 |
| 1468 | 2026-03-18T21:47:45.618Z | Compiling untrusted v0.7.1 |
| 1469 | 2026-03-18T21:47:45.646Z | Compiling thiserror v2.0.18 |
| 1470 | 2026-03-18T21:47:45.772Z | Compiling schemars v0.8.22 |
| 1471 | 2026-03-18T21:47:45.789Z | Compiling openssl-probe v0.2.1 |
| 1472 | 2026-03-18T21:47:45.884Z | Compiling base64 v0.22.1 |
| 1473 | 2026-03-18T21:47:45.981Z | Compiling pkcs8 v0.10.2 |
| 1474 | 2026-03-18T21:47:46.007Z | Compiling schemars_derive v0.8.22 |
| 1475 | 2026-03-18T21:47:46.050Z | Compiling pest_derive v2.8.6 |
| 1476 | 2026-03-18T21:47:46.293Z | Compiling scroll_derive v0.13.1 |
| 1477 | 2026-03-18T21:47:46.422Z | Compiling tracing v0.1.44 |
| 1478 | 2026-03-18T21:47:46.583Z | Compiling darling_core v0.20.11 |
| 1479 | 2026-03-18T21:47:46.760Z | Compiling rustls v0.23.37 |
| 1480 | 2026-03-18T21:47:46.978Z | Compiling try-lock v0.2.5 |
| 1481 | 2026-03-18T21:47:47.027Z | Compiling dyn-clone v1.0.20 |
| 1482 | 2026-03-18T21:47:47.113Z | Compiling atomic-waker v1.1.2 |
| 1483 | 2026-03-18T21:47:47.200Z | Compiling tinyvec_macros v0.1.1 |
| 1484 | 2026-03-18T21:47:47.270Z | Compiling tower-layer v0.3.3 |
| 1485 | 2026-03-18T21:47:47.289Z | Compiling tower-service v0.3.3 |
| 1486 | 2026-03-18T21:47:47.356Z | Compiling scroll v0.13.0 |
| 1487 | 2026-03-18T21:47:47.402Z | Compiling tinyvec v1.10.0 |
| 1488 | 2026-03-18T21:47:47.514Z | Compiling want v0.3.1 |
| 1489 | 2026-03-18T21:47:47.683Z | Compiling tokio-util v0.7.18 |
| 1490 | 2026-03-18T21:47:48.181Z | Compiling ipnet v2.11.0 |
| 1491 | 2026-03-18T21:47:48.438Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1492 | 2026-03-18T21:47:48.865Z | Compiling h2 v0.4.13 |
| 1493 | 2026-03-18T21:47:48.938Z | Compiling spin v0.9.8 |
| 1494 | 2026-03-18T21:47:49.100Z | Compiling aho-corasick v1.1.4 |
| 1495 | 2026-03-18T21:47:49.204Z | Compiling pin-utils v0.1.0 |
| 1496 | 2026-03-18T21:47:49.296Z | Compiling openssl v0.10.75 |
| 1497 | 2026-03-18T21:47:49.538Z | Compiling crc32fast v1.5.0 |
| 1498 | 2026-03-18T21:47:49.585Z | Compiling powerfmt v0.2.0 |
| 1499 | 2026-03-18T21:47:49.845Z | Compiling time-core v0.1.8 |
| 1500 | 2026-03-18T21:47:49.874Z | Compiling httpdate v1.0.3 |
| 1501 | 2026-03-18T21:47:49.909Z | Compiling darling_macro v0.20.11 |
| 1502 | 2026-03-18T21:47:50.036Z | Compiling foreign-types-shared v0.1.1 |
| 1503 | 2026-03-18T21:47:50.144Z | Compiling num-conv v0.2.0 |
| 1504 | 2026-03-18T21:47:50.162Z | Compiling foreign-types v0.3.2 |
| 1505 | 2026-03-18T21:47:50.251Z | Compiling regex-automata v0.4.14 |
| 1506 | 2026-03-18T21:47:50.315Z | Compiling time-macros v0.2.27 |
| 1507 | 2026-03-18T21:47:50.428Z | Compiling tempfile v3.25.0 |
| 1508 | 2026-03-18T21:47:50.506Z | Compiling darling v0.20.11 |
| 1509 | 2026-03-18T21:47:50.671Z | Compiling deranged v0.5.8 |
| 1510 | 2026-03-18T21:47:51.479Z | Compiling goblin v0.10.5 |
| 1511 | 2026-03-18T21:47:52.003Z | Compiling thiserror-impl v1.0.69 |
| 1512 | 2026-03-18T21:47:52.501Z | Compiling openssl-macros v0.1.1 |
| 1513 | 2026-03-18T21:47:52.967Z | Compiling hyper v1.8.1 |
| 1514 | 2026-03-18T21:47:53.536Z | Compiling wait-timeout v0.2.1 |
| 1515 | 2026-03-18T21:47:53.758Z | Compiling bit-vec v0.8.0 |
| 1516 | 2026-03-18T21:47:53.881Z | Compiling quick-error v1.2.3 |
| 1517 | 2026-03-18T21:47:54.016Z | Compiling either v1.15.0 |
| 1518 | 2026-03-18T21:47:54.054Z | Compiling siphasher v1.0.2 |
| 1519 | 2026-03-18T21:47:54.224Z | Compiling simd-adler32 v0.3.8 |
| 1520 | 2026-03-18T21:47:54.286Z | Compiling usdt-impl v0.6.0 |
| 1521 | 2026-03-18T21:47:54.305Z | Compiling native-tls v0.2.18 |
| 1522 | 2026-03-18T21:47:54.541Z | Compiling num_threads v0.1.7 |
| 1523 | 2026-03-18T21:47:54.600Z | Compiling hyper-util v0.1.20 |
| 1524 | 2026-03-18T21:47:54.619Z | Compiling bit-set v0.8.0 |
| 1525 | 2026-03-18T21:47:54.658Z | Compiling time v0.3.47 |
| 1526 | 2026-03-18T21:47:54.826Z | Compiling rusty-fork v0.3.1 |
| 1527 | 2026-03-18T21:47:55.137Z | Compiling thiserror v1.0.69 |
| 1528 | 2026-03-18T21:47:55.243Z | Compiling dof v0.4.0 |
| 1529 | 2026-03-18T21:47:56.252Z | Compiling derive_builder_core v0.20.2 |
| 1530 | 2026-03-18T21:47:56.807Z | Compiling unicode-normalization v0.1.25 |
| 1531 | 2026-03-18T21:47:56.851Z | Compiling crossbeam-epoch v0.9.18 |
| 1532 | 2026-03-18T21:47:56.883Z | Compiling dtrace-parser v0.3.0 |
| 1533 | 2026-03-18T21:47:57.286Z | Compiling rustls-native-certs v0.8.3 |
| 1534 | 2026-03-18T21:47:57.411Z | Compiling signature v2.2.0 |
| 1535 | 2026-03-18T21:47:57.430Z | Compiling scroll_derive v0.12.1 |
| 1536 | 2026-03-18T21:47:57.459Z | Compiling heapless v0.7.17 |
| 1537 | 2026-03-18T21:47:57.669Z | Compiling rand_xorshift v0.4.0 |
| 1538 | 2026-03-18T21:47:57.694Z | Compiling slog v2.8.2 |
| 1539 | 2026-03-18T21:47:57.796Z | Compiling darling_core v0.21.3 |
| 1540 | 2026-03-18T21:47:57.868Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1541 | 2026-03-18T21:47:57.921Z | Compiling sync_wrapper v1.0.2 |
| 1542 | 2026-03-18T21:47:57.940Z | Compiling thread-id v5.1.0 |
| 1543 | 2026-03-18T21:47:58.040Z | Compiling cookie v0.18.1 |
| 1544 | 2026-03-18T21:47:58.059Z | Compiling zstd-safe v7.2.4 |
| 1545 | 2026-03-18T21:47:58.222Z | Compiling unicode-properties v0.1.4 |
| 1546 | 2026-03-18T21:47:58.264Z | Compiling signal-hook v0.3.18 |
| 1547 | 2026-03-18T21:47:58.299Z | Compiling unicode-segmentation v1.12.0 |
| 1548 | 2026-03-18T21:47:58.302Z | Compiling adler2 v2.0.1 |
| 1549 | 2026-03-18T21:47:58.470Z | Compiling rayon-core v1.13.0 |
| 1550 | 2026-03-18T21:47:58.489Z | Compiling anyhow v1.0.102 |
| 1551 | 2026-03-18T21:47:58.492Z | Compiling unarray v0.1.4 |
| 1552 | 2026-03-18T21:47:58.642Z | Compiling paste v1.0.15 |
| 1553 | 2026-03-18T21:47:58.685Z | Compiling unicode-bidi v0.3.18 |
| 1554 | 2026-03-18T21:47:58.828Z | Compiling proptest v1.10.0 |
| 1555 | 2026-03-18T21:47:59.054Z | Compiling miniz_oxide v0.8.9 |
| 1556 | 2026-03-18T21:47:59.097Z | Compiling stringprep v0.1.5 |
| 1557 | 2026-03-18T21:47:59.387Z | Compiling scroll v0.12.0 |
| 1558 | 2026-03-18T21:47:59.682Z | Compiling tower v0.5.3 |
| 1559 | 2026-03-18T21:47:59.815Z | Compiling derive_builder_macro v0.20.2 |
| 1560 | 2026-03-18T21:47:59.863Z | Compiling crossbeam-deque v0.8.6 |
| 1561 | 2026-03-18T21:48:00.104Z | Compiling ipnetwork v0.21.1 |
| 1562 | 2026-03-18T21:48:00.259Z | Compiling http-body-util v0.1.3 |
| 1563 | 2026-03-18T21:48:00.305Z | Compiling webpki-roots v1.0.6 |
| 1564 | 2026-03-18T21:48:00.379Z | Compiling rand_chacha v0.3.1 |
| 1565 | 2026-03-18T21:48:00.454Z | Compiling serde_spanned v0.6.9 |
| 1566 | 2026-03-18T21:48:00.476Z | Compiling toml_datetime v0.6.11 |
| 1567 | 2026-03-18T21:48:00.573Z | Compiling serde_tokenstream v0.2.3 |
| 1568 | 2026-03-18T21:48:00.625Z | Compiling erased-serde v0.3.31 |
| 1569 | 2026-03-18T21:48:00.646Z | Compiling md-5 v0.10.6 |
| 1570 | 2026-03-18T21:48:00.806Z | Compiling zerocopy-derive v0.7.35 |
| 1571 | 2026-03-18T21:48:00.844Z | Compiling curve25519-dalek v4.1.3 |
| 1572 | 2026-03-18T21:48:00.970Z | Compiling vergen-lib v0.1.6 |
| 1573 | 2026-03-18T21:48:01.195Z | Compiling num-integer v0.1.46 |
| 1574 | 2026-03-18T21:48:01.255Z | Compiling hash32 v0.2.1 |
| 1575 | 2026-03-18T21:48:01.347Z | Compiling ff v0.13.1 |
| 1576 | 2026-03-18T21:48:01.409Z | Compiling memoffset v0.9.1 |
| 1577 | 2026-03-18T21:48:01.428Z | Compiling darling_macro v0.21.3 |
| 1578 | 2026-03-18T21:48:01.503Z | Compiling num-bigint-dig v0.8.6 |
| 1579 | 2026-03-18T21:48:01.522Z | Compiling psl-types v2.0.11 |
| 1580 | 2026-03-18T21:48:01.621Z | Compiling ryu v1.0.23 |
| 1581 | 2026-03-18T21:48:01.641Z | Compiling base16ct v0.2.0 |
| 1582 | 2026-03-18T21:48:01.678Z | Compiling cfg_aliases v0.2.1 |
| 1583 | 2026-03-18T21:48:01.729Z | Compiling litrs v1.0.0 |
| 1584 | 2026-03-18T21:48:01.767Z | Compiling iri-string v0.7.10 |
| 1585 | 2026-03-18T21:48:01.847Z | Compiling smoltcp v0.9.1 |
| 1586 | 2026-03-18T21:48:01.866Z | Compiling rustix v0.38.44 |
| 1587 | 2026-03-18T21:48:01.967Z | Compiling zlib-rs v0.6.2 |
| 1588 | 2026-03-18T21:48:02.035Z | Compiling ref-cast v1.0.25 |
| 1589 | 2026-03-18T21:48:02.277Z | Compiling fallible-iterator v0.2.0 |
| 1590 | 2026-03-18T21:48:02.418Z | Compiling document-features v0.2.12 |
| 1591 | 2026-03-18T21:48:02.485Z | Compiling darling v0.21.3 |
| 1592 | 2026-03-18T21:48:02.553Z | Compiling newtype-uuid v1.3.2 |
| 1593 | 2026-03-18T21:48:02.638Z | Compiling zerocopy v0.7.35 |
| 1594 | 2026-03-18T21:48:02.685Z | Compiling postgres-protocol v0.6.10 |
| 1595 | 2026-03-18T21:48:02.984Z | Compiling serde_urlencoded v0.7.1 |
| 1596 | 2026-03-18T21:48:03.290Z | Compiling sec1 v0.7.3 |
| 1597 | 2026-03-18T21:48:03.318Z | Compiling nix v0.31.1 |
| 1598 | 2026-03-18T21:48:03.427Z | Compiling tower-http v0.6.8 |
| 1599 | 2026-03-18T21:48:03.470Z | Compiling publicsuffix v2.3.0 |
| 1600 | 2026-03-18T21:48:03.683Z | Compiling num-iter v0.1.45 |
| 1601 | 2026-03-18T21:48:03.768Z | Compiling group v0.13.0 |
| 1602 | 2026-03-18T21:48:03.961Z | Compiling rand v0.8.5 |
| 1603 | 2026-03-18T21:48:03.983Z | Compiling oxnet v0.1.4 |
| 1604 | 2026-03-18T21:48:04.001Z | Compiling derive_builder v0.20.2 |
| 1605 | 2026-03-18T21:48:04.271Z | Compiling proc-macro-error v1.0.4 |
| 1606 | 2026-03-18T21:48:04.425Z | Compiling goblin v0.8.2 |
| 1607 | 2026-03-18T21:48:04.491Z | Compiling tokio-native-tls v0.3.1 |
| 1608 | 2026-03-18T21:48:05.375Z | Compiling heck v0.4.1 |
| 1609 | 2026-03-18T21:48:05.440Z | Compiling phf_shared v0.13.1 |
| 1610 | 2026-03-18T21:48:05.459Z | Compiling hubpack_derive v0.1.1 |
| 1611 | 2026-03-18T21:48:05.668Z | Compiling regex v1.12.3 |
| 1612 | 2026-03-18T21:48:05.762Z | Compiling lazy_static v1.5.0 |
| 1613 | 2026-03-18T21:48:05.880Z | Compiling cargo-platform v0.1.9 |
| 1614 | 2026-03-18T21:48:05.983Z | Compiling hkdf v0.12.4 |
| 1615 | 2026-03-18T21:48:06.008Z | Compiling crypto-bigint v0.5.5 |
| 1616 | 2026-03-18T21:48:06.190Z | Compiling flate2 v1.1.9 |
| 1617 | 2026-03-18T21:48:06.209Z | Compiling async-trait v0.1.89 |
| 1618 | 2026-03-18T21:48:06.239Z | Compiling strum_macros v0.27.2 |
| 1619 | 2026-03-18T21:48:06.672Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1620 | 2026-03-18T21:48:06.766Z | Compiling daft-derive v0.1.5 |
| 1621 | 2026-03-18T21:48:07.527Z | Compiling ref-cast-impl v1.0.25 |
| 1622 | 2026-03-18T21:48:07.678Z | Compiling terminal_size v0.4.3 |
| 1623 | 2026-03-18T21:48:07.722Z | Compiling vergen v9.0.6 |
| 1624 | 2026-03-18T21:48:07.852Z | Compiling fs-err v3.3.0 |
| 1625 | 2026-03-18T21:48:07.953Z | Compiling ahash v0.8.12 |
| 1626 | 2026-03-18T21:48:08.092Z | Compiling managed v0.8.0 |
| 1627 | 2026-03-18T21:48:08.210Z | Compiling bitflags v1.3.2 |
| 1628 | 2026-03-18T21:48:08.243Z | Compiling object v0.37.3 |
| 1629 | 2026-03-18T21:48:08.308Z | Compiling libbz2-rs-sys v0.2.2 |
| 1630 | 2026-03-18T21:48:08.380Z | Compiling bumpalo v3.20.2 |
| 1631 | 2026-03-18T21:48:08.584Z | Compiling winnow v0.5.40 |
| 1632 | 2026-03-18T21:48:08.710Z | Compiling foldhash v0.1.5 |
| 1633 | 2026-03-18T21:48:08.941Z | Compiling hashbrown v0.15.5 |
| 1634 | 2026-03-18T21:48:08.962Z | Compiling bzip2 v0.6.1 |
| 1635 | 2026-03-18T21:48:09.005Z | Compiling strum v0.27.2 |
| 1636 | 2026-03-18T21:48:09.165Z | Compiling zopfli v0.8.3 |
| 1637 | 2026-03-18T21:48:09.336Z | Compiling console v0.16.2 |
| 1638 | 2026-03-18T21:48:09.406Z | Compiling clap_builder v4.5.60 |
| 1639 | 2026-03-18T21:48:09.870Z | Compiling daft v0.1.5 |
| 1640 | 2026-03-18T21:48:10.066Z | Compiling dof v0.3.0 |
| 1641 | 2026-03-18T21:48:10.234Z | Compiling elliptic-curve v0.13.8 |
| 1642 | 2026-03-18T21:48:10.350Z | Compiling cargo_metadata v0.19.2 |
| 1643 | 2026-03-18T21:48:10.554Z | Compiling toml_edit v0.19.15 |
| 1644 | 2026-03-18T21:48:10.769Z | Compiling hubpack v0.1.2 |
| 1645 | 2026-03-18T21:48:11.061Z | Compiling phf v0.13.1 |
| 1646 | 2026-03-18T21:48:11.271Z | Compiling zone_cfg_derive v0.3.1 |
| 1647 | 2026-03-18T21:48:12.109Z | Compiling signal-hook-mio v0.2.5 |
| 1648 | 2026-03-18T21:48:12.261Z | Compiling cookie_store v0.22.1 |
| 1649 | 2026-03-18T21:48:12.767Z | Compiling rayon v1.11.0 |
| 1650 | 2026-03-18T21:48:13.169Z | Compiling zstd v0.13.3 |
| 1651 | 2026-03-18T21:48:13.198Z | Compiling hyper-tls v0.6.0 |
| 1652 | 2026-03-18T21:48:13.491Z | Compiling bzip2 v0.4.4 |
| 1653 | 2026-03-18T21:48:13.659Z | Compiling postgres-types v0.2.12 |
| 1654 | 2026-03-18T21:48:13.704Z | Compiling serde_with_macros v3.17.0 |
| 1655 | 2026-03-18T21:48:13.983Z | Compiling usdt-attr-macro v0.6.0 |
| 1656 | 2026-03-18T21:48:14.413Z | Compiling usdt-macro v0.6.0 |
| 1657 | 2026-03-18T21:48:14.416Z | Compiling ed25519 v2.2.3 |
| 1658 | 2026-03-18T21:48:15.028Z | Compiling dtrace-parser v0.2.0 |
| 1659 | 2026-03-18T21:48:15.243Z | Compiling itertools v0.12.1 |
| 1660 | 2026-03-18T21:48:15.263Z | Compiling phf_shared v0.11.3 |
| 1661 | 2026-03-18T21:48:15.370Z | Compiling bstr v1.12.1 |
| 1662 | 2026-03-18T21:48:15.373Z | Compiling pkcs1 v0.7.5 |
| 1663 | 2026-03-18T21:48:15.509Z | Compiling serde-big-array v0.5.1 |
| 1664 | 2026-03-18T21:48:15.583Z | Compiling hex v0.4.3 |
| 1665 | 2026-03-18T21:48:15.690Z | Compiling rfc6979 v0.4.0 |
| 1666 | 2026-03-18T21:48:15.846Z | Compiling enum-as-inner v0.6.1 |
| 1667 | 2026-03-18T21:48:15.920Z | Compiling clap_derive v4.5.55 |
| 1668 | 2026-03-18T21:48:15.945Z | Compiling strum_macros v0.26.4 |
| 1669 | 2026-03-18T21:48:16.093Z | Compiling serde_repr v0.1.20 |
| 1670 | 2026-03-18T21:48:16.295Z | Compiling float-cmp v0.10.0 |
| 1671 | 2026-03-18T21:48:16.489Z | Compiling thread-id v4.2.2 |
| 1672 | 2026-03-18T21:48:16.508Z | Compiling memmap2 v0.9.10 |
| 1673 | 2026-03-18T21:48:16.597Z | Compiling env_filter v1.0.0 |
| 1674 | 2026-03-18T21:48:16.793Z | Compiling encoding_rs v0.8.35 |
| 1675 | 2026-03-18T21:48:16.796Z | Compiling jiff v0.2.21 |
| 1676 | 2026-03-18T21:48:16.921Z | Compiling precomputed-hash v0.1.1 |
| 1677 | 2026-03-18T21:48:17.003Z | Compiling whoami v2.1.0 |
| 1678 | 2026-03-18T21:48:17.035Z | Compiling static_assertions v1.1.0 |
| 1679 | 2026-03-18T21:48:17.129Z | Compiling unit-prefix v0.5.2 |
| 1680 | 2026-03-18T21:48:17.340Z | Compiling fixedbitset v0.5.7 |
| 1681 | 2026-03-18T21:48:17.558Z | Compiling new_debug_unreachable v1.0.6 |
| 1682 | 2026-03-18T21:48:17.670Z | Compiling normalize-line-endings v0.3.0 |
| 1683 | 2026-03-18T21:48:17.777Z | Compiling mime v0.3.17 |
| 1684 | 2026-03-18T21:48:17.778Z | Compiling data-encoding v2.10.0 |
| 1685 | 2026-03-18T21:48:18.155Z | Compiling keccak v0.1.6 |
| 1686 | 2026-03-18T21:48:18.392Z | Compiling predicates-core v1.0.10 |
| 1687 | 2026-03-18T21:48:18.449Z | Compiling difflib v0.4.0 |
| 1688 | 2026-03-18T21:48:18.556Z | Compiling fixedbitset v0.4.2 |
| 1689 | 2026-03-18T21:48:18.625Z | Compiling rustc-hash v2.1.1 |
| 1690 | 2026-03-18T21:48:18.763Z | Compiling iddqd v0.3.17 |
| 1691 | 2026-03-18T21:48:18.783Z | Compiling predicates v3.1.4 |
| 1692 | 2026-03-18T21:48:18.841Z | Compiling petgraph v0.6.5 |
| 1693 | 2026-03-18T21:48:18.910Z | Compiling strum v0.26.3 |
| 1694 | 2026-03-18T21:48:19.073Z | Compiling clap v4.5.60 |
| 1695 | 2026-03-18T21:48:19.176Z | Compiling sha3 v0.10.8 |
| 1696 | 2026-03-18T21:48:19.220Z | Compiling hickory-proto v0.25.2 |
| 1697 | 2026-03-18T21:48:19.285Z | Compiling string_cache v0.8.9 |
| 1698 | 2026-03-18T21:48:19.575Z | Compiling petgraph v0.8.3 |
| 1699 | 2026-03-18T21:48:19.654Z | Compiling tokio-postgres v0.7.16 |
| 1700 | 2026-03-18T21:48:19.775Z | Compiling indicatif v0.18.4 |
| 1701 | 2026-03-18T21:48:20.305Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1702 | 2026-03-18T21:48:20.921Z | Compiling zip v4.6.1 |
| 1703 | 2026-03-18T21:48:20.941Z | Compiling toml_edit v0.22.27 |
| 1704 | 2026-03-18T21:48:22.216Z | Compiling env_logger v0.11.9 |
| 1705 | 2026-03-18T21:48:22.237Z | Compiling zone v0.3.1 |
| 1706 | 2026-03-18T21:48:22.677Z | Compiling usdt v0.6.0 |
| 1707 | 2026-03-18T21:48:22.729Z | Compiling usdt-impl v0.5.0 |
| 1708 | 2026-03-18T21:48:22.747Z | Compiling similar v2.7.0 |
| 1709 | 2026-03-18T21:48:23.020Z | Compiling serde_with v3.17.0 |
| 1710 | 2026-03-18T21:48:23.193Z | Compiling ecdsa v0.16.9 |
| 1711 | 2026-03-18T21:48:23.528Z | Compiling rsa v0.9.10 |
| 1712 | 2026-03-18T21:48:23.724Z | Compiling crossterm v0.28.1 |
| 1713 | 2026-03-18T21:48:23.939Z | Compiling ed25519-dalek v2.2.0 |
| 1714 | 2026-03-18T21:48:24.042Z | Compiling zip v0.6.6 |
| 1715 | 2026-03-18T21:48:24.843Z | Compiling toml v0.7.8 |
| 1716 | 2026-03-18T21:48:25.692Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1717 | 2026-03-18T21:48:25.725Z | Compiling itertools v0.13.0 |
| 1718 | 2026-03-18T21:48:25.818Z | Compiling tokio-stream v0.1.18 |
| 1719 | 2026-03-18T21:48:25.910Z | Compiling buf-list v1.1.2 |
| 1720 | 2026-03-18T21:48:26.269Z | Compiling x509-cert v0.2.5 |
| 1721 | 2026-03-18T21:48:26.439Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1722 | 2026-03-18T21:48:26.546Z | Compiling openapiv3 v2.2.0 |
| 1723 | 2026-03-18T21:48:26.795Z | Compiling sha1 v0.10.6 |
| 1724 | 2026-03-18T21:48:26.845Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1725 | 2026-03-18T21:48:27.072Z | Compiling peg-runtime v0.8.5 |
| 1726 | 2026-03-18T21:48:27.224Z | Compiling lalrpop-util v0.19.12 |
| 1727 | 2026-03-18T21:48:27.438Z | Compiling thread_local v1.1.9 |
| 1728 | 2026-03-18T21:48:27.457Z | Compiling slog-async v2.8.0 |
| 1729 | 2026-03-18T21:48:27.482Z | Compiling crossbeam-channel v0.5.15 |
| 1730 | 2026-03-18T21:48:27.721Z | Compiling futures-executor v0.3.32 |
| 1731 | 2026-03-18T21:48:27.806Z | Compiling filetime v0.2.27 |
| 1732 | 2026-03-18T21:48:27.886Z | Compiling is-terminal v0.4.17 |
| 1733 | 2026-03-18T21:48:28.012Z | Compiling term v1.2.1 |
| 1734 | 2026-03-18T21:48:28.033Z | Compiling take_mut v0.2.2 |
| 1735 | 2026-03-18T21:48:28.069Z | Compiling xattr v1.6.1 |
| 1736 | 2026-03-18T21:48:28.132Z | Compiling futures v0.3.32 |
| 1737 | 2026-03-18T21:48:28.239Z | Compiling tar v0.4.44 |
| 1738 | 2026-03-18T21:48:28.600Z | Compiling slog-term v2.9.2 |
| 1739 | 2026-03-18T21:48:35.715Z | Compiling rustls-webpki v0.103.9 |
| 1740 | 2026-03-18T21:48:39.382Z | Compiling tokio-rustls v0.26.4 |
| 1741 | 2026-03-18T21:48:39.384Z | Compiling rustls-platform-verifier v0.6.2 |
| 1742 | 2026-03-18T21:48:39.671Z | Compiling hyper-rustls v0.27.7 |
| 1743 | 2026-03-18T21:48:40.078Z | Compiling reqwest v0.12.28 |
| 1744 | 2026-03-18T21:48:40.078Z | Compiling reqwest v0.13.2 |
| 1745 | 2026-03-18T21:48:42.960Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1746 | 2026-03-18T21:48:43.231Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1747 | 2026-03-18T21:48:47.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 1748 | 2026-03-18T21:48:47.211Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1749 | 2026-03-18T21:48:47.273Z | Mar 18 21:48:46.354 INFO Starting download, target: Clickhouse |
| 1750 | 2026-03-18T21:48:47.273Z | Mar 18 21:48:46.354 INFO Starting download, target: TransceiverControl |
| 1751 | 2026-03-18T21:48:47.274Z | Mar 18 21:48:46.354 INFO Starting download, target: DendriteStub |
| 1752 | 2026-03-18T21:48:47.274Z | Mar 18 21:48:46.354 INFO Starting download, target: MaghemiteMgd |
| 1753 | 2026-03-18T21:48:47.277Z | Mar 18 21:48:46.354 INFO Starting download, target: Cockroach |
| 1754 | 2026-03-18T21:48:47.277Z | Mar 18 21:48:46.354 INFO Starting download, target: Console |
| 1755 | 2026-03-18T21:48:47.277Z | Mar 18 21:48:46.354 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1756 | 2026-03-18T21:48:47.277Z | Mar 18 21:48:46.354 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1757 | 2026-03-18T21:48:47.277Z | Mar 18 21:48:46.355 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1758 | 2026-03-18T21:48:47.277Z | Mar 18 21:48:46.355 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1759 | 2026-03-18T21:48:47.277Z | Mar 18 21:48:46.355 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1760 | 2026-03-18T21:48:47.277Z | Mar 18 21:48:46.355 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1761 | 2026-03-18T21:48:47.749Z | Mar 18 21:48:46.809 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1762 | 2026-03-18T21:48:48.075Z | Mar 18 21:48:47.153 INFO Download complete, target: TransceiverControl |
| 1763 | 2026-03-18T21:48:48.361Z | Mar 18 21:48:47.439 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1764 | 2026-03-18T21:48:48.735Z | Mar 18 21:48:47.813 INFO Download complete, target: Console |
| 1765 | 2026-03-18T21:48:48.815Z | Mar 18 21:48:47.894 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1766 | 2026-03-18T21:48:49.219Z | Mar 18 21:48:48.296 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1767 | 2026-03-18T21:48:49.474Z | Mar 18 21:48:48.554 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1768 | 2026-03-18T21:48:49.789Z | Mar 18 21:48:48.868 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1769 | 2026-03-18T21:48:49.789Z | Mar 18 21:48:48.868 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1770 | 2026-03-18T21:48:52.392Z | Mar 18 21:48:51.470 INFO Download complete, target: DendriteStub |
| 1771 | 2026-03-18T21:48:52.767Z | Mar 18 21:48:51.844 INFO Download complete, target: MaghemiteMgd |
| 1772 | 2026-03-18T21:48:57.525Z | Mar 18 21:48:56.597 INFO Checking that binary works, target: Cockroach |
| 1773 | 2026-03-18T21:48:57.641Z | Mar 18 21:48:56.715 INFO Download complete, target: Cockroach |
| 1774 | 2026-03-18T21:49:00.730Z | Mar 18 21:48:59.803 INFO Checking that binary works, target: Clickhouse |
| 1775 | 2026-03-18T21:49:00.862Z | Mar 18 21:48:59.934 INFO Download complete, target: Clickhouse |
| 1776 | 2026-03-18T21:49:00.879Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1777 | 2026-03-18T21:49:00.883Z | |
| 1778 | 2026-03-18T21:49:00.883Z | real 5:49.435988613 |
| 1779 | 2026-03-18T21:49:00.883Z | user 10:24.089659453 |
| 1780 | 2026-03-18T21:49:00.883Z | sys 1:47.868406774 |
| 1781 | 2026-03-18T21:49:00.883Z | trap 0.325397571 |
| 1782 | 2026-03-18T21:49:00.883Z | tflt 0.668690885 |
| 1783 | 2026-03-18T21:49:00.883Z | dflt 0.620805205 |
| 1784 | 2026-03-18T21:49:00.883Z | kflt 0.022626255 |
| 1785 | 2026-03-18T21:49:00.883Z | lock 30:19.005359541 |
| 1786 | 2026-03-18T21:49:00.883Z | slp 32:52.249419608 |
| 1787 | 2026-03-18T21:49:00.883Z | lat 55.368023094 |
| 1788 | 2026-03-18T21:49:00.883Z | stop 2:41.423579951 |
| 1789 | 2026-03-18T21:49:00.883Z | + banner clippy |
| 1790 | 2026-03-18T21:49:00.883Z | |
| 1791 | 2026-03-18T21:49:00.883Z | #### # # ##### ##### # # |
| 1792 | 2026-03-18T21:49:00.883Z | # # # # # # # # # # |
| 1793 | 2026-03-18T21:49:00.883Z | # # # # # # # # |
| 1794 | 2026-03-18T21:49:00.883Z | # # # ##### ##### # |
| 1795 | 2026-03-18T21:49:00.883Z | # # # # # # # |
| 1796 | 2026-03-18T21:49:00.883Z | #### ###### # # # # |
| 1797 | 2026-03-18T21:49:00.883Z | |
| 1798 | 2026-03-18T21:49:00.883Z | + export CARGO_INCREMENTAL=0 |
| 1799 | 2026-03-18T21:49:00.883Z | + CARGO_INCREMENTAL=0 |
| 1800 | 2026-03-18T21:49:00.883Z | + ptime -m cargo xtask clippy |
| 1801 | 2026-03-18T21:49:01.581Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1802 | 2026-03-18T21:49:01.857Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1803 | 2026-03-18T21:49:04.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
| 1804 | 2026-03-18T21:49:04.455Z | Running `target/debug/xtask clippy` |
| 1805 | 2026-03-18T21:49:04.488Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1806 | 2026-03-18T21:49:05.266Z | Downloading crates ... |
| 1807 | 2026-03-18T21:49:05.525Z | Downloaded datatest-stable v0.3.3 |
| 1808 | 2026-03-18T21:49:05.532Z | Downloaded libtest-mimic v0.8.1 |
| 1809 | 2026-03-18T21:49:05.535Z | Downloaded rustc-demangle v0.1.27 |
| 1810 | 2026-03-18T21:49:05.539Z | Downloaded addr2line v0.25.1 |
| 1811 | 2026-03-18T21:49:05.557Z | Downloaded oorandom v11.1.5 |
| 1812 | 2026-03-18T21:49:05.561Z | Downloaded async-object-pool v0.2.0 |
| 1813 | 2026-03-18T21:49:05.561Z | Downloaded assert_cmd v2.1.2 |
| 1814 | 2026-03-18T21:49:05.561Z | Downloaded cfg-expr v0.20.6 |
| 1815 | 2026-03-18T21:49:05.565Z | Downloaded backtrace-ext v0.2.1 |
| 1816 | 2026-03-18T21:49:05.568Z | Downloaded assert-json-diff v2.0.2 |
| 1817 | 2026-03-18T21:49:05.568Z | Downloaded rstest v0.25.0 |
| 1818 | 2026-03-18T21:49:05.572Z | Downloaded cast v0.3.0 |
| 1819 | 2026-03-18T21:49:05.572Z | Downloaded cargo_metadata v0.23.1 |
| 1820 | 2026-03-18T21:49:05.575Z | Downloaded supports-color v2.1.0 |
| 1821 | 2026-03-18T21:49:05.579Z | Downloaded target-spec v3.5.7 |
| 1822 | 2026-03-18T21:49:05.579Z | Downloaded miette-derive v5.10.0 |
| 1823 | 2026-03-18T21:49:05.585Z | Downloaded nested v0.1.1 |
| 1824 | 2026-03-18T21:49:05.590Z | Downloaded pathdiff v0.2.3 |
| 1825 | 2026-03-18T21:49:05.595Z | Downloaded futures-timer v3.0.3 |
| 1826 | 2026-03-18T21:49:05.595Z | Downloaded fancy-regex v0.14.0 |
| 1827 | 2026-03-18T21:49:05.599Z | Downloaded approx v0.5.1 |
| 1828 | 2026-03-18T21:49:05.603Z | Downloaded terminal_size v0.1.17 |
| 1829 | 2026-03-18T21:49:05.603Z | Downloaded termcolor v1.4.1 |
| 1830 | 2026-03-18T21:49:05.603Z | Downloaded supports-hyperlinks v2.1.0 |
| 1831 | 2026-03-18T21:49:05.603Z | Downloaded similar-asserts v1.7.0 |
| 1832 | 2026-03-18T21:49:05.607Z | Downloaded serde_regex v1.1.0 |
| 1833 | 2026-03-18T21:49:05.607Z | Downloaded constant_time_eq v0.3.1 |
| 1834 | 2026-03-18T21:49:05.612Z | Downloaded relative-path v1.9.3 |
| 1835 | 2026-03-18T21:49:05.612Z | Downloaded async-lock v3.4.2 |
| 1836 | 2026-03-18T21:49:05.612Z | Downloaded supports-unicode v2.1.0 |
| 1837 | 2026-03-18T21:49:05.615Z | Downloaded plotters-svg v0.3.7 |
| 1838 | 2026-03-18T21:49:05.619Z | Downloaded parking v2.2.1 |
| 1839 | 2026-03-18T21:49:05.619Z | Downloaded plotters-backend v0.3.7 |
| 1840 | 2026-03-18T21:49:05.619Z | Downloaded escape8259 v0.5.3 |
| 1841 | 2026-03-18T21:49:05.623Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1842 | 2026-03-18T21:49:05.627Z | Downloaded target-triple v1.0.0 |
| 1843 | 2026-03-18T21:49:05.627Z | Downloaded cargo-platform v0.3.2 |
| 1844 | 2026-03-18T21:49:05.631Z | Downloaded concurrent-queue v2.5.0 |
| 1845 | 2026-03-18T21:49:05.636Z | Downloaded linkme-impl v0.3.35 |
| 1846 | 2026-03-18T21:49:05.636Z | Downloaded knuffel-derive v3.2.0 |
| 1847 | 2026-03-18T21:49:05.639Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1848 | 2026-03-18T21:49:05.643Z | Downloaded anes v0.1.6 |
| 1849 | 2026-03-18T21:49:05.643Z | Downloaded event-listener v5.4.1 |
| 1850 | 2026-03-18T21:49:05.646Z | Downloaded tinytemplate v1.2.1 |
| 1851 | 2026-03-18T21:49:05.646Z | Downloaded target-lexicon v0.13.3 |
| 1852 | 2026-03-18T21:49:05.650Z | Downloaded event-listener-strategy v0.5.4 |
| 1853 | 2026-03-18T21:49:05.650Z | Downloaded partial-io v0.5.4 |
| 1854 | 2026-03-18T21:49:05.655Z | Downloaded path-tree v0.8.3 |
| 1855 | 2026-03-18T21:49:05.659Z | Downloaded stringmetrics v2.2.2 |
| 1856 | 2026-03-18T21:49:05.659Z | Downloaded httptest v0.16.4 |
| 1857 | 2026-03-18T21:49:05.659Z | Downloaded owo-colors v3.5.0 |
| 1858 | 2026-03-18T21:49:05.662Z | Downloaded linkme v0.3.35 |
| 1859 | 2026-03-18T21:49:05.666Z | Downloaded backtrace v0.3.76 |
| 1860 | 2026-03-18T21:49:05.669Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1861 | 2026-03-18T21:49:05.673Z | Downloaded rust-argon2 v2.1.0 |
| 1862 | 2026-03-18T21:49:05.673Z | Downloaded trybuild v1.0.116 |
| 1863 | 2026-03-18T21:49:05.676Z | Downloaded criterion-plot v0.6.0 |
| 1864 | 2026-03-18T21:49:05.677Z | Downloaded chumsky v0.9.3 |
| 1865 | 2026-03-18T21:49:05.680Z | Downloaded blake2b_simd v1.0.4 |
| 1866 | 2026-03-18T21:49:05.680Z | Downloaded rstest_macros v0.25.0 |
| 1867 | 2026-03-18T21:49:05.684Z | Downloaded textwrap v0.15.2 |
| 1868 | 2026-03-18T21:49:05.689Z | Downloaded miette v5.10.0 |
| 1869 | 2026-03-18T21:49:05.692Z | Downloaded rand_distr v0.5.1 |
| 1870 | 2026-03-18T21:49:05.696Z | Downloaded knuffel v3.2.0 |
| 1871 | 2026-03-18T21:49:05.711Z | Downloaded guppy v0.17.25 |
| 1872 | 2026-03-18T21:49:05.716Z | Downloaded plotters v0.3.7 |
| 1873 | 2026-03-18T21:49:05.722Z | Downloaded criterion v0.7.0 |
| 1874 | 2026-03-18T21:49:05.727Z | Downloaded hashbrown v0.14.5 |
| 1875 | 2026-03-18T21:49:05.743Z | Downloaded gimli v0.32.3 |
| 1876 | 2026-03-18T21:49:05.855Z | Downloaded httpmock v0.8.3 |
| 1877 | 2026-03-18T21:49:08.028Z | Checking cfg-if v1.0.4 |
| 1878 | 2026-03-18T21:49:08.431Z | Checking libc v0.2.180 |
| 1879 | 2026-03-18T21:49:08.435Z | Checking serde_core v1.0.228 |
| 1880 | 2026-03-18T21:49:08.528Z | Checking memchr v2.8.0 |
| 1881 | 2026-03-18T21:49:08.625Z | Checking smallvec v1.15.1 |
| 1882 | 2026-03-18T21:49:08.633Z | Checking itoa v1.0.17 |
| 1883 | 2026-03-18T21:49:08.633Z | Checking log v0.4.29 |
| 1884 | 2026-03-18T21:49:08.734Z | Checking zeroize v1.8.2 |
| 1885 | 2026-03-18T21:49:08.787Z | Checking libm v0.2.16 |
| 1886 | 2026-03-18T21:49:08.843Z | Checking scopeguard v1.2.0 |
| 1887 | 2026-03-18T21:49:08.894Z | Checking stable_deref_trait v1.2.1 |
| 1888 | 2026-03-18T21:49:08.950Z | Checking zmij v1.0.21 |
| 1889 | 2026-03-18T21:49:09.014Z | Checking zerofrom v0.1.6 |
| 1890 | 2026-03-18T21:49:09.055Z | Checking errno v0.3.14 |
| 1891 | 2026-03-18T21:49:09.055Z | Checking getrandom v0.2.17 |
| 1892 | 2026-03-18T21:49:09.073Z | Checking lock_api v0.4.14 |
| 1893 | 2026-03-18T21:49:09.208Z | Checking yoke v0.8.1 |
| 1894 | 2026-03-18T21:49:09.253Z | Checking percent-encoding v2.3.2 |
| 1895 | 2026-03-18T21:49:09.307Z | Checking writeable v0.6.2 |
| 1896 | 2026-03-18T21:49:09.354Z | Checking litemap v0.8.1 |
| 1897 | 2026-03-18T21:49:09.405Z | Checking subtle v2.6.1 |
| 1898 | 2026-03-18T21:49:09.454Z | Checking icu_properties_data v2.1.2 |
| 1899 | 2026-03-18T21:49:09.504Z | Checking icu_normalizer_data v2.1.1 |
| 1900 | 2026-03-18T21:49:09.509Z | Checking zerovec v0.11.5 |
| 1901 | 2026-03-18T21:49:09.618Z | Checking zerotrie v0.2.3 |
| 1902 | 2026-03-18T21:49:09.658Z | Checking form_urlencoded v1.2.2 |
| 1903 | 2026-03-18T21:49:09.658Z | Checking rand_core v0.6.4 |
| 1904 | 2026-03-18T21:49:09.679Z | Checking portable-atomic v1.13.1 |
| 1905 | 2026-03-18T21:49:09.773Z | Checking utf8_iter v1.0.4 |
| 1906 | 2026-03-18T21:49:10.033Z | Checking num-traits v0.2.19 |
| 1907 | 2026-03-18T21:49:10.053Z | Checking pin-project-lite v0.2.17 |
| 1908 | 2026-03-18T21:49:10.053Z | Checking zerocopy v0.8.40 |
| 1909 | 2026-03-18T21:49:10.053Z | Checking critical-section v1.2.0 |
| 1910 | 2026-03-18T21:49:10.053Z | Checking parking_lot_core v0.9.12 |
| 1911 | 2026-03-18T21:49:10.073Z | Checking rand_core v0.10.0 |
| 1912 | 2026-03-18T21:49:10.142Z | Checking signal-hook-registry v1.4.8 |
| 1913 | 2026-03-18T21:49:10.195Z | Checking tinystr v0.8.2 |
| 1914 | 2026-03-18T21:49:10.300Z | Checking potential_utf v0.1.4 |
| 1915 | 2026-03-18T21:49:10.351Z | Checking parking_lot v0.12.5 |
| 1916 | 2026-03-18T21:49:10.354Z | Checking once_cell v1.21.3 |
| 1917 | 2026-03-18T21:49:10.442Z | Checking getrandom v0.4.1 |
| 1918 | 2026-03-18T21:49:10.489Z | Checking icu_locale_core v2.1.1 |
| 1919 | 2026-03-18T21:49:10.537Z | Checking icu_collections v2.1.1 |
| 1920 | 2026-03-18T21:49:10.631Z | Checking mio v1.1.1 |
| 1921 | 2026-03-18T21:49:10.682Z | Checking serde v1.0.228 |
| 1922 | 2026-03-18T21:49:10.682Z | Checking bitflags v2.11.0 |
| 1923 | 2026-03-18T21:49:10.687Z | Checking serde_json v1.0.149 |
| 1924 | 2026-03-18T21:49:10.821Z | Checking typenum v1.19.0 |
| 1925 | 2026-03-18T21:49:10.974Z | Checking socket2 v0.6.2 |
| 1926 | 2026-03-18T21:49:11.042Z | Checking thiserror v2.0.18 |
| 1927 | 2026-03-18T21:49:11.095Z | Checking iana-time-zone v0.1.65 |
| 1928 | 2026-03-18T21:49:11.221Z | Checking allocator-api2 v0.2.21 |
| 1929 | 2026-03-18T21:49:11.274Z | Checking icu_provider v2.1.1 |
| 1930 | 2026-03-18T21:49:11.326Z | Checking bytes v1.11.1 |
| 1931 | 2026-03-18T21:49:11.326Z | Checking chrono v0.4.44 |
| 1932 | 2026-03-18T21:49:11.420Z | Checking uuid v1.21.0 |
| 1933 | 2026-03-18T21:49:11.556Z | Checking generic-array v0.14.7 |
| 1934 | 2026-03-18T21:49:11.620Z | Checking icu_normalizer v2.1.1 |
| 1935 | 2026-03-18T21:49:11.669Z | Checking icu_properties v2.1.2 |
| 1936 | 2026-03-18T21:49:11.715Z | Checking semver v1.0.27 |
| 1937 | 2026-03-18T21:49:11.871Z | Checking futures-core v0.3.32 |
| 1938 | 2026-03-18T21:49:12.009Z | Checking tokio v1.49.0 |
| 1939 | 2026-03-18T21:49:12.066Z | Checking equivalent v1.0.2 |
| 1940 | 2026-03-18T21:49:12.143Z | Checking const-oid v0.9.6 |
| 1941 | 2026-03-18T21:49:12.147Z | Checking dyn-clone v1.0.20 |
| 1942 | 2026-03-18T21:49:12.242Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1943 | 2026-03-18T21:49:12.248Z | Checking crypto-common v0.1.7 |
| 1944 | 2026-03-18T21:49:12.332Z | Checking foldhash v0.2.0 |
| 1945 | 2026-03-18T21:49:12.434Z | Checking block-buffer v0.10.4 |
| 1946 | 2026-03-18T21:49:12.515Z | Checking futures-sink v0.3.32 |
| 1947 | 2026-03-18T21:49:12.568Z | Checking hashbrown v0.16.1 |
| 1948 | 2026-03-18T21:49:12.666Z | Checking rustix v1.1.3 |
| 1949 | 2026-03-18T21:49:12.712Z | Checking byteorder v1.5.0 |
| 1950 | 2026-03-18T21:49:12.758Z | Checking futures-channel v0.3.32 |
| 1951 | 2026-03-18T21:49:12.835Z | Checking idna_adapter v1.2.1 |
| 1952 | 2026-03-18T21:49:13.019Z | Checking futures-io v0.3.32 |
| 1953 | 2026-03-18T21:49:13.068Z | Checking slab v0.4.12 |
| 1954 | 2026-03-18T21:49:13.071Z | Checking idna v1.1.0 |
| 1955 | 2026-03-18T21:49:13.208Z | Checking futures-task v0.3.32 |
| 1956 | 2026-03-18T21:49:13.258Z | Checking digest v0.10.7 |
| 1957 | 2026-03-18T21:49:13.306Z | Checking cpufeatures v0.2.17 |
| 1958 | 2026-03-18T21:49:13.309Z | Checking indexmap v2.13.0 |
| 1959 | 2026-03-18T21:49:13.448Z | Checking futures-util v0.3.32 |
| 1960 | 2026-03-18T21:49:13.473Z | Checking url v2.5.8 |
| 1961 | 2026-03-18T21:49:13.476Z | Checking thiserror v1.0.69 |
| 1962 | 2026-03-18T21:49:13.570Z | Checking getrandom v0.3.4 |
| 1963 | 2026-03-18T21:49:13.683Z | Checking fnv v1.0.7 |
| 1964 | 2026-03-18T21:49:13.792Z | Checking regex-syntax v0.8.10 |
| 1965 | 2026-03-18T21:49:13.847Z | Checking http v1.4.0 |
| 1966 | 2026-03-18T21:49:13.915Z | Checking tracing-core v0.1.36 |
| 1967 | 2026-03-18T21:49:13.992Z | Checking ppv-lite86 v0.2.21 |
| 1968 | 2026-03-18T21:49:14.089Z | Checking schemars v0.8.22 |
| 1969 | 2026-03-18T21:49:14.174Z | Checking base64 v0.22.1 |
| 1970 | 2026-03-18T21:49:14.376Z | Checking tracing v0.1.44 |
| 1971 | 2026-03-18T21:49:14.453Z | Checking unicode-ident v1.0.24 |
| 1972 | 2026-03-18T21:49:14.537Z | Checking ipnet v2.11.0 |
| 1973 | 2026-03-18T21:49:14.627Z | Checking anstyle v1.0.13 |
| 1974 | 2026-03-18T21:49:14.678Z | Checking utf8parse v0.2.2 |
| 1975 | 2026-03-18T21:49:14.728Z | Checking proc-macro2 v1.0.106 |
| 1976 | 2026-03-18T21:49:14.846Z | Checking untrusted v0.9.0 |
| 1977 | 2026-03-18T21:49:14.999Z | Checking anstyle-parse v0.2.7 |
| 1978 | 2026-03-18T21:49:15.024Z | Checking aho-corasick v1.1.4 |
| 1979 | 2026-03-18T21:49:15.030Z | Checking ring v0.17.14 |
| 1980 | 2026-03-18T21:49:15.075Z | Checking is_terminal_polyfill v1.70.2 |
| 1981 | 2026-03-18T21:49:15.140Z | Checking base64ct v1.8.3 |
| 1982 | 2026-03-18T21:49:15.189Z | Checking quote v1.0.44 |
| 1983 | 2026-03-18T21:49:15.236Z | Checking colorchoice v1.0.4 |
| 1984 | 2026-03-18T21:49:15.402Z | Checking anstyle-query v1.1.5 |
| 1985 | 2026-03-18T21:49:15.457Z | Checking syn v2.0.117 |
| 1986 | 2026-03-18T21:49:15.504Z | Checking block-padding v0.3.3 |
| 1987 | 2026-03-18T21:49:15.559Z | Checking anstream v0.6.21 |
| 1988 | 2026-03-18T21:49:15.651Z | Checking terminal_size v0.4.3 |
| 1989 | 2026-03-18T21:49:15.710Z | Checking inout v0.1.4 |
| 1990 | 2026-03-18T21:49:15.838Z | Checking rustls-pki-types v1.14.0 |
| 1991 | 2026-03-18T21:49:15.885Z | Checking crossbeam-utils v0.8.21 |
| 1992 | 2026-03-18T21:49:15.941Z | Checking httparse v1.10.1 |
| 1993 | 2026-03-18T21:49:15.947Z | Checking regex-automata v0.4.14 |
| 1994 | 2026-03-18T21:49:16.132Z | Checking cipher v0.4.4 |
| 1995 | 2026-03-18T21:49:16.262Z | Checking strsim v0.11.1 |
| 1996 | 2026-03-18T21:49:16.542Z | Checking clap_lex v1.0.0 |
| 1997 | 2026-03-18T21:49:16.560Z | Checking tokio-util v0.7.18 |
| 1998 | 2026-03-18T21:49:16.560Z | Checking sha2 v0.10.9 |
| 1999 | 2026-03-18T21:49:16.560Z | Checking pem-rfc7468 v0.7.0 |
| 2000 | 2026-03-18T21:49:16.560Z | Checking http-body v1.0.1 |
| 2001 | 2026-03-18T21:49:16.560Z | Checking rand_core v0.9.5 |
| 2002 | 2026-03-18T21:49:16.622Z | Checking clap_builder v4.5.60 |
| 2003 | 2026-03-18T21:49:16.714Z | Checking atomic-waker v1.1.2 |
| 2004 | 2026-03-18T21:49:16.777Z | Checking hmac v0.12.1 |
| 2005 | 2026-03-18T21:49:16.829Z | Checking httpdate v1.0.3 |
| 2006 | 2026-03-18T21:49:16.832Z | Checking try-lock v0.2.5 |
| 2007 | 2026-03-18T21:49:16.917Z | Checking flagset v0.4.7 |
| 2008 | 2026-03-18T21:49:16.983Z | Checking pin-utils v0.1.0 |
| 2009 | 2026-03-18T21:49:17.034Z | Checking want v0.3.1 |
| 2010 | 2026-03-18T21:49:17.082Z | Checking tower-service v0.3.3 |
| 2011 | 2026-03-18T21:49:17.133Z | Checking ryu v1.0.23 |
| 2012 | 2026-03-18T21:49:17.136Z | Checking tower-layer v0.3.3 |
| 2013 | 2026-03-18T21:49:17.231Z | Checking der v0.7.10 |
| 2014 | 2026-03-18T21:49:17.275Z | Checking rand_chacha v0.9.0 |
| 2015 | 2026-03-18T21:49:17.279Z | Checking h2 v0.4.13 |
| 2016 | 2026-03-18T21:49:17.375Z | Checking erased-serde v0.3.31 |
| 2017 | 2026-03-18T21:49:17.422Z | Checking spin v0.9.8 |
| 2018 | 2026-03-18T21:49:17.571Z | Checking rand v0.9.2 |
| 2019 | 2026-03-18T21:49:17.692Z | Checking anyhow v1.0.102 |
| 2020 | 2026-03-18T21:49:17.975Z | Checking slog v2.8.2 |
| 2021 | 2026-03-18T21:49:18.023Z | Checking powerfmt v0.2.0 |
| 2022 | 2026-03-18T21:49:18.239Z | Checking time-core v0.1.8 |
| 2023 | 2026-03-18T21:49:18.290Z | Checking deranged v0.5.8 |
| 2024 | 2026-03-18T21:49:18.293Z | Checking num_threads v0.1.7 |
| 2025 | 2026-03-18T21:49:18.385Z | Checking clap v4.5.60 |
| 2026 | 2026-03-18T21:49:18.388Z | Checking num-conv v0.2.0 |
| 2027 | 2026-03-18T21:49:18.556Z | Checking http-body-util v0.1.3 |
| 2028 | 2026-03-18T21:49:18.572Z | Checking aws-lc-sys v0.37.1 |
| 2029 | 2026-03-18T21:49:18.579Z | Checking untrusted v0.7.1 |
| 2030 | 2026-03-18T21:49:18.627Z | Checking openssl-probe v0.2.1 |
| 2031 | 2026-03-18T21:49:18.631Z | Checking fastrand v2.3.0 |
| 2032 | 2026-03-18T21:49:18.724Z | Checking regex v1.12.3 |
| 2033 | 2026-03-18T21:49:18.780Z | Checking spki v0.7.3 |
| 2034 | 2026-03-18T21:49:18.825Z | Checking serde_urlencoded v0.7.1 |
| 2035 | 2026-03-18T21:49:18.829Z | Checking pbkdf2 v0.12.2 |
| 2036 | 2026-03-18T21:49:18.943Z | Checking aes v0.8.4 |
| 2037 | 2026-03-18T21:49:19.025Z | Checking rand_chacha v0.3.1 |
| 2038 | 2026-03-18T21:49:19.075Z | Checking pretty-hex v0.4.1 |
| 2039 | 2026-03-18T21:49:19.137Z | Checking unicode-width v0.2.0 |
| 2040 | 2026-03-18T21:49:19.185Z | Checking salsa20 v0.10.2 |
| 2041 | 2026-03-18T21:49:19.277Z | Checking cbc v0.1.2 |
| 2042 | 2026-03-18T21:49:19.324Z | Checking aws-lc-rs v1.16.0 |
| 2043 | 2026-03-18T21:49:19.372Z | Checking rand v0.8.5 |
| 2044 | 2026-03-18T21:49:19.420Z | Checking ipnetwork v0.21.1 |
| 2045 | 2026-03-18T21:49:19.481Z | Checking scrypt v0.11.0 |
| 2046 | 2026-03-18T21:49:19.527Z | Checking tempfile v3.25.0 |
| 2047 | 2026-03-18T21:49:19.575Z | Checking hex v0.4.3 |
| 2048 | 2026-03-18T21:49:19.623Z | Checking time v0.3.47 |
| 2049 | 2026-03-18T21:49:19.697Z | Checking plain v0.2.3 |
| 2050 | 2026-03-18T21:49:19.748Z | Checking pkcs5 v0.7.1 |
| 2051 | 2026-03-18T21:49:19.820Z | Checking rustls-native-certs v0.8.3 |
| 2052 | 2026-03-18T21:49:19.872Z | Checking sync_wrapper v1.0.2 |
| 2053 | 2026-03-18T21:49:19.981Z | Checking camino v1.2.2 |
| 2054 | 2026-03-18T21:49:20.024Z | Checking ucd-trie v0.1.7 |
| 2055 | 2026-03-18T21:49:20.073Z | Checking tower v0.5.3 |
| 2056 | 2026-03-18T21:49:20.124Z | Checking pkcs8 v0.10.2 |
| 2057 | 2026-03-18T21:49:20.127Z | Checking webpki-roots v1.0.6 |
| 2058 | 2026-03-18T21:49:20.230Z | Checking pest v2.8.6 |
| 2059 | 2026-03-18T21:49:20.301Z | Checking iri-string v0.7.10 |
| 2060 | 2026-03-18T21:49:20.359Z | Checking mime v0.3.17 |
| 2061 | 2026-03-18T21:49:20.407Z | Checking either v1.15.0 |
| 2062 | 2026-03-18T21:49:20.530Z | Checking rustls-webpki v0.103.9 |
| 2063 | 2026-03-18T21:49:20.629Z | Checking openapiv3 v2.2.0 |
| 2064 | 2026-03-18T21:49:20.678Z | Checking winnow v0.7.14 |
| 2065 | 2026-03-18T21:49:20.781Z | Checking oxnet v0.1.4 |
| 2066 | 2026-03-18T21:49:20.945Z | Checking hyper v1.8.1 |
| 2067 | 2026-03-18T21:49:21.077Z | Checking lazy_static v1.5.0 |
| 2068 | 2026-03-18T21:49:21.161Z | Checking rustls v0.23.37 |
| 2069 | 2026-03-18T21:49:21.209Z | Checking static_assertions v1.1.0 |
| 2070 | 2026-03-18T21:49:21.257Z | Checking foreign-types-shared v0.1.1 |
| 2071 | 2026-03-18T21:49:21.337Z | Checking signature v2.2.0 |
| 2072 | 2026-03-18T21:49:21.399Z | Checking foreign-types v0.3.2 |
| 2073 | 2026-03-18T21:49:21.527Z | Checking openssl-sys v0.9.111 |
| 2074 | 2026-03-18T21:49:21.577Z | Checking encoding_rs v0.8.35 |
| 2075 | 2026-03-18T21:49:21.729Z | Checking simd-adler32 v0.3.8 |
| 2076 | 2026-03-18T21:49:21.799Z | Checking tower-http v0.6.8 |
| 2077 | 2026-03-18T21:49:21.999Z | Checking hubpack v0.1.2 |
| 2078 | 2026-03-18T21:49:22.224Z | Checking openssl v0.10.75 |
| 2079 | 2026-03-18T21:49:22.260Z | Checking adler2 v2.0.1 |
| 2080 | 2026-03-18T21:49:22.301Z | Checking hyper-util v0.1.20 |
| 2081 | 2026-03-18T21:49:22.301Z | Checking strum v0.26.3 |
| 2082 | 2026-03-18T21:49:22.399Z | Checking sha1 v0.10.6 |
| 2083 | 2026-03-18T21:49:22.449Z | Checking data-encoding v2.10.0 |
| 2084 | 2026-03-18T21:49:22.449Z | Checking miniz_oxide v0.8.9 |
| 2085 | 2026-03-18T21:49:22.544Z | Checking tinyvec_macros v0.1.1 |
| 2086 | 2026-03-18T21:49:22.642Z | Checking serde_spanned v0.6.9 |
| 2087 | 2026-03-18T21:49:22.692Z | Checking tinyvec v1.10.0 |
| 2088 | 2026-03-18T21:49:22.874Z | Checking toml_datetime v0.6.11 |
| 2089 | 2026-03-18T21:49:22.885Z | Checking num-integer v0.1.46 |
| 2090 | 2026-03-18T21:49:22.936Z | Checking scroll v0.13.0 |
| 2091 | 2026-03-18T21:49:23.005Z | Checking memmap2 v0.9.10 |
| 2092 | 2026-03-18T21:49:23.111Z | Checking bit-vec v0.8.0 |
| 2093 | 2026-03-18T21:49:23.165Z | Checking base16ct v0.2.0 |
| 2094 | 2026-03-18T21:49:23.225Z | Checking dtrace-parser v0.3.0 |
| 2095 | 2026-03-18T21:49:23.275Z | Checking crossbeam-epoch v0.9.18 |
| 2096 | 2026-03-18T21:49:23.324Z | Checking goblin v0.10.5 |
| 2097 | 2026-03-18T21:49:23.373Z | Checking sec1 v0.7.3 |
| 2098 | 2026-03-18T21:49:23.422Z | Checking bit-set v0.8.0 |
| 2099 | 2026-03-18T21:49:23.576Z | Checking crc32fast v1.5.0 |
| 2100 | 2026-03-18T21:49:23.624Z | Checking ff v0.13.1 |
| 2101 | 2026-03-18T21:49:23.672Z | Checking wait-timeout v0.2.1 |
| 2102 | 2026-03-18T21:49:23.722Z | Checking thread-id v5.1.0 |
| 2103 | 2026-03-18T21:49:23.790Z | Checking num-iter v0.1.45 |
| 2104 | 2026-03-18T21:49:23.840Z | Checking group v0.13.0 |
| 2105 | 2026-03-18T21:49:23.887Z | Checking bstr v1.12.1 |
| 2106 | 2026-03-18T21:49:23.891Z | Checking hkdf v0.12.4 |
| 2107 | 2026-03-18T21:49:23.981Z | Checking ahash v0.8.12 |
| 2108 | 2026-03-18T21:49:24.037Z | Checking crypto-bigint v0.5.5 |
| 2109 | 2026-03-18T21:49:24.095Z | Checking quick-error v1.2.3 |
| 2110 | 2026-03-18T21:49:24.098Z | Checking rand_xorshift v0.4.0 |
| 2111 | 2026-03-18T21:49:24.265Z | Checking rusty-fork v0.3.1 |
| 2112 | 2026-03-18T21:49:24.315Z | Checking scroll v0.12.0 |
| 2113 | 2026-03-18T21:49:24.363Z | Checking unarray v0.1.4 |
| 2114 | 2026-03-18T21:49:24.418Z | Checking tokio-rustls v0.26.4 |
| 2115 | 2026-03-18T21:49:24.523Z | Checking num-bigint-dig v0.8.6 |
| 2116 | 2026-03-18T21:49:24.571Z | Checking proptest v1.10.0 |
| 2117 | 2026-03-18T21:49:24.575Z | Checking pkcs1 v0.7.5 |
| 2118 | 2026-03-18T21:49:24.665Z | Checking goblin v0.8.2 |
| 2119 | 2026-03-18T21:49:24.748Z | Checking hyper-rustls v0.27.7 |
| 2120 | 2026-03-18T21:49:24.932Z | Checking x509-cert v0.2.5 |
| 2121 | 2026-03-18T21:49:25.062Z | Checking native-tls v0.2.18 |
| 2122 | 2026-03-18T21:49:25.097Z | Checking zerocopy v0.7.35 |
| 2123 | 2026-03-18T21:49:25.323Z | Checking tokio-native-tls v0.3.1 |
| 2124 | 2026-03-18T21:49:25.429Z | Checking elliptic-curve v0.13.8 |
| 2125 | 2026-03-18T21:49:25.559Z | Checking hyper-tls v0.6.0 |
| 2126 | 2026-03-18T21:49:25.700Z | Checking unicode-segmentation v1.12.0 |
| 2127 | 2026-03-18T21:49:25.816Z | Checking reqwest v0.12.28 |
| 2128 | 2026-03-18T21:49:25.866Z | Checking psl-types v2.0.11 |
| 2129 | 2026-03-18T21:49:25.871Z | Checking zlib-rs v0.6.2 |
| 2130 | 2026-03-18T21:49:25.960Z | Checking rsa v0.9.10 |
| 2131 | 2026-03-18T21:49:26.057Z | Checking publicsuffix v2.3.0 |
| 2132 | 2026-03-18T21:49:26.156Z | Checking crossbeam-deque v0.8.6 |
| 2133 | 2026-03-18T21:49:26.309Z | Checking dtrace-parser v0.2.0 |
| 2134 | 2026-03-18T21:49:26.417Z | Checking cookie v0.18.1 |
| 2135 | 2026-03-18T21:49:26.631Z | Checking rfc6979 v0.4.0 |
| 2136 | 2026-03-18T21:49:26.680Z | Checking thread-id v4.2.2 |
| 2137 | 2026-03-18T21:49:26.686Z | Checking dof v0.4.0 |
| 2138 | 2026-03-18T21:49:26.772Z | Checking toml_write v0.1.2 |
| 2139 | 2026-03-18T21:49:26.821Z | Checking ecdsa v0.16.9 |
| 2140 | 2026-03-18T21:49:26.825Z | Checking cookie_store v0.22.1 |
| 2141 | 2026-03-18T21:49:26.995Z | Checking rustls-platform-verifier v0.6.2 |
| 2142 | 2026-03-18T21:49:27.046Z | Checking toml_edit v0.22.27 |
| 2143 | 2026-03-18T21:49:27.095Z | Checking newtype-uuid v1.3.2 |
| 2144 | 2026-03-18T21:49:27.176Z | Checking flate2 v1.1.9 |
| 2145 | 2026-03-18T21:49:27.281Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2146 | 2026-03-18T21:49:27.307Z | Checking curve25519-dalek v4.1.3 |
| 2147 | 2026-03-18T21:49:27.357Z | Checking dof v0.3.0 |
| 2148 | 2026-03-18T21:49:27.361Z | Checking memoffset v0.9.1 |
| 2149 | 2026-03-18T21:49:27.451Z | Checking rustix v0.38.44 |
| 2150 | 2026-03-18T21:49:27.540Z | Checking env_filter v1.0.0 |
| 2151 | 2026-03-18T21:49:27.614Z | Checking keccak v0.1.6 |
| 2152 | 2026-03-18T21:49:27.664Z | Checking usdt-impl v0.6.0 |
| 2153 | 2026-03-18T21:49:27.713Z | Checking daft v0.1.5 |
| 2154 | 2026-03-18T21:49:27.831Z | Checking env_logger v0.11.9 |
| 2155 | 2026-03-18T21:49:27.843Z | Checking usdt-impl v0.5.0 |
| 2156 | 2026-03-18T21:49:27.867Z | Checking sha3 v0.10.8 |
| 2157 | 2026-03-18T21:49:28.043Z | Checking reqwest v0.13.2 |
| 2158 | 2026-03-18T21:49:28.093Z | Checking ed25519 v2.2.3 |
| 2159 | 2026-03-18T21:49:28.096Z | Checking usdt v0.6.0 |
| 2160 | 2026-03-18T21:49:28.185Z | Checking itertools v0.13.0 |
| 2161 | 2026-03-18T21:49:28.233Z | Checking serde_with v3.17.0 |
| 2162 | 2026-03-18T21:49:28.359Z | Checking bitflags v1.3.2 |
| 2163 | 2026-03-18T21:49:28.409Z | Checking siphasher v1.0.2 |
| 2164 | 2026-03-18T21:49:28.412Z | Checking ed25519-dalek v2.2.0 |
| 2165 | 2026-03-18T21:49:28.517Z | Checking unicode-normalization v0.1.25 |
| 2166 | 2026-03-18T21:49:28.611Z | Checking signal-hook v0.3.18 |
| 2167 | 2026-03-18T21:49:28.614Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2168 | 2026-03-18T21:49:28.704Z | Checking winnow v0.5.40 |
| 2169 | 2026-03-18T21:49:28.791Z | Checking managed v0.8.0 |
| 2170 | 2026-03-18T21:49:28.889Z | Checking nix v0.31.1 |
| 2171 | 2026-03-18T21:49:28.957Z | Checking rayon-core v1.13.0 |
| 2172 | 2026-03-18T21:49:29.086Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2173 | 2026-03-18T21:49:29.089Z | Checking object v0.37.3 |
| 2174 | 2026-03-18T21:49:29.208Z | Checking foldhash v0.1.5 |
| 2175 | 2026-03-18T21:49:29.256Z | Checking bzip2 v0.4.4 |
| 2176 | 2026-03-18T21:49:29.429Z | Checking hashbrown v0.15.5 |
| 2177 | 2026-03-18T21:49:29.475Z | Checking signal-hook-mio v0.2.5 |
| 2178 | 2026-03-18T21:49:29.522Z | Checking ref-cast v1.0.25 |
| 2179 | 2026-03-18T21:49:29.641Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2180 | 2026-03-18T21:49:29.753Z | Checking zip v0.6.6 |
| 2181 | 2026-03-18T21:49:29.754Z | Checking libbz2-rs-sys v0.2.2 |
| 2182 | 2026-03-18T21:49:29.827Z | Checking zstd-safe v7.2.4 |
| 2183 | 2026-03-18T21:49:30.083Z | Checking bumpalo v3.20.2 |
| 2184 | 2026-03-18T21:49:30.131Z | Checking zstd v0.13.3 |
| 2185 | 2026-03-18T21:49:30.201Z | Checking crossterm v0.28.1 |
| 2186 | 2026-03-18T21:49:30.250Z | Checking bzip2 v0.6.1 |
| 2187 | 2026-03-18T21:49:30.300Z | Checking rayon v1.11.0 |
| 2188 | 2026-03-18T21:49:30.348Z | Checking similar v2.7.0 |
| 2189 | 2026-03-18T21:49:30.351Z | Checking toml_edit v0.19.15 |
| 2190 | 2026-03-18T21:49:30.440Z | Checking fs-err v3.3.0 |
| 2191 | 2026-03-18T21:49:30.443Z | Checking zopfli v0.8.3 |
| 2192 | 2026-03-18T21:49:30.537Z | Checking hash32 v0.2.1 |
| 2193 | 2026-03-18T21:49:30.778Z | Checking serde-big-array v0.5.1 |
| 2194 | 2026-03-18T21:49:30.869Z | Checking unicode-properties v0.1.4 |
| 2195 | 2026-03-18T21:49:30.919Z | Checking unicode-bidi v0.3.18 |
| 2196 | 2026-03-18T21:49:30.966Z | Checking predicates-core v1.0.10 |
| 2197 | 2026-03-18T21:49:31.012Z | Checking jiff v0.2.21 |
| 2198 | 2026-03-18T21:49:31.153Z | Checking heapless v0.7.17 |
| 2199 | 2026-03-18T21:49:31.204Z | Checking hickory-proto v0.25.2 |
| 2200 | 2026-03-18T21:49:31.207Z | Checking tokio-stream v0.1.18 |
| 2201 | 2026-03-18T21:49:31.338Z | Checking stringprep v0.1.5 |
| 2202 | 2026-03-18T21:49:31.573Z | Checking md-5 v0.10.6 |
| 2203 | 2026-03-18T21:49:31.758Z | Checking float-cmp v0.10.0 |
| 2204 | 2026-03-18T21:49:31.809Z | Checking rustc-hash v2.1.1 |
| 2205 | 2026-03-18T21:49:31.812Z | Checking normalize-line-endings v0.3.0 |
| 2206 | 2026-03-18T21:49:31.901Z | Checking toml v0.7.8 |
| 2207 | 2026-03-18T21:49:31.961Z | Checking difflib v0.4.0 |
| 2208 | 2026-03-18T21:49:32.012Z | Checking fallible-iterator v0.2.0 |
| 2209 | 2026-03-18T21:49:32.012Z | Checking iddqd v0.3.17 |
| 2210 | 2026-03-18T21:49:32.240Z | Checking predicates v3.1.4 |
| 2211 | 2026-03-18T21:49:32.406Z | Checking smoltcp v0.9.1 |
| 2212 | 2026-03-18T21:49:32.416Z | Checking phf_shared v0.11.3 |
| 2213 | 2026-03-18T21:49:32.416Z | Checking phf_shared v0.13.1 |
| 2214 | 2026-03-18T21:49:32.497Z | Checking postgres-protocol v0.6.10 |
| 2215 | 2026-03-18T21:49:32.671Z | Checking itertools v0.12.1 |
| 2216 | 2026-03-18T21:49:32.722Z | Checking console v0.16.2 |
| 2217 | 2026-03-18T21:49:32.725Z | Checking buf-list v1.1.2 |
| 2218 | 2026-03-18T21:49:32.952Z | Checking strum v0.27.2 |
| 2219 | 2026-03-18T21:49:33.044Z | Checking lalrpop-util v0.19.12 |
| 2220 | 2026-03-18T21:49:33.133Z | Checking new_debug_unreachable v1.0.6 |
| 2221 | 2026-03-18T21:49:33.182Z | Checking fixedbitset v0.4.2 |
| 2222 | 2026-03-18T21:49:33.230Z | Checking precomputed-hash v0.1.1 |
| 2223 | 2026-03-18T21:49:33.280Z | Checking unit-prefix v0.5.2 |
| 2224 | 2026-03-18T21:49:33.283Z | Checking fixedbitset v0.5.7 |
| 2225 | 2026-03-18T21:49:33.374Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2226 | 2026-03-18T21:49:33.377Z | Checking string_cache v0.8.9 |
| 2227 | 2026-03-18T21:49:33.467Z | Checking petgraph v0.6.5 |
| 2228 | 2026-03-18T21:49:33.515Z | Checking indicatif v0.18.4 |
| 2229 | 2026-03-18T21:49:33.617Z | Checking petgraph v0.8.3 |
| 2230 | 2026-03-18T21:49:33.672Z | Checking postgres-types v0.2.12 |
| 2231 | 2026-03-18T21:49:34.064Z | Checking phf v0.13.1 |
| 2232 | 2026-03-18T21:49:34.114Z | Checking zone v0.3.1 |
| 2233 | 2026-03-18T21:49:34.173Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2234 | 2026-03-18T21:49:34.211Z | Checking zip v4.6.1 |
| 2235 | 2026-03-18T21:49:34.314Z | Checking whoami v2.1.0 |
| 2236 | 2026-03-18T21:49:34.567Z | Checking peg-runtime v0.8.5 |
| 2237 | 2026-03-18T21:49:34.619Z | Checking tokio-postgres v0.7.16 |
| 2238 | 2026-03-18T21:49:34.819Z | Checking futures-executor v0.3.32 |
| 2239 | 2026-03-18T21:49:34.849Z | Checking is-terminal v0.4.17 |
| 2240 | 2026-03-18T21:49:34.994Z | Checking crossbeam-channel v0.5.15 |
| 2241 | 2026-03-18T21:49:35.010Z | Compiling structmeta-derive v0.3.0 |
| 2242 | 2026-03-18T21:49:35.083Z | Checking futures v0.3.32 |
| 2243 | 2026-03-18T21:49:35.089Z | Checking thread_local v1.1.9 |
| 2244 | 2026-03-18T21:49:35.223Z | Checking term v1.2.1 |
| 2245 | 2026-03-18T21:49:35.277Z | Checking take_mut v0.2.2 |
| 2246 | 2026-03-18T21:49:35.384Z | Compiling newtype-uuid-macros v0.1.0 |
| 2247 | 2026-03-18T21:49:35.448Z | Compiling rustls v0.22.4 |
| 2248 | 2026-03-18T21:49:35.493Z | Checking slog-async v2.8.0 |
| 2249 | 2026-03-18T21:49:35.553Z | Checking slog-term v2.9.2 |
| 2250 | 2026-03-18T21:49:35.755Z | Checking regress v0.10.5 |
| 2251 | 2026-03-18T21:49:35.825Z | Compiling multer v3.1.0 |
| 2252 | 2026-03-18T21:49:35.893Z | Compiling async-stream-impl v0.3.6 |
| 2253 | 2026-03-18T21:49:35.942Z | Compiling dropshot v0.16.7 |
| 2254 | 2026-03-18T21:49:36.196Z | Compiling dropshot_endpoint v0.16.7 |
| 2255 | 2026-03-18T21:49:36.344Z | Checking match_cfg v0.1.0 |
| 2256 | 2026-03-18T21:49:36.393Z | Checking slog-json v2.6.1 |
| 2257 | 2026-03-18T21:49:36.445Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2258 | 2026-03-18T21:49:36.494Z | Checking hostname v0.3.1 |
| 2259 | 2026-03-18T21:49:36.588Z | Compiling structmeta v0.3.0 |
| 2260 | 2026-03-18T21:49:36.637Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2261 | 2026-03-18T21:49:36.688Z | Checking slog-bunyan v2.5.0 |
| 2262 | 2026-03-18T21:49:36.739Z | Checking debug-ignore v1.0.5 |
| 2263 | 2026-03-18T21:49:36.788Z | Checking serde_spanned v1.0.4 |
| 2264 | 2026-03-18T21:49:36.872Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2265 | 2026-03-18T21:49:36.923Z | Checking rustls-webpki v0.102.8 |
| 2266 | 2026-03-18T21:49:36.927Z | Compiling derive-ex v0.1.8 |
| 2267 | 2026-03-18T21:49:37.015Z | Checking serde_path_to_error v0.1.20 |
| 2268 | 2026-03-18T21:49:37.018Z | Checking progenitor-client v0.13.0 |
| 2269 | 2026-03-18T21:49:37.146Z | Checking toml v0.9.12+spec-1.1.0 |
| 2270 | 2026-03-18T21:49:37.207Z | Checking async-stream v0.3.6 |
| 2271 | 2026-03-18T21:49:37.441Z | Checking waitgroup v0.1.2 |
| 2272 | 2026-03-18T21:49:37.444Z | Checking rustls-pemfile v2.2.0 |
| 2273 | 2026-03-18T21:49:37.608Z | Checking hostname v0.4.2 |
| 2274 | 2026-03-18T21:49:37.703Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2275 | 2026-03-18T21:49:37.752Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2276 | 2026-03-18T21:49:37.756Z | Compiling parse-display-derive v0.10.0 |
| 2277 | 2026-03-18T21:49:37.846Z | Checking itertools v0.14.0 |
| 2278 | 2026-03-18T21:49:37.922Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2279 | 2026-03-18T21:49:37.925Z | Checking macaddr v1.0.1 |
| 2280 | 2026-03-18T21:49:38.018Z | Checking progenitor-client v0.10.0 |
| 2281 | 2026-03-18T21:49:38.244Z | Checking instant v0.1.13 |
| 2282 | 2026-03-18T21:49:38.345Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2283 | 2026-03-18T21:49:38.395Z | Checking backoff v0.4.0 |
| 2284 | 2026-03-18T21:49:38.473Z | Checking backon v1.6.0 |
| 2285 | 2026-03-18T21:49:38.697Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2286 | 2026-03-18T21:49:38.706Z | Checking heck v0.5.0 |
| 2287 | 2026-03-18T21:49:38.780Z | Checking progenitor-extras v0.1.1 |
| 2288 | 2026-03-18T21:49:38.928Z | Checking camino-tempfile v1.4.1 |
| 2289 | 2026-03-18T21:49:39.108Z | Checking toml v0.8.23 |
| 2290 | 2026-03-18T21:49:39.301Z | Compiling unsafe-libyaml v0.2.11 |
| 2291 | 2026-03-18T21:49:39.352Z | Compiling convert_case v0.4.0 |
| 2292 | 2026-03-18T21:49:39.399Z | Compiling test-strategy v0.4.5 |
| 2293 | 2026-03-18T21:49:39.627Z | Checking secrecy v0.10.3 |
| 2294 | 2026-03-18T21:49:39.630Z | Checking tokio-rustls v0.25.0 |
| 2295 | 2026-03-18T21:49:39.819Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2296 | 2026-03-18T21:49:39.908Z | Compiling derive_more v0.99.20 |
| 2297 | 2026-03-18T21:49:40.132Z | Checking parse-display v0.10.0 |
| 2298 | 2026-03-18T21:49:40.348Z | Compiling serde_yaml v0.9.34+deprecated |
| 2299 | 2026-03-18T21:49:40.395Z | Compiling crucible-workspace-hack v0.1.0 |
| 2300 | 2026-03-18T21:49:40.660Z | Compiling proc-macro-crate v3.4.0 |
| 2301 | 2026-03-18T21:49:40.962Z | Compiling typify-impl v0.6.1 |
| 2302 | 2026-03-18T21:49:41.526Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2303 | 2026-03-18T21:49:41.609Z | Checking half v2.7.1 |
| 2304 | 2026-03-18T21:49:42.013Z | Checking glob v0.3.3 |
| 2305 | 2026-03-18T21:49:42.066Z | Checking ciborium-io v0.2.2 |
| 2306 | 2026-03-18T21:49:42.224Z | Checking ciborium-ll v0.2.2 |
| 2307 | 2026-03-18T21:49:42.296Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2308 | 2026-03-18T21:49:42.434Z | Compiling heapless v0.8.0 |
| 2309 | 2026-03-18T21:49:42.493Z | Checking ciborium v0.2.2 |
| 2310 | 2026-03-18T21:49:42.543Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2311 | 2026-03-18T21:49:42.672Z | Compiling ingot-macros v0.1.1 |
| 2312 | 2026-03-18T21:49:43.020Z | Checking tabwriter v1.4.1 |
| 2313 | 2026-03-18T21:49:43.106Z | Checking hash32 v0.3.1 |
| 2314 | 2026-03-18T21:49:43.154Z | Compiling smoltcp v0.11.0 |
| 2315 | 2026-03-18T21:49:43.157Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2316 | 2026-03-18T21:49:43.250Z | Compiling num_enum_derive v0.7.5 |
| 2317 | 2026-03-18T21:49:43.518Z | Checking cobs v0.3.0 |
| 2318 | 2026-03-18T21:49:43.579Z | Compiling foreign-types-macros v0.2.3 |
| 2319 | 2026-03-18T21:49:43.696Z | Checking cpufeatures v0.3.0 |
| 2320 | 2026-03-18T21:49:43.746Z | Checking foreign-types-shared v0.3.1 |
| 2321 | 2026-03-18T21:49:43.835Z | Checking chacha20 v0.10.0 |
| 2322 | 2026-03-18T21:49:43.930Z | Checking postcard v1.1.3 |
| 2323 | 2026-03-18T21:49:44.424Z | Checking foreign-types v0.5.0 |
| 2324 | 2026-03-18T21:49:44.571Z | Compiling proc-macro-crate v1.3.1 |
| 2325 | 2026-03-18T21:49:44.580Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2326 | 2026-03-18T21:49:44.599Z | Checking cstr-argument v0.1.2 |
| 2327 | 2026-03-18T21:49:44.819Z | Checking num_enum v0.7.5 |
| 2328 | 2026-03-18T21:49:44.828Z | Checking sigpipe v0.1.3 |
| 2329 | 2026-03-18T21:49:44.861Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2330 | 2026-03-18T21:49:44.970Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2331 | 2026-03-18T21:49:44.990Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2332 | 2026-03-18T21:49:45.066Z | Checking colored v3.1.1 |
| 2333 | 2026-03-18T21:49:45.335Z | Compiling num_enum_derive v0.5.11 |
| 2334 | 2026-03-18T21:49:45.382Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2335 | 2026-03-18T21:49:45.394Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2336 | 2026-03-18T21:49:45.492Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2337 | 2026-03-18T21:49:45.622Z | Checking rand v0.10.0 |
| 2338 | 2026-03-18T21:49:45.670Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2339 | 2026-03-18T21:49:45.691Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2340 | 2026-03-18T21:49:45.759Z | Checking indent_write v2.2.0 |
| 2341 | 2026-03-18T21:49:45.964Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2342 | 2026-03-18T21:49:46.118Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2343 | 2026-03-18T21:49:46.251Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2344 | 2026-03-18T21:49:46.322Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2345 | 2026-03-18T21:49:46.377Z | Checking smf v0.2.3 |
| 2346 | 2026-03-18T21:49:46.589Z | Compiling num-derive v0.4.2 |
| 2347 | 2026-03-18T21:49:46.596Z | Checking ingot-types v0.1.2 |
| 2348 | 2026-03-18T21:49:46.728Z | Checking num_enum v0.5.11 |
| 2349 | 2026-03-18T21:49:46.733Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2350 | 2026-03-18T21:49:46.821Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2351 | 2026-03-18T21:49:46.906Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2352 | 2026-03-18T21:49:47.153Z | Checking whoami v1.6.1 |
| 2353 | 2026-03-18T21:49:47.166Z | Checking universal-hash v0.5.1 |
| 2354 | 2026-03-18T21:49:47.166Z | Checking ingot v0.1.1 |
| 2355 | 2026-03-18T21:49:47.353Z | Checking opaque-debug v0.3.1 |
| 2356 | 2026-03-18T21:49:47.360Z | Checking aead v0.5.2 |
| 2357 | 2026-03-18T21:49:47.453Z | Compiling typify-macro v0.6.1 |
| 2358 | 2026-03-18T21:49:47.504Z | Checking swrite v0.1.0 |
| 2359 | 2026-03-18T21:49:47.551Z | Checking poly1305 v0.8.0 |
| 2360 | 2026-03-18T21:49:47.556Z | Checking chacha20 v0.9.1 |
| 2361 | 2026-03-18T21:49:47.644Z | Checking unicode-width v0.1.14 |
| 2362 | 2026-03-18T21:49:47.691Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2363 | 2026-03-18T21:49:47.814Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2364 | 2026-03-18T21:49:47.880Z | Checking password-hash v0.5.0 |
| 2365 | 2026-03-18T21:49:47.928Z | Checking blake2 v0.10.6 |
| 2366 | 2026-03-18T21:49:48.006Z | Checking chacha20poly1305 v0.10.1 |
| 2367 | 2026-03-18T21:49:48.142Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2368 | 2026-03-18T21:49:48.209Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2369 | 2026-03-18T21:49:48.257Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2370 | 2026-03-18T21:49:48.304Z | Checking argon2 v0.5.3 |
| 2371 | 2026-03-18T21:49:48.552Z | Compiling usdt-macro v0.5.0 |
| 2372 | 2026-03-18T21:49:48.601Z | Compiling usdt-attr-macro v0.5.0 |
| 2373 | 2026-03-18T21:49:48.650Z | Checking memmap v0.7.0 |
| 2374 | 2026-03-18T21:49:48.786Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2375 | 2026-03-18T21:49:48.858Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2376 | 2026-03-18T21:49:49.225Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2377 | 2026-03-18T21:49:49.394Z | Checking thiserror-no-std v2.0.2 |
| 2378 | 2026-03-18T21:49:49.552Z | Checking vsss-rs v3.3.4 |
| 2379 | 2026-03-18T21:49:49.555Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2380 | 2026-03-18T21:49:49.648Z | Compiling derive-where v1.6.0 |
| 2381 | 2026-03-18T21:49:49.694Z | Checking atomicwrites v0.4.4 |
| 2382 | 2026-03-18T21:49:49.697Z | Checking usdt v0.5.0 |
| 2383 | 2026-03-18T21:49:49.858Z | Compiling typify v0.6.1 |
| 2384 | 2026-03-18T21:49:49.988Z | Checking tokio-dtrace v0.1.1 |
| 2385 | 2026-03-18T21:49:50.039Z | Compiling progenitor-impl v0.13.0 |
| 2386 | 2026-03-18T21:49:50.239Z | Checking console v0.15.11 |
| 2387 | 2026-03-18T21:49:50.286Z | Checking oxide-tokio-rt v0.1.3 |
| 2388 | 2026-03-18T21:49:50.538Z | Checking newline-converter v0.3.0 |
| 2389 | 2026-03-18T21:49:50.617Z | Compiling prettyplease v0.2.37 |
| 2390 | 2026-03-18T21:49:50.664Z | Checking bytecount v0.6.9 |
| 2391 | 2026-03-18T21:49:50.713Z | Checking expectorate v1.2.0 |
| 2392 | 2026-03-18T21:49:50.835Z | Compiling owo-colors v4.3.0 |
| 2393 | 2026-03-18T21:49:50.953Z | Compiling cancel-safe-futures v0.1.5 |
| 2394 | 2026-03-18T21:49:51.012Z | Checking libsw-core v0.3.2 |
| 2395 | 2026-03-18T21:49:51.224Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2396 | 2026-03-18T21:49:51.274Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2397 | 2026-03-18T21:49:51.274Z | Checking libsw v3.5.0 |
| 2398 | 2026-03-18T21:49:51.457Z | Checking same-file v1.0.6 |
| 2399 | 2026-03-18T21:49:51.551Z | Checking linear-map v1.2.0 |
| 2400 | 2026-03-18T21:49:51.554Z | Checking num-rational v0.4.2 |
| 2401 | 2026-03-18T21:49:51.688Z | Checking walkdir v2.5.0 |
| 2402 | 2026-03-18T21:49:51.812Z | Checking num-complex v0.4.6 |
| 2403 | 2026-03-18T21:49:51.859Z | Checking float-ord v0.3.2 |
| 2404 | 2026-03-18T21:49:51.942Z | Checking gethostname v0.5.0 |
| 2405 | 2026-03-18T21:49:52.122Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2406 | 2026-03-18T21:49:52.257Z | Compiling async-recursion v1.1.1 |
| 2407 | 2026-03-18T21:49:52.331Z | Checking num v0.4.3 |
| 2408 | 2026-03-18T21:49:52.444Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2409 | 2026-03-18T21:49:52.491Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2410 | 2026-03-18T21:49:52.564Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2411 | 2026-03-18T21:49:53.370Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2412 | 2026-03-18T21:49:53.754Z | Compiling progenitor-macro v0.13.0 |
| 2413 | 2026-03-18T21:49:54.630Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2414 | 2026-03-18T21:49:55.850Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2415 | 2026-03-18T21:49:56.263Z | Checking smawk v0.3.2 |
| 2416 | 2026-03-18T21:49:56.344Z | Checking unicode-linebreak v0.1.5 |
| 2417 | 2026-03-18T21:49:56.476Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2418 | 2026-03-18T21:49:56.660Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2419 | 2026-03-18T21:49:56.725Z | Checking globset v0.4.18 |
| 2420 | 2026-03-18T21:49:57.239Z | Compiling convert_case v0.10.0 |
| 2421 | 2026-03-18T21:49:57.980Z | Compiling slog-dtrace v0.3.0 |
| 2422 | 2026-03-18T21:49:58.262Z | Checking resolv-conf v0.7.6 |
| 2423 | 2026-03-18T21:49:58.483Z | Compiling derive_more-impl v2.1.1 |
| 2424 | 2026-03-18T21:49:58.724Z | Compiling pin-project-internal v1.1.11 |
| 2425 | 2026-03-18T21:49:58.728Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2426 | 2026-03-18T21:49:58.907Z | Checking pem v3.0.6 |
| 2427 | 2026-03-18T21:49:59.072Z | Checking fd-lock v4.0.4 |
| 2428 | 2026-03-18T21:49:59.175Z | Checking vte v0.14.1 |
| 2429 | 2026-03-18T21:49:59.276Z | Checking display-error-chain v0.2.2 |
| 2430 | 2026-03-18T21:49:59.418Z | Checking strip-ansi-escapes v0.2.1 |
| 2431 | 2026-03-18T21:49:59.472Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2432 | 2026-03-18T21:49:59.593Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2433 | 2026-03-18T21:49:59.640Z | Checking derive_more v2.1.1 |
| 2434 | 2026-03-18T21:49:59.644Z | Compiling snafu-derive v0.8.9 |
| 2435 | 2026-03-18T21:49:59.733Z | Checking nu-ansi-term v0.50.3 |
| 2436 | 2026-03-18T21:49:59.819Z | Checking crossterm v0.29.0 |
| 2437 | 2026-03-18T21:50:00.051Z | Checking linked-hash-map v0.5.6 |
| 2438 | 2026-03-18T21:50:00.319Z | Checking pin-project v1.1.11 |
| 2439 | 2026-03-18T21:50:00.356Z | Checking termtree v0.5.1 |
| 2440 | 2026-03-18T21:50:00.440Z | Checking lru-cache v0.1.2 |
| 2441 | 2026-03-18T21:50:00.491Z | Checking reedline v0.40.0 |
| 2442 | 2026-03-18T21:50:00.577Z | Checking textwrap v0.16.2 |
| 2443 | 2026-03-18T21:50:00.637Z | Checking olpc-cjson v0.1.4 |
| 2444 | 2026-03-18T21:50:00.647Z | Checking hickory-proto v0.24.4 |
| 2445 | 2026-03-18T21:50:00.895Z | Checking serde_plain v1.0.2 |
| 2446 | 2026-03-18T21:50:00.987Z | Checking progenitor v0.13.0 |
| 2447 | 2026-03-18T21:50:01.171Z | Compiling minimal-lexical v0.2.1 |
| 2448 | 2026-03-18T21:50:01.222Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2449 | 2026-03-18T21:50:01.549Z | Checking typed-path v0.9.3 |
| 2450 | 2026-03-18T21:50:02.121Z | Compiling nom v7.1.3 |
| 2451 | 2026-03-18T21:50:02.333Z | Checking snafu v0.8.9 |
| 2452 | 2026-03-18T21:50:02.692Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2453 | 2026-03-18T21:50:02.741Z | Checking tough v0.20.0 |
| 2454 | 2026-03-18T21:50:03.123Z | Checking nibble_vec v0.1.0 |
| 2455 | 2026-03-18T21:50:03.337Z | Checking endian-type v0.1.2 |
| 2456 | 2026-03-18T21:50:03.444Z | Checking hickory-resolver v0.24.4 |
| 2457 | 2026-03-18T21:50:03.545Z | Checking radix_trie v0.2.1 |
| 2458 | 2026-03-18T21:50:03.860Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2459 | 2026-03-18T21:50:03.996Z | Compiling ar_archive_writer v0.5.1 |
| 2460 | 2026-03-18T21:50:04.371Z | Checking humantime v2.3.0 |
| 2461 | 2026-03-18T21:50:04.488Z | Checking qorb v0.4.1 |
| 2462 | 2026-03-18T21:50:04.644Z | Checking csv-core v0.1.13 |
| 2463 | 2026-03-18T21:50:04.694Z | Checking base64 v0.21.7 |
| 2464 | 2026-03-18T21:50:04.845Z | Compiling stacker v0.1.23 |
| 2465 | 2026-03-18T21:50:04.921Z | Checking csv v1.4.0 |
| 2466 | 2026-03-18T21:50:05.059Z | Compiling cfg_aliases v0.1.1 |
| 2467 | 2026-03-18T21:50:05.199Z | Checking highway v1.3.0 |
| 2468 | 2026-03-18T21:50:05.302Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2469 | 2026-03-18T21:50:05.353Z | Compiling psm v0.1.30 |
| 2470 | 2026-03-18T21:50:05.397Z | Compiling nix v0.28.0 |
| 2471 | 2026-03-18T21:50:05.460Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2472 | 2026-03-18T21:50:05.522Z | Checking papergrid v0.11.0 |
| 2473 | 2026-03-18T21:50:05.572Z | Compiling tabled_derive v0.7.0 |
| 2474 | 2026-03-18T21:50:05.902Z | Checking home v0.5.12 |
| 2475 | 2026-03-18T21:50:06.078Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2476 | 2026-03-18T21:50:06.124Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2477 | 2026-03-18T21:50:06.222Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2478 | 2026-03-18T21:50:06.387Z | Checking phf_shared v0.12.1 |
| 2479 | 2026-03-18T21:50:06.568Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2480 | 2026-03-18T21:50:06.616Z | Compiling semver v0.1.20 |
| 2481 | 2026-03-18T21:50:06.664Z | Compiling chrono-tz v0.10.4 |
| 2482 | 2026-03-18T21:50:06.836Z | Checking phf v0.12.1 |
| 2483 | 2026-03-18T21:50:06.886Z | Checking tabled v0.15.0 |
| 2484 | 2026-03-18T21:50:06.937Z | Compiling rustc_version v0.1.7 |
| 2485 | 2026-03-18T21:50:07.086Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2486 | 2026-03-18T21:50:07.094Z | Compiling const_format_proc_macros v0.2.34 |
| 2487 | 2026-03-18T21:50:07.177Z | Checking recursive v0.1.1 |
| 2488 | 2026-03-18T21:50:07.272Z | Compiling peg-macros v0.8.5 |
| 2489 | 2026-03-18T21:50:07.321Z | Checking winnow v0.6.26 |
| 2490 | 2026-03-18T21:50:07.368Z | Compiling sqlparser_derive v0.5.0 |
| 2491 | 2026-03-18T21:50:07.780Z | Checking unicode_categories v0.1.1 |
| 2492 | 2026-03-18T21:50:08.263Z | Checking const_format v0.2.35 |
| 2493 | 2026-03-18T21:50:08.411Z | Checking rustyline v14.0.0 |
| 2494 | 2026-03-18T21:50:08.414Z | Checking sqlparser v0.61.0 |
| 2495 | 2026-03-18T21:50:08.676Z | Compiling newtype_derive v0.1.6 |
| 2496 | 2026-03-18T21:50:08.920Z | Checking sqlformat v0.3.5 |
| 2497 | 2026-03-18T21:50:09.203Z | Checking peg v0.8.5 |
| 2498 | 2026-03-18T21:50:09.338Z | Checking bcs v0.1.6 |
| 2499 | 2026-03-18T21:50:09.619Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2500 | 2026-03-18T21:50:09.696Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2501 | 2026-03-18T21:50:09.753Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2502 | 2026-03-18T21:50:09.901Z | Checking steno v0.4.1 |
| 2503 | 2026-03-18T21:50:10.099Z | Compiling typify-impl v0.4.3 |
| 2504 | 2026-03-18T21:50:10.147Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2505 | 2026-03-18T21:50:11.296Z | Checking utf-8 v0.7.6 |
| 2506 | 2026-03-18T21:50:11.441Z | Checking filetime v0.2.27 |
| 2507 | 2026-03-18T21:50:11.517Z | Checking arc-swap v1.8.2 |
| 2508 | 2026-03-18T21:50:11.853Z | Checking xattr v1.6.1 |
| 2509 | 2026-03-18T21:50:12.066Z | Checking tar v0.4.44 |
| 2510 | 2026-03-18T21:50:12.614Z | Checking slog-scope v4.4.1 |
| 2511 | 2026-03-18T21:50:12.661Z | Checking tungstenite v0.21.0 |
| 2512 | 2026-03-18T21:50:12.832Z | Checking slog-stdlog v4.1.1 |
| 2513 | 2026-03-18T21:50:13.029Z | Checking slog-envlogger v2.2.0 |
| 2514 | 2026-03-18T21:50:13.107Z | Checking typeid v1.0.3 |
| 2515 | 2026-03-18T21:50:13.260Z | Checking subprocess v0.2.15 |
| 2516 | 2026-03-18T21:50:13.264Z | Checking tokio-tungstenite v0.21.0 |
| 2517 | 2026-03-18T21:50:13.351Z | Checking headers-core v0.3.0 |
| 2518 | 2026-03-18T21:50:13.527Z | Checking headers v0.4.1 |
| 2519 | 2026-03-18T21:50:13.677Z | Compiling lzma-sys v0.1.20 |
| 2520 | 2026-03-18T21:50:13.724Z | Compiling cargo_toml v0.22.3 |
| 2521 | 2026-03-18T21:50:13.868Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2522 | 2026-03-18T21:50:14.205Z | Checking yasna v0.5.2 |
| 2523 | 2026-03-18T21:50:14.507Z | Checking xz2 v0.1.7 |
| 2524 | 2026-03-18T21:50:14.768Z | Checking ron v0.12.0 |
| 2525 | 2026-03-18T21:50:14.771Z | Checking rcgen v0.12.1 |
| 2526 | 2026-03-18T21:50:15.059Z | Checking base16ct v1.0.0 |
| 2527 | 2026-03-18T21:50:15.125Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2528 | 2026-03-18T21:50:15.265Z | Checking dropshot-api-manager-types v0.6.0 |
| 2529 | 2026-03-18T21:50:15.314Z | Checking tagptr v0.2.0 |
| 2530 | 2026-03-18T21:50:15.526Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2531 | 2026-03-18T21:50:15.572Z | Checking moka v0.12.13 |
| 2532 | 2026-03-18T21:50:15.786Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2533 | 2026-03-18T21:50:15.836Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2534 | 2026-03-18T21:50:16.012Z | Compiling libefi-sys v0.1.0 |
| 2535 | 2026-03-18T21:50:16.286Z | Compiling radium v0.7.0 |
| 2536 | 2026-03-18T21:50:16.447Z | Compiling typify-macro v0.4.3 |
| 2537 | 2026-03-18T21:50:16.498Z | Checking hickory-resolver v0.25.2 |
| 2538 | 2026-03-18T21:50:16.607Z | Compiling bitfield-struct v0.6.2 |
| 2539 | 2026-03-18T21:50:16.734Z | Checking tap v1.0.1 |
| 2540 | 2026-03-18T21:50:16.922Z | Compiling maybe-uninit v2.0.0 |
| 2541 | 2026-03-18T21:50:17.506Z | Checking wyz v0.5.1 |
| 2542 | 2026-03-18T21:50:17.523Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2543 | 2026-03-18T21:50:17.571Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2544 | 2026-03-18T21:50:17.783Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2545 | 2026-03-18T21:50:17.934Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2546 | 2026-03-18T21:50:18.023Z | Compiling zerocopy-derive v0.6.6 |
| 2547 | 2026-03-18T21:50:18.168Z | Checking funty v2.0.0 |
| 2548 | 2026-03-18T21:50:18.215Z | Compiling packed_struct v0.10.1 |
| 2549 | 2026-03-18T21:50:18.285Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2550 | 2026-03-18T21:50:18.429Z | Checking crc-catalog v2.4.0 |
| 2551 | 2026-03-18T21:50:18.622Z | Checking crc v3.4.0 |
| 2552 | 2026-03-18T21:50:18.670Z | Checking bitvec v1.0.1 |
| 2553 | 2026-03-18T21:50:18.716Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2554 | 2026-03-18T21:50:18.904Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2555 | 2026-03-18T21:50:19.091Z | Compiling packed_struct_codegen v0.10.1 |
| 2556 | 2026-03-18T21:50:19.225Z | Compiling typify v0.4.3 |
| 2557 | 2026-03-18T21:50:19.318Z | Checking zerocopy v0.6.6 |
| 2558 | 2026-03-18T21:50:19.321Z | Compiling bitfield-macros v0.19.4 |
| 2559 | 2026-03-18T21:50:19.413Z | Compiling progenitor-impl v0.10.0 |
| 2560 | 2026-03-18T21:50:19.831Z | Compiling indexmap v1.9.3 |
| 2561 | 2026-03-18T21:50:20.122Z | Checking nodrop v0.1.14 |
| 2562 | 2026-03-18T21:50:20.278Z | Checking array-init v0.0.4 |
| 2563 | 2026-03-18T21:50:20.325Z | Checking bitfield v0.19.4 |
| 2564 | 2026-03-18T21:50:20.702Z | Checking smallvec v0.6.14 |
| 2565 | 2026-03-18T21:50:20.751Z | Checking hashbrown v0.12.3 |
| 2566 | 2026-03-18T21:50:20.755Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2567 | 2026-03-18T21:50:20.842Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2568 | 2026-03-18T21:50:21.000Z | Checking serde-hex v0.1.0 |
| 2569 | 2026-03-18T21:50:21.047Z | Checking ron v0.8.1 |
| 2570 | 2026-03-18T21:50:21.816Z | Checking hashbrown v0.13.2 |
| 2571 | 2026-03-18T21:50:21.863Z | Checking crc-any v2.5.0 |
| 2572 | 2026-03-18T21:50:22.094Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2573 | 2026-03-18T21:50:22.146Z | Checking path-slash v0.1.5 |
| 2574 | 2026-03-18T21:50:22.205Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2575 | 2026-03-18T21:50:22.316Z | Compiling xshell-macros v0.2.7 |
| 2576 | 2026-03-18T21:50:22.359Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2577 | 2026-03-18T21:50:22.428Z | Checking object v0.30.4 |
| 2578 | 2026-03-18T21:50:22.852Z | Checking xshell v0.2.7 |
| 2579 | 2026-03-18T21:50:22.895Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-03-18T21:50:23.074Z | Compiling progenitor-macro v0.10.0 |
| 2581 | 2026-03-18T21:50:23.137Z | Checking half v1.8.3 |
| 2582 | 2026-03-18T21:50:23.141Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2583 | 2026-03-18T21:50:23.443Z | Checking serde_cbor v0.11.2 |
| 2584 | 2026-03-18T21:50:23.793Z | Compiling num-derive v0.3.3 |
| 2585 | 2026-03-18T21:50:24.021Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2586 | 2026-03-18T21:50:24.220Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2587 | 2026-03-18T21:50:24.540Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2588 | 2026-03-18T21:50:24.586Z | Compiling proc-macro-error2 v2.0.1 |
| 2589 | 2026-03-18T21:50:25.037Z | Checking papergrid v0.17.0 |
| 2590 | 2026-03-18T21:50:25.044Z | Compiling tabled_derive v0.11.0 |
| 2591 | 2026-03-18T21:50:25.083Z | Checking libscf-sys v1.1.0 |
| 2592 | 2026-03-18T21:50:25.402Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2593 | 2026-03-18T21:50:25.453Z | Checking testing_table v0.3.0 |
| 2594 | 2026-03-18T21:50:25.617Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2595 | 2026-03-18T21:50:25.662Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2596 | 2026-03-18T21:50:25.948Z | Checking maplit v1.0.2 |
| 2597 | 2026-03-18T21:50:26.174Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2598 | 2026-03-18T21:50:26.222Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2599 | 2026-03-18T21:50:26.456Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2600 | 2026-03-18T21:50:26.725Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2601 | 2026-03-18T21:50:26.729Z | Checking tabled v0.20.0 |
| 2602 | 2026-03-18T21:50:26.729Z | Checking crc8 v0.1.1 |
| 2603 | 2026-03-18T21:50:26.866Z | Checking fxhash v0.2.1 |
| 2604 | 2026-03-18T21:50:26.982Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2605 | 2026-03-18T21:50:27.063Z | Checking unicase v2.9.0 |
| 2606 | 2026-03-18T21:50:27.306Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2607 | 2026-03-18T21:50:27.353Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2608 | 2026-03-18T21:50:27.841Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2609 | 2026-03-18T21:50:27.902Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2610 | 2026-03-18T21:50:27.950Z | Checking kstat-rs v0.2.4 |
| 2611 | 2026-03-18T21:50:28.108Z | Compiling diesel_derives v2.3.7 |
| 2612 | 2026-03-18T21:50:28.232Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2613 | 2026-03-18T21:50:28.332Z | Compiling parking_lot_core v0.8.6 |
| 2614 | 2026-03-18T21:50:28.567Z | Compiling git-stub v1.0.0 |
| 2615 | 2026-03-18T21:50:28.612Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2616 | 2026-03-18T21:50:28.731Z | Checking scheduled-thread-pool v0.2.7 |
| 2617 | 2026-03-18T21:50:28.791Z | Compiling dsl_auto_type v0.2.0 |
| 2618 | 2026-03-18T21:50:28.946Z | Compiling vergen-gitcl v1.0.8 |
| 2619 | 2026-03-18T21:50:28.991Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2620 | 2026-03-18T21:50:29.320Z | Checking r2d2 v0.8.10 |
| 2621 | 2026-03-18T21:50:29.382Z | Compiling git-stub-vcs v0.1.0 |
| 2622 | 2026-03-18T21:50:29.601Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2623 | 2026-03-18T21:50:29.651Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2624 | 2026-03-18T21:50:29.700Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2625 | 2026-03-18T21:50:29.798Z | Checking downcast-rs v2.0.2 |
| 2626 | 2026-03-18T21:50:29.843Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2627 | 2026-03-18T21:50:29.904Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2628 | 2026-03-18T21:50:29.955Z | Checking parking_lot v0.11.2 |
| 2629 | 2026-03-18T21:50:30.084Z | Checking prefix-trie v0.7.0 |
| 2630 | 2026-03-18T21:50:30.159Z | Checking progenitor v0.10.0 |
| 2631 | 2026-03-18T21:50:30.234Z | Checking nanorand v0.7.0 |
| 2632 | 2026-03-18T21:50:30.377Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2633 | 2026-03-18T21:50:30.491Z | Compiling dirs-sys-next v0.1.2 |
| 2634 | 2026-03-18T21:50:30.538Z | Compiling crunchy v0.2.4 |
| 2635 | 2026-03-18T21:50:30.586Z | Checking hickory-server v0.25.2 |
| 2636 | 2026-03-18T21:50:30.676Z | Checking flume v0.11.1 |
| 2637 | 2026-03-18T21:50:30.817Z | Compiling dirs-next v2.0.0 |
| 2638 | 2026-03-18T21:50:31.010Z | Checking sled v0.34.7 |
| 2639 | 2026-03-18T21:50:31.055Z | Compiling clang-sys v1.8.1 |
| 2640 | 2026-03-18T21:50:31.098Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2641 | 2026-03-18T21:50:31.101Z | Checking hickory-client v0.25.2 |
| 2642 | 2026-03-18T21:50:31.374Z | Compiling tiny-keccak v2.0.2 |
| 2643 | 2026-03-18T21:50:31.679Z | Compiling term v0.7.0 |
| 2644 | 2026-03-18T21:50:31.772Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2645 | 2026-03-18T21:50:31.834Z | Compiling bit-vec v0.6.3 |
| 2646 | 2026-03-18T21:50:32.016Z | Compiling salty v0.3.0 |
| 2647 | 2026-03-18T21:50:32.175Z | Compiling bit-set v0.5.3 |
| 2648 | 2026-03-18T21:50:32.321Z | Compiling ascii-canvas v3.0.0 |
| 2649 | 2026-03-18T21:50:32.515Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2650 | 2026-03-18T21:50:32.519Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2651 | 2026-03-18T21:50:32.670Z | Checking primeorder v0.13.6 |
| 2652 | 2026-03-18T21:50:32.998Z | Compiling itertools v0.10.5 |
| 2653 | 2026-03-18T21:50:33.046Z | Compiling ena v0.14.4 |
| 2654 | 2026-03-18T21:50:33.255Z | Compiling libloading v0.8.9 |
| 2655 | 2026-03-18T21:50:33.365Z | Compiling diff v0.1.13 |
| 2656 | 2026-03-18T21:50:33.581Z | Compiling bindgen v0.71.1 |
| 2657 | 2026-03-18T21:50:33.755Z | Compiling regex-syntax v0.6.29 |
| 2658 | 2026-03-18T21:50:34.370Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2659 | 2026-03-18T21:50:34.525Z | Compiling cexpr v0.6.0 |
| 2660 | 2026-03-18T21:50:34.747Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2661 | 2026-03-18T21:50:35.515Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2662 | 2026-03-18T21:50:35.599Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2663 | 2026-03-18T21:50:35.978Z | Compiling lalrpop v0.19.12 |
| 2664 | 2026-03-18T21:50:35.983Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2665 | 2026-03-18T21:50:36.752Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2666 | 2026-03-18T21:50:36.926Z | Compiling libxml v0.3.3 |
| 2667 | 2026-03-18T21:50:37.046Z | Compiling fs-err v2.11.0 |
| 2668 | 2026-03-18T21:50:37.197Z | Checking diesel v2.3.7 |
| 2669 | 2026-03-18T21:50:37.420Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2670 | 2026-03-18T21:50:37.528Z | Checking p384 v0.13.1 |
| 2671 | 2026-03-18T21:50:37.850Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2672 | 2026-03-18T21:50:38.140Z | Compiling strum_macros v0.24.3 |
| 2673 | 2026-03-18T21:50:39.360Z | Compiling indoc v1.0.9 |
| 2674 | 2026-03-18T21:50:40.256Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2675 | 2026-03-18T21:50:40.720Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2676 | 2026-03-18T21:50:40.849Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2677 | 2026-03-18T21:50:41.108Z | Checking quick-xml v0.37.5 |
| 2678 | 2026-03-18T21:50:41.156Z | Checking derive_builder v0.20.2 |
| 2679 | 2026-03-18T21:50:41.376Z | Compiling oso-derive v0.27.3 |
| 2680 | 2026-03-18T21:50:41.480Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2681 | 2026-03-18T21:50:41.528Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2682 | 2026-03-18T21:50:41.987Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2683 | 2026-03-18T21:50:42.033Z | Compiling trait-variant v0.1.2 |
| 2684 | 2026-03-18T21:50:42.368Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2685 | 2026-03-18T21:50:42.785Z | Checking openssl-probe v0.1.6 |
| 2686 | 2026-03-18T21:50:42.970Z | Checking parse-size v1.1.0 |
| 2687 | 2026-03-18T21:50:43.177Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2688 | 2026-03-18T21:50:43.934Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2689 | 2026-03-18T21:50:43.984Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2690 | 2026-03-18T21:50:44.368Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2691 | 2026-03-18T21:50:44.652Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2692 | 2026-03-18T21:50:44.696Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2693 | 2026-03-18T21:50:45.036Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2694 | 2026-03-18T21:50:45.433Z | Compiling progenitor-impl v0.11.2 |
| 2695 | 2026-03-18T21:50:45.778Z | Checking assert_matches v1.5.0 |
| 2696 | 2026-03-18T21:50:45.931Z | Compiling mime_guess v2.0.5 |
| 2697 | 2026-03-18T21:50:46.095Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2698 | 2026-03-18T21:50:46.525Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2699 | 2026-03-18T21:50:46.670Z | Checking predicates-tree v1.0.13 |
| 2700 | 2026-03-18T21:50:46.860Z | Checking progenitor-client v0.11.2 |
| 2701 | 2026-03-18T21:50:47.111Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2702 | 2026-03-18T21:50:47.220Z | Checking http-range v0.1.5 |
| 2703 | 2026-03-18T21:50:47.274Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2704 | 2026-03-18T21:50:47.505Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2705 | 2026-03-18T21:50:48.119Z | Checking atty v0.2.14 |
| 2706 | 2026-03-18T21:50:49.040Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2707 | 2026-03-18T21:50:49.237Z | Compiling progenitor-macro v0.11.2 |
| 2708 | 2026-03-18T21:50:49.611Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2709 | 2026-03-18T21:50:50.239Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2710 | 2026-03-18T21:50:50.903Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2711 | 2026-03-18T21:50:50.976Z | Checking bb8 v0.8.6 |
| 2712 | 2026-03-18T21:50:51.183Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2713 | 2026-03-18T21:50:51.384Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2714 | 2026-03-18T21:50:51.486Z | Checking corncobs v0.1.4 |
| 2715 | 2026-03-18T21:50:51.646Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2716 | 2026-03-18T21:50:51.693Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2717 | 2026-03-18T21:50:52.117Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2718 | 2026-03-18T21:50:52.605Z | Checking hyper-staticfile v0.10.1 |
| 2719 | 2026-03-18T21:50:52.652Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2720 | 2026-03-18T21:50:53.030Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2721 | 2026-03-18T21:50:53.078Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2722 | 2026-03-18T21:50:53.082Z | Checking ignore v0.4.25 |
| 2723 | 2026-03-18T21:50:53.358Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2724 | 2026-03-18T21:50:53.706Z | Checking signal-hook-tokio v0.3.1 |
| 2725 | 2026-03-18T21:50:53.909Z | Checking secrecy v0.8.0 |
| 2726 | 2026-03-18T21:50:54.077Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2727 | 2026-03-18T21:50:54.440Z | Checking globwalk v0.9.1 |
| 2728 | 2026-03-18T21:50:54.799Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2729 | 2026-03-18T21:50:54.944Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2730 | 2026-03-18T21:50:55.461Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2731 | 2026-03-18T21:50:55.564Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2732 | 2026-03-18T21:50:55.668Z | Checking nonempty v0.12.0 |
| 2733 | 2026-03-18T21:50:55.868Z | Checking camino-tempfile-ext v0.3.3 |
| 2734 | 2026-03-18T21:50:55.921Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2735 | 2026-03-18T21:50:56.140Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2736 | 2026-03-18T21:50:56.179Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2737 | 2026-03-18T21:50:56.364Z | Checking progenitor v0.11.2 |
| 2738 | 2026-03-18T21:50:56.588Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2739 | 2026-03-18T21:50:56.690Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2740 | 2026-03-18T21:50:57.178Z | Checking async-bb8-diesel v0.2.1 |
| 2741 | 2026-03-18T21:50:57.225Z | Checking diesel-dtrace v0.5.0 |
| 2742 | 2026-03-18T21:50:57.586Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2743 | 2026-03-18T21:50:57.632Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2744 | 2026-03-18T21:50:57.685Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2745 | 2026-03-18T21:50:58.223Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2746 | 2026-03-18T21:50:58.700Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2747 | 2026-03-18T21:50:58.777Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2748 | 2026-03-18T21:50:59.074Z | Checking tungstenite v0.23.0 |
| 2749 | 2026-03-18T21:50:59.411Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2750 | 2026-03-18T21:50:59.760Z | Checking tokio-tungstenite v0.23.1 |
| 2751 | 2026-03-18T21:50:59.931Z | Checking void v1.0.2 |
| 2752 | 2026-03-18T21:51:00.105Z | Checking lzss v0.8.2 |
| 2753 | 2026-03-18T21:51:00.153Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2754 | 2026-03-18T21:51:00.203Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2755 | 2026-03-18T21:51:00.412Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2756 | 2026-03-18T21:51:00.456Z | Checking nix v0.27.1 |
| 2757 | 2026-03-18T21:51:01.091Z | Checking serde_bytes v0.11.19 |
| 2758 | 2026-03-18T21:51:01.227Z | Checking rand_seeder v0.4.0 |
| 2759 | 2026-03-18T21:51:01.370Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2760 | 2026-03-18T21:51:01.459Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2761 | 2026-03-18T21:51:01.989Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2762 | 2026-03-18T21:51:02.037Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2763 | 2026-03-18T21:51:02.248Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2764 | 2026-03-18T21:51:02.631Z | Checking is_ci v1.2.0 |
| 2765 | 2026-03-18T21:51:02.807Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2766 | 2026-03-18T21:51:03.202Z | Checking yansi v1.0.1 |
| 2767 | 2026-03-18T21:51:03.249Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2768 | 2026-03-18T21:51:03.295Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2769 | 2026-03-18T21:51:03.435Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2770 | 2026-03-18T21:51:03.595Z | Checking pretty_assertions v1.4.1 |
| 2771 | 2026-03-18T21:51:03.641Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2772 | 2026-03-18T21:51:03.807Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2773 | 2026-03-18T21:51:03.988Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2774 | 2026-03-18T21:51:04.325Z | Compiling darling_core v0.23.0 |
| 2775 | 2026-03-18T21:51:05.553Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2776 | 2026-03-18T21:51:05.847Z | Compiling indoc v2.0.7 |
| 2777 | 2026-03-18T21:51:06.095Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2778 | 2026-03-18T21:51:06.226Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2779 | 2026-03-18T21:51:06.377Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2780 | 2026-03-18T21:51:06.491Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2781 | 2026-03-18T21:51:06.787Z | Compiling instability v0.3.11 |
| 2782 | 2026-03-18T21:51:07.229Z | Compiling libz-sys v1.1.24 |
| 2783 | 2026-03-18T21:51:07.295Z | Checking castaway v0.2.4 |
| 2784 | 2026-03-18T21:51:07.443Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2785 | 2026-03-18T21:51:07.487Z | Checking compact_str v0.8.1 |
| 2786 | 2026-03-18T21:51:08.042Z | Compiling darling_macro v0.23.0 |
| 2787 | 2026-03-18T21:51:08.063Z | Checking supports-color v3.0.2 |
| 2788 | 2026-03-18T21:51:08.279Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2789 | 2026-03-18T21:51:08.579Z | Checking unicode-truncate v1.1.0 |
| 2790 | 2026-03-18T21:51:08.727Z | Compiling darling v0.23.0 |
| 2791 | 2026-03-18T21:51:08.789Z | Checking lru v0.12.5 |
| 2792 | 2026-03-18T21:51:08.838Z | Checking cassowary v0.3.0 |
| 2793 | 2026-03-18T21:51:09.107Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2794 | 2026-03-18T21:51:09.368Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2795 | 2026-03-18T21:51:09.827Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2796 | 2026-03-18T21:51:09.913Z | Checking ratatui v0.29.0 |
| 2797 | 2026-03-18T21:51:11.020Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2798 | 2026-03-18T21:51:11.306Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2799 | 2026-03-18T21:51:11.725Z | Compiling vergen-git2 v1.0.7 |
| 2800 | 2026-03-18T21:51:11.771Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2801 | 2026-03-18T21:51:11.821Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2802 | 2026-03-18T21:51:12.054Z | Checking colored v2.2.0 |
| 2803 | 2026-03-18T21:51:12.110Z | Checking shell-words v1.1.1 |
| 2804 | 2026-03-18T21:51:12.155Z | Compiling rustls v0.21.12 |
| 2805 | 2026-03-18T21:51:12.303Z | Checking plotters-backend v0.3.7 |
| 2806 | 2026-03-18T21:51:12.526Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2807 | 2026-03-18T21:51:12.587Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2808 | 2026-03-18T21:51:12.690Z | Checking plotters-svg v0.3.7 |
| 2809 | 2026-03-18T21:51:12.857Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2810 | 2026-03-18T21:51:12.901Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2811 | 2026-03-18T21:51:13.143Z | Checking sct v0.7.1 |
| 2812 | 2026-03-18T21:51:13.359Z | Checking rustls-webpki v0.101.7 |
| 2813 | 2026-03-18T21:51:13.501Z | Compiling nix v0.29.0 |
| 2814 | 2026-03-18T21:51:13.802Z | Checking hex-literal v0.4.1 |
| 2815 | 2026-03-18T21:51:13.854Z | Checking cast v0.3.0 |
| 2816 | 2026-03-18T21:51:14.109Z | Checking criterion-plot v0.6.0 |
| 2817 | 2026-03-18T21:51:14.191Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2818 | 2026-03-18T21:51:14.619Z | Checking plotters v0.3.7 |
| 2819 | 2026-03-18T21:51:15.677Z | Checking erased-serde v0.4.9 |
| 2820 | 2026-03-18T21:51:15.834Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2821 | 2026-03-18T21:51:16.244Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2822 | 2026-03-18T21:51:17.238Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2823 | 2026-03-18T21:51:18.252Z | Checking tinytemplate v1.2.1 |
| 2824 | 2026-03-18T21:51:18.572Z | Checking ordered-float v2.10.1 |
| 2825 | 2026-03-18T21:51:18.945Z | Checking anes v0.1.6 |
| 2826 | 2026-03-18T21:51:19.227Z | Checking oorandom v11.1.5 |
| 2827 | 2026-03-18T21:51:19.417Z | Checking criterion v0.7.0 |
| 2828 | 2026-03-18T21:51:19.612Z | Checking serde-value v0.7.0 |
| 2829 | 2026-03-18T21:51:19.941Z | Checking serde-untagged v0.1.9 |
| 2830 | 2026-03-18T21:51:20.241Z | Checking tokio-rustls v0.24.1 |
| 2831 | 2026-03-18T21:51:20.888Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2832 | 2026-03-18T21:51:21.054Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2833 | 2026-03-18T21:51:21.344Z | Checking rustls-pemfile v1.0.4 |
| 2834 | 2026-03-18T21:51:21.562Z | Checking twox-hash v2.1.2 |
| 2835 | 2026-03-18T21:51:21.946Z | Checking unicode-xid v0.2.6 |
| 2836 | 2026-03-18T21:51:22.073Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2837 | 2026-03-18T21:51:22.132Z | Checking cargo-util-schemas v0.8.2 |
| 2838 | 2026-03-18T21:51:22.711Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2839 | 2026-03-18T21:51:22.940Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2840 | 2026-03-18T21:51:23.386Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2841 | 2026-03-18T21:51:23.671Z | Checking fatfs v0.3.6 |
| 2842 | 2026-03-18T21:51:24.305Z | Checking cargo-platform v0.2.0 |
| 2843 | 2026-03-18T21:51:24.598Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2844 | 2026-03-18T21:51:24.728Z | Compiling petname v2.0.2 |
| 2845 | 2026-03-18T21:51:25.400Z | Compiling seq-macro v0.3.6 |
| 2846 | 2026-03-18T21:51:26.331Z | Checking cargo_metadata v0.21.0 |
| 2847 | 2026-03-18T21:51:26.551Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2848 | 2026-03-18T21:51:26.797Z | Checking concurrent-queue v2.5.0 |
| 2849 | 2026-03-18T21:51:27.079Z | Checking rtoolbox v0.0.3 |
| 2850 | 2026-03-18T21:51:27.294Z | Checking futures-timer v3.0.3 |
| 2851 | 2026-03-18T21:51:27.390Z | Checking parking v2.2.1 |
| 2852 | 2026-03-18T21:51:27.558Z | Checking rpassword v7.4.0 |
| 2853 | 2026-03-18T21:51:27.605Z | Checking event-listener v5.4.1 |
| 2854 | 2026-03-18T21:51:27.801Z | Checking tui-tree-widget v0.23.1 |
| 2855 | 2026-03-18T21:51:27.927Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2856 | 2026-03-18T21:51:28.091Z | Checking polyval v0.6.2 |
| 2857 | 2026-03-18T21:51:28.172Z | Checking sapling-renderdag v0.1.0 |
| 2858 | 2026-03-18T21:51:28.284Z | Checking sync-ptr v0.1.4 |
| 2859 | 2026-03-18T21:51:28.341Z | Checking ghash v0.5.1 |
| 2860 | 2026-03-18T21:51:28.475Z | Checking event-listener-strategy v0.5.4 |
| 2861 | 2026-03-18T21:51:28.528Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2862 | 2026-03-18T21:51:28.573Z | Checking ctr v0.9.2 |
| 2863 | 2026-03-18T21:51:29.175Z | Checking arrayref v0.3.9 |
| 2864 | 2026-03-18T21:51:29.185Z | Checking constant_time_eq v0.4.2 |
| 2865 | 2026-03-18T21:51:29.185Z | Checking arrayvec v0.7.6 |
| 2866 | 2026-03-18T21:51:29.185Z | Checking aes-gcm v0.10.3 |
| 2867 | 2026-03-18T21:51:29.185Z | Checking async-lock v3.4.2 |
| 2868 | 2026-03-18T21:51:29.185Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2869 | 2026-03-18T21:51:29.210Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2870 | 2026-03-18T21:51:29.686Z | Checking ssh-encoding v0.2.0 |
| 2871 | 2026-03-18T21:51:29.990Z | Checking blowfish v0.9.1 |
| 2872 | 2026-03-18T21:51:30.226Z | Checking bcrypt-pbkdf v0.10.0 |
| 2873 | 2026-03-18T21:51:30.456Z | Checking ssh-cipher v0.2.0 |
| 2874 | 2026-03-18T21:51:30.502Z | Checking async-object-pool v0.2.0 |
| 2875 | 2026-03-18T21:51:30.680Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2876 | 2026-03-18T21:51:30.726Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2877 | 2026-03-18T21:51:30.896Z | Compiling samael v0.0.19 |
| 2878 | 2026-03-18T21:51:31.148Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2879 | 2026-03-18T21:51:31.531Z | Checking serde_regex v1.1.0 |
| 2880 | 2026-03-18T21:51:31.779Z | Checking password-hash v0.4.2 |
| 2881 | 2026-03-18T21:51:32.034Z | Checking assert-json-diff v2.0.2 |
| 2882 | 2026-03-18T21:51:32.112Z | Checking path-tree v0.8.3 |
| 2883 | 2026-03-18T21:51:32.294Z | Checking gimli v0.32.3 |
| 2884 | 2026-03-18T21:51:32.402Z | Compiling target-lexicon v0.13.3 |
| 2885 | 2026-03-18T21:51:32.896Z | Checking stringmetrics v2.2.2 |
| 2886 | 2026-03-18T21:51:33.125Z | Checking httpmock v0.8.3 |
| 2887 | 2026-03-18T21:51:33.170Z | Checking pbkdf2 v0.11.0 |
| 2888 | 2026-03-18T21:51:33.423Z | Checking ssh-key v0.6.7 |
| 2889 | 2026-03-18T21:51:34.563Z | Checking addr2line v0.25.1 |
| 2890 | 2026-03-18T21:51:34.986Z | Checking p256 v0.13.2 |
| 2891 | 2026-03-18T21:51:35.334Z | Checking p521 v0.13.3 |
| 2892 | 2026-03-18T21:51:36.131Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2893 | 2026-03-18T21:51:36.191Z | Checking russh-cryptovec v0.7.3 |
| 2894 | 2026-03-18T21:51:36.404Z | Compiling guppy-workspace-hack v0.1.0 |
| 2895 | 2026-03-18T21:51:36.450Z | Checking rustc-demangle v0.1.27 |
| 2896 | 2026-03-18T21:51:36.673Z | Checking md5 v0.7.0 |
| 2897 | 2026-03-18T21:51:36.795Z | Checking backtrace v0.3.76 |
| 2898 | 2026-03-18T21:51:36.933Z | Checking russh-keys v0.45.0 |
| 2899 | 2026-03-18T21:51:37.093Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2900 | 2026-03-18T21:51:37.231Z | Checking num-bigint v0.4.6 |
| 2901 | 2026-03-18T21:51:37.394Z | Checking des v0.8.1 |
| 2902 | 2026-03-18T21:51:37.815Z | Compiling blake3 v1.8.3 |
| 2903 | 2026-03-18T21:51:37.860Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2904 | 2026-03-18T21:51:38.313Z | Compiling target-spec v3.5.7 |
| 2905 | 2026-03-18T21:51:38.451Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2906 | 2026-03-18T21:51:38.647Z | Checking russh v0.45.0 |
| 2907 | 2026-03-18T21:51:39.185Z | Checking cfg-expr v0.20.6 |
| 2908 | 2026-03-18T21:51:39.335Z | Checking backtrace-ext v0.2.1 |
| 2909 | 2026-03-18T21:51:39.518Z | Checking supports-color v2.1.0 |
| 2910 | 2026-03-18T21:51:39.522Z | Checking textwrap v0.15.2 |
| 2911 | 2026-03-18T21:51:39.731Z | Checking supports-hyperlinks v2.1.0 |
| 2912 | 2026-03-18T21:51:39.776Z | Checking supports-unicode v2.1.0 |
| 2913 | 2026-03-18T21:51:39.872Z | Checking hashbrown v0.14.5 |
| 2914 | 2026-03-18T21:51:39.920Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2915 | 2026-03-18T21:51:39.967Z | Checking cargo-platform v0.3.2 |
| 2916 | 2026-03-18T21:51:40.218Z | Checking socket2 v0.5.10 |
| 2917 | 2026-03-18T21:51:40.262Z | Checking terminal_size v0.1.17 |
| 2918 | 2026-03-18T21:51:40.435Z | Compiling miette-derive v5.10.0 |
| 2919 | 2026-03-18T21:51:40.570Z | Checking owo-colors v3.5.0 |
| 2920 | 2026-03-18T21:51:40.614Z | Checking internet-checksum v0.2.1 |
| 2921 | 2026-03-18T21:51:40.812Z | Checking chumsky v0.9.3 |
| 2922 | 2026-03-18T21:51:41.224Z | Checking cargo_metadata v0.23.1 |
| 2923 | 2026-03-18T21:51:41.967Z | Checking miette v5.10.0 |
| 2924 | 2026-03-18T21:51:42.292Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2925 | 2026-03-18T21:51:42.337Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2926 | 2026-03-18T21:51:42.429Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2927 | 2026-03-18T21:51:42.649Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2928 | 2026-03-18T21:51:42.846Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2929 | 2026-03-18T21:51:43.006Z | Checking httptest v0.16.4 |
| 2930 | 2026-03-18T21:51:43.387Z | Compiling git2 v0.20.4 |
| 2931 | 2026-03-18T21:51:43.435Z | Checking pathdiff v0.2.3 |
| 2932 | 2026-03-18T21:51:43.482Z | Compiling knuffel-derive v3.2.0 |
| 2933 | 2026-03-18T21:51:43.550Z | Checking nested v0.1.1 |
| 2934 | 2026-03-18T21:51:43.613Z | Checking topological-sort v0.2.2 |
| 2935 | 2026-03-18T21:51:43.771Z | Checking guppy v0.17.25 |
| 2936 | 2026-03-18T21:51:43.831Z | Checking omicron-zone-package v0.12.2 |
| 2937 | 2026-03-18T21:51:44.004Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2938 | 2026-03-18T21:51:44.327Z | Checking similar-asserts v1.7.0 |
| 2939 | 2026-03-18T21:51:44.571Z | Compiling rstest_macros v0.25.0 |
| 2940 | 2026-03-18T21:51:44.976Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2941 | 2026-03-18T21:51:45.073Z | Compiling target-triple v1.0.0 |
| 2942 | 2026-03-18T21:51:45.193Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2943 | 2026-03-18T21:51:45.265Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2944 | 2026-03-18T21:51:45.545Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2945 | 2026-03-18T21:51:45.624Z | Checking knuffel v3.2.0 |
| 2946 | 2026-03-18T21:51:45.835Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2947 | 2026-03-18T21:51:46.688Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2948 | 2026-03-18T21:51:47.013Z | Compiling assert_cmd v2.1.2 |
| 2949 | 2026-03-18T21:51:47.355Z | Compiling relative-path v1.9.3 |
| 2950 | 2026-03-18T21:51:47.400Z | Checking escape8259 v0.5.3 |
| 2951 | 2026-03-18T21:51:47.635Z | Checking libtest-mimic v0.8.1 |
| 2952 | 2026-03-18T21:51:47.700Z | Checking toml v1.0.3+spec-1.1.0 |
| 2953 | 2026-03-18T21:51:48.210Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2954 | 2026-03-18T21:51:48.255Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2955 | 2026-03-18T21:51:48.382Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2956 | 2026-03-18T21:51:48.584Z | Checking blake2b_simd v1.0.4 |
| 2957 | 2026-03-18T21:51:49.169Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2958 | 2026-03-18T21:51:49.343Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2959 | 2026-03-18T21:51:49.696Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2960 | 2026-03-18T21:51:49.910Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2961 | 2026-03-18T21:51:50.207Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2962 | 2026-03-18T21:51:50.402Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2963 | 2026-03-18T21:51:50.693Z | Checking fancy-regex v0.14.0 |
| 2964 | 2026-03-18T21:51:50.987Z | Checking serde_tokenstream v0.2.3 |
| 2965 | 2026-03-18T21:51:51.213Z | Checking uzers v0.12.2 |
| 2966 | 2026-03-18T21:51:51.308Z | Checking termcolor v1.4.1 |
| 2967 | 2026-03-18T21:51:51.565Z | Checking constant_time_eq v0.3.1 |
| 2968 | 2026-03-18T21:51:51.651Z | Compiling linkme-impl v0.3.35 |
| 2969 | 2026-03-18T21:51:51.740Z | Compiling polar-core v0.27.3 |
| 2970 | 2026-03-18T21:51:51.787Z | Checking rust-argon2 v2.1.0 |
| 2971 | 2026-03-18T21:51:52.172Z | Checking trybuild v1.0.116 |
| 2972 | 2026-03-18T21:51:52.217Z | Checking datatest-stable v0.3.3 |
| 2973 | 2026-03-18T21:51:53.019Z | Checking rstest v0.25.0 |
| 2974 | 2026-03-18T21:51:53.107Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2975 | 2026-03-18T21:51:53.279Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2976 | 2026-03-18T21:51:53.546Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2977 | 2026-03-18T21:51:53.644Z | Checking support-bundle-viewer v0.1.2 |
| 2978 | 2026-03-18T21:51:53.983Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2979 | 2026-03-18T21:51:54.331Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2980 | 2026-03-18T21:51:54.610Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2981 | 2026-03-18T21:51:54.659Z | Checking drift v0.1.3 |
| 2982 | 2026-03-18T21:51:54.907Z | Checking rand_distr v0.5.1 |
| 2983 | 2026-03-18T21:51:55.126Z | Checking multimap v0.10.1 |
| 2984 | 2026-03-18T21:51:55.405Z | Checking approx v0.5.1 |
| 2985 | 2026-03-18T21:51:55.565Z | Compiling linkme v0.3.35 |
| 2986 | 2026-03-18T21:51:55.637Z | Checking dropshot-api-manager v0.6.0 |
| 2987 | 2026-03-18T21:51:57.006Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2988 | 2026-03-18T21:51:57.397Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2989 | 2026-03-18T21:51:57.481Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2990 | 2026-03-18T21:51:57.729Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2991 | 2026-03-18T21:51:58.131Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2992 | 2026-03-18T21:51:58.321Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2993 | 2026-03-18T21:51:58.435Z | Checking partial-io v0.5.4 |
| 2994 | 2026-03-18T21:51:58.606Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2995 | 2026-03-18T21:51:58.656Z | Checking oso v0.27.3 |
| 2996 | 2026-03-18T21:51:58.758Z | Checking cargo_toml v0.21.0 |
| 2997 | 2026-03-18T21:51:58.847Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2998 | 2026-03-18T21:51:59.072Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2999 | 2026-03-18T21:51:59.235Z | Checking termios v0.3.3 |
| 3000 | 2026-03-18T21:51:59.443Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3001 | 2026-03-18T21:51:59.551Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3002 | 2026-03-18T21:51:59.944Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3003 | 2026-03-18T21:52:01.793Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3004 | 2026-03-18T21:52:04.475Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3005 | 2026-03-18T21:52:09.522Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3006 | 2026-03-18T21:52:12.478Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3007 | 2026-03-18T21:52:17.534Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3008 | 2026-03-18T21:52:18.478Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3009 | 2026-03-18T21:52:23.838Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3010 | 2026-03-18T21:52:31.526Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3011 | 2026-03-18T21:52:33.193Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3012 | 2026-03-18T21:52:33.601Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3013 | 2026-03-18T21:52:45.433Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3014 | 2026-03-18T21:54:39.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 34s |
| 3015 | 2026-03-18T21:54:39.939Z | |
| 3016 | 2026-03-18T21:54:39.939Z | real 5:38.852911517 |
| 3017 | 2026-03-18T21:54:39.943Z | user 28:23.030003948 |
| 3018 | 2026-03-18T21:54:39.943Z | sys 6:00.822580329 |
| 3019 | 2026-03-18T21:54:39.943Z | trap 0.716647547 |
| 3020 | 2026-03-18T21:54:39.943Z | tflt 0.116315716 |
| 3021 | 2026-03-18T21:54:39.943Z | dflt 0.158517819 |
| 3022 | 2026-03-18T21:54:39.943Z | kflt 0.000877319 |
| 3023 | 2026-03-18T21:54:39.943Z | lock 1:20:03.147854329 |
| 3024 | 2026-03-18T21:54:39.943Z | slp 1:16:54.458785815 |
| 3025 | 2026-03-18T21:54:39.943Z | lat 1:57.252666747 |
| 3026 | 2026-03-18T21:54:39.943Z | stop 14:16.015840258 |
| 3027 | 2026-03-18T21:54:39.943Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3028 | 2026-03-18T21:54:39.943Z | + ptime -m cargo doc --workspace --no-deps |
| 3029 | 2026-03-18T21:54:41.146Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3030 | 2026-03-18T21:54:41.146Z | | |
| 3031 | 2026-03-18T21:54:41.146Z | = 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)` |
| 3032 | 2026-03-18T21:54:41.146Z | = 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> |
| 3033 | 2026-03-18T21:54:42.467Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3034 | 2026-03-18T21:54:42.737Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3035 | 2026-03-18T21:54:42.787Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3036 | 2026-03-18T21:54:42.870Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3037 | 2026-03-18T21:54:43.058Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3038 | 2026-03-18T21:54:43.092Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3039 | 2026-03-18T21:54:43.124Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3040 | 2026-03-18T21:54:43.165Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3041 | 2026-03-18T21:54:43.225Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3042 | 2026-03-18T21:54:43.355Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3043 | 2026-03-18T21:54:43.387Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3044 | 2026-03-18T21:54:43.447Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3045 | 2026-03-18T21:54:43.479Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3046 | 2026-03-18T21:54:43.523Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3047 | 2026-03-18T21:54:43.591Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3048 | 2026-03-18T21:54:43.629Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3049 | 2026-03-18T21:54:43.689Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3050 | 2026-03-18T21:54:43.734Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3051 | 2026-03-18T21:54:43.771Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3052 | 2026-03-18T21:54:43.839Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3053 | 2026-03-18T21:54:44.079Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3054 | 2026-03-18T21:54:44.429Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3055 | 2026-03-18T21:54:44.617Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3056 | 2026-03-18T21:54:44.657Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3057 | 2026-03-18T21:54:44.688Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3058 | 2026-03-18T21:54:44.872Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3059 | 2026-03-18T21:54:44.904Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3060 | 2026-03-18T21:54:45.115Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3061 | 2026-03-18T21:54:45.185Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3062 | 2026-03-18T21:54:45.316Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3063 | 2026-03-18T21:54:45.412Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3064 | 2026-03-18T21:54:45.433Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3065 | 2026-03-18T21:54:45.645Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3066 | 2026-03-18T21:54:45.874Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3067 | 2026-03-18T21:54:45.904Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3068 | 2026-03-18T21:54:45.933Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3069 | 2026-03-18T21:54:46.115Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3070 | 2026-03-18T21:54:46.211Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3071 | 2026-03-18T21:54:46.240Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3072 | 2026-03-18T21:54:46.534Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3073 | 2026-03-18T21:54:46.615Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3074 | 2026-03-18T21:54:46.949Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3075 | 2026-03-18T21:54:47.072Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3076 | 2026-03-18T21:54:47.103Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3077 | 2026-03-18T21:54:47.285Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3078 | 2026-03-18T21:54:47.319Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3079 | 2026-03-18T21:54:47.354Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3080 | 2026-03-18T21:54:47.457Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3081 | 2026-03-18T21:54:47.635Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3082 | 2026-03-18T21:54:47.663Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3083 | 2026-03-18T21:54:47.691Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3084 | 2026-03-18T21:54:47.720Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3085 | 2026-03-18T21:54:47.881Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3086 | 2026-03-18T21:54:48.032Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3087 | 2026-03-18T21:54:48.101Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3088 | 2026-03-18T21:54:48.131Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3089 | 2026-03-18T21:54:48.235Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3090 | 2026-03-18T21:54:48.342Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3091 | 2026-03-18T21:54:48.414Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3092 | 2026-03-18T21:54:48.448Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3093 | 2026-03-18T21:54:48.644Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3094 | 2026-03-18T21:54:48.675Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3095 | 2026-03-18T21:54:48.749Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3096 | 2026-03-18T21:54:48.784Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3097 | 2026-03-18T21:54:48.930Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3098 | 2026-03-18T21:54:49.006Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3099 | 2026-03-18T21:54:49.181Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3100 | 2026-03-18T21:54:49.360Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3101 | 2026-03-18T21:54:49.362Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3102 | 2026-03-18T21:54:49.416Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3103 | 2026-03-18T21:54:49.446Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3104 | 2026-03-18T21:54:49.660Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3105 | 2026-03-18T21:54:50.165Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3106 | 2026-03-18T21:54:50.233Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3107 | 2026-03-18T21:54:51.118Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3108 | 2026-03-18T21:54:51.686Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3109 | 2026-03-18T21:54:51.872Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3110 | 2026-03-18T21:54:51.982Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3111 | 2026-03-18T21:54:52.087Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3112 | 2026-03-18T21:54:52.143Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3113 | 2026-03-18T21:54:52.430Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3114 | 2026-03-18T21:54:52.468Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3115 | 2026-03-18T21:54:52.850Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3116 | 2026-03-18T21:54:53.056Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3117 | 2026-03-18T21:54:53.332Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3118 | 2026-03-18T21:54:53.490Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3119 | 2026-03-18T21:54:53.530Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3120 | 2026-03-18T21:54:53.692Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3121 | 2026-03-18T21:54:54.022Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3122 | 2026-03-18T21:54:54.347Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3123 | 2026-03-18T21:54:54.891Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3124 | 2026-03-18T21:54:54.927Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3125 | 2026-03-18T21:54:55.089Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3126 | 2026-03-18T21:54:55.490Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3127 | 2026-03-18T21:54:55.547Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3128 | 2026-03-18T21:54:56.154Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3129 | 2026-03-18T21:54:56.365Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3130 | 2026-03-18T21:54:57.268Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3131 | 2026-03-18T21:54:57.465Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3132 | 2026-03-18T21:54:57.848Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3133 | 2026-03-18T21:54:58.543Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3134 | 2026-03-18T21:54:58.602Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3135 | 2026-03-18T21:54:59.058Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3136 | 2026-03-18T21:54:59.088Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3137 | 2026-03-18T21:54:59.340Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3138 | 2026-03-18T21:54:59.412Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3139 | 2026-03-18T21:54:59.443Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3140 | 2026-03-18T21:54:59.473Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3141 | 2026-03-18T21:54:59.855Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3142 | 2026-03-18T21:54:59.936Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3143 | 2026-03-18T21:55:00.103Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3144 | 2026-03-18T21:55:00.134Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3145 | 2026-03-18T21:55:00.212Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3146 | 2026-03-18T21:55:00.526Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3147 | 2026-03-18T21:55:01.122Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3148 | 2026-03-18T21:55:01.248Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3149 | 2026-03-18T21:55:02.187Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3150 | 2026-03-18T21:55:02.381Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3151 | 2026-03-18T21:55:02.992Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3152 | 2026-03-18T21:55:03.294Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3153 | 2026-03-18T21:55:03.470Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3154 | 2026-03-18T21:55:03.645Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3155 | 2026-03-18T21:55:04.001Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3156 | 2026-03-18T21:55:04.039Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3157 | 2026-03-18T21:55:04.449Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3158 | 2026-03-18T21:55:04.906Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3159 | 2026-03-18T21:55:05.029Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3160 | 2026-03-18T21:55:05.059Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3161 | 2026-03-18T21:55:05.528Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3162 | 2026-03-18T21:55:06.779Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3163 | 2026-03-18T21:55:06.988Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3164 | 2026-03-18T21:55:07.260Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3165 | 2026-03-18T21:55:07.705Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3166 | 2026-03-18T21:55:08.329Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3167 | 2026-03-18T21:55:09.842Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3168 | 2026-03-18T21:55:10.288Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3169 | 2026-03-18T21:55:10.953Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3170 | 2026-03-18T21:55:11.302Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3171 | 2026-03-18T21:55:11.583Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3172 | 2026-03-18T21:55:11.751Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3173 | 2026-03-18T21:55:11.783Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3174 | 2026-03-18T21:55:11.918Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3175 | 2026-03-18T21:55:12.113Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3176 | 2026-03-18T21:55:12.782Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3177 | 2026-03-18T21:55:14.343Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3178 | 2026-03-18T21:55:15.011Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3179 | 2026-03-18T21:55:16.563Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3180 | 2026-03-18T21:55:16.721Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3181 | 2026-03-18T21:55:17.563Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3182 | 2026-03-18T21:55:18.260Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3183 | 2026-03-18T21:55:18.907Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3184 | 2026-03-18T21:55:21.438Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3185 | 2026-03-18T21:55:21.568Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3186 | 2026-03-18T21:55:21.944Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3187 | 2026-03-18T21:55:22.099Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3188 | 2026-03-18T21:55:24.104Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3189 | 2026-03-18T21:55:24.565Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3190 | 2026-03-18T21:55:25.444Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3191 | 2026-03-18T21:55:25.685Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3192 | 2026-03-18T21:55:26.122Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3193 | 2026-03-18T21:55:26.317Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3194 | 2026-03-18T21:55:27.243Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3195 | 2026-03-18T21:55:27.821Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3196 | 2026-03-18T21:55:27.861Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3197 | 2026-03-18T21:55:27.890Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3198 | 2026-03-18T21:55:28.111Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3199 | 2026-03-18T21:55:28.508Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3200 | 2026-03-18T21:55:28.555Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3201 | 2026-03-18T21:55:28.851Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3202 | 2026-03-18T21:55:29.428Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3203 | 2026-03-18T21:55:29.481Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3204 | 2026-03-18T21:55:29.485Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3205 | 2026-03-18T21:55:29.796Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3206 | 2026-03-18T21:55:30.436Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3207 | 2026-03-18T21:55:30.676Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3208 | 2026-03-18T21:55:31.673Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3209 | 2026-03-18T21:55:32.567Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3210 | 2026-03-18T21:55:32.795Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3211 | 2026-03-18T21:55:33.778Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3212 | 2026-03-18T21:55:34.016Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3213 | 2026-03-18T21:55:35.131Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3214 | 2026-03-18T21:55:39.764Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3215 | 2026-03-18T21:55:40.596Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3216 | 2026-03-18T21:55:41.613Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3217 | 2026-03-18T21:55:41.999Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3218 | 2026-03-18T21:55:44.387Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3219 | 2026-03-18T21:55:46.220Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3220 | 2026-03-18T21:55:46.947Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3221 | 2026-03-18T21:55:48.738Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3222 | 2026-03-18T21:55:49.449Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3223 | 2026-03-18T21:55:50.098Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3224 | 2026-03-18T21:55:53.879Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3225 | 2026-03-18T21:55:54.813Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3226 | 2026-03-18T21:55:54.888Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3227 | 2026-03-18T21:55:55.189Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3228 | 2026-03-18T21:55:55.923Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3229 | 2026-03-18T21:55:55.952Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3230 | 2026-03-18T21:56:00.083Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3231 | 2026-03-18T21:56:00.923Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3232 | 2026-03-18T21:56:04.692Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3233 | 2026-03-18T21:56:06.048Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3234 | 2026-03-18T21:56:07.838Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3235 | 2026-03-18T21:56:08.702Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3236 | 2026-03-18T21:56:09.722Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3237 | 2026-03-18T21:56:10.724Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3238 | 2026-03-18T21:56:11.780Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3239 | 2026-03-18T21:56:12.955Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3240 | 2026-03-18T21:56:13.943Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3241 | 2026-03-18T21:56:14.443Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3242 | 2026-03-18T21:56:15.107Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3243 | 2026-03-18T21:56:16.481Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3244 | 2026-03-18T21:56:18.963Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3245 | 2026-03-18T21:56:21.370Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3246 | 2026-03-18T21:56:23.024Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3247 | 2026-03-18T21:56:24.000Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3248 | 2026-03-18T21:56:24.916Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3249 | 2026-03-18T21:56:26.325Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3250 | 2026-03-18T21:56:27.872Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3251 | 2026-03-18T21:56:28.646Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3252 | 2026-03-18T21:56:32.311Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3253 | 2026-03-18T21:56:32.990Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3254 | 2026-03-18T21:56:34.110Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3255 | 2026-03-18T21:56:36.196Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3256 | 2026-03-18T21:56:37.614Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3257 | 2026-03-18T21:56:40.864Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3258 | 2026-03-18T21:56:41.644Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3259 | 2026-03-18T21:56:43.697Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3260 | 2026-03-18T21:56:46.658Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3261 | 2026-03-18T21:56:48.232Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3262 | 2026-03-18T21:56:50.551Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3263 | 2026-03-18T21:56:52.624Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3264 | 2026-03-18T21:56:54.889Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3265 | 2026-03-18T21:56:57.444Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3266 | 2026-03-18T21:56:59.611Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3267 | 2026-03-18T21:57:04.423Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3268 | 2026-03-18T21:57:06.866Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3269 | 2026-03-18T21:57:06.869Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3270 | 2026-03-18T21:57:09.263Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3271 | 2026-03-18T21:57:11.709Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3272 | 2026-03-18T21:57:14.201Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3273 | 2026-03-18T21:57:16.621Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3274 | 2026-03-18T21:57:19.530Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3275 | 2026-03-18T21:57:21.978Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3276 | 2026-03-18T21:57:24.835Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3277 | 2026-03-18T21:57:26.921Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3278 | 2026-03-18T21:57:29.394Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3279 | 2026-03-18T21:57:31.870Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3280 | 2026-03-18T21:57:34.348Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3281 | 2026-03-18T21:57:36.763Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3282 | 2026-03-18T21:57:38.986Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3283 | 2026-03-18T21:57:41.737Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3284 | 2026-03-18T21:57:43.885Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3285 | 2026-03-18T21:57:46.343Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3286 | 2026-03-18T21:57:48.982Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3287 | 2026-03-18T21:57:51.492Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3288 | 2026-03-18T21:57:53.998Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3289 | 2026-03-18T21:57:56.613Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3290 | 2026-03-18T21:58:02.940Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3291 | 2026-03-18T21:58:03.012Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3292 | 2026-03-18T21:58:04.496Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3293 | 2026-03-18T21:58:06.972Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3294 | 2026-03-18T21:58:09.770Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3295 | 2026-03-18T21:58:14.995Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3296 | 2026-03-18T21:58:19.506Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3297 | 2026-03-18T21:58:20.757Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3298 | 2026-03-18T21:58:23.597Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3299 | 2026-03-18T21:58:24.107Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3300 | 2026-03-18T21:58:29.272Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3301 | 2026-03-18T21:58:32.053Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3302 | 2026-03-18T21:58:35.150Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3303 | 2026-03-18T21:58:37.861Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3304 | 2026-03-18T21:58:40.772Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3305 | 2026-03-18T21:58:43.596Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3306 | 2026-03-18T21:58:46.456Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3307 | 2026-03-18T21:58:49.879Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3308 | 2026-03-18T21:58:52.557Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3309 | 2026-03-18T21:58:54.997Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3310 | 2026-03-18T21:58:57.926Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3311 | 2026-03-18T21:59:00.714Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3312 | 2026-03-18T21:59:03.659Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3313 | 2026-03-18T21:59:06.490Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3314 | 2026-03-18T21:59:09.463Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3315 | 2026-03-18T21:59:12.260Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3316 | 2026-03-18T21:59:15.137Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3317 | 2026-03-18T21:59:18.083Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3318 | 2026-03-18T21:59:20.925Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3319 | 2026-03-18T21:59:23.807Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3320 | 2026-03-18T21:59:26.728Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3321 | 2026-03-18T21:59:29.645Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3322 | 2026-03-18T21:59:32.900Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3323 | 2026-03-18T21:59:35.899Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3324 | 2026-03-18T21:59:38.660Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3325 | 2026-03-18T21:59:42.386Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3326 | 2026-03-18T21:59:44.856Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3327 | 2026-03-18T21:59:47.934Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3328 | 2026-03-18T21:59:51.226Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3329 | 2026-03-18T21:59:54.323Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3330 | 2026-03-18T21:59:57.408Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3331 | 2026-03-18T22:00:00.474Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3332 | 2026-03-18T22:00:03.602Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3333 | 2026-03-18T22:00:06.799Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3334 | 2026-03-18T22:00:10.094Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3335 | 2026-03-18T22:00:13.782Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3336 | 2026-03-18T22:00:16.824Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3337 | 2026-03-18T22:00:19.964Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3338 | 2026-03-18T22:00:23.339Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3339 | 2026-03-18T22:00:32.676Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3340 | 2026-03-18T22:00:32.731Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3341 | 2026-03-18T22:00:36.782Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3342 | 2026-03-18T22:00:40.985Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3343 | 2026-03-18T22:00:46.984Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3344 | 2026-03-18T22:00:50.576Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3345 | 2026-03-18T22:00:55.117Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3346 | 2026-03-18T22:00:59.652Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3347 | 2026-03-18T22:01:04.307Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3348 | 2026-03-18T22:01:08.908Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3349 | 2026-03-18T22:01:13.436Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3350 | 2026-03-18T22:01:18.133Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3351 | 2026-03-18T22:01:22.653Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3352 | 2026-03-18T22:01:28.841Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3353 | 2026-03-18T22:01:31.888Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3354 | 2026-03-18T22:01:36.439Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3355 | 2026-03-18T22:01:41.054Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3356 | 2026-03-18T22:01:45.944Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3357 | 2026-03-18T22:01:50.351Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3358 | 2026-03-18T22:01:55.090Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3359 | 2026-03-18T22:01:59.618Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3360 | 2026-03-18T22:02:04.397Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3361 | 2026-03-18T22:02:08.988Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3362 | 2026-03-18T22:02:46.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 05s |
| 3363 | 2026-03-18T22:02:46.223Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files |
| 3364 | 2026-03-18T22:02:46.343Z | |
| 3365 | 2026-03-18T22:02:46.347Z | real 8:06.017856162 |
| 3366 | 2026-03-18T22:02:46.347Z | user 23:37.763353465 |
| 3367 | 2026-03-18T22:02:46.348Z | sys 4:27.694513158 |
| 3368 | 2026-03-18T22:02:46.348Z | trap 0.409001776 |
| 3369 | 2026-03-18T22:02:46.348Z | tflt 0.031010241 |
| 3370 | 2026-03-18T22:02:46.348Z | dflt 0.042806045 |
| 3371 | 2026-03-18T22:02:46.348Z | kflt 0.000030041 |
| 3372 | 2026-03-18T22:02:46.348Z | lock 7:18:53.585757233 |
| 3373 | 2026-03-18T22:02:46.348Z | slp 2:41:28.081913484 |
| 3374 | 2026-03-18T22:02:46.348Z | lat 36.039484877 |
| 3375 | 2026-03-18T22:02:46.348Z | stop 1:55.997525842 |
| 3376 | 2026-03-18T22:02:46.348Z | process exited: duration 1174467 ms, exit code 0 |
| |
| 3377 | 2026-03-18T22:02:46.358Z | found 0 output files |