|
|
|
| 1 | 2026-07-10T22:09:35.286Z | job assigned to worker 01KX716TV58M32GBDZQTBYXFNJ [factory aws, i-02449af62d7a74705] (queued for 54 s) |
| |
| 2 | 2026-07-10T22:09:41.563Z | starting task 0: "setup" |
| 3 | 2026-07-10T22:09:41.568Z | ++ uname -s |
| 4 | 2026-07-10T22:09:41.571Z | + kern=SunOS |
| 5 | 2026-07-10T22:09:41.571Z | + build_user=build |
| 6 | 2026-07-10T22:09:41.571Z | + build_uid=12345 |
| 7 | 2026-07-10T22:09:41.571Z | + work_dir=/work |
| 8 | 2026-07-10T22:09:41.571Z | + input_dir=/input |
| 9 | 2026-07-10T22:09:41.572Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-10T22:09:41.572Z | + case "$kern" in |
| 11 | 2026-07-10T22:09:41.572Z | + groupadd -g 12345 build |
| 12 | 2026-07-10T22:09:41.575Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-10T22:09:43.577Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-10T22:09:43.670Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-10T22:09:43.674Z | + home_fs=zfs |
| 16 | 2026-07-10T22:09:43.674Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-10T22:09:43.674Z | + mkdir -p /home/build |
| 18 | 2026-07-10T22:09:43.674Z | + chown build:build /home/build /work |
| 19 | 2026-07-10T22:09:45.674Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-10T22:09:45.677Z | process exited: duration 4112 ms, exit code 0 |
| |
| 21 | 2026-07-10T22:09:45.683Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-10T22:09:45.687Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-10T22:09:45.687Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-10T22:09:45.687Z | * rust toolchain profile = "default" |
| 25 | 2026-07-10T22:09:45.687Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-10T22:09:45.687Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-10T22:09:45.687Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-10T22:09:45.690Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-10T22:09:45.690Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-10T22:09:45.782Z | info: downloading installer |
| 31 | 2026-07-10T22:09:47.424Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-10T22:09:47.424Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-10T22:09:47.424Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-10T22:09:47.424Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-10T22:09:47.437Z | info: profile set to default |
| 36 | 2026-07-10T22:09:47.437Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-10T22:09:47.439Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-10T22:09:47.576Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-10T22:09:47.578Z | info: downloading 6 components |
| 40 | 2026-07-10T22:10:04.034Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-10T22:10:04.034Z | |
| 42 | 2026-07-10T22:10:04.061Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-10T22:10:04.061Z | |
| 44 | 2026-07-10T22:10:04.061Z | |
| 45 | 2026-07-10T22:10:04.061Z | Rust is installed now. Great! |
| 46 | 2026-07-10T22:10:04.061Z | |
| 47 | 2026-07-10T22:10:04.065Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-10T22:10:04.065Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-10T22:10:04.065Z | |
| 50 | 2026-07-10T22:10:04.065Z | To configure your current shell, you need to source |
| 51 | 2026-07-10T22:10:04.065Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-10T22:10:04.065Z | |
| 53 | 2026-07-10T22:10:04.065Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-10T22:10:04.065Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-10T22:10:04.065Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-10T22:10:04.065Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-10T22:10:04.065Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-10T22:10:04.065Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-10T22:10:04.065Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-10T22:10:04.065Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-10T22:10:04.065Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-10T22:10:04.165Z | + rustup --version |
| 63 | 2026-07-10T22:10:04.174Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-10T22:10:04.177Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-10T22:10:04.195Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-10T22:10:04.197Z | + cargo --version |
| 67 | 2026-07-10T22:10:04.212Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-10T22:10:04.215Z | + rustc --version |
| 69 | 2026-07-10T22:10:04.233Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-10T22:10:04.236Z | process exited: duration 18552 ms, exit code 0 |
| |
| 71 | 2026-07-10T22:10:04.242Z | starting task 2: "authentication" |
| 72 | 2026-07-10T22:10:04.258Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-10T22:10:04.263Z | starting task 3: "clone repository" |
| 74 | 2026-07-10T22:10:04.267Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-10T22:10:04.269Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-10T22:10:04.299Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-10T22:10:15.155Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-10T22:10:15.155Z | + git fetch origin 8db321e62df2cf671e1172a8cf77bf0ff33fefc0 |
| 79 | 2026-07-10T22:10:15.413Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-10T22:10:15.413Z | * branch 8db321e62df2cf671e1172a8cf77bf0ff33fefc0 -> FETCH_HEAD |
| 81 | 2026-07-10T22:10:15.425Z | + [[ -n check-column-order ]] |
| 82 | 2026-07-10T22:10:15.427Z | ++ git branch --show-current |
| 83 | 2026-07-10T22:10:15.428Z | + current=main |
| 84 | 2026-07-10T22:10:15.428Z | + [[ main != check-column-order ]] |
| 85 | 2026-07-10T22:10:15.428Z | + git branch -f check-column-order 8db321e62df2cf671e1172a8cf77bf0ff33fefc0 |
| 86 | 2026-07-10T22:10:15.431Z | + git checkout -f check-column-order |
| 87 | 2026-07-10T22:10:15.682Z | Switched to branch 'check-column-order' |
| 88 | 2026-07-10T22:10:15.685Z | + git reset --hard 8db321e62df2cf671e1172a8cf77bf0ff33fefc0 |
| 89 | 2026-07-10T22:10:15.701Z | HEAD is now at 8db321e62 test positional DB model decoding |
| 90 | 2026-07-10T22:10:15.704Z | process exited: duration 11438 ms, exit code 0 |
| |
| 91 | 2026-07-10T22:10:15.709Z | starting task 4: "build" |
| 92 | 2026-07-10T22:10:15.713Z | + source ./env.sh |
| 93 | 2026-07-10T22:10:15.716Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-07-10T22:10:15.716Z | ++ set -o xtrace |
| 95 | 2026-07-10T22:10:15.716Z | ++++ dirname ./env.sh |
| 96 | 2026-07-10T22:10:15.719Z | +++ readlink -f . |
| 97 | 2026-07-10T22:10:15.719Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-07-10T22:10:15.719Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-07-10T22:10:15.720Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-07-10T22:10:15.720Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-07-10T22:10:15.720Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-07-10T22:10:15.720Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-07-10T22:10:15.720Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-07-10T22:10:15.720Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-07-10T22:10:15.720Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-07-10T22:10:15.720Z | ++ 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 |
| 107 | 2026-07-10T22:10:15.720Z | ++ 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 |
| 108 | 2026-07-10T22:10:15.720Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-07-10T22:10:15.720Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-07-10T22:10:15.720Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-07-10T22:10:15.720Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-07-10T22:10:15.720Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-07-10T22:10:15.720Z | +++ uname -s |
| 114 | 2026-07-10T22:10:15.723Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-07-10T22:10:15.723Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-07-10T22:10:15.723Z | + cargo --version |
| 117 | 2026-07-10T22:10:15.733Z | cargo 1.96.1 (356927216 2026-06-26) |
| 118 | 2026-07-10T22:10:15.736Z | + rustc --version |
| 119 | 2026-07-10T22:10:15.755Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 120 | 2026-07-10T22:10:15.758Z | + banner prerequisites |
| 121 | 2026-07-10T22:10:15.758Z | |
| 122 | 2026-07-10T22:10:15.758Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-07-10T22:10:15.758Z | # # # # # # # # # # # # # # # |
| 124 | 2026-07-10T22:10:15.758Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-07-10T22:10:15.758Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-07-10T22:10:15.758Z | # # # # # # # # # # # # # # # |
| 127 | 2026-07-10T22:10:15.758Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-07-10T22:10:15.758Z | |
| 129 | 2026-07-10T22:10:15.758Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-07-10T22:10:17.234Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-07-10T22:10:17.343Z | Startup: Caching catalogs ... Done |
| 132 | 2026-07-10T22:10:17.828Z | Planning: Solver setup ... Done (0.440s) |
| 133 | 2026-07-10T22:10:17.856Z | Planning: Running solver ... Done (0.028s) |
| 134 | 2026-07-10T22:10:17.867Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-07-10T22:10:17.878Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-07-10T22:10:17.900Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-07-10T22:10:17.913Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-07-10T22:10:17.916Z | Planning: Merging actions ... Done (0.001s) |
| 139 | 2026-07-10T22:10:18.078Z | Planning: Checking for conflicting actions ... Done (0.163s) |
| 140 | 2026-07-10T22:10:18.081Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-07-10T22:10:18.870Z | Planning: Evaluating mediators ... Done (0.792s) |
| 142 | 2026-07-10T22:10:18.873Z | Planning: Planning completed in 1.51 seconds |
| 143 | 2026-07-10T22:10:18.879Z | Packages to install: 2 |
| 144 | 2026-07-10T22:10:18.882Z | Estimated space available: 156.06 GB |
| 145 | 2026-07-10T22:10:18.882Z | Estimated space to be consumed: 31.27 MB |
| 146 | 2026-07-10T22:10:18.882Z | Create boot environment: No |
| 147 | 2026-07-10T22:10:18.883Z | Create backup boot environment: No |
| 148 | 2026-07-10T22:10:18.883Z | Rebuild boot archive: No |
| 149 | 2026-07-10T22:10:18.883Z | |
| 150 | 2026-07-10T22:10:18.883Z | Changed packages: |
| 151 | 2026-07-10T22:10:18.883Z | helios |
| 152 | 2026-07-10T22:10:18.883Z | developer/build-essential |
| 153 | 2026-07-10T22:10:18.883Z | None -> 11-3.0 |
| 154 | 2026-07-10T22:10:18.883Z | library/libxmlsec1 |
| 155 | 2026-07-10T22:10:18.883Z | None -> 1.2.35-3.0 |
| 156 | 2026-07-10T22:10:18.903Z | |
| 157 | 2026-07-10T22:10:18.903Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-07-10T22:10:19.391Z | Download: Completed 1.28 MB in 0.49 seconds (2.6M/s) |
| 159 | 2026-07-10T22:10:19.461Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-07-10T22:10:19.499Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-07-10T22:10:19.509Z | Finalize: Updating package state database ... Done (0.010s) |
| 162 | 2026-07-10T22:10:19.509Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-07-10T22:10:19.540Z | Finalize: Updating image state ... Done (0.031s) |
| 164 | 2026-07-10T22:10:21.901Z | Finalize: Creating fast lookup database ... Done (2.336s) |
| 165 | 2026-07-10T22:10:21.966Z | Finalize: Reading search index ... Done (0.011s) |
| 166 | 2026-07-10T22:10:21.969Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-07-10T22:10:22.059Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-07-10T22:10:22.360Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-07-10T22:10:22.464Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-07-10T22:10:22.467Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-07-10T22:10:22.619Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-07-10T22:10:22.622Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-07-10T22:10:22.643Z | Mediators to change: 2 |
| 174 | 2026-07-10T22:10:22.646Z | Create boot environment: No |
| 175 | 2026-07-10T22:10:22.647Z | Create backup boot environment: No |
| 176 | 2026-07-10T22:10:22.689Z | Finalize: Updating package state database ... Done |
| 177 | 2026-07-10T22:10:22.689Z | Finalize: Updating package cache ... Done |
| 178 | 2026-07-10T22:10:22.703Z | Finalize: Updating image state ... Done |
| 179 | 2026-07-10T22:10:24.640Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-07-10T22:10:24.702Z | Finalize: Reading search index ... Done |
| 181 | 2026-07-10T22:10:24.705Z | Finalize: Updating search index ... Done |
| 182 | 2026-07-10T22:10:24.762Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-10T22:10:25.045Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-07-10T22:10:25.151Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-07-10T22:10:25.153Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-07-10T22:10:25.308Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-07-10T22:10:25.311Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-07-10T22:10:25.331Z | Mediators to change: 1 |
| 189 | 2026-07-10T22:10:25.331Z | Create boot environment: No |
| 190 | 2026-07-10T22:10:25.331Z | Create backup boot environment: No |
| 191 | 2026-07-10T22:10:25.368Z | Finalize: Updating package state database ... Done |
| 192 | 2026-07-10T22:10:25.368Z | Finalize: Updating package cache ... Done |
| 193 | 2026-07-10T22:10:25.384Z | Finalize: Updating image state ... Done |
| 194 | 2026-07-10T22:10:27.329Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-07-10T22:10:27.388Z | Finalize: Reading search index ... Done |
| 196 | 2026-07-10T22:10:27.391Z | Finalize: Updating search index ... Done |
| 197 | 2026-07-10T22:10:27.459Z | Finalize: Updating package cache ... Done |
| 198 | 2026-07-10T22:10:27.769Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-07-10T22:10:27.769Z | apache system 2.4 system |
| 200 | 2026-07-10T22:10:27.769Z | clang system 15 system |
| 201 | 2026-07-10T22:10:27.769Z | csh system system illumos |
| 202 | 2026-07-10T22:10:27.769Z | ctags system system illumos |
| 203 | 2026-07-10T22:10:27.769Z | file vendor vendor darwinsys |
| 204 | 2026-07-10T22:10:27.769Z | file system system illumos |
| 205 | 2026-07-10T22:10:27.769Z | gcc vendor 14 vendor |
| 206 | 2026-07-10T22:10:27.769Z | gcc system 13 system |
| 207 | 2026-07-10T22:10:27.770Z | gcc system 10 system |
| 208 | 2026-07-10T22:10:27.770Z | go system 1.25 system |
| 209 | 2026-07-10T22:10:27.770Z | llvm system 15 system |
| 210 | 2026-07-10T22:10:27.770Z | mariadb system 11.4 system |
| 211 | 2026-07-10T22:10:27.770Z | mta vendor vendor dma |
| 212 | 2026-07-10T22:10:27.770Z | openjdk system 17 system |
| 213 | 2026-07-10T22:10:27.770Z | openjdk system 11 system |
| 214 | 2026-07-10T22:10:27.770Z | openssl vendor 3 vendor |
| 215 | 2026-07-10T22:10:27.770Z | perl system 5.40 system |
| 216 | 2026-07-10T22:10:27.771Z | postgresql system 18 system |
| 217 | 2026-07-10T22:10:27.771Z | postgresql system 17 system |
| 218 | 2026-07-10T22:10:27.771Z | python vendor 3 vendor |
| 219 | 2026-07-10T22:10:27.771Z | python system 2 system |
| 220 | 2026-07-10T22:10:27.771Z | python3 vendor 3.13 vendor |
| 221 | 2026-07-10T22:10:27.771Z | ruby system 3.4 system |
| 222 | 2026-07-10T22:10:27.771Z | ruby system 3.0 system |
| 223 | 2026-07-10T22:10:27.771Z | words vendor vendor american-english |
| 224 | 2026-07-10T22:10:27.771Z | words system system australian-english |
| 225 | 2026-07-10T22:10:27.771Z | words system system british-english |
| 226 | 2026-07-10T22:10:27.771Z | words system system canadian-english |
| 227 | 2026-07-10T22:10:27.771Z | words system system french |
| 228 | 2026-07-10T22:10:27.771Z | words system system italian |
| 229 | 2026-07-10T22:10:27.771Z | words system system ngerman |
| 230 | 2026-07-10T22:10:27.771Z | words system system ogerman |
| 231 | 2026-07-10T22:10:27.771Z | words system system spanish |
| 232 | 2026-07-10T22:10:28.019Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-07-10T22:10:28.019Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-07-10T22:10:28.322Z | FMRI IFO |
| 235 | 2026-07-10T22:10:28.322Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-07-10T22:10:28.323Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-07-10T22:10:28.323Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-07-10T22:10:28.323Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-07-10T22:10:28.323Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-07-10T22:10:28.323Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-07-10T22:10:28.323Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-07-10T22:10:28.323Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-07-10T22:10:28.323Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-07-10T22:10:28.584Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-07-10T22:10:28.865Z | Updating crates.io index |
| 246 | 2026-07-10T22:10:28.867Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-07-10T22:10:29.129Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-07-10T22:10:29.431Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-10T22:10:30.384Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-07-10T22:10:30.851Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-07-10T22:10:32.672Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-07-10T22:10:33.473Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-07-10T22:10:33.761Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-07-10T22:10:34.038Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-07-10T22:10:35.027Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-07-10T22:10:35.263Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-07-10T22:10:35.597Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2026-07-10T22:10:35.876Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 259 | 2026-07-10T22:10:36.306Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-07-10T22:10:36.813Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-07-10T22:10:37.067Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-07-10T22:10:37.280Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-07-10T22:10:37.524Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 264 | 2026-07-10T22:10:37.804Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 265 | 2026-07-10T22:10:38.031Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 266 | 2026-07-10T22:10:38.284Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 267 | 2026-07-10T22:10:38.537Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-07-10T22:10:39.026Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 269 | 2026-07-10T22:10:39.326Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-07-10T22:10:39.552Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-07-10T22:10:39.952Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-07-10T22:10:40.216Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 273 | 2026-07-10T22:10:40.515Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 274 | 2026-07-10T22:10:40.757Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 275 | 2026-07-10T22:10:40.996Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 276 | 2026-07-10T22:10:41.356Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2026-07-10T22:10:41.847Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 278 | 2026-07-10T22:10:42.071Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-07-10T22:10:42.350Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 280 | 2026-07-10T22:10:42.602Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 281 | 2026-07-10T22:10:42.854Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 282 | 2026-07-10T22:10:43.314Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 283 | 2026-07-10T22:10:43.567Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 284 | 2026-07-10T22:10:43.830Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 285 | 2026-07-10T22:10:44.054Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 286 | 2026-07-10T22:10:46.666Z | Downloading crates ... |
| 287 | 2026-07-10T22:10:46.713Z | Downloaded errno v0.3.14 |
| 288 | 2026-07-10T22:10:46.722Z | Downloaded anstyle-parse v1.0.0 |
| 289 | 2026-07-10T22:10:46.731Z | Downloaded generic-array v0.14.7 |
| 290 | 2026-07-10T22:10:46.733Z | Downloaded itoa v1.0.17 |
| 291 | 2026-07-10T22:10:46.733Z | Downloaded zmij v1.0.21 |
| 292 | 2026-07-10T22:10:46.733Z | Downloaded anstyle-query v1.1.5 |
| 293 | 2026-07-10T22:10:46.733Z | Downloaded anstyle v1.0.14 |
| 294 | 2026-07-10T22:10:46.749Z | Downloaded dof v0.3.0 |
| 295 | 2026-07-10T22:10:46.749Z | Downloaded clap v4.6.1 |
| 296 | 2026-07-10T22:10:46.749Z | Downloaded heck v0.5.0 |
| 297 | 2026-07-10T22:10:46.749Z | Downloaded zerocopy-derive v0.7.35 |
| 298 | 2026-07-10T22:10:46.749Z | Downloaded utf8parse v0.2.2 |
| 299 | 2026-07-10T22:10:46.749Z | Downloaded clap_lex v1.0.0 |
| 300 | 2026-07-10T22:10:46.749Z | Downloaded anstream v1.0.0 |
| 301 | 2026-07-10T22:10:46.757Z | Downloaded dtrace-parser v0.2.0 |
| 302 | 2026-07-10T22:10:46.757Z | Downloaded heck v0.4.1 |
| 303 | 2026-07-10T22:10:46.757Z | Downloaded zerocopy v0.7.35 |
| 304 | 2026-07-10T22:10:46.757Z | Downloaded usdt-attr-macro v0.5.0 |
| 305 | 2026-07-10T22:10:46.757Z | Downloaded memmap v0.7.0 |
| 306 | 2026-07-10T22:10:46.757Z | Downloaded macaddr v1.0.1 |
| 307 | 2026-07-10T22:10:46.758Z | Downloaded fnv v1.0.7 |
| 308 | 2026-07-10T22:10:46.758Z | Downloaded equivalent v1.0.2 |
| 309 | 2026-07-10T22:10:46.758Z | Downloaded cpufeatures v0.2.17 |
| 310 | 2026-07-10T22:10:46.758Z | Downloaded cargo_metadata v0.23.1 |
| 311 | 2026-07-10T22:10:46.758Z | Downloaded cargo-platform v0.3.2 |
| 312 | 2026-07-10T22:10:46.774Z | Downloaded bytecount v0.6.9 |
| 313 | 2026-07-10T22:10:46.774Z | Downloaded colorchoice v1.0.4 |
| 314 | 2026-07-10T22:10:46.775Z | Downloaded byteorder v1.5.0 |
| 315 | 2026-07-10T22:10:46.776Z | Downloaded block-buffer v0.10.4 |
| 316 | 2026-07-10T22:10:46.776Z | Downloaded tabled_derive v0.7.0 |
| 317 | 2026-07-10T22:10:46.792Z | Downloaded toml_datetime v0.6.11 |
| 318 | 2026-07-10T22:10:46.792Z | Downloaded is_terminal_polyfill v1.70.2 |
| 319 | 2026-07-10T22:10:46.792Z | Downloaded strsim v0.11.1 |
| 320 | 2026-07-10T22:10:46.792Z | Downloaded toml_write v0.1.2 |
| 321 | 2026-07-10T22:10:46.792Z | Downloaded pretty-hex v0.4.1 |
| 322 | 2026-07-10T22:10:46.793Z | Downloaded proc-macro-error-attr v1.0.4 |
| 323 | 2026-07-10T22:10:46.793Z | Downloaded crypto-common v0.1.7 |
| 324 | 2026-07-10T22:10:46.793Z | Downloaded swrite v0.1.0 |
| 325 | 2026-07-10T22:10:46.815Z | Downloaded unicode-linebreak v0.1.5 |
| 326 | 2026-07-10T22:10:46.815Z | Downloaded terminal_size v0.4.3 |
| 327 | 2026-07-10T22:10:46.815Z | Downloaded fastrand v2.3.0 |
| 328 | 2026-07-10T22:10:46.815Z | Downloaded digest v0.10.7 |
| 329 | 2026-07-10T22:10:46.815Z | Downloaded smawk v0.3.2 |
| 330 | 2026-07-10T22:10:46.815Z | Downloaded serde_spanned v0.6.9 |
| 331 | 2026-07-10T22:10:46.816Z | Downloaded pest_generator v2.8.6 |
| 332 | 2026-07-10T22:10:46.831Z | Downloaded camino-tempfile v1.4.1 |
| 333 | 2026-07-10T22:10:46.831Z | Downloaded cargo_toml v0.21.0 |
| 334 | 2026-07-10T22:10:46.832Z | Downloaded once_cell v1.21.3 |
| 335 | 2026-07-10T22:10:46.832Z | Downloaded pest_derive v2.8.6 |
| 336 | 2026-07-10T22:10:46.832Z | Downloaded usdt-macro v0.5.0 |
| 337 | 2026-07-10T22:10:46.832Z | Downloaded usdt v0.5.0 |
| 338 | 2026-07-10T22:10:46.838Z | Downloaded version_check v0.9.5 |
| 339 | 2026-07-10T22:10:46.839Z | Downloaded scroll_derive v0.12.1 |
| 340 | 2026-07-10T22:10:46.848Z | Downloaded usdt-impl v0.5.0 |
| 341 | 2026-07-10T22:10:46.848Z | Downloaded sha2 v0.10.9 |
| 342 | 2026-07-10T22:10:46.848Z | Downloaded autocfg v1.5.0 |
| 343 | 2026-07-10T22:10:46.849Z | Downloaded quote v1.0.45 |
| 344 | 2026-07-10T22:10:46.849Z | Downloaded cfg-if v1.0.4 |
| 345 | 2026-07-10T22:10:46.849Z | Downloaded thiserror-impl v1.0.69 |
| 346 | 2026-07-10T22:10:46.849Z | Downloaded thread-id v4.2.2 |
| 347 | 2026-07-10T22:10:46.849Z | Downloaded plain v0.2.3 |
| 348 | 2026-07-10T22:10:46.849Z | Downloaded fs-err v3.3.0 |
| 349 | 2026-07-10T22:10:46.849Z | Downloaded scroll v0.12.0 |
| 350 | 2026-07-10T22:10:46.849Z | Downloaded thiserror-impl v2.0.18 |
| 351 | 2026-07-10T22:10:46.849Z | Downloaded serde_tokenstream v0.2.3 |
| 352 | 2026-07-10T22:10:46.849Z | Downloaded clap_derive v4.6.1 |
| 353 | 2026-07-10T22:10:46.849Z | Downloaded thiserror v2.0.18 |
| 354 | 2026-07-10T22:10:46.859Z | Downloaded thiserror v1.0.69 |
| 355 | 2026-07-10T22:10:46.859Z | Downloaded proc-macro-error v1.0.4 |
| 356 | 2026-07-10T22:10:46.859Z | Downloaded bitflags v2.11.0 |
| 357 | 2026-07-10T22:10:46.870Z | Downloaded getrandom v0.4.1 |
| 358 | 2026-07-10T22:10:46.870Z | Downloaded ucd-trie v0.1.7 |
| 359 | 2026-07-10T22:10:46.870Z | Downloaded semver v1.0.28 |
| 360 | 2026-07-10T22:10:46.877Z | Downloaded anyhow v1.0.102 |
| 361 | 2026-07-10T22:10:46.886Z | Downloaded log v0.4.29 |
| 362 | 2026-07-10T22:10:46.901Z | Downloaded camino v1.2.2 |
| 363 | 2026-07-10T22:10:46.901Z | Downloaded toml v0.8.23 |
| 364 | 2026-07-10T22:10:46.901Z | Downloaded tempfile v3.25.0 |
| 365 | 2026-07-10T22:10:46.901Z | Downloaded serde_derive v1.0.228 |
| 366 | 2026-07-10T22:10:46.913Z | Downloaded pest_meta v2.8.6 |
| 367 | 2026-07-10T22:10:46.932Z | Downloaded unicode-ident v1.0.24 |
| 368 | 2026-07-10T22:10:46.932Z | Downloaded textwrap v0.16.2 |
| 369 | 2026-07-10T22:10:46.932Z | Downloaded serde v1.0.228 |
| 370 | 2026-07-10T22:10:46.932Z | Downloaded papergrid v0.11.0 |
| 371 | 2026-07-10T22:10:46.932Z | Downloaded serde_core v1.0.228 |
| 372 | 2026-07-10T22:10:46.932Z | Downloaded toml_edit v0.22.27 |
| 373 | 2026-07-10T22:10:46.949Z | Downloaded memchr v2.8.0 |
| 374 | 2026-07-10T22:10:46.949Z | Downloaded indexmap v2.14.0 |
| 375 | 2026-07-10T22:10:46.949Z | Downloaded typenum v1.20.1 |
| 376 | 2026-07-10T22:10:46.949Z | Downloaded proc-macro2 v1.0.106 |
| 377 | 2026-07-10T22:10:46.961Z | Downloaded pest v2.8.6 |
| 378 | 2026-07-10T22:10:46.971Z | Downloaded serde_json v1.0.150 |
| 379 | 2026-07-10T22:10:46.982Z | Downloaded hashbrown v0.17.0 |
| 380 | 2026-07-10T22:10:46.987Z | Downloaded clap_builder v4.6.0 |
| 381 | 2026-07-10T22:10:46.992Z | Downloaded goblin v0.8.2 |
| 382 | 2026-07-10T22:10:46.996Z | Downloaded winnow v0.7.14 |
| 383 | 2026-07-10T22:10:47.005Z | Downloaded tabled v0.15.0 |
| 384 | 2026-07-10T22:10:47.019Z | Downloaded syn v1.0.109 |
| 385 | 2026-07-10T22:10:47.025Z | Downloaded unicode-width v0.2.0 |
| 386 | 2026-07-10T22:10:47.029Z | Downloaded unicode-width v0.1.14 |
| 387 | 2026-07-10T22:10:47.035Z | Downloaded syn v2.0.117 |
| 388 | 2026-07-10T22:10:47.046Z | Downloaded rustix v1.1.3 |
| 389 | 2026-07-10T22:10:47.069Z | Downloaded libc v0.2.185 |
| 390 | 2026-07-10T22:10:47.133Z | Compiling proc-macro2 v1.0.106 |
| 391 | 2026-07-10T22:10:47.133Z | Compiling unicode-ident v1.0.24 |
| 392 | 2026-07-10T22:10:47.133Z | Compiling quote v1.0.45 |
| 393 | 2026-07-10T22:10:47.137Z | Compiling serde_core v1.0.228 |
| 394 | 2026-07-10T22:10:47.137Z | Compiling libc v0.2.185 |
| 395 | 2026-07-10T22:10:47.137Z | Compiling version_check v0.9.5 |
| 396 | 2026-07-10T22:10:47.137Z | Compiling memchr v2.8.0 |
| 397 | 2026-07-10T22:10:47.137Z | Compiling serde v1.0.228 |
| 398 | 2026-07-10T22:10:47.475Z | Compiling zmij v1.0.21 |
| 399 | 2026-07-10T22:10:47.701Z | Compiling itoa v1.0.17 |
| 400 | 2026-07-10T22:10:47.840Z | Compiling thiserror v1.0.69 |
| 401 | 2026-07-10T22:10:47.885Z | Compiling ucd-trie v0.1.7 |
| 402 | 2026-07-10T22:10:47.996Z | Compiling byteorder v1.5.0 |
| 403 | 2026-07-10T22:10:48.142Z | Compiling pest v2.8.6 |
| 404 | 2026-07-10T22:10:48.146Z | Compiling rustix v1.1.3 |
| 405 | 2026-07-10T22:10:48.222Z | Compiling errno v0.3.14 |
| 406 | 2026-07-10T22:10:48.332Z | Compiling bitflags v2.11.0 |
| 407 | 2026-07-10T22:10:48.372Z | Compiling serde_json v1.0.150 |
| 408 | 2026-07-10T22:10:48.633Z | Compiling thread-id v4.2.2 |
| 409 | 2026-07-10T22:10:48.678Z | Compiling proc-macro-error-attr v1.0.4 |
| 410 | 2026-07-10T22:10:48.705Z | Compiling syn v2.0.117 |
| 411 | 2026-07-10T22:10:48.792Z | Compiling usdt-impl v0.5.0 |
| 412 | 2026-07-10T22:10:48.829Z | Compiling camino v1.2.2 |
| 413 | 2026-07-10T22:10:48.873Z | Compiling syn v1.0.109 |
| 414 | 2026-07-10T22:10:49.164Z | Compiling pest_meta v2.8.6 |
| 415 | 2026-07-10T22:10:49.234Z | Compiling proc-macro-error v1.0.4 |
| 416 | 2026-07-10T22:10:49.246Z | Compiling getrandom v0.4.1 |
| 417 | 2026-07-10T22:10:49.364Z | Compiling equivalent v1.0.2 |
| 418 | 2026-07-10T22:10:49.429Z | Compiling log v0.4.29 |
| 419 | 2026-07-10T22:10:49.617Z | Compiling hashbrown v0.17.0 |
| 420 | 2026-07-10T22:10:49.647Z | Compiling plain v0.2.3 |
| 421 | 2026-07-10T22:10:49.667Z | Compiling utf8parse v0.2.2 |
| 422 | 2026-07-10T22:10:49.760Z | Compiling anstyle-parse v1.0.0 |
| 423 | 2026-07-10T22:10:49.808Z | Compiling terminal_size v0.4.3 |
| 424 | 2026-07-10T22:10:50.171Z | Compiling indexmap v2.14.0 |
| 425 | 2026-07-10T22:10:50.435Z | Compiling anstyle-query v1.1.5 |
| 426 | 2026-07-10T22:10:50.471Z | Compiling winnow v0.7.14 |
| 427 | 2026-07-10T22:10:50.521Z | Compiling is_terminal_polyfill v1.70.2 |
| 428 | 2026-07-10T22:10:50.565Z | Compiling cfg-if v1.0.4 |
| 429 | 2026-07-10T22:10:50.621Z | Compiling thiserror v2.0.18 |
| 430 | 2026-07-10T22:10:50.641Z | Compiling colorchoice v1.0.4 |
| 431 | 2026-07-10T22:10:50.763Z | Compiling anstyle v1.0.14 |
| 432 | 2026-07-10T22:10:50.780Z | Compiling toml_write v0.1.2 |
| 433 | 2026-07-10T22:10:50.816Z | Compiling autocfg v1.5.0 |
| 434 | 2026-07-10T22:10:50.968Z | Compiling pest_generator v2.8.6 |
| 435 | 2026-07-10T22:10:50.971Z | Compiling pretty-hex v0.4.1 |
| 436 | 2026-07-10T22:10:51.002Z | Compiling anstream v1.0.0 |
| 437 | 2026-07-10T22:10:51.236Z | Compiling fs-err v3.3.0 |
| 438 | 2026-07-10T22:10:51.376Z | Compiling strsim v0.11.1 |
| 439 | 2026-07-10T22:10:51.418Z | Compiling anyhow v1.0.102 |
| 440 | 2026-07-10T22:10:51.436Z | Compiling bytecount v0.6.9 |
| 441 | 2026-07-10T22:10:51.450Z | Compiling unicode-width v0.1.14 |
| 442 | 2026-07-10T22:10:51.570Z | Compiling heck v0.4.1 |
| 443 | 2026-07-10T22:10:51.672Z | Compiling clap_lex v1.0.0 |
| 444 | 2026-07-10T22:10:51.720Z | Compiling fastrand v2.3.0 |
| 445 | 2026-07-10T22:10:51.720Z | Compiling heck v0.5.0 |
| 446 | 2026-07-10T22:10:51.753Z | Compiling fnv v1.0.7 |
| 447 | 2026-07-10T22:10:51.791Z | Compiling once_cell v1.21.3 |
| 448 | 2026-07-10T22:10:51.858Z | Compiling papergrid v0.11.0 |
| 449 | 2026-07-10T22:10:51.900Z | Compiling clap_builder v4.6.0 |
| 450 | 2026-07-10T22:10:51.989Z | Compiling cargo-platform v0.3.2 |
| 451 | 2026-07-10T22:10:52.006Z | Compiling tabled_derive v0.7.0 |
| 452 | 2026-07-10T22:10:52.009Z | Compiling tempfile v3.25.0 |
| 453 | 2026-07-10T22:10:52.070Z | Compiling semver v1.0.28 |
| 454 | 2026-07-10T22:10:52.159Z | Compiling memmap v0.7.0 |
| 455 | 2026-07-10T22:10:52.260Z | Compiling unicode-linebreak v0.1.5 |
| 456 | 2026-07-10T22:10:52.345Z | Compiling smawk v0.3.2 |
| 457 | 2026-07-10T22:10:52.394Z | Compiling unicode-width v0.2.0 |
| 458 | 2026-07-10T22:10:52.412Z | Compiling camino-tempfile v1.4.1 |
| 459 | 2026-07-10T22:10:52.571Z | Compiling serde_derive v1.0.228 |
| 460 | 2026-07-10T22:10:52.703Z | Compiling thiserror-impl v1.0.69 |
| 461 | 2026-07-10T22:10:52.721Z | Compiling zerocopy-derive v0.7.35 |
| 462 | 2026-07-10T22:10:52.815Z | Compiling pest_derive v2.8.6 |
| 463 | 2026-07-10T22:10:52.868Z | Compiling scroll_derive v0.12.1 |
| 464 | 2026-07-10T22:10:52.975Z | Compiling thiserror-impl v2.0.18 |
| 465 | 2026-07-10T22:10:53.279Z | Compiling clap_derive v4.6.1 |
| 466 | 2026-07-10T22:10:53.297Z | Compiling tabled v0.15.0 |
| 467 | 2026-07-10T22:10:53.563Z | Compiling scroll v0.12.0 |
| 468 | 2026-07-10T22:10:53.612Z | Compiling zerocopy v0.7.35 |
| 469 | 2026-07-10T22:10:53.840Z | Compiling goblin v0.8.2 |
| 470 | 2026-07-10T22:10:54.112Z | Compiling dtrace-parser v0.2.0 |
| 471 | 2026-07-10T22:10:54.161Z | Compiling textwrap v0.16.2 |
| 472 | 2026-07-10T22:10:54.474Z | Compiling swrite v0.1.0 |
| 473 | 2026-07-10T22:10:55.039Z | Compiling clap v4.6.1 |
| 474 | 2026-07-10T22:10:55.608Z | Compiling dof v0.3.0 |
| 475 | 2026-07-10T22:10:55.608Z | Compiling serde_tokenstream v0.2.3 |
| 476 | 2026-07-10T22:10:55.611Z | Compiling toml_datetime v0.6.11 |
| 477 | 2026-07-10T22:10:55.611Z | Compiling serde_spanned v0.6.9 |
| 478 | 2026-07-10T22:10:55.611Z | Compiling macaddr v1.0.1 |
| 479 | 2026-07-10T22:10:55.688Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-07-10T22:10:55.704Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-07-10T22:10:55.800Z | Compiling toml_edit v0.22.27 |
| 482 | 2026-07-10T22:10:56.392Z | Compiling usdt-attr-macro v0.5.0 |
| 483 | 2026-07-10T22:10:56.392Z | Compiling usdt-macro v0.5.0 |
| 484 | 2026-07-10T22:10:57.022Z | Compiling usdt v0.5.0 |
| 485 | 2026-07-10T22:10:57.121Z | Compiling toml v0.8.23 |
| 486 | 2026-07-10T22:10:57.455Z | Compiling cargo_toml v0.21.0 |
| 487 | 2026-07-10T22:10:58.737Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 488 | 2026-07-10T22:11:00.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.27s |
| 489 | 2026-07-10T22:11:00.907Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 490 | 2026-07-10T22:11:01.407Z | Downloading crates ... |
| 491 | 2026-07-10T22:11:01.494Z | Downloaded adler2 v2.0.1 |
| 492 | 2026-07-10T22:11:01.505Z | Downloaded atty v0.2.14 |
| 493 | 2026-07-10T22:11:01.510Z | Downloaded aes-gcm v0.11.0 |
| 494 | 2026-07-10T22:11:01.514Z | Downloaded atomicwrites v0.4.4 |
| 495 | 2026-07-10T22:11:01.517Z | Downloaded array-init v0.0.4 |
| 496 | 2026-07-10T22:11:01.519Z | Downloaded crc32fast v1.5.0 |
| 497 | 2026-07-10T22:11:01.522Z | Downloaded async-stream-impl v0.3.6 |
| 498 | 2026-07-10T22:11:01.522Z | Downloaded corncobs v0.1.4 |
| 499 | 2026-07-10T22:11:01.524Z | Downloaded arrayref v0.3.9 |
| 500 | 2026-07-10T22:11:01.524Z | Downloaded darling_core v0.13.4 |
| 501 | 2026-07-10T22:11:01.527Z | Downloaded bitfield-struct v0.6.2 |
| 502 | 2026-07-10T22:11:01.527Z | Downloaded convert_case v0.10.0 |
| 503 | 2026-07-10T22:11:01.530Z | Downloaded ena v0.14.4 |
| 504 | 2026-07-10T22:11:01.530Z | Downloaded der_derive v0.7.3 |
| 505 | 2026-07-10T22:11:01.547Z | Downloaded atomic-waker v1.1.2 |
| 506 | 2026-07-10T22:11:01.548Z | Downloaded drift v0.2.0 |
| 507 | 2026-07-10T22:11:01.548Z | Downloaded daft-derive v0.1.7 |
| 508 | 2026-07-10T22:11:01.548Z | Downloaded darling_core v0.21.3 |
| 509 | 2026-07-10T22:11:01.548Z | Downloaded bcs v0.1.6 |
| 510 | 2026-07-10T22:11:01.548Z | Downloaded crossbeam-utils v0.8.21 |
| 511 | 2026-07-10T22:11:01.548Z | Downloaded bit-set v0.8.0 |
| 512 | 2026-07-10T22:11:01.554Z | Downloaded data-encoding v2.10.0 |
| 513 | 2026-07-10T22:11:01.554Z | Downloaded critical-section v1.2.0 |
| 514 | 2026-07-10T22:11:01.554Z | Downloaded base16ct v0.2.0 |
| 515 | 2026-07-10T22:11:01.555Z | Downloaded anstyle-parse v0.2.7 |
| 516 | 2026-07-10T22:11:01.557Z | Downloaded cstr-argument v0.1.2 |
| 517 | 2026-07-10T22:11:01.557Z | Downloaded arrayvec v0.7.6 |
| 518 | 2026-07-10T22:11:01.557Z | Downloaded defmt v0.3.100 |
| 519 | 2026-07-10T22:11:01.557Z | Downloaded bitflags v1.3.2 |
| 520 | 2026-07-10T22:11:01.557Z | Downloaded darling_macro v0.23.0 |
| 521 | 2026-07-10T22:11:01.560Z | Downloaded bit-vec v0.6.3 |
| 522 | 2026-07-10T22:11:01.560Z | Downloaded backoff v0.4.0 |
| 523 | 2026-07-10T22:11:01.563Z | Downloaded block-buffer v0.12.1 |
| 524 | 2026-07-10T22:11:01.563Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 525 | 2026-07-10T22:11:01.563Z | Downloaded ahash v0.8.12 |
| 526 | 2026-07-10T22:11:01.572Z | Downloaded darling v0.20.11 |
| 527 | 2026-07-10T22:11:01.574Z | Downloaded crypto-bigint v0.5.5 |
| 528 | 2026-07-10T22:11:01.575Z | Downloaded derive_builder v0.20.2 |
| 529 | 2026-07-10T22:11:01.575Z | Downloaded async-trait v0.1.89 |
| 530 | 2026-07-10T22:11:01.578Z | Downloaded ciborium-io v0.2.2 |
| 531 | 2026-07-10T22:11:01.578Z | Downloaded base64ct v1.8.3 |
| 532 | 2026-07-10T22:11:01.580Z | Downloaded base16ct v1.0.0 |
| 533 | 2026-07-10T22:11:01.581Z | Downloaded crunchy v0.2.4 |
| 534 | 2026-07-10T22:11:01.581Z | Downloaded crossterm v0.29.0 |
| 535 | 2026-07-10T22:11:01.584Z | Downloaded bit-vec v0.8.0 |
| 536 | 2026-07-10T22:11:01.586Z | Downloaded argon2 v0.5.3 |
| 537 | 2026-07-10T22:11:01.586Z | Downloaded ctr v0.10.1 |
| 538 | 2026-07-10T22:11:01.589Z | Downloaded crc8 v0.1.1 |
| 539 | 2026-07-10T22:11:01.589Z | Downloaded cobs v0.3.0 |
| 540 | 2026-07-10T22:11:01.592Z | Downloaded compression-core v0.4.31 |
| 541 | 2026-07-10T22:11:01.592Z | Downloaded ciborium-ll v0.2.2 |
| 542 | 2026-07-10T22:11:01.592Z | Downloaded debug-ignore v1.0.5 |
| 543 | 2026-07-10T22:11:01.597Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 544 | 2026-07-10T22:11:01.597Z | Downloaded embedded-io v0.6.1 |
| 545 | 2026-07-10T22:11:01.597Z | Downloaded cfg_aliases v0.2.1 |
| 546 | 2026-07-10T22:11:01.601Z | Downloaded crypto-common v0.2.2 |
| 547 | 2026-07-10T22:11:01.601Z | Downloaded convert_case v0.4.0 |
| 548 | 2026-07-10T22:11:01.601Z | Downloaded bitfield-macros v0.19.4 |
| 549 | 2026-07-10T22:11:01.601Z | Downloaded assert_matches v1.5.0 |
| 550 | 2026-07-10T22:11:01.601Z | Downloaded csv-core v0.1.13 |
| 551 | 2026-07-10T22:11:01.601Z | Downloaded bit-set v0.5.3 |
| 552 | 2026-07-10T22:11:01.605Z | Downloaded bb8 v0.8.6 |
| 553 | 2026-07-10T22:11:01.605Z | Downloaded aead v0.6.1 |
| 554 | 2026-07-10T22:11:01.605Z | Downloaded crucible-workspace-hack v0.1.0 |
| 555 | 2026-07-10T22:11:01.605Z | Downloaded crc-catalog v2.4.0 |
| 556 | 2026-07-10T22:11:01.608Z | Downloaded async-stream v0.3.6 |
| 557 | 2026-07-10T22:11:01.608Z | Downloaded async-recursion v1.1.1 |
| 558 | 2026-07-10T22:11:01.611Z | Downloaded ascii-canvas v3.0.0 |
| 559 | 2026-07-10T22:11:01.611Z | Downloaded aead v0.5.2 |
| 560 | 2026-07-10T22:11:01.611Z | Downloaded castaway v0.2.4 |
| 561 | 2026-07-10T22:11:01.613Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 562 | 2026-07-10T22:11:01.613Z | Downloaded display-error-chain v0.2.2 |
| 563 | 2026-07-10T22:11:01.614Z | Downloaded crc v3.4.0 |
| 564 | 2026-07-10T22:11:01.616Z | Downloaded displaydoc v0.2.5 |
| 565 | 2026-07-10T22:11:01.619Z | Downloaded dyn-clone v1.0.20 |
| 566 | 2026-07-10T22:11:01.622Z | Downloaded cfg_aliases v0.1.1 |
| 567 | 2026-07-10T22:11:01.622Z | Downloaded defmt-macros v1.0.1 |
| 568 | 2026-07-10T22:11:01.625Z | Downloaded endian-type v0.1.2 |
| 569 | 2026-07-10T22:11:01.625Z | Downloaded defmt v1.0.1 |
| 570 | 2026-07-10T22:11:01.627Z | Downloaded bitfield v0.19.4 |
| 571 | 2026-07-10T22:11:01.627Z | Downloaded darling v0.13.4 |
| 572 | 2026-07-10T22:11:01.630Z | Downloaded document-features v0.2.12 |
| 573 | 2026-07-10T22:11:01.630Z | Downloaded embedded-io v0.4.0 |
| 574 | 2026-07-10T22:11:01.633Z | Downloaded difflib v0.4.0 |
| 575 | 2026-07-10T22:11:01.633Z | Downloaded enum-as-inner v0.6.1 |
| 576 | 2026-07-10T22:11:01.633Z | Downloaded dunce v1.0.5 |
| 577 | 2026-07-10T22:11:01.636Z | Downloaded downcast-rs v2.0.2 |
| 578 | 2026-07-10T22:11:01.636Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 579 | 2026-07-10T22:11:01.636Z | Downloaded dof v0.4.0 |
| 580 | 2026-07-10T22:11:01.639Z | Downloaded darling_macro v0.13.4 |
| 581 | 2026-07-10T22:11:01.639Z | Downloaded dirs-sys-next v0.1.2 |
| 582 | 2026-07-10T22:11:01.639Z | Downloaded cpufeatures v0.3.0 |
| 583 | 2026-07-10T22:11:01.642Z | Downloaded dirs-next v2.0.0 |
| 584 | 2026-07-10T22:11:01.645Z | Downloaded chacha20 v0.9.1 |
| 585 | 2026-07-10T22:11:01.645Z | Downloaded derive_builder_macro v0.20.2 |
| 586 | 2026-07-10T22:11:01.648Z | Downloaded fixedbitset v0.4.2 |
| 587 | 2026-07-10T22:11:01.648Z | Downloaded dtrace-parser v0.3.0 |
| 588 | 2026-07-10T22:11:01.648Z | Downloaded env_filter v1.0.0 |
| 589 | 2026-07-10T22:11:01.651Z | Downloaded compression-codecs v0.4.37 |
| 590 | 2026-07-10T22:11:01.651Z | Downloaded foreign-types v0.5.0 |
| 591 | 2026-07-10T22:11:01.654Z | Downloaded float-cmp v0.10.0 |
| 592 | 2026-07-10T22:11:01.654Z | Downloaded form_urlencoded v1.2.2 |
| 593 | 2026-07-10T22:11:01.654Z | Downloaded float-ord v0.3.2 |
| 594 | 2026-07-10T22:11:01.654Z | Downloaded flagset v0.4.7 |
| 595 | 2026-07-10T22:11:01.657Z | Downloaded defmt-parser v1.0.0 |
| 596 | 2026-07-10T22:11:01.657Z | Downloaded darling_macro v0.21.3 |
| 597 | 2026-07-10T22:11:01.657Z | Downloaded fd-lock v4.0.4 |
| 598 | 2026-07-10T22:11:01.660Z | Downloaded futures-sink v0.3.32 |
| 599 | 2026-07-10T22:11:01.661Z | Downloaded foreign-types v0.3.2 |
| 600 | 2026-07-10T22:11:01.661Z | Downloaded foreign-types-shared v0.1.1 |
| 601 | 2026-07-10T22:11:01.661Z | Downloaded foreign-types-macros v0.2.3 |
| 602 | 2026-07-10T22:11:01.664Z | Downloaded console v0.15.11 |
| 603 | 2026-07-10T22:11:01.664Z | Downloaded async-bb8-diesel v0.2.1 |
| 604 | 2026-07-10T22:11:01.664Z | Downloaded futures-core v0.3.32 |
| 605 | 2026-07-10T22:11:01.667Z | Downloaded darling_macro v0.20.11 |
| 606 | 2026-07-10T22:11:01.667Z | Downloaded ed25519 v2.2.3 |
| 607 | 2026-07-10T22:11:01.667Z | Downloaded const_format_proc_macros v0.2.34 |
| 608 | 2026-07-10T22:11:01.670Z | Downloaded cipher v0.5.2 |
| 609 | 2026-07-10T22:11:01.670Z | Downloaded cmov v0.5.4 |
| 610 | 2026-07-10T22:11:01.672Z | Downloaded camino-tempfile-ext v0.3.3 |
| 611 | 2026-07-10T22:11:01.672Z | Downloaded block-padding v0.4.2 |
| 612 | 2026-07-10T22:11:01.675Z | Downloaded either v1.15.0 |
| 613 | 2026-07-10T22:11:01.675Z | Downloaded ecdsa v0.16.9 |
| 614 | 2026-07-10T22:11:01.678Z | Downloaded diesel-dtrace v0.5.0 |
| 615 | 2026-07-10T22:11:01.678Z | Downloaded delegate v0.13.5 |
| 616 | 2026-07-10T22:11:01.678Z | Downloaded daft v0.1.7 |
| 617 | 2026-07-10T22:11:01.681Z | Downloaded futures-macro v0.3.32 |
| 618 | 2026-07-10T22:11:01.681Z | Downloaded futures-task v0.3.32 |
| 619 | 2026-07-10T22:11:01.681Z | Downloaded gethostname v0.5.0 |
| 620 | 2026-07-10T22:11:01.684Z | Downloaded fxhash v0.2.1 |
| 621 | 2026-07-10T22:11:01.684Z | Downloaded funty v2.0.0 |
| 622 | 2026-07-10T22:11:01.684Z | Downloaded ghash v0.6.0 |
| 623 | 2026-07-10T22:11:01.687Z | Downloaded futures-io v0.3.32 |
| 624 | 2026-07-10T22:11:01.687Z | Downloaded anstream v0.6.21 |
| 625 | 2026-07-10T22:11:01.689Z | Downloaded hash32 v0.3.1 |
| 626 | 2026-07-10T22:11:01.689Z | Downloaded cexpr v0.6.0 |
| 627 | 2026-07-10T22:11:01.689Z | Downloaded blowfish v0.10.0 |
| 628 | 2026-07-10T22:11:01.692Z | Downloaded cmake v0.1.57 |
| 629 | 2026-07-10T22:11:01.692Z | Downloaded hex-literal v1.1.0 |
| 630 | 2026-07-10T22:11:01.692Z | Downloaded hash32 v0.2.1 |
| 631 | 2026-07-10T22:11:01.695Z | Downloaded cpubits v0.1.1 |
| 632 | 2026-07-10T22:11:01.697Z | Downloaded buf-list v1.1.2 |
| 633 | 2026-07-10T22:11:01.697Z | Downloaded crossbeam-deque v0.8.6 |
| 634 | 2026-07-10T22:11:01.700Z | Downloaded byte-wrapper v0.1.0 |
| 635 | 2026-07-10T22:11:01.703Z | Downloaded git-stub v1.0.0 |
| 636 | 2026-07-10T22:11:01.703Z | Downloaded dsl_auto_type v0.2.0 |
| 637 | 2026-07-10T22:11:01.706Z | Downloaded globwalk v0.9.1 |
| 638 | 2026-07-10T22:11:01.708Z | Downloaded derive_builder_core v0.20.2 |
| 639 | 2026-07-10T22:11:01.708Z | Downloaded enum_dispatch v0.3.13 |
| 640 | 2026-07-10T22:11:01.711Z | Downloaded constant_time_eq v0.4.2 |
| 641 | 2026-07-10T22:11:01.711Z | Downloaded ed25519 v3.0.0 |
| 642 | 2026-07-10T22:11:01.714Z | Downloaded filetime v0.2.27 |
| 643 | 2026-07-10T22:11:01.714Z | Downloaded digest v0.11.3 |
| 644 | 2026-07-10T22:11:01.717Z | Downloaded foldhash v0.2.0 |
| 645 | 2026-07-10T22:11:01.717Z | Downloaded fixedbitset v0.5.7 |
| 646 | 2026-07-10T22:11:01.720Z | Downloaded headers-core v0.3.0 |
| 647 | 2026-07-10T22:11:01.720Z | Downloaded ff v0.13.1 |
| 648 | 2026-07-10T22:11:01.720Z | Downloaded erased-serde v0.3.31 |
| 649 | 2026-07-10T22:11:01.723Z | Downloaded hex v0.4.3 |
| 650 | 2026-07-10T22:11:01.723Z | Downloaded find-msvc-tools v0.1.9 |
| 651 | 2026-07-10T22:11:01.726Z | Downloaded blake2 v0.10.6 |
| 652 | 2026-07-10T22:11:01.726Z | Downloaded fs-err v2.11.0 |
| 653 | 2026-07-10T22:11:01.729Z | Downloaded foreign-types-shared v0.3.1 |
| 654 | 2026-07-10T22:11:01.729Z | Downloaded foldhash v0.1.5 |
| 655 | 2026-07-10T22:11:01.729Z | Downloaded diff v0.1.13 |
| 656 | 2026-07-10T22:11:01.732Z | Downloaded crossbeam-epoch v0.9.18 |
| 657 | 2026-07-10T22:11:01.732Z | Downloaded cookie_store v0.22.1 |
| 658 | 2026-07-10T22:11:01.735Z | Downloaded chacha20 v0.10.0 |
| 659 | 2026-07-10T22:11:01.735Z | Downloaded darling v0.21.3 |
| 660 | 2026-07-10T22:11:01.738Z | Downloaded hostname v0.3.1 |
| 661 | 2026-07-10T22:11:01.740Z | Downloaded derive-ex v0.1.8 |
| 662 | 2026-07-10T22:11:01.740Z | Downloaded home v0.5.12 |
| 663 | 2026-07-10T22:11:01.743Z | Downloaded blake2 v0.11.0-rc.6 |
| 664 | 2026-07-10T22:11:01.743Z | Downloaded console v0.16.2 |
| 665 | 2026-07-10T22:11:01.748Z | Downloaded base64 v0.22.1 |
| 666 | 2026-07-10T22:11:01.748Z | Downloaded httpdate v1.0.3 |
| 667 | 2026-07-10T22:11:01.748Z | Downloaded http-body v1.0.1 |
| 668 | 2026-07-10T22:11:01.748Z | Downloaded hubpack v0.1.2 |
| 669 | 2026-07-10T22:11:01.750Z | Downloaded git-stub-vcs v0.1.0 |
| 670 | 2026-07-10T22:11:01.750Z | Downloaded glob v0.3.3 |
| 671 | 2026-07-10T22:11:01.753Z | Downloaded futures-executor v0.3.32 |
| 672 | 2026-07-10T22:11:01.753Z | Downloaded colored v2.2.0 |
| 673 | 2026-07-10T22:11:01.757Z | Downloaded clang-sys v1.8.1 |
| 674 | 2026-07-10T22:11:01.757Z | Downloaded backon v1.6.0 |
| 675 | 2026-07-10T22:11:01.761Z | Downloaded cookie v0.18.1 |
| 676 | 2026-07-10T22:11:01.761Z | Downloaded hubpack_derive v0.1.1 |
| 677 | 2026-07-10T22:11:01.761Z | Downloaded globset v0.4.18 |
| 678 | 2026-07-10T22:11:01.761Z | Downloaded const-oid v0.9.6 |
| 679 | 2026-07-10T22:11:01.764Z | Downloaded cbc v0.2.1 |
| 680 | 2026-07-10T22:11:01.764Z | Downloaded argon2 v0.6.0-rc.8 |
| 681 | 2026-07-10T22:11:01.764Z | Downloaded fs_extra v1.3.0 |
| 682 | 2026-07-10T22:11:01.769Z | Downloaded idna_adapter v1.2.1 |
| 683 | 2026-07-10T22:11:01.769Z | Downloaded group v0.13.0 |
| 684 | 2026-07-10T22:11:01.769Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 685 | 2026-07-10T22:11:01.769Z | Downloaded illumos-nvpair v0.3.0 |
| 686 | 2026-07-10T22:11:01.769Z | Downloaded inout v0.1.4 |
| 687 | 2026-07-10T22:11:01.772Z | Downloaded group v0.14.0 |
| 688 | 2026-07-10T22:11:01.772Z | Downloaded arc-swap v1.8.2 |
| 689 | 2026-07-10T22:11:01.774Z | Downloaded deranged v0.5.8 |
| 690 | 2026-07-10T22:11:01.776Z | Downloaded hyper-tls v0.6.0 |
| 691 | 2026-07-10T22:11:01.779Z | Downloaded ctutils v0.4.2 |
| 692 | 2026-07-10T22:11:01.779Z | Downloaded ident_case v1.0.1 |
| 693 | 2026-07-10T22:11:01.780Z | Downloaded darling v0.23.0 |
| 694 | 2026-07-10T22:11:01.782Z | Downloaded allocator-api2 v0.2.21 |
| 695 | 2026-07-10T22:11:01.782Z | Downloaded highway v1.3.0 |
| 696 | 2026-07-10T22:11:01.785Z | Downloaded des v0.9.0 |
| 697 | 2026-07-10T22:11:01.785Z | Downloaded colored v3.1.1 |
| 698 | 2026-07-10T22:11:01.788Z | Downloaded indoc v1.0.9 |
| 699 | 2026-07-10T22:11:01.788Z | Downloaded cassowary v0.3.0 |
| 700 | 2026-07-10T22:11:01.790Z | Downloaded instability v0.3.11 |
| 701 | 2026-07-10T22:11:01.790Z | Downloaded bzip2 v0.6.1 |
| 702 | 2026-07-10T22:11:01.794Z | Downloaded bzip2 v0.4.4 |
| 703 | 2026-07-10T22:11:01.794Z | Downloaded is_ci v1.2.0 |
| 704 | 2026-07-10T22:11:01.794Z | Downloaded indent_write v2.2.0 |
| 705 | 2026-07-10T22:11:01.797Z | Downloaded internet-checksum v0.2.1 |
| 706 | 2026-07-10T22:11:01.797Z | Downloaded env_logger v0.11.9 |
| 707 | 2026-07-10T22:11:01.797Z | Downloaded ff v0.14.0 |
| 708 | 2026-07-10T22:11:01.800Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 709 | 2026-07-10T22:11:01.800Z | Downloaded base64 v0.21.7 |
| 710 | 2026-07-10T22:11:01.803Z | Downloaded fallible-iterator v0.2.0 |
| 711 | 2026-07-10T22:11:01.805Z | Downloaded cipher v0.4.4 |
| 712 | 2026-07-10T22:11:01.805Z | Downloaded ciborium v0.2.2 |
| 713 | 2026-07-10T22:11:01.805Z | Downloaded instant v0.1.13 |
| 714 | 2026-07-10T22:11:01.809Z | Downloaded darling_core v0.20.11 |
| 715 | 2026-07-10T22:11:01.811Z | Downloaded kem v0.3.0 |
| 716 | 2026-07-10T22:11:01.812Z | Downloaded keccak v0.1.6 |
| 717 | 2026-07-10T22:11:01.812Z | Downloaded hostname v0.4.2 |
| 718 | 2026-07-10T22:11:01.815Z | Downloaded is-terminal v0.4.17 |
| 719 | 2026-07-10T22:11:01.815Z | Downloaded const-oid v0.10.2 |
| 720 | 2026-07-10T22:11:01.818Z | Downloaded ar_archive_writer v0.5.1 |
| 721 | 2026-07-10T22:11:01.818Z | Downloaded lalrpop-util v0.19.12 |
| 722 | 2026-07-10T22:11:01.818Z | Downloaded lazy_static v1.5.0 |
| 723 | 2026-07-10T22:11:01.820Z | Downloaded kstat-rs v0.2.4 |
| 724 | 2026-07-10T22:11:01.820Z | Downloaded cancel-safe-futures v0.1.5 |
| 725 | 2026-07-10T22:11:01.823Z | Downloaded linked-hash-map v0.5.6 |
| 726 | 2026-07-10T22:11:01.826Z | Downloaded http-body-util v0.1.3 |
| 727 | 2026-07-10T22:11:01.826Z | Downloaded humantime v2.3.0 |
| 728 | 2026-07-10T22:11:01.829Z | Downloaded http-range v0.1.5 |
| 729 | 2026-07-10T22:11:01.829Z | Downloaded half v1.8.3 |
| 730 | 2026-07-10T22:11:01.831Z | Downloaded match_cfg v0.1.0 |
| 731 | 2026-07-10T22:11:01.831Z | Downloaded managed v0.8.0 |
| 732 | 2026-07-10T22:11:01.832Z | Downloaded lru-slab v0.1.2 |
| 733 | 2026-07-10T22:11:01.834Z | Downloaded lru-cache v0.1.2 |
| 734 | 2026-07-10T22:11:01.834Z | Downloaded hyper-staticfile v0.10.1 |
| 735 | 2026-07-10T22:11:01.834Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 736 | 2026-07-10T22:11:01.837Z | Downloaded fatfs v0.3.6 |
| 737 | 2026-07-10T22:11:01.840Z | Downloaded md-5 v0.10.6 |
| 738 | 2026-07-10T22:11:01.844Z | Downloaded md5 v0.8.0 |
| 739 | 2026-07-10T22:11:01.844Z | Downloaded maybe-uninit v2.0.0 |
| 740 | 2026-07-10T22:11:01.844Z | Downloaded memoffset v0.9.1 |
| 741 | 2026-07-10T22:11:01.844Z | Downloaded mime v0.3.17 |
| 742 | 2026-07-10T22:11:01.846Z | Downloaded ingot-types v0.1.2 |
| 743 | 2026-07-10T22:11:01.846Z | Downloaded dropshot_endpoint v0.17.1 |
| 744 | 2026-07-10T22:11:01.849Z | Downloaded maplit v1.0.2 |
| 745 | 2026-07-10T22:11:01.849Z | Downloaded lru v0.12.5 |
| 746 | 2026-07-10T22:11:01.852Z | Downloaded ecdsa v0.17.0-rc.18 |
| 747 | 2026-07-10T22:11:01.855Z | Downloaded inout v0.2.2 |
| 748 | 2026-07-10T22:11:01.855Z | Downloaded ingot v0.1.1 |
| 749 | 2026-07-10T22:11:01.857Z | Downloaded indoc v2.0.7 |
| 750 | 2026-07-10T22:11:01.857Z | Downloaded jobserver v0.1.34 |
| 751 | 2026-07-10T22:11:01.860Z | Downloaded derive_more v0.99.20 |
| 752 | 2026-07-10T22:11:01.863Z | Downloaded newtype_derive v0.1.6 |
| 753 | 2026-07-10T22:11:01.863Z | Downloaded new_debug_unreachable v1.0.6 |
| 754 | 2026-07-10T22:11:01.866Z | Downloaded multimap v0.10.1 |
| 755 | 2026-07-10T22:11:01.866Z | Downloaded newtype-uuid-macros v0.1.0 |
| 756 | 2026-07-10T22:11:01.866Z | Downloaded futures-channel v0.3.32 |
| 757 | 2026-07-10T22:11:01.869Z | Downloaded nodrop v0.1.14 |
| 758 | 2026-07-10T22:11:01.869Z | Downloaded newline-converter v0.3.0 |
| 759 | 2026-07-10T22:11:01.872Z | Downloaded futures v0.3.32 |
| 760 | 2026-07-10T22:11:01.874Z | Downloaded derive-where v1.6.0 |
| 761 | 2026-07-10T22:11:01.877Z | Downloaded getrandom v0.3.4 |
| 762 | 2026-07-10T22:11:01.883Z | Downloaded getrandom v0.2.17 |
| 763 | 2026-07-10T22:11:01.883Z | Downloaded num-conv v0.2.0 |
| 764 | 2026-07-10T22:11:01.886Z | Downloaded hmac v0.12.1 |
| 765 | 2026-07-10T22:11:01.886Z | Downloaded num-iter v0.1.45 |
| 766 | 2026-07-10T22:11:01.886Z | Downloaded ipnetwork v0.21.1 |
| 767 | 2026-07-10T22:11:01.886Z | Downloaded hmac v0.13.0 |
| 768 | 2026-07-10T22:11:01.886Z | Downloaded num-derive v0.4.2 |
| 769 | 2026-07-10T22:11:01.889Z | Downloaded bytes v1.11.1 |
| 770 | 2026-07-10T22:11:01.892Z | Downloaded linear-map v1.2.0 |
| 771 | 2026-07-10T22:11:01.892Z | Downloaded libsw-core v0.3.2 |
| 772 | 2026-07-10T22:11:01.892Z | Downloaded lzss v0.8.2 |
| 773 | 2026-07-10T22:11:01.895Z | Downloaded libscf-sys v1.1.0 |
| 774 | 2026-07-10T22:11:01.895Z | Downloaded libsw v3.5.0 |
| 775 | 2026-07-10T22:11:01.899Z | Downloaded keccak v0.2.0 |
| 776 | 2026-07-10T22:11:01.899Z | Downloaded libefi-sys v0.1.0 |
| 777 | 2026-07-10T22:11:01.899Z | Downloaded num v0.4.3 |
| 778 | 2026-07-10T22:11:01.899Z | Downloaded half v2.7.1 |
| 779 | 2026-07-10T22:11:01.902Z | Downloaded normalize-line-endings v0.3.0 |
| 780 | 2026-07-10T22:11:01.902Z | Downloaded iana-time-zone v0.1.65 |
| 781 | 2026-07-10T22:11:01.902Z | Downloaded hybrid-array v0.4.13 |
| 782 | 2026-07-10T22:11:01.905Z | Downloaded const_format v0.2.35 |
| 783 | 2026-07-10T22:11:01.908Z | Downloaded nonempty v0.12.0 |
| 784 | 2026-07-10T22:11:01.908Z | Downloaded generic-array v1.4.3 |
| 785 | 2026-07-10T22:11:01.912Z | Downloaded num_threads v0.1.7 |
| 786 | 2026-07-10T22:11:01.912Z | Downloaded num_enum_derive v0.5.11 |
| 787 | 2026-07-10T22:11:01.913Z | Downloaded hyper-rustls v0.27.7 |
| 788 | 2026-07-10T22:11:01.916Z | Downloaded crc-any v2.5.0 |
| 789 | 2026-07-10T22:11:01.917Z | Downloaded olpc-cjson v0.1.4 |
| 790 | 2026-07-10T22:11:01.917Z | Downloaded openssl-probe v0.1.6 |
| 791 | 2026-07-10T22:11:01.917Z | Downloaded opaque-debug v0.3.1 |
| 792 | 2026-07-10T22:11:01.917Z | Downloaded ingot-macros v0.1.1 |
| 793 | 2026-07-10T22:11:01.919Z | Downloaded compact_str v0.8.1 |
| 794 | 2026-07-10T22:11:01.919Z | Downloaded mime_guess v2.0.5 |
| 795 | 2026-07-10T22:11:01.922Z | Downloaded flume v0.11.1 |
| 796 | 2026-07-10T22:11:01.925Z | Downloaded chacha20poly1305 v0.10.1 |
| 797 | 2026-07-10T22:11:01.925Z | Downloaded ipnet v2.11.0 |
| 798 | 2026-07-10T22:11:01.928Z | Downloaded elliptic-curve v0.13.8 |
| 799 | 2026-07-10T22:11:01.932Z | Downloaded nibble_vec v0.1.0 |
| 800 | 2026-07-10T22:11:01.935Z | Downloaded openssl-probe v0.2.1 |
| 801 | 2026-07-10T22:11:01.937Z | Downloaded oso-derive v0.27.3 |
| 802 | 2026-07-10T22:11:01.938Z | Downloaded packed_struct_codegen v0.10.1 |
| 803 | 2026-07-10T22:11:01.938Z | Downloaded openssl-macros v0.1.1 |
| 804 | 2026-07-10T22:11:01.938Z | Downloaded native-tls v0.2.18 |
| 805 | 2026-07-10T22:11:01.941Z | Downloaded der v0.7.10 |
| 806 | 2026-07-10T22:11:01.945Z | Downloaded newtype-uuid v1.3.2 |
| 807 | 2026-07-10T22:11:01.951Z | Downloaded num-derive v0.3.3 |
| 808 | 2026-07-10T22:11:01.956Z | Downloaded parse-display v0.10.0 |
| 809 | 2026-07-10T22:11:01.958Z | Downloaded path-slash v0.1.5 |
| 810 | 2026-07-10T22:11:01.962Z | Downloaded password-hash v0.6.1 |
| 811 | 2026-07-10T22:11:01.962Z | Downloaded parse-size v1.1.0 |
| 812 | 2026-07-10T22:11:01.965Z | Downloaded libloading v0.8.9 |
| 813 | 2026-07-10T22:11:01.968Z | Downloaded litemap v0.8.1 |
| 814 | 2026-07-10T22:11:01.982Z | Downloaded phf_shared v0.11.3 |
| 815 | 2026-07-10T22:11:01.985Z | Downloaded num_enum v0.5.11 |
| 816 | 2026-07-10T22:11:01.988Z | Downloaded num_enum v0.7.6 |
| 817 | 2026-07-10T22:11:01.991Z | Downloaded icu_properties v2.1.2 |
| 818 | 2026-07-10T22:11:01.993Z | Downloaded module-lattice v0.2.3 |
| 819 | 2026-07-10T22:11:01.993Z | Downloaded memmap2 v0.9.10 |
| 820 | 2026-07-10T22:11:01.993Z | Downloaded lock_api v0.4.14 |
| 821 | 2026-07-10T22:11:01.996Z | Downloaded icu_provider v2.1.1 |
| 822 | 2026-07-10T22:11:01.996Z | Downloaded phf_shared v0.12.1 |
| 823 | 2026-07-10T22:11:01.999Z | Downloaded ignore v0.4.25 |
| 824 | 2026-07-10T22:11:01.999Z | Downloaded phf_shared v0.13.1 |
| 825 | 2026-07-10T22:11:02.002Z | Downloaded crossbeam-channel v0.5.15 |
| 826 | 2026-07-10T22:11:02.002Z | Downloaded darling_core v0.23.0 |
| 827 | 2026-07-10T22:11:02.005Z | Downloaded ed25519-dalek v2.2.0 |
| 828 | 2026-07-10T22:11:02.007Z | Downloaded indexmap v1.9.3 |
| 829 | 2026-07-10T22:11:02.010Z | Downloaded derive_more v2.1.1 |
| 830 | 2026-07-10T22:11:02.016Z | Downloaded owo-colors v4.3.0 |
| 831 | 2026-07-10T22:11:02.020Z | Downloaded nanorand v0.7.0 |
| 832 | 2026-07-10T22:11:02.020Z | Downloaded multer v3.1.0 |
| 833 | 2026-07-10T22:11:02.023Z | Downloaded precomputed-hash v0.1.1 |
| 834 | 2026-07-10T22:11:02.023Z | Downloaded predicates-tree v1.0.13 |
| 835 | 2026-07-10T22:11:02.023Z | Downloaded predicates-core v1.0.10 |
| 836 | 2026-07-10T22:11:02.023Z | Downloaded packed_struct v0.10.1 |
| 837 | 2026-07-10T22:11:02.026Z | Downloaded async-compression v0.4.41 |
| 838 | 2026-07-10T22:11:02.028Z | Downloaded oxnet v0.1.6 |
| 839 | 2026-07-10T22:11:02.031Z | Downloaded oxide-tokio-rt v0.1.4 |
| 840 | 2026-07-10T22:11:02.031Z | Downloaded potential_utf v0.1.4 |
| 841 | 2026-07-10T22:11:02.031Z | Downloaded ml-kem v0.3.2 |
| 842 | 2026-07-10T22:11:02.034Z | Downloaded heapless v0.8.0 |
| 843 | 2026-07-10T22:11:02.036Z | Downloaded heapless v0.7.17 |
| 844 | 2026-07-10T22:11:02.039Z | Downloaded nu-ansi-term v0.50.3 |
| 845 | 2026-07-10T22:11:02.039Z | Downloaded httparse v1.10.1 |
| 846 | 2026-07-10T22:11:02.042Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 847 | 2026-07-10T22:11:02.042Z | Downloaded parse-display-derive v0.10.0 |
| 848 | 2026-07-10T22:11:02.045Z | Downloaded paste v1.0.15 |
| 849 | 2026-07-10T22:11:02.045Z | Downloaded num-rational v0.4.2 |
| 850 | 2026-07-10T22:11:02.047Z | Downloaded password-hash v0.5.0 |
| 851 | 2026-07-10T22:11:02.047Z | Downloaded num-complex v0.4.6 |
| 852 | 2026-07-10T22:11:02.050Z | Downloaded pem v3.0.6 |
| 853 | 2026-07-10T22:11:02.050Z | Downloaded pbkdf2 v0.13.0 |
| 854 | 2026-07-10T22:11:02.050Z | Downloaded libbz2-rs-sys v0.2.2 |
| 855 | 2026-07-10T22:11:02.053Z | Downloaded proc-macro-crate v3.4.0 |
| 856 | 2026-07-10T22:11:02.053Z | Downloaded proc-macro-crate v1.3.1 |
| 857 | 2026-07-10T22:11:02.053Z | Downloaded headers v0.4.1 |
| 858 | 2026-07-10T22:11:02.056Z | Downloaded phf v0.12.1 |
| 859 | 2026-07-10T22:11:02.059Z | Downloaded pem-rfc7468 v1.0.0 |
| 860 | 2026-07-10T22:11:02.059Z | Downloaded progenitor-client v0.14.0 |
| 861 | 2026-07-10T22:11:02.062Z | Downloaded pem-rfc7468 v0.7.0 |
| 862 | 2026-07-10T22:11:02.062Z | Downloaded icu_locale_core v2.1.1 |
| 863 | 2026-07-10T22:11:02.065Z | Downloaded quick-error v1.2.3 |
| 864 | 2026-07-10T22:11:02.067Z | Downloaded peg v0.8.5 |
| 865 | 2026-07-10T22:11:02.070Z | Downloaded litrs v1.0.0 |
| 866 | 2026-07-10T22:11:02.070Z | Downloaded phc v0.6.1 |
| 867 | 2026-07-10T22:11:02.073Z | Downloaded derive_more-impl v2.1.1 |
| 868 | 2026-07-10T22:11:02.076Z | Downloaded pin-project-internal v1.1.11 |
| 869 | 2026-07-10T22:11:02.077Z | Downloaded psl-types v2.0.11 |
| 870 | 2026-07-10T22:11:02.079Z | Downloaded progenitor-macro v0.13.0 |
| 871 | 2026-07-10T22:11:02.079Z | Downloaded polyval v0.7.1 |
| 872 | 2026-07-10T22:11:02.079Z | Downloaded poly1305 v0.8.0 |
| 873 | 2026-07-10T22:11:02.083Z | Downloaded pkg-config v0.3.32 |
| 874 | 2026-07-10T22:11:02.083Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 875 | 2026-07-10T22:11:02.085Z | Downloaded pkcs8 v0.10.2 |
| 876 | 2026-07-10T22:11:02.085Z | Downloaded predicates v3.1.4 |
| 877 | 2026-07-10T22:11:02.088Z | Downloaded indicatif v0.18.4 |
| 878 | 2026-07-10T22:11:02.093Z | Downloaded icu_normalizer v2.1.1 |
| 879 | 2026-07-10T22:11:02.093Z | Downloaded ppv-lite86 v0.2.21 |
| 880 | 2026-07-10T22:11:02.096Z | Downloaded powerfmt v0.2.0 |
| 881 | 2026-07-10T22:11:02.096Z | Downloaded parking_lot v0.11.2 |
| 882 | 2026-07-10T22:11:02.096Z | Downloaded hickory-resolver v0.25.2 |
| 883 | 2026-07-10T22:11:02.099Z | Downloaded rand_xorshift v0.4.0 |
| 884 | 2026-07-10T22:11:02.099Z | Downloaded rand_chacha v0.3.1 |
| 885 | 2026-07-10T22:11:02.101Z | Downloaded parking_lot_core v0.9.12 |
| 886 | 2026-07-10T22:11:02.101Z | Downloaded radium v0.7.0 |
| 887 | 2026-07-10T22:11:02.104Z | Downloaded primeorder v0.13.6 |
| 888 | 2026-07-10T22:11:02.104Z | Downloaded parking_lot_core v0.8.6 |
| 889 | 2026-07-10T22:11:02.107Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 890 | 2026-07-10T22:11:02.110Z | Downloaded progenitor v0.14.0 |
| 891 | 2026-07-10T22:11:02.113Z | Downloaded aes v0.9.1 |
| 892 | 2026-07-10T22:11:02.118Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 893 | 2026-07-10T22:11:02.118Z | Downloaded recursive v0.1.1 |
| 894 | 2026-07-10T22:11:02.118Z | Downloaded proc-macro-error2 v2.0.1 |
| 895 | 2026-07-10T22:11:02.118Z | Downloaded icu_collections v2.1.1 |
| 896 | 2026-07-10T22:11:02.121Z | Downloaded ref-cast v1.0.25 |
| 897 | 2026-07-10T22:11:02.124Z | Downloaded progenitor-extras v0.2.0 |
| 898 | 2026-07-10T22:11:02.125Z | Downloaded progenitor-client v0.13.0 |
| 899 | 2026-07-10T22:11:02.127Z | Downloaded progenitor-macro v0.14.0 |
| 900 | 2026-07-10T22:11:02.127Z | Downloaded progenitor v0.13.0 |
| 901 | 2026-07-10T22:11:02.127Z | Downloaded rfc6979 v0.4.0 |
| 902 | 2026-07-10T22:11:02.130Z | Downloaded pkcs1 v0.7.5 |
| 903 | 2026-07-10T22:11:02.130Z | Downloaded peg-macros v0.8.5 |
| 904 | 2026-07-10T22:11:02.135Z | Downloaded num-traits v0.2.19 |
| 905 | 2026-07-10T22:11:02.135Z | Downloaded cc v1.2.56 |
| 906 | 2026-07-10T22:11:02.135Z | Downloaded psm v0.1.30 |
| 907 | 2026-07-10T22:11:02.138Z | Downloaded pin-project-lite v0.2.17 |
| 908 | 2026-07-10T22:11:02.141Z | Downloaded flate2 v1.1.9 |
| 909 | 2026-07-10T22:11:02.143Z | Downloaded rustc_version v0.4.1 |
| 910 | 2026-07-10T22:11:02.146Z | Downloaded rustc_version v0.1.7 |
| 911 | 2026-07-10T22:11:02.146Z | Downloaded rtoolbox v0.0.3 |
| 912 | 2026-07-10T22:11:02.146Z | Downloaded postgres-types v0.2.12 |
| 913 | 2026-07-10T22:11:02.149Z | Downloaded postgres-protocol v0.6.10 |
| 914 | 2026-07-10T22:11:02.149Z | Downloaded miniz_oxide v0.8.9 |
| 915 | 2026-07-10T22:11:02.152Z | Downloaded oso v0.27.3 |
| 916 | 2026-07-10T22:11:02.155Z | Downloaded hickory-resolver v0.24.4 |
| 917 | 2026-07-10T22:11:02.157Z | Downloaded russh-util v0.52.0 |
| 918 | 2026-07-10T22:11:02.157Z | Downloaded russh-cryptovec v0.61.0 |
| 919 | 2026-07-10T22:11:02.157Z | Downloaded rustc-hash v2.1.1 |
| 920 | 2026-07-10T22:11:02.160Z | Downloaded rand_seeder v0.4.0 |
| 921 | 2026-07-10T22:11:02.160Z | Downloaded rand_core v0.10.0 |
| 922 | 2026-07-10T22:11:02.163Z | Downloaded rand_core v0.9.5 |
| 923 | 2026-07-10T22:11:02.163Z | Downloaded rand_chacha v0.9.0 |
| 924 | 2026-07-10T22:11:02.163Z | Downloaded r2d2 v0.8.10 |
| 925 | 2026-07-10T22:11:02.166Z | Downloaded primefield v0.14.0 |
| 926 | 2026-07-10T22:11:02.166Z | Downloaded postcard v1.1.3 |
| 927 | 2026-07-10T22:11:02.168Z | Downloaded poly1305 v0.9.0 |
| 928 | 2026-07-10T22:11:02.168Z | Downloaded jiff-static v0.2.21 |
| 929 | 2026-07-10T22:11:02.172Z | Downloaded primeorder v0.14.0-rc.10 |
| 930 | 2026-07-10T22:11:02.172Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 931 | 2026-07-10T22:11:02.175Z | Downloaded papergrid v0.17.0 |
| 932 | 2026-07-10T22:11:02.177Z | Downloaded crossterm v0.28.1 |
| 933 | 2026-07-10T22:11:02.181Z | Downloaded hashbrown v0.13.2 |
| 934 | 2026-07-10T22:11:02.183Z | Downloaded pkcs8 v0.11.0 |
| 935 | 2026-07-10T22:11:02.186Z | Downloaded scheduled-thread-pool v0.2.7 |
| 936 | 2026-07-10T22:11:02.186Z | Downloaded same-file v1.0.6 |
| 937 | 2026-07-10T22:11:02.186Z | Downloaded rand_core v0.6.4 |
| 938 | 2026-07-10T22:11:02.189Z | Downloaded der v0.8.0 |
| 939 | 2026-07-10T22:11:02.192Z | Downloaded phf v0.13.1 |
| 940 | 2026-07-10T22:11:02.192Z | Downloaded scroll_derive v0.13.1 |
| 941 | 2026-07-10T22:11:02.195Z | Downloaded hashbrown v0.12.3 |
| 942 | 2026-07-10T22:11:02.197Z | Downloaded secrecy v0.8.0 |
| 943 | 2026-07-10T22:11:02.197Z | Downloaded resolv-conf v0.7.6 |
| 944 | 2026-07-10T22:11:02.197Z | Downloaded scopeguard v1.2.0 |
| 945 | 2026-07-10T22:11:02.201Z | Downloaded hyper-util v0.1.20 |
| 946 | 2026-07-10T22:11:02.203Z | Downloaded diesel_derives v2.3.7 |
| 947 | 2026-07-10T22:11:02.206Z | Downloaded pin-project v1.1.11 |
| 948 | 2026-07-10T22:11:02.212Z | Downloaded serde-big-array v0.5.1 |
| 949 | 2026-07-10T22:11:02.215Z | Downloaded seq-macro v0.3.6 |
| 950 | 2026-07-10T22:11:02.215Z | Downloaded serde_bytes v0.11.19 |
| 951 | 2026-07-10T22:11:02.219Z | Downloaded secrecy v0.10.3 |
| 952 | 2026-07-10T22:11:02.219Z | Downloaded semver v0.1.20 |
| 953 | 2026-07-10T22:11:02.219Z | Downloaded serde_repr v0.1.20 |
| 954 | 2026-07-10T22:11:02.219Z | Downloaded rfc6979 v0.5.0 |
| 955 | 2026-07-10T22:11:02.222Z | Downloaded p256 v0.14.0-rc.10 |
| 956 | 2026-07-10T22:11:02.224Z | Downloaded omicron-zone-package v0.12.3 |
| 957 | 2026-07-10T22:11:02.224Z | Downloaded serde_urlencoded v0.7.1 |
| 958 | 2026-07-10T22:11:02.227Z | Downloaded quinn-udp v0.5.14 |
| 959 | 2026-07-10T22:11:02.227Z | Downloaded pkcs5 v0.8.1 |
| 960 | 2026-07-10T22:11:02.230Z | Downloaded minimal-lexical v0.2.1 |
| 961 | 2026-07-10T22:11:02.233Z | Downloaded sha1 v0.10.6 |
| 962 | 2026-07-10T22:11:03.243Z | Downloaded rusty-fork v0.3.1 |
| 963 | 2026-07-10T22:11:03.243Z | Downloaded rustversion v1.0.22 |
| 964 | 2026-07-10T22:11:03.246Z | Downloaded rustls-pemfile v2.2.0 |
| 965 | 2026-07-10T22:11:03.246Z | Downloaded expectorate v1.2.0 |
| 966 | 2026-07-10T22:11:03.246Z | Downloaded shell-words v1.1.1 |
| 967 | 2026-07-10T22:11:03.246Z | Downloaded signal-hook-mio v0.2.5 |
| 968 | 2026-07-10T22:11:03.246Z | Downloaded sha1 v0.11.0 |
| 969 | 2026-07-10T22:11:03.246Z | Downloaded ref-cast-impl v1.0.25 |
| 970 | 2026-07-10T22:11:03.246Z | Downloaded parking_lot v0.12.5 |
| 971 | 2026-07-10T22:11:03.247Z | Downloaded icu_normalizer_data v2.1.1 |
| 972 | 2026-07-10T22:11:03.247Z | Downloaded aho-corasick v1.1.4 |
| 973 | 2026-07-10T22:11:03.247Z | Downloaded bumpalo v3.20.2 |
| 974 | 2026-07-10T22:11:03.247Z | Downloaded percent-encoding v2.3.2 |
| 975 | 2026-07-10T22:11:03.247Z | Downloaded progenitor-impl v0.14.0 |
| 976 | 2026-07-10T22:11:03.247Z | Downloaded progenitor-impl v0.13.0 |
| 977 | 2026-07-10T22:11:03.247Z | Downloaded prefix-trie v0.7.0 |
| 978 | 2026-07-10T22:11:03.247Z | Downloaded peg-runtime v0.8.5 |
| 979 | 2026-07-10T22:11:03.247Z | Downloaded num_enum_derive v0.7.6 |
| 980 | 2026-07-10T22:11:03.247Z | Downloaded num-integer v0.1.46 |
| 981 | 2026-07-10T22:11:03.247Z | Downloaded scrypt v0.12.0 |
| 982 | 2026-07-10T22:11:03.247Z | Downloaded signature v3.0.0 |
| 983 | 2026-07-10T22:11:03.247Z | Downloaded sigpipe v0.1.3 |
| 984 | 2026-07-10T22:11:03.247Z | Downloaded signature v2.2.0 |
| 985 | 2026-07-10T22:11:03.247Z | Downloaded siphasher v1.0.2 |
| 986 | 2026-07-10T22:11:03.247Z | Downloaded signal-hook-tokio v0.3.1 |
| 987 | 2026-07-10T22:11:03.247Z | Downloaded sapling-renderdag v0.1.0 |
| 988 | 2026-07-10T22:11:03.247Z | Downloaded scroll v0.13.0 |
| 989 | 2026-07-10T22:11:03.247Z | Downloaded sec1 v0.7.3 |
| 990 | 2026-07-10T22:11:03.247Z | Downloaded slog-bunyan v2.5.0 |
| 991 | 2026-07-10T22:11:03.247Z | Downloaded slog-envlogger v2.2.0 |
| 992 | 2026-07-10T22:11:03.247Z | Downloaded schemars_derive v0.8.22 |
| 993 | 2026-07-10T22:11:03.247Z | Downloaded serde_plain v1.0.2 |
| 994 | 2026-07-10T22:11:03.247Z | Downloaded serde_spanned v1.1.1 |
| 995 | 2026-07-10T22:11:03.247Z | Downloaded serde_path_to_error v0.1.20 |
| 996 | 2026-07-10T22:11:03.247Z | Downloaded sec1 v0.8.1 |
| 997 | 2026-07-10T22:11:03.247Z | Downloaded serde_derive_internals v0.29.1 |
| 998 | 2026-07-10T22:11:03.247Z | Downloaded serde-hex v0.1.0 |
| 999 | 2026-07-10T22:11:03.247Z | Downloaded openssl-sys v0.9.115 |
| 1000 | 2026-07-10T22:11:03.247Z | Downloaded itertools v0.10.5 |
| 1001 | 2026-07-10T22:11:03.247Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1002 | 2026-07-10T22:11:03.248Z | Downloaded rustls-native-certs v0.8.3 |
| 1003 | 2026-07-10T22:11:03.248Z | Downloaded rustls-pki-types v1.14.0 |
| 1004 | 2026-07-10T22:11:03.248Z | Downloaded serdect v0.4.3 |
| 1005 | 2026-07-10T22:11:03.248Z | Downloaded rcgen v0.12.1 |
| 1006 | 2026-07-10T22:11:03.248Z | Downloaded shlex v1.3.0 |
| 1007 | 2026-07-10T22:11:03.248Z | Downloaded serde_with_macros v1.5.2 |
| 1008 | 2026-07-10T22:11:03.248Z | Downloaded stable_deref_trait v1.2.1 |
| 1009 | 2026-07-10T22:11:03.248Z | Downloaded sqlparser_derive v0.5.0 |
| 1010 | 2026-07-10T22:11:03.248Z | Downloaded http v1.4.2 |
| 1011 | 2026-07-10T22:11:03.248Z | Downloaded hickory-server v0.25.2 |
| 1012 | 2026-07-10T22:11:03.248Z | Downloaded structmeta-derive v0.3.0 |
| 1013 | 2026-07-10T22:11:03.248Z | Downloaded structmeta v0.3.0 |
| 1014 | 2026-07-10T22:11:03.248Z | Downloaded p384 v0.14.0-rc.10 |
| 1015 | 2026-07-10T22:11:03.248Z | Downloaded strsim v0.10.0 |
| 1016 | 2026-07-10T22:11:03.248Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1017 | 2026-07-10T22:11:03.248Z | Downloaded simd-adler32 v0.3.8 |
| 1018 | 2026-07-10T22:11:03.248Z | Downloaded prettyplease v0.2.37 |
| 1019 | 2026-07-10T22:11:03.249Z | Downloaded salsa20 v0.11.0 |
| 1020 | 2026-07-10T22:11:03.249Z | Downloaded pretty_assertions v1.4.1 |
| 1021 | 2026-07-10T22:11:03.249Z | Downloaded signal-hook-registry v1.4.8 |
| 1022 | 2026-07-10T22:11:03.249Z | Downloaded smf v0.2.3 |
| 1023 | 2026-07-10T22:11:03.249Z | Downloaded slog-async v2.8.0 |
| 1024 | 2026-07-10T22:11:03.249Z | Downloaded smallvec v0.6.14 |
| 1025 | 2026-07-10T22:11:03.249Z | Downloaded slog-scope v4.4.1 |
| 1026 | 2026-07-10T22:11:03.249Z | Downloaded supports-color v3.0.2 |
| 1027 | 2026-07-10T22:11:03.249Z | Downloaded strum v0.27.2 |
| 1028 | 2026-07-10T22:11:03.249Z | Downloaded sync_wrapper v1.0.2 |
| 1029 | 2026-07-10T22:11:03.249Z | Downloaded slog-json v2.6.1 |
| 1030 | 2026-07-10T22:11:03.249Z | Downloaded slog-term v2.9.2 |
| 1031 | 2026-07-10T22:11:03.249Z | Downloaded subtle v2.6.1 |
| 1032 | 2026-07-10T22:11:03.250Z | Downloaded strum v0.26.3 |
| 1033 | 2026-07-10T22:11:03.250Z | Downloaded slog-dtrace v0.3.0 |
| 1034 | 2026-07-10T22:11:03.250Z | Downloaded dropshot-api-manager v0.7.2 |
| 1035 | 2026-07-10T22:11:03.250Z | Downloaded hashbrown v0.15.5 |
| 1036 | 2026-07-10T22:11:03.250Z | Downloaded spki v0.7.3 |
| 1037 | 2026-07-10T22:11:03.250Z | Downloaded termtree v0.5.1 |
| 1038 | 2026-07-10T22:11:03.250Z | Downloaded take_mut v0.2.2 |
| 1039 | 2026-07-10T22:11:03.250Z | Downloaded tabled_derive v0.11.0 |
| 1040 | 2026-07-10T22:11:03.250Z | Downloaded serde_cbor v0.11.2 |
| 1041 | 2026-07-10T22:11:03.250Z | Downloaded mio v1.2.0 |
| 1042 | 2026-07-10T22:11:03.250Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1043 | 2026-07-10T22:11:03.250Z | Downloaded spki v0.8.0 |
| 1044 | 2026-07-10T22:11:03.250Z | Downloaded slab v0.4.12 |
| 1045 | 2026-07-10T22:11:03.250Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1046 | 2026-07-10T22:11:03.250Z | Downloaded tabwriter v1.4.1 |
| 1047 | 2026-07-10T22:11:03.250Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1048 | 2026-07-10T22:11:03.250Z | Downloaded serde_with_macros v3.17.0 |
| 1049 | 2026-07-10T22:11:03.250Z | Downloaded tagptr v0.2.0 |
| 1050 | 2026-07-10T22:11:03.250Z | Downloaded testing_table v0.3.0 |
| 1051 | 2026-07-10T22:11:03.250Z | Downloaded tap v1.0.1 |
| 1052 | 2026-07-10T22:11:03.250Z | Downloaded thread-id v5.1.0 |
| 1053 | 2026-07-10T22:11:03.250Z | Downloaded sha2 v0.11.0 |
| 1054 | 2026-07-10T22:11:03.250Z | Downloaded static_assertions v1.1.0 |
| 1055 | 2026-07-10T22:11:03.250Z | Downloaded ryu v1.0.23 |
| 1056 | 2026-07-10T22:11:03.250Z | Downloaded num-bigint v0.4.6 |
| 1057 | 2026-07-10T22:11:03.250Z | Downloaded nom v7.1.3 |
| 1058 | 2026-07-10T22:11:03.250Z | Downloaded time-core v0.1.8 |
| 1059 | 2026-07-10T22:11:03.250Z | Downloaded tinyvec_macros v0.1.1 |
| 1060 | 2026-07-10T22:11:03.250Z | Downloaded hashbrown v0.16.1 |
| 1061 | 2026-07-10T22:11:03.250Z | Downloaded strum_macros v0.24.3 |
| 1062 | 2026-07-10T22:11:03.250Z | Downloaded string_cache v0.8.9 |
| 1063 | 2026-07-10T22:11:03.250Z | Downloaded stacker v0.1.23 |
| 1064 | 2026-07-10T22:11:03.261Z | Downloaded schemars v0.8.22 |
| 1065 | 2026-07-10T22:11:03.261Z | Downloaded tokio-test v0.4.5 |
| 1066 | 2026-07-10T22:11:03.261Z | Downloaded sync-ptr v0.1.4 |
| 1067 | 2026-07-10T22:11:03.261Z | Downloaded smallvec v1.15.1 |
| 1068 | 2026-07-10T22:11:03.261Z | Downloaded strum_macros v0.26.4 |
| 1069 | 2026-07-10T22:11:03.261Z | Downloaded slog-stdlog v4.1.1 |
| 1070 | 2026-07-10T22:11:03.261Z | Downloaded publicsuffix v2.3.0 |
| 1071 | 2026-07-10T22:11:03.261Z | Downloaded synstructure v0.13.2 |
| 1072 | 2026-07-10T22:11:03.262Z | Downloaded quinn v0.11.9 |
| 1073 | 2026-07-10T22:11:03.262Z | Downloaded ron v0.8.1 |
| 1074 | 2026-07-10T22:11:03.262Z | Downloaded tokio-macros v2.7.0 |
| 1075 | 2026-07-10T22:11:03.262Z | Downloaded termios v0.3.3 |
| 1076 | 2026-07-10T22:11:03.262Z | Downloaded snafu-derive v0.8.9 |
| 1077 | 2026-07-10T22:11:03.262Z | Downloaded qorb v0.4.1 |
| 1078 | 2026-07-10T22:11:03.262Z | Downloaded tower-service v0.3.3 |
| 1079 | 2026-07-10T22:11:03.262Z | Downloaded support-bundle-viewer v0.1.2 |
| 1080 | 2026-07-10T22:11:03.262Z | Downloaded strum_macros v0.27.2 |
| 1081 | 2026-07-10T22:11:03.262Z | Downloaded itertools v0.12.1 |
| 1082 | 2026-07-10T22:11:03.262Z | Downloaded rand v0.8.6 |
| 1083 | 2026-07-10T22:11:03.262Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1084 | 2026-07-10T22:11:03.262Z | Downloaded signal-hook v0.3.18 |
| 1085 | 2026-07-10T22:11:03.263Z | Downloaded thread_local v1.1.9 |
| 1086 | 2026-07-10T22:11:03.263Z | Downloaded topological-sort v0.2.2 |
| 1087 | 2026-07-10T22:11:03.263Z | Downloaded thiserror-no-std v2.0.2 |
| 1088 | 2026-07-10T22:11:03.263Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1089 | 2026-07-10T22:11:03.263Z | Downloaded sqlformat v0.3.5 |
| 1090 | 2026-07-10T22:11:03.263Z | Downloaded rayon-core v1.13.0 |
| 1091 | 2026-07-10T22:11:03.263Z | Downloaded tinystr v0.8.2 |
| 1092 | 2026-07-10T22:11:03.263Z | Downloaded trait-variant v0.1.2 |
| 1093 | 2026-07-10T22:11:03.263Z | Downloaded time-macros v0.2.27 |
| 1094 | 2026-07-10T22:11:03.263Z | Downloaded num-bigint-dig v0.8.6 |
| 1095 | 2026-07-10T22:11:03.263Z | Downloaded try-lock v0.2.5 |
| 1096 | 2026-07-10T22:11:03.263Z | Downloaded tower-layer v0.3.3 |
| 1097 | 2026-07-10T22:11:03.263Z | Downloaded tls_codec_derive v0.4.2 |
| 1098 | 2026-07-10T22:11:03.263Z | Downloaded tiny-keccak v2.0.2 |
| 1099 | 2026-07-10T22:11:03.263Z | Downloaded stringprep v0.1.5 |
| 1100 | 2026-07-10T22:11:03.263Z | Downloaded futures-util v0.3.32 |
| 1101 | 2026-07-10T22:11:03.264Z | Downloaded unarray v0.1.4 |
| 1102 | 2026-07-10T22:11:03.264Z | Downloaded typify-macro v0.6.2 |
| 1103 | 2026-07-10T22:11:03.264Z | Downloaded tokio-dtrace v0.1.1 |
| 1104 | 2026-07-10T22:11:03.264Z | Downloaded tls_codec v0.4.2 |
| 1105 | 2026-07-10T22:11:03.264Z | Downloaded schemars v0.9.0 |
| 1106 | 2026-07-10T22:11:03.264Z | Downloaded universal-hash v0.6.1 |
| 1107 | 2026-07-10T22:11:03.264Z | Downloaded universal-hash v0.5.1 |
| 1108 | 2026-07-10T22:11:03.264Z | Downloaded unit-prefix v0.5.2 |
| 1109 | 2026-07-10T22:11:03.264Z | Downloaded unicode-xid v0.2.6 |
| 1110 | 2026-07-10T22:11:03.264Z | Downloaded unicode-truncate v1.1.0 |
| 1111 | 2026-07-10T22:11:03.264Z | Downloaded similar v2.7.0 |
| 1112 | 2026-07-10T22:11:03.264Z | Downloaded idna v1.1.0 |
| 1113 | 2026-07-10T22:11:03.264Z | Downloaded untrusted v0.7.1 |
| 1114 | 2026-07-10T22:11:03.264Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1115 | 2026-07-10T22:11:03.264Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1116 | 2026-07-10T22:11:03.264Z | Downloaded tokio-tungstenite v0.21.0 |
| 1117 | 2026-07-10T22:11:03.264Z | Downloaded tokio-native-tls v0.3.1 |
| 1118 | 2026-07-10T22:11:03.264Z | Downloaded tokio-tungstenite v0.23.1 |
| 1119 | 2026-07-10T22:11:03.264Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1120 | 2026-07-10T22:11:03.264Z | Downloaded socket2 v0.5.10 |
| 1121 | 2026-07-10T22:11:03.264Z | Downloaded untrusted v0.9.0 |
| 1122 | 2026-07-10T22:11:03.264Z | Downloaded rand v0.9.2 |
| 1123 | 2026-07-10T22:11:03.264Z | Downloaded usdt-attr-macro v0.6.0 |
| 1124 | 2026-07-10T22:11:03.264Z | Downloaded usdt v0.6.0 |
| 1125 | 2026-07-10T22:11:03.264Z | Downloaded nom v8.0.0 |
| 1126 | 2026-07-10T22:11:03.264Z | Downloaded crypto-primes v0.7.2 |
| 1127 | 2026-07-10T22:11:03.264Z | Downloaded blake3 v1.8.5 |
| 1128 | 2026-07-10T22:11:03.264Z | Downloaded want v0.3.1 |
| 1129 | 2026-07-10T22:11:03.264Z | Downloaded void v1.0.2 |
| 1130 | 2026-07-10T22:11:03.264Z | Downloaded socket2 v0.6.3 |
| 1131 | 2026-07-10T22:11:03.264Z | Downloaded utf-8 v0.7.6 |
| 1132 | 2026-07-10T22:11:03.264Z | Downloaded term v1.2.1 |
| 1133 | 2026-07-10T22:11:03.264Z | Downloaded term v0.7.0 |
| 1134 | 2026-07-10T22:11:03.264Z | Downloaded iri-string v0.7.10 |
| 1135 | 2026-07-10T22:11:03.264Z | Downloaded itertools v0.14.0 |
| 1136 | 2026-07-10T22:11:03.264Z | Downloaded tui-tree-widget v0.23.1 |
| 1137 | 2026-07-10T22:11:03.264Z | Downloaded waitgroup v0.1.2 |
| 1138 | 2026-07-10T22:11:03.264Z | Downloaded hyper v1.10.1 |
| 1139 | 2026-07-10T22:11:03.264Z | Downloaded wait-timeout v0.2.1 |
| 1140 | 2026-07-10T22:11:03.265Z | Downloaded aws-lc-rs v1.16.3 |
| 1141 | 2026-07-10T22:11:03.265Z | Downloaded unicase v2.9.0 |
| 1142 | 2026-07-10T22:11:03.265Z | Downloaded hkdf v0.13.0 |
| 1143 | 2026-07-10T22:11:03.265Z | Downloaded itertools v0.13.0 |
| 1144 | 2026-07-10T22:11:03.265Z | Downloaded yoke-derive v0.8.1 |
| 1145 | 2026-07-10T22:11:03.265Z | Downloaded xshell-macros v0.2.7 |
| 1146 | 2026-07-10T22:11:03.265Z | Downloaded schemars v1.2.1 |
| 1147 | 2026-07-10T22:11:03.265Z | Downloaded tokio-rustls v0.26.4 |
| 1148 | 2026-07-10T22:11:03.265Z | Downloaded rsa v0.9.10 |
| 1149 | 2026-07-10T22:11:03.265Z | Downloaded h2 v0.4.15 |
| 1150 | 2026-07-10T22:11:03.265Z | Downloaded usdt-macro v0.6.0 |
| 1151 | 2026-07-10T22:11:03.265Z | Downloaded usdt-impl v0.6.0 |
| 1152 | 2026-07-10T22:11:03.265Z | Downloaded zerofrom-derive v0.1.6 |
| 1153 | 2026-07-10T22:11:03.265Z | Downloaded zerofrom v0.1.6 |
| 1154 | 2026-07-10T22:11:03.265Z | Downloaded snafu v0.8.9 |
| 1155 | 2026-07-10T22:11:03.265Z | Downloaded tokio-stream v0.1.18 |
| 1156 | 2026-07-10T22:11:03.265Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1157 | 2026-07-10T22:11:03.266Z | Downloaded zeroize_derive v1.4.3 |
| 1158 | 2026-07-10T22:11:03.266Z | Downloaded rand v0.10.1 |
| 1159 | 2026-07-10T22:11:03.266Z | Downloaded rustls-webpki v0.103.13 |
| 1160 | 2026-07-10T22:11:03.266Z | Downloaded hkdf v0.12.4 |
| 1161 | 2026-07-10T22:11:03.266Z | Downloaded vergen-lib v9.1.0 |
| 1162 | 2026-07-10T22:11:03.266Z | Downloaded vergen-gitcl v1.0.8 |
| 1163 | 2026-07-10T22:11:03.266Z | Downloaded uzers v0.12.2 |
| 1164 | 2026-07-10T22:11:03.271Z | Downloaded zone v0.3.1 |
| 1165 | 2026-07-10T22:11:03.272Z | Downloaded bindgen v0.71.1 |
| 1166 | 2026-07-10T22:11:03.272Z | Downloaded zone_cfg_derive v0.3.1 |
| 1167 | 2026-07-10T22:11:03.272Z | Downloaded utf8_iter v1.0.4 |
| 1168 | 2026-07-10T22:11:03.272Z | Downloaded tracing-attributes v0.1.31 |
| 1169 | 2026-07-10T22:11:03.272Z | Downloaded test-strategy v0.4.5 |
| 1170 | 2026-07-10T22:11:03.272Z | Downloaded vsss-rs v3.3.4 |
| 1171 | 2026-07-10T22:11:03.272Z | Downloaded samael v0.0.19 |
| 1172 | 2026-07-10T22:11:03.273Z | Downloaded tinyvec v1.10.0 |
| 1173 | 2026-07-10T22:11:03.273Z | Downloaded walkdir v2.5.0 |
| 1174 | 2026-07-10T22:11:03.273Z | Downloaded whoami v1.6.1 |
| 1175 | 2026-07-10T22:11:03.273Z | Downloaded twox-hash v2.1.2 |
| 1176 | 2026-07-10T22:11:03.273Z | Downloaded subprocess v0.2.15 |
| 1177 | 2026-07-10T22:11:03.273Z | Downloaded libm v0.2.16 |
| 1178 | 2026-07-10T22:11:03.273Z | Downloaded xshell v0.2.7 |
| 1179 | 2026-07-10T22:11:03.273Z | Downloaded xattr v1.6.1 |
| 1180 | 2026-07-10T22:11:03.273Z | Downloaded wyz v0.5.1 |
| 1181 | 2026-07-10T22:11:03.273Z | Downloaded unicode-properties v0.1.4 |
| 1182 | 2026-07-10T22:11:03.273Z | Downloaded slog v2.8.2 |
| 1183 | 2026-07-10T22:11:03.273Z | Downloaded yoke v0.8.1 |
| 1184 | 2026-07-10T22:11:03.273Z | Downloaded writeable v0.6.2 |
| 1185 | 2026-07-10T22:11:03.273Z | Downloaded spin v0.9.8 |
| 1186 | 2026-07-10T22:11:03.273Z | Downloaded icu_properties_data v2.1.2 |
| 1187 | 2026-07-10T22:11:03.273Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1188 | 2026-07-10T22:11:03.273Z | Downloaded zeroize v1.8.2 |
| 1189 | 2026-07-10T22:11:03.273Z | Downloaded toml v0.7.8 |
| 1190 | 2026-07-10T22:11:03.273Z | Downloaded rsa v0.10.0-rc.18 |
| 1191 | 2026-07-10T22:11:03.273Z | Downloaded p521 v0.14.0-rc.10 |
| 1192 | 2026-07-10T22:11:03.273Z | Downloaded libxml v0.3.3 |
| 1193 | 2026-07-10T22:11:03.273Z | Downloaded zstd v0.13.3 |
| 1194 | 2026-07-10T22:11:03.273Z | Downloaded vergen-git2 v9.1.0 |
| 1195 | 2026-07-10T22:11:03.273Z | Downloaded vergen-lib v0.1.6 |
| 1196 | 2026-07-10T22:11:03.273Z | Downloaded vergen v9.1.0 |
| 1197 | 2026-07-10T22:11:03.273Z | Downloaded tar v0.4.45 |
| 1198 | 2026-07-10T22:11:03.273Z | Downloaded bitvec v1.0.1 |
| 1199 | 2026-07-10T22:11:03.273Z | Downloaded whoami v2.1.0 |
| 1200 | 2026-07-10T22:11:03.273Z | Downloaded unicode-bidi v0.3.18 |
| 1201 | 2026-07-10T22:11:03.273Z | Downloaded tungstenite v0.21.0 |
| 1202 | 2026-07-10T22:11:03.273Z | Downloaded tracing-core v0.1.36 |
| 1203 | 2026-07-10T22:11:03.273Z | Downloaded steno v0.4.1 |
| 1204 | 2026-07-10T22:11:03.273Z | Downloaded typify v0.6.2 |
| 1205 | 2026-07-10T22:11:03.273Z | Downloaded unsafe-libyaml v0.2.11 |
| 1206 | 2026-07-10T22:11:03.273Z | Downloaded yasna v0.5.2 |
| 1207 | 2026-07-10T22:11:03.273Z | Downloaded zerovec-derive v0.11.2 |
| 1208 | 2026-07-10T22:11:03.273Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1209 | 2026-07-10T22:11:03.273Z | Downloaded zerocopy v0.6.6 |
| 1210 | 2026-07-10T22:11:03.274Z | Downloaded chrono v0.4.44 |
| 1211 | 2026-07-10T22:11:03.274Z | Downloaded uuid v1.23.4 |
| 1212 | 2026-07-10T22:11:03.274Z | Downloaded reedline v0.40.0 |
| 1213 | 2026-07-10T22:11:03.274Z | Downloaded serde_with v1.14.0 |
| 1214 | 2026-07-10T22:11:03.274Z | Downloaded vte v0.14.1 |
| 1215 | 2026-07-10T22:11:03.274Z | Downloaded git2 v0.20.4 |
| 1216 | 2026-07-10T22:11:03.274Z | Downloaded zstd-safe v7.2.4 |
| 1217 | 2026-07-10T22:11:03.274Z | Downloaded tungstenite v0.23.0 |
| 1218 | 2026-07-10T22:11:03.274Z | Downloaded tokio-postgres v0.7.16 |
| 1219 | 2026-07-10T22:11:03.274Z | Downloaded rpassword v7.4.0 |
| 1220 | 2026-07-10T22:11:03.275Z | Downloaded p384 v0.13.1 |
| 1221 | 2026-07-10T22:11:03.275Z | Downloaded rustyline v14.0.0 |
| 1222 | 2026-07-10T22:11:03.275Z | Downloaded zopfli v0.8.3 |
| 1223 | 2026-07-10T22:11:03.275Z | Downloaded toml_edit v0.19.15 |
| 1224 | 2026-07-10T22:11:03.275Z | Downloaded iddqd v0.4.2 |
| 1225 | 2026-07-10T22:11:03.275Z | Downloaded reqwest v0.12.28 |
| 1226 | 2026-07-10T22:11:03.275Z | Downloaded unicode_categories v0.1.1 |
| 1227 | 2026-07-10T22:11:03.275Z | Downloaded regex v1.12.3 |
| 1228 | 2026-07-10T22:11:03.275Z | Downloaded yansi v1.0.1 |
| 1229 | 2026-07-10T22:11:03.275Z | Downloaded url v2.5.8 |
| 1230 | 2026-07-10T22:11:03.275Z | Downloaded reqwest v0.13.2 |
| 1231 | 2026-07-10T22:11:03.275Z | Downloaded zerotrie v0.2.3 |
| 1232 | 2026-07-10T22:11:03.275Z | Downloaded portable-atomic v1.13.1 |
| 1233 | 2026-07-10T22:11:03.275Z | Downloaded zip v0.6.6 |
| 1234 | 2026-07-10T22:11:03.275Z | Downloaded lalrpop v0.19.12 |
| 1235 | 2026-07-10T22:11:03.275Z | Downloaded goblin v0.10.5 |
| 1236 | 2026-07-10T22:11:03.275Z | Downloaded rayon v1.11.0 |
| 1237 | 2026-07-10T22:11:03.275Z | Downloaded quick-xml v0.37.5 |
| 1238 | 2026-07-10T22:11:03.275Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1239 | 2026-07-10T22:11:03.275Z | Downloaded zerocopy-derive v0.8.40 |
| 1240 | 2026-07-10T22:11:03.275Z | Downloaded x509-cert v0.2.5 |
| 1241 | 2026-07-10T22:11:03.275Z | Downloaded typed-path v0.9.3 |
| 1242 | 2026-07-10T22:11:03.275Z | Downloaded unicode-segmentation v1.12.0 |
| 1243 | 2026-07-10T22:11:03.276Z | Downloaded salty v0.3.0 |
| 1244 | 2026-07-10T22:11:03.276Z | Downloaded tower v0.5.3 |
| 1245 | 2026-07-10T22:11:03.276Z | Downloaded tokio-util v0.7.18 |
| 1246 | 2026-07-10T22:11:03.276Z | Downloaded petname v2.0.2 |
| 1247 | 2026-07-10T22:11:03.276Z | Downloaded zip v4.6.1 |
| 1248 | 2026-07-10T22:11:03.276Z | Downloaded crypto-bigint v0.7.5 |
| 1249 | 2026-07-10T22:11:03.276Z | Downloaded tough v0.22.0 |
| 1250 | 2026-07-10T22:11:03.276Z | Downloaded object v0.30.4 |
| 1251 | 2026-07-10T22:11:03.276Z | Downloaded quinn-proto v0.11.13 |
| 1252 | 2026-07-10T22:11:03.276Z | Downloaded moka v0.12.13 |
| 1253 | 2026-07-10T22:11:03.276Z | Downloaded serde_with v3.17.0 |
| 1254 | 2026-07-10T22:11:03.276Z | Downloaded proptest v1.10.0 |
| 1255 | 2026-07-10T22:11:03.276Z | Downloaded nix v0.27.1 |
| 1256 | 2026-07-10T22:11:03.276Z | Downloaded zerovec v0.11.5 |
| 1257 | 2026-07-10T22:11:03.276Z | Downloaded winnow v0.6.26 |
| 1258 | 2026-07-10T22:11:03.277Z | Downloaded tower-http v0.6.8 |
| 1259 | 2026-07-10T22:11:03.277Z | Downloaded polar-core v0.27.3 |
| 1260 | 2026-07-10T22:11:03.277Z | Downloaded curve25519-dalek v4.1.3 |
| 1261 | 2026-07-10T22:11:03.277Z | Downloaded radix_trie v0.2.1 |
| 1262 | 2026-07-10T22:11:03.277Z | Downloaded bstr v1.12.1 |
| 1263 | 2026-07-10T22:11:03.277Z | Downloaded openssl v0.10.79 |
| 1264 | 2026-07-10T22:11:03.281Z | Downloaded russh v0.61.2 |
| 1265 | 2026-07-10T22:11:03.281Z | Downloaded winnow v0.5.40 |
| 1266 | 2026-07-10T22:11:03.281Z | Downloaded unicode-normalization v0.1.25 |
| 1267 | 2026-07-10T22:11:03.281Z | Downloaded nix v0.28.0 |
| 1268 | 2026-07-10T22:11:03.281Z | Downloaded dropshot v0.17.1 |
| 1269 | 2026-07-10T22:11:03.281Z | Downloaded winnow v1.0.3 |
| 1270 | 2026-07-10T22:11:03.281Z | Downloaded nix v0.31.2 |
| 1271 | 2026-07-10T22:11:03.281Z | Downloaded tabled v0.20.0 |
| 1272 | 2026-07-10T22:11:03.281Z | Downloaded zlib-rs v0.6.2 |
| 1273 | 2026-07-10T22:11:03.281Z | Downloaded regex-syntax v0.6.29 |
| 1274 | 2026-07-10T22:11:03.281Z | Downloaded vcpkg v0.2.15 |
| 1275 | 2026-07-10T22:11:03.281Z | Downloaded smoltcp v0.9.1 |
| 1276 | 2026-07-10T22:11:03.281Z | Downloaded zerocopy v0.8.40 |
| 1277 | 2026-07-10T22:11:03.281Z | Downloaded openapiv3 v2.2.0 |
| 1278 | 2026-07-10T22:11:03.281Z | Downloaded time v0.3.47 |
| 1279 | 2026-07-10T22:11:03.281Z | Downloaded regress v0.11.1 |
| 1280 | 2026-07-10T22:11:03.281Z | Downloaded object v0.37.3 |
| 1281 | 2026-07-10T22:11:03.281Z | Downloaded hickory-proto v0.24.4 |
| 1282 | 2026-07-10T22:11:03.281Z | Downloaded regress v0.10.5 |
| 1283 | 2026-07-10T22:11:03.281Z | Downloaded smoltcp v0.11.0 |
| 1284 | 2026-07-10T22:11:03.281Z | Downloaded diesel v2.3.7 |
| 1285 | 2026-07-10T22:11:03.281Z | Downloaded hickory-proto v0.25.2 |
| 1286 | 2026-07-10T22:11:03.281Z | Downloaded regex-syntax v0.8.10 |
| 1287 | 2026-07-10T22:11:03.281Z | Downloaded rustls v0.23.41 |
| 1288 | 2026-07-10T22:11:03.281Z | Downloaded rustix v0.38.44 |
| 1289 | 2026-07-10T22:11:03.283Z | Downloaded sqlparser v0.61.0 |
| 1290 | 2026-07-10T22:11:03.283Z | Downloaded tracing v0.1.44 |
| 1291 | 2026-07-10T22:11:03.283Z | Downloaded typify-impl v0.6.2 |
| 1292 | 2026-07-10T22:11:03.283Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1293 | 2026-07-10T22:11:03.283Z | Downloaded fiat-crypto v0.3.0 |
| 1294 | 2026-07-10T22:11:03.283Z | Downloaded sled v0.34.7 |
| 1295 | 2026-07-10T22:11:03.283Z | Downloaded ratatui v0.29.0 |
| 1296 | 2026-07-10T22:11:03.283Z | Downloaded sha3 v0.11.0 |
| 1297 | 2026-07-10T22:11:03.288Z | Downloaded zerocopy-derive v0.6.6 |
| 1298 | 2026-07-10T22:11:03.306Z | Downloaded regex-automata v0.4.14 |
| 1299 | 2026-07-10T22:11:03.317Z | Downloaded petgraph v0.6.5 |
| 1300 | 2026-07-10T22:11:03.330Z | Downloaded chrono-tz v0.10.4 |
| 1301 | 2026-07-10T22:11:03.339Z | Downloaded jiff v0.2.21 |
| 1302 | 2026-07-10T22:11:03.373Z | Downloaded petgraph v0.8.3 |
| 1303 | 2026-07-10T22:11:03.386Z | Downloaded csv v1.4.0 |
| 1304 | 2026-07-10T22:11:03.398Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1305 | 2026-07-10T22:11:03.409Z | Downloaded libz-sys v1.1.24 |
| 1306 | 2026-07-10T22:11:03.430Z | Downloaded sha3 v0.10.8 |
| 1307 | 2026-07-10T22:11:03.433Z | Downloaded tokio v1.52.1 |
| 1308 | 2026-07-10T22:11:03.479Z | Downloaded ring v0.17.14 |
| 1309 | 2026-07-10T22:11:03.504Z | Downloaded encoding_rs v0.8.35 |
| 1310 | 2026-07-10T22:11:03.576Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-07-10T22:11:04.096Z | Downloaded aws-lc-sys v0.40.0 |
| 1312 | 2026-07-10T22:11:04.347Z | Compiling libc v0.2.185 |
| 1313 | 2026-07-10T22:11:04.347Z | Compiling serde_core v1.0.228 |
| 1314 | 2026-07-10T22:11:04.347Z | Compiling serde v1.0.228 |
| 1315 | 2026-07-10T22:11:04.350Z | Compiling log v0.4.29 |
| 1316 | 2026-07-10T22:11:04.350Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-07-10T22:11:04.350Z | Compiling shlex v1.3.0 |
| 1318 | 2026-07-10T22:11:04.484Z | Compiling find-msvc-tools v0.1.9 |
| 1319 | 2026-07-10T22:11:04.491Z | Compiling syn v2.0.117 |
| 1320 | 2026-07-10T22:11:04.706Z | Compiling subtle v2.6.1 |
| 1321 | 2026-07-10T22:11:04.716Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-07-10T22:11:04.731Z | Compiling stable_deref_trait v1.2.1 |
| 1323 | 2026-07-10T22:11:04.743Z | Compiling typenum v1.20.1 |
| 1324 | 2026-07-10T22:11:04.796Z | Compiling lock_api v0.4.14 |
| 1325 | 2026-07-10T22:11:04.811Z | Compiling serde_json v1.0.150 |
| 1326 | 2026-07-10T22:11:04.815Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-07-10T22:11:04.867Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-07-10T22:11:05.026Z | Compiling parking_lot_core v0.9.12 |
| 1329 | 2026-07-10T22:11:05.041Z | Compiling pin-project-lite v0.2.17 |
| 1330 | 2026-07-10T22:11:05.135Z | Compiling critical-section v1.2.0 |
| 1331 | 2026-07-10T22:11:05.242Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-07-10T22:11:05.308Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-07-10T22:11:05.325Z | Compiling errno v0.3.14 |
| 1334 | 2026-07-10T22:11:05.374Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-07-10T22:11:05.467Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-07-10T22:11:05.536Z | Compiling cc v1.2.56 |
| 1337 | 2026-07-10T22:11:05.606Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-07-10T22:11:05.740Z | Compiling futures-core v0.3.32 |
| 1339 | 2026-07-10T22:11:05.779Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-07-10T22:11:05.839Z | Compiling libm v0.2.16 |
| 1341 | 2026-07-10T22:11:05.876Z | Compiling getrandom v0.4.1 |
| 1342 | 2026-07-10T22:11:05.888Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-07-10T22:11:05.944Z | Compiling mio v1.2.0 |
| 1344 | 2026-07-10T22:11:05.986Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-07-10T22:11:06.170Z | Compiling generic-array v0.14.7 |
| 1346 | 2026-07-10T22:11:06.186Z | Compiling rand_core v0.10.0 |
| 1347 | 2026-07-10T22:11:06.238Z | Compiling const-oid v0.9.6 |
| 1348 | 2026-07-10T22:11:06.408Z | Compiling writeable v0.6.2 |
| 1349 | 2026-07-10T22:11:06.427Z | Compiling litemap v0.8.1 |
| 1350 | 2026-07-10T22:11:06.600Z | Compiling bitflags v2.11.0 |
| 1351 | 2026-07-10T22:11:06.613Z | Compiling percent-encoding v2.3.2 |
| 1352 | 2026-07-10T22:11:06.634Z | Compiling semver v1.0.28 |
| 1353 | 2026-07-10T22:11:06.798Z | Compiling socket2 v0.6.3 |
| 1354 | 2026-07-10T22:11:06.820Z | Compiling icu_normalizer_data v2.1.1 |
| 1355 | 2026-07-10T22:11:06.947Z | Compiling icu_properties_data v2.1.2 |
| 1356 | 2026-07-10T22:11:06.960Z | Compiling futures-sink v0.3.32 |
| 1357 | 2026-07-10T22:11:07.057Z | Compiling futures-channel v0.3.32 |
| 1358 | 2026-07-10T22:11:07.071Z | Compiling futures-io v0.3.32 |
| 1359 | 2026-07-10T22:11:07.193Z | Compiling synstructure v0.13.2 |
| 1360 | 2026-07-10T22:11:07.216Z | Compiling slab v0.4.12 |
| 1361 | 2026-07-10T22:11:07.275Z | Compiling futures-task v0.3.32 |
| 1362 | 2026-07-10T22:11:07.293Z | Compiling indexmap v2.14.0 |
| 1363 | 2026-07-10T22:11:07.395Z | Compiling getrandom v0.3.4 |
| 1364 | 2026-07-10T22:11:07.444Z | Compiling rustversion v1.0.22 |
| 1365 | 2026-07-10T22:11:07.556Z | Compiling utf8_iter v1.0.4 |
| 1366 | 2026-07-10T22:11:07.710Z | Compiling form_urlencoded v1.2.2 |
| 1367 | 2026-07-10T22:11:07.737Z | Compiling cmake v0.1.57 |
| 1368 | 2026-07-10T22:11:07.819Z | Compiling dunce v1.0.5 |
| 1369 | 2026-07-10T22:11:07.877Z | Compiling fs_extra v1.3.0 |
| 1370 | 2026-07-10T22:11:07.891Z | Compiling ident_case v1.0.1 |
| 1371 | 2026-07-10T22:11:07.919Z | Compiling rustix v1.1.3 |
| 1372 | 2026-07-10T22:11:07.985Z | Compiling iana-time-zone v0.1.65 |
| 1373 | 2026-07-10T22:11:08.015Z | Compiling regex-syntax v0.8.10 |
| 1374 | 2026-07-10T22:11:08.149Z | Compiling aws-lc-sys v0.40.0 |
| 1375 | 2026-07-10T22:11:08.152Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-07-10T22:11:08.190Z | Compiling base64ct v1.8.3 |
| 1377 | 2026-07-10T22:11:08.441Z | Compiling rand_core v0.9.5 |
| 1378 | 2026-07-10T22:11:08.495Z | Compiling pem-rfc7468 v0.7.0 |
| 1379 | 2026-07-10T22:11:08.511Z | Compiling rustc_version v0.4.1 |
| 1380 | 2026-07-10T22:11:08.726Z | Compiling uuid v1.23.4 |
| 1381 | 2026-07-10T22:11:08.807Z | Compiling tracing-core v0.1.36 |
| 1382 | 2026-07-10T22:11:08.843Z | Compiling base64 v0.22.1 |
| 1383 | 2026-07-10T22:11:08.920Z | Compiling openssl-sys v0.9.115 |
| 1384 | 2026-07-10T22:11:09.038Z | Compiling serde_derive v1.0.228 |
| 1385 | 2026-07-10T22:11:09.171Z | Compiling zeroize_derive v1.4.3 |
| 1386 | 2026-07-10T22:11:09.370Z | Compiling zerofrom-derive v0.1.6 |
| 1387 | 2026-07-10T22:11:09.456Z | Compiling yoke-derive v0.8.1 |
| 1388 | 2026-07-10T22:11:09.470Z | Compiling zerovec-derive v0.11.2 |
| 1389 | 2026-07-10T22:11:09.668Z | Compiling zerocopy-derive v0.8.40 |
| 1390 | 2026-07-10T22:11:09.851Z | Compiling zeroize v1.8.2 |
| 1391 | 2026-07-10T22:11:10.064Z | Compiling displaydoc v0.2.5 |
| 1392 | 2026-07-10T22:11:10.631Z | Compiling tokio-macros v2.7.0 |
| 1393 | 2026-07-10T22:11:10.648Z | Compiling futures-macro v0.3.32 |
| 1394 | 2026-07-10T22:11:10.809Z | Compiling zerofrom v0.1.6 |
| 1395 | 2026-07-10T22:11:10.851Z | Compiling thiserror-impl v2.0.18 |
| 1396 | 2026-07-10T22:11:10.938Z | Compiling yoke v0.8.1 |
| 1397 | 2026-07-10T22:11:10.979Z | Compiling block-buffer v0.10.4 |
| 1398 | 2026-07-10T22:11:11.129Z | Compiling zerovec v0.11.5 |
| 1399 | 2026-07-10T22:11:11.156Z | Compiling zerotrie v0.2.3 |
| 1400 | 2026-07-10T22:11:11.388Z | Compiling crypto-common v0.1.7 |
| 1401 | 2026-07-10T22:11:11.463Z | Compiling tracing-attributes v0.1.31 |
| 1402 | 2026-07-10T22:11:11.487Z | Compiling futures-util v0.3.32 |
| 1403 | 2026-07-10T22:11:11.541Z | Compiling digest v0.10.7 |
| 1404 | 2026-07-10T22:11:11.644Z | Compiling tinystr v0.8.2 |
| 1405 | 2026-07-10T22:11:11.791Z | Compiling potential_utf v0.1.4 |
| 1406 | 2026-07-10T22:11:11.844Z | Compiling icu_locale_core v2.1.1 |
| 1407 | 2026-07-10T22:11:11.959Z | Compiling icu_collections v2.1.1 |
| 1408 | 2026-07-10T22:11:12.231Z | Compiling der_derive v0.7.3 |
| 1409 | 2026-07-10T22:11:12.428Z | Compiling flagset v0.4.7 |
| 1410 | 2026-07-10T22:11:12.578Z | Compiling bytes v1.11.1 |
| 1411 | 2026-07-10T22:11:12.601Z | Compiling icu_provider v2.1.1 |
| 1412 | 2026-07-10T22:11:12.768Z | Compiling chrono v0.4.44 |
| 1413 | 2026-07-10T22:11:12.853Z | Compiling icu_properties v2.1.2 |
| 1414 | 2026-07-10T22:11:12.894Z | Compiling icu_normalizer v2.1.1 |
| 1415 | 2026-07-10T22:11:13.193Z | Compiling tokio v1.52.1 |
| 1416 | 2026-07-10T22:11:13.249Z | Compiling http v1.4.2 |
| 1417 | 2026-07-10T22:11:13.435Z | Compiling aws-lc-rs v1.16.3 |
| 1418 | 2026-07-10T22:11:13.748Z | Compiling idna_adapter v1.2.1 |
| 1419 | 2026-07-10T22:11:13.876Z | Compiling idna v1.1.0 |
| 1420 | 2026-07-10T22:11:13.890Z | Compiling http-body v1.0.1 |
| 1421 | 2026-07-10T22:11:13.941Z | Compiling der v0.7.10 |
| 1422 | 2026-07-10T22:11:14.045Z | Compiling tracing v0.1.44 |
| 1423 | 2026-07-10T22:11:14.146Z | Compiling ppv-lite86 v0.2.21 |
| 1424 | 2026-07-10T22:11:14.182Z | Compiling url v2.5.8 |
| 1425 | 2026-07-10T22:11:14.264Z | Compiling thiserror v2.0.18 |
| 1426 | 2026-07-10T22:11:14.311Z | Compiling rustls-pki-types v1.14.0 |
| 1427 | 2026-07-10T22:11:14.436Z | Compiling rand_chacha v0.9.0 |
| 1428 | 2026-07-10T22:11:14.462Z | Compiling cmov v0.5.4 |
| 1429 | 2026-07-10T22:11:14.534Z | Compiling tinyvec_macros v0.1.1 |
| 1430 | 2026-07-10T22:11:14.604Z | Compiling httparse v1.10.1 |
| 1431 | 2026-07-10T22:11:14.675Z | Compiling openssl-probe v0.2.1 |
| 1432 | 2026-07-10T22:11:14.746Z | Compiling spki v0.7.3 |
| 1433 | 2026-07-10T22:11:14.847Z | Compiling ctutils v0.4.2 |
| 1434 | 2026-07-10T22:11:14.948Z | Compiling rand v0.9.2 |
| 1435 | 2026-07-10T22:11:14.975Z | Compiling tinyvec v1.10.0 |
| 1436 | 2026-07-10T22:11:14.994Z | Compiling pest_generator v2.8.6 |
| 1437 | 2026-07-10T22:11:15.075Z | Compiling serde_derive_internals v0.29.1 |
| 1438 | 2026-07-10T22:11:15.108Z | Compiling aho-corasick v1.1.4 |
| 1439 | 2026-07-10T22:11:15.124Z | Compiling try-lock v0.2.5 |
| 1440 | 2026-07-10T22:11:15.226Z | Compiling schemars v0.8.22 |
| 1441 | 2026-07-10T22:11:15.310Z | Compiling untrusted v0.7.1 |
| 1442 | 2026-07-10T22:11:15.431Z | Compiling tower-service v0.3.3 |
| 1443 | 2026-07-10T22:11:15.445Z | Compiling tower-layer v0.3.3 |
| 1444 | 2026-07-10T22:11:15.526Z | Compiling dyn-clone v1.0.20 |
| 1445 | 2026-07-10T22:11:15.603Z | Compiling atomic-waker v1.1.2 |
| 1446 | 2026-07-10T22:11:15.660Z | Compiling pest_derive v2.8.6 |
| 1447 | 2026-07-10T22:11:15.697Z | Compiling want v0.3.1 |
| 1448 | 2026-07-10T22:11:15.722Z | Compiling tempfile v3.25.0 |
| 1449 | 2026-07-10T22:11:15.735Z | Compiling hybrid-array v0.4.13 |
| 1450 | 2026-07-10T22:11:15.935Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-07-10T22:11:16.081Z | Compiling regex-automata v0.4.14 |
| 1452 | 2026-07-10T22:11:16.095Z | Compiling ipnet v2.11.0 |
| 1453 | 2026-07-10T22:11:16.140Z | Compiling scroll_derive v0.13.1 |
| 1454 | 2026-07-10T22:11:16.494Z | Compiling darling_core v0.20.11 |
| 1455 | 2026-07-10T22:11:16.570Z | Compiling openssl v0.10.79 |
| 1456 | 2026-07-10T22:11:16.743Z | Compiling untrusted v0.9.0 |
| 1457 | 2026-07-10T22:11:16.808Z | Compiling cpufeatures v0.2.17 |
| 1458 | 2026-07-10T22:11:16.863Z | Compiling rustls v0.23.41 |
| 1459 | 2026-07-10T22:11:16.882Z | Compiling foreign-types-shared v0.1.1 |
| 1460 | 2026-07-10T22:11:16.931Z | Compiling tokio-util v0.7.18 |
| 1461 | 2026-07-10T22:11:16.966Z | Compiling httpdate v1.0.3 |
| 1462 | 2026-07-10T22:11:17.042Z | Compiling foreign-types v0.3.2 |
| 1463 | 2026-07-10T22:11:17.115Z | Compiling scroll v0.13.0 |
| 1464 | 2026-07-10T22:11:17.209Z | Compiling unicode-normalization v0.1.25 |
| 1465 | 2026-07-10T22:11:17.374Z | Compiling pkcs8 v0.10.2 |
| 1466 | 2026-07-10T22:11:17.679Z | Compiling h2 v0.4.15 |
| 1467 | 2026-07-10T22:11:17.969Z | Compiling openssl-macros v0.1.1 |
| 1468 | 2026-07-10T22:11:18.110Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1469 | 2026-07-10T22:11:18.370Z | Compiling spin v0.9.8 |
| 1470 | 2026-07-10T22:11:18.499Z | Compiling num-conv v0.2.0 |
| 1471 | 2026-07-10T22:11:18.513Z | Compiling native-tls v0.2.18 |
| 1472 | 2026-07-10T22:11:18.578Z | Compiling time-core v0.1.8 |
| 1473 | 2026-07-10T22:11:18.628Z | Compiling crc32fast v1.5.0 |
| 1474 | 2026-07-10T22:11:18.723Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-07-10T22:11:18.754Z | Compiling time-macros v0.2.27 |
| 1476 | 2026-07-10T22:11:18.782Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-07-10T22:11:18.921Z | Compiling deranged v0.5.8 |
| 1478 | 2026-07-10T22:11:19.255Z | Compiling darling v0.20.11 |
| 1479 | 2026-07-10T22:11:19.336Z | Compiling goblin v0.10.5 |
| 1480 | 2026-07-10T22:11:19.805Z | Compiling sha2 v0.10.9 |
| 1481 | 2026-07-10T22:11:19.872Z | Compiling hmac v0.12.1 |
| 1482 | 2026-07-10T22:11:20.032Z | Compiling sync_wrapper v1.0.2 |
| 1483 | 2026-07-10T22:11:20.133Z | Compiling wait-timeout v0.2.1 |
| 1484 | 2026-07-10T22:11:20.148Z | Compiling usdt-impl v0.6.0 |
| 1485 | 2026-07-10T22:11:20.360Z | Compiling crossbeam-utils v0.8.21 |
| 1486 | 2026-07-10T22:11:20.395Z | Compiling syn v1.0.109 |
| 1487 | 2026-07-10T22:11:20.654Z | Compiling simd-adler32 v0.3.8 |
| 1488 | 2026-07-10T22:11:20.700Z | Compiling hyper v1.10.1 |
| 1489 | 2026-07-10T22:11:20.895Z | Compiling bit-vec v0.8.0 |
| 1490 | 2026-07-10T22:11:21.124Z | Compiling quick-error v1.2.3 |
| 1491 | 2026-07-10T22:11:21.161Z | Compiling siphasher v1.0.2 |
| 1492 | 2026-07-10T22:11:21.231Z | Compiling num_threads v0.1.7 |
| 1493 | 2026-07-10T22:11:21.329Z | Compiling time v0.3.47 |
| 1494 | 2026-07-10T22:11:21.343Z | Compiling rusty-fork v0.3.1 |
| 1495 | 2026-07-10T22:11:21.712Z | Compiling bit-set v0.8.0 |
| 1496 | 2026-07-10T22:11:21.875Z | Compiling hyper-util v0.1.20 |
| 1497 | 2026-07-10T22:11:21.970Z | Compiling dof v0.4.0 |
| 1498 | 2026-07-10T22:11:21.987Z | Compiling tower v0.5.3 |
| 1499 | 2026-07-10T22:11:22.257Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-07-10T22:11:22.663Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-07-10T22:11:22.940Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-07-10T22:11:23.161Z | Compiling scroll_derive v0.12.1 |
| 1503 | 2026-07-10T22:11:23.179Z | Compiling thiserror-impl v1.0.69 |
| 1504 | 2026-07-10T22:11:23.183Z | Compiling heapless v0.7.17 |
| 1505 | 2026-07-10T22:11:23.411Z | Compiling rand_xorshift v0.4.0 |
| 1506 | 2026-07-10T22:11:23.464Z | Compiling slog v2.8.2 |
| 1507 | 2026-07-10T22:11:23.509Z | Compiling darling_core v0.21.3 |
| 1508 | 2026-07-10T22:11:23.572Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1509 | 2026-07-10T22:11:23.650Z | Compiling thread-id v5.1.0 |
| 1510 | 2026-07-10T22:11:23.661Z | Compiling cookie v0.18.1 |
| 1511 | 2026-07-10T22:11:23.727Z | Compiling adler2 v2.0.1 |
| 1512 | 2026-07-10T22:11:23.840Z | Compiling ryu v1.0.23 |
| 1513 | 2026-07-10T22:11:23.856Z | Compiling allocator-api2 v0.2.21 |
| 1514 | 2026-07-10T22:11:23.861Z | Compiling unicode-properties v0.1.4 |
| 1515 | 2026-07-10T22:11:23.878Z | Compiling unicode-bidi v0.3.18 |
| 1516 | 2026-07-10T22:11:24.009Z | Compiling iri-string v0.7.10 |
| 1517 | 2026-07-10T22:11:24.068Z | Compiling unarray v0.1.4 |
| 1518 | 2026-07-10T22:11:24.172Z | Compiling signal-hook v0.3.18 |
| 1519 | 2026-07-10T22:11:24.172Z | Compiling paste v1.0.15 |
| 1520 | 2026-07-10T22:11:24.364Z | Compiling anyhow v1.0.102 |
| 1521 | 2026-07-10T22:11:24.411Z | Compiling zstd-safe v7.2.4 |
| 1522 | 2026-07-10T22:11:24.446Z | Compiling thiserror v1.0.69 |
| 1523 | 2026-07-10T22:11:24.521Z | Compiling stringprep v0.1.5 |
| 1524 | 2026-07-10T22:11:24.545Z | Compiling proptest v1.10.0 |
| 1525 | 2026-07-10T22:11:24.610Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2026-07-10T22:11:24.920Z | Compiling scroll v0.12.0 |
| 1527 | 2026-07-10T22:11:24.950Z | Compiling miniz_oxide v0.8.9 |
| 1528 | 2026-07-10T22:11:25.178Z | Compiling tower-http v0.6.8 |
| 1529 | 2026-07-10T22:11:25.533Z | Compiling derive_builder_macro v0.20.2 |
| 1530 | 2026-07-10T22:11:25.563Z | Compiling camino v1.2.2 |
| 1531 | 2026-07-10T22:11:25.939Z | Compiling tokio-native-tls v0.3.1 |
| 1532 | 2026-07-10T22:11:25.954Z | Compiling darling_macro v0.21.3 |
| 1533 | 2026-07-10T22:11:25.994Z | Compiling bstr v1.12.1 |
| 1534 | 2026-07-10T22:11:26.023Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2026-07-10T22:11:26.065Z | Compiling block-buffer v0.12.1 |
| 1536 | 2026-07-10T22:11:26.102Z | Compiling block-padding v0.4.2 |
| 1537 | 2026-07-10T22:11:26.250Z | Compiling crypto-common v0.2.2 |
| 1538 | 2026-07-10T22:11:26.267Z | Compiling rustls-native-certs v0.8.3 |
| 1539 | 2026-07-10T22:11:26.403Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-07-10T22:11:26.438Z | Compiling serde_spanned v0.6.9 |
| 1541 | 2026-07-10T22:11:26.546Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-07-10T22:11:26.577Z | Compiling erased-serde v0.3.31 |
| 1543 | 2026-07-10T22:11:26.619Z | Compiling serde_tokenstream v0.2.3 |
| 1544 | 2026-07-10T22:11:26.799Z | Compiling signature v2.2.0 |
| 1545 | 2026-07-10T22:11:26.926Z | Compiling md-5 v0.10.6 |
| 1546 | 2026-07-10T22:11:26.979Z | Compiling pin-project-internal v1.1.11 |
| 1547 | 2026-07-10T22:11:27.061Z | Compiling async-trait v0.1.89 |
| 1548 | 2026-07-10T22:11:27.091Z | Compiling zerocopy-derive v0.7.35 |
| 1549 | 2026-07-10T22:11:27.179Z | Compiling curve25519-dalek v4.1.3 |
| 1550 | 2026-07-10T22:11:27.569Z | Compiling vergen-lib v9.1.0 |
| 1551 | 2026-07-10T22:11:27.768Z | Compiling num-integer v0.1.46 |
| 1552 | 2026-07-10T22:11:28.001Z | Compiling hash32 v0.2.1 |
| 1553 | 2026-07-10T22:11:28.015Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-07-10T22:11:28.092Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-07-10T22:11:28.107Z | Compiling smoltcp v0.9.1 |
| 1556 | 2026-07-10T22:11:28.151Z | Compiling litrs v1.0.0 |
| 1557 | 2026-07-10T22:11:28.192Z | Compiling rustix v0.38.44 |
| 1558 | 2026-07-10T22:11:28.218Z | Compiling psl-types v2.0.11 |
| 1559 | 2026-07-10T22:11:28.343Z | Compiling ref-cast v1.0.25 |
| 1560 | 2026-07-10T22:11:28.448Z | Compiling fallible-iterator v0.2.0 |
| 1561 | 2026-07-10T22:11:28.557Z | Compiling mime v0.3.17 |
| 1562 | 2026-07-10T22:11:28.661Z | Compiling cfg_aliases v0.2.1 |
| 1563 | 2026-07-10T22:11:28.664Z | Compiling num-bigint-dig v0.8.6 |
| 1564 | 2026-07-10T22:11:28.734Z | Compiling zlib-rs v0.6.2 |
| 1565 | 2026-07-10T22:11:28.763Z | Compiling nix v0.31.2 |
| 1566 | 2026-07-10T22:11:28.816Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-07-10T22:11:28.938Z | Compiling document-features v0.2.12 |
| 1568 | 2026-07-10T22:11:29.249Z | Compiling publicsuffix v2.3.0 |
| 1569 | 2026-07-10T22:11:29.422Z | Compiling pin-project v1.1.11 |
| 1570 | 2026-07-10T22:11:29.436Z | Compiling hubpack_derive v0.1.1 |
| 1571 | 2026-07-10T22:11:29.523Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-07-10T22:11:29.538Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-07-10T22:11:29.678Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-07-10T22:11:29.884Z | Compiling rand v0.8.6 |
| 1575 | 2026-07-10T22:11:29.923Z | Compiling darling v0.21.3 |
| 1576 | 2026-07-10T22:11:30.001Z | Compiling oxnet v0.1.6 |
| 1577 | 2026-07-10T22:11:30.016Z | Compiling inout v0.2.2 |
| 1578 | 2026-07-10T22:11:30.028Z | Compiling hyper-tls v0.6.0 |
| 1579 | 2026-07-10T22:11:30.049Z | Compiling derive_builder v0.20.2 |
| 1580 | 2026-07-10T22:11:30.237Z | Compiling goblin v0.8.2 |
| 1581 | 2026-07-10T22:11:30.706Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-07-10T22:11:30.734Z | Compiling lazy_static v1.5.0 |
| 1583 | 2026-07-10T22:11:30.772Z | Compiling regex v1.12.3 |
| 1584 | 2026-07-10T22:11:30.818Z | Compiling anstyle-parse v0.2.7 |
| 1585 | 2026-07-10T22:11:30.951Z | Compiling futures-executor v0.3.32 |
| 1586 | 2026-07-10T22:11:30.997Z | Compiling hex v0.4.3 |
| 1587 | 2026-07-10T22:11:31.197Z | Compiling terminal_size v0.4.3 |
| 1588 | 2026-07-10T22:11:31.211Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1589 | 2026-07-10T22:11:31.223Z | Compiling daft-derive v0.1.7 |
| 1590 | 2026-07-10T22:11:31.259Z | Compiling ref-cast-impl v1.0.25 |
| 1591 | 2026-07-10T22:11:31.331Z | Compiling snafu-derive v0.8.9 |
| 1592 | 2026-07-10T22:11:31.811Z | Compiling flate2 v1.1.9 |
| 1593 | 2026-07-10T22:11:31.857Z | Compiling strum_macros v0.27.2 |
| 1594 | 2026-07-10T22:11:31.949Z | Compiling vergen v9.1.0 |
| 1595 | 2026-07-10T22:11:31.996Z | Compiling cargo-platform v0.3.2 |
| 1596 | 2026-07-10T22:11:32.146Z | Compiling ff v0.13.1 |
| 1597 | 2026-07-10T22:11:32.218Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-07-10T22:11:32.265Z | Compiling ahash v0.8.12 |
| 1599 | 2026-07-10T22:11:32.281Z | Compiling same-file v1.0.6 |
| 1600 | 2026-07-10T22:11:32.476Z | Compiling object v0.37.3 |
| 1601 | 2026-07-10T22:11:32.505Z | Compiling bitflags v1.3.2 |
| 1602 | 2026-07-10T22:11:32.519Z | Compiling foldhash v0.1.5 |
| 1603 | 2026-07-10T22:11:32.620Z | Compiling foldhash v0.2.0 |
| 1604 | 2026-07-10T22:11:32.692Z | Compiling bumpalo v3.20.2 |
| 1605 | 2026-07-10T22:11:32.758Z | Compiling unicode-segmentation v1.12.0 |
| 1606 | 2026-07-10T22:11:32.803Z | Compiling base16ct v0.2.0 |
| 1607 | 2026-07-10T22:11:32.948Z | Compiling managed v0.8.0 |
| 1608 | 2026-07-10T22:11:32.984Z | Compiling libbz2-rs-sys v0.2.2 |
| 1609 | 2026-07-10T22:11:33.145Z | Compiling winnow v0.5.40 |
| 1610 | 2026-07-10T22:11:33.280Z | Compiling snafu v0.8.9 |
| 1611 | 2026-07-10T22:11:33.643Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-07-10T22:11:33.677Z | Compiling sec1 v0.7.3 |
| 1613 | 2026-07-10T22:11:33.715Z | Compiling zopfli v0.8.3 |
| 1614 | 2026-07-10T22:11:33.878Z | Compiling strum v0.27.2 |
| 1615 | 2026-07-10T22:11:33.903Z | Compiling hashbrown v0.16.1 |
| 1616 | 2026-07-10T22:11:33.958Z | Compiling hashbrown v0.15.5 |
| 1617 | 2026-07-10T22:11:34.001Z | Compiling clap_builder v4.6.0 |
| 1618 | 2026-07-10T22:11:34.116Z | Compiling dof v0.3.0 |
| 1619 | 2026-07-10T22:11:34.368Z | Compiling walkdir v2.5.0 |
| 1620 | 2026-07-10T22:11:34.491Z | Compiling toml_edit v0.19.15 |
| 1621 | 2026-07-10T22:11:34.494Z | Compiling group v0.13.0 |
| 1622 | 2026-07-10T22:11:34.576Z | Compiling cargo_metadata v0.23.1 |
| 1623 | 2026-07-10T22:11:34.688Z | Compiling daft v0.1.7 |
| 1624 | 2026-07-10T22:11:34.918Z | Compiling futures v0.3.32 |
| 1625 | 2026-07-10T22:11:34.959Z | Compiling anstream v0.6.21 |
| 1626 | 2026-07-10T22:11:34.999Z | Compiling phf v0.13.1 |
| 1627 | 2026-07-10T22:11:35.261Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-07-10T22:11:35.395Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-07-10T22:11:35.743Z | Compiling zstd v0.13.3 |
| 1630 | 2026-07-10T22:11:35.931Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-07-10T22:11:36.007Z | Compiling reqwest v0.12.28 |
| 1632 | 2026-07-10T22:11:36.031Z | Compiling cipher v0.5.2 |
| 1633 | 2026-07-10T22:11:36.138Z | Compiling serde_with_macros v3.17.0 |
| 1634 | 2026-07-10T22:11:36.322Z | Compiling hubpack v0.1.2 |
| 1635 | 2026-07-10T22:11:36.959Z | Compiling postgres-types v0.2.12 |
| 1636 | 2026-07-10T22:11:37.110Z | Compiling usdt-attr-macro v0.6.0 |
| 1637 | 2026-07-10T22:11:37.262Z | Compiling usdt-macro v0.6.0 |
| 1638 | 2026-07-10T22:11:37.531Z | Compiling ed25519 v2.2.3 |
| 1639 | 2026-07-10T22:11:37.687Z | Compiling globset v0.4.18 |
| 1640 | 2026-07-10T22:11:37.760Z | Compiling dtrace-parser v0.2.0 |
| 1641 | 2026-07-10T22:11:37.907Z | Compiling phf_shared v0.11.3 |
| 1642 | 2026-07-10T22:11:38.068Z | Compiling hkdf v0.12.4 |
| 1643 | 2026-07-10T22:11:38.101Z | Compiling olpc-cjson v0.1.4 |
| 1644 | 2026-07-10T22:11:38.231Z | Compiling pkcs1 v0.7.5 |
| 1645 | 2026-07-10T22:11:38.259Z | Compiling serde-big-array v0.5.1 |
| 1646 | 2026-07-10T22:11:38.363Z | Compiling serde_plain v1.0.2 |
| 1647 | 2026-07-10T22:11:38.403Z | Compiling crypto-bigint v0.5.5 |
| 1648 | 2026-07-10T22:11:38.438Z | Compiling pem v3.0.6 |
| 1649 | 2026-07-10T22:11:38.500Z | Compiling clap_derive v4.6.1 |
| 1650 | 2026-07-10T22:11:38.554Z | Compiling async-recursion v1.1.1 |
| 1651 | 2026-07-10T22:11:38.625Z | Compiling serde_repr v0.1.20 |
| 1652 | 2026-07-10T22:11:38.756Z | Compiling enum-as-inner v0.6.1 |
| 1653 | 2026-07-10T22:11:39.157Z | Compiling strum_macros v0.26.4 |
| 1654 | 2026-07-10T22:11:39.202Z | Compiling float-cmp v0.10.0 |
| 1655 | 2026-07-10T22:11:39.268Z | Compiling memmap2 v0.9.10 |
| 1656 | 2026-07-10T22:11:39.350Z | Compiling thread-id v4.2.2 |
| 1657 | 2026-07-10T22:11:39.437Z | Compiling env_filter v1.0.0 |
| 1658 | 2026-07-10T22:11:39.479Z | Compiling const-oid v0.10.2 |
| 1659 | 2026-07-10T22:11:39.689Z | Compiling jiff v0.2.21 |
| 1660 | 2026-07-10T22:11:39.739Z | Compiling fixedbitset v0.4.2 |
| 1661 | 2026-07-10T22:11:39.755Z | Compiling typed-path v0.9.3 |
| 1662 | 2026-07-10T22:11:39.955Z | Compiling predicates-core v1.0.10 |
| 1663 | 2026-07-10T22:11:40.133Z | Compiling difflib v0.4.0 |
| 1664 | 2026-07-10T22:11:40.262Z | Compiling data-encoding v2.10.0 |
| 1665 | 2026-07-10T22:11:40.484Z | Compiling fixedbitset v0.5.7 |
| 1666 | 2026-07-10T22:11:40.686Z | Compiling cpufeatures v0.3.0 |
| 1667 | 2026-07-10T22:11:40.759Z | Compiling precomputed-hash v0.1.1 |
| 1668 | 2026-07-10T22:11:40.773Z | Compiling normalize-line-endings v0.3.0 |
| 1669 | 2026-07-10T22:11:40.787Z | Compiling keccak v0.1.6 |
| 1670 | 2026-07-10T22:11:40.848Z | Compiling either v1.15.0 |
| 1671 | 2026-07-10T22:11:40.867Z | Compiling whoami v2.1.0 |
| 1672 | 2026-07-10T22:11:40.911Z | Compiling static_assertions v1.1.0 |
| 1673 | 2026-07-10T22:11:40.945Z | Compiling winnow v1.0.3 |
| 1674 | 2026-07-10T22:11:40.960Z | Compiling new_debug_unreachable v1.0.6 |
| 1675 | 2026-07-10T22:11:40.982Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1676 | 2026-07-10T22:11:41.032Z | Compiling itertools v0.13.0 |
| 1677 | 2026-07-10T22:11:41.053Z | Compiling string_cache v0.8.9 |
| 1678 | 2026-07-10T22:11:41.236Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1679 | 2026-07-10T22:11:41.275Z | Compiling tokio-postgres v0.7.16 |
| 1680 | 2026-07-10T22:11:41.289Z | Compiling toml_edit v0.22.27 |
| 1681 | 2026-07-10T22:11:41.507Z | Compiling sha3 v0.10.8 |
| 1682 | 2026-07-10T22:11:41.857Z | Compiling strum v0.26.3 |
| 1683 | 2026-07-10T22:11:41.961Z | Compiling predicates v3.1.4 |
| 1684 | 2026-07-10T22:11:41.988Z | Compiling chacha20 v0.10.0 |
| 1685 | 2026-07-10T22:11:42.247Z | Compiling zip v4.6.1 |
| 1686 | 2026-07-10T22:11:42.356Z | Compiling petgraph v0.8.3 |
| 1687 | 2026-07-10T22:11:42.657Z | Compiling hickory-proto v0.25.2 |
| 1688 | 2026-07-10T22:11:43.241Z | Compiling clap v4.6.1 |
| 1689 | 2026-07-10T22:11:43.326Z | Compiling petgraph v0.6.5 |
| 1690 | 2026-07-10T22:11:43.505Z | Compiling digest v0.11.3 |
| 1691 | 2026-07-10T22:11:43.740Z | Compiling env_logger v0.11.9 |
| 1692 | 2026-07-10T22:11:43.829Z | Compiling usdt-impl v0.5.0 |
| 1693 | 2026-07-10T22:11:43.894Z | Compiling usdt v0.6.0 |
| 1694 | 2026-07-10T22:11:44.048Z | Compiling elliptic-curve v0.13.8 |
| 1695 | 2026-07-10T22:11:44.080Z | Compiling rsa v0.9.10 |
| 1696 | 2026-07-10T22:11:44.145Z | Compiling ed25519-dalek v2.2.0 |
| 1697 | 2026-07-10T22:11:44.372Z | Compiling crossterm v0.28.1 |
| 1698 | 2026-07-10T22:11:44.406Z | Compiling serde_with v3.17.0 |
| 1699 | 2026-07-10T22:11:44.791Z | Compiling zip v0.6.6 |
| 1700 | 2026-07-10T22:11:44.842Z | Compiling toml v0.7.8 |
| 1701 | 2026-07-10T22:11:45.422Z | Compiling iddqd v0.4.2 |
| 1702 | 2026-07-10T22:11:46.066Z | Compiling similar v2.7.0 |
| 1703 | 2026-07-10T22:11:46.111Z | Compiling heck v0.4.1 |
| 1704 | 2026-07-10T22:11:46.113Z | Compiling crossbeam-epoch v0.9.18 |
| 1705 | 2026-07-10T22:11:46.339Z | Compiling tokio-stream v0.1.18 |
| 1706 | 2026-07-10T22:11:46.449Z | Compiling buf-list v1.1.2 |
| 1707 | 2026-07-10T22:11:46.704Z | Compiling x509-cert v0.2.5 |
| 1708 | 2026-07-10T22:11:46.728Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1709 | 2026-07-10T22:11:46.802Z | Compiling openapiv3 v2.2.0 |
| 1710 | 2026-07-10T22:11:46.920Z | Compiling peg-runtime v0.8.5 |
| 1711 | 2026-07-10T22:11:47.026Z | Compiling lalrpop-util v0.19.12 |
| 1712 | 2026-07-10T22:11:47.206Z | Compiling thread_local v1.1.9 |
| 1713 | 2026-07-10T22:11:47.224Z | Compiling slog-async v2.8.0 |
| 1714 | 2026-07-10T22:11:47.360Z | Compiling crossbeam-channel v0.5.15 |
| 1715 | 2026-07-10T22:11:47.378Z | Compiling filetime v0.2.27 |
| 1716 | 2026-07-10T22:11:47.492Z | Compiling is-terminal v0.4.17 |
| 1717 | 2026-07-10T22:11:47.567Z | Compiling term v1.2.1 |
| 1718 | 2026-07-10T22:11:47.581Z | Compiling xattr v1.6.1 |
| 1719 | 2026-07-10T22:11:47.594Z | Compiling take_mut v0.2.2 |
| 1720 | 2026-07-10T22:11:47.702Z | Compiling tar v0.4.45 |
| 1721 | 2026-07-10T22:11:47.857Z | Compiling slog-term v2.9.2 |
| 1722 | 2026-07-10T22:11:48.152Z | Compiling camino-tempfile v1.4.1 |
| 1723 | 2026-07-10T22:11:57.893Z | Compiling rustls-webpki v0.103.13 |
| 1724 | 2026-07-10T22:12:00.576Z | Compiling tokio-rustls v0.26.4 |
| 1725 | 2026-07-10T22:12:00.576Z | Compiling rustls-platform-verifier v0.6.2 |
| 1726 | 2026-07-10T22:12:00.576Z | Compiling tough v0.22.0 |
| 1727 | 2026-07-10T22:12:00.776Z | Compiling hyper-rustls v0.27.7 |
| 1728 | 2026-07-10T22:12:00.979Z | Compiling reqwest v0.13.2 |
| 1729 | 2026-07-10T22:12:03.187Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1730 | 2026-07-10T22:12:03.417Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1731 | 2026-07-10T22:12:06.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1732 | 2026-07-10T22:12:06.419Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1733 | 2026-07-10T22:12:06.467Z | Jul 10 22:12:05.154 INFO Starting download, target: Clickhouse |
| 1734 | 2026-07-10T22:12:06.467Z | Jul 10 22:12:05.155 INFO Starting download, target: Console |
| 1735 | 2026-07-10T22:12:06.468Z | Jul 10 22:12:05.155 INFO Starting download, target: Cockroach |
| 1736 | 2026-07-10T22:12:06.476Z | Jul 10 22:12:05.155 INFO Starting download, target: DendriteStub |
| 1737 | 2026-07-10T22:12:06.476Z | Jul 10 22:12:05.155 INFO Starting download, target: MaghemiteMgd |
| 1738 | 2026-07-10T22:12:06.476Z | Jul 10 22:12:05.155 INFO Starting download, target: MaghemiteDdmd |
| 1739 | 2026-07-10T22:12:06.476Z | Jul 10 22:12:05.155 INFO Starting download, target: TransceiverControl |
| 1740 | 2026-07-10T22:12:06.476Z | Jul 10 22:12:05.155 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1741 | 2026-07-10T22:12:06.476Z | Jul 10 22:12:05.155 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1742 | 2026-07-10T22:12:06.476Z | Jul 10 22:12:05.155 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1743 | 2026-07-10T22:12:06.476Z | Jul 10 22:12:05.155 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1744 | 2026-07-10T22:12:06.476Z | Jul 10 22:12:05.155 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1745 | 2026-07-10T22:12:06.476Z | Jul 10 22:12:05.155 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1746 | 2026-07-10T22:12:06.476Z | Jul 10 22:12:05.155 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1747 | 2026-07-10T22:12:07.204Z | Jul 10 22:12:05.864 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1748 | 2026-07-10T22:12:07.392Z | Jul 10 22:12:06.065 INFO Download complete, target: TransceiverControl |
| 1749 | 2026-07-10T22:12:08.514Z | Jul 10 22:12:07.201 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1750 | 2026-07-10T22:12:08.515Z | Jul 10 22:12:07.201 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1751 | 2026-07-10T22:12:08.522Z | Jul 10 22:12:07.203 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1752 | 2026-07-10T22:12:08.782Z | Jul 10 22:12:07.467 INFO Download complete, target: Console |
| 1753 | 2026-07-10T22:12:08.816Z | Jul 10 22:12:07.502 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1754 | 2026-07-10T22:12:08.879Z | Jul 10 22:12:07.566 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1755 | 2026-07-10T22:12:08.882Z | Jul 10 22:12:07.570 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1756 | 2026-07-10T22:12:08.892Z | Jul 10 22:12:07.579 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1757 | 2026-07-10T22:12:10.760Z | Jul 10 22:12:09.447 INFO Download complete, target: MaghemiteDdmd |
| 1758 | 2026-07-10T22:12:11.225Z | Jul 10 22:12:09.912 INFO Download complete, target: DendriteStub |
| 1759 | 2026-07-10T22:12:11.400Z | Jul 10 22:12:10.087 INFO Download complete, target: MaghemiteMgd |
| 1760 | 2026-07-10T22:12:13.242Z | Jul 10 22:12:11.924 INFO Checking that binary works, target: Cockroach |
| 1761 | 2026-07-10T22:12:13.369Z | Jul 10 22:12:12.056 INFO Download complete, target: Cockroach |
| 1762 | 2026-07-10T22:12:15.473Z | Jul 10 22:12:14.145 INFO Checking that binary works, target: Clickhouse |
| 1763 | 2026-07-10T22:12:15.593Z | Jul 10 22:12:14.280 INFO Download complete, target: Clickhouse |
| 1764 | 2026-07-10T22:12:15.613Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1765 | 2026-07-10T22:12:15.618Z | |
| 1766 | 2026-07-10T22:12:15.618Z | real 1:59.849743450 |
| 1767 | 2026-07-10T22:12:15.619Z | user 6:34.924872623 |
| 1768 | 2026-07-10T22:12:15.619Z | sys 1:21.470234105 |
| 1769 | 2026-07-10T22:12:15.619Z | trap 0.224475976 |
| 1770 | 2026-07-10T22:12:15.619Z | tflt 0.479397194 |
| 1771 | 2026-07-10T22:12:15.619Z | dflt 0.769738911 |
| 1772 | 2026-07-10T22:12:15.619Z | kflt 0.026319509 |
| 1773 | 2026-07-10T22:12:15.619Z | lock 21:45.131710086 |
| 1774 | 2026-07-10T22:12:15.619Z | slp 20:00.994633288 |
| 1775 | 2026-07-10T22:12:15.619Z | lat 42.616703429 |
| 1776 | 2026-07-10T22:12:15.619Z | stop 1:56.833532569 |
| 1777 | 2026-07-10T22:12:15.619Z | + banner clippy |
| 1778 | 2026-07-10T22:12:15.619Z | |
| 1779 | 2026-07-10T22:12:15.619Z | #### # # ##### ##### # # |
| 1780 | 2026-07-10T22:12:15.619Z | # # # # # # # # # # |
| 1781 | 2026-07-10T22:12:15.619Z | # # # # # # # # |
| 1782 | 2026-07-10T22:12:15.619Z | # # # ##### ##### # |
| 1783 | 2026-07-10T22:12:15.620Z | # # # # # # # |
| 1784 | 2026-07-10T22:12:15.620Z | #### ###### # # # # |
| 1785 | 2026-07-10T22:12:15.620Z | |
| 1786 | 2026-07-10T22:12:15.620Z | + export CARGO_INCREMENTAL=0 |
| 1787 | 2026-07-10T22:12:15.620Z | + CARGO_INCREMENTAL=0 |
| 1788 | 2026-07-10T22:12:15.621Z | + ptime -m cargo xtask clippy |
| 1789 | 2026-07-10T22:12:16.083Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1790 | 2026-07-10T22:12:16.363Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1791 | 2026-07-10T22:12:18.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
| 1792 | 2026-07-10T22:12:18.193Z | Running `target/debug/xtask clippy` |
| 1793 | 2026-07-10T22:12:18.213Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1794 | 2026-07-10T22:12:18.780Z | Downloading crates ... |
| 1795 | 2026-07-10T22:12:18.968Z | Downloaded partial-io v0.5.4 |
| 1796 | 2026-07-10T22:12:18.984Z | Downloaded approx v0.5.1 |
| 1797 | 2026-07-10T22:12:18.987Z | Downloaded anes v0.1.6 |
| 1798 | 2026-07-10T22:12:18.987Z | Downloaded plotters v0.3.7 |
| 1799 | 2026-07-10T22:12:18.991Z | Downloaded assert-json-diff v2.0.2 |
| 1800 | 2026-07-10T22:12:18.994Z | Downloaded criterion-plot v0.6.0 |
| 1801 | 2026-07-10T22:12:18.997Z | Downloaded cast v0.3.0 |
| 1802 | 2026-07-10T22:12:19.001Z | Downloaded escape8259 v0.5.3 |
| 1803 | 2026-07-10T22:12:19.004Z | Downloaded constant_time_eq v0.3.1 |
| 1804 | 2026-07-10T22:12:19.012Z | Downloaded futures-timer v3.0.3 |
| 1805 | 2026-07-10T22:12:19.016Z | Downloaded backtrace-ext v0.2.1 |
| 1806 | 2026-07-10T22:12:19.019Z | Downloaded supports-color v2.1.0 |
| 1807 | 2026-07-10T22:12:19.023Z | Downloaded similar-asserts v1.7.0 |
| 1808 | 2026-07-10T22:12:19.029Z | Downloaded plotters-svg v0.3.7 |
| 1809 | 2026-07-10T22:12:19.032Z | Downloaded hex-literal v0.4.1 |
| 1810 | 2026-07-10T22:12:19.034Z | Downloaded terminal_size v0.1.17 |
| 1811 | 2026-07-10T22:12:19.037Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1812 | 2026-07-10T22:12:19.040Z | Downloaded plotters-backend v0.3.7 |
| 1813 | 2026-07-10T22:12:19.045Z | Downloaded linkme v0.3.35 |
| 1814 | 2026-07-10T22:12:19.047Z | Downloaded event-listener v5.4.1 |
| 1815 | 2026-07-10T22:12:19.047Z | Downloaded blake2b_simd v1.0.4 |
| 1816 | 2026-07-10T22:12:19.050Z | Downloaded async-lock v3.4.2 |
| 1817 | 2026-07-10T22:12:19.053Z | Downloaded serde_regex v1.1.0 |
| 1818 | 2026-07-10T22:12:19.056Z | Downloaded supports-hyperlinks v2.1.0 |
| 1819 | 2026-07-10T22:12:19.056Z | Downloaded pathdiff v0.2.3 |
| 1820 | 2026-07-10T22:12:19.056Z | Downloaded nested v0.1.1 |
| 1821 | 2026-07-10T22:12:19.056Z | Downloaded supports-unicode v2.1.0 |
| 1822 | 2026-07-10T22:12:19.059Z | Downloaded target-triple v1.0.0 |
| 1823 | 2026-07-10T22:12:19.062Z | Downloaded miette-derive v5.10.0 |
| 1824 | 2026-07-10T22:12:19.062Z | Downloaded parking v2.2.1 |
| 1825 | 2026-07-10T22:12:19.064Z | Downloaded event-listener-strategy v0.5.4 |
| 1826 | 2026-07-10T22:12:19.070Z | Downloaded target-lexicon v0.13.3 |
| 1827 | 2026-07-10T22:12:19.073Z | Downloaded concurrent-queue v2.5.0 |
| 1828 | 2026-07-10T22:12:19.073Z | Downloaded tinytemplate v1.2.1 |
| 1829 | 2026-07-10T22:12:19.073Z | Downloaded owo-colors v3.5.0 |
| 1830 | 2026-07-10T22:12:19.075Z | Downloaded rustc-demangle v0.1.27 |
| 1831 | 2026-07-10T22:12:19.075Z | Downloaded stringmetrics v2.2.2 |
| 1832 | 2026-07-10T22:12:19.079Z | Downloaded assert_cmd v2.1.2 |
| 1833 | 2026-07-10T22:12:19.079Z | Downloaded async-object-pool v0.2.0 |
| 1834 | 2026-07-10T22:12:19.079Z | Downloaded path-tree v0.8.3 |
| 1835 | 2026-07-10T22:12:19.079Z | Downloaded knuffel-derive v3.2.0 |
| 1836 | 2026-07-10T22:12:19.082Z | Downloaded rust-argon2 v2.1.0 |
| 1837 | 2026-07-10T22:12:19.082Z | Downloaded libtest-mimic v0.8.1 |
| 1838 | 2026-07-10T22:12:19.082Z | Downloaded datatest-stable v0.3.3 |
| 1839 | 2026-07-10T22:12:19.086Z | Downloaded linkme-impl v0.3.35 |
| 1840 | 2026-07-10T22:12:19.090Z | Downloaded termcolor v1.4.1 |
| 1841 | 2026-07-10T22:12:19.090Z | Downloaded oorandom v11.1.5 |
| 1842 | 2026-07-10T22:12:19.090Z | Downloaded relative-path v1.9.3 |
| 1843 | 2026-07-10T22:12:19.093Z | Downloaded httptest v0.16.4 |
| 1844 | 2026-07-10T22:12:19.100Z | Downloaded addr2line v0.25.1 |
| 1845 | 2026-07-10T22:12:19.102Z | Downloaded chumsky v0.9.3 |
| 1846 | 2026-07-10T22:12:19.105Z | Downloaded target-spec v3.5.7 |
| 1847 | 2026-07-10T22:12:19.108Z | Downloaded cfg-expr v0.20.6 |
| 1848 | 2026-07-10T22:12:19.110Z | Downloaded trybuild v1.0.116 |
| 1849 | 2026-07-10T22:12:19.114Z | Downloaded textwrap v0.15.2 |
| 1850 | 2026-07-10T22:12:19.116Z | Downloaded rstest_macros v0.25.0 |
| 1851 | 2026-07-10T22:12:19.119Z | Downloaded rstest v0.25.0 |
| 1852 | 2026-07-10T22:12:19.122Z | Downloaded rand_distr v0.5.1 |
| 1853 | 2026-07-10T22:12:19.124Z | Downloaded hickory-client v0.25.2 |
| 1854 | 2026-07-10T22:12:19.124Z | Downloaded fancy-regex v0.14.0 |
| 1855 | 2026-07-10T22:12:19.127Z | Downloaded backtrace v0.3.76 |
| 1856 | 2026-07-10T22:12:19.130Z | Downloaded knuffel v3.2.0 |
| 1857 | 2026-07-10T22:12:19.135Z | Downloaded miette v5.10.0 |
| 1858 | 2026-07-10T22:12:19.137Z | Downloaded criterion v0.7.0 |
| 1859 | 2026-07-10T22:12:19.140Z | Downloaded hashbrown v0.14.5 |
| 1860 | 2026-07-10T22:12:19.152Z | Downloaded guppy v0.17.25 |
| 1861 | 2026-07-10T22:12:19.173Z | Downloaded gimli v0.32.3 |
| 1862 | 2026-07-10T22:12:19.267Z | Downloaded httpmock v0.8.3 |
| 1863 | 2026-07-10T22:12:20.970Z | Checking cfg-if v1.0.4 |
| 1864 | 2026-07-10T22:12:21.329Z | Checking libc v0.2.185 |
| 1865 | 2026-07-10T22:12:21.334Z | Checking serde_core v1.0.228 |
| 1866 | 2026-07-10T22:12:21.402Z | Checking memchr v2.8.0 |
| 1867 | 2026-07-10T22:12:21.442Z | Checking zeroize v1.8.2 |
| 1868 | 2026-07-10T22:12:21.480Z | Checking smallvec v1.15.1 |
| 1869 | 2026-07-10T22:12:21.515Z | Checking rand_core v0.10.0 |
| 1870 | 2026-07-10T22:12:21.552Z | Checking itoa v1.0.17 |
| 1871 | 2026-07-10T22:12:21.555Z | Checking subtle v2.6.1 |
| 1872 | 2026-07-10T22:12:21.628Z | Checking log v0.4.29 |
| 1873 | 2026-07-10T22:12:21.682Z | Checking libm v0.2.16 |
| 1874 | 2026-07-10T22:12:21.729Z | Checking typenum v1.20.1 |
| 1875 | 2026-07-10T22:12:21.770Z | Checking getrandom v0.4.1 |
| 1876 | 2026-07-10T22:12:21.770Z | Checking errno v0.3.14 |
| 1877 | 2026-07-10T22:12:21.843Z | Checking scopeguard v1.2.0 |
| 1878 | 2026-07-10T22:12:21.885Z | Checking stable_deref_trait v1.2.1 |
| 1879 | 2026-07-10T22:12:21.923Z | Checking zmij v1.0.21 |
| 1880 | 2026-07-10T22:12:21.961Z | Checking zerofrom v0.1.6 |
| 1881 | 2026-07-10T22:12:22.001Z | Checking lock_api v0.4.14 |
| 1882 | 2026-07-10T22:12:22.042Z | Checking percent-encoding v2.3.2 |
| 1883 | 2026-07-10T22:12:22.084Z | Checking writeable v0.6.2 |
| 1884 | 2026-07-10T22:12:22.118Z | Checking yoke v0.8.1 |
| 1885 | 2026-07-10T22:12:22.156Z | Checking litemap v0.8.1 |
| 1886 | 2026-07-10T22:12:22.212Z | Checking icu_properties_data v2.1.2 |
| 1887 | 2026-07-10T22:12:22.252Z | Checking icu_normalizer_data v2.1.1 |
| 1888 | 2026-07-10T22:12:22.287Z | Checking pin-project-lite v0.2.17 |
| 1889 | 2026-07-10T22:12:22.325Z | Checking zerovec v0.11.5 |
| 1890 | 2026-07-10T22:12:22.360Z | Checking zerotrie v0.2.3 |
| 1891 | 2026-07-10T22:12:22.397Z | Checking num-traits v0.2.19 |
| 1892 | 2026-07-10T22:12:22.400Z | Checking form_urlencoded v1.2.2 |
| 1893 | 2026-07-10T22:12:22.469Z | Checking utf8_iter v1.0.4 |
| 1894 | 2026-07-10T22:12:22.525Z | Checking parking_lot_core v0.9.12 |
| 1895 | 2026-07-10T22:12:22.549Z | Checking zerocopy v0.8.40 |
| 1896 | 2026-07-10T22:12:22.592Z | Checking portable-atomic v1.13.1 |
| 1897 | 2026-07-10T22:12:22.636Z | Checking critical-section v1.2.0 |
| 1898 | 2026-07-10T22:12:22.676Z | Checking signal-hook-registry v1.4.8 |
| 1899 | 2026-07-10T22:12:22.727Z | Checking parking_lot v0.12.5 |
| 1900 | 2026-07-10T22:12:22.769Z | Checking tinystr v0.8.2 |
| 1901 | 2026-07-10T22:12:22.769Z | Checking potential_utf v0.1.4 |
| 1902 | 2026-07-10T22:12:22.852Z | Checking serde v1.0.228 |
| 1903 | 2026-07-10T22:12:22.889Z | Checking bitflags v2.11.0 |
| 1904 | 2026-07-10T22:12:22.934Z | Checking serde_json v1.0.150 |
| 1905 | 2026-07-10T22:12:22.971Z | Checking icu_collections v2.1.1 |
| 1906 | 2026-07-10T22:12:22.974Z | Checking icu_locale_core v2.1.1 |
| 1907 | 2026-07-10T22:12:23.040Z | Checking once_cell v1.21.3 |
| 1908 | 2026-07-10T22:12:23.040Z | Checking mio v1.2.0 |
| 1909 | 2026-07-10T22:12:23.123Z | Checking socket2 v0.6.3 |
| 1910 | 2026-07-10T22:12:23.245Z | Checking iana-time-zone v0.1.65 |
| 1911 | 2026-07-10T22:12:23.287Z | Checking bytes v1.11.1 |
| 1912 | 2026-07-10T22:12:23.343Z | Checking uuid v1.23.4 |
| 1913 | 2026-07-10T22:12:23.384Z | Checking chrono v0.4.44 |
| 1914 | 2026-07-10T22:12:23.424Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1915 | 2026-07-10T22:12:23.424Z | Checking thiserror v2.0.18 |
| 1916 | 2026-07-10T22:12:23.557Z | Checking semver v1.0.28 |
| 1917 | 2026-07-10T22:12:23.592Z | Checking icu_provider v2.1.1 |
| 1918 | 2026-07-10T22:12:23.627Z | Checking futures-core v0.3.32 |
| 1919 | 2026-07-10T22:12:23.684Z | Checking dyn-clone v1.0.20 |
| 1920 | 2026-07-10T22:12:23.764Z | Checking tokio v1.52.1 |
| 1921 | 2026-07-10T22:12:23.802Z | Checking getrandom v0.2.17 |
| 1922 | 2026-07-10T22:12:23.807Z | Checking equivalent v1.0.2 |
| 1923 | 2026-07-10T22:12:23.871Z | Checking cmov v0.5.4 |
| 1924 | 2026-07-10T22:12:23.874Z | Checking icu_normalizer v2.1.1 |
| 1925 | 2026-07-10T22:12:23.874Z | Checking icu_properties v2.1.2 |
| 1926 | 2026-07-10T22:12:23.970Z | Checking rustix v1.1.3 |
| 1927 | 2026-07-10T22:12:24.005Z | Checking rand_core v0.6.4 |
| 1928 | 2026-07-10T22:12:24.081Z | Checking ctutils v0.4.2 |
| 1929 | 2026-07-10T22:12:24.212Z | Checking byteorder v1.5.0 |
| 1930 | 2026-07-10T22:12:24.248Z | Checking futures-sink v0.3.32 |
| 1931 | 2026-07-10T22:12:24.251Z | Checking futures-io v0.3.32 |
| 1932 | 2026-07-10T22:12:24.326Z | Checking hybrid-array v0.4.13 |
| 1933 | 2026-07-10T22:12:24.375Z | Checking futures-channel v0.3.32 |
| 1934 | 2026-07-10T22:12:24.420Z | Checking futures-task v0.3.32 |
| 1935 | 2026-07-10T22:12:24.459Z | Checking slab v0.4.12 |
| 1936 | 2026-07-10T22:12:24.587Z | Checking generic-array v0.14.7 |
| 1937 | 2026-07-10T22:12:24.623Z | Checking thiserror v1.0.69 |
| 1938 | 2026-07-10T22:12:24.658Z | Checking futures-util v0.3.32 |
| 1939 | 2026-07-10T22:12:24.749Z | Checking getrandom v0.3.4 |
| 1940 | 2026-07-10T22:12:24.784Z | Checking idna_adapter v1.2.1 |
| 1941 | 2026-07-10T22:12:24.820Z | Checking hashbrown v0.17.0 |
| 1942 | 2026-07-10T22:12:24.921Z | Checking const-oid v0.9.6 |
| 1943 | 2026-07-10T22:12:24.958Z | Checking idna v1.1.0 |
| 1944 | 2026-07-10T22:12:25.062Z | Checking base64ct v1.8.3 |
| 1945 | 2026-07-10T22:12:25.099Z | Checking crypto-common v0.2.2 |
| 1946 | 2026-07-10T22:12:25.232Z | Checking url v2.5.8 |
| 1947 | 2026-07-10T22:12:25.307Z | Checking ppv-lite86 v0.2.21 |
| 1948 | 2026-07-10T22:12:25.338Z | Checking indexmap v2.14.0 |
| 1949 | 2026-07-10T22:12:25.341Z | Checking crypto-common v0.1.7 |
| 1950 | 2026-07-10T22:12:25.524Z | Checking fnv v1.0.7 |
| 1951 | 2026-07-10T22:12:25.635Z | Checking regex-syntax v0.8.10 |
| 1952 | 2026-07-10T22:12:25.673Z | Checking block-buffer v0.12.1 |
| 1953 | 2026-07-10T22:12:25.676Z | Checking block-buffer v0.10.4 |
| 1954 | 2026-07-10T22:12:25.742Z | Checking schemars v0.8.22 |
| 1955 | 2026-07-10T22:12:25.745Z | Checking http v1.4.2 |
| 1956 | 2026-07-10T22:12:25.864Z | Checking tracing-core v0.1.36 |
| 1957 | 2026-07-10T22:12:25.901Z | Checking digest v0.10.7 |
| 1958 | 2026-07-10T22:12:25.938Z | Checking base64 v0.22.1 |
| 1959 | 2026-07-10T22:12:26.129Z | Checking utf8parse v0.2.2 |
| 1960 | 2026-07-10T22:12:26.205Z | Checking tracing v0.1.44 |
| 1961 | 2026-07-10T22:12:26.208Z | Checking anstyle v1.0.14 |
| 1962 | 2026-07-10T22:12:26.276Z | Checking colorchoice v1.0.4 |
| 1963 | 2026-07-10T22:12:26.361Z | Checking anstyle-query v1.1.5 |
| 1964 | 2026-07-10T22:12:26.405Z | Checking is_terminal_polyfill v1.70.2 |
| 1965 | 2026-07-10T22:12:26.448Z | Checking ipnet v2.11.0 |
| 1966 | 2026-07-10T22:12:26.451Z | Checking const-oid v0.10.2 |
| 1967 | 2026-07-10T22:12:26.451Z | Checking anstyle-parse v1.0.0 |
| 1968 | 2026-07-10T22:12:26.549Z | Checking terminal_size v0.4.3 |
| 1969 | 2026-07-10T22:12:26.553Z | Checking aho-corasick v1.1.4 |
| 1970 | 2026-07-10T22:12:26.618Z | Checking crossbeam-utils v0.8.21 |
| 1971 | 2026-07-10T22:12:26.658Z | Checking unicode-ident v1.0.24 |
| 1972 | 2026-07-10T22:12:26.693Z | Checking anstream v1.0.0 |
| 1973 | 2026-07-10T22:12:26.696Z | Checking powerfmt v0.2.0 |
| 1974 | 2026-07-10T22:12:26.762Z | Checking clap_lex v1.0.0 |
| 1975 | 2026-07-10T22:12:26.798Z | Checking proc-macro2 v1.0.106 |
| 1976 | 2026-07-10T22:12:26.905Z | Checking strsim v0.11.1 |
| 1977 | 2026-07-10T22:12:26.942Z | Checking deranged v0.5.8 |
| 1978 | 2026-07-10T22:12:26.945Z | Checking httparse v1.10.1 |
| 1979 | 2026-07-10T22:12:27.012Z | Checking time-core v0.1.8 |
| 1980 | 2026-07-10T22:12:27.015Z | Checking tokio-util v0.7.18 |
| 1981 | 2026-07-10T22:12:27.080Z | Checking num_threads v0.1.7 |
| 1982 | 2026-07-10T22:12:27.114Z | Checking clap_builder v4.6.0 |
| 1983 | 2026-07-10T22:12:27.150Z | Checking quote v1.0.45 |
| 1984 | 2026-07-10T22:12:27.186Z | Checking num-conv v0.2.0 |
| 1985 | 2026-07-10T22:12:27.189Z | Checking cpufeatures v0.3.0 |
| 1986 | 2026-07-10T22:12:27.190Z | Checking rand_core v0.9.5 |
| 1987 | 2026-07-10T22:12:27.286Z | Checking regex-automata v0.4.14 |
| 1988 | 2026-07-10T22:12:27.328Z | Checking digest v0.11.3 |
| 1989 | 2026-07-10T22:12:27.365Z | Checking erased-serde v0.3.31 |
| 1990 | 2026-07-10T22:12:27.369Z | Checking syn v2.0.117 |
| 1991 | 2026-07-10T22:12:27.433Z | Checking http-body v1.0.1 |
| 1992 | 2026-07-10T22:12:27.531Z | Checking allocator-api2 v0.2.21 |
| 1993 | 2026-07-10T22:12:27.592Z | Checking atomic-waker v1.1.2 |
| 1994 | 2026-07-10T22:12:27.668Z | Checking cpufeatures v0.2.17 |
| 1995 | 2026-07-10T22:12:27.721Z | Checking rand_chacha v0.9.0 |
| 1996 | 2026-07-10T22:12:27.767Z | Checking aws-lc-sys v0.40.0 |
| 1997 | 2026-07-10T22:12:27.805Z | Checking slog v2.8.2 |
| 1998 | 2026-07-10T22:12:27.842Z | Checking anyhow v1.0.102 |
| 1999 | 2026-07-10T22:12:27.908Z | Checking time v0.3.47 |
| 2000 | 2026-07-10T22:12:27.950Z | Checking rustls-pki-types v1.14.0 |
| 2001 | 2026-07-10T22:12:28.067Z | Checking httpdate v1.0.3 |
| 2002 | 2026-07-10T22:12:28.104Z | Checking try-lock v0.2.5 |
| 2003 | 2026-07-10T22:12:28.233Z | Checking untrusted v0.7.1 |
| 2004 | 2026-07-10T22:12:28.271Z | Checking want v0.3.1 |
| 2005 | 2026-07-10T22:12:28.274Z | Checking rand v0.9.2 |
| 2006 | 2026-07-10T22:12:28.339Z | Checking h2 v0.4.15 |
| 2007 | 2026-07-10T22:12:28.374Z | Checking aws-lc-rs v1.16.3 |
| 2008 | 2026-07-10T22:12:28.377Z | Checking clap v4.6.1 |
| 2009 | 2026-07-10T22:12:28.443Z | Checking ryu v1.0.23 |
| 2010 | 2026-07-10T22:12:28.514Z | Checking tower-service v0.3.3 |
| 2011 | 2026-07-10T22:12:28.606Z | Checking tower-layer v0.3.3 |
| 2012 | 2026-07-10T22:12:28.642Z | Checking ipnetwork v0.21.1 |
| 2013 | 2026-07-10T22:12:28.786Z | Checking hex v0.4.3 |
| 2014 | 2026-07-10T22:12:28.789Z | Checking fastrand v2.3.0 |
| 2015 | 2026-07-10T22:12:28.881Z | Checking untrusted v0.9.0 |
| 2016 | 2026-07-10T22:12:29.020Z | Checking mime v0.3.17 |
| 2017 | 2026-07-10T22:12:29.058Z | Checking pem-rfc7468 v0.7.0 |
| 2018 | 2026-07-10T22:12:29.062Z | Checking block-padding v0.4.2 |
| 2019 | 2026-07-10T22:12:29.093Z | Checking spin v0.9.8 |
| 2020 | 2026-07-10T22:12:29.159Z | Checking flagset v0.4.7 |
| 2021 | 2026-07-10T22:12:29.215Z | Checking http-body-util v0.1.3 |
| 2022 | 2026-07-10T22:12:29.218Z | Checking rustls-webpki v0.103.13 |
| 2023 | 2026-07-10T22:12:29.285Z | Checking simd-adler32 v0.3.8 |
| 2024 | 2026-07-10T22:12:29.288Z | Checking inout v0.2.2 |
| 2025 | 2026-07-10T22:12:29.354Z | Checking pretty-hex v0.4.1 |
| 2026 | 2026-07-10T22:12:29.357Z | Checking der v0.7.10 |
| 2027 | 2026-07-10T22:12:29.460Z | Checking tempfile v3.25.0 |
| 2028 | 2026-07-10T22:12:29.498Z | Checking adler2 v2.0.1 |
| 2029 | 2026-07-10T22:12:29.501Z | Checking openssl-probe v0.2.1 |
| 2030 | 2026-07-10T22:12:29.501Z | Checking plain v0.2.3 |
| 2031 | 2026-07-10T22:12:29.635Z | Checking miniz_oxide v0.8.9 |
| 2032 | 2026-07-10T22:12:29.671Z | Checking cipher v0.5.2 |
| 2033 | 2026-07-10T22:12:29.706Z | Checking regex v1.12.3 |
| 2034 | 2026-07-10T22:12:29.709Z | Checking rustls v0.23.41 |
| 2035 | 2026-07-10T22:12:29.709Z | Checking serde_urlencoded v0.7.1 |
| 2036 | 2026-07-10T22:12:29.741Z | Checking camino v1.2.2 |
| 2037 | 2026-07-10T22:12:29.930Z | Checking encoding_rs v0.8.35 |
| 2038 | 2026-07-10T22:12:29.972Z | Checking ucd-trie v0.1.7 |
| 2039 | 2026-07-10T22:12:30.009Z | Checking rand_chacha v0.3.1 |
| 2040 | 2026-07-10T22:12:30.012Z | Checking oxnet v0.1.6 |
| 2041 | 2026-07-10T22:12:30.077Z | Checking sync_wrapper v1.0.2 |
| 2042 | 2026-07-10T22:12:30.128Z | Checking pest v2.8.6 |
| 2043 | 2026-07-10T22:12:30.132Z | Checking spki v0.7.3 |
| 2044 | 2026-07-10T22:12:30.207Z | Checking either v1.15.0 |
| 2045 | 2026-07-10T22:12:30.243Z | Checking rand v0.8.6 |
| 2046 | 2026-07-10T22:12:30.322Z | Checking tower v0.5.3 |
| 2047 | 2026-07-10T22:12:30.361Z | Checking futures-executor v0.3.32 |
| 2048 | 2026-07-10T22:12:30.421Z | Checking crc32fast v1.5.0 |
| 2049 | 2026-07-10T22:12:30.539Z | Checking iri-string v0.7.10 |
| 2050 | 2026-07-10T22:12:30.599Z | Checking futures v0.3.32 |
| 2051 | 2026-07-10T22:12:30.712Z | Checking static_assertions v1.1.0 |
| 2052 | 2026-07-10T22:12:30.751Z | Checking foldhash v0.2.0 |
| 2053 | 2026-07-10T22:12:30.791Z | Checking pkcs8 v0.10.2 |
| 2054 | 2026-07-10T22:12:30.829Z | Checking openapiv3 v2.2.0 |
| 2055 | 2026-07-10T22:12:30.913Z | Checking hubpack v0.1.2 |
| 2056 | 2026-07-10T22:12:30.951Z | Checking hashbrown v0.16.1 |
| 2057 | 2026-07-10T22:12:30.985Z | Checking zlib-rs v0.6.2 |
| 2058 | 2026-07-10T22:12:31.119Z | Checking rustls-native-certs v0.8.3 |
| 2059 | 2026-07-10T22:12:31.224Z | Checking hyper v1.10.1 |
| 2060 | 2026-07-10T22:12:31.243Z | Checking sha2 v0.10.9 |
| 2061 | 2026-07-10T22:12:31.359Z | Checking strum v0.26.3 |
| 2062 | 2026-07-10T22:12:31.481Z | Checking psl-types v2.0.11 |
| 2063 | 2026-07-10T22:12:31.529Z | Checking lazy_static v1.5.0 |
| 2064 | 2026-07-10T22:12:31.605Z | Checking tower-http v0.6.8 |
| 2065 | 2026-07-10T22:12:31.642Z | Checking publicsuffix v2.3.0 |
| 2066 | 2026-07-10T22:12:31.645Z | Checking cookie v0.18.1 |
| 2067 | 2026-07-10T22:12:31.674Z | Checking tinyvec_macros v0.1.1 |
| 2068 | 2026-07-10T22:12:31.772Z | Checking tinyvec v1.10.0 |
| 2069 | 2026-07-10T22:12:31.829Z | Checking scroll v0.13.0 |
| 2070 | 2026-07-10T22:12:31.890Z | Checking flate2 v1.1.9 |
| 2071 | 2026-07-10T22:12:31.926Z | Checking signature v2.2.0 |
| 2072 | 2026-07-10T22:12:31.966Z | Checking cookie_store v0.22.1 |
| 2073 | 2026-07-10T22:12:32.082Z | Checking goblin v0.10.5 |
| 2074 | 2026-07-10T22:12:32.085Z | Checking num-integer v0.1.46 |
| 2075 | 2026-07-10T22:12:32.153Z | Checking memmap2 v0.9.10 |
| 2076 | 2026-07-10T22:12:32.156Z | Checking tokio-rustls v0.26.4 |
| 2077 | 2026-07-10T22:12:32.186Z | Checking rustls-platform-verifier v0.6.2 |
| 2078 | 2026-07-10T22:12:32.255Z | Checking bit-vec v0.8.0 |
| 2079 | 2026-07-10T22:12:32.258Z | Checking hyper-util v0.1.20 |
| 2080 | 2026-07-10T22:12:32.325Z | Checking data-encoding v2.10.0 |
| 2081 | 2026-07-10T22:12:32.360Z | Checking dtrace-parser v0.3.0 |
| 2082 | 2026-07-10T22:12:32.363Z | Checking hmac v0.12.1 |
| 2083 | 2026-07-10T22:12:32.393Z | Checking wait-timeout v0.2.1 |
| 2084 | 2026-07-10T22:12:32.466Z | Checking thread-id v5.1.0 |
| 2085 | 2026-07-10T22:12:32.504Z | Checking bit-set v0.8.0 |
| 2086 | 2026-07-10T22:12:32.552Z | Checking bstr v1.12.1 |
| 2087 | 2026-07-10T22:12:32.591Z | Checking crossbeam-epoch v0.9.18 |
| 2088 | 2026-07-10T22:12:32.593Z | Checking anstyle-parse v0.2.7 |
| 2089 | 2026-07-10T22:12:32.660Z | Checking ahash v0.8.12 |
| 2090 | 2026-07-10T22:12:32.663Z | Checking toml_datetime v0.6.11 |
| 2091 | 2026-07-10T22:12:32.729Z | Checking serde_spanned v0.6.9 |
| 2092 | 2026-07-10T22:12:32.801Z | Checking quick-error v1.2.3 |
| 2093 | 2026-07-10T22:12:32.839Z | Checking anstream v0.6.21 |
| 2094 | 2026-07-10T22:12:32.883Z | Checking rand_xorshift v0.4.0 |
| 2095 | 2026-07-10T22:12:32.886Z | Checking memoffset v0.9.1 |
| 2096 | 2026-07-10T22:12:32.953Z | Checking scroll v0.12.0 |
| 2097 | 2026-07-10T22:12:32.957Z | Checking rusty-fork v0.3.1 |
| 2098 | 2026-07-10T22:12:33.024Z | Checking unarray v0.1.4 |
| 2099 | 2026-07-10T22:12:33.027Z | Checking x509-cert v0.2.5 |
| 2100 | 2026-07-10T22:12:33.057Z | Checking zerocopy v0.7.35 |
| 2101 | 2026-07-10T22:12:33.124Z | Checking unicode-segmentation v1.12.0 |
| 2102 | 2026-07-10T22:12:33.161Z | Checking num-iter v0.1.45 |
| 2103 | 2026-07-10T22:12:33.199Z | Checking proptest v1.10.0 |
| 2104 | 2026-07-10T22:12:33.235Z | Checking goblin v0.8.2 |
| 2105 | 2026-07-10T22:12:33.303Z | Checking dtrace-parser v0.2.0 |
| 2106 | 2026-07-10T22:12:33.460Z | Checking ff v0.13.1 |
| 2107 | 2026-07-10T22:12:33.572Z | Checking thread-id v4.2.2 |
| 2108 | 2026-07-10T22:12:33.576Z | Checking hyper-rustls v0.27.7 |
| 2109 | 2026-07-10T22:12:33.643Z | Checking foreign-types-shared v0.1.1 |
| 2110 | 2026-07-10T22:12:33.646Z | Checking base16ct v0.2.0 |
| 2111 | 2026-07-10T22:12:33.710Z | Checking group v0.13.0 |
| 2112 | 2026-07-10T22:12:33.747Z | Checking nix v0.31.2 |
| 2113 | 2026-07-10T22:12:33.787Z | Checking foreign-types v0.3.2 |
| 2114 | 2026-07-10T22:12:33.824Z | Checking sec1 v0.7.3 |
| 2115 | 2026-07-10T22:12:33.859Z | Checking reqwest v0.13.2 |
| 2116 | 2026-07-10T22:12:33.896Z | Checking hkdf v0.12.4 |
| 2117 | 2026-07-10T22:12:33.899Z | Checking crypto-bigint v0.5.5 |
| 2118 | 2026-07-10T22:12:34.055Z | Checking rustix v0.38.44 |
| 2119 | 2026-07-10T22:12:34.092Z | Checking openssl-sys v0.9.115 |
| 2120 | 2026-07-10T22:12:34.390Z | Checking dof v0.4.0 |
| 2121 | 2026-07-10T22:12:34.489Z | Checking env_filter v1.0.0 |
| 2122 | 2026-07-10T22:12:34.666Z | Checking winnow v0.7.14 |
| 2123 | 2026-07-10T22:12:34.734Z | Checking same-file v1.0.6 |
| 2124 | 2026-07-10T22:12:34.850Z | Checking keccak v0.1.6 |
| 2125 | 2026-07-10T22:12:34.888Z | Checking walkdir v2.5.0 |
| 2126 | 2026-07-10T22:12:34.890Z | Checking elliptic-curve v0.13.8 |
| 2127 | 2026-07-10T22:12:34.968Z | Checking env_logger v0.11.9 |
| 2128 | 2026-07-10T22:12:35.018Z | Checking newtype-uuid v1.3.2 |
| 2129 | 2026-07-10T22:12:35.063Z | Checking sha3 v0.10.8 |
| 2130 | 2026-07-10T22:12:35.067Z | Checking usdt-impl v0.6.0 |
| 2131 | 2026-07-10T22:12:35.124Z | Checking openssl v0.10.79 |
| 2132 | 2026-07-10T22:12:35.162Z | Checking dof v0.3.0 |
| 2133 | 2026-07-10T22:12:35.198Z | Checking num-bigint-dig v0.8.6 |
| 2134 | 2026-07-10T22:12:35.242Z | Checking daft v0.1.7 |
| 2135 | 2026-07-10T22:12:35.280Z | Checking pkcs1 v0.7.5 |
| 2136 | 2026-07-10T22:12:35.318Z | Checking itertools v0.13.0 |
| 2137 | 2026-07-10T22:12:35.395Z | Checking usdt v0.6.0 |
| 2138 | 2026-07-10T22:12:35.473Z | Checking usdt-impl v0.5.0 |
| 2139 | 2026-07-10T22:12:35.510Z | Checking serde_with v3.17.0 |
| 2140 | 2026-07-10T22:12:35.514Z | Checking bitflags v1.3.2 |
| 2141 | 2026-07-10T22:12:35.587Z | Checking siphasher v1.0.2 |
| 2142 | 2026-07-10T22:12:35.649Z | Checking winnow v1.0.3 |
| 2143 | 2026-07-10T22:12:35.789Z | Checking unicode-normalization v0.1.25 |
| 2144 | 2026-07-10T22:12:35.826Z | Checking signal-hook v0.3.18 |
| 2145 | 2026-07-10T22:12:35.893Z | Checking winnow v0.5.40 |
| 2146 | 2026-07-10T22:12:35.974Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2147 | 2026-07-10T22:12:36.042Z | Checking rsa v0.9.10 |
| 2148 | 2026-07-10T22:12:36.079Z | Checking toml_write v0.1.2 |
| 2149 | 2026-07-10T22:12:36.221Z | Checking managed v0.8.0 |
| 2150 | 2026-07-10T22:12:36.276Z | Checking toml_edit v0.22.27 |
| 2151 | 2026-07-10T22:12:36.333Z | Checking chacha20 v0.10.0 |
| 2152 | 2026-07-10T22:12:36.386Z | Checking curve25519-dalek v4.1.3 |
| 2153 | 2026-07-10T22:12:36.438Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2154 | 2026-07-10T22:12:36.541Z | Checking object v0.37.3 |
| 2155 | 2026-07-10T22:12:36.576Z | Checking foldhash v0.1.5 |
| 2156 | 2026-07-10T22:12:36.620Z | Checking bzip2 v0.4.4 |
| 2157 | 2026-07-10T22:12:36.737Z | Checking hashbrown v0.15.5 |
| 2158 | 2026-07-10T22:12:36.815Z | Checking signal-hook-mio v0.2.5 |
| 2159 | 2026-07-10T22:12:36.952Z | Checking globset v0.4.18 |
| 2160 | 2026-07-10T22:12:36.992Z | Checking ed25519 v2.2.3 |
| 2161 | 2026-07-10T22:12:37.067Z | Checking toml_edit v0.19.15 |
| 2162 | 2026-07-10T22:12:37.185Z | Checking ref-cast v1.0.25 |
| 2163 | 2026-07-10T22:12:37.223Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2164 | 2026-07-10T22:12:37.227Z | Checking native-tls v0.2.18 |
| 2165 | 2026-07-10T22:12:37.292Z | Checking ed25519-dalek v2.2.0 |
| 2166 | 2026-07-10T22:12:37.296Z | Checking zip v0.6.6 |
| 2167 | 2026-07-10T22:12:37.362Z | Checking pin-project v1.1.11 |
| 2168 | 2026-07-10T22:12:37.365Z | Checking zstd-safe v7.2.4 |
| 2169 | 2026-07-10T22:12:37.432Z | Checking libbz2-rs-sys v0.2.2 |
| 2170 | 2026-07-10T22:12:37.468Z | Checking tokio-native-tls v0.3.1 |
| 2171 | 2026-07-10T22:12:37.504Z | Checking bumpalo v3.20.2 |
| 2172 | 2026-07-10T22:12:37.582Z | Checking zstd v0.13.3 |
| 2173 | 2026-07-10T22:12:37.586Z | Checking crossterm v0.28.1 |
| 2174 | 2026-07-10T22:12:37.653Z | Checking similar v2.7.0 |
| 2175 | 2026-07-10T22:12:37.656Z | Checking hyper-tls v0.6.0 |
| 2176 | 2026-07-10T22:12:37.730Z | Checking zopfli v0.8.3 |
| 2177 | 2026-07-10T22:12:37.799Z | Checking fs-err v3.3.0 |
| 2178 | 2026-07-10T22:12:37.840Z | Checking bzip2 v0.6.1 |
| 2179 | 2026-07-10T22:12:37.884Z | Checking reqwest v0.12.28 |
| 2180 | 2026-07-10T22:12:38.032Z | Checking pem v3.0.6 |
| 2181 | 2026-07-10T22:12:38.069Z | Checking hash32 v0.2.1 |
| 2182 | 2026-07-10T22:12:38.112Z | Checking serde-big-array v0.5.1 |
| 2183 | 2026-07-10T22:12:38.141Z | Checking toml v0.7.8 |
| 2184 | 2026-07-10T22:12:38.144Z | Checking jiff v0.2.21 |
| 2185 | 2026-07-10T22:12:38.214Z | Checking unicode-properties v0.1.4 |
| 2186 | 2026-07-10T22:12:38.254Z | Checking unicode-bidi v0.3.18 |
| 2187 | 2026-07-10T22:12:38.290Z | Checking predicates-core v1.0.10 |
| 2188 | 2026-07-10T22:12:38.337Z | Checking heapless v0.7.17 |
| 2189 | 2026-07-10T22:12:38.431Z | Checking snafu v0.8.9 |
| 2190 | 2026-07-10T22:12:38.466Z | Checking olpc-cjson v0.1.4 |
| 2191 | 2026-07-10T22:12:38.501Z | Checking hickory-proto v0.25.2 |
| 2192 | 2026-07-10T22:12:38.574Z | Checking stringprep v0.1.5 |
| 2193 | 2026-07-10T22:12:38.629Z | Checking md-5 v0.10.6 |
| 2194 | 2026-07-10T22:12:38.666Z | Checking serde_plain v1.0.2 |
| 2195 | 2026-07-10T22:12:38.702Z | Checking float-cmp v0.10.0 |
| 2196 | 2026-07-10T22:12:38.756Z | Checking fallible-iterator v0.2.0 |
| 2197 | 2026-07-10T22:12:38.794Z | Checking typed-path v0.9.3 |
| 2198 | 2026-07-10T22:12:38.797Z | Checking normalize-line-endings v0.3.0 |
| 2199 | 2026-07-10T22:12:38.863Z | Checking difflib v0.4.0 |
| 2200 | 2026-07-10T22:12:38.866Z | Checking smoltcp v0.9.1 |
| 2201 | 2026-07-10T22:12:38.866Z | Checking iddqd v0.4.2 |
| 2202 | 2026-07-10T22:12:38.962Z | Checking phf_shared v0.13.1 |
| 2203 | 2026-07-10T22:12:39.052Z | Checking postgres-protocol v0.6.10 |
| 2204 | 2026-07-10T22:12:39.089Z | Checking predicates v3.1.4 |
| 2205 | 2026-07-10T22:12:39.185Z | Checking phf_shared v0.11.3 |
| 2206 | 2026-07-10T22:12:39.361Z | Checking tokio-stream v0.1.18 |
| 2207 | 2026-07-10T22:12:39.399Z | Checking buf-list v1.1.2 |
| 2208 | 2026-07-10T22:12:39.434Z | Checking strum v0.27.2 |
| 2209 | 2026-07-10T22:12:39.531Z | Checking new_debug_unreachable v1.0.6 |
| 2210 | 2026-07-10T22:12:39.576Z | Checking fixedbitset v0.4.2 |
| 2211 | 2026-07-10T22:12:39.616Z | Checking tough v0.22.0 |
| 2212 | 2026-07-10T22:12:39.655Z | Checking precomputed-hash v0.1.1 |
| 2213 | 2026-07-10T22:12:39.659Z | Checking fixedbitset v0.5.7 |
| 2214 | 2026-07-10T22:12:39.752Z | Checking lalrpop-util v0.19.12 |
| 2215 | 2026-07-10T22:12:39.791Z | Checking string_cache v0.8.9 |
| 2216 | 2026-07-10T22:12:39.794Z | Checking petgraph v0.6.5 |
| 2217 | 2026-07-10T22:12:39.861Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2218 | 2026-07-10T22:12:39.903Z | Checking petgraph v0.8.3 |
| 2219 | 2026-07-10T22:12:39.943Z | Checking postgres-types v0.2.12 |
| 2220 | 2026-07-10T22:12:39.988Z | Checking phf v0.13.1 |
| 2221 | 2026-07-10T22:12:40.169Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2222 | 2026-07-10T22:12:40.281Z | Checking whoami v2.1.0 |
| 2223 | 2026-07-10T22:12:40.456Z | Checking zip v4.6.1 |
| 2224 | 2026-07-10T22:12:40.491Z | Checking peg-runtime v0.8.5 |
| 2225 | 2026-07-10T22:12:40.527Z | Checking tokio-postgres v0.7.16 |
| 2226 | 2026-07-10T22:12:40.802Z | Checking is-terminal v0.4.17 |
| 2227 | 2026-07-10T22:12:40.928Z | Checking crossbeam-channel v0.5.15 |
| 2228 | 2026-07-10T22:12:41.074Z | Checking thread_local v1.1.9 |
| 2229 | 2026-07-10T22:12:41.144Z | Compiling structmeta-derive v0.3.0 |
| 2230 | 2026-07-10T22:12:41.277Z | Checking term v1.2.1 |
| 2231 | 2026-07-10T22:12:41.313Z | Checking take_mut v0.2.2 |
| 2232 | 2026-07-10T22:12:41.351Z | Compiling newtype-uuid-macros v0.1.0 |
| 2233 | 2026-07-10T22:12:41.447Z | Checking slog-async v2.8.0 |
| 2234 | 2026-07-10T22:12:41.512Z | Compiling multer v3.1.0 |
| 2235 | 2026-07-10T22:12:41.547Z | Checking slog-term v2.9.2 |
| 2236 | 2026-07-10T22:12:41.660Z | Compiling async-stream-impl v0.3.6 |
| 2237 | 2026-07-10T22:12:41.697Z | Checking match_cfg v0.1.0 |
| 2238 | 2026-07-10T22:12:41.796Z | Checking hostname v0.3.1 |
| 2239 | 2026-07-10T22:12:41.834Z | Checking slog-json v2.6.1 |
| 2240 | 2026-07-10T22:12:41.842Z | Compiling dropshot v0.17.1 |
| 2241 | 2026-07-10T22:12:41.869Z | Compiling dropshot_endpoint v0.17.1 |
| 2242 | 2026-07-10T22:12:41.936Z | Checking debug-ignore v1.0.5 |
| 2243 | 2026-07-10T22:12:42.020Z | Checking slog-bunyan v2.5.0 |
| 2244 | 2026-07-10T22:12:42.063Z | Checking progenitor-client v0.14.0 |
| 2245 | 2026-07-10T22:12:42.143Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2246 | 2026-07-10T22:12:42.180Z | Checking sha1 v0.11.0 |
| 2247 | 2026-07-10T22:12:42.216Z | Checking serde_path_to_error v0.1.20 |
| 2248 | 2026-07-10T22:12:42.284Z | Compiling structmeta v0.3.0 |
| 2249 | 2026-07-10T22:12:42.287Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2250 | 2026-07-10T22:12:42.353Z | Checking serde_spanned v1.1.1 |
| 2251 | 2026-07-10T22:12:42.395Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2252 | 2026-07-10T22:12:42.398Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2253 | 2026-07-10T22:12:42.512Z | Checking compression-core v0.4.31 |
| 2254 | 2026-07-10T22:12:42.549Z | Checking async-stream v0.3.6 |
| 2255 | 2026-07-10T22:12:42.552Z | Compiling derive-ex v0.1.8 |
| 2256 | 2026-07-10T22:12:42.648Z | Checking rustls-pemfile v2.2.0 |
| 2257 | 2026-07-10T22:12:42.652Z | Checking toml v1.1.2+spec-1.1.0 |
| 2258 | 2026-07-10T22:12:42.716Z | Checking compression-codecs v0.4.37 |
| 2259 | 2026-07-10T22:12:42.719Z | Checking waitgroup v0.1.2 |
| 2260 | 2026-07-10T22:12:42.816Z | Checking hostname v0.4.2 |
| 2261 | 2026-07-10T22:12:42.853Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2262 | 2026-07-10T22:12:42.857Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2263 | 2026-07-10T22:12:42.957Z | Checking atomicwrites v0.4.4 |
| 2264 | 2026-07-10T22:12:42.961Z | Checking async-compression v0.4.41 |
| 2265 | 2026-07-10T22:12:42.989Z | Checking itertools v0.14.0 |
| 2266 | 2026-07-10T22:12:42.992Z | Compiling parse-display-derive v0.10.0 |
| 2267 | 2026-07-10T22:12:43.056Z | Checking macaddr v1.0.1 |
| 2268 | 2026-07-10T22:12:43.091Z | Checking regress v0.10.5 |
| 2269 | 2026-07-10T22:12:43.222Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2270 | 2026-07-10T22:12:43.263Z | Checking instant v0.1.13 |
| 2271 | 2026-07-10T22:12:43.299Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2272 | 2026-07-10T22:12:43.378Z | Checking backoff v0.4.0 |
| 2273 | 2026-07-10T22:12:43.559Z | Checking backon v1.6.0 |
| 2274 | 2026-07-10T22:12:43.596Z | Checking humantime v2.3.0 |
| 2275 | 2026-07-10T22:12:43.687Z | Checking unicode-width v0.2.0 |
| 2276 | 2026-07-10T22:12:43.750Z | Checking progenitor-extras v0.2.0 |
| 2277 | 2026-07-10T22:12:43.809Z | Compiling convert_case v0.4.0 |
| 2278 | 2026-07-10T22:12:43.963Z | Checking heck v0.5.0 |
| 2279 | 2026-07-10T22:12:43.999Z | Checking half v2.7.1 |
| 2280 | 2026-07-10T22:12:44.054Z | Checking ciborium-io v0.2.2 |
| 2281 | 2026-07-10T22:12:44.114Z | Checking secrecy v0.10.3 |
| 2282 | 2026-07-10T22:12:44.178Z | Checking camino-tempfile v1.4.1 |
| 2283 | 2026-07-10T22:12:44.213Z | Compiling derive_more v0.99.20 |
| 2284 | 2026-07-10T22:12:44.261Z | Compiling regress v0.11.1 |
| 2285 | 2026-07-10T22:12:44.297Z | Compiling test-strategy v0.4.5 |
| 2286 | 2026-07-10T22:12:44.302Z | Checking ciborium-ll v0.2.2 |
| 2287 | 2026-07-10T22:12:44.368Z | Checking indent_write v2.2.0 |
| 2288 | 2026-07-10T22:12:44.559Z | Checking ciborium v0.2.2 |
| 2289 | 2026-07-10T22:12:44.562Z | Compiling crucible-workspace-hack v0.1.0 |
| 2290 | 2026-07-10T22:12:44.736Z | Checking parse-display v0.10.0 |
| 2291 | 2026-07-10T22:12:44.863Z | Compiling unsafe-libyaml v0.2.11 |
| 2292 | 2026-07-10T22:12:45.010Z | Checking inout v0.1.4 |
| 2293 | 2026-07-10T22:12:45.015Z | Checking universal-hash v0.5.1 |
| 2294 | 2026-07-10T22:12:45.180Z | Checking cipher v0.4.4 |
| 2295 | 2026-07-10T22:12:45.217Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2296 | 2026-07-10T22:12:45.412Z | Compiling serde_yaml v0.9.34+deprecated |
| 2297 | 2026-07-10T22:12:45.628Z | Checking swrite v0.1.0 |
| 2298 | 2026-07-10T22:12:45.676Z | Checking opaque-debug v0.3.1 |
| 2299 | 2026-07-10T22:12:45.761Z | Checking chacha20 v0.9.1 |
| 2300 | 2026-07-10T22:12:45.802Z | Checking poly1305 v0.8.0 |
| 2301 | 2026-07-10T22:12:45.870Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2302 | 2026-07-10T22:12:46.000Z | Compiling typify-impl v0.6.2 |
| 2303 | 2026-07-10T22:12:46.119Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2304 | 2026-07-10T22:12:46.282Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2305 | 2026-07-10T22:12:46.473Z | Checking blake2 v0.10.6 |
| 2306 | 2026-07-10T22:12:46.510Z | Checking thiserror-no-std v2.0.2 |
| 2307 | 2026-07-10T22:12:46.627Z | Checking aead v0.5.2 |
| 2308 | 2026-07-10T22:12:46.756Z | Checking password-hash v0.5.0 |
| 2309 | 2026-07-10T22:12:46.806Z | Checking chacha20poly1305 v0.10.1 |
| 2310 | 2026-07-10T22:12:46.841Z | Checking vsss-rs v3.3.4 |
| 2311 | 2026-07-10T22:12:46.961Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2312 | 2026-07-10T22:12:46.996Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2313 | 2026-07-10T22:12:47.030Z | Checking argon2 v0.5.3 |
| 2314 | 2026-07-10T22:12:47.296Z | Checking byte-wrapper v0.1.0 |
| 2315 | 2026-07-10T22:12:47.333Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2316 | 2026-07-10T22:12:47.389Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2317 | 2026-07-10T22:12:47.394Z | Checking crossbeam-deque v0.8.6 |
| 2318 | 2026-07-10T22:12:47.527Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2319 | 2026-07-10T22:12:47.562Z | Compiling rayon-core v1.13.0 |
| 2320 | 2026-07-10T22:12:47.596Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2321 | 2026-07-10T22:12:47.628Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2322 | 2026-07-10T22:12:47.903Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2323 | 2026-07-10T22:12:47.966Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2324 | 2026-07-10T22:12:48.180Z | Compiling proc-macro-error v1.0.4 |
| 2325 | 2026-07-10T22:12:48.266Z | Checking rayon v1.11.0 |
| 2326 | 2026-07-10T22:12:48.520Z | Compiling proc-macro-crate v3.4.0 |
| 2327 | 2026-07-10T22:12:48.920Z | Checking tabwriter v1.4.1 |
| 2328 | 2026-07-10T22:12:48.957Z | Checking toml v0.8.23 |
| 2329 | 2026-07-10T22:12:49.054Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2330 | 2026-07-10T22:12:49.089Z | Compiling num_enum_derive v0.7.6 |
| 2331 | 2026-07-10T22:12:49.123Z | Checking glob v0.3.3 |
| 2332 | 2026-07-10T22:12:49.158Z | Checking colored v3.1.1 |
| 2333 | 2026-07-10T22:12:49.195Z | Compiling heapless v0.8.0 |
| 2334 | 2026-07-10T22:12:49.304Z | Compiling ingot-macros v0.1.1 |
| 2335 | 2026-07-10T22:12:49.345Z | Checking hash32 v0.3.1 |
| 2336 | 2026-07-10T22:12:49.390Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2337 | 2026-07-10T22:12:49.490Z | Checking unicode-width v0.1.14 |
| 2338 | 2026-07-10T22:12:49.639Z | Compiling smoltcp v0.11.0 |
| 2339 | 2026-07-10T22:12:49.790Z | Checking cobs v0.3.0 |
| 2340 | 2026-07-10T22:12:49.832Z | Compiling usdt-attr-macro v0.5.0 |
| 2341 | 2026-07-10T22:12:49.959Z | Compiling usdt-macro v0.5.0 |
| 2342 | 2026-07-10T22:12:50.054Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2343 | 2026-07-10T22:12:50.097Z | Checking memmap v0.7.0 |
| 2344 | 2026-07-10T22:12:50.133Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2345 | 2026-07-10T22:12:50.165Z | Checking num_enum v0.7.6 |
| 2346 | 2026-07-10T22:12:50.306Z | Checking postcard v1.1.3 |
| 2347 | 2026-07-10T22:12:50.400Z | Checking rand v0.10.1 |
| 2348 | 2026-07-10T22:12:50.483Z | Compiling typify-macro v0.6.2 |
| 2349 | 2026-07-10T22:12:50.661Z | Compiling proc-macro-crate v1.3.1 |
| 2350 | 2026-07-10T22:12:50.696Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2351 | 2026-07-10T22:12:50.730Z | Checking usdt v0.5.0 |
| 2352 | 2026-07-10T22:12:50.928Z | Checking sigpipe v0.1.3 |
| 2353 | 2026-07-10T22:12:50.963Z | Compiling foreign-types-macros v0.2.3 |
| 2354 | 2026-07-10T22:12:50.968Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2355 | 2026-07-10T22:12:51.038Z | Checking foreign-types-shared v0.3.1 |
| 2356 | 2026-07-10T22:12:51.104Z | Compiling num_enum_derive v0.5.11 |
| 2357 | 2026-07-10T22:12:51.329Z | Checking cstr-argument v0.1.2 |
| 2358 | 2026-07-10T22:12:51.435Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2359 | 2026-07-10T22:12:51.486Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2360 | 2026-07-10T22:12:51.528Z | Compiling num-derive v0.4.2 |
| 2361 | 2026-07-10T22:12:51.601Z | Checking foreign-types v0.5.0 |
| 2362 | 2026-07-10T22:12:51.707Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2363 | 2026-07-10T22:12:51.904Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2364 | 2026-07-10T22:12:51.975Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2365 | 2026-07-10T22:12:52.019Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2366 | 2026-07-10T22:12:52.054Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2367 | 2026-07-10T22:12:52.172Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2368 | 2026-07-10T22:12:52.209Z | Checking num_enum v0.5.11 |
| 2369 | 2026-07-10T22:12:52.213Z | Checking ingot-types v0.1.2 |
| 2370 | 2026-07-10T22:12:52.274Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2371 | 2026-07-10T22:12:52.307Z | Compiling typify v0.6.2 |
| 2372 | 2026-07-10T22:12:52.375Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2373 | 2026-07-10T22:12:52.443Z | Compiling progenitor-impl v0.14.0 |
| 2374 | 2026-07-10T22:12:52.511Z | Compiling zone_cfg_derive v0.3.1 |
| 2375 | 2026-07-10T22:12:52.589Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2376 | 2026-07-10T22:12:52.592Z | Checking ingot v0.1.1 |
| 2377 | 2026-07-10T22:12:52.653Z | Checking itertools v0.12.1 |
| 2378 | 2026-07-10T22:12:52.786Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2379 | 2026-07-10T22:12:53.072Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2380 | 2026-07-10T22:12:53.239Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2381 | 2026-07-10T22:12:53.274Z | Checking smf v0.2.3 |
| 2382 | 2026-07-10T22:12:53.363Z | Checking whoami v1.6.1 |
| 2383 | 2026-07-10T22:12:53.398Z | Checking tokio-dtrace v0.1.1 |
| 2384 | 2026-07-10T22:12:53.487Z | Compiling derive-where v1.6.0 |
| 2385 | 2026-07-10T22:12:53.533Z | Checking console v0.15.11 |
| 2386 | 2026-07-10T22:12:53.568Z | Checking newline-converter v0.3.0 |
| 2387 | 2026-07-10T22:12:53.604Z | Checking oxide-tokio-rt v0.1.4 |
| 2388 | 2026-07-10T22:12:53.683Z | Checking zone v0.3.1 |
| 2389 | 2026-07-10T22:12:53.718Z | Checking bytecount v0.6.9 |
| 2390 | 2026-07-10T22:12:53.798Z | Compiling owo-colors v4.3.0 |
| 2391 | 2026-07-10T22:12:53.833Z | Checking expectorate v1.2.0 |
| 2392 | 2026-07-10T22:12:53.866Z | Compiling cancel-safe-futures v0.1.5 |
| 2393 | 2026-07-10T22:12:53.994Z | Checking libsw-core v0.3.2 |
| 2394 | 2026-07-10T22:12:54.058Z | Checking num-rational v0.4.2 |
| 2395 | 2026-07-10T22:12:54.160Z | Checking libsw v3.5.0 |
| 2396 | 2026-07-10T22:12:54.262Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2397 | 2026-07-10T22:12:54.406Z | Checking num-complex v0.4.6 |
| 2398 | 2026-07-10T22:12:54.442Z | Checking linear-map v1.2.0 |
| 2399 | 2026-07-10T22:12:54.582Z | Checking float-ord v0.3.2 |
| 2400 | 2026-07-10T22:12:54.639Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2401 | 2026-07-10T22:12:54.717Z | Checking gethostname v0.5.0 |
| 2402 | 2026-07-10T22:12:54.768Z | Checking num v0.4.3 |
| 2403 | 2026-07-10T22:12:54.821Z | Compiling prettyplease v0.2.37 |
| 2404 | 2026-07-10T22:12:54.858Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2405 | 2026-07-10T22:12:54.894Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2406 | 2026-07-10T22:12:54.897Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2407 | 2026-07-10T22:12:55.026Z | Compiling progenitor-macro v0.14.0 |
| 2408 | 2026-07-10T22:12:55.141Z | Checking resolv-conf v0.7.6 |
| 2409 | 2026-07-10T22:12:55.261Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2410 | 2026-07-10T22:12:55.353Z | Checking unicode-linebreak v0.1.5 |
| 2411 | 2026-07-10T22:12:55.438Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2412 | 2026-07-10T22:12:55.617Z | Checking smawk v0.3.2 |
| 2413 | 2026-07-10T22:12:55.823Z | Checking papergrid v0.11.0 |
| 2414 | 2026-07-10T22:12:56.461Z | Compiling tabled_derive v0.7.0 |
| 2415 | 2026-07-10T22:12:56.464Z | Compiling convert_case v0.10.0 |
| 2416 | 2026-07-10T22:12:56.531Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2417 | 2026-07-10T22:12:56.534Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2418 | 2026-07-10T22:12:56.763Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2419 | 2026-07-10T22:12:56.801Z | Compiling slog-dtrace v0.3.0 |
| 2420 | 2026-07-10T22:12:56.870Z | Compiling derive_more-impl v2.1.1 |
| 2421 | 2026-07-10T22:12:57.075Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2422 | 2026-07-10T22:12:57.156Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2423 | 2026-07-10T22:12:57.479Z | Checking tabled v0.15.0 |
| 2424 | 2026-07-10T22:12:57.751Z | Checking linked-hash-map v0.5.6 |
| 2425 | 2026-07-10T22:12:57.756Z | Checking derive_more v2.1.1 |
| 2426 | 2026-07-10T22:12:57.887Z | Checking crossterm v0.29.0 |
| 2427 | 2026-07-10T22:12:57.956Z | Checking lru-cache v0.1.2 |
| 2428 | 2026-07-10T22:12:58.454Z | Checking hickory-proto v0.24.4 |
| 2429 | 2026-07-10T22:12:58.489Z | Checking fd-lock v4.0.4 |
| 2430 | 2026-07-10T22:12:59.031Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2431 | 2026-07-10T22:12:59.127Z | Checking vte v0.14.1 |
| 2432 | 2026-07-10T22:12:59.325Z | Checking display-error-chain v0.2.2 |
| 2433 | 2026-07-10T22:12:59.460Z | Checking strip-ansi-escapes v0.2.1 |
| 2434 | 2026-07-10T22:12:59.661Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2435 | 2026-07-10T22:12:59.848Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2436 | 2026-07-10T22:12:59.967Z | Checking progenitor v0.14.0 |
| 2437 | 2026-07-10T22:13:00.127Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2438 | 2026-07-10T22:13:00.703Z | Checking nu-ansi-term v0.50.3 |
| 2439 | 2026-07-10T22:13:00.772Z | Checking termtree v0.5.1 |
| 2440 | 2026-07-10T22:13:00.913Z | Checking hickory-resolver v0.24.4 |
| 2441 | 2026-07-10T22:13:00.948Z | Checking textwrap v0.16.2 |
| 2442 | 2026-07-10T22:13:00.982Z | Checking reedline v0.40.0 |
| 2443 | 2026-07-10T22:13:01.017Z | Compiling minimal-lexical v0.2.1 |
| 2444 | 2026-07-10T22:13:01.302Z | Compiling nom v7.1.3 |
| 2445 | 2026-07-10T22:13:01.352Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2446 | 2026-07-10T22:13:01.708Z | Checking qorb v0.4.1 |
| 2447 | 2026-07-10T22:13:01.845Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2448 | 2026-07-10T22:13:02.028Z | Compiling unicode-xid v0.2.6 |
| 2449 | 2026-07-10T22:13:02.177Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2450 | 2026-07-10T22:13:02.435Z | Compiling ar_archive_writer v0.5.1 |
| 2451 | 2026-07-10T22:13:02.667Z | Checking csv-core v0.1.13 |
| 2452 | 2026-07-10T22:13:02.798Z | Compiling stacker v0.1.23 |
| 2453 | 2026-07-10T22:13:02.858Z | Compiling cfg_aliases v0.1.1 |
| 2454 | 2026-07-10T22:13:02.893Z | Checking csv v1.4.0 |
| 2455 | 2026-07-10T22:13:02.947Z | Checking highway v1.3.0 |
| 2456 | 2026-07-10T22:13:02.982Z | Compiling semver v0.1.20 |
| 2457 | 2026-07-10T22:13:03.150Z | Compiling nix v0.28.0 |
| 2458 | 2026-07-10T22:13:03.209Z | Compiling rustc_version v0.1.7 |
| 2459 | 2026-07-10T22:13:03.288Z | Checking nibble_vec v0.1.0 |
| 2460 | 2026-07-10T22:13:03.323Z | Checking endian-type v0.1.2 |
| 2461 | 2026-07-10T22:13:03.357Z | Compiling psm v0.1.30 |
| 2462 | 2026-07-10T22:13:03.360Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2463 | 2026-07-10T22:13:03.445Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2464 | 2026-07-10T22:13:03.479Z | Checking radix_trie v0.2.1 |
| 2465 | 2026-07-10T22:13:03.483Z | Compiling newtype_derive v0.1.6 |
| 2466 | 2026-07-10T22:13:03.590Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2467 | 2026-07-10T22:13:03.720Z | Checking phf_shared v0.12.1 |
| 2468 | 2026-07-10T22:13:03.755Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2469 | 2026-07-10T22:13:03.896Z | Compiling chrono-tz v0.10.4 |
| 2470 | 2026-07-10T22:13:03.899Z | Checking phf v0.12.1 |
| 2471 | 2026-07-10T22:13:04.204Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2472 | 2026-07-10T22:13:04.209Z | Compiling const_format_proc_macros v0.2.34 |
| 2473 | 2026-07-10T22:13:04.304Z | Compiling peg-macros v0.8.5 |
| 2474 | 2026-07-10T22:13:04.310Z | Checking winnow v0.6.26 |
| 2475 | 2026-07-10T22:13:04.375Z | Checking recursive v0.1.1 |
| 2476 | 2026-07-10T22:13:04.500Z | Checking nom v8.0.0 |
| 2477 | 2026-07-10T22:13:04.786Z | Compiling sqlparser_derive v0.5.0 |
| 2478 | 2026-07-10T22:13:05.071Z | Checking unicode_categories v0.1.1 |
| 2479 | 2026-07-10T22:13:05.152Z | Checking home v0.5.12 |
| 2480 | 2026-07-10T22:13:05.259Z | Checking const_format v0.2.35 |
| 2481 | 2026-07-10T22:13:05.293Z | Checking rustyline v14.0.0 |
| 2482 | 2026-07-10T22:13:05.499Z | Checking sqlformat v0.3.5 |
| 2483 | 2026-07-10T22:13:05.577Z | Checking sqlparser v0.61.0 |
| 2484 | 2026-07-10T22:13:05.720Z | Checking peg v0.8.5 |
| 2485 | 2026-07-10T22:13:05.926Z | Checking bcs v0.1.6 |
| 2486 | 2026-07-10T22:13:06.002Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2487 | 2026-07-10T22:13:06.046Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2488 | 2026-07-10T22:13:06.100Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2489 | 2026-07-10T22:13:06.187Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2490 | 2026-07-10T22:13:06.265Z | Checking steno v0.4.1 |
| 2491 | 2026-07-10T22:13:06.456Z | Checking sha1 v0.10.6 |
| 2492 | 2026-07-10T22:13:06.544Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2493 | 2026-07-10T22:13:06.610Z | Checking filetime v0.2.27 |
| 2494 | 2026-07-10T22:13:06.777Z | Checking xattr v1.6.1 |
| 2495 | 2026-07-10T22:13:06.940Z | Checking tar v0.4.45 |
| 2496 | 2026-07-10T22:13:07.190Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2497 | 2026-07-10T22:13:07.324Z | Checking subprocess v0.2.15 |
| 2498 | 2026-07-10T22:13:07.360Z | Checking headers-core v0.3.0 |
| 2499 | 2026-07-10T22:13:07.398Z | Checking base64 v0.21.7 |
| 2500 | 2026-07-10T22:13:07.498Z | Checking headers v0.4.1 |
| 2501 | 2026-07-10T22:13:07.648Z | Checking yasna v0.5.2 |
| 2502 | 2026-07-10T22:13:07.685Z | Checking dropshot-api-manager-types v0.7.2 |
| 2503 | 2026-07-10T22:13:07.883Z | Checking tagptr v0.2.0 |
| 2504 | 2026-07-10T22:13:07.986Z | Checking utf-8 v0.7.6 |
| 2505 | 2026-07-10T22:13:08.053Z | Checking moka v0.12.13 |
| 2506 | 2026-07-10T22:13:08.088Z | Checking rcgen v0.12.1 |
| 2507 | 2026-07-10T22:13:08.151Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2508 | 2026-07-10T22:13:08.314Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2509 | 2026-07-10T22:13:08.351Z | Checking tungstenite v0.21.0 |
| 2510 | 2026-07-10T22:13:08.427Z | Compiling libefi-sys v0.1.0 |
| 2511 | 2026-07-10T22:13:08.770Z | Checking hickory-resolver v0.25.2 |
| 2512 | 2026-07-10T22:13:08.803Z | Checking tokio-tungstenite v0.21.0 |
| 2513 | 2026-07-10T22:13:08.882Z | Compiling bitfield-struct v0.6.2 |
| 2514 | 2026-07-10T22:13:09.109Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2515 | 2026-07-10T22:13:09.384Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2516 | 2026-07-10T22:13:09.506Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2517 | 2026-07-10T22:13:09.560Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2518 | 2026-07-10T22:13:09.825Z | Compiling radium v0.7.0 |
| 2519 | 2026-07-10T22:13:09.974Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2520 | 2026-07-10T22:13:10.007Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2521 | 2026-07-10T22:13:10.076Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2522 | 2026-07-10T22:13:10.111Z | Checking tap v1.0.1 |
| 2523 | 2026-07-10T22:13:10.185Z | Compiling maybe-uninit v2.0.0 |
| 2524 | 2026-07-10T22:13:10.264Z | Checking wyz v0.5.1 |
| 2525 | 2026-07-10T22:13:10.339Z | Compiling zerocopy-derive v0.6.6 |
| 2526 | 2026-07-10T22:13:10.438Z | Compiling packed_struct v0.10.1 |
| 2527 | 2026-07-10T22:13:10.473Z | Checking funty v2.0.0 |
| 2528 | 2026-07-10T22:13:10.539Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2529 | 2026-07-10T22:13:10.583Z | Checking crc-catalog v2.4.0 |
| 2530 | 2026-07-10T22:13:10.622Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2531 | 2026-07-10T22:13:10.711Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2532 | 2026-07-10T22:13:10.804Z | Checking crc v3.4.0 |
| 2533 | 2026-07-10T22:13:10.837Z | Checking bitvec v1.0.1 |
| 2534 | 2026-07-10T22:13:10.969Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2535 | 2026-07-10T22:13:11.011Z | Compiling packed_struct_codegen v0.10.1 |
| 2536 | 2026-07-10T22:13:11.170Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2537 | 2026-07-10T22:13:11.259Z | Checking zerocopy v0.6.6 |
| 2538 | 2026-07-10T22:13:11.597Z | Compiling bitfield-macros v0.19.4 |
| 2539 | 2026-07-10T22:13:12.013Z | Compiling indexmap v1.9.3 |
| 2540 | 2026-07-10T22:13:12.155Z | Checking nodrop v0.1.14 |
| 2541 | 2026-07-10T22:13:12.290Z | Checking array-init v0.0.4 |
| 2542 | 2026-07-10T22:13:12.336Z | Checking smallvec v0.6.14 |
| 2543 | 2026-07-10T22:13:12.369Z | Checking bitfield v0.19.4 |
| 2544 | 2026-07-10T22:13:12.560Z | Checking hashbrown v0.12.3 |
| 2545 | 2026-07-10T22:13:12.622Z | Checking serde-hex v0.1.0 |
| 2546 | 2026-07-10T22:13:12.669Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2547 | 2026-07-10T22:13:12.862Z | Checking ron v0.8.1 |
| 2548 | 2026-07-10T22:13:13.293Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2549 | 2026-07-10T22:13:13.336Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2550 | 2026-07-10T22:13:13.370Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2551 | 2026-07-10T22:13:13.410Z | Checking hashbrown v0.13.2 |
| 2552 | 2026-07-10T22:13:13.597Z | Checking crc-any v2.5.0 |
| 2553 | 2026-07-10T22:13:13.871Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2554 | 2026-07-10T22:13:13.877Z | Checking object v0.30.4 |
| 2555 | 2026-07-10T22:13:13.895Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2556 | 2026-07-10T22:13:14.002Z | Compiling xshell-macros v0.2.7 |
| 2557 | 2026-07-10T22:13:14.038Z | Checking path-slash v0.1.5 |
| 2558 | 2026-07-10T22:13:14.139Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2559 | 2026-07-10T22:13:14.428Z | Checking xshell v0.2.7 |
| 2560 | 2026-07-10T22:13:14.497Z | Checking half v1.8.3 |
| 2561 | 2026-07-10T22:13:14.542Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2562 | 2026-07-10T22:13:14.653Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2563 | 2026-07-10T22:13:14.724Z | Checking serde_cbor v0.11.2 |
| 2564 | 2026-07-10T22:13:14.793Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2565 | 2026-07-10T22:13:15.141Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2566 | 2026-07-10T22:13:15.241Z | Compiling proc-macro-error2 v2.0.1 |
| 2567 | 2026-07-10T22:13:15.365Z | Compiling num-derive v0.3.3 |
| 2568 | 2026-07-10T22:13:15.445Z | Checking maplit v1.0.2 |
| 2569 | 2026-07-10T22:13:15.558Z | Checking papergrid v0.17.0 |
| 2570 | 2026-07-10T22:13:15.601Z | Compiling tabled_derive v0.11.0 |
| 2571 | 2026-07-10T22:13:16.057Z | Checking testing_table v0.3.0 |
| 2572 | 2026-07-10T22:13:16.187Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2573 | 2026-07-10T22:13:16.371Z | Checking libscf-sys v1.1.0 |
| 2574 | 2026-07-10T22:13:16.404Z | Compiling progenitor-impl v0.13.0 |
| 2575 | 2026-07-10T22:13:16.450Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2576 | 2026-07-10T22:13:16.536Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2577 | 2026-07-10T22:13:16.709Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2578 | 2026-07-10T22:13:16.777Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2579 | 2026-07-10T22:13:16.878Z | Checking tabled v0.20.0 |
| 2580 | 2026-07-10T22:13:17.097Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2581 | 2026-07-10T22:13:17.474Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2582 | 2026-07-10T22:13:17.515Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2583 | 2026-07-10T22:13:17.854Z | Checking progenitor-client v0.13.0 |
| 2584 | 2026-07-10T22:13:17.900Z | Compiling git-stub v1.0.0 |
| 2585 | 2026-07-10T22:13:18.123Z | Compiling git-stub-vcs v0.1.0 |
| 2586 | 2026-07-10T22:13:18.160Z | Checking crc8 v0.1.1 |
| 2587 | 2026-07-10T22:13:18.194Z | Checking unicase v2.9.0 |
| 2588 | 2026-07-10T22:13:18.288Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2589 | 2026-07-10T22:13:18.388Z | Checking fxhash v0.2.1 |
| 2590 | 2026-07-10T22:13:18.503Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2591 | 2026-07-10T22:13:18.541Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2592 | 2026-07-10T22:13:18.662Z | Compiling vergen-lib v0.1.6 |
| 2593 | 2026-07-10T22:13:18.900Z | Compiling diesel_derives v2.3.7 |
| 2594 | 2026-07-10T22:13:19.027Z | Compiling progenitor-macro v0.13.0 |
| 2595 | 2026-07-10T22:13:19.127Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2596 | 2026-07-10T22:13:19.134Z | Checking scheduled-thread-pool v0.2.7 |
| 2597 | 2026-07-10T22:13:19.171Z | Compiling dsl_auto_type v0.2.0 |
| 2598 | 2026-07-10T22:13:19.242Z | Compiling vergen-gitcl v1.0.8 |
| 2599 | 2026-07-10T22:13:19.276Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2600 | 2026-07-10T22:13:19.411Z | Checking r2d2 v0.8.10 |
| 2601 | 2026-07-10T22:13:19.493Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2602 | 2026-07-10T22:13:19.559Z | Checking downcast-rs v2.0.2 |
| 2603 | 2026-07-10T22:13:19.602Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2604 | 2026-07-10T22:13:19.636Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2605 | 2026-07-10T22:13:19.847Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2606 | 2026-07-10T22:13:19.957Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2607 | 2026-07-10T22:13:20.128Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2608 | 2026-07-10T22:13:20.168Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2609 | 2026-07-10T22:13:20.171Z | Checking kstat-rs v0.2.4 |
| 2610 | 2026-07-10T22:13:20.252Z | Checking arc-swap v1.8.2 |
| 2611 | 2026-07-10T22:13:20.287Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2612 | 2026-07-10T22:13:20.430Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2613 | 2026-07-10T22:13:20.473Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2614 | 2026-07-10T22:13:20.510Z | Checking slog-scope v4.4.1 |
| 2615 | 2026-07-10T22:13:20.683Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-07-10T22:13:20.813Z | Compiling parking_lot_core v0.8.6 |
| 2617 | 2026-07-10T22:13:20.968Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2618 | 2026-07-10T22:13:21.007Z | Compiling crunchy v0.2.4 |
| 2619 | 2026-07-10T22:13:21.157Z | Compiling dirs-next v2.0.0 |
| 2620 | 2026-07-10T22:13:21.249Z | Checking slog-stdlog v4.1.1 |
| 2621 | 2026-07-10T22:13:21.314Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2622 | 2026-07-10T22:13:21.391Z | Compiling clang-sys v1.8.1 |
| 2623 | 2026-07-10T22:13:21.424Z | Compiling tiny-keccak v2.0.2 |
| 2624 | 2026-07-10T22:13:21.710Z | Checking slog-envlogger v2.2.0 |
| 2625 | 2026-07-10T22:13:21.865Z | Compiling term v0.7.0 |
| 2626 | 2026-07-10T22:13:21.898Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2627 | 2026-07-10T22:13:21.963Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2628 | 2026-07-10T22:13:22.132Z | Compiling bit-vec v0.6.3 |
| 2629 | 2026-07-10T22:13:22.251Z | Compiling ascii-canvas v3.0.0 |
| 2630 | 2026-07-10T22:13:22.376Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2631 | 2026-07-10T22:13:22.407Z | Compiling bit-set v0.5.3 |
| 2632 | 2026-07-10T22:13:22.442Z | Checking parking_lot v0.11.2 |
| 2633 | 2026-07-10T22:13:22.529Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2634 | 2026-07-10T22:13:22.596Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2635 | 2026-07-10T22:13:22.663Z | Checking prefix-trie v0.7.0 |
| 2636 | 2026-07-10T22:13:22.697Z | Compiling itertools v0.10.5 |
| 2637 | 2026-07-10T22:13:22.925Z | Compiling ena v0.14.4 |
| 2638 | 2026-07-10T22:13:23.017Z | Compiling libloading v0.8.9 |
| 2639 | 2026-07-10T22:13:23.022Z | Compiling bindgen v0.71.1 |
| 2640 | 2026-07-10T22:13:23.085Z | Compiling regex-syntax v0.6.29 |
| 2641 | 2026-07-10T22:13:23.164Z | Compiling diff v0.1.13 |
| 2642 | 2026-07-10T22:13:23.524Z | Checking hickory-server v0.25.2 |
| 2643 | 2026-07-10T22:13:23.661Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2644 | 2026-07-10T22:13:23.801Z | Checking sled v0.34.7 |
| 2645 | 2026-07-10T22:13:24.005Z | Checking progenitor v0.13.0 |
| 2646 | 2026-07-10T22:13:24.179Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2647 | 2026-07-10T22:13:24.299Z | Compiling cexpr v0.6.0 |
| 2648 | 2026-07-10T22:13:24.780Z | Compiling lalrpop v0.19.12 |
| 2649 | 2026-07-10T22:13:24.956Z | Checking nanorand v0.7.0 |
| 2650 | 2026-07-10T22:13:25.030Z | Compiling rustc-hash v2.1.1 |
| 2651 | 2026-07-10T22:13:25.137Z | Checking diesel v2.3.7 |
| 2652 | 2026-07-10T22:13:25.185Z | Compiling salty v0.3.0 |
| 2653 | 2026-07-10T22:13:25.188Z | Checking flume v0.11.1 |
| 2654 | 2026-07-10T22:13:25.516Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2655 | 2026-07-10T22:13:25.559Z | Compiling libxml v0.3.3 |
| 2656 | 2026-07-10T22:13:25.907Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2657 | 2026-07-10T22:13:26.122Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2658 | 2026-07-10T22:13:26.738Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2659 | 2026-07-10T22:13:26.959Z | Compiling strum_macros v0.24.3 |
| 2660 | 2026-07-10T22:13:26.992Z | Compiling fs-err v2.11.0 |
| 2661 | 2026-07-10T22:13:27.241Z | Compiling indoc v1.0.9 |
| 2662 | 2026-07-10T22:13:27.727Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2663 | 2026-07-10T22:13:27.969Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2664 | 2026-07-10T22:13:28.170Z | Checking quick-xml v0.37.5 |
| 2665 | 2026-07-10T22:13:28.348Z | Checking derive_builder v0.20.2 |
| 2666 | 2026-07-10T22:13:28.383Z | Compiling oso-derive v0.27.3 |
| 2667 | 2026-07-10T22:13:28.492Z | Compiling trait-variant v0.1.2 |
| 2668 | 2026-07-10T22:13:28.913Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2669 | 2026-07-10T22:13:29.064Z | Checking openssl-probe v0.1.6 |
| 2670 | 2026-07-10T22:13:29.093Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2671 | 2026-07-10T22:13:29.462Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2672 | 2026-07-10T22:13:29.909Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2673 | 2026-07-10T22:13:30.501Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2674 | 2026-07-10T22:13:30.765Z | Checking rfc6979 v0.4.0 |
| 2675 | 2026-07-10T22:13:30.800Z | Checking parse-size v1.1.0 |
| 2676 | 2026-07-10T22:13:30.916Z | Checking assert_matches v1.5.0 |
| 2677 | 2026-07-10T22:13:30.949Z | Checking ecdsa v0.16.9 |
| 2678 | 2026-07-10T22:13:30.982Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2679 | 2026-07-10T22:13:31.023Z | Checking primeorder v0.13.6 |
| 2680 | 2026-07-10T22:13:31.306Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2681 | 2026-07-10T22:13:31.344Z | Checking p384 v0.13.1 |
| 2682 | 2026-07-10T22:13:31.549Z | Checking predicates-tree v1.0.13 |
| 2683 | 2026-07-10T22:13:31.705Z | Checking bb8 v0.8.6 |
| 2684 | 2026-07-10T22:13:31.860Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2685 | 2026-07-10T22:13:32.053Z | Compiling mime_guess v2.0.5 |
| 2686 | 2026-07-10T22:13:32.057Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2687 | 2026-07-10T22:13:32.120Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2688 | 2026-07-10T22:13:32.197Z | Checking http-range v0.1.5 |
| 2689 | 2026-07-10T22:13:32.438Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2690 | 2026-07-10T22:13:32.527Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2691 | 2026-07-10T22:13:32.696Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2692 | 2026-07-10T22:13:32.731Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2693 | 2026-07-10T22:13:32.852Z | Checking atty v0.2.14 |
| 2694 | 2026-07-10T22:13:32.887Z | Checking corncobs v0.1.4 |
| 2695 | 2026-07-10T22:13:32.924Z | Checking nonempty v0.12.0 |
| 2696 | 2026-07-10T22:13:32.981Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2697 | 2026-07-10T22:13:33.050Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2698 | 2026-07-10T22:13:33.125Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2699 | 2026-07-10T22:13:33.337Z | Checking ignore v0.4.25 |
| 2700 | 2026-07-10T22:13:33.372Z | Checking secrecy v0.8.0 |
| 2701 | 2026-07-10T22:13:33.457Z | Checking hyper-staticfile v0.10.1 |
| 2702 | 2026-07-10T22:13:33.736Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2703 | 2026-07-10T22:13:33.773Z | Checking globwalk v0.9.1 |
| 2704 | 2026-07-10T22:13:33.776Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2705 | 2026-07-10T22:13:33.989Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2706 | 2026-07-10T22:13:34.127Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2707 | 2026-07-10T22:13:34.130Z | Checking camino-tempfile-ext v0.3.3 |
| 2708 | 2026-07-10T22:13:34.256Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2709 | 2026-07-10T22:13:34.396Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2710 | 2026-07-10T22:13:34.440Z | Checking signal-hook-tokio v0.3.1 |
| 2711 | 2026-07-10T22:13:34.567Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2712 | 2026-07-10T22:13:34.763Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2713 | 2026-07-10T22:13:34.860Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2714 | 2026-07-10T22:13:35.049Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2715 | 2026-07-10T22:13:35.265Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2716 | 2026-07-10T22:13:35.435Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2717 | 2026-07-10T22:13:35.563Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2718 | 2026-07-10T22:13:35.612Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2719 | 2026-07-10T22:13:35.683Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2720 | 2026-07-10T22:13:36.038Z | Checking illumos-nvpair v0.3.0 |
| 2721 | 2026-07-10T22:13:36.237Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2722 | 2026-07-10T22:13:36.676Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2723 | 2026-07-10T22:13:37.118Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2724 | 2026-07-10T22:13:37.412Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2725 | 2026-07-10T22:13:37.449Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2726 | 2026-07-10T22:13:37.487Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2727 | 2026-07-10T22:13:37.646Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2728 | 2026-07-10T22:13:37.678Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2729 | 2026-07-10T22:13:37.784Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2730 | 2026-07-10T22:13:38.363Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2731 | 2026-07-10T22:13:38.484Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2732 | 2026-07-10T22:13:38.778Z | Checking tungstenite v0.23.0 |
| 2733 | 2026-07-10T22:13:38.814Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2734 | 2026-07-10T22:13:38.886Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2735 | 2026-07-10T22:13:39.245Z | Checking tokio-tungstenite v0.23.1 |
| 2736 | 2026-07-10T22:13:39.301Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2737 | 2026-07-10T22:13:39.548Z | Checking diesel-dtrace v0.5.0 |
| 2738 | 2026-07-10T22:13:39.679Z | Checking async-bb8-diesel v0.2.1 |
| 2739 | 2026-07-10T22:13:39.737Z | Checking rand_seeder v0.4.0 |
| 2740 | 2026-07-10T22:13:39.825Z | Checking void v1.0.2 |
| 2741 | 2026-07-10T22:13:39.914Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2742 | 2026-07-10T22:13:39.964Z | Checking lzss v0.8.2 |
| 2743 | 2026-07-10T22:13:40.000Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2744 | 2026-07-10T22:13:40.085Z | Checking nix v0.27.1 |
| 2745 | 2026-07-10T22:13:40.119Z | Checking serde_bytes v0.11.19 |
| 2746 | 2026-07-10T22:13:40.185Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2747 | 2026-07-10T22:13:40.295Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2748 | 2026-07-10T22:13:40.329Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2749 | 2026-07-10T22:13:40.653Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2750 | 2026-07-10T22:13:41.012Z | Checking is_ci v1.2.0 |
| 2751 | 2026-07-10T22:13:41.108Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2752 | 2026-07-10T22:13:41.318Z | Checking yansi v1.0.1 |
| 2753 | 2026-07-10T22:13:41.354Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2754 | 2026-07-10T22:13:41.400Z | Checking cpubits v0.1.1 |
| 2755 | 2026-07-10T22:13:41.511Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2756 | 2026-07-10T22:13:41.606Z | Checking pretty_assertions v1.4.1 |
| 2757 | 2026-07-10T22:13:41.788Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2758 | 2026-07-10T22:13:41.832Z | Checking pem-rfc7468 v1.0.0 |
| 2759 | 2026-07-10T22:13:42.032Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2760 | 2026-07-10T22:13:42.120Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2761 | 2026-07-10T22:13:42.299Z | Compiling darling_core v0.23.0 |
| 2762 | 2026-07-10T22:13:42.517Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2763 | 2026-07-10T22:13:43.368Z | Compiling indoc v2.0.7 |
| 2764 | 2026-07-10T22:13:43.409Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2765 | 2026-07-10T22:13:43.656Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2766 | 2026-07-10T22:13:43.907Z | Checking hmac v0.13.0 |
| 2767 | 2026-07-10T22:13:44.105Z | Checking universal-hash v0.6.1 |
| 2768 | 2026-07-10T22:13:44.269Z | Compiling libz-sys v1.1.24 |
| 2769 | 2026-07-10T22:13:44.450Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2770 | 2026-07-10T22:13:44.486Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2771 | 2026-07-10T22:13:44.696Z | Compiling instability v0.3.11 |
| 2772 | 2026-07-10T22:13:44.857Z | Compiling darling_macro v0.23.0 |
| 2773 | 2026-07-10T22:13:44.909Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2774 | 2026-07-10T22:13:45.034Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2775 | 2026-07-10T22:13:45.128Z | Checking castaway v0.2.4 |
| 2776 | 2026-07-10T22:13:45.273Z | Checking compact_str v0.8.1 |
| 2777 | 2026-07-10T22:13:45.413Z | Compiling darling v0.23.0 |
| 2778 | 2026-07-10T22:13:45.724Z | Checking polyval v0.7.1 |
| 2779 | 2026-07-10T22:13:45.939Z | Checking der v0.8.0 |
| 2780 | 2026-07-10T22:13:46.143Z | Checking supports-color v3.0.2 |
| 2781 | 2026-07-10T22:13:46.308Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2782 | 2026-07-10T22:13:46.342Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2783 | 2026-07-10T22:13:46.558Z | Checking unicode-truncate v1.1.0 |
| 2784 | 2026-07-10T22:13:46.593Z | Checking console v0.16.2 |
| 2785 | 2026-07-10T22:13:46.712Z | Checking lru v0.12.5 |
| 2786 | 2026-07-10T22:13:46.745Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2787 | 2026-07-10T22:13:46.784Z | Checking unit-prefix v0.5.2 |
| 2788 | 2026-07-10T22:13:46.902Z | Checking cassowary v0.3.0 |
| 2789 | 2026-07-10T22:13:46.978Z | Checking indicatif v0.18.4 |
| 2790 | 2026-07-10T22:13:47.096Z | Checking ghash v0.6.0 |
| 2791 | 2026-07-10T22:13:47.150Z | Checking ratatui v0.29.0 |
| 2792 | 2026-07-10T22:13:47.387Z | Checking pbkdf2 v0.13.0 |
| 2793 | 2026-07-10T22:13:47.421Z | Checking aes v0.9.1 |
| 2794 | 2026-07-10T22:13:47.538Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2795 | 2026-07-10T22:13:47.866Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2796 | 2026-07-10T22:13:48.123Z | Checking ctr v0.10.1 |
| 2797 | 2026-07-10T22:13:48.339Z | Checking aead v0.6.1 |
| 2798 | 2026-07-10T22:13:48.497Z | Checking sha2 v0.11.0 |
| 2799 | 2026-07-10T22:13:48.531Z | Checking cargo-platform v0.3.2 |
| 2800 | 2026-07-10T22:13:48.747Z | Checking cargo_metadata v0.23.1 |
| 2801 | 2026-07-10T22:13:48.782Z | Checking aes-gcm v0.11.0 |
| 2802 | 2026-07-10T22:13:48.986Z | Checking spki v0.8.0 |
| 2803 | 2026-07-10T22:13:49.197Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2804 | 2026-07-10T22:13:49.259Z | Checking crypto-bigint v0.7.5 |
| 2805 | 2026-07-10T22:13:49.546Z | Checking salsa20 v0.11.0 |
| 2806 | 2026-07-10T22:13:49.727Z | Checking cbc v0.2.1 |
| 2807 | 2026-07-10T22:13:49.900Z | Compiling vergen-git2 v9.1.0 |
| 2808 | 2026-07-10T22:13:50.142Z | Checking plotters-backend v0.3.7 |
| 2809 | 2026-07-10T22:13:50.376Z | Checking plotters-svg v0.3.7 |
| 2810 | 2026-07-10T22:13:50.598Z | Checking scrypt v0.12.0 |
| 2811 | 2026-07-10T22:13:50.800Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2812 | 2026-07-10T22:13:50.885Z | Checking cast v0.3.0 |
| 2813 | 2026-07-10T22:13:51.078Z | Checking criterion-plot v0.6.0 |
| 2814 | 2026-07-10T22:13:51.122Z | Checking pkcs5 v0.8.1 |
| 2815 | 2026-07-10T22:13:51.357Z | Checking plotters v0.3.7 |
| 2816 | 2026-07-10T22:13:51.454Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2817 | 2026-07-10T22:13:51.553Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2818 | 2026-07-10T22:13:51.797Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2819 | 2026-07-10T22:13:52.045Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2820 | 2026-07-10T22:13:52.140Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2821 | 2026-07-10T22:13:52.296Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2822 | 2026-07-10T22:13:52.382Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2823 | 2026-07-10T22:13:52.489Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2824 | 2026-07-10T22:13:52.531Z | Checking colored v2.2.0 |
| 2825 | 2026-07-10T22:13:52.627Z | Checking tinytemplate v1.2.1 |
| 2826 | 2026-07-10T22:13:52.764Z | Checking anes v0.1.6 |
| 2827 | 2026-07-10T22:13:52.876Z | Checking shell-words v1.1.1 |
| 2828 | 2026-07-10T22:13:52.976Z | Checking oorandom v11.1.5 |
| 2829 | 2026-07-10T22:13:53.127Z | Checking criterion v0.7.0 |
| 2830 | 2026-07-10T22:13:53.161Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2831 | 2026-07-10T22:13:53.395Z | Checking pkcs8 v0.11.0 |
| 2832 | 2026-07-10T22:13:53.616Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2833 | 2026-07-10T22:13:54.383Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2834 | 2026-07-10T22:13:54.930Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2835 | 2026-07-10T22:13:55.752Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2836 | 2026-07-10T22:13:56.555Z | Checking tokio-test v0.4.5 |
| 2837 | 2026-07-10T22:13:56.798Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2838 | 2026-07-10T22:13:57.039Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2839 | 2026-07-10T22:13:57.072Z | Checking twox-hash v2.1.2 |
| 2840 | 2026-07-10T22:13:57.400Z | Checking ff v0.14.0 |
| 2841 | 2026-07-10T22:13:57.487Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2842 | 2026-07-10T22:13:57.572Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2843 | 2026-07-10T22:13:57.693Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2844 | 2026-07-10T22:13:58.113Z | Checking fatfs v0.3.6 |
| 2845 | 2026-07-10T22:13:58.253Z | Checking signature v3.0.0 |
| 2846 | 2026-07-10T22:13:58.442Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2847 | 2026-07-10T22:13:58.610Z | Checking base16ct v1.0.0 |
| 2848 | 2026-07-10T22:13:58.698Z | Compiling seq-macro v0.3.6 |
| 2849 | 2026-07-10T22:13:58.772Z | Checking sec1 v0.8.1 |
| 2850 | 2026-07-10T22:13:59.014Z | Checking group v0.14.0 |
| 2851 | 2026-07-10T22:14:00.207Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2852 | 2026-07-10T22:14:00.210Z | Checking hkdf v0.13.0 |
| 2853 | 2026-07-10T22:14:00.210Z | Compiling petname v2.0.2 |
| 2854 | 2026-07-10T22:14:00.210Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2855 | 2026-07-10T22:14:00.210Z | Checking elliptic-curve v0.14.0-rc.33 |
| 2856 | 2026-07-10T22:14:00.211Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2857 | 2026-07-10T22:14:00.211Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2858 | 2026-07-10T22:14:00.321Z | Checking concurrent-queue v2.5.0 |
| 2859 | 2026-07-10T22:14:00.548Z | Checking rtoolbox v0.0.3 |
| 2860 | 2026-07-10T22:14:00.714Z | Checking parking v2.2.1 |
| 2861 | 2026-07-10T22:14:00.870Z | Checking event-listener v5.4.1 |
| 2862 | 2026-07-10T22:14:01.127Z | Checking rpassword v7.4.0 |
| 2863 | 2026-07-10T22:14:01.303Z | Checking tui-tree-widget v0.23.1 |
| 2864 | 2026-07-10T22:14:01.518Z | Checking rfc6979 v0.5.0 |
| 2865 | 2026-07-10T22:14:01.681Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2866 | 2026-07-10T22:14:01.715Z | Checking sapling-renderdag v0.1.0 |
| 2867 | 2026-07-10T22:14:01.878Z | Checking sync-ptr v0.1.4 |
| 2868 | 2026-07-10T22:14:01.991Z | Checking ecdsa v0.17.0-rc.18 |
| 2869 | 2026-07-10T22:14:02.031Z | Checking event-listener-strategy v0.5.4 |
| 2870 | 2026-07-10T22:14:02.198Z | Checking primeorder v0.14.0-rc.10 |
| 2871 | 2026-07-10T22:14:02.405Z | Checking primefield v0.14.0 |
| 2872 | 2026-07-10T22:14:02.529Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2873 | 2026-07-10T22:14:02.646Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 2874 | 2026-07-10T22:14:02.771Z | Checking futures-timer v3.0.3 |
| 2875 | 2026-07-10T22:14:02.988Z | Checking arrayvec v0.7.6 |
| 2876 | 2026-07-10T22:14:03.043Z | Checking arrayref v0.3.9 |
| 2877 | 2026-07-10T22:14:03.150Z | Checking constant_time_eq v0.4.2 |
| 2878 | 2026-07-10T22:14:03.358Z | Checking async-lock v3.4.2 |
| 2879 | 2026-07-10T22:14:03.406Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2880 | 2026-07-10T22:14:03.646Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2881 | 2026-07-10T22:14:03.782Z | Checking ssh-encoding v0.3.0-rc.9 |
| 2882 | 2026-07-10T22:14:04.040Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2883 | 2026-07-10T22:14:04.397Z | Compiling strsim v0.10.0 |
| 2884 | 2026-07-10T22:14:04.784Z | Compiling darling_core v0.13.4 |
| 2885 | 2026-07-10T22:14:05.266Z | Checking async-object-pool v0.2.0 |
| 2886 | 2026-07-10T22:14:06.119Z | Compiling samael v0.0.19 |
| 2887 | 2026-07-10T22:14:06.302Z | Checking ed25519 v3.0.0 |
| 2888 | 2026-07-10T22:14:06.460Z | Checking crypto-primes v0.7.2 |
| 2889 | 2026-07-10T22:14:06.525Z | Checking pkcs1 v0.8.0-rc.4 |
| 2890 | 2026-07-10T22:14:06.674Z | Checking poly1305 v0.9.0 |
| 2891 | 2026-07-10T22:14:06.758Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2892 | 2026-07-10T22:14:06.970Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2893 | 2026-07-10T22:14:07.155Z | Checking serde_regex v1.1.0 |
| 2894 | 2026-07-10T22:14:07.353Z | Checking blowfish v0.10.0 |
| 2895 | 2026-07-10T22:14:07.441Z | Checking blake2 v0.11.0-rc.6 |
| 2896 | 2026-07-10T22:14:07.528Z | Checking assert-json-diff v2.0.2 |
| 2897 | 2026-07-10T22:14:07.646Z | Checking path-tree v0.8.3 |
| 2898 | 2026-07-10T22:14:07.728Z | Checking keccak v0.2.0 |
| 2899 | 2026-07-10T22:14:07.731Z | Checking fiat-crypto v0.3.0 |
| 2900 | 2026-07-10T22:14:07.861Z | Checking stringmetrics v2.2.2 |
| 2901 | 2026-07-10T22:14:07.923Z | Compiling target-lexicon v0.13.3 |
| 2902 | 2026-07-10T22:14:08.039Z | Checking gimli v0.32.3 |
| 2903 | 2026-07-10T22:14:08.504Z | Checking httpmock v0.8.3 |
| 2904 | 2026-07-10T22:14:09.628Z | Checking addr2line v0.25.1 |
| 2905 | 2026-07-10T22:14:09.930Z | Checking sha3 v0.11.0 |
| 2906 | 2026-07-10T22:14:10.308Z | Checking argon2 v0.6.0-rc.8 |
| 2907 | 2026-07-10T22:14:10.689Z | Checking bcrypt-pbkdf v0.11.0 |
| 2908 | 2026-07-10T22:14:10.737Z | Checking rsa v0.10.0-rc.18 |
| 2909 | 2026-07-10T22:14:10.882Z | Checking ssh-cipher v0.3.0-rc.9 |
| 2910 | 2026-07-10T22:14:11.131Z | Compiling darling_macro v0.13.4 |
| 2911 | 2026-07-10T22:14:11.247Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 2912 | 2026-07-10T22:14:11.501Z | Checking p256 v0.14.0-rc.10 |
| 2913 | 2026-07-10T22:14:11.666Z | Checking p521 v0.14.0-rc.10 |
| 2914 | 2026-07-10T22:14:12.283Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2915 | 2026-07-10T22:14:12.555Z | Checking kem v0.3.0 |
| 2916 | 2026-07-10T22:14:12.707Z | Checking module-lattice v0.2.3 |
| 2917 | 2026-07-10T22:14:12.959Z | Compiling guppy-workspace-hack v0.1.0 |
| 2918 | 2026-07-10T22:14:12.994Z | Checking p384 v0.14.0-rc.10 |
| 2919 | 2026-07-10T22:14:13.172Z | Checking hex-literal v0.4.1 |
| 2920 | 2026-07-10T22:14:13.209Z | Checking rustc-demangle v0.1.27 |
| 2921 | 2026-07-10T22:14:13.354Z | Checking ml-kem v0.3.2 |
| 2922 | 2026-07-10T22:14:13.467Z | Checking backtrace v0.3.76 |
| 2923 | 2026-07-10T22:14:13.794Z | Compiling darling v0.13.4 |
| 2924 | 2026-07-10T22:14:14.144Z | Checking russh-cryptovec v0.61.0 |
| 2925 | 2026-07-10T22:14:14.177Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2926 | 2026-07-10T22:14:14.335Z | Checking internal-russh-num-bigint v0.5.0 |
| 2927 | 2026-07-10T22:14:14.415Z | Checking num-bigint v0.4.6 |
| 2928 | 2026-07-10T22:14:14.697Z | Checking russh-util v0.52.0 |
| 2929 | 2026-07-10T22:14:14.857Z | Checking generic-array v1.4.3 |
| 2930 | 2026-07-10T22:14:15.014Z | Checking ssh-key v0.7.0-rc.10 |
| 2931 | 2026-07-10T22:14:15.200Z | Compiling git2 v0.20.4 |
| 2932 | 2026-07-10T22:14:15.233Z | Compiling enum_dispatch v0.3.13 |
| 2933 | 2026-07-10T22:14:15.373Z | Compiling blake3 v1.8.5 |
| 2934 | 2026-07-10T22:14:15.453Z | Compiling delegate v0.13.5 |
| 2935 | 2026-07-10T22:14:15.818Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2936 | 2026-07-10T22:14:15.950Z | Compiling target-spec v3.5.7 |
| 2937 | 2026-07-10T22:14:16.279Z | Checking md5 v0.8.0 |
| 2938 | 2026-07-10T22:14:16.313Z | Checking hex-literal v1.1.0 |
| 2939 | 2026-07-10T22:14:16.316Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2940 | 2026-07-10T22:14:16.513Z | Checking russh v0.61.2 |
| 2941 | 2026-07-10T22:14:16.724Z | Checking cfg-expr v0.20.6 |
| 2942 | 2026-07-10T22:14:16.999Z | Compiling serde_with_macros v1.5.2 |
| 2943 | 2026-07-10T22:14:17.033Z | Checking backtrace-ext v0.2.1 |
| 2944 | 2026-07-10T22:14:17.180Z | Checking supports-color v2.1.0 |
| 2945 | 2026-07-10T22:14:17.249Z | Checking textwrap v0.15.2 |
| 2946 | 2026-07-10T22:14:17.342Z | Checking supports-hyperlinks v2.1.0 |
| 2947 | 2026-07-10T22:14:17.525Z | Checking supports-unicode v2.1.0 |
| 2948 | 2026-07-10T22:14:17.673Z | Checking hashbrown v0.14.5 |
| 2949 | 2026-07-10T22:14:17.900Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2950 | 2026-07-10T22:14:18.110Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2951 | 2026-07-10T22:14:18.144Z | Checking socket2 v0.5.10 |
| 2952 | 2026-07-10T22:14:18.198Z | Checking terminal_size v0.1.17 |
| 2953 | 2026-07-10T22:14:18.351Z | Compiling miette-derive v5.10.0 |
| 2954 | 2026-07-10T22:14:18.374Z | Checking internet-checksum v0.2.1 |
| 2955 | 2026-07-10T22:14:18.527Z | Checking owo-colors v3.5.0 |
| 2956 | 2026-07-10T22:14:18.620Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2957 | 2026-07-10T22:14:19.085Z | Checking chumsky v0.9.3 |
| 2958 | 2026-07-10T22:14:19.517Z | Checking miette v5.10.0 |
| 2959 | 2026-07-10T22:14:19.811Z | Compiling serde_with v1.14.0 |
| 2960 | 2026-07-10T22:14:20.170Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2961 | 2026-07-10T22:14:20.340Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2962 | 2026-07-10T22:14:20.375Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2963 | 2026-07-10T22:14:20.737Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2964 | 2026-07-10T22:14:20.962Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2965 | 2026-07-10T22:14:21.044Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2966 | 2026-07-10T22:14:21.183Z | Compiling knuffel-derive v3.2.0 |
| 2967 | 2026-07-10T22:14:21.220Z | Checking httptest v0.16.4 |
| 2968 | 2026-07-10T22:14:21.255Z | Checking pathdiff v0.2.3 |
| 2969 | 2026-07-10T22:14:21.395Z | Checking nested v0.1.1 |
| 2970 | 2026-07-10T22:14:21.572Z | Checking topological-sort v0.2.2 |
| 2971 | 2026-07-10T22:14:21.628Z | Checking guppy v0.17.25 |
| 2972 | 2026-07-10T22:14:21.744Z | Checking omicron-zone-package v0.12.3 |
| 2973 | 2026-07-10T22:14:21.927Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2974 | 2026-07-10T22:14:22.640Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2975 | 2026-07-10T22:14:22.674Z | Checking similar-asserts v1.7.0 |
| 2976 | 2026-07-10T22:14:22.677Z | Compiling polar-core v0.27.3 |
| 2977 | 2026-07-10T22:14:22.742Z | Checking knuffel v3.2.0 |
| 2978 | 2026-07-10T22:14:22.859Z | Compiling target-triple v1.0.0 |
| 2979 | 2026-07-10T22:14:22.896Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2980 | 2026-07-10T22:14:23.242Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2981 | 2026-07-10T22:14:23.401Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2982 | 2026-07-10T22:14:23.627Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2983 | 2026-07-10T22:14:23.661Z | Checking hickory-client v0.25.2 |
| 2984 | 2026-07-10T22:14:23.964Z | Compiling assert_cmd v2.1.2 |
| 2985 | 2026-07-10T22:14:24.243Z | Checking escape8259 v0.5.3 |
| 2986 | 2026-07-10T22:14:24.407Z | Checking libtest-mimic v0.8.1 |
| 2987 | 2026-07-10T22:14:24.552Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2988 | 2026-07-10T22:14:24.671Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2989 | 2026-07-10T22:14:24.704Z | Checking blake2b_simd v1.0.4 |
| 2990 | 2026-07-10T22:14:24.738Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2991 | 2026-07-10T22:14:25.129Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2992 | 2026-07-10T22:14:25.164Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2993 | 2026-07-10T22:14:25.357Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2994 | 2026-07-10T22:14:25.406Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2995 | 2026-07-10T22:14:25.547Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2996 | 2026-07-10T22:14:25.683Z | Checking fancy-regex v0.14.0 |
| 2997 | 2026-07-10T22:14:25.846Z | Checking serde_tokenstream v0.2.3 |
| 2998 | 2026-07-10T22:14:26.006Z | Checking approx v0.5.1 |
| 2999 | 2026-07-10T22:14:26.082Z | Compiling rstest_macros v0.25.0 |
| 3000 | 2026-07-10T22:14:26.115Z | Checking uzers v0.12.2 |
| 3001 | 2026-07-10T22:14:26.170Z | Compiling linkme-impl v0.3.35 |
| 3002 | 2026-07-10T22:14:26.363Z | Checking constant_time_eq v0.3.1 |
| 3003 | 2026-07-10T22:14:26.402Z | Checking termcolor v1.4.1 |
| 3004 | 2026-07-10T22:14:26.495Z | Checking rust-argon2 v2.1.0 |
| 3005 | 2026-07-10T22:14:26.645Z | Checking trybuild v1.0.116 |
| 3006 | 2026-07-10T22:14:26.721Z | Checking datatest-stable v0.3.3 |
| 3007 | 2026-07-10T22:14:27.065Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3008 | 2026-07-10T22:14:27.267Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3009 | 2026-07-10T22:14:27.421Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3010 | 2026-07-10T22:14:27.453Z | Checking support-bundle-viewer v0.1.2 |
| 3011 | 2026-07-10T22:14:27.727Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3012 | 2026-07-10T22:14:27.761Z | Checking oso v0.27.3 |
| 3013 | 2026-07-10T22:14:27.974Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3014 | 2026-07-10T22:14:28.178Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3015 | 2026-07-10T22:14:28.222Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3016 | 2026-07-10T22:14:28.428Z | Checking drift v0.2.0 |
| 3017 | 2026-07-10T22:14:28.476Z | Checking rand_distr v0.5.1 |
| 3018 | 2026-07-10T22:14:28.697Z | Checking multimap v0.10.1 |
| 3019 | 2026-07-10T22:14:28.815Z | Compiling linkme v0.3.35 |
| 3020 | 2026-07-10T22:14:28.905Z | Compiling relative-path v1.9.3 |
| 3021 | 2026-07-10T22:14:28.939Z | Checking dropshot-api-manager v0.7.2 |
| 3022 | 2026-07-10T22:14:30.114Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3023 | 2026-07-10T22:14:30.386Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3024 | 2026-07-10T22:14:30.507Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3025 | 2026-07-10T22:14:30.742Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3026 | 2026-07-10T22:14:30.745Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3027 | 2026-07-10T22:14:31.001Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3028 | 2026-07-10T22:14:31.103Z | Checking cargo_toml v0.21.0 |
| 3029 | 2026-07-10T22:14:31.175Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3030 | 2026-07-10T22:14:31.278Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3031 | 2026-07-10T22:14:31.721Z | Checking partial-io v0.5.4 |
| 3032 | 2026-07-10T22:14:31.770Z | Checking termios v0.3.3 |
| 3033 | 2026-07-10T22:14:31.842Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3034 | 2026-07-10T22:14:31.956Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3035 | 2026-07-10T22:14:32.813Z | Checking rstest v0.25.0 |
| 3036 | 2026-07-10T22:14:33.251Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3037 | 2026-07-10T22:14:34.090Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3038 | 2026-07-10T22:14:37.310Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3039 | 2026-07-10T22:14:41.178Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3040 | 2026-07-10T22:14:44.446Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3041 | 2026-07-10T22:14:44.796Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3042 | 2026-07-10T22:14:46.564Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3043 | 2026-07-10T22:14:50.570Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3044 | 2026-07-10T22:14:56.344Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3045 | 2026-07-10T22:15:00.232Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3046 | 2026-07-10T22:15:00.965Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3047 | 2026-07-10T22:15:02.483Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3048 | 2026-07-10T22:15:08.461Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3049 | 2026-07-10T22:15:12.217Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3050 | 2026-07-10T22:15:29.744Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3051 | 2026-07-10T22:16:26.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s |
| 3052 | 2026-07-10T22:16:27.302Z | |
| 3053 | 2026-07-10T22:16:27.302Z | real 4:11.685339926 |
| 3054 | 2026-07-10T22:16:27.302Z | user 21:31.907971126 |
| 3055 | 2026-07-10T22:16:27.302Z | sys 5:01.282611321 |
| 3056 | 2026-07-10T22:16:27.302Z | trap 0.526438459 |
| 3057 | 2026-07-10T22:16:27.302Z | tflt 0.454803238 |
| 3058 | 2026-07-10T22:16:27.302Z | dflt 0.562167370 |
| 3059 | 2026-07-10T22:16:27.302Z | kflt 0.008412939 |
| 3060 | 2026-07-10T22:16:27.302Z | lock 59:02.725092871 |
| 3061 | 2026-07-10T22:16:27.302Z | slp 58:49.159945424 |
| 3062 | 2026-07-10T22:16:27.302Z | lat 1:50.907681864 |
| 3063 | 2026-07-10T22:16:27.302Z | stop 11:15.621393361 |
| 3064 | 2026-07-10T22:16:27.305Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3065 | 2026-07-10T22:16:27.305Z | + ptime -m cargo doc --workspace --no-deps |
| 3066 | 2026-07-10T22:16:28.116Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3067 | 2026-07-10T22:16:28.116Z | | |
| 3068 | 2026-07-10T22:16:28.116Z | = 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)` |
| 3069 | 2026-07-10T22:16:28.116Z | = 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> |
| 3070 | 2026-07-10T22:16:29.135Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3071 | 2026-07-10T22:16:29.374Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3072 | 2026-07-10T22:16:29.422Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3073 | 2026-07-10T22:16:29.486Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3074 | 2026-07-10T22:16:29.518Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3075 | 2026-07-10T22:16:29.581Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3076 | 2026-07-10T22:16:29.611Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3077 | 2026-07-10T22:16:29.729Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3078 | 2026-07-10T22:16:29.761Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3079 | 2026-07-10T22:16:29.765Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3080 | 2026-07-10T22:16:29.993Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3081 | 2026-07-10T22:16:30.018Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3082 | 2026-07-10T22:16:30.041Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3083 | 2026-07-10T22:16:30.063Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3084 | 2026-07-10T22:16:30.108Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3085 | 2026-07-10T22:16:30.129Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3086 | 2026-07-10T22:16:30.152Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3087 | 2026-07-10T22:16:30.177Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3088 | 2026-07-10T22:16:30.198Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3089 | 2026-07-10T22:16:30.224Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3090 | 2026-07-10T22:16:30.286Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3091 | 2026-07-10T22:16:30.322Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3092 | 2026-07-10T22:16:30.581Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3093 | 2026-07-10T22:16:30.914Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3094 | 2026-07-10T22:16:30.938Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3095 | 2026-07-10T22:16:31.015Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3096 | 2026-07-10T22:16:31.061Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3097 | 2026-07-10T22:16:31.086Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3098 | 2026-07-10T22:16:31.239Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3099 | 2026-07-10T22:16:31.288Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3100 | 2026-07-10T22:16:31.411Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3101 | 2026-07-10T22:16:31.538Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3102 | 2026-07-10T22:16:31.562Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3103 | 2026-07-10T22:16:31.668Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3104 | 2026-07-10T22:16:31.699Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3105 | 2026-07-10T22:16:31.771Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3106 | 2026-07-10T22:16:31.799Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3107 | 2026-07-10T22:16:31.887Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3108 | 2026-07-10T22:16:32.018Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3109 | 2026-07-10T22:16:32.207Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3110 | 2026-07-10T22:16:32.270Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3111 | 2026-07-10T22:16:32.546Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3112 | 2026-07-10T22:16:32.678Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3113 | 2026-07-10T22:16:32.707Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3114 | 2026-07-10T22:16:32.846Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3115 | 2026-07-10T22:16:32.876Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3116 | 2026-07-10T22:16:32.898Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3117 | 2026-07-10T22:16:32.976Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3118 | 2026-07-10T22:16:33.098Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3119 | 2026-07-10T22:16:33.155Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3120 | 2026-07-10T22:16:33.182Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3121 | 2026-07-10T22:16:33.239Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3122 | 2026-07-10T22:16:33.296Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3123 | 2026-07-10T22:16:33.321Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3124 | 2026-07-10T22:16:33.369Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3125 | 2026-07-10T22:16:33.400Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3126 | 2026-07-10T22:16:33.461Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3127 | 2026-07-10T22:16:33.825Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3128 | 2026-07-10T22:16:33.946Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3129 | 2026-07-10T22:16:33.978Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3130 | 2026-07-10T22:16:34.253Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3131 | 2026-07-10T22:16:34.364Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3132 | 2026-07-10T22:16:34.755Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3133 | 2026-07-10T22:16:34.874Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3134 | 2026-07-10T22:16:34.899Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3135 | 2026-07-10T22:16:34.934Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3136 | 2026-07-10T22:16:35.056Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3137 | 2026-07-10T22:16:35.163Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3138 | 2026-07-10T22:16:35.188Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3139 | 2026-07-10T22:16:35.250Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3140 | 2026-07-10T22:16:35.321Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3141 | 2026-07-10T22:16:35.780Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3142 | 2026-07-10T22:16:36.323Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3143 | 2026-07-10T22:16:36.358Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3144 | 2026-07-10T22:16:36.424Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3145 | 2026-07-10T22:16:36.489Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3146 | 2026-07-10T22:16:36.607Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3147 | 2026-07-10T22:16:36.835Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3148 | 2026-07-10T22:16:36.883Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3149 | 2026-07-10T22:16:36.914Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3150 | 2026-07-10T22:16:36.989Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3151 | 2026-07-10T22:16:37.099Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3152 | 2026-07-10T22:16:37.123Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3153 | 2026-07-10T22:16:37.144Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3154 | 2026-07-10T22:16:37.206Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3155 | 2026-07-10T22:16:37.319Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3156 | 2026-07-10T22:16:37.492Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3157 | 2026-07-10T22:16:37.495Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3158 | 2026-07-10T22:16:37.563Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3159 | 2026-07-10T22:16:37.563Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3160 | 2026-07-10T22:16:37.609Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3161 | 2026-07-10T22:16:37.703Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3162 | 2026-07-10T22:16:37.760Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3163 | 2026-07-10T22:16:37.836Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3164 | 2026-07-10T22:16:37.860Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3165 | 2026-07-10T22:16:37.883Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3166 | 2026-07-10T22:16:37.918Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3167 | 2026-07-10T22:16:38.069Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3168 | 2026-07-10T22:16:38.072Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3169 | 2026-07-10T22:16:38.168Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3170 | 2026-07-10T22:16:38.194Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3171 | 2026-07-10T22:16:38.197Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3172 | 2026-07-10T22:16:38.264Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3173 | 2026-07-10T22:16:38.343Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3174 | 2026-07-10T22:16:38.432Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3175 | 2026-07-10T22:16:38.481Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3176 | 2026-07-10T22:16:38.505Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3177 | 2026-07-10T22:16:38.781Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3178 | 2026-07-10T22:16:38.827Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3179 | 2026-07-10T22:16:38.871Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3180 | 2026-07-10T22:16:39.278Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3181 | 2026-07-10T22:16:39.475Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3182 | 2026-07-10T22:16:39.547Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3183 | 2026-07-10T22:16:40.251Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3184 | 2026-07-10T22:16:40.332Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3185 | 2026-07-10T22:16:40.439Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3186 | 2026-07-10T22:16:40.464Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3187 | 2026-07-10T22:16:40.811Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3188 | 2026-07-10T22:16:41.142Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3189 | 2026-07-10T22:16:41.755Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3190 | 2026-07-10T22:16:42.383Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3191 | 2026-07-10T22:16:42.539Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3192 | 2026-07-10T22:16:43.248Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3193 | 2026-07-10T22:16:43.469Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3194 | 2026-07-10T22:16:43.516Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3195 | 2026-07-10T22:16:43.550Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3196 | 2026-07-10T22:16:43.957Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3197 | 2026-07-10T22:16:44.206Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3198 | 2026-07-10T22:16:44.400Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3199 | 2026-07-10T22:16:44.558Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3200 | 2026-07-10T22:16:44.566Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3201 | 2026-07-10T22:16:45.157Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3202 | 2026-07-10T22:16:45.217Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3203 | 2026-07-10T22:16:45.311Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3204 | 2026-07-10T22:16:45.616Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3205 | 2026-07-10T22:16:45.659Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3206 | 2026-07-10T22:16:46.065Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3207 | 2026-07-10T22:16:46.398Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3208 | 2026-07-10T22:16:46.424Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3209 | 2026-07-10T22:16:46.548Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3210 | 2026-07-10T22:16:47.225Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3211 | 2026-07-10T22:16:47.294Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3212 | 2026-07-10T22:16:47.695Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3213 | 2026-07-10T22:16:48.342Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3214 | 2026-07-10T22:16:48.958Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3215 | 2026-07-10T22:16:49.414Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3216 | 2026-07-10T22:16:49.925Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3217 | 2026-07-10T22:16:49.978Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3218 | 2026-07-10T22:16:50.470Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3219 | 2026-07-10T22:16:51.053Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3220 | 2026-07-10T22:16:51.643Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3221 | 2026-07-10T22:16:51.705Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3222 | 2026-07-10T22:16:52.338Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3223 | 2026-07-10T22:16:53.021Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3224 | 2026-07-10T22:16:53.797Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3225 | 2026-07-10T22:16:53.883Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3226 | 2026-07-10T22:16:55.057Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3227 | 2026-07-10T22:16:56.813Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3228 | 2026-07-10T22:16:56.998Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3229 | 2026-07-10T22:16:58.038Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3230 | 2026-07-10T22:16:59.131Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3231 | 2026-07-10T22:16:59.165Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3232 | 2026-07-10T22:16:59.415Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3233 | 2026-07-10T22:16:59.476Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3234 | 2026-07-10T22:17:00.607Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3235 | 2026-07-10T22:17:00.940Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3236 | 2026-07-10T22:17:01.280Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3237 | 2026-07-10T22:17:01.305Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3238 | 2026-07-10T22:17:01.597Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3239 | 2026-07-10T22:17:01.945Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3240 | 2026-07-10T22:17:01.969Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3241 | 2026-07-10T22:17:02.155Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3242 | 2026-07-10T22:17:02.239Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3243 | 2026-07-10T22:17:02.460Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3244 | 2026-07-10T22:17:02.619Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3245 | 2026-07-10T22:17:02.750Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3246 | 2026-07-10T22:17:03.167Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3247 | 2026-07-10T22:17:03.339Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3248 | 2026-07-10T22:17:03.707Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3249 | 2026-07-10T22:17:03.859Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3250 | 2026-07-10T22:17:04.021Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3251 | 2026-07-10T22:17:04.075Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3252 | 2026-07-10T22:17:04.798Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3253 | 2026-07-10T22:17:05.976Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3254 | 2026-07-10T22:17:06.427Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3255 | 2026-07-10T22:17:06.544Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3256 | 2026-07-10T22:17:08.356Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3257 | 2026-07-10T22:17:09.905Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3258 | 2026-07-10T22:17:10.366Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3259 | 2026-07-10T22:17:11.615Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3260 | 2026-07-10T22:17:11.994Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3261 | 2026-07-10T22:17:13.936Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3262 | 2026-07-10T22:17:14.890Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3263 | 2026-07-10T22:17:15.400Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3264 | 2026-07-10T22:17:17.223Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3265 | 2026-07-10T22:17:17.829Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3266 | 2026-07-10T22:17:19.504Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3267 | 2026-07-10T22:17:19.863Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3268 | 2026-07-10T22:17:20.354Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3269 | 2026-07-10T22:17:21.464Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3270 | 2026-07-10T22:17:21.655Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3271 | 2026-07-10T22:17:23.859Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3272 | 2026-07-10T22:17:26.111Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3273 | 2026-07-10T22:17:26.505Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3274 | 2026-07-10T22:17:29.200Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3275 | 2026-07-10T22:17:30.094Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3276 | 2026-07-10T22:17:32.039Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3277 | 2026-07-10T22:17:32.672Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3278 | 2026-07-10T22:17:33.420Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3279 | 2026-07-10T22:17:34.181Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3280 | 2026-07-10T22:17:34.883Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3281 | 2026-07-10T22:17:36.573Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3282 | 2026-07-10T22:17:36.977Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3283 | 2026-07-10T22:17:37.802Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3284 | 2026-07-10T22:17:37.826Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3285 | 2026-07-10T22:17:38.574Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3286 | 2026-07-10T22:17:39.755Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3287 | 2026-07-10T22:17:41.261Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3288 | 2026-07-10T22:17:47.089Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3289 | 2026-07-10T22:17:47.117Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3290 | 2026-07-10T22:17:47.117Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3291 | 2026-07-10T22:17:47.143Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3292 | 2026-07-10T22:17:47.591Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3293 | 2026-07-10T22:17:48.458Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3294 | 2026-07-10T22:17:49.305Z | error: unresolved link to `full_row_models` |
| 3295 | 2026-07-10T22:17:49.305Z | --> nexus/db-model/src/column_order.rs:18:43 |
| 3296 | 2026-07-10T22:17:49.306Z | | |
| 3297 | 2026-07-10T22:17:49.306Z | 18 | //! the only way to implement it is the [`full_row_models!`] list below, which |
| 3298 | 2026-07-10T22:17:49.306Z | | ^^^^^^^^^^^^^^^^ no item named `full_row_models` in scope |
| 3299 | 2026-07-10T22:17:49.306Z | | |
| 3300 | 2026-07-10T22:17:49.306Z | = note: `macro_rules` named `full_row_models` exists in this crate, but it is not in scope at this link's location |
| 3301 | 2026-07-10T22:17:49.306Z | = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings` |
| 3302 | 2026-07-10T22:17:49.306Z | = help: to override `-D warnings` add `#[allow(rustdoc::broken_intra_doc_links)]` |
| 3303 | 2026-07-10T22:17:49.306Z | |
| 3304 | 2026-07-10T22:17:49.309Z | error: unresolved link to `full_row_models` |
| 3305 | 2026-07-10T22:17:49.309Z | --> nexus/db-model/src/column_order.rs:39:31 |
| 3306 | 2026-07-10T22:17:49.309Z | | |
| 3307 | 2026-07-10T22:17:49.309Z | 39 | /// adding the model to the [`full_row_models!`] list, which also generates |
| 3308 | 2026-07-10T22:17:49.310Z | | ^^^^^^^^^^^^^^^^ no item named `full_row_models` in scope |
| 3309 | 2026-07-10T22:17:49.310Z | | |
| 3310 | 2026-07-10T22:17:49.310Z | = note: `macro_rules` named `full_row_models` exists in this crate, but it is not in scope at this link's location |
| 3311 | 2026-07-10T22:17:49.310Z | |
| 3312 | 2026-07-10T22:17:49.785Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3313 | 2026-07-10T22:17:50.741Z | error: could not document `nexus-db-model` |
| 3314 | 2026-07-10T22:17:50.744Z | warning: build failed, waiting for other jobs to finish... |
| 3315 | 2026-07-10T22:18:10.126Z | |
| 3316 | 2026-07-10T22:18:10.126Z | real 1:42.738531555 |
| 3317 | 2026-07-10T22:18:10.126Z | user 8:49.507700922 |
| 3318 | 2026-07-10T22:18:10.126Z | sys 1:45.410776977 |
| 3319 | 2026-07-10T22:18:10.126Z | trap 0.173851493 |
| 3320 | 2026-07-10T22:18:10.126Z | tflt 0.004764649 |
| 3321 | 2026-07-10T22:18:10.126Z | dflt 0.046007914 |
| 3322 | 2026-07-10T22:18:10.126Z | kflt 0.000033255 |
| 3323 | 2026-07-10T22:18:10.126Z | lock 33:04.284608821 |
| 3324 | 2026-07-10T22:18:10.126Z | slp 22:52.509708284 |
| 3325 | 2026-07-10T22:18:10.126Z | lat 36.461904315 |
| 3326 | 2026-07-10T22:18:10.130Z | stop 1:15.596013336 |
| 3327 | 2026-07-10T22:18:10.130Z | process exited: duration 474414 ms, exit code 101 |
| |
| 3328 | 2026-07-10T22:18:10.137Z | found 0 output files |