|
|
|
| 1 | 2026-06-02T01:11:47.884Z | job assigned to worker 01KT2Y4KD8MRYTTREHHTSRJ3JM [factory aws, i-0dd1f7bbf75bdac73] (queued for 54 s) |
| |
| 2 | 2026-06-02T01:11:54.125Z | starting task 0: "setup" |
| 3 | 2026-06-02T01:11:54.129Z | ++ uname -s |
| 4 | 2026-06-02T01:11:54.132Z | + kern=SunOS |
| 5 | 2026-06-02T01:11:54.132Z | + build_user=build |
| 6 | 2026-06-02T01:11:54.132Z | + build_uid=12345 |
| 7 | 2026-06-02T01:11:54.132Z | + work_dir=/work |
| 8 | 2026-06-02T01:11:54.132Z | + input_dir=/input |
| 9 | 2026-06-02T01:11:54.132Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-02T01:11:54.132Z | + case "$kern" in |
| 11 | 2026-06-02T01:11:54.132Z | + groupadd -g 12345 build |
| 12 | 2026-06-02T01:11:54.132Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-02T01:11:56.137Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-02T01:11:56.237Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-02T01:11:56.240Z | + home_fs=zfs |
| 16 | 2026-06-02T01:11:56.240Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-02T01:11:56.240Z | + mkdir -p /home/build |
| 18 | 2026-06-02T01:11:56.240Z | + chown build:build /home/build /work |
| 19 | 2026-06-02T01:11:58.241Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-02T01:11:58.243Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-06-02T01:11:58.249Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-02T01:11:58.252Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-02T01:11:58.252Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-02T01:11:58.252Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-02T01:11:58.252Z | * rust toolchain profile = "default" |
| 26 | 2026-06-02T01:11:58.252Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-02T01:11:58.252Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-02T01:11:58.255Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-02T01:11:58.255Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-02T01:11:58.357Z | info: downloading installer |
| 31 | 2026-06-02T01:11:59.652Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-02T01:11:59.652Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-02T01:11:59.652Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-02T01:11:59.652Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-02T01:11:59.664Z | info: profile set to default |
| 36 | 2026-06-02T01:11:59.664Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-02T01:11:59.667Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-02T01:11:59.816Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-02T01:11:59.820Z | info: downloading 6 components |
| 40 | 2026-06-02T01:12:13.527Z | |
| 41 | 2026-06-02T01:12:13.527Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-06-02T01:12:13.559Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-02T01:12:13.579Z | |
| 44 | 2026-06-02T01:12:13.579Z | |
| 45 | 2026-06-02T01:12:13.579Z | Rust is installed now. Great! |
| 46 | 2026-06-02T01:12:13.579Z | |
| 47 | 2026-06-02T01:12:13.579Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-02T01:12:13.579Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-02T01:12:13.580Z | |
| 50 | 2026-06-02T01:12:13.580Z | To configure your current shell, you need to source |
| 51 | 2026-06-02T01:12:13.581Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-02T01:12:13.581Z | |
| 53 | 2026-06-02T01:12:13.581Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-02T01:12:13.581Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-02T01:12:13.585Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-02T01:12:13.585Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-02T01:12:13.585Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-02T01:12:13.585Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-02T01:12:13.585Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-02T01:12:13.585Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-02T01:12:13.585Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-02T01:12:13.655Z | + rustup --version |
| 63 | 2026-06-02T01:12:13.664Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-02T01:12:13.667Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-02T01:12:13.686Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-02T01:12:13.689Z | + cargo --version |
| 67 | 2026-06-02T01:12:13.702Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-02T01:12:13.705Z | + rustc --version |
| 69 | 2026-06-02T01:12:13.726Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-02T01:12:13.729Z | process exited: duration 15479 ms, exit code 0 |
| |
| 71 | 2026-06-02T01:12:13.734Z | starting task 2: "authentication" |
| 72 | 2026-06-02T01:12:13.751Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-02T01:12:13.756Z | starting task 3: "clone repository" |
| 74 | 2026-06-02T01:12:13.759Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-02T01:12:13.762Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-02T01:12:13.800Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-02T01:12:24.044Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-02T01:12:24.044Z | + git fetch origin f87f2481b229130919f0c685ac77bf7fc3cd9bc5 |
| 79 | 2026-06-02T01:12:24.356Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-02T01:12:24.356Z | * branch f87f2481b229130919f0c685ac77bf7fc3cd9bc5 -> FETCH_HEAD |
| 81 | 2026-06-02T01:12:24.365Z | + [[ -n fm-fact-guardrails ]] |
| 82 | 2026-06-02T01:12:24.368Z | ++ git branch --show-current |
| 83 | 2026-06-02T01:12:24.368Z | + current=main |
| 84 | 2026-06-02T01:12:24.368Z | + [[ main != fm-fact-guardrails ]] |
| 85 | 2026-06-02T01:12:24.368Z | + git branch -f fm-fact-guardrails f87f2481b229130919f0c685ac77bf7fc3cd9bc5 |
| 86 | 2026-06-02T01:12:24.373Z | + git checkout -f fm-fact-guardrails |
| 87 | 2026-06-02T01:12:24.613Z | Switched to branch 'fm-fact-guardrails' |
| 88 | 2026-06-02T01:12:24.616Z | + git reset --hard f87f2481b229130919f0c685ac77bf7fc3cd9bc5 |
| 89 | 2026-06-02T01:12:24.650Z | HEAD is now at f87f2481b Fix false positives, better error messages |
| 90 | 2026-06-02T01:12:24.653Z | process exited: duration 10895 ms, exit code 0 |
| |
| 91 | 2026-06-02T01:12:24.659Z | starting task 4: "build" |
| 92 | 2026-06-02T01:12:24.662Z | + source ./env.sh |
| 93 | 2026-06-02T01:12:24.665Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-02T01:12:24.665Z | ++ set -o xtrace |
| 95 | 2026-06-02T01:12:24.665Z | ++++ dirname ./env.sh |
| 96 | 2026-06-02T01:12:24.668Z | +++ readlink -f . |
| 97 | 2026-06-02T01:12:24.671Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-02T01:12:24.671Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-06-02T01:12:24.671Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-06-02T01:12:24.671Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-06-02T01:12:24.671Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-06-02T01:12:24.671Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-06-02T01:12:24.671Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-06-02T01:12:24.671Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-06-02T01:12:24.671Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-06-02T01:12:24.671Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-06-02T01:12:24.671Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-06-02T01:12:24.671Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-06-02T01:12:24.671Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-06-02T01:12:24.672Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-06-02T01:12:24.672Z | + cargo --version |
| 112 | 2026-06-02T01:12:24.678Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-06-02T01:12:24.682Z | + rustc --version |
| 114 | 2026-06-02T01:12:24.701Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-06-02T01:12:24.703Z | + banner prerequisites |
| 116 | 2026-06-02T01:12:24.706Z | |
| 117 | 2026-06-02T01:12:24.706Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-06-02T01:12:24.706Z | # # # # # # # # # # # # # # # |
| 119 | 2026-06-02T01:12:24.706Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-06-02T01:12:24.706Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-06-02T01:12:24.706Z | # # # # # # # # # # # # # # # |
| 122 | 2026-06-02T01:12:24.706Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-06-02T01:12:24.706Z | |
| 124 | 2026-06-02T01:12:24.706Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-06-02T01:12:26.170Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-06-02T01:12:26.245Z | Startup: Caching catalogs ... Done |
| 127 | 2026-06-02T01:12:26.538Z | Planning: Solver setup ... Done (0.254s) |
| 128 | 2026-06-02T01:12:26.557Z | Planning: Running solver ... Done (0.020s) |
| 129 | 2026-06-02T01:12:26.564Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-06-02T01:12:26.585Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-06-02T01:12:26.618Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-06-02T01:12:26.631Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-06-02T01:12:26.633Z | Planning: Merging actions ... Done (0.002s) |
| 134 | 2026-06-02T01:12:26.824Z | Planning: Checking for conflicting actions ... Done (0.191s) |
| 135 | 2026-06-02T01:12:26.827Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-06-02T01:12:27.667Z | Planning: Evaluating mediators ... Done (0.842s) |
| 137 | 2026-06-02T01:12:27.670Z | Planning: Planning completed in 1.40 seconds |
| 138 | 2026-06-02T01:12:27.676Z | Packages to install: 2 |
| 139 | 2026-06-02T01:12:27.679Z | Estimated space available: 156.07 GB |
| 140 | 2026-06-02T01:12:27.679Z | Estimated space to be consumed: 23.93 MB |
| 141 | 2026-06-02T01:12:27.679Z | Create boot environment: No |
| 142 | 2026-06-02T01:12:27.679Z | Create backup boot environment: No |
| 143 | 2026-06-02T01:12:27.679Z | Rebuild boot archive: No |
| 144 | 2026-06-02T01:12:27.679Z | |
| 145 | 2026-06-02T01:12:27.679Z | Changed packages: |
| 146 | 2026-06-02T01:12:27.679Z | helios |
| 147 | 2026-06-02T01:12:27.679Z | developer/build-essential |
| 148 | 2026-06-02T01:12:27.679Z | None -> 11-3.0 |
| 149 | 2026-06-02T01:12:27.679Z | library/libxmlsec1 |
| 150 | 2026-06-02T01:12:27.679Z | None -> 1.2.35-3.0 |
| 151 | 2026-06-02T01:12:27.700Z | |
| 152 | 2026-06-02T01:12:27.700Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-06-02T01:12:28.418Z | Download: Completed 1.28 MB in 0.72 seconds (1.8M/s) |
| 154 | 2026-06-02T01:12:28.489Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-06-02T01:12:28.528Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-06-02T01:12:28.535Z | Finalize: Updating package state database ... Done (0.007s) |
| 157 | 2026-06-02T01:12:28.538Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-06-02T01:12:28.556Z | Finalize: Updating image state ... Done (0.020s) |
| 159 | 2026-06-02T01:12:30.886Z | Finalize: Creating fast lookup database ... Done (2.309s) |
| 160 | 2026-06-02T01:12:30.973Z | Finalize: Reading search index ... Done (0.027s) |
| 161 | 2026-06-02T01:12:30.975Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-06-02T01:12:31.074Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-06-02T01:12:31.375Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-06-02T01:12:31.477Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-06-02T01:12:31.480Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-06-02T01:12:31.635Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-06-02T01:12:31.640Z | Planning: Planning completed in 0.26 seconds |
| 168 | 2026-06-02T01:12:31.658Z | Mediators to change: 2 |
| 169 | 2026-06-02T01:12:31.658Z | Create boot environment: No |
| 170 | 2026-06-02T01:12:31.658Z | Create backup boot environment: No |
| 171 | 2026-06-02T01:12:31.725Z | Finalize: Updating package state database ... Done |
| 172 | 2026-06-02T01:12:31.725Z | Finalize: Updating package cache ... Done |
| 173 | 2026-06-02T01:12:31.736Z | Finalize: Updating image state ... Done |
| 174 | 2026-06-02T01:12:33.687Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-06-02T01:12:33.751Z | Finalize: Reading search index ... Done |
| 176 | 2026-06-02T01:12:33.755Z | Finalize: Updating search index ... Done |
| 177 | 2026-06-02T01:12:33.846Z | Finalize: Updating package cache ... Done |
| 178 | 2026-06-02T01:12:34.144Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-06-02T01:12:34.226Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-06-02T01:12:34.232Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-06-02T01:12:34.384Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-06-02T01:12:34.387Z | Planning: Planning completed in 0.26 seconds |
| 183 | 2026-06-02T01:12:34.435Z | Mediators to change: 1 |
| 184 | 2026-06-02T01:12:34.436Z | Create boot environment: No |
| 185 | 2026-06-02T01:12:34.443Z | Create backup boot environment: No |
| 186 | 2026-06-02T01:12:34.461Z | Finalize: Updating package state database ... Done |
| 187 | 2026-06-02T01:12:34.462Z | Finalize: Updating package cache ... Done |
| 188 | 2026-06-02T01:12:34.479Z | Finalize: Updating image state ... Done |
| 189 | 2026-06-02T01:12:36.409Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-06-02T01:12:36.466Z | Finalize: Reading search index ... Done |
| 191 | 2026-06-02T01:12:36.470Z | Finalize: Updating search index ... Done |
| 192 | 2026-06-02T01:12:36.538Z | Finalize: Updating package cache ... Done |
| 193 | 2026-06-02T01:12:36.850Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-06-02T01:12:36.850Z | apache system 2.4 system |
| 195 | 2026-06-02T01:12:36.851Z | clang system 15 system |
| 196 | 2026-06-02T01:12:36.851Z | csh system system illumos |
| 197 | 2026-06-02T01:12:36.851Z | ctags system system illumos |
| 198 | 2026-06-02T01:12:36.851Z | file vendor vendor darwinsys |
| 199 | 2026-06-02T01:12:36.851Z | file system system illumos |
| 200 | 2026-06-02T01:12:36.851Z | gcc vendor 14 vendor |
| 201 | 2026-06-02T01:12:36.851Z | gcc system 13 system |
| 202 | 2026-06-02T01:12:36.851Z | gcc system 10 system |
| 203 | 2026-06-02T01:12:36.851Z | go system 1.25 system |
| 204 | 2026-06-02T01:12:36.851Z | llvm system 15 system |
| 205 | 2026-06-02T01:12:36.851Z | mariadb system 11.4 system |
| 206 | 2026-06-02T01:12:36.851Z | mta vendor vendor dma |
| 207 | 2026-06-02T01:12:36.851Z | openjdk system 17 system |
| 208 | 2026-06-02T01:12:36.851Z | openjdk system 11 system |
| 209 | 2026-06-02T01:12:36.851Z | openssl vendor 3 vendor |
| 210 | 2026-06-02T01:12:36.851Z | perl system 5.40 system |
| 211 | 2026-06-02T01:12:36.852Z | postgresql system 18 system |
| 212 | 2026-06-02T01:12:36.852Z | postgresql system 17 system |
| 213 | 2026-06-02T01:12:36.852Z | python vendor 3 vendor |
| 214 | 2026-06-02T01:12:36.852Z | python system 2 system |
| 215 | 2026-06-02T01:12:36.852Z | python3 vendor 3.13 vendor |
| 216 | 2026-06-02T01:12:36.852Z | ruby system 3.4 system |
| 217 | 2026-06-02T01:12:36.852Z | ruby system 3.0 system |
| 218 | 2026-06-02T01:12:36.852Z | words vendor vendor american-english |
| 219 | 2026-06-02T01:12:36.852Z | words system system australian-english |
| 220 | 2026-06-02T01:12:36.852Z | words system system british-english |
| 221 | 2026-06-02T01:12:36.853Z | words system system canadian-english |
| 222 | 2026-06-02T01:12:36.853Z | words system system french |
| 223 | 2026-06-02T01:12:36.853Z | words system system italian |
| 224 | 2026-06-02T01:12:36.853Z | words system system ngerman |
| 225 | 2026-06-02T01:12:36.853Z | words system system ogerman |
| 226 | 2026-06-02T01:12:36.853Z | words system system spanish |
| 227 | 2026-06-02T01:12:37.140Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-06-02T01:12:37.140Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-06-02T01:12:37.391Z | FMRI IFO |
| 230 | 2026-06-02T01:12:37.391Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-06-02T01:12:37.391Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-06-02T01:12:37.391Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-06-02T01:12:37.391Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-06-02T01:12:37.391Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-06-02T01:12:37.391Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-06-02T01:12:37.391Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-06-02T01:12:37.391Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-06-02T01:12:37.391Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-06-02T01:12:37.643Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-06-02T01:12:37.883Z | Updating crates.io index |
| 241 | 2026-06-02T01:12:37.891Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-06-02T01:12:38.145Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-06-02T01:12:39.036Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-06-02T01:12:39.616Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-06-02T01:12:40.461Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-06-02T01:12:40.968Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-06-02T01:12:42.670Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-06-02T01:12:43.498Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-06-02T01:12:43.781Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-06-02T01:12:44.566Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-06-02T01:12:44.902Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-06-02T01:12:45.231Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-06-02T01:12:45.584Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-06-02T01:12:46.500Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-06-02T01:12:46.956Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-06-02T01:12:47.299Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-06-02T01:12:47.645Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-06-02T01:12:48.007Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-06-02T01:12:48.296Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-06-02T01:12:48.737Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-06-02T01:12:48.935Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-06-02T01:12:49.172Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-06-02T01:12:49.573Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-06-02T01:12:49.881Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 265 | 2026-06-02T01:12:50.447Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 266 | 2026-06-02T01:12:50.700Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 267 | 2026-06-02T01:12:51.007Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 268 | 2026-06-02T01:12:51.803Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2026-06-02T01:12:52.524Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2026-06-02T01:12:53.252Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-06-02T01:12:53.844Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-06-02T01:12:53.898Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-06-02T01:12:54.274Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-06-02T01:12:54.584Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-06-02T01:12:54.864Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 276 | 2026-06-02T01:12:55.356Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 277 | 2026-06-02T01:12:55.620Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 278 | 2026-06-02T01:12:55.869Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 279 | 2026-06-02T01:12:56.343Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 280 | 2026-06-02T01:13:07.917Z | Downloading crates ... |
| 281 | 2026-06-02T01:13:07.992Z | Downloaded fnv v1.0.7 |
| 282 | 2026-06-02T01:13:08.000Z | Downloaded litemap v0.8.1 |
| 283 | 2026-06-02T01:13:08.005Z | Downloaded usdt-impl v0.5.0 |
| 284 | 2026-06-02T01:13:08.008Z | Downloaded fastrand v2.3.0 |
| 285 | 2026-06-02T01:13:08.008Z | Downloaded dtrace-parser v0.2.0 |
| 286 | 2026-06-02T01:13:08.008Z | Downloaded typeid v1.0.3 |
| 287 | 2026-06-02T01:13:08.011Z | Downloaded digest v0.10.7 |
| 288 | 2026-06-02T01:13:08.011Z | Downloaded camino-tempfile v1.4.1 |
| 289 | 2026-06-02T01:13:08.011Z | Downloaded proc-macro-error-attr v1.0.4 |
| 290 | 2026-06-02T01:13:08.014Z | Downloaded thread-id v4.2.2 |
| 291 | 2026-06-02T01:13:08.017Z | Downloaded anstyle v1.0.13 |
| 292 | 2026-06-02T01:13:08.020Z | Downloaded errno v0.3.14 |
| 293 | 2026-06-02T01:13:08.020Z | Downloaded equivalent v1.0.2 |
| 294 | 2026-06-02T01:13:08.023Z | Downloaded thiserror v2.0.18 |
| 295 | 2026-06-02T01:13:08.026Z | Downloaded unicode-ident v1.0.24 |
| 296 | 2026-06-02T01:13:08.029Z | Downloaded erased-serde v0.4.9 |
| 297 | 2026-06-02T01:13:08.029Z | Downloaded usdt-attr-macro v0.5.0 |
| 298 | 2026-06-02T01:13:08.029Z | Downloaded unicode-xid v0.2.6 |
| 299 | 2026-06-02T01:13:08.029Z | Downloaded serde_derive v1.0.228 |
| 300 | 2026-06-02T01:13:08.033Z | Downloaded utf8_iter v1.0.4 |
| 301 | 2026-06-02T01:13:08.036Z | Downloaded toml_write v0.1.2 |
| 302 | 2026-06-02T01:13:08.036Z | Downloaded heck v0.4.1 |
| 303 | 2026-06-02T01:13:08.039Z | Downloaded plain v0.2.3 |
| 304 | 2026-06-02T01:13:08.039Z | Downloaded version_check v0.9.5 |
| 305 | 2026-06-02T01:13:08.039Z | Downloaded icu_normalizer_data v2.1.1 |
| 306 | 2026-06-02T01:13:08.042Z | Downloaded form_urlencoded v1.2.2 |
| 307 | 2026-06-02T01:13:08.043Z | Downloaded usdt v0.5.0 |
| 308 | 2026-06-02T01:13:08.047Z | Downloaded tabled_derive v0.7.0 |
| 309 | 2026-06-02T01:13:08.047Z | Downloaded unicode-width v0.1.14 |
| 310 | 2026-06-02T01:13:08.047Z | Downloaded zerocopy v0.7.35 |
| 311 | 2026-06-02T01:13:08.055Z | Downloaded zerofrom v0.1.6 |
| 312 | 2026-06-02T01:13:08.058Z | Downloaded utf8parse v0.2.2 |
| 313 | 2026-06-02T01:13:08.058Z | Downloaded unicode-linebreak v0.1.5 |
| 314 | 2026-06-02T01:13:08.058Z | Downloaded terminal_size v0.4.3 |
| 315 | 2026-06-02T01:13:08.058Z | Downloaded zerovec-derive v0.11.2 |
| 316 | 2026-06-02T01:13:08.061Z | Downloaded toml v0.8.23 |
| 317 | 2026-06-02T01:13:08.061Z | Downloaded icu_normalizer v2.1.1 |
| 318 | 2026-06-02T01:13:08.064Z | Downloaded url v2.5.8 |
| 319 | 2026-06-02T01:13:08.064Z | Downloaded thiserror-impl v2.0.18 |
| 320 | 2026-06-02T01:13:08.067Z | Downloaded swrite v0.1.0 |
| 321 | 2026-06-02T01:13:08.067Z | Downloaded percent-encoding v2.3.2 |
| 322 | 2026-06-02T01:13:08.067Z | Downloaded ordered-float v2.10.1 |
| 323 | 2026-06-02T01:13:08.067Z | Downloaded pretty-hex v0.4.1 |
| 324 | 2026-06-02T01:13:08.070Z | Downloaded thiserror v1.0.69 |
| 325 | 2026-06-02T01:13:08.070Z | Downloaded usdt-macro v0.5.0 |
| 326 | 2026-06-02T01:13:08.070Z | Downloaded serde-untagged v0.1.9 |
| 327 | 2026-06-02T01:13:08.073Z | Downloaded yoke-derive v0.8.1 |
| 328 | 2026-06-02T01:13:08.073Z | Downloaded icu_collections v2.1.1 |
| 329 | 2026-06-02T01:13:08.076Z | Downloaded tinystr v0.8.2 |
| 330 | 2026-06-02T01:13:08.076Z | Downloaded indexmap v2.14.0 |
| 331 | 2026-06-02T01:13:08.079Z | Downloaded scroll_derive v0.12.1 |
| 332 | 2026-06-02T01:13:08.079Z | Downloaded stable_deref_trait v1.2.1 |
| 333 | 2026-06-02T01:13:08.083Z | Downloaded potential_utf v0.1.4 |
| 334 | 2026-06-02T01:13:08.083Z | Downloaded memmap v0.7.0 |
| 335 | 2026-06-02T01:13:08.083Z | Downloaded icu_locale_core v2.1.1 |
| 336 | 2026-06-02T01:13:08.086Z | Downloaded zerocopy-derive v0.7.35 |
| 337 | 2026-06-02T01:13:08.086Z | Downloaded zmij v1.0.21 |
| 338 | 2026-06-02T01:13:08.089Z | Downloaded thiserror-impl v1.0.69 |
| 339 | 2026-06-02T01:13:08.089Z | Downloaded block-buffer v0.10.4 |
| 340 | 2026-06-02T01:13:08.089Z | Downloaded yoke v0.8.1 |
| 341 | 2026-06-02T01:13:08.092Z | Downloaded crypto-common v0.1.7 |
| 342 | 2026-06-02T01:13:08.092Z | Downloaded textwrap v0.16.2 |
| 343 | 2026-06-02T01:13:08.092Z | Downloaded once_cell v1.21.3 |
| 344 | 2026-06-02T01:13:08.095Z | Downloaded ucd-trie v0.1.7 |
| 345 | 2026-06-02T01:13:08.095Z | Downloaded strsim v0.11.1 |
| 346 | 2026-06-02T01:13:08.095Z | Downloaded smallvec v1.15.1 |
| 347 | 2026-06-02T01:13:08.099Z | Downloaded cpufeatures v0.2.17 |
| 348 | 2026-06-02T01:13:08.099Z | Downloaded log v0.4.29 |
| 349 | 2026-06-02T01:13:08.099Z | Downloaded pest_derive v2.8.6 |
| 350 | 2026-06-02T01:13:08.101Z | Downloaded typenum v1.19.0 |
| 351 | 2026-06-02T01:13:08.101Z | Downloaded toml_edit v0.22.27 |
| 352 | 2026-06-02T01:13:08.104Z | Downloaded num-traits v0.2.19 |
| 353 | 2026-06-02T01:13:08.107Z | Downloaded zerovec v0.11.5 |
| 354 | 2026-06-02T01:13:08.110Z | Downloaded itoa v1.0.17 |
| 355 | 2026-06-02T01:13:08.110Z | Downloaded is_terminal_polyfill v1.70.2 |
| 356 | 2026-06-02T01:13:08.113Z | Downloaded generic-array v0.14.7 |
| 357 | 2026-06-02T01:13:08.113Z | Downloaded quote v1.0.45 |
| 358 | 2026-06-02T01:13:08.115Z | Downloaded zerotrie v0.2.3 |
| 359 | 2026-06-02T01:13:08.118Z | Downloaded fs-err v3.3.0 |
| 360 | 2026-06-02T01:13:08.118Z | Downloaded winnow v0.7.14 |
| 361 | 2026-06-02T01:13:08.122Z | Downloaded writeable v0.6.2 |
| 362 | 2026-06-02T01:13:08.125Z | Downloaded unicode-width v0.2.0 |
| 363 | 2026-06-02T01:13:08.128Z | Downloaded serde_spanned v0.6.9 |
| 364 | 2026-06-02T01:13:08.128Z | Downloaded heck v0.5.0 |
| 365 | 2026-06-02T01:13:08.128Z | Downloaded colorchoice v1.0.4 |
| 366 | 2026-06-02T01:13:08.130Z | Downloaded clap_lex v1.0.0 |
| 367 | 2026-06-02T01:13:08.131Z | Downloaded smawk v0.3.2 |
| 368 | 2026-06-02T01:13:08.131Z | Downloaded idna_adapter v1.2.1 |
| 369 | 2026-06-02T01:13:08.131Z | Downloaded serde-value v0.7.0 |
| 370 | 2026-06-02T01:13:08.131Z | Downloaded cargo-platform v0.2.0 |
| 371 | 2026-06-02T01:13:08.134Z | Downloaded displaydoc v0.2.5 |
| 372 | 2026-06-02T01:13:08.134Z | Downloaded anstyle-query v1.1.5 |
| 373 | 2026-06-02T01:13:08.137Z | Downloaded tempfile v3.25.0 |
| 374 | 2026-06-02T01:13:08.140Z | Downloaded icu_properties v2.1.2 |
| 375 | 2026-06-02T01:13:08.143Z | Downloaded bytecount v0.6.9 |
| 376 | 2026-06-02T01:13:08.153Z | Downloaded dof v0.3.0 |
| 377 | 2026-06-02T01:13:08.156Z | Downloaded cfg-if v1.0.4 |
| 378 | 2026-06-02T01:13:08.156Z | Downloaded pest_meta v2.8.6 |
| 379 | 2026-06-02T01:13:08.156Z | Downloaded autocfg v1.5.0 |
| 380 | 2026-06-02T01:13:08.160Z | Downloaded anstyle-parse v0.2.7 |
| 381 | 2026-06-02T01:13:08.163Z | Downloaded serde_tokenstream v0.2.3 |
| 382 | 2026-06-02T01:13:08.163Z | Downloaded macaddr v1.0.1 |
| 383 | 2026-06-02T01:13:08.163Z | Downloaded cargo_metadata v0.21.0 |
| 384 | 2026-06-02T01:13:08.166Z | Downloaded scroll v0.12.0 |
| 385 | 2026-06-02T01:13:08.169Z | Downloaded semver v1.0.28 |
| 386 | 2026-06-02T01:13:08.169Z | Downloaded proc-macro-error v1.0.4 |
| 387 | 2026-06-02T01:13:08.174Z | Downloaded synstructure v0.13.2 |
| 388 | 2026-06-02T01:13:08.174Z | Downloaded toml_datetime v0.6.11 |
| 389 | 2026-06-02T01:13:08.174Z | Downloaded anstream v0.6.21 |
| 390 | 2026-06-02T01:13:08.174Z | Downloaded sha2 v0.10.9 |
| 391 | 2026-06-02T01:13:08.174Z | Downloaded serde_core v1.0.228 |
| 392 | 2026-06-02T01:13:08.181Z | Downloaded cargo_toml v0.21.0 |
| 393 | 2026-06-02T01:13:08.196Z | Downloaded proc-macro2 v1.0.106 |
| 394 | 2026-06-02T01:13:08.199Z | Downloaded pest_generator v2.8.6 |
| 395 | 2026-06-02T01:13:08.202Z | Downloaded goblin v0.8.2 |
| 396 | 2026-06-02T01:13:08.205Z | Downloaded cargo-util-schemas v0.8.2 |
| 397 | 2026-06-02T01:13:08.205Z | Downloaded bitflags v2.11.0 |
| 398 | 2026-06-02T01:13:08.208Z | Downloaded clap_derive v4.5.55 |
| 399 | 2026-06-02T01:13:08.208Z | Downloaded byteorder v1.5.0 |
| 400 | 2026-06-02T01:13:08.211Z | Downloaded camino v1.2.2 |
| 401 | 2026-06-02T01:13:08.214Z | Downloaded papergrid v0.11.0 |
| 402 | 2026-06-02T01:13:08.217Z | Downloaded getrandom v0.4.1 |
| 403 | 2026-06-02T01:13:08.219Z | Downloaded anyhow v1.0.102 |
| 404 | 2026-06-02T01:13:08.226Z | Downloaded icu_provider v2.1.1 |
| 405 | 2026-06-02T01:13:08.229Z | Downloaded serde_json v1.0.149 |
| 406 | 2026-06-02T01:13:08.233Z | Downloaded clap v4.5.60 |
| 407 | 2026-06-02T01:13:08.237Z | Downloaded zerofrom-derive v0.1.6 |
| 408 | 2026-06-02T01:13:08.240Z | Downloaded serde v1.0.228 |
| 409 | 2026-06-02T01:13:08.243Z | Downloaded memchr v2.8.0 |
| 410 | 2026-06-02T01:13:08.269Z | Downloaded pest v2.8.6 |
| 411 | 2026-06-02T01:13:08.276Z | Downloaded hashbrown v0.17.0 |
| 412 | 2026-06-02T01:13:08.283Z | Downloaded icu_properties_data v2.1.2 |
| 413 | 2026-06-02T01:13:08.289Z | Downloaded idna v1.1.0 |
| 414 | 2026-06-02T01:13:08.296Z | Downloaded clap_builder v4.5.60 |
| 415 | 2026-06-02T01:13:08.300Z | Downloaded tabled v0.15.0 |
| 416 | 2026-06-02T01:13:08.315Z | Downloaded syn v2.0.117 |
| 417 | 2026-06-02T01:13:08.321Z | Downloaded syn v1.0.109 |
| 418 | 2026-06-02T01:13:08.335Z | Downloaded rustix v1.1.3 |
| 419 | 2026-06-02T01:13:08.354Z | Downloaded libc v0.2.185 |
| 420 | 2026-06-02T01:13:08.422Z | Compiling proc-macro2 v1.0.106 |
| 421 | 2026-06-02T01:13:08.422Z | Compiling quote v1.0.45 |
| 422 | 2026-06-02T01:13:08.422Z | Compiling unicode-ident v1.0.24 |
| 423 | 2026-06-02T01:13:08.422Z | Compiling serde_core v1.0.228 |
| 424 | 2026-06-02T01:13:08.425Z | Compiling libc v0.2.185 |
| 425 | 2026-06-02T01:13:08.425Z | Compiling version_check v0.9.5 |
| 426 | 2026-06-02T01:13:08.425Z | Compiling serde v1.0.228 |
| 427 | 2026-06-02T01:13:08.426Z | Compiling stable_deref_trait v1.2.1 |
| 428 | 2026-06-02T01:13:08.730Z | Compiling memchr v2.8.0 |
| 429 | 2026-06-02T01:13:08.765Z | Compiling zmij v1.0.21 |
| 430 | 2026-06-02T01:13:09.054Z | Compiling itoa v1.0.17 |
| 431 | 2026-06-02T01:13:09.068Z | Compiling ucd-trie v0.1.7 |
| 432 | 2026-06-02T01:13:09.217Z | Compiling thiserror v1.0.69 |
| 433 | 2026-06-02T01:13:09.232Z | Compiling autocfg v1.5.0 |
| 434 | 2026-06-02T01:13:09.346Z | Compiling pest v2.8.6 |
| 435 | 2026-06-02T01:13:09.367Z | Compiling writeable v0.6.2 |
| 436 | 2026-06-02T01:13:09.382Z | Compiling litemap v0.8.1 |
| 437 | 2026-06-02T01:13:09.573Z | Compiling rustix v1.1.3 |
| 438 | 2026-06-02T01:13:09.691Z | Compiling icu_normalizer_data v2.1.1 |
| 439 | 2026-06-02T01:13:09.859Z | Compiling syn v2.0.117 |
| 440 | 2026-06-02T01:13:09.874Z | Compiling icu_properties_data v2.1.2 |
| 441 | 2026-06-02T01:13:09.912Z | Compiling byteorder v1.5.0 |
| 442 | 2026-06-02T01:13:10.009Z | Compiling errno v0.3.14 |
| 443 | 2026-06-02T01:13:10.076Z | Compiling bitflags v2.11.0 |
| 444 | 2026-06-02T01:13:10.148Z | Compiling serde_json v1.0.149 |
| 445 | 2026-06-02T01:13:10.296Z | Compiling num-traits v0.2.19 |
| 446 | 2026-06-02T01:13:10.300Z | Compiling smallvec v1.15.1 |
| 447 | 2026-06-02T01:13:10.357Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-06-02T01:13:10.495Z | Compiling equivalent v1.0.2 |
| 449 | 2026-06-02T01:13:10.510Z | Compiling hashbrown v0.17.0 |
| 450 | 2026-06-02T01:13:10.583Z | Compiling typeid v1.0.3 |
| 451 | 2026-06-02T01:13:10.894Z | Compiling thread-id v4.2.2 |
| 452 | 2026-06-02T01:13:10.912Z | Compiling usdt-impl v0.5.0 |
| 453 | 2026-06-02T01:13:10.942Z | Compiling proc-macro-error-attr v1.0.4 |
| 454 | 2026-06-02T01:13:10.978Z | Compiling toml_write v0.1.2 |
| 455 | 2026-06-02T01:13:11.056Z | Compiling indexmap v2.14.0 |
| 456 | 2026-06-02T01:13:11.132Z | Compiling syn v1.0.109 |
| 457 | 2026-06-02T01:13:11.177Z | Compiling winnow v0.7.14 |
| 458 | 2026-06-02T01:13:11.245Z | Compiling erased-serde v0.4.9 |
| 459 | 2026-06-02T01:13:11.668Z | Compiling proc-macro-error v1.0.4 |
| 460 | 2026-06-02T01:13:11.713Z | Compiling log v0.4.29 |
| 461 | 2026-06-02T01:13:11.855Z | Compiling thiserror v2.0.18 |
| 462 | 2026-06-02T01:13:11.895Z | Compiling percent-encoding v2.3.2 |
| 463 | 2026-06-02T01:13:12.015Z | Compiling camino v1.2.2 |
| 464 | 2026-06-02T01:13:12.092Z | Compiling utf8_iter v1.0.4 |
| 465 | 2026-06-02T01:13:12.162Z | Compiling plain v0.2.3 |
| 466 | 2026-06-02T01:13:12.192Z | Compiling utf8parse v0.2.2 |
| 467 | 2026-06-02T01:13:12.211Z | Compiling getrandom v0.4.1 |
| 468 | 2026-06-02T01:13:12.273Z | Compiling ordered-float v2.10.1 |
| 469 | 2026-06-02T01:13:12.306Z | Compiling anstyle-parse v0.2.7 |
| 470 | 2026-06-02T01:13:12.390Z | Compiling form_urlencoded v1.2.2 |
| 471 | 2026-06-02T01:13:12.501Z | Compiling synstructure v0.13.2 |
| 472 | 2026-06-02T01:13:12.545Z | Compiling pest_generator v2.8.6 |
| 473 | 2026-06-02T01:13:12.623Z | Compiling terminal_size v0.4.3 |
| 474 | 2026-06-02T01:13:12.764Z | Compiling anstyle v1.0.13 |
| 475 | 2026-06-02T01:13:12.935Z | Compiling cfg-if v1.0.4 |
| 476 | 2026-06-02T01:13:12.997Z | Compiling is_terminal_polyfill v1.70.2 |
| 477 | 2026-06-02T01:13:13.002Z | Compiling colorchoice v1.0.4 |
| 478 | 2026-06-02T01:13:13.038Z | Compiling pretty-hex v0.4.1 |
| 479 | 2026-06-02T01:13:13.058Z | Compiling anstyle-query v1.1.5 |
| 480 | 2026-06-02T01:13:13.138Z | Compiling serde-untagged v0.1.9 |
| 481 | 2026-06-02T01:13:13.155Z | Compiling anstream v0.6.21 |
| 482 | 2026-06-02T01:13:13.277Z | Compiling semver v1.0.28 |
| 483 | 2026-06-02T01:13:13.308Z | Compiling fs-err v3.3.0 |
| 484 | 2026-06-02T01:13:13.388Z | Compiling fastrand v2.3.0 |
| 485 | 2026-06-02T01:13:13.465Z | Compiling anyhow v1.0.102 |
| 486 | 2026-06-02T01:13:13.499Z | Compiling once_cell v1.21.3 |
| 487 | 2026-06-02T01:13:13.568Z | Compiling unicode-xid v0.2.6 |
| 488 | 2026-06-02T01:13:13.611Z | Compiling bytecount v0.6.9 |
| 489 | 2026-06-02T01:13:13.652Z | Compiling clap_lex v1.0.0 |
| 490 | 2026-06-02T01:13:13.692Z | Compiling strsim v0.11.1 |
| 491 | 2026-06-02T01:13:13.715Z | Compiling fnv v1.0.7 |
| 492 | 2026-06-02T01:13:13.739Z | Compiling heck v0.5.0 |
| 493 | 2026-06-02T01:13:13.817Z | Compiling unicode-width v0.1.14 |
| 494 | 2026-06-02T01:13:13.886Z | Compiling heck v0.4.1 |
| 495 | 2026-06-02T01:13:13.970Z | Compiling clap_builder v4.5.60 |
| 496 | 2026-06-02T01:13:14.039Z | Compiling papergrid v0.11.0 |
| 497 | 2026-06-02T01:13:14.093Z | Compiling tempfile v3.25.0 |
| 498 | 2026-06-02T01:13:14.206Z | Compiling serde_derive v1.0.228 |
| 499 | 2026-06-02T01:13:14.221Z | Compiling zerofrom-derive v0.1.6 |
| 500 | 2026-06-02T01:13:14.292Z | Compiling yoke-derive v0.8.1 |
| 501 | 2026-06-02T01:13:14.464Z | Compiling zerovec-derive v0.11.2 |
| 502 | 2026-06-02T01:13:14.677Z | Compiling displaydoc v0.2.5 |
| 503 | 2026-06-02T01:13:15.408Z | Compiling thiserror-impl v1.0.69 |
| 504 | 2026-06-02T01:13:15.433Z | Compiling zerocopy-derive v0.7.35 |
| 505 | 2026-06-02T01:13:15.439Z | Compiling pest_derive v2.8.6 |
| 506 | 2026-06-02T01:13:15.552Z | Compiling scroll_derive v0.12.1 |
| 507 | 2026-06-02T01:13:15.592Z | Compiling zerofrom v0.1.6 |
| 508 | 2026-06-02T01:13:15.722Z | Compiling yoke v0.8.1 |
| 509 | 2026-06-02T01:13:15.872Z | Compiling thiserror-impl v2.0.18 |
| 510 | 2026-06-02T01:13:15.914Z | Compiling zerovec v0.11.5 |
| 511 | 2026-06-02T01:13:16.213Z | Compiling zerotrie v0.2.3 |
| 512 | 2026-06-02T01:13:16.298Z | Compiling zerocopy v0.7.35 |
| 513 | 2026-06-02T01:13:16.428Z | Compiling tinystr v0.8.2 |
| 514 | 2026-06-02T01:13:16.534Z | Compiling potential_utf v0.1.4 |
| 515 | 2026-06-02T01:13:16.684Z | Compiling icu_locale_core v2.1.1 |
| 516 | 2026-06-02T01:13:16.728Z | Compiling icu_collections v2.1.1 |
| 517 | 2026-06-02T01:13:16.817Z | Compiling dtrace-parser v0.2.0 |
| 518 | 2026-06-02T01:13:16.907Z | Compiling scroll v0.12.0 |
| 519 | 2026-06-02T01:13:17.012Z | Compiling tabled_derive v0.7.0 |
| 520 | 2026-06-02T01:13:17.201Z | Compiling goblin v0.8.2 |
| 521 | 2026-06-02T01:13:17.218Z | Compiling clap_derive v4.5.55 |
| 522 | 2026-06-02T01:13:17.364Z | Compiling icu_provider v2.1.1 |
| 523 | 2026-06-02T01:13:17.575Z | Compiling memmap v0.7.0 |
| 524 | 2026-06-02T01:13:17.592Z | Compiling unicode-width v0.2.0 |
| 525 | 2026-06-02T01:13:17.672Z | Compiling icu_normalizer v2.1.1 |
| 526 | 2026-06-02T01:13:17.690Z | Compiling icu_properties v2.1.2 |
| 527 | 2026-06-02T01:13:17.708Z | Compiling serde_spanned v0.6.9 |
| 528 | 2026-06-02T01:13:17.762Z | Compiling toml_datetime v0.6.11 |
| 529 | 2026-06-02T01:13:17.858Z | Compiling dof v0.3.0 |
| 530 | 2026-06-02T01:13:17.872Z | Compiling serde_tokenstream v0.2.3 |
| 531 | 2026-06-02T01:13:17.933Z | Compiling toml_edit v0.22.27 |
| 532 | 2026-06-02T01:13:18.028Z | Compiling serde-value v0.7.0 |
| 533 | 2026-06-02T01:13:18.216Z | Compiling cargo-platform v0.2.0 |
| 534 | 2026-06-02T01:13:18.250Z | Compiling unicode-linebreak v0.1.5 |
| 535 | 2026-06-02T01:13:18.387Z | Compiling smawk v0.3.2 |
| 536 | 2026-06-02T01:13:18.487Z | Compiling tabled v0.15.0 |
| 537 | 2026-06-02T01:13:18.504Z | Compiling macaddr v1.0.1 |
| 538 | 2026-06-02T01:13:18.528Z | Compiling textwrap v0.16.2 |
| 539 | 2026-06-02T01:13:18.729Z | Compiling idna_adapter v1.2.1 |
| 540 | 2026-06-02T01:13:18.780Z | Compiling camino-tempfile v1.4.1 |
| 541 | 2026-06-02T01:13:18.806Z | Compiling usdt-macro v0.5.0 |
| 542 | 2026-06-02T01:13:18.869Z | Compiling idna v1.1.0 |
| 543 | 2026-06-02T01:13:18.983Z | Compiling usdt-attr-macro v0.5.0 |
| 544 | 2026-06-02T01:13:19.000Z | Compiling clap v4.5.60 |
| 545 | 2026-06-02T01:13:19.384Z | Compiling toml v0.8.23 |
| 546 | 2026-06-02T01:13:19.399Z | Compiling url v2.5.8 |
| 547 | 2026-06-02T01:13:19.526Z | Compiling swrite v0.1.0 |
| 548 | 2026-06-02T01:13:19.628Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 549 | 2026-06-02T01:13:19.865Z | Compiling cargo-util-schemas v0.8.2 |
| 550 | 2026-06-02T01:13:19.928Z | Compiling cargo_toml v0.21.0 |
| 551 | 2026-06-02T01:13:20.236Z | Compiling usdt v0.5.0 |
| 552 | 2026-06-02T01:13:20.770Z | Compiling cargo_metadata v0.21.0 |
| 553 | 2026-06-02T01:13:21.701Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 554 | 2026-06-02T01:13:23.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.31s |
| 555 | 2026-06-02T01:13:24.031Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 556 | 2026-06-02T01:13:24.593Z | Downloading crates ... |
| 557 | 2026-06-02T01:13:24.688Z | Downloaded adler2 v2.0.1 |
| 558 | 2026-06-02T01:13:24.692Z | Downloaded array-init v0.0.4 |
| 559 | 2026-06-02T01:13:24.692Z | Downloaded bb8 v0.8.6 |
| 560 | 2026-06-02T01:13:24.696Z | Downloaded allocator-api2 v0.2.21 |
| 561 | 2026-06-02T01:13:24.703Z | Downloaded cookie_store v0.22.1 |
| 562 | 2026-06-02T01:13:24.716Z | Downloaded bumpalo v3.20.2 |
| 563 | 2026-06-02T01:13:24.721Z | Downloaded convert_case v0.4.0 |
| 564 | 2026-06-02T01:13:24.721Z | Downloaded cargo-platform v0.1.9 |
| 565 | 2026-06-02T01:13:24.722Z | Downloaded block-padding v0.3.3 |
| 566 | 2026-06-02T01:13:24.722Z | Downloaded cbc v0.1.2 |
| 567 | 2026-06-02T01:13:24.722Z | Downloaded argon2 v0.5.3 |
| 568 | 2026-06-02T01:13:24.728Z | Downloaded float-ord v0.3.2 |
| 569 | 2026-06-02T01:13:24.737Z | Downloaded defmt-macros v1.0.1 |
| 570 | 2026-06-02T01:13:24.737Z | Downloaded crunchy v0.2.4 |
| 571 | 2026-06-02T01:13:24.737Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 572 | 2026-06-02T01:13:24.746Z | Downloaded darling v0.21.3 |
| 573 | 2026-06-02T01:13:24.746Z | Downloaded der_derive v0.7.3 |
| 574 | 2026-06-02T01:13:24.746Z | Downloaded diesel-dtrace v0.5.0 |
| 575 | 2026-06-02T01:13:24.746Z | Downloaded derive_builder_core v0.20.2 |
| 576 | 2026-06-02T01:13:24.753Z | Downloaded darling_macro v0.21.3 |
| 577 | 2026-06-02T01:13:24.754Z | Downloaded crc-catalog v2.4.0 |
| 578 | 2026-06-02T01:13:24.754Z | Downloaded cassowary v0.3.0 |
| 579 | 2026-06-02T01:13:24.754Z | Downloaded daft-derive v0.1.7 |
| 580 | 2026-06-02T01:13:24.754Z | Downloaded chacha20 v0.10.0 |
| 581 | 2026-06-02T01:13:24.754Z | Downloaded derive-where v1.6.0 |
| 582 | 2026-06-02T01:13:24.758Z | Downloaded castaway v0.2.4 |
| 583 | 2026-06-02T01:13:24.758Z | Downloaded crucible-workspace-hack v0.1.0 |
| 584 | 2026-06-02T01:13:24.758Z | Downloaded crossbeam-epoch v0.9.18 |
| 585 | 2026-06-02T01:13:24.758Z | Downloaded crc v3.4.0 |
| 586 | 2026-06-02T01:13:24.758Z | Downloaded atomic-waker v1.1.2 |
| 587 | 2026-06-02T01:13:24.766Z | Downloaded aead v0.5.2 |
| 588 | 2026-06-02T01:13:24.766Z | Downloaded bzip2 v0.4.4 |
| 589 | 2026-06-02T01:13:24.766Z | Downloaded cexpr v0.6.0 |
| 590 | 2026-06-02T01:13:24.766Z | Downloaded bitfield v0.19.4 |
| 591 | 2026-06-02T01:13:24.775Z | Downloaded base64 v0.22.1 |
| 592 | 2026-06-02T01:13:24.775Z | Downloaded fixedbitset v0.4.2 |
| 593 | 2026-06-02T01:13:24.775Z | Downloaded debug-ignore v1.0.5 |
| 594 | 2026-06-02T01:13:24.775Z | Downloaded ciborium-ll v0.2.2 |
| 595 | 2026-06-02T01:13:24.775Z | Downloaded defmt-parser v1.0.0 |
| 596 | 2026-06-02T01:13:24.779Z | Downloaded darling_macro v0.23.0 |
| 597 | 2026-06-02T01:13:24.779Z | Downloaded crossbeam-deque v0.8.6 |
| 598 | 2026-06-02T01:13:24.779Z | Downloaded base16ct v0.2.0 |
| 599 | 2026-06-02T01:13:24.780Z | Downloaded critical-section v1.2.0 |
| 600 | 2026-06-02T01:13:24.780Z | Downloaded crc32fast v1.5.0 |
| 601 | 2026-06-02T01:13:24.780Z | Downloaded ciborium-io v0.2.2 |
| 602 | 2026-06-02T01:13:24.780Z | Downloaded bitfield-macros v0.19.4 |
| 603 | 2026-06-02T01:13:24.780Z | Downloaded async-stream-impl v0.3.6 |
| 604 | 2026-06-02T01:13:24.780Z | Downloaded defmt v1.0.1 |
| 605 | 2026-06-02T01:13:24.784Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 606 | 2026-06-02T01:13:24.784Z | Downloaded console v0.15.11 |
| 607 | 2026-06-02T01:13:24.784Z | Downloaded cfg_aliases v0.2.1 |
| 608 | 2026-06-02T01:13:24.795Z | Downloaded dof v0.4.0 |
| 609 | 2026-06-02T01:13:24.795Z | Downloaded derive-ex v0.1.8 |
| 610 | 2026-06-02T01:13:24.795Z | Downloaded data-encoding v2.10.0 |
| 611 | 2026-06-02T01:13:24.800Z | Downloaded foreign-types v0.3.2 |
| 612 | 2026-06-02T01:13:24.800Z | Downloaded ascii-canvas v3.0.0 |
| 613 | 2026-06-02T01:13:24.800Z | Downloaded dirs-sys-next v0.1.2 |
| 614 | 2026-06-02T01:13:24.800Z | Downloaded async-recursion v1.1.1 |
| 615 | 2026-06-02T01:13:24.800Z | Downloaded fd-lock v4.0.4 |
| 616 | 2026-06-02T01:13:24.800Z | Downloaded embedded-io v0.4.0 |
| 617 | 2026-06-02T01:13:24.800Z | Downloaded compression-core v0.4.31 |
| 618 | 2026-06-02T01:13:24.800Z | Downloaded atty v0.2.14 |
| 619 | 2026-06-02T01:13:24.800Z | Downloaded dunce v1.0.5 |
| 620 | 2026-06-02T01:13:24.804Z | Downloaded bit-set v0.5.3 |
| 621 | 2026-06-02T01:13:24.804Z | Downloaded difflib v0.4.0 |
| 622 | 2026-06-02T01:13:24.804Z | Downloaded flagset v0.4.7 |
| 623 | 2026-06-02T01:13:24.804Z | Downloaded env_filter v1.0.0 |
| 624 | 2026-06-02T01:13:24.804Z | Downloaded foreign-types-macros v0.2.3 |
| 625 | 2026-06-02T01:13:24.807Z | Downloaded cfg_aliases v0.1.1 |
| 626 | 2026-06-02T01:13:24.807Z | Downloaded bitfield-struct v0.6.2 |
| 627 | 2026-06-02T01:13:24.807Z | Downloaded document-features v0.2.12 |
| 628 | 2026-06-02T01:13:24.807Z | Downloaded display-error-chain v0.2.2 |
| 629 | 2026-06-02T01:13:24.812Z | Downloaded dirs-next v2.0.0 |
| 630 | 2026-06-02T01:13:24.812Z | Downloaded buf-list v1.1.2 |
| 631 | 2026-06-02T01:13:24.820Z | Downloaded cpufeatures v0.3.0 |
| 632 | 2026-06-02T01:13:24.820Z | Downloaded async-stream v0.3.6 |
| 633 | 2026-06-02T01:13:24.820Z | Downloaded embedded-io v0.6.1 |
| 634 | 2026-06-02T01:13:24.820Z | Downloaded bitflags v1.3.2 |
| 635 | 2026-06-02T01:13:24.824Z | Downloaded foreign-types-shared v0.1.1 |
| 636 | 2026-06-02T01:13:24.824Z | Downloaded deranged v0.5.8 |
| 637 | 2026-06-02T01:13:24.824Z | Downloaded der v0.7.10 |
| 638 | 2026-06-02T01:13:24.824Z | Downloaded crossterm v0.28.1 |
| 639 | 2026-06-02T01:13:24.827Z | Downloaded float-cmp v0.10.0 |
| 640 | 2026-06-02T01:13:24.835Z | Downloaded crossbeam-utils v0.8.21 |
| 641 | 2026-06-02T01:13:24.835Z | Downloaded dyn-clone v1.0.20 |
| 642 | 2026-06-02T01:13:24.835Z | Downloaded const_format_proc_macros v0.2.34 |
| 643 | 2026-06-02T01:13:24.839Z | Downloaded downcast-rs v2.0.2 |
| 644 | 2026-06-02T01:13:24.839Z | Downloaded crc8 v0.1.1 |
| 645 | 2026-06-02T01:13:24.839Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 646 | 2026-06-02T01:13:24.840Z | Downloaded backoff v0.4.0 |
| 647 | 2026-06-02T01:13:24.840Z | Downloaded futures-core v0.3.32 |
| 648 | 2026-06-02T01:13:24.840Z | Downloaded funty v2.0.0 |
| 649 | 2026-06-02T01:13:24.840Z | Downloaded futures-sink v0.3.32 |
| 650 | 2026-06-02T01:13:24.844Z | Downloaded futures-io v0.3.32 |
| 651 | 2026-06-02T01:13:24.844Z | Downloaded git-stub v1.0.0 |
| 652 | 2026-06-02T01:13:24.844Z | Downloaded futures-task v0.3.32 |
| 653 | 2026-06-02T01:13:24.844Z | Downloaded futures-macro v0.3.32 |
| 654 | 2026-06-02T01:13:24.844Z | Downloaded ghash v0.5.1 |
| 655 | 2026-06-02T01:13:24.849Z | Downloaded hash32 v0.2.1 |
| 656 | 2026-06-02T01:13:24.849Z | Downloaded globwalk v0.9.1 |
| 657 | 2026-06-02T01:13:24.849Z | Downloaded hash32 v0.3.1 |
| 658 | 2026-06-02T01:13:24.849Z | Downloaded gethostname v0.5.0 |
| 659 | 2026-06-02T01:13:24.854Z | Downloaded fxhash v0.2.1 |
| 660 | 2026-06-02T01:13:24.854Z | Downloaded bit-vec v0.6.3 |
| 661 | 2026-06-02T01:13:24.854Z | Downloaded corncobs v0.1.4 |
| 662 | 2026-06-02T01:13:24.854Z | Downloaded compression-codecs v0.4.37 |
| 663 | 2026-06-02T01:13:24.862Z | Downloaded ctr v0.9.2 |
| 664 | 2026-06-02T01:13:24.862Z | Downloaded filetime v0.2.27 |
| 665 | 2026-06-02T01:13:24.863Z | Downloaded either v1.15.0 |
| 666 | 2026-06-02T01:13:24.867Z | Downloaded env_logger v0.11.9 |
| 667 | 2026-06-02T01:13:24.867Z | Downloaded find-msvc-tools v0.1.9 |
| 668 | 2026-06-02T01:13:24.868Z | Downloaded fallible-iterator v0.2.0 |
| 669 | 2026-06-02T01:13:24.868Z | Downloaded erased-serde v0.3.31 |
| 670 | 2026-06-02T01:13:24.868Z | Downloaded cobs v0.3.0 |
| 671 | 2026-06-02T01:13:24.868Z | Downloaded blake2 v0.10.6 |
| 672 | 2026-06-02T01:13:24.868Z | Downloaded hex v0.4.3 |
| 673 | 2026-06-02T01:13:24.871Z | Downloaded headers-core v0.3.0 |
| 674 | 2026-06-02T01:13:24.871Z | Downloaded ed25519 v2.2.3 |
| 675 | 2026-06-02T01:13:24.872Z | Downloaded constant_time_eq v0.4.2 |
| 676 | 2026-06-02T01:13:24.875Z | Downloaded chacha20 v0.9.1 |
| 677 | 2026-06-02T01:13:24.875Z | Downloaded des v0.8.1 |
| 678 | 2026-06-02T01:13:24.879Z | Downloaded home v0.5.12 |
| 679 | 2026-06-02T01:13:24.879Z | Downloaded hostname v0.3.1 |
| 680 | 2026-06-02T01:13:24.879Z | Downloaded hubpack v0.1.2 |
| 681 | 2026-06-02T01:13:24.879Z | Downloaded httpdate v1.0.3 |
| 682 | 2026-06-02T01:13:24.879Z | Downloaded hex-literal v0.4.1 |
| 683 | 2026-06-02T01:13:24.883Z | Downloaded csv-core v0.1.13 |
| 684 | 2026-06-02T01:13:24.883Z | Downloaded async-trait v0.1.89 |
| 685 | 2026-06-02T01:13:24.889Z | Downloaded http-body v1.0.1 |
| 686 | 2026-06-02T01:13:24.889Z | Downloaded cancel-safe-futures v0.1.5 |
| 687 | 2026-06-02T01:13:24.889Z | Downloaded cookie v0.18.1 |
| 688 | 2026-06-02T01:13:24.892Z | Downloaded ahash v0.8.12 |
| 689 | 2026-06-02T01:13:24.892Z | Downloaded git-stub-vcs v0.1.0 |
| 690 | 2026-06-02T01:13:24.892Z | Downloaded futures-executor v0.3.32 |
| 691 | 2026-06-02T01:13:24.892Z | Downloaded bit-vec v0.8.0 |
| 692 | 2026-06-02T01:13:24.896Z | Downloaded foldhash v0.2.0 |
| 693 | 2026-06-02T01:13:24.896Z | Downloaded ff v0.13.1 |
| 694 | 2026-06-02T01:13:24.900Z | Downloaded hostname v0.4.2 |
| 695 | 2026-06-02T01:13:24.900Z | Downloaded bzip2 v0.6.1 |
| 696 | 2026-06-02T01:13:24.900Z | Downloaded bytes v1.11.1 |
| 697 | 2026-06-02T01:13:24.903Z | Downloaded ident_case v1.0.1 |
| 698 | 2026-06-02T01:13:24.904Z | Downloaded indent_write v2.2.0 |
| 699 | 2026-06-02T01:13:24.904Z | Downloaded hubpack_derive v0.1.1 |
| 700 | 2026-06-02T01:13:24.910Z | Downloaded foldhash v0.1.5 |
| 701 | 2026-06-02T01:13:24.910Z | Downloaded dsl_auto_type v0.2.0 |
| 702 | 2026-06-02T01:13:24.910Z | Downloaded instant v0.1.13 |
| 703 | 2026-06-02T01:13:24.911Z | Downloaded ecdsa v0.16.9 |
| 704 | 2026-06-02T01:13:24.917Z | Downloaded darling v0.23.0 |
| 705 | 2026-06-02T01:13:24.917Z | Downloaded group v0.13.0 |
| 706 | 2026-06-02T01:13:24.917Z | Downloaded hyper-tls v0.6.0 |
| 707 | 2026-06-02T01:13:24.917Z | Downloaded fixedbitset v0.5.7 |
| 708 | 2026-06-02T01:13:24.921Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 709 | 2026-06-02T01:13:24.921Z | Downloaded http-range v0.1.5 |
| 710 | 2026-06-02T01:13:24.921Z | Downloaded is-terminal v0.4.17 |
| 711 | 2026-06-02T01:13:24.921Z | Downloaded instability v0.3.11 |
| 712 | 2026-06-02T01:13:24.922Z | Downloaded colored v2.2.0 |
| 713 | 2026-06-02T01:13:24.925Z | Downloaded inout v0.1.4 |
| 714 | 2026-06-02T01:13:24.925Z | Downloaded const-oid v0.9.6 |
| 715 | 2026-06-02T01:13:24.925Z | Downloaded ena v0.14.4 |
| 716 | 2026-06-02T01:13:24.929Z | Downloaded internet-checksum v0.2.1 |
| 717 | 2026-06-02T01:13:24.929Z | Downloaded cmake v0.1.57 |
| 718 | 2026-06-02T01:13:24.929Z | Downloaded is_ci v1.2.0 |
| 719 | 2026-06-02T01:13:24.929Z | Downloaded cipher v0.4.4 |
| 720 | 2026-06-02T01:13:24.935Z | Downloaded cargo_metadata v0.19.2 |
| 721 | 2026-06-02T01:13:24.935Z | Downloaded bcs v0.1.6 |
| 722 | 2026-06-02T01:13:24.935Z | Downloaded assert_matches v1.5.0 |
| 723 | 2026-06-02T01:13:24.940Z | Downloaded arrayvec v0.7.6 |
| 724 | 2026-06-02T01:13:24.940Z | Downloaded clang-sys v1.8.1 |
| 725 | 2026-06-02T01:13:24.940Z | Downloaded ciborium v0.2.2 |
| 726 | 2026-06-02T01:13:24.943Z | Downloaded darling v0.20.11 |
| 727 | 2026-06-02T01:13:24.943Z | Downloaded lalrpop-util v0.19.12 |
| 728 | 2026-06-02T01:13:24.943Z | Downloaded kstat-rs v0.2.4 |
| 729 | 2026-06-02T01:13:24.948Z | Downloaded keccak v0.1.6 |
| 730 | 2026-06-02T01:13:24.948Z | Downloaded derive_more v0.99.20 |
| 731 | 2026-06-02T01:13:24.952Z | Downloaded http-body-util v0.1.3 |
| 732 | 2026-06-02T01:13:24.953Z | Downloaded globset v0.4.18 |
| 733 | 2026-06-02T01:13:24.953Z | Downloaded fs_extra v1.3.0 |
| 734 | 2026-06-02T01:13:24.956Z | Downloaded illumos-nvpair v0.3.0 |
| 735 | 2026-06-02T01:13:24.956Z | Downloaded highway v1.3.0 |
| 736 | 2026-06-02T01:13:24.956Z | Downloaded glob v0.3.3 |
| 737 | 2026-06-02T01:13:24.957Z | Downloaded maybe-uninit v2.0.0 |
| 738 | 2026-06-02T01:13:24.957Z | Downloaded maplit v1.0.2 |
| 739 | 2026-06-02T01:13:24.961Z | Downloaded lzss v0.8.2 |
| 740 | 2026-06-02T01:13:24.961Z | Downloaded libscf-sys v1.1.0 |
| 741 | 2026-06-02T01:13:24.961Z | Downloaded managed v0.8.0 |
| 742 | 2026-06-02T01:13:24.961Z | Downloaded lazy_static v1.5.0 |
| 743 | 2026-06-02T01:13:24.968Z | Downloaded multimap v0.10.1 |
| 744 | 2026-06-02T01:13:24.968Z | Downloaded lru-slab v0.1.2 |
| 745 | 2026-06-02T01:13:24.968Z | Downloaded ingot v0.1.1 |
| 746 | 2026-06-02T01:13:24.968Z | Downloaded nibble_vec v0.1.0 |
| 747 | 2026-06-02T01:13:24.974Z | Downloaded newtype_derive v0.1.6 |
| 748 | 2026-06-02T01:13:24.975Z | Downloaded futures-channel v0.3.32 |
| 749 | 2026-06-02T01:13:24.975Z | Downloaded md-5 v0.10.6 |
| 750 | 2026-06-02T01:13:24.975Z | Downloaded lru v0.12.5 |
| 751 | 2026-06-02T01:13:24.975Z | Downloaded indoc v1.0.9 |
| 752 | 2026-06-02T01:13:24.978Z | Downloaded memoffset v0.9.1 |
| 753 | 2026-06-02T01:13:24.979Z | Downloaded lru-cache v0.1.2 |
| 754 | 2026-06-02T01:13:24.979Z | Downloaded getrandom v0.2.17 |
| 755 | 2026-06-02T01:13:24.979Z | Downloaded match_cfg v0.1.0 |
| 756 | 2026-06-02T01:13:24.979Z | Downloaded half v1.8.3 |
| 757 | 2026-06-02T01:13:24.984Z | Downloaded drift v0.1.4 |
| 758 | 2026-06-02T01:13:24.987Z | Downloaded ipnetwork v0.21.1 |
| 759 | 2026-06-02T01:13:24.988Z | Downloaded ipnet v2.11.0 |
| 760 | 2026-06-02T01:13:24.988Z | Downloaded humantime v2.3.0 |
| 761 | 2026-06-02T01:13:24.993Z | Downloaded newline-converter v0.3.0 |
| 762 | 2026-06-02T01:13:24.993Z | Downloaded newtype-uuid-macros v0.1.0 |
| 763 | 2026-06-02T01:13:24.993Z | Downloaded md5 v0.7.0 |
| 764 | 2026-06-02T01:13:24.998Z | Downloaded indoc v2.0.7 |
| 765 | 2026-06-02T01:13:24.998Z | Downloaded hyper-staticfile v0.10.1 |
| 766 | 2026-06-02T01:13:24.998Z | Downloaded normalize-line-endings v0.3.0 |
| 767 | 2026-06-02T01:13:24.998Z | Downloaded derive_more v2.1.1 |
| 768 | 2026-06-02T01:13:25.003Z | Downloaded num-iter v0.1.45 |
| 769 | 2026-06-02T01:13:25.008Z | Downloaded num-derive v0.4.2 |
| 770 | 2026-06-02T01:13:25.008Z | Downloaded num-derive v0.3.3 |
| 771 | 2026-06-02T01:13:25.009Z | Downloaded fatfs v0.3.6 |
| 772 | 2026-06-02T01:13:25.012Z | Downloaded num_threads v0.1.7 |
| 773 | 2026-06-02T01:13:25.013Z | Downloaded libefi-sys v0.1.0 |
| 774 | 2026-06-02T01:13:25.013Z | Downloaded cc v1.2.56 |
| 775 | 2026-06-02T01:13:25.016Z | Downloaded libsw-core v0.3.2 |
| 776 | 2026-06-02T01:13:25.016Z | Downloaded dropshot_endpoint v0.17.0 |
| 777 | 2026-06-02T01:13:25.020Z | Downloaded linked-hash-map v0.5.6 |
| 778 | 2026-06-02T01:13:25.020Z | Downloaded libloading v0.8.9 |
| 779 | 2026-06-02T01:13:25.020Z | Downloaded futures v0.3.32 |
| 780 | 2026-06-02T01:13:25.024Z | Downloaded mime_guess v2.0.5 |
| 781 | 2026-06-02T01:13:25.028Z | Downloaded oso-derive v0.27.3 |
| 782 | 2026-06-02T01:13:25.028Z | Downloaded openssl-macros v0.1.1 |
| 783 | 2026-06-02T01:13:25.028Z | Downloaded openssl-probe v0.2.1 |
| 784 | 2026-06-02T01:13:25.028Z | Downloaded iana-time-zone v0.1.65 |
| 785 | 2026-06-02T01:13:25.031Z | Downloaded opaque-debug v0.3.1 |
| 786 | 2026-06-02T01:13:25.032Z | Downloaded olpc-cjson v0.1.4 |
| 787 | 2026-06-02T01:13:25.032Z | Downloaded linear-map v1.2.0 |
| 788 | 2026-06-02T01:13:25.032Z | Downloaded nanorand v0.7.0 |
| 789 | 2026-06-02T01:13:25.035Z | Downloaded openssl-probe v0.1.6 |
| 790 | 2026-06-02T01:13:25.036Z | Downloaded mime v0.3.17 |
| 791 | 2026-06-02T01:13:25.036Z | Downloaded chacha20poly1305 v0.10.1 |
| 792 | 2026-06-02T01:13:25.039Z | Downloaded native-tls v0.2.18 |
| 793 | 2026-06-02T01:13:25.040Z | Downloaded half v2.7.1 |
| 794 | 2026-06-02T01:13:25.043Z | Downloaded hyper-rustls v0.27.7 |
| 795 | 2026-06-02T01:13:25.043Z | Downloaded ingot-types v0.1.2 |
| 796 | 2026-06-02T01:13:25.043Z | Downloaded darling_core v0.21.3 |
| 797 | 2026-06-02T01:13:25.048Z | Downloaded packed_struct_codegen v0.10.1 |
| 798 | 2026-06-02T01:13:25.051Z | Downloaded ingot-macros v0.1.1 |
| 799 | 2026-06-02T01:13:25.051Z | Downloaded newtype-uuid v1.3.2 |
| 800 | 2026-06-02T01:13:25.051Z | Downloaded darling_core v0.20.11 |
| 801 | 2026-06-02T01:13:25.056Z | Downloaded peg-runtime v0.8.5 |
| 802 | 2026-06-02T01:13:25.056Z | Downloaded parse-size v1.1.0 |
| 803 | 2026-06-02T01:13:25.056Z | Downloaded httparse v1.10.1 |
| 804 | 2026-06-02T01:13:25.060Z | Downloaded darling_core v0.23.0 |
| 805 | 2026-06-02T01:13:25.066Z | Downloaded parse-display v0.10.0 |
| 806 | 2026-06-02T01:13:25.066Z | Downloaded num_enum v0.7.5 |
| 807 | 2026-06-02T01:13:25.069Z | Downloaded phf_shared v0.13.1 |
| 808 | 2026-06-02T01:13:25.069Z | Downloaded pbkdf2 v0.12.2 |
| 809 | 2026-06-02T01:13:25.070Z | Downloaded phf_shared v0.12.1 |
| 810 | 2026-06-02T01:13:25.070Z | Downloaded phf_shared v0.11.3 |
| 811 | 2026-06-02T01:13:25.070Z | Downloaded path-slash v0.1.5 |
| 812 | 2026-06-02T01:13:25.070Z | Downloaded nu-ansi-term v0.50.3 |
| 813 | 2026-06-02T01:13:25.073Z | Downloaded num_enum v0.5.11 |
| 814 | 2026-06-02T01:13:25.082Z | Downloaded const_format v0.2.35 |
| 815 | 2026-06-02T01:13:25.082Z | Downloaded pin-utils v0.1.0 |
| 816 | 2026-06-02T01:13:25.082Z | Downloaded num-integer v0.1.46 |
| 817 | 2026-06-02T01:13:25.082Z | Downloaded base64 v0.21.7 |
| 818 | 2026-06-02T01:13:25.087Z | Downloaded lock_api v0.4.14 |
| 819 | 2026-06-02T01:13:25.087Z | Downloaded ar_archive_writer v0.5.1 |
| 820 | 2026-06-02T01:13:25.087Z | Downloaded ignore v0.4.25 |
| 821 | 2026-06-02T01:13:25.091Z | Downloaded num_enum_derive v0.7.5 |
| 822 | 2026-06-02T01:13:25.091Z | Downloaded num_enum_derive v0.5.11 |
| 823 | 2026-06-02T01:13:25.091Z | Downloaded litrs v1.0.0 |
| 824 | 2026-06-02T01:13:25.094Z | Downloaded jobserver v0.1.34 |
| 825 | 2026-06-02T01:13:25.095Z | Downloaded hmac v0.12.1 |
| 826 | 2026-06-02T01:13:25.110Z | Downloaded predicates-tree v1.0.13 |
| 827 | 2026-06-02T01:13:25.114Z | Downloaded precomputed-hash v0.1.1 |
| 828 | 2026-06-02T01:13:25.114Z | Downloaded powerfmt v0.2.0 |
| 829 | 2026-06-02T01:13:25.114Z | Downloaded oxnet v0.1.4 |
| 830 | 2026-06-02T01:13:25.114Z | Downloaded oxide-tokio-rt v0.1.4 |
| 831 | 2026-06-02T01:13:25.118Z | Downloaded indexmap v1.9.3 |
| 832 | 2026-06-02T01:13:25.118Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 833 | 2026-06-02T01:13:25.121Z | Downloaded proc-macro-crate v1.3.1 |
| 834 | 2026-06-02T01:13:25.121Z | Downloaded proc-macro-crate v3.4.0 |
| 835 | 2026-06-02T01:13:25.122Z | Downloaded predicates-core v1.0.10 |
| 836 | 2026-06-02T01:13:25.122Z | Downloaded owo-colors v4.3.0 |
| 837 | 2026-06-02T01:13:25.126Z | Downloaded flume v0.11.1 |
| 838 | 2026-06-02T01:13:25.126Z | Downloaded progenitor-client v0.11.2 |
| 839 | 2026-06-02T01:13:25.126Z | Downloaded crossbeam-channel v0.5.15 |
| 840 | 2026-06-02T01:13:25.130Z | Downloaded password-hash v0.5.0 |
| 841 | 2026-06-02T01:13:25.130Z | Downloaded parking_lot_core v0.8.6 |
| 842 | 2026-06-02T01:13:25.134Z | Downloaded progenitor-client v0.10.0 |
| 843 | 2026-06-02T01:13:25.134Z | Downloaded peg v0.8.5 |
| 844 | 2026-06-02T01:13:25.137Z | Downloaded pbkdf2 v0.11.0 |
| 845 | 2026-06-02T01:13:25.137Z | Downloaded paste v1.0.15 |
| 846 | 2026-06-02T01:13:25.141Z | Downloaded progenitor-macro v0.13.0 |
| 847 | 2026-06-02T01:13:25.141Z | Downloaded progenitor-macro v0.11.2 |
| 848 | 2026-06-02T01:13:25.141Z | Downloaded progenitor-macro v0.10.0 |
| 849 | 2026-06-02T01:13:25.144Z | Downloaded progenitor-client v0.14.0 |
| 850 | 2026-06-02T01:13:25.144Z | Downloaded pem-rfc7468 v0.7.0 |
| 851 | 2026-06-02T01:13:25.144Z | Downloaded peg-macros v0.8.5 |
| 852 | 2026-06-02T01:13:25.148Z | Downloaded rand_chacha v0.3.1 |
| 853 | 2026-06-02T01:13:25.148Z | Downloaded progenitor-macro v0.14.0 |
| 854 | 2026-06-02T01:13:25.148Z | Downloaded parse-display-derive v0.10.0 |
| 855 | 2026-06-02T01:13:25.148Z | Downloaded packed_struct v0.10.1 |
| 856 | 2026-06-02T01:13:25.152Z | Downloaded headers v0.4.1 |
| 857 | 2026-06-02T01:13:25.156Z | Downloaded quick-error v1.2.3 |
| 858 | 2026-06-02T01:13:25.157Z | Downloaded pem v3.0.6 |
| 859 | 2026-06-02T01:13:25.157Z | Downloaded omicron-zone-package v0.12.2 |
| 860 | 2026-06-02T01:13:25.160Z | Downloaded password-hash v0.4.2 |
| 861 | 2026-06-02T01:13:25.160Z | Downloaded poly1305 v0.8.0 |
| 862 | 2026-06-02T01:13:25.161Z | Downloaded pkg-config v0.3.32 |
| 863 | 2026-06-02T01:13:25.165Z | Downloaded pkcs8 v0.10.2 |
| 864 | 2026-06-02T01:13:25.166Z | Downloaded libbz2-rs-sys v0.2.2 |
| 865 | 2026-06-02T01:13:25.169Z | Downloaded ppv-lite86 v0.2.21 |
| 866 | 2026-06-02T01:13:25.169Z | Downloaded predicates v3.1.4 |
| 867 | 2026-06-02T01:13:25.169Z | Downloaded postgres-protocol v0.6.10 |
| 868 | 2026-06-02T01:13:25.169Z | Downloaded memmap2 v0.9.10 |
| 869 | 2026-06-02T01:13:25.172Z | Downloaded polyval v0.6.2 |
| 870 | 2026-06-02T01:13:25.173Z | Downloaded phf v0.13.1 |
| 871 | 2026-06-02T01:13:25.176Z | Downloaded indicatif v0.18.4 |
| 872 | 2026-06-02T01:13:25.176Z | Downloaded heapless v0.8.0 |
| 873 | 2026-06-02T01:13:25.180Z | Downloaded heapless v0.7.17 |
| 874 | 2026-06-02T01:13:25.183Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 875 | 2026-06-02T01:13:25.183Z | Downloaded progenitor v0.10.0 |
| 876 | 2026-06-02T01:13:25.183Z | Downloaded proc-macro-error2 v2.0.1 |
| 877 | 2026-06-02T01:13:25.187Z | Downloaded recursive v0.1.1 |
| 878 | 2026-06-02T01:13:25.187Z | Downloaded progenitor-client v0.13.0 |
| 879 | 2026-06-02T01:13:25.187Z | Downloaded progenitor v0.13.0 |
| 880 | 2026-06-02T01:13:25.190Z | Downloaded primeorder v0.13.6 |
| 881 | 2026-06-02T01:13:25.190Z | Downloaded rand_xorshift v0.4.0 |
| 882 | 2026-06-02T01:13:25.190Z | Downloaded progenitor v0.14.0 |
| 883 | 2026-06-02T01:13:25.193Z | Downloaded parking_lot v0.12.5 |
| 884 | 2026-06-02T01:13:25.193Z | Downloaded psl-types v2.0.11 |
| 885 | 2026-06-02T01:13:25.197Z | Downloaded progenitor-extras v0.2.0 |
| 886 | 2026-06-02T01:13:25.197Z | Downloaded hickory-resolver v0.25.2 |
| 887 | 2026-06-02T01:13:25.201Z | Downloaded parking_lot_core v0.9.12 |
| 888 | 2026-06-02T01:13:25.201Z | Downloaded parking_lot v0.11.2 |
| 889 | 2026-06-02T01:13:25.205Z | Downloaded phf v0.12.1 |
| 890 | 2026-06-02T01:13:25.205Z | Downloaded ed25519-dalek v2.2.0 |
| 891 | 2026-06-02T01:13:25.205Z | Downloaded flate2 v1.1.9 |
| 892 | 2026-06-02T01:13:25.209Z | Downloaded rustc-hash v2.1.1 |
| 893 | 2026-06-02T01:13:25.209Z | Downloaded radium v0.7.0 |
| 894 | 2026-06-02T01:13:25.215Z | Downloaded derive_more-impl v2.1.1 |
| 895 | 2026-06-02T01:13:25.218Z | Downloaded rtoolbox v0.0.3 |
| 896 | 2026-06-02T01:13:25.218Z | Downloaded rustc_version v0.4.1 |
| 897 | 2026-06-02T01:13:25.219Z | Downloaded rustc_version v0.1.7 |
| 898 | 2026-06-02T01:13:25.219Z | Downloaded psm v0.1.30 |
| 899 | 2026-06-02T01:13:25.219Z | Downloaded pin-project-internal v1.1.11 |
| 900 | 2026-06-02T01:13:25.223Z | Downloaded pkcs5 v0.7.1 |
| 901 | 2026-06-02T01:13:25.223Z | Downloaded rand_core v0.6.4 |
| 902 | 2026-06-02T01:13:25.227Z | Downloaded rand_chacha v0.9.0 |
| 903 | 2026-06-02T01:13:25.227Z | Downloaded russh-cryptovec v0.7.3 |
| 904 | 2026-06-02T01:13:25.227Z | Downloaded expectorate v1.2.0 |
| 905 | 2026-06-02T01:13:25.232Z | Downloaded same-file v1.0.6 |
| 906 | 2026-06-02T01:13:25.232Z | Downloaded hashbrown v0.12.3 |
| 907 | 2026-06-02T01:13:25.232Z | Downloaded oso v0.27.3 |
| 908 | 2026-06-02T01:13:25.236Z | Downloaded p256 v0.13.2 |
| 909 | 2026-06-02T01:13:25.236Z | Downloaded r2d2 v0.8.10 |
| 910 | 2026-06-02T01:13:25.240Z | Downloaded rand_core v0.9.5 |
| 911 | 2026-06-02T01:13:25.240Z | Downloaded pkcs1 v0.7.5 |
| 912 | 2026-06-02T01:13:25.240Z | Downloaded pin-project-lite v0.2.17 |
| 913 | 2026-06-02T01:13:25.243Z | Downloaded rfc6979 v0.4.0 |
| 914 | 2026-06-02T01:13:25.246Z | Downloaded rand_seeder v0.4.0 |
| 915 | 2026-06-02T01:13:25.246Z | Downloaded miniz_oxide v0.8.9 |
| 916 | 2026-06-02T01:13:25.250Z | Downloaded scheduled-thread-pool v0.2.7 |
| 917 | 2026-06-02T01:13:25.250Z | Downloaded async-compression v0.4.41 |
| 918 | 2026-06-02T01:13:25.254Z | Downloaded jiff-static v0.2.21 |
| 919 | 2026-06-02T01:13:25.257Z | Downloaded diesel_derives v2.3.7 |
| 920 | 2026-06-02T01:13:25.262Z | Downloaded sapling-renderdag v0.1.0 |
| 921 | 2026-06-02T01:13:25.262Z | Downloaded scroll_derive v0.13.1 |
| 922 | 2026-06-02T01:13:25.262Z | Downloaded scrypt v0.11.0 |
| 923 | 2026-06-02T01:13:25.301Z | Downloaded progenitor v0.11.2 |
| 924 | 2026-06-02T01:13:25.301Z | Downloaded aes v0.8.4 |
| 925 | 2026-06-02T01:13:25.301Z | Downloaded scopeguard v1.2.0 |
| 926 | 2026-06-02T01:13:25.306Z | Downloaded hickory-resolver v0.24.4 |
| 927 | 2026-06-02T01:13:25.306Z | Downloaded serde_repr v0.1.20 |
| 928 | 2026-06-02T01:13:25.306Z | Downloaded serde_bytes v0.11.19 |
| 929 | 2026-06-02T01:13:25.306Z | Downloaded serde_plain v1.0.2 |
| 930 | 2026-06-02T01:13:25.306Z | Downloaded quinn-udp v0.5.14 |
| 931 | 2026-06-02T01:13:25.306Z | Downloaded serde-big-array v0.5.1 |
| 932 | 2026-06-02T01:13:25.306Z | Downloaded semver v0.1.20 |
| 933 | 2026-06-02T01:13:25.306Z | Downloaded secrecy v0.10.3 |
| 934 | 2026-06-02T01:13:25.306Z | Downloaded resolv-conf v0.7.6 |
| 935 | 2026-06-02T01:13:25.306Z | Downloaded ref-cast-impl v1.0.25 |
| 936 | 2026-06-02T01:13:25.306Z | Downloaded hickory-server v0.25.2 |
| 937 | 2026-06-02T01:13:25.306Z | Downloaded prefix-trie v0.7.0 |
| 938 | 2026-06-02T01:13:25.307Z | Downloaded pin-project v1.1.11 |
| 939 | 2026-06-02T01:13:25.307Z | Downloaded signature v2.2.0 |
| 940 | 2026-06-02T01:13:25.307Z | Downloaded signal-hook-tokio v0.3.1 |
| 941 | 2026-06-02T01:13:25.307Z | Downloaded rusty-fork v0.3.1 |
| 942 | 2026-06-02T01:13:25.307Z | Downloaded shell-words v1.1.1 |
| 943 | 2026-06-02T01:13:25.307Z | Downloaded serde_urlencoded v0.7.1 |
| 944 | 2026-06-02T01:13:25.307Z | Downloaded dropshot-api-manager v0.7.1 |
| 945 | 2026-06-02T01:13:25.307Z | Downloaded serde_spanned v1.0.4 |
| 946 | 2026-06-02T01:13:25.307Z | Downloaded rustls-pemfile v2.2.0 |
| 947 | 2026-06-02T01:13:25.307Z | Downloaded papergrid v0.17.0 |
| 948 | 2026-06-02T01:13:25.309Z | Downloaded ref-cast v1.0.25 |
| 949 | 2026-06-02T01:13:25.312Z | Downloaded postgres-types v0.2.12 |
| 950 | 2026-06-02T01:13:25.312Z | Downloaded openssl-sys v0.9.115 |
| 951 | 2026-06-02T01:13:25.312Z | Downloaded signal-hook-mio v0.2.5 |
| 952 | 2026-06-02T01:13:25.317Z | Downloaded rustls-pemfile v1.0.4 |
| 953 | 2026-06-02T01:13:25.317Z | Downloaded rustls-native-certs v0.8.3 |
| 954 | 2026-06-02T01:13:25.320Z | Downloaded sigpipe v0.1.3 |
| 955 | 2026-06-02T01:13:25.320Z | Downloaded schemars_derive v0.8.22 |
| 956 | 2026-06-02T01:13:25.321Z | Downloaded rustversion v1.0.22 |
| 957 | 2026-06-02T01:13:25.321Z | Downloaded rand_core v0.10.0 |
| 958 | 2026-06-02T01:13:25.324Z | Downloaded aes-gcm v0.10.3 |
| 959 | 2026-06-02T01:13:25.324Z | Downloaded postcard v1.1.3 |
| 960 | 2026-06-02T01:13:25.328Z | Downloaded salsa20 v0.10.2 |
| 961 | 2026-06-02T01:13:25.328Z | Downloaded progenitor-impl v0.14.0 |
| 962 | 2026-06-02T01:13:25.332Z | Downloaded num-rational v0.4.2 |
| 963 | 2026-06-02T01:13:25.332Z | Downloaded scroll v0.13.0 |
| 964 | 2026-06-02T01:13:25.332Z | Downloaded sct v0.7.1 |
| 965 | 2026-06-02T01:13:25.335Z | Downloaded slog-bunyan v2.5.0 |
| 966 | 2026-06-02T01:13:25.335Z | Downloaded siphasher v1.0.2 |
| 967 | 2026-06-02T01:13:25.335Z | Downloaded http v1.4.0 |
| 968 | 2026-06-02T01:13:25.338Z | Downloaded seq-macro v0.3.6 |
| 969 | 2026-06-02T01:13:25.342Z | Downloaded secrecy v0.8.0 |
| 970 | 2026-06-02T01:13:25.342Z | Downloaded num-conv v0.2.0 |
| 971 | 2026-06-02T01:13:25.342Z | Downloaded num-complex v0.4.6 |
| 972 | 2026-06-02T01:13:25.342Z | Downloaded serde_path_to_error v0.1.20 |
| 973 | 2026-06-02T01:13:25.346Z | Downloaded slog-envlogger v2.2.0 |
| 974 | 2026-06-02T01:13:25.346Z | Downloaded crypto-bigint v0.5.5 |
| 975 | 2026-06-02T01:13:25.349Z | Downloaded progenitor-impl v0.13.0 |
| 976 | 2026-06-02T01:13:25.353Z | Downloaded russh-keys v0.45.0 |
| 977 | 2026-06-02T01:13:25.353Z | Downloaded progenitor-impl v0.11.2 |
| 978 | 2026-06-02T01:13:25.357Z | Downloaded hyper-util v0.1.20 |
| 979 | 2026-06-02T01:13:25.360Z | Downloaded serde-hex v0.1.0 |
| 980 | 2026-06-02T01:13:25.360Z | Downloaded serde_derive_internals v0.29.1 |
| 981 | 2026-06-02T01:13:25.360Z | Downloaded progenitor-impl v0.10.0 |
| 982 | 2026-06-02T01:13:25.363Z | Downloaded sha1 v0.10.6 |
| 983 | 2026-06-02T01:13:25.364Z | Downloaded getrandom v0.3.4 |
| 984 | 2026-06-02T01:13:25.367Z | Downloaded ssh-encoding v0.2.0 |
| 985 | 2026-06-02T01:13:25.367Z | Downloaded strum v0.27.2 |
| 986 | 2026-06-02T01:13:25.367Z | Downloaded ssh-cipher v0.2.0 |
| 987 | 2026-06-02T01:13:25.371Z | Downloaded minimal-lexical v0.2.1 |
| 988 | 2026-06-02T01:13:25.371Z | Downloaded prettyplease v0.2.37 |
| 989 | 2026-06-02T01:13:25.375Z | Downloaded signal-hook-registry v1.4.8 |
| 990 | 2026-06-02T01:13:25.375Z | Downloaded hashbrown v0.13.2 |
| 991 | 2026-06-02T01:13:25.378Z | Downloaded sqlparser_derive v0.5.0 |
| 992 | 2026-06-02T01:13:25.378Z | Downloaded rustls-pki-types v1.14.0 |
| 993 | 2026-06-02T01:13:25.382Z | Downloaded compact_str v0.8.1 |
| 994 | 2026-06-02T01:13:25.383Z | Downloaded multer v3.1.0 |
| 995 | 2026-06-02T01:13:25.387Z | Downloaded subtle v2.6.1 |
| 996 | 2026-06-02T01:13:25.387Z | Downloaded structmeta v0.3.0 |
| 997 | 2026-06-02T01:13:25.388Z | Downloaded crossterm v0.29.0 |
| 998 | 2026-06-02T01:13:25.391Z | Downloaded simd-adler32 v0.3.8 |
| 999 | 2026-06-02T01:13:25.391Z | Downloaded supports-color v3.0.2 |
| 1000 | 2026-06-02T01:13:25.395Z | Downloaded itertools v0.10.5 |
| 1001 | 2026-06-02T01:13:25.397Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1002 | 2026-06-02T01:13:25.397Z | Downloaded libsw v3.5.0 |
| 1003 | 2026-06-02T01:13:25.418Z | Downloaded num v0.4.3 |
| 1004 | 2026-06-02T01:13:25.418Z | Downloaded take_mut v0.2.2 |
| 1005 | 2026-06-02T01:13:25.418Z | Downloaded sync_wrapper v1.0.2 |
| 1006 | 2026-06-02T01:13:25.418Z | Downloaded sync-ptr v0.1.4 |
| 1007 | 2026-06-02T01:13:25.418Z | Downloaded strum v0.26.3 |
| 1008 | 2026-06-02T01:13:25.418Z | Downloaded tap v1.0.1 |
| 1009 | 2026-06-02T01:13:25.418Z | Downloaded structmeta-derive v0.3.0 |
| 1010 | 2026-06-02T01:13:25.418Z | Downloaded slog-scope v4.4.1 |
| 1011 | 2026-06-02T01:13:25.418Z | Downloaded nodrop v0.1.14 |
| 1012 | 2026-06-02T01:13:25.418Z | Downloaded smf v0.2.3 |
| 1013 | 2026-06-02T01:13:25.418Z | Downloaded slog-term v2.9.2 |
| 1014 | 2026-06-02T01:13:25.418Z | Downloaded slog-async v2.8.0 |
| 1015 | 2026-06-02T01:13:25.418Z | Downloaded slab v0.4.12 |
| 1016 | 2026-06-02T01:13:25.418Z | Downloaded sec1 v0.7.3 |
| 1017 | 2026-06-02T01:13:25.418Z | Downloaded testing_table v0.3.0 |
| 1018 | 2026-06-02T01:13:25.418Z | Downloaded termtree v0.5.1 |
| 1019 | 2026-06-02T01:13:25.418Z | Downloaded tagptr v0.2.0 |
| 1020 | 2026-06-02T01:13:25.418Z | Downloaded num-bigint v0.4.6 |
| 1021 | 2026-06-02T01:13:25.443Z | Downloaded slog-json v2.6.1 |
| 1022 | 2026-06-02T01:13:25.443Z | Downloaded slog-dtrace v0.3.0 |
| 1023 | 2026-06-02T01:13:25.443Z | Downloaded tabwriter v1.4.1 |
| 1024 | 2026-06-02T01:13:25.443Z | Downloaded tabled_derive v0.11.0 |
| 1025 | 2026-06-02T01:13:25.443Z | Downloaded slog-stdlog v4.1.1 |
| 1026 | 2026-06-02T01:13:25.443Z | Downloaded ron v0.8.1 |
| 1027 | 2026-06-02T01:13:25.443Z | Downloaded serde_with_macros v3.17.0 |
| 1028 | 2026-06-02T01:13:25.443Z | Downloaded diff v0.1.13 |
| 1029 | 2026-06-02T01:13:25.443Z | Downloaded tinyvec_macros v0.1.1 |
| 1030 | 2026-06-02T01:13:25.443Z | Downloaded spki v0.7.3 |
| 1031 | 2026-06-02T01:13:25.443Z | Downloaded ryu v1.0.23 |
| 1032 | 2026-06-02T01:13:25.443Z | Downloaded stringprep v0.1.5 |
| 1033 | 2026-06-02T01:13:25.443Z | Downloaded static_assertions v1.1.0 |
| 1034 | 2026-06-02T01:13:25.443Z | Downloaded time-core v0.1.8 |
| 1035 | 2026-06-02T01:13:25.444Z | Downloaded stacker v0.1.23 |
| 1036 | 2026-06-02T01:13:25.444Z | Downloaded hashbrown v0.16.1 |
| 1037 | 2026-06-02T01:13:25.459Z | Downloaded string_cache v0.8.9 |
| 1038 | 2026-06-02T01:13:25.459Z | Downloaded rayon-core v1.13.0 |
| 1039 | 2026-06-02T01:13:25.459Z | Downloaded hashbrown v0.15.5 |
| 1040 | 2026-06-02T01:13:25.459Z | Downloaded schemars v0.8.22 |
| 1041 | 2026-06-02T01:13:25.464Z | Downloaded tokio-macros v2.7.0 |
| 1042 | 2026-06-02T01:13:25.464Z | Downloaded support-bundle-viewer v0.1.2 |
| 1043 | 2026-06-02T01:13:25.466Z | Downloaded strum_macros v0.24.3 |
| 1044 | 2026-06-02T01:13:25.472Z | Downloaded pretty_assertions v1.4.1 |
| 1045 | 2026-06-02T01:13:25.472Z | Downloaded strum_macros v0.27.2 |
| 1046 | 2026-06-02T01:13:25.472Z | Downloaded itertools v0.12.1 |
| 1047 | 2026-06-02T01:13:25.476Z | Downloaded strum_macros v0.26.4 |
| 1048 | 2026-06-02T01:13:25.476Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1049 | 2026-06-02T01:13:25.476Z | Downloaded smallvec v0.6.14 |
| 1050 | 2026-06-02T01:13:25.479Z | Downloaded nom v7.1.3 |
| 1051 | 2026-06-02T01:13:25.485Z | Downloaded shlex v1.3.0 |
| 1052 | 2026-06-02T01:13:25.486Z | Downloaded serde_cbor v0.11.2 |
| 1053 | 2026-06-02T01:13:25.486Z | Downloaded nonempty v0.12.0 |
| 1054 | 2026-06-02T01:13:25.486Z | Downloaded elliptic-curve v0.13.8 |
| 1055 | 2026-06-02T01:13:25.501Z | Downloaded snafu-derive v0.8.9 |
| 1056 | 2026-06-02T01:13:25.502Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1057 | 2026-06-02T01:13:25.502Z | Downloaded topological-sort v0.2.2 |
| 1058 | 2026-06-02T01:13:25.502Z | Downloaded thiserror-no-std v2.0.2 |
| 1059 | 2026-06-02T01:13:25.502Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1060 | 2026-06-02T01:13:25.502Z | Downloaded termios v0.3.3 |
| 1061 | 2026-06-02T01:13:25.502Z | Downloaded rand v0.8.6 |
| 1062 | 2026-06-02T01:13:25.506Z | Downloaded signal-hook v0.3.18 |
| 1063 | 2026-06-02T01:13:25.506Z | Downloaded try-lock v0.2.5 |
| 1064 | 2026-06-02T01:13:25.506Z | Downloaded tls_codec v0.4.2 |
| 1065 | 2026-06-02T01:13:25.507Z | Downloaded spin v0.9.8 |
| 1066 | 2026-06-02T01:13:25.507Z | Downloaded tiny-keccak v2.0.2 |
| 1067 | 2026-06-02T01:13:25.507Z | Downloaded tower-layer v0.3.3 |
| 1068 | 2026-06-02T01:13:25.511Z | Downloaded sqlformat v0.3.5 |
| 1069 | 2026-06-02T01:13:25.511Z | Downloaded tower-service v0.3.3 |
| 1070 | 2026-06-02T01:13:25.511Z | Downloaded rcgen v0.12.1 |
| 1071 | 2026-06-02T01:13:25.512Z | Downloaded new_debug_unreachable v1.0.6 |
| 1072 | 2026-06-02T01:13:25.512Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1073 | 2026-06-02T01:13:25.515Z | Downloaded time-macros v0.2.27 |
| 1074 | 2026-06-02T01:13:25.515Z | Downloaded mio v1.2.0 |
| 1075 | 2026-06-02T01:13:25.519Z | Downloaded thread_local v1.1.9 |
| 1076 | 2026-06-02T01:13:25.522Z | Downloaded trait-variant v0.1.2 |
| 1077 | 2026-06-02T01:13:25.522Z | Downloaded thread-id v5.1.0 |
| 1078 | 2026-06-02T01:13:25.525Z | Downloaded tls_codec_derive v0.4.2 |
| 1079 | 2026-06-02T01:13:25.525Z | Downloaded similar v2.7.0 |
| 1080 | 2026-06-02T01:13:25.528Z | Downloaded tokio-tungstenite v0.21.0 |
| 1081 | 2026-06-02T01:13:25.528Z | Downloaded typify-macro v0.4.3 |
| 1082 | 2026-06-02T01:13:25.532Z | Downloaded tokio-native-tls v0.3.1 |
| 1083 | 2026-06-02T01:13:25.532Z | Downloaded unarray v0.1.4 |
| 1084 | 2026-06-02T01:13:25.532Z | Downloaded quinn v0.11.9 |
| 1085 | 2026-06-02T01:13:25.538Z | Downloaded typify-macro v0.6.2 |
| 1086 | 2026-06-02T01:13:25.538Z | Downloaded dropshot_endpoint v0.16.7 |
| 1087 | 2026-06-02T01:13:25.541Z | Downloaded universal-hash v0.5.1 |
| 1088 | 2026-06-02T01:13:25.542Z | Downloaded unit-prefix v0.5.2 |
| 1089 | 2026-06-02T01:13:25.542Z | Downloaded unicode-truncate v1.1.0 |
| 1090 | 2026-06-02T01:13:25.543Z | Downloaded publicsuffix v2.3.0 |
| 1091 | 2026-06-02T01:13:25.546Z | Downloaded crc-any v2.5.0 |
| 1092 | 2026-06-02T01:13:25.547Z | Downloaded console v0.16.2 |
| 1093 | 2026-06-02T01:13:25.547Z | Downloaded blowfish v0.9.1 |
| 1094 | 2026-06-02T01:13:25.547Z | Downloaded async-bb8-diesel v0.2.1 |
| 1095 | 2026-06-02T01:13:25.551Z | Downloaded untrusted v0.7.1 |
| 1096 | 2026-06-02T01:13:25.551Z | Downloaded tokio-tungstenite v0.23.1 |
| 1097 | 2026-06-02T01:13:25.551Z | Downloaded tokio-rustls v0.25.0 |
| 1098 | 2026-06-02T01:13:25.555Z | Downloaded term v0.7.0 |
| 1099 | 2026-06-02T01:13:25.555Z | Downloaded untrusted v0.9.0 |
| 1100 | 2026-06-02T01:13:25.561Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1101 | 2026-06-02T01:13:25.561Z | Downloaded usdt-attr-macro v0.6.0 |
| 1102 | 2026-06-02T01:13:25.561Z | Downloaded usdt v0.6.0 |
| 1103 | 2026-06-02T01:13:25.561Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1104 | 2026-06-02T01:13:25.561Z | Downloaded term v1.2.1 |
| 1105 | 2026-06-02T01:13:25.565Z | Downloaded utf-8 v0.7.6 |
| 1106 | 2026-06-02T01:13:25.565Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1107 | 2026-06-02T01:13:25.565Z | Downloaded socket2 v0.5.10 |
| 1108 | 2026-06-02T01:13:25.565Z | Downloaded rand v0.9.2 |
| 1109 | 2026-06-02T01:13:25.570Z | Downloaded qorb v0.4.1 |
| 1110 | 2026-06-02T01:13:25.574Z | Downloaded socket2 v0.6.3 |
| 1111 | 2026-06-02T01:13:25.574Z | Downloaded rsa v0.9.10 |
| 1112 | 2026-06-02T01:13:25.577Z | Downloaded itertools v0.13.0 |
| 1113 | 2026-06-02T01:13:25.581Z | Downloaded want v0.3.1 |
| 1114 | 2026-06-02T01:13:25.582Z | Downloaded aho-corasick v1.1.4 |
| 1115 | 2026-06-02T01:13:25.586Z | Downloaded num-bigint-dig v0.8.6 |
| 1116 | 2026-06-02T01:13:25.586Z | Downloaded libxml v0.3.3 |
| 1117 | 2026-06-02T01:13:25.590Z | Downloaded tui-tree-widget v0.23.1 |
| 1118 | 2026-06-02T01:13:25.594Z | Downloaded schemars v0.9.0 |
| 1119 | 2026-06-02T01:13:25.601Z | Downloaded void v1.0.2 |
| 1120 | 2026-06-02T01:13:25.604Z | Downloaded rustls-webpki v0.103.9 |
| 1121 | 2026-06-02T01:13:25.604Z | Downloaded xattr v1.6.1 |
| 1122 | 2026-06-02T01:13:25.604Z | Downloaded tokio-rustls v0.26.4 |
| 1123 | 2026-06-02T01:13:25.604Z | Downloaded hyper v1.8.1 |
| 1124 | 2026-06-02T01:13:25.608Z | Downloaded xshell-macros v0.2.7 |
| 1125 | 2026-06-02T01:13:25.611Z | Downloaded subprocess v0.2.15 |
| 1126 | 2026-06-02T01:13:25.611Z | Downloaded schemars v1.2.1 |
| 1127 | 2026-06-02T01:13:25.619Z | Downloaded tokio-rustls v0.24.1 |
| 1128 | 2026-06-02T01:13:25.623Z | Downloaded itertools v0.14.0 |
| 1129 | 2026-06-02T01:13:25.627Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1130 | 2026-06-02T01:13:25.627Z | Downloaded zeroize_derive v1.4.3 |
| 1131 | 2026-06-02T01:13:25.631Z | Downloaded usdt-impl v0.6.0 |
| 1132 | 2026-06-02T01:13:25.631Z | Downloaded hkdf v0.12.4 |
| 1133 | 2026-06-02T01:13:25.631Z | Downloaded tokio-stream v0.1.18 |
| 1134 | 2026-06-02T01:13:25.636Z | Downloaded uzers v0.12.2 |
| 1135 | 2026-06-02T01:13:25.639Z | Downloaded test-strategy v0.4.5 |
| 1136 | 2026-06-02T01:13:25.639Z | Downloaded tokio-dtrace v0.1.1 |
| 1137 | 2026-06-02T01:13:25.639Z | Downloaded rand v0.10.0 |
| 1138 | 2026-06-02T01:13:25.642Z | Downloaded vergen-gitcl v1.0.8 |
| 1139 | 2026-06-02T01:13:25.643Z | Downloaded zone_cfg_derive v0.3.1 |
| 1140 | 2026-06-02T01:13:25.643Z | Downloaded vergen-git2 v1.0.7 |
| 1141 | 2026-06-02T01:13:25.646Z | Downloaded h2 v0.4.13 |
| 1142 | 2026-06-02T01:13:25.649Z | Downloaded vergen-lib v0.1.6 |
| 1143 | 2026-06-02T01:13:25.649Z | Downloaded tinyvec v1.10.0 |
| 1144 | 2026-06-02T01:13:25.653Z | Downloaded walkdir v2.5.0 |
| 1145 | 2026-06-02T01:13:25.653Z | Downloaded p521 v0.13.3 |
| 1146 | 2026-06-02T01:13:25.658Z | Downloaded futures-util v0.3.32 |
| 1147 | 2026-06-02T01:13:25.661Z | Downloaded whoami v1.6.1 |
| 1148 | 2026-06-02T01:13:25.665Z | Downloaded twox-hash v2.1.2 |
| 1149 | 2026-06-02T01:13:25.665Z | Downloaded vsss-rs v3.3.4 |
| 1150 | 2026-06-02T01:13:25.668Z | Downloaded unicase v2.9.0 |
| 1151 | 2026-06-02T01:13:25.668Z | Downloaded samael v0.0.19 |
| 1152 | 2026-06-02T01:13:25.672Z | Downloaded xshell v0.2.7 |
| 1153 | 2026-06-02T01:13:25.672Z | Downloaded iddqd v0.4.1 |
| 1154 | 2026-06-02T01:13:25.676Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1155 | 2026-06-02T01:13:25.681Z | Downloaded toml v0.7.8 |
| 1156 | 2026-06-02T01:13:25.686Z | Downloaded whoami v2.1.0 |
| 1157 | 2026-06-02T01:13:25.687Z | Downloaded wyz v0.5.1 |
| 1158 | 2026-06-02T01:13:25.687Z | Downloaded russh v0.45.0 |
| 1159 | 2026-06-02T01:13:25.692Z | Downloaded zeroize v1.8.2 |
| 1160 | 2026-06-02T01:13:25.692Z | Downloaded zone v0.3.1 |
| 1161 | 2026-06-02T01:13:25.692Z | Downloaded snafu v0.8.9 |
| 1162 | 2026-06-02T01:13:25.696Z | Downloaded zstd v0.13.3 |
| 1163 | 2026-06-02T01:13:25.696Z | Downloaded vergen v9.0.6 |
| 1164 | 2026-06-02T01:13:25.696Z | Downloaded rustyline v14.0.0 |
| 1165 | 2026-06-02T01:13:25.700Z | Downloaded zstd-safe v7.2.4 |
| 1166 | 2026-06-02T01:13:25.700Z | Downloaded tracing-attributes v0.1.31 |
| 1167 | 2026-06-02T01:13:25.704Z | Downloaded tracing-core v0.1.36 |
| 1168 | 2026-06-02T01:13:25.704Z | Downloaded tar v0.4.45 |
| 1169 | 2026-06-02T01:13:25.708Z | Downloaded blake3 v1.8.3 |
| 1170 | 2026-06-02T01:13:25.712Z | Downloaded unicode-properties v0.1.4 |
| 1171 | 2026-06-02T01:13:25.715Z | Downloaded tungstenite v0.21.0 |
| 1172 | 2026-06-02T01:13:25.715Z | Downloaded iri-string v0.7.10 |
| 1173 | 2026-06-02T01:13:25.719Z | Downloaded yasna v0.5.2 |
| 1174 | 2026-06-02T01:13:25.725Z | Downloaded unicode-bidi v0.3.18 |
| 1175 | 2026-06-02T01:13:25.725Z | Downloaded typify v0.4.3 |
| 1176 | 2026-06-02T01:13:25.725Z | Downloaded tungstenite v0.23.0 |
| 1177 | 2026-06-02T01:13:25.729Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1178 | 2026-06-02T01:13:25.733Z | Downloaded libm v0.2.16 |
| 1179 | 2026-06-02T01:13:25.736Z | Downloaded unsafe-libyaml v0.2.11 |
| 1180 | 2026-06-02T01:13:25.740Z | Downloaded zerocopy v0.6.6 |
| 1181 | 2026-06-02T01:13:25.740Z | Downloaded bitvec v1.0.1 |
| 1182 | 2026-06-02T01:13:25.747Z | Downloaded uuid v1.23.0 |
| 1183 | 2026-06-02T01:13:25.751Z | Downloaded reedline v0.40.0 |
| 1184 | 2026-06-02T01:13:25.755Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1185 | 2026-06-02T01:13:25.759Z | Downloaded tokio-postgres v0.7.16 |
| 1186 | 2026-06-02T01:13:25.763Z | Downloaded typify v0.6.2 |
| 1187 | 2026-06-02T01:13:25.763Z | Downloaded bindgen v0.71.1 |
| 1188 | 2026-06-02T01:13:25.769Z | Downloaded vte v0.14.1 |
| 1189 | 2026-06-02T01:13:25.773Z | Downloaded aws-lc-rs v1.16.3 |
| 1190 | 2026-06-02T01:13:25.777Z | Downloaded steno v0.4.1 |
| 1191 | 2026-06-02T01:13:25.781Z | Downloaded chrono v0.4.44 |
| 1192 | 2026-06-02T01:13:25.784Z | Downloaded rpassword v7.4.0 |
| 1193 | 2026-06-02T01:13:25.784Z | Downloaded waitgroup v0.1.2 |
| 1194 | 2026-06-02T01:13:25.784Z | Downloaded wait-timeout v0.2.1 |
| 1195 | 2026-06-02T01:13:25.788Z | Downloaded usdt-macro v0.6.0 |
| 1196 | 2026-06-02T01:13:25.788Z | Downloaded slog v2.8.2 |
| 1197 | 2026-06-02T01:13:25.788Z | Downloaded fs-err v2.11.0 |
| 1198 | 2026-06-02T01:13:25.792Z | Downloaded backon v1.6.0 |
| 1199 | 2026-06-02T01:13:25.792Z | Downloaded arc-swap v1.8.2 |
| 1200 | 2026-06-02T01:13:25.795Z | Downloaded foreign-types-shared v0.3.1 |
| 1201 | 2026-06-02T01:13:25.796Z | Downloaded foreign-types v0.5.0 |
| 1202 | 2026-06-02T01:13:25.796Z | Downloaded convert_case v0.10.0 |
| 1203 | 2026-06-02T01:13:25.796Z | Downloaded daft v0.1.7 |
| 1204 | 2026-06-02T01:13:25.802Z | Downloaded arrayref v0.3.9 |
| 1205 | 2026-06-02T01:13:25.802Z | Downloaded base64ct v1.8.3 |
| 1206 | 2026-06-02T01:13:25.802Z | Downloaded zopfli v0.8.3 |
| 1207 | 2026-06-02T01:13:25.806Z | Downloaded cstr-argument v0.1.2 |
| 1208 | 2026-06-02T01:13:25.806Z | Downloaded bit-set v0.8.0 |
| 1209 | 2026-06-02T01:13:25.806Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1210 | 2026-06-02T01:13:25.806Z | Downloaded enum-as-inner v0.6.1 |
| 1211 | 2026-06-02T01:13:25.807Z | Downloaded yansi v1.0.1 |
| 1212 | 2026-06-02T01:13:25.807Z | Downloaded ssh-key v0.6.7 |
| 1213 | 2026-06-02T01:13:25.810Z | Downloaded goblin v0.10.5 |
| 1214 | 2026-06-02T01:13:25.815Z | Downloaded p384 v0.13.1 |
| 1215 | 2026-06-02T01:13:25.820Z | Downloaded reqwest v0.13.2 |
| 1216 | 2026-06-02T01:13:25.823Z | Downloaded unicode_categories v0.1.1 |
| 1217 | 2026-06-02T01:13:25.823Z | Downloaded reqwest v0.12.28 |
| 1218 | 2026-06-02T01:13:25.828Z | Downloaded curve25519-dalek v4.1.3 |
| 1219 | 2026-06-02T01:13:25.832Z | Downloaded zip v0.6.6 |
| 1220 | 2026-06-02T01:13:25.836Z | Downloaded toml_edit v0.19.15 |
| 1221 | 2026-06-02T01:13:25.844Z | Downloaded regex v1.12.3 |
| 1222 | 2026-06-02T01:13:25.849Z | Downloaded git2 v0.20.4 |
| 1223 | 2026-06-02T01:13:25.852Z | Downloaded typed-path v0.9.3 |
| 1224 | 2026-06-02T01:13:25.856Z | Downloaded darling_macro v0.20.11 |
| 1225 | 2026-06-02T01:13:25.860Z | Downloaded atomicwrites v0.4.4 |
| 1226 | 2026-06-02T01:13:25.861Z | Downloaded endian-type v0.1.2 |
| 1227 | 2026-06-02T01:13:25.861Z | Downloaded dtrace-parser v0.3.0 |
| 1228 | 2026-06-02T01:13:25.861Z | Downloaded derive_builder_macro v0.20.2 |
| 1229 | 2026-06-02T01:13:25.861Z | Downloaded derive_builder v0.20.2 |
| 1230 | 2026-06-02T01:13:25.864Z | Downloaded defmt v0.3.100 |
| 1231 | 2026-06-02T01:13:25.864Z | Downloaded colored v3.1.1 |
| 1232 | 2026-06-02T01:13:25.864Z | Downloaded rayon v1.11.0 |
| 1233 | 2026-06-02T01:13:25.869Z | Downloaded zerocopy-derive v0.8.40 |
| 1234 | 2026-06-02T01:13:25.875Z | Downloaded quick-xml v0.37.5 |
| 1235 | 2026-06-02T01:13:25.879Z | Downloaded tower v0.5.3 |
| 1236 | 2026-06-02T01:13:25.885Z | Downloaded portable-atomic v1.13.1 |
| 1237 | 2026-06-02T01:13:25.889Z | Downloaded unicode-segmentation v1.12.0 |
| 1238 | 2026-06-02T01:13:25.895Z | Downloaded serde_with v3.17.0 |
| 1239 | 2026-06-02T01:13:25.900Z | Downloaded x509-cert v0.2.5 |
| 1240 | 2026-06-02T01:13:25.904Z | Downloaded object v0.30.4 |
| 1241 | 2026-06-02T01:13:25.909Z | Downloaded bstr v1.12.1 |
| 1242 | 2026-06-02T01:13:25.914Z | Downloaded lalrpop v0.19.12 |
| 1243 | 2026-06-02T01:13:25.921Z | Downloaded salty v0.3.0 |
| 1244 | 2026-06-02T01:13:25.927Z | Downloaded unicode-normalization v0.1.25 |
| 1245 | 2026-06-02T01:13:25.929Z | Downloaded nix v0.27.1 |
| 1246 | 2026-06-02T01:13:25.934Z | Downloaded moka v0.12.13 |
| 1247 | 2026-06-02T01:13:25.939Z | Downloaded tough v0.22.0 |
| 1248 | 2026-06-02T01:13:25.944Z | Downloaded proptest v1.10.0 |
| 1249 | 2026-06-02T01:13:25.950Z | Downloaded petname v2.0.2 |
| 1250 | 2026-06-02T01:13:25.954Z | Downloaded rustls-webpki v0.101.7 |
| 1251 | 2026-06-02T01:13:25.961Z | Downloaded quinn-proto v0.11.13 |
| 1252 | 2026-06-02T01:13:25.966Z | Downloaded zip v4.6.1 |
| 1253 | 2026-06-02T01:13:25.970Z | Downloaded nix v0.28.0 |
| 1254 | 2026-06-02T01:13:25.984Z | Downloaded tower-http v0.6.8 |
| 1255 | 2026-06-02T01:13:25.984Z | Downloaded polar-core v0.27.3 |
| 1256 | 2026-06-02T01:13:25.990Z | Downloaded rustls-webpki v0.102.8 |
| 1257 | 2026-06-02T01:13:25.998Z | Downloaded tokio-util v0.7.18 |
| 1258 | 2026-06-02T01:13:26.002Z | Downloaded tabled v0.20.0 |
| 1259 | 2026-06-02T01:13:26.014Z | Downloaded winnow v0.6.26 |
| 1260 | 2026-06-02T01:13:26.019Z | Downloaded winnow v0.5.40 |
| 1261 | 2026-06-02T01:13:26.024Z | Downloaded radix_trie v0.2.1 |
| 1262 | 2026-06-02T01:13:26.029Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1263 | 2026-06-02T01:13:26.035Z | Downloaded byte-wrapper v0.1.0 |
| 1264 | 2026-06-02T01:13:26.041Z | Downloaded smoltcp v0.9.1 |
| 1265 | 2026-06-02T01:13:26.048Z | Downloaded vcpkg v0.2.15 |
| 1266 | 2026-06-02T01:13:26.071Z | Downloaded object v0.37.3 |
| 1267 | 2026-06-02T01:13:26.078Z | Downloaded openssl v0.10.79 |
| 1268 | 2026-06-02T01:13:26.085Z | Downloaded regress v0.10.5 |
| 1269 | 2026-06-02T01:13:26.090Z | Downloaded rustls v0.21.12 |
| 1270 | 2026-06-02T01:13:26.097Z | Downloaded webpki-roots v1.0.6 |
| 1271 | 2026-06-02T01:13:26.100Z | Downloaded regress v0.11.1 |
| 1272 | 2026-06-02T01:13:26.106Z | Downloaded zerocopy v0.8.40 |
| 1273 | 2026-06-02T01:13:26.111Z | Downloaded regex-syntax v0.8.10 |
| 1274 | 2026-06-02T01:13:26.116Z | Downloaded dropshot v0.16.7 |
| 1275 | 2026-06-02T01:13:26.130Z | Downloaded zlib-rs v0.6.2 |
| 1276 | 2026-06-02T01:13:26.133Z | Downloaded hickory-proto v0.24.4 |
| 1277 | 2026-06-02T01:13:26.142Z | Downloaded dropshot v0.17.0 |
| 1278 | 2026-06-02T01:13:26.155Z | Downloaded smoltcp v0.11.0 |
| 1279 | 2026-06-02T01:13:26.164Z | Downloaded nix v0.31.2 |
| 1280 | 2026-06-02T01:13:26.169Z | Downloaded rustls v0.22.4 |
| 1281 | 2026-06-02T01:13:26.178Z | Downloaded openapiv3 v2.2.0 |
| 1282 | 2026-06-02T01:13:26.185Z | Downloaded rustls v0.23.37 |
| 1283 | 2026-06-02T01:13:26.193Z | Downloaded rustix v0.38.44 |
| 1284 | 2026-06-02T01:13:26.207Z | Downloaded sqlparser v0.61.0 |
| 1285 | 2026-06-02T01:13:26.213Z | Downloaded diesel v2.3.7 |
| 1286 | 2026-06-02T01:13:26.227Z | Downloaded nix v0.29.0 |
| 1287 | 2026-06-02T01:13:26.233Z | Downloaded tracing v0.1.44 |
| 1288 | 2026-06-02T01:13:26.247Z | Downloaded ratatui v0.29.0 |
| 1289 | 2026-06-02T01:13:26.259Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1290 | 2026-06-02T01:13:26.266Z | Downloaded sled v0.34.7 |
| 1291 | 2026-06-02T01:13:26.272Z | Downloaded hickory-proto v0.25.2 |
| 1292 | 2026-06-02T01:13:26.282Z | Downloaded typify-impl v0.6.2 |
| 1293 | 2026-06-02T01:13:26.291Z | Downloaded time v0.3.47 |
| 1294 | 2026-06-02T01:13:26.300Z | Downloaded petgraph v0.6.5 |
| 1295 | 2026-06-02T01:13:26.310Z | Downloaded typify-impl v0.4.3 |
| 1296 | 2026-06-02T01:13:26.321Z | Downloaded regex-syntax v0.6.29 |
| 1297 | 2026-06-02T01:13:26.325Z | Downloaded zerocopy-derive v0.6.6 |
| 1298 | 2026-06-02T01:13:26.333Z | Downloaded chrono-tz v0.10.4 |
| 1299 | 2026-06-02T01:13:26.347Z | Downloaded petgraph v0.8.3 |
| 1300 | 2026-06-02T01:13:26.357Z | Downloaded regex-automata v0.4.14 |
| 1301 | 2026-06-02T01:13:26.368Z | Downloaded csv v1.4.0 |
| 1302 | 2026-06-02T01:13:26.383Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1303 | 2026-06-02T01:13:26.391Z | Downloaded jiff v0.2.21 |
| 1304 | 2026-06-02T01:13:26.405Z | Downloaded libz-sys v1.1.24 |
| 1305 | 2026-06-02T01:13:26.417Z | Downloaded sha3 v0.10.8 |
| 1306 | 2026-06-02T01:13:26.424Z | Downloaded tokio v1.52.1 |
| 1307 | 2026-06-02T01:13:26.454Z | Downloaded encoding_rs v0.8.35 |
| 1308 | 2026-06-02T01:13:26.531Z | Downloaded ring v0.17.14 |
| 1309 | 2026-06-02T01:13:26.571Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1310 | 2026-06-02T01:13:27.075Z | Downloaded aws-lc-sys v0.40.0 |
| 1311 | 2026-06-02T01:13:27.309Z | Compiling libc v0.2.185 |
| 1312 | 2026-06-02T01:13:27.312Z | Compiling serde v1.0.228 |
| 1313 | 2026-06-02T01:13:27.313Z | Compiling log v0.4.29 |
| 1314 | 2026-06-02T01:13:27.313Z | Compiling find-msvc-tools v0.1.9 |
| 1315 | 2026-06-02T01:13:27.475Z | Compiling shlex v1.3.0 |
| 1316 | 2026-06-02T01:13:27.475Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-06-02T01:13:27.486Z | Compiling syn v2.0.117 |
| 1318 | 2026-06-02T01:13:27.496Z | Compiling typenum v1.19.0 |
| 1319 | 2026-06-02T01:13:27.659Z | Compiling generic-array v0.14.7 |
| 1320 | 2026-06-02T01:13:27.676Z | Compiling subtle v2.6.1 |
| 1321 | 2026-06-02T01:13:27.699Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-06-02T01:13:27.745Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-06-02T01:13:27.796Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-06-02T01:13:27.834Z | Compiling serde_json v1.0.149 |
| 1325 | 2026-06-02T01:13:27.848Z | Compiling zerocopy v0.8.40 |
| 1326 | 2026-06-02T01:13:27.901Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-06-02T01:13:28.026Z | Compiling pin-project-lite v0.2.17 |
| 1328 | 2026-06-02T01:13:28.124Z | Compiling parking_lot_core v0.9.12 |
| 1329 | 2026-06-02T01:13:28.302Z | Compiling pkg-config v0.3.32 |
| 1330 | 2026-06-02T01:13:28.363Z | Compiling getrandom v0.2.17 |
| 1331 | 2026-06-02T01:13:28.377Z | Compiling jobserver v0.1.34 |
| 1332 | 2026-06-02T01:13:28.391Z | Compiling errno v0.3.14 |
| 1333 | 2026-06-02T01:13:28.502Z | Compiling rand_core v0.6.4 |
| 1334 | 2026-06-02T01:13:28.594Z | Compiling signal-hook-registry v1.4.8 |
| 1335 | 2026-06-02T01:13:28.761Z | Compiling cc v1.2.56 |
| 1336 | 2026-06-02T01:13:28.782Z | Compiling bitflags v2.11.0 |
| 1337 | 2026-06-02T01:13:28.823Z | Compiling libm v0.2.16 |
| 1338 | 2026-06-02T01:13:28.860Z | Compiling futures-core v0.3.32 |
| 1339 | 2026-06-02T01:13:28.873Z | Compiling critical-section v1.2.0 |
| 1340 | 2026-06-02T01:13:28.980Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-06-02T01:13:29.010Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-06-02T01:13:29.023Z | Compiling mio v1.2.0 |
| 1343 | 2026-06-02T01:13:29.060Z | Compiling num-traits v0.2.19 |
| 1344 | 2026-06-02T01:13:29.152Z | Compiling percent-encoding v2.3.2 |
| 1345 | 2026-06-02T01:13:29.190Z | Compiling socket2 v0.6.3 |
| 1346 | 2026-06-02T01:13:29.338Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-06-02T01:13:29.382Z | Compiling slab v0.4.12 |
| 1348 | 2026-06-02T01:13:29.403Z | Compiling futures-io v0.3.32 |
| 1349 | 2026-06-02T01:13:29.443Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-06-02T01:13:29.491Z | Compiling getrandom v0.4.1 |
| 1351 | 2026-06-02T01:13:29.557Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-06-02T01:13:29.561Z | Compiling cpufeatures v0.2.17 |
| 1353 | 2026-06-02T01:13:29.598Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-06-02T01:13:29.644Z | Compiling indexmap v2.14.0 |
| 1355 | 2026-06-02T01:13:29.676Z | Compiling rustversion v1.0.22 |
| 1356 | 2026-06-02T01:13:29.739Z | Compiling getrandom v0.3.4 |
| 1357 | 2026-06-02T01:13:29.769Z | Compiling cmake v0.1.57 |
| 1358 | 2026-06-02T01:13:30.119Z | Compiling form_urlencoded v1.2.2 |
| 1359 | 2026-06-02T01:13:30.182Z | Compiling dunce v1.0.5 |
| 1360 | 2026-06-02T01:13:30.281Z | Compiling fs_extra v1.3.0 |
| 1361 | 2026-06-02T01:13:30.307Z | Compiling ident_case v1.0.1 |
| 1362 | 2026-06-02T01:13:30.311Z | Compiling base64ct v1.8.3 |
| 1363 | 2026-06-02T01:13:30.340Z | Compiling synstructure v0.13.2 |
| 1364 | 2026-06-02T01:13:30.426Z | Compiling flagset v0.4.7 |
| 1365 | 2026-06-02T01:13:30.539Z | Compiling aws-lc-sys v0.40.0 |
| 1366 | 2026-06-02T01:13:30.555Z | Compiling pem-rfc7468 v0.7.0 |
| 1367 | 2026-06-02T01:13:30.598Z | Compiling iana-time-zone v0.1.65 |
| 1368 | 2026-06-02T01:13:30.643Z | Compiling regex-syntax v0.8.10 |
| 1369 | 2026-06-02T01:13:30.700Z | Compiling rustix v1.1.3 |
| 1370 | 2026-06-02T01:13:30.795Z | Compiling rand_core v0.9.5 |
| 1371 | 2026-06-02T01:13:30.849Z | Compiling ring v0.17.14 |
| 1372 | 2026-06-02T01:13:30.864Z | Compiling aws-lc-rs v1.16.3 |
| 1373 | 2026-06-02T01:13:30.931Z | Compiling vcpkg v0.2.15 |
| 1374 | 2026-06-02T01:13:31.062Z | Compiling uuid v1.23.0 |
| 1375 | 2026-06-02T01:13:31.141Z | Compiling rustc_version v0.4.1 |
| 1376 | 2026-06-02T01:13:31.463Z | Compiling tracing-core v0.1.36 |
| 1377 | 2026-06-02T01:13:31.674Z | Compiling openssl-sys v0.9.115 |
| 1378 | 2026-06-02T01:13:31.831Z | Compiling base64 v0.22.1 |
| 1379 | 2026-06-02T01:13:32.075Z | Compiling openssl-probe v0.2.1 |
| 1380 | 2026-06-02T01:13:32.088Z | Compiling serde_derive v1.0.228 |
| 1381 | 2026-06-02T01:13:32.151Z | Compiling zeroize_derive v1.4.3 |
| 1382 | 2026-06-02T01:13:32.198Z | Compiling zerofrom-derive v0.1.6 |
| 1383 | 2026-06-02T01:13:32.243Z | Compiling yoke-derive v0.8.1 |
| 1384 | 2026-06-02T01:13:32.425Z | Compiling zerovec-derive v0.11.2 |
| 1385 | 2026-06-02T01:13:32.792Z | Compiling zeroize v1.8.2 |
| 1386 | 2026-06-02T01:13:33.043Z | Compiling zerocopy-derive v0.8.40 |
| 1387 | 2026-06-02T01:13:33.412Z | Compiling displaydoc v0.2.5 |
| 1388 | 2026-06-02T01:13:33.538Z | Compiling crypto-common v0.1.7 |
| 1389 | 2026-06-02T01:13:33.552Z | Compiling block-buffer v0.10.4 |
| 1390 | 2026-06-02T01:13:33.598Z | Compiling zerofrom v0.1.6 |
| 1391 | 2026-06-02T01:13:33.679Z | Compiling digest v0.10.7 |
| 1392 | 2026-06-02T01:13:33.710Z | Compiling yoke v0.8.1 |
| 1393 | 2026-06-02T01:13:33.723Z | Compiling tokio-macros v2.7.0 |
| 1394 | 2026-06-02T01:13:33.890Z | Compiling zerovec v0.11.5 |
| 1395 | 2026-06-02T01:13:33.918Z | Compiling futures-macro v0.3.32 |
| 1396 | 2026-06-02T01:13:34.140Z | Compiling zerotrie v0.2.3 |
| 1397 | 2026-06-02T01:13:34.393Z | Compiling tinystr v0.8.2 |
| 1398 | 2026-06-02T01:13:34.425Z | Compiling potential_utf v0.1.4 |
| 1399 | 2026-06-02T01:13:34.428Z | Compiling hmac v0.12.1 |
| 1400 | 2026-06-02T01:13:34.581Z | Compiling icu_locale_core v2.1.1 |
| 1401 | 2026-06-02T01:13:34.584Z | Compiling icu_collections v2.1.1 |
| 1402 | 2026-06-02T01:13:34.584Z | Compiling block-padding v0.3.3 |
| 1403 | 2026-06-02T01:13:34.698Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-06-02T01:13:34.768Z | Compiling inout v0.1.4 |
| 1405 | 2026-06-02T01:13:34.930Z | Compiling cipher v0.4.4 |
| 1406 | 2026-06-02T01:13:35.041Z | Compiling sha2 v0.10.9 |
| 1407 | 2026-06-02T01:13:35.252Z | Compiling der_derive v0.7.3 |
| 1408 | 2026-06-02T01:13:35.482Z | Compiling bytes v1.11.1 |
| 1409 | 2026-06-02T01:13:35.497Z | Compiling icu_provider v2.1.1 |
| 1410 | 2026-06-02T01:13:35.607Z | Compiling chrono v0.4.44 |
| 1411 | 2026-06-02T01:13:35.809Z | Compiling icu_normalizer v2.1.1 |
| 1412 | 2026-06-02T01:13:36.134Z | Compiling tokio v1.52.1 |
| 1413 | 2026-06-02T01:13:36.192Z | Compiling icu_properties v2.1.2 |
| 1414 | 2026-06-02T01:13:36.355Z | Compiling der v0.7.10 |
| 1415 | 2026-06-02T01:13:36.444Z | Compiling http v1.4.0 |
| 1416 | 2026-06-02T01:13:36.994Z | Compiling salsa20 v0.10.2 |
| 1417 | 2026-06-02T01:13:37.030Z | Compiling idna_adapter v1.2.1 |
| 1418 | 2026-06-02T01:13:37.113Z | Compiling pbkdf2 v0.12.2 |
| 1419 | 2026-06-02T01:13:37.170Z | Compiling idna v1.1.0 |
| 1420 | 2026-06-02T01:13:37.255Z | Compiling spki v0.7.3 |
| 1421 | 2026-06-02T01:13:37.315Z | Compiling rustls-pki-types v1.14.0 |
| 1422 | 2026-06-02T01:13:37.407Z | Compiling ppv-lite86 v0.2.21 |
| 1423 | 2026-06-02T01:13:37.452Z | Compiling url v2.5.8 |
| 1424 | 2026-06-02T01:13:37.471Z | Compiling tracing-attributes v0.1.31 |
| 1425 | 2026-06-02T01:13:37.559Z | Compiling thiserror-impl v2.0.18 |
| 1426 | 2026-06-02T01:13:37.706Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2026-06-02T01:13:37.706Z | Compiling scrypt v0.11.0 |
| 1428 | 2026-06-02T01:13:37.810Z | Compiling http-body v1.0.1 |
| 1429 | 2026-06-02T01:13:37.960Z | Compiling cbc v0.1.2 |
| 1430 | 2026-06-02T01:13:37.960Z | Compiling aes v0.8.4 |
| 1431 | 2026-06-02T01:13:38.200Z | Compiling untrusted v0.9.0 |
| 1432 | 2026-06-02T01:13:38.239Z | Compiling untrusted v0.7.1 |
| 1433 | 2026-06-02T01:13:38.300Z | Compiling httparse v1.10.1 |
| 1434 | 2026-06-02T01:13:38.353Z | Compiling tinyvec_macros v0.1.1 |
| 1435 | 2026-06-02T01:13:38.437Z | Compiling pkcs5 v0.7.1 |
| 1436 | 2026-06-02T01:13:38.445Z | Compiling tinyvec v1.10.0 |
| 1437 | 2026-06-02T01:13:38.768Z | Compiling tracing v0.1.44 |
| 1438 | 2026-06-02T01:13:38.804Z | Compiling rand v0.9.2 |
| 1439 | 2026-06-02T01:13:38.868Z | Compiling thiserror v2.0.18 |
| 1440 | 2026-06-02T01:13:38.895Z | Compiling pest_generator v2.8.6 |
| 1441 | 2026-06-02T01:13:38.951Z | Compiling serde_derive_internals v0.29.1 |
| 1442 | 2026-06-02T01:13:38.997Z | Compiling aho-corasick v1.1.4 |
| 1443 | 2026-06-02T01:13:39.020Z | Compiling dyn-clone v1.0.20 |
| 1444 | 2026-06-02T01:13:39.154Z | Compiling tower-layer v0.3.3 |
| 1445 | 2026-06-02T01:13:39.314Z | Compiling try-lock v0.2.5 |
| 1446 | 2026-06-02T01:13:39.430Z | Compiling tower-service v0.3.3 |
| 1447 | 2026-06-02T01:13:39.516Z | Compiling schemars v0.8.22 |
| 1448 | 2026-06-02T01:13:39.529Z | Compiling rustls v0.23.37 |
| 1449 | 2026-06-02T01:13:39.543Z | Compiling atomic-waker v1.1.2 |
| 1450 | 2026-06-02T01:13:39.663Z | Compiling pest_derive v2.8.6 |
| 1451 | 2026-06-02T01:13:39.694Z | Compiling want v0.3.1 |
| 1452 | 2026-06-02T01:13:39.726Z | Compiling pkcs8 v0.10.2 |
| 1453 | 2026-06-02T01:13:39.827Z | Compiling tokio-util v0.7.18 |
| 1454 | 2026-06-02T01:13:39.854Z | Compiling schemars_derive v0.8.22 |
| 1455 | 2026-06-02T01:13:40.028Z | Compiling regex-automata v0.4.14 |
| 1456 | 2026-06-02T01:13:40.368Z | Compiling ipnet v2.11.0 |
| 1457 | 2026-06-02T01:13:40.416Z | Compiling scroll_derive v0.13.1 |
| 1458 | 2026-06-02T01:13:40.645Z | Compiling h2 v0.4.13 |
| 1459 | 2026-06-02T01:13:40.832Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-06-02T01:13:40.855Z | Compiling httpdate v1.0.3 |
| 1461 | 2026-06-02T01:13:41.071Z | Compiling openssl v0.10.79 |
| 1462 | 2026-06-02T01:13:41.084Z | Compiling foreign-types-shared v0.1.1 |
| 1463 | 2026-06-02T01:13:41.170Z | Compiling pin-utils v0.1.0 |
| 1464 | 2026-06-02T01:13:41.183Z | Compiling scroll v0.13.0 |
| 1465 | 2026-06-02T01:13:41.241Z | Compiling foreign-types v0.3.2 |
| 1466 | 2026-06-02T01:13:41.311Z | Compiling tempfile v3.25.0 |
| 1467 | 2026-06-02T01:13:41.436Z | Compiling unicode-normalization v0.1.25 |
| 1468 | 2026-06-02T01:13:41.771Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2026-06-02T01:13:41.931Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1470 | 2026-06-02T01:13:42.132Z | Compiling spin v0.9.8 |
| 1471 | 2026-06-02T01:13:42.158Z | Compiling crc32fast v1.5.0 |
| 1472 | 2026-06-02T01:13:42.314Z | Compiling powerfmt v0.2.0 |
| 1473 | 2026-06-02T01:13:42.337Z | Compiling time-core v0.1.8 |
| 1474 | 2026-06-02T01:13:42.420Z | Compiling native-tls v0.2.18 |
| 1475 | 2026-06-02T01:13:42.485Z | Compiling num-conv v0.2.0 |
| 1476 | 2026-06-02T01:13:42.517Z | Compiling deranged v0.5.8 |
| 1477 | 2026-06-02T01:13:42.615Z | Compiling time-macros v0.2.27 |
| 1478 | 2026-06-02T01:13:43.131Z | Compiling darling_macro v0.20.11 |
| 1479 | 2026-06-02T01:13:43.471Z | Compiling goblin v0.10.5 |
| 1480 | 2026-06-02T01:13:43.589Z | Compiling hyper v1.8.1 |
| 1481 | 2026-06-02T01:13:43.656Z | Compiling darling v0.20.11 |
| 1482 | 2026-06-02T01:13:43.738Z | Compiling rustls-native-certs v0.8.3 |
| 1483 | 2026-06-02T01:13:44.022Z | Compiling sync_wrapper v1.0.2 |
| 1484 | 2026-06-02T01:13:44.151Z | Compiling wait-timeout v0.2.1 |
| 1485 | 2026-06-02T01:13:44.158Z | Compiling crossbeam-utils v0.8.21 |
| 1486 | 2026-06-02T01:13:44.388Z | Compiling simd-adler32 v0.3.8 |
| 1487 | 2026-06-02T01:13:44.425Z | Compiling num_threads v0.1.7 |
| 1488 | 2026-06-02T01:13:44.522Z | Compiling syn v1.0.109 |
| 1489 | 2026-06-02T01:13:44.592Z | Compiling siphasher v1.0.2 |
| 1490 | 2026-06-02T01:13:44.622Z | Compiling hyper-util v0.1.20 |
| 1491 | 2026-06-02T01:13:44.775Z | Compiling bit-vec v0.8.0 |
| 1492 | 2026-06-02T01:13:44.817Z | Compiling usdt-impl v0.6.0 |
| 1493 | 2026-06-02T01:13:45.003Z | Compiling quick-error v1.2.3 |
| 1494 | 2026-06-02T01:13:45.037Z | Compiling bit-set v0.8.0 |
| 1495 | 2026-06-02T01:13:45.108Z | Compiling rusty-fork v0.3.1 |
| 1496 | 2026-06-02T01:13:45.238Z | Compiling time v0.3.47 |
| 1497 | 2026-06-02T01:13:45.433Z | Compiling tower v0.5.3 |
| 1498 | 2026-06-02T01:13:45.447Z | Compiling derive_builder_core v0.20.2 |
| 1499 | 2026-06-02T01:13:45.795Z | Compiling dtrace-parser v0.3.0 |
| 1500 | 2026-06-02T01:13:45.902Z | Compiling http-body-util v0.1.3 |
| 1501 | 2026-06-02T01:13:46.141Z | Compiling dof v0.4.0 |
| 1502 | 2026-06-02T01:13:46.299Z | Compiling webpki-roots v1.0.6 |
| 1503 | 2026-06-02T01:13:46.328Z | Compiling signature v2.2.0 |
| 1504 | 2026-06-02T01:13:46.421Z | Compiling scroll_derive v0.12.1 |
| 1505 | 2026-06-02T01:13:46.509Z | Compiling thiserror-impl v1.0.69 |
| 1506 | 2026-06-02T01:13:46.582Z | Compiling heapless v0.7.17 |
| 1507 | 2026-06-02T01:13:46.818Z | Compiling rand_xorshift v0.4.0 |
| 1508 | 2026-06-02T01:13:46.851Z | Compiling slog v2.8.2 |
| 1509 | 2026-06-02T01:13:46.977Z | Compiling darling_core v0.21.3 |
| 1510 | 2026-06-02T01:13:47.012Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1511 | 2026-06-02T01:13:47.123Z | Compiling thread-id v5.1.0 |
| 1512 | 2026-06-02T01:13:47.206Z | Compiling cookie v0.18.1 |
| 1513 | 2026-06-02T01:13:47.279Z | Compiling iri-string v0.7.10 |
| 1514 | 2026-06-02T01:13:47.349Z | Compiling signal-hook v0.3.18 |
| 1515 | 2026-06-02T01:13:47.384Z | Compiling unarray v0.1.4 |
| 1516 | 2026-06-02T01:13:47.497Z | Compiling zstd-safe v7.2.4 |
| 1517 | 2026-06-02T01:13:47.520Z | Compiling paste v1.0.15 |
| 1518 | 2026-06-02T01:13:47.688Z | Compiling adler2 v2.0.1 |
| 1519 | 2026-06-02T01:13:47.702Z | Compiling unicode-properties v0.1.4 |
| 1520 | 2026-06-02T01:13:47.780Z | Compiling unicode-bidi v0.3.18 |
| 1521 | 2026-06-02T01:13:47.784Z | Compiling allocator-api2 v0.2.21 |
| 1522 | 2026-06-02T01:13:47.819Z | Compiling anyhow v1.0.102 |
| 1523 | 2026-06-02T01:13:47.906Z | Compiling ryu v1.0.23 |
| 1524 | 2026-06-02T01:13:48.086Z | Compiling stringprep v0.1.5 |
| 1525 | 2026-06-02T01:13:48.105Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2026-06-02T01:13:48.322Z | Compiling thiserror v1.0.69 |
| 1527 | 2026-06-02T01:13:48.339Z | Compiling miniz_oxide v0.8.9 |
| 1528 | 2026-06-02T01:13:48.368Z | Compiling proptest v1.10.0 |
| 1529 | 2026-06-02T01:13:48.420Z | Compiling tower-http v0.6.8 |
| 1530 | 2026-06-02T01:13:48.811Z | Compiling scroll v0.12.0 |
| 1531 | 2026-06-02T01:13:48.998Z | Compiling derive_builder_macro v0.20.2 |
| 1532 | 2026-06-02T01:13:49.302Z | Compiling tokio-native-tls v0.3.1 |
| 1533 | 2026-06-02T01:13:49.328Z | Compiling bstr v1.12.1 |
| 1534 | 2026-06-02T01:13:49.437Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2026-06-02T01:13:49.469Z | Compiling rand_chacha v0.3.1 |
| 1536 | 2026-06-02T01:13:49.482Z | Compiling darling_macro v0.21.3 |
| 1537 | 2026-06-02T01:13:49.538Z | Compiling erased-serde v0.3.31 |
| 1538 | 2026-06-02T01:13:49.820Z | Compiling toml_datetime v0.6.11 |
| 1539 | 2026-06-02T01:13:49.943Z | Compiling serde_tokenstream v0.2.3 |
| 1540 | 2026-06-02T01:13:49.965Z | Compiling serde_spanned v0.6.9 |
| 1541 | 2026-06-02T01:13:50.013Z | Compiling md-5 v0.10.6 |
| 1542 | 2026-06-02T01:13:50.075Z | Compiling zerocopy-derive v0.7.35 |
| 1543 | 2026-06-02T01:13:50.104Z | Compiling async-trait v0.1.89 |
| 1544 | 2026-06-02T01:13:50.177Z | Compiling pin-project-internal v1.1.11 |
| 1545 | 2026-06-02T01:13:50.248Z | Compiling curve25519-dalek v4.1.3 |
| 1546 | 2026-06-02T01:13:50.270Z | Compiling vergen-lib v0.1.6 |
| 1547 | 2026-06-02T01:13:50.448Z | Compiling num-integer v0.1.46 |
| 1548 | 2026-06-02T01:13:50.575Z | Compiling hash32 v0.2.1 |
| 1549 | 2026-06-02T01:13:50.764Z | Compiling ff v0.13.1 |
| 1550 | 2026-06-02T01:13:50.765Z | Compiling memoffset v0.9.1 |
| 1551 | 2026-06-02T01:13:50.902Z | Compiling num-bigint-dig v0.8.6 |
| 1552 | 2026-06-02T01:13:50.927Z | Compiling psl-types v2.0.11 |
| 1553 | 2026-06-02T01:13:50.965Z | Compiling ref-cast v1.0.25 |
| 1554 | 2026-06-02T01:13:51.050Z | Compiling zlib-rs v0.6.2 |
| 1555 | 2026-06-02T01:13:51.087Z | Compiling base16ct v0.2.0 |
| 1556 | 2026-06-02T01:13:51.104Z | Compiling cfg_aliases v0.2.1 |
| 1557 | 2026-06-02T01:13:51.178Z | Compiling rustix v0.38.44 |
| 1558 | 2026-06-02T01:13:51.262Z | Compiling smoltcp v0.9.1 |
| 1559 | 2026-06-02T01:13:51.265Z | Compiling litrs v1.0.0 |
| 1560 | 2026-06-02T01:13:51.265Z | Compiling fallible-iterator v0.2.0 |
| 1561 | 2026-06-02T01:13:51.632Z | Compiling postgres-protocol v0.6.10 |
| 1562 | 2026-06-02T01:13:51.660Z | Compiling pin-project v1.1.11 |
| 1563 | 2026-06-02T01:13:51.726Z | Compiling sec1 v0.7.3 |
| 1564 | 2026-06-02T01:13:51.760Z | Compiling nix v0.31.2 |
| 1565 | 2026-06-02T01:13:51.844Z | Compiling document-features v0.2.12 |
| 1566 | 2026-06-02T01:13:52.018Z | Compiling publicsuffix v2.3.0 |
| 1567 | 2026-06-02T01:13:52.179Z | Compiling zerocopy v0.7.35 |
| 1568 | 2026-06-02T01:13:52.192Z | Compiling group v0.13.0 |
| 1569 | 2026-06-02T01:13:52.369Z | Compiling num-iter v0.1.45 |
| 1570 | 2026-06-02T01:13:52.424Z | Compiling newtype-uuid v1.3.2 |
| 1571 | 2026-06-02T01:13:52.587Z | Compiling darling v0.21.3 |
| 1572 | 2026-06-02T01:13:52.690Z | Compiling rand v0.8.6 |
| 1573 | 2026-06-02T01:13:52.733Z | Compiling oxnet v0.1.4 |
| 1574 | 2026-06-02T01:13:52.755Z | Compiling derive_builder v0.20.2 |
| 1575 | 2026-06-02T01:13:52.881Z | Compiling hyper-tls v0.6.0 |
| 1576 | 2026-06-02T01:13:53.119Z | Compiling goblin v0.8.2 |
| 1577 | 2026-06-02T01:13:53.178Z | Compiling hubpack_derive v0.1.1 |
| 1578 | 2026-06-02T01:13:53.613Z | Compiling phf_shared v0.13.1 |
| 1579 | 2026-06-02T01:13:53.689Z | Compiling lazy_static v1.5.0 |
| 1580 | 2026-06-02T01:13:53.783Z | Compiling regex v1.12.3 |
| 1581 | 2026-06-02T01:13:53.845Z | Compiling futures-executor v0.3.32 |
| 1582 | 2026-06-02T01:13:53.939Z | Compiling flate2 v1.1.9 |
| 1583 | 2026-06-02T01:13:54.014Z | Compiling hex v0.4.3 |
| 1584 | 2026-06-02T01:13:54.106Z | Compiling cargo-platform v0.1.9 |
| 1585 | 2026-06-02T01:13:54.214Z | Compiling hkdf v0.12.4 |
| 1586 | 2026-06-02T01:13:54.277Z | Compiling crypto-bigint v0.5.5 |
| 1587 | 2026-06-02T01:13:54.294Z | Compiling terminal_size v0.4.3 |
| 1588 | 2026-06-02T01:13:54.339Z | Compiling daft-derive v0.1.7 |
| 1589 | 2026-06-02T01:13:54.356Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1590 | 2026-06-02T01:13:54.372Z | Compiling snafu-derive v0.8.9 |
| 1591 | 2026-06-02T01:13:54.428Z | Compiling strum_macros v0.27.2 |
| 1592 | 2026-06-02T01:13:54.995Z | Compiling ref-cast-impl v1.0.25 |
| 1593 | 2026-06-02T01:13:55.058Z | Compiling vergen v9.0.6 |
| 1594 | 2026-06-02T01:13:55.238Z | Compiling fs-err v3.3.0 |
| 1595 | 2026-06-02T01:13:55.428Z | Compiling ahash v0.8.12 |
| 1596 | 2026-06-02T01:13:55.523Z | Compiling encoding_rs v0.8.35 |
| 1597 | 2026-06-02T01:13:55.626Z | Compiling winnow v0.5.40 |
| 1598 | 2026-06-02T01:13:56.265Z | Compiling managed v0.8.0 |
| 1599 | 2026-06-02T01:13:56.368Z | Compiling same-file v1.0.6 |
| 1600 | 2026-06-02T01:13:56.384Z | Compiling libbz2-rs-sys v0.2.2 |
| 1601 | 2026-06-02T01:13:56.530Z | Compiling mime v0.3.17 |
| 1602 | 2026-06-02T01:13:56.571Z | Compiling object v0.37.3 |
| 1603 | 2026-06-02T01:13:56.574Z | Compiling foldhash v0.1.5 |
| 1604 | 2026-06-02T01:13:56.754Z | Compiling unicode-segmentation v1.12.0 |
| 1605 | 2026-06-02T01:13:56.790Z | Compiling bitflags v1.3.2 |
| 1606 | 2026-06-02T01:13:56.838Z | Compiling bumpalo v3.20.2 |
| 1607 | 2026-06-02T01:13:56.866Z | Compiling foldhash v0.2.0 |
| 1608 | 2026-06-02T01:13:57.056Z | Compiling zopfli v0.8.3 |
| 1609 | 2026-06-02T01:13:57.078Z | Compiling hashbrown v0.16.1 |
| 1610 | 2026-06-02T01:13:57.091Z | Compiling toml_edit v0.19.15 |
| 1611 | 2026-06-02T01:13:57.143Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-06-02T01:13:57.162Z | Compiling hashbrown v0.15.5 |
| 1613 | 2026-06-02T01:13:57.350Z | Compiling walkdir v2.5.0 |
| 1614 | 2026-06-02T01:13:57.662Z | Compiling clap_builder v4.5.60 |
| 1615 | 2026-06-02T01:13:57.665Z | Compiling strum v0.27.2 |
| 1616 | 2026-06-02T01:13:57.710Z | Compiling snafu v0.8.9 |
| 1617 | 2026-06-02T01:13:57.871Z | Compiling dof v0.3.0 |
| 1618 | 2026-06-02T01:13:57.906Z | Compiling elliptic-curve v0.13.8 |
| 1619 | 2026-06-02T01:13:57.920Z | Compiling daft v0.1.7 |
| 1620 | 2026-06-02T01:13:58.182Z | Compiling cargo_metadata v0.19.2 |
| 1621 | 2026-06-02T01:13:58.286Z | Compiling futures v0.3.32 |
| 1622 | 2026-06-02T01:13:58.571Z | Compiling phf v0.13.1 |
| 1623 | 2026-06-02T01:13:58.741Z | Compiling hubpack v0.1.2 |
| 1624 | 2026-06-02T01:13:58.956Z | Compiling signal-hook-mio v0.2.5 |
| 1625 | 2026-06-02T01:13:59.072Z | Compiling cookie_store v0.22.1 |
| 1626 | 2026-06-02T01:13:59.313Z | Compiling zstd v0.13.3 |
| 1627 | 2026-06-02T01:13:59.498Z | Compiling bzip2 v0.4.4 |
| 1628 | 2026-06-02T01:13:59.574Z | Compiling serde_with_macros v3.17.0 |
| 1629 | 2026-06-02T01:13:59.726Z | Compiling postgres-types v0.2.12 |
| 1630 | 2026-06-02T01:13:59.784Z | Compiling usdt-attr-macro v0.6.0 |
| 1631 | 2026-06-02T01:14:00.265Z | Compiling usdt-macro v0.6.0 |
| 1632 | 2026-06-02T01:14:00.575Z | Compiling globset v0.4.18 |
| 1633 | 2026-06-02T01:14:00.622Z | Compiling dtrace-parser v0.2.0 |
| 1634 | 2026-06-02T01:14:00.690Z | Compiling ed25519 v2.2.3 |
| 1635 | 2026-06-02T01:14:00.849Z | Compiling phf_shared v0.11.3 |
| 1636 | 2026-06-02T01:14:00.991Z | Compiling olpc-cjson v0.1.4 |
| 1637 | 2026-06-02T01:14:01.016Z | Compiling pkcs1 v0.7.5 |
| 1638 | 2026-06-02T01:14:01.031Z | Compiling serde_plain v1.0.2 |
| 1639 | 2026-06-02T01:14:01.146Z | Compiling serde-big-array v0.5.1 |
| 1640 | 2026-06-02T01:14:01.223Z | Compiling rfc6979 v0.4.0 |
| 1641 | 2026-06-02T01:14:01.244Z | Compiling enum-as-inner v0.6.1 |
| 1642 | 2026-06-02T01:14:01.289Z | Compiling async-recursion v1.1.1 |
| 1643 | 2026-06-02T01:14:01.345Z | Compiling clap_derive v4.5.55 |
| 1644 | 2026-06-02T01:14:01.367Z | Compiling serde_repr v0.1.20 |
| 1645 | 2026-06-02T01:14:01.404Z | Compiling strum_macros v0.26.4 |
| 1646 | 2026-06-02T01:14:01.638Z | Compiling pem v3.0.6 |
| 1647 | 2026-06-02T01:14:01.785Z | Compiling float-cmp v0.10.0 |
| 1648 | 2026-06-02T01:14:01.928Z | Compiling thread-id v4.2.2 |
| 1649 | 2026-06-02T01:14:01.940Z | Compiling memmap2 v0.9.10 |
| 1650 | 2026-06-02T01:14:01.952Z | Compiling env_filter v1.0.0 |
| 1651 | 2026-06-02T01:14:01.968Z | Compiling fixedbitset v0.4.2 |
| 1652 | 2026-06-02T01:14:02.012Z | Compiling precomputed-hash v0.1.1 |
| 1653 | 2026-06-02T01:14:02.099Z | Compiling predicates-core v1.0.10 |
| 1654 | 2026-06-02T01:14:02.146Z | Compiling typed-path v0.9.3 |
| 1655 | 2026-06-02T01:14:02.177Z | Compiling difflib v0.4.0 |
| 1656 | 2026-06-02T01:14:02.246Z | Compiling jiff v0.2.21 |
| 1657 | 2026-06-02T01:14:02.273Z | Compiling static_assertions v1.1.0 |
| 1658 | 2026-06-02T01:14:02.350Z | Compiling keccak v0.1.6 |
| 1659 | 2026-06-02T01:14:02.744Z | Compiling whoami v2.1.0 |
| 1660 | 2026-06-02T01:14:03.102Z | Compiling normalize-line-endings v0.3.0 |
| 1661 | 2026-06-02T01:14:03.117Z | Compiling either v1.15.0 |
| 1662 | 2026-06-02T01:14:03.165Z | Compiling data-encoding v2.10.0 |
| 1663 | 2026-06-02T01:14:03.185Z | Compiling fixedbitset v0.5.7 |
| 1664 | 2026-06-02T01:14:03.200Z | Compiling new_debug_unreachable v1.0.6 |
| 1665 | 2026-06-02T01:14:03.271Z | Compiling string_cache v0.8.9 |
| 1666 | 2026-06-02T01:14:03.318Z | Compiling itertools v0.13.0 |
| 1667 | 2026-06-02T01:14:03.361Z | Compiling strum v0.26.3 |
| 1668 | 2026-06-02T01:14:03.486Z | Compiling hickory-proto v0.25.2 |
| 1669 | 2026-06-02T01:14:03.486Z | Compiling petgraph v0.8.3 |
| 1670 | 2026-06-02T01:14:03.489Z | Compiling predicates v3.1.4 |
| 1671 | 2026-06-02T01:14:03.852Z | Compiling clap v4.5.60 |
| 1672 | 2026-06-02T01:14:03.936Z | Compiling tokio-postgres v0.7.16 |
| 1673 | 2026-06-02T01:14:04.150Z | Compiling sha3 v0.10.8 |
| 1674 | 2026-06-02T01:14:04.343Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1675 | 2026-06-02T01:14:04.542Z | Compiling toml_edit v0.22.27 |
| 1676 | 2026-06-02T01:14:04.607Z | Compiling petgraph v0.6.5 |
| 1677 | 2026-06-02T01:14:05.435Z | Compiling zip v4.6.1 |
| 1678 | 2026-06-02T01:14:06.068Z | Compiling env_logger v0.11.9 |
| 1679 | 2026-06-02T01:14:06.116Z | Compiling usdt v0.6.0 |
| 1680 | 2026-06-02T01:14:06.381Z | Compiling usdt-impl v0.5.0 |
| 1681 | 2026-06-02T01:14:06.385Z | Compiling ecdsa v0.16.9 |
| 1682 | 2026-06-02T01:14:06.423Z | Compiling rsa v0.9.10 |
| 1683 | 2026-06-02T01:14:06.437Z | Compiling ed25519-dalek v2.2.0 |
| 1684 | 2026-06-02T01:14:06.804Z | Compiling serde_with v3.17.0 |
| 1685 | 2026-06-02T01:14:07.017Z | Compiling crossterm v0.28.1 |
| 1686 | 2026-06-02T01:14:07.207Z | Compiling zip v0.6.6 |
| 1687 | 2026-06-02T01:14:07.664Z | Compiling toml v0.7.8 |
| 1688 | 2026-06-02T01:14:07.797Z | Compiling iddqd v0.4.1 |
| 1689 | 2026-06-02T01:14:08.501Z | Compiling similar v2.7.0 |
| 1690 | 2026-06-02T01:14:08.515Z | Compiling heck v0.4.1 |
| 1691 | 2026-06-02T01:14:08.545Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1692 | 2026-06-02T01:14:08.559Z | Compiling crossbeam-epoch v0.9.18 |
| 1693 | 2026-06-02T01:14:08.736Z | Compiling tokio-stream v0.1.18 |
| 1694 | 2026-06-02T01:14:08.886Z | Compiling buf-list v1.1.2 |
| 1695 | 2026-06-02T01:14:09.020Z | Compiling x509-cert v0.2.5 |
| 1696 | 2026-06-02T01:14:09.160Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1697 | 2026-06-02T01:14:09.181Z | Compiling openapiv3 v2.2.0 |
| 1698 | 2026-06-02T01:14:09.202Z | Compiling sha1 v0.10.6 |
| 1699 | 2026-06-02T01:14:09.378Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1700 | 2026-06-02T01:14:09.422Z | Compiling lalrpop-util v0.19.12 |
| 1701 | 2026-06-02T01:14:09.481Z | Compiling peg-runtime v0.8.5 |
| 1702 | 2026-06-02T01:14:09.617Z | Compiling thread_local v1.1.9 |
| 1703 | 2026-06-02T01:14:09.672Z | Compiling slog-async v2.8.0 |
| 1704 | 2026-06-02T01:14:09.736Z | Compiling crossbeam-channel v0.5.15 |
| 1705 | 2026-06-02T01:14:09.797Z | Compiling is-terminal v0.4.17 |
| 1706 | 2026-06-02T01:14:09.866Z | Compiling filetime v0.2.27 |
| 1707 | 2026-06-02T01:14:09.893Z | Compiling take_mut v0.2.2 |
| 1708 | 2026-06-02T01:14:09.982Z | Compiling term v1.2.1 |
| 1709 | 2026-06-02T01:14:10.015Z | Compiling xattr v1.6.1 |
| 1710 | 2026-06-02T01:14:10.171Z | Compiling tar v0.4.45 |
| 1711 | 2026-06-02T01:14:10.561Z | Compiling slog-term v2.9.2 |
| 1712 | 2026-06-02T01:14:20.345Z | Compiling rustls-webpki v0.103.9 |
| 1713 | 2026-06-02T01:14:23.169Z | Compiling tokio-rustls v0.26.4 |
| 1714 | 2026-06-02T01:14:23.169Z | Compiling rustls-platform-verifier v0.6.2 |
| 1715 | 2026-06-02T01:14:23.384Z | Compiling hyper-rustls v0.27.7 |
| 1716 | 2026-06-02T01:14:23.570Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-06-02T01:14:23.570Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-06-02T01:14:24.817Z | Compiling tough v0.22.0 |
| 1719 | 2026-06-02T01:14:27.368Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1720 | 2026-06-02T01:14:27.580Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1721 | 2026-06-02T01:14:30.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1722 | 2026-06-02T01:14:30.550Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1723 | 2026-06-02T01:14:30.602Z | Jun 02 01:14:29.216 INFO Starting download, target: Console |
| 1724 | 2026-06-02T01:14:30.602Z | Jun 02 01:14:29.217 INFO Starting download, target: Clickhouse |
| 1725 | 2026-06-02T01:14:30.602Z | Jun 02 01:14:29.217 INFO Starting download, target: Cockroach |
| 1726 | 2026-06-02T01:14:30.606Z | Jun 02 01:14:29.217 INFO Starting download, target: DendriteStub |
| 1727 | 2026-06-02T01:14:30.606Z | Jun 02 01:14:29.217 INFO Starting download, target: MaghemiteMgd |
| 1728 | 2026-06-02T01:14:30.606Z | Jun 02 01:14:29.217 INFO Starting download, target: TransceiverControl |
| 1729 | 2026-06-02T01:14:30.606Z | Jun 02 01:14:29.217 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1730 | 2026-06-02T01:14:30.606Z | Jun 02 01:14:29.217 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1731 | 2026-06-02T01:14:30.606Z | Jun 02 01:14:29.217 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1732 | 2026-06-02T01:14:30.606Z | Jun 02 01:14:29.217 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1733 | 2026-06-02T01:14:30.606Z | Jun 02 01:14:29.217 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1734 | 2026-06-02T01:14:30.606Z | Jun 02 01:14:29.217 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1735 | 2026-06-02T01:14:31.269Z | Jun 02 01:14:29.867 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1736 | 2026-06-02T01:14:31.474Z | Jun 02 01:14:30.070 INFO Download complete, target: TransceiverControl |
| 1737 | 2026-06-02T01:14:31.648Z | Jun 02 01:14:30.231 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1738 | 2026-06-02T01:14:31.874Z | Jun 02 01:14:30.463 INFO Download complete, target: Console |
| 1739 | 2026-06-02T01:14:32.427Z | Jun 02 01:14:31.038 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1740 | 2026-06-02T01:14:32.980Z | Jun 02 01:14:31.568 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1741 | 2026-06-02T01:14:33.029Z | Jun 02 01:14:31.627 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1742 | 2026-06-02T01:14:33.362Z | Jun 02 01:14:31.980 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1743 | 2026-06-02T01:14:33.362Z | Jun 02 01:14:31.980 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1744 | 2026-06-02T01:14:34.779Z | Jun 02 01:14:33.397 INFO Download complete, target: DendriteStub |
| 1745 | 2026-06-02T01:14:35.309Z | Jun 02 01:14:33.925 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-06-02T01:14:37.919Z | Jun 02 01:14:36.536 INFO Checking that binary works, target: Cockroach |
| 1747 | 2026-06-02T01:14:38.030Z | Jun 02 01:14:36.648 INFO Download complete, target: Cockroach |
| 1748 | 2026-06-02T01:14:39.650Z | Jun 02 01:14:38.268 INFO Checking that binary works, target: Clickhouse |
| 1749 | 2026-06-02T01:14:39.767Z | Jun 02 01:14:38.385 INFO Download complete, target: Clickhouse |
| 1750 | 2026-06-02T01:14:39.784Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1751 | 2026-06-02T01:14:39.787Z | |
| 1752 | 2026-06-02T01:14:39.787Z | real 2:15.076390312 |
| 1753 | 2026-06-02T01:14:39.788Z | user 6:55.155527104 |
| 1754 | 2026-06-02T01:14:39.788Z | sys 1:21.899751493 |
| 1755 | 2026-06-02T01:14:39.788Z | trap 0.217539373 |
| 1756 | 2026-06-02T01:14:39.788Z | tflt 0.641006690 |
| 1757 | 2026-06-02T01:14:39.788Z | dflt 0.563688550 |
| 1758 | 2026-06-02T01:14:39.788Z | kflt 0.028046648 |
| 1759 | 2026-06-02T01:14:39.788Z | lock 21:45.257431513 |
| 1760 | 2026-06-02T01:14:39.788Z | slp 21:16.237454321 |
| 1761 | 2026-06-02T01:14:39.788Z | lat 40.793541008 |
| 1762 | 2026-06-02T01:14:39.788Z | stop 1:52.523517510 |
| 1763 | 2026-06-02T01:14:39.788Z | + banner clippy |
| 1764 | 2026-06-02T01:14:39.788Z | |
| 1765 | 2026-06-02T01:14:39.788Z | #### # # ##### ##### # # |
| 1766 | 2026-06-02T01:14:39.788Z | # # # # # # # # # # |
| 1767 | 2026-06-02T01:14:39.788Z | # # # # # # # # |
| 1768 | 2026-06-02T01:14:39.788Z | # # # ##### ##### # |
| 1769 | 2026-06-02T01:14:39.788Z | # # # # # # # |
| 1770 | 2026-06-02T01:14:39.788Z | #### ###### # # # # |
| 1771 | 2026-06-02T01:14:39.788Z | |
| 1772 | 2026-06-02T01:14:39.788Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-06-02T01:14:39.788Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-06-02T01:14:39.788Z | + ptime -m cargo xtask clippy |
| 1775 | 2026-06-02T01:14:40.315Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1776 | 2026-06-02T01:14:40.547Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1777 | 2026-06-02T01:14:42.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1778 | 2026-06-02T01:14:42.492Z | Running `target/debug/xtask clippy` |
| 1779 | 2026-06-02T01:14:42.519Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1780 | 2026-06-02T01:14:43.137Z | Downloading crates ... |
| 1781 | 2026-06-02T01:14:43.331Z | Downloaded anes v0.1.6 |
| 1782 | 2026-06-02T01:14:43.335Z | Downloaded futures-timer v3.0.3 |
| 1783 | 2026-06-02T01:14:43.339Z | Downloaded relative-path v1.9.3 |
| 1784 | 2026-06-02T01:14:43.342Z | Downloaded cfg-expr v0.20.6 |
| 1785 | 2026-06-02T01:14:43.346Z | Downloaded textwrap v0.15.2 |
| 1786 | 2026-06-02T01:14:43.349Z | Downloaded cargo_metadata v0.23.1 |
| 1787 | 2026-06-02T01:14:43.353Z | Downloaded constant_time_eq v0.3.1 |
| 1788 | 2026-06-02T01:14:43.367Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1789 | 2026-06-02T01:14:43.385Z | Downloaded plotters-svg v0.3.7 |
| 1790 | 2026-06-02T01:14:43.388Z | Downloaded parking v2.2.1 |
| 1791 | 2026-06-02T01:14:43.388Z | Downloaded supports-hyperlinks v2.1.0 |
| 1792 | 2026-06-02T01:14:43.391Z | Downloaded event-listener-strategy v0.5.4 |
| 1793 | 2026-06-02T01:14:43.396Z | Downloaded pathdiff v0.2.3 |
| 1794 | 2026-06-02T01:14:43.401Z | Downloaded target-triple v1.0.0 |
| 1795 | 2026-06-02T01:14:43.404Z | Downloaded supports-color v2.1.0 |
| 1796 | 2026-06-02T01:14:43.404Z | Downloaded similar-asserts v1.7.0 |
| 1797 | 2026-06-02T01:14:43.404Z | Downloaded nested v0.1.1 |
| 1798 | 2026-06-02T01:14:43.405Z | Downloaded terminal_size v0.1.17 |
| 1799 | 2026-06-02T01:14:43.408Z | Downloaded miette-derive v5.10.0 |
| 1800 | 2026-06-02T01:14:43.412Z | Downloaded target-lexicon v0.13.3 |
| 1801 | 2026-06-02T01:14:43.418Z | Downloaded async-object-pool v0.2.0 |
| 1802 | 2026-06-02T01:14:43.423Z | Downloaded cast v0.3.0 |
| 1803 | 2026-06-02T01:14:43.430Z | Downloaded tokio-test v0.4.5 |
| 1804 | 2026-06-02T01:14:43.435Z | Downloaded supports-unicode v2.1.0 |
| 1805 | 2026-06-02T01:14:43.435Z | Downloaded backtrace-ext v0.2.1 |
| 1806 | 2026-06-02T01:14:43.435Z | Downloaded assert-json-diff v2.0.2 |
| 1807 | 2026-06-02T01:14:43.435Z | Downloaded escape8259 v0.5.3 |
| 1808 | 2026-06-02T01:14:43.438Z | Downloaded plotters-backend v0.3.7 |
| 1809 | 2026-06-02T01:14:43.438Z | Downloaded linkme-impl v0.3.35 |
| 1810 | 2026-06-02T01:14:43.441Z | Downloaded knuffel-derive v3.2.0 |
| 1811 | 2026-06-02T01:14:43.445Z | Downloaded partial-io v0.5.4 |
| 1812 | 2026-06-02T01:14:43.445Z | Downloaded rustc-demangle v0.1.27 |
| 1813 | 2026-06-02T01:14:43.445Z | Downloaded tinytemplate v1.2.1 |
| 1814 | 2026-06-02T01:14:43.448Z | Downloaded concurrent-queue v2.5.0 |
| 1815 | 2026-06-02T01:14:43.451Z | Downloaded cargo-platform v0.3.2 |
| 1816 | 2026-06-02T01:14:43.454Z | Downloaded serde_regex v1.1.0 |
| 1817 | 2026-06-02T01:14:43.457Z | Downloaded owo-colors v3.5.0 |
| 1818 | 2026-06-02T01:14:43.457Z | Downloaded assert_cmd v2.1.2 |
| 1819 | 2026-06-02T01:14:43.457Z | Downloaded rust-argon2 v2.1.0 |
| 1820 | 2026-06-02T01:14:43.461Z | Downloaded termcolor v1.4.1 |
| 1821 | 2026-06-02T01:14:43.461Z | Downloaded criterion-plot v0.6.0 |
| 1822 | 2026-06-02T01:14:43.464Z | Downloaded linkme v0.3.35 |
| 1823 | 2026-06-02T01:14:43.464Z | Downloaded approx v0.5.1 |
| 1824 | 2026-06-02T01:14:43.465Z | Downloaded oorandom v11.1.5 |
| 1825 | 2026-06-02T01:14:43.468Z | Downloaded target-spec v3.5.7 |
| 1826 | 2026-06-02T01:14:43.468Z | Downloaded httptest v0.16.4 |
| 1827 | 2026-06-02T01:14:43.468Z | Downloaded async-lock v3.4.2 |
| 1828 | 2026-06-02T01:14:43.468Z | Downloaded stringmetrics v2.2.2 |
| 1829 | 2026-06-02T01:14:43.471Z | Downloaded event-listener v5.4.1 |
| 1830 | 2026-06-02T01:14:43.474Z | Downloaded path-tree v0.8.3 |
| 1831 | 2026-06-02T01:14:43.474Z | Downloaded addr2line v0.25.1 |
| 1832 | 2026-06-02T01:14:43.480Z | Downloaded trybuild v1.0.116 |
| 1833 | 2026-06-02T01:14:43.484Z | Downloaded blake2b_simd v1.0.4 |
| 1834 | 2026-06-02T01:14:43.487Z | Downloaded datatest-stable v0.3.3 |
| 1835 | 2026-06-02T01:14:43.490Z | Downloaded rstest_macros v0.25.0 |
| 1836 | 2026-06-02T01:14:43.493Z | Downloaded libtest-mimic v0.8.1 |
| 1837 | 2026-06-02T01:14:43.496Z | Downloaded rstest v0.25.0 |
| 1838 | 2026-06-02T01:14:43.499Z | Downloaded hickory-client v0.25.2 |
| 1839 | 2026-06-02T01:14:43.503Z | Downloaded chumsky v0.9.3 |
| 1840 | 2026-06-02T01:14:43.506Z | Downloaded knuffel v3.2.0 |
| 1841 | 2026-06-02T01:14:43.509Z | Downloaded backtrace v0.3.76 |
| 1842 | 2026-06-02T01:14:43.512Z | Downloaded rand_distr v0.5.1 |
| 1843 | 2026-06-02T01:14:43.516Z | Downloaded miette v5.10.0 |
| 1844 | 2026-06-02T01:14:43.520Z | Downloaded hashbrown v0.14.5 |
| 1845 | 2026-06-02T01:14:43.524Z | Downloaded fancy-regex v0.14.0 |
| 1846 | 2026-06-02T01:14:43.527Z | Downloaded criterion v0.7.0 |
| 1847 | 2026-06-02T01:14:43.535Z | Downloaded plotters v0.3.7 |
| 1848 | 2026-06-02T01:14:43.540Z | Downloaded guppy v0.17.25 |
| 1849 | 2026-06-02T01:14:43.555Z | Downloaded gimli v0.32.3 |
| 1850 | 2026-06-02T01:14:43.606Z | Downloaded httpmock v0.8.3 |
| 1851 | 2026-06-02T01:14:45.215Z | Checking cfg-if v1.0.4 |
| 1852 | 2026-06-02T01:14:45.566Z | Checking libc v0.2.185 |
| 1853 | 2026-06-02T01:14:45.569Z | Checking serde_core v1.0.228 |
| 1854 | 2026-06-02T01:14:45.637Z | Checking memchr v2.8.0 |
| 1855 | 2026-06-02T01:14:45.676Z | Checking smallvec v1.15.1 |
| 1856 | 2026-06-02T01:14:45.711Z | Checking itoa v1.0.17 |
| 1857 | 2026-06-02T01:14:45.711Z | Checking log v0.4.29 |
| 1858 | 2026-06-02T01:14:45.788Z | Checking zeroize v1.8.2 |
| 1859 | 2026-06-02T01:14:45.829Z | Checking libm v0.2.16 |
| 1860 | 2026-06-02T01:14:45.877Z | Checking scopeguard v1.2.0 |
| 1861 | 2026-06-02T01:14:45.914Z | Checking stable_deref_trait v1.2.1 |
| 1862 | 2026-06-02T01:14:45.955Z | Checking zmij v1.0.21 |
| 1863 | 2026-06-02T01:14:45.993Z | Checking zerofrom v0.1.6 |
| 1864 | 2026-06-02T01:14:46.027Z | Checking lock_api v0.4.14 |
| 1865 | 2026-06-02T01:14:46.064Z | Checking errno v0.3.14 |
| 1866 | 2026-06-02T01:14:46.064Z | Checking getrandom v0.2.17 |
| 1867 | 2026-06-02T01:14:46.131Z | Checking yoke v0.8.1 |
| 1868 | 2026-06-02T01:14:46.173Z | Checking percent-encoding v2.3.2 |
| 1869 | 2026-06-02T01:14:46.205Z | Checking litemap v0.8.1 |
| 1870 | 2026-06-02T01:14:46.240Z | Checking writeable v0.6.2 |
| 1871 | 2026-06-02T01:14:46.276Z | Checking icu_normalizer_data v2.1.1 |
| 1872 | 2026-06-02T01:14:46.276Z | Checking icu_properties_data v2.1.2 |
| 1873 | 2026-06-02T01:14:46.343Z | Checking zerovec v0.11.5 |
| 1874 | 2026-06-02T01:14:46.343Z | Checking zerotrie v0.2.3 |
| 1875 | 2026-06-02T01:14:46.408Z | Checking subtle v2.6.1 |
| 1876 | 2026-06-02T01:14:46.444Z | Checking form_urlencoded v1.2.2 |
| 1877 | 2026-06-02T01:14:46.479Z | Checking utf8_iter v1.0.4 |
| 1878 | 2026-06-02T01:14:46.513Z | Checking pin-project-lite v0.2.17 |
| 1879 | 2026-06-02T01:14:46.548Z | Checking num-traits v0.2.19 |
| 1880 | 2026-06-02T01:14:46.587Z | Checking parking_lot_core v0.9.12 |
| 1881 | 2026-06-02T01:14:46.624Z | Checking rand_core v0.10.0 |
| 1882 | 2026-06-02T01:14:46.628Z | Checking rand_core v0.6.4 |
| 1883 | 2026-06-02T01:14:46.698Z | Checking zerocopy v0.8.40 |
| 1884 | 2026-06-02T01:14:46.734Z | Checking portable-atomic v1.13.1 |
| 1885 | 2026-06-02T01:14:46.791Z | Checking getrandom v0.4.1 |
| 1886 | 2026-06-02T01:14:46.794Z | Checking tinystr v0.8.2 |
| 1887 | 2026-06-02T01:14:46.794Z | Checking potential_utf v0.1.4 |
| 1888 | 2026-06-02T01:14:46.887Z | Checking parking_lot v0.12.5 |
| 1889 | 2026-06-02T01:14:46.965Z | Checking signal-hook-registry v1.4.8 |
| 1890 | 2026-06-02T01:14:47.006Z | Checking icu_collections v2.1.1 |
| 1891 | 2026-06-02T01:14:47.040Z | Checking icu_locale_core v2.1.1 |
| 1892 | 2026-06-02T01:14:47.073Z | Checking serde v1.0.228 |
| 1893 | 2026-06-02T01:14:47.108Z | Checking serde_json v1.0.149 |
| 1894 | 2026-06-02T01:14:47.113Z | Checking bitflags v2.11.0 |
| 1895 | 2026-06-02T01:14:47.175Z | Checking critical-section v1.2.0 |
| 1896 | 2026-06-02T01:14:47.212Z | Checking mio v1.2.0 |
| 1897 | 2026-06-02T01:14:47.301Z | Checking once_cell v1.21.3 |
| 1898 | 2026-06-02T01:14:47.348Z | Checking socket2 v0.6.3 |
| 1899 | 2026-06-02T01:14:47.394Z | Checking typenum v1.19.0 |
| 1900 | 2026-06-02T01:14:47.499Z | Checking bytes v1.11.1 |
| 1901 | 2026-06-02T01:14:47.544Z | Checking iana-time-zone v0.1.65 |
| 1902 | 2026-06-02T01:14:47.584Z | Checking thiserror v2.0.18 |
| 1903 | 2026-06-02T01:14:47.620Z | Checking icu_provider v2.1.1 |
| 1904 | 2026-06-02T01:14:47.661Z | Checking uuid v1.23.0 |
| 1905 | 2026-06-02T01:14:47.697Z | Checking chrono v0.4.44 |
| 1906 | 2026-06-02T01:14:47.735Z | Checking semver v1.0.28 |
| 1907 | 2026-06-02T01:14:47.827Z | Checking futures-core v0.3.32 |
| 1908 | 2026-06-02T01:14:47.877Z | Checking icu_normalizer v2.1.1 |
| 1909 | 2026-06-02T01:14:47.935Z | Checking icu_properties v2.1.2 |
| 1910 | 2026-06-02T01:14:47.970Z | Checking tokio v1.52.1 |
| 1911 | 2026-06-02T01:14:47.973Z | Checking generic-array v0.14.7 |
| 1912 | 2026-06-02T01:14:48.050Z | Checking equivalent v1.0.2 |
| 1913 | 2026-06-02T01:14:48.050Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1914 | 2026-06-02T01:14:48.165Z | Checking dyn-clone v1.0.20 |
| 1915 | 2026-06-02T01:14:48.204Z | Checking const-oid v0.9.6 |
| 1916 | 2026-06-02T01:14:48.295Z | Checking futures-sink v0.3.32 |
| 1917 | 2026-06-02T01:14:48.381Z | Checking slab v0.4.12 |
| 1918 | 2026-06-02T01:14:48.426Z | Checking futures-channel v0.3.32 |
| 1919 | 2026-06-02T01:14:48.472Z | Checking crypto-common v0.1.7 |
| 1920 | 2026-06-02T01:14:48.562Z | Checking block-buffer v0.10.4 |
| 1921 | 2026-06-02T01:14:48.598Z | Checking futures-task v0.3.32 |
| 1922 | 2026-06-02T01:14:48.630Z | Checking futures-io v0.3.32 |
| 1923 | 2026-06-02T01:14:48.663Z | Checking hashbrown v0.17.0 |
| 1924 | 2026-06-02T01:14:48.728Z | Checking byteorder v1.5.0 |
| 1925 | 2026-06-02T01:14:48.762Z | Checking rustix v1.1.3 |
| 1926 | 2026-06-02T01:14:48.797Z | Checking idna_adapter v1.2.1 |
| 1927 | 2026-06-02T01:14:48.800Z | Checking futures-util v0.3.32 |
| 1928 | 2026-06-02T01:14:48.900Z | Checking digest v0.10.7 |
| 1929 | 2026-06-02T01:14:48.944Z | Checking idna v1.1.0 |
| 1930 | 2026-06-02T01:14:48.979Z | Checking cpufeatures v0.2.17 |
| 1931 | 2026-06-02T01:14:49.076Z | Checking thiserror v1.0.69 |
| 1932 | 2026-06-02T01:14:49.130Z | Checking getrandom v0.3.4 |
| 1933 | 2026-06-02T01:14:49.161Z | Checking indexmap v2.14.0 |
| 1934 | 2026-06-02T01:14:49.202Z | Checking fnv v1.0.7 |
| 1935 | 2026-06-02T01:14:49.238Z | Checking url v2.5.8 |
| 1936 | 2026-06-02T01:14:49.299Z | Checking regex-syntax v0.8.10 |
| 1937 | 2026-06-02T01:14:49.334Z | Checking http v1.4.0 |
| 1938 | 2026-06-02T01:14:49.427Z | Checking ppv-lite86 v0.2.21 |
| 1939 | 2026-06-02T01:14:49.617Z | Checking tracing-core v0.1.36 |
| 1940 | 2026-06-02T01:14:49.691Z | Checking schemars v0.8.22 |
| 1941 | 2026-06-02T01:14:49.736Z | Checking base64 v0.22.1 |
| 1942 | 2026-06-02T01:14:49.772Z | Checking ipnet v2.11.0 |
| 1943 | 2026-06-02T01:14:49.927Z | Checking unicode-ident v1.0.24 |
| 1944 | 2026-06-02T01:14:49.963Z | Checking tracing v0.1.44 |
| 1945 | 2026-06-02T01:14:50.006Z | Checking untrusted v0.9.0 |
| 1946 | 2026-06-02T01:14:50.054Z | Checking aho-corasick v1.1.4 |
| 1947 | 2026-06-02T01:14:50.088Z | Checking proc-macro2 v1.0.106 |
| 1948 | 2026-06-02T01:14:50.142Z | Checking ring v0.17.14 |
| 1949 | 2026-06-02T01:14:50.196Z | Checking utf8parse v0.2.2 |
| 1950 | 2026-06-02T01:14:50.327Z | Checking anstyle v1.0.13 |
| 1951 | 2026-06-02T01:14:50.363Z | Checking rustls-pki-types v1.14.0 |
| 1952 | 2026-06-02T01:14:50.422Z | Checking quote v1.0.45 |
| 1953 | 2026-06-02T01:14:50.558Z | Checking httparse v1.10.1 |
| 1954 | 2026-06-02T01:14:50.622Z | Checking syn v2.0.117 |
| 1955 | 2026-06-02T01:14:50.658Z | Checking base64ct v1.8.3 |
| 1956 | 2026-06-02T01:14:50.692Z | Checking anstyle-parse v0.2.7 |
| 1957 | 2026-06-02T01:14:50.752Z | Checking block-padding v0.3.3 |
| 1958 | 2026-06-02T01:14:50.788Z | Checking regex-automata v0.4.14 |
| 1959 | 2026-06-02T01:14:50.821Z | Checking colorchoice v1.0.4 |
| 1960 | 2026-06-02T01:14:50.873Z | Checking is_terminal_polyfill v1.70.2 |
| 1961 | 2026-06-02T01:14:50.915Z | Checking anstyle-query v1.1.5 |
| 1962 | 2026-06-02T01:14:50.919Z | Checking inout v0.1.4 |
| 1963 | 2026-06-02T01:14:50.981Z | Checking crossbeam-utils v0.8.21 |
| 1964 | 2026-06-02T01:14:51.016Z | Checking allocator-api2 v0.2.21 |
| 1965 | 2026-06-02T01:14:51.050Z | Checking anstream v0.6.21 |
| 1966 | 2026-06-02T01:14:51.116Z | Checking cipher v0.4.4 |
| 1967 | 2026-06-02T01:14:51.166Z | Checking http-body v1.0.1 |
| 1968 | 2026-06-02T01:14:51.203Z | Checking tokio-util v0.7.18 |
| 1969 | 2026-06-02T01:14:51.269Z | Checking terminal_size v0.4.3 |
| 1970 | 2026-06-02T01:14:51.321Z | Checking atomic-waker v1.1.2 |
| 1971 | 2026-06-02T01:14:51.324Z | Checking httpdate v1.0.3 |
| 1972 | 2026-06-02T01:14:51.387Z | Checking clap_lex v1.0.0 |
| 1973 | 2026-06-02T01:14:51.390Z | Checking try-lock v0.2.5 |
| 1974 | 2026-06-02T01:14:51.452Z | Checking strsim v0.11.1 |
| 1975 | 2026-06-02T01:14:51.458Z | Checking pem-rfc7468 v0.7.0 |
| 1976 | 2026-06-02T01:14:51.521Z | Checking sha2 v0.10.9 |
| 1977 | 2026-06-02T01:14:51.556Z | Checking want v0.3.1 |
| 1978 | 2026-06-02T01:14:51.590Z | Checking tower-service v0.3.3 |
| 1979 | 2026-06-02T01:14:51.640Z | Checking clap_builder v4.5.60 |
| 1980 | 2026-06-02T01:14:51.675Z | Checking tower-layer v0.3.3 |
| 1981 | 2026-06-02T01:14:51.708Z | Checking ryu v1.0.23 |
| 1982 | 2026-06-02T01:14:51.711Z | Checking pin-utils v0.1.0 |
| 1983 | 2026-06-02T01:14:51.818Z | Checking rand_core v0.9.5 |
| 1984 | 2026-06-02T01:14:51.823Z | Checking h2 v0.4.13 |
| 1985 | 2026-06-02T01:14:51.885Z | Checking hmac v0.12.1 |
| 1986 | 2026-06-02T01:14:51.888Z | Checking powerfmt v0.2.0 |
| 1987 | 2026-06-02T01:14:51.888Z | Checking num-conv v0.2.0 |
| 1988 | 2026-06-02T01:14:52.019Z | Checking time-core v0.1.8 |
| 1989 | 2026-06-02T01:14:52.054Z | Checking flagset v0.4.7 |
| 1990 | 2026-06-02T01:14:52.088Z | Checking num_threads v0.1.7 |
| 1991 | 2026-06-02T01:14:52.121Z | Checking deranged v0.5.8 |
| 1992 | 2026-06-02T01:14:52.185Z | Checking erased-serde v0.3.31 |
| 1993 | 2026-06-02T01:14:52.220Z | Checking der v0.7.10 |
| 1994 | 2026-06-02T01:14:52.223Z | Checking rand_chacha v0.9.0 |
| 1995 | 2026-06-02T01:14:52.454Z | Checking http-body-util v0.1.3 |
| 1996 | 2026-06-02T01:14:52.582Z | Checking spin v0.9.8 |
| 1997 | 2026-06-02T01:14:52.618Z | Checking slog v2.8.2 |
| 1998 | 2026-06-02T01:14:52.698Z | Checking rand v0.9.2 |
| 1999 | 2026-06-02T01:14:52.791Z | Checking aws-lc-sys v0.40.0 |
| 2000 | 2026-06-02T01:14:52.849Z | Checking clap v4.5.60 |
| 2001 | 2026-06-02T01:14:52.903Z | Checking anyhow v1.0.102 |
| 2002 | 2026-06-02T01:14:52.939Z | Checking untrusted v0.7.1 |
| 2003 | 2026-06-02T01:14:52.974Z | Checking serde_urlencoded v0.7.1 |
| 2004 | 2026-06-02T01:14:53.009Z | Checking openssl-probe v0.2.1 |
| 2005 | 2026-06-02T01:14:53.061Z | Checking time v0.3.47 |
| 2006 | 2026-06-02T01:14:53.096Z | Checking regex v1.12.3 |
| 2007 | 2026-06-02T01:14:53.129Z | Checking fastrand v2.3.0 |
| 2008 | 2026-06-02T01:14:53.164Z | Checking spki v0.7.3 |
| 2009 | 2026-06-02T01:14:53.198Z | Checking pbkdf2 v0.12.2 |
| 2010 | 2026-06-02T01:14:53.201Z | Checking aes v0.8.4 |
| 2011 | 2026-06-02T01:14:53.320Z | Checking aws-lc-rs v1.16.3 |
| 2012 | 2026-06-02T01:14:53.356Z | Checking pretty-hex v0.4.1 |
| 2013 | 2026-06-02T01:14:53.359Z | Checking cbc v0.1.2 |
| 2014 | 2026-06-02T01:14:53.359Z | Checking salsa20 v0.10.2 |
| 2015 | 2026-06-02T01:14:53.452Z | Checking rand_chacha v0.3.1 |
| 2016 | 2026-06-02T01:14:53.499Z | Checking hex v0.4.3 |
| 2017 | 2026-06-02T01:14:53.549Z | Checking plain v0.2.3 |
| 2018 | 2026-06-02T01:14:53.583Z | Checking scrypt v0.11.0 |
| 2019 | 2026-06-02T01:14:53.645Z | Checking tempfile v3.25.0 |
| 2020 | 2026-06-02T01:14:53.682Z | Checking rustls-native-certs v0.8.3 |
| 2021 | 2026-06-02T01:14:53.685Z | Checking rand v0.8.6 |
| 2022 | 2026-06-02T01:14:53.748Z | Checking ipnetwork v0.21.1 |
| 2023 | 2026-06-02T01:14:53.751Z | Checking sync_wrapper v1.0.2 |
| 2024 | 2026-06-02T01:14:53.862Z | Checking ucd-trie v0.1.7 |
| 2025 | 2026-06-02T01:14:53.897Z | Checking foldhash v0.2.0 |
| 2026 | 2026-06-02T01:14:53.931Z | Checking simd-adler32 v0.3.8 |
| 2027 | 2026-06-02T01:14:53.988Z | Checking tower v0.5.3 |
| 2028 | 2026-06-02T01:14:54.027Z | Checking pest v2.8.6 |
| 2029 | 2026-06-02T01:14:54.080Z | Checking hashbrown v0.16.1 |
| 2030 | 2026-06-02T01:14:54.129Z | Checking pkcs5 v0.7.1 |
| 2031 | 2026-06-02T01:14:54.161Z | Checking rustls-webpki v0.103.9 |
| 2032 | 2026-06-02T01:14:54.196Z | Checking webpki-roots v1.0.6 |
| 2033 | 2026-06-02T01:14:54.230Z | Checking camino v1.2.2 |
| 2034 | 2026-06-02T01:14:54.341Z | Checking iri-string v0.7.10 |
| 2035 | 2026-06-02T01:14:54.412Z | Checking adler2 v2.0.1 |
| 2036 | 2026-06-02T01:14:54.415Z | Checking pkcs8 v0.10.2 |
| 2037 | 2026-06-02T01:14:54.541Z | Checking hyper v1.8.1 |
| 2038 | 2026-06-02T01:14:54.544Z | Checking openapiv3 v2.2.0 |
| 2039 | 2026-06-02T01:14:54.611Z | Checking futures-executor v0.3.32 |
| 2040 | 2026-06-02T01:14:54.615Z | Checking rustls v0.23.37 |
| 2041 | 2026-06-02T01:14:54.615Z | Checking miniz_oxide v0.8.9 |
| 2042 | 2026-06-02T01:14:54.712Z | Checking either v1.15.0 |
| 2043 | 2026-06-02T01:14:54.792Z | Checking futures v0.3.32 |
| 2044 | 2026-06-02T01:14:54.903Z | Checking mime v0.3.17 |
| 2045 | 2026-06-02T01:14:54.937Z | Checking winnow v0.7.14 |
| 2046 | 2026-06-02T01:14:55.025Z | Checking crc32fast v1.5.0 |
| 2047 | 2026-06-02T01:14:55.105Z | Checking static_assertions v1.1.0 |
| 2048 | 2026-06-02T01:14:55.140Z | Checking oxnet v0.1.4 |
| 2049 | 2026-06-02T01:14:55.193Z | Checking lazy_static v1.5.0 |
| 2050 | 2026-06-02T01:14:55.228Z | Checking signature v2.2.0 |
| 2051 | 2026-06-02T01:14:55.314Z | Checking hubpack v0.1.2 |
| 2052 | 2026-06-02T01:14:55.365Z | Checking tower-http v0.6.8 |
| 2053 | 2026-06-02T01:14:55.400Z | Checking encoding_rs v0.8.35 |
| 2054 | 2026-06-02T01:14:55.404Z | Checking strum v0.26.3 |
| 2055 | 2026-06-02T01:14:55.470Z | Checking hyper-util v0.1.20 |
| 2056 | 2026-06-02T01:14:55.531Z | Checking foreign-types-shared v0.1.1 |
| 2057 | 2026-06-02T01:14:55.570Z | Checking zlib-rs v0.6.2 |
| 2058 | 2026-06-02T01:14:55.645Z | Checking foreign-types v0.3.2 |
| 2059 | 2026-06-02T01:14:55.696Z | Checking sha1 v0.10.6 |
| 2060 | 2026-06-02T01:14:55.748Z | Checking scroll v0.13.0 |
| 2061 | 2026-06-02T01:14:55.914Z | Checking openssl-sys v0.9.115 |
| 2062 | 2026-06-02T01:14:55.919Z | Checking tinyvec_macros v0.1.1 |
| 2063 | 2026-06-02T01:14:56.010Z | Checking goblin v0.10.5 |
| 2064 | 2026-06-02T01:14:56.045Z | Checking tinyvec v1.10.0 |
| 2065 | 2026-06-02T01:14:56.158Z | Checking serde_spanned v0.6.9 |
| 2066 | 2026-06-02T01:14:56.301Z | Checking openssl v0.10.79 |
| 2067 | 2026-06-02T01:14:56.336Z | Checking toml_datetime v0.6.11 |
| 2068 | 2026-06-02T01:14:56.384Z | Checking num-integer v0.1.46 |
| 2069 | 2026-06-02T01:14:56.417Z | Checking memmap2 v0.9.10 |
| 2070 | 2026-06-02T01:14:56.484Z | Checking flate2 v1.1.9 |
| 2071 | 2026-06-02T01:14:56.544Z | Checking data-encoding v2.10.0 |
| 2072 | 2026-06-02T01:14:56.601Z | Checking dtrace-parser v0.3.0 |
| 2073 | 2026-06-02T01:14:56.636Z | Checking thread-id v5.1.0 |
| 2074 | 2026-06-02T01:14:56.742Z | Checking psl-types v2.0.11 |
| 2075 | 2026-06-02T01:14:56.779Z | Checking bit-vec v0.8.0 |
| 2076 | 2026-06-02T01:14:56.814Z | Checking base16ct v0.2.0 |
| 2077 | 2026-06-02T01:14:56.847Z | Checking cookie v0.18.1 |
| 2078 | 2026-06-02T01:14:56.881Z | Checking ff v0.13.1 |
| 2079 | 2026-06-02T01:14:56.916Z | Checking publicsuffix v2.3.0 |
| 2080 | 2026-06-02T01:14:56.969Z | Checking sec1 v0.7.3 |
| 2081 | 2026-06-02T01:14:57.003Z | Checking bit-set v0.8.0 |
| 2082 | 2026-06-02T01:14:57.036Z | Checking wait-timeout v0.2.1 |
| 2083 | 2026-06-02T01:14:57.076Z | Checking tokio-rustls v0.26.4 |
| 2084 | 2026-06-02T01:14:57.111Z | Checking rustls-platform-verifier v0.6.2 |
| 2085 | 2026-06-02T01:14:57.111Z | Checking cookie_store v0.22.1 |
| 2086 | 2026-06-02T01:14:57.175Z | Checking group v0.13.0 |
| 2087 | 2026-06-02T01:14:57.210Z | Checking num-iter v0.1.45 |
| 2088 | 2026-06-02T01:14:57.213Z | Checking bstr v1.12.1 |
| 2089 | 2026-06-02T01:14:57.307Z | Checking hkdf v0.12.4 |
| 2090 | 2026-06-02T01:14:57.340Z | Checking hyper-rustls v0.27.7 |
| 2091 | 2026-06-02T01:14:57.374Z | Checking crossbeam-epoch v0.9.18 |
| 2092 | 2026-06-02T01:14:57.380Z | Checking ahash v0.8.12 |
| 2093 | 2026-06-02T01:14:57.457Z | Checking crypto-bigint v0.5.5 |
| 2094 | 2026-06-02T01:14:57.492Z | Checking quick-error v1.2.3 |
| 2095 | 2026-06-02T01:14:57.576Z | Checking reqwest v0.13.2 |
| 2096 | 2026-06-02T01:14:57.610Z | Checking rand_xorshift v0.4.0 |
| 2097 | 2026-06-02T01:14:57.646Z | Checking rusty-fork v0.3.1 |
| 2098 | 2026-06-02T01:14:57.680Z | Checking scroll v0.12.0 |
| 2099 | 2026-06-02T01:14:57.683Z | Checking unarray v0.1.4 |
| 2100 | 2026-06-02T01:14:57.754Z | Checking num-bigint-dig v0.8.6 |
| 2101 | 2026-06-02T01:14:57.841Z | Checking pkcs1 v0.7.5 |
| 2102 | 2026-06-02T01:14:57.844Z | Checking proptest v1.10.0 |
| 2103 | 2026-06-02T01:14:57.932Z | Checking goblin v0.8.2 |
| 2104 | 2026-06-02T01:14:58.081Z | Checking x509-cert v0.2.5 |
| 2105 | 2026-06-02T01:14:58.320Z | Checking native-tls v0.2.18 |
| 2106 | 2026-06-02T01:14:58.357Z | Checking dof v0.4.0 |
| 2107 | 2026-06-02T01:14:58.394Z | Checking elliptic-curve v0.13.8 |
| 2108 | 2026-06-02T01:14:58.436Z | Checking zerocopy v0.7.35 |
| 2109 | 2026-06-02T01:14:58.531Z | Checking tokio-native-tls v0.3.1 |
| 2110 | 2026-06-02T01:14:58.591Z | Checking unicode-segmentation v1.12.0 |
| 2111 | 2026-06-02T01:14:58.714Z | Checking hyper-tls v0.6.0 |
| 2112 | 2026-06-02T01:14:58.750Z | Checking rsa v0.9.10 |
| 2113 | 2026-06-02T01:14:58.784Z | Checking dtrace-parser v0.2.0 |
| 2114 | 2026-06-02T01:14:58.914Z | Checking reqwest v0.12.28 |
| 2115 | 2026-06-02T01:14:58.950Z | Checking rfc6979 v0.4.0 |
| 2116 | 2026-06-02T01:14:58.953Z | Checking thread-id v4.2.2 |
| 2117 | 2026-06-02T01:14:59.016Z | Checking usdt-impl v0.6.0 |
| 2118 | 2026-06-02T01:14:59.051Z | Checking toml_write v0.1.2 |
| 2119 | 2026-06-02T01:14:59.088Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2120 | 2026-06-02T01:14:59.123Z | Checking ecdsa v0.16.9 |
| 2121 | 2026-06-02T01:14:59.237Z | Checking curve25519-dalek v4.1.3 |
| 2122 | 2026-06-02T01:14:59.273Z | Checking toml_edit v0.22.27 |
| 2123 | 2026-06-02T01:14:59.372Z | Checking usdt v0.6.0 |
| 2124 | 2026-06-02T01:14:59.444Z | Checking memoffset v0.9.1 |
| 2125 | 2026-06-02T01:14:59.495Z | Checking rustix v0.38.44 |
| 2126 | 2026-06-02T01:14:59.530Z | Checking env_filter v1.0.0 |
| 2127 | 2026-06-02T01:14:59.565Z | Checking same-file v1.0.6 |
| 2128 | 2026-06-02T01:14:59.645Z | Checking newtype-uuid v1.3.2 |
| 2129 | 2026-06-02T01:14:59.699Z | Checking keccak v0.1.6 |
| 2130 | 2026-06-02T01:14:59.734Z | Checking walkdir v2.5.0 |
| 2131 | 2026-06-02T01:14:59.778Z | Checking env_logger v0.11.9 |
| 2132 | 2026-06-02T01:14:59.826Z | Checking dof v0.3.0 |
| 2133 | 2026-06-02T01:14:59.875Z | Checking daft v0.1.7 |
| 2134 | 2026-06-02T01:14:59.914Z | Checking sha3 v0.10.8 |
| 2135 | 2026-06-02T01:14:59.946Z | Checking ed25519 v2.2.3 |
| 2136 | 2026-06-02T01:14:59.995Z | Checking itertools v0.13.0 |
| 2137 | 2026-06-02T01:15:00.030Z | Checking serde_with v3.17.0 |
| 2138 | 2026-06-02T01:15:00.129Z | Checking usdt-impl v0.5.0 |
| 2139 | 2026-06-02T01:15:00.168Z | Checking bitflags v1.3.2 |
| 2140 | 2026-06-02T01:15:00.171Z | Checking siphasher v1.0.2 |
| 2141 | 2026-06-02T01:15:00.171Z | Checking ed25519-dalek v2.2.0 |
| 2142 | 2026-06-02T01:15:00.275Z | Checking unicode-normalization v0.1.25 |
| 2143 | 2026-06-02T01:15:00.325Z | Checking signal-hook v0.3.18 |
| 2144 | 2026-06-02T01:15:00.383Z | Checking winnow v0.5.40 |
| 2145 | 2026-06-02T01:15:00.421Z | Checking managed v0.8.0 |
| 2146 | 2026-06-02T01:15:00.457Z | Checking nix v0.31.2 |
| 2147 | 2026-06-02T01:15:00.492Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2148 | 2026-06-02T01:15:00.551Z | Checking object v0.37.3 |
| 2149 | 2026-06-02T01:15:00.608Z | Checking foldhash v0.1.5 |
| 2150 | 2026-06-02T01:15:00.642Z | Checking bzip2 v0.4.4 |
| 2151 | 2026-06-02T01:15:00.714Z | Checking signal-hook-mio v0.2.5 |
| 2152 | 2026-06-02T01:15:00.770Z | Checking hashbrown v0.15.5 |
| 2153 | 2026-06-02T01:15:00.834Z | Checking globset v0.4.18 |
| 2154 | 2026-06-02T01:15:00.869Z | Checking ref-cast v1.0.25 |
| 2155 | 2026-06-02T01:15:00.999Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2156 | 2026-06-02T01:15:01.063Z | Checking zip v0.6.6 |
| 2157 | 2026-06-02T01:15:01.116Z | Checking pin-project v1.1.11 |
| 2158 | 2026-06-02T01:15:01.152Z | Checking zstd-safe v7.2.4 |
| 2159 | 2026-06-02T01:15:01.241Z | Checking bumpalo v3.20.2 |
| 2160 | 2026-06-02T01:15:01.278Z | Checking libbz2-rs-sys v0.2.2 |
| 2161 | 2026-06-02T01:15:01.342Z | Checking zstd v0.13.3 |
| 2162 | 2026-06-02T01:15:01.416Z | Checking crossterm v0.28.1 |
| 2163 | 2026-06-02T01:15:01.467Z | Checking zopfli v0.8.3 |
| 2164 | 2026-06-02T01:15:01.505Z | Checking similar v2.7.0 |
| 2165 | 2026-06-02T01:15:01.508Z | Checking tokio-stream v0.1.18 |
| 2166 | 2026-06-02T01:15:01.572Z | Checking toml_edit v0.19.15 |
| 2167 | 2026-06-02T01:15:01.577Z | Checking fs-err v3.3.0 |
| 2168 | 2026-06-02T01:15:01.709Z | Checking bzip2 v0.6.1 |
| 2169 | 2026-06-02T01:15:01.822Z | Checking pem v3.0.6 |
| 2170 | 2026-06-02T01:15:01.883Z | Checking hash32 v0.2.1 |
| 2171 | 2026-06-02T01:15:01.919Z | Checking serde-big-array v0.5.1 |
| 2172 | 2026-06-02T01:15:01.953Z | Checking unicode-properties v0.1.4 |
| 2173 | 2026-06-02T01:15:01.956Z | Checking unicode-bidi v0.3.18 |
| 2174 | 2026-06-02T01:15:02.020Z | Checking predicates-core v1.0.10 |
| 2175 | 2026-06-02T01:15:02.067Z | Checking jiff v0.2.21 |
| 2176 | 2026-06-02T01:15:02.100Z | Checking heapless v0.7.17 |
| 2177 | 2026-06-02T01:15:02.140Z | Checking snafu v0.8.9 |
| 2178 | 2026-06-02T01:15:02.175Z | Checking olpc-cjson v0.1.4 |
| 2179 | 2026-06-02T01:15:02.179Z | Checking hickory-proto v0.25.2 |
| 2180 | 2026-06-02T01:15:02.308Z | Checking stringprep v0.1.5 |
| 2181 | 2026-06-02T01:15:02.343Z | Checking md-5 v0.10.6 |
| 2182 | 2026-06-02T01:15:02.406Z | Checking serde_plain v1.0.2 |
| 2183 | 2026-06-02T01:15:02.492Z | Checking float-cmp v0.10.0 |
| 2184 | 2026-06-02T01:15:02.531Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2185 | 2026-06-02T01:15:02.566Z | Checking difflib v0.4.0 |
| 2186 | 2026-06-02T01:15:02.602Z | Checking normalize-line-endings v0.3.0 |
| 2187 | 2026-06-02T01:15:02.636Z | Checking toml v0.7.8 |
| 2188 | 2026-06-02T01:15:02.669Z | Checking typed-path v0.9.3 |
| 2189 | 2026-06-02T01:15:02.718Z | Checking fallible-iterator v0.2.0 |
| 2190 | 2026-06-02T01:15:02.753Z | Checking smoltcp v0.9.1 |
| 2191 | 2026-06-02T01:15:02.788Z | Checking predicates v3.1.4 |
| 2192 | 2026-06-02T01:15:02.864Z | Checking iddqd v0.4.1 |
| 2193 | 2026-06-02T01:15:02.977Z | Checking phf_shared v0.13.1 |
| 2194 | 2026-06-02T01:15:03.016Z | Checking postgres-protocol v0.6.10 |
| 2195 | 2026-06-02T01:15:03.111Z | Checking phf_shared v0.11.3 |
| 2196 | 2026-06-02T01:15:03.202Z | Checking buf-list v1.1.2 |
| 2197 | 2026-06-02T01:15:03.287Z | Checking strum v0.27.2 |
| 2198 | 2026-06-02T01:15:03.358Z | Checking precomputed-hash v0.1.1 |
| 2199 | 2026-06-02T01:15:03.361Z | Checking fixedbitset v0.5.7 |
| 2200 | 2026-06-02T01:15:03.427Z | Checking fixedbitset v0.4.2 |
| 2201 | 2026-06-02T01:15:03.459Z | Checking new_debug_unreachable v1.0.6 |
| 2202 | 2026-06-02T01:15:03.491Z | Checking tough v0.22.0 |
| 2203 | 2026-06-02T01:15:03.525Z | Checking lalrpop-util v0.19.12 |
| 2204 | 2026-06-02T01:15:03.560Z | Checking string_cache v0.8.9 |
| 2205 | 2026-06-02T01:15:03.603Z | Checking petgraph v0.6.5 |
| 2206 | 2026-06-02T01:15:03.638Z | Checking petgraph v0.8.3 |
| 2207 | 2026-06-02T01:15:03.714Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2208 | 2026-06-02T01:15:03.756Z | Checking postgres-types v0.2.12 |
| 2209 | 2026-06-02T01:15:03.792Z | Checking phf v0.13.1 |
| 2210 | 2026-06-02T01:15:03.972Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2211 | 2026-06-02T01:15:04.095Z | Checking whoami v2.1.0 |
| 2212 | 2026-06-02T01:15:04.267Z | Checking peg-runtime v0.8.5 |
| 2213 | 2026-06-02T01:15:04.321Z | Checking tokio-postgres v0.7.16 |
| 2214 | 2026-06-02T01:15:04.324Z | Checking zip v4.6.1 |
| 2215 | 2026-06-02T01:15:04.556Z | Checking is-terminal v0.4.17 |
| 2216 | 2026-06-02T01:15:04.686Z | Checking crossbeam-channel v0.5.15 |
| 2217 | 2026-06-02T01:15:04.884Z | Compiling structmeta-derive v0.3.0 |
| 2218 | 2026-06-02T01:15:04.946Z | Checking thread_local v1.1.9 |
| 2219 | 2026-06-02T01:15:05.048Z | Checking take_mut v0.2.2 |
| 2220 | 2026-06-02T01:15:05.051Z | Checking term v1.2.1 |
| 2221 | 2026-06-02T01:15:05.139Z | Compiling newtype-uuid-macros v0.1.0 |
| 2222 | 2026-06-02T01:15:05.187Z | Checking slog-async v2.8.0 |
| 2223 | 2026-06-02T01:15:05.290Z | Compiling rustls v0.22.4 |
| 2224 | 2026-06-02T01:15:05.330Z | Checking slog-term v2.9.2 |
| 2225 | 2026-06-02T01:15:05.391Z | Compiling multer v3.1.0 |
| 2226 | 2026-06-02T01:15:05.479Z | Compiling async-stream-impl v0.3.6 |
| 2227 | 2026-06-02T01:15:05.557Z | Compiling dropshot v0.17.0 |
| 2228 | 2026-06-02T01:15:05.602Z | Compiling dropshot_endpoint v0.17.0 |
| 2229 | 2026-06-02T01:15:05.638Z | Checking match_cfg v0.1.0 |
| 2230 | 2026-06-02T01:15:05.720Z | Checking slog-json v2.6.1 |
| 2231 | 2026-06-02T01:15:05.769Z | Checking hostname v0.3.1 |
| 2232 | 2026-06-02T01:15:05.885Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2233 | 2026-06-02T01:15:05.920Z | Checking debug-ignore v1.0.5 |
| 2234 | 2026-06-02T01:15:05.923Z | Checking slog-bunyan v2.5.0 |
| 2235 | 2026-06-02T01:15:05.986Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2236 | 2026-06-02T01:15:06.018Z | Compiling structmeta v0.3.0 |
| 2237 | 2026-06-02T01:15:06.053Z | Checking serde_spanned v1.0.4 |
| 2238 | 2026-06-02T01:15:06.117Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2239 | 2026-06-02T01:15:06.120Z | Checking rustls-webpki v0.102.8 |
| 2240 | 2026-06-02T01:15:06.196Z | Checking serde_path_to_error v0.1.20 |
| 2241 | 2026-06-02T01:15:06.234Z | Checking async-stream v0.3.6 |
| 2242 | 2026-06-02T01:15:06.268Z | Compiling derive-ex v0.1.8 |
| 2243 | 2026-06-02T01:15:06.332Z | Checking waitgroup v0.1.2 |
| 2244 | 2026-06-02T01:15:06.389Z | Checking rustls-pemfile v2.2.0 |
| 2245 | 2026-06-02T01:15:06.432Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2246 | 2026-06-02T01:15:06.466Z | Checking hostname v0.4.2 |
| 2247 | 2026-06-02T01:15:06.499Z | Checking compression-core v0.4.31 |
| 2248 | 2026-06-02T01:15:06.569Z | Checking progenitor-client v0.14.0 |
| 2249 | 2026-06-02T01:15:06.573Z | Checking regress v0.10.5 |
| 2250 | 2026-06-02T01:15:06.634Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2251 | 2026-06-02T01:15:06.668Z | Checking compression-codecs v0.4.37 |
| 2252 | 2026-06-02T01:15:06.671Z | Checking toml v1.0.6+spec-1.1.0 |
| 2253 | 2026-06-02T01:15:06.771Z | Compiling parse-display-derive v0.10.0 |
| 2254 | 2026-06-02T01:15:06.827Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2255 | 2026-06-02T01:15:06.871Z | Checking async-compression v0.4.41 |
| 2256 | 2026-06-02T01:15:06.996Z | Checking itertools v0.14.0 |
| 2257 | 2026-06-02T01:15:07.141Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2258 | 2026-06-02T01:15:07.297Z | Checking macaddr v1.0.1 |
| 2259 | 2026-06-02T01:15:07.402Z | Checking instant v0.1.13 |
| 2260 | 2026-06-02T01:15:07.514Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2261 | 2026-06-02T01:15:07.548Z | Checking progenitor-client v0.10.0 |
| 2262 | 2026-06-02T01:15:07.583Z | Checking backoff v0.4.0 |
| 2263 | 2026-06-02T01:15:07.778Z | Checking backon v1.6.0 |
| 2264 | 2026-06-02T01:15:07.816Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2265 | 2026-06-02T01:15:07.819Z | Checking heck v0.5.0 |
| 2266 | 2026-06-02T01:15:07.975Z | Compiling test-strategy v0.4.5 |
| 2267 | 2026-06-02T01:15:07.979Z | Checking progenitor-extras v0.2.0 |
| 2268 | 2026-06-02T01:15:08.042Z | Checking unicode-width v0.2.0 |
| 2269 | 2026-06-02T01:15:08.045Z | Checking tokio-rustls v0.25.0 |
| 2270 | 2026-06-02T01:15:08.073Z | Compiling convert_case v0.4.0 |
| 2271 | 2026-06-02T01:15:08.215Z | Checking half v2.7.1 |
| 2272 | 2026-06-02T01:15:08.250Z | Checking ciborium-io v0.2.2 |
| 2273 | 2026-06-02T01:15:08.294Z | Checking secrecy v0.10.3 |
| 2274 | 2026-06-02T01:15:08.329Z | Compiling regress v0.11.1 |
| 2275 | 2026-06-02T01:15:08.396Z | Compiling unsafe-libyaml v0.2.11 |
| 2276 | 2026-06-02T01:15:08.439Z | Checking indent_write v2.2.0 |
| 2277 | 2026-06-02T01:15:08.443Z | Checking ciborium-ll v0.2.2 |
| 2278 | 2026-06-02T01:15:08.503Z | Compiling derive_more v0.99.20 |
| 2279 | 2026-06-02T01:15:08.507Z | Checking parse-display v0.10.0 |
| 2280 | 2026-06-02T01:15:08.596Z | Checking universal-hash v0.5.1 |
| 2281 | 2026-06-02T01:15:08.669Z | Checking ciborium v0.2.2 |
| 2282 | 2026-06-02T01:15:08.708Z | Checking opaque-debug v0.3.1 |
| 2283 | 2026-06-02T01:15:08.803Z | Checking camino-tempfile v1.4.1 |
| 2284 | 2026-06-02T01:15:08.989Z | Compiling serde_yaml v0.9.34+deprecated |
| 2285 | 2026-06-02T01:15:09.113Z | Compiling crucible-workspace-hack v0.1.0 |
| 2286 | 2026-06-02T01:15:09.165Z | Checking aead v0.5.2 |
| 2287 | 2026-06-02T01:15:09.353Z | Checking poly1305 v0.8.0 |
| 2288 | 2026-06-02T01:15:09.476Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2289 | 2026-06-02T01:15:09.510Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2290 | 2026-06-02T01:15:09.644Z | Checking chacha20 v0.9.1 |
| 2291 | 2026-06-02T01:15:09.847Z | Compiling typify-impl v0.6.2 |
| 2292 | 2026-06-02T01:15:09.883Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2293 | 2026-06-02T01:15:09.887Z | Checking password-hash v0.5.0 |
| 2294 | 2026-06-02T01:15:10.173Z | Checking blake2 v0.10.6 |
| 2295 | 2026-06-02T01:15:10.285Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2296 | 2026-06-02T01:15:10.465Z | Checking argon2 v0.5.3 |
| 2297 | 2026-06-02T01:15:10.468Z | Checking chacha20poly1305 v0.10.1 |
| 2298 | 2026-06-02T01:15:10.674Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2299 | 2026-06-02T01:15:10.860Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2300 | 2026-06-02T01:15:11.011Z | Checking byte-wrapper v0.1.0 |
| 2301 | 2026-06-02T01:15:11.102Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2302 | 2026-06-02T01:15:11.161Z | Checking thiserror-no-std v2.0.2 |
| 2303 | 2026-06-02T01:15:11.196Z | Checking swrite v0.1.0 |
| 2304 | 2026-06-02T01:15:11.255Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2305 | 2026-06-02T01:15:11.290Z | Checking vsss-rs v3.3.4 |
| 2306 | 2026-06-02T01:15:11.321Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2307 | 2026-06-02T01:15:11.374Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2308 | 2026-06-02T01:15:11.572Z | Checking toml v0.8.23 |
| 2309 | 2026-06-02T01:15:11.608Z | Checking crossbeam-deque v0.8.6 |
| 2310 | 2026-06-02T01:15:11.817Z | Compiling rayon-core v1.13.0 |
| 2311 | 2026-06-02T01:15:11.958Z | Compiling proc-macro-error v1.0.4 |
| 2312 | 2026-06-02T01:15:12.002Z | Checking tabwriter v1.4.1 |
| 2313 | 2026-06-02T01:15:12.179Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2314 | 2026-06-02T01:15:12.256Z | Checking unicode-width v0.1.14 |
| 2315 | 2026-06-02T01:15:12.421Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2316 | 2026-06-02T01:15:12.457Z | Checking rayon v1.11.0 |
| 2317 | 2026-06-02T01:15:12.536Z | Checking glob v0.3.3 |
| 2318 | 2026-06-02T01:15:12.751Z | Compiling proc-macro-crate v3.4.0 |
| 2319 | 2026-06-02T01:15:12.754Z | Compiling usdt-attr-macro v0.5.0 |
| 2320 | 2026-06-02T01:15:12.835Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2321 | 2026-06-02T01:15:12.963Z | Compiling usdt-macro v0.5.0 |
| 2322 | 2026-06-02T01:15:13.257Z | Checking memmap v0.7.0 |
| 2323 | 2026-06-02T01:15:13.325Z | Checking colored v3.1.1 |
| 2324 | 2026-06-02T01:15:13.424Z | Compiling heapless v0.8.0 |
| 2325 | 2026-06-02T01:15:13.553Z | Compiling ingot-macros v0.1.1 |
| 2326 | 2026-06-02T01:15:13.591Z | Checking hash32 v0.3.1 |
| 2327 | 2026-06-02T01:15:13.622Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2328 | 2026-06-02T01:15:13.712Z | Checking usdt v0.5.0 |
| 2329 | 2026-06-02T01:15:13.748Z | Compiling smoltcp v0.11.0 |
| 2330 | 2026-06-02T01:15:13.901Z | Checking cobs v0.3.0 |
| 2331 | 2026-06-02T01:15:13.936Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2332 | 2026-06-02T01:15:13.940Z | Compiling num_enum_derive v0.7.5 |
| 2333 | 2026-06-02T01:15:14.070Z | Checking postcard v1.1.3 |
| 2334 | 2026-06-02T01:15:14.212Z | Compiling proc-macro-crate v1.3.1 |
| 2335 | 2026-06-02T01:15:14.246Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2336 | 2026-06-02T01:15:14.392Z | Checking sigpipe v0.1.3 |
| 2337 | 2026-06-02T01:15:14.484Z | Compiling foreign-types-macros v0.2.3 |
| 2338 | 2026-06-02T01:15:14.487Z | Compiling typify-macro v0.6.2 |
| 2339 | 2026-06-02T01:15:14.549Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2340 | 2026-06-02T01:15:14.593Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2341 | 2026-06-02T01:15:14.655Z | Checking cpufeatures v0.3.0 |
| 2342 | 2026-06-02T01:15:14.755Z | Checking foreign-types-shared v0.3.1 |
| 2343 | 2026-06-02T01:15:14.871Z | Checking chacha20 v0.10.0 |
| 2344 | 2026-06-02T01:15:14.875Z | Compiling num_enum_derive v0.5.11 |
| 2345 | 2026-06-02T01:15:15.034Z | Checking num_enum v0.7.5 |
| 2346 | 2026-06-02T01:15:15.100Z | Checking foreign-types v0.5.0 |
| 2347 | 2026-06-02T01:15:15.217Z | Checking cstr-argument v0.1.2 |
| 2348 | 2026-06-02T01:15:15.281Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2349 | 2026-06-02T01:15:15.320Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2350 | 2026-06-02T01:15:15.364Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2351 | 2026-06-02T01:15:15.669Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2352 | 2026-06-02T01:15:15.704Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2353 | 2026-06-02T01:15:15.763Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2354 | 2026-06-02T01:15:15.851Z | Checking rand v0.10.0 |
| 2355 | 2026-06-02T01:15:15.885Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2356 | 2026-06-02T01:15:15.918Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2357 | 2026-06-02T01:15:15.921Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2358 | 2026-06-02T01:15:15.991Z | Checking num_enum v0.5.11 |
| 2359 | 2026-06-02T01:15:16.094Z | Compiling zone_cfg_derive v0.3.1 |
| 2360 | 2026-06-02T01:15:16.133Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2361 | 2026-06-02T01:15:16.165Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2362 | 2026-06-02T01:15:16.281Z | Compiling typify v0.6.2 |
| 2363 | 2026-06-02T01:15:16.347Z | Checking itertools v0.12.1 |
| 2364 | 2026-06-02T01:15:16.379Z | Compiling num-derive v0.4.2 |
| 2365 | 2026-06-02T01:15:16.413Z | Checking ingot-types v0.1.2 |
| 2366 | 2026-06-02T01:15:16.480Z | Compiling progenitor-impl v0.14.0 |
| 2367 | 2026-06-02T01:15:16.764Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2368 | 2026-06-02T01:15:16.832Z | Checking ingot v0.1.1 |
| 2369 | 2026-06-02T01:15:17.214Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2370 | 2026-06-02T01:15:17.260Z | Checking smf v0.2.3 |
| 2371 | 2026-06-02T01:15:17.339Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2372 | 2026-06-02T01:15:17.373Z | Checking zone v0.3.1 |
| 2373 | 2026-06-02T01:15:17.410Z | Checking whoami v1.6.1 |
| 2374 | 2026-06-02T01:15:17.438Z | Checking tokio-dtrace v0.1.1 |
| 2375 | 2026-06-02T01:15:17.517Z | Compiling derive-where v1.6.0 |
| 2376 | 2026-06-02T01:15:17.583Z | Checking console v0.15.11 |
| 2377 | 2026-06-02T01:15:17.616Z | Checking atomicwrites v0.4.4 |
| 2378 | 2026-06-02T01:15:17.647Z | Checking oxide-tokio-rt v0.1.4 |
| 2379 | 2026-06-02T01:15:17.749Z | Checking newline-converter v0.3.0 |
| 2380 | 2026-06-02T01:15:17.784Z | Checking num-rational v0.4.2 |
| 2381 | 2026-06-02T01:15:17.839Z | Checking num-complex v0.4.6 |
| 2382 | 2026-06-02T01:15:17.881Z | Checking bytecount v0.6.9 |
| 2383 | 2026-06-02T01:15:17.914Z | Checking expectorate v1.2.0 |
| 2384 | 2026-06-02T01:15:18.015Z | Checking float-ord v0.3.2 |
| 2385 | 2026-06-02T01:15:18.068Z | Compiling progenitor-impl v0.13.0 |
| 2386 | 2026-06-02T01:15:18.202Z | Checking num v0.4.3 |
| 2387 | 2026-06-02T01:15:18.306Z | Checking progenitor-client v0.13.0 |
| 2388 | 2026-06-02T01:15:18.467Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2389 | 2026-06-02T01:15:18.577Z | Compiling owo-colors v4.3.0 |
| 2390 | 2026-06-02T01:15:18.848Z | Compiling prettyplease v0.2.37 |
| 2391 | 2026-06-02T01:15:19.006Z | Compiling cancel-safe-futures v0.1.5 |
| 2392 | 2026-06-02T01:15:19.128Z | Compiling progenitor-macro v0.14.0 |
| 2393 | 2026-06-02T01:15:19.168Z | Checking libsw-core v0.3.2 |
| 2394 | 2026-06-02T01:15:19.352Z | Checking libsw v3.5.0 |
| 2395 | 2026-06-02T01:15:19.532Z | Checking linear-map v1.2.0 |
| 2396 | 2026-06-02T01:15:19.582Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2397 | 2026-06-02T01:15:19.618Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2398 | 2026-06-02T01:15:19.651Z | Checking gethostname v0.5.0 |
| 2399 | 2026-06-02T01:15:19.730Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2400 | 2026-06-02T01:15:19.769Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2401 | 2026-06-02T01:15:20.757Z | Compiling progenitor-macro v0.13.0 |
| 2402 | 2026-06-02T01:15:20.790Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2403 | 2026-06-02T01:15:21.315Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2404 | 2026-06-02T01:15:21.867Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2405 | 2026-06-02T01:15:23.249Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2406 | 2026-06-02T01:15:24.098Z | Checking progenitor v0.14.0 |
| 2407 | 2026-06-02T01:15:24.491Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2408 | 2026-06-02T01:15:25.099Z | Checking resolv-conf v0.7.6 |
| 2409 | 2026-06-02T01:15:25.235Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2410 | 2026-06-02T01:15:25.347Z | Checking smawk v0.3.2 |
| 2411 | 2026-06-02T01:15:25.519Z | Checking unicode-linebreak v0.1.5 |
| 2412 | 2026-06-02T01:15:25.554Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2413 | 2026-06-02T01:15:25.711Z | Checking progenitor v0.13.0 |
| 2414 | 2026-06-02T01:15:25.738Z | Checking papergrid v0.11.0 |
| 2415 | 2026-06-02T01:15:25.771Z | Compiling tabled_derive v0.7.0 |
| 2416 | 2026-06-02T01:15:25.804Z | Compiling convert_case v0.10.0 |
| 2417 | 2026-06-02T01:15:25.868Z | Compiling slog-dtrace v0.3.0 |
| 2418 | 2026-06-02T01:15:26.150Z | Compiling derive_more-impl v2.1.1 |
| 2419 | 2026-06-02T01:15:26.185Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2420 | 2026-06-02T01:15:26.761Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2421 | 2026-06-02T01:15:26.794Z | Checking tabled v0.15.0 |
| 2422 | 2026-06-02T01:15:26.827Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2423 | 2026-06-02T01:15:26.876Z | Checking linked-hash-map v0.5.6 |
| 2424 | 2026-06-02T01:15:26.992Z | Checking derive_more v2.1.1 |
| 2425 | 2026-06-02T01:15:27.026Z | Checking hickory-proto v0.24.4 |
| 2426 | 2026-06-02T01:15:27.081Z | Checking lru-cache v0.1.2 |
| 2427 | 2026-06-02T01:15:27.113Z | Checking crossterm v0.29.0 |
| 2428 | 2026-06-02T01:15:27.117Z | Checking fd-lock v4.0.4 |
| 2429 | 2026-06-02T01:15:27.226Z | Checking vte v0.14.1 |
| 2430 | 2026-06-02T01:15:27.297Z | Checking display-error-chain v0.2.2 |
| 2431 | 2026-06-02T01:15:27.414Z | Checking strip-ansi-escapes v0.2.1 |
| 2432 | 2026-06-02T01:15:27.451Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2433 | 2026-06-02T01:15:27.502Z | Checking nu-ansi-term v0.50.3 |
| 2434 | 2026-06-02T01:15:27.550Z | Checking termtree v0.5.1 |
| 2435 | 2026-06-02T01:15:27.614Z | Checking textwrap v0.16.2 |
| 2436 | 2026-06-02T01:15:27.694Z | Compiling minimal-lexical v0.2.1 |
| 2437 | 2026-06-02T01:15:27.731Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2438 | 2026-06-02T01:15:27.761Z | Checking reedline v0.40.0 |
| 2439 | 2026-06-02T01:15:27.855Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2440 | 2026-06-02T01:15:27.934Z | Compiling nom v7.1.3 |
| 2441 | 2026-06-02T01:15:27.984Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2442 | 2026-06-02T01:15:28.212Z | Compiling ar_archive_writer v0.5.1 |
| 2443 | 2026-06-02T01:15:28.423Z | Checking humantime v2.3.0 |
| 2444 | 2026-06-02T01:15:28.607Z | Checking csv-core v0.1.13 |
| 2445 | 2026-06-02T01:15:28.731Z | Compiling stacker v0.1.23 |
| 2446 | 2026-06-02T01:15:28.818Z | Checking csv v1.4.0 |
| 2447 | 2026-06-02T01:15:28.851Z | Checking hickory-resolver v0.24.4 |
| 2448 | 2026-06-02T01:15:28.930Z | Checking highway v1.3.0 |
| 2449 | 2026-06-02T01:15:28.964Z | Compiling cfg_aliases v0.1.1 |
| 2450 | 2026-06-02T01:15:29.029Z | Compiling semver v0.1.20 |
| 2451 | 2026-06-02T01:15:29.069Z | Compiling nix v0.28.0 |
| 2452 | 2026-06-02T01:15:29.107Z | Compiling psm v0.1.30 |
| 2453 | 2026-06-02T01:15:29.217Z | Checking nibble_vec v0.1.0 |
| 2454 | 2026-06-02T01:15:29.259Z | Compiling rustc_version v0.1.7 |
| 2455 | 2026-06-02T01:15:29.292Z | Checking home v0.5.12 |
| 2456 | 2026-06-02T01:15:29.334Z | Checking endian-type v0.1.2 |
| 2457 | 2026-06-02T01:15:29.373Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2458 | 2026-06-02T01:15:29.427Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2459 | 2026-06-02T01:15:29.492Z | Checking radix_trie v0.2.1 |
| 2460 | 2026-06-02T01:15:29.523Z | Compiling newtype_derive v0.1.6 |
| 2461 | 2026-06-02T01:15:29.555Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2462 | 2026-06-02T01:15:29.616Z | Checking qorb v0.4.1 |
| 2463 | 2026-06-02T01:15:29.724Z | Checking phf_shared v0.12.1 |
| 2464 | 2026-06-02T01:15:29.790Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2465 | 2026-06-02T01:15:29.893Z | Compiling chrono-tz v0.10.4 |
| 2466 | 2026-06-02T01:15:29.927Z | Checking phf v0.12.1 |
| 2467 | 2026-06-02T01:15:30.102Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2468 | 2026-06-02T01:15:30.102Z | Compiling const_format_proc_macros v0.2.34 |
| 2469 | 2026-06-02T01:15:30.198Z | Compiling peg-macros v0.8.5 |
| 2470 | 2026-06-02T01:15:30.229Z | Checking recursive v0.1.1 |
| 2471 | 2026-06-02T01:15:30.281Z | Checking winnow v0.6.26 |
| 2472 | 2026-06-02T01:15:30.352Z | Compiling sqlparser_derive v0.5.0 |
| 2473 | 2026-06-02T01:15:30.692Z | Checking unicode_categories v0.1.1 |
| 2474 | 2026-06-02T01:15:31.033Z | Checking rustyline v14.0.0 |
| 2475 | 2026-06-02T01:15:31.068Z | Checking const_format v0.2.35 |
| 2476 | 2026-06-02T01:15:31.201Z | Checking sqlparser v0.61.0 |
| 2477 | 2026-06-02T01:15:31.498Z | Checking sqlformat v0.3.5 |
| 2478 | 2026-06-02T01:15:31.633Z | Checking peg v0.8.5 |
| 2479 | 2026-06-02T01:15:31.772Z | Checking bcs v0.1.6 |
| 2480 | 2026-06-02T01:15:31.843Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2481 | 2026-06-02T01:15:31.975Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2482 | 2026-06-02T01:15:32.041Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2483 | 2026-06-02T01:15:32.132Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2484 | 2026-06-02T01:15:32.193Z | Checking steno v0.4.1 |
| 2485 | 2026-06-02T01:15:32.227Z | Checking filetime v0.2.27 |
| 2486 | 2026-06-02T01:15:32.395Z | Checking xattr v1.6.1 |
| 2487 | 2026-06-02T01:15:32.558Z | Checking tar v0.4.45 |
| 2488 | 2026-06-02T01:15:32.971Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2489 | 2026-06-02T01:15:33.049Z | Checking subprocess v0.2.15 |
| 2490 | 2026-06-02T01:15:33.082Z | Checking base64 v0.21.7 |
| 2491 | 2026-06-02T01:15:33.176Z | Checking headers-core v0.3.0 |
| 2492 | 2026-06-02T01:15:33.211Z | Checking yasna v0.5.2 |
| 2493 | 2026-06-02T01:15:33.311Z | Checking headers v0.4.1 |
| 2494 | 2026-06-02T01:15:33.384Z | Checking dropshot-api-manager-types v0.7.1 |
| 2495 | 2026-06-02T01:15:33.614Z | Checking tagptr v0.2.0 |
| 2496 | 2026-06-02T01:15:33.647Z | Checking rcgen v0.12.1 |
| 2497 | 2026-06-02T01:15:33.787Z | Checking moka v0.12.13 |
| 2498 | 2026-06-02T01:15:33.821Z | Checking utf-8 v0.7.6 |
| 2499 | 2026-06-02T01:15:33.987Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2500 | 2026-06-02T01:15:34.020Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2501 | 2026-06-02T01:15:34.171Z | Compiling libefi-sys v0.1.0 |
| 2502 | 2026-06-02T01:15:34.462Z | Checking hickory-resolver v0.25.2 |
| 2503 | 2026-06-02T01:15:34.467Z | Compiling bitfield-struct v0.6.2 |
| 2504 | 2026-06-02T01:15:34.560Z | Compiling radium v0.7.0 |
| 2505 | 2026-06-02T01:15:34.737Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2506 | 2026-06-02T01:15:34.850Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2507 | 2026-06-02T01:15:34.926Z | Checking tungstenite v0.21.0 |
| 2508 | 2026-06-02T01:15:35.035Z | Compiling maybe-uninit v2.0.0 |
| 2509 | 2026-06-02T01:15:35.166Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2510 | 2026-06-02T01:15:35.200Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2511 | 2026-06-02T01:15:35.232Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2512 | 2026-06-02T01:15:35.336Z | Checking tap v1.0.1 |
| 2513 | 2026-06-02T01:15:35.397Z | Checking tokio-tungstenite v0.21.0 |
| 2514 | 2026-06-02T01:15:35.509Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2515 | 2026-06-02T01:15:35.513Z | Checking wyz v0.5.1 |
| 2516 | 2026-06-02T01:15:35.682Z | Compiling zerocopy-derive v0.6.6 |
| 2517 | 2026-06-02T01:15:35.714Z | Checking funty v2.0.0 |
| 2518 | 2026-06-02T01:15:35.745Z | Compiling packed_struct v0.10.1 |
| 2519 | 2026-06-02T01:15:35.777Z | Checking crc-catalog v2.4.0 |
| 2520 | 2026-06-02T01:15:35.781Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2521 | 2026-06-02T01:15:35.840Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2522 | 2026-06-02T01:15:35.898Z | Checking crc v3.4.0 |
| 2523 | 2026-06-02T01:15:36.061Z | Checking bitvec v1.0.1 |
| 2524 | 2026-06-02T01:15:36.135Z | Compiling packed_struct_codegen v0.10.1 |
| 2525 | 2026-06-02T01:15:36.205Z | Compiling bitfield-macros v0.19.4 |
| 2526 | 2026-06-02T01:15:36.560Z | Checking zerocopy v0.6.6 |
| 2527 | 2026-06-02T01:15:36.787Z | Compiling indexmap v1.9.3 |
| 2528 | 2026-06-02T01:15:36.884Z | Checking nodrop v0.1.14 |
| 2529 | 2026-06-02T01:15:36.947Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2530 | 2026-06-02T01:15:37.006Z | Checking array-init v0.0.4 |
| 2531 | 2026-06-02T01:15:37.081Z | Checking bitfield v0.19.4 |
| 2532 | 2026-06-02T01:15:37.204Z | Checking smallvec v0.6.14 |
| 2533 | 2026-06-02T01:15:37.252Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2534 | 2026-06-02T01:15:37.333Z | Checking hashbrown v0.12.3 |
| 2535 | 2026-06-02T01:15:37.384Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2536 | 2026-06-02T01:15:37.450Z | Checking serde-hex v0.1.0 |
| 2537 | 2026-06-02T01:15:37.575Z | Checking ron v0.8.1 |
| 2538 | 2026-06-02T01:15:38.120Z | Checking hashbrown v0.13.2 |
| 2539 | 2026-06-02T01:15:38.153Z | Checking crc-any v2.5.0 |
| 2540 | 2026-06-02T01:15:38.328Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2541 | 2026-06-02T01:15:38.361Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2542 | 2026-06-02T01:15:38.499Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2543 | 2026-06-02T01:15:38.553Z | Compiling xshell-macros v0.2.7 |
| 2544 | 2026-06-02T01:15:38.585Z | Checking object v0.30.4 |
| 2545 | 2026-06-02T01:15:38.618Z | Checking path-slash v0.1.5 |
| 2546 | 2026-06-02T01:15:38.802Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2547 | 2026-06-02T01:15:38.832Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2548 | 2026-06-02T01:15:38.949Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2549 | 2026-06-02T01:15:38.981Z | Checking xshell v0.2.7 |
| 2550 | 2026-06-02T01:15:39.199Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2551 | 2026-06-02T01:15:39.305Z | Checking half v1.8.3 |
| 2552 | 2026-06-02T01:15:39.532Z | Checking serde_cbor v0.11.2 |
| 2553 | 2026-06-02T01:15:39.627Z | Compiling num-derive v0.3.3 |
| 2554 | 2026-06-02T01:15:39.950Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2555 | 2026-06-02T01:15:39.988Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2556 | 2026-06-02T01:15:40.255Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2557 | 2026-06-02T01:15:40.380Z | Compiling proc-macro-error2 v2.0.1 |
| 2558 | 2026-06-02T01:15:40.600Z | Checking libscf-sys v1.1.0 |
| 2559 | 2026-06-02T01:15:40.677Z | Checking papergrid v0.17.0 |
| 2560 | 2026-06-02T01:15:40.723Z | Checking testing_table v0.3.0 |
| 2561 | 2026-06-02T01:15:40.760Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2562 | 2026-06-02T01:15:40.793Z | Compiling tabled_derive v0.11.0 |
| 2563 | 2026-06-02T01:15:40.845Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2564 | 2026-06-02T01:15:40.998Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2565 | 2026-06-02T01:15:41.390Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2566 | 2026-06-02T01:15:41.650Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2567 | 2026-06-02T01:15:41.695Z | Compiling git-stub v1.0.0 |
| 2568 | 2026-06-02T01:15:41.727Z | Checking crc8 v0.1.1 |
| 2569 | 2026-06-02T01:15:41.808Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2570 | 2026-06-02T01:15:41.856Z | Checking maplit v1.0.2 |
| 2571 | 2026-06-02T01:15:41.971Z | Compiling git-stub-vcs v0.1.0 |
| 2572 | 2026-06-02T01:15:42.006Z | Checking tabled v0.20.0 |
| 2573 | 2026-06-02T01:15:42.010Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2574 | 2026-06-02T01:15:42.352Z | Checking fxhash v0.2.1 |
| 2575 | 2026-06-02T01:15:42.503Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2576 | 2026-06-02T01:15:42.660Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2577 | 2026-06-02T01:15:42.696Z | Checking unicase v2.9.0 |
| 2578 | 2026-06-02T01:15:42.783Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2579 | 2026-06-02T01:15:42.886Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2580 | 2026-06-02T01:15:43.035Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2581 | 2026-06-02T01:15:43.202Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2582 | 2026-06-02T01:15:43.238Z | Compiling typify-impl v0.4.3 |
| 2583 | 2026-06-02T01:15:43.303Z | Checking kstat-rs v0.2.4 |
| 2584 | 2026-06-02T01:15:43.400Z | Compiling diesel_derives v2.3.7 |
| 2585 | 2026-06-02T01:15:43.527Z | Checking scheduled-thread-pool v0.2.7 |
| 2586 | 2026-06-02T01:15:43.567Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2587 | 2026-06-02T01:15:43.653Z | Compiling dsl_auto_type v0.2.0 |
| 2588 | 2026-06-02T01:15:43.703Z | Compiling vergen-gitcl v1.0.8 |
| 2589 | 2026-06-02T01:15:43.923Z | Checking arc-swap v1.8.2 |
| 2590 | 2026-06-02T01:15:44.073Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2591 | 2026-06-02T01:15:44.179Z | Compiling parking_lot_core v0.8.6 |
| 2592 | 2026-06-02T01:15:44.316Z | Checking slog-scope v4.4.1 |
| 2593 | 2026-06-02T01:15:44.381Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2594 | 2026-06-02T01:15:44.531Z | Checking r2d2 v0.8.10 |
| 2595 | 2026-06-02T01:15:44.563Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2596 | 2026-06-02T01:15:44.741Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2597 | 2026-06-02T01:15:45.100Z | Checking downcast-rs v2.0.2 |
| 2598 | 2026-06-02T01:15:45.316Z | Checking slog-stdlog v4.1.1 |
| 2599 | 2026-06-02T01:15:45.361Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2600 | 2026-06-02T01:15:45.462Z | Checking parking_lot v0.11.2 |
| 2601 | 2026-06-02T01:15:45.496Z | Checking slog-envlogger v2.2.0 |
| 2602 | 2026-06-02T01:15:45.500Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2603 | 2026-06-02T01:15:45.677Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2604 | 2026-06-02T01:15:45.719Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2605 | 2026-06-02T01:15:45.722Z | Checking prefix-trie v0.7.0 |
| 2606 | 2026-06-02T01:15:45.792Z | Checking sled v0.34.7 |
| 2607 | 2026-06-02T01:15:45.985Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2608 | 2026-06-02T01:15:46.117Z | Checking hickory-server v0.25.2 |
| 2609 | 2026-06-02T01:15:46.215Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2610 | 2026-06-02T01:15:46.414Z | Checking nanorand v0.7.0 |
| 2611 | 2026-06-02T01:15:46.644Z | Compiling dirs-sys-next v0.1.2 |
| 2612 | 2026-06-02T01:15:46.647Z | Compiling salty v0.3.0 |
| 2613 | 2026-06-02T01:15:46.710Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2614 | 2026-06-02T01:15:46.943Z | Compiling crunchy v0.2.4 |
| 2615 | 2026-06-02T01:15:47.018Z | Compiling dirs-next v2.0.0 |
| 2616 | 2026-06-02T01:15:47.066Z | Checking flume v0.11.1 |
| 2617 | 2026-06-02T01:15:47.170Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2618 | 2026-06-02T01:15:47.265Z | Compiling clang-sys v1.8.1 |
| 2619 | 2026-06-02T01:15:47.305Z | Checking primeorder v0.13.6 |
| 2620 | 2026-06-02T01:15:47.338Z | Compiling tiny-keccak v2.0.2 |
| 2621 | 2026-06-02T01:15:47.631Z | Compiling term v0.7.0 |
| 2622 | 2026-06-02T01:15:47.731Z | Compiling typify-macro v0.4.3 |
| 2623 | 2026-06-02T01:15:47.762Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2624 | 2026-06-02T01:15:47.870Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2625 | 2026-06-02T01:15:48.132Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2626 | 2026-06-02T01:15:48.166Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2627 | 2026-06-02T01:15:48.205Z | Compiling bit-vec v0.6.3 |
| 2628 | 2026-06-02T01:15:48.383Z | Compiling ascii-canvas v3.0.0 |
| 2629 | 2026-06-02T01:15:48.431Z | Compiling bit-set v0.5.3 |
| 2630 | 2026-06-02T01:15:48.623Z | Compiling itertools v0.10.5 |
| 2631 | 2026-06-02T01:15:48.662Z | Compiling ena v0.14.4 |
| 2632 | 2026-06-02T01:15:48.826Z | Compiling libloading v0.8.9 |
| 2633 | 2026-06-02T01:15:48.898Z | Compiling fs-err v2.11.0 |
| 2634 | 2026-06-02T01:15:48.902Z | Compiling diff v0.1.13 |
| 2635 | 2026-06-02T01:15:49.097Z | Compiling regex-syntax v0.6.29 |
| 2636 | 2026-06-02T01:15:49.122Z | Compiling bindgen v0.71.1 |
| 2637 | 2026-06-02T01:15:49.353Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2638 | 2026-06-02T01:15:49.455Z | Compiling typify v0.4.3 |
| 2639 | 2026-06-02T01:15:49.631Z | Checking diesel v2.3.7 |
| 2640 | 2026-06-02T01:15:49.673Z | Checking p384 v0.13.1 |
| 2641 | 2026-06-02T01:15:49.706Z | Compiling cexpr v0.6.0 |
| 2642 | 2026-06-02T01:15:49.735Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2643 | 2026-06-02T01:15:50.104Z | Compiling rustc-hash v2.1.1 |
| 2644 | 2026-06-02T01:15:50.271Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2645 | 2026-06-02T01:15:50.348Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2646 | 2026-06-02T01:15:50.408Z | Compiling lalrpop v0.19.12 |
| 2647 | 2026-06-02T01:15:50.626Z | Compiling libxml v0.3.3 |
| 2648 | 2026-06-02T01:15:50.664Z | Checking parse-size v1.1.0 |
| 2649 | 2026-06-02T01:15:50.942Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2650 | 2026-06-02T01:15:51.283Z | Compiling progenitor-impl v0.11.2 |
| 2651 | 2026-06-02T01:15:51.845Z | Compiling strum_macros v0.24.3 |
| 2652 | 2026-06-02T01:15:51.886Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2653 | 2026-06-02T01:15:52.497Z | Checking assert_matches v1.5.0 |
| 2654 | 2026-06-02T01:15:52.604Z | Compiling indoc v1.0.9 |
| 2655 | 2026-06-02T01:15:53.202Z | Compiling progenitor-impl v0.10.0 |
| 2656 | 2026-06-02T01:15:53.636Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2657 | 2026-06-02T01:15:53.956Z | Compiling progenitor-macro v0.11.2 |
| 2658 | 2026-06-02T01:15:53.995Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2659 | 2026-06-02T01:15:54.220Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2660 | 2026-06-02T01:15:54.648Z | Checking predicates-tree v1.0.13 |
| 2661 | 2026-06-02T01:15:54.797Z | Checking progenitor-client v0.11.2 |
| 2662 | 2026-06-02T01:15:54.801Z | Checking quick-xml v0.37.5 |
| 2663 | 2026-06-02T01:15:55.077Z | Checking derive_builder v0.20.2 |
| 2664 | 2026-06-02T01:15:55.224Z | Compiling oso-derive v0.27.3 |
| 2665 | 2026-06-02T01:15:55.765Z | Compiling trait-variant v0.1.2 |
| 2666 | 2026-06-02T01:15:55.798Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2667 | 2026-06-02T01:15:55.833Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2668 | 2026-06-02T01:15:55.867Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2669 | 2026-06-02T01:15:56.058Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2670 | 2026-06-02T01:15:56.347Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2671 | 2026-06-02T01:15:57.387Z | Checking openssl-probe v0.1.6 |
| 2672 | 2026-06-02T01:15:57.534Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2673 | 2026-06-02T01:15:57.858Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2674 | 2026-06-02T01:15:57.967Z | Compiling progenitor-macro v0.10.0 |
| 2675 | 2026-06-02T01:15:58.323Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2676 | 2026-06-02T01:15:58.356Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2677 | 2026-06-02T01:15:58.845Z | Checking progenitor v0.11.2 |
| 2678 | 2026-06-02T01:15:59.023Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2679 | 2026-06-02T01:15:59.149Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2680 | 2026-06-02T01:16:00.287Z | Compiling mime_guess v2.0.5 |
| 2681 | 2026-06-02T01:16:00.916Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2682 | 2026-06-02T01:16:01.159Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2683 | 2026-06-02T01:16:01.594Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2684 | 2026-06-02T01:16:01.872Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2685 | 2026-06-02T01:16:01.936Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2686 | 2026-06-02T01:16:02.108Z | Checking http-range v0.1.5 |
| 2687 | 2026-06-02T01:16:02.180Z | Checking corncobs v0.1.4 |
| 2688 | 2026-06-02T01:16:02.347Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2689 | 2026-06-02T01:16:02.403Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2690 | 2026-06-02T01:16:02.640Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2691 | 2026-06-02T01:16:02.889Z | Checking progenitor v0.10.0 |
| 2692 | 2026-06-02T01:16:02.930Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2693 | 2026-06-02T01:16:03.011Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2694 | 2026-06-02T01:16:03.059Z | Checking ignore v0.4.25 |
| 2695 | 2026-06-02T01:16:03.501Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2696 | 2026-06-02T01:16:03.639Z | Checking atty v0.2.14 |
| 2697 | 2026-06-02T01:16:03.779Z | Checking secrecy v0.8.0 |
| 2698 | 2026-06-02T01:16:04.066Z | Checking globwalk v0.9.1 |
| 2699 | 2026-06-02T01:16:04.280Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2700 | 2026-06-02T01:16:04.870Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2701 | 2026-06-02T01:16:04.931Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2702 | 2026-06-02T01:16:05.157Z | Checking bb8 v0.8.6 |
| 2703 | 2026-06-02T01:16:05.403Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2704 | 2026-06-02T01:16:05.523Z | Checking async-bb8-diesel v0.2.1 |
| 2705 | 2026-06-02T01:16:05.526Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2706 | 2026-06-02T01:16:05.632Z | Checking hyper-staticfile v0.10.1 |
| 2707 | 2026-06-02T01:16:05.734Z | Checking camino-tempfile-ext v0.3.3 |
| 2708 | 2026-06-02T01:16:05.857Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2709 | 2026-06-02T01:16:05.927Z | Checking diesel-dtrace v0.5.0 |
| 2710 | 2026-06-02T01:16:05.967Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2711 | 2026-06-02T01:16:05.999Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2712 | 2026-06-02T01:16:06.207Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2713 | 2026-06-02T01:16:06.240Z | Checking signal-hook-tokio v0.3.1 |
| 2714 | 2026-06-02T01:16:06.291Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2715 | 2026-06-02T01:16:06.566Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2716 | 2026-06-02T01:16:06.605Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2717 | 2026-06-02T01:16:06.797Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2718 | 2026-06-02T01:16:07.406Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2719 | 2026-06-02T01:16:07.504Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2720 | 2026-06-02T01:16:07.810Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2721 | 2026-06-02T01:16:07.846Z | Checking nonempty v0.12.0 |
| 2722 | 2026-06-02T01:16:07.883Z | Checking illumos-nvpair v0.3.0 |
| 2723 | 2026-06-02T01:16:08.079Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2724 | 2026-06-02T01:16:08.128Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2725 | 2026-06-02T01:16:08.211Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2726 | 2026-06-02T01:16:08.485Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2727 | 2026-06-02T01:16:08.518Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2728 | 2026-06-02T01:16:08.555Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2729 | 2026-06-02T01:16:08.691Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2730 | 2026-06-02T01:16:08.928Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2731 | 2026-06-02T01:16:09.131Z | Checking tungstenite v0.23.0 |
| 2732 | 2026-06-02T01:16:09.220Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2733 | 2026-06-02T01:16:09.591Z | Checking tokio-tungstenite v0.23.1 |
| 2734 | 2026-06-02T01:16:09.903Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2735 | 2026-06-02T01:16:09.995Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2736 | 2026-06-02T01:16:10.277Z | Checking rand_seeder v0.4.0 |
| 2737 | 2026-06-02T01:16:10.377Z | Checking void v1.0.2 |
| 2738 | 2026-06-02T01:16:10.434Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2739 | 2026-06-02T01:16:10.467Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2740 | 2026-06-02T01:16:10.529Z | Checking lzss v0.8.2 |
| 2741 | 2026-06-02T01:16:10.662Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2742 | 2026-06-02T01:16:10.755Z | Checking nix v0.27.1 |
| 2743 | 2026-06-02T01:16:10.854Z | Checking serde_bytes v0.11.19 |
| 2744 | 2026-06-02T01:16:10.937Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2745 | 2026-06-02T01:16:11.070Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2746 | 2026-06-02T01:16:11.306Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2747 | 2026-06-02T01:16:11.359Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2748 | 2026-06-02T01:16:11.802Z | Checking is_ci v1.2.0 |
| 2749 | 2026-06-02T01:16:11.940Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2750 | 2026-06-02T01:16:12.066Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2751 | 2026-06-02T01:16:12.239Z | Checking yansi v1.0.1 |
| 2752 | 2026-06-02T01:16:12.311Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2753 | 2026-06-02T01:16:12.533Z | Checking pretty_assertions v1.4.1 |
| 2754 | 2026-06-02T01:16:12.610Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2755 | 2026-06-02T01:16:12.701Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2756 | 2026-06-02T01:16:12.733Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2757 | 2026-06-02T01:16:12.788Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2758 | 2026-06-02T01:16:12.960Z | Compiling darling_core v0.23.0 |
| 2759 | 2026-06-02T01:16:14.068Z | Compiling indoc v2.0.7 |
| 2760 | 2026-06-02T01:16:14.192Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2761 | 2026-06-02T01:16:14.425Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-06-02T01:16:14.559Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-06-02T01:16:14.794Z | Compiling instability v0.3.11 |
| 2764 | 2026-06-02T01:16:15.057Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2765 | 2026-06-02T01:16:15.231Z | Compiling libz-sys v1.1.24 |
| 2766 | 2026-06-02T01:16:15.263Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2767 | 2026-06-02T01:16:15.537Z | Compiling darling_macro v0.23.0 |
| 2768 | 2026-06-02T01:16:15.710Z | Checking castaway v0.2.4 |
| 2769 | 2026-06-02T01:16:15.863Z | Checking compact_str v0.8.1 |
| 2770 | 2026-06-02T01:16:16.075Z | Compiling darling v0.23.0 |
| 2771 | 2026-06-02T01:16:16.273Z | Checking supports-color v3.0.2 |
| 2772 | 2026-06-02T01:16:16.439Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2773 | 2026-06-02T01:16:16.629Z | Checking unicode-truncate v1.1.0 |
| 2774 | 2026-06-02T01:16:16.670Z | Checking console v0.16.2 |
| 2775 | 2026-06-02T01:16:16.811Z | Checking lru v0.12.5 |
| 2776 | 2026-06-02T01:16:16.942Z | Checking cassowary v0.3.0 |
| 2777 | 2026-06-02T01:16:17.006Z | Checking unit-prefix v0.5.2 |
| 2778 | 2026-06-02T01:16:17.069Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2779 | 2026-06-02T01:16:17.111Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2780 | 2026-06-02T01:16:17.171Z | Checking indicatif v0.18.4 |
| 2781 | 2026-06-02T01:16:17.204Z | Checking ratatui v0.29.0 |
| 2782 | 2026-06-02T01:16:17.316Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2783 | 2026-06-02T01:16:17.740Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2784 | 2026-06-02T01:16:18.547Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2785 | 2026-06-02T01:16:18.781Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2786 | 2026-06-02T01:16:18.989Z | Compiling vergen-git2 v1.0.7 |
| 2787 | 2026-06-02T01:16:19.054Z | Checking plotters-backend v0.3.7 |
| 2788 | 2026-06-02T01:16:19.098Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2789 | 2026-06-02T01:16:19.260Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2790 | 2026-06-02T01:16:19.292Z | Checking plotters-svg v0.3.7 |
| 2791 | 2026-06-02T01:16:19.326Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2792 | 2026-06-02T01:16:19.462Z | Checking colored v2.2.0 |
| 2793 | 2026-06-02T01:16:19.494Z | Checking cast v0.3.0 |
| 2794 | 2026-06-02T01:16:19.682Z | Compiling rustls v0.21.12 |
| 2795 | 2026-06-02T01:16:19.714Z | Checking shell-words v1.1.1 |
| 2796 | 2026-06-02T01:16:19.871Z | Checking criterion-plot v0.6.0 |
| 2797 | 2026-06-02T01:16:19.989Z | Checking plotters v0.3.7 |
| 2798 | 2026-06-02T01:16:20.066Z | Checking typeid v1.0.3 |
| 2799 | 2026-06-02T01:16:20.143Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2800 | 2026-06-02T01:16:20.200Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2801 | 2026-06-02T01:16:20.428Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2802 | 2026-06-02T01:16:20.672Z | Checking rustls-webpki v0.101.7 |
| 2803 | 2026-06-02T01:16:20.800Z | Checking sct v0.7.1 |
| 2804 | 2026-06-02T01:16:20.973Z | Checking tinytemplate v1.2.1 |
| 2805 | 2026-06-02T01:16:21.055Z | Compiling nix v0.29.0 |
| 2806 | 2026-06-02T01:16:21.124Z | Compiling dropshot v0.16.7 |
| 2807 | 2026-06-02T01:16:21.226Z | Checking anes v0.1.6 |
| 2808 | 2026-06-02T01:16:21.355Z | Checking hex-literal v0.4.1 |
| 2809 | 2026-06-02T01:16:21.441Z | Checking oorandom v11.1.5 |
| 2810 | 2026-06-02T01:16:21.556Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2811 | 2026-06-02T01:16:21.590Z | Checking criterion v0.7.0 |
| 2812 | 2026-06-02T01:16:22.931Z | Checking erased-serde v0.4.9 |
| 2813 | 2026-06-02T01:16:22.966Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2814 | 2026-06-02T01:16:23.330Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2815 | 2026-06-02T01:16:24.133Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2816 | 2026-06-02T01:16:24.973Z | Checking toml v0.9.12+spec-1.1.0 |
| 2817 | 2026-06-02T01:16:25.628Z | Checking ordered-float v2.10.1 |
| 2818 | 2026-06-02T01:16:25.914Z | Compiling dropshot_endpoint v0.16.7 |
| 2819 | 2026-06-02T01:16:26.008Z | Checking serde-value v0.7.0 |
| 2820 | 2026-06-02T01:16:26.259Z | Checking serde-untagged v0.1.9 |
| 2821 | 2026-06-02T01:16:26.487Z | Checking tokio-rustls v0.24.1 |
| 2822 | 2026-06-02T01:16:26.989Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2823 | 2026-06-02T01:16:27.711Z | Checking rustls-pemfile v1.0.4 |
| 2824 | 2026-06-02T01:16:27.811Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2825 | 2026-06-02T01:16:27.870Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2826 | 2026-06-02T01:16:27.901Z | Checking twox-hash v2.1.2 |
| 2827 | 2026-06-02T01:16:28.032Z | Checking unicode-xid v0.2.6 |
| 2828 | 2026-06-02T01:16:28.064Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2829 | 2026-06-02T01:16:28.172Z | Checking cargo-util-schemas v0.8.2 |
| 2830 | 2026-06-02T01:16:28.276Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2831 | 2026-06-02T01:16:29.060Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2832 | 2026-06-02T01:16:29.366Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2833 | 2026-06-02T01:16:29.555Z | Checking fatfs v0.3.6 |
| 2834 | 2026-06-02T01:16:29.645Z | Checking cargo-platform v0.2.0 |
| 2835 | 2026-06-02T01:16:29.865Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2836 | 2026-06-02T01:16:29.933Z | Compiling petname v2.0.2 |
| 2837 | 2026-06-02T01:16:30.035Z | Compiling seq-macro v0.3.6 |
| 2838 | 2026-06-02T01:16:30.582Z | Checking cargo_metadata v0.21.0 |
| 2839 | 2026-06-02T01:16:30.620Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2840 | 2026-06-02T01:16:31.307Z | Checking concurrent-queue v2.5.0 |
| 2841 | 2026-06-02T01:16:31.354Z | Checking rtoolbox v0.0.3 |
| 2842 | 2026-06-02T01:16:31.452Z | Checking parking v2.2.1 |
| 2843 | 2026-06-02T01:16:31.524Z | Checking rpassword v7.4.0 |
| 2844 | 2026-06-02T01:16:31.604Z | Checking event-listener v5.4.1 |
| 2845 | 2026-06-02T01:16:31.854Z | Checking tui-tree-widget v0.23.1 |
| 2846 | 2026-06-02T01:16:32.076Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2847 | 2026-06-02T01:16:32.080Z | Checking polyval v0.6.2 |
| 2848 | 2026-06-02T01:16:32.188Z | Compiling samael v0.0.19 |
| 2849 | 2026-06-02T01:16:32.271Z | Checking sapling-renderdag v0.1.0 |
| 2850 | 2026-06-02T01:16:32.308Z | Checking sync-ptr v0.1.4 |
| 2851 | 2026-06-02T01:16:32.457Z | Checking ghash v0.5.1 |
| 2852 | 2026-06-02T01:16:32.488Z | Checking event-listener-strategy v0.5.4 |
| 2853 | 2026-06-02T01:16:32.542Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2854 | 2026-06-02T01:16:32.604Z | Checking ctr v0.9.2 |
| 2855 | 2026-06-02T01:16:32.651Z | Checking constant_time_eq v0.4.2 |
| 2856 | 2026-06-02T01:16:32.765Z | Checking arrayref v0.3.9 |
| 2857 | 2026-06-02T01:16:32.801Z | Checking futures-timer v3.0.3 |
| 2858 | 2026-06-02T01:16:32.832Z | Checking arrayvec v0.7.6 |
| 2859 | 2026-06-02T01:16:32.869Z | Checking aes-gcm v0.10.3 |
| 2860 | 2026-06-02T01:16:33.050Z | Checking async-lock v3.4.2 |
| 2861 | 2026-06-02T01:16:33.057Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2862 | 2026-06-02T01:16:33.113Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2863 | 2026-06-02T01:16:33.463Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2864 | 2026-06-02T01:16:34.064Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2865 | 2026-06-02T01:16:34.155Z | Checking ssh-encoding v0.2.0 |
| 2866 | 2026-06-02T01:16:34.383Z | Checking blowfish v0.9.1 |
| 2867 | 2026-06-02T01:16:34.567Z | Checking bcrypt-pbkdf v0.10.0 |
| 2868 | 2026-06-02T01:16:34.764Z | Checking ssh-cipher v0.2.0 |
| 2869 | 2026-06-02T01:16:34.971Z | Checking async-object-pool v0.2.0 |
| 2870 | 2026-06-02T01:16:35.117Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2871 | 2026-06-02T01:16:35.280Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2872 | 2026-06-02T01:16:35.517Z | Checking serde_regex v1.1.0 |
| 2873 | 2026-06-02T01:16:35.714Z | Checking password-hash v0.4.2 |
| 2874 | 2026-06-02T01:16:35.825Z | Checking assert-json-diff v2.0.2 |
| 2875 | 2026-06-02T01:16:35.959Z | Checking path-tree v0.8.3 |
| 2876 | 2026-06-02T01:16:35.992Z | Checking stringmetrics v2.2.2 |
| 2877 | 2026-06-02T01:16:36.031Z | Compiling target-lexicon v0.13.3 |
| 2878 | 2026-06-02T01:16:36.175Z | Checking gimli v0.32.3 |
| 2879 | 2026-06-02T01:16:36.208Z | Checking httpmock v0.8.3 |
| 2880 | 2026-06-02T01:16:36.617Z | Checking pbkdf2 v0.11.0 |
| 2881 | 2026-06-02T01:16:36.816Z | Checking ssh-key v0.6.7 |
| 2882 | 2026-06-02T01:16:37.550Z | Checking p521 v0.13.3 |
| 2883 | 2026-06-02T01:16:37.739Z | Checking addr2line v0.25.1 |
| 2884 | 2026-06-02T01:16:38.038Z | Checking p256 v0.13.2 |
| 2885 | 2026-06-02T01:16:38.181Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2886 | 2026-06-02T01:16:38.326Z | Checking russh-cryptovec v0.7.3 |
| 2887 | 2026-06-02T01:16:38.405Z | Checking rustc-demangle v0.1.27 |
| 2888 | 2026-06-02T01:16:38.452Z | Compiling guppy-workspace-hack v0.1.0 |
| 2889 | 2026-06-02T01:16:38.495Z | Checking md5 v0.7.0 |
| 2890 | 2026-06-02T01:16:38.664Z | Checking backtrace v0.3.76 |
| 2891 | 2026-06-02T01:16:38.728Z | Checking russh-keys v0.45.0 |
| 2892 | 2026-06-02T01:16:39.007Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2893 | 2026-06-02T01:16:39.039Z | Checking num-bigint v0.4.6 |
| 2894 | 2026-06-02T01:16:39.194Z | Checking des v0.8.1 |
| 2895 | 2026-06-02T01:16:39.383Z | Compiling blake3 v1.8.3 |
| 2896 | 2026-06-02T01:16:39.420Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2897 | 2026-06-02T01:16:39.423Z | Compiling target-spec v3.5.7 |
| 2898 | 2026-06-02T01:16:39.871Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2899 | 2026-06-02T01:16:40.014Z | Checking russh v0.45.0 |
| 2900 | 2026-06-02T01:16:40.018Z | Checking cfg-expr v0.20.6 |
| 2901 | 2026-06-02T01:16:40.302Z | Checking backtrace-ext v0.2.1 |
| 2902 | 2026-06-02T01:16:40.460Z | Checking supports-color v2.1.0 |
| 2903 | 2026-06-02T01:16:40.530Z | Checking textwrap v0.15.2 |
| 2904 | 2026-06-02T01:16:40.563Z | Checking supports-unicode v2.1.0 |
| 2905 | 2026-06-02T01:16:40.625Z | Checking supports-hyperlinks v2.1.0 |
| 2906 | 2026-06-02T01:16:40.712Z | Checking hashbrown v0.14.5 |
| 2907 | 2026-06-02T01:16:40.769Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2908 | 2026-06-02T01:16:40.772Z | Checking cargo-platform v0.3.2 |
| 2909 | 2026-06-02T01:16:41.007Z | Checking terminal_size v0.1.17 |
| 2910 | 2026-06-02T01:16:41.039Z | Checking socket2 v0.5.10 |
| 2911 | 2026-06-02T01:16:41.148Z | Compiling miette-derive v5.10.0 |
| 2912 | 2026-06-02T01:16:41.224Z | Checking internet-checksum v0.2.1 |
| 2913 | 2026-06-02T01:16:41.326Z | Checking owo-colors v3.5.0 |
| 2914 | 2026-06-02T01:16:41.385Z | Checking chumsky v0.9.3 |
| 2915 | 2026-06-02T01:16:41.883Z | Checking cargo_metadata v0.23.1 |
| 2916 | 2026-06-02T01:16:42.319Z | Checking miette v5.10.0 |
| 2917 | 2026-06-02T01:16:42.572Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2918 | 2026-06-02T01:16:42.652Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2919 | 2026-06-02T01:16:42.704Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2920 | 2026-06-02T01:16:42.815Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2921 | 2026-06-02T01:16:43.024Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2922 | 2026-06-02T01:16:43.058Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2923 | 2026-06-02T01:16:43.303Z | Compiling knuffel-derive v3.2.0 |
| 2924 | 2026-06-02T01:16:43.456Z | Checking httptest v0.16.4 |
| 2925 | 2026-06-02T01:16:43.568Z | Checking pathdiff v0.2.3 |
| 2926 | 2026-06-02T01:16:43.708Z | Checking topological-sort v0.2.2 |
| 2927 | 2026-06-02T01:16:43.852Z | Checking nested v0.1.1 |
| 2928 | 2026-06-02T01:16:43.885Z | Checking omicron-zone-package v0.12.2 |
| 2929 | 2026-06-02T01:16:43.916Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2930 | 2026-06-02T01:16:44.020Z | Checking guppy v0.17.25 |
| 2931 | 2026-06-02T01:16:44.177Z | Checking similar-asserts v1.7.0 |
| 2932 | 2026-06-02T01:16:44.364Z | Compiling target-triple v1.0.0 |
| 2933 | 2026-06-02T01:16:44.685Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2934 | 2026-06-02T01:16:44.829Z | Checking knuffel v3.2.0 |
| 2935 | 2026-06-02T01:16:44.862Z | Compiling git2 v0.20.4 |
| 2936 | 2026-06-02T01:16:44.894Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2937 | 2026-06-02T01:16:44.932Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2938 | 2026-06-02T01:16:44.977Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2939 | 2026-06-02T01:16:45.206Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2940 | 2026-06-02T01:16:45.506Z | Checking hickory-client v0.25.2 |
| 2941 | 2026-06-02T01:16:45.832Z | Checking tokio-test v0.4.5 |
| 2942 | 2026-06-02T01:16:45.866Z | Checking escape8259 v0.5.3 |
| 2943 | 2026-06-02T01:16:46.035Z | Compiling assert_cmd v2.1.2 |
| 2944 | 2026-06-02T01:16:46.079Z | Checking libtest-mimic v0.8.1 |
| 2945 | 2026-06-02T01:16:46.431Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2946 | 2026-06-02T01:16:46.514Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2947 | 2026-06-02T01:16:46.572Z | Checking blake2b_simd v1.0.4 |
| 2948 | 2026-06-02T01:16:46.718Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2949 | 2026-06-02T01:16:46.996Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2950 | 2026-06-02T01:16:47.230Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2951 | 2026-06-02T01:16:47.411Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2952 | 2026-06-02T01:16:47.645Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2953 | 2026-06-02T01:16:47.786Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2954 | 2026-06-02T01:16:47.789Z | Compiling polar-core v0.27.3 |
| 2955 | 2026-06-02T01:16:47.884Z | Checking fancy-regex v0.14.0 |
| 2956 | 2026-06-02T01:16:48.049Z | Checking serde_tokenstream v0.2.3 |
| 2957 | 2026-06-02T01:16:48.212Z | Checking approx v0.5.1 |
| 2958 | 2026-06-02T01:16:48.271Z | Compiling rstest_macros v0.25.0 |
| 2959 | 2026-06-02T01:16:48.303Z | Checking uzers v0.12.2 |
| 2960 | 2026-06-02T01:16:48.306Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2961 | 2026-06-02T01:16:48.380Z | Checking termcolor v1.4.1 |
| 2962 | 2026-06-02T01:16:48.551Z | Checking constant_time_eq v0.3.1 |
| 2963 | 2026-06-02T01:16:48.583Z | Compiling linkme-impl v0.3.35 |
| 2964 | 2026-06-02T01:16:48.623Z | Checking trybuild v1.0.116 |
| 2965 | 2026-06-02T01:16:48.683Z | Checking rust-argon2 v2.1.0 |
| 2966 | 2026-06-02T01:16:48.978Z | Checking datatest-stable v0.3.3 |
| 2967 | 2026-06-02T01:16:49.292Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2968 | 2026-06-02T01:16:49.396Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2969 | 2026-06-02T01:16:49.627Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2970 | 2026-06-02T01:16:49.664Z | Checking support-bundle-viewer v0.1.2 |
| 2971 | 2026-06-02T01:16:49.935Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2972 | 2026-06-02T01:16:50.174Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2973 | 2026-06-02T01:16:50.305Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2974 | 2026-06-02T01:16:50.404Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2975 | 2026-06-02T01:16:50.584Z | Checking drift v0.1.4 |
| 2976 | 2026-06-02T01:16:50.679Z | Checking rand_distr v0.5.1 |
| 2977 | 2026-06-02T01:16:50.927Z | Checking multimap v0.10.1 |
| 2978 | 2026-06-02T01:16:51.150Z | Compiling relative-path v1.9.3 |
| 2979 | 2026-06-02T01:16:51.182Z | Compiling linkme v0.3.35 |
| 2980 | 2026-06-02T01:16:51.528Z | Checking dropshot-api-manager v0.7.1 |
| 2981 | 2026-06-02T01:16:52.798Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2982 | 2026-06-02T01:16:52.893Z | Checking oso v0.27.3 |
| 2983 | 2026-06-02T01:16:53.204Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2984 | 2026-06-02T01:16:53.387Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2985 | 2026-06-02T01:16:53.630Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2986 | 2026-06-02T01:16:53.813Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2987 | 2026-06-02T01:16:53.952Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2988 | 2026-06-02T01:16:54.071Z | Checking cargo_toml v0.21.0 |
| 2989 | 2026-06-02T01:16:54.108Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2990 | 2026-06-02T01:16:54.419Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2991 | 2026-06-02T01:16:54.639Z | Checking partial-io v0.5.4 |
| 2992 | 2026-06-02T01:16:54.767Z | Checking termios v0.3.3 |
| 2993 | 2026-06-02T01:16:54.850Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2994 | 2026-06-02T01:16:54.947Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2995 | 2026-06-02T01:16:54.950Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2996 | 2026-06-02T01:16:55.244Z | Checking rstest v0.25.0 |
| 2997 | 2026-06-02T01:16:56.226Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2998 | 2026-06-02T01:16:59.687Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2999 | 2026-06-02T01:17:03.201Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3000 | 2026-06-02T01:17:04.179Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3001 | 2026-06-02T01:17:07.225Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3002 | 2026-06-02T01:17:10.966Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3003 | 2026-06-02T01:17:15.744Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3004 | 2026-06-02T01:17:19.832Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3005 | 2026-06-02T01:17:20.743Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3006 | 2026-06-02T01:17:20.776Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3007 | 2026-06-02T01:17:21.257Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3008 | 2026-06-02T01:17:30.897Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3009 | 2026-06-02T01:18:45.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s |
| 3010 | 2026-06-02T01:18:46.055Z | |
| 3011 | 2026-06-02T01:18:46.055Z | real 4:06.263576849 |
| 3012 | 2026-06-02T01:18:46.058Z | user 20:57.187917772 |
| 3013 | 2026-06-02T01:18:46.058Z | sys 4:54.141214781 |
| 3014 | 2026-06-02T01:18:46.058Z | trap 0.500874789 |
| 3015 | 2026-06-02T01:18:46.058Z | tflt 0.482069732 |
| 3016 | 2026-06-02T01:18:46.058Z | dflt 0.389579914 |
| 3017 | 2026-06-02T01:18:46.058Z | kflt 0.004747942 |
| 3018 | 2026-06-02T01:18:46.058Z | lock 57:49.261718540 |
| 3019 | 2026-06-02T01:18:46.058Z | slp 57:49.562146496 |
| 3020 | 2026-06-02T01:18:46.058Z | lat 1:49.259023203 |
| 3021 | 2026-06-02T01:18:46.058Z | stop 10:41.269708119 |
| 3022 | 2026-06-02T01:18:46.058Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3023 | 2026-06-02T01:18:46.058Z | + ptime -m cargo doc --workspace --no-deps |
| 3024 | 2026-06-02T01:18:46.940Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3025 | 2026-06-02T01:18:46.940Z | | |
| 3026 | 2026-06-02T01:18:46.940Z | = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)` |
| 3027 | 2026-06-02T01:18:46.940Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3028 | 2026-06-02T01:18:47.935Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3029 | 2026-06-02T01:18:48.169Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3030 | 2026-06-02T01:18:48.213Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3031 | 2026-06-02T01:18:48.276Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3032 | 2026-06-02T01:18:48.343Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3033 | 2026-06-02T01:18:48.491Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3034 | 2026-06-02T01:18:48.495Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3035 | 2026-06-02T01:18:48.495Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3036 | 2026-06-02T01:18:48.537Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3037 | 2026-06-02T01:18:48.740Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3038 | 2026-06-02T01:18:48.763Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3039 | 2026-06-02T01:18:48.766Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3040 | 2026-06-02T01:18:48.820Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3041 | 2026-06-02T01:18:48.842Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3042 | 2026-06-02T01:18:48.869Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3043 | 2026-06-02T01:18:48.891Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3044 | 2026-06-02T01:18:48.914Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3045 | 2026-06-02T01:18:48.970Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3046 | 2026-06-02T01:18:49.008Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3047 | 2026-06-02T01:18:49.037Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3048 | 2026-06-02T01:18:49.181Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3049 | 2026-06-02T01:18:49.323Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3050 | 2026-06-02T01:18:49.676Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3051 | 2026-06-02T01:18:49.753Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3052 | 2026-06-02T01:18:49.778Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3053 | 2026-06-02T01:18:49.821Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3054 | 2026-06-02T01:18:49.904Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3055 | 2026-06-02T01:18:49.928Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3056 | 2026-06-02T01:18:49.965Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3057 | 2026-06-02T01:18:50.127Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3058 | 2026-06-02T01:18:50.151Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3059 | 2026-06-02T01:18:50.154Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3060 | 2026-06-02T01:18:50.371Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3061 | 2026-06-02T01:18:50.420Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3062 | 2026-06-02T01:18:50.442Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3063 | 2026-06-02T01:18:50.565Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3064 | 2026-06-02T01:18:50.690Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3065 | 2026-06-02T01:18:50.752Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3066 | 2026-06-02T01:18:50.974Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3067 | 2026-06-02T01:18:51.117Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3068 | 2026-06-02T01:18:51.350Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3069 | 2026-06-02T01:18:51.436Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3070 | 2026-06-02T01:18:51.487Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3071 | 2026-06-02T01:18:51.604Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3072 | 2026-06-02T01:18:51.655Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3073 | 2026-06-02T01:18:51.678Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3074 | 2026-06-02T01:18:51.880Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3075 | 2026-06-02T01:18:51.910Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3076 | 2026-06-02T01:18:51.964Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3077 | 2026-06-02T01:18:51.997Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3078 | 2026-06-02T01:18:52.111Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3079 | 2026-06-02T01:18:52.165Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3080 | 2026-06-02T01:18:52.230Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3081 | 2026-06-02T01:18:52.258Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3082 | 2026-06-02T01:18:52.386Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3083 | 2026-06-02T01:18:52.431Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3084 | 2026-06-02T01:18:52.458Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3085 | 2026-06-02T01:18:52.484Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3086 | 2026-06-02T01:18:52.484Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3087 | 2026-06-02T01:18:52.591Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3088 | 2026-06-02T01:18:52.634Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3089 | 2026-06-02T01:18:52.854Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3090 | 2026-06-02T01:18:53.157Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3091 | 2026-06-02T01:18:53.192Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3092 | 2026-06-02T01:18:53.483Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3093 | 2026-06-02T01:18:53.590Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3094 | 2026-06-02T01:18:53.765Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3095 | 2026-06-02T01:18:53.983Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3096 | 2026-06-02T01:18:54.062Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3097 | 2026-06-02T01:18:54.066Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3098 | 2026-06-02T01:18:54.316Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3099 | 2026-06-02T01:18:54.423Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3100 | 2026-06-02T01:18:54.559Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3101 | 2026-06-02T01:18:54.750Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3102 | 2026-06-02T01:18:55.182Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3103 | 2026-06-02T01:18:55.187Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3104 | 2026-06-02T01:18:55.493Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3105 | 2026-06-02T01:18:55.874Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3106 | 2026-06-02T01:18:56.196Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3107 | 2026-06-02T01:18:56.225Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3108 | 2026-06-02T01:18:56.520Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3109 | 2026-06-02T01:18:56.566Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3110 | 2026-06-02T01:18:56.592Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3111 | 2026-06-02T01:18:56.754Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3112 | 2026-06-02T01:18:56.918Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3113 | 2026-06-02T01:18:57.007Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3114 | 2026-06-02T01:18:57.201Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3115 | 2026-06-02T01:18:57.249Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3116 | 2026-06-02T01:18:57.491Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3117 | 2026-06-02T01:18:57.517Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3118 | 2026-06-02T01:18:57.612Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3119 | 2026-06-02T01:18:57.634Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3120 | 2026-06-02T01:18:57.715Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3121 | 2026-06-02T01:18:57.775Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3122 | 2026-06-02T01:18:57.863Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3123 | 2026-06-02T01:18:57.882Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3124 | 2026-06-02T01:18:57.969Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3125 | 2026-06-02T01:18:58.009Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3126 | 2026-06-02T01:18:58.078Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3127 | 2026-06-02T01:18:58.127Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3128 | 2026-06-02T01:18:58.160Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3129 | 2026-06-02T01:18:58.187Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3130 | 2026-06-02T01:18:58.301Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3131 | 2026-06-02T01:18:58.389Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3132 | 2026-06-02T01:18:58.464Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3133 | 2026-06-02T01:18:58.507Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3134 | 2026-06-02T01:18:58.596Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3135 | 2026-06-02T01:18:58.716Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3136 | 2026-06-02T01:18:58.949Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3137 | 2026-06-02T01:18:58.961Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3138 | 2026-06-02T01:18:58.984Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3139 | 2026-06-02T01:18:59.558Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3140 | 2026-06-02T01:18:59.651Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3141 | 2026-06-02T01:18:59.966Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3142 | 2026-06-02T01:19:00.299Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3143 | 2026-06-02T01:19:00.988Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3144 | 2026-06-02T01:19:01.141Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3145 | 2026-06-02T01:19:01.161Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3146 | 2026-06-02T01:19:01.610Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3147 | 2026-06-02T01:19:01.890Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3148 | 2026-06-02T01:19:01.995Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3149 | 2026-06-02T01:19:02.268Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3150 | 2026-06-02T01:19:02.382Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3151 | 2026-06-02T01:19:02.878Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3152 | 2026-06-02T01:19:03.099Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3153 | 2026-06-02T01:19:03.126Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3154 | 2026-06-02T01:19:03.278Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3155 | 2026-06-02T01:19:03.414Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3156 | 2026-06-02T01:19:04.003Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3157 | 2026-06-02T01:19:04.400Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3158 | 2026-06-02T01:19:04.516Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3159 | 2026-06-02T01:19:04.800Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3160 | 2026-06-02T01:19:04.825Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3161 | 2026-06-02T01:19:05.238Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3162 | 2026-06-02T01:19:05.888Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3163 | 2026-06-02T01:19:06.050Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3164 | 2026-06-02T01:19:06.841Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3165 | 2026-06-02T01:19:06.869Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3166 | 2026-06-02T01:19:07.226Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3167 | 2026-06-02T01:19:08.008Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3168 | 2026-06-02T01:19:08.168Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3169 | 2026-06-02T01:19:08.428Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3170 | 2026-06-02T01:19:08.599Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3171 | 2026-06-02T01:19:08.724Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3172 | 2026-06-02T01:19:08.797Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3173 | 2026-06-02T01:19:09.041Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3174 | 2026-06-02T01:19:09.207Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3175 | 2026-06-02T01:19:09.269Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3176 | 2026-06-02T01:19:09.390Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3177 | 2026-06-02T01:19:09.656Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3178 | 2026-06-02T01:19:10.361Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3179 | 2026-06-02T01:19:10.421Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3180 | 2026-06-02T01:19:10.421Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3181 | 2026-06-02T01:19:10.573Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3182 | 2026-06-02T01:19:10.832Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3183 | 2026-06-02T01:19:10.968Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3184 | 2026-06-02T01:19:12.126Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3185 | 2026-06-02T01:19:12.545Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3186 | 2026-06-02T01:19:14.482Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3187 | 2026-06-02T01:19:14.754Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3188 | 2026-06-02T01:19:17.172Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3189 | 2026-06-02T01:19:17.175Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3190 | 2026-06-02T01:19:17.175Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3191 | 2026-06-02T01:19:17.175Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3192 | 2026-06-02T01:19:17.722Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3193 | 2026-06-02T01:19:17.872Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3194 | 2026-06-02T01:19:18.385Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3195 | 2026-06-02T01:19:18.481Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3196 | 2026-06-02T01:19:18.482Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3197 | 2026-06-02T01:19:18.619Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3198 | 2026-06-02T01:19:19.040Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3199 | 2026-06-02T01:19:19.169Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3200 | 2026-06-02T01:19:19.322Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3201 | 2026-06-02T01:19:19.635Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3202 | 2026-06-02T01:19:20.401Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3203 | 2026-06-02T01:19:20.622Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3204 | 2026-06-02T01:19:20.758Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3205 | 2026-06-02T01:19:21.126Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3206 | 2026-06-02T01:19:21.149Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3207 | 2026-06-02T01:19:21.444Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3208 | 2026-06-02T01:19:21.852Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3209 | 2026-06-02T01:19:22.189Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3210 | 2026-06-02T01:19:23.266Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3211 | 2026-06-02T01:19:23.291Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3212 | 2026-06-02T01:19:23.888Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3213 | 2026-06-02T01:19:25.114Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3214 | 2026-06-02T01:19:26.895Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3215 | 2026-06-02T01:19:31.591Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3216 | 2026-06-02T01:19:31.629Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3217 | 2026-06-02T01:19:31.629Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3218 | 2026-06-02T01:19:31.652Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3219 | 2026-06-02T01:19:31.652Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3220 | 2026-06-02T01:19:33.111Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3221 | 2026-06-02T01:19:33.594Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3222 | 2026-06-02T01:19:33.950Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3223 | 2026-06-02T01:19:34.555Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3224 | 2026-06-02T01:19:35.517Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3225 | 2026-06-02T01:19:37.045Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3226 | 2026-06-02T01:19:37.980Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3227 | 2026-06-02T01:19:38.289Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3228 | 2026-06-02T01:19:38.395Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3229 | 2026-06-02T01:19:40.585Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3230 | 2026-06-02T01:19:43.447Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3231 | 2026-06-02T01:19:44.477Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3232 | 2026-06-02T01:19:45.023Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3233 | 2026-06-02T01:19:46.009Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3234 | 2026-06-02T01:19:46.784Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3235 | 2026-06-02T01:19:47.459Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3236 | 2026-06-02T01:19:48.121Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3237 | 2026-06-02T01:19:48.800Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3238 | 2026-06-02T01:19:49.639Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3239 | 2026-06-02T01:19:50.952Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3240 | 2026-06-02T01:19:51.805Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3241 | 2026-06-02T01:19:52.606Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3242 | 2026-06-02T01:19:53.572Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3243 | 2026-06-02T01:19:53.738Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3244 | 2026-06-02T01:19:54.622Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3245 | 2026-06-02T01:19:55.311Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3246 | 2026-06-02T01:19:57.216Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3247 | 2026-06-02T01:19:57.983Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3248 | 2026-06-02T01:19:58.911Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3249 | 2026-06-02T01:20:00.082Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3250 | 2026-06-02T01:20:01.650Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3251 | 2026-06-02T01:20:02.746Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3252 | 2026-06-02T01:20:03.564Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3253 | 2026-06-02T01:20:04.232Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3254 | 2026-06-02T01:20:06.830Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3255 | 2026-06-02T01:20:07.306Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3256 | 2026-06-02T01:20:08.206Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3257 | 2026-06-02T01:20:09.292Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3258 | 2026-06-02T01:20:10.793Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3259 | 2026-06-02T01:20:11.762Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3260 | 2026-06-02T01:20:14.146Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3261 | 2026-06-02T01:20:14.770Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3262 | 2026-06-02T01:20:16.391Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3263 | 2026-06-02T01:20:17.730Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3264 | 2026-06-02T01:20:19.512Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3265 | 2026-06-02T01:20:20.917Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3266 | 2026-06-02T01:20:22.441Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3267 | 2026-06-02T01:20:25.548Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3268 | 2026-06-02T01:20:29.316Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3269 | 2026-06-02T01:20:30.272Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3270 | 2026-06-02T01:20:31.220Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3271 | 2026-06-02T01:20:31.728Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3272 | 2026-06-02T01:20:33.463Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3273 | 2026-06-02T01:20:35.088Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3274 | 2026-06-02T01:20:36.809Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3275 | 2026-06-02T01:20:38.724Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3276 | 2026-06-02T01:20:40.336Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3277 | 2026-06-02T01:20:41.891Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3278 | 2026-06-02T01:20:43.956Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3279 | 2026-06-02T01:20:45.280Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3280 | 2026-06-02T01:20:47.183Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3281 | 2026-06-02T01:20:48.618Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3282 | 2026-06-02T01:20:50.238Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3283 | 2026-06-02T01:20:51.833Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3284 | 2026-06-02T01:20:53.721Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3285 | 2026-06-02T01:20:56.821Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3286 | 2026-06-02T01:20:58.802Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3287 | 2026-06-02T01:21:00.473Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3288 | 2026-06-02T01:21:02.152Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3289 | 2026-06-02T01:21:04.304Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3290 | 2026-06-02T01:21:05.816Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3291 | 2026-06-02T01:21:08.076Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3292 | 2026-06-02T01:21:09.751Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3293 | 2026-06-02T01:21:11.874Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3294 | 2026-06-02T01:21:13.686Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3295 | 2026-06-02T01:21:15.430Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3296 | 2026-06-02T01:21:19.021Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3297 | 2026-06-02T01:21:20.434Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3298 | 2026-06-02T01:21:22.191Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3299 | 2026-06-02T01:21:24.736Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3300 | 2026-06-02T01:21:26.829Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3301 | 2026-06-02T01:21:29.027Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3302 | 2026-06-02T01:21:31.156Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3303 | 2026-06-02T01:21:33.376Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3304 | 2026-06-02T01:21:35.594Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3305 | 2026-06-02T01:21:38.022Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3306 | 2026-06-02T01:21:39.882Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3307 | 2026-06-02T01:21:42.492Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3308 | 2026-06-02T01:21:44.276Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3309 | 2026-06-02T01:21:46.409Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3310 | 2026-06-02T01:21:48.614Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3311 | 2026-06-02T01:21:50.846Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3312 | 2026-06-02T01:21:53.010Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3313 | 2026-06-02T01:21:55.256Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3314 | 2026-06-02T01:21:57.408Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3315 | 2026-06-02T01:21:59.695Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3316 | 2026-06-02T01:22:01.910Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3317 | 2026-06-02T01:22:04.151Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3318 | 2026-06-02T01:22:06.400Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3319 | 2026-06-02T01:22:08.661Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3320 | 2026-06-02T01:22:10.881Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3321 | 2026-06-02T01:22:13.149Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3322 | 2026-06-02T01:22:15.315Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3323 | 2026-06-02T01:22:17.704Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3324 | 2026-06-02T01:22:19.821Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3325 | 2026-06-02T01:22:22.235Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3326 | 2026-06-02T01:22:24.493Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3327 | 2026-06-02T01:22:26.935Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3328 | 2026-06-02T01:22:29.276Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3329 | 2026-06-02T01:22:31.710Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3330 | 2026-06-02T01:22:34.253Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3331 | 2026-06-02T01:22:36.442Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3332 | 2026-06-02T01:22:38.817Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3333 | 2026-06-02T01:22:41.104Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3334 | 2026-06-02T01:22:43.533Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3335 | 2026-06-02T01:22:45.907Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3336 | 2026-06-02T01:22:48.277Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3337 | 2026-06-02T01:22:51.159Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3338 | 2026-06-02T01:22:53.137Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3339 | 2026-06-02T01:22:55.662Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3340 | 2026-06-02T01:22:58.276Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3341 | 2026-06-02T01:23:00.711Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3342 | 2026-06-02T01:23:03.288Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3343 | 2026-06-02T01:23:05.965Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3344 | 2026-06-02T01:23:08.452Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3345 | 2026-06-02T01:23:11.038Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3346 | 2026-06-02T01:23:13.482Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3347 | 2026-06-02T01:23:15.999Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3348 | 2026-06-02T01:23:18.577Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3349 | 2026-06-02T01:23:21.510Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3350 | 2026-06-02T01:23:23.916Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3351 | 2026-06-02T01:23:26.485Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3352 | 2026-06-02T01:23:33.889Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3353 | 2026-06-02T01:23:34.208Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3354 | 2026-06-02T01:23:37.462Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3355 | 2026-06-02T01:23:40.722Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3356 | 2026-06-02T01:23:44.055Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3357 | 2026-06-02T01:23:48.752Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3358 | 2026-06-02T01:23:51.579Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3359 | 2026-06-02T01:23:55.226Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3360 | 2026-06-02T01:23:58.824Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3361 | 2026-06-02T01:24:02.454Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3362 | 2026-06-02T01:24:06.077Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3363 | 2026-06-02T01:24:09.779Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3364 | 2026-06-02T01:24:13.456Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3365 | 2026-06-02T01:24:17.284Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3366 | 2026-06-02T01:24:20.813Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3367 | 2026-06-02T01:24:24.599Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3368 | 2026-06-02T01:24:28.180Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3369 | 2026-06-02T01:24:31.875Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3370 | 2026-06-02T01:24:35.546Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3371 | 2026-06-02T01:24:39.356Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3372 | 2026-06-02T01:24:42.943Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3373 | 2026-06-02T01:24:46.661Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3374 | 2026-06-02T01:24:50.342Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3375 | 2026-06-02T01:24:53.988Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3376 | 2026-06-02T01:25:23.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 37s |
| 3377 | 2026-06-02T01:25:23.784Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 196 other files |
| 3378 | 2026-06-02T01:25:23.891Z | |
| 3379 | 2026-06-02T01:25:23.894Z | real 6:37.747153637 |
| 3380 | 2026-06-02T01:25:23.894Z | user 17:41.794212280 |
| 3381 | 2026-06-02T01:25:23.894Z | sys 3:48.233320734 |
| 3382 | 2026-06-02T01:25:23.894Z | trap 0.266941695 |
| 3383 | 2026-06-02T01:25:23.894Z | tflt 0.089852188 |
| 3384 | 2026-06-02T01:25:23.895Z | dflt 0.039918668 |
| 3385 | 2026-06-02T01:25:23.895Z | kflt 0.000028570 |
| 3386 | 2026-06-02T01:25:23.895Z | lock 6:06:56.761668486 |
| 3387 | 2026-06-02T01:25:23.895Z | slp 2:13:30.563835016 |
| 3388 | 2026-06-02T01:25:23.895Z | lat 33.995217452 |
| 3389 | 2026-06-02T01:25:23.895Z | stop 1:42.392327076 |
| 3390 | 2026-06-02T01:25:23.895Z | process exited: duration 779228 ms, exit code 0 |
| |
| 3391 | 2026-06-02T01:25:23.901Z | found 0 output files |