|
|
|
| 1 | 2026-02-27T02:03:09.155Z | job assigned to worker 01KJEDAAV90HTXC5VZWXR7RDXF [factory aws, i-0f45e19838d279b78] (queued for 52 s) |
| |
| 2 | 2026-02-27T02:03:18.234Z | starting task 0: "setup" |
| 3 | 2026-02-27T02:03:18.238Z | ++ uname -s |
| 4 | 2026-02-27T02:03:18.241Z | + kern=SunOS |
| 5 | 2026-02-27T02:03:18.241Z | + build_user=build |
| 6 | 2026-02-27T02:03:18.241Z | + build_uid=12345 |
| 7 | 2026-02-27T02:03:18.242Z | + work_dir=/work |
| 8 | 2026-02-27T02:03:18.242Z | + input_dir=/input |
| 9 | 2026-02-27T02:03:18.242Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-27T02:03:18.242Z | + case "$kern" in |
| 11 | 2026-02-27T02:03:18.242Z | + groupadd -g 12345 build |
| 12 | 2026-02-27T02:03:18.245Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-27T02:03:20.251Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-27T02:03:20.373Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-27T02:03:20.376Z | + home_fs=zfs |
| 16 | 2026-02-27T02:03:20.376Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-27T02:03:20.376Z | + mkdir -p /home/build |
| 18 | 2026-02-27T02:03:20.379Z | + chown build:build /home/build /work |
| 19 | 2026-02-27T02:03:22.380Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-27T02:03:22.383Z | process exited: duration 4151 ms, exit code 0 |
| |
| 21 | 2026-02-27T02:03:22.389Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-27T02:03:22.394Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-27T02:03:22.394Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-02-27T02:03:22.394Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-02-27T02:03:22.394Z | * rust toolchain profile = "default" |
| 26 | 2026-02-27T02:03:22.394Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-27T02:03:22.394Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-27T02:03:22.397Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-27T02:03:22.397Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-27T02:03:22.521Z | info: downloading installer |
| 31 | 2026-02-27T02:03:24.294Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-27T02:03:24.294Z | warn: /opt/ooce/bin |
| 33 | 2026-02-27T02:03:24.294Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-27T02:03:24.294Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-27T02:03:24.294Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-27T02:03:24.294Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-27T02:03:24.294Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-27T02:03:24.294Z | error: cannot install while Rust is installed |
| 39 | 2026-02-27T02:03:24.294Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-27T02:03:24.307Z | info: profile set to 'default' |
| 41 | 2026-02-27T02:03:24.308Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-27T02:03:24.310Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-27T02:03:24.507Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-27T02:03:24.507Z | info: downloading component 'cargo' |
| 45 | 2026-02-27T02:03:25.708Z | info: downloading component 'clippy' |
| 46 | 2026-02-27T02:03:26.164Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-27T02:03:27.671Z | info: downloading component 'rust-std' |
| 48 | 2026-02-27T02:03:29.896Z | info: downloading component 'rustc' |
| 49 | 2026-02-27T02:03:37.590Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-27T02:03:37.916Z | info: installing component 'cargo' |
| 51 | 2026-02-27T02:03:38.815Z | info: installing component 'clippy' |
| 52 | 2026-02-27T02:03:39.213Z | info: installing component 'rust-docs' |
| 53 | 2026-02-27T02:03:41.156Z | info: installing component 'rust-std' |
| 54 | 2026-02-27T02:03:42.951Z | info: installing component 'rustc' |
| 55 | 2026-02-27T02:03:49.677Z | info: installing component 'rustfmt' |
| 56 | 2026-02-27T02:03:50.017Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-27T02:03:50.017Z | |
| 58 | 2026-02-27T02:03:50.522Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-27T02:03:50.522Z | |
| 60 | 2026-02-27T02:03:50.525Z | |
| 61 | 2026-02-27T02:03:50.525Z | Rust is installed now. Great! |
| 62 | 2026-02-27T02:03:50.525Z | |
| 63 | 2026-02-27T02:03:50.525Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-27T02:03:50.525Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-27T02:03:50.525Z | |
| 66 | 2026-02-27T02:03:50.525Z | To configure your current shell, you need to source |
| 67 | 2026-02-27T02:03:50.525Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-27T02:03:50.525Z | |
| 69 | 2026-02-27T02:03:50.525Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-27T02:03:50.525Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-27T02:03:50.525Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-27T02:03:50.525Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-27T02:03:50.619Z | + rustup --version |
| 74 | 2026-02-27T02:03:50.631Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-27T02:03:50.633Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-27T02:03:50.720Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-27T02:03:50.723Z | + cargo --version |
| 78 | 2026-02-27T02:03:50.798Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-27T02:03:50.801Z | + rustc --version |
| 80 | 2026-02-27T02:03:50.875Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-27T02:03:50.879Z | process exited: duration 28490 ms, exit code 0 |
| |
| 82 | 2026-02-27T02:03:50.885Z | starting task 2: "authentication" |
| 83 | 2026-02-27T02:03:50.909Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-02-27T02:03:50.917Z | starting task 3: "clone repository" |
| 85 | 2026-02-27T02:03:50.920Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-27T02:03:50.923Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-27T02:03:50.966Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-27T02:04:45.648Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-27T02:04:45.648Z | + git fetch origin 0c68818c355c7ac10a6f294956c525726c53275e |
| 90 | 2026-02-27T02:04:46.381Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-27T02:04:46.382Z | * branch 0c68818c355c7ac10a6f294956c525726c53275e -> FETCH_HEAD |
| 92 | 2026-02-27T02:04:46.393Z | + [[ -n sunshowers/spr/meta-use-oxide-update-engine-from-cratesio ]] |
| 93 | 2026-02-27T02:04:46.397Z | ++ git branch --show-current |
| 94 | 2026-02-27T02:04:46.397Z | + current=main |
| 95 | 2026-02-27T02:04:46.397Z | + [[ main != sunshowers/spr/meta-use-oxide-update-engine-from-cratesio ]] |
| 96 | 2026-02-27T02:04:46.399Z | + git branch -f sunshowers/spr/meta-use-oxide-update-engine-from-cratesio 0c68818c355c7ac10a6f294956c525726c53275e |
| 97 | 2026-02-27T02:04:46.402Z | + git checkout -f sunshowers/spr/meta-use-oxide-update-engine-from-cratesio |
| 98 | 2026-02-27T02:04:46.936Z | Switched to branch 'sunshowers/spr/meta-use-oxide-update-engine-from-cratesio' |
| 99 | 2026-02-27T02:04:46.939Z | + git reset --hard 0c68818c355c7ac10a6f294956c525726c53275e |
| 100 | 2026-02-27T02:04:46.966Z | HEAD is now at 0c68818c3 remove patches |
| 101 | 2026-02-27T02:04:46.969Z | process exited: duration 56054 ms, exit code 0 |
| |
| 102 | 2026-02-27T02:04:46.975Z | starting task 4: "build" |
| 103 | 2026-02-27T02:04:46.980Z | + source ./env.sh |
| 104 | 2026-02-27T02:04:46.980Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-02-27T02:04:46.980Z | ++ set -o xtrace |
| 106 | 2026-02-27T02:04:46.983Z | ++++ dirname ./env.sh |
| 107 | 2026-02-27T02:04:46.986Z | +++ readlink -f . |
| 108 | 2026-02-27T02:04:46.989Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-02-27T02:04:46.989Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-02-27T02:04:46.989Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-02-27T02:04:46.989Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-02-27T02:04:46.989Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-02-27T02:04:46.989Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-02-27T02:04:46.989Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-02-27T02:04:46.989Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-02-27T02:04:46.989Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-02-27T02:04:46.989Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-02-27T02:04:46.989Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-02-27T02:04:46.989Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-02-27T02:04:46.989Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-02-27T02:04:46.989Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-02-27T02:04:46.989Z | + cargo --version |
| 123 | 2026-02-27T02:04:47.049Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 124 | 2026-02-27T02:04:47.052Z | + rustc --version |
| 125 | 2026-02-27T02:04:47.125Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 126 | 2026-02-27T02:04:47.128Z | + banner prerequisites |
| 127 | 2026-02-27T02:04:47.131Z | |
| 128 | 2026-02-27T02:04:47.131Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-02-27T02:04:47.131Z | # # # # # # # # # # # # # # # |
| 130 | 2026-02-27T02:04:47.131Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-02-27T02:04:47.131Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-02-27T02:04:47.131Z | # # # # # # # # # # # # # # # |
| 133 | 2026-02-27T02:04:47.132Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-02-27T02:04:47.132Z | |
| 135 | 2026-02-27T02:04:47.132Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-02-27T02:04:58.246Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-02-27T02:05:08.667Z | Startup: Caching catalogs ... Done |
| 138 | 2026-02-27T02:05:31.947Z | Planning: Solver setup ... Done (21.655s) |
| 139 | 2026-02-27T02:05:32.107Z | Planning: Running solver ... Done (0.160s) |
| 140 | 2026-02-27T02:05:32.276Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2026-02-27T02:05:32.291Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-02-27T02:05:32.425Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-02-27T02:05:32.474Z | Planning: Package planning ... Done (0.048s) |
| 144 | 2026-02-27T02:05:32.524Z | Planning: Merging actions ... Done (0.050s) |
| 145 | 2026-02-27T02:05:32.800Z | Planning: Checking for conflicting actions ... Done (0.277s) |
| 146 | 2026-02-27T02:05:32.811Z | Planning: Consolidating action changes ... Done (0.011s) |
| 147 | 2026-02-27T02:05:33.865Z | Planning: Evaluating mediators ... Done (1.054s) |
| 148 | 2026-02-27T02:05:33.875Z | Planning: Planning completed in 25.06 seconds |
| 149 | 2026-02-27T02:05:33.891Z | Packages to install: 4 |
| 150 | 2026-02-27T02:05:33.891Z | Mediators to change: 2 |
| 151 | 2026-02-27T02:05:33.894Z | Services to change: 1 |
| 152 | 2026-02-27T02:05:33.894Z | Estimated space available: 155.43 GB |
| 153 | 2026-02-27T02:05:33.894Z | Estimated space to be consumed: 1.81 GB |
| 154 | 2026-02-27T02:05:33.894Z | Create boot environment: No |
| 155 | 2026-02-27T02:05:33.894Z | Create backup boot environment: No |
| 156 | 2026-02-27T02:05:33.894Z | Rebuild boot archive: No |
| 157 | 2026-02-27T02:05:33.894Z | |
| 158 | 2026-02-27T02:05:33.895Z | Changed mediators: |
| 159 | 2026-02-27T02:05:33.895Z | mediator clang: |
| 160 | 2026-02-27T02:05:33.895Z | version: None -> 15 (system default) |
| 161 | 2026-02-27T02:05:33.895Z | |
| 162 | 2026-02-27T02:05:33.895Z | mediator llvm: |
| 163 | 2026-02-27T02:05:33.895Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-02-27T02:05:33.895Z | |
| 165 | 2026-02-27T02:05:33.895Z | Changed packages: |
| 166 | 2026-02-27T02:05:33.895Z | helios-dev |
| 167 | 2026-02-27T02:05:33.895Z | developer/build-essential |
| 168 | 2026-02-27T02:05:33.895Z | None -> 11-2.0 |
| 169 | 2026-02-27T02:05:33.895Z | library/libxmlsec1 |
| 170 | 2026-02-27T02:05:33.895Z | None -> 1.2.35-2.0 |
| 171 | 2026-02-27T02:05:33.895Z | ooce/developer/clang-15 |
| 172 | 2026-02-27T02:05:33.895Z | None -> 15.0.7-2.0 |
| 173 | 2026-02-27T02:05:33.895Z | ooce/developer/llvm-15 |
| 174 | 2026-02-27T02:05:33.895Z | None -> 15.0.7-2.0 |
| 175 | 2026-02-27T02:05:33.895Z | |
| 176 | 2026-02-27T02:05:33.895Z | Services: |
| 177 | 2026-02-27T02:05:33.895Z | restart_fmri: |
| 178 | 2026-02-27T02:05:33.895Z | svc:/system/update-man-index:default |
| 179 | 2026-02-27T02:05:33.946Z | |
| 180 | 2026-02-27T02:05:33.946Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-02-27T02:05:38.958Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.0M/s) |
| 182 | 2026-02-27T02:05:43.958Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (20.4M/s) |
| 183 | 2026-02-27T02:05:45.381Z | Download: Completed 212.60 MB in 11.43 seconds (18.6M/s) |
| 184 | 2026-02-27T02:05:46.842Z | Actions: 1/3689 actions (Installing new actions) |
| 185 | 2026-02-27T02:05:51.417Z | Actions: Completed 3689 actions in 4.57 seconds. |
| 186 | 2026-02-27T02:05:51.846Z | Done (0.424s) |
| 187 | 2026-02-27T02:05:51.846Z | Done (0.000s) |
| 188 | 2026-02-27T02:05:52.954Z | Done (1.108s) |
| 189 | 2026-02-27T02:05:57.498Z | Done (4.180s) |
| 190 | 2026-02-27T02:05:57.585Z | Done (0.020s) |
| 191 | 2026-02-27T02:05:57.588Z | Done (0.000s) |
| 192 | 2026-02-27T02:05:57.816Z | Done (0.000s) |
| 193 | 2026-02-27T02:05:58.793Z | Planning: Evaluating mediator changes ... Done |
| 194 | 2026-02-27T02:05:58.958Z | Planning: Checking for conflicting actions ... Done |
| 195 | 2026-02-27T02:05:58.961Z | Planning: Consolidating action changes ... Done |
| 196 | 2026-02-27T02:05:59.237Z | Planning: Evaluating mediators ... Done |
| 197 | 2026-02-27T02:05:59.241Z | Planning: Planning completed in 0.44 seconds |
| 198 | 2026-02-27T02:05:59.271Z | Mediators to change: 2 |
| 199 | 2026-02-27T02:05:59.274Z | Create boot environment: No |
| 200 | 2026-02-27T02:05:59.274Z | Create backup boot environment: No |
| 201 | 2026-02-27T02:05:59.347Z | Done |
| 202 | 2026-02-27T02:05:59.347Z | Done |
| 203 | 2026-02-27T02:06:00.140Z | Done |
| 204 | 2026-02-27T02:06:03.771Z | Done |
| 205 | 2026-02-27T02:06:03.855Z | Done |
| 206 | 2026-02-27T02:06:03.858Z | Done |
| 207 | 2026-02-27T02:06:04.024Z | Done |
| 208 | 2026-02-27T02:06:04.637Z | Planning: Evaluating mediator changes ... Done |
| 209 | 2026-02-27T02:06:04.641Z | Planning: Merging actions ... Done |
| 210 | 2026-02-27T02:06:04.825Z | Planning: Checking for conflicting actions ... Done |
| 211 | 2026-02-27T02:06:04.828Z | Planning: Consolidating action changes ... Done |
| 212 | 2026-02-27T02:06:05.091Z | Planning: Evaluating mediators ... Done |
| 213 | 2026-02-27T02:06:05.147Z | Planning: Planning completed in 0.75 seconds |
| 214 | 2026-02-27T02:06:05.181Z | Packages to change: 1 |
| 215 | 2026-02-27T02:06:05.181Z | Mediators to change: 1 |
| 216 | 2026-02-27T02:06:05.184Z | Services to change: 1 |
| 217 | 2026-02-27T02:06:05.184Z | Create boot environment: No |
| 218 | 2026-02-27T02:06:05.184Z | Create backup boot environment: Yes |
| 219 | 2026-02-27T02:06:07.689Z | Actions: 1/6 actions (Updating modified actions) |
| 220 | 2026-02-27T02:06:07.691Z | Actions: Completed 6 actions in 0.00 seconds. |
| 221 | 2026-02-27T02:06:07.692Z | Done |
| 222 | 2026-02-27T02:06:07.692Z | Done |
| 223 | 2026-02-27T02:06:07.909Z | Done |
| 224 | 2026-02-27T02:06:11.512Z | Done |
| 225 | 2026-02-27T02:06:11.598Z | Done |
| 226 | 2026-02-27T02:06:11.601Z | Done |
| 227 | 2026-02-27T02:06:11.759Z | Done |
| 228 | 2026-02-27T02:06:12.198Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 229 | 2026-02-27T02:06:12.198Z | clang system 15 system |
| 230 | 2026-02-27T02:06:12.198Z | csh system system illumos |
| 231 | 2026-02-27T02:06:12.198Z | ctags system system illumos |
| 232 | 2026-02-27T02:06:12.198Z | file system system illumos |
| 233 | 2026-02-27T02:06:12.198Z | gcc vendor 12 vendor |
| 234 | 2026-02-27T02:06:12.198Z | gcc system 10 system |
| 235 | 2026-02-27T02:06:12.198Z | gcc system 7 system |
| 236 | 2026-02-27T02:06:12.198Z | go system 1.20 system |
| 237 | 2026-02-27T02:06:12.198Z | go system 1.19 system |
| 238 | 2026-02-27T02:06:12.198Z | llvm system 15 system |
| 239 | 2026-02-27T02:06:12.198Z | llvm system 14 system |
| 240 | 2026-02-27T02:06:12.198Z | mariadb system 10.6 system |
| 241 | 2026-02-27T02:06:12.198Z | mta vendor vendor dma |
| 242 | 2026-02-27T02:06:12.198Z | openjdk system 17 system |
| 243 | 2026-02-27T02:06:12.198Z | openjdk system 11 system |
| 244 | 2026-02-27T02:06:12.198Z | openjdk system 1.8 system |
| 245 | 2026-02-27T02:06:12.198Z | openssl vendor 3 vendor |
| 246 | 2026-02-27T02:06:12.198Z | perl system 5.36 system |
| 247 | 2026-02-27T02:06:12.198Z | postgresql system 15 system |
| 248 | 2026-02-27T02:06:12.198Z | postgresql system 13 system |
| 249 | 2026-02-27T02:06:12.198Z | python vendor 3 vendor |
| 250 | 2026-02-27T02:06:12.198Z | python system 2 system |
| 251 | 2026-02-27T02:06:12.198Z | python3 system 3.11 system |
| 252 | 2026-02-27T02:06:12.198Z | ruby system 3.0 system |
| 253 | 2026-02-27T02:06:12.198Z | words vendor vendor american-english |
| 254 | 2026-02-27T02:06:12.198Z | words system system australian-english |
| 255 | 2026-02-27T02:06:12.198Z | words system system british-english |
| 256 | 2026-02-27T02:06:12.198Z | words system system canadian-english |
| 257 | 2026-02-27T02:06:12.199Z | words system system french |
| 258 | 2026-02-27T02:06:12.199Z | words system system italian |
| 259 | 2026-02-27T02:06:12.199Z | words system system ngerman |
| 260 | 2026-02-27T02:06:12.199Z | words system system ogerman |
| 261 | 2026-02-27T02:06:12.199Z | words system system spanish |
| 262 | 2026-02-27T02:06:12.535Z | PUBLISHER TYPE STATUS P LOCATION |
| 263 | 2026-02-27T02:06:12.535Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 264 | 2026-02-27T02:06:19.075Z | FMRI IFO |
| 265 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 266 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 267 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 268 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 269 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 270 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 271 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 272 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 273 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 274 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 275 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 276 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 277 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 278 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 279 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 280 | 2026-02-27T02:06:19.075Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 281 | 2026-02-27T02:06:20.264Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 282 | 2026-02-27T02:06:20.881Z | Updating crates.io index |
| 283 | 2026-02-27T02:06:20.923Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 284 | 2026-02-27T02:06:21.888Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 285 | 2026-02-27T02:06:22.906Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2026-02-27T02:06:23.490Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 287 | 2026-02-27T02:06:24.253Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 288 | 2026-02-27T02:06:28.822Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 289 | 2026-02-27T02:06:34.663Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 290 | 2026-02-27T02:06:37.750Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 291 | 2026-02-27T02:06:38.839Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 292 | 2026-02-27T02:06:42.599Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 293 | 2026-02-27T02:06:44.132Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 294 | 2026-02-27T02:06:46.633Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 295 | 2026-02-27T02:06:47.412Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 296 | 2026-02-27T02:06:48.380Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 297 | 2026-02-27T02:06:49.183Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 298 | 2026-02-27T02:06:51.106Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 299 | 2026-02-27T02:06:52.448Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2026-02-27T02:06:53.006Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 301 | 2026-02-27T02:06:53.993Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 302 | 2026-02-27T02:06:54.931Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 303 | 2026-02-27T02:06:55.522Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 304 | 2026-02-27T02:06:56.089Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 305 | 2026-02-27T02:06:56.674Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 306 | 2026-02-27T02:06:57.696Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 307 | 2026-02-27T02:06:58.838Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 308 | 2026-02-27T02:07:00.114Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 309 | 2026-02-27T02:07:00.679Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 310 | 2026-02-27T02:07:01.525Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 311 | 2026-02-27T02:07:03.440Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 312 | 2026-02-27T02:07:05.049Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 313 | 2026-02-27T02:07:05.904Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 314 | 2026-02-27T02:07:06.462Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 315 | 2026-02-27T02:07:07.348Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 316 | 2026-02-27T02:07:07.982Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 317 | 2026-02-27T02:07:09.078Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 318 | 2026-02-27T02:07:09.566Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 319 | 2026-02-27T02:07:10.274Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 320 | 2026-02-27T02:07:10.899Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 321 | 2026-02-27T02:07:11.677Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 322 | 2026-02-27T02:07:49.607Z | Downloading crates ... |
| 323 | 2026-02-27T02:07:49.664Z | Downloaded anstream v0.6.18 |
| 324 | 2026-02-27T02:07:49.786Z | Downloaded bytecount v0.6.8 |
| 325 | 2026-02-27T02:07:49.791Z | Downloaded heck v0.4.1 |
| 326 | 2026-02-27T02:07:49.791Z | Downloaded bitflags v2.9.4 |
| 327 | 2026-02-27T02:07:49.791Z | Downloaded utf8parse v0.2.2 |
| 328 | 2026-02-27T02:07:49.791Z | Downloaded anyhow v1.0.99 |
| 329 | 2026-02-27T02:07:49.791Z | Downloaded typenum v1.17.0 |
| 330 | 2026-02-27T02:07:49.791Z | Downloaded icu_normalizer v1.5.0 |
| 331 | 2026-02-27T02:07:49.791Z | Downloaded typeid v1.0.3 |
| 332 | 2026-02-27T02:07:49.791Z | Downloaded toml_datetime v0.6.11 |
| 333 | 2026-02-27T02:07:49.791Z | Downloaded icu_normalizer_data v1.5.0 |
| 334 | 2026-02-27T02:07:49.791Z | Downloaded ucd-trie v0.1.7 |
| 335 | 2026-02-27T02:07:49.791Z | Downloaded tabled_derive v0.7.0 |
| 336 | 2026-02-27T02:07:49.791Z | Downloaded thread-id v4.2.2 |
| 337 | 2026-02-27T02:07:49.791Z | Downloaded getrandom v0.3.4 |
| 338 | 2026-02-27T02:07:49.791Z | Downloaded fs-err v3.1.1 |
| 339 | 2026-02-27T02:07:49.791Z | Downloaded zerofrom v0.1.4 |
| 340 | 2026-02-27T02:07:49.791Z | Downloaded zerofrom-derive v0.1.4 |
| 341 | 2026-02-27T02:07:49.791Z | Downloaded write16 v1.0.0 |
| 342 | 2026-02-27T02:07:49.791Z | Downloaded errno v0.3.12 |
| 343 | 2026-02-27T02:07:49.791Z | Downloaded anstyle-query v1.1.1 |
| 344 | 2026-02-27T02:07:49.791Z | Downloaded utf16_iter v1.0.5 |
| 345 | 2026-02-27T02:07:49.791Z | Downloaded unicode-xid v0.2.6 |
| 346 | 2026-02-27T02:07:49.792Z | Downloaded zerovec-derive v0.10.3 |
| 347 | 2026-02-27T02:07:49.792Z | Downloaded quote v1.0.44 |
| 348 | 2026-02-27T02:07:49.792Z | Downloaded erased-serde v0.4.6 |
| 349 | 2026-02-27T02:07:49.792Z | Downloaded thiserror-impl v1.0.69 |
| 350 | 2026-02-27T02:07:49.792Z | Downloaded thiserror v1.0.69 |
| 351 | 2026-02-27T02:07:49.792Z | Downloaded yoke-derive v0.7.4 |
| 352 | 2026-02-27T02:07:49.792Z | Downloaded unicode-linebreak v0.1.5 |
| 353 | 2026-02-27T02:07:49.792Z | Downloaded usdt-attr-macro v0.5.0 |
| 354 | 2026-02-27T02:07:49.792Z | Downloaded usdt-macro v0.5.0 |
| 355 | 2026-02-27T02:07:49.792Z | Downloaded proc-macro2 v1.0.106 |
| 356 | 2026-02-27T02:07:49.792Z | Downloaded tinystr v0.7.6 |
| 357 | 2026-02-27T02:07:49.792Z | Downloaded serde-value v0.7.0 |
| 358 | 2026-02-27T02:07:49.792Z | Downloaded usdt v0.5.0 |
| 359 | 2026-02-27T02:07:49.792Z | Downloaded terminal_size v0.4.0 |
| 360 | 2026-02-27T02:07:49.792Z | Downloaded toml v0.8.23 |
| 361 | 2026-02-27T02:07:49.792Z | Downloaded thiserror v2.0.18 |
| 362 | 2026-02-27T02:07:49.792Z | Downloaded zerocopy-derive v0.7.35 |
| 363 | 2026-02-27T02:07:49.793Z | Downloaded zmij v1.0.15 |
| 364 | 2026-02-27T02:07:49.793Z | Downloaded smawk v0.3.2 |
| 365 | 2026-02-27T02:07:49.793Z | Downloaded yoke v0.7.4 |
| 366 | 2026-02-27T02:07:49.793Z | Downloaded heck v0.5.0 |
| 367 | 2026-02-27T02:07:49.793Z | Downloaded usdt-impl v0.5.0 |
| 368 | 2026-02-27T02:07:49.793Z | Downloaded writeable v0.5.5 |
| 369 | 2026-02-27T02:07:49.793Z | Downloaded cargo_metadata v0.21.0 |
| 370 | 2026-02-27T02:07:49.793Z | Downloaded textwrap v0.16.2 |
| 371 | 2026-02-27T02:07:49.793Z | Downloaded thiserror-impl v2.0.18 |
| 372 | 2026-02-27T02:07:49.793Z | Downloaded colorchoice v1.0.2 |
| 373 | 2026-02-27T02:07:49.793Z | Downloaded clap_lex v0.7.4 |
| 374 | 2026-02-27T02:07:49.793Z | Downloaded url v2.5.4 |
| 375 | 2026-02-27T02:07:49.793Z | Downloaded strsim v0.11.1 |
| 376 | 2026-02-27T02:07:49.793Z | Downloaded pretty-hex v0.4.1 |
| 377 | 2026-02-27T02:07:49.793Z | Downloaded proc-macro-error-attr v1.0.4 |
| 378 | 2026-02-27T02:07:49.793Z | Downloaded itoa v1.0.11 |
| 379 | 2026-02-27T02:07:49.794Z | Downloaded equivalent v1.0.2 |
| 380 | 2026-02-27T02:07:49.794Z | Downloaded unicode-ident v1.0.24 |
| 381 | 2026-02-27T02:07:49.794Z | Downloaded anstyle v1.0.11 |
| 382 | 2026-02-27T02:07:49.794Z | Downloaded toml_edit v0.22.27 |
| 383 | 2026-02-27T02:07:49.794Z | Downloaded synstructure v0.13.1 |
| 384 | 2026-02-27T02:07:49.794Z | Downloaded serde-untagged v0.1.7 |
| 385 | 2026-02-27T02:07:49.794Z | Downloaded ordered-float v2.10.1 |
| 386 | 2026-02-27T02:07:49.794Z | Downloaded macaddr v1.0.1 |
| 387 | 2026-02-27T02:07:49.846Z | Downloaded dof v0.3.0 |
| 388 | 2026-02-27T02:07:49.846Z | Downloaded autocfg v1.4.0 |
| 389 | 2026-02-27T02:07:49.846Z | Downloaded zerovec v0.10.4 |
| 390 | 2026-02-27T02:07:49.846Z | Downloaded dtrace-parser v0.2.0 |
| 391 | 2026-02-27T02:07:49.846Z | Downloaded scroll_derive v0.12.0 |
| 392 | 2026-02-27T02:07:49.846Z | Downloaded is_terminal_polyfill v1.70.1 |
| 393 | 2026-02-27T02:07:49.846Z | Downloaded icu_provider_macros v1.5.0 |
| 394 | 2026-02-27T02:07:49.846Z | Downloaded winnow v0.7.14 |
| 395 | 2026-02-27T02:07:49.846Z | Downloaded zerocopy v0.7.35 |
| 396 | 2026-02-27T02:07:49.846Z | Downloaded semver v1.0.27 |
| 397 | 2026-02-27T02:07:49.846Z | Downloaded goblin v0.8.2 |
| 398 | 2026-02-27T02:07:49.846Z | Downloaded sha2 v0.10.9 |
| 399 | 2026-02-27T02:07:49.846Z | Downloaded unicode-width v0.2.0 |
| 400 | 2026-02-27T02:07:49.846Z | Downloaded once_cell v1.21.3 |
| 401 | 2026-02-27T02:07:49.846Z | Downloaded unicode-width v0.1.14 |
| 402 | 2026-02-27T02:07:49.846Z | Downloaded swrite v0.1.0 |
| 403 | 2026-02-27T02:07:49.846Z | Downloaded serde_derive v1.0.228 |
| 404 | 2026-02-27T02:07:49.850Z | Downloaded icu_locid_transform v1.5.0 |
| 405 | 2026-02-27T02:07:49.850Z | Downloaded proc-macro-error v1.0.4 |
| 406 | 2026-02-27T02:07:49.852Z | Downloaded digest v0.10.7 |
| 407 | 2026-02-27T02:07:49.852Z | Downloaded cargo-util-schemas v0.8.2 |
| 408 | 2026-02-27T02:07:49.856Z | Downloaded litemap v0.7.3 |
| 409 | 2026-02-27T02:07:49.856Z | Downloaded serde_tokenstream v0.2.3 |
| 410 | 2026-02-27T02:07:49.859Z | Downloaded scroll v0.12.0 |
| 411 | 2026-02-27T02:07:49.860Z | Downloaded pest_generator v2.8.2 |
| 412 | 2026-02-27T02:07:49.860Z | Downloaded clap_derive v4.5.47 |
| 413 | 2026-02-27T02:07:49.864Z | Downloaded cargo_toml v0.21.0 |
| 414 | 2026-02-27T02:07:49.864Z | Downloaded smallvec v1.15.1 |
| 415 | 2026-02-27T02:07:49.864Z | Downloaded papergrid v0.11.0 |
| 416 | 2026-02-27T02:07:49.867Z | Downloaded log v0.4.29 |
| 417 | 2026-02-27T02:07:49.870Z | Downloaded icu_locid v1.5.0 |
| 418 | 2026-02-27T02:07:49.873Z | Downloaded anstyle-parse v0.2.5 |
| 419 | 2026-02-27T02:07:49.876Z | Downloaded camino v1.2.2 |
| 420 | 2026-02-27T02:07:49.876Z | Downloaded pest_meta v2.8.2 |
| 421 | 2026-02-27T02:07:49.879Z | Downloaded cfg-if v1.0.4 |
| 422 | 2026-02-27T02:07:49.879Z | Downloaded pest_derive v2.8.2 |
| 423 | 2026-02-27T02:07:49.882Z | Downloaded camino-tempfile v1.4.1 |
| 424 | 2026-02-27T02:07:49.882Z | Downloaded tempfile v3.24.0 |
| 425 | 2026-02-27T02:07:49.885Z | Downloaded serde_core v1.0.228 |
| 426 | 2026-02-27T02:07:49.888Z | Downloaded num-traits v0.2.19 |
| 427 | 2026-02-27T02:07:49.891Z | Downloaded icu_locid_transform_data v1.5.0 |
| 428 | 2026-02-27T02:07:49.891Z | Downloaded displaydoc v0.2.5 |
| 429 | 2026-02-27T02:07:49.894Z | Downloaded stable_deref_trait v1.2.0 |
| 430 | 2026-02-27T02:07:49.894Z | Downloaded serde_spanned v0.6.9 |
| 431 | 2026-02-27T02:07:49.894Z | Downloaded memmap v0.7.0 |
| 432 | 2026-02-27T02:07:49.897Z | Downloaded cpufeatures v0.2.14 |
| 433 | 2026-02-27T02:07:49.897Z | Downloaded version_check v0.9.5 |
| 434 | 2026-02-27T02:07:49.897Z | Downloaded utf8_iter v1.0.4 |
| 435 | 2026-02-27T02:07:49.900Z | Downloaded crypto-common v0.1.6 |
| 436 | 2026-02-27T02:07:49.900Z | Downloaded clap v4.5.48 |
| 437 | 2026-02-27T02:07:49.905Z | Downloaded cargo-platform v0.2.0 |
| 438 | 2026-02-27T02:07:49.908Z | Downloaded percent-encoding v2.3.2 |
| 439 | 2026-02-27T02:07:49.908Z | Downloaded fnv v1.0.7 |
| 440 | 2026-02-27T02:07:49.908Z | Downloaded form_urlencoded v1.2.2 |
| 441 | 2026-02-27T02:07:49.911Z | Downloaded idna_adapter v1.2.0 |
| 442 | 2026-02-27T02:07:49.911Z | Downloaded generic-array v0.14.7 |
| 443 | 2026-02-27T02:07:49.911Z | Downloaded block-buffer v0.10.4 |
| 444 | 2026-02-27T02:07:49.916Z | Downloaded plain v0.2.3 |
| 445 | 2026-02-27T02:07:49.916Z | Downloaded icu_properties v1.5.1 |
| 446 | 2026-02-27T02:07:49.916Z | Downloaded fastrand v2.1.1 |
| 447 | 2026-02-27T02:07:49.919Z | Downloaded byteorder v1.5.0 |
| 448 | 2026-02-27T02:07:49.919Z | Downloaded memchr v2.7.4 |
| 449 | 2026-02-27T02:07:49.922Z | Downloaded icu_provider v1.5.0 |
| 450 | 2026-02-27T02:07:49.922Z | Downloaded hashbrown v0.16.1 |
| 451 | 2026-02-27T02:07:49.927Z | Downloaded serde v1.0.228 |
| 452 | 2026-02-27T02:07:49.930Z | Downloaded toml_write v0.1.2 |
| 453 | 2026-02-27T02:07:49.935Z | Downloaded indexmap v2.13.0 |
| 454 | 2026-02-27T02:07:49.938Z | Downloaded icu_collections v1.5.0 |
| 455 | 2026-02-27T02:07:49.951Z | Downloaded idna v1.0.3 |
| 456 | 2026-02-27T02:07:49.958Z | Downloaded clap_builder v4.5.48 |
| 457 | 2026-02-27T02:07:49.962Z | Downloaded serde_json v1.0.149 |
| 458 | 2026-02-27T02:07:49.967Z | Downloaded pest v2.8.2 |
| 459 | 2026-02-27T02:07:50.002Z | Downloaded tabled v0.15.0 |
| 460 | 2026-02-27T02:07:50.014Z | Downloaded syn v1.0.109 |
| 461 | 2026-02-27T02:07:50.022Z | Downloaded icu_properties_data v1.5.0 |
| 462 | 2026-02-27T02:07:50.030Z | Downloaded syn v2.0.117 |
| 463 | 2026-02-27T02:07:50.039Z | Downloaded rustix v0.38.37 |
| 464 | 2026-02-27T02:07:50.057Z | Downloaded rustix v1.1.3 |
| 465 | 2026-02-27T02:07:50.096Z | Downloaded libc v0.2.180 |
| 466 | 2026-02-27T02:07:50.184Z | Compiling proc-macro2 v1.0.106 |
| 467 | 2026-02-27T02:07:50.187Z | Compiling quote v1.0.44 |
| 468 | 2026-02-27T02:07:50.187Z | Compiling unicode-ident v1.0.24 |
| 469 | 2026-02-27T02:07:50.187Z | Compiling serde_core v1.0.228 |
| 470 | 2026-02-27T02:07:50.187Z | Compiling serde v1.0.228 |
| 471 | 2026-02-27T02:07:50.187Z | Compiling version_check v0.9.5 |
| 472 | 2026-02-27T02:07:50.187Z | Compiling libc v0.2.180 |
| 473 | 2026-02-27T02:07:50.418Z | Compiling memchr v2.7.4 |
| 474 | 2026-02-27T02:07:50.676Z | Compiling stable_deref_trait v1.2.0 |
| 475 | 2026-02-27T02:07:50.811Z | Compiling thiserror v2.0.18 |
| 476 | 2026-02-27T02:07:51.165Z | Compiling zmij v1.0.15 |
| 477 | 2026-02-27T02:07:51.168Z | Compiling writeable v0.5.5 |
| 478 | 2026-02-27T02:07:51.217Z | Compiling litemap v0.7.3 |
| 479 | 2026-02-27T02:07:51.757Z | Compiling thiserror v1.0.69 |
| 480 | 2026-02-27T02:07:51.866Z | Compiling ucd-trie v0.1.7 |
| 481 | 2026-02-27T02:07:51.974Z | Compiling autocfg v1.4.0 |
| 482 | 2026-02-27T02:07:52.276Z | Compiling itoa v1.0.11 |
| 483 | 2026-02-27T02:07:52.419Z | Compiling byteorder v1.5.0 |
| 484 | 2026-02-27T02:07:52.779Z | Compiling errno v0.3.12 |
| 485 | 2026-02-27T02:07:52.807Z | Compiling icu_locid_transform_data v1.5.0 |
| 486 | 2026-02-27T02:07:52.922Z | Compiling bitflags v2.9.4 |
| 487 | 2026-02-27T02:07:52.948Z | Compiling syn v2.0.117 |
| 488 | 2026-02-27T02:07:53.158Z | Compiling icu_properties_data v1.5.0 |
| 489 | 2026-02-27T02:07:53.187Z | Compiling serde_json v1.0.149 |
| 490 | 2026-02-27T02:07:53.339Z | Compiling num-traits v0.2.19 |
| 491 | 2026-02-27T02:07:53.418Z | Compiling hashbrown v0.16.1 |
| 492 | 2026-02-27T02:07:53.580Z | Compiling utf16_iter v1.0.5 |
| 493 | 2026-02-27T02:07:53.611Z | Compiling icu_normalizer_data v1.5.0 |
| 494 | 2026-02-27T02:07:53.674Z | Compiling rustix v0.38.37 |
| 495 | 2026-02-27T02:07:53.731Z | Compiling equivalent v1.0.2 |
| 496 | 2026-02-27T02:07:53.803Z | Compiling utf8_iter v1.0.4 |
| 497 | 2026-02-27T02:07:53.859Z | Compiling smallvec v1.15.1 |
| 498 | 2026-02-27T02:07:53.886Z | Compiling write16 v1.0.0 |
| 499 | 2026-02-27T02:07:54.085Z | Compiling typeid v1.0.3 |
| 500 | 2026-02-27T02:07:54.478Z | Compiling proc-macro-error-attr v1.0.4 |
| 501 | 2026-02-27T02:07:54.644Z | Compiling indexmap v2.13.0 |
| 502 | 2026-02-27T02:07:54.676Z | Compiling usdt-impl v0.5.0 |
| 503 | 2026-02-27T02:07:54.700Z | Compiling syn v1.0.109 |
| 504 | 2026-02-27T02:07:54.817Z | Compiling winnow v0.7.14 |
| 505 | 2026-02-27T02:07:55.060Z | Compiling toml_write v0.1.2 |
| 506 | 2026-02-27T02:07:55.197Z | Compiling thread-id v4.2.2 |
| 507 | 2026-02-27T02:07:55.840Z | Compiling proc-macro-error v1.0.4 |
| 508 | 2026-02-27T02:07:55.958Z | Compiling percent-encoding v2.3.2 |
| 509 | 2026-02-27T02:07:56.198Z | Compiling plain v0.2.3 |
| 510 | 2026-02-27T02:07:56.320Z | Compiling camino v1.2.2 |
| 511 | 2026-02-27T02:07:56.393Z | Compiling log v0.4.29 |
| 512 | 2026-02-27T02:07:56.790Z | Compiling utf8parse v0.2.2 |
| 513 | 2026-02-27T02:07:56.969Z | Compiling rustix v1.1.3 |
| 514 | 2026-02-27T02:07:56.973Z | Compiling getrandom v0.3.4 |
| 515 | 2026-02-27T02:07:57.172Z | Compiling ordered-float v2.10.1 |
| 516 | 2026-02-27T02:07:57.286Z | Compiling anstyle-parse v0.2.5 |
| 517 | 2026-02-27T02:07:57.634Z | Compiling terminal_size v0.4.0 |
| 518 | 2026-02-27T02:07:57.882Z | Compiling form_urlencoded v1.2.2 |
| 519 | 2026-02-27T02:07:58.211Z | Compiling pretty-hex v0.4.1 |
| 520 | 2026-02-27T02:07:58.404Z | Compiling anstyle-query v1.1.1 |
| 521 | 2026-02-27T02:07:58.465Z | Compiling cfg-if v1.0.4 |
| 522 | 2026-02-27T02:07:58.490Z | Compiling colorchoice v1.0.2 |
| 523 | 2026-02-27T02:07:58.538Z | Compiling is_terminal_polyfill v1.70.1 |
| 524 | 2026-02-27T02:07:58.580Z | Compiling anstyle v1.0.11 |
| 525 | 2026-02-27T02:07:58.845Z | Compiling semver v1.0.27 |
| 526 | 2026-02-27T02:07:58.907Z | Compiling anstream v0.6.18 |
| 527 | 2026-02-27T02:07:59.397Z | Compiling fs-err v3.1.1 |
| 528 | 2026-02-27T02:07:59.524Z | Compiling synstructure v0.13.1 |
| 529 | 2026-02-27T02:07:59.593Z | Compiling anyhow v1.0.99 |
| 530 | 2026-02-27T02:07:59.682Z | Compiling unicode-width v0.1.14 |
| 531 | 2026-02-27T02:07:59.729Z | Compiling once_cell v1.21.3 |
| 532 | 2026-02-27T02:08:00.147Z | Compiling heck v0.5.0 |
| 533 | 2026-02-27T02:08:00.186Z | Compiling heck v0.4.1 |
| 534 | 2026-02-27T02:08:00.217Z | Compiling fastrand v2.1.1 |
| 535 | 2026-02-27T02:08:00.634Z | Compiling strsim v0.11.1 |
| 536 | 2026-02-27T02:08:00.713Z | Compiling fnv v1.0.7 |
| 537 | 2026-02-27T02:08:00.740Z | Compiling bytecount v0.6.8 |
| 538 | 2026-02-27T02:08:00.805Z | Compiling unicode-xid v0.2.6 |
| 539 | 2026-02-27T02:08:00.880Z | Compiling clap_lex v0.7.4 |
| 540 | 2026-02-27T02:08:00.979Z | Compiling papergrid v0.11.0 |
| 541 | 2026-02-27T02:08:01.021Z | Compiling tempfile v3.24.0 |
| 542 | 2026-02-27T02:08:01.275Z | Compiling clap_builder v4.5.48 |
| 543 | 2026-02-27T02:08:01.502Z | Compiling memmap v0.7.0 |
| 544 | 2026-02-27T02:08:01.784Z | Compiling smawk v0.3.2 |
| 545 | 2026-02-27T02:08:01.865Z | Compiling unicode-width v0.2.0 |
| 546 | 2026-02-27T02:08:01.893Z | Compiling unicode-linebreak v0.1.5 |
| 547 | 2026-02-27T02:08:02.416Z | Compiling textwrap v0.16.2 |
| 548 | 2026-02-27T02:08:02.806Z | Compiling camino-tempfile v1.4.1 |
| 549 | 2026-02-27T02:08:03.009Z | Compiling swrite v0.1.0 |
| 550 | 2026-02-27T02:08:03.156Z | Compiling tabled_derive v0.7.0 |
| 551 | 2026-02-27T02:08:03.183Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-02-27T02:08:03.807Z | Compiling serde_derive v1.0.228 |
| 553 | 2026-02-27T02:08:03.807Z | Compiling zerofrom-derive v0.1.4 |
| 554 | 2026-02-27T02:08:03.810Z | Compiling yoke-derive v0.7.4 |
| 555 | 2026-02-27T02:08:03.854Z | Compiling zerovec-derive v0.10.3 |
| 556 | 2026-02-27T02:08:03.936Z | Compiling thiserror-impl v2.0.18 |
| 557 | 2026-02-27T02:08:05.177Z | Compiling displaydoc v0.2.5 |
| 558 | 2026-02-27T02:08:06.271Z | Compiling thiserror-impl v1.0.69 |
| 559 | 2026-02-27T02:08:06.555Z | Compiling icu_provider_macros v1.5.0 |
| 560 | 2026-02-27T02:08:06.760Z | Compiling zerocopy-derive v0.7.35 |
| 561 | 2026-02-27T02:08:07.215Z | Compiling zerofrom v0.1.4 |
| 562 | 2026-02-27T02:08:07.243Z | Compiling pest v2.8.2 |
| 563 | 2026-02-27T02:08:07.478Z | Compiling yoke v0.7.4 |
| 564 | 2026-02-27T02:08:07.637Z | Compiling scroll_derive v0.12.0 |
| 565 | 2026-02-27T02:08:07.866Z | Compiling zerovec v0.10.4 |
| 566 | 2026-02-27T02:08:08.677Z | Compiling zerocopy v0.7.35 |
| 567 | 2026-02-27T02:08:08.799Z | Compiling clap_derive v4.5.47 |
| 568 | 2026-02-27T02:08:09.061Z | Compiling scroll v0.12.0 |
| 569 | 2026-02-27T02:08:09.334Z | Compiling tabled v0.15.0 |
| 570 | 2026-02-27T02:08:09.596Z | Compiling tinystr v0.7.6 |
| 571 | 2026-02-27T02:08:09.859Z | Compiling pest_meta v2.8.2 |
| 572 | 2026-02-27T02:08:09.899Z | Compiling icu_collections v1.5.0 |
| 573 | 2026-02-27T02:08:09.938Z | Compiling icu_locid v1.5.0 |
| 574 | 2026-02-27T02:08:10.003Z | Compiling goblin v0.8.2 |
| 575 | 2026-02-27T02:08:11.159Z | Compiling icu_provider v1.5.0 |
| 576 | 2026-02-27T02:08:11.831Z | Compiling pest_generator v2.8.2 |
| 577 | 2026-02-27T02:08:11.964Z | Compiling icu_locid_transform v1.5.0 |
| 578 | 2026-02-27T02:08:12.019Z | Compiling toml_datetime v0.6.11 |
| 579 | 2026-02-27T02:08:12.163Z | Compiling serde_spanned v0.6.9 |
| 580 | 2026-02-27T02:08:12.444Z | Compiling toml_edit v0.22.27 |
| 581 | 2026-02-27T02:08:12.547Z | Compiling dof v0.3.0 |
| 582 | 2026-02-27T02:08:13.219Z | Compiling serde_tokenstream v0.2.3 |
| 583 | 2026-02-27T02:08:13.366Z | Compiling icu_properties v1.5.1 |
| 584 | 2026-02-27T02:08:13.609Z | Compiling erased-serde v0.4.6 |
| 585 | 2026-02-27T02:08:13.832Z | Compiling serde-value v0.7.0 |
| 586 | 2026-02-27T02:08:14.245Z | Compiling pest_derive v2.8.2 |
| 587 | 2026-02-27T02:08:14.293Z | Compiling cargo-platform v0.2.0 |
| 588 | 2026-02-27T02:08:14.633Z | Compiling serde-untagged v0.1.7 |
| 589 | 2026-02-27T02:08:14.732Z | Compiling clap v4.5.48 |
| 590 | 2026-02-27T02:08:14.827Z | Compiling macaddr v1.0.1 |
| 591 | 2026-02-27T02:08:15.028Z | Compiling dtrace-parser v0.2.0 |
| 592 | 2026-02-27T02:08:15.528Z | Compiling toml v0.8.23 |
| 593 | 2026-02-27T02:08:16.867Z | Compiling icu_normalizer v1.5.0 |
| 594 | 2026-02-27T02:08:17.033Z | Compiling usdt-attr-macro v0.5.0 |
| 595 | 2026-02-27T02:08:17.172Z | Compiling usdt-macro v0.5.0 |
| 596 | 2026-02-27T02:08:17.430Z | Compiling cargo_toml v0.21.0 |
| 597 | 2026-02-27T02:08:17.756Z | Compiling idna_adapter v1.2.0 |
| 598 | 2026-02-27T02:08:17.976Z | Compiling idna v1.0.3 |
| 599 | 2026-02-27T02:08:18.286Z | Compiling usdt v0.5.0 |
| 600 | 2026-02-27T02:08:18.440Z | Compiling url v2.5.4 |
| 601 | 2026-02-27T02:08:19.090Z | Compiling cargo-util-schemas v0.8.2 |
| 602 | 2026-02-27T02:08:20.681Z | Compiling cargo_metadata v0.21.0 |
| 603 | 2026-02-27T02:08:22.235Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 604 | 2026-02-27T02:08:25.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s |
| 605 | 2026-02-27T02:08:25.911Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 606 | 2026-02-27T02:08:26.701Z | Downloading crates ... |
| 607 | 2026-02-27T02:08:26.845Z | Downloaded cargo-platform v0.1.8 |
| 608 | 2026-02-27T02:08:26.849Z | Downloaded ciborium-ll v0.2.2 |
| 609 | 2026-02-27T02:08:26.854Z | Downloaded atty v0.2.14 |
| 610 | 2026-02-27T02:08:26.861Z | Downloaded addr2line v0.24.2 |
| 611 | 2026-02-27T02:08:26.869Z | Downloaded foreign-types v0.5.0 |
| 612 | 2026-02-27T02:08:26.873Z | Downloaded cfg_aliases v0.2.1 |
| 613 | 2026-02-27T02:08:26.878Z | Downloaded endian-type v0.1.2 |
| 614 | 2026-02-27T02:08:26.881Z | Downloaded foldhash v0.1.5 |
| 615 | 2026-02-27T02:08:26.885Z | Downloaded ff v0.13.0 |
| 616 | 2026-02-27T02:08:26.889Z | Downloaded document-features v0.2.11 |
| 617 | 2026-02-27T02:08:26.893Z | Downloaded dirs-next v2.0.0 |
| 618 | 2026-02-27T02:08:26.901Z | Downloaded dirs-sys-next v0.1.2 |
| 619 | 2026-02-27T02:08:26.904Z | Downloaded dropshot_endpoint v0.16.7 |
| 620 | 2026-02-27T02:08:26.910Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 621 | 2026-02-27T02:08:26.914Z | Downloaded difflib v0.4.0 |
| 622 | 2026-02-27T02:08:26.918Z | Downloaded env_filter v0.1.2 |
| 623 | 2026-02-27T02:08:26.922Z | Downloaded either v1.15.0 |
| 624 | 2026-02-27T02:08:26.927Z | Downloaded derive_more-impl v2.0.1 |
| 625 | 2026-02-27T02:08:26.934Z | Downloaded futures-macro v0.3.31 |
| 626 | 2026-02-27T02:08:26.938Z | Downloaded bit-set v0.5.3 |
| 627 | 2026-02-27T02:08:26.942Z | Downloaded foreign-types v0.3.2 |
| 628 | 2026-02-27T02:08:26.946Z | Downloaded darling_macro v0.21.0 |
| 629 | 2026-02-27T02:08:26.949Z | Downloaded bitfield-struct v0.6.2 |
| 630 | 2026-02-27T02:08:26.952Z | Downloaded enum-as-inner v0.6.1 |
| 631 | 2026-02-27T02:08:26.957Z | Downloaded hash32 v0.2.1 |
| 632 | 2026-02-27T02:08:26.960Z | Downloaded dropshot-api-manager v0.3.0 |
| 633 | 2026-02-27T02:08:26.966Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 634 | 2026-02-27T02:08:26.970Z | Downloaded foreign-types-macros v0.2.3 |
| 635 | 2026-02-27T02:08:26.973Z | Downloaded foreign-types-shared v0.3.1 |
| 636 | 2026-02-27T02:08:26.977Z | Downloaded fd-lock v4.0.2 |
| 637 | 2026-02-27T02:08:26.995Z | Downloaded hash32 v0.3.1 |
| 638 | 2026-02-27T02:08:26.999Z | Downloaded dtrace-parser v0.3.0 |
| 639 | 2026-02-27T02:08:27.003Z | Downloaded globwalk v0.9.1 |
| 640 | 2026-02-27T02:08:27.006Z | Downloaded funty v2.0.0 |
| 641 | 2026-02-27T02:08:27.011Z | Downloaded chacha20 v0.9.1 |
| 642 | 2026-02-27T02:08:27.015Z | Downloaded fallible-iterator v0.2.0 |
| 643 | 2026-02-27T02:08:27.019Z | Downloaded hex-literal v0.4.1 |
| 644 | 2026-02-27T02:08:27.023Z | Downloaded crossbeam-channel v0.5.15 |
| 645 | 2026-02-27T02:08:27.030Z | Downloaded http-body v1.0.1 |
| 646 | 2026-02-27T02:08:27.033Z | Downloaded hostname v0.4.2 |
| 647 | 2026-02-27T02:08:27.037Z | Downloaded data-encoding v2.9.0 |
| 648 | 2026-02-27T02:08:27.041Z | Downloaded hubpack_derive v0.1.1 |
| 649 | 2026-02-27T02:08:27.044Z | Downloaded futures-channel v0.3.31 |
| 650 | 2026-02-27T02:08:27.048Z | Downloaded hubpack v0.1.2 |
| 651 | 2026-02-27T02:08:27.051Z | Downloaded http-range v0.1.5 |
| 652 | 2026-02-27T02:08:27.054Z | Downloaded instability v0.3.2 |
| 653 | 2026-02-27T02:08:27.057Z | Downloaded foldhash v0.2.0 |
| 654 | 2026-02-27T02:08:27.061Z | Downloaded instant v0.1.13 |
| 655 | 2026-02-27T02:08:27.064Z | Downloaded ciborium v0.2.2 |
| 656 | 2026-02-27T02:08:27.069Z | Downloaded const_format_proc_macros v0.2.34 |
| 657 | 2026-02-27T02:08:27.073Z | Downloaded indoc v1.0.9 |
| 658 | 2026-02-27T02:08:27.078Z | Downloaded is-terminal v0.4.13 |
| 659 | 2026-02-27T02:08:27.081Z | Downloaded csv-core v0.1.11 |
| 660 | 2026-02-27T02:08:27.085Z | Downloaded highway v1.3.0 |
| 661 | 2026-02-27T02:08:27.089Z | Downloaded clang-sys v1.8.1 |
| 662 | 2026-02-27T02:08:27.093Z | Downloaded kstat-rs v0.2.4 |
| 663 | 2026-02-27T02:08:27.096Z | Downloaded lazy_static v1.5.0 |
| 664 | 2026-02-27T02:08:27.100Z | Downloaded libscf-sys v1.1.0 |
| 665 | 2026-02-27T02:08:27.104Z | Downloaded lalrpop-util v0.19.12 |
| 666 | 2026-02-27T02:08:27.107Z | Downloaded lru-cache v0.1.2 |
| 667 | 2026-02-27T02:08:27.110Z | Downloaded humantime v2.2.0 |
| 668 | 2026-02-27T02:08:27.114Z | Downloaded ingot-types v0.1.2 |
| 669 | 2026-02-27T02:08:27.118Z | Downloaded match_cfg v0.1.0 |
| 670 | 2026-02-27T02:08:27.121Z | Downloaded mime v0.3.17 |
| 671 | 2026-02-27T02:08:27.124Z | Downloaded multimap v0.10.1 |
| 672 | 2026-02-27T02:08:27.128Z | Downloaded darling v0.21.0 |
| 673 | 2026-02-27T02:08:27.135Z | Downloaded md-5 v0.10.6 |
| 674 | 2026-02-27T02:08:27.138Z | Downloaded crc-any v2.5.0 |
| 675 | 2026-02-27T02:08:27.142Z | Downloaded memoffset v0.9.1 |
| 676 | 2026-02-27T02:08:27.146Z | Downloaded nodrop v0.1.14 |
| 677 | 2026-02-27T02:08:27.148Z | Downloaded num-conv v0.2.0 |
| 678 | 2026-02-27T02:08:27.151Z | Downloaded num-derive v0.3.3 |
| 679 | 2026-02-27T02:08:27.155Z | Downloaded num v0.4.3 |
| 680 | 2026-02-27T02:08:27.158Z | Downloaded hyper-staticfile v0.10.1 |
| 681 | 2026-02-27T02:08:27.162Z | Downloaded hyper-rustls v0.27.7 |
| 682 | 2026-02-27T02:08:27.166Z | Downloaded num-derive v0.4.2 |
| 683 | 2026-02-27T02:08:27.169Z | Downloaded libz-rs-sys v0.5.1 |
| 684 | 2026-02-27T02:08:27.173Z | Downloaded num_threads v0.1.7 |
| 685 | 2026-02-27T02:08:27.175Z | Downloaded olpc-cjson v0.1.4 |
| 686 | 2026-02-27T02:08:27.178Z | Downloaded openssl-macros v0.1.1 |
| 687 | 2026-02-27T02:08:27.181Z | Downloaded linear-map v1.2.0 |
| 688 | 2026-02-27T02:08:27.184Z | Downloaded ingot-macros v0.1.1 |
| 689 | 2026-02-27T02:08:27.187Z | Downloaded elliptic-curve v0.13.8 |
| 690 | 2026-02-27T02:08:27.192Z | Downloaded oso-derive v0.27.3 |
| 691 | 2026-02-27T02:08:27.195Z | Downloaded mime_guess v2.0.5 |
| 692 | 2026-02-27T02:08:27.198Z | Downloaded half v2.4.1 |
| 693 | 2026-02-27T02:08:27.202Z | Downloaded lock_api v0.4.12 |
| 694 | 2026-02-27T02:08:27.206Z | Downloaded nanorand v0.7.0 |
| 695 | 2026-02-27T02:08:27.209Z | Downloaded multer v3.1.0 |
| 696 | 2026-02-27T02:08:27.213Z | Downloaded chacha20poly1305 v0.10.1 |
| 697 | 2026-02-27T02:08:27.216Z | Downloaded packed_struct_codegen v0.10.1 |
| 698 | 2026-02-27T02:08:27.219Z | Downloaded native-tls v0.2.12 |
| 699 | 2026-02-27T02:08:27.222Z | Downloaded compact_str v0.8.0 |
| 700 | 2026-02-27T02:08:27.227Z | Downloaded peg-runtime v0.8.5 |
| 701 | 2026-02-27T02:08:27.230Z | Downloaded pbkdf2 v0.12.2 |
| 702 | 2026-02-27T02:08:27.232Z | Downloaded libloading v0.8.5 |
| 703 | 2026-02-27T02:08:27.235Z | Downloaded jobserver v0.1.32 |
| 704 | 2026-02-27T02:08:27.239Z | Downloaded num_enum_derive v0.5.11 |
| 705 | 2026-02-27T02:08:27.241Z | Downloaded num-complex v0.4.6 |
| 706 | 2026-02-27T02:08:27.244Z | Downloaded newtype-uuid v1.3.2 |
| 707 | 2026-02-27T02:08:27.247Z | Downloaded pbkdf2 v0.11.0 |
| 708 | 2026-02-27T02:08:27.250Z | Downloaded pin-utils v0.1.0 |
| 709 | 2026-02-27T02:08:27.253Z | Downloaded num-rational v0.4.2 |
| 710 | 2026-02-27T02:08:27.256Z | Downloaded phf_shared v0.12.1 |
| 711 | 2026-02-27T02:08:27.259Z | Downloaded phf_shared v0.11.2 |
| 712 | 2026-02-27T02:08:27.262Z | Downloaded ignore v0.4.23 |
| 713 | 2026-02-27T02:08:27.264Z | Downloaded openssl-probe v0.1.5 |
| 714 | 2026-02-27T02:08:27.267Z | Downloaded oxnet v0.1.4 |
| 715 | 2026-02-27T02:08:27.270Z | Downloaded packed_struct v0.10.1 |
| 716 | 2026-02-27T02:08:27.273Z | Downloaded crossbeam-epoch v0.9.18 |
| 717 | 2026-02-27T02:08:27.276Z | Downloaded predicates-tree v1.0.12 |
| 718 | 2026-02-27T02:08:27.278Z | Downloaded pretty-hex v0.2.1 |
| 719 | 2026-02-27T02:08:27.281Z | Downloaded oxide-update-engine v0.1.0 |
| 720 | 2026-02-27T02:08:27.284Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 721 | 2026-02-27T02:08:27.287Z | Downloaded indexmap v1.9.3 |
| 722 | 2026-02-27T02:08:27.290Z | Downloaded oxide-update-engine-display v0.1.0 |
| 723 | 2026-02-27T02:08:27.293Z | Downloaded progenitor-client v0.11.2 |
| 724 | 2026-02-27T02:08:27.296Z | Downloaded progenitor-client v0.8.0 |
| 725 | 2026-02-27T02:08:27.298Z | Downloaded progenitor-client v0.10.0 |
| 726 | 2026-02-27T02:08:27.302Z | Downloaded psl-types v2.0.11 |
| 727 | 2026-02-27T02:08:27.304Z | Downloaded progenitor-macro v0.13.0 |
| 728 | 2026-02-27T02:08:27.304Z | Downloaded progenitor-macro v0.8.0 |
| 729 | 2026-02-27T02:08:27.307Z | Downloaded progenitor-macro v0.11.2 |
| 730 | 2026-02-27T02:08:27.310Z | Downloaded parse-display-derive v0.10.0 |
| 731 | 2026-02-27T02:08:27.313Z | Downloaded headers v0.4.1 |
| 732 | 2026-02-27T02:08:27.316Z | Downloaded omicron-zone-package v0.12.2 |
| 733 | 2026-02-27T02:08:27.322Z | Downloaded pem-rfc7468 v0.7.0 |
| 734 | 2026-02-27T02:08:27.325Z | Downloaded pem v3.0.5 |
| 735 | 2026-02-27T02:08:27.327Z | Downloaded phf v0.12.1 |
| 736 | 2026-02-27T02:08:27.330Z | Downloaded pkg-config v0.3.31 |
| 737 | 2026-02-27T02:08:27.333Z | Downloaded pin-project-lite v0.2.14 |
| 738 | 2026-02-27T02:08:27.337Z | Downloaded quick-error v1.2.3 |
| 739 | 2026-02-27T02:08:27.340Z | Downloaded litrs v0.4.1 |
| 740 | 2026-02-27T02:08:27.344Z | Downloaded poly1305 v0.8.0 |
| 741 | 2026-02-27T02:08:27.347Z | Downloaded rand_xorshift v0.4.0 |
| 742 | 2026-02-27T02:08:27.350Z | Downloaded flate2 v1.1.2 |
| 743 | 2026-02-27T02:08:27.354Z | Downloaded recursive v0.1.1 |
| 744 | 2026-02-27T02:08:27.356Z | Downloaded pkcs8 v0.10.2 |
| 745 | 2026-02-27T02:08:27.360Z | Downloaded rand_chacha v0.3.1 |
| 746 | 2026-02-27T02:08:27.363Z | Downloaded base64 v0.22.1 |
| 747 | 2026-02-27T02:08:27.366Z | Downloaded proc-macro-error2 v2.0.1 |
| 748 | 2026-02-27T02:08:27.370Z | Downloaded ref-cast-impl v1.0.25 |
| 749 | 2026-02-27T02:08:27.373Z | Downloaded progenitor-client v0.13.0 |
| 750 | 2026-02-27T02:08:27.375Z | Downloaded progenitor-extras v0.1.0 |
| 751 | 2026-02-27T02:08:27.378Z | Downloaded rfc6979 v0.4.0 |
| 752 | 2026-02-27T02:08:27.381Z | Downloaded progenitor-macro v0.10.0 |
| 753 | 2026-02-27T02:08:27.381Z | Downloaded psm v0.1.30 |
| 754 | 2026-02-27T02:08:27.384Z | Downloaded parking_lot v0.12.3 |
| 755 | 2026-02-27T02:08:27.387Z | Downloaded jiff-static v0.2.15 |
| 756 | 2026-02-27T02:08:27.390Z | Downloaded progenitor v0.13.0 |
| 757 | 2026-02-27T02:08:27.393Z | Downloaded radium v0.7.0 |
| 758 | 2026-02-27T02:08:27.396Z | Downloaded quinn-udp v0.5.5 |
| 759 | 2026-02-27T02:08:27.399Z | Downloaded progenitor v0.11.2 |
| 760 | 2026-02-27T02:08:27.402Z | Downloaded rustc-hash v2.1.1 |
| 761 | 2026-02-27T02:08:27.405Z | Downloaded russh-cryptovec v0.7.3 |
| 762 | 2026-02-27T02:08:27.405Z | Downloaded progenitor v0.10.0 |
| 763 | 2026-02-27T02:08:27.407Z | Downloaded polyval v0.6.2 |
| 764 | 2026-02-27T02:08:27.410Z | Downloaded rtoolbox v0.0.2 |
| 765 | 2026-02-27T02:08:27.413Z | Downloaded rustc_version v0.4.1 |
| 766 | 2026-02-27T02:08:27.416Z | Downloaded pkcs1 v0.7.5 |
| 767 | 2026-02-27T02:08:27.419Z | Downloaded oxide-update-engine-types v0.1.0 |
| 768 | 2026-02-27T02:08:27.422Z | Downloaded rand_core v0.9.3 |
| 769 | 2026-02-27T02:08:27.425Z | Downloaded rand_seeder v0.4.0 |
| 770 | 2026-02-27T02:08:27.425Z | Downloaded r2d2 v0.8.10 |
| 771 | 2026-02-27T02:08:27.428Z | Downloaded hashbrown v0.13.2 |
| 772 | 2026-02-27T02:08:27.431Z | Downloaded ed25519-dalek v2.1.1 |
| 773 | 2026-02-27T02:08:27.435Z | Downloaded same-file v1.0.6 |
| 774 | 2026-02-27T02:08:27.438Z | Downloaded postgres-types v0.2.9 |
| 775 | 2026-02-27T02:08:27.441Z | Downloaded sapling-renderdag v0.1.0 |
| 776 | 2026-02-27T02:08:27.443Z | Downloaded scrypt v0.11.0 |
| 777 | 2026-02-27T02:08:27.446Z | Downloaded scroll_derive v0.13.1 |
| 778 | 2026-02-27T02:08:27.449Z | Downloaded progenitor-impl v0.8.0 |
| 779 | 2026-02-27T02:08:27.452Z | Downloaded salsa20 v0.10.2 |
| 780 | 2026-02-27T02:08:27.452Z | Downloaded secrecy v0.8.0 |
| 781 | 2026-02-27T02:08:27.454Z | Downloaded seq-macro v0.3.6 |
| 782 | 2026-02-27T02:08:27.457Z | Downloaded semver v0.1.20 |
| 783 | 2026-02-27T02:08:27.460Z | Downloaded resolv-conf v0.7.0 |
| 784 | 2026-02-27T02:08:27.460Z | Downloaded secrecy v0.10.3 |
| 785 | 2026-02-27T02:08:27.463Z | Downloaded papergrid v0.17.0 |
| 786 | 2026-02-27T02:08:27.467Z | Downloaded serde_repr v0.1.19 |
| 787 | 2026-02-27T02:08:27.470Z | Downloaded hickory-server v0.25.2 |
| 788 | 2026-02-27T02:08:27.475Z | Downloaded serde-big-array v0.5.1 |
| 789 | 2026-02-27T02:08:27.478Z | Downloaded pin-project v1.1.6 |
| 790 | 2026-02-27T02:08:27.488Z | Downloaded serde_urlencoded v0.7.1 |
| 791 | 2026-02-27T02:08:27.491Z | Downloaded sha1 v0.10.6 |
| 792 | 2026-02-27T02:08:27.493Z | Downloaded openssl-sys v0.9.109 |
| 793 | 2026-02-27T02:08:27.497Z | Downloaded sigpipe v0.1.3 |
| 794 | 2026-02-27T02:08:27.500Z | Downloaded signature v2.2.0 |
| 795 | 2026-02-27T02:08:27.504Z | Downloaded siphasher v1.0.1 |
| 796 | 2026-02-27T02:08:27.504Z | Downloaded signal-hook-mio v0.2.4 |
| 797 | 2026-02-27T02:08:27.506Z | Downloaded siphasher v0.3.11 |
| 798 | 2026-02-27T02:08:27.512Z | Downloaded rusty-fork v0.3.0 |
| 799 | 2026-02-27T02:08:27.512Z | Downloaded rand_chacha v0.9.0 |
| 800 | 2026-02-27T02:08:27.514Z | Downloaded simd-adler32 v0.3.7 |
| 801 | 2026-02-27T02:08:27.514Z | Downloaded scroll v0.13.0 |
| 802 | 2026-02-27T02:08:27.517Z | Downloaded shell-words v1.1.0 |
| 803 | 2026-02-27T02:08:27.517Z | Downloaded rustls-pemfile v2.2.0 |
| 804 | 2026-02-27T02:08:27.520Z | Downloaded schemars_derive v0.8.22 |
| 805 | 2026-02-27T02:08:27.523Z | Downloaded serde_bytes v0.11.19 |
| 806 | 2026-02-27T02:08:27.526Z | Downloaded serde_derive_internals v0.29.1 |
| 807 | 2026-02-27T02:08:27.529Z | Downloaded serde-hex v0.1.0 |
| 808 | 2026-02-27T02:08:27.529Z | Downloaded sec1 v0.7.3 |
| 809 | 2026-02-27T02:08:27.533Z | Downloaded aes v0.8.4 |
| 810 | 2026-02-27T02:08:27.535Z | Downloaded slog-envlogger v2.2.0 |
| 811 | 2026-02-27T02:08:27.557Z | Downloaded slog-bunyan v2.5.0 |
| 812 | 2026-02-27T02:08:27.557Z | Downloaded progenitor-impl v0.11.2 |
| 813 | 2026-02-27T02:08:27.557Z | Downloaded progenitor-impl v0.10.0 |
| 814 | 2026-02-27T02:08:27.557Z | Downloaded rustls-pemfile v1.0.4 |
| 815 | 2026-02-27T02:08:27.557Z | Downloaded rustls-pki-types v1.14.0 |
| 816 | 2026-02-27T02:08:27.557Z | Downloaded ssh-encoding v0.2.0 |
| 817 | 2026-02-27T02:08:27.557Z | Downloaded signal-hook-tokio v0.3.1 |
| 818 | 2026-02-27T02:08:27.557Z | Downloaded ssh-cipher v0.2.0 |
| 819 | 2026-02-27T02:08:27.557Z | Downloaded prefix-trie v0.7.0 |
| 820 | 2026-02-27T02:08:27.561Z | Downloaded sqlparser_derive v0.5.0 |
| 821 | 2026-02-27T02:08:27.561Z | Downloaded strip-ansi-escapes v0.2.0 |
| 822 | 2026-02-27T02:08:27.563Z | Downloaded expectorate v1.2.0 |
| 823 | 2026-02-27T02:08:27.566Z | Downloaded strum v0.26.3 |
| 824 | 2026-02-27T02:08:27.566Z | Downloaded shlex v1.3.0 |
| 825 | 2026-02-27T02:08:27.569Z | Downloaded minimal-lexical v0.2.1 |
| 826 | 2026-02-27T02:08:27.573Z | Downloaded structmeta v0.3.0 |
| 827 | 2026-02-27T02:08:27.576Z | Downloaded signal-hook-registry v1.4.2 |
| 828 | 2026-02-27T02:08:27.579Z | Downloaded structmeta-derive v0.3.0 |
| 829 | 2026-02-27T02:08:27.579Z | Downloaded papergrid v0.14.0 |
| 830 | 2026-02-27T02:08:27.582Z | Downloaded subtle v2.6.1 |
| 831 | 2026-02-27T02:08:27.585Z | Downloaded sync_wrapper v1.0.1 |
| 832 | 2026-02-27T02:08:27.588Z | Downloaded rcgen v0.12.1 |
| 833 | 2026-02-27T02:08:27.591Z | Downloaded scheduled-thread-pool v0.2.7 |
| 834 | 2026-02-27T02:08:27.591Z | Downloaded sct v0.7.1 |
| 835 | 2026-02-27T02:08:27.594Z | Downloaded supports-color v3.0.2 |
| 836 | 2026-02-27T02:08:27.597Z | Downloaded sync-ptr v0.1.4 |
| 837 | 2026-02-27T02:08:27.599Z | Downloaded thread-id v5.0.0 |
| 838 | 2026-02-27T02:08:27.600Z | Downloaded termtree v0.5.1 |
| 839 | 2026-02-27T02:08:27.602Z | Downloaded slog-stdlog v4.1.1 |
| 840 | 2026-02-27T02:08:27.603Z | Downloaded slog-scope v4.4.0 |
| 841 | 2026-02-27T02:08:27.606Z | Downloaded tap v1.0.1 |
| 842 | 2026-02-27T02:08:27.609Z | Downloaded spki v0.7.3 |
| 843 | 2026-02-27T02:08:27.609Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 844 | 2026-02-27T02:08:27.612Z | Downloaded testing_table v0.3.0 |
| 845 | 2026-02-27T02:08:27.612Z | Downloaded tabwriter v1.4.0 |
| 846 | 2026-02-27T02:08:27.615Z | Downloaded thread_local v1.1.8 |
| 847 | 2026-02-27T02:08:27.615Z | Downloaded tabled_derive v0.10.0 |
| 848 | 2026-02-27T02:08:27.618Z | Downloaded snafu-derive v0.8.5 |
| 849 | 2026-02-27T02:08:27.618Z | Downloaded tagptr v0.2.0 |
| 850 | 2026-02-27T02:08:27.621Z | Downloaded rustls-platform-verifier v0.6.2 |
| 851 | 2026-02-27T02:08:27.624Z | Downloaded serde_with_macros v3.16.1 |
| 852 | 2026-02-27T02:08:27.626Z | Downloaded sqlformat v0.3.5 |
| 853 | 2026-02-27T02:08:27.629Z | Downloaded ron v0.8.1 |
| 854 | 2026-02-27T02:08:27.633Z | Downloaded string_cache v0.8.9 |
| 855 | 2026-02-27T02:08:27.636Z | Downloaded crossterm v0.29.0 |
| 856 | 2026-02-27T02:08:27.641Z | Downloaded static_assertions v1.1.0 |
| 857 | 2026-02-27T02:08:27.644Z | Downloaded tinyvec_macros v0.1.1 |
| 858 | 2026-02-27T02:08:27.646Z | Downloaded stacker v0.1.23 |
| 859 | 2026-02-27T02:08:27.646Z | Downloaded serde_cbor v0.11.2 |
| 860 | 2026-02-27T02:08:27.650Z | Downloaded stringprep v0.1.5 |
| 861 | 2026-02-27T02:08:27.652Z | Downloaded strum_macros v0.24.3 |
| 862 | 2026-02-27T02:08:27.655Z | Downloaded hashbrown v0.15.4 |
| 863 | 2026-02-27T02:08:27.659Z | Downloaded strum_macros v0.27.2 |
| 864 | 2026-02-27T02:08:27.662Z | Downloaded support-bundle-viewer v0.1.2 |
| 865 | 2026-02-27T02:08:27.662Z | Downloaded itertools v0.10.5 |
| 866 | 2026-02-27T02:08:27.668Z | Downloaded iddqd v0.3.16 |
| 867 | 2026-02-27T02:08:27.674Z | Downloaded termios v0.3.3 |
| 868 | 2026-02-27T02:08:27.677Z | Downloaded thiserror-no-std v2.0.2 |
| 869 | 2026-02-27T02:08:27.680Z | Downloaded topological-sort v0.2.2 |
| 870 | 2026-02-27T02:08:27.683Z | Downloaded tabled_derive v0.11.0 |
| 871 | 2026-02-27T02:08:27.683Z | Downloaded qorb v0.4.1 |
| 872 | 2026-02-27T02:08:27.687Z | Downloaded num-bigint v0.4.6 |
| 873 | 2026-02-27T02:08:27.691Z | Downloaded schemars v0.8.22 |
| 874 | 2026-02-27T02:08:27.702Z | Downloaded try-lock v0.2.5 |
| 875 | 2026-02-27T02:08:27.705Z | Downloaded trait-variant v0.1.2 |
| 876 | 2026-02-27T02:08:27.705Z | Downloaded time-macros v0.2.27 |
| 877 | 2026-02-27T02:08:27.708Z | Downloaded tower-service v0.3.3 |
| 878 | 2026-02-27T02:08:27.708Z | Downloaded tower-layer v0.3.3 |
| 879 | 2026-02-27T02:08:27.711Z | Downloaded tokio-native-tls v0.3.1 |
| 880 | 2026-02-27T02:08:27.713Z | Downloaded similar v2.7.0 |
| 881 | 2026-02-27T02:08:27.716Z | Downloaded typify-macro v0.4.3 |
| 882 | 2026-02-27T02:08:27.719Z | Downloaded rayon-core v1.12.1 |
| 883 | 2026-02-27T02:08:27.722Z | Downloaded typify-macro v0.6.1 |
| 884 | 2026-02-27T02:08:27.722Z | Downloaded tokio-macros v2.6.0 |
| 885 | 2026-02-27T02:08:27.725Z | Downloaded tokio-dtrace v0.1.0 |
| 886 | 2026-02-27T02:08:27.725Z | Downloaded untrusted v0.9.0 |
| 887 | 2026-02-27T02:08:27.727Z | Downloaded subprocess v0.2.9 |
| 888 | 2026-02-27T02:08:27.730Z | Downloaded tls_codec_derive v0.4.1 |
| 889 | 2026-02-27T02:08:27.730Z | Downloaded tokio-rustls v0.25.0 |
| 890 | 2026-02-27T02:08:27.733Z | Downloaded unarray v0.1.4 |
| 891 | 2026-02-27T02:08:27.733Z | Downloaded blake3 v1.5.4 |
| 892 | 2026-02-27T02:08:27.740Z | Downloaded usdt-attr-macro v0.6.0 |
| 893 | 2026-02-27T02:08:27.743Z | Downloaded usdt v0.6.0 |
| 894 | 2026-02-27T02:08:27.743Z | Downloaded untrusted v0.7.1 |
| 895 | 2026-02-27T02:08:27.747Z | Downloaded usdt-macro v0.6.0 |
| 896 | 2026-02-27T02:08:27.747Z | Downloaded universal-hash v0.5.1 |
| 897 | 2026-02-27T02:08:27.747Z | Downloaded spin v0.9.8 |
| 898 | 2026-02-27T02:08:27.750Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 899 | 2026-02-27T02:08:27.750Z | Downloaded term v1.1.0 |
| 900 | 2026-02-27T02:08:27.754Z | Downloaded utf-8 v0.7.6 |
| 901 | 2026-02-27T02:08:27.757Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 902 | 2026-02-27T02:08:27.757Z | Downloaded socket2 v0.6.1 |
| 903 | 2026-02-27T02:08:27.760Z | Downloaded term v0.7.0 |
| 904 | 2026-02-27T02:08:27.763Z | Downloaded itertools v0.13.0 |
| 905 | 2026-02-27T02:08:27.768Z | Downloaded itertools v0.12.1 |
| 906 | 2026-02-27T02:08:27.774Z | Downloaded void v1.0.2 |
| 907 | 2026-02-27T02:08:27.778Z | Downloaded want v0.3.1 |
| 908 | 2026-02-27T02:08:27.778Z | Downloaded waitgroup v0.1.2 |
| 909 | 2026-02-27T02:08:27.778Z | Downloaded wait-timeout v0.2.0 |
| 910 | 2026-02-27T02:08:27.781Z | Downloaded tui-tree-widget v0.23.1 |
| 911 | 2026-02-27T02:08:27.781Z | Downloaded socket2 v0.5.10 |
| 912 | 2026-02-27T02:08:27.784Z | Downloaded futures-util v0.3.31 |
| 913 | 2026-02-27T02:08:27.793Z | Downloaded vte_generate_state_changes v0.1.2 |
| 914 | 2026-02-27T02:08:27.796Z | Downloaded xattr v1.3.1 |
| 915 | 2026-02-27T02:08:27.796Z | Downloaded tiny-keccak v2.0.2 |
| 916 | 2026-02-27T02:08:27.799Z | Downloaded tokio-rustls v0.24.1 |
| 917 | 2026-02-27T02:08:27.802Z | Downloaded aho-corasick v1.1.3 |
| 918 | 2026-02-27T02:08:27.805Z | Downloaded tokio-stream v0.1.17 |
| 919 | 2026-02-27T02:08:27.810Z | Downloaded zeroize_derive v1.4.2 |
| 920 | 2026-02-27T02:08:27.813Z | Downloaded xshell-macros v0.2.7 |
| 921 | 2026-02-27T02:08:27.813Z | Downloaded tokio-rustls v0.26.0 |
| 922 | 2026-02-27T02:08:27.816Z | Downloaded schemars v1.0.4 |
| 923 | 2026-02-27T02:08:27.826Z | Downloaded zone v0.3.1 |
| 924 | 2026-02-27T02:08:27.829Z | Downloaded vergen-git2 v1.0.7 |
| 925 | 2026-02-27T02:08:27.829Z | Downloaded uzers v0.12.1 |
| 926 | 2026-02-27T02:08:27.832Z | Downloaded hyper v1.8.1 |
| 927 | 2026-02-27T02:08:27.837Z | Downloaded num-bigint-dig v0.8.6 |
| 928 | 2026-02-27T02:08:27.841Z | Downloaded snafu v0.8.5 |
| 929 | 2026-02-27T02:08:27.846Z | Downloaded zone_cfg_derive v0.1.2 |
| 930 | 2026-02-27T02:08:27.849Z | Downloaded zone v0.1.8 |
| 931 | 2026-02-27T02:08:27.849Z | Downloaded vsss-rs v3.3.4 |
| 932 | 2026-02-27T02:08:27.852Z | Downloaded zone_cfg_derive v0.3.0 |
| 933 | 2026-02-27T02:08:27.852Z | Downloaded vergen-lib v0.1.6 |
| 934 | 2026-02-27T02:08:27.855Z | Downloaded twox-hash v2.1.0 |
| 935 | 2026-02-27T02:08:27.855Z | Downloaded vergen-gitcl v1.0.8 |
| 936 | 2026-02-27T02:08:27.858Z | Downloaded typify v0.2.0 |
| 937 | 2026-02-27T02:08:27.860Z | Downloaded wyz v0.5.1 |
| 938 | 2026-02-27T02:08:27.861Z | Downloaded tinyvec v1.8.0 |
| 939 | 2026-02-27T02:08:27.863Z | Downloaded unicase v2.8.1 |
| 940 | 2026-02-27T02:08:27.866Z | Downloaded walkdir v2.5.0 |
| 941 | 2026-02-27T02:08:27.866Z | Downloaded samael v0.0.19 |
| 942 | 2026-02-27T02:08:27.872Z | Downloaded itertools v0.14.0 |
| 943 | 2026-02-27T02:08:27.878Z | Downloaded whoami v1.5.2 |
| 944 | 2026-02-27T02:08:27.881Z | Downloaded vergen v9.0.6 |
| 945 | 2026-02-27T02:08:27.884Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 946 | 2026-02-27T02:08:27.887Z | Downloaded zeroize v1.8.1 |
| 947 | 2026-02-27T02:08:27.890Z | Downloaded tar v0.4.44 |
| 948 | 2026-02-27T02:08:27.890Z | Downloaded xz2 v0.1.7 |
| 949 | 2026-02-27T02:08:27.892Z | Downloaded xshell v0.2.7 |
| 950 | 2026-02-27T02:08:27.895Z | Downloaded bitvec v1.0.1 |
| 951 | 2026-02-27T02:08:27.907Z | Downloaded zstd-safe v7.2.3 |
| 952 | 2026-02-27T02:08:27.910Z | Downloaded vte v0.11.1 |
| 953 | 2026-02-27T02:08:27.913Z | Downloaded typify v0.4.3 |
| 954 | 2026-02-27T02:08:27.916Z | Downloaded russh v0.45.0 |
| 955 | 2026-02-27T02:08:27.919Z | Downloaded tungstenite v0.21.0 |
| 956 | 2026-02-27T02:08:27.921Z | Downloaded typify v0.6.1 |
| 957 | 2026-02-27T02:08:27.925Z | Downloaded unsafe-libyaml v0.2.11 |
| 958 | 2026-02-27T02:08:27.927Z | Downloaded unicode-properties v0.1.3 |
| 959 | 2026-02-27T02:08:27.930Z | Downloaded unicode-bidi v0.3.17 |
| 960 | 2026-02-27T02:08:27.933Z | Downloaded tungstenite v0.23.0 |
| 961 | 2026-02-27T02:08:27.936Z | Downloaded steno v0.4.1 |
| 962 | 2026-02-27T02:08:27.939Z | Downloaded rustyline v14.0.0 |
| 963 | 2026-02-27T02:08:27.943Z | Downloaded zerocopy v0.6.6 |
| 964 | 2026-02-27T02:08:27.947Z | Downloaded yasna v0.5.2 |
| 965 | 2026-02-27T02:08:27.950Z | Downloaded value-bag v1.12.0 |
| 966 | 2026-02-27T02:08:27.950Z | Downloaded uuid v1.19.0 |
| 967 | 2026-02-27T02:08:27.953Z | Downloaded rpassword v7.4.0 |
| 968 | 2026-02-27T02:08:27.956Z | Downloaded hkdf v0.12.4 |
| 969 | 2026-02-27T02:08:27.960Z | Downloaded tracing-attributes v0.1.27 |
| 970 | 2026-02-27T02:08:27.960Z | Downloaded zstd v0.13.3 |
| 971 | 2026-02-27T02:08:27.962Z | Downloaded tracing-core v0.1.32 |
| 972 | 2026-02-27T02:08:27.965Z | Downloaded tracing v0.1.40 |
| 973 | 2026-02-27T02:08:27.968Z | Downloaded tokio-postgres v0.7.13 |
| 974 | 2026-02-27T02:08:27.972Z | Downloaded ssh-key v0.6.6 |
| 975 | 2026-02-27T02:08:27.978Z | Downloaded p521 v0.13.3 |
| 976 | 2026-02-27T02:08:27.981Z | Downloaded toml v0.7.8 |
| 977 | 2026-02-27T02:08:27.984Z | Downloaded aws-lc-rs v1.16.0 |
| 978 | 2026-02-27T02:08:27.993Z | Downloaded reedline v0.40.0 |
| 979 | 2026-02-27T02:08:27.999Z | Downloaded h2 v0.4.6 |
| 980 | 2026-02-27T02:08:28.005Z | Downloaded usdt-impl v0.6.0 |
| 981 | 2026-02-27T02:08:28.008Z | Downloaded zopfli v0.8.1 |
| 982 | 2026-02-27T02:08:28.011Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 983 | 2026-02-27T02:08:28.014Z | Downloaded test-strategy v0.4.3 |
| 984 | 2026-02-27T02:08:28.016Z | Downloaded portable-atomic v1.11.0 |
| 985 | 2026-02-27T02:08:28.021Z | Downloaded rustls-webpki v0.103.9 |
| 986 | 2026-02-27T02:08:28.024Z | Downloaded rsa v0.9.8 |
| 987 | 2026-02-27T02:08:28.028Z | Downloaded toml_edit v0.19.15 |
| 988 | 2026-02-27T02:08:28.043Z | Downloaded reqwest v0.13.2 |
| 989 | 2026-02-27T02:08:28.048Z | Downloaded slog v2.8.2 |
| 990 | 2026-02-27T02:08:28.051Z | Downloaded p384 v0.13.1 |
| 991 | 2026-02-27T02:08:28.055Z | Downloaded rayon v1.10.0 |
| 992 | 2026-02-27T02:08:28.063Z | Downloaded goblin v0.10.2 |
| 993 | 2026-02-27T02:08:28.070Z | Downloaded zerocopy-derive v0.8.27 |
| 994 | 2026-02-27T02:08:28.076Z | Downloaded zip v0.6.6 |
| 995 | 2026-02-27T02:08:28.080Z | Downloaded quick-xml v0.37.2 |
| 996 | 2026-02-27T02:08:28.084Z | Downloaded yansi v1.0.1 |
| 997 | 2026-02-27T02:08:28.087Z | Downloaded unicode-segmentation v1.12.0 |
| 998 | 2026-02-27T02:08:28.090Z | Downloaded reqwest v0.12.28 |
| 999 | 2026-02-27T02:08:28.095Z | Downloaded unicode_categories v0.1.1 |
| 1000 | 2026-02-27T02:08:28.099Z | Downloaded chrono v0.4.43 |
| 1001 | 2026-02-27T02:08:28.103Z | Downloaded x509-cert v0.2.5 |
| 1002 | 2026-02-27T02:08:28.108Z | Downloaded tower v0.5.2 |
| 1003 | 2026-02-27T02:08:28.119Z | Downloaded lalrpop v0.19.12 |
| 1004 | 2026-02-27T02:08:28.138Z | Downloaded dropshot v0.16.7 |
| 1005 | 2026-02-27T02:08:28.146Z | Downloaded zip v4.2.0 |
| 1006 | 2026-02-27T02:08:28.150Z | Downloaded unicode-normalization v0.1.24 |
| 1007 | 2026-02-27T02:08:28.153Z | Downloaded tokio-util v0.7.15 |
| 1008 | 2026-02-27T02:08:28.159Z | Downloaded tower-http v0.6.8 |
| 1009 | 2026-02-27T02:08:28.167Z | Downloaded typed-path v0.9.3 |
| 1010 | 2026-02-27T02:08:28.172Z | Downloaded petname v2.0.2 |
| 1011 | 2026-02-27T02:08:28.177Z | Downloaded gimli v0.31.1 |
| 1012 | 2026-02-27T02:08:28.184Z | Downloaded rustls-webpki v0.102.8 |
| 1013 | 2026-02-27T02:08:28.201Z | Downloaded tough v0.20.0 |
| 1014 | 2026-02-27T02:08:28.208Z | Downloaded object v0.30.4 |
| 1015 | 2026-02-27T02:08:28.217Z | Downloaded winnow v0.5.40 |
| 1016 | 2026-02-27T02:08:28.226Z | Downloaded winnow v0.6.26 |
| 1017 | 2026-02-27T02:08:28.232Z | Downloaded openssl v0.10.73 |
| 1018 | 2026-02-27T02:08:28.240Z | Downloaded polar-core v0.27.3 |
| 1019 | 2026-02-27T02:08:28.247Z | Downloaded curve25519-dalek v4.1.3 |
| 1020 | 2026-02-27T02:08:28.254Z | Downloaded nix v0.27.1 |
| 1021 | 2026-02-27T02:08:28.263Z | Downloaded rustls v0.21.12 |
| 1022 | 2026-02-27T02:08:28.273Z | Downloaded diesel v2.2.12 |
| 1023 | 2026-02-27T02:08:28.289Z | Downloaded zlib-rs v0.5.1 |
| 1024 | 2026-02-27T02:08:28.294Z | Downloaded regex-syntax v0.6.29 |
| 1025 | 2026-02-27T02:08:28.300Z | Downloaded nix v0.30.1 |
| 1026 | 2026-02-27T02:08:28.310Z | Downloaded tabled v0.20.0 |
| 1027 | 2026-02-27T02:08:28.326Z | Downloaded smoltcp v0.9.1 |
| 1028 | 2026-02-27T02:08:28.335Z | Downloaded zerocopy v0.8.27 |
| 1029 | 2026-02-27T02:08:28.355Z | Downloaded webpki-roots v1.0.1 |
| 1030 | 2026-02-27T02:08:28.358Z | Downloaded openapiv3 v2.2.0 |
| 1031 | 2026-02-27T02:08:28.367Z | Downloaded smoltcp v0.11.0 |
| 1032 | 2026-02-27T02:08:28.379Z | Downloaded rustls v0.22.4 |
| 1033 | 2026-02-27T02:08:28.390Z | Downloaded rustls v0.23.37 |
| 1034 | 2026-02-27T02:08:28.400Z | Downloaded regex-syntax v0.8.5 |
| 1035 | 2026-02-27T02:08:28.407Z | Downloaded object v0.37.3 |
| 1036 | 2026-02-27T02:08:28.418Z | Downloaded regress v0.10.5 |
| 1037 | 2026-02-27T02:08:28.425Z | Downloaded hickory-proto v0.25.2 |
| 1038 | 2026-02-27T02:08:28.439Z | Downloaded vcpkg v0.2.15 |
| 1039 | 2026-02-27T02:08:28.474Z | Downloaded nix v0.28.0 |
| 1040 | 2026-02-27T02:08:28.484Z | Downloaded sqlparser v0.61.0 |
| 1041 | 2026-02-27T02:08:28.491Z | Downloaded object v0.36.5 |
| 1042 | 2026-02-27T02:08:28.501Z | Downloaded bstr v1.10.0 |
| 1043 | 2026-02-27T02:08:28.509Z | Downloaded typify-impl v0.6.1 |
| 1044 | 2026-02-27T02:08:28.521Z | Downloaded typify-impl v0.2.0 |
| 1045 | 2026-02-27T02:08:28.533Z | Downloaded hickory-proto v0.24.4 |
| 1046 | 2026-02-27T02:08:28.545Z | Downloaded typify-impl v0.4.3 |
| 1047 | 2026-02-27T02:08:28.557Z | Downloaded sled v0.34.7 |
| 1048 | 2026-02-27T02:08:28.566Z | Downloaded time v0.3.47 |
| 1049 | 2026-02-27T02:08:28.577Z | Downloaded zerocopy-derive v0.6.6 |
| 1050 | 2026-02-27T02:08:28.585Z | Downloaded ratatui v0.29.0 |
| 1051 | 2026-02-27T02:08:28.602Z | Downloaded tabled v0.18.0 |
| 1052 | 2026-02-27T02:08:28.617Z | Downloaded nix v0.29.0 |
| 1053 | 2026-02-27T02:08:28.627Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1054 | 2026-02-27T02:08:28.636Z | Downloaded regex-automata v0.4.14 |
| 1055 | 2026-02-27T02:08:28.649Z | Downloaded radix_trie v0.2.1 |
| 1056 | 2026-02-27T02:08:28.653Z | Downloaded quinn-proto v0.11.13 |
| 1057 | 2026-02-27T02:08:28.659Z | Downloaded serde_with v3.16.1 |
| 1058 | 2026-02-27T02:08:28.669Z | Downloaded jiff v0.2.15 |
| 1059 | 2026-02-27T02:08:28.684Z | Downloaded petgraph v0.6.5 |
| 1060 | 2026-02-27T02:08:28.700Z | Downloaded csv v1.3.1 |
| 1061 | 2026-02-27T02:08:28.716Z | Downloaded lzma-sys v0.1.20 |
| 1062 | 2026-02-27T02:08:28.741Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1063 | 2026-02-27T02:08:28.755Z | Downloaded libz-sys v1.1.20 |
| 1064 | 2026-02-27T02:08:28.773Z | Downloaded chrono-tz v0.10.4 |
| 1065 | 2026-02-27T02:08:28.787Z | Downloaded tokio v1.49.0 |
| 1066 | 2026-02-27T02:08:28.821Z | Downloaded petgraph v0.8.2 |
| 1067 | 2026-02-27T02:08:28.838Z | Downloaded salty v0.3.0 |
| 1068 | 2026-02-27T02:08:28.844Z | Downloaded rustls-webpki v0.101.7 |
| 1069 | 2026-02-27T02:08:28.857Z | Downloaded proptest v1.7.0 |
| 1070 | 2026-02-27T02:08:28.864Z | Downloaded moka v0.12.10 |
| 1071 | 2026-02-27T02:08:28.873Z | Downloaded sha3 v0.10.8 |
| 1072 | 2026-02-27T02:08:28.877Z | Downloaded git2 v0.20.2 |
| 1073 | 2026-02-27T02:08:28.884Z | Downloaded regex v1.12.3 |
| 1074 | 2026-02-27T02:08:28.888Z | Downloaded rand v0.9.2 |
| 1075 | 2026-02-27T02:08:28.894Z | Downloaded iri-string v0.7.8 |
| 1076 | 2026-02-27T02:08:28.897Z | Downloaded publicsuffix v2.3.0 |
| 1077 | 2026-02-27T02:08:28.900Z | Downloaded schemars v0.9.0 |
| 1078 | 2026-02-27T02:08:28.910Z | Downloaded unit-prefix v0.5.1 |
| 1079 | 2026-02-27T02:08:28.913Z | Downloaded unicode-truncate v1.1.0 |
| 1080 | 2026-02-27T02:08:28.913Z | Downloaded tokio-tungstenite v0.23.1 |
| 1081 | 2026-02-27T02:08:28.916Z | Downloaded tokio-tungstenite v0.21.0 |
| 1082 | 2026-02-27T02:08:28.916Z | Downloaded mio v1.0.2 |
| 1083 | 2026-02-27T02:08:28.920Z | Downloaded tls_codec v0.4.1 |
| 1084 | 2026-02-27T02:08:28.923Z | Downloaded libxml v0.3.3 |
| 1085 | 2026-02-27T02:08:28.927Z | Downloaded typify-macro v0.2.0 |
| 1086 | 2026-02-27T02:08:28.931Z | Downloaded pretty_assertions v1.4.1 |
| 1087 | 2026-02-27T02:08:28.931Z | Downloaded time-core v0.1.8 |
| 1088 | 2026-02-27T02:08:28.931Z | Downloaded signal-hook v0.3.18 |
| 1089 | 2026-02-27T02:08:28.934Z | Downloaded encoding_rs v0.8.34 |
| 1090 | 2026-02-27T02:08:28.950Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1091 | 2026-02-27T02:08:28.953Z | Downloaded rand v0.8.5 |
| 1092 | 2026-02-27T02:08:28.956Z | Downloaded quinn v0.11.9 |
| 1093 | 2026-02-27T02:08:28.959Z | Downloaded nom v7.1.3 |
| 1094 | 2026-02-27T02:08:28.963Z | Downloaded strum_macros v0.26.4 |
| 1095 | 2026-02-27T02:08:28.966Z | Downloaded russh-keys v0.45.0 |
| 1096 | 2026-02-27T02:08:28.969Z | Downloaded ron v0.7.1 |
| 1097 | 2026-02-27T02:08:28.972Z | Downloaded libm v0.2.8 |
| 1098 | 2026-02-27T02:08:28.977Z | Downloaded smallvec v0.6.14 |
| 1099 | 2026-02-27T02:08:28.980Z | Downloaded take_mut v0.2.2 |
| 1100 | 2026-02-27T02:08:28.980Z | Downloaded smf v0.2.3 |
| 1101 | 2026-02-27T02:08:28.980Z | Downloaded slog-term v2.9.2 |
| 1102 | 2026-02-27T02:08:28.983Z | Downloaded slog-json v2.6.1 |
| 1103 | 2026-02-27T02:08:28.983Z | Downloaded slog-dtrace v0.3.0 |
| 1104 | 2026-02-27T02:08:28.986Z | Downloaded slog-async v2.8.0 |
| 1105 | 2026-02-27T02:08:28.986Z | Downloaded hyper-util v0.1.19 |
| 1106 | 2026-02-27T02:08:28.990Z | Downloaded ryu v1.0.18 |
| 1107 | 2026-02-27T02:08:28.993Z | Downloaded progenitor-impl v0.13.0 |
| 1108 | 2026-02-27T02:08:28.996Z | Downloaded prettyplease v0.2.36 |
| 1109 | 2026-02-27T02:08:28.999Z | Downloaded aes-gcm v0.10.3 |
| 1110 | 2026-02-27T02:08:29.003Z | Downloaded ring v0.17.14 |
| 1111 | 2026-02-27T02:08:29.036Z | Downloaded strum v0.27.2 |
| 1112 | 2026-02-27T02:08:29.039Z | Downloaded crossterm v0.28.1 |
| 1113 | 2026-02-27T02:08:29.042Z | Downloaded serde_path_to_error v0.1.20 |
| 1114 | 2026-02-27T02:08:29.045Z | Downloaded slab v0.4.9 |
| 1115 | 2026-02-27T02:08:29.045Z | Downloaded serde_spanned v1.0.4 |
| 1116 | 2026-02-27T02:08:29.048Z | Downloaded serde_plain v1.0.2 |
| 1117 | 2026-02-27T02:08:29.048Z | Downloaded rustversion v1.0.22 |
| 1118 | 2026-02-27T02:08:29.051Z | Downloaded rustls-native-certs v0.8.1 |
| 1119 | 2026-02-27T02:08:29.051Z | Downloaded rustc_version v0.1.7 |
| 1120 | 2026-02-27T02:08:29.054Z | Downloaded rustc-demangle v0.1.24 |
| 1121 | 2026-02-27T02:08:29.054Z | Downloaded http v1.4.0 |
| 1122 | 2026-02-27T02:08:29.057Z | Downloaded hickory-resolver v0.25.2 |
| 1123 | 2026-02-27T02:08:29.060Z | Downloaded hickory-resolver v0.24.4 |
| 1124 | 2026-02-27T02:08:29.063Z | Downloaded scopeguard v1.2.0 |
| 1125 | 2026-02-27T02:08:29.066Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1126 | 2026-02-27T02:08:29.113Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1127 | 2026-02-27T02:08:29.116Z | Downloaded rand_core v0.6.4 |
| 1128 | 2026-02-27T02:08:29.116Z | Downloaded postcard v1.0.10 |
| 1129 | 2026-02-27T02:08:29.118Z | Downloaded p256 v0.13.2 |
| 1130 | 2026-02-27T02:08:29.121Z | Downloaded ppv-lite86 v0.2.20 |
| 1131 | 2026-02-27T02:08:29.121Z | Downloaded oso v0.27.3 |
| 1132 | 2026-02-27T02:08:29.124Z | Downloaded pkcs5 v0.7.1 |
| 1133 | 2026-02-27T02:08:29.127Z | Downloaded hashbrown v0.12.3 |
| 1134 | 2026-02-27T02:08:29.130Z | Downloaded nu-ansi-term v0.50.1 |
| 1135 | 2026-02-27T02:08:29.133Z | Downloaded miniz_oxide v0.8.5 |
| 1136 | 2026-02-27T02:08:29.135Z | Downloaded ref-cast v1.0.25 |
| 1137 | 2026-02-27T02:08:29.136Z | Downloaded password-hash v0.4.2 |
| 1138 | 2026-02-27T02:08:29.138Z | Downloaded indicatif v0.17.11 |
| 1139 | 2026-02-27T02:08:29.141Z | Downloaded primeorder v0.13.6 |
| 1140 | 2026-02-27T02:08:29.141Z | Downloaded predicates v3.1.3 |
| 1141 | 2026-02-27T02:08:29.144Z | Downloaded postgres-protocol v0.6.8 |
| 1142 | 2026-02-27T02:08:29.147Z | Downloaded owo-colors v4.2.3 |
| 1143 | 2026-02-27T02:08:29.147Z | Downloaded parking_lot v0.11.2 |
| 1144 | 2026-02-27T02:08:29.150Z | Downloaded heapless v0.7.17 |
| 1145 | 2026-02-27T02:08:29.153Z | Downloaded der v0.7.10 |
| 1146 | 2026-02-27T02:08:29.156Z | Downloaded indicatif v0.18.0 |
| 1147 | 2026-02-27T02:08:29.159Z | Downloaded pin-project-internal v1.1.6 |
| 1148 | 2026-02-27T02:08:29.162Z | Downloaded phf v0.11.2 |
| 1149 | 2026-02-27T02:08:29.162Z | Downloaded num_enum v0.5.11 |
| 1150 | 2026-02-27T02:08:29.166Z | Downloaded peg v0.8.5 |
| 1151 | 2026-02-27T02:08:29.169Z | Downloaded num-integer v0.1.46 |
| 1152 | 2026-02-27T02:08:29.172Z | Downloaded parking_lot_core v0.9.10 |
| 1153 | 2026-02-27T02:08:29.174Z | Downloaded peg-macros v0.8.5 |
| 1154 | 2026-02-27T02:08:29.174Z | Downloaded paste v1.0.15 |
| 1155 | 2026-02-27T02:08:29.177Z | Downloaded parking_lot_core v0.8.6 |
| 1156 | 2026-02-27T02:08:29.180Z | Downloaded heapless v0.8.0 |
| 1157 | 2026-02-27T02:08:29.183Z | Downloaded progenitor v0.8.0 |
| 1158 | 2026-02-27T02:08:29.183Z | Downloaded proc-macro-crate v1.3.1 |
| 1159 | 2026-02-27T02:08:29.183Z | Downloaded password-hash v0.5.0 |
| 1160 | 2026-02-27T02:08:29.185Z | Downloaded base64 v0.21.7 |
| 1161 | 2026-02-27T02:08:29.188Z | Downloaded precomputed-hash v0.1.1 |
| 1162 | 2026-02-27T02:08:29.188Z | Downloaded const_format v0.2.34 |
| 1163 | 2026-02-27T02:08:29.191Z | Downloaded bumpalo v3.16.0 |
| 1164 | 2026-02-27T02:08:29.194Z | Downloaded backtrace v0.3.74 |
| 1165 | 2026-02-27T02:08:29.197Z | Downloaded ar_archive_writer v0.5.1 |
| 1166 | 2026-02-27T02:08:29.200Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1167 | 2026-02-27T02:08:29.202Z | Downloaded memmap2 v0.9.8 |
| 1168 | 2026-02-27T02:08:29.203Z | Downloaded predicates-core v1.0.8 |
| 1169 | 2026-02-27T02:08:29.205Z | Downloaded powerfmt v0.2.0 |
| 1170 | 2026-02-27T02:08:29.205Z | Downloaded cc v1.2.56 |
| 1171 | 2026-02-27T02:08:29.208Z | Downloaded darling_core v0.21.0 |
| 1172 | 2026-02-27T02:08:29.211Z | Downloaded flume v0.11.1 |
| 1173 | 2026-02-27T02:08:29.214Z | Downloaded path-slash v0.1.5 |
| 1174 | 2026-02-27T02:08:29.239Z | Downloaded parse-size v1.1.0 |
| 1175 | 2026-02-27T02:08:29.239Z | Downloaded parse-display v0.10.0 |
| 1176 | 2026-02-27T02:08:29.239Z | Downloaded bytes v1.11.1 |
| 1177 | 2026-02-27T02:08:29.239Z | Downloaded maybe-uninit v2.0.0 |
| 1178 | 2026-02-27T02:08:29.239Z | Downloaded arc-swap v1.7.1 |
| 1179 | 2026-02-27T02:08:29.239Z | Downloaded futures v0.3.31 |
| 1180 | 2026-02-27T02:08:29.239Z | Downloaded fs_extra v1.3.0 |
| 1181 | 2026-02-27T02:08:29.239Z | Downloaded iana-time-zone v0.1.63 |
| 1182 | 2026-02-27T02:08:29.239Z | Downloaded hickory-client v0.25.2 |
| 1183 | 2026-02-27T02:08:29.239Z | Downloaded opaque-debug v0.3.1 |
| 1184 | 2026-02-27T02:08:29.239Z | Downloaded number_prefix v0.4.0 |
| 1185 | 2026-02-27T02:08:29.239Z | Downloaded fatfs v0.3.6 |
| 1186 | 2026-02-27T02:08:29.240Z | Downloaded darling_core v0.20.10 |
| 1187 | 2026-02-27T02:08:29.242Z | Downloaded num-iter v0.1.45 |
| 1188 | 2026-02-27T02:08:29.243Z | Downloaded libsw-core v0.3.1 |
| 1189 | 2026-02-27T02:08:29.243Z | Downloaded libsw v3.5.0 |
| 1190 | 2026-02-27T02:08:29.246Z | Downloaded libefi-sys v0.1.0 |
| 1191 | 2026-02-27T02:08:29.246Z | Downloaded nibble_vec v0.1.0 |
| 1192 | 2026-02-27T02:08:29.246Z | Downloaded hmac v0.12.1 |
| 1193 | 2026-02-27T02:08:29.248Z | Downloaded httparse v1.9.5 |
| 1194 | 2026-02-27T02:08:29.251Z | Downloaded normalize-line-endings v0.3.0 |
| 1195 | 2026-02-27T02:08:29.252Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1196 | 2026-02-27T02:08:29.252Z | Downloaded indoc v2.0.6 |
| 1197 | 2026-02-27T02:08:29.254Z | Downloaded getrandom v0.2.15 |
| 1198 | 2026-02-27T02:08:29.257Z | Downloaded newtype_derive v0.1.6 |
| 1199 | 2026-02-27T02:08:29.257Z | Downloaded diff v0.1.13 |
| 1200 | 2026-02-27T02:08:29.260Z | Downloaded backon v1.6.0 |
| 1201 | 2026-02-27T02:08:29.263Z | Downloaded nonempty v0.12.0 |
| 1202 | 2026-02-27T02:08:29.263Z | Downloaded newline-converter v0.3.0 |
| 1203 | 2026-02-27T02:08:29.263Z | Downloaded new_debug_unreachable v1.0.6 |
| 1204 | 2026-02-27T02:08:29.266Z | Downloaded ipnet v2.11.0 |
| 1205 | 2026-02-27T02:08:29.266Z | Downloaded md5 v0.7.0 |
| 1206 | 2026-02-27T02:08:29.266Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1207 | 2026-02-27T02:08:29.269Z | Downloaded console v0.15.10 |
| 1208 | 2026-02-27T02:08:29.272Z | Downloaded allocator-api2 v0.2.21 |
| 1209 | 2026-02-27T02:08:29.272Z | Downloaded ipnetwork v0.21.1 |
| 1210 | 2026-02-27T02:08:29.275Z | Downloaded derive-where v1.5.0 |
| 1211 | 2026-02-27T02:08:29.278Z | Downloaded der_derive v0.7.3 |
| 1212 | 2026-02-27T02:08:29.278Z | Downloaded crc32fast v1.4.2 |
| 1213 | 2026-02-27T02:08:29.281Z | Downloaded derive_builder v0.20.2 |
| 1214 | 2026-02-27T02:08:29.284Z | Downloaded defmt v0.3.8 |
| 1215 | 2026-02-27T02:08:29.286Z | Downloaded maplit v1.0.2 |
| 1216 | 2026-02-27T02:08:29.286Z | Downloaded lzss v0.8.2 |
| 1217 | 2026-02-27T02:08:29.289Z | Downloaded managed v0.8.0 |
| 1218 | 2026-02-27T02:08:29.289Z | Downloaded lru-slab v0.1.2 |
| 1219 | 2026-02-27T02:08:29.292Z | Downloaded linked-hash-map v0.5.6 |
| 1220 | 2026-02-27T02:08:29.292Z | Downloaded crossbeam-utils v0.8.21 |
| 1221 | 2026-02-27T02:08:29.295Z | Downloaded ingot v0.1.1 |
| 1222 | 2026-02-27T02:08:29.295Z | Downloaded http-body-util v0.1.3 |
| 1223 | 2026-02-27T02:08:29.298Z | Downloaded embedded-io v0.6.1 |
| 1224 | 2026-02-27T02:08:29.298Z | Downloaded lru v0.12.5 |
| 1225 | 2026-02-27T02:08:29.298Z | Downloaded lockfree-object-pool v0.1.6 |
| 1226 | 2026-02-27T02:08:29.301Z | Downloaded half v1.8.3 |
| 1227 | 2026-02-27T02:08:29.305Z | Downloaded keccak v0.1.5 |
| 1228 | 2026-02-27T02:08:29.305Z | Downloaded is_ci v1.2.0 |
| 1229 | 2026-02-27T02:08:29.305Z | Downloaded colored v3.0.0 |
| 1230 | 2026-02-27T02:08:29.308Z | Downloaded bzip2 v0.5.2 |
| 1231 | 2026-02-27T02:08:29.308Z | Downloaded bcs v0.1.6 |
| 1232 | 2026-02-27T02:08:29.311Z | Downloaded internet-checksum v0.2.1 |
| 1233 | 2026-02-27T02:08:29.311Z | Downloaded inout v0.1.3 |
| 1234 | 2026-02-27T02:08:29.311Z | Downloaded cookie_store v0.22.1 |
| 1235 | 2026-02-27T02:08:29.314Z | Downloaded cookie v0.18.1 |
| 1236 | 2026-02-27T02:08:29.315Z | Downloaded colored v2.2.0 |
| 1237 | 2026-02-27T02:08:29.317Z | Downloaded cargo_metadata v0.19.2 |
| 1238 | 2026-02-27T02:08:29.317Z | Downloaded indent_write v2.2.0 |
| 1239 | 2026-02-27T02:08:29.320Z | Downloaded ident_case v1.0.1 |
| 1240 | 2026-02-27T02:08:29.320Z | Downloaded hyper-tls v0.6.0 |
| 1241 | 2026-02-27T02:08:29.320Z | Downloaded cancel-safe-futures v0.1.5 |
| 1242 | 2026-02-27T02:08:29.323Z | Downloaded async-bb8-diesel v0.2.1 |
| 1243 | 2026-02-27T02:08:29.326Z | Downloaded filetime v0.2.26 |
| 1244 | 2026-02-27T02:08:29.326Z | Downloaded derive-ex v0.1.8 |
| 1245 | 2026-02-27T02:08:29.329Z | Downloaded darling v0.20.10 |
| 1246 | 2026-02-27T02:08:29.331Z | Downloaded deranged v0.5.3 |
| 1247 | 2026-02-27T02:08:29.332Z | Downloaded daft v0.1.4 |
| 1248 | 2026-02-27T02:08:29.334Z | Downloaded group v0.13.0 |
| 1249 | 2026-02-27T02:08:29.334Z | Downloaded globset v0.4.15 |
| 1250 | 2026-02-27T02:08:29.337Z | Downloaded glob v0.3.2 |
| 1251 | 2026-02-27T02:08:29.337Z | Downloaded fs-err v2.11.0 |
| 1252 | 2026-02-27T02:08:29.340Z | Downloaded ed25519 v2.2.3 |
| 1253 | 2026-02-27T02:08:29.340Z | Downloaded derive_builder_core v0.20.2 |
| 1254 | 2026-02-27T02:08:29.343Z | Downloaded daft-derive v0.1.4 |
| 1255 | 2026-02-27T02:08:29.345Z | Downloaded httpdate v1.0.3 |
| 1256 | 2026-02-27T02:08:29.345Z | Downloaded heck v0.3.3 |
| 1257 | 2026-02-27T02:08:29.348Z | Downloaded futures-core v0.3.32 |
| 1258 | 2026-02-27T02:08:29.348Z | Downloaded find-msvc-tools v0.1.9 |
| 1259 | 2026-02-27T02:08:29.348Z | Downloaded ena v0.14.3 |
| 1260 | 2026-02-27T02:08:29.351Z | Downloaded defmt-macros v0.3.9 |
| 1261 | 2026-02-27T02:08:29.354Z | Downloaded bzip2 v0.4.4 |
| 1262 | 2026-02-27T02:08:29.354Z | Downloaded bitfield v0.19.2 |
| 1263 | 2026-02-27T02:08:29.356Z | Downloaded base64 v0.13.1 |
| 1264 | 2026-02-27T02:08:29.359Z | Downloaded crunchy v0.2.2 |
| 1265 | 2026-02-27T02:08:29.359Z | Downloaded hostname v0.3.1 |
| 1266 | 2026-02-27T02:08:29.359Z | Downloaded critical-section v1.1.3 |
| 1267 | 2026-02-27T02:08:29.362Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1268 | 2026-02-27T02:08:29.362Z | Downloaded blowfish v0.9.1 |
| 1269 | 2026-02-27T02:08:29.366Z | Downloaded home v0.5.9 |
| 1270 | 2026-02-27T02:08:29.366Z | Downloaded convert_case v0.7.1 |
| 1271 | 2026-02-27T02:08:29.366Z | Downloaded cmake v0.1.57 |
| 1272 | 2026-02-27T02:08:29.369Z | Downloaded cbc v0.1.2 |
| 1273 | 2026-02-27T02:08:29.369Z | Downloaded hex v0.4.3 |
| 1274 | 2026-02-27T02:08:29.369Z | Downloaded headers-core v0.3.0 |
| 1275 | 2026-02-27T02:08:29.369Z | Downloaded futures-executor v0.3.31 |
| 1276 | 2026-02-27T02:08:29.372Z | Downloaded fixedbitset v0.5.7 |
| 1277 | 2026-02-27T02:08:29.372Z | Downloaded corncobs v0.1.4 |
| 1278 | 2026-02-27T02:08:29.375Z | Downloaded cipher v0.4.4 |
| 1279 | 2026-02-27T02:08:29.375Z | Downloaded bitflags v1.3.2 |
| 1280 | 2026-02-27T02:08:29.378Z | Downloaded bit-vec v0.8.0 |
| 1281 | 2026-02-27T02:08:29.378Z | Downloaded argon2 v0.5.3 |
| 1282 | 2026-02-27T02:08:29.380Z | Downloaded env_logger v0.11.8 |
| 1283 | 2026-02-27T02:08:29.383Z | Downloaded ecdsa v0.16.9 |
| 1284 | 2026-02-27T02:08:29.383Z | Downloaded derive_more v2.0.1 |
| 1285 | 2026-02-27T02:08:29.390Z | Downloaded ctr v0.9.2 |
| 1286 | 2026-02-27T02:08:29.393Z | Downloaded cexpr v0.6.0 |
| 1287 | 2026-02-27T02:08:29.396Z | Downloaded backoff v0.4.0 |
| 1288 | 2026-02-27T02:08:29.396Z | Downloaded float-ord v0.3.2 |
| 1289 | 2026-02-27T02:08:29.396Z | Downloaded futures-sink v0.3.31 |
| 1290 | 2026-02-27T02:08:29.398Z | Downloaded cassowary v0.3.0 |
| 1291 | 2026-02-27T02:08:29.398Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1292 | 2026-02-27T02:08:29.398Z | Downloaded async-trait v0.1.89 |
| 1293 | 2026-02-27T02:08:29.401Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1294 | 2026-02-27T02:08:29.404Z | Downloaded ghash v0.5.1 |
| 1295 | 2026-02-27T02:08:29.404Z | Downloaded gethostname v0.5.0 |
| 1296 | 2026-02-27T02:08:29.404Z | Downloaded fxhash v0.2.1 |
| 1297 | 2026-02-27T02:08:29.404Z | Downloaded futures-task v0.3.31 |
| 1298 | 2026-02-27T02:08:29.407Z | Downloaded float-cmp v0.10.0 |
| 1299 | 2026-02-27T02:08:29.407Z | Downloaded dunce v1.0.5 |
| 1300 | 2026-02-27T02:08:29.407Z | Downloaded defmt-parser v0.3.4 |
| 1301 | 2026-02-27T02:08:29.410Z | Downloaded darling_macro v0.20.10 |
| 1302 | 2026-02-27T02:08:29.410Z | Downloaded console v0.16.0 |
| 1303 | 2026-02-27T02:08:29.410Z | Downloaded blake2 v0.10.6 |
| 1304 | 2026-02-27T02:08:29.413Z | Downloaded arrayvec v0.7.6 |
| 1305 | 2026-02-27T02:08:29.416Z | Downloaded foreign-types-shared v0.1.1 |
| 1306 | 2026-02-27T02:08:29.416Z | Downloaded atomic-waker v1.1.2 |
| 1307 | 2026-02-27T02:08:29.416Z | Downloaded adler2 v2.0.0 |
| 1308 | 2026-02-27T02:08:29.419Z | Downloaded bit-set v0.8.0 |
| 1309 | 2026-02-27T02:08:29.419Z | Downloaded array-init v0.0.4 |
| 1310 | 2026-02-27T02:08:29.419Z | Downloaded crc8 v0.1.1 |
| 1311 | 2026-02-27T02:08:29.419Z | Downloaded ciborium-io v0.2.2 |
| 1312 | 2026-02-27T02:08:29.419Z | Downloaded block-padding v0.3.3 |
| 1313 | 2026-02-27T02:08:29.422Z | Downloaded crossbeam-deque v0.8.5 |
| 1314 | 2026-02-27T02:08:29.422Z | Downloaded bb8 v0.8.5 |
| 1315 | 2026-02-27T02:08:29.422Z | Downloaded embedded-io v0.4.0 |
| 1316 | 2026-02-27T02:08:29.424Z | Downloaded dyn-clone v1.0.20 |
| 1317 | 2026-02-27T02:08:29.424Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1318 | 2026-02-27T02:08:29.428Z | Downloaded atomicwrites v0.4.4 |
| 1319 | 2026-02-27T02:08:29.428Z | Downloaded fixedbitset v0.4.2 |
| 1320 | 2026-02-27T02:08:29.428Z | Downloaded futures-io v0.3.31 |
| 1321 | 2026-02-27T02:08:29.428Z | Downloaded erased-serde v0.3.31 |
| 1322 | 2026-02-27T02:08:29.430Z | Downloaded cstr-argument v0.1.2 |
| 1323 | 2026-02-27T02:08:29.430Z | Downloaded crc v3.2.1 |
| 1324 | 2026-02-27T02:08:29.433Z | Downloaded castaway v0.2.3 |
| 1325 | 2026-02-27T02:08:29.434Z | Downloaded base16ct v0.2.0 |
| 1326 | 2026-02-27T02:08:29.436Z | Downloaded async-recursion v1.1.1 |
| 1327 | 2026-02-27T02:08:29.439Z | Downloaded aead v0.5.2 |
| 1328 | 2026-02-27T02:08:29.439Z | Downloaded debug-ignore v1.0.5 |
| 1329 | 2026-02-27T02:08:29.439Z | Downloaded cobs v0.2.3 |
| 1330 | 2026-02-27T02:08:29.442Z | Downloaded diesel_derives v2.2.3 |
| 1331 | 2026-02-27T02:08:29.445Z | Downloaded diesel-dtrace v0.4.2 |
| 1332 | 2026-02-27T02:08:29.445Z | Downloaded dsl_auto_type v0.1.2 |
| 1333 | 2026-02-27T02:08:29.448Z | Downloaded drift v0.1.3 |
| 1334 | 2026-02-27T02:08:29.451Z | Downloaded dof v0.4.0 |
| 1335 | 2026-02-27T02:08:29.453Z | Downloaded display-error-chain v0.2.2 |
| 1336 | 2026-02-27T02:08:29.453Z | Downloaded derive_builder_macro v0.20.2 |
| 1337 | 2026-02-27T02:08:29.453Z | Downloaded derive_more v0.99.20 |
| 1338 | 2026-02-27T02:08:29.456Z | Downloaded des v0.8.1 |
| 1339 | 2026-02-27T02:08:29.459Z | Downloaded constant_time_eq v0.3.1 |
| 1340 | 2026-02-27T02:08:29.459Z | Downloaded const-oid v0.9.6 |
| 1341 | 2026-02-27T02:08:29.462Z | Downloaded cfg_aliases v0.1.1 |
| 1342 | 2026-02-27T02:08:29.462Z | Downloaded ahash v0.8.12 |
| 1343 | 2026-02-27T02:08:29.465Z | Downloaded crc-catalog v2.4.0 |
| 1344 | 2026-02-27T02:08:29.465Z | Downloaded ascii-canvas v3.0.0 |
| 1345 | 2026-02-27T02:08:29.465Z | Downloaded crypto-bigint v0.5.5 |
| 1346 | 2026-02-27T02:08:29.470Z | Downloaded buf-list v1.0.3 |
| 1347 | 2026-02-27T02:08:29.473Z | Downloaded bit-vec v0.6.3 |
| 1348 | 2026-02-27T02:08:29.473Z | Downloaded base64ct v1.6.0 |
| 1349 | 2026-02-27T02:08:29.476Z | Downloaded async-stream-impl v0.3.6 |
| 1350 | 2026-02-27T02:08:29.476Z | Downloaded convert_case v0.4.0 |
| 1351 | 2026-02-27T02:08:29.476Z | Downloaded async-stream v0.3.6 |
| 1352 | 2026-02-27T02:08:29.479Z | Downloaded flagset v0.4.6 |
| 1353 | 2026-02-27T02:08:29.479Z | Downloaded bitfield-macros v0.19.2 |
| 1354 | 2026-02-27T02:08:29.483Z | Downloaded bindgen v0.71.1 |
| 1355 | 2026-02-27T02:08:29.486Z | Downloaded assert_matches v1.5.0 |
| 1356 | 2026-02-27T02:08:29.486Z | Downloaded arrayref v0.3.9 |
| 1357 | 2026-02-27T02:08:29.746Z | Downloaded aws-lc-sys v0.37.1 |
| 1358 | 2026-02-27T02:08:30.089Z | Compiling value-bag v1.12.0 |
| 1359 | 2026-02-27T02:08:30.092Z | Compiling shlex v1.3.0 |
| 1360 | 2026-02-27T02:08:30.092Z | Compiling find-msvc-tools v0.1.9 |
| 1361 | 2026-02-27T02:08:30.092Z | Compiling smallvec v1.15.1 |
| 1362 | 2026-02-27T02:08:30.092Z | Compiling syn v2.0.117 |
| 1363 | 2026-02-27T02:08:30.092Z | Compiling getrandom v0.2.15 |
| 1364 | 2026-02-27T02:08:30.092Z | Compiling jobserver v0.1.32 |
| 1365 | 2026-02-27T02:08:30.261Z | Compiling typenum v1.17.0 |
| 1366 | 2026-02-27T02:08:30.643Z | Compiling log v0.4.29 |
| 1367 | 2026-02-27T02:08:30.665Z | Compiling rand_core v0.6.4 |
| 1368 | 2026-02-27T02:08:30.744Z | Compiling cc v1.2.56 |
| 1369 | 2026-02-27T02:08:30.767Z | Compiling generic-array v0.14.7 |
| 1370 | 2026-02-27T02:08:30.770Z | Compiling lock_api v0.4.12 |
| 1371 | 2026-02-27T02:08:31.138Z | Compiling scopeguard v1.2.0 |
| 1372 | 2026-02-27T02:08:31.188Z | Compiling subtle v2.6.1 |
| 1373 | 2026-02-27T02:08:31.233Z | Compiling portable-atomic v1.11.0 |
| 1374 | 2026-02-27T02:08:31.264Z | Compiling critical-section v1.1.3 |
| 1375 | 2026-02-27T02:08:31.312Z | Compiling const-oid v0.9.6 |
| 1376 | 2026-02-27T02:08:31.420Z | Compiling serde_json v1.0.149 |
| 1377 | 2026-02-27T02:08:31.561Z | Compiling pkg-config v0.3.31 |
| 1378 | 2026-02-27T02:08:31.892Z | Compiling getrandom v0.3.4 |
| 1379 | 2026-02-27T02:08:31.991Z | Compiling pin-project-lite v0.2.14 |
| 1380 | 2026-02-27T02:08:32.146Z | Compiling parking_lot_core v0.9.10 |
| 1381 | 2026-02-27T02:08:32.969Z | Compiling signal-hook-registry v1.4.2 |
| 1382 | 2026-02-27T02:08:33.387Z | Compiling libm v0.2.8 |
| 1383 | 2026-02-27T02:08:33.408Z | Compiling allocator-api2 v0.2.21 |
| 1384 | 2026-02-27T02:08:33.670Z | Compiling once_cell v1.21.3 |
| 1385 | 2026-02-27T02:08:33.704Z | Compiling parking_lot v0.12.3 |
| 1386 | 2026-02-27T02:08:33.748Z | Compiling mio v1.0.2 |
| 1387 | 2026-02-27T02:08:33.801Z | Compiling num-traits v0.2.19 |
| 1388 | 2026-02-27T02:08:34.082Z | Compiling futures-core v0.3.32 |
| 1389 | 2026-02-27T02:08:34.360Z | Compiling percent-encoding v2.3.2 |
| 1390 | 2026-02-27T02:08:34.426Z | Compiling socket2 v0.6.1 |
| 1391 | 2026-02-27T02:08:34.526Z | Compiling slab v0.4.9 |
| 1392 | 2026-02-27T02:08:34.563Z | Compiling cpufeatures v0.2.14 |
| 1393 | 2026-02-27T02:08:34.686Z | Compiling foldhash v0.2.0 |
| 1394 | 2026-02-27T02:08:34.715Z | Compiling futures-sink v0.3.31 |
| 1395 | 2026-02-27T02:08:34.798Z | Compiling futures-io v0.3.31 |
| 1396 | 2026-02-27T02:08:34.897Z | Compiling futures-channel v0.3.31 |
| 1397 | 2026-02-27T02:08:35.096Z | Compiling hashbrown v0.16.1 |
| 1398 | 2026-02-27T02:08:35.331Z | Compiling pin-utils v0.1.0 |
| 1399 | 2026-02-27T02:08:35.356Z | Compiling futures-task v0.3.31 |
| 1400 | 2026-02-27T02:08:35.387Z | Compiling rustversion v1.0.22 |
| 1401 | 2026-02-27T02:08:35.409Z | Compiling form_urlencoded v1.2.2 |
| 1402 | 2026-02-27T02:08:35.446Z | Compiling cmake v0.1.57 |
| 1403 | 2026-02-27T02:08:35.550Z | Compiling fs_extra v1.3.0 |
| 1404 | 2026-02-27T02:08:35.649Z | Compiling base64ct v1.6.0 |
| 1405 | 2026-02-27T02:08:35.750Z | Compiling dunce v1.0.5 |
| 1406 | 2026-02-27T02:08:35.922Z | Compiling ident_case v1.0.1 |
| 1407 | 2026-02-27T02:08:36.088Z | Compiling flagset v0.4.6 |
| 1408 | 2026-02-27T02:08:36.123Z | Compiling pem-rfc7468 v0.7.0 |
| 1409 | 2026-02-27T02:08:36.220Z | Compiling foldhash v0.1.5 |
| 1410 | 2026-02-27T02:08:36.309Z | Compiling rand_core v0.9.3 |
| 1411 | 2026-02-27T02:08:36.332Z | Compiling indexmap v2.13.0 |
| 1412 | 2026-02-27T02:08:36.409Z | Compiling aws-lc-sys v0.37.1 |
| 1413 | 2026-02-27T02:08:36.530Z | Compiling hashbrown v0.15.4 |
| 1414 | 2026-02-27T02:08:36.793Z | Compiling iana-time-zone v0.1.63 |
| 1415 | 2026-02-27T02:08:36.835Z | Compiling ring v0.17.14 |
| 1416 | 2026-02-27T02:08:36.896Z | Compiling rustc_version v0.4.1 |
| 1417 | 2026-02-27T02:08:37.178Z | Compiling uuid v1.19.0 |
| 1418 | 2026-02-27T02:08:37.434Z | Compiling spin v0.9.8 |
| 1419 | 2026-02-27T02:08:37.548Z | Compiling vcpkg v0.2.15 |
| 1420 | 2026-02-27T02:08:37.808Z | Compiling regex-syntax v0.8.5 |
| 1421 | 2026-02-27T02:08:37.830Z | Compiling zerocopy v0.8.27 |
| 1422 | 2026-02-27T02:08:37.833Z | Compiling aws-lc-rs v1.16.0 |
| 1423 | 2026-02-27T02:08:38.414Z | Compiling synstructure v0.13.1 |
| 1424 | 2026-02-27T02:08:38.623Z | Compiling tracing-core v0.1.32 |
| 1425 | 2026-02-27T02:08:38.678Z | Compiling serde_derive_internals v0.29.1 |
| 1426 | 2026-02-27T02:08:39.131Z | Compiling openssl-sys v0.9.109 |
| 1427 | 2026-02-27T02:08:39.772Z | Compiling base64 v0.22.1 |
| 1428 | 2026-02-27T02:08:39.793Z | Compiling rustix v1.1.3 |
| 1429 | 2026-02-27T02:08:40.251Z | Compiling untrusted v0.7.1 |
| 1430 | 2026-02-27T02:08:40.403Z | Compiling untrusted v0.9.0 |
| 1431 | 2026-02-27T02:08:40.454Z | Compiling rustix v0.38.37 |
| 1432 | 2026-02-27T02:08:40.502Z | Compiling schemars v0.8.22 |
| 1433 | 2026-02-27T02:08:40.600Z | Compiling adler2 v2.0.0 |
| 1434 | 2026-02-27T02:08:40.785Z | Compiling httparse v1.9.5 |
| 1435 | 2026-02-27T02:08:40.814Z | Compiling openssl-probe v0.1.5 |
| 1436 | 2026-02-27T02:08:40.887Z | Compiling miniz_oxide v0.8.5 |
| 1437 | 2026-02-27T02:08:41.245Z | Compiling darling_core v0.20.10 |
| 1438 | 2026-02-27T02:08:41.463Z | Compiling try-lock v0.2.5 |
| 1439 | 2026-02-27T02:08:41.518Z | Compiling dyn-clone v1.0.20 |
| 1440 | 2026-02-27T02:08:41.681Z | Compiling tinyvec_macros v0.1.1 |
| 1441 | 2026-02-27T02:08:41.791Z | Compiling rustls v0.23.37 |
| 1442 | 2026-02-27T02:08:41.813Z | Compiling tower-layer v0.3.3 |
| 1443 | 2026-02-27T02:08:42.091Z | Compiling atomic-waker v1.1.2 |
| 1444 | 2026-02-27T02:08:42.114Z | Compiling tower-service v0.3.3 |
| 1445 | 2026-02-27T02:08:42.245Z | Compiling tinyvec v1.8.0 |
| 1446 | 2026-02-27T02:08:42.265Z | Compiling want v0.3.1 |
| 1447 | 2026-02-27T02:08:42.481Z | Compiling serde_derive v1.0.228 |
| 1448 | 2026-02-27T02:08:42.519Z | Compiling zeroize_derive v1.4.2 |
| 1449 | 2026-02-27T02:08:42.915Z | Compiling zerofrom-derive v0.1.4 |
| 1450 | 2026-02-27T02:08:43.217Z | Compiling yoke-derive v0.7.4 |
| 1451 | 2026-02-27T02:08:43.386Z | Compiling zerovec-derive v0.10.3 |
| 1452 | 2026-02-27T02:08:43.572Z | Compiling displaydoc v0.2.5 |
| 1453 | 2026-02-27T02:08:43.896Z | Compiling zeroize v1.8.1 |
| 1454 | 2026-02-27T02:08:45.103Z | Compiling icu_provider_macros v1.5.0 |
| 1455 | 2026-02-27T02:08:45.731Z | Compiling crypto-common v0.1.6 |
| 1456 | 2026-02-27T02:08:45.778Z | Compiling block-buffer v0.10.4 |
| 1457 | 2026-02-27T02:08:45.935Z | Compiling zerocopy-derive v0.7.35 |
| 1458 | 2026-02-27T02:08:45.970Z | Compiling tokio-macros v2.6.0 |
| 1459 | 2026-02-27T02:08:46.047Z | Compiling digest v0.10.7 |
| 1460 | 2026-02-27T02:08:46.132Z | Compiling thiserror-impl v2.0.18 |
| 1461 | 2026-02-27T02:08:46.233Z | Compiling zerofrom v0.1.4 |
| 1462 | 2026-02-27T02:08:46.481Z | Compiling yoke v0.7.4 |
| 1463 | 2026-02-27T02:08:46.539Z | Compiling hmac v0.12.1 |
| 1464 | 2026-02-27T02:08:46.864Z | Compiling futures-macro v0.3.31 |
| 1465 | 2026-02-27T02:08:46.899Z | Compiling zerovec v0.10.4 |
| 1466 | 2026-02-27T02:08:46.921Z | Compiling block-padding v0.3.3 |
| 1467 | 2026-02-27T02:08:47.204Z | Compiling inout v0.1.3 |
| 1468 | 2026-02-27T02:08:47.350Z | Compiling sha2 v0.10.9 |
| 1469 | 2026-02-27T02:08:47.518Z | Compiling cipher v0.4.4 |
| 1470 | 2026-02-27T02:08:47.570Z | Compiling der_derive v0.7.3 |
| 1471 | 2026-02-27T02:08:47.944Z | Compiling zerocopy v0.7.35 |
| 1472 | 2026-02-27T02:08:48.629Z | Compiling tinystr v0.7.6 |
| 1473 | 2026-02-27T02:08:48.885Z | Compiling icu_collections v1.5.0 |
| 1474 | 2026-02-27T02:08:48.971Z | Compiling icu_locid v1.5.0 |
| 1475 | 2026-02-27T02:08:49.200Z | Compiling thiserror v2.0.18 |
| 1476 | 2026-02-27T02:08:49.308Z | Compiling futures-util v0.3.31 |
| 1477 | 2026-02-27T02:08:49.361Z | Compiling ppv-lite86 v0.2.20 |
| 1478 | 2026-02-27T02:08:49.571Z | Compiling serde v1.0.228 |
| 1479 | 2026-02-27T02:08:49.733Z | Compiling der v0.7.10 |
| 1480 | 2026-02-27T02:08:50.028Z | Compiling icu_provider v1.5.0 |
| 1481 | 2026-02-27T02:08:50.087Z | Compiling pest v2.8.2 |
| 1482 | 2026-02-27T02:08:50.669Z | Compiling bytes v1.11.1 |
| 1483 | 2026-02-27T02:08:50.695Z | Compiling bitflags v2.9.4 |
| 1484 | 2026-02-27T02:08:50.767Z | Compiling icu_locid_transform v1.5.0 |
| 1485 | 2026-02-27T02:08:50.904Z | Compiling chrono v0.4.43 |
| 1486 | 2026-02-27T02:08:51.126Z | Compiling salsa20 v0.10.2 |
| 1487 | 2026-02-27T02:08:51.334Z | Compiling pbkdf2 v0.12.2 |
| 1488 | 2026-02-27T02:08:51.484Z | Compiling scrypt v0.11.0 |
| 1489 | 2026-02-27T02:08:52.007Z | Compiling tokio v1.49.0 |
| 1490 | 2026-02-27T02:08:52.136Z | Compiling icu_properties v1.5.1 |
| 1491 | 2026-02-27T02:08:52.481Z | Compiling http v1.4.0 |
| 1492 | 2026-02-27T02:08:52.913Z | Compiling spki v0.7.3 |
| 1493 | 2026-02-27T02:08:53.010Z | Compiling pest_meta v2.8.2 |
| 1494 | 2026-02-27T02:08:53.266Z | Compiling rand_chacha v0.9.0 |
| 1495 | 2026-02-27T02:08:54.157Z | Compiling cbc v0.1.2 |
| 1496 | 2026-02-27T02:08:54.424Z | Compiling aes v0.8.4 |
| 1497 | 2026-02-27T02:08:54.488Z | Compiling rustls-pki-types v1.14.0 |
| 1498 | 2026-02-27T02:08:54.543Z | Compiling tracing-attributes v0.1.27 |
| 1499 | 2026-02-27T02:08:54.852Z | Compiling zerocopy-derive v0.8.27 |
| 1500 | 2026-02-27T02:08:55.473Z | Compiling pkcs5 v0.7.1 |
| 1501 | 2026-02-27T02:08:56.504Z | Compiling icu_normalizer v1.5.0 |
| 1502 | 2026-02-27T02:08:56.590Z | Compiling pest_generator v2.8.2 |
| 1503 | 2026-02-27T02:08:56.998Z | Compiling http-body v1.0.1 |
| 1504 | 2026-02-27T02:08:57.195Z | Compiling rand v0.9.2 |
| 1505 | 2026-02-27T02:08:57.261Z | Compiling pkcs8 v0.10.2 |
| 1506 | 2026-02-27T02:08:57.718Z | Compiling idna_adapter v1.2.0 |
| 1507 | 2026-02-27T02:08:57.907Z | Compiling idna v1.0.3 |
| 1508 | 2026-02-27T02:08:57.951Z | Compiling tracing v0.1.40 |
| 1509 | 2026-02-27T02:08:58.339Z | Compiling pest_derive v2.8.2 |
| 1510 | 2026-02-27T02:08:58.440Z | Compiling scroll_derive v0.13.1 |
| 1511 | 2026-02-27T02:08:58.890Z | Compiling url v2.5.4 |
| 1512 | 2026-02-27T02:08:59.165Z | Compiling schemars_derive v0.8.22 |
| 1513 | 2026-02-27T02:09:00.220Z | Compiling scroll v0.13.0 |
| 1514 | 2026-02-27T02:09:00.563Z | Compiling tokio-util v0.7.15 |
| 1515 | 2026-02-27T02:09:01.667Z | Compiling ipnet v2.11.0 |
| 1516 | 2026-02-27T02:09:02.294Z | Compiling h2 v0.4.6 |
| 1517 | 2026-02-27T02:09:02.319Z | Compiling darling_macro v0.20.10 |
| 1518 | 2026-02-27T02:09:02.810Z | Compiling lazy_static v1.5.0 |
| 1519 | 2026-02-27T02:09:02.832Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1520 | 2026-02-27T02:09:02.964Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1521 | 2026-02-27T02:09:03.188Z | Compiling aho-corasick v1.1.3 |
| 1522 | 2026-02-27T02:09:03.469Z | Compiling time-core v0.1.8 |
| 1523 | 2026-02-27T02:09:03.571Z | Compiling httpdate v1.0.3 |
| 1524 | 2026-02-27T02:09:03.764Z | Compiling powerfmt v0.2.0 |
| 1525 | 2026-02-27T02:09:04.027Z | Compiling openssl v0.10.73 |
| 1526 | 2026-02-27T02:09:04.161Z | Compiling foreign-types-shared v0.1.1 |
| 1527 | 2026-02-27T02:09:04.297Z | Compiling num-conv v0.2.0 |
| 1528 | 2026-02-27T02:09:04.480Z | Compiling foreign-types v0.3.2 |
| 1529 | 2026-02-27T02:09:04.536Z | Compiling time-macros v0.2.27 |
| 1530 | 2026-02-27T02:09:04.600Z | Compiling deranged v0.5.3 |
| 1531 | 2026-02-27T02:09:05.235Z | Compiling regex-automata v0.4.14 |
| 1532 | 2026-02-27T02:09:05.258Z | Compiling tempfile v3.24.0 |
| 1533 | 2026-02-27T02:09:07.022Z | Compiling darling v0.20.10 |
| 1534 | 2026-02-27T02:09:07.069Z | Compiling goblin v0.10.2 |
| 1535 | 2026-02-27T02:09:07.088Z | Compiling openssl-macros v0.1.1 |
| 1536 | 2026-02-27T02:09:07.431Z | Compiling wait-timeout v0.2.0 |
| 1537 | 2026-02-27T02:09:07.791Z | Compiling bit-vec v0.8.0 |
| 1538 | 2026-02-27T02:09:07.925Z | Compiling syn v1.0.109 |
| 1539 | 2026-02-27T02:09:08.229Z | Compiling gimli v0.31.1 |
| 1540 | 2026-02-27T02:09:08.329Z | Compiling num_threads v0.1.7 |
| 1541 | 2026-02-27T02:09:08.474Z | Compiling quick-error v1.2.3 |
| 1542 | 2026-02-27T02:09:08.524Z | Compiling native-tls v0.2.12 |
| 1543 | 2026-02-27T02:09:08.645Z | Compiling crossbeam-utils v0.8.21 |
| 1544 | 2026-02-27T02:09:08.856Z | Compiling hyper v1.8.1 |
| 1545 | 2026-02-27T02:09:09.202Z | Compiling usdt-impl v0.6.0 |
| 1546 | 2026-02-27T02:09:09.684Z | Compiling rusty-fork v0.3.0 |
| 1547 | 2026-02-27T02:09:10.400Z | Compiling time v0.3.47 |
| 1548 | 2026-02-27T02:09:11.240Z | Compiling hyper-util v0.1.19 |
| 1549 | 2026-02-27T02:09:12.209Z | Compiling addr2line v0.24.2 |
| 1550 | 2026-02-27T02:09:12.874Z | Compiling bit-set v0.8.0 |
| 1551 | 2026-02-27T02:09:13.342Z | Compiling derive_builder_core v0.20.2 |
| 1552 | 2026-02-27T02:09:14.195Z | Compiling dof v0.4.0 |
| 1553 | 2026-02-27T02:09:14.909Z | Compiling dtrace-parser v0.3.0 |
| 1554 | 2026-02-27T02:09:15.131Z | Compiling rustls-native-certs v0.8.1 |
| 1555 | 2026-02-27T02:09:15.335Z | Compiling signature v2.2.0 |
| 1556 | 2026-02-27T02:09:15.641Z | Compiling unicode-normalization v0.1.24 |
| 1557 | 2026-02-27T02:09:15.662Z | Compiling scroll_derive v0.12.0 |
| 1558 | 2026-02-27T02:09:16.263Z | Compiling thiserror-impl v1.0.69 |
| 1559 | 2026-02-27T02:09:16.542Z | Compiling darling_core v0.21.0 |
| 1560 | 2026-02-27T02:09:16.571Z | Compiling heapless v0.7.17 |
| 1561 | 2026-02-27T02:09:16.945Z | Compiling slog v2.8.2 |
| 1562 | 2026-02-27T02:09:17.049Z | Compiling rand_xorshift v0.4.0 |
| 1563 | 2026-02-27T02:09:17.277Z | Compiling sync_wrapper v1.0.1 |
| 1564 | 2026-02-27T02:09:17.303Z | Compiling thread-id v5.0.0 |
| 1565 | 2026-02-27T02:09:17.324Z | Compiling object v0.36.5 |
| 1566 | 2026-02-27T02:09:17.425Z | Compiling cookie v0.18.1 |
| 1567 | 2026-02-27T02:09:17.450Z | Compiling crc32fast v1.4.2 |
| 1568 | 2026-02-27T02:09:17.694Z | Compiling zstd-safe v7.2.3 |
| 1569 | 2026-02-27T02:09:17.775Z | Compiling rustc-demangle v0.1.24 |
| 1570 | 2026-02-27T02:09:18.048Z | Compiling signal-hook v0.3.18 |
| 1571 | 2026-02-27T02:09:18.371Z | Compiling unicode-properties v0.1.3 |
| 1572 | 2026-02-27T02:09:18.580Z | Compiling anyhow v1.0.99 |
| 1573 | 2026-02-27T02:09:18.715Z | Compiling siphasher v0.3.11 |
| 1574 | 2026-02-27T02:09:18.959Z | Compiling zlib-rs v0.5.1 |
| 1575 | 2026-02-27T02:09:19.092Z | Compiling paste v1.0.15 |
| 1576 | 2026-02-27T02:09:19.193Z | Compiling unarray v0.1.4 |
| 1577 | 2026-02-27T02:09:19.366Z | Compiling unicode-bidi v0.3.17 |
| 1578 | 2026-02-27T02:09:19.598Z | Compiling proptest v1.7.0 |
| 1579 | 2026-02-27T02:09:20.034Z | Compiling stringprep v0.1.5 |
| 1580 | 2026-02-27T02:09:20.093Z | Compiling phf_shared v0.11.2 |
| 1581 | 2026-02-27T02:09:20.441Z | Compiling thiserror v1.0.69 |
| 1582 | 2026-02-27T02:09:20.670Z | Compiling tower v0.5.2 |
| 1583 | 2026-02-27T02:09:21.212Z | Compiling scroll v0.12.0 |
| 1584 | 2026-02-27T02:09:21.651Z | Compiling derive_builder_macro v0.20.2 |
| 1585 | 2026-02-27T02:09:22.440Z | Compiling darling_macro v0.21.0 |
| 1586 | 2026-02-27T02:09:22.536Z | Compiling ipnetwork v0.21.1 |
| 1587 | 2026-02-27T02:09:23.257Z | Compiling http-body-util v0.1.3 |
| 1588 | 2026-02-27T02:09:23.279Z | Compiling webpki-roots v1.0.1 |
| 1589 | 2026-02-27T02:09:23.308Z | Compiling serde_tokenstream v0.2.3 |
| 1590 | 2026-02-27T02:09:23.492Z | Compiling backtrace v0.3.74 |
| 1591 | 2026-02-27T02:09:23.711Z | Compiling serde_spanned v0.6.9 |
| 1592 | 2026-02-27T02:09:23.893Z | Compiling toml_datetime v0.6.11 |
| 1593 | 2026-02-27T02:09:23.943Z | Compiling erased-serde v0.3.31 |
| 1594 | 2026-02-27T02:09:23.965Z | Compiling rand_chacha v0.3.1 |
| 1595 | 2026-02-27T02:09:24.358Z | Compiling md-5 v0.10.6 |
| 1596 | 2026-02-27T02:09:24.636Z | Compiling curve25519-dalek v4.1.3 |
| 1597 | 2026-02-27T02:09:25.215Z | Compiling libz-rs-sys v0.5.1 |
| 1598 | 2026-02-27T02:09:25.333Z | Compiling vergen-lib v0.1.6 |
| 1599 | 2026-02-27T02:09:25.495Z | Compiling num-integer v0.1.46 |
| 1600 | 2026-02-27T02:09:25.649Z | Compiling ff v0.13.0 |
| 1601 | 2026-02-27T02:09:25.801Z | Compiling hash32 v0.2.1 |
| 1602 | 2026-02-27T02:09:25.889Z | Compiling memoffset v0.9.1 |
| 1603 | 2026-02-27T02:09:25.950Z | Compiling ref-cast v1.0.25 |
| 1604 | 2026-02-27T02:09:26.147Z | Compiling base16ct v0.2.0 |
| 1605 | 2026-02-27T02:09:26.180Z | Compiling num-bigint-dig v0.8.6 |
| 1606 | 2026-02-27T02:09:26.203Z | Compiling ryu v1.0.18 |
| 1607 | 2026-02-27T02:09:26.234Z | Compiling litrs v0.4.1 |
| 1608 | 2026-02-27T02:09:26.461Z | Compiling cfg_aliases v0.2.1 |
| 1609 | 2026-02-27T02:09:26.489Z | Compiling fallible-iterator v0.2.0 |
| 1610 | 2026-02-27T02:09:26.512Z | Compiling iri-string v0.7.8 |
| 1611 | 2026-02-27T02:09:26.544Z | Compiling psl-types v2.0.11 |
| 1612 | 2026-02-27T02:09:26.574Z | Compiling smoltcp v0.9.1 |
| 1613 | 2026-02-27T02:09:26.812Z | Compiling publicsuffix v2.3.0 |
| 1614 | 2026-02-27T02:09:27.116Z | Compiling nix v0.29.0 |
| 1615 | 2026-02-27T02:09:27.183Z | Compiling postgres-protocol v0.6.8 |
| 1616 | 2026-02-27T02:09:27.297Z | Compiling document-features v0.2.11 |
| 1617 | 2026-02-27T02:09:27.436Z | Compiling serde_urlencoded v0.7.1 |
| 1618 | 2026-02-27T02:09:27.934Z | Compiling sec1 v0.7.3 |
| 1619 | 2026-02-27T02:09:28.331Z | Compiling num-iter v0.1.45 |
| 1620 | 2026-02-27T02:09:28.485Z | Compiling group v0.13.0 |
| 1621 | 2026-02-27T02:09:28.534Z | Compiling flate2 v1.1.2 |
| 1622 | 2026-02-27T02:09:28.827Z | Compiling newtype-uuid v1.3.2 |
| 1623 | 2026-02-27T02:09:29.162Z | Compiling rand v0.8.5 |
| 1624 | 2026-02-27T02:09:29.416Z | Compiling tower-http v0.6.8 |
| 1625 | 2026-02-27T02:09:29.499Z | Compiling darling v0.21.0 |
| 1626 | 2026-02-27T02:09:29.647Z | Compiling oxnet v0.1.4 |
| 1627 | 2026-02-27T02:09:30.155Z | Compiling derive_builder v0.20.2 |
| 1628 | 2026-02-27T02:09:30.225Z | Compiling goblin v0.8.2 |
| 1629 | 2026-02-27T02:09:30.248Z | Compiling tokio-native-tls v0.3.1 |
| 1630 | 2026-02-27T02:09:31.030Z | Compiling regex v1.12.3 |
| 1631 | 2026-02-27T02:09:31.233Z | Compiling terminal_size v0.4.0 |
| 1632 | 2026-02-27T02:09:31.449Z | Compiling cargo-platform v0.1.8 |
| 1633 | 2026-02-27T02:09:31.471Z | Compiling hkdf v0.12.4 |
| 1634 | 2026-02-27T02:09:31.744Z | Compiling crypto-bigint v0.5.5 |
| 1635 | 2026-02-27T02:09:31.970Z | Compiling daft-derive v0.1.4 |
| 1636 | 2026-02-27T02:09:31.996Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1637 | 2026-02-27T02:09:32.030Z | Compiling async-trait v0.1.89 |
| 1638 | 2026-02-27T02:09:32.821Z | Compiling hubpack_derive v0.1.1 |
| 1639 | 2026-02-27T02:09:33.332Z | Compiling strum_macros v0.27.2 |
| 1640 | 2026-02-27T02:09:33.523Z | Compiling ref-cast-impl v1.0.25 |
| 1641 | 2026-02-27T02:09:33.705Z | Compiling vergen v9.0.6 |
| 1642 | 2026-02-27T02:09:34.041Z | Compiling ahash v0.8.12 |
| 1643 | 2026-02-27T02:09:34.448Z | Compiling fs-err v3.1.1 |
| 1644 | 2026-02-27T02:09:34.544Z | Compiling managed v0.8.0 |
| 1645 | 2026-02-27T02:09:34.648Z | Compiling winnow v0.5.40 |
| 1646 | 2026-02-27T02:09:34.800Z | Compiling either v1.15.0 |
| 1647 | 2026-02-27T02:09:34.951Z | Compiling bitflags v1.3.2 |
| 1648 | 2026-02-27T02:09:35.078Z | Compiling lockfree-object-pool v0.1.6 |
| 1649 | 2026-02-27T02:09:35.207Z | Compiling simd-adler32 v0.3.7 |
| 1650 | 2026-02-27T02:09:35.363Z | Compiling unicode-segmentation v1.12.0 |
| 1651 | 2026-02-27T02:09:35.753Z | Compiling bumpalo v3.16.0 |
| 1652 | 2026-02-27T02:09:36.244Z | Compiling buf-list v1.0.3 |
| 1653 | 2026-02-27T02:09:36.262Z | Compiling zopfli v0.8.1 |
| 1654 | 2026-02-27T02:09:37.016Z | Compiling dof v0.3.0 |
| 1655 | 2026-02-27T02:09:37.982Z | Compiling toml_edit v0.19.15 |
| 1656 | 2026-02-27T02:09:38.106Z | Compiling strum v0.27.2 |
| 1657 | 2026-02-27T02:09:38.165Z | Compiling clap_builder v4.5.48 |
| 1658 | 2026-02-27T02:09:38.476Z | Compiling elliptic-curve v0.13.8 |
| 1659 | 2026-02-27T02:09:38.895Z | Compiling hubpack v0.1.2 |
| 1660 | 2026-02-27T02:09:39.045Z | Compiling daft v0.1.4 |
| 1661 | 2026-02-27T02:09:39.334Z | Compiling cargo_metadata v0.19.2 |
| 1662 | 2026-02-27T02:09:39.363Z | Compiling zstd v0.13.3 |
| 1663 | 2026-02-27T02:09:39.609Z | Compiling cookie_store v0.22.1 |
| 1664 | 2026-02-27T02:09:39.913Z | Compiling signal-hook-mio v0.2.4 |
| 1665 | 2026-02-27T02:09:41.128Z | Compiling hyper-tls v0.6.0 |
| 1666 | 2026-02-27T02:09:42.334Z | Compiling serde_with_macros v3.16.1 |
| 1667 | 2026-02-27T02:09:42.829Z | Compiling postgres-types v0.2.9 |
| 1668 | 2026-02-27T02:09:44.084Z | Compiling usdt-attr-macro v0.6.0 |
| 1669 | 2026-02-27T02:09:44.627Z | Compiling usdt-macro v0.6.0 |
| 1670 | 2026-02-27T02:09:44.661Z | Compiling dtrace-parser v0.2.0 |
| 1671 | 2026-02-27T02:09:44.799Z | Compiling phf v0.11.2 |
| 1672 | 2026-02-27T02:09:45.088Z | Compiling ed25519 v2.2.3 |
| 1673 | 2026-02-27T02:09:45.654Z | Compiling bzip2 v0.5.2 |
| 1674 | 2026-02-27T02:09:45.657Z | Compiling bzip2 v0.4.4 |
| 1675 | 2026-02-27T02:09:46.050Z | Compiling bstr v1.10.0 |
| 1676 | 2026-02-27T02:09:46.074Z | Compiling pkcs1 v0.7.5 |
| 1677 | 2026-02-27T02:09:46.095Z | Compiling serde-big-array v0.5.1 |
| 1678 | 2026-02-27T02:09:46.340Z | Compiling hex v0.4.3 |
| 1679 | 2026-02-27T02:09:46.484Z | Compiling rfc6979 v0.4.0 |
| 1680 | 2026-02-27T02:09:46.740Z | Compiling strum_macros v0.26.4 |
| 1681 | 2026-02-27T02:09:46.959Z | Compiling clap_derive v4.5.47 |
| 1682 | 2026-02-27T02:09:47.020Z | Compiling serde_repr v0.1.19 |
| 1683 | 2026-02-27T02:09:47.055Z | Compiling enum-as-inner v0.6.1 |
| 1684 | 2026-02-27T02:09:47.168Z | Compiling float-cmp v0.10.0 |
| 1685 | 2026-02-27T02:09:47.433Z | Compiling env_filter v0.1.2 |
| 1686 | 2026-02-27T02:09:47.602Z | Compiling socket2 v0.5.10 |
| 1687 | 2026-02-27T02:09:48.055Z | Compiling memmap2 v0.9.8 |
| 1688 | 2026-02-27T02:09:48.079Z | Compiling encoding_rs v0.8.34 |
| 1689 | 2026-02-27T02:09:48.107Z | Compiling fixedbitset v0.5.7 |
| 1690 | 2026-02-27T02:09:48.478Z | Compiling new_debug_unreachable v1.0.6 |
| 1691 | 2026-02-27T02:09:48.500Z | Compiling data-encoding v2.9.0 |
| 1692 | 2026-02-27T02:09:48.594Z | Compiling difflib v0.4.0 |
| 1693 | 2026-02-27T02:09:48.748Z | Compiling mime v0.3.17 |
| 1694 | 2026-02-27T02:09:49.274Z | Compiling precomputed-hash v0.1.1 |
| 1695 | 2026-02-27T02:09:49.418Z | Compiling jiff v0.2.15 |
| 1696 | 2026-02-27T02:09:49.871Z | Compiling whoami v1.5.2 |
| 1697 | 2026-02-27T02:09:50.241Z | Compiling static_assertions v1.1.0 |
| 1698 | 2026-02-27T02:09:50.356Z | Compiling rustc-hash v2.1.1 |
| 1699 | 2026-02-27T02:09:50.427Z | Compiling fixedbitset v0.4.2 |
| 1700 | 2026-02-27T02:09:50.568Z | Compiling normalize-line-endings v0.3.0 |
| 1701 | 2026-02-27T02:09:50.725Z | Compiling predicates-core v1.0.8 |
| 1702 | 2026-02-27T02:09:50.781Z | Compiling keccak v0.1.5 |
| 1703 | 2026-02-27T02:09:50.838Z | Compiling strum v0.26.3 |
| 1704 | 2026-02-27T02:09:51.041Z | Compiling predicates v3.1.3 |
| 1705 | 2026-02-27T02:09:51.063Z | Compiling petgraph v0.6.5 |
| 1706 | 2026-02-27T02:09:51.168Z | Compiling clap v4.5.48 |
| 1707 | 2026-02-27T02:09:51.303Z | Compiling sha3 v0.10.8 |
| 1708 | 2026-02-27T02:09:51.668Z | Compiling iddqd v0.3.16 |
| 1709 | 2026-02-27T02:09:52.401Z | Compiling toml_edit v0.22.27 |
| 1710 | 2026-02-27T02:09:52.579Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1711 | 2026-02-27T02:09:53.127Z | Compiling tokio-postgres v0.7.13 |
| 1712 | 2026-02-27T02:09:53.382Z | Compiling string_cache v0.8.9 |
| 1713 | 2026-02-27T02:09:53.814Z | Compiling hickory-proto v0.25.2 |
| 1714 | 2026-02-27T02:09:54.280Z | Compiling petgraph v0.8.2 |
| 1715 | 2026-02-27T02:09:54.622Z | Compiling usdt v0.6.0 |
| 1716 | 2026-02-27T02:09:55.122Z | Compiling env_logger v0.11.8 |
| 1717 | 2026-02-27T02:09:55.890Z | Compiling usdt-impl v0.5.0 |
| 1718 | 2026-02-27T02:09:57.318Z | Compiling zip v4.2.0 |
| 1719 | 2026-02-27T02:09:58.456Z | Compiling similar v2.7.0 |
| 1720 | 2026-02-27T02:09:58.884Z | Compiling serde_with v3.16.1 |
| 1721 | 2026-02-27T02:09:59.357Z | Compiling ecdsa v0.16.9 |
| 1722 | 2026-02-27T02:09:59.486Z | Compiling rsa v0.9.8 |
| 1723 | 2026-02-27T02:09:59.512Z | Compiling zip v0.6.6 |
| 1724 | 2026-02-27T02:10:00.195Z | Compiling ed25519-dalek v2.1.1 |
| 1725 | 2026-02-27T02:10:00.951Z | Compiling toml v0.7.8 |
| 1726 | 2026-02-27T02:10:01.555Z | Compiling crossterm v0.28.1 |
| 1727 | 2026-02-27T02:10:02.521Z | Compiling heck v0.4.1 |
| 1728 | 2026-02-27T02:10:02.865Z | Compiling itertools v0.13.0 |
| 1729 | 2026-02-27T02:10:02.907Z | Compiling itertools v0.10.5 |
| 1730 | 2026-02-27T02:10:02.964Z | Compiling crossbeam-epoch v0.9.18 |
| 1731 | 2026-02-27T02:10:03.211Z | Compiling tokio-stream v0.1.17 |
| 1732 | 2026-02-27T02:10:03.658Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1733 | 2026-02-27T02:10:04.087Z | Compiling x509-cert v0.2.5 |
| 1734 | 2026-02-27T02:10:04.193Z | Compiling openapiv3 v2.2.0 |
| 1735 | 2026-02-27T02:10:04.766Z | Compiling sha1 v0.10.6 |
| 1736 | 2026-02-27T02:10:05.184Z | Compiling winnow v0.6.26 |
| 1737 | 2026-02-27T02:10:05.355Z | Compiling lalrpop-util v0.19.12 |
| 1738 | 2026-02-27T02:10:05.359Z | Compiling peg-runtime v0.8.5 |
| 1739 | 2026-02-27T02:10:05.712Z | Compiling thread_local v1.1.8 |
| 1740 | 2026-02-27T02:10:05.734Z | Compiling slog-async v2.8.0 |
| 1741 | 2026-02-27T02:10:05.933Z | Compiling crossbeam-channel v0.5.15 |
| 1742 | 2026-02-27T02:10:06.173Z | Compiling xattr v1.3.1 |
| 1743 | 2026-02-27T02:10:06.335Z | Compiling futures-executor v0.3.31 |
| 1744 | 2026-02-27T02:10:06.452Z | Compiling filetime v0.2.26 |
| 1745 | 2026-02-27T02:10:06.772Z | Compiling is-terminal v0.4.13 |
| 1746 | 2026-02-27T02:10:06.836Z | Compiling take_mut v0.2.2 |
| 1747 | 2026-02-27T02:10:06.922Z | Compiling term v1.1.0 |
| 1748 | 2026-02-27T02:10:06.955Z | Compiling tar v0.4.44 |
| 1749 | 2026-02-27T02:10:07.112Z | Compiling futures v0.3.31 |
| 1750 | 2026-02-27T02:10:07.932Z | Compiling slog-term v2.9.2 |
| 1751 | 2026-02-27T02:10:16.242Z | Compiling rustls-webpki v0.103.9 |
| 1752 | 2026-02-27T02:10:21.132Z | Compiling tokio-rustls v0.26.0 |
| 1753 | 2026-02-27T02:10:21.132Z | Compiling rustls-platform-verifier v0.6.2 |
| 1754 | 2026-02-27T02:10:21.429Z | Compiling hyper-rustls v0.27.7 |
| 1755 | 2026-02-27T02:10:21.763Z | Compiling reqwest v0.12.28 |
| 1756 | 2026-02-27T02:10:21.766Z | Compiling reqwest v0.13.2 |
| 1757 | 2026-02-27T02:10:26.000Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1758 | 2026-02-27T02:10:26.297Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1759 | 2026-02-27T02:10:30.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
| 1760 | 2026-02-27T02:10:31.073Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1761 | 2026-02-27T02:10:31.129Z | Feb 27 02:10:30.905 INFO Starting download, target: Cockroach |
| 1762 | 2026-02-27T02:10:31.132Z | Feb 27 02:10:30.906 INFO Starting download, target: Console |
| 1763 | 2026-02-27T02:10:31.132Z | Feb 27 02:10:30.906 INFO Starting download, target: Clickhouse |
| 1764 | 2026-02-27T02:10:31.132Z | Feb 27 02:10:30.906 INFO Starting download, target: DendriteStub |
| 1765 | 2026-02-27T02:10:31.132Z | Feb 27 02:10:30.906 INFO Starting download, target: MaghemiteMgd |
| 1766 | 2026-02-27T02:10:31.132Z | Feb 27 02:10:30.906 INFO Starting download, target: TransceiverControl |
| 1767 | 2026-02-27T02:10:31.132Z | Feb 27 02:10:30.906 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1768 | 2026-02-27T02:10:31.132Z | Feb 27 02:10:30.906 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1769 | 2026-02-27T02:10:31.132Z | Feb 27 02:10:30.906 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1770 | 2026-02-27T02:10:31.132Z | Feb 27 02:10:30.906 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1771 | 2026-02-27T02:10:31.132Z | Feb 27 02:10:30.907 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1772 | 2026-02-27T02:10:31.132Z | Feb 27 02:10:30.907 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1773 | 2026-02-27T02:10:31.626Z | Feb 27 02:10:31.396 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1774 | 2026-02-27T02:10:32.058Z | Feb 27 02:10:31.831 INFO Download complete, target: TransceiverControl |
| 1775 | 2026-02-27T02:10:32.081Z | Feb 27 02:10:31.857 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1776 | 2026-02-27T02:10:32.536Z | Feb 27 02:10:32.312 INFO Download complete, target: Console |
| 1777 | 2026-02-27T02:10:32.820Z | Feb 27 02:10:32.597 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1778 | 2026-02-27T02:10:33.124Z | Feb 27 02:10:32.901 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1779 | 2026-02-27T02:10:33.757Z | Feb 27 02:10:33.534 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1780 | 2026-02-27T02:10:33.794Z | Feb 27 02:10:33.572 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1781 | 2026-02-27T02:10:33.794Z | Feb 27 02:10:33.572 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1782 | 2026-02-27T02:10:36.802Z | Feb 27 02:10:36.580 INFO Download complete, target: DendriteStub |
| 1783 | 2026-02-27T02:10:37.076Z | Feb 27 02:10:36.854 INFO Download complete, target: MaghemiteMgd |
| 1784 | 2026-02-27T02:10:41.505Z | Feb 27 02:10:41.283 INFO Checking that binary works, target: Cockroach |
| 1785 | 2026-02-27T02:10:41.632Z | Feb 27 02:10:41.410 INFO Download complete, target: Cockroach |
| 1786 | 2026-02-27T02:10:44.670Z | Feb 27 02:10:44.447 INFO Checking that binary works, target: Clickhouse |
| 1787 | 2026-02-27T02:10:44.785Z | Feb 27 02:10:44.563 INFO Download complete, target: Clickhouse |
| 1788 | 2026-02-27T02:10:44.806Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1789 | 2026-02-27T02:10:44.810Z | |
| 1790 | 2026-02-27T02:10:44.810Z | real 5:57.682629861 |
| 1791 | 2026-02-27T02:10:44.810Z | user 16:56.656845341 |
| 1792 | 2026-02-27T02:10:44.810Z | sys 2:25.024356369 |
| 1793 | 2026-02-27T02:10:44.810Z | trap 0.627359192 |
| 1794 | 2026-02-27T02:10:44.810Z | tflt 0.805858858 |
| 1795 | 2026-02-27T02:10:44.810Z | dflt 0.844771140 |
| 1796 | 2026-02-27T02:10:44.810Z | kflt 0.024379940 |
| 1797 | 2026-02-27T02:10:44.810Z | lock 38:13.704998443 |
| 1798 | 2026-02-27T02:10:44.810Z | slp 1:04:31.991214968 |
| 1799 | 2026-02-27T02:10:44.810Z | lat 1:08.160044954 |
| 1800 | 2026-02-27T02:10:44.810Z | stop 3:07.041054502 |
| 1801 | 2026-02-27T02:10:44.810Z | + banner clippy |
| 1802 | 2026-02-27T02:10:44.813Z | |
| 1803 | 2026-02-27T02:10:44.813Z | #### # # ##### ##### # # |
| 1804 | 2026-02-27T02:10:44.813Z | # # # # # # # # # # |
| 1805 | 2026-02-27T02:10:44.813Z | # # # # # # # # |
| 1806 | 2026-02-27T02:10:44.813Z | # # # ##### ##### # |
| 1807 | 2026-02-27T02:10:44.813Z | # # # # # # # |
| 1808 | 2026-02-27T02:10:44.813Z | #### ###### # # # # |
| 1809 | 2026-02-27T02:10:44.813Z | |
| 1810 | 2026-02-27T02:10:44.813Z | + export CARGO_INCREMENTAL=0 |
| 1811 | 2026-02-27T02:10:44.813Z | + CARGO_INCREMENTAL=0 |
| 1812 | 2026-02-27T02:10:44.813Z | + ptime -m cargo xtask clippy |
| 1813 | 2026-02-27T02:10:45.599Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1814 | 2026-02-27T02:10:45.905Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1815 | 2026-02-27T02:10:48.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 1816 | 2026-02-27T02:10:49.049Z | Running `target/debug/xtask clippy` |
| 1817 | 2026-02-27T02:10:49.072Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1818 | 2026-02-27T02:10:49.955Z | Downloading crates ... |
| 1819 | 2026-02-27T02:10:50.280Z | Downloaded proc-macro-crate v3.2.0 |
| 1820 | 2026-02-27T02:10:50.284Z | Downloaded tinytemplate v1.2.1 |
| 1821 | 2026-02-27T02:10:50.289Z | Downloaded piper v0.2.4 |
| 1822 | 2026-02-27T02:10:50.292Z | Downloaded anes v0.1.6 |
| 1823 | 2026-02-27T02:10:50.295Z | Downloaded doc-comment v0.3.3 |
| 1824 | 2026-02-27T02:10:50.295Z | Downloaded async-attributes v1.1.2 |
| 1825 | 2026-02-27T02:10:50.298Z | Downloaded assert-json-diff v2.0.2 |
| 1826 | 2026-02-27T02:10:50.298Z | Downloaded oorandom v11.1.4 |
| 1827 | 2026-02-27T02:10:50.298Z | Downloaded async-executor v1.13.1 |
| 1828 | 2026-02-27T02:10:50.301Z | Downloaded async-global-executor v2.4.1 |
| 1829 | 2026-02-27T02:10:50.304Z | Downloaded assert_cmd v2.0.17 |
| 1830 | 2026-02-27T02:10:50.304Z | Downloaded async-object-pool v0.1.5 |
| 1831 | 2026-02-27T02:10:50.307Z | Downloaded approx v0.5.1 |
| 1832 | 2026-02-27T02:10:50.307Z | Downloaded async-channel v2.3.1 |
| 1833 | 2026-02-27T02:10:50.309Z | Downloaded async-channel v1.9.0 |
| 1834 | 2026-02-27T02:10:50.309Z | Downloaded async-lock v3.4.0 |
| 1835 | 2026-02-27T02:10:50.312Z | Downloaded nested v0.1.1 |
| 1836 | 2026-02-27T02:10:50.317Z | Downloaded futures-timer v3.0.3 |
| 1837 | 2026-02-27T02:10:50.320Z | Downloaded futures-lite v2.3.0 |
| 1838 | 2026-02-27T02:10:50.323Z | Downloaded escape8259 v0.5.3 |
| 1839 | 2026-02-27T02:10:50.326Z | Downloaded pathdiff v0.2.3 |
| 1840 | 2026-02-27T02:10:50.326Z | Downloaded supports-color v2.1.0 |
| 1841 | 2026-02-27T02:10:50.330Z | Downloaded blocking v1.6.1 |
| 1842 | 2026-02-27T02:10:50.330Z | Downloaded async-signal v0.2.10 |
| 1843 | 2026-02-27T02:10:50.330Z | Downloaded relative-path v1.9.3 |
| 1844 | 2026-02-27T02:10:50.333Z | Downloaded async-io v2.3.4 |
| 1845 | 2026-02-27T02:10:50.336Z | Downloaded parking v2.2.1 |
| 1846 | 2026-02-27T02:10:50.339Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1847 | 2026-02-27T02:10:50.339Z | Downloaded terminal_size v0.1.17 |
| 1848 | 2026-02-27T02:10:50.346Z | Downloaded chumsky v0.9.3 |
| 1849 | 2026-02-27T02:10:50.349Z | Downloaded concurrent-queue v2.5.0 |
| 1850 | 2026-02-27T02:10:50.360Z | Downloaded plotters-backend v0.3.7 |
| 1851 | 2026-02-27T02:10:50.363Z | Downloaded backtrace-ext v0.2.1 |
| 1852 | 2026-02-27T02:10:50.363Z | Downloaded plotters-svg v0.3.7 |
| 1853 | 2026-02-27T02:10:50.366Z | Downloaded supports-unicode v2.1.0 |
| 1854 | 2026-02-27T02:10:50.372Z | Downloaded rust-argon2 v2.1.0 |
| 1855 | 2026-02-27T02:10:50.377Z | Downloaded knuffel-derive v3.2.0 |
| 1856 | 2026-02-27T02:10:50.377Z | Downloaded trybuild v1.0.106 |
| 1857 | 2026-02-27T02:10:50.380Z | Downloaded supports-hyperlinks v2.1.0 |
| 1858 | 2026-02-27T02:10:50.380Z | Downloaded event-listener-strategy v0.5.2 |
| 1859 | 2026-02-27T02:10:50.383Z | Downloaded target-triple v0.1.3 |
| 1860 | 2026-02-27T02:10:50.383Z | Downloaded miette-derive v5.10.0 |
| 1861 | 2026-02-27T02:10:50.383Z | Downloaded event-listener v2.5.3 |
| 1862 | 2026-02-27T02:10:50.387Z | Downloaded serde_regex v1.1.0 |
| 1863 | 2026-02-27T02:10:50.390Z | Downloaded cast v0.3.0 |
| 1864 | 2026-02-27T02:10:50.392Z | Downloaded libtest-mimic v0.8.1 |
| 1865 | 2026-02-27T02:10:50.396Z | Downloaded criterion-plot v0.6.0 |
| 1866 | 2026-02-27T02:10:50.396Z | Downloaded async-process v2.3.0 |
| 1867 | 2026-02-27T02:10:50.400Z | Downloaded termcolor v1.4.1 |
| 1868 | 2026-02-27T02:10:50.402Z | Downloaded target-lexicon v0.13.2 |
| 1869 | 2026-02-27T02:10:50.405Z | Downloaded target-spec v3.5.0 |
| 1870 | 2026-02-27T02:10:50.405Z | Downloaded partial-io v0.5.4 |
| 1871 | 2026-02-27T02:10:50.408Z | Downloaded kv-log-macro v1.0.7 |
| 1872 | 2026-02-27T02:10:50.411Z | Downloaded async-task v4.7.1 |
| 1873 | 2026-02-27T02:10:50.416Z | Downloaded similar-asserts v1.7.0 |
| 1874 | 2026-02-27T02:10:50.419Z | Downloaded datatest-stable v0.3.2 |
| 1875 | 2026-02-27T02:10:50.422Z | Downloaded owo-colors v3.5.0 |
| 1876 | 2026-02-27T02:10:50.425Z | Downloaded path-tree v0.8.1 |
| 1877 | 2026-02-27T02:10:50.425Z | Downloaded stringmetrics v2.2.2 |
| 1878 | 2026-02-27T02:10:50.428Z | Downloaded event-listener v5.3.1 |
| 1879 | 2026-02-27T02:10:50.428Z | Downloaded httptest v0.16.3 |
| 1880 | 2026-02-27T02:10:50.431Z | Downloaded cfg-expr v0.20.1 |
| 1881 | 2026-02-27T02:10:50.443Z | Downloaded blake2b_simd v1.0.2 |
| 1882 | 2026-02-27T02:10:50.449Z | Downloaded rstest v0.25.0 |
| 1883 | 2026-02-27T02:10:50.454Z | Downloaded textwrap v0.15.2 |
| 1884 | 2026-02-27T02:10:50.457Z | Downloaded rstest_macros v0.25.0 |
| 1885 | 2026-02-27T02:10:50.460Z | Downloaded rand_distr v0.5.1 |
| 1886 | 2026-02-27T02:10:50.463Z | Downloaded knuffel v3.2.0 |
| 1887 | 2026-02-27T02:10:50.468Z | Downloaded polling v3.7.3 |
| 1888 | 2026-02-27T02:10:50.471Z | Downloaded fancy-regex v0.14.0 |
| 1889 | 2026-02-27T02:10:50.485Z | Downloaded miette v5.10.0 |
| 1890 | 2026-02-27T02:10:50.497Z | Downloaded criterion v0.7.0 |
| 1891 | 2026-02-27T02:10:50.502Z | Downloaded plotters v0.3.7 |
| 1892 | 2026-02-27T02:10:50.509Z | Downloaded hashbrown v0.14.5 |
| 1893 | 2026-02-27T02:10:50.513Z | Downloaded guppy v0.17.20 |
| 1894 | 2026-02-27T02:10:50.518Z | Downloaded async-std v1.13.0 |
| 1895 | 2026-02-27T02:10:50.597Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1896 | 2026-02-27T02:10:52.728Z | Checking cfg-if v1.0.4 |
| 1897 | 2026-02-27T02:10:53.165Z | Checking libc v0.2.180 |
| 1898 | 2026-02-27T02:10:53.165Z | Checking serde_core v1.0.228 |
| 1899 | 2026-02-27T02:10:53.239Z | Checking memchr v2.7.4 |
| 1900 | 2026-02-27T02:10:53.271Z | Checking smallvec v1.15.1 |
| 1901 | 2026-02-27T02:10:53.319Z | Checking value-bag v1.12.0 |
| 1902 | 2026-02-27T02:10:53.369Z | Checking itoa v1.0.11 |
| 1903 | 2026-02-27T02:10:53.434Z | Checking scopeguard v1.2.0 |
| 1904 | 2026-02-27T02:10:53.515Z | Checking zeroize v1.8.1 |
| 1905 | 2026-02-27T02:10:53.643Z | Checking libm v0.2.8 |
| 1906 | 2026-02-27T02:10:53.708Z | Checking lock_api v0.4.12 |
| 1907 | 2026-02-27T02:10:53.756Z | Checking stable_deref_trait v1.2.0 |
| 1908 | 2026-02-27T02:10:53.811Z | Checking log v0.4.29 |
| 1909 | 2026-02-27T02:10:53.871Z | Checking portable-atomic v1.11.0 |
| 1910 | 2026-02-27T02:10:53.933Z | Checking critical-section v1.1.3 |
| 1911 | 2026-02-27T02:10:54.037Z | Checking zerofrom v0.1.4 |
| 1912 | 2026-02-27T02:10:54.168Z | Checking zmij v1.0.15 |
| 1913 | 2026-02-27T02:10:54.228Z | Checking writeable v0.5.5 |
| 1914 | 2026-02-27T02:10:54.325Z | Checking getrandom v0.2.15 |
| 1915 | 2026-02-27T02:10:54.330Z | Checking getrandom v0.3.4 |
| 1916 | 2026-02-27T02:10:54.422Z | Checking yoke v0.7.4 |
| 1917 | 2026-02-27T02:10:54.562Z | Checking num-traits v0.2.19 |
| 1918 | 2026-02-27T02:10:54.619Z | Checking percent-encoding v2.3.2 |
| 1919 | 2026-02-27T02:10:54.625Z | Checking litemap v0.7.3 |
| 1920 | 2026-02-27T02:10:54.725Z | Checking pin-project-lite v0.2.14 |
| 1921 | 2026-02-27T02:10:54.778Z | Checking icu_locid_transform_data v1.5.0 |
| 1922 | 2026-02-27T02:10:54.831Z | Checking zerovec v0.10.4 |
| 1923 | 2026-02-27T02:10:54.915Z | Checking icu_properties_data v1.5.0 |
| 1924 | 2026-02-27T02:10:54.980Z | Checking once_cell v1.21.3 |
| 1925 | 2026-02-27T02:10:54.983Z | Checking write16 v1.0.0 |
| 1926 | 2026-02-27T02:10:54.983Z | Checking utf16_iter v1.0.5 |
| 1927 | 2026-02-27T02:10:55.127Z | Checking utf8_iter v1.0.4 |
| 1928 | 2026-02-27T02:10:55.188Z | Checking icu_normalizer_data v1.5.0 |
| 1929 | 2026-02-27T02:10:55.253Z | Checking form_urlencoded v1.2.2 |
| 1930 | 2026-02-27T02:10:55.314Z | Checking rand_core v0.6.4 |
| 1931 | 2026-02-27T02:10:55.375Z | Checking subtle v2.6.1 |
| 1932 | 2026-02-27T02:10:55.424Z | Checking byteorder v1.5.0 |
| 1933 | 2026-02-27T02:10:55.480Z | Checking parking_lot_core v0.9.10 |
| 1934 | 2026-02-27T02:10:55.544Z | Checking signal-hook-registry v1.4.2 |
| 1935 | 2026-02-27T02:10:55.687Z | Checking allocator-api2 v0.2.21 |
| 1936 | 2026-02-27T02:10:55.749Z | Checking mio v1.0.2 |
| 1937 | 2026-02-27T02:10:55.818Z | Checking futures-core v0.3.32 |
| 1938 | 2026-02-27T02:10:55.881Z | Checking parking_lot v0.12.3 |
| 1939 | 2026-02-27T02:10:55.938Z | Checking typenum v1.17.0 |
| 1940 | 2026-02-27T02:10:55.996Z | Checking equivalent v1.0.2 |
| 1941 | 2026-02-27T02:10:56.079Z | Checking socket2 v0.6.1 |
| 1942 | 2026-02-27T02:10:56.187Z | Checking iana-time-zone v0.1.63 |
| 1943 | 2026-02-27T02:10:56.275Z | Checking errno v0.3.12 |
| 1944 | 2026-02-27T02:10:56.380Z | Checking foldhash v0.2.0 |
| 1945 | 2026-02-27T02:10:56.446Z | Checking dyn-clone v1.0.20 |
| 1946 | 2026-02-27T02:10:56.449Z | Checking futures-io v0.3.31 |
| 1947 | 2026-02-27T02:10:56.550Z | Checking tinystr v0.7.6 |
| 1948 | 2026-02-27T02:10:56.551Z | Checking icu_collections v1.5.0 |
| 1949 | 2026-02-27T02:10:56.662Z | Checking zerocopy v0.7.35 |
| 1950 | 2026-02-27T02:10:56.712Z | Checking hashbrown v0.16.1 |
| 1951 | 2026-02-27T02:10:56.774Z | Checking serde v1.0.228 |
| 1952 | 2026-02-27T02:10:56.774Z | Checking serde_json v1.0.149 |
| 1953 | 2026-02-27T02:10:56.774Z | Checking uuid v1.19.0 |
| 1954 | 2026-02-27T02:10:56.939Z | Checking icu_locid v1.5.0 |
| 1955 | 2026-02-27T02:10:57.072Z | Checking generic-array v0.14.7 |
| 1956 | 2026-02-27T02:10:57.235Z | Checking semver v1.0.27 |
| 1957 | 2026-02-27T02:10:57.596Z | Checking slab v0.4.9 |
| 1958 | 2026-02-27T02:10:57.730Z | Checking thiserror v2.0.18 |
| 1959 | 2026-02-27T02:10:57.835Z | Checking bytes v1.11.1 |
| 1960 | 2026-02-27T02:10:57.838Z | Checking bitflags v2.9.4 |
| 1961 | 2026-02-27T02:10:57.951Z | Checking chrono v0.4.43 |
| 1962 | 2026-02-27T02:10:58.016Z | Checking const-oid v0.9.6 |
| 1963 | 2026-02-27T02:10:58.019Z | Checking icu_provider v1.5.0 |
| 1964 | 2026-02-27T02:10:58.146Z | Checking thiserror v1.0.69 |
| 1965 | 2026-02-27T02:10:58.239Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1966 | 2026-02-27T02:10:58.301Z | Checking crypto-common v0.1.6 |
| 1967 | 2026-02-27T02:10:58.362Z | Checking block-buffer v0.10.4 |
| 1968 | 2026-02-27T02:10:58.471Z | Checking indexmap v2.13.0 |
| 1969 | 2026-02-27T02:10:58.587Z | Checking pin-utils v0.1.0 |
| 1970 | 2026-02-27T02:10:58.661Z | Checking futures-sink v0.3.31 |
| 1971 | 2026-02-27T02:10:58.782Z | Checking icu_locid_transform v1.5.0 |
| 1972 | 2026-02-27T02:10:58.793Z | Checking futures-task v0.3.31 |
| 1973 | 2026-02-27T02:10:58.879Z | Checking futures-channel v0.3.31 |
| 1974 | 2026-02-27T02:10:58.933Z | Checking tokio v1.49.0 |
| 1975 | 2026-02-27T02:10:58.946Z | Checking ppv-lite86 v0.2.20 |
| 1976 | 2026-02-27T02:10:59.121Z | Checking cpufeatures v0.2.14 |
| 1977 | 2026-02-27T02:10:59.294Z | Checking rustix v0.38.37 |
| 1978 | 2026-02-27T02:10:59.349Z | Checking futures-util v0.3.31 |
| 1979 | 2026-02-27T02:10:59.684Z | Checking fnv v1.0.7 |
| 1980 | 2026-02-27T02:10:59.795Z | Checking icu_properties v1.5.1 |
| 1981 | 2026-02-27T02:10:59.855Z | Checking regex-syntax v0.8.5 |
| 1982 | 2026-02-27T02:10:59.910Z | Checking digest v0.10.7 |
| 1983 | 2026-02-27T02:10:59.956Z | Checking tracing-core v0.1.32 |
| 1984 | 2026-02-27T02:10:59.962Z | Checking foldhash v0.1.5 |
| 1985 | 2026-02-27T02:11:00.312Z | Checking hashbrown v0.15.4 |
| 1986 | 2026-02-27T02:11:00.365Z | Checking http v1.4.0 |
| 1987 | 2026-02-27T02:11:00.617Z | Checking tracing v0.1.40 |
| 1988 | 2026-02-27T02:11:01.064Z | Checking spin v0.9.8 |
| 1989 | 2026-02-27T02:11:01.455Z | Checking adler2 v2.0.0 |
| 1990 | 2026-02-27T02:11:01.512Z | Checking unicode-ident v1.0.24 |
| 1991 | 2026-02-27T02:11:01.690Z | Checking miniz_oxide v0.8.5 |
| 1992 | 2026-02-27T02:11:01.753Z | Checking base64 v0.22.1 |
| 1993 | 2026-02-27T02:11:01.800Z | Checking proc-macro2 v1.0.106 |
| 1994 | 2026-02-27T02:11:02.252Z | Checking crossbeam-utils v0.8.21 |
| 1995 | 2026-02-27T02:11:02.487Z | Checking ipnet v2.11.0 |
| 1996 | 2026-02-27T02:11:02.491Z | Checking quote v1.0.44 |
| 1997 | 2026-02-27T02:11:02.525Z | Checking utf8parse v0.2.2 |
| 1998 | 2026-02-27T02:11:02.803Z | Checking fastrand v2.1.1 |
| 1999 | 2026-02-27T02:11:02.898Z | Checking syn v2.0.117 |
| 2000 | 2026-02-27T02:11:02.963Z | Checking untrusted v0.9.0 |
| 2001 | 2026-02-27T02:11:03.012Z | Checking aho-corasick v1.1.3 |
| 2002 | 2026-02-27T02:11:03.073Z | Checking icu_normalizer v1.5.0 |
| 2003 | 2026-02-27T02:11:03.130Z | Checking atomic-waker v1.1.2 |
| 2004 | 2026-02-27T02:11:03.187Z | Checking base64ct v1.6.0 |
| 2005 | 2026-02-27T02:11:03.191Z | Checking ring v0.17.14 |
| 2006 | 2026-02-27T02:11:03.321Z | Checking block-padding v0.3.3 |
| 2007 | 2026-02-27T02:11:03.622Z | Checking anstyle v1.0.11 |
| 2008 | 2026-02-27T02:11:03.719Z | Checking inout v0.1.3 |
| 2009 | 2026-02-27T02:11:03.919Z | Checking rustls-pki-types v1.14.0 |
| 2010 | 2026-02-27T02:11:03.978Z | Checking idna_adapter v1.2.0 |
| 2011 | 2026-02-27T02:11:04.028Z | Checking httparse v1.9.5 |
| 2012 | 2026-02-27T02:11:04.032Z | Checking gimli v0.31.1 |
| 2013 | 2026-02-27T02:11:04.192Z | Checking idna v1.0.3 |
| 2014 | 2026-02-27T02:11:04.544Z | Checking cipher v0.4.4 |
| 2015 | 2026-02-27T02:11:04.591Z | Checking anstyle-parse v0.2.5 |
| 2016 | 2026-02-27T02:11:04.649Z | Checking regex-automata v0.4.14 |
| 2017 | 2026-02-27T02:11:04.717Z | Checking url v2.5.4 |
| 2018 | 2026-02-27T02:11:04.925Z | Checking object v0.36.5 |
| 2019 | 2026-02-27T02:11:05.010Z | Checking rustc-demangle v0.1.24 |
| 2020 | 2026-02-27T02:11:05.447Z | Checking anstyle-query v1.1.1 |
| 2021 | 2026-02-27T02:11:05.506Z | Checking colorchoice v1.0.2 |
| 2022 | 2026-02-27T02:11:05.646Z | Checking is_terminal_polyfill v1.70.1 |
| 2023 | 2026-02-27T02:11:05.691Z | Checking schemars v0.8.22 |
| 2024 | 2026-02-27T02:11:05.746Z | Checking lazy_static v1.5.0 |
| 2025 | 2026-02-27T02:11:05.827Z | Checking anstream v0.6.18 |
| 2026 | 2026-02-27T02:11:05.929Z | Checking pem-rfc7468 v0.7.0 |
| 2027 | 2026-02-27T02:11:06.017Z | Checking tokio-util v0.7.15 |
| 2028 | 2026-02-27T02:11:06.242Z | Checking terminal_size v0.4.0 |
| 2029 | 2026-02-27T02:11:06.302Z | Checking http-body v1.0.1 |
| 2030 | 2026-02-27T02:11:06.482Z | Checking sha2 v0.10.9 |
| 2031 | 2026-02-27T02:11:06.588Z | Checking hmac v0.12.1 |
| 2032 | 2026-02-27T02:11:06.884Z | Checking zerocopy v0.8.27 |
| 2033 | 2026-02-27T02:11:07.142Z | Checking httpdate v1.0.3 |
| 2034 | 2026-02-27T02:11:07.310Z | Checking clap_lex v0.7.4 |
| 2035 | 2026-02-27T02:11:07.376Z | Checking strsim v0.11.1 |
| 2036 | 2026-02-27T02:11:07.458Z | Checking try-lock v0.2.5 |
| 2037 | 2026-02-27T02:11:07.637Z | Checking h2 v0.4.6 |
| 2038 | 2026-02-27T02:11:07.690Z | Checking want v0.3.1 |
| 2039 | 2026-02-27T02:11:07.742Z | Checking clap_builder v4.5.48 |
| 2040 | 2026-02-27T02:11:07.798Z | Checking addr2line v0.24.2 |
| 2041 | 2026-02-27T02:11:07.938Z | Checking tower-service v0.3.3 |
| 2042 | 2026-02-27T02:11:08.138Z | Checking tower-layer v0.3.3 |
| 2043 | 2026-02-27T02:11:08.347Z | Checking flagset v0.4.6 |
| 2044 | 2026-02-27T02:11:08.458Z | Checking ryu v1.0.18 |
| 2045 | 2026-02-27T02:11:08.626Z | Checking der v0.7.10 |
| 2046 | 2026-02-27T02:11:08.738Z | Checking rand_chacha v0.3.1 |
| 2047 | 2026-02-27T02:11:08.797Z | Checking rand_core v0.9.3 |
| 2048 | 2026-02-27T02:11:09.007Z | Checking erased-serde v0.3.31 |
| 2049 | 2026-02-27T02:11:09.185Z | Checking rand v0.8.5 |
| 2050 | 2026-02-27T02:11:09.188Z | Checking http-body-util v0.1.3 |
| 2051 | 2026-02-27T02:11:09.741Z | Checking rustix v1.1.3 |
| 2052 | 2026-02-27T02:11:10.154Z | Checking slog v2.8.2 |
| 2053 | 2026-02-27T02:11:10.275Z | Checking aws-lc-sys v0.37.1 |
| 2054 | 2026-02-27T02:11:10.356Z | Checking untrusted v0.7.1 |
| 2055 | 2026-02-27T02:11:10.475Z | Checking openssl-probe v0.1.5 |
| 2056 | 2026-02-27T02:11:10.607Z | Checking rand_chacha v0.9.0 |
| 2057 | 2026-02-27T02:11:10.669Z | Checking clap v4.5.48 |
| 2058 | 2026-02-27T02:11:10.723Z | Checking spki v0.7.3 |
| 2059 | 2026-02-27T02:11:10.726Z | Checking regex v1.12.3 |
| 2060 | 2026-02-27T02:11:10.849Z | Checking serde_urlencoded v0.7.1 |
| 2061 | 2026-02-27T02:11:11.020Z | Checking rand v0.9.2 |
| 2062 | 2026-02-27T02:11:11.080Z | Checking backtrace v0.3.74 |
| 2063 | 2026-02-27T02:11:11.139Z | Checking pbkdf2 v0.12.2 |
| 2064 | 2026-02-27T02:11:11.339Z | Checking aes v0.8.4 |
| 2065 | 2026-02-27T02:11:11.394Z | Checking mime v0.3.17 |
| 2066 | 2026-02-27T02:11:11.397Z | Checking salsa20 v0.10.2 |
| 2067 | 2026-02-27T02:11:11.721Z | Checking anyhow v1.0.99 |
| 2068 | 2026-02-27T02:11:11.725Z | Checking cbc v0.1.2 |
| 2069 | 2026-02-27T02:11:11.818Z | Checking scrypt v0.11.0 |
| 2070 | 2026-02-27T02:11:11.821Z | Checking tempfile v3.24.0 |
| 2071 | 2026-02-27T02:11:11.930Z | Checking aws-lc-rs v1.16.0 |
| 2072 | 2026-02-27T02:11:12.039Z | Checking powerfmt v0.2.0 |
| 2073 | 2026-02-27T02:11:12.099Z | Checking rustls-native-certs v0.8.1 |
| 2074 | 2026-02-27T02:11:12.142Z | Checking sync_wrapper v1.0.1 |
| 2075 | 2026-02-27T02:11:12.190Z | Checking foreign-types-shared v0.1.1 |
| 2076 | 2026-02-27T02:11:12.238Z | Checking pkcs5 v0.7.1 |
| 2077 | 2026-02-27T02:11:12.292Z | Checking num-conv v0.2.0 |
| 2078 | 2026-02-27T02:11:12.354Z | Checking num_threads v0.1.7 |
| 2079 | 2026-02-27T02:11:12.357Z | Checking time-core v0.1.8 |
| 2080 | 2026-02-27T02:11:12.358Z | Checking foreign-types v0.3.2 |
| 2081 | 2026-02-27T02:11:12.495Z | Checking deranged v0.5.3 |
| 2082 | 2026-02-27T02:11:12.552Z | Checking tower v0.5.2 |
| 2083 | 2026-02-27T02:11:12.555Z | Checking webpki-roots v1.0.1 |
| 2084 | 2026-02-27T02:11:12.556Z | Checking hex v0.4.3 |
| 2085 | 2026-02-27T02:11:12.729Z | Checking pkcs8 v0.10.2 |
| 2086 | 2026-02-27T02:11:12.789Z | Checking openssl-sys v0.9.109 |
| 2087 | 2026-02-27T02:11:12.849Z | Checking encoding_rs v0.8.34 |
| 2088 | 2026-02-27T02:11:13.117Z | Checking iri-string v0.7.8 |
| 2089 | 2026-02-27T02:11:13.215Z | Checking ipnetwork v0.21.1 |
| 2090 | 2026-02-27T02:11:13.385Z | Checking plain v0.2.3 |
| 2091 | 2026-02-27T02:11:13.646Z | Checking openapiv3 v2.2.0 |
| 2092 | 2026-02-27T02:11:13.709Z | Checking ucd-trie v0.1.7 |
| 2093 | 2026-02-27T02:11:13.792Z | Checking hyper v1.8.1 |
| 2094 | 2026-02-27T02:11:13.854Z | Checking rustls-webpki v0.103.9 |
| 2095 | 2026-02-27T02:11:13.950Z | Checking openssl v0.10.73 |
| 2096 | 2026-02-27T02:11:14.009Z | Checking pest v2.8.2 |
| 2097 | 2026-02-27T02:11:14.793Z | Checking rustls v0.23.37 |
| 2098 | 2026-02-27T02:11:14.956Z | Checking time v0.3.47 |
| 2099 | 2026-02-27T02:11:15.097Z | Checking either v1.15.0 |
| 2100 | 2026-02-27T02:11:15.533Z | Checking pretty-hex v0.4.1 |
| 2101 | 2026-02-27T02:11:15.646Z | Checking tower-http v0.6.8 |
| 2102 | 2026-02-27T02:11:15.767Z | Checking signature v2.2.0 |
| 2103 | 2026-02-27T02:11:15.894Z | Checking hyper-util v0.1.19 |
| 2104 | 2026-02-27T02:11:16.014Z | Checking toml_datetime v0.6.11 |
| 2105 | 2026-02-27T02:11:16.281Z | Checking serde_spanned v0.6.9 |
| 2106 | 2026-02-27T02:11:16.422Z | Checking quick-error v1.2.3 |
| 2107 | 2026-02-27T02:11:16.542Z | Checking winnow v0.7.14 |
| 2108 | 2026-02-27T02:11:16.600Z | Checking sha1 v0.10.6 |
| 2109 | 2026-02-27T02:11:16.662Z | Checking strum v0.26.3 |
| 2110 | 2026-02-27T02:11:16.824Z | Checking bit-vec v0.8.0 |
| 2111 | 2026-02-27T02:11:16.895Z | Checking static_assertions v1.1.0 |
| 2112 | 2026-02-27T02:11:16.950Z | Checking data-encoding v2.9.0 |
| 2113 | 2026-02-27T02:11:17.063Z | Checking oxnet v0.1.4 |
| 2114 | 2026-02-27T02:11:17.258Z | Checking bit-set v0.8.0 |
| 2115 | 2026-02-27T02:11:17.553Z | Checking wait-timeout v0.2.0 |
| 2116 | 2026-02-27T02:11:17.608Z | Checking tinyvec_macros v0.1.1 |
| 2117 | 2026-02-27T02:11:17.611Z | Checking hubpack v0.1.2 |
| 2118 | 2026-02-27T02:11:17.611Z | Checking num-integer v0.1.46 |
| 2119 | 2026-02-27T02:11:17.771Z | Checking tinyvec v1.8.0 |
| 2120 | 2026-02-27T02:11:17.827Z | Checking rusty-fork v0.3.0 |
| 2121 | 2026-02-27T02:11:18.006Z | Checking rand_xorshift v0.4.0 |
| 2122 | 2026-02-27T02:11:18.201Z | Checking unarray v0.1.4 |
| 2123 | 2026-02-27T02:11:18.263Z | Checking base16ct v0.2.0 |
| 2124 | 2026-02-27T02:11:18.322Z | Checking scroll v0.12.0 |
| 2125 | 2026-02-27T02:11:18.438Z | Checking proptest v1.7.0 |
| 2126 | 2026-02-27T02:11:18.544Z | Checking sec1 v0.7.3 |
| 2127 | 2026-02-27T02:11:18.834Z | Checking ff v0.13.0 |
| 2128 | 2026-02-27T02:11:18.837Z | Checking native-tls v0.2.12 |
| 2129 | 2026-02-27T02:11:18.948Z | Checking crc32fast v1.4.2 |
| 2130 | 2026-02-27T02:11:19.005Z | Checking goblin v0.8.2 |
| 2131 | 2026-02-27T02:11:19.098Z | Checking num-iter v0.1.45 |
| 2132 | 2026-02-27T02:11:19.158Z | Checking group v0.13.0 |
| 2133 | 2026-02-27T02:11:19.237Z | Checking ahash v0.8.12 |
| 2134 | 2026-02-27T02:11:19.240Z | Checking tokio-native-tls v0.3.1 |
| 2135 | 2026-02-27T02:11:19.347Z | Checking bstr v1.10.0 |
| 2136 | 2026-02-27T02:11:19.401Z | Checking hkdf v0.12.4 |
| 2137 | 2026-02-27T02:11:19.466Z | Checking crypto-bigint v0.5.5 |
| 2138 | 2026-02-27T02:11:19.605Z | Checking hyper-tls v0.6.0 |
| 2139 | 2026-02-27T02:11:19.665Z | Checking dtrace-parser v0.2.0 |
| 2140 | 2026-02-27T02:11:19.722Z | Checking crossbeam-epoch v0.9.18 |
| 2141 | 2026-02-27T02:11:19.954Z | Checking thread-id v4.2.2 |
| 2142 | 2026-02-27T02:11:20.043Z | Checking tokio-rustls v0.26.0 |
| 2143 | 2026-02-27T02:11:20.128Z | Checking zlib-rs v0.5.1 |
| 2144 | 2026-02-27T02:11:20.189Z | Checking num-bigint-dig v0.8.6 |
| 2145 | 2026-02-27T02:11:20.245Z | Checking pkcs1 v0.7.5 |
| 2146 | 2026-02-27T02:11:20.248Z | Checking x509-cert v0.2.5 |
| 2147 | 2026-02-27T02:11:20.477Z | Checking hyper-rustls v0.27.7 |
| 2148 | 2026-02-27T02:11:20.707Z | Checking scroll v0.13.0 |
| 2149 | 2026-02-27T02:11:20.896Z | Checking reqwest v0.12.28 |
| 2150 | 2026-02-27T02:11:21.246Z | Checking toml_write v0.1.2 |
| 2151 | 2026-02-27T02:11:21.628Z | Checking unicode-segmentation v1.12.0 |
| 2152 | 2026-02-27T02:11:21.948Z | Checking libz-rs-sys v0.5.1 |
| 2153 | 2026-02-27T02:11:21.951Z | Checking toml_edit v0.22.27 |
| 2154 | 2026-02-27T02:11:22.073Z | Checking elliptic-curve v0.13.8 |
| 2155 | 2026-02-27T02:11:22.210Z | Checking flate2 v1.1.2 |
| 2156 | 2026-02-27T02:11:22.266Z | Checking rsa v0.9.8 |
| 2157 | 2026-02-27T02:11:22.348Z | Checking goblin v0.10.2 |
| 2158 | 2026-02-27T02:11:22.726Z | Checking rfc6979 v0.4.0 |
| 2159 | 2026-02-27T02:11:22.790Z | Checking memmap2 v0.9.8 |
| 2160 | 2026-02-27T02:11:22.793Z | Checking newtype-uuid v1.3.2 |
| 2161 | 2026-02-27T02:11:22.919Z | Checking winnow v0.5.40 |
| 2162 | 2026-02-27T02:11:22.980Z | Checking bitflags v1.3.2 |
| 2163 | 2026-02-27T02:11:23.151Z | Checking ecdsa v0.16.9 |
| 2164 | 2026-02-27T02:11:23.212Z | Checking dtrace-parser v0.3.0 |
| 2165 | 2026-02-27T02:11:23.275Z | Checking curve25519-dalek v4.1.3 |
| 2166 | 2026-02-27T02:11:23.278Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2167 | 2026-02-27T02:11:23.544Z | Checking env_filter v0.1.2 |
| 2168 | 2026-02-27T02:11:23.731Z | Checking dof v0.3.0 |
| 2169 | 2026-02-27T02:11:23.788Z | Checking thread-id v5.0.0 |
| 2170 | 2026-02-27T02:11:23.846Z | Checking keccak v0.1.5 |
| 2171 | 2026-02-27T02:11:23.929Z | Checking env_logger v0.11.8 |
| 2172 | 2026-02-27T02:11:23.991Z | Checking daft v0.1.4 |
| 2173 | 2026-02-27T02:11:24.214Z | Checking sha3 v0.10.8 |
| 2174 | 2026-02-27T02:11:24.343Z | Checking ed25519 v2.2.3 |
| 2175 | 2026-02-27T02:11:24.402Z | Checking usdt-impl v0.5.0 |
| 2176 | 2026-02-27T02:11:24.514Z | Checking itertools v0.13.0 |
| 2177 | 2026-02-27T02:11:24.600Z | Checking serde_with v3.16.1 |
| 2178 | 2026-02-27T02:11:24.662Z | Checking unicode-normalization v0.1.24 |
| 2179 | 2026-02-27T02:11:24.739Z | Checking memoffset v0.9.1 |
| 2180 | 2026-02-27T02:11:24.919Z | Checking signal-hook v0.3.18 |
| 2181 | 2026-02-27T02:11:24.980Z | Checking managed v0.8.0 |
| 2182 | 2026-02-27T02:11:25.112Z | Checking ed25519-dalek v2.1.1 |
| 2183 | 2026-02-27T02:11:25.341Z | Checking signal-hook-mio v0.2.4 |
| 2184 | 2026-02-27T02:11:25.400Z | Checking bzip2 v0.4.4 |
| 2185 | 2026-02-27T02:11:25.567Z | Checking ref-cast v1.0.25 |
| 2186 | 2026-02-27T02:11:25.570Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2187 | 2026-02-27T02:11:25.677Z | Checking psl-types v2.0.11 |
| 2188 | 2026-02-27T02:11:25.679Z | Checking toml_edit v0.19.15 |
| 2189 | 2026-02-27T02:11:25.774Z | Checking zip v0.6.6 |
| 2190 | 2026-02-27T02:11:25.777Z | Checking cookie v0.18.1 |
| 2191 | 2026-02-27T02:11:25.881Z | Checking zstd-safe v7.2.3 |
| 2192 | 2026-02-27T02:11:25.939Z | Checking publicsuffix v2.3.0 |
| 2193 | 2026-02-27T02:11:26.254Z | Checking siphasher v0.3.11 |
| 2194 | 2026-02-27T02:11:26.314Z | Checking bumpalo v3.16.0 |
| 2195 | 2026-02-27T02:11:26.366Z | Checking lockfree-object-pool v0.1.6 |
| 2196 | 2026-02-27T02:11:26.487Z | Checking simd-adler32 v0.3.7 |
| 2197 | 2026-02-27T02:11:26.627Z | Checking fixedbitset v0.5.7 |
| 2198 | 2026-02-27T02:11:26.685Z | Checking phf_shared v0.11.2 |
| 2199 | 2026-02-27T02:11:26.727Z | Checking cookie_store v0.22.1 |
| 2200 | 2026-02-27T02:11:26.895Z | Checking zopfli v0.8.1 |
| 2201 | 2026-02-27T02:11:26.969Z | Checking zstd v0.13.3 |
| 2202 | 2026-02-27T02:11:27.018Z | Checking crossterm v0.28.1 |
| 2203 | 2026-02-27T02:11:27.075Z | Checking petgraph v0.8.2 |
| 2204 | 2026-02-27T02:11:27.384Z | Checking bzip2 v0.5.2 |
| 2205 | 2026-02-27T02:11:27.444Z | Checking similar v2.7.0 |
| 2206 | 2026-02-27T02:11:27.615Z | Checking rustls-platform-verifier v0.6.2 |
| 2207 | 2026-02-27T02:11:27.742Z | Checking serde-big-array v0.5.1 |
| 2208 | 2026-02-27T02:11:27.897Z | Checking hash32 v0.2.1 |
| 2209 | 2026-02-27T02:11:28.003Z | Checking socket2 v0.5.10 |
| 2210 | 2026-02-27T02:11:28.063Z | Checking dof v0.4.0 |
| 2211 | 2026-02-27T02:11:28.174Z | Checking toml v0.7.8 |
| 2212 | 2026-02-27T02:11:28.236Z | Checking winnow v0.6.26 |
| 2213 | 2026-02-27T02:11:28.239Z | Checking unicode-bidi v0.3.17 |
| 2214 | 2026-02-27T02:11:28.351Z | Checking unicode-properties v0.1.3 |
| 2215 | 2026-02-27T02:11:28.552Z | Checking jiff v0.2.15 |
| 2216 | 2026-02-27T02:11:28.743Z | Checking predicates-core v1.0.8 |
| 2217 | 2026-02-27T02:11:28.806Z | Checking heapless v0.7.17 |
| 2218 | 2026-02-27T02:11:28.912Z | Checking reqwest v0.13.2 |
| 2219 | 2026-02-27T02:11:28.972Z | Checking stringprep v0.1.5 |
| 2220 | 2026-02-27T02:11:28.976Z | Checking usdt-impl v0.6.0 |
| 2221 | 2026-02-27T02:11:29.080Z | Checking hickory-proto v0.25.2 |
| 2222 | 2026-02-27T02:11:29.302Z | Checking tokio-stream v0.1.17 |
| 2223 | 2026-02-27T02:11:29.648Z | Checking usdt v0.6.0 |
| 2224 | 2026-02-27T02:11:29.708Z | Checking fs-err v3.1.1 |
| 2225 | 2026-02-27T02:11:29.990Z | Checking md-5 v0.10.6 |
| 2226 | 2026-02-27T02:11:30.144Z | Checking float-cmp v0.10.0 |
| 2227 | 2026-02-27T02:11:30.284Z | Checking difflib v0.4.0 |
| 2228 | 2026-02-27T02:11:30.343Z | Checking normalize-line-endings v0.3.0 |
| 2229 | 2026-02-27T02:11:30.411Z | Checking fallible-iterator v0.2.0 |
| 2230 | 2026-02-27T02:11:30.539Z | Checking rustc-hash v2.1.1 |
| 2231 | 2026-02-27T02:11:30.655Z | Checking smoltcp v0.9.1 |
| 2232 | 2026-02-27T02:11:30.658Z | Checking predicates v3.1.3 |
| 2233 | 2026-02-27T02:11:30.763Z | Checking nix v0.29.0 |
| 2234 | 2026-02-27T02:11:30.821Z | Checking iddqd v0.3.16 |
| 2235 | 2026-02-27T02:11:30.957Z | Checking itertools v0.10.5 |
| 2236 | 2026-02-27T02:11:31.051Z | Checking postgres-protocol v0.6.8 |
| 2237 | 2026-02-27T02:11:31.408Z | Checking buf-list v1.0.3 |
| 2238 | 2026-02-27T02:11:31.779Z | Checking strum v0.27.2 |
| 2239 | 2026-02-27T02:11:31.839Z | Checking precomputed-hash v0.1.1 |
| 2240 | 2026-02-27T02:11:32.015Z | Checking new_debug_unreachable v1.0.6 |
| 2241 | 2026-02-27T02:11:32.070Z | Checking lalrpop-util v0.19.12 |
| 2242 | 2026-02-27T02:11:32.073Z | Checking fixedbitset v0.4.2 |
| 2243 | 2026-02-27T02:11:32.165Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2244 | 2026-02-27T02:11:32.168Z | Checking string_cache v0.8.9 |
| 2245 | 2026-02-27T02:11:32.420Z | Checking postgres-types v0.2.9 |
| 2246 | 2026-02-27T02:11:32.478Z | Checking petgraph v0.6.5 |
| 2247 | 2026-02-27T02:11:32.586Z | Checking phf v0.11.2 |
| 2248 | 2026-02-27T02:11:32.682Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2249 | 2026-02-27T02:11:32.917Z | Checking peg-runtime v0.8.5 |
| 2250 | 2026-02-27T02:11:33.038Z | Checking whoami v1.5.2 |
| 2251 | 2026-02-27T02:11:33.151Z | Checking camino v1.2.2 |
| 2252 | 2026-02-27T02:11:33.218Z | Checking futures-executor v0.3.31 |
| 2253 | 2026-02-27T02:11:33.282Z | Checking is-terminal v0.4.13 |
| 2254 | 2026-02-27T02:11:33.385Z | Checking tokio-postgres v0.7.13 |
| 2255 | 2026-02-27T02:11:33.490Z | Checking crossbeam-channel v0.5.15 |
| 2256 | 2026-02-27T02:11:33.549Z | Checking futures v0.3.31 |
| 2257 | 2026-02-27T02:11:33.734Z | Checking regress v0.10.5 |
| 2258 | 2026-02-27T02:11:33.796Z | Checking thread_local v1.1.8 |
| 2259 | 2026-02-27T02:11:34.112Z | Compiling rustls v0.22.4 |
| 2260 | 2026-02-27T02:11:34.309Z | Compiling newtype-uuid-macros v0.1.0 |
| 2261 | 2026-02-27T02:11:34.549Z | Checking zip v4.2.0 |
| 2262 | 2026-02-27T02:11:34.622Z | Compiling structmeta-derive v0.3.0 |
| 2263 | 2026-02-27T02:11:35.410Z | Checking term v1.1.0 |
| 2264 | 2026-02-27T02:11:35.497Z | Checking take_mut v0.2.2 |
| 2265 | 2026-02-27T02:11:35.726Z | Checking slog-async v2.8.0 |
| 2266 | 2026-02-27T02:11:35.875Z | Checking slog-term v2.9.2 |
| 2267 | 2026-02-27T02:11:35.940Z | Compiling multer v3.1.0 |
| 2268 | 2026-02-27T02:11:36.014Z | Compiling async-stream-impl v0.3.6 |
| 2269 | 2026-02-27T02:11:36.073Z | Compiling dropshot v0.16.7 |
| 2270 | 2026-02-27T02:11:36.140Z | Checking match_cfg v0.1.0 |
| 2271 | 2026-02-27T02:11:36.313Z | Checking hostname v0.3.1 |
| 2272 | 2026-02-27T02:11:36.450Z | Compiling dropshot_endpoint v0.16.7 |
| 2273 | 2026-02-27T02:11:36.511Z | Checking debug-ignore v1.0.5 |
| 2274 | 2026-02-27T02:11:36.516Z | Checking slog-json v2.6.1 |
| 2275 | 2026-02-27T02:11:36.689Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2276 | 2026-02-27T02:11:36.749Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 2277 | 2026-02-27T02:11:36.927Z | Checking slog-bunyan v2.5.0 |
| 2278 | 2026-02-27T02:11:36.998Z | Checking rustls-webpki v0.102.8 |
| 2279 | 2026-02-27T02:11:37.089Z | Compiling structmeta v0.3.0 |
| 2280 | 2026-02-27T02:11:37.165Z | Checking serde_path_to_error v0.1.20 |
| 2281 | 2026-02-27T02:11:37.282Z | Checking serde_spanned v1.0.4 |
| 2282 | 2026-02-27T02:11:37.522Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2283 | 2026-02-27T02:11:37.526Z | Compiling derive-ex v0.1.8 |
| 2284 | 2026-02-27T02:11:37.627Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2285 | 2026-02-27T02:11:37.674Z | Checking async-stream v0.3.6 |
| 2286 | 2026-02-27T02:11:37.770Z | Checking rustls-pemfile v2.2.0 |
| 2287 | 2026-02-27T02:11:37.923Z | Checking waitgroup v0.1.2 |
| 2288 | 2026-02-27T02:11:37.977Z | Checking hostname v0.4.2 |
| 2289 | 2026-02-27T02:11:38.032Z | Checking toml v0.9.11+spec-1.1.0 |
| 2290 | 2026-02-27T02:11:38.089Z | Checking progenitor-client v0.13.0 |
| 2291 | 2026-02-27T02:11:38.147Z | Compiling parse-display-derive v0.10.0 |
| 2292 | 2026-02-27T02:11:38.151Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2293 | 2026-02-27T02:11:38.238Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2294 | 2026-02-27T02:11:38.404Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2295 | 2026-02-27T02:11:38.562Z | Checking macaddr v1.0.1 |
| 2296 | 2026-02-27T02:11:38.978Z | Checking progenitor-client v0.10.0 |
| 2297 | 2026-02-27T02:11:39.065Z | Checking itertools v0.14.0 |
| 2298 | 2026-02-27T02:11:39.286Z | Checking instant v0.1.13 |
| 2299 | 2026-02-27T02:11:39.437Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2300 | 2026-02-27T02:11:39.500Z | Checking backoff v0.4.0 |
| 2301 | 2026-02-27T02:11:39.503Z | Checking backon v1.6.0 |
| 2302 | 2026-02-27T02:11:39.667Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2303 | 2026-02-27T02:11:39.932Z | Checking heck v0.5.0 |
| 2304 | 2026-02-27T02:11:40.204Z | Checking camino-tempfile v1.4.1 |
| 2305 | 2026-02-27T02:11:40.543Z | Checking unicode-width v0.1.14 |
| 2306 | 2026-02-27T02:11:40.709Z | Checking crossbeam-deque v0.8.5 |
| 2307 | 2026-02-27T02:11:41.072Z | Compiling rayon-core v1.12.1 |
| 2308 | 2026-02-27T02:11:41.124Z | Checking toml v0.8.23 |
| 2309 | 2026-02-27T02:11:41.257Z | Checking tokio-rustls v0.25.0 |
| 2310 | 2026-02-27T02:11:41.580Z | Compiling proc-macro-error v1.0.4 |
| 2311 | 2026-02-27T02:11:41.657Z | Compiling test-strategy v0.4.3 |
| 2312 | 2026-02-27T02:11:41.851Z | Checking secrecy v0.10.3 |
| 2313 | 2026-02-27T02:11:41.914Z | Checking parse-display v0.10.0 |
| 2314 | 2026-02-27T02:11:42.106Z | Compiling crucible-workspace-hack v0.1.0 |
| 2315 | 2026-02-27T02:11:42.169Z | Compiling unsafe-libyaml v0.2.11 |
| 2316 | 2026-02-27T02:11:42.225Z | Compiling proc-macro-crate v1.3.1 |
| 2317 | 2026-02-27T02:11:42.228Z | Checking rayon v1.10.0 |
| 2318 | 2026-02-27T02:11:42.717Z | Compiling nix v0.30.1 |
| 2319 | 2026-02-27T02:11:43.117Z | Checking glob v0.3.2 |
| 2320 | 2026-02-27T02:11:43.265Z | Compiling num_enum_derive v0.5.11 |
| 2321 | 2026-02-27T02:11:43.573Z | Compiling serde_yaml v0.9.34+deprecated |
| 2322 | 2026-02-27T02:11:43.771Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2323 | 2026-02-27T02:11:43.922Z | Compiling heapless v0.8.0 |
| 2324 | 2026-02-27T02:11:44.930Z | Compiling ingot-macros v0.1.1 |
| 2325 | 2026-02-27T02:11:45.234Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2326 | 2026-02-27T02:11:45.544Z | Checking num_enum v0.5.11 |
| 2327 | 2026-02-27T02:11:45.780Z | Checking tabwriter v1.4.0 |
| 2328 | 2026-02-27T02:11:45.908Z | Checking hash32 v0.3.1 |
| 2329 | 2026-02-27T02:11:46.019Z | Compiling smoltcp v0.11.0 |
| 2330 | 2026-02-27T02:11:46.090Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2331 | 2026-02-27T02:11:46.142Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2332 | 2026-02-27T02:11:46.195Z | Checking unicode-width v0.2.0 |
| 2333 | 2026-02-27T02:11:46.614Z | Compiling foreign-types-macros v0.2.3 |
| 2334 | 2026-02-27T02:11:46.748Z | Checking cobs v0.2.3 |
| 2335 | 2026-02-27T02:11:46.868Z | Checking foreign-types-shared v0.3.1 |
| 2336 | 2026-02-27T02:11:47.004Z | Checking postcard v1.0.10 |
| 2337 | 2026-02-27T02:11:47.296Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2338 | 2026-02-27T02:11:47.354Z | Checking sigpipe v0.1.3 |
| 2339 | 2026-02-27T02:11:47.510Z | Checking cstr-argument v0.1.2 |
| 2340 | 2026-02-27T02:11:47.568Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2341 | 2026-02-27T02:11:47.571Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2342 | 2026-02-27T02:11:47.768Z | Checking pretty-hex v0.2.1 |
| 2343 | 2026-02-27T02:11:47.821Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2344 | 2026-02-27T02:11:47.825Z | Checking foreign-types v0.5.0 |
| 2345 | 2026-02-27T02:11:47.996Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2346 | 2026-02-27T02:11:48.050Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2347 | 2026-02-27T02:11:48.177Z | Checking colored v2.2.0 |
| 2348 | 2026-02-27T02:11:48.319Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2349 | 2026-02-27T02:11:48.379Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2350 | 2026-02-27T02:11:48.383Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2351 | 2026-02-27T02:11:48.485Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2352 | 2026-02-27T02:11:48.613Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2353 | 2026-02-27T02:11:48.736Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2354 | 2026-02-27T02:11:48.813Z | Compiling zone_cfg_derive v0.3.0 |
| 2355 | 2026-02-27T02:11:49.104Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2356 | 2026-02-27T02:11:49.219Z | Checking itertools v0.12.1 |
| 2357 | 2026-02-27T02:11:49.333Z | Checking smf v0.2.3 |
| 2358 | 2026-02-27T02:11:49.500Z | Compiling num-derive v0.4.2 |
| 2359 | 2026-02-27T02:11:49.838Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2360 | 2026-02-27T02:11:50.153Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2361 | 2026-02-27T02:11:50.337Z | Compiling convert_case v0.4.0 |
| 2362 | 2026-02-27T02:11:50.431Z | Compiling typify-impl v0.6.1 |
| 2363 | 2026-02-27T02:11:50.562Z | Checking indent_write v2.2.0 |
| 2364 | 2026-02-27T02:11:50.808Z | Checking half v2.4.1 |
| 2365 | 2026-02-27T02:11:51.190Z | Compiling derive_more v0.99.20 |
| 2366 | 2026-02-27T02:11:51.291Z | Checking ingot-types v0.1.2 |
| 2367 | 2026-02-27T02:11:51.351Z | Checking ciborium-io v0.2.2 |
| 2368 | 2026-02-27T02:11:51.540Z | Checking ciborium-ll v0.2.2 |
| 2369 | 2026-02-27T02:11:51.693Z | Checking zone v0.3.1 |
| 2370 | 2026-02-27T02:11:51.751Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2371 | 2026-02-27T02:11:51.915Z | Checking ciborium v0.2.2 |
| 2372 | 2026-02-27T02:11:52.104Z | Checking ingot v0.1.1 |
| 2373 | 2026-02-27T02:11:52.247Z | Compiling usdt-attr-macro v0.5.0 |
| 2374 | 2026-02-27T02:11:52.452Z | Compiling usdt-macro v0.5.0 |
| 2375 | 2026-02-27T02:11:52.935Z | Checking memmap v0.7.0 |
| 2376 | 2026-02-27T02:11:53.206Z | Checking universal-hash v0.5.1 |
| 2377 | 2026-02-27T02:11:53.258Z | Checking opaque-debug v0.3.1 |
| 2378 | 2026-02-27T02:11:53.412Z | Checking aead v0.5.2 |
| 2379 | 2026-02-27T02:11:53.488Z | Checking poly1305 v0.8.0 |
| 2380 | 2026-02-27T02:11:53.738Z | Checking chacha20 v0.9.1 |
| 2381 | 2026-02-27T02:11:53.897Z | Checking password-hash v0.5.0 |
| 2382 | 2026-02-27T02:11:53.986Z | Checking usdt v0.5.0 |
| 2383 | 2026-02-27T02:11:54.133Z | Checking blake2 v0.10.6 |
| 2384 | 2026-02-27T02:11:54.190Z | Compiling typify-impl v0.4.3 |
| 2385 | 2026-02-27T02:11:54.306Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2386 | 2026-02-27T02:11:54.435Z | Checking chacha20poly1305 v0.10.1 |
| 2387 | 2026-02-27T02:11:54.628Z | Checking argon2 v0.5.3 |
| 2388 | 2026-02-27T02:11:54.698Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2389 | 2026-02-27T02:11:55.295Z | Compiling derive-where v1.5.0 |
| 2390 | 2026-02-27T02:11:55.422Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2391 | 2026-02-27T02:11:55.533Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2392 | 2026-02-27T02:11:55.879Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2393 | 2026-02-27T02:11:56.562Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2394 | 2026-02-27T02:11:57.074Z | Checking thiserror-no-std v2.0.2 |
| 2395 | 2026-02-27T02:11:57.131Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2396 | 2026-02-27T02:11:57.273Z | Checking vsss-rs v3.3.4 |
| 2397 | 2026-02-27T02:11:57.352Z | Checking tokio-dtrace v0.1.0 |
| 2398 | 2026-02-27T02:11:57.720Z | Checking console v0.15.10 |
| 2399 | 2026-02-27T02:11:58.092Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2400 | 2026-02-27T02:11:58.309Z | Checking swrite v0.1.0 |
| 2401 | 2026-02-27T02:11:58.369Z | Checking oxide-tokio-rt v0.1.2 |
| 2402 | 2026-02-27T02:11:58.693Z | Checking atomicwrites v0.4.4 |
| 2403 | 2026-02-27T02:11:58.997Z | Checking newline-converter v0.3.0 |
| 2404 | 2026-02-27T02:11:59.232Z | Checking bytecount v0.6.8 |
| 2405 | 2026-02-27T02:11:59.469Z | Checking expectorate v1.2.0 |
| 2406 | 2026-02-27T02:11:59.765Z | Compiling prettyplease v0.2.36 |
| 2407 | 2026-02-27T02:11:59.878Z | Checking num-rational v0.4.2 |
| 2408 | 2026-02-27T02:12:00.155Z | Checking num-complex v0.4.6 |
| 2409 | 2026-02-27T02:12:00.291Z | Checking oxide-update-engine-types v0.1.0 |
| 2410 | 2026-02-27T02:12:00.433Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2411 | 2026-02-27T02:12:00.559Z | Checking float-ord v0.3.2 |
| 2412 | 2026-02-27T02:12:00.619Z | Checking same-file v1.0.6 |
| 2413 | 2026-02-27T02:12:00.790Z | Checking progenitor-client v0.11.2 |
| 2414 | 2026-02-27T02:12:00.932Z | Checking walkdir v2.5.0 |
| 2415 | 2026-02-27T02:12:01.039Z | Checking num v0.4.3 |
| 2416 | 2026-02-27T02:12:01.174Z | Checking gethostname v0.5.0 |
| 2417 | 2026-02-27T02:12:01.384Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2418 | 2026-02-27T02:12:01.980Z | Compiling typify-macro v0.6.1 |
| 2419 | 2026-02-27T02:12:05.248Z | Compiling async-recursion v1.1.1 |
| 2420 | 2026-02-27T02:12:05.440Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2421 | 2026-02-27T02:12:05.757Z | Compiling typify-macro v0.4.3 |
| 2422 | 2026-02-27T02:12:05.956Z | Compiling typify v0.6.1 |
| 2423 | 2026-02-27T02:12:06.201Z | Compiling progenitor-impl v0.13.0 |
| 2424 | 2026-02-27T02:12:06.421Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2425 | 2026-02-27T02:12:06.543Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2426 | 2026-02-27T02:12:08.286Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2427 | 2026-02-27T02:12:09.564Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2428 | 2026-02-27T02:12:09.678Z | Compiling typify v0.4.3 |
| 2429 | 2026-02-27T02:12:09.958Z | Compiling progenitor-impl v0.11.2 |
| 2430 | 2026-02-27T02:12:11.105Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2431 | 2026-02-27T02:12:12.174Z | Compiling cancel-safe-futures v0.1.5 |
| 2432 | 2026-02-27T02:12:12.703Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2433 | 2026-02-27T02:12:12.870Z | Compiling progenitor-macro v0.13.0 |
| 2434 | 2026-02-27T02:12:13.086Z | Checking linear-map v1.2.0 |
| 2435 | 2026-02-27T02:12:13.201Z | Checking smawk v0.3.2 |
| 2436 | 2026-02-27T02:12:13.530Z | Checking unicode-linebreak v0.1.5 |
| 2437 | 2026-02-27T02:12:13.583Z | Checking oxide-update-engine v0.1.0 |
| 2438 | 2026-02-27T02:12:14.021Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2439 | 2026-02-27T02:12:14.533Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2440 | 2026-02-27T02:12:14.634Z | Checking resolv-conf v0.7.0 |
| 2441 | 2026-02-27T02:12:15.070Z | Checking globset v0.4.15 |
| 2442 | 2026-02-27T02:12:15.646Z | Compiling convert_case v0.7.1 |
| 2443 | 2026-02-27T02:12:16.536Z | Compiling slog-dtrace v0.3.0 |
| 2444 | 2026-02-27T02:12:16.594Z | Compiling progenitor-macro v0.11.2 |
| 2445 | 2026-02-27T02:12:17.093Z | Compiling derive_more-impl v2.0.1 |
| 2446 | 2026-02-27T02:12:17.787Z | Compiling pin-project-internal v1.1.6 |
| 2447 | 2026-02-27T02:12:17.933Z | Compiling vte_generate_state_changes v0.1.2 |
| 2448 | 2026-02-27T02:12:18.650Z | Checking vte v0.11.1 |
| 2449 | 2026-02-27T02:12:18.957Z | Checking derive_more v2.0.1 |
| 2450 | 2026-02-27T02:12:19.137Z | Checking crossterm v0.29.0 |
| 2451 | 2026-02-27T02:12:20.141Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2452 | 2026-02-27T02:12:20.241Z | Checking fd-lock v4.0.2 |
| 2453 | 2026-02-27T02:12:20.482Z | Checking pem v3.0.5 |
| 2454 | 2026-02-27T02:12:20.532Z | Checking pin-project v1.1.6 |
| 2455 | 2026-02-27T02:12:20.535Z | Checking display-error-chain v0.2.2 |
| 2456 | 2026-02-27T02:12:20.639Z | Checking strip-ansi-escapes v0.2.0 |
| 2457 | 2026-02-27T02:12:20.730Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2458 | 2026-02-27T02:12:20.806Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2459 | 2026-02-27T02:12:20.863Z | Compiling snafu-derive v0.8.5 |
| 2460 | 2026-02-27T02:12:20.866Z | Checking linked-hash-map v0.5.6 |
| 2461 | 2026-02-27T02:12:21.151Z | Checking nu-ansi-term v0.50.1 |
| 2462 | 2026-02-27T02:12:21.293Z | Compiling object v0.37.3 |
| 2463 | 2026-02-27T02:12:21.625Z | Checking termtree v0.5.1 |
| 2464 | 2026-02-27T02:12:21.953Z | Checking reedline v0.40.0 |
| 2465 | 2026-02-27T02:12:22.030Z | Checking lru-cache v0.1.2 |
| 2466 | 2026-02-27T02:12:22.105Z | Checking textwrap v0.16.2 |
| 2467 | 2026-02-27T02:12:22.286Z | Checking olpc-cjson v0.1.4 |
| 2468 | 2026-02-27T02:12:22.590Z | Checking hickory-proto v0.24.4 |
| 2469 | 2026-02-27T02:12:22.593Z | Checking serde_plain v1.0.2 |
| 2470 | 2026-02-27T02:12:22.979Z | Checking typed-path v0.9.3 |
| 2471 | 2026-02-27T02:12:23.253Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2472 | 2026-02-27T02:12:24.821Z | Compiling minimal-lexical v0.2.1 |
| 2473 | 2026-02-27T02:12:25.306Z | Compiling nom v7.1.3 |
| 2474 | 2026-02-27T02:12:25.367Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2475 | 2026-02-27T02:12:25.447Z | Checking snafu v0.8.5 |
| 2476 | 2026-02-27T02:12:25.506Z | Checking progenitor v0.13.0 |
| 2477 | 2026-02-27T02:12:25.783Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2478 | 2026-02-27T02:12:25.972Z | Checking tough v0.20.0 |
| 2479 | 2026-02-27T02:12:26.492Z | Checking nibble_vec v0.1.0 |
| 2480 | 2026-02-27T02:12:26.671Z | Checking endian-type v0.1.2 |
| 2481 | 2026-02-27T02:12:26.776Z | Checking hickory-resolver v0.24.4 |
| 2482 | 2026-02-27T02:12:26.936Z | Checking radix_trie v0.2.1 |
| 2483 | 2026-02-27T02:12:27.412Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2484 | 2026-02-27T02:12:28.572Z | Checking humantime v2.2.0 |
| 2485 | 2026-02-27T02:12:28.814Z | Checking base64 v0.21.7 |
| 2486 | 2026-02-27T02:12:28.869Z | Checking progenitor v0.11.2 |
| 2487 | 2026-02-27T02:12:28.940Z | Checking qorb v0.4.1 |
| 2488 | 2026-02-27T02:12:29.155Z | Checking csv-core v0.1.11 |
| 2489 | 2026-02-27T02:12:29.379Z | Compiling stacker v0.1.23 |
| 2490 | 2026-02-27T02:12:29.742Z | Checking csv v1.3.1 |
| 2491 | 2026-02-27T02:12:29.926Z | Checking highway v1.3.0 |
| 2492 | 2026-02-27T02:12:30.455Z | Compiling cfg_aliases v0.1.1 |
| 2493 | 2026-02-27T02:12:30.594Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2494 | 2026-02-27T02:12:30.653Z | Compiling nix v0.28.0 |
| 2495 | 2026-02-27T02:12:30.698Z | Checking papergrid v0.11.0 |
| 2496 | 2026-02-27T02:12:31.449Z | Compiling tabled_derive v0.7.0 |
| 2497 | 2026-02-27T02:12:31.452Z | Checking home v0.5.9 |
| 2498 | 2026-02-27T02:12:31.547Z | Checking siphasher v1.0.1 |
| 2499 | 2026-02-27T02:12:31.665Z | Compiling ar_archive_writer v0.5.1 |
| 2500 | 2026-02-27T02:12:31.938Z | Checking phf_shared v0.12.1 |
| 2501 | 2026-02-27T02:12:32.018Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2502 | 2026-02-27T02:12:32.122Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2503 | 2026-02-27T02:12:32.181Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2504 | 2026-02-27T02:12:32.264Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2505 | 2026-02-27T02:12:33.109Z | Compiling semver v0.1.20 |
| 2506 | 2026-02-27T02:12:33.109Z | Compiling chrono-tz v0.10.4 |
| 2507 | 2026-02-27T02:12:33.329Z | Checking phf v0.12.1 |
| 2508 | 2026-02-27T02:12:33.672Z | Compiling rustc_version v0.1.7 |
| 2509 | 2026-02-27T02:12:33.722Z | Checking tabled v0.15.0 |
| 2510 | 2026-02-27T02:12:33.820Z | Compiling psm v0.1.30 |
| 2511 | 2026-02-27T02:12:33.985Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2512 | 2026-02-27T02:12:34.135Z | Compiling const_format_proc_macros v0.2.34 |
| 2513 | 2026-02-27T02:12:34.740Z | Compiling peg-macros v0.8.5 |
| 2514 | 2026-02-27T02:12:35.059Z | Compiling sqlparser_derive v0.5.0 |
| 2515 | 2026-02-27T02:12:35.601Z | Checking recursive v0.1.1 |
| 2516 | 2026-02-27T02:12:36.022Z | Checking unicode_categories v0.1.1 |
| 2517 | 2026-02-27T02:12:36.308Z | Checking rustyline v14.0.0 |
| 2518 | 2026-02-27T02:12:36.372Z | Checking sqlformat v0.3.5 |
| 2519 | 2026-02-27T02:12:36.430Z | Checking const_format v0.2.34 |
| 2520 | 2026-02-27T02:12:36.578Z | Compiling newtype_derive v0.1.6 |
| 2521 | 2026-02-27T02:12:36.676Z | Checking sqlparser v0.61.0 |
| 2522 | 2026-02-27T02:12:37.031Z | Checking bcs v0.1.6 |
| 2523 | 2026-02-27T02:12:37.494Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2524 | 2026-02-27T02:12:37.553Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2525 | 2026-02-27T02:12:37.616Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2526 | 2026-02-27T02:12:37.830Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2527 | 2026-02-27T02:12:37.912Z | Checking colored v3.0.0 |
| 2528 | 2026-02-27T02:12:37.969Z | Checking peg v0.8.5 |
| 2529 | 2026-02-27T02:12:38.135Z | Checking steno v0.4.1 |
| 2530 | 2026-02-27T02:12:38.334Z | Checking utf-8 v0.7.6 |
| 2531 | 2026-02-27T02:12:38.384Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2532 | 2026-02-27T02:12:38.653Z | Checking xattr v1.3.1 |
| 2533 | 2026-02-27T02:12:38.858Z | Checking filetime v0.2.26 |
| 2534 | 2026-02-27T02:12:38.918Z | Checking arc-swap v1.7.1 |
| 2535 | 2026-02-27T02:12:39.130Z | Checking tar v0.4.44 |
| 2536 | 2026-02-27T02:12:39.368Z | Checking slog-scope v4.4.0 |
| 2537 | 2026-02-27T02:12:39.671Z | Checking slog-stdlog v4.1.1 |
| 2538 | 2026-02-27T02:12:39.930Z | Checking slog-envlogger v2.2.0 |
| 2539 | 2026-02-27T02:12:40.021Z | Checking tungstenite v0.21.0 |
| 2540 | 2026-02-27T02:12:40.079Z | Compiling typify-impl v0.2.0 |
| 2541 | 2026-02-27T02:12:40.232Z | Checking subprocess v0.2.9 |
| 2542 | 2026-02-27T02:12:40.290Z | Checking headers-core v0.3.0 |
| 2543 | 2026-02-27T02:12:40.508Z | Checking headers v0.4.1 |
| 2544 | 2026-02-27T02:12:40.925Z | Checking tokio-tungstenite v0.21.0 |
| 2545 | 2026-02-27T02:12:41.453Z | Compiling lzma-sys v0.1.20 |
| 2546 | 2026-02-27T02:12:41.574Z | Checking progenitor-client v0.8.0 |
| 2547 | 2026-02-27T02:12:42.005Z | Compiling heck v0.3.3 |
| 2548 | 2026-02-27T02:12:42.403Z | Compiling zone_cfg_derive v0.1.2 |
| 2549 | 2026-02-27T02:12:42.547Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2550 | 2026-02-27T02:12:42.915Z | Checking yasna v0.5.2 |
| 2551 | 2026-02-27T02:12:43.071Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-02-27T02:12:43.335Z | Checking number_prefix v0.4.0 |
| 2553 | 2026-02-27T02:12:43.557Z | Checking base64 v0.13.1 |
| 2554 | 2026-02-27T02:12:43.693Z | Checking indicatif v0.17.11 |
| 2555 | 2026-02-27T02:12:43.829Z | Checking rcgen v0.12.1 |
| 2556 | 2026-02-27T02:12:43.913Z | Checking zone v0.1.8 |
| 2557 | 2026-02-27T02:12:44.034Z | Checking ron v0.7.1 |
| 2558 | 2026-02-27T02:12:44.480Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2559 | 2026-02-27T02:12:44.538Z | Checking xz2 v0.1.7 |
| 2560 | 2026-02-27T02:12:44.678Z | Checking dropshot-api-manager-types v0.3.0 |
| 2561 | 2026-02-27T02:12:44.917Z | Compiling moka v0.12.10 |
| 2562 | 2026-02-27T02:12:45.014Z | Checking tagptr v0.2.0 |
| 2563 | 2026-02-27T02:12:45.070Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2564 | 2026-02-27T02:12:45.157Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2565 | 2026-02-27T02:12:45.355Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2566 | 2026-02-27T02:12:45.410Z | Compiling libefi-sys v0.1.0 |
| 2567 | 2026-02-27T02:12:45.464Z | Compiling radium v0.7.0 |
| 2568 | 2026-02-27T02:12:45.883Z | Compiling bitfield-struct v0.6.2 |
| 2569 | 2026-02-27T02:12:46.208Z | Compiling maybe-uninit v2.0.0 |
| 2570 | 2026-02-27T02:12:46.267Z | Checking tap v1.0.1 |
| 2571 | 2026-02-27T02:12:46.502Z | Checking wyz v0.5.1 |
| 2572 | 2026-02-27T02:12:46.907Z | Checking hickory-resolver v0.25.2 |
| 2573 | 2026-02-27T02:12:47.075Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2574 | 2026-02-27T02:12:47.167Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2575 | 2026-02-27T02:12:47.383Z | Compiling progenitor-impl v0.10.0 |
| 2576 | 2026-02-27T02:12:47.441Z | Compiling zerocopy-derive v0.6.6 |
| 2577 | 2026-02-27T02:12:47.806Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2578 | 2026-02-27T02:12:47.946Z | Compiling packed_struct v0.10.1 |
| 2579 | 2026-02-27T02:12:48.002Z | Checking crc-catalog v2.4.0 |
| 2580 | 2026-02-27T02:12:48.230Z | Checking funty v2.0.0 |
| 2581 | 2026-02-27T02:12:48.484Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2582 | 2026-02-27T02:12:48.626Z | Checking crc v3.2.1 |
| 2583 | 2026-02-27T02:12:49.164Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2584 | 2026-02-27T02:12:49.223Z | Checking bitvec v1.0.1 |
| 2585 | 2026-02-27T02:12:49.375Z | Checking zerocopy v0.6.6 |
| 2586 | 2026-02-27T02:12:49.432Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2587 | 2026-02-27T02:12:49.852Z | Compiling packed_struct_codegen v0.10.1 |
| 2588 | 2026-02-27T02:12:50.145Z | Compiling bitfield-macros v0.19.2 |
| 2589 | 2026-02-27T02:12:51.070Z | Compiling typify-macro v0.2.0 |
| 2590 | 2026-02-27T02:12:51.691Z | Compiling indexmap v1.9.3 |
| 2591 | 2026-02-27T02:12:51.855Z | Checking nodrop v0.1.14 |
| 2592 | 2026-02-27T02:12:52.057Z | Checking array-init v0.0.4 |
| 2593 | 2026-02-27T02:12:52.198Z | Checking bitfield v0.19.2 |
| 2594 | 2026-02-27T02:12:52.320Z | Checking smallvec v0.6.14 |
| 2595 | 2026-02-27T02:12:52.692Z | Checking hashbrown v0.12.3 |
| 2596 | 2026-02-27T02:12:52.755Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2597 | 2026-02-27T02:12:53.056Z | Checking serde-hex v0.1.0 |
| 2598 | 2026-02-27T02:12:53.112Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2599 | 2026-02-27T02:12:53.881Z | Compiling progenitor-macro v0.10.0 |
| 2600 | 2026-02-27T02:12:54.475Z | Checking ron v0.8.1 |
| 2601 | 2026-02-27T02:12:54.867Z | Compiling typify v0.2.0 |
| 2602 | 2026-02-27T02:12:55.098Z | Compiling progenitor-impl v0.8.0 |
| 2603 | 2026-02-27T02:12:55.325Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2604 | 2026-02-27T02:12:55.741Z | Checking hashbrown v0.13.2 |
| 2605 | 2026-02-27T02:12:56.750Z | Checking crc-any v2.5.0 |
| 2606 | 2026-02-27T02:12:56.962Z | Checking object v0.30.4 |
| 2607 | 2026-02-27T02:12:57.162Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2608 | 2026-02-27T02:12:57.520Z | Checking path-slash v0.1.5 |
| 2609 | 2026-02-27T02:12:57.564Z | Compiling xshell-macros v0.2.7 |
| 2610 | 2026-02-27T02:12:57.723Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2611 | 2026-02-27T02:12:58.400Z | Checking xshell v0.2.7 |
| 2612 | 2026-02-27T02:12:58.474Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2613 | 2026-02-27T02:12:58.891Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2614 | 2026-02-27T02:12:59.952Z | Checking half v1.8.3 |
| 2615 | 2026-02-27T02:13:00.417Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2616 | 2026-02-27T02:13:00.476Z | Checking serde_cbor v0.11.2 |
| 2617 | 2026-02-27T02:13:01.307Z | Compiling proc-macro-error2 v2.0.1 |
| 2618 | 2026-02-27T02:13:01.408Z | Compiling num-derive v0.3.3 |
| 2619 | 2026-02-27T02:13:01.533Z | Compiling progenitor-macro v0.8.0 |
| 2620 | 2026-02-27T02:13:01.986Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2621 | 2026-02-27T02:13:02.455Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2622 | 2026-02-27T02:13:02.851Z | Compiling tabled_derive v0.11.0 |
| 2623 | 2026-02-27T02:13:03.009Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2624 | 2026-02-27T02:13:03.067Z | Checking papergrid v0.17.0 |
| 2625 | 2026-02-27T02:13:03.604Z | Checking libscf-sys v1.1.0 |
| 2626 | 2026-02-27T02:13:03.901Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2627 | 2026-02-27T02:13:04.394Z | Checking testing_table v0.3.0 |
| 2628 | 2026-02-27T02:13:04.613Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2629 | 2026-02-27T02:13:05.056Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2630 | 2026-02-27T02:13:05.488Z | Checking maplit v1.0.2 |
| 2631 | 2026-02-27T02:13:05.584Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2632 | 2026-02-27T02:13:05.730Z | Checking tabled v0.20.0 |
| 2633 | 2026-02-27T02:13:05.813Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2634 | 2026-02-27T02:13:06.333Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2635 | 2026-02-27T02:13:06.464Z | Checking progenitor v0.10.0 |
| 2636 | 2026-02-27T02:13:06.527Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2637 | 2026-02-27T02:13:06.749Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2638 | 2026-02-27T02:13:06.827Z | Checking crc8 v0.1.1 |
| 2639 | 2026-02-27T02:13:07.050Z | Checking fxhash v0.2.1 |
| 2640 | 2026-02-27T02:13:07.106Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2641 | 2026-02-27T02:13:07.314Z | Checking unicase v2.8.1 |
| 2642 | 2026-02-27T02:13:07.661Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2643 | 2026-02-27T02:13:08.518Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2644 | 2026-02-27T02:13:08.726Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2645 | 2026-02-27T02:13:08.984Z | Checking kstat-rs v0.2.4 |
| 2646 | 2026-02-27T02:13:09.342Z | Compiling parking_lot_core v0.8.6 |
| 2647 | 2026-02-27T02:13:09.437Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2648 | 2026-02-27T02:13:09.644Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2649 | 2026-02-27T02:13:09.979Z | Checking scheduled-thread-pool v0.2.7 |
| 2650 | 2026-02-27T02:13:10.078Z | Compiling dsl_auto_type v0.1.2 |
| 2651 | 2026-02-27T02:13:10.207Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2652 | 2026-02-27T02:13:10.265Z | Compiling vergen-gitcl v1.0.8 |
| 2653 | 2026-02-27T02:13:10.360Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2654 | 2026-02-27T02:13:10.737Z | Checking r2d2 v0.8.10 |
| 2655 | 2026-02-27T02:13:10.995Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2656 | 2026-02-27T02:13:11.057Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2657 | 2026-02-27T02:13:11.108Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2658 | 2026-02-27T02:13:11.162Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2659 | 2026-02-27T02:13:11.224Z | Checking parking_lot v0.11.2 |
| 2660 | 2026-02-27T02:13:11.452Z | Compiling diesel_derives v2.2.3 |
| 2661 | 2026-02-27T02:13:11.677Z | Checking prefix-trie v0.7.0 |
| 2662 | 2026-02-27T02:13:11.751Z | Checking nanorand v0.7.0 |
| 2663 | 2026-02-27T02:13:12.181Z | Compiling dirs-sys-next v0.1.2 |
| 2664 | 2026-02-27T02:13:12.442Z | Compiling crunchy v0.2.2 |
| 2665 | 2026-02-27T02:13:12.516Z | Compiling dirs-next v2.0.0 |
| 2666 | 2026-02-27T02:13:12.751Z | Checking hickory-server v0.25.2 |
| 2667 | 2026-02-27T02:13:12.807Z | Checking flume v0.11.1 |
| 2668 | 2026-02-27T02:13:12.906Z | Checking sled v0.34.7 |
| 2669 | 2026-02-27T02:13:13.045Z | Compiling clang-sys v1.8.1 |
| 2670 | 2026-02-27T02:13:13.348Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2671 | 2026-02-27T02:13:13.765Z | Checking hickory-client v0.25.2 |
| 2672 | 2026-02-27T02:13:13.900Z | Compiling tiny-keccak v2.0.2 |
| 2673 | 2026-02-27T02:13:13.949Z | Checking progenitor v0.8.0 |
| 2674 | 2026-02-27T02:13:14.234Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2675 | 2026-02-27T02:13:14.546Z | Compiling term v0.7.0 |
| 2676 | 2026-02-27T02:13:14.647Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2677 | 2026-02-27T02:13:14.976Z | Compiling salty v0.3.0 |
| 2678 | 2026-02-27T02:13:15.467Z | Compiling bit-vec v0.6.3 |
| 2679 | 2026-02-27T02:13:15.739Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2680 | 2026-02-27T02:13:15.795Z | Compiling ascii-canvas v3.0.0 |
| 2681 | 2026-02-27T02:13:15.847Z | Compiling bit-set v0.5.3 |
| 2682 | 2026-02-27T02:13:16.168Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2683 | 2026-02-27T02:13:16.298Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2684 | 2026-02-27T02:13:16.911Z | Checking primeorder v0.13.6 |
| 2685 | 2026-02-27T02:13:17.207Z | Compiling ena v0.14.3 |
| 2686 | 2026-02-27T02:13:17.316Z | Compiling libloading v0.8.5 |
| 2687 | 2026-02-27T02:13:17.428Z | Compiling bindgen v0.71.1 |
| 2688 | 2026-02-27T02:13:17.652Z | Compiling regex-syntax v0.6.29 |
| 2689 | 2026-02-27T02:13:17.784Z | Compiling diff v0.1.13 |
| 2690 | 2026-02-27T02:13:18.371Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2691 | 2026-02-27T02:13:19.390Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2692 | 2026-02-27T02:13:20.895Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2693 | 2026-02-27T02:13:22.434Z | Checking diesel v2.2.12 |
| 2694 | 2026-02-27T02:13:22.751Z | Compiling lalrpop v0.19.12 |
| 2695 | 2026-02-27T02:13:22.819Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2696 | 2026-02-27T02:13:22.876Z | Compiling cexpr v0.6.0 |
| 2697 | 2026-02-27T02:13:24.235Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2698 | 2026-02-27T02:13:24.471Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2699 | 2026-02-27T02:13:24.935Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2700 | 2026-02-27T02:13:25.020Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2701 | 2026-02-27T02:13:26.337Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2702 | 2026-02-27T02:13:26.749Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2703 | 2026-02-27T02:13:27.814Z | Compiling libxml v0.3.3 |
| 2704 | 2026-02-27T02:13:28.272Z | Compiling fs-err v2.11.0 |
| 2705 | 2026-02-27T02:13:28.450Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2706 | 2026-02-27T02:13:28.503Z | Checking p384 v0.13.1 |
| 2707 | 2026-02-27T02:13:28.883Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2708 | 2026-02-27T02:13:29.259Z | Compiling strum_macros v0.24.3 |
| 2709 | 2026-02-27T02:13:29.512Z | Compiling indoc v1.0.9 |
| 2710 | 2026-02-27T02:13:30.106Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2711 | 2026-02-27T02:13:30.375Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2712 | 2026-02-27T02:13:30.491Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2713 | 2026-02-27T02:13:32.407Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2714 | 2026-02-27T02:13:34.035Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2715 | 2026-02-27T02:13:34.263Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2716 | 2026-02-27T02:13:34.341Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2717 | 2026-02-27T02:13:34.778Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2718 | 2026-02-27T02:13:34.836Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2719 | 2026-02-27T02:13:34.929Z | Checking quick-xml v0.37.2 |
| 2720 | 2026-02-27T02:13:35.245Z | Checking derive_builder v0.20.2 |
| 2721 | 2026-02-27T02:13:35.486Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2722 | 2026-02-27T02:13:36.287Z | Compiling oso-derive v0.27.3 |
| 2723 | 2026-02-27T02:13:36.497Z | Compiling trait-variant v0.1.2 |
| 2724 | 2026-02-27T02:13:36.700Z | Checking parse-size v1.1.0 |
| 2725 | 2026-02-27T02:13:36.963Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2726 | 2026-02-27T02:13:37.050Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2727 | 2026-02-27T02:13:37.449Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2728 | 2026-02-27T02:13:37.634Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2729 | 2026-02-27T02:13:38.628Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2730 | 2026-02-27T02:13:38.735Z | Checking assert_matches v1.5.0 |
| 2731 | 2026-02-27T02:13:39.369Z | Compiling mime_guess v2.0.5 |
| 2732 | 2026-02-27T02:13:39.372Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2733 | 2026-02-27T02:13:39.999Z | Checking predicates-tree v1.0.12 |
| 2734 | 2026-02-27T02:13:40.247Z | Checking http-range v0.1.5 |
| 2735 | 2026-02-27T02:13:40.294Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2736 | 2026-02-27T02:13:40.485Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2737 | 2026-02-27T02:13:40.671Z | Checking atty v0.2.14 |
| 2738 | 2026-02-27T02:13:40.811Z | Compiling diesel-dtrace v0.4.2 |
| 2739 | 2026-02-27T02:13:41.356Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2740 | 2026-02-27T02:13:41.762Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2741 | 2026-02-27T02:13:41.945Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2742 | 2026-02-27T02:13:42.068Z | Checking bb8 v0.8.5 |
| 2743 | 2026-02-27T02:13:42.120Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2744 | 2026-02-27T02:13:42.343Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2745 | 2026-02-27T02:13:42.548Z | Checking corncobs v0.1.4 |
| 2746 | 2026-02-27T02:13:42.695Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2747 | 2026-02-27T02:13:42.845Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2748 | 2026-02-27T02:13:42.924Z | Checking hyper-staticfile v0.10.1 |
| 2749 | 2026-02-27T02:13:42.928Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2750 | 2026-02-27T02:13:43.354Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2751 | 2026-02-27T02:13:43.413Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2752 | 2026-02-27T02:13:43.542Z | Checking ignore v0.4.23 |
| 2753 | 2026-02-27T02:13:43.594Z | Checking signal-hook-tokio v0.3.1 |
| 2754 | 2026-02-27T02:13:43.830Z | Checking secrecy v0.8.0 |
| 2755 | 2026-02-27T02:13:43.888Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2756 | 2026-02-27T02:13:44.446Z | Checking globwalk v0.9.1 |
| 2757 | 2026-02-27T02:13:44.524Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2758 | 2026-02-27T02:13:44.851Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2759 | 2026-02-27T02:13:45.278Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2760 | 2026-02-27T02:13:45.419Z | Checking nonempty v0.12.0 |
| 2761 | 2026-02-27T02:13:45.684Z | Checking camino-tempfile-ext v0.3.2 |
| 2762 | 2026-02-27T02:13:45.848Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2763 | 2026-02-27T02:13:46.045Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2764 | 2026-02-27T02:13:46.136Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2765 | 2026-02-27T02:13:46.873Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2766 | 2026-02-27T02:13:47.586Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2767 | 2026-02-27T02:13:47.928Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2768 | 2026-02-27T02:13:48.342Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2769 | 2026-02-27T02:13:50.103Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2770 | 2026-02-27T02:13:51.451Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2771 | 2026-02-27T02:13:51.667Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2772 | 2026-02-27T02:13:52.170Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2773 | 2026-02-27T02:13:52.232Z | Checking tungstenite v0.23.0 |
| 2774 | 2026-02-27T02:13:52.402Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2775 | 2026-02-27T02:13:53.011Z | Checking async-bb8-diesel v0.2.1 |
| 2776 | 2026-02-27T02:13:53.198Z | Checking tokio-tungstenite v0.23.1 |
| 2777 | 2026-02-27T02:13:53.654Z | Checking void v1.0.2 |
| 2778 | 2026-02-27T02:13:53.749Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2779 | 2026-02-27T02:13:53.804Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2780 | 2026-02-27T02:13:53.866Z | Checking lzss v0.8.2 |
| 2781 | 2026-02-27T02:13:54.140Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2782 | 2026-02-27T02:13:54.293Z | Checking nix v0.27.1 |
| 2783 | 2026-02-27T02:13:55.140Z | Checking serde_bytes v0.11.19 |
| 2784 | 2026-02-27T02:13:55.554Z | Checking rand_seeder v0.4.0 |
| 2785 | 2026-02-27T02:13:55.609Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2786 | 2026-02-27T02:13:55.880Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2787 | 2026-02-27T02:13:56.677Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2788 | 2026-02-27T02:13:56.788Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2789 | 2026-02-27T02:13:57.044Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2790 | 2026-02-27T02:13:58.240Z | Compiling owo-colors v4.2.3 |
| 2791 | 2026-02-27T02:13:58.693Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2792 | 2026-02-27T02:13:58.831Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2793 | 2026-02-27T02:13:59.077Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2794 | 2026-02-27T02:13:59.465Z | Checking is_ci v1.2.0 |
| 2795 | 2026-02-27T02:13:59.685Z | Checking yansi v1.0.1 |
| 2796 | 2026-02-27T02:14:00.342Z | Checking pretty_assertions v1.4.1 |
| 2797 | 2026-02-27T02:14:00.643Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2798 | 2026-02-27T02:14:01.083Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2799 | 2026-02-27T02:14:01.485Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2800 | 2026-02-27T02:14:01.612Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2801 | 2026-02-27T02:14:01.679Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2802 | 2026-02-27T02:14:02.128Z | Checking typeid v1.0.3 |
| 2803 | 2026-02-27T02:14:02.349Z | Compiling tabled_derive v0.10.0 |
| 2804 | 2026-02-27T02:14:02.710Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2805 | 2026-02-27T02:14:03.110Z | Checking papergrid v0.14.0 |
| 2806 | 2026-02-27T02:14:03.168Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2807 | 2026-02-27T02:14:04.443Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2808 | 2026-02-27T02:14:04.668Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2809 | 2026-02-27T02:14:04.855Z | Checking erased-serde v0.4.6 |
| 2810 | 2026-02-27T02:14:04.965Z | Checking tabled v0.18.0 |
| 2811 | 2026-02-27T02:14:05.188Z | Checking ordered-float v2.10.1 |
| 2812 | 2026-02-27T02:14:05.765Z | Compiling libz-sys v1.1.20 |
| 2813 | 2026-02-27T02:14:05.822Z | Checking castaway v0.2.3 |
| 2814 | 2026-02-27T02:14:06.071Z | Checking compact_str v0.8.0 |
| 2815 | 2026-02-27T02:14:06.323Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2816 | 2026-02-27T02:14:06.767Z | Checking serde-untagged v0.1.7 |
| 2817 | 2026-02-27T02:14:06.958Z | Checking serde-value v0.7.0 |
| 2818 | 2026-02-27T02:14:07.459Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2819 | 2026-02-27T02:14:07.883Z | Checking unicode-truncate v1.1.0 |
| 2820 | 2026-02-27T02:14:07.958Z | Checking concurrent-queue v2.5.0 |
| 2821 | 2026-02-27T02:14:08.180Z | Checking lru v0.12.5 |
| 2822 | 2026-02-27T02:14:08.399Z | Compiling instability v0.3.2 |
| 2823 | 2026-02-27T02:14:08.560Z | Checking parking v2.2.1 |
| 2824 | 2026-02-27T02:14:08.629Z | Checking unicode-xid v0.2.6 |
| 2825 | 2026-02-27T02:14:08.841Z | Compiling indoc v2.0.6 |
| 2826 | 2026-02-27T02:14:08.895Z | Checking cassowary v0.3.0 |
| 2827 | 2026-02-27T02:14:09.364Z | Checking cargo-util-schemas v0.8.2 |
| 2828 | 2026-02-27T02:14:09.527Z | Checking cargo-platform v0.2.0 |
| 2829 | 2026-02-27T02:14:09.837Z | Checking ratatui v0.29.0 |
| 2830 | 2026-02-27T02:14:09.941Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2831 | 2026-02-27T02:14:10.115Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2832 | 2026-02-27T02:14:11.572Z | Checking cargo_metadata v0.21.0 |
| 2833 | 2026-02-27T02:14:13.179Z | Checking supports-color v3.0.2 |
| 2834 | 2026-02-27T02:14:13.234Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2835 | 2026-02-27T02:14:13.360Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2836 | 2026-02-27T02:14:13.429Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2837 | 2026-02-27T02:14:13.774Z | Checking console v0.16.0 |
| 2838 | 2026-02-27T02:14:13.850Z | Checking unit-prefix v0.5.1 |
| 2839 | 2026-02-27T02:14:14.293Z | Checking event-listener v5.3.1 |
| 2840 | 2026-02-27T02:14:14.398Z | Checking indicatif v0.18.0 |
| 2841 | 2026-02-27T02:14:14.809Z | Checking libsw-core v0.3.1 |
| 2842 | 2026-02-27T02:14:15.127Z | Compiling vergen-git2 v1.0.7 |
| 2843 | 2026-02-27T02:14:15.170Z | Checking libsw v3.5.0 |
| 2844 | 2026-02-27T02:14:15.452Z | Checking event-listener-strategy v0.5.2 |
| 2845 | 2026-02-27T02:14:15.563Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2846 | 2026-02-27T02:14:15.642Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2847 | 2026-02-27T02:14:15.756Z | Checking shell-words v1.1.0 |
| 2848 | 2026-02-27T02:14:15.963Z | Checking plotters-backend v0.3.7 |
| 2849 | 2026-02-27T02:14:16.021Z | Compiling rustls v0.21.12 |
| 2850 | 2026-02-27T02:14:16.243Z | Checking oxide-update-engine-display v0.1.0 |
| 2851 | 2026-02-27T02:14:16.401Z | Checking plotters-svg v0.3.7 |
| 2852 | 2026-02-27T02:14:16.542Z | Checking futures-lite v2.3.0 |
| 2853 | 2026-02-27T02:14:16.680Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2854 | 2026-02-27T02:14:16.869Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2855 | 2026-02-27T02:14:17.217Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2856 | 2026-02-27T02:14:17.628Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2857 | 2026-02-27T02:14:17.875Z | Checking rustls-webpki v0.101.7 |
| 2858 | 2026-02-27T02:14:18.504Z | Checking sct v0.7.1 |
| 2859 | 2026-02-27T02:14:18.632Z | Checking cast v0.3.0 |
| 2860 | 2026-02-27T02:14:18.704Z | Checking hex-literal v0.4.1 |
| 2861 | 2026-02-27T02:14:18.919Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2862 | 2026-02-27T02:14:19.002Z | Checking criterion-plot v0.6.0 |
| 2863 | 2026-02-27T02:14:19.700Z | Checking plotters v0.3.7 |
| 2864 | 2026-02-27T02:14:21.486Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2865 | 2026-02-27T02:14:21.833Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2866 | 2026-02-27T02:14:23.348Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2867 | 2026-02-27T02:14:24.939Z | Checking tinytemplate v1.2.1 |
| 2868 | 2026-02-27T02:14:25.405Z | Checking oorandom v11.1.4 |
| 2869 | 2026-02-27T02:14:25.653Z | Checking anes v0.1.6 |
| 2870 | 2026-02-27T02:14:26.079Z | Checking criterion v0.7.0 |
| 2871 | 2026-02-27T02:14:27.162Z | Checking tokio-rustls v0.24.1 |
| 2872 | 2026-02-27T02:14:27.523Z | Checking async-lock v3.4.0 |
| 2873 | 2026-02-27T02:14:28.412Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2874 | 2026-02-27T02:14:28.806Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2875 | 2026-02-27T02:14:29.199Z | Checking rustls-pemfile v1.0.4 |
| 2876 | 2026-02-27T02:14:29.497Z | Checking twox-hash v2.1.0 |
| 2877 | 2026-02-27T02:14:30.102Z | Checking polling v3.7.3 |
| 2878 | 2026-02-27T02:14:30.245Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2879 | 2026-02-27T02:14:30.526Z | Checking async-io v2.3.4 |
| 2880 | 2026-02-27T02:14:31.015Z | Checking progenitor-extras v0.1.0 |
| 2881 | 2026-02-27T02:14:31.450Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2882 | 2026-02-27T02:14:31.496Z | Checking fatfs v0.3.6 |
| 2883 | 2026-02-27T02:14:31.741Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2884 | 2026-02-27T02:14:31.928Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2885 | 2026-02-27T02:14:32.249Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2886 | 2026-02-27T02:14:32.650Z | Compiling petname v2.0.2 |
| 2887 | 2026-02-27T02:14:33.623Z | Checking async-task v4.7.1 |
| 2888 | 2026-02-27T02:14:34.034Z | Compiling seq-macro v0.3.6 |
| 2889 | 2026-02-27T02:14:35.062Z | Checking async-channel v2.3.1 |
| 2890 | 2026-02-27T02:14:35.187Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2891 | 2026-02-27T02:14:35.372Z | Checking piper v0.2.4 |
| 2892 | 2026-02-27T02:14:35.428Z | Checking rtoolbox v0.0.2 |
| 2893 | 2026-02-27T02:14:35.690Z | Checking futures-timer v3.0.3 |
| 2894 | 2026-02-27T02:14:35.742Z | Checking rpassword v7.4.0 |
| 2895 | 2026-02-27T02:14:35.981Z | Checking blocking v1.6.1 |
| 2896 | 2026-02-27T02:14:36.365Z | Checking async-executor v1.13.1 |
| 2897 | 2026-02-27T02:14:36.790Z | Checking async-signal v0.2.10 |
| 2898 | 2026-02-27T02:14:36.842Z | Checking tui-tree-widget v0.23.1 |
| 2899 | 2026-02-27T02:14:37.124Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2900 | 2026-02-27T02:14:37.197Z | Checking polyval v0.6.2 |
| 2901 | 2026-02-27T02:14:37.466Z | Checking sapling-renderdag v0.1.0 |
| 2902 | 2026-02-27T02:14:37.534Z | Checking event-listener v2.5.3 |
| 2903 | 2026-02-27T02:14:37.757Z | Checking sync-ptr v0.1.4 |
| 2904 | 2026-02-27T02:14:38.028Z | Checking async-channel v1.9.0 |
| 2905 | 2026-02-27T02:14:38.083Z | Checking ghash v0.5.1 |
| 2906 | 2026-02-27T02:14:38.336Z | Checking async-process v2.3.0 |
| 2907 | 2026-02-27T02:14:38.379Z | Checking async-global-executor v2.4.1 |
| 2908 | 2026-02-27T02:14:38.731Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2909 | 2026-02-27T02:14:38.788Z | Checking ctr v0.9.2 |
| 2910 | 2026-02-27T02:14:39.117Z | Checking kv-log-macro v1.0.7 |
| 2911 | 2026-02-27T02:14:39.156Z | Compiling async-attributes v1.1.2 |
| 2912 | 2026-02-27T02:14:39.295Z | Checking arrayvec v0.7.6 |
| 2913 | 2026-02-27T02:14:39.737Z | Checking arrayref v0.3.9 |
| 2914 | 2026-02-27T02:14:39.793Z | Checking constant_time_eq v0.3.1 |
| 2915 | 2026-02-27T02:14:39.906Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2916 | 2026-02-27T02:14:39.995Z | Checking async-std v1.13.0 |
| 2917 | 2026-02-27T02:14:40.105Z | Checking aes-gcm v0.10.3 |
| 2918 | 2026-02-27T02:14:40.411Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2919 | 2026-02-27T02:14:42.286Z | Checking ssh-encoding v0.2.0 |
| 2920 | 2026-02-27T02:14:42.688Z | Checking blowfish v0.9.1 |
| 2921 | 2026-02-27T02:14:43.014Z | Checking bcrypt-pbkdf v0.10.0 |
| 2922 | 2026-02-27T02:14:43.274Z | Checking async-object-pool v0.1.5 |
| 2923 | 2026-02-27T02:14:43.335Z | Checking ssh-cipher v0.2.0 |
| 2924 | 2026-02-27T02:14:43.545Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2925 | 2026-02-27T02:14:43.690Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2926 | 2026-02-27T02:14:44.245Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2927 | 2026-02-27T02:14:44.704Z | Checking serde_regex v1.1.0 |
| 2928 | 2026-02-27T02:14:45.044Z | Checking password-hash v0.4.2 |
| 2929 | 2026-02-27T02:14:45.480Z | Checking assert-json-diff v2.0.2 |
| 2930 | 2026-02-27T02:14:45.536Z | Checking path-tree v0.8.1 |
| 2931 | 2026-02-27T02:14:45.751Z | Checking stringmetrics v2.2.2 |
| 2932 | 2026-02-27T02:14:45.817Z | Compiling target-lexicon v0.13.2 |
| 2933 | 2026-02-27T02:14:45.908Z | Checking pbkdf2 v0.11.0 |
| 2934 | 2026-02-27T02:14:46.079Z | Checking httpmock v0.8.0-alpha.1 |
| 2935 | 2026-02-27T02:14:46.263Z | Checking ssh-key v0.6.6 |
| 2936 | 2026-02-27T02:14:47.982Z | Checking p521 v0.13.3 |
| 2937 | 2026-02-27T02:14:49.406Z | Checking p256 v0.13.2 |
| 2938 | 2026-02-27T02:14:49.975Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2939 | 2026-02-27T02:14:50.395Z | Checking russh-cryptovec v0.7.3 |
| 2940 | 2026-02-27T02:14:50.690Z | Compiling guppy-workspace-hack v0.1.0 |
| 2941 | 2026-02-27T02:14:50.807Z | Checking md5 v0.7.0 |
| 2942 | 2026-02-27T02:14:51.168Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2943 | 2026-02-27T02:14:51.222Z | Checking russh-keys v0.45.0 |
| 2944 | 2026-02-27T02:14:51.622Z | Checking num-bigint v0.4.6 |
| 2945 | 2026-02-27T02:14:52.600Z | Checking des v0.8.1 |
| 2946 | 2026-02-27T02:14:53.226Z | Compiling blake3 v1.5.4 |
| 2947 | 2026-02-27T02:14:53.963Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2948 | 2026-02-27T02:14:54.023Z | Compiling target-spec v3.5.0 |
| 2949 | 2026-02-27T02:14:54.160Z | Checking russh v0.45.0 |
| 2950 | 2026-02-27T02:14:54.777Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2951 | 2026-02-27T02:14:55.400Z | Compiling samael v0.0.19 |
| 2952 | 2026-02-27T02:14:55.569Z | Checking cfg-expr v0.20.1 |
| 2953 | 2026-02-27T02:14:56.396Z | Checking supports-color v2.1.0 |
| 2954 | 2026-02-27T02:14:56.455Z | Checking textwrap v0.15.2 |
| 2955 | 2026-02-27T02:14:56.682Z | Checking supports-hyperlinks v2.1.0 |
| 2956 | 2026-02-27T02:14:56.902Z | Checking supports-unicode v2.1.0 |
| 2957 | 2026-02-27T02:14:56.958Z | Checking hashbrown v0.14.5 |
| 2958 | 2026-02-27T02:14:57.121Z | Checking backtrace-ext v0.2.1 |
| 2959 | 2026-02-27T02:14:57.352Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2960 | 2026-02-27T02:14:57.808Z | Checking terminal_size v0.1.17 |
| 2961 | 2026-02-27T02:14:58.015Z | Compiling miette-derive v5.10.0 |
| 2962 | 2026-02-27T02:14:58.069Z | Checking internet-checksum v0.2.1 |
| 2963 | 2026-02-27T02:14:58.279Z | Checking owo-colors v3.5.0 |
| 2964 | 2026-02-27T02:14:58.331Z | Checking chumsky v0.9.3 |
| 2965 | 2026-02-27T02:15:00.514Z | Checking miette v5.10.0 |
| 2966 | 2026-02-27T02:15:00.907Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2967 | 2026-02-27T02:15:01.362Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2968 | 2026-02-27T02:15:01.585Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2969 | 2026-02-27T02:15:02.156Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2970 | 2026-02-27T02:15:02.584Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2971 | 2026-02-27T02:15:02.644Z | Compiling knuffel-derive v3.2.0 |
| 2972 | 2026-02-27T02:15:02.884Z | Checking httptest v0.16.3 |
| 2973 | 2026-02-27T02:15:03.659Z | Compiling git2 v0.20.2 |
| 2974 | 2026-02-27T02:15:03.714Z | Checking pathdiff v0.2.3 |
| 2975 | 2026-02-27T02:15:03.947Z | Checking topological-sort v0.2.2 |
| 2976 | 2026-02-27T02:15:04.252Z | Checking nested v0.1.1 |
| 2977 | 2026-02-27T02:15:04.529Z | Checking omicron-zone-package v0.12.2 |
| 2978 | 2026-02-27T02:15:04.578Z | Checking guppy v0.17.20 |
| 2979 | 2026-02-27T02:15:05.692Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2980 | 2026-02-27T02:15:06.070Z | Compiling rstest_macros v0.25.0 |
| 2981 | 2026-02-27T02:15:06.326Z | Checking knuffel v3.2.0 |
| 2982 | 2026-02-27T02:15:06.517Z | Compiling doc-comment v0.3.3 |
| 2983 | 2026-02-27T02:15:06.658Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2984 | 2026-02-27T02:15:06.746Z | Compiling target-triple v0.1.3 |
| 2985 | 2026-02-27T02:15:07.106Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2986 | 2026-02-27T02:15:07.442Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2987 | 2026-02-27T02:15:07.521Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2988 | 2026-02-27T02:15:07.743Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2989 | 2026-02-27T02:15:07.927Z | Checking similar-asserts v1.7.0 |
| 2990 | 2026-02-27T02:15:08.596Z | Compiling proc-macro-crate v3.2.0 |
| 2991 | 2026-02-27T02:15:09.883Z | Checking escape8259 v0.5.3 |
| 2992 | 2026-02-27T02:15:10.165Z | Compiling assert_cmd v2.0.17 |
| 2993 | 2026-02-27T02:15:10.678Z | Compiling relative-path v1.9.3 |
| 2994 | 2026-02-27T02:15:10.849Z | Checking libtest-mimic v0.8.1 |
| 2995 | 2026-02-27T02:15:11.395Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2996 | 2026-02-27T02:15:11.568Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2997 | 2026-02-27T02:15:11.682Z | Checking blake2b_simd v1.0.2 |
| 2998 | 2026-02-27T02:15:12.077Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2999 | 2026-02-27T02:15:12.608Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3000 | 2026-02-27T02:15:12.999Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3001 | 2026-02-27T02:15:13.340Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3002 | 2026-02-27T02:15:13.832Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3003 | 2026-02-27T02:15:14.262Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3004 | 2026-02-27T02:15:14.386Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3005 | 2026-02-27T02:15:14.782Z | Checking fancy-regex v0.14.0 |
| 3006 | 2026-02-27T02:15:14.940Z | Checking serde_tokenstream v0.2.3 |
| 3007 | 2026-02-27T02:15:15.413Z | Checking uzers v0.12.1 |
| 3008 | 2026-02-27T02:15:15.599Z | Checking termcolor v1.4.1 |
| 3009 | 2026-02-27T02:15:15.894Z | Checking datatest-stable v0.3.2 |
| 3010 | 2026-02-27T02:15:16.020Z | Checking trybuild v1.0.106 |
| 3011 | 2026-02-27T02:15:16.718Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3012 | 2026-02-27T02:15:17.375Z | Checking rust-argon2 v2.1.0 |
| 3013 | 2026-02-27T02:15:17.900Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3014 | 2026-02-27T02:15:17.970Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3015 | 2026-02-27T02:15:19.461Z | Checking support-bundle-viewer v0.1.2 |
| 3016 | 2026-02-27T02:15:19.982Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3017 | 2026-02-27T02:15:20.227Z | Checking rstest v0.25.0 |
| 3018 | 2026-02-27T02:15:20.416Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3019 | 2026-02-27T02:15:20.539Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3020 | 2026-02-27T02:15:20.829Z | Checking drift v0.1.3 |
| 3021 | 2026-02-27T02:15:20.956Z | Checking rand_distr v0.5.1 |
| 3022 | 2026-02-27T02:15:21.421Z | Checking multimap v0.10.1 |
| 3023 | 2026-02-27T02:15:21.811Z | Checking approx v0.5.1 |
| 3024 | 2026-02-27T02:15:21.965Z | Checking dropshot-api-manager v0.3.0 |
| 3025 | 2026-02-27T02:15:22.412Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3026 | 2026-02-27T02:15:23.694Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3027 | 2026-02-27T02:15:24.132Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3028 | 2026-02-27T02:15:25.419Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3029 | 2026-02-27T02:15:25.476Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3030 | 2026-02-27T02:15:25.530Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3031 | 2026-02-27T02:15:25.845Z | Checking partial-io v0.5.4 |
| 3032 | 2026-02-27T02:15:26.316Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3033 | 2026-02-27T02:15:26.464Z | Checking cargo_toml v0.21.0 |
| 3034 | 2026-02-27T02:15:26.891Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3035 | 2026-02-27T02:15:27.878Z | Checking termios v0.3.3 |
| 3036 | 2026-02-27T02:15:27.939Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3037 | 2026-02-27T02:15:28.193Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3038 | 2026-02-27T02:15:28.630Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3039 | 2026-02-27T02:15:29.301Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3040 | 2026-02-27T02:15:30.188Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3041 | 2026-02-27T02:15:32.827Z | Compiling polar-core v0.27.3 |
| 3042 | 2026-02-27T02:15:34.792Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3043 | 2026-02-27T02:15:42.518Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3044 | 2026-02-27T02:15:43.651Z | Checking oso v0.27.3 |
| 3045 | 2026-02-27T02:15:46.296Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3046 | 2026-02-27T02:15:50.877Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3047 | 2026-02-27T02:15:52.824Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3048 | 2026-02-27T02:15:59.865Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3049 | 2026-02-27T02:16:08.249Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3050 | 2026-02-27T02:16:15.116Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3051 | 2026-02-27T02:16:15.880Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3052 | 2026-02-27T02:16:36.594Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3053 | 2026-02-27T02:18:55.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 06s |
| 3054 | 2026-02-27T02:18:56.647Z | |
| 3055 | 2026-02-27T02:18:56.647Z | real 8:11.848106561 |
| 3056 | 2026-02-27T02:18:56.647Z | user 45:26.019911947 |
| 3057 | 2026-02-27T02:18:56.647Z | sys 8:05.664609682 |
| 3058 | 2026-02-27T02:18:56.648Z | trap 1.296938455 |
| 3059 | 2026-02-27T02:18:56.648Z | tflt 0.593210026 |
| 3060 | 2026-02-27T02:18:56.648Z | dflt 0.197817690 |
| 3061 | 2026-02-27T02:18:56.648Z | kflt 0.000978395 |
| 3062 | 2026-02-27T02:18:56.648Z | lock 1:50:31.052883242 |
| 3063 | 2026-02-27T02:18:56.648Z | slp 2:27:25.261945356 |
| 3064 | 2026-02-27T02:18:56.651Z | lat 2:36.465311234 |
| 3065 | 2026-02-27T02:18:56.651Z | stop 17:01.745221457 |
| 3066 | 2026-02-27T02:18:56.651Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3067 | 2026-02-27T02:18:56.651Z | + ptime -m cargo doc --workspace --no-deps |
| 3068 | 2026-02-27T02:18:58.044Z | warning: output filename collision. |
| 3069 | 2026-02-27T02:18:58.044Z | 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)`. |
| 3070 | 2026-02-27T02:18:58.044Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3071 | 2026-02-27T02:18:58.044Z | The targets should have unique names. |
| 3072 | 2026-02-27T02:18:58.044Z | This is a known bug where multiple crates with the same name use |
| 3073 | 2026-02-27T02:18:58.044Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3074 | 2026-02-27T02:18:59.358Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3075 | 2026-02-27T02:18:59.601Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3076 | 2026-02-27T02:18:59.634Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3077 | 2026-02-27T02:18:59.705Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3078 | 2026-02-27T02:18:59.756Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3079 | 2026-02-27T02:18:59.759Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3080 | 2026-02-27T02:18:59.759Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3081 | 2026-02-27T02:19:00.051Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3082 | 2026-02-27T02:19:00.096Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3083 | 2026-02-27T02:19:00.153Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3084 | 2026-02-27T02:19:00.295Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3085 | 2026-02-27T02:19:00.334Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3086 | 2026-02-27T02:19:00.609Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3087 | 2026-02-27T02:19:00.712Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3088 | 2026-02-27T02:19:00.752Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3089 | 2026-02-27T02:19:00.787Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3090 | 2026-02-27T02:19:00.932Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3091 | 2026-02-27T02:19:01.176Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3092 | 2026-02-27T02:19:01.508Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3093 | 2026-02-27T02:19:01.833Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3094 | 2026-02-27T02:19:01.904Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3095 | 2026-02-27T02:19:01.962Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3096 | 2026-02-27T02:19:02.101Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3097 | 2026-02-27T02:19:02.138Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3098 | 2026-02-27T02:19:02.388Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3099 | 2026-02-27T02:19:02.422Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3100 | 2026-02-27T02:19:02.494Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3101 | 2026-02-27T02:19:02.758Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3102 | 2026-02-27T02:19:03.192Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3103 | 2026-02-27T02:19:03.406Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3104 | 2026-02-27T02:19:03.507Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3105 | 2026-02-27T02:19:03.836Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3106 | 2026-02-27T02:19:03.922Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3107 | 2026-02-27T02:19:04.225Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3108 | 2026-02-27T02:19:04.267Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3109 | 2026-02-27T02:19:04.354Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3110 | 2026-02-27T02:19:04.566Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3111 | 2026-02-27T02:19:04.687Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3112 | 2026-02-27T02:19:05.253Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3113 | 2026-02-27T02:19:05.384Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3114 | 2026-02-27T02:19:05.415Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3115 | 2026-02-27T02:19:05.448Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3116 | 2026-02-27T02:19:05.683Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3117 | 2026-02-27T02:19:05.733Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3118 | 2026-02-27T02:19:05.842Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3119 | 2026-02-27T02:19:05.882Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3120 | 2026-02-27T02:19:06.073Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3121 | 2026-02-27T02:19:06.160Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3122 | 2026-02-27T02:19:06.197Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3123 | 2026-02-27T02:19:06.249Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3124 | 2026-02-27T02:19:06.525Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3125 | 2026-02-27T02:19:06.639Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3126 | 2026-02-27T02:19:06.666Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3127 | 2026-02-27T02:19:06.701Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3128 | 2026-02-27T02:19:06.929Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3129 | 2026-02-27T02:19:07.042Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3130 | 2026-02-27T02:19:07.090Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3131 | 2026-02-27T02:19:07.359Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3132 | 2026-02-27T02:19:07.428Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3133 | 2026-02-27T02:19:07.477Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3134 | 2026-02-27T02:19:07.559Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3135 | 2026-02-27T02:19:07.811Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3136 | 2026-02-27T02:19:07.848Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3137 | 2026-02-27T02:19:08.356Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3138 | 2026-02-27T02:19:08.384Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3139 | 2026-02-27T02:19:08.415Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3140 | 2026-02-27T02:19:08.731Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3141 | 2026-02-27T02:19:09.487Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3142 | 2026-02-27T02:19:09.825Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3143 | 2026-02-27T02:19:10.390Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3144 | 2026-02-27T02:19:10.712Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3145 | 2026-02-27T02:19:11.221Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3146 | 2026-02-27T02:19:13.252Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3147 | 2026-02-27T02:19:14.121Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3148 | 2026-02-27T02:19:14.240Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3149 | 2026-02-27T02:19:15.456Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3150 | 2026-02-27T02:19:16.161Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3151 | 2026-02-27T02:19:16.583Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3152 | 2026-02-27T02:19:16.814Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3153 | 2026-02-27T02:19:17.113Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3154 | 2026-02-27T02:19:17.222Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3155 | 2026-02-27T02:19:17.259Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3156 | 2026-02-27T02:19:17.403Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3157 | 2026-02-27T02:19:18.355Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3158 | 2026-02-27T02:19:18.881Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3159 | 2026-02-27T02:19:19.053Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3160 | 2026-02-27T02:19:19.223Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3161 | 2026-02-27T02:19:19.297Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3162 | 2026-02-27T02:19:19.936Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3163 | 2026-02-27T02:19:19.994Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3164 | 2026-02-27T02:19:20.561Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3165 | 2026-02-27T02:19:20.956Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3166 | 2026-02-27T02:19:21.076Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3167 | 2026-02-27T02:19:22.002Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3168 | 2026-02-27T02:19:22.039Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3169 | 2026-02-27T02:19:22.344Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3170 | 2026-02-27T02:19:23.181Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3171 | 2026-02-27T02:19:23.467Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3172 | 2026-02-27T02:19:24.598Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3173 | 2026-02-27T02:19:26.438Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3174 | 2026-02-27T02:19:27.712Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3175 | 2026-02-27T02:19:28.418Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3176 | 2026-02-27T02:19:28.964Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3177 | 2026-02-27T02:19:29.032Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3178 | 2026-02-27T02:19:29.971Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3179 | 2026-02-27T02:19:30.027Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3180 | 2026-02-27T02:19:30.351Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3181 | 2026-02-27T02:19:31.086Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3182 | 2026-02-27T02:19:31.619Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3183 | 2026-02-27T02:19:31.788Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3184 | 2026-02-27T02:19:32.432Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3185 | 2026-02-27T02:19:32.847Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3186 | 2026-02-27T02:19:33.054Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3187 | 2026-02-27T02:19:33.885Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3188 | 2026-02-27T02:19:34.970Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3189 | 2026-02-27T02:19:35.403Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3190 | 2026-02-27T02:19:35.515Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3191 | 2026-02-27T02:19:35.699Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3192 | 2026-02-27T02:19:35.963Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3193 | 2026-02-27T02:19:36.293Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3194 | 2026-02-27T02:19:36.543Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3195 | 2026-02-27T02:19:36.858Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3196 | 2026-02-27T02:19:37.259Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3197 | 2026-02-27T02:19:37.708Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3198 | 2026-02-27T02:19:37.962Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3199 | 2026-02-27T02:19:38.393Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3200 | 2026-02-27T02:19:38.893Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3201 | 2026-02-27T02:19:38.957Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3202 | 2026-02-27T02:19:39.706Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3203 | 2026-02-27T02:19:40.034Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3204 | 2026-02-27T02:19:40.497Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3205 | 2026-02-27T02:19:40.900Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3206 | 2026-02-27T02:19:40.938Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3207 | 2026-02-27T02:19:41.024Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3208 | 2026-02-27T02:19:41.812Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3209 | 2026-02-27T02:19:44.138Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3210 | 2026-02-27T02:19:45.906Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3211 | 2026-02-27T02:19:47.153Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3212 | 2026-02-27T02:19:47.415Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3213 | 2026-02-27T02:19:47.555Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3214 | 2026-02-27T02:19:48.654Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3215 | 2026-02-27T02:19:49.087Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3216 | 2026-02-27T02:19:49.423Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3217 | 2026-02-27T02:19:50.137Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3218 | 2026-02-27T02:19:50.693Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3219 | 2026-02-27T02:19:52.700Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3220 | 2026-02-27T02:19:53.407Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3221 | 2026-02-27T02:19:53.547Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3222 | 2026-02-27T02:19:53.798Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3223 | 2026-02-27T02:19:54.579Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3224 | 2026-02-27T02:19:54.616Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3225 | 2026-02-27T02:19:54.877Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3226 | 2026-02-27T02:19:54.915Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3227 | 2026-02-27T02:19:55.106Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3228 | 2026-02-27T02:19:55.156Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3229 | 2026-02-27T02:19:55.198Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3230 | 2026-02-27T02:19:55.398Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3231 | 2026-02-27T02:19:55.861Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3232 | 2026-02-27T02:19:57.048Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3233 | 2026-02-27T02:19:57.089Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3234 | 2026-02-27T02:19:57.704Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3235 | 2026-02-27T02:19:57.949Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3236 | 2026-02-27T02:19:58.526Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3237 | 2026-02-27T02:19:58.598Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3238 | 2026-02-27T02:19:59.419Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3239 | 2026-02-27T02:19:59.457Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3240 | 2026-02-27T02:19:59.907Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3241 | 2026-02-27T02:20:00.764Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3242 | 2026-02-27T02:20:00.892Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3243 | 2026-02-27T02:20:01.823Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3244 | 2026-02-27T02:20:02.734Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3245 | 2026-02-27T02:20:02.958Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3246 | 2026-02-27T02:20:03.091Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3247 | 2026-02-27T02:20:03.931Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3248 | 2026-02-27T02:20:05.082Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3249 | 2026-02-27T02:20:06.359Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3250 | 2026-02-27T02:20:08.033Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3251 | 2026-02-27T02:20:11.113Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3252 | 2026-02-27T02:20:11.218Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3253 | 2026-02-27T02:20:14.072Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3254 | 2026-02-27T02:20:14.737Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3255 | 2026-02-27T02:20:15.702Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3256 | 2026-02-27T02:20:16.470Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3257 | 2026-02-27T02:20:22.587Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3258 | 2026-02-27T02:20:22.862Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3259 | 2026-02-27T02:20:25.085Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3260 | 2026-02-27T02:20:25.401Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3261 | 2026-02-27T02:20:27.500Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3262 | 2026-02-27T02:20:29.928Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3263 | 2026-02-27T02:20:32.027Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3264 | 2026-02-27T02:20:32.764Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3265 | 2026-02-27T02:20:32.859Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3266 | 2026-02-27T02:20:35.583Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3267 | 2026-02-27T02:20:38.208Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3268 | 2026-02-27T02:20:39.132Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3269 | 2026-02-27T02:20:40.619Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3270 | 2026-02-27T02:20:43.529Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3271 | 2026-02-27T02:20:44.729Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3272 | 2026-02-27T02:20:48.190Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3273 | 2026-02-27T02:20:51.534Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3274 | 2026-02-27T02:20:53.100Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3275 | 2026-02-27T02:20:53.930Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3276 | 2026-02-27T02:20:54.489Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3277 | 2026-02-27T02:20:55.194Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3278 | 2026-02-27T02:20:55.883Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3279 | 2026-02-27T02:21:01.468Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3280 | 2026-02-27T02:21:01.750Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3281 | 2026-02-27T02:21:02.521Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3282 | 2026-02-27T02:21:03.471Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3283 | 2026-02-27T02:21:04.340Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3284 | 2026-02-27T02:21:06.425Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3285 | 2026-02-27T02:21:11.096Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3286 | 2026-02-27T02:21:16.867Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3287 | 2026-02-27T02:21:19.365Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3288 | 2026-02-27T02:21:20.883Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3289 | 2026-02-27T02:21:21.388Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3290 | 2026-02-27T02:21:22.486Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3291 | 2026-02-27T02:21:27.117Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3292 | 2026-02-27T02:21:28.158Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3293 | 2026-02-27T02:21:28.332Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3294 | 2026-02-27T02:21:30.036Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3295 | 2026-02-27T02:21:31.634Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3296 | 2026-02-27T02:21:33.064Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3297 | 2026-02-27T02:21:34.936Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3298 | 2026-02-27T02:21:36.587Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3299 | 2026-02-27T02:21:38.998Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3300 | 2026-02-27T02:21:40.974Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3301 | 2026-02-27T02:21:42.374Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3302 | 2026-02-27T02:21:44.019Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3303 | 2026-02-27T02:21:45.217Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3304 | 2026-02-27T02:21:48.584Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3305 | 2026-02-27T02:21:48.867Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3306 | 2026-02-27T02:21:51.341Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3307 | 2026-02-27T02:21:52.619Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3308 | 2026-02-27T02:21:54.309Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3309 | 2026-02-27T02:21:56.301Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3310 | 2026-02-27T02:21:58.056Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3311 | 2026-02-27T02:22:02.607Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3312 | 2026-02-27T02:22:03.541Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3313 | 2026-02-27T02:22:05.297Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3314 | 2026-02-27T02:22:06.214Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3315 | 2026-02-27T02:22:08.067Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3316 | 2026-02-27T02:22:11.099Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3317 | 2026-02-27T02:22:13.576Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3318 | 2026-02-27T02:22:17.004Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3319 | 2026-02-27T02:22:19.846Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3320 | 2026-02-27T02:22:22.243Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3321 | 2026-02-27T02:22:25.709Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3322 | 2026-02-27T02:22:28.246Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3323 | 2026-02-27T02:22:30.706Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3324 | 2026-02-27T02:22:32.673Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3325 | 2026-02-27T02:22:34.830Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3326 | 2026-02-27T02:22:36.355Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3327 | 2026-02-27T02:22:39.180Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3328 | 2026-02-27T02:22:41.551Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3329 | 2026-02-27T02:22:43.583Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3330 | 2026-02-27T02:22:45.935Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3331 | 2026-02-27T02:22:48.488Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3332 | 2026-02-27T02:22:51.334Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3333 | 2026-02-27T02:22:53.052Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3334 | 2026-02-27T02:22:54.900Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3335 | 2026-02-27T02:22:57.022Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3336 | 2026-02-27T02:23:00.302Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3337 | 2026-02-27T02:23:01.736Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3338 | 2026-02-27T02:23:04.298Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3339 | 2026-02-27T02:23:06.551Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3340 | 2026-02-27T02:23:08.826Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3341 | 2026-02-27T02:23:11.078Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3342 | 2026-02-27T02:23:13.330Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3343 | 2026-02-27T02:23:15.461Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3344 | 2026-02-27T02:23:17.694Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3345 | 2026-02-27T02:23:19.851Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3346 | 2026-02-27T02:23:23.680Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3347 | 2026-02-27T02:23:24.709Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3348 | 2026-02-27T02:23:26.977Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3349 | 2026-02-27T02:23:29.313Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3350 | 2026-02-27T02:23:31.728Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3351 | 2026-02-27T02:23:33.957Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3352 | 2026-02-27T02:23:36.209Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3353 | 2026-02-27T02:23:36.455Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3354 | 2026-02-27T02:23:40.871Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3355 | 2026-02-27T02:23:43.330Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3356 | 2026-02-27T02:23:46.255Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3357 | 2026-02-27T02:23:48.564Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3358 | 2026-02-27T02:23:50.970Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3359 | 2026-02-27T02:23:53.215Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3360 | 2026-02-27T02:23:55.862Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3361 | 2026-02-27T02:23:58.564Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3362 | 2026-02-27T02:24:00.316Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3363 | 2026-02-27T02:24:03.457Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3364 | 2026-02-27T02:24:05.728Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3365 | 2026-02-27T02:24:07.950Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3366 | 2026-02-27T02:24:10.411Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3367 | 2026-02-27T02:24:12.825Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3368 | 2026-02-27T02:24:15.051Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3369 | 2026-02-27T02:24:17.548Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3370 | 2026-02-27T02:24:19.838Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3371 | 2026-02-27T02:24:22.324Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3372 | 2026-02-27T02:24:24.840Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3373 | 2026-02-27T02:24:27.257Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3374 | 2026-02-27T02:24:29.776Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3375 | 2026-02-27T02:24:32.455Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3376 | 2026-02-27T02:24:34.806Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3377 | 2026-02-27T02:24:37.214Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3378 | 2026-02-27T02:24:39.788Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3379 | 2026-02-27T02:24:43.055Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3380 | 2026-02-27T02:24:45.110Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3381 | 2026-02-27T02:24:47.631Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3382 | 2026-02-27T02:24:50.390Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3383 | 2026-02-27T02:24:52.864Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3384 | 2026-02-27T02:24:57.339Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3385 | 2026-02-27T02:24:58.904Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3386 | 2026-02-27T02:25:01.717Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3387 | 2026-02-27T02:25:04.712Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3388 | 2026-02-27T02:25:07.724Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3389 | 2026-02-27T02:25:15.159Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3390 | 2026-02-27T02:25:16.884Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3391 | 2026-02-27T02:25:18.733Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3392 | 2026-02-27T02:25:22.117Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3393 | 2026-02-27T02:25:25.562Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3394 | 2026-02-27T02:25:29.057Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3395 | 2026-02-27T02:25:32.558Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3396 | 2026-02-27T02:25:36.017Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3397 | 2026-02-27T02:25:39.372Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3398 | 2026-02-27T02:25:42.780Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3399 | 2026-02-27T02:25:46.173Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3400 | 2026-02-27T02:25:49.630Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3401 | 2026-02-27T02:25:53.046Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3402 | 2026-02-27T02:26:20.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 23s |
| 3403 | 2026-02-27T02:26:20.621Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 187 other files |
| 3404 | 2026-02-27T02:26:20.719Z | |
| 3405 | 2026-02-27T02:26:20.722Z | real 7:24.009250417 |
| 3406 | 2026-02-27T02:26:20.722Z | user 29:56.225627893 |
| 3407 | 2026-02-27T02:26:20.723Z | sys 4:41.354955836 |
| 3408 | 2026-02-27T02:26:20.723Z | trap 0.733910112 |
| 3409 | 2026-02-27T02:26:20.723Z | tflt 0.060357451 |
| 3410 | 2026-02-27T02:26:20.723Z | dflt 0.089931293 |
| 3411 | 2026-02-27T02:26:20.723Z | kflt 0.000002429 |
| 3412 | 2026-02-27T02:26:20.723Z | lock 5:24:07.540368719 |
| 3413 | 2026-02-27T02:26:20.723Z | slp 2:31:00.290037491 |
| 3414 | 2026-02-27T02:26:20.723Z | lat 49.019612772 |
| 3415 | 2026-02-27T02:26:20.723Z | stop 2:14.087474138 |
| 3416 | 2026-02-27T02:26:20.723Z | process exited: duration 1293781 ms, exit code 0 |
| |
| 3417 | 2026-02-27T02:26:20.730Z | found 0 output files |