|
|
|
| 1 | 2026-07-21T20:16:24.919Z | job assigned to worker 01KY353TX7KE2ZRYCSW0BX1ENR [factory aws, i-0bfbc92157e1bcc42] (queued for 54 s) |
| |
| 2 | 2026-07-21T20:16:31.477Z | starting task 0: "setup" |
| 3 | 2026-07-21T20:16:31.482Z | ++ uname -s |
| 4 | 2026-07-21T20:16:31.486Z | + kern=SunOS |
| 5 | 2026-07-21T20:16:31.486Z | + build_user=build |
| 6 | 2026-07-21T20:16:31.486Z | + build_uid=12345 |
| 7 | 2026-07-21T20:16:31.486Z | + work_dir=/work |
| 8 | 2026-07-21T20:16:31.486Z | + input_dir=/input |
| 9 | 2026-07-21T20:16:31.486Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-21T20:16:31.486Z | + case "$kern" in |
| 11 | 2026-07-21T20:16:31.486Z | + groupadd -g 12345 build |
| 12 | 2026-07-21T20:16:31.486Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-21T20:16:33.490Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-21T20:16:33.583Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-21T20:16:33.587Z | + home_fs=zfs |
| 16 | 2026-07-21T20:16:33.587Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-21T20:16:33.587Z | + mkdir -p /home/build |
| 18 | 2026-07-21T20:16:33.587Z | + chown build:build /home/build /work |
| 19 | 2026-07-21T20:16:35.587Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-21T20:16:35.590Z | process exited: duration 4111 ms, exit code 0 |
| |
| 21 | 2026-07-21T20:16:35.596Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-21T20:16:35.600Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-21T20:16:35.600Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-21T20:16:35.600Z | * rust toolchain profile = "default" |
| 25 | 2026-07-21T20:16:35.600Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-21T20:16:35.600Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-21T20:16:35.600Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-21T20:16:35.603Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-21T20:16:35.603Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-21T20:16:35.706Z | info: downloading installer |
| 31 | 2026-07-21T20:16:37.091Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-21T20:16:37.091Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-21T20:16:37.091Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-21T20:16:37.091Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-21T20:16:37.104Z | info: profile set to default |
| 36 | 2026-07-21T20:16:37.104Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-21T20:16:37.107Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-21T20:16:37.257Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-21T20:16:37.260Z | info: downloading 6 components |
| 40 | 2026-07-21T20:16:51.566Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-21T20:16:51.566Z | |
| 42 | 2026-07-21T20:16:51.593Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-21T20:16:51.593Z | |
| 44 | 2026-07-21T20:16:51.593Z | |
| 45 | 2026-07-21T20:16:51.593Z | Rust is installed now. Great! |
| 46 | 2026-07-21T20:16:51.593Z | |
| 47 | 2026-07-21T20:16:51.593Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-21T20:16:51.593Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-21T20:16:51.593Z | |
| 50 | 2026-07-21T20:16:51.593Z | To configure your current shell, you need to source |
| 51 | 2026-07-21T20:16:51.593Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-21T20:16:51.593Z | |
| 53 | 2026-07-21T20:16:51.594Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-21T20:16:51.597Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-21T20:16:51.597Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-21T20:16:51.597Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-21T20:16:51.598Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-21T20:16:51.598Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-21T20:16:51.598Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-21T20:16:51.598Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-21T20:16:51.598Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-21T20:16:51.675Z | + rustup --version |
| 63 | 2026-07-21T20:16:51.685Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-21T20:16:51.688Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-21T20:16:51.705Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-21T20:16:51.709Z | + cargo --version |
| 67 | 2026-07-21T20:16:51.722Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-21T20:16:51.725Z | + rustc --version |
| 69 | 2026-07-21T20:16:51.744Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-21T20:16:51.747Z | process exited: duration 16149 ms, exit code 0 |
| |
| 71 | 2026-07-21T20:16:51.753Z | starting task 2: "authentication" |
| 72 | 2026-07-21T20:16:51.770Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-21T20:16:51.776Z | starting task 3: "clone repository" |
| 74 | 2026-07-21T20:16:51.779Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-21T20:16:51.782Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-21T20:16:51.811Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-21T20:17:02.154Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-21T20:17:02.154Z | + git fetch origin 61cb302c7a4852ec5449862e8f4ef4e2ebc300b2 |
| 79 | 2026-07-21T20:17:02.436Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-21T20:17:02.436Z | * branch 61cb302c7a4852ec5449862e8f4ef4e2ebc300b2 -> FETCH_HEAD |
| 81 | 2026-07-21T20:17:02.444Z | + [[ -n '' ]] |
| 82 | 2026-07-21T20:17:02.444Z | + git reset --hard 61cb302c7a4852ec5449862e8f4ef4e2ebc300b2 |
| 83 | 2026-07-21T20:17:02.695Z | HEAD is now at 61cb302c7 [spr] initial version |
| 84 | 2026-07-21T20:17:02.699Z | process exited: duration 10920 ms, exit code 0 |
| |
| 85 | 2026-07-21T20:17:02.707Z | starting task 4: "build" |
| 86 | 2026-07-21T20:17:02.710Z | + source ./env.sh |
| 87 | 2026-07-21T20:17:02.710Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2026-07-21T20:17:02.710Z | ++ set -o xtrace |
| 89 | 2026-07-21T20:17:02.714Z | ++++ dirname ./env.sh |
| 90 | 2026-07-21T20:17:02.714Z | +++ readlink -f . |
| 91 | 2026-07-21T20:17:02.717Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2026-07-21T20:17:02.717Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2026-07-21T20:17:02.717Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2026-07-21T20:17:02.717Z | ++ 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 |
| 95 | 2026-07-21T20:17:02.717Z | ++ 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 |
| 96 | 2026-07-21T20:17:02.717Z | ++ 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 |
| 97 | 2026-07-21T20:17:02.717Z | ++ 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 |
| 98 | 2026-07-21T20:17:02.717Z | ++ 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 |
| 99 | 2026-07-21T20:17:02.718Z | ++ 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 |
| 100 | 2026-07-21T20:17:02.718Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 101 | 2026-07-21T20:17:02.718Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 102 | 2026-07-21T20:17:02.718Z | ++ case $OLD_SHELL_OPTS in |
| 103 | 2026-07-21T20:17:02.718Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 104 | 2026-07-21T20:17:02.718Z | + source .github/buildomat/ci-env.sh |
| 105 | 2026-07-21T20:17:02.718Z | ++ export CARGO_TERM_COLOR=always |
| 106 | 2026-07-21T20:17:02.718Z | ++ CARGO_TERM_COLOR=always |
| 107 | 2026-07-21T20:17:02.718Z | +++ uname -s |
| 108 | 2026-07-21T20:17:02.718Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 109 | 2026-07-21T20:17:02.718Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 110 | 2026-07-21T20:17:02.723Z | + cargo --version |
| 111 | 2026-07-21T20:17:02.730Z | cargo 1.96.1 (356927216 2026-06-26) |
| 112 | 2026-07-21T20:17:02.735Z | + rustc --version |
| 113 | 2026-07-21T20:17:02.751Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 114 | 2026-07-21T20:17:02.755Z | + banner prerequisites |
| 115 | 2026-07-21T20:17:02.755Z | |
| 116 | 2026-07-21T20:17:02.755Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 117 | 2026-07-21T20:17:02.755Z | # # # # # # # # # # # # # # # |
| 118 | 2026-07-21T20:17:02.755Z | # # # # ##### # # ##### # # # # # #### # |
| 119 | 2026-07-21T20:17:02.755Z | ##### ##### # ##### # # # # # # # # # |
| 120 | 2026-07-21T20:17:02.755Z | # # # # # # # # # # # # # # # |
| 121 | 2026-07-21T20:17:02.755Z | # # # ###### # # ###### ### # #### # #### # |
| 122 | 2026-07-21T20:17:02.755Z | |
| 123 | 2026-07-21T20:17:02.755Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 124 | 2026-07-21T20:17:04.528Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-07-21T20:17:04.713Z | Startup: Caching catalogs ... Done |
| 126 | 2026-07-21T20:17:05.619Z | Planning: Solver setup ... Done (0.838s) |
| 127 | 2026-07-21T20:17:05.657Z | Planning: Running solver ... Done (0.038s) |
| 128 | 2026-07-21T20:17:05.679Z | Planning: Finding local manifests ... Done (0.002s) |
| 129 | 2026-07-21T20:17:05.692Z | Planning: Fetching manifests: 0/2 0% complete |
| 130 | 2026-07-21T20:17:05.712Z | Planning: Fetching manifests: 2/2 100% complete |
| 131 | 2026-07-21T20:17:05.725Z | Planning: Package planning ... Done (0.013s) |
| 132 | 2026-07-21T20:17:05.728Z | Planning: Merging actions ... Done (0.001s) |
| 133 | 2026-07-21T20:17:05.927Z | Planning: Checking for conflicting actions ... Done (0.200s) |
| 134 | 2026-07-21T20:17:05.930Z | Planning: Consolidating action changes ... Done (0.001s) |
| 135 | 2026-07-21T20:17:06.596Z | Planning: Evaluating mediators ... Done (0.668s) |
| 136 | 2026-07-21T20:17:06.599Z | Planning: Planning completed in 1.86 seconds |
| 137 | 2026-07-21T20:17:06.604Z | Packages to install: 2 |
| 138 | 2026-07-21T20:17:06.608Z | Estimated space available: 156.06 GB |
| 139 | 2026-07-21T20:17:06.608Z | Estimated space to be consumed: 46.64 MB |
| 140 | 2026-07-21T20:17:06.608Z | Create boot environment: No |
| 141 | 2026-07-21T20:17:06.608Z | Create backup boot environment: No |
| 142 | 2026-07-21T20:17:06.608Z | Rebuild boot archive: No |
| 143 | 2026-07-21T20:17:06.608Z | |
| 144 | 2026-07-21T20:17:06.608Z | Changed packages: |
| 145 | 2026-07-21T20:17:06.608Z | helios |
| 146 | 2026-07-21T20:17:06.608Z | developer/build-essential |
| 147 | 2026-07-21T20:17:06.608Z | None -> 11-3.0 |
| 148 | 2026-07-21T20:17:06.608Z | library/libxmlsec1 |
| 149 | 2026-07-21T20:17:06.608Z | None -> 1.2.35-3.0 |
| 150 | 2026-07-21T20:17:06.629Z | |
| 151 | 2026-07-21T20:17:06.629Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 152 | 2026-07-21T20:17:06.706Z | Download: Completed 1.28 MB in 0.08 seconds (16.9M/s) |
| 153 | 2026-07-21T20:17:06.840Z | Actions: 1/268 actions (Installing new actions) |
| 154 | 2026-07-21T20:17:06.874Z | Actions: Completed 268 actions in 0.04 seconds. |
| 155 | 2026-07-21T20:17:06.894Z | Finalize: Updating package state database ... Done (0.018s) |
| 156 | 2026-07-21T20:17:06.900Z | Finalize: Updating package cache ... Done (0.000s) |
| 157 | 2026-07-21T20:17:06.943Z | Finalize: Updating image state ... Done (0.051s) |
| 158 | 2026-07-21T20:17:09.325Z | Finalize: Creating fast lookup database ... Done (2.344s) |
| 159 | 2026-07-21T20:17:09.392Z | Finalize: Reading search index ... Done (0.012s) |
| 160 | 2026-07-21T20:17:09.396Z | Finalize: Updating search index ... Done (0.000s) |
| 161 | 2026-07-21T20:17:09.488Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-07-21T20:17:09.818Z | Planning: Evaluating mediator changes ... Done |
| 163 | 2026-07-21T20:17:09.919Z | Planning: Checking for conflicting actions ... Done |
| 164 | 2026-07-21T20:17:09.922Z | Planning: Consolidating action changes ... Done |
| 165 | 2026-07-21T20:17:10.074Z | Planning: Evaluating mediators ... Done |
| 166 | 2026-07-21T20:17:10.077Z | Planning: Planning completed in 0.26 seconds |
| 167 | 2026-07-21T20:17:10.096Z | Mediators to change: 2 |
| 168 | 2026-07-21T20:17:10.096Z | Create boot environment: No |
| 169 | 2026-07-21T20:17:10.102Z | Create backup boot environment: No |
| 170 | 2026-07-21T20:17:10.201Z | Finalize: Updating package state database ... Done |
| 171 | 2026-07-21T20:17:10.201Z | Finalize: Updating package cache ... Done |
| 172 | 2026-07-21T20:17:10.228Z | Finalize: Updating image state ... Done |
| 173 | 2026-07-21T20:17:12.147Z | Finalize: Creating fast lookup database ... Done |
| 174 | 2026-07-21T20:17:12.208Z | Finalize: Reading search index ... Done |
| 175 | 2026-07-21T20:17:12.213Z | Finalize: Updating search index ... Done |
| 176 | 2026-07-21T20:17:12.275Z | Finalize: Updating package cache ... Done |
| 177 | 2026-07-21T20:17:12.556Z | Planning: Evaluating mediator changes ... Done |
| 178 | 2026-07-21T20:17:12.660Z | Planning: Checking for conflicting actions ... Done |
| 179 | 2026-07-21T20:17:12.663Z | Planning: Consolidating action changes ... Done |
| 180 | 2026-07-21T20:17:12.814Z | Planning: Evaluating mediators ... Done |
| 181 | 2026-07-21T20:17:12.817Z | Planning: Planning completed in 0.26 seconds |
| 182 | 2026-07-21T20:17:12.837Z | Mediators to change: 1 |
| 183 | 2026-07-21T20:17:12.838Z | Create boot environment: No |
| 184 | 2026-07-21T20:17:12.838Z | Create backup boot environment: No |
| 185 | 2026-07-21T20:17:12.875Z | Finalize: Updating package state database ... Done |
| 186 | 2026-07-21T20:17:12.875Z | Finalize: Updating package cache ... Done |
| 187 | 2026-07-21T20:17:12.902Z | Finalize: Updating image state ... Done |
| 188 | 2026-07-21T20:17:14.847Z | Finalize: Creating fast lookup database ... Done |
| 189 | 2026-07-21T20:17:14.910Z | Finalize: Reading search index ... Done |
| 190 | 2026-07-21T20:17:14.914Z | Finalize: Updating search index ... Done |
| 191 | 2026-07-21T20:17:14.965Z | Finalize: Updating package cache ... Done |
| 192 | 2026-07-21T20:17:15.270Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 193 | 2026-07-21T20:17:15.270Z | apache system 2.4 system |
| 194 | 2026-07-21T20:17:15.271Z | clang system 15 system |
| 195 | 2026-07-21T20:17:15.271Z | csh system system illumos |
| 196 | 2026-07-21T20:17:15.271Z | ctags system system illumos |
| 197 | 2026-07-21T20:17:15.271Z | file vendor vendor darwinsys |
| 198 | 2026-07-21T20:17:15.271Z | file system system illumos |
| 199 | 2026-07-21T20:17:15.271Z | gcc vendor 14 vendor |
| 200 | 2026-07-21T20:17:15.271Z | gcc system 13 system |
| 201 | 2026-07-21T20:17:15.271Z | gcc system 10 system |
| 202 | 2026-07-21T20:17:15.271Z | go system 1.25 system |
| 203 | 2026-07-21T20:17:15.271Z | llvm system 15 system |
| 204 | 2026-07-21T20:17:15.271Z | mariadb system 11.4 system |
| 205 | 2026-07-21T20:17:15.271Z | mta vendor vendor dma |
| 206 | 2026-07-21T20:17:15.271Z | openjdk system 17 system |
| 207 | 2026-07-21T20:17:15.271Z | openjdk system 11 system |
| 208 | 2026-07-21T20:17:15.271Z | openssl vendor 3 vendor |
| 209 | 2026-07-21T20:17:15.271Z | perl system 5.40 system |
| 210 | 2026-07-21T20:17:15.271Z | postgresql system 18 system |
| 211 | 2026-07-21T20:17:15.271Z | postgresql system 17 system |
| 212 | 2026-07-21T20:17:15.271Z | python vendor 3 vendor |
| 213 | 2026-07-21T20:17:15.271Z | python system 2 system |
| 214 | 2026-07-21T20:17:15.271Z | python3 vendor 3.13 vendor |
| 215 | 2026-07-21T20:17:15.271Z | ruby system 3.4 system |
| 216 | 2026-07-21T20:17:15.271Z | ruby system 3.0 system |
| 217 | 2026-07-21T20:17:15.271Z | words vendor vendor american-english |
| 218 | 2026-07-21T20:17:15.271Z | words system system australian-english |
| 219 | 2026-07-21T20:17:15.271Z | words system system british-english |
| 220 | 2026-07-21T20:17:15.271Z | words system system canadian-english |
| 221 | 2026-07-21T20:17:15.271Z | words system system french |
| 222 | 2026-07-21T20:17:15.272Z | words system system italian |
| 223 | 2026-07-21T20:17:15.272Z | words system system ngerman |
| 224 | 2026-07-21T20:17:15.272Z | words system system ogerman |
| 225 | 2026-07-21T20:17:15.272Z | words system system spanish |
| 226 | 2026-07-21T20:17:15.520Z | PUBLISHER TYPE STATUS P LOCATION |
| 227 | 2026-07-21T20:17:15.520Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 228 | 2026-07-21T20:17:15.878Z | FMRI IFO |
| 229 | 2026-07-21T20:17:15.878Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 230 | 2026-07-21T20:17:15.878Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 231 | 2026-07-21T20:17:15.878Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 232 | 2026-07-21T20:17:15.878Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 233 | 2026-07-21T20:17:15.878Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 234 | 2026-07-21T20:17:15.878Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 235 | 2026-07-21T20:17:15.878Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 236 | 2026-07-21T20:17:15.878Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 237 | 2026-07-21T20:17:15.878Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 238 | 2026-07-21T20:17:16.166Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 239 | 2026-07-21T20:17:16.459Z | Updating crates.io index |
| 240 | 2026-07-21T20:17:16.462Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 241 | 2026-07-21T20:17:16.707Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 242 | 2026-07-21T20:17:16.974Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 243 | 2026-07-21T20:17:17.879Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-07-21T20:17:18.380Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 245 | 2026-07-21T20:17:20.010Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 246 | 2026-07-21T20:17:20.754Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 247 | 2026-07-21T20:17:20.965Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 248 | 2026-07-21T20:17:21.274Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 249 | 2026-07-21T20:17:22.413Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 250 | 2026-07-21T20:17:22.629Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 251 | 2026-07-21T20:17:22.926Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 252 | 2026-07-21T20:17:23.235Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 253 | 2026-07-21T20:17:23.623Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-07-21T20:17:24.161Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 255 | 2026-07-21T20:17:24.542Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-07-21T20:17:24.824Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 257 | 2026-07-21T20:17:25.090Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 258 | 2026-07-21T20:17:25.406Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-07-21T20:17:25.662Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-07-21T20:17:25.907Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-07-21T20:17:26.136Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 262 | 2026-07-21T20:17:26.517Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 263 | 2026-07-21T20:17:26.807Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 264 | 2026-07-21T20:17:27.078Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 265 | 2026-07-21T20:17:27.471Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 266 | 2026-07-21T20:17:27.680Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 267 | 2026-07-21T20:17:28.064Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-07-21T20:17:28.346Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-07-21T20:17:28.593Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-07-21T20:17:28.824Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-07-21T20:17:29.109Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 272 | 2026-07-21T20:17:29.462Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 273 | 2026-07-21T20:17:29.710Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 274 | 2026-07-21T20:17:29.959Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2026-07-21T20:17:30.225Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 276 | 2026-07-21T20:17:30.466Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 277 | 2026-07-21T20:17:30.928Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-07-21T20:17:31.206Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-07-21T20:17:31.465Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-07-21T20:17:31.710Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-07-21T20:17:34.357Z | Downloading crates ... |
| 282 | 2026-07-21T20:17:34.406Z | Downloaded cargo-platform v0.3.2 |
| 283 | 2026-07-21T20:17:34.411Z | Downloaded colorchoice v1.0.4 |
| 284 | 2026-07-21T20:17:34.411Z | Downloaded cfg-if v1.0.4 |
| 285 | 2026-07-21T20:17:34.417Z | Downloaded clap_derive v4.6.1 |
| 286 | 2026-07-21T20:17:34.421Z | Downloaded usdt-macro v0.5.0 |
| 287 | 2026-07-21T20:17:34.421Z | Downloaded terminal_size v0.4.3 |
| 288 | 2026-07-21T20:17:34.422Z | Downloaded anstyle v1.0.14 |
| 289 | 2026-07-21T20:17:34.432Z | Downloaded cargo_toml v0.21.0 |
| 290 | 2026-07-21T20:17:34.432Z | Downloaded zmij v1.0.21 |
| 291 | 2026-07-21T20:17:34.432Z | Downloaded anstyle-parse v1.0.0 |
| 292 | 2026-07-21T20:17:34.439Z | Downloaded fnv v1.0.7 |
| 293 | 2026-07-21T20:17:34.439Z | Downloaded fastrand v2.3.0 |
| 294 | 2026-07-21T20:17:34.439Z | Downloaded zerocopy-derive v0.7.35 |
| 295 | 2026-07-21T20:17:34.443Z | Downloaded zerocopy v0.7.35 |
| 296 | 2026-07-21T20:17:34.447Z | Downloaded macaddr v1.0.1 |
| 297 | 2026-07-21T20:17:34.447Z | Downloaded anstream v1.0.0 |
| 298 | 2026-07-21T20:17:34.447Z | Downloaded thiserror v2.0.18 |
| 299 | 2026-07-21T20:17:34.451Z | Downloaded indexmap v2.14.0 |
| 300 | 2026-07-21T20:17:34.455Z | Downloaded heck v0.5.0 |
| 301 | 2026-07-21T20:17:34.455Z | Downloaded digest v0.10.7 |
| 302 | 2026-07-21T20:17:34.455Z | Downloaded bytecount v0.6.9 |
| 303 | 2026-07-21T20:17:34.458Z | Downloaded dtrace-parser v0.2.0 |
| 304 | 2026-07-21T20:17:34.462Z | Downloaded memmap v0.7.0 |
| 305 | 2026-07-21T20:17:34.462Z | Downloaded anstyle-query v1.1.5 |
| 306 | 2026-07-21T20:17:34.462Z | Downloaded toml_edit v0.22.27 |
| 307 | 2026-07-21T20:17:34.467Z | Downloaded once_cell v1.21.3 |
| 308 | 2026-07-21T20:17:34.472Z | Downloaded dof v0.3.0 |
| 309 | 2026-07-21T20:17:34.473Z | Downloaded errno v0.3.14 |
| 310 | 2026-07-21T20:17:34.473Z | Downloaded equivalent v1.0.2 |
| 311 | 2026-07-21T20:17:34.473Z | Downloaded clap v4.6.1 |
| 312 | 2026-07-21T20:17:34.478Z | Downloaded serde_core v1.0.228 |
| 313 | 2026-07-21T20:17:34.478Z | Downloaded getrandom v0.4.1 |
| 314 | 2026-07-21T20:17:34.478Z | Downloaded generic-array v0.14.7 |
| 315 | 2026-07-21T20:17:34.478Z | Downloaded is_terminal_polyfill v1.70.2 |
| 316 | 2026-07-21T20:17:34.478Z | Downloaded heck v0.4.1 |
| 317 | 2026-07-21T20:17:34.509Z | Downloaded clap_lex v1.0.0 |
| 318 | 2026-07-21T20:17:34.509Z | Downloaded pest_generator v2.8.6 |
| 319 | 2026-07-21T20:17:34.509Z | Downloaded crypto-common v0.1.7 |
| 320 | 2026-07-21T20:17:34.509Z | Downloaded block-buffer v0.10.4 |
| 321 | 2026-07-21T20:17:34.509Z | Downloaded swrite v0.1.0 |
| 322 | 2026-07-21T20:17:34.510Z | Downloaded cpufeatures v0.2.17 |
| 323 | 2026-07-21T20:17:34.519Z | Downloaded toml_write v0.1.2 |
| 324 | 2026-07-21T20:17:34.519Z | Downloaded plain v0.2.3 |
| 325 | 2026-07-21T20:17:34.519Z | Downloaded usdt v0.5.0 |
| 326 | 2026-07-21T20:17:34.519Z | Downloaded unicode-linebreak v0.1.5 |
| 327 | 2026-07-21T20:17:34.519Z | Downloaded tabled_derive v0.7.0 |
| 328 | 2026-07-21T20:17:34.519Z | Downloaded scroll_derive v0.12.1 |
| 329 | 2026-07-21T20:17:34.519Z | Downloaded itoa v1.0.17 |
| 330 | 2026-07-21T20:17:34.519Z | Downloaded serde_spanned v0.6.9 |
| 331 | 2026-07-21T20:17:34.519Z | Downloaded utf8parse v0.2.2 |
| 332 | 2026-07-21T20:17:34.520Z | Downloaded thread-id v4.2.2 |
| 333 | 2026-07-21T20:17:34.520Z | Downloaded toml_datetime v0.6.11 |
| 334 | 2026-07-21T20:17:34.520Z | Downloaded strsim v0.11.1 |
| 335 | 2026-07-21T20:17:34.520Z | Downloaded pretty-hex v0.4.1 |
| 336 | 2026-07-21T20:17:34.520Z | Downloaded usdt-attr-macro v0.5.0 |
| 337 | 2026-07-21T20:17:34.524Z | Downloaded cargo_metadata v0.23.1 |
| 338 | 2026-07-21T20:17:34.524Z | Downloaded camino-tempfile v1.4.1 |
| 339 | 2026-07-21T20:17:34.524Z | Downloaded version_check v0.9.5 |
| 340 | 2026-07-21T20:17:34.528Z | Downloaded byteorder v1.5.0 |
| 341 | 2026-07-21T20:17:34.533Z | Downloaded smawk v0.3.2 |
| 342 | 2026-07-21T20:17:34.539Z | Downloaded sha2 v0.10.9 |
| 343 | 2026-07-21T20:17:34.542Z | Downloaded fs-err v3.3.0 |
| 344 | 2026-07-21T20:17:34.542Z | Downloaded proc-macro-error v1.0.4 |
| 345 | 2026-07-21T20:17:34.546Z | Downloaded serde_tokenstream v0.2.3 |
| 346 | 2026-07-21T20:17:34.549Z | Downloaded quote v1.0.45 |
| 347 | 2026-07-21T20:17:34.549Z | Downloaded scroll v0.12.0 |
| 348 | 2026-07-21T20:17:34.549Z | Downloaded proc-macro-error-attr v1.0.4 |
| 349 | 2026-07-21T20:17:34.553Z | Downloaded thiserror v1.0.69 |
| 350 | 2026-07-21T20:17:34.555Z | Downloaded thiserror-impl v1.0.69 |
| 351 | 2026-07-21T20:17:34.560Z | Downloaded pest_derive v2.8.6 |
| 352 | 2026-07-21T20:17:34.563Z | Downloaded bitflags v2.11.0 |
| 353 | 2026-07-21T20:17:34.567Z | Downloaded log v0.4.29 |
| 354 | 2026-07-21T20:17:34.570Z | Downloaded usdt-impl v0.5.0 |
| 355 | 2026-07-21T20:17:34.570Z | Downloaded thiserror-impl v2.0.18 |
| 356 | 2026-07-21T20:17:34.573Z | Downloaded camino v1.2.2 |
| 357 | 2026-07-21T20:17:34.578Z | Downloaded autocfg v1.5.0 |
| 358 | 2026-07-21T20:17:34.586Z | Downloaded tempfile v3.25.0 |
| 359 | 2026-07-21T20:17:34.589Z | Downloaded papergrid v0.11.0 |
| 360 | 2026-07-21T20:17:34.599Z | Downloaded anyhow v1.0.102 |
| 361 | 2026-07-21T20:17:34.602Z | Downloaded textwrap v0.16.2 |
| 362 | 2026-07-21T20:17:34.608Z | Downloaded proc-macro2 v1.0.106 |
| 363 | 2026-07-21T20:17:34.612Z | Downloaded ucd-trie v0.1.7 |
| 364 | 2026-07-21T20:17:34.614Z | Downloaded unicode-ident v1.0.24 |
| 365 | 2026-07-21T20:17:34.617Z | Downloaded serde_derive v1.0.228 |
| 366 | 2026-07-21T20:17:34.620Z | Downloaded toml v0.8.23 |
| 367 | 2026-07-21T20:17:34.620Z | Downloaded semver v1.0.28 |
| 368 | 2026-07-21T20:17:34.630Z | Downloaded pest_meta v2.8.6 |
| 369 | 2026-07-21T20:17:34.655Z | Downloaded serde v1.0.228 |
| 370 | 2026-07-21T20:17:34.660Z | Downloaded memchr v2.8.0 |
| 371 | 2026-07-21T20:17:34.666Z | Downloaded typenum v1.20.1 |
| 372 | 2026-07-21T20:17:34.666Z | Downloaded clap_builder v4.6.0 |
| 373 | 2026-07-21T20:17:34.675Z | Downloaded pest v2.8.6 |
| 374 | 2026-07-21T20:17:34.686Z | Downloaded hashbrown v0.17.0 |
| 375 | 2026-07-21T20:17:34.700Z | Downloaded serde_json v1.0.150 |
| 376 | 2026-07-21T20:17:34.707Z | Downloaded goblin v0.8.2 |
| 377 | 2026-07-21T20:17:34.727Z | Downloaded winnow v0.7.14 |
| 378 | 2026-07-21T20:17:34.746Z | Downloaded tabled v0.15.0 |
| 379 | 2026-07-21T20:17:34.765Z | Downloaded syn v1.0.109 |
| 380 | 2026-07-21T20:17:34.765Z | Downloaded unicode-width v0.2.0 |
| 381 | 2026-07-21T20:17:34.791Z | Downloaded syn v2.0.117 |
| 382 | 2026-07-21T20:17:34.792Z | Downloaded unicode-width v0.1.14 |
| 383 | 2026-07-21T20:17:34.792Z | Downloaded rustix v1.1.3 |
| 384 | 2026-07-21T20:17:34.834Z | Downloaded libc v0.2.185 |
| 385 | 2026-07-21T20:17:34.887Z | Compiling proc-macro2 v1.0.106 |
| 386 | 2026-07-21T20:17:34.887Z | Compiling quote v1.0.45 |
| 387 | 2026-07-21T20:17:34.909Z | Compiling unicode-ident v1.0.24 |
| 388 | 2026-07-21T20:17:34.909Z | Compiling serde_core v1.0.228 |
| 389 | 2026-07-21T20:17:34.909Z | Compiling libc v0.2.185 |
| 390 | 2026-07-21T20:17:34.909Z | Compiling version_check v0.9.5 |
| 391 | 2026-07-21T20:17:34.910Z | Compiling memchr v2.8.0 |
| 392 | 2026-07-21T20:17:34.910Z | Compiling serde v1.0.228 |
| 393 | 2026-07-21T20:17:35.179Z | Compiling zmij v1.0.21 |
| 394 | 2026-07-21T20:17:35.394Z | Compiling itoa v1.0.17 |
| 395 | 2026-07-21T20:17:35.497Z | Compiling thiserror v1.0.69 |
| 396 | 2026-07-21T20:17:35.512Z | Compiling ucd-trie v0.1.7 |
| 397 | 2026-07-21T20:17:35.704Z | Compiling pest v2.8.6 |
| 398 | 2026-07-21T20:17:35.825Z | Compiling byteorder v1.5.0 |
| 399 | 2026-07-21T20:17:35.920Z | Compiling rustix v1.1.3 |
| 400 | 2026-07-21T20:17:35.982Z | Compiling errno v0.3.14 |
| 401 | 2026-07-21T20:17:36.049Z | Compiling bitflags v2.11.0 |
| 402 | 2026-07-21T20:17:36.151Z | Compiling serde_json v1.0.150 |
| 403 | 2026-07-21T20:17:36.348Z | Compiling syn v2.0.117 |
| 404 | 2026-07-21T20:17:36.394Z | Compiling thread-id v4.2.2 |
| 405 | 2026-07-21T20:17:36.412Z | Compiling usdt-impl v0.5.0 |
| 406 | 2026-07-21T20:17:36.479Z | Compiling proc-macro-error-attr v1.0.4 |
| 407 | 2026-07-21T20:17:36.516Z | Compiling camino v1.2.2 |
| 408 | 2026-07-21T20:17:36.628Z | Compiling syn v1.0.109 |
| 409 | 2026-07-21T20:17:36.734Z | Compiling pest_meta v2.8.6 |
| 410 | 2026-07-21T20:17:36.936Z | Compiling proc-macro-error v1.0.4 |
| 411 | 2026-07-21T20:17:37.003Z | Compiling hashbrown v0.17.0 |
| 412 | 2026-07-21T20:17:37.021Z | Compiling utf8parse v0.2.2 |
| 413 | 2026-07-21T20:17:37.133Z | Compiling equivalent v1.0.2 |
| 414 | 2026-07-21T20:17:37.165Z | Compiling log v0.4.29 |
| 415 | 2026-07-21T20:17:37.238Z | Compiling plain v0.2.3 |
| 416 | 2026-07-21T20:17:37.351Z | Compiling getrandom v0.4.1 |
| 417 | 2026-07-21T20:17:37.416Z | Compiling terminal_size v0.4.3 |
| 418 | 2026-07-21T20:17:37.552Z | Compiling indexmap v2.14.0 |
| 419 | 2026-07-21T20:17:37.761Z | Compiling anstyle-parse v1.0.0 |
| 420 | 2026-07-21T20:17:38.174Z | Compiling pretty-hex v0.4.1 |
| 421 | 2026-07-21T20:17:38.196Z | Compiling cfg-if v1.0.4 |
| 422 | 2026-07-21T20:17:38.269Z | Compiling thiserror v2.0.18 |
| 423 | 2026-07-21T20:17:38.330Z | Compiling autocfg v1.5.0 |
| 424 | 2026-07-21T20:17:38.335Z | Compiling anstyle-query v1.1.5 |
| 425 | 2026-07-21T20:17:38.354Z | Compiling anstyle v1.0.14 |
| 426 | 2026-07-21T20:17:38.370Z | Compiling colorchoice v1.0.4 |
| 427 | 2026-07-21T20:17:38.449Z | Compiling winnow v0.7.14 |
| 428 | 2026-07-21T20:17:38.503Z | Compiling is_terminal_polyfill v1.70.2 |
| 429 | 2026-07-21T20:17:38.601Z | Compiling pest_generator v2.8.6 |
| 430 | 2026-07-21T20:17:38.621Z | Compiling toml_write v0.1.2 |
| 431 | 2026-07-21T20:17:38.735Z | Compiling anstream v1.0.0 |
| 432 | 2026-07-21T20:17:38.751Z | Compiling fs-err v3.3.0 |
| 433 | 2026-07-21T20:17:38.959Z | Compiling fastrand v2.3.0 |
| 434 | 2026-07-21T20:17:39.008Z | Compiling anyhow v1.0.102 |
| 435 | 2026-07-21T20:17:39.056Z | Compiling strsim v0.11.1 |
| 436 | 2026-07-21T20:17:39.230Z | Compiling once_cell v1.21.3 |
| 437 | 2026-07-21T20:17:39.265Z | Compiling clap_lex v1.0.0 |
| 438 | 2026-07-21T20:17:39.327Z | Compiling fnv v1.0.7 |
| 439 | 2026-07-21T20:17:39.355Z | Compiling heck v0.4.1 |
| 440 | 2026-07-21T20:17:39.380Z | Compiling bytecount v0.6.9 |
| 441 | 2026-07-21T20:17:39.416Z | Compiling heck v0.5.0 |
| 442 | 2026-07-21T20:17:39.499Z | Compiling unicode-width v0.1.14 |
| 443 | 2026-07-21T20:17:39.510Z | Compiling clap_builder v4.6.0 |
| 444 | 2026-07-21T20:17:39.510Z | Compiling tempfile v3.25.0 |
| 445 | 2026-07-21T20:17:39.739Z | Compiling papergrid v0.11.0 |
| 446 | 2026-07-21T20:17:39.770Z | Compiling cargo-platform v0.3.2 |
| 447 | 2026-07-21T20:17:39.770Z | Compiling semver v1.0.28 |
| 448 | 2026-07-21T20:17:39.814Z | Compiling tabled_derive v0.7.0 |
| 449 | 2026-07-21T20:17:39.885Z | Compiling memmap v0.7.0 |
| 450 | 2026-07-21T20:17:39.935Z | Compiling unicode-width v0.2.0 |
| 451 | 2026-07-21T20:17:40.047Z | Compiling unicode-linebreak v0.1.5 |
| 452 | 2026-07-21T20:17:40.077Z | Compiling smawk v0.3.2 |
| 453 | 2026-07-21T20:17:40.240Z | Compiling serde_derive v1.0.228 |
| 454 | 2026-07-21T20:17:40.244Z | Compiling thiserror-impl v1.0.69 |
| 455 | 2026-07-21T20:17:40.294Z | Compiling zerocopy-derive v0.7.35 |
| 456 | 2026-07-21T20:17:40.479Z | Compiling pest_derive v2.8.6 |
| 457 | 2026-07-21T20:17:40.507Z | Compiling scroll_derive v0.12.1 |
| 458 | 2026-07-21T20:17:40.740Z | Compiling thiserror-impl v2.0.18 |
| 459 | 2026-07-21T20:17:40.944Z | Compiling clap_derive v4.6.1 |
| 460 | 2026-07-21T20:17:41.125Z | Compiling tabled v0.15.0 |
| 461 | 2026-07-21T20:17:41.191Z | Compiling zerocopy v0.7.35 |
| 462 | 2026-07-21T20:17:41.209Z | Compiling scroll v0.12.0 |
| 463 | 2026-07-21T20:17:41.483Z | Compiling goblin v0.8.2 |
| 464 | 2026-07-21T20:17:41.667Z | Compiling dtrace-parser v0.2.0 |
| 465 | 2026-07-21T20:17:41.751Z | Compiling textwrap v0.16.2 |
| 466 | 2026-07-21T20:17:42.199Z | Compiling camino-tempfile v1.4.1 |
| 467 | 2026-07-21T20:17:42.220Z | Compiling swrite v0.1.0 |
| 468 | 2026-07-21T20:17:42.700Z | Compiling clap v4.6.1 |
| 469 | 2026-07-21T20:17:43.273Z | Compiling toml_datetime v0.6.11 |
| 470 | 2026-07-21T20:17:43.273Z | Compiling serde_spanned v0.6.9 |
| 471 | 2026-07-21T20:17:43.278Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 472 | 2026-07-21T20:17:43.278Z | Compiling cargo_metadata v0.23.1 |
| 473 | 2026-07-21T20:17:43.278Z | Compiling macaddr v1.0.1 |
| 474 | 2026-07-21T20:17:43.354Z | Compiling dof v0.3.0 |
| 475 | 2026-07-21T20:17:43.372Z | Compiling serde_tokenstream v0.2.3 |
| 476 | 2026-07-21T20:17:43.436Z | Compiling toml_edit v0.22.27 |
| 477 | 2026-07-21T20:17:44.084Z | Compiling usdt-macro v0.5.0 |
| 478 | 2026-07-21T20:17:44.084Z | Compiling usdt-attr-macro v0.5.0 |
| 479 | 2026-07-21T20:17:44.704Z | Compiling usdt v0.5.0 |
| 480 | 2026-07-21T20:17:44.782Z | Compiling toml v0.8.23 |
| 481 | 2026-07-21T20:17:45.119Z | Compiling cargo_toml v0.21.0 |
| 482 | 2026-07-21T20:17:46.417Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 483 | 2026-07-21T20:17:48.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.37s |
| 484 | 2026-07-21T20:17:48.576Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 485 | 2026-07-21T20:17:49.070Z | Downloading crates ... |
| 486 | 2026-07-21T20:17:49.151Z | Downloaded adler2 v2.0.1 |
| 487 | 2026-07-21T20:17:49.161Z | Downloaded allocator-api2 v0.2.21 |
| 488 | 2026-07-21T20:17:49.172Z | Downloaded arrayref v0.3.9 |
| 489 | 2026-07-21T20:17:49.175Z | Downloaded aead v0.5.2 |
| 490 | 2026-07-21T20:17:49.175Z | Downloaded crunchy v0.2.4 |
| 491 | 2026-07-21T20:17:49.175Z | Downloaded bb8 v0.8.6 |
| 492 | 2026-07-21T20:17:49.177Z | Downloaded atomicwrites v0.4.4 |
| 493 | 2026-07-21T20:17:49.177Z | Downloaded assert_matches v1.5.0 |
| 494 | 2026-07-21T20:17:49.183Z | Downloaded bitfield-macros v0.19.4 |
| 495 | 2026-07-21T20:17:49.186Z | Downloaded base16ct v1.0.0 |
| 496 | 2026-07-21T20:17:49.187Z | Downloaded anstream v0.6.21 |
| 497 | 2026-07-21T20:17:49.192Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 498 | 2026-07-21T20:17:49.195Z | Downloaded crypto-common v0.2.2 |
| 499 | 2026-07-21T20:17:49.195Z | Downloaded cpufeatures v0.3.0 |
| 500 | 2026-07-21T20:17:49.195Z | Downloaded crc8 v0.1.1 |
| 501 | 2026-07-21T20:17:49.199Z | Downloaded convert_case v0.4.0 |
| 502 | 2026-07-21T20:17:49.199Z | Downloaded ascii-canvas v3.0.0 |
| 503 | 2026-07-21T20:17:49.199Z | Downloaded array-init v0.0.4 |
| 504 | 2026-07-21T20:17:49.199Z | Downloaded arrayvec v0.7.6 |
| 505 | 2026-07-21T20:17:49.201Z | Downloaded crc v3.4.0 |
| 506 | 2026-07-21T20:17:49.205Z | Downloaded ciborium-ll v0.2.2 |
| 507 | 2026-07-21T20:17:49.205Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 508 | 2026-07-21T20:17:49.205Z | Downloaded cpubits v0.1.1 |
| 509 | 2026-07-21T20:17:49.208Z | Downloaded bit-set v0.5.3 |
| 510 | 2026-07-21T20:17:49.208Z | Downloaded crucible-workspace-hack v0.1.0 |
| 511 | 2026-07-21T20:17:49.208Z | Downloaded crc-catalog v2.4.0 |
| 512 | 2026-07-21T20:17:49.208Z | Downloaded async-stream-impl v0.3.6 |
| 513 | 2026-07-21T20:17:49.208Z | Downloaded darling_macro v0.21.3 |
| 514 | 2026-07-21T20:17:49.211Z | Downloaded atty v0.2.14 |
| 515 | 2026-07-21T20:17:49.211Z | Downloaded darling_macro v0.23.0 |
| 516 | 2026-07-21T20:17:49.211Z | Downloaded critical-section v1.2.0 |
| 517 | 2026-07-21T20:17:49.214Z | Downloaded corncobs v0.1.4 |
| 518 | 2026-07-21T20:17:49.214Z | Downloaded atomic-waker v1.1.2 |
| 519 | 2026-07-21T20:17:49.218Z | Downloaded base16ct v0.2.0 |
| 520 | 2026-07-21T20:17:49.221Z | Downloaded block-buffer v0.12.1 |
| 521 | 2026-07-21T20:17:49.223Z | Downloaded bit-vec v0.8.0 |
| 522 | 2026-07-21T20:17:49.223Z | Downloaded async-stream v0.3.6 |
| 523 | 2026-07-21T20:17:49.226Z | Downloaded aho-corasick v1.1.4 |
| 524 | 2026-07-21T20:17:49.229Z | Downloaded ahash v0.8.12 |
| 525 | 2026-07-21T20:17:49.232Z | Downloaded bit-vec v0.6.3 |
| 526 | 2026-07-21T20:17:49.232Z | Downloaded crc-any v2.5.0 |
| 527 | 2026-07-21T20:17:49.232Z | Downloaded dsl_auto_type v0.2.0 |
| 528 | 2026-07-21T20:17:49.235Z | Downloaded convert_case v0.10.0 |
| 529 | 2026-07-21T20:17:49.235Z | Downloaded base64ct v1.8.3 |
| 530 | 2026-07-21T20:17:49.238Z | Downloaded debug-ignore v1.0.5 |
| 531 | 2026-07-21T20:17:49.238Z | Downloaded async-recursion v1.1.1 |
| 532 | 2026-07-21T20:17:49.241Z | Downloaded block-padding v0.4.2 |
| 533 | 2026-07-21T20:17:49.244Z | Downloaded dirs-next v2.0.0 |
| 534 | 2026-07-21T20:17:49.244Z | Downloaded defmt v0.3.100 |
| 535 | 2026-07-21T20:17:49.246Z | Downloaded castaway v0.2.4 |
| 536 | 2026-07-21T20:17:49.249Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 537 | 2026-07-21T20:17:49.249Z | Downloaded downcast-rs v2.0.2 |
| 538 | 2026-07-21T20:17:49.249Z | Downloaded document-features v0.2.12 |
| 539 | 2026-07-21T20:17:49.252Z | Downloaded cobs v0.3.0 |
| 540 | 2026-07-21T20:17:49.252Z | Downloaded cfg_aliases v0.1.1 |
| 541 | 2026-07-21T20:17:49.255Z | Downloaded data-encoding v2.10.0 |
| 542 | 2026-07-21T20:17:49.258Z | Downloaded ctr v0.10.1 |
| 543 | 2026-07-21T20:17:49.258Z | Downloaded csv-core v0.1.13 |
| 544 | 2026-07-21T20:17:49.261Z | Downloaded compression-core v0.4.31 |
| 545 | 2026-07-21T20:17:49.261Z | Downloaded crc32fast v1.5.0 |
| 546 | 2026-07-21T20:17:49.267Z | Downloaded crossbeam-epoch v0.9.18 |
| 547 | 2026-07-21T20:17:49.267Z | Downloaded cookie v0.18.1 |
| 548 | 2026-07-21T20:17:49.271Z | Downloaded ciborium-io v0.2.2 |
| 549 | 2026-07-21T20:17:49.271Z | Downloaded bitfield-struct v0.6.2 |
| 550 | 2026-07-21T20:17:49.271Z | Downloaded cstr-argument v0.1.2 |
| 551 | 2026-07-21T20:17:49.271Z | Downloaded backoff v0.4.0 |
| 552 | 2026-07-21T20:17:49.274Z | Downloaded async-trait v0.1.89 |
| 553 | 2026-07-21T20:17:49.278Z | Downloaded darling_macro v0.20.11 |
| 554 | 2026-07-21T20:17:49.278Z | Downloaded darling_macro v0.13.4 |
| 555 | 2026-07-21T20:17:49.278Z | Downloaded cfg_aliases v0.2.1 |
| 556 | 2026-07-21T20:17:49.278Z | Downloaded argon2 v0.5.3 |
| 557 | 2026-07-21T20:17:49.283Z | Downloaded ctutils v0.4.2 |
| 558 | 2026-07-21T20:17:49.286Z | Downloaded dunce v1.0.5 |
| 559 | 2026-07-21T20:17:49.286Z | Downloaded dirs-sys-next v0.1.2 |
| 560 | 2026-07-21T20:17:49.286Z | Downloaded enum-as-inner v0.6.1 |
| 561 | 2026-07-21T20:17:49.286Z | Downloaded argon2 v0.6.0-rc.8 |
| 562 | 2026-07-21T20:17:49.290Z | Downloaded bit-set v0.8.0 |
| 563 | 2026-07-21T20:17:49.290Z | Downloaded embedded-io v0.6.1 |
| 564 | 2026-07-21T20:17:49.293Z | Downloaded embedded-io v0.4.0 |
| 565 | 2026-07-21T20:17:49.293Z | Downloaded env_filter v1.0.0 |
| 566 | 2026-07-21T20:17:49.293Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 567 | 2026-07-21T20:17:49.296Z | Downloaded derive_builder_macro v0.20.2 |
| 568 | 2026-07-21T20:17:49.296Z | Downloaded display-error-chain v0.2.2 |
| 569 | 2026-07-21T20:17:49.296Z | Downloaded aead v0.6.1 |
| 570 | 2026-07-21T20:17:49.300Z | Downloaded endian-type v0.1.2 |
| 571 | 2026-07-21T20:17:49.300Z | Downloaded backon v1.6.0 |
| 572 | 2026-07-21T20:17:49.300Z | Downloaded difflib v0.4.0 |
| 573 | 2026-07-21T20:17:49.302Z | Downloaded cmov v0.5.4 |
| 574 | 2026-07-21T20:17:49.302Z | Downloaded digest-io v0.1.0 |
| 575 | 2026-07-21T20:17:49.302Z | Downloaded defmt-parser v1.0.0 |
| 576 | 2026-07-21T20:17:49.305Z | Downloaded dof v0.4.0 |
| 577 | 2026-07-21T20:17:49.308Z | Downloaded foreign-types v0.5.0 |
| 578 | 2026-07-21T20:17:49.308Z | Downloaded form_urlencoded v1.2.2 |
| 579 | 2026-07-21T20:17:49.308Z | Downloaded fixedbitset v0.4.2 |
| 580 | 2026-07-21T20:17:49.311Z | Downloaded defmt v1.0.1 |
| 581 | 2026-07-21T20:17:49.311Z | Downloaded diesel-dtrace v0.5.0 |
| 582 | 2026-07-21T20:17:49.313Z | Downloaded ed25519 v2.2.3 |
| 583 | 2026-07-21T20:17:49.313Z | Downloaded bitfield v0.19.4 |
| 584 | 2026-07-21T20:17:49.316Z | Downloaded daft-derive v0.1.7 |
| 585 | 2026-07-21T20:17:49.321Z | Downloaded cmake v0.1.57 |
| 586 | 2026-07-21T20:17:49.321Z | Downloaded cexpr v0.6.0 |
| 587 | 2026-07-21T20:17:49.324Z | Downloaded float-cmp v0.10.0 |
| 588 | 2026-07-21T20:17:49.324Z | Downloaded cbc v0.2.1 |
| 589 | 2026-07-21T20:17:49.324Z | Downloaded bcs v0.1.6 |
| 590 | 2026-07-21T20:17:49.324Z | Downloaded defmt-macros v1.0.1 |
| 591 | 2026-07-21T20:17:49.327Z | Downloaded const_format_proc_macros v0.2.34 |
| 592 | 2026-07-21T20:17:49.327Z | Downloaded compression-codecs v0.4.37 |
| 593 | 2026-07-21T20:17:49.331Z | Downloaded darling v0.21.3 |
| 594 | 2026-07-21T20:17:49.331Z | Downloaded foreign-types-shared v0.3.1 |
| 595 | 2026-07-21T20:17:49.338Z | Downloaded funty v2.0.0 |
| 596 | 2026-07-21T20:17:49.338Z | Downloaded futures-io v0.3.32 |
| 597 | 2026-07-21T20:17:49.338Z | Downloaded foreign-types-shared v0.1.1 |
| 598 | 2026-07-21T20:17:49.338Z | Downloaded foreign-types v0.3.2 |
| 599 | 2026-07-21T20:17:49.338Z | Downloaded delegate v0.13.5 |
| 600 | 2026-07-21T20:17:49.338Z | Downloaded derive-ex v0.1.8 |
| 601 | 2026-07-21T20:17:49.341Z | Downloaded daft v0.1.7 |
| 602 | 2026-07-21T20:17:49.341Z | Downloaded bs58 v0.5.1 |
| 603 | 2026-07-21T20:17:49.342Z | Downloaded colored v3.1.1 |
| 604 | 2026-07-21T20:17:49.342Z | Downloaded futures-task v0.3.32 |
| 605 | 2026-07-21T20:17:49.345Z | Downloaded futures-sink v0.3.32 |
| 606 | 2026-07-21T20:17:49.345Z | Downloaded gethostname v0.5.0 |
| 607 | 2026-07-21T20:17:49.345Z | Downloaded globwalk v0.9.1 |
| 608 | 2026-07-21T20:17:49.345Z | Downloaded constant_time_eq v0.4.2 |
| 609 | 2026-07-21T20:17:49.348Z | Downloaded byte-wrapper v0.1.0 |
| 610 | 2026-07-21T20:17:49.348Z | Downloaded cipher v0.4.4 |
| 611 | 2026-07-21T20:17:49.351Z | Downloaded camino-tempfile-ext v0.3.3 |
| 612 | 2026-07-21T20:17:49.351Z | Downloaded git-stub v1.0.0 |
| 613 | 2026-07-21T20:17:49.351Z | Downloaded darling v0.13.4 |
| 614 | 2026-07-21T20:17:49.354Z | Downloaded enum_dispatch v0.3.13 |
| 615 | 2026-07-21T20:17:49.357Z | Downloaded blake2 v0.10.6 |
| 616 | 2026-07-21T20:17:49.357Z | Downloaded dyn-clone v1.0.20 |
| 617 | 2026-07-21T20:17:49.361Z | Downloaded fxhash v0.2.1 |
| 618 | 2026-07-21T20:17:49.361Z | Downloaded either v1.15.0 |
| 619 | 2026-07-21T20:17:49.361Z | Downloaded erased-serde v0.3.31 |
| 620 | 2026-07-21T20:17:49.364Z | Downloaded displaydoc v0.2.5 |
| 621 | 2026-07-21T20:17:49.364Z | Downloaded env_logger v0.11.9 |
| 622 | 2026-07-21T20:17:49.367Z | Downloaded ena v0.14.4 |
| 623 | 2026-07-21T20:17:49.367Z | Downloaded colored v2.2.0 |
| 624 | 2026-07-21T20:17:49.369Z | Downloaded fixedbitset v0.5.7 |
| 625 | 2026-07-21T20:17:49.370Z | Downloaded fd-lock v4.0.4 |
| 626 | 2026-07-21T20:17:49.370Z | Downloaded ecdsa v0.16.9 |
| 627 | 2026-07-21T20:17:49.372Z | Downloaded hash32 v0.3.1 |
| 628 | 2026-07-21T20:17:49.372Z | Downloaded der_derive v0.7.3 |
| 629 | 2026-07-21T20:17:49.380Z | Downloaded fallible-iterator v0.2.0 |
| 630 | 2026-07-21T20:17:49.380Z | Downloaded darling v0.23.0 |
| 631 | 2026-07-21T20:17:49.380Z | Downloaded hex-literal v1.1.0 |
| 632 | 2026-07-21T20:17:49.380Z | Downloaded hex v0.4.3 |
| 633 | 2026-07-21T20:17:49.380Z | Downloaded fs-err v2.11.0 |
| 634 | 2026-07-21T20:17:49.385Z | Downloaded foldhash v0.1.5 |
| 635 | 2026-07-21T20:17:49.385Z | Downloaded find-msvc-tools v0.1.9 |
| 636 | 2026-07-21T20:17:49.385Z | Downloaded bitflags v1.3.2 |
| 637 | 2026-07-21T20:17:49.385Z | Downloaded headers-core v0.3.0 |
| 638 | 2026-07-21T20:17:49.385Z | Downloaded console v0.15.11 |
| 639 | 2026-07-21T20:17:49.389Z | Downloaded foldhash v0.2.0 |
| 640 | 2026-07-21T20:17:49.389Z | Downloaded foreign-types-macros v0.2.3 |
| 641 | 2026-07-21T20:17:49.389Z | Downloaded fs_extra v1.3.0 |
| 642 | 2026-07-21T20:17:49.393Z | Downloaded chacha20 v0.10.0 |
| 643 | 2026-07-21T20:17:49.393Z | Downloaded futures-core v0.3.32 |
| 644 | 2026-07-21T20:17:49.393Z | Downloaded darling v0.20.11 |
| 645 | 2026-07-21T20:17:49.396Z | Downloaded hostname v0.3.1 |
| 646 | 2026-07-21T20:17:49.399Z | Downloaded home v0.5.12 |
| 647 | 2026-07-21T20:17:49.399Z | Downloaded futures-executor v0.3.32 |
| 648 | 2026-07-21T20:17:49.399Z | Downloaded cookie_store v0.22.1 |
| 649 | 2026-07-21T20:17:49.402Z | Downloaded chacha20 v0.9.1 |
| 650 | 2026-07-21T20:17:49.402Z | Downloaded httpdate v1.0.3 |
| 651 | 2026-07-21T20:17:49.405Z | Downloaded ghash v0.6.0 |
| 652 | 2026-07-21T20:17:49.405Z | Downloaded crossbeam-utils v0.8.21 |
| 653 | 2026-07-21T20:17:49.405Z | Downloaded bzip2 v0.6.1 |
| 654 | 2026-07-21T20:17:49.408Z | Downloaded blake2 v0.11.0-rc.6 |
| 655 | 2026-07-21T20:17:49.408Z | Downloaded http-body v1.0.1 |
| 656 | 2026-07-21T20:17:49.410Z | Downloaded bzip2 v0.4.4 |
| 657 | 2026-07-21T20:17:49.410Z | Downloaded hubpack v0.1.2 |
| 658 | 2026-07-21T20:17:49.413Z | Downloaded crypto-bigint v0.5.5 |
| 659 | 2026-07-21T20:17:49.416Z | Downloaded ff v0.14.0 |
| 660 | 2026-07-21T20:17:49.416Z | Downloaded glob v0.3.3 |
| 661 | 2026-07-21T20:17:49.418Z | Downloaded derive_builder v0.20.2 |
| 662 | 2026-07-21T20:17:49.421Z | Downloaded http-range v0.1.5 |
| 663 | 2026-07-21T20:17:49.421Z | Downloaded git-stub-vcs v0.1.0 |
| 664 | 2026-07-21T20:17:49.424Z | Downloaded ecdsa v0.17.0-rc.18 |
| 665 | 2026-07-21T20:17:49.424Z | Downloaded diff v0.1.13 |
| 666 | 2026-07-21T20:17:49.428Z | Downloaded derive_builder_core v0.20.2 |
| 667 | 2026-07-21T20:17:49.428Z | Downloaded group v0.13.0 |
| 668 | 2026-07-21T20:17:49.431Z | Downloaded base64 v0.22.1 |
| 669 | 2026-07-21T20:17:49.431Z | Downloaded indent_write v2.2.0 |
| 670 | 2026-07-21T20:17:49.431Z | Downloaded illumos-nvpair v0.3.0 |
| 671 | 2026-07-21T20:17:49.431Z | Downloaded ident_case v1.0.1 |
| 672 | 2026-07-21T20:17:49.434Z | Downloaded group v0.14.0 |
| 673 | 2026-07-21T20:17:49.434Z | Downloaded filetime v0.2.27 |
| 674 | 2026-07-21T20:17:49.434Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 675 | 2026-07-21T20:17:49.437Z | Downloaded hash32 v0.2.1 |
| 676 | 2026-07-21T20:17:49.439Z | Downloaded derive_more v0.99.20 |
| 677 | 2026-07-21T20:17:49.442Z | Downloaded idna_adapter v1.2.1 |
| 678 | 2026-07-21T20:17:49.442Z | Downloaded globset v0.4.18 |
| 679 | 2026-07-21T20:17:49.442Z | Downloaded des v0.9.0 |
| 680 | 2026-07-21T20:17:49.445Z | Downloaded darling_core v0.20.11 |
| 681 | 2026-07-21T20:17:49.448Z | Downloaded indoc v1.0.9 |
| 682 | 2026-07-21T20:17:49.448Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 683 | 2026-07-21T20:17:49.448Z | Downloaded ff v0.13.1 |
| 684 | 2026-07-21T20:17:49.452Z | Downloaded hubpack_derive v0.1.1 |
| 685 | 2026-07-21T20:17:49.452Z | Downloaded inout v0.1.4 |
| 686 | 2026-07-21T20:17:49.452Z | Downloaded const-oid v0.9.6 |
| 687 | 2026-07-21T20:17:49.456Z | Downloaded internet-checksum v0.2.1 |
| 688 | 2026-07-21T20:17:49.456Z | Downloaded instant v0.1.13 |
| 689 | 2026-07-21T20:17:49.456Z | Downloaded console v0.16.2 |
| 690 | 2026-07-21T20:17:49.456Z | Downloaded inout v0.2.2 |
| 691 | 2026-07-21T20:17:49.456Z | Downloaded clang-sys v1.8.1 |
| 692 | 2026-07-21T20:17:49.458Z | Downloaded instability v0.3.11 |
| 693 | 2026-07-21T20:17:49.461Z | Downloaded futures-channel v0.3.32 |
| 694 | 2026-07-21T20:17:49.461Z | Downloaded darling_core v0.13.4 |
| 695 | 2026-07-21T20:17:49.464Z | Downloaded darling_core v0.23.0 |
| 696 | 2026-07-21T20:17:49.467Z | Downloaded is_ci v1.2.0 |
| 697 | 2026-07-21T20:17:49.467Z | Downloaded humantime v2.3.0 |
| 698 | 2026-07-21T20:17:49.470Z | Downloaded is-terminal v0.4.17 |
| 699 | 2026-07-21T20:17:49.470Z | Downloaded hostname v0.4.2 |
| 700 | 2026-07-21T20:17:49.470Z | Downloaded darling_core v0.21.3 |
| 701 | 2026-07-21T20:17:49.473Z | Downloaded kstat-rs v0.2.4 |
| 702 | 2026-07-21T20:17:49.473Z | Downloaded keccak v0.1.6 |
| 703 | 2026-07-21T20:17:49.476Z | Downloaded highway v1.3.0 |
| 704 | 2026-07-21T20:17:49.476Z | Downloaded lru-cache v0.1.2 |
| 705 | 2026-07-21T20:17:49.479Z | Downloaded libscf-sys v1.1.0 |
| 706 | 2026-07-21T20:17:49.479Z | Downloaded arc-swap v1.8.2 |
| 707 | 2026-07-21T20:17:49.482Z | Downloaded hyper-staticfile v0.10.1 |
| 708 | 2026-07-21T20:17:49.482Z | Downloaded derive-where v1.6.0 |
| 709 | 2026-07-21T20:17:49.485Z | Downloaded elliptic-curve v0.13.8 |
| 710 | 2026-07-21T20:17:49.488Z | Downloaded drift v0.2.0 |
| 711 | 2026-07-21T20:17:49.491Z | Downloaded lazy_static v1.5.0 |
| 712 | 2026-07-21T20:17:49.494Z | Downloaded md-5 v0.10.6 |
| 713 | 2026-07-21T20:17:49.494Z | Downloaded maplit v1.0.2 |
| 714 | 2026-07-21T20:17:49.496Z | Downloaded match_cfg v0.1.0 |
| 715 | 2026-07-21T20:17:49.496Z | Downloaded managed v0.8.0 |
| 716 | 2026-07-21T20:17:49.496Z | Downloaded hyper-tls v0.6.0 |
| 717 | 2026-07-21T20:17:49.499Z | Downloaded lalrpop-util v0.19.12 |
| 718 | 2026-07-21T20:17:49.499Z | Downloaded linked-hash-map v0.5.6 |
| 719 | 2026-07-21T20:17:49.499Z | Downloaded http-body-util v0.1.3 |
| 720 | 2026-07-21T20:17:49.502Z | Downloaded lru v0.12.5 |
| 721 | 2026-07-21T20:17:49.502Z | Downloaded getrandom v0.2.17 |
| 722 | 2026-07-21T20:17:49.505Z | Downloaded md5 v0.8.0 |
| 723 | 2026-07-21T20:17:49.505Z | Downloaded maybe-uninit v2.0.0 |
| 724 | 2026-07-21T20:17:49.505Z | Downloaded crossbeam-channel v0.5.15 |
| 725 | 2026-07-21T20:17:49.507Z | Downloaded mime v0.3.17 |
| 726 | 2026-07-21T20:17:49.510Z | Downloaded indoc v2.0.7 |
| 727 | 2026-07-21T20:17:49.510Z | Downloaded der v0.7.10 |
| 728 | 2026-07-21T20:17:49.513Z | Downloaded fatfs v0.3.6 |
| 729 | 2026-07-21T20:17:49.516Z | Downloaded lzss v0.8.2 |
| 730 | 2026-07-21T20:17:49.516Z | Downloaded lru-slab v0.1.2 |
| 731 | 2026-07-21T20:17:49.519Z | Downloaded ingot v0.1.1 |
| 732 | 2026-07-21T20:17:49.519Z | Downloaded new_debug_unreachable v1.0.6 |
| 733 | 2026-07-21T20:17:49.519Z | Downloaded multimap v0.10.1 |
| 734 | 2026-07-21T20:17:49.522Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 735 | 2026-07-21T20:17:49.522Z | Downloaded dropshot_endpoint v0.17.1 |
| 736 | 2026-07-21T20:17:49.526Z | Downloaded kem v0.3.0 |
| 737 | 2026-07-21T20:17:49.526Z | Downloaded cancel-safe-futures v0.1.5 |
| 738 | 2026-07-21T20:17:49.528Z | Downloaded keccak v0.2.0 |
| 739 | 2026-07-21T20:17:49.529Z | Downloaded libefi-sys v0.1.0 |
| 740 | 2026-07-21T20:17:49.529Z | Downloaded memoffset v0.9.1 |
| 741 | 2026-07-21T20:17:49.532Z | Downloaded hmac v0.13.0 |
| 742 | 2026-07-21T20:17:49.532Z | Downloaded getrandom v0.3.4 |
| 743 | 2026-07-21T20:17:49.535Z | Downloaded generic-array v1.4.3 |
| 744 | 2026-07-21T20:17:49.535Z | Downloaded nonempty v0.12.0 |
| 745 | 2026-07-21T20:17:49.538Z | Downloaded ingot-types v0.1.2 |
| 746 | 2026-07-21T20:17:49.538Z | Downloaded futures v0.3.32 |
| 747 | 2026-07-21T20:17:49.540Z | Downloaded num v0.4.3 |
| 748 | 2026-07-21T20:17:49.540Z | Downloaded libloading v0.8.9 |
| 749 | 2026-07-21T20:17:49.543Z | Downloaded ipnetwork v0.21.1 |
| 750 | 2026-07-21T20:17:49.543Z | Downloaded jobserver v0.1.34 |
| 751 | 2026-07-21T20:17:49.546Z | Downloaded iana-time-zone v0.1.65 |
| 752 | 2026-07-21T20:17:49.549Z | Downloaded hybrid-array v0.4.13 |
| 753 | 2026-07-21T20:17:49.549Z | Downloaded nodrop v0.1.14 |
| 754 | 2026-07-21T20:17:49.549Z | Downloaded const_format v0.2.35 |
| 755 | 2026-07-21T20:17:49.551Z | Downloaded half v1.8.3 |
| 756 | 2026-07-21T20:17:49.554Z | Downloaded lock_api v0.4.14 |
| 757 | 2026-07-21T20:17:49.554Z | Downloaded base64 v0.21.7 |
| 758 | 2026-07-21T20:17:49.557Z | Downloaded newline-converter v0.3.0 |
| 759 | 2026-07-21T20:17:49.557Z | Downloaded hmac v0.12.1 |
| 760 | 2026-07-21T20:17:49.559Z | Downloaded normalize-line-endings v0.3.0 |
| 761 | 2026-07-21T20:17:49.559Z | Downloaded const-oid v0.10.2 |
| 762 | 2026-07-21T20:17:49.562Z | Downloaded chacha20poly1305 v0.10.1 |
| 763 | 2026-07-21T20:17:49.562Z | Downloaded bytes v1.11.1 |
| 764 | 2026-07-21T20:17:49.564Z | Downloaded num-derive v0.4.2 |
| 765 | 2026-07-21T20:17:49.567Z | Downloaded num-iter v0.1.45 |
| 766 | 2026-07-21T20:17:49.567Z | Downloaded num-conv v0.2.0 |
| 767 | 2026-07-21T20:17:49.567Z | Downloaded linear-map v1.2.0 |
| 768 | 2026-07-21T20:17:49.571Z | Downloaded num_threads v0.1.7 |
| 769 | 2026-07-21T20:17:49.571Z | Downloaded libsw-core v0.3.2 |
| 770 | 2026-07-21T20:17:49.571Z | Downloaded openssl-probe v0.1.6 |
| 771 | 2026-07-21T20:17:49.571Z | Downloaded opaque-debug v0.3.1 |
| 772 | 2026-07-21T20:17:49.574Z | Downloaded openssl-macros v0.1.1 |
| 773 | 2026-07-21T20:17:49.574Z | Downloaded oso-derive v0.27.3 |
| 774 | 2026-07-21T20:17:49.574Z | Downloaded olpc-cjson v0.1.4 |
| 775 | 2026-07-21T20:17:49.574Z | Downloaded num_enum_derive v0.5.11 |
| 776 | 2026-07-21T20:17:49.577Z | Downloaded libsw v3.5.0 |
| 777 | 2026-07-21T20:17:49.577Z | Downloaded num-derive v0.3.3 |
| 778 | 2026-07-21T20:17:49.577Z | Downloaded mime_guess v2.0.5 |
| 779 | 2026-07-21T20:17:49.580Z | Downloaded ingot-macros v0.1.1 |
| 780 | 2026-07-21T20:17:49.580Z | Downloaded flume v0.11.1 |
| 781 | 2026-07-21T20:17:49.585Z | Downloaded httparse v1.10.1 |
| 782 | 2026-07-21T20:17:49.585Z | Downloaded newtype_derive v0.1.6 |
| 783 | 2026-07-21T20:17:49.588Z | Downloaded newtype-uuid-macros v0.1.0 |
| 784 | 2026-07-21T20:17:49.588Z | Downloaded ciborium v0.2.2 |
| 785 | 2026-07-21T20:17:49.588Z | Downloaded multer v3.1.0 |
| 786 | 2026-07-21T20:17:49.588Z | Downloaded openssl-probe v0.2.1 |
| 787 | 2026-07-21T20:17:49.588Z | Downloaded ed25519 v3.0.0 |
| 788 | 2026-07-21T20:17:49.591Z | Downloaded deranged v0.5.8 |
| 789 | 2026-07-21T20:17:49.591Z | Downloaded derive_more v2.1.1 |
| 790 | 2026-07-21T20:17:49.597Z | Downloaded packed_struct_codegen v0.10.1 |
| 791 | 2026-07-21T20:17:49.600Z | Downloaded nanorand v0.7.0 |
| 792 | 2026-07-21T20:17:49.600Z | Downloaded nibble_vec v0.1.0 |
| 793 | 2026-07-21T20:17:49.604Z | Downloaded native-tls v0.2.18 |
| 794 | 2026-07-21T20:17:49.604Z | Downloaded module-lattice v0.2.3 |
| 795 | 2026-07-21T20:17:49.604Z | Downloaded parse-display v0.10.0 |
| 796 | 2026-07-21T20:17:49.604Z | Downloaded async-bb8-diesel v0.2.1 |
| 797 | 2026-07-21T20:17:49.606Z | Downloaded parse-size v1.1.0 |
| 798 | 2026-07-21T20:17:49.606Z | Downloaded futures-macro v0.3.32 |
| 799 | 2026-07-21T20:17:49.609Z | Downloaded blowfish v0.10.0 |
| 800 | 2026-07-21T20:17:49.609Z | Downloaded cipher v0.5.2 |
| 801 | 2026-07-21T20:17:49.609Z | Downloaded ipnet v2.11.0 |
| 802 | 2026-07-21T20:17:49.612Z | Downloaded cc v1.2.56 |
| 803 | 2026-07-21T20:17:49.614Z | Downloaded cassowary v0.3.0 |
| 804 | 2026-07-21T20:17:49.614Z | Downloaded nu-ansi-term v0.50.3 |
| 805 | 2026-07-21T20:17:49.617Z | Downloaded litemap v0.8.1 |
| 806 | 2026-07-21T20:17:49.617Z | Downloaded buf-list v1.1.2 |
| 807 | 2026-07-21T20:17:49.619Z | Downloaded newtype-uuid v1.3.2 |
| 808 | 2026-07-21T20:17:49.620Z | Downloaded password-hash v0.6.1 |
| 809 | 2026-07-21T20:17:49.623Z | Downloaded anstyle-parse v0.2.7 |
| 810 | 2026-07-21T20:17:49.623Z | Downloaded async-compression v0.4.41 |
| 811 | 2026-07-21T20:17:49.626Z | Downloaded litrs v1.0.0 |
| 812 | 2026-07-21T20:17:49.628Z | Downloaded hyper-rustls v0.27.7 |
| 813 | 2026-07-21T20:17:49.628Z | Downloaded peg-runtime v0.8.5 |
| 814 | 2026-07-21T20:17:49.631Z | Downloaded ar_archive_writer v0.5.1 |
| 815 | 2026-07-21T20:17:49.631Z | Downloaded headers v0.4.1 |
| 816 | 2026-07-21T20:17:49.634Z | Downloaded num-rational v0.4.2 |
| 817 | 2026-07-21T20:17:49.648Z | Downloaded phf_shared v0.12.1 |
| 818 | 2026-07-21T20:17:49.651Z | Downloaded path-slash v0.1.5 |
| 819 | 2026-07-21T20:17:49.651Z | Downloaded num_enum v0.5.11 |
| 820 | 2026-07-21T20:17:49.653Z | Downloaded half v2.7.1 |
| 821 | 2026-07-21T20:17:49.656Z | Downloaded num-integer v0.1.46 |
| 822 | 2026-07-21T20:17:49.656Z | Downloaded owo-colors v4.3.0 |
| 823 | 2026-07-21T20:17:49.659Z | Downloaded oxide-tokio-rt v0.1.4 |
| 824 | 2026-07-21T20:17:49.659Z | Downloaded ignore v0.4.25 |
| 825 | 2026-07-21T20:17:49.662Z | Downloaded num-complex v0.4.6 |
| 826 | 2026-07-21T20:17:49.662Z | Downloaded memmap2 v0.9.10 |
| 827 | 2026-07-21T20:17:49.662Z | Downloaded phf_shared v0.11.3 |
| 828 | 2026-07-21T20:17:49.664Z | Downloaded ml-kem v0.3.2 |
| 829 | 2026-07-21T20:17:49.667Z | Downloaded icu_properties v2.1.2 |
| 830 | 2026-07-21T20:17:49.667Z | Downloaded indexmap v1.9.3 |
| 831 | 2026-07-21T20:17:49.671Z | Downloaded heapless v0.7.17 |
| 832 | 2026-07-21T20:17:49.673Z | Downloaded packed_struct v0.10.1 |
| 833 | 2026-07-21T20:17:49.673Z | Downloaded oxide-update-engine-display v0.1.2 |
| 834 | 2026-07-21T20:17:49.673Z | Downloaded ed25519-dalek v2.2.0 |
| 835 | 2026-07-21T20:17:49.676Z | Downloaded phf_shared v0.13.1 |
| 836 | 2026-07-21T20:17:49.676Z | Downloaded libbz2-rs-sys v0.2.2 |
| 837 | 2026-07-21T20:17:49.679Z | Downloaded dtrace-parser v0.3.0 |
| 838 | 2026-07-21T20:17:49.679Z | Downloaded predicates-core v1.0.10 |
| 839 | 2026-07-21T20:17:49.679Z | Downloaded oxnet v0.1.6 |
| 840 | 2026-07-21T20:17:49.682Z | Downloaded parse-display-derive v0.10.0 |
| 841 | 2026-07-21T20:17:49.682Z | Downloaded compact_str v0.8.1 |
| 842 | 2026-07-21T20:17:49.685Z | Downloaded aes v0.9.1 |
| 843 | 2026-07-21T20:17:49.685Z | Downloaded predicates-tree v1.0.13 |
| 844 | 2026-07-21T20:17:49.688Z | Downloaded password-hash v0.5.0 |
| 845 | 2026-07-21T20:17:49.688Z | Downloaded parking_lot_core v0.8.6 |
| 846 | 2026-07-21T20:17:49.691Z | Downloaded oxide-update-engine v0.1.2 |
| 847 | 2026-07-21T20:17:49.691Z | Downloaded precomputed-hash v0.1.1 |
| 848 | 2026-07-21T20:17:49.691Z | Downloaded derive_more-impl v2.1.1 |
| 849 | 2026-07-21T20:17:49.693Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 850 | 2026-07-21T20:17:49.698Z | Downloaded proc-macro-crate v3.4.0 |
| 851 | 2026-07-21T20:17:49.698Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 852 | 2026-07-21T20:17:49.702Z | Downloaded paste v1.0.15 |
| 853 | 2026-07-21T20:17:49.702Z | Downloaded progenitor-client v0.14.0 |
| 854 | 2026-07-21T20:17:49.702Z | Downloaded proc-macro-crate v1.3.1 |
| 855 | 2026-07-21T20:17:49.702Z | Downloaded potential_utf v0.1.4 |
| 856 | 2026-07-21T20:17:49.704Z | Downloaded peg-macros v0.8.5 |
| 857 | 2026-07-21T20:17:49.704Z | Downloaded powerfmt v0.2.0 |
| 858 | 2026-07-21T20:17:49.704Z | Downloaded pem-rfc7468 v0.7.0 |
| 859 | 2026-07-21T20:17:49.707Z | Downloaded pem v3.0.6 |
| 860 | 2026-07-21T20:17:49.707Z | Downloaded peg v0.8.5 |
| 861 | 2026-07-21T20:17:49.710Z | Downloaded percent-encoding v2.3.2 |
| 862 | 2026-07-21T20:17:49.710Z | Downloaded num_enum v0.7.6 |
| 863 | 2026-07-21T20:17:49.713Z | Downloaded pem-rfc7468 v1.0.0 |
| 864 | 2026-07-21T20:17:49.716Z | Downloaded progenitor-macro v0.14.0 |
| 865 | 2026-07-21T20:17:49.716Z | Downloaded psl-types v2.0.11 |
| 866 | 2026-07-21T20:17:49.716Z | Downloaded pbkdf2 v0.13.0 |
| 867 | 2026-07-21T20:17:49.718Z | Downloaded progenitor-macro v0.13.0 |
| 868 | 2026-07-21T20:17:49.718Z | Downloaded flate2 v1.1.9 |
| 869 | 2026-07-21T20:17:49.721Z | Downloaded num_enum_derive v0.7.6 |
| 870 | 2026-07-21T20:17:49.721Z | Downloaded pin-project-lite v0.2.17 |
| 871 | 2026-07-21T20:17:49.725Z | Downloaded crossterm v0.28.1 |
| 872 | 2026-07-21T20:17:49.729Z | Downloaded phf v0.12.1 |
| 873 | 2026-07-21T20:17:49.732Z | Downloaded indicatif v0.18.4 |
| 874 | 2026-07-21T20:17:49.732Z | Downloaded icu_provider v2.1.1 |
| 875 | 2026-07-21T20:17:49.735Z | Downloaded icu_normalizer v2.1.1 |
| 876 | 2026-07-21T20:17:49.737Z | Downloaded pkcs8 v0.10.2 |
| 877 | 2026-07-21T20:17:49.738Z | Downloaded radium v0.7.0 |
| 878 | 2026-07-21T20:17:49.740Z | Downloaded quick-error v1.2.3 |
| 879 | 2026-07-21T20:17:49.740Z | Downloaded parking_lot_core v0.9.12 |
| 880 | 2026-07-21T20:17:49.744Z | Downloaded phf v0.13.1 |
| 881 | 2026-07-21T20:17:49.744Z | Downloaded pin-project-internal v1.1.11 |
| 882 | 2026-07-21T20:17:49.744Z | Downloaded poly1305 v0.8.0 |
| 883 | 2026-07-21T20:17:49.748Z | Downloaded pkg-config v0.3.32 |
| 884 | 2026-07-21T20:17:49.748Z | Downloaded icu_locale_core v2.1.1 |
| 885 | 2026-07-21T20:17:49.751Z | Downloaded heapless v0.8.0 |
| 886 | 2026-07-21T20:17:49.757Z | Downloaded ppv-lite86 v0.2.21 |
| 887 | 2026-07-21T20:17:49.757Z | Downloaded expectorate v1.2.0 |
| 888 | 2026-07-21T20:17:49.757Z | Downloaded parking_lot v0.12.5 |
| 889 | 2026-07-21T20:17:49.757Z | Downloaded rand_chacha v0.3.1 |
| 890 | 2026-07-21T20:17:49.757Z | Downloaded polyval v0.7.1 |
| 891 | 2026-07-21T20:17:49.762Z | Downloaded primefield v0.14.0 |
| 892 | 2026-07-21T20:17:49.762Z | Downloaded bumpalo v3.20.2 |
| 893 | 2026-07-21T20:17:49.762Z | Downloaded progenitor v0.13.0 |
| 894 | 2026-07-21T20:17:49.765Z | Downloaded icu_normalizer_data v2.1.1 |
| 895 | 2026-07-21T20:17:49.765Z | Downloaded der v0.8.0 |
| 896 | 2026-07-21T20:17:49.768Z | Downloaded primeorder v0.13.6 |
| 897 | 2026-07-21T20:17:49.771Z | Downloaded recursive v0.1.1 |
| 898 | 2026-07-21T20:17:49.771Z | Downloaded crypto-bigint v0.7.5 |
| 899 | 2026-07-21T20:17:49.778Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 900 | 2026-07-21T20:17:49.781Z | Downloaded psm v0.1.30 |
| 901 | 2026-07-21T20:17:49.781Z | Downloaded progenitor v0.14.0 |
| 902 | 2026-07-21T20:17:49.785Z | Downloaded proc-macro-error2 v2.0.1 |
| 903 | 2026-07-21T20:17:49.785Z | Downloaded ref-cast-impl v1.0.25 |
| 904 | 2026-07-21T20:17:49.788Z | Downloaded ref-cast v1.0.25 |
| 905 | 2026-07-21T20:17:49.788Z | Downloaded progenitor-extras v0.2.0 |
| 906 | 2026-07-21T20:17:49.788Z | Downloaded rfc6979 v0.5.0 |
| 907 | 2026-07-21T20:17:49.788Z | Downloaded rfc6979 v0.4.0 |
| 908 | 2026-07-21T20:17:49.791Z | Downloaded progenitor-client v0.13.0 |
| 909 | 2026-07-21T20:17:49.791Z | Downloaded primeorder v0.14.0-rc.10 |
| 910 | 2026-07-21T20:17:49.791Z | Downloaded crossterm v0.29.0 |
| 911 | 2026-07-21T20:17:49.795Z | Downloaded phc v0.6.1 |
| 912 | 2026-07-21T20:17:49.798Z | Downloaded hickory-resolver v0.25.2 |
| 913 | 2026-07-21T20:17:49.801Z | Downloaded postgres-protocol v0.6.10 |
| 914 | 2026-07-21T20:17:49.801Z | Downloaded poly1305 v0.9.0 |
| 915 | 2026-07-21T20:17:49.804Z | Downloaded r2d2 v0.8.10 |
| 916 | 2026-07-21T20:17:49.804Z | Downloaded oso v0.27.3 |
| 917 | 2026-07-21T20:17:49.806Z | Downloaded rustc_version v0.4.1 |
| 918 | 2026-07-21T20:17:49.807Z | Downloaded russh-util v0.52.0 |
| 919 | 2026-07-21T20:17:49.807Z | Downloaded russh-cryptovec v0.61.0 |
| 920 | 2026-07-21T20:17:49.810Z | Downloaded rtoolbox v0.0.3 |
| 921 | 2026-07-21T20:17:49.810Z | Downloaded postcard v1.1.3 |
| 922 | 2026-07-21T20:17:49.812Z | Downloaded pkcs8 v0.11.0 |
| 923 | 2026-07-21T20:17:49.812Z | Downloaded postgres-types v0.2.12 |
| 924 | 2026-07-21T20:17:49.815Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 925 | 2026-07-21T20:17:49.817Z | Downloaded hickory-resolver v0.24.4 |
| 926 | 2026-07-21T20:17:49.820Z | Downloaded rustc_version v0.1.7 |
| 927 | 2026-07-21T20:17:49.820Z | Downloaded rand_core v0.6.4 |
| 928 | 2026-07-21T20:17:49.820Z | Downloaded rand_chacha v0.9.0 |
| 929 | 2026-07-21T20:17:49.822Z | Downloaded parking_lot v0.11.2 |
| 930 | 2026-07-21T20:17:49.822Z | Downloaded scheduled-thread-pool v0.2.7 |
| 931 | 2026-07-21T20:17:49.825Z | Downloaded rustc-hash v2.1.1 |
| 932 | 2026-07-21T20:17:49.825Z | Downloaded papergrid v0.17.0 |
| 933 | 2026-07-21T20:17:49.829Z | Downloaded oxide-update-engine-types v0.1.2 |
| 934 | 2026-07-21T20:17:49.831Z | Downloaded rand_seeder v0.4.0 |
| 935 | 2026-07-21T20:17:49.831Z | Downloaded jiff-static v0.2.21 |
| 936 | 2026-07-21T20:17:49.834Z | Downloaded icu_collections v2.1.1 |
| 937 | 2026-07-21T20:17:49.837Z | Downloaded rand_core v0.10.0 |
| 938 | 2026-07-21T20:17:49.837Z | Downloaded rand_xorshift v0.4.0 |
| 939 | 2026-07-21T20:17:49.840Z | Downloaded same-file v1.0.6 |
| 940 | 2026-07-21T20:17:49.840Z | Downloaded rand_core v0.9.5 |
| 941 | 2026-07-21T20:17:49.840Z | Downloaded pkcs1 v0.7.5 |
| 942 | 2026-07-21T20:17:49.843Z | Downloaded scopeguard v1.2.0 |
| 943 | 2026-07-21T20:17:49.844Z | Downloaded predicates v3.1.4 |
| 944 | 2026-07-21T20:17:49.846Z | Downloaded port-file v0.1.0 |
| 945 | 2026-07-21T20:17:49.846Z | Downloaded omicron-zone-package v0.12.3 |
| 946 | 2026-07-21T20:17:49.849Z | Downloaded num-traits v0.2.19 |
| 947 | 2026-07-21T20:17:49.849Z | Downloaded miniz_oxide v0.8.9 |
| 948 | 2026-07-21T20:17:49.852Z | Downloaded scroll_derive v0.13.1 |
| 949 | 2026-07-21T20:17:49.852Z | Downloaded diesel_derives v2.3.7 |
| 950 | 2026-07-21T20:17:49.855Z | Downloaded crossbeam-deque v0.8.6 |
| 951 | 2026-07-21T20:17:49.858Z | Downloaded serde-big-array v0.5.1 |
| 952 | 2026-07-21T20:17:49.858Z | Downloaded rpassword v7.5.4 |
| 953 | 2026-07-21T20:17:49.862Z | Downloaded semver v0.1.20 |
| 954 | 2026-07-21T20:17:49.862Z | Downloaded digest v0.11.3 |
| 955 | 2026-07-21T20:17:49.862Z | Downloaded float-ord v0.3.2 |
| 956 | 2026-07-21T20:17:49.865Z | Downloaded secrecy v0.10.3 |
| 957 | 2026-07-21T20:17:49.865Z | Downloaded secrecy v0.8.0 |
| 958 | 2026-07-21T20:17:49.865Z | Downloaded flagset v0.4.7 |
| 959 | 2026-07-21T20:17:49.868Z | Downloaded seq-macro v0.3.6 |
| 960 | 2026-07-21T20:17:49.868Z | Downloaded resolv-conf v0.7.6 |
| 961 | 2026-07-21T20:17:49.868Z | Downloaded openssl-sys v0.9.115 |
| 962 | 2026-07-21T20:17:49.871Z | Downloaded pkcs5 v0.8.1 |
| 963 | 2026-07-21T20:17:49.874Z | Downloaded hashbrown v0.13.2 |
| 964 | 2026-07-21T20:17:49.877Z | Downloaded rustls-pemfile v2.2.0 |
| 965 | 2026-07-21T20:17:49.880Z | Downloaded p384 v0.14.0-rc.10 |
| 966 | 2026-07-21T20:17:49.880Z | Downloaded rustls-native-certs v0.8.3 |
| 967 | 2026-07-21T20:17:49.883Z | Downloaded http v1.4.2 |
| 968 | 2026-07-21T20:17:49.887Z | Downloaded serde_spanned v1.1.1 |
| 969 | 2026-07-21T20:17:49.887Z | Downloaded serde_bytes v0.11.19 |
| 970 | 2026-07-21T20:17:49.887Z | Downloaded pin-project v1.1.11 |
| 971 | 2026-07-21T20:17:49.895Z | Downloaded rustversion v1.0.22 |
| 972 | 2026-07-21T20:17:49.898Z | Downloaded serde_repr v0.1.20 |
| 973 | 2026-07-21T20:17:49.898Z | Downloaded serde_urlencoded v0.7.1 |
| 974 | 2026-07-21T20:17:49.898Z | Downloaded serde_plain v1.0.2 |
| 975 | 2026-07-21T20:17:49.898Z | Downloaded p256 v0.14.0-rc.10 |
| 976 | 2026-07-21T20:17:49.904Z | Downloaded signature v2.2.0 |
| 977 | 2026-07-21T20:17:49.904Z | Downloaded signal-hook-mio v0.2.5 |
| 978 | 2026-07-21T20:17:49.906Z | Downloaded sha1 v0.11.0 |
| 979 | 2026-07-21T20:17:49.906Z | Downloaded hashbrown v0.12.3 |
| 980 | 2026-07-21T20:17:49.906Z | Downloaded shell-words v1.1.1 |
| 981 | 2026-07-21T20:17:49.906Z | Downloaded signal-hook-tokio v0.3.1 |
| 982 | 2026-07-21T20:17:49.910Z | Downloaded sha1 v0.10.6 |
| 983 | 2026-07-21T20:17:49.910Z | Downloaded hickory-server v0.25.2 |
| 984 | 2026-07-21T20:17:49.917Z | Downloaded rusty-fork v0.3.1 |
| 985 | 2026-07-21T20:17:49.919Z | Downloaded sapling-renderdag v0.1.0 |
| 986 | 2026-07-21T20:17:49.919Z | Downloaded signature v3.0.0 |
| 987 | 2026-07-21T20:17:49.922Z | Downloaded sigpipe v0.1.3 |
| 988 | 2026-07-21T20:17:49.922Z | Downloaded schemars_derive v0.8.22 |
| 989 | 2026-07-21T20:17:49.922Z | Downloaded siphasher v1.0.2 |
| 990 | 2026-07-21T20:17:49.926Z | Downloaded slog-bunyan v2.5.0 |
| 991 | 2026-07-21T20:17:49.929Z | Downloaded hyper-util v0.1.20 |
| 992 | 2026-07-21T20:17:49.940Z | Downloaded serde_path_to_error v0.1.20 |
| 993 | 2026-07-21T20:17:49.943Z | Downloaded sec1 v0.8.1 |
| 994 | 2026-07-21T20:17:49.944Z | Downloaded sec1 v0.7.3 |
| 995 | 2026-07-21T20:17:49.944Z | Downloaded scroll v0.13.0 |
| 996 | 2026-07-21T20:17:49.944Z | Downloaded slog-envlogger v2.2.0 |
| 997 | 2026-07-21T20:17:49.944Z | Downloaded scrypt v0.12.0 |
| 998 | 2026-07-21T20:17:49.944Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 999 | 2026-07-21T20:17:49.944Z | Downloaded progenitor-impl v0.13.0 |
| 1000 | 2026-07-21T20:17:49.949Z | Downloaded serde-hex v0.1.0 |
| 1001 | 2026-07-21T20:17:49.952Z | Downloaded aes-gcm v0.11.0 |
| 1002 | 2026-07-21T20:17:49.961Z | Downloaded quinn-udp v0.5.14 |
| 1003 | 2026-07-21T20:17:49.964Z | Downloaded serde_derive_internals v0.29.1 |
| 1004 | 2026-07-21T20:17:49.967Z | Downloaded serdect v0.4.3 |
| 1005 | 2026-07-21T20:17:49.975Z | Downloaded sqlparser_derive v0.5.0 |
| 1006 | 2026-07-21T20:17:49.975Z | Downloaded prefix-trie v0.7.0 |
| 1007 | 2026-07-21T20:17:49.978Z | Downloaded dropshot-api-manager v0.7.2 |
| 1008 | 2026-07-21T20:17:49.978Z | Downloaded serde_with_macros v1.5.2 |
| 1009 | 2026-07-21T20:17:49.978Z | Downloaded shlex v1.3.0 |
| 1010 | 2026-07-21T20:17:49.981Z | Downloaded itertools v0.10.5 |
| 1011 | 2026-07-21T20:17:49.985Z | Downloaded stable_deref_trait v1.2.1 |
| 1012 | 2026-07-21T20:17:49.985Z | Downloaded strsim v0.10.0 |
| 1013 | 2026-07-21T20:17:49.987Z | Downloaded progenitor-impl v0.14.0 |
| 1014 | 2026-07-21T20:17:49.987Z | Downloaded salsa20 v0.11.0 |
| 1015 | 2026-07-21T20:17:49.987Z | Downloaded signal-hook-registry v1.4.8 |
| 1016 | 2026-07-21T20:17:49.993Z | Downloaded strum v0.27.2 |
| 1017 | 2026-07-21T20:17:49.998Z | Downloaded slog-async v2.8.0 |
| 1018 | 2026-07-21T20:17:49.998Z | Downloaded slog-dtrace v0.3.0 |
| 1019 | 2026-07-21T20:17:50.003Z | Downloaded strum v0.26.3 |
| 1020 | 2026-07-21T20:17:50.003Z | Downloaded subtle v2.6.1 |
| 1021 | 2026-07-21T20:17:50.003Z | Downloaded mio v1.2.0 |
| 1022 | 2026-07-21T20:17:50.025Z | Downloaded structmeta-derive v0.3.0 |
| 1023 | 2026-07-21T20:17:50.025Z | Downloaded sync_wrapper v1.0.2 |
| 1024 | 2026-07-21T20:17:50.025Z | Downloaded supports-color v3.0.2 |
| 1025 | 2026-07-21T20:17:50.025Z | Downloaded structmeta v0.3.0 |
| 1026 | 2026-07-21T20:17:50.025Z | Downloaded slab v0.4.12 |
| 1027 | 2026-07-21T20:17:50.025Z | Downloaded sync-ptr v0.1.4 |
| 1028 | 2026-07-21T20:17:50.025Z | Downloaded tap v1.0.1 |
| 1029 | 2026-07-21T20:17:50.025Z | Downloaded take_mut v0.2.2 |
| 1030 | 2026-07-21T20:17:50.025Z | Downloaded slog-stdlog v4.1.1 |
| 1031 | 2026-07-21T20:17:50.026Z | Downloaded spki v0.7.3 |
| 1032 | 2026-07-21T20:17:50.026Z | Downloaded tabwriter v1.4.1 |
| 1033 | 2026-07-21T20:17:50.026Z | Downloaded snafu-derive v0.8.9 |
| 1034 | 2026-07-21T20:17:50.029Z | Downloaded slog-scope v4.4.1 |
| 1035 | 2026-07-21T20:17:50.029Z | Downloaded simd-adler32 v0.3.8 |
| 1036 | 2026-07-21T20:17:50.029Z | Downloaded smf v0.2.3 |
| 1037 | 2026-07-21T20:17:50.029Z | Downloaded hashbrown v0.15.5 |
| 1038 | 2026-07-21T20:17:50.035Z | Downloaded spki v0.8.0 |
| 1039 | 2026-07-21T20:17:50.035Z | Downloaded smallvec v0.6.14 |
| 1040 | 2026-07-21T20:17:50.035Z | Downloaded sqlformat v0.3.5 |
| 1041 | 2026-07-21T20:17:50.038Z | Downloaded minimal-lexical v0.2.1 |
| 1042 | 2026-07-21T20:17:50.038Z | Downloaded time-core v0.1.8 |
| 1043 | 2026-07-21T20:17:50.038Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1044 | 2026-07-21T20:17:50.041Z | Downloaded termtree v0.5.1 |
| 1045 | 2026-07-21T20:17:50.042Z | Downloaded serde_cbor v0.11.2 |
| 1046 | 2026-07-21T20:17:50.045Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1047 | 2026-07-21T20:17:50.045Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1048 | 2026-07-21T20:17:50.048Z | Downloaded rustls-pki-types v1.14.0 |
| 1049 | 2026-07-21T20:17:50.048Z | Downloaded testing_table v0.3.0 |
| 1050 | 2026-07-21T20:17:50.053Z | Downloaded thread-id v5.1.0 |
| 1051 | 2026-07-21T20:17:50.053Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1052 | 2026-07-21T20:17:50.054Z | Downloaded stringprep v0.1.5 |
| 1053 | 2026-07-21T20:17:50.058Z | Downloaded sha2 v0.11.0 |
| 1054 | 2026-07-21T20:17:50.058Z | Downloaded serde_with_macros v3.21.0 |
| 1055 | 2026-07-21T20:17:50.058Z | Downloaded string_cache v0.8.9 |
| 1056 | 2026-07-21T20:17:50.061Z | Downloaded static_assertions v1.1.0 |
| 1057 | 2026-07-21T20:17:50.061Z | Downloaded ryu v1.0.23 |
| 1058 | 2026-07-21T20:17:50.061Z | Downloaded prettyplease v0.2.37 |
| 1059 | 2026-07-21T20:17:50.064Z | Downloaded strum_macros v0.24.3 |
| 1060 | 2026-07-21T20:17:50.064Z | Downloaded stacker v0.1.23 |
| 1061 | 2026-07-21T20:17:50.068Z | Downloaded num-bigint v0.4.6 |
| 1062 | 2026-07-21T20:17:50.068Z | Downloaded slog-json v2.6.1 |
| 1063 | 2026-07-21T20:17:50.075Z | Downloaded ron v0.8.1 |
| 1064 | 2026-07-21T20:17:50.078Z | Downloaded schemars v0.8.22 |
| 1065 | 2026-07-21T20:17:50.081Z | Downloaded tokio-macros v2.7.0 |
| 1066 | 2026-07-21T20:17:50.081Z | Downloaded rcgen v0.12.1 |
| 1067 | 2026-07-21T20:17:50.085Z | Downloaded tinyvec_macros v0.1.1 |
| 1068 | 2026-07-21T20:17:50.085Z | Downloaded support-bundle-viewer v0.1.2 |
| 1069 | 2026-07-21T20:17:50.085Z | Downloaded strum_macros v0.27.2 |
| 1070 | 2026-07-21T20:17:50.090Z | Downloaded strum_macros v0.26.4 |
| 1071 | 2026-07-21T20:17:50.090Z | Downloaded qorb v0.4.1 |
| 1072 | 2026-07-21T20:17:50.093Z | Downloaded rand v0.8.6 |
| 1073 | 2026-07-21T20:17:50.093Z | Downloaded num-bigint-dig v0.8.6 |
| 1074 | 2026-07-21T20:17:50.096Z | Downloaded synstructure v0.13.2 |
| 1075 | 2026-07-21T20:17:50.096Z | Downloaded slog-term v2.9.2 |
| 1076 | 2026-07-21T20:17:50.099Z | Downloaded spin v0.9.8 |
| 1077 | 2026-07-21T20:17:50.100Z | Downloaded smallvec v1.15.1 |
| 1078 | 2026-07-21T20:17:50.100Z | Downloaded tokio-test v0.4.5 |
| 1079 | 2026-07-21T20:17:50.108Z | Downloaded termios v0.3.3 |
| 1080 | 2026-07-21T20:17:50.108Z | Downloaded rayon-core v1.13.0 |
| 1081 | 2026-07-21T20:17:50.112Z | Downloaded tagptr v0.2.0 |
| 1082 | 2026-07-21T20:17:50.112Z | Downloaded tabled_derive v0.11.0 |
| 1083 | 2026-07-21T20:17:50.112Z | Downloaded hyper v1.10.1 |
| 1084 | 2026-07-21T20:17:50.114Z | Downloaded p521 v0.14.0-rc.10 |
| 1085 | 2026-07-21T20:17:50.119Z | Downloaded topological-sort v0.2.2 |
| 1086 | 2026-07-21T20:17:50.123Z | Downloaded tiny-keccak v2.0.2 |
| 1087 | 2026-07-21T20:17:50.123Z | Downloaded iri-string v0.7.10 |
| 1088 | 2026-07-21T20:17:50.127Z | Downloaded tower-layer v0.3.3 |
| 1089 | 2026-07-21T20:17:50.128Z | Downloaded tinystr v0.8.2 |
| 1090 | 2026-07-21T20:17:50.131Z | Downloaded pretty_assertions v1.4.1 |
| 1091 | 2026-07-21T20:17:50.131Z | Downloaded time-macros v0.2.27 |
| 1092 | 2026-07-21T20:17:50.131Z | Downloaded try-lock v0.2.5 |
| 1093 | 2026-07-21T20:17:50.134Z | Downloaded trait-variant v0.1.2 |
| 1094 | 2026-07-21T20:17:50.134Z | Downloaded signal-hook v0.3.18 |
| 1095 | 2026-07-21T20:17:50.137Z | Downloaded tower-service v0.3.3 |
| 1096 | 2026-07-21T20:17:50.137Z | Downloaded itertools v0.13.0 |
| 1097 | 2026-07-21T20:17:50.140Z | Downloaded thiserror-no-std v2.0.2 |
| 1098 | 2026-07-21T20:17:50.144Z | Downloaded slog v2.8.2 |
| 1099 | 2026-07-21T20:17:50.147Z | Downloaded schemars v0.9.0 |
| 1100 | 2026-07-21T20:17:50.154Z | Downloaded unit-prefix v0.5.2 |
| 1101 | 2026-07-21T20:17:50.158Z | Downloaded unarray v0.1.4 |
| 1102 | 2026-07-21T20:17:50.158Z | Downloaded typify-macro v0.6.2 |
| 1103 | 2026-07-21T20:17:50.158Z | Downloaded tokio-dtrace v0.1.1 |
| 1104 | 2026-07-21T20:17:50.158Z | Downloaded untrusted v0.9.0 |
| 1105 | 2026-07-21T20:17:50.158Z | Downloaded unicode-xid v0.2.6 |
| 1106 | 2026-07-21T20:17:50.162Z | Downloaded unicode-truncate v1.1.0 |
| 1107 | 2026-07-21T20:17:50.162Z | Downloaded universal-hash v0.6.1 |
| 1108 | 2026-07-21T20:17:50.162Z | Downloaded quinn v0.11.9 |
| 1109 | 2026-07-21T20:17:50.165Z | Downloaded untrusted v0.7.1 |
| 1110 | 2026-07-21T20:17:50.165Z | Downloaded tokio-native-tls v0.3.1 |
| 1111 | 2026-07-21T20:17:50.165Z | Downloaded tokio-tungstenite v0.21.0 |
| 1112 | 2026-07-21T20:17:50.169Z | Downloaded universal-hash v0.5.1 |
| 1113 | 2026-07-21T20:17:50.169Z | Downloaded tokio-tungstenite v0.23.1 |
| 1114 | 2026-07-21T20:17:50.169Z | Downloaded utf-8 v0.7.6 |
| 1115 | 2026-07-21T20:17:50.172Z | Downloaded usdt v0.6.0 |
| 1116 | 2026-07-21T20:17:50.172Z | Downloaded rand v0.9.2 |
| 1117 | 2026-07-21T20:17:50.175Z | Downloaded utf8_iter v1.0.4 |
| 1118 | 2026-07-21T20:17:50.175Z | Downloaded socket2 v0.5.10 |
| 1119 | 2026-07-21T20:17:50.175Z | Downloaded libxml v0.3.3 |
| 1120 | 2026-07-21T20:17:50.179Z | Downloaded publicsuffix v2.3.0 |
| 1121 | 2026-07-21T20:17:50.182Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1122 | 2026-07-21T20:17:50.182Z | Downloaded idna v1.1.0 |
| 1123 | 2026-07-21T20:17:50.187Z | Downloaded usdt-attr-macro v0.6.0 |
| 1124 | 2026-07-21T20:17:50.187Z | Downloaded term v1.2.1 |
| 1125 | 2026-07-21T20:17:50.191Z | Downloaded rustls-webpki v0.103.13 |
| 1126 | 2026-07-21T20:17:50.191Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1127 | 2026-07-21T20:17:50.191Z | Downloaded crypto-primes v0.7.2 |
| 1128 | 2026-07-21T20:17:50.194Z | Downloaded hkdf v0.13.0 |
| 1129 | 2026-07-21T20:17:50.198Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1130 | 2026-07-21T20:17:50.198Z | Downloaded void v1.0.2 |
| 1131 | 2026-07-21T20:17:50.198Z | Downloaded usdt-macro v0.6.0 |
| 1132 | 2026-07-21T20:17:50.204Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1133 | 2026-07-21T20:17:50.204Z | Downloaded thread_local v1.1.9 |
| 1134 | 2026-07-21T20:17:50.205Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1135 | 2026-07-21T20:17:50.205Z | Downloaded waitgroup v0.1.2 |
| 1136 | 2026-07-21T20:17:50.208Z | Downloaded tui-tree-widget v0.23.1 |
| 1137 | 2026-07-21T20:17:50.208Z | Downloaded h2 v0.4.15 |
| 1138 | 2026-07-21T20:17:50.208Z | Downloaded similar v2.7.0 |
| 1139 | 2026-07-21T20:17:50.212Z | Downloaded subprocess v0.2.15 |
| 1140 | 2026-07-21T20:17:50.215Z | Downloaded wait-timeout v0.2.1 |
| 1141 | 2026-07-21T20:17:50.215Z | Downloaded itertools v0.12.1 |
| 1142 | 2026-07-21T20:17:50.220Z | Downloaded samael v0.0.19 |
| 1143 | 2026-07-21T20:17:50.224Z | Downloaded hkdf v0.12.4 |
| 1144 | 2026-07-21T20:17:50.224Z | Downloaded hashbrown v0.16.1 |
| 1145 | 2026-07-21T20:17:50.227Z | Downloaded libm v0.2.16 |
| 1146 | 2026-07-21T20:17:50.232Z | Downloaded nom v7.1.3 |
| 1147 | 2026-07-21T20:17:50.236Z | Downloaded schemars v1.2.1 |
| 1148 | 2026-07-21T20:17:50.243Z | Downloaded zerofrom v0.1.6 |
| 1149 | 2026-07-21T20:17:50.246Z | Downloaded yoke-derive v0.8.1 |
| 1150 | 2026-07-21T20:17:50.246Z | Downloaded term v0.7.0 |
| 1151 | 2026-07-21T20:17:50.249Z | Downloaded test-strategy v0.4.5 |
| 1152 | 2026-07-21T20:17:50.249Z | Downloaded xshell-macros v0.2.7 |
| 1153 | 2026-07-21T20:17:50.249Z | Downloaded xattr v1.6.1 |
| 1154 | 2026-07-21T20:17:50.252Z | Downloaded rsa v0.9.10 |
| 1155 | 2026-07-21T20:17:50.255Z | Downloaded tokio-rustls v0.26.4 |
| 1156 | 2026-07-21T20:17:50.256Z | Downloaded socket2 v0.6.3 |
| 1157 | 2026-07-21T20:17:50.256Z | Downloaded zerofrom-derive v0.1.6 |
| 1158 | 2026-07-21T20:17:50.259Z | Downloaded itertools v0.14.0 |
| 1159 | 2026-07-21T20:17:50.262Z | Downloaded vergen-gitcl v1.0.8 |
| 1160 | 2026-07-21T20:17:50.262Z | Downloaded nom v8.0.0 |
| 1161 | 2026-07-21T20:17:50.265Z | Downloaded zeroize_derive v1.4.3 |
| 1162 | 2026-07-21T20:17:50.268Z | Downloaded bindgen v0.71.1 |
| 1163 | 2026-07-21T20:17:50.276Z | Downloaded vsss-rs v3.3.4 |
| 1164 | 2026-07-21T20:17:50.276Z | Downloaded uzers v0.12.2 |
| 1165 | 2026-07-21T20:17:50.279Z | Downloaded zone v0.3.1 |
| 1166 | 2026-07-21T20:17:50.280Z | Downloaded rand v0.10.1 |
| 1167 | 2026-07-21T20:17:50.280Z | Downloaded icu_properties_data v2.1.2 |
| 1168 | 2026-07-21T20:17:50.285Z | Downloaded whoami v2.1.0 |
| 1169 | 2026-07-21T20:17:50.285Z | Downloaded vergen-lib v9.1.0 |
| 1170 | 2026-07-21T20:17:50.288Z | Downloaded whoami v1.6.1 |
| 1171 | 2026-07-21T20:17:50.288Z | Downloaded want v0.3.1 |
| 1172 | 2026-07-21T20:17:50.288Z | Downloaded twox-hash v2.1.2 |
| 1173 | 2026-07-21T20:17:50.289Z | Downloaded walkdir v2.5.0 |
| 1174 | 2026-07-21T20:17:50.289Z | Downloaded blake3 v1.8.5 |
| 1175 | 2026-07-21T20:17:50.292Z | Downloaded snafu v0.8.9 |
| 1176 | 2026-07-21T20:17:50.296Z | Downloaded wyz v0.5.1 |
| 1177 | 2026-07-21T20:17:50.302Z | Downloaded writeable v0.6.2 |
| 1178 | 2026-07-21T20:17:50.302Z | Downloaded tokio-stream v0.1.18 |
| 1179 | 2026-07-21T20:17:50.302Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1180 | 2026-07-21T20:17:50.303Z | Downloaded tracing-attributes v0.1.31 |
| 1181 | 2026-07-21T20:17:50.306Z | Downloaded tls_codec_derive v0.4.2 |
| 1182 | 2026-07-21T20:17:50.306Z | Downloaded tls_codec v0.4.2 |
| 1183 | 2026-07-21T20:17:50.306Z | Downloaded futures-util v0.3.32 |
| 1184 | 2026-07-21T20:17:50.313Z | Downloaded usdt-impl v0.6.0 |
| 1185 | 2026-07-21T20:17:50.316Z | Downloaded toml v0.7.8 |
| 1186 | 2026-07-21T20:17:50.319Z | Downloaded yoke v0.8.1 |
| 1187 | 2026-07-21T20:17:50.319Z | Downloaded tar v0.4.46 |
| 1188 | 2026-07-21T20:17:50.320Z | Downloaded vergen v9.1.0 |
| 1189 | 2026-07-21T20:17:50.324Z | Downloaded vergen-lib v0.1.6 |
| 1190 | 2026-07-21T20:17:50.324Z | Downloaded vergen-git2 v9.1.0 |
| 1191 | 2026-07-21T20:17:50.327Z | Downloaded zerovec-derive v0.11.2 |
| 1192 | 2026-07-21T20:17:50.331Z | Downloaded zone_cfg_derive v0.3.1 |
| 1193 | 2026-07-21T20:17:50.331Z | Downloaded zeroize v1.8.2 |
| 1194 | 2026-07-21T20:17:50.331Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1195 | 2026-07-21T20:17:50.336Z | Downloaded rustyline v14.0.0 |
| 1196 | 2026-07-21T20:17:50.339Z | Downloaded zstd v0.13.3 |
| 1197 | 2026-07-21T20:17:50.339Z | Downloaded unicase v2.9.0 |
| 1198 | 2026-07-21T20:17:50.339Z | Downloaded typify v0.6.2 |
| 1199 | 2026-07-21T20:17:50.340Z | Downloaded steno v0.4.1 |
| 1200 | 2026-07-21T20:17:50.343Z | Downloaded zstd-safe v7.2.4 |
| 1201 | 2026-07-21T20:17:50.346Z | Downloaded unicode-bidi v0.3.18 |
| 1202 | 2026-07-21T20:17:50.349Z | Downloaded xshell v0.2.7 |
| 1203 | 2026-07-21T20:17:50.355Z | Downloaded unicode-properties v0.1.4 |
| 1204 | 2026-07-21T20:17:50.361Z | Downloaded yasna v0.5.2 |
| 1205 | 2026-07-21T20:17:50.364Z | Downloaded zerocopy v0.6.6 |
| 1206 | 2026-07-21T20:17:50.367Z | Downloaded iddqd v0.4.2 |
| 1207 | 2026-07-21T20:17:50.372Z | Downloaded tungstenite v0.21.0 |
| 1208 | 2026-07-21T20:17:50.376Z | Downloaded rsa v0.10.0-rc.18 |
| 1209 | 2026-07-21T20:17:50.383Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1210 | 2026-07-21T20:17:50.386Z | Downloaded tungstenite v0.23.0 |
| 1211 | 2026-07-21T20:17:50.389Z | Downloaded vte v0.14.1 |
| 1212 | 2026-07-21T20:17:50.392Z | Downloaded tracing-core v0.1.36 |
| 1213 | 2026-07-21T20:17:50.392Z | Downloaded chrono v0.4.45 |
| 1214 | 2026-07-21T20:17:50.395Z | Downloaded serde_with v1.14.0 |
| 1215 | 2026-07-21T20:17:50.398Z | Downloaded tinyvec v1.10.0 |
| 1216 | 2026-07-21T20:17:50.406Z | Downloaded uuid v1.23.4 |
| 1217 | 2026-07-21T20:17:50.409Z | Downloaded tokio-postgres v0.7.16 |
| 1218 | 2026-07-21T20:17:50.416Z | Downloaded unsafe-libyaml v0.2.11 |
| 1219 | 2026-07-21T20:17:50.419Z | Downloaded git2 v0.20.4 |
| 1220 | 2026-07-21T20:17:50.423Z | Downloaded toml_edit v0.19.15 |
| 1221 | 2026-07-21T20:17:50.433Z | Downloaded zopfli v0.8.3 |
| 1222 | 2026-07-21T20:17:50.436Z | Downloaded aws-lc-rs v1.16.3 |
| 1223 | 2026-07-21T20:17:50.440Z | Downloaded p384 v0.13.1 |
| 1224 | 2026-07-21T20:17:50.444Z | Downloaded bitvec v1.0.1 |
| 1225 | 2026-07-21T20:17:50.452Z | Downloaded unicode_categories v0.1.1 |
| 1226 | 2026-07-21T20:17:50.455Z | Downloaded reedline v0.40.0 |
| 1227 | 2026-07-21T20:17:50.458Z | Downloaded reqwest v0.13.2 |
| 1228 | 2026-07-21T20:17:50.461Z | Downloaded regex v1.12.3 |
| 1229 | 2026-07-21T20:17:50.464Z | Downloaded yansi v1.0.1 |
| 1230 | 2026-07-21T20:17:50.467Z | Downloaded portable-atomic v1.13.1 |
| 1231 | 2026-07-21T20:17:50.471Z | Downloaded zip v0.6.6 |
| 1232 | 2026-07-21T20:17:50.473Z | Downloaded rawzip v0.4.4 |
| 1233 | 2026-07-21T20:17:50.476Z | Downloaded zerotrie v0.2.3 |
| 1234 | 2026-07-21T20:17:50.490Z | Downloaded reqwest v0.12.28 |
| 1235 | 2026-07-21T20:17:50.495Z | Downloaded goblin v0.10.5 |
| 1236 | 2026-07-21T20:17:50.498Z | Downloaded url v2.5.8 |
| 1237 | 2026-07-21T20:17:50.505Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1238 | 2026-07-21T20:17:50.510Z | Downloaded lalrpop v0.19.12 |
| 1239 | 2026-07-21T20:17:50.516Z | Downloaded salty v0.3.0 |
| 1240 | 2026-07-21T20:17:50.520Z | Downloaded rayon v1.11.0 |
| 1241 | 2026-07-21T20:17:50.525Z | Downloaded x509-cert v0.2.5 |
| 1242 | 2026-07-21T20:17:50.529Z | Downloaded unicode-segmentation v1.12.0 |
| 1243 | 2026-07-21T20:17:50.533Z | Downloaded tower v0.5.3 |
| 1244 | 2026-07-21T20:17:50.536Z | Downloaded curve25519-dalek v4.1.3 |
| 1245 | 2026-07-21T20:17:50.541Z | Downloaded quick-xml v0.37.5 |
| 1246 | 2026-07-21T20:17:50.544Z | Downloaded typed-path v0.9.3 |
| 1247 | 2026-07-21T20:17:50.547Z | Downloaded zerocopy-derive v0.8.40 |
| 1248 | 2026-07-21T20:17:50.552Z | Downloaded proptest v1.10.0 |
| 1249 | 2026-07-21T20:17:50.557Z | Downloaded zip v4.6.1 |
| 1250 | 2026-07-21T20:17:50.561Z | Downloaded tough v0.22.0 |
| 1251 | 2026-07-21T20:17:50.566Z | Downloaded tower-http v0.6.8 |
| 1252 | 2026-07-21T20:17:50.570Z | Downloaded unicode-normalization v0.1.25 |
| 1253 | 2026-07-21T20:17:50.573Z | Downloaded moka v0.12.13 |
| 1254 | 2026-07-21T20:17:50.593Z | Downloaded quinn-proto v0.11.13 |
| 1255 | 2026-07-21T20:17:50.597Z | Downloaded zerovec v0.11.5 |
| 1256 | 2026-07-21T20:17:50.601Z | Downloaded petname v2.0.2 |
| 1257 | 2026-07-21T20:17:50.608Z | Downloaded winnow v0.5.40 |
| 1258 | 2026-07-21T20:17:50.613Z | Downloaded tokio-util v0.7.18 |
| 1259 | 2026-07-21T20:17:50.617Z | Downloaded serde_with v3.21.0 |
| 1260 | 2026-07-21T20:17:50.623Z | Downloaded object v0.30.4 |
| 1261 | 2026-07-21T20:17:50.629Z | Downloaded russh v0.61.2 |
| 1262 | 2026-07-21T20:17:50.633Z | Downloaded polar-core v0.27.3 |
| 1263 | 2026-07-21T20:17:50.638Z | Downloaded bstr v1.12.1 |
| 1264 | 2026-07-21T20:17:50.642Z | Downloaded nix v0.27.1 |
| 1265 | 2026-07-21T20:17:50.671Z | Downloaded openssl v0.10.79 |
| 1266 | 2026-07-21T20:17:50.676Z | Downloaded hickory-proto v0.24.4 |
| 1267 | 2026-07-21T20:17:50.684Z | Downloaded winnow v0.6.26 |
| 1268 | 2026-07-21T20:17:50.690Z | Downloaded zlib-rs v0.6.2 |
| 1269 | 2026-07-21T20:17:50.693Z | Downloaded vcpkg v0.2.15 |
| 1270 | 2026-07-21T20:17:50.714Z | Downloaded regex-syntax v0.6.29 |
| 1271 | 2026-07-21T20:17:50.721Z | Downloaded winnow v1.0.3 |
| 1272 | 2026-07-21T20:17:50.726Z | Downloaded nix v0.28.0 |
| 1273 | 2026-07-21T20:17:50.732Z | Downloaded hickory-proto v0.25.2 |
| 1274 | 2026-07-21T20:17:50.741Z | Downloaded time v0.3.47 |
| 1275 | 2026-07-21T20:17:50.748Z | Downloaded radix_trie v0.2.1 |
| 1276 | 2026-07-21T20:17:50.751Z | Downloaded zerocopy v0.8.40 |
| 1277 | 2026-07-21T20:17:50.757Z | Downloaded smoltcp v0.9.1 |
| 1278 | 2026-07-21T20:17:50.763Z | Downloaded object v0.37.3 |
| 1279 | 2026-07-21T20:17:50.771Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1280 | 2026-07-21T20:17:50.777Z | Downloaded regress v0.11.1 |
| 1281 | 2026-07-21T20:17:50.783Z | Downloaded nix v0.31.2 |
| 1282 | 2026-07-21T20:17:50.791Z | Downloaded openapiv3 v2.2.0 |
| 1283 | 2026-07-21T20:17:50.799Z | Downloaded dropshot v0.17.1 |
| 1284 | 2026-07-21T20:17:50.812Z | Downloaded smoltcp v0.11.0 |
| 1285 | 2026-07-21T20:17:50.819Z | Downloaded tabled v0.20.0 |
| 1286 | 2026-07-21T20:17:50.829Z | Downloaded sqlparser v0.61.0 |
| 1287 | 2026-07-21T20:17:50.835Z | Downloaded regex-syntax v0.8.10 |
| 1288 | 2026-07-21T20:17:50.840Z | Downloaded diesel v2.3.7 |
| 1289 | 2026-07-21T20:17:50.852Z | Downloaded rustix v0.38.44 |
| 1290 | 2026-07-21T20:17:50.864Z | Downloaded typify-impl v0.6.2 |
| 1291 | 2026-07-21T20:17:50.873Z | Downloaded ratatui v0.29.0 |
| 1292 | 2026-07-21T20:17:50.885Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1293 | 2026-07-21T20:17:50.894Z | Downloaded rustls v0.23.41 |
| 1294 | 2026-07-21T20:17:50.898Z | Downloaded regress v0.10.5 |
| 1295 | 2026-07-21T20:17:50.907Z | Downloaded chrono-tz v0.10.4 |
| 1296 | 2026-07-21T20:17:50.951Z | Downloaded fiat-crypto v0.3.0 |
| 1297 | 2026-07-21T20:17:50.959Z | Downloaded libz-sys v1.1.24 |
| 1298 | 2026-07-21T20:17:50.971Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1299 | 2026-07-21T20:17:50.982Z | Downloaded tracing v0.1.44 |
| 1300 | 2026-07-21T20:17:50.994Z | Downloaded sha3 v0.11.0 |
| 1301 | 2026-07-21T20:17:50.997Z | Downloaded sled v0.34.7 |
| 1302 | 2026-07-21T20:17:51.035Z | Downloaded zerocopy-derive v0.6.6 |
| 1303 | 2026-07-21T20:17:51.042Z | Downloaded regex-automata v0.4.14 |
| 1304 | 2026-07-21T20:17:51.056Z | Downloaded petgraph v0.6.5 |
| 1305 | 2026-07-21T20:17:51.069Z | Downloaded jiff v0.2.21 |
| 1306 | 2026-07-21T20:17:51.085Z | Downloaded encoding_rs v0.8.35 |
| 1307 | 2026-07-21T20:17:51.095Z | Downloaded petgraph v0.8.3 |
| 1308 | 2026-07-21T20:17:51.108Z | Downloaded csv v1.4.0 |
| 1309 | 2026-07-21T20:17:51.128Z | Downloaded sha3 v0.10.8 |
| 1310 | 2026-07-21T20:17:51.131Z | Downloaded ring v0.17.14 |
| 1311 | 2026-07-21T20:17:51.155Z | Downloaded tokio v1.52.1 |
| 1312 | 2026-07-21T20:17:51.221Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-07-21T20:17:51.669Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-07-21T20:17:51.924Z | Compiling libc v0.2.185 |
| 1315 | 2026-07-21T20:17:51.924Z | Compiling serde_core v1.0.228 |
| 1316 | 2026-07-21T20:17:51.924Z | Compiling serde v1.0.228 |
| 1317 | 2026-07-21T20:17:51.927Z | Compiling log v0.4.29 |
| 1318 | 2026-07-21T20:17:51.927Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-07-21T20:17:51.927Z | Compiling find-msvc-tools v0.1.9 |
| 1320 | 2026-07-21T20:17:51.927Z | Compiling shlex v1.3.0 |
| 1321 | 2026-07-21T20:17:52.069Z | Compiling syn v2.0.117 |
| 1322 | 2026-07-21T20:17:52.249Z | Compiling subtle v2.6.1 |
| 1323 | 2026-07-21T20:17:52.268Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-07-21T20:17:52.271Z | Compiling stable_deref_trait v1.2.1 |
| 1325 | 2026-07-21T20:17:52.365Z | Compiling lock_api v0.4.14 |
| 1326 | 2026-07-21T20:17:52.377Z | Compiling typenum v1.20.1 |
| 1327 | 2026-07-21T20:17:52.404Z | Compiling serde_json v1.0.150 |
| 1328 | 2026-07-21T20:17:52.416Z | Compiling portable-atomic v1.13.1 |
| 1329 | 2026-07-21T20:17:52.419Z | Compiling zerocopy v0.8.40 |
| 1330 | 2026-07-21T20:17:52.618Z | Compiling parking_lot_core v0.9.12 |
| 1331 | 2026-07-21T20:17:52.634Z | Compiling pin-project-lite v0.2.17 |
| 1332 | 2026-07-21T20:17:52.727Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-07-21T20:17:52.886Z | Compiling getrandom v0.4.1 |
| 1334 | 2026-07-21T20:17:52.897Z | Compiling critical-section v1.2.0 |
| 1335 | 2026-07-21T20:17:52.911Z | Compiling jobserver v0.1.34 |
| 1336 | 2026-07-21T20:17:52.976Z | Compiling errno v0.3.14 |
| 1337 | 2026-07-21T20:17:53.125Z | Compiling cc v1.2.56 |
| 1338 | 2026-07-21T20:17:53.186Z | Compiling getrandom v0.2.17 |
| 1339 | 2026-07-21T20:17:53.234Z | Compiling libm v0.2.16 |
| 1340 | 2026-07-21T20:17:53.287Z | Compiling signal-hook-registry v1.4.8 |
| 1341 | 2026-07-21T20:17:53.404Z | Compiling rand_core v0.6.4 |
| 1342 | 2026-07-21T20:17:53.542Z | Compiling once_cell v1.21.3 |
| 1343 | 2026-07-21T20:17:53.556Z | Compiling num-traits v0.2.19 |
| 1344 | 2026-07-21T20:17:53.625Z | Compiling futures-core v0.3.32 |
| 1345 | 2026-07-21T20:17:53.632Z | Compiling rand_core v0.10.0 |
| 1346 | 2026-07-21T20:17:53.786Z | Compiling parking_lot v0.12.5 |
| 1347 | 2026-07-21T20:17:53.802Z | Compiling mio v1.2.0 |
| 1348 | 2026-07-21T20:17:53.932Z | Compiling generic-array v0.14.7 |
| 1349 | 2026-07-21T20:17:53.974Z | Compiling litemap v0.8.1 |
| 1350 | 2026-07-21T20:17:54.157Z | Compiling bitflags v2.11.0 |
| 1351 | 2026-07-21T20:17:54.170Z | Compiling const-oid v0.9.6 |
| 1352 | 2026-07-21T20:17:54.225Z | Compiling writeable v0.6.2 |
| 1353 | 2026-07-21T20:17:54.246Z | Compiling percent-encoding v2.3.2 |
| 1354 | 2026-07-21T20:17:54.432Z | Compiling semver v1.0.28 |
| 1355 | 2026-07-21T20:17:54.447Z | Compiling icu_normalizer_data v2.1.1 |
| 1356 | 2026-07-21T20:17:54.641Z | Compiling icu_properties_data v2.1.2 |
| 1357 | 2026-07-21T20:17:54.676Z | Compiling socket2 v0.6.3 |
| 1358 | 2026-07-21T20:17:54.769Z | Compiling futures-sink v0.3.32 |
| 1359 | 2026-07-21T20:17:54.819Z | Compiling synstructure v0.13.2 |
| 1360 | 2026-07-21T20:17:54.876Z | Compiling futures-channel v0.3.32 |
| 1361 | 2026-07-21T20:17:54.889Z | Compiling futures-io v0.3.32 |
| 1362 | 2026-07-21T20:17:55.075Z | Compiling slab v0.4.12 |
| 1363 | 2026-07-21T20:17:55.090Z | Compiling futures-task v0.3.32 |
| 1364 | 2026-07-21T20:17:55.136Z | Compiling utf8_iter v1.0.4 |
| 1365 | 2026-07-21T20:17:55.200Z | Compiling indexmap v2.14.0 |
| 1366 | 2026-07-21T20:17:55.215Z | Compiling form_urlencoded v1.2.2 |
| 1367 | 2026-07-21T20:17:55.253Z | Compiling rustversion v1.0.22 |
| 1368 | 2026-07-21T20:17:55.268Z | Compiling getrandom v0.3.4 |
| 1369 | 2026-07-21T20:17:55.286Z | Compiling cmake v0.1.57 |
| 1370 | 2026-07-21T20:17:55.347Z | Compiling dunce v1.0.5 |
| 1371 | 2026-07-21T20:17:55.390Z | Compiling rustix v1.1.3 |
| 1372 | 2026-07-21T20:17:55.448Z | Compiling fs_extra v1.3.0 |
| 1373 | 2026-07-21T20:17:55.501Z | Compiling ident_case v1.0.1 |
| 1374 | 2026-07-21T20:17:55.632Z | Compiling iana-time-zone v0.1.65 |
| 1375 | 2026-07-21T20:17:55.700Z | Compiling regex-syntax v0.8.10 |
| 1376 | 2026-07-21T20:17:55.727Z | Compiling aws-lc-sys v0.40.0 |
| 1377 | 2026-07-21T20:17:55.837Z | Compiling uuid v1.23.4 |
| 1378 | 2026-07-21T20:17:55.877Z | Compiling base64ct v1.8.3 |
| 1379 | 2026-07-21T20:17:56.175Z | Compiling rand_core v0.9.5 |
| 1380 | 2026-07-21T20:17:56.230Z | Compiling base64 v0.22.1 |
| 1381 | 2026-07-21T20:17:56.278Z | Compiling vcpkg v0.2.15 |
| 1382 | 2026-07-21T20:17:56.471Z | Compiling pem-rfc7468 v0.7.0 |
| 1383 | 2026-07-21T20:17:56.567Z | Compiling rustc_version v0.4.1 |
| 1384 | 2026-07-21T20:17:56.570Z | Compiling tracing-core v0.1.36 |
| 1385 | 2026-07-21T20:17:56.613Z | Compiling serde_derive v1.0.228 |
| 1386 | 2026-07-21T20:17:56.797Z | Compiling zeroize_derive v1.4.3 |
| 1387 | 2026-07-21T20:17:56.897Z | Compiling zerofrom-derive v0.1.6 |
| 1388 | 2026-07-21T20:17:57.025Z | Compiling yoke-derive v0.8.1 |
| 1389 | 2026-07-21T20:17:57.163Z | Compiling zerovec-derive v0.11.2 |
| 1390 | 2026-07-21T20:17:57.176Z | Compiling zerocopy-derive v0.8.40 |
| 1391 | 2026-07-21T20:17:57.487Z | Compiling zeroize v1.8.2 |
| 1392 | 2026-07-21T20:17:57.701Z | Compiling displaydoc v0.2.5 |
| 1393 | 2026-07-21T20:17:58.222Z | Compiling tokio-macros v2.7.0 |
| 1394 | 2026-07-21T20:17:58.316Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-07-21T20:17:58.338Z | Compiling zerofrom v0.1.6 |
| 1396 | 2026-07-21T20:17:58.469Z | Compiling yoke v0.8.1 |
| 1397 | 2026-07-21T20:17:58.483Z | Compiling openssl-sys v0.9.115 |
| 1398 | 2026-07-21T20:17:58.658Z | Compiling zerovec v0.11.5 |
| 1399 | 2026-07-21T20:17:58.681Z | Compiling zerotrie v0.2.3 |
| 1400 | 2026-07-21T20:17:58.977Z | Compiling block-buffer v0.10.4 |
| 1401 | 2026-07-21T20:17:58.980Z | Compiling crypto-common v0.1.7 |
| 1402 | 2026-07-21T20:17:59.029Z | Compiling der_derive v0.7.3 |
| 1403 | 2026-07-21T20:17:59.138Z | Compiling tinystr v0.8.2 |
| 1404 | 2026-07-21T20:17:59.151Z | Compiling potential_utf v0.1.4 |
| 1405 | 2026-07-21T20:17:59.164Z | Compiling futures-util v0.3.32 |
| 1406 | 2026-07-21T20:17:59.178Z | Compiling digest v0.10.7 |
| 1407 | 2026-07-21T20:17:59.311Z | Compiling icu_locale_core v2.1.1 |
| 1408 | 2026-07-21T20:17:59.336Z | Compiling icu_collections v2.1.1 |
| 1409 | 2026-07-21T20:17:59.431Z | Compiling thiserror-impl v2.0.18 |
| 1410 | 2026-07-21T20:17:59.818Z | Compiling tracing-attributes v0.1.31 |
| 1411 | 2026-07-21T20:18:00.054Z | Compiling icu_provider v2.1.1 |
| 1412 | 2026-07-21T20:18:00.185Z | Compiling bytes v1.11.1 |
| 1413 | 2026-07-21T20:18:00.237Z | Compiling chrono v0.4.45 |
| 1414 | 2026-07-21T20:18:00.359Z | Compiling icu_normalizer v2.1.1 |
| 1415 | 2026-07-21T20:18:00.819Z | Compiling tokio v1.52.1 |
| 1416 | 2026-07-21T20:18:00.842Z | Compiling icu_properties v2.1.2 |
| 1417 | 2026-07-21T20:18:00.901Z | Compiling http v1.4.2 |
| 1418 | 2026-07-21T20:18:01.219Z | Compiling flagset v0.4.7 |
| 1419 | 2026-07-21T20:18:01.352Z | Compiling aws-lc-rs v1.16.3 |
| 1420 | 2026-07-21T20:18:01.566Z | Compiling ppv-lite86 v0.2.21 |
| 1421 | 2026-07-21T20:18:01.634Z | Compiling http-body v1.0.1 |
| 1422 | 2026-07-21T20:18:01.657Z | Compiling der v0.7.10 |
| 1423 | 2026-07-21T20:18:01.728Z | Compiling idna_adapter v1.2.1 |
| 1424 | 2026-07-21T20:18:01.786Z | Compiling tracing v0.1.44 |
| 1425 | 2026-07-21T20:18:01.815Z | Compiling thiserror v2.0.18 |
| 1426 | 2026-07-21T20:18:01.866Z | Compiling idna v1.1.0 |
| 1427 | 2026-07-21T20:18:01.886Z | Compiling rand_chacha v0.9.0 |
| 1428 | 2026-07-21T20:18:01.950Z | Compiling rustls-pki-types v1.14.0 |
| 1429 | 2026-07-21T20:18:01.978Z | Compiling serde_derive_internals v0.29.1 |
| 1430 | 2026-07-21T20:18:02.046Z | Compiling tinyvec_macros v0.1.1 |
| 1431 | 2026-07-21T20:18:02.117Z | Compiling schemars v0.8.22 |
| 1432 | 2026-07-21T20:18:02.335Z | Compiling url v2.5.8 |
| 1433 | 2026-07-21T20:18:02.394Z | Compiling dyn-clone v1.0.20 |
| 1434 | 2026-07-21T20:18:02.517Z | Compiling httparse v1.10.1 |
| 1435 | 2026-07-21T20:18:02.534Z | Compiling openssl-probe v0.2.1 |
| 1436 | 2026-07-21T20:18:02.566Z | Compiling cmov v0.5.4 |
| 1437 | 2026-07-21T20:18:02.705Z | Compiling spki v0.7.3 |
| 1438 | 2026-07-21T20:18:02.774Z | Compiling ctutils v0.4.2 |
| 1439 | 2026-07-21T20:18:02.844Z | Compiling schemars_derive v0.8.22 |
| 1440 | 2026-07-21T20:18:02.884Z | Compiling tinyvec v1.10.0 |
| 1441 | 2026-07-21T20:18:02.910Z | Compiling rand v0.9.2 |
| 1442 | 2026-07-21T20:18:02.923Z | Compiling pest_generator v2.8.6 |
| 1443 | 2026-07-21T20:18:03.002Z | Compiling aho-corasick v1.1.4 |
| 1444 | 2026-07-21T20:18:03.144Z | Compiling tower-layer v0.3.3 |
| 1445 | 2026-07-21T20:18:03.231Z | Compiling tower-service v0.3.3 |
| 1446 | 2026-07-21T20:18:03.277Z | Compiling try-lock v0.2.5 |
| 1447 | 2026-07-21T20:18:03.317Z | Compiling atomic-waker v1.1.2 |
| 1448 | 2026-07-21T20:18:03.379Z | Compiling untrusted v0.7.1 |
| 1449 | 2026-07-21T20:18:03.439Z | Compiling want v0.3.1 |
| 1450 | 2026-07-21T20:18:03.501Z | Compiling tempfile v3.25.0 |
| 1451 | 2026-07-21T20:18:03.599Z | Compiling pest_derive v2.8.6 |
| 1452 | 2026-07-21T20:18:03.599Z | Compiling hybrid-array v0.4.13 |
| 1453 | 2026-07-21T20:18:03.864Z | Compiling regex-automata v0.4.14 |
| 1454 | 2026-07-21T20:18:03.974Z | Compiling ipnet v2.11.0 |
| 1455 | 2026-07-21T20:18:04.033Z | Compiling scroll_derive v0.13.1 |
| 1456 | 2026-07-21T20:18:04.373Z | Compiling darling_core v0.20.11 |
| 1457 | 2026-07-21T20:18:04.468Z | Compiling cpufeatures v0.2.17 |
| 1458 | 2026-07-21T20:18:04.546Z | Compiling tokio-util v0.7.18 |
| 1459 | 2026-07-21T20:18:04.659Z | Compiling rustls v0.23.41 |
| 1460 | 2026-07-21T20:18:04.829Z | Compiling openssl v0.10.79 |
| 1461 | 2026-07-21T20:18:04.845Z | Compiling untrusted v0.9.0 |
| 1462 | 2026-07-21T20:18:05.015Z | Compiling httpdate v1.0.3 |
| 1463 | 2026-07-21T20:18:05.127Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-07-21T20:18:05.225Z | Compiling foreign-types v0.3.2 |
| 1465 | 2026-07-21T20:18:05.268Z | Compiling h2 v0.4.15 |
| 1466 | 2026-07-21T20:18:05.309Z | Compiling scroll v0.13.0 |
| 1467 | 2026-07-21T20:18:05.383Z | Compiling unicode-normalization v0.1.25 |
| 1468 | 2026-07-21T20:18:05.571Z | Compiling pkcs8 v0.10.2 |
| 1469 | 2026-07-21T20:18:05.829Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-07-21T20:18:05.843Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1471 | 2026-07-21T20:18:05.991Z | Compiling spin v0.9.8 |
| 1472 | 2026-07-21T20:18:06.203Z | Compiling num-conv v0.2.0 |
| 1473 | 2026-07-21T20:18:06.228Z | Compiling native-tls v0.2.18 |
| 1474 | 2026-07-21T20:18:06.243Z | Compiling time-core v0.1.8 |
| 1475 | 2026-07-21T20:18:06.332Z | Compiling powerfmt v0.2.0 |
| 1476 | 2026-07-21T20:18:06.389Z | Compiling crc32fast v1.5.0 |
| 1477 | 2026-07-21T20:18:06.466Z | Compiling time-macros v0.2.27 |
| 1478 | 2026-07-21T20:18:06.534Z | Compiling deranged v0.5.8 |
| 1479 | 2026-07-21T20:18:06.679Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-07-21T20:18:07.151Z | Compiling darling v0.20.11 |
| 1481 | 2026-07-21T20:18:07.234Z | Compiling goblin v0.10.5 |
| 1482 | 2026-07-21T20:18:07.473Z | Compiling sha2 v0.10.9 |
| 1483 | 2026-07-21T20:18:07.514Z | Compiling hmac v0.12.1 |
| 1484 | 2026-07-21T20:18:07.671Z | Compiling sync_wrapper v1.0.2 |
| 1485 | 2026-07-21T20:18:07.781Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-07-21T20:18:07.925Z | Compiling quick-error v1.2.3 |
| 1487 | 2026-07-21T20:18:08.034Z | Compiling siphasher v1.0.2 |
| 1488 | 2026-07-21T20:18:08.048Z | Compiling bit-vec v0.8.0 |
| 1489 | 2026-07-21T20:18:08.221Z | Compiling crossbeam-utils v0.8.21 |
| 1490 | 2026-07-21T20:18:08.276Z | Compiling num_threads v0.1.7 |
| 1491 | 2026-07-21T20:18:08.373Z | Compiling hyper v1.10.1 |
| 1492 | 2026-07-21T20:18:08.517Z | Compiling syn v1.0.109 |
| 1493 | 2026-07-21T20:18:08.827Z | Compiling usdt-impl v0.6.0 |
| 1494 | 2026-07-21T20:18:08.830Z | Compiling simd-adler32 v0.3.8 |
| 1495 | 2026-07-21T20:18:09.149Z | Compiling time v0.3.47 |
| 1496 | 2026-07-21T20:18:09.291Z | Compiling bit-set v0.8.0 |
| 1497 | 2026-07-21T20:18:09.379Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-07-21T20:18:09.455Z | Compiling hyper-util v0.1.20 |
| 1499 | 2026-07-21T20:18:09.634Z | Compiling tower v0.5.3 |
| 1500 | 2026-07-21T20:18:09.695Z | Compiling derive_builder_core v0.20.2 |
| 1501 | 2026-07-21T20:18:09.938Z | Compiling dof v0.4.0 |
| 1502 | 2026-07-21T20:18:10.346Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-07-21T20:18:10.601Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-07-21T20:18:10.768Z | Compiling heapless v0.7.17 |
| 1505 | 2026-07-21T20:18:10.848Z | Compiling thiserror-impl v1.0.69 |
| 1506 | 2026-07-21T20:18:11.015Z | Compiling scroll_derive v0.12.1 |
| 1507 | 2026-07-21T20:18:11.094Z | Compiling rand_xorshift v0.4.0 |
| 1508 | 2026-07-21T20:18:11.162Z | Compiling slog v2.8.2 |
| 1509 | 2026-07-21T20:18:11.201Z | Compiling darling_core v0.23.0 |
| 1510 | 2026-07-21T20:18:11.251Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1511 | 2026-07-21T20:18:11.357Z | Compiling thread-id v5.1.0 |
| 1512 | 2026-07-21T20:18:11.436Z | Compiling cookie v0.18.1 |
| 1513 | 2026-07-21T20:18:11.450Z | Compiling anyhow v1.0.102 |
| 1514 | 2026-07-21T20:18:11.535Z | Compiling unarray v0.1.4 |
| 1515 | 2026-07-21T20:18:11.639Z | Compiling adler2 v2.0.1 |
| 1516 | 2026-07-21T20:18:11.650Z | Compiling ryu v1.0.23 |
| 1517 | 2026-07-21T20:18:11.680Z | Compiling iri-string v0.7.10 |
| 1518 | 2026-07-21T20:18:11.762Z | Compiling allocator-api2 v0.2.21 |
| 1519 | 2026-07-21T20:18:11.765Z | Compiling unicode-bidi v0.3.18 |
| 1520 | 2026-07-21T20:18:11.820Z | Compiling zstd-safe v7.2.4 |
| 1521 | 2026-07-21T20:18:12.031Z | Compiling unicode-properties v0.1.4 |
| 1522 | 2026-07-21T20:18:12.084Z | Compiling signal-hook v0.3.18 |
| 1523 | 2026-07-21T20:18:12.088Z | Compiling paste v1.0.15 |
| 1524 | 2026-07-21T20:18:12.239Z | Compiling stringprep v0.1.5 |
| 1525 | 2026-07-21T20:18:12.285Z | Compiling thiserror v1.0.69 |
| 1526 | 2026-07-21T20:18:12.390Z | Compiling serde_urlencoded v0.7.1 |
| 1527 | 2026-07-21T20:18:12.409Z | Compiling miniz_oxide v0.8.9 |
| 1528 | 2026-07-21T20:18:12.510Z | Compiling scroll v0.12.0 |
| 1529 | 2026-07-21T20:18:12.661Z | Compiling proptest v1.10.0 |
| 1530 | 2026-07-21T20:18:12.776Z | Compiling tower-http v0.6.8 |
| 1531 | 2026-07-21T20:18:13.185Z | Compiling derive_builder_macro v0.20.2 |
| 1532 | 2026-07-21T20:18:13.196Z | Compiling camino v1.2.2 |
| 1533 | 2026-07-21T20:18:13.216Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-07-21T20:18:13.553Z | Compiling bstr v1.12.1 |
| 1535 | 2026-07-21T20:18:13.567Z | Compiling ipnetwork v0.21.1 |
| 1536 | 2026-07-21T20:18:13.651Z | Compiling crypto-common v0.2.2 |
| 1537 | 2026-07-21T20:18:13.667Z | Compiling darling_macro v0.23.0 |
| 1538 | 2026-07-21T20:18:13.873Z | Compiling block-padding v0.4.2 |
| 1539 | 2026-07-21T20:18:13.949Z | Compiling block-buffer v0.12.1 |
| 1540 | 2026-07-21T20:18:14.038Z | Compiling rustls-native-certs v0.8.3 |
| 1541 | 2026-07-21T20:18:14.142Z | Compiling rand_chacha v0.3.1 |
| 1542 | 2026-07-21T20:18:14.142Z | Compiling erased-serde v0.3.31 |
| 1543 | 2026-07-21T20:18:14.180Z | Compiling serde_spanned v0.6.9 |
| 1544 | 2026-07-21T20:18:14.325Z | Compiling serde_tokenstream v0.2.3 |
| 1545 | 2026-07-21T20:18:14.325Z | Compiling hex v0.4.3 |
| 1546 | 2026-07-21T20:18:14.600Z | Compiling toml_datetime v0.6.11 |
| 1547 | 2026-07-21T20:18:14.646Z | Compiling md-5 v0.10.6 |
| 1548 | 2026-07-21T20:18:14.657Z | Compiling signature v2.2.0 |
| 1549 | 2026-07-21T20:18:14.810Z | Compiling curve25519-dalek v4.1.3 |
| 1550 | 2026-07-21T20:18:14.839Z | Compiling pin-project-internal v1.1.11 |
| 1551 | 2026-07-21T20:18:14.854Z | Compiling async-trait v0.1.89 |
| 1552 | 2026-07-21T20:18:14.935Z | Compiling zerocopy-derive v0.7.35 |
| 1553 | 2026-07-21T20:18:15.207Z | Compiling vergen-lib v9.1.0 |
| 1554 | 2026-07-21T20:18:15.412Z | Compiling hash32 v0.2.1 |
| 1555 | 2026-07-21T20:18:15.429Z | Compiling num-integer v0.1.46 |
| 1556 | 2026-07-21T20:18:15.611Z | Compiling memoffset v0.9.1 |
| 1557 | 2026-07-21T20:18:15.756Z | Compiling encoding_rs v0.8.35 |
| 1558 | 2026-07-21T20:18:15.816Z | Compiling litrs v1.0.0 |
| 1559 | 2026-07-21T20:18:15.847Z | Compiling zlib-rs v0.6.2 |
| 1560 | 2026-07-21T20:18:15.906Z | Compiling num-bigint-dig v0.8.6 |
| 1561 | 2026-07-21T20:18:15.985Z | Compiling fallible-iterator v0.2.0 |
| 1562 | 2026-07-21T20:18:16.110Z | Compiling ref-cast v1.0.25 |
| 1563 | 2026-07-21T20:18:16.307Z | Compiling mime v0.3.17 |
| 1564 | 2026-07-21T20:18:16.329Z | Compiling smoltcp v0.9.1 |
| 1565 | 2026-07-21T20:18:16.434Z | Compiling cfg_aliases v0.2.1 |
| 1566 | 2026-07-21T20:18:16.511Z | Compiling psl-types v2.0.11 |
| 1567 | 2026-07-21T20:18:16.567Z | Compiling rustix v0.38.44 |
| 1568 | 2026-07-21T20:18:16.638Z | Compiling publicsuffix v2.3.0 |
| 1569 | 2026-07-21T20:18:16.698Z | Compiling nix v0.31.2 |
| 1570 | 2026-07-21T20:18:16.862Z | Compiling document-features v0.2.12 |
| 1571 | 2026-07-21T20:18:17.013Z | Compiling postgres-protocol v0.6.10 |
| 1572 | 2026-07-21T20:18:17.098Z | Compiling pin-project v1.1.11 |
| 1573 | 2026-07-21T20:18:17.202Z | Compiling zerocopy v0.7.35 |
| 1574 | 2026-07-21T20:18:17.282Z | Compiling hubpack_derive v0.1.1 |
| 1575 | 2026-07-21T20:18:17.352Z | Compiling num-iter v0.1.45 |
| 1576 | 2026-07-21T20:18:17.561Z | Compiling newtype-uuid v1.3.2 |
| 1577 | 2026-07-21T20:18:17.735Z | Compiling rand v0.8.6 |
| 1578 | 2026-07-21T20:18:17.748Z | Compiling darling v0.23.0 |
| 1579 | 2026-07-21T20:18:17.831Z | Compiling inout v0.2.2 |
| 1580 | 2026-07-21T20:18:17.879Z | Compiling oxnet v0.1.6 |
| 1581 | 2026-07-21T20:18:17.942Z | Compiling derive_builder v0.20.2 |
| 1582 | 2026-07-21T20:18:18.004Z | Compiling hyper-tls v0.6.0 |
| 1583 | 2026-07-21T20:18:18.108Z | Compiling goblin v0.8.2 |
| 1584 | 2026-07-21T20:18:18.602Z | Compiling phf_shared v0.13.1 |
| 1585 | 2026-07-21T20:18:18.749Z | Compiling flate2 v1.1.9 |
| 1586 | 2026-07-21T20:18:18.834Z | Compiling lazy_static v1.5.0 |
| 1587 | 2026-07-21T20:18:18.847Z | Compiling regex v1.12.3 |
| 1588 | 2026-07-21T20:18:18.861Z | Compiling anstyle-parse v0.2.7 |
| 1589 | 2026-07-21T20:18:18.930Z | Compiling futures-executor v0.3.32 |
| 1590 | 2026-07-21T20:18:19.044Z | Compiling terminal_size v0.4.3 |
| 1591 | 2026-07-21T20:18:19.080Z | Compiling snafu-derive v0.8.9 |
| 1592 | 2026-07-21T20:18:19.150Z | Compiling ref-cast-impl v1.0.25 |
| 1593 | 2026-07-21T20:18:19.183Z | Compiling daft-derive v0.1.7 |
| 1594 | 2026-07-21T20:18:19.186Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1595 | 2026-07-21T20:18:19.269Z | Compiling strum_macros v0.27.2 |
| 1596 | 2026-07-21T20:18:19.710Z | Compiling vergen v9.1.0 |
| 1597 | 2026-07-21T20:18:19.839Z | Compiling cargo-platform v0.3.2 |
| 1598 | 2026-07-21T20:18:19.909Z | Compiling ff v0.13.1 |
| 1599 | 2026-07-21T20:18:19.912Z | Compiling fs-err v3.3.0 |
| 1600 | 2026-07-21T20:18:20.097Z | Compiling ahash v0.8.12 |
| 1601 | 2026-07-21T20:18:20.145Z | Compiling bitflags v1.3.2 |
| 1602 | 2026-07-21T20:18:20.160Z | Compiling managed v0.8.0 |
| 1603 | 2026-07-21T20:18:20.227Z | Compiling bumpalo v3.20.2 |
| 1604 | 2026-07-21T20:18:20.321Z | Compiling base16ct v0.2.0 |
| 1605 | 2026-07-21T20:18:20.379Z | Compiling object v0.37.3 |
| 1606 | 2026-07-21T20:18:20.484Z | Compiling same-file v1.0.6 |
| 1607 | 2026-07-21T20:18:20.507Z | Compiling foldhash v0.2.0 |
| 1608 | 2026-07-21T20:18:20.654Z | Compiling unicode-segmentation v1.12.0 |
| 1609 | 2026-07-21T20:18:20.666Z | Compiling winnow v0.5.40 |
| 1610 | 2026-07-21T20:18:20.733Z | Compiling foldhash v0.1.5 |
| 1611 | 2026-07-21T20:18:20.918Z | Compiling libbz2-rs-sys v0.2.2 |
| 1612 | 2026-07-21T20:18:21.045Z | Compiling hashbrown v0.15.5 |
| 1613 | 2026-07-21T20:18:21.045Z | Compiling snafu v0.8.9 |
| 1614 | 2026-07-21T20:18:21.305Z | Compiling strum v0.27.2 |
| 1615 | 2026-07-21T20:18:21.416Z | Compiling bzip2 v0.6.1 |
| 1616 | 2026-07-21T20:18:21.440Z | Compiling clap_builder v4.6.0 |
| 1617 | 2026-07-21T20:18:21.549Z | Compiling hashbrown v0.16.1 |
| 1618 | 2026-07-21T20:18:21.602Z | Compiling walkdir v2.5.0 |
| 1619 | 2026-07-21T20:18:21.619Z | Compiling sec1 v0.7.3 |
| 1620 | 2026-07-21T20:18:21.634Z | Compiling zopfli v0.8.3 |
| 1621 | 2026-07-21T20:18:21.960Z | Compiling toml_edit v0.19.15 |
| 1622 | 2026-07-21T20:18:22.103Z | Compiling dof v0.3.0 |
| 1623 | 2026-07-21T20:18:22.241Z | Compiling group v0.13.0 |
| 1624 | 2026-07-21T20:18:22.277Z | Compiling cargo_metadata v0.23.1 |
| 1625 | 2026-07-21T20:18:22.446Z | Compiling daft v0.1.7 |
| 1626 | 2026-07-21T20:18:22.807Z | Compiling futures v0.3.32 |
| 1627 | 2026-07-21T20:18:22.832Z | Compiling anstream v0.6.21 |
| 1628 | 2026-07-21T20:18:23.144Z | Compiling phf v0.13.1 |
| 1629 | 2026-07-21T20:18:23.309Z | Compiling signal-hook-mio v0.2.5 |
| 1630 | 2026-07-21T20:18:23.432Z | Compiling cookie_store v0.22.1 |
| 1631 | 2026-07-21T20:18:23.618Z | Compiling zstd v0.13.3 |
| 1632 | 2026-07-21T20:18:23.879Z | Compiling reqwest v0.12.28 |
| 1633 | 2026-07-21T20:18:23.908Z | Compiling bzip2 v0.4.4 |
| 1634 | 2026-07-21T20:18:24.083Z | Compiling cipher v0.5.2 |
| 1635 | 2026-07-21T20:18:24.120Z | Compiling serde_with_macros v3.21.0 |
| 1636 | 2026-07-21T20:18:24.387Z | Compiling hubpack v0.1.2 |
| 1637 | 2026-07-21T20:18:24.402Z | Compiling postgres-types v0.2.12 |
| 1638 | 2026-07-21T20:18:24.660Z | Compiling ed25519 v2.2.3 |
| 1639 | 2026-07-21T20:18:24.982Z | Compiling usdt-attr-macro v0.6.0 |
| 1640 | 2026-07-21T20:18:25.299Z | Compiling usdt-macro v0.6.0 |
| 1641 | 2026-07-21T20:18:25.620Z | Compiling globset v0.4.18 |
| 1642 | 2026-07-21T20:18:25.695Z | Compiling dtrace-parser v0.2.0 |
| 1643 | 2026-07-21T20:18:25.746Z | Compiling phf_shared v0.11.3 |
| 1644 | 2026-07-21T20:18:25.794Z | Compiling hkdf v0.12.4 |
| 1645 | 2026-07-21T20:18:25.936Z | Compiling olpc-cjson v0.1.4 |
| 1646 | 2026-07-21T20:18:25.967Z | Compiling pkcs1 v0.7.5 |
| 1647 | 2026-07-21T20:18:26.054Z | Compiling serde_plain v1.0.2 |
| 1648 | 2026-07-21T20:18:26.096Z | Compiling serde-big-array v0.5.1 |
| 1649 | 2026-07-21T20:18:26.241Z | Compiling crypto-bigint v0.5.5 |
| 1650 | 2026-07-21T20:18:26.254Z | Compiling serde_repr v0.1.20 |
| 1651 | 2026-07-21T20:18:26.294Z | Compiling strum_macros v0.26.4 |
| 1652 | 2026-07-21T20:18:26.357Z | Compiling async-recursion v1.1.1 |
| 1653 | 2026-07-21T20:18:26.427Z | Compiling clap_derive v4.6.1 |
| 1654 | 2026-07-21T20:18:26.798Z | Compiling enum-as-inner v0.6.1 |
| 1655 | 2026-07-21T20:18:27.020Z | Compiling pem v3.0.6 |
| 1656 | 2026-07-21T20:18:27.322Z | Compiling float-cmp v0.10.0 |
| 1657 | 2026-07-21T20:18:27.349Z | Compiling memmap2 v0.9.10 |
| 1658 | 2026-07-21T20:18:27.474Z | Compiling thread-id v4.2.2 |
| 1659 | 2026-07-21T20:18:27.564Z | Compiling env_filter v1.0.0 |
| 1660 | 2026-07-21T20:18:27.577Z | Compiling const-oid v0.10.2 |
| 1661 | 2026-07-21T20:18:27.615Z | Compiling precomputed-hash v0.1.1 |
| 1662 | 2026-07-21T20:18:27.707Z | Compiling typed-path v0.9.3 |
| 1663 | 2026-07-21T20:18:27.781Z | Compiling keccak v0.1.6 |
| 1664 | 2026-07-21T20:18:27.860Z | Compiling data-encoding v2.10.0 |
| 1665 | 2026-07-21T20:18:28.039Z | Compiling whoami v2.1.0 |
| 1666 | 2026-07-21T20:18:28.181Z | Compiling new_debug_unreachable v1.0.6 |
| 1667 | 2026-07-21T20:18:28.257Z | Compiling either v1.15.0 |
| 1668 | 2026-07-21T20:18:28.310Z | Compiling predicates-core v1.0.10 |
| 1669 | 2026-07-21T20:18:28.422Z | Compiling static_assertions v1.1.0 |
| 1670 | 2026-07-21T20:18:28.462Z | Compiling cpufeatures v0.3.0 |
| 1671 | 2026-07-21T20:18:28.475Z | Compiling fixedbitset v0.5.7 |
| 1672 | 2026-07-21T20:18:28.497Z | Compiling normalize-line-endings v0.3.0 |
| 1673 | 2026-07-21T20:18:28.504Z | Compiling fixedbitset v0.4.2 |
| 1674 | 2026-07-21T20:18:28.516Z | Compiling difflib v0.4.0 |
| 1675 | 2026-07-21T20:18:28.538Z | Compiling jiff v0.2.21 |
| 1676 | 2026-07-21T20:18:28.569Z | Compiling winnow v1.0.3 |
| 1677 | 2026-07-21T20:18:28.581Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-07-21T20:18:28.714Z | Compiling petgraph v0.8.3 |
| 1679 | 2026-07-21T20:18:28.771Z | Compiling predicates v3.1.4 |
| 1680 | 2026-07-21T20:18:28.898Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1681 | 2026-07-21T20:18:28.927Z | Compiling petgraph v0.6.5 |
| 1682 | 2026-07-21T20:18:29.064Z | Compiling chacha20 v0.10.0 |
| 1683 | 2026-07-21T20:18:29.410Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1684 | 2026-07-21T20:18:29.435Z | Compiling itertools v0.13.0 |
| 1685 | 2026-07-21T20:18:29.547Z | Compiling tokio-postgres v0.7.16 |
| 1686 | 2026-07-21T20:18:30.452Z | Compiling string_cache v0.8.9 |
| 1687 | 2026-07-21T20:18:30.712Z | Compiling clap v4.6.1 |
| 1688 | 2026-07-21T20:18:30.716Z | Compiling hickory-proto v0.25.2 |
| 1689 | 2026-07-21T20:18:30.721Z | Compiling strum v0.26.3 |
| 1690 | 2026-07-21T20:18:30.770Z | Compiling sha3 v0.10.8 |
| 1691 | 2026-07-21T20:18:30.853Z | Compiling env_logger v0.11.9 |
| 1692 | 2026-07-21T20:18:31.211Z | Compiling zip v4.6.1 |
| 1693 | 2026-07-21T20:18:31.232Z | Compiling digest v0.11.3 |
| 1694 | 2026-07-21T20:18:31.319Z | Compiling usdt-impl v0.5.0 |
| 1695 | 2026-07-21T20:18:31.459Z | Compiling usdt v0.6.0 |
| 1696 | 2026-07-21T20:18:31.726Z | Compiling elliptic-curve v0.13.8 |
| 1697 | 2026-07-21T20:18:31.832Z | Compiling rsa v0.9.10 |
| 1698 | 2026-07-21T20:18:31.905Z | Compiling crossterm v0.28.1 |
| 1699 | 2026-07-21T20:18:32.133Z | Compiling serde_with v3.21.0 |
| 1700 | 2026-07-21T20:18:32.171Z | Compiling ed25519-dalek v2.2.0 |
| 1701 | 2026-07-21T20:18:32.721Z | Compiling zip v0.6.6 |
| 1702 | 2026-07-21T20:18:33.197Z | Compiling toml v0.7.8 |
| 1703 | 2026-07-21T20:18:33.217Z | Compiling iddqd v0.4.2 |
| 1704 | 2026-07-21T20:18:33.952Z | Compiling similar v2.7.0 |
| 1705 | 2026-07-21T20:18:33.971Z | Compiling heck v0.4.1 |
| 1706 | 2026-07-21T20:18:33.992Z | Compiling byte-wrapper v0.1.0 |
| 1707 | 2026-07-21T20:18:34.194Z | Compiling crossbeam-epoch v0.9.18 |
| 1708 | 2026-07-21T20:18:34.327Z | Compiling tokio-stream v0.1.18 |
| 1709 | 2026-07-21T20:18:34.503Z | Compiling buf-list v1.1.2 |
| 1710 | 2026-07-21T20:18:34.518Z | Compiling x509-cert v0.2.5 |
| 1711 | 2026-07-21T20:18:34.784Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1712 | 2026-07-21T20:18:34.794Z | Compiling openapiv3 v2.2.0 |
| 1713 | 2026-07-21T20:18:34.818Z | Compiling peg-runtime v0.8.5 |
| 1714 | 2026-07-21T20:18:35.131Z | Compiling lalrpop-util v0.19.12 |
| 1715 | 2026-07-21T20:18:35.140Z | Compiling thread_local v1.1.9 |
| 1716 | 2026-07-21T20:18:35.161Z | Compiling slog-async v2.8.0 |
| 1717 | 2026-07-21T20:18:35.345Z | Compiling crossbeam-channel v0.5.15 |
| 1718 | 2026-07-21T20:18:35.425Z | Compiling is-terminal v0.4.17 |
| 1719 | 2026-07-21T20:18:35.463Z | Compiling filetime v0.2.27 |
| 1720 | 2026-07-21T20:18:35.516Z | Compiling term v1.2.1 |
| 1721 | 2026-07-21T20:18:35.577Z | Compiling take_mut v0.2.2 |
| 1722 | 2026-07-21T20:18:35.646Z | Compiling xattr v1.6.1 |
| 1723 | 2026-07-21T20:18:35.646Z | Compiling camino-tempfile v1.4.1 |
| 1724 | 2026-07-21T20:18:35.782Z | Compiling slog-term v2.9.2 |
| 1725 | 2026-07-21T20:18:35.829Z | Compiling tar v0.4.46 |
| 1726 | 2026-07-21T20:18:45.330Z | Compiling rustls-webpki v0.103.13 |
| 1727 | 2026-07-21T20:18:48.049Z | Compiling tokio-rustls v0.26.4 |
| 1728 | 2026-07-21T20:18:48.050Z | Compiling rustls-platform-verifier v0.6.2 |
| 1729 | 2026-07-21T20:18:48.141Z | Compiling tough v0.22.0 |
| 1730 | 2026-07-21T20:18:48.226Z | Compiling hyper-rustls v0.27.7 |
| 1731 | 2026-07-21T20:18:48.404Z | Compiling reqwest v0.13.2 |
| 1732 | 2026-07-21T20:18:50.638Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1733 | 2026-07-21T20:18:50.867Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1734 | 2026-07-21T20:18:53.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1735 | 2026-07-21T20:18:53.839Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1736 | 2026-07-21T20:18:53.896Z | Jul 21 20:18:52.493 INFO Starting download, target: MaghemiteMgd |
| 1737 | 2026-07-21T20:18:53.896Z | Jul 21 20:18:52.494 INFO Starting download, target: DendriteStub |
| 1738 | 2026-07-21T20:18:53.896Z | Jul 21 20:18:52.494 INFO Starting download, target: Console |
| 1739 | 2026-07-21T20:18:53.896Z | Jul 21 20:18:52.494 INFO Starting download, target: MaghemiteDdmd |
| 1740 | 2026-07-21T20:18:53.907Z | Jul 21 20:18:52.494 INFO Starting download, target: Cockroach |
| 1741 | 2026-07-21T20:18:53.907Z | Jul 21 20:18:52.494 INFO Starting download, target: Clickhouse |
| 1742 | 2026-07-21T20:18:53.907Z | Jul 21 20:18:52.494 INFO Starting download, target: TransceiverControl |
| 1743 | 2026-07-21T20:18:53.908Z | Jul 21 20:18:52.494 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1744 | 2026-07-21T20:18:53.908Z | Jul 21 20:18:52.494 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1745 | 2026-07-21T20:18:53.908Z | Jul 21 20:18:52.494 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1746 | 2026-07-21T20:18:53.908Z | Jul 21 20:18:52.494 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1747 | 2026-07-21T20:18:53.908Z | Jul 21 20:18:52.494 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1748 | 2026-07-21T20:18:53.908Z | Jul 21 20:18:52.494 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1749 | 2026-07-21T20:18:53.908Z | Jul 21 20:18:52.494 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1750 | 2026-07-21T20:18:54.848Z | Jul 21 20:18:53.445 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1751 | 2026-07-21T20:18:55.062Z | Jul 21 20:18:53.652 INFO Download complete, target: TransceiverControl |
| 1752 | 2026-07-21T20:18:55.684Z | Jul 21 20:18:54.286 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1753 | 2026-07-21T20:18:55.878Z | Jul 21 20:18:54.482 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1754 | 2026-07-21T20:18:55.934Z | Jul 21 20:18:54.538 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1755 | 2026-07-21T20:18:55.966Z | Jul 21 20:18:54.568 INFO Download complete, target: Console |
| 1756 | 2026-07-21T20:18:56.017Z | Jul 21 20:18:54.618 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1757 | 2026-07-21T20:18:56.100Z | Jul 21 20:18:54.703 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1758 | 2026-07-21T20:18:56.585Z | Jul 21 20:18:55.190 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1759 | 2026-07-21T20:18:56.585Z | Jul 21 20:18:55.190 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1760 | 2026-07-21T20:18:57.953Z | Jul 21 20:18:56.557 INFO Download complete, target: MaghemiteDdmd |
| 1761 | 2026-07-21T20:18:58.647Z | Jul 21 20:18:57.251 INFO Download complete, target: DendriteStub |
| 1762 | 2026-07-21T20:18:58.741Z | Jul 21 20:18:57.345 INFO Download complete, target: MaghemiteMgd |
| 1763 | 2026-07-21T20:19:01.310Z | Jul 21 20:18:59.915 INFO Checking that binary works, target: Cockroach |
| 1764 | 2026-07-21T20:19:01.427Z | Jul 21 20:19:00.031 INFO Download complete, target: Cockroach |
| 1765 | 2026-07-21T20:19:02.645Z | Jul 21 20:19:01.249 INFO Checking that binary works, target: Clickhouse |
| 1766 | 2026-07-21T20:19:02.765Z | Jul 21 20:19:01.370 INFO Download complete, target: Clickhouse |
| 1767 | 2026-07-21T20:19:02.780Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1768 | 2026-07-21T20:19:02.783Z | |
| 1769 | 2026-07-21T20:19:02.783Z | real 2:00.024408520 |
| 1770 | 2026-07-21T20:19:02.784Z | user 6:36.763608866 |
| 1771 | 2026-07-21T20:19:02.784Z | sys 1:22.114780976 |
| 1772 | 2026-07-21T20:19:02.784Z | trap 0.216821823 |
| 1773 | 2026-07-21T20:19:02.784Z | tflt 0.586561618 |
| 1774 | 2026-07-21T20:19:02.784Z | dflt 0.739767980 |
| 1775 | 2026-07-21T20:19:02.784Z | kflt 0.024860173 |
| 1776 | 2026-07-21T20:19:02.784Z | lock 21:38.511178594 |
| 1777 | 2026-07-21T20:19:02.784Z | slp 19:59.920136575 |
| 1778 | 2026-07-21T20:19:02.784Z | lat 43.958881690 |
| 1779 | 2026-07-21T20:19:02.784Z | stop 1:58.867270775 |
| 1780 | 2026-07-21T20:19:02.784Z | + banner clippy |
| 1781 | 2026-07-21T20:19:02.784Z | |
| 1782 | 2026-07-21T20:19:02.784Z | #### # # ##### ##### # # |
| 1783 | 2026-07-21T20:19:02.784Z | # # # # # # # # # # |
| 1784 | 2026-07-21T20:19:02.784Z | # # # # # # # # |
| 1785 | 2026-07-21T20:19:02.784Z | # # # ##### ##### # |
| 1786 | 2026-07-21T20:19:02.784Z | # # # # # # # |
| 1787 | 2026-07-21T20:19:02.784Z | #### ###### # # # # |
| 1788 | 2026-07-21T20:19:02.784Z | |
| 1789 | 2026-07-21T20:19:02.784Z | + export CARGO_INCREMENTAL=0 |
| 1790 | 2026-07-21T20:19:02.784Z | + CARGO_INCREMENTAL=0 |
| 1791 | 2026-07-21T20:19:02.784Z | + ptime -m cargo xtask clippy |
| 1792 | 2026-07-21T20:19:03.236Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1793 | 2026-07-21T20:19:03.524Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1794 | 2026-07-21T20:19:05.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
| 1795 | 2026-07-21T20:19:05.357Z | Running `target/debug/xtask clippy` |
| 1796 | 2026-07-21T20:19:05.383Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1797 | 2026-07-21T20:19:05.948Z | Downloading crates ... |
| 1798 | 2026-07-21T20:19:06.158Z | Downloaded approx v0.5.1 |
| 1799 | 2026-07-21T20:19:06.161Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1800 | 2026-07-21T20:19:06.161Z | Downloaded backtrace-ext v0.2.1 |
| 1801 | 2026-07-21T20:19:06.161Z | Downloaded async-object-pool v0.2.0 |
| 1802 | 2026-07-21T20:19:06.165Z | Downloaded constant_time_eq v0.3.1 |
| 1803 | 2026-07-21T20:19:06.168Z | Downloaded nested v0.1.1 |
| 1804 | 2026-07-21T20:19:06.168Z | Downloaded cast v0.3.0 |
| 1805 | 2026-07-21T20:19:06.173Z | Downloaded linkme-impl v0.3.35 |
| 1806 | 2026-07-21T20:19:06.176Z | Downloaded plotters-backend v0.3.7 |
| 1807 | 2026-07-21T20:19:06.181Z | Downloaded miette-derive v5.10.0 |
| 1808 | 2026-07-21T20:19:06.189Z | Downloaded assert-json-diff v2.0.2 |
| 1809 | 2026-07-21T20:19:06.197Z | Downloaded pathdiff v0.2.3 |
| 1810 | 2026-07-21T20:19:06.201Z | Downloaded parking v2.2.1 |
| 1811 | 2026-07-21T20:19:06.201Z | Downloaded plotters-svg v0.3.7 |
| 1812 | 2026-07-21T20:19:06.201Z | Downloaded event-listener-strategy v0.5.4 |
| 1813 | 2026-07-21T20:19:06.205Z | Downloaded hex-literal v0.4.1 |
| 1814 | 2026-07-21T20:19:06.209Z | Downloaded supports-hyperlinks v2.1.0 |
| 1815 | 2026-07-21T20:19:06.209Z | Downloaded linkme v0.3.35 |
| 1816 | 2026-07-21T20:19:06.209Z | Downloaded concurrent-queue v2.5.0 |
| 1817 | 2026-07-21T20:19:06.217Z | Downloaded terminal_size v0.1.17 |
| 1818 | 2026-07-21T20:19:06.220Z | Downloaded similar-asserts v1.7.0 |
| 1819 | 2026-07-21T20:19:06.224Z | Downloaded escape8259 v0.5.3 |
| 1820 | 2026-07-21T20:19:06.236Z | Downloaded supports-color v2.1.0 |
| 1821 | 2026-07-21T20:19:06.239Z | Downloaded target-triple v1.0.0 |
| 1822 | 2026-07-21T20:19:06.240Z | Downloaded serde_regex v1.1.0 |
| 1823 | 2026-07-21T20:19:06.243Z | Downloaded oorandom v11.1.5 |
| 1824 | 2026-07-21T20:19:06.246Z | Downloaded futures-timer v3.0.3 |
| 1825 | 2026-07-21T20:19:06.246Z | Downloaded anes v0.1.6 |
| 1826 | 2026-07-21T20:19:06.250Z | Downloaded partial-io v0.5.4 |
| 1827 | 2026-07-21T20:19:06.254Z | Downloaded owo-colors v3.5.0 |
| 1828 | 2026-07-21T20:19:06.262Z | Downloaded termcolor v1.4.1 |
| 1829 | 2026-07-21T20:19:06.265Z | Downloaded rust-argon2 v2.1.0 |
| 1830 | 2026-07-21T20:19:06.265Z | Downloaded relative-path v1.9.3 |
| 1831 | 2026-07-21T20:19:06.265Z | Downloaded rustc-demangle v0.1.27 |
| 1832 | 2026-07-21T20:19:06.268Z | Downloaded knuffel-derive v3.2.0 |
| 1833 | 2026-07-21T20:19:06.268Z | Downloaded path-tree v0.8.3 |
| 1834 | 2026-07-21T20:19:06.271Z | Downloaded target-spec v3.5.7 |
| 1835 | 2026-07-21T20:19:06.276Z | Downloaded criterion-plot v0.6.0 |
| 1836 | 2026-07-21T20:19:06.279Z | Downloaded target-lexicon v0.13.3 |
| 1837 | 2026-07-21T20:19:06.282Z | Downloaded supports-unicode v2.1.0 |
| 1838 | 2026-07-21T20:19:06.282Z | Downloaded cfg-expr v0.20.6 |
| 1839 | 2026-07-21T20:19:06.286Z | Downloaded blake2b_simd v1.0.4 |
| 1840 | 2026-07-21T20:19:06.291Z | Downloaded libtest-mimic v0.8.1 |
| 1841 | 2026-07-21T20:19:06.294Z | Downloaded assert_cmd v2.1.2 |
| 1842 | 2026-07-21T20:19:06.294Z | Downloaded datatest-stable v0.3.3 |
| 1843 | 2026-07-21T20:19:06.297Z | Downloaded addr2line v0.25.1 |
| 1844 | 2026-07-21T20:19:06.300Z | Downloaded async-lock v3.4.2 |
| 1845 | 2026-07-21T20:19:06.303Z | Downloaded httptest v0.16.4 |
| 1846 | 2026-07-21T20:19:06.303Z | Downloaded trybuild v1.0.116 |
| 1847 | 2026-07-21T20:19:06.306Z | Downloaded hickory-client v0.25.2 |
| 1848 | 2026-07-21T20:19:06.306Z | Downloaded stringmetrics v2.2.2 |
| 1849 | 2026-07-21T20:19:06.319Z | Downloaded textwrap v0.15.2 |
| 1850 | 2026-07-21T20:19:06.323Z | Downloaded chumsky v0.9.3 |
| 1851 | 2026-07-21T20:19:06.326Z | Downloaded tinytemplate v1.2.1 |
| 1852 | 2026-07-21T20:19:06.329Z | Downloaded rstest v0.25.0 |
| 1853 | 2026-07-21T20:19:06.334Z | Downloaded knuffel v3.2.0 |
| 1854 | 2026-07-21T20:19:06.337Z | Downloaded event-listener v5.4.1 |
| 1855 | 2026-07-21T20:19:06.337Z | Downloaded rand_distr v0.5.1 |
| 1856 | 2026-07-21T20:19:06.340Z | Downloaded rstest_macros v0.25.0 |
| 1857 | 2026-07-21T20:19:06.344Z | Downloaded miette v5.10.0 |
| 1858 | 2026-07-21T20:19:06.347Z | Downloaded fancy-regex v0.14.0 |
| 1859 | 2026-07-21T20:19:06.350Z | Downloaded backtrace v0.3.76 |
| 1860 | 2026-07-21T20:19:06.368Z | Downloaded hashbrown v0.14.5 |
| 1861 | 2026-07-21T20:19:06.375Z | Downloaded criterion v0.7.0 |
| 1862 | 2026-07-21T20:19:06.380Z | Downloaded plotters v0.3.7 |
| 1863 | 2026-07-21T20:19:06.384Z | Downloaded guppy v0.17.25 |
| 1864 | 2026-07-21T20:19:06.402Z | Downloaded gimli v0.32.3 |
| 1865 | 2026-07-21T20:19:06.512Z | Downloaded httpmock v0.8.3 |
| 1866 | 2026-07-21T20:19:08.176Z | Checking cfg-if v1.0.4 |
| 1867 | 2026-07-21T20:19:08.543Z | Checking libc v0.2.185 |
| 1868 | 2026-07-21T20:19:08.546Z | Checking serde_core v1.0.228 |
| 1869 | 2026-07-21T20:19:08.614Z | Checking memchr v2.8.0 |
| 1870 | 2026-07-21T20:19:08.655Z | Checking smallvec v1.15.1 |
| 1871 | 2026-07-21T20:19:08.686Z | Checking zeroize v1.8.2 |
| 1872 | 2026-07-21T20:19:08.722Z | Checking rand_core v0.10.0 |
| 1873 | 2026-07-21T20:19:08.759Z | Checking itoa v1.0.17 |
| 1874 | 2026-07-21T20:19:08.791Z | Checking subtle v2.6.1 |
| 1875 | 2026-07-21T20:19:08.861Z | Checking log v0.4.29 |
| 1876 | 2026-07-21T20:19:08.899Z | Checking libm v0.2.16 |
| 1877 | 2026-07-21T20:19:08.945Z | Checking typenum v1.20.1 |
| 1878 | 2026-07-21T20:19:08.983Z | Checking getrandom v0.4.1 |
| 1879 | 2026-07-21T20:19:08.983Z | Checking errno v0.3.14 |
| 1880 | 2026-07-21T20:19:09.052Z | Checking scopeguard v1.2.0 |
| 1881 | 2026-07-21T20:19:09.091Z | Checking stable_deref_trait v1.2.1 |
| 1882 | 2026-07-21T20:19:09.130Z | Checking zmij v1.0.21 |
| 1883 | 2026-07-21T20:19:09.169Z | Checking zerofrom v0.1.6 |
| 1884 | 2026-07-21T20:19:09.220Z | Checking lock_api v0.4.14 |
| 1885 | 2026-07-21T20:19:09.243Z | Checking percent-encoding v2.3.2 |
| 1886 | 2026-07-21T20:19:09.278Z | Checking litemap v0.8.1 |
| 1887 | 2026-07-21T20:19:09.312Z | Checking yoke v0.8.1 |
| 1888 | 2026-07-21T20:19:09.358Z | Checking writeable v0.6.2 |
| 1889 | 2026-07-21T20:19:09.409Z | Checking icu_normalizer_data v2.1.1 |
| 1890 | 2026-07-21T20:19:09.448Z | Checking icu_properties_data v2.1.2 |
| 1891 | 2026-07-21T20:19:09.480Z | Checking form_urlencoded v1.2.2 |
| 1892 | 2026-07-21T20:19:09.516Z | Checking zerovec v0.11.5 |
| 1893 | 2026-07-21T20:19:09.519Z | Checking zerotrie v0.2.3 |
| 1894 | 2026-07-21T20:19:09.581Z | Checking utf8_iter v1.0.4 |
| 1895 | 2026-07-21T20:19:09.618Z | Checking num-traits v0.2.19 |
| 1896 | 2026-07-21T20:19:09.657Z | Checking pin-project-lite v0.2.17 |
| 1897 | 2026-07-21T20:19:09.695Z | Checking zerocopy v0.8.40 |
| 1898 | 2026-07-21T20:19:09.732Z | Checking parking_lot_core v0.9.12 |
| 1899 | 2026-07-21T20:19:09.770Z | Checking portable-atomic v1.13.1 |
| 1900 | 2026-07-21T20:19:09.808Z | Checking critical-section v1.2.0 |
| 1901 | 2026-07-21T20:19:09.854Z | Checking signal-hook-registry v1.4.8 |
| 1902 | 2026-07-21T20:19:09.935Z | Checking mio v1.2.0 |
| 1903 | 2026-07-21T20:19:09.970Z | Checking parking_lot v0.12.5 |
| 1904 | 2026-07-21T20:19:09.975Z | Checking tinystr v0.8.2 |
| 1905 | 2026-07-21T20:19:10.043Z | Checking potential_utf v0.1.4 |
| 1906 | 2026-07-21T20:19:10.095Z | Checking serde v1.0.228 |
| 1907 | 2026-07-21T20:19:10.151Z | Checking bitflags v2.11.0 |
| 1908 | 2026-07-21T20:19:10.187Z | Checking serde_json v1.0.150 |
| 1909 | 2026-07-21T20:19:10.221Z | Checking icu_locale_core v2.1.1 |
| 1910 | 2026-07-21T20:19:10.224Z | Checking icu_collections v2.1.1 |
| 1911 | 2026-07-21T20:19:10.224Z | Checking once_cell v1.21.3 |
| 1912 | 2026-07-21T20:19:10.328Z | Checking iana-time-zone v0.1.65 |
| 1913 | 2026-07-21T20:19:10.370Z | Checking socket2 v0.6.3 |
| 1914 | 2026-07-21T20:19:10.457Z | Checking uuid v1.23.4 |
| 1915 | 2026-07-21T20:19:10.503Z | Checking semver v1.0.28 |
| 1916 | 2026-07-21T20:19:10.543Z | Checking bytes v1.11.1 |
| 1917 | 2026-07-21T20:19:10.613Z | Checking chrono v0.4.45 |
| 1918 | 2026-07-21T20:19:10.656Z | Checking thiserror v2.0.18 |
| 1919 | 2026-07-21T20:19:10.750Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1920 | 2026-07-21T20:19:10.792Z | Checking dyn-clone v1.0.20 |
| 1921 | 2026-07-21T20:19:10.795Z | Checking icu_provider v2.1.1 |
| 1922 | 2026-07-21T20:19:10.823Z | Checking futures-core v0.3.32 |
| 1923 | 2026-07-21T20:19:10.890Z | Checking getrandom v0.2.17 |
| 1924 | 2026-07-21T20:19:10.924Z | Checking equivalent v1.0.2 |
| 1925 | 2026-07-21T20:19:10.973Z | Checking rustix v1.1.3 |
| 1926 | 2026-07-21T20:19:11.012Z | Checking tokio v1.52.1 |
| 1927 | 2026-07-21T20:19:11.049Z | Checking cmov v0.5.4 |
| 1928 | 2026-07-21T20:19:11.112Z | Checking rand_core v0.6.4 |
| 1929 | 2026-07-21T20:19:11.115Z | Checking icu_properties v2.1.2 |
| 1930 | 2026-07-21T20:19:11.176Z | Checking icu_normalizer v2.1.1 |
| 1931 | 2026-07-21T20:19:11.287Z | Checking ctutils v0.4.2 |
| 1932 | 2026-07-21T20:19:11.323Z | Checking byteorder v1.5.0 |
| 1933 | 2026-07-21T20:19:11.477Z | Checking futures-sink v0.3.32 |
| 1934 | 2026-07-21T20:19:11.513Z | Checking generic-array v0.14.7 |
| 1935 | 2026-07-21T20:19:11.548Z | Checking hybrid-array v0.4.13 |
| 1936 | 2026-07-21T20:19:11.552Z | Checking futures-task v0.3.32 |
| 1937 | 2026-07-21T20:19:11.617Z | Checking futures-channel v0.3.32 |
| 1938 | 2026-07-21T20:19:11.759Z | Checking slab v0.4.12 |
| 1939 | 2026-07-21T20:19:11.821Z | Checking futures-io v0.3.32 |
| 1940 | 2026-07-21T20:19:11.854Z | Checking getrandom v0.3.4 |
| 1941 | 2026-07-21T20:19:11.942Z | Checking hashbrown v0.17.0 |
| 1942 | 2026-07-21T20:19:11.977Z | Checking futures-util v0.3.32 |
| 1943 | 2026-07-21T20:19:12.012Z | Checking thiserror v1.0.69 |
| 1944 | 2026-07-21T20:19:12.015Z | Checking idna_adapter v1.2.1 |
| 1945 | 2026-07-21T20:19:12.079Z | Checking fnv v1.0.7 |
| 1946 | 2026-07-21T20:19:12.139Z | Checking base64ct v1.8.3 |
| 1947 | 2026-07-21T20:19:12.190Z | Checking idna v1.1.0 |
| 1948 | 2026-07-21T20:19:12.226Z | Checking const-oid v0.9.6 |
| 1949 | 2026-07-21T20:19:12.317Z | Checking crypto-common v0.2.2 |
| 1950 | 2026-07-21T20:19:12.401Z | Checking crypto-common v0.1.7 |
| 1951 | 2026-07-21T20:19:12.438Z | Checking indexmap v2.14.0 |
| 1952 | 2026-07-21T20:19:12.441Z | Checking ppv-lite86 v0.2.21 |
| 1953 | 2026-07-21T20:19:12.507Z | Checking url v2.5.8 |
| 1954 | 2026-07-21T20:19:12.551Z | Checking regex-syntax v0.8.10 |
| 1955 | 2026-07-21T20:19:12.786Z | Checking block-buffer v0.12.1 |
| 1956 | 2026-07-21T20:19:12.929Z | Checking block-buffer v0.10.4 |
| 1957 | 2026-07-21T20:19:12.932Z | Checking base64 v0.22.1 |
| 1958 | 2026-07-21T20:19:12.998Z | Checking schemars v0.8.22 |
| 1959 | 2026-07-21T20:19:13.008Z | Checking utf8parse v0.2.2 |
| 1960 | 2026-07-21T20:19:13.064Z | Checking anstyle v1.0.14 |
| 1961 | 2026-07-21T20:19:13.100Z | Checking digest v0.10.7 |
| 1962 | 2026-07-21T20:19:13.134Z | Checking http v1.4.2 |
| 1963 | 2026-07-21T20:19:13.224Z | Checking tracing-core v0.1.36 |
| 1964 | 2026-07-21T20:19:13.272Z | Checking colorchoice v1.0.4 |
| 1965 | 2026-07-21T20:19:13.323Z | Checking anstyle-query v1.1.5 |
| 1966 | 2026-07-21T20:19:13.401Z | Checking is_terminal_polyfill v1.70.2 |
| 1967 | 2026-07-21T20:19:13.446Z | Checking anstyle-parse v1.0.0 |
| 1968 | 2026-07-21T20:19:13.530Z | Checking rand_core v0.9.5 |
| 1969 | 2026-07-21T20:19:13.578Z | Checking tracing v0.1.44 |
| 1970 | 2026-07-21T20:19:13.629Z | Checking terminal_size v0.4.3 |
| 1971 | 2026-07-21T20:19:13.717Z | Checking ipnet v2.11.0 |
| 1972 | 2026-07-21T20:19:13.756Z | Checking const-oid v0.10.2 |
| 1973 | 2026-07-21T20:19:13.759Z | Checking anstream v1.0.0 |
| 1974 | 2026-07-21T20:19:13.823Z | Checking clap_lex v1.0.0 |
| 1975 | 2026-07-21T20:19:13.826Z | Checking strsim v0.11.1 |
| 1976 | 2026-07-21T20:19:13.897Z | Checking aho-corasick v1.1.4 |
| 1977 | 2026-07-21T20:19:13.935Z | Checking rand_chacha v0.9.0 |
| 1978 | 2026-07-21T20:19:13.970Z | Checking crossbeam-utils v0.8.21 |
| 1979 | 2026-07-21T20:19:14.004Z | Checking unicode-ident v1.0.24 |
| 1980 | 2026-07-21T20:19:14.007Z | Checking erased-serde v0.3.31 |
| 1981 | 2026-07-21T20:19:14.071Z | Checking httparse v1.10.1 |
| 1982 | 2026-07-21T20:19:14.075Z | Checking clap_builder v4.6.0 |
| 1983 | 2026-07-21T20:19:14.141Z | Checking proc-macro2 v1.0.106 |
| 1984 | 2026-07-21T20:19:14.175Z | Checking rand v0.9.2 |
| 1985 | 2026-07-21T20:19:14.248Z | Checking tokio-util v0.7.18 |
| 1986 | 2026-07-21T20:19:14.305Z | Checking cpufeatures v0.3.0 |
| 1987 | 2026-07-21T20:19:14.342Z | Checking powerfmt v0.2.0 |
| 1988 | 2026-07-21T20:19:14.406Z | Checking digest v0.11.3 |
| 1989 | 2026-07-21T20:19:14.443Z | Checking slog v2.8.2 |
| 1990 | 2026-07-21T20:19:14.478Z | Checking quote v1.0.45 |
| 1991 | 2026-07-21T20:19:14.517Z | Checking deranged v0.5.8 |
| 1992 | 2026-07-21T20:19:14.589Z | Checking regex-automata v0.4.14 |
| 1993 | 2026-07-21T20:19:14.625Z | Checking num_threads v0.1.7 |
| 1994 | 2026-07-21T20:19:14.665Z | Checking fastrand v2.3.0 |
| 1995 | 2026-07-21T20:19:14.669Z | Checking cpufeatures v0.2.17 |
| 1996 | 2026-07-21T20:19:14.735Z | Checking allocator-api2 v0.2.21 |
| 1997 | 2026-07-21T20:19:14.758Z | Checking time-core v0.1.8 |
| 1998 | 2026-07-21T20:19:14.803Z | Checking num-conv v0.2.0 |
| 1999 | 2026-07-21T20:19:14.879Z | Checking syn v2.0.117 |
| 2000 | 2026-07-21T20:19:14.912Z | Checking anyhow v1.0.102 |
| 2001 | 2026-07-21T20:19:14.948Z | Checking http-body v1.0.1 |
| 2002 | 2026-07-21T20:19:14.952Z | Checking atomic-waker v1.1.2 |
| 2003 | 2026-07-21T20:19:15.041Z | Checking tempfile v3.25.0 |
| 2004 | 2026-07-21T20:19:15.103Z | Checking aws-lc-sys v0.40.0 |
| 2005 | 2026-07-21T20:19:15.107Z | Checking rustls-pki-types v1.14.0 |
| 2006 | 2026-07-21T20:19:15.172Z | Checking httpdate v1.0.3 |
| 2007 | 2026-07-21T20:19:15.262Z | Checking untrusted v0.7.1 |
| 2008 | 2026-07-21T20:19:15.349Z | Checking try-lock v0.2.5 |
| 2009 | 2026-07-21T20:19:15.352Z | Checking clap v4.6.1 |
| 2010 | 2026-07-21T20:19:15.418Z | Checking h2 v0.4.15 |
| 2011 | 2026-07-21T20:19:15.455Z | Checking ipnetwork v0.21.1 |
| 2012 | 2026-07-21T20:19:15.458Z | Checking time v0.3.47 |
| 2013 | 2026-07-21T20:19:15.524Z | Checking want v0.3.1 |
| 2014 | 2026-07-21T20:19:15.528Z | Checking hex v0.4.3 |
| 2015 | 2026-07-21T20:19:15.628Z | Checking aws-lc-rs v1.16.3 |
| 2016 | 2026-07-21T20:19:15.677Z | Checking tower-layer v0.3.3 |
| 2017 | 2026-07-21T20:19:15.709Z | Checking tower-service v0.3.3 |
| 2018 | 2026-07-21T20:19:15.800Z | Checking ryu v1.0.23 |
| 2019 | 2026-07-21T20:19:15.836Z | Checking pem-rfc7468 v0.7.0 |
| 2020 | 2026-07-21T20:19:15.870Z | Checking spin v0.9.8 |
| 2021 | 2026-07-21T20:19:15.964Z | Checking flagset v0.4.7 |
| 2022 | 2026-07-21T20:19:16.021Z | Checking mime v0.3.17 |
| 2023 | 2026-07-21T20:19:16.078Z | Checking simd-adler32 v0.3.8 |
| 2024 | 2026-07-21T20:19:16.116Z | Checking der v0.7.10 |
| 2025 | 2026-07-21T20:19:16.221Z | Checking untrusted v0.9.0 |
| 2026 | 2026-07-21T20:19:16.276Z | Checking adler2 v2.0.1 |
| 2027 | 2026-07-21T20:19:16.360Z | Checking http-body-util v0.1.3 |
| 2028 | 2026-07-21T20:19:16.412Z | Checking miniz_oxide v0.8.9 |
| 2029 | 2026-07-21T20:19:16.447Z | Checking block-padding v0.4.2 |
| 2030 | 2026-07-21T20:19:16.487Z | Checking rustls-webpki v0.103.13 |
| 2031 | 2026-07-21T20:19:16.603Z | Checking camino v1.2.2 |
| 2032 | 2026-07-21T20:19:16.648Z | Checking inout v0.2.2 |
| 2033 | 2026-07-21T20:19:16.651Z | Checking pretty-hex v0.4.1 |
| 2034 | 2026-07-21T20:19:16.783Z | Checking openssl-probe v0.2.1 |
| 2035 | 2026-07-21T20:19:16.824Z | Checking serde_urlencoded v0.7.1 |
| 2036 | 2026-07-21T20:19:16.827Z | Checking rand_chacha v0.3.1 |
| 2037 | 2026-07-21T20:19:16.894Z | Checking encoding_rs v0.8.35 |
| 2038 | 2026-07-21T20:19:16.898Z | Checking plain v0.2.3 |
| 2039 | 2026-07-21T20:19:16.962Z | Checking spki v0.7.3 |
| 2040 | 2026-07-21T20:19:16.996Z | Checking rustls v0.23.41 |
| 2041 | 2026-07-21T20:19:17.056Z | Checking cipher v0.5.2 |
| 2042 | 2026-07-21T20:19:17.059Z | Checking regex v1.12.3 |
| 2043 | 2026-07-21T20:19:17.123Z | Checking rand v0.8.6 |
| 2044 | 2026-07-21T20:19:17.156Z | Checking oxnet v0.1.6 |
| 2045 | 2026-07-21T20:19:17.193Z | Checking ucd-trie v0.1.7 |
| 2046 | 2026-07-21T20:19:17.321Z | Checking crc32fast v1.5.0 |
| 2047 | 2026-07-21T20:19:17.358Z | Checking pest v2.8.6 |
| 2048 | 2026-07-21T20:19:17.399Z | Checking futures-executor v0.3.32 |
| 2049 | 2026-07-21T20:19:17.444Z | Checking sync_wrapper v1.0.2 |
| 2050 | 2026-07-21T20:19:17.492Z | Checking pkcs8 v0.10.2 |
| 2051 | 2026-07-21T20:19:17.573Z | Checking futures v0.3.32 |
| 2052 | 2026-07-21T20:19:17.610Z | Checking tower v0.5.3 |
| 2053 | 2026-07-21T20:19:17.669Z | Checking either v1.15.0 |
| 2054 | 2026-07-21T20:19:17.709Z | Checking iri-string v0.7.10 |
| 2055 | 2026-07-21T20:19:17.712Z | Checking zlib-rs v0.6.2 |
| 2056 | 2026-07-21T20:19:17.869Z | Checking sha2 v0.10.9 |
| 2057 | 2026-07-21T20:19:17.905Z | Checking static_assertions v1.1.0 |
| 2058 | 2026-07-21T20:19:18.005Z | Checking bit-vec v0.8.0 |
| 2059 | 2026-07-21T20:19:18.041Z | Checking foldhash v0.2.0 |
| 2060 | 2026-07-21T20:19:18.166Z | Checking lazy_static v1.5.0 |
| 2061 | 2026-07-21T20:19:18.223Z | Checking bit-set v0.8.0 |
| 2062 | 2026-07-21T20:19:18.227Z | Checking hashbrown v0.16.1 |
| 2063 | 2026-07-21T20:19:18.292Z | Checking hyper v1.10.1 |
| 2064 | 2026-07-21T20:19:18.297Z | Checking openapiv3 v2.2.0 |
| 2065 | 2026-07-21T20:19:18.395Z | Checking wait-timeout v0.2.1 |
| 2066 | 2026-07-21T20:19:18.443Z | Checking hubpack v0.1.2 |
| 2067 | 2026-07-21T20:19:18.568Z | Checking strum v0.26.3 |
| 2068 | 2026-07-21T20:19:18.654Z | Checking quick-error v1.2.3 |
| 2069 | 2026-07-21T20:19:18.716Z | Checking flate2 v1.1.9 |
| 2070 | 2026-07-21T20:19:18.723Z | Checking rustls-native-certs v0.8.3 |
| 2071 | 2026-07-21T20:19:18.767Z | Checking tower-http v0.6.8 |
| 2072 | 2026-07-21T20:19:18.803Z | Checking rusty-fork v0.3.1 |
| 2073 | 2026-07-21T20:19:18.806Z | Checking rand_xorshift v0.4.0 |
| 2074 | 2026-07-21T20:19:18.881Z | Checking signature v2.2.0 |
| 2075 | 2026-07-21T20:19:18.989Z | Checking num-integer v0.1.46 |
| 2076 | 2026-07-21T20:19:19.023Z | Checking unarray v0.1.4 |
| 2077 | 2026-07-21T20:19:19.028Z | Checking psl-types v2.0.11 |
| 2078 | 2026-07-21T20:19:19.093Z | Checking tinyvec_macros v0.1.1 |
| 2079 | 2026-07-21T20:19:19.096Z | Checking cookie v0.18.1 |
| 2080 | 2026-07-21T20:19:19.170Z | Checking publicsuffix v2.3.0 |
| 2081 | 2026-07-21T20:19:19.207Z | Checking tinyvec v1.10.0 |
| 2082 | 2026-07-21T20:19:19.212Z | Checking proptest v1.10.0 |
| 2083 | 2026-07-21T20:19:19.276Z | Checking anstyle-parse v0.2.7 |
| 2084 | 2026-07-21T20:19:19.279Z | Checking tokio-rustls v0.26.4 |
| 2085 | 2026-07-21T20:19:19.346Z | Checking hyper-util v0.1.20 |
| 2086 | 2026-07-21T20:19:19.381Z | Checking rustls-platform-verifier v0.6.2 |
| 2087 | 2026-07-21T20:19:19.385Z | Checking cookie_store v0.22.1 |
| 2088 | 2026-07-21T20:19:19.454Z | Checking ahash v0.8.12 |
| 2089 | 2026-07-21T20:19:19.538Z | Checking serde_spanned v0.6.9 |
| 2090 | 2026-07-21T20:19:19.574Z | Checking toml_datetime v0.6.11 |
| 2091 | 2026-07-21T20:19:19.578Z | Checking scroll v0.13.0 |
| 2092 | 2026-07-21T20:19:19.647Z | Checking anstream v0.6.21 |
| 2093 | 2026-07-21T20:19:19.676Z | Checking memmap2 v0.9.10 |
| 2094 | 2026-07-21T20:19:19.712Z | Checking data-encoding v2.10.0 |
| 2095 | 2026-07-21T20:19:19.766Z | Checking dtrace-parser v0.3.0 |
| 2096 | 2026-07-21T20:19:19.811Z | Checking x509-cert v0.2.5 |
| 2097 | 2026-07-21T20:19:19.849Z | Checking goblin v0.10.5 |
| 2098 | 2026-07-21T20:19:19.883Z | Checking bstr v1.12.1 |
| 2099 | 2026-07-21T20:19:19.887Z | Checking hmac v0.12.1 |
| 2100 | 2026-07-21T20:19:20.009Z | Checking thread-id v5.1.0 |
| 2101 | 2026-07-21T20:19:20.046Z | Checking num-iter v0.1.45 |
| 2102 | 2026-07-21T20:19:20.081Z | Checking crossbeam-epoch v0.9.18 |
| 2103 | 2026-07-21T20:19:20.117Z | Checking memoffset v0.9.1 |
| 2104 | 2026-07-21T20:19:20.185Z | Checking scroll v0.12.0 |
| 2105 | 2026-07-21T20:19:20.227Z | Checking env_filter v1.0.0 |
| 2106 | 2026-07-21T20:19:20.300Z | Checking num-bigint-dig v0.8.6 |
| 2107 | 2026-07-21T20:19:20.337Z | Checking pkcs1 v0.7.5 |
| 2108 | 2026-07-21T20:19:20.399Z | Checking env_logger v0.11.9 |
| 2109 | 2026-07-21T20:19:20.440Z | Checking goblin v0.8.2 |
| 2110 | 2026-07-21T20:19:20.487Z | Checking zerocopy v0.7.35 |
| 2111 | 2026-07-21T20:19:20.573Z | Checking rustix v0.38.44 |
| 2112 | 2026-07-21T20:19:20.620Z | Checking hyper-rustls v0.27.7 |
| 2113 | 2026-07-21T20:19:20.620Z | Checking foreign-types-shared v0.1.1 |
| 2114 | 2026-07-21T20:19:20.736Z | Checking unicode-segmentation v1.12.0 |
| 2115 | 2026-07-21T20:19:20.889Z | Checking reqwest v0.13.2 |
| 2116 | 2026-07-21T20:19:20.998Z | Checking foreign-types v0.3.2 |
| 2117 | 2026-07-21T20:19:21.047Z | Checking newtype-uuid v1.3.2 |
| 2118 | 2026-07-21T20:19:21.084Z | Checking dtrace-parser v0.2.0 |
| 2119 | 2026-07-21T20:19:21.120Z | Checking ff v0.13.1 |
| 2120 | 2026-07-21T20:19:21.155Z | Checking rsa v0.9.10 |
| 2121 | 2026-07-21T20:19:21.273Z | Checking openssl-sys v0.9.115 |
| 2122 | 2026-07-21T20:19:21.277Z | Checking daft v0.1.7 |
| 2123 | 2026-07-21T20:19:21.347Z | Checking thread-id v4.2.2 |
| 2124 | 2026-07-21T20:19:21.403Z | Checking base16ct v0.2.0 |
| 2125 | 2026-07-21T20:19:21.454Z | Checking same-file v1.0.6 |
| 2126 | 2026-07-21T20:19:21.562Z | Checking winnow v0.5.40 |
| 2127 | 2026-07-21T20:19:21.596Z | Checking sec1 v0.7.3 |
| 2128 | 2026-07-21T20:19:21.632Z | Checking walkdir v2.5.0 |
| 2129 | 2026-07-21T20:19:21.668Z | Checking group v0.13.0 |
| 2130 | 2026-07-21T20:19:21.704Z | Checking openssl v0.10.79 |
| 2131 | 2026-07-21T20:19:21.770Z | Checking nix v0.31.2 |
| 2132 | 2026-07-21T20:19:21.821Z | Checking hkdf v0.12.4 |
| 2133 | 2026-07-21T20:19:21.824Z | Checking serde_with v3.21.0 |
| 2134 | 2026-07-21T20:19:21.889Z | Checking crypto-bigint v0.5.5 |
| 2135 | 2026-07-21T20:19:21.984Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2136 | 2026-07-21T20:19:22.100Z | Checking winnow v0.7.14 |
| 2137 | 2026-07-21T20:19:22.197Z | Checking dof v0.4.0 |
| 2138 | 2026-07-21T20:19:22.343Z | Checking dof v0.3.0 |
| 2139 | 2026-07-21T20:19:22.649Z | Checking usdt-impl v0.5.0 |
| 2140 | 2026-07-21T20:19:22.725Z | Checking toml_edit v0.19.15 |
| 2141 | 2026-07-21T20:19:22.808Z | Checking keccak v0.1.6 |
| 2142 | 2026-07-21T20:19:22.844Z | Checking usdt-impl v0.6.0 |
| 2143 | 2026-07-21T20:19:22.965Z | Checking foldhash v0.1.5 |
| 2144 | 2026-07-21T20:19:23.010Z | Checking sha3 v0.10.8 |
| 2145 | 2026-07-21T20:19:23.013Z | Checking elliptic-curve v0.13.8 |
| 2146 | 2026-07-21T20:19:23.130Z | Checking hashbrown v0.15.5 |
| 2147 | 2026-07-21T20:19:23.166Z | Checking usdt v0.6.0 |
| 2148 | 2026-07-21T20:19:23.245Z | Checking bzip2 v0.4.4 |
| 2149 | 2026-07-21T20:19:23.317Z | Checking unicode-normalization v0.1.25 |
| 2150 | 2026-07-21T20:19:23.359Z | Checking itertools v0.13.0 |
| 2151 | 2026-07-21T20:19:23.395Z | Checking siphasher v1.0.2 |
| 2152 | 2026-07-21T20:19:23.398Z | Checking winnow v1.0.3 |
| 2153 | 2026-07-21T20:19:23.463Z | Checking bitflags v1.3.2 |
| 2154 | 2026-07-21T20:19:23.567Z | Checking zip v0.6.6 |
| 2155 | 2026-07-21T20:19:23.603Z | Checking signal-hook v0.3.18 |
| 2156 | 2026-07-21T20:19:23.640Z | Checking managed v0.8.0 |
| 2157 | 2026-07-21T20:19:23.751Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2158 | 2026-07-21T20:19:23.755Z | Checking native-tls v0.2.18 |
| 2159 | 2026-07-21T20:19:23.822Z | Checking toml v0.7.8 |
| 2160 | 2026-07-21T20:19:23.825Z | Checking toml_write v0.1.2 |
| 2161 | 2026-07-21T20:19:23.825Z | Checking globset v0.4.18 |
| 2162 | 2026-07-21T20:19:23.921Z | Checking chacha20 v0.10.0 |
| 2163 | 2026-07-21T20:19:23.924Z | Checking curve25519-dalek v4.1.3 |
| 2164 | 2026-07-21T20:19:23.990Z | Checking tokio-native-tls v0.3.1 |
| 2165 | 2026-07-21T20:19:24.076Z | Checking toml_edit v0.22.27 |
| 2166 | 2026-07-21T20:19:24.112Z | Checking object v0.37.3 |
| 2167 | 2026-07-21T20:19:24.147Z | Checking signal-hook-mio v0.2.5 |
| 2168 | 2026-07-21T20:19:24.182Z | Checking ed25519 v2.2.3 |
| 2169 | 2026-07-21T20:19:24.185Z | Checking hyper-tls v0.6.0 |
| 2170 | 2026-07-21T20:19:24.249Z | Checking ref-cast v1.0.25 |
| 2171 | 2026-07-21T20:19:24.285Z | Checking pin-project v1.1.11 |
| 2172 | 2026-07-21T20:19:24.375Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2173 | 2026-07-21T20:19:24.413Z | Checking reqwest v0.12.28 |
| 2174 | 2026-07-21T20:19:24.413Z | Checking pem v3.0.6 |
| 2175 | 2026-07-21T20:19:24.417Z | Checking fixedbitset v0.5.7 |
| 2176 | 2026-07-21T20:19:24.513Z | Checking bumpalo v3.20.2 |
| 2177 | 2026-07-21T20:19:24.517Z | Checking zstd-safe v7.2.4 |
| 2178 | 2026-07-21T20:19:24.633Z | Checking libbz2-rs-sys v0.2.2 |
| 2179 | 2026-07-21T20:19:24.670Z | Checking petgraph v0.8.3 |
| 2180 | 2026-07-21T20:19:24.738Z | Checking zopfli v0.8.3 |
| 2181 | 2026-07-21T20:19:24.742Z | Checking ed25519-dalek v2.2.0 |
| 2182 | 2026-07-21T20:19:24.742Z | Checking zstd v0.13.3 |
| 2183 | 2026-07-21T20:19:25.020Z | Checking snafu v0.8.9 |
| 2184 | 2026-07-21T20:19:25.057Z | Checking bzip2 v0.6.1 |
| 2185 | 2026-07-21T20:19:25.061Z | Checking crossterm v0.28.1 |
| 2186 | 2026-07-21T20:19:25.125Z | Checking olpc-cjson v0.1.4 |
| 2187 | 2026-07-21T20:19:25.199Z | Checking similar v2.7.0 |
| 2188 | 2026-07-21T20:19:25.235Z | Checking fs-err v3.3.0 |
| 2189 | 2026-07-21T20:19:25.271Z | Checking hash32 v0.2.1 |
| 2190 | 2026-07-21T20:19:25.307Z | Checking serde-big-array v0.5.1 |
| 2191 | 2026-07-21T20:19:25.310Z | Checking serde_plain v1.0.2 |
| 2192 | 2026-07-21T20:19:25.453Z | Checking typed-path v0.9.3 |
| 2193 | 2026-07-21T20:19:25.490Z | Checking jiff v0.2.21 |
| 2194 | 2026-07-21T20:19:25.522Z | Checking unicode-properties v0.1.4 |
| 2195 | 2026-07-21T20:19:25.560Z | Checking predicates-core v1.0.10 |
| 2196 | 2026-07-21T20:19:25.605Z | Checking unicode-bidi v0.3.18 |
| 2197 | 2026-07-21T20:19:25.712Z | Checking heapless v0.7.17 |
| 2198 | 2026-07-21T20:19:25.748Z | Checking hickory-proto v0.25.2 |
| 2199 | 2026-07-21T20:19:25.812Z | Checking byte-wrapper v0.1.0 |
| 2200 | 2026-07-21T20:19:25.927Z | Checking stringprep v0.1.5 |
| 2201 | 2026-07-21T20:19:26.041Z | Checking md-5 v0.10.6 |
| 2202 | 2026-07-21T20:19:26.110Z | Checking float-cmp v0.10.0 |
| 2203 | 2026-07-21T20:19:26.151Z | Checking fallible-iterator v0.2.0 |
| 2204 | 2026-07-21T20:19:26.208Z | Checking normalize-line-endings v0.3.0 |
| 2205 | 2026-07-21T20:19:26.244Z | Checking tough v0.22.0 |
| 2206 | 2026-07-21T20:19:26.279Z | Checking difflib v0.4.0 |
| 2207 | 2026-07-21T20:19:26.283Z | Checking smoltcp v0.9.1 |
| 2208 | 2026-07-21T20:19:26.347Z | Checking iddqd v0.4.2 |
| 2209 | 2026-07-21T20:19:26.409Z | Checking phf_shared v0.13.1 |
| 2210 | 2026-07-21T20:19:26.450Z | Checking postgres-protocol v0.6.10 |
| 2211 | 2026-07-21T20:19:26.487Z | Checking predicates v3.1.4 |
| 2212 | 2026-07-21T20:19:26.639Z | Checking phf_shared v0.11.3 |
| 2213 | 2026-07-21T20:19:26.790Z | Checking tokio-stream v0.1.18 |
| 2214 | 2026-07-21T20:19:26.828Z | Checking buf-list v1.1.2 |
| 2215 | 2026-07-21T20:19:26.831Z | Checking strum v0.27.2 |
| 2216 | 2026-07-21T20:19:26.927Z | Checking fixedbitset v0.4.2 |
| 2217 | 2026-07-21T20:19:26.997Z | Checking precomputed-hash v0.1.1 |
| 2218 | 2026-07-21T20:19:27.039Z | Checking new_debug_unreachable v1.0.6 |
| 2219 | 2026-07-21T20:19:27.106Z | Checking lalrpop-util v0.19.12 |
| 2220 | 2026-07-21T20:19:27.111Z | Checking petgraph v0.6.5 |
| 2221 | 2026-07-21T20:19:27.174Z | Checking string_cache v0.8.9 |
| 2222 | 2026-07-21T20:19:27.209Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2223 | 2026-07-21T20:19:27.274Z | Checking postgres-types v0.2.12 |
| 2224 | 2026-07-21T20:19:27.310Z | Checking phf v0.13.1 |
| 2225 | 2026-07-21T20:19:27.370Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2226 | 2026-07-21T20:19:27.488Z | Checking whoami v2.1.0 |
| 2227 | 2026-07-21T20:19:27.618Z | Checking peg-runtime v0.8.5 |
| 2228 | 2026-07-21T20:19:27.717Z | Checking tokio-postgres v0.7.16 |
| 2229 | 2026-07-21T20:19:27.754Z | Checking zip v4.6.1 |
| 2230 | 2026-07-21T20:19:27.791Z | Checking is-terminal v0.4.17 |
| 2231 | 2026-07-21T20:19:27.827Z | Checking crossbeam-channel v0.5.15 |
| 2232 | 2026-07-21T20:19:27.912Z | Checking thread_local v1.1.9 |
| 2233 | 2026-07-21T20:19:28.109Z | Compiling structmeta-derive v0.3.0 |
| 2234 | 2026-07-21T20:19:28.187Z | Checking term v1.2.1 |
| 2235 | 2026-07-21T20:19:28.290Z | Checking take_mut v0.2.2 |
| 2236 | 2026-07-21T20:19:28.350Z | Compiling newtype-uuid-macros v0.1.0 |
| 2237 | 2026-07-21T20:19:28.423Z | Checking slog-async v2.8.0 |
| 2238 | 2026-07-21T20:19:28.459Z | Checking slog-term v2.9.2 |
| 2239 | 2026-07-21T20:19:28.463Z | Compiling multer v3.1.0 |
| 2240 | 2026-07-21T20:19:28.551Z | Compiling async-stream-impl v0.3.6 |
| 2241 | 2026-07-21T20:19:28.632Z | Checking match_cfg v0.1.0 |
| 2242 | 2026-07-21T20:19:28.763Z | Checking hostname v0.3.1 |
| 2243 | 2026-07-21T20:19:28.766Z | Checking slog-json v2.6.1 |
| 2244 | 2026-07-21T20:19:28.830Z | Compiling dropshot v0.17.1 |
| 2245 | 2026-07-21T20:19:28.892Z | Compiling dropshot_endpoint v0.17.1 |
| 2246 | 2026-07-21T20:19:28.978Z | Checking slog-bunyan v2.5.0 |
| 2247 | 2026-07-21T20:19:29.030Z | Checking debug-ignore v1.0.5 |
| 2248 | 2026-07-21T20:19:29.119Z | Checking sha1 v0.11.0 |
| 2249 | 2026-07-21T20:19:29.155Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2250 | 2026-07-21T20:19:29.189Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2251 | 2026-07-21T20:19:29.193Z | Checking serde_spanned v1.1.1 |
| 2252 | 2026-07-21T20:19:29.193Z | Checking serde_path_to_error v0.1.20 |
| 2253 | 2026-07-21T20:19:29.287Z | Compiling structmeta v0.3.0 |
| 2254 | 2026-07-21T20:19:29.331Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2255 | 2026-07-21T20:19:29.366Z | Checking compression-core v0.4.31 |
| 2256 | 2026-07-21T20:19:29.400Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2257 | 2026-07-21T20:19:29.518Z | Checking compression-codecs v0.4.37 |
| 2258 | 2026-07-21T20:19:29.552Z | Checking progenitor-client v0.14.0 |
| 2259 | 2026-07-21T20:19:29.584Z | Compiling derive-ex v0.1.8 |
| 2260 | 2026-07-21T20:19:29.650Z | Checking toml v1.1.2+spec-1.1.0 |
| 2261 | 2026-07-21T20:19:29.702Z | Checking async-stream v0.3.6 |
| 2262 | 2026-07-21T20:19:29.733Z | Checking async-compression v0.4.41 |
| 2263 | 2026-07-21T20:19:29.801Z | Checking rustls-pemfile v2.2.0 |
| 2264 | 2026-07-21T20:19:29.835Z | Checking waitgroup v0.1.2 |
| 2265 | 2026-07-21T20:19:29.868Z | Checking hostname v0.4.2 |
| 2266 | 2026-07-21T20:19:29.962Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2267 | 2026-07-21T20:19:29.965Z | Checking atomicwrites v0.4.4 |
| 2268 | 2026-07-21T20:19:30.029Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2269 | 2026-07-21T20:19:30.033Z | Checking itertools v0.14.0 |
| 2270 | 2026-07-21T20:19:30.033Z | Compiling parse-display-derive v0.10.0 |
| 2271 | 2026-07-21T20:19:30.128Z | Checking macaddr v1.0.1 |
| 2272 | 2026-07-21T20:19:30.162Z | Checking regress v0.10.5 |
| 2273 | 2026-07-21T20:19:30.230Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2274 | 2026-07-21T20:19:30.267Z | Checking instant v0.1.13 |
| 2275 | 2026-07-21T20:19:30.336Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2276 | 2026-07-21T20:19:30.382Z | Checking backoff v0.4.0 |
| 2277 | 2026-07-21T20:19:30.593Z | Checking backon v1.6.0 |
| 2278 | 2026-07-21T20:19:30.632Z | Checking humantime v2.3.0 |
| 2279 | 2026-07-21T20:19:30.702Z | Checking unicode-width v0.2.0 |
| 2280 | 2026-07-21T20:19:30.785Z | Checking progenitor-extras v0.2.0 |
| 2281 | 2026-07-21T20:19:30.838Z | Compiling convert_case v0.4.0 |
| 2282 | 2026-07-21T20:19:30.980Z | Checking half v2.7.1 |
| 2283 | 2026-07-21T20:19:31.035Z | Checking heck v0.5.0 |
| 2284 | 2026-07-21T20:19:31.121Z | Checking ciborium-io v0.2.2 |
| 2285 | 2026-07-21T20:19:31.190Z | Checking secrecy v0.10.3 |
| 2286 | 2026-07-21T20:19:31.236Z | Compiling derive_more v0.99.20 |
| 2287 | 2026-07-21T20:19:31.274Z | Checking indent_write v2.2.0 |
| 2288 | 2026-07-21T20:19:31.277Z | Checking ciborium-ll v0.2.2 |
| 2289 | 2026-07-21T20:19:31.339Z | Compiling test-strategy v0.4.5 |
| 2290 | 2026-07-21T20:19:31.371Z | Checking camino-tempfile v1.4.1 |
| 2291 | 2026-07-21T20:19:31.430Z | Compiling regress v0.11.1 |
| 2292 | 2026-07-21T20:19:31.508Z | Checking ciborium v0.2.2 |
| 2293 | 2026-07-21T20:19:31.557Z | Compiling crucible-workspace-hack v0.1.0 |
| 2294 | 2026-07-21T20:19:31.620Z | Checking inout v0.1.4 |
| 2295 | 2026-07-21T20:19:31.815Z | Checking cipher v0.4.4 |
| 2296 | 2026-07-21T20:19:31.820Z | Checking parse-display v0.10.0 |
| 2297 | 2026-07-21T20:19:31.961Z | Checking universal-hash v0.5.1 |
| 2298 | 2026-07-21T20:19:31.997Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2299 | 2026-07-21T20:19:32.031Z | Checking opaque-debug v0.3.1 |
| 2300 | 2026-07-21T20:19:32.064Z | Checking chacha20 v0.9.1 |
| 2301 | 2026-07-21T20:19:32.150Z | Checking poly1305 v0.8.0 |
| 2302 | 2026-07-21T20:19:32.283Z | Checking blake2 v0.10.6 |
| 2303 | 2026-07-21T20:19:32.464Z | Checking aead v0.5.2 |
| 2304 | 2026-07-21T20:19:32.569Z | Checking password-hash v0.5.0 |
| 2305 | 2026-07-21T20:19:32.633Z | Checking chacha20poly1305 v0.10.1 |
| 2306 | 2026-07-21T20:19:32.668Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2307 | 2026-07-21T20:19:32.785Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2308 | 2026-07-21T20:19:32.825Z | Checking argon2 v0.5.3 |
| 2309 | 2026-07-21T20:19:32.860Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2310 | 2026-07-21T20:19:33.097Z | Compiling typify-impl v0.6.2 |
| 2311 | 2026-07-21T20:19:33.101Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2312 | 2026-07-21T20:19:33.186Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2313 | 2026-07-21T20:19:33.232Z | Checking thiserror-no-std v2.0.2 |
| 2314 | 2026-07-21T20:19:33.266Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2315 | 2026-07-21T20:19:33.347Z | Checking vsss-rs v3.3.4 |
| 2316 | 2026-07-21T20:19:33.449Z | Compiling unsafe-libyaml v0.2.11 |
| 2317 | 2026-07-21T20:19:33.501Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2318 | 2026-07-21T20:19:33.869Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2319 | 2026-07-21T20:19:34.243Z | Compiling serde_yaml v0.9.34+deprecated |
| 2320 | 2026-07-21T20:19:34.544Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2321 | 2026-07-21T20:19:34.636Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2322 | 2026-07-21T20:19:34.758Z | Checking swrite v0.1.0 |
| 2323 | 2026-07-21T20:19:34.877Z | Checking crossbeam-deque v0.8.6 |
| 2324 | 2026-07-21T20:19:34.914Z | Compiling rayon-core v1.13.0 |
| 2325 | 2026-07-21T20:19:34.917Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2326 | 2026-07-21T20:19:35.036Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2327 | 2026-07-21T20:19:35.175Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2328 | 2026-07-21T20:19:35.253Z | Compiling darling_core v0.21.3 |
| 2329 | 2026-07-21T20:19:35.578Z | Compiling proc-macro-error v1.0.4 |
| 2330 | 2026-07-21T20:19:35.709Z | Checking rayon v1.11.0 |
| 2331 | 2026-07-21T20:19:35.746Z | Compiling proc-macro-crate v3.4.0 |
| 2332 | 2026-07-21T20:19:35.909Z | Checking toml v0.8.23 |
| 2333 | 2026-07-21T20:19:36.253Z | Checking tabwriter v1.4.1 |
| 2334 | 2026-07-21T20:19:36.289Z | Checking glob v0.3.3 |
| 2335 | 2026-07-21T20:19:36.333Z | Compiling num_enum_derive v0.7.6 |
| 2336 | 2026-07-21T20:19:36.368Z | Compiling heapless v0.8.0 |
| 2337 | 2026-07-21T20:19:36.432Z | Checking colored v3.1.1 |
| 2338 | 2026-07-21T20:19:36.501Z | Checking hash32 v0.3.1 |
| 2339 | 2026-07-21T20:19:36.662Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2340 | 2026-07-21T20:19:36.706Z | Compiling smoltcp v0.11.0 |
| 2341 | 2026-07-21T20:19:36.996Z | Checking cobs v0.3.0 |
| 2342 | 2026-07-21T20:19:37.039Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2343 | 2026-07-21T20:19:37.129Z | Compiling usdt-macro v0.5.0 |
| 2344 | 2026-07-21T20:19:37.171Z | Compiling usdt-attr-macro v0.5.0 |
| 2345 | 2026-07-21T20:19:37.207Z | Checking memmap v0.7.0 |
| 2346 | 2026-07-21T20:19:37.364Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2347 | 2026-07-21T20:19:37.432Z | Checking num_enum v0.7.6 |
| 2348 | 2026-07-21T20:19:37.574Z | Checking postcard v1.1.3 |
| 2349 | 2026-07-21T20:19:37.655Z | Checking rand v0.10.1 |
| 2350 | 2026-07-21T20:19:37.689Z | Compiling typify-macro v0.6.2 |
| 2351 | 2026-07-21T20:19:37.740Z | Compiling darling_macro v0.21.3 |
| 2352 | 2026-07-21T20:19:37.890Z | Compiling proc-macro-crate v1.3.1 |
| 2353 | 2026-07-21T20:19:37.893Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2354 | 2026-07-21T20:19:37.978Z | Checking usdt v0.5.0 |
| 2355 | 2026-07-21T20:19:38.157Z | Checking sigpipe v0.1.3 |
| 2356 | 2026-07-21T20:19:38.192Z | Compiling foreign-types-macros v0.2.3 |
| 2357 | 2026-07-21T20:19:38.196Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2358 | 2026-07-21T20:19:38.263Z | Checking foreign-types-shared v0.3.1 |
| 2359 | 2026-07-21T20:19:38.298Z | Compiling darling v0.21.3 |
| 2360 | 2026-07-21T20:19:38.331Z | Compiling num_enum_derive v0.5.11 |
| 2361 | 2026-07-21T20:19:38.415Z | Compiling ingot-macros v0.1.1 |
| 2362 | 2026-07-21T20:19:38.607Z | Checking cstr-argument v0.1.2 |
| 2363 | 2026-07-21T20:19:38.643Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2364 | 2026-07-21T20:19:38.712Z | Compiling num-derive v0.4.2 |
| 2365 | 2026-07-21T20:19:38.755Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2366 | 2026-07-21T20:19:38.860Z | Checking foreign-types v0.5.0 |
| 2367 | 2026-07-21T20:19:38.967Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2368 | 2026-07-21T20:19:39.114Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2369 | 2026-07-21T20:19:39.241Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2370 | 2026-07-21T20:19:39.276Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2371 | 2026-07-21T20:19:39.313Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2372 | 2026-07-21T20:19:39.401Z | Checking num_enum v0.5.11 |
| 2373 | 2026-07-21T20:19:39.446Z | Compiling typify v0.6.2 |
| 2374 | 2026-07-21T20:19:39.513Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2375 | 2026-07-21T20:19:39.517Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2376 | 2026-07-21T20:19:39.581Z | Compiling progenitor-impl v0.14.0 |
| 2377 | 2026-07-21T20:19:39.613Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2378 | 2026-07-21T20:19:39.683Z | Compiling zone_cfg_derive v0.3.1 |
| 2379 | 2026-07-21T20:19:39.817Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2380 | 2026-07-21T20:19:39.946Z | Checking itertools v0.12.1 |
| 2381 | 2026-07-21T20:19:40.017Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2382 | 2026-07-21T20:19:40.298Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2383 | 2026-07-21T20:19:40.483Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2384 | 2026-07-21T20:19:40.541Z | Checking smf v0.2.3 |
| 2385 | 2026-07-21T20:19:40.576Z | Checking whoami v1.6.1 |
| 2386 | 2026-07-21T20:19:40.580Z | Compiling derive-where v1.6.0 |
| 2387 | 2026-07-21T20:19:40.732Z | Checking tokio-dtrace v0.1.1 |
| 2388 | 2026-07-21T20:19:40.777Z | Checking console v0.15.11 |
| 2389 | 2026-07-21T20:19:40.812Z | Checking newline-converter v0.3.0 |
| 2390 | 2026-07-21T20:19:40.944Z | Checking oxide-tokio-rt v0.1.4 |
| 2391 | 2026-07-21T20:19:40.979Z | Checking bytecount v0.6.9 |
| 2392 | 2026-07-21T20:19:42.016Z | Checking zone v0.3.1 |
| 2393 | 2026-07-21T20:19:42.019Z | Checking expectorate v1.2.0 |
| 2394 | 2026-07-21T20:19:42.019Z | Checking unicode-width v0.1.14 |
| 2395 | 2026-07-21T20:19:42.019Z | Checking num-rational v0.4.2 |
| 2396 | 2026-07-21T20:19:42.020Z | Checking num-complex v0.4.6 |
| 2397 | 2026-07-21T20:19:42.020Z | Checking ingot-types v0.1.2 |
| 2398 | 2026-07-21T20:19:42.020Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2399 | 2026-07-21T20:19:42.020Z | Checking float-ord v0.3.2 |
| 2400 | 2026-07-21T20:19:42.020Z | Compiling cancel-safe-futures v0.1.5 |
| 2401 | 2026-07-21T20:19:42.020Z | Checking linear-map v1.2.0 |
| 2402 | 2026-07-21T20:19:42.020Z | Checking num v0.4.3 |
| 2403 | 2026-07-21T20:19:42.020Z | Checking ingot v0.1.1 |
| 2404 | 2026-07-21T20:19:42.020Z | Checking gethostname v0.5.0 |
| 2405 | 2026-07-21T20:19:42.020Z | Compiling prettyplease v0.2.37 |
| 2406 | 2026-07-21T20:19:42.020Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2407 | 2026-07-21T20:19:42.020Z | Checking oxide-update-engine-types v0.1.2 |
| 2408 | 2026-07-21T20:19:42.051Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2409 | 2026-07-21T20:19:42.167Z | Compiling progenitor-macro v0.14.0 |
| 2410 | 2026-07-21T20:19:42.239Z | Checking resolv-conf v0.7.6 |
| 2411 | 2026-07-21T20:19:42.296Z | Compiling owo-colors v4.3.0 |
| 2412 | 2026-07-21T20:19:42.449Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2413 | 2026-07-21T20:19:42.861Z | Checking oxide-update-engine v0.1.2 |
| 2414 | 2026-07-21T20:19:43.197Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2415 | 2026-07-21T20:19:43.276Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2416 | 2026-07-21T20:19:43.311Z | Checking smawk v0.3.2 |
| 2417 | 2026-07-21T20:19:43.315Z | Checking unicode-linebreak v0.1.5 |
| 2418 | 2026-07-21T20:19:43.400Z | Checking papergrid v0.11.0 |
| 2419 | 2026-07-21T20:19:43.506Z | Compiling tabled_derive v0.7.0 |
| 2420 | 2026-07-21T20:19:43.604Z | Compiling convert_case v0.10.0 |
| 2421 | 2026-07-21T20:19:43.836Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2422 | 2026-07-21T20:19:43.946Z | Compiling slog-dtrace v0.3.0 |
| 2423 | 2026-07-21T20:19:44.089Z | Compiling derive_more-impl v2.1.1 |
| 2424 | 2026-07-21T20:19:44.278Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2425 | 2026-07-21T20:19:44.317Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2426 | 2026-07-21T20:19:44.478Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2427 | 2026-07-21T20:19:44.578Z | Checking tabled v0.15.0 |
| 2428 | 2026-07-21T20:19:44.972Z | Checking derive_more v2.1.1 |
| 2429 | 2026-07-21T20:19:45.111Z | Checking crossterm v0.29.0 |
| 2430 | 2026-07-21T20:19:45.275Z | Checking linked-hash-map v0.5.6 |
| 2431 | 2026-07-21T20:19:45.474Z | Checking lru-cache v0.1.2 |
| 2432 | 2026-07-21T20:19:45.572Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2433 | 2026-07-21T20:19:45.881Z | Checking hickory-proto v0.24.4 |
| 2434 | 2026-07-21T20:19:45.934Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2435 | 2026-07-21T20:19:45.968Z | Checking fd-lock v4.0.4 |
| 2436 | 2026-07-21T20:19:46.521Z | Checking vte v0.14.1 |
| 2437 | 2026-07-21T20:19:46.821Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2438 | 2026-07-21T20:19:46.856Z | Checking display-error-chain v0.2.2 |
| 2439 | 2026-07-21T20:19:46.998Z | Checking strip-ansi-escapes v0.2.1 |
| 2440 | 2026-07-21T20:19:47.066Z | Checking progenitor v0.14.0 |
| 2441 | 2026-07-21T20:19:47.223Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2442 | 2026-07-21T20:19:47.368Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2443 | 2026-07-21T20:19:48.142Z | Checking nu-ansi-term v0.50.3 |
| 2444 | 2026-07-21T20:19:48.147Z | Checking termtree v0.5.1 |
| 2445 | 2026-07-21T20:19:48.335Z | Checking hickory-resolver v0.24.4 |
| 2446 | 2026-07-21T20:19:48.370Z | Checking textwrap v0.16.2 |
| 2447 | 2026-07-21T20:19:48.435Z | Checking reedline v0.40.0 |
| 2448 | 2026-07-21T20:19:48.551Z | Compiling minimal-lexical v0.2.1 |
| 2449 | 2026-07-21T20:19:48.652Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2450 | 2026-07-21T20:19:48.841Z | Compiling nom v7.1.3 |
| 2451 | 2026-07-21T20:19:49.020Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2452 | 2026-07-21T20:19:49.122Z | Checking qorb v0.4.1 |
| 2453 | 2026-07-21T20:19:49.159Z | Compiling unicode-xid v0.2.6 |
| 2454 | 2026-07-21T20:19:49.317Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2455 | 2026-07-21T20:19:49.624Z | Compiling ar_archive_writer v0.5.1 |
| 2456 | 2026-07-21T20:19:49.657Z | Checking csv-core v0.1.13 |
| 2457 | 2026-07-21T20:19:49.865Z | Checking csv v1.4.0 |
| 2458 | 2026-07-21T20:19:49.936Z | Compiling stacker v0.1.23 |
| 2459 | 2026-07-21T20:19:50.257Z | Checking highway v1.3.0 |
| 2460 | 2026-07-21T20:19:50.260Z | Compiling cfg_aliases v0.1.1 |
| 2461 | 2026-07-21T20:19:50.321Z | Compiling semver v0.1.20 |
| 2462 | 2026-07-21T20:19:50.398Z | Compiling nix v0.28.0 |
| 2463 | 2026-07-21T20:19:50.433Z | Checking nibble_vec v0.1.0 |
| 2464 | 2026-07-21T20:19:50.488Z | Compiling psm v0.1.30 |
| 2465 | 2026-07-21T20:19:50.523Z | Checking endian-type v0.1.2 |
| 2466 | 2026-07-21T20:19:50.589Z | Compiling rustc_version v0.1.7 |
| 2467 | 2026-07-21T20:19:50.638Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2468 | 2026-07-21T20:19:50.680Z | Checking radix_trie v0.2.1 |
| 2469 | 2026-07-21T20:19:50.838Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2470 | 2026-07-21T20:19:50.873Z | Compiling newtype_derive v0.1.6 |
| 2471 | 2026-07-21T20:19:50.905Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2472 | 2026-07-21T20:19:50.938Z | Checking phf_shared v0.12.1 |
| 2473 | 2026-07-21T20:19:51.105Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2474 | 2026-07-21T20:19:51.105Z | Compiling chrono-tz v0.10.4 |
| 2475 | 2026-07-21T20:19:51.416Z | Checking phf v0.12.1 |
| 2476 | 2026-07-21T20:19:51.483Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2477 | 2026-07-21T20:19:51.483Z | Compiling const_format_proc_macros v0.2.34 |
| 2478 | 2026-07-21T20:19:51.548Z | Compiling peg-macros v0.8.5 |
| 2479 | 2026-07-21T20:19:51.584Z | Checking winnow v0.6.26 |
| 2480 | 2026-07-21T20:19:51.619Z | Checking recursive v0.1.1 |
| 2481 | 2026-07-21T20:19:51.745Z | Checking nom v8.0.0 |
| 2482 | 2026-07-21T20:19:52.029Z | Compiling sqlparser_derive v0.5.0 |
| 2483 | 2026-07-21T20:19:52.386Z | Checking unicode_categories v0.1.1 |
| 2484 | 2026-07-21T20:19:52.421Z | Checking home v0.5.12 |
| 2485 | 2026-07-21T20:19:52.598Z | Checking rustyline v14.0.0 |
| 2486 | 2026-07-21T20:19:52.602Z | Checking const_format v0.2.35 |
| 2487 | 2026-07-21T20:19:52.758Z | Checking sqlformat v0.3.5 |
| 2488 | 2026-07-21T20:19:52.840Z | Checking sqlparser v0.61.0 |
| 2489 | 2026-07-21T20:19:52.953Z | Checking peg v0.8.5 |
| 2490 | 2026-07-21T20:19:53.157Z | Checking bcs v0.1.6 |
| 2491 | 2026-07-21T20:19:53.217Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2492 | 2026-07-21T20:19:53.317Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2493 | 2026-07-21T20:19:53.351Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2494 | 2026-07-21T20:19:53.417Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2495 | 2026-07-21T20:19:53.559Z | Checking steno v0.4.1 |
| 2496 | 2026-07-21T20:19:53.740Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2497 | 2026-07-21T20:19:53.891Z | Checking sha1 v0.10.6 |
| 2498 | 2026-07-21T20:19:53.962Z | Checking filetime v0.2.27 |
| 2499 | 2026-07-21T20:19:54.092Z | Checking xattr v1.6.1 |
| 2500 | 2026-07-21T20:19:54.131Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2501 | 2026-07-21T20:19:54.256Z | Checking tar v0.4.46 |
| 2502 | 2026-07-21T20:19:54.464Z | Checking base64 v0.21.7 |
| 2503 | 2026-07-21T20:19:54.645Z | Checking subprocess v0.2.15 |
| 2504 | 2026-07-21T20:19:54.684Z | Checking headers-core v0.3.0 |
| 2505 | 2026-07-21T20:19:54.745Z | Checking yasna v0.5.2 |
| 2506 | 2026-07-21T20:19:54.822Z | Checking headers v0.4.1 |
| 2507 | 2026-07-21T20:19:54.971Z | Checking port-file v0.1.0 |
| 2508 | 2026-07-21T20:19:55.167Z | Checking rcgen v0.12.1 |
| 2509 | 2026-07-21T20:19:55.202Z | Checking dropshot-api-manager-types v0.7.2 |
| 2510 | 2026-07-21T20:19:55.324Z | Checking tagptr v0.2.0 |
| 2511 | 2026-07-21T20:19:55.394Z | Checking utf-8 v0.7.6 |
| 2512 | 2026-07-21T20:19:55.493Z | Checking moka v0.12.13 |
| 2513 | 2026-07-21T20:19:55.527Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2514 | 2026-07-21T20:19:55.560Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2515 | 2026-07-21T20:19:55.703Z | Checking tungstenite v0.21.0 |
| 2516 | 2026-07-21T20:19:55.961Z | Compiling radium v0.7.0 |
| 2517 | 2026-07-21T20:19:56.059Z | Compiling libefi-sys v0.1.0 |
| 2518 | 2026-07-21T20:19:56.145Z | Checking tokio-tungstenite v0.21.0 |
| 2519 | 2026-07-21T20:19:56.180Z | Checking hickory-resolver v0.25.2 |
| 2520 | 2026-07-21T20:19:56.299Z | Compiling maybe-uninit v2.0.0 |
| 2521 | 2026-07-21T20:19:56.452Z | Checking tap v1.0.1 |
| 2522 | 2026-07-21T20:19:56.588Z | Checking wyz v0.5.1 |
| 2523 | 2026-07-21T20:19:56.846Z | Compiling bitfield-struct v0.6.2 |
| 2524 | 2026-07-21T20:19:56.908Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2525 | 2026-07-21T20:19:56.966Z | Compiling zerocopy-derive v0.6.6 |
| 2526 | 2026-07-21T20:19:57.390Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2527 | 2026-07-21T20:19:57.426Z | Checking funty v2.0.0 |
| 2528 | 2026-07-21T20:19:57.461Z | Checking crc-catalog v2.4.0 |
| 2529 | 2026-07-21T20:19:57.510Z | Compiling packed_struct v0.10.1 |
| 2530 | 2026-07-21T20:19:57.581Z | Checking crc v3.4.0 |
| 2531 | 2026-07-21T20:19:57.660Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2532 | 2026-07-21T20:19:57.768Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2533 | 2026-07-21T20:19:57.802Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2534 | 2026-07-21T20:19:57.805Z | Checking bitvec v1.0.1 |
| 2535 | 2026-07-21T20:19:57.899Z | Checking zerocopy v0.6.6 |
| 2536 | 2026-07-21T20:19:57.997Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2537 | 2026-07-21T20:19:58.059Z | Compiling packed_struct_codegen v0.10.1 |
| 2538 | 2026-07-21T20:19:58.131Z | Compiling bitfield-macros v0.19.4 |
| 2539 | 2026-07-21T20:19:58.165Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2540 | 2026-07-21T20:19:58.211Z | Compiling indexmap v1.9.3 |
| 2541 | 2026-07-21T20:19:58.445Z | Checking nodrop v0.1.14 |
| 2542 | 2026-07-21T20:19:58.606Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2543 | 2026-07-21T20:19:58.712Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2544 | 2026-07-21T20:19:58.914Z | Checking bitfield v0.19.4 |
| 2545 | 2026-07-21T20:19:58.982Z | Checking array-init v0.0.4 |
| 2546 | 2026-07-21T20:19:59.208Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2547 | 2026-07-21T20:19:59.241Z | Checking smallvec v0.6.14 |
| 2548 | 2026-07-21T20:19:59.311Z | Checking hashbrown v0.12.3 |
| 2549 | 2026-07-21T20:19:59.384Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2550 | 2026-07-21T20:19:59.463Z | Checking serde-hex v0.1.0 |
| 2551 | 2026-07-21T20:19:59.572Z | Checking ron v0.8.1 |
| 2552 | 2026-07-21T20:19:59.787Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2553 | 2026-07-21T20:20:00.104Z | Checking hashbrown v0.13.2 |
| 2554 | 2026-07-21T20:20:00.138Z | Checking crc-any v2.5.0 |
| 2555 | 2026-07-21T20:20:00.347Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2556 | 2026-07-21T20:20:00.380Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2557 | 2026-07-21T20:20:00.545Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2558 | 2026-07-21T20:20:00.578Z | Checking object v0.30.4 |
| 2559 | 2026-07-21T20:20:00.933Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2560 | 2026-07-21T20:20:00.975Z | Checking path-slash v0.1.5 |
| 2561 | 2026-07-21T20:20:01.050Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2562 | 2026-07-21T20:20:01.108Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2563 | 2026-07-21T20:20:01.195Z | Compiling xshell-macros v0.2.7 |
| 2564 | 2026-07-21T20:20:01.592Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2565 | 2026-07-21T20:20:01.630Z | Checking xshell v0.2.7 |
| 2566 | 2026-07-21T20:20:01.945Z | Checking half v1.8.3 |
| 2567 | 2026-07-21T20:20:01.991Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2568 | 2026-07-21T20:20:02.024Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2569 | 2026-07-21T20:20:02.167Z | Checking serde_cbor v0.11.2 |
| 2570 | 2026-07-21T20:20:02.263Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2571 | 2026-07-21T20:20:02.582Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2572 | 2026-07-21T20:20:02.700Z | Compiling proc-macro-error2 v2.0.1 |
| 2573 | 2026-07-21T20:20:02.734Z | Compiling num-derive v0.3.3 |
| 2574 | 2026-07-21T20:20:02.805Z | Checking maplit v1.0.2 |
| 2575 | 2026-07-21T20:20:02.808Z | Checking papergrid v0.17.0 |
| 2576 | 2026-07-21T20:20:02.918Z | Checking testing_table v0.3.0 |
| 2577 | 2026-07-21T20:20:03.037Z | Compiling tabled_derive v0.11.0 |
| 2578 | 2026-07-21T20:20:03.069Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2579 | 2026-07-21T20:20:03.450Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2580 | 2026-07-21T20:20:03.607Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2581 | 2026-07-21T20:20:03.688Z | Compiling progenitor-impl v0.13.0 |
| 2582 | 2026-07-21T20:20:03.722Z | Checking libscf-sys v1.1.0 |
| 2583 | 2026-07-21T20:20:03.880Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2584 | 2026-07-21T20:20:04.014Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2585 | 2026-07-21T20:20:04.117Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2586 | 2026-07-21T20:20:04.293Z | Checking tabled v0.20.0 |
| 2587 | 2026-07-21T20:20:04.435Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2588 | 2026-07-21T20:20:04.526Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2589 | 2026-07-21T20:20:04.839Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2590 | 2026-07-21T20:20:05.066Z | Checking progenitor-client v0.13.0 |
| 2591 | 2026-07-21T20:20:05.337Z | Checking crc8 v0.1.1 |
| 2592 | 2026-07-21T20:20:05.469Z | Checking unicase v2.9.0 |
| 2593 | 2026-07-21T20:20:05.560Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2594 | 2026-07-21T20:20:05.660Z | Checking fxhash v0.2.1 |
| 2595 | 2026-07-21T20:20:05.800Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2596 | 2026-07-21T20:20:05.835Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2597 | 2026-07-21T20:20:06.279Z | Compiling vergen-lib v0.1.6 |
| 2598 | 2026-07-21T20:20:06.312Z | Compiling progenitor-macro v0.13.0 |
| 2599 | 2026-07-21T20:20:06.346Z | Compiling diesel_derives v2.3.7 |
| 2600 | 2026-07-21T20:20:06.460Z | Compiling dsl_auto_type v0.2.0 |
| 2601 | 2026-07-21T20:20:06.543Z | Checking scheduled-thread-pool v0.2.7 |
| 2602 | 2026-07-21T20:20:06.606Z | Compiling vergen-gitcl v1.0.8 |
| 2603 | 2026-07-21T20:20:06.643Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2604 | 2026-07-21T20:20:06.711Z | Checking r2d2 v0.8.10 |
| 2605 | 2026-07-21T20:20:06.770Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2606 | 2026-07-21T20:20:06.878Z | Checking downcast-rs v2.0.2 |
| 2607 | 2026-07-21T20:20:06.944Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2608 | 2026-07-21T20:20:07.002Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2609 | 2026-07-21T20:20:07.129Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2610 | 2026-07-21T20:20:07.277Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2611 | 2026-07-21T20:20:07.406Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2612 | 2026-07-21T20:20:07.457Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2613 | 2026-07-21T20:20:07.492Z | Checking kstat-rs v0.2.4 |
| 2614 | 2026-07-21T20:20:07.524Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2615 | 2026-07-21T20:20:07.528Z | Checking arc-swap v1.8.2 |
| 2616 | 2026-07-21T20:20:07.681Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2617 | 2026-07-21T20:20:07.714Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2618 | 2026-07-21T20:20:07.786Z | Checking slog-scope v4.4.1 |
| 2619 | 2026-07-21T20:20:07.953Z | Compiling dirs-sys-next v0.1.2 |
| 2620 | 2026-07-21T20:20:08.004Z | Compiling parking_lot_core v0.8.6 |
| 2621 | 2026-07-21T20:20:08.273Z | Compiling crunchy v0.2.4 |
| 2622 | 2026-07-21T20:20:08.305Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2623 | 2026-07-21T20:20:08.377Z | Compiling dirs-next v2.0.0 |
| 2624 | 2026-07-21T20:20:08.436Z | Checking slog-stdlog v4.1.1 |
| 2625 | 2026-07-21T20:20:08.560Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2626 | 2026-07-21T20:20:08.594Z | Compiling clang-sys v1.8.1 |
| 2627 | 2026-07-21T20:20:08.672Z | Compiling git-stub v1.0.0 |
| 2628 | 2026-07-21T20:20:08.964Z | Compiling tiny-keccak v2.0.2 |
| 2629 | 2026-07-21T20:20:09.045Z | Compiling git-stub-vcs v0.1.0 |
| 2630 | 2026-07-21T20:20:09.237Z | Checking slog-envlogger v2.2.0 |
| 2631 | 2026-07-21T20:20:09.270Z | Compiling term v0.7.0 |
| 2632 | 2026-07-21T20:20:09.419Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2633 | 2026-07-21T20:20:09.453Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2634 | 2026-07-21T20:20:09.529Z | Compiling bit-vec v0.6.3 |
| 2635 | 2026-07-21T20:20:09.696Z | Compiling ascii-canvas v3.0.0 |
| 2636 | 2026-07-21T20:20:09.733Z | Compiling bit-set v0.5.3 |
| 2637 | 2026-07-21T20:20:09.781Z | Checking parking_lot v0.11.2 |
| 2638 | 2026-07-21T20:20:09.851Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2639 | 2026-07-21T20:20:09.855Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2640 | 2026-07-21T20:20:09.962Z | Checking prefix-trie v0.7.0 |
| 2641 | 2026-07-21T20:20:09.999Z | Compiling itertools v0.10.5 |
| 2642 | 2026-07-21T20:20:10.196Z | Compiling ena v0.14.4 |
| 2643 | 2026-07-21T20:20:10.322Z | Compiling libloading v0.8.9 |
| 2644 | 2026-07-21T20:20:10.352Z | Compiling bindgen v0.71.1 |
| 2645 | 2026-07-21T20:20:10.356Z | Compiling diff v0.1.13 |
| 2646 | 2026-07-21T20:20:10.438Z | Compiling regex-syntax v0.6.29 |
| 2647 | 2026-07-21T20:20:10.729Z | Checking hickory-server v0.25.2 |
| 2648 | 2026-07-21T20:20:10.867Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2649 | 2026-07-21T20:20:11.094Z | Checking sled v0.34.7 |
| 2650 | 2026-07-21T20:20:11.196Z | Checking progenitor v0.13.0 |
| 2651 | 2026-07-21T20:20:11.367Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2652 | 2026-07-21T20:20:11.484Z | Compiling cexpr v0.6.0 |
| 2653 | 2026-07-21T20:20:11.974Z | Compiling lalrpop v0.19.12 |
| 2654 | 2026-07-21T20:20:12.169Z | Checking nanorand v0.7.0 |
| 2655 | 2026-07-21T20:20:12.330Z | Compiling rustc-hash v2.1.1 |
| 2656 | 2026-07-21T20:20:12.397Z | Compiling salty v0.3.0 |
| 2657 | 2026-07-21T20:20:12.400Z | Checking diesel v2.3.7 |
| 2658 | 2026-07-21T20:20:12.526Z | Checking flume v0.11.1 |
| 2659 | 2026-07-21T20:20:12.746Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2660 | 2026-07-21T20:20:12.788Z | Compiling libxml v0.3.3 |
| 2661 | 2026-07-21T20:20:13.042Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2662 | 2026-07-21T20:20:13.296Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2663 | 2026-07-21T20:20:13.725Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2664 | 2026-07-21T20:20:13.958Z | Compiling strum_macros v0.24.3 |
| 2665 | 2026-07-21T20:20:14.239Z | Compiling fs-err v2.11.0 |
| 2666 | 2026-07-21T20:20:14.407Z | Compiling indoc v1.0.9 |
| 2667 | 2026-07-21T20:20:14.899Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2668 | 2026-07-21T20:20:15.139Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2669 | 2026-07-21T20:20:15.218Z | Checking quick-xml v0.37.5 |
| 2670 | 2026-07-21T20:20:15.397Z | Checking derive_builder v0.20.2 |
| 2671 | 2026-07-21T20:20:15.515Z | Compiling oso-derive v0.27.3 |
| 2672 | 2026-07-21T20:20:15.548Z | Compiling trait-variant v0.1.2 |
| 2673 | 2026-07-21T20:20:16.038Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2674 | 2026-07-21T20:20:16.120Z | Checking openssl-probe v0.1.6 |
| 2675 | 2026-07-21T20:20:16.153Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2676 | 2026-07-21T20:20:16.509Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2677 | 2026-07-21T20:20:16.960Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2678 | 2026-07-21T20:20:17.610Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2679 | 2026-07-21T20:20:17.757Z | Checking rfc6979 v0.4.0 |
| 2680 | 2026-07-21T20:20:17.917Z | Checking assert_matches v1.5.0 |
| 2681 | 2026-07-21T20:20:17.965Z | Checking parse-size v1.1.0 |
| 2682 | 2026-07-21T20:20:17.998Z | Checking ecdsa v0.16.9 |
| 2683 | 2026-07-21T20:20:18.030Z | Checking primeorder v0.13.6 |
| 2684 | 2026-07-21T20:20:18.114Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2685 | 2026-07-21T20:20:18.301Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2686 | 2026-07-21T20:20:18.374Z | Checking p384 v0.13.1 |
| 2687 | 2026-07-21T20:20:18.566Z | Checking predicates-tree v1.0.13 |
| 2688 | 2026-07-21T20:20:18.719Z | Checking bb8 v0.8.6 |
| 2689 | 2026-07-21T20:20:19.008Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2690 | 2026-07-21T20:20:19.043Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2691 | 2026-07-21T20:20:19.109Z | Compiling mime_guess v2.0.5 |
| 2692 | 2026-07-21T20:20:19.151Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2693 | 2026-07-21T20:20:19.330Z | Checking http-range v0.1.5 |
| 2694 | 2026-07-21T20:20:19.490Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2695 | 2026-07-21T20:20:19.605Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2696 | 2026-07-21T20:20:19.641Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2697 | 2026-07-21T20:20:19.753Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2698 | 2026-07-21T20:20:19.866Z | Checking atty v0.2.14 |
| 2699 | 2026-07-21T20:20:19.908Z | Checking nonempty v0.12.0 |
| 2700 | 2026-07-21T20:20:19.942Z | Checking corncobs v0.1.4 |
| 2701 | 2026-07-21T20:20:19.992Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2702 | 2026-07-21T20:20:20.105Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2703 | 2026-07-21T20:20:20.108Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2704 | 2026-07-21T20:20:20.366Z | Checking ignore v0.4.25 |
| 2705 | 2026-07-21T20:20:20.402Z | Checking secrecy v0.8.0 |
| 2706 | 2026-07-21T20:20:20.434Z | Checking hyper-staticfile v0.10.1 |
| 2707 | 2026-07-21T20:20:20.749Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2708 | 2026-07-21T20:20:20.783Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2709 | 2026-07-21T20:20:20.815Z | Checking globwalk v0.9.1 |
| 2710 | 2026-07-21T20:20:21.028Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2711 | 2026-07-21T20:20:21.103Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2712 | 2026-07-21T20:20:21.160Z | Checking camino-tempfile-ext v0.3.3 |
| 2713 | 2026-07-21T20:20:21.265Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2714 | 2026-07-21T20:20:21.383Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2715 | 2026-07-21T20:20:21.417Z | Checking signal-hook-tokio v0.3.1 |
| 2716 | 2026-07-21T20:20:21.578Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2717 | 2026-07-21T20:20:21.767Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2718 | 2026-07-21T20:20:21.867Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2719 | 2026-07-21T20:20:22.048Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2720 | 2026-07-21T20:20:22.259Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2721 | 2026-07-21T20:20:22.580Z | Checking illumos-nvpair v0.3.0 |
| 2722 | 2026-07-21T20:20:22.614Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2723 | 2026-07-21T20:20:22.656Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2724 | 2026-07-21T20:20:22.777Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2725 | 2026-07-21T20:20:22.811Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2726 | 2026-07-21T20:20:23.009Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2727 | 2026-07-21T20:20:23.044Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2728 | 2026-07-21T20:20:23.076Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2729 | 2026-07-21T20:20:23.080Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2730 | 2026-07-21T20:20:23.526Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2731 | 2026-07-21T20:20:23.734Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2732 | 2026-07-21T20:20:24.816Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2733 | 2026-07-21T20:20:24.866Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2734 | 2026-07-21T20:20:25.056Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2735 | 2026-07-21T20:20:25.567Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2736 | 2026-07-21T20:20:25.778Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2737 | 2026-07-21T20:20:25.813Z | Checking tungstenite v0.23.0 |
| 2738 | 2026-07-21T20:20:26.003Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2739 | 2026-07-21T20:20:26.066Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2740 | 2026-07-21T20:20:26.189Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2741 | 2026-07-21T20:20:26.275Z | Checking tokio-tungstenite v0.23.1 |
| 2742 | 2026-07-21T20:20:26.484Z | Checking rand_seeder v0.4.0 |
| 2743 | 2026-07-21T20:20:26.560Z | Checking void v1.0.2 |
| 2744 | 2026-07-21T20:20:26.594Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2745 | 2026-07-21T20:20:26.658Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2746 | 2026-07-21T20:20:26.697Z | Checking lzss v0.8.2 |
| 2747 | 2026-07-21T20:20:26.787Z | Checking async-bb8-diesel v0.2.1 |
| 2748 | 2026-07-21T20:20:26.893Z | Checking diesel-dtrace v0.5.0 |
| 2749 | 2026-07-21T20:20:26.931Z | Checking nix v0.27.1 |
| 2750 | 2026-07-21T20:20:27.161Z | Checking serde_bytes v0.11.19 |
| 2751 | 2026-07-21T20:20:27.230Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2752 | 2026-07-21T20:20:27.272Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2753 | 2026-07-21T20:20:27.370Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2754 | 2026-07-21T20:20:27.465Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2755 | 2026-07-21T20:20:27.970Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2756 | 2026-07-21T20:20:28.134Z | Checking yansi v1.0.1 |
| 2757 | 2026-07-21T20:20:28.268Z | Checking is_ci v1.2.0 |
| 2758 | 2026-07-21T20:20:28.322Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2759 | 2026-07-21T20:20:28.435Z | Checking cpubits v0.1.1 |
| 2760 | 2026-07-21T20:20:28.548Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2761 | 2026-07-21T20:20:28.580Z | Checking pretty_assertions v1.4.1 |
| 2762 | 2026-07-21T20:20:28.748Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2763 | 2026-07-21T20:20:28.833Z | Checking pem-rfc7468 v1.0.0 |
| 2764 | 2026-07-21T20:20:28.872Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2765 | 2026-07-21T20:20:29.026Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2766 | 2026-07-21T20:20:29.294Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2767 | 2026-07-21T20:20:29.542Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2768 | 2026-07-21T20:20:29.901Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2769 | 2026-07-21T20:20:30.312Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2770 | 2026-07-21T20:20:30.348Z | Checking hmac v0.13.0 |
| 2771 | 2026-07-21T20:20:30.412Z | Checking sha2 v0.11.0 |
| 2772 | 2026-07-21T20:20:30.543Z | Checking universal-hash v0.6.1 |
| 2773 | 2026-07-21T20:20:30.709Z | Compiling libz-sys v1.1.24 |
| 2774 | 2026-07-21T20:20:31.119Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2775 | 2026-07-21T20:20:31.152Z | Compiling instability v0.3.11 |
| 2776 | 2026-07-21T20:20:31.217Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2777 | 2026-07-21T20:20:31.283Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2778 | 2026-07-21T20:20:31.436Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2779 | 2026-07-21T20:20:31.509Z | Checking castaway v0.2.4 |
| 2780 | 2026-07-21T20:20:31.651Z | Compiling indoc v2.0.7 |
| 2781 | 2026-07-21T20:20:31.749Z | Checking compact_str v0.8.1 |
| 2782 | 2026-07-21T20:20:32.157Z | Checking polyval v0.7.1 |
| 2783 | 2026-07-21T20:20:32.398Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2784 | 2026-07-21T20:20:32.630Z | Checking der v0.8.0 |
| 2785 | 2026-07-21T20:20:32.691Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2786 | 2026-07-21T20:20:32.910Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2787 | 2026-07-21T20:20:32.942Z | Checking unicode-truncate v1.1.0 |
| 2788 | 2026-07-21T20:20:33.093Z | Checking lru v0.12.5 |
| 2789 | 2026-07-21T20:20:33.126Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2790 | 2026-07-21T20:20:33.159Z | Checking cassowary v0.3.0 |
| 2791 | 2026-07-21T20:20:33.374Z | Checking ghash v0.6.0 |
| 2792 | 2026-07-21T20:20:33.407Z | Checking ratatui v0.29.0 |
| 2793 | 2026-07-21T20:20:33.540Z | Checking pbkdf2 v0.13.0 |
| 2794 | 2026-07-21T20:20:33.655Z | Checking aes v0.9.1 |
| 2795 | 2026-07-21T20:20:33.691Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2796 | 2026-07-21T20:20:34.105Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2797 | 2026-07-21T20:20:34.357Z | Checking ctr v0.10.1 |
| 2798 | 2026-07-21T20:20:34.566Z | Checking aead v0.6.1 |
| 2799 | 2026-07-21T20:20:34.741Z | Checking cargo-platform v0.3.2 |
| 2800 | 2026-07-21T20:20:34.776Z | Checking aes-gcm v0.11.0 |
| 2801 | 2026-07-21T20:20:34.918Z | Checking spki v0.8.0 |
| 2802 | 2026-07-21T20:20:34.952Z | Checking cargo_metadata v0.23.1 |
| 2803 | 2026-07-21T20:20:34.986Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2804 | 2026-07-21T20:20:35.122Z | Checking crypto-bigint v0.7.5 |
| 2805 | 2026-07-21T20:20:35.747Z | Checking supports-color v3.0.2 |
| 2806 | 2026-07-21T20:20:35.912Z | Checking console v0.16.2 |
| 2807 | 2026-07-21T20:20:36.253Z | Checking salsa20 v0.11.0 |
| 2808 | 2026-07-21T20:20:36.391Z | Checking cbc v0.2.1 |
| 2809 | 2026-07-21T20:20:36.431Z | Compiling vergen-git2 v9.1.0 |
| 2810 | 2026-07-21T20:20:36.563Z | Checking unit-prefix v0.5.2 |
| 2811 | 2026-07-21T20:20:36.667Z | Checking plotters-backend v0.3.7 |
| 2812 | 2026-07-21T20:20:36.724Z | Checking indicatif v0.18.4 |
| 2813 | 2026-07-21T20:20:36.902Z | Checking plotters-svg v0.3.7 |
| 2814 | 2026-07-21T20:20:37.121Z | Checking scrypt v0.12.0 |
| 2815 | 2026-07-21T20:20:37.173Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2816 | 2026-07-21T20:20:37.317Z | Checking libsw-core v0.3.2 |
| 2817 | 2026-07-21T20:20:37.395Z | Checking cast v0.3.0 |
| 2818 | 2026-07-21T20:20:37.477Z | Checking pkcs5 v0.8.1 |
| 2819 | 2026-07-21T20:20:37.508Z | Checking libsw v3.5.0 |
| 2820 | 2026-07-21T20:20:37.579Z | Checking criterion-plot v0.6.0 |
| 2821 | 2026-07-21T20:20:37.692Z | Checking plotters v0.3.7 |
| 2822 | 2026-07-21T20:20:37.801Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2823 | 2026-07-21T20:20:37.853Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2824 | 2026-07-21T20:20:38.095Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2825 | 2026-07-21T20:20:38.339Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2826 | 2026-07-21T20:20:38.463Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2827 | 2026-07-21T20:20:38.591Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2828 | 2026-07-21T20:20:38.707Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2829 | 2026-07-21T20:20:38.829Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2830 | 2026-07-21T20:20:38.861Z | Checking colored v2.2.0 |
| 2831 | 2026-07-21T20:20:38.950Z | Checking tinytemplate v1.2.1 |
| 2832 | 2026-07-21T20:20:39.088Z | Checking anes v0.1.6 |
| 2833 | 2026-07-21T20:20:39.196Z | Checking shell-words v1.1.1 |
| 2834 | 2026-07-21T20:20:39.299Z | Checking oorandom v11.1.5 |
| 2835 | 2026-07-21T20:20:39.442Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2836 | 2026-07-21T20:20:39.476Z | Checking criterion v0.7.0 |
| 2837 | 2026-07-21T20:20:39.692Z | Checking pkcs8 v0.11.0 |
| 2838 | 2026-07-21T20:20:39.922Z | Checking oxide-update-engine-display v0.1.2 |
| 2839 | 2026-07-21T20:20:40.253Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2840 | 2026-07-21T20:20:40.713Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2841 | 2026-07-21T20:20:41.521Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2842 | 2026-07-21T20:20:42.063Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2843 | 2026-07-21T20:20:42.843Z | Checking tokio-test v0.4.5 |
| 2844 | 2026-07-21T20:20:43.086Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2845 | 2026-07-21T20:20:43.328Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2846 | 2026-07-21T20:20:43.667Z | Checking twox-hash v2.1.2 |
| 2847 | 2026-07-21T20:20:43.752Z | Checking ff v0.14.0 |
| 2848 | 2026-07-21T20:20:43.921Z | Checking arrayref v0.3.9 |
| 2849 | 2026-07-21T20:20:43.994Z | Checking constant_time_eq v0.4.2 |
| 2850 | 2026-07-21T20:20:44.028Z | Checking arrayvec v0.7.6 |
| 2851 | 2026-07-21T20:20:44.211Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2852 | 2026-07-21T20:20:44.248Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2853 | 2026-07-21T20:20:44.416Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2854 | 2026-07-21T20:20:44.931Z | Checking fatfs v0.3.6 |
| 2855 | 2026-07-21T20:20:45.411Z | Checking signature v3.0.0 |
| 2856 | 2026-07-21T20:20:45.445Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2857 | 2026-07-21T20:20:45.542Z | Checking base16ct v1.0.0 |
| 2858 | 2026-07-21T20:20:45.593Z | Compiling seq-macro v0.3.6 |
| 2859 | 2026-07-21T20:20:45.703Z | Checking sec1 v0.8.1 |
| 2860 | 2026-07-21T20:20:45.939Z | Checking group v0.14.0 |
| 2861 | 2026-07-21T20:20:45.988Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2862 | 2026-07-21T20:20:46.121Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2863 | 2026-07-21T20:20:46.156Z | Checking hkdf v0.13.0 |
| 2864 | 2026-07-21T20:20:46.188Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2865 | 2026-07-21T20:20:46.318Z | Compiling petname v2.0.2 |
| 2866 | 2026-07-21T20:20:46.776Z | Checking elliptic-curve v0.14.0-rc.33 |
| 2867 | 2026-07-21T20:20:47.007Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2868 | 2026-07-21T20:20:47.273Z | Checking concurrent-queue v2.5.0 |
| 2869 | 2026-07-21T20:20:47.491Z | Checking rtoolbox v0.0.3 |
| 2870 | 2026-07-21T20:20:47.524Z | Checking parking v2.2.1 |
| 2871 | 2026-07-21T20:20:47.653Z | Checking rpassword v7.5.4 |
| 2872 | 2026-07-21T20:20:47.687Z | Checking event-listener v5.4.1 |
| 2873 | 2026-07-21T20:20:47.933Z | Checking tui-tree-widget v0.23.1 |
| 2874 | 2026-07-21T20:20:48.155Z | Checking rfc6979 v0.5.0 |
| 2875 | 2026-07-21T20:20:48.264Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2876 | 2026-07-21T20:20:48.327Z | Checking sapling-renderdag v0.1.0 |
| 2877 | 2026-07-21T20:20:48.459Z | Compiling blake3 v1.8.5 |
| 2878 | 2026-07-21T20:20:48.600Z | Checking sync-ptr v0.1.4 |
| 2879 | 2026-07-21T20:20:48.747Z | Checking ecdsa v0.17.0-rc.18 |
| 2880 | 2026-07-21T20:20:49.160Z | Checking event-listener-strategy v0.5.4 |
| 2881 | 2026-07-21T20:20:49.327Z | Checking primeorder v0.14.0-rc.10 |
| 2882 | 2026-07-21T20:20:49.396Z | Checking primefield v0.14.0 |
| 2883 | 2026-07-21T20:20:49.631Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2884 | 2026-07-21T20:20:49.664Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 2885 | 2026-07-21T20:20:49.870Z | Checking futures-timer v3.0.3 |
| 2886 | 2026-07-21T20:20:50.170Z | Checking async-lock v3.4.2 |
| 2887 | 2026-07-21T20:20:50.456Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2888 | 2026-07-21T20:20:50.528Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2889 | 2026-07-21T20:20:50.584Z | Checking ssh-encoding v0.3.0-rc.9 |
| 2890 | 2026-07-21T20:20:50.840Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2891 | 2026-07-21T20:20:51.436Z | Compiling strsim v0.10.0 |
| 2892 | 2026-07-21T20:20:51.796Z | Checking topological-sort v0.2.2 |
| 2893 | 2026-07-21T20:20:51.908Z | Compiling darling_core v0.13.4 |
| 2894 | 2026-07-21T20:20:51.961Z | Checking omicron-zone-package v0.12.3 |
| 2895 | 2026-07-21T20:20:52.887Z | Checking async-object-pool v0.2.0 |
| 2896 | 2026-07-21T20:20:53.136Z | Compiling samael v0.0.19 |
| 2897 | 2026-07-21T20:20:53.301Z | Checking ed25519 v3.0.0 |
| 2898 | 2026-07-21T20:20:53.548Z | Checking crypto-primes v0.7.2 |
| 2899 | 2026-07-21T20:20:53.788Z | Checking pkcs1 v0.8.0-rc.4 |
| 2900 | 2026-07-21T20:20:53.899Z | Checking poly1305 v0.9.0 |
| 2901 | 2026-07-21T20:20:54.030Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2902 | 2026-07-21T20:20:54.198Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2903 | 2026-07-21T20:20:54.423Z | Checking serde_regex v1.1.0 |
| 2904 | 2026-07-21T20:20:54.536Z | Checking blowfish v0.10.0 |
| 2905 | 2026-07-21T20:20:54.608Z | Checking blake2 v0.11.0-rc.6 |
| 2906 | 2026-07-21T20:20:54.713Z | Checking assert-json-diff v2.0.2 |
| 2907 | 2026-07-21T20:20:54.862Z | Checking path-tree v0.8.3 |
| 2908 | 2026-07-21T20:20:54.896Z | Checking keccak v0.2.0 |
| 2909 | 2026-07-21T20:20:54.928Z | Compiling target-lexicon v0.13.3 |
| 2910 | 2026-07-21T20:20:55.075Z | Checking fiat-crypto v0.3.0 |
| 2911 | 2026-07-21T20:20:55.109Z | Checking gimli v0.32.3 |
| 2912 | 2026-07-21T20:20:55.436Z | Checking stringmetrics v2.2.2 |
| 2913 | 2026-07-21T20:20:55.617Z | Checking httpmock v0.8.3 |
| 2914 | 2026-07-21T20:20:56.686Z | Checking addr2line v0.25.1 |
| 2915 | 2026-07-21T20:20:57.065Z | Checking sha3 v0.11.0 |
| 2916 | 2026-07-21T20:20:57.447Z | Checking argon2 v0.6.0-rc.8 |
| 2917 | 2026-07-21T20:20:57.800Z | Checking bcrypt-pbkdf v0.11.0 |
| 2918 | 2026-07-21T20:20:57.866Z | Checking rsa v0.10.0-rc.18 |
| 2919 | 2026-07-21T20:20:57.991Z | Checking ssh-cipher v0.3.0-rc.9 |
| 2920 | 2026-07-21T20:20:58.219Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 2921 | 2026-07-21T20:20:58.253Z | Compiling darling_macro v0.13.4 |
| 2922 | 2026-07-21T20:20:58.471Z | Checking p256 v0.14.0-rc.10 |
| 2923 | 2026-07-21T20:20:58.795Z | Checking p521 v0.14.0-rc.10 |
| 2924 | 2026-07-21T20:20:59.262Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2925 | 2026-07-21T20:20:59.530Z | Checking kem v0.3.0 |
| 2926 | 2026-07-21T20:20:59.682Z | Checking module-lattice v0.2.3 |
| 2927 | 2026-07-21T20:20:59.933Z | Checking rustc-demangle v0.1.27 |
| 2928 | 2026-07-21T20:21:00.194Z | Compiling guppy-workspace-hack v0.1.0 |
| 2929 | 2026-07-21T20:21:00.307Z | Checking hex-literal v0.4.1 |
| 2930 | 2026-07-21T20:21:00.341Z | Checking p384 v0.14.0-rc.10 |
| 2931 | 2026-07-21T20:21:00.449Z | Checking backtrace v0.3.76 |
| 2932 | 2026-07-21T20:21:00.494Z | Checking ml-kem v0.3.2 |
| 2933 | 2026-07-21T20:21:00.779Z | Compiling darling v0.13.4 |
| 2934 | 2026-07-21T20:21:01.163Z | Checking russh-cryptovec v0.61.0 |
| 2935 | 2026-07-21T20:21:01.239Z | Compiling git2 v0.20.4 |
| 2936 | 2026-07-21T20:21:01.274Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2937 | 2026-07-21T20:21:01.355Z | Checking internal-russh-num-bigint v0.5.0 |
| 2938 | 2026-07-21T20:21:01.517Z | Checking num-bigint v0.4.6 |
| 2939 | 2026-07-21T20:21:01.818Z | Checking russh-util v0.52.0 |
| 2940 | 2026-07-21T20:21:01.977Z | Checking generic-array v1.4.3 |
| 2941 | 2026-07-21T20:21:02.238Z | Compiling enum_dispatch v0.3.13 |
| 2942 | 2026-07-21T20:21:02.368Z | Checking ssh-key v0.7.0-rc.10 |
| 2943 | 2026-07-21T20:21:02.472Z | Compiling delegate v0.13.5 |
| 2944 | 2026-07-21T20:21:02.563Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2945 | 2026-07-21T20:21:03.037Z | Checking md5 v0.8.0 |
| 2946 | 2026-07-21T20:21:03.240Z | Compiling target-spec v3.5.7 |
| 2947 | 2026-07-21T20:21:03.274Z | Checking hex-literal v1.1.0 |
| 2948 | 2026-07-21T20:21:03.309Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2949 | 2026-07-21T20:21:03.567Z | Checking russh v0.61.2 |
| 2950 | 2026-07-21T20:21:03.694Z | Checking cfg-expr v0.20.6 |
| 2951 | 2026-07-21T20:21:04.047Z | Compiling serde_with_macros v1.5.2 |
| 2952 | 2026-07-21T20:21:04.110Z | Checking backtrace-ext v0.2.1 |
| 2953 | 2026-07-21T20:21:04.249Z | Checking supports-color v2.1.0 |
| 2954 | 2026-07-21T20:21:04.283Z | Checking textwrap v0.15.2 |
| 2955 | 2026-07-21T20:21:04.418Z | Checking supports-hyperlinks v2.1.0 |
| 2956 | 2026-07-21T20:21:04.524Z | Checking supports-unicode v2.1.0 |
| 2957 | 2026-07-21T20:21:04.565Z | Checking hashbrown v0.14.5 |
| 2958 | 2026-07-21T20:21:04.650Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2959 | 2026-07-21T20:21:04.683Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2960 | 2026-07-21T20:21:04.893Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2961 | 2026-07-21T20:21:04.897Z | Checking socket2 v0.5.10 |
| 2962 | 2026-07-21T20:21:05.088Z | Checking terminal_size v0.1.17 |
| 2963 | 2026-07-21T20:21:05.127Z | Compiling miette-derive v5.10.0 |
| 2964 | 2026-07-21T20:21:05.207Z | Checking owo-colors v3.5.0 |
| 2965 | 2026-07-21T20:21:05.596Z | Checking internet-checksum v0.2.1 |
| 2966 | 2026-07-21T20:21:05.786Z | Checking chumsky v0.9.3 |
| 2967 | 2026-07-21T20:21:06.302Z | Checking miette v5.10.0 |
| 2968 | 2026-07-21T20:21:06.780Z | Compiling serde_with v1.14.0 |
| 2969 | 2026-07-21T20:21:06.944Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2970 | 2026-07-21T20:21:07.059Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2971 | 2026-07-21T20:21:07.164Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2972 | 2026-07-21T20:21:07.517Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2973 | 2026-07-21T20:21:07.736Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2974 | 2026-07-21T20:21:07.841Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2975 | 2026-07-21T20:21:07.930Z | Compiling knuffel-derive v3.2.0 |
| 2976 | 2026-07-21T20:21:07.966Z | Checking httptest v0.16.4 |
| 2977 | 2026-07-21T20:21:08.002Z | Checking pathdiff v0.2.3 |
| 2978 | 2026-07-21T20:21:08.142Z | Checking nested v0.1.1 |
| 2979 | 2026-07-21T20:21:08.311Z | Checking guppy v0.17.25 |
| 2980 | 2026-07-21T20:21:08.367Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2981 | 2026-07-21T20:21:08.719Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2982 | 2026-07-21T20:21:08.991Z | Checking similar-asserts v1.7.0 |
| 2983 | 2026-07-21T20:21:09.187Z | Compiling target-triple v1.0.0 |
| 2984 | 2026-07-21T20:21:09.325Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2985 | 2026-07-21T20:21:09.504Z | Checking knuffel v3.2.0 |
| 2986 | 2026-07-21T20:21:09.581Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2987 | 2026-07-21T20:21:09.886Z | Compiling polar-core v0.27.3 |
| 2988 | 2026-07-21T20:21:10.130Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2989 | 2026-07-21T20:21:10.163Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2990 | 2026-07-21T20:21:10.195Z | Checking hickory-client v0.25.2 |
| 2991 | 2026-07-21T20:21:10.501Z | Checking escape8259 v0.5.3 |
| 2992 | 2026-07-21T20:21:10.659Z | Compiling assert_cmd v2.1.2 |
| 2993 | 2026-07-21T20:21:10.749Z | Checking libtest-mimic v0.8.1 |
| 2994 | 2026-07-21T20:21:11.179Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2995 | 2026-07-21T20:21:11.214Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2996 | 2026-07-21T20:21:11.307Z | Checking blake2b_simd v1.0.4 |
| 2997 | 2026-07-21T20:21:11.343Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2998 | 2026-07-21T20:21:11.714Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2999 | 2026-07-21T20:21:11.747Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3000 | 2026-07-21T20:21:11.894Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3001 | 2026-07-21T20:21:12.119Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3002 | 2026-07-21T20:21:12.152Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3003 | 2026-07-21T20:21:12.281Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3004 | 2026-07-21T20:21:12.396Z | Checking fancy-regex v0.14.0 |
| 3005 | 2026-07-21T20:21:12.524Z | Checking serde_tokenstream v0.2.3 |
| 3006 | 2026-07-21T20:21:12.751Z | Checking approx v0.5.1 |
| 3007 | 2026-07-21T20:21:12.783Z | Compiling rstest_macros v0.25.0 |
| 3008 | 2026-07-21T20:21:12.819Z | Checking uzers v0.12.2 |
| 3009 | 2026-07-21T20:21:12.917Z | Compiling linkme-impl v0.3.35 |
| 3010 | 2026-07-21T20:21:13.059Z | Checking termcolor v1.4.1 |
| 3011 | 2026-07-21T20:21:13.108Z | Checking constant_time_eq v0.3.1 |
| 3012 | 2026-07-21T20:21:13.240Z | Checking rust-argon2 v2.1.0 |
| 3013 | 2026-07-21T20:21:13.307Z | Checking trybuild v1.0.116 |
| 3014 | 2026-07-21T20:21:13.462Z | Checking datatest-stable v0.3.3 |
| 3015 | 2026-07-21T20:21:13.802Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3016 | 2026-07-21T20:21:13.881Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3017 | 2026-07-21T20:21:14.083Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3018 | 2026-07-21T20:21:14.238Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3019 | 2026-07-21T20:21:14.273Z | Checking support-bundle-viewer v0.1.2 |
| 3020 | 2026-07-21T20:21:14.555Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3021 | 2026-07-21T20:21:14.799Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3022 | 2026-07-21T20:21:14.877Z | Checking oso v0.27.3 |
| 3023 | 2026-07-21T20:21:15.050Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3024 | 2026-07-21T20:21:15.115Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3025 | 2026-07-21T20:21:15.291Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3026 | 2026-07-21T20:21:15.360Z | Checking drift v0.2.0 |
| 3027 | 2026-07-21T20:21:15.754Z | Checking rand_distr v0.5.1 |
| 3028 | 2026-07-21T20:21:15.805Z | Checking digest-io v0.1.0 |
| 3029 | 2026-07-21T20:21:15.950Z | Checking multimap v0.10.1 |
| 3030 | 2026-07-21T20:21:15.986Z | Compiling linkme v0.3.35 |
| 3031 | 2026-07-21T20:21:16.155Z | Checking rawzip v0.4.4 |
| 3032 | 2026-07-21T20:21:16.199Z | Compiling relative-path v1.9.3 |
| 3033 | 2026-07-21T20:21:16.335Z | Checking dropshot-api-manager v0.7.2 |
| 3034 | 2026-07-21T20:21:16.637Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3035 | 2026-07-21T20:21:17.535Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3036 | 2026-07-21T20:21:17.921Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3037 | 2026-07-21T20:21:17.956Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3038 | 2026-07-21T20:21:18.019Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3039 | 2026-07-21T20:21:18.051Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3040 | 2026-07-21T20:21:18.227Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3041 | 2026-07-21T20:21:18.556Z | Checking cargo_toml v0.21.0 |
| 3042 | 2026-07-21T20:21:18.601Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3043 | 2026-07-21T20:21:18.679Z | Checking partial-io v0.5.4 |
| 3044 | 2026-07-21T20:21:18.924Z | Checking termios v0.3.3 |
| 3045 | 2026-07-21T20:21:18.966Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3046 | 2026-07-21T20:21:19.121Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3047 | 2026-07-21T20:21:19.421Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3048 | 2026-07-21T20:21:20.201Z | Checking rstest v0.25.0 |
| 3049 | 2026-07-21T20:21:22.570Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3050 | 2026-07-21T20:21:24.055Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3051 | 2026-07-21T20:21:28.657Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3052 | 2026-07-21T20:21:31.339Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3053 | 2026-07-21T20:21:31.438Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3054 | 2026-07-21T20:21:33.505Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3055 | 2026-07-21T20:21:37.877Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3056 | 2026-07-21T20:21:42.212Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3057 | 2026-07-21T20:21:46.724Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3058 | 2026-07-21T20:21:47.271Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3059 | 2026-07-21T20:21:49.067Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3060 | 2026-07-21T20:21:54.022Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3061 | 2026-07-21T20:21:58.319Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3062 | 2026-07-21T20:22:15.591Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3063 | 2026-07-21T20:23:12.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s |
| 3064 | 2026-07-21T20:23:13.080Z | |
| 3065 | 2026-07-21T20:23:13.080Z | real 4:10.292902019 |
| 3066 | 2026-07-21T20:23:13.080Z | user 21:27.240347483 |
| 3067 | 2026-07-21T20:23:13.080Z | sys 4:57.876203487 |
| 3068 | 2026-07-21T20:23:13.080Z | trap 0.521953715 |
| 3069 | 2026-07-21T20:23:13.080Z | tflt 0.450660399 |
| 3070 | 2026-07-21T20:23:13.080Z | dflt 0.476637387 |
| 3071 | 2026-07-21T20:23:13.080Z | kflt 0.005205012 |
| 3072 | 2026-07-21T20:23:13.080Z | lock 58:50.536562768 |
| 3073 | 2026-07-21T20:23:13.080Z | slp 58:32.675220534 |
| 3074 | 2026-07-21T20:23:13.080Z | lat 1:53.042445060 |
| 3075 | 2026-07-21T20:23:13.080Z | stop 11:09.871496774 |
| 3076 | 2026-07-21T20:23:13.083Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3077 | 2026-07-21T20:23:13.083Z | + ptime -m cargo doc --workspace --no-deps |
| 3078 | 2026-07-21T20:23:13.909Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3079 | 2026-07-21T20:23:13.910Z | | |
| 3080 | 2026-07-21T20:23:13.910Z | = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)` |
| 3081 | 2026-07-21T20:23:13.910Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3082 | 2026-07-21T20:23:14.936Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3083 | 2026-07-21T20:23:15.174Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3084 | 2026-07-21T20:23:15.220Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3085 | 2026-07-21T20:23:15.282Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3086 | 2026-07-21T20:23:15.315Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3087 | 2026-07-21T20:23:15.380Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3088 | 2026-07-21T20:23:15.477Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3089 | 2026-07-21T20:23:15.502Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3090 | 2026-07-21T20:23:15.532Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3091 | 2026-07-21T20:23:15.558Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3092 | 2026-07-21T20:23:15.650Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3093 | 2026-07-21T20:23:15.762Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3094 | 2026-07-21T20:23:15.798Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3095 | 2026-07-21T20:23:15.839Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3096 | 2026-07-21T20:23:15.845Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3097 | 2026-07-21T20:23:15.878Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3098 | 2026-07-21T20:23:15.902Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3099 | 2026-07-21T20:23:15.953Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3100 | 2026-07-21T20:23:15.961Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3101 | 2026-07-21T20:23:16.001Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3102 | 2026-07-21T20:23:16.021Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3103 | 2026-07-21T20:23:16.283Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3104 | 2026-07-21T20:23:16.427Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3105 | 2026-07-21T20:23:16.451Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3106 | 2026-07-21T20:23:16.544Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3107 | 2026-07-21T20:23:16.600Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3108 | 2026-07-21T20:23:16.715Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3109 | 2026-07-21T20:23:16.762Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3110 | 2026-07-21T20:23:16.900Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3111 | 2026-07-21T20:23:17.032Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3112 | 2026-07-21T20:23:17.054Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3113 | 2026-07-21T20:23:17.180Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3114 | 2026-07-21T20:23:17.279Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3115 | 2026-07-21T20:23:17.367Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3116 | 2026-07-21T20:23:17.391Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3117 | 2026-07-21T20:23:17.607Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3118 | 2026-07-21T20:23:17.631Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3119 | 2026-07-21T20:23:17.654Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3120 | 2026-07-21T20:23:17.675Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3121 | 2026-07-21T20:23:17.919Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3122 | 2026-07-21T20:23:17.981Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3123 | 2026-07-21T20:23:18.147Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3124 | 2026-07-21T20:23:18.225Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3125 | 2026-07-21T20:23:18.249Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3126 | 2026-07-21T20:23:18.376Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3127 | 2026-07-21T20:23:18.413Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3128 | 2026-07-21T20:23:18.472Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3129 | 2026-07-21T20:23:18.529Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3130 | 2026-07-21T20:23:18.625Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3131 | 2026-07-21T20:23:18.678Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3132 | 2026-07-21T20:23:18.733Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3133 | 2026-07-21T20:23:18.787Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3134 | 2026-07-21T20:23:18.873Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3135 | 2026-07-21T20:23:18.899Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3136 | 2026-07-21T20:23:18.947Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3137 | 2026-07-21T20:23:19.000Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3138 | 2026-07-21T20:23:19.085Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3139 | 2026-07-21T20:23:19.112Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3140 | 2026-07-21T20:23:19.116Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3141 | 2026-07-21T20:23:19.159Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3142 | 2026-07-21T20:23:19.215Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3143 | 2026-07-21T20:23:19.299Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3144 | 2026-07-21T20:23:19.657Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3145 | 2026-07-21T20:23:19.693Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3146 | 2026-07-21T20:23:19.960Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3147 | 2026-07-21T20:23:19.983Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3148 | 2026-07-21T20:23:20.378Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3149 | 2026-07-21T20:23:20.440Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3150 | 2026-07-21T20:23:20.670Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3151 | 2026-07-21T20:23:20.674Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3152 | 2026-07-21T20:23:20.730Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3153 | 2026-07-21T20:23:20.819Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3154 | 2026-07-21T20:23:20.888Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3155 | 2026-07-21T20:23:20.959Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3156 | 2026-07-21T20:23:20.985Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3157 | 2026-07-21T20:23:21.185Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3158 | 2026-07-21T20:23:21.484Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3159 | 2026-07-21T20:23:22.052Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3160 | 2026-07-21T20:23:22.076Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3161 | 2026-07-21T20:23:22.225Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3162 | 2026-07-21T20:23:22.249Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3163 | 2026-07-21T20:23:22.391Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3164 | 2026-07-21T20:23:22.474Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3165 | 2026-07-21T20:23:22.591Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3166 | 2026-07-21T20:23:22.643Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3167 | 2026-07-21T20:23:22.852Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3168 | 2026-07-21T20:23:22.877Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3169 | 2026-07-21T20:23:22.900Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3170 | 2026-07-21T20:23:22.996Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3171 | 2026-07-21T20:23:23.085Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3172 | 2026-07-21T20:23:23.153Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3173 | 2026-07-21T20:23:23.175Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3174 | 2026-07-21T20:23:23.197Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3175 | 2026-07-21T20:23:23.242Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3176 | 2026-07-21T20:23:23.382Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3177 | 2026-07-21T20:23:23.428Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3178 | 2026-07-21T20:23:23.475Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3179 | 2026-07-21T20:23:23.495Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3180 | 2026-07-21T20:23:23.519Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3181 | 2026-07-21T20:23:23.540Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3182 | 2026-07-21T20:23:23.597Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3183 | 2026-07-21T20:23:23.665Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3184 | 2026-07-21T20:23:23.749Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3185 | 2026-07-21T20:23:23.811Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3186 | 2026-07-21T20:23:23.834Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3187 | 2026-07-21T20:23:24.086Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3188 | 2026-07-21T20:23:24.128Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3189 | 2026-07-21T20:23:24.150Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3190 | 2026-07-21T20:23:24.600Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3191 | 2026-07-21T20:23:24.827Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3192 | 2026-07-21T20:23:24.851Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3193 | 2026-07-21T20:23:25.586Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3194 | 2026-07-21T20:23:25.779Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3195 | 2026-07-21T20:23:26.191Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3196 | 2026-07-21T20:23:26.405Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3197 | 2026-07-21T20:23:27.123Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3198 | 2026-07-21T20:23:27.928Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3199 | 2026-07-21T20:23:28.031Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3200 | 2026-07-21T20:23:28.555Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3201 | 2026-07-21T20:23:28.578Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3202 | 2026-07-21T20:23:28.883Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3203 | 2026-07-21T20:23:29.112Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3204 | 2026-07-21T20:23:29.186Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3205 | 2026-07-21T20:23:29.238Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3206 | 2026-07-21T20:23:29.761Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3207 | 2026-07-21T20:23:29.873Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3208 | 2026-07-21T20:23:30.005Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3209 | 2026-07-21T20:23:30.045Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3210 | 2026-07-21T20:23:30.206Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3211 | 2026-07-21T20:23:30.303Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3212 | 2026-07-21T20:23:30.744Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3213 | 2026-07-21T20:23:30.852Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3214 | 2026-07-21T20:23:31.098Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3215 | 2026-07-21T20:23:31.233Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3216 | 2026-07-21T20:23:31.236Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3217 | 2026-07-21T20:23:31.500Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3218 | 2026-07-21T20:23:31.973Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3219 | 2026-07-21T20:23:32.038Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3220 | 2026-07-21T20:23:32.184Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3221 | 2026-07-21T20:23:32.767Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3222 | 2026-07-21T20:23:32.893Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3223 | 2026-07-21T20:23:33.285Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3224 | 2026-07-21T20:23:34.295Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3225 | 2026-07-21T20:23:34.914Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3226 | 2026-07-21T20:23:34.939Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3227 | 2026-07-21T20:23:35.223Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3228 | 2026-07-21T20:23:35.473Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3229 | 2026-07-21T20:23:35.497Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3230 | 2026-07-21T20:23:35.969Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3231 | 2026-07-21T20:23:37.080Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3232 | 2026-07-21T20:23:37.149Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3233 | 2026-07-21T20:23:37.628Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3234 | 2026-07-21T20:23:38.288Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3235 | 2026-07-21T20:23:38.698Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3236 | 2026-07-21T20:23:39.475Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3237 | 2026-07-21T20:23:42.018Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3238 | 2026-07-21T20:23:42.489Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3239 | 2026-07-21T20:23:42.666Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3240 | 2026-07-21T20:23:42.931Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3241 | 2026-07-21T20:23:43.395Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3242 | 2026-07-21T20:23:44.661Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3243 | 2026-07-21T20:23:45.299Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3244 | 2026-07-21T20:23:46.137Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3245 | 2026-07-21T20:23:46.595Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3246 | 2026-07-21T20:23:46.889Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3247 | 2026-07-21T20:23:47.019Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3248 | 2026-07-21T20:23:47.855Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3249 | 2026-07-21T20:23:48.247Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3250 | 2026-07-21T20:23:48.308Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3251 | 2026-07-21T20:23:48.335Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3252 | 2026-07-21T20:23:48.421Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3253 | 2026-07-21T20:23:48.513Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3254 | 2026-07-21T20:23:48.808Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3255 | 2026-07-21T20:23:49.096Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3256 | 2026-07-21T20:23:49.407Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3257 | 2026-07-21T20:23:49.549Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3258 | 2026-07-21T20:23:50.134Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3259 | 2026-07-21T20:23:50.212Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3260 | 2026-07-21T20:23:50.255Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3261 | 2026-07-21T20:23:50.333Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3262 | 2026-07-21T20:23:50.928Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3263 | 2026-07-21T20:23:51.151Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3264 | 2026-07-21T20:23:51.398Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3265 | 2026-07-21T20:23:51.838Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3266 | 2026-07-21T20:23:52.674Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3267 | 2026-07-21T20:23:52.740Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3268 | 2026-07-21T20:23:55.256Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3269 | 2026-07-21T20:23:56.702Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3270 | 2026-07-21T20:23:57.334Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3271 | 2026-07-21T20:23:57.878Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3272 | 2026-07-21T20:23:59.629Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3273 | 2026-07-21T20:24:00.366Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3274 | 2026-07-21T20:24:01.696Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3275 | 2026-07-21T20:24:02.244Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3276 | 2026-07-21T20:24:03.068Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3277 | 2026-07-21T20:24:05.061Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3278 | 2026-07-21T20:24:05.849Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3279 | 2026-07-21T20:24:06.747Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3280 | 2026-07-21T20:24:08.453Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3281 | 2026-07-21T20:24:08.516Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3282 | 2026-07-21T20:24:09.205Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3283 | 2026-07-21T20:24:09.565Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3284 | 2026-07-21T20:24:14.602Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3285 | 2026-07-21T20:24:15.439Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3286 | 2026-07-21T20:24:16.032Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3287 | 2026-07-21T20:24:16.861Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3288 | 2026-07-21T20:24:17.756Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3289 | 2026-07-21T20:24:18.537Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3290 | 2026-07-21T20:24:19.296Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3291 | 2026-07-21T20:24:20.524Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3292 | 2026-07-21T20:24:22.195Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3293 | 2026-07-21T20:24:22.438Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3294 | 2026-07-21T20:24:23.020Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3295 | 2026-07-21T20:24:23.688Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3296 | 2026-07-21T20:24:23.885Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3297 | 2026-07-21T20:24:24.777Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3298 | 2026-07-21T20:24:25.618Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3299 | 2026-07-21T20:24:29.157Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3300 | 2026-07-21T20:24:30.239Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3301 | 2026-07-21T20:24:31.438Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3302 | 2026-07-21T20:24:32.096Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3303 | 2026-07-21T20:24:33.002Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3304 | 2026-07-21T20:24:34.082Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3305 | 2026-07-21T20:24:35.550Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3306 | 2026-07-21T20:24:36.670Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3307 | 2026-07-21T20:24:37.996Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3308 | 2026-07-21T20:24:38.787Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3309 | 2026-07-21T20:24:40.042Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3310 | 2026-07-21T20:24:40.832Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3311 | 2026-07-21T20:24:43.681Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3312 | 2026-07-21T20:24:44.168Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3313 | 2026-07-21T20:24:46.281Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3314 | 2026-07-21T20:24:46.803Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3315 | 2026-07-21T20:24:48.729Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3316 | 2026-07-21T20:24:50.152Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3317 | 2026-07-21T20:24:51.816Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3318 | 2026-07-21T20:24:53.363Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3319 | 2026-07-21T20:24:55.077Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3320 | 2026-07-21T20:24:56.683Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3321 | 2026-07-21T20:24:58.314Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3322 | 2026-07-21T20:25:02.551Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3323 | 2026-07-21T20:25:03.297Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3324 | 2026-07-21T20:25:04.232Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3325 | 2026-07-21T20:25:04.925Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3326 | 2026-07-21T20:25:06.640Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3327 | 2026-07-21T20:25:08.474Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3328 | 2026-07-21T20:25:10.286Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3329 | 2026-07-21T20:25:12.271Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3330 | 2026-07-21T20:25:14.021Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3331 | 2026-07-21T20:25:15.670Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3332 | 2026-07-21T20:25:17.724Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3333 | 2026-07-21T20:25:19.175Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3334 | 2026-07-21T20:25:20.860Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3335 | 2026-07-21T20:25:22.582Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3336 | 2026-07-21T20:25:24.328Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3337 | 2026-07-21T20:25:26.017Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3338 | 2026-07-21T20:25:29.562Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3339 | 2026-07-21T20:25:31.226Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3340 | 2026-07-21T20:25:32.741Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3341 | 2026-07-21T20:25:34.848Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3342 | 2026-07-21T20:25:36.279Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3343 | 2026-07-21T20:25:38.601Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3344 | 2026-07-21T20:25:40.576Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3345 | 2026-07-21T20:25:42.357Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3346 | 2026-07-21T20:25:44.473Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3347 | 2026-07-21T20:25:46.990Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3348 | 2026-07-21T20:25:48.627Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3349 | 2026-07-21T20:25:50.585Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3350 | 2026-07-21T20:25:52.909Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3351 | 2026-07-21T20:25:55.128Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3352 | 2026-07-21T20:25:57.882Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3353 | 2026-07-21T20:25:59.959Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3354 | 2026-07-21T20:26:02.618Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3355 | 2026-07-21T20:26:04.792Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3356 | 2026-07-21T20:26:07.115Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3357 | 2026-07-21T20:26:09.390Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3358 | 2026-07-21T20:26:12.174Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3359 | 2026-07-21T20:26:14.244Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3360 | 2026-07-21T20:26:16.263Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3361 | 2026-07-21T20:26:18.595Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3362 | 2026-07-21T20:26:20.919Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3363 | 2026-07-21T20:26:23.229Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3364 | 2026-07-21T20:26:25.701Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3365 | 2026-07-21T20:26:28.051Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3366 | 2026-07-21T20:26:30.351Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3367 | 2026-07-21T20:26:32.726Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3368 | 2026-07-21T20:26:35.049Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3369 | 2026-07-21T20:26:37.493Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3370 | 2026-07-21T20:26:39.808Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3371 | 2026-07-21T20:26:42.207Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3372 | 2026-07-21T20:26:44.585Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3373 | 2026-07-21T20:26:47.042Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3374 | 2026-07-21T20:26:49.459Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3375 | 2026-07-21T20:26:51.827Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3376 | 2026-07-21T20:26:54.231Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3377 | 2026-07-21T20:26:56.497Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3378 | 2026-07-21T20:26:58.944Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3379 | 2026-07-21T20:27:01.354Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3380 | 2026-07-21T20:27:03.720Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3381 | 2026-07-21T20:27:06.626Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3382 | 2026-07-21T20:27:08.759Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3383 | 2026-07-21T20:27:11.350Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3384 | 2026-07-21T20:27:13.721Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3385 | 2026-07-21T20:27:16.315Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3386 | 2026-07-21T20:27:18.915Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3387 | 2026-07-21T20:27:21.355Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3388 | 2026-07-21T20:27:23.829Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3389 | 2026-07-21T20:27:30.170Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3390 | 2026-07-21T20:27:30.252Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3391 | 2026-07-21T20:27:31.456Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3392 | 2026-07-21T20:27:33.926Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3393 | 2026-07-21T20:27:36.400Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3394 | 2026-07-21T20:27:38.825Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3395 | 2026-07-21T20:27:41.434Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3396 | 2026-07-21T20:27:44.082Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3397 | 2026-07-21T20:27:46.569Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3398 | 2026-07-21T20:27:49.352Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3399 | 2026-07-21T20:27:51.968Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3400 | 2026-07-21T20:27:54.545Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3401 | 2026-07-21T20:27:56.992Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3402 | 2026-07-21T20:27:59.679Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3403 | 2026-07-21T20:28:02.263Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3404 | 2026-07-21T20:28:04.898Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3405 | 2026-07-21T20:28:07.893Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3406 | 2026-07-21T20:28:10.386Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3407 | 2026-07-21T20:28:18.378Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3408 | 2026-07-21T20:28:18.414Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3409 | 2026-07-21T20:28:21.881Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3410 | 2026-07-21T20:28:25.278Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3411 | 2026-07-21T20:28:28.661Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3412 | 2026-07-21T20:28:32.018Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3413 | 2026-07-21T20:28:36.731Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3414 | 2026-07-21T20:28:39.582Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3415 | 2026-07-21T20:28:43.317Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3416 | 2026-07-21T20:28:47.056Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3417 | 2026-07-21T20:28:50.795Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3418 | 2026-07-21T20:28:54.491Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3419 | 2026-07-21T20:28:58.206Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3420 | 2026-07-21T20:29:01.994Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3421 | 2026-07-21T20:29:05.724Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3422 | 2026-07-21T20:29:09.368Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3423 | 2026-07-21T20:29:13.207Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3424 | 2026-07-21T20:29:16.852Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3425 | 2026-07-21T20:29:20.681Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3426 | 2026-07-21T20:29:24.536Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3427 | 2026-07-21T20:29:28.177Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3428 | 2026-07-21T20:29:31.997Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3429 | 2026-07-21T20:29:35.731Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3430 | 2026-07-21T20:29:39.370Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3431 | 2026-07-21T20:30:09.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 56s |
| 3432 | 2026-07-21T20:30:09.412Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files |
| 3433 | 2026-07-21T20:30:09.516Z | |
| 3434 | 2026-07-21T20:30:09.516Z | real 6:56.350930557 |
| 3435 | 2026-07-21T20:30:09.516Z | user 18:35.541259119 |
| 3436 | 2026-07-21T20:30:09.516Z | sys 3:56.526829183 |
| 3437 | 2026-07-21T20:30:09.516Z | trap 0.269981263 |
| 3438 | 2026-07-21T20:30:09.519Z | tflt 0.005623904 |
| 3439 | 2026-07-21T20:30:09.519Z | dflt 0.080089775 |
| 3440 | 2026-07-21T20:30:09.519Z | kflt 0.000035474 |
| 3441 | 2026-07-21T20:30:09.519Z | lock 6:25:35.625935141 |
| 3442 | 2026-07-21T20:30:09.519Z | slp 2:19:59.116402373 |
| 3443 | 2026-07-21T20:30:09.519Z | lat 30.239603842 |
| 3444 | 2026-07-21T20:30:09.519Z | stop 1:35.519492283 |
| 3445 | 2026-07-21T20:30:09.519Z | process exited: duration 786807 ms, exit code 0 |
| |
| 3446 | 2026-07-21T20:30:09.526Z | found 0 output files |