|
|
|
| 1 | 2026-02-24T01:19:23.853Z | job assigned to worker 01KJ6KMJHAMA8FKJ4G4E214Z4A [factory gimlet-EVT22200007-propolis, EVT22200007/59136] (queued for 30 s) |
| |
| 2 | 2026-02-24T01:19:32.787Z | starting task 0: "setup" |
| 3 | 2026-02-24T01:19:32.812Z | ++ uname -s |
| 4 | 2026-02-24T01:19:32.812Z | + kern=SunOS |
| 5 | 2026-02-24T01:19:32.812Z | + build_user=build |
| 6 | 2026-02-24T01:19:32.812Z | + build_uid=12345 |
| 7 | 2026-02-24T01:19:32.812Z | + work_dir=/work |
| 8 | 2026-02-24T01:19:32.812Z | + input_dir=/input |
| 9 | 2026-02-24T01:19:32.812Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-24T01:19:32.812Z | + case "$kern" in |
| 11 | 2026-02-24T01:19:32.812Z | + groupadd -g 12345 build |
| 12 | 2026-02-24T01:19:32.812Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-24T01:19:34.814Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-24T01:19:34.852Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-24T01:19:34.877Z | + home_fs=zfs |
| 16 | 2026-02-24T01:19:34.877Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-24T01:19:34.877Z | + mkdir -p /home/build |
| 18 | 2026-02-24T01:19:34.877Z | + chown build:build /home/build /work |
| 19 | 2026-02-24T01:19:36.863Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-24T01:19:36.888Z | process exited: duration 4078 ms, exit code 0 |
| |
| 21 | 2026-02-24T01:19:36.939Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-24T01:19:36.964Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-24T01:19:36.964Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-02-24T01:19:36.964Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-02-24T01:19:36.964Z | * rust toolchain profile = "default" |
| 26 | 2026-02-24T01:19:36.964Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-24T01:19:36.965Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-24T01:19:36.965Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-24T01:19:36.965Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-24T01:19:37.105Z | info: downloading installer |
| 31 | 2026-02-24T01:19:38.228Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-24T01:19:38.228Z | warn: /opt/ooce/bin |
| 33 | 2026-02-24T01:19:38.228Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-24T01:19:38.228Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-24T01:19:38.228Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-24T01:19:38.228Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-24T01:19:38.228Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-24T01:19:38.228Z | error: cannot install while Rust is installed |
| 39 | 2026-02-24T01:19:38.228Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-24T01:19:38.252Z | info: profile set to 'default' |
| 41 | 2026-02-24T01:19:38.252Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-24T01:19:38.252Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-24T01:19:38.397Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-24T01:19:38.397Z | info: downloading component 'cargo' |
| 45 | 2026-02-24T01:19:38.828Z | info: downloading component 'clippy' |
| 46 | 2026-02-24T01:19:38.931Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-24T01:19:39.253Z | info: downloading component 'rust-std' |
| 48 | 2026-02-24T01:19:39.587Z | info: downloading component 'rustc' |
| 49 | 2026-02-24T01:19:43.759Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-24T01:19:43.845Z | info: installing component 'cargo' |
| 51 | 2026-02-24T01:19:45.211Z | info: installing component 'clippy' |
| 52 | 2026-02-24T01:19:45.673Z | info: installing component 'rust-docs' |
| 53 | 2026-02-24T01:19:49.294Z | info: installing component 'rust-std' |
| 54 | 2026-02-24T01:19:51.779Z | info: installing component 'rustc' |
| 55 | 2026-02-24T01:20:00.962Z | info: installing component 'rustfmt' |
| 56 | 2026-02-24T01:20:01.388Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-24T01:20:01.388Z | |
| 58 | 2026-02-24T01:20:01.578Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-24T01:20:01.578Z | |
| 60 | 2026-02-24T01:20:01.603Z | |
| 61 | 2026-02-24T01:20:01.603Z | Rust is installed now. Great! |
| 62 | 2026-02-24T01:20:01.603Z | |
| 63 | 2026-02-24T01:20:01.603Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-24T01:20:01.603Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-24T01:20:01.603Z | |
| 66 | 2026-02-24T01:20:01.603Z | To configure your current shell, you need to source |
| 67 | 2026-02-24T01:20:01.603Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-24T01:20:01.603Z | |
| 69 | 2026-02-24T01:20:01.603Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-24T01:20:01.603Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-24T01:20:01.603Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-24T01:20:01.603Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-24T01:20:01.724Z | + rustup --version |
| 74 | 2026-02-24T01:20:01.748Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-24T01:20:01.748Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-24T01:20:01.886Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-24T01:20:01.911Z | + cargo --version |
| 78 | 2026-02-24T01:20:02.023Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-24T01:20:02.047Z | + rustc --version |
| 80 | 2026-02-24T01:20:02.149Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-24T01:20:02.173Z | process exited: duration 25215 ms, exit code 0 |
| |
| 82 | 2026-02-24T01:20:02.222Z | starting task 2: "authentication" |
| 83 | 2026-02-24T01:20:02.279Z | process exited: duration 56 ms, exit code 0 |
| |
| 84 | 2026-02-24T01:20:02.329Z | starting task 3: "clone repository" |
| 85 | 2026-02-24T01:20:02.353Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-24T01:20:02.353Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-24T01:20:02.377Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-24T01:20:29.937Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-24T01:20:29.937Z | + git fetch origin 377e51584fe210e5014b71d0da5edb5f2273144f |
| 90 | 2026-02-24T01:20:30.587Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-24T01:20:30.587Z | * branch 377e51584fe210e5014b71d0da5edb5f2273144f -> FETCH_HEAD |
| 92 | 2026-02-24T01:20:30.611Z | + [[ -n physical-prov ]] |
| 93 | 2026-02-24T01:20:30.611Z | ++ git branch --show-current |
| 94 | 2026-02-24T01:20:30.611Z | + current=main |
| 95 | 2026-02-24T01:20:30.611Z | + [[ main != physical-prov ]] |
| 96 | 2026-02-24T01:20:30.611Z | + git branch -f physical-prov 377e51584fe210e5014b71d0da5edb5f2273144f |
| 97 | 2026-02-24T01:20:30.636Z | + git checkout -f physical-prov |
| 98 | 2026-02-24T01:20:31.367Z | Switched to branch 'physical-prov' |
| 99 | 2026-02-24T01:20:31.391Z | + git reset --hard 377e51584fe210e5014b71d0da5edb5f2273144f |
| 100 | 2026-02-24T01:20:31.432Z | HEAD is now at 377e51584 fix imports |
| 101 | 2026-02-24T01:20:31.458Z | process exited: duration 29108 ms, exit code 0 |
| |
| 102 | 2026-02-24T01:20:31.508Z | starting task 4: "build" |
| 103 | 2026-02-24T01:20:31.532Z | + source ./env.sh |
| 104 | 2026-02-24T01:20:31.532Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-02-24T01:20:31.532Z | ++ set -o xtrace |
| 106 | 2026-02-24T01:20:31.532Z | ++++ dirname ./env.sh |
| 107 | 2026-02-24T01:20:31.532Z | +++ readlink -f . |
| 108 | 2026-02-24T01:20:31.532Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-02-24T01:20:31.532Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-02-24T01:20:31.532Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-02-24T01:20:31.532Z | ++ 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 |
| 112 | 2026-02-24T01:20:31.532Z | ++ 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 |
| 113 | 2026-02-24T01:20:31.533Z | ++ 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 |
| 114 | 2026-02-24T01:20:31.533Z | ++ 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 |
| 115 | 2026-02-24T01:20:31.533Z | ++ 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 |
| 116 | 2026-02-24T01:20:31.533Z | ++ 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 |
| 117 | 2026-02-24T01:20:31.533Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-02-24T01:20:31.533Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-02-24T01:20:31.533Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-02-24T01:20:31.533Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-02-24T01:20:31.533Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-02-24T01:20:31.533Z | + cargo --version |
| 123 | 2026-02-24T01:20:31.622Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 124 | 2026-02-24T01:20:31.646Z | + rustc --version |
| 125 | 2026-02-24T01:20:31.758Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 126 | 2026-02-24T01:20:31.782Z | + banner prerequisites |
| 127 | 2026-02-24T01:20:31.782Z | |
| 128 | 2026-02-24T01:20:31.782Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-02-24T01:20:31.783Z | # # # # # # # # # # # # # # # |
| 130 | 2026-02-24T01:20:31.783Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-02-24T01:20:31.783Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-02-24T01:20:31.783Z | # # # # # # # # # # # # # # # |
| 133 | 2026-02-24T01:20:31.783Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-02-24T01:20:31.783Z | |
| 135 | 2026-02-24T01:20:31.783Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-02-24T01:20:55.219Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-02-24T01:21:11.066Z | Startup: Caching catalogs ... Done |
| 138 | 2026-02-24T01:21:51.144Z | Planning: Solver setup ... Done (37.309s) |
| 139 | 2026-02-24T01:21:51.445Z | Planning: Running solver ... Done (0.300s) |
| 140 | 2026-02-24T01:21:51.631Z | Planning: Finding local manifests ... Done (0.002s) |
| 141 | 2026-02-24T01:21:51.713Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-02-24T01:21:52.198Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-02-24T01:21:52.266Z | Planning: Package planning ... Done (0.068s) |
| 144 | 2026-02-24T01:21:52.339Z | Planning: Merging actions ... Done (0.073s) |
| 145 | 2026-02-24T01:21:52.718Z | Planning: Checking for conflicting actions ... Done (0.379s) |
| 146 | 2026-02-24T01:21:52.742Z | Planning: Consolidating action changes ... Done (0.016s) |
| 147 | 2026-02-24T01:21:53.527Z | Planning: Evaluating mediators ... Done (0.792s) |
| 148 | 2026-02-24T01:21:53.551Z | Planning: Planning completed in 42.34 seconds |
| 149 | 2026-02-24T01:21:53.575Z | Packages to install: 4 |
| 150 | 2026-02-24T01:21:53.575Z | Mediators to change: 2 |
| 151 | 2026-02-24T01:21:53.575Z | Services to change: 1 |
| 152 | 2026-02-24T01:21:53.575Z | Estimated space available: 154.93 GB |
| 153 | 2026-02-24T01:21:53.575Z | Estimated space to be consumed: 1.81 GB |
| 154 | 2026-02-24T01:21:53.575Z | Create boot environment: No |
| 155 | 2026-02-24T01:21:53.575Z | Create backup boot environment: No |
| 156 | 2026-02-24T01:21:53.575Z | Rebuild boot archive: No |
| 157 | 2026-02-24T01:21:53.575Z | |
| 158 | 2026-02-24T01:21:53.575Z | Changed mediators: |
| 159 | 2026-02-24T01:21:53.575Z | mediator clang: |
| 160 | 2026-02-24T01:21:53.576Z | version: None -> 15 (system default) |
| 161 | 2026-02-24T01:21:53.576Z | |
| 162 | 2026-02-24T01:21:53.576Z | mediator llvm: |
| 163 | 2026-02-24T01:21:53.576Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-02-24T01:21:53.576Z | |
| 165 | 2026-02-24T01:21:53.576Z | Changed packages: |
| 166 | 2026-02-24T01:21:53.576Z | helios-dev |
| 167 | 2026-02-24T01:21:53.576Z | developer/build-essential |
| 168 | 2026-02-24T01:21:53.576Z | None -> 11-2.0 |
| 169 | 2026-02-24T01:21:53.576Z | library/libxmlsec1 |
| 170 | 2026-02-24T01:21:53.576Z | None -> 1.2.35-2.0 |
| 171 | 2026-02-24T01:21:53.576Z | ooce/developer/clang-15 |
| 172 | 2026-02-24T01:21:53.576Z | None -> 15.0.7-2.0 |
| 173 | 2026-02-24T01:21:53.576Z | ooce/developer/llvm-15 |
| 174 | 2026-02-24T01:21:53.576Z | None -> 15.0.7-2.0 |
| 175 | 2026-02-24T01:21:53.576Z | |
| 176 | 2026-02-24T01:21:53.576Z | Services: |
| 177 | 2026-02-24T01:21:53.576Z | restart_fmri: |
| 178 | 2026-02-24T01:21:53.576Z | svc:/system/update-man-index:default |
| 179 | 2026-02-24T01:21:53.630Z | |
| 180 | 2026-02-24T01:21:53.630Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-02-24T01:21:58.635Z | Download: 1194/3290 items 67.2/212.6MB 31% complete (13.5M/s) |
| 182 | 2026-02-24T01:22:03.634Z | Download: 1799/3290 items 111.2/212.6MB 52% complete (11.2M/s) |
| 183 | 2026-02-24T01:22:09.398Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (11.6M/s) |
| 184 | 2026-02-24T01:22:14.405Z | Download: 3244/3290 items 169.4/212.6MB 79% complete (5.4M/s) |
| 185 | 2026-02-24T01:22:19.419Z | Download: 3289/3290 items 212.4/212.6MB 99% complete (9.8M/s) |
| 186 | 2026-02-24T01:22:19.576Z | Download: Completed 212.60 MB in 25.95 seconds (8.2M/s) |
| 187 | 2026-02-24T01:22:19.800Z | Actions: 1/3689 actions (Installing new actions) |
| 188 | 2026-02-24T01:22:24.816Z | Actions: 2775/3689 actions (Installing new actions) |
| 189 | 2026-02-24T01:22:26.291Z | Actions: Completed 3689 actions in 6.49 seconds. |
| 190 | 2026-02-24T01:22:27.409Z | Done (0.918s) |
| 191 | 2026-02-24T01:22:27.409Z | Done (0.000s) |
| 192 | 2026-02-24T01:22:29.043Z | Done (1.826s) |
| 193 | 2026-02-24T01:22:35.857Z | Done (6.496s) |
| 194 | 2026-02-24T01:22:35.964Z | Done (0.022s) |
| 195 | 2026-02-24T01:22:35.989Z | Done (0.000s) |
| 196 | 2026-02-24T01:22:36.148Z | Done (0.000s) |
| 197 | 2026-02-24T01:22:37.330Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2026-02-24T01:22:37.625Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2026-02-24T01:22:37.649Z | Planning: Consolidating action changes ... Done |
| 200 | 2026-02-24T01:22:37.996Z | Planning: Evaluating mediators ... Done |
| 201 | 2026-02-24T01:22:38.020Z | Planning: Planning completed in 0.67 seconds |
| 202 | 2026-02-24T01:22:38.045Z | Mediators to change: 2 |
| 203 | 2026-02-24T01:22:38.045Z | Create boot environment: No |
| 204 | 2026-02-24T01:22:38.045Z | Create backup boot environment: No |
| 205 | 2026-02-24T01:22:38.112Z | Done |
| 206 | 2026-02-24T01:22:38.112Z | Done |
| 207 | 2026-02-24T01:22:39.280Z | Done |
| 208 | 2026-02-24T01:22:44.770Z | Done |
| 209 | 2026-02-24T01:22:44.875Z | Done |
| 210 | 2026-02-24T01:22:44.875Z | Done |
| 211 | 2026-02-24T01:22:44.947Z | Done |
| 212 | 2026-02-24T01:22:45.883Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2026-02-24T01:22:45.907Z | Planning: Merging actions ... Done |
| 214 | 2026-02-24T01:22:46.176Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2026-02-24T01:22:46.200Z | Planning: Consolidating action changes ... Done |
| 216 | 2026-02-24T01:22:46.549Z | Planning: Evaluating mediators ... Done |
| 217 | 2026-02-24T01:22:46.628Z | Planning: Planning completed in 1.14 seconds |
| 218 | 2026-02-24T01:22:46.678Z | Packages to change: 1 |
| 219 | 2026-02-24T01:22:46.678Z | Mediators to change: 1 |
| 220 | 2026-02-24T01:22:46.678Z | Services to change: 1 |
| 221 | 2026-02-24T01:22:46.678Z | Create boot environment: No |
| 222 | 2026-02-24T01:22:46.678Z | Create backup boot environment: Yes |
| 223 | 2026-02-24T01:22:48.900Z | Actions: 1/6 actions (Updating modified actions) |
| 224 | 2026-02-24T01:22:48.927Z | Actions: Completed 6 actions in 0.00 seconds. |
| 225 | 2026-02-24T01:22:48.927Z | Done |
| 226 | 2026-02-24T01:22:48.928Z | Done |
| 227 | 2026-02-24T01:22:49.298Z | Done |
| 228 | 2026-02-24T01:22:55.207Z | Done |
| 229 | 2026-02-24T01:22:55.321Z | Done |
| 230 | 2026-02-24T01:22:55.321Z | Done |
| 231 | 2026-02-24T01:22:55.419Z | Done |
| 232 | 2026-02-24T01:22:56.140Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 233 | 2026-02-24T01:22:56.140Z | clang system 15 system |
| 234 | 2026-02-24T01:22:56.140Z | csh system system illumos |
| 235 | 2026-02-24T01:22:56.140Z | ctags system system illumos |
| 236 | 2026-02-24T01:22:56.140Z | file system system illumos |
| 237 | 2026-02-24T01:22:56.140Z | gcc vendor 12 vendor |
| 238 | 2026-02-24T01:22:56.140Z | gcc system 10 system |
| 239 | 2026-02-24T01:22:56.140Z | gcc system 7 system |
| 240 | 2026-02-24T01:22:56.140Z | go system 1.20 system |
| 241 | 2026-02-24T01:22:56.140Z | go system 1.19 system |
| 242 | 2026-02-24T01:22:56.140Z | llvm system 15 system |
| 243 | 2026-02-24T01:22:56.141Z | llvm system 14 system |
| 244 | 2026-02-24T01:22:56.141Z | mariadb system 10.6 system |
| 245 | 2026-02-24T01:22:56.141Z | mta vendor vendor dma |
| 246 | 2026-02-24T01:22:56.141Z | openjdk system 17 system |
| 247 | 2026-02-24T01:22:56.141Z | openjdk system 11 system |
| 248 | 2026-02-24T01:22:56.141Z | openjdk system 1.8 system |
| 249 | 2026-02-24T01:22:56.141Z | openssl vendor 3 vendor |
| 250 | 2026-02-24T01:22:56.141Z | perl system 5.36 system |
| 251 | 2026-02-24T01:22:56.141Z | postgresql system 15 system |
| 252 | 2026-02-24T01:22:56.141Z | postgresql system 13 system |
| 253 | 2026-02-24T01:22:56.141Z | python vendor 3 vendor |
| 254 | 2026-02-24T01:22:56.141Z | python system 2 system |
| 255 | 2026-02-24T01:22:56.141Z | python3 system 3.11 system |
| 256 | 2026-02-24T01:22:56.141Z | ruby system 3.0 system |
| 257 | 2026-02-24T01:22:56.141Z | words vendor vendor american-english |
| 258 | 2026-02-24T01:22:56.141Z | words system system australian-english |
| 259 | 2026-02-24T01:22:56.141Z | words system system british-english |
| 260 | 2026-02-24T01:22:56.141Z | words system system canadian-english |
| 261 | 2026-02-24T01:22:56.141Z | words system system french |
| 262 | 2026-02-24T01:22:56.141Z | words system system italian |
| 263 | 2026-02-24T01:22:56.141Z | words system system ngerman |
| 264 | 2026-02-24T01:22:56.141Z | words system system ogerman |
| 265 | 2026-02-24T01:22:56.141Z | words system system spanish |
| 266 | 2026-02-24T01:22:56.634Z | PUBLISHER TYPE STATUS P LOCATION |
| 267 | 2026-02-24T01:22:56.634Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 268 | 2026-02-24T01:23:08.106Z | FMRI IFO |
| 269 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 270 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 271 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 272 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 273 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 274 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 275 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 276 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 277 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 280 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 283 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2026-02-24T01:23:08.106Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2026-02-24T01:23:09.595Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2026-02-24T01:23:10.242Z | Updating crates.io index |
| 287 | 2026-02-24T01:23:10.266Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 288 | 2026-02-24T01:23:10.817Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 289 | 2026-02-24T01:23:11.540Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 290 | 2026-02-24T01:23:13.216Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 291 | 2026-02-24T01:23:13.752Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 292 | 2026-02-24T01:23:14.433Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2026-02-24T01:23:17.102Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2026-02-24T01:23:20.783Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2026-02-24T01:23:22.345Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 296 | 2026-02-24T01:23:23.102Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 297 | 2026-02-24T01:23:28.310Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 298 | 2026-02-24T01:23:29.399Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 299 | 2026-02-24T01:23:30.084Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 300 | 2026-02-24T01:23:30.999Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 301 | 2026-02-24T01:23:31.657Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 302 | 2026-02-24T01:23:33.127Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 303 | 2026-02-24T01:23:34.142Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 304 | 2026-02-24T01:23:34.751Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 305 | 2026-02-24T01:23:35.380Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 306 | 2026-02-24T01:23:36.168Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 307 | 2026-02-24T01:23:36.789Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 308 | 2026-02-24T01:23:37.282Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 309 | 2026-02-24T01:23:37.862Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 310 | 2026-02-24T01:23:38.691Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 311 | 2026-02-24T01:23:39.457Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 312 | 2026-02-24T01:23:40.482Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 313 | 2026-02-24T01:23:41.107Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 314 | 2026-02-24T01:23:41.805Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 315 | 2026-02-24T01:23:42.395Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 316 | 2026-02-24T01:23:43.605Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 317 | 2026-02-24T01:23:44.432Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 318 | 2026-02-24T01:23:44.967Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 319 | 2026-02-24T01:23:45.692Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 320 | 2026-02-24T01:23:46.260Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 321 | 2026-02-24T01:23:47.053Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 322 | 2026-02-24T01:23:47.628Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 323 | 2026-02-24T01:23:48.310Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 324 | 2026-02-24T01:23:48.837Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 325 | 2026-02-24T01:23:49.544Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 326 | 2026-02-24T01:24:09.924Z | Downloading crates ... |
| 327 | 2026-02-24T01:24:10.006Z | Downloaded anstyle v1.0.11 |
| 328 | 2026-02-24T01:24:10.031Z | Downloaded anstyle-parse v0.2.5 |
| 329 | 2026-02-24T01:24:10.031Z | Downloaded anstream v0.6.18 |
| 330 | 2026-02-24T01:24:10.031Z | Downloaded clap_derive v4.5.47 |
| 331 | 2026-02-24T01:24:10.031Z | Downloaded idna v1.0.3 |
| 332 | 2026-02-24T01:24:10.055Z | Downloaded cargo-util-schemas v0.8.2 |
| 333 | 2026-02-24T01:24:10.055Z | Downloaded icu_normalizer_data v1.5.0 |
| 334 | 2026-02-24T01:24:10.055Z | Downloaded icu_normalizer v1.5.0 |
| 335 | 2026-02-24T01:24:10.055Z | Downloaded goblin v0.8.2 |
| 336 | 2026-02-24T01:24:10.055Z | Downloaded icu_provider v1.5.0 |
| 337 | 2026-02-24T01:24:10.080Z | Downloaded fastrand v2.1.1 |
| 338 | 2026-02-24T01:24:10.080Z | Downloaded icu_properties_data v1.5.0 |
| 339 | 2026-02-24T01:24:10.080Z | Downloaded icu_provider_macros v1.5.0 |
| 340 | 2026-02-24T01:24:10.080Z | Downloaded icu_properties v1.5.1 |
| 341 | 2026-02-24T01:24:10.080Z | Downloaded idna_adapter v1.2.0 |
| 342 | 2026-02-24T01:24:10.080Z | Downloaded unicode-ident v1.0.19 |
| 343 | 2026-02-24T01:24:10.105Z | Downloaded zmij v1.0.15 |
| 344 | 2026-02-24T01:24:10.105Z | Downloaded typeid v1.0.3 |
| 345 | 2026-02-24T01:24:10.105Z | Downloaded proc-macro-error-attr v1.0.4 |
| 346 | 2026-02-24T01:24:10.105Z | Downloaded is_terminal_polyfill v1.70.1 |
| 347 | 2026-02-24T01:24:10.105Z | Downloaded camino v1.2.2 |
| 348 | 2026-02-24T01:24:10.105Z | Downloaded quote v1.0.40 |
| 349 | 2026-02-24T01:24:10.105Z | Downloaded once_cell v1.21.3 |
| 350 | 2026-02-24T01:24:10.105Z | Downloaded serde_spanned v0.6.9 |
| 351 | 2026-02-24T01:24:10.105Z | Downloaded strsim v0.11.1 |
| 352 | 2026-02-24T01:24:10.105Z | Downloaded num-traits v0.2.19 |
| 353 | 2026-02-24T01:24:10.105Z | Downloaded swrite v0.1.0 |
| 354 | 2026-02-24T01:24:10.130Z | Downloaded papergrid v0.11.0 |
| 355 | 2026-02-24T01:24:10.130Z | Downloaded zerofrom-derive v0.1.4 |
| 356 | 2026-02-24T01:24:10.130Z | Downloaded tabled_derive v0.7.0 |
| 357 | 2026-02-24T01:24:10.130Z | Downloaded utf8parse v0.2.2 |
| 358 | 2026-02-24T01:24:10.130Z | Downloaded unicode-linebreak v0.1.5 |
| 359 | 2026-02-24T01:24:10.130Z | Downloaded stable_deref_trait v1.2.0 |
| 360 | 2026-02-24T01:24:10.130Z | Downloaded serde v1.0.228 |
| 361 | 2026-02-24T01:24:10.130Z | Downloaded utf16_iter v1.0.5 |
| 362 | 2026-02-24T01:24:10.130Z | Downloaded write16 v1.0.0 |
| 363 | 2026-02-24T01:24:10.155Z | Downloaded serde_json v1.0.149 |
| 364 | 2026-02-24T01:24:10.155Z | Downloaded yoke-derive v0.7.4 |
| 365 | 2026-02-24T01:24:10.155Z | Downloaded usdt-macro v0.5.0 |
| 366 | 2026-02-24T01:24:10.155Z | Downloaded version_check v0.9.5 |
| 367 | 2026-02-24T01:24:10.155Z | Downloaded utf8_iter v1.0.4 |
| 368 | 2026-02-24T01:24:10.155Z | Downloaded tabled v0.15.0 |
| 369 | 2026-02-24T01:24:10.179Z | Downloaded zerovec-derive v0.10.3 |
| 370 | 2026-02-24T01:24:10.179Z | Downloaded zerocopy-derive v0.7.35 |
| 371 | 2026-02-24T01:24:10.179Z | Downloaded toml v0.8.23 |
| 372 | 2026-02-24T01:24:10.179Z | Downloaded toml_edit v0.22.27 |
| 373 | 2026-02-24T01:24:10.179Z | Downloaded zerocopy v0.7.35 |
| 374 | 2026-02-24T01:24:10.204Z | Downloaded winnow v0.7.14 |
| 375 | 2026-02-24T01:24:10.228Z | Downloaded url v2.5.4 |
| 376 | 2026-02-24T01:24:10.228Z | Downloaded zerovec v0.10.4 |
| 377 | 2026-02-24T01:24:10.228Z | Downloaded rustix v1.1.3 |
| 378 | 2026-02-24T01:24:10.253Z | Downloaded ucd-trie v0.1.7 |
| 379 | 2026-02-24T01:24:10.253Z | Downloaded syn v1.0.109 |
| 380 | 2026-02-24T01:24:10.253Z | Downloaded typenum v1.17.0 |
| 381 | 2026-02-24T01:24:10.277Z | Downloaded toml_datetime v0.6.11 |
| 382 | 2026-02-24T01:24:10.277Z | Downloaded unicode-width v0.1.14 |
| 383 | 2026-02-24T01:24:10.277Z | Downloaded unicode-width v0.2.0 |
| 384 | 2026-02-24T01:24:10.277Z | Downloaded syn v2.0.114 |
| 385 | 2026-02-24T01:24:10.302Z | Downloaded tinystr v0.7.6 |
| 386 | 2026-02-24T01:24:10.302Z | Downloaded rustix v0.38.37 |
| 387 | 2026-02-24T01:24:10.326Z | Downloaded thiserror-impl v1.0.69 |
| 388 | 2026-02-24T01:24:10.326Z | Downloaded thiserror v2.0.18 |
| 389 | 2026-02-24T01:24:10.327Z | Downloaded thiserror v1.0.69 |
| 390 | 2026-02-24T01:24:10.327Z | Downloaded tempfile v3.24.0 |
| 391 | 2026-02-24T01:24:10.327Z | Downloaded yoke v0.7.4 |
| 392 | 2026-02-24T01:24:10.327Z | Downloaded writeable v0.5.5 |
| 393 | 2026-02-24T01:24:10.327Z | Downloaded usdt-impl v0.5.0 |
| 394 | 2026-02-24T01:24:10.327Z | Downloaded unicode-xid v0.2.6 |
| 395 | 2026-02-24T01:24:10.351Z | Downloaded thiserror-impl v2.0.18 |
| 396 | 2026-02-24T01:24:10.351Z | Downloaded libc v0.2.180 |
| 397 | 2026-02-24T01:24:10.376Z | Downloaded usdt v0.5.0 |
| 398 | 2026-02-24T01:24:10.376Z | Downloaded pest v2.8.2 |
| 399 | 2026-02-24T01:24:10.376Z | Downloaded thread-id v4.2.2 |
| 400 | 2026-02-24T01:24:10.376Z | Downloaded serde_derive v1.0.228 |
| 401 | 2026-02-24T01:24:10.376Z | Downloaded toml_write v0.1.2 |
| 402 | 2026-02-24T01:24:10.376Z | Downloaded textwrap v0.16.2 |
| 403 | 2026-02-24T01:24:10.402Z | Downloaded log v0.4.29 |
| 404 | 2026-02-24T01:24:10.402Z | Downloaded scroll_derive v0.12.0 |
| 405 | 2026-02-24T01:24:10.402Z | Downloaded serde-untagged v0.1.7 |
| 406 | 2026-02-24T01:24:10.402Z | Downloaded pretty-hex v0.4.1 |
| 407 | 2026-02-24T01:24:10.402Z | Downloaded smallvec v1.15.1 |
| 408 | 2026-02-24T01:24:10.402Z | Downloaded terminal_size v0.4.0 |
| 409 | 2026-02-24T01:24:10.402Z | Downloaded pest_generator v2.8.2 |
| 410 | 2026-02-24T01:24:10.402Z | Downloaded memchr v2.7.4 |
| 411 | 2026-02-24T01:24:10.402Z | Downloaded semver v1.0.27 |
| 412 | 2026-02-24T01:24:10.426Z | Downloaded pest_meta v2.8.2 |
| 413 | 2026-02-24T01:24:10.426Z | Downloaded pest_derive v2.8.2 |
| 414 | 2026-02-24T01:24:10.426Z | Downloaded memmap v0.7.0 |
| 415 | 2026-02-24T01:24:10.451Z | Downloaded itoa v1.0.11 |
| 416 | 2026-02-24T01:24:10.451Z | Downloaded zerofrom v0.1.4 |
| 417 | 2026-02-24T01:24:10.451Z | Downloaded usdt-attr-macro v0.5.0 |
| 418 | 2026-02-24T01:24:10.451Z | Downloaded synstructure v0.13.1 |
| 419 | 2026-02-24T01:24:10.451Z | Downloaded sha2 v0.10.9 |
| 420 | 2026-02-24T01:24:10.451Z | Downloaded serde_tokenstream v0.2.2 |
| 421 | 2026-02-24T01:24:10.451Z | Downloaded proc-macro2 v1.0.101 |
| 422 | 2026-02-24T01:24:10.451Z | Downloaded smawk v0.3.2 |
| 423 | 2026-02-24T01:24:10.475Z | Downloaded serde_core v1.0.228 |
| 424 | 2026-02-24T01:24:10.475Z | Downloaded scroll v0.12.0 |
| 425 | 2026-02-24T01:24:10.475Z | Downloaded plain v0.2.3 |
| 426 | 2026-02-24T01:24:10.475Z | Downloaded percent-encoding v2.3.2 |
| 427 | 2026-02-24T01:24:10.475Z | Downloaded indexmap v2.13.0 |
| 428 | 2026-02-24T01:24:10.475Z | Downloaded serde-value v0.7.0 |
| 429 | 2026-02-24T01:24:10.475Z | Downloaded proc-macro-error v1.0.4 |
| 430 | 2026-02-24T01:24:10.500Z | Downloaded ordered-float v2.10.1 |
| 431 | 2026-02-24T01:24:10.500Z | Downloaded macaddr v1.0.1 |
| 432 | 2026-02-24T01:24:10.500Z | Downloaded litemap v0.7.3 |
| 433 | 2026-02-24T01:24:10.500Z | Downloaded icu_locid v1.5.0 |
| 434 | 2026-02-24T01:24:10.500Z | Downloaded dof v0.3.0 |
| 435 | 2026-02-24T01:24:10.500Z | Downloaded cargo_metadata v0.21.0 |
| 436 | 2026-02-24T01:24:10.500Z | Downloaded camino-tempfile v1.4.1 |
| 437 | 2026-02-24T01:24:10.500Z | Downloaded byteorder v1.5.0 |
| 438 | 2026-02-24T01:24:10.500Z | Downloaded bitflags v2.9.4 |
| 439 | 2026-02-24T01:24:10.525Z | Downloaded autocfg v1.4.0 |
| 440 | 2026-02-24T01:24:10.525Z | Downloaded anyhow v1.0.99 |
| 441 | 2026-02-24T01:24:10.525Z | Downloaded icu_locid_transform_data v1.5.0 |
| 442 | 2026-02-24T01:24:10.525Z | Downloaded icu_locid_transform v1.5.0 |
| 443 | 2026-02-24T01:24:10.549Z | Downloaded heck v0.5.0 |
| 444 | 2026-02-24T01:24:10.549Z | Downloaded heck v0.4.1 |
| 445 | 2026-02-24T01:24:10.549Z | Downloaded fs-err v3.1.1 |
| 446 | 2026-02-24T01:24:10.549Z | Downloaded form_urlencoded v1.2.2 |
| 447 | 2026-02-24T01:24:10.549Z | Downloaded dtrace-parser v0.2.0 |
| 448 | 2026-02-24T01:24:10.550Z | Downloaded block-buffer v0.10.4 |
| 449 | 2026-02-24T01:24:10.550Z | Downloaded generic-array v0.14.7 |
| 450 | 2026-02-24T01:24:10.550Z | Downloaded fnv v1.0.7 |
| 451 | 2026-02-24T01:24:10.550Z | Downloaded errno v0.3.12 |
| 452 | 2026-02-24T01:24:10.550Z | Downloaded cfg-if v1.0.4 |
| 453 | 2026-02-24T01:24:10.550Z | Downloaded cargo-platform v0.2.0 |
| 454 | 2026-02-24T01:24:10.550Z | Downloaded icu_collections v1.5.0 |
| 455 | 2026-02-24T01:24:10.574Z | Downloaded displaydoc v0.2.5 |
| 456 | 2026-02-24T01:24:10.574Z | Downloaded crypto-common v0.1.6 |
| 457 | 2026-02-24T01:24:10.574Z | Downloaded cpufeatures v0.2.14 |
| 458 | 2026-02-24T01:24:10.574Z | Downloaded colorchoice v1.0.2 |
| 459 | 2026-02-24T01:24:10.574Z | Downloaded clap_lex v0.7.4 |
| 460 | 2026-02-24T01:24:10.574Z | Downloaded clap v4.5.48 |
| 461 | 2026-02-24T01:24:10.575Z | Downloaded bytecount v0.6.8 |
| 462 | 2026-02-24T01:24:10.575Z | Downloaded getrandom v0.3.4 |
| 463 | 2026-02-24T01:24:10.599Z | Downloaded equivalent v1.0.2 |
| 464 | 2026-02-24T01:24:10.599Z | Downloaded digest v0.10.7 |
| 465 | 2026-02-24T01:24:10.599Z | Downloaded clap_builder v4.5.48 |
| 466 | 2026-02-24T01:24:10.599Z | Downloaded hashbrown v0.16.1 |
| 467 | 2026-02-24T01:24:10.599Z | Downloaded erased-serde v0.4.6 |
| 468 | 2026-02-24T01:24:10.599Z | Downloaded cargo_toml v0.21.0 |
| 469 | 2026-02-24T01:24:10.599Z | Downloaded anstyle-query v1.1.1 |
| 470 | 2026-02-24T01:24:10.696Z | Compiling proc-macro2 v1.0.101 |
| 471 | 2026-02-24T01:24:10.696Z | Compiling unicode-ident v1.0.19 |
| 472 | 2026-02-24T01:24:10.696Z | Compiling serde_core v1.0.228 |
| 473 | 2026-02-24T01:24:10.696Z | Compiling serde v1.0.228 |
| 474 | 2026-02-24T01:24:10.720Z | Compiling version_check v0.9.5 |
| 475 | 2026-02-24T01:24:10.720Z | Compiling libc v0.2.180 |
| 476 | 2026-02-24T01:24:10.720Z | Compiling memchr v2.7.4 |
| 477 | 2026-02-24T01:24:10.720Z | Compiling thiserror v2.0.18 |
| 478 | 2026-02-24T01:24:11.122Z | Compiling stable_deref_trait v1.2.0 |
| 479 | 2026-02-24T01:24:11.271Z | Compiling zmij v1.0.15 |
| 480 | 2026-02-24T01:24:11.627Z | Compiling litemap v0.7.3 |
| 481 | 2026-02-24T01:24:11.787Z | Compiling thiserror v1.0.69 |
| 482 | 2026-02-24T01:24:12.034Z | Compiling autocfg v1.4.0 |
| 483 | 2026-02-24T01:24:12.225Z | Compiling ucd-trie v0.1.7 |
| 484 | 2026-02-24T01:24:12.318Z | Compiling itoa v1.0.11 |
| 485 | 2026-02-24T01:24:12.376Z | Compiling writeable v0.5.5 |
| 486 | 2026-02-24T01:24:12.722Z | Compiling icu_locid_transform_data v1.5.0 |
| 487 | 2026-02-24T01:24:12.871Z | Compiling errno v0.3.12 |
| 488 | 2026-02-24T01:24:12.902Z | Compiling byteorder v1.5.0 |
| 489 | 2026-02-24T01:24:12.929Z | Compiling quote v1.0.40 |
| 490 | 2026-02-24T01:24:12.995Z | Compiling bitflags v2.9.4 |
| 491 | 2026-02-24T01:24:13.133Z | Compiling icu_properties_data v1.5.0 |
| 492 | 2026-02-24T01:24:13.347Z | Compiling syn v2.0.114 |
| 493 | 2026-02-24T01:24:13.426Z | Compiling serde_json v1.0.149 |
| 494 | 2026-02-24T01:24:13.489Z | Compiling num-traits v0.2.19 |
| 495 | 2026-02-24T01:24:13.537Z | Compiling hashbrown v0.16.1 |
| 496 | 2026-02-24T01:24:13.617Z | Compiling rustix v0.38.37 |
| 497 | 2026-02-24T01:24:13.794Z | Compiling equivalent v1.0.2 |
| 498 | 2026-02-24T01:24:13.947Z | Compiling typeid v1.0.3 |
| 499 | 2026-02-24T01:24:14.138Z | Compiling icu_normalizer_data v1.5.0 |
| 500 | 2026-02-24T01:24:14.162Z | Compiling utf8_iter v1.0.4 |
| 501 | 2026-02-24T01:24:14.231Z | Compiling utf16_iter v1.0.5 |
| 502 | 2026-02-24T01:24:14.318Z | Compiling write16 v1.0.0 |
| 503 | 2026-02-24T01:24:14.404Z | Compiling smallvec v1.15.1 |
| 504 | 2026-02-24T01:24:14.639Z | Compiling indexmap v2.13.0 |
| 505 | 2026-02-24T01:24:14.680Z | Compiling proc-macro-error-attr v1.0.4 |
| 506 | 2026-02-24T01:24:14.782Z | Compiling usdt-impl v0.5.0 |
| 507 | 2026-02-24T01:24:14.829Z | Compiling syn v1.0.109 |
| 508 | 2026-02-24T01:24:14.985Z | Compiling winnow v0.7.14 |
| 509 | 2026-02-24T01:24:15.161Z | Compiling toml_write v0.1.2 |
| 510 | 2026-02-24T01:24:15.444Z | Compiling thread-id v4.2.2 |
| 511 | 2026-02-24T01:24:16.185Z | Compiling proc-macro-error v1.0.4 |
| 512 | 2026-02-24T01:24:16.252Z | Compiling log v0.4.29 |
| 513 | 2026-02-24T01:24:16.564Z | Compiling camino v1.2.2 |
| 514 | 2026-02-24T01:24:16.643Z | Compiling rustix v1.1.3 |
| 515 | 2026-02-24T01:24:17.216Z | Compiling getrandom v0.3.4 |
| 516 | 2026-02-24T01:24:17.265Z | Compiling percent-encoding v2.3.2 |
| 517 | 2026-02-24T01:24:17.395Z | Compiling utf8parse v0.2.2 |
| 518 | 2026-02-24T01:24:17.424Z | Compiling plain v0.2.3 |
| 519 | 2026-02-24T01:24:17.595Z | Compiling anstyle-parse v0.2.5 |
| 520 | 2026-02-24T01:24:17.630Z | Compiling form_urlencoded v1.2.2 |
| 521 | 2026-02-24T01:24:17.947Z | Compiling ordered-float v2.10.1 |
| 522 | 2026-02-24T01:24:18.020Z | Compiling terminal_size v0.4.0 |
| 523 | 2026-02-24T01:24:18.612Z | Compiling colorchoice v1.0.2 |
| 524 | 2026-02-24T01:24:18.651Z | Compiling anstyle-query v1.1.1 |
| 525 | 2026-02-24T01:24:18.714Z | Compiling is_terminal_polyfill v1.70.1 |
| 526 | 2026-02-24T01:24:18.819Z | Compiling pretty-hex v0.4.1 |
| 527 | 2026-02-24T01:24:18.870Z | Compiling cfg-if v1.0.4 |
| 528 | 2026-02-24T01:24:18.907Z | Compiling anstyle v1.0.11 |
| 529 | 2026-02-24T01:24:19.138Z | Compiling semver v1.0.27 |
| 530 | 2026-02-24T01:24:19.382Z | Compiling anstream v0.6.18 |
| 531 | 2026-02-24T01:24:19.625Z | Compiling fs-err v3.1.1 |
| 532 | 2026-02-24T01:24:19.861Z | Compiling once_cell v1.21.3 |
| 533 | 2026-02-24T01:24:19.930Z | Compiling synstructure v0.13.1 |
| 534 | 2026-02-24T01:24:19.961Z | Compiling fastrand v2.1.1 |
| 535 | 2026-02-24T01:24:20.019Z | Compiling strsim v0.11.1 |
| 536 | 2026-02-24T01:24:20.267Z | Compiling bytecount v0.6.8 |
| 537 | 2026-02-24T01:24:20.551Z | Compiling clap_lex v0.7.4 |
| 538 | 2026-02-24T01:24:20.589Z | Compiling heck v0.5.0 |
| 539 | 2026-02-24T01:24:20.874Z | Compiling anyhow v1.0.99 |
| 540 | 2026-02-24T01:24:21.080Z | Compiling unicode-xid v0.2.6 |
| 541 | 2026-02-24T01:24:21.323Z | Compiling fnv v1.0.7 |
| 542 | 2026-02-24T01:24:21.356Z | Compiling heck v0.4.1 |
| 543 | 2026-02-24T01:24:21.509Z | Compiling unicode-width v0.1.14 |
| 544 | 2026-02-24T01:24:21.544Z | Compiling clap_builder v4.5.48 |
| 545 | 2026-02-24T01:24:21.821Z | Compiling tempfile v3.24.0 |
| 546 | 2026-02-24T01:24:22.024Z | Compiling memmap v0.7.0 |
| 547 | 2026-02-24T01:24:22.053Z | Compiling smawk v0.3.2 |
| 548 | 2026-02-24T01:24:22.216Z | Compiling papergrid v0.11.0 |
| 549 | 2026-02-24T01:24:22.315Z | Compiling unicode-width v0.2.0 |
| 550 | 2026-02-24T01:24:22.371Z | Compiling unicode-linebreak v0.1.5 |
| 551 | 2026-02-24T01:24:22.670Z | Compiling camino-tempfile v1.4.1 |
| 552 | 2026-02-24T01:24:22.894Z | Compiling textwrap v0.16.2 |
| 553 | 2026-02-24T01:24:23.495Z | Compiling swrite v0.1.0 |
| 554 | 2026-02-24T01:24:23.659Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 555 | 2026-02-24T01:24:23.721Z | Compiling tabled_derive v0.7.0 |
| 556 | 2026-02-24T01:24:24.586Z | Compiling serde_derive v1.0.228 |
| 557 | 2026-02-24T01:24:24.685Z | Compiling zerofrom-derive v0.1.4 |
| 558 | 2026-02-24T01:24:24.857Z | Compiling yoke-derive v0.7.4 |
| 559 | 2026-02-24T01:24:24.923Z | Compiling thiserror-impl v2.0.18 |
| 560 | 2026-02-24T01:24:24.957Z | Compiling zerovec-derive v0.10.3 |
| 561 | 2026-02-24T01:24:25.690Z | Compiling displaydoc v0.2.5 |
| 562 | 2026-02-24T01:24:27.202Z | Compiling thiserror-impl v1.0.69 |
| 563 | 2026-02-24T01:24:27.492Z | Compiling icu_provider_macros v1.5.0 |
| 564 | 2026-02-24T01:24:27.767Z | Compiling zerocopy-derive v0.7.35 |
| 565 | 2026-02-24T01:24:28.018Z | Compiling zerofrom v0.1.4 |
| 566 | 2026-02-24T01:24:28.165Z | Compiling pest v2.8.2 |
| 567 | 2026-02-24T01:24:28.281Z | Compiling yoke v0.7.4 |
| 568 | 2026-02-24T01:24:28.500Z | Compiling scroll_derive v0.12.0 |
| 569 | 2026-02-24T01:24:28.704Z | Compiling zerovec v0.10.4 |
| 570 | 2026-02-24T01:24:29.857Z | Compiling zerocopy v0.7.35 |
| 571 | 2026-02-24T01:24:29.966Z | Compiling clap_derive v4.5.47 |
| 572 | 2026-02-24T01:24:29.999Z | Compiling scroll v0.12.0 |
| 573 | 2026-02-24T01:24:30.672Z | Compiling goblin v0.8.2 |
| 574 | 2026-02-24T01:24:30.705Z | Compiling tabled v0.15.0 |
| 575 | 2026-02-24T01:24:31.045Z | Compiling tinystr v0.7.6 |
| 576 | 2026-02-24T01:24:31.307Z | Compiling icu_collections v1.5.0 |
| 577 | 2026-02-24T01:24:31.595Z | Compiling icu_locid v1.5.0 |
| 578 | 2026-02-24T01:24:31.731Z | Compiling pest_meta v2.8.2 |
| 579 | 2026-02-24T01:24:33.035Z | Compiling icu_provider v1.5.0 |
| 580 | 2026-02-24T01:24:33.601Z | Compiling pest_generator v2.8.2 |
| 581 | 2026-02-24T01:24:33.648Z | Compiling toml_datetime v0.6.11 |
| 582 | 2026-02-24T01:24:33.704Z | Compiling serde_spanned v0.6.9 |
| 583 | 2026-02-24T01:24:33.971Z | Compiling icu_locid_transform v1.5.0 |
| 584 | 2026-02-24T01:24:34.058Z | Compiling toml_edit v0.22.27 |
| 585 | 2026-02-24T01:24:34.156Z | Compiling dof v0.3.0 |
| 586 | 2026-02-24T01:24:34.186Z | Compiling serde_tokenstream v0.2.2 |
| 587 | 2026-02-24T01:24:34.804Z | Compiling erased-serde v0.4.6 |
| 588 | 2026-02-24T01:24:35.089Z | Compiling serde-value v0.7.0 |
| 589 | 2026-02-24T01:24:35.280Z | Compiling cargo-platform v0.2.0 |
| 590 | 2026-02-24T01:24:35.890Z | Compiling icu_properties v1.5.1 |
| 591 | 2026-02-24T01:24:36.018Z | Compiling serde-untagged v0.1.7 |
| 592 | 2026-02-24T01:24:36.135Z | Compiling clap v4.5.48 |
| 593 | 2026-02-24T01:24:36.279Z | Compiling macaddr v1.0.1 |
| 594 | 2026-02-24T01:24:36.443Z | Compiling pest_derive v2.8.2 |
| 595 | 2026-02-24T01:24:37.262Z | Compiling dtrace-parser v0.2.0 |
| 596 | 2026-02-24T01:24:37.883Z | Compiling toml v0.8.23 |
| 597 | 2026-02-24T01:24:38.810Z | Compiling cargo_toml v0.21.0 |
| 598 | 2026-02-24T01:24:39.416Z | Compiling usdt-attr-macro v0.5.0 |
| 599 | 2026-02-24T01:24:39.416Z | Compiling usdt-macro v0.5.0 |
| 600 | 2026-02-24T01:24:39.870Z | Compiling icu_normalizer v1.5.0 |
| 601 | 2026-02-24T01:24:40.716Z | Compiling usdt v0.5.0 |
| 602 | 2026-02-24T01:24:40.877Z | Compiling idna_adapter v1.2.0 |
| 603 | 2026-02-24T01:24:41.081Z | Compiling idna v1.0.3 |
| 604 | 2026-02-24T01:24:41.765Z | Compiling url v2.5.4 |
| 605 | 2026-02-24T01:24:42.689Z | Compiling cargo-util-schemas v0.8.2 |
| 606 | 2026-02-24T01:24:44.979Z | Compiling cargo_metadata v0.21.0 |
| 607 | 2026-02-24T01:24:47.514Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 608 | 2026-02-24T01:24:52.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s |
| 609 | 2026-02-24T01:24:52.754Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 610 | 2026-02-24T01:24:53.922Z | Downloading crates ... |
| 611 | 2026-02-24T01:24:54.102Z | Downloaded allocator-api2 v0.2.21 |
| 612 | 2026-02-24T01:24:54.126Z | Downloaded backoff v0.4.0 |
| 613 | 2026-02-24T01:24:54.126Z | Downloaded crossbeam-epoch v0.9.18 |
| 614 | 2026-02-24T01:24:54.151Z | Downloaded darling v0.20.10 |
| 615 | 2026-02-24T01:24:54.151Z | Downloaded daft-derive v0.1.4 |
| 616 | 2026-02-24T01:24:54.175Z | Downloaded daft v0.1.4 |
| 617 | 2026-02-24T01:24:54.175Z | Downloaded console v0.15.10 |
| 618 | 2026-02-24T01:24:54.175Z | Downloaded curve25519-dalek v4.1.3 |
| 619 | 2026-02-24T01:24:54.200Z | Downloaded funty v2.0.0 |
| 620 | 2026-02-24T01:24:54.226Z | Downloaded futures-task v0.3.31 |
| 621 | 2026-02-24T01:24:54.226Z | Downloaded headers-core v0.3.0 |
| 622 | 2026-02-24T01:24:54.249Z | Downloaded hostname v0.4.2 |
| 623 | 2026-02-24T01:24:54.249Z | Downloaded lazycell v1.3.0 |
| 624 | 2026-02-24T01:24:54.249Z | Downloaded maplit v1.0.2 |
| 625 | 2026-02-24T01:24:54.274Z | Downloaded is_ci v1.2.0 |
| 626 | 2026-02-24T01:24:54.274Z | Downloaded keccak v0.1.5 |
| 627 | 2026-02-24T01:24:54.274Z | Downloaded linked-hash-map v0.5.6 |
| 628 | 2026-02-24T01:24:54.274Z | Downloaded multimap v0.10.1 |
| 629 | 2026-02-24T01:24:54.298Z | Downloaded newline-converter v0.3.0 |
| 630 | 2026-02-24T01:24:54.298Z | Downloaded number_prefix v0.4.0 |
| 631 | 2026-02-24T01:24:54.298Z | Downloaded num_enum_derive v0.5.11 |
| 632 | 2026-02-24T01:24:54.298Z | Downloaded pbkdf2 v0.11.0 |
| 633 | 2026-02-24T01:24:54.323Z | Downloaded pbkdf2 v0.12.2 |
| 634 | 2026-02-24T01:24:54.323Z | Downloaded predicates-core v1.0.8 |
| 635 | 2026-02-24T01:24:54.323Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 636 | 2026-02-24T01:24:54.347Z | Downloaded progenitor-client v0.11.2 |
| 637 | 2026-02-24T01:24:54.347Z | Downloaded quick-error v1.2.3 |
| 638 | 2026-02-24T01:24:54.347Z | Downloaded recursive v0.1.1 |
| 639 | 2026-02-24T01:24:54.347Z | Downloaded rfc6979 v0.4.0 |
| 640 | 2026-02-24T01:24:54.347Z | Downloaded progenitor v0.11.2 |
| 641 | 2026-02-24T01:24:54.372Z | Downloaded rustc-hash v2.1.1 |
| 642 | 2026-02-24T01:24:54.372Z | Downloaded rustc_version v0.4.1 |
| 643 | 2026-02-24T01:24:54.372Z | Downloaded progenitor v0.10.0 |
| 644 | 2026-02-24T01:24:54.372Z | Downloaded resolv-conf v0.7.0 |
| 645 | 2026-02-24T01:24:54.372Z | Downloaded pretty-hex v0.2.1 |
| 646 | 2026-02-24T01:24:54.372Z | Downloaded scheduled-thread-pool v0.2.7 |
| 647 | 2026-02-24T01:24:54.397Z | Downloaded secrecy v0.8.0 |
| 648 | 2026-02-24T01:24:54.397Z | Downloaded scrypt v0.11.0 |
| 649 | 2026-02-24T01:24:54.397Z | Downloaded scopeguard v1.2.0 |
| 650 | 2026-02-24T01:24:54.397Z | Downloaded sha1 v0.10.6 |
| 651 | 2026-02-24T01:24:54.422Z | Downloaded siphasher v1.0.1 |
| 652 | 2026-02-24T01:24:54.422Z | Downloaded serde_path_to_error v0.1.20 |
| 653 | 2026-02-24T01:24:54.423Z | Downloaded same-file v1.0.6 |
| 654 | 2026-02-24T01:24:54.423Z | Downloaded serde-big-array v0.5.1 |
| 655 | 2026-02-24T01:24:54.423Z | Downloaded simd-adler32 v0.3.7 |
| 656 | 2026-02-24T01:24:54.447Z | Downloaded strum v0.27.2 |
| 657 | 2026-02-24T01:24:54.447Z | Downloaded sync_wrapper v1.0.1 |
| 658 | 2026-02-24T01:24:54.447Z | Downloaded ssh-encoding v0.2.0 |
| 659 | 2026-02-24T01:24:54.447Z | Downloaded testing_table v0.3.0 |
| 660 | 2026-02-24T01:24:54.447Z | Downloaded subtle v2.6.1 |
| 661 | 2026-02-24T01:24:54.447Z | Downloaded take_mut v0.2.2 |
| 662 | 2026-02-24T01:24:54.472Z | Downloaded termios v0.3.3 |
| 663 | 2026-02-24T01:24:54.472Z | Downloaded thread_local v1.1.8 |
| 664 | 2026-02-24T01:24:54.472Z | Downloaded try-lock v0.2.5 |
| 665 | 2026-02-24T01:24:54.472Z | Downloaded term v0.7.0 |
| 666 | 2026-02-24T01:24:54.473Z | Downloaded topological-sort v0.2.2 |
| 667 | 2026-02-24T01:24:54.473Z | Downloaded untrusted v0.7.1 |
| 668 | 2026-02-24T01:24:54.473Z | Downloaded typify-macro v0.2.0 |
| 669 | 2026-02-24T01:24:54.498Z | Downloaded unicase v2.8.1 |
| 670 | 2026-02-24T01:24:54.498Z | Downloaded waitgroup v0.1.2 |
| 671 | 2026-02-24T01:24:54.498Z | Downloaded unit-prefix v0.5.1 |
| 672 | 2026-02-24T01:24:54.498Z | Downloaded xshell-macros v0.2.7 |
| 673 | 2026-02-24T01:24:54.498Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 674 | 2026-02-24T01:24:54.498Z | Downloaded socket2 v0.6.1 |
| 675 | 2026-02-24T01:24:54.498Z | Downloaded zone v0.3.1 |
| 676 | 2026-02-24T01:24:54.498Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 677 | 2026-02-24T01:24:54.498Z | Downloaded tungstenite v0.23.0 |
| 678 | 2026-02-24T01:24:54.522Z | Downloaded usdt v0.6.0 |
| 679 | 2026-02-24T01:24:54.522Z | Downloaded which v4.4.2 |
| 680 | 2026-02-24T01:24:54.522Z | Downloaded xattr v1.3.1 |
| 681 | 2026-02-24T01:24:54.522Z | Downloaded vte_generate_state_changes v0.1.2 |
| 682 | 2026-02-24T01:24:54.522Z | Downloaded zone_cfg_derive v0.1.2 |
| 683 | 2026-02-24T01:24:54.522Z | Downloaded zeroize_derive v1.4.2 |
| 684 | 2026-02-24T01:24:54.522Z | Downloaded zone_cfg_derive v0.3.0 |
| 685 | 2026-02-24T01:24:54.522Z | Downloaded vergen-lib v0.1.6 |
| 686 | 2026-02-24T01:24:54.547Z | Downloaded zeroize v1.8.1 |
| 687 | 2026-02-24T01:24:54.547Z | Downloaded xshell v0.2.7 |
| 688 | 2026-02-24T01:24:54.547Z | Downloaded walkdir v2.5.0 |
| 689 | 2026-02-24T01:24:54.547Z | Downloaded usdt-impl v0.6.0 |
| 690 | 2026-02-24T01:24:54.547Z | Downloaded zstd v0.13.3 |
| 691 | 2026-02-24T01:24:54.547Z | Downloaded zstd-safe v7.2.3 |
| 692 | 2026-02-24T01:24:54.547Z | Downloaded tower-http v0.6.6 |
| 693 | 2026-02-24T01:24:54.571Z | Downloaded zopfli v0.8.1 |
| 694 | 2026-02-24T01:24:54.571Z | Downloaded zip v0.6.6 |
| 695 | 2026-02-24T01:24:54.571Z | Downloaded yansi v1.0.1 |
| 696 | 2026-02-24T01:24:54.595Z | Downloaded zip v4.2.0 |
| 697 | 2026-02-24T01:24:54.595Z | Downloaded zerocopy-derive v0.8.27 |
| 698 | 2026-02-24T01:24:54.595Z | Downloaded tabled v0.20.0 |
| 699 | 2026-02-24T01:24:54.619Z | Downloaded winnow v0.5.40 |
| 700 | 2026-02-24T01:24:54.643Z | Downloaded winnow v0.6.26 |
| 701 | 2026-02-24T01:24:54.643Z | Downloaded regex-syntax v0.8.5 |
| 702 | 2026-02-24T01:24:54.667Z | Downloaded vcpkg v0.2.15 |
| 703 | 2026-02-24T01:24:54.695Z | Downloaded zlib-rs v0.5.1 |
| 704 | 2026-02-24T01:24:54.718Z | Downloaded rustls v0.23.19 |
| 705 | 2026-02-24T01:24:54.718Z | Downloaded rustls v0.22.4 |
| 706 | 2026-02-24T01:24:54.742Z | Downloaded smoltcp v0.11.0 |
| 707 | 2026-02-24T01:24:54.766Z | Downloaded webpki-roots v1.0.1 |
| 708 | 2026-02-24T01:24:54.766Z | Downloaded lzma-sys v0.1.20 |
| 709 | 2026-02-24T01:24:54.790Z | Downloaded sqlparser v0.61.0 |
| 710 | 2026-02-24T01:24:54.814Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 711 | 2026-02-24T01:24:54.814Z | Downloaded sled v0.34.7 |
| 712 | 2026-02-24T01:24:54.837Z | Downloaded csv v1.3.1 |
| 713 | 2026-02-24T01:24:54.861Z | Downloaded zerocopy v0.8.27 |
| 714 | 2026-02-24T01:24:54.885Z | Downloaded regex-automata v0.4.11 |
| 715 | 2026-02-24T01:24:54.908Z | Downloaded ratatui v0.29.0 |
| 716 | 2026-02-24T01:24:54.932Z | Downloaded typify-impl v0.2.0 |
| 717 | 2026-02-24T01:24:54.932Z | Downloaded petgraph v0.6.5 |
| 718 | 2026-02-24T01:24:54.956Z | Downloaded zerocopy-derive v0.6.6 |
| 719 | 2026-02-24T01:24:54.980Z | Downloaded typify-impl v0.4.3 |
| 720 | 2026-02-24T01:24:54.980Z | Downloaded petgraph v0.8.2 |
| 721 | 2026-02-24T01:24:55.004Z | Downloaded tabled v0.18.0 |
| 722 | 2026-02-24T01:24:55.028Z | Downloaded chrono-tz v0.10.4 |
| 723 | 2026-02-24T01:24:55.052Z | Downloaded jiff v0.2.15 |
| 724 | 2026-02-24T01:24:55.076Z | Downloaded regress v0.10.4 |
| 725 | 2026-02-24T01:24:55.076Z | Downloaded object v0.36.5 |
| 726 | 2026-02-24T01:24:55.099Z | Downloaded hickory-proto v0.25.2 |
| 727 | 2026-02-24T01:24:55.123Z | Downloaded object v0.37.3 |
| 728 | 2026-02-24T01:24:55.123Z | Downloaded hickory-proto v0.24.4 |
| 729 | 2026-02-24T01:24:55.147Z | Downloaded rustls v0.21.12 |
| 730 | 2026-02-24T01:24:55.147Z | Downloaded libz-sys v1.1.20 |
| 731 | 2026-02-24T01:24:55.171Z | Downloaded regex-syntax v0.6.29 |
| 732 | 2026-02-24T01:24:55.195Z | Downloaded smoltcp v0.9.1 |
| 733 | 2026-02-24T01:24:55.195Z | Downloaded unicode_categories v0.1.1 |
| 734 | 2026-02-24T01:24:55.195Z | Downloaded polar-core v0.27.3 |
| 735 | 2026-02-24T01:24:55.219Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 736 | 2026-02-24T01:24:55.219Z | Downloaded sha3 v0.10.8 |
| 737 | 2026-02-24T01:24:55.243Z | Downloaded radix_trie v0.2.1 |
| 738 | 2026-02-24T01:24:55.243Z | Downloaded object v0.30.4 |
| 739 | 2026-02-24T01:24:55.243Z | Downloaded unicode-segmentation v1.12.0 |
| 740 | 2026-02-24T01:24:55.267Z | Downloaded unicode-normalization v0.1.24 |
| 741 | 2026-02-24T01:24:55.267Z | Downloaded encoding_rs v0.8.34 |
| 742 | 2026-02-24T01:24:55.291Z | Downloaded x509-cert v0.2.5 |
| 743 | 2026-02-24T01:24:55.291Z | Downloaded tokio v1.49.0 |
| 744 | 2026-02-24T01:24:55.327Z | Downloaded value-bag v1.12.0 |
| 745 | 2026-02-24T01:24:55.351Z | Downloaded tough v0.20.0 |
| 746 | 2026-02-24T01:24:55.351Z | Downloaded serde_with v3.16.1 |
| 747 | 2026-02-24T01:24:55.375Z | Downloaded rustls-webpki v0.102.8 |
| 748 | 2026-02-24T01:24:55.375Z | Downloaded uuid v1.19.0 |
| 749 | 2026-02-24T01:24:55.401Z | Downloaded unsafe-libyaml v0.2.11 |
| 750 | 2026-02-24T01:24:55.401Z | Downloaded typed-path v0.9.3 |
| 751 | 2026-02-24T01:24:55.401Z | Downloaded tungstenite v0.21.0 |
| 752 | 2026-02-24T01:24:55.425Z | Downloaded tower v0.5.2 |
| 753 | 2026-02-24T01:24:55.449Z | Downloaded time v0.3.43 |
| 754 | 2026-02-24T01:24:55.473Z | Downloaded salty v0.3.0 |
| 755 | 2026-02-24T01:24:55.473Z | Downloaded quick-xml v0.37.2 |
| 756 | 2026-02-24T01:24:55.496Z | Downloaded moka v0.12.10 |
| 757 | 2026-02-24T01:24:55.496Z | Downloaded zone v0.1.8 |
| 758 | 2026-02-24T01:24:55.496Z | Downloaded xz2 v0.1.7 |
| 759 | 2026-02-24T01:24:55.497Z | Downloaded vte v0.11.1 |
| 760 | 2026-02-24T01:24:55.497Z | Downloaded unicode-bidi v0.3.17 |
| 761 | 2026-02-24T01:24:55.521Z | Downloaded tokio-util v0.7.15 |
| 762 | 2026-02-24T01:24:55.521Z | Downloaded tokio-stream v0.1.17 |
| 763 | 2026-02-24T01:24:55.521Z | Downloaded rustls-webpki v0.101.7 |
| 764 | 2026-02-24T01:24:55.545Z | Downloaded zerocopy v0.6.6 |
| 765 | 2026-02-24T01:24:55.545Z | Downloaded vergen v9.0.6 |
| 766 | 2026-02-24T01:24:55.569Z | Downloaded tracing v0.1.40 |
| 767 | 2026-02-24T01:24:55.569Z | Downloaded ring v0.17.14 |
| 768 | 2026-02-24T01:24:55.629Z | Downloaded toml_edit v0.19.15 |
| 769 | 2026-02-24T01:24:55.653Z | Downloaded wyz v0.5.1 |
| 770 | 2026-02-24T01:24:55.653Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 771 | 2026-02-24T01:24:55.712Z | Downloaded vsss-rs v3.3.4 |
| 772 | 2026-02-24T01:24:55.736Z | Downloaded term v1.1.0 |
| 773 | 2026-02-24T01:24:55.736Z | Downloaded whoami v1.5.2 |
| 774 | 2026-02-24T01:24:55.736Z | Downloaded vergen-gitcl v1.0.8 |
| 775 | 2026-02-24T01:24:55.736Z | Downloaded vergen-git2 v1.0.7 |
| 776 | 2026-02-24T01:24:55.736Z | Downloaded typify v0.2.0 |
| 777 | 2026-02-24T01:24:55.736Z | Downloaded tracing-core v0.1.32 |
| 778 | 2026-02-24T01:24:55.737Z | Downloaded unicode-properties v0.1.3 |
| 779 | 2026-02-24T01:24:55.737Z | Downloaded quinn-proto v0.11.8 |
| 780 | 2026-02-24T01:24:55.761Z | Downloaded want v0.3.1 |
| 781 | 2026-02-24T01:24:55.761Z | Downloaded tokio-native-tls v0.3.1 |
| 782 | 2026-02-24T01:24:55.761Z | Downloaded proptest v1.7.0 |
| 783 | 2026-02-24T01:24:55.761Z | Downloaded yasna v0.5.2 |
| 784 | 2026-02-24T01:24:55.761Z | Downloaded twox-hash v2.1.0 |
| 785 | 2026-02-24T01:24:55.761Z | Downloaded void v1.0.2 |
| 786 | 2026-02-24T01:24:55.761Z | Downloaded utf-8 v0.7.6 |
| 787 | 2026-02-24T01:24:55.761Z | Downloaded untrusted v0.9.0 |
| 788 | 2026-02-24T01:24:55.788Z | Downloaded tokio-postgres v0.7.13 |
| 789 | 2026-02-24T01:24:55.788Z | Downloaded reqwest v0.12.24 |
| 790 | 2026-02-24T01:24:55.788Z | Downloaded regex v1.11.3 |
| 791 | 2026-02-24T01:24:55.788Z | Downloaded rayon v1.10.0 |
| 792 | 2026-02-24T01:24:55.814Z | Downloaded openapiv3 v2.2.0 |
| 793 | 2026-02-24T01:24:55.814Z | Downloaded usdt-macro v0.6.0 |
| 794 | 2026-02-24T01:24:55.814Z | Downloaded typify v0.4.3 |
| 795 | 2026-02-24T01:24:55.814Z | Downloaded ssh-key v0.6.6 |
| 796 | 2026-02-24T01:24:55.814Z | Downloaded petname v2.0.2 |
| 797 | 2026-02-24T01:24:55.838Z | Downloaded universal-hash v0.5.1 |
| 798 | 2026-02-24T01:24:55.838Z | Downloaded unicode-truncate v1.1.0 |
| 799 | 2026-02-24T01:24:55.838Z | Downloaded unarray v0.1.4 |
| 800 | 2026-02-24T01:24:55.838Z | Downloaded portable-atomic v1.11.0 |
| 801 | 2026-02-24T01:24:55.838Z | Downloaded trait-variant v0.1.2 |
| 802 | 2026-02-24T01:24:55.838Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 803 | 2026-02-24T01:24:55.839Z | Downloaded toml v0.7.8 |
| 804 | 2026-02-24T01:24:55.862Z | Downloaded tinyvec_macros v0.1.1 |
| 805 | 2026-02-24T01:24:55.862Z | Downloaded steno v0.4.1 |
| 806 | 2026-02-24T01:24:55.862Z | Downloaded rpassword v7.4.0 |
| 807 | 2026-02-24T01:24:55.862Z | Downloaded reedline v0.40.0 |
| 808 | 2026-02-24T01:24:55.862Z | Downloaded uzers v0.12.1 |
| 809 | 2026-02-24T01:24:55.862Z | Downloaded usdt-attr-macro v0.6.0 |
| 810 | 2026-02-24T01:24:55.862Z | Downloaded typify-macro v0.4.3 |
| 811 | 2026-02-24T01:24:55.863Z | Downloaded tracing-attributes v0.1.27 |
| 812 | 2026-02-24T01:24:55.863Z | Downloaded tower-service v0.3.3 |
| 813 | 2026-02-24T01:24:55.887Z | Downloaded time-core v0.1.6 |
| 814 | 2026-02-24T01:24:55.887Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 815 | 2026-02-24T01:24:55.887Z | Downloaded tar v0.4.44 |
| 816 | 2026-02-24T01:24:55.887Z | Downloaded russh v0.45.0 |
| 817 | 2026-02-24T01:24:55.887Z | Downloaded thiserror-no-std v2.0.2 |
| 818 | 2026-02-24T01:24:55.887Z | Downloaded rustyline v14.0.0 |
| 819 | 2026-02-24T01:24:55.887Z | Downloaded wait-timeout v0.2.0 |
| 820 | 2026-02-24T01:24:55.887Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 821 | 2026-02-24T01:24:55.887Z | Downloaded schemars v1.0.4 |
| 822 | 2026-02-24T01:24:55.911Z | Downloaded samael v0.0.19 |
| 823 | 2026-02-24T01:24:55.911Z | Downloaded rand v0.9.2 |
| 824 | 2026-02-24T01:24:55.936Z | Downloaded tui-tree-widget v0.23.1 |
| 825 | 2026-02-24T01:24:55.936Z | Downloaded tower-layer v0.3.3 |
| 826 | 2026-02-24T01:24:55.936Z | Downloaded tokio-rustls v0.26.0 |
| 827 | 2026-02-24T01:24:55.936Z | Downloaded tokio-rustls v0.24.1 |
| 828 | 2026-02-24T01:24:55.936Z | Downloaded test-strategy v0.4.3 |
| 829 | 2026-02-24T01:24:55.936Z | Downloaded strum_macros v0.26.4 |
| 830 | 2026-02-24T01:24:55.936Z | Downloaded tinyvec v1.8.0 |
| 831 | 2026-02-24T01:24:55.936Z | Downloaded tiny-keccak v2.0.2 |
| 832 | 2026-02-24T01:24:55.936Z | Downloaded socket2 v0.5.10 |
| 833 | 2026-02-24T01:24:55.961Z | Downloaded rsa v0.9.8 |
| 834 | 2026-02-24T01:24:55.961Z | Downloaded openssl v0.10.73 |
| 835 | 2026-02-24T01:24:55.985Z | Downloaded gimli v0.31.1 |
| 836 | 2026-02-24T01:24:55.985Z | Downloaded tokio-tungstenite v0.23.1 |
| 837 | 2026-02-24T01:24:55.985Z | Downloaded tokio-tungstenite v0.21.0 |
| 838 | 2026-02-24T01:24:55.985Z | Downloaded tokio-rustls v0.25.0 |
| 839 | 2026-02-24T01:24:56.010Z | Downloaded tokio-macros v2.6.0 |
| 840 | 2026-02-24T01:24:56.010Z | Downloaded time-macros v0.2.24 |
| 841 | 2026-02-24T01:24:56.010Z | Downloaded tabwriter v1.4.0 |
| 842 | 2026-02-24T01:24:56.010Z | Downloaded support-bundle-viewer v0.1.2 |
| 843 | 2026-02-24T01:24:56.010Z | Downloaded subprocess v0.2.9 |
| 844 | 2026-02-24T01:24:56.010Z | Downloaded snafu v0.8.5 |
| 845 | 2026-02-24T01:24:56.010Z | Downloaded strum_macros v0.27.2 |
| 846 | 2026-02-24T01:24:56.034Z | Downloaded static_assertions v1.1.0 |
| 847 | 2026-02-24T01:24:56.034Z | Downloaded tokio-dtrace v0.1.0 |
| 848 | 2026-02-24T01:24:56.034Z | Downloaded tls_codec_derive v0.4.1 |
| 849 | 2026-02-24T01:24:56.034Z | Downloaded tls_codec v0.4.1 |
| 850 | 2026-02-24T01:24:56.034Z | Downloaded spin v0.9.8 |
| 851 | 2026-02-24T01:24:56.034Z | Downloaded nix v0.30.1 |
| 852 | 2026-02-24T01:24:56.059Z | Downloaded itertools v0.14.0 |
| 853 | 2026-02-24T01:24:56.059Z | Downloaded git2 v0.20.2 |
| 854 | 2026-02-24T01:24:56.059Z | Downloaded thread-id v5.0.0 |
| 855 | 2026-02-24T01:24:56.083Z | Downloaded tagptr v0.2.0 |
| 856 | 2026-02-24T01:24:56.083Z | Downloaded tabled_derive v0.11.0 |
| 857 | 2026-02-24T01:24:56.083Z | Downloaded tabled_derive v0.10.0 |
| 858 | 2026-02-24T01:24:56.083Z | Downloaded string_cache v0.8.9 |
| 859 | 2026-02-24T01:24:56.084Z | Downloaded snafu-derive v0.8.5 |
| 860 | 2026-02-24T01:24:56.084Z | Downloaded slog v2.8.2 |
| 861 | 2026-02-24T01:24:56.084Z | Downloaded sync-ptr v0.1.4 |
| 862 | 2026-02-24T01:24:56.084Z | Downloaded slog-dtrace v0.3.0 |
| 863 | 2026-02-24T01:24:56.084Z | Downloaded similar v2.7.0 |
| 864 | 2026-02-24T01:24:56.108Z | Downloaded signal-hook v0.3.18 |
| 865 | 2026-02-24T01:24:56.108Z | Downloaded schemars v0.9.0 |
| 866 | 2026-02-24T01:24:56.132Z | Downloaded schemars v0.8.22 |
| 867 | 2026-02-24T01:24:56.132Z | Downloaded ron v0.8.1 |
| 868 | 2026-02-24T01:24:56.156Z | Downloaded quinn v0.11.5 |
| 869 | 2026-02-24T01:24:56.156Z | Downloaded p384 v0.13.1 |
| 870 | 2026-02-24T01:24:56.156Z | Downloaded structmeta v0.3.0 |
| 871 | 2026-02-24T01:24:56.156Z | Downloaded strip-ansi-escapes v0.2.0 |
| 872 | 2026-02-24T01:24:56.156Z | Downloaded stacker v0.1.23 |
| 873 | 2026-02-24T01:24:56.157Z | Downloaded smf v0.2.3 |
| 874 | 2026-02-24T01:24:56.157Z | Downloaded slog-json v2.6.1 |
| 875 | 2026-02-24T01:24:56.157Z | Downloaded slab v0.4.9 |
| 876 | 2026-02-24T01:24:56.157Z | Downloaded serde_yaml v0.9.34+deprecated |
| 877 | 2026-02-24T01:24:56.157Z | Downloaded rand v0.8.5 |
| 878 | 2026-02-24T01:24:56.181Z | Downloaded publicsuffix v2.3.0 |
| 879 | 2026-02-24T01:24:56.181Z | Downloaded bstr v1.10.0 |
| 880 | 2026-02-24T01:24:56.181Z | Downloaded termtree v0.5.1 |
| 881 | 2026-02-24T01:24:56.181Z | Downloaded tap v1.0.1 |
| 882 | 2026-02-24T01:24:56.182Z | Downloaded supports-color v3.0.2 |
| 883 | 2026-02-24T01:24:56.182Z | Downloaded strum_macros v0.24.3 |
| 884 | 2026-02-24T01:24:56.182Z | Downloaded structmeta-derive v0.3.0 |
| 885 | 2026-02-24T01:24:56.182Z | Downloaded stringprep v0.1.5 |
| 886 | 2026-02-24T01:24:56.182Z | Downloaded ssh-cipher v0.2.0 |
| 887 | 2026-02-24T01:24:56.182Z | Downloaded sqlparser_derive v0.5.0 |
| 888 | 2026-02-24T01:24:56.206Z | Downloaded slog-scope v4.4.0 |
| 889 | 2026-02-24T01:24:56.207Z | Downloaded shlex v1.3.0 |
| 890 | 2026-02-24T01:24:56.207Z | Downloaded serde_cbor v0.11.2 |
| 891 | 2026-02-24T01:24:56.207Z | Downloaded serde_bytes v0.11.19 |
| 892 | 2026-02-24T01:24:56.207Z | Downloaded serde-hex v0.1.0 |
| 893 | 2026-02-24T01:24:56.207Z | Downloaded russh-keys v0.45.0 |
| 894 | 2026-02-24T01:24:56.207Z | Downloaded num-bigint-dig v0.8.6 |
| 895 | 2026-02-24T01:24:56.207Z | Downloaded nix v0.28.0 |
| 896 | 2026-02-24T01:24:56.231Z | Downloaded itertools v0.13.0 |
| 897 | 2026-02-24T01:24:56.231Z | Downloaded sqlformat v0.3.5 |
| 898 | 2026-02-24T01:24:56.231Z | Downloaded spki v0.7.3 |
| 899 | 2026-02-24T01:24:56.231Z | Downloaded slog-envlogger v2.2.0 |
| 900 | 2026-02-24T01:24:56.231Z | Downloaded slog-bunyan v2.5.0 |
| 901 | 2026-02-24T01:24:56.231Z | Downloaded shell-words v1.1.0 |
| 902 | 2026-02-24T01:24:56.256Z | Downloaded smallvec v0.6.14 |
| 903 | 2026-02-24T01:24:56.256Z | Downloaded slog-term v2.9.2 |
| 904 | 2026-02-24T01:24:56.256Z | Downloaded slog-stdlog v4.1.1 |
| 905 | 2026-02-24T01:24:56.256Z | Downloaded signature v2.2.0 |
| 906 | 2026-02-24T01:24:56.256Z | Downloaded signal-hook-registry v1.4.2 |
| 907 | 2026-02-24T01:24:56.256Z | Downloaded serde_with_macros v3.16.1 |
| 908 | 2026-02-24T01:24:56.256Z | Downloaded secrecy v0.10.3 |
| 909 | 2026-02-24T01:24:56.256Z | Downloaded ron v0.7.1 |
| 910 | 2026-02-24T01:24:56.256Z | Downloaded qorb v0.4.1 |
| 911 | 2026-02-24T01:24:56.283Z | Downloaded iri-string v0.7.8 |
| 912 | 2026-02-24T01:24:56.283Z | Downloaded hkdf v0.12.4 |
| 913 | 2026-02-24T01:24:56.283Z | Downloaded strum v0.26.3 |
| 914 | 2026-02-24T01:24:56.283Z | Downloaded slog-async v2.8.0 |
| 915 | 2026-02-24T01:24:56.283Z | Downloaded signal-hook-tokio v0.3.1 |
| 916 | 2026-02-24T01:24:56.283Z | Downloaded serde_urlencoded v0.7.1 |
| 917 | 2026-02-24T01:24:56.283Z | Downloaded sec1 v0.7.3 |
| 918 | 2026-02-24T01:24:56.283Z | Downloaded sct v0.7.1 |
| 919 | 2026-02-24T01:24:56.308Z | Downloaded ryu v1.0.18 |
| 920 | 2026-02-24T01:24:56.308Z | Downloaded progenitor-impl v0.11.2 |
| 921 | 2026-02-24T01:24:56.308Z | Downloaded nix v0.29.0 |
| 922 | 2026-02-24T01:24:56.308Z | Downloaded diesel v2.2.12 |
| 923 | 2026-02-24T01:24:56.332Z | Downloaded bitvec v1.0.1 |
| 924 | 2026-02-24T01:24:56.357Z | Downloaded serde_spanned v1.0.4 |
| 925 | 2026-02-24T01:24:56.357Z | Downloaded serde_repr v0.1.19 |
| 926 | 2026-02-24T01:24:56.357Z | Downloaded seq-macro v0.3.6 |
| 927 | 2026-02-24T01:24:56.357Z | Downloaded rustls-pki-types v1.10.0 |
| 928 | 2026-02-24T01:24:56.357Z | Downloaded rayon-core v1.12.1 |
| 929 | 2026-02-24T01:24:56.357Z | Downloaded libxml v0.3.3 |
| 930 | 2026-02-24T01:24:56.382Z | Downloaded itertools v0.12.1 |
| 931 | 2026-02-24T01:24:56.383Z | Downloaded semver v0.1.20 |
| 932 | 2026-02-24T01:24:56.383Z | Downloaded salsa20 v0.10.2 |
| 933 | 2026-02-24T01:24:56.383Z | Downloaded rustc_version v0.1.7 |
| 934 | 2026-02-24T01:24:56.383Z | Downloaded rtoolbox v0.0.2 |
| 935 | 2026-02-24T01:24:56.383Z | Downloaded nix v0.27.1 |
| 936 | 2026-02-24T01:24:56.407Z | Downloaded chrono v0.4.43 |
| 937 | 2026-02-24T01:24:56.407Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 938 | 2026-02-24T01:24:56.407Z | Downloaded rand_chacha v0.9.0 |
| 939 | 2026-02-24T01:24:56.407Z | Downloaded quinn-udp v0.5.5 |
| 940 | 2026-02-24T01:24:56.407Z | Downloaded p521 v0.13.3 |
| 941 | 2026-02-24T01:24:56.407Z | Downloaded serde_derive_internals v0.29.1 |
| 942 | 2026-02-24T01:24:56.407Z | Downloaded schemars_derive v0.8.22 |
| 943 | 2026-02-24T01:24:56.407Z | Downloaded rustls-pemfile v1.0.4 |
| 944 | 2026-02-24T01:24:56.431Z | Downloaded rustls-native-certs v0.8.1 |
| 945 | 2026-02-24T01:24:56.431Z | Downloaded russh-cryptovec v0.7.3 |
| 946 | 2026-02-24T01:24:56.431Z | Downloaded ref-cast-impl v1.0.25 |
| 947 | 2026-02-24T01:24:56.431Z | Downloaded rcgen v0.12.1 |
| 948 | 2026-02-24T01:24:56.431Z | Downloaded rand_chacha v0.3.1 |
| 949 | 2026-02-24T01:24:56.431Z | Downloaded r2d2 v0.8.10 |
| 950 | 2026-02-24T01:24:56.431Z | Downloaded pretty_assertions v1.4.1 |
| 951 | 2026-02-24T01:24:56.431Z | Downloaded hyper v1.8.1 |
| 952 | 2026-02-24T01:24:56.456Z | Downloaded siphasher v0.3.11 |
| 953 | 2026-02-24T01:24:56.456Z | Downloaded sigpipe v0.1.3 |
| 954 | 2026-02-24T01:24:56.456Z | Downloaded signal-hook-mio v0.2.4 |
| 955 | 2026-02-24T01:24:56.456Z | Downloaded scroll v0.13.0 |
| 956 | 2026-02-24T01:24:56.456Z | Downloaded rand_core v0.6.4 |
| 957 | 2026-02-24T01:24:56.456Z | Downloaded prettyplease v0.2.36 |
| 958 | 2026-02-24T01:24:56.456Z | Downloaded libm v0.2.8 |
| 959 | 2026-02-24T01:24:56.481Z | Downloaded iddqd v0.3.16 |
| 960 | 2026-02-24T01:24:56.481Z | Downloaded serde_plain v1.0.2 |
| 961 | 2026-02-24T01:24:56.481Z | Downloaded rusty-fork v0.3.0 |
| 962 | 2026-02-24T01:24:56.481Z | Downloaded rustversion v1.0.22 |
| 963 | 2026-02-24T01:24:56.481Z | Downloaded rustc-demangle v0.1.24 |
| 964 | 2026-02-24T01:24:56.481Z | Downloaded ref-cast v1.0.25 |
| 965 | 2026-02-24T01:24:56.481Z | Downloaded radium v0.7.0 |
| 966 | 2026-02-24T01:24:56.481Z | Downloaded psm v0.1.30 |
| 967 | 2026-02-24T01:24:56.505Z | Downloaded psl-types v2.0.11 |
| 968 | 2026-02-24T01:24:56.505Z | Downloaded progenitor-impl v0.10.0 |
| 969 | 2026-02-24T01:24:56.505Z | Downloaded pin-project v1.1.6 |
| 970 | 2026-02-24T01:24:56.505Z | Downloaded mio v1.0.2 |
| 971 | 2026-02-24T01:24:56.529Z | Downloaded itertools v0.10.5 |
| 972 | 2026-02-24T01:24:56.529Z | Downloaded dropshot v0.16.7 |
| 973 | 2026-02-24T01:24:56.553Z | Downloaded progenitor-macro v0.10.0 |
| 974 | 2026-02-24T01:24:56.553Z | Downloaded progenitor-impl v0.8.0 |
| 975 | 2026-02-24T01:24:56.553Z | Downloaded prefix-trie v0.7.0 |
| 976 | 2026-02-24T01:24:56.577Z | Downloaded predicates-tree v1.0.12 |
| 977 | 2026-02-24T01:24:56.577Z | Downloaded postgres-types v0.2.9 |
| 978 | 2026-02-24T01:24:56.577Z | Downloaded postcard v1.0.10 |
| 979 | 2026-02-24T01:24:56.577Z | Downloaded phf v0.11.2 |
| 980 | 2026-02-24T01:24:56.577Z | Downloaded progenitor-macro v0.8.0 |
| 981 | 2026-02-24T01:24:56.577Z | Downloaded scroll_derive v0.13.1 |
| 982 | 2026-02-24T01:24:56.577Z | Downloaded sapling-renderdag v0.1.0 |
| 983 | 2026-02-24T01:24:56.577Z | Downloaded rustls-pemfile v2.2.0 |
| 984 | 2026-02-24T01:24:56.577Z | Downloaded progenitor-macro v0.11.2 |
| 985 | 2026-02-24T01:24:56.577Z | Downloaded proc-macro-error2 v2.0.1 |
| 986 | 2026-02-24T01:24:56.602Z | Downloaded pkcs1 v0.7.5 |
| 987 | 2026-02-24T01:24:56.602Z | Downloaded pin-utils v0.1.0 |
| 988 | 2026-02-24T01:24:56.602Z | Downloaded postgres-protocol v0.6.8 |
| 989 | 2026-02-24T01:24:56.602Z | Downloaded pin-project-internal v1.1.6 |
| 990 | 2026-02-24T01:24:56.602Z | Downloaded openssl-sys v0.9.109 |
| 991 | 2026-02-24T01:24:56.602Z | Downloaded phf_shared v0.12.1 |
| 992 | 2026-02-24T01:24:56.602Z | Downloaded phf_shared v0.11.2 |
| 993 | 2026-02-24T01:24:56.602Z | Downloaded h2 v0.4.6 |
| 994 | 2026-02-24T01:24:56.602Z | Downloaded pin-project-lite v0.2.14 |
| 995 | 2026-02-24T01:24:56.626Z | Downloaded phf v0.12.1 |
| 996 | 2026-02-24T01:24:56.626Z | Downloaded pem-rfc7468 v0.7.0 |
| 997 | 2026-02-24T01:24:56.626Z | Downloaded papergrid v0.14.0 |
| 998 | 2026-02-24T01:24:56.626Z | Downloaded minimal-lexical v0.2.1 |
| 999 | 2026-02-24T01:24:56.626Z | Downloaded lalrpop v0.19.12 |
| 1000 | 2026-02-24T01:24:56.650Z | Downloaded blake3 v1.5.4 |
| 1001 | 2026-02-24T01:24:56.650Z | Downloaded peg-macros v0.8.5 |
| 1002 | 2026-02-24T01:24:56.650Z | Downloaded parking_lot v0.12.3 |
| 1003 | 2026-02-24T01:24:56.650Z | Downloaded goblin v0.10.2 |
| 1004 | 2026-02-24T01:24:56.674Z | Downloaded futures-util v0.3.31 |
| 1005 | 2026-02-24T01:24:56.674Z | Downloaded rand_seeder v0.4.0 |
| 1006 | 2026-02-24T01:24:56.674Z | Downloaded rand_core v0.9.3 |
| 1007 | 2026-02-24T01:24:56.674Z | Downloaded pem v3.0.5 |
| 1008 | 2026-02-24T01:24:56.674Z | Downloaded parking_lot_core v0.9.10 |
| 1009 | 2026-02-24T01:24:56.698Z | Downloaded http v1.4.0 |
| 1010 | 2026-02-24T01:24:56.698Z | Downloaded rustc-hash v1.1.0 |
| 1011 | 2026-02-24T01:24:56.698Z | Downloaded peg-runtime v0.8.5 |
| 1012 | 2026-02-24T01:24:56.698Z | Downloaded password-hash v0.4.2 |
| 1013 | 2026-02-24T01:24:56.698Z | Downloaded parking_lot_core v0.8.6 |
| 1014 | 2026-02-24T01:24:56.698Z | Downloaded packed_struct v0.10.1 |
| 1015 | 2026-02-24T01:24:56.698Z | Downloaded pkg-config v0.3.31 |
| 1016 | 2026-02-24T01:24:56.698Z | Downloaded pkcs5 v0.7.1 |
| 1017 | 2026-02-24T01:24:56.698Z | Downloaded parse-display v0.10.0 |
| 1018 | 2026-02-24T01:24:56.722Z | Downloaded oso v0.27.3 |
| 1019 | 2026-02-24T01:24:56.722Z | Downloaded jiff-static v0.2.15 |
| 1020 | 2026-02-24T01:24:56.722Z | Downloaded hashbrown v0.15.4 |
| 1021 | 2026-02-24T01:24:56.722Z | Downloaded paste v1.0.15 |
| 1022 | 2026-02-24T01:24:56.722Z | Downloaded parse-size v1.1.0 |
| 1023 | 2026-02-24T01:24:56.722Z | Downloaded parking_lot v0.11.2 |
| 1024 | 2026-02-24T01:24:56.746Z | Downloaded hickory-server v0.25.2 |
| 1025 | 2026-02-24T01:24:56.747Z | Downloaded rand_xorshift v0.4.0 |
| 1026 | 2026-02-24T01:24:56.747Z | Downloaded primeorder v0.13.6 |
| 1027 | 2026-02-24T01:24:56.747Z | Downloaded predicates v3.1.3 |
| 1028 | 2026-02-24T01:24:56.747Z | Downloaded papergrid v0.17.0 |
| 1029 | 2026-02-24T01:24:56.747Z | Downloaded p256 v0.13.2 |
| 1030 | 2026-02-24T01:24:56.747Z | Downloaded hyper-util v0.1.19 |
| 1031 | 2026-02-24T01:24:56.771Z | Downloaded progenitor v0.8.0 |
| 1032 | 2026-02-24T01:24:56.771Z | Downloaded ppv-lite86 v0.2.20 |
| 1033 | 2026-02-24T01:24:56.771Z | Downloaded omicron-zone-package v0.12.2 |
| 1034 | 2026-02-24T01:24:56.771Z | Downloaded olpc-cjson v0.1.4 |
| 1035 | 2026-02-24T01:24:56.771Z | Downloaded num-bigint v0.4.6 |
| 1036 | 2026-02-24T01:24:56.771Z | Downloaded miniz_oxide v0.8.5 |
| 1037 | 2026-02-24T01:24:56.795Z | Downloaded progenitor-client v0.10.0 |
| 1038 | 2026-02-24T01:24:56.795Z | Downloaded progenitor-client v0.8.0 |
| 1039 | 2026-02-24T01:24:56.795Z | Downloaded polyval v0.6.2 |
| 1040 | 2026-02-24T01:24:56.795Z | Downloaded poly1305 v0.8.0 |
| 1041 | 2026-02-24T01:24:56.795Z | Downloaded pkcs8 v0.10.2 |
| 1042 | 2026-02-24T01:24:56.795Z | Downloaded peg v0.8.5 |
| 1043 | 2026-02-24T01:24:56.795Z | Downloaded parse-display-derive v0.10.0 |
| 1044 | 2026-02-24T01:24:56.795Z | Downloaded oxnet v0.1.4 |
| 1045 | 2026-02-24T01:24:56.795Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1046 | 2026-02-24T01:24:56.795Z | Downloaded owo-colors v4.2.3 |
| 1047 | 2026-02-24T01:24:56.819Z | Downloaded openssl-probe v0.1.5 |
| 1048 | 2026-02-24T01:24:56.819Z | Downloaded openssl-macros v0.1.1 |
| 1049 | 2026-02-24T01:24:56.819Z | Downloaded num_enum v0.5.11 |
| 1050 | 2026-02-24T01:24:56.820Z | Downloaded proc-macro-crate v1.3.1 |
| 1051 | 2026-02-24T01:24:56.820Z | Downloaded password-hash v0.5.0 |
| 1052 | 2026-02-24T01:24:56.820Z | Downloaded num-complex v0.4.6 |
| 1053 | 2026-02-24T01:24:56.820Z | Downloaded nom v7.1.3 |
| 1054 | 2026-02-24T01:24:56.820Z | Downloaded precomputed-hash v0.1.1 |
| 1055 | 2026-02-24T01:24:56.820Z | Downloaded powerfmt v0.2.0 |
| 1056 | 2026-02-24T01:24:56.820Z | Downloaded packed_struct_codegen v0.10.1 |
| 1057 | 2026-02-24T01:24:56.820Z | Downloaded oso-derive v0.27.3 |
| 1058 | 2026-02-24T01:24:56.820Z | Downloaded opaque-debug v0.3.1 |
| 1059 | 2026-02-24T01:24:56.844Z | Downloaded num-rational v0.4.2 |
| 1060 | 2026-02-24T01:24:56.844Z | Downloaded native-tls v0.2.12 |
| 1061 | 2026-02-24T01:24:56.844Z | Downloaded hickory-resolver v0.24.4 |
| 1062 | 2026-02-24T01:24:56.844Z | Downloaded crossterm v0.28.1 |
| 1063 | 2026-02-24T01:24:56.844Z | Downloaded path-slash v0.1.5 |
| 1064 | 2026-02-24T01:24:56.844Z | Downloaded num-integer v0.1.46 |
| 1065 | 2026-02-24T01:24:56.844Z | Downloaded multer v3.1.0 |
| 1066 | 2026-02-24T01:24:56.844Z | Downloaded memmap2 v0.9.8 |
| 1067 | 2026-02-24T01:24:56.844Z | Downloaded indicatif v0.18.0 |
| 1068 | 2026-02-24T01:24:56.868Z | Downloaded indicatif v0.17.11 |
| 1069 | 2026-02-24T01:24:56.868Z | Downloaded indexmap v1.9.3 |
| 1070 | 2026-02-24T01:24:56.868Z | Downloaded lock_api v0.4.12 |
| 1071 | 2026-02-24T01:24:56.868Z | Downloaded litrs v0.4.1 |
| 1072 | 2026-02-24T01:24:56.868Z | Downloaded derive_more-impl v2.0.1 |
| 1073 | 2026-02-24T01:24:56.868Z | Downloaded num-iter v0.1.45 |
| 1074 | 2026-02-24T01:24:56.868Z | Downloaded nu-ansi-term v0.50.1 |
| 1075 | 2026-02-24T01:24:56.868Z | Downloaded nonempty v0.12.0 |
| 1076 | 2026-02-24T01:24:56.892Z | Downloaded nodrop v0.1.14 |
| 1077 | 2026-02-24T01:24:56.892Z | Downloaded newtype_derive v0.1.6 |
| 1078 | 2026-02-24T01:24:56.892Z | Downloaded newtype-uuid v1.3.2 |
| 1079 | 2026-02-24T01:24:56.892Z | Downloaded mime_guess v2.0.5 |
| 1080 | 2026-02-24T01:24:56.892Z | Downloaded ipnet v2.11.0 |
| 1081 | 2026-02-24T01:24:56.892Z | Downloaded expectorate v1.2.0 |
| 1082 | 2026-02-24T01:24:56.892Z | Downloaded der v0.7.10 |
| 1083 | 2026-02-24T01:24:56.892Z | Downloaded crypto-bigint v0.5.5 |
| 1084 | 2026-02-24T01:24:56.892Z | Downloaded crossbeam-channel v0.5.15 |
| 1085 | 2026-02-24T01:24:56.916Z | Downloaded num_threads v0.1.7 |
| 1086 | 2026-02-24T01:24:56.916Z | Downloaded num-derive v0.4.2 |
| 1087 | 2026-02-24T01:24:56.916Z | Downloaded num-derive v0.3.3 |
| 1088 | 2026-02-24T01:24:56.916Z | Downloaded num-conv v0.1.0 |
| 1089 | 2026-02-24T01:24:56.916Z | Downloaded num v0.4.3 |
| 1090 | 2026-02-24T01:24:56.916Z | Downloaded normalize-line-endings v0.3.0 |
| 1091 | 2026-02-24T01:24:56.916Z | Downloaded nibble_vec v0.1.0 |
| 1092 | 2026-02-24T01:24:56.916Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1093 | 2026-02-24T01:24:56.916Z | Downloaded nanorand v0.7.0 |
| 1094 | 2026-02-24T01:24:56.916Z | Downloaded ingot-macros v0.1.1 |
| 1095 | 2026-02-24T01:24:56.916Z | Downloaded ignore v0.4.23 |
| 1096 | 2026-02-24T01:24:56.940Z | Downloaded hickory-resolver v0.25.2 |
| 1097 | 2026-02-24T01:24:56.940Z | Downloaded heapless v0.8.0 |
| 1098 | 2026-02-24T01:24:56.940Z | Downloaded ed25519-dalek v2.1.1 |
| 1099 | 2026-02-24T01:24:56.940Z | Downloaded derive_more v0.99.20 |
| 1100 | 2026-02-24T01:24:56.964Z | Downloaded new_debug_unreachable v1.0.6 |
| 1101 | 2026-02-24T01:24:56.964Z | Downloaded md5 v0.7.0 |
| 1102 | 2026-02-24T01:24:56.964Z | Downloaded md-5 v0.10.6 |
| 1103 | 2026-02-24T01:24:56.965Z | Downloaded maybe-uninit v2.0.0 |
| 1104 | 2026-02-24T01:24:56.965Z | Downloaded match_cfg v0.1.0 |
| 1105 | 2026-02-24T01:24:56.965Z | Downloaded managed v0.8.0 |
| 1106 | 2026-02-24T01:24:56.965Z | Downloaded lzss v0.8.2 |
| 1107 | 2026-02-24T01:24:56.965Z | Downloaded lru-cache v0.1.2 |
| 1108 | 2026-02-24T01:24:56.965Z | Downloaded lockfree-object-pool v0.1.6 |
| 1109 | 2026-02-24T01:24:56.965Z | Downloaded linear-map v1.2.0 |
| 1110 | 2026-02-24T01:24:56.965Z | Downloaded libz-rs-sys v0.5.1 |
| 1111 | 2026-02-24T01:24:56.965Z | Downloaded libsw v3.5.0 |
| 1112 | 2026-02-24T01:24:56.965Z | Downloaded futures v0.3.31 |
| 1113 | 2026-02-24T01:24:56.989Z | Downloaded fs_extra v1.3.0 |
| 1114 | 2026-02-24T01:24:56.989Z | Downloaded dropshot-api-manager v0.3.0 |
| 1115 | 2026-02-24T01:24:56.989Z | Downloaded mime v0.3.17 |
| 1116 | 2026-02-24T01:24:56.989Z | Downloaded memoffset v0.9.1 |
| 1117 | 2026-02-24T01:24:56.989Z | Downloaded libloading v0.8.5 |
| 1118 | 2026-02-24T01:24:56.989Z | Downloaded kstat-rs v0.2.4 |
| 1119 | 2026-02-24T01:24:56.989Z | Downloaded jobserver v0.1.32 |
| 1120 | 2026-02-24T01:24:56.989Z | Downloaded ipnetwork v0.21.1 |
| 1121 | 2026-02-24T01:24:56.989Z | Downloaded ingot-types v0.1.2 |
| 1122 | 2026-02-24T01:24:56.989Z | Downloaded ingot v0.1.1 |
| 1123 | 2026-02-24T01:24:56.989Z | Downloaded iana-time-zone v0.1.63 |
| 1124 | 2026-02-24T01:24:56.989Z | Downloaded hashbrown v0.13.2 |
| 1125 | 2026-02-24T01:24:57.013Z | Downloaded hashbrown v0.12.3 |
| 1126 | 2026-02-24T01:24:57.013Z | Downloaded half v2.4.1 |
| 1127 | 2026-02-24T01:24:57.013Z | Downloaded derive-where v1.5.0 |
| 1128 | 2026-02-24T01:24:57.013Z | Downloaded libsw-core v0.3.1 |
| 1129 | 2026-02-24T01:24:57.013Z | Downloaded libscf-sys v1.1.0 |
| 1130 | 2026-02-24T01:24:57.013Z | Downloaded is-terminal v0.4.13 |
| 1131 | 2026-02-24T01:24:57.013Z | Downloaded httparse v1.9.5 |
| 1132 | 2026-02-24T01:24:57.013Z | Downloaded darling_core v0.20.10 |
| 1133 | 2026-02-24T01:24:57.037Z | Downloaded internet-checksum v0.2.1 |
| 1134 | 2026-02-24T01:24:57.037Z | Downloaded indoc v2.0.6 |
| 1135 | 2026-02-24T01:24:57.037Z | Downloaded hyper-rustls v0.27.7 |
| 1136 | 2026-02-24T01:24:57.037Z | Downloaded hickory-client v0.25.2 |
| 1137 | 2026-02-24T01:24:57.037Z | Downloaded globset v0.4.15 |
| 1138 | 2026-02-24T01:24:57.037Z | Downloaded fatfs v0.3.6 |
| 1139 | 2026-02-24T01:24:57.037Z | Downloaded cc v1.2.56 |
| 1140 | 2026-02-24T01:24:57.037Z | Downloaded instant v0.1.13 |
| 1141 | 2026-02-24T01:24:57.037Z | Downloaded indoc v1.0.9 |
| 1142 | 2026-02-24T01:24:57.061Z | Downloaded hyper-staticfile v0.10.1 |
| 1143 | 2026-02-24T01:24:57.061Z | Downloaded hmac v0.12.1 |
| 1144 | 2026-02-24T01:24:57.061Z | Downloaded heck v0.3.3 |
| 1145 | 2026-02-24T01:24:57.061Z | Downloaded diff v0.1.13 |
| 1146 | 2026-02-24T01:24:57.061Z | Downloaded derive-ex v0.1.8 |
| 1147 | 2026-02-24T01:24:57.061Z | Downloaded crossbeam-utils v0.8.21 |
| 1148 | 2026-02-24T01:24:57.061Z | Downloaded bumpalo v3.16.0 |
| 1149 | 2026-02-24T01:24:57.061Z | Downloaded lru v0.12.5 |
| 1150 | 2026-02-24T01:24:57.061Z | Downloaded libefi-sys v0.1.0 |
| 1151 | 2026-02-24T01:24:57.061Z | Downloaded lazy_static v1.5.0 |
| 1152 | 2026-02-24T01:24:57.062Z | Downloaded lalrpop-util v0.19.12 |
| 1153 | 2026-02-24T01:24:57.062Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1154 | 2026-02-24T01:24:57.085Z | Downloaded humantime v2.2.0 |
| 1155 | 2026-02-24T01:24:57.085Z | Downloaded http-body-util v0.1.3 |
| 1156 | 2026-02-24T01:24:57.085Z | Downloaded highway v1.3.0 |
| 1157 | 2026-02-24T01:24:57.085Z | Downloaded heapless v0.7.17 |
| 1158 | 2026-02-24T01:24:57.086Z | Downloaded headers v0.4.1 |
| 1159 | 2026-02-24T01:24:57.086Z | Downloaded aws-lc-sys v0.26.0 |
| 1160 | 2026-02-24T01:24:57.317Z | Downloaded glob v0.3.2 |
| 1161 | 2026-02-24T01:24:57.341Z | Downloaded fs-err v2.11.0 |
| 1162 | 2026-02-24T01:24:57.341Z | Downloaded foldhash v0.2.0 |
| 1163 | 2026-02-24T01:24:57.341Z | Downloaded flate2 v1.1.2 |
| 1164 | 2026-02-24T01:24:57.341Z | Downloaded find-msvc-tools v0.1.9 |
| 1165 | 2026-02-24T01:24:57.341Z | Downloaded document-features v0.2.11 |
| 1166 | 2026-02-24T01:24:57.341Z | Downloaded difflib v0.4.0 |
| 1167 | 2026-02-24T01:24:57.341Z | Downloaded diesel_derives v2.2.3 |
| 1168 | 2026-02-24T01:24:57.341Z | Downloaded derive_builder v0.20.2 |
| 1169 | 2026-02-24T01:24:57.365Z | Downloaded der_derive v0.7.3 |
| 1170 | 2026-02-24T01:24:57.365Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1171 | 2026-02-24T01:24:57.365Z | Downloaded instability v0.3.2 |
| 1172 | 2026-02-24T01:24:57.365Z | Downloaded inout v0.1.3 |
| 1173 | 2026-02-24T01:24:57.365Z | Downloaded indent_write v2.2.0 |
| 1174 | 2026-02-24T01:24:57.365Z | Downloaded ident_case v1.0.1 |
| 1175 | 2026-02-24T01:24:57.365Z | Downloaded hyper-tls v0.6.0 |
| 1176 | 2026-02-24T01:24:57.365Z | Downloaded hubpack_derive v0.1.1 |
| 1177 | 2026-02-24T01:24:57.365Z | Downloaded hubpack v0.1.2 |
| 1178 | 2026-02-24T01:24:57.365Z | Downloaded httpdate v1.0.3 |
| 1179 | 2026-02-24T01:24:57.365Z | Downloaded http-range v0.1.5 |
| 1180 | 2026-02-24T01:24:57.365Z | Downloaded http-body v1.0.1 |
| 1181 | 2026-02-24T01:24:57.366Z | Downloaded hostname v0.3.1 |
| 1182 | 2026-02-24T01:24:57.366Z | Downloaded home v0.5.9 |
| 1183 | 2026-02-24T01:24:57.366Z | Downloaded hex-literal v0.4.1 |
| 1184 | 2026-02-24T01:24:57.366Z | Downloaded hex v0.4.3 |
| 1185 | 2026-02-24T01:24:57.390Z | Downloaded hash32 v0.2.1 |
| 1186 | 2026-02-24T01:24:57.390Z | Downloaded half v1.8.3 |
| 1187 | 2026-02-24T01:24:57.390Z | Downloaded ghash v0.5.1 |
| 1188 | 2026-02-24T01:24:57.390Z | Downloaded getrandom v0.2.15 |
| 1189 | 2026-02-24T01:24:57.390Z | Downloaded foreign-types-macros v0.2.3 |
| 1190 | 2026-02-24T01:24:57.390Z | Downloaded foreign-types v0.3.2 |
| 1191 | 2026-02-24T01:24:57.390Z | Downloaded foldhash v0.1.5 |
| 1192 | 2026-02-24T01:24:57.390Z | Downloaded filetime v0.2.26 |
| 1193 | 2026-02-24T01:24:57.390Z | Downloaded ff v0.13.0 |
| 1194 | 2026-02-24T01:24:57.390Z | Downloaded fd-lock v4.0.2 |
| 1195 | 2026-02-24T01:24:57.390Z | Downloaded fallible-iterator v0.2.0 |
| 1196 | 2026-02-24T01:24:57.390Z | Downloaded env_logger v0.11.8 |
| 1197 | 2026-02-24T01:24:57.390Z | Downloaded endian-type v0.1.2 |
| 1198 | 2026-02-24T01:24:57.390Z | Downloaded ena v0.14.3 |
| 1199 | 2026-02-24T01:24:57.390Z | Downloaded embedded-io v0.6.1 |
| 1200 | 2026-02-24T01:24:57.414Z | Downloaded embedded-io v0.4.0 |
| 1201 | 2026-02-24T01:24:57.414Z | Downloaded either v1.15.0 |
| 1202 | 2026-02-24T01:24:57.414Z | Downloaded ed25519 v2.2.3 |
| 1203 | 2026-02-24T01:24:57.414Z | Downloaded dropshot_endpoint v0.16.7 |
| 1204 | 2026-02-24T01:24:57.414Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 1205 | 2026-02-24T01:24:57.414Z | Downloaded drift v0.1.3 |
| 1206 | 2026-02-24T01:24:57.414Z | Downloaded display-error-chain v0.2.2 |
| 1207 | 2026-02-24T01:24:57.414Z | Downloaded derive_builder_macro v0.20.2 |
| 1208 | 2026-02-24T01:24:57.414Z | Downloaded defmt v0.3.8 |
| 1209 | 2026-02-24T01:24:57.414Z | Downloaded data-encoding v2.9.0 |
| 1210 | 2026-02-24T01:24:57.438Z | Downloaded crunchy v0.2.2 |
| 1211 | 2026-02-24T01:24:57.438Z | Downloaded crc-any v2.5.0 |
| 1212 | 2026-02-24T01:24:57.438Z | Downloaded chacha20poly1305 v0.10.1 |
| 1213 | 2026-02-24T01:24:57.438Z | Downloaded group v0.13.0 |
| 1214 | 2026-02-24T01:24:57.439Z | Downloaded globwalk v0.9.1 |
| 1215 | 2026-02-24T01:24:57.439Z | Downloaded futures-executor v0.3.31 |
| 1216 | 2026-02-24T01:24:57.439Z | Downloaded futures-channel v0.3.31 |
| 1217 | 2026-02-24T01:24:57.439Z | Downloaded foreign-types-shared v0.3.1 |
| 1218 | 2026-02-24T01:24:57.439Z | Downloaded foreign-types v0.5.0 |
| 1219 | 2026-02-24T01:24:57.439Z | Downloaded fixedbitset v0.5.7 |
| 1220 | 2026-02-24T01:24:57.439Z | Downloaded fixedbitset v0.4.2 |
| 1221 | 2026-02-24T01:24:57.439Z | Downloaded ecdsa v0.16.9 |
| 1222 | 2026-02-24T01:24:57.439Z | Downloaded dyn-clone v1.0.20 |
| 1223 | 2026-02-24T01:24:57.439Z | Downloaded dunce v1.0.5 |
| 1224 | 2026-02-24T01:24:57.439Z | Downloaded dirs-next v2.0.0 |
| 1225 | 2026-02-24T01:24:57.439Z | Downloaded darling_macro v0.21.0 |
| 1226 | 2026-02-24T01:24:57.439Z | Downloaded darling_macro v0.20.10 |
| 1227 | 2026-02-24T01:24:57.462Z | Downloaded darling v0.21.0 |
| 1228 | 2026-02-24T01:24:57.463Z | Downloaded csv-core v0.1.11 |
| 1229 | 2026-02-24T01:24:57.463Z | Downloaded critical-section v1.1.3 |
| 1230 | 2026-02-24T01:24:57.463Z | Downloaded crc32fast v1.4.2 |
| 1231 | 2026-02-24T01:24:57.463Z | Downloaded convert_case v0.7.1 |
| 1232 | 2026-02-24T01:24:57.463Z | Downloaded const_format v0.2.34 |
| 1233 | 2026-02-24T01:24:57.463Z | Downloaded const-oid v0.9.6 |
| 1234 | 2026-02-24T01:24:57.463Z | Downloaded colored v2.2.0 |
| 1235 | 2026-02-24T01:24:57.463Z | Downloaded clang-sys v1.8.1 |
| 1236 | 2026-02-24T01:24:57.486Z | Downloaded cipher v0.4.4 |
| 1237 | 2026-02-24T01:24:57.486Z | Downloaded cexpr v0.6.0 |
| 1238 | 2026-02-24T01:24:57.486Z | Downloaded cbc v0.1.2 |
| 1239 | 2026-02-24T01:24:57.486Z | Downloaded bytes v1.11.1 |
| 1240 | 2026-02-24T01:24:57.487Z | Downloaded bit-vec v0.8.0 |
| 1241 | 2026-02-24T01:24:57.487Z | Downloaded hash32 v0.3.1 |
| 1242 | 2026-02-24T01:24:57.487Z | Downloaded gethostname v0.5.0 |
| 1243 | 2026-02-24T01:24:57.487Z | Downloaded fxhash v0.2.1 |
| 1244 | 2026-02-24T01:24:57.487Z | Downloaded futures-sink v0.3.31 |
| 1245 | 2026-02-24T01:24:57.487Z | Downloaded futures-io v0.3.31 |
| 1246 | 2026-02-24T01:24:57.487Z | Downloaded flume v0.11.1 |
| 1247 | 2026-02-24T01:24:57.487Z | Downloaded float-ord v0.3.2 |
| 1248 | 2026-02-24T01:24:57.512Z | Downloaded float-cmp v0.10.0 |
| 1249 | 2026-02-24T01:24:57.512Z | Downloaded erased-serde v0.3.31 |
| 1250 | 2026-02-24T01:24:57.512Z | Downloaded env_filter v0.1.2 |
| 1251 | 2026-02-24T01:24:57.512Z | Downloaded dtrace-parser v0.3.0 |
| 1252 | 2026-02-24T01:24:57.512Z | Downloaded dsl_auto_type v0.1.2 |
| 1253 | 2026-02-24T01:24:57.512Z | Downloaded diesel-dtrace v0.4.2 |
| 1254 | 2026-02-24T01:24:57.512Z | Downloaded des v0.8.1 |
| 1255 | 2026-02-24T01:24:57.512Z | Downloaded defmt-parser v0.3.4 |
| 1256 | 2026-02-24T01:24:57.512Z | Downloaded crossterm v0.29.0 |
| 1257 | 2026-02-24T01:24:57.512Z | Downloaded crc8 v0.1.1 |
| 1258 | 2026-02-24T01:24:57.512Z | Downloaded crc-catalog v2.4.0 |
| 1259 | 2026-02-24T01:24:57.512Z | Downloaded const_format_proc_macros v0.2.34 |
| 1260 | 2026-02-24T01:24:57.512Z | Downloaded compact_str v0.8.0 |
| 1261 | 2026-02-24T01:24:57.536Z | Downloaded cancel-safe-futures v0.1.5 |
| 1262 | 2026-02-24T01:24:57.536Z | Downloaded futures-macro v0.3.31 |
| 1263 | 2026-02-24T01:24:57.536Z | Downloaded futures-core v0.3.31 |
| 1264 | 2026-02-24T01:24:57.536Z | Downloaded foreign-types-shared v0.1.1 |
| 1265 | 2026-02-24T01:24:57.536Z | Downloaded flagset v0.4.6 |
| 1266 | 2026-02-24T01:24:57.536Z | Downloaded enum-as-inner v0.6.1 |
| 1267 | 2026-02-24T01:24:57.536Z | Downloaded elliptic-curve v0.13.8 |
| 1268 | 2026-02-24T01:24:57.536Z | Downloaded dof v0.4.0 |
| 1269 | 2026-02-24T01:24:57.536Z | Downloaded dirs-sys-next v0.1.2 |
| 1270 | 2026-02-24T01:24:57.537Z | Downloaded derive_more v2.0.1 |
| 1271 | 2026-02-24T01:24:57.561Z | Downloaded darling_core v0.21.0 |
| 1272 | 2026-02-24T01:24:57.561Z | Downloaded cookie_store v0.21.1 |
| 1273 | 2026-02-24T01:24:57.561Z | Downloaded convert_case v0.4.0 |
| 1274 | 2026-02-24T01:24:57.561Z | Downloaded constant_time_eq v0.3.1 |
| 1275 | 2026-02-24T01:24:57.561Z | Downloaded console v0.16.0 |
| 1276 | 2026-02-24T01:24:57.561Z | Downloaded cobs v0.2.3 |
| 1277 | 2026-02-24T01:24:57.561Z | Downloaded ciborium v0.2.2 |
| 1278 | 2026-02-24T01:24:57.561Z | Downloaded cassowary v0.3.0 |
| 1279 | 2026-02-24T01:24:57.561Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1280 | 2026-02-24T01:24:57.561Z | Downloaded bitfield-struct v0.6.2 |
| 1281 | 2026-02-24T01:24:57.585Z | Downloaded bitfield v0.19.2 |
| 1282 | 2026-02-24T01:24:57.586Z | Downloaded bit-set v0.8.0 |
| 1283 | 2026-02-24T01:24:57.586Z | Downloaded bindgen v0.71.1 |
| 1284 | 2026-02-24T01:24:57.586Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1285 | 2026-02-24T01:24:57.586Z | Downloaded derive_builder_core v0.20.2 |
| 1286 | 2026-02-24T01:24:57.586Z | Downloaded deranged v0.5.3 |
| 1287 | 2026-02-24T01:24:57.586Z | Downloaded defmt-macros v0.3.9 |
| 1288 | 2026-02-24T01:24:57.586Z | Downloaded debug-ignore v1.0.5 |
| 1289 | 2026-02-24T01:24:57.586Z | Downloaded crc v3.2.1 |
| 1290 | 2026-02-24T01:24:57.586Z | Downloaded corncobs v0.1.4 |
| 1291 | 2026-02-24T01:24:57.616Z | Downloaded cookie v0.18.1 |
| 1292 | 2026-02-24T01:24:57.616Z | Downloaded cmake v0.1.51 |
| 1293 | 2026-02-24T01:24:57.616Z | Downloaded cfg_aliases v0.1.1 |
| 1294 | 2026-02-24T01:24:57.616Z | Downloaded block-padding v0.3.3 |
| 1295 | 2026-02-24T01:24:57.616Z | Downloaded bitfield-macros v0.19.2 |
| 1296 | 2026-02-24T01:24:57.616Z | Downloaded castaway v0.2.3 |
| 1297 | 2026-02-24T01:24:57.616Z | Downloaded cargo_metadata v0.19.2 |
| 1298 | 2026-02-24T01:24:57.616Z | Downloaded cargo-platform v0.1.8 |
| 1299 | 2026-02-24T01:24:57.616Z | Downloaded bzip2 v0.5.2 |
| 1300 | 2026-02-24T01:24:57.616Z | Downloaded blowfish v0.9.1 |
| 1301 | 2026-02-24T01:24:57.616Z | Downloaded bit-vec v0.6.3 |
| 1302 | 2026-02-24T01:24:57.616Z | Downloaded bindgen v0.69.5 |
| 1303 | 2026-02-24T01:24:57.616Z | Downloaded bb8 v0.8.5 |
| 1304 | 2026-02-24T01:24:57.640Z | Downloaded base64 v0.22.1 |
| 1305 | 2026-02-24T01:24:57.640Z | Downloaded base64 v0.21.7 |
| 1306 | 2026-02-24T01:24:57.641Z | Downloaded backtrace v0.3.74 |
| 1307 | 2026-02-24T01:24:57.641Z | Downloaded arc-swap v1.7.1 |
| 1308 | 2026-02-24T01:24:57.641Z | Downloaded aes v0.8.4 |
| 1309 | 2026-02-24T01:24:57.641Z | Downloaded colored v3.0.0 |
| 1310 | 2026-02-24T01:24:57.641Z | Downloaded ciborium-ll v0.2.2 |
| 1311 | 2026-02-24T01:24:57.641Z | Downloaded ciborium-io v0.2.2 |
| 1312 | 2026-02-24T01:24:57.641Z | Downloaded chacha20 v0.9.1 |
| 1313 | 2026-02-24T01:24:57.641Z | Downloaded cfg_aliases v0.2.1 |
| 1314 | 2026-02-24T01:24:57.641Z | Downloaded bzip2 v0.4.4 |
| 1315 | 2026-02-24T01:24:57.641Z | Downloaded buf-list v1.0.3 |
| 1316 | 2026-02-24T01:24:57.666Z | Downloaded blake2 v0.10.6 |
| 1317 | 2026-02-24T01:24:57.666Z | Downloaded bitflags v1.3.2 |
| 1318 | 2026-02-24T01:24:57.666Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1319 | 2026-02-24T01:24:57.666Z | Downloaded base64ct v1.6.0 |
| 1320 | 2026-02-24T01:24:57.666Z | Downloaded base64 v0.13.1 |
| 1321 | 2026-02-24T01:24:57.666Z | Downloaded aws-lc-rs v1.12.4 |
| 1322 | 2026-02-24T01:24:57.691Z | Downloaded async-trait v0.1.89 |
| 1323 | 2026-02-24T01:24:57.691Z | Downloaded async-stream v0.3.6 |
| 1324 | 2026-02-24T01:24:57.691Z | Downloaded ar_archive_writer v0.5.1 |
| 1325 | 2026-02-24T01:24:57.691Z | Downloaded adler2 v2.0.0 |
| 1326 | 2026-02-24T01:24:57.691Z | Downloaded bcs v0.1.6 |
| 1327 | 2026-02-24T01:24:57.691Z | Downloaded base16ct v0.2.0 |
| 1328 | 2026-02-24T01:24:57.691Z | Downloaded atomicwrites v0.4.4 |
| 1329 | 2026-02-24T01:24:57.691Z | Downloaded atomic-waker v1.1.2 |
| 1330 | 2026-02-24T01:24:57.691Z | Downloaded async-recursion v1.1.1 |
| 1331 | 2026-02-24T01:24:57.691Z | Downloaded ascii-canvas v3.0.0 |
| 1332 | 2026-02-24T01:24:57.691Z | Downloaded aead v0.5.2 |
| 1333 | 2026-02-24T01:24:57.691Z | Downloaded ctr v0.9.2 |
| 1334 | 2026-02-24T01:24:57.715Z | Downloaded bit-set v0.5.3 |
| 1335 | 2026-02-24T01:24:57.715Z | Downloaded atty v0.2.14 |
| 1336 | 2026-02-24T01:24:57.715Z | Downloaded async-stream-impl v0.3.6 |
| 1337 | 2026-02-24T01:24:57.715Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1338 | 2026-02-24T01:24:57.715Z | Downloaded cstr-argument v0.1.2 |
| 1339 | 2026-02-24T01:24:57.715Z | Downloaded crossbeam-deque v0.8.5 |
| 1340 | 2026-02-24T01:24:57.715Z | Downloaded arrayvec v0.7.6 |
| 1341 | 2026-02-24T01:24:57.716Z | Downloaded arrayref v0.3.9 |
| 1342 | 2026-02-24T01:24:57.716Z | Downloaded async-bb8-diesel v0.2.1 |
| 1343 | 2026-02-24T01:24:57.716Z | Downloaded argon2 v0.5.3 |
| 1344 | 2026-02-24T01:24:57.716Z | Downloaded aho-corasick v1.1.3 |
| 1345 | 2026-02-24T01:24:57.716Z | Downloaded assert_matches v1.5.0 |
| 1346 | 2026-02-24T01:24:57.716Z | Downloaded array-init v0.0.4 |
| 1347 | 2026-02-24T01:24:57.716Z | Downloaded ahash v0.8.12 |
| 1348 | 2026-02-24T01:24:57.741Z | Downloaded aes-gcm v0.10.3 |
| 1349 | 2026-02-24T01:24:57.741Z | Downloaded addr2line v0.24.2 |
| 1350 | 2026-02-24T01:24:57.956Z | Compiling value-bag v1.12.0 |
| 1351 | 2026-02-24T01:24:57.956Z | Compiling lock_api v0.4.12 |
| 1352 | 2026-02-24T01:24:57.956Z | Compiling scopeguard v1.2.0 |
| 1353 | 2026-02-24T01:24:57.980Z | Compiling shlex v1.3.0 |
| 1354 | 2026-02-24T01:24:57.980Z | Compiling find-msvc-tools v0.1.9 |
| 1355 | 2026-02-24T01:24:57.980Z | Compiling syn v2.0.114 |
| 1356 | 2026-02-24T01:24:57.980Z | Compiling getrandom v0.2.15 |
| 1357 | 2026-02-24T01:24:57.980Z | Compiling jobserver v0.1.32 |
| 1358 | 2026-02-24T01:24:58.235Z | Compiling smallvec v1.15.1 |
| 1359 | 2026-02-24T01:24:58.435Z | Compiling log v0.4.29 |
| 1360 | 2026-02-24T01:24:58.550Z | Compiling cc v1.2.56 |
| 1361 | 2026-02-24T01:24:58.575Z | Compiling typenum v1.17.0 |
| 1362 | 2026-02-24T01:24:58.599Z | Compiling rand_core v0.6.4 |
| 1363 | 2026-02-24T01:24:58.662Z | Compiling generic-array v0.14.7 |
| 1364 | 2026-02-24T01:24:58.810Z | Compiling subtle v2.6.1 |
| 1365 | 2026-02-24T01:24:58.878Z | Compiling portable-atomic v1.11.0 |
| 1366 | 2026-02-24T01:24:59.035Z | Compiling critical-section v1.1.3 |
| 1367 | 2026-02-24T01:24:59.114Z | Compiling const-oid v0.9.6 |
| 1368 | 2026-02-24T01:24:59.138Z | Compiling serde_json v1.0.149 |
| 1369 | 2026-02-24T01:24:59.162Z | Compiling getrandom v0.3.4 |
| 1370 | 2026-02-24T01:24:59.209Z | Compiling pkg-config v0.3.31 |
| 1371 | 2026-02-24T01:24:59.464Z | Compiling spin v0.9.8 |
| 1372 | 2026-02-24T01:24:59.827Z | Compiling parking_lot_core v0.9.10 |
| 1373 | 2026-02-24T01:25:00.226Z | Compiling pin-project-lite v0.2.14 |
| 1374 | 2026-02-24T01:25:00.343Z | Compiling regex-syntax v0.8.5 |
| 1375 | 2026-02-24T01:25:00.897Z | Compiling libm v0.2.8 |
| 1376 | 2026-02-24T01:25:01.070Z | Compiling rustix v0.38.37 |
| 1377 | 2026-02-24T01:25:01.194Z | Compiling once_cell v1.21.3 |
| 1378 | 2026-02-24T01:25:01.397Z | Compiling signal-hook-registry v1.4.2 |
| 1379 | 2026-02-24T01:25:01.653Z | Compiling num-traits v0.2.19 |
| 1380 | 2026-02-24T01:25:01.921Z | Compiling allocator-api2 v0.2.21 |
| 1381 | 2026-02-24T01:25:02.082Z | Compiling parking_lot v0.12.3 |
| 1382 | 2026-02-24T01:25:02.321Z | Compiling mio v1.0.2 |
| 1383 | 2026-02-24T01:25:02.396Z | Compiling futures-core v0.3.31 |
| 1384 | 2026-02-24T01:25:02.657Z | Compiling lazy_static v1.5.0 |
| 1385 | 2026-02-24T01:25:02.681Z | Compiling aho-corasick v1.1.3 |
| 1386 | 2026-02-24T01:25:02.813Z | Compiling percent-encoding v2.3.2 |
| 1387 | 2026-02-24T01:25:02.922Z | Compiling socket2 v0.6.1 |
| 1388 | 2026-02-24T01:25:03.319Z | Compiling slab v0.4.9 |
| 1389 | 2026-02-24T01:25:03.407Z | Compiling cpufeatures v0.2.14 |
| 1390 | 2026-02-24T01:25:03.530Z | Compiling either v1.15.0 |
| 1391 | 2026-02-24T01:25:03.659Z | Compiling futures-sink v0.3.31 |
| 1392 | 2026-02-24T01:25:03.839Z | Compiling glob v0.3.2 |
| 1393 | 2026-02-24T01:25:03.864Z | Compiling futures-channel v0.3.31 |
| 1394 | 2026-02-24T01:25:03.923Z | Compiling hashbrown v0.16.1 |
| 1395 | 2026-02-24T01:25:04.194Z | Compiling futures-io v0.3.31 |
| 1396 | 2026-02-24T01:25:04.440Z | Compiling rustversion v1.0.22 |
| 1397 | 2026-02-24T01:25:04.481Z | Compiling prettyplease v0.2.36 |
| 1398 | 2026-02-24T01:25:04.635Z | Compiling regex-automata v0.4.11 |
| 1399 | 2026-02-24T01:25:04.824Z | Compiling clang-sys v1.8.1 |
| 1400 | 2026-02-24T01:25:04.849Z | Compiling pin-utils v0.1.0 |
| 1401 | 2026-02-24T01:25:04.971Z | Compiling futures-task v0.3.31 |
| 1402 | 2026-02-24T01:25:05.203Z | Compiling minimal-lexical v0.2.1 |
| 1403 | 2026-02-24T01:25:05.301Z | Compiling synstructure v0.13.1 |
| 1404 | 2026-02-24T01:25:05.569Z | Compiling indexmap v2.13.0 |
| 1405 | 2026-02-24T01:25:05.743Z | Compiling nom v7.1.3 |
| 1406 | 2026-02-24T01:25:06.511Z | Compiling libloading v0.8.5 |
| 1407 | 2026-02-24T01:25:06.634Z | Compiling bindgen v0.69.5 |
| 1408 | 2026-02-24T01:25:06.771Z | Compiling ident_case v1.0.1 |
| 1409 | 2026-02-24T01:25:06.947Z | Compiling home v0.5.9 |
| 1410 | 2026-02-24T01:25:06.971Z | Compiling base64ct v1.6.0 |
| 1411 | 2026-02-24T01:25:07.239Z | Compiling itertools v0.12.1 |
| 1412 | 2026-02-24T01:25:07.656Z | Compiling pem-rfc7468 v0.7.0 |
| 1413 | 2026-02-24T01:25:07.720Z | Compiling form_urlencoded v1.2.2 |
| 1414 | 2026-02-24T01:25:08.084Z | Compiling lazycell v1.3.0 |
| 1415 | 2026-02-24T01:25:08.298Z | Compiling flagset v0.4.6 |
| 1416 | 2026-02-24T01:25:08.322Z | Compiling rustc-hash v1.1.0 |
| 1417 | 2026-02-24T01:25:08.512Z | Compiling rand_core v0.9.3 |
| 1418 | 2026-02-24T01:25:08.540Z | Compiling cmake v0.1.51 |
| 1419 | 2026-02-24T01:25:09.081Z | Compiling cexpr v0.6.0 |
| 1420 | 2026-02-24T01:25:09.349Z | Compiling fs_extra v1.3.0 |
| 1421 | 2026-02-24T01:25:09.418Z | Compiling foldhash v0.1.5 |
| 1422 | 2026-02-24T01:25:09.745Z | Compiling iana-time-zone v0.1.63 |
| 1423 | 2026-02-24T01:25:10.021Z | Compiling paste v1.0.15 |
| 1424 | 2026-02-24T01:25:10.090Z | Compiling dunce v1.0.5 |
| 1425 | 2026-02-24T01:25:10.133Z | Compiling hashbrown v0.15.4 |
| 1426 | 2026-02-24T01:25:10.251Z | Compiling rustc_version v0.4.1 |
| 1427 | 2026-02-24T01:25:10.295Z | Compiling uuid v1.19.0 |
| 1428 | 2026-02-24T01:25:10.324Z | Compiling serde_derive v1.0.228 |
| 1429 | 2026-02-24T01:25:10.582Z | Compiling zeroize_derive v1.4.2 |
| 1430 | 2026-02-24T01:25:10.653Z | Compiling zerofrom-derive v0.1.4 |
| 1431 | 2026-02-24T01:25:10.982Z | Compiling yoke-derive v0.7.4 |
| 1432 | 2026-02-24T01:25:11.461Z | Compiling zerovec-derive v0.10.3 |
| 1433 | 2026-02-24T01:25:11.949Z | Compiling displaydoc v0.2.5 |
| 1434 | 2026-02-24T01:25:12.008Z | Compiling zeroize v1.8.1 |
| 1435 | 2026-02-24T01:25:13.541Z | Compiling icu_provider_macros v1.5.0 |
| 1436 | 2026-02-24T01:25:13.668Z | Compiling zerocopy-derive v0.7.35 |
| 1437 | 2026-02-24T01:25:13.824Z | Compiling crypto-common v0.1.6 |
| 1438 | 2026-02-24T01:25:13.856Z | Compiling block-buffer v0.10.4 |
| 1439 | 2026-02-24T01:25:14.076Z | Compiling tokio-macros v2.6.0 |
| 1440 | 2026-02-24T01:25:14.207Z | Compiling zerofrom v0.1.4 |
| 1441 | 2026-02-24T01:25:14.282Z | Compiling digest v0.10.7 |
| 1442 | 2026-02-24T01:25:14.448Z | Compiling yoke v0.7.4 |
| 1443 | 2026-02-24T01:25:14.548Z | Compiling thiserror-impl v2.0.18 |
| 1444 | 2026-02-24T01:25:14.829Z | Compiling zerovec v0.10.4 |
| 1445 | 2026-02-24T01:25:14.853Z | Compiling hmac v0.12.1 |
| 1446 | 2026-02-24T01:25:15.147Z | Compiling block-padding v0.3.3 |
| 1447 | 2026-02-24T01:25:15.525Z | Compiling futures-macro v0.3.31 |
| 1448 | 2026-02-24T01:25:15.616Z | Compiling inout v0.1.3 |
| 1449 | 2026-02-24T01:25:15.645Z | Compiling zerocopy v0.7.35 |
| 1450 | 2026-02-24T01:25:15.671Z | Compiling regex v1.11.3 |
| 1451 | 2026-02-24T01:25:15.938Z | Compiling cipher v0.4.4 |
| 1452 | 2026-02-24T01:25:16.554Z | Compiling sha2 v0.10.9 |
| 1453 | 2026-02-24T01:25:16.749Z | Compiling der_derive v0.7.3 |
| 1454 | 2026-02-24T01:25:17.126Z | Compiling tinystr v0.7.6 |
| 1455 | 2026-02-24T01:25:17.181Z | Compiling icu_collections v1.5.0 |
| 1456 | 2026-02-24T01:25:17.419Z | Compiling futures-util v0.3.31 |
| 1457 | 2026-02-24T01:25:17.570Z | Compiling icu_locid v1.5.0 |
| 1458 | 2026-02-24T01:25:17.630Z | Compiling ppv-lite86 v0.2.20 |
| 1459 | 2026-02-24T01:25:17.775Z | Compiling serde v1.0.228 |
| 1460 | 2026-02-24T01:25:17.862Z | Compiling thiserror v2.0.18 |
| 1461 | 2026-02-24T01:25:18.041Z | Compiling pest v2.8.2 |
| 1462 | 2026-02-24T01:25:18.526Z | Compiling salsa20 v0.10.2 |
| 1463 | 2026-02-24T01:25:18.635Z | Compiling pbkdf2 v0.12.2 |
| 1464 | 2026-02-24T01:25:18.795Z | Compiling bitflags v2.9.4 |
| 1465 | 2026-02-24T01:25:18.840Z | Compiling bytes v1.11.1 |
| 1466 | 2026-02-24T01:25:18.888Z | Compiling icu_provider v1.5.0 |
| 1467 | 2026-02-24T01:25:18.945Z | Compiling der v0.7.10 |
| 1468 | 2026-02-24T01:25:19.539Z | Compiling chrono v0.4.43 |
| 1469 | 2026-02-24T01:25:19.866Z | Compiling icu_locid_transform v1.5.0 |
| 1470 | 2026-02-24T01:25:20.041Z | Compiling tokio v1.49.0 |
| 1471 | 2026-02-24T01:25:20.343Z | Compiling vcpkg v0.2.15 |
| 1472 | 2026-02-24T01:25:21.361Z | Compiling icu_properties v1.5.1 |
| 1473 | 2026-02-24T01:25:22.095Z | Compiling spki v0.7.3 |
| 1474 | 2026-02-24T01:25:22.138Z | Compiling zerocopy v0.8.27 |
| 1475 | 2026-02-24T01:25:22.477Z | Compiling openssl-sys v0.9.109 |
| 1476 | 2026-02-24T01:25:22.541Z | Compiling pest_meta v2.8.2 |
| 1477 | 2026-02-24T01:25:22.983Z | Compiling which v4.4.2 |
| 1478 | 2026-02-24T01:25:23.220Z | Compiling http v1.4.0 |
| 1479 | 2026-02-24T01:25:23.561Z | Compiling scrypt v0.11.0 |
| 1480 | 2026-02-24T01:25:23.917Z | Compiling rand_chacha v0.9.0 |
| 1481 | 2026-02-24T01:25:24.074Z | Compiling cbc v0.1.2 |
| 1482 | 2026-02-24T01:25:24.344Z | Compiling aes v0.8.4 |
| 1483 | 2026-02-24T01:25:24.473Z | Compiling zerocopy-derive v0.8.27 |
| 1484 | 2026-02-24T01:25:25.456Z | Compiling icu_normalizer v1.5.0 |
| 1485 | 2026-02-24T01:25:25.487Z | Compiling pkcs5 v0.7.1 |
| 1486 | 2026-02-24T01:25:26.231Z | Compiling rand v0.9.2 |
| 1487 | 2026-02-24T01:25:26.693Z | Compiling idna_adapter v1.2.0 |
| 1488 | 2026-02-24T01:25:26.806Z | Compiling pest_generator v2.8.2 |
| 1489 | 2026-02-24T01:25:26.959Z | Compiling idna v1.0.3 |
| 1490 | 2026-02-24T01:25:27.212Z | Compiling tracing-attributes v0.1.27 |
| 1491 | 2026-02-24T01:25:27.290Z | Compiling serde_derive_internals v0.29.1 |
| 1492 | 2026-02-24T01:25:27.893Z | Compiling url v2.5.4 |
| 1493 | 2026-02-24T01:25:28.480Z | Compiling ring v0.17.14 |
| 1494 | 2026-02-24T01:25:28.577Z | Compiling tracing-core v0.1.32 |
| 1495 | 2026-02-24T01:25:29.670Z | Compiling schemars v0.8.22 |
| 1496 | 2026-02-24T01:25:29.694Z | Compiling rustix v1.1.3 |
| 1497 | 2026-02-24T01:25:29.721Z | Compiling adler2 v2.0.0 |
| 1498 | 2026-02-24T01:25:29.917Z | Compiling aws-lc-rs v1.12.4 |
| 1499 | 2026-02-24T01:25:30.015Z | Compiling miniz_oxide v0.8.5 |
| 1500 | 2026-02-24T01:25:30.134Z | Compiling tokio-util v0.7.15 |
| 1501 | 2026-02-24T01:25:30.377Z | Compiling tracing v0.1.40 |
| 1502 | 2026-02-24T01:25:30.533Z | Compiling schemars_derive v0.8.22 |
| 1503 | 2026-02-24T01:25:31.017Z | Compiling pest_derive v2.8.2 |
| 1504 | 2026-02-24T01:25:31.677Z | Compiling pkcs8 v0.10.2 |
| 1505 | 2026-02-24T01:25:31.986Z | Compiling http-body v1.0.1 |
| 1506 | 2026-02-24T01:25:32.198Z | Compiling scroll_derive v0.13.1 |
| 1507 | 2026-02-24T01:25:32.335Z | Compiling darling_core v0.20.10 |
| 1508 | 2026-02-24T01:25:32.483Z | Compiling base64 v0.22.1 |
| 1509 | 2026-02-24T01:25:32.844Z | Compiling httparse v1.9.5 |
| 1510 | 2026-02-24T01:25:33.249Z | Compiling dyn-clone v1.0.20 |
| 1511 | 2026-02-24T01:25:33.506Z | Compiling tinyvec_macros v0.1.1 |
| 1512 | 2026-02-24T01:25:33.579Z | Compiling rustls-pki-types v1.10.0 |
| 1513 | 2026-02-24T01:25:33.633Z | Compiling tinyvec v1.8.0 |
| 1514 | 2026-02-24T01:25:34.045Z | Compiling scroll v0.13.0 |
| 1515 | 2026-02-24T01:25:34.637Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1516 | 2026-02-24T01:25:35.221Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1517 | 2026-02-24T01:25:35.319Z | Compiling num-conv v0.1.0 |
| 1518 | 2026-02-24T01:25:35.375Z | Compiling untrusted v0.9.0 |
| 1519 | 2026-02-24T01:25:35.645Z | Compiling openssl-probe v0.1.5 |
| 1520 | 2026-02-24T01:25:35.717Z | Compiling tower-service v0.3.3 |
| 1521 | 2026-02-24T01:25:35.880Z | Compiling atomic-waker v1.1.2 |
| 1522 | 2026-02-24T01:25:36.015Z | Compiling powerfmt v0.2.0 |
| 1523 | 2026-02-24T01:25:36.116Z | Compiling try-lock v0.2.5 |
| 1524 | 2026-02-24T01:25:36.144Z | Compiling time-core v0.1.6 |
| 1525 | 2026-02-24T01:25:36.327Z | Compiling tower-layer v0.3.3 |
| 1526 | 2026-02-24T01:25:36.449Z | Compiling untrusted v0.7.1 |
| 1527 | 2026-02-24T01:25:36.519Z | Compiling foreign-types-shared v0.1.1 |
| 1528 | 2026-02-24T01:25:36.545Z | Compiling openssl v0.10.73 |
| 1529 | 2026-02-24T01:25:36.680Z | Compiling foreign-types v0.3.2 |
| 1530 | 2026-02-24T01:25:36.706Z | Compiling time-macros v0.2.24 |
| 1531 | 2026-02-24T01:25:36.829Z | Compiling deranged v0.5.3 |
| 1532 | 2026-02-24T01:25:37.052Z | Compiling want v0.3.1 |
| 1533 | 2026-02-24T01:25:37.330Z | Compiling tempfile v3.24.0 |
| 1534 | 2026-02-24T01:25:37.915Z | Compiling h2 v0.4.6 |
| 1535 | 2026-02-24T01:25:38.404Z | Compiling darling_macro v0.20.10 |
| 1536 | 2026-02-24T01:25:39.355Z | Compiling darling v0.20.10 |
| 1537 | 2026-02-24T01:25:39.511Z | Compiling goblin v0.10.2 |
| 1538 | 2026-02-24T01:25:39.814Z | Compiling ipnet v2.11.0 |
| 1539 | 2026-02-24T01:25:40.207Z | Compiling openssl-macros v0.1.1 |
| 1540 | 2026-02-24T01:25:40.877Z | Compiling wait-timeout v0.2.0 |
| 1541 | 2026-02-24T01:25:40.979Z | Compiling syn v1.0.109 |
| 1542 | 2026-02-24T01:25:41.053Z | Compiling gimli v0.31.1 |
| 1543 | 2026-02-24T01:25:41.362Z | Compiling bit-vec v0.8.0 |
| 1544 | 2026-02-24T01:25:41.485Z | Compiling crossbeam-utils v0.8.21 |
| 1545 | 2026-02-24T01:25:41.668Z | Compiling rustls v0.23.19 |
| 1546 | 2026-02-24T01:25:41.899Z | Compiling num_threads v0.1.7 |
| 1547 | 2026-02-24T01:25:41.973Z | Compiling native-tls v0.2.12 |
| 1548 | 2026-02-24T01:25:42.074Z | Compiling httpdate v1.0.3 |
| 1549 | 2026-02-24T01:25:42.116Z | Compiling usdt-impl v0.6.0 |
| 1550 | 2026-02-24T01:25:42.386Z | Compiling quick-error v1.2.3 |
| 1551 | 2026-02-24T01:25:42.533Z | Compiling rusty-fork v0.3.0 |
| 1552 | 2026-02-24T01:25:42.633Z | Compiling time v0.3.43 |
| 1553 | 2026-02-24T01:25:42.658Z | Compiling bit-set v0.8.0 |
| 1554 | 2026-02-24T01:25:43.421Z | Compiling derive_builder_core v0.20.2 |
| 1555 | 2026-02-24T01:25:45.522Z | Compiling hyper v1.8.1 |
| 1556 | 2026-02-24T01:25:46.141Z | Compiling addr2line v0.24.2 |
| 1557 | 2026-02-24T01:25:46.600Z | Compiling unicode-normalization v0.1.24 |
| 1558 | 2026-02-24T01:25:46.889Z | Compiling dtrace-parser v0.3.0 |
| 1559 | 2026-02-24T01:25:47.635Z | Compiling dof v0.4.0 |
| 1560 | 2026-02-24T01:25:47.929Z | Compiling signature v2.2.0 |
| 1561 | 2026-02-24T01:25:48.254Z | Compiling heapless v0.7.17 |
| 1562 | 2026-02-24T01:25:48.688Z | Compiling scroll_derive v0.12.0 |
| 1563 | 2026-02-24T01:25:48.813Z | Compiling thiserror-impl v1.0.69 |
| 1564 | 2026-02-24T01:25:49.277Z | Compiling rand_xorshift v0.4.0 |
| 1565 | 2026-02-24T01:25:49.630Z | Compiling darling_core v0.21.0 |
| 1566 | 2026-02-24T01:25:50.195Z | Compiling slog v2.8.2 |
| 1567 | 2026-02-24T01:25:50.220Z | Compiling thread-id v5.0.0 |
| 1568 | 2026-02-24T01:25:50.359Z | Compiling cookie v0.18.1 |
| 1569 | 2026-02-24T01:25:50.655Z | Compiling object v0.36.5 |
| 1570 | 2026-02-24T01:25:50.760Z | Compiling crc32fast v1.4.2 |
| 1571 | 2026-02-24T01:25:51.164Z | Compiling signal-hook v0.3.18 |
| 1572 | 2026-02-24T01:25:51.202Z | Compiling unicode-properties v0.1.3 |
| 1573 | 2026-02-24T01:25:51.263Z | Compiling zstd-safe v7.2.3 |
| 1574 | 2026-02-24T01:25:51.342Z | Compiling unarray v0.1.4 |
| 1575 | 2026-02-24T01:25:51.532Z | Compiling rustc-demangle v0.1.24 |
| 1576 | 2026-02-24T01:25:51.570Z | Compiling siphasher v0.3.11 |
| 1577 | 2026-02-24T01:25:51.702Z | Compiling anyhow v1.0.99 |
| 1578 | 2026-02-24T01:25:51.728Z | Compiling unicode-bidi v0.3.17 |
| 1579 | 2026-02-24T01:25:52.072Z | Compiling zlib-rs v0.5.1 |
| 1580 | 2026-02-24T01:25:52.174Z | Compiling thiserror v1.0.69 |
| 1581 | 2026-02-24T01:25:52.382Z | Compiling phf_shared v0.11.2 |
| 1582 | 2026-02-24T01:25:52.629Z | Compiling stringprep v0.1.5 |
| 1583 | 2026-02-24T01:25:52.816Z | Compiling proptest v1.7.0 |
| 1584 | 2026-02-24T01:25:53.328Z | Compiling scroll v0.12.0 |
| 1585 | 2026-02-24T01:25:54.078Z | Compiling hyper-util v0.1.19 |
| 1586 | 2026-02-24T01:25:54.527Z | Compiling derive_builder_macro v0.20.2 |
| 1587 | 2026-02-24T01:25:56.519Z | Compiling ipnetwork v0.21.1 |
| 1588 | 2026-02-24T01:25:56.562Z | Compiling darling_macro v0.21.0 |
| 1589 | 2026-02-24T01:25:57.471Z | Compiling serde_tokenstream v0.2.2 |
| 1590 | 2026-02-24T01:25:57.720Z | Compiling serde_spanned v0.6.9 |
| 1591 | 2026-02-24T01:25:58.017Z | Compiling erased-serde v0.3.31 |
| 1592 | 2026-02-24T01:25:58.081Z | Compiling backtrace v0.3.74 |
| 1593 | 2026-02-24T01:25:58.625Z | Compiling toml_datetime v0.6.11 |
| 1594 | 2026-02-24T01:25:58.830Z | Compiling rand_chacha v0.3.1 |
| 1595 | 2026-02-24T01:25:59.376Z | Compiling md-5 v0.10.6 |
| 1596 | 2026-02-24T01:25:59.490Z | Compiling curve25519-dalek v4.1.3 |
| 1597 | 2026-02-24T01:25:59.698Z | Compiling libz-rs-sys v0.5.1 |
| 1598 | 2026-02-24T01:26:00.062Z | Compiling vergen-lib v0.1.6 |
| 1599 | 2026-02-24T01:26:00.329Z | Compiling num-integer v0.1.46 |
| 1600 | 2026-02-24T01:26:00.423Z | Compiling sync_wrapper v1.0.1 |
| 1601 | 2026-02-24T01:26:00.470Z | Compiling hash32 v0.2.1 |
| 1602 | 2026-02-24T01:26:00.628Z | Compiling ff v0.13.0 |
| 1603 | 2026-02-24T01:26:00.941Z | Compiling memoffset v0.9.1 |
| 1604 | 2026-02-24T01:26:00.980Z | Compiling num-bigint-dig v0.8.6 |
| 1605 | 2026-02-24T01:26:01.097Z | Compiling litrs v0.4.1 |
| 1606 | 2026-02-24T01:26:01.202Z | Compiling cfg_aliases v0.2.1 |
| 1607 | 2026-02-24T01:26:01.271Z | Compiling fallible-iterator v0.2.0 |
| 1608 | 2026-02-24T01:26:01.337Z | Compiling ref-cast v1.0.25 |
| 1609 | 2026-02-24T01:26:01.365Z | Compiling smoltcp v0.9.1 |
| 1610 | 2026-02-24T01:26:01.412Z | Compiling psl-types v2.0.11 |
| 1611 | 2026-02-24T01:26:01.659Z | Compiling base16ct v0.2.0 |
| 1612 | 2026-02-24T01:26:01.997Z | Compiling sec1 v0.7.3 |
| 1613 | 2026-02-24T01:26:02.102Z | Compiling postgres-protocol v0.6.8 |
| 1614 | 2026-02-24T01:26:02.153Z | Compiling publicsuffix v2.3.0 |
| 1615 | 2026-02-24T01:26:02.312Z | Compiling nix v0.29.0 |
| 1616 | 2026-02-24T01:26:02.433Z | Compiling document-features v0.2.11 |
| 1617 | 2026-02-24T01:26:02.740Z | Compiling num-iter v0.1.45 |
| 1618 | 2026-02-24T01:26:02.851Z | Compiling group v0.13.0 |
| 1619 | 2026-02-24T01:26:03.240Z | Compiling tower v0.5.2 |
| 1620 | 2026-02-24T01:26:03.483Z | Compiling flate2 v1.1.2 |
| 1621 | 2026-02-24T01:26:03.836Z | Compiling newtype-uuid v1.3.2 |
| 1622 | 2026-02-24T01:26:03.862Z | Compiling rand v0.8.5 |
| 1623 | 2026-02-24T01:26:04.455Z | Compiling darling v0.21.0 |
| 1624 | 2026-02-24T01:26:04.558Z | Compiling oxnet v0.1.4 |
| 1625 | 2026-02-24T01:26:04.594Z | Compiling derive_builder v0.20.2 |
| 1626 | 2026-02-24T01:26:04.856Z | Compiling tokio-native-tls v0.3.1 |
| 1627 | 2026-02-24T01:26:05.156Z | Compiling goblin v0.8.2 |
| 1628 | 2026-02-24T01:26:05.673Z | Compiling rustls-native-certs v0.8.1 |
| 1629 | 2026-02-24T01:26:05.962Z | Compiling webpki-roots v1.0.1 |
| 1630 | 2026-02-24T01:26:06.251Z | Compiling http-body-util v0.1.3 |
| 1631 | 2026-02-24T01:26:06.278Z | Compiling strum_macros v0.27.2 |
| 1632 | 2026-02-24T01:26:06.306Z | Compiling terminal_size v0.4.0 |
| 1633 | 2026-02-24T01:26:06.572Z | Compiling cargo-platform v0.1.8 |
| 1634 | 2026-02-24T01:26:06.643Z | Compiling hkdf v0.12.4 |
| 1635 | 2026-02-24T01:26:06.808Z | Compiling crypto-bigint v0.5.5 |
| 1636 | 2026-02-24T01:26:06.952Z | Compiling daft-derive v0.1.4 |
| 1637 | 2026-02-24T01:26:07.113Z | Compiling async-trait v0.1.89 |
| 1638 | 2026-02-24T01:26:07.899Z | Compiling hubpack_derive v0.1.1 |
| 1639 | 2026-02-24T01:26:08.582Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1640 | 2026-02-24T01:26:08.908Z | Compiling ref-cast-impl v1.0.25 |
| 1641 | 2026-02-24T01:26:09.725Z | Compiling vergen v9.0.6 |
| 1642 | 2026-02-24T01:26:10.051Z | Compiling ahash v0.8.12 |
| 1643 | 2026-02-24T01:26:10.075Z | Compiling fs-err v3.1.1 |
| 1644 | 2026-02-24T01:26:10.157Z | Compiling ryu v1.0.18 |
| 1645 | 2026-02-24T01:26:10.402Z | Compiling winnow v0.5.40 |
| 1646 | 2026-02-24T01:26:10.480Z | Compiling unicode-segmentation v1.12.0 |
| 1647 | 2026-02-24T01:26:10.594Z | Compiling buf-list v1.0.3 |
| 1648 | 2026-02-24T01:26:11.168Z | Compiling iri-string v0.7.8 |
| 1649 | 2026-02-24T01:26:11.327Z | Compiling simd-adler32 v0.3.7 |
| 1650 | 2026-02-24T01:26:11.501Z | Compiling bumpalo v3.16.0 |
| 1651 | 2026-02-24T01:26:11.853Z | Compiling bitflags v1.3.2 |
| 1652 | 2026-02-24T01:26:12.020Z | Compiling managed v0.8.0 |
| 1653 | 2026-02-24T01:26:12.044Z | Compiling lockfree-object-pool v0.1.6 |
| 1654 | 2026-02-24T01:26:12.352Z | Compiling zopfli v0.8.1 |
| 1655 | 2026-02-24T01:26:12.704Z | Compiling dof v0.3.0 |
| 1656 | 2026-02-24T01:26:13.945Z | Compiling strum v0.27.2 |
| 1657 | 2026-02-24T01:26:14.158Z | Compiling toml_edit v0.19.15 |
| 1658 | 2026-02-24T01:26:14.404Z | Compiling tower-http v0.6.6 |
| 1659 | 2026-02-24T01:26:14.428Z | Compiling clap_builder v4.5.48 |
| 1660 | 2026-02-24T01:26:14.644Z | Compiling serde_urlencoded v0.7.1 |
| 1661 | 2026-02-24T01:26:15.176Z | Compiling elliptic-curve v0.13.8 |
| 1662 | 2026-02-24T01:26:15.218Z | Compiling hubpack v0.1.2 |
| 1663 | 2026-02-24T01:26:15.267Z | Compiling daft v0.1.4 |
| 1664 | 2026-02-24T01:26:15.762Z | Compiling cargo_metadata v0.19.2 |
| 1665 | 2026-02-24T01:26:15.894Z | Compiling hyper-tls v0.6.0 |
| 1666 | 2026-02-24T01:26:16.118Z | Compiling cookie_store v0.21.1 |
| 1667 | 2026-02-24T01:26:16.375Z | Compiling signal-hook-mio v0.2.4 |
| 1668 | 2026-02-24T01:26:16.572Z | Compiling zstd v0.13.3 |
| 1669 | 2026-02-24T01:26:18.429Z | Compiling serde_with_macros v3.16.1 |
| 1670 | 2026-02-24T01:26:19.209Z | Compiling postgres-types v0.2.9 |
| 1671 | 2026-02-24T01:26:20.583Z | Compiling usdt-attr-macro v0.6.0 |
| 1672 | 2026-02-24T01:26:20.895Z | Compiling usdt-macro v0.6.0 |
| 1673 | 2026-02-24T01:26:21.178Z | Compiling phf v0.11.2 |
| 1674 | 2026-02-24T01:26:21.439Z | Compiling dtrace-parser v0.2.0 |
| 1675 | 2026-02-24T01:26:21.552Z | Compiling ed25519 v2.2.3 |
| 1676 | 2026-02-24T01:26:22.235Z | Compiling bzip2 v0.4.4 |
| 1677 | 2026-02-24T01:26:22.475Z | Compiling bzip2 v0.5.2 |
| 1678 | 2026-02-24T01:26:22.553Z | Compiling pkcs1 v0.7.5 |
| 1679 | 2026-02-24T01:26:22.666Z | Compiling enum-as-inner v0.6.1 |
| 1680 | 2026-02-24T01:26:22.872Z | Compiling strum_macros v0.26.4 |
| 1681 | 2026-02-24T01:26:22.897Z | Compiling clap_derive v4.5.47 |
| 1682 | 2026-02-24T01:26:23.430Z | Compiling serde-big-array v0.5.1 |
| 1683 | 2026-02-24T01:26:23.459Z | Compiling hex v0.4.3 |
| 1684 | 2026-02-24T01:26:23.637Z | Compiling rfc6979 v0.4.0 |
| 1685 | 2026-02-24T01:26:23.669Z | Compiling bstr v1.10.0 |
| 1686 | 2026-02-24T01:26:23.721Z | Compiling serde_repr v0.1.19 |
| 1687 | 2026-02-24T01:26:23.859Z | Compiling float-cmp v0.10.0 |
| 1688 | 2026-02-24T01:26:24.068Z | Compiling env_filter v0.1.2 |
| 1689 | 2026-02-24T01:26:24.125Z | Compiling socket2 v0.5.10 |
| 1690 | 2026-02-24T01:26:24.680Z | Compiling memmap2 v0.9.8 |
| 1691 | 2026-02-24T01:26:25.031Z | Compiling encoding_rs v0.8.34 |
| 1692 | 2026-02-24T01:26:25.083Z | Compiling foldhash v0.2.0 |
| 1693 | 2026-02-24T01:26:25.108Z | Compiling mime v0.3.17 |
| 1694 | 2026-02-24T01:26:25.137Z | Compiling keccak v0.1.5 |
| 1695 | 2026-02-24T01:26:25.595Z | Compiling precomputed-hash v0.1.1 |
| 1696 | 2026-02-24T01:26:25.734Z | Compiling jiff v0.2.15 |
| 1697 | 2026-02-24T01:26:25.758Z | Compiling data-encoding v2.9.0 |
| 1698 | 2026-02-24T01:26:27.142Z | Compiling normalize-line-endings v0.3.0 |
| 1699 | 2026-02-24T01:26:27.226Z | Compiling whoami v1.5.2 |
| 1700 | 2026-02-24T01:26:27.301Z | Compiling difflib v0.4.0 |
| 1701 | 2026-02-24T01:26:27.325Z | Compiling fixedbitset v0.5.7 |
| 1702 | 2026-02-24T01:26:27.668Z | Compiling new_debug_unreachable v1.0.6 |
| 1703 | 2026-02-24T01:26:27.802Z | Compiling rustc-hash v2.1.1 |
| 1704 | 2026-02-24T01:26:27.855Z | Compiling fixedbitset v0.4.2 |
| 1705 | 2026-02-24T01:26:28.008Z | Compiling static_assertions v1.1.0 |
| 1706 | 2026-02-24T01:26:28.046Z | Compiling predicates-core v1.0.8 |
| 1707 | 2026-02-24T01:26:28.142Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1708 | 2026-02-24T01:26:28.320Z | Compiling predicates v3.1.3 |
| 1709 | 2026-02-24T01:26:28.388Z | Compiling petgraph v0.6.5 |
| 1710 | 2026-02-24T01:26:28.635Z | Compiling iddqd v0.3.16 |
| 1711 | 2026-02-24T01:26:28.778Z | Compiling petgraph v0.8.2 |
| 1712 | 2026-02-24T01:26:29.809Z | Compiling string_cache v0.8.9 |
| 1713 | 2026-02-24T01:26:30.275Z | Compiling tokio-postgres v0.7.13 |
| 1714 | 2026-02-24T01:26:30.629Z | Compiling clap v4.5.48 |
| 1715 | 2026-02-24T01:26:30.769Z | Compiling strum v0.26.3 |
| 1716 | 2026-02-24T01:26:30.981Z | Compiling hickory-proto v0.25.2 |
| 1717 | 2026-02-24T01:26:31.399Z | Compiling toml_edit v0.22.27 |
| 1718 | 2026-02-24T01:26:32.045Z | Compiling sha3 v0.10.8 |
| 1719 | 2026-02-24T01:26:33.142Z | Compiling usdt v0.6.0 |
| 1720 | 2026-02-24T01:26:33.629Z | Compiling zip v4.2.0 |
| 1721 | 2026-02-24T01:26:33.685Z | Compiling usdt-impl v0.5.0 |
| 1722 | 2026-02-24T01:26:34.900Z | Compiling similar v2.7.0 |
| 1723 | 2026-02-24T01:26:35.059Z | Compiling env_logger v0.11.8 |
| 1724 | 2026-02-24T01:26:35.760Z | Compiling serde_with v3.16.1 |
| 1725 | 2026-02-24T01:26:35.860Z | Compiling ecdsa v0.16.9 |
| 1726 | 2026-02-24T01:26:35.940Z | Compiling rsa v0.9.8 |
| 1727 | 2026-02-24T01:26:36.770Z | Compiling zip v0.6.6 |
| 1728 | 2026-02-24T01:26:37.126Z | Compiling ed25519-dalek v2.1.1 |
| 1729 | 2026-02-24T01:26:38.479Z | Compiling toml v0.7.8 |
| 1730 | 2026-02-24T01:26:38.555Z | Compiling crossterm v0.28.1 |
| 1731 | 2026-02-24T01:26:39.925Z | Compiling heck v0.4.1 |
| 1732 | 2026-02-24T01:26:40.221Z | Compiling crossbeam-epoch v0.9.18 |
| 1733 | 2026-02-24T01:26:40.361Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1734 | 2026-02-24T01:26:40.426Z | Compiling tokio-stream v0.1.17 |
| 1735 | 2026-02-24T01:26:40.604Z | Compiling x509-cert v0.2.5 |
| 1736 | 2026-02-24T01:26:40.818Z | Compiling openapiv3 v2.2.0 |
| 1737 | 2026-02-24T01:26:40.922Z | Compiling sha1 v0.10.6 |
| 1738 | 2026-02-24T01:26:41.420Z | Compiling itertools v0.13.0 |
| 1739 | 2026-02-24T01:26:41.538Z | Compiling itertools v0.10.5 |
| 1740 | 2026-02-24T01:26:41.929Z | Compiling winnow v0.6.26 |
| 1741 | 2026-02-24T01:26:42.924Z | Compiling peg-runtime v0.8.5 |
| 1742 | 2026-02-24T01:26:43.542Z | Compiling lalrpop-util v0.19.12 |
| 1743 | 2026-02-24T01:26:43.784Z | Compiling thread_local v1.1.8 |
| 1744 | 2026-02-24T01:26:43.928Z | Compiling slog-async v2.8.0 |
| 1745 | 2026-02-24T01:26:44.185Z | Compiling crossbeam-channel v0.5.15 |
| 1746 | 2026-02-24T01:26:44.375Z | Compiling xattr v1.3.1 |
| 1747 | 2026-02-24T01:26:44.431Z | Compiling futures-executor v0.3.31 |
| 1748 | 2026-02-24T01:26:44.487Z | Compiling filetime v0.2.26 |
| 1749 | 2026-02-24T01:26:44.680Z | Compiling is-terminal v0.4.13 |
| 1750 | 2026-02-24T01:26:44.827Z | Compiling take_mut v0.2.2 |
| 1751 | 2026-02-24T01:26:44.852Z | Compiling term v1.1.0 |
| 1752 | 2026-02-24T01:26:44.876Z | Compiling futures v0.3.31 |
| 1753 | 2026-02-24T01:26:44.900Z | Compiling tar v0.4.44 |
| 1754 | 2026-02-24T01:26:46.276Z | Compiling slog-term v2.9.2 |
| 1755 | 2026-02-24T01:26:49.065Z | Compiling aws-lc-sys v0.26.0 |
| 1756 | 2026-02-24T01:27:26.971Z | Compiling rustls-webpki v0.102.8 |
| 1757 | 2026-02-24T01:27:33.481Z | Compiling tokio-rustls v0.26.0 |
| 1758 | 2026-02-24T01:27:33.835Z | Compiling hyper-rustls v0.27.7 |
| 1759 | 2026-02-24T01:27:34.233Z | Compiling reqwest v0.12.24 |
| 1760 | 2026-02-24T01:27:39.642Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1761 | 2026-02-24T01:27:40.023Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1762 | 2026-02-24T01:27:46.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 53s |
| 1763 | 2026-02-24T01:27:46.303Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1764 | 2026-02-24T01:27:46.380Z | Feb 24 01:27:45.999 INFO Starting download, target: Cockroach |
| 1765 | 2026-02-24T01:27:46.380Z | Feb 24 01:27:46.000 INFO Starting download, target: Console |
| 1766 | 2026-02-24T01:27:46.380Z | Feb 24 01:27:46.000 INFO Starting download, target: Clickhouse |
| 1767 | 2026-02-24T01:27:46.380Z | Feb 24 01:27:46.000 INFO Starting download, target: DendriteStub |
| 1768 | 2026-02-24T01:27:46.404Z | Feb 24 01:27:46.000 INFO Starting download, target: MaghemiteMgd |
| 1769 | 2026-02-24T01:27:46.404Z | Feb 24 01:27:46.000 INFO Starting download, target: TransceiverControl |
| 1770 | 2026-02-24T01:27:46.404Z | Feb 24 01:27:46.001 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1771 | 2026-02-24T01:27:46.404Z | Feb 24 01:27:46.001 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1772 | 2026-02-24T01:27:46.404Z | Feb 24 01:27:46.001 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1773 | 2026-02-24T01:27:46.404Z | Feb 24 01:27:46.001 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1774 | 2026-02-24T01:27:46.404Z | Feb 24 01:27:46.002 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1775 | 2026-02-24T01:27:46.404Z | Feb 24 01:27:46.002 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1776 | 2026-02-24T01:27:46.927Z | Feb 24 01:27:46.542 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1777 | 2026-02-24T01:27:47.404Z | Feb 24 01:27:47.022 INFO Download complete, target: Console |
| 1778 | 2026-02-24T01:27:47.908Z | Feb 24 01:27:47.527 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1779 | 2026-02-24T01:27:48.339Z | Feb 24 01:27:47.954 INFO Download complete, target: TransceiverControl |
| 1780 | 2026-02-24T01:27:49.654Z | Feb 24 01:27:49.271 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1781 | 2026-02-24T01:27:49.958Z | Feb 24 01:27:49.576 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1782 | 2026-02-24T01:27:54.196Z | Feb 24 01:27:53.815 INFO Download complete, target: MaghemiteMgd |
| 1783 | 2026-02-24T01:27:54.841Z | Feb 24 01:27:54.451 INFO Download complete, target: DendriteStub |
| 1784 | 2026-02-24T01:27:57.241Z | Feb 24 01:27:56.861 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1785 | 2026-02-24T01:27:57.241Z | Feb 24 01:27:56.861 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1786 | 2026-02-24T01:28:09.657Z | Feb 24 01:28:09.277 INFO Checking that binary works, target: Cockroach |
| 1787 | 2026-02-24T01:28:09.996Z | Feb 24 01:28:09.617 INFO Download complete, target: Cockroach |
| 1788 | 2026-02-24T01:28:12.095Z | Feb 24 01:28:11.716 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1789 | 2026-02-24T01:28:27.503Z | Feb 24 01:28:27.124 INFO Checking that binary works, target: Clickhouse |
| 1790 | 2026-02-24T01:28:27.722Z | Feb 24 01:28:27.343 INFO Download complete, target: Clickhouse |
| 1791 | 2026-02-24T01:28:27.749Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1792 | 2026-02-24T01:28:27.775Z | |
| 1793 | 2026-02-24T01:28:27.775Z | real 7:55.992805637 |
| 1794 | 2026-02-24T01:28:27.775Z | user 20:41.585628988 |
| 1795 | 2026-02-24T01:28:27.775Z | sys 3:06.824337321 |
| 1796 | 2026-02-24T01:28:27.775Z | trap 0.872853534 |
| 1797 | 2026-02-24T01:28:27.775Z | tflt 0.463458108 |
| 1798 | 2026-02-24T01:28:27.775Z | dflt 1.034702681 |
| 1799 | 2026-02-24T01:28:27.775Z | kflt 0.010921876 |
| 1800 | 2026-02-24T01:28:27.775Z | lock 55:52.635777512 |
| 1801 | 2026-02-24T01:28:27.775Z | slp 1:16:19.027190687 |
| 1802 | 2026-02-24T01:28:27.775Z | lat 1:28.898033692 |
| 1803 | 2026-02-24T01:28:27.775Z | stop 3:14.645117178 |
| 1804 | 2026-02-24T01:28:27.775Z | + banner clippy |
| 1805 | 2026-02-24T01:28:27.775Z | |
| 1806 | 2026-02-24T01:28:27.775Z | #### # # ##### ##### # # |
| 1807 | 2026-02-24T01:28:27.775Z | # # # # # # # # # # |
| 1808 | 2026-02-24T01:28:27.775Z | # # # # # # # # |
| 1809 | 2026-02-24T01:28:27.775Z | # # # ##### ##### # |
| 1810 | 2026-02-24T01:28:27.775Z | # # # # # # # |
| 1811 | 2026-02-24T01:28:27.775Z | #### ###### # # # # |
| 1812 | 2026-02-24T01:28:27.775Z | |
| 1813 | 2026-02-24T01:28:27.775Z | + export CARGO_INCREMENTAL=0 |
| 1814 | 2026-02-24T01:28:27.775Z | + CARGO_INCREMENTAL=0 |
| 1815 | 2026-02-24T01:28:27.775Z | + ptime -m cargo xtask clippy |
| 1816 | 2026-02-24T01:28:29.083Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1817 | 2026-02-24T01:28:29.424Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1818 | 2026-02-24T01:28:33.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s |
| 1819 | 2026-02-24T01:28:33.925Z | Running `target/debug/xtask clippy` |
| 1820 | 2026-02-24T01:28:33.963Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1821 | 2026-02-24T01:28:35.339Z | Downloading crates ... |
| 1822 | 2026-02-24T01:28:35.764Z | Downloaded assert-json-diff v2.0.2 |
| 1823 | 2026-02-24T01:28:35.788Z | Downloaded async-io v2.3.4 |
| 1824 | 2026-02-24T01:28:35.788Z | Downloaded anes v0.1.6 |
| 1825 | 2026-02-24T01:28:35.788Z | Downloaded criterion v0.7.0 |
| 1826 | 2026-02-24T01:28:35.813Z | Downloaded plotters-svg v0.3.7 |
| 1827 | 2026-02-24T01:28:35.813Z | Downloaded async-task v4.7.1 |
| 1828 | 2026-02-24T01:28:35.813Z | Downloaded target-triple v0.1.3 |
| 1829 | 2026-02-24T01:28:35.813Z | Downloaded termcolor v1.4.1 |
| 1830 | 2026-02-24T01:28:35.813Z | Downloaded terminal_size v0.1.17 |
| 1831 | 2026-02-24T01:28:35.813Z | Downloaded blake2b_simd v1.0.2 |
| 1832 | 2026-02-24T01:28:35.813Z | Downloaded similar-asserts v1.7.0 |
| 1833 | 2026-02-24T01:28:35.813Z | Downloaded trybuild v1.0.106 |
| 1834 | 2026-02-24T01:28:35.838Z | Downloaded tinytemplate v1.2.1 |
| 1835 | 2026-02-24T01:28:35.838Z | Downloaded futures-timer v3.0.3 |
| 1836 | 2026-02-24T01:28:35.838Z | Downloaded target-spec v3.5.0 |
| 1837 | 2026-02-24T01:28:35.838Z | Downloaded textwrap v0.15.2 |
| 1838 | 2026-02-24T01:28:35.838Z | Downloaded rstest_macros v0.25.0 |
| 1839 | 2026-02-24T01:28:35.838Z | Downloaded hashbrown v0.14.5 |
| 1840 | 2026-02-24T01:28:35.863Z | Downloaded guppy v0.17.20 |
| 1841 | 2026-02-24T01:28:35.863Z | Downloaded miette v5.10.0 |
| 1842 | 2026-02-24T01:28:35.863Z | Downloaded knuffel v3.2.0 |
| 1843 | 2026-02-24T01:28:35.863Z | Downloaded plotters v0.3.7 |
| 1844 | 2026-02-24T01:28:35.863Z | Downloaded fancy-regex v0.14.0 |
| 1845 | 2026-02-24T01:28:35.888Z | Downloaded async-std v1.13.0 |
| 1846 | 2026-02-24T01:28:35.912Z | Downloaded rstest v0.25.0 |
| 1847 | 2026-02-24T01:28:35.912Z | Downloaded polling v3.7.3 |
| 1848 | 2026-02-24T01:28:35.912Z | Downloaded event-listener v5.3.1 |
| 1849 | 2026-02-24T01:28:35.912Z | Downloaded assert_cmd v2.0.17 |
| 1850 | 2026-02-24T01:28:35.912Z | Downloaded cfg-expr v0.20.1 |
| 1851 | 2026-02-24T01:28:35.912Z | Downloaded async-executor v1.13.1 |
| 1852 | 2026-02-24T01:28:35.912Z | Downloaded stringmetrics v2.2.2 |
| 1853 | 2026-02-24T01:28:35.936Z | Downloaded relative-path v1.9.3 |
| 1854 | 2026-02-24T01:28:35.936Z | Downloaded parking v2.2.1 |
| 1855 | 2026-02-24T01:28:35.936Z | Downloaded owo-colors v3.5.0 |
| 1856 | 2026-02-24T01:28:35.936Z | Downloaded libtest-mimic v0.8.1 |
| 1857 | 2026-02-24T01:28:35.936Z | Downloaded kv-log-macro v1.0.7 |
| 1858 | 2026-02-24T01:28:35.937Z | Downloaded knuffel-derive v3.2.0 |
| 1859 | 2026-02-24T01:28:35.937Z | Downloaded httptest v0.16.3 |
| 1860 | 2026-02-24T01:28:35.937Z | Downloaded event-listener-strategy v0.5.2 |
| 1861 | 2026-02-24T01:28:35.937Z | Downloaded supports-unicode v2.1.0 |
| 1862 | 2026-02-24T01:28:35.937Z | Downloaded rust-argon2 v2.1.0 |
| 1863 | 2026-02-24T01:28:35.937Z | Downloaded futures-lite v2.3.0 |
| 1864 | 2026-02-24T01:28:35.937Z | Downloaded piper v0.2.4 |
| 1865 | 2026-02-24T01:28:35.937Z | Downloaded nested v0.1.1 |
| 1866 | 2026-02-24T01:28:35.961Z | Downloaded escape8259 v0.5.3 |
| 1867 | 2026-02-24T01:28:35.961Z | Downloaded supports-hyperlinks v2.1.0 |
| 1868 | 2026-02-24T01:28:35.961Z | Downloaded path-tree v0.8.1 |
| 1869 | 2026-02-24T01:28:35.961Z | Downloaded miette-derive v5.10.0 |
| 1870 | 2026-02-24T01:28:35.961Z | Downloaded supports-color v2.1.0 |
| 1871 | 2026-02-24T01:28:35.961Z | Downloaded rand_distr v0.5.1 |
| 1872 | 2026-02-24T01:28:35.961Z | Downloaded proc-macro-crate v3.2.0 |
| 1873 | 2026-02-24T01:28:35.961Z | Downloaded pathdiff v0.2.3 |
| 1874 | 2026-02-24T01:28:35.961Z | Downloaded oorandom v11.1.4 |
| 1875 | 2026-02-24T01:28:35.961Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1876 | 2026-02-24T01:28:35.961Z | Downloaded doc-comment v0.3.3 |
| 1877 | 2026-02-24T01:28:35.961Z | Downloaded criterion-plot v0.6.0 |
| 1878 | 2026-02-24T01:28:35.962Z | Downloaded target-lexicon v0.13.2 |
| 1879 | 2026-02-24T01:28:35.962Z | Downloaded serde_regex v1.1.0 |
| 1880 | 2026-02-24T01:28:35.962Z | Downloaded plotters-backend v0.3.7 |
| 1881 | 2026-02-24T01:28:35.962Z | Downloaded event-listener v2.5.3 |
| 1882 | 2026-02-24T01:28:35.962Z | Downloaded concurrent-queue v2.5.0 |
| 1883 | 2026-02-24T01:28:35.986Z | Downloaded blocking v1.6.1 |
| 1884 | 2026-02-24T01:28:35.986Z | Downloaded async-lock v3.4.0 |
| 1885 | 2026-02-24T01:28:35.986Z | Downloaded async-process v2.3.0 |
| 1886 | 2026-02-24T01:28:35.986Z | Downloaded async-object-pool v0.1.5 |
| 1887 | 2026-02-24T01:28:35.986Z | Downloaded async-global-executor v2.4.1 |
| 1888 | 2026-02-24T01:28:35.986Z | Downloaded async-channel v1.9.0 |
| 1889 | 2026-02-24T01:28:35.986Z | Downloaded partial-io v0.5.4 |
| 1890 | 2026-02-24T01:28:35.986Z | Downloaded datatest-stable v0.3.2 |
| 1891 | 2026-02-24T01:28:35.986Z | Downloaded cast v0.3.0 |
| 1892 | 2026-02-24T01:28:35.987Z | Downloaded async-channel v2.3.1 |
| 1893 | 2026-02-24T01:28:35.987Z | Downloaded async-attributes v1.1.2 |
| 1894 | 2026-02-24T01:28:35.987Z | Downloaded approx v0.5.1 |
| 1895 | 2026-02-24T01:28:36.012Z | Downloaded chumsky v0.9.3 |
| 1896 | 2026-02-24T01:28:36.012Z | Downloaded backtrace-ext v0.2.1 |
| 1897 | 2026-02-24T01:28:36.012Z | Downloaded async-signal v0.2.10 |
| 1898 | 2026-02-24T01:28:36.012Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1899 | 2026-02-24T01:28:39.510Z | Checking cfg-if v1.0.4 |
| 1900 | 2026-02-24T01:28:39.616Z | Checking libc v0.2.180 |
| 1901 | 2026-02-24T01:28:39.616Z | Checking serde_core v1.0.228 |
| 1902 | 2026-02-24T01:28:39.731Z | Checking memchr v2.7.4 |
| 1903 | 2026-02-24T01:28:39.789Z | Checking smallvec v1.15.1 |
| 1904 | 2026-02-24T01:28:39.853Z | Checking value-bag v1.12.0 |
| 1905 | 2026-02-24T01:28:39.921Z | Checking itoa v1.0.11 |
| 1906 | 2026-02-24T01:28:39.989Z | Checking scopeguard v1.2.0 |
| 1907 | 2026-02-24T01:28:40.051Z | Checking libm v0.2.8 |
| 1908 | 2026-02-24T01:28:40.238Z | Checking lock_api v0.4.12 |
| 1909 | 2026-02-24T01:28:40.262Z | Checking zeroize v1.8.1 |
| 1910 | 2026-02-24T01:28:40.349Z | Checking stable_deref_trait v1.2.0 |
| 1911 | 2026-02-24T01:28:40.404Z | Checking log v0.4.29 |
| 1912 | 2026-02-24T01:28:40.546Z | Checking portable-atomic v1.11.0 |
| 1913 | 2026-02-24T01:28:40.654Z | Checking critical-section v1.1.3 |
| 1914 | 2026-02-24T01:28:40.714Z | Checking zerofrom v0.1.4 |
| 1915 | 2026-02-24T01:28:40.776Z | Checking zmij v1.0.15 |
| 1916 | 2026-02-24T01:28:40.897Z | Checking getrandom v0.2.15 |
| 1917 | 2026-02-24T01:28:40.897Z | Checking getrandom v0.3.4 |
| 1918 | 2026-02-24T01:28:41.005Z | Checking num-traits v0.2.19 |
| 1919 | 2026-02-24T01:28:41.072Z | Checking yoke v0.7.4 |
| 1920 | 2026-02-24T01:28:41.126Z | Checking pin-project-lite v0.2.14 |
| 1921 | 2026-02-24T01:28:41.235Z | Checking litemap v0.7.3 |
| 1922 | 2026-02-24T01:28:41.295Z | Checking rand_core v0.6.4 |
| 1923 | 2026-02-24T01:28:41.320Z | Checking percent-encoding v2.3.2 |
| 1924 | 2026-02-24T01:28:41.412Z | Checking writeable v0.5.5 |
| 1925 | 2026-02-24T01:28:41.499Z | Checking zerovec v0.10.4 |
| 1926 | 2026-02-24T01:28:41.596Z | Checking once_cell v1.21.3 |
| 1927 | 2026-02-24T01:28:41.680Z | Checking icu_locid_transform_data v1.5.0 |
| 1928 | 2026-02-24T01:28:41.737Z | Checking byteorder v1.5.0 |
| 1929 | 2026-02-24T01:28:41.763Z | Checking icu_properties_data v1.5.0 |
| 1930 | 2026-02-24T01:28:41.850Z | Checking subtle v2.6.1 |
| 1931 | 2026-02-24T01:28:41.905Z | Checking utf16_iter v1.0.5 |
| 1932 | 2026-02-24T01:28:41.966Z | Checking write16 v1.0.0 |
| 1933 | 2026-02-24T01:28:42.102Z | Checking utf8_iter v1.0.4 |
| 1934 | 2026-02-24T01:28:42.159Z | Checking icu_normalizer_data v1.5.0 |
| 1935 | 2026-02-24T01:28:42.221Z | Checking form_urlencoded v1.2.2 |
| 1936 | 2026-02-24T01:28:42.246Z | Checking parking_lot_core v0.9.10 |
| 1937 | 2026-02-24T01:28:42.346Z | Checking signal-hook-registry v1.4.2 |
| 1938 | 2026-02-24T01:28:42.414Z | Checking typenum v1.17.0 |
| 1939 | 2026-02-24T01:28:42.474Z | Checking mio v1.0.2 |
| 1940 | 2026-02-24T01:28:42.540Z | Checking futures-core v0.3.31 |
| 1941 | 2026-02-24T01:28:42.597Z | Checking allocator-api2 v0.2.21 |
| 1942 | 2026-02-24T01:28:42.675Z | Checking parking_lot v0.12.3 |
| 1943 | 2026-02-24T01:28:42.737Z | Checking socket2 v0.6.1 |
| 1944 | 2026-02-24T01:28:42.807Z | Checking iana-time-zone v0.1.63 |
| 1945 | 2026-02-24T01:28:43.015Z | Checking errno v0.3.12 |
| 1946 | 2026-02-24T01:28:43.082Z | Checking tinystr v0.7.6 |
| 1947 | 2026-02-24T01:28:43.106Z | Checking icu_collections v1.5.0 |
| 1948 | 2026-02-24T01:28:43.215Z | Checking equivalent v1.0.2 |
| 1949 | 2026-02-24T01:28:43.296Z | Checking const-oid v0.9.6 |
| 1950 | 2026-02-24T01:28:43.361Z | Checking zerocopy v0.7.35 |
| 1951 | 2026-02-24T01:28:43.385Z | Checking thiserror v1.0.69 |
| 1952 | 2026-02-24T01:28:43.481Z | Checking serde v1.0.228 |
| 1953 | 2026-02-24T01:28:43.481Z | Checking serde_json v1.0.149 |
| 1954 | 2026-02-24T01:28:43.481Z | Checking generic-array v0.14.7 |
| 1955 | 2026-02-24T01:28:43.654Z | Checking uuid v1.19.0 |
| 1956 | 2026-02-24T01:28:43.678Z | Checking icu_locid v1.5.0 |
| 1957 | 2026-02-24T01:28:43.861Z | Checking semver v1.0.27 |
| 1958 | 2026-02-24T01:28:44.298Z | Checking futures-io v0.3.31 |
| 1959 | 2026-02-24T01:28:44.384Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1960 | 2026-02-24T01:28:44.489Z | Checking bytes v1.11.1 |
| 1961 | 2026-02-24T01:28:44.562Z | Checking bitflags v2.9.4 |
| 1962 | 2026-02-24T01:28:44.637Z | Checking chrono v0.4.43 |
| 1963 | 2026-02-24T01:28:44.664Z | Checking crypto-common v0.1.6 |
| 1964 | 2026-02-24T01:28:44.753Z | Checking icu_provider v1.5.0 |
| 1965 | 2026-02-24T01:28:44.834Z | Checking block-buffer v0.10.4 |
| 1966 | 2026-02-24T01:28:44.946Z | Checking thiserror v2.0.18 |
| 1967 | 2026-02-24T01:28:45.000Z | Checking dyn-clone v1.0.20 |
| 1968 | 2026-02-24T01:28:45.122Z | Checking digest v0.10.7 |
| 1969 | 2026-02-24T01:28:45.189Z | Checking slab v0.4.9 |
| 1970 | 2026-02-24T01:28:45.253Z | Checking futures-sink v0.3.31 |
| 1971 | 2026-02-24T01:28:45.308Z | Checking pin-utils v0.1.0 |
| 1972 | 2026-02-24T01:28:45.308Z | Checking cpufeatures v0.2.14 |
| 1973 | 2026-02-24T01:28:45.458Z | Checking icu_locid_transform v1.5.0 |
| 1974 | 2026-02-24T01:28:45.521Z | Checking hashbrown v0.16.1 |
| 1975 | 2026-02-24T01:28:45.572Z | Checking tokio v1.49.0 |
| 1976 | 2026-02-24T01:28:45.597Z | Checking futures-channel v0.3.31 |
| 1977 | 2026-02-24T01:28:45.633Z | Checking rustix v0.38.37 |
| 1978 | 2026-02-24T01:28:45.747Z | Checking futures-task v0.3.31 |
| 1979 | 2026-02-24T01:28:45.771Z | Checking ppv-lite86 v0.2.20 |
| 1980 | 2026-02-24T01:28:46.024Z | Checking foldhash v0.1.5 |
| 1981 | 2026-02-24T01:28:46.103Z | Checking futures-util v0.3.31 |
| 1982 | 2026-02-24T01:28:46.301Z | Checking hashbrown v0.15.4 |
| 1983 | 2026-02-24T01:28:46.454Z | Checking fnv v1.0.7 |
| 1984 | 2026-02-24T01:28:46.514Z | Checking icu_properties v1.5.1 |
| 1985 | 2026-02-24T01:28:46.577Z | Checking indexmap v2.13.0 |
| 1986 | 2026-02-24T01:28:46.634Z | Checking tracing-core v0.1.32 |
| 1987 | 2026-02-24T01:28:46.694Z | Checking regex-syntax v0.8.5 |
| 1988 | 2026-02-24T01:28:47.297Z | Checking tracing v0.1.40 |
| 1989 | 2026-02-24T01:28:47.417Z | Checking http v1.4.0 |
| 1990 | 2026-02-24T01:28:47.685Z | Checking spin v0.9.8 |
| 1991 | 2026-02-24T01:28:47.769Z | Checking crossbeam-utils v0.8.21 |
| 1992 | 2026-02-24T01:28:48.069Z | Checking adler2 v2.0.0 |
| 1993 | 2026-02-24T01:28:48.297Z | Checking miniz_oxide v0.8.5 |
| 1994 | 2026-02-24T01:28:48.572Z | Checking utf8parse v0.2.2 |
| 1995 | 2026-02-24T01:28:48.633Z | Checking base64 v0.22.1 |
| 1996 | 2026-02-24T01:28:48.744Z | Checking base64ct v1.6.0 |
| 1997 | 2026-02-24T01:28:48.803Z | Checking unicode-ident v1.0.19 |
| 1998 | 2026-02-24T01:28:49.053Z | Checking proc-macro2 v1.0.101 |
| 1999 | 2026-02-24T01:28:49.109Z | Checking block-padding v0.3.3 |
| 2000 | 2026-02-24T01:28:49.178Z | Checking anstyle v1.0.11 |
| 2001 | 2026-02-24T01:28:49.243Z | Checking ipnet v2.11.0 |
| 2002 | 2026-02-24T01:28:49.400Z | Checking inout v0.1.3 |
| 2003 | 2026-02-24T01:28:49.599Z | Checking aho-corasick v1.1.3 |
| 2004 | 2026-02-24T01:28:49.716Z | Checking cipher v0.4.4 |
| 2005 | 2026-02-24T01:28:49.741Z | Checking icu_normalizer v1.5.0 |
| 2006 | 2026-02-24T01:28:49.838Z | Checking anstyle-parse v0.2.5 |
| 2007 | 2026-02-24T01:28:49.863Z | Checking quote v1.0.40 |
| 2008 | 2026-02-24T01:28:49.863Z | Checking anstyle-query v1.1.1 |
| 2009 | 2026-02-24T01:28:50.162Z | Checking is_terminal_polyfill v1.70.1 |
| 2010 | 2026-02-24T01:28:50.215Z | Checking powerfmt v0.2.0 |
| 2011 | 2026-02-24T01:28:50.240Z | Checking colorchoice v1.0.2 |
| 2012 | 2026-02-24T01:28:50.328Z | Checking syn v2.0.114 |
| 2013 | 2026-02-24T01:28:50.389Z | Checking time-core v0.1.6 |
| 2014 | 2026-02-24T01:28:50.466Z | Checking num_threads v0.1.7 |
| 2015 | 2026-02-24T01:28:50.522Z | Checking anstream v0.6.18 |
| 2016 | 2026-02-24T01:28:50.584Z | Checking idna_adapter v1.2.0 |
| 2017 | 2026-02-24T01:28:50.609Z | Checking deranged v0.5.3 |
| 2018 | 2026-02-24T01:28:50.699Z | Checking num-conv v0.1.0 |
| 2019 | 2026-02-24T01:28:50.758Z | Checking fastrand v2.1.1 |
| 2020 | 2026-02-24T01:28:50.848Z | Checking idna v1.0.3 |
| 2021 | 2026-02-24T01:28:50.945Z | Checking atomic-waker v1.1.2 |
| 2022 | 2026-02-24T01:28:51.005Z | Checking pem-rfc7468 v0.7.0 |
| 2023 | 2026-02-24T01:28:51.120Z | Checking terminal_size v0.4.0 |
| 2024 | 2026-02-24T01:28:51.178Z | Checking sha2 v0.10.9 |
| 2025 | 2026-02-24T01:28:51.202Z | Checking regex-automata v0.4.11 |
| 2026 | 2026-02-24T01:28:51.319Z | Checking gimli v0.31.1 |
| 2027 | 2026-02-24T01:28:51.381Z | Checking url v2.5.4 |
| 2028 | 2026-02-24T01:28:51.381Z | Checking untrusted v0.9.0 |
| 2029 | 2026-02-24T01:28:51.669Z | Checking ring v0.17.14 |
| 2030 | 2026-02-24T01:28:51.731Z | Checking hmac v0.12.1 |
| 2031 | 2026-02-24T01:28:52.003Z | Checking object v0.36.5 |
| 2032 | 2026-02-24T01:28:52.243Z | Checking schemars v0.8.22 |
| 2033 | 2026-02-24T01:28:52.390Z | Checking tokio-util v0.7.15 |
| 2034 | 2026-02-24T01:28:52.798Z | Checking time v0.3.43 |
| 2035 | 2026-02-24T01:28:53.658Z | Checking zerocopy v0.8.27 |
| 2036 | 2026-02-24T01:28:53.718Z | Checking httparse v1.9.5 |
| 2037 | 2026-02-24T01:28:53.777Z | Checking strsim v0.11.1 |
| 2038 | 2026-02-24T01:28:54.094Z | Checking clap_lex v0.7.4 |
| 2039 | 2026-02-24T01:28:54.200Z | Checking rustc-demangle v0.1.24 |
| 2040 | 2026-02-24T01:28:54.382Z | Checking clap_builder v4.5.48 |
| 2041 | 2026-02-24T01:28:54.677Z | Checking lazy_static v1.5.0 |
| 2042 | 2026-02-24T01:28:54.742Z | Checking addr2line v0.24.2 |
| 2043 | 2026-02-24T01:28:54.863Z | Checking flagset v0.4.6 |
| 2044 | 2026-02-24T01:28:55.109Z | Checking der v0.7.10 |
| 2045 | 2026-02-24T01:28:55.274Z | Checking rand_chacha v0.3.1 |
| 2046 | 2026-02-24T01:28:55.299Z | Checking rustls-pki-types v1.10.0 |
| 2047 | 2026-02-24T01:28:55.386Z | Checking http-body v1.0.1 |
| 2048 | 2026-02-24T01:28:55.649Z | Checking aws-lc-sys v0.26.0 |
| 2049 | 2026-02-24T01:28:55.705Z | Checking untrusted v0.7.1 |
| 2050 | 2026-02-24T01:28:55.764Z | Checking rand v0.8.5 |
| 2051 | 2026-02-24T01:28:55.908Z | Checking httpdate v1.0.3 |
| 2052 | 2026-02-24T01:28:55.961Z | Checking try-lock v0.2.5 |
| 2053 | 2026-02-24T01:28:56.170Z | Checking want v0.3.1 |
| 2054 | 2026-02-24T01:28:56.224Z | Checking h2 v0.4.6 |
| 2055 | 2026-02-24T01:28:56.423Z | Checking ryu v1.0.18 |
| 2056 | 2026-02-24T01:28:56.703Z | Checking tower-layer v0.3.3 |
| 2057 | 2026-02-24T01:28:56.776Z | Checking tower-service v0.3.3 |
| 2058 | 2026-02-24T01:28:56.900Z | Checking erased-serde v0.3.31 |
| 2059 | 2026-02-24T01:28:56.959Z | Checking rand_core v0.9.3 |
| 2060 | 2026-02-24T01:28:57.013Z | Checking spki v0.7.3 |
| 2061 | 2026-02-24T01:28:57.013Z | Checking pbkdf2 v0.12.2 |
| 2062 | 2026-02-24T01:28:57.133Z | Checking clap v4.5.48 |
| 2063 | 2026-02-24T01:28:57.308Z | Checking aes v0.8.4 |
| 2064 | 2026-02-24T01:28:57.365Z | Checking mime v0.3.17 |
| 2065 | 2026-02-24T01:28:57.389Z | Checking cbc v0.1.2 |
| 2066 | 2026-02-24T01:28:57.488Z | Checking salsa20 v0.10.2 |
| 2067 | 2026-02-24T01:28:57.513Z | Checking backtrace v0.3.74 |
| 2068 | 2026-02-24T01:28:57.682Z | Checking rustix v1.1.3 |
| 2069 | 2026-02-24T01:28:57.746Z | Checking rand_chacha v0.9.0 |
| 2070 | 2026-02-24T01:28:57.809Z | Checking aws-lc-rs v1.12.4 |
| 2071 | 2026-02-24T01:28:57.833Z | Checking scrypt v0.11.0 |
| 2072 | 2026-02-24T01:28:57.920Z | Checking slog v2.8.2 |
| 2073 | 2026-02-24T01:28:58.142Z | Checking anyhow v1.0.99 |
| 2074 | 2026-02-24T01:28:58.199Z | Checking http-body-util v0.1.3 |
| 2075 | 2026-02-24T01:28:58.224Z | Checking regex v1.11.3 |
| 2076 | 2026-02-24T01:28:58.224Z | Checking pkcs5 v0.7.1 |
| 2077 | 2026-02-24T01:28:58.499Z | Checking rand v0.9.2 |
| 2078 | 2026-02-24T01:28:58.583Z | Checking openssl-probe v0.1.5 |
| 2079 | 2026-02-24T01:28:58.677Z | Checking foreign-types-shared v0.1.1 |
| 2080 | 2026-02-24T01:28:58.811Z | Checking serde_urlencoded v0.7.1 |
| 2081 | 2026-02-24T01:28:58.867Z | Checking foreign-types v0.3.2 |
| 2082 | 2026-02-24T01:28:58.891Z | Checking pkcs8 v0.10.2 |
| 2083 | 2026-02-24T01:28:58.985Z | Checking hex v0.4.3 |
| 2084 | 2026-02-24T01:28:59.045Z | Checking openssl-sys v0.9.109 |
| 2085 | 2026-02-24T01:28:59.268Z | Checking encoding_rs v0.8.34 |
| 2086 | 2026-02-24T01:28:59.320Z | Checking ipnetwork v0.21.1 |
| 2087 | 2026-02-24T01:28:59.503Z | Checking plain v0.2.3 |
| 2088 | 2026-02-24T01:28:59.567Z | Checking ucd-trie v0.1.7 |
| 2089 | 2026-02-24T01:28:59.591Z | Checking rustls-webpki v0.102.8 |
| 2090 | 2026-02-24T01:28:59.744Z | Checking sync_wrapper v1.0.1 |
| 2091 | 2026-02-24T01:28:59.798Z | Checking tempfile v3.24.0 |
| 2092 | 2026-02-24T01:28:59.823Z | Checking either v1.15.0 |
| 2093 | 2026-02-24T01:28:59.917Z | Checking pest v2.8.2 |
| 2094 | 2026-02-24T01:28:59.980Z | Checking psl-types v2.0.11 |
| 2095 | 2026-02-24T01:29:00.188Z | Checking openssl v0.10.73 |
| 2096 | 2026-02-24T01:29:00.247Z | Checking pretty-hex v0.4.1 |
| 2097 | 2026-02-24T01:29:00.271Z | Checking publicsuffix v2.3.0 |
| 2098 | 2026-02-24T01:29:00.362Z | Checking tower v0.5.2 |
| 2099 | 2026-02-24T01:29:00.423Z | Checking rustls v0.23.19 |
| 2100 | 2026-02-24T01:29:00.509Z | Checking rustls-native-certs v0.8.1 |
| 2101 | 2026-02-24T01:29:00.626Z | Checking webpki-roots v1.0.1 |
| 2102 | 2026-02-24T01:29:00.755Z | Checking cookie v0.18.1 |
| 2103 | 2026-02-24T01:29:00.867Z | Checking openapiv3 v2.2.0 |
| 2104 | 2026-02-24T01:29:01.184Z | Checking iri-string v0.7.8 |
| 2105 | 2026-02-24T01:29:01.240Z | Checking cookie_store v0.21.1 |
| 2106 | 2026-02-24T01:29:01.316Z | Checking signature v2.2.0 |
| 2107 | 2026-02-24T01:29:01.572Z | Checking toml_datetime v0.6.11 |
| 2108 | 2026-02-24T01:29:01.946Z | Checking serde_spanned v0.6.9 |
| 2109 | 2026-02-24T01:29:02.006Z | Checking winnow v0.7.14 |
| 2110 | 2026-02-24T01:29:02.065Z | Checking hyper v1.8.1 |
| 2111 | 2026-02-24T01:29:02.219Z | Checking sha1 v0.10.6 |
| 2112 | 2026-02-24T01:29:02.385Z | Checking strum v0.26.3 |
| 2113 | 2026-02-24T01:29:02.560Z | Checking data-encoding v2.9.0 |
| 2114 | 2026-02-24T01:29:02.618Z | Checking static_assertions v1.1.0 |
| 2115 | 2026-02-24T01:29:02.821Z | Checking oxnet v0.1.4 |
| 2116 | 2026-02-24T01:29:03.149Z | Checking quick-error v1.2.3 |
| 2117 | 2026-02-24T01:29:03.266Z | Checking tinyvec_macros v0.1.1 |
| 2118 | 2026-02-24T01:29:03.360Z | Checking hubpack v0.1.2 |
| 2119 | 2026-02-24T01:29:03.415Z | Checking tinyvec v1.8.0 |
| 2120 | 2026-02-24T01:29:03.596Z | Checking tower-http v0.6.6 |
| 2121 | 2026-02-24T01:29:03.717Z | Checking num-integer v0.1.46 |
| 2122 | 2026-02-24T01:29:03.863Z | Checking base16ct v0.2.0 |
| 2123 | 2026-02-24T01:29:04.025Z | Checking hyper-util v0.1.19 |
| 2124 | 2026-02-24T01:29:04.125Z | Checking bit-vec v0.8.0 |
| 2125 | 2026-02-24T01:29:04.207Z | Checking sec1 v0.7.3 |
| 2126 | 2026-02-24T01:29:04.260Z | Checking scroll v0.12.0 |
| 2127 | 2026-02-24T01:29:04.547Z | Checking bit-set v0.8.0 |
| 2128 | 2026-02-24T01:29:04.656Z | Checking ff v0.13.0 |
| 2129 | 2026-02-24T01:29:04.680Z | Checking wait-timeout v0.2.0 |
| 2130 | 2026-02-24T01:29:04.779Z | Checking crc32fast v1.4.2 |
| 2131 | 2026-02-24T01:29:04.804Z | Checking native-tls v0.2.12 |
| 2132 | 2026-02-24T01:29:04.804Z | Checking goblin v0.8.2 |
| 2133 | 2026-02-24T01:29:04.954Z | Checking num-iter v0.1.45 |
| 2134 | 2026-02-24T01:29:04.978Z | Checking ahash v0.8.12 |
| 2135 | 2026-02-24T01:29:05.070Z | Checking group v0.13.0 |
| 2136 | 2026-02-24T01:29:05.138Z | Checking bstr v1.10.0 |
| 2137 | 2026-02-24T01:29:05.203Z | Checking tokio-rustls v0.26.0 |
| 2138 | 2026-02-24T01:29:05.229Z | Checking hkdf v0.12.4 |
| 2139 | 2026-02-24T01:29:05.316Z | Checking tokio-native-tls v0.3.1 |
| 2140 | 2026-02-24T01:29:05.395Z | Checking crypto-bigint v0.5.5 |
| 2141 | 2026-02-24T01:29:05.453Z | Checking rusty-fork v0.3.0 |
| 2142 | 2026-02-24T01:29:05.544Z | Checking dtrace-parser v0.2.0 |
| 2143 | 2026-02-24T01:29:05.628Z | Checking rand_xorshift v0.4.0 |
| 2144 | 2026-02-24T01:29:05.681Z | Checking crossbeam-epoch v0.9.18 |
| 2145 | 2026-02-24T01:29:05.805Z | Checking thread-id v4.2.2 |
| 2146 | 2026-02-24T01:29:05.869Z | Checking unarray v0.1.4 |
| 2147 | 2026-02-24T01:29:05.973Z | Checking zlib-rs v0.5.1 |
| 2148 | 2026-02-24T01:29:06.031Z | Checking num-bigint-dig v0.8.6 |
| 2149 | 2026-02-24T01:29:06.093Z | Checking proptest v1.7.0 |
| 2150 | 2026-02-24T01:29:06.118Z | Checking pkcs1 v0.7.5 |
| 2151 | 2026-02-24T01:29:06.210Z | Checking x509-cert v0.2.5 |
| 2152 | 2026-02-24T01:29:06.527Z | Checking scroll v0.13.0 |
| 2153 | 2026-02-24T01:29:06.724Z | Checking hyper-tls v0.6.0 |
| 2154 | 2026-02-24T01:29:07.014Z | Checking hyper-rustls v0.27.7 |
| 2155 | 2026-02-24T01:29:07.069Z | Checking unicode-segmentation v1.12.0 |
| 2156 | 2026-02-24T01:29:07.424Z | Checking reqwest v0.12.24 |
| 2157 | 2026-02-24T01:29:07.600Z | Checking toml_write v0.1.2 |
| 2158 | 2026-02-24T01:29:07.736Z | Checking libz-rs-sys v0.5.1 |
| 2159 | 2026-02-24T01:29:07.800Z | Checking goblin v0.10.2 |
| 2160 | 2026-02-24T01:29:07.865Z | Checking rsa v0.9.8 |
| 2161 | 2026-02-24T01:29:07.918Z | Checking elliptic-curve v0.13.8 |
| 2162 | 2026-02-24T01:29:07.972Z | Checking toml_edit v0.22.27 |
| 2163 | 2026-02-24T01:29:08.032Z | Checking flate2 v1.1.2 |
| 2164 | 2026-02-24T01:29:08.617Z | Checking rfc6979 v0.4.0 |
| 2165 | 2026-02-24T01:29:08.799Z | Checking memmap2 v0.9.8 |
| 2166 | 2026-02-24T01:29:08.862Z | Checking winnow v0.5.40 |
| 2167 | 2026-02-24T01:29:08.887Z | Checking bitflags v1.3.2 |
| 2168 | 2026-02-24T01:29:09.076Z | Checking ecdsa v0.16.9 |
| 2169 | 2026-02-24T01:29:09.152Z | Checking dtrace-parser v0.3.0 |
| 2170 | 2026-02-24T01:29:09.341Z | Checking curve25519-dalek v4.1.3 |
| 2171 | 2026-02-24T01:29:09.566Z | Checking dof v0.3.0 |
| 2172 | 2026-02-24T01:29:09.672Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2173 | 2026-02-24T01:29:09.790Z | Checking env_filter v0.1.2 |
| 2174 | 2026-02-24T01:29:09.855Z | Checking thread-id v5.0.0 |
| 2175 | 2026-02-24T01:29:10.027Z | Checking keccak v0.1.5 |
| 2176 | 2026-02-24T01:29:10.092Z | Checking env_logger v0.11.8 |
| 2177 | 2026-02-24T01:29:10.180Z | Checking usdt-impl v0.5.0 |
| 2178 | 2026-02-24T01:29:10.240Z | Checking newtype-uuid v1.3.2 |
| 2179 | 2026-02-24T01:29:10.423Z | Checking sha3 v0.10.8 |
| 2180 | 2026-02-24T01:29:10.509Z | Checking ed25519 v2.2.3 |
| 2181 | 2026-02-24T01:29:10.562Z | Checking itertools v0.13.0 |
| 2182 | 2026-02-24T01:29:10.654Z | Checking daft v0.1.4 |
| 2183 | 2026-02-24T01:29:10.745Z | Checking serde_with v3.16.1 |
| 2184 | 2026-02-24T01:29:10.875Z | Checking unicode-normalization v0.1.24 |
| 2185 | 2026-02-24T01:29:10.920Z | Checking memoffset v0.9.1 |
| 2186 | 2026-02-24T01:29:11.046Z | Checking ed25519-dalek v2.1.1 |
| 2187 | 2026-02-24T01:29:11.108Z | Checking signal-hook v0.3.18 |
| 2188 | 2026-02-24T01:29:11.169Z | Checking managed v0.8.0 |
| 2189 | 2026-02-24T01:29:11.365Z | Checking toml_edit v0.19.15 |
| 2190 | 2026-02-24T01:29:11.484Z | Checking signal-hook-mio v0.2.4 |
| 2191 | 2026-02-24T01:29:11.509Z | Checking bzip2 v0.4.4 |
| 2192 | 2026-02-24T01:29:11.593Z | Checking ref-cast v1.0.25 |
| 2193 | 2026-02-24T01:29:11.689Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2194 | 2026-02-24T01:29:11.756Z | Checking siphasher v0.3.11 |
| 2195 | 2026-02-24T01:29:11.810Z | Checking bumpalo v3.16.0 |
| 2196 | 2026-02-24T01:29:11.873Z | Checking zip v0.6.6 |
| 2197 | 2026-02-24T01:29:11.934Z | Checking zstd-safe v7.2.3 |
| 2198 | 2026-02-24T01:29:12.102Z | Checking lockfree-object-pool v0.1.6 |
| 2199 | 2026-02-24T01:29:12.189Z | Checking simd-adler32 v0.3.7 |
| 2200 | 2026-02-24T01:29:12.281Z | Checking zstd v0.13.3 |
| 2201 | 2026-02-24T01:29:12.404Z | Checking phf_shared v0.11.2 |
| 2202 | 2026-02-24T01:29:12.520Z | Checking crossterm v0.28.1 |
| 2203 | 2026-02-24T01:29:12.582Z | Checking zopfli v0.8.1 |
| 2204 | 2026-02-24T01:29:12.698Z | Checking bzip2 v0.5.2 |
| 2205 | 2026-02-24T01:29:12.751Z | Checking similar v2.7.0 |
| 2206 | 2026-02-24T01:29:12.878Z | Checking serde-big-array v0.5.1 |
| 2207 | 2026-02-24T01:29:13.049Z | Checking hash32 v0.2.1 |
| 2208 | 2026-02-24T01:29:13.155Z | Checking socket2 v0.5.10 |
| 2209 | 2026-02-24T01:29:13.323Z | Checking winnow v0.6.26 |
| 2210 | 2026-02-24T01:29:13.380Z | Checking dof v0.4.0 |
| 2211 | 2026-02-24T01:29:13.436Z | Checking unicode-bidi v0.3.17 |
| 2212 | 2026-02-24T01:29:13.586Z | Checking predicates-core v1.0.8 |
| 2213 | 2026-02-24T01:29:13.647Z | Checking toml v0.7.8 |
| 2214 | 2026-02-24T01:29:13.714Z | Checking jiff v0.2.15 |
| 2215 | 2026-02-24T01:29:13.841Z | Checking unicode-properties v0.1.3 |
| 2216 | 2026-02-24T01:29:14.129Z | Checking heapless v0.7.17 |
| 2217 | 2026-02-24T01:29:14.187Z | Checking hickory-proto v0.25.2 |
| 2218 | 2026-02-24T01:29:14.255Z | Checking tokio-stream v0.1.17 |
| 2219 | 2026-02-24T01:29:14.317Z | Checking usdt-impl v0.6.0 |
| 2220 | 2026-02-24T01:29:14.381Z | Checking stringprep v0.1.5 |
| 2221 | 2026-02-24T01:29:14.405Z | Checking fs-err v3.1.1 |
| 2222 | 2026-02-24T01:29:14.731Z | Checking md-5 v0.10.6 |
| 2223 | 2026-02-24T01:29:14.908Z | Checking usdt v0.6.0 |
| 2224 | 2026-02-24T01:29:15.009Z | Checking float-cmp v0.10.0 |
| 2225 | 2026-02-24T01:29:15.069Z | Checking normalize-line-endings v0.3.0 |
| 2226 | 2026-02-24T01:29:15.134Z | Checking foldhash v0.2.0 |
| 2227 | 2026-02-24T01:29:15.159Z | Checking difflib v0.4.0 |
| 2228 | 2026-02-24T01:29:15.254Z | Checking fallible-iterator v0.2.0 |
| 2229 | 2026-02-24T01:29:15.319Z | Checking rustc-hash v2.1.1 |
| 2230 | 2026-02-24T01:29:15.319Z | Checking smoltcp v0.9.1 |
| 2231 | 2026-02-24T01:29:15.475Z | Checking nix v0.29.0 |
| 2232 | 2026-02-24T01:29:15.560Z | Checking predicates v3.1.3 |
| 2233 | 2026-02-24T01:29:15.611Z | Checking iddqd v0.3.16 |
| 2234 | 2026-02-24T01:29:15.868Z | Checking postgres-protocol v0.6.8 |
| 2235 | 2026-02-24T01:29:15.924Z | Checking itertools v0.10.5 |
| 2236 | 2026-02-24T01:29:16.178Z | Checking buf-list v1.0.3 |
| 2237 | 2026-02-24T01:29:16.513Z | Checking strum v0.27.2 |
| 2238 | 2026-02-24T01:29:16.565Z | Checking fixedbitset v0.5.7 |
| 2239 | 2026-02-24T01:29:16.744Z | Checking lalrpop-util v0.19.12 |
| 2240 | 2026-02-24T01:29:16.801Z | Checking new_debug_unreachable v1.0.6 |
| 2241 | 2026-02-24T01:29:16.801Z | Checking fixedbitset v0.4.2 |
| 2242 | 2026-02-24T01:29:17.012Z | Checking precomputed-hash v0.1.1 |
| 2243 | 2026-02-24T01:29:17.037Z | Checking petgraph v0.8.2 |
| 2244 | 2026-02-24T01:29:17.122Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2245 | 2026-02-24T01:29:17.184Z | Checking petgraph v0.6.5 |
| 2246 | 2026-02-24T01:29:17.245Z | Checking string_cache v0.8.9 |
| 2247 | 2026-02-24T01:29:17.453Z | Checking postgres-types v0.2.9 |
| 2248 | 2026-02-24T01:29:17.594Z | Checking phf v0.11.2 |
| 2249 | 2026-02-24T01:29:17.836Z | Checking itertools v0.12.1 |
| 2250 | 2026-02-24T01:29:17.895Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2251 | 2026-02-24T01:29:18.086Z | Checking peg-runtime v0.8.5 |
| 2252 | 2026-02-24T01:29:18.287Z | Checking minimal-lexical v0.2.1 |
| 2253 | 2026-02-24T01:29:18.365Z | Checking whoami v1.5.2 |
| 2254 | 2026-02-24T01:29:18.735Z | Checking nom v7.1.3 |
| 2255 | 2026-02-24T01:29:18.792Z | Checking tokio-postgres v0.7.13 |
| 2256 | 2026-02-24T01:29:19.320Z | Checking zip v4.2.0 |
| 2257 | 2026-02-24T01:29:20.320Z | Checking camino v1.2.2 |
| 2258 | 2026-02-24T01:29:20.391Z | Compiling regress v0.10.4 |
| 2259 | 2026-02-24T01:29:20.444Z | Checking futures-executor v0.3.31 |
| 2260 | 2026-02-24T01:29:20.623Z | Checking is-terminal v0.4.13 |
| 2261 | 2026-02-24T01:29:20.696Z | Compiling unsafe-libyaml v0.2.11 |
| 2262 | 2026-02-24T01:29:20.823Z | Checking futures v0.3.31 |
| 2263 | 2026-02-24T01:29:20.878Z | Checking crossbeam-channel v0.5.15 |
| 2264 | 2026-02-24T01:29:20.969Z | Checking heck v0.5.0 |
| 2265 | 2026-02-24T01:29:21.027Z | Checking thread_local v1.1.8 |
| 2266 | 2026-02-24T01:29:21.256Z | Compiling rustls v0.22.4 |
| 2267 | 2026-02-24T01:29:21.410Z | Compiling newtype-uuid-macros v0.1.0 |
| 2268 | 2026-02-24T01:29:21.567Z | Compiling structmeta-derive v0.3.0 |
| 2269 | 2026-02-24T01:29:21.681Z | Checking take_mut v0.2.2 |
| 2270 | 2026-02-24T01:29:21.746Z | Checking term v1.1.0 |
| 2271 | 2026-02-24T01:29:21.881Z | Checking slog-async v2.8.0 |
| 2272 | 2026-02-24T01:29:22.223Z | Compiling serde_yaml v0.9.34+deprecated |
| 2273 | 2026-02-24T01:29:22.284Z | Checking slog-term v2.9.2 |
| 2274 | 2026-02-24T01:29:22.447Z | Compiling multer v3.1.0 |
| 2275 | 2026-02-24T01:29:22.583Z | Compiling async-stream-impl v0.3.6 |
| 2276 | 2026-02-24T01:29:22.874Z | Compiling dropshot v0.16.7 |
| 2277 | 2026-02-24T01:29:22.953Z | Checking match_cfg v0.1.0 |
| 2278 | 2026-02-24T01:29:23.013Z | Compiling dropshot_endpoint v0.16.7 |
| 2279 | 2026-02-24T01:29:23.121Z | Checking hostname v0.3.1 |
| 2280 | 2026-02-24T01:29:23.325Z | Checking debug-ignore v1.0.5 |
| 2281 | 2026-02-24T01:29:23.379Z | Checking unicode-width v0.1.14 |
| 2282 | 2026-02-24T01:29:23.539Z | Checking slog-json v2.6.1 |
| 2283 | 2026-02-24T01:29:23.807Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2284 | 2026-02-24T01:29:23.870Z | Checking slog-bunyan v2.5.0 |
| 2285 | 2026-02-24T01:29:23.937Z | Compiling typify-impl v0.4.3 |
| 2286 | 2026-02-24T01:29:23.961Z | Compiling structmeta v0.3.0 |
| 2287 | 2026-02-24T01:29:24.109Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 2288 | 2026-02-24T01:29:24.443Z | Compiling derive-ex v0.1.8 |
| 2289 | 2026-02-24T01:29:24.757Z | Checking serde_path_to_error v0.1.20 |
| 2290 | 2026-02-24T01:29:24.921Z | Checking serde_spanned v1.0.4 |
| 2291 | 2026-02-24T01:29:25.180Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2292 | 2026-02-24T01:29:25.358Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2293 | 2026-02-24T01:29:25.687Z | Checking async-stream v0.3.6 |
| 2294 | 2026-02-24T01:29:25.756Z | Checking toml v0.9.11+spec-1.1.0 |
| 2295 | 2026-02-24T01:29:26.424Z | Checking rustls-pemfile v2.2.0 |
| 2296 | 2026-02-24T01:29:26.695Z | Checking waitgroup v0.1.2 |
| 2297 | 2026-02-24T01:29:26.822Z | Checking hostname v0.4.2 |
| 2298 | 2026-02-24T01:29:26.906Z | Checking progenitor-client v0.10.0 |
| 2299 | 2026-02-24T01:29:26.985Z | Compiling parse-display-derive v0.10.0 |
| 2300 | 2026-02-24T01:29:27.041Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2301 | 2026-02-24T01:29:27.154Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2302 | 2026-02-24T01:29:27.278Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2303 | 2026-02-24T01:29:27.367Z | Checking macaddr v1.0.1 |
| 2304 | 2026-02-24T01:29:27.496Z | Checking tabwriter v1.4.0 |
| 2305 | 2026-02-24T01:29:27.756Z | Checking itertools v0.14.0 |
| 2306 | 2026-02-24T01:29:27.817Z | Checking instant v0.1.13 |
| 2307 | 2026-02-24T01:29:27.882Z | Checking progenitor-client v0.11.2 |
| 2308 | 2026-02-24T01:29:28.016Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2309 | 2026-02-24T01:29:28.072Z | Checking backoff v0.4.0 |
| 2310 | 2026-02-24T01:29:28.134Z | Compiling test-strategy v0.4.3 |
| 2311 | 2026-02-24T01:29:28.249Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2312 | 2026-02-24T01:29:28.354Z | Checking colored v3.0.0 |
| 2313 | 2026-02-24T01:29:28.442Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2314 | 2026-02-24T01:29:28.796Z | Checking camino-tempfile v1.4.1 |
| 2315 | 2026-02-24T01:29:28.919Z | Checking tokio-rustls v0.25.0 |
| 2316 | 2026-02-24T01:29:29.139Z | Checking crossbeam-deque v0.8.5 |
| 2317 | 2026-02-24T01:29:29.553Z | Compiling rayon-core v1.12.1 |
| 2318 | 2026-02-24T01:29:29.622Z | Checking toml v0.8.23 |
| 2319 | 2026-02-24T01:29:30.271Z | Compiling proc-macro-error v1.0.4 |
| 2320 | 2026-02-24T01:29:30.418Z | Checking secrecy v0.10.3 |
| 2321 | 2026-02-24T01:29:30.654Z | Compiling crucible-workspace-hack v0.1.0 |
| 2322 | 2026-02-24T01:29:30.708Z | Checking parse-display v0.10.0 |
| 2323 | 2026-02-24T01:29:30.780Z | Checking rayon v1.10.0 |
| 2324 | 2026-02-24T01:29:30.893Z | Compiling proc-macro-crate v1.3.1 |
| 2325 | 2026-02-24T01:29:31.054Z | Compiling nix v0.30.1 |
| 2326 | 2026-02-24T01:29:31.304Z | Checking glob v0.3.2 |
| 2327 | 2026-02-24T01:29:31.447Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2328 | 2026-02-24T01:29:31.684Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2329 | 2026-02-24T01:29:31.771Z | Compiling num_enum_derive v0.5.11 |
| 2330 | 2026-02-24T01:29:31.836Z | Compiling heapless v0.8.0 |
| 2331 | 2026-02-24T01:29:32.151Z | Compiling ingot-macros v0.1.1 |
| 2332 | 2026-02-24T01:29:32.222Z | Checking hash32 v0.3.1 |
| 2333 | 2026-02-24T01:29:32.484Z | Compiling smoltcp v0.11.0 |
| 2334 | 2026-02-24T01:29:32.750Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2335 | 2026-02-24T01:29:33.274Z | Compiling foreign-types-macros v0.2.3 |
| 2336 | 2026-02-24T01:29:33.578Z | Checking unicode-width v0.2.0 |
| 2337 | 2026-02-24T01:29:33.864Z | Checking num_enum v0.5.11 |
| 2338 | 2026-02-24T01:29:34.018Z | Checking foreign-types-shared v0.3.1 |
| 2339 | 2026-02-24T01:29:34.094Z | Checking cobs v0.2.3 |
| 2340 | 2026-02-24T01:29:34.341Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2341 | 2026-02-24T01:29:34.406Z | Checking postcard v1.0.10 |
| 2342 | 2026-02-24T01:29:34.431Z | Checking sigpipe v0.1.3 |
| 2343 | 2026-02-24T01:29:34.541Z | Checking foreign-types v0.5.0 |
| 2344 | 2026-02-24T01:29:34.637Z | Checking cstr-argument v0.1.2 |
| 2345 | 2026-02-24T01:29:34.703Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2346 | 2026-02-24T01:29:34.771Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2347 | 2026-02-24T01:29:34.836Z | Compiling typify-macro v0.4.3 |
| 2348 | 2026-02-24T01:29:34.904Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2349 | 2026-02-24T01:29:34.928Z | Checking pretty-hex v0.2.1 |
| 2350 | 2026-02-24T01:29:35.136Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2351 | 2026-02-24T01:29:35.248Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2352 | 2026-02-24T01:29:35.362Z | Checking colored v2.2.0 |
| 2353 | 2026-02-24T01:29:35.441Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2354 | 2026-02-24T01:29:35.504Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2355 | 2026-02-24T01:29:35.567Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2356 | 2026-02-24T01:29:35.628Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2357 | 2026-02-24T01:29:35.768Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2358 | 2026-02-24T01:29:35.896Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2359 | 2026-02-24T01:29:35.920Z | Compiling zone_cfg_derive v0.3.0 |
| 2360 | 2026-02-24T01:29:36.266Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2361 | 2026-02-24T01:29:36.323Z | Checking smf v0.2.3 |
| 2362 | 2026-02-24T01:29:36.381Z | Compiling num-derive v0.4.2 |
| 2363 | 2026-02-24T01:29:36.651Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2364 | 2026-02-24T01:29:36.804Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2365 | 2026-02-24T01:29:37.124Z | Compiling convert_case v0.4.0 |
| 2366 | 2026-02-24T01:29:37.149Z | Checking half v2.4.1 |
| 2367 | 2026-02-24T01:29:37.238Z | Checking zone v0.3.1 |
| 2368 | 2026-02-24T01:29:37.355Z | Checking ciborium-io v0.2.2 |
| 2369 | 2026-02-24T01:29:37.564Z | Checking indent_write v2.2.0 |
| 2370 | 2026-02-24T01:29:37.633Z | Compiling usdt-attr-macro v0.5.0 |
| 2371 | 2026-02-24T01:29:37.685Z | Checking ciborium-ll v0.2.2 |
| 2372 | 2026-02-24T01:29:37.830Z | Compiling usdt-macro v0.5.0 |
| 2373 | 2026-02-24T01:29:37.908Z | Compiling derive_more v0.99.20 |
| 2374 | 2026-02-24T01:29:38.033Z | Checking ciborium v0.2.2 |
| 2375 | 2026-02-24T01:29:38.089Z | Checking memmap v0.7.0 |
| 2376 | 2026-02-24T01:29:38.113Z | Checking ingot-types v0.1.2 |
| 2377 | 2026-02-24T01:29:38.223Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2378 | 2026-02-24T01:29:38.374Z | Checking swrite v0.1.0 |
| 2379 | 2026-02-24T01:29:38.432Z | Compiling typify v0.4.3 |
| 2380 | 2026-02-24T01:29:38.706Z | Compiling progenitor-impl v0.11.2 |
| 2381 | 2026-02-24T01:29:38.764Z | Compiling progenitor-impl v0.10.0 |
| 2382 | 2026-02-24T01:29:38.996Z | Checking ingot v0.1.1 |
| 2383 | 2026-02-24T01:29:39.171Z | Checking universal-hash v0.5.1 |
| 2384 | 2026-02-24T01:29:39.238Z | Checking usdt v0.5.0 |
| 2385 | 2026-02-24T01:29:39.458Z | Checking opaque-debug v0.3.1 |
| 2386 | 2026-02-24T01:29:39.667Z | Checking aead v0.5.2 |
| 2387 | 2026-02-24T01:29:39.720Z | Checking poly1305 v0.8.0 |
| 2388 | 2026-02-24T01:29:39.960Z | Checking chacha20 v0.9.1 |
| 2389 | 2026-02-24T01:29:40.286Z | Checking password-hash v0.5.0 |
| 2390 | 2026-02-24T01:29:40.365Z | Checking blake2 v0.10.6 |
| 2391 | 2026-02-24T01:29:40.776Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2392 | 2026-02-24T01:29:40.836Z | Checking chacha20poly1305 v0.10.1 |
| 2393 | 2026-02-24T01:29:40.897Z | Checking argon2 v0.5.3 |
| 2394 | 2026-02-24T01:29:41.103Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2395 | 2026-02-24T01:29:41.158Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2396 | 2026-02-24T01:29:41.708Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2397 | 2026-02-24T01:29:41.767Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2398 | 2026-02-24T01:29:41.819Z | Checking tokio-dtrace v0.1.0 |
| 2399 | 2026-02-24T01:29:42.155Z | Checking console v0.15.10 |
| 2400 | 2026-02-24T01:29:42.217Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2401 | 2026-02-24T01:29:42.241Z | Compiling derive-where v1.5.0 |
| 2402 | 2026-02-24T01:29:42.335Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2403 | 2026-02-24T01:29:42.803Z | Checking oxide-tokio-rt v0.1.2 |
| 2404 | 2026-02-24T01:29:43.072Z | Checking atomicwrites v0.4.4 |
| 2405 | 2026-02-24T01:29:43.359Z | Checking newline-converter v0.3.0 |
| 2406 | 2026-02-24T01:29:43.435Z | Checking thiserror-no-std v2.0.2 |
| 2407 | 2026-02-24T01:29:43.630Z | Checking bytecount v0.6.8 |
| 2408 | 2026-02-24T01:29:43.691Z | Checking vsss-rs v3.3.4 |
| 2409 | 2026-02-24T01:29:43.904Z | Checking expectorate v1.2.0 |
| 2410 | 2026-02-24T01:29:44.062Z | Compiling owo-colors v4.2.3 |
| 2411 | 2026-02-24T01:29:44.212Z | Checking num-rational v0.4.2 |
| 2412 | 2026-02-24T01:29:44.860Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2413 | 2026-02-24T01:29:44.920Z | Checking num-complex v0.4.6 |
| 2414 | 2026-02-24T01:29:44.944Z | Compiling cancel-safe-futures v0.1.5 |
| 2415 | 2026-02-24T01:29:45.307Z | Compiling progenitor-macro v0.10.0 |
| 2416 | 2026-02-24T01:29:45.469Z | Compiling progenitor-macro v0.11.2 |
| 2417 | 2026-02-24T01:29:45.533Z | Checking libsw-core v0.3.1 |
| 2418 | 2026-02-24T01:29:45.594Z | Checking float-ord v0.3.2 |
| 2419 | 2026-02-24T01:29:45.787Z | Checking num v0.4.3 |
| 2420 | 2026-02-24T01:29:45.906Z | Checking libsw v3.5.0 |
| 2421 | 2026-02-24T01:29:45.972Z | Checking linear-map v1.2.0 |
| 2422 | 2026-02-24T01:29:46.249Z | Checking same-file v1.0.6 |
| 2423 | 2026-02-24T01:29:46.363Z | Checking gethostname v0.5.0 |
| 2424 | 2026-02-24T01:29:46.492Z | Checking walkdir v2.5.0 |
| 2425 | 2026-02-24T01:29:46.644Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2426 | 2026-02-24T01:29:46.867Z | Checking prettyplease v0.2.36 |
| 2427 | 2026-02-24T01:29:47.015Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2428 | 2026-02-24T01:29:47.318Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2429 | 2026-02-24T01:29:50.796Z | Compiling async-recursion v1.1.1 |
| 2430 | 2026-02-24T01:29:52.078Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2431 | 2026-02-24T01:29:54.215Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2432 | 2026-02-24T01:29:54.910Z | Checking unicode-linebreak v0.1.5 |
| 2433 | 2026-02-24T01:29:54.968Z | Checking smawk v0.3.2 |
| 2434 | 2026-02-24T01:29:55.045Z | Checking resolv-conf v0.7.0 |
| 2435 | 2026-02-24T01:29:55.128Z | Checking globset v0.4.15 |
| 2436 | 2026-02-24T01:29:55.274Z | Compiling convert_case v0.7.1 |
| 2437 | 2026-02-24T01:29:55.439Z | Compiling slog-dtrace v0.3.0 |
| 2438 | 2026-02-24T01:29:55.518Z | Compiling pin-project-internal v1.1.6 |
| 2439 | 2026-02-24T01:29:55.678Z | Compiling vte_generate_state_changes v0.1.2 |
| 2440 | 2026-02-24T01:29:56.183Z | Compiling derive_more-impl v2.0.1 |
| 2441 | 2026-02-24T01:29:56.441Z | Checking pem v3.0.5 |
| 2442 | 2026-02-24T01:29:56.571Z | Checking vte v0.11.1 |
| 2443 | 2026-02-24T01:29:56.656Z | Checking fd-lock v4.0.2 |
| 2444 | 2026-02-24T01:29:56.867Z | Checking display-error-chain v0.2.2 |
| 2445 | 2026-02-24T01:29:56.960Z | Compiling snafu-derive v0.8.5 |
| 2446 | 2026-02-24T01:29:57.150Z | Checking linked-hash-map v0.5.6 |
| 2447 | 2026-02-24T01:29:57.420Z | Checking progenitor v0.10.0 |
| 2448 | 2026-02-24T01:29:57.575Z | Checking nu-ansi-term v0.50.1 |
| 2449 | 2026-02-24T01:29:57.707Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2450 | 2026-02-24T01:29:58.038Z | Checking strip-ansi-escapes v0.2.0 |
| 2451 | 2026-02-24T01:29:58.101Z | Checking progenitor v0.11.2 |
| 2452 | 2026-02-24T01:29:58.231Z | Checking derive_more v2.0.1 |
| 2453 | 2026-02-24T01:29:58.310Z | Checking termtree v0.5.1 |
| 2454 | 2026-02-24T01:29:58.372Z | Checking pin-project v1.1.6 |
| 2455 | 2026-02-24T01:29:58.446Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2456 | 2026-02-24T01:29:58.471Z | Checking crossterm v0.29.0 |
| 2457 | 2026-02-24T01:29:58.643Z | Compiling object v0.37.3 |
| 2458 | 2026-02-24T01:29:58.668Z | Checking reedline v0.40.0 |
| 2459 | 2026-02-24T01:29:59.407Z | Checking lru-cache v0.1.2 |
| 2460 | 2026-02-24T01:29:59.729Z | Checking textwrap v0.16.2 |
| 2461 | 2026-02-24T01:29:59.942Z | Checking olpc-cjson v0.1.4 |
| 2462 | 2026-02-24T01:30:00.233Z | Checking hickory-proto v0.24.4 |
| 2463 | 2026-02-24T01:30:00.287Z | Checking serde_plain v1.0.2 |
| 2464 | 2026-02-24T01:30:00.620Z | Checking typed-path v0.9.3 |
| 2465 | 2026-02-24T01:30:01.387Z | Checking snafu v0.8.5 |
| 2466 | 2026-02-24T01:30:01.896Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2467 | 2026-02-24T01:30:02.582Z | Checking tough v0.20.0 |
| 2468 | 2026-02-24T01:30:02.973Z | Checking nibble_vec v0.1.0 |
| 2469 | 2026-02-24T01:30:03.228Z | Checking endian-type v0.1.2 |
| 2470 | 2026-02-24T01:30:03.283Z | Checking base64 v0.21.7 |
| 2471 | 2026-02-24T01:30:03.533Z | Checking radix_trie v0.2.1 |
| 2472 | 2026-02-24T01:30:03.875Z | Checking humantime v2.2.0 |
| 2473 | 2026-02-24T01:30:04.034Z | Checking csv-core v0.1.11 |
| 2474 | 2026-02-24T01:30:04.272Z | Compiling stacker v0.1.23 |
| 2475 | 2026-02-24T01:30:04.481Z | Checking csv v1.3.1 |
| 2476 | 2026-02-24T01:30:04.535Z | Checking hickory-resolver v0.24.4 |
| 2477 | 2026-02-24T01:30:04.827Z | Checking highway v1.3.0 |
| 2478 | 2026-02-24T01:30:05.259Z | Compiling cfg_aliases v0.1.1 |
| 2479 | 2026-02-24T01:30:05.417Z | Checking papergrid v0.11.0 |
| 2480 | 2026-02-24T01:30:05.465Z | Compiling nix v0.28.0 |
| 2481 | 2026-02-24T01:30:05.526Z | Compiling tabled_derive v0.7.0 |
| 2482 | 2026-02-24T01:30:06.180Z | Checking qorb v0.4.1 |
| 2483 | 2026-02-24T01:30:06.236Z | Checking home v0.5.9 |
| 2484 | 2026-02-24T01:30:06.449Z | Checking siphasher v1.0.1 |
| 2485 | 2026-02-24T01:30:06.819Z | Checking phf_shared v0.12.1 |
| 2486 | 2026-02-24T01:30:06.989Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2487 | 2026-02-24T01:30:07.148Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2488 | 2026-02-24T01:30:07.332Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2489 | 2026-02-24T01:30:07.597Z | Checking tabled v0.15.0 |
| 2490 | 2026-02-24T01:30:07.684Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2491 | 2026-02-24T01:30:08.138Z | Compiling semver v0.1.20 |
| 2492 | 2026-02-24T01:30:08.258Z | Compiling chrono-tz v0.10.4 |
| 2493 | 2026-02-24T01:30:08.697Z | Compiling rustc_version v0.1.7 |
| 2494 | 2026-02-24T01:30:08.768Z | Checking phf v0.12.1 |
| 2495 | 2026-02-24T01:30:08.829Z | Compiling ar_archive_writer v0.5.1 |
| 2496 | 2026-02-24T01:30:09.222Z | Compiling const_format_proc_macros v0.2.34 |
| 2497 | 2026-02-24T01:30:09.427Z | Compiling peg-macros v0.8.5 |
| 2498 | 2026-02-24T01:30:10.342Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2499 | 2026-02-24T01:30:11.003Z | Compiling psm v0.1.30 |
| 2500 | 2026-02-24T01:30:11.056Z | Compiling sqlparser_derive v0.5.0 |
| 2501 | 2026-02-24T01:30:11.245Z | Checking unicode_categories v0.1.1 |
| 2502 | 2026-02-24T01:30:11.473Z | Checking const_format v0.2.34 |
| 2503 | 2026-02-24T01:30:11.528Z | Checking rustyline v14.0.0 |
| 2504 | 2026-02-24T01:30:11.630Z | Checking sqlformat v0.3.5 |
| 2505 | 2026-02-24T01:30:12.028Z | Compiling newtype_derive v0.1.6 |
| 2506 | 2026-02-24T01:30:12.550Z | Checking peg v0.8.5 |
| 2507 | 2026-02-24T01:30:12.615Z | Checking bcs v0.1.6 |
| 2508 | 2026-02-24T01:30:12.757Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2509 | 2026-02-24T01:30:12.816Z | Checking recursive v0.1.1 |
| 2510 | 2026-02-24T01:30:13.030Z | Checking sqlparser v0.61.0 |
| 2511 | 2026-02-24T01:30:13.089Z | Checking steno v0.4.1 |
| 2512 | 2026-02-24T01:30:13.191Z | Checking utf-8 v0.7.6 |
| 2513 | 2026-02-24T01:30:13.215Z | Checking xattr v1.3.1 |
| 2514 | 2026-02-24T01:30:13.215Z | Checking filetime v0.2.26 |
| 2515 | 2026-02-24T01:30:13.531Z | Checking arc-swap v1.7.1 |
| 2516 | 2026-02-24T01:30:13.594Z | Checking tungstenite v0.21.0 |
| 2517 | 2026-02-24T01:30:13.618Z | Checking tar v0.4.44 |
| 2518 | 2026-02-24T01:30:14.005Z | Checking slog-scope v4.4.0 |
| 2519 | 2026-02-24T01:30:14.289Z | Checking slog-stdlog v4.1.1 |
| 2520 | 2026-02-24T01:30:14.532Z | Checking slog-envlogger v2.2.0 |
| 2521 | 2026-02-24T01:30:14.592Z | Checking tokio-tungstenite v0.21.0 |
| 2522 | 2026-02-24T01:30:14.656Z | Compiling typify-impl v0.2.0 |
| 2523 | 2026-02-24T01:30:14.858Z | Checking subprocess v0.2.9 |
| 2524 | 2026-02-24T01:30:15.179Z | Checking headers-core v0.3.0 |
| 2525 | 2026-02-24T01:30:15.395Z | Checking headers v0.4.1 |
| 2526 | 2026-02-24T01:30:15.540Z | Compiling lzma-sys v0.1.20 |
| 2527 | 2026-02-24T01:30:16.393Z | Checking progenitor-client v0.8.0 |
| 2528 | 2026-02-24T01:30:16.465Z | Compiling heck v0.3.3 |
| 2529 | 2026-02-24T01:30:16.954Z | Compiling zone_cfg_derive v0.1.2 |
| 2530 | 2026-02-24T01:30:17.147Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2531 | 2026-02-24T01:30:17.528Z | Checking yasna v0.5.2 |
| 2532 | 2026-02-24T01:30:17.999Z | Checking number_prefix v0.4.0 |
| 2533 | 2026-02-24T01:30:18.340Z | Checking base64 v0.13.1 |
| 2534 | 2026-02-24T01:30:18.432Z | Checking zone v0.1.8 |
| 2535 | 2026-02-24T01:30:18.495Z | Checking rcgen v0.12.1 |
| 2536 | 2026-02-24T01:30:18.869Z | Checking ron v0.7.1 |
| 2537 | 2026-02-24T01:30:19.170Z | Checking indicatif v0.17.11 |
| 2538 | 2026-02-24T01:30:19.223Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2539 | 2026-02-24T01:30:19.737Z | Checking xz2 v0.1.7 |
| 2540 | 2026-02-24T01:30:19.954Z | Checking dropshot-api-manager-types v0.3.0 |
| 2541 | 2026-02-24T01:30:20.012Z | Compiling moka v0.12.10 |
| 2542 | 2026-02-24T01:30:20.096Z | Checking tagptr v0.2.0 |
| 2543 | 2026-02-24T01:30:20.291Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2544 | 2026-02-24T01:30:20.415Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2545 | 2026-02-24T01:30:20.634Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2546 | 2026-02-24T01:30:20.701Z | Compiling radium v0.7.0 |
| 2547 | 2026-02-24T01:30:21.173Z | Compiling libefi-sys v0.1.0 |
| 2548 | 2026-02-24T01:30:21.586Z | Compiling bitfield-struct v0.6.2 |
| 2549 | 2026-02-24T01:30:21.635Z | Compiling maybe-uninit v2.0.0 |
| 2550 | 2026-02-24T01:30:21.916Z | Checking hickory-resolver v0.25.2 |
| 2551 | 2026-02-24T01:30:22.142Z | Checking tap v1.0.1 |
| 2552 | 2026-02-24T01:30:22.362Z | Checking wyz v0.5.1 |
| 2553 | 2026-02-24T01:30:22.795Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2554 | 2026-02-24T01:30:22.795Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2555 | 2026-02-24T01:30:22.902Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2556 | 2026-02-24T01:30:23.406Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2557 | 2026-02-24T01:30:23.777Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2558 | 2026-02-24T01:30:24.271Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2559 | 2026-02-24T01:30:25.267Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2560 | 2026-02-24T01:30:25.490Z | Compiling typify-macro v0.2.0 |
| 2561 | 2026-02-24T01:30:25.678Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2562 | 2026-02-24T01:30:26.439Z | Compiling zerocopy-derive v0.6.6 |
| 2563 | 2026-02-24T01:30:26.602Z | Checking crc-catalog v2.4.0 |
| 2564 | 2026-02-24T01:30:26.811Z | Compiling packed_struct v0.10.1 |
| 2565 | 2026-02-24T01:30:27.302Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2566 | 2026-02-24T01:30:27.366Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2567 | 2026-02-24T01:30:27.440Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2568 | 2026-02-24T01:30:27.505Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2569 | 2026-02-24T01:30:28.299Z | Checking funty v2.0.0 |
| 2570 | 2026-02-24T01:30:28.477Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2571 | 2026-02-24T01:30:28.865Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2572 | 2026-02-24T01:30:29.225Z | Checking bitvec v1.0.1 |
| 2573 | 2026-02-24T01:30:29.278Z | Compiling typify v0.2.0 |
| 2574 | 2026-02-24T01:30:29.446Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2575 | 2026-02-24T01:30:29.525Z | Compiling progenitor-impl v0.8.0 |
| 2576 | 2026-02-24T01:30:30.528Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2577 | 2026-02-24T01:30:31.952Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2578 | 2026-02-24T01:30:32.568Z | Checking zerocopy v0.6.6 |
| 2579 | 2026-02-24T01:30:32.794Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2580 | 2026-02-24T01:30:33.198Z | Checking crc v3.2.1 |
| 2581 | 2026-02-24T01:30:33.309Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2582 | 2026-02-24T01:30:33.538Z | Compiling packed_struct_codegen v0.10.1 |
| 2583 | 2026-02-24T01:30:33.672Z | Compiling bitfield-macros v0.19.2 |
| 2584 | 2026-02-24T01:30:33.745Z | Compiling indexmap v1.9.3 |
| 2585 | 2026-02-24T01:30:34.138Z | Checking nodrop v0.1.14 |
| 2586 | 2026-02-24T01:30:34.346Z | Checking array-init v0.0.4 |
| 2587 | 2026-02-24T01:30:34.407Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2588 | 2026-02-24T01:30:35.233Z | Checking bitfield v0.19.2 |
| 2589 | 2026-02-24T01:30:35.373Z | Checking smallvec v0.6.14 |
| 2590 | 2026-02-24T01:30:35.705Z | Checking hashbrown v0.12.3 |
| 2591 | 2026-02-24T01:30:35.807Z | Checking serde-hex v0.1.0 |
| 2592 | 2026-02-24T01:30:35.977Z | Compiling progenitor-macro v0.8.0 |
| 2593 | 2026-02-24T01:30:37.313Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2594 | 2026-02-24T01:30:37.506Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2595 | 2026-02-24T01:30:37.794Z | Checking ron v0.8.1 |
| 2596 | 2026-02-24T01:30:39.195Z | Checking hashbrown v0.13.2 |
| 2597 | 2026-02-24T01:30:39.269Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2598 | 2026-02-24T01:30:39.693Z | Checking crc-any v2.5.0 |
| 2599 | 2026-02-24T01:30:39.787Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2600 | 2026-02-24T01:30:40.106Z | Checking path-slash v0.1.5 |
| 2601 | 2026-02-24T01:30:40.159Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2602 | 2026-02-24T01:30:40.302Z | Checking object v0.30.4 |
| 2603 | 2026-02-24T01:30:40.359Z | Compiling xshell-macros v0.2.7 |
| 2604 | 2026-02-24T01:30:41.138Z | Checking xshell v0.2.7 |
| 2605 | 2026-02-24T01:30:41.222Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2606 | 2026-02-24T01:30:41.620Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2607 | 2026-02-24T01:30:42.456Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2608 | 2026-02-24T01:30:43.636Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2609 | 2026-02-24T01:30:44.364Z | Checking half v1.8.3 |
| 2610 | 2026-02-24T01:30:44.918Z | Checking serde_cbor v0.11.2 |
| 2611 | 2026-02-24T01:30:45.209Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2612 | 2026-02-24T01:30:45.988Z | Compiling num-derive v0.3.3 |
| 2613 | 2026-02-24T01:30:46.045Z | Compiling proc-macro-error2 v2.0.1 |
| 2614 | 2026-02-24T01:30:46.147Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2615 | 2026-02-24T01:30:46.485Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2616 | 2026-02-24T01:30:46.705Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2617 | 2026-02-24T01:30:46.986Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2618 | 2026-02-24T01:30:47.105Z | Compiling tabled_derive v0.11.0 |
| 2619 | 2026-02-24T01:30:47.389Z | Checking papergrid v0.17.0 |
| 2620 | 2026-02-24T01:30:48.156Z | Checking libscf-sys v1.1.0 |
| 2621 | 2026-02-24T01:30:48.225Z | Checking progenitor v0.8.0 |
| 2622 | 2026-02-24T01:30:48.307Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2623 | 2026-02-24T01:30:48.471Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2624 | 2026-02-24T01:30:48.534Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2625 | 2026-02-24T01:30:49.368Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2626 | 2026-02-24T01:30:49.462Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2627 | 2026-02-24T01:30:50.019Z | Checking testing_table v0.3.0 |
| 2628 | 2026-02-24T01:30:50.073Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2629 | 2026-02-24T01:30:50.243Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2630 | 2026-02-24T01:30:50.302Z | Checking maplit v1.0.2 |
| 2631 | 2026-02-24T01:30:50.505Z | Checking tabled v0.20.0 |
| 2632 | 2026-02-24T01:30:50.775Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2633 | 2026-02-24T01:30:51.031Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2634 | 2026-02-24T01:30:51.440Z | Checking crc8 v0.1.1 |
| 2635 | 2026-02-24T01:30:51.653Z | Checking fxhash v0.2.1 |
| 2636 | 2026-02-24T01:30:51.766Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2637 | 2026-02-24T01:30:51.827Z | Checking unicase v2.8.1 |
| 2638 | 2026-02-24T01:30:51.894Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2639 | 2026-02-24T01:30:51.955Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2640 | 2026-02-24T01:30:52.200Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2641 | 2026-02-24T01:30:52.984Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2642 | 2026-02-24T01:30:53.147Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2643 | 2026-02-24T01:30:53.293Z | Checking kstat-rs v0.2.4 |
| 2644 | 2026-02-24T01:30:53.357Z | Compiling parking_lot_core v0.8.6 |
| 2645 | 2026-02-24T01:30:53.520Z | Checking scheduled-thread-pool v0.2.7 |
| 2646 | 2026-02-24T01:30:53.826Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2647 | 2026-02-24T01:30:53.898Z | Compiling dsl_auto_type v0.1.2 |
| 2648 | 2026-02-24T01:30:53.975Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2649 | 2026-02-24T01:30:54.111Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2650 | 2026-02-24T01:30:54.172Z | Compiling vergen-gitcl v1.0.8 |
| 2651 | 2026-02-24T01:30:54.639Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2652 | 2026-02-24T01:30:55.424Z | Compiling diesel_derives v2.2.3 |
| 2653 | 2026-02-24T01:30:55.629Z | Checking r2d2 v0.8.10 |
| 2654 | 2026-02-24T01:30:55.873Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2655 | 2026-02-24T01:30:55.936Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2656 | 2026-02-24T01:30:55.960Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2657 | 2026-02-24T01:30:56.066Z | Checking parking_lot v0.11.2 |
| 2658 | 2026-02-24T01:30:56.531Z | Checking prefix-trie v0.7.0 |
| 2659 | 2026-02-24T01:30:56.611Z | Checking nanorand v0.7.0 |
| 2660 | 2026-02-24T01:30:56.670Z | Compiling dirs-sys-next v0.1.2 |
| 2661 | 2026-02-24T01:30:57.033Z | Compiling crunchy v0.2.2 |
| 2662 | 2026-02-24T01:30:57.271Z | Checking flume v0.11.1 |
| 2663 | 2026-02-24T01:30:57.322Z | Checking hickory-server v0.25.2 |
| 2664 | 2026-02-24T01:30:57.472Z | Compiling dirs-next v2.0.0 |
| 2665 | 2026-02-24T01:30:57.533Z | Checking sled v0.34.7 |
| 2666 | 2026-02-24T01:30:57.680Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2667 | 2026-02-24T01:30:57.755Z | Checking hickory-client v0.25.2 |
| 2668 | 2026-02-24T01:30:57.812Z | Compiling tiny-keccak v2.0.2 |
| 2669 | 2026-02-24T01:30:58.322Z | Compiling term v0.7.0 |
| 2670 | 2026-02-24T01:30:58.373Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2671 | 2026-02-24T01:30:58.433Z | Compiling bit-vec v0.6.3 |
| 2672 | 2026-02-24T01:30:58.769Z | Compiling salty v0.3.0 |
| 2673 | 2026-02-24T01:30:58.978Z | Compiling bit-set v0.5.3 |
| 2674 | 2026-02-24T01:30:59.349Z | Compiling ascii-canvas v3.0.0 |
| 2675 | 2026-02-24T01:30:59.799Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2676 | 2026-02-24T01:30:59.987Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2677 | 2026-02-24T01:31:00.388Z | Checking primeorder v0.13.6 |
| 2678 | 2026-02-24T01:31:00.538Z | Compiling ena v0.14.3 |
| 2679 | 2026-02-24T01:31:00.645Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2680 | 2026-02-24T01:31:00.797Z | Compiling regex-syntax v0.6.29 |
| 2681 | 2026-02-24T01:31:00.985Z | Compiling bindgen v0.71.1 |
| 2682 | 2026-02-24T01:31:01.044Z | Compiling diff v0.1.13 |
| 2683 | 2026-02-24T01:31:02.145Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2684 | 2026-02-24T01:31:02.457Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2685 | 2026-02-24T01:31:03.040Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2686 | 2026-02-24T01:31:04.564Z | Compiling lalrpop v0.19.12 |
| 2687 | 2026-02-24T01:31:04.761Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2688 | 2026-02-24T01:31:05.467Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2689 | 2026-02-24T01:31:05.941Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2690 | 2026-02-24T01:31:06.202Z | Checking diesel v2.2.12 |
| 2691 | 2026-02-24T01:31:06.533Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2692 | 2026-02-24T01:31:06.930Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2693 | 2026-02-24T01:31:07.273Z | Compiling libxml v0.3.3 |
| 2694 | 2026-02-24T01:31:07.523Z | Compiling fs-err v2.11.0 |
| 2695 | 2026-02-24T01:31:07.917Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2696 | 2026-02-24T01:31:08.057Z | Checking p384 v0.13.1 |
| 2697 | 2026-02-24T01:31:08.183Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2698 | 2026-02-24T01:31:08.243Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2699 | 2026-02-24T01:31:08.826Z | Compiling strum_macros v0.24.3 |
| 2700 | 2026-02-24T01:31:09.285Z | Compiling indoc v1.0.9 |
| 2701 | 2026-02-24T01:31:12.047Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2702 | 2026-02-24T01:31:12.834Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2703 | 2026-02-24T01:31:13.619Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2704 | 2026-02-24T01:31:14.027Z | Checking quick-xml v0.37.2 |
| 2705 | 2026-02-24T01:31:14.372Z | Checking derive_builder v0.20.2 |
| 2706 | 2026-02-24T01:31:14.552Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2707 | 2026-02-24T01:31:14.619Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2708 | 2026-02-24T01:31:14.738Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2709 | 2026-02-24T01:31:14.935Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2710 | 2026-02-24T01:31:15.113Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2711 | 2026-02-24T01:31:16.322Z | Compiling oso-derive v0.27.3 |
| 2712 | 2026-02-24T01:31:17.310Z | Compiling trait-variant v0.1.2 |
| 2713 | 2026-02-24T01:31:18.416Z | Checking parse-size v1.1.0 |
| 2714 | 2026-02-24T01:31:18.660Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2715 | 2026-02-24T01:31:18.723Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2716 | 2026-02-24T01:31:18.952Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2717 | 2026-02-24T01:31:19.141Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2718 | 2026-02-24T01:31:20.562Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2719 | 2026-02-24T01:31:20.711Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2720 | 2026-02-24T01:31:20.868Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2721 | 2026-02-24T01:31:21.594Z | Checking assert_matches v1.5.0 |
| 2722 | 2026-02-24T01:31:21.733Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2723 | 2026-02-24T01:31:21.789Z | Checking predicates-tree v1.0.12 |
| 2724 | 2026-02-24T01:31:22.002Z | Compiling mime_guess v2.0.5 |
| 2725 | 2026-02-24T01:31:22.061Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2726 | 2026-02-24T01:31:22.332Z | Checking http-range v0.1.5 |
| 2727 | 2026-02-24T01:31:22.452Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2728 | 2026-02-24T01:31:22.615Z | Checking atty v0.2.14 |
| 2729 | 2026-02-24T01:31:22.667Z | Compiling diesel-dtrace v0.4.2 |
| 2730 | 2026-02-24T01:31:23.216Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2731 | 2026-02-24T01:31:23.278Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2732 | 2026-02-24T01:31:23.704Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2733 | 2026-02-24T01:31:23.796Z | Checking bb8 v0.8.5 |
| 2734 | 2026-02-24T01:31:24.100Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2735 | 2026-02-24T01:31:24.153Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2736 | 2026-02-24T01:31:24.404Z | Checking corncobs v0.1.4 |
| 2737 | 2026-02-24T01:31:24.544Z | Checking hyper-staticfile v0.10.1 |
| 2738 | 2026-02-24T01:31:24.705Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2739 | 2026-02-24T01:31:24.758Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2740 | 2026-02-24T01:31:24.949Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2741 | 2026-02-24T01:31:25.162Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2742 | 2026-02-24T01:31:25.341Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2743 | 2026-02-24T01:31:25.441Z | Checking ignore v0.4.23 |
| 2744 | 2026-02-24T01:31:25.521Z | Checking signal-hook-tokio v0.3.1 |
| 2745 | 2026-02-24T01:31:25.763Z | Checking secrecy v0.8.0 |
| 2746 | 2026-02-24T01:31:25.816Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2747 | 2026-02-24T01:31:26.354Z | Checking globwalk v0.9.1 |
| 2748 | 2026-02-24T01:31:26.438Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2749 | 2026-02-24T01:31:26.768Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2750 | 2026-02-24T01:31:27.287Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2751 | 2026-02-24T01:31:27.367Z | Checking nonempty v0.12.0 |
| 2752 | 2026-02-24T01:31:27.440Z | Checking camino-tempfile-ext v0.3.2 |
| 2753 | 2026-02-24T01:31:27.915Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2754 | 2026-02-24T01:31:28.121Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2755 | 2026-02-24T01:31:28.237Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2756 | 2026-02-24T01:31:29.134Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2757 | 2026-02-24T01:31:29.905Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2758 | 2026-02-24T01:31:30.043Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2759 | 2026-02-24T01:31:30.566Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2760 | 2026-02-24T01:31:32.698Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2761 | 2026-02-24T01:31:34.374Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2762 | 2026-02-24T01:31:35.118Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2763 | 2026-02-24T01:31:35.235Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2764 | 2026-02-24T01:31:35.676Z | Checking tungstenite v0.23.0 |
| 2765 | 2026-02-24T01:31:35.929Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2766 | 2026-02-24T01:31:36.178Z | Checking void v1.0.2 |
| 2767 | 2026-02-24T01:31:36.462Z | Checking lzss v0.8.2 |
| 2768 | 2026-02-24T01:31:36.710Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2769 | 2026-02-24T01:31:36.762Z | Checking tokio-tungstenite v0.23.1 |
| 2770 | 2026-02-24T01:31:36.921Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2771 | 2026-02-24T01:31:37.320Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2772 | 2026-02-24T01:31:37.378Z | Checking nix v0.27.1 |
| 2773 | 2026-02-24T01:31:38.157Z | Checking serde_bytes v0.11.19 |
| 2774 | 2026-02-24T01:31:38.603Z | Checking rand_seeder v0.4.0 |
| 2775 | 2026-02-24T01:31:38.753Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2776 | 2026-02-24T01:31:39.005Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2777 | 2026-02-24T01:31:39.802Z | Checking async-bb8-diesel v0.2.1 |
| 2778 | 2026-02-24T01:31:40.366Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2779 | 2026-02-24T01:31:40.566Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2780 | 2026-02-24T01:31:40.749Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2781 | 2026-02-24T01:31:41.464Z | Checking is_ci v1.2.0 |
| 2782 | 2026-02-24T01:31:41.676Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2783 | 2026-02-24T01:31:41.842Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2784 | 2026-02-24T01:31:42.123Z | Checking yansi v1.0.1 |
| 2785 | 2026-02-24T01:31:42.527Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2786 | 2026-02-24T01:31:42.583Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2787 | 2026-02-24T01:31:42.747Z | Checking pretty_assertions v1.4.1 |
| 2788 | 2026-02-24T01:31:43.023Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2789 | 2026-02-24T01:31:43.079Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2790 | 2026-02-24T01:31:43.533Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2791 | 2026-02-24T01:31:43.995Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2792 | 2026-02-24T01:31:44.051Z | Checking typeid v1.0.3 |
| 2793 | 2026-02-24T01:31:44.289Z | Compiling tabled_derive v0.10.0 |
| 2794 | 2026-02-24T01:31:46.252Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2795 | 2026-02-24T01:31:46.623Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2796 | 2026-02-24T01:31:46.687Z | Checking papergrid v0.14.0 |
| 2797 | 2026-02-24T01:31:46.748Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2798 | 2026-02-24T01:31:46.815Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2799 | 2026-02-24T01:31:47.204Z | Compiling indoc v2.0.6 |
| 2800 | 2026-02-24T01:31:48.206Z | Checking erased-serde v0.4.6 |
| 2801 | 2026-02-24T01:31:48.231Z | Checking tabled v0.18.0 |
| 2802 | 2026-02-24T01:31:48.332Z | Checking ordered-float v2.10.1 |
| 2803 | 2026-02-24T01:31:48.666Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2804 | 2026-02-24T01:31:48.933Z | Compiling libz-sys v1.1.20 |
| 2805 | 2026-02-24T01:31:49.242Z | Checking castaway v0.2.3 |
| 2806 | 2026-02-24T01:31:49.477Z | Checking compact_str v0.8.0 |
| 2807 | 2026-02-24T01:31:49.875Z | Checking serde-untagged v0.1.7 |
| 2808 | 2026-02-24T01:31:50.303Z | Checking serde-value v0.7.0 |
| 2809 | 2026-02-24T01:31:50.776Z | Checking supports-color v3.0.2 |
| 2810 | 2026-02-24T01:31:50.874Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2811 | 2026-02-24T01:31:51.057Z | Checking console v0.16.0 |
| 2812 | 2026-02-24T01:31:51.263Z | Checking unicode-truncate v1.1.0 |
| 2813 | 2026-02-24T01:31:51.586Z | Checking concurrent-queue v2.5.0 |
| 2814 | 2026-02-24T01:31:51.735Z | Checking lru v0.12.5 |
| 2815 | 2026-02-24T01:31:51.803Z | Compiling instability v0.3.2 |
| 2816 | 2026-02-24T01:31:52.005Z | Checking unicode-xid v0.2.6 |
| 2817 | 2026-02-24T01:31:52.108Z | Checking cassowary v0.3.0 |
| 2818 | 2026-02-24T01:31:52.251Z | Checking parking v2.2.1 |
| 2819 | 2026-02-24T01:31:52.512Z | Checking unit-prefix v0.5.1 |
| 2820 | 2026-02-24T01:31:52.584Z | Checking cargo-util-schemas v0.8.2 |
| 2821 | 2026-02-24T01:31:52.743Z | Checking ratatui v0.29.0 |
| 2822 | 2026-02-24T01:31:52.820Z | Checking indicatif v0.18.0 |
| 2823 | 2026-02-24T01:31:53.161Z | Checking cargo-platform v0.2.0 |
| 2824 | 2026-02-24T01:31:53.609Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2825 | 2026-02-24T01:31:53.677Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2826 | 2026-02-24T01:31:54.767Z | Checking cargo_metadata v0.21.0 |
| 2827 | 2026-02-24T01:31:56.359Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2828 | 2026-02-24T01:31:56.497Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2829 | 2026-02-24T01:31:56.764Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2830 | 2026-02-24T01:31:56.958Z | Checking event-listener v5.3.1 |
| 2831 | 2026-02-24T01:31:57.219Z | Compiling vergen-git2 v1.0.7 |
| 2832 | 2026-02-24T01:31:57.456Z | Checking event-listener-strategy v0.5.2 |
| 2833 | 2026-02-24T01:31:57.676Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2834 | 2026-02-24T01:31:57.758Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2835 | 2026-02-24T01:31:58.072Z | Checking plotters-backend v0.3.7 |
| 2836 | 2026-02-24T01:31:58.167Z | Compiling rustls v0.21.12 |
| 2837 | 2026-02-24T01:31:58.573Z | Checking shell-words v1.1.0 |
| 2838 | 2026-02-24T01:31:58.635Z | Checking plotters-svg v0.3.7 |
| 2839 | 2026-02-24T01:31:58.936Z | Checking futures-lite v2.3.0 |
| 2840 | 2026-02-24T01:31:58.993Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2841 | 2026-02-24T01:31:59.053Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2842 | 2026-02-24T01:31:59.922Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2843 | 2026-02-24T01:32:00.309Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2844 | 2026-02-24T01:32:00.363Z | Checking sct v0.7.1 |
| 2845 | 2026-02-24T01:32:00.657Z | Checking rustls-webpki v0.101.7 |
| 2846 | 2026-02-24T01:32:00.718Z | Checking hex-literal v0.4.1 |
| 2847 | 2026-02-24T01:32:00.943Z | Checking cast v0.3.0 |
| 2848 | 2026-02-24T01:32:01.206Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2849 | 2026-02-24T01:32:01.330Z | Checking criterion-plot v0.6.0 |
| 2850 | 2026-02-24T01:32:02.037Z | Checking plotters v0.3.7 |
| 2851 | 2026-02-24T01:32:03.910Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2852 | 2026-02-24T01:32:04.422Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2853 | 2026-02-24T01:32:05.868Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2854 | 2026-02-24T01:32:07.270Z | Checking tinytemplate v1.2.1 |
| 2855 | 2026-02-24T01:32:07.729Z | Checking oorandom v11.1.4 |
| 2856 | 2026-02-24T01:32:08.001Z | Checking anes v0.1.6 |
| 2857 | 2026-02-24T01:32:08.420Z | Checking criterion v0.7.0 |
| 2858 | 2026-02-24T01:32:09.465Z | Checking tokio-rustls v0.24.1 |
| 2859 | 2026-02-24T01:32:09.900Z | Checking async-lock v3.4.0 |
| 2860 | 2026-02-24T01:32:10.825Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2861 | 2026-02-24T01:32:11.248Z | Checking rustls-pemfile v1.0.4 |
| 2862 | 2026-02-24T01:32:11.308Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2863 | 2026-02-24T01:32:11.552Z | Checking twox-hash v2.1.0 |
| 2864 | 2026-02-24T01:32:12.307Z | Checking polling v3.7.3 |
| 2865 | 2026-02-24T01:32:12.792Z | Checking async-io v2.3.4 |
| 2866 | 2026-02-24T01:32:13.111Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2867 | 2026-02-24T01:32:13.917Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2868 | 2026-02-24T01:32:14.268Z | Checking fatfs v0.3.6 |
| 2869 | 2026-02-24T01:32:14.888Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2870 | 2026-02-24T01:32:15.194Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2871 | 2026-02-24T01:32:15.358Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2872 | 2026-02-24T01:32:18.060Z | Compiling petname v2.0.2 |
| 2873 | 2026-02-24T01:32:18.211Z | Compiling seq-macro v0.3.6 |
| 2874 | 2026-02-24T01:32:18.876Z | Checking async-task v4.7.1 |
| 2875 | 2026-02-24T01:32:19.306Z | Checking async-channel v2.3.1 |
| 2876 | 2026-02-24T01:32:19.372Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2877 | 2026-02-24T01:32:19.560Z | Checking piper v0.2.4 |
| 2878 | 2026-02-24T01:32:19.737Z | Checking rtoolbox v0.0.2 |
| 2879 | 2026-02-24T01:32:19.882Z | Checking futures-timer v3.0.3 |
| 2880 | 2026-02-24T01:32:20.019Z | Checking rpassword v7.4.0 |
| 2881 | 2026-02-24T01:32:20.258Z | Checking blocking v1.6.1 |
| 2882 | 2026-02-24T01:32:20.663Z | Checking async-executor v1.13.1 |
| 2883 | 2026-02-24T01:32:21.085Z | Checking async-signal v0.2.10 |
| 2884 | 2026-02-24T01:32:21.187Z | Checking tui-tree-widget v0.23.1 |
| 2885 | 2026-02-24T01:32:21.439Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2886 | 2026-02-24T01:32:21.595Z | Checking polyval v0.6.2 |
| 2887 | 2026-02-24T01:32:21.802Z | Checking sapling-renderdag v0.1.0 |
| 2888 | 2026-02-24T01:32:21.968Z | Checking event-listener v2.5.3 |
| 2889 | 2026-02-24T01:32:22.268Z | Checking sync-ptr v0.1.4 |
| 2890 | 2026-02-24T01:32:22.353Z | Checking async-channel v1.9.0 |
| 2891 | 2026-02-24T01:32:22.547Z | Checking ghash v0.5.1 |
| 2892 | 2026-02-24T01:32:22.692Z | Checking async-process v2.3.0 |
| 2893 | 2026-02-24T01:32:22.816Z | Checking async-global-executor v2.4.1 |
| 2894 | 2026-02-24T01:32:22.935Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2895 | 2026-02-24T01:32:23.166Z | Checking ctr v0.9.2 |
| 2896 | 2026-02-24T01:32:23.219Z | Checking kv-log-macro v1.0.7 |
| 2897 | 2026-02-24T01:32:23.333Z | Compiling async-attributes v1.1.2 |
| 2898 | 2026-02-24T01:32:23.492Z | Checking constant_time_eq v0.3.1 |
| 2899 | 2026-02-24T01:32:23.561Z | Checking arrayref v0.3.9 |
| 2900 | 2026-02-24T01:32:23.737Z | Checking arrayvec v0.7.6 |
| 2901 | 2026-02-24T01:32:23.790Z | Checking aes-gcm v0.10.3 |
| 2902 | 2026-02-24T01:32:24.182Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2903 | 2026-02-24T01:32:24.244Z | Checking async-std v1.13.0 |
| 2904 | 2026-02-24T01:32:24.311Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2905 | 2026-02-24T01:32:26.319Z | Checking ssh-encoding v0.2.0 |
| 2906 | 2026-02-24T01:32:26.744Z | Checking blowfish v0.9.1 |
| 2907 | 2026-02-24T01:32:27.092Z | Checking bcrypt-pbkdf v0.10.0 |
| 2908 | 2026-02-24T01:32:27.450Z | Checking ssh-cipher v0.2.0 |
| 2909 | 2026-02-24T01:32:27.864Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2910 | 2026-02-24T01:32:27.917Z | Checking async-object-pool v0.1.5 |
| 2911 | 2026-02-24T01:32:28.202Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2912 | 2026-02-24T01:32:28.879Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2913 | 2026-02-24T01:32:29.105Z | Checking serde_regex v1.1.0 |
| 2914 | 2026-02-24T01:32:29.469Z | Checking password-hash v0.4.2 |
| 2915 | 2026-02-24T01:32:29.982Z | Checking assert-json-diff v2.0.2 |
| 2916 | 2026-02-24T01:32:30.209Z | Checking path-tree v0.8.1 |
| 2917 | 2026-02-24T01:32:30.348Z | Compiling target-lexicon v0.13.2 |
| 2918 | 2026-02-24T01:32:30.448Z | Checking stringmetrics v2.2.2 |
| 2919 | 2026-02-24T01:32:30.641Z | Checking pbkdf2 v0.11.0 |
| 2920 | 2026-02-24T01:32:30.776Z | Checking httpmock v0.8.0-alpha.1 |
| 2921 | 2026-02-24T01:32:31.016Z | Checking ssh-key v0.6.6 |
| 2922 | 2026-02-24T01:32:32.676Z | Checking p521 v0.13.3 |
| 2923 | 2026-02-24T01:32:34.121Z | Checking p256 v0.13.2 |
| 2924 | 2026-02-24T01:32:34.722Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2925 | 2026-02-24T01:32:35.144Z | Checking russh-cryptovec v0.7.3 |
| 2926 | 2026-02-24T01:32:35.450Z | Compiling guppy-workspace-hack v0.1.0 |
| 2927 | 2026-02-24T01:32:35.587Z | Checking md5 v0.7.0 |
| 2928 | 2026-02-24T01:32:35.922Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2929 | 2026-02-24T01:32:35.992Z | Checking russh-keys v0.45.0 |
| 2930 | 2026-02-24T01:32:36.229Z | Checking num-bigint v0.4.6 |
| 2931 | 2026-02-24T01:32:37.461Z | Checking des v0.8.1 |
| 2932 | 2026-02-24T01:32:38.070Z | Compiling blake3 v1.5.4 |
| 2933 | 2026-02-24T01:32:38.463Z | Compiling samael v0.0.19 |
| 2934 | 2026-02-24T01:32:38.665Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2935 | 2026-02-24T01:32:38.845Z | Compiling target-spec v3.5.0 |
| 2936 | 2026-02-24T01:32:39.534Z | Checking russh v0.45.0 |
| 2937 | 2026-02-24T01:32:39.596Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2938 | 2026-02-24T01:32:39.998Z | Checking cfg-expr v0.20.1 |
| 2939 | 2026-02-24T01:32:41.063Z | Checking supports-color v2.1.0 |
| 2940 | 2026-02-24T01:32:41.117Z | Checking textwrap v0.15.2 |
| 2941 | 2026-02-24T01:32:41.402Z | Checking supports-unicode v2.1.0 |
| 2942 | 2026-02-24T01:32:41.597Z | Checking supports-hyperlinks v2.1.0 |
| 2943 | 2026-02-24T01:32:41.647Z | Checking hashbrown v0.14.5 |
| 2944 | 2026-02-24T01:32:41.841Z | Checking backtrace-ext v0.2.1 |
| 2945 | 2026-02-24T01:32:42.084Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2946 | 2026-02-24T01:32:42.531Z | Checking terminal_size v0.1.17 |
| 2947 | 2026-02-24T01:32:42.794Z | Compiling miette-derive v5.10.0 |
| 2948 | 2026-02-24T01:32:42.835Z | Checking owo-colors v3.5.0 |
| 2949 | 2026-02-24T01:32:43.984Z | Checking internet-checksum v0.2.1 |
| 2950 | 2026-02-24T01:32:44.245Z | Checking chumsky v0.9.3 |
| 2951 | 2026-02-24T01:32:45.485Z | Checking miette v5.10.0 |
| 2952 | 2026-02-24T01:32:46.106Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2953 | 2026-02-24T01:32:46.259Z | Compiling git2 v0.20.2 |
| 2954 | 2026-02-24T01:32:46.698Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2955 | 2026-02-24T01:32:47.048Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2956 | 2026-02-24T01:32:47.631Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2957 | 2026-02-24T01:32:47.751Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2958 | 2026-02-24T01:32:48.184Z | Compiling knuffel-derive v3.2.0 |
| 2959 | 2026-02-24T01:32:48.416Z | Checking httptest v0.16.3 |
| 2960 | 2026-02-24T01:32:48.971Z | Checking pathdiff v0.2.3 |
| 2961 | 2026-02-24T01:32:49.219Z | Checking topological-sort v0.2.2 |
| 2962 | 2026-02-24T01:32:49.287Z | Checking nested v0.1.1 |
| 2963 | 2026-02-24T01:32:49.538Z | Checking omicron-zone-package v0.12.2 |
| 2964 | 2026-02-24T01:32:49.606Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2965 | 2026-02-24T01:32:49.667Z | Checking guppy v0.17.20 |
| 2966 | 2026-02-24T01:32:50.037Z | Compiling rstest_macros v0.25.0 |
| 2967 | 2026-02-24T01:32:50.592Z | Compiling target-triple v0.1.3 |
| 2968 | 2026-02-24T01:32:51.228Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2969 | 2026-02-24T01:32:51.503Z | Compiling doc-comment v0.3.3 |
| 2970 | 2026-02-24T01:32:51.716Z | Checking knuffel v3.2.0 |
| 2971 | 2026-02-24T01:32:51.780Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2972 | 2026-02-24T01:32:52.354Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2973 | 2026-02-24T01:32:53.150Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2974 | 2026-02-24T01:32:53.364Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2975 | 2026-02-24T01:32:53.801Z | Checking similar-asserts v1.7.0 |
| 2976 | 2026-02-24T01:32:54.195Z | Compiling proc-macro-crate v3.2.0 |
| 2977 | 2026-02-24T01:32:54.910Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2978 | 2026-02-24T01:32:55.113Z | Compiling assert_cmd v2.0.17 |
| 2979 | 2026-02-24T01:32:55.605Z | Compiling relative-path v1.9.3 |
| 2980 | 2026-02-24T01:32:55.660Z | Checking escape8259 v0.5.3 |
| 2981 | 2026-02-24T01:32:55.964Z | Checking libtest-mimic v0.8.1 |
| 2982 | 2026-02-24T01:32:56.310Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2983 | 2026-02-24T01:32:56.532Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2984 | 2026-02-24T01:32:56.588Z | Checking blake2b_simd v1.0.2 |
| 2985 | 2026-02-24T01:32:57.484Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2986 | 2026-02-24T01:32:57.972Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2987 | 2026-02-24T01:32:58.253Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2988 | 2026-02-24T01:32:58.935Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2989 | 2026-02-24T01:32:59.370Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2990 | 2026-02-24T01:32:59.427Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2991 | 2026-02-24T01:33:00.082Z | Checking fancy-regex v0.14.0 |
| 2992 | 2026-02-24T01:33:00.330Z | Checking serde_tokenstream v0.2.2 |
| 2993 | 2026-02-24T01:33:00.773Z | Checking uzers v0.12.1 |
| 2994 | 2026-02-24T01:33:01.024Z | Checking termcolor v1.4.1 |
| 2995 | 2026-02-24T01:33:01.327Z | Checking datatest-stable v0.3.2 |
| 2996 | 2026-02-24T01:33:01.616Z | Checking trybuild v1.0.106 |
| 2997 | 2026-02-24T01:33:02.222Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2998 | 2026-02-24T01:33:03.094Z | Checking rust-argon2 v2.1.0 |
| 2999 | 2026-02-24T01:33:03.754Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3000 | 2026-02-24T01:33:03.865Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3001 | 2026-02-24T01:33:05.624Z | Checking support-bundle-viewer v0.1.2 |
| 3002 | 2026-02-24T01:33:05.917Z | Checking rstest v0.25.0 |
| 3003 | 2026-02-24T01:33:06.184Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3004 | 2026-02-24T01:33:06.279Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3005 | 2026-02-24T01:33:06.920Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3006 | 2026-02-24T01:33:07.010Z | Checking drift v0.1.3 |
| 3007 | 2026-02-24T01:33:07.381Z | Checking rand_distr v0.5.1 |
| 3008 | 2026-02-24T01:33:07.612Z | Checking multimap v0.10.1 |
| 3009 | 2026-02-24T01:33:08.012Z | Checking approx v0.5.1 |
| 3010 | 2026-02-24T01:33:08.348Z | Checking dropshot-api-manager v0.3.0 |
| 3011 | 2026-02-24T01:33:08.664Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3012 | 2026-02-24T01:33:09.436Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3013 | 2026-02-24T01:33:09.834Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3014 | 2026-02-24T01:33:10.283Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3015 | 2026-02-24T01:33:10.725Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3016 | 2026-02-24T01:33:11.185Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3017 | 2026-02-24T01:33:11.256Z | Checking partial-io v0.5.4 |
| 3018 | 2026-02-24T01:33:11.711Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3019 | 2026-02-24T01:33:11.924Z | Checking cargo_toml v0.21.0 |
| 3020 | 2026-02-24T01:33:12.047Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3021 | 2026-02-24T01:33:12.634Z | Checking termios v0.3.3 |
| 3022 | 2026-02-24T01:33:12.846Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3023 | 2026-02-24T01:33:12.924Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3024 | 2026-02-24T01:33:13.164Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3025 | 2026-02-24T01:33:13.805Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3026 | 2026-02-24T01:33:14.630Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3027 | 2026-02-24T01:33:20.034Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3028 | 2026-02-24T01:33:20.810Z | Compiling polar-core v0.27.3 |
| 3029 | 2026-02-24T01:33:29.315Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3030 | 2026-02-24T01:33:32.069Z | Checking oso v0.27.3 |
| 3031 | 2026-02-24T01:33:33.739Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3032 | 2026-02-24T01:33:40.707Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3033 | 2026-02-24T01:33:42.299Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3034 | 2026-02-24T01:33:49.031Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3035 | 2026-02-24T01:33:59.433Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3036 | 2026-02-24T01:34:03.803Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3037 | 2026-02-24T01:34:04.447Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3038 | 2026-02-24T01:34:34.608Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3039 | 2026-02-24T01:38:14.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 40s |
| 3040 | 2026-02-24T01:38:15.861Z | |
| 3041 | 2026-02-24T01:38:15.861Z | real 9:48.118074835 |
| 3042 | 2026-02-24T01:38:15.861Z | user 48:57.546509012 |
| 3043 | 2026-02-24T01:38:15.861Z | sys 8:57.586045159 |
| 3044 | 2026-02-24T01:38:15.861Z | trap 1.765019416 |
| 3045 | 2026-02-24T01:38:15.861Z | tflt 0.353048946 |
| 3046 | 2026-02-24T01:38:15.861Z | dflt 0.251246977 |
| 3047 | 2026-02-24T01:38:15.861Z | kflt 0.001166646 |
| 3048 | 2026-02-24T01:38:15.886Z | lock 2:03:07.922244044 |
| 3049 | 2026-02-24T01:38:15.886Z | slp 2:38:24.042996803 |
| 3050 | 2026-02-24T01:38:15.886Z | lat 2:31.187059334 |
| 3051 | 2026-02-24T01:38:15.886Z | stop 16:49.345959288 |
| 3052 | 2026-02-24T01:38:15.886Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3053 | 2026-02-24T01:38:15.886Z | + ptime -m cargo doc --workspace --no-deps |
| 3054 | 2026-02-24T01:38:18.040Z | warning: output filename collision. |
| 3055 | 2026-02-24T01:38:18.041Z | 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)`. |
| 3056 | 2026-02-24T01:38:18.041Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3057 | 2026-02-24T01:38:18.041Z | The targets should have unique names. |
| 3058 | 2026-02-24T01:38:18.041Z | This is a known bug where multiple crates with the same name use |
| 3059 | 2026-02-24T01:38:18.041Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3060 | 2026-02-24T01:38:20.361Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3061 | 2026-02-24T01:38:20.441Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3062 | 2026-02-24T01:38:20.482Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3063 | 2026-02-24T01:38:20.571Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3064 | 2026-02-24T01:38:20.629Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3065 | 2026-02-24T01:38:20.654Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3066 | 2026-02-24T01:38:20.654Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3067 | 2026-02-24T01:38:20.942Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3068 | 2026-02-24T01:38:21.002Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3069 | 2026-02-24T01:38:21.041Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3070 | 2026-02-24T01:38:21.206Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3071 | 2026-02-24T01:38:21.243Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3072 | 2026-02-24T01:38:21.621Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3073 | 2026-02-24T01:38:21.660Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3074 | 2026-02-24T01:38:21.699Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3075 | 2026-02-24T01:38:21.891Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3076 | 2026-02-24T01:38:22.046Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3077 | 2026-02-24T01:38:22.107Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3078 | 2026-02-24T01:38:22.740Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3079 | 2026-02-24T01:38:22.864Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3080 | 2026-02-24T01:38:23.114Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3081 | 2026-02-24T01:38:23.212Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3082 | 2026-02-24T01:38:23.392Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3083 | 2026-02-24T01:38:23.430Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3084 | 2026-02-24T01:38:23.702Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3085 | 2026-02-24T01:38:23.749Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3086 | 2026-02-24T01:38:23.848Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3087 | 2026-02-24T01:38:24.192Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3088 | 2026-02-24T01:38:24.417Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3089 | 2026-02-24T01:38:24.860Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3090 | 2026-02-24T01:38:24.906Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3091 | 2026-02-24T01:38:25.061Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3092 | 2026-02-24T01:38:25.310Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3093 | 2026-02-24T01:38:25.391Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3094 | 2026-02-24T01:38:25.513Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3095 | 2026-02-24T01:38:25.552Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3096 | 2026-02-24T01:38:25.688Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3097 | 2026-02-24T01:38:25.935Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3098 | 2026-02-24T01:38:26.081Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3099 | 2026-02-24T01:38:26.793Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3100 | 2026-02-24T01:38:26.968Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3101 | 2026-02-24T01:38:27.088Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3102 | 2026-02-24T01:38:27.165Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3103 | 2026-02-24T01:38:27.313Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3104 | 2026-02-24T01:38:27.413Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3105 | 2026-02-24T01:38:27.506Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3106 | 2026-02-24T01:38:27.599Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3107 | 2026-02-24T01:38:27.744Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3108 | 2026-02-24T01:38:27.837Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3109 | 2026-02-24T01:38:27.878Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3110 | 2026-02-24T01:38:27.958Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3111 | 2026-02-24T01:38:28.312Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3112 | 2026-02-24T01:38:28.352Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3113 | 2026-02-24T01:38:28.394Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3114 | 2026-02-24T01:38:28.483Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3115 | 2026-02-24T01:38:28.816Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3116 | 2026-02-24T01:38:28.863Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3117 | 2026-02-24T01:38:28.918Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3118 | 2026-02-24T01:38:29.248Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3119 | 2026-02-24T01:38:29.345Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3120 | 2026-02-24T01:38:29.392Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3121 | 2026-02-24T01:38:29.463Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3122 | 2026-02-24T01:38:29.739Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3123 | 2026-02-24T01:38:29.774Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3124 | 2026-02-24T01:38:30.276Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3125 | 2026-02-24T01:38:30.318Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3126 | 2026-02-24T01:38:30.357Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3127 | 2026-02-24T01:38:30.568Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3128 | 2026-02-24T01:38:30.754Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3129 | 2026-02-24T01:38:31.640Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3130 | 2026-02-24T01:38:32.133Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3131 | 2026-02-24T01:38:32.224Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3132 | 2026-02-24T01:38:33.164Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3133 | 2026-02-24T01:38:35.223Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3134 | 2026-02-24T01:38:35.755Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3135 | 2026-02-24T01:38:36.103Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3136 | 2026-02-24T01:38:36.560Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3137 | 2026-02-24T01:38:37.804Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3138 | 2026-02-24T01:38:38.485Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3139 | 2026-02-24T01:38:38.726Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3140 | 2026-02-24T01:38:38.929Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3141 | 2026-02-24T01:38:39.265Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3142 | 2026-02-24T01:38:39.532Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3143 | 2026-02-24T01:38:39.667Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3144 | 2026-02-24T01:38:39.720Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3145 | 2026-02-24T01:38:40.231Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3146 | 2026-02-24T01:38:40.382Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3147 | 2026-02-24T01:38:40.674Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3148 | 2026-02-24T01:38:41.343Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3149 | 2026-02-24T01:38:42.173Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3150 | 2026-02-24T01:38:42.648Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3151 | 2026-02-24T01:38:42.708Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3152 | 2026-02-24T01:38:43.255Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3153 | 2026-02-24T01:38:43.440Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3154 | 2026-02-24T01:38:44.196Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3155 | 2026-02-24T01:38:44.579Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3156 | 2026-02-24T01:38:44.998Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3157 | 2026-02-24T01:38:45.443Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3158 | 2026-02-24T01:38:45.953Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3159 | 2026-02-24T01:38:46.975Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3160 | 2026-02-24T01:38:48.223Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3161 | 2026-02-24T01:38:49.398Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3162 | 2026-02-24T01:38:51.123Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3163 | 2026-02-24T01:38:51.739Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3164 | 2026-02-24T01:38:51.790Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3165 | 2026-02-24T01:38:51.833Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3166 | 2026-02-24T01:38:52.249Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3167 | 2026-02-24T01:38:53.247Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3168 | 2026-02-24T01:38:53.369Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3169 | 2026-02-24T01:38:54.118Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3170 | 2026-02-24T01:38:54.327Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3171 | 2026-02-24T01:38:54.841Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3172 | 2026-02-24T01:38:55.299Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3173 | 2026-02-24T01:38:56.051Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3174 | 2026-02-24T01:38:56.261Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3175 | 2026-02-24T01:38:57.847Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3176 | 2026-02-24T01:38:58.035Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3177 | 2026-02-24T01:38:58.421Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3178 | 2026-02-24T01:38:58.536Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3179 | 2026-02-24T01:38:59.204Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3180 | 2026-02-24T01:38:59.271Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3181 | 2026-02-24T01:38:59.609Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3182 | 2026-02-24T01:38:59.798Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3183 | 2026-02-24T01:39:00.441Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3184 | 2026-02-24T01:39:00.547Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3185 | 2026-02-24T01:39:00.727Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3186 | 2026-02-24T01:39:00.923Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3187 | 2026-02-24T01:39:01.117Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3188 | 2026-02-24T01:39:01.546Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3189 | 2026-02-24T01:39:01.618Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3190 | 2026-02-24T01:39:02.390Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3191 | 2026-02-24T01:39:02.821Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3192 | 2026-02-24T01:39:03.611Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3193 | 2026-02-24T01:39:03.950Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3194 | 2026-02-24T01:39:04.998Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3195 | 2026-02-24T01:39:05.844Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3196 | 2026-02-24T01:39:08.270Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3197 | 2026-02-24T01:39:09.676Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3198 | 2026-02-24T01:39:10.180Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3199 | 2026-02-24T01:39:10.577Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3200 | 2026-02-24T01:39:11.099Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3201 | 2026-02-24T01:39:11.947Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3202 | 2026-02-24T01:39:12.274Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3203 | 2026-02-24T01:39:12.629Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3204 | 2026-02-24T01:39:13.680Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3205 | 2026-02-24T01:39:14.200Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3206 | 2026-02-24T01:39:14.319Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3207 | 2026-02-24T01:39:15.026Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3208 | 2026-02-24T01:39:16.653Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3209 | 2026-02-24T01:39:16.854Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3210 | 2026-02-24T01:39:16.923Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3211 | 2026-02-24T01:39:17.195Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3212 | 2026-02-24T01:39:17.289Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3213 | 2026-02-24T01:39:17.715Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3214 | 2026-02-24T01:39:17.955Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3215 | 2026-02-24T01:39:18.030Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3216 | 2026-02-24T01:39:18.318Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3217 | 2026-02-24T01:39:18.978Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3218 | 2026-02-24T01:39:19.375Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3219 | 2026-02-24T01:39:20.069Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3220 | 2026-02-24T01:39:20.287Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3221 | 2026-02-24T01:39:20.347Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3222 | 2026-02-24T01:39:21.209Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3223 | 2026-02-24T01:39:21.696Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3224 | 2026-02-24T01:39:21.971Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3225 | 2026-02-24T01:39:22.028Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3226 | 2026-02-24T01:39:22.749Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3227 | 2026-02-24T01:39:22.789Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3228 | 2026-02-24T01:39:23.502Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3229 | 2026-02-24T01:39:24.088Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3230 | 2026-02-24T01:39:24.124Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3231 | 2026-02-24T01:39:25.544Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3232 | 2026-02-24T01:39:25.767Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3233 | 2026-02-24T01:39:27.113Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3234 | 2026-02-24T01:39:28.094Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3235 | 2026-02-24T01:39:28.135Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3236 | 2026-02-24T01:39:29.420Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3237 | 2026-02-24T01:39:30.789Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3238 | 2026-02-24T01:39:34.268Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3239 | 2026-02-24T01:39:34.716Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3240 | 2026-02-24T01:39:38.444Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3241 | 2026-02-24T01:39:39.056Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3242 | 2026-02-24T01:39:40.915Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3243 | 2026-02-24T01:39:41.869Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3244 | 2026-02-24T01:39:47.244Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3245 | 2026-02-24T01:39:47.658Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3246 | 2026-02-24T01:39:50.751Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3247 | 2026-02-24T01:39:50.804Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3248 | 2026-02-24T01:39:51.520Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3249 | 2026-02-24T01:39:54.844Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3250 | 2026-02-24T01:39:55.652Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3251 | 2026-02-24T01:39:58.317Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3252 | 2026-02-24T01:39:58.627Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3253 | 2026-02-24T01:39:58.907Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3254 | 2026-02-24T01:40:06.033Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3255 | 2026-02-24T01:40:07.865Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3256 | 2026-02-24T01:40:09.783Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3257 | 2026-02-24T01:40:14.834Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3258 | 2026-02-24T01:40:15.422Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3259 | 2026-02-24T01:40:18.458Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3260 | 2026-02-24T01:40:19.195Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3261 | 2026-02-24T01:40:23.751Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3262 | 2026-02-24T01:40:24.741Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3263 | 2026-02-24T01:40:25.436Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3264 | 2026-02-24T01:40:30.003Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3265 | 2026-02-24T01:40:30.786Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3266 | 2026-02-24T01:40:31.349Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3267 | 2026-02-24T01:40:35.462Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3268 | 2026-02-24T01:40:37.637Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3269 | 2026-02-24T01:40:39.297Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3270 | 2026-02-24T01:40:40.017Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3271 | 2026-02-24T01:40:41.264Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3272 | 2026-02-24T01:40:42.047Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3273 | 2026-02-24T01:40:52.919Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3274 | 2026-02-24T01:40:54.974Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3275 | 2026-02-24T01:40:55.174Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3276 | 2026-02-24T01:40:55.435Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3277 | 2026-02-24T01:40:58.319Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3278 | 2026-02-24T01:40:58.956Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3279 | 2026-02-24T01:41:02.857Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3280 | 2026-02-24T01:41:03.189Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3281 | 2026-02-24T01:41:04.959Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3282 | 2026-02-24T01:41:07.292Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3283 | 2026-02-24T01:41:09.070Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3284 | 2026-02-24T01:41:10.589Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3285 | 2026-02-24T01:41:12.684Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3286 | 2026-02-24T01:41:15.145Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3287 | 2026-02-24T01:41:16.875Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3288 | 2026-02-24T01:41:19.217Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3289 | 2026-02-24T01:41:21.180Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3290 | 2026-02-24T01:41:26.870Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3291 | 2026-02-24T01:41:27.551Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3292 | 2026-02-24T01:41:29.851Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3293 | 2026-02-24T01:41:32.596Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3294 | 2026-02-24T01:41:35.177Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3295 | 2026-02-24T01:41:37.666Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3296 | 2026-02-24T01:41:41.357Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3297 | 2026-02-24T01:41:43.590Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3298 | 2026-02-24T01:41:50.934Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3299 | 2026-02-24T01:41:52.259Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3300 | 2026-02-24T01:41:54.995Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3301 | 2026-02-24T01:41:55.041Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3302 | 2026-02-24T01:41:58.596Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3303 | 2026-02-24T01:42:01.243Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3304 | 2026-02-24T01:42:04.346Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3305 | 2026-02-24T01:42:08.151Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3306 | 2026-02-24T01:42:11.618Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3307 | 2026-02-24T01:42:14.768Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3308 | 2026-02-24T01:42:18.494Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3309 | 2026-02-24T01:42:21.104Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3310 | 2026-02-24T01:42:24.506Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3311 | 2026-02-24T01:42:27.681Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3312 | 2026-02-24T01:42:31.022Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3313 | 2026-02-24T01:42:34.011Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3314 | 2026-02-24T01:42:37.869Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3315 | 2026-02-24T01:42:41.029Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3316 | 2026-02-24T01:42:44.225Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3317 | 2026-02-24T01:42:48.586Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3318 | 2026-02-24T01:42:51.190Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3319 | 2026-02-24T01:42:54.709Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3320 | 2026-02-24T01:42:57.780Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3321 | 2026-02-24T01:43:01.224Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3322 | 2026-02-24T01:43:05.967Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3323 | 2026-02-24T01:43:08.586Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3324 | 2026-02-24T01:43:11.716Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3325 | 2026-02-24T01:43:15.243Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3326 | 2026-02-24T01:43:19.180Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3327 | 2026-02-24T01:43:23.121Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3328 | 2026-02-24T01:43:26.568Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3329 | 2026-02-24T01:43:30.430Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3330 | 2026-02-24T01:43:37.776Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3331 | 2026-02-24T01:43:39.637Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3332 | 2026-02-24T01:43:42.482Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3333 | 2026-02-24T01:43:49.099Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3334 | 2026-02-24T01:43:50.545Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3335 | 2026-02-24T01:43:54.586Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3336 | 2026-02-24T01:43:58.301Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3337 | 2026-02-24T01:44:02.387Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3338 | 2026-02-24T01:44:06.592Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3339 | 2026-02-24T01:44:10.568Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3340 | 2026-02-24T01:44:14.687Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3341 | 2026-02-24T01:44:18.759Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3342 | 2026-02-24T01:44:22.661Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3343 | 2026-02-24T01:44:26.621Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3344 | 2026-02-24T01:44:30.791Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3345 | 2026-02-24T01:44:34.811Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3346 | 2026-02-24T01:44:39.239Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3347 | 2026-02-24T01:44:43.163Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3348 | 2026-02-24T01:44:47.009Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3349 | 2026-02-24T01:44:52.179Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3350 | 2026-02-24T01:44:56.258Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3351 | 2026-02-24T01:44:59.799Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3352 | 2026-02-24T01:45:05.277Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3353 | 2026-02-24T01:45:08.566Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3354 | 2026-02-24T01:45:12.205Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3355 | 2026-02-24T01:45:16.369Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3356 | 2026-02-24T01:45:20.811Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3357 | 2026-02-24T01:45:25.103Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3358 | 2026-02-24T01:45:29.069Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3359 | 2026-02-24T01:45:33.236Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3360 | 2026-02-24T01:45:37.375Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3361 | 2026-02-24T01:45:41.637Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3362 | 2026-02-24T01:45:46.032Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3363 | 2026-02-24T01:45:49.709Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3364 | 2026-02-24T01:45:54.148Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3365 | 2026-02-24T01:45:58.172Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3366 | 2026-02-24T01:46:02.743Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3367 | 2026-02-24T01:46:08.144Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3368 | 2026-02-24T01:46:11.592Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3369 | 2026-02-24T01:46:16.382Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3370 | 2026-02-24T01:46:20.823Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3371 | 2026-02-24T01:46:25.086Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3372 | 2026-02-24T01:46:33.037Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3373 | 2026-02-24T01:46:35.531Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3374 | 2026-02-24T01:46:40.255Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3375 | 2026-02-24T01:46:44.834Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3376 | 2026-02-24T01:46:49.660Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3377 | 2026-02-24T01:47:02.047Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3378 | 2026-02-24T01:47:04.598Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3379 | 2026-02-24T01:47:07.782Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3380 | 2026-02-24T01:47:13.224Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3381 | 2026-02-24T01:47:18.902Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3382 | 2026-02-24T01:47:24.409Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3383 | 2026-02-24T01:47:29.961Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3384 | 2026-02-24T01:47:35.466Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3385 | 2026-02-24T01:47:41.269Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3386 | 2026-02-24T01:47:47.051Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3387 | 2026-02-24T01:47:52.646Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3388 | 2026-02-24T01:47:58.292Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3389 | 2026-02-24T01:48:04.176Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3390 | 2026-02-24T01:48:48.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 32s |
| 3391 | 2026-02-24T01:48:48.425Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 188 other files |
| 3392 | 2026-02-24T01:48:48.587Z | |
| 3393 | 2026-02-24T01:48:48.587Z | real 10:32.609259296 |
| 3394 | 2026-02-24T01:48:48.588Z | user 37:28.002603173 |
| 3395 | 2026-02-24T01:48:48.588Z | sys 6:38.119257670 |
| 3396 | 2026-02-24T01:48:48.588Z | trap 1.221044337 |
| 3397 | 2026-02-24T01:48:48.588Z | tflt 0.046630166 |
| 3398 | 2026-02-24T01:48:48.588Z | dflt 0.089155759 |
| 3399 | 2026-02-24T01:48:48.589Z | kflt 0.000021571 |
| 3400 | 2026-02-24T01:48:48.589Z | lock 8:31:35.518219989 |
| 3401 | 2026-02-24T01:48:48.589Z | slp 3:36:18.163436451 |
| 3402 | 2026-02-24T01:48:48.589Z | lat 58.091657827 |
| 3403 | 2026-02-24T01:48:48.589Z | stop 2:24.674995100 |
| 3404 | 2026-02-24T01:48:48.622Z | process exited: duration 1697121 ms, exit code 0 |
| |
| 3405 | 2026-02-24T01:48:48.699Z | found 0 output files |