|
|
|
| 1 | 2026-03-17T19:14:53.853Z | job assigned to worker 01KKYKFDNEFVE2R9W7HYE2B0KM [factory aws, i-07e1d926d499559b0] (queued for 1 m 22 s) |
| |
| 2 | 2026-03-17T19:15:02.326Z | starting task 0: "setup" |
| 3 | 2026-03-17T19:15:02.333Z | ++ uname -s |
| 4 | 2026-03-17T19:15:02.336Z | + kern=SunOS |
| 5 | 2026-03-17T19:15:02.336Z | + build_user=build |
| 6 | 2026-03-17T19:15:02.336Z | + build_uid=12345 |
| 7 | 2026-03-17T19:15:02.336Z | + work_dir=/work |
| 8 | 2026-03-17T19:15:02.336Z | + input_dir=/input |
| 9 | 2026-03-17T19:15:02.336Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-17T19:15:02.336Z | + case "$kern" in |
| 11 | 2026-03-17T19:15:02.336Z | + groupadd -g 12345 build |
| 12 | 2026-03-17T19:15:02.340Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-17T19:15:04.368Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-17T19:15:04.477Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-17T19:15:04.503Z | + home_fs=zfs |
| 16 | 2026-03-17T19:15:04.503Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-17T19:15:04.503Z | + mkdir -p /home/build |
| 18 | 2026-03-17T19:15:04.503Z | + chown build:build /home/build /work |
| 19 | 2026-03-17T19:15:06.431Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-17T19:15:06.438Z | process exited: duration 4105 ms, exit code 0 |
| |
| 21 | 2026-03-17T19:15:06.447Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-17T19:15:06.451Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-17T19:15:06.451Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-17T19:15:06.452Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-17T19:15:06.452Z | * rust toolchain profile = "default" |
| 26 | 2026-03-17T19:15:06.452Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-17T19:15:06.452Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-17T19:15:06.457Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-17T19:15:06.457Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-17T19:15:06.606Z | info: downloading installer |
| 31 | 2026-03-17T19:15:08.287Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-17T19:15:08.287Z | warn: /opt/ooce/bin |
| 33 | 2026-03-17T19:15:08.287Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-17T19:15:08.287Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-17T19:15:08.287Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-17T19:15:08.287Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-17T19:15:08.287Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-17T19:15:08.287Z | error: cannot install while Rust is installed |
| 39 | 2026-03-17T19:15:08.287Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-17T19:15:08.287Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-17T19:15:08.287Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-17T19:15:08.287Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-17T19:15:08.287Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-17T19:15:08.302Z | info: profile set to default |
| 45 | 2026-03-17T19:15:08.302Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-17T19:15:08.306Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-17T19:15:08.463Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-17T19:15:08.466Z | info: downloading 6 components |
| 49 | 2026-03-17T19:15:23.707Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-17T19:15:23.707Z | |
| 51 | 2026-03-17T19:15:23.729Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-17T19:15:23.729Z | |
| 53 | 2026-03-17T19:15:23.732Z | |
| 54 | 2026-03-17T19:15:23.732Z | Rust is installed now. Great! |
| 55 | 2026-03-17T19:15:23.732Z | |
| 56 | 2026-03-17T19:15:23.732Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-17T19:15:23.732Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-17T19:15:23.732Z | |
| 59 | 2026-03-17T19:15:23.732Z | To configure your current shell, you need to source |
| 60 | 2026-03-17T19:15:23.732Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-17T19:15:23.733Z | |
| 62 | 2026-03-17T19:15:23.733Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-17T19:15:23.733Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-17T19:15:23.733Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-17T19:15:23.733Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-17T19:15:23.733Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-17T19:15:23.733Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-17T19:15:23.733Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-17T19:15:23.733Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-17T19:15:23.733Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-17T19:15:23.843Z | + rustup --version |
| 72 | 2026-03-17T19:15:23.854Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-17T19:15:23.858Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-17T19:15:23.879Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-17T19:15:23.882Z | + cargo --version |
| 76 | 2026-03-17T19:15:23.898Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-17T19:15:23.901Z | + rustc --version |
| 78 | 2026-03-17T19:15:23.926Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-17T19:15:23.931Z | process exited: duration 17474 ms, exit code 0 |
| |
| 80 | 2026-03-17T19:15:23.938Z | starting task 2: "authentication" |
| 81 | 2026-03-17T19:15:23.957Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-17T19:15:23.965Z | starting task 3: "clone repository" |
| 83 | 2026-03-17T19:15:23.969Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-17T19:15:23.973Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-17T19:15:24.074Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-17T19:15:43.438Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-17T19:15:43.441Z | + git fetch origin cc38ebc09fe76df6eaa316503c3c42b36a48f4ee |
| 88 | 2026-03-17T19:15:43.967Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-17T19:15:43.967Z | * branch cc38ebc09fe76df6eaa316503c3c42b36a48f4ee -> FETCH_HEAD |
| 90 | 2026-03-17T19:15:43.978Z | + [[ -n spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax ]] |
| 91 | 2026-03-17T19:15:43.981Z | ++ git branch --show-current |
| 92 | 2026-03-17T19:15:43.982Z | + current=main |
| 93 | 2026-03-17T19:15:43.982Z | + [[ main != spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax ]] |
| 94 | 2026-03-17T19:15:43.982Z | + git branch -f spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax cc38ebc09fe76df6eaa316503c3c42b36a48f4ee |
| 95 | 2026-03-17T19:15:43.985Z | + git checkout -f spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax |
| 96 | 2026-03-17T19:15:44.309Z | Switched to branch 'spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax' |
| 97 | 2026-03-17T19:15:44.313Z | + git reset --hard cc38ebc09fe76df6eaa316503c3c42b36a48f4ee |
| 98 | 2026-03-17T19:15:44.333Z | HEAD is now at cc38ebc09 Allow implementations of AuthorizedResource::load_roles to use async fn syntax. |
| 99 | 2026-03-17T19:15:44.337Z | process exited: duration 20356 ms, exit code 0 |
| |
| 100 | 2026-03-17T19:15:44.345Z | starting task 4: "build" |
| 101 | 2026-03-17T19:15:44.352Z | + source ./env.sh |
| 102 | 2026-03-17T19:15:44.355Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-03-17T19:15:44.355Z | ++ set -o xtrace |
| 104 | 2026-03-17T19:15:44.355Z | ++++ dirname ./env.sh |
| 105 | 2026-03-17T19:15:44.356Z | +++ readlink -f . |
| 106 | 2026-03-17T19:15:44.356Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-03-17T19:15:44.356Z | ++ 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-17T19:15:44.356Z | ++ 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-17T19:15:44.356Z | ++ 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-17T19:15:44.356Z | ++ 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-17T19:15:44.356Z | ++ 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-17T19:15:44.356Z | ++ 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-17T19:15:44.356Z | ++ 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-17T19:15:44.356Z | ++ 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-17T19:15:44.356Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-03-17T19:15:44.356Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-03-17T19:15:44.356Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-03-17T19:15:44.359Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-03-17T19:15:44.359Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-03-17T19:15:44.359Z | + cargo --version |
| 121 | 2026-03-17T19:15:44.367Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 122 | 2026-03-17T19:15:44.370Z | + rustc --version |
| 123 | 2026-03-17T19:15:44.395Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 124 | 2026-03-17T19:15:44.399Z | + banner prerequisites |
| 125 | 2026-03-17T19:15:44.402Z | |
| 126 | 2026-03-17T19:15:44.402Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 127 | 2026-03-17T19:15:44.402Z | # # # # # # # # # # # # # # # |
| 128 | 2026-03-17T19:15:44.402Z | # # # # ##### # # ##### # # # # # #### # |
| 129 | 2026-03-17T19:15:44.402Z | ##### ##### # ##### # # # # # # # # # |
| 130 | 2026-03-17T19:15:44.402Z | # # # # # # # # # # # # # # # |
| 131 | 2026-03-17T19:15:44.402Z | # # # ###### # # ###### ### # #### # #### # |
| 132 | 2026-03-17T19:15:44.402Z | |
| 133 | 2026-03-17T19:15:44.402Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 134 | 2026-03-17T19:15:55.611Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 135 | 2026-03-17T19:16:05.483Z | Startup: Caching catalogs ... Done |
| 136 | 2026-03-17T19:16:27.626Z | Planning: Solver setup ... Done (20.527s) |
| 137 | 2026-03-17T19:16:27.823Z | Planning: Running solver ... Done (0.151s) |
| 138 | 2026-03-17T19:16:27.959Z | Planning: Finding local manifests ... Done (0.003s) |
| 139 | 2026-03-17T19:16:27.972Z | Planning: Fetching manifests: 0/4 0% complete |
| 140 | 2026-03-17T19:16:28.095Z | Planning: Fetching manifests: 4/4 100% complete |
| 141 | 2026-03-17T19:16:28.139Z | Planning: Package planning ... Done (0.043s) |
| 142 | 2026-03-17T19:16:28.181Z | Planning: Merging actions ... Done (0.042s) |
| 143 | 2026-03-17T19:16:28.586Z | Planning: Checking for conflicting actions ... Done (0.399s) |
| 144 | 2026-03-17T19:16:28.595Z | Planning: Consolidating action changes ... Done (0.010s) |
| 145 | 2026-03-17T19:16:29.538Z | Planning: Evaluating mediators ... Done (0.944s) |
| 146 | 2026-03-17T19:16:29.544Z | Planning: Planning completed in 23.91 seconds |
| 147 | 2026-03-17T19:16:29.559Z | Packages to install: 4 |
| 148 | 2026-03-17T19:16:29.564Z | Mediators to change: 2 |
| 149 | 2026-03-17T19:16:29.564Z | Services to change: 1 |
| 150 | 2026-03-17T19:16:29.564Z | Estimated space available: 155.43 GB |
| 151 | 2026-03-17T19:16:29.564Z | Estimated space to be consumed: 1.83 GB |
| 152 | 2026-03-17T19:16:29.564Z | Create boot environment: No |
| 153 | 2026-03-17T19:16:29.564Z | Create backup boot environment: No |
| 154 | 2026-03-17T19:16:29.564Z | Rebuild boot archive: No |
| 155 | 2026-03-17T19:16:29.564Z | |
| 156 | 2026-03-17T19:16:29.564Z | Changed mediators: |
| 157 | 2026-03-17T19:16:29.564Z | mediator clang: |
| 158 | 2026-03-17T19:16:29.564Z | version: None -> 15 (system default) |
| 159 | 2026-03-17T19:16:29.564Z | |
| 160 | 2026-03-17T19:16:29.564Z | mediator llvm: |
| 161 | 2026-03-17T19:16:29.564Z | version: 14 (system default) -> 15 (system default) |
| 162 | 2026-03-17T19:16:29.564Z | |
| 163 | 2026-03-17T19:16:29.565Z | Changed packages: |
| 164 | 2026-03-17T19:16:29.565Z | helios-dev |
| 165 | 2026-03-17T19:16:29.565Z | developer/build-essential |
| 166 | 2026-03-17T19:16:29.565Z | None -> 11-2.0 |
| 167 | 2026-03-17T19:16:29.565Z | library/libxmlsec1 |
| 168 | 2026-03-17T19:16:29.565Z | None -> 1.2.35-2.0 |
| 169 | 2026-03-17T19:16:29.565Z | ooce/developer/clang-15 |
| 170 | 2026-03-17T19:16:29.565Z | None -> 15.0.7-2.0 |
| 171 | 2026-03-17T19:16:29.565Z | ooce/developer/llvm-15 |
| 172 | 2026-03-17T19:16:29.565Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-17T19:16:29.565Z | |
| 174 | 2026-03-17T19:16:29.565Z | Services: |
| 175 | 2026-03-17T19:16:29.566Z | restart_fmri: |
| 176 | 2026-03-17T19:16:29.566Z | svc:/system/update-man-index:default |
| 177 | 2026-03-17T19:16:29.622Z | |
| 178 | 2026-03-17T19:16:29.622Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 179 | 2026-03-17T19:16:34.619Z | Download: 1264/3290 items 93.2/212.6MB 43% complete (18.5M/s) |
| 180 | 2026-03-17T19:16:40.326Z | Download: 3241/3290 items 201.0/212.6MB 94% complete (20.4M/s) |
| 181 | 2026-03-17T19:16:42.921Z | Download: Completed 212.60 MB in 13.31 seconds (16.0M/s) |
| 182 | 2026-03-17T19:16:43.072Z | Actions: 1/3689 actions (Installing new actions) |
| 183 | 2026-03-17T19:16:47.239Z | Actions: Completed 3689 actions in 4.16 seconds. |
| 184 | 2026-03-17T19:16:47.612Z | Done (0.364s) |
| 185 | 2026-03-17T19:16:47.612Z | Done (0.000s) |
| 186 | 2026-03-17T19:16:48.606Z | Done (0.997s) |
| 187 | 2026-03-17T19:16:55.875Z | Done (4.360s) |
| 188 | 2026-03-17T19:16:55.875Z | Done (0.018s) |
| 189 | 2026-03-17T19:16:55.875Z | Done (0.000s) |
| 190 | 2026-03-17T19:16:55.875Z | Done (0.000s) |
| 191 | 2026-03-17T19:16:55.875Z | Planning: Evaluating mediator changes ... Done |
| 192 | 2026-03-17T19:16:55.875Z | Planning: Checking for conflicting actions ... Done |
| 193 | 2026-03-17T19:16:55.875Z | Planning: Consolidating action changes ... Done |
| 194 | 2026-03-17T19:16:55.875Z | Planning: Evaluating mediators ... Done |
| 195 | 2026-03-17T19:16:55.875Z | Planning: Planning completed in 0.37 seconds |
| 196 | 2026-03-17T19:16:55.875Z | Mediators to change: 2 |
| 197 | 2026-03-17T19:16:55.875Z | Create boot environment: No |
| 198 | 2026-03-17T19:16:55.875Z | Create backup boot environment: No |
| 199 | 2026-03-17T19:16:55.875Z | Done |
| 200 | 2026-03-17T19:16:55.875Z | Done |
| 201 | 2026-03-17T19:16:55.875Z | Done |
| 202 | 2026-03-17T19:16:59.057Z | Done |
| 203 | 2026-03-17T19:16:59.141Z | Done |
| 204 | 2026-03-17T19:16:59.145Z | Done |
| 205 | 2026-03-17T19:16:59.304Z | Done |
| 206 | 2026-03-17T19:16:59.836Z | Planning: Evaluating mediator changes ... Done |
| 207 | 2026-03-17T19:16:59.840Z | Planning: Merging actions ... Done |
| 208 | 2026-03-17T19:17:00.002Z | Planning: Checking for conflicting actions ... Done |
| 209 | 2026-03-17T19:17:00.007Z | Planning: Consolidating action changes ... Done |
| 210 | 2026-03-17T19:17:00.221Z | Planning: Evaluating mediators ... Done |
| 211 | 2026-03-17T19:17:00.263Z | Planning: Planning completed in 0.63 seconds |
| 212 | 2026-03-17T19:17:00.293Z | Packages to change: 1 |
| 213 | 2026-03-17T19:17:00.294Z | Mediators to change: 1 |
| 214 | 2026-03-17T19:17:00.298Z | Services to change: 1 |
| 215 | 2026-03-17T19:17:00.298Z | Create boot environment: No |
| 216 | 2026-03-17T19:17:00.298Z | Create backup boot environment: Yes |
| 217 | 2026-03-17T19:17:02.681Z | Actions: 1/6 actions (Updating modified actions) |
| 218 | 2026-03-17T19:17:02.684Z | Actions: Completed 6 actions in 0.00 seconds. |
| 219 | 2026-03-17T19:17:02.684Z | Done |
| 220 | 2026-03-17T19:17:02.684Z | Done |
| 221 | 2026-03-17T19:17:02.873Z | Done |
| 222 | 2026-03-17T19:17:06.138Z | Done |
| 223 | 2026-03-17T19:17:06.225Z | Done |
| 224 | 2026-03-17T19:17:06.228Z | Done |
| 225 | 2026-03-17T19:17:06.376Z | Done |
| 226 | 2026-03-17T19:17:06.753Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 227 | 2026-03-17T19:17:06.753Z | clang system 15 system |
| 228 | 2026-03-17T19:17:06.753Z | csh system system illumos |
| 229 | 2026-03-17T19:17:06.753Z | ctags system system illumos |
| 230 | 2026-03-17T19:17:06.753Z | file system system illumos |
| 231 | 2026-03-17T19:17:06.753Z | gcc vendor 12 vendor |
| 232 | 2026-03-17T19:17:06.753Z | gcc system 10 system |
| 233 | 2026-03-17T19:17:06.753Z | gcc system 7 system |
| 234 | 2026-03-17T19:17:06.753Z | go system 1.20 system |
| 235 | 2026-03-17T19:17:06.753Z | go system 1.19 system |
| 236 | 2026-03-17T19:17:06.753Z | llvm system 15 system |
| 237 | 2026-03-17T19:17:06.753Z | llvm system 14 system |
| 238 | 2026-03-17T19:17:06.753Z | mariadb system 10.6 system |
| 239 | 2026-03-17T19:17:06.753Z | mta vendor vendor dma |
| 240 | 2026-03-17T19:17:06.753Z | openjdk system 17 system |
| 241 | 2026-03-17T19:17:06.753Z | openjdk system 11 system |
| 242 | 2026-03-17T19:17:06.753Z | openjdk system 1.8 system |
| 243 | 2026-03-17T19:17:06.753Z | openssl vendor 3 vendor |
| 244 | 2026-03-17T19:17:06.753Z | perl system 5.36 system |
| 245 | 2026-03-17T19:17:06.753Z | postgresql system 15 system |
| 246 | 2026-03-17T19:17:06.753Z | postgresql system 13 system |
| 247 | 2026-03-17T19:17:06.754Z | python vendor 3 vendor |
| 248 | 2026-03-17T19:17:06.754Z | python system 2 system |
| 249 | 2026-03-17T19:17:06.754Z | python3 system 3.11 system |
| 250 | 2026-03-17T19:17:06.754Z | ruby system 3.0 system |
| 251 | 2026-03-17T19:17:06.754Z | words vendor vendor american-english |
| 252 | 2026-03-17T19:17:06.754Z | words system system australian-english |
| 253 | 2026-03-17T19:17:06.754Z | words system system british-english |
| 254 | 2026-03-17T19:17:06.754Z | words system system canadian-english |
| 255 | 2026-03-17T19:17:06.754Z | words system system french |
| 256 | 2026-03-17T19:17:06.754Z | words system system italian |
| 257 | 2026-03-17T19:17:06.754Z | words system system ngerman |
| 258 | 2026-03-17T19:17:06.754Z | words system system ogerman |
| 259 | 2026-03-17T19:17:06.754Z | words system system spanish |
| 260 | 2026-03-17T19:17:07.055Z | PUBLISHER TYPE STATUS P LOCATION |
| 261 | 2026-03-17T19:17:07.055Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 262 | 2026-03-17T19:17:12.961Z | FMRI IFO |
| 263 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 264 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 265 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 266 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 267 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 268 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 269 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 270 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 271 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 272 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 273 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 274 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 275 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 276 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 277 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 278 | 2026-03-17T19:17:12.961Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 279 | 2026-03-17T19:17:14.191Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 280 | 2026-03-17T19:17:14.497Z | Updating crates.io index |
| 281 | 2026-03-17T19:17:14.538Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 282 | 2026-03-17T19:17:14.798Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 283 | 2026-03-17T19:17:16.320Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 284 | 2026-03-17T19:17:16.848Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 285 | 2026-03-17T19:17:17.537Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 286 | 2026-03-17T19:17:18.569Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 287 | 2026-03-17T19:17:19.384Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 288 | 2026-03-17T19:17:28.482Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 289 | 2026-03-17T19:17:31.450Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 290 | 2026-03-17T19:17:32.473Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 291 | 2026-03-17T19:17:32.788Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 292 | 2026-03-17T19:17:33.878Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 293 | 2026-03-17T19:17:34.507Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 294 | 2026-03-17T19:17:35.925Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 295 | 2026-03-17T19:17:36.289Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 296 | 2026-03-17T19:17:37.274Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 297 | 2026-03-17T19:17:38.797Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 298 | 2026-03-17T19:17:39.073Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 299 | 2026-03-17T19:17:39.466Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 300 | 2026-03-17T19:17:39.817Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 301 | 2026-03-17T19:17:40.203Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 302 | 2026-03-17T19:17:40.439Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 303 | 2026-03-17T19:17:40.801Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 304 | 2026-03-17T19:17:41.395Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 305 | 2026-03-17T19:17:41.811Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 306 | 2026-03-17T19:17:42.585Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 307 | 2026-03-17T19:17:42.889Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 308 | 2026-03-17T19:17:43.277Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 309 | 2026-03-17T19:17:44.630Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 310 | 2026-03-17T19:17:45.320Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 311 | 2026-03-17T19:17:45.698Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 312 | 2026-03-17T19:17:46.075Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 313 | 2026-03-17T19:17:46.438Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 314 | 2026-03-17T19:17:47.060Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 315 | 2026-03-17T19:17:47.412Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 316 | 2026-03-17T19:17:47.684Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 317 | 2026-03-17T19:17:47.952Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 318 | 2026-03-17T19:17:48.435Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 319 | 2026-03-17T19:18:07.264Z | Downloading crates ... |
| 320 | 2026-03-17T19:18:07.327Z | Downloaded generic-array v0.14.7 |
| 321 | 2026-03-17T19:18:07.331Z | Downloaded anstream v0.6.21 |
| 322 | 2026-03-17T19:18:07.340Z | Downloaded writeable v0.6.2 |
| 323 | 2026-03-17T19:18:07.344Z | Downloaded cargo_metadata v0.21.0 |
| 324 | 2026-03-17T19:18:07.344Z | Downloaded cargo-util-schemas v0.8.2 |
| 325 | 2026-03-17T19:18:07.344Z | Downloaded smawk v0.3.2 |
| 326 | 2026-03-17T19:18:07.345Z | Downloaded block-buffer v0.10.4 |
| 327 | 2026-03-17T19:18:07.349Z | Downloaded ucd-trie v0.1.7 |
| 328 | 2026-03-17T19:18:07.349Z | Downloaded usdt-macro v0.5.0 |
| 329 | 2026-03-17T19:18:07.350Z | Downloaded thiserror-impl v1.0.69 |
| 330 | 2026-03-17T19:18:07.350Z | Downloaded anstyle-query v1.1.5 |
| 331 | 2026-03-17T19:18:07.350Z | Downloaded stable_deref_trait v1.2.1 |
| 332 | 2026-03-17T19:18:07.355Z | Downloaded potential_utf v0.1.4 |
| 333 | 2026-03-17T19:18:07.355Z | Downloaded log v0.4.29 |
| 334 | 2026-03-17T19:18:07.355Z | Downloaded zerofrom-derive v0.1.6 |
| 335 | 2026-03-17T19:18:07.355Z | Downloaded byteorder v1.5.0 |
| 336 | 2026-03-17T19:18:07.355Z | Downloaded usdt-attr-macro v0.5.0 |
| 337 | 2026-03-17T19:18:07.362Z | Downloaded yoke v0.8.1 |
| 338 | 2026-03-17T19:18:07.362Z | Downloaded percent-encoding v2.3.2 |
| 339 | 2026-03-17T19:18:07.362Z | Downloaded anstyle-parse v0.2.7 |
| 340 | 2026-03-17T19:18:07.362Z | Downloaded proc-macro-error-attr v1.0.4 |
| 341 | 2026-03-17T19:18:07.362Z | Downloaded typeid v1.0.3 |
| 342 | 2026-03-17T19:18:07.374Z | Downloaded autocfg v1.5.0 |
| 343 | 2026-03-17T19:18:07.374Z | Downloaded ordered-float v2.10.1 |
| 344 | 2026-03-17T19:18:07.375Z | Downloaded unicode-ident v1.0.24 |
| 345 | 2026-03-17T19:18:07.375Z | Downloaded utf8_iter v1.0.4 |
| 346 | 2026-03-17T19:18:07.375Z | Downloaded serde_spanned v0.6.9 |
| 347 | 2026-03-17T19:18:07.375Z | Downloaded equivalent v1.0.2 |
| 348 | 2026-03-17T19:18:07.375Z | Downloaded anstyle v1.0.13 |
| 349 | 2026-03-17T19:18:07.384Z | Downloaded serde v1.0.228 |
| 350 | 2026-03-17T19:18:07.384Z | Downloaded zerofrom v0.1.6 |
| 351 | 2026-03-17T19:18:07.384Z | Downloaded yoke-derive v0.8.1 |
| 352 | 2026-03-17T19:18:07.384Z | Downloaded utf8parse v0.2.2 |
| 353 | 2026-03-17T19:18:07.384Z | Downloaded thiserror-impl v2.0.18 |
| 354 | 2026-03-17T19:18:07.384Z | Downloaded zerocopy-derive v0.7.35 |
| 355 | 2026-03-17T19:18:07.384Z | Downloaded usdt-impl v0.5.0 |
| 356 | 2026-03-17T19:18:07.385Z | Downloaded synstructure v0.13.2 |
| 357 | 2026-03-17T19:18:07.385Z | Downloaded bitflags v2.11.0 |
| 358 | 2026-03-17T19:18:07.390Z | Downloaded unicode-linebreak v0.1.5 |
| 359 | 2026-03-17T19:18:07.390Z | Downloaded toml_write v0.1.2 |
| 360 | 2026-03-17T19:18:07.390Z | Downloaded usdt v0.5.0 |
| 361 | 2026-03-17T19:18:07.390Z | Downloaded anyhow v1.0.102 |
| 362 | 2026-03-17T19:18:07.390Z | Downloaded swrite v0.1.0 |
| 363 | 2026-03-17T19:18:07.390Z | Downloaded toml_datetime v0.6.11 |
| 364 | 2026-03-17T19:18:07.390Z | Downloaded plain v0.2.3 |
| 365 | 2026-03-17T19:18:07.394Z | Downloaded strsim v0.11.1 |
| 366 | 2026-03-17T19:18:07.394Z | Downloaded tinystr v0.8.2 |
| 367 | 2026-03-17T19:18:07.394Z | Downloaded camino v1.2.2 |
| 368 | 2026-03-17T19:18:07.394Z | Downloaded version_check v0.9.5 |
| 369 | 2026-03-17T19:18:07.398Z | Downloaded thread-id v4.2.2 |
| 370 | 2026-03-17T19:18:07.398Z | Downloaded proc-macro-error v1.0.4 |
| 371 | 2026-03-17T19:18:07.399Z | Downloaded pretty-hex v0.4.1 |
| 372 | 2026-03-17T19:18:07.404Z | Downloaded itoa v1.0.17 |
| 373 | 2026-03-17T19:18:07.404Z | Downloaded tabled_derive v0.7.0 |
| 374 | 2026-03-17T19:18:07.404Z | Downloaded fastrand v2.3.0 |
| 375 | 2026-03-17T19:18:07.404Z | Downloaded scroll_derive v0.12.1 |
| 376 | 2026-03-17T19:18:07.404Z | Downloaded zerovec-derive v0.11.2 |
| 377 | 2026-03-17T19:18:07.408Z | Downloaded dof v0.3.0 |
| 378 | 2026-03-17T19:18:07.408Z | Downloaded camino-tempfile v1.4.1 |
| 379 | 2026-03-17T19:18:07.408Z | Downloaded fnv v1.0.7 |
| 380 | 2026-03-17T19:18:07.408Z | Downloaded cargo-platform v0.2.0 |
| 381 | 2026-03-17T19:18:07.408Z | Downloaded idna_adapter v1.2.1 |
| 382 | 2026-03-17T19:18:07.412Z | Downloaded unicode-xid v0.2.6 |
| 383 | 2026-03-17T19:18:07.412Z | Downloaded textwrap v0.16.2 |
| 384 | 2026-03-17T19:18:07.412Z | Downloaded bytecount v0.6.9 |
| 385 | 2026-03-17T19:18:07.412Z | Downloaded displaydoc v0.2.5 |
| 386 | 2026-03-17T19:18:07.416Z | Downloaded toml v0.8.23 |
| 387 | 2026-03-17T19:18:07.416Z | Downloaded form_urlencoded v1.2.2 |
| 388 | 2026-03-17T19:18:07.421Z | Downloaded errno v0.3.14 |
| 389 | 2026-03-17T19:18:07.421Z | Downloaded thiserror v2.0.18 |
| 390 | 2026-03-17T19:18:07.428Z | Downloaded typenum v1.19.0 |
| 391 | 2026-03-17T19:18:07.432Z | Downloaded crypto-common v0.1.7 |
| 392 | 2026-03-17T19:18:07.432Z | Downloaded heck v0.5.0 |
| 393 | 2026-03-17T19:18:07.432Z | Downloaded clap_lex v1.0.0 |
| 394 | 2026-03-17T19:18:07.432Z | Downloaded thiserror v1.0.69 |
| 395 | 2026-03-17T19:18:07.432Z | Downloaded zmij v1.0.21 |
| 396 | 2026-03-17T19:18:07.440Z | Downloaded zerotrie v0.2.3 |
| 397 | 2026-03-17T19:18:07.440Z | Downloaded is_terminal_polyfill v1.70.2 |
| 398 | 2026-03-17T19:18:07.440Z | Downloaded cfg-if v1.0.4 |
| 399 | 2026-03-17T19:18:07.444Z | Downloaded serde-value v0.7.0 |
| 400 | 2026-03-17T19:18:07.444Z | Downloaded dtrace-parser v0.2.0 |
| 401 | 2026-03-17T19:18:07.444Z | Downloaded heck v0.4.1 |
| 402 | 2026-03-17T19:18:07.444Z | Downloaded colorchoice v1.0.4 |
| 403 | 2026-03-17T19:18:07.444Z | Downloaded toml_edit v0.22.27 |
| 404 | 2026-03-17T19:18:07.448Z | Downloaded cpufeatures v0.2.17 |
| 405 | 2026-03-17T19:18:07.452Z | Downloaded url v2.5.8 |
| 406 | 2026-03-17T19:18:07.463Z | Downloaded terminal_size v0.4.3 |
| 407 | 2026-03-17T19:18:07.467Z | Downloaded quote v1.0.44 |
| 408 | 2026-03-17T19:18:07.467Z | Downloaded memmap v0.7.0 |
| 409 | 2026-03-17T19:18:07.467Z | Downloaded digest v0.10.7 |
| 410 | 2026-03-17T19:18:07.467Z | Downloaded cargo_toml v0.21.0 |
| 411 | 2026-03-17T19:18:07.471Z | Downloaded zerovec v0.11.5 |
| 412 | 2026-03-17T19:18:07.476Z | Downloaded fs-err v3.3.0 |
| 413 | 2026-03-17T19:18:07.476Z | Downloaded winnow v0.7.14 |
| 414 | 2026-03-17T19:18:07.480Z | Downloaded serde-untagged v0.1.9 |
| 415 | 2026-03-17T19:18:07.486Z | Downloaded erased-serde v0.4.9 |
| 416 | 2026-03-17T19:18:07.486Z | Downloaded pest_meta v2.8.6 |
| 417 | 2026-03-17T19:18:07.486Z | Downloaded serde_tokenstream v0.2.3 |
| 418 | 2026-03-17T19:18:07.491Z | Downloaded num-traits v0.2.19 |
| 419 | 2026-03-17T19:18:07.491Z | Downloaded macaddr v1.0.1 |
| 420 | 2026-03-17T19:18:07.491Z | Downloaded zerocopy v0.7.35 |
| 421 | 2026-03-17T19:18:07.499Z | Downloaded sha2 v0.10.9 |
| 422 | 2026-03-17T19:18:07.502Z | Downloaded unicode-width v0.2.0 |
| 423 | 2026-03-17T19:18:07.506Z | Downloaded litemap v0.8.1 |
| 424 | 2026-03-17T19:18:07.510Z | Downloaded unicode-width v0.1.14 |
| 425 | 2026-03-17T19:18:07.514Z | Downloaded semver v1.0.27 |
| 426 | 2026-03-17T19:18:07.514Z | Downloaded proc-macro2 v1.0.106 |
| 427 | 2026-03-17T19:18:07.519Z | Downloaded tempfile v3.25.0 |
| 428 | 2026-03-17T19:18:07.520Z | Downloaded once_cell v1.21.3 |
| 429 | 2026-03-17T19:18:07.520Z | Downloaded scroll v0.12.0 |
| 430 | 2026-03-17T19:18:07.520Z | Downloaded smallvec v1.15.1 |
| 431 | 2026-03-17T19:18:07.525Z | Downloaded pest_generator v2.8.6 |
| 432 | 2026-03-17T19:18:07.596Z | Downloaded clap_derive v4.5.55 |
| 433 | 2026-03-17T19:18:07.612Z | Downloaded serde_core v1.0.228 |
| 434 | 2026-03-17T19:18:07.612Z | Downloaded pest_derive v2.8.6 |
| 435 | 2026-03-17T19:18:07.613Z | Downloaded icu_provider v2.1.1 |
| 436 | 2026-03-17T19:18:07.613Z | Downloaded getrandom v0.4.1 |
| 437 | 2026-03-17T19:18:07.613Z | Downloaded icu_properties v2.1.2 |
| 438 | 2026-03-17T19:18:07.613Z | Downloaded papergrid v0.11.0 |
| 439 | 2026-03-17T19:18:07.613Z | Downloaded icu_normalizer v2.1.1 |
| 440 | 2026-03-17T19:18:07.613Z | Downloaded clap v4.5.60 |
| 441 | 2026-03-17T19:18:07.613Z | Downloaded serde_derive v1.0.228 |
| 442 | 2026-03-17T19:18:07.613Z | Downloaded icu_locale_core v2.1.1 |
| 443 | 2026-03-17T19:18:07.613Z | Downloaded icu_normalizer_data v2.1.1 |
| 444 | 2026-03-17T19:18:07.613Z | Downloaded memchr v2.8.0 |
| 445 | 2026-03-17T19:18:07.621Z | Downloaded indexmap v2.13.0 |
| 446 | 2026-03-17T19:18:07.621Z | Downloaded icu_collections v2.1.1 |
| 447 | 2026-03-17T19:18:07.639Z | Downloaded hashbrown v0.16.1 |
| 448 | 2026-03-17T19:18:07.645Z | Downloaded idna v1.1.0 |
| 449 | 2026-03-17T19:18:07.649Z | Downloaded icu_properties_data v2.1.2 |
| 450 | 2026-03-17T19:18:07.655Z | Downloaded pest v2.8.6 |
| 451 | 2026-03-17T19:18:07.663Z | Downloaded serde_json v1.0.149 |
| 452 | 2026-03-17T19:18:07.669Z | Downloaded clap_builder v4.5.60 |
| 453 | 2026-03-17T19:18:07.669Z | Downloaded goblin v0.8.2 |
| 454 | 2026-03-17T19:18:07.673Z | Downloaded tabled v0.15.0 |
| 455 | 2026-03-17T19:18:07.686Z | Downloaded syn v1.0.109 |
| 456 | 2026-03-17T19:18:07.691Z | Downloaded syn v2.0.117 |
| 457 | 2026-03-17T19:18:07.706Z | Downloaded rustix v1.1.3 |
| 458 | 2026-03-17T19:18:07.738Z | Downloaded libc v0.2.180 |
| 459 | 2026-03-17T19:18:07.826Z | Compiling proc-macro2 v1.0.106 |
| 460 | 2026-03-17T19:18:07.832Z | Compiling unicode-ident v1.0.24 |
| 461 | 2026-03-17T19:18:07.832Z | Compiling quote v1.0.44 |
| 462 | 2026-03-17T19:18:07.832Z | Compiling serde_core v1.0.228 |
| 463 | 2026-03-17T19:18:07.832Z | Compiling libc v0.2.180 |
| 464 | 2026-03-17T19:18:07.832Z | Compiling version_check v0.9.5 |
| 465 | 2026-03-17T19:18:07.832Z | Compiling serde v1.0.228 |
| 466 | 2026-03-17T19:18:07.832Z | Compiling stable_deref_trait v1.2.1 |
| 467 | 2026-03-17T19:18:08.227Z | Compiling memchr v2.8.0 |
| 468 | 2026-03-17T19:18:08.245Z | Compiling zmij v1.0.21 |
| 469 | 2026-03-17T19:18:08.570Z | Compiling thiserror v1.0.69 |
| 470 | 2026-03-17T19:18:08.873Z | Compiling ucd-trie v0.1.7 |
| 471 | 2026-03-17T19:18:08.942Z | Compiling autocfg v1.5.0 |
| 472 | 2026-03-17T19:18:09.043Z | Compiling itoa v1.0.17 |
| 473 | 2026-03-17T19:18:09.205Z | Compiling pest v2.8.6 |
| 474 | 2026-03-17T19:18:09.296Z | Compiling writeable v0.6.2 |
| 475 | 2026-03-17T19:18:09.431Z | Compiling litemap v0.8.1 |
| 476 | 2026-03-17T19:18:09.533Z | Compiling icu_properties_data v2.1.2 |
| 477 | 2026-03-17T19:18:09.542Z | Compiling icu_normalizer_data v2.1.1 |
| 478 | 2026-03-17T19:18:09.737Z | Compiling byteorder v1.5.0 |
| 479 | 2026-03-17T19:18:09.767Z | Compiling rustix v1.1.3 |
| 480 | 2026-03-17T19:18:09.931Z | Compiling syn v2.0.117 |
| 481 | 2026-03-17T19:18:10.057Z | Compiling errno v0.3.14 |
| 482 | 2026-03-17T19:18:10.103Z | Compiling bitflags v2.11.0 |
| 483 | 2026-03-17T19:18:10.136Z | Compiling serde_json v1.0.149 |
| 484 | 2026-03-17T19:18:10.485Z | Compiling num-traits v0.2.19 |
| 485 | 2026-03-17T19:18:10.503Z | Compiling equivalent v1.0.2 |
| 486 | 2026-03-17T19:18:10.590Z | Compiling typeid v1.0.3 |
| 487 | 2026-03-17T19:18:10.633Z | Compiling pest_meta v2.8.6 |
| 488 | 2026-03-17T19:18:10.669Z | Compiling smallvec v1.15.1 |
| 489 | 2026-03-17T19:18:10.904Z | Compiling hashbrown v0.16.1 |
| 490 | 2026-03-17T19:18:11.016Z | Compiling thread-id v4.2.2 |
| 491 | 2026-03-17T19:18:11.109Z | Compiling proc-macro-error-attr v1.0.4 |
| 492 | 2026-03-17T19:18:11.182Z | Compiling usdt-impl v0.5.0 |
| 493 | 2026-03-17T19:18:11.366Z | Compiling syn v1.0.109 |
| 494 | 2026-03-17T19:18:11.485Z | Compiling toml_write v0.1.2 |
| 495 | 2026-03-17T19:18:11.544Z | Compiling erased-serde v0.4.9 |
| 496 | 2026-03-17T19:18:11.674Z | Compiling indexmap v2.13.0 |
| 497 | 2026-03-17T19:18:11.840Z | Compiling winnow v0.7.14 |
| 498 | 2026-03-17T19:18:12.310Z | Compiling proc-macro-error v1.0.4 |
| 499 | 2026-03-17T19:18:12.539Z | Compiling utf8parse v0.2.2 |
| 500 | 2026-03-17T19:18:12.563Z | Compiling log v0.4.29 |
| 501 | 2026-03-17T19:18:12.684Z | Compiling percent-encoding v2.3.2 |
| 502 | 2026-03-17T19:18:12.802Z | Compiling plain v0.2.3 |
| 503 | 2026-03-17T19:18:12.927Z | Compiling getrandom v0.4.1 |
| 504 | 2026-03-17T19:18:12.951Z | Compiling camino v1.2.2 |
| 505 | 2026-03-17T19:18:13.036Z | Compiling utf8_iter v1.0.4 |
| 506 | 2026-03-17T19:18:13.058Z | Compiling thiserror v2.0.18 |
| 507 | 2026-03-17T19:18:13.228Z | Compiling ordered-float v2.10.1 |
| 508 | 2026-03-17T19:18:13.325Z | Compiling form_urlencoded v1.2.2 |
| 509 | 2026-03-17T19:18:13.403Z | Compiling anstyle-parse v0.2.7 |
| 510 | 2026-03-17T19:18:13.594Z | Compiling terminal_size v0.4.3 |
| 511 | 2026-03-17T19:18:13.742Z | Compiling synstructure v0.13.2 |
| 512 | 2026-03-17T19:18:13.769Z | Compiling pest_generator v2.8.6 |
| 513 | 2026-03-17T19:18:13.802Z | Compiling anstyle v1.0.13 |
| 514 | 2026-03-17T19:18:13.898Z | Compiling anstyle-query v1.1.5 |
| 515 | 2026-03-17T19:18:14.041Z | Compiling colorchoice v1.0.4 |
| 516 | 2026-03-17T19:18:14.080Z | Compiling pretty-hex v0.4.1 |
| 517 | 2026-03-17T19:18:14.107Z | Compiling is_terminal_polyfill v1.70.2 |
| 518 | 2026-03-17T19:18:14.155Z | Compiling cfg-if v1.0.4 |
| 519 | 2026-03-17T19:18:14.258Z | Compiling serde-untagged v0.1.9 |
| 520 | 2026-03-17T19:18:14.280Z | Compiling anstream v0.6.21 |
| 521 | 2026-03-17T19:18:14.468Z | Compiling semver v1.0.27 |
| 522 | 2026-03-17T19:18:14.572Z | Compiling fs-err v3.3.0 |
| 523 | 2026-03-17T19:18:14.641Z | Compiling clap_lex v1.0.0 |
| 524 | 2026-03-17T19:18:14.726Z | Compiling fnv v1.0.7 |
| 525 | 2026-03-17T19:18:14.806Z | Compiling bytecount v0.6.9 |
| 526 | 2026-03-17T19:18:14.855Z | Compiling heck v0.4.1 |
| 527 | 2026-03-17T19:18:14.912Z | Compiling unicode-xid v0.2.6 |
| 528 | 2026-03-17T19:18:14.939Z | Compiling strsim v0.11.1 |
| 529 | 2026-03-17T19:18:14.942Z | Compiling unicode-width v0.1.14 |
| 530 | 2026-03-17T19:18:14.985Z | Compiling anyhow v1.0.102 |
| 531 | 2026-03-17T19:18:15.064Z | Compiling fastrand v2.3.0 |
| 532 | 2026-03-17T19:18:15.313Z | Compiling heck v0.5.0 |
| 533 | 2026-03-17T19:18:15.368Z | Compiling once_cell v1.21.3 |
| 534 | 2026-03-17T19:18:15.421Z | Compiling papergrid v0.11.0 |
| 535 | 2026-03-17T19:18:15.536Z | Compiling clap_builder v4.5.60 |
| 536 | 2026-03-17T19:18:15.628Z | Compiling tempfile v3.25.0 |
| 537 | 2026-03-17T19:18:15.676Z | Compiling memmap v0.7.0 |
| 538 | 2026-03-17T19:18:15.781Z | Compiling unicode-linebreak v0.1.5 |
| 539 | 2026-03-17T19:18:15.906Z | Compiling smawk v0.3.2 |
| 540 | 2026-03-17T19:18:16.077Z | Compiling unicode-width v0.2.0 |
| 541 | 2026-03-17T19:18:16.101Z | Compiling camino-tempfile v1.4.1 |
| 542 | 2026-03-17T19:18:16.186Z | Compiling serde_derive v1.0.228 |
| 543 | 2026-03-17T19:18:16.452Z | Compiling zerofrom-derive v0.1.6 |
| 544 | 2026-03-17T19:18:16.476Z | Compiling yoke-derive v0.8.1 |
| 545 | 2026-03-17T19:18:16.500Z | Compiling zerovec-derive v0.11.2 |
| 546 | 2026-03-17T19:18:16.538Z | Compiling displaydoc v0.2.5 |
| 547 | 2026-03-17T19:18:17.426Z | Compiling thiserror-impl v1.0.69 |
| 548 | 2026-03-17T19:18:17.512Z | Compiling zerocopy-derive v0.7.35 |
| 549 | 2026-03-17T19:18:17.986Z | Compiling pest_derive v2.8.6 |
| 550 | 2026-03-17T19:18:18.059Z | Compiling scroll_derive v0.12.1 |
| 551 | 2026-03-17T19:18:18.367Z | Compiling zerofrom v0.1.6 |
| 552 | 2026-03-17T19:18:18.510Z | Compiling yoke v0.8.1 |
| 553 | 2026-03-17T19:18:18.541Z | Compiling thiserror-impl v2.0.18 |
| 554 | 2026-03-17T19:18:18.636Z | Compiling zerocopy v0.7.35 |
| 555 | 2026-03-17T19:18:18.759Z | Compiling zerovec v0.11.5 |
| 556 | 2026-03-17T19:18:18.923Z | Compiling zerotrie v0.2.3 |
| 557 | 2026-03-17T19:18:19.232Z | Compiling dtrace-parser v0.2.0 |
| 558 | 2026-03-17T19:18:19.319Z | Compiling scroll v0.12.0 |
| 559 | 2026-03-17T19:18:19.420Z | Compiling tinystr v0.8.2 |
| 560 | 2026-03-17T19:18:19.443Z | Compiling potential_utf v0.1.4 |
| 561 | 2026-03-17T19:18:19.651Z | Compiling icu_locale_core v2.1.1 |
| 562 | 2026-03-17T19:18:19.676Z | Compiling icu_collections v2.1.1 |
| 563 | 2026-03-17T19:18:19.699Z | Compiling goblin v0.8.2 |
| 564 | 2026-03-17T19:18:19.795Z | Compiling tabled_derive v0.7.0 |
| 565 | 2026-03-17T19:18:20.205Z | Compiling clap_derive v4.5.55 |
| 566 | 2026-03-17T19:18:20.346Z | Compiling textwrap v0.16.2 |
| 567 | 2026-03-17T19:18:20.873Z | Compiling icu_provider v2.1.1 |
| 568 | 2026-03-17T19:18:20.909Z | Compiling serde_spanned v0.6.9 |
| 569 | 2026-03-17T19:18:20.935Z | Compiling toml_datetime v0.6.11 |
| 570 | 2026-03-17T19:18:20.958Z | Compiling dof v0.3.0 |
| 571 | 2026-03-17T19:18:20.985Z | Compiling serde_tokenstream v0.2.3 |
| 572 | 2026-03-17T19:18:21.018Z | Compiling serde-value v0.7.0 |
| 573 | 2026-03-17T19:18:21.092Z | Compiling cargo-platform v0.2.0 |
| 574 | 2026-03-17T19:18:21.263Z | Compiling icu_normalizer v2.1.1 |
| 575 | 2026-03-17T19:18:21.287Z | Compiling icu_properties v2.1.2 |
| 576 | 2026-03-17T19:18:21.448Z | Compiling toml_edit v0.22.27 |
| 577 | 2026-03-17T19:18:21.526Z | Compiling tabled v0.15.0 |
| 578 | 2026-03-17T19:18:21.566Z | Compiling macaddr v1.0.1 |
| 579 | 2026-03-17T19:18:21.869Z | Compiling swrite v0.1.0 |
| 580 | 2026-03-17T19:18:21.994Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 581 | 2026-03-17T19:18:22.275Z | Compiling usdt-attr-macro v0.5.0 |
| 582 | 2026-03-17T19:18:22.275Z | Compiling usdt-macro v0.5.0 |
| 583 | 2026-03-17T19:18:22.837Z | Compiling idna_adapter v1.2.1 |
| 584 | 2026-03-17T19:18:22.847Z | Compiling clap v4.5.60 |
| 585 | 2026-03-17T19:18:22.847Z | Compiling idna v1.1.0 |
| 586 | 2026-03-17T19:18:23.134Z | Compiling url v2.5.8 |
| 587 | 2026-03-17T19:18:23.386Z | Compiling toml v0.8.23 |
| 588 | 2026-03-17T19:18:23.818Z | Compiling usdt v0.5.0 |
| 589 | 2026-03-17T19:18:23.982Z | Compiling cargo-util-schemas v0.8.2 |
| 590 | 2026-03-17T19:18:24.027Z | Compiling cargo_toml v0.21.0 |
| 591 | 2026-03-17T19:18:25.136Z | Compiling cargo_metadata v0.21.0 |
| 592 | 2026-03-17T19:18:26.449Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 593 | 2026-03-17T19:18:29.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 594 | 2026-03-17T19:18:29.544Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 595 | 2026-03-17T19:18:30.278Z | Downloading crates ... |
| 596 | 2026-03-17T19:18:30.395Z | Downloaded async-recursion v1.1.1 |
| 597 | 2026-03-17T19:18:30.401Z | Downloaded arrayref v0.3.9 |
| 598 | 2026-03-17T19:18:30.411Z | Downloaded critical-section v1.2.0 |
| 599 | 2026-03-17T19:18:30.414Z | Downloaded darling_macro v0.20.11 |
| 600 | 2026-03-17T19:18:30.414Z | Downloaded cookie v0.18.1 |
| 601 | 2026-03-17T19:18:30.418Z | Downloaded camino-tempfile-ext v0.3.3 |
| 602 | 2026-03-17T19:18:30.422Z | Downloaded backon v1.6.0 |
| 603 | 2026-03-17T19:18:30.425Z | Downloaded adler2 v2.0.1 |
| 604 | 2026-03-17T19:18:30.425Z | Downloaded const_format v0.2.35 |
| 605 | 2026-03-17T19:18:30.429Z | Downloaded fatfs v0.3.6 |
| 606 | 2026-03-17T19:18:30.432Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 607 | 2026-03-17T19:18:30.435Z | Downloaded embedded-io v0.6.1 |
| 608 | 2026-03-17T19:18:30.435Z | Downloaded darling_macro v0.23.0 |
| 609 | 2026-03-17T19:18:30.435Z | Downloaded crossbeam-deque v0.8.6 |
| 610 | 2026-03-17T19:18:30.438Z | Downloaded darling_core v0.23.0 |
| 611 | 2026-03-17T19:18:30.442Z | Downloaded daft v0.1.5 |
| 612 | 2026-03-17T19:18:30.442Z | Downloaded const-oid v0.9.6 |
| 613 | 2026-03-17T19:18:30.445Z | Downloaded data-encoding v2.10.0 |
| 614 | 2026-03-17T19:18:30.445Z | Downloaded crossbeam-utils v0.8.21 |
| 615 | 2026-03-17T19:18:30.448Z | Downloaded daft-derive v0.1.5 |
| 616 | 2026-03-17T19:18:30.451Z | Downloaded derive_builder_core v0.20.2 |
| 617 | 2026-03-17T19:18:30.454Z | Downloaded cipher v0.4.4 |
| 618 | 2026-03-17T19:18:30.454Z | Downloaded console v0.16.2 |
| 619 | 2026-03-17T19:18:30.458Z | Downloaded chacha20 v0.9.1 |
| 620 | 2026-03-17T19:18:30.461Z | Downloaded debug-ignore v1.0.5 |
| 621 | 2026-03-17T19:18:30.461Z | Downloaded constant_time_eq v0.4.2 |
| 622 | 2026-03-17T19:18:30.464Z | Downloaded crossbeam-epoch v0.9.18 |
| 623 | 2026-03-17T19:18:30.464Z | Downloaded defmt-macros v1.0.1 |
| 624 | 2026-03-17T19:18:30.468Z | Downloaded des v0.8.1 |
| 625 | 2026-03-17T19:18:30.472Z | Downloaded crc v3.4.0 |
| 626 | 2026-03-17T19:18:30.472Z | Downloaded derive_more v0.99.20 |
| 627 | 2026-03-17T19:18:30.476Z | Downloaded embedded-io v0.4.0 |
| 628 | 2026-03-17T19:18:30.479Z | Downloaded dof v0.4.0 |
| 629 | 2026-03-17T19:18:30.479Z | Downloaded async-stream-impl v0.3.6 |
| 630 | 2026-03-17T19:18:30.482Z | Downloaded defmt-parser v1.0.0 |
| 631 | 2026-03-17T19:18:30.482Z | Downloaded colored v2.2.0 |
| 632 | 2026-03-17T19:18:30.485Z | Downloaded float-ord v0.3.2 |
| 633 | 2026-03-17T19:18:30.485Z | Downloaded block-padding v0.3.3 |
| 634 | 2026-03-17T19:18:30.488Z | Downloaded filetime v0.2.27 |
| 635 | 2026-03-17T19:18:30.488Z | Downloaded foreign-types-shared v0.1.1 |
| 636 | 2026-03-17T19:18:30.488Z | Downloaded base16ct v0.2.0 |
| 637 | 2026-03-17T19:18:30.492Z | Downloaded dunce v1.0.5 |
| 638 | 2026-03-17T19:18:30.492Z | Downloaded difflib v0.4.0 |
| 639 | 2026-03-17T19:18:30.495Z | Downloaded assert_matches v1.5.0 |
| 640 | 2026-03-17T19:18:30.495Z | Downloaded crc-catalog v2.4.0 |
| 641 | 2026-03-17T19:18:30.495Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 642 | 2026-03-17T19:18:30.498Z | Downloaded ciborium-io v0.2.2 |
| 643 | 2026-03-17T19:18:30.499Z | Downloaded foreign-types-macros v0.2.3 |
| 644 | 2026-03-17T19:18:30.499Z | Downloaded atty v0.2.14 |
| 645 | 2026-03-17T19:18:30.502Z | Downloaded cpufeatures v0.3.0 |
| 646 | 2026-03-17T19:18:30.502Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 647 | 2026-03-17T19:18:30.506Z | Downloaded cargo-platform v0.1.9 |
| 648 | 2026-03-17T19:18:30.506Z | Downloaded ff v0.13.1 |
| 649 | 2026-03-17T19:18:30.506Z | Downloaded ecdsa v0.16.9 |
| 650 | 2026-03-17T19:18:30.510Z | Downloaded cfg_aliases v0.1.1 |
| 651 | 2026-03-17T19:18:30.510Z | Downloaded fallible-iterator v0.2.0 |
| 652 | 2026-03-17T19:18:30.514Z | Downloaded crossbeam-channel v0.5.15 |
| 653 | 2026-03-17T19:18:30.514Z | Downloaded endian-type v0.1.2 |
| 654 | 2026-03-17T19:18:30.521Z | Downloaded document-features v0.2.12 |
| 655 | 2026-03-17T19:18:30.521Z | Downloaded bitfield-macros v0.19.4 |
| 656 | 2026-03-17T19:18:30.521Z | Downloaded display-error-chain v0.2.2 |
| 657 | 2026-03-17T19:18:30.524Z | Downloaded dsl_auto_type v0.2.0 |
| 658 | 2026-03-17T19:18:30.524Z | Downloaded enum-as-inner v0.6.1 |
| 659 | 2026-03-17T19:18:30.524Z | Downloaded crucible-workspace-hack v0.1.0 |
| 660 | 2026-03-17T19:18:30.524Z | Downloaded crc8 v0.1.1 |
| 661 | 2026-03-17T19:18:30.524Z | Downloaded bitfield-struct v0.6.2 |
| 662 | 2026-03-17T19:18:30.524Z | Downloaded atomic-waker v1.1.2 |
| 663 | 2026-03-17T19:18:30.528Z | Downloaded convert_case v0.10.0 |
| 664 | 2026-03-17T19:18:30.528Z | Downloaded foreign-types v0.5.0 |
| 665 | 2026-03-17T19:18:30.531Z | Downloaded float-cmp v0.10.0 |
| 666 | 2026-03-17T19:18:30.531Z | Downloaded cstr-argument v0.1.2 |
| 667 | 2026-03-17T19:18:30.531Z | Downloaded cexpr v0.6.0 |
| 668 | 2026-03-17T19:18:30.535Z | Downloaded dtrace-parser v0.3.0 |
| 669 | 2026-03-17T19:18:30.535Z | Downloaded foreign-types v0.3.2 |
| 670 | 2026-03-17T19:18:30.535Z | Downloaded fixedbitset v0.4.2 |
| 671 | 2026-03-17T19:18:30.538Z | Downloaded env_filter v1.0.0 |
| 672 | 2026-03-17T19:18:30.538Z | Downloaded base16ct v1.0.0 |
| 673 | 2026-03-17T19:18:30.541Z | Downloaded downcast-rs v2.0.2 |
| 674 | 2026-03-17T19:18:30.541Z | Downloaded foreign-types-shared v0.3.1 |
| 675 | 2026-03-17T19:18:30.542Z | Downloaded gethostname v0.5.0 |
| 676 | 2026-03-17T19:18:30.544Z | Downloaded flagset v0.4.7 |
| 677 | 2026-03-17T19:18:30.545Z | Downloaded dyn-clone v1.0.20 |
| 678 | 2026-03-17T19:18:30.548Z | Downloaded hex v0.4.3 |
| 679 | 2026-03-17T19:18:30.548Z | Downloaded git-stub v1.0.0 |
| 680 | 2026-03-17T19:18:30.551Z | Downloaded futures-task v0.3.32 |
| 681 | 2026-03-17T19:18:30.551Z | Downloaded futures-macro v0.3.32 |
| 682 | 2026-03-17T19:18:30.554Z | Downloaded aead v0.5.2 |
| 683 | 2026-03-17T19:18:30.554Z | Downloaded defmt v1.0.1 |
| 684 | 2026-03-17T19:18:30.558Z | Downloaded futures-executor v0.3.32 |
| 685 | 2026-03-17T19:18:30.561Z | Downloaded der_derive v0.7.3 |
| 686 | 2026-03-17T19:18:30.561Z | Downloaded const_format_proc_macros v0.2.34 |
| 687 | 2026-03-17T19:18:30.564Z | Downloaded globwalk v0.9.1 |
| 688 | 2026-03-17T19:18:30.564Z | Downloaded arrayvec v0.7.6 |
| 689 | 2026-03-17T19:18:30.567Z | Downloaded derive_builder v0.20.2 |
| 690 | 2026-03-17T19:18:30.570Z | Downloaded derive-ex v0.1.8 |
| 691 | 2026-03-17T19:18:30.574Z | Downloaded base64ct v1.8.3 |
| 692 | 2026-03-17T19:18:30.574Z | Downloaded corncobs v0.1.4 |
| 693 | 2026-03-17T19:18:30.577Z | Downloaded hash32 v0.3.1 |
| 694 | 2026-03-17T19:18:30.577Z | Downloaded hex-literal v0.4.1 |
| 695 | 2026-03-17T19:18:30.577Z | Downloaded hash32 v0.2.1 |
| 696 | 2026-03-17T19:18:30.580Z | Downloaded ahash v0.8.12 |
| 697 | 2026-03-17T19:18:30.585Z | Downloaded hostname v0.4.2 |
| 698 | 2026-03-17T19:18:30.586Z | Downloaded http-range v0.1.5 |
| 699 | 2026-03-17T19:18:30.586Z | Downloaded hostname v0.3.1 |
| 700 | 2026-03-17T19:18:30.589Z | Downloaded headers-core v0.3.0 |
| 701 | 2026-03-17T19:18:30.589Z | Downloaded fxhash v0.2.1 |
| 702 | 2026-03-17T19:18:30.589Z | Downloaded futures-core v0.3.32 |
| 703 | 2026-03-17T19:18:30.589Z | Downloaded hyper-tls v0.6.0 |
| 704 | 2026-03-17T19:18:30.592Z | Downloaded fd-lock v4.0.4 |
| 705 | 2026-03-17T19:18:30.595Z | Downloaded env_logger v0.11.9 |
| 706 | 2026-03-17T19:18:30.595Z | Downloaded httpdate v1.0.3 |
| 707 | 2026-03-17T19:18:30.599Z | Downloaded hubpack_derive v0.1.1 |
| 708 | 2026-03-17T19:18:30.599Z | Downloaded erased-serde v0.3.31 |
| 709 | 2026-03-17T19:18:30.603Z | Downloaded either v1.15.0 |
| 710 | 2026-03-17T19:18:30.603Z | Downloaded hubpack v0.1.2 |
| 711 | 2026-03-17T19:18:30.607Z | Downloaded http-body v1.0.1 |
| 712 | 2026-03-17T19:18:30.607Z | Downloaded ena v0.14.4 |
| 713 | 2026-03-17T19:18:30.607Z | Downloaded fs_extra v1.3.0 |
| 714 | 2026-03-17T19:18:30.610Z | Downloaded foldhash v0.2.0 |
| 715 | 2026-03-17T19:18:30.610Z | Downloaded foldhash v0.1.5 |
| 716 | 2026-03-17T19:18:30.610Z | Downloaded buf-list v1.1.2 |
| 717 | 2026-03-17T19:18:30.614Z | Downloaded fixedbitset v0.5.7 |
| 718 | 2026-03-17T19:18:30.617Z | Downloaded ed25519 v2.2.3 |
| 719 | 2026-03-17T19:18:30.617Z | Downloaded diff v0.1.13 |
| 720 | 2026-03-17T19:18:30.634Z | Downloaded is-terminal v0.4.17 |
| 721 | 2026-03-17T19:18:30.638Z | Downloaded async-bb8-diesel v0.2.1 |
| 722 | 2026-03-17T19:18:30.638Z | Downloaded inout v0.1.4 |
| 723 | 2026-03-17T19:18:30.641Z | Downloaded indoc v1.0.9 |
| 724 | 2026-03-17T19:18:30.641Z | Downloaded internet-checksum v0.2.1 |
| 725 | 2026-03-17T19:18:30.645Z | Downloaded lazy_static v1.5.0 |
| 726 | 2026-03-17T19:18:30.645Z | Downloaded is_ci v1.2.0 |
| 727 | 2026-03-17T19:18:30.648Z | Downloaded humantime v2.3.0 |
| 728 | 2026-03-17T19:18:30.648Z | Downloaded highway v1.3.0 |
| 729 | 2026-03-17T19:18:30.651Z | Downloaded compact_str v0.8.1 |
| 730 | 2026-03-17T19:18:30.654Z | Downloaded lru-slab v0.1.2 |
| 731 | 2026-03-17T19:18:30.654Z | Downloaded lalrpop-util v0.19.12 |
| 732 | 2026-03-17T19:18:30.654Z | Downloaded kstat-rs v0.2.4 |
| 733 | 2026-03-17T19:18:30.658Z | Downloaded keccak v0.1.6 |
| 734 | 2026-03-17T19:18:30.658Z | Downloaded git-stub-vcs v0.1.0 |
| 735 | 2026-03-17T19:18:30.661Z | Downloaded managed v0.8.0 |
| 736 | 2026-03-17T19:18:30.661Z | Downloaded drift v0.1.3 |
| 737 | 2026-03-17T19:18:30.664Z | Downloaded md5 v0.7.0 |
| 738 | 2026-03-17T19:18:30.668Z | Downloaded lru v0.12.5 |
| 739 | 2026-03-17T19:18:30.668Z | Downloaded console v0.15.11 |
| 740 | 2026-03-17T19:18:30.671Z | Downloaded md-5 v0.10.6 |
| 741 | 2026-03-17T19:18:30.671Z | Downloaded maybe-uninit v2.0.0 |
| 742 | 2026-03-17T19:18:30.674Z | Downloaded match_cfg v0.1.0 |
| 743 | 2026-03-17T19:18:30.674Z | Downloaded maplit v1.0.2 |
| 744 | 2026-03-17T19:18:30.677Z | Downloaded lru-cache v0.1.2 |
| 745 | 2026-03-17T19:18:30.677Z | Downloaded bzip2 v0.6.1 |
| 746 | 2026-03-17T19:18:30.680Z | Downloaded lzss v0.8.2 |
| 747 | 2026-03-17T19:18:30.680Z | Downloaded cookie_store v0.22.1 |
| 748 | 2026-03-17T19:18:30.683Z | Downloaded linked-hash-map v0.5.6 |
| 749 | 2026-03-17T19:18:30.683Z | Downloaded libscf-sys v1.1.0 |
| 750 | 2026-03-17T19:18:30.686Z | Downloaded memoffset v0.9.1 |
| 751 | 2026-03-17T19:18:30.686Z | Downloaded http-body-util v0.1.3 |
| 752 | 2026-03-17T19:18:30.690Z | Downloaded newtype_derive v0.1.6 |
| 753 | 2026-03-17T19:18:30.690Z | Downloaded newline-converter v0.3.0 |
| 754 | 2026-03-17T19:18:30.690Z | Downloaded nodrop v0.1.14 |
| 755 | 2026-03-17T19:18:30.693Z | Downloaded new_debug_unreachable v1.0.6 |
| 756 | 2026-03-17T19:18:30.693Z | Downloaded multimap v0.10.1 |
| 757 | 2026-03-17T19:18:30.693Z | Downloaded nibble_vec v0.1.0 |
| 758 | 2026-03-17T19:18:30.698Z | Downloaded num v0.4.3 |
| 759 | 2026-03-17T19:18:30.698Z | Downloaded normalize-line-endings v0.3.0 |
| 760 | 2026-03-17T19:18:30.698Z | Downloaded ipnetwork v0.21.1 |
| 761 | 2026-03-17T19:18:30.701Z | Downloaded crc-any v2.5.0 |
| 762 | 2026-03-17T19:18:30.701Z | Downloaded hickory-client v0.25.2 |
| 763 | 2026-03-17T19:18:30.704Z | Downloaded indoc v2.0.7 |
| 764 | 2026-03-17T19:18:30.707Z | Downloaded jobserver v0.1.34 |
| 765 | 2026-03-17T19:18:30.707Z | Downloaded num-conv v0.2.0 |
| 766 | 2026-03-17T19:18:30.710Z | Downloaded num-derive v0.3.3 |
| 767 | 2026-03-17T19:18:30.711Z | Downloaded futures-channel v0.3.32 |
| 768 | 2026-03-17T19:18:30.714Z | Downloaded nonempty v0.12.0 |
| 769 | 2026-03-17T19:18:30.714Z | Downloaded libloading v0.8.9 |
| 770 | 2026-03-17T19:18:30.717Z | Downloaded num_enum_derive v0.5.11 |
| 771 | 2026-03-17T19:18:30.720Z | Downloaded hmac v0.12.1 |
| 772 | 2026-03-17T19:18:30.720Z | Downloaded num-iter v0.1.45 |
| 773 | 2026-03-17T19:18:30.720Z | Downloaded num-derive v0.4.2 |
| 774 | 2026-03-17T19:18:30.724Z | Downloaded libefi-sys v0.1.0 |
| 775 | 2026-03-17T19:18:30.724Z | Downloaded openssl-probe v0.1.6 |
| 776 | 2026-03-17T19:18:30.727Z | Downloaded openssl-macros v0.1.1 |
| 777 | 2026-03-17T19:18:30.727Z | Downloaded olpc-cjson v0.1.4 |
| 778 | 2026-03-17T19:18:30.727Z | Downloaded ipnet v2.11.0 |
| 779 | 2026-03-17T19:18:30.730Z | Downloaded arc-swap v1.8.2 |
| 780 | 2026-03-17T19:18:30.733Z | Downloaded openssl-probe v0.2.1 |
| 781 | 2026-03-17T19:18:30.733Z | Downloaded num_threads v0.1.7 |
| 782 | 2026-03-17T19:18:30.737Z | Downloaded libsw-core v0.3.2 |
| 783 | 2026-03-17T19:18:30.737Z | Downloaded opaque-debug v0.3.1 |
| 784 | 2026-03-17T19:18:30.740Z | Downloaded derive-where v1.6.0 |
| 785 | 2026-03-17T19:18:30.743Z | Downloaded lock_api v0.4.14 |
| 786 | 2026-03-17T19:18:30.743Z | Downloaded aes v0.8.4 |
| 787 | 2026-03-17T19:18:30.746Z | Downloaded linear-map v1.2.0 |
| 788 | 2026-03-17T19:18:30.749Z | Downloaded iana-time-zone v0.1.65 |
| 789 | 2026-03-17T19:18:30.753Z | Downloaded newtype-uuid-macros v0.1.0 |
| 790 | 2026-03-17T19:18:30.753Z | Downloaded half v1.8.3 |
| 791 | 2026-03-17T19:18:30.756Z | Downloaded multer v3.1.0 |
| 792 | 2026-03-17T19:18:30.756Z | Downloaded ingot-types v0.1.2 |
| 793 | 2026-03-17T19:18:30.759Z | Downloaded nanorand v0.7.0 |
| 794 | 2026-03-17T19:18:30.762Z | Downloaded path-slash v0.1.5 |
| 795 | 2026-03-17T19:18:30.762Z | Downloaded parse-display v0.10.0 |
| 796 | 2026-03-17T19:18:30.762Z | Downloaded mime_guess v2.0.5 |
| 797 | 2026-03-17T19:18:30.765Z | Downloaded packed_struct_codegen v0.10.1 |
| 798 | 2026-03-17T19:18:30.765Z | Downloaded ingot-macros v0.1.1 |
| 799 | 2026-03-17T19:18:30.769Z | Downloaded oso-derive v0.27.3 |
| 800 | 2026-03-17T19:18:30.769Z | Downloaded native-tls v0.2.18 |
| 801 | 2026-03-17T19:18:30.772Z | Downloaded flume v0.11.1 |
| 802 | 2026-03-17T19:18:30.775Z | Downloaded parse-size v1.1.0 |
| 803 | 2026-03-17T19:18:30.775Z | Downloaded newtype-uuid v1.3.2 |
| 804 | 2026-03-17T19:18:30.775Z | Downloaded hyper-rustls v0.27.7 |
| 805 | 2026-03-17T19:18:30.778Z | Downloaded httparse v1.10.1 |
| 806 | 2026-03-17T19:18:30.781Z | Downloaded peg-runtime v0.8.5 |
| 807 | 2026-03-17T19:18:30.781Z | Downloaded phf_shared v0.11.3 |
| 808 | 2026-03-17T19:18:30.785Z | Downloaded pbkdf2 v0.12.2 |
| 809 | 2026-03-17T19:18:30.785Z | Downloaded pbkdf2 v0.11.0 |
| 810 | 2026-03-17T19:18:30.788Z | Downloaded phf_shared v0.13.1 |
| 811 | 2026-03-17T19:18:30.788Z | Downloaded phf_shared v0.12.1 |
| 812 | 2026-03-17T19:18:30.788Z | Downloaded num_enum_derive v0.7.5 |
| 813 | 2026-03-17T19:18:30.791Z | Downloaded num_enum v0.7.5 |
| 814 | 2026-03-17T19:18:30.794Z | Downloaded num-complex v0.4.6 |
| 815 | 2026-03-17T19:18:30.797Z | Downloaded num_enum v0.5.11 |
| 816 | 2026-03-17T19:18:30.801Z | Downloaded libsw v3.5.0 |
| 817 | 2026-03-17T19:18:30.804Z | Downloaded litrs v1.0.0 |
| 818 | 2026-03-17T19:18:30.804Z | Downloaded packed_struct v0.10.1 |
| 819 | 2026-03-17T19:18:30.807Z | Downloaded num-rational v0.4.2 |
| 820 | 2026-03-17T19:18:30.808Z | Downloaded pin-utils v0.1.0 |
| 821 | 2026-03-17T19:18:30.811Z | Downloaded globset v0.4.18 |
| 822 | 2026-03-17T19:18:30.811Z | Downloaded proc-macro-crate v3.4.0 |
| 823 | 2026-03-17T19:18:30.814Z | Downloaded derive_more v2.1.1 |
| 824 | 2026-03-17T19:18:30.821Z | Downloaded proc-macro-crate v1.3.1 |
| 825 | 2026-03-17T19:18:30.824Z | Downloaded parse-display-derive v0.10.0 |
| 826 | 2026-03-17T19:18:30.824Z | Downloaded parking_lot_core v0.8.6 |
| 827 | 2026-03-17T19:18:30.828Z | Downloaded memmap2 v0.9.10 |
| 828 | 2026-03-17T19:18:30.828Z | Downloaded derive_more-impl v2.1.1 |
| 829 | 2026-03-17T19:18:30.832Z | Downloaded precomputed-hash v0.1.1 |
| 830 | 2026-03-17T19:18:30.835Z | Downloaded predicates-tree v1.0.13 |
| 831 | 2026-03-17T19:18:30.835Z | Downloaded indexmap v1.9.3 |
| 832 | 2026-03-17T19:18:30.838Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 833 | 2026-03-17T19:18:30.838Z | Downloaded progenitor-client v0.11.2 |
| 834 | 2026-03-17T19:18:30.842Z | Downloaded password-hash v0.5.0 |
| 835 | 2026-03-17T19:18:30.842Z | Downloaded chacha20poly1305 v0.10.1 |
| 836 | 2026-03-17T19:18:30.845Z | Downloaded password-hash v0.4.2 |
| 837 | 2026-03-17T19:18:30.845Z | Downloaded powerfmt v0.2.0 |
| 838 | 2026-03-17T19:18:30.848Z | Downloaded oxnet v0.1.4 |
| 839 | 2026-03-17T19:18:30.848Z | Downloaded progenitor-macro v0.10.0 |
| 840 | 2026-03-17T19:18:30.851Z | Downloaded aes-gcm v0.10.3 |
| 841 | 2026-03-17T19:18:30.855Z | Downloaded paste v1.0.15 |
| 842 | 2026-03-17T19:18:30.858Z | Downloaded radium v0.7.0 |
| 843 | 2026-03-17T19:18:30.858Z | Downloaded quick-error v1.2.3 |
| 844 | 2026-03-17T19:18:30.858Z | Downloaded phf v0.12.1 |
| 845 | 2026-03-17T19:18:30.862Z | Downloaded pem-rfc7468 v0.7.0 |
| 846 | 2026-03-17T19:18:30.862Z | Downloaded psl-types v2.0.11 |
| 847 | 2026-03-17T19:18:30.865Z | Downloaded polyval v0.6.2 |
| 848 | 2026-03-17T19:18:30.865Z | Downloaded progenitor-macro v0.11.2 |
| 849 | 2026-03-17T19:18:30.865Z | Downloaded progenitor-client v0.10.0 |
| 850 | 2026-03-17T19:18:30.868Z | Downloaded headers v0.4.1 |
| 851 | 2026-03-17T19:18:30.871Z | Downloaded heapless v0.8.0 |
| 852 | 2026-03-17T19:18:30.875Z | Downloaded darling_core v0.21.3 |
| 853 | 2026-03-17T19:18:30.878Z | Downloaded rand_chacha v0.3.1 |
| 854 | 2026-03-17T19:18:30.881Z | Downloaded predicates-core v1.0.10 |
| 855 | 2026-03-17T19:18:30.881Z | Downloaded predicates v3.1.4 |
| 856 | 2026-03-17T19:18:30.884Z | Downloaded ref-cast v1.0.25 |
| 857 | 2026-03-17T19:18:30.888Z | Downloaded recursive v0.1.1 |
| 858 | 2026-03-17T19:18:30.888Z | Downloaded rand_xorshift v0.4.0 |
| 859 | 2026-03-17T19:18:30.892Z | Downloaded flate2 v1.1.9 |
| 860 | 2026-03-17T19:18:30.896Z | Downloaded progenitor v0.10.0 |
| 861 | 2026-03-17T19:18:30.896Z | Downloaded primeorder v0.13.6 |
| 862 | 2026-03-17T19:18:30.899Z | Downloaded indicatif v0.18.4 |
| 863 | 2026-03-17T19:18:30.899Z | Downloaded oxide-tokio-rt v0.1.3 |
| 864 | 2026-03-17T19:18:30.903Z | Downloaded owo-colors v4.3.0 |
| 865 | 2026-03-17T19:18:30.903Z | Downloaded parking_lot_core v0.9.12 |
| 866 | 2026-03-17T19:18:30.906Z | Downloaded ppv-lite86 v0.2.21 |
| 867 | 2026-03-17T19:18:30.909Z | Downloaded ignore v0.4.25 |
| 868 | 2026-03-17T19:18:30.909Z | Downloaded ref-cast-impl v1.0.25 |
| 869 | 2026-03-17T19:18:30.912Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 870 | 2026-03-17T19:18:30.912Z | Downloaded postgres-protocol v0.6.10 |
| 871 | 2026-03-17T19:18:30.916Z | Downloaded bumpalo v3.20.2 |
| 872 | 2026-03-17T19:18:30.916Z | Downloaded rfc6979 v0.4.0 |
| 873 | 2026-03-17T19:18:30.919Z | Downloaded progenitor-extras v0.1.1 |
| 874 | 2026-03-17T19:18:30.919Z | Downloaded progenitor v0.11.2 |
| 875 | 2026-03-17T19:18:30.922Z | Downloaded progenitor-client v0.13.0 |
| 876 | 2026-03-17T19:18:30.922Z | Downloaded pkg-config v0.3.32 |
| 877 | 2026-03-17T19:18:30.926Z | Downloaded pkcs8 v0.10.2 |
| 878 | 2026-03-17T19:18:30.926Z | Downloaded parking_lot v0.12.5 |
| 879 | 2026-03-17T19:18:30.929Z | Downloaded russh-cryptovec v0.7.3 |
| 880 | 2026-03-17T19:18:30.929Z | Downloaded rustc_version v0.1.7 |
| 881 | 2026-03-17T19:18:30.933Z | Downloaded phf v0.13.1 |
| 882 | 2026-03-17T19:18:30.933Z | Downloaded rustc-hash v2.1.1 |
| 883 | 2026-03-17T19:18:30.933Z | Downloaded proc-macro-error2 v2.0.1 |
| 884 | 2026-03-17T19:18:30.936Z | Downloaded progenitor-macro v0.13.0 |
| 885 | 2026-03-17T19:18:30.939Z | Downloaded psm v0.1.30 |
| 886 | 2026-03-17T19:18:30.939Z | Downloaded rustc_version v0.4.1 |
| 887 | 2026-03-17T19:18:30.942Z | Downloaded hickory-resolver v0.24.4 |
| 888 | 2026-03-17T19:18:30.946Z | Downloaded postcard v1.1.3 |
| 889 | 2026-03-17T19:18:30.949Z | Downloaded r2d2 v0.8.10 |
| 890 | 2026-03-17T19:18:30.949Z | Downloaded ed25519-dalek v2.2.0 |
| 891 | 2026-03-17T19:18:30.952Z | Downloaded salsa20 v0.10.2 |
| 892 | 2026-03-17T19:18:30.956Z | Downloaded rand_seeder v0.4.0 |
| 893 | 2026-03-17T19:18:30.956Z | Downloaded pkcs5 v0.7.1 |
| 894 | 2026-03-17T19:18:30.959Z | Downloaded same-file v1.0.6 |
| 895 | 2026-03-17T19:18:30.962Z | Downloaded poly1305 v0.8.0 |
| 896 | 2026-03-17T19:18:30.962Z | Downloaded rand_chacha v0.9.0 |
| 897 | 2026-03-17T19:18:30.966Z | Downloaded oso v0.27.3 |
| 898 | 2026-03-17T19:18:30.969Z | Downloaded base64 v0.21.7 |
| 899 | 2026-03-17T19:18:30.972Z | Downloaded ar_archive_writer v0.5.1 |
| 900 | 2026-03-17T19:18:30.975Z | Downloaded rand_core v0.10.0 |
| 901 | 2026-03-17T19:18:30.975Z | Downloaded papergrid v0.17.0 |
| 902 | 2026-03-17T19:18:30.979Z | Downloaded p256 v0.13.2 |
| 903 | 2026-03-17T19:18:30.983Z | Downloaded omicron-zone-package v0.12.2 |
| 904 | 2026-03-17T19:18:30.986Z | Downloaded resolv-conf v0.7.6 |
| 905 | 2026-03-17T19:18:30.989Z | Downloaded miniz_oxide v0.8.9 |
| 906 | 2026-03-17T19:18:30.989Z | Downloaded rand_core v0.9.5 |
| 907 | 2026-03-17T19:18:30.992Z | Downloaded rand_core v0.6.4 |
| 908 | 2026-03-17T19:18:30.993Z | Downloaded scrypt v0.11.0 |
| 909 | 2026-03-17T19:18:30.996Z | Downloaded scopeguard v1.2.0 |
| 910 | 2026-03-17T19:18:30.996Z | Downloaded quinn-udp v0.5.14 |
| 911 | 2026-03-17T19:18:31.000Z | Downloaded scheduled-thread-pool v0.2.7 |
| 912 | 2026-03-17T19:18:31.000Z | Downloaded sapling-renderdag v0.1.0 |
| 913 | 2026-03-17T19:18:31.004Z | Downloaded scroll_derive v0.13.1 |
| 914 | 2026-03-17T19:18:31.004Z | Downloaded semver v0.1.20 |
| 915 | 2026-03-17T19:18:31.004Z | Downloaded serde_bytes v0.11.19 |
| 916 | 2026-03-17T19:18:31.004Z | Downloaded secrecy v0.10.3 |
| 917 | 2026-03-17T19:18:31.008Z | Downloaded secrecy v0.8.0 |
| 918 | 2026-03-17T19:18:31.008Z | Downloaded postgres-types v0.2.12 |
| 919 | 2026-03-17T19:18:31.012Z | Downloaded shell-words v1.1.1 |
| 920 | 2026-03-17T19:18:31.012Z | Downloaded signature v2.2.0 |
| 921 | 2026-03-17T19:18:31.012Z | Downloaded serde_urlencoded v0.7.1 |
| 922 | 2026-03-17T19:18:31.015Z | Downloaded serde-big-array v0.5.1 |
| 923 | 2026-03-17T19:18:31.015Z | Downloaded heapless v0.7.17 |
| 924 | 2026-03-17T19:18:31.020Z | Downloaded serde_spanned v1.0.4 |
| 925 | 2026-03-17T19:18:31.023Z | Downloaded dropshot-api-manager v0.6.0 |
| 926 | 2026-03-17T19:18:31.024Z | Downloaded serde_repr v0.1.20 |
| 927 | 2026-03-17T19:18:31.028Z | Downloaded serde_plain v1.0.2 |
| 928 | 2026-03-17T19:18:31.028Z | Downloaded prefix-trie v0.7.0 |
| 929 | 2026-03-17T19:18:31.033Z | Downloaded signal-hook-tokio v0.3.1 |
| 930 | 2026-03-17T19:18:31.033Z | Downloaded rusty-fork v0.3.1 |
| 931 | 2026-03-17T19:18:31.033Z | Downloaded siphasher v1.0.2 |
| 932 | 2026-03-17T19:18:31.036Z | Downloaded seq-macro v0.3.6 |
| 933 | 2026-03-17T19:18:31.036Z | Downloaded sha1 v0.10.6 |
| 934 | 2026-03-17T19:18:31.039Z | Downloaded pin-project v1.1.11 |
| 935 | 2026-03-17T19:18:31.045Z | Downloaded parking_lot v0.11.2 |
| 936 | 2026-03-17T19:18:31.049Z | Downloaded sigpipe v0.1.3 |
| 937 | 2026-03-17T19:18:31.049Z | Downloaded rustls-native-certs v0.8.3 |
| 938 | 2026-03-17T19:18:31.052Z | Downloaded rustls-pemfile v1.0.4 |
| 939 | 2026-03-17T19:18:31.055Z | Downloaded slog-bunyan v2.5.0 |
| 940 | 2026-03-17T19:18:31.055Z | Downloaded rustversion v1.0.22 |
| 941 | 2026-03-17T19:18:31.058Z | Downloaded progenitor-impl v0.10.0 |
| 942 | 2026-03-17T19:18:31.061Z | Downloaded minimal-lexical v0.2.1 |
| 943 | 2026-03-17T19:18:31.065Z | Downloaded diesel_derives v2.3.7 |
| 944 | 2026-03-17T19:18:31.068Z | Downloaded scroll v0.13.0 |
| 945 | 2026-03-17T19:18:31.071Z | Downloaded pkcs1 v0.7.5 |
| 946 | 2026-03-17T19:18:31.074Z | Downloaded progenitor v0.13.0 |
| 947 | 2026-03-17T19:18:31.074Z | Downloaded sec1 v0.7.3 |
| 948 | 2026-03-17T19:18:31.077Z | Downloaded serde_derive_internals v0.29.1 |
| 949 | 2026-03-17T19:18:31.077Z | Downloaded schemars_derive v0.8.22 |
| 950 | 2026-03-17T19:18:31.080Z | Downloaded ssh-encoding v0.2.0 |
| 951 | 2026-03-17T19:18:31.080Z | Downloaded jiff-static v0.2.21 |
| 952 | 2026-03-17T19:18:31.083Z | Downloaded pin-project-internal v1.1.11 |
| 953 | 2026-03-17T19:18:31.086Z | Downloaded signal-hook-registry v1.4.8 |
| 954 | 2026-03-17T19:18:31.087Z | Downloaded openssl-sys v0.9.111 |
| 955 | 2026-03-17T19:18:31.090Z | Downloaded pretty_assertions v1.4.1 |
| 956 | 2026-03-17T19:18:31.093Z | Downloaded http v1.4.0 |
| 957 | 2026-03-17T19:18:31.097Z | Downloaded serde_path_to_error v0.1.20 |
| 958 | 2026-03-17T19:18:31.101Z | Downloaded hashbrown v0.13.2 |
| 959 | 2026-03-17T19:18:31.104Z | Downloaded ssh-cipher v0.2.0 |
| 960 | 2026-03-17T19:18:31.104Z | Downloaded signal-hook-mio v0.2.5 |
| 961 | 2026-03-17T19:18:31.104Z | Downloaded crossterm v0.28.1 |
| 962 | 2026-03-17T19:18:31.110Z | Downloaded hashbrown v0.12.3 |
| 963 | 2026-03-17T19:18:31.113Z | Downloaded simd-adler32 v0.3.8 |
| 964 | 2026-03-17T19:18:31.116Z | Downloaded libbz2-rs-sys v0.2.2 |
| 965 | 2026-03-17T19:18:31.116Z | Downloaded structmeta v0.3.0 |
| 966 | 2026-03-17T19:18:31.119Z | Downloaded structmeta-derive v0.3.0 |
| 967 | 2026-03-17T19:18:31.119Z | Downloaded mio v1.1.1 |
| 968 | 2026-03-17T19:18:31.123Z | Downloaded strip-ansi-escapes v0.2.1 |
| 969 | 2026-03-17T19:18:31.126Z | Downloaded slab v0.4.12 |
| 970 | 2026-03-17T19:18:31.126Z | Downloaded subtle v2.6.1 |
| 971 | 2026-03-17T19:18:31.130Z | Downloaded supports-color v3.0.2 |
| 972 | 2026-03-17T19:18:31.130Z | Downloaded rustls-pemfile v2.2.0 |
| 973 | 2026-03-17T19:18:31.133Z | Downloaded sync_wrapper v1.0.2 |
| 974 | 2026-03-17T19:18:31.133Z | Downloaded smf v0.2.3 |
| 975 | 2026-03-17T19:18:31.136Z | Downloaded progenitor-impl v0.11.2 |
| 976 | 2026-03-17T19:18:31.136Z | Downloaded take_mut v0.2.2 |
| 977 | 2026-03-17T19:18:31.136Z | Downloaded tap v1.0.1 |
| 978 | 2026-03-17T19:18:31.139Z | Downloaded tagptr v0.2.0 |
| 979 | 2026-03-17T19:18:31.139Z | Downloaded sync-ptr v0.1.4 |
| 980 | 2026-03-17T19:18:31.143Z | Downloaded smallvec v0.6.14 |
| 981 | 2026-03-17T19:18:31.143Z | Downloaded tabwriter v1.4.1 |
| 982 | 2026-03-17T19:18:31.143Z | Downloaded slog-stdlog v4.1.1 |
| 983 | 2026-03-17T19:18:31.147Z | Downloaded progenitor-impl v0.13.0 |
| 984 | 2026-03-17T19:18:31.147Z | Downloaded russh-keys v0.45.0 |
| 985 | 2026-03-17T19:18:31.150Z | Downloaded sqlparser_derive v0.5.0 |
| 986 | 2026-03-17T19:18:31.150Z | Downloaded sqlformat v0.3.5 |
| 987 | 2026-03-17T19:18:31.153Z | Downloaded stacker v0.1.23 |
| 988 | 2026-03-17T19:18:31.153Z | Downloaded thread-id v5.1.0 |
| 989 | 2026-03-17T19:18:31.156Z | Downloaded termtree v0.5.1 |
| 990 | 2026-03-17T19:18:31.157Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 991 | 2026-03-17T19:18:31.160Z | Downloaded slog-term v2.9.2 |
| 992 | 2026-03-17T19:18:31.160Z | Downloaded time-core v0.1.8 |
| 993 | 2026-03-17T19:18:31.163Z | Downloaded spki v0.7.3 |
| 994 | 2026-03-17T19:18:31.166Z | Downloaded rcgen v0.12.1 |
| 995 | 2026-03-17T19:18:31.166Z | Downloaded hickory-server v0.25.2 |
| 996 | 2026-03-17T19:18:31.169Z | Downloaded ryu v1.0.23 |
| 997 | 2026-03-17T19:18:31.172Z | Downloaded testing_table v0.3.0 |
| 998 | 2026-03-17T19:18:31.175Z | Downloaded slog-scope v4.4.1 |
| 999 | 2026-03-17T19:18:31.176Z | Downloaded sct v0.7.1 |
| 1000 | 2026-03-17T19:18:31.179Z | Downloaded static_assertions v1.1.0 |
| 1001 | 2026-03-17T19:18:31.182Z | Downloaded snafu-derive v0.8.9 |
| 1002 | 2026-03-17T19:18:31.182Z | Downloaded serde-hex v0.1.0 |
| 1003 | 2026-03-17T19:18:31.185Z | Downloaded slog-json v2.6.1 |
| 1004 | 2026-03-17T19:18:31.185Z | Downloaded slog-envlogger v2.2.0 |
| 1005 | 2026-03-17T19:18:31.188Z | Downloaded slog-dtrace v0.3.0 |
| 1006 | 2026-03-17T19:18:31.188Z | Downloaded slog-async v2.8.0 |
| 1007 | 2026-03-17T19:18:31.192Z | Downloaded serde_with_macros v3.17.0 |
| 1008 | 2026-03-17T19:18:31.192Z | Downloaded hashbrown v0.15.5 |
| 1009 | 2026-03-17T19:18:31.196Z | Downloaded support-bundle-viewer v0.1.2 |
| 1010 | 2026-03-17T19:18:31.199Z | Downloaded strum v0.27.2 |
| 1011 | 2026-03-17T19:18:31.199Z | Downloaded strum v0.26.3 |
| 1012 | 2026-03-17T19:18:31.199Z | Downloaded string_cache v0.8.9 |
| 1013 | 2026-03-17T19:18:31.202Z | Downloaded strum_macros v0.24.3 |
| 1014 | 2026-03-17T19:18:31.205Z | Downloaded rustls-pki-types v1.14.0 |
| 1015 | 2026-03-17T19:18:31.205Z | Downloaded hyper-util v0.1.20 |
| 1016 | 2026-03-17T19:18:31.210Z | Downloaded strum_macros v0.26.4 |
| 1017 | 2026-03-17T19:18:31.213Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1018 | 2026-03-17T19:18:31.217Z | Downloaded tabled_derive v0.11.0 |
| 1019 | 2026-03-17T19:18:31.220Z | Downloaded prettyplease v0.2.37 |
| 1020 | 2026-03-17T19:18:31.223Z | Downloaded spin v0.9.8 |
| 1021 | 2026-03-17T19:18:31.223Z | Downloaded aho-corasick v1.1.4 |
| 1022 | 2026-03-17T19:18:31.227Z | Downloaded thiserror-no-std v2.0.2 |
| 1023 | 2026-03-17T19:18:31.231Z | Downloaded topological-sort v0.2.2 |
| 1024 | 2026-03-17T19:18:31.234Z | Downloaded tiny-keccak v2.0.2 |
| 1025 | 2026-03-17T19:18:31.237Z | Downloaded serde_cbor v0.11.2 |
| 1026 | 2026-03-17T19:18:31.237Z | Downloaded schemars v0.8.22 |
| 1027 | 2026-03-17T19:18:31.246Z | Downloaded tinyvec_macros v0.1.1 |
| 1028 | 2026-03-17T19:18:31.249Z | Downloaded termios v0.3.3 |
| 1029 | 2026-03-17T19:18:31.250Z | Downloaded stringprep v0.1.5 |
| 1030 | 2026-03-17T19:18:31.295Z | Downloaded publicsuffix v2.3.0 |
| 1031 | 2026-03-17T19:18:31.295Z | Downloaded try-lock v0.2.5 |
| 1032 | 2026-03-17T19:18:31.295Z | Downloaded trait-variant v0.1.2 |
| 1033 | 2026-03-17T19:18:31.295Z | Downloaded tower-service v0.3.3 |
| 1034 | 2026-03-17T19:18:31.295Z | Downloaded time-macros v0.2.27 |
| 1035 | 2026-03-17T19:18:31.295Z | Downloaded tower-layer v0.3.3 |
| 1036 | 2026-03-17T19:18:31.295Z | Downloaded tokio-dtrace v0.1.1 |
| 1037 | 2026-03-17T19:18:31.295Z | Downloaded nom v7.1.3 |
| 1038 | 2026-03-17T19:18:31.295Z | Downloaded thread_local v1.1.9 |
| 1039 | 2026-03-17T19:18:31.295Z | Downloaded quinn v0.11.9 |
| 1040 | 2026-03-17T19:18:31.295Z | Downloaded typify-macro v0.4.3 |
| 1041 | 2026-03-17T19:18:31.296Z | Downloaded unarray v0.1.4 |
| 1042 | 2026-03-17T19:18:31.296Z | Downloaded typify-macro v0.6.1 |
| 1043 | 2026-03-17T19:18:31.296Z | Downloaded signal-hook v0.3.18 |
| 1044 | 2026-03-17T19:18:31.296Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1045 | 2026-03-17T19:18:31.296Z | Downloaded unit-prefix v0.5.2 |
| 1046 | 2026-03-17T19:18:31.296Z | Downloaded unicode-truncate v1.1.0 |
| 1047 | 2026-03-17T19:18:31.296Z | Downloaded ron v0.8.1 |
| 1048 | 2026-03-17T19:18:31.296Z | Downloaded tokio-native-tls v0.3.1 |
| 1049 | 2026-03-17T19:18:31.296Z | Downloaded tokio-macros v2.6.0 |
| 1050 | 2026-03-17T19:18:31.296Z | Downloaded usdt v0.6.0 |
| 1051 | 2026-03-17T19:18:31.300Z | Downloaded term v0.7.0 |
| 1052 | 2026-03-17T19:18:31.300Z | Downloaded untrusted v0.7.1 |
| 1053 | 2026-03-17T19:18:31.300Z | Downloaded universal-hash v0.5.1 |
| 1054 | 2026-03-17T19:18:31.300Z | Downloaded term v1.2.1 |
| 1055 | 2026-03-17T19:18:31.306Z | Downloaded utf-8 v0.7.6 |
| 1056 | 2026-03-17T19:18:31.306Z | Downloaded rayon-core v1.13.0 |
| 1057 | 2026-03-17T19:18:31.306Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1058 | 2026-03-17T19:18:31.306Z | Downloaded rand v0.9.2 |
| 1059 | 2026-03-17T19:18:31.312Z | Downloaded num-bigint-dig v0.8.6 |
| 1060 | 2026-03-17T19:18:31.316Z | Downloaded socket2 v0.6.2 |
| 1061 | 2026-03-17T19:18:31.320Z | Downloaded iri-string v0.7.10 |
| 1062 | 2026-03-17T19:18:31.325Z | Downloaded wait-timeout v0.2.1 |
| 1063 | 2026-03-17T19:18:31.329Z | Downloaded similar v2.7.0 |
| 1064 | 2026-03-17T19:18:31.332Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1065 | 2026-03-17T19:18:31.335Z | Downloaded num-bigint v0.4.6 |
| 1066 | 2026-03-17T19:18:31.338Z | Downloaded want v0.3.1 |
| 1067 | 2026-03-17T19:18:31.342Z | Downloaded waitgroup v0.1.2 |
| 1068 | 2026-03-17T19:18:31.342Z | Downloaded void v1.0.2 |
| 1069 | 2026-03-17T19:18:31.342Z | Downloaded tui-tree-widget v0.23.1 |
| 1070 | 2026-03-17T19:18:31.345Z | Downloaded qorb v0.4.1 |
| 1071 | 2026-03-17T19:18:31.349Z | Downloaded subprocess v0.2.15 |
| 1072 | 2026-03-17T19:18:31.352Z | Downloaded iddqd v0.3.17 |
| 1073 | 2026-03-17T19:18:31.355Z | Downloaded tls_codec_derive v0.4.2 |
| 1074 | 2026-03-17T19:18:31.358Z | Downloaded schemars v0.9.0 |
| 1075 | 2026-03-17T19:18:31.366Z | Downloaded untrusted v0.9.0 |
| 1076 | 2026-03-17T19:18:31.371Z | Downloaded unicase v2.9.0 |
| 1077 | 2026-03-17T19:18:31.371Z | Downloaded tokio-rustls v0.26.4 |
| 1078 | 2026-03-17T19:18:31.374Z | Downloaded tar v0.4.44 |
| 1079 | 2026-03-17T19:18:31.374Z | Downloaded tokio-stream v0.1.18 |
| 1080 | 2026-03-17T19:18:31.377Z | Downloaded xattr v1.6.1 |
| 1081 | 2026-03-17T19:18:31.381Z | Downloaded usdt-impl v0.6.0 |
| 1082 | 2026-03-17T19:18:31.381Z | Downloaded tokio-tungstenite v0.21.0 |
| 1083 | 2026-03-17T19:18:31.384Z | Downloaded zeroize_derive v1.4.3 |
| 1084 | 2026-03-17T19:18:31.384Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1085 | 2026-03-17T19:18:31.387Z | Downloaded uzers v0.12.2 |
| 1086 | 2026-03-17T19:18:31.387Z | Downloaded zone_cfg_derive v0.3.1 |
| 1087 | 2026-03-17T19:18:31.387Z | Downloaded rand v0.10.0 |
| 1088 | 2026-03-17T19:18:31.390Z | Downloaded hkdf v0.12.4 |
| 1089 | 2026-03-17T19:18:31.396Z | Downloaded snafu v0.8.9 |
| 1090 | 2026-03-17T19:18:31.399Z | Downloaded itertools v0.14.0 |
| 1091 | 2026-03-17T19:18:31.403Z | Downloaded zone v0.3.1 |
| 1092 | 2026-03-17T19:18:31.406Z | Downloaded walkdir v2.5.0 |
| 1093 | 2026-03-17T19:18:31.406Z | Downloaded tracing-attributes v0.1.31 |
| 1094 | 2026-03-17T19:18:31.410Z | Downloaded vsss-rs v3.3.4 |
| 1095 | 2026-03-17T19:18:31.410Z | Downloaded vergen-git2 v1.0.7 |
| 1096 | 2026-03-17T19:18:31.413Z | Downloaded twox-hash v2.1.2 |
| 1097 | 2026-03-17T19:18:31.413Z | Downloaded hyper v1.8.1 |
| 1098 | 2026-03-17T19:18:31.417Z | Downloaded libm v0.2.16 |
| 1099 | 2026-03-17T19:18:31.424Z | Downloaded whoami v1.6.1 |
| 1100 | 2026-03-17T19:18:31.427Z | Downloaded tinyvec v1.10.0 |
| 1101 | 2026-03-17T19:18:31.430Z | Downloaded wyz v0.5.1 |
| 1102 | 2026-03-17T19:18:31.430Z | Downloaded futures-util v0.3.32 |
| 1103 | 2026-03-17T19:18:31.437Z | Downloaded xshell v0.2.7 |
| 1104 | 2026-03-17T19:18:31.440Z | Downloaded whoami v2.1.0 |
| 1105 | 2026-03-17T19:18:31.440Z | Downloaded schemars v1.2.1 |
| 1106 | 2026-03-17T19:18:31.450Z | Downloaded zeroize v1.8.2 |
| 1107 | 2026-03-17T19:18:31.453Z | Downloaded xz2 v0.1.7 |
| 1108 | 2026-03-17T19:18:31.453Z | Downloaded zstd-safe v7.2.4 |
| 1109 | 2026-03-17T19:18:31.457Z | Downloaded rustyline v14.0.0 |
| 1110 | 2026-03-17T19:18:31.460Z | Downloaded toml v0.7.8 |
| 1111 | 2026-03-17T19:18:31.463Z | Downloaded itertools v0.12.1 |
| 1112 | 2026-03-17T19:18:31.468Z | Downloaded vergen-lib v0.1.6 |
| 1113 | 2026-03-17T19:18:31.468Z | Downloaded tracing-core v0.1.36 |
| 1114 | 2026-03-17T19:18:31.472Z | Downloaded vergen v9.0.6 |
| 1115 | 2026-03-17T19:18:31.472Z | Downloaded typify v0.6.1 |
| 1116 | 2026-03-17T19:18:31.475Z | Downloaded zstd v0.13.3 |
| 1117 | 2026-03-17T19:18:31.478Z | Downloaded vergen-gitcl v1.0.8 |
| 1118 | 2026-03-17T19:18:31.478Z | Downloaded steno v0.4.1 |
| 1119 | 2026-03-17T19:18:31.481Z | Downloaded tungstenite v0.21.0 |
| 1120 | 2026-03-17T19:18:31.484Z | Downloaded russh v0.45.0 |
| 1121 | 2026-03-17T19:18:31.488Z | Downloaded typify v0.4.3 |
| 1122 | 2026-03-17T19:18:31.491Z | Downloaded unsafe-libyaml v0.2.11 |
| 1123 | 2026-03-17T19:18:31.494Z | Downloaded unicode-properties v0.1.4 |
| 1124 | 2026-03-17T19:18:31.497Z | Downloaded unicode-bidi v0.3.18 |
| 1125 | 2026-03-17T19:18:31.497Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1126 | 2026-03-17T19:18:31.501Z | Downloaded yasna v0.5.2 |
| 1127 | 2026-03-17T19:18:31.504Z | Downloaded rpassword v7.4.0 |
| 1128 | 2026-03-17T19:18:31.508Z | Downloaded ron v0.12.0 |
| 1129 | 2026-03-17T19:18:31.512Z | Downloaded zerocopy v0.6.6 |
| 1130 | 2026-03-17T19:18:31.515Z | Downloaded uuid v1.21.0 |
| 1131 | 2026-03-17T19:18:31.515Z | Downloaded h2 v0.4.13 |
| 1132 | 2026-03-17T19:18:31.520Z | Downloaded p521 v0.13.3 |
| 1133 | 2026-03-17T19:18:31.524Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1134 | 2026-03-17T19:18:31.527Z | Downloaded itertools v0.13.0 |
| 1135 | 2026-03-17T19:18:31.531Z | Downloaded tungstenite v0.23.0 |
| 1136 | 2026-03-17T19:18:31.534Z | Downloaded xshell-macros v0.2.7 |
| 1137 | 2026-03-17T19:18:31.534Z | Downloaded test-strategy v0.4.5 |
| 1138 | 2026-03-17T19:18:31.537Z | Downloaded aws-lc-rs v1.16.0 |
| 1139 | 2026-03-17T19:18:31.544Z | Downloaded socket2 v0.5.10 |
| 1140 | 2026-03-17T19:18:31.547Z | Downloaded tokio-rustls v0.25.0 |
| 1141 | 2026-03-17T19:18:31.547Z | Downloaded tokio-rustls v0.24.1 |
| 1142 | 2026-03-17T19:18:31.550Z | Downloaded samael v0.0.19 |
| 1143 | 2026-03-17T19:18:31.553Z | Downloaded vte v0.14.1 |
| 1144 | 2026-03-17T19:18:31.556Z | Downloaded ssh-key v0.6.7 |
| 1145 | 2026-03-17T19:18:31.560Z | Downloaded zopfli v0.8.3 |
| 1146 | 2026-03-17T19:18:31.563Z | Downloaded reedline v0.40.0 |
| 1147 | 2026-03-17T19:18:31.567Z | Downloaded rustls-webpki v0.103.9 |
| 1148 | 2026-03-17T19:18:31.570Z | Downloaded bitvec v1.0.1 |
| 1149 | 2026-03-17T19:18:31.582Z | Downloaded yansi v1.0.1 |
| 1150 | 2026-03-17T19:18:31.585Z | Downloaded zip v0.6.6 |
| 1151 | 2026-03-17T19:18:31.588Z | Downloaded toml_edit v0.19.15 |
| 1152 | 2026-03-17T19:18:31.599Z | Downloaded unicode_categories v0.1.1 |
| 1153 | 2026-03-17T19:18:31.602Z | Downloaded p384 v0.13.1 |
| 1154 | 2026-03-17T19:18:31.606Z | Downloaded reqwest v0.13.2 |
| 1155 | 2026-03-17T19:18:31.610Z | Downloaded reqwest v0.12.28 |
| 1156 | 2026-03-17T19:18:31.615Z | Downloaded tokio-postgres v0.7.16 |
| 1157 | 2026-03-17T19:18:31.620Z | Downloaded regex v1.12.3 |
| 1158 | 2026-03-17T19:18:31.624Z | Downloaded tower v0.5.3 |
| 1159 | 2026-03-17T19:18:31.631Z | Downloaded bindgen v0.71.1 |
| 1160 | 2026-03-17T19:18:31.637Z | Downloaded portable-atomic v1.13.1 |
| 1161 | 2026-03-17T19:18:31.643Z | Downloaded x509-cert v0.2.5 |
| 1162 | 2026-03-17T19:18:31.647Z | Downloaded zerocopy-derive v0.8.40 |
| 1163 | 2026-03-17T19:18:31.654Z | Downloaded rayon v1.11.0 |
| 1164 | 2026-03-17T19:18:31.660Z | Downloaded chrono v0.4.44 |
| 1165 | 2026-03-17T19:18:31.666Z | Downloaded typed-path v0.9.3 |
| 1166 | 2026-03-17T19:18:31.670Z | Downloaded moka v0.12.13 |
| 1167 | 2026-03-17T19:18:31.676Z | Downloaded unicode-segmentation v1.12.0 |
| 1168 | 2026-03-17T19:18:31.679Z | Downloaded tower-http v0.6.8 |
| 1169 | 2026-03-17T19:18:31.685Z | Downloaded unicode-normalization v0.1.25 |
| 1170 | 2026-03-17T19:18:31.688Z | Downloaded lalrpop v0.19.12 |
| 1171 | 2026-03-17T19:18:31.696Z | Downloaded tough v0.20.0 |
| 1172 | 2026-03-17T19:18:31.703Z | Downloaded rustls-webpki v0.102.8 |
| 1173 | 2026-03-17T19:18:31.717Z | Downloaded tokio-util v0.7.18 |
| 1174 | 2026-03-17T19:18:31.722Z | Downloaded proptest v1.10.0 |
| 1175 | 2026-03-17T19:18:31.729Z | Downloaded serde_with v3.17.0 |
| 1176 | 2026-03-17T19:18:31.738Z | Downloaded quick-xml v0.37.5 |
| 1177 | 2026-03-17T19:18:31.743Z | Downloaded zip v4.6.1 |
| 1178 | 2026-03-17T19:18:31.746Z | Downloaded winnow v0.5.40 |
| 1179 | 2026-03-17T19:18:31.754Z | Downloaded openssl v0.10.75 |
| 1180 | 2026-03-17T19:18:31.761Z | Downloaded nix v0.27.1 |
| 1181 | 2026-03-17T19:18:31.768Z | Downloaded petname v2.0.2 |
| 1182 | 2026-03-17T19:18:31.772Z | Downloaded winnow v0.6.26 |
| 1183 | 2026-03-17T19:18:31.779Z | Downloaded goblin v0.10.5 |
| 1184 | 2026-03-17T19:18:31.784Z | Downloaded object v0.30.4 |
| 1185 | 2026-03-17T19:18:31.791Z | Downloaded bstr v1.12.1 |
| 1186 | 2026-03-17T19:18:31.798Z | Downloaded tabled v0.20.0 |
| 1187 | 2026-03-17T19:18:31.810Z | Downloaded smoltcp v0.9.1 |
| 1188 | 2026-03-17T19:18:31.818Z | Downloaded radix_trie v0.2.1 |
| 1189 | 2026-03-17T19:18:31.822Z | Downloaded zlib-rs v0.6.2 |
| 1190 | 2026-03-17T19:18:31.826Z | Downloaded quinn-proto v0.11.13 |
| 1191 | 2026-03-17T19:18:31.831Z | Downloaded polar-core v0.27.3 |
| 1192 | 2026-03-17T19:18:31.837Z | Downloaded object v0.37.3 |
| 1193 | 2026-03-17T19:18:31.846Z | Downloaded vcpkg v0.2.15 |
| 1194 | 2026-03-17T19:18:31.875Z | Downloaded nix v0.28.0 |
| 1195 | 2026-03-17T19:18:31.884Z | Downloaded rustls v0.21.12 |
| 1196 | 2026-03-17T19:18:31.892Z | Downloaded webpki-roots v1.0.6 |
| 1197 | 2026-03-17T19:18:31.897Z | Downloaded openapiv3 v2.2.0 |
| 1198 | 2026-03-17T19:18:31.904Z | Downloaded time v0.3.47 |
| 1199 | 2026-03-17T19:18:31.913Z | Downloaded hickory-proto v0.25.2 |
| 1200 | 2026-03-17T19:18:31.925Z | Downloaded rustls v0.23.37 |
| 1201 | 2026-03-17T19:18:31.935Z | Downloaded nix v0.31.1 |
| 1202 | 2026-03-17T19:18:31.942Z | Downloaded regex-syntax v0.6.29 |
| 1203 | 2026-03-17T19:18:31.948Z | Downloaded nix v0.29.0 |
| 1204 | 2026-03-17T19:18:31.957Z | Downloaded smoltcp v0.11.0 |
| 1205 | 2026-03-17T19:18:31.967Z | Downloaded regress v0.10.5 |
| 1206 | 2026-03-17T19:18:31.974Z | Downloaded rustls v0.22.4 |
| 1207 | 2026-03-17T19:18:31.984Z | Downloaded zerocopy v0.8.40 |
| 1208 | 2026-03-17T19:18:31.991Z | Downloaded diesel v2.3.7 |
| 1209 | 2026-03-17T19:18:32.007Z | Downloaded rustix v0.38.44 |
| 1210 | 2026-03-17T19:18:32.024Z | Downloaded hickory-proto v0.24.4 |
| 1211 | 2026-03-17T19:18:32.036Z | Downloaded typify-impl v0.6.1 |
| 1212 | 2026-03-17T19:18:32.048Z | Downloaded tracing v0.1.44 |
| 1213 | 2026-03-17T19:18:32.067Z | Downloaded regex-syntax v0.8.10 |
| 1214 | 2026-03-17T19:18:32.073Z | Downloaded sqlparser v0.61.0 |
| 1215 | 2026-03-17T19:18:32.081Z | Downloaded typify-impl v0.4.3 |
| 1216 | 2026-03-17T19:18:32.093Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1217 | 2026-03-17T19:18:32.103Z | Downloaded zerocopy-derive v0.6.6 |
| 1218 | 2026-03-17T19:18:32.110Z | Downloaded sled v0.34.7 |
| 1219 | 2026-03-17T19:18:32.118Z | Downloaded dropshot v0.16.7 |
| 1220 | 2026-03-17T19:18:32.135Z | Downloaded git2 v0.20.4 |
| 1221 | 2026-03-17T19:18:32.141Z | Downloaded petgraph v0.6.5 |
| 1222 | 2026-03-17T19:18:32.155Z | Downloaded ratatui v0.29.0 |
| 1223 | 2026-03-17T19:18:32.171Z | Downloaded lzma-sys v0.1.20 |
| 1224 | 2026-03-17T19:18:32.192Z | Downloaded chrono-tz v0.10.4 |
| 1225 | 2026-03-17T19:18:33.210Z | Downloaded curve25519-dalek v4.1.3 |
| 1226 | 2026-03-17T19:18:33.215Z | Downloaded salty v0.3.0 |
| 1227 | 2026-03-17T19:18:33.215Z | Downloaded rustls-webpki v0.101.7 |
| 1228 | 2026-03-17T19:18:33.215Z | Downloaded regex-automata v0.4.14 |
| 1229 | 2026-03-17T19:18:33.215Z | Downloaded usdt-macro v0.6.0 |
| 1230 | 2026-03-17T19:18:33.215Z | Downloaded libz-sys v1.1.24 |
| 1231 | 2026-03-17T19:18:33.215Z | Downloaded jiff v0.2.21 |
| 1232 | 2026-03-17T19:18:33.215Z | Downloaded usdt-attr-macro v0.6.0 |
| 1233 | 2026-03-17T19:18:33.215Z | Downloaded tokio-tungstenite v0.23.1 |
| 1234 | 2026-03-17T19:18:33.215Z | Downloaded strum_macros v0.27.2 |
| 1235 | 2026-03-17T19:18:33.215Z | Downloaded tokio v1.49.0 |
| 1236 | 2026-03-17T19:18:33.215Z | Downloaded slog v2.8.2 |
| 1237 | 2026-03-17T19:18:33.215Z | Downloaded rsa v0.9.10 |
| 1238 | 2026-03-17T19:18:33.215Z | Downloaded tls_codec v0.4.2 |
| 1239 | 2026-03-17T19:18:33.215Z | Downloaded rand v0.8.5 |
| 1240 | 2026-03-17T19:18:33.215Z | Downloaded libxml v0.3.3 |
| 1241 | 2026-03-17T19:18:33.215Z | Downloaded crossterm v0.29.0 |
| 1242 | 2026-03-17T19:18:33.215Z | Downloaded petgraph v0.8.3 |
| 1243 | 2026-03-17T19:18:33.215Z | Downloaded itertools v0.10.5 |
| 1244 | 2026-03-17T19:18:33.215Z | Downloaded shlex v1.3.0 |
| 1245 | 2026-03-17T19:18:33.215Z | Downloaded csv v1.4.0 |
| 1246 | 2026-03-17T19:18:33.215Z | Downloaded hickory-resolver v0.25.2 |
| 1247 | 2026-03-17T19:18:33.216Z | Downloaded rtoolbox v0.0.3 |
| 1248 | 2026-03-17T19:18:33.216Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1249 | 2026-03-17T19:18:33.216Z | Downloaded peg-macros v0.8.5 |
| 1250 | 2026-03-17T19:18:33.216Z | Downloaded crypto-bigint v0.5.5 |
| 1251 | 2026-03-17T19:18:33.216Z | Downloaded cc v1.2.56 |
| 1252 | 2026-03-17T19:18:33.216Z | Downloaded sha3 v0.10.8 |
| 1253 | 2026-03-17T19:18:33.216Z | Downloaded expectorate v1.2.0 |
| 1254 | 2026-03-17T19:18:33.216Z | Downloaded pin-project-lite v0.2.17 |
| 1255 | 2026-03-17T19:18:33.216Z | Downloaded peg v0.8.5 |
| 1256 | 2026-03-17T19:18:33.216Z | Downloaded der v0.7.10 |
| 1257 | 2026-03-17T19:18:33.216Z | Downloaded futures v0.3.32 |
| 1258 | 2026-03-17T19:18:33.216Z | Downloaded pem v3.0.6 |
| 1259 | 2026-03-17T19:18:33.216Z | Downloaded getrandom v0.3.4 |
| 1260 | 2026-03-17T19:18:33.216Z | Downloaded num-integer v0.1.46 |
| 1261 | 2026-03-17T19:18:33.216Z | Downloaded elliptic-curve v0.13.8 |
| 1262 | 2026-03-17T19:18:33.216Z | Downloaded nu-ansi-term v0.50.3 |
| 1263 | 2026-03-17T19:18:33.216Z | Downloaded half v2.7.1 |
| 1264 | 2026-03-17T19:18:33.216Z | Downloaded clang-sys v1.8.1 |
| 1265 | 2026-03-17T19:18:33.216Z | Downloaded bytes v1.11.1 |
| 1266 | 2026-03-17T19:18:33.216Z | Downloaded base64 v0.22.1 |
| 1267 | 2026-03-17T19:18:33.216Z | Downloaded ciborium v0.2.2 |
| 1268 | 2026-03-17T19:18:33.216Z | Downloaded hyper-staticfile v0.10.1 |
| 1269 | 2026-03-17T19:18:33.217Z | Downloaded getrandom v0.2.17 |
| 1270 | 2026-03-17T19:18:33.217Z | Downloaded dropshot_endpoint v0.16.7 |
| 1271 | 2026-03-17T19:18:33.217Z | Downloaded mime v0.3.17 |
| 1272 | 2026-03-17T19:18:33.217Z | Downloaded ingot v0.1.1 |
| 1273 | 2026-03-17T19:18:33.217Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1274 | 2026-03-17T19:18:33.217Z | Downloaded darling v0.20.11 |
| 1275 | 2026-03-17T19:18:33.217Z | Downloaded instant v0.1.13 |
| 1276 | 2026-03-17T19:18:33.217Z | Downloaded instability v0.3.11 |
| 1277 | 2026-03-17T19:18:33.217Z | Downloaded indent_write v2.2.0 |
| 1278 | 2026-03-17T19:18:33.217Z | Downloaded ident_case v1.0.1 |
| 1279 | 2026-03-17T19:18:33.217Z | Downloaded group v0.13.0 |
| 1280 | 2026-03-17T19:18:33.217Z | Downloaded glob v0.3.3 |
| 1281 | 2026-03-17T19:18:33.217Z | Downloaded fs-err v2.11.0 |
| 1282 | 2026-03-17T19:18:33.217Z | Downloaded find-msvc-tools v0.1.9 |
| 1283 | 2026-03-17T19:18:33.217Z | Downloaded crc32fast v1.5.0 |
| 1284 | 2026-03-17T19:18:33.217Z | Downloaded colored v3.1.1 |
| 1285 | 2026-03-17T19:18:33.217Z | Downloaded cmake v0.1.57 |
| 1286 | 2026-03-17T19:18:33.217Z | Downloaded chacha20 v0.10.0 |
| 1287 | 2026-03-17T19:18:33.217Z | Downloaded cargo_toml v0.22.3 |
| 1288 | 2026-03-17T19:18:33.217Z | Downloaded cancel-safe-futures v0.1.5 |
| 1289 | 2026-03-17T19:18:33.217Z | Downloaded blake2 v0.10.6 |
| 1290 | 2026-03-17T19:18:33.217Z | Downloaded bit-vec v0.6.3 |
| 1291 | 2026-03-17T19:18:33.217Z | Downloaded bit-set v0.5.3 |
| 1292 | 2026-03-17T19:18:33.217Z | Downloaded deranged v0.5.8 |
| 1293 | 2026-03-17T19:18:33.217Z | Downloaded diesel-dtrace v0.5.0 |
| 1294 | 2026-03-17T19:18:33.217Z | Downloaded home v0.5.12 |
| 1295 | 2026-03-17T19:18:33.217Z | Downloaded bitfield v0.19.4 |
| 1296 | 2026-03-17T19:18:33.217Z | Downloaded csv-core v0.1.13 |
| 1297 | 2026-03-17T19:18:33.218Z | Downloaded argon2 v0.5.3 |
| 1298 | 2026-03-17T19:18:33.218Z | Downloaded cassowary v0.3.0 |
| 1299 | 2026-03-17T19:18:33.218Z | Downloaded cargo_metadata v0.19.2 |
| 1300 | 2026-03-17T19:18:33.218Z | Downloaded bit-vec v0.8.0 |
| 1301 | 2026-03-17T19:18:33.218Z | Downloaded bcs v0.1.6 |
| 1302 | 2026-03-17T19:18:33.218Z | Downloaded ctr v0.9.2 |
| 1303 | 2026-03-17T19:18:33.218Z | Downloaded encoding_rs v0.8.35 |
| 1304 | 2026-03-17T19:18:33.218Z | Downloaded bitflags v1.3.2 |
| 1305 | 2026-03-17T19:18:33.218Z | Downloaded backoff v0.4.0 |
| 1306 | 2026-03-17T19:18:33.218Z | Downloaded futures-io v0.3.32 |
| 1307 | 2026-03-17T19:18:33.218Z | Downloaded funty v2.0.0 |
| 1308 | 2026-03-17T19:18:33.218Z | Downloaded ghash v0.5.1 |
| 1309 | 2026-03-17T19:18:33.218Z | Downloaded futures-sink v0.3.32 |
| 1310 | 2026-03-17T19:18:33.218Z | Downloaded derive_builder_macro v0.20.2 |
| 1311 | 2026-03-17T19:18:33.218Z | Downloaded dirs-next v2.0.0 |
| 1312 | 2026-03-17T19:18:33.218Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1313 | 2026-03-17T19:18:33.218Z | Downloaded defmt v0.3.100 |
| 1314 | 2026-03-17T19:18:33.218Z | Downloaded atomicwrites v0.4.4 |
| 1315 | 2026-03-17T19:18:33.218Z | Downloaded bb8 v0.8.6 |
| 1316 | 2026-03-17T19:18:33.218Z | Downloaded blowfish v0.9.1 |
| 1317 | 2026-03-17T19:18:33.218Z | Downloaded async-stream v0.3.6 |
| 1318 | 2026-03-17T19:18:33.218Z | Downloaded bit-set v0.8.0 |
| 1319 | 2026-03-17T19:18:33.218Z | Downloaded ascii-canvas v3.0.0 |
| 1320 | 2026-03-17T19:18:33.218Z | Downloaded ring v0.17.14 |
| 1321 | 2026-03-17T19:18:33.218Z | Downloaded cbc v0.1.2 |
| 1322 | 2026-03-17T19:18:33.218Z | Downloaded bzip2 v0.4.4 |
| 1323 | 2026-03-17T19:18:33.218Z | Downloaded async-trait v0.1.89 |
| 1324 | 2026-03-17T19:18:33.218Z | Downloaded darling_core v0.20.11 |
| 1325 | 2026-03-17T19:18:33.218Z | Downloaded cfg_aliases v0.2.1 |
| 1326 | 2026-03-17T19:18:33.222Z | Downloaded array-init v0.0.4 |
| 1327 | 2026-03-17T19:18:33.222Z | Downloaded darling_macro v0.21.3 |
| 1328 | 2026-03-17T19:18:33.222Z | Downloaded darling v0.23.0 |
| 1329 | 2026-03-17T19:18:33.222Z | Downloaded darling v0.21.3 |
| 1330 | 2026-03-17T19:18:33.222Z | Downloaded ciborium-ll v0.2.2 |
| 1331 | 2026-03-17T19:18:33.222Z | Downloaded allocator-api2 v0.2.21 |
| 1332 | 2026-03-17T19:18:33.222Z | Downloaded convert_case v0.4.0 |
| 1333 | 2026-03-17T19:18:33.222Z | Downloaded cobs v0.3.0 |
| 1334 | 2026-03-17T19:18:33.222Z | Downloaded castaway v0.2.4 |
| 1335 | 2026-03-17T19:18:33.222Z | Downloaded blake3 v1.8.3 |
| 1336 | 2026-03-17T19:18:33.222Z | Downloaded dirs-sys-next v0.1.2 |
| 1337 | 2026-03-17T19:18:33.222Z | Downloaded crunchy v0.2.4 |
| 1338 | 2026-03-17T19:18:33.222Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1339 | 2026-03-17T19:18:33.222Z | Downloaded aws-lc-sys v0.37.1 |
| 1340 | 2026-03-17T19:18:33.373Z | Compiling libc v0.2.180 |
| 1341 | 2026-03-17T19:18:33.373Z | Compiling serde v1.0.228 |
| 1342 | 2026-03-17T19:18:33.376Z | Compiling log v0.4.29 |
| 1343 | 2026-03-17T19:18:33.376Z | Compiling find-msvc-tools v0.1.9 |
| 1344 | 2026-03-17T19:18:33.376Z | Compiling shlex v1.3.0 |
| 1345 | 2026-03-17T19:18:33.533Z | Compiling smallvec v1.15.1 |
| 1346 | 2026-03-17T19:18:33.560Z | Compiling syn v2.0.117 |
| 1347 | 2026-03-17T19:18:33.572Z | Compiling typenum v1.19.0 |
| 1348 | 2026-03-17T19:18:33.780Z | Compiling generic-array v0.14.7 |
| 1349 | 2026-03-17T19:18:33.815Z | Compiling subtle v2.6.1 |
| 1350 | 2026-03-17T19:18:33.839Z | Compiling scopeguard v1.2.0 |
| 1351 | 2026-03-17T19:18:33.910Z | Compiling portable-atomic v1.13.1 |
| 1352 | 2026-03-17T19:18:33.931Z | Compiling const-oid v0.9.6 |
| 1353 | 2026-03-17T19:18:33.965Z | Compiling lock_api v0.4.14 |
| 1354 | 2026-03-17T19:18:34.031Z | Compiling critical-section v1.2.0 |
| 1355 | 2026-03-17T19:18:34.089Z | Compiling zerocopy v0.8.40 |
| 1356 | 2026-03-17T19:18:34.159Z | Compiling serde_json v1.0.149 |
| 1357 | 2026-03-17T19:18:34.260Z | Compiling parking_lot_core v0.9.12 |
| 1358 | 2026-03-17T19:18:34.397Z | Compiling pin-project-lite v0.2.17 |
| 1359 | 2026-03-17T19:18:34.617Z | Compiling pkg-config v0.3.32 |
| 1360 | 2026-03-17T19:18:34.655Z | Compiling getrandom v0.2.17 |
| 1361 | 2026-03-17T19:18:34.735Z | Compiling jobserver v0.1.34 |
| 1362 | 2026-03-17T19:18:34.873Z | Compiling rand_core v0.6.4 |
| 1363 | 2026-03-17T19:18:34.930Z | Compiling errno v0.3.14 |
| 1364 | 2026-03-17T19:18:35.001Z | Compiling cc v1.2.56 |
| 1365 | 2026-03-17T19:18:35.112Z | Compiling signal-hook-registry v1.4.8 |
| 1366 | 2026-03-17T19:18:35.207Z | Compiling once_cell v1.21.3 |
| 1367 | 2026-03-17T19:18:35.273Z | Compiling mio v1.1.1 |
| 1368 | 2026-03-17T19:18:35.364Z | Compiling bitflags v2.11.0 |
| 1369 | 2026-03-17T19:18:35.453Z | Compiling libm v0.2.16 |
| 1370 | 2026-03-17T19:18:35.470Z | Compiling parking_lot v0.12.5 |
| 1371 | 2026-03-17T19:18:35.586Z | Compiling num-traits v0.2.19 |
| 1372 | 2026-03-17T19:18:35.658Z | Compiling futures-core v0.3.32 |
| 1373 | 2026-03-17T19:18:35.854Z | Compiling socket2 v0.6.2 |
| 1374 | 2026-03-17T19:18:35.897Z | Compiling percent-encoding v2.3.2 |
| 1375 | 2026-03-17T19:18:35.957Z | Compiling allocator-api2 v0.2.21 |
| 1376 | 2026-03-17T19:18:36.010Z | Compiling futures-sink v0.3.32 |
| 1377 | 2026-03-17T19:18:36.102Z | Compiling cpufeatures v0.2.17 |
| 1378 | 2026-03-17T19:18:36.136Z | Compiling foldhash v0.2.0 |
| 1379 | 2026-03-17T19:18:36.154Z | Compiling futures-channel v0.3.32 |
| 1380 | 2026-03-17T19:18:36.194Z | Compiling getrandom v0.4.1 |
| 1381 | 2026-03-17T19:18:36.408Z | Compiling slab v0.4.12 |
| 1382 | 2026-03-17T19:18:36.508Z | Compiling hashbrown v0.16.1 |
| 1383 | 2026-03-17T19:18:36.539Z | Compiling futures-task v0.3.32 |
| 1384 | 2026-03-17T19:18:36.559Z | Compiling futures-io v0.3.32 |
| 1385 | 2026-03-17T19:18:36.668Z | Compiling getrandom v0.3.4 |
| 1386 | 2026-03-17T19:18:36.759Z | Compiling rand_core v0.10.0 |
| 1387 | 2026-03-17T19:18:36.776Z | Compiling rustversion v1.0.22 |
| 1388 | 2026-03-17T19:18:36.796Z | Compiling form_urlencoded v1.2.2 |
| 1389 | 2026-03-17T19:18:37.250Z | Compiling indexmap v2.13.0 |
| 1390 | 2026-03-17T19:18:37.268Z | Compiling cmake v0.1.57 |
| 1391 | 2026-03-17T19:18:37.331Z | Compiling dunce v1.0.5 |
| 1392 | 2026-03-17T19:18:37.453Z | Compiling ident_case v1.0.1 |
| 1393 | 2026-03-17T19:18:37.523Z | Compiling fs_extra v1.3.0 |
| 1394 | 2026-03-17T19:18:37.619Z | Compiling base64ct v1.8.3 |
| 1395 | 2026-03-17T19:18:37.804Z | Compiling synstructure v0.13.2 |
| 1396 | 2026-03-17T19:18:37.889Z | Compiling aws-lc-sys v0.37.1 |
| 1397 | 2026-03-17T19:18:37.920Z | Compiling flagset v0.4.7 |
| 1398 | 2026-03-17T19:18:38.012Z | Compiling pem-rfc7468 v0.7.0 |
| 1399 | 2026-03-17T19:18:38.119Z | Compiling rand_core v0.9.5 |
| 1400 | 2026-03-17T19:18:38.119Z | Compiling iana-time-zone v0.1.65 |
| 1401 | 2026-03-17T19:18:38.119Z | Compiling rustix v1.1.3 |
| 1402 | 2026-03-17T19:18:38.153Z | Compiling ring v0.17.14 |
| 1403 | 2026-03-17T19:18:38.313Z | Compiling uuid v1.21.0 |
| 1404 | 2026-03-17T19:18:38.382Z | Compiling rustc_version v0.4.1 |
| 1405 | 2026-03-17T19:18:38.424Z | Compiling vcpkg v0.2.15 |
| 1406 | 2026-03-17T19:18:38.650Z | Compiling regex-syntax v0.8.10 |
| 1407 | 2026-03-17T19:18:38.821Z | Compiling aws-lc-rs v1.16.0 |
| 1408 | 2026-03-17T19:18:39.187Z | Compiling tracing-core v0.1.36 |
| 1409 | 2026-03-17T19:18:39.227Z | Compiling crossbeam-utils v0.8.21 |
| 1410 | 2026-03-17T19:18:39.430Z | Compiling openssl-sys v0.9.111 |
| 1411 | 2026-03-17T19:18:39.621Z | Compiling pest_generator v2.8.6 |
| 1412 | 2026-03-17T19:18:39.940Z | Compiling serde_derive_internals v0.29.1 |
| 1413 | 2026-03-17T19:18:40.197Z | Compiling syn v1.0.109 |
| 1414 | 2026-03-17T19:18:40.316Z | Compiling serde_derive v1.0.228 |
| 1415 | 2026-03-17T19:18:40.510Z | Compiling zeroize_derive v1.4.3 |
| 1416 | 2026-03-17T19:18:40.581Z | Compiling zerofrom-derive v0.1.6 |
| 1417 | 2026-03-17T19:18:40.598Z | Compiling yoke-derive v0.8.1 |
| 1418 | 2026-03-17T19:18:41.175Z | Compiling zerocopy-derive v0.8.40 |
| 1419 | 2026-03-17T19:18:41.377Z | Compiling zeroize v1.8.2 |
| 1420 | 2026-03-17T19:18:41.931Z | Compiling zerovec-derive v0.11.2 |
| 1421 | 2026-03-17T19:18:42.201Z | Compiling displaydoc v0.2.5 |
| 1422 | 2026-03-17T19:18:42.437Z | Compiling crypto-common v0.1.7 |
| 1423 | 2026-03-17T19:18:42.530Z | Compiling zerofrom v0.1.6 |
| 1424 | 2026-03-17T19:18:42.614Z | Compiling block-buffer v0.10.4 |
| 1425 | 2026-03-17T19:18:42.687Z | Compiling yoke v0.8.1 |
| 1426 | 2026-03-17T19:18:42.824Z | Compiling digest v0.10.7 |
| 1427 | 2026-03-17T19:18:42.929Z | Compiling tokio-macros v2.6.0 |
| 1428 | 2026-03-17T19:18:43.136Z | Compiling hmac v0.12.1 |
| 1429 | 2026-03-17T19:18:43.156Z | Compiling zerotrie v0.2.3 |
| 1430 | 2026-03-17T19:18:43.333Z | Compiling futures-macro v0.3.32 |
| 1431 | 2026-03-17T19:18:43.410Z | Compiling zerovec v0.11.5 |
| 1432 | 2026-03-17T19:18:43.539Z | Compiling block-padding v0.3.3 |
| 1433 | 2026-03-17T19:18:43.739Z | Compiling inout v0.1.4 |
| 1434 | 2026-03-17T19:18:43.877Z | Compiling sha2 v0.10.9 |
| 1435 | 2026-03-17T19:18:43.950Z | Compiling cipher v0.4.4 |
| 1436 | 2026-03-17T19:18:44.088Z | Compiling tinystr v0.8.2 |
| 1437 | 2026-03-17T19:18:44.288Z | Compiling potential_utf v0.1.4 |
| 1438 | 2026-03-17T19:18:44.360Z | Compiling icu_locale_core v2.1.1 |
| 1439 | 2026-03-17T19:18:44.379Z | Compiling futures-util v0.3.32 |
| 1440 | 2026-03-17T19:18:44.454Z | Compiling icu_collections v2.1.1 |
| 1441 | 2026-03-17T19:18:44.493Z | Compiling der_derive v0.7.3 |
| 1442 | 2026-03-17T19:18:45.046Z | Compiling bytes v1.11.1 |
| 1443 | 2026-03-17T19:18:45.079Z | Compiling chrono v0.4.44 |
| 1444 | 2026-03-17T19:18:45.590Z | Compiling icu_provider v2.1.1 |
| 1445 | 2026-03-17T19:18:45.719Z | Compiling tokio v1.49.0 |
| 1446 | 2026-03-17T19:18:45.723Z | Compiling der v0.7.10 |
| 1447 | 2026-03-17T19:18:45.864Z | Compiling http v1.4.0 |
| 1448 | 2026-03-17T19:18:45.968Z | Compiling icu_properties v2.1.2 |
| 1449 | 2026-03-17T19:18:46.979Z | Compiling icu_normalizer v2.1.1 |
| 1450 | 2026-03-17T19:18:47.158Z | Compiling spki v0.7.3 |
| 1451 | 2026-03-17T19:18:47.421Z | Compiling idna_adapter v1.2.1 |
| 1452 | 2026-03-17T19:18:47.445Z | Compiling ppv-lite86 v0.2.21 |
| 1453 | 2026-03-17T19:18:47.494Z | Compiling salsa20 v0.10.2 |
| 1454 | 2026-03-17T19:18:47.542Z | Compiling pbkdf2 v0.12.2 |
| 1455 | 2026-03-17T19:18:47.562Z | Compiling idna v1.1.0 |
| 1456 | 2026-03-17T19:18:47.586Z | Compiling thiserror-impl v2.0.18 |
| 1457 | 2026-03-17T19:18:47.661Z | Compiling scrypt v0.11.0 |
| 1458 | 2026-03-17T19:18:47.680Z | Compiling aes v0.8.4 |
| 1459 | 2026-03-17T19:18:47.699Z | Compiling cbc v0.1.2 |
| 1460 | 2026-03-17T19:18:47.878Z | Compiling rand_chacha v0.9.0 |
| 1461 | 2026-03-17T19:18:47.878Z | Compiling rustls-pki-types v1.14.0 |
| 1462 | 2026-03-17T19:18:47.978Z | Compiling url v2.5.8 |
| 1463 | 2026-03-17T19:18:48.412Z | Compiling tracing-attributes v0.1.31 |
| 1464 | 2026-03-17T19:18:48.477Z | Compiling pkcs5 v0.7.1 |
| 1465 | 2026-03-17T19:18:48.782Z | Compiling rand v0.9.2 |
| 1466 | 2026-03-17T19:18:49.034Z | Compiling http-body v1.0.1 |
| 1467 | 2026-03-17T19:18:49.171Z | Compiling base64 v0.22.1 |
| 1468 | 2026-03-17T19:18:49.177Z | Compiling httparse v1.10.1 |
| 1469 | 2026-03-17T19:18:49.221Z | Compiling untrusted v0.9.0 |
| 1470 | 2026-03-17T19:18:49.341Z | Compiling thiserror v2.0.18 |
| 1471 | 2026-03-17T19:18:49.369Z | Compiling untrusted v0.7.1 |
| 1472 | 2026-03-17T19:18:49.470Z | Compiling openssl-probe v0.2.1 |
| 1473 | 2026-03-17T19:18:49.489Z | Compiling schemars v0.8.22 |
| 1474 | 2026-03-17T19:18:49.595Z | Compiling pkcs8 v0.10.2 |
| 1475 | 2026-03-17T19:18:49.688Z | Compiling schemars_derive v0.8.22 |
| 1476 | 2026-03-17T19:18:49.757Z | Compiling pest_derive v2.8.6 |
| 1477 | 2026-03-17T19:18:49.859Z | Compiling scroll_derive v0.13.1 |
| 1478 | 2026-03-17T19:18:50.201Z | Compiling tracing v0.1.44 |
| 1479 | 2026-03-17T19:18:50.286Z | Compiling darling_core v0.20.11 |
| 1480 | 2026-03-17T19:18:50.540Z | Compiling rustls v0.23.37 |
| 1481 | 2026-03-17T19:18:50.636Z | Compiling tower-service v0.3.3 |
| 1482 | 2026-03-17T19:18:50.751Z | Compiling tokio-util v0.7.18 |
| 1483 | 2026-03-17T19:18:50.755Z | Compiling tinyvec_macros v0.1.1 |
| 1484 | 2026-03-17T19:18:50.840Z | Compiling atomic-waker v1.1.2 |
| 1485 | 2026-03-17T19:18:50.911Z | Compiling tower-layer v0.3.3 |
| 1486 | 2026-03-17T19:18:50.992Z | Compiling try-lock v0.2.5 |
| 1487 | 2026-03-17T19:18:51.113Z | Compiling dyn-clone v1.0.20 |
| 1488 | 2026-03-17T19:18:51.132Z | Compiling want v0.3.1 |
| 1489 | 2026-03-17T19:18:51.285Z | Compiling scroll v0.13.0 |
| 1490 | 2026-03-17T19:18:51.390Z | Compiling tinyvec v1.10.0 |
| 1491 | 2026-03-17T19:18:51.855Z | Compiling h2 v0.4.13 |
| 1492 | 2026-03-17T19:18:52.212Z | Compiling ipnet v2.11.0 |
| 1493 | 2026-03-17T19:18:52.412Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1494 | 2026-03-17T19:18:52.885Z | Compiling spin v0.9.8 |
| 1495 | 2026-03-17T19:18:52.906Z | Compiling aho-corasick v1.1.4 |
| 1496 | 2026-03-17T19:18:53.151Z | Compiling httpdate v1.0.3 |
| 1497 | 2026-03-17T19:18:53.200Z | Compiling num-conv v0.2.0 |
| 1498 | 2026-03-17T19:18:53.373Z | Compiling openssl v0.10.75 |
| 1499 | 2026-03-17T19:18:53.436Z | Compiling foreign-types-shared v0.1.1 |
| 1500 | 2026-03-17T19:18:53.540Z | Compiling powerfmt v0.2.0 |
| 1501 | 2026-03-17T19:18:53.559Z | Compiling darling_macro v0.20.11 |
| 1502 | 2026-03-17T19:18:53.580Z | Compiling pin-utils v0.1.0 |
| 1503 | 2026-03-17T19:18:53.692Z | Compiling crc32fast v1.5.0 |
| 1504 | 2026-03-17T19:18:53.698Z | Compiling time-core v0.1.8 |
| 1505 | 2026-03-17T19:18:53.802Z | Compiling tempfile v3.25.0 |
| 1506 | 2026-03-17T19:18:53.861Z | Compiling time-macros v0.2.27 |
| 1507 | 2026-03-17T19:18:54.050Z | Compiling regex-automata v0.4.14 |
| 1508 | 2026-03-17T19:18:54.149Z | Compiling darling v0.20.11 |
| 1509 | 2026-03-17T19:18:54.254Z | Compiling deranged v0.5.8 |
| 1510 | 2026-03-17T19:18:54.325Z | Compiling foreign-types v0.3.2 |
| 1511 | 2026-03-17T19:18:55.248Z | Compiling goblin v0.10.5 |
| 1512 | 2026-03-17T19:18:55.284Z | Compiling openssl-macros v0.1.1 |
| 1513 | 2026-03-17T19:18:55.585Z | Compiling thiserror-impl v1.0.69 |
| 1514 | 2026-03-17T19:18:56.502Z | Compiling hyper v1.8.1 |
| 1515 | 2026-03-17T19:18:57.254Z | Compiling wait-timeout v0.2.1 |
| 1516 | 2026-03-17T19:18:57.312Z | Compiling quick-error v1.2.3 |
| 1517 | 2026-03-17T19:18:57.349Z | Compiling usdt-impl v0.6.0 |
| 1518 | 2026-03-17T19:18:57.442Z | Compiling num_threads v0.1.7 |
| 1519 | 2026-03-17T19:18:57.559Z | Compiling siphasher v1.0.2 |
| 1520 | 2026-03-17T19:18:57.588Z | Compiling either v1.15.0 |
| 1521 | 2026-03-17T19:18:57.606Z | Compiling bit-vec v0.8.0 |
| 1522 | 2026-03-17T19:18:57.804Z | Compiling simd-adler32 v0.3.8 |
| 1523 | 2026-03-17T19:18:57.853Z | Compiling native-tls v0.2.18 |
| 1524 | 2026-03-17T19:18:57.899Z | Compiling hyper-util v0.1.20 |
| 1525 | 2026-03-17T19:18:58.127Z | Compiling bit-set v0.8.0 |
| 1526 | 2026-03-17T19:18:58.171Z | Compiling time v0.3.47 |
| 1527 | 2026-03-17T19:18:58.334Z | Compiling rusty-fork v0.3.1 |
| 1528 | 2026-03-17T19:18:58.619Z | Compiling thiserror v1.0.69 |
| 1529 | 2026-03-17T19:18:58.759Z | Compiling derive_builder_core v0.20.2 |
| 1530 | 2026-03-17T19:18:59.736Z | Compiling dof v0.4.0 |
| 1531 | 2026-03-17T19:19:00.152Z | Compiling unicode-normalization v0.1.25 |
| 1532 | 2026-03-17T19:19:00.217Z | Compiling crossbeam-epoch v0.9.18 |
| 1533 | 2026-03-17T19:19:00.292Z | Compiling dtrace-parser v0.3.0 |
| 1534 | 2026-03-17T19:19:00.638Z | Compiling rustls-native-certs v0.8.3 |
| 1535 | 2026-03-17T19:19:00.746Z | Compiling signature v2.2.0 |
| 1536 | 2026-03-17T19:19:00.967Z | Compiling scroll_derive v0.12.1 |
| 1537 | 2026-03-17T19:19:01.010Z | Compiling heapless v0.7.17 |
| 1538 | 2026-03-17T19:19:01.206Z | Compiling rand_xorshift v0.4.0 |
| 1539 | 2026-03-17T19:19:01.300Z | Compiling slog v2.8.2 |
| 1540 | 2026-03-17T19:19:01.350Z | Compiling darling_core v0.21.3 |
| 1541 | 2026-03-17T19:19:01.375Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1542 | 2026-03-17T19:19:01.432Z | Compiling sync_wrapper v1.0.2 |
| 1543 | 2026-03-17T19:19:01.544Z | Compiling thread-id v5.1.0 |
| 1544 | 2026-03-17T19:19:01.567Z | Compiling cookie v0.18.1 |
| 1545 | 2026-03-17T19:19:01.647Z | Compiling unicode-properties v0.1.4 |
| 1546 | 2026-03-17T19:19:01.723Z | Compiling zstd-safe v7.2.4 |
| 1547 | 2026-03-17T19:19:01.796Z | Compiling unicode-bidi v0.3.18 |
| 1548 | 2026-03-17T19:19:01.839Z | Compiling unicode-segmentation v1.12.0 |
| 1549 | 2026-03-17T19:19:01.926Z | Compiling anyhow v1.0.102 |
| 1550 | 2026-03-17T19:19:01.965Z | Compiling adler2 v2.0.1 |
| 1551 | 2026-03-17T19:19:02.132Z | Compiling rayon-core v1.13.0 |
| 1552 | 2026-03-17T19:19:02.316Z | Compiling paste v1.0.15 |
| 1553 | 2026-03-17T19:19:02.405Z | Compiling signal-hook v0.3.18 |
| 1554 | 2026-03-17T19:19:02.411Z | Compiling unarray v0.1.4 |
| 1555 | 2026-03-17T19:19:02.499Z | Compiling proptest v1.10.0 |
| 1556 | 2026-03-17T19:19:02.625Z | Compiling stringprep v0.1.5 |
| 1557 | 2026-03-17T19:19:02.705Z | Compiling miniz_oxide v0.8.9 |
| 1558 | 2026-03-17T19:19:02.731Z | Compiling scroll v0.12.0 |
| 1559 | 2026-03-17T19:19:03.205Z | Compiling tower v0.5.3 |
| 1560 | 2026-03-17T19:19:03.305Z | Compiling crossbeam-deque v0.8.6 |
| 1561 | 2026-03-17T19:19:03.512Z | Compiling derive_builder_macro v0.20.2 |
| 1562 | 2026-03-17T19:19:03.539Z | Compiling ipnetwork v0.21.1 |
| 1563 | 2026-03-17T19:19:03.741Z | Compiling http-body-util v0.1.3 |
| 1564 | 2026-03-17T19:19:03.822Z | Compiling webpki-roots v1.0.6 |
| 1565 | 2026-03-17T19:19:03.841Z | Compiling rand_chacha v0.3.1 |
| 1566 | 2026-03-17T19:19:03.993Z | Compiling erased-serde v0.3.31 |
| 1567 | 2026-03-17T19:19:04.072Z | Compiling serde_spanned v0.6.9 |
| 1568 | 2026-03-17T19:19:04.088Z | Compiling toml_datetime v0.6.11 |
| 1569 | 2026-03-17T19:19:04.100Z | Compiling serde_tokenstream v0.2.3 |
| 1570 | 2026-03-17T19:19:04.256Z | Compiling md-5 v0.10.6 |
| 1571 | 2026-03-17T19:19:04.390Z | Compiling zerocopy-derive v0.7.35 |
| 1572 | 2026-03-17T19:19:04.454Z | Compiling curve25519-dalek v4.1.3 |
| 1573 | 2026-03-17T19:19:04.488Z | Compiling vergen-lib v0.1.6 |
| 1574 | 2026-03-17T19:19:04.694Z | Compiling num-integer v0.1.46 |
| 1575 | 2026-03-17T19:19:04.716Z | Compiling hash32 v0.2.1 |
| 1576 | 2026-03-17T19:19:04.877Z | Compiling ff v0.13.1 |
| 1577 | 2026-03-17T19:19:04.889Z | Compiling memoffset v0.9.1 |
| 1578 | 2026-03-17T19:19:04.940Z | Compiling darling_macro v0.21.3 |
| 1579 | 2026-03-17T19:19:04.960Z | Compiling fallible-iterator v0.2.0 |
| 1580 | 2026-03-17T19:19:05.044Z | Compiling zlib-rs v0.6.2 |
| 1581 | 2026-03-17T19:19:05.120Z | Compiling rustix v0.38.44 |
| 1582 | 2026-03-17T19:19:05.136Z | Compiling litrs v1.0.0 |
| 1583 | 2026-03-17T19:19:05.370Z | Compiling iri-string v0.7.10 |
| 1584 | 2026-03-17T19:19:05.624Z | Compiling ryu v1.0.23 |
| 1585 | 2026-03-17T19:19:05.631Z | Compiling ref-cast v1.0.25 |
| 1586 | 2026-03-17T19:19:05.631Z | Compiling num-bigint-dig v0.8.6 |
| 1587 | 2026-03-17T19:19:05.770Z | Compiling base16ct v0.2.0 |
| 1588 | 2026-03-17T19:19:05.807Z | Compiling psl-types v2.0.11 |
| 1589 | 2026-03-17T19:19:05.812Z | Compiling cfg_aliases v0.2.1 |
| 1590 | 2026-03-17T19:19:05.920Z | Compiling smoltcp v0.9.1 |
| 1591 | 2026-03-17T19:19:05.965Z | Compiling publicsuffix v2.3.0 |
| 1592 | 2026-03-17T19:19:05.992Z | Compiling sec1 v0.7.3 |
| 1593 | 2026-03-17T19:19:06.010Z | Compiling nix v0.31.1 |
| 1594 | 2026-03-17T19:19:06.181Z | Compiling document-features v0.2.12 |
| 1595 | 2026-03-17T19:19:06.427Z | Compiling newtype-uuid v1.3.2 |
| 1596 | 2026-03-17T19:19:06.444Z | Compiling serde_urlencoded v0.7.1 |
| 1597 | 2026-03-17T19:19:06.655Z | Compiling zerocopy v0.7.35 |
| 1598 | 2026-03-17T19:19:06.769Z | Compiling darling v0.21.3 |
| 1599 | 2026-03-17T19:19:06.852Z | Compiling postgres-protocol v0.6.10 |
| 1600 | 2026-03-17T19:19:06.969Z | Compiling group v0.13.0 |
| 1601 | 2026-03-17T19:19:06.991Z | Compiling num-iter v0.1.45 |
| 1602 | 2026-03-17T19:19:07.139Z | Compiling tower-http v0.6.8 |
| 1603 | 2026-03-17T19:19:07.591Z | Compiling rand v0.8.5 |
| 1604 | 2026-03-17T19:19:07.609Z | Compiling derive_builder v0.20.2 |
| 1605 | 2026-03-17T19:19:07.689Z | Compiling oxnet v0.1.4 |
| 1606 | 2026-03-17T19:19:07.835Z | Compiling proc-macro-error v1.0.4 |
| 1607 | 2026-03-17T19:19:08.081Z | Compiling tokio-native-tls v0.3.1 |
| 1608 | 2026-03-17T19:19:08.203Z | Compiling goblin v0.8.2 |
| 1609 | 2026-03-17T19:19:08.931Z | Compiling heck v0.4.1 |
| 1610 | 2026-03-17T19:19:09.020Z | Compiling phf_shared v0.13.1 |
| 1611 | 2026-03-17T19:19:09.147Z | Compiling hubpack_derive v0.1.1 |
| 1612 | 2026-03-17T19:19:09.220Z | Compiling regex v1.12.3 |
| 1613 | 2026-03-17T19:19:09.337Z | Compiling flate2 v1.1.9 |
| 1614 | 2026-03-17T19:19:09.355Z | Compiling lazy_static v1.5.0 |
| 1615 | 2026-03-17T19:19:09.470Z | Compiling cargo-platform v0.1.9 |
| 1616 | 2026-03-17T19:19:09.700Z | Compiling hkdf v0.12.4 |
| 1617 | 2026-03-17T19:19:09.777Z | Compiling crypto-bigint v0.5.5 |
| 1618 | 2026-03-17T19:19:09.797Z | Compiling async-trait v0.1.89 |
| 1619 | 2026-03-17T19:19:09.815Z | Compiling daft-derive v0.1.5 |
| 1620 | 2026-03-17T19:19:09.889Z | Compiling ref-cast-impl v1.0.25 |
| 1621 | 2026-03-17T19:19:09.908Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1622 | 2026-03-17T19:19:10.587Z | Compiling strum_macros v0.27.2 |
| 1623 | 2026-03-17T19:19:10.754Z | Compiling terminal_size v0.4.3 |
| 1624 | 2026-03-17T19:19:10.772Z | Compiling vergen v9.0.6 |
| 1625 | 2026-03-17T19:19:10.928Z | Compiling fs-err v3.3.0 |
| 1626 | 2026-03-17T19:19:10.992Z | Compiling ahash v0.8.12 |
| 1627 | 2026-03-17T19:19:11.164Z | Compiling object v0.37.3 |
| 1628 | 2026-03-17T19:19:11.211Z | Compiling bumpalo v3.20.2 |
| 1629 | 2026-03-17T19:19:11.242Z | Compiling foldhash v0.1.5 |
| 1630 | 2026-03-17T19:19:11.486Z | Compiling bitflags v1.3.2 |
| 1631 | 2026-03-17T19:19:11.540Z | Compiling winnow v0.5.40 |
| 1632 | 2026-03-17T19:19:11.578Z | Compiling managed v0.8.0 |
| 1633 | 2026-03-17T19:19:11.597Z | Compiling libbz2-rs-sys v0.2.2 |
| 1634 | 2026-03-17T19:19:11.871Z | Compiling console v0.16.2 |
| 1635 | 2026-03-17T19:19:12.516Z | Compiling bzip2 v0.6.1 |
| 1636 | 2026-03-17T19:19:12.732Z | Compiling clap_builder v4.5.60 |
| 1637 | 2026-03-17T19:19:12.839Z | Compiling zopfli v0.8.3 |
| 1638 | 2026-03-17T19:19:13.165Z | Compiling hashbrown v0.15.5 |
| 1639 | 2026-03-17T19:19:13.379Z | Compiling strum v0.27.2 |
| 1640 | 2026-03-17T19:19:13.494Z | Compiling toml_edit v0.19.15 |
| 1641 | 2026-03-17T19:19:13.536Z | Compiling dof v0.3.0 |
| 1642 | 2026-03-17T19:19:13.738Z | Compiling elliptic-curve v0.13.8 |
| 1643 | 2026-03-17T19:19:13.939Z | Compiling daft v0.1.5 |
| 1644 | 2026-03-17T19:19:14.295Z | Compiling hubpack v0.1.2 |
| 1645 | 2026-03-17T19:19:14.379Z | Compiling cargo_metadata v0.19.2 |
| 1646 | 2026-03-17T19:19:14.582Z | Compiling phf v0.13.1 |
| 1647 | 2026-03-17T19:19:14.790Z | Compiling zone_cfg_derive v0.3.1 |
| 1648 | 2026-03-17T19:19:15.614Z | Compiling signal-hook-mio v0.2.5 |
| 1649 | 2026-03-17T19:19:15.764Z | Compiling zstd v0.13.3 |
| 1650 | 2026-03-17T19:19:16.111Z | Compiling cookie_store v0.22.1 |
| 1651 | 2026-03-17T19:19:16.811Z | Compiling rayon v1.11.0 |
| 1652 | 2026-03-17T19:19:16.949Z | Compiling hyper-tls v0.6.0 |
| 1653 | 2026-03-17T19:19:17.002Z | Compiling bzip2 v0.4.4 |
| 1654 | 2026-03-17T19:19:17.040Z | Compiling postgres-types v0.2.12 |
| 1655 | 2026-03-17T19:19:17.261Z | Compiling serde_with_macros v3.17.0 |
| 1656 | 2026-03-17T19:19:17.374Z | Compiling usdt-attr-macro v0.6.0 |
| 1657 | 2026-03-17T19:19:17.814Z | Compiling usdt-macro v0.6.0 |
| 1658 | 2026-03-17T19:19:17.897Z | Compiling ed25519 v2.2.3 |
| 1659 | 2026-03-17T19:19:18.415Z | Compiling dtrace-parser v0.2.0 |
| 1660 | 2026-03-17T19:19:18.779Z | Compiling itertools v0.12.1 |
| 1661 | 2026-03-17T19:19:18.783Z | Compiling phf_shared v0.11.3 |
| 1662 | 2026-03-17T19:19:18.861Z | Compiling bstr v1.12.1 |
| 1663 | 2026-03-17T19:19:19.042Z | Compiling pkcs1 v0.7.5 |
| 1664 | 2026-03-17T19:19:19.059Z | Compiling serde-big-array v0.5.1 |
| 1665 | 2026-03-17T19:19:19.228Z | Compiling hex v0.4.3 |
| 1666 | 2026-03-17T19:19:19.247Z | Compiling rfc6979 v0.4.0 |
| 1667 | 2026-03-17T19:19:19.402Z | Compiling serde_repr v0.1.20 |
| 1668 | 2026-03-17T19:19:19.480Z | Compiling strum_macros v0.26.4 |
| 1669 | 2026-03-17T19:19:19.576Z | Compiling enum-as-inner v0.6.1 |
| 1670 | 2026-03-17T19:19:19.595Z | Compiling clap_derive v4.5.55 |
| 1671 | 2026-03-17T19:19:19.750Z | Compiling float-cmp v0.10.0 |
| 1672 | 2026-03-17T19:19:19.937Z | Compiling thread-id v4.2.2 |
| 1673 | 2026-03-17T19:19:20.047Z | Compiling memmap2 v0.9.10 |
| 1674 | 2026-03-17T19:19:20.084Z | Compiling env_filter v1.0.0 |
| 1675 | 2026-03-17T19:19:20.241Z | Compiling encoding_rs v0.8.35 |
| 1676 | 2026-03-17T19:19:20.333Z | Compiling data-encoding v2.10.0 |
| 1677 | 2026-03-17T19:19:20.426Z | Compiling fixedbitset v0.4.2 |
| 1678 | 2026-03-17T19:19:20.491Z | Compiling whoami v2.1.0 |
| 1679 | 2026-03-17T19:19:20.705Z | Compiling mime v0.3.17 |
| 1680 | 2026-03-17T19:19:20.983Z | Compiling static_assertions v1.1.0 |
| 1681 | 2026-03-17T19:19:21.049Z | Compiling new_debug_unreachable v1.0.6 |
| 1682 | 2026-03-17T19:19:21.077Z | Compiling difflib v0.4.0 |
| 1683 | 2026-03-17T19:19:21.141Z | Compiling unit-prefix v0.5.2 |
| 1684 | 2026-03-17T19:19:21.298Z | Compiling precomputed-hash v0.1.1 |
| 1685 | 2026-03-17T19:19:21.386Z | Compiling normalize-line-endings v0.3.0 |
| 1686 | 2026-03-17T19:19:21.461Z | Compiling rustc-hash v2.1.1 |
| 1687 | 2026-03-17T19:19:21.507Z | Compiling predicates-core v1.0.10 |
| 1688 | 2026-03-17T19:19:21.622Z | Compiling jiff v0.2.21 |
| 1689 | 2026-03-17T19:19:21.740Z | Compiling fixedbitset v0.5.7 |
| 1690 | 2026-03-17T19:19:21.861Z | Compiling keccak v0.1.6 |
| 1691 | 2026-03-17T19:19:21.942Z | Compiling predicates v3.1.4 |
| 1692 | 2026-03-17T19:19:21.968Z | Compiling strum v0.26.3 |
| 1693 | 2026-03-17T19:19:22.032Z | Compiling clap v4.5.60 |
| 1694 | 2026-03-17T19:19:22.129Z | Compiling sha3 v0.10.8 |
| 1695 | 2026-03-17T19:19:22.150Z | Compiling petgraph v0.8.3 |
| 1696 | 2026-03-17T19:19:22.169Z | Compiling iddqd v0.3.17 |
| 1697 | 2026-03-17T19:19:22.365Z | Compiling string_cache v0.8.9 |
| 1698 | 2026-03-17T19:19:22.652Z | Compiling indicatif v0.18.4 |
| 1699 | 2026-03-17T19:19:22.720Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1700 | 2026-03-17T19:19:22.821Z | Compiling tokio-postgres v0.7.16 |
| 1701 | 2026-03-17T19:19:22.980Z | Compiling hickory-proto v0.25.2 |
| 1702 | 2026-03-17T19:19:23.717Z | Compiling petgraph v0.6.5 |
| 1703 | 2026-03-17T19:19:23.791Z | Compiling toml_edit v0.22.27 |
| 1704 | 2026-03-17T19:19:24.775Z | Compiling env_logger v0.11.9 |
| 1705 | 2026-03-17T19:19:25.244Z | Compiling zip v4.6.1 |
| 1706 | 2026-03-17T19:19:25.697Z | Compiling zone v0.3.1 |
| 1707 | 2026-03-17T19:19:25.755Z | Compiling usdt v0.6.0 |
| 1708 | 2026-03-17T19:19:26.088Z | Compiling usdt-impl v0.5.0 |
| 1709 | 2026-03-17T19:19:26.475Z | Compiling serde_with v3.17.0 |
| 1710 | 2026-03-17T19:19:26.564Z | Compiling similar v2.7.0 |
| 1711 | 2026-03-17T19:19:26.638Z | Compiling ecdsa v0.16.9 |
| 1712 | 2026-03-17T19:19:26.904Z | Compiling rsa v0.9.10 |
| 1713 | 2026-03-17T19:19:27.198Z | Compiling crossterm v0.28.1 |
| 1714 | 2026-03-17T19:19:27.488Z | Compiling ed25519-dalek v2.2.0 |
| 1715 | 2026-03-17T19:19:27.738Z | Compiling zip v0.6.6 |
| 1716 | 2026-03-17T19:19:28.510Z | Compiling toml v0.7.8 |
| 1717 | 2026-03-17T19:19:29.186Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1718 | 2026-03-17T19:19:29.355Z | Compiling itertools v0.13.0 |
| 1719 | 2026-03-17T19:19:29.411Z | Compiling tokio-stream v0.1.18 |
| 1720 | 2026-03-17T19:19:29.560Z | Compiling buf-list v1.1.2 |
| 1721 | 2026-03-17T19:19:29.613Z | Compiling x509-cert v0.2.5 |
| 1722 | 2026-03-17T19:19:29.922Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1723 | 2026-03-17T19:19:30.017Z | Compiling openapiv3 v2.2.0 |
| 1724 | 2026-03-17T19:19:30.043Z | Compiling sha1 v0.10.6 |
| 1725 | 2026-03-17T19:19:30.320Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1726 | 2026-03-17T19:19:30.340Z | Compiling lalrpop-util v0.19.12 |
| 1727 | 2026-03-17T19:19:30.579Z | Compiling peg-runtime v0.8.5 |
| 1728 | 2026-03-17T19:19:30.701Z | Compiling thread_local v1.1.9 |
| 1729 | 2026-03-17T19:19:30.946Z | Compiling slog-async v2.8.0 |
| 1730 | 2026-03-17T19:19:31.023Z | Compiling crossbeam-channel v0.5.15 |
| 1731 | 2026-03-17T19:19:31.043Z | Compiling futures-executor v0.3.32 |
| 1732 | 2026-03-17T19:19:31.086Z | Compiling filetime v0.2.27 |
| 1733 | 2026-03-17T19:19:31.308Z | Compiling is-terminal v0.4.17 |
| 1734 | 2026-03-17T19:19:31.371Z | Compiling xattr v1.6.1 |
| 1735 | 2026-03-17T19:19:31.398Z | Compiling term v1.2.1 |
| 1736 | 2026-03-17T19:19:31.458Z | Compiling take_mut v0.2.2 |
| 1737 | 2026-03-17T19:19:31.608Z | Compiling tar v0.4.44 |
| 1738 | 2026-03-17T19:19:31.656Z | Compiling futures v0.3.32 |
| 1739 | 2026-03-17T19:19:31.761Z | Compiling slog-term v2.9.2 |
| 1740 | 2026-03-17T19:19:38.878Z | Compiling rustls-webpki v0.103.9 |
| 1741 | 2026-03-17T19:19:42.925Z | Compiling tokio-rustls v0.26.4 |
| 1742 | 2026-03-17T19:19:42.925Z | Compiling rustls-platform-verifier v0.6.2 |
| 1743 | 2026-03-17T19:19:43.186Z | Compiling hyper-rustls v0.27.7 |
| 1744 | 2026-03-17T19:19:43.452Z | Compiling reqwest v0.12.28 |
| 1745 | 2026-03-17T19:19:43.452Z | Compiling reqwest v0.13.2 |
| 1746 | 2026-03-17T19:19:46.382Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1747 | 2026-03-17T19:19:46.657Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1748 | 2026-03-17T19:19:50.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 1749 | 2026-03-17T19:19:50.646Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1750 | 2026-03-17T19:19:50.709Z | Mar 17 19:19:49.882 INFO Starting download, target: DendriteStub |
| 1751 | 2026-03-17T19:19:50.709Z | Mar 17 19:19:49.883 INFO Starting download, target: Console |
| 1752 | 2026-03-17T19:19:50.709Z | Mar 17 19:19:49.883 INFO Starting download, target: Clickhouse |
| 1753 | 2026-03-17T19:19:50.709Z | Mar 17 19:19:49.883 INFO Starting download, target: TransceiverControl |
| 1754 | 2026-03-17T19:19:50.709Z | Mar 17 19:19:49.883 INFO Starting download, target: Cockroach |
| 1755 | 2026-03-17T19:19:50.712Z | Mar 17 19:19:49.883 INFO Starting download, target: MaghemiteMgd |
| 1756 | 2026-03-17T19:19:50.712Z | Mar 17 19:19:49.883 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1757 | 2026-03-17T19:19:50.712Z | Mar 17 19:19:49.883 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1758 | 2026-03-17T19:19:50.712Z | Mar 17 19:19:49.883 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1759 | 2026-03-17T19:19:50.712Z | Mar 17 19:19:49.883 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1760 | 2026-03-17T19:19:50.712Z | Mar 17 19:19:49.883 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1761 | 2026-03-17T19:19:50.712Z | Mar 17 19:19:49.883 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1762 | 2026-03-17T19:19:51.146Z | Mar 17 19:19:50.301 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1763 | 2026-03-17T19:19:51.470Z | Mar 17 19:19:50.642 INFO Download complete, target: TransceiverControl |
| 1764 | 2026-03-17T19:19:51.808Z | Mar 17 19:19:50.971 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1765 | 2026-03-17T19:19:52.188Z | Mar 17 19:19:51.360 INFO Download complete, target: Console |
| 1766 | 2026-03-17T19:19:52.205Z | Mar 17 19:19:51.377 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1767 | 2026-03-17T19:19:52.537Z | Mar 17 19:19:51.708 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1768 | 2026-03-17T19:19:53.138Z | Mar 17 19:19:52.311 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1769 | 2026-03-17T19:19:53.138Z | Mar 17 19:19:52.311 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1770 | 2026-03-17T19:19:53.197Z | Mar 17 19:19:52.369 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1771 | 2026-03-17T19:19:55.870Z | Mar 17 19:19:55.041 INFO Download complete, target: DendriteStub |
| 1772 | 2026-03-17T19:19:56.204Z | Mar 17 19:19:55.375 INFO Download complete, target: MaghemiteMgd |
| 1773 | 2026-03-17T19:20:00.917Z | Mar 17 19:20:00.086 INFO Checking that binary works, target: Cockroach |
| 1774 | 2026-03-17T19:20:01.036Z | Mar 17 19:20:00.205 INFO Download complete, target: Cockroach |
| 1775 | 2026-03-17T19:20:04.477Z | Mar 17 19:20:03.644 INFO Checking that binary works, target: Clickhouse |
| 1776 | 2026-03-17T19:20:04.604Z | Mar 17 19:20:03.771 INFO Download complete, target: Clickhouse |
| 1777 | 2026-03-17T19:20:04.623Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1778 | 2026-03-17T19:20:04.626Z | |
| 1779 | 2026-03-17T19:20:04.627Z | real 4:20.085010683 |
| 1780 | 2026-03-17T19:20:04.627Z | user 10:20.828714494 |
| 1781 | 2026-03-17T19:20:04.627Z | sys 1:47.415318285 |
| 1782 | 2026-03-17T19:20:04.627Z | trap 0.314621094 |
| 1783 | 2026-03-17T19:20:04.627Z | tflt 1.315850859 |
| 1784 | 2026-03-17T19:20:04.627Z | dflt 1.317196759 |
| 1785 | 2026-03-17T19:20:04.627Z | kflt 0.031983272 |
| 1786 | 2026-03-17T19:20:04.627Z | lock 30:49.642286705 |
| 1787 | 2026-03-17T19:20:04.627Z | slp 30:02.803863012 |
| 1788 | 2026-03-17T19:20:04.627Z | lat 53.162244263 |
| 1789 | 2026-03-17T19:20:04.627Z | stop 2:36.030840909 |
| 1790 | 2026-03-17T19:20:04.627Z | + banner clippy |
| 1791 | 2026-03-17T19:20:04.627Z | |
| 1792 | 2026-03-17T19:20:04.627Z | #### # # ##### ##### # # |
| 1793 | 2026-03-17T19:20:04.627Z | # # # # # # # # # # |
| 1794 | 2026-03-17T19:20:04.627Z | # # # # # # # # |
| 1795 | 2026-03-17T19:20:04.627Z | # # # ##### ##### # |
| 1796 | 2026-03-17T19:20:04.627Z | # # # # # # # |
| 1797 | 2026-03-17T19:20:04.627Z | #### ###### # # # # |
| 1798 | 2026-03-17T19:20:04.627Z | |
| 1799 | 2026-03-17T19:20:04.627Z | + export CARGO_INCREMENTAL=0 |
| 1800 | 2026-03-17T19:20:04.627Z | + CARGO_INCREMENTAL=0 |
| 1801 | 2026-03-17T19:20:04.627Z | + ptime -m cargo xtask clippy |
| 1802 | 2026-03-17T19:20:05.318Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1803 | 2026-03-17T19:20:05.592Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1804 | 2026-03-17T19:20:08.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
| 1805 | 2026-03-17T19:20:08.237Z | Running `target/debug/xtask clippy` |
| 1806 | 2026-03-17T19:20:08.265Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1807 | 2026-03-17T19:20:09.044Z | Downloading crates ... |
| 1808 | 2026-03-17T19:20:09.304Z | Downloaded datatest-stable v0.3.3 |
| 1809 | 2026-03-17T19:20:09.308Z | Downloaded backtrace-ext v0.2.1 |
| 1810 | 2026-03-17T19:20:09.312Z | Downloaded approx v0.5.1 |
| 1811 | 2026-03-17T19:20:09.315Z | Downloaded parking v2.2.1 |
| 1812 | 2026-03-17T19:20:09.315Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1813 | 2026-03-17T19:20:09.333Z | Downloaded supports-hyperlinks v2.1.0 |
| 1814 | 2026-03-17T19:20:09.336Z | Downloaded plotters-backend v0.3.7 |
| 1815 | 2026-03-17T19:20:09.336Z | Downloaded constant_time_eq v0.3.1 |
| 1816 | 2026-03-17T19:20:09.336Z | Downloaded cargo-platform v0.3.2 |
| 1817 | 2026-03-17T19:20:09.339Z | Downloaded blake2b_simd v1.0.4 |
| 1818 | 2026-03-17T19:20:09.342Z | Downloaded libtest-mimic v0.8.1 |
| 1819 | 2026-03-17T19:20:09.342Z | Downloaded plotters-svg v0.3.7 |
| 1820 | 2026-03-17T19:20:09.345Z | Downloaded owo-colors v3.5.0 |
| 1821 | 2026-03-17T19:20:09.345Z | Downloaded cast v0.3.0 |
| 1822 | 2026-03-17T19:20:09.345Z | Downloaded event-listener-strategy v0.5.4 |
| 1823 | 2026-03-17T19:20:09.348Z | Downloaded assert-json-diff v2.0.2 |
| 1824 | 2026-03-17T19:20:09.348Z | Downloaded supports-color v2.1.0 |
| 1825 | 2026-03-17T19:20:09.352Z | Downloaded serde_regex v1.1.0 |
| 1826 | 2026-03-17T19:20:09.352Z | Downloaded pathdiff v0.2.3 |
| 1827 | 2026-03-17T19:20:09.355Z | Downloaded similar-asserts v1.7.0 |
| 1828 | 2026-03-17T19:20:09.355Z | Downloaded terminal_size v0.1.17 |
| 1829 | 2026-03-17T19:20:09.358Z | Downloaded target-triple v1.0.0 |
| 1830 | 2026-03-17T19:20:09.358Z | Downloaded supports-unicode v2.1.0 |
| 1831 | 2026-03-17T19:20:09.358Z | Downloaded miette-derive v5.10.0 |
| 1832 | 2026-03-17T19:20:09.363Z | Downloaded rustc-demangle v0.1.27 |
| 1833 | 2026-03-17T19:20:09.366Z | Downloaded relative-path v1.9.3 |
| 1834 | 2026-03-17T19:20:09.366Z | Downloaded partial-io v0.5.4 |
| 1835 | 2026-03-17T19:20:09.371Z | Downloaded nested v0.1.1 |
| 1836 | 2026-03-17T19:20:09.377Z | Downloaded linkme-impl v0.3.35 |
| 1837 | 2026-03-17T19:20:09.380Z | Downloaded async-object-pool v0.2.0 |
| 1838 | 2026-03-17T19:20:09.380Z | Downloaded escape8259 v0.5.3 |
| 1839 | 2026-03-17T19:20:09.384Z | Downloaded target-lexicon v0.13.3 |
| 1840 | 2026-03-17T19:20:09.387Z | Downloaded target-spec v3.5.7 |
| 1841 | 2026-03-17T19:20:09.387Z | Downloaded anes v0.1.6 |
| 1842 | 2026-03-17T19:20:09.390Z | Downloaded rust-argon2 v2.1.0 |
| 1843 | 2026-03-17T19:20:09.390Z | Downloaded futures-timer v3.0.3 |
| 1844 | 2026-03-17T19:20:09.393Z | Downloaded tinytemplate v1.2.1 |
| 1845 | 2026-03-17T19:20:09.396Z | Downloaded oorandom v11.1.5 |
| 1846 | 2026-03-17T19:20:09.396Z | Downloaded termcolor v1.4.1 |
| 1847 | 2026-03-17T19:20:09.400Z | Downloaded path-tree v0.8.3 |
| 1848 | 2026-03-17T19:20:09.400Z | Downloaded assert_cmd v2.1.2 |
| 1849 | 2026-03-17T19:20:09.400Z | Downloaded async-lock v3.4.2 |
| 1850 | 2026-03-17T19:20:09.405Z | Downloaded knuffel-derive v3.2.0 |
| 1851 | 2026-03-17T19:20:09.409Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1852 | 2026-03-17T19:20:09.409Z | Downloaded concurrent-queue v2.5.0 |
| 1853 | 2026-03-17T19:20:09.412Z | Downloaded linkme v0.3.35 |
| 1854 | 2026-03-17T19:20:09.412Z | Downloaded cargo_metadata v0.23.1 |
| 1855 | 2026-03-17T19:20:09.418Z | Downloaded stringmetrics v2.2.2 |
| 1856 | 2026-03-17T19:20:09.420Z | Downloaded httptest v0.16.4 |
| 1857 | 2026-03-17T19:20:09.421Z | Downloaded cfg-expr v0.20.6 |
| 1858 | 2026-03-17T19:20:09.432Z | Downloaded criterion-plot v0.6.0 |
| 1859 | 2026-03-17T19:20:09.435Z | Downloaded event-listener v5.4.1 |
| 1860 | 2026-03-17T19:20:09.435Z | Downloaded addr2line v0.25.1 |
| 1861 | 2026-03-17T19:20:09.445Z | Downloaded trybuild v1.0.116 |
| 1862 | 2026-03-17T19:20:09.449Z | Downloaded rstest v0.25.0 |
| 1863 | 2026-03-17T19:20:09.453Z | Downloaded chumsky v0.9.3 |
| 1864 | 2026-03-17T19:20:09.456Z | Downloaded textwrap v0.15.2 |
| 1865 | 2026-03-17T19:20:09.459Z | Downloaded knuffel v3.2.0 |
| 1866 | 2026-03-17T19:20:09.459Z | Downloaded rand_distr v0.5.1 |
| 1867 | 2026-03-17T19:20:09.462Z | Downloaded backtrace v0.3.76 |
| 1868 | 2026-03-17T19:20:09.465Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1869 | 2026-03-17T19:20:09.470Z | Downloaded miette v5.10.0 |
| 1870 | 2026-03-17T19:20:09.473Z | Downloaded rstest_macros v0.25.0 |
| 1871 | 2026-03-17T19:20:09.478Z | Downloaded fancy-regex v0.14.0 |
| 1872 | 2026-03-17T19:20:09.490Z | Downloaded hashbrown v0.14.5 |
| 1873 | 2026-03-17T19:20:09.494Z | Downloaded plotters v0.3.7 |
| 1874 | 2026-03-17T19:20:09.500Z | Downloaded criterion v0.7.0 |
| 1875 | 2026-03-17T19:20:09.505Z | Downloaded guppy v0.17.25 |
| 1876 | 2026-03-17T19:20:09.516Z | Downloaded gimli v0.32.3 |
| 1877 | 2026-03-17T19:20:09.615Z | Downloaded httpmock v0.8.3 |
| 1878 | 2026-03-17T19:20:11.778Z | Checking cfg-if v1.0.4 |
| 1879 | 2026-03-17T19:20:12.191Z | Checking libc v0.2.180 |
| 1880 | 2026-03-17T19:20:12.203Z | Checking serde_core v1.0.228 |
| 1881 | 2026-03-17T19:20:12.279Z | Checking memchr v2.8.0 |
| 1882 | 2026-03-17T19:20:12.328Z | Checking smallvec v1.15.1 |
| 1883 | 2026-03-17T19:20:12.377Z | Checking itoa v1.0.17 |
| 1884 | 2026-03-17T19:20:12.377Z | Checking log v0.4.29 |
| 1885 | 2026-03-17T19:20:12.477Z | Checking zeroize v1.8.2 |
| 1886 | 2026-03-17T19:20:12.536Z | Checking libm v0.2.16 |
| 1887 | 2026-03-17T19:20:12.598Z | Checking scopeguard v1.2.0 |
| 1888 | 2026-03-17T19:20:12.647Z | Checking stable_deref_trait v1.2.1 |
| 1889 | 2026-03-17T19:20:12.699Z | Checking zmij v1.0.21 |
| 1890 | 2026-03-17T19:20:12.795Z | Checking zerofrom v0.1.6 |
| 1891 | 2026-03-17T19:20:12.833Z | Checking lock_api v0.4.14 |
| 1892 | 2026-03-17T19:20:12.848Z | Checking errno v0.3.14 |
| 1893 | 2026-03-17T19:20:12.848Z | Checking getrandom v0.2.17 |
| 1894 | 2026-03-17T19:20:12.966Z | Checking yoke v0.8.1 |
| 1895 | 2026-03-17T19:20:13.020Z | Checking percent-encoding v2.3.2 |
| 1896 | 2026-03-17T19:20:13.068Z | Checking writeable v0.6.2 |
| 1897 | 2026-03-17T19:20:13.091Z | Checking litemap v0.8.1 |
| 1898 | 2026-03-17T19:20:13.153Z | Checking subtle v2.6.1 |
| 1899 | 2026-03-17T19:20:13.212Z | Checking icu_properties_data v2.1.2 |
| 1900 | 2026-03-17T19:20:13.242Z | Checking icu_normalizer_data v2.1.1 |
| 1901 | 2026-03-17T19:20:13.248Z | Checking zerovec v0.11.5 |
| 1902 | 2026-03-17T19:20:13.342Z | Checking zerotrie v0.2.3 |
| 1903 | 2026-03-17T19:20:13.390Z | Checking form_urlencoded v1.2.2 |
| 1904 | 2026-03-17T19:20:13.390Z | Checking rand_core v0.6.4 |
| 1905 | 2026-03-17T19:20:13.394Z | Checking portable-atomic v1.13.1 |
| 1906 | 2026-03-17T19:20:13.516Z | Checking pin-project-lite v0.2.17 |
| 1907 | 2026-03-17T19:20:13.570Z | Checking num-traits v0.2.19 |
| 1908 | 2026-03-17T19:20:13.613Z | Checking utf8_iter v1.0.4 |
| 1909 | 2026-03-17T19:20:13.673Z | Checking zerocopy v0.8.40 |
| 1910 | 2026-03-17T19:20:13.722Z | Checking critical-section v1.2.0 |
| 1911 | 2026-03-17T19:20:13.772Z | Checking parking_lot_core v0.9.12 |
| 1912 | 2026-03-17T19:20:13.820Z | Checking rand_core v0.10.0 |
| 1913 | 2026-03-17T19:20:13.890Z | Checking signal-hook-registry v1.4.8 |
| 1914 | 2026-03-17T19:20:13.942Z | Checking tinystr v0.8.2 |
| 1915 | 2026-03-17T19:20:14.035Z | Checking potential_utf v0.1.4 |
| 1916 | 2026-03-17T19:20:14.084Z | Checking parking_lot v0.12.5 |
| 1917 | 2026-03-17T19:20:14.087Z | Checking once_cell v1.21.3 |
| 1918 | 2026-03-17T19:20:14.174Z | Checking getrandom v0.4.1 |
| 1919 | 2026-03-17T19:20:14.221Z | Checking icu_locale_core v2.1.1 |
| 1920 | 2026-03-17T19:20:14.266Z | Checking icu_collections v2.1.1 |
| 1921 | 2026-03-17T19:20:14.370Z | Checking mio v1.1.1 |
| 1922 | 2026-03-17T19:20:14.424Z | Checking typenum v1.19.0 |
| 1923 | 2026-03-17T19:20:14.473Z | Checking serde v1.0.228 |
| 1924 | 2026-03-17T19:20:14.477Z | Checking bitflags v2.11.0 |
| 1925 | 2026-03-17T19:20:14.477Z | Checking serde_json v1.0.149 |
| 1926 | 2026-03-17T19:20:14.717Z | Checking socket2 v0.6.2 |
| 1927 | 2026-03-17T19:20:14.810Z | Checking thiserror v2.0.18 |
| 1928 | 2026-03-17T19:20:14.862Z | Checking iana-time-zone v0.1.65 |
| 1929 | 2026-03-17T19:20:14.984Z | Checking allocator-api2 v0.2.21 |
| 1930 | 2026-03-17T19:20:15.038Z | Checking icu_provider v2.1.1 |
| 1931 | 2026-03-17T19:20:15.085Z | Checking semver v1.0.27 |
| 1932 | 2026-03-17T19:20:15.089Z | Checking uuid v1.21.0 |
| 1933 | 2026-03-17T19:20:15.178Z | Checking bytes v1.11.1 |
| 1934 | 2026-03-17T19:20:15.182Z | Checking generic-array v0.14.7 |
| 1935 | 2026-03-17T19:20:15.373Z | Checking icu_normalizer v2.1.1 |
| 1936 | 2026-03-17T19:20:15.423Z | Checking icu_properties v2.1.2 |
| 1937 | 2026-03-17T19:20:15.427Z | Checking chrono v0.4.44 |
| 1938 | 2026-03-17T19:20:15.516Z | Checking futures-core v0.3.32 |
| 1939 | 2026-03-17T19:20:15.601Z | Checking equivalent v1.0.2 |
| 1940 | 2026-03-17T19:20:15.737Z | Checking const-oid v0.9.6 |
| 1941 | 2026-03-17T19:20:15.788Z | Checking dyn-clone v1.0.20 |
| 1942 | 2026-03-17T19:20:15.835Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1943 | 2026-03-17T19:20:15.838Z | Checking tokio v1.49.0 |
| 1944 | 2026-03-17T19:20:15.926Z | Checking crypto-common v0.1.7 |
| 1945 | 2026-03-17T19:20:15.971Z | Checking foldhash v0.2.0 |
| 1946 | 2026-03-17T19:20:16.119Z | Checking block-buffer v0.10.4 |
| 1947 | 2026-03-17T19:20:16.209Z | Checking hashbrown v0.16.1 |
| 1948 | 2026-03-17T19:20:16.254Z | Checking futures-sink v0.3.32 |
| 1949 | 2026-03-17T19:20:16.369Z | Checking rustix v1.1.3 |
| 1950 | 2026-03-17T19:20:16.417Z | Checking byteorder v1.5.0 |
| 1951 | 2026-03-17T19:20:16.596Z | Checking idna_adapter v1.2.1 |
| 1952 | 2026-03-17T19:20:16.677Z | Checking futures-channel v0.3.32 |
| 1953 | 2026-03-17T19:20:16.725Z | Checking slab v0.4.12 |
| 1954 | 2026-03-17T19:20:16.782Z | Checking idna v1.1.0 |
| 1955 | 2026-03-17T19:20:16.830Z | Checking digest v0.10.7 |
| 1956 | 2026-03-17T19:20:16.904Z | Checking futures-task v0.3.32 |
| 1957 | 2026-03-17T19:20:16.961Z | Checking futures-io v0.3.32 |
| 1958 | 2026-03-17T19:20:16.964Z | Checking cpufeatures v0.2.17 |
| 1959 | 2026-03-17T19:20:17.117Z | Checking indexmap v2.13.0 |
| 1960 | 2026-03-17T19:20:17.120Z | Checking thiserror v1.0.69 |
| 1961 | 2026-03-17T19:20:17.205Z | Checking url v2.5.8 |
| 1962 | 2026-03-17T19:20:17.208Z | Checking futures-util v0.3.32 |
| 1963 | 2026-03-17T19:20:17.208Z | Checking getrandom v0.3.4 |
| 1964 | 2026-03-17T19:20:17.338Z | Checking fnv v1.0.7 |
| 1965 | 2026-03-17T19:20:17.494Z | Checking regex-syntax v0.8.10 |
| 1966 | 2026-03-17T19:20:17.543Z | Checking http v1.4.0 |
| 1967 | 2026-03-17T19:20:17.592Z | Checking tracing-core v0.1.36 |
| 1968 | 2026-03-17T19:20:17.704Z | Checking ppv-lite86 v0.2.21 |
| 1969 | 2026-03-17T19:20:17.815Z | Checking schemars v0.8.22 |
| 1970 | 2026-03-17T19:20:17.931Z | Checking base64 v0.22.1 |
| 1971 | 2026-03-17T19:20:18.063Z | Checking tracing v0.1.44 |
| 1972 | 2026-03-17T19:20:18.172Z | Checking unicode-ident v1.0.24 |
| 1973 | 2026-03-17T19:20:18.282Z | Checking ipnet v2.11.0 |
| 1974 | 2026-03-17T19:20:18.345Z | Checking anstyle v1.0.13 |
| 1975 | 2026-03-17T19:20:18.394Z | Checking utf8parse v0.2.2 |
| 1976 | 2026-03-17T19:20:18.398Z | Checking proc-macro2 v1.0.106 |
| 1977 | 2026-03-17T19:20:18.559Z | Checking untrusted v0.9.0 |
| 1978 | 2026-03-17T19:20:18.622Z | Checking anstyle-parse v0.2.7 |
| 1979 | 2026-03-17T19:20:18.670Z | Checking aho-corasick v1.1.4 |
| 1980 | 2026-03-17T19:20:18.734Z | Checking ring v0.17.14 |
| 1981 | 2026-03-17T19:20:18.783Z | Checking colorchoice v1.0.4 |
| 1982 | 2026-03-17T19:20:18.850Z | Checking base64ct v1.8.3 |
| 1983 | 2026-03-17T19:20:18.899Z | Checking quote v1.0.44 |
| 1984 | 2026-03-17T19:20:18.947Z | Checking anstyle-query v1.1.5 |
| 1985 | 2026-03-17T19:20:19.098Z | Checking is_terminal_polyfill v1.70.2 |
| 1986 | 2026-03-17T19:20:19.165Z | Checking syn v2.0.117 |
| 1987 | 2026-03-17T19:20:19.212Z | Checking block-padding v0.3.3 |
| 1988 | 2026-03-17T19:20:19.259Z | Checking anstream v0.6.21 |
| 1989 | 2026-03-17T19:20:19.367Z | Checking terminal_size v0.4.3 |
| 1990 | 2026-03-17T19:20:19.416Z | Checking inout v0.1.4 |
| 1991 | 2026-03-17T19:20:19.547Z | Checking rustls-pki-types v1.14.0 |
| 1992 | 2026-03-17T19:20:19.594Z | Checking crossbeam-utils v0.8.21 |
| 1993 | 2026-03-17T19:20:19.643Z | Checking httparse v1.10.1 |
| 1994 | 2026-03-17T19:20:19.646Z | Checking regex-automata v0.4.14 |
| 1995 | 2026-03-17T19:20:19.900Z | Checking cipher v0.4.4 |
| 1996 | 2026-03-17T19:20:19.950Z | Checking clap_lex v1.0.0 |
| 1997 | 2026-03-17T19:20:19.998Z | Checking strsim v0.11.1 |
| 1998 | 2026-03-17T19:20:20.079Z | Checking sha2 v0.10.9 |
| 1999 | 2026-03-17T19:20:20.128Z | Checking pem-rfc7468 v0.7.0 |
| 2000 | 2026-03-17T19:20:20.174Z | Checking http-body v1.0.1 |
| 2001 | 2026-03-17T19:20:20.296Z | Checking clap_builder v4.5.60 |
| 2002 | 2026-03-17T19:20:20.302Z | Checking tokio-util v0.7.18 |
| 2003 | 2026-03-17T19:20:20.342Z | Checking rand_core v0.9.5 |
| 2004 | 2026-03-17T19:20:20.439Z | Checking atomic-waker v1.1.2 |
| 2005 | 2026-03-17T19:20:20.491Z | Checking hmac v0.12.1 |
| 2006 | 2026-03-17T19:20:20.494Z | Checking httpdate v1.0.3 |
| 2007 | 2026-03-17T19:20:20.601Z | Checking try-lock v0.2.5 |
| 2008 | 2026-03-17T19:20:20.604Z | Checking flagset v0.4.7 |
| 2009 | 2026-03-17T19:20:20.698Z | Checking pin-utils v0.1.0 |
| 2010 | 2026-03-17T19:20:20.761Z | Checking tower-layer v0.3.3 |
| 2011 | 2026-03-17T19:20:20.764Z | Checking want v0.3.1 |
| 2012 | 2026-03-17T19:20:20.854Z | Checking ryu v1.0.23 |
| 2013 | 2026-03-17T19:20:20.857Z | Checking tower-service v0.3.3 |
| 2014 | 2026-03-17T19:20:20.988Z | Checking der v0.7.10 |
| 2015 | 2026-03-17T19:20:21.035Z | Checking rand_chacha v0.9.0 |
| 2016 | 2026-03-17T19:20:21.081Z | Checking erased-serde v0.3.31 |
| 2017 | 2026-03-17T19:20:21.084Z | Checking spin v0.9.8 |
| 2018 | 2026-03-17T19:20:21.222Z | Checking h2 v0.4.13 |
| 2019 | 2026-03-17T19:20:21.330Z | Checking rand v0.9.2 |
| 2020 | 2026-03-17T19:20:21.396Z | Checking anyhow v1.0.102 |
| 2021 | 2026-03-17T19:20:21.682Z | Checking slog v2.8.2 |
| 2022 | 2026-03-17T19:20:21.685Z | Checking powerfmt v0.2.0 |
| 2023 | 2026-03-17T19:20:21.962Z | Checking deranged v0.5.8 |
| 2024 | 2026-03-17T19:20:22.013Z | Checking time-core v0.1.8 |
| 2025 | 2026-03-17T19:20:22.016Z | Checking clap v4.5.60 |
| 2026 | 2026-03-17T19:20:22.108Z | Checking num-conv v0.2.0 |
| 2027 | 2026-03-17T19:20:22.111Z | Checking num_threads v0.1.7 |
| 2028 | 2026-03-17T19:20:22.204Z | Checking http-body-util v0.1.3 |
| 2029 | 2026-03-17T19:20:22.253Z | Checking aws-lc-sys v0.37.1 |
| 2030 | 2026-03-17T19:20:22.257Z | Checking untrusted v0.7.1 |
| 2031 | 2026-03-17T19:20:22.345Z | Checking fastrand v2.3.0 |
| 2032 | 2026-03-17T19:20:22.348Z | Checking openssl-probe v0.2.1 |
| 2033 | 2026-03-17T19:20:22.453Z | Checking regex v1.12.3 |
| 2034 | 2026-03-17T19:20:22.501Z | Checking spki v0.7.3 |
| 2035 | 2026-03-17T19:20:22.547Z | Checking serde_urlencoded v0.7.1 |
| 2036 | 2026-03-17T19:20:22.595Z | Checking pbkdf2 v0.12.2 |
| 2037 | 2026-03-17T19:20:22.641Z | Checking aes v0.8.4 |
| 2038 | 2026-03-17T19:20:22.745Z | Checking rand_chacha v0.3.1 |
| 2039 | 2026-03-17T19:20:22.792Z | Checking unicode-width v0.2.0 |
| 2040 | 2026-03-17T19:20:22.874Z | Checking pretty-hex v0.4.1 |
| 2041 | 2026-03-17T19:20:22.877Z | Checking cbc v0.1.2 |
| 2042 | 2026-03-17T19:20:23.020Z | Checking aws-lc-rs v1.16.0 |
| 2043 | 2026-03-17T19:20:23.069Z | Checking salsa20 v0.10.2 |
| 2044 | 2026-03-17T19:20:23.072Z | Checking rand v0.8.5 |
| 2045 | 2026-03-17T19:20:23.160Z | Checking ipnetwork v0.21.1 |
| 2046 | 2026-03-17T19:20:23.208Z | Checking tempfile v3.25.0 |
| 2047 | 2026-03-17T19:20:23.255Z | Checking hex v0.4.3 |
| 2048 | 2026-03-17T19:20:23.303Z | Checking scrypt v0.11.0 |
| 2049 | 2026-03-17T19:20:23.306Z | Checking time v0.3.47 |
| 2050 | 2026-03-17T19:20:23.470Z | Checking plain v0.2.3 |
| 2051 | 2026-03-17T19:20:23.520Z | Checking pkcs5 v0.7.1 |
| 2052 | 2026-03-17T19:20:23.523Z | Checking rustls-native-certs v0.8.3 |
| 2053 | 2026-03-17T19:20:23.614Z | Checking sync_wrapper v1.0.2 |
| 2054 | 2026-03-17T19:20:23.657Z | Checking camino v1.2.2 |
| 2055 | 2026-03-17T19:20:23.760Z | Checking ucd-trie v0.1.7 |
| 2056 | 2026-03-17T19:20:23.808Z | Checking tower v0.5.3 |
| 2057 | 2026-03-17T19:20:23.857Z | Checking webpki-roots v1.0.6 |
| 2058 | 2026-03-17T19:20:23.906Z | Checking pkcs8 v0.10.2 |
| 2059 | 2026-03-17T19:20:23.962Z | Checking pest v2.8.6 |
| 2060 | 2026-03-17T19:20:24.032Z | Checking iri-string v0.7.10 |
| 2061 | 2026-03-17T19:20:24.080Z | Checking mime v0.3.17 |
| 2062 | 2026-03-17T19:20:24.168Z | Checking either v1.15.0 |
| 2063 | 2026-03-17T19:20:24.217Z | Checking rustls-webpki v0.103.9 |
| 2064 | 2026-03-17T19:20:24.342Z | Checking openapiv3 v2.2.0 |
| 2065 | 2026-03-17T19:20:24.390Z | Checking winnow v0.7.14 |
| 2066 | 2026-03-17T19:20:24.462Z | Checking oxnet v0.1.4 |
| 2067 | 2026-03-17T19:20:24.810Z | Checking lazy_static v1.5.0 |
| 2068 | 2026-03-17T19:20:24.815Z | Checking rustls v0.23.37 |
| 2069 | 2026-03-17T19:20:24.932Z | Checking static_assertions v1.1.0 |
| 2070 | 2026-03-17T19:20:24.979Z | Checking foreign-types-shared v0.1.1 |
| 2071 | 2026-03-17T19:20:24.982Z | Checking hyper v1.8.1 |
| 2072 | 2026-03-17T19:20:25.069Z | Checking signature v2.2.0 |
| 2073 | 2026-03-17T19:20:25.119Z | Checking foreign-types v0.3.2 |
| 2074 | 2026-03-17T19:20:25.243Z | Checking openssl-sys v0.9.111 |
| 2075 | 2026-03-17T19:20:25.291Z | Checking encoding_rs v0.8.35 |
| 2076 | 2026-03-17T19:20:25.464Z | Checking simd-adler32 v0.3.8 |
| 2077 | 2026-03-17T19:20:25.519Z | Checking tower-http v0.6.8 |
| 2078 | 2026-03-17T19:20:25.731Z | Checking hubpack v0.1.2 |
| 2079 | 2026-03-17T19:20:25.915Z | Checking openssl v0.10.75 |
| 2080 | 2026-03-17T19:20:25.966Z | Checking adler2 v2.0.1 |
| 2081 | 2026-03-17T19:20:26.014Z | Checking strum v0.26.3 |
| 2082 | 2026-03-17T19:20:26.063Z | Checking sha1 v0.10.6 |
| 2083 | 2026-03-17T19:20:26.141Z | Checking miniz_oxide v0.8.9 |
| 2084 | 2026-03-17T19:20:26.191Z | Checking data-encoding v2.10.0 |
| 2085 | 2026-03-17T19:20:26.194Z | Checking tinyvec_macros v0.1.1 |
| 2086 | 2026-03-17T19:20:26.284Z | Checking hyper-util v0.1.20 |
| 2087 | 2026-03-17T19:20:26.331Z | Checking toml_datetime v0.6.11 |
| 2088 | 2026-03-17T19:20:26.379Z | Checking tinyvec v1.10.0 |
| 2089 | 2026-03-17T19:20:26.583Z | Checking serde_spanned v0.6.9 |
| 2090 | 2026-03-17T19:20:26.632Z | Checking num-integer v0.1.46 |
| 2091 | 2026-03-17T19:20:26.635Z | Checking scroll v0.13.0 |
| 2092 | 2026-03-17T19:20:26.724Z | Checking memmap2 v0.9.10 |
| 2093 | 2026-03-17T19:20:26.777Z | Checking bit-vec v0.8.0 |
| 2094 | 2026-03-17T19:20:26.830Z | Checking base16ct v0.2.0 |
| 2095 | 2026-03-17T19:20:26.966Z | Checking dtrace-parser v0.3.0 |
| 2096 | 2026-03-17T19:20:26.970Z | Checking crossbeam-epoch v0.9.18 |
| 2097 | 2026-03-17T19:20:27.061Z | Checking goblin v0.10.5 |
| 2098 | 2026-03-17T19:20:27.064Z | Checking sec1 v0.7.3 |
| 2099 | 2026-03-17T19:20:27.150Z | Checking bit-set v0.8.0 |
| 2100 | 2026-03-17T19:20:27.310Z | Checking crc32fast v1.5.0 |
| 2101 | 2026-03-17T19:20:27.357Z | Checking ff v0.13.1 |
| 2102 | 2026-03-17T19:20:27.404Z | Checking wait-timeout v0.2.1 |
| 2103 | 2026-03-17T19:20:27.408Z | Checking thread-id v5.1.0 |
| 2104 | 2026-03-17T19:20:27.520Z | Checking num-iter v0.1.45 |
| 2105 | 2026-03-17T19:20:27.569Z | Checking group v0.13.0 |
| 2106 | 2026-03-17T19:20:27.617Z | Checking bstr v1.12.1 |
| 2107 | 2026-03-17T19:20:27.620Z | Checking hkdf v0.12.4 |
| 2108 | 2026-03-17T19:20:27.707Z | Checking ahash v0.8.12 |
| 2109 | 2026-03-17T19:20:27.791Z | Checking crypto-bigint v0.5.5 |
| 2110 | 2026-03-17T19:20:27.878Z | Checking quick-error v1.2.3 |
| 2111 | 2026-03-17T19:20:27.995Z | Checking rand_xorshift v0.4.0 |
| 2112 | 2026-03-17T19:20:28.045Z | Checking rusty-fork v0.3.1 |
| 2113 | 2026-03-17T19:20:28.048Z | Checking scroll v0.12.0 |
| 2114 | 2026-03-17T19:20:28.139Z | Checking tokio-rustls v0.26.4 |
| 2115 | 2026-03-17T19:20:28.189Z | Checking unarray v0.1.4 |
| 2116 | 2026-03-17T19:20:28.235Z | Checking num-bigint-dig v0.8.6 |
| 2117 | 2026-03-17T19:20:28.300Z | Checking pkcs1 v0.7.5 |
| 2118 | 2026-03-17T19:20:28.355Z | Checking proptest v1.10.0 |
| 2119 | 2026-03-17T19:20:28.428Z | Checking goblin v0.8.2 |
| 2120 | 2026-03-17T19:20:28.476Z | Checking hyper-rustls v0.27.7 |
| 2121 | 2026-03-17T19:20:28.609Z | Checking x509-cert v0.2.5 |
| 2122 | 2026-03-17T19:20:28.773Z | Checking native-tls v0.2.18 |
| 2123 | 2026-03-17T19:20:28.820Z | Checking zerocopy v0.7.35 |
| 2124 | 2026-03-17T19:20:29.049Z | Checking tokio-native-tls v0.3.1 |
| 2125 | 2026-03-17T19:20:29.150Z | Checking elliptic-curve v0.13.8 |
| 2126 | 2026-03-17T19:20:29.287Z | Checking hyper-tls v0.6.0 |
| 2127 | 2026-03-17T19:20:29.422Z | Checking zlib-rs v0.6.2 |
| 2128 | 2026-03-17T19:20:29.532Z | Checking psl-types v2.0.11 |
| 2129 | 2026-03-17T19:20:29.581Z | Checking unicode-segmentation v1.12.0 |
| 2130 | 2026-03-17T19:20:29.584Z | Checking reqwest v0.12.28 |
| 2131 | 2026-03-17T19:20:29.672Z | Checking rsa v0.9.10 |
| 2132 | 2026-03-17T19:20:29.719Z | Checking publicsuffix v2.3.0 |
| 2133 | 2026-03-17T19:20:29.963Z | Checking crossbeam-deque v0.8.6 |
| 2134 | 2026-03-17T19:20:30.028Z | Checking dtrace-parser v0.2.0 |
| 2135 | 2026-03-17T19:20:30.223Z | Checking cookie v0.18.1 |
| 2136 | 2026-03-17T19:20:30.322Z | Checking rfc6979 v0.4.0 |
| 2137 | 2026-03-17T19:20:30.372Z | Checking dof v0.4.0 |
| 2138 | 2026-03-17T19:20:30.417Z | Checking thread-id v4.2.2 |
| 2139 | 2026-03-17T19:20:30.509Z | Checking toml_write v0.1.2 |
| 2140 | 2026-03-17T19:20:30.556Z | Checking ecdsa v0.16.9 |
| 2141 | 2026-03-17T19:20:30.559Z | Checking cookie_store v0.22.1 |
| 2142 | 2026-03-17T19:20:30.662Z | Checking flate2 v1.1.9 |
| 2143 | 2026-03-17T19:20:30.767Z | Checking toml_edit v0.22.27 |
| 2144 | 2026-03-17T19:20:30.816Z | Checking rustls-platform-verifier v0.6.2 |
| 2145 | 2026-03-17T19:20:30.867Z | Checking newtype-uuid v1.3.2 |
| 2146 | 2026-03-17T19:20:31.026Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2147 | 2026-03-17T19:20:31.078Z | Checking curve25519-dalek v4.1.3 |
| 2148 | 2026-03-17T19:20:31.081Z | Checking rustix v0.38.44 |
| 2149 | 2026-03-17T19:20:31.169Z | Checking dof v0.3.0 |
| 2150 | 2026-03-17T19:20:31.174Z | Checking memoffset v0.9.1 |
| 2151 | 2026-03-17T19:20:31.212Z | Checking env_filter v1.0.0 |
| 2152 | 2026-03-17T19:20:31.304Z | Checking usdt-impl v0.6.0 |
| 2153 | 2026-03-17T19:20:31.392Z | Checking keccak v0.1.6 |
| 2154 | 2026-03-17T19:20:31.441Z | Checking env_logger v0.11.9 |
| 2155 | 2026-03-17T19:20:31.506Z | Checking daft v0.1.5 |
| 2156 | 2026-03-17T19:20:31.569Z | Checking usdt-impl v0.5.0 |
| 2157 | 2026-03-17T19:20:31.642Z | Checking sha3 v0.10.8 |
| 2158 | 2026-03-17T19:20:31.699Z | Checking usdt v0.6.0 |
| 2159 | 2026-03-17T19:20:31.747Z | Checking reqwest v0.13.2 |
| 2160 | 2026-03-17T19:20:31.855Z | Checking ed25519 v2.2.3 |
| 2161 | 2026-03-17T19:20:31.940Z | Checking itertools v0.13.0 |
| 2162 | 2026-03-17T19:20:31.989Z | Checking serde_with v3.17.0 |
| 2163 | 2026-03-17T19:20:31.992Z | Checking bitflags v1.3.2 |
| 2164 | 2026-03-17T19:20:32.113Z | Checking siphasher v1.0.2 |
| 2165 | 2026-03-17T19:20:32.162Z | Checking unicode-normalization v0.1.25 |
| 2166 | 2026-03-17T19:20:32.165Z | Checking ed25519-dalek v2.2.0 |
| 2167 | 2026-03-17T19:20:32.294Z | Checking signal-hook v0.3.18 |
| 2168 | 2026-03-17T19:20:32.343Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2169 | 2026-03-17T19:20:32.391Z | Checking winnow v0.5.40 |
| 2170 | 2026-03-17T19:20:32.541Z | Checking managed v0.8.0 |
| 2171 | 2026-03-17T19:20:32.589Z | Checking nix v0.31.1 |
| 2172 | 2026-03-17T19:20:32.637Z | Checking rayon-core v1.13.0 |
| 2173 | 2026-03-17T19:20:32.722Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2174 | 2026-03-17T19:20:32.835Z | Checking object v0.37.3 |
| 2175 | 2026-03-17T19:20:32.885Z | Checking foldhash v0.1.5 |
| 2176 | 2026-03-17T19:20:32.931Z | Checking bzip2 v0.4.4 |
| 2177 | 2026-03-17T19:20:33.095Z | Checking hashbrown v0.15.5 |
| 2178 | 2026-03-17T19:20:33.143Z | Checking signal-hook-mio v0.2.5 |
| 2179 | 2026-03-17T19:20:33.191Z | Checking ref-cast v1.0.25 |
| 2180 | 2026-03-17T19:20:33.309Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2181 | 2026-03-17T19:20:33.356Z | Checking zip v0.6.6 |
| 2182 | 2026-03-17T19:20:33.437Z | Checking bumpalo v3.20.2 |
| 2183 | 2026-03-17T19:20:33.490Z | Checking zstd-safe v7.2.4 |
| 2184 | 2026-03-17T19:20:33.738Z | Checking libbz2-rs-sys v0.2.2 |
| 2185 | 2026-03-17T19:20:33.741Z | Checking zstd v0.13.3 |
| 2186 | 2026-03-17T19:20:33.831Z | Checking zopfli v0.8.3 |
| 2187 | 2026-03-17T19:20:33.834Z | Checking crossterm v0.28.1 |
| 2188 | 2026-03-17T19:20:34.026Z | Checking toml_edit v0.19.15 |
| 2189 | 2026-03-17T19:20:34.075Z | Checking rayon v1.11.0 |
| 2190 | 2026-03-17T19:20:34.078Z | Checking similar v2.7.0 |
| 2191 | 2026-03-17T19:20:34.166Z | Checking fs-err v3.3.0 |
| 2192 | 2026-03-17T19:20:34.299Z | Checking bzip2 v0.6.1 |
| 2193 | 2026-03-17T19:20:34.302Z | Checking hash32 v0.2.1 |
| 2194 | 2026-03-17T19:20:34.550Z | Checking serde-big-array v0.5.1 |
| 2195 | 2026-03-17T19:20:34.598Z | Checking predicates-core v1.0.10 |
| 2196 | 2026-03-17T19:20:34.601Z | Checking unicode-bidi v0.3.18 |
| 2197 | 2026-03-17T19:20:34.688Z | Checking jiff v0.2.21 |
| 2198 | 2026-03-17T19:20:34.751Z | Checking unicode-properties v0.1.4 |
| 2199 | 2026-03-17T19:20:34.799Z | Checking heapless v0.7.17 |
| 2200 | 2026-03-17T19:20:34.871Z | Checking hickory-proto v0.25.2 |
| 2201 | 2026-03-17T19:20:35.033Z | Checking tokio-stream v0.1.18 |
| 2202 | 2026-03-17T19:20:35.081Z | Checking stringprep v0.1.5 |
| 2203 | 2026-03-17T19:20:35.315Z | Checking md-5 v0.10.6 |
| 2204 | 2026-03-17T19:20:35.393Z | Checking float-cmp v0.10.0 |
| 2205 | 2026-03-17T19:20:35.456Z | Checking toml v0.7.8 |
| 2206 | 2026-03-17T19:20:35.520Z | Checking fallible-iterator v0.2.0 |
| 2207 | 2026-03-17T19:20:35.583Z | Checking normalize-line-endings v0.3.0 |
| 2208 | 2026-03-17T19:20:35.632Z | Checking difflib v0.4.0 |
| 2209 | 2026-03-17T19:20:35.734Z | Checking rustc-hash v2.1.1 |
| 2210 | 2026-03-17T19:20:35.906Z | Checking predicates v3.1.4 |
| 2211 | 2026-03-17T19:20:35.953Z | Checking postgres-protocol v0.6.10 |
| 2212 | 2026-03-17T19:20:35.956Z | Checking iddqd v0.3.17 |
| 2213 | 2026-03-17T19:20:35.956Z | Checking smoltcp v0.9.1 |
| 2214 | 2026-03-17T19:20:36.105Z | Checking phf_shared v0.11.3 |
| 2215 | 2026-03-17T19:20:36.164Z | Checking phf_shared v0.13.1 |
| 2216 | 2026-03-17T19:20:36.333Z | Checking itertools v0.12.1 |
| 2217 | 2026-03-17T19:20:36.380Z | Checking console v0.16.2 |
| 2218 | 2026-03-17T19:20:36.426Z | Checking buf-list v1.1.2 |
| 2219 | 2026-03-17T19:20:36.473Z | Checking strum v0.27.2 |
| 2220 | 2026-03-17T19:20:36.648Z | Checking lalrpop-util v0.19.12 |
| 2221 | 2026-03-17T19:20:36.697Z | Checking fixedbitset v0.5.7 |
| 2222 | 2026-03-17T19:20:36.808Z | Checking unit-prefix v0.5.2 |
| 2223 | 2026-03-17T19:20:36.856Z | Checking new_debug_unreachable v1.0.6 |
| 2224 | 2026-03-17T19:20:36.903Z | Checking fixedbitset v0.4.2 |
| 2225 | 2026-03-17T19:20:36.980Z | Checking precomputed-hash v0.1.1 |
| 2226 | 2026-03-17T19:20:36.983Z | Checking petgraph v0.8.3 |
| 2227 | 2026-03-17T19:20:37.070Z | Checking indicatif v0.18.4 |
| 2228 | 2026-03-17T19:20:37.122Z | Checking string_cache v0.8.9 |
| 2229 | 2026-03-17T19:20:37.125Z | Checking petgraph v0.6.5 |
| 2230 | 2026-03-17T19:20:37.217Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2231 | 2026-03-17T19:20:37.372Z | Checking phf v0.13.1 |
| 2232 | 2026-03-17T19:20:37.606Z | Checking postgres-types v0.2.12 |
| 2233 | 2026-03-17T19:20:37.610Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2234 | 2026-03-17T19:20:37.759Z | Checking zone v0.3.1 |
| 2235 | 2026-03-17T19:20:37.822Z | Checking zip v4.6.1 |
| 2236 | 2026-03-17T19:20:38.047Z | Checking peg-runtime v0.8.5 |
| 2237 | 2026-03-17T19:20:38.096Z | Checking whoami v2.1.0 |
| 2238 | 2026-03-17T19:20:38.323Z | Checking futures-executor v0.3.32 |
| 2239 | 2026-03-17T19:20:38.387Z | Checking tokio-postgres v0.7.16 |
| 2240 | 2026-03-17T19:20:38.437Z | Checking is-terminal v0.4.17 |
| 2241 | 2026-03-17T19:20:38.542Z | Checking futures v0.3.32 |
| 2242 | 2026-03-17T19:20:38.590Z | Checking crossbeam-channel v0.5.15 |
| 2243 | 2026-03-17T19:20:38.653Z | Compiling structmeta-derive v0.3.0 |
| 2244 | 2026-03-17T19:20:38.701Z | Checking thread_local v1.1.9 |
| 2245 | 2026-03-17T19:20:38.748Z | Checking take_mut v0.2.2 |
| 2246 | 2026-03-17T19:20:38.915Z | Checking term v1.2.1 |
| 2247 | 2026-03-17T19:20:38.965Z | Compiling newtype-uuid-macros v0.1.0 |
| 2248 | 2026-03-17T19:20:38.969Z | Compiling rustls v0.22.4 |
| 2249 | 2026-03-17T19:20:39.070Z | Checking slog-async v2.8.0 |
| 2250 | 2026-03-17T19:20:39.241Z | Checking slog-term v2.9.2 |
| 2251 | 2026-03-17T19:20:39.245Z | Checking regress v0.10.5 |
| 2252 | 2026-03-17T19:20:39.334Z | Compiling multer v3.1.0 |
| 2253 | 2026-03-17T19:20:39.442Z | Compiling async-stream-impl v0.3.6 |
| 2254 | 2026-03-17T19:20:39.651Z | Compiling dropshot v0.16.7 |
| 2255 | 2026-03-17T19:20:39.711Z | Compiling dropshot_endpoint v0.16.7 |
| 2256 | 2026-03-17T19:20:40.004Z | Checking match_cfg v0.1.0 |
| 2257 | 2026-03-17T19:20:40.052Z | Checking slog-json v2.6.1 |
| 2258 | 2026-03-17T19:20:40.104Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2259 | 2026-03-17T19:20:40.152Z | Compiling structmeta v0.3.0 |
| 2260 | 2026-03-17T19:20:40.199Z | Checking hostname v0.3.1 |
| 2261 | 2026-03-17T19:20:40.252Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2262 | 2026-03-17T19:20:40.300Z | Checking debug-ignore v1.0.5 |
| 2263 | 2026-03-17T19:20:40.355Z | Checking slog-bunyan v2.5.0 |
| 2264 | 2026-03-17T19:20:40.458Z | Compiling derive-ex v0.1.8 |
| 2265 | 2026-03-17T19:20:40.505Z | Checking serde_spanned v1.0.4 |
| 2266 | 2026-03-17T19:20:40.556Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2267 | 2026-03-17T19:20:40.608Z | Checking rustls-webpki v0.102.8 |
| 2268 | 2026-03-17T19:20:40.669Z | Checking serde_path_to_error v0.1.20 |
| 2269 | 2026-03-17T19:20:40.731Z | Checking progenitor-client v0.13.0 |
| 2270 | 2026-03-17T19:20:40.779Z | Checking async-stream v0.3.6 |
| 2271 | 2026-03-17T19:20:40.842Z | Checking toml v0.9.12+spec-1.1.0 |
| 2272 | 2026-03-17T19:20:41.062Z | Checking waitgroup v0.1.2 |
| 2273 | 2026-03-17T19:20:41.111Z | Checking rustls-pemfile v2.2.0 |
| 2274 | 2026-03-17T19:20:41.230Z | Checking hostname v0.4.2 |
| 2275 | 2026-03-17T19:20:41.284Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2276 | 2026-03-17T19:20:41.332Z | Compiling parse-display-derive v0.10.0 |
| 2277 | 2026-03-17T19:20:41.336Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2278 | 2026-03-17T19:20:41.424Z | Checking itertools v0.14.0 |
| 2279 | 2026-03-17T19:20:41.502Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2280 | 2026-03-17T19:20:41.554Z | Checking macaddr v1.0.1 |
| 2281 | 2026-03-17T19:20:41.718Z | Checking progenitor-client v0.10.0 |
| 2282 | 2026-03-17T19:20:41.827Z | Checking instant v0.1.13 |
| 2283 | 2026-03-17T19:20:41.981Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2284 | 2026-03-17T19:20:42.051Z | Checking backoff v0.4.0 |
| 2285 | 2026-03-17T19:20:42.054Z | Checking backon v1.6.0 |
| 2286 | 2026-03-17T19:20:42.144Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2287 | 2026-03-17T19:20:42.314Z | Checking heck v0.5.0 |
| 2288 | 2026-03-17T19:20:42.408Z | Checking progenitor-extras v0.1.1 |
| 2289 | 2026-03-17T19:20:42.557Z | Checking camino-tempfile v1.4.1 |
| 2290 | 2026-03-17T19:20:42.729Z | Checking toml v0.8.23 |
| 2291 | 2026-03-17T19:20:42.796Z | Compiling test-strategy v0.4.5 |
| 2292 | 2026-03-17T19:20:42.852Z | Compiling convert_case v0.4.0 |
| 2293 | 2026-03-17T19:20:42.945Z | Compiling unsafe-libyaml v0.2.11 |
| 2294 | 2026-03-17T19:20:43.206Z | Checking tokio-rustls v0.25.0 |
| 2295 | 2026-03-17T19:20:43.267Z | Checking secrecy v0.10.3 |
| 2296 | 2026-03-17T19:20:43.451Z | Compiling derive_more v0.99.20 |
| 2297 | 2026-03-17T19:20:43.500Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2298 | 2026-03-17T19:20:43.662Z | Checking parse-display v0.10.0 |
| 2299 | 2026-03-17T19:20:43.886Z | Compiling serde_yaml v0.9.34+deprecated |
| 2300 | 2026-03-17T19:20:43.995Z | Compiling crucible-workspace-hack v0.1.0 |
| 2301 | 2026-03-17T19:20:44.316Z | Compiling proc-macro-crate v3.4.0 |
| 2302 | 2026-03-17T19:20:44.602Z | Compiling typify-impl v0.6.1 |
| 2303 | 2026-03-17T19:20:44.882Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2304 | 2026-03-17T19:20:45.204Z | Checking half v2.7.1 |
| 2305 | 2026-03-17T19:20:45.417Z | Checking glob v0.3.3 |
| 2306 | 2026-03-17T19:20:45.591Z | Checking ciborium-io v0.2.2 |
| 2307 | 2026-03-17T19:20:45.693Z | Compiling heapless v0.8.0 |
| 2308 | 2026-03-17T19:20:45.747Z | Checking ciborium-ll v0.2.2 |
| 2309 | 2026-03-17T19:20:45.951Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2310 | 2026-03-17T19:20:46.013Z | Checking ciborium v0.2.2 |
| 2311 | 2026-03-17T19:20:46.152Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2312 | 2026-03-17T19:20:46.307Z | Compiling ingot-macros v0.1.1 |
| 2313 | 2026-03-17T19:20:46.357Z | Checking tabwriter v1.4.1 |
| 2314 | 2026-03-17T19:20:46.583Z | Checking hash32 v0.3.1 |
| 2315 | 2026-03-17T19:20:46.631Z | Compiling smoltcp v0.11.0 |
| 2316 | 2026-03-17T19:20:46.678Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2317 | 2026-03-17T19:20:46.681Z | Compiling num_enum_derive v0.7.5 |
| 2318 | 2026-03-17T19:20:47.007Z | Checking cobs v0.3.0 |
| 2319 | 2026-03-17T19:20:47.057Z | Compiling foreign-types-macros v0.2.3 |
| 2320 | 2026-03-17T19:20:47.171Z | Checking cpufeatures v0.3.0 |
| 2321 | 2026-03-17T19:20:47.230Z | Checking foreign-types-shared v0.3.1 |
| 2322 | 2026-03-17T19:20:47.302Z | Checking chacha20 v0.10.0 |
| 2323 | 2026-03-17T19:20:47.396Z | Checking postcard v1.1.3 |
| 2324 | 2026-03-17T19:20:47.862Z | Checking foreign-types v0.5.0 |
| 2325 | 2026-03-17T19:20:47.866Z | Compiling proc-macro-crate v1.3.1 |
| 2326 | 2026-03-17T19:20:47.989Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2327 | 2026-03-17T19:20:48.037Z | Checking cstr-argument v0.1.2 |
| 2328 | 2026-03-17T19:20:48.207Z | Checking num_enum v0.7.5 |
| 2329 | 2026-03-17T19:20:48.253Z | Checking sigpipe v0.1.3 |
| 2330 | 2026-03-17T19:20:48.311Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2331 | 2026-03-17T19:20:48.391Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2332 | 2026-03-17T19:20:48.395Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2333 | 2026-03-17T19:20:48.507Z | Checking colored v3.1.1 |
| 2334 | 2026-03-17T19:20:48.773Z | Compiling num_enum_derive v0.5.11 |
| 2335 | 2026-03-17T19:20:48.820Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2336 | 2026-03-17T19:20:48.824Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2337 | 2026-03-17T19:20:48.911Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2338 | 2026-03-17T19:20:49.063Z | Checking rand v0.10.0 |
| 2339 | 2026-03-17T19:20:49.111Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2340 | 2026-03-17T19:20:49.115Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2341 | 2026-03-17T19:20:49.201Z | Checking indent_write v2.2.0 |
| 2342 | 2026-03-17T19:20:49.403Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2343 | 2026-03-17T19:20:49.591Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2344 | 2026-03-17T19:20:49.667Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2345 | 2026-03-17T19:20:49.716Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2346 | 2026-03-17T19:20:49.811Z | Checking smf v0.2.3 |
| 2347 | 2026-03-17T19:20:49.996Z | Compiling num-derive v0.4.2 |
| 2348 | 2026-03-17T19:20:50.162Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2349 | 2026-03-17T19:20:50.170Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2350 | 2026-03-17T19:20:50.253Z | Checking ingot-types v0.1.2 |
| 2351 | 2026-03-17T19:20:50.257Z | Checking num_enum v0.5.11 |
| 2352 | 2026-03-17T19:20:50.485Z | Checking whoami v1.6.1 |
| 2353 | 2026-03-17T19:20:50.488Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2354 | 2026-03-17T19:20:50.569Z | Checking universal-hash v0.5.1 |
| 2355 | 2026-03-17T19:20:50.739Z | Checking opaque-debug v0.3.1 |
| 2356 | 2026-03-17T19:20:50.789Z | Checking aead v0.5.2 |
| 2357 | 2026-03-17T19:20:50.792Z | Checking ingot v0.1.1 |
| 2358 | 2026-03-17T19:20:50.922Z | Checking swrite v0.1.0 |
| 2359 | 2026-03-17T19:20:50.926Z | Checking poly1305 v0.8.0 |
| 2360 | 2026-03-17T19:20:51.016Z | Compiling typify-macro v0.6.1 |
| 2361 | 2026-03-17T19:20:51.019Z | Checking chacha20 v0.9.1 |
| 2362 | 2026-03-17T19:20:51.108Z | Checking unicode-width v0.1.14 |
| 2363 | 2026-03-17T19:20:51.111Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2364 | 2026-03-17T19:20:51.209Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2365 | 2026-03-17T19:20:51.339Z | Checking password-hash v0.5.0 |
| 2366 | 2026-03-17T19:20:51.342Z | Checking blake2 v0.10.6 |
| 2367 | 2026-03-17T19:20:51.466Z | Checking chacha20poly1305 v0.10.1 |
| 2368 | 2026-03-17T19:20:51.533Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2369 | 2026-03-17T19:20:51.665Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2370 | 2026-03-17T19:20:51.669Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2371 | 2026-03-17T19:20:51.758Z | Checking argon2 v0.5.3 |
| 2372 | 2026-03-17T19:20:51.956Z | Compiling usdt-attr-macro v0.5.0 |
| 2373 | 2026-03-17T19:20:52.047Z | Compiling usdt-macro v0.5.0 |
| 2374 | 2026-03-17T19:20:52.095Z | Checking memmap v0.7.0 |
| 2375 | 2026-03-17T19:20:52.232Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2376 | 2026-03-17T19:20:52.299Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2377 | 2026-03-17T19:20:52.608Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2378 | 2026-03-17T19:20:52.755Z | Checking thiserror-no-std v2.0.2 |
| 2379 | 2026-03-17T19:20:52.949Z | Checking vsss-rs v3.3.4 |
| 2380 | 2026-03-17T19:20:53.022Z | Compiling derive-where v1.6.0 |
| 2381 | 2026-03-17T19:20:53.075Z | Checking usdt v0.5.0 |
| 2382 | 2026-03-17T19:20:53.125Z | Checking atomicwrites v0.4.4 |
| 2383 | 2026-03-17T19:20:53.225Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2384 | 2026-03-17T19:20:53.327Z | Checking tokio-dtrace v0.1.1 |
| 2385 | 2026-03-17T19:20:53.330Z | Checking console v0.15.11 |
| 2386 | 2026-03-17T19:20:53.421Z | Compiling typify v0.6.1 |
| 2387 | 2026-03-17T19:20:53.596Z | Compiling progenitor-impl v0.13.0 |
| 2388 | 2026-03-17T19:20:53.689Z | Checking oxide-tokio-rt v0.1.3 |
| 2389 | 2026-03-17T19:20:53.784Z | Checking newline-converter v0.3.0 |
| 2390 | 2026-03-17T19:20:53.937Z | Checking bytecount v0.6.9 |
| 2391 | 2026-03-17T19:20:53.986Z | Checking expectorate v1.2.0 |
| 2392 | 2026-03-17T19:20:54.044Z | Compiling prettyplease v0.2.37 |
| 2393 | 2026-03-17T19:20:54.106Z | Compiling owo-colors v4.3.0 |
| 2394 | 2026-03-17T19:20:54.184Z | Compiling cancel-safe-futures v0.1.5 |
| 2395 | 2026-03-17T19:20:54.442Z | Checking libsw-core v0.3.2 |
| 2396 | 2026-03-17T19:20:54.655Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2397 | 2026-03-17T19:20:54.702Z | Checking libsw v3.5.0 |
| 2398 | 2026-03-17T19:20:54.823Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2399 | 2026-03-17T19:20:54.870Z | Checking linear-map v1.2.0 |
| 2400 | 2026-03-17T19:20:54.943Z | Checking same-file v1.0.6 |
| 2401 | 2026-03-17T19:20:54.991Z | Checking num-rational v0.4.2 |
| 2402 | 2026-03-17T19:20:55.038Z | Checking num-complex v0.4.6 |
| 2403 | 2026-03-17T19:20:55.126Z | Checking walkdir v2.5.0 |
| 2404 | 2026-03-17T19:20:55.129Z | Checking float-ord v0.3.2 |
| 2405 | 2026-03-17T19:20:55.338Z | Checking gethostname v0.5.0 |
| 2406 | 2026-03-17T19:20:55.485Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2407 | 2026-03-17T19:20:55.549Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2408 | 2026-03-17T19:20:55.596Z | Checking num v0.4.3 |
| 2409 | 2026-03-17T19:20:55.642Z | Compiling async-recursion v1.1.1 |
| 2410 | 2026-03-17T19:20:55.769Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2411 | 2026-03-17T19:20:56.185Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2412 | 2026-03-17T19:20:56.645Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2413 | 2026-03-17T19:20:57.300Z | Compiling progenitor-macro v0.13.0 |
| 2414 | 2026-03-17T19:20:57.961Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2415 | 2026-03-17T19:20:59.431Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2416 | 2026-03-17T19:20:59.543Z | Checking smawk v0.3.2 |
| 2417 | 2026-03-17T19:20:59.592Z | Checking unicode-linebreak v0.1.5 |
| 2418 | 2026-03-17T19:20:59.807Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2419 | 2026-03-17T19:20:59.910Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2420 | 2026-03-17T19:21:00.010Z | Checking globset v0.4.18 |
| 2421 | 2026-03-17T19:21:00.517Z | Compiling convert_case v0.10.0 |
| 2422 | 2026-03-17T19:21:01.245Z | Compiling slog-dtrace v0.3.0 |
| 2423 | 2026-03-17T19:21:01.529Z | Checking resolv-conf v0.7.6 |
| 2424 | 2026-03-17T19:21:01.710Z | Compiling derive_more-impl v2.1.1 |
| 2425 | 2026-03-17T19:21:01.992Z | Compiling pin-project-internal v1.1.11 |
| 2426 | 2026-03-17T19:21:02.082Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2427 | 2026-03-17T19:21:02.169Z | Checking pem v3.0.6 |
| 2428 | 2026-03-17T19:21:02.378Z | Checking fd-lock v4.0.4 |
| 2429 | 2026-03-17T19:21:02.425Z | Checking vte v0.14.1 |
| 2430 | 2026-03-17T19:21:02.573Z | Checking display-error-chain v0.2.2 |
| 2431 | 2026-03-17T19:21:02.656Z | Checking strip-ansi-escapes v0.2.1 |
| 2432 | 2026-03-17T19:21:02.762Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2433 | 2026-03-17T19:21:02.809Z | Checking derive_more v2.1.1 |
| 2434 | 2026-03-17T19:21:02.855Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2435 | 2026-03-17T19:21:02.964Z | Compiling snafu-derive v0.8.9 |
| 2436 | 2026-03-17T19:21:02.968Z | Checking crossterm v0.29.0 |
| 2437 | 2026-03-17T19:21:03.033Z | Checking nu-ansi-term v0.50.3 |
| 2438 | 2026-03-17T19:21:03.370Z | Checking termtree v0.5.1 |
| 2439 | 2026-03-17T19:21:03.618Z | Checking linked-hash-map v0.5.6 |
| 2440 | 2026-03-17T19:21:03.635Z | Checking pin-project v1.1.11 |
| 2441 | 2026-03-17T19:21:03.722Z | Checking reedline v0.40.0 |
| 2442 | 2026-03-17T19:21:03.886Z | Checking lru-cache v0.1.2 |
| 2443 | 2026-03-17T19:21:03.939Z | Checking textwrap v0.16.2 |
| 2444 | 2026-03-17T19:21:04.382Z | Checking olpc-cjson v0.1.4 |
| 2445 | 2026-03-17T19:21:04.382Z | Checking hickory-proto v0.24.4 |
| 2446 | 2026-03-17T19:21:04.383Z | Checking serde_plain v1.0.2 |
| 2447 | 2026-03-17T19:21:04.471Z | Checking progenitor v0.13.0 |
| 2448 | 2026-03-17T19:21:04.526Z | Checking typed-path v0.9.3 |
| 2449 | 2026-03-17T19:21:04.682Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2450 | 2026-03-17T19:21:05.290Z | Compiling minimal-lexical v0.2.1 |
| 2451 | 2026-03-17T19:21:05.639Z | Checking snafu v0.8.9 |
| 2452 | 2026-03-17T19:21:05.644Z | Compiling nom v7.1.3 |
| 2453 | 2026-03-17T19:21:05.729Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2454 | 2026-03-17T19:21:05.991Z | Checking tough v0.20.0 |
| 2455 | 2026-03-17T19:21:06.470Z | Checking nibble_vec v0.1.0 |
| 2456 | 2026-03-17T19:21:06.673Z | Checking endian-type v0.1.2 |
| 2457 | 2026-03-17T19:21:06.719Z | Checking hickory-resolver v0.24.4 |
| 2458 | 2026-03-17T19:21:06.880Z | Checking radix_trie v0.2.1 |
| 2459 | 2026-03-17T19:21:07.197Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2460 | 2026-03-17T19:21:07.534Z | Compiling ar_archive_writer v0.5.1 |
| 2461 | 2026-03-17T19:21:07.580Z | Checking humantime v2.3.0 |
| 2462 | 2026-03-17T19:21:07.726Z | Checking qorb v0.4.1 |
| 2463 | 2026-03-17T19:21:07.864Z | Checking csv-core v0.1.13 |
| 2464 | 2026-03-17T19:21:08.023Z | Checking base64 v0.21.7 |
| 2465 | 2026-03-17T19:21:08.132Z | Checking csv v1.4.0 |
| 2466 | 2026-03-17T19:21:08.260Z | Compiling stacker v0.1.23 |
| 2467 | 2026-03-17T19:21:08.376Z | Compiling cfg_aliases v0.1.1 |
| 2468 | 2026-03-17T19:21:08.513Z | Checking highway v1.3.0 |
| 2469 | 2026-03-17T19:21:08.683Z | Compiling nix v0.28.0 |
| 2470 | 2026-03-17T19:21:08.734Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2471 | 2026-03-17T19:21:08.782Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2472 | 2026-03-17T19:21:08.785Z | Checking papergrid v0.11.0 |
| 2473 | 2026-03-17T19:21:08.874Z | Compiling psm v0.1.30 |
| 2474 | 2026-03-17T19:21:08.879Z | Compiling tabled_derive v0.7.0 |
| 2475 | 2026-03-17T19:21:09.180Z | Checking home v0.5.12 |
| 2476 | 2026-03-17T19:21:09.391Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2477 | 2026-03-17T19:21:09.440Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2478 | 2026-03-17T19:21:09.486Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2479 | 2026-03-17T19:21:09.651Z | Checking phf_shared v0.12.1 |
| 2480 | 2026-03-17T19:21:09.909Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2481 | 2026-03-17T19:21:10.021Z | Compiling semver v0.1.20 |
| 2482 | 2026-03-17T19:21:10.069Z | Compiling chrono-tz v0.10.4 |
| 2483 | 2026-03-17T19:21:10.118Z | Checking phf v0.12.1 |
| 2484 | 2026-03-17T19:21:10.221Z | Checking tabled v0.15.0 |
| 2485 | 2026-03-17T19:21:10.376Z | Compiling rustc_version v0.1.7 |
| 2486 | 2026-03-17T19:21:10.428Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2487 | 2026-03-17T19:21:10.475Z | Checking recursive v0.1.1 |
| 2488 | 2026-03-17T19:21:10.479Z | Compiling const_format_proc_macros v0.2.34 |
| 2489 | 2026-03-17T19:21:10.569Z | Compiling peg-macros v0.8.5 |
| 2490 | 2026-03-17T19:21:10.631Z | Checking winnow v0.6.26 |
| 2491 | 2026-03-17T19:21:10.700Z | Compiling sqlparser_derive v0.5.0 |
| 2492 | 2026-03-17T19:21:11.119Z | Checking unicode_categories v0.1.1 |
| 2493 | 2026-03-17T19:21:11.661Z | Checking const_format v0.2.35 |
| 2494 | 2026-03-17T19:21:11.722Z | Checking sqlparser v0.61.0 |
| 2495 | 2026-03-17T19:21:11.902Z | Checking rustyline v14.0.0 |
| 2496 | 2026-03-17T19:21:12.224Z | Checking sqlformat v0.3.5 |
| 2497 | 2026-03-17T19:21:12.285Z | Compiling newtype_derive v0.1.6 |
| 2498 | 2026-03-17T19:21:12.439Z | Checking peg v0.8.5 |
| 2499 | 2026-03-17T19:21:12.607Z | Checking bcs v0.1.6 |
| 2500 | 2026-03-17T19:21:12.933Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2501 | 2026-03-17T19:21:13.024Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2502 | 2026-03-17T19:21:13.115Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2503 | 2026-03-17T19:21:13.208Z | Checking steno v0.4.1 |
| 2504 | 2026-03-17T19:21:13.465Z | Compiling typify-impl v0.4.3 |
| 2505 | 2026-03-17T19:21:13.512Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2506 | 2026-03-17T19:21:14.356Z | Checking utf-8 v0.7.6 |
| 2507 | 2026-03-17T19:21:14.616Z | Checking filetime v0.2.27 |
| 2508 | 2026-03-17T19:21:14.831Z | Checking arc-swap v1.8.2 |
| 2509 | 2026-03-17T19:21:15.166Z | Checking xattr v1.6.1 |
| 2510 | 2026-03-17T19:21:15.383Z | Checking tar v0.4.44 |
| 2511 | 2026-03-17T19:21:15.828Z | Checking slog-scope v4.4.1 |
| 2512 | 2026-03-17T19:21:15.940Z | Checking tungstenite v0.21.0 |
| 2513 | 2026-03-17T19:21:16.013Z | Checking typeid v1.0.3 |
| 2514 | 2026-03-17T19:21:16.045Z | Checking slog-stdlog v4.1.1 |
| 2515 | 2026-03-17T19:21:16.164Z | Checking subprocess v0.2.15 |
| 2516 | 2026-03-17T19:21:16.236Z | Checking slog-envlogger v2.2.0 |
| 2517 | 2026-03-17T19:21:16.463Z | Checking headers-core v0.3.0 |
| 2518 | 2026-03-17T19:21:16.545Z | Checking tokio-tungstenite v0.21.0 |
| 2519 | 2026-03-17T19:21:16.592Z | Compiling lzma-sys v0.1.20 |
| 2520 | 2026-03-17T19:21:16.638Z | Checking headers v0.4.1 |
| 2521 | 2026-03-17T19:21:16.755Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2522 | 2026-03-17T19:21:16.927Z | Compiling cargo_toml v0.22.3 |
| 2523 | 2026-03-17T19:21:17.310Z | Checking yasna v0.5.2 |
| 2524 | 2026-03-17T19:21:17.363Z | Checking xz2 v0.1.7 |
| 2525 | 2026-03-17T19:21:17.615Z | Checking ron v0.12.0 |
| 2526 | 2026-03-17T19:21:17.869Z | Checking rcgen v0.12.1 |
| 2527 | 2026-03-17T19:21:18.341Z | Checking base16ct v1.0.0 |
| 2528 | 2026-03-17T19:21:18.439Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2529 | 2026-03-17T19:21:18.547Z | Checking dropshot-api-manager-types v0.6.0 |
| 2530 | 2026-03-17T19:21:18.658Z | Checking tagptr v0.2.0 |
| 2531 | 2026-03-17T19:21:18.704Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2532 | 2026-03-17T19:21:18.794Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2533 | 2026-03-17T19:21:18.879Z | Checking moka v0.12.13 |
| 2534 | 2026-03-17T19:21:18.956Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2535 | 2026-03-17T19:21:19.010Z | Compiling libefi-sys v0.1.0 |
| 2536 | 2026-03-17T19:21:19.278Z | Compiling radium v0.7.0 |
| 2537 | 2026-03-17T19:21:19.617Z | Compiling bitfield-struct v0.6.2 |
| 2538 | 2026-03-17T19:21:19.729Z | Checking tap v1.0.1 |
| 2539 | 2026-03-17T19:21:19.802Z | Checking hickory-resolver v0.25.2 |
| 2540 | 2026-03-17T19:21:19.912Z | Compiling maybe-uninit v2.0.0 |
| 2541 | 2026-03-17T19:21:19.960Z | Compiling typify-macro v0.4.3 |
| 2542 | 2026-03-17T19:21:20.407Z | Checking wyz v0.5.1 |
| 2543 | 2026-03-17T19:21:20.492Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2544 | 2026-03-17T19:21:20.672Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2545 | 2026-03-17T19:21:20.785Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2546 | 2026-03-17T19:21:20.967Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2547 | 2026-03-17T19:21:21.015Z | Compiling zerocopy-derive v0.6.6 |
| 2548 | 2026-03-17T19:21:21.018Z | Checking funty v2.0.0 |
| 2549 | 2026-03-17T19:21:21.151Z | Checking crc-catalog v2.4.0 |
| 2550 | 2026-03-17T19:21:21.317Z | Compiling packed_struct v0.10.1 |
| 2551 | 2026-03-17T19:21:21.395Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2552 | 2026-03-17T19:21:21.531Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2553 | 2026-03-17T19:21:21.577Z | Checking bitvec v1.0.1 |
| 2554 | 2026-03-17T19:21:21.736Z | Checking crc v3.4.0 |
| 2555 | 2026-03-17T19:21:21.875Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2556 | 2026-03-17T19:21:22.105Z | Compiling packed_struct_codegen v0.10.1 |
| 2557 | 2026-03-17T19:21:22.154Z | Compiling bitfield-macros v0.19.4 |
| 2558 | 2026-03-17T19:21:22.244Z | Checking zerocopy v0.6.6 |
| 2559 | 2026-03-17T19:21:22.291Z | Compiling typify v0.4.3 |
| 2560 | 2026-03-17T19:21:22.465Z | Compiling progenitor-impl v0.10.0 |
| 2561 | 2026-03-17T19:21:22.686Z | Compiling indexmap v1.9.3 |
| 2562 | 2026-03-17T19:21:23.063Z | Checking nodrop v0.1.14 |
| 2563 | 2026-03-17T19:21:23.200Z | Checking bitfield v0.19.4 |
| 2564 | 2026-03-17T19:21:23.244Z | Checking array-init v0.0.4 |
| 2565 | 2026-03-17T19:21:23.533Z | Checking smallvec v0.6.14 |
| 2566 | 2026-03-17T19:21:23.626Z | Checking hashbrown v0.12.3 |
| 2567 | 2026-03-17T19:21:23.759Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2568 | 2026-03-17T19:21:23.807Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2569 | 2026-03-17T19:21:23.855Z | Checking serde-hex v0.1.0 |
| 2570 | 2026-03-17T19:21:24.010Z | Checking ron v0.8.1 |
| 2571 | 2026-03-17T19:21:24.722Z | Checking hashbrown v0.13.2 |
| 2572 | 2026-03-17T19:21:24.770Z | Checking crc-any v2.5.0 |
| 2573 | 2026-03-17T19:21:25.050Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2574 | 2026-03-17T19:21:25.096Z | Checking path-slash v0.1.5 |
| 2575 | 2026-03-17T19:21:25.233Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2576 | 2026-03-17T19:21:25.278Z | Compiling xshell-macros v0.2.7 |
| 2577 | 2026-03-17T19:21:25.325Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2578 | 2026-03-17T19:21:25.370Z | Checking object v0.30.4 |
| 2579 | 2026-03-17T19:21:25.804Z | Checking xshell v0.2.7 |
| 2580 | 2026-03-17T19:21:25.849Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2581 | 2026-03-17T19:21:25.990Z | Checking half v1.8.3 |
| 2582 | 2026-03-17T19:21:26.089Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2583 | 2026-03-17T19:21:26.284Z | Compiling progenitor-macro v0.10.0 |
| 2584 | 2026-03-17T19:21:26.330Z | Checking serde_cbor v0.11.2 |
| 2585 | 2026-03-17T19:21:26.731Z | Compiling num-derive v0.3.3 |
| 2586 | 2026-03-17T19:21:26.892Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2587 | 2026-03-17T19:21:27.063Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2588 | 2026-03-17T19:21:27.380Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2589 | 2026-03-17T19:21:27.437Z | Compiling proc-macro-error2 v2.0.1 |
| 2590 | 2026-03-17T19:21:27.892Z | Compiling tabled_derive v0.11.0 |
| 2591 | 2026-03-17T19:21:27.932Z | Checking papergrid v0.17.0 |
| 2592 | 2026-03-17T19:21:27.978Z | Checking libscf-sys v1.1.0 |
| 2593 | 2026-03-17T19:21:28.189Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2594 | 2026-03-17T19:21:28.379Z | Checking testing_table v0.3.0 |
| 2595 | 2026-03-17T19:21:28.501Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2596 | 2026-03-17T19:21:28.547Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2597 | 2026-03-17T19:21:28.832Z | Checking maplit v1.0.2 |
| 2598 | 2026-03-17T19:21:29.079Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2599 | 2026-03-17T19:21:29.079Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2600 | 2026-03-17T19:21:29.526Z | Checking tabled v0.20.0 |
| 2601 | 2026-03-17T19:21:29.573Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2602 | 2026-03-17T19:21:29.620Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2603 | 2026-03-17T19:21:29.666Z | Checking crc8 v0.1.1 |
| 2604 | 2026-03-17T19:21:29.734Z | Checking fxhash v0.2.1 |
| 2605 | 2026-03-17T19:21:29.830Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2606 | 2026-03-17T19:21:29.941Z | Checking unicase v2.9.0 |
| 2607 | 2026-03-17T19:21:30.177Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2608 | 2026-03-17T19:21:30.772Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2609 | 2026-03-17T19:21:30.821Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2610 | 2026-03-17T19:21:30.870Z | Checking kstat-rs v0.2.4 |
| 2611 | 2026-03-17T19:21:30.931Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2612 | 2026-03-17T19:21:31.157Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2613 | 2026-03-17T19:21:31.323Z | Compiling parking_lot_core v0.8.6 |
| 2614 | 2026-03-17T19:21:31.429Z | Compiling diesel_derives v2.3.7 |
| 2615 | 2026-03-17T19:21:31.476Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2616 | 2026-03-17T19:21:31.771Z | Compiling git-stub v1.0.0 |
| 2617 | 2026-03-17T19:21:31.815Z | Checking scheduled-thread-pool v0.2.7 |
| 2618 | 2026-03-17T19:21:31.861Z | Compiling dsl_auto_type v0.2.0 |
| 2619 | 2026-03-17T19:21:32.040Z | Compiling vergen-gitcl v1.0.8 |
| 2620 | 2026-03-17T19:21:32.140Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2621 | 2026-03-17T19:21:32.366Z | Checking r2d2 v0.8.10 |
| 2622 | 2026-03-17T19:21:32.369Z | Compiling git-stub-vcs v0.1.0 |
| 2623 | 2026-03-17T19:21:32.456Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2624 | 2026-03-17T19:21:32.545Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2625 | 2026-03-17T19:21:32.632Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2626 | 2026-03-17T19:21:32.748Z | Checking downcast-rs v2.0.2 |
| 2627 | 2026-03-17T19:21:32.843Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2628 | 2026-03-17T19:21:32.906Z | Checking parking_lot v0.11.2 |
| 2629 | 2026-03-17T19:21:32.955Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2630 | 2026-03-17T19:21:33.079Z | Checking prefix-trie v0.7.0 |
| 2631 | 2026-03-17T19:21:33.193Z | Checking nanorand v0.7.0 |
| 2632 | 2026-03-17T19:21:33.282Z | Checking progenitor v0.10.0 |
| 2633 | 2026-03-17T19:21:33.498Z | Compiling dirs-sys-next v0.1.2 |
| 2634 | 2026-03-17T19:21:33.546Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2635 | 2026-03-17T19:21:33.595Z | Compiling crunchy v0.2.4 |
| 2636 | 2026-03-17T19:21:33.683Z | Checking hickory-server v0.25.2 |
| 2637 | 2026-03-17T19:21:33.747Z | Compiling dirs-next v2.0.0 |
| 2638 | 2026-03-17T19:21:33.795Z | Checking flume v0.11.1 |
| 2639 | 2026-03-17T19:21:33.904Z | Checking sled v0.34.7 |
| 2640 | 2026-03-17T19:21:33.951Z | Compiling clang-sys v1.8.1 |
| 2641 | 2026-03-17T19:21:34.063Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2642 | 2026-03-17T19:21:34.151Z | Checking hickory-client v0.25.2 |
| 2643 | 2026-03-17T19:21:34.333Z | Compiling tiny-keccak v2.0.2 |
| 2644 | 2026-03-17T19:21:34.646Z | Compiling term v0.7.0 |
| 2645 | 2026-03-17T19:21:34.692Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2646 | 2026-03-17T19:21:34.736Z | Compiling bit-vec v0.6.3 |
| 2647 | 2026-03-17T19:21:34.930Z | Compiling salty v0.3.0 |
| 2648 | 2026-03-17T19:21:35.062Z | Compiling ascii-canvas v3.0.0 |
| 2649 | 2026-03-17T19:21:35.331Z | Compiling bit-set v0.5.3 |
| 2650 | 2026-03-17T19:21:35.434Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2651 | 2026-03-17T19:21:35.438Z | Checking primeorder v0.13.6 |
| 2652 | 2026-03-17T19:21:35.564Z | Compiling itertools v0.10.5 |
| 2653 | 2026-03-17T19:21:35.841Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2654 | 2026-03-17T19:21:35.968Z | Compiling ena v0.14.4 |
| 2655 | 2026-03-17T19:21:36.120Z | Compiling libloading v0.8.9 |
| 2656 | 2026-03-17T19:21:36.283Z | Compiling bindgen v0.71.1 |
| 2657 | 2026-03-17T19:21:36.431Z | Compiling diff v0.1.13 |
| 2658 | 2026-03-17T19:21:36.656Z | Compiling regex-syntax v0.6.29 |
| 2659 | 2026-03-17T19:21:37.080Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2660 | 2026-03-17T19:21:37.381Z | Compiling cexpr v0.6.0 |
| 2661 | 2026-03-17T19:21:37.428Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2662 | 2026-03-17T19:21:37.950Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2663 | 2026-03-17T19:21:38.384Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2664 | 2026-03-17T19:21:38.774Z | Compiling lalrpop v0.19.12 |
| 2665 | 2026-03-17T19:21:38.821Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2666 | 2026-03-17T19:21:39.643Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2667 | 2026-03-17T19:21:39.727Z | Compiling libxml v0.3.3 |
| 2668 | 2026-03-17T19:21:39.924Z | Compiling fs-err v2.11.0 |
| 2669 | 2026-03-17T19:21:40.181Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2670 | 2026-03-17T19:21:40.227Z | Checking diesel v2.3.7 |
| 2671 | 2026-03-17T19:21:40.399Z | Checking p384 v0.13.1 |
| 2672 | 2026-03-17T19:21:40.604Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2673 | 2026-03-17T19:21:41.011Z | Compiling strum_macros v0.24.3 |
| 2674 | 2026-03-17T19:21:42.359Z | Compiling indoc v1.0.9 |
| 2675 | 2026-03-17T19:21:43.147Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2676 | 2026-03-17T19:21:43.633Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2677 | 2026-03-17T19:21:43.792Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2678 | 2026-03-17T19:21:43.879Z | Checking quick-xml v0.37.5 |
| 2679 | 2026-03-17T19:21:44.079Z | Checking derive_builder v0.20.2 |
| 2680 | 2026-03-17T19:21:44.264Z | Compiling oso-derive v0.27.3 |
| 2681 | 2026-03-17T19:21:44.476Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2682 | 2026-03-17T19:21:44.905Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2683 | 2026-03-17T19:21:44.951Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2684 | 2026-03-17T19:21:44.955Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2685 | 2026-03-17T19:21:45.139Z | Compiling trait-variant v0.1.2 |
| 2686 | 2026-03-17T19:21:45.889Z | Checking openssl-probe v0.1.6 |
| 2687 | 2026-03-17T19:21:46.072Z | Checking parse-size v1.1.0 |
| 2688 | 2026-03-17T19:21:46.272Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2689 | 2026-03-17T19:21:46.977Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2690 | 2026-03-17T19:21:47.160Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2691 | 2026-03-17T19:21:47.316Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2692 | 2026-03-17T19:21:47.474Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2693 | 2026-03-17T19:21:47.617Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2694 | 2026-03-17T19:21:48.263Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2695 | 2026-03-17T19:21:48.309Z | Compiling progenitor-impl v0.11.2 |
| 2696 | 2026-03-17T19:21:48.596Z | Checking assert_matches v1.5.0 |
| 2697 | 2026-03-17T19:21:48.997Z | Compiling mime_guess v2.0.5 |
| 2698 | 2026-03-17T19:21:49.316Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2699 | 2026-03-17T19:21:49.729Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2700 | 2026-03-17T19:21:49.773Z | Checking predicates-tree v1.0.13 |
| 2701 | 2026-03-17T19:21:49.955Z | Checking progenitor-client v0.11.2 |
| 2702 | 2026-03-17T19:21:49.999Z | Checking http-range v0.1.5 |
| 2703 | 2026-03-17T19:21:50.201Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2704 | 2026-03-17T19:21:50.372Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2705 | 2026-03-17T19:21:50.481Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2706 | 2026-03-17T19:21:51.160Z | Checking atty v0.2.14 |
| 2707 | 2026-03-17T19:21:52.078Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2708 | 2026-03-17T19:21:52.123Z | Compiling progenitor-macro v0.11.2 |
| 2709 | 2026-03-17T19:21:52.612Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2710 | 2026-03-17T19:21:53.266Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2711 | 2026-03-17T19:21:53.999Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2712 | 2026-03-17T19:21:54.044Z | Checking bb8 v0.8.6 |
| 2713 | 2026-03-17T19:21:54.283Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2714 | 2026-03-17T19:21:54.443Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2715 | 2026-03-17T19:21:54.588Z | Checking corncobs v0.1.4 |
| 2716 | 2026-03-17T19:21:54.649Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2717 | 2026-03-17T19:21:54.795Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2718 | 2026-03-17T19:21:55.168Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2719 | 2026-03-17T19:21:55.636Z | Checking hyper-staticfile v0.10.1 |
| 2720 | 2026-03-17T19:21:55.681Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2721 | 2026-03-17T19:21:56.053Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2722 | 2026-03-17T19:21:56.100Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2723 | 2026-03-17T19:21:56.165Z | Checking ignore v0.4.25 |
| 2724 | 2026-03-17T19:21:56.388Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2725 | 2026-03-17T19:21:56.758Z | Checking signal-hook-tokio v0.3.1 |
| 2726 | 2026-03-17T19:21:56.976Z | Checking secrecy v0.8.0 |
| 2727 | 2026-03-17T19:21:57.127Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2728 | 2026-03-17T19:21:57.485Z | Checking globwalk v0.9.1 |
| 2729 | 2026-03-17T19:21:57.830Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2730 | 2026-03-17T19:21:57.997Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2731 | 2026-03-17T19:21:58.505Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2732 | 2026-03-17T19:21:58.569Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2733 | 2026-03-17T19:21:58.619Z | Checking nonempty v0.12.0 |
| 2734 | 2026-03-17T19:21:58.902Z | Checking camino-tempfile-ext v0.3.3 |
| 2735 | 2026-03-17T19:21:58.952Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2736 | 2026-03-17T19:21:59.204Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2737 | 2026-03-17T19:21:59.248Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2738 | 2026-03-17T19:21:59.329Z | Checking progenitor v0.11.2 |
| 2739 | 2026-03-17T19:21:59.546Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2740 | 2026-03-17T19:21:59.744Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2741 | 2026-03-17T19:22:00.208Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2742 | 2026-03-17T19:22:00.254Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2743 | 2026-03-17T19:22:00.680Z | Checking diesel-dtrace v0.5.0 |
| 2744 | 2026-03-17T19:22:01.039Z | Checking async-bb8-diesel v0.2.1 |
| 2745 | 2026-03-17T19:22:01.149Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2746 | 2026-03-17T19:22:01.527Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2747 | 2026-03-17T19:22:02.072Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2748 | 2026-03-17T19:22:02.198Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2749 | 2026-03-17T19:22:02.432Z | Checking tungstenite v0.23.0 |
| 2750 | 2026-03-17T19:22:02.726Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2751 | 2026-03-17T19:22:02.796Z | Checking void v1.0.2 |
| 2752 | 2026-03-17T19:22:02.992Z | Checking lzss v0.8.2 |
| 2753 | 2026-03-17T19:22:03.105Z | Checking tokio-tungstenite v0.23.1 |
| 2754 | 2026-03-17T19:22:03.236Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2755 | 2026-03-17T19:22:03.298Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2756 | 2026-03-17T19:22:03.498Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2757 | 2026-03-17T19:22:03.558Z | Checking nix v0.27.1 |
| 2758 | 2026-03-17T19:22:04.145Z | Checking serde_bytes v0.11.19 |
| 2759 | 2026-03-17T19:22:04.345Z | Checking rand_seeder v0.4.0 |
| 2760 | 2026-03-17T19:22:04.422Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2761 | 2026-03-17T19:22:04.571Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2762 | 2026-03-17T19:22:05.095Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2763 | 2026-03-17T19:22:05.098Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2764 | 2026-03-17T19:22:05.354Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2765 | 2026-03-17T19:22:05.664Z | Checking is_ci v1.2.0 |
| 2766 | 2026-03-17T19:22:05.832Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2767 | 2026-03-17T19:22:06.169Z | Checking yansi v1.0.1 |
| 2768 | 2026-03-17T19:22:06.311Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2769 | 2026-03-17T19:22:06.427Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2770 | 2026-03-17T19:22:06.543Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2771 | 2026-03-17T19:22:06.591Z | Checking pretty_assertions v1.4.1 |
| 2772 | 2026-03-17T19:22:06.752Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2773 | 2026-03-17T19:22:06.798Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2774 | 2026-03-17T19:22:07.097Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2775 | 2026-03-17T19:22:07.437Z | Compiling darling_core v0.23.0 |
| 2776 | 2026-03-17T19:22:08.479Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2777 | 2026-03-17T19:22:08.853Z | Compiling indoc v2.0.7 |
| 2778 | 2026-03-17T19:22:09.178Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2779 | 2026-03-17T19:22:09.224Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2780 | 2026-03-17T19:22:09.462Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2781 | 2026-03-17T19:22:09.506Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2782 | 2026-03-17T19:22:09.800Z | Compiling instability v0.3.11 |
| 2783 | 2026-03-17T19:22:10.236Z | Compiling libz-sys v1.1.24 |
| 2784 | 2026-03-17T19:22:10.296Z | Checking castaway v0.2.4 |
| 2785 | 2026-03-17T19:22:10.479Z | Checking compact_str v0.8.1 |
| 2786 | 2026-03-17T19:22:10.553Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2787 | 2026-03-17T19:22:11.026Z | Checking supports-color v3.0.2 |
| 2788 | 2026-03-17T19:22:11.072Z | Compiling darling_macro v0.23.0 |
| 2789 | 2026-03-17T19:22:11.235Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2790 | 2026-03-17T19:22:11.523Z | Checking unicode-truncate v1.1.0 |
| 2791 | 2026-03-17T19:22:11.740Z | Compiling darling v0.23.0 |
| 2792 | 2026-03-17T19:22:11.787Z | Checking lru v0.12.5 |
| 2793 | 2026-03-17T19:22:11.877Z | Checking cassowary v0.3.0 |
| 2794 | 2026-03-17T19:22:12.096Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2795 | 2026-03-17T19:22:12.401Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2796 | 2026-03-17T19:22:12.915Z | Checking ratatui v0.29.0 |
| 2797 | 2026-03-17T19:22:13.027Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2798 | 2026-03-17T19:22:14.065Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2799 | 2026-03-17T19:22:14.352Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2800 | 2026-03-17T19:22:14.759Z | Compiling vergen-git2 v1.0.7 |
| 2801 | 2026-03-17T19:22:14.804Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2802 | 2026-03-17T19:22:15.013Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2803 | 2026-03-17T19:22:15.111Z | Checking colored v2.2.0 |
| 2804 | 2026-03-17T19:22:15.162Z | Checking shell-words v1.1.1 |
| 2805 | 2026-03-17T19:22:15.287Z | Compiling rustls v0.21.12 |
| 2806 | 2026-03-17T19:22:15.358Z | Checking plotters-backend v0.3.7 |
| 2807 | 2026-03-17T19:22:15.537Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-03-17T19:22:15.644Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2809 | 2026-03-17T19:22:15.688Z | Checking plotters-svg v0.3.7 |
| 2810 | 2026-03-17T19:22:15.910Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2811 | 2026-03-17T19:22:15.956Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2812 | 2026-03-17T19:22:16.190Z | Checking sct v0.7.1 |
| 2813 | 2026-03-17T19:22:16.410Z | Checking rustls-webpki v0.101.7 |
| 2814 | 2026-03-17T19:22:16.536Z | Compiling nix v0.29.0 |
| 2815 | 2026-03-17T19:22:16.816Z | Checking hex-literal v0.4.1 |
| 2816 | 2026-03-17T19:22:16.905Z | Checking cast v0.3.0 |
| 2817 | 2026-03-17T19:22:17.147Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2818 | 2026-03-17T19:22:17.191Z | Checking criterion-plot v0.6.0 |
| 2819 | 2026-03-17T19:22:17.677Z | Checking plotters v0.3.7 |
| 2820 | 2026-03-17T19:22:18.774Z | Checking erased-serde v0.4.9 |
| 2821 | 2026-03-17T19:22:18.819Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2822 | 2026-03-17T19:22:19.335Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2823 | 2026-03-17T19:22:20.347Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2824 | 2026-03-17T19:22:21.316Z | Checking tinytemplate v1.2.1 |
| 2825 | 2026-03-17T19:22:21.631Z | Checking ordered-float v2.10.1 |
| 2826 | 2026-03-17T19:22:21.993Z | Checking oorandom v11.1.5 |
| 2827 | 2026-03-17T19:22:22.175Z | Checking anes v0.1.6 |
| 2828 | 2026-03-17T19:22:22.449Z | Checking criterion v0.7.0 |
| 2829 | 2026-03-17T19:22:22.508Z | Checking serde-value v0.7.0 |
| 2830 | 2026-03-17T19:22:22.810Z | Checking serde-untagged v0.1.9 |
| 2831 | 2026-03-17T19:22:23.112Z | Checking tokio-rustls v0.24.1 |
| 2832 | 2026-03-17T19:22:23.743Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2833 | 2026-03-17T19:22:24.107Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2834 | 2026-03-17T19:22:24.389Z | Checking rustls-pemfile v1.0.4 |
| 2835 | 2026-03-17T19:22:24.601Z | Checking twox-hash v2.1.2 |
| 2836 | 2026-03-17T19:22:24.788Z | Checking unicode-xid v0.2.6 |
| 2837 | 2026-03-17T19:22:24.968Z | Checking cargo-util-schemas v0.8.2 |
| 2838 | 2026-03-17T19:22:25.106Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2839 | 2026-03-17T19:22:25.623Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2840 | 2026-03-17T19:22:25.844Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2841 | 2026-03-17T19:22:26.184Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2842 | 2026-03-17T19:22:26.418Z | Checking fatfs v0.3.6 |
| 2843 | 2026-03-17T19:22:27.075Z | Checking cargo-platform v0.2.0 |
| 2844 | 2026-03-17T19:22:27.366Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2845 | 2026-03-17T19:22:27.660Z | Compiling petname v2.0.2 |
| 2846 | 2026-03-17T19:22:28.344Z | Compiling seq-macro v0.3.6 |
| 2847 | 2026-03-17T19:22:29.268Z | Checking cargo_metadata v0.21.0 |
| 2848 | 2026-03-17T19:22:29.365Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2849 | 2026-03-17T19:22:30.123Z | Checking concurrent-queue v2.5.0 |
| 2850 | 2026-03-17T19:22:30.328Z | Checking rtoolbox v0.0.3 |
| 2851 | 2026-03-17T19:22:30.397Z | Checking futures-timer v3.0.3 |
| 2852 | 2026-03-17T19:22:30.536Z | Checking parking v2.2.1 |
| 2853 | 2026-03-17T19:22:30.667Z | Checking rpassword v7.4.0 |
| 2854 | 2026-03-17T19:22:30.723Z | Checking event-listener v5.4.1 |
| 2855 | 2026-03-17T19:22:30.870Z | Checking tui-tree-widget v0.23.1 |
| 2856 | 2026-03-17T19:22:31.058Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2857 | 2026-03-17T19:22:31.151Z | Checking polyval v0.6.2 |
| 2858 | 2026-03-17T19:22:31.296Z | Checking sapling-renderdag v0.1.0 |
| 2859 | 2026-03-17T19:22:31.380Z | Checking sync-ptr v0.1.4 |
| 2860 | 2026-03-17T19:22:31.423Z | Checking ghash v0.5.1 |
| 2861 | 2026-03-17T19:22:31.568Z | Checking event-listener-strategy v0.5.4 |
| 2862 | 2026-03-17T19:22:31.613Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2863 | 2026-03-17T19:22:31.658Z | Checking ctr v0.9.2 |
| 2864 | 2026-03-17T19:22:31.776Z | Checking arrayvec v0.7.6 |
| 2865 | 2026-03-17T19:22:31.892Z | Checking constant_time_eq v0.4.2 |
| 2866 | 2026-03-17T19:22:31.937Z | Checking arrayref v0.3.9 |
| 2867 | 2026-03-17T19:22:32.070Z | Checking aes-gcm v0.10.3 |
| 2868 | 2026-03-17T19:22:32.158Z | Checking async-lock v3.4.2 |
| 2869 | 2026-03-17T19:22:32.219Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2870 | 2026-03-17T19:22:32.298Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2871 | 2026-03-17T19:22:32.729Z | Checking ssh-encoding v0.2.0 |
| 2872 | 2026-03-17T19:22:33.046Z | Checking blowfish v0.9.1 |
| 2873 | 2026-03-17T19:22:33.284Z | Checking bcrypt-pbkdf v0.10.0 |
| 2874 | 2026-03-17T19:22:33.529Z | Checking ssh-cipher v0.2.0 |
| 2875 | 2026-03-17T19:22:33.573Z | Checking async-object-pool v0.2.0 |
| 2876 | 2026-03-17T19:22:33.755Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2877 | 2026-03-17T19:22:33.803Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2878 | 2026-03-17T19:22:34.179Z | Compiling samael v0.0.19 |
| 2879 | 2026-03-17T19:22:34.227Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2880 | 2026-03-17T19:22:34.605Z | Checking serde_regex v1.1.0 |
| 2881 | 2026-03-17T19:22:34.849Z | Checking password-hash v0.4.2 |
| 2882 | 2026-03-17T19:22:35.105Z | Checking assert-json-diff v2.0.2 |
| 2883 | 2026-03-17T19:22:35.182Z | Checking path-tree v0.8.3 |
| 2884 | 2026-03-17T19:22:35.360Z | Checking gimli v0.32.3 |
| 2885 | 2026-03-17T19:22:35.480Z | Compiling target-lexicon v0.13.3 |
| 2886 | 2026-03-17T19:22:36.011Z | Checking stringmetrics v2.2.2 |
| 2887 | 2026-03-17T19:22:36.236Z | Checking httpmock v0.8.3 |
| 2888 | 2026-03-17T19:22:36.279Z | Checking pbkdf2 v0.11.0 |
| 2889 | 2026-03-17T19:22:36.532Z | Checking ssh-key v0.6.7 |
| 2890 | 2026-03-17T19:22:37.576Z | Checking addr2line v0.25.1 |
| 2891 | 2026-03-17T19:22:37.999Z | Checking p256 v0.13.2 |
| 2892 | 2026-03-17T19:22:38.378Z | Checking p521 v0.13.3 |
| 2893 | 2026-03-17T19:22:39.221Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2894 | 2026-03-17T19:22:39.272Z | Checking russh-cryptovec v0.7.3 |
| 2895 | 2026-03-17T19:22:39.487Z | Compiling guppy-workspace-hack v0.1.0 |
| 2896 | 2026-03-17T19:22:39.531Z | Checking md5 v0.7.0 |
| 2897 | 2026-03-17T19:22:39.752Z | Checking rustc-demangle v0.1.27 |
| 2898 | 2026-03-17T19:22:39.796Z | Checking russh-keys v0.45.0 |
| 2899 | 2026-03-17T19:22:40.090Z | Checking backtrace v0.3.76 |
| 2900 | 2026-03-17T19:22:40.281Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2901 | 2026-03-17T19:22:40.525Z | Checking num-bigint v0.4.6 |
| 2902 | 2026-03-17T19:22:40.569Z | Checking des v0.8.1 |
| 2903 | 2026-03-17T19:22:40.812Z | Compiling blake3 v1.8.3 |
| 2904 | 2026-03-17T19:22:40.900Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2905 | 2026-03-17T19:22:41.312Z | Compiling target-spec v3.5.7 |
| 2906 | 2026-03-17T19:22:41.475Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2907 | 2026-03-17T19:22:41.926Z | Checking russh v0.45.0 |
| 2908 | 2026-03-17T19:22:42.320Z | Checking cfg-expr v0.20.6 |
| 2909 | 2026-03-17T19:22:42.365Z | Checking backtrace-ext v0.2.1 |
| 2910 | 2026-03-17T19:22:42.540Z | Checking supports-color v2.1.0 |
| 2911 | 2026-03-17T19:22:42.585Z | Checking textwrap v0.15.2 |
| 2912 | 2026-03-17T19:22:42.748Z | Checking supports-hyperlinks v2.1.0 |
| 2913 | 2026-03-17T19:22:42.883Z | Checking supports-unicode v2.1.0 |
| 2914 | 2026-03-17T19:22:42.925Z | Checking hashbrown v0.14.5 |
| 2915 | 2026-03-17T19:22:42.970Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2916 | 2026-03-17T19:22:43.063Z | Checking cargo-platform v0.3.2 |
| 2917 | 2026-03-17T19:22:43.270Z | Checking socket2 v0.5.10 |
| 2918 | 2026-03-17T19:22:43.342Z | Checking terminal_size v0.1.17 |
| 2919 | 2026-03-17T19:22:43.515Z | Compiling miette-derive v5.10.0 |
| 2920 | 2026-03-17T19:22:43.613Z | Checking internet-checksum v0.2.1 |
| 2921 | 2026-03-17T19:22:43.656Z | Checking owo-colors v3.5.0 |
| 2922 | 2026-03-17T19:22:43.802Z | Checking chumsky v0.9.3 |
| 2923 | 2026-03-17T19:22:44.446Z | Checking cargo_metadata v0.23.1 |
| 2924 | 2026-03-17T19:22:45.043Z | Checking miette v5.10.0 |
| 2925 | 2026-03-17T19:22:45.311Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2926 | 2026-03-17T19:22:45.484Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2927 | 2026-03-17T19:22:45.577Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2928 | 2026-03-17T19:22:45.723Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2929 | 2026-03-17T19:22:45.998Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2930 | 2026-03-17T19:22:46.074Z | Checking httptest v0.16.4 |
| 2931 | 2026-03-17T19:22:46.330Z | Compiling git2 v0.20.4 |
| 2932 | 2026-03-17T19:22:46.392Z | Checking pathdiff v0.2.3 |
| 2933 | 2026-03-17T19:22:46.566Z | Compiling knuffel-derive v3.2.0 |
| 2934 | 2026-03-17T19:22:46.613Z | Checking topological-sort v0.2.2 |
| 2935 | 2026-03-17T19:22:46.676Z | Checking nested v0.1.1 |
| 2936 | 2026-03-17T19:22:46.829Z | Checking omicron-zone-package v0.12.2 |
| 2937 | 2026-03-17T19:22:46.878Z | Checking guppy v0.17.25 |
| 2938 | 2026-03-17T19:22:47.145Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2939 | 2026-03-17T19:22:47.452Z | Checking similar-asserts v1.7.0 |
| 2940 | 2026-03-17T19:22:47.684Z | Compiling rstest_macros v0.25.0 |
| 2941 | 2026-03-17T19:22:48.095Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2942 | 2026-03-17T19:22:48.140Z | Compiling target-triple v1.0.0 |
| 2943 | 2026-03-17T19:22:48.309Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2944 | 2026-03-17T19:22:48.406Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2945 | 2026-03-17T19:22:48.618Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2946 | 2026-03-17T19:22:48.664Z | Checking knuffel v3.2.0 |
| 2947 | 2026-03-17T19:22:48.904Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2948 | 2026-03-17T19:22:49.752Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2949 | 2026-03-17T19:22:50.079Z | Checking escape8259 v0.5.3 |
| 2950 | 2026-03-17T19:22:50.287Z | Compiling assert_cmd v2.1.2 |
| 2951 | 2026-03-17T19:22:50.388Z | Compiling relative-path v1.9.3 |
| 2952 | 2026-03-17T19:22:50.656Z | Checking libtest-mimic v0.8.1 |
| 2953 | 2026-03-17T19:22:50.768Z | Checking toml v1.0.3+spec-1.1.0 |
| 2954 | 2026-03-17T19:22:51.214Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2955 | 2026-03-17T19:22:51.258Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2956 | 2026-03-17T19:22:51.430Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2957 | 2026-03-17T19:22:51.623Z | Checking blake2b_simd v1.0.4 |
| 2958 | 2026-03-17T19:22:52.194Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2959 | 2026-03-17T19:22:52.353Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2960 | 2026-03-17T19:22:52.696Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2961 | 2026-03-17T19:22:52.883Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2962 | 2026-03-17T19:22:53.186Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2963 | 2026-03-17T19:22:53.448Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2964 | 2026-03-17T19:22:53.710Z | Checking fancy-regex v0.14.0 |
| 2965 | 2026-03-17T19:22:54.002Z | Checking serde_tokenstream v0.2.3 |
| 2966 | 2026-03-17T19:22:54.047Z | Compiling polar-core v0.27.3 |
| 2967 | 2026-03-17T19:22:54.238Z | Checking uzers v0.12.2 |
| 2968 | 2026-03-17T19:22:54.349Z | Compiling linkme-impl v0.3.35 |
| 2969 | 2026-03-17T19:22:54.567Z | Checking termcolor v1.4.1 |
| 2970 | 2026-03-17T19:22:54.775Z | Checking constant_time_eq v0.3.1 |
| 2971 | 2026-03-17T19:22:54.925Z | Checking trybuild v1.0.116 |
| 2972 | 2026-03-17T19:22:55.013Z | Checking rust-argon2 v2.1.0 |
| 2973 | 2026-03-17T19:22:55.456Z | Checking datatest-stable v0.3.3 |
| 2974 | 2026-03-17T19:22:56.080Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2975 | 2026-03-17T19:22:56.083Z | Checking rstest v0.25.0 |
| 2976 | 2026-03-17T19:22:56.376Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2977 | 2026-03-17T19:22:56.516Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2978 | 2026-03-17T19:22:56.563Z | Checking support-bundle-viewer v0.1.2 |
| 2979 | 2026-03-17T19:22:57.027Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2980 | 2026-03-17T19:22:57.328Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2981 | 2026-03-17T19:22:57.598Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2982 | 2026-03-17T19:22:57.647Z | Checking drift v0.1.3 |
| 2983 | 2026-03-17T19:22:57.893Z | Checking rand_distr v0.5.1 |
| 2984 | 2026-03-17T19:22:58.094Z | Checking multimap v0.10.1 |
| 2985 | 2026-03-17T19:22:58.373Z | Checking approx v0.5.1 |
| 2986 | 2026-03-17T19:22:58.535Z | Compiling linkme v0.3.35 |
| 2987 | 2026-03-17T19:22:58.603Z | Checking dropshot-api-manager v0.6.0 |
| 2988 | 2026-03-17T19:23:00.037Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2989 | 2026-03-17T19:23:00.339Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2990 | 2026-03-17T19:23:00.609Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2991 | 2026-03-17T19:23:00.944Z | Checking oso v0.27.3 |
| 2992 | 2026-03-17T19:23:01.016Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2993 | 2026-03-17T19:23:01.243Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2994 | 2026-03-17T19:23:01.315Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2995 | 2026-03-17T19:23:01.412Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2996 | 2026-03-17T19:23:01.507Z | Checking partial-io v0.5.4 |
| 2997 | 2026-03-17T19:23:01.511Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2998 | 2026-03-17T19:23:01.824Z | Checking cargo_toml v0.21.0 |
| 2999 | 2026-03-17T19:23:01.930Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3000 | 2026-03-17T19:23:02.212Z | Checking termios v0.3.3 |
| 3001 | 2026-03-17T19:23:02.257Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3002 | 2026-03-17T19:23:02.417Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3003 | 2026-03-17T19:23:02.496Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3004 | 2026-03-17T19:23:03.025Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3005 | 2026-03-17T19:23:07.255Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3006 | 2026-03-17T19:23:12.375Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3007 | 2026-03-17T19:23:15.105Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3008 | 2026-03-17T19:23:20.289Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3009 | 2026-03-17T19:23:21.221Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3010 | 2026-03-17T19:23:27.289Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3011 | 2026-03-17T19:23:33.953Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3012 | 2026-03-17T19:23:36.138Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3013 | 2026-03-17T19:23:36.703Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3014 | 2026-03-17T19:23:48.100Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3015 | 2026-03-17T19:25:44.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 35s |
| 3016 | 2026-03-17T19:25:44.834Z | |
| 3017 | 2026-03-17T19:25:44.839Z | real 5:40.004226663 |
| 3018 | 2026-03-17T19:25:44.839Z | user 28:27.488621937 |
| 3019 | 2026-03-17T19:25:44.839Z | sys 5:57.784765402 |
| 3020 | 2026-03-17T19:25:44.839Z | trap 0.695799122 |
| 3021 | 2026-03-17T19:25:44.839Z | tflt 0.091226690 |
| 3022 | 2026-03-17T19:25:44.839Z | dflt 0.148102128 |
| 3023 | 2026-03-17T19:25:44.839Z | kflt 0.001029448 |
| 3024 | 2026-03-17T19:25:44.839Z | lock 1:20:15.663905735 |
| 3025 | 2026-03-17T19:25:44.839Z | slp 1:17:08.826848298 |
| 3026 | 2026-03-17T19:25:44.839Z | lat 1:57.693539177 |
| 3027 | 2026-03-17T19:25:44.839Z | stop 14:05.162154573 |
| 3028 | 2026-03-17T19:25:44.839Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3029 | 2026-03-17T19:25:44.839Z | + ptime -m cargo doc --workspace --no-deps |
| 3030 | 2026-03-17T19:25:46.019Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3031 | 2026-03-17T19:25:46.019Z | | |
| 3032 | 2026-03-17T19:25:46.019Z | = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)` |
| 3033 | 2026-03-17T19:25:46.019Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3034 | 2026-03-17T19:25:47.331Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3035 | 2026-03-17T19:25:47.602Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3036 | 2026-03-17T19:25:47.652Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3037 | 2026-03-17T19:25:47.734Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3038 | 2026-03-17T19:25:47.915Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3039 | 2026-03-17T19:25:47.915Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3040 | 2026-03-17T19:25:47.974Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3041 | 2026-03-17T19:25:48.007Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3042 | 2026-03-17T19:25:48.078Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3043 | 2026-03-17T19:25:48.131Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3044 | 2026-03-17T19:25:48.174Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3045 | 2026-03-17T19:25:48.230Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3046 | 2026-03-17T19:25:48.287Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3047 | 2026-03-17T19:25:48.336Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3048 | 2026-03-17T19:25:48.366Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3049 | 2026-03-17T19:25:48.396Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3050 | 2026-03-17T19:25:48.514Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3051 | 2026-03-17T19:25:48.546Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3052 | 2026-03-17T19:25:48.549Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3053 | 2026-03-17T19:25:48.639Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3054 | 2026-03-17T19:25:48.853Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3055 | 2026-03-17T19:25:49.260Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3056 | 2026-03-17T19:25:49.436Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3057 | 2026-03-17T19:25:49.467Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3058 | 2026-03-17T19:25:49.499Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3059 | 2026-03-17T19:25:49.675Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3060 | 2026-03-17T19:25:49.706Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3061 | 2026-03-17T19:25:49.975Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3062 | 2026-03-17T19:25:50.112Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3063 | 2026-03-17T19:25:50.217Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3064 | 2026-03-17T19:25:50.249Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3065 | 2026-03-17T19:25:50.398Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3066 | 2026-03-17T19:25:50.472Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3067 | 2026-03-17T19:25:50.635Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3068 | 2026-03-17T19:25:50.684Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3069 | 2026-03-17T19:25:50.784Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3070 | 2026-03-17T19:25:50.984Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3071 | 2026-03-17T19:25:51.013Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3072 | 2026-03-17T19:25:51.318Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3073 | 2026-03-17T19:25:51.347Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3074 | 2026-03-17T19:25:51.728Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3075 | 2026-03-17T19:25:51.786Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3076 | 2026-03-17T19:25:51.919Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3077 | 2026-03-17T19:25:52.002Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3078 | 2026-03-17T19:25:52.060Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3079 | 2026-03-17T19:25:52.137Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3080 | 2026-03-17T19:25:52.365Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3081 | 2026-03-17T19:25:52.365Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3082 | 2026-03-17T19:25:52.472Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3083 | 2026-03-17T19:25:52.499Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3084 | 2026-03-17T19:25:52.646Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3085 | 2026-03-17T19:25:52.683Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3086 | 2026-03-17T19:25:52.726Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3087 | 2026-03-17T19:25:52.848Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3088 | 2026-03-17T19:25:52.961Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3089 | 2026-03-17T19:25:53.024Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3090 | 2026-03-17T19:25:53.058Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3091 | 2026-03-17T19:25:53.140Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3092 | 2026-03-17T19:25:53.255Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3093 | 2026-03-17T19:25:53.285Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3094 | 2026-03-17T19:25:53.437Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3095 | 2026-03-17T19:25:53.480Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3096 | 2026-03-17T19:25:53.552Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3097 | 2026-03-17T19:25:53.583Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3098 | 2026-03-17T19:25:53.733Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3099 | 2026-03-17T19:25:53.804Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3100 | 2026-03-17T19:25:53.867Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3101 | 2026-03-17T19:25:54.095Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3102 | 2026-03-17T19:25:54.151Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3103 | 2026-03-17T19:25:54.155Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3104 | 2026-03-17T19:25:54.209Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3105 | 2026-03-17T19:25:54.391Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3106 | 2026-03-17T19:25:54.869Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3107 | 2026-03-17T19:25:54.926Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3108 | 2026-03-17T19:25:55.979Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3109 | 2026-03-17T19:25:56.437Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3110 | 2026-03-17T19:25:56.731Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3111 | 2026-03-17T19:25:56.762Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3112 | 2026-03-17T19:25:56.919Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3113 | 2026-03-17T19:25:56.971Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3114 | 2026-03-17T19:25:57.194Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3115 | 2026-03-17T19:25:57.313Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3116 | 2026-03-17T19:25:57.624Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3117 | 2026-03-17T19:25:57.893Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3118 | 2026-03-17T19:25:58.213Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3119 | 2026-03-17T19:25:58.244Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3120 | 2026-03-17T19:25:58.326Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3121 | 2026-03-17T19:25:58.568Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3122 | 2026-03-17T19:25:58.758Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3123 | 2026-03-17T19:25:59.065Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3124 | 2026-03-17T19:25:59.672Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3125 | 2026-03-17T19:25:59.787Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3126 | 2026-03-17T19:25:59.791Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3127 | 2026-03-17T19:26:00.204Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3128 | 2026-03-17T19:26:00.262Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3129 | 2026-03-17T19:26:00.929Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3130 | 2026-03-17T19:26:01.173Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3131 | 2026-03-17T19:26:02.087Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3132 | 2026-03-17T19:26:02.599Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3133 | 2026-03-17T19:26:02.976Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3134 | 2026-03-17T19:26:03.394Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3135 | 2026-03-17T19:26:03.435Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3136 | 2026-03-17T19:26:03.714Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3137 | 2026-03-17T19:26:03.882Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3138 | 2026-03-17T19:26:04.035Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3139 | 2026-03-17T19:26:04.105Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3140 | 2026-03-17T19:26:04.230Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3141 | 2026-03-17T19:26:04.313Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3142 | 2026-03-17T19:26:04.560Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3143 | 2026-03-17T19:26:04.692Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3144 | 2026-03-17T19:26:04.825Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3145 | 2026-03-17T19:26:04.862Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3146 | 2026-03-17T19:26:04.895Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3147 | 2026-03-17T19:26:05.227Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3148 | 2026-03-17T19:26:05.927Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3149 | 2026-03-17T19:26:06.084Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3150 | 2026-03-17T19:26:06.334Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3151 | 2026-03-17T19:26:07.266Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3152 | 2026-03-17T19:26:07.821Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3153 | 2026-03-17T19:26:08.096Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3154 | 2026-03-17T19:26:08.453Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3155 | 2026-03-17T19:26:08.765Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3156 | 2026-03-17T19:26:08.869Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3157 | 2026-03-17T19:26:09.008Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3158 | 2026-03-17T19:26:09.556Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3159 | 2026-03-17T19:26:09.587Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3160 | 2026-03-17T19:26:09.966Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3161 | 2026-03-17T19:26:10.070Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3162 | 2026-03-17T19:26:10.100Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3163 | 2026-03-17T19:26:11.660Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3164 | 2026-03-17T19:26:11.778Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3165 | 2026-03-17T19:26:11.872Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3166 | 2026-03-17T19:26:12.351Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3167 | 2026-03-17T19:26:12.917Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3168 | 2026-03-17T19:26:12.955Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3169 | 2026-03-17T19:26:14.461Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3170 | 2026-03-17T19:26:15.193Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3171 | 2026-03-17T19:26:15.442Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3172 | 2026-03-17T19:26:15.999Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3173 | 2026-03-17T19:26:16.323Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3174 | 2026-03-17T19:26:16.699Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3175 | 2026-03-17T19:26:16.826Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3176 | 2026-03-17T19:26:17.334Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3177 | 2026-03-17T19:26:18.516Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3178 | 2026-03-17T19:26:19.847Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3179 | 2026-03-17T19:26:20.709Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3180 | 2026-03-17T19:26:21.119Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3181 | 2026-03-17T19:26:22.064Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3182 | 2026-03-17T19:26:22.175Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3183 | 2026-03-17T19:26:22.270Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3184 | 2026-03-17T19:26:22.397Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3185 | 2026-03-17T19:26:25.415Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3186 | 2026-03-17T19:26:26.090Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3187 | 2026-03-17T19:26:26.644Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3188 | 2026-03-17T19:26:28.337Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3189 | 2026-03-17T19:26:28.929Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3190 | 2026-03-17T19:26:29.216Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3191 | 2026-03-17T19:26:29.404Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3192 | 2026-03-17T19:26:29.976Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3193 | 2026-03-17T19:26:30.506Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3194 | 2026-03-17T19:26:31.152Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3195 | 2026-03-17T19:26:31.632Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3196 | 2026-03-17T19:26:32.000Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3197 | 2026-03-17T19:26:32.074Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3198 | 2026-03-17T19:26:32.222Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3199 | 2026-03-17T19:26:32.673Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3200 | 2026-03-17T19:26:32.865Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3201 | 2026-03-17T19:26:32.895Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3202 | 2026-03-17T19:26:33.557Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3203 | 2026-03-17T19:26:33.837Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3204 | 2026-03-17T19:26:34.079Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3205 | 2026-03-17T19:26:34.293Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3206 | 2026-03-17T19:26:34.477Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3207 | 2026-03-17T19:26:35.343Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3208 | 2026-03-17T19:26:35.410Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3209 | 2026-03-17T19:26:36.208Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3210 | 2026-03-17T19:26:36.321Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3211 | 2026-03-17T19:26:37.667Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3212 | 2026-03-17T19:26:37.749Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3213 | 2026-03-17T19:26:39.729Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3214 | 2026-03-17T19:26:43.546Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3215 | 2026-03-17T19:26:45.153Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3216 | 2026-03-17T19:26:45.753Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3217 | 2026-03-17T19:26:46.654Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3218 | 2026-03-17T19:26:47.311Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3219 | 2026-03-17T19:26:49.906Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3220 | 2026-03-17T19:26:52.082Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3221 | 2026-03-17T19:26:52.883Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3222 | 2026-03-17T19:26:53.344Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3223 | 2026-03-17T19:26:54.254Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3224 | 2026-03-17T19:26:57.150Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3225 | 2026-03-17T19:26:57.202Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3226 | 2026-03-17T19:26:58.197Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3227 | 2026-03-17T19:26:58.231Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3228 | 2026-03-17T19:26:58.660Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3229 | 2026-03-17T19:26:59.353Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3230 | 2026-03-17T19:27:00.036Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3231 | 2026-03-17T19:27:07.198Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3232 | 2026-03-17T19:27:08.108Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3233 | 2026-03-17T19:27:09.283Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3234 | 2026-03-17T19:27:10.380Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3235 | 2026-03-17T19:27:11.235Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3236 | 2026-03-17T19:27:12.419Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3237 | 2026-03-17T19:27:13.393Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3238 | 2026-03-17T19:27:14.376Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3239 | 2026-03-17T19:27:15.387Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3240 | 2026-03-17T19:27:17.439Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3241 | 2026-03-17T19:27:18.434Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3242 | 2026-03-17T19:27:19.195Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3243 | 2026-03-17T19:27:19.950Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3244 | 2026-03-17T19:27:20.971Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3245 | 2026-03-17T19:27:22.039Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3246 | 2026-03-17T19:27:25.449Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3247 | 2026-03-17T19:27:28.050Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3248 | 2026-03-17T19:27:29.965Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3249 | 2026-03-17T19:27:30.817Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3250 | 2026-03-17T19:27:32.186Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3251 | 2026-03-17T19:27:35.301Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3252 | 2026-03-17T19:27:35.939Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3253 | 2026-03-17T19:27:36.881Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3254 | 2026-03-17T19:27:38.706Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3255 | 2026-03-17T19:27:40.436Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3256 | 2026-03-17T19:27:43.438Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3257 | 2026-03-17T19:27:44.197Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3258 | 2026-03-17T19:27:46.071Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3259 | 2026-03-17T19:27:49.056Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3260 | 2026-03-17T19:27:50.468Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3261 | 2026-03-17T19:27:53.027Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3262 | 2026-03-17T19:27:55.109Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3263 | 2026-03-17T19:27:57.190Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3264 | 2026-03-17T19:27:59.340Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3265 | 2026-03-17T19:28:01.617Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3266 | 2026-03-17T19:28:04.200Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3267 | 2026-03-17T19:28:08.818Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3268 | 2026-03-17T19:28:11.296Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3269 | 2026-03-17T19:28:11.392Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3270 | 2026-03-17T19:28:13.728Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3271 | 2026-03-17T19:28:16.121Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3272 | 2026-03-17T19:28:18.597Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3273 | 2026-03-17T19:28:21.100Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3274 | 2026-03-17T19:28:23.855Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3275 | 2026-03-17T19:28:26.291Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3276 | 2026-03-17T19:28:29.125Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3277 | 2026-03-17T19:28:31.262Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3278 | 2026-03-17T19:28:33.681Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3279 | 2026-03-17T19:28:36.149Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3280 | 2026-03-17T19:28:38.575Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3281 | 2026-03-17T19:28:40.989Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3282 | 2026-03-17T19:28:43.189Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3283 | 2026-03-17T19:28:45.558Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3284 | 2026-03-17T19:28:48.450Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3285 | 2026-03-17T19:28:50.625Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3286 | 2026-03-17T19:28:53.124Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3287 | 2026-03-17T19:28:55.668Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3288 | 2026-03-17T19:28:58.220Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3289 | 2026-03-17T19:29:00.781Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3290 | 2026-03-17T19:29:03.258Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3291 | 2026-03-17T19:29:06.320Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3292 | 2026-03-17T19:29:08.583Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3293 | 2026-03-17T19:29:11.153Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3294 | 2026-03-17T19:29:13.790Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3295 | 2026-03-17T19:29:16.400Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3296 | 2026-03-17T19:29:23.508Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3297 | 2026-03-17T19:29:24.674Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3298 | 2026-03-17T19:29:27.595Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3299 | 2026-03-17T19:29:30.126Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3300 | 2026-03-17T19:29:33.207Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3301 | 2026-03-17T19:29:36.096Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3302 | 2026-03-17T19:29:38.815Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3303 | 2026-03-17T19:29:41.876Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3304 | 2026-03-17T19:29:44.609Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3305 | 2026-03-17T19:29:47.710Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3306 | 2026-03-17T19:29:50.424Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3307 | 2026-03-17T19:29:53.637Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3308 | 2026-03-17T19:29:56.159Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3309 | 2026-03-17T19:29:59.632Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3310 | 2026-03-17T19:30:02.066Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3311 | 2026-03-17T19:30:04.886Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3312 | 2026-03-17T19:30:07.818Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3313 | 2026-03-17T19:30:10.866Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3314 | 2026-03-17T19:30:13.767Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3315 | 2026-03-17T19:30:16.666Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3316 | 2026-03-17T19:30:19.615Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3317 | 2026-03-17T19:30:22.511Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3318 | 2026-03-17T19:30:25.412Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3319 | 2026-03-17T19:30:28.514Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3320 | 2026-03-17T19:30:31.700Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3321 | 2026-03-17T19:30:34.560Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3322 | 2026-03-17T19:30:37.459Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3323 | 2026-03-17T19:30:40.656Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3324 | 2026-03-17T19:30:43.647Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3325 | 2026-03-17T19:30:46.554Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3326 | 2026-03-17T19:30:49.631Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3327 | 2026-03-17T19:30:52.717Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3328 | 2026-03-17T19:30:55.821Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3329 | 2026-03-17T19:30:58.905Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3330 | 2026-03-17T19:31:02.218Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3331 | 2026-03-17T19:31:05.286Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3332 | 2026-03-17T19:31:08.384Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3333 | 2026-03-17T19:31:11.478Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3334 | 2026-03-17T19:31:14.567Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3335 | 2026-03-17T19:31:17.742Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3336 | 2026-03-17T19:31:20.917Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3337 | 2026-03-17T19:31:24.627Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3338 | 2026-03-17T19:31:27.519Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3339 | 2026-03-17T19:31:30.908Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3340 | 2026-03-17T19:31:34.083Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3341 | 2026-03-17T19:31:43.412Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3342 | 2026-03-17T19:31:43.593Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3343 | 2026-03-17T19:31:47.689Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3344 | 2026-03-17T19:31:51.732Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3345 | 2026-03-17T19:31:56.178Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3346 | 2026-03-17T19:32:00.267Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3347 | 2026-03-17T19:32:06.286Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3348 | 2026-03-17T19:32:09.721Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3349 | 2026-03-17T19:32:14.279Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3350 | 2026-03-17T19:32:18.955Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3351 | 2026-03-17T19:32:23.515Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3352 | 2026-03-17T19:32:28.232Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3353 | 2026-03-17T19:32:32.746Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3354 | 2026-03-17T19:32:37.464Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3355 | 2026-03-17T19:32:42.197Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3356 | 2026-03-17T19:32:46.763Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3357 | 2026-03-17T19:32:51.479Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3358 | 2026-03-17T19:32:56.065Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3359 | 2026-03-17T19:33:00.675Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3360 | 2026-03-17T19:33:05.265Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3361 | 2026-03-17T19:33:09.896Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3362 | 2026-03-17T19:33:14.459Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3363 | 2026-03-17T19:33:51.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 06s |
| 3364 | 2026-03-17T19:33:51.708Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files |
| 3365 | 2026-03-17T19:33:51.826Z | |
| 3366 | 2026-03-17T19:33:51.830Z | real 8:06.671654698 |
| 3367 | 2026-03-17T19:33:51.830Z | user 23:36.072575574 |
| 3368 | 2026-03-17T19:33:51.830Z | sys 4:27.745219967 |
| 3369 | 2026-03-17T19:33:51.830Z | trap 0.400310828 |
| 3370 | 2026-03-17T19:33:51.830Z | tflt 0.034508810 |
| 3371 | 2026-03-17T19:33:51.830Z | dflt 0.030716775 |
| 3372 | 2026-03-17T19:33:51.830Z | kflt 0.000041206 |
| 3373 | 2026-03-17T19:33:51.830Z | lock 7:21:23.097136896 |
| 3374 | 2026-03-17T19:33:51.830Z | slp 2:41:47.540795486 |
| 3375 | 2026-03-17T19:33:51.830Z | lat 35.478311668 |
| 3376 | 2026-03-17T19:33:51.830Z | stop 1:57.927810472 |
| 3377 | 2026-03-17T19:33:51.830Z | process exited: duration 1086920 ms, exit code 0 |
| |
| 3378 | 2026-03-17T19:33:51.837Z | found 0 output files |