|
|
|
| 1 | 2026-03-27T19:21:36.759Z | job assigned to worker 01KMRBVSQ10NHRRJEG6RE25WK6 [factory aws, i-08b1c4e31ec13efd6] (queued for 3 m 40 s) |
| |
| 2 | 2026-03-27T19:21:43.441Z | starting task 0: "setup" |
| 3 | 2026-03-27T19:21:43.447Z | ++ uname -s |
| 4 | 2026-03-27T19:21:43.451Z | + kern=SunOS |
| 5 | 2026-03-27T19:21:43.451Z | + build_user=build |
| 6 | 2026-03-27T19:21:43.451Z | + build_uid=12345 |
| 7 | 2026-03-27T19:21:43.451Z | + work_dir=/work |
| 8 | 2026-03-27T19:21:43.451Z | + input_dir=/input |
| 9 | 2026-03-27T19:21:43.451Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-27T19:21:43.451Z | + case "$kern" in |
| 11 | 2026-03-27T19:21:43.451Z | + groupadd -g 12345 build |
| 12 | 2026-03-27T19:21:43.455Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-27T19:21:45.457Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-27T19:21:45.572Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-27T19:21:45.575Z | + home_fs=zfs |
| 16 | 2026-03-27T19:21:45.575Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-27T19:21:45.575Z | + mkdir -p /home/build |
| 18 | 2026-03-27T19:21:45.575Z | + chown build:build /home/build /work |
| 19 | 2026-03-27T19:21:47.577Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-27T19:21:47.581Z | process exited: duration 4137 ms, exit code 0 |
| |
| 21 | 2026-03-27T19:21:47.588Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-27T19:21:47.591Z | * rust toolchain channel = "1.94.0" |
| 23 | 2026-03-27T19:21:47.591Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 24 | 2026-03-27T19:21:47.591Z | * rust toolchain profile = "default" |
| 25 | 2026-03-27T19:21:47.591Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-27T19:21:47.591Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-27T19:21:47.591Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-27T19:21:47.594Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-27T19:21:47.594Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-27T19:21:47.739Z | info: downloading installer |
| 31 | 2026-03-27T19:21:49.095Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-27T19:21:49.095Z | warn: /opt/ooce/bin |
| 33 | 2026-03-27T19:21:49.095Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-27T19:21:49.095Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-27T19:21:49.095Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-27T19:21:49.095Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-27T19:21:49.095Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-27T19:21:49.095Z | error: cannot install while Rust is installed |
| 39 | 2026-03-27T19:21:49.095Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-27T19:21:49.096Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-27T19:21:49.096Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-27T19:21:49.096Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-27T19:21:49.096Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-27T19:21:49.109Z | info: profile set to default |
| 45 | 2026-03-27T19:21:49.109Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-27T19:21:49.112Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-27T19:21:49.248Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-27T19:21:49.250Z | info: downloading 6 components |
| 49 | 2026-03-27T19:22:03.571Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-27T19:22:03.571Z | |
| 51 | 2026-03-27T19:22:03.608Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-27T19:22:03.608Z | |
| 53 | 2026-03-27T19:22:03.611Z | |
| 54 | 2026-03-27T19:22:03.611Z | Rust is installed now. Great! |
| 55 | 2026-03-27T19:22:03.612Z | |
| 56 | 2026-03-27T19:22:03.612Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-27T19:22:03.612Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-27T19:22:03.612Z | |
| 59 | 2026-03-27T19:22:03.612Z | To configure your current shell, you need to source |
| 60 | 2026-03-27T19:22:03.612Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-27T19:22:03.612Z | |
| 62 | 2026-03-27T19:22:03.612Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-27T19:22:03.612Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-27T19:22:03.612Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-27T19:22:03.612Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-27T19:22:03.612Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-27T19:22:03.612Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-27T19:22:03.612Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-27T19:22:03.612Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-27T19:22:03.612Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-27T19:22:03.708Z | + rustup --version |
| 72 | 2026-03-27T19:22:03.717Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-27T19:22:03.721Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-27T19:22:03.738Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-27T19:22:03.741Z | + cargo --version |
| 76 | 2026-03-27T19:22:03.754Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-27T19:22:03.757Z | + rustc --version |
| 78 | 2026-03-27T19:22:03.777Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-27T19:22:03.780Z | process exited: duration 16191 ms, exit code 0 |
| |
| 80 | 2026-03-27T19:22:03.786Z | starting task 2: "authentication" |
| 81 | 2026-03-27T19:22:03.802Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-03-27T19:22:03.808Z | starting task 3: "clone repository" |
| 83 | 2026-03-27T19:22:03.811Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-27T19:22:03.814Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-27T19:22:03.895Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-27T19:22:14.848Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-27T19:22:14.848Z | + git fetch origin d21f63109e212305c2062ece19710f3ecea344fa |
| 88 | 2026-03-27T19:22:15.136Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-27T19:22:15.136Z | * branch d21f63109e212305c2062ece19710f3ecea344fa -> FETCH_HEAD |
| 90 | 2026-03-27T19:22:15.145Z | + [[ -n eliza/ereports-seen ]] |
| 91 | 2026-03-27T19:22:15.148Z | ++ git branch --show-current |
| 92 | 2026-03-27T19:22:15.148Z | + current=main |
| 93 | 2026-03-27T19:22:15.148Z | + [[ main != eliza/ereports-seen ]] |
| 94 | 2026-03-27T19:22:15.148Z | + git branch -f eliza/ereports-seen d21f63109e212305c2062ece19710f3ecea344fa |
| 95 | 2026-03-27T19:22:15.152Z | + git checkout -f eliza/ereports-seen |
| 96 | 2026-03-27T19:22:15.389Z | Switched to branch 'eliza/ereports-seen' |
| 97 | 2026-03-27T19:22:15.392Z | + git reset --hard d21f63109e212305c2062ece19710f3ecea344fa |
| 98 | 2026-03-27T19:22:15.410Z | HEAD is now at d21f63109 make sure empty vec doesn't kill it |
| 99 | 2026-03-27T19:22:15.413Z | process exited: duration 11602 ms, exit code 0 |
| |
| 100 | 2026-03-27T19:22:15.420Z | starting task 4: "build" |
| 101 | 2026-03-27T19:22:15.424Z | + source ./env.sh |
| 102 | 2026-03-27T19:22:15.424Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-03-27T19:22:15.424Z | ++ set -o xtrace |
| 104 | 2026-03-27T19:22:15.427Z | ++++ dirname ./env.sh |
| 105 | 2026-03-27T19:22:15.430Z | +++ readlink -f . |
| 106 | 2026-03-27T19:22:15.432Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-03-27T19:22:15.433Z | ++ 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-27T19:22:15.433Z | ++ 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-27T19:22:15.433Z | ++ 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-27T19:22:15.433Z | ++ 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-27T19:22:15.433Z | ++ 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-27T19:22:15.433Z | ++ 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-27T19:22:15.433Z | ++ 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-27T19:22:15.433Z | ++ 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-27T19:22:15.433Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-03-27T19:22:15.433Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-03-27T19:22:15.433Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-03-27T19:22:15.433Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-03-27T19:22:15.433Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-03-27T19:22:15.433Z | + cargo --version |
| 121 | 2026-03-27T19:22:15.439Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 122 | 2026-03-27T19:22:15.442Z | + rustc --version |
| 123 | 2026-03-27T19:22:15.464Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 124 | 2026-03-27T19:22:15.467Z | + banner prerequisites |
| 125 | 2026-03-27T19:22:15.470Z | |
| 126 | 2026-03-27T19:22:15.470Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 127 | 2026-03-27T19:22:15.470Z | # # # # # # # # # # # # # # # |
| 128 | 2026-03-27T19:22:15.470Z | # # # # ##### # # ##### # # # # # #### # |
| 129 | 2026-03-27T19:22:15.470Z | ##### ##### # ##### # # # # # # # # # |
| 130 | 2026-03-27T19:22:15.470Z | # # # # # # # # # # # # # # # |
| 131 | 2026-03-27T19:22:15.470Z | # # # ###### # # ###### ### # #### # #### # |
| 132 | 2026-03-27T19:22:15.470Z | |
| 133 | 2026-03-27T19:22:15.470Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 134 | 2026-03-27T19:22:25.704Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 135 | 2026-03-27T19:22:32.781Z | Startup: Caching catalogs ... Done |
| 136 | 2026-03-27T19:22:37.176Z | Planning: Solver setup ... Done (2.798s) |
| 137 | 2026-03-27T19:22:37.194Z | Planning: Running solver ... Done (0.018s) |
| 138 | 2026-03-27T19:22:37.312Z | Planning: Finding local manifests ... Done (0.002s) |
| 139 | 2026-03-27T19:22:37.324Z | Planning: Fetching manifests: 0/4 0% complete |
| 140 | 2026-03-27T19:22:37.418Z | Planning: Fetching manifests: 4/4 100% complete |
| 141 | 2026-03-27T19:22:37.449Z | Planning: Package planning ... Done (0.031s) |
| 142 | 2026-03-27T19:22:37.477Z | Planning: Merging actions ... Done (0.028s) |
| 143 | 2026-03-27T19:22:38.134Z | Planning: Checking for conflicting actions ... Done (0.657s) |
| 144 | 2026-03-27T19:22:38.140Z | Planning: Consolidating action changes ... Done (0.007s) |
| 145 | 2026-03-27T19:22:43.349Z | Planning: Evaluating mediators ... Done (5.208s) |
| 146 | 2026-03-27T19:22:43.355Z | Planning: Planning completed in 10.41 seconds |
| 147 | 2026-03-27T19:22:43.366Z | Packages to install: 4 |
| 148 | 2026-03-27T19:22:43.366Z | Mediators to change: 2 |
| 149 | 2026-03-27T19:22:43.366Z | Services to change: 1 |
| 150 | 2026-03-27T19:22:43.366Z | Estimated space available: 155.35 GB |
| 151 | 2026-03-27T19:22:43.366Z | Estimated space to be consumed: 1.83 GB |
| 152 | 2026-03-27T19:22:43.369Z | Create boot environment: No |
| 153 | 2026-03-27T19:22:43.369Z | Create backup boot environment: No |
| 154 | 2026-03-27T19:22:43.369Z | Rebuild boot archive: No |
| 155 | 2026-03-27T19:22:43.369Z | |
| 156 | 2026-03-27T19:22:43.369Z | Changed mediators: |
| 157 | 2026-03-27T19:22:43.369Z | mediator clang: |
| 158 | 2026-03-27T19:22:43.370Z | version: None -> 15 (system default) |
| 159 | 2026-03-27T19:22:43.370Z | |
| 160 | 2026-03-27T19:22:43.370Z | mediator llvm: |
| 161 | 2026-03-27T19:22:43.370Z | version: 14 (system default) -> 15 (system default) |
| 162 | 2026-03-27T19:22:43.370Z | |
| 163 | 2026-03-27T19:22:43.370Z | Changed packages: |
| 164 | 2026-03-27T19:22:43.370Z | helios-dev |
| 165 | 2026-03-27T19:22:43.370Z | developer/build-essential |
| 166 | 2026-03-27T19:22:43.370Z | None -> 11-2.0 |
| 167 | 2026-03-27T19:22:43.370Z | library/libxmlsec1 |
| 168 | 2026-03-27T19:22:43.370Z | None -> 1.2.35-2.0 |
| 169 | 2026-03-27T19:22:43.370Z | ooce/developer/clang-15 |
| 170 | 2026-03-27T19:22:43.370Z | None -> 15.0.7-2.0 |
| 171 | 2026-03-27T19:22:43.370Z | ooce/developer/llvm-15 |
| 172 | 2026-03-27T19:22:43.370Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-27T19:22:43.370Z | |
| 174 | 2026-03-27T19:22:43.370Z | Services: |
| 175 | 2026-03-27T19:22:43.370Z | restart_fmri: |
| 176 | 2026-03-27T19:22:43.370Z | svc:/system/update-man-index:default |
| 177 | 2026-03-27T19:22:43.504Z | |
| 178 | 2026-03-27T19:22:43.504Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 179 | 2026-03-27T19:22:48.505Z | Download: 2364/3290 items 119.7/212.6MB 56% complete (24.1M/s) |
| 180 | 2026-03-27T19:22:51.745Z | Download: Completed 212.60 MB in 8.24 seconds (25.8M/s) |
| 181 | 2026-03-27T19:22:52.015Z | Actions: 1/3689 actions (Installing new actions) |
| 182 | 2026-03-27T19:22:55.934Z | Actions: Completed 3689 actions in 3.92 seconds. |
| 183 | 2026-03-27T19:22:56.235Z | Done (0.298s) |
| 184 | 2026-03-27T19:22:56.235Z | Done (0.000s) |
| 185 | 2026-03-27T19:22:56.931Z | Done (0.696s) |
| 186 | 2026-03-27T19:23:01.513Z | Done (4.247s) |
| 187 | 2026-03-27T19:23:01.672Z | Done (0.096s) |
| 188 | 2026-03-27T19:23:01.675Z | Done (0.000s) |
| 189 | 2026-03-27T19:23:01.799Z | Done (0.000s) |
| 190 | 2026-03-27T19:23:02.641Z | Planning: Evaluating mediator changes ... Done |
| 191 | 2026-03-27T19:23:02.747Z | Planning: Checking for conflicting actions ... Done |
| 192 | 2026-03-27T19:23:02.751Z | Planning: Consolidating action changes ... Done |
| 193 | 2026-03-27T19:23:02.905Z | Planning: Evaluating mediators ... Done |
| 194 | 2026-03-27T19:23:02.908Z | Planning: Planning completed in 0.26 seconds |
| 195 | 2026-03-27T19:23:02.926Z | Mediators to change: 2 |
| 196 | 2026-03-27T19:23:02.926Z | Create boot environment: No |
| 197 | 2026-03-27T19:23:02.926Z | Create backup boot environment: No |
| 198 | 2026-03-27T19:23:03.000Z | Done |
| 199 | 2026-03-27T19:23:03.000Z | Done |
| 200 | 2026-03-27T19:23:03.593Z | Done |
| 201 | 2026-03-27T19:23:06.147Z | Done |
| 202 | 2026-03-27T19:23:06.218Z | Done |
| 203 | 2026-03-27T19:23:06.222Z | Done |
| 204 | 2026-03-27T19:23:06.384Z | Done |
| 205 | 2026-03-27T19:23:06.786Z | Planning: Evaluating mediator changes ... Done |
| 206 | 2026-03-27T19:23:06.791Z | Planning: Merging actions ... Done |
| 207 | 2026-03-27T19:23:06.930Z | Planning: Checking for conflicting actions ... Done |
| 208 | 2026-03-27T19:23:06.933Z | Planning: Consolidating action changes ... Done |
| 209 | 2026-03-27T19:23:07.070Z | Planning: Evaluating mediators ... Done |
| 210 | 2026-03-27T19:23:07.098Z | Planning: Planning completed in 0.45 seconds |
| 211 | 2026-03-27T19:23:07.120Z | Packages to change: 1 |
| 212 | 2026-03-27T19:23:07.120Z | Mediators to change: 1 |
| 213 | 2026-03-27T19:23:07.120Z | Services to change: 1 |
| 214 | 2026-03-27T19:23:07.120Z | Create boot environment: No |
| 215 | 2026-03-27T19:23:07.120Z | Create backup boot environment: Yes |
| 216 | 2026-03-27T19:23:09.145Z | Actions: 1/6 actions (Updating modified actions) |
| 217 | 2026-03-27T19:23:09.149Z | Actions: Completed 6 actions in 0.00 seconds. |
| 218 | 2026-03-27T19:23:09.149Z | Done |
| 219 | 2026-03-27T19:23:09.149Z | Done |
| 220 | 2026-03-27T19:23:09.281Z | Done |
| 221 | 2026-03-27T19:23:11.770Z | Done |
| 222 | 2026-03-27T19:23:11.841Z | Done |
| 223 | 2026-03-27T19:23:11.843Z | Done |
| 224 | 2026-03-27T19:23:11.987Z | Done |
| 225 | 2026-03-27T19:23:12.277Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 226 | 2026-03-27T19:23:12.278Z | clang system 15 system |
| 227 | 2026-03-27T19:23:12.278Z | csh system system illumos |
| 228 | 2026-03-27T19:23:12.278Z | ctags system system illumos |
| 229 | 2026-03-27T19:23:12.278Z | file system system illumos |
| 230 | 2026-03-27T19:23:12.278Z | gcc vendor 12 vendor |
| 231 | 2026-03-27T19:23:12.278Z | gcc system 14 system |
| 232 | 2026-03-27T19:23:12.278Z | gcc system 10 system |
| 233 | 2026-03-27T19:23:12.278Z | go system 1.20 system |
| 234 | 2026-03-27T19:23:12.278Z | go system 1.19 system |
| 235 | 2026-03-27T19:23:12.278Z | llvm system 15 system |
| 236 | 2026-03-27T19:23:12.278Z | llvm system 14 system |
| 237 | 2026-03-27T19:23:12.278Z | mariadb system 10.6 system |
| 238 | 2026-03-27T19:23:12.278Z | mta vendor vendor dma |
| 239 | 2026-03-27T19:23:12.278Z | openjdk system 17 system |
| 240 | 2026-03-27T19:23:12.278Z | openjdk system 11 system |
| 241 | 2026-03-27T19:23:12.278Z | openjdk system 1.8 system |
| 242 | 2026-03-27T19:23:12.278Z | openssl vendor 3 vendor |
| 243 | 2026-03-27T19:23:12.278Z | perl system 5.36 system |
| 244 | 2026-03-27T19:23:12.278Z | postgresql system 15 system |
| 245 | 2026-03-27T19:23:12.278Z | postgresql system 13 system |
| 246 | 2026-03-27T19:23:12.278Z | python vendor 3 vendor |
| 247 | 2026-03-27T19:23:12.278Z | python system 2 system |
| 248 | 2026-03-27T19:23:12.278Z | python3 system 3.11 system |
| 249 | 2026-03-27T19:23:12.278Z | ruby system 3.0 system |
| 250 | 2026-03-27T19:23:12.278Z | words vendor vendor american-english |
| 251 | 2026-03-27T19:23:12.279Z | words system system australian-english |
| 252 | 2026-03-27T19:23:12.279Z | words system system british-english |
| 253 | 2026-03-27T19:23:12.279Z | words system system canadian-english |
| 254 | 2026-03-27T19:23:12.279Z | words system system french |
| 255 | 2026-03-27T19:23:12.279Z | words system system italian |
| 256 | 2026-03-27T19:23:12.279Z | words system system ngerman |
| 257 | 2026-03-27T19:23:12.279Z | words system system ogerman |
| 258 | 2026-03-27T19:23:12.279Z | words system system spanish |
| 259 | 2026-03-27T19:23:12.502Z | PUBLISHER TYPE STATUS P LOCATION |
| 260 | 2026-03-27T19:23:12.502Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 261 | 2026-03-27T19:23:16.841Z | FMRI IFO |
| 262 | 2026-03-27T19:23:16.841Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 263 | 2026-03-27T19:23:16.841Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 264 | 2026-03-27T19:23:16.841Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 265 | 2026-03-27T19:23:16.841Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 266 | 2026-03-27T19:23:16.841Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 267 | 2026-03-27T19:23:16.841Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 268 | 2026-03-27T19:23:16.841Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 269 | 2026-03-27T19:23:16.841Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 270 | 2026-03-27T19:23:16.842Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 271 | 2026-03-27T19:23:16.842Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 272 | 2026-03-27T19:23:16.842Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 273 | 2026-03-27T19:23:16.842Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 274 | 2026-03-27T19:23:16.842Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 275 | 2026-03-27T19:23:16.842Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 276 | 2026-03-27T19:23:16.842Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 277 | 2026-03-27T19:23:16.842Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 278 | 2026-03-27T19:23:17.941Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 279 | 2026-03-27T19:23:18.215Z | Updating crates.io index |
| 280 | 2026-03-27T19:23:18.251Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 281 | 2026-03-27T19:23:18.513Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 282 | 2026-03-27T19:23:19.410Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 283 | 2026-03-27T19:23:19.996Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 284 | 2026-03-27T19:23:20.765Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 285 | 2026-03-27T19:23:21.255Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 286 | 2026-03-27T19:23:22.598Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 287 | 2026-03-27T19:23:23.913Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 288 | 2026-03-27T19:23:24.871Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 289 | 2026-03-27T19:23:25.123Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 290 | 2026-03-27T19:23:25.974Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 291 | 2026-03-27T19:23:26.246Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 292 | 2026-03-27T19:23:26.771Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 293 | 2026-03-27T19:23:27.125Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 294 | 2026-03-27T19:23:27.979Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 295 | 2026-03-27T19:23:28.444Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 296 | 2026-03-27T19:23:28.948Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 297 | 2026-03-27T19:23:29.322Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 298 | 2026-03-27T19:23:29.748Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 299 | 2026-03-27T19:23:29.992Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 300 | 2026-03-27T19:23:30.225Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 301 | 2026-03-27T19:23:30.485Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 302 | 2026-03-27T19:23:30.965Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 303 | 2026-03-27T19:23:31.543Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 304 | 2026-03-27T19:23:31.942Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 305 | 2026-03-27T19:23:32.340Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 306 | 2026-03-27T19:23:32.631Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 307 | 2026-03-27T19:23:32.970Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 308 | 2026-03-27T19:23:34.394Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 309 | 2026-03-27T19:23:34.762Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 310 | 2026-03-27T19:23:35.392Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 311 | 2026-03-27T19:23:35.761Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 312 | 2026-03-27T19:23:36.076Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 313 | 2026-03-27T19:23:36.365Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 314 | 2026-03-27T19:23:36.792Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 315 | 2026-03-27T19:23:37.260Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 316 | 2026-03-27T19:23:37.515Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 317 | 2026-03-27T19:23:37.816Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 318 | 2026-03-27T19:23:38.228Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 319 | 2026-03-27T19:23:50.979Z | Downloading crates ... |
| 320 | 2026-03-27T19:23:51.036Z | Downloaded sha2 v0.10.9 |
| 321 | 2026-03-27T19:23:51.048Z | Downloaded usdt-macro v0.5.0 |
| 322 | 2026-03-27T19:23:51.058Z | Downloaded typeid v1.0.3 |
| 323 | 2026-03-27T19:23:51.062Z | Downloaded toml_write v0.1.2 |
| 324 | 2026-03-27T19:23:51.066Z | Downloaded unicode-xid v0.2.6 |
| 325 | 2026-03-27T19:23:51.066Z | Downloaded toml_datetime v0.6.11 |
| 326 | 2026-03-27T19:23:51.071Z | Downloaded dof v0.3.0 |
| 327 | 2026-03-27T19:23:51.075Z | Downloaded synstructure v0.13.2 |
| 328 | 2026-03-27T19:23:51.075Z | Downloaded is_terminal_polyfill v1.70.2 |
| 329 | 2026-03-27T19:23:51.075Z | Downloaded heck v0.4.1 |
| 330 | 2026-03-27T19:23:51.078Z | Downloaded zerofrom-derive v0.1.6 |
| 331 | 2026-03-27T19:23:51.079Z | Downloaded yoke-derive v0.8.1 |
| 332 | 2026-03-27T19:23:51.079Z | Downloaded utf8_iter v1.0.4 |
| 333 | 2026-03-27T19:23:51.079Z | Downloaded thread-id v4.2.2 |
| 334 | 2026-03-27T19:23:51.085Z | Downloaded unicode-linebreak v0.1.5 |
| 335 | 2026-03-27T19:23:51.089Z | Downloaded zerofrom v0.1.6 |
| 336 | 2026-03-27T19:23:51.092Z | Downloaded utf8parse v0.2.2 |
| 337 | 2026-03-27T19:23:51.092Z | Downloaded zmij v1.0.21 |
| 338 | 2026-03-27T19:23:51.096Z | Downloaded writeable v0.6.2 |
| 339 | 2026-03-27T19:23:51.096Z | Downloaded usdt-attr-macro v0.5.0 |
| 340 | 2026-03-27T19:23:51.096Z | Downloaded usdt v0.5.0 |
| 341 | 2026-03-27T19:23:51.096Z | Downloaded fnv v1.0.7 |
| 342 | 2026-03-27T19:23:51.100Z | Downloaded dtrace-parser v0.2.0 |
| 343 | 2026-03-27T19:23:51.100Z | Downloaded version_check v0.9.5 |
| 344 | 2026-03-27T19:23:51.100Z | Downloaded tinystr v0.8.2 |
| 345 | 2026-03-27T19:23:51.104Z | Downloaded cargo-platform v0.2.0 |
| 346 | 2026-03-27T19:23:51.104Z | Downloaded thiserror-impl v1.0.69 |
| 347 | 2026-03-27T19:23:51.104Z | Downloaded thiserror v1.0.69 |
| 348 | 2026-03-27T19:23:51.107Z | Downloaded serde_spanned v0.6.9 |
| 349 | 2026-03-27T19:23:51.108Z | Downloaded yoke v0.8.1 |
| 350 | 2026-03-27T19:23:51.108Z | Downloaded zerovec-derive v0.11.2 |
| 351 | 2026-03-27T19:23:51.108Z | Downloaded thiserror-impl v2.0.18 |
| 352 | 2026-03-27T19:23:51.113Z | Downloaded usdt-impl v0.5.0 |
| 353 | 2026-03-27T19:23:51.117Z | Downloaded toml v0.8.23 |
| 354 | 2026-03-27T19:23:51.117Z | Downloaded thiserror v2.0.18 |
| 355 | 2026-03-27T19:23:51.120Z | Downloaded scroll_derive v0.12.1 |
| 356 | 2026-03-27T19:23:51.120Z | Downloaded zerocopy-derive v0.7.35 |
| 357 | 2026-03-27T19:23:51.124Z | Downloaded unicode-ident v1.0.24 |
| 358 | 2026-03-27T19:23:51.124Z | Downloaded url v2.5.8 |
| 359 | 2026-03-27T19:23:51.128Z | Downloaded toml_edit v0.22.27 |
| 360 | 2026-03-27T19:23:51.128Z | Downloaded ucd-trie v0.1.7 |
| 361 | 2026-03-27T19:23:51.132Z | Downloaded cfg-if v1.0.4 |
| 362 | 2026-03-27T19:23:51.132Z | Downloaded typenum v1.19.0 |
| 363 | 2026-03-27T19:23:51.132Z | Downloaded proc-macro-error-attr v1.0.4 |
| 364 | 2026-03-27T19:23:51.132Z | Downloaded equivalent v1.0.2 |
| 365 | 2026-03-27T19:23:51.135Z | Downloaded textwrap v0.16.2 |
| 366 | 2026-03-27T19:23:51.136Z | Downloaded zerotrie v0.2.3 |
| 367 | 2026-03-27T19:23:51.136Z | Downloaded serde-value v0.7.0 |
| 368 | 2026-03-27T19:23:51.139Z | Downloaded smawk v0.3.2 |
| 369 | 2026-03-27T19:23:51.143Z | Downloaded heck v0.5.0 |
| 370 | 2026-03-27T19:23:51.146Z | Downloaded plain v0.2.3 |
| 371 | 2026-03-27T19:23:51.150Z | Downloaded zerovec v0.11.5 |
| 372 | 2026-03-27T19:23:51.154Z | Downloaded form_urlencoded v1.2.2 |
| 373 | 2026-03-27T19:23:51.157Z | Downloaded zerocopy v0.7.35 |
| 374 | 2026-03-27T19:23:51.165Z | Downloaded pretty-hex v0.4.1 |
| 375 | 2026-03-27T19:23:51.168Z | Downloaded winnow v0.7.14 |
| 376 | 2026-03-27T19:23:51.172Z | Downloaded swrite v0.1.0 |
| 377 | 2026-03-27T19:23:51.172Z | Downloaded itoa v1.0.17 |
| 378 | 2026-03-27T19:23:51.176Z | Downloaded block-buffer v0.10.4 |
| 379 | 2026-03-27T19:23:51.176Z | Downloaded unicode-width v0.2.0 |
| 380 | 2026-03-27T19:23:51.180Z | Downloaded unicode-width v0.1.14 |
| 381 | 2026-03-27T19:23:51.180Z | Downloaded cpufeatures v0.2.17 |
| 382 | 2026-03-27T19:23:51.184Z | Downloaded fastrand v2.3.0 |
| 383 | 2026-03-27T19:23:51.201Z | Downloaded ordered-float v2.10.1 |
| 384 | 2026-03-27T19:23:51.204Z | Downloaded stable_deref_trait v1.2.1 |
| 385 | 2026-03-27T19:23:51.234Z | Downloaded potential_utf v0.1.4 |
| 386 | 2026-03-27T19:23:51.242Z | Downloaded macaddr v1.0.1 |
| 387 | 2026-03-27T19:23:51.246Z | Downloaded errno v0.3.14 |
| 388 | 2026-03-27T19:23:51.246Z | Downloaded colorchoice v1.0.4 |
| 389 | 2026-03-27T19:23:51.258Z | Downloaded memmap v0.7.0 |
| 390 | 2026-03-27T19:23:51.264Z | Downloaded tabled_derive v0.7.0 |
| 391 | 2026-03-27T19:23:51.268Z | Downloaded idna_adapter v1.2.1 |
| 392 | 2026-03-27T19:23:51.268Z | Downloaded clap_lex v1.0.0 |
| 393 | 2026-03-27T19:23:51.272Z | Downloaded terminal_size v0.4.3 |
| 394 | 2026-03-27T19:23:51.296Z | Downloaded percent-encoding v2.3.2 |
| 395 | 2026-03-27T19:23:51.299Z | Downloaded strsim v0.11.1 |
| 396 | 2026-03-27T19:23:51.303Z | Downloaded generic-array v0.14.7 |
| 397 | 2026-03-27T19:23:51.303Z | Downloaded anstyle-query v1.1.5 |
| 398 | 2026-03-27T19:23:51.309Z | Downloaded cargo_metadata v0.21.0 |
| 399 | 2026-03-27T19:23:51.314Z | Downloaded displaydoc v0.2.5 |
| 400 | 2026-03-27T19:23:51.322Z | Downloaded serde_tokenstream v0.2.3 |
| 401 | 2026-03-27T19:23:51.326Z | Downloaded crypto-common v0.1.7 |
| 402 | 2026-03-27T19:23:51.343Z | Downloaded anstyle-parse v0.2.7 |
| 403 | 2026-03-27T19:23:51.347Z | Downloaded camino-tempfile v1.4.1 |
| 404 | 2026-03-27T19:23:51.352Z | Downloaded digest v0.10.7 |
| 405 | 2026-03-27T19:23:51.355Z | Downloaded autocfg v1.5.0 |
| 406 | 2026-03-27T19:23:51.356Z | Downloaded quote v1.0.44 |
| 407 | 2026-03-27T19:23:51.364Z | Downloaded byteorder v1.5.0 |
| 408 | 2026-03-27T19:23:51.370Z | Downloaded serde-untagged v0.1.9 |
| 409 | 2026-03-27T19:23:51.374Z | Downloaded scroll v0.12.0 |
| 410 | 2026-03-27T19:23:51.377Z | Downloaded bytecount v0.6.9 |
| 411 | 2026-03-27T19:23:51.377Z | Downloaded anstyle v1.0.13 |
| 412 | 2026-03-27T19:23:51.381Z | Downloaded anstream v0.6.21 |
| 413 | 2026-03-27T19:23:51.393Z | Downloaded cargo_toml v0.21.0 |
| 414 | 2026-03-27T19:23:51.405Z | Downloaded semver v1.0.27 |
| 415 | 2026-03-27T19:23:51.410Z | Downloaded proc-macro-error v1.0.4 |
| 416 | 2026-03-27T19:23:51.414Z | Downloaded litemap v0.8.1 |
| 417 | 2026-03-27T19:23:51.414Z | Downloaded icu_properties v2.1.2 |
| 418 | 2026-03-27T19:23:51.414Z | Downloaded cargo-util-schemas v0.8.2 |
| 419 | 2026-03-27T19:23:51.418Z | Downloaded erased-serde v0.4.9 |
| 420 | 2026-03-27T19:23:51.436Z | Downloaded bitflags v2.11.0 |
| 421 | 2026-03-27T19:23:51.451Z | Downloaded fs-err v3.3.0 |
| 422 | 2026-03-27T19:23:51.455Z | Downloaded clap_derive v4.5.55 |
| 423 | 2026-03-27T19:23:51.485Z | Downloaded once_cell v1.21.3 |
| 424 | 2026-03-27T19:23:51.496Z | Downloaded camino v1.2.2 |
| 425 | 2026-03-27T19:23:51.501Z | Downloaded pest_generator v2.8.6 |
| 426 | 2026-03-27T19:23:51.508Z | Downloaded serde_derive v1.0.228 |
| 427 | 2026-03-27T19:23:51.512Z | Downloaded log v0.4.29 |
| 428 | 2026-03-27T19:23:51.517Z | Downloaded smallvec v1.15.1 |
| 429 | 2026-03-27T19:23:51.522Z | Downloaded anyhow v1.0.102 |
| 430 | 2026-03-27T19:23:51.522Z | Downloaded serde_core v1.0.228 |
| 431 | 2026-03-27T19:23:51.522Z | Downloaded icu_provider v2.1.1 |
| 432 | 2026-03-27T19:23:51.531Z | Downloaded papergrid v0.11.0 |
| 433 | 2026-03-27T19:23:51.535Z | Downloaded num-traits v0.2.19 |
| 434 | 2026-03-27T19:23:51.536Z | Downloaded clap v4.5.60 |
| 435 | 2026-03-27T19:23:51.543Z | Downloaded tempfile v3.25.0 |
| 436 | 2026-03-27T19:23:51.554Z | Downloaded getrandom v0.4.1 |
| 437 | 2026-03-27T19:23:51.563Z | Downloaded icu_normalizer v2.1.1 |
| 438 | 2026-03-27T19:23:51.582Z | Downloaded pest_derive v2.8.6 |
| 439 | 2026-03-27T19:23:51.596Z | Downloaded pest_meta v2.8.6 |
| 440 | 2026-03-27T19:23:51.604Z | Downloaded proc-macro2 v1.0.106 |
| 441 | 2026-03-27T19:23:51.614Z | Downloaded icu_locale_core v2.1.1 |
| 442 | 2026-03-27T19:23:51.618Z | Downloaded hashbrown v0.16.1 |
| 443 | 2026-03-27T19:23:51.622Z | Downloaded serde v1.0.228 |
| 444 | 2026-03-27T19:23:51.630Z | Downloaded icu_normalizer_data v2.1.1 |
| 445 | 2026-03-27T19:23:51.640Z | Downloaded memchr v2.8.0 |
| 446 | 2026-03-27T19:23:51.644Z | Downloaded icu_collections v2.1.1 |
| 447 | 2026-03-27T19:23:51.666Z | Downloaded indexmap v2.13.0 |
| 448 | 2026-03-27T19:23:51.682Z | Downloaded pest v2.8.6 |
| 449 | 2026-03-27T19:23:51.722Z | Downloaded serde_json v1.0.149 |
| 450 | 2026-03-27T19:23:51.737Z | Downloaded idna v1.1.0 |
| 451 | 2026-03-27T19:23:51.740Z | Downloaded icu_properties_data v2.1.2 |
| 452 | 2026-03-27T19:23:51.744Z | Downloaded clap_builder v4.5.60 |
| 453 | 2026-03-27T19:23:51.769Z | Downloaded goblin v0.8.2 |
| 454 | 2026-03-27T19:23:51.785Z | Downloaded tabled v0.15.0 |
| 455 | 2026-03-27T19:23:51.802Z | Downloaded syn v1.0.109 |
| 456 | 2026-03-27T19:23:51.820Z | Downloaded syn v2.0.117 |
| 457 | 2026-03-27T19:23:51.846Z | Downloaded rustix v1.1.3 |
| 458 | 2026-03-27T19:23:51.919Z | Downloaded libc v0.2.180 |
| 459 | 2026-03-27T19:23:51.983Z | Compiling proc-macro2 v1.0.106 |
| 460 | 2026-03-27T19:23:51.983Z | Compiling quote v1.0.44 |
| 461 | 2026-03-27T19:23:51.984Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-03-27T19:23:51.988Z | Compiling serde_core v1.0.228 |
| 463 | 2026-03-27T19:23:51.988Z | Compiling libc v0.2.180 |
| 464 | 2026-03-27T19:23:51.988Z | Compiling version_check v0.9.5 |
| 465 | 2026-03-27T19:23:51.988Z | Compiling stable_deref_trait v1.2.1 |
| 466 | 2026-03-27T19:23:51.988Z | Compiling memchr v2.8.0 |
| 467 | 2026-03-27T19:23:52.298Z | Compiling serde v1.0.228 |
| 468 | 2026-03-27T19:23:52.317Z | Compiling zmij v1.0.21 |
| 469 | 2026-03-27T19:23:52.881Z | Compiling thiserror v1.0.69 |
| 470 | 2026-03-27T19:23:52.923Z | Compiling ucd-trie v0.1.7 |
| 471 | 2026-03-27T19:23:52.926Z | Compiling autocfg v1.5.0 |
| 472 | 2026-03-27T19:23:52.926Z | Compiling itoa v1.0.17 |
| 473 | 2026-03-27T19:23:53.143Z | Compiling pest v2.8.6 |
| 474 | 2026-03-27T19:23:53.191Z | Compiling writeable v0.6.2 |
| 475 | 2026-03-27T19:23:53.224Z | Compiling litemap v0.8.1 |
| 476 | 2026-03-27T19:23:53.371Z | Compiling icu_normalizer_data v2.1.1 |
| 477 | 2026-03-27T19:23:53.389Z | Compiling byteorder v1.5.0 |
| 478 | 2026-03-27T19:23:53.405Z | Compiling rustix v1.1.3 |
| 479 | 2026-03-27T19:23:53.422Z | Compiling icu_properties_data v2.1.2 |
| 480 | 2026-03-27T19:23:53.674Z | Compiling errno v0.3.14 |
| 481 | 2026-03-27T19:23:53.757Z | Compiling syn v2.0.117 |
| 482 | 2026-03-27T19:23:53.821Z | Compiling bitflags v2.11.0 |
| 483 | 2026-03-27T19:23:53.825Z | Compiling serde_json v1.0.149 |
| 484 | 2026-03-27T19:23:54.080Z | Compiling num-traits v0.2.19 |
| 485 | 2026-03-27T19:23:54.097Z | Compiling equivalent v1.0.2 |
| 486 | 2026-03-27T19:23:54.168Z | Compiling pest_meta v2.8.6 |
| 487 | 2026-03-27T19:23:54.192Z | Compiling typeid v1.0.3 |
| 488 | 2026-03-27T19:23:54.267Z | Compiling hashbrown v0.16.1 |
| 489 | 2026-03-27T19:23:54.373Z | Compiling smallvec v1.15.1 |
| 490 | 2026-03-27T19:23:54.668Z | Compiling thread-id v4.2.2 |
| 491 | 2026-03-27T19:23:54.751Z | Compiling indexmap v2.13.0 |
| 492 | 2026-03-27T19:23:54.788Z | Compiling usdt-impl v0.5.0 |
| 493 | 2026-03-27T19:23:54.791Z | Compiling proc-macro-error-attr v1.0.4 |
| 494 | 2026-03-27T19:23:54.822Z | Compiling syn v1.0.109 |
| 495 | 2026-03-27T19:23:55.002Z | Compiling toml_write v0.1.2 |
| 496 | 2026-03-27T19:23:55.111Z | Compiling erased-serde v0.4.9 |
| 497 | 2026-03-27T19:23:55.129Z | Compiling winnow v0.7.14 |
| 498 | 2026-03-27T19:23:55.423Z | Compiling proc-macro-error v1.0.4 |
| 499 | 2026-03-27T19:23:55.466Z | Compiling getrandom v0.4.1 |
| 500 | 2026-03-27T19:23:55.605Z | Compiling camino v1.2.2 |
| 501 | 2026-03-27T19:23:55.775Z | Compiling plain v0.2.3 |
| 502 | 2026-03-27T19:23:55.807Z | Compiling thiserror v2.0.18 |
| 503 | 2026-03-27T19:23:55.870Z | Compiling utf8_iter v1.0.4 |
| 504 | 2026-03-27T19:23:55.888Z | Compiling utf8parse v0.2.2 |
| 505 | 2026-03-27T19:23:55.916Z | Compiling percent-encoding v2.3.2 |
| 506 | 2026-03-27T19:23:55.993Z | Compiling log v0.4.29 |
| 507 | 2026-03-27T19:23:56.010Z | Compiling anstyle-parse v0.2.7 |
| 508 | 2026-03-27T19:23:56.079Z | Compiling form_urlencoded v1.2.2 |
| 509 | 2026-03-27T19:23:56.133Z | Compiling ordered-float v2.10.1 |
| 510 | 2026-03-27T19:23:56.303Z | Compiling synstructure v0.13.2 |
| 511 | 2026-03-27T19:23:56.329Z | Compiling pest_generator v2.8.6 |
| 512 | 2026-03-27T19:23:56.406Z | Compiling terminal_size v0.4.3 |
| 513 | 2026-03-27T19:23:56.591Z | Compiling anstyle-query v1.1.5 |
| 514 | 2026-03-27T19:23:56.650Z | Compiling cfg-if v1.0.4 |
| 515 | 2026-03-27T19:23:56.699Z | Compiling is_terminal_polyfill v1.70.2 |
| 516 | 2026-03-27T19:23:56.699Z | Compiling colorchoice v1.0.4 |
| 517 | 2026-03-27T19:23:56.735Z | Compiling pretty-hex v0.4.1 |
| 518 | 2026-03-27T19:23:56.754Z | Compiling anstyle v1.0.13 |
| 519 | 2026-03-27T19:23:56.926Z | Compiling serde-untagged v0.1.9 |
| 520 | 2026-03-27T19:23:56.963Z | Compiling anstream v0.6.21 |
| 521 | 2026-03-27T19:23:57.007Z | Compiling semver v1.0.27 |
| 522 | 2026-03-27T19:23:57.073Z | Compiling fs-err v3.3.0 |
| 523 | 2026-03-27T19:23:57.171Z | Compiling unicode-width v0.1.14 |
| 524 | 2026-03-27T19:23:57.262Z | Compiling clap_lex v1.0.0 |
| 525 | 2026-03-27T19:23:57.280Z | Compiling bytecount v0.6.9 |
| 526 | 2026-03-27T19:23:57.320Z | Compiling fnv v1.0.7 |
| 527 | 2026-03-27T19:23:57.340Z | Compiling unicode-xid v0.2.6 |
| 528 | 2026-03-27T19:23:57.413Z | Compiling once_cell v1.21.3 |
| 529 | 2026-03-27T19:23:57.432Z | Compiling fastrand v2.3.0 |
| 530 | 2026-03-27T19:23:57.465Z | Compiling heck v0.5.0 |
| 531 | 2026-03-27T19:23:57.492Z | Compiling anyhow v1.0.102 |
| 532 | 2026-03-27T19:23:57.631Z | Compiling strsim v0.11.1 |
| 533 | 2026-03-27T19:23:57.690Z | Compiling heck v0.4.1 |
| 534 | 2026-03-27T19:23:57.708Z | Compiling tempfile v3.25.0 |
| 535 | 2026-03-27T19:23:57.751Z | Compiling papergrid v0.11.0 |
| 536 | 2026-03-27T19:23:57.918Z | Compiling clap_builder v4.5.60 |
| 537 | 2026-03-27T19:23:58.020Z | Compiling memmap v0.7.0 |
| 538 | 2026-03-27T19:23:58.039Z | Compiling serde_derive v1.0.228 |
| 539 | 2026-03-27T19:23:58.089Z | Compiling zerofrom-derive v0.1.6 |
| 540 | 2026-03-27T19:23:58.108Z | Compiling yoke-derive v0.8.1 |
| 541 | 2026-03-27T19:23:58.198Z | Compiling zerovec-derive v0.11.2 |
| 542 | 2026-03-27T19:23:58.385Z | Compiling displaydoc v0.2.5 |
| 543 | 2026-03-27T19:23:59.116Z | Compiling thiserror-impl v1.0.69 |
| 544 | 2026-03-27T19:23:59.185Z | Compiling zerocopy-derive v0.7.35 |
| 545 | 2026-03-27T19:23:59.256Z | Compiling pest_derive v2.8.6 |
| 546 | 2026-03-27T19:23:59.303Z | Compiling scroll_derive v0.12.1 |
| 547 | 2026-03-27T19:23:59.470Z | Compiling zerofrom v0.1.6 |
| 548 | 2026-03-27T19:23:59.608Z | Compiling yoke v0.8.1 |
| 549 | 2026-03-27T19:23:59.672Z | Compiling thiserror-impl v2.0.18 |
| 550 | 2026-03-27T19:23:59.798Z | Compiling zerovec v0.11.5 |
| 551 | 2026-03-27T19:23:59.965Z | Compiling zerotrie v0.2.3 |
| 552 | 2026-03-27T19:24:00.040Z | Compiling zerocopy v0.7.35 |
| 553 | 2026-03-27T19:24:00.263Z | Compiling tinystr v0.8.2 |
| 554 | 2026-03-27T19:24:00.305Z | Compiling potential_utf v0.1.4 |
| 555 | 2026-03-27T19:24:00.466Z | Compiling icu_locale_core v2.1.1 |
| 556 | 2026-03-27T19:24:00.488Z | Compiling icu_collections v2.1.1 |
| 557 | 2026-03-27T19:24:00.491Z | Compiling dtrace-parser v0.2.0 |
| 558 | 2026-03-27T19:24:00.585Z | Compiling scroll v0.12.0 |
| 559 | 2026-03-27T19:24:00.856Z | Compiling goblin v0.8.2 |
| 560 | 2026-03-27T19:24:00.950Z | Compiling tabled_derive v0.7.0 |
| 561 | 2026-03-27T19:24:00.967Z | Compiling clap_derive v4.5.55 |
| 562 | 2026-03-27T19:24:00.984Z | Compiling unicode-width v0.2.0 |
| 563 | 2026-03-27T19:24:01.232Z | Compiling icu_provider v2.1.1 |
| 564 | 2026-03-27T19:24:01.353Z | Compiling unicode-linebreak v0.1.5 |
| 565 | 2026-03-27T19:24:01.371Z | Compiling smawk v0.3.2 |
| 566 | 2026-03-27T19:24:01.512Z | Compiling icu_normalizer v2.1.1 |
| 567 | 2026-03-27T19:24:01.533Z | Compiling icu_properties v2.1.2 |
| 568 | 2026-03-27T19:24:01.549Z | Compiling toml_datetime v0.6.11 |
| 569 | 2026-03-27T19:24:01.553Z | Compiling serde_spanned v0.6.9 |
| 570 | 2026-03-27T19:24:01.592Z | Compiling dof v0.3.0 |
| 571 | 2026-03-27T19:24:01.709Z | Compiling serde_tokenstream v0.2.3 |
| 572 | 2026-03-27T19:24:01.809Z | Compiling toml_edit v0.22.27 |
| 573 | 2026-03-27T19:24:02.048Z | Compiling serde-value v0.7.0 |
| 574 | 2026-03-27T19:24:02.087Z | Compiling cargo-platform v0.2.0 |
| 575 | 2026-03-27T19:24:02.123Z | Compiling tabled v0.15.0 |
| 576 | 2026-03-27T19:24:02.359Z | Compiling textwrap v0.16.2 |
| 577 | 2026-03-27T19:24:02.417Z | Compiling idna_adapter v1.2.1 |
| 578 | 2026-03-27T19:24:02.519Z | Compiling usdt-attr-macro v0.5.0 |
| 579 | 2026-03-27T19:24:02.561Z | Compiling idna v1.1.0 |
| 580 | 2026-03-27T19:24:02.670Z | Compiling usdt-macro v0.5.0 |
| 581 | 2026-03-27T19:24:02.803Z | Compiling clap v4.5.60 |
| 582 | 2026-03-27T19:24:02.842Z | Compiling macaddr v1.0.1 |
| 583 | 2026-03-27T19:24:02.889Z | Compiling url v2.5.8 |
| 584 | 2026-03-27T19:24:03.307Z | Compiling toml v0.8.23 |
| 585 | 2026-03-27T19:24:03.354Z | Compiling camino-tempfile v1.4.1 |
| 586 | 2026-03-27T19:24:03.609Z | Compiling swrite v0.1.0 |
| 587 | 2026-03-27T19:24:03.640Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 588 | 2026-03-27T19:24:03.705Z | Compiling cargo-util-schemas v0.8.2 |
| 589 | 2026-03-27T19:24:03.895Z | Compiling cargo_toml v0.21.0 |
| 590 | 2026-03-27T19:24:03.913Z | Compiling usdt v0.5.0 |
| 591 | 2026-03-27T19:24:04.608Z | Compiling cargo_metadata v0.21.0 |
| 592 | 2026-03-27T19:24:05.532Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 593 | 2026-03-27T19:24:07.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.85s |
| 594 | 2026-03-27T19:24:07.856Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 595 | 2026-03-27T19:24:08.418Z | Downloading crates ... |
| 596 | 2026-03-27T19:24:08.506Z | Downloaded arrayref v0.3.9 |
| 597 | 2026-03-27T19:24:08.510Z | Downloaded adler2 v2.0.1 |
| 598 | 2026-03-27T19:24:08.513Z | Downloaded console v0.15.11 |
| 599 | 2026-03-27T19:24:08.516Z | Downloaded atomicwrites v0.4.4 |
| 600 | 2026-03-27T19:24:08.520Z | Downloaded chacha20 v0.9.1 |
| 601 | 2026-03-27T19:24:08.532Z | Downloaded defmt v0.3.100 |
| 602 | 2026-03-27T19:24:08.535Z | Downloaded blake2 v0.10.6 |
| 603 | 2026-03-27T19:24:08.577Z | Downloaded bitfield-macros v0.19.4 |
| 604 | 2026-03-27T19:24:08.577Z | Downloaded darling v0.21.3 |
| 605 | 2026-03-27T19:24:08.577Z | Downloaded embedded-io v0.6.1 |
| 606 | 2026-03-27T19:24:08.577Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 607 | 2026-03-27T19:24:08.577Z | Downloaded crossbeam-utils v0.8.21 |
| 608 | 2026-03-27T19:24:08.577Z | Downloaded blowfish v0.9.1 |
| 609 | 2026-03-27T19:24:08.577Z | Downloaded castaway v0.2.4 |
| 610 | 2026-03-27T19:24:08.577Z | Downloaded foldhash v0.2.0 |
| 611 | 2026-03-27T19:24:08.577Z | Downloaded cancel-safe-futures v0.1.5 |
| 612 | 2026-03-27T19:24:08.577Z | Downloaded defmt-parser v1.0.0 |
| 613 | 2026-03-27T19:24:08.577Z | Downloaded ahash v0.8.12 |
| 614 | 2026-03-27T19:24:08.578Z | Downloaded find-msvc-tools v0.1.9 |
| 615 | 2026-03-27T19:24:08.578Z | Downloaded der_derive v0.7.3 |
| 616 | 2026-03-27T19:24:08.578Z | Downloaded ctr v0.9.2 |
| 617 | 2026-03-27T19:24:08.578Z | Downloaded debug-ignore v1.0.5 |
| 618 | 2026-03-27T19:24:08.578Z | Downloaded ciborium-io v0.2.2 |
| 619 | 2026-03-27T19:24:08.578Z | Downloaded cfg_aliases v0.2.1 |
| 620 | 2026-03-27T19:24:08.583Z | Downloaded defmt-macros v1.0.1 |
| 621 | 2026-03-27T19:24:08.583Z | Downloaded crossbeam-deque v0.8.6 |
| 622 | 2026-03-27T19:24:08.583Z | Downloaded array-init v0.0.4 |
| 623 | 2026-03-27T19:24:08.583Z | Downloaded bitfield-struct v0.6.2 |
| 624 | 2026-03-27T19:24:08.583Z | Downloaded atomic-waker v1.1.2 |
| 625 | 2026-03-27T19:24:08.583Z | Downloaded dof v0.4.0 |
| 626 | 2026-03-27T19:24:08.586Z | Downloaded crypto-bigint v0.5.5 |
| 627 | 2026-03-27T19:24:08.586Z | Downloaded cpufeatures v0.3.0 |
| 628 | 2026-03-27T19:24:08.590Z | Downloaded bit-set v0.8.0 |
| 629 | 2026-03-27T19:24:08.590Z | Downloaded defmt v1.0.1 |
| 630 | 2026-03-27T19:24:08.593Z | Downloaded daft-derive v0.1.5 |
| 631 | 2026-03-27T19:24:08.597Z | Downloaded enum-as-inner v0.6.1 |
| 632 | 2026-03-27T19:24:08.597Z | Downloaded crc8 v0.1.1 |
| 633 | 2026-03-27T19:24:08.597Z | Downloaded arc-swap v1.8.2 |
| 634 | 2026-03-27T19:24:08.600Z | Downloaded crossbeam-epoch v0.9.18 |
| 635 | 2026-03-27T19:24:08.604Z | Downloaded async-stream v0.3.6 |
| 636 | 2026-03-27T19:24:08.604Z | Downloaded darling_macro v0.23.0 |
| 637 | 2026-03-27T19:24:08.604Z | Downloaded convert_case v0.4.0 |
| 638 | 2026-03-27T19:24:08.607Z | Downloaded ciborium-ll v0.2.2 |
| 639 | 2026-03-27T19:24:08.607Z | Downloaded crunchy v0.2.4 |
| 640 | 2026-03-27T19:24:08.607Z | Downloaded crc-catalog v2.4.0 |
| 641 | 2026-03-27T19:24:08.607Z | Downloaded bb8 v0.8.6 |
| 642 | 2026-03-27T19:24:08.612Z | Downloaded daft v0.1.5 |
| 643 | 2026-03-27T19:24:08.612Z | Downloaded futures-sink v0.3.32 |
| 644 | 2026-03-27T19:24:08.612Z | Downloaded cstr-argument v0.1.2 |
| 645 | 2026-03-27T19:24:08.615Z | Downloaded cobs v0.3.0 |
| 646 | 2026-03-27T19:24:08.615Z | Downloaded dirs-next v2.0.0 |
| 647 | 2026-03-27T19:24:08.615Z | Downloaded atty v0.2.14 |
| 648 | 2026-03-27T19:24:08.618Z | Downloaded async-stream-impl v0.3.6 |
| 649 | 2026-03-27T19:24:08.618Z | Downloaded float-cmp v0.10.0 |
| 650 | 2026-03-27T19:24:08.618Z | Downloaded embedded-io v0.4.0 |
| 651 | 2026-03-27T19:24:08.622Z | Downloaded float-ord v0.3.2 |
| 652 | 2026-03-27T19:24:08.622Z | Downloaded flate2 v1.1.9 |
| 653 | 2026-03-27T19:24:08.625Z | Downloaded futures-core v0.3.32 |
| 654 | 2026-03-27T19:24:08.625Z | Downloaded deranged v0.5.8 |
| 655 | 2026-03-27T19:24:08.628Z | Downloaded data-encoding v2.10.0 |
| 656 | 2026-03-27T19:24:08.628Z | Downloaded funty v2.0.0 |
| 657 | 2026-03-27T19:24:08.628Z | Downloaded cipher v0.4.4 |
| 658 | 2026-03-27T19:24:08.631Z | Downloaded cexpr v0.6.0 |
| 659 | 2026-03-27T19:24:08.631Z | Downloaded dirs-sys-next v0.1.2 |
| 660 | 2026-03-27T19:24:08.631Z | Downloaded bit-set v0.5.3 |
| 661 | 2026-03-27T19:24:08.635Z | Downloaded dtrace-parser v0.3.0 |
| 662 | 2026-03-27T19:24:08.635Z | Downloaded dyn-clone v1.0.20 |
| 663 | 2026-03-27T19:24:08.638Z | Downloaded buf-list v1.1.2 |
| 664 | 2026-03-27T19:24:08.638Z | Downloaded darling_macro v0.20.11 |
| 665 | 2026-03-27T19:24:08.641Z | Downloaded env_filter v1.0.0 |
| 666 | 2026-03-27T19:24:08.641Z | Downloaded foreign-types-shared v0.3.1 |
| 667 | 2026-03-27T19:24:08.641Z | Downloaded block-padding v0.3.3 |
| 668 | 2026-03-27T19:24:08.641Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 669 | 2026-03-27T19:24:08.645Z | Downloaded endian-type v0.1.2 |
| 670 | 2026-03-27T19:24:08.645Z | Downloaded dsl_auto_type v0.2.0 |
| 671 | 2026-03-27T19:24:08.645Z | Downloaded aead v0.5.2 |
| 672 | 2026-03-27T19:24:08.645Z | Downloaded document-features v0.2.12 |
| 673 | 2026-03-27T19:24:08.648Z | Downloaded darling_macro v0.21.3 |
| 674 | 2026-03-27T19:24:08.648Z | Downloaded foreign-types-shared v0.1.1 |
| 675 | 2026-03-27T19:24:08.652Z | Downloaded foldhash v0.1.5 |
| 676 | 2026-03-27T19:24:08.655Z | Downloaded derive_builder_core v0.20.2 |
| 677 | 2026-03-27T19:24:08.655Z | Downloaded der v0.7.10 |
| 678 | 2026-03-27T19:24:08.659Z | Downloaded crossbeam-channel v0.5.15 |
| 679 | 2026-03-27T19:24:08.662Z | Downloaded crc v3.4.0 |
| 680 | 2026-03-27T19:24:08.665Z | Downloaded cargo-platform v0.1.9 |
| 681 | 2026-03-27T19:24:08.669Z | Downloaded gethostname v0.5.0 |
| 682 | 2026-03-27T19:24:08.672Z | Downloaded ghash v0.5.1 |
| 683 | 2026-03-27T19:24:08.672Z | Downloaded futures-io v0.3.32 |
| 684 | 2026-03-27T19:24:08.672Z | Downloaded foreign-types v0.5.0 |
| 685 | 2026-03-27T19:24:08.672Z | Downloaded cfg_aliases v0.1.1 |
| 686 | 2026-03-27T19:24:08.675Z | Downloaded base16ct v1.0.0 |
| 687 | 2026-03-27T19:24:08.675Z | Downloaded fixedbitset v0.4.2 |
| 688 | 2026-03-27T19:24:08.675Z | Downloaded difflib v0.4.0 |
| 689 | 2026-03-27T19:24:08.675Z | Downloaded const_format_proc_macros v0.2.34 |
| 690 | 2026-03-27T19:24:08.678Z | Downloaded async-recursion v1.1.1 |
| 691 | 2026-03-27T19:24:08.682Z | Downloaded byte-wrapper v0.1.0 |
| 692 | 2026-03-27T19:24:08.682Z | Downloaded fd-lock v4.0.4 |
| 693 | 2026-03-27T19:24:08.685Z | Downloaded bcs v0.1.6 |
| 694 | 2026-03-27T19:24:08.685Z | Downloaded futures-macro v0.3.32 |
| 695 | 2026-03-27T19:24:08.685Z | Downloaded assert_matches v1.5.0 |
| 696 | 2026-03-27T19:24:08.688Z | Downloaded foreign-types-macros v0.2.3 |
| 697 | 2026-03-27T19:24:08.688Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 698 | 2026-03-27T19:24:08.688Z | Downloaded bit-vec v0.6.3 |
| 699 | 2026-03-27T19:24:08.688Z | Downloaded dunce v1.0.5 |
| 700 | 2026-03-27T19:24:08.692Z | Downloaded globwalk v0.9.1 |
| 701 | 2026-03-27T19:24:08.692Z | Downloaded foreign-types v0.3.2 |
| 702 | 2026-03-27T19:24:08.692Z | Downloaded flagset v0.4.7 |
| 703 | 2026-03-27T19:24:08.695Z | Downloaded derive_builder_macro v0.20.2 |
| 704 | 2026-03-27T19:24:08.695Z | Downloaded crucible-workspace-hack v0.1.0 |
| 705 | 2026-03-27T19:24:08.695Z | Downloaded git-stub v1.0.0 |
| 706 | 2026-03-27T19:24:08.695Z | Downloaded corncobs v0.1.4 |
| 707 | 2026-03-27T19:24:08.698Z | Downloaded fs-err v2.11.0 |
| 708 | 2026-03-27T19:24:08.698Z | Downloaded fxhash v0.2.1 |
| 709 | 2026-03-27T19:24:08.698Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 710 | 2026-03-27T19:24:08.702Z | Downloaded const-oid v0.9.6 |
| 711 | 2026-03-27T19:24:08.702Z | Downloaded argon2 v0.5.3 |
| 712 | 2026-03-27T19:24:08.705Z | Downloaded cookie v0.18.1 |
| 713 | 2026-03-27T19:24:08.705Z | Downloaded bumpalo v3.20.2 |
| 714 | 2026-03-27T19:24:08.708Z | Downloaded async-bb8-diesel v0.2.1 |
| 715 | 2026-03-27T19:24:08.708Z | Downloaded hash32 v0.2.1 |
| 716 | 2026-03-27T19:24:08.708Z | Downloaded hash32 v0.3.1 |
| 717 | 2026-03-27T19:24:08.712Z | Downloaded hostname v0.3.1 |
| 718 | 2026-03-27T19:24:08.712Z | Downloaded const_format v0.2.35 |
| 719 | 2026-03-27T19:24:08.715Z | Downloaded bitfield v0.19.4 |
| 720 | 2026-03-27T19:24:08.715Z | Downloaded env_logger v0.11.9 |
| 721 | 2026-03-27T19:24:08.718Z | Downloaded cbc v0.1.2 |
| 722 | 2026-03-27T19:24:08.721Z | Downloaded erased-serde v0.3.31 |
| 723 | 2026-03-27T19:24:08.721Z | Downloaded constant_time_eq v0.4.2 |
| 724 | 2026-03-27T19:24:08.721Z | Downloaded cmake v0.1.57 |
| 725 | 2026-03-27T19:24:08.724Z | Downloaded cargo_metadata v0.19.2 |
| 726 | 2026-03-27T19:24:08.724Z | Downloaded headers-core v0.3.0 |
| 727 | 2026-03-27T19:24:08.724Z | Downloaded async-trait v0.1.89 |
| 728 | 2026-03-27T19:24:08.728Z | Downloaded hex v0.4.3 |
| 729 | 2026-03-27T19:24:08.728Z | Downloaded ena v0.14.4 |
| 730 | 2026-03-27T19:24:08.731Z | Downloaded diesel_derives v2.3.7 |
| 731 | 2026-03-27T19:24:08.734Z | Downloaded home v0.5.12 |
| 732 | 2026-03-27T19:24:08.735Z | Downloaded hubpack v0.1.2 |
| 733 | 2026-03-27T19:24:08.738Z | Downloaded http-body v1.0.1 |
| 734 | 2026-03-27T19:24:08.738Z | Downloaded hostname v0.4.2 |
| 735 | 2026-03-27T19:24:08.738Z | Downloaded httpdate v1.0.3 |
| 736 | 2026-03-27T19:24:08.738Z | Downloaded http-range v0.1.5 |
| 737 | 2026-03-27T19:24:08.741Z | Downloaded hex-literal v0.4.1 |
| 738 | 2026-03-27T19:24:08.741Z | Downloaded diesel-dtrace v0.5.0 |
| 739 | 2026-03-27T19:24:08.741Z | Downloaded bitflags v1.3.2 |
| 740 | 2026-03-27T19:24:08.744Z | Downloaded hyper-tls v0.6.0 |
| 741 | 2026-03-27T19:24:08.745Z | Downloaded clang-sys v1.8.1 |
| 742 | 2026-03-27T19:24:08.748Z | Downloaded drift v0.1.3 |
| 743 | 2026-03-27T19:24:08.751Z | Downloaded csv-core v0.1.13 |
| 744 | 2026-03-27T19:24:08.751Z | Downloaded colored v3.1.1 |
| 745 | 2026-03-27T19:24:08.754Z | Downloaded fixedbitset v0.5.7 |
| 746 | 2026-03-27T19:24:08.754Z | Downloaded cookie_store v0.22.1 |
| 747 | 2026-03-27T19:24:08.757Z | Downloaded ciborium v0.2.2 |
| 748 | 2026-03-27T19:24:08.757Z | Downloaded chacha20 v0.10.0 |
| 749 | 2026-03-27T19:24:08.761Z | Downloaded cargo_toml v0.22.3 |
| 750 | 2026-03-27T19:24:08.761Z | Downloaded derive_builder v0.20.2 |
| 751 | 2026-03-27T19:24:08.764Z | Downloaded group v0.13.0 |
| 752 | 2026-03-27T19:24:08.767Z | Downloaded indoc v1.0.9 |
| 753 | 2026-03-27T19:24:08.767Z | Downloaded hubpack_derive v0.1.1 |
| 754 | 2026-03-27T19:24:08.767Z | Downloaded bstr v1.12.1 |
| 755 | 2026-03-27T19:24:08.772Z | Downloaded keccak v0.1.6 |
| 756 | 2026-03-27T19:24:08.775Z | Downloaded inout v0.1.4 |
| 757 | 2026-03-27T19:24:08.775Z | Downloaded is_ci v1.2.0 |
| 758 | 2026-03-27T19:24:08.775Z | Downloaded is-terminal v0.4.17 |
| 759 | 2026-03-27T19:24:08.778Z | Downloaded internet-checksum v0.2.1 |
| 760 | 2026-03-27T19:24:08.778Z | Downloaded lazy_static v1.5.0 |
| 761 | 2026-03-27T19:24:08.778Z | Downloaded kstat-rs v0.2.4 |
| 762 | 2026-03-27T19:24:08.782Z | Downloaded glob v0.3.3 |
| 763 | 2026-03-27T19:24:08.782Z | Downloaded futures-executor v0.3.32 |
| 764 | 2026-03-27T19:24:08.782Z | Downloaded diff v0.1.13 |
| 765 | 2026-03-27T19:24:08.785Z | Downloaded critical-section v1.2.0 |
| 766 | 2026-03-27T19:24:08.785Z | Downloaded colored v2.2.0 |
| 767 | 2026-03-27T19:24:08.790Z | Downloaded arrayvec v0.7.6 |
| 768 | 2026-03-27T19:24:08.790Z | Downloaded ident_case v1.0.1 |
| 769 | 2026-03-27T19:24:08.790Z | Downloaded getrandom v0.2.17 |
| 770 | 2026-03-27T19:24:08.793Z | Downloaded instant v0.1.13 |
| 771 | 2026-03-27T19:24:08.793Z | Downloaded instability v0.3.11 |
| 772 | 2026-03-27T19:24:08.793Z | Downloaded git-stub-vcs v0.1.0 |
| 773 | 2026-03-27T19:24:08.797Z | Downloaded libscf-sys v1.1.0 |
| 774 | 2026-03-27T19:24:08.797Z | Downloaded filetime v0.2.27 |
| 775 | 2026-03-27T19:24:08.797Z | Downloaded futures-task v0.3.32 |
| 776 | 2026-03-27T19:24:08.800Z | Downloaded lru v0.12.5 |
| 777 | 2026-03-27T19:24:08.800Z | Downloaded globset v0.4.18 |
| 778 | 2026-03-27T19:24:08.800Z | Downloaded derive-ex v0.1.8 |
| 779 | 2026-03-27T19:24:08.803Z | Downloaded crc32fast v1.5.0 |
| 780 | 2026-03-27T19:24:08.803Z | Downloaded maybe-uninit v2.0.0 |
| 781 | 2026-03-27T19:24:08.803Z | Downloaded match_cfg v0.1.0 |
| 782 | 2026-03-27T19:24:08.806Z | Downloaded highway v1.3.0 |
| 783 | 2026-03-27T19:24:08.806Z | Downloaded managed v0.8.0 |
| 784 | 2026-03-27T19:24:08.806Z | Downloaded console v0.16.2 |
| 785 | 2026-03-27T19:24:08.810Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 786 | 2026-03-27T19:24:08.810Z | Downloaded allocator-api2 v0.2.21 |
| 787 | 2026-03-27T19:24:08.813Z | Downloaded lalrpop-util v0.19.12 |
| 788 | 2026-03-27T19:24:08.813Z | Downloaded backon v1.6.0 |
| 789 | 2026-03-27T19:24:08.816Z | Downloaded cassowary v0.3.0 |
| 790 | 2026-03-27T19:24:08.817Z | Downloaded futures-channel v0.3.32 |
| 791 | 2026-03-27T19:24:08.817Z | Downloaded bzip2 v0.6.1 |
| 792 | 2026-03-27T19:24:08.820Z | Downloaded indent_write v2.2.0 |
| 793 | 2026-03-27T19:24:08.820Z | Downloaded darling v0.23.0 |
| 794 | 2026-03-27T19:24:08.823Z | Downloaded md-5 v0.10.6 |
| 795 | 2026-03-27T19:24:08.823Z | Downloaded lru-cache v0.1.2 |
| 796 | 2026-03-27T19:24:08.826Z | Downloaded memoffset v0.9.1 |
| 797 | 2026-03-27T19:24:08.826Z | Downloaded md5 v0.7.0 |
| 798 | 2026-03-27T19:24:08.826Z | Downloaded lzss v0.8.2 |
| 799 | 2026-03-27T19:24:08.830Z | Downloaded linked-hash-map v0.5.6 |
| 800 | 2026-03-27T19:24:08.830Z | Downloaded compact_str v0.8.1 |
| 801 | 2026-03-27T19:24:08.833Z | Downloaded newtype_derive v0.1.6 |
| 802 | 2026-03-27T19:24:08.833Z | Downloaded new_debug_unreachable v1.0.6 |
| 803 | 2026-03-27T19:24:08.833Z | Downloaded bit-vec v0.8.0 |
| 804 | 2026-03-27T19:24:08.833Z | Downloaded base16ct v0.2.0 |
| 805 | 2026-03-27T19:24:08.837Z | Downloaded fs_extra v1.3.0 |
| 806 | 2026-03-27T19:24:08.837Z | Downloaded ff v0.13.1 |
| 807 | 2026-03-27T19:24:08.837Z | Downloaded num v0.4.3 |
| 808 | 2026-03-27T19:24:08.840Z | Downloaded num-iter v0.1.45 |
| 809 | 2026-03-27T19:24:08.841Z | Downloaded darling v0.20.11 |
| 810 | 2026-03-27T19:24:08.844Z | Downloaded num_enum_derive v0.5.11 |
| 811 | 2026-03-27T19:24:08.844Z | Downloaded des v0.8.1 |
| 812 | 2026-03-27T19:24:08.844Z | Downloaded num-derive v0.4.2 |
| 813 | 2026-03-27T19:24:08.847Z | Downloaded jobserver v0.1.34 |
| 814 | 2026-03-27T19:24:08.847Z | Downloaded ipnetwork v0.21.1 |
| 815 | 2026-03-27T19:24:08.850Z | Downloaded nibble_vec v0.1.0 |
| 816 | 2026-03-27T19:24:08.850Z | Downloaded bzip2 v0.4.4 |
| 817 | 2026-03-27T19:24:08.850Z | Downloaded fallible-iterator v0.2.0 |
| 818 | 2026-03-27T19:24:08.854Z | Downloaded either v1.15.0 |
| 819 | 2026-03-27T19:24:08.854Z | Downloaded ecdsa v0.16.9 |
| 820 | 2026-03-27T19:24:08.857Z | Downloaded display-error-chain v0.2.2 |
| 821 | 2026-03-27T19:24:08.857Z | Downloaded indoc v2.0.7 |
| 822 | 2026-03-27T19:24:08.857Z | Downloaded hmac v0.12.1 |
| 823 | 2026-03-27T19:24:08.860Z | Downloaded ingot v0.1.1 |
| 824 | 2026-03-27T19:24:08.860Z | Downloaded hyper-rustls v0.27.7 |
| 825 | 2026-03-27T19:24:08.863Z | Downloaded newline-converter v0.3.0 |
| 826 | 2026-03-27T19:24:08.863Z | Downloaded newtype-uuid-macros v0.1.0 |
| 827 | 2026-03-27T19:24:08.864Z | Downloaded normalize-line-endings v0.3.0 |
| 828 | 2026-03-27T19:24:08.867Z | Downloaded mime v0.3.17 |
| 829 | 2026-03-27T19:24:08.867Z | Downloaded multimap v0.10.1 |
| 830 | 2026-03-27T19:24:08.867Z | Downloaded maplit v1.0.2 |
| 831 | 2026-03-27T19:24:08.867Z | Downloaded lock_api v0.4.14 |
| 832 | 2026-03-27T19:24:08.870Z | Downloaded libefi-sys v0.1.0 |
| 833 | 2026-03-27T19:24:08.871Z | Downloaded openssl-probe v0.1.6 |
| 834 | 2026-03-27T19:24:08.871Z | Downloaded olpc-cjson v0.1.4 |
| 835 | 2026-03-27T19:24:08.874Z | Downloaded opaque-debug v0.3.1 |
| 836 | 2026-03-27T19:24:08.874Z | Downloaded crc-any v2.5.0 |
| 837 | 2026-03-27T19:24:08.874Z | Downloaded chacha20poly1305 v0.10.1 |
| 838 | 2026-03-27T19:24:08.877Z | Downloaded num-conv v0.2.0 |
| 839 | 2026-03-27T19:24:08.877Z | Downloaded nodrop v0.1.14 |
| 840 | 2026-03-27T19:24:08.877Z | Downloaded ingot-types v0.1.2 |
| 841 | 2026-03-27T19:24:08.881Z | Downloaded http-body-util v0.1.3 |
| 842 | 2026-03-27T19:24:08.881Z | Downloaded bitvec v1.0.1 |
| 843 | 2026-03-27T19:24:08.888Z | Downloaded num_threads v0.1.7 |
| 844 | 2026-03-27T19:24:08.891Z | Downloaded num-derive v0.3.3 |
| 845 | 2026-03-27T19:24:08.891Z | Downloaded packed_struct_codegen v0.10.1 |
| 846 | 2026-03-27T19:24:08.891Z | Downloaded hyper-staticfile v0.10.1 |
| 847 | 2026-03-27T19:24:08.894Z | Downloaded hickory-client v0.25.2 |
| 848 | 2026-03-27T19:24:08.894Z | Downloaded oso-derive v0.27.3 |
| 849 | 2026-03-27T19:24:08.897Z | Downloaded elliptic-curve v0.13.8 |
| 850 | 2026-03-27T19:24:08.901Z | Downloaded parse-display v0.10.0 |
| 851 | 2026-03-27T19:24:08.901Z | Downloaded lru-slab v0.1.2 |
| 852 | 2026-03-27T19:24:08.901Z | Downloaded humantime v2.3.0 |
| 853 | 2026-03-27T19:24:08.901Z | Downloaded httparse v1.10.1 |
| 854 | 2026-03-27T19:24:08.904Z | Downloaded downcast-rs v2.0.2 |
| 855 | 2026-03-27T19:24:08.904Z | Downloaded nanorand v0.7.0 |
| 856 | 2026-03-27T19:24:08.907Z | Downloaded nu-ansi-term v0.50.3 |
| 857 | 2026-03-27T19:24:08.907Z | Downloaded openssl-macros v0.1.1 |
| 858 | 2026-03-27T19:24:08.910Z | Downloaded num-complex v0.4.6 |
| 859 | 2026-03-27T19:24:08.910Z | Downloaded libsw-core v0.3.2 |
| 860 | 2026-03-27T19:24:08.910Z | Downloaded path-slash v0.1.5 |
| 861 | 2026-03-27T19:24:08.914Z | Downloaded libsw v3.5.0 |
| 862 | 2026-03-27T19:24:08.914Z | Downloaded peg-runtime v0.8.5 |
| 863 | 2026-03-27T19:24:08.914Z | Downloaded pbkdf2 v0.12.2 |
| 864 | 2026-03-27T19:24:08.917Z | Downloaded pbkdf2 v0.11.0 |
| 865 | 2026-03-27T19:24:08.932Z | Downloaded num_enum_derive v0.7.5 |
| 866 | 2026-03-27T19:24:08.935Z | Downloaded num-rational v0.4.2 |
| 867 | 2026-03-27T19:24:08.935Z | Downloaded linear-map v1.2.0 |
| 868 | 2026-03-27T19:24:08.935Z | Downloaded iana-time-zone v0.1.65 |
| 869 | 2026-03-27T19:24:08.938Z | Downloaded half v2.7.1 |
| 870 | 2026-03-27T19:24:08.938Z | Downloaded futures v0.3.32 |
| 871 | 2026-03-27T19:24:08.942Z | Downloaded phf_shared v0.12.1 |
| 872 | 2026-03-27T19:24:08.946Z | Downloaded parse-size v1.1.0 |
| 873 | 2026-03-27T19:24:08.946Z | Downloaded openssl-probe v0.2.1 |
| 874 | 2026-03-27T19:24:08.946Z | Downloaded getrandom v0.3.4 |
| 875 | 2026-03-27T19:24:08.949Z | Downloaded darling_core v0.20.11 |
| 876 | 2026-03-27T19:24:08.952Z | Downloaded nonempty v0.12.0 |
| 877 | 2026-03-27T19:24:08.952Z | Downloaded mime_guess v2.0.5 |
| 878 | 2026-03-27T19:24:08.956Z | Downloaded phf_shared v0.11.3 |
| 879 | 2026-03-27T19:24:08.956Z | Downloaded half v1.8.3 |
| 880 | 2026-03-27T19:24:08.956Z | Downloaded pin-utils v0.1.0 |
| 881 | 2026-03-27T19:24:08.959Z | Downloaded phf_shared v0.13.1 |
| 882 | 2026-03-27T19:24:08.959Z | Downloaded owo-colors v4.3.0 |
| 883 | 2026-03-27T19:24:08.959Z | Downloaded ingot-macros v0.1.1 |
| 884 | 2026-03-27T19:24:08.962Z | Downloaded ignore v0.4.25 |
| 885 | 2026-03-27T19:24:08.962Z | Downloaded packed_struct v0.10.1 |
| 886 | 2026-03-27T19:24:08.965Z | Downloaded oxnet v0.1.4 |
| 887 | 2026-03-27T19:24:08.965Z | Downloaded oxide-tokio-rt v0.1.3 |
| 888 | 2026-03-27T19:24:08.966Z | Downloaded base64 v0.22.1 |
| 889 | 2026-03-27T19:24:08.969Z | Downloaded base64 v0.21.7 |
| 890 | 2026-03-27T19:24:08.972Z | Downloaded memmap2 v0.9.10 |
| 891 | 2026-03-27T19:24:08.972Z | Downloaded base64ct v1.8.3 |
| 892 | 2026-03-27T19:24:08.975Z | Downloaded fatfs v0.3.6 |
| 893 | 2026-03-27T19:24:08.978Z | Downloaded num_enum v0.7.5 |
| 894 | 2026-03-27T19:24:08.981Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 895 | 2026-03-27T19:24:08.981Z | Downloaded proc-macro-crate v1.3.1 |
| 896 | 2026-03-27T19:24:08.981Z | Downloaded predicates-tree v1.0.13 |
| 897 | 2026-03-27T19:24:08.981Z | Downloaded predicates-core v1.0.10 |
| 898 | 2026-03-27T19:24:08.985Z | Downloaded precomputed-hash v0.1.1 |
| 899 | 2026-03-27T19:24:08.985Z | Downloaded peg v0.8.5 |
| 900 | 2026-03-27T19:24:08.988Z | Downloaded pem-rfc7468 v0.7.0 |
| 901 | 2026-03-27T19:24:08.988Z | Downloaded pem v3.0.6 |
| 902 | 2026-03-27T19:24:08.988Z | Downloaded paste v1.0.15 |
| 903 | 2026-03-27T19:24:08.991Z | Downloaded num_enum v0.5.11 |
| 904 | 2026-03-27T19:24:08.995Z | Downloaded flume v0.11.1 |
| 905 | 2026-03-27T19:24:08.998Z | Downloaded parse-display-derive v0.10.0 |
| 906 | 2026-03-27T19:24:08.998Z | Downloaded parking_lot_core v0.8.6 |
| 907 | 2026-03-27T19:24:09.001Z | Downloaded expectorate v1.2.0 |
| 908 | 2026-03-27T19:24:09.001Z | Downloaded omicron-zone-package v0.12.2 |
| 909 | 2026-03-27T19:24:09.005Z | Downloaded ed25519 v2.2.3 |
| 910 | 2026-03-27T19:24:09.005Z | Downloaded dropshot_endpoint v0.16.7 |
| 911 | 2026-03-27T19:24:09.008Z | Downloaded progenitor-client v0.11.2 |
| 912 | 2026-03-27T19:24:09.008Z | Downloaded heapless v0.7.17 |
| 913 | 2026-03-27T19:24:09.011Z | Downloaded derive_more v0.99.20 |
| 914 | 2026-03-27T19:24:09.014Z | Downloaded proc-macro-crate v3.4.0 |
| 915 | 2026-03-27T19:24:09.014Z | Downloaded progenitor-macro v0.13.0 |
| 916 | 2026-03-27T19:24:09.018Z | Downloaded password-hash v0.5.0 |
| 917 | 2026-03-27T19:24:09.018Z | Downloaded derive-where v1.6.0 |
| 918 | 2026-03-27T19:24:09.022Z | Downloaded quick-error v1.2.3 |
| 919 | 2026-03-27T19:24:09.022Z | Downloaded darling_core v0.23.0 |
| 920 | 2026-03-27T19:24:09.025Z | Downloaded pin-project-lite v0.2.17 |
| 921 | 2026-03-27T19:24:09.028Z | Downloaded peg-macros v0.8.5 |
| 922 | 2026-03-27T19:24:09.028Z | Downloaded ar_archive_writer v0.5.1 |
| 923 | 2026-03-27T19:24:09.031Z | Downloaded progenitor-macro v0.11.2 |
| 924 | 2026-03-27T19:24:09.031Z | Downloaded psl-types v2.0.11 |
| 925 | 2026-03-27T19:24:09.034Z | Downloaded progenitor-macro v0.10.0 |
| 926 | 2026-03-27T19:24:09.035Z | Downloaded pkg-config v0.3.32 |
| 927 | 2026-03-27T19:24:09.035Z | Downloaded pkcs8 v0.10.2 |
| 928 | 2026-03-27T19:24:09.038Z | Downloaded radium v0.7.0 |
| 929 | 2026-03-27T19:24:09.038Z | Downloaded newtype-uuid v1.3.2 |
| 930 | 2026-03-27T19:24:09.038Z | Downloaded bytes v1.11.1 |
| 931 | 2026-03-27T19:24:09.044Z | Downloaded poly1305 v0.8.0 |
| 932 | 2026-03-27T19:24:09.047Z | Downloaded postgres-protocol v0.6.10 |
| 933 | 2026-03-27T19:24:09.047Z | Downloaded parking_lot_core v0.9.12 |
| 934 | 2026-03-27T19:24:09.047Z | Downloaded phf v0.13.1 |
| 935 | 2026-03-27T19:24:09.047Z | Downloaded primeorder v0.13.6 |
| 936 | 2026-03-27T19:24:09.050Z | Downloaded libloading v0.8.9 |
| 937 | 2026-03-27T19:24:09.050Z | Downloaded rand_xorshift v0.4.0 |
| 938 | 2026-03-27T19:24:09.050Z | Downloaded rand_chacha v0.3.1 |
| 939 | 2026-03-27T19:24:09.053Z | Downloaded powerfmt v0.2.0 |
| 940 | 2026-03-27T19:24:09.053Z | Downloaded polyval v0.6.2 |
| 941 | 2026-03-27T19:24:09.054Z | Downloaded ref-cast v1.0.25 |
| 942 | 2026-03-27T19:24:09.057Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 943 | 2026-03-27T19:24:09.057Z | Downloaded heapless v0.8.0 |
| 944 | 2026-03-27T19:24:09.060Z | Downloaded progenitor-extras v0.1.1 |
| 945 | 2026-03-27T19:24:09.060Z | Downloaded phf v0.12.1 |
| 946 | 2026-03-27T19:24:09.063Z | Downloaded hickory-resolver v0.25.2 |
| 947 | 2026-03-27T19:24:09.066Z | Downloaded cc v1.2.56 |
| 948 | 2026-03-27T19:24:09.066Z | Downloaded pin-project-internal v1.1.11 |
| 949 | 2026-03-27T19:24:09.070Z | Downloaded num-integer v0.1.46 |
| 950 | 2026-03-27T19:24:09.070Z | Downloaded libbz2-rs-sys v0.2.2 |
| 951 | 2026-03-27T19:24:09.073Z | Downloaded native-tls v0.2.18 |
| 952 | 2026-03-27T19:24:09.073Z | Downloaded multer v3.1.0 |
| 953 | 2026-03-27T19:24:09.076Z | Downloaded ref-cast-impl v1.0.25 |
| 954 | 2026-03-27T19:24:09.077Z | Downloaded parking_lot v0.11.2 |
| 955 | 2026-03-27T19:24:09.077Z | Downloaded hickory-resolver v0.24.4 |
| 956 | 2026-03-27T19:24:09.080Z | Downloaded recursive v0.1.1 |
| 957 | 2026-03-27T19:24:09.083Z | Downloaded litrs v1.0.0 |
| 958 | 2026-03-27T19:24:09.083Z | Downloaded rtoolbox v0.0.3 |
| 959 | 2026-03-27T19:24:09.083Z | Downloaded progenitor-client v0.13.0 |
| 960 | 2026-03-27T19:24:09.087Z | Downloaded progenitor v0.13.0 |
| 961 | 2026-03-27T19:24:09.087Z | Downloaded ipnet v2.11.0 |
| 962 | 2026-03-27T19:24:09.087Z | Downloaded convert_case v0.10.0 |
| 963 | 2026-03-27T19:24:09.090Z | Downloaded rfc6979 v0.4.0 |
| 964 | 2026-03-27T19:24:09.090Z | Downloaded camino-tempfile-ext v0.3.3 |
| 965 | 2026-03-27T19:24:09.093Z | Downloaded backoff v0.4.0 |
| 966 | 2026-03-27T19:24:09.093Z | Downloaded pkcs1 v0.7.5 |
| 967 | 2026-03-27T19:24:09.096Z | Downloaded pkcs5 v0.7.1 |
| 968 | 2026-03-27T19:24:09.096Z | Downloaded ed25519-dalek v2.2.0 |
| 969 | 2026-03-27T19:24:09.099Z | Downloaded password-hash v0.4.2 |
| 970 | 2026-03-27T19:24:09.103Z | Downloaded russh-cryptovec v0.7.3 |
| 971 | 2026-03-27T19:24:09.103Z | Downloaded parking_lot v0.12.5 |
| 972 | 2026-03-27T19:24:09.103Z | Downloaded rustc-hash v2.1.1 |
| 973 | 2026-03-27T19:24:09.106Z | Downloaded progenitor v0.11.2 |
| 974 | 2026-03-27T19:24:09.106Z | Downloaded rand_core v0.6.4 |
| 975 | 2026-03-27T19:24:09.109Z | Downloaded rand_chacha v0.9.0 |
| 976 | 2026-03-27T19:24:09.109Z | Downloaded postcard v1.1.3 |
| 977 | 2026-03-27T19:24:09.109Z | Downloaded proc-macro-error2 v2.0.1 |
| 978 | 2026-03-27T19:24:09.113Z | Downloaded rustc_version v0.4.1 |
| 979 | 2026-03-27T19:24:09.113Z | Downloaded indicatif v0.18.4 |
| 980 | 2026-03-27T19:24:09.116Z | Downloaded indexmap v1.9.3 |
| 981 | 2026-03-27T19:24:09.119Z | Downloaded rustc_version v0.1.7 |
| 982 | 2026-03-27T19:24:09.119Z | Downloaded rand_core v0.9.5 |
| 983 | 2026-03-27T19:24:09.119Z | Downloaded ppv-lite86 v0.2.21 |
| 984 | 2026-03-27T19:24:09.122Z | Downloaded progenitor v0.10.0 |
| 985 | 2026-03-27T19:24:09.122Z | Downloaded psm v0.1.30 |
| 986 | 2026-03-27T19:24:09.126Z | Downloaded rand_seeder v0.4.0 |
| 987 | 2026-03-27T19:24:09.126Z | Downloaded rand_core v0.10.0 |
| 988 | 2026-03-27T19:24:09.126Z | Downloaded predicates v3.1.4 |
| 989 | 2026-03-27T19:24:09.129Z | Downloaded derive_more v2.1.1 |
| 990 | 2026-03-27T19:24:09.135Z | Downloaded openssl-sys v0.9.111 |
| 991 | 2026-03-27T19:24:09.139Z | Downloaded progenitor-client v0.10.0 |
| 992 | 2026-03-27T19:24:09.142Z | Downloaded scheduled-thread-pool v0.2.7 |
| 993 | 2026-03-27T19:24:09.142Z | Downloaded oso v0.27.3 |
| 994 | 2026-03-27T19:24:09.142Z | Downloaded ascii-canvas v3.0.0 |
| 995 | 2026-03-27T19:24:09.146Z | Downloaded sapling-renderdag v0.1.0 |
| 996 | 2026-03-27T19:24:09.146Z | Downloaded same-file v1.0.6 |
| 997 | 2026-03-27T19:24:09.152Z | Downloaded headers v0.4.1 |
| 998 | 2026-03-27T19:24:09.155Z | Downloaded postgres-types v0.2.12 |
| 999 | 2026-03-27T19:24:09.161Z | Downloaded quinn-udp v0.5.14 |
| 1000 | 2026-03-27T19:24:09.167Z | Downloaded papergrid v0.17.0 |
| 1001 | 2026-03-27T19:24:09.170Z | Downloaded scrypt v0.11.0 |
| 1002 | 2026-03-27T19:24:09.170Z | Downloaded p256 v0.13.2 |
| 1003 | 2026-03-27T19:24:09.170Z | Downloaded secrecy v0.8.0 |
| 1004 | 2026-03-27T19:24:09.173Z | Downloaded serde_bytes v0.11.19 |
| 1005 | 2026-03-27T19:24:09.173Z | Downloaded resolv-conf v0.7.6 |
| 1006 | 2026-03-27T19:24:09.176Z | Downloaded rustls-pemfile v1.0.4 |
| 1007 | 2026-03-27T19:24:09.176Z | Downloaded hashbrown v0.12.3 |
| 1008 | 2026-03-27T19:24:09.180Z | Downloaded rustls-pemfile v2.2.0 |
| 1009 | 2026-03-27T19:24:09.180Z | Downloaded scroll_derive v0.13.1 |
| 1010 | 2026-03-27T19:24:09.180Z | Downloaded semver v0.1.20 |
| 1011 | 2026-03-27T19:24:09.184Z | Downloaded serde_spanned v1.0.4 |
| 1012 | 2026-03-27T19:24:09.184Z | Downloaded seq-macro v0.3.6 |
| 1013 | 2026-03-27T19:24:09.184Z | Downloaded secrecy v0.10.3 |
| 1014 | 2026-03-27T19:24:09.187Z | Downloaded scopeguard v1.2.0 |
| 1015 | 2026-03-27T19:24:09.187Z | Downloaded derive_more-impl v2.1.1 |
| 1016 | 2026-03-27T19:24:09.190Z | Downloaded serde_repr v0.1.20 |
| 1017 | 2026-03-27T19:24:09.193Z | Downloaded serde-big-array v0.5.1 |
| 1018 | 2026-03-27T19:24:09.193Z | Downloaded rusty-fork v0.3.1 |
| 1019 | 2026-03-27T19:24:09.194Z | Downloaded rustls-native-certs v0.8.3 |
| 1020 | 2026-03-27T19:24:09.197Z | Downloaded darling_core v0.21.3 |
| 1021 | 2026-03-27T19:24:09.201Z | Downloaded serde_urlencoded v0.7.1 |
| 1022 | 2026-03-27T19:24:09.205Z | Downloaded serde_plain v1.0.2 |
| 1023 | 2026-03-27T19:24:09.211Z | Downloaded sha1 v0.10.6 |
| 1024 | 2026-03-27T19:24:09.214Z | Downloaded shell-words v1.1.1 |
| 1025 | 2026-03-27T19:24:09.214Z | Downloaded sigpipe v0.1.3 |
| 1026 | 2026-03-27T19:24:09.217Z | Downloaded signal-hook-mio v0.2.5 |
| 1027 | 2026-03-27T19:24:09.217Z | Downloaded r2d2 v0.8.10 |
| 1028 | 2026-03-27T19:24:09.221Z | Downloaded pin-project v1.1.11 |
| 1029 | 2026-03-27T19:24:09.228Z | Downloaded salsa20 v0.10.2 |
| 1030 | 2026-03-27T19:24:09.231Z | Downloaded siphasher v1.0.2 |
| 1031 | 2026-03-27T19:24:09.231Z | Downloaded rustversion v1.0.22 |
| 1032 | 2026-03-27T19:24:09.234Z | Downloaded signal-hook-tokio v0.3.1 |
| 1033 | 2026-03-27T19:24:09.235Z | Downloaded progenitor-impl v0.13.0 |
| 1034 | 2026-03-27T19:24:09.237Z | Downloaded schemars_derive v0.8.22 |
| 1035 | 2026-03-27T19:24:09.245Z | Downloaded slog-bunyan v2.5.0 |
| 1036 | 2026-03-27T19:24:09.249Z | Downloaded scroll v0.13.0 |
| 1037 | 2026-03-27T19:24:09.252Z | Downloaded http v1.4.0 |
| 1038 | 2026-03-27T19:24:09.256Z | Downloaded serde-hex v0.1.0 |
| 1039 | 2026-03-27T19:24:09.259Z | Downloaded jiff-static v0.2.21 |
| 1040 | 2026-03-27T19:24:09.259Z | Downloaded rustls-pki-types v1.14.0 |
| 1041 | 2026-03-27T19:24:09.266Z | Downloaded sqlparser_derive v0.5.0 |
| 1042 | 2026-03-27T19:24:09.269Z | Downloaded ssh-encoding v0.2.0 |
| 1043 | 2026-03-27T19:24:09.272Z | Downloaded slog-envlogger v2.2.0 |
| 1044 | 2026-03-27T19:24:09.272Z | Downloaded sct v0.7.1 |
| 1045 | 2026-03-27T19:24:09.275Z | Downloaded itertools v0.10.5 |
| 1046 | 2026-03-27T19:24:09.278Z | Downloaded aes-gcm v0.10.3 |
| 1047 | 2026-03-27T19:24:09.281Z | Downloaded aes v0.8.4 |
| 1048 | 2026-03-27T19:24:09.284Z | Downloaded sec1 v0.7.3 |
| 1049 | 2026-03-27T19:24:09.288Z | Downloaded ssh-cipher v0.2.0 |
| 1050 | 2026-03-27T19:24:09.288Z | Downloaded shlex v1.3.0 |
| 1051 | 2026-03-27T19:24:09.294Z | Downloaded serde_path_to_error v0.1.20 |
| 1052 | 2026-03-27T19:24:09.298Z | Downloaded serde_derive_internals v0.29.1 |
| 1053 | 2026-03-27T19:24:09.301Z | Downloaded miniz_oxide v0.8.9 |
| 1054 | 2026-03-27T19:24:09.304Z | Downloaded minimal-lexical v0.2.1 |
| 1055 | 2026-03-27T19:24:09.307Z | Downloaded strum v0.26.3 |
| 1056 | 2026-03-27T19:24:09.307Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1057 | 2026-03-27T19:24:09.307Z | Downloaded hashbrown v0.13.2 |
| 1058 | 2026-03-27T19:24:09.311Z | Downloaded subtle v2.6.1 |
| 1059 | 2026-03-27T19:24:09.311Z | Downloaded strum v0.27.2 |
| 1060 | 2026-03-27T19:24:09.319Z | Downloaded prefix-trie v0.7.0 |
| 1061 | 2026-03-27T19:24:09.323Z | Downloaded smf v0.2.3 |
| 1062 | 2026-03-27T19:24:09.323Z | Downloaded smallvec v0.6.14 |
| 1063 | 2026-03-27T19:24:09.326Z | Downloaded slog-term v2.9.2 |
| 1064 | 2026-03-27T19:24:09.326Z | Downloaded slog-scope v4.4.1 |
| 1065 | 2026-03-27T19:24:09.326Z | Downloaded tabwriter v1.4.1 |
| 1066 | 2026-03-27T19:24:09.329Z | Downloaded tabled_derive v0.11.0 |
| 1067 | 2026-03-27T19:24:09.329Z | Downloaded slog-stdlog v4.1.1 |
| 1068 | 2026-03-27T19:24:09.329Z | Downloaded signal-hook-registry v1.4.8 |
| 1069 | 2026-03-27T19:24:09.329Z | Downloaded slog-dtrace v0.3.0 |
| 1070 | 2026-03-27T19:24:09.332Z | Downloaded structmeta v0.3.0 |
| 1071 | 2026-03-27T19:24:09.332Z | Downloaded slab v0.4.12 |
| 1072 | 2026-03-27T19:24:09.332Z | Downloaded sync_wrapper v1.0.2 |
| 1073 | 2026-03-27T19:24:09.335Z | Downloaded supports-color v3.0.2 |
| 1074 | 2026-03-27T19:24:09.335Z | Downloaded simd-adler32 v0.3.8 |
| 1075 | 2026-03-27T19:24:09.335Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1076 | 2026-03-27T19:24:09.339Z | Downloaded slog-async v2.8.0 |
| 1077 | 2026-03-27T19:24:09.339Z | Downloaded russh-keys v0.45.0 |
| 1078 | 2026-03-27T19:24:09.342Z | Downloaded take_mut v0.2.2 |
| 1079 | 2026-03-27T19:24:09.342Z | Downloaded sqlformat v0.3.5 |
| 1080 | 2026-03-27T19:24:09.345Z | Downloaded termtree v0.5.1 |
| 1081 | 2026-03-27T19:24:09.345Z | Downloaded serde_with_macros v3.17.0 |
| 1082 | 2026-03-27T19:24:09.345Z | Downloaded spki v0.7.3 |
| 1083 | 2026-03-27T19:24:09.349Z | Downloaded libxml v0.3.3 |
| 1084 | 2026-03-27T19:24:09.354Z | Downloaded slog-json v2.6.1 |
| 1085 | 2026-03-27T19:24:09.357Z | Downloaded ryu v1.0.23 |
| 1086 | 2026-03-27T19:24:09.360Z | Downloaded thread-id v5.1.0 |
| 1087 | 2026-03-27T19:24:09.363Z | Downloaded testing_table v0.3.0 |
| 1088 | 2026-03-27T19:24:09.364Z | Downloaded hyper-util v0.1.20 |
| 1089 | 2026-03-27T19:24:09.366Z | Downloaded aho-corasick v1.1.4 |
| 1090 | 2026-03-27T19:24:09.370Z | Downloaded snafu-derive v0.8.9 |
| 1091 | 2026-03-27T19:24:09.373Z | Downloaded crossterm v0.28.1 |
| 1092 | 2026-03-27T19:24:09.377Z | Downloaded strum_macros v0.24.3 |
| 1093 | 2026-03-27T19:24:09.377Z | Downloaded structmeta-derive v0.3.0 |
| 1094 | 2026-03-27T19:24:09.380Z | Downloaded quinn v0.11.9 |
| 1095 | 2026-03-27T19:24:09.380Z | Downloaded sync-ptr v0.1.4 |
| 1096 | 2026-03-27T19:24:09.380Z | Downloaded strum_macros v0.26.4 |
| 1097 | 2026-03-27T19:24:09.383Z | Downloaded serde_cbor v0.11.2 |
| 1098 | 2026-03-27T19:24:09.383Z | Downloaded tagptr v0.2.0 |
| 1099 | 2026-03-27T19:24:09.386Z | Downloaded prettyplease v0.2.37 |
| 1100 | 2026-03-27T19:24:09.386Z | Downloaded support-bundle-viewer v0.1.2 |
| 1101 | 2026-03-27T19:24:09.390Z | Downloaded ron v0.8.1 |
| 1102 | 2026-03-27T19:24:09.393Z | Downloaded static_assertions v1.1.0 |
| 1103 | 2026-03-27T19:24:09.393Z | Downloaded dropshot-api-manager v0.6.0 |
| 1104 | 2026-03-27T19:24:09.396Z | Downloaded time-core v0.1.8 |
| 1105 | 2026-03-27T19:24:09.396Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1106 | 2026-03-27T19:24:09.396Z | Downloaded tinyvec_macros v0.1.1 |
| 1107 | 2026-03-27T19:24:09.396Z | Downloaded string_cache v0.8.9 |
| 1108 | 2026-03-27T19:24:09.399Z | Downloaded schemars v0.8.22 |
| 1109 | 2026-03-27T19:24:09.403Z | Downloaded termios v0.3.3 |
| 1110 | 2026-03-27T19:24:09.406Z | Downloaded tap v1.0.1 |
| 1111 | 2026-03-27T19:24:09.406Z | Downloaded progenitor-impl v0.11.2 |
| 1112 | 2026-03-27T19:24:09.409Z | Downloaded progenitor-impl v0.10.0 |
| 1113 | 2026-03-27T19:24:09.409Z | Downloaded iddqd v0.3.17 |
| 1114 | 2026-03-27T19:24:09.412Z | Downloaded signature v2.2.0 |
| 1115 | 2026-03-27T19:24:09.420Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1116 | 2026-03-27T19:24:09.423Z | Downloaded stringprep v0.1.5 |
| 1117 | 2026-03-27T19:24:09.426Z | Downloaded futures-util v0.3.32 |
| 1118 | 2026-03-27T19:24:09.429Z | Downloaded time-macros v0.2.27 |
| 1119 | 2026-03-27T19:24:09.433Z | Downloaded thiserror-no-std v2.0.2 |
| 1120 | 2026-03-27T19:24:09.436Z | Downloaded signal-hook v0.3.18 |
| 1121 | 2026-03-27T19:24:09.436Z | Downloaded rsa v0.9.10 |
| 1122 | 2026-03-27T19:24:09.439Z | Downloaded tower-layer v0.3.3 |
| 1123 | 2026-03-27T19:24:09.439Z | Downloaded tiny-keccak v2.0.2 |
| 1124 | 2026-03-27T19:24:09.442Z | Downloaded schemars v0.9.0 |
| 1125 | 2026-03-27T19:24:09.447Z | Downloaded thread_local v1.1.9 |
| 1126 | 2026-03-27T19:24:09.450Z | Downloaded rand v0.9.2 |
| 1127 | 2026-03-27T19:24:09.453Z | Downloaded try-lock v0.2.5 |
| 1128 | 2026-03-27T19:24:09.453Z | Downloaded trait-variant v0.1.2 |
| 1129 | 2026-03-27T19:24:09.453Z | Downloaded tower-service v0.3.3 |
| 1130 | 2026-03-27T19:24:09.453Z | Downloaded rcgen v0.12.1 |
| 1131 | 2026-03-27T19:24:09.456Z | Downloaded rayon-core v1.13.0 |
| 1132 | 2026-03-27T19:24:09.459Z | Downloaded typify-macro v0.6.1 |
| 1133 | 2026-03-27T19:24:09.459Z | Downloaded unarray v0.1.4 |
| 1134 | 2026-03-27T19:24:09.459Z | Downloaded spin v0.9.8 |
| 1135 | 2026-03-27T19:24:09.462Z | Downloaded pretty_assertions v1.4.1 |
| 1136 | 2026-03-27T19:24:09.462Z | Downloaded h2 v0.4.13 |
| 1137 | 2026-03-27T19:24:09.466Z | Downloaded tokio-macros v2.6.0 |
| 1138 | 2026-03-27T19:24:09.469Z | Downloaded tokio-dtrace v0.1.1 |
| 1139 | 2026-03-27T19:24:09.469Z | Downloaded typify-macro v0.4.3 |
| 1140 | 2026-03-27T19:24:09.469Z | Downloaded qorb v0.4.1 |
| 1141 | 2026-03-27T19:24:09.472Z | Downloaded stacker v0.1.23 |
| 1142 | 2026-03-27T19:24:09.475Z | Downloaded publicsuffix v2.3.0 |
| 1143 | 2026-03-27T19:24:09.479Z | Downloaded tokio-tungstenite v0.21.0 |
| 1144 | 2026-03-27T19:24:09.482Z | Downloaded iri-string v0.7.10 |
| 1145 | 2026-03-27T19:24:09.486Z | Downloaded term v1.2.1 |
| 1146 | 2026-03-27T19:24:09.489Z | Downloaded mio v1.1.1 |
| 1147 | 2026-03-27T19:24:09.492Z | Downloaded rand v0.8.5 |
| 1148 | 2026-03-27T19:24:09.492Z | Downloaded tokio-tungstenite v0.23.1 |
| 1149 | 2026-03-27T19:24:09.495Z | Downloaded usdt v0.6.0 |
| 1150 | 2026-03-27T19:24:09.495Z | Downloaded num-bigint v0.4.6 |
| 1151 | 2026-03-27T19:24:09.499Z | Downloaded nom v7.1.3 |
| 1152 | 2026-03-27T19:24:09.502Z | Downloaded similar v2.7.0 |
| 1153 | 2026-03-27T19:24:09.505Z | Downloaded usdt-attr-macro v0.6.0 |
| 1154 | 2026-03-27T19:24:09.505Z | Downloaded untrusted v0.9.0 |
| 1155 | 2026-03-27T19:24:09.505Z | Downloaded untrusted v0.7.1 |
| 1156 | 2026-03-27T19:24:09.505Z | Downloaded universal-hash v0.5.1 |
| 1157 | 2026-03-27T19:24:09.508Z | Downloaded unicode-truncate v1.1.0 |
| 1158 | 2026-03-27T19:24:09.508Z | Downloaded topological-sort v0.2.2 |
| 1159 | 2026-03-27T19:24:09.508Z | Downloaded tls_codec_derive v0.4.2 |
| 1160 | 2026-03-27T19:24:09.509Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1161 | 2026-03-27T19:24:09.512Z | Downloaded utf-8 v0.7.6 |
| 1162 | 2026-03-27T19:24:09.512Z | Downloaded tokio-native-tls v0.3.1 |
| 1163 | 2026-03-27T19:24:09.512Z | Downloaded strum_macros v0.27.2 |
| 1164 | 2026-03-27T19:24:09.515Z | Downloaded slog v2.8.2 |
| 1165 | 2026-03-27T19:24:09.515Z | Downloaded tls_codec v0.4.2 |
| 1166 | 2026-03-27T19:24:09.518Z | Downloaded want v0.3.1 |
| 1167 | 2026-03-27T19:24:09.518Z | Downloaded rand v0.10.0 |
| 1168 | 2026-03-27T19:24:09.522Z | Downloaded subprocess v0.2.15 |
| 1169 | 2026-03-27T19:24:09.522Z | Downloaded hickory-server v0.25.2 |
| 1170 | 2026-03-27T19:24:09.525Z | Downloaded unicase v2.9.0 |
| 1171 | 2026-03-27T19:24:09.525Z | Downloaded usdt-macro v0.6.0 |
| 1172 | 2026-03-27T19:24:09.525Z | Downloaded p521 v0.13.3 |
| 1173 | 2026-03-27T19:24:09.528Z | Downloaded blake3 v1.8.3 |
| 1174 | 2026-03-27T19:24:09.532Z | Downloaded tokio-rustls v0.26.4 |
| 1175 | 2026-03-27T19:24:09.536Z | Downloaded tokio-rustls v0.25.0 |
| 1176 | 2026-03-27T19:24:09.536Z | Downloaded tokio-rustls v0.24.1 |
| 1177 | 2026-03-27T19:24:09.539Z | Downloaded xattr v1.6.1 |
| 1178 | 2026-03-27T19:24:09.544Z | Downloaded unit-prefix v0.5.2 |
| 1179 | 2026-03-27T19:24:09.551Z | Downloaded wait-timeout v0.2.1 |
| 1180 | 2026-03-27T19:24:09.555Z | Downloaded void v1.0.2 |
| 1181 | 2026-03-27T19:24:09.558Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1182 | 2026-03-27T19:24:09.558Z | Downloaded vsss-rs v3.3.4 |
| 1183 | 2026-03-27T19:24:09.561Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1184 | 2026-03-27T19:24:09.561Z | Downloaded term v0.7.0 |
| 1185 | 2026-03-27T19:24:09.564Z | Downloaded crossterm v0.29.0 |
| 1186 | 2026-03-27T19:24:09.568Z | Downloaded usdt-impl v0.6.0 |
| 1187 | 2026-03-27T19:24:09.568Z | Downloaded uzers v0.12.2 |
| 1188 | 2026-03-27T19:24:09.568Z | Downloaded waitgroup v0.1.2 |
| 1189 | 2026-03-27T19:24:09.572Z | Downloaded russh v0.45.0 |
| 1190 | 2026-03-27T19:24:09.577Z | Downloaded zeroize_derive v1.4.3 |
| 1191 | 2026-03-27T19:24:09.580Z | Downloaded zone v0.3.1 |
| 1192 | 2026-03-27T19:24:09.583Z | Downloaded tui-tree-widget v0.23.1 |
| 1193 | 2026-03-27T19:24:09.586Z | Downloaded xshell-macros v0.2.7 |
| 1194 | 2026-03-27T19:24:09.586Z | Downloaded hashbrown v0.15.5 |
| 1195 | 2026-03-27T19:24:09.597Z | Downloaded schemars v1.2.1 |
| 1196 | 2026-03-27T19:24:09.605Z | Downloaded whoami v2.1.0 |
| 1197 | 2026-03-27T19:24:09.608Z | Downloaded rustyline v14.0.0 |
| 1198 | 2026-03-27T19:24:09.612Z | Downloaded zone_cfg_derive v0.3.1 |
| 1199 | 2026-03-27T19:24:09.612Z | Downloaded tokio-stream v0.1.18 |
| 1200 | 2026-03-27T19:24:09.615Z | Downloaded itertools v0.12.1 |
| 1201 | 2026-03-27T19:24:09.618Z | Downloaded xz2 v0.1.7 |
| 1202 | 2026-03-27T19:24:09.618Z | Downloaded wyz v0.5.1 |
| 1203 | 2026-03-27T19:24:09.621Z | Downloaded rpassword v7.4.0 |
| 1204 | 2026-03-27T19:24:09.621Z | Downloaded rustls-webpki v0.103.9 |
| 1205 | 2026-03-27T19:24:09.630Z | Downloaded tracing-core v0.1.36 |
| 1206 | 2026-03-27T19:24:09.634Z | Downloaded socket2 v0.6.2 |
| 1207 | 2026-03-27T19:24:09.655Z | Downloaded socket2 v0.5.10 |
| 1208 | 2026-03-27T19:24:09.655Z | Downloaded zeroize v1.8.2 |
| 1209 | 2026-03-27T19:24:09.655Z | Downloaded snafu v0.8.9 |
| 1210 | 2026-03-27T19:24:09.655Z | Downloaded vergen-gitcl v1.0.8 |
| 1211 | 2026-03-27T19:24:09.655Z | Downloaded typify v0.6.1 |
| 1212 | 2026-03-27T19:24:09.655Z | Downloaded vergen-lib v0.1.6 |
| 1213 | 2026-03-27T19:24:09.658Z | Downloaded unicode-bidi v0.3.18 |
| 1214 | 2026-03-27T19:24:09.658Z | Downloaded zstd-safe v7.2.4 |
| 1215 | 2026-03-27T19:24:09.658Z | Downloaded unicode-properties v0.1.4 |
| 1216 | 2026-03-27T19:24:09.658Z | Downloaded walkdir v2.5.0 |
| 1217 | 2026-03-27T19:24:09.663Z | Downloaded test-strategy v0.4.5 |
| 1218 | 2026-03-27T19:24:09.666Z | Downloaded whoami v1.6.1 |
| 1219 | 2026-03-27T19:24:09.670Z | Downloaded twox-hash v2.1.2 |
| 1220 | 2026-03-27T19:24:09.670Z | Downloaded tinyvec v1.10.0 |
| 1221 | 2026-03-27T19:24:09.670Z | Downloaded aws-lc-rs v1.16.0 |
| 1222 | 2026-03-27T19:24:09.675Z | Downloaded yasna v0.5.2 |
| 1223 | 2026-03-27T19:24:09.678Z | Downloaded samael v0.0.19 |
| 1224 | 2026-03-27T19:24:09.681Z | Downloaded zerocopy v0.6.6 |
| 1225 | 2026-03-27T19:24:09.681Z | Downloaded xshell v0.2.7 |
| 1226 | 2026-03-27T19:24:09.684Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1227 | 2026-03-27T19:24:09.684Z | Downloaded vergen v9.0.6 |
| 1228 | 2026-03-27T19:24:09.687Z | Downloaded tracing-attributes v0.1.31 |
| 1229 | 2026-03-27T19:24:09.687Z | Downloaded num-bigint-dig v0.8.6 |
| 1230 | 2026-03-27T19:24:09.691Z | Downloaded vergen-git2 v1.0.7 |
| 1231 | 2026-03-27T19:24:09.691Z | Downloaded itertools v0.13.0 |
| 1232 | 2026-03-27T19:24:09.696Z | Downloaded libm v0.2.16 |
| 1233 | 2026-03-27T19:24:09.702Z | Downloaded hyper v1.8.1 |
| 1234 | 2026-03-27T19:24:09.707Z | Downloaded zstd v0.13.3 |
| 1235 | 2026-03-27T19:24:09.710Z | Downloaded toml v0.7.8 |
| 1236 | 2026-03-27T19:24:09.713Z | Downloaded chrono v0.4.44 |
| 1237 | 2026-03-27T19:24:09.716Z | Downloaded bindgen v0.71.1 |
| 1238 | 2026-03-27T19:24:09.727Z | Downloaded uuid v1.21.0 |
| 1239 | 2026-03-27T19:24:09.731Z | Downloaded reqwest v0.13.2 |
| 1240 | 2026-03-27T19:24:09.734Z | Downloaded typify v0.4.3 |
| 1241 | 2026-03-27T19:24:09.737Z | Downloaded tungstenite v0.21.0 |
| 1242 | 2026-03-27T19:24:09.737Z | Downloaded itertools v0.14.0 |
| 1243 | 2026-03-27T19:24:09.741Z | Downloaded steno v0.4.1 |
| 1244 | 2026-03-27T19:24:09.744Z | Downloaded unsafe-libyaml v0.2.11 |
| 1245 | 2026-03-27T19:24:09.750Z | Downloaded portable-atomic v1.13.1 |
| 1246 | 2026-03-27T19:24:09.754Z | Downloaded hkdf v0.12.4 |
| 1247 | 2026-03-27T19:24:09.760Z | Downloaded tar v0.4.45 |
| 1248 | 2026-03-27T19:24:09.765Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1249 | 2026-03-27T19:24:09.771Z | Downloaded reqwest v0.12.28 |
| 1250 | 2026-03-27T19:24:09.774Z | Downloaded vte v0.14.1 |
| 1251 | 2026-03-27T19:24:09.777Z | Downloaded yansi v1.0.1 |
| 1252 | 2026-03-27T19:24:09.777Z | Downloaded ron v0.12.0 |
| 1253 | 2026-03-27T19:24:09.782Z | Downloaded tungstenite v0.23.0 |
| 1254 | 2026-03-27T19:24:09.792Z | Downloaded zip v0.6.6 |
| 1255 | 2026-03-27T19:24:09.795Z | Downloaded zopfli v0.8.3 |
| 1256 | 2026-03-27T19:24:09.798Z | Downloaded tokio-postgres v0.7.16 |
| 1257 | 2026-03-27T19:24:09.801Z | Downloaded rustls-webpki v0.101.7 |
| 1258 | 2026-03-27T19:24:09.810Z | Downloaded unicode-segmentation v1.12.0 |
| 1259 | 2026-03-27T19:24:09.813Z | Downloaded regex v1.12.3 |
| 1260 | 2026-03-27T19:24:09.822Z | Downloaded quick-xml v0.37.5 |
| 1261 | 2026-03-27T19:24:09.827Z | Downloaded zerocopy-derive v0.8.40 |
| 1262 | 2026-03-27T19:24:09.834Z | Downloaded moka v0.12.13 |
| 1263 | 2026-03-27T19:24:09.838Z | Downloaded unicode_categories v0.1.1 |
| 1264 | 2026-03-27T19:24:09.842Z | Downloaded curve25519-dalek v4.1.3 |
| 1265 | 2026-03-27T19:24:09.845Z | Downloaded tower v0.5.3 |
| 1266 | 2026-03-27T19:24:09.849Z | Downloaded reedline v0.40.0 |
| 1267 | 2026-03-27T19:24:09.853Z | Downloaded petname v2.0.2 |
| 1268 | 2026-03-27T19:24:09.857Z | Downloaded x509-cert v0.2.5 |
| 1269 | 2026-03-27T19:24:09.860Z | Downloaded toml_edit v0.19.15 |
| 1270 | 2026-03-27T19:24:09.869Z | Downloaded lalrpop v0.19.12 |
| 1271 | 2026-03-27T19:24:09.876Z | Downloaded ssh-key v0.6.7 |
| 1272 | 2026-03-27T19:24:09.893Z | Downloaded git2 v0.20.4 |
| 1273 | 2026-03-27T19:24:09.898Z | Downloaded nix v0.27.1 |
| 1274 | 2026-03-27T19:24:09.903Z | Downloaded zip v4.6.1 |
| 1275 | 2026-03-27T19:24:09.906Z | Downloaded proptest v1.10.0 |
| 1276 | 2026-03-27T19:24:09.911Z | Downloaded typed-path v0.9.3 |
| 1277 | 2026-03-27T19:24:09.914Z | Downloaded rayon v1.11.0 |
| 1278 | 2026-03-27T19:24:09.919Z | Downloaded salty v0.3.0 |
| 1279 | 2026-03-27T19:24:09.923Z | Downloaded object v0.30.4 |
| 1280 | 2026-03-27T19:24:09.928Z | Downloaded quinn-proto v0.11.13 |
| 1281 | 2026-03-27T19:24:09.932Z | Downloaded tower-http v0.6.8 |
| 1282 | 2026-03-27T19:24:09.936Z | Downloaded goblin v0.10.5 |
| 1283 | 2026-03-27T19:24:09.941Z | Downloaded serde_with v3.17.0 |
| 1284 | 2026-03-27T19:24:09.947Z | Downloaded p384 v0.13.1 |
| 1285 | 2026-03-27T19:24:09.967Z | Downloaded winnow v0.5.40 |
| 1286 | 2026-03-27T19:24:09.972Z | Downloaded winnow v0.6.26 |
| 1287 | 2026-03-27T19:24:09.976Z | Downloaded tough v0.20.0 |
| 1288 | 2026-03-27T19:24:09.981Z | Downloaded openssl v0.10.75 |
| 1289 | 2026-03-27T19:24:09.987Z | Downloaded nix v0.28.0 |
| 1290 | 2026-03-27T19:24:09.993Z | Downloaded tokio-util v0.7.18 |
| 1291 | 2026-03-27T19:24:10.005Z | Downloaded unicode-normalization v0.1.25 |
| 1292 | 2026-03-27T19:24:10.020Z | Downloaded time v0.3.47 |
| 1293 | 2026-03-27T19:24:10.027Z | Downloaded nix v0.31.1 |
| 1294 | 2026-03-27T19:24:10.033Z | Downloaded rustls-webpki v0.102.8 |
| 1295 | 2026-03-27T19:24:10.045Z | Downloaded radix_trie v0.2.1 |
| 1296 | 2026-03-27T19:24:10.048Z | Downloaded rustls v0.21.12 |
| 1297 | 2026-03-27T19:24:10.054Z | Downloaded polar-core v0.27.3 |
| 1298 | 2026-03-27T19:24:10.058Z | Downloaded object v0.37.3 |
| 1299 | 2026-03-27T19:24:10.069Z | Downloaded zlib-rs v0.6.2 |
| 1300 | 2026-03-27T19:24:10.073Z | Downloaded hickory-proto v0.24.4 |
| 1301 | 2026-03-27T19:24:10.082Z | Downloaded webpki-roots v1.0.6 |
| 1302 | 2026-03-27T19:24:10.099Z | Downloaded openapiv3 v2.2.0 |
| 1303 | 2026-03-27T19:24:10.106Z | Downloaded rustls v0.22.4 |
| 1304 | 2026-03-27T19:24:10.113Z | Downloaded regress v0.10.5 |
| 1305 | 2026-03-27T19:24:10.118Z | Downloaded smoltcp v0.9.1 |
| 1306 | 2026-03-27T19:24:10.124Z | Downloaded zerocopy v0.8.40 |
| 1307 | 2026-03-27T19:24:10.129Z | Downloaded tabled v0.20.0 |
| 1308 | 2026-03-27T19:24:10.140Z | Downloaded rustls v0.23.37 |
| 1309 | 2026-03-27T19:24:10.146Z | Downloaded regex-syntax v0.6.29 |
| 1310 | 2026-03-27T19:24:10.150Z | Downloaded vcpkg v0.2.15 |
| 1311 | 2026-03-27T19:24:10.173Z | Downloaded nix v0.29.0 |
| 1312 | 2026-03-27T19:24:10.179Z | Downloaded dropshot v0.16.7 |
| 1313 | 2026-03-27T19:24:10.200Z | Downloaded smoltcp v0.11.0 |
| 1314 | 2026-03-27T19:24:10.222Z | Downloaded sqlparser v0.61.0 |
| 1315 | 2026-03-27T19:24:10.228Z | Downloaded rustix v0.38.44 |
| 1316 | 2026-03-27T19:24:10.242Z | Downloaded regex-syntax v0.8.10 |
| 1317 | 2026-03-27T19:24:10.245Z | Downloaded hickory-proto v0.25.2 |
| 1318 | 2026-03-27T19:24:10.253Z | Downloaded sled v0.34.7 |
| 1319 | 2026-03-27T19:24:10.259Z | Downloaded diesel v2.3.7 |
| 1320 | 2026-03-27T19:24:10.271Z | Downloaded tracing v0.1.44 |
| 1321 | 2026-03-27T19:24:10.283Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1322 | 2026-03-27T19:24:10.290Z | Downloaded typify-impl v0.6.1 |
| 1323 | 2026-03-27T19:24:10.301Z | Downloaded zerocopy-derive v0.6.6 |
| 1324 | 2026-03-27T19:24:10.330Z | Downloaded chrono-tz v0.10.4 |
| 1325 | 2026-03-27T19:24:10.341Z | Downloaded lzma-sys v0.1.20 |
| 1326 | 2026-03-27T19:24:10.358Z | Downloaded typify-impl v0.4.3 |
| 1327 | 2026-03-27T19:24:10.367Z | Downloaded petgraph v0.8.3 |
| 1328 | 2026-03-27T19:24:10.392Z | Downloaded tokio v1.49.0 |
| 1329 | 2026-03-27T19:24:10.414Z | Downloaded ratatui v0.29.0 |
| 1330 | 2026-03-27T19:24:10.425Z | Downloaded regex-automata v0.4.14 |
| 1331 | 2026-03-27T19:24:10.448Z | Downloaded petgraph v0.6.5 |
| 1332 | 2026-03-27T19:24:10.472Z | Downloaded jiff v0.2.21 |
| 1333 | 2026-03-27T19:24:10.529Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1334 | 2026-03-27T19:24:10.561Z | Downloaded libz-sys v1.1.24 |
| 1335 | 2026-03-27T19:24:10.573Z | Downloaded csv v1.4.0 |
| 1336 | 2026-03-27T19:24:10.594Z | Downloaded sha3 v0.10.8 |
| 1337 | 2026-03-27T19:24:10.597Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1338 | 2026-03-27T19:24:10.654Z | Downloaded encoding_rs v0.8.35 |
| 1339 | 2026-03-27T19:24:10.667Z | Downloaded ring v0.17.14 |
| 1340 | 2026-03-27T19:24:11.060Z | Downloaded aws-lc-sys v0.37.1 |
| 1341 | 2026-03-27T19:24:11.311Z | Compiling libc v0.2.180 |
| 1342 | 2026-03-27T19:24:11.311Z | Compiling serde v1.0.228 |
| 1343 | 2026-03-27T19:24:11.314Z | Compiling log v0.4.29 |
| 1344 | 2026-03-27T19:24:11.314Z | Compiling shlex v1.3.0 |
| 1345 | 2026-03-27T19:24:11.314Z | Compiling find-msvc-tools v0.1.9 |
| 1346 | 2026-03-27T19:24:11.454Z | Compiling smallvec v1.15.1 |
| 1347 | 2026-03-27T19:24:11.462Z | Compiling syn v2.0.117 |
| 1348 | 2026-03-27T19:24:11.469Z | Compiling typenum v1.19.0 |
| 1349 | 2026-03-27T19:24:11.641Z | Compiling generic-array v0.14.7 |
| 1350 | 2026-03-27T19:24:11.674Z | Compiling subtle v2.6.1 |
| 1351 | 2026-03-27T19:24:11.690Z | Compiling scopeguard v1.2.0 |
| 1352 | 2026-03-27T19:24:11.736Z | Compiling portable-atomic v1.13.1 |
| 1353 | 2026-03-27T19:24:11.769Z | Compiling lock_api v0.4.14 |
| 1354 | 2026-03-27T19:24:11.794Z | Compiling const-oid v0.9.6 |
| 1355 | 2026-03-27T19:24:11.856Z | Compiling critical-section v1.2.0 |
| 1356 | 2026-03-27T19:24:11.993Z | Compiling zerocopy v0.8.40 |
| 1357 | 2026-03-27T19:24:12.036Z | Compiling parking_lot_core v0.9.12 |
| 1358 | 2026-03-27T19:24:12.068Z | Compiling pin-project-lite v0.2.17 |
| 1359 | 2026-03-27T19:24:12.167Z | Compiling serde_json v1.0.149 |
| 1360 | 2026-03-27T19:24:12.310Z | Compiling pkg-config v0.3.32 |
| 1361 | 2026-03-27T19:24:12.412Z | Compiling getrandom v0.2.17 |
| 1362 | 2026-03-27T19:24:12.484Z | Compiling jobserver v0.1.34 |
| 1363 | 2026-03-27T19:24:12.584Z | Compiling rand_core v0.6.4 |
| 1364 | 2026-03-27T19:24:12.600Z | Compiling errno v0.3.14 |
| 1365 | 2026-03-27T19:24:12.699Z | Compiling cc v1.2.56 |
| 1366 | 2026-03-27T19:24:12.752Z | Compiling once_cell v1.21.3 |
| 1367 | 2026-03-27T19:24:12.857Z | Compiling signal-hook-registry v1.4.8 |
| 1368 | 2026-03-27T19:24:12.887Z | Compiling mio v1.1.1 |
| 1369 | 2026-03-27T19:24:12.901Z | Compiling bitflags v2.11.0 |
| 1370 | 2026-03-27T19:24:12.964Z | Compiling libm v0.2.16 |
| 1371 | 2026-03-27T19:24:13.135Z | Compiling parking_lot v0.12.5 |
| 1372 | 2026-03-27T19:24:13.158Z | Compiling num-traits v0.2.19 |
| 1373 | 2026-03-27T19:24:13.174Z | Compiling futures-core v0.3.32 |
| 1374 | 2026-03-27T19:24:13.332Z | Compiling socket2 v0.6.2 |
| 1375 | 2026-03-27T19:24:13.371Z | Compiling percent-encoding v2.3.2 |
| 1376 | 2026-03-27T19:24:13.517Z | Compiling allocator-api2 v0.2.21 |
| 1377 | 2026-03-27T19:24:13.532Z | Compiling futures-sink v0.3.32 |
| 1378 | 2026-03-27T19:24:13.549Z | Compiling foldhash v0.2.0 |
| 1379 | 2026-03-27T19:24:13.568Z | Compiling cpufeatures v0.2.17 |
| 1380 | 2026-03-27T19:24:13.636Z | Compiling futures-channel v0.3.32 |
| 1381 | 2026-03-27T19:24:13.652Z | Compiling getrandom v0.4.1 |
| 1382 | 2026-03-27T19:24:13.746Z | Compiling futures-io v0.3.32 |
| 1383 | 2026-03-27T19:24:13.771Z | Compiling slab v0.4.12 |
| 1384 | 2026-03-27T19:24:13.851Z | Compiling hashbrown v0.16.1 |
| 1385 | 2026-03-27T19:24:13.871Z | Compiling futures-task v0.3.32 |
| 1386 | 2026-03-27T19:24:13.911Z | Compiling getrandom v0.3.4 |
| 1387 | 2026-03-27T19:24:13.961Z | Compiling rustversion v1.0.22 |
| 1388 | 2026-03-27T19:24:14.017Z | Compiling rand_core v0.10.0 |
| 1389 | 2026-03-27T19:24:14.046Z | Compiling form_urlencoded v1.2.2 |
| 1390 | 2026-03-27T19:24:14.311Z | Compiling cmake v0.1.57 |
| 1391 | 2026-03-27T19:24:14.464Z | Compiling synstructure v0.13.2 |
| 1392 | 2026-03-27T19:24:14.478Z | Compiling indexmap v2.13.0 |
| 1393 | 2026-03-27T19:24:14.482Z | Compiling fs_extra v1.3.0 |
| 1394 | 2026-03-27T19:24:14.764Z | Compiling dunce v1.0.5 |
| 1395 | 2026-03-27T19:24:14.781Z | Compiling ident_case v1.0.1 |
| 1396 | 2026-03-27T19:24:14.849Z | Compiling base64ct v1.8.3 |
| 1397 | 2026-03-27T19:24:14.867Z | Compiling aws-lc-sys v0.37.1 |
| 1398 | 2026-03-27T19:24:14.909Z | Compiling flagset v0.4.7 |
| 1399 | 2026-03-27T19:24:14.942Z | Compiling rand_core v0.9.5 |
| 1400 | 2026-03-27T19:24:14.963Z | Compiling rustix v1.1.3 |
| 1401 | 2026-03-27T19:24:15.048Z | Compiling iana-time-zone v0.1.65 |
| 1402 | 2026-03-27T19:24:15.105Z | Compiling pem-rfc7468 v0.7.0 |
| 1403 | 2026-03-27T19:24:15.155Z | Compiling uuid v1.21.0 |
| 1404 | 2026-03-27T19:24:15.180Z | Compiling ring v0.17.14 |
| 1405 | 2026-03-27T19:24:15.224Z | Compiling rustc_version v0.4.1 |
| 1406 | 2026-03-27T19:24:15.258Z | Compiling regex-syntax v0.8.10 |
| 1407 | 2026-03-27T19:24:15.421Z | Compiling aws-lc-rs v1.16.0 |
| 1408 | 2026-03-27T19:24:15.548Z | Compiling vcpkg v0.2.15 |
| 1409 | 2026-03-27T19:24:15.732Z | Compiling tracing-core v0.1.36 |
| 1410 | 2026-03-27T19:24:15.877Z | Compiling crossbeam-utils v0.8.21 |
| 1411 | 2026-03-27T19:24:16.193Z | Compiling pest_generator v2.8.6 |
| 1412 | 2026-03-27T19:24:16.271Z | Compiling serde_derive v1.0.228 |
| 1413 | 2026-03-27T19:24:16.290Z | Compiling zeroize_derive v1.4.3 |
| 1414 | 2026-03-27T19:24:16.293Z | Compiling zerofrom-derive v0.1.6 |
| 1415 | 2026-03-27T19:24:16.733Z | Compiling yoke-derive v0.8.1 |
| 1416 | 2026-03-27T19:24:16.929Z | Compiling zerocopy-derive v0.8.40 |
| 1417 | 2026-03-27T19:24:16.971Z | Compiling zeroize v1.8.2 |
| 1418 | 2026-03-27T19:24:17.644Z | Compiling zerovec-derive v0.11.2 |
| 1419 | 2026-03-27T19:24:17.717Z | Compiling crypto-common v0.1.7 |
| 1420 | 2026-03-27T19:24:17.736Z | Compiling zerofrom v0.1.6 |
| 1421 | 2026-03-27T19:24:17.865Z | Compiling block-buffer v0.10.4 |
| 1422 | 2026-03-27T19:24:17.865Z | Compiling displaydoc v0.2.5 |
| 1423 | 2026-03-27T19:24:17.920Z | Compiling yoke v0.8.1 |
| 1424 | 2026-03-27T19:24:18.038Z | Compiling digest v0.10.7 |
| 1425 | 2026-03-27T19:24:18.107Z | Compiling tokio-macros v2.6.0 |
| 1426 | 2026-03-27T19:24:18.284Z | Compiling hmac v0.12.1 |
| 1427 | 2026-03-27T19:24:18.442Z | Compiling futures-macro v0.3.32 |
| 1428 | 2026-03-27T19:24:18.607Z | Compiling zerotrie v0.2.3 |
| 1429 | 2026-03-27T19:24:18.754Z | Compiling zerovec v0.11.5 |
| 1430 | 2026-03-27T19:24:18.835Z | Compiling block-padding v0.3.3 |
| 1431 | 2026-03-27T19:24:18.905Z | Compiling sha2 v0.10.9 |
| 1432 | 2026-03-27T19:24:18.997Z | Compiling inout v0.1.4 |
| 1433 | 2026-03-27T19:24:19.172Z | Compiling cipher v0.4.4 |
| 1434 | 2026-03-27T19:24:19.250Z | Compiling tinystr v0.8.2 |
| 1435 | 2026-03-27T19:24:19.267Z | Compiling potential_utf v0.1.4 |
| 1436 | 2026-03-27T19:24:19.432Z | Compiling icu_locale_core v2.1.1 |
| 1437 | 2026-03-27T19:24:19.446Z | Compiling icu_collections v2.1.1 |
| 1438 | 2026-03-27T19:24:19.461Z | Compiling futures-util v0.3.32 |
| 1439 | 2026-03-27T19:24:19.770Z | Compiling bytes v1.11.1 |
| 1440 | 2026-03-27T19:24:19.917Z | Compiling der_derive v0.7.3 |
| 1441 | 2026-03-27T19:24:20.119Z | Compiling icu_provider v2.1.1 |
| 1442 | 2026-03-27T19:24:20.271Z | Compiling tokio v1.49.0 |
| 1443 | 2026-03-27T19:24:20.375Z | Compiling icu_normalizer v2.1.1 |
| 1444 | 2026-03-27T19:24:20.410Z | Compiling icu_properties v2.1.2 |
| 1445 | 2026-03-27T19:24:20.562Z | Compiling http v1.4.0 |
| 1446 | 2026-03-27T19:24:20.851Z | Compiling der v0.7.10 |
| 1447 | 2026-03-27T19:24:20.902Z | Compiling chrono v0.4.44 |
| 1448 | 2026-03-27T19:24:21.311Z | Compiling idna_adapter v1.2.1 |
| 1449 | 2026-03-27T19:24:21.454Z | Compiling ppv-lite86 v0.2.21 |
| 1450 | 2026-03-27T19:24:21.468Z | Compiling idna v1.1.0 |
| 1451 | 2026-03-27T19:24:21.482Z | Compiling salsa20 v0.10.2 |
| 1452 | 2026-03-27T19:24:21.620Z | Compiling pbkdf2 v0.12.2 |
| 1453 | 2026-03-27T19:24:21.702Z | Compiling spki v0.7.3 |
| 1454 | 2026-03-27T19:24:21.736Z | Compiling url v2.5.8 |
| 1455 | 2026-03-27T19:24:21.768Z | Compiling thiserror-impl v2.0.18 |
| 1456 | 2026-03-27T19:24:21.960Z | Compiling scrypt v0.11.0 |
| 1457 | 2026-03-27T19:24:22.043Z | Compiling rand_chacha v0.9.0 |
| 1458 | 2026-03-27T19:24:22.116Z | Compiling cbc v0.1.2 |
| 1459 | 2026-03-27T19:24:22.219Z | Compiling aes v0.8.4 |
| 1460 | 2026-03-27T19:24:22.268Z | Compiling rustls-pki-types v1.14.0 |
| 1461 | 2026-03-27T19:24:22.317Z | Compiling openssl-sys v0.9.111 |
| 1462 | 2026-03-27T19:24:22.597Z | Compiling tracing-attributes v0.1.31 |
| 1463 | 2026-03-27T19:24:22.719Z | Compiling pkcs5 v0.7.1 |
| 1464 | 2026-03-27T19:24:22.744Z | Compiling rand v0.9.2 |
| 1465 | 2026-03-27T19:24:22.973Z | Compiling http-body v1.0.1 |
| 1466 | 2026-03-27T19:24:23.135Z | Compiling serde_derive_internals v0.29.1 |
| 1467 | 2026-03-27T19:24:23.179Z | Compiling thiserror v2.0.18 |
| 1468 | 2026-03-27T19:24:23.203Z | Compiling syn v1.0.109 |
| 1469 | 2026-03-27T19:24:23.280Z | Compiling schemars v0.8.22 |
| 1470 | 2026-03-27T19:24:23.296Z | Compiling httparse v1.10.1 |
| 1471 | 2026-03-27T19:24:23.484Z | Compiling untrusted v0.9.0 |
| 1472 | 2026-03-27T19:24:23.509Z | Compiling openssl-probe v0.2.1 |
| 1473 | 2026-03-27T19:24:23.540Z | Compiling base64 v0.22.1 |
| 1474 | 2026-03-27T19:24:23.607Z | Compiling untrusted v0.7.1 |
| 1475 | 2026-03-27T19:24:23.745Z | Compiling pkcs8 v0.10.2 |
| 1476 | 2026-03-27T19:24:23.763Z | Compiling pest_derive v2.8.6 |
| 1477 | 2026-03-27T19:24:23.857Z | Compiling scroll_derive v0.13.1 |
| 1478 | 2026-03-27T19:24:23.907Z | Compiling tracing v0.1.44 |
| 1479 | 2026-03-27T19:24:24.028Z | Compiling tokio-util v0.7.18 |
| 1480 | 2026-03-27T19:24:24.048Z | Compiling schemars_derive v0.8.22 |
| 1481 | 2026-03-27T19:24:24.190Z | Compiling darling_core v0.20.11 |
| 1482 | 2026-03-27T19:24:24.651Z | Compiling rustls v0.23.37 |
| 1483 | 2026-03-27T19:24:24.666Z | Compiling tower-service v0.3.3 |
| 1484 | 2026-03-27T19:24:24.766Z | Compiling tower-layer v0.3.3 |
| 1485 | 2026-03-27T19:24:24.823Z | Compiling dyn-clone v1.0.20 |
| 1486 | 2026-03-27T19:24:24.929Z | Compiling tinyvec_macros v0.1.1 |
| 1487 | 2026-03-27T19:24:24.965Z | Compiling try-lock v0.2.5 |
| 1488 | 2026-03-27T19:24:25.003Z | Compiling atomic-waker v1.1.2 |
| 1489 | 2026-03-27T19:24:25.048Z | Compiling want v0.3.1 |
| 1490 | 2026-03-27T19:24:25.075Z | Compiling tinyvec v1.10.0 |
| 1491 | 2026-03-27T19:24:25.128Z | Compiling h2 v0.4.13 |
| 1492 | 2026-03-27T19:24:25.219Z | Compiling scroll v0.13.0 |
| 1493 | 2026-03-27T19:24:25.487Z | Compiling ipnet v2.11.0 |
| 1494 | 2026-03-27T19:24:25.748Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1495 | 2026-03-27T19:24:25.882Z | Compiling spin v0.9.8 |
| 1496 | 2026-03-27T19:24:25.995Z | Compiling aho-corasick v1.1.4 |
| 1497 | 2026-03-27T19:24:26.093Z | Compiling num-conv v0.2.0 |
| 1498 | 2026-03-27T19:24:26.134Z | Compiling crc32fast v1.5.0 |
| 1499 | 2026-03-27T19:24:26.227Z | Compiling time-core v0.1.8 |
| 1500 | 2026-03-27T19:24:26.379Z | Compiling powerfmt v0.2.0 |
| 1501 | 2026-03-27T19:24:26.403Z | Compiling httpdate v1.0.3 |
| 1502 | 2026-03-27T19:24:26.446Z | Compiling darling_macro v0.20.11 |
| 1503 | 2026-03-27T19:24:26.553Z | Compiling openssl v0.10.75 |
| 1504 | 2026-03-27T19:24:26.582Z | Compiling pin-utils v0.1.0 |
| 1505 | 2026-03-27T19:24:26.621Z | Compiling foreign-types-shared v0.1.1 |
| 1506 | 2026-03-27T19:24:26.657Z | Compiling tempfile v3.25.0 |
| 1507 | 2026-03-27T19:24:26.711Z | Compiling foreign-types v0.3.2 |
| 1508 | 2026-03-27T19:24:26.784Z | Compiling regex-automata v0.4.14 |
| 1509 | 2026-03-27T19:24:26.820Z | Compiling deranged v0.5.8 |
| 1510 | 2026-03-27T19:24:26.948Z | Compiling darling v0.20.11 |
| 1511 | 2026-03-27T19:24:27.067Z | Compiling time-macros v0.2.27 |
| 1512 | 2026-03-27T19:24:27.752Z | Compiling goblin v0.10.5 |
| 1513 | 2026-03-27T19:24:28.131Z | Compiling hyper v1.8.1 |
| 1514 | 2026-03-27T19:24:28.390Z | Compiling thiserror-impl v1.0.69 |
| 1515 | 2026-03-27T19:24:29.100Z | Compiling openssl-macros v0.1.1 |
| 1516 | 2026-03-27T19:24:29.266Z | Compiling wait-timeout v0.2.1 |
| 1517 | 2026-03-27T19:24:29.484Z | Compiling num_threads v0.1.7 |
| 1518 | 2026-03-27T19:24:29.530Z | Compiling siphasher v1.0.2 |
| 1519 | 2026-03-27T19:24:29.585Z | Compiling bit-vec v0.8.0 |
| 1520 | 2026-03-27T19:24:29.619Z | Compiling quick-error v1.2.3 |
| 1521 | 2026-03-27T19:24:29.681Z | Compiling usdt-impl v0.6.0 |
| 1522 | 2026-03-27T19:24:29.715Z | Compiling native-tls v0.2.18 |
| 1523 | 2026-03-27T19:24:29.730Z | Compiling simd-adler32 v0.3.8 |
| 1524 | 2026-03-27T19:24:29.816Z | Compiling either v1.15.0 |
| 1525 | 2026-03-27T19:24:29.905Z | Compiling bit-set v0.8.0 |
| 1526 | 2026-03-27T19:24:29.939Z | Compiling rusty-fork v0.3.1 |
| 1527 | 2026-03-27T19:24:29.973Z | Compiling thiserror v1.0.69 |
| 1528 | 2026-03-27T19:24:30.018Z | Compiling time v0.3.47 |
| 1529 | 2026-03-27T19:24:30.080Z | Compiling hyper-util v0.1.20 |
| 1530 | 2026-03-27T19:24:30.445Z | Compiling dof v0.4.0 |
| 1531 | 2026-03-27T19:24:30.917Z | Compiling derive_builder_core v0.20.2 |
| 1532 | 2026-03-27T19:24:31.555Z | Compiling unicode-normalization v0.1.25 |
| 1533 | 2026-03-27T19:24:31.593Z | Compiling crossbeam-epoch v0.9.18 |
| 1534 | 2026-03-27T19:24:31.760Z | Compiling dtrace-parser v0.3.0 |
| 1535 | 2026-03-27T19:24:31.792Z | Compiling rustls-native-certs v0.8.3 |
| 1536 | 2026-03-27T19:24:31.957Z | Compiling signature v2.2.0 |
| 1537 | 2026-03-27T19:24:31.973Z | Compiling scroll_derive v0.12.1 |
| 1538 | 2026-03-27T19:24:32.050Z | Compiling heapless v0.7.17 |
| 1539 | 2026-03-27T19:24:32.110Z | Compiling rand_xorshift v0.4.0 |
| 1540 | 2026-03-27T19:24:32.140Z | Compiling slog v2.8.2 |
| 1541 | 2026-03-27T19:24:32.275Z | Compiling darling_core v0.21.3 |
| 1542 | 2026-03-27T19:24:32.290Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1543 | 2026-03-27T19:24:32.324Z | Compiling sync_wrapper v1.0.2 |
| 1544 | 2026-03-27T19:24:32.438Z | Compiling thread-id v5.1.0 |
| 1545 | 2026-03-27T19:24:32.526Z | Compiling cookie v0.18.1 |
| 1546 | 2026-03-27T19:24:32.556Z | Compiling unarray v0.1.4 |
| 1547 | 2026-03-27T19:24:32.572Z | Compiling unicode-segmentation v1.12.0 |
| 1548 | 2026-03-27T19:24:32.628Z | Compiling unicode-properties v0.1.4 |
| 1549 | 2026-03-27T19:24:32.667Z | Compiling anyhow v1.0.102 |
| 1550 | 2026-03-27T19:24:32.706Z | Compiling zstd-safe v7.2.4 |
| 1551 | 2026-03-27T19:24:32.840Z | Compiling rayon-core v1.13.0 |
| 1552 | 2026-03-27T19:24:32.904Z | Compiling unicode-bidi v0.3.18 |
| 1553 | 2026-03-27T19:24:32.957Z | Compiling paste v1.0.15 |
| 1554 | 2026-03-27T19:24:32.973Z | Compiling signal-hook v0.3.18 |
| 1555 | 2026-03-27T19:24:32.988Z | Compiling adler2 v2.0.1 |
| 1556 | 2026-03-27T19:24:33.117Z | Compiling miniz_oxide v0.8.9 |
| 1557 | 2026-03-27T19:24:33.209Z | Compiling proptest v1.10.0 |
| 1558 | 2026-03-27T19:24:33.248Z | Compiling stringprep v0.1.5 |
| 1559 | 2026-03-27T19:24:33.271Z | Compiling scroll v0.12.0 |
| 1560 | 2026-03-27T19:24:33.533Z | Compiling tower v0.5.3 |
| 1561 | 2026-03-27T19:24:33.753Z | Compiling crossbeam-deque v0.8.6 |
| 1562 | 2026-03-27T19:24:33.939Z | Compiling derive_builder_macro v0.20.2 |
| 1563 | 2026-03-27T19:24:33.999Z | Compiling ipnetwork v0.21.1 |
| 1564 | 2026-03-27T19:24:34.028Z | Compiling http-body-util v0.1.3 |
| 1565 | 2026-03-27T19:24:34.092Z | Compiling webpki-roots v1.0.6 |
| 1566 | 2026-03-27T19:24:34.205Z | Compiling rand_chacha v0.3.1 |
| 1567 | 2026-03-27T19:24:34.220Z | Compiling erased-serde v0.3.31 |
| 1568 | 2026-03-27T19:24:34.265Z | Compiling serde_spanned v0.6.9 |
| 1569 | 2026-03-27T19:24:34.385Z | Compiling toml_datetime v0.6.11 |
| 1570 | 2026-03-27T19:24:34.400Z | Compiling serde_tokenstream v0.2.3 |
| 1571 | 2026-03-27T19:24:34.415Z | Compiling md-5 v0.10.6 |
| 1572 | 2026-03-27T19:24:34.578Z | Compiling zerocopy-derive v0.7.35 |
| 1573 | 2026-03-27T19:24:34.644Z | Compiling curve25519-dalek v4.1.3 |
| 1574 | 2026-03-27T19:24:34.695Z | Compiling vergen-lib v0.1.6 |
| 1575 | 2026-03-27T19:24:34.711Z | Compiling num-integer v0.1.46 |
| 1576 | 2026-03-27T19:24:34.777Z | Compiling darling_macro v0.21.3 |
| 1577 | 2026-03-27T19:24:34.879Z | Compiling hash32 v0.2.1 |
| 1578 | 2026-03-27T19:24:34.978Z | Compiling ff v0.13.1 |
| 1579 | 2026-03-27T19:24:35.000Z | Compiling memoffset v0.9.1 |
| 1580 | 2026-03-27T19:24:35.040Z | Compiling psl-types v2.0.11 |
| 1581 | 2026-03-27T19:24:35.073Z | Compiling num-bigint-dig v0.8.6 |
| 1582 | 2026-03-27T19:24:35.113Z | Compiling base16ct v0.2.0 |
| 1583 | 2026-03-27T19:24:35.166Z | Compiling iri-string v0.7.10 |
| 1584 | 2026-03-27T19:24:35.191Z | Compiling ref-cast v1.0.25 |
| 1585 | 2026-03-27T19:24:35.251Z | Compiling fallible-iterator v0.2.0 |
| 1586 | 2026-03-27T19:24:35.267Z | Compiling ryu v1.0.23 |
| 1587 | 2026-03-27T19:24:35.292Z | Compiling cfg_aliases v0.2.1 |
| 1588 | 2026-03-27T19:24:35.370Z | Compiling zlib-rs v0.6.2 |
| 1589 | 2026-03-27T19:24:35.445Z | Compiling smoltcp v0.9.1 |
| 1590 | 2026-03-27T19:24:35.460Z | Compiling rustix v0.38.44 |
| 1591 | 2026-03-27T19:24:35.492Z | Compiling litrs v1.0.0 |
| 1592 | 2026-03-27T19:24:35.558Z | Compiling postgres-protocol v0.6.10 |
| 1593 | 2026-03-27T19:24:35.792Z | Compiling newtype-uuid v1.3.2 |
| 1594 | 2026-03-27T19:24:35.950Z | Compiling zerocopy v0.7.35 |
| 1595 | 2026-03-27T19:24:36.001Z | Compiling document-features v0.2.12 |
| 1596 | 2026-03-27T19:24:36.106Z | Compiling serde_urlencoded v0.7.1 |
| 1597 | 2026-03-27T19:24:36.124Z | Compiling nix v0.31.1 |
| 1598 | 2026-03-27T19:24:36.354Z | Compiling tower-http v0.6.8 |
| 1599 | 2026-03-27T19:24:36.490Z | Compiling darling v0.21.3 |
| 1600 | 2026-03-27T19:24:36.525Z | Compiling sec1 v0.7.3 |
| 1601 | 2026-03-27T19:24:36.590Z | Compiling publicsuffix v2.3.0 |
| 1602 | 2026-03-27T19:24:36.654Z | Compiling group v0.13.0 |
| 1603 | 2026-03-27T19:24:36.770Z | Compiling num-iter v0.1.45 |
| 1604 | 2026-03-27T19:24:36.830Z | Compiling rand v0.8.5 |
| 1605 | 2026-03-27T19:24:36.833Z | Compiling derive_builder v0.20.2 |
| 1606 | 2026-03-27T19:24:36.944Z | Compiling oxnet v0.1.4 |
| 1607 | 2026-03-27T19:24:37.140Z | Compiling proc-macro-error v1.0.4 |
| 1608 | 2026-03-27T19:24:37.250Z | Compiling tokio-native-tls v0.3.1 |
| 1609 | 2026-03-27T19:24:37.341Z | Compiling goblin v0.8.2 |
| 1610 | 2026-03-27T19:24:37.956Z | Compiling heck v0.4.1 |
| 1611 | 2026-03-27T19:24:37.999Z | Compiling phf_shared v0.13.1 |
| 1612 | 2026-03-27T19:24:38.118Z | Compiling hubpack_derive v0.1.1 |
| 1613 | 2026-03-27T19:24:38.184Z | Compiling regex v1.12.3 |
| 1614 | 2026-03-27T19:24:38.242Z | Compiling lazy_static v1.5.0 |
| 1615 | 2026-03-27T19:24:38.258Z | Compiling flate2 v1.1.9 |
| 1616 | 2026-03-27T19:24:38.341Z | Compiling cargo-platform v0.1.9 |
| 1617 | 2026-03-27T19:24:38.563Z | Compiling hkdf v0.12.4 |
| 1618 | 2026-03-27T19:24:38.602Z | Compiling crypto-bigint v0.5.5 |
| 1619 | 2026-03-27T19:24:38.625Z | Compiling terminal_size v0.4.3 |
| 1620 | 2026-03-27T19:24:38.645Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1621 | 2026-03-27T19:24:38.675Z | Compiling ref-cast-impl v1.0.25 |
| 1622 | 2026-03-27T19:24:38.731Z | Compiling daft-derive v0.1.5 |
| 1623 | 2026-03-27T19:24:38.764Z | Compiling async-trait v0.1.89 |
| 1624 | 2026-03-27T19:24:39.211Z | Compiling strum_macros v0.27.2 |
| 1625 | 2026-03-27T19:24:39.282Z | Compiling vergen v9.0.6 |
| 1626 | 2026-03-27T19:24:39.442Z | Compiling fs-err v3.3.0 |
| 1627 | 2026-03-27T19:24:39.469Z | Compiling ahash v0.8.12 |
| 1628 | 2026-03-27T19:24:39.630Z | Compiling winnow v0.5.40 |
| 1629 | 2026-03-27T19:24:39.673Z | Compiling foldhash v0.1.5 |
| 1630 | 2026-03-27T19:24:39.784Z | Compiling libbz2-rs-sys v0.2.2 |
| 1631 | 2026-03-27T19:24:39.851Z | Compiling bitflags v1.3.2 |
| 1632 | 2026-03-27T19:24:39.932Z | Compiling object v0.37.3 |
| 1633 | 2026-03-27T19:24:40.208Z | Compiling managed v0.8.0 |
| 1634 | 2026-03-27T19:24:40.428Z | Compiling bumpalo v3.20.2 |
| 1635 | 2026-03-27T19:24:40.458Z | Compiling console v0.16.2 |
| 1636 | 2026-03-27T19:24:40.683Z | Compiling zopfli v0.8.3 |
| 1637 | 2026-03-27T19:24:40.900Z | Compiling toml_edit v0.19.15 |
| 1638 | 2026-03-27T19:24:41.016Z | Compiling bzip2 v0.6.1 |
| 1639 | 2026-03-27T19:24:41.043Z | Compiling hashbrown v0.15.5 |
| 1640 | 2026-03-27T19:24:41.174Z | Compiling strum v0.27.2 |
| 1641 | 2026-03-27T19:24:41.225Z | Compiling clap_builder v4.5.60 |
| 1642 | 2026-03-27T19:24:41.362Z | Compiling dof v0.3.0 |
| 1643 | 2026-03-27T19:24:41.447Z | Compiling elliptic-curve v0.13.8 |
| 1644 | 2026-03-27T19:24:41.530Z | Compiling daft v0.1.5 |
| 1645 | 2026-03-27T19:24:41.842Z | Compiling hubpack v0.1.2 |
| 1646 | 2026-03-27T19:24:41.968Z | Compiling cargo_metadata v0.19.2 |
| 1647 | 2026-03-27T19:24:42.099Z | Compiling phf v0.13.1 |
| 1648 | 2026-03-27T19:24:42.266Z | Compiling zone_cfg_derive v0.3.1 |
| 1649 | 2026-03-27T19:24:42.911Z | Compiling signal-hook-mio v0.2.5 |
| 1650 | 2026-03-27T19:24:43.039Z | Compiling cookie_store v0.22.1 |
| 1651 | 2026-03-27T19:24:43.582Z | Compiling zstd v0.13.3 |
| 1652 | 2026-03-27T19:24:43.690Z | Compiling rayon v1.11.0 |
| 1653 | 2026-03-27T19:24:43.707Z | Compiling hyper-tls v0.6.0 |
| 1654 | 2026-03-27T19:24:43.848Z | Compiling bzip2 v0.4.4 |
| 1655 | 2026-03-27T19:24:44.026Z | Compiling serde_with_macros v3.17.0 |
| 1656 | 2026-03-27T19:24:44.082Z | Compiling postgres-types v0.2.12 |
| 1657 | 2026-03-27T19:24:44.284Z | Compiling usdt-attr-macro v0.6.0 |
| 1658 | 2026-03-27T19:24:44.627Z | Compiling usdt-macro v0.6.0 |
| 1659 | 2026-03-27T19:24:44.647Z | Compiling ed25519 v2.2.3 |
| 1660 | 2026-03-27T19:24:45.069Z | Compiling dtrace-parser v0.2.0 |
| 1661 | 2026-03-27T19:24:45.141Z | Compiling itertools v0.12.1 |
| 1662 | 2026-03-27T19:24:45.316Z | Compiling phf_shared v0.11.3 |
| 1663 | 2026-03-27T19:24:45.363Z | Compiling bstr v1.12.1 |
| 1664 | 2026-03-27T19:24:45.404Z | Compiling pkcs1 v0.7.5 |
| 1665 | 2026-03-27T19:24:45.501Z | Compiling hex v0.4.3 |
| 1666 | 2026-03-27T19:24:45.553Z | Compiling serde-big-array v0.5.1 |
| 1667 | 2026-03-27T19:24:45.699Z | Compiling rfc6979 v0.4.0 |
| 1668 | 2026-03-27T19:24:45.769Z | Compiling enum-as-inner v0.6.1 |
| 1669 | 2026-03-27T19:24:45.805Z | Compiling strum_macros v0.26.4 |
| 1670 | 2026-03-27T19:24:45.820Z | Compiling serde_repr v0.1.20 |
| 1671 | 2026-03-27T19:24:45.834Z | Compiling clap_derive v4.5.55 |
| 1672 | 2026-03-27T19:24:46.014Z | Compiling float-cmp v0.10.0 |
| 1673 | 2026-03-27T19:24:46.166Z | Compiling thread-id v4.2.2 |
| 1674 | 2026-03-27T19:24:46.259Z | Compiling memmap2 v0.9.10 |
| 1675 | 2026-03-27T19:24:46.275Z | Compiling env_filter v1.0.0 |
| 1676 | 2026-03-27T19:24:46.348Z | Compiling encoding_rs v0.8.35 |
| 1677 | 2026-03-27T19:24:46.351Z | Compiling mime v0.3.17 |
| 1678 | 2026-03-27T19:24:46.474Z | Compiling unit-prefix v0.5.2 |
| 1679 | 2026-03-27T19:24:46.578Z | Compiling precomputed-hash v0.1.1 |
| 1680 | 2026-03-27T19:24:46.623Z | Compiling data-encoding v2.10.0 |
| 1681 | 2026-03-27T19:24:46.623Z | Compiling rustc-hash v2.1.1 |
| 1682 | 2026-03-27T19:24:46.669Z | Compiling keccak v0.1.6 |
| 1683 | 2026-03-27T19:24:46.767Z | Compiling predicates-core v1.0.10 |
| 1684 | 2026-03-27T19:24:47.010Z | Compiling static_assertions v1.1.0 |
| 1685 | 2026-03-27T19:24:47.091Z | Compiling fixedbitset v0.5.7 |
| 1686 | 2026-03-27T19:24:47.362Z | Compiling fixedbitset v0.4.2 |
| 1687 | 2026-03-27T19:24:47.409Z | Compiling jiff v0.2.21 |
| 1688 | 2026-03-27T19:24:47.500Z | Compiling new_debug_unreachable v1.0.6 |
| 1689 | 2026-03-27T19:24:47.578Z | Compiling whoami v2.1.0 |
| 1690 | 2026-03-27T19:24:47.593Z | Compiling normalize-line-endings v0.3.0 |
| 1691 | 2026-03-27T19:24:47.607Z | Compiling difflib v0.4.0 |
| 1692 | 2026-03-27T19:24:47.623Z | Compiling clap v4.5.60 |
| 1693 | 2026-03-27T19:24:47.688Z | Compiling strum v0.26.3 |
| 1694 | 2026-03-27T19:24:47.711Z | Compiling toml_edit v0.22.27 |
| 1695 | 2026-03-27T19:24:47.737Z | Compiling string_cache v0.8.9 |
| 1696 | 2026-03-27T19:24:47.821Z | Compiling tokio-postgres v0.7.16 |
| 1697 | 2026-03-27T19:24:47.944Z | Compiling predicates v3.1.4 |
| 1698 | 2026-03-27T19:24:47.963Z | Compiling petgraph v0.6.5 |
| 1699 | 2026-03-27T19:24:47.979Z | Compiling petgraph v0.8.3 |
| 1700 | 2026-03-27T19:24:48.185Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1701 | 2026-03-27T19:24:48.593Z | Compiling hickory-proto v0.25.2 |
| 1702 | 2026-03-27T19:24:49.423Z | Compiling sha3 v0.10.8 |
| 1703 | 2026-03-27T19:24:49.881Z | Compiling iddqd v0.3.17 |
| 1704 | 2026-03-27T19:24:49.898Z | Compiling indicatif v0.18.4 |
| 1705 | 2026-03-27T19:24:49.988Z | Compiling zip v4.6.1 |
| 1706 | 2026-03-27T19:24:50.409Z | Compiling env_logger v0.11.9 |
| 1707 | 2026-03-27T19:24:50.744Z | Compiling usdt v0.6.0 |
| 1708 | 2026-03-27T19:24:50.771Z | Compiling zone v0.3.1 |
| 1709 | 2026-03-27T19:24:50.926Z | Compiling usdt-impl v0.5.0 |
| 1710 | 2026-03-27T19:24:50.946Z | Compiling ecdsa v0.16.9 |
| 1711 | 2026-03-27T19:24:51.008Z | Compiling similar v2.7.0 |
| 1712 | 2026-03-27T19:24:51.025Z | Compiling serde_with v3.17.0 |
| 1713 | 2026-03-27T19:24:51.338Z | Compiling rsa v0.9.10 |
| 1714 | 2026-03-27T19:24:51.444Z | Compiling crossterm v0.28.1 |
| 1715 | 2026-03-27T19:24:51.508Z | Compiling ed25519-dalek v2.2.0 |
| 1716 | 2026-03-27T19:24:51.877Z | Compiling zip v0.6.6 |
| 1717 | 2026-03-27T19:24:52.476Z | Compiling toml v0.7.8 |
| 1718 | 2026-03-27T19:24:53.022Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1719 | 2026-03-27T19:24:53.025Z | Compiling itertools v0.13.0 |
| 1720 | 2026-03-27T19:24:53.051Z | Compiling tokio-stream v0.1.18 |
| 1721 | 2026-03-27T19:24:53.095Z | Compiling buf-list v1.1.2 |
| 1722 | 2026-03-27T19:24:53.320Z | Compiling x509-cert v0.2.5 |
| 1723 | 2026-03-27T19:24:53.379Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1724 | 2026-03-27T19:24:53.504Z | Compiling openapiv3 v2.2.0 |
| 1725 | 2026-03-27T19:24:53.653Z | Compiling sha1 v0.10.6 |
| 1726 | 2026-03-27T19:24:53.684Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1727 | 2026-03-27T19:24:53.876Z | Compiling peg-runtime v0.8.5 |
| 1728 | 2026-03-27T19:24:53.976Z | Compiling lalrpop-util v0.19.12 |
| 1729 | 2026-03-27T19:24:54.160Z | Compiling thread_local v1.1.9 |
| 1730 | 2026-03-27T19:24:54.181Z | Compiling slog-async v2.8.0 |
| 1731 | 2026-03-27T19:24:54.256Z | Compiling crossbeam-channel v0.5.15 |
| 1732 | 2026-03-27T19:24:54.418Z | Compiling futures-executor v0.3.32 |
| 1733 | 2026-03-27T19:24:54.505Z | Compiling filetime v0.2.27 |
| 1734 | 2026-03-27T19:24:54.687Z | Compiling is-terminal v0.4.17 |
| 1735 | 2026-03-27T19:24:54.687Z | Compiling take_mut v0.2.2 |
| 1736 | 2026-03-27T19:24:54.717Z | Compiling term v1.2.1 |
| 1737 | 2026-03-27T19:24:54.721Z | Compiling xattr v1.6.1 |
| 1738 | 2026-03-27T19:24:54.784Z | Compiling futures v0.3.32 |
| 1739 | 2026-03-27T19:24:54.870Z | Compiling tar v0.4.45 |
| 1740 | 2026-03-27T19:24:55.095Z | Compiling slog-term v2.9.2 |
| 1741 | 2026-03-27T19:25:00.626Z | Compiling rustls-webpki v0.103.9 |
| 1742 | 2026-03-27T19:25:03.424Z | Compiling tokio-rustls v0.26.4 |
| 1743 | 2026-03-27T19:25:03.424Z | Compiling rustls-platform-verifier v0.6.2 |
| 1744 | 2026-03-27T19:25:03.622Z | Compiling hyper-rustls v0.27.7 |
| 1745 | 2026-03-27T19:25:03.824Z | Compiling reqwest v0.13.2 |
| 1746 | 2026-03-27T19:25:03.824Z | Compiling reqwest v0.12.28 |
| 1747 | 2026-03-27T19:25:05.910Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1748 | 2026-03-27T19:25:06.129Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1749 | 2026-03-27T19:25:08.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
| 1750 | 2026-03-27T19:25:09.103Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1751 | 2026-03-27T19:25:09.160Z | Mar 27 19:25:07.306 INFO Starting download, target: Cockroach |
| 1752 | 2026-03-27T19:25:09.160Z | Mar 27 19:25:07.306 INFO Starting download, target: Clickhouse |
| 1753 | 2026-03-27T19:25:09.160Z | Mar 27 19:25:07.306 INFO Starting download, target: Console |
| 1754 | 2026-03-27T19:25:09.160Z | Mar 27 19:25:07.306 INFO Starting download, target: DendriteStub |
| 1755 | 2026-03-27T19:25:09.160Z | Mar 27 19:25:07.306 INFO Starting download, target: MaghemiteMgd |
| 1756 | 2026-03-27T19:25:09.160Z | Mar 27 19:25:07.306 INFO Starting download, target: TransceiverControl |
| 1757 | 2026-03-27T19:25:09.163Z | Mar 27 19:25:07.306 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1758 | 2026-03-27T19:25:09.163Z | Mar 27 19:25:07.306 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1759 | 2026-03-27T19:25:09.163Z | Mar 27 19:25:07.306 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1760 | 2026-03-27T19:25:09.163Z | Mar 27 19:25:07.306 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1761 | 2026-03-27T19:25:09.163Z | Mar 27 19:25:07.306 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1762 | 2026-03-27T19:25:09.163Z | Mar 27 19:25:07.307 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1763 | 2026-03-27T19:25:09.638Z | Mar 27 19:25:07.781 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1764 | 2026-03-27T19:25:09.844Z | Mar 27 19:25:07.989 INFO Download complete, target: TransceiverControl |
| 1765 | 2026-03-27T19:25:10.198Z | Mar 27 19:25:08.342 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1766 | 2026-03-27T19:25:10.458Z | Mar 27 19:25:08.602 INFO Download complete, target: Console |
| 1767 | 2026-03-27T19:25:10.610Z | Mar 27 19:25:08.755 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1768 | 2026-03-27T19:25:10.862Z | Mar 27 19:25:09.008 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1769 | 2026-03-27T19:25:11.370Z | Mar 27 19:25:09.513 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1770 | 2026-03-27T19:25:11.472Z | Mar 27 19:25:09.618 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1771 | 2026-03-27T19:25:11.472Z | Mar 27 19:25:09.618 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1772 | 2026-03-27T19:25:12.826Z | Mar 27 19:25:10.972 INFO Download complete, target: DendriteStub |
| 1773 | 2026-03-27T19:25:13.094Z | Mar 27 19:25:11.240 INFO Download complete, target: MaghemiteMgd |
| 1774 | 2026-03-27T19:25:16.025Z | Mar 27 19:25:14.171 INFO Checking that binary works, target: Cockroach |
| 1775 | 2026-03-27T19:25:16.148Z | Mar 27 19:25:14.294 INFO Download complete, target: Cockroach |
| 1776 | 2026-03-27T19:25:18.094Z | Mar 27 19:25:16.239 INFO Checking that binary works, target: Clickhouse |
| 1777 | 2026-03-27T19:25:18.180Z | Mar 27 19:25:16.325 INFO Download complete, target: Clickhouse |
| 1778 | 2026-03-27T19:25:18.193Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1779 | 2026-03-27T19:25:18.196Z | |
| 1780 | 2026-03-27T19:25:18.196Z | real 3:02.715070287 |
| 1781 | 2026-03-27T19:25:18.197Z | user 7:18.357847524 |
| 1782 | 2026-03-27T19:25:18.197Z | sys 1:25.619172761 |
| 1783 | 2026-03-27T19:25:18.197Z | trap 0.222578101 |
| 1784 | 2026-03-27T19:25:18.197Z | tflt 1.081624118 |
| 1785 | 2026-03-27T19:25:18.197Z | dflt 1.339706094 |
| 1786 | 2026-03-27T19:25:18.197Z | kflt 0.033804846 |
| 1787 | 2026-03-27T19:25:18.197Z | lock 21:24.824827423 |
| 1788 | 2026-03-27T19:25:18.197Z | slp 22:04.688468266 |
| 1789 | 2026-03-27T19:25:18.197Z | lat 44.813430012 |
| 1790 | 2026-03-27T19:25:18.197Z | stop 2:06.104309217 |
| 1791 | 2026-03-27T19:25:18.197Z | + banner clippy |
| 1792 | 2026-03-27T19:25:18.197Z | |
| 1793 | 2026-03-27T19:25:18.197Z | #### # # ##### ##### # # |
| 1794 | 2026-03-27T19:25:18.197Z | # # # # # # # # # # |
| 1795 | 2026-03-27T19:25:18.197Z | # # # # # # # # |
| 1796 | 2026-03-27T19:25:18.197Z | # # # ##### ##### # |
| 1797 | 2026-03-27T19:25:18.197Z | # # # # # # # |
| 1798 | 2026-03-27T19:25:18.197Z | #### ###### # # # # |
| 1799 | 2026-03-27T19:25:18.197Z | |
| 1800 | 2026-03-27T19:25:18.197Z | + export CARGO_INCREMENTAL=0 |
| 1801 | 2026-03-27T19:25:18.197Z | + CARGO_INCREMENTAL=0 |
| 1802 | 2026-03-27T19:25:18.197Z | + ptime -m cargo xtask clippy |
| 1803 | 2026-03-27T19:25:18.757Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1804 | 2026-03-27T19:25:18.976Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1805 | 2026-03-27T19:25:20.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s |
| 1806 | 2026-03-27T19:25:20.924Z | Running `target/debug/xtask clippy` |
| 1807 | 2026-03-27T19:25:20.954Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1808 | 2026-03-27T19:25:21.558Z | Downloading crates ... |
| 1809 | 2026-03-27T19:25:21.762Z | Downloaded addr2line v0.25.1 |
| 1810 | 2026-03-27T19:25:21.765Z | Downloaded similar-asserts v1.7.0 |
| 1811 | 2026-03-27T19:25:21.768Z | Downloaded owo-colors v3.5.0 |
| 1812 | 2026-03-27T19:25:21.772Z | Downloaded textwrap v0.15.2 |
| 1813 | 2026-03-27T19:25:21.780Z | Downloaded supports-color v2.1.0 |
| 1814 | 2026-03-27T19:25:21.786Z | Downloaded target-triple v1.0.0 |
| 1815 | 2026-03-27T19:25:21.789Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1816 | 2026-03-27T19:25:21.792Z | Downloaded assert-json-diff v2.0.2 |
| 1817 | 2026-03-27T19:25:21.792Z | Downloaded event-listener-strategy v0.5.4 |
| 1818 | 2026-03-27T19:25:21.792Z | Downloaded constant_time_eq v0.3.1 |
| 1819 | 2026-03-27T19:25:21.796Z | Downloaded terminal_size v0.1.17 |
| 1820 | 2026-03-27T19:25:21.799Z | Downloaded rstest v0.25.0 |
| 1821 | 2026-03-27T19:25:21.802Z | Downloaded libtest-mimic v0.8.1 |
| 1822 | 2026-03-27T19:25:21.805Z | Downloaded criterion-plot v0.6.0 |
| 1823 | 2026-03-27T19:25:21.805Z | Downloaded concurrent-queue v2.5.0 |
| 1824 | 2026-03-27T19:25:21.805Z | Downloaded backtrace-ext v0.2.1 |
| 1825 | 2026-03-27T19:25:21.812Z | Downloaded cast v0.3.0 |
| 1826 | 2026-03-27T19:25:21.815Z | Downloaded approx v0.5.1 |
| 1827 | 2026-03-27T19:25:21.815Z | Downloaded async-object-pool v0.2.0 |
| 1828 | 2026-03-27T19:25:21.818Z | Downloaded supports-hyperlinks v2.1.0 |
| 1829 | 2026-03-27T19:25:21.818Z | Downloaded cargo-platform v0.3.2 |
| 1830 | 2026-03-27T19:25:21.821Z | Downloaded escape8259 v0.5.3 |
| 1831 | 2026-03-27T19:25:21.821Z | Downloaded futures-timer v3.0.3 |
| 1832 | 2026-03-27T19:25:21.824Z | Downloaded httptest v0.16.4 |
| 1833 | 2026-03-27T19:25:21.826Z | Downloaded serde_regex v1.1.0 |
| 1834 | 2026-03-27T19:25:21.829Z | Downloaded miette-derive v5.10.0 |
| 1835 | 2026-03-27T19:25:21.833Z | Downloaded nested v0.1.1 |
| 1836 | 2026-03-27T19:25:21.838Z | Downloaded pathdiff v0.2.3 |
| 1837 | 2026-03-27T19:25:21.841Z | Downloaded linkme-impl v0.3.35 |
| 1838 | 2026-03-27T19:25:21.844Z | Downloaded stringmetrics v2.2.2 |
| 1839 | 2026-03-27T19:25:21.847Z | Downloaded termcolor v1.4.1 |
| 1840 | 2026-03-27T19:25:21.847Z | Downloaded parking v2.2.1 |
| 1841 | 2026-03-27T19:25:21.850Z | Downloaded chumsky v0.9.3 |
| 1842 | 2026-03-27T19:25:21.850Z | Downloaded target-lexicon v0.13.3 |
| 1843 | 2026-03-27T19:25:21.853Z | Downloaded oorandom v11.1.5 |
| 1844 | 2026-03-27T19:25:21.853Z | Downloaded anes v0.1.6 |
| 1845 | 2026-03-27T19:25:21.859Z | Downloaded supports-unicode v2.1.0 |
| 1846 | 2026-03-27T19:25:21.862Z | Downloaded plotters-svg v0.3.7 |
| 1847 | 2026-03-27T19:25:21.862Z | Downloaded plotters-backend v0.3.7 |
| 1848 | 2026-03-27T19:25:21.870Z | Downloaded tinytemplate v1.2.1 |
| 1849 | 2026-03-27T19:25:21.872Z | Downloaded cargo_metadata v0.23.1 |
| 1850 | 2026-03-27T19:25:21.875Z | Downloaded rustc-demangle v0.1.27 |
| 1851 | 2026-03-27T19:25:21.875Z | Downloaded knuffel-derive v3.2.0 |
| 1852 | 2026-03-27T19:25:21.878Z | Downloaded cfg-expr v0.20.6 |
| 1853 | 2026-03-27T19:25:21.881Z | Downloaded relative-path v1.9.3 |
| 1854 | 2026-03-27T19:25:21.881Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1855 | 2026-03-27T19:25:21.884Z | Downloaded partial-io v0.5.4 |
| 1856 | 2026-03-27T19:25:21.884Z | Downloaded assert_cmd v2.1.2 |
| 1857 | 2026-03-27T19:25:21.884Z | Downloaded target-spec v3.5.7 |
| 1858 | 2026-03-27T19:25:21.886Z | Downloaded trybuild v1.0.116 |
| 1859 | 2026-03-27T19:25:21.889Z | Downloaded event-listener v5.4.1 |
| 1860 | 2026-03-27T19:25:21.889Z | Downloaded linkme v0.3.35 |
| 1861 | 2026-03-27T19:25:21.892Z | Downloaded rust-argon2 v2.1.0 |
| 1862 | 2026-03-27T19:25:21.895Z | Downloaded path-tree v0.8.3 |
| 1863 | 2026-03-27T19:25:21.900Z | Downloaded blake2b_simd v1.0.4 |
| 1864 | 2026-03-27T19:25:21.903Z | Downloaded datatest-stable v0.3.3 |
| 1865 | 2026-03-27T19:25:21.903Z | Downloaded async-lock v3.4.2 |
| 1866 | 2026-03-27T19:25:21.906Z | Downloaded fancy-regex v0.14.0 |
| 1867 | 2026-03-27T19:25:21.929Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1868 | 2026-03-27T19:25:21.932Z | Downloaded knuffel v3.2.0 |
| 1869 | 2026-03-27T19:25:21.935Z | Downloaded backtrace v0.3.76 |
| 1870 | 2026-03-27T19:25:21.942Z | Downloaded miette v5.10.0 |
| 1871 | 2026-03-27T19:25:21.946Z | Downloaded rstest_macros v0.25.0 |
| 1872 | 2026-03-27T19:25:21.948Z | Downloaded rand_distr v0.5.1 |
| 1873 | 2026-03-27T19:25:21.957Z | Downloaded criterion v0.7.0 |
| 1874 | 2026-03-27T19:25:21.964Z | Downloaded plotters v0.3.7 |
| 1875 | 2026-03-27T19:25:21.968Z | Downloaded hashbrown v0.14.5 |
| 1876 | 2026-03-27T19:25:21.972Z | Downloaded guppy v0.17.25 |
| 1877 | 2026-03-27T19:25:21.990Z | Downloaded gimli v0.32.3 |
| 1878 | 2026-03-27T19:25:22.103Z | Downloaded httpmock v0.8.3 |
| 1879 | 2026-03-27T19:25:23.680Z | Checking cfg-if v1.0.4 |
| 1880 | 2026-03-27T19:25:24.031Z | Checking libc v0.2.180 |
| 1881 | 2026-03-27T19:25:24.034Z | Checking serde_core v1.0.228 |
| 1882 | 2026-03-27T19:25:24.107Z | Checking memchr v2.8.0 |
| 1883 | 2026-03-27T19:25:24.145Z | Checking smallvec v1.15.1 |
| 1884 | 2026-03-27T19:25:24.182Z | Checking itoa v1.0.17 |
| 1885 | 2026-03-27T19:25:24.219Z | Checking log v0.4.29 |
| 1886 | 2026-03-27T19:25:24.263Z | Checking zeroize v1.8.2 |
| 1887 | 2026-03-27T19:25:24.300Z | Checking libm v0.2.16 |
| 1888 | 2026-03-27T19:25:24.350Z | Checking stable_deref_trait v1.2.1 |
| 1889 | 2026-03-27T19:25:24.350Z | Checking scopeguard v1.2.0 |
| 1890 | 2026-03-27T19:25:24.422Z | Checking zmij v1.0.21 |
| 1891 | 2026-03-27T19:25:24.460Z | Checking zerofrom v0.1.6 |
| 1892 | 2026-03-27T19:25:24.498Z | Checking errno v0.3.14 |
| 1893 | 2026-03-27T19:25:24.498Z | Checking getrandom v0.2.17 |
| 1894 | 2026-03-27T19:25:24.567Z | Checking lock_api v0.4.14 |
| 1895 | 2026-03-27T19:25:24.601Z | Checking yoke v0.8.1 |
| 1896 | 2026-03-27T19:25:24.638Z | Checking percent-encoding v2.3.2 |
| 1897 | 2026-03-27T19:25:24.675Z | Checking litemap v0.8.1 |
| 1898 | 2026-03-27T19:25:24.678Z | Checking writeable v0.6.2 |
| 1899 | 2026-03-27T19:25:24.745Z | Checking icu_normalizer_data v2.1.1 |
| 1900 | 2026-03-27T19:25:24.785Z | Checking icu_properties_data v2.1.2 |
| 1901 | 2026-03-27T19:25:24.788Z | Checking zerovec v0.11.5 |
| 1902 | 2026-03-27T19:25:24.822Z | Checking zerotrie v0.2.3 |
| 1903 | 2026-03-27T19:25:24.889Z | Checking form_urlencoded v1.2.2 |
| 1904 | 2026-03-27T19:25:24.924Z | Checking utf8_iter v1.0.4 |
| 1905 | 2026-03-27T19:25:24.927Z | Checking subtle v2.6.1 |
| 1906 | 2026-03-27T19:25:24.994Z | Checking num-traits v0.2.19 |
| 1907 | 2026-03-27T19:25:25.030Z | Checking rand_core v0.10.0 |
| 1908 | 2026-03-27T19:25:25.065Z | Checking rand_core v0.6.4 |
| 1909 | 2026-03-27T19:25:25.100Z | Checking portable-atomic v1.13.1 |
| 1910 | 2026-03-27T19:25:25.134Z | Checking pin-project-lite v0.2.17 |
| 1911 | 2026-03-27T19:25:25.137Z | Checking zerocopy v0.8.40 |
| 1912 | 2026-03-27T19:25:25.200Z | Checking getrandom v0.4.1 |
| 1913 | 2026-03-27T19:25:25.255Z | Checking critical-section v1.2.0 |
| 1914 | 2026-03-27T19:25:25.293Z | Checking tinystr v0.8.2 |
| 1915 | 2026-03-27T19:25:25.293Z | Checking potential_utf v0.1.4 |
| 1916 | 2026-03-27T19:25:25.367Z | Checking parking_lot_core v0.9.12 |
| 1917 | 2026-03-27T19:25:25.408Z | Checking signal-hook-registry v1.4.8 |
| 1918 | 2026-03-27T19:25:25.460Z | Checking icu_collections v2.1.1 |
| 1919 | 2026-03-27T19:25:25.530Z | Checking once_cell v1.21.3 |
| 1920 | 2026-03-27T19:25:25.567Z | Checking serde v1.0.228 |
| 1921 | 2026-03-27T19:25:25.567Z | Checking serde_json v1.0.149 |
| 1922 | 2026-03-27T19:25:25.572Z | Checking bitflags v2.11.0 |
| 1923 | 2026-03-27T19:25:25.666Z | Checking icu_locale_core v2.1.1 |
| 1924 | 2026-03-27T19:25:25.669Z | Checking parking_lot v0.12.5 |
| 1925 | 2026-03-27T19:25:25.734Z | Checking mio v1.1.1 |
| 1926 | 2026-03-27T19:25:25.778Z | Checking typenum v1.19.0 |
| 1927 | 2026-03-27T19:25:25.818Z | Checking iana-time-zone v0.1.65 |
| 1928 | 2026-03-27T19:25:25.913Z | Checking socket2 v0.6.2 |
| 1929 | 2026-03-27T19:25:25.959Z | Checking uuid v1.21.0 |
| 1930 | 2026-03-27T19:25:25.999Z | Checking bytes v1.11.1 |
| 1931 | 2026-03-27T19:25:26.041Z | Checking chrono v0.4.44 |
| 1932 | 2026-03-27T19:25:26.177Z | Checking semver v1.0.27 |
| 1933 | 2026-03-27T19:25:26.236Z | Checking icu_provider v2.1.1 |
| 1934 | 2026-03-27T19:25:26.300Z | Checking thiserror v2.0.18 |
| 1935 | 2026-03-27T19:25:26.339Z | Checking generic-array v0.14.7 |
| 1936 | 2026-03-27T19:25:26.383Z | Checking allocator-api2 v0.2.21 |
| 1937 | 2026-03-27T19:25:26.424Z | Checking futures-core v0.3.32 |
| 1938 | 2026-03-27T19:25:26.462Z | Checking tokio v1.49.0 |
| 1939 | 2026-03-27T19:25:26.501Z | Checking icu_normalizer v2.1.1 |
| 1940 | 2026-03-27T19:25:26.501Z | Checking icu_properties v2.1.2 |
| 1941 | 2026-03-27T19:25:26.579Z | Checking dyn-clone v1.0.20 |
| 1942 | 2026-03-27T19:25:26.689Z | Checking equivalent v1.0.2 |
| 1943 | 2026-03-27T19:25:26.745Z | Checking const-oid v0.9.6 |
| 1944 | 2026-03-27T19:25:26.795Z | Checking crypto-common v0.1.7 |
| 1945 | 2026-03-27T19:25:26.839Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1946 | 2026-03-27T19:25:26.839Z | Checking foldhash v0.2.0 |
| 1947 | 2026-03-27T19:25:26.919Z | Checking block-buffer v0.10.4 |
| 1948 | 2026-03-27T19:25:26.955Z | Checking futures-sink v0.3.32 |
| 1949 | 2026-03-27T19:25:27.021Z | Checking hashbrown v0.16.1 |
| 1950 | 2026-03-27T19:25:27.078Z | Checking byteorder v1.5.0 |
| 1951 | 2026-03-27T19:25:27.117Z | Checking futures-channel v0.3.32 |
| 1952 | 2026-03-27T19:25:27.202Z | Checking rustix v1.1.3 |
| 1953 | 2026-03-27T19:25:27.306Z | Checking slab v0.4.12 |
| 1954 | 2026-03-27T19:25:27.348Z | Checking futures-io v0.3.32 |
| 1955 | 2026-03-27T19:25:27.375Z | Checking idna_adapter v1.2.1 |
| 1956 | 2026-03-27T19:25:27.439Z | Checking digest v0.10.7 |
| 1957 | 2026-03-27T19:25:27.481Z | Checking futures-task v0.3.32 |
| 1958 | 2026-03-27T19:25:27.517Z | Checking cpufeatures v0.2.17 |
| 1959 | 2026-03-27T19:25:27.519Z | Checking idna v1.1.0 |
| 1960 | 2026-03-27T19:25:27.583Z | Checking indexmap v2.13.0 |
| 1961 | 2026-03-27T19:25:27.618Z | Checking thiserror v1.0.69 |
| 1962 | 2026-03-27T19:25:27.653Z | Checking futures-util v0.3.32 |
| 1963 | 2026-03-27T19:25:27.688Z | Checking getrandom v0.3.4 |
| 1964 | 2026-03-27T19:25:27.742Z | Checking fnv v1.0.7 |
| 1965 | 2026-03-27T19:25:27.813Z | Checking url v2.5.8 |
| 1966 | 2026-03-27T19:25:27.864Z | Checking regex-syntax v0.8.10 |
| 1967 | 2026-03-27T19:25:27.867Z | Checking base64 v0.22.1 |
| 1968 | 2026-03-27T19:25:27.931Z | Checking ppv-lite86 v0.2.21 |
| 1969 | 2026-03-27T19:25:28.056Z | Checking http v1.4.0 |
| 1970 | 2026-03-27T19:25:28.162Z | Checking tracing-core v0.1.36 |
| 1971 | 2026-03-27T19:25:28.165Z | Checking unicode-ident v1.0.24 |
| 1972 | 2026-03-27T19:25:28.255Z | Checking ipnet v2.11.0 |
| 1973 | 2026-03-27T19:25:28.291Z | Checking schemars v0.8.22 |
| 1974 | 2026-03-27T19:25:28.331Z | Checking proc-macro2 v1.0.106 |
| 1975 | 2026-03-27T19:25:28.510Z | Checking tracing v0.1.44 |
| 1976 | 2026-03-27T19:25:28.555Z | Checking utf8parse v0.2.2 |
| 1977 | 2026-03-27T19:25:28.652Z | Checking anstyle v1.0.13 |
| 1978 | 2026-03-27T19:25:28.689Z | Checking untrusted v0.9.0 |
| 1979 | 2026-03-27T19:25:28.691Z | Checking quote v1.0.44 |
| 1980 | 2026-03-27T19:25:28.756Z | Checking aho-corasick v1.1.4 |
| 1981 | 2026-03-27T19:25:28.833Z | Checking ring v0.17.14 |
| 1982 | 2026-03-27T19:25:28.869Z | Checking anstyle-parse v0.2.7 |
| 1983 | 2026-03-27T19:25:28.916Z | Checking syn v2.0.117 |
| 1984 | 2026-03-27T19:25:28.977Z | Checking anstyle-query v1.1.5 |
| 1985 | 2026-03-27T19:25:29.045Z | Checking colorchoice v1.0.4 |
| 1986 | 2026-03-27T19:25:29.098Z | Checking is_terminal_polyfill v1.70.2 |
| 1987 | 2026-03-27T19:25:29.172Z | Checking base64ct v1.8.3 |
| 1988 | 2026-03-27T19:25:29.209Z | Checking block-padding v0.3.3 |
| 1989 | 2026-03-27T19:25:29.245Z | Checking anstream v0.6.21 |
| 1990 | 2026-03-27T19:25:29.370Z | Checking rustls-pki-types v1.14.0 |
| 1991 | 2026-03-27T19:25:29.433Z | Checking httparse v1.10.1 |
| 1992 | 2026-03-27T19:25:29.471Z | Checking inout v0.1.4 |
| 1993 | 2026-03-27T19:25:29.508Z | Checking regex-automata v0.4.14 |
| 1994 | 2026-03-27T19:25:29.574Z | Checking terminal_size v0.4.3 |
| 1995 | 2026-03-27T19:25:29.637Z | Checking crossbeam-utils v0.8.21 |
| 1996 | 2026-03-27T19:25:29.675Z | Checking cipher v0.4.4 |
| 1997 | 2026-03-27T19:25:29.677Z | Checking tokio-util v0.7.18 |
| 1998 | 2026-03-27T19:25:29.709Z | Checking clap_lex v1.0.0 |
| 1999 | 2026-03-27T19:25:29.774Z | Checking strsim v0.11.1 |
| 2000 | 2026-03-27T19:25:29.860Z | Checking http-body v1.0.1 |
| 2001 | 2026-03-27T19:25:29.895Z | Checking rand_core v0.9.5 |
| 2002 | 2026-03-27T19:25:29.932Z | Checking sha2 v0.10.9 |
| 2003 | 2026-03-27T19:25:29.967Z | Checking clap_builder v4.5.60 |
| 2004 | 2026-03-27T19:25:30.003Z | Checking atomic-waker v1.1.2 |
| 2005 | 2026-03-27T19:25:30.038Z | Checking pem-rfc7468 v0.7.0 |
| 2006 | 2026-03-27T19:25:30.098Z | Checking try-lock v0.2.5 |
| 2007 | 2026-03-27T19:25:30.135Z | Checking httpdate v1.0.3 |
| 2008 | 2026-03-27T19:25:30.222Z | Checking want v0.3.1 |
| 2009 | 2026-03-27T19:25:30.225Z | Checking hmac v0.12.1 |
| 2010 | 2026-03-27T19:25:30.291Z | Checking tower-layer v0.3.3 |
| 2011 | 2026-03-27T19:25:30.326Z | Checking tower-service v0.3.3 |
| 2012 | 2026-03-27T19:25:30.360Z | Checking h2 v0.4.13 |
| 2013 | 2026-03-27T19:25:30.396Z | Checking ryu v1.0.23 |
| 2014 | 2026-03-27T19:25:30.433Z | Checking pin-utils v0.1.0 |
| 2015 | 2026-03-27T19:25:30.468Z | Checking rand_chacha v0.9.0 |
| 2016 | 2026-03-27T19:25:30.473Z | Checking erased-serde v0.3.31 |
| 2017 | 2026-03-27T19:25:30.542Z | Checking flagset v0.4.7 |
| 2018 | 2026-03-27T19:25:30.578Z | Checking powerfmt v0.2.0 |
| 2019 | 2026-03-27T19:25:30.692Z | Checking der v0.7.10 |
| 2020 | 2026-03-27T19:25:30.695Z | Checking rand v0.9.2 |
| 2021 | 2026-03-27T19:25:30.760Z | Checking deranged v0.5.8 |
| 2022 | 2026-03-27T19:25:30.905Z | Checking slog v2.8.2 |
| 2023 | 2026-03-27T19:25:31.194Z | Checking spin v0.9.8 |
| 2024 | 2026-03-27T19:25:31.197Z | Checking anyhow v1.0.102 |
| 2025 | 2026-03-27T19:25:31.264Z | Checking clap v4.5.60 |
| 2026 | 2026-03-27T19:25:31.267Z | Checking num_threads v0.1.7 |
| 2027 | 2026-03-27T19:25:31.332Z | Checking time-core v0.1.8 |
| 2028 | 2026-03-27T19:25:31.373Z | Checking num-conv v0.2.0 |
| 2029 | 2026-03-27T19:25:31.409Z | Checking http-body-util v0.1.3 |
| 2030 | 2026-03-27T19:25:31.412Z | Checking aws-lc-sys v0.37.1 |
| 2031 | 2026-03-27T19:25:31.477Z | Checking untrusted v0.7.1 |
| 2032 | 2026-03-27T19:25:31.480Z | Checking openssl-probe v0.2.1 |
| 2033 | 2026-03-27T19:25:31.513Z | Checking regex v1.12.3 |
| 2034 | 2026-03-27T19:25:31.577Z | Checking serde_urlencoded v0.7.1 |
| 2035 | 2026-03-27T19:25:31.617Z | Checking rand_chacha v0.3.1 |
| 2036 | 2026-03-27T19:25:31.653Z | Checking fastrand v2.3.0 |
| 2037 | 2026-03-27T19:25:31.656Z | Checking spki v0.7.3 |
| 2038 | 2026-03-27T19:25:31.721Z | Checking time v0.3.47 |
| 2039 | 2026-03-27T19:25:31.801Z | Checking pbkdf2 v0.12.2 |
| 2040 | 2026-03-27T19:25:31.846Z | Checking aes v0.8.4 |
| 2041 | 2026-03-27T19:25:31.883Z | Checking rand v0.8.5 |
| 2042 | 2026-03-27T19:25:31.886Z | Checking pretty-hex v0.4.1 |
| 2043 | 2026-03-27T19:25:31.886Z | Checking unicode-width v0.2.0 |
| 2044 | 2026-03-27T19:25:31.982Z | Checking aws-lc-rs v1.16.0 |
| 2045 | 2026-03-27T19:25:31.986Z | Checking cbc v0.1.2 |
| 2046 | 2026-03-27T19:25:32.058Z | Checking salsa20 v0.10.2 |
| 2047 | 2026-03-27T19:25:32.138Z | Checking ipnetwork v0.21.1 |
| 2048 | 2026-03-27T19:25:32.218Z | Checking hex v0.4.3 |
| 2049 | 2026-03-27T19:25:32.221Z | Checking scrypt v0.11.0 |
| 2050 | 2026-03-27T19:25:32.286Z | Checking tempfile v3.25.0 |
| 2051 | 2026-03-27T19:25:32.377Z | Checking rustls-native-certs v0.8.3 |
| 2052 | 2026-03-27T19:25:32.418Z | Checking sync_wrapper v1.0.2 |
| 2053 | 2026-03-27T19:25:32.453Z | Checking plain v0.2.3 |
| 2054 | 2026-03-27T19:25:32.488Z | Checking pkcs5 v0.7.1 |
| 2055 | 2026-03-27T19:25:32.504Z | Checking webpki-roots v1.0.6 |
| 2056 | 2026-03-27T19:25:32.619Z | Checking camino v1.2.2 |
| 2057 | 2026-03-27T19:25:32.622Z | Checking tower v0.5.3 |
| 2058 | 2026-03-27T19:25:32.622Z | Checking iri-string v0.7.10 |
| 2059 | 2026-03-27T19:25:32.733Z | Checking ucd-trie v0.1.7 |
| 2060 | 2026-03-27T19:25:32.828Z | Checking pkcs8 v0.10.2 |
| 2061 | 2026-03-27T19:25:32.863Z | Checking openapiv3 v2.2.0 |
| 2062 | 2026-03-27T19:25:32.866Z | Checking rustls-webpki v0.103.9 |
| 2063 | 2026-03-27T19:25:32.931Z | Checking pest v2.8.6 |
| 2064 | 2026-03-27T19:25:32.965Z | Checking either v1.15.0 |
| 2065 | 2026-03-27T19:25:33.021Z | Checking hyper v1.8.1 |
| 2066 | 2026-03-27T19:25:33.058Z | Checking mime v0.3.17 |
| 2067 | 2026-03-27T19:25:33.061Z | Checking winnow v0.7.14 |
| 2068 | 2026-03-27T19:25:33.174Z | Checking oxnet v0.1.4 |
| 2069 | 2026-03-27T19:25:33.257Z | Checking lazy_static v1.5.0 |
| 2070 | 2026-03-27T19:25:33.343Z | Checking rustls v0.23.37 |
| 2071 | 2026-03-27T19:25:33.379Z | Checking static_assertions v1.1.0 |
| 2072 | 2026-03-27T19:25:33.440Z | Checking signature v2.2.0 |
| 2073 | 2026-03-27T19:25:33.495Z | Checking encoding_rs v0.8.35 |
| 2074 | 2026-03-27T19:25:33.601Z | Checking foreign-types-shared v0.1.1 |
| 2075 | 2026-03-27T19:25:33.714Z | Checking simd-adler32 v0.3.8 |
| 2076 | 2026-03-27T19:25:33.750Z | Checking tower-http v0.6.8 |
| 2077 | 2026-03-27T19:25:33.917Z | Checking foreign-types v0.3.2 |
| 2078 | 2026-03-27T19:25:33.981Z | Checking hyper-util v0.1.20 |
| 2079 | 2026-03-27T19:25:34.017Z | Checking hubpack v0.1.2 |
| 2080 | 2026-03-27T19:25:34.056Z | Checking openssl-sys v0.9.111 |
| 2081 | 2026-03-27T19:25:34.059Z | Checking adler2 v2.0.1 |
| 2082 | 2026-03-27T19:25:34.211Z | Checking sha1 v0.10.6 |
| 2083 | 2026-03-27T19:25:34.248Z | Checking miniz_oxide v0.8.9 |
| 2084 | 2026-03-27T19:25:34.251Z | Checking strum v0.26.3 |
| 2085 | 2026-03-27T19:25:34.322Z | Checking data-encoding v2.10.0 |
| 2086 | 2026-03-27T19:25:34.400Z | Checking tinyvec_macros v0.1.1 |
| 2087 | 2026-03-27T19:25:34.438Z | Checking toml_datetime v0.6.11 |
| 2088 | 2026-03-27T19:25:34.477Z | Checking serde_spanned v0.6.9 |
| 2089 | 2026-03-27T19:25:34.514Z | Checking tinyvec v1.10.0 |
| 2090 | 2026-03-27T19:25:34.573Z | Checking openssl v0.10.75 |
| 2091 | 2026-03-27T19:25:34.620Z | Checking num-integer v0.1.46 |
| 2092 | 2026-03-27T19:25:34.657Z | Checking scroll v0.13.0 |
| 2093 | 2026-03-27T19:25:34.660Z | Checking memmap2 v0.9.10 |
| 2094 | 2026-03-27T19:25:34.660Z | Checking bit-vec v0.8.0 |
| 2095 | 2026-03-27T19:25:34.840Z | Checking base16ct v0.2.0 |
| 2096 | 2026-03-27T19:25:34.877Z | Checking dtrace-parser v0.3.0 |
| 2097 | 2026-03-27T19:25:34.912Z | Checking crossbeam-epoch v0.9.18 |
| 2098 | 2026-03-27T19:25:34.915Z | Checking goblin v0.10.5 |
| 2099 | 2026-03-27T19:25:34.915Z | Checking bit-set v0.8.0 |
| 2100 | 2026-03-27T19:25:35.012Z | Checking sec1 v0.7.3 |
| 2101 | 2026-03-27T19:25:35.118Z | Checking crc32fast v1.5.0 |
| 2102 | 2026-03-27T19:25:35.158Z | Checking ff v0.13.1 |
| 2103 | 2026-03-27T19:25:35.190Z | Checking thread-id v5.1.0 |
| 2104 | 2026-03-27T19:25:35.244Z | Checking wait-timeout v0.2.1 |
| 2105 | 2026-03-27T19:25:35.285Z | Checking num-iter v0.1.45 |
| 2106 | 2026-03-27T19:25:35.323Z | Checking bstr v1.12.1 |
| 2107 | 2026-03-27T19:25:35.325Z | Checking group v0.13.0 |
| 2108 | 2026-03-27T19:25:35.356Z | Checking hkdf v0.12.4 |
| 2109 | 2026-03-27T19:25:35.424Z | Checking ahash v0.8.12 |
| 2110 | 2026-03-27T19:25:35.428Z | Checking crypto-bigint v0.5.5 |
| 2111 | 2026-03-27T19:25:35.526Z | Checking quick-error v1.2.3 |
| 2112 | 2026-03-27T19:25:35.562Z | Checking psl-types v2.0.11 |
| 2113 | 2026-03-27T19:25:35.647Z | Checking cookie v0.18.1 |
| 2114 | 2026-03-27T19:25:35.683Z | Checking rusty-fork v0.3.1 |
| 2115 | 2026-03-27T19:25:35.716Z | Checking publicsuffix v2.3.0 |
| 2116 | 2026-03-27T19:25:35.752Z | Checking rand_xorshift v0.4.0 |
| 2117 | 2026-03-27T19:25:35.755Z | Checking tokio-rustls v0.26.4 |
| 2118 | 2026-03-27T19:25:35.875Z | Checking scroll v0.12.0 |
| 2119 | 2026-03-27T19:25:35.913Z | Checking unarray v0.1.4 |
| 2120 | 2026-03-27T19:25:35.916Z | Checking cookie_store v0.22.1 |
| 2121 | 2026-03-27T19:25:35.916Z | Checking rustls-platform-verifier v0.6.2 |
| 2122 | 2026-03-27T19:25:36.034Z | Checking hyper-rustls v0.27.7 |
| 2123 | 2026-03-27T19:25:36.070Z | Checking proptest v1.10.0 |
| 2124 | 2026-03-27T19:25:36.128Z | Checking goblin v0.8.2 |
| 2125 | 2026-03-27T19:25:36.165Z | Checking num-bigint-dig v0.8.6 |
| 2126 | 2026-03-27T19:25:36.270Z | Checking pkcs1 v0.7.5 |
| 2127 | 2026-03-27T19:25:36.305Z | Checking x509-cert v0.2.5 |
| 2128 | 2026-03-27T19:25:36.369Z | Checking elliptic-curve v0.13.8 |
| 2129 | 2026-03-27T19:25:36.513Z | Checking zerocopy v0.7.35 |
| 2130 | 2026-03-27T19:25:36.549Z | Checking native-tls v0.2.18 |
| 2131 | 2026-03-27T19:25:36.699Z | Checking zlib-rs v0.6.2 |
| 2132 | 2026-03-27T19:25:36.755Z | Checking tokio-native-tls v0.3.1 |
| 2133 | 2026-03-27T19:25:36.941Z | Checking hyper-tls v0.6.0 |
| 2134 | 2026-03-27T19:25:36.986Z | Checking unicode-segmentation v1.12.0 |
| 2135 | 2026-03-27T19:25:37.024Z | Checking rsa v0.9.10 |
| 2136 | 2026-03-27T19:25:37.027Z | Checking reqwest v0.13.2 |
| 2137 | 2026-03-27T19:25:37.134Z | Checking reqwest v0.12.28 |
| 2138 | 2026-03-27T19:25:37.307Z | Checking dof v0.4.0 |
| 2139 | 2026-03-27T19:25:37.344Z | Checking crossbeam-deque v0.8.6 |
| 2140 | 2026-03-27T19:25:37.524Z | Checking dtrace-parser v0.2.0 |
| 2141 | 2026-03-27T19:25:37.561Z | Checking rfc6979 v0.4.0 |
| 2142 | 2026-03-27T19:25:37.603Z | Checking flate2 v1.1.9 |
| 2143 | 2026-03-27T19:25:37.704Z | Checking thread-id v4.2.2 |
| 2144 | 2026-03-27T19:25:37.787Z | Checking toml_write v0.1.2 |
| 2145 | 2026-03-27T19:25:37.824Z | Checking ecdsa v0.16.9 |
| 2146 | 2026-03-27T19:25:37.859Z | Checking newtype-uuid v1.3.2 |
| 2147 | 2026-03-27T19:25:37.925Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2148 | 2026-03-27T19:25:37.928Z | Checking curve25519-dalek v4.1.3 |
| 2149 | 2026-03-27T19:25:37.997Z | Checking usdt-impl v0.6.0 |
| 2150 | 2026-03-27T19:25:38.000Z | Checking toml_edit v0.22.27 |
| 2151 | 2026-03-27T19:25:38.000Z | Checking memoffset v0.9.1 |
| 2152 | 2026-03-27T19:25:38.065Z | Checking dof v0.3.0 |
| 2153 | 2026-03-27T19:25:38.131Z | Checking rustix v0.38.44 |
| 2154 | 2026-03-27T19:25:38.172Z | Checking env_filter v1.0.0 |
| 2155 | 2026-03-27T19:25:38.175Z | Checking keccak v0.1.6 |
| 2156 | 2026-03-27T19:25:38.271Z | Checking daft v0.1.5 |
| 2157 | 2026-03-27T19:25:38.308Z | Checking usdt v0.6.0 |
| 2158 | 2026-03-27T19:25:38.343Z | Checking env_logger v0.11.9 |
| 2159 | 2026-03-27T19:25:38.394Z | Checking sha3 v0.10.8 |
| 2160 | 2026-03-27T19:25:38.439Z | Checking usdt-impl v0.5.0 |
| 2161 | 2026-03-27T19:25:38.507Z | Checking ed25519 v2.2.3 |
| 2162 | 2026-03-27T19:25:38.543Z | Checking itertools v0.13.0 |
| 2163 | 2026-03-27T19:25:38.578Z | Checking serde_with v3.17.0 |
| 2164 | 2026-03-27T19:25:38.631Z | Checking bitflags v1.3.2 |
| 2165 | 2026-03-27T19:25:38.724Z | Checking siphasher v1.0.2 |
| 2166 | 2026-03-27T19:25:38.759Z | Checking unicode-normalization v0.1.25 |
| 2167 | 2026-03-27T19:25:38.762Z | Checking signal-hook v0.3.18 |
| 2168 | 2026-03-27T19:25:38.827Z | Checking ed25519-dalek v2.2.0 |
| 2169 | 2026-03-27T19:25:38.909Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2170 | 2026-03-27T19:25:38.985Z | Checking managed v0.8.0 |
| 2171 | 2026-03-27T19:25:39.023Z | Checking winnow v0.5.40 |
| 2172 | 2026-03-27T19:25:39.089Z | Checking nix v0.31.1 |
| 2173 | 2026-03-27T19:25:39.136Z | Checking rayon-core v1.13.0 |
| 2174 | 2026-03-27T19:25:39.176Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2175 | 2026-03-27T19:25:39.212Z | Checking object v0.37.3 |
| 2176 | 2026-03-27T19:25:39.215Z | Checking foldhash v0.1.5 |
| 2177 | 2026-03-27T19:25:39.288Z | Checking bzip2 v0.4.4 |
| 2178 | 2026-03-27T19:25:39.403Z | Checking hashbrown v0.15.5 |
| 2179 | 2026-03-27T19:25:39.480Z | Checking signal-hook-mio v0.2.5 |
| 2180 | 2026-03-27T19:25:39.518Z | Checking ref-cast v1.0.25 |
| 2181 | 2026-03-27T19:25:39.596Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2182 | 2026-03-27T19:25:39.633Z | Checking zip v0.6.6 |
| 2183 | 2026-03-27T19:25:39.667Z | Checking bumpalo v3.20.2 |
| 2184 | 2026-03-27T19:25:39.736Z | Checking zstd-safe v7.2.4 |
| 2185 | 2026-03-27T19:25:39.893Z | Checking libbz2-rs-sys v0.2.2 |
| 2186 | 2026-03-27T19:25:39.897Z | Checking zopfli v0.8.3 |
| 2187 | 2026-03-27T19:25:39.962Z | Checking zstd v0.13.3 |
| 2188 | 2026-03-27T19:25:39.997Z | Checking crossterm v0.28.1 |
| 2189 | 2026-03-27T19:25:40.054Z | Checking rayon v1.11.0 |
| 2190 | 2026-03-27T19:25:40.119Z | Checking similar v2.7.0 |
| 2191 | 2026-03-27T19:25:40.173Z | Checking fs-err v3.3.0 |
| 2192 | 2026-03-27T19:25:40.210Z | Checking toml_edit v0.19.15 |
| 2193 | 2026-03-27T19:25:40.285Z | Checking hash32 v0.2.1 |
| 2194 | 2026-03-27T19:25:40.321Z | Checking bzip2 v0.6.1 |
| 2195 | 2026-03-27T19:25:40.469Z | Checking serde-big-array v0.5.1 |
| 2196 | 2026-03-27T19:25:40.505Z | Checking predicates-core v1.0.10 |
| 2197 | 2026-03-27T19:25:40.540Z | Checking jiff v0.2.21 |
| 2198 | 2026-03-27T19:25:40.543Z | Checking unicode-bidi v0.3.18 |
| 2199 | 2026-03-27T19:25:40.629Z | Checking unicode-properties v0.1.4 |
| 2200 | 2026-03-27T19:25:40.665Z | Checking heapless v0.7.17 |
| 2201 | 2026-03-27T19:25:40.731Z | Checking hickory-proto v0.25.2 |
| 2202 | 2026-03-27T19:25:40.844Z | Checking tokio-stream v0.1.18 |
| 2203 | 2026-03-27T19:25:40.893Z | Checking stringprep v0.1.5 |
| 2204 | 2026-03-27T19:25:41.076Z | Checking md-5 v0.10.6 |
| 2205 | 2026-03-27T19:25:41.114Z | Checking float-cmp v0.10.0 |
| 2206 | 2026-03-27T19:25:41.243Z | Checking fallible-iterator v0.2.0 |
| 2207 | 2026-03-27T19:25:41.281Z | Checking normalize-line-endings v0.3.0 |
| 2208 | 2026-03-27T19:25:41.284Z | Checking toml v0.7.8 |
| 2209 | 2026-03-27T19:25:41.284Z | Checking rustc-hash v2.1.1 |
| 2210 | 2026-03-27T19:25:41.402Z | Checking difflib v0.4.0 |
| 2211 | 2026-03-27T19:25:41.488Z | Checking iddqd v0.3.17 |
| 2212 | 2026-03-27T19:25:41.525Z | Checking smoltcp v0.9.1 |
| 2213 | 2026-03-27T19:25:41.561Z | Checking postgres-protocol v0.6.10 |
| 2214 | 2026-03-27T19:25:41.564Z | Checking phf_shared v0.11.3 |
| 2215 | 2026-03-27T19:25:41.628Z | Checking predicates v3.1.4 |
| 2216 | 2026-03-27T19:25:41.664Z | Checking phf_shared v0.13.1 |
| 2217 | 2026-03-27T19:25:41.763Z | Checking itertools v0.12.1 |
| 2218 | 2026-03-27T19:25:41.888Z | Checking console v0.16.2 |
| 2219 | 2026-03-27T19:25:41.925Z | Checking buf-list v1.1.2 |
| 2220 | 2026-03-27T19:25:41.960Z | Checking strum v0.27.2 |
| 2221 | 2026-03-27T19:25:42.100Z | Checking precomputed-hash v0.1.1 |
| 2222 | 2026-03-27T19:25:42.137Z | Checking new_debug_unreachable v1.0.6 |
| 2223 | 2026-03-27T19:25:42.140Z | Checking fixedbitset v0.5.7 |
| 2224 | 2026-03-27T19:25:42.210Z | Checking fixedbitset v0.4.2 |
| 2225 | 2026-03-27T19:25:42.214Z | Checking unit-prefix v0.5.2 |
| 2226 | 2026-03-27T19:25:42.279Z | Checking lalrpop-util v0.19.12 |
| 2227 | 2026-03-27T19:25:42.366Z | Checking string_cache v0.8.9 |
| 2228 | 2026-03-27T19:25:42.404Z | Checking petgraph v0.6.5 |
| 2229 | 2026-03-27T19:25:42.407Z | Checking indicatif v0.18.4 |
| 2230 | 2026-03-27T19:25:42.407Z | Checking petgraph v0.8.3 |
| 2231 | 2026-03-27T19:25:42.502Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2232 | 2026-03-27T19:25:42.561Z | Checking postgres-types v0.2.12 |
| 2233 | 2026-03-27T19:25:42.788Z | Checking zone v0.3.1 |
| 2234 | 2026-03-27T19:25:42.791Z | Checking zip v4.6.1 |
| 2235 | 2026-03-27T19:25:42.861Z | Checking phf v0.13.1 |
| 2236 | 2026-03-27T19:25:42.905Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2237 | 2026-03-27T19:25:43.036Z | Checking peg-runtime v0.8.5 |
| 2238 | 2026-03-27T19:25:43.174Z | Checking whoami v2.1.0 |
| 2239 | 2026-03-27T19:25:43.212Z | Checking futures-executor v0.3.32 |
| 2240 | 2026-03-27T19:25:43.326Z | Checking is-terminal v0.4.17 |
| 2241 | 2026-03-27T19:25:43.396Z | Checking tokio-postgres v0.7.16 |
| 2242 | 2026-03-27T19:25:43.432Z | Checking crossbeam-channel v0.5.15 |
| 2243 | 2026-03-27T19:25:43.435Z | Checking futures v0.3.32 |
| 2244 | 2026-03-27T19:25:43.502Z | Compiling structmeta-derive v0.3.0 |
| 2245 | 2026-03-27T19:25:43.548Z | Checking thread_local v1.1.9 |
| 2246 | 2026-03-27T19:25:43.585Z | Checking term v1.2.1 |
| 2247 | 2026-03-27T19:25:43.692Z | Checking take_mut v0.2.2 |
| 2248 | 2026-03-27T19:25:43.746Z | Compiling newtype-uuid-macros v0.1.0 |
| 2249 | 2026-03-27T19:25:43.800Z | Checking regress v0.10.5 |
| 2250 | 2026-03-27T19:25:43.836Z | Checking slog-async v2.8.0 |
| 2251 | 2026-03-27T19:25:43.839Z | Checking slog-term v2.9.2 |
| 2252 | 2026-03-27T19:25:44.070Z | Compiling rustls v0.22.4 |
| 2253 | 2026-03-27T19:25:44.108Z | Compiling multer v3.1.0 |
| 2254 | 2026-03-27T19:25:44.144Z | Compiling async-stream-impl v0.3.6 |
| 2255 | 2026-03-27T19:25:44.360Z | Compiling dropshot v0.16.7 |
| 2256 | 2026-03-27T19:25:44.408Z | Compiling dropshot_endpoint v0.16.7 |
| 2257 | 2026-03-27T19:25:44.539Z | Checking match_cfg v0.1.0 |
| 2258 | 2026-03-27T19:25:44.615Z | Compiling structmeta v0.3.0 |
| 2259 | 2026-03-27T19:25:44.649Z | Checking hostname v0.3.1 |
| 2260 | 2026-03-27T19:25:44.686Z | Checking slog-json v2.6.1 |
| 2261 | 2026-03-27T19:25:44.719Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2262 | 2026-03-27T19:25:44.761Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2263 | 2026-03-27T19:25:44.829Z | Checking debug-ignore v1.0.5 |
| 2264 | 2026-03-27T19:25:44.864Z | Compiling derive-ex v0.1.8 |
| 2265 | 2026-03-27T19:25:44.901Z | Checking slog-bunyan v2.5.0 |
| 2266 | 2026-03-27T19:25:44.942Z | Checking serde_spanned v1.0.4 |
| 2267 | 2026-03-27T19:25:44.980Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2268 | 2026-03-27T19:25:45.043Z | Checking progenitor-client v0.13.0 |
| 2269 | 2026-03-27T19:25:45.107Z | Checking rustls-webpki v0.102.8 |
| 2270 | 2026-03-27T19:25:45.142Z | Checking serde_path_to_error v0.1.20 |
| 2271 | 2026-03-27T19:25:45.177Z | Checking async-stream v0.3.6 |
| 2272 | 2026-03-27T19:25:45.213Z | Checking toml v0.9.12+spec-1.1.0 |
| 2273 | 2026-03-27T19:25:45.302Z | Checking waitgroup v0.1.2 |
| 2274 | 2026-03-27T19:25:45.339Z | Checking rustls-pemfile v2.2.0 |
| 2275 | 2026-03-27T19:25:45.434Z | Checking hostname v0.4.2 |
| 2276 | 2026-03-27T19:25:45.470Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2277 | 2026-03-27T19:25:45.506Z | Compiling parse-display-derive v0.10.0 |
| 2278 | 2026-03-27T19:25:45.511Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2279 | 2026-03-27T19:25:45.607Z | Checking itertools v0.14.0 |
| 2280 | 2026-03-27T19:25:45.638Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2281 | 2026-03-27T19:25:45.709Z | Checking macaddr v1.0.1 |
| 2282 | 2026-03-27T19:25:45.817Z | Checking progenitor-client v0.10.0 |
| 2283 | 2026-03-27T19:25:45.919Z | Checking instant v0.1.13 |
| 2284 | 2026-03-27T19:25:46.039Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2285 | 2026-03-27T19:25:46.075Z | Checking backoff v0.4.0 |
| 2286 | 2026-03-27T19:25:46.079Z | Checking backon v1.6.0 |
| 2287 | 2026-03-27T19:25:46.174Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2288 | 2026-03-27T19:25:46.270Z | Checking progenitor-extras v0.1.1 |
| 2289 | 2026-03-27T19:25:46.344Z | Checking heck v0.5.0 |
| 2290 | 2026-03-27T19:25:46.500Z | Checking toml v0.8.23 |
| 2291 | 2026-03-27T19:25:46.536Z | Compiling convert_case v0.4.0 |
| 2292 | 2026-03-27T19:25:46.582Z | Compiling test-strategy v0.4.5 |
| 2293 | 2026-03-27T19:25:46.671Z | Checking half v2.7.1 |
| 2294 | 2026-03-27T19:25:46.708Z | Checking ciborium-io v0.2.2 |
| 2295 | 2026-03-27T19:25:46.827Z | Compiling unsafe-libyaml v0.2.11 |
| 2296 | 2026-03-27T19:25:46.864Z | Checking secrecy v0.10.3 |
| 2297 | 2026-03-27T19:25:46.934Z | Compiling derive_more v0.99.20 |
| 2298 | 2026-03-27T19:25:46.970Z | Checking ciborium-ll v0.2.2 |
| 2299 | 2026-03-27T19:25:47.012Z | Checking indent_write v2.2.0 |
| 2300 | 2026-03-27T19:25:47.047Z | Checking tokio-rustls v0.25.0 |
| 2301 | 2026-03-27T19:25:47.168Z | Compiling crucible-workspace-hack v0.1.0 |
| 2302 | 2026-03-27T19:25:47.204Z | Checking ciborium v0.2.2 |
| 2303 | 2026-03-27T19:25:47.237Z | Checking parse-display v0.10.0 |
| 2304 | 2026-03-27T19:25:47.373Z | Compiling serde_yaml v0.9.34+deprecated |
| 2305 | 2026-03-27T19:25:47.464Z | Checking camino-tempfile v1.4.1 |
| 2306 | 2026-03-27T19:25:47.649Z | Checking universal-hash v0.5.1 |
| 2307 | 2026-03-27T19:25:47.685Z | Checking opaque-debug v0.3.1 |
| 2308 | 2026-03-27T19:25:47.717Z | Checking typify-impl v0.6.1 |
| 2309 | 2026-03-27T19:25:47.781Z | Checking aead v0.5.2 |
| 2310 | 2026-03-27T19:25:47.817Z | Checking poly1305 v0.8.0 |
| 2311 | 2026-03-27T19:25:48.106Z | Checking chacha20 v0.9.1 |
| 2312 | 2026-03-27T19:25:48.142Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2313 | 2026-03-27T19:25:48.333Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2314 | 2026-03-27T19:25:48.574Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2315 | 2026-03-27T19:25:48.753Z | Checking swrite v0.1.0 |
| 2316 | 2026-03-27T19:25:48.878Z | Checking password-hash v0.5.0 |
| 2317 | 2026-03-27T19:25:48.914Z | Checking blake2 v0.10.6 |
| 2318 | 2026-03-27T19:25:48.951Z | Checking chacha20poly1305 v0.10.1 |
| 2319 | 2026-03-27T19:25:49.106Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2320 | 2026-03-27T19:25:49.144Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2321 | 2026-03-27T19:25:49.185Z | Checking argon2 v0.5.3 |
| 2322 | 2026-03-27T19:25:49.224Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2323 | 2026-03-27T19:25:49.430Z | Checking byte-wrapper v0.1.0 |
| 2324 | 2026-03-27T19:25:49.467Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2325 | 2026-03-27T19:25:49.565Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2326 | 2026-03-27T19:25:49.568Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2327 | 2026-03-27T19:25:49.669Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2328 | 2026-03-27T19:25:49.738Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2329 | 2026-03-27T19:25:49.815Z | Checking tabwriter v1.4.1 |
| 2330 | 2026-03-27T19:25:49.850Z | Checking thiserror-no-std v2.0.2 |
| 2331 | 2026-03-27T19:25:49.964Z | Checking vsss-rs v3.3.4 |
| 2332 | 2026-03-27T19:25:49.999Z | Checking unicode-width v0.1.14 |
| 2333 | 2026-03-27T19:25:50.278Z | Compiling proc-macro-crate v3.4.0 |
| 2334 | 2026-03-27T19:25:50.421Z | Checking glob v0.3.3 |
| 2335 | 2026-03-27T19:25:50.634Z | Compiling heapless v0.8.0 |
| 2336 | 2026-03-27T19:25:50.694Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2337 | 2026-03-27T19:25:50.818Z | Compiling ingot-macros v0.1.1 |
| 2338 | 2026-03-27T19:25:50.853Z | Checking hash32 v0.3.1 |
| 2339 | 2026-03-27T19:25:51.007Z | Checking colored v3.1.1 |
| 2340 | 2026-03-27T19:25:51.040Z | Compiling smoltcp v0.11.0 |
| 2341 | 2026-03-27T19:25:51.086Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2342 | 2026-03-27T19:25:51.161Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2343 | 2026-03-27T19:25:51.224Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2344 | 2026-03-27T19:25:51.353Z | Compiling num_enum_derive v0.7.5 |
| 2345 | 2026-03-27T19:25:51.465Z | Checking cobs v0.3.0 |
| 2346 | 2026-03-27T19:25:51.500Z | Compiling foreign-types-macros v0.2.3 |
| 2347 | 2026-03-27T19:25:51.642Z | Checking foreign-types-shared v0.3.1 |
| 2348 | 2026-03-27T19:25:51.679Z | Checking cpufeatures v0.3.0 |
| 2349 | 2026-03-27T19:25:51.800Z | Checking chacha20 v0.10.0 |
| 2350 | 2026-03-27T19:25:52.045Z | Checking postcard v1.1.3 |
| 2351 | 2026-03-27T19:25:52.120Z | Checking foreign-types v0.5.0 |
| 2352 | 2026-03-27T19:25:52.363Z | Compiling proc-macro-crate v1.3.1 |
| 2353 | 2026-03-27T19:25:52.366Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2354 | 2026-03-27T19:25:52.431Z | Checking num_enum v0.7.5 |
| 2355 | 2026-03-27T19:25:52.434Z | Checking cstr-argument v0.1.2 |
| 2356 | 2026-03-27T19:25:52.527Z | Compiling typify-macro v0.6.1 |
| 2357 | 2026-03-27T19:25:52.573Z | Checking sigpipe v0.1.3 |
| 2358 | 2026-03-27T19:25:52.611Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2359 | 2026-03-27T19:25:52.645Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2360 | 2026-03-27T19:25:52.680Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2361 | 2026-03-27T19:25:52.802Z | Compiling num_enum_derive v0.5.11 |
| 2362 | 2026-03-27T19:25:52.946Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2363 | 2026-03-27T19:25:52.981Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2364 | 2026-03-27T19:25:53.017Z | Checking rand v0.10.0 |
| 2365 | 2026-03-27T19:25:53.050Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2366 | 2026-03-27T19:25:53.144Z | Compiling usdt-attr-macro v0.5.0 |
| 2367 | 2026-03-27T19:25:53.179Z | Compiling usdt-macro v0.5.0 |
| 2368 | 2026-03-27T19:25:53.211Z | Checking memmap v0.7.0 |
| 2369 | 2026-03-27T19:25:53.371Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2370 | 2026-03-27T19:25:53.641Z | Checking ingot-types v0.1.2 |
| 2371 | 2026-03-27T19:25:53.859Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2372 | 2026-03-27T19:25:53.895Z | Checking num_enum v0.5.11 |
| 2373 | 2026-03-27T19:25:53.976Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2374 | 2026-03-27T19:25:54.012Z | Checking usdt v0.5.0 |
| 2375 | 2026-03-27T19:25:54.047Z | Checking ingot v0.1.1 |
| 2376 | 2026-03-27T19:25:54.050Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2377 | 2026-03-27T19:25:54.114Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2378 | 2026-03-27T19:25:54.150Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2379 | 2026-03-27T19:25:54.205Z | Checking smf v0.2.3 |
| 2380 | 2026-03-27T19:25:54.310Z | Compiling typify v0.6.1 |
| 2381 | 2026-03-27T19:25:54.412Z | Compiling num-derive v0.4.2 |
| 2382 | 2026-03-27T19:25:54.444Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2383 | 2026-03-27T19:25:54.479Z | Compiling progenitor-impl v0.13.0 |
| 2384 | 2026-03-27T19:25:54.482Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2385 | 2026-03-27T19:25:54.512Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2386 | 2026-03-27T19:25:54.701Z | Checking whoami v1.6.1 |
| 2387 | 2026-03-27T19:25:54.736Z | Checking tokio-dtrace v0.1.1 |
| 2388 | 2026-03-27T19:25:54.781Z | Compiling derive-where v1.6.0 |
| 2389 | 2026-03-27T19:25:54.904Z | Checking atomicwrites v0.4.4 |
| 2390 | 2026-03-27T19:25:54.946Z | Checking oxide-tokio-rt v0.1.3 |
| 2391 | 2026-03-27T19:25:55.059Z | Checking console v0.15.11 |
| 2392 | 2026-03-27T19:25:55.140Z | Checking newline-converter v0.3.0 |
| 2393 | 2026-03-27T19:25:55.278Z | Compiling prettyplease v0.2.37 |
| 2394 | 2026-03-27T19:25:55.356Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2395 | 2026-03-27T19:25:55.391Z | Checking expectorate v1.2.0 |
| 2396 | 2026-03-27T19:25:55.479Z | Checking bytecount v0.6.9 |
| 2397 | 2026-03-27T19:25:55.546Z | Compiling owo-colors v4.3.0 |
| 2398 | 2026-03-27T19:25:55.592Z | Compiling cancel-safe-futures v0.1.5 |
| 2399 | 2026-03-27T19:25:55.627Z | Checking libsw-core v0.3.2 |
| 2400 | 2026-03-27T19:25:55.630Z | Checking linear-map v1.2.0 |
| 2401 | 2026-03-27T19:25:55.719Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2402 | 2026-03-27T19:25:55.797Z | Checking libsw v3.5.0 |
| 2403 | 2026-03-27T19:25:55.866Z | Checking same-file v1.0.6 |
| 2404 | 2026-03-27T19:25:55.974Z | Checking num-rational v0.4.2 |
| 2405 | 2026-03-27T19:25:56.038Z | Checking walkdir v2.5.0 |
| 2406 | 2026-03-27T19:25:56.127Z | Checking num-complex v0.4.6 |
| 2407 | 2026-03-27T19:25:56.193Z | Checking float-ord v0.3.2 |
| 2408 | 2026-03-27T19:25:56.230Z | Checking gethostname v0.5.0 |
| 2409 | 2026-03-27T19:25:56.357Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2410 | 2026-03-27T19:25:56.456Z | Compiling async-recursion v1.1.1 |
| 2411 | 2026-03-27T19:25:56.490Z | Checking num v0.4.3 |
| 2412 | 2026-03-27T19:25:56.601Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2413 | 2026-03-27T19:25:56.604Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2414 | 2026-03-27T19:25:56.868Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2415 | 2026-03-27T19:25:57.104Z | Compiling progenitor-macro v0.13.0 |
| 2416 | 2026-03-27T19:25:57.840Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2417 | 2026-03-27T19:25:57.893Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2418 | 2026-03-27T19:25:58.160Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2419 | 2026-03-27T19:25:59.760Z | Checking smawk v0.3.2 |
| 2420 | 2026-03-27T19:25:59.869Z | Checking unicode-linebreak v0.1.5 |
| 2421 | 2026-03-27T19:25:59.968Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2422 | 2026-03-27T19:26:00.003Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2423 | 2026-03-27T19:26:00.119Z | Checking globset v0.4.18 |
| 2424 | 2026-03-27T19:26:00.441Z | Compiling convert_case v0.10.0 |
| 2425 | 2026-03-27T19:26:01.011Z | Compiling slog-dtrace v0.3.0 |
| 2426 | 2026-03-27T19:26:01.192Z | Checking resolv-conf v0.7.6 |
| 2427 | 2026-03-27T19:26:01.300Z | Compiling derive_more-impl v2.1.1 |
| 2428 | 2026-03-27T19:26:01.481Z | Compiling pin-project-internal v1.1.11 |
| 2429 | 2026-03-27T19:26:01.577Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2430 | 2026-03-27T19:26:01.614Z | Checking pem v3.0.6 |
| 2431 | 2026-03-27T19:26:01.808Z | Checking fd-lock v4.0.4 |
| 2432 | 2026-03-27T19:26:01.846Z | Checking vte v0.14.1 |
| 2433 | 2026-03-27T19:26:01.964Z | Checking display-error-chain v0.2.2 |
| 2434 | 2026-03-27T19:26:02.029Z | Checking strip-ansi-escapes v0.2.1 |
| 2435 | 2026-03-27T19:26:02.066Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2436 | 2026-03-27T19:26:02.100Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2437 | 2026-03-27T19:26:02.104Z | Checking progenitor v0.13.0 |
| 2438 | 2026-03-27T19:26:02.167Z | Checking derive_more v2.1.1 |
| 2439 | 2026-03-27T19:26:02.170Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2440 | 2026-03-27T19:26:02.170Z | Compiling snafu-derive v0.8.9 |
| 2441 | 2026-03-27T19:26:02.271Z | Checking crossterm v0.29.0 |
| 2442 | 2026-03-27T19:26:02.307Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2443 | 2026-03-27T19:26:02.358Z | Checking linked-hash-map v0.5.6 |
| 2444 | 2026-03-27T19:26:02.556Z | Checking termtree v0.5.1 |
| 2445 | 2026-03-27T19:26:02.695Z | Checking pin-project v1.1.11 |
| 2446 | 2026-03-27T19:26:02.732Z | Checking nu-ansi-term v0.50.3 |
| 2447 | 2026-03-27T19:26:02.824Z | Checking lru-cache v0.1.2 |
| 2448 | 2026-03-27T19:26:02.863Z | Checking textwrap v0.16.2 |
| 2449 | 2026-03-27T19:26:02.976Z | Checking olpc-cjson v0.1.4 |
| 2450 | 2026-03-27T19:26:02.980Z | Checking reedline v0.40.0 |
| 2451 | 2026-03-27T19:26:03.110Z | Checking hickory-proto v0.24.4 |
| 2452 | 2026-03-27T19:26:03.146Z | Checking serde_plain v1.0.2 |
| 2453 | 2026-03-27T19:26:03.321Z | Checking typed-path v0.9.3 |
| 2454 | 2026-03-27T19:26:04.135Z | Compiling minimal-lexical v0.2.1 |
| 2455 | 2026-03-27T19:26:04.183Z | Checking snafu v0.8.9 |
| 2456 | 2026-03-27T19:26:04.237Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2457 | 2026-03-27T19:26:04.430Z | Compiling nom v7.1.3 |
| 2458 | 2026-03-27T19:26:04.463Z | Checking tough v0.20.0 |
| 2459 | 2026-03-27T19:26:04.809Z | Checking nibble_vec v0.1.0 |
| 2460 | 2026-03-27T19:26:04.974Z | Checking endian-type v0.1.2 |
| 2461 | 2026-03-27T19:26:05.012Z | Checking hickory-resolver v0.24.4 |
| 2462 | 2026-03-27T19:26:05.074Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2463 | 2026-03-27T19:26:05.134Z | Checking radix_trie v0.2.1 |
| 2464 | 2026-03-27T19:26:05.213Z | Compiling ar_archive_writer v0.5.1 |
| 2465 | 2026-03-27T19:26:05.269Z | Checking base64 v0.21.7 |
| 2466 | 2026-03-27T19:26:05.367Z | Checking humantime v2.3.0 |
| 2467 | 2026-03-27T19:26:05.536Z | Checking csv-core v0.1.13 |
| 2468 | 2026-03-27T19:26:05.577Z | Compiling stacker v0.1.23 |
| 2469 | 2026-03-27T19:26:05.679Z | Compiling cfg_aliases v0.1.1 |
| 2470 | 2026-03-27T19:26:05.745Z | Checking csv v1.4.0 |
| 2471 | 2026-03-27T19:26:05.779Z | Checking qorb v0.4.1 |
| 2472 | 2026-03-27T19:26:05.815Z | Checking highway v1.3.0 |
| 2473 | 2026-03-27T19:26:05.818Z | Compiling nix v0.28.0 |
| 2474 | 2026-03-27T19:26:05.924Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2475 | 2026-03-27T19:26:06.073Z | Checking papergrid v0.11.0 |
| 2476 | 2026-03-27T19:26:06.109Z | Compiling psm v0.1.30 |
| 2477 | 2026-03-27T19:26:06.141Z | Compiling tabled_derive v0.7.0 |
| 2478 | 2026-03-27T19:26:06.221Z | Checking home v0.5.12 |
| 2479 | 2026-03-27T19:26:06.397Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2480 | 2026-03-27T19:26:06.442Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2481 | 2026-03-27T19:26:06.477Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2482 | 2026-03-27T19:26:06.707Z | Checking phf_shared v0.12.1 |
| 2483 | 2026-03-27T19:26:06.909Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2484 | 2026-03-27T19:26:06.912Z | Compiling chrono-tz v0.10.4 |
| 2485 | 2026-03-27T19:26:06.994Z | Compiling semver v0.1.20 |
| 2486 | 2026-03-27T19:26:07.029Z | Checking phf v0.12.1 |
| 2487 | 2026-03-27T19:26:07.118Z | Checking tabled v0.15.0 |
| 2488 | 2026-03-27T19:26:07.198Z | Compiling rustc_version v0.1.7 |
| 2489 | 2026-03-27T19:26:07.201Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2490 | 2026-03-27T19:26:07.299Z | Compiling const_format_proc_macros v0.2.34 |
| 2491 | 2026-03-27T19:26:07.303Z | Compiling peg-macros v0.8.5 |
| 2492 | 2026-03-27T19:26:07.367Z | Checking recursive v0.1.1 |
| 2493 | 2026-03-27T19:26:07.452Z | Checking winnow v0.6.26 |
| 2494 | 2026-03-27T19:26:07.488Z | Compiling sqlparser_derive v0.5.0 |
| 2495 | 2026-03-27T19:26:07.991Z | Checking unicode_categories v0.1.1 |
| 2496 | 2026-03-27T19:26:08.025Z | Checking rustyline v14.0.0 |
| 2497 | 2026-03-27T19:26:08.137Z | Checking const_format v0.2.35 |
| 2498 | 2026-03-27T19:26:08.266Z | Checking sqlparser v0.61.0 |
| 2499 | 2026-03-27T19:26:08.473Z | Compiling newtype_derive v0.1.6 |
| 2500 | 2026-03-27T19:26:08.663Z | Checking sqlformat v0.3.5 |
| 2501 | 2026-03-27T19:26:08.786Z | Checking peg v0.8.5 |
| 2502 | 2026-03-27T19:26:08.826Z | Checking bcs v0.1.6 |
| 2503 | 2026-03-27T19:26:09.071Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2504 | 2026-03-27T19:26:09.105Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2505 | 2026-03-27T19:26:09.139Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2506 | 2026-03-27T19:26:09.291Z | Checking steno v0.4.1 |
| 2507 | 2026-03-27T19:26:09.425Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2508 | 2026-03-27T19:26:09.461Z | Checking utf-8 v0.7.6 |
| 2509 | 2026-03-27T19:26:09.631Z | Checking filetime v0.2.27 |
| 2510 | 2026-03-27T19:26:09.801Z | Checking arc-swap v1.8.2 |
| 2511 | 2026-03-27T19:26:10.067Z | Checking xattr v1.6.1 |
| 2512 | 2026-03-27T19:26:10.105Z | Checking slog-scope v4.4.1 |
| 2513 | 2026-03-27T19:26:10.230Z | Checking tar v0.4.45 |
| 2514 | 2026-03-27T19:26:10.275Z | Checking slog-stdlog v4.1.1 |
| 2515 | 2026-03-27T19:26:10.345Z | Checking tungstenite v0.21.0 |
| 2516 | 2026-03-27T19:26:10.424Z | Checking slog-envlogger v2.2.0 |
| 2517 | 2026-03-27T19:26:10.460Z | Compiling typify-impl v0.4.3 |
| 2518 | 2026-03-27T19:26:10.642Z | Checking typeid v1.0.3 |
| 2519 | 2026-03-27T19:26:10.814Z | Checking tokio-tungstenite v0.21.0 |
| 2520 | 2026-03-27T19:26:11.115Z | Checking subprocess v0.2.15 |
| 2521 | 2026-03-27T19:26:11.438Z | Checking headers-core v0.3.0 |
| 2522 | 2026-03-27T19:26:11.576Z | Checking headers v0.4.1 |
| 2523 | 2026-03-27T19:26:11.643Z | Compiling lzma-sys v0.1.20 |
| 2524 | 2026-03-27T19:26:11.940Z | Compiling cargo_toml v0.22.3 |
| 2525 | 2026-03-27T19:26:12.062Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2526 | 2026-03-27T19:26:12.146Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2527 | 2026-03-27T19:26:12.180Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2528 | 2026-03-27T19:26:12.417Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2529 | 2026-03-27T19:26:12.520Z | Checking yasna v0.5.2 |
| 2530 | 2026-03-27T19:26:12.930Z | Checking rcgen v0.12.1 |
| 2531 | 2026-03-27T19:26:13.062Z | Checking xz2 v0.1.7 |
| 2532 | 2026-03-27T19:26:13.065Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2533 | 2026-03-27T19:26:13.258Z | Checking ron v0.12.0 |
| 2534 | 2026-03-27T19:26:13.292Z | Checking base16ct v1.0.0 |
| 2535 | 2026-03-27T19:26:13.475Z | Checking dropshot-api-manager-types v0.6.0 |
| 2536 | 2026-03-27T19:26:13.679Z | Checking tagptr v0.2.0 |
| 2537 | 2026-03-27T19:26:13.734Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2538 | 2026-03-27T19:26:13.853Z | Checking moka v0.12.13 |
| 2539 | 2026-03-27T19:26:13.935Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2540 | 2026-03-27T19:26:14.037Z | Compiling radium v0.7.0 |
| 2541 | 2026-03-27T19:26:14.112Z | Compiling libefi-sys v0.1.0 |
| 2542 | 2026-03-27T19:26:14.403Z | Compiling bitfield-struct v0.6.2 |
| 2543 | 2026-03-27T19:26:14.437Z | Checking tap v1.0.1 |
| 2544 | 2026-03-27T19:26:14.543Z | Checking hickory-resolver v0.25.2 |
| 2545 | 2026-03-27T19:26:14.576Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2546 | 2026-03-27T19:26:14.716Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2547 | 2026-03-27T19:26:14.980Z | Compiling maybe-uninit v2.0.0 |
| 2548 | 2026-03-27T19:26:15.015Z | Compiling typify-macro v0.4.3 |
| 2549 | 2026-03-27T19:26:15.078Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2550 | 2026-03-27T19:26:15.316Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2551 | 2026-03-27T19:26:15.348Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-03-27T19:26:15.381Z | Checking wyz v0.5.1 |
| 2553 | 2026-03-27T19:26:15.659Z | Compiling zerocopy-derive v0.6.6 |
| 2554 | 2026-03-27T19:26:15.690Z | Compiling packed_struct v0.10.1 |
| 2555 | 2026-03-27T19:26:15.756Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2556 | 2026-03-27T19:26:15.796Z | Checking crc-catalog v2.4.0 |
| 2557 | 2026-03-27T19:26:15.830Z | Checking funty v2.0.0 |
| 2558 | 2026-03-27T19:26:15.862Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2559 | 2026-03-27T19:26:15.919Z | Checking crc v3.4.0 |
| 2560 | 2026-03-27T19:26:16.021Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2561 | 2026-03-27T19:26:16.125Z | Compiling packed_struct_codegen v0.10.1 |
| 2562 | 2026-03-27T19:26:16.190Z | Checking bitvec v1.0.1 |
| 2563 | 2026-03-27T19:26:16.224Z | Compiling bitfield-macros v0.19.4 |
| 2564 | 2026-03-27T19:26:16.227Z | Compiling indexmap v1.9.3 |
| 2565 | 2026-03-27T19:26:16.480Z | Checking nodrop v0.1.14 |
| 2566 | 2026-03-27T19:26:16.602Z | Checking array-init v0.0.4 |
| 2567 | 2026-03-27T19:26:16.636Z | Checking zerocopy v0.6.6 |
| 2568 | 2026-03-27T19:26:16.743Z | Compiling typify v0.4.3 |
| 2569 | 2026-03-27T19:26:16.932Z | Compiling progenitor-impl v0.10.0 |
| 2570 | 2026-03-27T19:26:16.966Z | Checking bitfield v0.19.4 |
| 2571 | 2026-03-27T19:26:17.073Z | Checking smallvec v0.6.14 |
| 2572 | 2026-03-27T19:26:17.251Z | Checking hashbrown v0.12.3 |
| 2573 | 2026-03-27T19:26:17.285Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2574 | 2026-03-27T19:26:17.318Z | Checking serde-hex v0.1.0 |
| 2575 | 2026-03-27T19:26:17.471Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2576 | 2026-03-27T19:26:17.918Z | Checking ron v0.8.1 |
| 2577 | 2026-03-27T19:26:18.066Z | Checking hashbrown v0.13.2 |
| 2578 | 2026-03-27T19:26:18.436Z | Checking crc-any v2.5.0 |
| 2579 | 2026-03-27T19:26:18.556Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2580 | 2026-03-27T19:26:18.567Z | Checking object v0.30.4 |
| 2581 | 2026-03-27T19:26:18.627Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2582 | 2026-03-27T19:26:18.732Z | Checking path-slash v0.1.5 |
| 2583 | 2026-03-27T19:26:18.790Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2584 | 2026-03-27T19:26:18.865Z | Compiling xshell-macros v0.2.7 |
| 2585 | 2026-03-27T19:26:18.904Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2586 | 2026-03-27T19:26:19.278Z | Checking xshell v0.2.7 |
| 2587 | 2026-03-27T19:26:19.323Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2588 | 2026-03-27T19:26:19.508Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2589 | 2026-03-27T19:26:19.625Z | Compiling progenitor-macro v0.10.0 |
| 2590 | 2026-03-27T19:26:20.000Z | Checking half v1.8.3 |
| 2591 | 2026-03-27T19:26:20.231Z | Checking serde_cbor v0.11.2 |
| 2592 | 2026-03-27T19:26:20.310Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2593 | 2026-03-27T19:26:20.398Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2594 | 2026-03-27T19:26:20.567Z | Compiling num-derive v0.3.3 |
| 2595 | 2026-03-27T19:26:20.648Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2596 | 2026-03-27T19:26:20.725Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2597 | 2026-03-27T19:26:21.079Z | Compiling proc-macro-error2 v2.0.1 |
| 2598 | 2026-03-27T19:26:21.119Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2599 | 2026-03-27T19:26:21.422Z | Compiling tabled_derive v0.11.0 |
| 2600 | 2026-03-27T19:26:21.495Z | Checking libscf-sys v1.1.0 |
| 2601 | 2026-03-27T19:26:21.655Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2602 | 2026-03-27T19:26:21.690Z | Checking papergrid v0.17.0 |
| 2603 | 2026-03-27T19:26:21.723Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2604 | 2026-03-27T19:26:21.895Z | Checking testing_table v0.3.0 |
| 2605 | 2026-03-27T19:26:22.002Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2606 | 2026-03-27T19:26:22.037Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2607 | 2026-03-27T19:26:22.402Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2608 | 2026-03-27T19:26:22.493Z | Checking maplit v1.0.2 |
| 2609 | 2026-03-27T19:26:22.603Z | Checking tabled v0.20.0 |
| 2610 | 2026-03-27T19:26:22.636Z | Checking crc8 v0.1.1 |
| 2611 | 2026-03-27T19:26:22.705Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2612 | 2026-03-27T19:26:22.748Z | Checking fxhash v0.2.1 |
| 2613 | 2026-03-27T19:26:22.782Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2614 | 2026-03-27T19:26:22.824Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2615 | 2026-03-27T19:26:22.900Z | Checking unicase v2.9.0 |
| 2616 | 2026-03-27T19:26:23.083Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2617 | 2026-03-27T19:26:23.116Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2618 | 2026-03-27T19:26:23.509Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2619 | 2026-03-27T19:26:23.564Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2620 | 2026-03-27T19:26:23.599Z | Checking kstat-rs v0.2.4 |
| 2621 | 2026-03-27T19:26:23.747Z | Compiling parking_lot_core v0.8.6 |
| 2622 | 2026-03-27T19:26:23.816Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2623 | 2026-03-27T19:26:24.028Z | Compiling diesel_derives v2.3.7 |
| 2624 | 2026-03-27T19:26:24.094Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2625 | 2026-03-27T19:26:24.292Z | Compiling git-stub v1.0.0 |
| 2626 | 2026-03-27T19:26:24.406Z | Checking scheduled-thread-pool v0.2.7 |
| 2627 | 2026-03-27T19:26:24.524Z | Checking progenitor v0.10.0 |
| 2628 | 2026-03-27T19:26:24.576Z | Compiling dsl_auto_type v0.2.0 |
| 2629 | 2026-03-27T19:26:24.610Z | Compiling vergen-gitcl v1.0.8 |
| 2630 | 2026-03-27T19:26:24.700Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2631 | 2026-03-27T19:26:24.738Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2632 | 2026-03-27T19:26:24.772Z | Checking r2d2 v0.8.10 |
| 2633 | 2026-03-27T19:26:24.870Z | Compiling git-stub-vcs v0.1.0 |
| 2634 | 2026-03-27T19:26:24.904Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2635 | 2026-03-27T19:26:25.008Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2636 | 2026-03-27T19:26:25.204Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2637 | 2026-03-27T19:26:25.274Z | Checking downcast-rs v2.0.2 |
| 2638 | 2026-03-27T19:26:25.324Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2639 | 2026-03-27T19:26:25.398Z | Checking parking_lot v0.11.2 |
| 2640 | 2026-03-27T19:26:25.617Z | Checking prefix-trie v0.7.0 |
| 2641 | 2026-03-27T19:26:25.680Z | Checking nanorand v0.7.0 |
| 2642 | 2026-03-27T19:26:25.787Z | Compiling dirs-sys-next v0.1.2 |
| 2643 | 2026-03-27T19:26:25.911Z | Compiling crunchy v0.2.4 |
| 2644 | 2026-03-27T19:26:25.972Z | Checking hickory-server v0.25.2 |
| 2645 | 2026-03-27T19:26:26.104Z | Compiling dirs-next v2.0.0 |
| 2646 | 2026-03-27T19:26:26.152Z | Checking flume v0.11.1 |
| 2647 | 2026-03-27T19:26:26.294Z | Checking sled v0.34.7 |
| 2648 | 2026-03-27T19:26:26.337Z | Compiling clang-sys v1.8.1 |
| 2649 | 2026-03-27T19:26:26.416Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2650 | 2026-03-27T19:26:26.637Z | Checking hickory-client v0.25.2 |
| 2651 | 2026-03-27T19:26:26.713Z | Compiling tiny-keccak v2.0.2 |
| 2652 | 2026-03-27T19:26:27.083Z | Compiling term v0.7.0 |
| 2653 | 2026-03-27T19:26:27.113Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2654 | 2026-03-27T19:26:27.157Z | Compiling bit-vec v0.6.3 |
| 2655 | 2026-03-27T19:26:27.231Z | Compiling salty v0.3.0 |
| 2656 | 2026-03-27T19:26:27.404Z | Compiling ascii-canvas v3.0.0 |
| 2657 | 2026-03-27T19:26:27.530Z | Compiling bit-set v0.5.3 |
| 2658 | 2026-03-27T19:26:27.596Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2659 | 2026-03-27T19:26:27.666Z | Checking primeorder v0.13.6 |
| 2660 | 2026-03-27T19:26:27.698Z | Compiling itertools v0.10.5 |
| 2661 | 2026-03-27T19:26:27.731Z | Compiling ena v0.14.4 |
| 2662 | 2026-03-27T19:26:27.763Z | Compiling libloading v0.8.9 |
| 2663 | 2026-03-27T19:26:27.937Z | Compiling fs-err v2.11.0 |
| 2664 | 2026-03-27T19:26:27.972Z | Compiling bindgen v0.71.1 |
| 2665 | 2026-03-27T19:26:28.007Z | Compiling regex-syntax v0.6.29 |
| 2666 | 2026-03-27T19:26:28.131Z | Compiling diff v0.1.13 |
| 2667 | 2026-03-27T19:26:28.440Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2668 | 2026-03-27T19:26:28.554Z | Compiling cexpr v0.6.0 |
| 2669 | 2026-03-27T19:26:28.741Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2670 | 2026-03-27T19:26:28.849Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2671 | 2026-03-27T19:26:29.124Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2672 | 2026-03-27T19:26:29.267Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2673 | 2026-03-27T19:26:29.437Z | Compiling lalrpop v0.19.12 |
| 2674 | 2026-03-27T19:26:29.734Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2675 | 2026-03-27T19:26:29.969Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2676 | 2026-03-27T19:26:30.110Z | Compiling libxml v0.3.3 |
| 2677 | 2026-03-27T19:26:30.185Z | Checking parse-size v1.1.0 |
| 2678 | 2026-03-27T19:26:30.265Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2679 | 2026-03-27T19:26:30.337Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2680 | 2026-03-27T19:26:30.422Z | Checking p384 v0.13.1 |
| 2681 | 2026-03-27T19:26:30.573Z | Checking diesel v2.3.7 |
| 2682 | 2026-03-27T19:26:30.607Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2683 | 2026-03-27T19:26:30.861Z | Compiling strum_macros v0.24.3 |
| 2684 | 2026-03-27T19:26:31.195Z | Checking assert_matches v1.5.0 |
| 2685 | 2026-03-27T19:26:31.301Z | Compiling indoc v1.0.9 |
| 2686 | 2026-03-27T19:26:32.074Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2687 | 2026-03-27T19:26:32.211Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2688 | 2026-03-27T19:26:32.247Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2689 | 2026-03-27T19:26:32.367Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2690 | 2026-03-27T19:26:32.433Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2691 | 2026-03-27T19:26:33.034Z | Checking predicates-tree v1.0.13 |
| 2692 | 2026-03-27T19:26:33.102Z | Checking derive_builder v0.20.2 |
| 2693 | 2026-03-27T19:26:33.182Z | Checking quick-xml v0.37.5 |
| 2694 | 2026-03-27T19:26:33.245Z | Compiling oso-derive v0.27.3 |
| 2695 | 2026-03-27T19:26:33.803Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2696 | 2026-03-27T19:26:34.140Z | Compiling trait-variant v0.1.2 |
| 2697 | 2026-03-27T19:26:34.194Z | Checking openssl-probe v0.1.6 |
| 2698 | 2026-03-27T19:26:34.229Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2699 | 2026-03-27T19:26:34.338Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2700 | 2026-03-27T19:26:34.421Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2701 | 2026-03-27T19:26:34.713Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2702 | 2026-03-27T19:26:34.950Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2703 | 2026-03-27T19:26:35.289Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2704 | 2026-03-27T19:26:35.386Z | Compiling progenitor-impl v0.11.2 |
| 2705 | 2026-03-27T19:26:35.696Z | Compiling mime_guess v2.0.5 |
| 2706 | 2026-03-27T19:26:36.075Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2707 | 2026-03-27T19:26:36.266Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2708 | 2026-03-27T19:26:36.410Z | Checking progenitor-client v0.11.2 |
| 2709 | 2026-03-27T19:26:36.482Z | Checking http-range v0.1.5 |
| 2710 | 2026-03-27T19:26:36.644Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2711 | 2026-03-27T19:26:36.728Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2712 | 2026-03-27T19:26:36.840Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2713 | 2026-03-27T19:26:36.923Z | Checking ignore v0.4.25 |
| 2714 | 2026-03-27T19:26:37.472Z | Checking atty v0.2.14 |
| 2715 | 2026-03-27T19:26:37.600Z | Checking globwalk v0.9.1 |
| 2716 | 2026-03-27T19:26:38.070Z | Compiling progenitor-macro v0.11.2 |
| 2717 | 2026-03-27T19:26:38.355Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2718 | 2026-03-27T19:26:39.237Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2719 | 2026-03-27T19:26:39.383Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2720 | 2026-03-27T19:26:39.654Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2721 | 2026-03-27T19:26:39.846Z | Checking bb8 v0.8.6 |
| 2722 | 2026-03-27T19:26:39.881Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2723 | 2026-03-27T19:26:39.946Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2724 | 2026-03-27T19:26:40.102Z | Checking corncobs v0.1.4 |
| 2725 | 2026-03-27T19:26:40.228Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2726 | 2026-03-27T19:26:40.263Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2727 | 2026-03-27T19:26:40.266Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2728 | 2026-03-27T19:26:40.670Z | Checking hyper-staticfile v0.10.1 |
| 2729 | 2026-03-27T19:26:40.997Z | Checking camino-tempfile-ext v0.3.3 |
| 2730 | 2026-03-27T19:26:41.111Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2731 | 2026-03-27T19:26:41.231Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2732 | 2026-03-27T19:26:41.429Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2733 | 2026-03-27T19:26:41.478Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2734 | 2026-03-27T19:26:41.650Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-03-27T19:26:42.213Z | Checking signal-hook-tokio v0.3.1 |
| 2736 | 2026-03-27T19:26:42.378Z | Checking secrecy v0.8.0 |
| 2737 | 2026-03-27T19:26:42.535Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2738 | 2026-03-27T19:26:42.862Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2739 | 2026-03-27T19:26:43.073Z | Checking progenitor v0.11.2 |
| 2740 | 2026-03-27T19:26:43.194Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2741 | 2026-03-27T19:26:43.246Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2742 | 2026-03-27T19:26:43.279Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2743 | 2026-03-27T19:26:43.376Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2744 | 2026-03-27T19:26:43.616Z | Checking nonempty v0.12.0 |
| 2745 | 2026-03-27T19:26:43.752Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2746 | 2026-03-27T19:26:43.821Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2747 | 2026-03-27T19:26:43.959Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2748 | 2026-03-27T19:26:44.010Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2749 | 2026-03-27T19:26:44.258Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2750 | 2026-03-27T19:26:44.390Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2751 | 2026-03-27T19:26:44.701Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2752 | 2026-03-27T19:26:44.804Z | Checking diesel-dtrace v0.5.0 |
| 2753 | 2026-03-27T19:26:45.088Z | Checking async-bb8-diesel v0.2.1 |
| 2754 | 2026-03-27T19:26:45.261Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2755 | 2026-03-27T19:26:45.471Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2756 | 2026-03-27T19:26:45.689Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2757 | 2026-03-27T19:26:45.751Z | Checking tungstenite v0.23.0 |
| 2758 | 2026-03-27T19:26:46.164Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2759 | 2026-03-27T19:26:46.200Z | Checking tokio-tungstenite v0.23.1 |
| 2760 | 2026-03-27T19:26:46.394Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2761 | 2026-03-27T19:26:46.489Z | Checking rand_seeder v0.4.0 |
| 2762 | 2026-03-27T19:26:46.671Z | Checking void v1.0.2 |
| 2763 | 2026-03-27T19:26:46.767Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2764 | 2026-03-27T19:26:46.810Z | Checking lzss v0.8.2 |
| 2765 | 2026-03-27T19:26:47.037Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2766 | 2026-03-27T19:26:47.181Z | Checking nix v0.27.1 |
| 2767 | 2026-03-27T19:26:47.236Z | Checking serde_bytes v0.11.19 |
| 2768 | 2026-03-27T19:26:47.360Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2769 | 2026-03-27T19:26:47.445Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2770 | 2026-03-27T19:26:47.562Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2771 | 2026-03-27T19:26:47.722Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2772 | 2026-03-27T19:26:48.217Z | Checking is_ci v1.2.0 |
| 2773 | 2026-03-27T19:26:48.352Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2774 | 2026-03-27T19:26:48.452Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2775 | 2026-03-27T19:26:48.581Z | Checking yansi v1.0.1 |
| 2776 | 2026-03-27T19:26:48.655Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2777 | 2026-03-27T19:26:48.868Z | Checking pretty_assertions v1.4.1 |
| 2778 | 2026-03-27T19:26:48.905Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2779 | 2026-03-27T19:26:49.034Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2780 | 2026-03-27T19:26:49.123Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2781 | 2026-03-27T19:26:49.203Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2782 | 2026-03-27T19:26:49.464Z | Compiling darling_core v0.23.0 |
| 2783 | 2026-03-27T19:26:50.441Z | Compiling indoc v2.0.7 |
| 2784 | 2026-03-27T19:26:50.564Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2785 | 2026-03-27T19:26:50.667Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2786 | 2026-03-27T19:26:50.787Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2787 | 2026-03-27T19:26:50.931Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2788 | 2026-03-27T19:26:51.186Z | Compiling instability v0.3.11 |
| 2789 | 2026-03-27T19:26:51.347Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2790 | 2026-03-27T19:26:51.581Z | Compiling libz-sys v1.1.24 |
| 2791 | 2026-03-27T19:26:51.614Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2792 | 2026-03-27T19:26:51.990Z | Checking castaway v0.2.4 |
| 2793 | 2026-03-27T19:26:52.075Z | Compiling darling_macro v0.23.0 |
| 2794 | 2026-03-27T19:26:52.129Z | Checking compact_str v0.8.1 |
| 2795 | 2026-03-27T19:26:52.559Z | Checking supports-color v3.0.2 |
| 2796 | 2026-03-27T19:26:52.595Z | Compiling darling v0.23.0 |
| 2797 | 2026-03-27T19:26:52.780Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2798 | 2026-03-27T19:26:52.919Z | Checking unicode-truncate v1.1.0 |
| 2799 | 2026-03-27T19:26:52.978Z | Checking lru v0.12.5 |
| 2800 | 2026-03-27T19:26:53.102Z | Checking cassowary v0.3.0 |
| 2801 | 2026-03-27T19:26:53.217Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2802 | 2026-03-27T19:26:53.377Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2803 | 2026-03-27T19:26:53.447Z | Checking ratatui v0.29.0 |
| 2804 | 2026-03-27T19:26:53.507Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2805 | 2026-03-27T19:26:54.740Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2806 | 2026-03-27T19:26:54.822Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2807 | 2026-03-27T19:26:54.885Z | Compiling vergen-git2 v1.0.7 |
| 2808 | 2026-03-27T19:26:55.034Z | Checking plotters-backend v0.3.7 |
| 2809 | 2026-03-27T19:26:55.150Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2810 | 2026-03-27T19:26:55.201Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2811 | 2026-03-27T19:26:55.264Z | Checking plotters-svg v0.3.7 |
| 2812 | 2026-03-27T19:26:55.371Z | Checking colored v2.2.0 |
| 2813 | 2026-03-27T19:26:55.414Z | Checking cast v0.3.0 |
| 2814 | 2026-03-27T19:26:55.445Z | Compiling rustls v0.21.12 |
| 2815 | 2026-03-27T19:26:55.596Z | Checking shell-words v1.1.1 |
| 2816 | 2026-03-27T19:26:55.629Z | Checking criterion-plot v0.6.0 |
| 2817 | 2026-03-27T19:26:55.708Z | Checking plotters v0.3.7 |
| 2818 | 2026-03-27T19:26:55.839Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2819 | 2026-03-27T19:26:55.904Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2820 | 2026-03-27T19:26:56.130Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2821 | 2026-03-27T19:26:56.354Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2822 | 2026-03-27T19:26:56.462Z | Checking rustls-webpki v0.101.7 |
| 2823 | 2026-03-27T19:26:56.782Z | Checking sct v0.7.1 |
| 2824 | 2026-03-27T19:26:56.818Z | Checking tinytemplate v1.2.1 |
| 2825 | 2026-03-27T19:26:56.850Z | Compiling nix v0.29.0 |
| 2826 | 2026-03-27T19:26:56.947Z | Checking oorandom v11.1.5 |
| 2827 | 2026-03-27T19:26:57.066Z | Checking anes v0.1.6 |
| 2828 | 2026-03-27T19:26:57.098Z | Checking hex-literal v0.4.1 |
| 2829 | 2026-03-27T19:26:57.305Z | Checking criterion v0.7.0 |
| 2830 | 2026-03-27T19:26:57.336Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2831 | 2026-03-27T19:26:58.608Z | Checking erased-serde v0.4.9 |
| 2832 | 2026-03-27T19:26:58.641Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2833 | 2026-03-27T19:26:59.007Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2834 | 2026-03-27T19:26:59.773Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2835 | 2026-03-27T19:27:00.565Z | Checking ordered-float v2.10.1 |
| 2836 | 2026-03-27T19:27:00.835Z | Checking serde-value v0.7.0 |
| 2837 | 2026-03-27T19:27:01.086Z | Checking serde-untagged v0.1.9 |
| 2838 | 2026-03-27T19:27:01.314Z | Checking tokio-rustls v0.24.1 |
| 2839 | 2026-03-27T19:27:01.582Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2840 | 2026-03-27T19:27:01.804Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2841 | 2026-03-27T19:27:02.031Z | Checking rustls-pemfile v1.0.4 |
| 2842 | 2026-03-27T19:27:02.201Z | Checking twox-hash v2.1.2 |
| 2843 | 2026-03-27T19:27:02.384Z | Checking unicode-xid v0.2.6 |
| 2844 | 2026-03-27T19:27:02.527Z | Checking cargo-util-schemas v0.8.2 |
| 2845 | 2026-03-27T19:27:02.606Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2846 | 2026-03-27T19:27:03.452Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2847 | 2026-03-27T19:27:03.601Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2848 | 2026-03-27T19:27:03.642Z | Checking fatfs v0.3.6 |
| 2849 | 2026-03-27T19:27:03.781Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2850 | 2026-03-27T19:27:04.137Z | Checking cargo-platform v0.2.0 |
| 2851 | 2026-03-27T19:27:04.362Z | Compiling petname v2.0.2 |
| 2852 | 2026-03-27T19:27:04.878Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2853 | 2026-03-27T19:27:05.106Z | Compiling seq-macro v0.3.6 |
| 2854 | 2026-03-27T19:27:05.651Z | Checking cargo_metadata v0.21.0 |
| 2855 | 2026-03-27T19:27:05.780Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2856 | 2026-03-27T19:27:06.214Z | Checking concurrent-queue v2.5.0 |
| 2857 | 2026-03-27T19:27:06.433Z | Checking rtoolbox v0.0.3 |
| 2858 | 2026-03-27T19:27:06.437Z | Checking parking v2.2.1 |
| 2859 | 2026-03-27T19:27:06.599Z | Checking futures-timer v3.0.3 |
| 2860 | 2026-03-27T19:27:06.631Z | Checking event-listener v5.4.1 |
| 2861 | 2026-03-27T19:27:06.805Z | Checking rpassword v7.4.0 |
| 2862 | 2026-03-27T19:27:06.876Z | Checking tui-tree-widget v0.23.1 |
| 2863 | 2026-03-27T19:27:06.939Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2864 | 2026-03-27T19:27:07.096Z | Checking polyval v0.6.2 |
| 2865 | 2026-03-27T19:27:07.130Z | Checking sapling-renderdag v0.1.0 |
| 2866 | 2026-03-27T19:27:07.256Z | Checking sync-ptr v0.1.4 |
| 2867 | 2026-03-27T19:27:07.290Z | Checking ghash v0.5.1 |
| 2868 | 2026-03-27T19:27:07.398Z | Checking event-listener-strategy v0.5.4 |
| 2869 | 2026-03-27T19:27:07.402Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2870 | 2026-03-27T19:27:07.463Z | Checking ctr v0.9.2 |
| 2871 | 2026-03-27T19:27:07.563Z | Checking constant_time_eq v0.4.2 |
| 2872 | 2026-03-27T19:27:07.650Z | Checking arrayref v0.3.9 |
| 2873 | 2026-03-27T19:27:07.684Z | Checking arrayvec v0.7.6 |
| 2874 | 2026-03-27T19:27:07.723Z | Checking aes-gcm v0.10.3 |
| 2875 | 2026-03-27T19:27:07.801Z | Checking async-lock v3.4.2 |
| 2876 | 2026-03-27T19:27:07.898Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2877 | 2026-03-27T19:27:07.931Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2878 | 2026-03-27T19:27:08.212Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2879 | 2026-03-27T19:27:08.891Z | Checking ssh-encoding v0.2.0 |
| 2880 | 2026-03-27T19:27:08.939Z | Checking blowfish v0.9.1 |
| 2881 | 2026-03-27T19:27:09.113Z | Checking bcrypt-pbkdf v0.10.0 |
| 2882 | 2026-03-27T19:27:09.116Z | Checking ssh-cipher v0.2.0 |
| 2883 | 2026-03-27T19:27:09.315Z | Checking async-object-pool v0.2.0 |
| 2884 | 2026-03-27T19:27:09.349Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2885 | 2026-03-27T19:27:09.460Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2886 | 2026-03-27T19:27:09.676Z | Checking serde_regex v1.1.0 |
| 2887 | 2026-03-27T19:27:09.866Z | Checking password-hash v0.4.2 |
| 2888 | 2026-03-27T19:27:10.110Z | Checking assert-json-diff v2.0.2 |
| 2889 | 2026-03-27T19:27:10.146Z | Checking path-tree v0.8.3 |
| 2890 | 2026-03-27T19:27:10.308Z | Checking stringmetrics v2.2.2 |
| 2891 | 2026-03-27T19:27:10.358Z | Checking gimli v0.32.3 |
| 2892 | 2026-03-27T19:27:10.491Z | Compiling target-lexicon v0.13.3 |
| 2893 | 2026-03-27T19:27:10.615Z | Checking httpmock v0.8.3 |
| 2894 | 2026-03-27T19:27:11.064Z | Checking pbkdf2 v0.11.0 |
| 2895 | 2026-03-27T19:27:11.266Z | Checking ssh-key v0.6.7 |
| 2896 | 2026-03-27T19:27:11.553Z | Compiling samael v0.0.19 |
| 2897 | 2026-03-27T19:27:11.918Z | Checking addr2line v0.25.1 |
| 2898 | 2026-03-27T19:27:12.217Z | Checking p521 v0.13.3 |
| 2899 | 2026-03-27T19:27:12.852Z | Checking p256 v0.13.2 |
| 2900 | 2026-03-27T19:27:12.885Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2901 | 2026-03-27T19:27:13.109Z | Checking russh-cryptovec v0.7.3 |
| 2902 | 2026-03-27T19:27:13.143Z | Checking rustc-demangle v0.1.27 |
| 2903 | 2026-03-27T19:27:13.276Z | Checking md5 v0.7.0 |
| 2904 | 2026-03-27T19:27:13.397Z | Compiling guppy-workspace-hack v0.1.0 |
| 2905 | 2026-03-27T19:27:13.508Z | Checking russh-keys v0.45.0 |
| 2906 | 2026-03-27T19:27:13.681Z | Checking backtrace v0.3.76 |
| 2907 | 2026-03-27T19:27:14.025Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2908 | 2026-03-27T19:27:14.154Z | Checking num-bigint v0.4.6 |
| 2909 | 2026-03-27T19:27:14.199Z | Checking des v0.8.1 |
| 2910 | 2026-03-27T19:27:14.538Z | Compiling blake3 v1.8.3 |
| 2911 | 2026-03-27T19:27:14.951Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2912 | 2026-03-27T19:27:15.123Z | Compiling target-spec v3.5.7 |
| 2913 | 2026-03-27T19:27:15.183Z | Checking russh v0.45.0 |
| 2914 | 2026-03-27T19:27:15.391Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2915 | 2026-03-27T19:27:16.056Z | Checking cfg-expr v0.20.6 |
| 2916 | 2026-03-27T19:27:16.092Z | Checking backtrace-ext v0.2.1 |
| 2917 | 2026-03-27T19:27:16.233Z | Checking supports-color v2.1.0 |
| 2918 | 2026-03-27T19:27:16.299Z | Checking textwrap v0.15.2 |
| 2919 | 2026-03-27T19:27:16.392Z | Checking supports-unicode v2.1.0 |
| 2920 | 2026-03-27T19:27:16.458Z | Checking supports-hyperlinks v2.1.0 |
| 2921 | 2026-03-27T19:27:16.530Z | Checking hashbrown v0.14.5 |
| 2922 | 2026-03-27T19:27:16.535Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2923 | 2026-03-27T19:27:16.600Z | Checking cargo-platform v0.3.2 |
| 2924 | 2026-03-27T19:27:16.788Z | Checking socket2 v0.5.10 |
| 2925 | 2026-03-27T19:27:16.821Z | Checking terminal_size v0.1.17 |
| 2926 | 2026-03-27T19:27:16.957Z | Compiling miette-derive v5.10.0 |
| 2927 | 2026-03-27T19:27:17.028Z | Checking owo-colors v3.5.0 |
| 2928 | 2026-03-27T19:27:17.061Z | Checking internet-checksum v0.2.1 |
| 2929 | 2026-03-27T19:27:17.093Z | Checking chumsky v0.9.3 |
| 2930 | 2026-03-27T19:27:17.209Z | Checking cargo_metadata v0.23.1 |
| 2931 | 2026-03-27T19:27:18.068Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2932 | 2026-03-27T19:27:18.106Z | Checking miette v5.10.0 |
| 2933 | 2026-03-27T19:27:18.138Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2934 | 2026-03-27T19:27:18.296Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2935 | 2026-03-27T19:27:18.615Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2936 | 2026-03-27T19:27:18.649Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2937 | 2026-03-27T19:27:18.877Z | Checking httptest v0.16.4 |
| 2938 | 2026-03-27T19:27:18.945Z | Checking pathdiff v0.2.3 |
| 2939 | 2026-03-27T19:27:19.048Z | Compiling knuffel-derive v3.2.0 |
| 2940 | 2026-03-27T19:27:19.086Z | Checking topological-sort v0.2.2 |
| 2941 | 2026-03-27T19:27:19.250Z | Compiling git2 v0.20.4 |
| 2942 | 2026-03-27T19:27:19.283Z | Checking nested v0.1.1 |
| 2943 | 2026-03-27T19:27:19.317Z | Checking omicron-zone-package v0.12.2 |
| 2944 | 2026-03-27T19:27:19.451Z | Checking guppy v0.17.25 |
| 2945 | 2026-03-27T19:27:19.511Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2946 | 2026-03-27T19:27:19.759Z | Checking similar-asserts v1.7.0 |
| 2947 | 2026-03-27T19:27:19.942Z | Compiling rstest_macros v0.25.0 |
| 2948 | 2026-03-27T19:27:20.243Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2949 | 2026-03-27T19:27:20.266Z | Compiling target-triple v1.0.0 |
| 2950 | 2026-03-27T19:27:20.436Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2951 | 2026-03-27T19:27:20.507Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2952 | 2026-03-27T19:27:20.616Z | Checking knuffel v3.2.0 |
| 2953 | 2026-03-27T19:27:20.663Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2954 | 2026-03-27T19:27:21.161Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2955 | 2026-03-27T19:27:21.227Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2956 | 2026-03-27T19:27:21.391Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2957 | 2026-03-27T19:27:21.875Z | Checking escape8259 v0.5.3 |
| 2958 | 2026-03-27T19:27:22.041Z | Compiling assert_cmd v2.1.2 |
| 2959 | 2026-03-27T19:27:22.218Z | Compiling relative-path v1.9.3 |
| 2960 | 2026-03-27T19:27:22.256Z | Checking libtest-mimic v0.8.1 |
| 2961 | 2026-03-27T19:27:22.363Z | Checking toml v1.0.3+spec-1.1.0 |
| 2962 | 2026-03-27T19:27:22.641Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2963 | 2026-03-27T19:27:22.712Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2964 | 2026-03-27T19:27:22.847Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2965 | 2026-03-27T19:27:22.984Z | Checking blake2b_simd v1.0.4 |
| 2966 | 2026-03-27T19:27:23.408Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2967 | 2026-03-27T19:27:23.562Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2968 | 2026-03-27T19:27:23.849Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2969 | 2026-03-27T19:27:23.986Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2970 | 2026-03-27T19:27:24.221Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2971 | 2026-03-27T19:27:24.406Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2972 | 2026-03-27T19:27:24.616Z | Checking fancy-regex v0.14.0 |
| 2973 | 2026-03-27T19:27:24.848Z | Checking serde_tokenstream v0.2.3 |
| 2974 | 2026-03-27T19:27:25.019Z | Checking uzers v0.12.2 |
| 2975 | 2026-03-27T19:27:25.101Z | Compiling linkme-impl v0.3.35 |
| 2976 | 2026-03-27T19:27:25.264Z | Checking termcolor v1.4.1 |
| 2977 | 2026-03-27T19:27:25.436Z | Checking constant_time_eq v0.3.1 |
| 2978 | 2026-03-27T19:27:25.518Z | Checking trybuild v1.0.116 |
| 2979 | 2026-03-27T19:27:25.582Z | Checking rust-argon2 v2.1.0 |
| 2980 | 2026-03-27T19:27:25.913Z | Checking datatest-stable v0.3.3 |
| 2981 | 2026-03-27T19:27:26.231Z | Checking rstest v0.25.0 |
| 2982 | 2026-03-27T19:27:26.440Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2983 | 2026-03-27T19:27:26.505Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2984 | 2026-03-27T19:27:26.733Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2985 | 2026-03-27T19:27:26.792Z | Checking support-bundle-viewer v0.1.2 |
| 2986 | 2026-03-27T19:27:27.070Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2987 | 2026-03-27T19:27:27.293Z | Compiling polar-core v0.27.3 |
| 2988 | 2026-03-27T19:27:27.326Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2989 | 2026-03-27T19:27:27.411Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2990 | 2026-03-27T19:27:27.566Z | Checking drift v0.1.3 |
| 2991 | 2026-03-27T19:27:27.731Z | Checking rand_distr v0.5.1 |
| 2992 | 2026-03-27T19:27:28.019Z | Checking multimap v0.10.1 |
| 2993 | 2026-03-27T19:27:28.196Z | Checking approx v0.5.1 |
| 2994 | 2026-03-27T19:27:28.233Z | Compiling linkme v0.3.35 |
| 2995 | 2026-03-27T19:27:28.368Z | Checking dropshot-api-manager v0.6.0 |
| 2996 | 2026-03-27T19:27:29.089Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2997 | 2026-03-27T19:27:29.387Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2998 | 2026-03-27T19:27:29.637Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2999 | 2026-03-27T19:27:29.788Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3000 | 2026-03-27T19:27:29.973Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3001 | 2026-03-27T19:27:30.010Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3002 | 2026-03-27T19:27:30.045Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3003 | 2026-03-27T19:27:30.212Z | Checking partial-io v0.5.4 |
| 3004 | 2026-03-27T19:27:30.420Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3005 | 2026-03-27T19:27:30.456Z | Checking cargo_toml v0.21.0 |
| 3006 | 2026-03-27T19:27:30.460Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3007 | 2026-03-27T19:27:30.550Z | Checking termios v0.3.3 |
| 3008 | 2026-03-27T19:27:30.710Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3009 | 2026-03-27T19:27:31.234Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3010 | 2026-03-27T19:27:31.417Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3011 | 2026-03-27T19:27:32.336Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3012 | 2026-03-27T19:27:32.607Z | Checking oso v0.27.3 |
| 3013 | 2026-03-27T19:27:35.132Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3014 | 2026-03-27T19:27:39.181Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3015 | 2026-03-27T19:27:42.084Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3016 | 2026-03-27T19:27:42.918Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3017 | 2026-03-27T19:27:45.989Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3018 | 2026-03-27T19:27:51.014Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3019 | 2026-03-27T19:27:55.252Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3020 | 2026-03-27T19:27:56.310Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3021 | 2026-03-27T19:27:56.791Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3022 | 2026-03-27T19:28:05.424Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3023 | 2026-03-27T19:29:23.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s |
| 3024 | 2026-03-27T19:29:23.664Z | |
| 3025 | 2026-03-27T19:29:23.664Z | real 4:05.452905005 |
| 3026 | 2026-03-27T19:29:23.664Z | user 20:37.201299988 |
| 3027 | 2026-03-27T19:29:23.664Z | sys 4:44.675143143 |
| 3028 | 2026-03-27T19:29:23.667Z | trap 0.489806876 |
| 3029 | 2026-03-27T19:29:23.667Z | tflt 0.114560296 |
| 3030 | 2026-03-27T19:29:23.667Z | dflt 0.119529713 |
| 3031 | 2026-03-27T19:29:23.667Z | kflt 0.000802353 |
| 3032 | 2026-03-27T19:29:23.667Z | lock 56:57.974679551 |
| 3033 | 2026-03-27T19:29:23.668Z | slp 56:32.324549328 |
| 3034 | 2026-03-27T19:29:23.668Z | lat 1:49.991062998 |
| 3035 | 2026-03-27T19:29:23.668Z | stop 10:39.116532253 |
| 3036 | 2026-03-27T19:29:23.668Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3037 | 2026-03-27T19:29:23.668Z | + ptime -m cargo doc --workspace --no-deps |
| 3038 | 2026-03-27T19:29:24.533Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3039 | 2026-03-27T19:29:24.533Z | | |
| 3040 | 2026-03-27T19:29:24.533Z | = 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)` |
| 3041 | 2026-03-27T19:29:24.533Z | = 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> |
| 3042 | 2026-03-27T19:29:25.498Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3043 | 2026-03-27T19:29:25.723Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3044 | 2026-03-27T19:29:25.766Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3045 | 2026-03-27T19:29:25.828Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3046 | 2026-03-27T19:29:25.948Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3047 | 2026-03-27T19:29:25.995Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3048 | 2026-03-27T19:29:26.023Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3049 | 2026-03-27T19:29:26.050Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3050 | 2026-03-27T19:29:26.098Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3051 | 2026-03-27T19:29:26.288Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3052 | 2026-03-27T19:29:26.314Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3053 | 2026-03-27T19:29:26.339Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3054 | 2026-03-27T19:29:26.386Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3055 | 2026-03-27T19:29:26.410Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3056 | 2026-03-27T19:29:26.410Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3057 | 2026-03-27T19:29:26.453Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3058 | 2026-03-27T19:29:26.534Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3059 | 2026-03-27T19:29:26.564Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3060 | 2026-03-27T19:29:26.588Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3061 | 2026-03-27T19:29:26.611Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3062 | 2026-03-27T19:29:26.946Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3063 | 2026-03-27T19:29:27.039Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3064 | 2026-03-27T19:29:27.122Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3065 | 2026-03-27T19:29:27.210Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3066 | 2026-03-27T19:29:27.235Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3067 | 2026-03-27T19:29:27.267Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3068 | 2026-03-27T19:29:27.353Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3069 | 2026-03-27T19:29:27.502Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3070 | 2026-03-27T19:29:27.523Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3071 | 2026-03-27T19:29:27.546Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3072 | 2026-03-27T19:29:27.736Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3073 | 2026-03-27T19:29:27.844Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3074 | 2026-03-27T19:29:28.044Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3075 | 2026-03-27T19:29:28.089Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3076 | 2026-03-27T19:29:28.111Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3077 | 2026-03-27T19:29:28.236Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3078 | 2026-03-27T19:29:28.340Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3079 | 2026-03-27T19:29:28.362Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3080 | 2026-03-27T19:29:28.412Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3081 | 2026-03-27T19:29:28.592Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3082 | 2026-03-27T19:29:28.683Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3083 | 2026-03-27T19:29:28.811Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3084 | 2026-03-27T19:29:28.852Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3085 | 2026-03-27T19:29:28.922Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3086 | 2026-03-27T19:29:29.079Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3087 | 2026-03-27T19:29:29.105Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3088 | 2026-03-27T19:29:29.211Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3089 | 2026-03-27T19:29:29.334Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3090 | 2026-03-27T19:29:29.357Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3091 | 2026-03-27T19:29:29.388Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3092 | 2026-03-27T19:29:29.445Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3093 | 2026-03-27T19:29:29.525Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3094 | 2026-03-27T19:29:29.558Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3095 | 2026-03-27T19:29:29.679Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3096 | 2026-03-27T19:29:29.701Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3097 | 2026-03-27T19:29:29.758Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3098 | 2026-03-27T19:29:29.812Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3099 | 2026-03-27T19:29:29.933Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3100 | 2026-03-27T19:29:29.955Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3101 | 2026-03-27T19:29:29.977Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3102 | 2026-03-27T19:29:30.134Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3103 | 2026-03-27T19:29:30.201Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3104 | 2026-03-27T19:29:30.229Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3105 | 2026-03-27T19:29:30.269Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3106 | 2026-03-27T19:29:30.399Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3107 | 2026-03-27T19:29:30.431Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3108 | 2026-03-27T19:29:30.581Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3109 | 2026-03-27T19:29:30.713Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3110 | 2026-03-27T19:29:30.716Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3111 | 2026-03-27T19:29:30.757Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3112 | 2026-03-27T19:29:30.760Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3113 | 2026-03-27T19:29:30.800Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3114 | 2026-03-27T19:29:31.234Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3115 | 2026-03-27T19:29:31.965Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3116 | 2026-03-27T19:29:32.039Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3117 | 2026-03-27T19:29:32.272Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3118 | 2026-03-27T19:29:32.553Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3119 | 2026-03-27T19:29:32.657Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3120 | 2026-03-27T19:29:32.682Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3121 | 2026-03-27T19:29:32.984Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3122 | 2026-03-27T19:29:33.009Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3123 | 2026-03-27T19:29:33.216Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3124 | 2026-03-27T19:29:33.464Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3125 | 2026-03-27T19:29:33.489Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3126 | 2026-03-27T19:29:33.512Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3127 | 2026-03-27T19:29:33.950Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3128 | 2026-03-27T19:29:34.076Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3129 | 2026-03-27T19:29:34.386Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3130 | 2026-03-27T19:29:34.770Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3131 | 2026-03-27T19:29:35.208Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3132 | 2026-03-27T19:29:35.484Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3133 | 2026-03-27T19:29:35.784Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3134 | 2026-03-27T19:29:36.187Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3135 | 2026-03-27T19:29:36.549Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3136 | 2026-03-27T19:29:36.772Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3137 | 2026-03-27T19:29:36.803Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3138 | 2026-03-27T19:29:36.870Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3139 | 2026-03-27T19:29:37.084Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3140 | 2026-03-27T19:29:37.111Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3141 | 2026-03-27T19:29:37.215Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3142 | 2026-03-27T19:29:37.254Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3143 | 2026-03-27T19:29:37.285Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3144 | 2026-03-27T19:29:37.319Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3145 | 2026-03-27T19:29:37.408Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3146 | 2026-03-27T19:29:37.501Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3147 | 2026-03-27T19:29:38.166Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3148 | 2026-03-27T19:29:38.254Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3149 | 2026-03-27T19:29:39.002Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3150 | 2026-03-27T19:29:39.613Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3151 | 2026-03-27T19:29:39.696Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3152 | 2026-03-27T19:29:39.948Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3153 | 2026-03-27T19:29:40.243Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3154 | 2026-03-27T19:29:40.541Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3155 | 2026-03-27T19:29:40.821Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3156 | 2026-03-27T19:29:40.858Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3157 | 2026-03-27T19:29:40.946Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3158 | 2026-03-27T19:29:41.431Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3159 | 2026-03-27T19:29:41.657Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3160 | 2026-03-27T19:29:41.682Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3161 | 2026-03-27T19:29:41.731Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3162 | 2026-03-27T19:29:41.824Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3163 | 2026-03-27T19:29:42.125Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3164 | 2026-03-27T19:29:42.173Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3165 | 2026-03-27T19:29:42.904Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3166 | 2026-03-27T19:29:42.928Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3167 | 2026-03-27T19:29:43.425Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3168 | 2026-03-27T19:29:43.645Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3169 | 2026-03-27T19:29:43.959Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3170 | 2026-03-27T19:29:44.365Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3171 | 2026-03-27T19:29:45.222Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3172 | 2026-03-27T19:29:45.448Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3173 | 2026-03-27T19:29:45.517Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3174 | 2026-03-27T19:29:45.842Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3175 | 2026-03-27T19:29:46.162Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3176 | 2026-03-27T19:29:46.425Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3177 | 2026-03-27T19:29:46.777Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3178 | 2026-03-27T19:29:46.925Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3179 | 2026-03-27T19:29:47.042Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3180 | 2026-03-27T19:29:47.064Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3181 | 2026-03-27T19:29:47.594Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3182 | 2026-03-27T19:29:47.749Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3183 | 2026-03-27T19:29:47.797Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3184 | 2026-03-27T19:29:47.823Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3185 | 2026-03-27T19:29:48.081Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3186 | 2026-03-27T19:29:49.388Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3187 | 2026-03-27T19:29:49.783Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3188 | 2026-03-27T19:29:50.690Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3189 | 2026-03-27T19:29:50.711Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3190 | 2026-03-27T19:29:51.306Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3191 | 2026-03-27T19:29:51.960Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3192 | 2026-03-27T19:29:52.072Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3193 | 2026-03-27T19:29:53.198Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3194 | 2026-03-27T19:29:53.337Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3195 | 2026-03-27T19:29:54.599Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3196 | 2026-03-27T19:29:54.996Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3197 | 2026-03-27T19:29:55.671Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3198 | 2026-03-27T19:29:55.715Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3199 | 2026-03-27T19:29:56.227Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3200 | 2026-03-27T19:29:56.459Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3201 | 2026-03-27T19:29:56.712Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3202 | 2026-03-27T19:29:57.114Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3203 | 2026-03-27T19:29:57.207Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3204 | 2026-03-27T19:29:57.302Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3205 | 2026-03-27T19:29:57.541Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3206 | 2026-03-27T19:29:57.569Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3207 | 2026-03-27T19:29:57.896Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3208 | 2026-03-27T19:29:58.334Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3209 | 2026-03-27T19:29:58.358Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3210 | 2026-03-27T19:29:58.991Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3211 | 2026-03-27T19:29:58.993Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3212 | 2026-03-27T19:29:59.079Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3213 | 2026-03-27T19:29:59.729Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3214 | 2026-03-27T19:29:59.893Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3215 | 2026-03-27T19:30:00.415Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3216 | 2026-03-27T19:30:00.583Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3217 | 2026-03-27T19:30:00.619Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3218 | 2026-03-27T19:30:01.112Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3219 | 2026-03-27T19:30:01.434Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3220 | 2026-03-27T19:30:03.250Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3221 | 2026-03-27T19:30:03.773Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3222 | 2026-03-27T19:30:06.159Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3223 | 2026-03-27T19:30:06.524Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3224 | 2026-03-27T19:30:08.209Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3225 | 2026-03-27T19:30:08.792Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3226 | 2026-03-27T19:30:10.252Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3227 | 2026-03-27T19:30:10.897Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3228 | 2026-03-27T19:30:11.358Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3229 | 2026-03-27T19:30:13.502Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3230 | 2026-03-27T19:30:13.990Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3231 | 2026-03-27T19:30:14.508Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3232 | 2026-03-27T19:30:15.388Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3233 | 2026-03-27T19:30:16.613Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3234 | 2026-03-27T19:30:16.651Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3235 | 2026-03-27T19:30:17.491Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3236 | 2026-03-27T19:30:17.572Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3237 | 2026-03-27T19:30:18.870Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3238 | 2026-03-27T19:30:20.072Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3239 | 2026-03-27T19:30:20.967Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3240 | 2026-03-27T19:30:23.839Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3241 | 2026-03-27T19:30:24.824Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3242 | 2026-03-27T19:30:25.413Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3243 | 2026-03-27T19:30:26.458Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3244 | 2026-03-27T19:30:27.154Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3245 | 2026-03-27T19:30:28.026Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3246 | 2026-03-27T19:30:28.744Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3247 | 2026-03-27T19:30:29.503Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3248 | 2026-03-27T19:30:30.452Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3249 | 2026-03-27T19:30:31.080Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3250 | 2026-03-27T19:30:31.206Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3251 | 2026-03-27T19:30:32.782Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3252 | 2026-03-27T19:30:34.113Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3253 | 2026-03-27T19:30:34.913Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3254 | 2026-03-27T19:30:35.649Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3255 | 2026-03-27T19:30:36.565Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3256 | 2026-03-27T19:30:37.871Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3257 | 2026-03-27T19:30:39.595Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3258 | 2026-03-27T19:30:40.435Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3259 | 2026-03-27T19:30:41.635Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3260 | 2026-03-27T19:30:42.526Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3261 | 2026-03-27T19:30:43.221Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3262 | 2026-03-27T19:30:46.042Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3263 | 2026-03-27T19:30:46.223Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3264 | 2026-03-27T19:30:47.097Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3265 | 2026-03-27T19:30:48.576Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3266 | 2026-03-27T19:30:49.718Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3267 | 2026-03-27T19:30:55.558Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3268 | 2026-03-27T19:30:57.118Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3269 | 2026-03-27T19:30:58.651Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3270 | 2026-03-27T19:31:00.177Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3271 | 2026-03-27T19:31:01.673Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3272 | 2026-03-27T19:31:03.079Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3273 | 2026-03-27T19:31:06.642Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3274 | 2026-03-27T19:31:08.002Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3275 | 2026-03-27T19:31:08.217Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3276 | 2026-03-27T19:31:09.874Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3277 | 2026-03-27T19:31:11.445Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3278 | 2026-03-27T19:31:13.142Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3279 | 2026-03-27T19:31:15.165Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3280 | 2026-03-27T19:31:16.967Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3281 | 2026-03-27T19:31:18.630Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3282 | 2026-03-27T19:31:20.635Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3283 | 2026-03-27T19:31:22.062Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3284 | 2026-03-27T19:31:23.796Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3285 | 2026-03-27T19:31:25.541Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3286 | 2026-03-27T19:31:27.276Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3287 | 2026-03-27T19:31:28.977Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3288 | 2026-03-27T19:31:30.469Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3289 | 2026-03-27T19:31:32.474Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3290 | 2026-03-27T19:31:33.913Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3291 | 2026-03-27T19:31:36.433Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3292 | 2026-03-27T19:31:38.061Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3293 | 2026-03-27T19:31:39.839Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3294 | 2026-03-27T19:31:41.810Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3295 | 2026-03-27T19:31:43.937Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3296 | 2026-03-27T19:31:46.003Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3297 | 2026-03-27T19:31:48.002Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3298 | 2026-03-27T19:31:49.923Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3299 | 2026-03-27T19:31:51.946Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3300 | 2026-03-27T19:31:53.938Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3301 | 2026-03-27T19:31:57.445Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3302 | 2026-03-27T19:31:58.465Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3303 | 2026-03-27T19:31:58.554Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3304 | 2026-03-27T19:32:02.789Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3305 | 2026-03-27T19:32:04.986Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3306 | 2026-03-27T19:32:09.226Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3307 | 2026-03-27T19:32:11.343Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3308 | 2026-03-27T19:32:13.631Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3309 | 2026-03-27T19:32:15.834Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3310 | 2026-03-27T19:32:18.375Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3311 | 2026-03-27T19:32:20.314Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3312 | 2026-03-27T19:32:22.159Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3313 | 2026-03-27T19:32:24.250Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3314 | 2026-03-27T19:32:26.579Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3315 | 2026-03-27T19:32:28.729Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3316 | 2026-03-27T19:32:30.905Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3317 | 2026-03-27T19:32:33.192Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3318 | 2026-03-27T19:32:35.257Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3319 | 2026-03-27T19:32:37.446Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3320 | 2026-03-27T19:32:39.612Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3321 | 2026-03-27T19:32:42.260Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3322 | 2026-03-27T19:32:44.382Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3323 | 2026-03-27T19:32:46.550Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3324 | 2026-03-27T19:32:48.920Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3325 | 2026-03-27T19:32:51.204Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3326 | 2026-03-27T19:32:53.404Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3327 | 2026-03-27T19:32:55.769Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3328 | 2026-03-27T19:32:58.007Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3329 | 2026-03-27T19:33:00.228Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3330 | 2026-03-27T19:33:02.476Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3331 | 2026-03-27T19:33:05.004Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3332 | 2026-03-27T19:33:07.386Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3333 | 2026-03-27T19:33:09.722Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3334 | 2026-03-27T19:33:12.018Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3335 | 2026-03-27T19:33:14.473Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3336 | 2026-03-27T19:33:16.876Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3337 | 2026-03-27T19:33:19.313Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3338 | 2026-03-27T19:33:21.955Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3339 | 2026-03-27T19:33:24.347Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3340 | 2026-03-27T19:33:26.797Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3341 | 2026-03-27T19:33:29.207Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3342 | 2026-03-27T19:33:31.670Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3343 | 2026-03-27T19:33:34.231Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3344 | 2026-03-27T19:33:37.107Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3345 | 2026-03-27T19:33:39.370Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3346 | 2026-03-27T19:33:41.821Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3347 | 2026-03-27T19:33:48.991Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3348 | 2026-03-27T19:33:49.164Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3349 | 2026-03-27T19:33:52.542Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3350 | 2026-03-27T19:33:57.030Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3351 | 2026-03-27T19:33:59.765Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3352 | 2026-03-27T19:34:03.423Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3353 | 2026-03-27T19:34:06.937Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3354 | 2026-03-27T19:34:10.735Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3355 | 2026-03-27T19:34:14.163Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3356 | 2026-03-27T19:34:17.830Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3357 | 2026-03-27T19:34:21.335Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3358 | 2026-03-27T19:34:24.897Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3359 | 2026-03-27T19:34:28.515Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3360 | 2026-03-27T19:34:32.114Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3361 | 2026-03-27T19:34:35.681Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3362 | 2026-03-27T19:34:39.386Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3363 | 2026-03-27T19:34:42.860Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3364 | 2026-03-27T19:34:46.512Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3365 | 2026-03-27T19:34:50.027Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3366 | 2026-03-27T19:34:53.642Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3367 | 2026-03-27T19:34:57.272Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3368 | 2026-03-27T19:35:00.845Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3369 | 2026-03-27T19:35:04.402Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3370 | 2026-03-27T19:35:08.006Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3371 | 2026-03-27T19:35:11.578Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3372 | 2026-03-27T19:35:40.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 16s |
| 3373 | 2026-03-27T19:35:40.398Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files |
| 3374 | 2026-03-27T19:35:40.502Z | |
| 3375 | 2026-03-27T19:35:40.503Z | real 6:16.740848124 |
| 3376 | 2026-03-27T19:35:40.503Z | user 17:11.199524501 |
| 3377 | 2026-03-27T19:35:40.503Z | sys 3:35.855939544 |
| 3378 | 2026-03-27T19:35:40.503Z | trap 0.254535092 |
| 3379 | 2026-03-27T19:35:40.506Z | tflt 0.023692300 |
| 3380 | 2026-03-27T19:35:40.506Z | dflt 0.059296470 |
| 3381 | 2026-03-27T19:35:40.506Z | kflt 0.000068350 |
| 3382 | 2026-03-27T19:35:40.506Z | lock 5:49:37.725579555 |
| 3383 | 2026-03-27T19:35:40.506Z | slp 2:05:58.343353990 |
| 3384 | 2026-03-27T19:35:40.506Z | lat 35.350542712 |
| 3385 | 2026-03-27T19:35:40.506Z | stop 1:43.406503470 |
| 3386 | 2026-03-27T19:35:40.506Z | process exited: duration 805051 ms, exit code 0 |
| |
| 3387 | 2026-03-27T19:35:40.513Z | found 0 output files |